@unicom-cloud/utils 0.1.37 → 0.1.39
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 +10075 -0
- package/array/index.d.ts +2 -0
- package/array/index.js +8 -0
- package/assert/index.js +25 -33
- package/canvas-roundrect-polyfill/LICENSE +21 -0
- package/canvas-roundrect-polyfill/index.d.ts +0 -0
- package/canvas-roundrect-polyfill/index.js +78 -0
- 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/index.d.ts +1 -116
- package/cookie/index.js +4 -5
- package/cookie/src/api.js +45 -56
- package/cookie/src/assign.js +11 -11
- package/cookie/src/converter.js +12 -14
- 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.js +4 -5
- package/emitter/src/index.d.ts +75 -0
- package/emitter/src/index.js +68 -95
- 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/function/index.js +8 -50
- package/idb/LICENSE +6 -0
- package/idb/async-iterators.js +38 -0
- package/idb/database-extras.js +33 -0
- package/idb/entry.d.ts +634 -0
- package/idb/entry.js +18 -0
- package/idb/index-.d.ts +18 -0
- package/idb/index-.js +84 -0
- package/idb/index.d.ts +3 -0
- package/idb/index.js +7 -103
- package/idb/util.d.ts +3 -0
- package/idb/util.js +6 -0
- package/idb/wrap-idb-value.d.ts +34 -0
- package/idb/wrap-idb-value.js +86 -0
- package/index.js +3 -4
- package/invariant/index.js +16 -21
- package/is/index.d.ts +88 -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 +27 -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.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.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 +12 -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.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.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.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.js +34 -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.d.ts +1 -0
- 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/index.d.ts +1 -6
- package/pinyin/index.js +5 -5
- package/pinyin/simplified.js +4 -5
- package/pinyin/src/core.js +125 -134
- package/pinyin/src/simplified.js +8 -9
- package/pinyin/src/simplified_dict.js +408 -410
- package/pinyin/src/traditional.js +8 -9
- package/pinyin/src/traditional_dict.js +401 -403
- package/pinyin/traditional.js +4 -5
- package/promise-pool/LICENSE +19 -0
- package/promise-pool/index.js +89 -0
- package/query-string/base.d.ts +11 -807
- package/query-string/base.js +254 -277
- package/query-string/index.d.ts +1 -15
- 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/LICENSE +21 -0
- package/sanitize-url/index.d.ts +2 -0
- package/sanitize-url/index.js +21 -0
- package/screenfull/index.js +46 -49
- package/sleep/index.js +7 -6
- package/snapdom/index.js +5 -6
- package/snapdom/src/api/preCache.d.ts +30 -0
- package/snapdom/src/api/preCache.js +72 -89
- package/snapdom/src/api/snapdom.js +229 -237
- package/snapdom/src/core/cache.d.ts +38 -0
- package/snapdom/src/core/cache.js +56 -39
- package/snapdom/src/core/capture.js +160 -167
- package/snapdom/src/core/clone.js +195 -214
- package/snapdom/src/core/context.d.ts +60 -0
- package/snapdom/src/core/context.js +40 -58
- package/snapdom/src/core/plugins.js +55 -62
- package/snapdom/src/core/prepare.js +82 -76
- package/snapdom/src/exporters/download.js +46 -19
- package/snapdom/src/exporters/toBlob.js +14 -15
- package/snapdom/src/exporters/toCanvas.js +78 -103
- package/snapdom/src/exporters/toImg.js +35 -35
- package/snapdom/src/index.browser.d.ts +1 -0
- package/snapdom/src/index.js +4 -0
- package/snapdom/src/modules/CSSVar.js +74 -85
- package/snapdom/src/modules/background.js +84 -88
- package/snapdom/src/modules/changeCSS.js +48 -56
- package/snapdom/src/modules/counter.js +135 -172
- package/snapdom/src/modules/fonts.d.ts +85 -0
- package/snapdom/src/modules/fonts.js +560 -653
- package/snapdom/src/modules/iconFonts.js +130 -168
- package/snapdom/src/modules/images.js +87 -61
- package/snapdom/src/modules/lineClamp.d.ts +18 -0
- package/snapdom/src/modules/lineClamp.js +41 -37
- package/snapdom/src/modules/pseudo.js +290 -327
- package/snapdom/src/modules/rasterize.js +9 -8
- package/snapdom/src/modules/snapFetch.js +245 -255
- package/snapdom/src/modules/styles.js +177 -162
- package/snapdom/src/modules/svgDefs.js +97 -105
- package/snapdom/src/utils/browser.d.ts +11 -0
- package/snapdom/src/utils/browser.js +23 -16
- package/snapdom/src/utils/capture.helpers.d.ts +49 -0
- package/snapdom/src/utils/capture.helpers.js +145 -120
- package/snapdom/src/utils/clone.helpers.d.ts +127 -0
- package/snapdom/src/utils/clone.helpers.js +289 -261
- package/snapdom/src/utils/css.js +171 -180
- package/snapdom/src/utils/debug.d.ts +12 -0
- package/snapdom/src/utils/debug.js +9 -0
- package/snapdom/src/utils/helpers.d.ts +23 -0
- package/snapdom/src/utils/helpers.js +36 -28
- package/snapdom/src/utils/image.js +26 -29
- package/snapdom/src/utils/index.d.ts +5 -0
- package/snapdom/src/utils/index.js +7 -0
- package/snapdom/src/utils/prepare.helpers.js +8 -7
- package/snapdom/src/utils/transforms.helpers.js +223 -199
- package/string/chars.js +333 -659
- package/string/index.d.ts +11 -0
- package/string/index.js +11 -14
- package/tinycolor/index.js +13 -47
- package/tinycolor/src/conversion.d.ts +79 -0
- package/tinycolor/src/conversion.js +153 -129
- package/tinycolor/src/css-color-names.js +154 -153
- package/tinycolor/src/format-input.d.ts +38 -0
- package/tinycolor/src/format-input.js +104 -74
- package/tinycolor/src/from-ratio.js +20 -20
- package/tinycolor/src/index.d.ts +214 -0
- package/tinycolor/src/index.js +266 -387
- package/tinycolor/src/public_api.js +11 -0
- package/tinycolor/src/random.js +207 -213
- package/tinycolor/src/readability.d.ts +47 -0
- package/tinycolor/src/readability.js +34 -34
- package/tinycolor/src/to-ms-filter.d.ts +5 -0
- package/tinycolor/src/to-ms-filter.js +14 -15
- package/tinycolor/src/utils.js +21 -26
- package/tree/index.d.ts +8 -0
- package/tree/index.js +58 -67
- package/tree/search/index.js +84 -106
- package/tween/index.js +6 -8
- package/tween/src/easing.js +68 -62
- package/tween/src/index.js +4 -0
- package/tween/src/tween.js +31 -46
- package/ui-color/compareColorByRange.js +10 -9
- package/ui-color/index.js +197 -157
- package/url-toolkit/index.js +4 -9
- package/url-toolkit/src/url-toolkit.d.ts +18 -22
- package/url-toolkit/src/url-toolkit.js +57 -70
- package/validate/index.js +13 -26
- package/validate/src/index.js +78 -148
- package/validate/src/locale/en-US.js +60 -59
- package/validate/src/locale/index.js +11 -10
- package/validate/src/locale/zh-CN.js +60 -59
- package/validate/src/rules/array.d.ts +12 -0
- package/validate/src/rules/array.js +50 -72
- package/validate/src/rules/base.d.ts +27 -0
- package/validate/src/rules/base.js +64 -72
- package/validate/src/rules/boolean.d.ts +8 -0
- package/validate/src/rules/boolean.js +20 -28
- package/validate/src/rules/custom.d.ts +7 -0
- package/validate/src/rules/custom.js +23 -25
- package/validate/src/rules/number.d.ts +12 -0
- package/validate/src/rules/number.js +35 -53
- package/validate/src/rules/object.d.ts +9 -0
- package/validate/src/rules/object.js +22 -37
- package/validate/src/rules/string.d.ts +12 -0
- package/validate/src/rules/string.js +33 -54
- package/validate/src/rules/type.d.ts +19 -0
- package/validate/src/rules/type.js +65 -103
- package/version/index.js +6 -6
- package/xlsx/crc32.d.ts +12 -0
- package/xlsx/crc32.js +39 -0
- package/xlsx/index.d.ts +2 -1135
- package/xlsx/index.js +4 -23
- package/xlsx/xlsx.js +22195 -28156
- package/assert.js +0 -9
- 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.js +0 -5
- package/date.js +0 -11
- package/decimal.js +0 -6
- package/domHelpers.js +0 -96
- package/emitter.js +0 -5
- package/emoji.js +0 -11
- package/escape.js +0 -6
- package/file.js +0 -9
- package/filesize/LICENSE +0 -26
- 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 -5
- 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.js +0 -5
- package/queryString.js +0 -5
- package/random.js +0 -16
- package/screenfull.js +0 -6
- package/sleep.js +0 -5
- package/snapdom/types/snapdom.d.ts +0 -362
- package/snapdom.js +0 -7
- package/string.js +0 -11
- package/tinycolor.js +0 -47
- package/tree.js +0 -16
- package/tween.js +0 -8
- 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/src/index.d.ts +0 -73
- package/types/idb/index.d.ts +0 -21
- 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/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/es/main.d.ts +0 -4
- package/types/pinyin/es/traditional.d.ts +0 -4
- package/types/pinyin/index.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/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/string/index.d.ts +0 -11
- 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/url-toolkit/src/url-toolkit.d.ts +0 -18
- 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/urlToolkit.js +0 -9
- 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 → cookie}/src/api.d.mts +0 -0
- /package/{types/cookie → cookie}/src/assign.d.mts +0 -0
- /package/{types/cookie → cookie}/src/converter.d.mts +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/emitter → emitter}/index.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 → filesize}/benchmarks/basic-performance.d.ts +0 -0
- /package/{types/filesize → filesize}/benchmarks/index.d.ts +0 -0
- /package/{types/filesize → filesize}/benchmarks/options-benchmark.d.ts +0 -0
- /package/{types/filesize → filesize}/benchmarks/partial-benchmark.d.ts +0 -0
- /package/{types/filesize → filesize}/benchmarks/stress-test.d.ts +0 -0
- /package/{types/filesize → filesize}/src/constants.d.ts +0 -0
- /package/{types/filesize → filesize}/src/filesize.d.ts +0 -0
- /package/{types/filesize → filesize}/src/helpers.d.ts +0 -0
- /package/{types/function → function}/index.d.ts +0 -0
- /package/{types/nzh/index.d.ts → idb/async-iterators.d.ts} +0 -0
- /package/{types/snapdom/src/index.browser.d.ts → idb/database-extras.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}/_setCacheHas.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}/compact.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}/isPromise.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.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}/random.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}/template.d.ts +0 -0
- /package/{types/lodash → lodash}/templateSettings.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}/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 → pinyin}/simplified.d.ts +0 -0
- /package/{types/pinyin → pinyin}/src/core.d.ts +0 -0
- /package/{types/pinyin → pinyin}/src/simplified.d.ts +0 -0
- /package/{types/pinyin → pinyin}/src/simplified_dict.d.ts +0 -0
- /package/{types/pinyin → pinyin}/src/traditional.d.ts +0 -0
- /package/{types/pinyin → pinyin}/src/traditional_dict.d.ts +0 -0
- /package/{types/pinyin → pinyin}/traditional.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/screenfull → screenfull}/index.d.ts +0 -0
- /package/{types/sleep → sleep}/index.d.ts +0 -0
- /package/{types/snapdom → snapdom}/index.d.ts +0 -0
- /package/{types/snapdom → snapdom}/src/api/snapdom.d.ts +0 -0
- /package/{types/snapdom → snapdom}/src/core/capture.d.ts +0 -0
- /package/{types/snapdom → snapdom}/src/core/clone.d.ts +0 -0
- /package/{types/snapdom → snapdom}/src/core/exporters.d.ts +0 -0
- /package/{types/snapdom → snapdom}/src/core/plugins.d.ts +0 -0
- /package/{types/snapdom → snapdom}/src/core/prepare.d.ts +0 -0
- /package/{types/snapdom → snapdom}/src/exporters/download.d.ts +0 -0
- /package/{types/snapdom → snapdom}/src/exporters/toBlob.d.ts +0 -0
- /package/{types/snapdom → snapdom}/src/exporters/toCanvas.d.ts +0 -0
- /package/{types/snapdom → snapdom}/src/exporters/toImg.d.ts +0 -0
- /package/{types/snapdom → snapdom}/src/exporters/toJpg.d.ts +0 -0
- /package/{types/snapdom → snapdom}/src/exporters/toPng.d.ts +0 -0
- /package/{types/snapdom → snapdom}/src/exporters/toSvg.d.ts +0 -0
- /package/{types/snapdom → snapdom}/src/exporters/toWebp.d.ts +0 -0
- /package/{types/snapdom → snapdom}/src/index.d.ts +0 -0
- /package/{types/snapdom → snapdom}/src/modules/CSSVar.d.ts +0 -0
- /package/{types/snapdom → snapdom}/src/modules/background.d.ts +0 -0
- /package/{types/snapdom → snapdom}/src/modules/changeCSS.d.ts +0 -0
- /package/{types/snapdom → snapdom}/src/modules/counter.d.ts +0 -0
- /package/{types/snapdom → snapdom}/src/modules/iconFonts.d.ts +0 -0
- /package/{types/snapdom → snapdom}/src/modules/images.d.ts +0 -0
- /package/{types/snapdom → snapdom}/src/modules/pseudo.d.ts +0 -0
- /package/{types/snapdom → snapdom}/src/modules/rasterize.d.ts +0 -0
- /package/{types/snapdom → snapdom}/src/modules/snapFetch.d.ts +0 -0
- /package/{types/snapdom → snapdom}/src/modules/styles.d.ts +0 -0
- /package/{types/snapdom → snapdom}/src/modules/svgDefs.d.ts +0 -0
- /package/{types/snapdom → snapdom}/src/utils/css.d.ts +0 -0
- /package/{types/snapdom → snapdom}/src/utils/image.d.ts +0 -0
- /package/{types/snapdom → snapdom}/src/utils/prepare.helpers.d.ts +0 -0
- /package/{types/snapdom → snapdom}/src/utils/transforms.helpers.d.ts +0 -0
- /package/{types/string → string}/chars.d.ts +0 -0
- /package/{types/tinycolor → tinycolor}/index.d.ts +0 -0
- /package/{types/tinycolor → tinycolor}/src/css-color-names.d.ts +0 -0
- /package/{types/tinycolor → tinycolor}/src/from-ratio.d.ts +0 -0
- /package/{types/tinycolor → tinycolor}/src/interfaces.d.ts +0 -0
- /package/{types/tinycolor → tinycolor}/src/public_api.d.ts +0 -0
- /package/{types/tinycolor → tinycolor}/src/random.d.ts +0 -0
- /package/{types/tinycolor → tinycolor}/src/umd_api.d.ts +0 -0
- /package/{types/tinycolor → tinycolor}/src/utils.d.ts +0 -0
- /package/{types/tree → tree}/search/index.d.ts +0 -0
- /package/{types/tween → tween}/index.d.ts +0 -0
- /package/{types/tween → tween}/src/easing.d.ts +0 -0
- /package/{types/tween → tween}/src/index.d.ts +0 -0
- /package/{types/tween → tween}/src/tween.d.ts +0 -0
- /package/{types/ui-color → ui-color}/compareColorByRange.d.ts +0 -0
- /package/{types/ui-color → ui-color}/index.d.ts +0 -0
- /package/{types/url-toolkit → url-toolkit}/index.d.ts +0 -0
- /package/{types/validate → validate}/index.d.ts +0 -0
- /package/{types/validate → validate}/src/index.d.ts +0 -0
- /package/{types/validate → validate}/src/interface.d.ts +0 -0
- /package/{types/validate → validate}/src/locale/en-US.d.ts +0 -0
- /package/{types/validate → validate}/src/locale/index.d.ts +0 -0
- /package/{types/validate → validate}/src/locale/zh-CN.d.ts +0 -0
- /package/{types/version → version}/index.d.ts +0 -0
- /package/{types/xlsx → xlsx}/xlsx.d.ts +0 -0
|
@@ -1,411 +1,409 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
nou: "耨"
|
|
407
|
-
}, a = n;
|
|
408
|
-
export {
|
|
409
|
-
n as default,
|
|
410
|
-
a as dict
|
|
1
|
+
var e = {
|
|
2
|
+
a: "阿啊呵腌嗄吖锕",
|
|
3
|
+
e: "额阿俄恶鹅遏鄂厄饿峨扼娥鳄哦蛾噩愕讹锷垩婀鹗萼谔莪腭锇颚呃阏屙苊轭",
|
|
4
|
+
ai: "爱埃艾碍癌哀挨矮隘蔼唉皑哎霭捱暧嫒嗳瑷嗌锿砹",
|
|
5
|
+
ei: "诶",
|
|
6
|
+
xi: "系西席息希习吸喜细析戏洗悉锡溪惜稀袭夕洒晰昔牺腊烯熙媳栖膝隙犀蹊硒兮熄曦禧嬉玺奚汐徙羲铣淅嘻歙熹矽蟋郗唏皙隰樨浠忾蜥檄郄翕阋鳃舾屣葸螅咭粞觋欷僖醯鼷裼穸饩舄禊诶菥蓰",
|
|
7
|
+
yi: "祎一以已意议义益亿易医艺食依移衣异伊仪宜射遗疑毅谊亦疫役忆抑尾乙译翼蛇溢椅沂泄逸蚁夷邑怡绎彝裔姨熠贻矣屹颐倚诣胰奕翌疙弈轶蛾驿壹猗臆弋铱旖漪迤佚翊诒怿痍懿饴峄揖眙镒仡黟肄咿翳挹缢呓刈咦嶷羿钇殪荑薏蜴镱噫癔苡悒嗌瘗衤佾埸圯舣酏劓",
|
|
8
|
+
an: "安案按岸暗鞍氨俺胺铵谙庵黯鹌桉埯犴揞厂广",
|
|
9
|
+
han: "厂汉韩含旱寒汗涵函喊憾罕焊翰邯撼瀚憨捍酣悍鼾邗颔蚶晗菡旰顸犴焓撖",
|
|
10
|
+
ang: "昂仰盎肮",
|
|
11
|
+
ao: "奥澳傲熬凹鳌敖遨鏖袄坳翱嗷拗懊岙螯骜獒鏊艹媪廒聱",
|
|
12
|
+
wa: "瓦挖娃洼袜蛙凹哇佤娲呙腽",
|
|
13
|
+
yu: "于与育余预域予遇奥语誉玉鱼雨渔裕愈娱欲吁舆宇羽逾豫郁寓吾狱喻御浴愉禹俞邪榆愚渝尉淤虞屿峪粥驭瑜禺毓钰隅芋熨瘀迂煜昱汩於臾盂聿竽萸妪腴圄谕觎揄龉谀俣馀庾妤瘐鬻欤鹬阈嵛雩鹆圉蜮伛纡窬窳饫蓣狳肀舁蝓燠",
|
|
14
|
+
niu: "牛纽扭钮拗妞忸狃",
|
|
15
|
+
o: "哦噢喔",
|
|
16
|
+
ba: "把八巴拔伯吧坝爸霸罢芭跋扒叭靶疤笆耙鲅粑岜灞钯捌菝魃茇",
|
|
17
|
+
pa: "怕帕爬扒趴琶啪葩耙杷钯筢",
|
|
18
|
+
pi: "被批副否皮坏辟啤匹披疲罢僻毗坯脾譬劈媲屁琵邳裨痞癖陂丕枇噼霹吡纰砒铍淠郫埤濞睥芘蚍圮鼙罴蜱疋貔仳庀擗甓陴",
|
|
19
|
+
bi: "比必币笔毕秘避闭佛辟壁弊彼逼碧鼻臂蔽拂泌璧庇痹毙弼匕鄙陛裨贲敝蓖吡篦纰俾铋毖筚荸薜婢哔跸濞秕荜愎睥妣芘箅髀畀滗狴萆嬖襞舭",
|
|
20
|
+
bai: "百白败摆伯拜柏佰掰呗擘捭稗",
|
|
21
|
+
bo: "波博播勃拨薄佛伯玻搏柏泊舶剥渤卜驳簿脖膊簸菠礴箔铂亳钵帛擘饽跛钹趵檗啵鹁擗踣",
|
|
22
|
+
bei: "北被备倍背杯勃贝辈悲碑臂卑悖惫蓓陂钡狈呗焙碚褙庳鞴孛鹎邶鐾",
|
|
23
|
+
ban: "办版半班般板颁伴搬斑扮拌扳瓣坂阪绊钣瘢舨癍",
|
|
24
|
+
pan: "判盘番潘攀盼拚畔胖叛拌蹒磐爿蟠泮袢襻丬",
|
|
25
|
+
bin: "份宾频滨斌彬濒殡缤鬓槟摈膑玢镔豳髌傧",
|
|
26
|
+
bang: "帮邦彭旁榜棒膀镑绑傍磅蚌谤梆浜蒡",
|
|
27
|
+
pang: "旁庞乓磅螃彷滂逄耪胖",
|
|
28
|
+
beng: "泵崩蚌蹦迸绷甭嘣甏堋",
|
|
29
|
+
bao: "报保包宝暴胞薄爆炮饱抱堡剥鲍曝葆瀑豹刨褒雹孢苞煲褓趵鸨龅勹",
|
|
30
|
+
bu: "不部步布补捕堡埔卜埠簿哺怖钚卟瓿逋晡醭钸",
|
|
31
|
+
pu: "普暴铺浦朴堡葡谱埔扑仆蒲曝瀑溥莆圃璞濮菩蹼匍噗氆攵镨攴镤",
|
|
32
|
+
mian: "面棉免绵缅勉眠冕娩腼渑湎沔黾宀眄",
|
|
33
|
+
po: "破繁坡迫颇朴泊婆泼魄粕鄱珀陂叵笸泺皤钋钷",
|
|
34
|
+
fan: "反范犯繁饭泛翻凡返番贩烦拚帆樊藩矾梵蕃钒幡畈蘩蹯燔",
|
|
35
|
+
fu: "府服副负富复福夫妇幅付扶父符附腐赴佛浮覆辅傅伏抚赋辐腹弗肤阜袱缚甫氟斧孚敷俯拂俘咐腑孵芙涪釜脯茯馥宓绂讣呋罘麸蝠匐芾蜉跗凫滏蝮驸绋蚨砩桴赙菔呒趺苻拊阝鲋怫稃郛莩幞祓艴黻黼鳆",
|
|
36
|
+
ben: "本奔苯笨夯贲锛畚坌",
|
|
37
|
+
feng: "风丰封峰奉凤锋冯逢缝蜂枫疯讽烽俸沣酆砜葑唪",
|
|
38
|
+
bian: "变便边编遍辩鞭辨贬匾扁卞汴辫砭苄蝙鳊弁窆笾煸褊碥忭缏",
|
|
39
|
+
pian: "便片篇偏骗翩扁骈胼蹁谝犏缏",
|
|
40
|
+
zhen: "镇真针圳振震珍阵诊填侦臻贞枕桢赈祯帧甄斟缜箴疹砧榛鸩轸稹溱蓁胗椹朕畛浈",
|
|
41
|
+
biao: "表标彪镖裱飚膘飙镳婊骠飑杓髟鳔灬瘭",
|
|
42
|
+
piao: "票朴漂飘嫖瓢剽缥殍瞟骠嘌莩螵",
|
|
43
|
+
huo: "和活或货获火伙惑霍祸豁嚯藿锪蠖钬耠镬夥灬劐攉",
|
|
44
|
+
bie: "别鳖憋瘪蹩",
|
|
45
|
+
min: "民敏闽闵皿泯岷悯珉抿黾缗玟愍苠鳘",
|
|
46
|
+
fen: "分份纷奋粉氛芬愤粪坟汾焚酚吩忿棼玢鼢瀵偾鲼",
|
|
47
|
+
bing: "并病兵冰屏饼炳秉丙摒柄槟禀枋邴冫",
|
|
48
|
+
geng: "更耕颈庚耿梗埂羹哽赓绠鲠",
|
|
49
|
+
fang: "方放房防访纺芳仿坊妨肪邡舫彷枋鲂匚钫",
|
|
50
|
+
xian: "现先县见线限显险献鲜洗宪纤陷闲贤仙衔掀咸嫌掺羡弦腺痫娴舷馅酰铣冼涎暹籼锨苋蚬跹岘藓燹鹇氙莶霰跣猃彡祆筅",
|
|
51
|
+
fou: "不否缶",
|
|
52
|
+
ca: "拆擦嚓礤",
|
|
53
|
+
cha: "查察差茶插叉刹茬楂岔诧碴嚓喳姹杈汊衩搽槎镲苴檫馇锸猹",
|
|
54
|
+
cai: "才采财材菜彩裁蔡猜踩睬",
|
|
55
|
+
can: "参残餐灿惨蚕掺璨惭粲孱骖黪",
|
|
56
|
+
shen: "信深参身神什审申甚沈伸慎渗肾绅莘呻婶娠砷蜃哂椹葚吲糁渖诜谂矧胂",
|
|
57
|
+
cen: "参岑涔",
|
|
58
|
+
san: "三参散伞叁糁馓毵",
|
|
59
|
+
cang: "藏仓苍沧舱臧伧",
|
|
60
|
+
zang: "藏脏葬赃臧奘驵",
|
|
61
|
+
chen: "称陈沈沉晨琛臣尘辰衬趁忱郴宸谌碜嗔抻榇伧谶龀肜",
|
|
62
|
+
cao: "草操曹槽糙嘈漕螬艚屮",
|
|
63
|
+
ce: "策测册侧厕栅恻",
|
|
64
|
+
ze: "责则泽择侧咋啧仄箦赜笮舴昃迮帻",
|
|
65
|
+
zhai: "债择齐宅寨侧摘窄斋祭翟砦瘵哜",
|
|
66
|
+
dao: "到道导岛倒刀盗稻蹈悼捣叨祷焘氘纛刂帱忉",
|
|
67
|
+
ceng: "层曾蹭噌",
|
|
68
|
+
zha: "查扎炸诈闸渣咋乍榨楂札栅眨咤柞喳喋铡蚱吒怍砟揸痄哳齄",
|
|
69
|
+
chai: "差拆柴钗豺侪虿瘥",
|
|
70
|
+
ci: "次此差词辞刺瓷磁兹慈茨赐祠伺雌疵鹚糍呲粢",
|
|
71
|
+
zi: "资自子字齐咨滋仔姿紫兹孜淄籽梓鲻渍姊吱秭恣甾孳訾滓锱辎趑龇赀眦缁呲笫谘嵫髭茈粢觜耔",
|
|
72
|
+
cuo: "措错磋挫搓撮蹉锉厝嵯痤矬瘥脞鹾",
|
|
73
|
+
chan: "产单阐崭缠掺禅颤铲蝉搀潺蟾馋忏婵孱觇廛谄谗澶骣羼躔蒇冁",
|
|
74
|
+
shan: "山单善陕闪衫擅汕扇掺珊禅删膳缮赡鄯栅煽姗跚鳝嬗潸讪舢苫疝掸膻钐剡蟮芟埏彡骟",
|
|
75
|
+
zhan: "展战占站崭粘湛沾瞻颤詹斩盏辗绽毡栈蘸旃谵搌",
|
|
76
|
+
xin: "新心信辛欣薪馨鑫芯锌忻莘昕衅歆囟忄镡",
|
|
77
|
+
lian: "联连练廉炼脸莲恋链帘怜涟敛琏镰濂楝鲢殓潋裢裣臁奁莶蠊蔹",
|
|
78
|
+
chang: "场长厂常偿昌唱畅倡尝肠敞倘猖娼淌裳徜昶怅嫦菖鲳阊伥苌氅惝鬯",
|
|
79
|
+
zhang: "长张章障涨掌帐胀彰丈仗漳樟账杖璋嶂仉瘴蟑獐幛鄣嫜",
|
|
80
|
+
chao: "超朝潮炒钞抄巢吵剿绰嘲晁焯耖怊",
|
|
81
|
+
zhao: "着照招找召朝赵兆昭肇罩钊沼嘲爪诏濯啁棹笊",
|
|
82
|
+
zhou: "调州周洲舟骤轴昼宙粥皱肘咒帚胄绉纣妯啁诌繇碡籀酎荮",
|
|
83
|
+
che: "车彻撤尺扯澈掣坼砗屮",
|
|
84
|
+
ju: "车局据具举且居剧巨聚渠距句拒俱柜菊拘炬桔惧矩鞠驹锯踞咀瞿枸掬沮莒橘飓疽钜趄踽遽琚龃椐苣裾榘狙倨榉苴讵雎锔窭鞫犋屦醵",
|
|
85
|
+
cheng: "成程城承称盛抢乘诚呈净惩撑澄秤橙骋逞瞠丞晟铛埕塍蛏柽铖酲裎枨",
|
|
86
|
+
rong: "容荣融绒溶蓉熔戎榕茸冗嵘肜狨蝾",
|
|
87
|
+
sheng: "生声升胜盛乘圣剩牲甸省绳笙甥嵊晟渑眚",
|
|
88
|
+
deng: "等登邓灯澄凳瞪蹬噔磴嶝镫簦戥",
|
|
89
|
+
zhi: "制之治质职只志至指织支值知识直致执置止植纸拓智殖秩旨址滞氏枝芝脂帜汁肢挚稚酯掷峙炙栉侄芷窒咫吱趾痔蜘郅桎雉祉郦陟痣蛭帙枳踯徵胝栀贽祗豸鸷摭轵卮轾彘觯絷跖埴夂黹忮骘膣踬",
|
|
90
|
+
zheng: "政正证争整征郑丁症挣蒸睁铮筝拯峥怔诤狰徵钲",
|
|
91
|
+
tang: "堂唐糖汤塘躺趟倘棠烫淌膛搪镗傥螳溏帑羰樘醣螗耥铴瑭",
|
|
92
|
+
chi: "持吃池迟赤驰尺斥齿翅匙痴耻炽侈弛叱啻坻眙嗤墀哧茌豉敕笞饬踟蚩柢媸魑篪褫彳鸱螭瘛眵傺",
|
|
93
|
+
shi: "是时实事市十使世施式势视识师史示石食始士失适试什泽室似诗饰殖释驶氏硕逝湿蚀狮誓拾尸匙仕柿矢峙侍噬嗜栅拭嘘屎恃轼虱耆舐莳铈谥炻豕鲥饣螫酾筮埘弑礻蓍鲺贳",
|
|
94
|
+
qi: "企其起期气七器汽奇齐启旗棋妻弃揭枝歧欺骑契迄亟漆戚岂稽岐琦栖缉琪泣乞砌祁崎绮祺祈凄淇杞脐麒圻憩芪伎俟畦耆葺沏萋骐鳍綦讫蕲屺颀亓碛柒啐汔綮萁嘁蛴槭欹芑桤丌蜞",
|
|
95
|
+
chuai: "揣踹啜搋膪",
|
|
96
|
+
tuo: "托脱拓拖妥驼陀沱鸵驮唾椭坨佗砣跎庹柁橐乇铊沲酡鼍箨柝",
|
|
97
|
+
duo: "多度夺朵躲铎隋咄堕舵垛惰哆踱跺掇剁柁缍沲裰哚隳",
|
|
98
|
+
xue: "学血雪削薛穴靴谑噱鳕踅泶彐",
|
|
99
|
+
chong: "重种充冲涌崇虫宠忡憧舂茺铳艟",
|
|
100
|
+
chou: "筹抽绸酬愁丑臭仇畴稠瞅踌惆俦瘳雠帱",
|
|
101
|
+
qiu: "求球秋丘邱仇酋裘龟囚遒鳅虬蚯泅楸湫犰逑巯艽俅蝤赇鼽糗",
|
|
102
|
+
xiu: "修秀休宿袖绣臭朽锈羞嗅岫溴庥馐咻髹鸺貅",
|
|
103
|
+
chu: "出处础初助除储畜触楚厨雏矗橱锄滁躇怵绌搐刍蜍黜杵蹰亍樗憷楮",
|
|
104
|
+
tuan: "团揣湍疃抟彖",
|
|
105
|
+
zhui: "追坠缀揣椎锥赘惴隹骓缒",
|
|
106
|
+
chuan: "传川船穿串喘椽舛钏遄氚巛舡",
|
|
107
|
+
zhuan: "专转传赚砖撰篆馔啭颛",
|
|
108
|
+
yuan: "元员院原源远愿园援圆缘袁怨渊苑宛冤媛猿垣沅塬垸鸳辕鸢瑗圜爰芫鼋橼螈眢箢掾",
|
|
109
|
+
cuan: "窜攒篡蹿撺爨汆镩",
|
|
110
|
+
chuang: "创床窗闯幢疮怆",
|
|
111
|
+
zhuang: "装状庄壮撞妆幢桩奘僮戆",
|
|
112
|
+
chui: "吹垂锤炊椎陲槌捶棰",
|
|
113
|
+
chun: "春纯醇淳唇椿蠢鹑朐莼肫蝽",
|
|
114
|
+
zhun: "准屯淳谆肫窀",
|
|
115
|
+
cu: "促趋趣粗簇醋卒蹴猝蹙蔟殂徂",
|
|
116
|
+
dun: "吨顿盾敦蹲墩囤沌钝炖盹遁趸砘礅",
|
|
117
|
+
qu: "区去取曲趋渠趣驱屈躯衢娶祛瞿岖龋觑朐蛐癯蛆苣阒诎劬蕖蘧氍黢蠼璩麴鸲磲",
|
|
118
|
+
xu: "需许续须序徐休蓄畜虚吁绪叙旭邪恤墟栩絮圩婿戌胥嘘浒煦酗诩朐盱蓿溆洫顼勖糈砉醑",
|
|
119
|
+
chuo: "辍绰戳淖啜龊踔辶",
|
|
120
|
+
zu: "组族足祖租阻卒俎诅镞菹",
|
|
121
|
+
ji: "济机其技基记计系期际及集级几给积极己纪即继击既激绩急奇吉季齐疾迹鸡剂辑籍寄挤圾冀亟寂暨脊跻肌稽忌饥祭缉棘矶汲畸姬藉瘠骥羁妓讥稷蓟悸嫉岌叽伎鲫诘楫荠戟箕霁嵇觊麂畿玑笈犄芨唧屐髻戢佶偈笄跽蒺乩咭赍嵴虮掎齑殛鲚剞洎丌墼蕺彐芰哜",
|
|
122
|
+
cong: "从丛匆聪葱囱琮淙枞骢苁璁",
|
|
123
|
+
zong: "总从综宗纵踪棕粽鬃偬枞腙",
|
|
124
|
+
cou: "凑辏腠楱",
|
|
125
|
+
cui: "衰催崔脆翠萃粹摧璀瘁悴淬啐隹毳榱",
|
|
126
|
+
wei: "为位委未维卫围违威伟危味微唯谓伪慰尾魏韦胃畏帷喂巍萎蔚纬潍尉渭惟薇苇炜圩娓诿玮崴桅偎逶倭猥囗葳隗痿猬涠嵬韪煨艉隹帏闱洧沩隈鲔軎",
|
|
127
|
+
cun: "村存寸忖皴",
|
|
128
|
+
zuo: "作做座左坐昨佐琢撮祚柞唑嘬酢怍笮阼胙",
|
|
129
|
+
zuan: "钻纂攥缵躜",
|
|
130
|
+
da: "大达打答搭沓瘩惮嗒哒耷鞑靼褡笪怛妲",
|
|
131
|
+
dai: "大代带待贷毒戴袋歹呆隶逮岱傣棣怠殆黛甙埭诒绐玳呔迨",
|
|
132
|
+
tai: "台太态泰抬胎汰钛苔薹肽跆邰鲐酞骀炱",
|
|
133
|
+
ta: "他它她拓塔踏塌榻沓漯獭嗒挞蹋趿遢铊鳎溻闼",
|
|
134
|
+
dan: "但单石担丹胆旦弹蛋淡诞氮郸耽殚惮儋眈疸澹掸膻啖箪聃萏瘅赕",
|
|
135
|
+
lu: "路六陆录绿露鲁卢炉鹿禄赂芦庐碌麓颅泸卤潞鹭辘虏璐漉噜戮鲈掳橹轳逯渌蓼撸鸬栌氇胪镥簏舻辂垆",
|
|
136
|
+
tan: "谈探坦摊弹炭坛滩贪叹谭潭碳毯瘫檀痰袒坍覃忐昙郯澹钽锬",
|
|
137
|
+
ren: "人任认仁忍韧刃纫饪妊荏稔壬仞轫亻衽",
|
|
138
|
+
jie: "家结解价界接节她届介阶街借杰洁截姐揭捷劫戒皆竭桔诫楷秸睫藉拮芥诘碣嗟颉蚧孑婕疖桀讦疥偈羯袷哜喈卩鲒骱",
|
|
139
|
+
yan: "研严验演言眼烟沿延盐炎燕岩宴艳颜殷彦掩淹阎衍铅雁咽厌焰堰砚唁焉晏檐蜒奄俨腌妍谚兖筵焱偃闫嫣鄢湮赝胭琰滟阉魇酽郾恹崦芫剡鼹菸餍埏谳讠厣罨",
|
|
140
|
+
dang: "当党档荡挡宕砀铛裆凼菪谠",
|
|
141
|
+
tao: "套讨跳陶涛逃桃萄淘掏滔韬叨洮啕绦饕鼗",
|
|
142
|
+
tiao: "条调挑跳迢眺苕窕笤佻啁粜髫铫祧龆蜩鲦",
|
|
143
|
+
te: "特忑忒铽慝",
|
|
144
|
+
de: "的地得德底锝",
|
|
145
|
+
dei: "得",
|
|
146
|
+
di: "的地第提低底抵弟迪递帝敌堤蒂缔滴涤翟娣笛棣荻谛狄邸嘀砥坻诋嫡镝碲骶氐柢籴羝睇觌",
|
|
147
|
+
ti: "体提题弟替梯踢惕剔蹄棣啼屉剃涕锑倜悌逖嚏荑醍绨鹈缇裼",
|
|
148
|
+
tui: "推退弟腿褪颓蜕忒煺",
|
|
149
|
+
you: "有由又优游油友右邮尤忧幼犹诱悠幽佑釉柚铀鱿囿酉攸黝莠猷蝣疣呦蚴莸莜铕宥繇卣牖鼬尢蚰侑",
|
|
150
|
+
dian: "电点店典奠甸碘淀殿垫颠滇癫巅惦掂癜玷佃踮靛钿簟坫阽",
|
|
151
|
+
tian: "天田添填甜甸恬腆佃舔钿阗忝殄畋栝掭",
|
|
152
|
+
zhu: "主术住注助属逐宁著筑驻朱珠祝猪诸柱竹铸株瞩嘱贮煮烛苎褚蛛拄铢洙竺蛀渚伫杼侏澍诛茱箸炷躅翥潴邾槠舳橥丶瘃麈疰",
|
|
153
|
+
nian: "年念酿辗碾廿捻撵拈蔫鲶埝鲇辇黏",
|
|
154
|
+
diao: "调掉雕吊钓刁貂凋碉鲷叼铫铞",
|
|
155
|
+
yao: "要么约药邀摇耀腰遥姚窑瑶咬尧钥谣肴夭侥吆疟妖幺杳舀窕窈曜鹞爻繇徭轺铫鳐崾珧",
|
|
156
|
+
die: "跌叠蝶迭碟爹谍牒耋佚喋堞瓞鲽垤揲蹀",
|
|
157
|
+
she: "设社摄涉射折舍蛇拾舌奢慑赦赊佘麝歙畲厍猞揲滠",
|
|
158
|
+
ye: "业也夜叶射野液冶喝页爷耶邪咽椰烨掖拽曳晔谒腋噎揶靥邺铘揲",
|
|
159
|
+
xie: "些解协写血叶谢械鞋胁斜携懈契卸谐泄蟹邪歇泻屑挟燮榭蝎撷偕亵楔颉缬邂鲑瀣勰榍薤绁渫廨獬躞",
|
|
160
|
+
zhe: "喆这者着著浙折哲蔗遮辙辄柘锗褶蜇蛰鹧谪赭摺乇磔螫",
|
|
161
|
+
ding: "定订顶丁鼎盯钉锭叮仃铤町酊啶碇腚疔玎耵",
|
|
162
|
+
diu: "丢铥",
|
|
163
|
+
ting: "听庭停厅廷挺亭艇婷汀铤烃霆町蜓葶梃莛",
|
|
164
|
+
dong: "动东董冬洞懂冻栋侗咚峒氡恫胴硐垌鸫岽胨",
|
|
165
|
+
tong: "同通统童痛铜桶桐筒彤侗佟潼捅酮砼瞳恸峒仝嗵僮垌茼",
|
|
166
|
+
zhong: "中重种众终钟忠仲衷肿踵冢盅蚣忪锺舯螽夂",
|
|
167
|
+
dou: "都斗读豆抖兜陡逗窦渎蚪痘蔸钭篼",
|
|
168
|
+
du: "度都独督读毒渡杜堵赌睹肚镀渎笃竺嘟犊妒牍蠹椟黩芏髑",
|
|
169
|
+
duan: "断段短端锻缎煅椴簖",
|
|
170
|
+
dui: "对队追敦兑堆碓镦怼憝",
|
|
171
|
+
rui: "瑞兑锐睿芮蕊蕤蚋枘",
|
|
172
|
+
yue: "月说约越乐跃兑阅岳粤悦曰钥栎钺樾瀹龠哕刖",
|
|
173
|
+
tun: "吞屯囤褪豚臀饨暾氽",
|
|
174
|
+
hui: "会回挥汇惠辉恢徽绘毁慧灰贿卉悔秽溃荟晖彗讳诲珲堕诙蕙晦睢麾烩茴喙桧蛔洄浍虺恚蟪咴隳缋哕",
|
|
175
|
+
wu: "务物无五武午吴舞伍污乌误亡恶屋晤悟吾雾芜梧勿巫侮坞毋诬呜钨邬捂鹜兀婺妩於戊鹉浯蜈唔骛仵焐芴鋈庑鼯牾怃圬忤痦迕杌寤阢",
|
|
176
|
+
ya: "亚压雅牙押鸭呀轧涯崖邪芽哑讶鸦娅衙丫蚜碣垭伢氩桠琊揠吖睚痖疋迓岈砑",
|
|
177
|
+
he: "和合河何核盖贺喝赫荷盒鹤吓呵苛禾菏壑褐涸阂阖劾诃颌嗬貉曷翮纥盍",
|
|
178
|
+
wo: "我握窝沃卧挝涡斡渥幄蜗喔倭莴龌肟硪",
|
|
179
|
+
en: "恩摁蒽",
|
|
180
|
+
n: "嗯唔",
|
|
181
|
+
er: "而二尔儿耳迩饵洱贰铒珥佴鸸鲕",
|
|
182
|
+
fa: "发法罚乏伐阀筏砝垡珐",
|
|
183
|
+
quan: "全权券泉圈拳劝犬铨痊诠荃醛蜷颧绻犭筌鬈悛辁畎",
|
|
184
|
+
fei: "费非飞肥废菲肺啡沸匪斐蜚妃诽扉翡霏吠绯腓痱芾淝悱狒榧砩鲱篚镄",
|
|
185
|
+
pei: "配培坏赔佩陪沛裴胚妃霈淠旆帔呸醅辔锫",
|
|
186
|
+
ping: "平评凭瓶冯屏萍苹乒坪枰娉俜鲆",
|
|
187
|
+
fo: "佛",
|
|
188
|
+
hu: "和护户核湖互乎呼胡戏忽虎沪糊壶葫狐蝴弧瑚浒鹄琥扈唬滹惚祜囫斛笏芴醐猢怙唿戽槲觳煳鹕冱瓠虍岵鹱烀轷",
|
|
189
|
+
ga: "夹咖嘎尬噶旮伽尕钆尜",
|
|
190
|
+
ge: "个合各革格歌哥盖隔割阁戈葛鸽搁胳舸疙铬骼蛤咯圪镉颌仡硌嗝鬲膈纥袼搿塥哿虼",
|
|
191
|
+
ha: "哈蛤铪",
|
|
192
|
+
xia: "下夏峡厦辖霞夹虾狭吓侠暇遐瞎匣瑕唬呷黠硖罅狎瘕柙",
|
|
193
|
+
gai: "改该盖概溉钙丐芥赅垓陔戤",
|
|
194
|
+
hai: "海还害孩亥咳骸骇氦嗨胲醢",
|
|
195
|
+
gan: "干感赶敢甘肝杆赣乾柑尴竿秆橄矸淦苷擀酐绀泔坩旰疳澉",
|
|
196
|
+
gang: "港钢刚岗纲冈杠缸扛肛罡戆筻",
|
|
197
|
+
jiang: "将强江港奖讲降疆蒋姜浆匠酱僵桨绛缰犟豇礓洚茳糨耩",
|
|
198
|
+
hang: "行航杭巷夯吭桁沆绗颃",
|
|
199
|
+
gong: "工公共供功红贡攻宫巩龚恭拱躬弓汞蚣珙觥肱廾",
|
|
200
|
+
hong: "红宏洪轰虹鸿弘哄烘泓訇蕻闳讧荭黉薨",
|
|
201
|
+
guang: "广光逛潢犷胱咣桄",
|
|
202
|
+
qiong: "穷琼穹邛茕筇跫蛩銎",
|
|
203
|
+
gao: "高告搞稿膏糕镐皋羔锆杲郜睾诰藁篙缟槁槔",
|
|
204
|
+
hao: "好号毫豪耗浩郝皓昊皋蒿壕灏嚎濠蚝貉颢嗥薅嚆",
|
|
205
|
+
li: "理力利立里李历例离励礼丽黎璃厉厘粒莉梨隶栗荔沥犁漓哩狸藜罹篱鲤砺吏澧俐骊溧砾莅锂笠蠡蛎痢雳俪傈醴栎郦俚枥喱逦娌鹂戾砬唳坜疠蜊黧猁鬲粝蓠呖跞疬缡鲡鳢嫠詈悝苈篥轹",
|
|
206
|
+
jia: "家加价假佳架甲嘉贾驾嫁夹稼钾挟拮迦伽颊浃枷戛荚痂颉镓笳珈岬胛袈郏葭袷瘕铗跏蛱恝哿",
|
|
207
|
+
luo: "啰落罗络洛逻螺锣骆萝裸漯烙摞骡咯箩珞捋荦硌雒椤镙跞瘰泺脶猡倮蠃",
|
|
208
|
+
ke: "可科克客刻课颗渴壳柯棵呵坷恪苛咳磕珂稞瞌溘轲窠嗑疴蝌岢铪颏髁蚵缂氪骒钶锞",
|
|
209
|
+
qia: "卡恰洽掐髂袷咭葜",
|
|
210
|
+
gei: "给",
|
|
211
|
+
gen: "根跟亘艮哏茛",
|
|
212
|
+
hen: "很狠恨痕哏",
|
|
213
|
+
gou: "构购够句沟狗钩拘勾苟垢枸篝佝媾诟岣彀缑笱鞲觏遘",
|
|
214
|
+
kou: "口扣寇叩抠佝蔻芤眍筘",
|
|
215
|
+
gu: "股古顾故固鼓骨估谷贾姑孤雇辜菇沽咕呱锢钴箍汩梏痼崮轱鸪牯蛊诂毂鹘菰罟嘏臌觚瞽蛄酤牿鲴",
|
|
216
|
+
pai: "牌排派拍迫徘湃俳哌蒎",
|
|
217
|
+
gua: "括挂瓜刮寡卦呱褂剐胍诖鸹栝呙",
|
|
218
|
+
tou: "钭投头透偷愉骰亠",
|
|
219
|
+
guai: "怪拐乖",
|
|
220
|
+
kuai: "会快块筷脍蒯侩浍郐蒉狯哙",
|
|
221
|
+
guan: "关管观馆官贯冠惯灌罐莞纶棺斡矜倌鹳鳏盥掼涫",
|
|
222
|
+
wan: "万完晚湾玩碗顽挽弯蔓丸莞皖宛婉腕蜿惋烷琬畹豌剜纨绾脘菀芄箢",
|
|
223
|
+
ne: "呢哪呐讷疒",
|
|
224
|
+
gui: "规贵归轨桂柜圭鬼硅瑰跪龟匮闺诡癸鳜桧皈鲑刽晷傀眭妫炅庋簋刿宄匦",
|
|
225
|
+
jun: "军均俊君峻菌竣钧骏龟浚隽郡筠皲麇捃",
|
|
226
|
+
jiong: "窘炯迥炅冂扃",
|
|
227
|
+
jue: "决绝角觉掘崛诀獗抉爵嚼倔厥蕨攫珏矍蹶谲镢鳜噱桷噘撅橛孓觖劂爝",
|
|
228
|
+
gun: "滚棍辊衮磙鲧绲丨",
|
|
229
|
+
hun: "婚混魂浑昏棍珲荤馄诨溷阍",
|
|
230
|
+
guo: "国过果郭锅裹帼涡椁囗蝈虢聒埚掴猓崞蜾呙馘",
|
|
231
|
+
hei: "黑嘿嗨",
|
|
232
|
+
kan: "看刊勘堪坎砍侃嵌槛瞰阚龛戡凵莰",
|
|
233
|
+
heng: "衡横恒亨哼珩桁蘅",
|
|
234
|
+
mo: "万没么模末冒莫摩墨默磨摸漠脉膜魔沫陌抹寞蘑摹蓦馍茉嘿谟秣蟆貉嫫镆殁耱嬷麽瘼貊貘",
|
|
235
|
+
peng: "鹏朋彭膨蓬碰苹棚捧亨烹篷澎抨硼怦砰嘭蟛堋",
|
|
236
|
+
hou: "后候厚侯猴喉吼逅篌糇骺後鲎瘊堠",
|
|
237
|
+
hua: "婳化华划话花画滑哗豁骅桦猾铧砉",
|
|
238
|
+
huai: "怀坏淮徊槐踝",
|
|
239
|
+
huan: "还环换欢患缓唤焕幻痪桓寰涣宦垸洹浣豢奂郇圜獾鲩鬟萑逭漶锾缳擐",
|
|
240
|
+
xun: "讯训迅孙寻询循旬巡汛勋逊熏徇浚殉驯鲟薰荀浔洵峋埙巽郇醺恂荨窨蕈曛獯",
|
|
241
|
+
huang: "黄荒煌皇凰慌晃潢谎惶簧璜恍幌湟蝗磺隍徨遑肓篁鳇蟥癀",
|
|
242
|
+
nai: "能乃奶耐奈鼐萘氖柰佴艿",
|
|
243
|
+
luan: "乱卵滦峦鸾栾銮挛孪脔娈",
|
|
244
|
+
qie: "切且契窃茄砌锲怯伽惬妾趄挈郄箧慊",
|
|
245
|
+
jian: "建间件见坚检健监减简艰践兼鉴键渐柬剑尖肩舰荐箭浅剪俭碱茧奸歼拣捡煎贱溅槛涧堑笺谏饯锏缄睑謇蹇腱菅翦戬毽笕犍硷鞯牮枧湔鲣囝裥踺搛缣鹣蒹谫僭戋趼楗",
|
|
246
|
+
nan: "南难男楠喃囡赧腩囝蝻",
|
|
247
|
+
qian: "前千钱签潜迁欠纤牵浅遣谦乾铅歉黔谴嵌倩钳茜虔堑钎骞阡掮钤扦芊犍荨仟芡悭缱佥愆褰凵肷岍搴箝慊椠",
|
|
248
|
+
qiang: "强抢疆墙枪腔锵呛羌蔷襁羟跄樯戕嫱戗炝镪锖蜣",
|
|
249
|
+
xiang: "向项相想乡象响香降像享箱羊祥湘详橡巷翔襄厢镶飨饷缃骧芗庠鲞葙蟓",
|
|
250
|
+
jiao: "教交较校角觉叫脚缴胶轿郊焦骄浇椒礁佼蕉娇矫搅绞酵剿嚼饺窖跤蛟侥狡姣皎茭峤铰醮鲛湫徼鹪僬噍艽挢敫",
|
|
251
|
+
zhuo: "着著缴桌卓捉琢灼浊酌拙茁涿镯淖啄濯焯倬擢斫棹诼浞禚",
|
|
252
|
+
qiao: "桥乔侨巧悄敲俏壳雀瞧翘窍峭锹撬荞跷樵憔鞘橇峤诮谯愀鞒硗劁缲",
|
|
253
|
+
xiao: "小效销消校晓笑肖削孝萧俏潇硝宵啸嚣霄淆哮筱逍姣箫骁枭哓绡蛸崤枵魈",
|
|
254
|
+
si: "司四思斯食私死似丝饲寺肆撕泗伺嗣祀厮驷嘶锶俟巳蛳咝耜笥纟糸鸶缌澌姒汜厶兕",
|
|
255
|
+
kai: "开凯慨岂楷恺揩锴铠忾垲剀锎蒈",
|
|
256
|
+
jin: "进金今近仅紧尽津斤禁锦劲晋谨筋巾浸襟靳瑾烬缙钅矜觐堇馑荩噤廑妗槿赆衿卺",
|
|
257
|
+
qin: "亲勤侵秦钦琴禽芹沁寝擒覃噙矜嗪揿溱芩衾廑锓吣檎螓",
|
|
258
|
+
jing: "经京精境竞景警竟井惊径静劲敬净镜睛晶颈荆兢靖泾憬鲸茎腈菁胫阱旌粳靓痉箐儆迳婧肼刭弪獍",
|
|
259
|
+
ying: "应营影英景迎映硬盈赢颖婴鹰荧莹樱瑛蝇萦莺颍膺缨瀛楹罂荥萤鹦滢蓥郢茔嘤璎嬴瘿媵撄潆",
|
|
260
|
+
jiu: "就究九酒久救旧纠舅灸疚揪咎韭玖臼柩赳鸠鹫厩啾阄桕僦鬏",
|
|
261
|
+
zui: "最罪嘴醉咀蕞觜",
|
|
262
|
+
juan: "卷捐圈眷娟倦绢隽镌涓鹃鄄蠲狷锩桊",
|
|
263
|
+
suan: "算酸蒜狻",
|
|
264
|
+
yun: "员运云允孕蕴韵酝耘晕匀芸陨纭郧筠恽韫郓氲殒愠昀菀狁",
|
|
265
|
+
qun: "群裙逡麇",
|
|
266
|
+
ka: "卡喀咖咔咯佧胩",
|
|
267
|
+
kang: "康抗扛慷炕亢糠伉钪闶",
|
|
268
|
+
keng: "坑铿吭",
|
|
269
|
+
kao: "考靠烤拷铐栲尻犒",
|
|
270
|
+
ken: "肯垦恳啃龈裉",
|
|
271
|
+
yin: "因引银印音饮阴隐姻殷淫尹荫吟瘾寅茵圻垠鄞湮蚓氤胤龈窨喑铟洇狺夤廴吲霪茚堙",
|
|
272
|
+
kong: "空控孔恐倥崆箜",
|
|
273
|
+
ku: "苦库哭酷裤枯窟挎骷堀绔刳喾",
|
|
274
|
+
kua: "跨夸垮挎胯侉",
|
|
275
|
+
kui: "亏奎愧魁馈溃匮葵窥盔逵睽馗聩喟夔篑岿喹揆隗傀暌跬蒉愦悝蝰",
|
|
276
|
+
kuan: "款宽髋",
|
|
277
|
+
kuang: "况矿框狂旷眶匡筐邝圹哐贶夼诳诓纩",
|
|
278
|
+
que: "确却缺雀鹊阙瘸榷炔阕悫",
|
|
279
|
+
kun: "困昆坤捆琨锟鲲醌髡悃阃",
|
|
280
|
+
kuo: "扩括阔廓蛞",
|
|
281
|
+
la: "拉落垃腊啦辣蜡喇剌旯砬邋瘌",
|
|
282
|
+
lai: "来莱赖睐徕籁涞赉濑癞崃疠铼",
|
|
283
|
+
lan: "兰览蓝篮栏岚烂滥缆揽澜拦懒榄斓婪阑褴罱啉谰镧漤",
|
|
284
|
+
lin: "林临邻赁琳磷淋麟霖鳞凛拎遴蔺吝粼嶙躏廪檩啉辚膦瞵懔",
|
|
285
|
+
lang: "浪朗郎廊狼琅榔螂阆锒莨啷蒗稂",
|
|
286
|
+
liang: "量两粮良辆亮梁凉谅粱晾靓踉莨椋魉墚",
|
|
287
|
+
lao: "老劳落络牢捞涝烙姥佬崂唠酪潦痨醪铑铹栳耢",
|
|
288
|
+
mu: "目模木亩幕母牧莫穆姆墓慕牟牡募睦缪沐暮拇姥钼苜仫毪坶",
|
|
289
|
+
le: "了乐勒肋叻鳓嘞仂泐",
|
|
290
|
+
lei: "类累雷勒泪蕾垒磊擂镭肋羸耒儡嫘缧酹嘞诔檑",
|
|
291
|
+
sui: "随岁虽碎尿隧遂髓穗绥隋邃睢祟濉燧谇眭荽",
|
|
292
|
+
lie: "列烈劣裂猎冽咧趔洌鬣埒捩躐",
|
|
293
|
+
leng: "冷愣棱楞塄",
|
|
294
|
+
ling: "领令另零灵龄陵岭凌玲铃菱棱伶羚苓聆翎泠瓴囹绫呤棂蛉酃鲮柃",
|
|
295
|
+
lia: "俩",
|
|
296
|
+
liao: "了料疗辽廖聊寥缪僚燎缭撂撩嘹潦镣寮蓼獠钌尥鹩",
|
|
297
|
+
liu: "流刘六留柳瘤硫溜碌浏榴琉馏遛鎏骝绺镏旒熘鹨锍",
|
|
298
|
+
lun: "论轮伦仑纶沦抡囵",
|
|
299
|
+
lv: "率律旅绿虑履吕铝屡氯缕滤侣驴榈闾偻褛捋膂稆",
|
|
300
|
+
lou: "楼露漏陋娄搂篓喽镂偻瘘髅耧蝼嵝蒌",
|
|
301
|
+
mao: "贸毛矛冒貌茂茅帽猫髦锚懋袤牦卯铆耄峁瑁蟊茆蝥旄泖昴瞀",
|
|
302
|
+
long: "龙隆弄垄笼拢聋陇胧珑窿茏咙砻垅泷栊癃",
|
|
303
|
+
nong: "农浓弄脓侬哝",
|
|
304
|
+
shuang: "双爽霜孀泷",
|
|
305
|
+
shu: "术书数属树输束述署熟殊蔬舒疏鼠淑叔暑枢墅俞曙抒竖蜀薯梳戍恕孰沭赎庶漱塾倏澍纾姝菽黍腧秫毹殳疋摅",
|
|
306
|
+
shuai: "率衰帅摔甩蟀",
|
|
307
|
+
lve: "略掠锊",
|
|
308
|
+
ma: "么马吗摩麻码妈玛嘛骂抹蚂唛蟆犸杩",
|
|
309
|
+
me: "么麽",
|
|
310
|
+
mai: "买卖麦迈脉埋霾荬劢",
|
|
311
|
+
man: "满慢曼漫埋蔓瞒蛮鳗馒幔谩螨熳缦镘颟墁鞔嫚",
|
|
312
|
+
mi: "米密秘迷弥蜜谜觅靡泌眯麋猕谧咪糜宓汨醚嘧弭脒冖幂祢縻蘼芈糸敉",
|
|
313
|
+
men: "们门闷瞒汶扪焖懑鞔钔",
|
|
314
|
+
mang: "忙盲茫芒氓莽蟒邙硭漭",
|
|
315
|
+
meng: "蒙盟梦猛孟萌氓朦锰檬勐懵蟒蜢虻黾蠓艨甍艋瞢礞",
|
|
316
|
+
miao: "苗秒妙描庙瞄缪渺淼藐缈邈鹋杪眇喵",
|
|
317
|
+
mou: "某谋牟缪眸哞鍪蛑侔厶",
|
|
318
|
+
miu: "缪谬",
|
|
319
|
+
mei: "美没每煤梅媒枚妹眉魅霉昧媚玫酶镁湄寐莓袂楣糜嵋镅浼猸鹛",
|
|
320
|
+
wen: "文问闻稳温纹吻蚊雯紊瘟汶韫刎璺玟阌",
|
|
321
|
+
mie: "灭蔑篾乜咩蠛",
|
|
322
|
+
ming: "明名命鸣铭冥茗溟酩瞑螟暝",
|
|
323
|
+
na: "内南那纳拿哪娜钠呐捺衲镎肭",
|
|
324
|
+
nei: "内那哪馁",
|
|
325
|
+
nuo: "难诺挪娜糯懦傩喏搦锘",
|
|
326
|
+
ruo: "若弱偌箬",
|
|
327
|
+
nang: "囊馕囔曩攮",
|
|
328
|
+
nao: "脑闹恼挠瑙淖孬垴铙桡呶硇猱蛲",
|
|
329
|
+
ni: "你尼呢泥疑拟逆倪妮腻匿霓溺旎昵坭铌鲵伲怩睨猊",
|
|
330
|
+
nen: "嫩恁",
|
|
331
|
+
neng: "能",
|
|
332
|
+
nin: "您恁",
|
|
333
|
+
niao: "鸟尿溺袅脲茑嬲",
|
|
334
|
+
nie: "摄聂捏涅镍孽捻蘖啮蹑嗫臬镊颞乜陧",
|
|
335
|
+
niang: "娘酿",
|
|
336
|
+
ning: "宁凝拧泞柠咛狞佞聍甯",
|
|
337
|
+
nu: "努怒奴弩驽帑孥胬",
|
|
338
|
+
nv: "女钕衄恧",
|
|
339
|
+
ru: "入如女乳儒辱汝茹褥孺濡蠕嚅缛溽铷洳薷襦颥蓐",
|
|
340
|
+
nuan: "暖",
|
|
341
|
+
nve: "虐疟",
|
|
342
|
+
re: "热若惹喏",
|
|
343
|
+
ou: "区欧偶殴呕禺藕讴鸥瓯沤耦怄",
|
|
344
|
+
pao: "跑炮泡抛刨袍咆疱庖狍匏脬",
|
|
345
|
+
pou: "剖掊裒",
|
|
346
|
+
pen: "喷盆湓",
|
|
347
|
+
pie: "瞥撇苤氕丿",
|
|
348
|
+
pin: "品贫聘频拼拚颦姘嫔榀牝",
|
|
349
|
+
se: "色塞瑟涩啬穑铯槭",
|
|
350
|
+
qing: "情青清请亲轻庆倾顷卿晴氢擎氰罄磬蜻箐鲭綮苘黥圊檠謦",
|
|
351
|
+
zan: "赞暂攒堑昝簪糌瓒錾趱拶",
|
|
352
|
+
shao: "少绍召烧稍邵哨韶捎勺梢鞘芍苕劭艄筲杓潲",
|
|
353
|
+
sao: "扫骚嫂梢缫搔瘙臊埽缲鳋",
|
|
354
|
+
sha: "沙厦杀纱砂啥莎刹杉傻煞鲨霎嗄痧裟挲铩唼歃",
|
|
355
|
+
xuan: "县选宣券旋悬轩喧玄绚渲璇炫萱癣漩眩暄煊铉楦泫谖痃碹揎镟儇",
|
|
356
|
+
ran: "然染燃冉苒髯蚺",
|
|
357
|
+
rang: "让壤攘嚷瓤穰禳",
|
|
358
|
+
rao: "绕扰饶娆桡荛",
|
|
359
|
+
reng: "仍扔",
|
|
360
|
+
ri: "日",
|
|
361
|
+
rou: "肉柔揉糅鞣蹂",
|
|
362
|
+
ruan: "软阮朊",
|
|
363
|
+
run: "润闰",
|
|
364
|
+
sa: "萨洒撒飒卅仨脎",
|
|
365
|
+
suo: "所些索缩锁莎梭琐嗦唆唢娑蓑羧挲桫嗍睃",
|
|
366
|
+
sai: "思赛塞腮噻鳃",
|
|
367
|
+
shui: "说水税谁睡氵",
|
|
368
|
+
sang: "桑丧嗓搡颡磉",
|
|
369
|
+
sen: "森",
|
|
370
|
+
seng: "僧",
|
|
371
|
+
shai: "筛晒",
|
|
372
|
+
shang: "上商尚伤赏汤裳墒晌垧觞殇熵绱",
|
|
373
|
+
xing: "行省星腥猩惺兴刑型形邢饧醒幸杏性姓陉荇荥擤悻硎",
|
|
374
|
+
shou: "收手受首售授守寿瘦兽狩绶艏扌",
|
|
375
|
+
shuo: "说数硕烁朔铄妁槊蒴搠",
|
|
376
|
+
su: "速素苏诉缩塑肃俗宿粟溯酥夙愫簌稣僳谡涑蔌嗉觫",
|
|
377
|
+
shua: "刷耍唰",
|
|
378
|
+
shuan: "栓拴涮闩",
|
|
379
|
+
shun: "顺瞬舜吮",
|
|
380
|
+
song: "送松宋讼颂耸诵嵩淞怂悚崧凇忪竦菘",
|
|
381
|
+
sou: "艘搜擞嗽嗖叟馊薮飕嗾溲锼螋瞍",
|
|
382
|
+
sun: "损孙笋荪榫隼狲飧",
|
|
383
|
+
teng: "腾疼藤滕誊",
|
|
384
|
+
tie: "铁贴帖餮萜",
|
|
385
|
+
tu: "土突图途徒涂吐屠兔秃凸荼钍菟堍酴",
|
|
386
|
+
wai: "外歪崴",
|
|
387
|
+
wang: "王望往网忘亡旺汪枉妄惘罔辋魍",
|
|
388
|
+
weng: "翁嗡瓮蓊蕹",
|
|
389
|
+
zhua: "抓挝爪",
|
|
390
|
+
yang: "样养央阳洋扬杨羊详氧仰秧痒漾疡泱殃恙鸯徉佯怏炀烊鞅蛘",
|
|
391
|
+
xiong: "雄兄熊胸凶匈汹芎",
|
|
392
|
+
yo: "哟唷",
|
|
393
|
+
yong: "用永拥勇涌泳庸俑踊佣咏雍甬镛臃邕蛹恿慵壅痈鳙墉饔喁",
|
|
394
|
+
za: "杂扎咱砸咋匝咂拶",
|
|
395
|
+
zai: "在再灾载栽仔宰哉崽甾",
|
|
396
|
+
zao: "造早遭枣噪灶燥糟凿躁藻皂澡蚤唣",
|
|
397
|
+
zei: "贼",
|
|
398
|
+
zen: "怎谮",
|
|
399
|
+
zeng: "增曾综赠憎锃甑罾缯",
|
|
400
|
+
zhei: "这",
|
|
401
|
+
zou: "走邹奏揍诹驺陬楱鄹鲰",
|
|
402
|
+
zhuai: "转拽",
|
|
403
|
+
zun: "尊遵鳟樽撙",
|
|
404
|
+
dia: "嗲",
|
|
405
|
+
nou: "耨"
|
|
411
406
|
};
|
|
407
|
+
//#endregion
|
|
408
|
+
export { e as dict };
|
|
409
|
+
/* 独立思考,明辨是非 */
|