@unicom-cloud/utils 0.1.53 → 0.1.55

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.
Files changed (1030) hide show
  1. package/.virtual/_rolldown/runtime.js +1 -1
  2. package/array/index.js +1 -1
  3. package/assert/index.js +1 -1
  4. package/case-name/index.js +1 -1
  5. package/class-name/index.js +1 -1
  6. package/clipboard-copy/index.js +1 -1
  7. package/{constant → constants}/address.js +2 -2
  8. package/{constant → constants}/chineseCharacters.js +2 -2
  9. package/{constant → constants}/constellations.js +2 -2
  10. package/{constant → constants}/domain.js +2 -2
  11. package/{constant → constants}/identity.js +2 -2
  12. package/{constant → constants}/index.js +2 -2
  13. package/{constant → constants}/keyboardCode.js +2 -2
  14. package/{constant → constants}/licensePlate.js +2 -2
  15. package/{constant → constants}/name.js +2 -2
  16. package/{constant → constants}/platform.js +2 -2
  17. package/{constant → constants}/protocol.js +2 -2
  18. package/{constant → constants}/string.js +2 -2
  19. package/{constant → constants}/ui.js +2 -2
  20. package/content-disposition/index.js +1 -1
  21. package/cookie/api.js +1 -1
  22. package/cookie/assign.js +1 -1
  23. package/cookie/converter.js +1 -1
  24. package/cookie/index.js +1 -1
  25. package/css/cssSupported.js +1 -1
  26. package/css/index.js +1 -1
  27. package/date/convertTime.js +1 -1
  28. package/date/convertToDuration.js +1 -1
  29. package/date/index.js +1 -1
  30. package/decimal/decimal.js +2 -2
  31. package/decimal/index.js +1 -1
  32. package/document/index.d.ts +1 -0
  33. package/document/index.js +11 -0
  34. package/dom-helpers/activeElement.js +1 -1
  35. package/dom-helpers/addClass.js +1 -1
  36. package/dom-helpers/addEventListener.js +1 -1
  37. package/dom-helpers/animate.js +1 -1
  38. package/dom-helpers/animationFrame.js +1 -1
  39. package/dom-helpers/attribute.js +1 -1
  40. package/dom-helpers/camelize.js +1 -1
  41. package/dom-helpers/camelizeStyle.js +1 -1
  42. package/dom-helpers/canUseDOM.js +1 -1
  43. package/dom-helpers/childElements.js +1 -1
  44. package/dom-helpers/childNodes.js +1 -1
  45. package/dom-helpers/clear.js +1 -1
  46. package/dom-helpers/closest.js +1 -1
  47. package/dom-helpers/collectElements.js +1 -1
  48. package/dom-helpers/collectSiblings.js +1 -1
  49. package/dom-helpers/contains.js +1 -1
  50. package/dom-helpers/css.js +1 -1
  51. package/dom-helpers/filterEventHandler.js +1 -1
  52. package/dom-helpers/getComputedStyle.js +1 -1
  53. package/dom-helpers/getElementCoordinates.js +1 -1
  54. package/dom-helpers/getScrollAccessor.js +1 -1
  55. package/dom-helpers/hasClass.js +1 -1
  56. package/dom-helpers/height.js +1 -1
  57. package/dom-helpers/hyphenate.js +1 -1
  58. package/dom-helpers/hyphenateStyle.js +1 -1
  59. package/dom-helpers/index.js +1 -1
  60. package/dom-helpers/insertAfter.js +1 -1
  61. package/dom-helpers/isDocument.js +1 -1
  62. package/dom-helpers/isInput.js +1 -1
  63. package/dom-helpers/isTransform.js +1 -1
  64. package/dom-helpers/isVisible.js +1 -1
  65. package/dom-helpers/isWindow.js +1 -1
  66. package/dom-helpers/listen.js +1 -1
  67. package/dom-helpers/matches.js +1 -1
  68. package/dom-helpers/nextUntil.js +1 -1
  69. package/dom-helpers/offset.js +1 -1
  70. package/dom-helpers/offsetParent.js +1 -1
  71. package/dom-helpers/ownerDocument.js +1 -1
  72. package/dom-helpers/ownerWindow.js +1 -1
  73. package/dom-helpers/parents.js +1 -1
  74. package/dom-helpers/position.js +1 -1
  75. package/dom-helpers/prepend.js +1 -1
  76. package/dom-helpers/querySelectorAll.js +1 -1
  77. package/dom-helpers/reflow.js +1 -1
  78. package/dom-helpers/remove.js +1 -1
  79. package/dom-helpers/removeClass.js +1 -1
  80. package/dom-helpers/removeEventListener.js +1 -1
  81. package/dom-helpers/scrollLeft.js +1 -1
  82. package/dom-helpers/scrollParent.js +1 -1
  83. package/dom-helpers/scrollTo.js +1 -1
  84. package/dom-helpers/scrollTop.js +1 -1
  85. package/dom-helpers/scrollbarSize.js +1 -1
  86. package/dom-helpers/siblings.js +1 -1
  87. package/dom-helpers/text.js +1 -1
  88. package/dom-helpers/toggleClass.js +1 -1
  89. package/dom-helpers/transitionEnd.js +1 -1
  90. package/dom-helpers/triggerEvent.js +1 -1
  91. package/dom-helpers/types.js +1 -1
  92. package/dom-helpers/width.js +1 -1
  93. package/emitter/index.d.ts +2 -2
  94. package/emitter/index.js +16 -11
  95. package/emoji/emoji.js +1 -1
  96. package/emoji/emojis.js +1 -1
  97. package/emoji/index.js +1 -1
  98. package/escape/index.js +1 -1
  99. package/fflate/index.js +1 -1
  100. package/fflate/src/index.js +132 -14
  101. package/fflate/src/worker.js +2 -1
  102. package/file/fileRead.js +1 -1
  103. package/file/fileToDataURL.js +1 -1
  104. package/file/img.js +1 -1
  105. package/file/index.js +1 -1
  106. package/file/saveAs.js +1 -1
  107. package/filesize/index.js +1 -1
  108. package/filesize/src/constants.js +1 -1
  109. package/filesize/src/filesize.js +1 -1
  110. package/filesize/src/helpers.js +1 -1
  111. package/function/index.js +1 -1
  112. package/idb/async-iterators.js +1 -1
  113. package/idb/database-extras.js +1 -1
  114. package/idb/entry.js +1 -1
  115. package/idb/index-.js +1 -1
  116. package/idb/index.js +1 -1
  117. package/idb/util.js +1 -1
  118. package/idb/wrap-idb-value.js +1 -1
  119. package/index.js +1 -1
  120. package/invariant/index.js +1 -1
  121. package/is/index.d.ts +27 -27
  122. package/is/index.js +28 -28
  123. package/is/{lib → libs}/isAscii.js +2 -2
  124. package/is/{lib → libs}/isBase64.js +2 -2
  125. package/is/{lib → libs}/isChinese.js +2 -2
  126. package/is/{lib → libs}/isDataURI.js +2 -2
  127. package/is/{lib → libs}/isEmail.js +2 -2
  128. package/is/{lib → libs}/isFQDN.js +2 -2
  129. package/is/{lib → libs}/isFullWidth.js +2 -2
  130. package/is/{lib → libs}/isHSL.js +2 -2
  131. package/is/{lib → libs}/isHalfWidth.js +2 -2
  132. package/is/{lib → libs}/isHash.js +2 -2
  133. package/is/{lib → libs}/isHexColor.js +2 -2
  134. package/is/{lib → libs}/isIMEI.js +2 -2
  135. package/is/{lib → libs}/isIP.js +2 -2
  136. package/is/{lib → libs}/isIPRange.js +2 -2
  137. package/is/{lib → libs}/isIdentityCard.js +2 -2
  138. package/is/{lib → libs}/isJWT.js +2 -2
  139. package/is/{lib → libs}/isMACAddress.js +2 -2
  140. package/is/{lib → libs}/isMD5.js +2 -2
  141. package/is/{lib → libs}/isMimeType.js +2 -2
  142. package/is/{lib → libs}/isMobilePhone.js +2 -2
  143. package/is/libs/isPort.js +8 -0
  144. package/is/{lib → libs}/isRgbColor.js +2 -2
  145. package/is/{lib → libs}/isSemVer.js +2 -2
  146. package/is/{lib → libs}/isSlug.js +2 -2
  147. package/is/{lib → libs}/isStrongPassword.js +2 -2
  148. package/is/{lib → libs}/isURL.js +2 -2
  149. package/is/{lib → libs}/isUUID.js +2 -2
  150. package/is/{lib → libs}/isVariableWidth.js +2 -2
  151. package/lodash/_DataView.js +1 -1
  152. package/lodash/_Hash.js +1 -1
  153. package/lodash/_LazyWrapper.js +1 -1
  154. package/lodash/_ListCache.js +1 -1
  155. package/lodash/_LodashWrapper.js +1 -1
  156. package/lodash/_Map.js +1 -1
  157. package/lodash/_MapCache.js +1 -1
  158. package/lodash/_Promise.js +1 -1
  159. package/lodash/_Set.js +1 -1
  160. package/lodash/_SetCache.js +1 -1
  161. package/lodash/_Stack.js +1 -1
  162. package/lodash/_Symbol.js +1 -1
  163. package/lodash/_Uint8Array.js +1 -1
  164. package/lodash/_WeakMap.js +1 -1
  165. package/lodash/_addMapEntry.js +1 -1
  166. package/lodash/_addSetEntry.js +1 -1
  167. package/lodash/_apply.js +1 -1
  168. package/lodash/_arrayAggregator.js +1 -1
  169. package/lodash/_arrayEach.js +1 -1
  170. package/lodash/_arrayEachRight.js +1 -1
  171. package/lodash/_arrayEvery.js +1 -1
  172. package/lodash/_arrayFilter.js +1 -1
  173. package/lodash/_arrayIncludes.js +1 -1
  174. package/lodash/_arrayIncludesWith.js +1 -1
  175. package/lodash/_arrayLikeKeys.js +8 -8
  176. package/lodash/_arrayMap.js +1 -1
  177. package/lodash/_arrayPush.js +1 -1
  178. package/lodash/_arrayReduce.js +1 -1
  179. package/lodash/_arrayReduceRight.js +1 -1
  180. package/lodash/_arraySample.js +1 -1
  181. package/lodash/_arraySampleSize.js +4 -4
  182. package/lodash/_arrayShuffle.js +1 -1
  183. package/lodash/_arraySome.js +1 -1
  184. package/lodash/_asciiSize.js +1 -1
  185. package/lodash/_asciiToArray.js +1 -1
  186. package/lodash/_asciiWords.js +1 -1
  187. package/lodash/_assignMergeValue.js +4 -4
  188. package/lodash/_assignValue.js +4 -4
  189. package/lodash/_assocIndexOf.js +1 -1
  190. package/lodash/_baseAggregator.js +1 -1
  191. package/lodash/_baseAssign.js +4 -4
  192. package/lodash/_baseAssignIn.js +1 -1
  193. package/lodash/_baseAssignValue.js +1 -1
  194. package/lodash/_baseAt.js +1 -1
  195. package/lodash/_baseClamp.js +1 -1
  196. package/lodash/_baseClone.js +20 -20
  197. package/lodash/_baseConforms.js +1 -1
  198. package/lodash/_baseConformsTo.js +1 -1
  199. package/lodash/_baseCreate.js +1 -1
  200. package/lodash/_baseDelay.js +5 -8
  201. package/lodash/_baseDifference.js +7 -7
  202. package/lodash/_baseEach.js +1 -1
  203. package/lodash/_baseEachRight.js +1 -1
  204. package/lodash/_baseEvery.js +1 -1
  205. package/lodash/_baseExtremum.js +1 -1
  206. package/lodash/_baseFill.js +1 -1
  207. package/lodash/_baseFilter.js +1 -1
  208. package/lodash/_baseFindIndex.js +1 -1
  209. package/lodash/_baseFindKey.js +1 -1
  210. package/lodash/_baseFlatten.js +1 -1
  211. package/lodash/_baseFor.js +1 -1
  212. package/lodash/_baseForOwn.js +4 -4
  213. package/lodash/_baseForOwnRight.js +1 -1
  214. package/lodash/_baseForRight.js +1 -1
  215. package/lodash/_baseFunctions.js +1 -1
  216. package/lodash/_baseGet.js +1 -1
  217. package/lodash/_baseGetAllKeys.js +1 -1
  218. package/lodash/_baseGetTag.js +1 -1
  219. package/lodash/_baseGt.js +1 -1
  220. package/lodash/_baseHas.js +1 -1
  221. package/lodash/_baseHasIn.js +1 -1
  222. package/lodash/_baseInRange.js +1 -1
  223. package/lodash/_baseIndexOf.js +1 -1
  224. package/lodash/_baseIndexOfWith.js +1 -1
  225. package/lodash/_baseIntersection.js +10 -10
  226. package/lodash/_baseInverter.js +1 -1
  227. package/lodash/_baseInvoke.js +1 -1
  228. package/lodash/_baseIsArguments.js +1 -1
  229. package/lodash/_baseIsArrayBuffer.js +1 -1
  230. package/lodash/_baseIsDate.js +1 -1
  231. package/lodash/_baseIsEqual.js +1 -1
  232. package/lodash/_baseIsEqualDeep.js +11 -11
  233. package/lodash/_baseIsMap.js +1 -1
  234. package/lodash/_baseIsMatch.js +1 -1
  235. package/lodash/_baseIsNaN.js +1 -1
  236. package/lodash/_baseIsNative.js +1 -1
  237. package/lodash/_baseIsRegExp.js +1 -1
  238. package/lodash/_baseIsSet.js +1 -1
  239. package/lodash/_baseIsTypedArray.js +1 -1
  240. package/lodash/_baseIteratee.js +5 -5
  241. package/lodash/_baseKeys.js +1 -1
  242. package/lodash/_baseKeysIn.js +1 -1
  243. package/lodash/_baseLodash.js +1 -1
  244. package/lodash/_baseLt.js +1 -1
  245. package/lodash/_baseMap.js +1 -1
  246. package/lodash/_baseMatches.js +1 -1
  247. package/lodash/_baseMatchesProperty.js +1 -1
  248. package/lodash/_baseMean.js +1 -1
  249. package/lodash/_baseMerge.js +9 -9
  250. package/lodash/_baseMergeDeep.js +15 -15
  251. package/lodash/_baseNth.js +1 -1
  252. package/lodash/_baseOrderBy.js +15 -15
  253. package/lodash/_basePick.js +1 -1
  254. package/lodash/_basePickBy.js +1 -1
  255. package/lodash/_baseProperty.js +1 -1
  256. package/lodash/_basePropertyDeep.js +1 -1
  257. package/lodash/_basePropertyOf.js +1 -1
  258. package/lodash/_basePullAll.js +7 -7
  259. package/lodash/_basePullAt.js +1 -1
  260. package/lodash/_baseRandom.js +1 -1
  261. package/lodash/_baseRange.js +1 -1
  262. package/lodash/_baseReduce.js +1 -1
  263. package/lodash/_baseRepeat.js +9 -9
  264. package/lodash/_baseRest.js +4 -4
  265. package/lodash/_baseSample.js +4 -4
  266. package/lodash/_baseSampleSize.js +5 -5
  267. package/lodash/_baseSet.js +1 -1
  268. package/lodash/_baseSetData.js +1 -1
  269. package/lodash/_baseSetToString.js +8 -8
  270. package/lodash/_baseShuffle.js +4 -4
  271. package/lodash/_baseSlice.js +1 -1
  272. package/lodash/_baseSome.js +1 -1
  273. package/lodash/_baseSortBy.js +1 -1
  274. package/lodash/_baseSortedIndex.js +1 -1
  275. package/lodash/_baseSortedIndexBy.js +1 -1
  276. package/lodash/_baseSortedUniq.js +1 -1
  277. package/lodash/_baseSum.js +1 -1
  278. package/lodash/_baseTimes.js +1 -1
  279. package/lodash/_baseToNumber.js +1 -1
  280. package/lodash/_baseToPairs.js +1 -1
  281. package/lodash/_baseToString.js +5 -5
  282. package/lodash/_baseTrim.js +1 -1
  283. package/lodash/_baseUnary.js +1 -1
  284. package/lodash/_baseUniq.js +10 -10
  285. package/lodash/_baseUnset.js +1 -1
  286. package/lodash/_baseUpdate.js +1 -1
  287. package/lodash/_baseValues.js +1 -1
  288. package/lodash/_baseWhile.js +1 -1
  289. package/lodash/_baseWrapperValue.js +1 -1
  290. package/lodash/_baseXor.js +5 -5
  291. package/lodash/_baseZipObject.js +1 -1
  292. package/lodash/_cacheHas.js +1 -1
  293. package/lodash/_castArrayLikeObject.js +1 -1
  294. package/lodash/_castFunction.js +1 -1
  295. package/lodash/_castPath.js +1 -1
  296. package/lodash/_castRest.js +1 -1
  297. package/lodash/_castSlice.js +1 -1
  298. package/lodash/_charsEndIndex.js +1 -1
  299. package/lodash/_charsStartIndex.js +1 -1
  300. package/lodash/_cloneArrayBuffer.js +1 -1
  301. package/lodash/_cloneBuffer.js +1 -1
  302. package/lodash/_cloneDataView.js +1 -1
  303. package/lodash/_cloneMap.js +5 -5
  304. package/lodash/_cloneRegExp.js +1 -1
  305. package/lodash/_cloneSet.js +5 -5
  306. package/lodash/_cloneSymbol.js +1 -1
  307. package/lodash/_cloneTypedArray.js +1 -1
  308. package/lodash/_compareAscending.js +1 -1
  309. package/lodash/_compareMultiple.js +1 -1
  310. package/lodash/_composeArgs.js +1 -1
  311. package/lodash/_composeArgsRight.js +1 -1
  312. package/lodash/_copyArray.js +1 -1
  313. package/lodash/_copyObject.js +1 -1
  314. package/lodash/_copySymbols.js +1 -1
  315. package/lodash/_copySymbolsIn.js +1 -1
  316. package/lodash/_coreJsData.js +1 -1
  317. package/lodash/_countHolders.js +1 -1
  318. package/lodash/_createAggregator.js +7 -7
  319. package/lodash/_createAssigner.js +1 -1
  320. package/lodash/_createBaseEach.js +1 -1
  321. package/lodash/_createBaseFor.js +1 -1
  322. package/lodash/_createBind.js +1 -1
  323. package/lodash/_createCaseFirst.js +1 -1
  324. package/lodash/_createCompounder.js +1 -1
  325. package/lodash/_createCtor.js +1 -1
  326. package/lodash/_createCurry.js +7 -7
  327. package/lodash/_createFind.js +1 -1
  328. package/lodash/_createFlow.js +12 -12
  329. package/lodash/_createHybrid.js +9 -9
  330. package/lodash/_createInverter.js +1 -1
  331. package/lodash/_createMathOperation.js +4 -4
  332. package/lodash/_createOver.js +11 -11
  333. package/lodash/_createPadding.js +9 -9
  334. package/lodash/_createPartial.js +7 -7
  335. package/lodash/_createRange.js +4 -4
  336. package/lodash/_createRecurry.js +1 -1
  337. package/lodash/_createRelationalOperation.js +1 -1
  338. package/lodash/_createRound.js +7 -7
  339. package/lodash/_createSet.js +7 -7
  340. package/lodash/_createToPairs.js +1 -1
  341. package/lodash/_createWrap.js +1 -1
  342. package/lodash/_customDefaultsAssignIn.js +1 -1
  343. package/lodash/_customDefaultsMerge.js +1 -1
  344. package/lodash/_customOmitClone.js +1 -1
  345. package/lodash/_deburrLetter.js +1 -1
  346. package/lodash/_defineProperty.js +1 -1
  347. package/lodash/_equalArrays.js +1 -1
  348. package/lodash/_equalByTag.js +1 -1
  349. package/lodash/_equalObjects.js +1 -1
  350. package/lodash/_escapeHtmlChar.js +1 -1
  351. package/lodash/_escapeStringChar.js +1 -1
  352. package/lodash/_flatRest.js +4 -4
  353. package/lodash/_freeGlobal.js +1 -1
  354. package/lodash/_getAllKeys.js +1 -1
  355. package/lodash/_getAllKeysIn.js +1 -1
  356. package/lodash/_getData.js +1 -1
  357. package/lodash/_getFuncName.js +1 -1
  358. package/lodash/_getHolder.js +1 -1
  359. package/lodash/_getMapData.js +1 -1
  360. package/lodash/_getMatchData.js +1 -1
  361. package/lodash/_getNative.js +1 -1
  362. package/lodash/_getPrototype.js +1 -1
  363. package/lodash/_getRawTag.js +1 -1
  364. package/lodash/_getSymbols.js +1 -1
  365. package/lodash/_getSymbolsIn.js +7 -7
  366. package/lodash/_getTag.js +7 -7
  367. package/lodash/_getValue.js +1 -1
  368. package/lodash/_getView.js +1 -1
  369. package/lodash/_getWrapDetails.js +1 -1
  370. package/lodash/_hasPath.js +6 -6
  371. package/lodash/_hasUnicode.js +1 -1
  372. package/lodash/_hasUnicodeWord.js +1 -1
  373. package/lodash/_hashClear.js +1 -1
  374. package/lodash/_hashDelete.js +1 -1
  375. package/lodash/_hashGet.js +1 -1
  376. package/lodash/_hashHas.js +1 -1
  377. package/lodash/_hashSet.js +1 -1
  378. package/lodash/_initCloneArray.js +1 -1
  379. package/lodash/_initCloneByTag.js +1 -1
  380. package/lodash/_initCloneObject.js +1 -1
  381. package/lodash/_insertWrapDetails.js +1 -1
  382. package/lodash/_isFlattenable.js +4 -4
  383. package/lodash/_isIndex.js +6 -6
  384. package/lodash/_isIterateeCall.js +4 -4
  385. package/lodash/_isKey.js +5 -5
  386. package/lodash/_isKeyable.js +1 -1
  387. package/lodash/_isLaziable.js +1 -1
  388. package/lodash/_isMaskable.js +1 -1
  389. package/lodash/_isMasked.js +1 -1
  390. package/lodash/_isPrototype.js +1 -1
  391. package/lodash/_isStrictComparable.js +1 -1
  392. package/lodash/_iteratorToArray.js +1 -1
  393. package/lodash/_lazyClone.js +1 -1
  394. package/lodash/_lazyReverse.js +1 -1
  395. package/lodash/_lazyValue.js +1 -1
  396. package/lodash/_listCacheClear.js +1 -1
  397. package/lodash/_listCacheDelete.js +1 -1
  398. package/lodash/_listCacheGet.js +1 -1
  399. package/lodash/_listCacheHas.js +1 -1
  400. package/lodash/_listCacheSet.js +1 -1
  401. package/lodash/_mapCacheClear.js +1 -1
  402. package/lodash/_mapCacheDelete.js +1 -1
  403. package/lodash/_mapCacheGet.js +1 -1
  404. package/lodash/_mapCacheHas.js +1 -1
  405. package/lodash/_mapCacheSet.js +1 -1
  406. package/lodash/_mapToArray.js +1 -1
  407. package/lodash/_matchesStrictComparable.js +1 -1
  408. package/lodash/_memoizeCapped.js +1 -1
  409. package/lodash/_mergeData.js +1 -1
  410. package/lodash/_metaMap.js +1 -1
  411. package/lodash/_nativeCreate.js +1 -1
  412. package/lodash/_nativeKeys.js +1 -1
  413. package/lodash/_nativeKeysIn.js +1 -1
  414. package/lodash/_nodeUtil.js +1 -1
  415. package/lodash/_objectToString.js +1 -1
  416. package/lodash/_overArg.js +1 -1
  417. package/lodash/_overRest.js +1 -1
  418. package/lodash/_parent.js +1 -1
  419. package/lodash/_reEscape.js +1 -1
  420. package/lodash/_reEvaluate.js +1 -1
  421. package/lodash/_reInterpolate.js +1 -1
  422. package/lodash/_realNames.js +1 -1
  423. package/lodash/_reorder.js +5 -5
  424. package/lodash/_replaceHolders.js +1 -1
  425. package/lodash/_root.js +1 -1
  426. package/lodash/_safeGet.js +1 -1
  427. package/lodash/_setCacheAdd.js +3 -6
  428. package/lodash/_setCacheHas.js +1 -1
  429. package/lodash/_setData.js +4 -4
  430. package/lodash/_setToArray.js +1 -1
  431. package/lodash/_setToPairs.js +1 -1
  432. package/lodash/_setToString.js +4 -4
  433. package/lodash/_setWrapToString.js +5 -5
  434. package/lodash/_shortOut.js +10 -10
  435. package/lodash/_shuffleSelf.js +1 -1
  436. package/lodash/_stackClear.js +1 -1
  437. package/lodash/_stackDelete.js +1 -1
  438. package/lodash/_stackGet.js +1 -1
  439. package/lodash/_stackHas.js +1 -1
  440. package/lodash/_stackSet.js +1 -1
  441. package/lodash/_strictIndexOf.js +1 -1
  442. package/lodash/_strictLastIndexOf.js +1 -1
  443. package/lodash/_stringSize.js +4 -4
  444. package/lodash/_stringToArray.js +4 -4
  445. package/lodash/_stringToPath.js +1 -1
  446. package/lodash/_toKey.js +1 -1
  447. package/lodash/_toSource.js +1 -1
  448. package/lodash/_trimmedEndIndex.js +1 -1
  449. package/lodash/_unescapeHtmlChar.js +1 -1
  450. package/lodash/_unicodeSize.js +1 -1
  451. package/lodash/_unicodeToArray.js +1 -1
  452. package/lodash/_unicodeWords.js +1 -1
  453. package/lodash/_updateWrapDetails.js +1 -1
  454. package/lodash/_wrapperClone.js +1 -1
  455. package/lodash/add.js +1 -1
  456. package/lodash/after.js +1 -1
  457. package/lodash/array.default.js +13 -13
  458. package/lodash/array.js +8 -8
  459. package/lodash/ary.js +1 -1
  460. package/lodash/assign.js +9 -9
  461. package/lodash/assignIn.js +5 -5
  462. package/lodash/assignInWith.js +5 -5
  463. package/lodash/assignWith.js +6 -6
  464. package/lodash/at.js +1 -1
  465. package/lodash/attempt.js +1 -1
  466. package/lodash/before.js +1 -1
  467. package/lodash/bind.js +8 -8
  468. package/lodash/bindAll.js +1 -1
  469. package/lodash/bindKey.js +8 -8
  470. package/lodash/camelCase.js +5 -5
  471. package/lodash/capitalize.js +1 -1
  472. package/lodash/castArray.js +1 -1
  473. package/lodash/ceil.js +1 -1
  474. package/lodash/chain.js +1 -1
  475. package/lodash/chunk.js +5 -5
  476. package/lodash/clamp.js +4 -4
  477. package/lodash/clone.js +1 -1
  478. package/lodash/cloneDeep.js +1 -1
  479. package/lodash/cloneDeepWith.js +1 -1
  480. package/lodash/cloneWith.js +1 -1
  481. package/lodash/collection.default.js +1 -1
  482. package/lodash/collection.js +1 -1
  483. package/lodash/commit.js +1 -1
  484. package/lodash/compact.js +1 -1
  485. package/lodash/concat.js +4 -4
  486. package/lodash/cond.js +9 -9
  487. package/lodash/conforms.js +1 -1
  488. package/lodash/conformsTo.js +1 -1
  489. package/lodash/constant.js +1 -1
  490. package/lodash/countBy.js +1 -1
  491. package/lodash/create.js +1 -1
  492. package/lodash/curry.js +1 -1
  493. package/lodash/curryRight.js +1 -1
  494. package/lodash/date.default.js +1 -1
  495. package/lodash/date.js +1 -1
  496. package/lodash/debounce.js +1 -1
  497. package/lodash/deburr.js +1 -1
  498. package/lodash/defaultTo.js +1 -1
  499. package/lodash/defaults.js +10 -10
  500. package/lodash/defaultsDeep.js +1 -1
  501. package/lodash/defer.js +5 -5
  502. package/lodash/delay.js +6 -6
  503. package/lodash/difference.js +5 -5
  504. package/lodash/differenceBy.js +9 -9
  505. package/lodash/differenceWith.js +8 -8
  506. package/lodash/divide.js +1 -1
  507. package/lodash/drop.js +1 -1
  508. package/lodash/dropRight.js +1 -1
  509. package/lodash/dropRightWhile.js +1 -1
  510. package/lodash/dropWhile.js +1 -1
  511. package/lodash/each.js +1 -1
  512. package/lodash/eachRight.js +1 -1
  513. package/lodash/endsWith.js +6 -6
  514. package/lodash/entries.js +1 -1
  515. package/lodash/entriesIn.js +1 -1
  516. package/lodash/eq.js +1 -1
  517. package/lodash/escape.js +1 -1
  518. package/lodash/escapeRegExp.js +1 -1
  519. package/lodash/every.js +8 -8
  520. package/lodash/extend.js +1 -1
  521. package/lodash/extendWith.js +1 -1
  522. package/lodash/fill.js +4 -4
  523. package/lodash/filter.js +6 -6
  524. package/lodash/find.js +1 -1
  525. package/lodash/findIndex.js +5 -5
  526. package/lodash/findKey.js +5 -5
  527. package/lodash/findLast.js +1 -1
  528. package/lodash/findLastIndex.js +4 -4
  529. package/lodash/findLastKey.js +5 -5
  530. package/lodash/first.js +1 -1
  531. package/lodash/flatMap.js +1 -1
  532. package/lodash/flatMapDeep.js +1 -1
  533. package/lodash/flatMapDepth.js +1 -1
  534. package/lodash/flatten.js +1 -1
  535. package/lodash/flattenDeep.js +1 -1
  536. package/lodash/flattenDepth.js +1 -1
  537. package/lodash/flip.js +1 -1
  538. package/lodash/floor.js +1 -1
  539. package/lodash/flow.js +1 -1
  540. package/lodash/flowRight.js +1 -1
  541. package/lodash/forEach.js +4 -4
  542. package/lodash/forEachRight.js +6 -6
  543. package/lodash/forIn.js +4 -4
  544. package/lodash/forInRight.js +4 -4
  545. package/lodash/forOwn.js +1 -1
  546. package/lodash/forOwnRight.js +4 -4
  547. package/lodash/fromPairs.js +1 -1
  548. package/lodash/function.default.js +21 -21
  549. package/lodash/function.js +12 -12
  550. package/lodash/functions.js +1 -1
  551. package/lodash/functionsIn.js +1 -1
  552. package/lodash/get.js +1 -1
  553. package/lodash/groupBy.js +1 -1
  554. package/lodash/gt.js +1 -1
  555. package/lodash/gte.js +1 -1
  556. package/lodash/has.js +4 -4
  557. package/lodash/hasIn.js +1 -1
  558. package/lodash/head.js +1 -1
  559. package/lodash/identity.js +1 -1
  560. package/lodash/inRange.js +1 -1
  561. package/lodash/includes.js +8 -8
  562. package/lodash/index.js +226 -226
  563. package/lodash/indexOf.js +5 -5
  564. package/lodash/initial.js +1 -1
  565. package/lodash/intersection.js +6 -6
  566. package/lodash/intersectionBy.js +8 -8
  567. package/lodash/intersectionWith.js +6 -6
  568. package/lodash/invert.js +1 -1
  569. package/lodash/invertBy.js +1 -1
  570. package/lodash/invoke.js +4 -4
  571. package/lodash/invokeMap.js +9 -9
  572. package/lodash/isArguments.js +1 -1
  573. package/lodash/isArray.js +1 -1
  574. package/lodash/isArrayBuffer.js +1 -1
  575. package/lodash/isArrayLike.js +1 -1
  576. package/lodash/isArrayLikeObject.js +1 -1
  577. package/lodash/isBoolean.js +1 -1
  578. package/lodash/isBuffer.js +1 -1
  579. package/lodash/isDate.js +1 -1
  580. package/lodash/isElement.js +1 -1
  581. package/lodash/isEmpty.js +10 -10
  582. package/lodash/isEqual.js +1 -1
  583. package/lodash/isEqualWith.js +1 -1
  584. package/lodash/isError.js +1 -1
  585. package/lodash/isFinite.js +1 -1
  586. package/lodash/isFunction.js +1 -1
  587. package/lodash/isInteger.js +1 -1
  588. package/lodash/isLength.js +3 -6
  589. package/lodash/isMap.js +1 -1
  590. package/lodash/isMatch.js +1 -1
  591. package/lodash/isMatchWith.js +1 -1
  592. package/lodash/isNaN.js +1 -1
  593. package/lodash/isNative.js +1 -1
  594. package/lodash/isNil.js +1 -1
  595. package/lodash/isNull.js +1 -1
  596. package/lodash/isNumber.js +1 -1
  597. package/lodash/isObject.js +1 -1
  598. package/lodash/isObjectLike.js +1 -1
  599. package/lodash/isPlainObject.js +1 -1
  600. package/lodash/isPromise.js +1 -1
  601. package/lodash/isRegExp.js +1 -1
  602. package/lodash/isSafeInteger.js +1 -1
  603. package/lodash/isSet.js +1 -1
  604. package/lodash/isString.js +1 -1
  605. package/lodash/isSymbol.js +1 -1
  606. package/lodash/isTypedArray.js +1 -1
  607. package/lodash/isUndefined.js +1 -1
  608. package/lodash/isWeakMap.js +1 -1
  609. package/lodash/isWeakSet.js +1 -1
  610. package/lodash/iteratee.js +1 -1
  611. package/lodash/join.js +1 -1
  612. package/lodash/kebabCase.js +1 -1
  613. package/lodash/keyBy.js +1 -1
  614. package/lodash/keys.js +5 -5
  615. package/lodash/keysIn.js +4 -4
  616. package/lodash/lang.default.js +63 -63
  617. package/lodash/lang.js +33 -33
  618. package/lodash/last.js +1 -1
  619. package/lodash/lastIndexOf.js +5 -5
  620. package/lodash/lodash.default.js +89 -89
  621. package/lodash/lodash.js +226 -226
  622. package/lodash/lowerCase.js +1 -1
  623. package/lodash/lowerFirst.js +1 -1
  624. package/lodash/lt.js +4 -4
  625. package/lodash/lte.js +1 -1
  626. package/lodash/map.js +4 -4
  627. package/lodash/mapKeys.js +4 -4
  628. package/lodash/mapValues.js +4 -4
  629. package/lodash/matches.js +1 -1
  630. package/lodash/matchesProperty.js +1 -1
  631. package/lodash/math.default.js +1 -1
  632. package/lodash/math.js +1 -1
  633. package/lodash/max.js +4 -4
  634. package/lodash/maxBy.js +4 -4
  635. package/lodash/mean.js +1 -1
  636. package/lodash/meanBy.js +1 -1
  637. package/lodash/memoize.js +1 -1
  638. package/lodash/merge.js +5 -5
  639. package/lodash/mergeWith.js +5 -5
  640. package/lodash/method.js +5 -5
  641. package/lodash/methodOf.js +5 -5
  642. package/lodash/min.js +5 -5
  643. package/lodash/minBy.js +5 -5
  644. package/lodash/mixin.js +11 -11
  645. package/lodash/multiply.js +1 -1
  646. package/lodash/negate.js +10 -13
  647. package/lodash/next.js +1 -1
  648. package/lodash/noop.js +1 -1
  649. package/lodash/now.js +1 -1
  650. package/lodash/nth.js +1 -1
  651. package/lodash/nthArg.js +5 -5
  652. package/lodash/number.default.js +1 -1
  653. package/lodash/number.js +1 -1
  654. package/lodash/object.default.js +53 -53
  655. package/lodash/object.js +26 -26
  656. package/lodash/omit.js +10 -10
  657. package/lodash/omitBy.js +1 -1
  658. package/lodash/once.js +1 -1
  659. package/lodash/orderBy.js +1 -1
  660. package/lodash/over.js +1 -1
  661. package/lodash/overArgs.js +11 -11
  662. package/lodash/overEvery.js +1 -1
  663. package/lodash/overSome.js +1 -1
  664. package/lodash/pad.js +4 -4
  665. package/lodash/padEnd.js +4 -4
  666. package/lodash/padStart.js +4 -4
  667. package/lodash/parseInt.js +1 -1
  668. package/lodash/partial.js +7 -7
  669. package/lodash/partialRight.js +7 -7
  670. package/lodash/partition.js +1 -1
  671. package/lodash/pick.js +5 -5
  672. package/lodash/pickBy.js +1 -1
  673. package/lodash/plant.js +1 -1
  674. package/lodash/property.js +5 -5
  675. package/lodash/propertyOf.js +1 -1
  676. package/lodash/pull.js +1 -1
  677. package/lodash/pullAll.js +1 -1
  678. package/lodash/pullAllBy.js +1 -1
  679. package/lodash/pullAllWith.js +1 -1
  680. package/lodash/pullAt.js +10 -10
  681. package/lodash/random.js +6 -6
  682. package/lodash/range.js +1 -1
  683. package/lodash/rangeRight.js +1 -1
  684. package/lodash/rearg.js +5 -5
  685. package/lodash/reduce.js +4 -4
  686. package/lodash/reduceRight.js +6 -6
  687. package/lodash/reject.js +6 -6
  688. package/lodash/remove.js +1 -1
  689. package/lodash/repeat.js +6 -6
  690. package/lodash/replace.js +1 -1
  691. package/lodash/rest.js +1 -1
  692. package/lodash/result.js +1 -1
  693. package/lodash/reverse.js +1 -1
  694. package/lodash/round.js +1 -1
  695. package/lodash/sample.js +1 -1
  696. package/lodash/sampleSize.js +6 -6
  697. package/lodash/seq.default.js +1 -1
  698. package/lodash/seq.js +1 -1
  699. package/lodash/set.js +1 -1
  700. package/lodash/setWith.js +1 -1
  701. package/lodash/shuffle.js +1 -1
  702. package/lodash/size.js +7 -7
  703. package/lodash/slice.js +4 -4
  704. package/lodash/snakeCase.js +1 -1
  705. package/lodash/some.js +7 -7
  706. package/lodash/sortBy.js +8 -8
  707. package/lodash/sortedIndex.js +1 -1
  708. package/lodash/sortedIndexBy.js +1 -1
  709. package/lodash/sortedIndexOf.js +1 -1
  710. package/lodash/sortedLastIndex.js +1 -1
  711. package/lodash/sortedLastIndexBy.js +1 -1
  712. package/lodash/sortedLastIndexOf.js +1 -1
  713. package/lodash/sortedUniq.js +1 -1
  714. package/lodash/sortedUniqBy.js +1 -1
  715. package/lodash/split.js +5 -5
  716. package/lodash/spread.js +8 -8
  717. package/lodash/startCase.js +5 -5
  718. package/lodash/startsWith.js +5 -5
  719. package/lodash/string.default.js +9 -9
  720. package/lodash/string.js +6 -6
  721. package/lodash/stubArray.js +1 -1
  722. package/lodash/stubFalse.js +1 -1
  723. package/lodash/stubObject.js +1 -1
  724. package/lodash/stubString.js +1 -1
  725. package/lodash/stubTrue.js +1 -1
  726. package/lodash/subtract.js +1 -1
  727. package/lodash/sum.js +1 -1
  728. package/lodash/sumBy.js +1 -1
  729. package/lodash/tail.js +1 -1
  730. package/lodash/take.js +1 -1
  731. package/lodash/takeRight.js +1 -1
  732. package/lodash/takeRightWhile.js +1 -1
  733. package/lodash/takeWhile.js +1 -1
  734. package/lodash/tap.js +1 -1
  735. package/lodash/template.js +17 -17
  736. package/lodash/templateSettings.js +9 -9
  737. package/lodash/throttle.js +1 -1
  738. package/lodash/thru.js +1 -1
  739. package/lodash/times.js +5 -5
  740. package/lodash/toArray.js +12 -12
  741. package/lodash/toFinite.js +1 -1
  742. package/lodash/toInteger.js +1 -1
  743. package/lodash/toIterator.js +1 -1
  744. package/lodash/toJSON.js +1 -1
  745. package/lodash/toLength.js +4 -4
  746. package/lodash/toLower.js +1 -1
  747. package/lodash/toNumber.js +8 -8
  748. package/lodash/toPairs.js +1 -1
  749. package/lodash/toPairsIn.js +1 -1
  750. package/lodash/toPath.js +5 -5
  751. package/lodash/toPlainObject.js +1 -1
  752. package/lodash/toSafeInteger.js +4 -4
  753. package/lodash/toString.js +1 -1
  754. package/lodash/toUpper.js +1 -1
  755. package/lodash/transform.js +13 -13
  756. package/lodash/trim.js +9 -9
  757. package/lodash/trimEnd.js +8 -8
  758. package/lodash/trimStart.js +5 -5
  759. package/lodash/truncate.js +14 -14
  760. package/lodash/unary.js +1 -1
  761. package/lodash/unescape.js +1 -1
  762. package/lodash/union.js +6 -6
  763. package/lodash/unionBy.js +7 -7
  764. package/lodash/unionWith.js +7 -7
  765. package/lodash/uniq.js +1 -1
  766. package/lodash/uniqBy.js +1 -1
  767. package/lodash/uniqWith.js +1 -1
  768. package/lodash/uniqueId.js +1 -1
  769. package/lodash/unset.js +1 -1
  770. package/lodash/unzip.js +6 -6
  771. package/lodash/unzipWith.js +5 -5
  772. package/lodash/update.js +4 -4
  773. package/lodash/updateWith.js +4 -4
  774. package/lodash/upperCase.js +1 -1
  775. package/lodash/upperFirst.js +1 -1
  776. package/lodash/util.default.js +17 -17
  777. package/lodash/util.js +10 -10
  778. package/lodash/value.js +1 -1
  779. package/lodash/valueOf.js +1 -1
  780. package/lodash/values.js +1 -1
  781. package/lodash/valuesIn.js +1 -1
  782. package/lodash/without.js +5 -5
  783. package/lodash/words.js +4 -4
  784. package/lodash/wrap.js +1 -1
  785. package/lodash/wrapperAt.js +1 -1
  786. package/lodash/wrapperChain.js +1 -1
  787. package/lodash/wrapperLodash.js +12 -12
  788. package/lodash/wrapperReverse.js +1 -1
  789. package/lodash/wrapperValue.js +1 -1
  790. package/lodash/xor.js +6 -6
  791. package/lodash/xorBy.js +7 -7
  792. package/lodash/xorWith.js +7 -7
  793. package/lodash/zip.js +1 -1
  794. package/lodash/zipObject.js +1 -1
  795. package/lodash/zipObjectDeep.js +4 -4
  796. package/lodash/zipWith.js +1 -1
  797. package/math/index.js +1 -1
  798. package/md5/index.js +1 -1
  799. package/mock/MockWebSocket.js +1 -1
  800. package/mock/MockXMLHttpRequest.js +1 -1
  801. package/mock/index.js +1 -1
  802. package/mousetrap/index.js +1 -1
  803. package/mousetrap/plugins/bind-dictionary/index.js +1 -1
  804. package/mousetrap/plugins/global-bind/index.js +1 -1
  805. package/mousetrap/plugins/index.js +1 -1
  806. package/mousetrap/plugins/pause/index.js +1 -1
  807. package/mousetrap/plugins/record/index.js +1 -1
  808. package/normalize-wheel/ExecutionEnvironment.js +2 -2
  809. package/normalize-wheel/UserAgent_DEPRECATED.js +1 -1
  810. package/normalize-wheel/index.js +1 -1
  811. package/normalize-wheel/isEventSupported.js +1 -1
  812. package/number-to-chinese/index.js +1 -1
  813. package/nzh/cn.js +1 -1
  814. package/nzh/hk.js +1 -1
  815. package/nzh/index.js +1 -1
  816. package/nzh/nzh.js +1 -1
  817. package/nzh/src/autoGet.js +1 -1
  818. package/nzh/src/index.js +1 -1
  819. package/nzh/src/langs/cn_b.js +1 -1
  820. package/nzh/src/langs/cn_s.js +1 -1
  821. package/nzh/src/langs/hk_b.js +1 -1
  822. package/nzh/src/langs/hk_s.js +1 -1
  823. package/nzh/src/utils.js +1 -1
  824. package/object/index.js +1 -1
  825. package/package.json +1 -1
  826. package/pinyin/index.js +1 -1
  827. package/pinyin/lib/common/constant.js +1 -1
  828. package/pinyin/lib/common/segmentit/AC.js +5 -2
  829. package/pinyin/lib/common/segmentit/TrieNode.js +7 -1
  830. package/pinyin/lib/common/segmentit/index.js +1 -1
  831. package/pinyin/lib/common/segmentit/max-probability.js +1 -1
  832. package/pinyin/lib/common/segmentit/min-tokenization.js +1 -1
  833. package/pinyin/lib/common/segmentit/reverse-max-match.js +1 -1
  834. package/pinyin/lib/common/utils.js +3 -1
  835. package/pinyin/lib/core/convert/index.js +1 -1
  836. package/pinyin/lib/core/custom/index.js +1 -1
  837. package/pinyin/lib/core/dict/index.js +1 -1
  838. package/pinyin/lib/core/html/index.js +1 -1
  839. package/pinyin/lib/core/match/index.js +1 -1
  840. package/pinyin/lib/core/pinyin/handle.js +1 -1
  841. package/pinyin/lib/core/pinyin/index.js +1 -1
  842. package/pinyin/lib/core/pinyin/middlewares.js +1 -1
  843. package/pinyin/lib/core/polyphonic/index.js +1 -1
  844. package/pinyin/lib/core/segment/index.js +1 -1
  845. package/pinyin/lib/core/segment/middlewares.js +14 -14
  846. package/pinyin/lib/core/traditional/index.js +1 -1
  847. package/pinyin/lib/data/dict1.js +1 -1
  848. package/pinyin/lib/data/dict2.js +1 -1
  849. package/pinyin/lib/data/dict3.js +1 -1
  850. package/pinyin/lib/data/dict4.js +1 -1
  851. package/pinyin/lib/data/dict5.js +1 -1
  852. package/pinyin/lib/data/special.js +1 -1
  853. package/pinyin/lib/data/surname.js +1 -1
  854. package/pinyin/lib/index.js +1 -1
  855. package/query-string/index.js +1 -1
  856. package/random/address.js +2 -2
  857. package/random/constellation.js +2 -2
  858. package/random/image.js +1 -1
  859. package/random/index.js +1 -1
  860. package/random/licensePlate.js +2 -2
  861. package/random/name.js +2 -2
  862. package/random/number.js +1 -1
  863. package/random/text.js +2 -2
  864. package/random/time.js +1 -1
  865. package/random/web.js +3 -3
  866. package/request/apiReplaceSegment.js +1 -1
  867. package/request/index.js +1 -1
  868. package/sanitize-url/index.js +1 -1
  869. package/screenfull/index.js +2 -2
  870. package/sleep/index.js +1 -1
  871. package/snapdom/index.browser.js +1 -1
  872. package/snapdom/index.js +1 -1
  873. package/snapdom/src/api/preCache.d.ts +1 -1
  874. package/snapdom/src/api/preCache.js +1 -1
  875. package/snapdom/src/api/snapdom.js +10 -3
  876. package/snapdom/src/core/cache.js +1 -1
  877. package/snapdom/src/core/capture.d.ts +2 -0
  878. package/snapdom/src/core/capture.js +110 -105
  879. package/snapdom/src/core/clone.js +1 -1
  880. package/snapdom/src/core/context.d.ts +2 -0
  881. package/snapdom/src/core/context.js +2 -1
  882. package/snapdom/src/core/plugins.js +1 -1
  883. package/snapdom/src/core/prepare.js +1 -1
  884. package/snapdom/src/exporters/download.js +2 -2
  885. package/snapdom/src/exporters/toBlob.js +1 -1
  886. package/snapdom/src/exporters/toCanvas.js +1 -1
  887. package/snapdom/src/exporters/toImg.js +1 -1
  888. package/snapdom/src/index.browser.js +1 -1
  889. package/snapdom/src/index.js +1 -1
  890. package/snapdom/src/modules/CSSVar.js +2 -2
  891. package/snapdom/src/modules/background.js +45 -36
  892. package/snapdom/src/modules/changeCSS.js +1 -1
  893. package/snapdom/src/modules/compress.d.ts +53 -0
  894. package/snapdom/src/modules/compress.js +118 -0
  895. package/snapdom/src/modules/counter.js +1 -1
  896. package/snapdom/src/modules/fonts.js +3 -3
  897. package/snapdom/src/modules/iconFonts.js +1 -1
  898. package/snapdom/src/modules/images.js +53 -47
  899. package/snapdom/src/modules/lineClamp.js +1 -1
  900. package/snapdom/src/modules/pictureResolver.js +1 -1
  901. package/snapdom/src/modules/pseudo.js +1 -1
  902. package/snapdom/src/modules/rasterize.js +1 -1
  903. package/snapdom/src/modules/snapFetch.js +1 -1
  904. package/snapdom/src/modules/styles.js +57 -50
  905. package/snapdom/src/modules/svgDefs.js +1 -1
  906. package/snapdom/src/utils/browser.js +1 -1
  907. package/snapdom/src/utils/capture.helpers.js +3 -3
  908. package/snapdom/src/utils/clone.helpers.js +1 -1
  909. package/snapdom/src/utils/css.d.ts +13 -1
  910. package/snapdom/src/utils/css.js +84 -49
  911. package/snapdom/src/utils/debug.js +1 -1
  912. package/snapdom/src/utils/helpers.js +1 -1
  913. package/snapdom/src/utils/image.js +1 -1
  914. package/snapdom/src/utils/index.d.ts +1 -1
  915. package/snapdom/src/utils/index.js +1 -1
  916. package/snapdom/src/utils/prepare.helpers.js +1 -1
  917. package/snapdom/src/utils/transforms.helpers.js +1 -1
  918. package/string/chars.js +1 -1
  919. package/string/index.d.ts +1 -1
  920. package/string/index.js +2 -2
  921. package/tinycolor/conversion.js +1 -1
  922. package/tinycolor/css-color-names.js +1 -1
  923. package/tinycolor/format-input.js +1 -1
  924. package/tinycolor/from-ratio.js +1 -1
  925. package/tinycolor/index.js +10 -1
  926. package/tinycolor/interfaces.js +1 -1
  927. package/tinycolor/public_api.js +1 -1
  928. package/tinycolor/random.js +1 -1
  929. package/tinycolor/readability.js +1 -1
  930. package/tinycolor/to-ms-filter.js +1 -1
  931. package/tinycolor/umd_api.js +1 -1
  932. package/tinycolor/utils.js +1 -1
  933. package/tree/index.js +1 -1
  934. package/tree/searchTree.js +1 -1
  935. package/tween/easing.js +1 -1
  936. package/tween/index.js +1 -1
  937. package/tween/tween.js +1 -1
  938. package/ui-color/compareColorByRange.js +1 -1
  939. package/ui-color/index.js +1 -1
  940. package/url-toolkit/index.js +1 -1
  941. package/validate/index.js +10 -1
  942. package/validate/interface.js +1 -1
  943. package/validate/locale/en-US.js +12 -12
  944. package/validate/locale/index.js +1 -1
  945. package/validate/locale/zh-CN.js +12 -12
  946. package/validate/rules/array.js +1 -1
  947. package/validate/rules/base.js +34 -25
  948. package/validate/rules/boolean.js +1 -1
  949. package/validate/rules/custom.js +1 -1
  950. package/validate/rules/number.js +1 -1
  951. package/validate/rules/object.js +1 -1
  952. package/validate/rules/string.js +1 -1
  953. package/validate/rules/type.js +14 -14
  954. package/version/index.js +1 -1
  955. package/xlsx/crc32.js +2 -2
  956. package/xlsx/index.js +1 -1
  957. package/xlsx/xlsx.js +16 -16
  958. package/.vite/license.md +0 -3
  959. package/.vite/manifest.json +0 -10603
  960. package/dom-align/LICENSE.md +0 -20
  961. package/dom-align/adjustForViewport.d.ts +0 -2
  962. package/dom-align/adjustForViewport.js +0 -13
  963. package/dom-align/align/align.d.ts +0 -15
  964. package/dom-align/align/align.js +0 -88
  965. package/dom-align/align/alignElement.d.ts +0 -16
  966. package/dom-align/align/alignElement.js +0 -18
  967. package/dom-align/align/alignPoint.d.ts +0 -14
  968. package/dom-align/align/alignPoint.js +0 -21
  969. package/dom-align/getAlignOffset.d.ts +0 -8
  970. package/dom-align/getAlignOffset.js +0 -12
  971. package/dom-align/getElFuturePos.d.ts +0 -5
  972. package/dom-align/getElFuturePos.js +0 -13
  973. package/dom-align/getOffsetParent.d.ts +0 -2
  974. package/dom-align/getOffsetParent.js +0 -14
  975. package/dom-align/getRegion.d.ts +0 -5
  976. package/dom-align/getRegion.js +0 -18
  977. package/dom-align/getVisibleRectForElement.d.ts +0 -10
  978. package/dom-align/getVisibleRectForElement.js +0 -34
  979. package/dom-align/index.d.ts +0 -4
  980. package/dom-align/index.js +0 -8
  981. package/dom-align/isAncestorFixed.d.ts +0 -1
  982. package/dom-align/isAncestorFixed.js +0 -13
  983. package/dom-align/propertyUtils.d.ts +0 -8
  984. package/dom-align/propertyUtils.js +0 -57
  985. package/dom-align/utils.d.ts +0 -28
  986. package/dom-align/utils.js +0 -220
  987. package/is/lib/isPort.js +0 -8
  988. package/snapdom/src/core/exporters.d.ts +0 -33
  989. /package/{constant → constants}/address.d.ts +0 -0
  990. /package/{constant → constants}/chineseCharacters.d.ts +0 -0
  991. /package/{constant → constants}/constellations.d.ts +0 -0
  992. /package/{constant → constants}/domain.d.ts +0 -0
  993. /package/{constant → constants}/identity.d.ts +0 -0
  994. /package/{constant → constants}/index.d.ts +0 -0
  995. /package/{constant → constants}/keyboardCode.d.ts +0 -0
  996. /package/{constant → constants}/licensePlate.d.ts +0 -0
  997. /package/{constant → constants}/name.d.ts +0 -0
  998. /package/{constant → constants}/platform.d.ts +0 -0
  999. /package/{constant → constants}/protocol.d.ts +0 -0
  1000. /package/{constant → constants}/string.d.ts +0 -0
  1001. /package/{constant → constants}/ui.d.ts +0 -0
  1002. /package/is/{lib → libs}/isAscii.d.ts +0 -0
  1003. /package/is/{lib → libs}/isBase64.d.ts +0 -0
  1004. /package/is/{lib → libs}/isChinese.d.ts +0 -0
  1005. /package/is/{lib → libs}/isDataURI.d.ts +0 -0
  1006. /package/is/{lib → libs}/isEmail.d.ts +0 -0
  1007. /package/is/{lib → libs}/isFQDN.d.ts +0 -0
  1008. /package/is/{lib → libs}/isFullWidth.d.ts +0 -0
  1009. /package/is/{lib → libs}/isHSL.d.ts +0 -0
  1010. /package/is/{lib → libs}/isHalfWidth.d.ts +0 -0
  1011. /package/is/{lib → libs}/isHash.d.ts +0 -0
  1012. /package/is/{lib → libs}/isHexColor.d.ts +0 -0
  1013. /package/is/{lib → libs}/isIMEI.d.ts +0 -0
  1014. /package/is/{lib → libs}/isIP.d.ts +0 -0
  1015. /package/is/{lib → libs}/isIPRange.d.ts +0 -0
  1016. /package/is/{lib → libs}/isIdentityCard.d.ts +0 -0
  1017. /package/is/{lib → libs}/isJWT.d.ts +0 -0
  1018. /package/is/{lib → libs}/isMACAddress.d.ts +0 -0
  1019. /package/is/{lib → libs}/isMD5.d.ts +0 -0
  1020. /package/is/{lib → libs}/isMimeType.d.ts +0 -0
  1021. /package/is/{lib → libs}/isMobilePhone.d.ts +0 -0
  1022. /package/is/{lib → libs}/isOctal.d.ts +0 -0
  1023. /package/is/{lib → libs}/isPort.d.ts +0 -0
  1024. /package/is/{lib → libs}/isRgbColor.d.ts +0 -0
  1025. /package/is/{lib → libs}/isSemVer.d.ts +0 -0
  1026. /package/is/{lib → libs}/isSlug.d.ts +0 -0
  1027. /package/is/{lib → libs}/isStrongPassword.d.ts +0 -0
  1028. /package/is/{lib → libs}/isURL.d.ts +0 -0
  1029. /package/is/{lib → libs}/isUUID.d.ts +0 -0
  1030. /package/is/{lib → libs}/isVariableWidth.d.ts +0 -0
