@boomerang-io/carbon-addons-boomerang-react 4.6.8-beta.27 → 4.6.8-beta.29
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/cjs/_virtual/_commonjsHelpers.js +5 -0
- package/dist/cjs/_virtual/_nodeUtil.js +9 -0
- package/dist/cjs/_virtual/isBuffer.js +9 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_DataView.js +16 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_Hash.js +44 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_ListCache.js +44 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_Map.js +16 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_MapCache.js +44 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_Promise.js +16 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_Set.js +16 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_SetCache.js +37 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_Stack.js +40 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_Symbol.js +14 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_Uint8Array.js +14 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_WeakMap.js +16 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_arrayFilter.js +32 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_arrayLikeKeys.js +63 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_arrayMap.js +28 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_arrayPush.js +27 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_arraySome.js +30 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_assocIndexOf.js +29 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_baseEach.js +23 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_baseFor.js +24 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_baseForOwn.js +25 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_baseGet.js +33 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_baseGetAllKeys.js +29 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_baseGetTag.js +38 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_baseHasIn.js +20 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_baseIsArguments.js +27 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_baseIsEqual.js +37 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_baseIsEqualDeep.js +99 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_baseIsMatch.js +71 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_baseIsNative.js +58 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_baseIsTypedArray.js +70 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_baseIteratee.js +43 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_baseKeys.js +39 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_baseMap.js +31 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_baseMatches.js +32 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_baseMatchesProperty.js +47 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_baseOrderBy.js +65 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_baseProperty.js +21 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_basePropertyDeep.js +24 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_baseSortBy.js +28 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_baseTimes.js +27 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_baseToString.js +48 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_baseUnary.js +21 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_cacheHas.js +20 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_castPath.js +32 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_compareAscending.js +49 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_compareMultiple.js +52 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_coreJsData.js +14 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_createBaseEach.js +40 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_createBaseFor.js +32 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_equalArrays.js +94 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_equalByTag.js +125 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_equalObjects.js +98 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_freeGlobal.js +13 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_getAllKeys.js +26 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_getMapData.js +26 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_getMatchData.js +33 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_getNative.js +26 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_getRawTag.js +54 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_getSymbols.js +39 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_getTag.js +72 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_getValue.js +20 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_hasPath.js +52 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_hashClear.js +23 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_hashDelete.js +24 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_hashGet.js +38 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_hashHas.js +31 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_hashSet.js +31 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_isIndex.js +32 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_isKey.js +38 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_isKeyable.js +22 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_isMasked.js +28 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_isPrototype.js +25 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_isStrictComparable.js +23 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_listCacheClear.js +20 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_listCacheDelete.js +43 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_listCacheGet.js +27 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_listCacheHas.js +24 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_listCacheSet.js +34 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_mapCacheClear.js +31 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_mapCacheDelete.js +26 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_mapCacheGet.js +24 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_mapCacheHas.js +24 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_mapCacheSet.js +30 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_mapToArray.js +25 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_matchesStrictComparable.js +27 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_memoizeCapped.js +34 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_nativeCreate.js +14 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_nativeKeys.js +14 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_nodeUtil.js +37 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_objectToString.js +29 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_overArg.js +22 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_root.js +17 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_setCacheAdd.js +26 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_setCacheHas.js +21 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_setToArray.js +25 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_stackClear.js +23 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_stackDelete.js +25 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_stackGet.js +21 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_stackHas.js +21 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_stackSet.js +44 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_stringToPath.js +35 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_toKey.js +29 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_toSource.js +33 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/eq.js +44 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/get.js +41 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/hasIn.js +43 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/identity.js +28 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/isArguments.js +45 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/isArray.js +33 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/isArrayLike.js +42 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/isBuffer.js +46 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/isFunction.js +46 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/isLength.js +42 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/isObject.js +38 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/isObjectLike.js +36 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/isSymbol.js +38 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/isTypedArray.js +38 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/keys.js +47 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/memoize.js +81 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/orderBy.js +56 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/property.js +43 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/stubArray.js +30 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/stubFalse.js +25 -0
- package/dist/cjs/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/toString.js +36 -0
- package/dist/cjs/src/components/Header/HeaderTeamSwitcher.js +279 -0
- package/dist/esm/_virtual/_commonjsHelpers.js +3 -0
- package/dist/esm/_virtual/_nodeUtil.js +7 -0
- package/dist/esm/_virtual/isBuffer.js +7 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_DataView.js +12 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_Hash.js +40 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_ListCache.js +40 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_Map.js +12 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_MapCache.js +40 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_Promise.js +12 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_Set.js +12 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_SetCache.js +33 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_Stack.js +36 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_Symbol.js +10 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_Uint8Array.js +10 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_WeakMap.js +12 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_arrayFilter.js +28 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_arrayLikeKeys.js +59 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_arrayMap.js +24 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_arrayPush.js +23 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_arraySome.js +26 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_assocIndexOf.js +25 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_baseEach.js +19 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_baseFor.js +20 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_baseForOwn.js +21 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_baseGet.js +29 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_baseGetAllKeys.js +25 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_baseGetTag.js +34 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_baseHasIn.js +16 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_baseIsArguments.js +23 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_baseIsEqual.js +33 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_baseIsEqualDeep.js +95 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_baseIsMatch.js +67 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_baseIsNative.js +54 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_baseIsTypedArray.js +66 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_baseIteratee.js +39 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_baseKeys.js +35 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_baseMap.js +27 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_baseMatches.js +28 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_baseMatchesProperty.js +43 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_baseOrderBy.js +61 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_baseProperty.js +17 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_basePropertyDeep.js +20 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_baseSortBy.js +24 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_baseTimes.js +23 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_baseToString.js +44 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_baseUnary.js +17 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_cacheHas.js +16 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_castPath.js +28 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_compareAscending.js +45 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_compareMultiple.js +48 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_coreJsData.js +10 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_createBaseEach.js +36 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_createBaseFor.js +28 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_equalArrays.js +90 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_equalByTag.js +121 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_equalObjects.js +94 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_freeGlobal.js +9 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_getAllKeys.js +22 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_getMapData.js +22 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_getMatchData.js +29 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_getNative.js +22 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_getRawTag.js +50 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_getSymbols.js +35 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_getTag.js +68 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_getValue.js +16 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_hasPath.js +48 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_hashClear.js +19 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_hashDelete.js +20 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_hashGet.js +34 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_hashHas.js +27 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_hashSet.js +27 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_isIndex.js +28 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_isKey.js +34 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_isKeyable.js +18 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_isMasked.js +24 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_isPrototype.js +21 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_isStrictComparable.js +19 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_listCacheClear.js +16 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_listCacheDelete.js +39 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_listCacheGet.js +23 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_listCacheHas.js +20 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_listCacheSet.js +30 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_mapCacheClear.js +27 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_mapCacheDelete.js +22 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_mapCacheGet.js +20 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_mapCacheHas.js +20 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_mapCacheSet.js +26 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_mapToArray.js +21 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_matchesStrictComparable.js +23 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_memoizeCapped.js +30 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_nativeCreate.js +10 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_nativeKeys.js +10 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_nodeUtil.js +35 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_objectToString.js +25 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_overArg.js +18 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_root.js +13 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_setCacheAdd.js +22 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_setCacheHas.js +17 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_setToArray.js +21 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_stackClear.js +19 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_stackDelete.js +21 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_stackGet.js +17 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_stackHas.js +17 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_stackSet.js +40 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_stringToPath.js +31 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_toKey.js +25 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_toSource.js +29 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/eq.js +40 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/get.js +37 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/hasIn.js +39 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/identity.js +24 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/isArguments.js +41 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/isArray.js +29 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/isArrayLike.js +38 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/isBuffer.js +44 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/isFunction.js +42 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/isLength.js +38 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/isObject.js +34 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/isObjectLike.js +32 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/isSymbol.js +34 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/isTypedArray.js +34 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/keys.js +43 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/memoize.js +77 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/orderBy.js +52 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/property.js +39 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/stubArray.js +26 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/stubFalse.js +21 -0
- package/dist/esm/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/toString.js +32 -0
- package/dist/esm/src/components/Header/HeaderTeamSwitcher.js +271 -0
- package/package.json +1 -1
- package/dist/cjs/components/Header/HeaderTeamSwitcher.js +0 -303
- package/dist/esm/components/Header/HeaderTeamSwitcher.js +0 -295
- /package/dist/cjs/{components → src/components}/AboutPlatform/AboutPlatform.js +0 -0
- /package/dist/cjs/{components → src/components}/AdvantageSideNav/AdvantageSideNav.js +0 -0
- /package/dist/cjs/{components → src/components}/AutoSuggest/AutoSuggest.js +0 -0
- /package/dist/cjs/{components → src/components}/Avatar/Avatar.js +0 -0
- /package/dist/cjs/{components → src/components}/CheckboxList/CheckboxList.js +0 -0
- /package/dist/cjs/{components → src/components}/ComboBox/ComboBox.js +0 -0
- /package/dist/cjs/{components → src/components}/ComboBoxMultiSelect/ComboBoxMultiSelect.js +0 -0
- /package/dist/cjs/{components → src/components}/ComboBoxMultiSelect/MultiSelect.js +0 -0
- /package/dist/cjs/{components → src/components}/ComposedModal/ComposedModal.js +0 -0
- /package/dist/cjs/{components → src/components}/ConfirmModal/ConfirmModal.js +0 -0
- /package/dist/cjs/{components → src/components}/Creatable/Creatable.js +0 -0
- /package/dist/cjs/{components → src/components}/DataDrivenInput/DataDrivenInput.js +0 -0
- /package/dist/cjs/{components → src/components}/DateInput/DateInput.js +0 -0
- /package/dist/cjs/{components → src/components}/DecisionButtons/DecisionButtons.js +0 -0
- /package/dist/cjs/{components → src/components}/DelayedRender/DelayedRender.js +0 -0
- /package/dist/cjs/{components → src/components}/DynamicFormik/DynamicFormik.js +0 -0
- /package/dist/cjs/{components → src/components}/Error403/Error403.js +0 -0
- /package/dist/cjs/{components → src/components}/Error403/ForbiddenErrorBackground.js +0 -0
- /package/dist/cjs/{components → src/components}/Error403/GraphicWrangler/GraphicWrangler.js +0 -0
- /package/dist/cjs/{components → src/components}/Error404/Error404.js +0 -0
- /package/dist/cjs/{components → src/components}/Error404/GraphicLoch/GraphicLoch.js +0 -0
- /package/dist/cjs/{components → src/components}/Error404/NotFoundErrorBackground.js +0 -0
- /package/dist/cjs/{components → src/components}/ErrorBoundary/ErrorBoundary.js +0 -0
- /package/dist/cjs/{components → src/components}/ErrorDragon/ErrorDragon.js +0 -0
- /package/dist/cjs/{components → src/components}/ErrorDragon/assets/ErrorGraphic.js +0 -0
- /package/dist/cjs/{components → src/components}/ErrorFullPage/ErrorFullPage.js +0 -0
- /package/dist/cjs/{components → src/components}/ErrorMessage/ErrorMessage.js +0 -0
- /package/dist/cjs/{components → src/components}/ErrorPage/ErrorPage.js +0 -0
- /package/dist/cjs/{components → src/components}/ErrorPageCore/ErrorPageCore.js +0 -0
- /package/dist/cjs/{components → src/components}/ErrorPageCore/GenericErrorBackground.js +0 -0
- /package/dist/cjs/{components → src/components}/FeatureHeader/FeatureHeader.js +0 -0
- /package/dist/cjs/{components → src/components}/FeatureNavTab/FeatureNavTab.js +0 -0
- /package/dist/cjs/{components → src/components}/FeatureNavTabs/FeatureNavTabs.js +0 -0
- /package/dist/cjs/{components → src/components}/FeatureSideNav/FeatureSideNav.js +0 -0
- /package/dist/cjs/{components → src/components}/FeatureSideNav/FeatureSideNavFooter.js +0 -0
- /package/dist/cjs/{components → src/components}/FeatureSideNav/FeatureSideNavHeader.js +0 -0
- /package/dist/cjs/{components → src/components}/FeatureSideNav/FeatureSideNavLinks.js +0 -0
- /package/dist/cjs/{components → src/components}/FeatureSideNavLink/FeatureSideNavLink.js +0 -0
- /package/dist/cjs/{components → src/components}/Feedback/Feedback.js +0 -0
- /package/dist/cjs/{components → src/components}/FlowModal/FlowModal.js +0 -0
- /package/dist/cjs/{components → src/components}/FlowModal/FlowModalForm.js +0 -0
- /package/dist/cjs/{components → src/components}/Header/Header.js +0 -0
- /package/dist/cjs/{components → src/components}/Header/HeaderAppSwitcher.js +0 -0
- /package/dist/cjs/{components → src/components}/Header/HeaderMenu.js +0 -0
- /package/dist/cjs/{components → src/components}/Header/HeaderMenuItem.js +0 -0
- /package/dist/cjs/{components → src/components}/Header/UserRequests.js +0 -0
- /package/dist/cjs/{components → src/components}/ImageModal/ImageModal.js +0 -0
- /package/dist/cjs/{components → src/components}/Loading/Loading.js +0 -0
- /package/dist/cjs/{components → src/components}/MemberBar/MemberBar.js +0 -0
- /package/dist/cjs/{components → src/components}/Modal/Modal.js +0 -0
- /package/dist/cjs/{components → src/components}/ModalConfirmEdit/ModalConfirmArray.js +0 -0
- /package/dist/cjs/{components → src/components}/ModalConfirmEdit/ModalConfirmDetails.js +0 -0
- /package/dist/cjs/{components → src/components}/ModalConfirmEdit/ModalConfirmEdit.js +0 -0
- /package/dist/cjs/{components → src/components}/ModalForm/ModalForm.js +0 -0
- /package/dist/cjs/{components → src/components}/Notifications/NotificationsContainer.js +0 -0
- /package/dist/cjs/{components → src/components}/Notifications/ToastNotification.js +0 -0
- /package/dist/cjs/{components → src/components}/Notifications/notify.js +0 -0
- /package/dist/cjs/{components → src/components}/PlatformBanner/PlatformBanner.js +0 -0
- /package/dist/cjs/{components → src/components}/PlatformNotifications/PlatformNotification.js +0 -0
- /package/dist/cjs/{components → src/components}/PlatformNotifications/PlatformNotificationsContainer.js +0 -0
- /package/dist/cjs/{components → src/components}/Portal/Portal.js +0 -0
- /package/dist/cjs/{components → src/components}/PrivacyRedirect/PrivacyRedirect.js +0 -0
- /package/dist/cjs/{components → src/components}/PrivacyStatement/PrivacyStatement.js +0 -0
- /package/dist/cjs/{components → src/components}/ProfileSettings/ProfileSettings.js +0 -0
- /package/dist/cjs/{components → src/components}/ProtectedRoute/ProtectedRoute.js +0 -0
- /package/dist/cjs/{components → src/components}/RadioGroup/RadioGroup.js +0 -0
- /package/dist/cjs/{components → src/components}/RichTextArea/RichTextArea.js +0 -0
- /package/dist/cjs/{components → src/components}/SignOut/SignOut.js +0 -0
- /package/dist/cjs/{components → src/components}/SupportCenter/SupportCenter.js +0 -0
- /package/dist/cjs/{components → src/components}/TextArea/TextArea.js +0 -0
- /package/dist/cjs/{components → src/components}/TextInput/TextInput.js +0 -0
- /package/dist/cjs/{components → src/components}/Toggle/Toggle.js +0 -0
- /package/dist/cjs/{components → src/components}/TooltipHover/TooltipHover.js +0 -0
- /package/dist/cjs/{components → src/components}/UIShell/UIShell.js +0 -0
- /package/dist/cjs/{config → src/config}/servicesConfig.js +0 -0
- /package/dist/cjs/{constants → src/constants}/DataDrivenInputTypes.js +0 -0
- /package/dist/cjs/{constants → src/constants}/UserType.js +0 -0
- /package/dist/cjs/{hooks → src/hooks}/useHeaderMenu.js +0 -0
- /package/dist/cjs/{hooks → src/hooks}/usePortal.js +0 -0
- /package/dist/cjs/{hooks → src/hooks}/useWindowSize.js +0 -0
- /package/dist/cjs/{index.js → src/index.js} +0 -0
- /package/dist/cjs/{internal → src/internal}/ListBox/ListBox.js +0 -0
- /package/dist/cjs/{internal → src/internal}/ListBox/ListBoxField.js +0 -0
- /package/dist/cjs/{internal → src/internal}/ListBox/ListBoxMenu.js +0 -0
- /package/dist/cjs/{internal → src/internal}/ListBox/ListBoxMenuIcon.js +0 -0
- /package/dist/cjs/{internal → src/internal}/ListBox/ListBoxMenuItem.js +0 -0
- /package/dist/cjs/{internal → src/internal}/ListBox/ListBoxSelection.js +0 -0
- /package/dist/cjs/{internal → src/internal}/ListBox/index.js +0 -0
- /package/dist/cjs/{internal → src/internal}/keyboard/keys.js +0 -0
- /package/dist/cjs/{internal → src/internal}/keyboard/match.js +0 -0
- /package/dist/cjs/{internal → src/internal}/settings.js +0 -0
- /package/dist/cjs/{tools → src/tools}/accessibility.js +0 -0
- /package/dist/cjs/{tools → src/tools}/createPropAdapter.js +0 -0
- /package/dist/cjs/{tools → src/tools}/isUrl.js +0 -0
- /package/dist/cjs/{tools → src/tools}/setupGetInstanceId.js +0 -0
- /package/dist/cjs/{tools → src/tools}/useSetState.js +0 -0
- /package/dist/cjs/{tools → src/tools}/yupAst/astGenerator.js +0 -0
- /package/dist/cjs/{tools → src/tools}/yupAst/customValidators.js +0 -0
- /package/dist/esm/{components → src/components}/AboutPlatform/AboutPlatform.js +0 -0
- /package/dist/esm/{components → src/components}/AdvantageSideNav/AdvantageSideNav.js +0 -0
- /package/dist/esm/{components → src/components}/AutoSuggest/AutoSuggest.js +0 -0
- /package/dist/esm/{components → src/components}/Avatar/Avatar.js +0 -0
- /package/dist/esm/{components → src/components}/CheckboxList/CheckboxList.js +0 -0
- /package/dist/esm/{components → src/components}/ComboBox/ComboBox.js +0 -0
- /package/dist/esm/{components → src/components}/ComboBoxMultiSelect/ComboBoxMultiSelect.js +0 -0
- /package/dist/esm/{components → src/components}/ComboBoxMultiSelect/MultiSelect.js +0 -0
- /package/dist/esm/{components → src/components}/ComposedModal/ComposedModal.js +0 -0
- /package/dist/esm/{components → src/components}/ConfirmModal/ConfirmModal.js +0 -0
- /package/dist/esm/{components → src/components}/Creatable/Creatable.js +0 -0
- /package/dist/esm/{components → src/components}/DataDrivenInput/DataDrivenInput.js +0 -0
- /package/dist/esm/{components → src/components}/DateInput/DateInput.js +0 -0
- /package/dist/esm/{components → src/components}/DecisionButtons/DecisionButtons.js +0 -0
- /package/dist/esm/{components → src/components}/DelayedRender/DelayedRender.js +0 -0
- /package/dist/esm/{components → src/components}/DynamicFormik/DynamicFormik.js +0 -0
- /package/dist/esm/{components → src/components}/Error403/Error403.js +0 -0
- /package/dist/esm/{components → src/components}/Error403/ForbiddenErrorBackground.js +0 -0
- /package/dist/esm/{components → src/components}/Error403/GraphicWrangler/GraphicWrangler.js +0 -0
- /package/dist/esm/{components → src/components}/Error404/Error404.js +0 -0
- /package/dist/esm/{components → src/components}/Error404/GraphicLoch/GraphicLoch.js +0 -0
- /package/dist/esm/{components → src/components}/Error404/NotFoundErrorBackground.js +0 -0
- /package/dist/esm/{components → src/components}/ErrorBoundary/ErrorBoundary.js +0 -0
- /package/dist/esm/{components → src/components}/ErrorDragon/ErrorDragon.js +0 -0
- /package/dist/esm/{components → src/components}/ErrorDragon/assets/ErrorGraphic.js +0 -0
- /package/dist/esm/{components → src/components}/ErrorFullPage/ErrorFullPage.js +0 -0
- /package/dist/esm/{components → src/components}/ErrorMessage/ErrorMessage.js +0 -0
- /package/dist/esm/{components → src/components}/ErrorPage/ErrorPage.js +0 -0
- /package/dist/esm/{components → src/components}/ErrorPageCore/ErrorPageCore.js +0 -0
- /package/dist/esm/{components → src/components}/ErrorPageCore/GenericErrorBackground.js +0 -0
- /package/dist/esm/{components → src/components}/FeatureHeader/FeatureHeader.js +0 -0
- /package/dist/esm/{components → src/components}/FeatureNavTab/FeatureNavTab.js +0 -0
- /package/dist/esm/{components → src/components}/FeatureNavTabs/FeatureNavTabs.js +0 -0
- /package/dist/esm/{components → src/components}/FeatureSideNav/FeatureSideNav.js +0 -0
- /package/dist/esm/{components → src/components}/FeatureSideNav/FeatureSideNavFooter.js +0 -0
- /package/dist/esm/{components → src/components}/FeatureSideNav/FeatureSideNavHeader.js +0 -0
- /package/dist/esm/{components → src/components}/FeatureSideNav/FeatureSideNavLinks.js +0 -0
- /package/dist/esm/{components → src/components}/FeatureSideNavLink/FeatureSideNavLink.js +0 -0
- /package/dist/esm/{components → src/components}/Feedback/Feedback.js +0 -0
- /package/dist/esm/{components → src/components}/FlowModal/FlowModal.js +0 -0
- /package/dist/esm/{components → src/components}/FlowModal/FlowModalForm.js +0 -0
- /package/dist/esm/{components → src/components}/Header/Header.js +0 -0
- /package/dist/esm/{components → src/components}/Header/HeaderAppSwitcher.js +0 -0
- /package/dist/esm/{components → src/components}/Header/HeaderMenu.js +0 -0
- /package/dist/esm/{components → src/components}/Header/HeaderMenuItem.js +0 -0
- /package/dist/esm/{components → src/components}/Header/UserRequests.js +0 -0
- /package/dist/esm/{components → src/components}/ImageModal/ImageModal.js +0 -0
- /package/dist/esm/{components → src/components}/Loading/Loading.js +0 -0
- /package/dist/esm/{components → src/components}/MemberBar/MemberBar.js +0 -0
- /package/dist/esm/{components → src/components}/Modal/Modal.js +0 -0
- /package/dist/esm/{components → src/components}/ModalConfirmEdit/ModalConfirmArray.js +0 -0
- /package/dist/esm/{components → src/components}/ModalConfirmEdit/ModalConfirmDetails.js +0 -0
- /package/dist/esm/{components → src/components}/ModalConfirmEdit/ModalConfirmEdit.js +0 -0
- /package/dist/esm/{components → src/components}/ModalForm/ModalForm.js +0 -0
- /package/dist/esm/{components → src/components}/Notifications/NotificationsContainer.js +0 -0
- /package/dist/esm/{components → src/components}/Notifications/ToastNotification.js +0 -0
- /package/dist/esm/{components → src/components}/Notifications/notify.js +0 -0
- /package/dist/esm/{components → src/components}/PlatformBanner/PlatformBanner.js +0 -0
- /package/dist/esm/{components → src/components}/PlatformNotifications/PlatformNotification.js +0 -0
- /package/dist/esm/{components → src/components}/PlatformNotifications/PlatformNotificationsContainer.js +0 -0
- /package/dist/esm/{components → src/components}/Portal/Portal.js +0 -0
- /package/dist/esm/{components → src/components}/PrivacyRedirect/PrivacyRedirect.js +0 -0
- /package/dist/esm/{components → src/components}/PrivacyStatement/PrivacyStatement.js +0 -0
- /package/dist/esm/{components → src/components}/ProfileSettings/ProfileSettings.js +0 -0
- /package/dist/esm/{components → src/components}/ProtectedRoute/ProtectedRoute.js +0 -0
- /package/dist/esm/{components → src/components}/RadioGroup/RadioGroup.js +0 -0
- /package/dist/esm/{components → src/components}/RichTextArea/RichTextArea.js +0 -0
- /package/dist/esm/{components → src/components}/SignOut/SignOut.js +0 -0
- /package/dist/esm/{components → src/components}/SupportCenter/SupportCenter.js +0 -0
- /package/dist/esm/{components → src/components}/TextArea/TextArea.js +0 -0
- /package/dist/esm/{components → src/components}/TextInput/TextInput.js +0 -0
- /package/dist/esm/{components → src/components}/Toggle/Toggle.js +0 -0
- /package/dist/esm/{components → src/components}/TooltipHover/TooltipHover.js +0 -0
- /package/dist/esm/{components → src/components}/UIShell/UIShell.js +0 -0
- /package/dist/esm/{config → src/config}/servicesConfig.js +0 -0
- /package/dist/esm/{constants → src/constants}/DataDrivenInputTypes.js +0 -0
- /package/dist/esm/{constants → src/constants}/UserType.js +0 -0
- /package/dist/esm/{hooks → src/hooks}/useHeaderMenu.js +0 -0
- /package/dist/esm/{hooks → src/hooks}/usePortal.js +0 -0
- /package/dist/esm/{hooks → src/hooks}/useWindowSize.js +0 -0
- /package/dist/esm/{index.js → src/index.js} +0 -0
- /package/dist/esm/{internal → src/internal}/ListBox/ListBox.js +0 -0
- /package/dist/esm/{internal → src/internal}/ListBox/ListBoxField.js +0 -0
- /package/dist/esm/{internal → src/internal}/ListBox/ListBoxMenu.js +0 -0
- /package/dist/esm/{internal → src/internal}/ListBox/ListBoxMenuIcon.js +0 -0
- /package/dist/esm/{internal → src/internal}/ListBox/ListBoxMenuItem.js +0 -0
- /package/dist/esm/{internal → src/internal}/ListBox/ListBoxSelection.js +0 -0
- /package/dist/esm/{internal → src/internal}/ListBox/index.js +0 -0
- /package/dist/esm/{internal → src/internal}/keyboard/keys.js +0 -0
- /package/dist/esm/{internal → src/internal}/keyboard/match.js +0 -0
- /package/dist/esm/{internal → src/internal}/settings.js +0 -0
- /package/dist/esm/{tools → src/tools}/accessibility.js +0 -0
- /package/dist/esm/{tools → src/tools}/createPropAdapter.js +0 -0
- /package/dist/esm/{tools → src/tools}/isUrl.js +0 -0
- /package/dist/esm/{tools → src/tools}/setupGetInstanceId.js +0 -0
- /package/dist/esm/{tools → src/tools}/useSetState.js +0 -0
- /package/dist/esm/{tools → src/tools}/yupAst/astGenerator.js +0 -0
- /package/dist/esm/{tools → src/tools}/yupAst/customValidators.js +0 -0
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var _getNative = require('./_getNative.js');
|
|
6
|
+
var _root = require('./_root.js');
|
|
7
|
+
|
|
8
|
+
var getNative = _getNative.default,
|
|
9
|
+
root = _root.default;
|
|
10
|
+
|
|
11
|
+
/* Built-in method references that are verified to be native. */
|
|
12
|
+
var DataView = getNative(root, 'DataView');
|
|
13
|
+
|
|
14
|
+
var _DataView = DataView;
|
|
15
|
+
|
|
16
|
+
exports.default = _DataView;
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var _hashClear = require('./_hashClear.js');
|
|
6
|
+
var _hashDelete = require('./_hashDelete.js');
|
|
7
|
+
var _hashGet = require('./_hashGet.js');
|
|
8
|
+
var _hashHas = require('./_hashHas.js');
|
|
9
|
+
var _hashSet = require('./_hashSet.js');
|
|
10
|
+
|
|
11
|
+
var hashClear = _hashClear.default,
|
|
12
|
+
hashDelete = _hashDelete.default,
|
|
13
|
+
hashGet = _hashGet.default,
|
|
14
|
+
hashHas = _hashHas.default,
|
|
15
|
+
hashSet = _hashSet.default;
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* Creates a hash object.
|
|
19
|
+
*
|
|
20
|
+
* @private
|
|
21
|
+
* @constructor
|
|
22
|
+
* @param {Array} [entries] The key-value pairs to cache.
|
|
23
|
+
*/
|
|
24
|
+
function Hash(entries) {
|
|
25
|
+
var index = -1,
|
|
26
|
+
length = entries == null ? 0 : entries.length;
|
|
27
|
+
|
|
28
|
+
this.clear();
|
|
29
|
+
while (++index < length) {
|
|
30
|
+
var entry = entries[index];
|
|
31
|
+
this.set(entry[0], entry[1]);
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
// Add methods to `Hash`.
|
|
36
|
+
Hash.prototype.clear = hashClear;
|
|
37
|
+
Hash.prototype['delete'] = hashDelete;
|
|
38
|
+
Hash.prototype.get = hashGet;
|
|
39
|
+
Hash.prototype.has = hashHas;
|
|
40
|
+
Hash.prototype.set = hashSet;
|
|
41
|
+
|
|
42
|
+
var _Hash = Hash;
|
|
43
|
+
|
|
44
|
+
exports.default = _Hash;
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var _listCacheClear = require('./_listCacheClear.js');
|
|
6
|
+
var _listCacheDelete = require('./_listCacheDelete.js');
|
|
7
|
+
var _listCacheGet = require('./_listCacheGet.js');
|
|
8
|
+
var _listCacheHas = require('./_listCacheHas.js');
|
|
9
|
+
var _listCacheSet = require('./_listCacheSet.js');
|
|
10
|
+
|
|
11
|
+
var listCacheClear = _listCacheClear.default,
|
|
12
|
+
listCacheDelete = _listCacheDelete.default,
|
|
13
|
+
listCacheGet = _listCacheGet.default,
|
|
14
|
+
listCacheHas = _listCacheHas.default,
|
|
15
|
+
listCacheSet = _listCacheSet.default;
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* Creates an list cache object.
|
|
19
|
+
*
|
|
20
|
+
* @private
|
|
21
|
+
* @constructor
|
|
22
|
+
* @param {Array} [entries] The key-value pairs to cache.
|
|
23
|
+
*/
|
|
24
|
+
function ListCache(entries) {
|
|
25
|
+
var index = -1,
|
|
26
|
+
length = entries == null ? 0 : entries.length;
|
|
27
|
+
|
|
28
|
+
this.clear();
|
|
29
|
+
while (++index < length) {
|
|
30
|
+
var entry = entries[index];
|
|
31
|
+
this.set(entry[0], entry[1]);
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
// Add methods to `ListCache`.
|
|
36
|
+
ListCache.prototype.clear = listCacheClear;
|
|
37
|
+
ListCache.prototype['delete'] = listCacheDelete;
|
|
38
|
+
ListCache.prototype.get = listCacheGet;
|
|
39
|
+
ListCache.prototype.has = listCacheHas;
|
|
40
|
+
ListCache.prototype.set = listCacheSet;
|
|
41
|
+
|
|
42
|
+
var _ListCache = ListCache;
|
|
43
|
+
|
|
44
|
+
exports.default = _ListCache;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var _getNative = require('./_getNative.js');
|
|
6
|
+
var _root = require('./_root.js');
|
|
7
|
+
|
|
8
|
+
var getNative = _getNative.default,
|
|
9
|
+
root = _root.default;
|
|
10
|
+
|
|
11
|
+
/* Built-in method references that are verified to be native. */
|
|
12
|
+
var Map = getNative(root, 'Map');
|
|
13
|
+
|
|
14
|
+
var _Map = Map;
|
|
15
|
+
|
|
16
|
+
exports.default = _Map;
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var _mapCacheClear = require('./_mapCacheClear.js');
|
|
6
|
+
var _mapCacheDelete = require('./_mapCacheDelete.js');
|
|
7
|
+
var _mapCacheGet = require('./_mapCacheGet.js');
|
|
8
|
+
var _mapCacheHas = require('./_mapCacheHas.js');
|
|
9
|
+
var _mapCacheSet = require('./_mapCacheSet.js');
|
|
10
|
+
|
|
11
|
+
var mapCacheClear = _mapCacheClear.default,
|
|
12
|
+
mapCacheDelete = _mapCacheDelete.default,
|
|
13
|
+
mapCacheGet = _mapCacheGet.default,
|
|
14
|
+
mapCacheHas = _mapCacheHas.default,
|
|
15
|
+
mapCacheSet = _mapCacheSet.default;
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* Creates a map cache object to store key-value pairs.
|
|
19
|
+
*
|
|
20
|
+
* @private
|
|
21
|
+
* @constructor
|
|
22
|
+
* @param {Array} [entries] The key-value pairs to cache.
|
|
23
|
+
*/
|
|
24
|
+
function MapCache(entries) {
|
|
25
|
+
var index = -1,
|
|
26
|
+
length = entries == null ? 0 : entries.length;
|
|
27
|
+
|
|
28
|
+
this.clear();
|
|
29
|
+
while (++index < length) {
|
|
30
|
+
var entry = entries[index];
|
|
31
|
+
this.set(entry[0], entry[1]);
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
// Add methods to `MapCache`.
|
|
36
|
+
MapCache.prototype.clear = mapCacheClear;
|
|
37
|
+
MapCache.prototype['delete'] = mapCacheDelete;
|
|
38
|
+
MapCache.prototype.get = mapCacheGet;
|
|
39
|
+
MapCache.prototype.has = mapCacheHas;
|
|
40
|
+
MapCache.prototype.set = mapCacheSet;
|
|
41
|
+
|
|
42
|
+
var _MapCache = MapCache;
|
|
43
|
+
|
|
44
|
+
exports.default = _MapCache;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var _getNative = require('./_getNative.js');
|
|
6
|
+
var _root = require('./_root.js');
|
|
7
|
+
|
|
8
|
+
var getNative = _getNative.default,
|
|
9
|
+
root = _root.default;
|
|
10
|
+
|
|
11
|
+
/* Built-in method references that are verified to be native. */
|
|
12
|
+
var Promise$1 = getNative(root, 'Promise');
|
|
13
|
+
|
|
14
|
+
var _Promise = Promise$1;
|
|
15
|
+
|
|
16
|
+
exports.default = _Promise;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var _getNative = require('./_getNative.js');
|
|
6
|
+
var _root = require('./_root.js');
|
|
7
|
+
|
|
8
|
+
var getNative = _getNative.default,
|
|
9
|
+
root = _root.default;
|
|
10
|
+
|
|
11
|
+
/* Built-in method references that are verified to be native. */
|
|
12
|
+
var Set = getNative(root, 'Set');
|
|
13
|
+
|
|
14
|
+
var _Set = Set;
|
|
15
|
+
|
|
16
|
+
exports.default = _Set;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var _MapCache = require('./_MapCache.js');
|
|
6
|
+
var _setCacheAdd = require('./_setCacheAdd.js');
|
|
7
|
+
var _setCacheHas = require('./_setCacheHas.js');
|
|
8
|
+
|
|
9
|
+
var MapCache = _MapCache.default,
|
|
10
|
+
setCacheAdd = _setCacheAdd.default,
|
|
11
|
+
setCacheHas = _setCacheHas.default;
|
|
12
|
+
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* Creates an array cache object to store unique values.
|
|
16
|
+
*
|
|
17
|
+
* @private
|
|
18
|
+
* @constructor
|
|
19
|
+
* @param {Array} [values] The values to cache.
|
|
20
|
+
*/
|
|
21
|
+
function SetCache(values) {
|
|
22
|
+
var index = -1,
|
|
23
|
+
length = values == null ? 0 : values.length;
|
|
24
|
+
|
|
25
|
+
this.__data__ = new MapCache;
|
|
26
|
+
while (++index < length) {
|
|
27
|
+
this.add(values[index]);
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
// Add methods to `SetCache`.
|
|
32
|
+
SetCache.prototype.add = SetCache.prototype.push = setCacheAdd;
|
|
33
|
+
SetCache.prototype.has = setCacheHas;
|
|
34
|
+
|
|
35
|
+
var _SetCache = SetCache;
|
|
36
|
+
|
|
37
|
+
exports.default = _SetCache;
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var _ListCache = require('./_ListCache.js');
|
|
6
|
+
var _stackClear = require('./_stackClear.js');
|
|
7
|
+
var _stackDelete = require('./_stackDelete.js');
|
|
8
|
+
var _stackGet = require('./_stackGet.js');
|
|
9
|
+
var _stackHas = require('./_stackHas.js');
|
|
10
|
+
var _stackSet = require('./_stackSet.js');
|
|
11
|
+
|
|
12
|
+
var ListCache = _ListCache.default,
|
|
13
|
+
stackClear = _stackClear.default,
|
|
14
|
+
stackDelete = _stackDelete.default,
|
|
15
|
+
stackGet = _stackGet.default,
|
|
16
|
+
stackHas = _stackHas.default,
|
|
17
|
+
stackSet = _stackSet.default;
|
|
18
|
+
|
|
19
|
+
/**
|
|
20
|
+
* Creates a stack cache object to store key-value pairs.
|
|
21
|
+
*
|
|
22
|
+
* @private
|
|
23
|
+
* @constructor
|
|
24
|
+
* @param {Array} [entries] The key-value pairs to cache.
|
|
25
|
+
*/
|
|
26
|
+
function Stack(entries) {
|
|
27
|
+
var data = this.__data__ = new ListCache(entries);
|
|
28
|
+
this.size = data.size;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
// Add methods to `Stack`.
|
|
32
|
+
Stack.prototype.clear = stackClear;
|
|
33
|
+
Stack.prototype['delete'] = stackDelete;
|
|
34
|
+
Stack.prototype.get = stackGet;
|
|
35
|
+
Stack.prototype.has = stackHas;
|
|
36
|
+
Stack.prototype.set = stackSet;
|
|
37
|
+
|
|
38
|
+
var _Stack = Stack;
|
|
39
|
+
|
|
40
|
+
exports.default = _Stack;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var _root = require('./_root.js');
|
|
6
|
+
|
|
7
|
+
var root = _root.default;
|
|
8
|
+
|
|
9
|
+
/** Built-in value references. */
|
|
10
|
+
var Symbol = root.Symbol;
|
|
11
|
+
|
|
12
|
+
var _Symbol = Symbol;
|
|
13
|
+
|
|
14
|
+
exports.default = _Symbol;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var _root = require('./_root.js');
|
|
6
|
+
|
|
7
|
+
var root = _root.default;
|
|
8
|
+
|
|
9
|
+
/** Built-in value references. */
|
|
10
|
+
var Uint8Array = root.Uint8Array;
|
|
11
|
+
|
|
12
|
+
var _Uint8Array = Uint8Array;
|
|
13
|
+
|
|
14
|
+
exports.default = _Uint8Array;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var _getNative = require('./_getNative.js');
|
|
6
|
+
var _root = require('./_root.js');
|
|
7
|
+
|
|
8
|
+
var getNative = _getNative.default,
|
|
9
|
+
root = _root.default;
|
|
10
|
+
|
|
11
|
+
/* Built-in method references that are verified to be native. */
|
|
12
|
+
var WeakMap = getNative(root, 'WeakMap');
|
|
13
|
+
|
|
14
|
+
var _WeakMap = WeakMap;
|
|
15
|
+
|
|
16
|
+
exports.default = _WeakMap;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* A specialized version of `_.filter` for arrays without support for
|
|
7
|
+
* iteratee shorthands.
|
|
8
|
+
*
|
|
9
|
+
* @private
|
|
10
|
+
* @param {Array} [array] The array to iterate over.
|
|
11
|
+
* @param {Function} predicate The function invoked per iteration.
|
|
12
|
+
* @returns {Array} Returns the new filtered array.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
function arrayFilter(array, predicate) {
|
|
16
|
+
var index = -1,
|
|
17
|
+
length = array == null ? 0 : array.length,
|
|
18
|
+
resIndex = 0,
|
|
19
|
+
result = [];
|
|
20
|
+
|
|
21
|
+
while (++index < length) {
|
|
22
|
+
var value = array[index];
|
|
23
|
+
if (predicate(value, index, array)) {
|
|
24
|
+
result[resIndex++] = value;
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
return result;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
var _arrayFilter = arrayFilter;
|
|
31
|
+
|
|
32
|
+
exports.default = _arrayFilter;
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var _baseTimes = require('./_baseTimes.js');
|
|
6
|
+
var isArguments$1 = require('./isArguments.js');
|
|
7
|
+
var isArray$1 = require('./isArray.js');
|
|
8
|
+
require('./isBuffer.js');
|
|
9
|
+
var _isIndex = require('./_isIndex.js');
|
|
10
|
+
var isTypedArray$1 = require('./isTypedArray.js');
|
|
11
|
+
var isBuffer$1 = require('../../../../../_virtual/isBuffer.js');
|
|
12
|
+
|
|
13
|
+
var baseTimes = _baseTimes.default,
|
|
14
|
+
isArguments = isArguments$1.default,
|
|
15
|
+
isArray = isArray$1.default,
|
|
16
|
+
isBuffer = isBuffer$1.exports,
|
|
17
|
+
isIndex = _isIndex.default,
|
|
18
|
+
isTypedArray = isTypedArray$1.default;
|
|
19
|
+
|
|
20
|
+
/** Used for built-in method references. */
|
|
21
|
+
var objectProto = Object.prototype;
|
|
22
|
+
|
|
23
|
+
/** Used to check objects for own properties. */
|
|
24
|
+
var hasOwnProperty = objectProto.hasOwnProperty;
|
|
25
|
+
|
|
26
|
+
/**
|
|
27
|
+
* Creates an array of the enumerable property names of the array-like `value`.
|
|
28
|
+
*
|
|
29
|
+
* @private
|
|
30
|
+
* @param {*} value The value to query.
|
|
31
|
+
* @param {boolean} inherited Specify returning inherited property names.
|
|
32
|
+
* @returns {Array} Returns the array of property names.
|
|
33
|
+
*/
|
|
34
|
+
function arrayLikeKeys(value, inherited) {
|
|
35
|
+
var isArr = isArray(value),
|
|
36
|
+
isArg = !isArr && isArguments(value),
|
|
37
|
+
isBuff = !isArr && !isArg && isBuffer(value),
|
|
38
|
+
isType = !isArr && !isArg && !isBuff && isTypedArray(value),
|
|
39
|
+
skipIndexes = isArr || isArg || isBuff || isType,
|
|
40
|
+
result = skipIndexes ? baseTimes(value.length, String) : [],
|
|
41
|
+
length = result.length;
|
|
42
|
+
|
|
43
|
+
for (var key in value) {
|
|
44
|
+
if ((inherited || hasOwnProperty.call(value, key)) &&
|
|
45
|
+
!(skipIndexes && (
|
|
46
|
+
// Safari 9 has enumerable `arguments.length` in strict mode.
|
|
47
|
+
key == 'length' ||
|
|
48
|
+
// Node.js 0.10 has enumerable non-index properties on buffers.
|
|
49
|
+
(isBuff && (key == 'offset' || key == 'parent')) ||
|
|
50
|
+
// PhantomJS 2 has enumerable non-index properties on typed arrays.
|
|
51
|
+
(isType && (key == 'buffer' || key == 'byteLength' || key == 'byteOffset')) ||
|
|
52
|
+
// Skip index properties.
|
|
53
|
+
isIndex(key, length)
|
|
54
|
+
))) {
|
|
55
|
+
result.push(key);
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
return result;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
var _arrayLikeKeys = arrayLikeKeys;
|
|
62
|
+
|
|
63
|
+
exports.default = _arrayLikeKeys;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* A specialized version of `_.map` for arrays without support for iteratee
|
|
7
|
+
* shorthands.
|
|
8
|
+
*
|
|
9
|
+
* @private
|
|
10
|
+
* @param {Array} [array] The array to iterate over.
|
|
11
|
+
* @param {Function} iteratee The function invoked per iteration.
|
|
12
|
+
* @returns {Array} Returns the new mapped array.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
function arrayMap(array, iteratee) {
|
|
16
|
+
var index = -1,
|
|
17
|
+
length = array == null ? 0 : array.length,
|
|
18
|
+
result = Array(length);
|
|
19
|
+
|
|
20
|
+
while (++index < length) {
|
|
21
|
+
result[index] = iteratee(array[index], index, array);
|
|
22
|
+
}
|
|
23
|
+
return result;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
var _arrayMap = arrayMap;
|
|
27
|
+
|
|
28
|
+
exports.default = _arrayMap;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* Appends the elements of `values` to `array`.
|
|
7
|
+
*
|
|
8
|
+
* @private
|
|
9
|
+
* @param {Array} array The array to modify.
|
|
10
|
+
* @param {Array} values The values to append.
|
|
11
|
+
* @returns {Array} Returns `array`.
|
|
12
|
+
*/
|
|
13
|
+
|
|
14
|
+
function arrayPush(array, values) {
|
|
15
|
+
var index = -1,
|
|
16
|
+
length = values.length,
|
|
17
|
+
offset = array.length;
|
|
18
|
+
|
|
19
|
+
while (++index < length) {
|
|
20
|
+
array[offset + index] = values[index];
|
|
21
|
+
}
|
|
22
|
+
return array;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
var _arrayPush = arrayPush;
|
|
26
|
+
|
|
27
|
+
exports.default = _arrayPush;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* A specialized version of `_.some` for arrays without support for iteratee
|
|
7
|
+
* shorthands.
|
|
8
|
+
*
|
|
9
|
+
* @private
|
|
10
|
+
* @param {Array} [array] The array to iterate over.
|
|
11
|
+
* @param {Function} predicate The function invoked per iteration.
|
|
12
|
+
* @returns {boolean} Returns `true` if any element passes the predicate check,
|
|
13
|
+
* else `false`.
|
|
14
|
+
*/
|
|
15
|
+
|
|
16
|
+
function arraySome(array, predicate) {
|
|
17
|
+
var index = -1,
|
|
18
|
+
length = array == null ? 0 : array.length;
|
|
19
|
+
|
|
20
|
+
while (++index < length) {
|
|
21
|
+
if (predicate(array[index], index, array)) {
|
|
22
|
+
return true;
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
return false;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
var _arraySome = arraySome;
|
|
29
|
+
|
|
30
|
+
exports.default = _arraySome;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var eq$1 = require('./eq.js');
|
|
6
|
+
|
|
7
|
+
var eq = eq$1.default;
|
|
8
|
+
|
|
9
|
+
/**
|
|
10
|
+
* Gets the index at which the `key` is found in `array` of key-value pairs.
|
|
11
|
+
*
|
|
12
|
+
* @private
|
|
13
|
+
* @param {Array} array The array to inspect.
|
|
14
|
+
* @param {*} key The key to search for.
|
|
15
|
+
* @returns {number} Returns the index of the matched value, else `-1`.
|
|
16
|
+
*/
|
|
17
|
+
function assocIndexOf(array, key) {
|
|
18
|
+
var length = array.length;
|
|
19
|
+
while (length--) {
|
|
20
|
+
if (eq(array[length][0], key)) {
|
|
21
|
+
return length;
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
return -1;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
var _assocIndexOf = assocIndexOf;
|
|
28
|
+
|
|
29
|
+
exports.default = _assocIndexOf;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var _baseForOwn = require('./_baseForOwn.js');
|
|
6
|
+
var _createBaseEach = require('./_createBaseEach.js');
|
|
7
|
+
|
|
8
|
+
var baseForOwn = _baseForOwn.default,
|
|
9
|
+
createBaseEach = _createBaseEach.default;
|
|
10
|
+
|
|
11
|
+
/**
|
|
12
|
+
* The base implementation of `_.forEach` without support for iteratee shorthands.
|
|
13
|
+
*
|
|
14
|
+
* @private
|
|
15
|
+
* @param {Array|Object} collection The collection to iterate over.
|
|
16
|
+
* @param {Function} iteratee The function invoked per iteration.
|
|
17
|
+
* @returns {Array|Object} Returns `collection`.
|
|
18
|
+
*/
|
|
19
|
+
var baseEach = createBaseEach(baseForOwn);
|
|
20
|
+
|
|
21
|
+
var _baseEach = baseEach;
|
|
22
|
+
|
|
23
|
+
exports.default = _baseEach;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var _createBaseFor = require('./_createBaseFor.js');
|
|
6
|
+
|
|
7
|
+
var createBaseFor = _createBaseFor.default;
|
|
8
|
+
|
|
9
|
+
/**
|
|
10
|
+
* The base implementation of `baseForOwn` which iterates over `object`
|
|
11
|
+
* properties returned by `keysFunc` and invokes `iteratee` for each property.
|
|
12
|
+
* Iteratee functions may exit iteration early by explicitly returning `false`.
|
|
13
|
+
*
|
|
14
|
+
* @private
|
|
15
|
+
* @param {Object} object The object to iterate over.
|
|
16
|
+
* @param {Function} iteratee The function invoked per iteration.
|
|
17
|
+
* @param {Function} keysFunc The function to get the keys of `object`.
|
|
18
|
+
* @returns {Object} Returns `object`.
|
|
19
|
+
*/
|
|
20
|
+
var baseFor = createBaseFor();
|
|
21
|
+
|
|
22
|
+
var _baseFor = baseFor;
|
|
23
|
+
|
|
24
|
+
exports.default = _baseFor;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var _baseFor = require('./_baseFor.js');
|
|
6
|
+
var keys$1 = require('./keys.js');
|
|
7
|
+
|
|
8
|
+
var baseFor = _baseFor.default,
|
|
9
|
+
keys = keys$1.default;
|
|
10
|
+
|
|
11
|
+
/**
|
|
12
|
+
* The base implementation of `_.forOwn` without support for iteratee shorthands.
|
|
13
|
+
*
|
|
14
|
+
* @private
|
|
15
|
+
* @param {Object} object The object to iterate over.
|
|
16
|
+
* @param {Function} iteratee The function invoked per iteration.
|
|
17
|
+
* @returns {Object} Returns `object`.
|
|
18
|
+
*/
|
|
19
|
+
function baseForOwn(object, iteratee) {
|
|
20
|
+
return object && baseFor(object, iteratee, keys);
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
var _baseForOwn = baseForOwn;
|
|
24
|
+
|
|
25
|
+
exports.default = _baseForOwn;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var _castPath = require('./_castPath.js');
|
|
6
|
+
var _toKey = require('./_toKey.js');
|
|
7
|
+
|
|
8
|
+
var castPath = _castPath.default,
|
|
9
|
+
toKey = _toKey.default;
|
|
10
|
+
|
|
11
|
+
/**
|
|
12
|
+
* The base implementation of `_.get` without support for default values.
|
|
13
|
+
*
|
|
14
|
+
* @private
|
|
15
|
+
* @param {Object} object The object to query.
|
|
16
|
+
* @param {Array|string} path The path of the property to get.
|
|
17
|
+
* @returns {*} Returns the resolved value.
|
|
18
|
+
*/
|
|
19
|
+
function baseGet(object, path) {
|
|
20
|
+
path = castPath(path, object);
|
|
21
|
+
|
|
22
|
+
var index = 0,
|
|
23
|
+
length = path.length;
|
|
24
|
+
|
|
25
|
+
while (object != null && index < length) {
|
|
26
|
+
object = object[toKey(path[index++])];
|
|
27
|
+
}
|
|
28
|
+
return (index && index == length) ? object : undefined;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
var _baseGet = baseGet;
|
|
32
|
+
|
|
33
|
+
exports.default = _baseGet;
|