@onereach/ui-components 4.6.4 → 4.6.5
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/_baseAssignValue-22e630c1.js +38 -0
- package/dist/bundled/v2/_baseIsEqual-a1cc156c.js +1237 -0
- package/dist/bundled/v2/_baseProperty-a52739e9.js +15 -0
- package/dist/bundled/v2/components/OrAvatar/OrAvatar.js +6 -4
- package/dist/bundled/v2/components/OrAvatar/index.js +6 -4
- package/dist/bundled/v2/components/OrBottomSheetV3/OrBottomSheet.js +3 -2
- package/dist/bundled/v2/components/OrBottomSheetV3/index.js +3 -2
- package/dist/bundled/v2/components/OrButtonV2/OrButton.js +6 -4
- package/dist/bundled/v2/components/OrButtonV2/index.js +6 -5
- package/dist/bundled/v2/components/OrButtonV3/OrButton.js +2 -1
- package/dist/bundled/v2/components/OrButtonV3/index.js +2 -1
- package/dist/bundled/v2/components/OrCardCollection/OrCardCollection.js +7 -6
- package/dist/bundled/v2/components/OrCardCollection/index.js +7 -6
- package/dist/bundled/v2/components/OrCardCollectionV3/OrCardCollection.js +3 -2
- package/dist/bundled/v2/components/OrCardCollectionV3/index.js +3 -2
- package/dist/bundled/v2/components/OrCarousel/OrCarousel.js +6 -4
- package/dist/bundled/v2/components/OrCarousel/index.js +6 -4
- package/dist/bundled/v2/components/OrCheckbox/OrCheckbox.js +6 -4
- package/dist/bundled/v2/components/OrCheckbox/index.js +6 -4
- package/dist/bundled/v2/components/OrCheckboxGroupV3/OrCheckboxGroup.js +2 -1
- package/dist/bundled/v2/components/OrCheckboxGroupV3/index.js +2 -1
- package/dist/bundled/v2/components/OrCheckboxTreeV3/OrCheckboxTree.js +2 -1
- package/dist/bundled/v2/components/OrCheckboxTreeV3/index.js +2 -1
- package/dist/bundled/v2/components/OrCheckboxV3/OrCheckbox.js +2 -1
- package/dist/bundled/v2/components/OrCheckboxV3/index.js +2 -1
- package/dist/bundled/v2/components/OrChip/OrChip.js +6 -4
- package/dist/bundled/v2/components/OrChip/index.js +6 -4
- package/dist/bundled/v2/components/OrChips/OrChips.js +6 -4
- package/dist/bundled/v2/components/OrChips/index.js +6 -4
- package/dist/bundled/v2/components/OrCode/OrCode.js +8 -6
- package/dist/bundled/v2/components/OrCode/index.js +8 -6
- package/dist/bundled/v2/components/OrCollapse/OrCollapse.js +5 -3
- package/dist/bundled/v2/components/OrCollapse/index.js +5 -3
- package/dist/bundled/v2/components/OrColorPicker/OrColorPicker.js +8 -5
- package/dist/bundled/v2/components/OrColorPicker/index.js +8 -5
- package/dist/bundled/v2/components/OrConfirm/OrConfirm.js +9 -7
- package/dist/bundled/v2/components/OrConfirm/index.js +9 -7
- package/dist/bundled/v2/components/OrConfirmV3/OrConfirm.js +4 -3
- package/dist/bundled/v2/components/OrConfirmV3/index.js +4 -3
- package/dist/bundled/v2/components/OrDatePickerV3/OrDatePicker.js +5 -4
- package/dist/bundled/v2/components/OrDatePickerV3/index.js +5 -4
- package/dist/bundled/v2/components/OrDateTimePicker/OrDateTimePicker.js +333 -16
- package/dist/bundled/v2/components/OrDateTimePicker/index.js +11 -7
- package/dist/bundled/v2/components/OrDateTimePickerV3/OrDateTimePicker.js +6 -5
- package/dist/bundled/v2/components/OrDateTimePickerV3/index.js +6 -5
- package/dist/bundled/v2/components/OrFloating/OrFloating.js +6 -4
- package/dist/bundled/v2/components/OrFloating/index.js +6 -4
- package/dist/bundled/v2/components/OrIcon/OrIcon.js +6 -4
- package/dist/bundled/v2/components/OrIcon/index.js +6 -4
- package/dist/bundled/v2/components/OrIconButtonV2/OrIconButton.js +6 -5
- package/dist/bundled/v2/components/OrIconButtonV2/index.js +6 -5
- package/dist/bundled/v2/components/OrIconButtonV3/OrIconButton.js +3 -2
- package/dist/bundled/v2/components/OrIconButtonV3/index.js +3 -2
- package/dist/bundled/v2/components/OrInlineInputV3/OrInlineInput.js +3 -2
- package/dist/bundled/v2/components/OrInlineInputV3/index.js +3 -2
- package/dist/bundled/v2/components/OrInlineTextEdit/OrInlineTextEdit.js +8 -6
- package/dist/bundled/v2/components/OrInlineTextEdit/index.js +8 -6
- package/dist/bundled/v2/components/OrInlineTextareaV3/OrInlineTextarea.js +3 -2
- package/dist/bundled/v2/components/OrInlineTextareaV3/index.js +3 -2
- package/dist/bundled/v2/components/OrInput/OrInput.js +5 -3
- package/dist/bundled/v2/components/OrInput/index.js +5 -3
- package/dist/bundled/v2/components/OrInputV3/OrInput.js +3 -2
- package/dist/bundled/v2/components/OrInputV3/index.js +3 -2
- package/dist/bundled/v2/components/OrList/OrList.js +842 -11
- package/dist/bundled/v2/components/OrList/index.js +10 -7
- package/dist/bundled/v2/components/OrListOfInputs/OrListOfInputs.js +10 -7
- package/dist/bundled/v2/components/OrListOfInputs/index.js +10 -7
- package/dist/bundled/v2/components/OrLoaderV3/OrLoader.js +2 -1
- package/dist/bundled/v2/components/OrLoaderV3/index.js +2 -1
- package/dist/bundled/v2/components/OrMenuV3/OrMenu.js +3 -2
- package/dist/bundled/v2/components/OrMenuV3/index.js +3 -2
- package/dist/bundled/v2/components/OrModal/OrModal.js +8 -6
- package/dist/bundled/v2/components/OrModal/index.js +8 -6
- package/dist/bundled/v2/components/OrModalV3/OrModal.js +3 -2
- package/dist/bundled/v2/components/OrModalV3/index.js +3 -2
- package/dist/bundled/v2/components/OrNotification/OrNotification.js +6 -5
- package/dist/bundled/v2/components/OrNotification/index.js +6 -5
- package/dist/bundled/v2/components/OrNotificationV3/OrNotification.js +3 -2
- package/dist/bundled/v2/components/OrNotificationV3/index.js +3 -2
- package/dist/bundled/v2/components/OrNumberInput/OrNumberInput.js +5 -3
- package/dist/bundled/v2/components/OrNumberInput/index.js +5 -3
- package/dist/bundled/v2/components/OrOverflowMenu/OrOverflowMenu.js +8 -6
- package/dist/bundled/v2/components/OrOverflowMenu/index.js +8 -6
- package/dist/bundled/v2/components/OrOverlayV3/OrOverlay.js +3 -2
- package/dist/bundled/v2/components/OrOverlayV3/index.js +3 -2
- package/dist/bundled/v2/components/OrPaginationV3/OrPagination.js +3 -2
- package/dist/bundled/v2/components/OrPaginationV3/index.js +3 -2
- package/dist/bundled/v2/components/OrPassword/OrPassword.js +8 -6
- package/dist/bundled/v2/components/OrPassword/index.js +8 -6
- package/dist/bundled/v2/components/OrPopoverV3/OrPopover.js +3 -2
- package/dist/bundled/v2/components/OrPopoverV3/index.js +3 -2
- package/dist/bundled/v2/components/OrProgress/OrProgress.js +6 -2
- package/dist/bundled/v2/components/OrProgress/index.js +5 -1
- package/dist/bundled/v2/components/OrProgressV3/OrProgress.js +8 -3
- package/dist/bundled/v2/components/OrProgressV3/index.js +7 -2
- package/dist/bundled/v2/components/OrRadio/OrRadio.js +9 -4
- package/dist/bundled/v2/components/OrRadio/index.js +7 -2
- package/dist/bundled/v2/components/OrRadioGroupV3/OrRadioGroup.js +2 -1
- package/dist/bundled/v2/components/OrRadioGroupV3/index.js +2 -1
- package/dist/bundled/v2/components/OrSearch/OrSearch.js +8 -7
- package/dist/bundled/v2/components/OrSearch/index.js +7 -6
- package/dist/bundled/v2/components/OrSearchV3/OrSearch.js +4 -3
- package/dist/bundled/v2/components/OrSearchV3/index.js +3 -2
- package/dist/bundled/v2/components/OrSelect/OrSelect.js +558 -7
- package/dist/bundled/v2/components/OrSelect/index.js +12 -6
- package/dist/bundled/v2/components/OrSelectV3/OrSelect.js +3 -2
- package/dist/bundled/v2/components/OrSelectV3/index.js +3 -2
- package/dist/bundled/v2/components/OrSidebar/OrSidebar.js +2 -1
- package/dist/bundled/v2/components/OrSidebar/index.js +2 -1
- package/dist/bundled/v2/components/OrSidebarV3/OrSidebar.js +3 -2
- package/dist/bundled/v2/components/OrSidebarV3/index.js +3 -2
- package/dist/bundled/v2/components/OrSkeleton/index.js +5 -1
- package/dist/bundled/v2/components/OrSkeletonText/OrSkeletonText.js +6 -2
- package/dist/bundled/v2/components/OrSkeletonText/index.js +5 -1
- package/dist/bundled/v2/components/OrSkeletonTextV3/OrSkeletonText.js +6 -2
- package/dist/bundled/v2/components/OrSkeletonTextV3/index.js +5 -1
- package/dist/bundled/v2/components/OrSkeletonV3/index.js +5 -1
- package/dist/bundled/v2/components/OrSlider/OrSlider.js +8 -5
- package/dist/bundled/v2/components/OrSlider/index.js +8 -5
- package/dist/bundled/v2/components/OrStepper/OrStepper.js +6 -4
- package/dist/bundled/v2/components/OrStepper/index.js +6 -4
- package/dist/bundled/v2/components/OrSwitchV3/OrSwitch.js +2 -1
- package/dist/bundled/v2/components/OrSwitchV3/index.js +2 -1
- package/dist/bundled/v2/components/OrTabsV3/OrTabs.js +3 -2
- package/dist/bundled/v2/components/OrTabsV3/index.js +3 -2
- package/dist/bundled/v2/components/OrTag/OrTag.js +6 -4
- package/dist/bundled/v2/components/OrTag/index.js +6 -4
- package/dist/bundled/v2/components/OrTagV3/OrTag.js +3 -2
- package/dist/bundled/v2/components/OrTagV3/index.js +3 -2
- package/dist/bundled/v2/components/OrTagsV3/OrTags.js +3 -2
- package/dist/bundled/v2/components/OrTagsV3/index.js +3 -2
- package/dist/bundled/v2/components/OrTeleport/OrTeleport.js +580 -1
- package/dist/bundled/v2/components/OrTeleport/index.js +1 -1
- package/dist/bundled/v2/components/OrTeleportV3/OrTeleport.js +543 -1
- package/dist/bundled/v2/components/OrTeleportV3/index.js +1 -1
- package/dist/bundled/v2/components/OrTextV3/OrText.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrTextarea/OrTextarea.js +5 -3
- package/dist/bundled/v2/components/OrTextarea/OrTextarea.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrTextarea/index.js +5 -3
- package/dist/bundled/v2/components/OrTextareaV3/OrTextarea.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrTextbox/OrTextbox.js +6 -5
- package/dist/bundled/v2/components/OrTextbox/OrTextbox.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrTextbox/index.js +6 -5
- package/dist/bundled/v2/components/OrTimePickerV3/OrTimePicker.js +5 -4
- package/dist/bundled/v2/components/OrTimePickerV3/OrTimePicker.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrTimePickerV3/index.js +5 -4
- package/dist/bundled/v2/components/OrToast/OrToast.js +9 -6
- package/dist/bundled/v2/components/OrToast/OrToast.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrToast/Timer.js +2 -1
- package/dist/bundled/v2/components/OrToast/composable/index.js +3 -2
- package/dist/bundled/v2/components/OrToast/composable/useToast.js +3 -1
- package/dist/bundled/v2/components/OrToast/composable/useToastEventBus.js +3 -1
- package/dist/bundled/v2/components/OrToast/index.js +11 -7
- package/dist/bundled/v2/components/OrToastContainer/OrToastContainer.js +11 -7
- package/dist/bundled/v2/components/OrToastContainer/index.js +11 -7
- package/dist/bundled/v2/components/OrToastContainerV3/OrToastContainer.js +3 -2
- package/dist/bundled/v2/components/OrToastContainerV3/index.js +3 -2
- package/dist/bundled/v2/components/OrToastV3/OrToast.js +3 -2
- package/dist/bundled/v2/components/OrToastV3/OrToast.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrToastV3/Timer.js +2 -1
- package/dist/bundled/v2/components/OrToastV3/composable/index.js +3 -2
- package/dist/bundled/v2/components/OrToastV3/composable/useToast.js +3 -1
- package/dist/bundled/v2/components/OrToastV3/composable/useToastEventBus.js +3 -1
- package/dist/bundled/v2/components/OrToastV3/index.js +3 -2
- package/dist/bundled/v2/components/OrTooltip/OrTooltip.js +33 -7
- package/dist/bundled/v2/components/OrTooltip/OrTooltip.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrTooltip/index.js +6 -5
- package/dist/bundled/v2/components/OrTooltipV3/OrTooltip.js +3 -2
- package/dist/bundled/v2/components/OrTooltipV3/OrTooltip.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrTooltipV3/index.js +3 -2
- package/dist/bundled/v2/components/index.js +21 -17
- package/dist/bundled/v2/dom-700444b4.js +260 -0
- package/dist/bundled/v2/eq-95cd2573.js +77 -0
- package/dist/bundled/v2/get-ab1b7d93.js +856 -0
- package/dist/bundled/v2/hooks/index.js +2 -1
- package/dist/bundled/v2/hooks/useOverflow.js +2 -1
- package/dist/bundled/v2/hooks/usePopoverState.js +2 -2
- package/dist/bundled/v2/hooks/useResponsive/index.js +2 -1
- package/dist/bundled/v2/hooks/useResponsive/useResponsive.js +2 -1
- package/dist/bundled/v2/index-6d94f832.js +797 -0
- package/dist/bundled/v2/index-82718479.js +8 -0
- package/dist/bundled/v2/index-8a1b5b9c.js +294 -0
- package/dist/bundled/v2/index.js +21 -17
- package/dist/bundled/v2/isArrayLike-e46b8eac.js +91 -0
- package/dist/bundled/v2/isEqual-44382965.js +38 -0
- package/dist/bundled/v2/isObject-fe8b81fd.js +202 -0
- package/dist/bundled/v2/range-6f26eda4.js +136 -0
- package/dist/bundled/v2/round-f34440f4.js +66 -0
- package/dist/bundled/v2/toFinite-74227610.js +142 -0
- package/dist/bundled/v2/toInteger-2fd112a9.js +38 -0
- package/dist/bundled/v2/toString-f3196832.js +114 -0
- package/dist/bundled/v2/utils/functions/dom.js +5 -168
- package/dist/bundled/v3/{OrAvatar.vue_vue_type_script_lang-37b5b618.js → OrAvatar.vue_vue_type_script_lang-2a494943.js} +1 -1
- package/dist/bundled/v3/{OrBottomSheet.vue_vue_type_script_lang-aebedcb2.js → OrBottomSheet.vue_vue_type_script_lang-2f9406a6.js} +2 -2
- package/dist/bundled/v3/{OrButton.vue_vue_type_script_lang-cc8aa3a7.js → OrButton.vue_vue_type_script_lang-5ae410e5.js} +1 -1
- package/dist/bundled/v3/{OrButton.vue_vue_type_script_lang-f58fa1b8.js → OrButton.vue_vue_type_script_lang-af5ff967.js} +1 -1
- package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-1f2d30f3.js → OrCardCollection.vue_vue_type_script_lang-86c25f0f.js} +3 -3
- package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-d15329fd.js → OrCardCollection.vue_vue_type_script_lang-decf25ee.js} +4 -4
- package/dist/bundled/v3/{OrCarousel.vue_vue_type_script_lang-a619731b.js → OrCarousel.vue_vue_type_script_lang-272cb9c9.js} +1 -1
- package/dist/bundled/v3/{OrCheckbox.vue_vue_type_script_lang-cfeb4a4e.js → OrCheckbox.vue_vue_type_script_lang-a6d72885.js} +1 -1
- package/dist/bundled/v3/{OrCheckbox.vue_vue_type_script_lang-2b4d6aa3.js → OrCheckbox.vue_vue_type_script_lang-b1dd62bd.js} +1 -1
- package/dist/bundled/v3/{OrCheckboxGroup.vue_vue_type_script_lang-f931fc03.js → OrCheckboxGroup.vue_vue_type_script_lang-b4421b8d.js} +2 -2
- package/dist/bundled/v3/{OrCheckboxTree.vue_vue_type_script_lang-7e5bebf5.js → OrCheckboxTree.vue_vue_type_script_lang-c7beacdf.js} +4 -3
- package/dist/bundled/v3/{OrChip.vue_vue_type_script_lang-aaad645e.js → OrChip.vue_vue_type_script_lang-a182e324.js} +1 -1
- package/dist/bundled/v3/{OrChips.vue_vue_type_script_lang-ab6b8db5.js → OrChips.vue_vue_type_script_lang-9e98c258.js} +1 -1
- package/dist/bundled/v3/{OrCode.vue_vue_type_script_lang-5bfa4f9c.js → OrCode.vue_vue_type_script_lang-7af61a76.js} +3 -3
- package/dist/bundled/v3/{OrCollapse.vue_vue_type_script_lang-35fdcade.js → OrCollapse.vue_vue_type_script_lang-2a5c0929.js} +1 -1
- package/dist/bundled/v3/{OrColorPicker.vue_vue_type_script_lang-461841d1.js → OrColorPicker.vue_vue_type_script_lang-6143f82f.js} +3 -2
- package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-84f80066.js → OrConfirm.vue_vue_type_script_lang-ac591c04.js} +6 -5
- package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-2cb65fae.js → OrConfirm.vue_vue_type_script_lang-cdd89236.js} +6 -5
- package/dist/bundled/v3/{OrDatePicker.vue_vue_type_script_lang-92222927.js → OrDatePicker.vue_vue_type_script_lang-b9052966.js} +4 -4
- package/dist/bundled/v3/{OrDateTimePicker.vue_vue_type_script_lang-b8045270.js → OrDateTimePicker.vue_vue_type_script_lang-111a251e.js} +330 -15
- package/dist/bundled/v3/{OrDateTimePicker.vue_vue_type_script_lang-81f3cb69.js → OrDateTimePicker.vue_vue_type_script_lang-741b8048.js} +5 -5
- package/dist/bundled/v3/{OrDateTimePickerMonthSelect-354e1af8.js → OrDateTimePickerMonthSelect-6c5e416a.js} +3 -3
- package/dist/bundled/v3/{OrDateTimePickerPopoverHeader-eff55bd9.js → OrDateTimePickerPopoverHeader-894382f9.js} +1 -1
- package/dist/bundled/v3/{OrDateTimePickerTimeSelect-2f1a2767.js → OrDateTimePickerTimeSelect-b04942c5.js} +1 -1
- package/dist/bundled/v3/{OrFloating.vue_vue_type_script_lang-d01f7507.js → OrFloating.vue_vue_type_script_lang-d419627c.js} +1 -1
- package/dist/bundled/v3/{OrIcon.vue_vue_type_script_lang-22a17b06.js → OrIcon.vue_vue_type_script_lang-cd2da378.js} +1 -1
- package/dist/bundled/v3/{OrIconButton.vue_vue_type_script_lang-fe97e57a.js → OrIconButton.vue_vue_type_script_lang-743eb1eb.js} +1 -1
- package/dist/bundled/v3/{OrIconButton.vue_vue_type_script_lang-b5d5718b.js → OrIconButton.vue_vue_type_script_lang-d1496a81.js} +2 -2
- package/dist/bundled/v3/{OrInlineInput.vue_vue_type_script_lang-3131ae11.js → OrInlineInput.vue_vue_type_script_lang-2df002e8.js} +1 -1
- package/dist/bundled/v3/{OrInlineTextEdit.vue_vue_type_script_lang-f669de9e.js → OrInlineTextEdit.vue_vue_type_script_lang-1e78da3c.js} +4 -4
- package/dist/bundled/v3/{OrInlineTextarea.vue_vue_type_script_lang-db28519e.js → OrInlineTextarea.vue_vue_type_script_lang-139602f1.js} +1 -1
- package/dist/bundled/v3/{OrInput.vue_vue_type_script_lang-5f74dd08.js → OrInput.vue_vue_type_script_lang-30a2b358.js} +2 -2
- package/dist/bundled/v3/{OrInput.vue_vue_type_script_lang-5404596e.js → OrInput.vue_vue_type_script_lang-bf9fa981.js} +2 -2
- package/dist/bundled/v3/{OrList.vue_vue_type_script_lang-29a5842e.js → OrList.vue_vue_type_script_lang-ccab1c75.js} +843 -9
- package/dist/bundled/v3/{OrListOfInputs.vue_vue_type_script_lang-740154ee.js → OrListOfInputs.vue_vue_type_script_lang-32d935ae.js} +4 -4
- package/dist/bundled/v3/{OrLoader.vue_vue_type_script_lang-49907820.js → OrLoader.vue_vue_type_script_lang-c1b5372a.js} +1 -1
- package/dist/bundled/v3/{OrMenu.vue_vue_type_script_lang-1f45bf44.js → OrMenu.vue_vue_type_script_lang-90d57815.js} +1 -1
- package/dist/bundled/v3/{OrModal.vue_vue_type_script_lang-05916fd8.js → OrModal.vue_vue_type_script_lang-6e26795e.js} +3 -2
- package/dist/bundled/v3/{OrModal.vue_vue_type_script_lang-31c15ba1.js → OrModal.vue_vue_type_script_lang-910b80a1.js} +2 -2
- package/dist/bundled/v3/{OrNotification.vue_vue_type_script_lang-4e5a04fa.js → OrNotification.vue_vue_type_script_lang-3f6dd187.js} +2 -2
- package/dist/bundled/v3/{OrNotification.vue_vue_type_script_lang-89bbc41f.js → OrNotification.vue_vue_type_script_lang-f414a938.js} +1 -1
- package/dist/bundled/v3/{OrNumberInput.vue_vue_type_script_lang-d56d7155.js → OrNumberInput.vue_vue_type_script_lang-1fb535e6.js} +1 -1
- package/dist/bundled/v3/{OrOverflowMenu.vue_vue_type_script_lang-1b4af3a6.js → OrOverflowMenu.vue_vue_type_script_lang-fb64f2d0.js} +5 -4
- package/dist/bundled/v3/{OrOverlay.vue_vue_type_script_lang-29ff6fd8.js → OrOverlay.vue_vue_type_script_lang-93864f05.js} +1 -1
- package/dist/bundled/v3/{OrPagination.vue_vue_type_script_lang-1835d432.js → OrPagination.vue_vue_type_script_lang-4d9cc1c9.js} +2 -2
- package/dist/bundled/v3/{OrPassword.vue_vue_type_script_lang-28c99eb3.js → OrPassword.vue_vue_type_script_lang-d8bfee83.js} +3 -3
- package/dist/bundled/v3/{OrPopover.vue_vue_type_script_lang-c75dbd63.js → OrPopover.vue_vue_type_script_lang-dca9481d.js} +2 -2
- package/dist/bundled/v3/{OrProgress.vue_vue_type_script_lang-eebf69ce.js → OrProgress.vue_vue_type_script_lang-1c15f38e.js} +3 -3
- package/dist/bundled/v3/{OrProgress.vue_vue_type_script_lang-46f3abbc.js → OrProgress.vue_vue_type_script_lang-a99362ae.js} +2 -2
- package/dist/bundled/v3/{OrRadio.vue_vue_type_script_lang-e2d36ed5.js → OrRadio.vue_vue_type_script_lang-3a551734.js} +4 -4
- package/dist/bundled/v3/{OrRadioGroup.vue_vue_type_script_lang-dfffdd80.js → OrRadioGroup.vue_vue_type_script_lang-5734ced2.js} +1 -1
- package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-8dbecb52.js → OrSearch.vue_vue_type_script_lang-82b7b602.js} +4 -4
- package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-142ab019.js → OrSearch.vue_vue_type_script_lang-ba26f3af.js} +3 -3
- package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-0ab50e13.js → OrSelect.vue_vue_type_script_lang-a156c8b5.js} +4 -4
- package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-a8a2875f.js → OrSelect.vue_vue_type_script_lang-c9547f1b.js} +559 -7
- package/dist/bundled/v3/{OrSidebar.vue_vue_type_script_lang-23c6a11f.js → OrSidebar.vue_vue_type_script_lang-3914fce0.js} +2 -2
- package/dist/bundled/v3/{OrSidebar.vue_vue_type_script_lang-fddb063c.js → OrSidebar.vue_vue_type_script_lang-55b5ffb4.js} +1 -1
- package/dist/bundled/v3/{OrSkeletonText.vue_vue_type_script_lang-b7c0a28e.js → OrSkeletonText.vue_vue_type_script_lang-26b3cfd1.js} +2 -2
- package/dist/bundled/v3/{OrSkeletonText.vue_vue_type_script_lang-15bd02fc.js → OrSkeletonText.vue_vue_type_script_lang-c2a5ab96.js} +2 -2
- package/dist/bundled/v3/{OrSlider.vue_vue_type_script_lang-f4fee03d.js → OrSlider.vue_vue_type_script_lang-22cc5cd5.js} +3 -3
- package/dist/bundled/v3/{OrStepper.vue_vue_type_script_lang-c2dffcac.js → OrStepper.vue_vue_type_script_lang-67408a1a.js} +1 -1
- package/dist/bundled/v3/{OrSwitch.vue_vue_type_script_lang-286a0a4e.js → OrSwitch.vue_vue_type_script_lang-32427513.js} +1 -1
- package/dist/bundled/v3/{OrTabs.vue_vue_type_script_lang-255f33d2.js → OrTabs.vue_vue_type_script_lang-4c2cecd7.js} +2 -2
- package/dist/bundled/v3/{OrTag.vue_vue_type_script_lang-d76e6df4.js → OrTag.vue_vue_type_script_lang-cbb4a16d.js} +1 -1
- package/dist/bundled/v3/{OrTag.vue_vue_type_script_lang-f4321103.js → OrTag.vue_vue_type_script_lang-ce916e72.js} +1 -1
- package/dist/bundled/v3/{OrTags.vue_vue_type_script_lang-4684a9c5.js → OrTags.vue_vue_type_script_lang-1f1278ce.js} +3 -3
- package/dist/bundled/v3/{OrTextarea.vue_vue_type_script_lang-84594717.js → OrTextarea.vue_vue_type_script_lang-1ab55f91.js} +2 -2
- package/dist/bundled/v3/{OrTextbox.vue_vue_type_script_lang-ed48ed9b.js → OrTextbox.vue_vue_type_script_lang-1ec469f0.js} +3 -3
- package/dist/bundled/v3/{OrTimePicker.vue_vue_type_script_lang-e9684fe9.js → OrTimePicker.vue_vue_type_script_lang-a03960c6.js} +4 -4
- package/dist/bundled/v3/{OrToastContainer.vue_vue_type_script_lang-6512c2eb.js → OrToastContainer.vue_vue_type_script_lang-592e1632.js} +1 -1
- package/dist/bundled/v3/{OrToastContainer.vue_vue_type_script_lang-461fb6d1.js → OrToastContainer.vue_vue_type_script_lang-9f5a5d56.js} +1 -1
- package/dist/bundled/v3/{OrTooltip.vue_vue_type_script_lang-f3ccffce.js → OrTooltip.vue_vue_type_script_lang-44e9f7e4.js} +1 -1
- package/dist/bundled/v3/{OrTooltip.vue_vue_type_script_lang-ebca0d7c.js → OrTooltip.vue_vue_type_script_lang-a06d73f0.js} +28 -4
- package/dist/bundled/v3/_baseAssignValue-22e630c1.js +38 -0
- package/dist/bundled/v3/_baseIsEqual-a1cc156c.js +1237 -0
- package/dist/bundled/v3/_baseProperty-a52739e9.js +15 -0
- package/dist/bundled/v3/components/OrAvatar/OrAvatar.js +9 -7
- package/dist/bundled/v3/components/OrAvatar/OrAvatar.vue.d.ts +26 -11
- package/dist/bundled/v3/components/OrAvatar/index.js +8 -6
- package/dist/bundled/v3/components/OrAvatarV3/OrAvatar.vue.d.ts +24 -8
- package/dist/bundled/v3/components/OrBottomSheetV3/OrBottomSheet.js +5 -4
- package/dist/bundled/v3/components/OrBottomSheetV3/OrBottomSheet.vue.d.ts +33 -17
- package/dist/bundled/v3/components/OrBottomSheetV3/index.js +4 -3
- package/dist/bundled/v3/components/OrButton/OrButton.vue.d.ts +51 -16
- package/dist/bundled/v3/components/OrButtonV2/OrButton.js +9 -7
- package/dist/bundled/v3/components/OrButtonV2/OrButton.vue.d.ts +57 -20
- package/dist/bundled/v3/components/OrButtonV2/index.js +10 -9
- package/dist/bundled/v3/components/OrButtonV3/OrButton.js +5 -4
- package/dist/bundled/v3/components/OrButtonV3/OrButton.vue.d.ts +35 -15
- package/dist/bundled/v3/components/OrButtonV3/index.js +4 -3
- package/dist/bundled/v3/components/OrCard/OrCard.vue.d.ts +15 -7
- package/dist/bundled/v3/components/OrCardCollection/OrCardCollection.js +15 -14
- package/dist/bundled/v3/components/OrCardCollection/OrCardCollection.vue.d.ts +47 -21
- package/dist/bundled/v3/components/OrCardCollection/index.js +14 -13
- package/dist/bundled/v3/components/OrCardCollectionV3/OrCardCollection.js +14 -13
- package/dist/bundled/v3/components/OrCardCollectionV3/OrCardCollection.vue.d.ts +70 -22
- package/dist/bundled/v3/components/OrCardCollectionV3/index.js +13 -12
- package/dist/bundled/v3/components/OrCardV3/OrCard.vue.d.ts +7 -4
- package/dist/bundled/v3/components/OrCarousel/OrCarousel.js +9 -7
- package/dist/bundled/v3/components/OrCarousel/OrCarousel.vue.d.ts +676 -126
- package/dist/bundled/v3/components/OrCarousel/index.js +8 -6
- package/dist/bundled/v3/components/OrCarouselItem/OrCarouselItem.vue.d.ts +1 -1
- package/dist/bundled/v3/components/OrCheckbox/OrCheckbox.js +9 -7
- package/dist/bundled/v3/components/OrCheckbox/OrCheckbox.vue.d.ts +35 -15
- package/dist/bundled/v3/components/OrCheckbox/index.js +8 -6
- package/dist/bundled/v3/components/OrCheckboxGroupV3/OrCheckboxGroup.js +8 -7
- package/dist/bundled/v3/components/OrCheckboxGroupV3/OrCheckboxGroup.vue.d.ts +24 -6
- package/dist/bundled/v3/components/OrCheckboxGroupV3/index.js +7 -6
- package/dist/bundled/v3/components/OrCheckboxTreeV3/OrCheckboxTree.js +7 -6
- package/dist/bundled/v3/components/OrCheckboxTreeV3/OrCheckboxTree.vue.d.ts +43 -17
- package/dist/bundled/v3/components/OrCheckboxTreeV3/index.js +6 -5
- package/dist/bundled/v3/components/OrCheckboxV3/OrCheckbox.js +4 -3
- package/dist/bundled/v3/components/OrCheckboxV3/OrCheckbox.vue.d.ts +53 -23
- package/dist/bundled/v3/components/OrCheckboxV3/index.js +3 -2
- package/dist/bundled/v3/components/OrChip/OrChip.js +9 -7
- package/dist/bundled/v3/components/OrChip/OrChip.vue.d.ts +25 -9
- package/dist/bundled/v3/components/OrChip/index.js +8 -6
- package/dist/bundled/v3/components/OrChips/OrChips.js +10 -8
- package/dist/bundled/v3/components/OrChips/OrChips.vue.d.ts +51 -24
- package/dist/bundled/v3/components/OrChips/index.js +9 -7
- package/dist/bundled/v3/components/OrCode/OrCode.js +14 -12
- package/dist/bundled/v3/components/OrCode/OrCode.vue.d.ts +69 -24
- package/dist/bundled/v3/components/OrCode/index.js +13 -11
- package/dist/bundled/v3/components/OrCollapse/OrCollapse.js +7 -5
- package/dist/bundled/v3/components/OrCollapse/OrCollapse.vue.d.ts +39 -17
- package/dist/bundled/v3/components/OrCollapse/index.js +6 -4
- package/dist/bundled/v3/components/OrColorPicker/OrColorPicker.js +10 -7
- package/dist/bundled/v3/components/OrColorPicker/OrColorPicker.vue.d.ts +31 -13
- package/dist/bundled/v3/components/OrColorPicker/index.js +9 -6
- package/dist/bundled/v3/components/OrCombinedInputV3/OrCombinedInput.vue.d.ts +30 -8
- package/dist/bundled/v3/components/OrConfirm/OrConfirm.js +18 -16
- package/dist/bundled/v3/components/OrConfirm/OrConfirm.vue.d.ts +84 -23
- package/dist/bundled/v3/components/OrConfirm/index.js +17 -15
- package/dist/bundled/v3/components/OrConfirmV3/OrConfirm.js +13 -12
- package/dist/bundled/v3/components/OrConfirmV3/OrConfirm.vue.d.ts +91 -30
- package/dist/bundled/v3/components/OrConfirmV3/index.js +12 -11
- package/dist/bundled/v3/components/OrDatePickerV3/OrDatePicker.js +14 -13
- package/dist/bundled/v3/components/OrDatePickerV3/OrDatePicker.vue.d.ts +81 -25
- package/dist/bundled/v3/components/OrDatePickerV3/index.js +13 -12
- package/dist/bundled/v3/components/OrDateTimePicker/OrDateTimePicker.js +17 -13
- package/dist/bundled/v3/components/OrDateTimePicker/OrDateTimePicker.vue.d.ts +177 -68
- package/dist/bundled/v3/components/OrDateTimePicker/index.js +16 -12
- package/dist/bundled/v3/components/OrDateTimePickerV3/OrDateTimePicker.js +15 -14
- package/dist/bundled/v3/components/OrDateTimePickerV3/OrDateTimePicker.vue.d.ts +105 -31
- package/dist/bundled/v3/components/OrDateTimePickerV3/index.js +14 -13
- package/dist/bundled/v3/components/OrEmptyStateV3/OrEmptyState.vue.d.ts +28 -11
- package/dist/bundled/v3/components/OrError/OrError.vue.d.ts +8 -4
- package/dist/bundled/v3/components/OrErrorTagV3/OrErrorTag.vue.d.ts +7 -4
- package/dist/bundled/v3/components/OrErrorV3/OrError.vue.d.ts +18 -9
- package/dist/bundled/v3/components/OrExpansionPanelV3/OrExpansionPanel.vue.d.ts +35 -14
- package/dist/bundled/v3/components/OrFabV3/OrFab.vue.d.ts +20 -8
- package/dist/bundled/v3/components/OrFloating/OrFloating.js +7 -5
- package/dist/bundled/v3/components/OrFloating/OrFloating.vue.d.ts +46 -15
- package/dist/bundled/v3/components/OrFloating/index.js +6 -4
- package/dist/bundled/v3/components/OrFormGroupV3/OrFormGroup.vue.d.ts +30 -10
- package/dist/bundled/v3/components/OrHint/OrHint.vue.d.ts +8 -4
- package/dist/bundled/v3/components/OrHintV3/OrHint.vue.d.ts +18 -9
- package/dist/bundled/v3/components/OrIcon/OrIcon.js +8 -6
- package/dist/bundled/v3/components/OrIcon/OrIcon.vue.d.ts +44 -16
- package/dist/bundled/v3/components/OrIcon/index.js +7 -5
- package/dist/bundled/v3/components/OrIconButtonV2/OrIconButton.js +10 -9
- package/dist/bundled/v3/components/OrIconButtonV2/OrIconButton.vue.d.ts +43 -13
- package/dist/bundled/v3/components/OrIconButtonV2/index.js +9 -8
- package/dist/bundled/v3/components/OrIconButtonV3/OrIconButton.js +8 -7
- package/dist/bundled/v3/components/OrIconButtonV3/OrIconButton.vue.d.ts +52 -16
- package/dist/bundled/v3/components/OrIconButtonV3/index.js +7 -6
- package/dist/bundled/v3/components/OrIconV3/OrIcon.vue.d.ts +18 -7
- package/dist/bundled/v3/components/OrInlineInputBoxV3/OrInlineInputBox.vue.d.ts +16 -7
- package/dist/bundled/v3/components/OrInlineInputV3/OrInlineInput.js +9 -8
- package/dist/bundled/v3/components/OrInlineInputV3/OrInlineInput.vue.d.ts +83 -39
- package/dist/bundled/v3/components/OrInlineInputV3/index.js +8 -7
- package/dist/bundled/v3/components/OrInlineTextEdit/OrInlineTextEdit.js +14 -12
- package/dist/bundled/v3/components/OrInlineTextEdit/OrInlineTextEdit.vue.d.ts +95 -43
- package/dist/bundled/v3/components/OrInlineTextEdit/index.js +13 -11
- package/dist/bundled/v3/components/OrInlineTextareaV3/OrInlineTextarea.js +9 -8
- package/dist/bundled/v3/components/OrInlineTextareaV3/OrInlineTextarea.vue.d.ts +79 -39
- package/dist/bundled/v3/components/OrInlineTextareaV3/index.js +8 -7
- package/dist/bundled/v3/components/OrInput/OrInput.js +8 -6
- package/dist/bundled/v3/components/OrInput/OrInput.vue.d.ts +87 -36
- package/dist/bundled/v3/components/OrInput/index.js +7 -5
- package/dist/bundled/v3/components/OrInputBoxV3/OrInputBox.vue.d.ts +22 -7
- package/dist/bundled/v3/components/OrInputV3/OrInput.js +10 -9
- package/dist/bundled/v3/components/OrInputV3/OrInput.vue.d.ts +85 -34
- package/dist/bundled/v3/components/OrInputV3/index.js +9 -8
- package/dist/bundled/v3/components/OrLabel/OrLabel.vue.d.ts +20 -9
- package/dist/bundled/v3/components/OrLabelV3/OrLabel.vue.d.ts +24 -9
- package/dist/bundled/v3/components/OrLinkV3/OrLink.vue.d.ts +24 -7
- package/dist/bundled/v3/components/OrList/OrList.js +16 -13
- package/dist/bundled/v3/components/OrList/OrList.vue.d.ts +47 -21
- package/dist/bundled/v3/components/OrList/index.js +15 -12
- package/dist/bundled/v3/components/OrListOfInputs/OrListOfInputs.js +19 -16
- package/dist/bundled/v3/components/OrListOfInputs/OrListOfInputs.vue.d.ts +27 -11
- package/dist/bundled/v3/components/OrListOfInputs/index.js +18 -15
- package/dist/bundled/v3/components/OrLoader/OrLoader.vue.d.ts +26 -10
- package/dist/bundled/v3/components/OrLoaderV3/OrLoader.js +4 -3
- package/dist/bundled/v3/components/OrLoaderV3/OrLoader.vue.d.ts +34 -13
- package/dist/bundled/v3/components/OrLoaderV3/index.js +3 -2
- package/dist/bundled/v3/components/OrMenuItemV3/OrMenuItem.vue.d.ts +34 -13
- package/dist/bundled/v3/components/OrMenuV3/OrMenu.js +7 -6
- package/dist/bundled/v3/components/OrMenuV3/OrMenu.vue.d.ts +31 -15
- package/dist/bundled/v3/components/OrMenuV3/index.js +6 -5
- package/dist/bundled/v3/components/OrModal/OrModal.js +13 -11
- package/dist/bundled/v3/components/OrModal/OrModal.vue.d.ts +38 -14
- package/dist/bundled/v3/components/OrModal/index.js +12 -10
- package/dist/bundled/v3/components/OrModalV3/OrModal.js +9 -8
- package/dist/bundled/v3/components/OrModalV3/OrModal.vue.d.ts +25 -13
- package/dist/bundled/v3/components/OrModalV3/index.js +8 -7
- package/dist/bundled/v3/components/OrNotification/OrNotification.js +11 -10
- package/dist/bundled/v3/components/OrNotification/OrNotification.vue.d.ts +27 -9
- package/dist/bundled/v3/components/OrNotification/index.js +10 -9
- package/dist/bundled/v3/components/OrNotificationV3/OrNotification.js +9 -8
- package/dist/bundled/v3/components/OrNotificationV3/OrNotification.vue.d.ts +20 -9
- package/dist/bundled/v3/components/OrNotificationV3/index.js +8 -7
- package/dist/bundled/v3/components/OrNumberInput/OrNumberInput.js +9 -7
- package/dist/bundled/v3/components/OrNumberInput/OrNumberInput.vue.d.ts +70 -24
- package/dist/bundled/v3/components/OrNumberInput/index.js +8 -6
- package/dist/bundled/v3/components/OrOverflowMenu/OrOverflowMenu.js +14 -12
- package/dist/bundled/v3/components/OrOverflowMenu/OrOverflowMenu.vue.d.ts +31 -13
- package/dist/bundled/v3/components/OrOverflowMenu/index.js +13 -11
- package/dist/bundled/v3/components/OrOverlay/OrOverlay.vue.d.ts +16 -6
- package/dist/bundled/v3/components/OrOverlayV3/OrOverlay.js +4 -3
- package/dist/bundled/v3/components/OrOverlayV3/OrOverlay.vue.d.ts +14 -7
- package/dist/bundled/v3/components/OrOverlayV3/index.js +3 -2
- package/dist/bundled/v3/components/OrPaginationV3/OrPagination.js +10 -9
- package/dist/bundled/v3/components/OrPaginationV3/OrPagination.vue.d.ts +75 -27
- package/dist/bundled/v3/components/OrPaginationV3/index.js +9 -8
- package/dist/bundled/v3/components/OrPassword/OrPassword.js +15 -13
- package/dist/bundled/v3/components/OrPassword/OrPassword.vue.d.ts +63 -22
- package/dist/bundled/v3/components/OrPassword/index.js +14 -12
- package/dist/bundled/v3/components/OrPopoverV3/OrPopover.js +6 -5
- package/dist/bundled/v3/components/OrPopoverV3/OrPopover.vue.d.ts +74 -24
- package/dist/bundled/v3/components/OrPopoverV3/index.js +5 -4
- package/dist/bundled/v3/components/OrProgress/OrProgress.js +7 -3
- package/dist/bundled/v3/components/OrProgress/OrProgress.vue.d.ts +56 -20
- package/dist/bundled/v3/components/OrProgress/index.js +6 -2
- package/dist/bundled/v3/components/OrProgressV3/OrProgress.js +9 -4
- package/dist/bundled/v3/components/OrProgressV3/OrProgress.vue.d.ts +62 -25
- package/dist/bundled/v3/components/OrProgressV3/index.js +8 -3
- package/dist/bundled/v3/components/OrRadio/OrRadio.js +9 -4
- package/dist/bundled/v3/components/OrRadio/OrRadio.vue.d.ts +35 -13
- package/dist/bundled/v3/components/OrRadio/index.js +8 -3
- package/dist/bundled/v3/components/OrRadioGroup/OrRadioGroup.vue.d.ts +26 -9
- package/dist/bundled/v3/components/OrRadioGroupV3/OrRadioGroup.js +4 -3
- package/dist/bundled/v3/components/OrRadioGroupV3/OrRadioGroup.vue.d.ts +32 -6
- package/dist/bundled/v3/components/OrRadioGroupV3/index.js +3 -2
- package/dist/bundled/v3/components/OrRadioV3/OrRadio.vue.d.ts +49 -21
- package/dist/bundled/v3/components/OrSearch/OrSearch.js +14 -13
- package/dist/bundled/v3/components/OrSearch/OrSearch.vue.d.ts +65 -23
- package/dist/bundled/v3/components/OrSearch/index.js +13 -12
- package/dist/bundled/v3/components/OrSearchV3/OrSearch.js +11 -10
- package/dist/bundled/v3/components/OrSearchV3/OrSearch.vue.d.ts +41 -17
- package/dist/bundled/v3/components/OrSearchV3/index.js +10 -9
- package/dist/bundled/v3/components/OrSegmentedControlV3/OrSegmentedControl.vue.d.ts +25 -9
- package/dist/bundled/v3/components/OrSelect/OrSelect.js +17 -11
- package/dist/bundled/v3/components/OrSelect/OrSelect.vue.d.ts +77 -28
- package/dist/bundled/v3/components/OrSelect/index.js +16 -10
- package/dist/bundled/v3/components/OrSelectV3/OrSelect.js +13 -12
- package/dist/bundled/v3/components/OrSelectV3/OrSelect.vue.d.ts +117 -38
- package/dist/bundled/v3/components/OrSelectV3/index.js +12 -11
- package/dist/bundled/v3/components/OrSidebar/OrSidebar.js +4 -3
- package/dist/bundled/v3/components/OrSidebar/OrSidebar.vue.d.ts +33 -14
- package/dist/bundled/v3/components/OrSidebar/index.js +3 -2
- package/dist/bundled/v3/components/OrSidebarV3/OrSidebar.js +9 -8
- package/dist/bundled/v3/components/OrSidebarV3/OrSidebar.vue.d.ts +63 -28
- package/dist/bundled/v3/components/OrSidebarV3/index.js +8 -7
- package/dist/bundled/v3/components/OrSkeleton/index.js +6 -2
- package/dist/bundled/v3/components/OrSkeletonCircle/OrSkeletonCircle.vue.d.ts +20 -9
- package/dist/bundled/v3/components/OrSkeletonCircleV3/OrSkeletonCircle.vue.d.ts +28 -13
- package/dist/bundled/v3/components/OrSkeletonRect/OrSkeletonRect.vue.d.ts +22 -9
- package/dist/bundled/v3/components/OrSkeletonRectV3/OrSkeletonRect.vue.d.ts +26 -11
- package/dist/bundled/v3/components/OrSkeletonText/OrSkeletonText.js +7 -3
- package/dist/bundled/v3/components/OrSkeletonText/OrSkeletonText.vue.d.ts +26 -10
- package/dist/bundled/v3/components/OrSkeletonText/index.js +6 -2
- package/dist/bundled/v3/components/OrSkeletonTextV3/OrSkeletonText.js +7 -3
- package/dist/bundled/v3/components/OrSkeletonTextV3/OrSkeletonText.vue.d.ts +40 -16
- package/dist/bundled/v3/components/OrSkeletonTextV3/index.js +6 -2
- package/dist/bundled/v3/components/OrSkeletonV3/index.js +6 -2
- package/dist/bundled/v3/components/OrSlider/OrSlider.js +11 -8
- package/dist/bundled/v3/components/OrSlider/OrSlider.vue.d.ts +91 -35
- package/dist/bundled/v3/components/OrSlider/index.js +10 -7
- package/dist/bundled/v3/components/OrSortHeaderV3/OrSortHeader.vue.d.ts +25 -13
- package/dist/bundled/v3/components/OrStepper/OrStepper.js +10 -8
- package/dist/bundled/v3/components/OrStepper/OrStepper.vue.d.ts +43 -16
- package/dist/bundled/v3/components/OrStepper/index.js +9 -7
- package/dist/bundled/v3/components/OrSwitch/OrSwitch.vue.d.ts +33 -12
- package/dist/bundled/v3/components/OrSwitchV3/OrSwitch.js +5 -4
- package/dist/bundled/v3/components/OrSwitchV3/OrSwitch.vue.d.ts +53 -22
- package/dist/bundled/v3/components/OrSwitchV3/index.js +4 -3
- package/dist/bundled/v3/components/OrTab/OrTab.vue.d.ts +22 -9
- package/dist/bundled/v3/components/OrTabHeaderItem/OrTabHeaderItem.vue.d.ts +29 -13
- package/dist/bundled/v3/components/OrTabV3/OrTab.vue.d.ts +17 -10
- package/dist/bundled/v3/components/OrTabs/OrTabs.vue.d.ts +17 -4
- package/dist/bundled/v3/components/OrTabsV3/OrTabs.js +8 -7
- package/dist/bundled/v3/components/OrTabsV3/OrTabs.vue.d.ts +71 -25
- package/dist/bundled/v3/components/OrTabsV3/index.js +7 -6
- package/dist/bundled/v3/components/OrTag/OrTag.js +9 -7
- package/dist/bundled/v3/components/OrTag/OrTag.vue.d.ts +27 -10
- package/dist/bundled/v3/components/OrTag/index.js +8 -6
- package/dist/bundled/v3/components/OrTagV3/OrTag.js +9 -8
- package/dist/bundled/v3/components/OrTagV3/OrTag.vue.d.ts +23 -12
- package/dist/bundled/v3/components/OrTagV3/index.js +8 -7
- package/dist/bundled/v3/components/OrTagsV3/OrTags.js +12 -11
- package/dist/bundled/v3/components/OrTagsV3/OrTags.vue.d.ts +63 -19
- package/dist/bundled/v3/components/OrTagsV3/index.js +11 -10
- package/dist/bundled/v3/components/OrTeleport/OrTeleport.vue3.vue.d.ts +10 -4
- package/dist/bundled/v3/components/OrTeleportV3/OrTeleport.vue3.vue.d.ts +10 -4
- package/dist/bundled/v3/components/OrTextV3/OrText.vue.d.ts +24 -11
- package/dist/bundled/v3/components/OrTextarea/OrTextarea.js +8 -6
- package/dist/bundled/v3/components/OrTextarea/OrTextarea.vue.d.ts +85 -37
- package/dist/bundled/v3/components/OrTextarea/index.js +7 -5
- package/dist/bundled/v3/components/OrTextareaV3/OrTextarea.vue.d.ts +73 -32
- package/dist/bundled/v3/components/OrTextbox/OrTextbox.js +12 -11
- package/dist/bundled/v3/components/OrTextbox/OrTextbox.vue.d.ts +137 -55
- package/dist/bundled/v3/components/OrTextbox/index.js +11 -10
- package/dist/bundled/v3/components/OrTimePickerV3/OrTimePicker.js +13 -12
- package/dist/bundled/v3/components/OrTimePickerV3/OrTimePicker.vue.d.ts +79 -25
- package/dist/bundled/v3/components/OrTimePickerV3/index.js +12 -11
- package/dist/bundled/v3/components/OrToast/OrToast.js +13 -10
- package/dist/bundled/v3/components/OrToast/OrToast.vue.d.ts +31 -11
- package/dist/bundled/v3/components/OrToast/Timer.js +2 -1
- package/dist/bundled/v3/components/OrToast/composable/index.js +3 -2
- package/dist/bundled/v3/components/OrToast/composable/useToast.js +3 -1
- package/dist/bundled/v3/components/OrToast/composable/useToastEventBus.js +3 -1
- package/dist/bundled/v3/components/OrToast/index.js +16 -12
- package/dist/bundled/v3/components/OrToastContainer/OrToastContainer.js +17 -13
- package/dist/bundled/v3/components/OrToastContainer/OrToastContainer.vue.d.ts +55 -25
- package/dist/bundled/v3/components/OrToastContainer/index.js +16 -12
- package/dist/bundled/v3/components/OrToastContainerV3/OrToastContainer.js +10 -9
- package/dist/bundled/v3/components/OrToastContainerV3/OrToastContainer.vue.d.ts +54 -24
- package/dist/bundled/v3/components/OrToastContainerV3/index.js +9 -8
- package/dist/bundled/v3/components/OrToastV3/OrToast.js +8 -7
- package/dist/bundled/v3/components/OrToastV3/OrToast.vue.d.ts +38 -16
- package/dist/bundled/v3/components/OrToastV3/Timer.js +2 -1
- package/dist/bundled/v3/components/OrToastV3/composable/index.js +3 -2
- package/dist/bundled/v3/components/OrToastV3/composable/useToast.js +3 -1
- package/dist/bundled/v3/components/OrToastV3/composable/useToastEventBus.js +3 -1
- package/dist/bundled/v3/components/OrToastV3/index.js +9 -8
- package/dist/bundled/v3/components/OrTooltip/OrTooltip.js +8 -7
- package/dist/bundled/v3/components/OrTooltip/OrTooltip.vue.d.ts +33 -14
- package/dist/bundled/v3/components/OrTooltip/index.js +7 -6
- package/dist/bundled/v3/components/OrTooltipContent/OrTooltipContent.vue.d.ts +10 -4
- package/dist/bundled/v3/components/OrTooltipV3/OrTooltip.js +7 -6
- package/dist/bundled/v3/components/OrTooltipV3/OrTooltip.vue.d.ts +31 -15
- package/dist/bundled/v3/components/OrTooltipV3/index.js +6 -5
- package/dist/bundled/v3/components/index.js +90 -85
- package/dist/bundled/v3/directives/dropdown-close.d.ts +1 -3
- package/dist/bundled/v3/directives/dropdown-open.d.ts +1 -3
- package/dist/bundled/v3/dom-700444b4.js +260 -0
- package/dist/bundled/v3/eq-95cd2573.js +77 -0
- package/dist/bundled/v3/get-ab1b7d93.js +856 -0
- package/dist/bundled/v3/hooks/index.js +2 -1
- package/dist/bundled/v3/hooks/useOverflow.js +2 -1
- package/dist/bundled/v3/hooks/usePopoverState.js +2 -2
- package/dist/bundled/v3/hooks/useResponsive/index.js +2 -1
- package/dist/bundled/v3/hooks/useResponsive/useResponsive.d.ts +2 -2
- package/dist/bundled/v3/hooks/useResponsive/useResponsive.js +2 -1
- package/dist/bundled/v3/index-02705c13.js +797 -0
- package/dist/bundled/v3/index-51eb57bd.js +8 -0
- package/dist/bundled/v3/index-5e8e7a46.js +294 -0
- package/dist/bundled/v3/index.js +90 -85
- package/dist/bundled/v3/isArrayLike-e46b8eac.js +91 -0
- package/dist/bundled/v3/isEqual-44382965.js +38 -0
- package/dist/bundled/v3/isObject-fe8b81fd.js +202 -0
- package/dist/bundled/v3/range-6f26eda4.js +136 -0
- package/dist/bundled/v3/round-f34440f4.js +66 -0
- package/dist/bundled/v3/toFinite-74227610.js +142 -0
- package/dist/bundled/v3/toInteger-2fd112a9.js +38 -0
- package/dist/bundled/v3/toString-f3196832.js +114 -0
- package/dist/bundled/v3/utils/functions/dom.js +5 -168
- package/dist/esm/v2/components/or-text-v3/OrText.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-textarea/OrTextarea.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-textarea-v3/OrTextarea.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-textbox/OrTextbox.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-time-picker-v3/OrTimePicker.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-toast/OrToast.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-toast/or-toast-container/OrToastContainer.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-toast-v3/OrToast.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-toast-v3/or-toast-container-v3/OrToastContainer.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-tooltip/OrTooltip.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-tooltip/or-tooltip-content/OrTooltipContent.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-tooltip-v3/OrTooltip.vue.d.ts +2 -2
- package/dist/esm/v3/components/or-avatar/OrAvatar.vue.d.ts +26 -11
- package/dist/esm/v3/components/or-avatar-v3/OrAvatar.vue.d.ts +24 -8
- package/dist/esm/v3/components/or-bottom-sheet-v3/OrBottomSheet.vue.d.ts +33 -17
- package/dist/esm/v3/components/or-button/OrButton.vue.d.ts +51 -16
- package/dist/esm/v3/components/or-button-v2/OrButton.vue.d.ts +57 -20
- package/dist/esm/v3/components/or-button-v3/OrButton.vue.d.ts +35 -15
- package/dist/esm/v3/components/or-card/OrCard.vue.d.ts +15 -7
- package/dist/esm/v3/components/or-card-collection/OrCardCollection.vue.d.ts +47 -21
- package/dist/esm/v3/components/or-card-collection-v3/OrCardCollection.vue.d.ts +70 -22
- package/dist/esm/v3/components/or-card-collection-v3/partials/OrCardCollectionView.vue3.vue.d.ts +14 -6
- package/dist/esm/v3/components/or-card-v3/OrCard.vue.d.ts +7 -4
- package/dist/esm/v3/components/or-carousel/OrCarousel.vue.d.ts +676 -126
- package/dist/esm/v3/components/or-carousel/or-carousel-item/OrCarouselItem.vue.d.ts +1 -1
- package/dist/esm/v3/components/or-checkbox/OrCheckbox.vue.d.ts +35 -15
- package/dist/esm/v3/components/or-checkbox-group-v3/OrCheckboxGroup.vue.d.ts +24 -6
- package/dist/esm/v3/components/or-checkbox-tree-v3/OrCheckboxTree.vue.d.ts +43 -17
- package/dist/esm/v3/components/or-checkbox-v3/OrCheckbox.vue.d.ts +53 -23
- package/dist/esm/v3/components/or-chips/OrChips.vue.d.ts +51 -24
- package/dist/esm/v3/components/or-chips/or-chip/OrChip.vue.d.ts +25 -9
- package/dist/esm/v3/components/or-chips/partials/OrChipsInput.vue.d.ts +37 -17
- package/dist/esm/v3/components/or-code/OrCode.vue.d.ts +69 -24
- package/dist/esm/v3/components/or-collapse/OrCollapse.vue.d.ts +39 -17
- package/dist/esm/v3/components/or-color-picker/OrColorPicker.vue.d.ts +31 -13
- package/dist/esm/v3/components/or-combined-input-v3/OrCombinedInput.vue.d.ts +30 -8
- package/dist/esm/v3/components/or-confirm/OrConfirm.vue.d.ts +84 -23
- package/dist/esm/v3/components/or-confirm-v3/OrConfirm.vue.d.ts +91 -30
- package/dist/esm/v3/components/or-date-picker-v3/OrDatePicker.vue.d.ts +81 -25
- package/dist/esm/v3/components/or-date-time-picker/OrDateTimePicker.vue.d.ts +177 -68
- package/dist/esm/v3/components/or-date-time-picker/partials/OrDateTimePickerCalendarItem.vue.d.ts +33 -12
- package/dist/esm/v3/components/or-date-time-picker-v3/OrDateTimePicker.vue.d.ts +105 -31
- package/dist/esm/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-date-control/OrDateTimePickerDateControl.vue.d.ts +28 -11
- package/dist/esm/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-date-select/OrDateTimePickerDateSelect.vue.d.ts +39 -17
- package/dist/esm/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-mobile-control/OrDateTimePickerMobileControl.vue.d.ts +15 -7
- package/dist/esm/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-month-select/OrDateTimePickerMonthSelect.vue.d.ts +85 -23
- package/dist/esm/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-popover-footer/OrDateTimePickerPopoverFooter.vue.d.ts +11 -7
- package/dist/esm/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-popover-header/OrDateTimePickerPopoverHeader.vue.d.ts +7 -4
- package/dist/esm/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-time-control/OrDateTimePickerTimeControl.vue.d.ts +28 -11
- package/dist/esm/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-time-select/OrDateTimePickerTimeSelect.vue.d.ts +37 -15
- package/dist/esm/v3/components/or-empty-state-v3/OrEmptyState.vue.d.ts +28 -11
- package/dist/esm/v3/components/or-error/OrError.vue.d.ts +8 -4
- package/dist/esm/v3/components/or-error-tag-v3/OrErrorTag.vue.d.ts +7 -4
- package/dist/esm/v3/components/or-error-v3/OrError.vue.d.ts +18 -9
- package/dist/esm/v3/components/or-expansion-panel-v3/OrExpansionPanel.vue.d.ts +35 -14
- package/dist/esm/v3/components/or-fab-v3/OrFab.vue.d.ts +20 -8
- package/dist/esm/v3/components/or-floating/OrFloating.vue.d.ts +46 -15
- package/dist/esm/v3/components/or-form-group-v3/OrFormGroup.vue.d.ts +30 -10
- package/dist/esm/v3/components/or-hint/OrHint.vue.d.ts +8 -4
- package/dist/esm/v3/components/or-hint-v3/OrHint.vue.d.ts +18 -9
- package/dist/esm/v3/components/or-icon/OrIcon.vue.d.ts +44 -16
- package/dist/esm/v3/components/or-icon-button-v2/OrIconButton.vue.d.ts +43 -13
- package/dist/esm/v3/components/or-icon-button-v2/partials/OrTooltipWrapper.vue.d.ts +10 -8
- package/dist/esm/v3/components/or-icon-button-v3/OrIconButton.vue.d.ts +52 -16
- package/dist/esm/v3/components/or-icon-v3/OrIcon.vue.d.ts +18 -7
- package/dist/esm/v3/components/or-inline-input-box-v3/OrInlineInputBox.vue.d.ts +16 -7
- package/dist/esm/v3/components/or-inline-input-v3/OrInlineInput.vue.d.ts +83 -39
- package/dist/esm/v3/components/or-inline-text-edit/OrInlineTextEdit.vue.d.ts +95 -43
- package/dist/esm/v3/components/or-inline-textarea-v3/OrInlineTextarea.vue.d.ts +79 -39
- package/dist/esm/v3/components/or-input/OrInput.vue.d.ts +87 -36
- package/dist/esm/v3/components/or-input-box-v3/OrInputBox.vue.d.ts +22 -7
- package/dist/esm/v3/components/or-input-box-v3/partials/or-input-box-addon/OrInputBoxAddon.vue.d.ts +18 -7
- package/dist/esm/v3/components/or-input-v3/OrInput.vue.d.ts +85 -34
- package/dist/esm/v3/components/or-label/OrLabel.vue.d.ts +20 -9
- package/dist/esm/v3/components/or-label-v3/OrLabel.vue.d.ts +24 -9
- package/dist/esm/v3/components/or-link-v3/OrLink.vue.d.ts +24 -7
- package/dist/esm/v3/components/or-list/OrList.vue.d.ts +47 -21
- package/dist/esm/v3/components/or-list-of-inputs/OrListOfInputs.vue.d.ts +27 -11
- package/dist/esm/v3/components/or-loader/OrLoader.vue.d.ts +26 -10
- package/dist/esm/v3/components/or-loader-v3/OrLoader.vue.d.ts +34 -13
- package/dist/esm/v3/components/or-menu-item-v3/OrMenuItem.vue.d.ts +34 -13
- package/dist/esm/v3/components/or-menu-v3/OrMenu.vue.d.ts +31 -15
- package/dist/esm/v3/components/or-modal/OrModal.vue.d.ts +38 -14
- package/dist/esm/v3/components/or-modal-v3/OrModal.vue.d.ts +25 -13
- package/dist/esm/v3/components/or-modal-v3/partials/or-modal-content/OrModalContent.vue.d.ts +7 -4
- package/dist/esm/v3/components/or-modal-v3/partials/or-modal-footer/OrModalFooter.vue.d.ts +7 -4
- package/dist/esm/v3/components/or-modal-v3/partials/or-modal-header/OrModalHeader.vue.d.ts +11 -6
- package/dist/esm/v3/components/or-notification/OrNotification.vue.d.ts +27 -9
- package/dist/esm/v3/components/or-notification-v3/OrNotification.vue.d.ts +20 -9
- package/dist/esm/v3/components/or-number-input/OrNumberInput.vue.d.ts +70 -24
- package/dist/esm/v3/components/or-overflow-menu/OrOverflowMenu.vue.d.ts +31 -13
- package/dist/esm/v3/components/or-overflow-menu/partials/OrOverflowMenuItem.vue.d.ts +23 -7
- package/dist/esm/v3/components/or-overlay/OrOverlay.vue.d.ts +16 -6
- package/dist/esm/v3/components/or-overlay-v3/OrOverlay.vue.d.ts +14 -7
- package/dist/esm/v3/components/or-pagination-v3/OrPagination.vue.d.ts +75 -27
- package/dist/esm/v3/components/or-password/OrPassword.vue.d.ts +63 -22
- package/dist/esm/v3/components/or-popover-v3/OrPopover.vue.d.ts +74 -24
- package/dist/esm/v3/components/or-progress/OrProgress.vue.d.ts +56 -20
- package/dist/esm/v3/components/or-progress-v3/OrProgress.vue.d.ts +62 -25
- package/dist/esm/v3/components/or-radio/OrRadio.vue.d.ts +35 -13
- package/dist/esm/v3/components/or-radio-group/OrRadioGroup.vue.d.ts +26 -9
- package/dist/esm/v3/components/or-radio-group-v3/OrRadioGroup.vue.d.ts +32 -6
- package/dist/esm/v3/components/or-radio-v3/OrRadio.vue.d.ts +49 -21
- package/dist/esm/v3/components/or-search/OrSearch.vue.d.ts +65 -23
- package/dist/esm/v3/components/or-search-v3/OrSearch.vue.d.ts +41 -17
- package/dist/esm/v3/components/or-segmented-control-v3/OrSegmentedControl.vue.d.ts +25 -9
- package/dist/esm/v3/components/or-segmented-control-v3/partials/or-segmented-control-item/OrSegmentedControlItem.vue.d.ts +20 -8
- package/dist/esm/v3/components/or-select/OrSelect.vue.d.ts +77 -28
- package/dist/esm/v3/components/or-select/partials/OrSelectContent.vue.d.ts +49 -18
- package/dist/esm/v3/components/or-select/partials/OrSelectContentEmpty.vue.d.ts +16 -4
- package/dist/esm/v3/components/or-select/partials/OrSelectContentOptions.vue.d.ts +67 -13
- package/dist/esm/v3/components/or-select/partials/OrSelectInput.vue.d.ts +41 -16
- package/dist/esm/v3/components/or-select/partials/OrSelectInputValue.vue.d.ts +35 -16
- package/dist/esm/v3/components/or-select/partials/OrSelectMain.vue.d.ts +71 -24
- package/dist/esm/v3/components/or-select/partials/OrSelectOption.vue.d.ts +19 -7
- package/dist/esm/v3/components/or-select/partials/OrSelectSearchOptions.vue.d.ts +24 -11
- package/dist/esm/v3/components/or-select-v3/OrSelect.vue.d.ts +117 -38
- package/dist/esm/v3/components/or-sidebar/OrSidebar.vue.d.ts +33 -14
- package/dist/esm/v3/components/or-sidebar-v3/OrSidebar.vue.d.ts +63 -28
- package/dist/esm/v3/components/or-sidebar-v3/partials/or-sidebar-collapse-button/OrSidebarCollapseButton.vue.d.ts +23 -10
- package/dist/esm/v3/components/or-skeleton/or-skeleton-circle/OrSkeletonCircle.vue.d.ts +20 -9
- package/dist/esm/v3/components/or-skeleton/or-skeleton-rect/OrSkeletonRect.vue.d.ts +22 -9
- package/dist/esm/v3/components/or-skeleton/or-skeleton-text/OrSkeletonText.vue.d.ts +26 -10
- package/dist/esm/v3/components/or-skeleton-v3/or-skeleton-circle-v3/OrSkeletonCircle.vue.d.ts +28 -13
- package/dist/esm/v3/components/or-skeleton-v3/or-skeleton-rect-v3/OrSkeletonRect.vue.d.ts +26 -11
- package/dist/esm/v3/components/or-skeleton-v3/or-skeleton-text-v3/OrSkeletonText.vue.d.ts +40 -16
- package/dist/esm/v3/components/or-slider/OrSlider.vue.d.ts +91 -35
- package/dist/esm/v3/components/or-sort-header-v3/OrSortHeader.vue.d.ts +25 -13
- package/dist/esm/v3/components/or-stepper/OrStepper.vue.d.ts +43 -16
- package/dist/esm/v3/components/or-stepper/partials/OrStepperButtonOptions.vue.d.ts +20 -4
- package/dist/esm/v3/components/or-stepper/partials/OrStepperOptionHorizontal.vue.d.ts +26 -4
- package/dist/esm/v3/components/or-stepper/partials/OrStepperOptionVertical.vue.d.ts +26 -4
- package/dist/esm/v3/components/or-stepper/partials/OrStepperTitle.vue.d.ts +22 -6
- package/dist/esm/v3/components/or-stepper/partials/StatusIcon.vue.d.ts +12 -6
- package/dist/esm/v3/components/or-switch/OrSwitch.vue.d.ts +33 -12
- package/dist/esm/v3/components/or-switch-v3/OrSwitch.vue.d.ts +53 -22
- package/dist/esm/v3/components/or-tab/OrTab.vue.d.ts +22 -9
- package/dist/esm/v3/components/or-tab-header-item/OrTabHeaderItem.vue.d.ts +29 -13
- package/dist/esm/v3/components/or-tab-v3/OrTab.vue.d.ts +17 -10
- package/dist/esm/v3/components/or-tabs/OrTabs.vue.d.ts +17 -4
- package/dist/esm/v3/components/or-tabs-v3/OrTabs.vue.d.ts +71 -25
- package/dist/esm/v3/components/or-tag/OrTag.vue.d.ts +27 -10
- package/dist/esm/v3/components/or-tag-v3/OrTag.vue.d.ts +23 -12
- package/dist/esm/v3/components/or-tags-v3/OrTags.vue.d.ts +63 -19
- package/dist/esm/v3/components/or-teleport/OrTeleport.vue3.vue.d.ts +10 -4
- package/dist/esm/v3/components/or-teleport-v3/OrTeleport.vue3.vue.d.ts +10 -4
- package/dist/esm/v3/components/or-text-v3/OrText.vue.d.ts +24 -11
- package/dist/esm/v3/components/or-textarea/OrTextarea.vue.d.ts +85 -37
- package/dist/esm/v3/components/or-textarea-v3/OrTextarea.vue.d.ts +73 -32
- package/dist/esm/v3/components/or-textbox/OrTextbox.vue.d.ts +137 -55
- package/dist/esm/v3/components/or-time-picker-v3/OrTimePicker.vue.d.ts +79 -25
- package/dist/esm/v3/components/or-toast/OrToast.vue.d.ts +31 -11
- package/dist/esm/v3/components/or-toast/or-toast-container/OrToastContainer.vue.d.ts +55 -25
- package/dist/esm/v3/components/or-toast-v3/OrToast.vue.d.ts +38 -16
- package/dist/esm/v3/components/or-toast-v3/or-toast-container-v3/OrToastContainer.vue.d.ts +54 -24
- package/dist/esm/v3/components/or-tooltip/OrTooltip.vue.d.ts +33 -14
- package/dist/esm/v3/components/or-tooltip/or-tooltip-content/OrTooltipContent.vue.d.ts +10 -4
- package/dist/esm/v3/components/or-tooltip-v3/OrTooltip.vue.d.ts +31 -15
- package/dist/esm/v3/directives/dropdown-close.d.ts +1 -3
- package/dist/esm/v3/directives/dropdown-open.d.ts +1 -3
- package/dist/esm/v3/hooks/useResponsive/useResponsive.d.ts +2 -2
- package/package.json +3 -3
- package/dist/bundled/v2/index-968c331a.js +0 -15
- package/dist/bundled/v3/index-968c331a.js +0 -15
- /package/dist/bundled/v2/{OrDateTimePickerMonthSelect-9a8e332c.js → OrDateTimePickerMonthSelect-769685bc.js} +0 -0
- /package/dist/bundled/v2/{OrDateTimePickerPopoverHeader-61faaa61.js → OrDateTimePickerPopoverHeader-bc0df38f.js} +0 -0
- /package/dist/bundled/v2/{OrDateTimePickerTimeSelect-2a5772a9.js → OrDateTimePickerTimeSelect-e284797b.js} +0 -0
|
@@ -1,25 +1,577 @@
|
|
|
1
1
|
import { defineComponent, ref } from 'vue-demi';
|
|
2
|
-
import { onClickOutside } from '
|
|
2
|
+
import { o as onClickOutside } from './index-02705c13.js';
|
|
3
3
|
import { isEmpty } from './utils/isEmpty.js';
|
|
4
|
-
import
|
|
4
|
+
import { _ as _baseAssignValue } from './_baseAssignValue-22e630c1.js';
|
|
5
|
+
import { k as keys_1, _ as _Stack, a as _baseIsEqual, i as isArguments_1 } from './_baseIsEqual-a1cc156c.js';
|
|
6
|
+
import { i as isArrayLike_1, _ as _isIndex, a as isLength_1 } from './isArrayLike-e46b8eac.js';
|
|
7
|
+
import { i as isObject_1 } from './isObject-fe8b81fd.js';
|
|
8
|
+
import { _ as _castPath, a as _toKey, g as get_1, b as _isKey, c as _baseGet } from './get-ab1b7d93.js';
|
|
9
|
+
import { i as isArray_1 } from './toString-f3196832.js';
|
|
10
|
+
import { _ as _baseProperty } from './_baseProperty-a52739e9.js';
|
|
5
11
|
import { OR_SELECT_VALUE_PROP, OR_SELECT_SEARCH_OPTIONS_PROP, OR_SELECT_OPTIONS_PROP, OR_SELECT_PLACEHOLDER_PROP, DEFAULT_TEXT, OR_SELECT_NO_RESULTS_TITLE_PROP, OR_SELECT_NO_RESULTS_START_TEXT_PROP, OR_SELECT_NO_RESULTS_END_TEXT_PROP, OR_SELECT_UPDATE_SEARCH_TEXT_PROP, COMMON_STRING_PROP, SEARCH_OPTIONS_FUNCTION_PROP } from './components/OrSelect/constants.js';
|
|
6
12
|
import './components/OrChip/OrChip.js';
|
|
7
|
-
import { s as script$9 } from './OrChip.vue_vue_type_script_lang-
|
|
13
|
+
import { s as script$9 } from './OrChip.vue_vue_type_script_lang-a182e324.js';
|
|
8
14
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, toDisplayString, createCommentVNode, Fragment, renderList, createBlock, createElementVNode, renderSlot, createVNode, createTextVNode, withCtx, normalizeProps, guardReactiveProps } from 'vue';
|
|
9
15
|
import { s as styleInject } from './style-inject.es-4c6f2515.js';
|
|
10
16
|
import './components/OrIcon/OrIcon.js';
|
|
11
|
-
import { s as script$a } from './OrIcon.vue_vue_type_script_lang-
|
|
17
|
+
import { s as script$a } from './OrIcon.vue_vue_type_script_lang-cd2da378.js';
|
|
12
18
|
import './components/OrCheckbox/OrCheckbox.js';
|
|
13
|
-
import { s as script$b } from './OrCheckbox.vue_vue_type_script_lang-
|
|
19
|
+
import { s as script$b } from './OrCheckbox.vue_vue_type_script_lang-b1dd62bd.js';
|
|
14
20
|
import './components/OrLoader/OrLoader.js';
|
|
15
21
|
import { s as script$c } from './OrLoader.vue_vue_type_script_lang-a1fed697.js';
|
|
16
22
|
import './components/OrFloating/OrFloating.js';
|
|
17
|
-
import { s as script$d } from './OrFloating.vue_vue_type_script_lang-
|
|
23
|
+
import { s as script$d } from './OrFloating.vue_vue_type_script_lang-d419627c.js';
|
|
18
24
|
import './components/OrLabel/OrLabel.js';
|
|
19
25
|
import './components/OrError/OrError.js';
|
|
20
26
|
import { s as script$e } from './OrLabel.vue_vue_type_script_lang-6243e348.js';
|
|
21
27
|
import { s as script$f } from './OrError.vue_vue_type_script_lang-450321b8.js';
|
|
22
28
|
|
|
29
|
+
/**
|
|
30
|
+
* A specialized version of `baseAggregator` for arrays.
|
|
31
|
+
*
|
|
32
|
+
* @private
|
|
33
|
+
* @param {Array} [array] The array to iterate over.
|
|
34
|
+
* @param {Function} setter The function to set `accumulator` values.
|
|
35
|
+
* @param {Function} iteratee The iteratee to transform keys.
|
|
36
|
+
* @param {Object} accumulator The initial aggregated object.
|
|
37
|
+
* @returns {Function} Returns `accumulator`.
|
|
38
|
+
*/
|
|
39
|
+
function arrayAggregator$1(array, setter, iteratee, accumulator) {
|
|
40
|
+
var index = -1,
|
|
41
|
+
length = array == null ? 0 : array.length;
|
|
42
|
+
while (++index < length) {
|
|
43
|
+
var value = array[index];
|
|
44
|
+
setter(accumulator, value, iteratee(value), array);
|
|
45
|
+
}
|
|
46
|
+
return accumulator;
|
|
47
|
+
}
|
|
48
|
+
var _arrayAggregator = arrayAggregator$1;
|
|
49
|
+
|
|
50
|
+
/**
|
|
51
|
+
* Creates a base function for methods like `_.forIn` and `_.forOwn`.
|
|
52
|
+
*
|
|
53
|
+
* @private
|
|
54
|
+
* @param {boolean} [fromRight] Specify iterating from right to left.
|
|
55
|
+
* @returns {Function} Returns the new base function.
|
|
56
|
+
*/
|
|
57
|
+
function createBaseFor$1(fromRight) {
|
|
58
|
+
return function (object, iteratee, keysFunc) {
|
|
59
|
+
var index = -1,
|
|
60
|
+
iterable = Object(object),
|
|
61
|
+
props = keysFunc(object),
|
|
62
|
+
length = props.length;
|
|
63
|
+
while (length--) {
|
|
64
|
+
var key = props[fromRight ? length : ++index];
|
|
65
|
+
if (iteratee(iterable[key], key, iterable) === false) {
|
|
66
|
+
break;
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
return object;
|
|
70
|
+
};
|
|
71
|
+
}
|
|
72
|
+
var _createBaseFor = createBaseFor$1;
|
|
73
|
+
|
|
74
|
+
var createBaseFor = _createBaseFor;
|
|
75
|
+
|
|
76
|
+
/**
|
|
77
|
+
* The base implementation of `baseForOwn` which iterates over `object`
|
|
78
|
+
* properties returned by `keysFunc` and invokes `iteratee` for each property.
|
|
79
|
+
* Iteratee functions may exit iteration early by explicitly returning `false`.
|
|
80
|
+
*
|
|
81
|
+
* @private
|
|
82
|
+
* @param {Object} object The object to iterate over.
|
|
83
|
+
* @param {Function} iteratee The function invoked per iteration.
|
|
84
|
+
* @param {Function} keysFunc The function to get the keys of `object`.
|
|
85
|
+
* @returns {Object} Returns `object`.
|
|
86
|
+
*/
|
|
87
|
+
var baseFor$1 = createBaseFor();
|
|
88
|
+
var _baseFor = baseFor$1;
|
|
89
|
+
|
|
90
|
+
var baseFor = _baseFor,
|
|
91
|
+
keys$1 = keys_1;
|
|
92
|
+
|
|
93
|
+
/**
|
|
94
|
+
* The base implementation of `_.forOwn` without support for iteratee shorthands.
|
|
95
|
+
*
|
|
96
|
+
* @private
|
|
97
|
+
* @param {Object} object The object to iterate over.
|
|
98
|
+
* @param {Function} iteratee The function invoked per iteration.
|
|
99
|
+
* @returns {Object} Returns `object`.
|
|
100
|
+
*/
|
|
101
|
+
function baseForOwn$1(object, iteratee) {
|
|
102
|
+
return object && baseFor(object, iteratee, keys$1);
|
|
103
|
+
}
|
|
104
|
+
var _baseForOwn = baseForOwn$1;
|
|
105
|
+
|
|
106
|
+
var isArrayLike = isArrayLike_1;
|
|
107
|
+
|
|
108
|
+
/**
|
|
109
|
+
* Creates a `baseEach` or `baseEachRight` function.
|
|
110
|
+
*
|
|
111
|
+
* @private
|
|
112
|
+
* @param {Function} eachFunc The function to iterate over a collection.
|
|
113
|
+
* @param {boolean} [fromRight] Specify iterating from right to left.
|
|
114
|
+
* @returns {Function} Returns the new base function.
|
|
115
|
+
*/
|
|
116
|
+
function createBaseEach$1(eachFunc, fromRight) {
|
|
117
|
+
return function (collection, iteratee) {
|
|
118
|
+
if (collection == null) {
|
|
119
|
+
return collection;
|
|
120
|
+
}
|
|
121
|
+
if (!isArrayLike(collection)) {
|
|
122
|
+
return eachFunc(collection, iteratee);
|
|
123
|
+
}
|
|
124
|
+
var length = collection.length,
|
|
125
|
+
index = fromRight ? length : -1,
|
|
126
|
+
iterable = Object(collection);
|
|
127
|
+
while (fromRight ? index-- : ++index < length) {
|
|
128
|
+
if (iteratee(iterable[index], index, iterable) === false) {
|
|
129
|
+
break;
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
return collection;
|
|
133
|
+
};
|
|
134
|
+
}
|
|
135
|
+
var _createBaseEach = createBaseEach$1;
|
|
136
|
+
|
|
137
|
+
var baseForOwn = _baseForOwn,
|
|
138
|
+
createBaseEach = _createBaseEach;
|
|
139
|
+
|
|
140
|
+
/**
|
|
141
|
+
* The base implementation of `_.forEach` without support for iteratee shorthands.
|
|
142
|
+
*
|
|
143
|
+
* @private
|
|
144
|
+
* @param {Array|Object} collection The collection to iterate over.
|
|
145
|
+
* @param {Function} iteratee The function invoked per iteration.
|
|
146
|
+
* @returns {Array|Object} Returns `collection`.
|
|
147
|
+
*/
|
|
148
|
+
var baseEach$1 = createBaseEach(baseForOwn);
|
|
149
|
+
var _baseEach = baseEach$1;
|
|
150
|
+
|
|
151
|
+
var baseEach = _baseEach;
|
|
152
|
+
|
|
153
|
+
/**
|
|
154
|
+
* Aggregates elements of `collection` on `accumulator` with keys transformed
|
|
155
|
+
* by `iteratee` and values set by `setter`.
|
|
156
|
+
*
|
|
157
|
+
* @private
|
|
158
|
+
* @param {Array|Object} collection The collection to iterate over.
|
|
159
|
+
* @param {Function} setter The function to set `accumulator` values.
|
|
160
|
+
* @param {Function} iteratee The iteratee to transform keys.
|
|
161
|
+
* @param {Object} accumulator The initial aggregated object.
|
|
162
|
+
* @returns {Function} Returns `accumulator`.
|
|
163
|
+
*/
|
|
164
|
+
function baseAggregator$1(collection, setter, iteratee, accumulator) {
|
|
165
|
+
baseEach(collection, function (value, key, collection) {
|
|
166
|
+
setter(accumulator, value, iteratee(value), collection);
|
|
167
|
+
});
|
|
168
|
+
return accumulator;
|
|
169
|
+
}
|
|
170
|
+
var _baseAggregator = baseAggregator$1;
|
|
171
|
+
|
|
172
|
+
var Stack = _Stack,
|
|
173
|
+
baseIsEqual$1 = _baseIsEqual;
|
|
174
|
+
|
|
175
|
+
/** Used to compose bitmasks for value comparisons. */
|
|
176
|
+
var COMPARE_PARTIAL_FLAG$1 = 1,
|
|
177
|
+
COMPARE_UNORDERED_FLAG$1 = 2;
|
|
178
|
+
|
|
179
|
+
/**
|
|
180
|
+
* The base implementation of `_.isMatch` without support for iteratee shorthands.
|
|
181
|
+
*
|
|
182
|
+
* @private
|
|
183
|
+
* @param {Object} object The object to inspect.
|
|
184
|
+
* @param {Object} source The object of property values to match.
|
|
185
|
+
* @param {Array} matchData The property names, values, and compare flags to match.
|
|
186
|
+
* @param {Function} [customizer] The function to customize comparisons.
|
|
187
|
+
* @returns {boolean} Returns `true` if `object` is a match, else `false`.
|
|
188
|
+
*/
|
|
189
|
+
function baseIsMatch$1(object, source, matchData, customizer) {
|
|
190
|
+
var index = matchData.length,
|
|
191
|
+
length = index,
|
|
192
|
+
noCustomizer = !customizer;
|
|
193
|
+
if (object == null) {
|
|
194
|
+
return !length;
|
|
195
|
+
}
|
|
196
|
+
object = Object(object);
|
|
197
|
+
while (index--) {
|
|
198
|
+
var data = matchData[index];
|
|
199
|
+
if (noCustomizer && data[2] ? data[1] !== object[data[0]] : !(data[0] in object)) {
|
|
200
|
+
return false;
|
|
201
|
+
}
|
|
202
|
+
}
|
|
203
|
+
while (++index < length) {
|
|
204
|
+
data = matchData[index];
|
|
205
|
+
var key = data[0],
|
|
206
|
+
objValue = object[key],
|
|
207
|
+
srcValue = data[1];
|
|
208
|
+
if (noCustomizer && data[2]) {
|
|
209
|
+
if (objValue === undefined && !(key in object)) {
|
|
210
|
+
return false;
|
|
211
|
+
}
|
|
212
|
+
} else {
|
|
213
|
+
var stack = new Stack();
|
|
214
|
+
if (customizer) {
|
|
215
|
+
var result = customizer(objValue, srcValue, key, object, source, stack);
|
|
216
|
+
}
|
|
217
|
+
if (!(result === undefined ? baseIsEqual$1(srcValue, objValue, COMPARE_PARTIAL_FLAG$1 | COMPARE_UNORDERED_FLAG$1, customizer, stack) : result)) {
|
|
218
|
+
return false;
|
|
219
|
+
}
|
|
220
|
+
}
|
|
221
|
+
}
|
|
222
|
+
return true;
|
|
223
|
+
}
|
|
224
|
+
var _baseIsMatch = baseIsMatch$1;
|
|
225
|
+
|
|
226
|
+
var isObject = isObject_1;
|
|
227
|
+
|
|
228
|
+
/**
|
|
229
|
+
* Checks if `value` is suitable for strict equality comparisons, i.e. `===`.
|
|
230
|
+
*
|
|
231
|
+
* @private
|
|
232
|
+
* @param {*} value The value to check.
|
|
233
|
+
* @returns {boolean} Returns `true` if `value` if suitable for strict
|
|
234
|
+
* equality comparisons, else `false`.
|
|
235
|
+
*/
|
|
236
|
+
function isStrictComparable$2(value) {
|
|
237
|
+
return value === value && !isObject(value);
|
|
238
|
+
}
|
|
239
|
+
var _isStrictComparable = isStrictComparable$2;
|
|
240
|
+
|
|
241
|
+
var isStrictComparable$1 = _isStrictComparable,
|
|
242
|
+
keys = keys_1;
|
|
243
|
+
|
|
244
|
+
/**
|
|
245
|
+
* Gets the property names, values, and compare flags of `object`.
|
|
246
|
+
*
|
|
247
|
+
* @private
|
|
248
|
+
* @param {Object} object The object to query.
|
|
249
|
+
* @returns {Array} Returns the match data of `object`.
|
|
250
|
+
*/
|
|
251
|
+
function getMatchData$1(object) {
|
|
252
|
+
var result = keys(object),
|
|
253
|
+
length = result.length;
|
|
254
|
+
while (length--) {
|
|
255
|
+
var key = result[length],
|
|
256
|
+
value = object[key];
|
|
257
|
+
result[length] = [key, value, isStrictComparable$1(value)];
|
|
258
|
+
}
|
|
259
|
+
return result;
|
|
260
|
+
}
|
|
261
|
+
var _getMatchData = getMatchData$1;
|
|
262
|
+
|
|
263
|
+
/**
|
|
264
|
+
* A specialized version of `matchesProperty` for source values suitable
|
|
265
|
+
* for strict equality comparisons, i.e. `===`.
|
|
266
|
+
*
|
|
267
|
+
* @private
|
|
268
|
+
* @param {string} key The key of the property to get.
|
|
269
|
+
* @param {*} srcValue The value to match.
|
|
270
|
+
* @returns {Function} Returns the new spec function.
|
|
271
|
+
*/
|
|
272
|
+
function matchesStrictComparable$2(key, srcValue) {
|
|
273
|
+
return function (object) {
|
|
274
|
+
if (object == null) {
|
|
275
|
+
return false;
|
|
276
|
+
}
|
|
277
|
+
return object[key] === srcValue && (srcValue !== undefined || key in Object(object));
|
|
278
|
+
};
|
|
279
|
+
}
|
|
280
|
+
var _matchesStrictComparable = matchesStrictComparable$2;
|
|
281
|
+
|
|
282
|
+
var baseIsMatch = _baseIsMatch,
|
|
283
|
+
getMatchData = _getMatchData,
|
|
284
|
+
matchesStrictComparable$1 = _matchesStrictComparable;
|
|
285
|
+
|
|
286
|
+
/**
|
|
287
|
+
* The base implementation of `_.matches` which doesn't clone `source`.
|
|
288
|
+
*
|
|
289
|
+
* @private
|
|
290
|
+
* @param {Object} source The object of property values to match.
|
|
291
|
+
* @returns {Function} Returns the new spec function.
|
|
292
|
+
*/
|
|
293
|
+
function baseMatches$1(source) {
|
|
294
|
+
var matchData = getMatchData(source);
|
|
295
|
+
if (matchData.length == 1 && matchData[0][2]) {
|
|
296
|
+
return matchesStrictComparable$1(matchData[0][0], matchData[0][1]);
|
|
297
|
+
}
|
|
298
|
+
return function (object) {
|
|
299
|
+
return object === source || baseIsMatch(object, source, matchData);
|
|
300
|
+
};
|
|
301
|
+
}
|
|
302
|
+
var _baseMatches = baseMatches$1;
|
|
303
|
+
|
|
304
|
+
/**
|
|
305
|
+
* The base implementation of `_.hasIn` without support for deep paths.
|
|
306
|
+
*
|
|
307
|
+
* @private
|
|
308
|
+
* @param {Object} [object] The object to query.
|
|
309
|
+
* @param {Array|string} key The key to check.
|
|
310
|
+
* @returns {boolean} Returns `true` if `key` exists, else `false`.
|
|
311
|
+
*/
|
|
312
|
+
function baseHasIn$1(object, key) {
|
|
313
|
+
return object != null && key in Object(object);
|
|
314
|
+
}
|
|
315
|
+
var _baseHasIn = baseHasIn$1;
|
|
316
|
+
|
|
317
|
+
var castPath = _castPath,
|
|
318
|
+
isArguments = isArguments_1,
|
|
319
|
+
isArray$2 = isArray_1,
|
|
320
|
+
isIndex = _isIndex,
|
|
321
|
+
isLength = isLength_1,
|
|
322
|
+
toKey$2 = _toKey;
|
|
323
|
+
|
|
324
|
+
/**
|
|
325
|
+
* Checks if `path` exists on `object`.
|
|
326
|
+
*
|
|
327
|
+
* @private
|
|
328
|
+
* @param {Object} object The object to query.
|
|
329
|
+
* @param {Array|string} path The path to check.
|
|
330
|
+
* @param {Function} hasFunc The function to check properties.
|
|
331
|
+
* @returns {boolean} Returns `true` if `path` exists, else `false`.
|
|
332
|
+
*/
|
|
333
|
+
function hasPath$1(object, path, hasFunc) {
|
|
334
|
+
path = castPath(path, object);
|
|
335
|
+
var index = -1,
|
|
336
|
+
length = path.length,
|
|
337
|
+
result = false;
|
|
338
|
+
while (++index < length) {
|
|
339
|
+
var key = toKey$2(path[index]);
|
|
340
|
+
if (!(result = object != null && hasFunc(object, key))) {
|
|
341
|
+
break;
|
|
342
|
+
}
|
|
343
|
+
object = object[key];
|
|
344
|
+
}
|
|
345
|
+
if (result || ++index != length) {
|
|
346
|
+
return result;
|
|
347
|
+
}
|
|
348
|
+
length = object == null ? 0 : object.length;
|
|
349
|
+
return !!length && isLength(length) && isIndex(key, length) && (isArray$2(object) || isArguments(object));
|
|
350
|
+
}
|
|
351
|
+
var _hasPath = hasPath$1;
|
|
352
|
+
|
|
353
|
+
var baseHasIn = _baseHasIn,
|
|
354
|
+
hasPath = _hasPath;
|
|
355
|
+
|
|
356
|
+
/**
|
|
357
|
+
* Checks if `path` is a direct or inherited property of `object`.
|
|
358
|
+
*
|
|
359
|
+
* @static
|
|
360
|
+
* @memberOf _
|
|
361
|
+
* @since 4.0.0
|
|
362
|
+
* @category Object
|
|
363
|
+
* @param {Object} object The object to query.
|
|
364
|
+
* @param {Array|string} path The path to check.
|
|
365
|
+
* @returns {boolean} Returns `true` if `path` exists, else `false`.
|
|
366
|
+
* @example
|
|
367
|
+
*
|
|
368
|
+
* var object = _.create({ 'a': _.create({ 'b': 2 }) });
|
|
369
|
+
*
|
|
370
|
+
* _.hasIn(object, 'a');
|
|
371
|
+
* // => true
|
|
372
|
+
*
|
|
373
|
+
* _.hasIn(object, 'a.b');
|
|
374
|
+
* // => true
|
|
375
|
+
*
|
|
376
|
+
* _.hasIn(object, ['a', 'b']);
|
|
377
|
+
* // => true
|
|
378
|
+
*
|
|
379
|
+
* _.hasIn(object, 'b');
|
|
380
|
+
* // => false
|
|
381
|
+
*/
|
|
382
|
+
function hasIn$1(object, path) {
|
|
383
|
+
return object != null && hasPath(object, path, baseHasIn);
|
|
384
|
+
}
|
|
385
|
+
var hasIn_1 = hasIn$1;
|
|
386
|
+
|
|
387
|
+
var baseIsEqual = _baseIsEqual,
|
|
388
|
+
get = get_1,
|
|
389
|
+
hasIn = hasIn_1,
|
|
390
|
+
isKey$1 = _isKey,
|
|
391
|
+
isStrictComparable = _isStrictComparable,
|
|
392
|
+
matchesStrictComparable = _matchesStrictComparable,
|
|
393
|
+
toKey$1 = _toKey;
|
|
394
|
+
|
|
395
|
+
/** Used to compose bitmasks for value comparisons. */
|
|
396
|
+
var COMPARE_PARTIAL_FLAG = 1,
|
|
397
|
+
COMPARE_UNORDERED_FLAG = 2;
|
|
398
|
+
|
|
399
|
+
/**
|
|
400
|
+
* The base implementation of `_.matchesProperty` which doesn't clone `srcValue`.
|
|
401
|
+
*
|
|
402
|
+
* @private
|
|
403
|
+
* @param {string} path The path of the property to get.
|
|
404
|
+
* @param {*} srcValue The value to match.
|
|
405
|
+
* @returns {Function} Returns the new spec function.
|
|
406
|
+
*/
|
|
407
|
+
function baseMatchesProperty$1(path, srcValue) {
|
|
408
|
+
if (isKey$1(path) && isStrictComparable(srcValue)) {
|
|
409
|
+
return matchesStrictComparable(toKey$1(path), srcValue);
|
|
410
|
+
}
|
|
411
|
+
return function (object) {
|
|
412
|
+
var objValue = get(object, path);
|
|
413
|
+
return objValue === undefined && objValue === srcValue ? hasIn(object, path) : baseIsEqual(srcValue, objValue, COMPARE_PARTIAL_FLAG | COMPARE_UNORDERED_FLAG);
|
|
414
|
+
};
|
|
415
|
+
}
|
|
416
|
+
var _baseMatchesProperty = baseMatchesProperty$1;
|
|
417
|
+
|
|
418
|
+
/**
|
|
419
|
+
* This method returns the first argument it receives.
|
|
420
|
+
*
|
|
421
|
+
* @static
|
|
422
|
+
* @since 0.1.0
|
|
423
|
+
* @memberOf _
|
|
424
|
+
* @category Util
|
|
425
|
+
* @param {*} value Any value.
|
|
426
|
+
* @returns {*} Returns `value`.
|
|
427
|
+
* @example
|
|
428
|
+
*
|
|
429
|
+
* var object = { 'a': 1 };
|
|
430
|
+
*
|
|
431
|
+
* console.log(_.identity(object) === object);
|
|
432
|
+
* // => true
|
|
433
|
+
*/
|
|
434
|
+
function identity$1(value) {
|
|
435
|
+
return value;
|
|
436
|
+
}
|
|
437
|
+
var identity_1 = identity$1;
|
|
438
|
+
|
|
439
|
+
var baseGet = _baseGet;
|
|
440
|
+
|
|
441
|
+
/**
|
|
442
|
+
* A specialized version of `baseProperty` which supports deep paths.
|
|
443
|
+
*
|
|
444
|
+
* @private
|
|
445
|
+
* @param {Array|string} path The path of the property to get.
|
|
446
|
+
* @returns {Function} Returns the new accessor function.
|
|
447
|
+
*/
|
|
448
|
+
function basePropertyDeep$1(path) {
|
|
449
|
+
return function (object) {
|
|
450
|
+
return baseGet(object, path);
|
|
451
|
+
};
|
|
452
|
+
}
|
|
453
|
+
var _basePropertyDeep = basePropertyDeep$1;
|
|
454
|
+
|
|
455
|
+
var baseProperty = _baseProperty,
|
|
456
|
+
basePropertyDeep = _basePropertyDeep,
|
|
457
|
+
isKey = _isKey,
|
|
458
|
+
toKey = _toKey;
|
|
459
|
+
|
|
460
|
+
/**
|
|
461
|
+
* Creates a function that returns the value at `path` of a given object.
|
|
462
|
+
*
|
|
463
|
+
* @static
|
|
464
|
+
* @memberOf _
|
|
465
|
+
* @since 2.4.0
|
|
466
|
+
* @category Util
|
|
467
|
+
* @param {Array|string} path The path of the property to get.
|
|
468
|
+
* @returns {Function} Returns the new accessor function.
|
|
469
|
+
* @example
|
|
470
|
+
*
|
|
471
|
+
* var objects = [
|
|
472
|
+
* { 'a': { 'b': 2 } },
|
|
473
|
+
* { 'a': { 'b': 1 } }
|
|
474
|
+
* ];
|
|
475
|
+
*
|
|
476
|
+
* _.map(objects, _.property('a.b'));
|
|
477
|
+
* // => [2, 1]
|
|
478
|
+
*
|
|
479
|
+
* _.map(_.sortBy(objects, _.property(['a', 'b'])), 'a.b');
|
|
480
|
+
* // => [1, 2]
|
|
481
|
+
*/
|
|
482
|
+
function property$1(path) {
|
|
483
|
+
return isKey(path) ? baseProperty(toKey(path)) : basePropertyDeep(path);
|
|
484
|
+
}
|
|
485
|
+
var property_1 = property$1;
|
|
486
|
+
|
|
487
|
+
var baseMatches = _baseMatches,
|
|
488
|
+
baseMatchesProperty = _baseMatchesProperty,
|
|
489
|
+
identity = identity_1,
|
|
490
|
+
isArray$1 = isArray_1,
|
|
491
|
+
property = property_1;
|
|
492
|
+
|
|
493
|
+
/**
|
|
494
|
+
* The base implementation of `_.iteratee`.
|
|
495
|
+
*
|
|
496
|
+
* @private
|
|
497
|
+
* @param {*} [value=_.identity] The value to convert to an iteratee.
|
|
498
|
+
* @returns {Function} Returns the iteratee.
|
|
499
|
+
*/
|
|
500
|
+
function baseIteratee$1(value) {
|
|
501
|
+
// Don't store the `typeof` result in a variable to avoid a JIT bug in Safari 9.
|
|
502
|
+
// See https://bugs.webkit.org/show_bug.cgi?id=156034 for more details.
|
|
503
|
+
if (typeof value == 'function') {
|
|
504
|
+
return value;
|
|
505
|
+
}
|
|
506
|
+
if (value == null) {
|
|
507
|
+
return identity;
|
|
508
|
+
}
|
|
509
|
+
if (typeof value == 'object') {
|
|
510
|
+
return isArray$1(value) ? baseMatchesProperty(value[0], value[1]) : baseMatches(value);
|
|
511
|
+
}
|
|
512
|
+
return property(value);
|
|
513
|
+
}
|
|
514
|
+
var _baseIteratee = baseIteratee$1;
|
|
515
|
+
|
|
516
|
+
var arrayAggregator = _arrayAggregator,
|
|
517
|
+
baseAggregator = _baseAggregator,
|
|
518
|
+
baseIteratee = _baseIteratee,
|
|
519
|
+
isArray = isArray_1;
|
|
520
|
+
|
|
521
|
+
/**
|
|
522
|
+
* Creates a function like `_.groupBy`.
|
|
523
|
+
*
|
|
524
|
+
* @private
|
|
525
|
+
* @param {Function} setter The function to set accumulator values.
|
|
526
|
+
* @param {Function} [initializer] The accumulator object initializer.
|
|
527
|
+
* @returns {Function} Returns the new aggregator function.
|
|
528
|
+
*/
|
|
529
|
+
function createAggregator$1(setter, initializer) {
|
|
530
|
+
return function (collection, iteratee) {
|
|
531
|
+
var func = isArray(collection) ? arrayAggregator : baseAggregator,
|
|
532
|
+
accumulator = initializer ? initializer() : {};
|
|
533
|
+
return func(collection, setter, baseIteratee(iteratee), accumulator);
|
|
534
|
+
};
|
|
535
|
+
}
|
|
536
|
+
var _createAggregator = createAggregator$1;
|
|
537
|
+
|
|
538
|
+
var baseAssignValue = _baseAssignValue,
|
|
539
|
+
createAggregator = _createAggregator;
|
|
540
|
+
|
|
541
|
+
/**
|
|
542
|
+
* Creates an object composed of keys generated from the results of running
|
|
543
|
+
* each element of `collection` thru `iteratee`. The corresponding value of
|
|
544
|
+
* each key is the last element responsible for generating the key. The
|
|
545
|
+
* iteratee is invoked with one argument: (value).
|
|
546
|
+
*
|
|
547
|
+
* @static
|
|
548
|
+
* @memberOf _
|
|
549
|
+
* @since 4.0.0
|
|
550
|
+
* @category Collection
|
|
551
|
+
* @param {Array|Object} collection The collection to iterate over.
|
|
552
|
+
* @param {Function} [iteratee=_.identity] The iteratee to transform keys.
|
|
553
|
+
* @returns {Object} Returns the composed aggregate object.
|
|
554
|
+
* @example
|
|
555
|
+
*
|
|
556
|
+
* var array = [
|
|
557
|
+
* { 'dir': 'left', 'code': 97 },
|
|
558
|
+
* { 'dir': 'right', 'code': 100 }
|
|
559
|
+
* ];
|
|
560
|
+
*
|
|
561
|
+
* _.keyBy(array, function(o) {
|
|
562
|
+
* return String.fromCharCode(o.code);
|
|
563
|
+
* });
|
|
564
|
+
* // => { 'a': { 'dir': 'left', 'code': 97 }, 'd': { 'dir': 'right', 'code': 100 } }
|
|
565
|
+
*
|
|
566
|
+
* _.keyBy(array, 'dir');
|
|
567
|
+
* // => { 'left': { 'dir': 'left', 'code': 97 }, 'right': { 'dir': 'right', 'code': 100 } }
|
|
568
|
+
*/
|
|
569
|
+
var keyBy = createAggregator(function (result, value, key) {
|
|
570
|
+
baseAssignValue(result, key, value);
|
|
571
|
+
});
|
|
572
|
+
var keyBy_1 = keyBy;
|
|
573
|
+
var keyBy$1 = keyBy_1;
|
|
574
|
+
|
|
23
575
|
var script$8 = defineComponent({
|
|
24
576
|
name: 'OrSelectInputValue',
|
|
25
577
|
components: {
|
|
@@ -34,7 +586,7 @@ var script$8 = defineComponent({
|
|
|
34
586
|
emits: ['delete-value'],
|
|
35
587
|
computed: {
|
|
36
588
|
optionsByKey() {
|
|
37
|
-
return keyBy(this.options, 'value');
|
|
589
|
+
return keyBy$1(this.options, 'value');
|
|
38
590
|
},
|
|
39
591
|
states() {
|
|
40
592
|
return {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { useDraggable, useElementBounding } from '
|
|
1
|
+
import { e as useDraggable, d as useElementBounding } from './index-02705c13.js';
|
|
2
2
|
import { defineComponent, ref, computed, useSlots, watch } from 'vue-demi';
|
|
3
3
|
import { OrSidebarPlacement } from './components/OrSidebarV3/props.js';
|
|
4
4
|
import './components/OrIconButtonV3/OrIconButton.js';
|
|
5
|
-
import { s as script$2 } from './OrIconButton.vue_vue_type_script_lang-
|
|
5
|
+
import { s as script$2 } from './OrIconButton.vue_vue_type_script_lang-743eb1eb.js';
|
|
6
6
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createVNode } from 'vue';
|
|
7
7
|
import { SidebarRoot, SidebarBar, SidebarSides, SidebarToolbar, CollapsibleSidebarToolbar, SidebarToolbarSides, SidebarResize, SidebarResizeSides, SidebarResizingSides, SidebarCollapseButton, SidebarCollapseButtonSides, SidebarMain, SidebarHeader, SidebarContent, SidebarFooter } from './components/OrSidebarV3/styles.js';
|
|
8
8
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { r as range_1 } from './range-6f26eda4.js';
|
|
2
2
|
import { defineComponent, ref, computed } from 'vue-demi';
|
|
3
3
|
import { pxToRem } from './utils/functions/px-to-rem.js';
|
|
4
4
|
import { SkeletonTextContainerRoot, SkeletonRoot, SkeletonText, SkeletonAnimated } from './components/OrSkeletonV3/styles.js';
|
|
@@ -56,7 +56,7 @@ var script = defineComponent({
|
|
|
56
56
|
};
|
|
57
57
|
});
|
|
58
58
|
// State
|
|
59
|
-
const lineKeys = computed(() =>
|
|
59
|
+
const lineKeys = computed(() => range_1(props.linesCount));
|
|
60
60
|
return {
|
|
61
61
|
root,
|
|
62
62
|
containerStyles,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent } from 'vue-demi';
|
|
2
|
-
import
|
|
2
|
+
import { r as range_1 } from './range-6f26eda4.js';
|
|
3
3
|
import { OrSkeletonTextSizes } from './components/OrSkeleton/constants.js';
|
|
4
4
|
import { pxToRem } from './utils/functions/px-to-rem.js';
|
|
5
5
|
|
|
@@ -42,7 +42,7 @@ var script = defineComponent({
|
|
|
42
42
|
};
|
|
43
43
|
},
|
|
44
44
|
lineKeys() {
|
|
45
|
-
return
|
|
45
|
+
return range_1(this.linesCount);
|
|
46
46
|
}
|
|
47
47
|
}
|
|
48
48
|
});
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { defineComponent, ref } from 'vue-demi';
|
|
2
|
-
import { onClickOutside, useDraggable } from '
|
|
3
|
-
import { addClass, removeClass } from './
|
|
2
|
+
import { o as onClickOutside, e as useDraggable } from './index-02705c13.js';
|
|
3
|
+
import { b as addClass, d as removeClass } from './dom-700444b4.js';
|
|
4
4
|
import './components/OrIcon/OrIcon.js';
|
|
5
|
-
import { s as script$1 } from './OrIcon.vue_vue_type_script_lang-
|
|
5
|
+
import { s as script$1 } from './OrIcon.vue_vue_type_script_lang-cd2da378.js';
|
|
6
6
|
|
|
7
7
|
var script = defineComponent({
|
|
8
8
|
name: 'OrSlider',
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent } from 'vue-demi';
|
|
2
2
|
import './components/OrButtonV2/OrButton.js';
|
|
3
|
-
import { s as script$6 } from './OrButton.vue_vue_type_script_lang-
|
|
3
|
+
import { s as script$6 } from './OrButton.vue_vue_type_script_lang-5ae410e5.js';
|
|
4
4
|
import { resolveComponent, openBlock, createElementBlock, renderSlot, createBlock, createCommentVNode, normalizeClass, createElementVNode, toDisplayString, createVNode, withCtx, normalizeProps, guardReactiveProps } from 'vue';
|
|
5
5
|
import { s as styleInject } from './style-inject.es-4c6f2515.js';
|
|
6
6
|
|
|
@@ -5,7 +5,7 @@ import './components/OrLoaderV3/OrLoader.js';
|
|
|
5
5
|
import { useIdAttribute } from './hooks/useIdAttribute.js';
|
|
6
6
|
import { useControlAttributes } from './hooks/useControlAttributes.js';
|
|
7
7
|
import { s as script$1 } from './OrLabel.vue_vue_type_script_lang-3e11ab8a.js';
|
|
8
|
-
import { s as script$2 } from './OrLoader.vue_vue_type_script_lang-
|
|
8
|
+
import { s as script$2 } from './OrLoader.vue_vue_type_script_lang-c1b5372a.js';
|
|
9
9
|
import { LabelVariant } from './components/OrLabelV3/props.js';
|
|
10
10
|
|
|
11
11
|
var script = defineComponent({
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { useResizeObserver } from '
|
|
1
|
+
import { f as useResizeObserver } from './index-02705c13.js';
|
|
2
2
|
import { defineComponent, ref, computed, reactive, watch, nextTick, onMounted } from 'vue-demi';
|
|
3
3
|
import { TabsVariant } from './components/OrTabsV3/props.js';
|
|
4
4
|
import { TabsRoot, TabsRootVariants, TabsContainer } from './components/OrTabsV3/styles.js';
|
|
@@ -8,7 +8,7 @@ import './components/OrMenuItemV3/OrMenuItem.js';
|
|
|
8
8
|
import './components/OrTabV3/OrTab.js';
|
|
9
9
|
import { s as script$4 } from './OrTab.vue_vue_type_script_lang-79f2f523.js';
|
|
10
10
|
import { s as script$1 } from './OrIcon.vue_vue_type_script_lang-73f9cc63.js';
|
|
11
|
-
import { s as script$2 } from './OrMenu.vue_vue_type_script_lang-
|
|
11
|
+
import { s as script$2 } from './OrMenu.vue_vue_type_script_lang-90d57815.js';
|
|
12
12
|
import { s as script$3 } from './OrMenuItem.vue_vue_type_script_lang-b338d68a.js';
|
|
13
13
|
|
|
14
14
|
var script = defineComponent({
|