package/lodash/index.js CHANGED
@@ -1,230 +1,230 @@
1
- /* 潘启宝 2026-06-17 16:04:10 星期三 山东省济南市 */
2
- import ee from "./isObject.js";
3
- import te from "./isFunction.js";
4
- import e from "./eq.js";
5
- import t from "./isObjectLike.js";
6
- import ne from "./isArguments.js";
7
- import re from "./isArray.js";
8
- import ie from "./stubFalse.js";
9
- import ae from "./isBuffer.js";
10
- import oe from "./isLength.js";
11
- import se from "./isTypedArray.js";
12
- import ce from "./isArrayLike.js";
13
- import le from "./keys.js";
14
- import ue from "./keysIn.js";
15
- import de from "./isSymbol.js";
16
- import fe from "./memoize.js";
17
- import n from "./toString.js";
18
- import r from "./get.js";
19
- import i from "./stubArray.js";
20
- import a from "./isMap.js";
21
- import o from "./isSet.js";
22
- import s from "./toNumber.js";
23
- import c from "./toFinite.js";
24
- import l from "./toInteger.js";
25
- import u from "./toLength.js";
26
- import d from "./last.js";
27
- import f from "./hasIn.js";
28
- import p from "./identity.js";
29
- import m from "./property.js";
30
- import h from "./isArrayLikeObject.js";
31
- import g from "./isPlainObject.js";
32
- import _ from "./toPlainObject.js";
33
- import v from "./constant.js";
34
- import y from "./values.js";
35
- import b from "./noop.js";
36
- import x from "./deburr.js";
37
- import S from "./words.js";
38
- import C from "./wrapperLodash.js";
39
- import w from "./flatten.js";
40
- import T from "./add.js";
41
- import E from "./after.js";
42
- import D from "./chunk.js";
43
- import O from "./compact.js";
44
- import k from "./concat.js";
45
- import A from "./difference.js";
46
- import j from "./differenceBy.js";
47
- import M from "./differenceWith.js";
48
- import N from "./drop.js";
49
- import P from "./dropRight.js";
50
- import F from "./dropRightWhile.js";
51
- import I from "./dropWhile.js";
52
- import L from "./fill.js";
53
- import R from "./findIndex.js";
54
- import z from "./findLastIndex.js";
55
- import B from "./head.js";
56
- import V from "./flattenDeep.js";
57
- import pe from "./flattenDepth.js";
58
- import me from "./fromPairs.js";
59
- import he from "./indexOf.js";
60
- import ge from "./initial.js";
61
- import _e from "./intersection.js";
62
- import ve from "./intersectionBy.js";
63
- import ye from "./intersectionWith.js";
64
- import be from "./join.js";
65
- import xe from "./lastIndexOf.js";
66
- import Se from "./nth.js";
67
- import Ce from "./pullAll.js";
68
- import we from "./pull.js";
69
- import Te from "./pullAllBy.js";
70
- import Ee from "./pullAllWith.js";
71
- import De from "./pullAt.js";
72
- import Oe from "./remove.js";
73
- import ke from "./reverse.js";
74
- import Ae from "./slice.js";
75
- import je from "./sortedIndex.js";
76
- import Me from "./sortedIndexBy.js";
77
- import Ne from "./sortedIndexOf.js";
78
- import Pe from "./sortedLastIndex.js";
79
- import Fe from "./sortedLastIndexBy.js";
80
- import Ie from "./sortedLastIndexOf.js";
81
- import Le from "./sortedUniq.js";
82
- import Re from "./sortedUniqBy.js";
83
- import ze from "./tail.js";
84
- import Be from "./take.js";
85
- import Ve from "./takeRight.js";
86
- import He from "./takeRightWhile.js";
87
- import Ue from "./takeWhile.js";
88
- import We from "./union.js";
89
- import Ge from "./unionBy.js";
90
- import Ke from "./unionWith.js";
91
- import qe from "./uniq.js";
92
- import Je from "./uniqBy.js";
93
- import Ye from "./uniqWith.js";
94
- import Xe from "./unzip.js";
95
- import Ze from "./unzipWith.js";
96
- import Qe from "./without.js";
97
- import $e from "./xor.js";
98
- import et from "./xorBy.js";
99
- import tt from "./xorWith.js";
100
- import nt from "./zip.js";
101
- import rt from "./zipObject.js";
102
- import it from "./zipObjectDeep.js";
103
- import at from "./zipWith.js";
104
- import ot from "./ary.js";
105
- import st from "./assign.js";
106
- import H from "./assignIn.js";
107
- import U from "./assignInWith.js";
108
- import ct from "./assignWith.js";
109
- import lt from "./at.js";
110
- import ut from "./isError.js";
111
- import dt from "./attempt.js";
112
- import ft from "./before.js";
113
- import pt from "./bind.js";
114
- import mt from "./bindAll.js";
115
- import ht from "./bindKey.js";
116
- import gt from "./upperFirst.js";
117
- import _t from "./capitalize.js";
118
- import vt from "./camelCase.js";
119
- import yt from "./castArray.js";
120
- import bt from "./ceil.js";
121
- import xt from "./chain.js";
122
- import St from "./clamp.js";
123
- import Ct from "./clone.js";
124
- import wt from "./cloneDeep.js";
125
- import Tt from "./cloneDeepWith.js";
126
- import Et from "./cloneWith.js";
127
- import Dt from "./countBy.js";
1
+ /* 潘启宝 2026-06-26 17:14:46 星期五 山东省济南市 */
2
+ import ee from "./isObjectLike.js";
3
+ import te from "./isSymbol.js";
4
+ import ne from "./isArray.js";
5
+ import e from "./add.js";
6
+ import t from "./isObject.js";
7
+ import re from "./toNumber.js";
8
+ import ie from "./toFinite.js";
9
+ import ae from "./toInteger.js";
10
+ import oe from "./after.js";
11
+ import se from "./identity.js";
12
+ import ce from "./isFunction.js";
13
+ import le from "./noop.js";
14
+ import n from "./wrapperLodash.js";
15
+ import ue from "./constant.js";
16
+ import de from "./ary.js";
17
+ import r from "./eq.js";
18
+ import i from "./isLength.js";
19
+ import a from "./isArrayLike.js";
20
+ import o from "./isArguments.js";
21
+ import s from "./stubFalse.js";
22
+ import c from "./isBuffer.js";
23
+ import l from "./isTypedArray.js";
24
+ import u from "./keys.js";
25
+ import d from "./assign.js";
26
+ import f from "./keysIn.js";
27
+ import p from "./assignIn.js";
28
+ import m from "./assignInWith.js";
29
+ import h from "./assignWith.js";
30
+ import g from "./memoize.js";
31
+ import _ from "./toString.js";
32
+ import v from "./get.js";
33
+ import y from "./flatten.js";
34
+ import b from "./at.js";
35
+ import x from "./isPlainObject.js";
36
+ import S from "./isError.js";
37
+ import C from "./attempt.js";
38
+ import w from "./before.js";
39
+ import T from "./bind.js";
40
+ import E from "./bindAll.js";
41
+ import D from "./bindKey.js";
42
+ import O from "./upperFirst.js";
43
+ import k from "./capitalize.js";
44
+ import A from "./deburr.js";
45
+ import j from "./words.js";
46
+ import M from "./camelCase.js";
47
+ import N from "./castArray.js";
48
+ import P from "./ceil.js";
49
+ import F from "./chain.js";
50
+ import I from "./chunk.js";
51
+ import L from "./clamp.js";
52
+ import R from "./stubArray.js";
53
+ import z from "./isMap.js";
54
+ import B from "./isSet.js";
55
+ import V from "./clone.js";
56
+ import H from "./cloneDeep.js";
57
+ import fe from "./cloneDeepWith.js";
58
+ import pe from "./cloneWith.js";
59
+ import U from "./commit.js";
60
+ import me from "./compact.js";
61
+ import he from "./concat.js";
62
+ import ge from "./hasIn.js";
63
+ import _e from "./property.js";
64
+ import ve from "./cond.js";
65
+ import ye from "./conforms.js";
66
+ import be from "./conformsTo.js";
67
+ import xe from "./countBy.js";
68
+ import Se from "./create.js";
69
+ import Ce from "./curry.js";
70
+ import we from "./curryRight.js";
71
+ import Te from "./now.js";
72
+ import Ee from "./debounce.js";
73
+ import De from "./defaults.js";
74
+ import Oe from "./isArrayLikeObject.js";
75
+ import ke from "./toPlainObject.js";
76
+ import Ae from "./mergeWith.js";
77
+ import je from "./defaultsDeep.js";
78
+ import Me from "./defaultTo.js";
79
+ import Ne from "./defer.js";
80
+ import Pe from "./delay.js";
81
+ import Fe from "./difference.js";
82
+ import Ie from "./last.js";
83
+ import Le from "./differenceBy.js";
84
+ import Re from "./differenceWith.js";
85
+ import ze from "./divide.js";
86
+ import Be from "./drop.js";
87
+ import Ve from "./dropRight.js";
88
+ import He from "./dropRightWhile.js";
89
+ import Ue from "./dropWhile.js";
128
90
  import W from "./forEach.js";
