@unicom-cloud/utils 0.1.38 → 0.1.40
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/.virtual/_rolldown/runtime.js +13 -0
- package/.vite/license.md +3 -0
- package/.vite/manifest.json +10047 -0
- package/array/index.d.ts +2 -0
- package/array/index.js +8 -0
- package/assert/index.js +25 -33
- package/case-name/index.js +23 -22
- package/class-name/index.js +10 -9
- package/clipboard-copy/index.js +34 -33
- package/constant/address.js +14488 -5305
- package/constant/chineseCharacters.js +7 -5
- package/constant/constellations.js +19 -17
- package/constant/domain.js +7 -269
- package/constant/identity.js +20 -18
- package/constant/index.js +18 -31
- package/constant/isMobile.js +6 -7
- package/constant/keyboardCode.js +97 -101
- package/constant/licensePlate.js +10 -43
- package/constant/name.js +12 -667
- package/constant/platform.js +26 -20
- package/constant/protocol.js +20 -18
- package/constant/string.js +7 -5
- package/constant/ui.js +23 -19
- package/content-disposition/index.js +44 -54
- package/cookie/api.js +46 -0
- package/cookie/assign.js +12 -0
- package/cookie/converter.js +13 -0
- package/cookie/index.d.ts +1 -116
- package/cookie/index.js +4 -5
- package/date/convertTime.js +66 -59
- package/date/convertToDuration.js +36 -17
- package/date/index.js +10 -12
- package/decimal/decimal.js +792 -1054
- package/decimal/index.js +4 -6
- package/dom-helpers/activeElement.js +13 -12
- package/dom-helpers/addClass.js +8 -10
- package/dom-helpers/addEventListener.js +25 -32
- package/dom-helpers/animate.d.ts +19 -0
- package/dom-helpers/animate.js +38 -48
- package/dom-helpers/animationFrame.js +23 -19
- package/dom-helpers/attribute.js +10 -10
- package/dom-helpers/camelize.js +8 -7
- package/dom-helpers/camelizeStyle.d.ts +2 -0
- package/dom-helpers/camelizeStyle.js +9 -8
- package/dom-helpers/canUseDOM.js +6 -5
- package/dom-helpers/childElements.js +7 -6
- package/dom-helpers/childNodes.js +8 -7
- package/dom-helpers/clear.js +11 -11
- package/dom-helpers/closest.js +14 -13
- package/dom-helpers/collectElements.js +9 -10
- package/dom-helpers/collectSiblings.js +13 -14
- package/dom-helpers/contains.js +8 -8
- package/dom-helpers/css.d.ts +3 -0
- package/dom-helpers/css.js +15 -15
- package/dom-helpers/filterEventHandler.d.ts +2 -0
- package/dom-helpers/filterEventHandler.js +12 -11
- package/dom-helpers/getComputedStyle.js +8 -7
- package/dom-helpers/getElementCoordinates.js +42 -45
- package/dom-helpers/getScrollAccessor.js +14 -14
- package/dom-helpers/hasClass.js +7 -8
- package/dom-helpers/height.js +10 -9
- package/dom-helpers/hyphenate.js +8 -7
- package/dom-helpers/hyphenateStyle.d.ts +7 -0
- package/dom-helpers/hyphenateStyle.js +9 -8
- package/dom-helpers/index.js +96 -141
- package/dom-helpers/insertAfter.js +7 -6
- package/dom-helpers/isDocument.js +7 -6
- package/dom-helpers/isInput.js +8 -7
- package/dom-helpers/isTransform.js +8 -7
- package/dom-helpers/isVisible.js +7 -6
- package/dom-helpers/isWindow.js +8 -7
- package/dom-helpers/listen.d.ts +3 -0
- package/dom-helpers/listen.js +11 -10
- package/dom-helpers/matches.js +12 -11
- package/dom-helpers/nextUntil.js +8 -7
- package/dom-helpers/offset.js +22 -18
- package/dom-helpers/offsetParent.js +12 -13
- package/dom-helpers/ownerDocument.js +7 -6
- package/dom-helpers/ownerWindow.js +8 -7
- package/dom-helpers/parents.js +8 -7
- package/dom-helpers/position.js +31 -28
- package/dom-helpers/prepend.js +7 -6
- package/dom-helpers/querySelectorAll.js +8 -7
- package/dom-helpers/reflow.js +20 -25
- package/dom-helpers/remove.js +7 -6
- package/dom-helpers/removeClass.js +9 -17
- package/dom-helpers/removeEventListener.d.ts +11 -0
- package/dom-helpers/removeEventListener.js +8 -7
- package/dom-helpers/scrollLeft.js +6 -5
- package/dom-helpers/scrollParent.js +15 -15
- package/dom-helpers/scrollTo.js +27 -25
- package/dom-helpers/scrollTop.js +7 -6
- package/dom-helpers/scrollbarSize.js +13 -12
- package/dom-helpers/siblings.js +8 -10
- package/dom-helpers/text.js +9 -8
- package/dom-helpers/toggleClass.js +10 -9
- package/dom-helpers/transitionEnd.js +26 -31
- package/dom-helpers/triggerEvent.js +10 -9
- package/dom-helpers/types.d.ts +6 -0
- package/dom-helpers/types.js +6 -5
- package/dom-helpers/width.js +10 -9
- package/emitter/index.d.ts +75 -0
- package/emitter/index.js +68 -4
- package/emoji/emoji.js +57396 -52076
- package/emoji/emojis.js +6 -1920
- package/emoji/index.js +28 -32
- package/escape/index.js +9 -9
- package/file/fileRead.js +47 -54
- package/file/fileToDataURL.js +8 -8
- package/file/index.js +6 -9
- package/file/saveAs.js +61 -73
- package/filesize/LICENSE +1 -1
- package/filesize/constants.js +101 -0
- package/filesize/filesize.d.ts +89 -0
- package/filesize/filesize.js +50 -0
- package/filesize/helpers.d.ts +58 -0
- package/filesize/helpers.js +70 -0
- package/filesize/index.d.ts +2 -0
- package/filesize/index.js +4 -0
- package/function/index.js +8 -50
- package/idb/async-iterators.js +35 -32
- package/idb/database-extras.js +31 -26
- package/idb/entry.js +16 -36
- package/idb/index-.d.ts +18 -0
- package/idb/index-.js +82 -101
- package/idb/index.js +5 -9
- package/idb/util.js +6 -5
- package/idb/wrap-idb-value.d.ts +34 -0
- package/idb/wrap-idb-value.js +77 -80
- package/index.js +3 -4
- package/invariant/index.js +15 -21
- package/is/index.d.ts +89 -0
- package/is/index.js +142 -223
- package/is/lib/isAscii.d.ts +1 -0
- package/is/lib/isAscii.js +9 -8
- package/is/lib/isBase64.d.ts +4 -0
- package/is/lib/isBase64.js +16 -12
- package/is/lib/isChinese.d.ts +4 -0
- package/is/lib/isChinese.js +17 -17
- package/is/lib/isDataURI.d.ts +1 -0
- package/is/lib/isDataURI.js +18 -24
- package/is/lib/isEmail.js +59 -69
- package/is/lib/isFQDN.js +18 -25
- package/is/lib/isFullWidth.js +9 -9
- package/is/lib/isHSL.js +11 -10
- package/is/lib/isHalfWidth.js +9 -9
- package/is/lib/isHash.js +22 -21
- package/is/lib/isHexColor.js +10 -11
- package/is/lib/isIMEI.js +18 -19
- package/is/lib/isIP.js +16 -20
- package/is/lib/isIPRange.js +23 -24
- package/is/lib/isIdentityCard.js +112 -188
- package/is/lib/isJWT.js +11 -13
- package/is/lib/isMACAddress.js +9 -8
- package/is/lib/isMD5.js +8 -7
- package/is/lib/isMimeType.js +9 -8
- package/is/lib/isMobilePhone.js +180 -190
- package/is/lib/isPort.js +7 -6
- package/is/lib/isRgbColor.js +17 -17
- package/is/lib/isSemVer.js +16 -18
- package/is/lib/isSlug.js +8 -7
- package/is/lib/isStrongPassword.js +45 -43
- package/is/lib/isURL.js +64 -77
- package/is/lib/isUUID.js +22 -22
- package/is/lib/isVariableWidth.js +10 -9
- package/lodash/_DataView.js +8 -0
- package/lodash/_Hash.js +18 -0
- package/lodash/_LazyWrapper.js +12 -0
- package/lodash/_ListCache.js +18 -0
- package/lodash/_LodashWrapper.js +11 -0
- package/lodash/_Map.js +8 -0
- package/lodash/_MapCache.js +18 -0
- package/lodash/_Promise.js +8 -0
- package/lodash/_Set.js +8 -0
- package/lodash/_SetCache.js +13 -0
- package/lodash/_Stack.js +15 -0
- package/lodash/_Symbol.js +7 -0
- package/lodash/_Uint8Array.js +7 -0
- package/lodash/_WeakMap.js +8 -0
- package/lodash/_addMapEntry.js +8 -0
- package/lodash/_addSetEntry.js +8 -0
- package/lodash/_apply.js +14 -0
- package/lodash/_arrayAggregator.js +12 -0
- package/lodash/_arrayEach.js +9 -0
- package/lodash/_arrayEachRight.js +9 -0
- package/lodash/_arrayEvery.js +9 -0
- package/lodash/_arrayFilter.js +12 -0
- package/lodash/_arrayIncludes.js +9 -0
- package/lodash/_arrayIncludesWith.js +9 -0
- package/lodash/_arrayLikeKeys.js +17 -0
- package/lodash/_arrayMap.js +9 -0
- package/lodash/_arrayPush.js +9 -0
- package/lodash/_arrayReduce.js +10 -0
- package/lodash/_arrayReduceRight.js +10 -0
- package/lodash/_arraySample.js +10 -0
- package/lodash/_arraySampleSize.js +11 -0
- package/lodash/_arrayShuffle.js +10 -0
- package/lodash/_arraySome.js +9 -0
- package/lodash/_asciiSize.js +7 -0
- package/lodash/_asciiToArray.js +8 -0
- package/lodash/_asciiWords.js +9 -0
- package/lodash/_assignMergeValue.js +10 -0
- package/lodash/_assignValue.js +12 -0
- package/lodash/_assocIndexOf.js +10 -0
- package/lodash/_baseAggregator.js +11 -0
- package/lodash/_baseAssign.js +10 -0
- package/lodash/_baseAssignIn.js +10 -0
- package/lodash/_baseAssignValue.js +14 -0
- package/lodash/_baseAt.js +10 -0
- package/lodash/_baseClamp.js +8 -0
- package/lodash/_baseClone.js +59 -0
- package/lodash/_baseConforms.js +13 -0
- package/lodash/_baseConformsTo.js +14 -0
- package/lodash/_baseCreate.js +16 -0
- package/lodash/_baseDelay.js +12 -0
- package/lodash/_baseDifference.js +25 -0
- package/lodash/_baseEach.js +8 -0
- package/lodash/_baseEachRight.js +8 -0
- package/lodash/_baseEvery.js +12 -0
- package/lodash/_baseExtremum.js +13 -0
- package/lodash/_baseFill.js +12 -0
- package/lodash/_baseFilter.js +12 -0
- package/lodash/_baseFindIndex.js +9 -0
- package/lodash/_baseFindKey.js +11 -0
- package/lodash/_baseFlatten.js +15 -0
- package/lodash/_baseFor.js +7 -0
- package/lodash/_baseForOwn.js +10 -0
- package/lodash/_baseForOwnRight.js +10 -0
- package/lodash/_baseForRight.js +7 -0
- package/lodash/_baseFunctions.js +12 -0
- package/lodash/_baseGet.js +12 -0
- package/lodash/_baseGetAllKeys.js +11 -0
- package/lodash/_baseGetTag.js +12 -0
- package/lodash/_baseGt.js +8 -0
- package/lodash/_baseHas.js +9 -0
- package/lodash/_baseHasIn.js +8 -0
- package/lodash/_baseInRange.js +9 -0
- package/lodash/_baseIndexOf.js +11 -0
- package/lodash/_baseIndexOfWith.js +9 -0
- package/lodash/_baseIntersection.js +31 -0
- package/lodash/_baseInverter.js +11 -0
- package/lodash/_baseInvoke.js +15 -0
- package/lodash/_baseIsArguments.js +11 -0
- package/lodash/_baseIsArrayBuffer.js +11 -0
- package/lodash/_baseIsDate.js +11 -0
- package/lodash/_baseIsEqual.js +10 -0
- package/lodash/_baseIsEqualDeep.js +32 -0
- package/lodash/_baseIsMap.js +11 -0
- package/lodash/_baseIsMatch.js +28 -0
- package/lodash/_baseIsNaN.js +8 -0
- package/lodash/_baseIsNative.js +13 -0
- package/lodash/_baseIsRegExp.js +11 -0
- package/lodash/_baseIsSet.js +11 -0
- package/lodash/_baseIsTypedArray.js +13 -0
- package/lodash/_baseIteratee.js +13 -0
- package/lodash/_baseKeys.js +14 -0
- package/lodash/_baseKeysIn.js +15 -0
- package/lodash/_baseLodash.js +6 -0
- package/lodash/_baseLt.js +8 -0
- package/lodash/_baseMap.js +13 -0
- package/lodash/_baseMatches.js +14 -0
- package/lodash/_baseMatchesProperty.js +19 -0
- package/lodash/_baseMean.js +11 -0
- package/lodash/_baseMerge.js +21 -0
- package/lodash/_baseMergeDeep.js +33 -0
- package/lodash/_baseNth.js +10 -0
- package/lodash/_baseOrderBy.js +33 -0
- package/lodash/_basePick.js +12 -0
- package/lodash/_basePickBy.js +15 -0
- package/lodash/_baseProperty.js +10 -0
- package/lodash/_basePropertyDeep.js +11 -0
- package/lodash/_basePropertyOf.js +10 -0
- package/lodash/_basePullAll.js +16 -0
- package/lodash/_basePullAt.js +18 -0
- package/lodash/_baseRandom.js +9 -0
- package/lodash/_baseRange.js +10 -0
- package/lodash/_baseReduce.js +10 -0
- package/lodash/_baseRepeat.js +14 -0
- package/lodash/_baseRest.js +11 -0
- package/lodash/_baseSample.js +10 -0
- package/lodash/_baseSampleSize.js +12 -0
- package/lodash/_baseSet.js +24 -0
- package/lodash/_baseSetData.js +10 -0
- package/lodash/_baseSetToString.js +16 -0
- package/lodash/_baseShuffle.js +10 -0
- package/lodash/_baseSlice.js +11 -0
- package/lodash/_baseSome.js +12 -0
- package/lodash/_baseSortBy.js +10 -0
- package/lodash/_baseSortedIndex.js +20 -0
- package/lodash/_baseSortedIndexBy.js +19 -0
- package/lodash/_baseSortedUniq.js +16 -0
- package/lodash/_baseSum.js +12 -0
- package/lodash/_baseTimes.js +9 -0
- package/lodash/_baseToNumber.js +10 -0
- package/lodash/_baseToPairs.js +11 -0
- package/lodash/_baseToString.js +17 -0
- package/lodash/_baseTrim.js +10 -0
- package/lodash/_baseUnary.js +10 -0
- package/lodash/_baseUniq.js +29 -0
- package/lodash/_baseUnset.js +21 -0
- package/lodash/_baseUpdate.js +10 -0
- package/lodash/_baseValues.js +11 -0
- package/lodash/_baseWhile.js +10 -0
- package/lodash/_baseWrapperValue.js +14 -0
- package/lodash/_baseXor.js +14 -0
- package/lodash/_baseZipObject.js +12 -0
- package/lodash/_cacheHas.js +8 -0
- package/lodash/_castArrayLikeObject.js +9 -0
- package/lodash/_castFunction.js +9 -0
- package/lodash/_castPath.js +12 -0
- package/lodash/_castRest.js +7 -0
- package/lodash/_castSlice.js +10 -0
- package/lodash/_charsEndIndex.js +10 -0
- package/lodash/_charsStartIndex.js +10 -0
- package/lodash/_cloneArrayBuffer.js +10 -0
- package/lodash/_cloneBuffer.js +12 -0
- package/lodash/_cloneDataView.js +10 -0
- package/lodash/_cloneMap.js +12 -0
- package/lodash/_cloneRegExp.js +10 -0
- package/lodash/_cloneSet.js +12 -0
- package/lodash/_cloneSymbol.js +10 -0
- package/lodash/_cloneTypedArray.js +10 -0
- package/lodash/_compareAscending.js +14 -0
- package/lodash/_compareMultiple.js +13 -0
- package/lodash/_composeArgs.js +12 -0
- package/lodash/_composeArgsRight.js +12 -0
- package/lodash/_copyArray.js +10 -0
- package/lodash/_copyObject.js +16 -0
- package/lodash/_copySymbols.js +10 -0
- package/lodash/_copySymbolsIn.js +10 -0
- package/lodash/_coreJsData.js +7 -0
- package/lodash/_countHolders.js +9 -0
- package/lodash/_createAggregator.js +15 -0
- package/lodash/_createAssigner.js +17 -0
- package/lodash/_createBaseEach.js +14 -0
- package/lodash/_createBaseFor.js +14 -0
- package/lodash/_createBind.js +15 -0
- package/lodash/_createCaseFirst.js +16 -0
- package/lodash/_createCompounder.js +14 -0
- package/lodash/_createCtor.js +24 -0
- package/lodash/_createCurry.js +21 -0
- package/lodash/_createFind.js +21 -0
- package/lodash/_createFlow.js +33 -0
- package/lodash/_createHybrid.js +29 -0
- package/lodash/_createInverter.js +11 -0
- package/lodash/_createMathOperation.js +18 -0
- package/lodash/_createOver.js +21 -0
- package/lodash/_createPadding.js +19 -0
- package/lodash/_createPartial.js +18 -0
- package/lodash/_createRange.js +13 -0
- package/lodash/_createRecurry.js +26 -0
- package/lodash/_createRelationalOperation.js +11 -0
- package/lodash/_createRound.js +20 -0
- package/lodash/_createSet.js +11 -0
- package/lodash/_createToPairs.js +16 -0
- package/lodash/_createWrap.js +40 -0
- package/lodash/_customDefaultsAssignIn.js +10 -0
- package/lodash/_customDefaultsMerge.js +10 -0
- package/lodash/_customOmitClone.js +9 -0
- package/lodash/_deburrLetter.js +198 -0
- package/lodash/_defineProperty.js +12 -0
- package/lodash/_equalArrays.js +37 -0
- package/lodash/_equalByTag.js +37 -0
- package/lodash/_equalObjects.js +34 -0
- package/lodash/_escapeHtmlChar.js +13 -0
- package/lodash/_escapeStringChar.js +16 -0
- package/lodash/_flatRest.js +11 -0
- package/lodash/_freeGlobal.js +6 -0
- package/lodash/_getAllKeys.js +11 -0
- package/lodash/_getAllKeysIn.js +11 -0
- package/lodash/_getData.js +10 -0
- package/lodash/_getFuncName.js +14 -0
- package/lodash/_getHolder.js +8 -0
- package/lodash/_getMapData.js +10 -0
- package/lodash/_getMatchData.js +18 -0
- package/lodash/_getNative.js +11 -0
- package/lodash/_getPrototype.js +7 -0
- package/lodash/_getRawTag.js +16 -0
- package/lodash/_getSymbols.js +12 -0
- package/lodash/_getSymbolsIn.js +13 -0
- package/lodash/_getTag.js +25 -0
- package/lodash/_getValue.js +8 -0
- package/lodash/_getView.js +29 -0
- package/lodash/_getWrapDetails.js +10 -0
- package/lodash/_hasPath.js +20 -0
- package/lodash/_hasUnicode.js +9 -0
- package/lodash/_hasUnicodeWord.js +9 -0
- package/lodash/_hashClear.js +9 -0
- package/lodash/_hashDelete.js +9 -0
- package/lodash/_hashGet.js +15 -0
- package/lodash/_hashHas.js +11 -0
- package/lodash/_hashSet.js +11 -0
- package/lodash/_initCloneArray.js +10 -0
- package/lodash/_initCloneByTag.js +35 -0
- package/lodash/_initCloneObject.js +11 -0
- package/lodash/_insertWrapDetails.js +12 -0
- package/lodash/_isFlattenable.js +12 -0
- package/lodash/_isIndex.js +10 -0
- package/lodash/_isIterateeCall.js +14 -0
- package/lodash/_isKey.js +13 -0
- package/lodash/_isKeyable.js +9 -0
- package/lodash/_isLaziable.js +16 -0
- package/lodash/_isMaskable.js +9 -0
- package/lodash/_isMasked.js +13 -0
- package/lodash/_isPrototype.js +10 -0
- package/lodash/_isStrictComparable.js +9 -0
- package/lodash/_iteratorToArray.js +9 -0
- package/lodash/_lazyClone.js +11 -0
- package/lodash/_lazyReverse.js +13 -0
- package/lodash/_lazyValue.js +27 -0
- package/lodash/_listCacheClear.js +8 -0
- package/lodash/_listCacheDelete.js +11 -0
- package/lodash/_listCacheGet.js +10 -0
- package/lodash/_listCacheHas.js +9 -0
- package/lodash/_listCacheSet.js +10 -0
- package/lodash/_mapCacheClear.js +15 -0
- package/lodash/_mapCacheDelete.js +10 -0
- package/lodash/_mapCacheGet.js +9 -0
- package/lodash/_mapCacheHas.js +9 -0
- package/lodash/_mapCacheSet.js +10 -0
- package/lodash/_mapToArray.js +11 -0
- package/lodash/_matchesStrictComparable.js +10 -0
- package/lodash/_memoizeCapped.js +13 -0
- package/lodash/_mergeData.js +20 -0
- package/lodash/_metaMap.js +7 -0
- package/lodash/_nativeCreate.js +7 -0
- package/lodash/_nativeKeys.js +7 -0
- package/lodash/_nativeKeysIn.js +10 -0
- package/lodash/_nodeUtil.js +11 -0
- package/lodash/_objectToString.js +9 -0
- package/lodash/_overArg.js +10 -0
- package/lodash/_overRest.js +15 -0
- package/lodash/_parent.js +10 -0
- package/lodash/_reEscape.js +6 -0
- package/lodash/_reEvaluate.js +6 -0
- package/lodash/_reInterpolate.js +6 -0
- package/lodash/_realNames.js +6 -0
- package/lodash/_reorder.js +15 -0
- package/lodash/_replaceHolders.js +13 -0
- package/lodash/_root.js +7 -0
- package/lodash/_safeGet.js +8 -0
- package/lodash/_setCacheAdd.js +9 -0
- package/lodash/_setCacheHas.d.ts +11 -0
- package/lodash/_setCacheHas.js +8 -0
- package/lodash/_setData.js +8 -0
- package/lodash/_setToArray.js +11 -0
- package/lodash/_setToPairs.js +11 -0
- package/lodash/_setToString.js +8 -0
- package/lodash/_setWrapToString.js +13 -0
- package/lodash/_shortOut.js +16 -0
- package/lodash/_shuffleSelf.js +14 -0
- package/lodash/_stackClear.js +9 -0
- package/lodash/_stackDelete.js +9 -0
- package/lodash/_stackGet.js +8 -0
- package/lodash/_stackHas.js +8 -0
- package/lodash/_stackSet.js +18 -0
- package/lodash/_strictIndexOf.js +9 -0
- package/lodash/_strictLastIndexOf.js +9 -0
- package/lodash/_stringSize.js +11 -0
- package/lodash/_stringToArray.js +11 -0
- package/lodash/_stringToPath.js +12 -0
- package/lodash/_toKey.js +12 -0
- package/lodash/_toSource.js +17 -0
- package/lodash/_trimmedEndIndex.js +10 -0
- package/lodash/_unescapeHtmlChar.js +13 -0
- package/lodash/_unicodeSize.js +20 -0
- package/lodash/_unicodeToArray.js +19 -0
- package/lodash/_unicodeWords.js +34 -0
- package/lodash/_updateWrapDetails.js +24 -0
- package/lodash/_wrapperClone.js +13 -0
- package/lodash/add.js +9 -0
- package/lodash/after.js +13 -0
- package/lodash/array.default.js +136 -0
- package/lodash/array.js +68 -0
- package/lodash/ary.js +10 -0
- package/lodash/assign.js +18 -0
- package/lodash/assignIn.js +11 -0
- package/lodash/assignInWith.js +11 -0
- package/lodash/assignWith.js +11 -0
- package/lodash/at.js +8 -0
- package/lodash/attempt.js +15 -0
- package/lodash/before.js +14 -0
- package/lodash/bind.js +18 -0
- package/lodash/bindAll.js +15 -0
- package/lodash/bindKey.js +18 -0
- package/lodash/camelCase.js +10 -0
- package/lodash/capitalize.js +10 -0
- package/lodash/castArray.js +11 -0
- package/lodash/ceil.js +7 -0
- package/lodash/chain.js +10 -0
- package/lodash/chunk.js +16 -0
- package/lodash/clamp.js +10 -0
- package/lodash/clone.js +10 -0
- package/lodash/cloneDeep.js +10 -0
- package/lodash/cloneDeepWith.js +10 -0
- package/lodash/cloneWith.js +10 -0
- package/lodash/collection.default.js +63 -0
- package/lodash/collection.js +32 -0
- package/lodash/commit.js +9 -0
- package/lodash/compact.d.ts +17 -0
- package/lodash/compact.js +12 -0
- package/lodash/concat.js +15 -0
- package/lodash/cond.js +22 -0
- package/lodash/conforms.js +11 -0
- package/lodash/conformsTo.js +10 -0
- package/lodash/constant.js +10 -0
- package/lodash/countBy.js +10 -0
- package/lodash/create.js +11 -0
- package/lodash/curry.js +13 -0
- package/lodash/curryRight.js +13 -0
- package/lodash/date.default.js +7 -0
- package/lodash/date.js +5 -0
- package/lodash/debounce.js +52 -0
- package/lodash/deburr.js +11 -0
- package/lodash/defaultTo.js +8 -0
- package/lodash/defaults.js +18 -0
- package/lodash/defaultsDeep.js +12 -0
- package/lodash/defer.js +10 -0
- package/lodash/delay.js +11 -0
- package/lodash/difference.js +12 -0
- package/lodash/differenceBy.js +15 -0
- package/lodash/differenceWith.js +14 -0
- package/lodash/divide.js +9 -0
- package/lodash/drop.js +11 -0
- package/lodash/dropRight.js +11 -0
- package/lodash/dropRightWhile.js +10 -0
- package/lodash/dropWhile.js +10 -0
- package/lodash/each.js +4 -0
- package/lodash/eachRight.js +4 -0
- package/lodash/endsWith.js +16 -0
- package/lodash/entries.js +4 -0
- package/lodash/entriesIn.js +4 -0
- package/lodash/eq.js +8 -0
- package/lodash/escape.js +11 -0
- package/lodash/escapeRegExp.js +10 -0
- package/lodash/every.js +14 -0
- package/lodash/extend.js +4 -0
- package/lodash/extendWith.js +4 -0
- package/lodash/fill.js +11 -0
- package/lodash/filter.js +12 -0
- package/lodash/find.js +8 -0
- package/lodash/findIndex.js +15 -0
- package/lodash/findKey.js +11 -0
- package/lodash/findLast.js +8 -0
- package/lodash/findLastIndex.js +15 -0
- package/lodash/findLastKey.js +11 -0
- package/lodash/first.js +4 -0
- package/lodash/flatMap.js +10 -0
- package/lodash/flatMapDeep.js +11 -0
- package/lodash/flatMapDepth.js +11 -0
- package/lodash/flatten.js +9 -0
- package/lodash/flattenDeep.js +10 -0
- package/lodash/flattenDepth.js +10 -0
- package/lodash/flip.js +10 -0
- package/lodash/floor.js +7 -0
- package/lodash/flow.js +7 -0
- package/lodash/flowRight.js +7 -0
- package/lodash/forEach.js +12 -0
- package/lodash/forEachRight.js +12 -0
- package/lodash/forIn.js +11 -0
- package/lodash/forInRight.js +11 -0
- package/lodash/forOwn.js +10 -0
- package/lodash/forOwnRight.js +10 -0
- package/lodash/fromPairs.js +13 -0
- package/lodash/function.default.js +53 -0
- package/lodash/function.js +27 -0
- package/lodash/functions.js +10 -0
- package/lodash/functionsIn.js +10 -0
- package/lodash/get.js +10 -0
- package/lodash/groupBy.js +10 -0
- package/lodash/gt.js +8 -0
- package/lodash/gte.js +9 -0
- package/lodash/has.js +10 -0
- package/lodash/hasIn.js +10 -0
- package/lodash/head.js +8 -0
- package/lodash/identity.js +8 -0
- package/lodash/inRange.js +11 -0
- package/lodash/includes.js +16 -0
- package/lodash/index.js +312 -0
- package/lodash/indexOf.js +14 -0
- package/lodash/initial.js +9 -0
- package/lodash/intersection.js +13 -0
- package/lodash/intersectionBy.js +15 -0
- package/lodash/intersectionWith.js +14 -0
- package/lodash/invert.js +11 -0
- package/lodash/invertBy.js +10 -0
- package/lodash/invoke.js +8 -0
- package/lodash/invokeMap.js +16 -0
- package/lodash/isArguments.js +12 -0
- package/lodash/isArray.js +6 -0
- package/lodash/isArrayBuffer.js +9 -0
- package/lodash/isArrayLike.js +10 -0
- package/lodash/isArrayLikeObject.js +10 -0
- package/lodash/isBoolean.js +11 -0
- package/lodash/isBuffer.js +8 -0
- package/lodash/isDate.js +9 -0
- package/lodash/isElement.js +10 -0
- package/lodash/isEmpty.js +23 -0
- package/lodash/isEqual.js +9 -0
- package/lodash/isEqualWith.js +11 -0
- package/lodash/isError.js +14 -0
- package/lodash/isFinite.js +10 -0
- package/lodash/isFunction.js +13 -0
- package/lodash/isInteger.js +9 -0
- package/lodash/isLength.js +9 -0
- package/lodash/isMap.js +9 -0
- package/lodash/isMatch.js +10 -0
- package/lodash/isMatchWith.js +10 -0
- package/lodash/isNaN.js +9 -0
- package/lodash/isNative.js +12 -0
- package/lodash/isNil.js +8 -0
- package/lodash/isNull.js +8 -0
- package/lodash/isNumber.js +11 -0
- package/lodash/isObject.js +9 -0
- package/lodash/isObjectLike.js +8 -0
- package/lodash/isPlainObject.js +16 -0
- package/lodash/isPromise.d.ts +2 -0
- package/lodash/isPromise.js +11 -0
- package/lodash/isRegExp.js +9 -0
- package/lodash/isSafeInteger.js +10 -0
- package/lodash/isSet.js +9 -0
- package/lodash/isString.js +12 -0
- package/lodash/isSymbol.js +11 -0
- package/lodash/isTypedArray.js +9 -0
- package/lodash/isUndefined.js +8 -0
- package/lodash/isWeakMap.js +11 -0
- package/lodash/isWeakSet.js +11 -0
- package/lodash/iteratee.js +11 -0
- package/lodash/join.js +9 -0
- package/lodash/kebabCase.js +9 -0
- package/lodash/keyBy.js +10 -0
- package/lodash/keys.js +11 -0
- package/lodash/keysIn.js +11 -0
- package/lodash/lang.default.js +119 -0
- package/lodash/lang.js +60 -0
- package/lodash/last.js +9 -0
- package/lodash/lastIndexOf.js +16 -0
- package/lodash/lodash.d.ts +317 -0
- package/lodash/lodash.default.js +182 -0
- package/lodash/lodash.js +319 -0
- package/lodash/lowerCase.js +9 -0
- package/lodash/lowerFirst.js +7 -0
- package/lodash/lt.js +8 -0
- package/lodash/lte.js +9 -0
- package/lodash/map.js +12 -0
- package/lodash/mapKeys.js +14 -0
- package/lodash/mapValues.js +14 -0
- package/lodash/matches.js +11 -0
- package/lodash/matchesProperty.js +11 -0
- package/lodash/math.default.js +37 -0
- package/lodash/math.js +19 -0
- package/lodash/max.js +11 -0
- package/lodash/maxBy.js +11 -0
- package/lodash/mean.js +10 -0
- package/lodash/meanBy.js +10 -0
- package/lodash/memoize.js +18 -0
- package/lodash/merge.js +10 -0
- package/lodash/mergeWith.js +10 -0
- package/lodash/method.js +12 -0
- package/lodash/methodOf.js +12 -0
- package/lodash/min.js +11 -0
- package/lodash/minBy.js +11 -0
- package/lodash/mixin.js +30 -0
- package/lodash/multiply.js +9 -0
- package/lodash/negate.js +19 -0
- package/lodash/next.js +14 -0
- package/lodash/noop.js +6 -0
- package/lodash/now.js +9 -0
- package/lodash/nth.js +10 -0
- package/lodash/nthArg.js +13 -0
- package/lodash/number.default.js +13 -0
- package/lodash/number.js +7 -0
- package/lodash/object.default.js +101 -0
- package/lodash/object.js +51 -0
- package/lodash/omit.js +23 -0
- package/lodash/omitBy.js +11 -0
- package/lodash/once.js +9 -0
- package/lodash/orderBy.js +10 -0
- package/lodash/over.js +8 -0
- package/lodash/overArgs.js +21 -0
- package/lodash/overEvery.js +8 -0
- package/lodash/overSome.js +8 -0
- package/lodash/pad.js +17 -0
- package/lodash/padEnd.js +14 -0
- package/lodash/padStart.js +14 -0
- package/lodash/parseInt.js +11 -0
- package/lodash/partial.js +13 -0
- package/lodash/partialRight.js +13 -0
- package/lodash/partition.js +11 -0
- package/lodash/pick.js +10 -0
- package/lodash/pickBy.js +18 -0
- package/lodash/plant.js +16 -0
- package/lodash/property.js +12 -0
- package/lodash/propertyOf.js +11 -0
- package/lodash/pull.js +8 -0
- package/lodash/pullAll.js +9 -0
- package/lodash/pullAllBy.js +10 -0
- package/lodash/pullAllWith.js +9 -0
- package/lodash/pullAt.js +17 -0
- package/lodash/random.d.ts +42 -0
- package/lodash/random.js +20 -0
- package/lodash/range.js +7 -0
- package/lodash/rangeRight.js +7 -0
- package/lodash/rearg.js +10 -0
- package/lodash/reduce.js +14 -0
- package/lodash/reduceRight.js +14 -0
- package/lodash/reject.js +13 -0
- package/lodash/remove.js +17 -0
- package/lodash/repeat.js +12 -0
- package/lodash/replace.js +10 -0
- package/lodash/rest.js +12 -0
- package/lodash/result.js +17 -0
- package/lodash/reverse.js +9 -0
- package/lodash/round.js +7 -0
- package/lodash/sample.js +11 -0
- package/lodash/sampleSize.js +13 -0
- package/lodash/seq.default.js +35 -0
- package/lodash/seq.js +18 -0
- package/lodash/set.js +9 -0
- package/lodash/setWith.js +9 -0
- package/lodash/shuffle.js +11 -0
- package/lodash/size.js +17 -0
- package/lodash/slice.js +12 -0
- package/lodash/snakeCase.js +9 -0
- package/lodash/some.js +14 -0
- package/lodash/sortBy.js +14 -0
- package/lodash/sortedIndex.js +9 -0
- package/lodash/sortedIndexBy.js +10 -0
- package/lodash/sortedIndexOf.js +15 -0
- package/lodash/sortedLastIndex.js +9 -0
- package/lodash/sortedLastIndexBy.js +10 -0
- package/lodash/sortedLastIndexOf.js +14 -0
- package/lodash/sortedUniq.js +9 -0
- package/lodash/sortedUniqBy.js +10 -0
- package/lodash/split.js +16 -0
- package/lodash/spread.js +18 -0
- package/lodash/startCase.js +10 -0
- package/lodash/startsWith.js +12 -0
- package/lodash/string.default.js +69 -0
- package/lodash/string.js +35 -0
- package/lodash/stubArray.js +8 -0
- package/lodash/stubFalse.js +8 -0
- package/lodash/stubObject.js +8 -0
- package/lodash/stubString.js +8 -0
- package/lodash/stubTrue.js +8 -0
- package/lodash/subtract.js +9 -0
- package/lodash/sum.js +10 -0
- package/lodash/sumBy.js +10 -0
- package/lodash/tail.js +10 -0
- package/lodash/take.js +10 -0
- package/lodash/takeRight.js +11 -0
- package/lodash/takeRightWhile.js +10 -0
- package/lodash/takeWhile.js +10 -0
- package/lodash/tap.js +8 -0
- package/lodash/template.d.ts +117 -0
- package/lodash/template.js +39 -0
- package/lodash/templateSettings.d.ts +15 -0
- package/lodash/templateSettings.js +16 -0
- package/lodash/throttle.js +17 -0
- package/lodash/thru.js +8 -0
- package/lodash/times.js +16 -0
- package/lodash/toArray.js +23 -0
- package/lodash/toFinite.js +10 -0
- package/lodash/toInteger.js +10 -0
- package/lodash/toIterator.js +8 -0
- package/lodash/toJSON.js +4 -0
- package/lodash/toLength.js +11 -0
- package/lodash/toLower.js +9 -0
- package/lodash/toNumber.js +21 -0
- package/lodash/toPairs.js +8 -0
- package/lodash/toPairsIn.js +8 -0
- package/lodash/toPath.js +15 -0
- package/lodash/toPlainObject.js +10 -0
- package/lodash/toSafeInteger.js +11 -0
- package/lodash/toString.js +9 -0
- package/lodash/toUpper.js +9 -0
- package/lodash/transform.js +25 -0
- package/lodash/trim.js +18 -0
- package/lodash/trimEnd.js +17 -0
- package/lodash/trimStart.js +17 -0
- package/lodash/truncate.js +44 -0
- package/lodash/unary.js +9 -0
- package/lodash/unescape.js +11 -0
- package/lodash/union.js +12 -0
- package/lodash/unionBy.js +15 -0
- package/lodash/unionWith.js +14 -0
- package/lodash/uniq.js +9 -0
- package/lodash/uniqBy.js +10 -0
- package/lodash/uniqWith.js +9 -0
- package/lodash/uniqueId.js +11 -0
- package/lodash/unset.js +9 -0
- package/lodash/unzip.js +20 -0
- package/lodash/unzipWith.js +15 -0
- package/lodash/update.js +10 -0
- package/lodash/updateWith.js +10 -0
- package/lodash/upperCase.js +9 -0
- package/lodash/upperFirst.js +7 -0
- package/lodash/util.default.js +71 -0
- package/lodash/util.js +36 -0
- package/lodash/value.js +4 -0
- package/lodash/valueOf.js +4 -0
- package/lodash/values.js +10 -0
- package/lodash/valuesIn.js +10 -0
- package/lodash/without.js +11 -0
- package/lodash/words.js +12 -0
- package/lodash/wrap.js +10 -0
- package/lodash/wrapperAt.js +23 -0
- package/lodash/wrapperChain.js +9 -0
- package/lodash/wrapperLodash.js +20 -0
- package/lodash/wrapperReverse.js +21 -0
- package/lodash/wrapperValue.js +9 -0
- package/lodash/xor.js +12 -0
- package/lodash/xorBy.js +15 -0
- package/lodash/xorWith.js +14 -0
- package/lodash/zip.js +8 -0
- package/lodash/zipObject.js +10 -0
- package/lodash/zipObjectDeep.js +10 -0
- package/lodash/zipWith.js +11 -0
- package/math/index.js +20 -22
- package/md5/index.js +60 -66
- package/mock/MockWebSocket.js +80 -93
- package/mock/MockXMLHttpRequest.js +83 -82
- package/mock/index.js +5 -9
- package/normalize-wheel/ExecutionEnvironment.js +12 -12
- package/normalize-wheel/UserAgent_DEPRECATED.js +71 -145
- package/normalize-wheel/index.js +18 -12
- package/normalize-wheel/isEventSupported.js +14 -15
- package/number-to-chinese/index.js +105 -71
- package/nzh/cn.js +9 -8
- package/nzh/hk.js +9 -8
- package/nzh/index.js +4 -5
- package/nzh/nzh.d.ts +36 -74
- package/nzh/nzh.js +25 -21
- package/nzh/src/autoGet.js +28 -25
- package/nzh/src/index.js +80 -91
- package/nzh/src/langs/cn_b.js +13 -12
- package/nzh/src/langs/cn_s.js +10 -9
- package/nzh/src/langs/hk_b.js +13 -12
- package/nzh/src/langs/hk_s.js +10 -9
- package/nzh/src/utils.js +60 -72
- package/object/index.d.ts +7 -0
- package/object/index.js +14 -15
- package/package.json +1 -1
- package/pinyin/core.js +136 -0
- package/pinyin/index.d.ts +1 -6
- package/pinyin/index.js +4 -5
- package/pinyin/simplified.js +8 -5
- package/pinyin/simplified_dict.js +411 -0
- package/pinyin/traditional.js +8 -5
- package/pinyin/traditional_dict.js +404 -0
- package/query-string/base.d.ts +11 -807
- package/query-string/base.js +254 -277
- package/query-string/index.d.ts +0 -14
- package/query-string/index.js +7 -5
- package/query-string/splitOnFirst.js +11 -14
- package/random/address.js +28 -32
- package/random/constellation.js +9 -8
- package/random/image.js +11 -20
- package/random/index.d.ts +31 -0
- package/random/index.js +97 -82
- package/random/licensePlate.js +10 -11
- package/random/name.js +26 -25
- package/random/number.js +16 -15
- package/random/text.js +98 -117
- package/random/time.js +8 -8
- package/random/web.js +42 -37
- package/sanitize-url/index.js +18 -20
- package/screenfull/index.js +46 -49
- package/sleep/index.js +7 -6
- package/snapdom/api/preCache.d.ts +30 -0
- package/snapdom/api/preCache.js +73 -0
- package/snapdom/api/snapdom.js +233 -0
- package/snapdom/core/cache.d.ts +39 -0
- package/snapdom/core/cache.js +59 -0
- package/snapdom/core/capture.js +171 -0
- package/snapdom/core/clone.js +266 -0
- package/snapdom/core/context.d.ts +60 -0
- package/snapdom/core/context.js +41 -0
- package/snapdom/core/plugins.js +62 -0
- package/snapdom/core/prepare.js +97 -0
- package/snapdom/exporters/download.js +53 -0
- package/snapdom/exporters/toBlob.js +15 -0
- package/snapdom/exporters/toCanvas.js +88 -0
- package/snapdom/exporters/toImg.js +36 -0
- package/snapdom/index.browser.js +7 -0
- package/snapdom/index.js +5 -7
- package/snapdom/modules/CSSVar.js +82 -0
- package/snapdom/modules/background.js +85 -0
- package/snapdom/modules/changeCSS.js +53 -0
- package/snapdom/modules/counter.js +161 -0
- package/snapdom/modules/fonts.d.ts +85 -0
- package/snapdom/modules/fonts.js +594 -0
- package/snapdom/modules/iconFonts.js +139 -0
- package/snapdom/modules/images.js +89 -0
- package/snapdom/modules/lineClamp.d.ts +18 -0
- package/snapdom/modules/lineClamp.js +46 -0
- package/snapdom/modules/pseudo.js +301 -0
- package/snapdom/modules/rasterize.js +10 -0
- package/snapdom/modules/snapFetch.js +253 -0
- package/snapdom/modules/styles.js +198 -0
- package/snapdom/modules/svgDefs.js +98 -0
- package/snapdom/utils/browser.d.ts +11 -0
- package/snapdom/utils/browser.js +25 -0
- package/snapdom/utils/capture.helpers.d.ts +49 -0
- package/snapdom/utils/capture.helpers.js +156 -0
- package/snapdom/utils/clone.helpers.d.ts +127 -0
- package/snapdom/utils/clone.helpers.js +315 -0
- package/snapdom/utils/css.js +183 -0
- package/snapdom/utils/debug.d.ts +12 -0
- package/snapdom/utils/debug.js +9 -0
- package/snapdom/utils/helpers.d.ts +23 -0
- package/snapdom/utils/helpers.js +39 -0
- package/snapdom/utils/image.js +27 -0
- package/snapdom/utils/index.d.ts +5 -0
- package/snapdom/utils/index.js +7 -0
- package/snapdom/utils/prepare.helpers.d.ts +18 -0
- package/snapdom/utils/prepare.helpers.js +35 -0
- package/snapdom/utils/transforms.helpers.js +257 -0
- package/string/chars.js +333 -659
- package/string/index.d.ts +11 -0
- package/string/index.js +11 -14
- package/tinycolor/conversion.d.ts +79 -0
- package/tinycolor/conversion.js +168 -0
- package/tinycolor/css-color-names.js +155 -0
- package/tinycolor/format-input.d.ts +38 -0
- package/tinycolor/format-input.js +108 -0
- package/tinycolor/from-ratio.js +23 -0
- package/tinycolor/index.d.ts +216 -0
- package/tinycolor/index.js +271 -46
- package/tinycolor/interfaces.js +2 -0
- package/tinycolor/public_api.js +12 -0
- package/tinycolor/random.js +217 -0
- package/tinycolor/readability.d.ts +47 -0
- package/tinycolor/readability.js +38 -0
- package/tinycolor/to-ms-filter.d.ts +5 -0
- package/tinycolor/to-ms-filter.js +15 -0
- package/tinycolor/umd_api.js +25 -0
- package/tinycolor/utils.js +28 -0
- package/tree/index.d.ts +8 -0
- package/tree/index.js +58 -67
- package/tree/searchTree.js +86 -0
- package/tween/easing.js +68 -0
- package/tween/index.d.ts +4 -0
- package/tween/index.js +8 -8
- package/tween/tween.js +32 -0
- package/ui-color/compareColorByRange.d.ts +2 -0
- package/ui-color/compareColorByRange.js +10 -9
- package/ui-color/index.d.ts +158 -0
- package/ui-color/index.js +203 -158
- package/url-toolkit/index.js +61 -8
- package/validate/index.js +79 -25
- package/validate/interface.js +2 -0
- package/validate/locale/en-US.js +61 -0
- package/validate/locale/index.js +12 -0
- package/validate/locale/zh-CN.js +61 -0
- package/validate/rules/array.d.ts +12 -0
- package/validate/rules/array.js +51 -0
- package/validate/rules/base.d.ts +27 -0
- package/validate/rules/base.js +65 -0
- package/validate/rules/boolean.d.ts +8 -0
- package/validate/rules/boolean.js +21 -0
- package/validate/rules/custom.d.ts +7 -0
- package/validate/rules/custom.js +24 -0
- package/validate/rules/number.d.ts +12 -0
- package/validate/rules/number.js +36 -0
- package/validate/rules/object.d.ts +9 -0
- package/validate/rules/object.js +24 -0
- package/validate/rules/string.d.ts +12 -0
- package/validate/rules/string.js +34 -0
- package/validate/rules/type.d.ts +19 -0
- package/validate/rules/type.js +67 -0
- package/version/index.js +6 -6
- package/xlsx/crc32.js +34 -43
- package/xlsx/index.d.ts +2 -1138
- package/xlsx/index.js +4 -23
- package/xlsx/xlsx.js +22164 -28082
- package/assert.js +0 -9
- package/canvas-roundrect-polyfill/LICENSE +0 -21
- package/canvas-roundrect-polyfill/index.js +0 -210
- package/canvasRoundrectPolyfill.js +0 -2
- package/caseName.js +0 -12
- package/className.js +0 -6
- package/clipboardCopy.js +0 -6
- package/constant.js +0 -29
- package/contentDisposition.js +0 -9
- package/cookie/src/api.js +0 -57
- package/cookie/src/assign.js +0 -12
- package/cookie/src/converter.js +0 -15
- package/cookie.js +0 -5
- package/date.js +0 -11
- package/decimal.js +0 -6
- package/domHelpers.js +0 -96
- package/emitter/src/index.js +0 -109
- package/emitter.js +0 -5
- package/emoji.js +0 -11
- package/escape.js +0 -6
- package/file.js +0 -9
- package/filesize/types/constants.d.ts +0 -111
- package/filesize/types/filesize.d.ts +0 -97
- package/filesize/types/helpers.d.ts +0 -130
- package/function.js +0 -49
- package/idb.js +0 -11
- package/invariant.js +0 -5
- package/is.js +0 -154
- package/lunar/LICENSE +0 -20
- package/lunar/index.js +0 -37
- package/lunar/lib/Holiday.js +0 -39
- package/lunar/lib/HolidayUtil.js +0 -142
- package/lunar/lib/I18n.js +0 -426
- package/lunar/lib/JieQi.js +0 -37
- package/lunar/lib/Lunar.js +0 -588
- package/lunar/lib/LunarMonth.js +0 -88
- package/lunar/lib/LunarTime.js +0 -60
- package/lunar/lib/LunarUtil.js +0 -451
- package/lunar/lib/LunarYear.js +0 -524
- package/lunar/lib/ShouXingUtil.js +0 -6940
- package/lunar/lib/Solar.js +0 -287
- package/lunar/lib/SolarHalfYear.js +0 -44
- package/lunar/lib/SolarMonth.js +0 -54
- package/lunar/lib/SolarSeason.js +0 -41
- package/lunar/lib/SolarUtil.js +0 -269
- package/lunar/lib/SolarWeek.js +0 -150
- package/lunar/lib/SolarYear.js +0 -35
- package/lunar/lib/index.js +0 -36
- package/lunar.js +0 -37
- package/math.js +0 -10
- package/md5.js +0 -5
- package/mock.js +0 -9
- package/normalizeWheel.js +0 -7
- package/numberToChinese.js +0 -5
- package/nzh.js +0 -5
- package/object.js +0 -8
- package/pinyin/src/core.js +0 -145
- package/pinyin/src/simplified.js +0 -9
- package/pinyin/src/simplified_dict.js +0 -410
- package/pinyin/src/traditional.js +0 -9
- package/pinyin/src/traditional_dict.js +0 -403
- package/pinyin.js +0 -5
- package/promise-pool/LICENSE +0 -19
- package/promise-pool/index.js +0 -116
- package/promisePool.js +0 -5
- package/queryString.js +0 -5
- package/random.js +0 -16
- package/sanitizeUrl.js +0 -5
- package/screenfull.js +0 -6
- package/sleep.js +0 -5
- package/snapdom/src/api/preCache.js +0 -90
- package/snapdom/src/api/snapdom.js +0 -240
- package/snapdom/src/core/cache.js +0 -41
- package/snapdom/src/core/capture.js +0 -169
- package/snapdom/src/core/clone.js +0 -215
- package/snapdom/src/core/context.js +0 -59
- package/snapdom/src/core/plugins.js +0 -69
- package/snapdom/src/core/prepare.js +0 -77
- package/snapdom/src/exporters/download.js +0 -18
- package/snapdom/src/exporters/toBlob.js +0 -10
- package/snapdom/src/exporters/toCanvas.js +0 -113
- package/snapdom/src/exporters/toImg.js +0 -36
- package/snapdom/src/modules/CSSVar.js +0 -87
- package/snapdom/src/modules/background.js +0 -89
- package/snapdom/src/modules/changeCSS.js +0 -61
- package/snapdom/src/modules/counter.js +0 -179
- package/snapdom/src/modules/fonts.js +0 -678
- package/snapdom/src/modules/iconFonts.js +0 -177
- package/snapdom/src/modules/images.js +0 -63
- package/snapdom/src/modules/lineClamp.js +0 -42
- package/snapdom/src/modules/pseudo.js +0 -338
- package/snapdom/src/modules/rasterize.js +0 -9
- package/snapdom/src/modules/snapFetch.js +0 -263
- package/snapdom/src/modules/styles.js +0 -174
- package/snapdom/src/modules/svgDefs.js +0 -106
- package/snapdom/src/utils/browser.js +0 -18
- package/snapdom/src/utils/capture.helpers.js +0 -131
- package/snapdom/src/utils/clone.helpers.js +0 -283
- package/snapdom/src/utils/css.js +0 -191
- package/snapdom/src/utils/helpers.js +0 -31
- package/snapdom/src/utils/image.js +0 -30
- package/snapdom/src/utils/prepare.helpers.js +0 -8
- package/snapdom/src/utils/transforms.helpers.js +0 -211
- package/snapdom/types/snapdom.d.ts +0 -362
- package/snapdom.js +0 -7
- package/string.js +0 -11
- package/tinycolor/src/conversion.js +0 -144
- package/tinycolor/src/css-color-names.js +0 -154
- package/tinycolor/src/format-input.js +0 -78
- package/tinycolor/src/from-ratio.js +0 -23
- package/tinycolor/src/index.js +0 -388
- package/tinycolor/src/random.js +0 -223
- package/tinycolor/src/readability.js +0 -38
- package/tinycolor/src/to-ms-filter.js +0 -16
- package/tinycolor/src/utils.js +0 -33
- package/tinycolor.js +0 -47
- package/tree/search/index.js +0 -108
- package/tree.js +0 -16
- package/tween/src/easing.js +0 -62
- package/tween/src/tween.js +0 -47
- package/tween.js +0 -8
- package/types/canvas-roundrect-polyfill/index.d.ts +0 -0
- package/types/cookie/index.d.ts +0 -1
- package/types/dom-helpers/animate.d.ts +0 -19
- package/types/dom-helpers/camelizeStyle.d.ts +0 -2
- package/types/dom-helpers/css.d.ts +0 -3
- package/types/dom-helpers/filterEventHandler.d.ts +0 -2
- package/types/dom-helpers/hyphenateStyle.d.ts +0 -7
- package/types/dom-helpers/listen.d.ts +0 -3
- package/types/dom-helpers/removeEventListener.d.ts +0 -11
- package/types/dom-helpers/types.d.ts +0 -6
- package/types/emitter/index.d.ts +0 -2
- package/types/emitter/src/index.d.ts +0 -75
- package/types/filesize/benchmarks/basic-performance.d.ts +0 -1
- package/types/filesize/benchmarks/index.d.ts +0 -2
- package/types/filesize/benchmarks/options-benchmark.d.ts +0 -1
- package/types/filesize/benchmarks/partial-benchmark.d.ts +0 -1
- package/types/filesize/benchmarks/stress-test.d.ts +0 -1
- package/types/filesize/src/filesize.d.ts +0 -88
- package/types/filesize/src/helpers.d.ts +0 -55
- package/types/idb/index-.d.ts +0 -21
- package/types/idb/wrap-idb-value.d.ts +0 -34
- package/types/is/index.d.ts +0 -84
- package/types/is/lib/isAscii.d.ts +0 -1
- package/types/is/lib/isBase64.d.ts +0 -1
- package/types/is/lib/isChinese.d.ts +0 -4
- package/types/is/lib/isDataURI.d.ts +0 -1
- package/types/lodash/_setCacheHas.d.ts +0 -11
- package/types/lodash/compact.d.ts +0 -17
- package/types/lodash/isPromise.d.ts +0 -2
- package/types/lodash/lodash.d.ts +0 -317
- package/types/lodash/random.d.ts +0 -33
- package/types/lodash/template.d.ts +0 -113
- package/types/lodash/templateSettings.d.ts +0 -11
- package/types/lunar/index.d.ts +0 -3
- package/types/lunar/lib/Holiday.d.ts +0 -17
- package/types/lunar/lib/HolidayUtil.d.ts +0 -23
- package/types/lunar/lib/I18n.d.ts +0 -23
- package/types/lunar/lib/JieQi.d.ts +0 -15
- package/types/lunar/lib/Lunar.d.ts +0 -147
- package/types/lunar/lib/LunarMonth.d.ts +0 -23
- package/types/lunar/lib/LunarTime.d.ts +0 -18
- package/types/lunar/lib/LunarUtil.d.ts +0 -38
- package/types/lunar/lib/LunarYear.d.ts +0 -31
- package/types/lunar/lib/ShouXingUtil.d.ts +0 -38
- package/types/lunar/lib/Solar.d.ts +0 -46
- package/types/lunar/lib/SolarHalfYear.d.ts +0 -15
- package/types/lunar/lib/SolarMonth.d.ts +0 -16
- package/types/lunar/lib/SolarSeason.d.ts +0 -15
- package/types/lunar/lib/SolarUtil.d.ts +0 -20
- package/types/lunar/lib/SolarWeek.d.ts +0 -23
- package/types/lunar/lib/SolarYear.d.ts +0 -12
- package/types/lunar/lib/index.d.ts +0 -17
- package/types/nzh/nzh.d.ts +0 -36
- package/types/object/index.d.ts +0 -5
- package/types/pinyin/index.d.ts +0 -1
- package/types/pinyin/simplified.d.ts +0 -1
- package/types/pinyin/traditional.d.ts +0 -1
- package/types/query-string/base.d.ts +0 -11
- package/types/query-string/index.d.ts +0 -2
- package/types/random/index.d.ts +0 -31
- package/types/snapdom/index.d.ts +0 -1
- package/types/snapdom/src/api/preCache.d.ts +0 -28
- package/types/snapdom/src/core/cache.d.ts +0 -29
- package/types/snapdom/src/core/context.d.ts +0 -67
- package/types/snapdom/src/modules/fonts.d.ts +0 -83
- package/types/snapdom/src/modules/lineClamp.d.ts +0 -13
- package/types/snapdom/src/utils/browser.d.ts +0 -9
- package/types/snapdom/src/utils/capture.helpers.d.ts +0 -45
- package/types/snapdom/src/utils/clone.helpers.d.ts +0 -97
- package/types/snapdom/src/utils/helpers.d.ts +0 -16
- package/types/snapdom/src/utils/index.d.ts +0 -4
- package/types/snapdom/src/utils/prepare.helpers.d.ts +0 -9
- package/types/string/index.d.ts +0 -11
- package/types/tinycolor/index.d.ts +0 -2
- package/types/tinycolor/src/conversion.d.ts +0 -79
- package/types/tinycolor/src/format-input.d.ts +0 -38
- package/types/tinycolor/src/index.d.ts +0 -214
- package/types/tinycolor/src/readability.d.ts +0 -46
- package/types/tinycolor/src/to-ms-filter.d.ts +0 -5
- package/types/tree/index.d.ts +0 -8
- package/types/tween/index.d.ts +0 -1
- package/types/tween/src/index.d.ts +0 -3
- package/types/ui-color/compareColorByRange.d.ts +0 -2
- package/types/ui-color/index.d.ts +0 -208
- package/types/url-toolkit/index.d.ts +0 -2
- package/types/validate/index.d.ts +0 -3
- package/types/validate/src/rules/array.d.ts +0 -12
- package/types/validate/src/rules/base.d.ts +0 -27
- package/types/validate/src/rules/boolean.d.ts +0 -8
- package/types/validate/src/rules/custom.d.ts +0 -7
- package/types/validate/src/rules/number.d.ts +0 -12
- package/types/validate/src/rules/object.d.ts +0 -9
- package/types/validate/src/rules/string.d.ts +0 -12
- package/types/validate/src/rules/type.d.ts +0 -19
- package/types/xlsx/index.d.ts +0 -2
- package/uiColor.js +0 -31
- package/url-toolkit/src/url-toolkit.d.ts +0 -22
- package/url-toolkit/src/url-toolkit.js +0 -75
- package/urlToolkit.js +0 -9
- package/validate/src/index.js +0 -150
- package/validate/src/locale/en-US.js +0 -60
- package/validate/src/locale/index.js +0 -11
- package/validate/src/locale/zh-CN.js +0 -60
- package/validate/src/rules/array.js +0 -73
- package/validate/src/rules/base.js +0 -73
- package/validate/src/rules/boolean.js +0 -29
- package/validate/src/rules/custom.js +0 -26
- package/validate/src/rules/number.js +0 -54
- package/validate/src/rules/object.js +0 -39
- package/validate/src/rules/string.js +0 -55
- package/validate/src/rules/type.js +0 -105
- package/validate.js +0 -26
- package/version.js +0 -6
- package/xlsx.js +0 -23
- /package/{types/assert → assert}/index.d.ts +0 -0
- /package/{types/case-name → case-name}/index.d.ts +0 -0
- /package/{types/class-name → class-name}/index.d.ts +0 -0
- /package/{types/clipboard-copy → clipboard-copy}/index.d.ts +0 -0
- /package/{types/constant → constant}/address.d.ts +0 -0
- /package/{types/constant → constant}/chineseCharacters.d.ts +0 -0
- /package/{types/constant → constant}/constellations.d.ts +0 -0
- /package/{types/constant → constant}/domain.d.ts +0 -0
- /package/{types/constant → constant}/identity.d.ts +0 -0
- /package/{types/constant → constant}/index.d.ts +0 -0
- /package/{types/constant → constant}/isMobile.d.ts +0 -0
- /package/{types/constant → constant}/keyboardCode.d.ts +0 -0
- /package/{types/constant → constant}/licensePlate.d.ts +0 -0
- /package/{types/constant → constant}/name.d.ts +0 -0
- /package/{types/constant → constant}/platform.d.ts +0 -0
- /package/{types/constant → constant}/protocol.d.ts +0 -0
- /package/{types/constant → constant}/string.d.ts +0 -0
- /package/{types/constant → constant}/ui.d.ts +0 -0
- /package/{types/content-disposition → content-disposition}/index.d.ts +0 -0
- /package/{types/cookie/src/api.d.mts → cookie/api.d.ts} +0 -0
- /package/{types/cookie/src/assign.d.mts → cookie/assign.d.ts} +0 -0
- /package/{types/cookie/src/converter.d.mts → cookie/converter.d.ts} +0 -0
- /package/{types/date → date}/convertTime.d.ts +0 -0
- /package/{types/date → date}/convertToDuration.d.ts +0 -0
- /package/{types/date → date}/index.d.ts +0 -0
- /package/{types/decimal → decimal}/decimal.d.ts +0 -0
- /package/{types/decimal → decimal}/index.d.ts +0 -0
- /package/{types/dom-helpers → dom-helpers}/activeElement.d.ts +0 -0
- /package/{types/dom-helpers → dom-helpers}/addClass.d.ts +0 -0
- /package/{types/dom-helpers → dom-helpers}/addEventListener.d.ts +0 -0
- /package/{types/dom-helpers → dom-helpers}/animationFrame.d.ts +0 -0
- /package/{types/dom-helpers → dom-helpers}/attribute.d.ts +0 -0
- /package/{types/dom-helpers → dom-helpers}/camelize.d.ts +0 -0
- /package/{types/dom-helpers → dom-helpers}/canUseDOM.d.ts +0 -0
- /package/{types/dom-helpers → dom-helpers}/childElements.d.ts +0 -0
- /package/{types/dom-helpers → dom-helpers}/childNodes.d.ts +0 -0
- /package/{types/dom-helpers → dom-helpers}/clear.d.ts +0 -0
- /package/{types/dom-helpers → dom-helpers}/closest.d.ts +0 -0
- /package/{types/dom-helpers → dom-helpers}/collectElements.d.ts +0 -0
- /package/{types/dom-helpers → dom-helpers}/collectSiblings.d.ts +0 -0
- /package/{types/dom-helpers → dom-helpers}/contains.d.ts +0 -0
- /package/{types/dom-helpers → dom-helpers}/getComputedStyle.d.ts +0 -0
- /package/{types/dom-helpers → dom-helpers}/getElementCoordinates.d.ts +0 -0
- /package/{types/dom-helpers → dom-helpers}/getScrollAccessor.d.ts +0 -0
- /package/{types/dom-helpers → dom-helpers}/hasClass.d.ts +0 -0
- /package/{types/dom-helpers → dom-helpers}/height.d.ts +0 -0
- /package/{types/dom-helpers → dom-helpers}/hyphenate.d.ts +0 -0
- /package/{types/dom-helpers → dom-helpers}/index.d.ts +0 -0
- /package/{types/dom-helpers → dom-helpers}/insertAfter.d.ts +0 -0
- /package/{types/dom-helpers → dom-helpers}/isDocument.d.ts +0 -0
- /package/{types/dom-helpers → dom-helpers}/isInput.d.ts +0 -0
- /package/{types/dom-helpers → dom-helpers}/isTransform.d.ts +0 -0
- /package/{types/dom-helpers → dom-helpers}/isVisible.d.ts +0 -0
- /package/{types/dom-helpers → dom-helpers}/isWindow.d.ts +0 -0
- /package/{types/dom-helpers → dom-helpers}/matches.d.ts +0 -0
- /package/{types/dom-helpers → dom-helpers}/nextUntil.d.ts +0 -0
- /package/{types/dom-helpers → dom-helpers}/offset.d.ts +0 -0
- /package/{types/dom-helpers → dom-helpers}/offsetParent.d.ts +0 -0
- /package/{types/dom-helpers → dom-helpers}/ownerDocument.d.ts +0 -0
- /package/{types/dom-helpers → dom-helpers}/ownerWindow.d.ts +0 -0
- /package/{types/dom-helpers → dom-helpers}/parents.d.ts +0 -0
- /package/{types/dom-helpers → dom-helpers}/position.d.ts +0 -0
- /package/{types/dom-helpers → dom-helpers}/prepend.d.ts +0 -0
- /package/{types/dom-helpers → dom-helpers}/querySelectorAll.d.ts +0 -0
- /package/{types/dom-helpers → dom-helpers}/reflow.d.ts +0 -0
- /package/{types/dom-helpers → dom-helpers}/remove.d.ts +0 -0
- /package/{types/dom-helpers → dom-helpers}/removeClass.d.ts +0 -0
- /package/{types/dom-helpers → dom-helpers}/scrollLeft.d.ts +0 -0
- /package/{types/dom-helpers → dom-helpers}/scrollParent.d.ts +0 -0
- /package/{types/dom-helpers → dom-helpers}/scrollTo.d.ts +0 -0
- /package/{types/dom-helpers → dom-helpers}/scrollTop.d.ts +0 -0
- /package/{types/dom-helpers → dom-helpers}/scrollbarSize.d.ts +0 -0
- /package/{types/dom-helpers → dom-helpers}/siblings.d.ts +0 -0
- /package/{types/dom-helpers → dom-helpers}/text.d.ts +0 -0
- /package/{types/dom-helpers → dom-helpers}/toggleClass.d.ts +0 -0
- /package/{types/dom-helpers → dom-helpers}/transitionEnd.d.ts +0 -0
- /package/{types/dom-helpers → dom-helpers}/triggerEvent.d.ts +0 -0
- /package/{types/dom-helpers → dom-helpers}/width.d.ts +0 -0
- /package/{types/emoji → emoji}/emoji.d.ts +0 -0
- /package/{types/emoji → emoji}/emojis.d.ts +0 -0
- /package/{types/emoji → emoji}/index.d.ts +0 -0
- /package/{types/escape → escape}/index.d.ts +0 -0
- /package/{types/file → file}/fileRead.d.ts +0 -0
- /package/{types/file → file}/fileToDataURL.d.ts +0 -0
- /package/{types/file → file}/index.d.ts +0 -0
- /package/{types/file → file}/saveAs.d.ts +0 -0
- /package/{types/filesize/src → filesize}/constants.d.ts +0 -0
- /package/{types/function → function}/index.d.ts +0 -0
- /package/{types/idb → idb}/async-iterators.d.ts +0 -0
- /package/{types/idb → idb}/database-extras.d.ts +0 -0
- /package/{types/idb → idb}/entry.d.ts +0 -0
- /package/{types/idb → idb}/index.d.ts +0 -0
- /package/{types/idb → idb}/util.d.ts +0 -0
- /package/{types/index.d.ts → index.d.ts} +0 -0
- /package/{types/invariant → invariant}/index.d.ts +0 -0
- /package/{types/is → is}/lib/isEmail.d.ts +0 -0
- /package/{types/is → is}/lib/isFQDN.d.ts +0 -0
- /package/{types/is → is}/lib/isFullWidth.d.ts +0 -0
- /package/{types/is → is}/lib/isHSL.d.ts +0 -0
- /package/{types/is → is}/lib/isHalfWidth.d.ts +0 -0
- /package/{types/is → is}/lib/isHash.d.ts +0 -0
- /package/{types/is → is}/lib/isHexColor.d.ts +0 -0
- /package/{types/is → is}/lib/isIMEI.d.ts +0 -0
- /package/{types/is → is}/lib/isIP.d.ts +0 -0
- /package/{types/is → is}/lib/isIPRange.d.ts +0 -0
- /package/{types/is → is}/lib/isIdentityCard.d.ts +0 -0
- /package/{types/is → is}/lib/isJWT.d.ts +0 -0
- /package/{types/is → is}/lib/isMACAddress.d.ts +0 -0
- /package/{types/is → is}/lib/isMD5.d.ts +0 -0
- /package/{types/is → is}/lib/isMimeType.d.ts +0 -0
- /package/{types/is → is}/lib/isMobilePhone.d.ts +0 -0
- /package/{types/is → is}/lib/isOctal.d.ts +0 -0
- /package/{types/is → is}/lib/isPort.d.ts +0 -0
- /package/{types/is → is}/lib/isRgbColor.d.ts +0 -0
- /package/{types/is → is}/lib/isSemVer.d.ts +0 -0
- /package/{types/is → is}/lib/isSlug.d.ts +0 -0
- /package/{types/is → is}/lib/isStrongPassword.d.ts +0 -0
- /package/{types/is → is}/lib/isURL.d.ts +0 -0
- /package/{types/is → is}/lib/isUUID.d.ts +0 -0
- /package/{types/is → is}/lib/isVariableWidth.d.ts +0 -0
- /package/{types/lodash → lodash}/_DataView.d.ts +0 -0
- /package/{types/lodash → lodash}/_Hash.d.ts +0 -0
- /package/{types/lodash → lodash}/_LazyWrapper.d.ts +0 -0
- /package/{types/lodash → lodash}/_ListCache.d.ts +0 -0
- /package/{types/lodash → lodash}/_LodashWrapper.d.ts +0 -0
- /package/{types/lodash → lodash}/_Map.d.ts +0 -0
- /package/{types/lodash → lodash}/_MapCache.d.ts +0 -0
- /package/{types/lodash → lodash}/_Promise.d.ts +0 -0
- /package/{types/lodash → lodash}/_Set.d.ts +0 -0
- /package/{types/lodash → lodash}/_SetCache.d.ts +0 -0
- /package/{types/lodash → lodash}/_Stack.d.ts +0 -0
- /package/{types/lodash → lodash}/_Symbol.d.ts +0 -0
- /package/{types/lodash → lodash}/_Uint8Array.d.ts +0 -0
- /package/{types/lodash → lodash}/_WeakMap.d.ts +0 -0
- /package/{types/lodash → lodash}/_addMapEntry.d.ts +0 -0
- /package/{types/lodash → lodash}/_addSetEntry.d.ts +0 -0
- /package/{types/lodash → lodash}/_apply.d.ts +0 -0
- /package/{types/lodash → lodash}/_arrayAggregator.d.ts +0 -0
- /package/{types/lodash → lodash}/_arrayEach.d.ts +0 -0
- /package/{types/lodash → lodash}/_arrayEachRight.d.ts +0 -0
- /package/{types/lodash → lodash}/_arrayEvery.d.ts +0 -0
- /package/{types/lodash → lodash}/_arrayFilter.d.ts +0 -0
- /package/{types/lodash → lodash}/_arrayIncludes.d.ts +0 -0
- /package/{types/lodash → lodash}/_arrayIncludesWith.d.ts +0 -0
- /package/{types/lodash → lodash}/_arrayLikeKeys.d.ts +0 -0
- /package/{types/lodash → lodash}/_arrayMap.d.ts +0 -0
- /package/{types/lodash → lodash}/_arrayPush.d.ts +0 -0
- /package/{types/lodash → lodash}/_arrayReduce.d.ts +0 -0
- /package/{types/lodash → lodash}/_arrayReduceRight.d.ts +0 -0
- /package/{types/lodash → lodash}/_arraySample.d.ts +0 -0
- /package/{types/lodash → lodash}/_arraySampleSize.d.ts +0 -0
- /package/{types/lodash → lodash}/_arrayShuffle.d.ts +0 -0
- /package/{types/lodash → lodash}/_arraySome.d.ts +0 -0
- /package/{types/lodash → lodash}/_asciiSize.d.ts +0 -0
- /package/{types/lodash → lodash}/_asciiToArray.d.ts +0 -0
- /package/{types/lodash → lodash}/_asciiWords.d.ts +0 -0
- /package/{types/lodash → lodash}/_assignMergeValue.d.ts +0 -0
- /package/{types/lodash → lodash}/_assignValue.d.ts +0 -0
- /package/{types/lodash → lodash}/_assocIndexOf.d.ts +0 -0
- /package/{types/lodash → lodash}/_baseAggregator.d.ts +0 -0
- /package/{types/lodash → lodash}/_baseAssign.d.ts +0 -0
- /package/{types/lodash → lodash}/_baseAssignIn.d.ts +0 -0
- /package/{types/lodash → lodash}/_baseAssignValue.d.ts +0 -0
- /package/{types/lodash → lodash}/_baseAt.d.ts +0 -0
- /package/{types/lodash → lodash}/_baseClamp.d.ts +0 -0
- /package/{types/lodash → lodash}/_baseClone.d.ts +0 -0
- /package/{types/lodash → lodash}/_baseConforms.d.ts +0 -0
- /package/{types/lodash → lodash}/_baseConformsTo.d.ts +0 -0
- /package/{types/lodash → lodash}/_baseCreate.d.ts +0 -0
- /package/{types/lodash → lodash}/_baseDelay.d.ts +0 -0
- /package/{types/lodash → lodash}/_baseDifference.d.ts +0 -0
- /package/{types/lodash → lodash}/_baseEach.d.ts +0 -0
- /package/{types/lodash → lodash}/_baseEachRight.d.ts +0 -0
- /package/{types/lodash → lodash}/_baseEvery.d.ts +0 -0
- /package/{types/lodash → lodash}/_baseExtremum.d.ts +0 -0
- /package/{types/lodash → lodash}/_baseFill.d.ts +0 -0
- /package/{types/lodash → lodash}/_baseFilter.d.ts +0 -0
- /package/{types/lodash → lodash}/_baseFindIndex.d.ts +0 -0
- /package/{types/lodash → lodash}/_baseFindKey.d.ts +0 -0
- /package/{types/lodash → lodash}/_baseFlatten.d.ts +0 -0
- /package/{types/lodash → lodash}/_baseFor.d.ts +0 -0
- /package/{types/lodash → lodash}/_baseForOwn.d.ts +0 -0
- /package/{types/lodash → lodash}/_baseForOwnRight.d.ts +0 -0
- /package/{types/lodash → lodash}/_baseForRight.d.ts +0 -0
- /package/{types/lodash → lodash}/_baseFunctions.d.ts +0 -0
- /package/{types/lodash → lodash}/_baseGet.d.ts +0 -0
- /package/{types/lodash → lodash}/_baseGetAllKeys.d.ts +0 -0
- /package/{types/lodash → lodash}/_baseGetTag.d.ts +0 -0
- /package/{types/lodash → lodash}/_baseGt.d.ts +0 -0
- /package/{types/lodash → lodash}/_baseHas.d.ts +0 -0
- /package/{types/lodash → lodash}/_baseHasIn.d.ts +0 -0
- /package/{types/lodash → lodash}/_baseInRange.d.ts +0 -0
- /package/{types/lodash → lodash}/_baseIndexOf.d.ts +0 -0
- /package/{types/lodash → lodash}/_baseIndexOfWith.d.ts +0 -0
- /package/{types/lodash → lodash}/_baseIntersection.d.ts +0 -0
- /package/{types/lodash → lodash}/_baseInverter.d.ts +0 -0
- /package/{types/lodash → lodash}/_baseInvoke.d.ts +0 -0
- /package/{types/lodash → lodash}/_baseIsArguments.d.ts +0 -0
- /package/{types/lodash → lodash}/_baseIsArrayBuffer.d.ts +0 -0
- /package/{types/lodash → lodash}/_baseIsDate.d.ts +0 -0
- /package/{types/lodash → lodash}/_baseIsEqual.d.ts +0 -0
- /package/{types/lodash → lodash}/_baseIsEqualDeep.d.ts +0 -0
- /package/{types/lodash → lodash}/_baseIsMap.d.ts +0 -0
- /package/{types/lodash → lodash}/_baseIsMatch.d.ts +0 -0
- /package/{types/lodash → lodash}/_baseIsNaN.d.ts +0 -0
- /package/{types/lodash → lodash}/_baseIsNative.d.ts +0 -0
- /package/{types/lodash → lodash}/_baseIsRegExp.d.ts +0 -0
- /package/{types/lodash → lodash}/_baseIsSet.d.ts +0 -0
- /package/{types/lodash → lodash}/_baseIsTypedArray.d.ts +0 -0
- /package/{types/lodash → lodash}/_baseIteratee.d.ts +0 -0
- /package/{types/lodash → lodash}/_baseKeys.d.ts +0 -0
- /package/{types/lodash → lodash}/_baseKeysIn.d.ts +0 -0
- /package/{types/lodash → lodash}/_baseLodash.d.ts +0 -0
- /package/{types/lodash → lodash}/_baseLt.d.ts +0 -0
- /package/{types/lodash → lodash}/_baseMap.d.ts +0 -0
- /package/{types/lodash → lodash}/_baseMatches.d.ts +0 -0
- /package/{types/lodash → lodash}/_baseMatchesProperty.d.ts +0 -0
- /package/{types/lodash → lodash}/_baseMean.d.ts +0 -0
- /package/{types/lodash → lodash}/_baseMerge.d.ts +0 -0
- /package/{types/lodash → lodash}/_baseMergeDeep.d.ts +0 -0
- /package/{types/lodash → lodash}/_baseNth.d.ts +0 -0
- /package/{types/lodash → lodash}/_baseOrderBy.d.ts +0 -0
- /package/{types/lodash → lodash}/_basePick.d.ts +0 -0
- /package/{types/lodash → lodash}/_basePickBy.d.ts +0 -0
- /package/{types/lodash → lodash}/_baseProperty.d.ts +0 -0
- /package/{types/lodash → lodash}/_basePropertyDeep.d.ts +0 -0
- /package/{types/lodash → lodash}/_basePropertyOf.d.ts +0 -0
- /package/{types/lodash → lodash}/_basePullAll.d.ts +0 -0
- /package/{types/lodash → lodash}/_basePullAt.d.ts +0 -0
- /package/{types/lodash → lodash}/_baseRandom.d.ts +0 -0
- /package/{types/lodash → lodash}/_baseRange.d.ts +0 -0
- /package/{types/lodash → lodash}/_baseReduce.d.ts +0 -0
- /package/{types/lodash → lodash}/_baseRepeat.d.ts +0 -0
- /package/{types/lodash → lodash}/_baseRest.d.ts +0 -0
- /package/{types/lodash → lodash}/_baseSample.d.ts +0 -0
- /package/{types/lodash → lodash}/_baseSampleSize.d.ts +0 -0
- /package/{types/lodash → lodash}/_baseSet.d.ts +0 -0
- /package/{types/lodash → lodash}/_baseSetData.d.ts +0 -0
- /package/{types/lodash → lodash}/_baseSetToString.d.ts +0 -0
- /package/{types/lodash → lodash}/_baseShuffle.d.ts +0 -0
- /package/{types/lodash → lodash}/_baseSlice.d.ts +0 -0
- /package/{types/lodash → lodash}/_baseSome.d.ts +0 -0
- /package/{types/lodash → lodash}/_baseSortBy.d.ts +0 -0
- /package/{types/lodash → lodash}/_baseSortedIndex.d.ts +0 -0
- /package/{types/lodash → lodash}/_baseSortedIndexBy.d.ts +0 -0
- /package/{types/lodash → lodash}/_baseSortedUniq.d.ts +0 -0
- /package/{types/lodash → lodash}/_baseSum.d.ts +0 -0
- /package/{types/lodash → lodash}/_baseTimes.d.ts +0 -0
- /package/{types/lodash → lodash}/_baseToNumber.d.ts +0 -0
- /package/{types/lodash → lodash}/_baseToPairs.d.ts +0 -0
- /package/{types/lodash → lodash}/_baseToString.d.ts +0 -0
- /package/{types/lodash → lodash}/_baseTrim.d.ts +0 -0
- /package/{types/lodash → lodash}/_baseUnary.d.ts +0 -0
- /package/{types/lodash → lodash}/_baseUniq.d.ts +0 -0
- /package/{types/lodash → lodash}/_baseUnset.d.ts +0 -0
- /package/{types/lodash → lodash}/_baseUpdate.d.ts +0 -0
- /package/{types/lodash → lodash}/_baseValues.d.ts +0 -0
- /package/{types/lodash → lodash}/_baseWhile.d.ts +0 -0
- /package/{types/lodash → lodash}/_baseWrapperValue.d.ts +0 -0
- /package/{types/lodash → lodash}/_baseXor.d.ts +0 -0
- /package/{types/lodash → lodash}/_baseZipObject.d.ts +0 -0
- /package/{types/lodash → lodash}/_cacheHas.d.ts +0 -0
- /package/{types/lodash → lodash}/_castArrayLikeObject.d.ts +0 -0
- /package/{types/lodash → lodash}/_castFunction.d.ts +0 -0
- /package/{types/lodash → lodash}/_castPath.d.ts +0 -0
- /package/{types/lodash → lodash}/_castRest.d.ts +0 -0
- /package/{types/lodash → lodash}/_castSlice.d.ts +0 -0
- /package/{types/lodash → lodash}/_charsEndIndex.d.ts +0 -0
- /package/{types/lodash → lodash}/_charsStartIndex.d.ts +0 -0
- /package/{types/lodash → lodash}/_cloneArrayBuffer.d.ts +0 -0
- /package/{types/lodash → lodash}/_cloneBuffer.d.ts +0 -0
- /package/{types/lodash → lodash}/_cloneDataView.d.ts +0 -0
- /package/{types/lodash → lodash}/_cloneMap.d.ts +0 -0
- /package/{types/lodash → lodash}/_cloneRegExp.d.ts +0 -0
- /package/{types/lodash → lodash}/_cloneSet.d.ts +0 -0
- /package/{types/lodash → lodash}/_cloneSymbol.d.ts +0 -0
- /package/{types/lodash → lodash}/_cloneTypedArray.d.ts +0 -0
- /package/{types/lodash → lodash}/_compareAscending.d.ts +0 -0
- /package/{types/lodash → lodash}/_compareMultiple.d.ts +0 -0
- /package/{types/lodash → lodash}/_composeArgs.d.ts +0 -0
- /package/{types/lodash → lodash}/_composeArgsRight.d.ts +0 -0
- /package/{types/lodash → lodash}/_copyArray.d.ts +0 -0
- /package/{types/lodash → lodash}/_copyObject.d.ts +0 -0
- /package/{types/lodash → lodash}/_copySymbols.d.ts +0 -0
- /package/{types/lodash → lodash}/_copySymbolsIn.d.ts +0 -0
- /package/{types/lodash → lodash}/_coreJsData.d.ts +0 -0
- /package/{types/lodash → lodash}/_countHolders.d.ts +0 -0
- /package/{types/lodash → lodash}/_createAggregator.d.ts +0 -0
- /package/{types/lodash → lodash}/_createAssigner.d.ts +0 -0
- /package/{types/lodash → lodash}/_createBaseEach.d.ts +0 -0
- /package/{types/lodash → lodash}/_createBaseFor.d.ts +0 -0
- /package/{types/lodash → lodash}/_createBind.d.ts +0 -0
- /package/{types/lodash → lodash}/_createCaseFirst.d.ts +0 -0
- /package/{types/lodash → lodash}/_createCompounder.d.ts +0 -0
- /package/{types/lodash → lodash}/_createCtor.d.ts +0 -0
- /package/{types/lodash → lodash}/_createCurry.d.ts +0 -0
- /package/{types/lodash → lodash}/_createFind.d.ts +0 -0
- /package/{types/lodash → lodash}/_createFlow.d.ts +0 -0
- /package/{types/lodash → lodash}/_createHybrid.d.ts +0 -0
- /package/{types/lodash → lodash}/_createInverter.d.ts +0 -0
- /package/{types/lodash → lodash}/_createMathOperation.d.ts +0 -0
- /package/{types/lodash → lodash}/_createOver.d.ts +0 -0
- /package/{types/lodash → lodash}/_createPadding.d.ts +0 -0
- /package/{types/lodash → lodash}/_createPartial.d.ts +0 -0
- /package/{types/lodash → lodash}/_createRange.d.ts +0 -0
- /package/{types/lodash → lodash}/_createRecurry.d.ts +0 -0
- /package/{types/lodash → lodash}/_createRelationalOperation.d.ts +0 -0
- /package/{types/lodash → lodash}/_createRound.d.ts +0 -0
- /package/{types/lodash → lodash}/_createSet.d.ts +0 -0
- /package/{types/lodash → lodash}/_createToPairs.d.ts +0 -0
- /package/{types/lodash → lodash}/_createWrap.d.ts +0 -0
- /package/{types/lodash → lodash}/_customDefaultsAssignIn.d.ts +0 -0
- /package/{types/lodash → lodash}/_customDefaultsMerge.d.ts +0 -0
- /package/{types/lodash → lodash}/_customOmitClone.d.ts +0 -0
- /package/{types/lodash → lodash}/_deburrLetter.d.ts +0 -0
- /package/{types/lodash → lodash}/_defineProperty.d.ts +0 -0
- /package/{types/lodash → lodash}/_equalArrays.d.ts +0 -0
- /package/{types/lodash → lodash}/_equalByTag.d.ts +0 -0
- /package/{types/lodash → lodash}/_equalObjects.d.ts +0 -0
- /package/{types/lodash → lodash}/_escapeHtmlChar.d.ts +0 -0
- /package/{types/lodash → lodash}/_escapeStringChar.d.ts +0 -0
- /package/{types/lodash → lodash}/_flatRest.d.ts +0 -0
- /package/{types/lodash → lodash}/_freeGlobal.d.ts +0 -0
- /package/{types/lodash → lodash}/_getAllKeys.d.ts +0 -0
- /package/{types/lodash → lodash}/_getAllKeysIn.d.ts +0 -0
- /package/{types/lodash → lodash}/_getData.d.ts +0 -0
- /package/{types/lodash → lodash}/_getFuncName.d.ts +0 -0
- /package/{types/lodash → lodash}/_getHolder.d.ts +0 -0
- /package/{types/lodash → lodash}/_getMapData.d.ts +0 -0
- /package/{types/lodash → lodash}/_getMatchData.d.ts +0 -0
- /package/{types/lodash → lodash}/_getNative.d.ts +0 -0
- /package/{types/lodash → lodash}/_getPrototype.d.ts +0 -0
- /package/{types/lodash → lodash}/_getRawTag.d.ts +0 -0
- /package/{types/lodash → lodash}/_getSymbols.d.ts +0 -0
- /package/{types/lodash → lodash}/_getSymbolsIn.d.ts +0 -0
- /package/{types/lodash → lodash}/_getTag.d.ts +0 -0
- /package/{types/lodash → lodash}/_getValue.d.ts +0 -0
- /package/{types/lodash → lodash}/_getView.d.ts +0 -0
- /package/{types/lodash → lodash}/_getWrapDetails.d.ts +0 -0
- /package/{types/lodash → lodash}/_hasPath.d.ts +0 -0
- /package/{types/lodash → lodash}/_hasUnicode.d.ts +0 -0
- /package/{types/lodash → lodash}/_hasUnicodeWord.d.ts +0 -0
- /package/{types/lodash → lodash}/_hashClear.d.ts +0 -0
- /package/{types/lodash → lodash}/_hashDelete.d.ts +0 -0
- /package/{types/lodash → lodash}/_hashGet.d.ts +0 -0
- /package/{types/lodash → lodash}/_hashHas.d.ts +0 -0
- /package/{types/lodash → lodash}/_hashSet.d.ts +0 -0
- /package/{types/lodash → lodash}/_initCloneArray.d.ts +0 -0
- /package/{types/lodash → lodash}/_initCloneByTag.d.ts +0 -0
- /package/{types/lodash → lodash}/_initCloneObject.d.ts +0 -0
- /package/{types/lodash → lodash}/_insertWrapDetails.d.ts +0 -0
- /package/{types/lodash → lodash}/_isFlattenable.d.ts +0 -0
- /package/{types/lodash → lodash}/_isIndex.d.ts +0 -0
- /package/{types/lodash → lodash}/_isIterateeCall.d.ts +0 -0
- /package/{types/lodash → lodash}/_isKey.d.ts +0 -0
- /package/{types/lodash → lodash}/_isKeyable.d.ts +0 -0
- /package/{types/lodash → lodash}/_isLaziable.d.ts +0 -0
- /package/{types/lodash → lodash}/_isMaskable.d.ts +0 -0
- /package/{types/lodash → lodash}/_isMasked.d.ts +0 -0
- /package/{types/lodash → lodash}/_isPrototype.d.ts +0 -0
- /package/{types/lodash → lodash}/_isStrictComparable.d.ts +0 -0
- /package/{types/lodash → lodash}/_iteratorToArray.d.ts +0 -0
- /package/{types/lodash → lodash}/_lazyClone.d.ts +0 -0
- /package/{types/lodash → lodash}/_lazyReverse.d.ts +0 -0
- /package/{types/lodash → lodash}/_lazyValue.d.ts +0 -0
- /package/{types/lodash → lodash}/_listCacheClear.d.ts +0 -0
- /package/{types/lodash → lodash}/_listCacheDelete.d.ts +0 -0
- /package/{types/lodash → lodash}/_listCacheGet.d.ts +0 -0
- /package/{types/lodash → lodash}/_listCacheHas.d.ts +0 -0
- /package/{types/lodash → lodash}/_listCacheSet.d.ts +0 -0
- /package/{types/lodash → lodash}/_mapCacheClear.d.ts +0 -0
- /package/{types/lodash → lodash}/_mapCacheDelete.d.ts +0 -0
- /package/{types/lodash → lodash}/_mapCacheGet.d.ts +0 -0
- /package/{types/lodash → lodash}/_mapCacheHas.d.ts +0 -0
- /package/{types/lodash → lodash}/_mapCacheSet.d.ts +0 -0
- /package/{types/lodash → lodash}/_mapToArray.d.ts +0 -0
- /package/{types/lodash → lodash}/_matchesStrictComparable.d.ts +0 -0
- /package/{types/lodash → lodash}/_memoizeCapped.d.ts +0 -0
- /package/{types/lodash → lodash}/_mergeData.d.ts +0 -0
- /package/{types/lodash → lodash}/_metaMap.d.ts +0 -0
- /package/{types/lodash → lodash}/_nativeCreate.d.ts +0 -0
- /package/{types/lodash → lodash}/_nativeKeys.d.ts +0 -0
- /package/{types/lodash → lodash}/_nativeKeysIn.d.ts +0 -0
- /package/{types/lodash → lodash}/_nodeUtil.d.ts +0 -0
- /package/{types/lodash → lodash}/_objectToString.d.ts +0 -0
- /package/{types/lodash → lodash}/_overArg.d.ts +0 -0
- /package/{types/lodash → lodash}/_overRest.d.ts +0 -0
- /package/{types/lodash → lodash}/_parent.d.ts +0 -0
- /package/{types/lodash → lodash}/_reEscape.d.ts +0 -0
- /package/{types/lodash → lodash}/_reEvaluate.d.ts +0 -0
- /package/{types/lodash → lodash}/_reInterpolate.d.ts +0 -0
- /package/{types/lodash → lodash}/_realNames.d.ts +0 -0
- /package/{types/lodash → lodash}/_reorder.d.ts +0 -0
- /package/{types/lodash → lodash}/_replaceHolders.d.ts +0 -0
- /package/{types/lodash → lodash}/_root.d.ts +0 -0
- /package/{types/lodash → lodash}/_safeGet.d.ts +0 -0
- /package/{types/lodash → lodash}/_setCacheAdd.d.ts +0 -0
- /package/{types/lodash → lodash}/_setData.d.ts +0 -0
- /package/{types/lodash → lodash}/_setToArray.d.ts +0 -0
- /package/{types/lodash → lodash}/_setToPairs.d.ts +0 -0
- /package/{types/lodash → lodash}/_setToString.d.ts +0 -0
- /package/{types/lodash → lodash}/_setWrapToString.d.ts +0 -0
- /package/{types/lodash → lodash}/_shortOut.d.ts +0 -0
- /package/{types/lodash → lodash}/_shuffleSelf.d.ts +0 -0
- /package/{types/lodash → lodash}/_stackClear.d.ts +0 -0
- /package/{types/lodash → lodash}/_stackDelete.d.ts +0 -0
- /package/{types/lodash → lodash}/_stackGet.d.ts +0 -0
- /package/{types/lodash → lodash}/_stackHas.d.ts +0 -0
- /package/{types/lodash → lodash}/_stackSet.d.ts +0 -0
- /package/{types/lodash → lodash}/_strictIndexOf.d.ts +0 -0
- /package/{types/lodash → lodash}/_strictLastIndexOf.d.ts +0 -0
- /package/{types/lodash → lodash}/_stringSize.d.ts +0 -0
- /package/{types/lodash → lodash}/_stringToArray.d.ts +0 -0
- /package/{types/lodash → lodash}/_stringToPath.d.ts +0 -0
- /package/{types/lodash → lodash}/_toKey.d.ts +0 -0
- /package/{types/lodash → lodash}/_toSource.d.ts +0 -0
- /package/{types/lodash → lodash}/_trimmedEndIndex.d.ts +0 -0
- /package/{types/lodash → lodash}/_unescapeHtmlChar.d.ts +0 -0
- /package/{types/lodash → lodash}/_unicodeSize.d.ts +0 -0
- /package/{types/lodash → lodash}/_unicodeToArray.d.ts +0 -0
- /package/{types/lodash → lodash}/_unicodeWords.d.ts +0 -0
- /package/{types/lodash → lodash}/_updateWrapDetails.d.ts +0 -0
- /package/{types/lodash → lodash}/_wrapperClone.d.ts +0 -0
- /package/{types/lodash → lodash}/add.d.ts +0 -0
- /package/{types/lodash → lodash}/after.d.ts +0 -0
- /package/{types/lodash → lodash}/array.d.ts +0 -0
- /package/{types/lodash → lodash}/array.default.d.ts +0 -0
- /package/{types/lodash → lodash}/ary.d.ts +0 -0
- /package/{types/lodash → lodash}/assign.d.ts +0 -0
- /package/{types/lodash → lodash}/assignIn.d.ts +0 -0
- /package/{types/lodash → lodash}/assignInWith.d.ts +0 -0
- /package/{types/lodash → lodash}/assignWith.d.ts +0 -0
- /package/{types/lodash → lodash}/at.d.ts +0 -0
- /package/{types/lodash → lodash}/attempt.d.ts +0 -0
- /package/{types/lodash → lodash}/before.d.ts +0 -0
- /package/{types/lodash → lodash}/bind.d.ts +0 -0
- /package/{types/lodash → lodash}/bindAll.d.ts +0 -0
- /package/{types/lodash → lodash}/bindKey.d.ts +0 -0
- /package/{types/lodash → lodash}/camelCase.d.ts +0 -0
- /package/{types/lodash → lodash}/capitalize.d.ts +0 -0
- /package/{types/lodash → lodash}/castArray.d.ts +0 -0
- /package/{types/lodash → lodash}/ceil.d.ts +0 -0
- /package/{types/lodash → lodash}/chain.d.ts +0 -0
- /package/{types/lodash → lodash}/chunk.d.ts +0 -0
- /package/{types/lodash → lodash}/clamp.d.ts +0 -0
- /package/{types/lodash → lodash}/clone.d.ts +0 -0
- /package/{types/lodash → lodash}/cloneDeep.d.ts +0 -0
- /package/{types/lodash → lodash}/cloneDeepWith.d.ts +0 -0
- /package/{types/lodash → lodash}/cloneWith.d.ts +0 -0
- /package/{types/lodash → lodash}/collection.d.ts +0 -0
- /package/{types/lodash → lodash}/collection.default.d.ts +0 -0
- /package/{types/lodash → lodash}/commit.d.ts +0 -0
- /package/{types/lodash → lodash}/concat.d.ts +0 -0
- /package/{types/lodash → lodash}/cond.d.ts +0 -0
- /package/{types/lodash → lodash}/conforms.d.ts +0 -0
- /package/{types/lodash → lodash}/conformsTo.d.ts +0 -0
- /package/{types/lodash → lodash}/constant.d.ts +0 -0
- /package/{types/lodash → lodash}/countBy.d.ts +0 -0
- /package/{types/lodash → lodash}/create.d.ts +0 -0
- /package/{types/lodash → lodash}/curry.d.ts +0 -0
- /package/{types/lodash → lodash}/curryRight.d.ts +0 -0
- /package/{types/lodash → lodash}/date.d.ts +0 -0
- /package/{types/lodash → lodash}/date.default.d.ts +0 -0
- /package/{types/lodash → lodash}/debounce.d.ts +0 -0
- /package/{types/lodash → lodash}/deburr.d.ts +0 -0
- /package/{types/lodash → lodash}/defaultTo.d.ts +0 -0
- /package/{types/lodash → lodash}/defaults.d.ts +0 -0
- /package/{types/lodash → lodash}/defaultsDeep.d.ts +0 -0
- /package/{types/lodash → lodash}/defer.d.ts +0 -0
- /package/{types/lodash → lodash}/delay.d.ts +0 -0
- /package/{types/lodash → lodash}/difference.d.ts +0 -0
- /package/{types/lodash → lodash}/differenceBy.d.ts +0 -0
- /package/{types/lodash → lodash}/differenceWith.d.ts +0 -0
- /package/{types/lodash → lodash}/divide.d.ts +0 -0
- /package/{types/lodash → lodash}/drop.d.ts +0 -0
- /package/{types/lodash → lodash}/dropRight.d.ts +0 -0
- /package/{types/lodash → lodash}/dropRightWhile.d.ts +0 -0
- /package/{types/lodash → lodash}/dropWhile.d.ts +0 -0
- /package/{types/lodash → lodash}/each.d.ts +0 -0
- /package/{types/lodash → lodash}/eachRight.d.ts +0 -0
- /package/{types/lodash → lodash}/endsWith.d.ts +0 -0
- /package/{types/lodash → lodash}/entries.d.ts +0 -0
- /package/{types/lodash → lodash}/entriesIn.d.ts +0 -0
- /package/{types/lodash → lodash}/eq.d.ts +0 -0
- /package/{types/lodash → lodash}/escape.d.ts +0 -0
- /package/{types/lodash → lodash}/escapeRegExp.d.ts +0 -0
- /package/{types/lodash → lodash}/every.d.ts +0 -0
- /package/{types/lodash → lodash}/extend.d.ts +0 -0
- /package/{types/lodash → lodash}/extendWith.d.ts +0 -0
- /package/{types/lodash → lodash}/fill.d.ts +0 -0
- /package/{types/lodash → lodash}/filter.d.ts +0 -0
- /package/{types/lodash → lodash}/find.d.ts +0 -0
- /package/{types/lodash → lodash}/findIndex.d.ts +0 -0
- /package/{types/lodash → lodash}/findKey.d.ts +0 -0
- /package/{types/lodash → lodash}/findLast.d.ts +0 -0
- /package/{types/lodash → lodash}/findLastIndex.d.ts +0 -0
- /package/{types/lodash → lodash}/findLastKey.d.ts +0 -0
- /package/{types/lodash → lodash}/first.d.ts +0 -0
- /package/{types/lodash → lodash}/flatMap.d.ts +0 -0
- /package/{types/lodash → lodash}/flatMapDeep.d.ts +0 -0
- /package/{types/lodash → lodash}/flatMapDepth.d.ts +0 -0
- /package/{types/lodash → lodash}/flatten.d.ts +0 -0
- /package/{types/lodash → lodash}/flattenDeep.d.ts +0 -0
- /package/{types/lodash → lodash}/flattenDepth.d.ts +0 -0
- /package/{types/lodash → lodash}/flip.d.ts +0 -0
- /package/{types/lodash → lodash}/floor.d.ts +0 -0
- /package/{types/lodash → lodash}/flow.d.ts +0 -0
- /package/{types/lodash → lodash}/flowRight.d.ts +0 -0
- /package/{types/lodash → lodash}/forEach.d.ts +0 -0
- /package/{types/lodash → lodash}/forEachRight.d.ts +0 -0
- /package/{types/lodash → lodash}/forIn.d.ts +0 -0
- /package/{types/lodash → lodash}/forInRight.d.ts +0 -0
- /package/{types/lodash → lodash}/forOwn.d.ts +0 -0
- /package/{types/lodash → lodash}/forOwnRight.d.ts +0 -0
- /package/{types/lodash → lodash}/fromPairs.d.ts +0 -0
- /package/{types/lodash → lodash}/function.d.ts +0 -0
- /package/{types/lodash → lodash}/function.default.d.ts +0 -0
- /package/{types/lodash → lodash}/functions.d.ts +0 -0
- /package/{types/lodash → lodash}/functionsIn.d.ts +0 -0
- /package/{types/lodash → lodash}/get.d.ts +0 -0
- /package/{types/lodash → lodash}/groupBy.d.ts +0 -0
- /package/{types/lodash → lodash}/gt.d.ts +0 -0
- /package/{types/lodash → lodash}/gte.d.ts +0 -0
- /package/{types/lodash → lodash}/has.d.ts +0 -0
- /package/{types/lodash → lodash}/hasIn.d.ts +0 -0
- /package/{types/lodash → lodash}/head.d.ts +0 -0
- /package/{types/lodash → lodash}/identity.d.ts +0 -0
- /package/{types/lodash → lodash}/inRange.d.ts +0 -0
- /package/{types/lodash → lodash}/includes.d.ts +0 -0
- /package/{types/lodash → lodash}/index.d.ts +0 -0
- /package/{types/lodash → lodash}/indexOf.d.ts +0 -0
- /package/{types/lodash → lodash}/initial.d.ts +0 -0
- /package/{types/lodash → lodash}/intersection.d.ts +0 -0
- /package/{types/lodash → lodash}/intersectionBy.d.ts +0 -0
- /package/{types/lodash → lodash}/intersectionWith.d.ts +0 -0
- /package/{types/lodash → lodash}/invert.d.ts +0 -0
- /package/{types/lodash → lodash}/invertBy.d.ts +0 -0
- /package/{types/lodash → lodash}/invoke.d.ts +0 -0
- /package/{types/lodash → lodash}/invokeMap.d.ts +0 -0
- /package/{types/lodash → lodash}/isArguments.d.ts +0 -0
- /package/{types/lodash → lodash}/isArray.d.ts +0 -0
- /package/{types/lodash → lodash}/isArrayBuffer.d.ts +0 -0
- /package/{types/lodash → lodash}/isArrayLike.d.ts +0 -0
- /package/{types/lodash → lodash}/isArrayLikeObject.d.ts +0 -0
- /package/{types/lodash → lodash}/isBoolean.d.ts +0 -0
- /package/{types/lodash → lodash}/isBuffer.d.ts +0 -0
- /package/{types/lodash → lodash}/isDate.d.ts +0 -0
- /package/{types/lodash → lodash}/isElement.d.ts +0 -0
- /package/{types/lodash → lodash}/isEmpty.d.ts +0 -0
- /package/{types/lodash → lodash}/isEqual.d.ts +0 -0
- /package/{types/lodash → lodash}/isEqualWith.d.ts +0 -0
- /package/{types/lodash → lodash}/isError.d.ts +0 -0
- /package/{types/lodash → lodash}/isFinite.d.ts +0 -0
- /package/{types/lodash → lodash}/isFunction.d.ts +0 -0
- /package/{types/lodash → lodash}/isInteger.d.ts +0 -0
- /package/{types/lodash → lodash}/isLength.d.ts +0 -0
- /package/{types/lodash → lodash}/isMap.d.ts +0 -0
- /package/{types/lodash → lodash}/isMatch.d.ts +0 -0
- /package/{types/lodash → lodash}/isMatchWith.d.ts +0 -0
- /package/{types/lodash → lodash}/isNaN.d.ts +0 -0
- /package/{types/lodash → lodash}/isNative.d.ts +0 -0
- /package/{types/lodash → lodash}/isNil.d.ts +0 -0
- /package/{types/lodash → lodash}/isNull.d.ts +0 -0
- /package/{types/lodash → lodash}/isNumber.d.ts +0 -0
- /package/{types/lodash → lodash}/isObject.d.ts +0 -0
- /package/{types/lodash → lodash}/isObjectLike.d.ts +0 -0
- /package/{types/lodash → lodash}/isPlainObject.d.ts +0 -0
- /package/{types/lodash → lodash}/isRegExp.d.ts +0 -0
- /package/{types/lodash → lodash}/isSafeInteger.d.ts +0 -0
- /package/{types/lodash → lodash}/isSet.d.ts +0 -0
- /package/{types/lodash → lodash}/isString.d.ts +0 -0
- /package/{types/lodash → lodash}/isSymbol.d.ts +0 -0
- /package/{types/lodash → lodash}/isTypedArray.d.ts +0 -0
- /package/{types/lodash → lodash}/isUndefined.d.ts +0 -0
- /package/{types/lodash → lodash}/isWeakMap.d.ts +0 -0
- /package/{types/lodash → lodash}/isWeakSet.d.ts +0 -0
- /package/{types/lodash → lodash}/iteratee.d.ts +0 -0
- /package/{types/lodash → lodash}/join.d.ts +0 -0
- /package/{types/lodash → lodash}/kebabCase.d.ts +0 -0
- /package/{types/lodash → lodash}/keyBy.d.ts +0 -0
- /package/{types/lodash → lodash}/keys.d.ts +0 -0
- /package/{types/lodash → lodash}/keysIn.d.ts +0 -0
- /package/{types/lodash → lodash}/lang.d.ts +0 -0
- /package/{types/lodash → lodash}/lang.default.d.ts +0 -0
- /package/{types/lodash → lodash}/last.d.ts +0 -0
- /package/{types/lodash → lodash}/lastIndexOf.d.ts +0 -0
- /package/{types/lodash → lodash}/lodash.default.d.ts +0 -0
- /package/{types/lodash → lodash}/lowerCase.d.ts +0 -0
- /package/{types/lodash → lodash}/lowerFirst.d.ts +0 -0
- /package/{types/lodash → lodash}/lt.d.ts +0 -0
- /package/{types/lodash → lodash}/lte.d.ts +0 -0
- /package/{types/lodash → lodash}/map.d.ts +0 -0
- /package/{types/lodash → lodash}/mapKeys.d.ts +0 -0
- /package/{types/lodash → lodash}/mapValues.d.ts +0 -0
- /package/{types/lodash → lodash}/matches.d.ts +0 -0
- /package/{types/lodash → lodash}/matchesProperty.d.ts +0 -0
- /package/{types/lodash → lodash}/math.d.ts +0 -0
- /package/{types/lodash → lodash}/math.default.d.ts +0 -0
- /package/{types/lodash → lodash}/max.d.ts +0 -0
- /package/{types/lodash → lodash}/maxBy.d.ts +0 -0
- /package/{types/lodash → lodash}/mean.d.ts +0 -0
- /package/{types/lodash → lodash}/meanBy.d.ts +0 -0
- /package/{types/lodash → lodash}/memoize.d.ts +0 -0
- /package/{types/lodash → lodash}/merge.d.ts +0 -0
- /package/{types/lodash → lodash}/mergeWith.d.ts +0 -0
- /package/{types/lodash → lodash}/method.d.ts +0 -0
- /package/{types/lodash → lodash}/methodOf.d.ts +0 -0
- /package/{types/lodash → lodash}/min.d.ts +0 -0
- /package/{types/lodash → lodash}/minBy.d.ts +0 -0
- /package/{types/lodash → lodash}/mixin.d.ts +0 -0
- /package/{types/lodash → lodash}/multiply.d.ts +0 -0
- /package/{types/lodash → lodash}/negate.d.ts +0 -0
- /package/{types/lodash → lodash}/next.d.ts +0 -0
- /package/{types/lodash → lodash}/noop.d.ts +0 -0
- /package/{types/lodash → lodash}/now.d.ts +0 -0
- /package/{types/lodash → lodash}/nth.d.ts +0 -0
- /package/{types/lodash → lodash}/nthArg.d.ts +0 -0
- /package/{types/lodash → lodash}/number.d.ts +0 -0
- /package/{types/lodash → lodash}/number.default.d.ts +0 -0
- /package/{types/lodash → lodash}/object.d.ts +0 -0
- /package/{types/lodash → lodash}/object.default.d.ts +0 -0
- /package/{types/lodash → lodash}/omit.d.ts +0 -0
- /package/{types/lodash → lodash}/omitBy.d.ts +0 -0
- /package/{types/lodash → lodash}/once.d.ts +0 -0
- /package/{types/lodash → lodash}/orderBy.d.ts +0 -0
- /package/{types/lodash → lodash}/over.d.ts +0 -0
- /package/{types/lodash → lodash}/overArgs.d.ts +0 -0
- /package/{types/lodash → lodash}/overEvery.d.ts +0 -0
- /package/{types/lodash → lodash}/overSome.d.ts +0 -0
- /package/{types/lodash → lodash}/pad.d.ts +0 -0
- /package/{types/lodash → lodash}/padEnd.d.ts +0 -0
- /package/{types/lodash → lodash}/padStart.d.ts +0 -0
- /package/{types/lodash → lodash}/parseInt.d.ts +0 -0
- /package/{types/lodash → lodash}/partial.d.ts +0 -0
- /package/{types/lodash → lodash}/partialRight.d.ts +0 -0
- /package/{types/lodash → lodash}/partition.d.ts +0 -0
- /package/{types/lodash → lodash}/pick.d.ts +0 -0
- /package/{types/lodash → lodash}/pickBy.d.ts +0 -0
- /package/{types/lodash → lodash}/plant.d.ts +0 -0
- /package/{types/lodash → lodash}/property.d.ts +0 -0
- /package/{types/lodash → lodash}/propertyOf.d.ts +0 -0
- /package/{types/lodash → lodash}/pull.d.ts +0 -0
- /package/{types/lodash → lodash}/pullAll.d.ts +0 -0
- /package/{types/lodash → lodash}/pullAllBy.d.ts +0 -0
- /package/{types/lodash → lodash}/pullAllWith.d.ts +0 -0
- /package/{types/lodash → lodash}/pullAt.d.ts +0 -0
- /package/{types/lodash → lodash}/range.d.ts +0 -0
- /package/{types/lodash → lodash}/rangeRight.d.ts +0 -0
- /package/{types/lodash → lodash}/rearg.d.ts +0 -0
- /package/{types/lodash → lodash}/reduce.d.ts +0 -0
- /package/{types/lodash → lodash}/reduceRight.d.ts +0 -0
- /package/{types/lodash → lodash}/reject.d.ts +0 -0
- /package/{types/lodash → lodash}/remove.d.ts +0 -0
- /package/{types/lodash → lodash}/repeat.d.ts +0 -0
- /package/{types/lodash → lodash}/replace.d.ts +0 -0
- /package/{types/lodash → lodash}/rest.d.ts +0 -0
- /package/{types/lodash → lodash}/result.d.ts +0 -0
- /package/{types/lodash → lodash}/reverse.d.ts +0 -0
- /package/{types/lodash → lodash}/round.d.ts +0 -0
- /package/{types/lodash → lodash}/sample.d.ts +0 -0
- /package/{types/lodash → lodash}/sampleSize.d.ts +0 -0
- /package/{types/lodash → lodash}/seq.d.ts +0 -0
- /package/{types/lodash → lodash}/seq.default.d.ts +0 -0
- /package/{types/lodash → lodash}/set.d.ts +0 -0
- /package/{types/lodash → lodash}/setWith.d.ts +0 -0
- /package/{types/lodash → lodash}/shuffle.d.ts +0 -0
- /package/{types/lodash → lodash}/size.d.ts +0 -0
- /package/{types/lodash → lodash}/slice.d.ts +0 -0
- /package/{types/lodash → lodash}/snakeCase.d.ts +0 -0
- /package/{types/lodash → lodash}/some.d.ts +0 -0
- /package/{types/lodash → lodash}/sortBy.d.ts +0 -0
- /package/{types/lodash → lodash}/sortedIndex.d.ts +0 -0
- /package/{types/lodash → lodash}/sortedIndexBy.d.ts +0 -0
- /package/{types/lodash → lodash}/sortedIndexOf.d.ts +0 -0
- /package/{types/lodash → lodash}/sortedLastIndex.d.ts +0 -0
- /package/{types/lodash → lodash}/sortedLastIndexBy.d.ts +0 -0
- /package/{types/lodash → lodash}/sortedLastIndexOf.d.ts +0 -0
- /package/{types/lodash → lodash}/sortedUniq.d.ts +0 -0
- /package/{types/lodash → lodash}/sortedUniqBy.d.ts +0 -0
- /package/{types/lodash → lodash}/split.d.ts +0 -0
- /package/{types/lodash → lodash}/spread.d.ts +0 -0
- /package/{types/lodash → lodash}/startCase.d.ts +0 -0
- /package/{types/lodash → lodash}/startsWith.d.ts +0 -0
- /package/{types/lodash → lodash}/string.d.ts +0 -0
- /package/{types/lodash → lodash}/string.default.d.ts +0 -0
- /package/{types/lodash → lodash}/stubArray.d.ts +0 -0
- /package/{types/lodash → lodash}/stubFalse.d.ts +0 -0
- /package/{types/lodash → lodash}/stubObject.d.ts +0 -0
- /package/{types/lodash → lodash}/stubString.d.ts +0 -0
- /package/{types/lodash → lodash}/stubTrue.d.ts +0 -0
- /package/{types/lodash → lodash}/subtract.d.ts +0 -0
- /package/{types/lodash → lodash}/sum.d.ts +0 -0
- /package/{types/lodash → lodash}/sumBy.d.ts +0 -0
- /package/{types/lodash → lodash}/tail.d.ts +0 -0
- /package/{types/lodash → lodash}/take.d.ts +0 -0
- /package/{types/lodash → lodash}/takeRight.d.ts +0 -0
- /package/{types/lodash → lodash}/takeRightWhile.d.ts +0 -0
- /package/{types/lodash → lodash}/takeWhile.d.ts +0 -0
- /package/{types/lodash → lodash}/tap.d.ts +0 -0
- /package/{types/lodash → lodash}/throttle.d.ts +0 -0
- /package/{types/lodash → lodash}/thru.d.ts +0 -0
- /package/{types/lodash → lodash}/times.d.ts +0 -0
- /package/{types/lodash → lodash}/toArray.d.ts +0 -0
- /package/{types/lodash → lodash}/toFinite.d.ts +0 -0
- /package/{types/lodash → lodash}/toInteger.d.ts +0 -0
- /package/{types/lodash → lodash}/toIterator.d.ts +0 -0
- /package/{types/lodash → lodash}/toJSON.d.ts +0 -0
- /package/{types/lodash → lodash}/toLength.d.ts +0 -0
- /package/{types/lodash → lodash}/toLower.d.ts +0 -0
- /package/{types/lodash → lodash}/toNumber.d.ts +0 -0
- /package/{types/lodash → lodash}/toPairs.d.ts +0 -0
- /package/{types/lodash → lodash}/toPairsIn.d.ts +0 -0
- /package/{types/lodash → lodash}/toPath.d.ts +0 -0
- /package/{types/lodash → lodash}/toPlainObject.d.ts +0 -0
- /package/{types/lodash → lodash}/toSafeInteger.d.ts +0 -0
- /package/{types/lodash → lodash}/toString.d.ts +0 -0
- /package/{types/lodash → lodash}/toUpper.d.ts +0 -0
- /package/{types/lodash → lodash}/transform.d.ts +0 -0
- /package/{types/lodash → lodash}/trim.d.ts +0 -0
- /package/{types/lodash → lodash}/trimEnd.d.ts +0 -0
- /package/{types/lodash → lodash}/trimStart.d.ts +0 -0
- /package/{types/lodash → lodash}/truncate.d.ts +0 -0
- /package/{types/lodash → lodash}/unary.d.ts +0 -0
- /package/{types/lodash → lodash}/unescape.d.ts +0 -0
- /package/{types/lodash → lodash}/union.d.ts +0 -0
- /package/{types/lodash → lodash}/unionBy.d.ts +0 -0
- /package/{types/lodash → lodash}/unionWith.d.ts +0 -0
- /package/{types/lodash → lodash}/uniq.d.ts +0 -0
- /package/{types/lodash → lodash}/uniqBy.d.ts +0 -0
- /package/{types/lodash → lodash}/uniqWith.d.ts +0 -0
- /package/{types/lodash → lodash}/uniqueId.d.ts +0 -0
- /package/{types/lodash → lodash}/unset.d.ts +0 -0
- /package/{types/lodash → lodash}/unzip.d.ts +0 -0
- /package/{types/lodash → lodash}/unzipWith.d.ts +0 -0
- /package/{types/lodash → lodash}/update.d.ts +0 -0
- /package/{types/lodash → lodash}/updateWith.d.ts +0 -0
- /package/{types/lodash → lodash}/upperCase.d.ts +0 -0
- /package/{types/lodash → lodash}/upperFirst.d.ts +0 -0
- /package/{types/lodash → lodash}/util.d.ts +0 -0
- /package/{types/lodash → lodash}/util.default.d.ts +0 -0
- /package/{types/lodash → lodash}/value.d.ts +0 -0
- /package/{types/lodash → lodash}/valueOf.d.ts +0 -0
- /package/{types/lodash → lodash}/values.d.ts +0 -0
- /package/{types/lodash → lodash}/valuesIn.d.ts +0 -0
- /package/{types/lodash → lodash}/without.d.ts +0 -0
- /package/{types/lodash → lodash}/words.d.ts +0 -0
- /package/{types/lodash → lodash}/wrap.d.ts +0 -0
- /package/{types/lodash → lodash}/wrapperAt.d.ts +0 -0
- /package/{types/lodash → lodash}/wrapperChain.d.ts +0 -0
- /package/{types/lodash → lodash}/wrapperLodash.d.ts +0 -0
- /package/{types/lodash → lodash}/wrapperReverse.d.ts +0 -0
- /package/{types/lodash → lodash}/wrapperValue.d.ts +0 -0
- /package/{types/lodash → lodash}/xor.d.ts +0 -0
- /package/{types/lodash → lodash}/xorBy.d.ts +0 -0
- /package/{types/lodash → lodash}/xorWith.d.ts +0 -0
- /package/{types/lodash → lodash}/zip.d.ts +0 -0
- /package/{types/lodash → lodash}/zipObject.d.ts +0 -0
- /package/{types/lodash → lodash}/zipObjectDeep.d.ts +0 -0
- /package/{types/lodash → lodash}/zipWith.d.ts +0 -0
- /package/{types/math → math}/index.d.ts +0 -0
- /package/{types/md5 → md5}/index.d.ts +0 -0
- /package/{types/mock → mock}/MockWebSocket.d.ts +0 -0
- /package/{types/mock → mock}/MockXMLHttpRequest.d.ts +0 -0
- /package/{types/mock → mock}/index.d.ts +0 -0
- /package/{types/normalize-wheel → normalize-wheel}/ExecutionEnvironment.d.ts +0 -0
- /package/{types/normalize-wheel → normalize-wheel}/UserAgent_DEPRECATED.d.ts +0 -0
- /package/{types/normalize-wheel → normalize-wheel}/index.d.ts +0 -0
- /package/{types/normalize-wheel → normalize-wheel}/isEventSupported.d.ts +0 -0
- /package/{types/number-to-chinese → number-to-chinese}/index.d.ts +0 -0
- /package/{types/nzh → nzh}/cn.d.ts +0 -0
- /package/{types/nzh → nzh}/hk.d.ts +0 -0
- /package/{types/nzh → nzh}/index.d.ts +0 -0
- /package/{types/nzh → nzh}/src/autoGet.d.ts +0 -0
- /package/{types/nzh → nzh}/src/index.d.ts +0 -0
- /package/{types/nzh → nzh}/src/langs/cn_b.d.ts +0 -0
- /package/{types/nzh → nzh}/src/langs/cn_s.d.ts +0 -0
- /package/{types/nzh → nzh}/src/langs/hk_b.d.ts +0 -0
- /package/{types/nzh → nzh}/src/langs/hk_s.d.ts +0 -0
- /package/{types/nzh → nzh}/src/utils.d.ts +0 -0
- /package/{types/pinyin/src → pinyin}/core.d.ts +0 -0
- /package/{types/pinyin/src → pinyin}/simplified.d.ts +0 -0
- /package/{types/pinyin/src → pinyin}/simplified_dict.d.ts +0 -0
- /package/{types/pinyin/src → pinyin}/traditional.d.ts +0 -0
- /package/{types/pinyin/src → pinyin}/traditional_dict.d.ts +0 -0
- /package/{types/query-string → query-string}/splitOnFirst.d.ts +0 -0
- /package/{types/random → random}/address.d.ts +0 -0
- /package/{types/random → random}/constellation.d.ts +0 -0
- /package/{types/random → random}/image.d.ts +0 -0
- /package/{types/random → random}/licensePlate.d.ts +0 -0
- /package/{types/random → random}/name.d.ts +0 -0
- /package/{types/random → random}/number.d.ts +0 -0
- /package/{types/random → random}/text.d.ts +0 -0
- /package/{types/random → random}/time.d.ts +0 -0
- /package/{types/random → random}/web.d.ts +0 -0
- /package/{types/sanitize-url → sanitize-url}/index.d.ts +0 -0
- /package/{types/screenfull → screenfull}/index.d.ts +0 -0
- /package/{types/sleep → sleep}/index.d.ts +0 -0
- /package/{types/snapdom/src → snapdom}/api/snapdom.d.ts +0 -0
- /package/{types/snapdom/src → snapdom}/core/capture.d.ts +0 -0
- /package/{types/snapdom/src → snapdom}/core/clone.d.ts +0 -0
- /package/{types/snapdom/src → snapdom}/core/exporters.d.ts +0 -0
- /package/{types/snapdom/src → snapdom}/core/plugins.d.ts +0 -0
- /package/{types/snapdom/src → snapdom}/core/prepare.d.ts +0 -0
- /package/{types/snapdom/src → snapdom}/exporters/download.d.ts +0 -0
- /package/{types/snapdom/src → snapdom}/exporters/toBlob.d.ts +0 -0
- /package/{types/snapdom/src → snapdom}/exporters/toCanvas.d.ts +0 -0
- /package/{types/snapdom/src → snapdom}/exporters/toImg.d.ts +0 -0
- /package/{types/snapdom/src → snapdom}/exporters/toJpg.d.ts +0 -0
- /package/{types/snapdom/src → snapdom}/exporters/toPng.d.ts +0 -0
- /package/{types/snapdom/src → snapdom}/exporters/toSvg.d.ts +0 -0
- /package/{types/snapdom/src → snapdom}/exporters/toWebp.d.ts +0 -0
- /package/{types/snapdom/src → snapdom}/index.browser.d.ts +0 -0
- /package/{types/snapdom/src → snapdom}/index.d.ts +0 -0
- /package/{types/snapdom/src → snapdom}/modules/CSSVar.d.ts +0 -0
- /package/{types/snapdom/src → snapdom}/modules/background.d.ts +0 -0
- /package/{types/snapdom/src → snapdom}/modules/changeCSS.d.ts +0 -0
- /package/{types/snapdom/src → snapdom}/modules/counter.d.ts +0 -0
- /package/{types/snapdom/src → snapdom}/modules/iconFonts.d.ts +0 -0
- /package/{types/snapdom/src → snapdom}/modules/images.d.ts +0 -0
- /package/{types/snapdom/src → snapdom}/modules/pseudo.d.ts +0 -0
- /package/{types/snapdom/src → snapdom}/modules/rasterize.d.ts +0 -0
- /package/{types/snapdom/src → snapdom}/modules/snapFetch.d.ts +0 -0
- /package/{types/snapdom/src → snapdom}/modules/styles.d.ts +0 -0
- /package/{types/snapdom/src → snapdom}/modules/svgDefs.d.ts +0 -0
- /package/{types/snapdom/src → snapdom}/utils/css.d.ts +0 -0
- /package/{types/snapdom/src → snapdom}/utils/image.d.ts +0 -0
- /package/{types/snapdom/src → snapdom}/utils/transforms.helpers.d.ts +0 -0
- /package/{types/string → string}/chars.d.ts +0 -0
- /package/{types/tinycolor/src → tinycolor}/css-color-names.d.ts +0 -0
- /package/{types/tinycolor/src → tinycolor}/from-ratio.d.ts +0 -0
- /package/{types/tinycolor/src → tinycolor}/interfaces.d.ts +0 -0
- /package/{types/tinycolor/src → tinycolor}/public_api.d.ts +0 -0
- /package/{types/tinycolor/src → tinycolor}/random.d.ts +0 -0
- /package/{types/tinycolor/src → tinycolor}/umd_api.d.ts +0 -0
- /package/{types/tinycolor/src → tinycolor}/utils.d.ts +0 -0
- /package/{types/tree/search/index.d.ts → tree/searchTree.d.ts} +0 -0
- /package/{types/tween/src → tween}/easing.d.ts +0 -0
- /package/{types/tween/src → tween}/tween.d.ts +0 -0
- /package/{types/url-toolkit/src/url-toolkit.d.ts → url-toolkit/index.d.ts} +0 -0
- /package/{types/validate/src → validate}/index.d.ts +0 -0
- /package/{types/validate/src → validate}/interface.d.ts +0 -0
- /package/{types/validate/src → validate}/locale/en-US.d.ts +0 -0
- /package/{types/validate/src → validate}/locale/index.d.ts +0 -0
- /package/{types/validate/src → validate}/locale/zh-CN.d.ts +0 -0
- /package/{types/version → version}/index.d.ts +0 -0
- /package/{types/xlsx → xlsx}/crc32.d.ts +0 -0
- /package/{types/xlsx → xlsx}/xlsx.d.ts +0 -0
package/tinycolor.js
DELETED
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
/* 2026-02-26 14:42:29 */
|
|
2
|
-
import { cmykToRgb as e, convertDecimalToHex as t, convertHexToDecimal as a, hslToRgb as n, hsvToRgb as b, numberInputToObject as m, parseIntFromHex as T, rgbToCmyk as i, rgbToHex as g, rgbToHsl as p, rgbToHsv as l, rgbToRgb as s, rgbaToArgbHex as x, rgbaToHex as c } from "./tinycolor/src/conversion.js";
|
|
3
|
-
import { names as f } from "./tinycolor/src/css-color-names.js";
|
|
4
|
-
import { inputToRGB as u, isValidCSSUnit as H, stringInputToObject as y } from "./tinycolor/src/format-input.js";
|
|
5
|
-
import { fromRatio as C, legacyRandom as h } from "./tinycolor/src/from-ratio.js";
|
|
6
|
-
import { TinyColor as O, TinyColor as P } from "./tinycolor/src/index.js";
|
|
7
|
-
import { bounds as k, random as A } from "./tinycolor/src/random.js";
|
|
8
|
-
import { isReadable as F, mostReadable as S, readability as B } from "./tinycolor/src/readability.js";
|
|
9
|
-
import { toMsFilter as M } from "./tinycolor/src/to-ms-filter.js";
|
|
10
|
-
import { bound01 as V, boundAlpha as Z, clamp01 as q, convertToPercentage as w, isOnePointZero as z, isPercentage as E, pad2 as J } from "./tinycolor/src/utils.js";
|
|
11
|
-
export {
|
|
12
|
-
O as TinyColor,
|
|
13
|
-
V as bound01,
|
|
14
|
-
Z as boundAlpha,
|
|
15
|
-
k as bounds,
|
|
16
|
-
q as clamp01,
|
|
17
|
-
e as cmykToRgb,
|
|
18
|
-
t as convertDecimalToHex,
|
|
19
|
-
a as convertHexToDecimal,
|
|
20
|
-
w as convertToPercentage,
|
|
21
|
-
P as default,
|
|
22
|
-
C as fromRatio,
|
|
23
|
-
n as hslToRgb,
|
|
24
|
-
b as hsvToRgb,
|
|
25
|
-
u as inputToRGB,
|
|
26
|
-
z as isOnePointZero,
|
|
27
|
-
E as isPercentage,
|
|
28
|
-
F as isReadable,
|
|
29
|
-
H as isValidCSSUnit,
|
|
30
|
-
h as legacyRandom,
|
|
31
|
-
S as mostReadable,
|
|
32
|
-
f as names,
|
|
33
|
-
m as numberInputToObject,
|
|
34
|
-
J as pad2,
|
|
35
|
-
T as parseIntFromHex,
|
|
36
|
-
A as random,
|
|
37
|
-
B as readability,
|
|
38
|
-
i as rgbToCmyk,
|
|
39
|
-
g as rgbToHex,
|
|
40
|
-
p as rgbToHsl,
|
|
41
|
-
l as rgbToHsv,
|
|
42
|
-
s as rgbToRgb,
|
|
43
|
-
x as rgbaToArgbHex,
|
|
44
|
-
c as rgbaToHex,
|
|
45
|
-
y as stringInputToObject,
|
|
46
|
-
M as toMsFilter
|
|
47
|
-
};
|
package/tree/search/index.js
DELETED
|
@@ -1,108 +0,0 @@
|
|
|
1
|
-
/* 2026-02-26 14:42:29 */
|
|
2
|
-
import E from "lodash/isArray";
|
|
3
|
-
import B from "lodash/isFunction";
|
|
4
|
-
import C from "lodash/isNil";
|
|
5
|
-
import K from "lodash/isNumber";
|
|
6
|
-
import L from "lodash/isObjectLike";
|
|
7
|
-
import j from "lodash/isRegExp";
|
|
8
|
-
import f from "lodash/isString";
|
|
9
|
-
function k(n, u, m, w) {
|
|
10
|
-
return u && n ? { shouldExit: !0, newMatch: !0 } : m && !n ? { shouldExit: !0, newMatch: !1 } : { shouldExit: !1, newMatch: w || n };
|
|
11
|
-
}
|
|
12
|
-
function P(n, u, m = {}) {
|
|
13
|
-
if (C(n) || !E(n)) return null;
|
|
14
|
-
if (!L(u)) throw new TypeError("参数 searchCondition 必须是一个对象");
|
|
15
|
-
const w = {
|
|
16
|
-
strategy: "BFS",
|
|
17
|
-
childrenKey: "children",
|
|
18
|
-
strict: !1,
|
|
19
|
-
fuzzyMatch: !1,
|
|
20
|
-
returnAllMatches: !1,
|
|
21
|
-
caseSensitive: !1,
|
|
22
|
-
allowEmptyString: !1,
|
|
23
|
-
matchMode: "AND",
|
|
24
|
-
returnTree: !1,
|
|
25
|
-
returnTreeMaxDepth: 0,
|
|
26
|
-
// 只在 returnTree 为 true 时才生效
|
|
27
|
-
...m
|
|
28
|
-
// 用户配置覆盖默认值
|
|
29
|
-
}, {
|
|
30
|
-
strategy: S,
|
|
31
|
-
childrenKey: a,
|
|
32
|
-
strict: v,
|
|
33
|
-
fuzzyMatch: R,
|
|
34
|
-
returnAllMatches: M,
|
|
35
|
-
caseSensitive: b,
|
|
36
|
-
allowEmptyString: z,
|
|
37
|
-
matchMode: T,
|
|
38
|
-
returnTree: g,
|
|
39
|
-
returnTreeMaxDepth: d
|
|
40
|
-
} = w, x = T === "OR", A = T === "AND", y = S === "BFS";
|
|
41
|
-
if (!(y || S === "DFS")) throw new Error('配置 strategy 必须是 "BFS" 或 "DFS"');
|
|
42
|
-
if (!(x || A)) throw new Error('配置 matchMode 必须是 "AND" 或 "OR"');
|
|
43
|
-
if (!f(a)) throw new TypeError("配置 childrenKey 必须是字符串");
|
|
44
|
-
if (g) {
|
|
45
|
-
if (!M) throw new Error(
|
|
46
|
-
"当 returnTree 为 true 时,returnAllMatches 也必须为 true"
|
|
47
|
-
);
|
|
48
|
-
if (!(K(d) && d > -1)) throw new TypeError("配置 returnTreeMaxDepth 必须是一个非负整数");
|
|
49
|
-
}
|
|
50
|
-
const h = [...n], F = [], D = Object.entries(u);
|
|
51
|
-
if (D.length) {
|
|
52
|
-
const N = (r) => {
|
|
53
|
-
let s = !1;
|
|
54
|
-
for (const [i, c] of D) {
|
|
55
|
-
let e = c, t = r[i];
|
|
56
|
-
if (b || (f(e) && (e = e.toLowerCase()), f(t) && (t = t.toLowerCase())), e === "" && !z)
|
|
57
|
-
continue;
|
|
58
|
-
let o = !1;
|
|
59
|
-
B(e) ? o = !!e(t, r) : j(e) && f(t) ? o = t ? e.test(t) : !1 : R && f(e) && f(t) ? o = t.includes(e) : o = v ? t === e : t == e;
|
|
60
|
-
const l = k(o, x, A, s);
|
|
61
|
-
if (l.shouldExit)
|
|
62
|
-
return l.newMatch;
|
|
63
|
-
s = l.newMatch;
|
|
64
|
-
}
|
|
65
|
-
return s;
|
|
66
|
-
};
|
|
67
|
-
if (g) {
|
|
68
|
-
const r = (i, c = 1) => {
|
|
69
|
-
const e = d > 0 && c > d, t = !e && N(i), o = e ? void 0 : i[a], l = [];
|
|
70
|
-
if (E(o))
|
|
71
|
-
for (const p of o) {
|
|
72
|
-
const O = r(p, c + 1);
|
|
73
|
-
O && l.push(O);
|
|
74
|
-
}
|
|
75
|
-
if (t || l.length > 0) {
|
|
76
|
-
const p = { ...i };
|
|
77
|
-
return l.length > 0 && (p[a] = l), p;
|
|
78
|
-
}
|
|
79
|
-
return null;
|
|
80
|
-
}, s = [];
|
|
81
|
-
for (const i of n) {
|
|
82
|
-
const c = r(i, 1);
|
|
83
|
-
c && s.push(c);
|
|
84
|
-
}
|
|
85
|
-
return s;
|
|
86
|
-
} else
|
|
87
|
-
for (; h.length > 0; ) {
|
|
88
|
-
const r = y ? h.shift() : h.pop();
|
|
89
|
-
if (!r) continue;
|
|
90
|
-
if (N(r))
|
|
91
|
-
if (M)
|
|
92
|
-
F.push(r);
|
|
93
|
-
else
|
|
94
|
-
return r;
|
|
95
|
-
const s = r[a];
|
|
96
|
-
if (E(s))
|
|
97
|
-
if (y)
|
|
98
|
-
h.push(...s);
|
|
99
|
-
else
|
|
100
|
-
for (let i = s.length - 1; i >= 0; i--)
|
|
101
|
-
h.push(s[i]);
|
|
102
|
-
}
|
|
103
|
-
}
|
|
104
|
-
return M ? F : null;
|
|
105
|
-
}
|
|
106
|
-
export {
|
|
107
|
-
P as default
|
|
108
|
-
};
|
package/tree.js
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/* 2026-02-26 14:42:29 */
|
|
2
|
-
import "lodash/castArray";
|
|
3
|
-
import "lodash/isArray.js";
|
|
4
|
-
import "lodash/isObject.js";
|
|
5
|
-
import "lodash/isUndefined.js";
|
|
6
|
-
import { default as a, default as p } from "./tree/search/index.js";
|
|
7
|
-
import { findNodeBy as d, getChildWithParentBy as f, getItemBy as l, getItemByID as B, getLabelFromDictionaryByValue as g } from "./tree/index.js";
|
|
8
|
-
export {
|
|
9
|
-
a as default,
|
|
10
|
-
d as findNodeBy,
|
|
11
|
-
f as getChildWithParentBy,
|
|
12
|
-
l as getItemBy,
|
|
13
|
-
B as getItemByID,
|
|
14
|
-
g as getLabelFromDictionaryByValue,
|
|
15
|
-
p as searchTree
|
|
16
|
-
};
|
package/tween/src/easing.js
DELETED
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
/* 2026-02-26 14:42:29 */
|
|
2
|
-
function u(n) {
|
|
3
|
-
return function(t) {
|
|
4
|
-
return Math.pow(t, n);
|
|
5
|
-
};
|
|
6
|
-
}
|
|
7
|
-
function r(n) {
|
|
8
|
-
return function(t) {
|
|
9
|
-
return 1 - Math.abs(Math.pow(t - 1, n));
|
|
10
|
-
};
|
|
11
|
-
}
|
|
12
|
-
function c(n) {
|
|
13
|
-
return function(t) {
|
|
14
|
-
return t < 0.5 ? u(n)(t * 2) / 2 : r(n)(t * 2 - 1) / 2 + 0.5;
|
|
15
|
-
};
|
|
16
|
-
}
|
|
17
|
-
function s(n) {
|
|
18
|
-
return n;
|
|
19
|
-
}
|
|
20
|
-
const a = u(2), I = r(2), f = c(2), O = u(3), h = r(3), M = c(3), p = u(4), q = r(4), b = c(4), P = u(5), d = r(5), l = c(5);
|
|
21
|
-
function y(n) {
|
|
22
|
-
return 1 + Math.sin(Math.PI / 2 * n - Math.PI / 2);
|
|
23
|
-
}
|
|
24
|
-
function B(n) {
|
|
25
|
-
return Math.sin(Math.PI / 2 * n);
|
|
26
|
-
}
|
|
27
|
-
function w(n) {
|
|
28
|
-
return (1 + Math.sin(Math.PI * n - Math.PI / 2)) / 2;
|
|
29
|
-
}
|
|
30
|
-
function e(n) {
|
|
31
|
-
return n < 1 / 2.75 ? 7.5625 * n * n : n < 2 / 2.75 ? (n -= 1.5 / 2.75, 7.5625 * n * n + 0.75) : n < 2.5 / 2.75 ? (n -= 2.25 / 2.75, 7.5625 * n * n + 0.9375) : (n -= 2.625 / 2.75, 7.5625 * n * n + 0.984375);
|
|
32
|
-
}
|
|
33
|
-
function o(n) {
|
|
34
|
-
return 1 - e(1 - n);
|
|
35
|
-
}
|
|
36
|
-
function x(n) {
|
|
37
|
-
return n < 0.5 ? o(n * 2) * 0.5 : e(n * 2 - 1) * 0.5 + 0.5;
|
|
38
|
-
}
|
|
39
|
-
export {
|
|
40
|
-
o as bounceIn,
|
|
41
|
-
x as bounceInOut,
|
|
42
|
-
e as bounceOut,
|
|
43
|
-
O as cubicIn,
|
|
44
|
-
M as cubicInOut,
|
|
45
|
-
h as cubicOut,
|
|
46
|
-
u as easeInBy,
|
|
47
|
-
c as easeInOutBy,
|
|
48
|
-
r as easeOutBy,
|
|
49
|
-
s as linear,
|
|
50
|
-
a as quadIn,
|
|
51
|
-
f as quadInOut,
|
|
52
|
-
I as quadOut,
|
|
53
|
-
p as quartIn,
|
|
54
|
-
b as quartInOut,
|
|
55
|
-
q as quartOut,
|
|
56
|
-
P as quintIn,
|
|
57
|
-
l as quintInOut,
|
|
58
|
-
d as quintOut,
|
|
59
|
-
y as sineIn,
|
|
60
|
-
w as sineInOut,
|
|
61
|
-
B as sineOut
|
|
62
|
-
};
|
package/tween/src/tween.js
DELETED
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
/* 2026-02-26 14:42:29 */
|
|
2
|
-
import n from "lodash/isFunction.js";
|
|
3
|
-
import l from "lodash/isString.js";
|
|
4
|
-
import a from "lodash/isUndefined.js";
|
|
5
|
-
import * as u from "./easing.js";
|
|
6
|
-
import { linear as p } from "./easing.js";
|
|
7
|
-
class S {
|
|
8
|
-
constructor(i) {
|
|
9
|
-
const {
|
|
10
|
-
from: s,
|
|
11
|
-
to: e,
|
|
12
|
-
duration: r = 500,
|
|
13
|
-
delay: o = 0,
|
|
14
|
-
easing: h,
|
|
15
|
-
onStart: f,
|
|
16
|
-
onUpdate: m = function() {
|
|
17
|
-
},
|
|
18
|
-
onFinish: d
|
|
19
|
-
} = i;
|
|
20
|
-
for (const t in s)
|
|
21
|
-
a(e[t]) && (e[t] = s[t]);
|
|
22
|
-
for (const t in e)
|
|
23
|
-
a(s[t]) && (s[t] = e[t]);
|
|
24
|
-
this.from = s, this.to = e, this.duration = r, this.delay = o, n(h) ? this.easing = h : l(h) && (this.easing = u[h]), this.easing ||= p, this.onStart = f, this.onUpdate = m, this.onFinish = d, this.startTime = Date.now() + this.delay, this.started = !1, this.finished = !1, this.timer = null, this.keys = {};
|
|
25
|
-
}
|
|
26
|
-
update() {
|
|
27
|
-
if (this.time = Date.now(), !(this.time < this.startTime) && !this.finished) {
|
|
28
|
-
this.elapsed = this.time - this.startTime, this.elapsed = Math.min(this.elapsed, this.duration);
|
|
29
|
-
for (const i in this.to)
|
|
30
|
-
this.keys[i] = this.from[i] + (this.to[i] - this.from[i]) * this.easing(this.elapsed / this.duration);
|
|
31
|
-
this.started || (n(this.onStart) && this.onStart(this.keys), this.started = !0), n(this.onUpdate) && this.onUpdate(this.keys), this.elapsed === this.duration && !this.finished && (this.finished = !0, n(this.onFinish) && this.onFinish(this.keys));
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
start() {
|
|
35
|
-
this.startTime = Date.now() + this.delay, this.started = !1, this.finished = !1;
|
|
36
|
-
const i = () => {
|
|
37
|
-
this.update(), this.finished ? this.timer && (cancelAnimationFrame(this.timer), this.timer = null) : this.timer = requestAnimationFrame(i);
|
|
38
|
-
};
|
|
39
|
-
this.timer = requestAnimationFrame(i);
|
|
40
|
-
}
|
|
41
|
-
stop() {
|
|
42
|
-
this.timer && (cancelAnimationFrame(this.timer), this.timer = null), this.finished = !0;
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
export {
|
|
46
|
-
S as default
|
|
47
|
-
};
|
package/tween.js
DELETED
|
File without changes
|
package/types/cookie/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from "./src/api.mjs";
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { EventHandler } from './addEventListener';
|
|
2
|
-
import { TransformValue } from './isTransform';
|
|
3
|
-
import { Property } from './types';
|
|
4
|
-
type AnimateProperties = Record<Property | TransformValue, string>;
|
|
5
|
-
interface Options {
|
|
6
|
-
node: HTMLElement;
|
|
7
|
-
properties: AnimateProperties;
|
|
8
|
-
duration?: number;
|
|
9
|
-
easing?: string;
|
|
10
|
-
callback?: EventHandler<'transitionend'>;
|
|
11
|
-
}
|
|
12
|
-
interface Cancel {
|
|
13
|
-
cancel(): void;
|
|
14
|
-
}
|
|
15
|
-
declare function animate(options: Options): Cancel;
|
|
16
|
-
declare function animate(node: HTMLElement, properties: AnimateProperties, duration: number): Cancel;
|
|
17
|
-
declare function animate(node: HTMLElement, properties: AnimateProperties, duration: number, callback: EventHandler<'transitionend'>): Cancel;
|
|
18
|
-
declare function animate(node: HTMLElement, properties: AnimateProperties, duration: number, easing: string, callback: EventHandler<'transitionend'>): Cancel;
|
|
19
|
-
export default animate;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Copyright 2013-2014, Facebook, Inc.
|
|
3
|
-
* All rights reserved.
|
|
4
|
-
* https://github.com/facebook/react/blob/2aeb8a2a6beb00617a4217f7f8284924fa2ad819/src/vendor/core/hyphenateStyleName.js
|
|
5
|
-
*/
|
|
6
|
-
import { Property } from './types';
|
|
7
|
-
export default function hyphenateStyleName(string: Property): Property;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { TaggedEventHandler } from './addEventListener';
|
|
2
|
-
/**
|
|
3
|
-
* A `removeEventListener` ponyfill
|
|
4
|
-
*
|
|
5
|
-
* @param node the element
|
|
6
|
-
* @param eventName the event name
|
|
7
|
-
* @param handle the handler
|
|
8
|
-
* @param options event options
|
|
9
|
-
*/
|
|
10
|
-
declare function removeEventListener<K extends keyof HTMLElementEventMap>(node: HTMLElement, eventName: K, handler: TaggedEventHandler<K>, options?: boolean | EventListenerOptions): void;
|
|
11
|
-
export default removeEventListener;
|
package/types/emitter/index.d.ts
DELETED
|
@@ -1,75 +0,0 @@
|
|
|
1
|
-
export type EventType = string | symbol;
|
|
2
|
-
export type Handler = (...args: unknown[]) => void;
|
|
3
|
-
export interface EmitterInterface {
|
|
4
|
-
on(type: EventType, handler: Handler): void;
|
|
5
|
-
once(type: EventType, handler: Handler): void;
|
|
6
|
-
off(type: EventType, handler?: Handler): void;
|
|
7
|
-
offAll(type?: EventType): void;
|
|
8
|
-
emit(type: EventType, ...args: unknown[]): void;
|
|
9
|
-
has(type: EventType): boolean;
|
|
10
|
-
hasHandler(type: EventType, handler?: Handler): boolean;
|
|
11
|
-
get(type: EventType): Set<Handler> | undefined;
|
|
12
|
-
clear(): void;
|
|
13
|
-
destroy(): void;
|
|
14
|
-
}
|
|
15
|
-
/**
|
|
16
|
-
* Emitter: 类式事件发射器 / 发布-订阅模式实现
|
|
17
|
-
*/
|
|
18
|
-
declare class Emitter implements EmitterInterface {
|
|
19
|
-
#private;
|
|
20
|
-
private all;
|
|
21
|
-
constructor(all?: typeof this.all);
|
|
22
|
-
/**
|
|
23
|
-
* 为指定类型注册一个事件处理函数
|
|
24
|
-
* @param type 要监听的事件类型
|
|
25
|
-
* @param handler 响应事件时要调用的函数
|
|
26
|
-
*/
|
|
27
|
-
on(type: EventType, handler: Handler): void;
|
|
28
|
-
/**
|
|
29
|
-
* 为指定类型注册一个事件处理函数(只首次调用起作用,之后将被移除)
|
|
30
|
-
* @param type 要监听的事件类型
|
|
31
|
-
* @param handler 响应事件时要调用的函数
|
|
32
|
-
*/
|
|
33
|
-
once(type: EventType, handler: Handler): void;
|
|
34
|
-
/**
|
|
35
|
-
* 移除指定类型的事件处理函数
|
|
36
|
-
* 如果省略 `handler` 参数,则移除该类型的所有处理函数
|
|
37
|
-
* @param type 要移除处理函数的事件类型
|
|
38
|
-
* @param handler 要移除的处理函数
|
|
39
|
-
*/
|
|
40
|
-
off(type: EventType, handler?: Handler): void;
|
|
41
|
-
/**
|
|
42
|
-
* 移除指定类型的所有事件处理函数
|
|
43
|
-
* 如果省略 `type` 参数,则移除所有处理函数
|
|
44
|
-
* @param type 要移除处理函数的事件类型
|
|
45
|
-
*/
|
|
46
|
-
offAll(type?: EventType): void;
|
|
47
|
-
/**
|
|
48
|
-
* 调用指定类型的所有处理函数
|
|
49
|
-
* @param type 要触发的事件类型
|
|
50
|
-
* @param args 传递给处理函数的参数
|
|
51
|
-
*/
|
|
52
|
-
emit(type: EventType, ...args: unknown[]): void;
|
|
53
|
-
get(type: EventType): Set<Handler> | undefined;
|
|
54
|
-
has(type: EventType): boolean;
|
|
55
|
-
/**
|
|
56
|
-
* 检查指定类型是否有事件处理函数
|
|
57
|
-
* @param type 事件类型
|
|
58
|
-
* @returns 是否存在处理函数
|
|
59
|
-
*/
|
|
60
|
-
hasHandler(type: EventType, handler?: Handler): boolean;
|
|
61
|
-
clear(): void;
|
|
62
|
-
/**
|
|
63
|
-
* 销毁实例,释放资源
|
|
64
|
-
*/
|
|
65
|
-
destroy(): void;
|
|
66
|
-
/**
|
|
67
|
-
* 获取所有已注册的事件类型
|
|
68
|
-
* @returns 事件类型数组
|
|
69
|
-
*/
|
|
70
|
-
keys(): MapIterator<EventType>;
|
|
71
|
-
values(): MapIterator<Set<Handler>>;
|
|
72
|
-
entries(): MapIterator<[EventType, Set<Handler>]>;
|
|
73
|
-
}
|
|
74
|
-
export { Emitter };
|
|
75
|
-
export default Emitter;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,88 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Converts a file size in bytes to a human-readable string with appropriate units
|
|
3
|
-
* @param {number|string|bigint} arg - The file size in bytes to convert
|
|
4
|
-
* @param {Object} [options={}] - Configuration options for formatting
|
|
5
|
-
* @param {boolean} [options.bits=false] - If true, calculates bits instead of bytes
|
|
6
|
-
* @param {boolean} [options.pad=false] - If true, pads decimal places to match round parameter
|
|
7
|
-
* @param {number} [options.base=-1] - Number base (2 for binary, 10 for decimal, -1 for auto)
|
|
8
|
-
* @param {number} [options.round=2] - Number of decimal places to round to
|
|
9
|
-
* @param {string|boolean} [options.locale=""] - Locale for number formatting, true for system locale
|
|
10
|
-
* @param {Object} [options.localeOptions={}] - Additional options for locale formatting
|
|
11
|
-
* @param {string} [options.separator=""] - Custom decimal separator
|
|
12
|
-
* @param {string} [options.spacer=" "] - String to separate value and unit
|
|
13
|
-
* @param {Object} [options.symbols={}] - Custom unit symbols
|
|
14
|
-
* @param {string} [options.standard=""] - Unit standard to use (SI, IEC, JEDEC)
|
|
15
|
-
* @param {string} [options.output="string"] - Output format: "string", "array", "object", or "exponent"
|
|
16
|
-
* @param {boolean} [options.fullform=false] - If true, uses full unit names instead of abbreviations
|
|
17
|
-
* @param {Array} [options.fullforms=[]] - Custom full unit names
|
|
18
|
-
* @param {number} [options.exponent=-1] - Force specific exponent (-1 for auto)
|
|
19
|
-
* @param {string} [options.roundingMethod="round"] - Math rounding method to use
|
|
20
|
-
* @param {number} [options.precision=0] - Number of significant digits (0 for auto)
|
|
21
|
-
* @returns {string|Array|Object|number} Formatted file size based on output option
|
|
22
|
-
* @throws {TypeError} When arg is not a valid number or roundingMethod is invalid
|
|
23
|
-
* @example
|
|
24
|
-
* filesize(1024) // "1 KB"
|
|
25
|
-
* filesize(1024, {bits: true}) // "8 Kb"
|
|
26
|
-
* filesize(1024, {output: "object"}) // {value: 1, symbol: "KB", exponent: 1, unit: "KB"}
|
|
27
|
-
*/
|
|
28
|
-
export function filesize(arg: number | string | bigint, { bits, pad, base, round, locale, localeOptions, separator, spacer, symbols, standard, output, fullform, fullforms, exponent, roundingMethod, precision, }?: {
|
|
29
|
-
bits?: boolean | undefined;
|
|
30
|
-
pad?: boolean | undefined;
|
|
31
|
-
base?: number | undefined;
|
|
32
|
-
round?: number | undefined;
|
|
33
|
-
locale?: string | boolean | undefined;
|
|
34
|
-
localeOptions?: Object | undefined;
|
|
35
|
-
separator?: string | undefined;
|
|
36
|
-
spacer?: string | undefined;
|
|
37
|
-
symbols?: Object | undefined;
|
|
38
|
-
standard?: string | undefined;
|
|
39
|
-
output?: string | undefined;
|
|
40
|
-
fullform?: boolean | undefined;
|
|
41
|
-
fullforms?: any[] | undefined;
|
|
42
|
-
exponent?: number | undefined;
|
|
43
|
-
roundingMethod?: string | undefined;
|
|
44
|
-
precision?: number | undefined;
|
|
45
|
-
}): string | any[] | Object | number;
|
|
46
|
-
/**
|
|
47
|
-
* Creates a partially applied version of filesize with preset options
|
|
48
|
-
* @param {Object} [options={}] - Default options to apply to the returned function
|
|
49
|
-
* @param {boolean} [options.bits=false] - If true, calculates bits instead of bytes
|
|
50
|
-
* @param {boolean} [options.pad=false] - If true, pads decimal places to match round parameter
|
|
51
|
-
* @param {number} [options.base=-1] - Number base (2 for binary, 10 for decimal, -1 for auto)
|
|
52
|
-
* @param {number} [options.round=2] - Number of decimal places to round to
|
|
53
|
-
* @param {string|boolean} [options.locale=""] - Locale for number formatting, true for system locale
|
|
54
|
-
* @param {Object} [options.localeOptions={}] - Additional options for locale formatting
|
|
55
|
-
* @param {string} [options.separator=""] - Custom decimal separator
|
|
56
|
-
* @param {string} [options.spacer=" "] - String to separate value and unit
|
|
57
|
-
* @param {Object} [options.symbols={}] - Custom unit symbols
|
|
58
|
-
* @param {string} [options.standard=""] - Unit standard to use (SI, IEC, JEDEC)
|
|
59
|
-
* @param {string} [options.output="string"] - Output format: "string", "array", "object", or "exponent"
|
|
60
|
-
* @param {boolean} [options.fullform=false] - If true, uses full unit names instead of abbreviations
|
|
61
|
-
* @param {Array} [options.fullforms=[]] - Custom full unit names
|
|
62
|
-
* @param {number} [options.exponent=-1] - Force specific exponent (-1 for auto)
|
|
63
|
-
* @param {string} [options.roundingMethod="round"] - Math rounding method to use
|
|
64
|
-
* @param {number} [options.precision=0] - Number of significant digits (0 for auto)
|
|
65
|
-
* @returns {Function} A function that takes a file size and returns formatted output
|
|
66
|
-
* @example
|
|
67
|
-
* const formatBytes = partial({round: 1, standard: "IEC"});
|
|
68
|
-
* formatBytes(1024) // "1.0 KiB"
|
|
69
|
-
* formatBytes(2048) // "2.0 KiB"
|
|
70
|
-
*/
|
|
71
|
-
export function partial({ bits, pad, base, round, locale, localeOptions, separator, spacer, symbols, standard, output, fullform, fullforms, exponent, roundingMethod, precision, }?: {
|
|
72
|
-
bits?: boolean | undefined;
|
|
73
|
-
pad?: boolean | undefined;
|
|
74
|
-
base?: number | undefined;
|
|
75
|
-
round?: number | undefined;
|
|
76
|
-
locale?: string | boolean | undefined;
|
|
77
|
-
localeOptions?: Object | undefined;
|
|
78
|
-
separator?: string | undefined;
|
|
79
|
-
spacer?: string | undefined;
|
|
80
|
-
symbols?: Object | undefined;
|
|
81
|
-
standard?: string | undefined;
|
|
82
|
-
output?: string | undefined;
|
|
83
|
-
fullform?: boolean | undefined;
|
|
84
|
-
fullforms?: any[] | undefined;
|
|
85
|
-
exponent?: number | undefined;
|
|
86
|
-
roundingMethod?: string | undefined;
|
|
87
|
-
precision?: number | undefined;
|
|
88
|
-
}): Function;
|
|
@@ -1,55 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Optimized base configuration lookup
|
|
3
|
-
* @param {string} standard - Standard type
|
|
4
|
-
* @param {number} base - Base number
|
|
5
|
-
* @returns {Object} Configuration object
|
|
6
|
-
*/
|
|
7
|
-
export function getBaseConfiguration(standard: string, base: number): Object;
|
|
8
|
-
/**
|
|
9
|
-
* Optimized zero value handling
|
|
10
|
-
* @param {number} precision - Precision value
|
|
11
|
-
* @param {string} actualStandard - Standard to use
|
|
12
|
-
* @param {boolean} bits - Whether to use bits
|
|
13
|
-
* @param {Object} symbols - Custom symbols
|
|
14
|
-
* @param {boolean} full - Whether to use full form
|
|
15
|
-
* @param {Array} fullforms - Custom full forms
|
|
16
|
-
* @param {string} output - Output format
|
|
17
|
-
* @param {string} spacer - Spacer character
|
|
18
|
-
* @returns {string|Array|Object|number} Formatted result
|
|
19
|
-
*/
|
|
20
|
-
export function handleZeroValue(precision: number, actualStandard: string, bits: boolean, symbols: Object, full: boolean, fullforms: any[], output: string, spacer: string): string | any[] | Object | number;
|
|
21
|
-
/**
|
|
22
|
-
* Optimized value calculation with bits handling
|
|
23
|
-
* @param {number} num - Input number
|
|
24
|
-
* @param {number} e - Exponent
|
|
25
|
-
* @param {boolean} isDecimal - Whether to use decimal powers
|
|
26
|
-
* @param {boolean} bits - Whether to calculate bits
|
|
27
|
-
* @param {number} ceil - Ceiling value for auto-increment
|
|
28
|
-
* @returns {Object} Object with val and e properties
|
|
29
|
-
*/
|
|
30
|
-
export function calculateOptimizedValue(num: number, e: number, isDecimal: boolean, bits: boolean, ceil: number): Object;
|
|
31
|
-
/**
|
|
32
|
-
* Optimized precision handling with scientific notation correction
|
|
33
|
-
* @param {number} value - Current value
|
|
34
|
-
* @param {number} precision - Precision to apply
|
|
35
|
-
* @param {number} e - Current exponent
|
|
36
|
-
* @param {number} num - Original number
|
|
37
|
-
* @param {boolean} isDecimal - Whether using decimal base
|
|
38
|
-
* @param {boolean} bits - Whether calculating bits
|
|
39
|
-
* @param {number} ceil - Ceiling value
|
|
40
|
-
* @param {Function} roundingFunc - Rounding function
|
|
41
|
-
* @param {number} round - Round value
|
|
42
|
-
* @returns {Object} Object with value and e properties
|
|
43
|
-
*/
|
|
44
|
-
export function applyPrecisionHandling(value: number, precision: number, e: number, num: number, isDecimal: boolean, bits: boolean, ceil: number, roundingFunc: Function, round: number): Object;
|
|
45
|
-
/**
|
|
46
|
-
* Optimized number formatting with locale, separator, and padding
|
|
47
|
-
* @param {number|string} value - Value to format
|
|
48
|
-
* @param {string|boolean} locale - Locale setting
|
|
49
|
-
* @param {Object} localeOptions - Locale options
|
|
50
|
-
* @param {string} separator - Custom separator
|
|
51
|
-
* @param {boolean} pad - Whether to pad
|
|
52
|
-
* @param {number} round - Round value
|
|
53
|
-
* @returns {string|number} Formatted value
|
|
54
|
-
*/
|
|
55
|
-
export function applyNumberFormatting(value: number | string, locale: string | boolean, localeOptions: Object, separator: string, pad: boolean, round: number): string | number;
|
package/types/idb/index-.d.ts
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
declare class IDB {
|
|
2
|
-
constructor(indexedDBName?: string, objectStoreName?: string);
|
|
3
|
-
static deleteDatabase(name: string): void;
|
|
4
|
-
deleteObjectStore(name: string): void;
|
|
5
|
-
private indexedDBName;
|
|
6
|
-
private objectStoreName;
|
|
7
|
-
private idbOpenDBRequestPromise;
|
|
8
|
-
private getObjectStore;
|
|
9
|
-
add(key: IDBValidKey, value: unknown): Promise<any>;
|
|
10
|
-
get(query: IDBValidKey | IDBKeyRange): Promise<any>;
|
|
11
|
-
getAll(query: IDBValidKey | IDBKeyRange | null, count?: number): Promise<any>;
|
|
12
|
-
getKey(query: IDBValidKey | IDBKeyRange): Promise<any>;
|
|
13
|
-
getAllKeys(query?: IDBValidKey | IDBKeyRange | null, count?: number): Promise<any>;
|
|
14
|
-
getMany(querys: (IDBValidKey | IDBKeyRange)[]): Promise<any>;
|
|
15
|
-
put(key: IDBValidKey, value: unknown): Promise<any>;
|
|
16
|
-
putMany(entries: [unknown, string][]): Promise<any>;
|
|
17
|
-
delete(key: IDBValidKey | IDBKeyRange): Promise<any>;
|
|
18
|
-
deleteMany(keys: string[]): Promise<any>;
|
|
19
|
-
clear(): Promise<any>;
|
|
20
|
-
}
|
|
21
|
-
export default IDB;
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import { IDBPCursor, IDBPCursorWithValue, IDBPDatabase, IDBPIndex, IDBPObjectStore, IDBPTransaction } from './entry.js';
|
|
2
|
-
export declare const reverseTransformCache: WeakMap<WeakKey, any>;
|
|
3
|
-
export declare function replaceTraps(callback: (currentTraps: ProxyHandler<any>) => ProxyHandler<any>): void;
|
|
4
|
-
/**
|
|
5
|
-
* Enhance an IDB object with helpers.
|
|
6
|
-
*
|
|
7
|
-
* @param value The thing to enhance.
|
|
8
|
-
*/
|
|
9
|
-
export declare function wrap(value: IDBDatabase): IDBPDatabase;
|
|
10
|
-
export declare function wrap(value: IDBIndex): IDBPIndex;
|
|
11
|
-
export declare function wrap(value: IDBObjectStore): IDBPObjectStore;
|
|
12
|
-
export declare function wrap(value: IDBTransaction): IDBPTransaction;
|
|
13
|
-
export declare function wrap(value: IDBOpenDBRequest): Promise<IDBPDatabase | undefined>;
|
|
14
|
-
export declare function wrap<T>(value: IDBRequest<T>): Promise<T>;
|
|
15
|
-
/**
|
|
16
|
-
* Revert an enhanced IDB object to a plain old miserable IDB one.
|
|
17
|
-
*
|
|
18
|
-
* Will also revert a promise back to an IDBRequest.
|
|
19
|
-
*
|
|
20
|
-
* @param value The enhanced object to revert.
|
|
21
|
-
*/
|
|
22
|
-
interface Unwrap {
|
|
23
|
-
(value: IDBPCursorWithValue<any, any, any, any, any>): IDBCursorWithValue;
|
|
24
|
-
(value: IDBPCursor<any, any, any, any, any>): IDBCursor;
|
|
25
|
-
(value: IDBPDatabase<any>): IDBDatabase;
|
|
26
|
-
(value: IDBPIndex<any, any, any, any, any>): IDBIndex;
|
|
27
|
-
(value: IDBPObjectStore<any, any, any, any>): IDBObjectStore;
|
|
28
|
-
(value: IDBPTransaction<any, any, any>): IDBTransaction;
|
|
29
|
-
<T extends any>(value: Promise<IDBPDatabase<T>>): IDBOpenDBRequest;
|
|
30
|
-
(value: Promise<IDBPDatabase>): IDBOpenDBRequest;
|
|
31
|
-
<T>(value: Promise<T>): IDBRequest<T>;
|
|
32
|
-
}
|
|
33
|
-
export declare const unwrap: Unwrap;
|
|
34
|
-
export {};
|