@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
|
@@ -0,0 +1,856 @@
|
|
|
1
|
+
import { i as isArray_1, t as toString_1 } from './toString-f3196832.js';
|
|
2
|
+
import { d as isSymbol_1, _ as _root, i as isObject_1 } from './isObject-fe8b81fd.js';
|
|
3
|
+
import { i as isFunction_1, e as eq_1 } from './eq-95cd2573.js';
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* Creates a unary function that invokes `func` with its argument transformed.
|
|
7
|
+
*
|
|
8
|
+
* @private
|
|
9
|
+
* @param {Function} func The function to wrap.
|
|
10
|
+
* @param {Function} transform The argument transform.
|
|
11
|
+
* @returns {Function} Returns the new function.
|
|
12
|
+
*/
|
|
13
|
+
function overArg(func, transform) {
|
|
14
|
+
return function (arg) {
|
|
15
|
+
return func(transform(arg));
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
var _overArg = overArg;
|
|
19
|
+
|
|
20
|
+
var isArray$1 = isArray_1,
|
|
21
|
+
isSymbol$1 = isSymbol_1;
|
|
22
|
+
|
|
23
|
+
/** Used to match property names within property paths. */
|
|
24
|
+
var reIsDeepProp = /\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,
|
|
25
|
+
reIsPlainProp = /^\w*$/;
|
|
26
|
+
|
|
27
|
+
/**
|
|
28
|
+
* Checks if `value` is a property name and not a property path.
|
|
29
|
+
*
|
|
30
|
+
* @private
|
|
31
|
+
* @param {*} value The value to check.
|
|
32
|
+
* @param {Object} [object] The object to query keys on.
|
|
33
|
+
* @returns {boolean} Returns `true` if `value` is a property name, else `false`.
|
|
34
|
+
*/
|
|
35
|
+
function isKey$1(value, object) {
|
|
36
|
+
if (isArray$1(value)) {
|
|
37
|
+
return false;
|
|
38
|
+
}
|
|
39
|
+
var type = typeof value;
|
|
40
|
+
if (type == 'number' || type == 'symbol' || type == 'boolean' || value == null || isSymbol$1(value)) {
|
|
41
|
+
return true;
|
|
42
|
+
}
|
|
43
|
+
return reIsPlainProp.test(value) || !reIsDeepProp.test(value) || object != null && value in Object(object);
|
|
44
|
+
}
|
|
45
|
+
var _isKey = isKey$1;
|
|
46
|
+
|
|
47
|
+
var root$1 = _root;
|
|
48
|
+
|
|
49
|
+
/** Used to detect overreaching core-js shims. */
|
|
50
|
+
var coreJsData$1 = root$1['__core-js_shared__'];
|
|
51
|
+
var _coreJsData = coreJsData$1;
|
|
52
|
+
|
|
53
|
+
var coreJsData = _coreJsData;
|
|
54
|
+
|
|
55
|
+
/** Used to detect methods masquerading as native. */
|
|
56
|
+
var maskSrcKey = function () {
|
|
57
|
+
var uid = /[^.]+$/.exec(coreJsData && coreJsData.keys && coreJsData.keys.IE_PROTO || '');
|
|
58
|
+
return uid ? 'Symbol(src)_1.' + uid : '';
|
|
59
|
+
}();
|
|
60
|
+
|
|
61
|
+
/**
|
|
62
|
+
* Checks if `func` has its source masked.
|
|
63
|
+
*
|
|
64
|
+
* @private
|
|
65
|
+
* @param {Function} func The function to check.
|
|
66
|
+
* @returns {boolean} Returns `true` if `func` is masked, else `false`.
|
|
67
|
+
*/
|
|
68
|
+
function isMasked$1(func) {
|
|
69
|
+
return !!maskSrcKey && maskSrcKey in func;
|
|
70
|
+
}
|
|
71
|
+
var _isMasked = isMasked$1;
|
|
72
|
+
|
|
73
|
+
/** Used for built-in method references. */
|
|
74
|
+
var funcProto$1 = Function.prototype;
|
|
75
|
+
|
|
76
|
+
/** Used to resolve the decompiled source of functions. */
|
|
77
|
+
var funcToString$1 = funcProto$1.toString;
|
|
78
|
+
|
|
79
|
+
/**
|
|
80
|
+
* Converts `func` to its source code.
|
|
81
|
+
*
|
|
82
|
+
* @private
|
|
83
|
+
* @param {Function} func The function to convert.
|
|
84
|
+
* @returns {string} Returns the source code.
|
|
85
|
+
*/
|
|
86
|
+
function toSource$1(func) {
|
|
87
|
+
if (func != null) {
|
|
88
|
+
try {
|
|
89
|
+
return funcToString$1.call(func);
|
|
90
|
+
} catch (e) {}
|
|
91
|
+
try {
|
|
92
|
+
return func + '';
|
|
93
|
+
} catch (e) {}
|
|
94
|
+
}
|
|
95
|
+
return '';
|
|
96
|
+
}
|
|
97
|
+
var _toSource = toSource$1;
|
|
98
|
+
|
|
99
|
+
var isFunction = isFunction_1,
|
|
100
|
+
isMasked = _isMasked,
|
|
101
|
+
isObject = isObject_1,
|
|
102
|
+
toSource = _toSource;
|
|
103
|
+
|
|
104
|
+
/**
|
|
105
|
+
* Used to match `RegExp`
|
|
106
|
+
* [syntax characters](http://ecma-international.org/ecma-262/7.0/#sec-patterns).
|
|
107
|
+
*/
|
|
108
|
+
var reRegExpChar = /[\\^$.*+?()[\]{}|]/g;
|
|
109
|
+
|
|
110
|
+
/** Used to detect host constructors (Safari). */
|
|
111
|
+
var reIsHostCtor = /^\[object .+?Constructor\]$/;
|
|
112
|
+
|
|
113
|
+
/** Used for built-in method references. */
|
|
114
|
+
var funcProto = Function.prototype,
|
|
115
|
+
objectProto$2 = Object.prototype;
|
|
116
|
+
|
|
117
|
+
/** Used to resolve the decompiled source of functions. */
|
|
118
|
+
var funcToString = funcProto.toString;
|
|
119
|
+
|
|
120
|
+
/** Used to check objects for own properties. */
|
|
121
|
+
var hasOwnProperty$2 = objectProto$2.hasOwnProperty;
|
|
122
|
+
|
|
123
|
+
/** Used to detect if a method is native. */
|
|
124
|
+
var reIsNative = RegExp('^' + funcToString.call(hasOwnProperty$2).replace(reRegExpChar, '\\$&').replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, '$1.*?') + '$');
|
|
125
|
+
|
|
126
|
+
/**
|
|
127
|
+
* The base implementation of `_.isNative` without bad shim checks.
|
|
128
|
+
*
|
|
129
|
+
* @private
|
|
130
|
+
* @param {*} value The value to check.
|
|
131
|
+
* @returns {boolean} Returns `true` if `value` is a native function,
|
|
132
|
+
* else `false`.
|
|
133
|
+
*/
|
|
134
|
+
function baseIsNative$1(value) {
|
|
135
|
+
if (!isObject(value) || isMasked(value)) {
|
|
136
|
+
return false;
|
|
137
|
+
}
|
|
138
|
+
var pattern = isFunction(value) ? reIsNative : reIsHostCtor;
|
|
139
|
+
return pattern.test(toSource(value));
|
|
140
|
+
}
|
|
141
|
+
var _baseIsNative = baseIsNative$1;
|
|
142
|
+
|
|
143
|
+
/**
|
|
144
|
+
* Gets the value at `key` of `object`.
|
|
145
|
+
*
|
|
146
|
+
* @private
|
|
147
|
+
* @param {Object} [object] The object to query.
|
|
148
|
+
* @param {string} key The key of the property to get.
|
|
149
|
+
* @returns {*} Returns the property value.
|
|
150
|
+
*/
|
|
151
|
+
function getValue$1(object, key) {
|
|
152
|
+
return object == null ? undefined : object[key];
|
|
153
|
+
}
|
|
154
|
+
var _getValue = getValue$1;
|
|
155
|
+
|
|
156
|
+
var baseIsNative = _baseIsNative,
|
|
157
|
+
getValue = _getValue;
|
|
158
|
+
|
|
159
|
+
/**
|
|
160
|
+
* Gets the native function at `key` of `object`.
|
|
161
|
+
*
|
|
162
|
+
* @private
|
|
163
|
+
* @param {Object} object The object to query.
|
|
164
|
+
* @param {string} key The key of the method to get.
|
|
165
|
+
* @returns {*} Returns the function if it's native, else `undefined`.
|
|
166
|
+
*/
|
|
167
|
+
function getNative$2(object, key) {
|
|
168
|
+
var value = getValue(object, key);
|
|
169
|
+
return baseIsNative(value) ? value : undefined;
|
|
170
|
+
}
|
|
171
|
+
var _getNative = getNative$2;
|
|
172
|
+
|
|
173
|
+
var getNative$1 = _getNative;
|
|
174
|
+
|
|
175
|
+
/* Built-in method references that are verified to be native. */
|
|
176
|
+
var nativeCreate$4 = getNative$1(Object, 'create');
|
|
177
|
+
var _nativeCreate = nativeCreate$4;
|
|
178
|
+
|
|
179
|
+
var nativeCreate$3 = _nativeCreate;
|
|
180
|
+
|
|
181
|
+
/**
|
|
182
|
+
* Removes all key-value entries from the hash.
|
|
183
|
+
*
|
|
184
|
+
* @private
|
|
185
|
+
* @name clear
|
|
186
|
+
* @memberOf Hash
|
|
187
|
+
*/
|
|
188
|
+
function hashClear$1() {
|
|
189
|
+
this.__data__ = nativeCreate$3 ? nativeCreate$3(null) : {};
|
|
190
|
+
this.size = 0;
|
|
191
|
+
}
|
|
192
|
+
var _hashClear = hashClear$1;
|
|
193
|
+
|
|
194
|
+
/**
|
|
195
|
+
* Removes `key` and its value from the hash.
|
|
196
|
+
*
|
|
197
|
+
* @private
|
|
198
|
+
* @name delete
|
|
199
|
+
* @memberOf Hash
|
|
200
|
+
* @param {Object} hash The hash to modify.
|
|
201
|
+
* @param {string} key The key of the value to remove.
|
|
202
|
+
* @returns {boolean} Returns `true` if the entry was removed, else `false`.
|
|
203
|
+
*/
|
|
204
|
+
function hashDelete$1(key) {
|
|
205
|
+
var result = this.has(key) && delete this.__data__[key];
|
|
206
|
+
this.size -= result ? 1 : 0;
|
|
207
|
+
return result;
|
|
208
|
+
}
|
|
209
|
+
var _hashDelete = hashDelete$1;
|
|
210
|
+
|
|
211
|
+
var nativeCreate$2 = _nativeCreate;
|
|
212
|
+
|
|
213
|
+
/** Used to stand-in for `undefined` hash values. */
|
|
214
|
+
var HASH_UNDEFINED$1 = '__lodash_hash_undefined__';
|
|
215
|
+
|
|
216
|
+
/** Used for built-in method references. */
|
|
217
|
+
var objectProto$1 = Object.prototype;
|
|
218
|
+
|
|
219
|
+
/** Used to check objects for own properties. */
|
|
220
|
+
var hasOwnProperty$1 = objectProto$1.hasOwnProperty;
|
|
221
|
+
|
|
222
|
+
/**
|
|
223
|
+
* Gets the hash value for `key`.
|
|
224
|
+
*
|
|
225
|
+
* @private
|
|
226
|
+
* @name get
|
|
227
|
+
* @memberOf Hash
|
|
228
|
+
* @param {string} key The key of the value to get.
|
|
229
|
+
* @returns {*} Returns the entry value.
|
|
230
|
+
*/
|
|
231
|
+
function hashGet$1(key) {
|
|
232
|
+
var data = this.__data__;
|
|
233
|
+
if (nativeCreate$2) {
|
|
234
|
+
var result = data[key];
|
|
235
|
+
return result === HASH_UNDEFINED$1 ? undefined : result;
|
|
236
|
+
}
|
|
237
|
+
return hasOwnProperty$1.call(data, key) ? data[key] : undefined;
|
|
238
|
+
}
|
|
239
|
+
var _hashGet = hashGet$1;
|
|
240
|
+
|
|
241
|
+
var nativeCreate$1 = _nativeCreate;
|
|
242
|
+
|
|
243
|
+
/** Used for built-in method references. */
|
|
244
|
+
var objectProto = Object.prototype;
|
|
245
|
+
|
|
246
|
+
/** Used to check objects for own properties. */
|
|
247
|
+
var hasOwnProperty = objectProto.hasOwnProperty;
|
|
248
|
+
|
|
249
|
+
/**
|
|
250
|
+
* Checks if a hash value for `key` exists.
|
|
251
|
+
*
|
|
252
|
+
* @private
|
|
253
|
+
* @name has
|
|
254
|
+
* @memberOf Hash
|
|
255
|
+
* @param {string} key The key of the entry to check.
|
|
256
|
+
* @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.
|
|
257
|
+
*/
|
|
258
|
+
function hashHas$1(key) {
|
|
259
|
+
var data = this.__data__;
|
|
260
|
+
return nativeCreate$1 ? data[key] !== undefined : hasOwnProperty.call(data, key);
|
|
261
|
+
}
|
|
262
|
+
var _hashHas = hashHas$1;
|
|
263
|
+
|
|
264
|
+
var nativeCreate = _nativeCreate;
|
|
265
|
+
|
|
266
|
+
/** Used to stand-in for `undefined` hash values. */
|
|
267
|
+
var HASH_UNDEFINED = '__lodash_hash_undefined__';
|
|
268
|
+
|
|
269
|
+
/**
|
|
270
|
+
* Sets the hash `key` to `value`.
|
|
271
|
+
*
|
|
272
|
+
* @private
|
|
273
|
+
* @name set
|
|
274
|
+
* @memberOf Hash
|
|
275
|
+
* @param {string} key The key of the value to set.
|
|
276
|
+
* @param {*} value The value to set.
|
|
277
|
+
* @returns {Object} Returns the hash instance.
|
|
278
|
+
*/
|
|
279
|
+
function hashSet$1(key, value) {
|
|
280
|
+
var data = this.__data__;
|
|
281
|
+
this.size += this.has(key) ? 0 : 1;
|
|
282
|
+
data[key] = nativeCreate && value === undefined ? HASH_UNDEFINED : value;
|
|
283
|
+
return this;
|
|
284
|
+
}
|
|
285
|
+
var _hashSet = hashSet$1;
|
|
286
|
+
|
|
287
|
+
var hashClear = _hashClear,
|
|
288
|
+
hashDelete = _hashDelete,
|
|
289
|
+
hashGet = _hashGet,
|
|
290
|
+
hashHas = _hashHas,
|
|
291
|
+
hashSet = _hashSet;
|
|
292
|
+
|
|
293
|
+
/**
|
|
294
|
+
* Creates a hash object.
|
|
295
|
+
*
|
|
296
|
+
* @private
|
|
297
|
+
* @constructor
|
|
298
|
+
* @param {Array} [entries] The key-value pairs to cache.
|
|
299
|
+
*/
|
|
300
|
+
function Hash$1(entries) {
|
|
301
|
+
var index = -1,
|
|
302
|
+
length = entries == null ? 0 : entries.length;
|
|
303
|
+
this.clear();
|
|
304
|
+
while (++index < length) {
|
|
305
|
+
var entry = entries[index];
|
|
306
|
+
this.set(entry[0], entry[1]);
|
|
307
|
+
}
|
|
308
|
+
}
|
|
309
|
+
|
|
310
|
+
// Add methods to `Hash`.
|
|
311
|
+
Hash$1.prototype.clear = hashClear;
|
|
312
|
+
Hash$1.prototype['delete'] = hashDelete;
|
|
313
|
+
Hash$1.prototype.get = hashGet;
|
|
314
|
+
Hash$1.prototype.has = hashHas;
|
|
315
|
+
Hash$1.prototype.set = hashSet;
|
|
316
|
+
var _Hash = Hash$1;
|
|
317
|
+
|
|
318
|
+
/**
|
|
319
|
+
* Removes all key-value entries from the list cache.
|
|
320
|
+
*
|
|
321
|
+
* @private
|
|
322
|
+
* @name clear
|
|
323
|
+
* @memberOf ListCache
|
|
324
|
+
*/
|
|
325
|
+
function listCacheClear$1() {
|
|
326
|
+
this.__data__ = [];
|
|
327
|
+
this.size = 0;
|
|
328
|
+
}
|
|
329
|
+
var _listCacheClear = listCacheClear$1;
|
|
330
|
+
|
|
331
|
+
var eq = eq_1;
|
|
332
|
+
|
|
333
|
+
/**
|
|
334
|
+
* Gets the index at which the `key` is found in `array` of key-value pairs.
|
|
335
|
+
*
|
|
336
|
+
* @private
|
|
337
|
+
* @param {Array} array The array to inspect.
|
|
338
|
+
* @param {*} key The key to search for.
|
|
339
|
+
* @returns {number} Returns the index of the matched value, else `-1`.
|
|
340
|
+
*/
|
|
341
|
+
function assocIndexOf$4(array, key) {
|
|
342
|
+
var length = array.length;
|
|
343
|
+
while (length--) {
|
|
344
|
+
if (eq(array[length][0], key)) {
|
|
345
|
+
return length;
|
|
346
|
+
}
|
|
347
|
+
}
|
|
348
|
+
return -1;
|
|
349
|
+
}
|
|
350
|
+
var _assocIndexOf = assocIndexOf$4;
|
|
351
|
+
|
|
352
|
+
var assocIndexOf$3 = _assocIndexOf;
|
|
353
|
+
|
|
354
|
+
/** Used for built-in method references. */
|
|
355
|
+
var arrayProto = Array.prototype;
|
|
356
|
+
|
|
357
|
+
/** Built-in value references. */
|
|
358
|
+
var splice = arrayProto.splice;
|
|
359
|
+
|
|
360
|
+
/**
|
|
361
|
+
* Removes `key` and its value from the list cache.
|
|
362
|
+
*
|
|
363
|
+
* @private
|
|
364
|
+
* @name delete
|
|
365
|
+
* @memberOf ListCache
|
|
366
|
+
* @param {string} key The key of the value to remove.
|
|
367
|
+
* @returns {boolean} Returns `true` if the entry was removed, else `false`.
|
|
368
|
+
*/
|
|
369
|
+
function listCacheDelete$1(key) {
|
|
370
|
+
var data = this.__data__,
|
|
371
|
+
index = assocIndexOf$3(data, key);
|
|
372
|
+
if (index < 0) {
|
|
373
|
+
return false;
|
|
374
|
+
}
|
|
375
|
+
var lastIndex = data.length - 1;
|
|
376
|
+
if (index == lastIndex) {
|
|
377
|
+
data.pop();
|
|
378
|
+
} else {
|
|
379
|
+
splice.call(data, index, 1);
|
|
380
|
+
}
|
|
381
|
+
--this.size;
|
|
382
|
+
return true;
|
|
383
|
+
}
|
|
384
|
+
var _listCacheDelete = listCacheDelete$1;
|
|
385
|
+
|
|
386
|
+
var assocIndexOf$2 = _assocIndexOf;
|
|
387
|
+
|
|
388
|
+
/**
|
|
389
|
+
* Gets the list cache value for `key`.
|
|
390
|
+
*
|
|
391
|
+
* @private
|
|
392
|
+
* @name get
|
|
393
|
+
* @memberOf ListCache
|
|
394
|
+
* @param {string} key The key of the value to get.
|
|
395
|
+
* @returns {*} Returns the entry value.
|
|
396
|
+
*/
|
|
397
|
+
function listCacheGet$1(key) {
|
|
398
|
+
var data = this.__data__,
|
|
399
|
+
index = assocIndexOf$2(data, key);
|
|
400
|
+
return index < 0 ? undefined : data[index][1];
|
|
401
|
+
}
|
|
402
|
+
var _listCacheGet = listCacheGet$1;
|
|
403
|
+
|
|
404
|
+
var assocIndexOf$1 = _assocIndexOf;
|
|
405
|
+
|
|
406
|
+
/**
|
|
407
|
+
* Checks if a list cache value for `key` exists.
|
|
408
|
+
*
|
|
409
|
+
* @private
|
|
410
|
+
* @name has
|
|
411
|
+
* @memberOf ListCache
|
|
412
|
+
* @param {string} key The key of the entry to check.
|
|
413
|
+
* @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.
|
|
414
|
+
*/
|
|
415
|
+
function listCacheHas$1(key) {
|
|
416
|
+
return assocIndexOf$1(this.__data__, key) > -1;
|
|
417
|
+
}
|
|
418
|
+
var _listCacheHas = listCacheHas$1;
|
|
419
|
+
|
|
420
|
+
var assocIndexOf = _assocIndexOf;
|
|
421
|
+
|
|
422
|
+
/**
|
|
423
|
+
* Sets the list cache `key` to `value`.
|
|
424
|
+
*
|
|
425
|
+
* @private
|
|
426
|
+
* @name set
|
|
427
|
+
* @memberOf ListCache
|
|
428
|
+
* @param {string} key The key of the value to set.
|
|
429
|
+
* @param {*} value The value to set.
|
|
430
|
+
* @returns {Object} Returns the list cache instance.
|
|
431
|
+
*/
|
|
432
|
+
function listCacheSet$1(key, value) {
|
|
433
|
+
var data = this.__data__,
|
|
434
|
+
index = assocIndexOf(data, key);
|
|
435
|
+
if (index < 0) {
|
|
436
|
+
++this.size;
|
|
437
|
+
data.push([key, value]);
|
|
438
|
+
} else {
|
|
439
|
+
data[index][1] = value;
|
|
440
|
+
}
|
|
441
|
+
return this;
|
|
442
|
+
}
|
|
443
|
+
var _listCacheSet = listCacheSet$1;
|
|
444
|
+
|
|
445
|
+
var listCacheClear = _listCacheClear,
|
|
446
|
+
listCacheDelete = _listCacheDelete,
|
|
447
|
+
listCacheGet = _listCacheGet,
|
|
448
|
+
listCacheHas = _listCacheHas,
|
|
449
|
+
listCacheSet = _listCacheSet;
|
|
450
|
+
|
|
451
|
+
/**
|
|
452
|
+
* Creates an list cache object.
|
|
453
|
+
*
|
|
454
|
+
* @private
|
|
455
|
+
* @constructor
|
|
456
|
+
* @param {Array} [entries] The key-value pairs to cache.
|
|
457
|
+
*/
|
|
458
|
+
function ListCache$1(entries) {
|
|
459
|
+
var index = -1,
|
|
460
|
+
length = entries == null ? 0 : entries.length;
|
|
461
|
+
this.clear();
|
|
462
|
+
while (++index < length) {
|
|
463
|
+
var entry = entries[index];
|
|
464
|
+
this.set(entry[0], entry[1]);
|
|
465
|
+
}
|
|
466
|
+
}
|
|
467
|
+
|
|
468
|
+
// Add methods to `ListCache`.
|
|
469
|
+
ListCache$1.prototype.clear = listCacheClear;
|
|
470
|
+
ListCache$1.prototype['delete'] = listCacheDelete;
|
|
471
|
+
ListCache$1.prototype.get = listCacheGet;
|
|
472
|
+
ListCache$1.prototype.has = listCacheHas;
|
|
473
|
+
ListCache$1.prototype.set = listCacheSet;
|
|
474
|
+
var _ListCache = ListCache$1;
|
|
475
|
+
|
|
476
|
+
var getNative = _getNative,
|
|
477
|
+
root = _root;
|
|
478
|
+
|
|
479
|
+
/* Built-in method references that are verified to be native. */
|
|
480
|
+
var Map$1 = getNative(root, 'Map');
|
|
481
|
+
var _Map = Map$1;
|
|
482
|
+
|
|
483
|
+
var Hash = _Hash,
|
|
484
|
+
ListCache = _ListCache,
|
|
485
|
+
Map = _Map;
|
|
486
|
+
|
|
487
|
+
/**
|
|
488
|
+
* Removes all key-value entries from the map.
|
|
489
|
+
*
|
|
490
|
+
* @private
|
|
491
|
+
* @name clear
|
|
492
|
+
* @memberOf MapCache
|
|
493
|
+
*/
|
|
494
|
+
function mapCacheClear$1() {
|
|
495
|
+
this.size = 0;
|
|
496
|
+
this.__data__ = {
|
|
497
|
+
'hash': new Hash(),
|
|
498
|
+
'map': new (Map || ListCache)(),
|
|
499
|
+
'string': new Hash()
|
|
500
|
+
};
|
|
501
|
+
}
|
|
502
|
+
var _mapCacheClear = mapCacheClear$1;
|
|
503
|
+
|
|
504
|
+
/**
|
|
505
|
+
* Checks if `value` is suitable for use as unique object key.
|
|
506
|
+
*
|
|
507
|
+
* @private
|
|
508
|
+
* @param {*} value The value to check.
|
|
509
|
+
* @returns {boolean} Returns `true` if `value` is suitable, else `false`.
|
|
510
|
+
*/
|
|
511
|
+
function isKeyable$1(value) {
|
|
512
|
+
var type = typeof value;
|
|
513
|
+
return type == 'string' || type == 'number' || type == 'symbol' || type == 'boolean' ? value !== '__proto__' : value === null;
|
|
514
|
+
}
|
|
515
|
+
var _isKeyable = isKeyable$1;
|
|
516
|
+
|
|
517
|
+
var isKeyable = _isKeyable;
|
|
518
|
+
|
|
519
|
+
/**
|
|
520
|
+
* Gets the data for `map`.
|
|
521
|
+
*
|
|
522
|
+
* @private
|
|
523
|
+
* @param {Object} map The map to query.
|
|
524
|
+
* @param {string} key The reference key.
|
|
525
|
+
* @returns {*} Returns the map data.
|
|
526
|
+
*/
|
|
527
|
+
function getMapData$4(map, key) {
|
|
528
|
+
var data = map.__data__;
|
|
529
|
+
return isKeyable(key) ? data[typeof key == 'string' ? 'string' : 'hash'] : data.map;
|
|
530
|
+
}
|
|
531
|
+
var _getMapData = getMapData$4;
|
|
532
|
+
|
|
533
|
+
var getMapData$3 = _getMapData;
|
|
534
|
+
|
|
535
|
+
/**
|
|
536
|
+
* Removes `key` and its value from the map.
|
|
537
|
+
*
|
|
538
|
+
* @private
|
|
539
|
+
* @name delete
|
|
540
|
+
* @memberOf MapCache
|
|
541
|
+
* @param {string} key The key of the value to remove.
|
|
542
|
+
* @returns {boolean} Returns `true` if the entry was removed, else `false`.
|
|
543
|
+
*/
|
|
544
|
+
function mapCacheDelete$1(key) {
|
|
545
|
+
var result = getMapData$3(this, key)['delete'](key);
|
|
546
|
+
this.size -= result ? 1 : 0;
|
|
547
|
+
return result;
|
|
548
|
+
}
|
|
549
|
+
var _mapCacheDelete = mapCacheDelete$1;
|
|
550
|
+
|
|
551
|
+
var getMapData$2 = _getMapData;
|
|
552
|
+
|
|
553
|
+
/**
|
|
554
|
+
* Gets the map value for `key`.
|
|
555
|
+
*
|
|
556
|
+
* @private
|
|
557
|
+
* @name get
|
|
558
|
+
* @memberOf MapCache
|
|
559
|
+
* @param {string} key The key of the value to get.
|
|
560
|
+
* @returns {*} Returns the entry value.
|
|
561
|
+
*/
|
|
562
|
+
function mapCacheGet$1(key) {
|
|
563
|
+
return getMapData$2(this, key).get(key);
|
|
564
|
+
}
|
|
565
|
+
var _mapCacheGet = mapCacheGet$1;
|
|
566
|
+
|
|
567
|
+
var getMapData$1 = _getMapData;
|
|
568
|
+
|
|
569
|
+
/**
|
|
570
|
+
* Checks if a map value for `key` exists.
|
|
571
|
+
*
|
|
572
|
+
* @private
|
|
573
|
+
* @name has
|
|
574
|
+
* @memberOf MapCache
|
|
575
|
+
* @param {string} key The key of the entry to check.
|
|
576
|
+
* @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.
|
|
577
|
+
*/
|
|
578
|
+
function mapCacheHas$1(key) {
|
|
579
|
+
return getMapData$1(this, key).has(key);
|
|
580
|
+
}
|
|
581
|
+
var _mapCacheHas = mapCacheHas$1;
|
|
582
|
+
|
|
583
|
+
var getMapData = _getMapData;
|
|
584
|
+
|
|
585
|
+
/**
|
|
586
|
+
* Sets the map `key` to `value`.
|
|
587
|
+
*
|
|
588
|
+
* @private
|
|
589
|
+
* @name set
|
|
590
|
+
* @memberOf MapCache
|
|
591
|
+
* @param {string} key The key of the value to set.
|
|
592
|
+
* @param {*} value The value to set.
|
|
593
|
+
* @returns {Object} Returns the map cache instance.
|
|
594
|
+
*/
|
|
595
|
+
function mapCacheSet$1(key, value) {
|
|
596
|
+
var data = getMapData(this, key),
|
|
597
|
+
size = data.size;
|
|
598
|
+
data.set(key, value);
|
|
599
|
+
this.size += data.size == size ? 0 : 1;
|
|
600
|
+
return this;
|
|
601
|
+
}
|
|
602
|
+
var _mapCacheSet = mapCacheSet$1;
|
|
603
|
+
|
|
604
|
+
var mapCacheClear = _mapCacheClear,
|
|
605
|
+
mapCacheDelete = _mapCacheDelete,
|
|
606
|
+
mapCacheGet = _mapCacheGet,
|
|
607
|
+
mapCacheHas = _mapCacheHas,
|
|
608
|
+
mapCacheSet = _mapCacheSet;
|
|
609
|
+
|
|
610
|
+
/**
|
|
611
|
+
* Creates a map cache object to store key-value pairs.
|
|
612
|
+
*
|
|
613
|
+
* @private
|
|
614
|
+
* @constructor
|
|
615
|
+
* @param {Array} [entries] The key-value pairs to cache.
|
|
616
|
+
*/
|
|
617
|
+
function MapCache$1(entries) {
|
|
618
|
+
var index = -1,
|
|
619
|
+
length = entries == null ? 0 : entries.length;
|
|
620
|
+
this.clear();
|
|
621
|
+
while (++index < length) {
|
|
622
|
+
var entry = entries[index];
|
|
623
|
+
this.set(entry[0], entry[1]);
|
|
624
|
+
}
|
|
625
|
+
}
|
|
626
|
+
|
|
627
|
+
// Add methods to `MapCache`.
|
|
628
|
+
MapCache$1.prototype.clear = mapCacheClear;
|
|
629
|
+
MapCache$1.prototype['delete'] = mapCacheDelete;
|
|
630
|
+
MapCache$1.prototype.get = mapCacheGet;
|
|
631
|
+
MapCache$1.prototype.has = mapCacheHas;
|
|
632
|
+
MapCache$1.prototype.set = mapCacheSet;
|
|
633
|
+
var _MapCache = MapCache$1;
|
|
634
|
+
|
|
635
|
+
var MapCache = _MapCache;
|
|
636
|
+
|
|
637
|
+
/** Error message constants. */
|
|
638
|
+
var FUNC_ERROR_TEXT = 'Expected a function';
|
|
639
|
+
|
|
640
|
+
/**
|
|
641
|
+
* Creates a function that memoizes the result of `func`. If `resolver` is
|
|
642
|
+
* provided, it determines the cache key for storing the result based on the
|
|
643
|
+
* arguments provided to the memoized function. By default, the first argument
|
|
644
|
+
* provided to the memoized function is used as the map cache key. The `func`
|
|
645
|
+
* is invoked with the `this` binding of the memoized function.
|
|
646
|
+
*
|
|
647
|
+
* **Note:** The cache is exposed as the `cache` property on the memoized
|
|
648
|
+
* function. Its creation may be customized by replacing the `_.memoize.Cache`
|
|
649
|
+
* constructor with one whose instances implement the
|
|
650
|
+
* [`Map`](http://ecma-international.org/ecma-262/7.0/#sec-properties-of-the-map-prototype-object)
|
|
651
|
+
* method interface of `clear`, `delete`, `get`, `has`, and `set`.
|
|
652
|
+
*
|
|
653
|
+
* @static
|
|
654
|
+
* @memberOf _
|
|
655
|
+
* @since 0.1.0
|
|
656
|
+
* @category Function
|
|
657
|
+
* @param {Function} func The function to have its output memoized.
|
|
658
|
+
* @param {Function} [resolver] The function to resolve the cache key.
|
|
659
|
+
* @returns {Function} Returns the new memoized function.
|
|
660
|
+
* @example
|
|
661
|
+
*
|
|
662
|
+
* var object = { 'a': 1, 'b': 2 };
|
|
663
|
+
* var other = { 'c': 3, 'd': 4 };
|
|
664
|
+
*
|
|
665
|
+
* var values = _.memoize(_.values);
|
|
666
|
+
* values(object);
|
|
667
|
+
* // => [1, 2]
|
|
668
|
+
*
|
|
669
|
+
* values(other);
|
|
670
|
+
* // => [3, 4]
|
|
671
|
+
*
|
|
672
|
+
* object.a = 2;
|
|
673
|
+
* values(object);
|
|
674
|
+
* // => [1, 2]
|
|
675
|
+
*
|
|
676
|
+
* // Modify the result cache.
|
|
677
|
+
* values.cache.set(object, ['a', 'b']);
|
|
678
|
+
* values(object);
|
|
679
|
+
* // => ['a', 'b']
|
|
680
|
+
*
|
|
681
|
+
* // Replace `_.memoize.Cache`.
|
|
682
|
+
* _.memoize.Cache = WeakMap;
|
|
683
|
+
*/
|
|
684
|
+
function memoize$1(func, resolver) {
|
|
685
|
+
if (typeof func != 'function' || resolver != null && typeof resolver != 'function') {
|
|
686
|
+
throw new TypeError(FUNC_ERROR_TEXT);
|
|
687
|
+
}
|
|
688
|
+
var memoized = function () {
|
|
689
|
+
var args = arguments,
|
|
690
|
+
key = resolver ? resolver.apply(this, args) : args[0],
|
|
691
|
+
cache = memoized.cache;
|
|
692
|
+
if (cache.has(key)) {
|
|
693
|
+
return cache.get(key);
|
|
694
|
+
}
|
|
695
|
+
var result = func.apply(this, args);
|
|
696
|
+
memoized.cache = cache.set(key, result) || cache;
|
|
697
|
+
return result;
|
|
698
|
+
};
|
|
699
|
+
memoized.cache = new (memoize$1.Cache || MapCache)();
|
|
700
|
+
return memoized;
|
|
701
|
+
}
|
|
702
|
+
|
|
703
|
+
// Expose `MapCache`.
|
|
704
|
+
memoize$1.Cache = MapCache;
|
|
705
|
+
var memoize_1 = memoize$1;
|
|
706
|
+
|
|
707
|
+
var memoize = memoize_1;
|
|
708
|
+
|
|
709
|
+
/** Used as the maximum memoize cache size. */
|
|
710
|
+
var MAX_MEMOIZE_SIZE = 500;
|
|
711
|
+
|
|
712
|
+
/**
|
|
713
|
+
* A specialized version of `_.memoize` which clears the memoized function's
|
|
714
|
+
* cache when it exceeds `MAX_MEMOIZE_SIZE`.
|
|
715
|
+
*
|
|
716
|
+
* @private
|
|
717
|
+
* @param {Function} func The function to have its output memoized.
|
|
718
|
+
* @returns {Function} Returns the new memoized function.
|
|
719
|
+
*/
|
|
720
|
+
function memoizeCapped$1(func) {
|
|
721
|
+
var result = memoize(func, function (key) {
|
|
722
|
+
if (cache.size === MAX_MEMOIZE_SIZE) {
|
|
723
|
+
cache.clear();
|
|
724
|
+
}
|
|
725
|
+
return key;
|
|
726
|
+
});
|
|
727
|
+
var cache = result.cache;
|
|
728
|
+
return result;
|
|
729
|
+
}
|
|
730
|
+
var _memoizeCapped = memoizeCapped$1;
|
|
731
|
+
|
|
732
|
+
var memoizeCapped = _memoizeCapped;
|
|
733
|
+
|
|
734
|
+
/** Used to match property names within property paths. */
|
|
735
|
+
var rePropName = /[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g;
|
|
736
|
+
|
|
737
|
+
/** Used to match backslashes in property paths. */
|
|
738
|
+
var reEscapeChar = /\\(\\)?/g;
|
|
739
|
+
|
|
740
|
+
/**
|
|
741
|
+
* Converts `string` to a property path array.
|
|
742
|
+
*
|
|
743
|
+
* @private
|
|
744
|
+
* @param {string} string The string to convert.
|
|
745
|
+
* @returns {Array} Returns the property path array.
|
|
746
|
+
*/
|
|
747
|
+
var stringToPath$1 = memoizeCapped(function (string) {
|
|
748
|
+
var result = [];
|
|
749
|
+
if (string.charCodeAt(0) === 46 /* . */) {
|
|
750
|
+
result.push('');
|
|
751
|
+
}
|
|
752
|
+
string.replace(rePropName, function (match, number, quote, subString) {
|
|
753
|
+
result.push(quote ? subString.replace(reEscapeChar, '$1') : number || match);
|
|
754
|
+
});
|
|
755
|
+
return result;
|
|
756
|
+
});
|
|
757
|
+
var _stringToPath = stringToPath$1;
|
|
758
|
+
|
|
759
|
+
var isArray = isArray_1,
|
|
760
|
+
isKey = _isKey,
|
|
761
|
+
stringToPath = _stringToPath,
|
|
762
|
+
toString = toString_1;
|
|
763
|
+
|
|
764
|
+
/**
|
|
765
|
+
* Casts `value` to a path array if it's not one.
|
|
766
|
+
*
|
|
767
|
+
* @private
|
|
768
|
+
* @param {*} value The value to inspect.
|
|
769
|
+
* @param {Object} [object] The object to query keys on.
|
|
770
|
+
* @returns {Array} Returns the cast property path array.
|
|
771
|
+
*/
|
|
772
|
+
function castPath$1(value, object) {
|
|
773
|
+
if (isArray(value)) {
|
|
774
|
+
return value;
|
|
775
|
+
}
|
|
776
|
+
return isKey(value, object) ? [value] : stringToPath(toString(value));
|
|
777
|
+
}
|
|
778
|
+
var _castPath = castPath$1;
|
|
779
|
+
|
|
780
|
+
var isSymbol = isSymbol_1;
|
|
781
|
+
|
|
782
|
+
/** Used as references for various `Number` constants. */
|
|
783
|
+
var INFINITY = 1 / 0;
|
|
784
|
+
|
|
785
|
+
/**
|
|
786
|
+
* Converts `value` to a string key if it's not a string or symbol.
|
|
787
|
+
*
|
|
788
|
+
* @private
|
|
789
|
+
* @param {*} value The value to inspect.
|
|
790
|
+
* @returns {string|symbol} Returns the key.
|
|
791
|
+
*/
|
|
792
|
+
function toKey$1(value) {
|
|
793
|
+
if (typeof value == 'string' || isSymbol(value)) {
|
|
794
|
+
return value;
|
|
795
|
+
}
|
|
796
|
+
var result = value + '';
|
|
797
|
+
return result == '0' && 1 / value == -INFINITY ? '-0' : result;
|
|
798
|
+
}
|
|
799
|
+
var _toKey = toKey$1;
|
|
800
|
+
|
|
801
|
+
var castPath = _castPath,
|
|
802
|
+
toKey = _toKey;
|
|
803
|
+
|
|
804
|
+
/**
|
|
805
|
+
* The base implementation of `_.get` without support for default values.
|
|
806
|
+
*
|
|
807
|
+
* @private
|
|
808
|
+
* @param {Object} object The object to query.
|
|
809
|
+
* @param {Array|string} path The path of the property to get.
|
|
810
|
+
* @returns {*} Returns the resolved value.
|
|
811
|
+
*/
|
|
812
|
+
function baseGet$1(object, path) {
|
|
813
|
+
path = castPath(path, object);
|
|
814
|
+
var index = 0,
|
|
815
|
+
length = path.length;
|
|
816
|
+
while (object != null && index < length) {
|
|
817
|
+
object = object[toKey(path[index++])];
|
|
818
|
+
}
|
|
819
|
+
return index && index == length ? object : undefined;
|
|
820
|
+
}
|
|
821
|
+
var _baseGet = baseGet$1;
|
|
822
|
+
|
|
823
|
+
var baseGet = _baseGet;
|
|
824
|
+
|
|
825
|
+
/**
|
|
826
|
+
* Gets the value at `path` of `object`. If the resolved value is
|
|
827
|
+
* `undefined`, the `defaultValue` is returned in its place.
|
|
828
|
+
*
|
|
829
|
+
* @static
|
|
830
|
+
* @memberOf _
|
|
831
|
+
* @since 3.7.0
|
|
832
|
+
* @category Object
|
|
833
|
+
* @param {Object} object The object to query.
|
|
834
|
+
* @param {Array|string} path The path of the property to get.
|
|
835
|
+
* @param {*} [defaultValue] The value returned for `undefined` resolved values.
|
|
836
|
+
* @returns {*} Returns the resolved value.
|
|
837
|
+
* @example
|
|
838
|
+
*
|
|
839
|
+
* var object = { 'a': [{ 'b': { 'c': 3 } }] };
|
|
840
|
+
*
|
|
841
|
+
* _.get(object, 'a[0].b.c');
|
|
842
|
+
* // => 3
|
|
843
|
+
*
|
|
844
|
+
* _.get(object, ['a', '0', 'b', 'c']);
|
|
845
|
+
* // => 3
|
|
846
|
+
*
|
|
847
|
+
* _.get(object, 'a.b.c', 'default');
|
|
848
|
+
* // => 'default'
|
|
849
|
+
*/
|
|
850
|
+
function get(object, path, defaultValue) {
|
|
851
|
+
var result = object == null ? undefined : baseGet(object, path);
|
|
852
|
+
return result === undefined ? defaultValue : result;
|
|
853
|
+
}
|
|
854
|
+
var get_1 = get;
|
|
855
|
+
|
|
856
|
+
export { _castPath as _, _toKey as a, _isKey as b, _baseGet as c, _overArg as d, _ListCache as e, _Map as f, get_1 as g, _MapCache as h, _getNative as i, _toSource as j };
|