129
91
  import G from "./forEachRight.js";
130
- import Ot from "./every.js";
131
- import kt from "./filter.js";
132
- import At from "./find.js";
133
- import jt from "./findLast.js";
134
- import Mt from "./map.js";
135
- import Nt from "./flatMap.js";
136
- import Pt from "./flatMapDeep.js";
137
- import Ft from "./flatMapDepth.js";
138
- import It from "./groupBy.js";
139
- import Lt from "./isString.js";
140
- import Rt from "./includes.js";
141
- import zt from "./invokeMap.js";
142
- import Bt from "./keyBy.js";
143
- import Vt from "./orderBy.js";
144
- import Ht from "./partition.js";
145
- import Ut from "./reduce.js";
146
- import Wt from "./reduceRight.js";
147
- import Gt from "./negate.js";
148
- import Kt from "./reject.js";
149
- import qt from "./sample.js";
150
- import Jt from "./sampleSize.js";
151
- import Yt from "./shuffle.js";
152
- import Xt from "./size.js";
153
- import Zt from "./some.js";
154
- import Qt from "./sortBy.js";
155
- import K from "./commit.js";
156
- import $t from "./cond.js";
157
- import en from "./conforms.js";
158
- import tn from "./conformsTo.js";
159
- import nn from "./create.js";
160
- import rn from "./curry.js";
161
- import an from "./curryRight.js";
162
- import on from "./now.js";
163
- import sn from "./debounce.js";
164
- import cn from "./defaultTo.js";
165
- import ln from "./defaults.js";
166
- import un from "./mergeWith.js";
167
- import dn from "./defaultsDeep.js";
168
- import fn from "./defer.js";
169
- import pn from "./delay.js";
170
- import q from "./divide.js";
171
- import mn from "./endsWith.js";
172
- import J from "./toPairs.js";
173
- import Y from "./toPairsIn.js";
174
- import hn from "./escape.js";
175
- import gn from "./escapeRegExp.js";
176
- import _n from "./findKey.js";
177
- import vn from "./findLastKey.js";
178
- import yn from "./flip.js";
179
- import bn from "./floor.js";
180
- import xn from "./flow.js";
181
- import Sn from "./flowRight.js";
182
- import Cn from "./forIn.js";
183
- import wn from "./forInRight.js";
184
- import Tn from "./forOwn.js";
185
- import En from "./forOwnRight.js";
186
- import Dn from "./once.js";
187
- import On from "./overArgs.js";
188
- import kn from "./partial.js";
189
- import An from "./partialRight.js";
190
- import jn from "./rearg.js";
191
- import Mn from "./rest.js";
192
- import Nn from "./spread.js";
193
- import Pn from "./throttle.js";
194
- import Fn from "./unary.js";
195
- import In from "./wrap.js";
196
- import Ln from "./functions.js";
197
- import Rn from "./functionsIn.js";
198
- import zn from "./gt.js";
199
- import Bn from "./gte.js";
200
- import Vn from "./has.js";
201
- import Hn from "./inRange.js";
202
- import Un from "./invert.js";
203
- import Wn from "./invertBy.js";
204
- import Gn from "./invoke.js";
205
- import Kn from "./isArrayBuffer.js";
206
- import qn from "./isBoolean.js";
207
- import Jn from "./isDate.js";
208
- import Yn from "./isElement.js";
209
- import Xn from "./isEmpty.js";
210
- import Zn from "./isEqual.js";
211
- import Qn from "./isEqualWith.js";
212
- import $n from "./isFinite.js";
213
- import er from "./isInteger.js";
214
- import tr from "./isMatch.js";
215
- import nr from "./isMatchWith.js";
216
- import rr from "./isNumber.js";
217
- import ir from "./isNaN.js";
218
- import ar from "./isNative.js";
219
- import or from "./isNil.js";
220
- import sr from "./isNull.js";
221
- import cr from "./isRegExp.js";
222
- import lr from "./isSafeInteger.js";
223
- import ur from "./isUndefined.js";
224
- import dr from "./isWeakMap.js";
225
- import fr from "./isWeakSet.js";
226
- import pr from "./iteratee.js";
227
- import mr from "./kebabCase.js";
92
+ import We from "./endsWith.js";
93
+ import K from "./toPairs.js";
94
+ import q from "./toPairsIn.js";
95
+ import Ge from "./escape.js";
96
+ import Ke from "./escapeRegExp.js";
97
+ import qe from "./every.js";
98
+ import Je from "./toLength.js";
99
+ import Ye from "./fill.js";
100
+ import Xe from "./filter.js";
101
+ import Ze from "./findIndex.js";
102
+ import Qe from "./find.js";
103
+ import $e from "./findKey.js";
104
+ import et from "./findLastIndex.js";
105
+ import tt from "./findLast.js";
106
+ import nt from "./findLastKey.js";
107
+ import J from "./head.js";
108
+ import rt from "./map.js";
109
+ import it from "./flatMap.js";
110
+ import at from "./flatMapDeep.js";
111
+ import ot from "./flatMapDepth.js";
112
+ import st from "./flattenDeep.js";
113
+ import ct from "./flattenDepth.js";
114
+ import lt from "./flip.js";
115
+ import ut from "./floor.js";
116
+ import dt from "./flow.js";
117
+ import ft from "./flowRight.js";
118
+ import pt from "./forIn.js";
119
+ import mt from "./forInRight.js";
120
+ import ht from "./forOwn.js";
121
+ import gt from "./forOwnRight.js";
122
+ import _t from "./fromPairs.js";
123
+ import vt from "./functions.js";
124
+ import yt from "./functionsIn.js";
125
+ import bt from "./groupBy.js";
126
+ import xt from "./gt.js";
127
+ import St from "./gte.js";
128
+ import Ct from "./has.js";
129
+ import wt from "./isString.js";
130
+ import Tt from "./values.js";
131
+ import Et from "./includes.js";
132
+ import Dt from "./indexOf.js";
133
+ import Ot from "./initial.js";
134
+ import kt from "./inRange.js";
135
+ import At from "./intersection.js";
136
+ import jt from "./intersectionBy.js";
137
+ import Mt from "./intersectionWith.js";
138
+ import Nt from "./invert.js";
139
+ import Pt from "./invertBy.js";
140
+ import Ft from "./invoke.js";
141
+ import It from "./invokeMap.js";
142
+ import Lt from "./isArrayBuffer.js";
143
+ import Rt from "./isBoolean.js";
144
+ import zt from "./isDate.js";
145
+ import Bt from "./isElement.js";
146
+ import Vt from "./isEmpty.js";
147
+ import Ht from "./isEqual.js";
148
+ import Ut from "./isEqualWith.js";
149
+ import Wt from "./isFinite.js";
150
+ import Gt from "./isInteger.js";
151
+ import Kt from "./isMatch.js";
152
+ import qt from "./isMatchWith.js";
153
+ import Jt from "./isNumber.js";
154
+ import Yt from "./isNaN.js";
155
+ import Xt from "./isNative.js";
156
+ import Zt from "./isNil.js";
157
+ import Qt from "./isNull.js";
158
+ import $t from "./isRegExp.js";
159
+ import en from "./isSafeInteger.js";
160
+ import tn from "./isUndefined.js";
161
+ import nn from "./isWeakMap.js";
162
+ import rn from "./isWeakSet.js";
163
+ import an from "./iteratee.js";
164
+ import on from "./join.js";
165
+ import sn from "./kebabCase.js";
166
+ import cn from "./keyBy.js";
167
+ import ln from "./lastIndexOf.js";
168
+ import un from "./nth.js";
169
+ import dn from "./pullAll.js";
170
+ import Y from "./pull.js";
171
+ import fn from "./pullAllBy.js";
172
+ import pn from "./pullAllWith.js";
173
+ import mn from "./pullAt.js";
174
+ import hn from "./remove.js";
175
+ import gn from "./reverse.js";
176
+ import _n from "./slice.js";
177
+ import vn from "./sortedIndex.js";
178
+ import yn from "./sortedIndexBy.js";
179
+ import bn from "./sortedIndexOf.js";
180
+ import xn from "./sortedLastIndex.js";
181
+ import Sn from "./sortedLastIndexBy.js";
182
+ import Cn from "./sortedLastIndexOf.js";
183
+ import wn from "./sortedUniq.js";
184
+ import Tn from "./sortedUniqBy.js";
185
+ import En from "./tail.js";
186
+ import Dn from "./take.js";
187
+ import On from "./takeRight.js";
188
+ import kn from "./takeRightWhile.js";
189
+ import An from "./takeWhile.js";
190
+ import jn from "./union.js";
191
+ import Mn from "./unionBy.js";
192
+ import Nn from "./unionWith.js";
193
+ import Pn from "./uniq.js";
194
+ import Fn from "./uniqBy.js";
195
+ import In from "./uniqWith.js";
196
+ import Ln from "./unzip.js";
197
+ import Rn from "./unzipWith.js";
198
+ import zn from "./without.js";
199
+ import Bn from "./xor.js";
200
+ import Vn from "./xorBy.js";
201
+ import Hn from "./xorWith.js";
202
+ import Un from "./zip.js";
203
+ import Wn from "./zipObject.js";
204
+ import Gn from "./zipObjectDeep.js";
205
+ import Kn from "./zipWith.js";
206
+ import qn from "./orderBy.js";
207
+ import Jn from "./partition.js";
208
+ import Yn from "./reduce.js";
209
+ import Xn from "./reduceRight.js";
210
+ import Zn from "./negate.js";
211
+ import Qn from "./reject.js";
212
+ import $n from "./sample.js";
213
+ import er from "./sampleSize.js";
214
+ import tr from "./shuffle.js";
215
+ import nr from "./size.js";
216
+ import rr from "./some.js";
217
+ import ir from "./sortBy.js";
218
+ import ar from "./once.js";
219
+ import or from "./overArgs.js";
220
+ import sr from "./partial.js";
221
+ import cr from "./partialRight.js";
222
+ import lr from "./rearg.js";
223
+ import ur from "./rest.js";
224
+ import dr from "./spread.js";
225
+ import fr from "./throttle.js";
226
+ import pr from "./unary.js";
227
+ import mr from "./wrap.js";
228
228
  import hr from "./lt.js";
