@onereach/ui-components 4.7.6 → 4.7.7-beta.2879.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bundled/v2/{get-73ac2f59.js → _MapCache-24a89ff6.js} +11 -260
- package/dist/bundled/v2/{_baseAssignValue-0c6c3bcc.js → _baseAssignValue-3880f2c5.js} +1 -1
- package/dist/bundled/v2/{_baseIsEqual-82d7a339.js → _baseIsEqual-d6b58f3c.js} +5 -5
- package/dist/bundled/v2/_getPrototype-c6fd74d2.js +9 -0
- package/dist/bundled/v2/components/OrAvatar/OrAvatar.js +9 -5
- package/dist/bundled/v2/components/OrAvatar/index.js +9 -5
- package/dist/bundled/v2/components/OrButtonV2/OrButton.js +9 -5
- package/dist/bundled/v2/components/OrButtonV2/index.js +9 -5
- package/dist/bundled/v2/components/OrCardCollection/OrCardCollection.js +9 -5
- package/dist/bundled/v2/components/OrCardCollection/index.js +9 -5
- package/dist/bundled/v2/components/OrCarousel/OrCarousel.js +9 -5
- package/dist/bundled/v2/components/OrCarousel/index.js +9 -5
- package/dist/bundled/v2/components/OrCheckbox/OrCheckbox.js +9 -5
- package/dist/bundled/v2/components/OrCheckbox/index.js +9 -5
- package/dist/bundled/v2/components/OrChip/OrChip.js +9 -5
- package/dist/bundled/v2/components/OrChip/index.js +9 -5
- package/dist/bundled/v2/components/OrChips/OrChips.js +9 -5
- package/dist/bundled/v2/components/OrChips/index.js +9 -5
- package/dist/bundled/v2/components/OrCode/OrCode.js +9 -5
- package/dist/bundled/v2/components/OrCode/index.js +9 -5
- package/dist/bundled/v2/components/OrCollapse/OrCollapse.js +9 -5
- package/dist/bundled/v2/components/OrCollapse/index.js +9 -5
- package/dist/bundled/v2/components/OrColorPicker/OrColorPicker.js +9 -5
- package/dist/bundled/v2/components/OrColorPicker/index.js +9 -5
- package/dist/bundled/v2/components/OrConfirm/OrConfirm.js +9 -5
- package/dist/bundled/v2/components/OrConfirm/index.js +9 -5
- package/dist/bundled/v2/components/OrDateTimePicker/OrDateTimePicker.js +11 -7
- package/dist/bundled/v2/components/OrDateTimePicker/index.js +11 -7
- package/dist/bundled/v2/components/OrFloating/OrFloating.js +9 -5
- package/dist/bundled/v2/components/OrFloating/index.js +9 -5
- package/dist/bundled/v2/components/OrIcon/OrIcon.js +9 -5
- package/dist/bundled/v2/components/OrIcon/index.js +9 -5
- package/dist/bundled/v2/components/OrIconButtonV2/OrIconButton.js +9 -5
- package/dist/bundled/v2/components/OrIconButtonV2/index.js +9 -5
- package/dist/bundled/v2/components/OrInlineTextEdit/OrInlineTextEdit.js +9 -5
- package/dist/bundled/v2/components/OrInlineTextEdit/index.js +9 -5
- package/dist/bundled/v2/components/OrInput/OrInput.js +9 -5
- package/dist/bundled/v2/components/OrInput/index.js +9 -5
- package/dist/bundled/v2/components/OrListOfInputs/OrListOfInputs.js +58 -21
- package/dist/bundled/v2/components/OrListOfInputs/index.js +59 -22
- package/dist/bundled/v2/components/{OrList → OrListV3}/OrList.js +55 -47
- package/dist/bundled/v2/components/OrListV3/index.d.ts +1 -0
- package/dist/bundled/v2/components/OrListV3/index.js +51 -0
- package/dist/bundled/v2/components/OrModal/OrModal.js +9 -5
- package/dist/bundled/v2/components/OrModal/index.js +9 -5
- package/dist/bundled/v2/components/OrNotification/OrNotification.js +9 -5
- package/dist/bundled/v2/components/OrNotification/index.js +9 -5
- package/dist/bundled/v2/components/OrNumberInput/OrNumberInput.js +9 -5
- package/dist/bundled/v2/components/OrNumberInput/index.js +9 -5
- package/dist/bundled/v2/components/OrOverflowMenu/OrOverflowMenu.js +9 -5
- package/dist/bundled/v2/components/OrOverflowMenu/index.js +9 -5
- package/dist/bundled/v2/components/OrPassword/OrPassword.js +9 -5
- package/dist/bundled/v2/components/OrPassword/index.js +9 -5
- package/dist/bundled/v2/components/OrProgress/OrProgress.js +7 -5
- package/dist/bundled/v2/components/OrProgress/index.js +7 -5
- package/dist/bundled/v2/components/OrProgressV3/OrProgress.js +7 -5
- package/dist/bundled/v2/components/OrProgressV3/index.js +7 -5
- package/dist/bundled/v2/components/OrRadio/OrRadio.js +10 -7
- package/dist/bundled/v2/components/OrRadio/index.js +10 -7
- package/dist/bundled/v2/components/OrSearch/OrSearch.js +9 -5
- package/dist/bundled/v2/components/OrSearch/index.js +9 -5
- package/dist/bundled/v2/components/OrSelect/OrSelect.js +12 -8
- package/dist/bundled/v2/components/OrSelect/index.js +12 -8
- package/dist/bundled/v2/components/OrSkeleton/index.js +6 -5
- package/dist/bundled/v2/components/OrSkeletonText/OrSkeletonText.js +6 -5
- package/dist/bundled/v2/components/OrSkeletonText/index.js +6 -5
- package/dist/bundled/v2/components/OrSkeletonTextV3/OrSkeletonText.js +6 -5
- package/dist/bundled/v2/components/OrSkeletonTextV3/index.js +6 -5
- package/dist/bundled/v2/components/OrSkeletonV3/index.js +6 -5
- package/dist/bundled/v2/components/OrSlider/OrSlider.js +9 -5
- package/dist/bundled/v2/components/OrSlider/index.js +9 -5
- package/dist/bundled/v2/components/OrStepper/OrStepper.js +9 -5
- package/dist/bundled/v2/components/OrStepper/index.js +9 -5
- package/dist/bundled/v2/components/OrTag/OrTag.js +9 -5
- package/dist/bundled/v2/components/OrTag/index.js +9 -5
- package/dist/bundled/v2/components/OrTextarea/OrTextarea.js +9 -5
- package/dist/bundled/v2/components/OrTextarea/index.js +9 -5
- package/dist/bundled/v2/components/OrTextbox/OrTextbox.js +9 -5
- package/dist/bundled/v2/components/OrTextbox/index.js +9 -5
- package/dist/bundled/v2/components/OrToast/OrToast.js +12 -8
- package/dist/bundled/v2/components/OrToast/index.js +12 -8
- package/dist/bundled/v2/components/OrToastContainer/OrToastContainer.js +12 -8
- package/dist/bundled/v2/components/OrToastContainer/index.js +12 -8
- package/dist/bundled/v2/components/OrTooltip/OrTooltip.js +9 -5
- package/dist/bundled/v2/components/OrTooltip/index.js +9 -5
- package/dist/bundled/v2/components/index.d.ts +1 -1
- package/dist/bundled/v2/components/index.js +18 -14
- package/dist/bundled/v2/{eq-fa566495.js → eq-ad84f292.js} +1 -1
- package/dist/bundled/v2/get-f18aa4f8.js +254 -0
- package/dist/bundled/v2/index.js +18 -14
- package/dist/bundled/v2/isArray-95dcd53a.js +27 -0
- package/dist/bundled/v2/{isArrayLike-acf249e3.js → isArrayLike-90deda8b.js} +1 -1
- package/dist/bundled/{v3/isEqual-881b7bb5.js → v2/isEqual-7ae49992.js} +1 -1
- package/dist/bundled/{v3/isObject-3a5b854d.js → v2/isObject-76d8037e.js} +5 -33
- package/dist/bundled/v2/isSymbol-e170ff61.js +31 -0
- package/dist/bundled/{v3/range-c87289f7.js → v2/range-4c4a4e22.js} +4 -4
- package/dist/bundled/{v3/round-136c7e43.js → v2/round-20828168.js} +4 -4
- package/dist/bundled/{v3/toFinite-021b0c50.js → v2/toFinite-a262b6fc.js} +2 -1
- package/dist/bundled/v2/{toInteger-db8a475d.js → toInteger-43f68f72.js} +1 -1
- package/dist/bundled/v2/{toString-47fa81b4.js → toString-41da8a6b.js} +4 -28
- package/dist/bundled/v2/utils/functions/dom.js +260 -5
- package/dist/bundled/v3/{OrAvatar.vue_vue_type_script_lang-552fce16.js → OrAvatar.vue_vue_type_script_lang-7f732c72.js} +1 -1
- package/dist/bundled/v3/{OrButton.vue_vue_type_script_lang-5b8437d7.js → OrButton.vue_vue_type_script_lang-925382af.js} +1 -1
- package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-eb86b548.js → OrCardCollection.vue_vue_type_script_lang-6cd1eea5.js} +3 -3
- package/dist/bundled/v3/{OrCarousel.vue_vue_type_script_lang-75c50882.js → OrCarousel.vue_vue_type_script_lang-e1649af0.js} +1 -1
- package/dist/bundled/v3/{OrCheckbox.vue_vue_type_script_lang-dedfe767.js → OrCheckbox.vue_vue_type_script_lang-d6e018dc.js} +1 -1
- package/dist/bundled/v3/{OrChip.vue_vue_type_script_lang-d0c62419.js → OrChip.vue_vue_type_script_lang-56da33d4.js} +1 -1
- package/dist/bundled/v3/{OrChips.vue_vue_type_script_lang-d7a38038.js → OrChips.vue_vue_type_script_lang-bd587dea.js} +1 -1
- package/dist/bundled/v3/{OrCode.vue_vue_type_script_lang-46846a36.js → OrCode.vue_vue_type_script_lang-020c575c.js} +2 -2
- package/dist/bundled/v3/{OrCollapse.vue_vue_type_script_lang-e2dcce92.js → OrCollapse.vue_vue_type_script_lang-0d806abb.js} +1 -1
- package/dist/bundled/v3/{OrColorPicker.vue_vue_type_script_lang-2e1845d8.js → OrColorPicker.vue_vue_type_script_lang-af02cb66.js} +1 -1
- package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-51f9e144.js → OrConfirm.vue_vue_type_script_lang-da864f6a.js} +3 -3
- package/dist/bundled/v3/{OrDateTimePicker.vue_vue_type_script_lang-882ae7ce.js → OrDateTimePicker.vue_vue_type_script_lang-60f5d92b.js} +6 -6
- package/dist/bundled/v3/{OrFloating.vue_vue_type_script_lang-d762f4b0.js → OrFloating.vue_vue_type_script_lang-b8d031af.js} +1 -1
- package/dist/bundled/v3/{OrIcon.vue_vue_type_script_lang-b77bb268.js → OrIcon.vue_vue_type_script_lang-5f31d33e.js} +1 -1
- package/dist/bundled/v3/{OrIconButton.vue_vue_type_script_lang-e078ed4c.js → OrIconButton.vue_vue_type_script_lang-a520c527.js} +2 -2
- package/dist/bundled/v3/{OrInlineTextEdit.vue_vue_type_script_lang-588178e5.js → OrInlineTextEdit.vue_vue_type_script_lang-b8268630.js} +3 -3
- package/dist/bundled/v3/{OrInput.vue_vue_type_script_lang-1be980cf.js → OrInput.vue_vue_type_script_lang-d38e72fb.js} +2 -2
- package/dist/bundled/v3/{OrList.vue_vue_type_script_lang-c6f46a0e.js → OrList.vue_vue_type_script_lang-77226ed0.js} +18 -18
- package/dist/bundled/v3/{OrListOfInputs.vue_vue_type_script_lang-04af76e1.js → OrListOfInputs.vue_vue_type_script_lang-233a2f99.js} +5 -5
- package/dist/bundled/v3/{OrModal.vue_vue_type_script_lang-153819d3.js → OrModal.vue_vue_type_script_lang-9354404b.js} +1 -1
- package/dist/bundled/v3/{OrNotification.vue_vue_type_script_lang-86084f5e.js → OrNotification.vue_vue_type_script_lang-e0860944.js} +2 -2
- package/dist/bundled/v3/{OrNumberInput.vue_vue_type_script_lang-9d6763fa.js → OrNumberInput.vue_vue_type_script_lang-a155c2ef.js} +1 -1
- package/dist/bundled/v3/{OrOverflowMenu.vue_vue_type_script_lang-ba3b94e2.js → OrOverflowMenu.vue_vue_type_script_lang-9dd62a62.js} +3 -3
- package/dist/bundled/v3/{OrPassword.vue_vue_type_script_lang-fc9e7dc8.js → OrPassword.vue_vue_type_script_lang-1103abf2.js} +2 -2
- package/dist/bundled/v3/{OrProgress.vue_vue_type_script_lang-89224310.js → OrProgress.vue_vue_type_script_lang-ab2805dc.js} +1 -1
- package/dist/bundled/v3/{OrProgress.vue_vue_type_script_lang-6a2fef77.js → OrProgress.vue_vue_type_script_lang-f604c97d.js} +1 -1
- package/dist/bundled/v3/{OrRadio.vue_vue_type_script_lang-0c087270.js → OrRadio.vue_vue_type_script_lang-9d9933f0.js} +2 -2
- package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-933e71b8.js → OrSearch.vue_vue_type_script_lang-f7d8b9e1.js} +2 -2
- package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-45cf8f8c.js → OrSelect.vue_vue_type_script_lang-9a24591f.js} +10 -10
- package/dist/bundled/v3/{OrSkeletonText.vue_vue_type_script_lang-e068a58a.js → OrSkeletonText.vue_vue_type_script_lang-03ed2026.js} +1 -1
- package/dist/bundled/v3/{OrSkeletonText.vue_vue_type_script_lang-6703fb3a.js → OrSkeletonText.vue_vue_type_script_lang-b98e5b0a.js} +1 -1
- package/dist/bundled/v3/{OrSlider.vue_vue_type_script_lang-2a698707.js → OrSlider.vue_vue_type_script_lang-08d98579.js} +2 -2
- package/dist/bundled/v3/{OrStepper.vue_vue_type_script_lang-999e65f6.js → OrStepper.vue_vue_type_script_lang-2016213b.js} +1 -1
- package/dist/bundled/v3/{OrTag.vue_vue_type_script_lang-42a69c16.js → OrTag.vue_vue_type_script_lang-9fbd12ed.js} +1 -1
- package/dist/bundled/v3/{OrTextarea.vue_vue_type_script_lang-af7cab22.js → OrTextarea.vue_vue_type_script_lang-8e7aa25c.js} +2 -2
- package/dist/bundled/v3/{OrTextbox.vue_vue_type_script_lang-80e42d58.js → OrTextbox.vue_vue_type_script_lang-977fcf07.js} +3 -3
- package/dist/bundled/v3/{OrTooltip.vue_vue_type_script_lang-3bf79d56.js → OrTooltip.vue_vue_type_script_lang-829c71fb.js} +1 -1
- package/dist/bundled/v3/{get-73ac2f59.js → _MapCache-24a89ff6.js} +11 -260
- package/dist/bundled/v3/{_baseAssignValue-0c6c3bcc.js → _baseAssignValue-3880f2c5.js} +1 -1
- package/dist/bundled/v3/{_baseIsEqual-82d7a339.js → _baseIsEqual-d6b58f3c.js} +5 -5
- package/dist/bundled/v3/_getPrototype-c6fd74d2.js +9 -0
- package/dist/bundled/v3/components/OrAvatar/OrAvatar.js +13 -9
- package/dist/bundled/v3/components/OrAvatar/index.js +12 -8
- package/dist/bundled/v3/components/OrButtonV2/OrButton.js +13 -9
- package/dist/bundled/v3/components/OrButtonV2/index.js +14 -10
- package/dist/bundled/v3/components/OrCardCollection/OrCardCollection.js +18 -14
- package/dist/bundled/v3/components/OrCardCollection/index.js +17 -13
- package/dist/bundled/v3/components/OrCarousel/OrCarousel.js +13 -9
- package/dist/bundled/v3/components/OrCarousel/index.js +12 -8
- package/dist/bundled/v3/components/OrCheckbox/OrCheckbox.js +13 -9
- package/dist/bundled/v3/components/OrCheckbox/index.js +12 -8
- package/dist/bundled/v3/components/OrChip/OrChip.js +13 -9
- package/dist/bundled/v3/components/OrChip/index.js +12 -8
- package/dist/bundled/v3/components/OrChips/OrChips.js +14 -10
- package/dist/bundled/v3/components/OrChips/index.js +13 -9
- package/dist/bundled/v3/components/OrCode/OrCode.js +16 -12
- package/dist/bundled/v3/components/OrCode/index.js +15 -11
- package/dist/bundled/v3/components/OrCollapse/OrCollapse.js +11 -7
- package/dist/bundled/v3/components/OrCollapse/index.js +10 -6
- package/dist/bundled/v3/components/OrColorPicker/OrColorPicker.js +12 -8
- package/dist/bundled/v3/components/OrColorPicker/index.js +11 -7
- package/dist/bundled/v3/components/OrConfirm/OrConfirm.js +19 -15
- package/dist/bundled/v3/components/OrConfirm/index.js +18 -14
- package/dist/bundled/v3/components/OrDateTimePicker/OrDateTimePicker.js +18 -14
- package/dist/bundled/v3/components/OrDateTimePicker/index.js +17 -13
- package/dist/bundled/v3/components/OrFloating/OrFloating.js +11 -7
- package/dist/bundled/v3/components/OrFloating/index.js +10 -6
- package/dist/bundled/v3/components/OrIcon/OrIcon.js +12 -8
- package/dist/bundled/v3/components/OrIcon/index.js +11 -7
- package/dist/bundled/v3/components/OrIconButtonV2/OrIconButton.js +14 -10
- package/dist/bundled/v3/components/OrIconButtonV2/index.js +13 -9
- package/dist/bundled/v3/components/OrInlineTextEdit/OrInlineTextEdit.js +16 -12
- package/dist/bundled/v3/components/OrInlineTextEdit/index.js +15 -11
- package/dist/bundled/v3/components/OrInput/OrInput.js +12 -8
- package/dist/bundled/v3/components/OrInput/index.js +11 -7
- package/dist/bundled/v3/components/OrListOfInputs/OrListOfInputs.js +79 -32
- package/dist/bundled/v3/components/OrListOfInputs/index.js +78 -31
- package/dist/bundled/v3/components/OrListV3/OrList.js +143 -0
- package/dist/bundled/v3/components/OrListV3/index.d.ts +1 -0
- package/dist/bundled/v3/components/OrListV3/index.js +60 -0
- package/dist/bundled/v3/components/OrModal/OrModal.js +15 -11
- package/dist/bundled/v3/components/OrModal/index.js +14 -10
- package/dist/bundled/v3/components/OrNotification/OrNotification.js +15 -11
- package/dist/bundled/v3/components/OrNotification/index.js +14 -10
- package/dist/bundled/v3/components/OrNumberInput/OrNumberInput.js +13 -9
- package/dist/bundled/v3/components/OrNumberInput/index.js +12 -8
- package/dist/bundled/v3/components/OrOverflowMenu/OrOverflowMenu.js +16 -12
- package/dist/bundled/v3/components/OrOverflowMenu/index.js +15 -11
- package/dist/bundled/v3/components/OrPassword/OrPassword.js +17 -13
- package/dist/bundled/v3/components/OrPassword/index.js +16 -12
- package/dist/bundled/v3/components/OrProgress/OrProgress.js +9 -7
- package/dist/bundled/v3/components/OrProgress/index.js +8 -6
- package/dist/bundled/v3/components/OrProgressV3/OrProgress.js +9 -7
- package/dist/bundled/v3/components/OrProgressV3/index.js +8 -6
- package/dist/bundled/v3/components/OrRadio/OrRadio.js +12 -9
- package/dist/bundled/v3/components/OrRadio/index.js +11 -8
- package/dist/bundled/v3/components/OrSearch/OrSearch.js +17 -13
- package/dist/bundled/v3/components/OrSearch/index.js +16 -12
- package/dist/bundled/v3/components/OrSelect/OrSelect.js +18 -14
- package/dist/bundled/v3/components/OrSelect/index.js +17 -13
- package/dist/bundled/v3/components/OrSkeleton/index.js +7 -6
- package/dist/bundled/v3/components/OrSkeletonText/OrSkeletonText.js +8 -7
- package/dist/bundled/v3/components/OrSkeletonText/index.js +7 -6
- package/dist/bundled/v3/components/OrSkeletonTextV3/OrSkeletonText.js +8 -7
- package/dist/bundled/v3/components/OrSkeletonTextV3/index.js +7 -6
- package/dist/bundled/v3/components/OrSkeletonV3/index.js +7 -6
- package/dist/bundled/v3/components/OrSlider/OrSlider.js +13 -9
- package/dist/bundled/v3/components/OrSlider/index.js +12 -8
- package/dist/bundled/v3/components/OrStepper/OrStepper.js +14 -10
- package/dist/bundled/v3/components/OrStepper/index.js +13 -9
- package/dist/bundled/v3/components/OrTag/OrTag.js +13 -9
- package/dist/bundled/v3/components/OrTag/index.js +12 -8
- package/dist/bundled/v3/components/OrTextarea/OrTextarea.js +12 -8
- package/dist/bundled/v3/components/OrTextarea/index.js +11 -7
- package/dist/bundled/v3/components/OrTextbox/OrTextbox.js +16 -12
- package/dist/bundled/v3/components/OrTextbox/index.js +15 -11
- package/dist/bundled/v3/components/OrToast/OrToast.js +17 -13
- package/dist/bundled/v3/components/OrToast/index.js +18 -14
- package/dist/bundled/v3/components/OrToastContainer/OrToastContainer.js +19 -15
- package/dist/bundled/v3/components/OrToastContainer/index.js +18 -14
- package/dist/bundled/v3/components/OrTooltip/OrTooltip.js +12 -8
- package/dist/bundled/v3/components/OrTooltip/index.js +11 -7
- package/dist/bundled/v3/components/index.d.ts +1 -1
- package/dist/bundled/v3/components/index.js +56 -52
- package/dist/bundled/v3/{eq-fa566495.js → eq-ad84f292.js} +1 -1
- package/dist/bundled/v3/get-f18aa4f8.js +254 -0
- package/dist/bundled/v3/index.js +56 -52
- package/dist/bundled/v3/isArray-95dcd53a.js +27 -0
- package/dist/bundled/v3/{isArrayLike-acf249e3.js → isArrayLike-90deda8b.js} +1 -1
- package/dist/bundled/{v2/isEqual-881b7bb5.js → v3/isEqual-7ae49992.js} +1 -1
- package/dist/bundled/{v2/isObject-3a5b854d.js → v3/isObject-76d8037e.js} +5 -33
- package/dist/bundled/v3/isSymbol-e170ff61.js +31 -0
- package/dist/bundled/{v2/range-c87289f7.js → v3/range-4c4a4e22.js} +4 -4
- package/dist/bundled/{v2/round-136c7e43.js → v3/round-20828168.js} +4 -4
- package/dist/bundled/{v2/toFinite-021b0c50.js → v3/toFinite-a262b6fc.js} +2 -1
- package/dist/bundled/v3/{toInteger-db8a475d.js → toInteger-43f68f72.js} +1 -1
- package/dist/bundled/v3/{toString-47fa81b4.js → toString-41da8a6b.js} +4 -28
- package/dist/bundled/v3/utils/functions/dom.js +260 -5
- package/dist/esm/v2/{OrList-2e65227a.js → OrList-5483c8dd.js} +17 -27
- package/dist/esm/v2/{OrListOfInputs-9b7522fa.js → OrListOfInputs-e1f8b2d9.js} +3 -3
- package/dist/esm/v2/components/index.d.ts +1 -1
- package/dist/esm/v2/components/index.js +2 -2
- package/dist/esm/v2/components/or-list-of-inputs/index.js +32 -15
- package/dist/esm/v2/components/or-list-v3/index.d.ts +1 -0
- package/dist/esm/v2/components/or-list-v3/index.js +27 -0
- package/dist/esm/v2/index.js +2 -2
- package/dist/esm/v3/{OrList-042d8681.js → OrList-d33f9673.js} +28 -27
- package/dist/esm/v3/{OrListOfInputs-ce0d6ac0.js → OrListOfInputs-9448a631.js} +1 -1
- package/dist/esm/v3/components/index.d.ts +1 -1
- package/dist/esm/v3/components/index.js +2 -2
- package/dist/esm/v3/components/or-list-of-inputs/index.js +30 -13
- package/dist/esm/v3/components/or-list-v3/index.d.ts +1 -0
- package/dist/esm/v3/components/or-list-v3/index.js +26 -0
- package/dist/esm/v3/index.js +2 -2
- package/package.json +2 -3
- package/src/components/index.ts +1 -1
- package/src/components/or-list-of-inputs/OrListOfInputs.vue +1 -1
- package/src/components/{or-list → or-list-v3}/OrList.vue +15 -16
- package/src/components/or-list-v3/index.ts +1 -0
- package/dist/bundled/v2/components/OrList/index.d.ts +0 -1
- package/dist/bundled/v2/components/OrList/index.js +0 -34
- package/dist/bundled/v2/dom-571739a2.js +0 -260
- package/dist/bundled/v3/components/OrList/OrList.js +0 -123
- package/dist/bundled/v3/components/OrList/index.d.ts +0 -1
- package/dist/bundled/v3/components/OrList/index.js +0 -42
- package/dist/bundled/v3/dom-571739a2.js +0 -260
- package/dist/esm/v2/components/or-list/index.d.ts +0 -1
- package/dist/esm/v2/components/or-list/index.js +0 -28
- package/dist/esm/v3/components/or-list/index.d.ts +0 -1
- package/dist/esm/v3/components/or-list/index.js +0 -24
- package/src/components/or-list/index.ts +0 -1
- /package/dist/bundled/v2/components/{OrList → OrListV3}/OrList.vue.d.ts +0 -0
- /package/dist/bundled/v3/{OrToastContainer.vue_vue_type_script_lang-c47d63be.js → OrToastContainer.vue_vue_type_script_lang-1157d0da.js} +0 -0
- /package/dist/bundled/v3/components/{OrList → OrListV3}/OrList.vue.d.ts +0 -0
- /package/dist/esm/v2/components/{or-list → or-list-v3}/OrList.vue.d.ts +0 -0
- /package/dist/esm/v3/components/{or-list → or-list-v3}/OrList.vue.d.ts +0 -0
- /package/src/components/{or-list → or-list-v3}/OrList.stories.ts +0 -0
|
@@ -5,12 +5,14 @@ export { default as useToast } from './composable/useToast.js';
|
|
|
5
5
|
export { default as useQueue } from './composable/useQueue.js';
|
|
6
6
|
import 'vue-demi';
|
|
7
7
|
import '../OrProgress/OrProgress.js';
|
|
8
|
-
import '../../round-
|
|
9
|
-
import '../../isObject-
|
|
8
|
+
import '../../round-20828168.js';
|
|
9
|
+
import '../../isObject-76d8037e.js';
|
|
10
10
|
import '../../_commonjsHelpers-48a9cab9.js';
|
|
11
|
-
import '../../toInteger-
|
|
12
|
-
import '../../toFinite-
|
|
13
|
-
import '../../
|
|
11
|
+
import '../../toInteger-43f68f72.js';
|
|
12
|
+
import '../../toFinite-a262b6fc.js';
|
|
13
|
+
import '../../isSymbol-e170ff61.js';
|
|
14
|
+
import '../../toString-41da8a6b.js';
|
|
15
|
+
import '../../isArray-95dcd53a.js';
|
|
14
16
|
import '../OrProgress/constants.js';
|
|
15
17
|
import '../../style-inject.es-4c6f2515.js';
|
|
16
18
|
import '../../normalize-component-6e8e3d80.js';
|
|
@@ -23,9 +25,11 @@ import '../OrTeleport/OrTeleport.js';
|
|
|
23
25
|
import 'vue';
|
|
24
26
|
import '../OrTeleport/constants.js';
|
|
25
27
|
import '../OrFloating/constants.js';
|
|
26
|
-
import '../../dom
|
|
27
|
-
import '../../
|
|
28
|
-
import '../../
|
|
28
|
+
import '../../utils/functions/dom.js';
|
|
29
|
+
import '../../_getPrototype-c6fd74d2.js';
|
|
30
|
+
import '../../_MapCache-24a89ff6.js';
|
|
31
|
+
import '../../eq-ad84f292.js';
|
|
32
|
+
import '../../get-f18aa4f8.js';
|
|
29
33
|
import '../OrButtonV2/constants.js';
|
|
30
34
|
import '../OrIcon/OrIcon.js';
|
|
31
35
|
import '../OrIcon/constants.js';
|
|
@@ -8,12 +8,14 @@ import { u as useToggle } from '../../index-ec92055d.js';
|
|
|
8
8
|
import { s as styleInject } from '../../style-inject.es-4c6f2515.js';
|
|
9
9
|
import { n as normalizeComponent } from '../../normalize-component-6e8e3d80.js';
|
|
10
10
|
import '../OrProgress/OrProgress.js';
|
|
11
|
-
import '../../round-
|
|
12
|
-
import '../../isObject-
|
|
11
|
+
import '../../round-20828168.js';
|
|
12
|
+
import '../../isObject-76d8037e.js';
|
|
13
13
|
import '../../_commonjsHelpers-48a9cab9.js';
|
|
14
|
-
import '../../toInteger-
|
|
15
|
-
import '../../toFinite-
|
|
16
|
-
import '../../
|
|
14
|
+
import '../../toInteger-43f68f72.js';
|
|
15
|
+
import '../../toFinite-a262b6fc.js';
|
|
16
|
+
import '../../isSymbol-e170ff61.js';
|
|
17
|
+
import '../../toString-41da8a6b.js';
|
|
18
|
+
import '../../isArray-95dcd53a.js';
|
|
17
19
|
import '../OrProgress/constants.js';
|
|
18
20
|
import '../OrIconButtonV2/OrIconButton.js';
|
|
19
21
|
import '../OrTooltip/OrTooltip.js';
|
|
@@ -21,9 +23,11 @@ import '../OrTooltipContent/OrTooltipContent.js';
|
|
|
21
23
|
import '../OrFloating/OrFloating.js';
|
|
22
24
|
import '../../floating-ui.dom.esm-83eba816.js';
|
|
23
25
|
import '../OrFloating/constants.js';
|
|
24
|
-
import '../../dom
|
|
25
|
-
import '../../
|
|
26
|
-
import '../../
|
|
26
|
+
import '../../utils/functions/dom.js';
|
|
27
|
+
import '../../_getPrototype-c6fd74d2.js';
|
|
28
|
+
import '../../_MapCache-24a89ff6.js';
|
|
29
|
+
import '../../eq-ad84f292.js';
|
|
30
|
+
import '../../get-f18aa4f8.js';
|
|
27
31
|
import '../OrButtonV2/constants.js';
|
|
28
32
|
import '../OrIcon/OrIcon.js';
|
|
29
33
|
import '../OrIcon/constants.js';
|
|
@@ -5,12 +5,14 @@ export { default as useQueue } from '../OrToast/composable/useQueue.js';
|
|
|
5
5
|
import '../OrToast/OrToast.js';
|
|
6
6
|
import 'vue-demi';
|
|
7
7
|
import '../OrProgress/OrProgress.js';
|
|
8
|
-
import '../../round-
|
|
9
|
-
import '../../isObject-
|
|
8
|
+
import '../../round-20828168.js';
|
|
9
|
+
import '../../isObject-76d8037e.js';
|
|
10
10
|
import '../../_commonjsHelpers-48a9cab9.js';
|
|
11
|
-
import '../../toInteger-
|
|
12
|
-
import '../../toFinite-
|
|
13
|
-
import '../../
|
|
11
|
+
import '../../toInteger-43f68f72.js';
|
|
12
|
+
import '../../toFinite-a262b6fc.js';
|
|
13
|
+
import '../../isSymbol-e170ff61.js';
|
|
14
|
+
import '../../toString-41da8a6b.js';
|
|
15
|
+
import '../../isArray-95dcd53a.js';
|
|
14
16
|
import '../OrProgress/constants.js';
|
|
15
17
|
import '../../style-inject.es-4c6f2515.js';
|
|
16
18
|
import '../../normalize-component-6e8e3d80.js';
|
|
@@ -23,9 +25,11 @@ import '../OrTeleport/OrTeleport.js';
|
|
|
23
25
|
import 'vue';
|
|
24
26
|
import '../OrTeleport/constants.js';
|
|
25
27
|
import '../OrFloating/constants.js';
|
|
26
|
-
import '../../dom
|
|
27
|
-
import '../../
|
|
28
|
-
import '../../
|
|
28
|
+
import '../../utils/functions/dom.js';
|
|
29
|
+
import '../../_getPrototype-c6fd74d2.js';
|
|
30
|
+
import '../../_MapCache-24a89ff6.js';
|
|
31
|
+
import '../../eq-ad84f292.js';
|
|
32
|
+
import '../../get-f18aa4f8.js';
|
|
29
33
|
import '../OrButtonV2/constants.js';
|
|
30
34
|
import '../OrIcon/OrIcon.js';
|
|
31
35
|
import '../OrIcon/constants.js';
|
|
@@ -8,12 +8,16 @@ import '../../floating-ui.dom.esm-83eba816.js';
|
|
|
8
8
|
import '../OrTeleport/OrTeleport.js';
|
|
9
9
|
import 'vue';
|
|
10
10
|
import '../OrTeleport/constants.js';
|
|
11
|
-
import '../../dom
|
|
12
|
-
import '../../isObject-
|
|
11
|
+
import '../../utils/functions/dom.js';
|
|
12
|
+
import '../../isObject-76d8037e.js';
|
|
13
13
|
import '../../_commonjsHelpers-48a9cab9.js';
|
|
14
|
-
import '../../
|
|
15
|
-
import '../../
|
|
16
|
-
import '../../eq-
|
|
14
|
+
import '../../_getPrototype-c6fd74d2.js';
|
|
15
|
+
import '../../_MapCache-24a89ff6.js';
|
|
16
|
+
import '../../eq-ad84f292.js';
|
|
17
|
+
import '../../get-f18aa4f8.js';
|
|
18
|
+
import '../../isArray-95dcd53a.js';
|
|
19
|
+
import '../../isSymbol-e170ff61.js';
|
|
20
|
+
import '../../toString-41da8a6b.js';
|
|
17
21
|
|
|
18
22
|
/**
|
|
19
23
|
* Checks if `value` is `null` or `undefined`.
|
|
@@ -8,10 +8,14 @@ import 'vue';
|
|
|
8
8
|
import '../OrTeleport/constants.js';
|
|
9
9
|
import '../../normalize-component-6e8e3d80.js';
|
|
10
10
|
import '../OrFloating/constants.js';
|
|
11
|
-
import '../../dom
|
|
12
|
-
import '../../isObject-
|
|
11
|
+
import '../../utils/functions/dom.js';
|
|
12
|
+
import '../../isObject-76d8037e.js';
|
|
13
13
|
import '../../_commonjsHelpers-48a9cab9.js';
|
|
14
|
-
import '../../
|
|
15
|
-
import '../../
|
|
16
|
-
import '../../eq-
|
|
14
|
+
import '../../_getPrototype-c6fd74d2.js';
|
|
15
|
+
import '../../_MapCache-24a89ff6.js';
|
|
16
|
+
import '../../eq-ad84f292.js';
|
|
17
|
+
import '../../get-f18aa4f8.js';
|
|
18
|
+
import '../../isArray-95dcd53a.js';
|
|
19
|
+
import '../../isSymbol-e170ff61.js';
|
|
20
|
+
import '../../toString-41da8a6b.js';
|
|
17
21
|
import '../../style-inject.es-4c6f2515.js';
|
|
@@ -47,7 +47,7 @@ export * from './or-input-v3';
|
|
|
47
47
|
export * from './or-label';
|
|
48
48
|
export * from './or-label-v3';
|
|
49
49
|
export * from './or-link-v3';
|
|
50
|
-
export * from './or-list';
|
|
50
|
+
export * from './or-list-v3';
|
|
51
51
|
export * from './or-list-of-inputs';
|
|
52
52
|
export * from './or-loader';
|
|
53
53
|
export * from './or-loader-v3';
|
|
@@ -76,7 +76,7 @@ export { default as OrLabelV3 } from './OrLabelV3/OrLabel.js';
|
|
|
76
76
|
export { LabelVariant } from './OrLabelV3/props.js';
|
|
77
77
|
export { default as OrLinkV3 } from './OrLinkV3/OrLink.js';
|
|
78
78
|
export { LinkColor } from './OrLinkV3/props.js';
|
|
79
|
-
export { default as
|
|
79
|
+
export { default as OrListV3 } from './OrListV3/OrList.js';
|
|
80
80
|
export { default as OrListOfInputs } from './OrListOfInputs/OrListOfInputs.js';
|
|
81
81
|
export { default as OrLoader } from './OrLoader/OrLoader.js';
|
|
82
82
|
export { LoaderViews } from './OrLoader/constants.js';
|
|
@@ -169,12 +169,16 @@ import '../utils/functions/px-to-rem.js';
|
|
|
169
169
|
import '../floating-ui.dom.esm-83eba816.js';
|
|
170
170
|
import 'vue';
|
|
171
171
|
import './OrTeleport/constants.js';
|
|
172
|
-
import '../dom
|
|
173
|
-
import '../isObject-
|
|
172
|
+
import '../utils/functions/dom.js';
|
|
173
|
+
import '../isObject-76d8037e.js';
|
|
174
174
|
import '../_commonjsHelpers-48a9cab9.js';
|
|
175
|
-
import '../
|
|
176
|
-
import '../
|
|
177
|
-
import '../eq-
|
|
175
|
+
import '../_getPrototype-c6fd74d2.js';
|
|
176
|
+
import '../_MapCache-24a89ff6.js';
|
|
177
|
+
import '../eq-ad84f292.js';
|
|
178
|
+
import '../get-f18aa4f8.js';
|
|
179
|
+
import '../isArray-95dcd53a.js';
|
|
180
|
+
import '../isSymbol-e170ff61.js';
|
|
181
|
+
import '../toString-41da8a6b.js';
|
|
178
182
|
import '../utils/functions/color.js';
|
|
179
183
|
import '../utils/constants/regex.js';
|
|
180
184
|
import '../utils/functions/hash.js';
|
|
@@ -229,8 +233,8 @@ import './OrDatePickerV3/styles.js';
|
|
|
229
233
|
import '../directives/dropdown-close.js';
|
|
230
234
|
import '../directives/dropdown-open.js';
|
|
231
235
|
import '../_baseProperty-a52739e9.js';
|
|
232
|
-
import '../toInteger-
|
|
233
|
-
import '../toFinite-
|
|
236
|
+
import '../toInteger-43f68f72.js';
|
|
237
|
+
import '../toFinite-a262b6fc.js';
|
|
234
238
|
import '../OrDateTimePickerTimeSelect-78f775d8.js';
|
|
235
239
|
import './OrDateTimePickerV3/hooks/useTimePlaceholder.js';
|
|
236
240
|
import './OrDateTimePickerV3/styles.js';
|
|
@@ -242,16 +246,16 @@ import './OrInlineInputBoxV3/styles.js';
|
|
|
242
246
|
import './OrInlineInputV3/styles.js';
|
|
243
247
|
import './OrInlineTextareaV3/styles.js';
|
|
244
248
|
import './OrLinkV3/styles.js';
|
|
245
|
-
import '../_baseIsEqual-
|
|
246
|
-
import '../isArrayLike-
|
|
247
|
-
import '../_baseAssignValue-
|
|
248
|
-
import '../isEqual-
|
|
249
|
+
import '../_baseIsEqual-d6b58f3c.js';
|
|
250
|
+
import '../isArrayLike-90deda8b.js';
|
|
251
|
+
import '../_baseAssignValue-3880f2c5.js';
|
|
252
|
+
import '../isEqual-7ae49992.js';
|
|
249
253
|
import '../v4-cf8987a3.js';
|
|
250
254
|
import './OrModalV3/styles.js';
|
|
251
255
|
import './OrNotificationV3/styles.js';
|
|
252
256
|
import './OrPaginationV3/styles.js';
|
|
253
257
|
import '../hooks/useToggle.js';
|
|
254
|
-
import '../round-
|
|
258
|
+
import '../round-20828168.js';
|
|
255
259
|
import './OrProgressV3/styles.js';
|
|
256
260
|
import './OrRadioV3/styles.js';
|
|
257
261
|
import './OrSegmentedControlV3/styles.js';
|
|
@@ -260,7 +264,7 @@ import './OrSelectV3/styles.js';
|
|
|
260
264
|
import '../hooks/useOverflow.js';
|
|
261
265
|
import './OrTagV3/styles.js';
|
|
262
266
|
import './OrSidebarV3/styles.js';
|
|
263
|
-
import '../range-
|
|
267
|
+
import '../range-4c4a4e22.js';
|
|
264
268
|
import './OrSkeletonV3/styles.js';
|
|
265
269
|
import './OrSortHeaderV3/styles.js';
|
|
266
270
|
import './OrSwitchV3/styles.js';
|
|
@@ -0,0 +1,254 @@
|
|
|
1
|
+
import { i as isArray_1 } from './isArray-95dcd53a.js';
|
|
2
|
+
import { i as isSymbol_1 } from './isSymbol-e170ff61.js';
|
|
3
|
+
import { _ as _MapCache } from './_MapCache-24a89ff6.js';
|
|
4
|
+
import { t as toString_1 } from './toString-41da8a6b.js';
|
|
5
|
+
|
|
6
|
+
var isArray$1 = isArray_1,
|
|
7
|
+
isSymbol$1 = isSymbol_1;
|
|
8
|
+
|
|
9
|
+
/** Used to match property names within property paths. */
|
|
10
|
+
var reIsDeepProp = /\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,
|
|
11
|
+
reIsPlainProp = /^\w*$/;
|
|
12
|
+
|
|
13
|
+
/**
|
|
14
|
+
* Checks if `value` is a property name and not a property path.
|
|
15
|
+
*
|
|
16
|
+
* @private
|
|
17
|
+
* @param {*} value The value to check.
|
|
18
|
+
* @param {Object} [object] The object to query keys on.
|
|
19
|
+
* @returns {boolean} Returns `true` if `value` is a property name, else `false`.
|
|
20
|
+
*/
|
|
21
|
+
function isKey$1(value, object) {
|
|
22
|
+
if (isArray$1(value)) {
|
|
23
|
+
return false;
|
|
24
|
+
}
|
|
25
|
+
var type = typeof value;
|
|
26
|
+
if (type == 'number' || type == 'symbol' || type == 'boolean' || value == null || isSymbol$1(value)) {
|
|
27
|
+
return true;
|
|
28
|
+
}
|
|
29
|
+
return reIsPlainProp.test(value) || !reIsDeepProp.test(value) || object != null && value in Object(object);
|
|
30
|
+
}
|
|
31
|
+
var _isKey = isKey$1;
|
|
32
|
+
|
|
33
|
+
var MapCache = _MapCache;
|
|
34
|
+
|
|
35
|
+
/** Error message constants. */
|
|
36
|
+
var FUNC_ERROR_TEXT = 'Expected a function';
|
|
37
|
+
|
|
38
|
+
/**
|
|
39
|
+
* Creates a function that memoizes the result of `func`. If `resolver` is
|
|
40
|
+
* provided, it determines the cache key for storing the result based on the
|
|
41
|
+
* arguments provided to the memoized function. By default, the first argument
|
|
42
|
+
* provided to the memoized function is used as the map cache key. The `func`
|
|
43
|
+
* is invoked with the `this` binding of the memoized function.
|
|
44
|
+
*
|
|
45
|
+
* **Note:** The cache is exposed as the `cache` property on the memoized
|
|
46
|
+
* function. Its creation may be customized by replacing the `_.memoize.Cache`
|
|
47
|
+
* constructor with one whose instances implement the
|
|
48
|
+
* [`Map`](http://ecma-international.org/ecma-262/7.0/#sec-properties-of-the-map-prototype-object)
|
|
49
|
+
* method interface of `clear`, `delete`, `get`, `has`, and `set`.
|
|
50
|
+
*
|
|
51
|
+
* @static
|
|
52
|
+
* @memberOf _
|
|
53
|
+
* @since 0.1.0
|
|
54
|
+
* @category Function
|
|
55
|
+
* @param {Function} func The function to have its output memoized.
|
|
56
|
+
* @param {Function} [resolver] The function to resolve the cache key.
|
|
57
|
+
* @returns {Function} Returns the new memoized function.
|
|
58
|
+
* @example
|
|
59
|
+
*
|
|
60
|
+
* var object = { 'a': 1, 'b': 2 };
|
|
61
|
+
* var other = { 'c': 3, 'd': 4 };
|
|
62
|
+
*
|
|
63
|
+
* var values = _.memoize(_.values);
|
|
64
|
+
* values(object);
|
|
65
|
+
* // => [1, 2]
|
|
66
|
+
*
|
|
67
|
+
* values(other);
|
|
68
|
+
* // => [3, 4]
|
|
69
|
+
*
|
|
70
|
+
* object.a = 2;
|
|
71
|
+
* values(object);
|
|
72
|
+
* // => [1, 2]
|
|
73
|
+
*
|
|
74
|
+
* // Modify the result cache.
|
|
75
|
+
* values.cache.set(object, ['a', 'b']);
|
|
76
|
+
* values(object);
|
|
77
|
+
* // => ['a', 'b']
|
|
78
|
+
*
|
|
79
|
+
* // Replace `_.memoize.Cache`.
|
|
80
|
+
* _.memoize.Cache = WeakMap;
|
|
81
|
+
*/
|
|
82
|
+
function memoize$1(func, resolver) {
|
|
83
|
+
if (typeof func != 'function' || resolver != null && typeof resolver != 'function') {
|
|
84
|
+
throw new TypeError(FUNC_ERROR_TEXT);
|
|
85
|
+
}
|
|
86
|
+
var memoized = function () {
|
|
87
|
+
var args = arguments,
|
|
88
|
+
key = resolver ? resolver.apply(this, args) : args[0],
|
|
89
|
+
cache = memoized.cache;
|
|
90
|
+
if (cache.has(key)) {
|
|
91
|
+
return cache.get(key);
|
|
92
|
+
}
|
|
93
|
+
var result = func.apply(this, args);
|
|
94
|
+
memoized.cache = cache.set(key, result) || cache;
|
|
95
|
+
return result;
|
|
96
|
+
};
|
|
97
|
+
memoized.cache = new (memoize$1.Cache || MapCache)();
|
|
98
|
+
return memoized;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
// Expose `MapCache`.
|
|
102
|
+
memoize$1.Cache = MapCache;
|
|
103
|
+
var memoize_1 = memoize$1;
|
|
104
|
+
|
|
105
|
+
var memoize = memoize_1;
|
|
106
|
+
|
|
107
|
+
/** Used as the maximum memoize cache size. */
|
|
108
|
+
var MAX_MEMOIZE_SIZE = 500;
|
|
109
|
+
|
|
110
|
+
/**
|
|
111
|
+
* A specialized version of `_.memoize` which clears the memoized function's
|
|
112
|
+
* cache when it exceeds `MAX_MEMOIZE_SIZE`.
|
|
113
|
+
*
|
|
114
|
+
* @private
|
|
115
|
+
* @param {Function} func The function to have its output memoized.
|
|
116
|
+
* @returns {Function} Returns the new memoized function.
|
|
117
|
+
*/
|
|
118
|
+
function memoizeCapped$1(func) {
|
|
119
|
+
var result = memoize(func, function (key) {
|
|
120
|
+
if (cache.size === MAX_MEMOIZE_SIZE) {
|
|
121
|
+
cache.clear();
|
|
122
|
+
}
|
|
123
|
+
return key;
|
|
124
|
+
});
|
|
125
|
+
var cache = result.cache;
|
|
126
|
+
return result;
|
|
127
|
+
}
|
|
128
|
+
var _memoizeCapped = memoizeCapped$1;
|
|
129
|
+
|
|
130
|
+
var memoizeCapped = _memoizeCapped;
|
|
131
|
+
|
|
132
|
+
/** Used to match property names within property paths. */
|
|
133
|
+
var rePropName = /[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g;
|
|
134
|
+
|
|
135
|
+
/** Used to match backslashes in property paths. */
|
|
136
|
+
var reEscapeChar = /\\(\\)?/g;
|
|
137
|
+
|
|
138
|
+
/**
|
|
139
|
+
* Converts `string` to a property path array.
|
|
140
|
+
*
|
|
141
|
+
* @private
|
|
142
|
+
* @param {string} string The string to convert.
|
|
143
|
+
* @returns {Array} Returns the property path array.
|
|
144
|
+
*/
|
|
145
|
+
var stringToPath$1 = memoizeCapped(function (string) {
|
|
146
|
+
var result = [];
|
|
147
|
+
if (string.charCodeAt(0) === 46 /* . */) {
|
|
148
|
+
result.push('');
|
|
149
|
+
}
|
|
150
|
+
string.replace(rePropName, function (match, number, quote, subString) {
|
|
151
|
+
result.push(quote ? subString.replace(reEscapeChar, '$1') : number || match);
|
|
152
|
+
});
|
|
153
|
+
return result;
|
|
154
|
+
});
|
|
155
|
+
var _stringToPath = stringToPath$1;
|
|
156
|
+
|
|
157
|
+
var isArray = isArray_1,
|
|
158
|
+
isKey = _isKey,
|
|
159
|
+
stringToPath = _stringToPath,
|
|
160
|
+
toString = toString_1;
|
|
161
|
+
|
|
162
|
+
/**
|
|
163
|
+
* Casts `value` to a path array if it's not one.
|
|
164
|
+
*
|
|
165
|
+
* @private
|
|
166
|
+
* @param {*} value The value to inspect.
|
|
167
|
+
* @param {Object} [object] The object to query keys on.
|
|
168
|
+
* @returns {Array} Returns the cast property path array.
|
|
169
|
+
*/
|
|
170
|
+
function castPath$1(value, object) {
|
|
171
|
+
if (isArray(value)) {
|
|
172
|
+
return value;
|
|
173
|
+
}
|
|
174
|
+
return isKey(value, object) ? [value] : stringToPath(toString(value));
|
|
175
|
+
}
|
|
176
|
+
var _castPath = castPath$1;
|
|
177
|
+
|
|
178
|
+
var isSymbol = isSymbol_1;
|
|
179
|
+
|
|
180
|
+
/** Used as references for various `Number` constants. */
|
|
181
|
+
var INFINITY = 1 / 0;
|
|
182
|
+
|
|
183
|
+
/**
|
|
184
|
+
* Converts `value` to a string key if it's not a string or symbol.
|
|
185
|
+
*
|
|
186
|
+
* @private
|
|
187
|
+
* @param {*} value The value to inspect.
|
|
188
|
+
* @returns {string|symbol} Returns the key.
|
|
189
|
+
*/
|
|
190
|
+
function toKey$1(value) {
|
|
191
|
+
if (typeof value == 'string' || isSymbol(value)) {
|
|
192
|
+
return value;
|
|
193
|
+
}
|
|
194
|
+
var result = value + '';
|
|
195
|
+
return result == '0' && 1 / value == -INFINITY ? '-0' : result;
|
|
196
|
+
}
|
|
197
|
+
var _toKey = toKey$1;
|
|
198
|
+
|
|
199
|
+
var castPath = _castPath,
|
|
200
|
+
toKey = _toKey;
|
|
201
|
+
|
|
202
|
+
/**
|
|
203
|
+
* The base implementation of `_.get` without support for default values.
|
|
204
|
+
*
|
|
205
|
+
* @private
|
|
206
|
+
* @param {Object} object The object to query.
|
|
207
|
+
* @param {Array|string} path The path of the property to get.
|
|
208
|
+
* @returns {*} Returns the resolved value.
|
|
209
|
+
*/
|
|
210
|
+
function baseGet$1(object, path) {
|
|
211
|
+
path = castPath(path, object);
|
|
212
|
+
var index = 0,
|
|
213
|
+
length = path.length;
|
|
214
|
+
while (object != null && index < length) {
|
|
215
|
+
object = object[toKey(path[index++])];
|
|
216
|
+
}
|
|
217
|
+
return index && index == length ? object : undefined;
|
|
218
|
+
}
|
|
219
|
+
var _baseGet = baseGet$1;
|
|
220
|
+
|
|
221
|
+
var baseGet = _baseGet;
|
|
222
|
+
|
|
223
|
+
/**
|
|
224
|
+
* Gets the value at `path` of `object`. If the resolved value is
|
|
225
|
+
* `undefined`, the `defaultValue` is returned in its place.
|
|
226
|
+
*
|
|
227
|
+
* @static
|
|
228
|
+
* @memberOf _
|
|
229
|
+
* @since 3.7.0
|
|
230
|
+
* @category Object
|
|
231
|
+
* @param {Object} object The object to query.
|
|
232
|
+
* @param {Array|string} path The path of the property to get.
|
|
233
|
+
* @param {*} [defaultValue] The value returned for `undefined` resolved values.
|
|
234
|
+
* @returns {*} Returns the resolved value.
|
|
235
|
+
* @example
|
|
236
|
+
*
|
|
237
|
+
* var object = { 'a': [{ 'b': { 'c': 3 } }] };
|
|
238
|
+
*
|
|
239
|
+
* _.get(object, 'a[0].b.c');
|
|
240
|
+
* // => 3
|
|
241
|
+
*
|
|
242
|
+
* _.get(object, ['a', '0', 'b', 'c']);
|
|
243
|
+
* // => 3
|
|
244
|
+
*
|
|
245
|
+
* _.get(object, 'a.b.c', 'default');
|
|
246
|
+
* // => 'default'
|
|
247
|
+
*/
|
|
248
|
+
function get(object, path, defaultValue) {
|
|
249
|
+
var result = object == null ? undefined : baseGet(object, path);
|
|
250
|
+
return result === undefined ? defaultValue : result;
|
|
251
|
+
}
|
|
252
|
+
var get_1 = get;
|
|
253
|
+
|
|
254
|
+
export { _castPath as _, _toKey as a, _isKey as b, _baseGet as c, get_1 as g };
|
package/dist/bundled/v2/index.js
CHANGED
|
@@ -122,7 +122,7 @@ export { default as OrLabel } from './components/OrLabel/OrLabel.js';
|
|
|
122
122
|
export { default as OrLabelV3 } from './components/OrLabelV3/OrLabel.js';
|
|
123
123
|
export { LabelVariant } from './components/OrLabelV3/props.js';
|
|
124
124
|
export { LinkColor } from './components/OrLinkV3/props.js';
|
|
125
|
-
export { default as
|
|
125
|
+
export { default as OrListV3 } from './components/OrListV3/OrList.js';
|
|
126
126
|
export { default as OrLoader } from './components/OrLoader/OrLoader.js';
|
|
127
127
|
export { LoaderViews } from './components/OrLoader/constants.js';
|
|
128
128
|
export { default as OrLoaderV3 } from './components/OrLoaderV3/OrLoader.js';
|
|
@@ -201,15 +201,19 @@ import './OrDateTimePickerMonthSelect-2c1b5116.js';
|
|
|
201
201
|
import './components/OrDateTimePickerV3/hooks/useDatePlaceholder.js';
|
|
202
202
|
import './OrDateTimePickerPopoverHeader-6f78e8e7.js';
|
|
203
203
|
import './components/OrDatePickerV3/styles.js';
|
|
204
|
-
import './toString-
|
|
205
|
-
import './isObject-
|
|
204
|
+
import './toString-41da8a6b.js';
|
|
205
|
+
import './isObject-76d8037e.js';
|
|
206
206
|
import './_commonjsHelpers-48a9cab9.js';
|
|
207
|
+
import './isArray-95dcd53a.js';
|
|
208
|
+
import './isSymbol-e170ff61.js';
|
|
207
209
|
import './_baseProperty-a52739e9.js';
|
|
208
|
-
import './toInteger-
|
|
209
|
-
import './toFinite-
|
|
210
|
-
import './dom
|
|
211
|
-
import './
|
|
212
|
-
import './
|
|
210
|
+
import './toInteger-43f68f72.js';
|
|
211
|
+
import './toFinite-a262b6fc.js';
|
|
212
|
+
import './utils/functions/dom.js';
|
|
213
|
+
import './_getPrototype-c6fd74d2.js';
|
|
214
|
+
import './_MapCache-24a89ff6.js';
|
|
215
|
+
import './eq-ad84f292.js';
|
|
216
|
+
import './get-f18aa4f8.js';
|
|
213
217
|
import './utils/functions/px-to-rem.js';
|
|
214
218
|
import './OrDateTimePickerTimeSelect-78f775d8.js';
|
|
215
219
|
import './components/OrDateTimePickerV3/hooks/useTimePlaceholder.js';
|
|
@@ -223,19 +227,19 @@ import './components/OrLinkV3/styles.js';
|
|
|
223
227
|
import './components/OrModalV3/styles.js';
|
|
224
228
|
import './components/OrNotificationV3/styles.js';
|
|
225
229
|
import './components/OrPaginationV3/styles.js';
|
|
226
|
-
import './round-
|
|
230
|
+
import './round-20828168.js';
|
|
227
231
|
import './components/OrProgressV3/styles.js';
|
|
228
|
-
import './isEqual-
|
|
229
|
-
import './_baseIsEqual-
|
|
230
|
-
import './isArrayLike-
|
|
232
|
+
import './isEqual-7ae49992.js';
|
|
233
|
+
import './_baseIsEqual-d6b58f3c.js';
|
|
234
|
+
import './isArrayLike-90deda8b.js';
|
|
231
235
|
import './components/OrSegmentedControlV3/styles.js';
|
|
232
236
|
import './utils/isEmpty.js';
|
|
233
|
-
import './_baseAssignValue-
|
|
237
|
+
import './_baseAssignValue-3880f2c5.js';
|
|
234
238
|
import './components/OrSelect/constants.js';
|
|
235
239
|
import './utils/isEmptyValue.js';
|
|
236
240
|
import './components/OrSelectV3/styles.js';
|
|
237
241
|
import './components/OrSidebarV3/styles.js';
|
|
238
|
-
import './range-
|
|
242
|
+
import './range-4c4a4e22.js';
|
|
239
243
|
import './components/OrSkeletonV3/styles.js';
|
|
240
244
|
import './components/OrSortHeaderV3/styles.js';
|
|
241
245
|
import './components/OrSwitchV3/styles.js';
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Checks if `value` is classified as an `Array` object.
|
|
3
|
+
*
|
|
4
|
+
* @static
|
|
5
|
+
* @memberOf _
|
|
6
|
+
* @since 0.1.0
|
|
7
|
+
* @category Lang
|
|
8
|
+
* @param {*} value The value to check.
|
|
9
|
+
* @returns {boolean} Returns `true` if `value` is an array, else `false`.
|
|
10
|
+
* @example
|
|
11
|
+
*
|
|
12
|
+
* _.isArray([1, 2, 3]);
|
|
13
|
+
* // => true
|
|
14
|
+
*
|
|
15
|
+
* _.isArray(document.body.children);
|
|
16
|
+
* // => false
|
|
17
|
+
*
|
|
18
|
+
* _.isArray('abc');
|
|
19
|
+
* // => false
|
|
20
|
+
*
|
|
21
|
+
* _.isArray(_.noop);
|
|
22
|
+
* // => false
|
|
23
|
+
*/
|
|
24
|
+
var isArray = Array.isArray;
|
|
25
|
+
var isArray_1 = isArray;
|
|
26
|
+
|
|
27
|
+
export { isArray_1 as i };
|
|
@@ -24,10 +24,10 @@ import { c as commonjsGlobal } from './_commonjsHelpers-48a9cab9.js';
|
|
|
24
24
|
* _.isObjectLike(null);
|
|
25
25
|
* // => false
|
|
26
26
|
*/
|
|
27
|
-
function isObjectLike
|
|
27
|
+
function isObjectLike(value) {
|
|
28
28
|
return value != null && typeof value == 'object';
|
|
29
29
|
}
|
|
30
|
-
var isObjectLike_1 = isObjectLike
|
|
30
|
+
var isObjectLike_1 = isObjectLike;
|
|
31
31
|
|
|
32
32
|
/** Detect free variable `global` from Node.js. */
|
|
33
33
|
var freeGlobal$1 = typeof commonjsGlobal == 'object' && commonjsGlobal && commonjsGlobal.Object === Object && commonjsGlobal;
|
|
@@ -132,41 +132,13 @@ var symToStringTag = Symbol ? Symbol.toStringTag : undefined;
|
|
|
132
132
|
* @param {*} value The value to query.
|
|
133
133
|
* @returns {string} Returns the `toStringTag`.
|
|
134
134
|
*/
|
|
135
|
-
function baseGetTag
|
|
135
|
+
function baseGetTag(value) {
|
|
136
136
|
if (value == null) {
|
|
137
137
|
return value === undefined ? undefinedTag : nullTag;
|
|
138
138
|
}
|
|
139
139
|
return symToStringTag && symToStringTag in Object(value) ? getRawTag(value) : objectToString(value);
|
|
140
140
|
}
|
|
141
|
-
var _baseGetTag = baseGetTag
|
|
142
|
-
|
|
143
|
-
var baseGetTag = _baseGetTag,
|
|
144
|
-
isObjectLike = isObjectLike_1;
|
|
145
|
-
|
|
146
|
-
/** `Object#toString` result references. */
|
|
147
|
-
var symbolTag = '[object Symbol]';
|
|
148
|
-
|
|
149
|
-
/**
|
|
150
|
-
* Checks if `value` is classified as a `Symbol` primitive or object.
|
|
151
|
-
*
|
|
152
|
-
* @static
|
|
153
|
-
* @memberOf _
|
|
154
|
-
* @since 4.0.0
|
|
155
|
-
* @category Lang
|
|
156
|
-
* @param {*} value The value to check.
|
|
157
|
-
* @returns {boolean} Returns `true` if `value` is a symbol, else `false`.
|
|
158
|
-
* @example
|
|
159
|
-
*
|
|
160
|
-
* _.isSymbol(Symbol.iterator);
|
|
161
|
-
* // => true
|
|
162
|
-
*
|
|
163
|
-
* _.isSymbol('abc');
|
|
164
|
-
* // => false
|
|
165
|
-
*/
|
|
166
|
-
function isSymbol(value) {
|
|
167
|
-
return typeof value == 'symbol' || isObjectLike(value) && baseGetTag(value) == symbolTag;
|
|
168
|
-
}
|
|
169
|
-
var isSymbol_1 = isSymbol;
|
|
141
|
+
var _baseGetTag = baseGetTag;
|
|
170
142
|
|
|
171
143
|
/**
|
|
172
144
|
* Checks if `value` is the
|
|
@@ -199,4 +171,4 @@ function isObject(value) {
|
|
|
199
171
|
}
|
|
200
172
|
var isObject_1 = isObject;
|
|
201
173
|
|
|
202
|
-
export { _root as _, _Symbol as a, isObjectLike_1 as b, _baseGetTag as c,
|
|
174
|
+
export { _root as _, _Symbol as a, isObjectLike_1 as b, _baseGetTag as c, _freeGlobal as d, isObject_1 as i };
|