229
229
  import gr from "./lte.js";
230
230
  import _r from "./toArray.js";
@@ -308,5 +308,5 @@ import Ii from "./uniqueId.js";
308
308
  import Li from "./lodash.default.js";
309
309
  import "./lodash.js";
310
310
  import Ri from "./isPromise.js";
311
- export { T as add, E as after, ot as ary, st as assign, H as assignIn, U as assignInWith, ct as assignWith, lt as at, dt as attempt, ft as before, pt as bind, mt as bindAll, ht as bindKey, vt as camelCase, _t as capitalize, yt as castArray, bt as ceil, xt as chain, D as chunk, St as clamp, Ct as clone, wt as cloneDeep, Tt as cloneDeepWith, Et as cloneWith, K as commit, O as compact, k as concat, $t as cond, en as conforms, tn as conformsTo, v as constant, Dt as countBy, nn as create, rn as curry, an as curryRight, sn as debounce, x as deburr, Li as default, cn as defaultTo, ln as defaults, dn as defaultsDeep, fn as defer, pn as delay, A as difference, j as differenceBy, M as differenceWith, q as divide, N as drop, P as dropRight, F as dropRightWhile, I as dropWhile, W as each, G as eachRight, mn as endsWith, J as entries, Y as entriesIn, e as eq, hn as escape, gn as escapeRegExp, Ot as every, H as extend, U as extendWith, L as fill, kt as filter, At as find, R as findIndex, _n as findKey, jt as findLast, z as findLastIndex, vn as findLastKey, B as first, Nt as flatMap, Pt as flatMapDeep, Ft as flatMapDepth, w as flatten, V as flattenDeep, pe as flattenDepth, yn as flip, bn as floor, xn as flow, Sn as flowRight, W as forEach, G as forEachRight, Cn as forIn, wn as forInRight, Tn as forOwn, En as forOwnRight, me as fromPairs, Ln as functions, Rn as functionsIn, r as get, It as groupBy, zn as gt, Bn as gte, Vn as has, f as hasIn, B as head, p as identity, Hn as inRange, Rt as includes, he as indexOf, ge as initial, _e as intersection, ve as intersectionBy, ye as intersectionWith, Un as invert, Wn as invertBy, Gn as invoke, zt as invokeMap, ne as isArguments, re as isArray, Kn as isArrayBuffer, ce as isArrayLike, h as isArrayLikeObject, qn as isBoolean, ae as isBuffer, Jn as isDate, Yn as isElement, Xn as isEmpty, Zn as isEqual, Qn as isEqualWith, ut as isError, $n as isFinite, te as isFunction, er as isInteger, oe as isLength, a as isMap, tr as isMatch, nr as isMatchWith, ir as isNaN, ar as isNative, or as isNil, sr as isNull, rr as isNumber, ee as isObject, t as isObjectLike, g as isPlainObject, Ri as isPromise, cr as isRegExp, lr as isSafeInteger, o as isSet, Lt as isString, de as isSymbol, se as isTypedArray, ur as isUndefined, dr as isWeakMap, fr as isWeakSet, pr as iteratee, be as join, mr as kebabCase, Bt as keyBy, le as keys, ue as keysIn, d as last, xe as lastIndexOf, C as lodash, Qr as lowerCase, $r as lowerFirst, hr as lt, gr as lte, Mt as map, Mr as mapKeys, Nr as mapValues, bi as matches, xi as matchesProperty, yr as max, br as maxBy, xr as mean, Sr as meanBy, fe as memoize, Pr as merge, un as mergeWith, Si as method, Ci as methodOf, Cr as min, wr as minBy, Ar as mixin, Tr as multiply, Gt as negate, X as next, b as noop, on as now, Se as nth, wi as nthArg, Fr as omit, Lr as omitBy, Dn as once, Vt as orderBy, Ti as over, On as overArgs, Ei as overEvery, Di as overSome, ei as pad, ti as padEnd, ni as padStart, ri as parseInt, kn as partial, An as partialRight, Ht as partition, Rr as pick, Ir as pickBy, Z as plant, m as property, Oi as propertyOf, we as pull, Ce as pullAll, Te as pullAllBy, Ee as pullAllWith, De as pullAt, jr as random, ki as range, Ai as rangeRight, jn as rearg, Ut as reduce, Wt as reduceRight, Kt as reject, Oe as remove, ii as repeat, ai as replace, Mn as rest, zr as result, ke as reverse, Er as round, qt as sample, Jt as sampleSize, Br as set, Vr as setWith, Yt as shuffle, Xt as size, Ae as slice, oi as snakeCase, Zt as some, Qt as sortBy, je as sortedIndex, Me as sortedIndexBy, Ne as sortedIndexOf, Pe as sortedLastIndex, Fe as sortedLastIndexBy, Ie as sortedLastIndexOf, Le as sortedUniq, Re as sortedUniqBy, si as split, Nn as spread, ci as startCase, li as startsWith, i as stubArray, ie as stubFalse, ji as stubObject, Mi as stubString, Ni as stubTrue, Dr as subtract, Or as sum, kr as sumBy, ze as tail, Be as take, Ve as takeRight, He as takeRightWhile, Ue as takeWhile, Xr as tap, di as template, ui as templateSettings, Pn as throttle, qr as thru, Pi as times, _r as toArray, c as toFinite, l as toInteger, Q as toIterator, $ as toJSON, u as toLength, fi as toLower, s as toNumber, J as toPairs, Y as toPairsIn, Fi as toPath, _ as toPlainObject, vr as toSafeInteger, n as toString, pi as toUpper, Hr as transform, mi as trim, hi as trimEnd, gi as trimStart, _i as truncate, Fn as unary, vi as unescape, We as union, Ge as unionBy, Ke as unionWith, qe as uniq, Je as uniqBy, Ye as uniqWith, Ii as uniqueId, Ur as unset, Xe as unzip, Ze as unzipWith, Wr as update, Gr as updateWith, yi as upperCase, gt as upperFirst, $ as value, $ as valueOf, y as values, Kr as valuesIn, Qe as without, S as words, In as wrap, Jr as wrapperAt, Zr as wrapperChain, K as wrapperCommit, C as wrapperLodash, X as wrapperNext, Z as wrapperPlant, Yr as wrapperReverse, Q as wrapperToIterator, $ as wrapperValue, $e as xor, et as xorBy, tt as xorWith, nt as zip, rt as zipObject, it as zipObjectDeep, at as zipWith };
311
+ export { e as add, oe as after, de as ary, d as assign, p as assignIn, m as assignInWith, h as assignWith, b as at, C as attempt, w as before, T as bind, E as bindAll, D as bindKey, M as camelCase, k as capitalize, N as castArray, P as ceil, F as chain, I as chunk, L as clamp, V as clone, H as cloneDeep, fe as cloneDeepWith, pe as cloneWith, U as commit, me as compact, he as concat, ve as cond, ye as conforms, be as conformsTo, ue as constant, xe as countBy, Se as create, Ce as curry, we as curryRight, Ee as debounce, A as deburr, Li as default, Me as defaultTo, De as defaults, je as defaultsDeep, Ne as defer, Pe as delay, Fe as difference, Le as differenceBy, Re as differenceWith, ze as divide, Be as drop, Ve as dropRight, He as dropRightWhile, Ue as dropWhile, W as each, G as eachRight, We as endsWith, K as entries, q as entriesIn, r as eq, Ge as escape, Ke as escapeRegExp, qe as every, p as extend, m as extendWith, Ye as fill, Xe as filter, Qe as find, Ze as findIndex, $e as findKey, tt as findLast, et as findLastIndex, nt as findLastKey, J as first, it as flatMap, at as flatMapDeep, ot as flatMapDepth, y as flatten, st as flattenDeep, ct as flattenDepth, lt as flip, ut as floor, dt as flow, ft as flowRight, W as forEach, G as forEachRight, pt as forIn, mt as forInRight, ht as forOwn, gt as forOwnRight, _t as fromPairs, vt as functions, yt as functionsIn, v as get, bt as groupBy, xt as gt, St as gte, Ct as has, ge as hasIn, J as head, se as identity, kt as inRange, Et as includes, Dt as indexOf, Ot as initial, At as intersection, jt as intersectionBy, Mt as intersectionWith, Nt as invert, Pt as invertBy, Ft as invoke, It as invokeMap, o as isArguments, ne as isArray, Lt as isArrayBuffer, a as isArrayLike, Oe as isArrayLikeObject, Rt as isBoolean, c as isBuffer, zt as isDate, Bt as isElement, Vt as isEmpty, Ht as isEqual, Ut as isEqualWith, S as isError, Wt as isFinite, ce as isFunction, Gt as isInteger, i as isLength, z as isMap, Kt as isMatch, qt as isMatchWith, Yt as isNaN, Xt as isNative, Zt as isNil, Qt as isNull, Jt as isNumber, t as isObject, ee as isObjectLike, x as isPlainObject, Ri as isPromise, $t as isRegExp, en as isSafeInteger, B as isSet, wt as isString, te as isSymbol, l as isTypedArray, tn as isUndefined, nn as isWeakMap, rn as isWeakSet, an as iteratee, on as join, sn as kebabCase, cn as keyBy, u as keys, f as keysIn, Ie as last, ln as lastIndexOf, n as lodash, Qr as lowerCase, $r as lowerFirst, hr as lt, gr as lte, rt as map, Mr as mapKeys, Nr as mapValues, bi as matches, xi as matchesProperty, yr as max, br as maxBy, xr as mean, Sr as meanBy, g as memoize, Pr as merge, Ae as mergeWith, Si as method, Ci as methodOf, Cr as min, wr as minBy, Ar as mixin, Tr as multiply, Zn as negate, X as next, le as noop, Te as now, un as nth, wi as nthArg, Fr as omit, Lr as omitBy, ar as once, qn as orderBy, Ti as over, or as overArgs, Ei as overEvery, Di as overSome, ei as pad, ti as padEnd, ni as padStart, ri as parseInt, sr as partial, cr as partialRight, Jn as partition, Rr as pick, Ir as pickBy, Z as plant, _e as property, Oi as propertyOf, Y as pull, dn as pullAll, fn as pullAllBy, pn as pullAllWith, mn as pullAt, jr as random, ki as range, Ai as rangeRight, lr as rearg, Yn as reduce, Xn as reduceRight, Qn as reject, hn as remove, ii as repeat, ai as replace, ur as rest, zr as result, gn as reverse, Er as round, $n as sample, er as sampleSize, Br as set, Vr as setWith, tr as shuffle, nr as size, _n as slice, oi as snakeCase, rr as some, ir as sortBy, vn as sortedIndex, yn as sortedIndexBy, bn as sortedIndexOf, xn as sortedLastIndex, Sn as sortedLastIndexBy, Cn as sortedLastIndexOf, wn as sortedUniq, Tn as sortedUniqBy, si as split, dr as spread, ci as startCase, li as startsWith, R as stubArray, s as stubFalse, ji as stubObject, Mi as stubString, Ni as stubTrue, Dr as subtract, Or as sum, kr as sumBy, En as tail, Dn as take, On as takeRight, kn as takeRightWhile, An as takeWhile, Xr as tap, di as template, ui as templateSettings, fr as throttle, qr as thru, Pi as times, _r as toArray, ie as toFinite, ae as toInteger, Q as toIterator, $ as toJSON, Je as toLength, fi as toLower, re as toNumber, K as toPairs, q as toPairsIn, Fi as toPath, ke as toPlainObject, vr as toSafeInteger, _ as toString, pi as toUpper, Hr as transform, mi as trim, hi as trimEnd, gi as trimStart, _i as truncate, pr as unary, vi as unescape, jn as union, Mn as unionBy, Nn as unionWith, Pn as uniq, Fn as uniqBy, In as uniqWith, Ii as uniqueId, Ur as unset, Ln as unzip, Rn as unzipWith, Wr as update, Gr as updateWith, yi as upperCase, O as upperFirst, $ as value, $ as valueOf, Tt as values, Kr as valuesIn, zn as without, j as words, mr as wrap, Jr as wrapperAt, Zr as wrapperChain, U as wrapperCommit, n as wrapperLodash, X as wrapperNext, Z as wrapperPlant, Yr as wrapperReverse, Q as wrapperToIterator, $ as wrapperValue, Bn as xor, Vn as xorBy, Hn as xorWith, Un as zip, Wn as zipObject, Gn as zipObjectDeep, Kn as zipWith };
312
312
  /* 独立思考,明辨是非 */
package/lodash/indexOf.js CHANGED
@@ -1,13 +1,13 @@
1
- /* 潘启宝 2026-06-17 16:04:10 星期三 山东省济南市 */
2
- import e from "./_baseIndexOf.js";
3
- import t from "./toInteger.js";
1
+ /* 潘启宝 2026-06-26 17:14:46 星期五 山东省济南市 */
2
+ import e from "./toInteger.js";
3
+ import t from "./_baseIndexOf.js";
4
4
  //#region utils/lodash/indexOf.js
5
5
  var n = Math.max;
6
6
  function r(r, i, a) {
7
7
  var o = r == null ? 0 : r.length;
8
8
  if (!o) return -1;
9
- var s = a == null ? 0 : t(a);
10
- return s < 0 && (s = n(o + s, 0)), e(r, i, s);
9
+ var s = a == null ? 0 : e(a);
10
+ return s < 0 && (s = n(o + s, 0)), t(r, i, s);
11
11
  }
12
12
  //#endregion
13
13
  export { r as default };
package/lodash/initial.js CHANGED
@@ -1,4 +1,4 @@
1
- /* 潘启宝 2026-06-17 16:04:10 星期三 山东省济南市 */
1
+ /* 潘启宝 2026-06-26 17:14:46 星期五 山东省济南市 */
2
2
  import e from "./_baseSlice.js";
3
3
  //#region utils/lodash/initial.js
4
4
  function t(t) {
@@ -1,12 +1,12 @@
1
- /* 潘启宝 2026-06-17 16:04:10 星期三 山东省济南市 */
1
+ /* 潘启宝 2026-06-26 17:14:46 星期五 山东省济南市 */
2
2
  import e from "./_arrayMap.js";
3
- import t from "./_baseIntersection.js";
4
- import n from "./_baseRest.js";
3
+ import t from "./_baseRest.js";
4
+ import n from "./_baseIntersection.js";
5
5
  import r from "./_castArrayLikeObject.js";
6
6
  //#region utils/lodash/intersection.js
7
- var i = n(function(n) {
8
- var i = e(n, r);
9
- return i.length && i[0] === n[0] ? t(i) : [];
7
+ var i = t(function(t) {
8
+ var i = e(t, r);
9
+ return i.length && i[0] === t[0] ? n(i) : [];
10
10
  });
11
11
  //#endregion
12
12
  export { i as default };
@@ -1,14 +1,14 @@
1
- /* 潘启宝 2026-06-17 16:04:10 星期三 山东省济南市 */
1
+ /* 潘启宝 2026-06-26 17:14:46 星期五 山东省济南市 */
2
2
  import e from "./_arrayMap.js";
3
- import t from "./_baseIntersection.js";
4
- import n from "./last.js";
5
- import r from "./_baseIteratee.js";
6
- import i from "./_baseRest.js";
3
+ import t from "./_baseRest.js";
4
+ import n from "./_baseIteratee.js";
5
+ import r from "./last.js";
6
+ import i from "./_baseIntersection.js";
7
7
  import a from "./_castArrayLikeObject.js";
8
8
  //#region utils/lodash/intersectionBy.js
9
- var o = i(function(i) {
10
- var o = n(i), s = e(i, a);
11
- return o === n(s) ? o = void 0 : s.pop(), s.length && s[0] === i[0] ? t(s, r(o, 2)) : [];
9
+ var o = t(function(t) {
10
+ var o = r(t), s = e(t, a);
11
+ return o === r(s) ? o = void 0 : s.pop(), s.length && s[0] === t[0] ? i(s, n(o, 2)) : [];
12
12
  });
13
13
  //#endregion
14
14
  export { o as default };
@@ -1,13 +1,13 @@
1
- /* 潘启宝 2026-06-17 16:04:10 星期三 山东省济南市 */
1
+ /* 潘启宝 2026-06-26 17:14:46 星期五 山东省济南市 */
2
2
  import e from "./_arrayMap.js";
3
- import t from "./_baseIntersection.js";
3
+ import t from "./_baseRest.js";
4
4
  import n from "./last.js";
5
- import r from "./_baseRest.js";
5
+ import r from "./_baseIntersection.js";
6
6
  import i from "./_castArrayLikeObject.js";
7
7
  //#region utils/lodash/intersectionWith.js
8
- var a = r(function(r) {
9
- var a = n(r), o = e(r, i);
10
- return a = typeof a == "function" ? a : void 0, a && o.pop(), o.length && o[0] === r[0] ? t(o, void 0, a) : [];
8
+ var a = t(function(t) {
9
+ var a = n(t), o = e(t, i);
10
+ return a = typeof a == "function" ? a : void 0, a && o.pop(), o.length && o[0] === t[0] ? r(o, void 0, a) : [];
11
11
  });
12
12
  //#endregion
13
13
  export { a as default };
package/lodash/invert.js CHANGED
@@ -1,4 +1,4 @@
1
- /* 潘启宝 2026-06-17 16:04:10 星期三 山东省济南市 */
1
+ /* 潘启宝 2026-06-26 17:14:46 星期五 山东省济南市 */
2
2
  import e from "./identity.js";
3
3
  import t from "./constant.js";
4
4
  import n from "./_createInverter.js";
@@ -1,4 +1,4 @@
1
- /* 潘启宝 2026-06-17 16:04:10 星期三 山东省济南市 */
1
+ /* 潘启宝 2026-06-26 17:14:46 星期五 山东省济南市 */
2
2
  import e from "./_baseIteratee.js";
3
3
  import t from "./_createInverter.js";
4
4
  //#region utils/lodash/invertBy.js
package/lodash/invoke.js CHANGED
@@ -1,8 +1,8 @@
1
- /* 潘启宝 2026-06-17 16:04:10 星期三 山东省济南市 */
2
- import e from "./_baseInvoke.js";
3
- import t from "./_baseRest.js";
1
+ /* 潘启宝 2026-06-26 17:14:46 星期五 山东省济南市 */
2
+ import e from "./_baseRest.js";
3
+ import t from "./_baseInvoke.js";
4
4
  //#region utils/lodash/invoke.js
5
- var n = t(e);
5
+ var n = e(t);
6
6
  //#endregion
7
7
  export { n as default };
8
8
  /* 独立思考,明辨是非 */