@gsc-basic/utils 1.0.1 → 1.0.2

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 (1032) hide show
  1. package/dist/index.cjs +1381 -1
  2. package/dist/index.js +1275 -1
  3. package/package.json +10 -12
  4. package/node_modules/crypto-js/CONTRIBUTING.md +0 -28
  5. package/node_modules/crypto-js/LICENSE +0 -24
  6. package/node_modules/crypto-js/README.md +0 -275
  7. package/node_modules/crypto-js/aes.js +0 -234
  8. package/node_modules/crypto-js/blowfish.js +0 -471
  9. package/node_modules/crypto-js/bower.json +0 -39
  10. package/node_modules/crypto-js/cipher-core.js +0 -895
  11. package/node_modules/crypto-js/core.js +0 -807
  12. package/node_modules/crypto-js/crypto-js.js +0 -6657
  13. package/node_modules/crypto-js/docs/QuickStartGuide.wiki +0 -470
  14. package/node_modules/crypto-js/enc-base64.js +0 -136
  15. package/node_modules/crypto-js/enc-base64url.js +0 -148
  16. package/node_modules/crypto-js/enc-hex.js +0 -18
  17. package/node_modules/crypto-js/enc-latin1.js +0 -18
  18. package/node_modules/crypto-js/enc-utf16.js +0 -149
  19. package/node_modules/crypto-js/enc-utf8.js +0 -18
  20. package/node_modules/crypto-js/evpkdf.js +0 -134
  21. package/node_modules/crypto-js/format-hex.js +0 -66
  22. package/node_modules/crypto-js/format-openssl.js +0 -18
  23. package/node_modules/crypto-js/hmac-md5.js +0 -18
  24. package/node_modules/crypto-js/hmac-ripemd160.js +0 -18
  25. package/node_modules/crypto-js/hmac-sha1.js +0 -18
  26. package/node_modules/crypto-js/hmac-sha224.js +0 -18
  27. package/node_modules/crypto-js/hmac-sha256.js +0 -18
  28. package/node_modules/crypto-js/hmac-sha3.js +0 -18
  29. package/node_modules/crypto-js/hmac-sha384.js +0 -18
  30. package/node_modules/crypto-js/hmac-sha512.js +0 -18
  31. package/node_modules/crypto-js/hmac.js +0 -143
  32. package/node_modules/crypto-js/index.js +0 -18
  33. package/node_modules/crypto-js/lib-typedarrays.js +0 -76
  34. package/node_modules/crypto-js/md5.js +0 -268
  35. package/node_modules/crypto-js/mode-cfb.js +0 -80
  36. package/node_modules/crypto-js/mode-ctr-gladman.js +0 -116
  37. package/node_modules/crypto-js/mode-ctr.js +0 -58
  38. package/node_modules/crypto-js/mode-ecb.js +0 -40
  39. package/node_modules/crypto-js/mode-ofb.js +0 -54
  40. package/node_modules/crypto-js/package.json +0 -42
  41. package/node_modules/crypto-js/pad-ansix923.js +0 -49
  42. package/node_modules/crypto-js/pad-iso10126.js +0 -44
  43. package/node_modules/crypto-js/pad-iso97971.js +0 -40
  44. package/node_modules/crypto-js/pad-nopadding.js +0 -30
  45. package/node_modules/crypto-js/pad-pkcs7.js +0 -18
  46. package/node_modules/crypto-js/pad-zeropadding.js +0 -47
  47. package/node_modules/crypto-js/pbkdf2.js +0 -145
  48. package/node_modules/crypto-js/rabbit-legacy.js +0 -190
  49. package/node_modules/crypto-js/rabbit.js +0 -192
  50. package/node_modules/crypto-js/rc4.js +0 -139
  51. package/node_modules/crypto-js/ripemd160.js +0 -267
  52. package/node_modules/crypto-js/sha1.js +0 -150
  53. package/node_modules/crypto-js/sha224.js +0 -80
  54. package/node_modules/crypto-js/sha256.js +0 -199
  55. package/node_modules/crypto-js/sha3.js +0 -326
  56. package/node_modules/crypto-js/sha384.js +0 -83
  57. package/node_modules/crypto-js/sha512.js +0 -326
  58. package/node_modules/crypto-js/tripledes.js +0 -779
  59. package/node_modules/crypto-js/x64-core.js +0 -304
  60. package/node_modules/lodash-es/LICENSE +0 -47
  61. package/node_modules/lodash-es/README.md +0 -10
  62. package/node_modules/lodash-es/_DataView.js +0 -7
  63. package/node_modules/lodash-es/_Hash.js +0 -32
  64. package/node_modules/lodash-es/_LazyWrapper.js +0 -28
  65. package/node_modules/lodash-es/_ListCache.js +0 -32
  66. package/node_modules/lodash-es/_LodashWrapper.js +0 -22
  67. package/node_modules/lodash-es/_Map.js +0 -7
  68. package/node_modules/lodash-es/_MapCache.js +0 -32
  69. package/node_modules/lodash-es/_Promise.js +0 -7
  70. package/node_modules/lodash-es/_Set.js +0 -7
  71. package/node_modules/lodash-es/_SetCache.js +0 -27
  72. package/node_modules/lodash-es/_Stack.js +0 -27
  73. package/node_modules/lodash-es/_Symbol.js +0 -6
  74. package/node_modules/lodash-es/_Uint8Array.js +0 -6
  75. package/node_modules/lodash-es/_WeakMap.js +0 -7
  76. package/node_modules/lodash-es/_addMapEntry.js +0 -15
  77. package/node_modules/lodash-es/_addSetEntry.js +0 -15
  78. package/node_modules/lodash-es/_apply.js +0 -21
  79. package/node_modules/lodash-es/_arrayAggregator.js +0 -22
  80. package/node_modules/lodash-es/_arrayEach.js +0 -22
  81. package/node_modules/lodash-es/_arrayEachRight.js +0 -21
  82. package/node_modules/lodash-es/_arrayEvery.js +0 -23
  83. package/node_modules/lodash-es/_arrayFilter.js +0 -25
  84. package/node_modules/lodash-es/_arrayIncludes.js +0 -17
  85. package/node_modules/lodash-es/_arrayIncludesWith.js +0 -22
  86. package/node_modules/lodash-es/_arrayLikeKeys.js +0 -49
  87. package/node_modules/lodash-es/_arrayMap.js +0 -21
  88. package/node_modules/lodash-es/_arrayPush.js +0 -20
  89. package/node_modules/lodash-es/_arrayReduce.js +0 -26
  90. package/node_modules/lodash-es/_arrayReduceRight.js +0 -24
  91. package/node_modules/lodash-es/_arraySample.js +0 -15
  92. package/node_modules/lodash-es/_arraySampleSize.js +0 -17
  93. package/node_modules/lodash-es/_arrayShuffle.js +0 -15
  94. package/node_modules/lodash-es/_arraySome.js +0 -23
  95. package/node_modules/lodash-es/_asciiSize.js +0 -12
  96. package/node_modules/lodash-es/_asciiToArray.js +0 -12
  97. package/node_modules/lodash-es/_asciiWords.js +0 -15
  98. package/node_modules/lodash-es/_assignMergeValue.js +0 -20
  99. package/node_modules/lodash-es/_assignValue.js +0 -28
  100. package/node_modules/lodash-es/_assocIndexOf.js +0 -21
  101. package/node_modules/lodash-es/_baseAggregator.js +0 -21
  102. package/node_modules/lodash-es/_baseAssign.js +0 -17
  103. package/node_modules/lodash-es/_baseAssignIn.js +0 -17
  104. package/node_modules/lodash-es/_baseAssignValue.js +0 -25
  105. package/node_modules/lodash-es/_baseAt.js +0 -23
  106. package/node_modules/lodash-es/_baseClamp.js +0 -22
  107. package/node_modules/lodash-es/_baseClone.js +0 -166
  108. package/node_modules/lodash-es/_baseConforms.js +0 -18
  109. package/node_modules/lodash-es/_baseConformsTo.js +0 -27
  110. package/node_modules/lodash-es/_baseCreate.js +0 -30
  111. package/node_modules/lodash-es/_baseDelay.js +0 -21
  112. package/node_modules/lodash-es/_baseDifference.js +0 -67
  113. package/node_modules/lodash-es/_baseEach.js +0 -14
  114. package/node_modules/lodash-es/_baseEachRight.js +0 -14
  115. package/node_modules/lodash-es/_baseEvery.js +0 -21
  116. package/node_modules/lodash-es/_baseExtremum.js +0 -32
  117. package/node_modules/lodash-es/_baseFill.js +0 -32
  118. package/node_modules/lodash-es/_baseFilter.js +0 -21
  119. package/node_modules/lodash-es/_baseFindIndex.js +0 -24
  120. package/node_modules/lodash-es/_baseFindKey.js +0 -23
  121. package/node_modules/lodash-es/_baseFlatten.js +0 -38
  122. package/node_modules/lodash-es/_baseFor.js +0 -16
  123. package/node_modules/lodash-es/_baseForOwn.js +0 -16
  124. package/node_modules/lodash-es/_baseForOwnRight.js +0 -16
  125. package/node_modules/lodash-es/_baseForRight.js +0 -15
  126. package/node_modules/lodash-es/_baseFunctions.js +0 -19
  127. package/node_modules/lodash-es/_baseGet.js +0 -24
  128. package/node_modules/lodash-es/_baseGetAllKeys.js +0 -20
  129. package/node_modules/lodash-es/_baseGetTag.js +0 -28
  130. package/node_modules/lodash-es/_baseGt.js +0 -14
  131. package/node_modules/lodash-es/_baseHas.js +0 -19
  132. package/node_modules/lodash-es/_baseHasIn.js +0 -13
  133. package/node_modules/lodash-es/_baseInRange.js +0 -18
  134. package/node_modules/lodash-es/_baseIndexOf.js +0 -20
  135. package/node_modules/lodash-es/_baseIndexOfWith.js +0 -23
  136. package/node_modules/lodash-es/_baseIntersection.js +0 -74
  137. package/node_modules/lodash-es/_baseInverter.js +0 -21
  138. package/node_modules/lodash-es/_baseInvoke.js +0 -24
  139. package/node_modules/lodash-es/_baseIsArguments.js +0 -18
  140. package/node_modules/lodash-es/_baseIsArrayBuffer.js +0 -17
  141. package/node_modules/lodash-es/_baseIsDate.js +0 -18
  142. package/node_modules/lodash-es/_baseIsEqual.js +0 -28
  143. package/node_modules/lodash-es/_baseIsEqualDeep.js +0 -83
  144. package/node_modules/lodash-es/_baseIsMap.js +0 -18
  145. package/node_modules/lodash-es/_baseIsMatch.js +0 -62
  146. package/node_modules/lodash-es/_baseIsNaN.js +0 -12
  147. package/node_modules/lodash-es/_baseIsNative.js +0 -47
  148. package/node_modules/lodash-es/_baseIsRegExp.js +0 -18
  149. package/node_modules/lodash-es/_baseIsSet.js +0 -18
  150. package/node_modules/lodash-es/_baseIsTypedArray.js +0 -60
  151. package/node_modules/lodash-es/_baseIteratee.js +0 -31
  152. package/node_modules/lodash-es/_baseKeys.js +0 -30
  153. package/node_modules/lodash-es/_baseKeysIn.js +0 -33
  154. package/node_modules/lodash-es/_baseLodash.js +0 -10
  155. package/node_modules/lodash-es/_baseLt.js +0 -14
  156. package/node_modules/lodash-es/_baseMap.js +0 -22
  157. package/node_modules/lodash-es/_baseMatches.js +0 -22
  158. package/node_modules/lodash-es/_baseMatchesProperty.js +0 -33
  159. package/node_modules/lodash-es/_baseMean.js +0 -20
  160. package/node_modules/lodash-es/_baseMerge.js +0 -42
  161. package/node_modules/lodash-es/_baseMergeDeep.js +0 -94
  162. package/node_modules/lodash-es/_baseNth.js +0 -20
  163. package/node_modules/lodash-es/_baseOrderBy.js +0 -49
  164. package/node_modules/lodash-es/_basePick.js +0 -19
  165. package/node_modules/lodash-es/_basePickBy.js +0 -30
  166. package/node_modules/lodash-es/_baseProperty.js +0 -14
  167. package/node_modules/lodash-es/_basePropertyDeep.js +0 -16
  168. package/node_modules/lodash-es/_basePropertyOf.js +0 -14
  169. package/node_modules/lodash-es/_basePullAll.js +0 -51
  170. package/node_modules/lodash-es/_basePullAt.js +0 -37
  171. package/node_modules/lodash-es/_baseRandom.js +0 -18
  172. package/node_modules/lodash-es/_baseRange.js +0 -28
  173. package/node_modules/lodash-es/_baseReduce.js +0 -23
  174. package/node_modules/lodash-es/_baseRepeat.js +0 -35
  175. package/node_modules/lodash-es/_baseRest.js +0 -17
  176. package/node_modules/lodash-es/_baseSample.js +0 -15
  177. package/node_modules/lodash-es/_baseSampleSize.js +0 -18
  178. package/node_modules/lodash-es/_baseSet.js +0 -51
  179. package/node_modules/lodash-es/_baseSetData.js +0 -17
  180. package/node_modules/lodash-es/_baseSetToString.js +0 -22
  181. package/node_modules/lodash-es/_baseShuffle.js +0 -15
  182. package/node_modules/lodash-es/_baseSlice.js +0 -31
  183. package/node_modules/lodash-es/_baseSome.js +0 -22
  184. package/node_modules/lodash-es/_baseSortBy.js +0 -21
  185. package/node_modules/lodash-es/_baseSortedIndex.js +0 -42
  186. package/node_modules/lodash-es/_baseSortedIndexBy.js +0 -67
  187. package/node_modules/lodash-es/_baseSortedUniq.js +0 -30
  188. package/node_modules/lodash-es/_baseSum.js +0 -24
  189. package/node_modules/lodash-es/_baseTimes.js +0 -20
  190. package/node_modules/lodash-es/_baseToNumber.js +0 -24
  191. package/node_modules/lodash-es/_baseToPairs.js +0 -18
  192. package/node_modules/lodash-es/_baseToString.js +0 -37
  193. package/node_modules/lodash-es/_baseTrim.js +0 -19
  194. package/node_modules/lodash-es/_baseUnary.js +0 -14
  195. package/node_modules/lodash-es/_baseUniq.js +0 -72
  196. package/node_modules/lodash-es/_baseUnset.js +0 -20
  197. package/node_modules/lodash-es/_baseUpdate.js +0 -18
  198. package/node_modules/lodash-es/_baseValues.js +0 -19
  199. package/node_modules/lodash-es/_baseWhile.js +0 -26
  200. package/node_modules/lodash-es/_baseWrapperValue.js +0 -25
  201. package/node_modules/lodash-es/_baseXor.js +0 -36
  202. package/node_modules/lodash-es/_baseZipObject.js +0 -23
  203. package/node_modules/lodash-es/_cacheHas.js +0 -13
  204. package/node_modules/lodash-es/_castArrayLikeObject.js +0 -14
  205. package/node_modules/lodash-es/_castFunction.js +0 -14
  206. package/node_modules/lodash-es/_castPath.js +0 -21
  207. package/node_modules/lodash-es/_castRest.js +0 -14
  208. package/node_modules/lodash-es/_castSlice.js +0 -18
  209. package/node_modules/lodash-es/_charsEndIndex.js +0 -19
  210. package/node_modules/lodash-es/_charsStartIndex.js +0 -20
  211. package/node_modules/lodash-es/_cloneArrayBuffer.js +0 -16
  212. package/node_modules/lodash-es/_cloneBuffer.js +0 -35
  213. package/node_modules/lodash-es/_cloneDataView.js +0 -16
  214. package/node_modules/lodash-es/_cloneMap.js +0 -22
  215. package/node_modules/lodash-es/_cloneRegExp.js +0 -17
  216. package/node_modules/lodash-es/_cloneSet.js +0 -22
  217. package/node_modules/lodash-es/_cloneSymbol.js +0 -18
  218. package/node_modules/lodash-es/_cloneTypedArray.js +0 -16
  219. package/node_modules/lodash-es/_compareAscending.js +0 -41
  220. package/node_modules/lodash-es/_compareMultiple.js +0 -44
  221. package/node_modules/lodash-es/_composeArgs.js +0 -39
  222. package/node_modules/lodash-es/_composeArgsRight.js +0 -41
  223. package/node_modules/lodash-es/_copyArray.js +0 -20
  224. package/node_modules/lodash-es/_copyObject.js +0 -40
  225. package/node_modules/lodash-es/_copySymbols.js +0 -16
  226. package/node_modules/lodash-es/_copySymbolsIn.js +0 -16
  227. package/node_modules/lodash-es/_coreJsData.js +0 -6
  228. package/node_modules/lodash-es/_countHolders.js +0 -21
  229. package/node_modules/lodash-es/_createAggregator.js +0 -23
  230. package/node_modules/lodash-es/_createAssigner.js +0 -37
  231. package/node_modules/lodash-es/_createBaseEach.js +0 -32
  232. package/node_modules/lodash-es/_createBaseFor.js +0 -25
  233. package/node_modules/lodash-es/_createBind.js +0 -28
  234. package/node_modules/lodash-es/_createCaseFirst.js +0 -33
  235. package/node_modules/lodash-es/_createCompounder.js +0 -24
  236. package/node_modules/lodash-es/_createCtor.js +0 -37
  237. package/node_modules/lodash-es/_createCurry.js +0 -46
  238. package/node_modules/lodash-es/_createFind.js +0 -25
  239. package/node_modules/lodash-es/_createFlow.js +0 -78
  240. package/node_modules/lodash-es/_createHybrid.js +0 -92
  241. package/node_modules/lodash-es/_createInverter.js +0 -17
  242. package/node_modules/lodash-es/_createMathOperation.js +0 -38
  243. package/node_modules/lodash-es/_createOver.js +0 -27
  244. package/node_modules/lodash-es/_createPadding.js +0 -33
  245. package/node_modules/lodash-es/_createPartial.js +0 -43
  246. package/node_modules/lodash-es/_createRange.js +0 -30
  247. package/node_modules/lodash-es/_createRecurry.js +0 -56
  248. package/node_modules/lodash-es/_createRelationalOperation.js +0 -20
  249. package/node_modules/lodash-es/_createRound.js +0 -35
  250. package/node_modules/lodash-es/_createSet.js +0 -19
  251. package/node_modules/lodash-es/_createToPairs.js +0 -30
  252. package/node_modules/lodash-es/_createWrap.js +0 -106
  253. package/node_modules/lodash-es/_customDefaultsAssignIn.js +0 -29
  254. package/node_modules/lodash-es/_customDefaultsMerge.js +0 -28
  255. package/node_modules/lodash-es/_customOmitClone.js +0 -16
  256. package/node_modules/lodash-es/_deburrLetter.js +0 -71
  257. package/node_modules/lodash-es/_defineProperty.js +0 -11
  258. package/node_modules/lodash-es/_equalArrays.js +0 -84
  259. package/node_modules/lodash-es/_equalByTag.js +0 -112
  260. package/node_modules/lodash-es/_equalObjects.js +0 -90
  261. package/node_modules/lodash-es/_escapeHtmlChar.js +0 -21
  262. package/node_modules/lodash-es/_escapeStringChar.js +0 -22
  263. package/node_modules/lodash-es/_flatRest.js +0 -16
  264. package/node_modules/lodash-es/_freeGlobal.js +0 -4
  265. package/node_modules/lodash-es/_getAllKeys.js +0 -16
  266. package/node_modules/lodash-es/_getAllKeysIn.js +0 -17
  267. package/node_modules/lodash-es/_getData.js +0 -15
  268. package/node_modules/lodash-es/_getFuncName.js +0 -31
  269. package/node_modules/lodash-es/_getHolder.js +0 -13
  270. package/node_modules/lodash-es/_getMapData.js +0 -18
  271. package/node_modules/lodash-es/_getMatchData.js +0 -24
  272. package/node_modules/lodash-es/_getNative.js +0 -17
  273. package/node_modules/lodash-es/_getPrototype.js +0 -6
  274. package/node_modules/lodash-es/_getRawTag.js +0 -46
  275. package/node_modules/lodash-es/_getSymbols.js +0 -30
  276. package/node_modules/lodash-es/_getSymbolsIn.js +0 -25
  277. package/node_modules/lodash-es/_getTag.js +0 -58
  278. package/node_modules/lodash-es/_getValue.js +0 -13
  279. package/node_modules/lodash-es/_getView.js +0 -33
  280. package/node_modules/lodash-es/_getWrapDetails.js +0 -17
  281. package/node_modules/lodash-es/_hasPath.js +0 -39
  282. package/node_modules/lodash-es/_hasUnicode.js +0 -26
  283. package/node_modules/lodash-es/_hasUnicodeWord.js +0 -15
  284. package/node_modules/lodash-es/_hashClear.js +0 -15
  285. package/node_modules/lodash-es/_hashDelete.js +0 -17
  286. package/node_modules/lodash-es/_hashGet.js +0 -30
  287. package/node_modules/lodash-es/_hashHas.js +0 -23
  288. package/node_modules/lodash-es/_hashSet.js +0 -23
  289. package/node_modules/lodash-es/_initCloneArray.js +0 -26
  290. package/node_modules/lodash-es/_initCloneByTag.js +0 -77
  291. package/node_modules/lodash-es/_initCloneObject.js +0 -18
  292. package/node_modules/lodash-es/_insertWrapDetails.js +0 -23
  293. package/node_modules/lodash-es/_isFlattenable.js +0 -20
  294. package/node_modules/lodash-es/_isIndex.js +0 -25
  295. package/node_modules/lodash-es/_isIterateeCall.js +0 -30
  296. package/node_modules/lodash-es/_isKey.js +0 -29
  297. package/node_modules/lodash-es/_isKeyable.js +0 -15
  298. package/node_modules/lodash-es/_isLaziable.js +0 -28
  299. package/node_modules/lodash-es/_isMaskable.js +0 -14
  300. package/node_modules/lodash-es/_isMasked.js +0 -20
  301. package/node_modules/lodash-es/_isPrototype.js +0 -18
  302. package/node_modules/lodash-es/_isStrictComparable.js +0 -15
  303. package/node_modules/lodash-es/_iteratorToArray.js +0 -18
  304. package/node_modules/lodash-es/_lazyClone.js +0 -23
  305. package/node_modules/lodash-es/_lazyReverse.js +0 -23
  306. package/node_modules/lodash-es/_lazyValue.js +0 -69
  307. package/node_modules/lodash-es/_listCacheClear.js +0 -13
  308. package/node_modules/lodash-es/_listCacheDelete.js +0 -35
  309. package/node_modules/lodash-es/_listCacheGet.js +0 -19
  310. package/node_modules/lodash-es/_listCacheHas.js +0 -16
  311. package/node_modules/lodash-es/_listCacheSet.js +0 -26
  312. package/node_modules/lodash-es/_mapCacheClear.js +0 -21
  313. package/node_modules/lodash-es/_mapCacheDelete.js +0 -18
  314. package/node_modules/lodash-es/_mapCacheGet.js +0 -16
  315. package/node_modules/lodash-es/_mapCacheHas.js +0 -16
  316. package/node_modules/lodash-es/_mapCacheSet.js +0 -22
  317. package/node_modules/lodash-es/_mapToArray.js +0 -18
  318. package/node_modules/lodash-es/_matchesStrictComparable.js +0 -20
  319. package/node_modules/lodash-es/_memoizeCapped.js +0 -26
  320. package/node_modules/lodash-es/_mergeData.js +0 -90
  321. package/node_modules/lodash-es/_metaMap.js +0 -6
  322. package/node_modules/lodash-es/_nativeCreate.js +0 -6
  323. package/node_modules/lodash-es/_nativeKeys.js +0 -6
  324. package/node_modules/lodash-es/_nativeKeysIn.js +0 -20
  325. package/node_modules/lodash-es/_nodeUtil.js +0 -30
  326. package/node_modules/lodash-es/_objectToString.js +0 -22
  327. package/node_modules/lodash-es/_overArg.js +0 -15
  328. package/node_modules/lodash-es/_overRest.js +0 -36
  329. package/node_modules/lodash-es/_parent.js +0 -16
  330. package/node_modules/lodash-es/_reEscape.js +0 -4
  331. package/node_modules/lodash-es/_reEvaluate.js +0 -4
  332. package/node_modules/lodash-es/_reInterpolate.js +0 -4
  333. package/node_modules/lodash-es/_realNames.js +0 -4
  334. package/node_modules/lodash-es/_reorder.js +0 -29
  335. package/node_modules/lodash-es/_replaceHolders.js +0 -29
  336. package/node_modules/lodash-es/_root.js +0 -9
  337. package/node_modules/lodash-es/_safeGet.js +0 -21
  338. package/node_modules/lodash-es/_setCacheAdd.js +0 -19
  339. package/node_modules/lodash-es/_setCacheHas.js +0 -14
  340. package/node_modules/lodash-es/_setData.js +0 -20
  341. package/node_modules/lodash-es/_setToArray.js +0 -18
  342. package/node_modules/lodash-es/_setToPairs.js +0 -18
  343. package/node_modules/lodash-es/_setToString.js +0 -14
  344. package/node_modules/lodash-es/_setWrapToString.js +0 -21
  345. package/node_modules/lodash-es/_shortOut.js +0 -37
  346. package/node_modules/lodash-es/_shuffleSelf.js +0 -28
  347. package/node_modules/lodash-es/_stackClear.js +0 -15
  348. package/node_modules/lodash-es/_stackDelete.js +0 -18
  349. package/node_modules/lodash-es/_stackGet.js +0 -14
  350. package/node_modules/lodash-es/_stackHas.js +0 -14
  351. package/node_modules/lodash-es/_stackSet.js +0 -34
  352. package/node_modules/lodash-es/_strictIndexOf.js +0 -23
  353. package/node_modules/lodash-es/_strictLastIndexOf.js +0 -21
  354. package/node_modules/lodash-es/_stringSize.js +0 -18
  355. package/node_modules/lodash-es/_stringToArray.js +0 -18
  356. package/node_modules/lodash-es/_stringToPath.js +0 -27
  357. package/node_modules/lodash-es/_toKey.js +0 -21
  358. package/node_modules/lodash-es/_toSource.js +0 -26
  359. package/node_modules/lodash-es/_trimmedEndIndex.js +0 -19
  360. package/node_modules/lodash-es/_unescapeHtmlChar.js +0 -21
  361. package/node_modules/lodash-es/_unicodeSize.js +0 -44
  362. package/node_modules/lodash-es/_unicodeToArray.js +0 -40
  363. package/node_modules/lodash-es/_unicodeWords.js +0 -69
  364. package/node_modules/lodash-es/_updateWrapDetails.js +0 -46
  365. package/node_modules/lodash-es/_wrapperClone.js +0 -23
  366. package/node_modules/lodash-es/add.js +0 -22
  367. package/node_modules/lodash-es/after.js +0 -42
  368. package/node_modules/lodash-es/array.default.js +0 -81
  369. package/node_modules/lodash-es/array.js +0 -66
  370. package/node_modules/lodash-es/ary.js +0 -29
  371. package/node_modules/lodash-es/assign.js +0 -58
  372. package/node_modules/lodash-es/assignIn.js +0 -40
  373. package/node_modules/lodash-es/assignInWith.js +0 -38
  374. package/node_modules/lodash-es/assignWith.js +0 -37
  375. package/node_modules/lodash-es/at.js +0 -23
  376. package/node_modules/lodash-es/attempt.js +0 -35
  377. package/node_modules/lodash-es/before.js +0 -40
  378. package/node_modules/lodash-es/bind.js +0 -57
  379. package/node_modules/lodash-es/bindAll.js +0 -41
  380. package/node_modules/lodash-es/bindKey.js +0 -68
  381. package/node_modules/lodash-es/camelCase.js +0 -29
  382. package/node_modules/lodash-es/capitalize.js +0 -23
  383. package/node_modules/lodash-es/castArray.js +0 -44
  384. package/node_modules/lodash-es/ceil.js +0 -26
  385. package/node_modules/lodash-es/chain.js +0 -38
  386. package/node_modules/lodash-es/chunk.js +0 -50
  387. package/node_modules/lodash-es/clamp.js +0 -39
  388. package/node_modules/lodash-es/clone.js +0 -36
  389. package/node_modules/lodash-es/cloneDeep.js +0 -29
  390. package/node_modules/lodash-es/cloneDeepWith.js +0 -40
  391. package/node_modules/lodash-es/cloneWith.js +0 -42
  392. package/node_modules/lodash-es/collection.default.js +0 -37
  393. package/node_modules/lodash-es/collection.js +0 -29
  394. package/node_modules/lodash-es/commit.js +0 -33
  395. package/node_modules/lodash-es/compact.js +0 -31
  396. package/node_modules/lodash-es/concat.js +0 -43
  397. package/node_modules/lodash-es/cond.js +0 -60
  398. package/node_modules/lodash-es/conforms.js +0 -35
  399. package/node_modules/lodash-es/conformsTo.js +0 -32
  400. package/node_modules/lodash-es/constant.js +0 -26
  401. package/node_modules/lodash-es/countBy.js +0 -40
  402. package/node_modules/lodash-es/create.js +0 -43
  403. package/node_modules/lodash-es/curry.js +0 -57
  404. package/node_modules/lodash-es/curryRight.js +0 -54
  405. package/node_modules/lodash-es/date.default.js +0 -5
  406. package/node_modules/lodash-es/date.js +0 -2
  407. package/node_modules/lodash-es/debounce.js +0 -191
  408. package/node_modules/lodash-es/deburr.js +0 -45
  409. package/node_modules/lodash-es/defaultTo.js +0 -25
  410. package/node_modules/lodash-es/defaults.js +0 -64
  411. package/node_modules/lodash-es/defaultsDeep.js +0 -30
  412. package/node_modules/lodash-es/defer.js +0 -26
  413. package/node_modules/lodash-es/delay.js +0 -28
  414. package/node_modules/lodash-es/difference.js +0 -33
  415. package/node_modules/lodash-es/differenceBy.js +0 -44
  416. package/node_modules/lodash-es/differenceWith.js +0 -40
  417. package/node_modules/lodash-es/divide.js +0 -22
  418. package/node_modules/lodash-es/drop.js +0 -38
  419. package/node_modules/lodash-es/dropRight.js +0 -39
  420. package/node_modules/lodash-es/dropRightWhile.js +0 -45
  421. package/node_modules/lodash-es/dropWhile.js +0 -45
  422. package/node_modules/lodash-es/each.js +0 -1
  423. package/node_modules/lodash-es/eachRight.js +0 -1
  424. package/node_modules/lodash-es/endsWith.js +0 -43
  425. package/node_modules/lodash-es/entries.js +0 -1
  426. package/node_modules/lodash-es/entriesIn.js +0 -1
  427. package/node_modules/lodash-es/eq.js +0 -37
  428. package/node_modules/lodash-es/escape.js +0 -43
  429. package/node_modules/lodash-es/escapeRegExp.js +0 -32
  430. package/node_modules/lodash-es/every.js +0 -56
  431. package/node_modules/lodash-es/extend.js +0 -1
  432. package/node_modules/lodash-es/extendWith.js +0 -1
  433. package/node_modules/lodash-es/fill.js +0 -45
  434. package/node_modules/lodash-es/filter.js +0 -52
  435. package/node_modules/lodash-es/find.js +0 -42
  436. package/node_modules/lodash-es/findIndex.js +0 -55
  437. package/node_modules/lodash-es/findKey.js +0 -44
  438. package/node_modules/lodash-es/findLast.js +0 -25
  439. package/node_modules/lodash-es/findLastIndex.js +0 -59
  440. package/node_modules/lodash-es/findLastKey.js +0 -44
  441. package/node_modules/lodash-es/first.js +0 -1
  442. package/node_modules/lodash-es/flake.lock +0 -40
  443. package/node_modules/lodash-es/flake.nix +0 -20
  444. package/node_modules/lodash-es/flatMap.js +0 -29
  445. package/node_modules/lodash-es/flatMapDeep.js +0 -31
  446. package/node_modules/lodash-es/flatMapDepth.js +0 -31
  447. package/node_modules/lodash-es/flatten.js +0 -22
  448. package/node_modules/lodash-es/flattenDeep.js +0 -25
  449. package/node_modules/lodash-es/flattenDepth.js +0 -33
  450. package/node_modules/lodash-es/flip.js +0 -28
  451. package/node_modules/lodash-es/floor.js +0 -26
  452. package/node_modules/lodash-es/flow.js +0 -27
  453. package/node_modules/lodash-es/flowRight.js +0 -26
  454. package/node_modules/lodash-es/forEach.js +0 -41
  455. package/node_modules/lodash-es/forEachRight.js +0 -31
  456. package/node_modules/lodash-es/forIn.js +0 -39
  457. package/node_modules/lodash-es/forInRight.js +0 -37
  458. package/node_modules/lodash-es/forOwn.js +0 -36
  459. package/node_modules/lodash-es/forOwnRight.js +0 -34
  460. package/node_modules/lodash-es/fromPairs.js +0 -28
  461. package/node_modules/lodash-es/function.default.js +0 -31
  462. package/node_modules/lodash-es/function.js +0 -24
  463. package/node_modules/lodash-es/functions.js +0 -31
  464. package/node_modules/lodash-es/functionsIn.js +0 -31
  465. package/node_modules/lodash-es/get.js +0 -33
  466. package/node_modules/lodash-es/groupBy.js +0 -41
  467. package/node_modules/lodash-es/gt.js +0 -29
  468. package/node_modules/lodash-es/gte.js +0 -30
  469. package/node_modules/lodash-es/has.js +0 -35
  470. package/node_modules/lodash-es/hasIn.js +0 -34
  471. package/node_modules/lodash-es/head.js +0 -23
  472. package/node_modules/lodash-es/identity.js +0 -21
  473. package/node_modules/lodash-es/inRange.js +0 -55
  474. package/node_modules/lodash-es/includes.js +0 -53
  475. package/node_modules/lodash-es/indexOf.js +0 -42
  476. package/node_modules/lodash-es/initial.js +0 -22
  477. package/node_modules/lodash-es/intersection.js +0 -30
  478. package/node_modules/lodash-es/intersectionBy.js +0 -45
  479. package/node_modules/lodash-es/intersectionWith.js +0 -41
  480. package/node_modules/lodash-es/invert.js +0 -42
  481. package/node_modules/lodash-es/invertBy.js +0 -56
  482. package/node_modules/lodash-es/invoke.js +0 -24
  483. package/node_modules/lodash-es/invokeMap.js +0 -41
  484. package/node_modules/lodash-es/isArguments.js +0 -36
  485. package/node_modules/lodash-es/isArray.js +0 -26
  486. package/node_modules/lodash-es/isArrayBuffer.js +0 -27
  487. package/node_modules/lodash-es/isArrayLike.js +0 -33
  488. package/node_modules/lodash-es/isArrayLikeObject.js +0 -33
  489. package/node_modules/lodash-es/isBoolean.js +0 -29
  490. package/node_modules/lodash-es/isBuffer.js +0 -38
  491. package/node_modules/lodash-es/isDate.js +0 -27
  492. package/node_modules/lodash-es/isElement.js +0 -25
  493. package/node_modules/lodash-es/isEmpty.js +0 -77
  494. package/node_modules/lodash-es/isEqual.js +0 -35
  495. package/node_modules/lodash-es/isEqualWith.js +0 -41
  496. package/node_modules/lodash-es/isError.js +0 -36
  497. package/node_modules/lodash-es/isFinite.js +0 -36
  498. package/node_modules/lodash-es/isFunction.js +0 -37
  499. package/node_modules/lodash-es/isInteger.js +0 -33
  500. package/node_modules/lodash-es/isLength.js +0 -35
  501. package/node_modules/lodash-es/isMap.js +0 -27
  502. package/node_modules/lodash-es/isMatch.js +0 -36
  503. package/node_modules/lodash-es/isMatchWith.js +0 -41
  504. package/node_modules/lodash-es/isNaN.js +0 -38
  505. package/node_modules/lodash-es/isNative.js +0 -40
  506. package/node_modules/lodash-es/isNil.js +0 -25
  507. package/node_modules/lodash-es/isNull.js +0 -22
  508. package/node_modules/lodash-es/isNumber.js +0 -38
  509. package/node_modules/lodash-es/isObject.js +0 -31
  510. package/node_modules/lodash-es/isObjectLike.js +0 -29
  511. package/node_modules/lodash-es/isPlainObject.js +0 -62
  512. package/node_modules/lodash-es/isRegExp.js +0 -27
  513. package/node_modules/lodash-es/isSafeInteger.js +0 -37
  514. package/node_modules/lodash-es/isSet.js +0 -27
  515. package/node_modules/lodash-es/isString.js +0 -30
  516. package/node_modules/lodash-es/isSymbol.js +0 -29
  517. package/node_modules/lodash-es/isTypedArray.js +0 -27
  518. package/node_modules/lodash-es/isUndefined.js +0 -22
  519. package/node_modules/lodash-es/isWeakMap.js +0 -28
  520. package/node_modules/lodash-es/isWeakSet.js +0 -28
  521. package/node_modules/lodash-es/iteratee.js +0 -53
  522. package/node_modules/lodash-es/join.js +0 -26
  523. package/node_modules/lodash-es/kebabCase.js +0 -28
  524. package/node_modules/lodash-es/keyBy.js +0 -36
  525. package/node_modules/lodash-es/keys.js +0 -37
  526. package/node_modules/lodash-es/keysIn.js +0 -32
  527. package/node_modules/lodash-es/lang.default.js +0 -71
  528. package/node_modules/lodash-es/lang.js +0 -57
  529. package/node_modules/lodash-es/last.js +0 -20
  530. package/node_modules/lodash-es/lastIndexOf.js +0 -46
  531. package/node_modules/lodash-es/lodash.default.js +0 -643
  532. package/node_modules/lodash-es/lodash.js +0 -331
  533. package/node_modules/lodash-es/lowerCase.js +0 -27
  534. package/node_modules/lodash-es/lowerFirst.js +0 -22
  535. package/node_modules/lodash-es/lt.js +0 -29
  536. package/node_modules/lodash-es/lte.js +0 -30
  537. package/node_modules/lodash-es/map.js +0 -53
  538. package/node_modules/lodash-es/mapKeys.js +0 -36
  539. package/node_modules/lodash-es/mapValues.js +0 -43
  540. package/node_modules/lodash-es/matches.js +0 -46
  541. package/node_modules/lodash-es/matchesProperty.js +0 -44
  542. package/node_modules/lodash-es/math.default.js +0 -21
  543. package/node_modules/lodash-es/math.js +0 -16
  544. package/node_modules/lodash-es/max.js +0 -29
  545. package/node_modules/lodash-es/maxBy.js +0 -34
  546. package/node_modules/lodash-es/mean.js +0 -22
  547. package/node_modules/lodash-es/meanBy.js +0 -31
  548. package/node_modules/lodash-es/memoize.js +0 -73
  549. package/node_modules/lodash-es/merge.js +0 -39
  550. package/node_modules/lodash-es/mergeWith.js +0 -39
  551. package/node_modules/lodash-es/method.js +0 -34
  552. package/node_modules/lodash-es/methodOf.js +0 -33
  553. package/node_modules/lodash-es/min.js +0 -29
  554. package/node_modules/lodash-es/minBy.js +0 -34
  555. package/node_modules/lodash-es/mixin.js +0 -74
  556. package/node_modules/lodash-es/multiply.js +0 -22
  557. package/node_modules/lodash-es/negate.js +0 -40
  558. package/node_modules/lodash-es/next.js +0 -35
  559. package/node_modules/lodash-es/noop.js +0 -17
  560. package/node_modules/lodash-es/now.js +0 -23
  561. package/node_modules/lodash-es/nth.js +0 -29
  562. package/node_modules/lodash-es/nthArg.js +0 -32
  563. package/node_modules/lodash-es/number.default.js +0 -7
  564. package/node_modules/lodash-es/number.js +0 -4
  565. package/node_modules/lodash-es/object.default.js +0 -60
  566. package/node_modules/lodash-es/object.js +0 -48
  567. package/node_modules/lodash-es/omit.js +0 -57
  568. package/node_modules/lodash-es/omitBy.js +0 -29
  569. package/node_modules/lodash-es/once.js +0 -25
  570. package/node_modules/lodash-es/orderBy.js +0 -47
  571. package/node_modules/lodash-es/over.js +0 -24
  572. package/node_modules/lodash-es/overArgs.js +0 -61
  573. package/node_modules/lodash-es/overEvery.js +0 -34
  574. package/node_modules/lodash-es/overSome.js +0 -37
  575. package/node_modules/lodash-es/package.json +0 -21
  576. package/node_modules/lodash-es/pad.js +0 -49
  577. package/node_modules/lodash-es/padEnd.js +0 -39
  578. package/node_modules/lodash-es/padStart.js +0 -39
  579. package/node_modules/lodash-es/parseInt.js +0 -43
  580. package/node_modules/lodash-es/partial.js +0 -50
  581. package/node_modules/lodash-es/partialRight.js +0 -49
  582. package/node_modules/lodash-es/partition.js +0 -43
  583. package/node_modules/lodash-es/pick.js +0 -25
  584. package/node_modules/lodash-es/pickBy.js +0 -37
  585. package/node_modules/lodash-es/plant.js +0 -48
  586. package/node_modules/lodash-es/property.js +0 -32
  587. package/node_modules/lodash-es/propertyOf.js +0 -30
  588. package/node_modules/lodash-es/pull.js +0 -29
  589. package/node_modules/lodash-es/pullAll.js +0 -29
  590. package/node_modules/lodash-es/pullAllBy.js +0 -33
  591. package/node_modules/lodash-es/pullAllWith.js +0 -32
  592. package/node_modules/lodash-es/pullAt.js +0 -43
  593. package/node_modules/lodash-es/random.js +0 -82
  594. package/node_modules/lodash-es/range.js +0 -46
  595. package/node_modules/lodash-es/rangeRight.js +0 -41
  596. package/node_modules/lodash-es/rearg.js +0 -33
  597. package/node_modules/lodash-es/reduce.js +0 -51
  598. package/node_modules/lodash-es/reduceRight.js +0 -36
  599. package/node_modules/lodash-es/reject.js +0 -46
  600. package/node_modules/lodash-es/release.md +0 -48
  601. package/node_modules/lodash-es/remove.js +0 -53
  602. package/node_modules/lodash-es/repeat.js +0 -37
  603. package/node_modules/lodash-es/replace.js +0 -29
  604. package/node_modules/lodash-es/rest.js +0 -40
  605. package/node_modules/lodash-es/result.js +0 -56
  606. package/node_modules/lodash-es/reverse.js +0 -34
  607. package/node_modules/lodash-es/round.js +0 -26
  608. package/node_modules/lodash-es/sample.js +0 -24
  609. package/node_modules/lodash-es/sampleSize.js +0 -37
  610. package/node_modules/lodash-es/seq.default.js +0 -20
  611. package/node_modules/lodash-es/seq.js +0 -15
  612. package/node_modules/lodash-es/set.js +0 -35
  613. package/node_modules/lodash-es/setWith.js +0 -32
  614. package/node_modules/lodash-es/shuffle.js +0 -25
  615. package/node_modules/lodash-es/size.js +0 -46
  616. package/node_modules/lodash-es/slice.js +0 -37
  617. package/node_modules/lodash-es/snakeCase.js +0 -28
  618. package/node_modules/lodash-es/some.js +0 -51
  619. package/node_modules/lodash-es/sortBy.js +0 -48
  620. package/node_modules/lodash-es/sortedIndex.js +0 -24
  621. package/node_modules/lodash-es/sortedIndexBy.js +0 -33
  622. package/node_modules/lodash-es/sortedIndexOf.js +0 -31
  623. package/node_modules/lodash-es/sortedLastIndex.js +0 -25
  624. package/node_modules/lodash-es/sortedLastIndexBy.js +0 -33
  625. package/node_modules/lodash-es/sortedLastIndexOf.js +0 -31
  626. package/node_modules/lodash-es/sortedUniq.js +0 -24
  627. package/node_modules/lodash-es/sortedUniqBy.js +0 -26
  628. package/node_modules/lodash-es/split.js +0 -52
  629. package/node_modules/lodash-es/spread.js +0 -63
  630. package/node_modules/lodash-es/startCase.js +0 -29
  631. package/node_modules/lodash-es/startsWith.js +0 -39
  632. package/node_modules/lodash-es/string.default.js +0 -41
  633. package/node_modules/lodash-es/string.js +0 -32
  634. package/node_modules/lodash-es/stubArray.js +0 -23
  635. package/node_modules/lodash-es/stubFalse.js +0 -18
  636. package/node_modules/lodash-es/stubObject.js +0 -23
  637. package/node_modules/lodash-es/stubString.js +0 -18
  638. package/node_modules/lodash-es/stubTrue.js +0 -18
  639. package/node_modules/lodash-es/subtract.js +0 -22
  640. package/node_modules/lodash-es/sum.js +0 -24
  641. package/node_modules/lodash-es/sumBy.js +0 -33
  642. package/node_modules/lodash-es/tail.js +0 -22
  643. package/node_modules/lodash-es/take.js +0 -37
  644. package/node_modules/lodash-es/takeRight.js +0 -39
  645. package/node_modules/lodash-es/takeRightWhile.js +0 -45
  646. package/node_modules/lodash-es/takeWhile.js +0 -45
  647. package/node_modules/lodash-es/tap.js +0 -29
  648. package/node_modules/lodash-es/template.js +0 -272
  649. package/node_modules/lodash-es/templateSettings.js +0 -67
  650. package/node_modules/lodash-es/throttle.js +0 -69
  651. package/node_modules/lodash-es/thru.js +0 -28
  652. package/node_modules/lodash-es/times.js +0 -51
  653. package/node_modules/lodash-es/toArray.js +0 -58
  654. package/node_modules/lodash-es/toFinite.js +0 -42
  655. package/node_modules/lodash-es/toInteger.js +0 -36
  656. package/node_modules/lodash-es/toIterator.js +0 -23
  657. package/node_modules/lodash-es/toJSON.js +0 -1
  658. package/node_modules/lodash-es/toLength.js +0 -38
  659. package/node_modules/lodash-es/toLower.js +0 -28
  660. package/node_modules/lodash-es/toNumber.js +0 -64
  661. package/node_modules/lodash-es/toPairs.js +0 -30
  662. package/node_modules/lodash-es/toPairsIn.js +0 -30
  663. package/node_modules/lodash-es/toPath.js +0 -33
  664. package/node_modules/lodash-es/toPlainObject.js +0 -32
  665. package/node_modules/lodash-es/toSafeInteger.js +0 -37
  666. package/node_modules/lodash-es/toString.js +0 -28
  667. package/node_modules/lodash-es/toUpper.js +0 -28
  668. package/node_modules/lodash-es/transform.js +0 -65
  669. package/node_modules/lodash-es/trim.js +0 -47
  670. package/node_modules/lodash-es/trimEnd.js +0 -41
  671. package/node_modules/lodash-es/trimStart.js +0 -43
  672. package/node_modules/lodash-es/truncate.js +0 -111
  673. package/node_modules/lodash-es/unary.js +0 -22
  674. package/node_modules/lodash-es/unescape.js +0 -34
  675. package/node_modules/lodash-es/union.js +0 -26
  676. package/node_modules/lodash-es/unionBy.js +0 -39
  677. package/node_modules/lodash-es/unionWith.js +0 -34
  678. package/node_modules/lodash-es/uniq.js +0 -25
  679. package/node_modules/lodash-es/uniqBy.js +0 -31
  680. package/node_modules/lodash-es/uniqWith.js +0 -28
  681. package/node_modules/lodash-es/uniqueId.js +0 -28
  682. package/node_modules/lodash-es/unset.js +0 -34
  683. package/node_modules/lodash-es/unzip.js +0 -45
  684. package/node_modules/lodash-es/unzipWith.js +0 -39
  685. package/node_modules/lodash-es/update.js +0 -35
  686. package/node_modules/lodash-es/updateWith.js +0 -33
  687. package/node_modules/lodash-es/upperCase.js +0 -27
  688. package/node_modules/lodash-es/upperFirst.js +0 -22
  689. package/node_modules/lodash-es/util.default.js +0 -42
  690. package/node_modules/lodash-es/util.js +0 -33
  691. package/node_modules/lodash-es/value.js +0 -1
  692. package/node_modules/lodash-es/valueOf.js +0 -1
  693. package/node_modules/lodash-es/values.js +0 -34
  694. package/node_modules/lodash-es/valuesIn.js +0 -32
  695. package/node_modules/lodash-es/without.js +0 -31
  696. package/node_modules/lodash-es/words.js +0 -35
  697. package/node_modules/lodash-es/wrap.js +0 -30
  698. package/node_modules/lodash-es/wrapperAt.js +0 -48
  699. package/node_modules/lodash-es/wrapperChain.js +0 -34
  700. package/node_modules/lodash-es/wrapperLodash.js +0 -147
  701. package/node_modules/lodash-es/wrapperReverse.js +0 -44
  702. package/node_modules/lodash-es/wrapperValue.js +0 -21
  703. package/node_modules/lodash-es/xor.js +0 -28
  704. package/node_modules/lodash-es/xorBy.js +0 -39
  705. package/node_modules/lodash-es/xorWith.js +0 -34
  706. package/node_modules/lodash-es/zip.js +0 -22
  707. package/node_modules/lodash-es/zipObject.js +0 -24
  708. package/node_modules/lodash-es/zipObjectDeep.js +0 -23
  709. package/node_modules/lodash-es/zipWith.js +0 -32
  710. package/node_modules/resize-observer-polyfill/LICENSE +0 -21
  711. package/node_modules/resize-observer-polyfill/README.md +0 -112
  712. package/node_modules/resize-observer-polyfill/dist/ResizeObserver.es.js +0 -928
  713. package/node_modules/resize-observer-polyfill/dist/ResizeObserver.global.js +0 -1034
  714. package/node_modules/resize-observer-polyfill/dist/ResizeObserver.js +0 -936
  715. package/node_modules/resize-observer-polyfill/dist/ResizeObserver.js.flow +0 -32
  716. package/node_modules/resize-observer-polyfill/package.json +0 -64
  717. package/node_modules/resize-observer-polyfill/src/ResizeObservation.js +0 -76
  718. package/node_modules/resize-observer-polyfill/src/ResizeObserver.js +0 -47
  719. package/node_modules/resize-observer-polyfill/src/ResizeObserverController.js +0 -238
  720. package/node_modules/resize-observer-polyfill/src/ResizeObserverEntry.js +0 -40
  721. package/node_modules/resize-observer-polyfill/src/ResizeObserverSPI.js +0 -203
  722. package/node_modules/resize-observer-polyfill/src/index.d.ts +0 -40
  723. package/node_modules/resize-observer-polyfill/src/index.js +0 -11
  724. package/node_modules/resize-observer-polyfill/src/index.js.flow +0 -32
  725. package/node_modules/resize-observer-polyfill/src/shims/es6-collections.js +0 -115
  726. package/node_modules/resize-observer-polyfill/src/shims/global.js +0 -17
  727. package/node_modules/resize-observer-polyfill/src/shims/requestAnimationFrame.js +0 -18
  728. package/node_modules/resize-observer-polyfill/src/utils/defineConfigurable.js +0 -19
  729. package/node_modules/resize-observer-polyfill/src/utils/geometry.js +0 -233
  730. package/node_modules/resize-observer-polyfill/src/utils/getWindowOf.js +0 -18
  731. package/node_modules/resize-observer-polyfill/src/utils/isBrowser.js +0 -4
  732. package/node_modules/resize-observer-polyfill/src/utils/throttle.js +0 -78
  733. package/node_modules/uuid/CHANGELOG.md +0 -335
  734. package/node_modules/uuid/CONTRIBUTING.md +0 -18
  735. package/node_modules/uuid/LICENSE.md +0 -9
  736. package/node_modules/uuid/README.md +0 -497
  737. package/node_modules/uuid/dist/cjs/index.d.ts +0 -15
  738. package/node_modules/uuid/dist/cjs/index.js +0 -31
  739. package/node_modules/uuid/dist/cjs/max.d.ts +0 -2
  740. package/node_modules/uuid/dist/cjs/max.js +0 -3
  741. package/node_modules/uuid/dist/cjs/md5.d.ts +0 -2
  742. package/node_modules/uuid/dist/cjs/md5.js +0 -13
  743. package/node_modules/uuid/dist/cjs/native.d.ts +0 -5
  744. package/node_modules/uuid/dist/cjs/native.js +0 -4
  745. package/node_modules/uuid/dist/cjs/nil.d.ts +0 -2
  746. package/node_modules/uuid/dist/cjs/nil.js +0 -3
  747. package/node_modules/uuid/dist/cjs/package.json +0 -1
  748. package/node_modules/uuid/dist/cjs/parse.d.ts +0 -2
  749. package/node_modules/uuid/dist/cjs/parse.js +0 -11
  750. package/node_modules/uuid/dist/cjs/regex.d.ts +0 -2
  751. package/node_modules/uuid/dist/cjs/regex.js +0 -3
  752. package/node_modules/uuid/dist/cjs/rng.d.ts +0 -1
  753. package/node_modules/uuid/dist/cjs/rng.js +0 -13
  754. package/node_modules/uuid/dist/cjs/sha1.d.ts +0 -2
  755. package/node_modules/uuid/dist/cjs/sha1.js +0 -13
  756. package/node_modules/uuid/dist/cjs/stringify.d.ts +0 -3
  757. package/node_modules/uuid/dist/cjs/stringify.js +0 -38
  758. package/node_modules/uuid/dist/cjs/test/parse.test.d.ts +0 -1
  759. package/node_modules/uuid/dist/cjs/test/parse.test.js +0 -50
  760. package/node_modules/uuid/dist/cjs/test/rng.test.d.ts +0 -1
  761. package/node_modules/uuid/dist/cjs/test/rng.test.js +0 -14
  762. package/node_modules/uuid/dist/cjs/test/stringify.test.d.ts +0 -1
  763. package/node_modules/uuid/dist/cjs/test/stringify.test.js +0 -23
  764. package/node_modules/uuid/dist/cjs/test/test_constants.d.ts +0 -33
  765. package/node_modules/uuid/dist/cjs/test/test_constants.js +0 -91
  766. package/node_modules/uuid/dist/cjs/test/v1.test.d.ts +0 -1
  767. package/node_modules/uuid/dist/cjs/test/v1.test.js +0 -127
  768. package/node_modules/uuid/dist/cjs/test/v35.test.d.ts +0 -1
  769. package/node_modules/uuid/dist/cjs/test/v35.test.js +0 -143
  770. package/node_modules/uuid/dist/cjs/test/v4.test.d.ts +0 -1
  771. package/node_modules/uuid/dist/cjs/test/v4.test.js +0 -60
  772. package/node_modules/uuid/dist/cjs/test/v6.test.d.ts +0 -1
  773. package/node_modules/uuid/dist/cjs/test/v6.test.js +0 -56
  774. package/node_modules/uuid/dist/cjs/test/v7.test.d.ts +0 -1
  775. package/node_modules/uuid/dist/cjs/test/v7.test.js +0 -194
  776. package/node_modules/uuid/dist/cjs/test/validate.test.d.ts +0 -1
  777. package/node_modules/uuid/dist/cjs/test/validate.test.js +0 -13
  778. package/node_modules/uuid/dist/cjs/test/version.test.d.ts +0 -1
  779. package/node_modules/uuid/dist/cjs/test/version.test.js +0 -20
  780. package/node_modules/uuid/dist/cjs/types.d.ts +0 -21
  781. package/node_modules/uuid/dist/cjs/types.js +0 -2
  782. package/node_modules/uuid/dist/cjs/uuid-bin.d.ts +0 -1
  783. package/node_modules/uuid/dist/cjs/uuid-bin.js +0 -72
  784. package/node_modules/uuid/dist/cjs/v1.d.ts +0 -11
  785. package/node_modules/uuid/dist/cjs/v1.js +0 -78
  786. package/node_modules/uuid/dist/cjs/v1ToV6.d.ts +0 -2
  787. package/node_modules/uuid/dist/cjs/v1ToV6.js +0 -13
  788. package/node_modules/uuid/dist/cjs/v3.d.ts +0 -9
  789. package/node_modules/uuid/dist/cjs/v3.js +0 -14
  790. package/node_modules/uuid/dist/cjs/v35.d.ts +0 -7
  791. package/node_modules/uuid/dist/cjs/v35.js +0 -41
  792. package/node_modules/uuid/dist/cjs/v4.d.ts +0 -4
  793. package/node_modules/uuid/dist/cjs/v4.js +0 -23
  794. package/node_modules/uuid/dist/cjs/v5.d.ts +0 -9
  795. package/node_modules/uuid/dist/cjs/v5.js +0 -14
  796. package/node_modules/uuid/dist/cjs/v6.d.ts +0 -4
  797. package/node_modules/uuid/dist/cjs/v6.js +0 -19
  798. package/node_modules/uuid/dist/cjs/v6ToV1.d.ts +0 -2
  799. package/node_modules/uuid/dist/cjs/v6ToV1.js +0 -13
  800. package/node_modules/uuid/dist/cjs/v7.d.ts +0 -9
  801. package/node_modules/uuid/dist/cjs/v7.js +0 -60
  802. package/node_modules/uuid/dist/cjs/validate.d.ts +0 -2
  803. package/node_modules/uuid/dist/cjs/validate.js +0 -7
  804. package/node_modules/uuid/dist/cjs/version.d.ts +0 -2
  805. package/node_modules/uuid/dist/cjs/version.js +0 -10
  806. package/node_modules/uuid/dist/cjs-browser/index.d.ts +0 -15
  807. package/node_modules/uuid/dist/cjs-browser/index.js +0 -31
  808. package/node_modules/uuid/dist/cjs-browser/max.d.ts +0 -2
  809. package/node_modules/uuid/dist/cjs-browser/max.js +0 -3
  810. package/node_modules/uuid/dist/cjs-browser/md5.d.ts +0 -2
  811. package/node_modules/uuid/dist/cjs-browser/md5.js +0 -137
  812. package/node_modules/uuid/dist/cjs-browser/native.d.ts +0 -4
  813. package/node_modules/uuid/dist/cjs-browser/native.js +0 -4
  814. package/node_modules/uuid/dist/cjs-browser/nil.d.ts +0 -2
  815. package/node_modules/uuid/dist/cjs-browser/nil.js +0 -3
  816. package/node_modules/uuid/dist/cjs-browser/package.json +0 -1
  817. package/node_modules/uuid/dist/cjs-browser/parse.d.ts +0 -2
  818. package/node_modules/uuid/dist/cjs-browser/parse.js +0 -11
  819. package/node_modules/uuid/dist/cjs-browser/regex.d.ts +0 -2
  820. package/node_modules/uuid/dist/cjs-browser/regex.js +0 -3
  821. package/node_modules/uuid/dist/cjs-browser/rng.d.ts +0 -1
  822. package/node_modules/uuid/dist/cjs-browser/rng.js +0 -14
  823. package/node_modules/uuid/dist/cjs-browser/sha1.d.ts +0 -2
  824. package/node_modules/uuid/dist/cjs-browser/sha1.js +0 -72
  825. package/node_modules/uuid/dist/cjs-browser/stringify.d.ts +0 -3
  826. package/node_modules/uuid/dist/cjs-browser/stringify.js +0 -38
  827. package/node_modules/uuid/dist/cjs-browser/test/parse.test.d.ts +0 -1
  828. package/node_modules/uuid/dist/cjs-browser/test/parse.test.js +0 -50
  829. package/node_modules/uuid/dist/cjs-browser/test/rng.test.d.ts +0 -1
  830. package/node_modules/uuid/dist/cjs-browser/test/rng.test.js +0 -14
  831. package/node_modules/uuid/dist/cjs-browser/test/stringify.test.d.ts +0 -1
  832. package/node_modules/uuid/dist/cjs-browser/test/stringify.test.js +0 -23
  833. package/node_modules/uuid/dist/cjs-browser/test/test_constants.d.ts +0 -33
  834. package/node_modules/uuid/dist/cjs-browser/test/test_constants.js +0 -91
  835. package/node_modules/uuid/dist/cjs-browser/test/v1.test.d.ts +0 -1
  836. package/node_modules/uuid/dist/cjs-browser/test/v1.test.js +0 -127
  837. package/node_modules/uuid/dist/cjs-browser/test/v35.test.d.ts +0 -1
  838. package/node_modules/uuid/dist/cjs-browser/test/v35.test.js +0 -143
  839. package/node_modules/uuid/dist/cjs-browser/test/v4.test.d.ts +0 -1
  840. package/node_modules/uuid/dist/cjs-browser/test/v4.test.js +0 -60
  841. package/node_modules/uuid/dist/cjs-browser/test/v6.test.d.ts +0 -1
  842. package/node_modules/uuid/dist/cjs-browser/test/v6.test.js +0 -56
  843. package/node_modules/uuid/dist/cjs-browser/test/v7.test.d.ts +0 -1
  844. package/node_modules/uuid/dist/cjs-browser/test/v7.test.js +0 -194
  845. package/node_modules/uuid/dist/cjs-browser/test/validate.test.d.ts +0 -1
  846. package/node_modules/uuid/dist/cjs-browser/test/validate.test.js +0 -13
  847. package/node_modules/uuid/dist/cjs-browser/test/version.test.d.ts +0 -1
  848. package/node_modules/uuid/dist/cjs-browser/test/version.test.js +0 -20
  849. package/node_modules/uuid/dist/cjs-browser/types.d.ts +0 -21
  850. package/node_modules/uuid/dist/cjs-browser/types.js +0 -2
  851. package/node_modules/uuid/dist/cjs-browser/uuid-bin.d.ts +0 -1
  852. package/node_modules/uuid/dist/cjs-browser/uuid-bin.js +0 -72
  853. package/node_modules/uuid/dist/cjs-browser/v1.d.ts +0 -11
  854. package/node_modules/uuid/dist/cjs-browser/v1.js +0 -78
  855. package/node_modules/uuid/dist/cjs-browser/v1ToV6.d.ts +0 -2
  856. package/node_modules/uuid/dist/cjs-browser/v1ToV6.js +0 -13
  857. package/node_modules/uuid/dist/cjs-browser/v3.d.ts +0 -9
  858. package/node_modules/uuid/dist/cjs-browser/v3.js +0 -14
  859. package/node_modules/uuid/dist/cjs-browser/v35.d.ts +0 -7
  860. package/node_modules/uuid/dist/cjs-browser/v35.js +0 -41
  861. package/node_modules/uuid/dist/cjs-browser/v4.d.ts +0 -4
  862. package/node_modules/uuid/dist/cjs-browser/v4.js +0 -23
  863. package/node_modules/uuid/dist/cjs-browser/v5.d.ts +0 -9
  864. package/node_modules/uuid/dist/cjs-browser/v5.js +0 -14
  865. package/node_modules/uuid/dist/cjs-browser/v6.d.ts +0 -4
  866. package/node_modules/uuid/dist/cjs-browser/v6.js +0 -19
  867. package/node_modules/uuid/dist/cjs-browser/v6ToV1.d.ts +0 -2
  868. package/node_modules/uuid/dist/cjs-browser/v6ToV1.js +0 -13
  869. package/node_modules/uuid/dist/cjs-browser/v7.d.ts +0 -9
  870. package/node_modules/uuid/dist/cjs-browser/v7.js +0 -60
  871. package/node_modules/uuid/dist/cjs-browser/validate.d.ts +0 -2
  872. package/node_modules/uuid/dist/cjs-browser/validate.js +0 -7
  873. package/node_modules/uuid/dist/cjs-browser/version.d.ts +0 -2
  874. package/node_modules/uuid/dist/cjs-browser/version.js +0 -10
  875. package/node_modules/uuid/dist/esm/bin/uuid +0 -2
  876. package/node_modules/uuid/dist/esm/index.d.ts +0 -15
  877. package/node_modules/uuid/dist/esm/index.js +0 -14
  878. package/node_modules/uuid/dist/esm/max.d.ts +0 -2
  879. package/node_modules/uuid/dist/esm/max.js +0 -1
  880. package/node_modules/uuid/dist/esm/md5.d.ts +0 -2
  881. package/node_modules/uuid/dist/esm/md5.js +0 -11
  882. package/node_modules/uuid/dist/esm/native.d.ts +0 -5
  883. package/node_modules/uuid/dist/esm/native.js +0 -2
  884. package/node_modules/uuid/dist/esm/nil.d.ts +0 -2
  885. package/node_modules/uuid/dist/esm/nil.js +0 -1
  886. package/node_modules/uuid/dist/esm/parse.d.ts +0 -2
  887. package/node_modules/uuid/dist/esm/parse.js +0 -9
  888. package/node_modules/uuid/dist/esm/regex.d.ts +0 -2
  889. package/node_modules/uuid/dist/esm/regex.js +0 -1
  890. package/node_modules/uuid/dist/esm/rng.d.ts +0 -1
  891. package/node_modules/uuid/dist/esm/rng.js +0 -10
  892. package/node_modules/uuid/dist/esm/sha1.d.ts +0 -2
  893. package/node_modules/uuid/dist/esm/sha1.js +0 -11
  894. package/node_modules/uuid/dist/esm/stringify.d.ts +0 -3
  895. package/node_modules/uuid/dist/esm/stringify.js +0 -35
  896. package/node_modules/uuid/dist/esm/test/parse.test.d.ts +0 -1
  897. package/node_modules/uuid/dist/esm/test/parse.test.js +0 -48
  898. package/node_modules/uuid/dist/esm/test/rng.test.d.ts +0 -1
  899. package/node_modules/uuid/dist/esm/test/rng.test.js +0 -12
  900. package/node_modules/uuid/dist/esm/test/stringify.test.d.ts +0 -1
  901. package/node_modules/uuid/dist/esm/test/stringify.test.js +0 -21
  902. package/node_modules/uuid/dist/esm/test/test_constants.d.ts +0 -33
  903. package/node_modules/uuid/dist/esm/test/test_constants.js +0 -88
  904. package/node_modules/uuid/dist/esm/test/v1.test.d.ts +0 -1
  905. package/node_modules/uuid/dist/esm/test/v1.test.js +0 -125
  906. package/node_modules/uuid/dist/esm/test/v35.test.d.ts +0 -1
  907. package/node_modules/uuid/dist/esm/test/v35.test.js +0 -141
  908. package/node_modules/uuid/dist/esm/test/v4.test.d.ts +0 -1
  909. package/node_modules/uuid/dist/esm/test/v4.test.js +0 -58
  910. package/node_modules/uuid/dist/esm/test/v6.test.d.ts +0 -1
  911. package/node_modules/uuid/dist/esm/test/v6.test.js +0 -54
  912. package/node_modules/uuid/dist/esm/test/v7.test.d.ts +0 -1
  913. package/node_modules/uuid/dist/esm/test/v7.test.js +0 -192
  914. package/node_modules/uuid/dist/esm/test/validate.test.d.ts +0 -1
  915. package/node_modules/uuid/dist/esm/test/validate.test.js +0 -11
  916. package/node_modules/uuid/dist/esm/test/version.test.d.ts +0 -1
  917. package/node_modules/uuid/dist/esm/test/version.test.js +0 -18
  918. package/node_modules/uuid/dist/esm/types.d.ts +0 -21
  919. package/node_modules/uuid/dist/esm/types.js +0 -1
  920. package/node_modules/uuid/dist/esm/uuid-bin.d.ts +0 -1
  921. package/node_modules/uuid/dist/esm/uuid-bin.js +0 -70
  922. package/node_modules/uuid/dist/esm/v1.d.ts +0 -11
  923. package/node_modules/uuid/dist/esm/v1.js +0 -75
  924. package/node_modules/uuid/dist/esm/v1ToV6.d.ts +0 -2
  925. package/node_modules/uuid/dist/esm/v1ToV6.js +0 -10
  926. package/node_modules/uuid/dist/esm/v3.d.ts +0 -9
  927. package/node_modules/uuid/dist/esm/v3.js +0 -9
  928. package/node_modules/uuid/dist/esm/v35.d.ts +0 -7
  929. package/node_modules/uuid/dist/esm/v35.js +0 -36
  930. package/node_modules/uuid/dist/esm/v4.d.ts +0 -4
  931. package/node_modules/uuid/dist/esm/v4.js +0 -21
  932. package/node_modules/uuid/dist/esm/v5.d.ts +0 -9
  933. package/node_modules/uuid/dist/esm/v5.js +0 -9
  934. package/node_modules/uuid/dist/esm/v6.d.ts +0 -4
  935. package/node_modules/uuid/dist/esm/v6.js +0 -17
  936. package/node_modules/uuid/dist/esm/v6ToV1.d.ts +0 -2
  937. package/node_modules/uuid/dist/esm/v6ToV1.js +0 -10
  938. package/node_modules/uuid/dist/esm/v7.d.ts +0 -9
  939. package/node_modules/uuid/dist/esm/v7.js +0 -57
  940. package/node_modules/uuid/dist/esm/validate.d.ts +0 -2
  941. package/node_modules/uuid/dist/esm/validate.js +0 -5
  942. package/node_modules/uuid/dist/esm/version.d.ts +0 -2
  943. package/node_modules/uuid/dist/esm/version.js +0 -8
  944. package/node_modules/uuid/dist/esm-browser/index.d.ts +0 -15
  945. package/node_modules/uuid/dist/esm-browser/index.js +0 -14
  946. package/node_modules/uuid/dist/esm-browser/max.d.ts +0 -2
  947. package/node_modules/uuid/dist/esm-browser/max.js +0 -1
  948. package/node_modules/uuid/dist/esm-browser/md5.d.ts +0 -2
  949. package/node_modules/uuid/dist/esm-browser/md5.js +0 -135
  950. package/node_modules/uuid/dist/esm-browser/native.d.ts +0 -4
  951. package/node_modules/uuid/dist/esm-browser/native.js +0 -2
  952. package/node_modules/uuid/dist/esm-browser/nil.d.ts +0 -2
  953. package/node_modules/uuid/dist/esm-browser/nil.js +0 -1
  954. package/node_modules/uuid/dist/esm-browser/parse.d.ts +0 -2
  955. package/node_modules/uuid/dist/esm-browser/parse.js +0 -9
  956. package/node_modules/uuid/dist/esm-browser/regex.d.ts +0 -2
  957. package/node_modules/uuid/dist/esm-browser/regex.js +0 -1
  958. package/node_modules/uuid/dist/esm-browser/rng.d.ts +0 -1
  959. package/node_modules/uuid/dist/esm-browser/rng.js +0 -11
  960. package/node_modules/uuid/dist/esm-browser/sha1.d.ts +0 -2
  961. package/node_modules/uuid/dist/esm-browser/sha1.js +0 -70
  962. package/node_modules/uuid/dist/esm-browser/stringify.d.ts +0 -3
  963. package/node_modules/uuid/dist/esm-browser/stringify.js +0 -35
  964. package/node_modules/uuid/dist/esm-browser/test/parse.test.d.ts +0 -1
  965. package/node_modules/uuid/dist/esm-browser/test/parse.test.js +0 -48
  966. package/node_modules/uuid/dist/esm-browser/test/rng.test.d.ts +0 -1
  967. package/node_modules/uuid/dist/esm-browser/test/rng.test.js +0 -12
  968. package/node_modules/uuid/dist/esm-browser/test/stringify.test.d.ts +0 -1
  969. package/node_modules/uuid/dist/esm-browser/test/stringify.test.js +0 -21
  970. package/node_modules/uuid/dist/esm-browser/test/test_constants.d.ts +0 -33
  971. package/node_modules/uuid/dist/esm-browser/test/test_constants.js +0 -88
  972. package/node_modules/uuid/dist/esm-browser/test/v1.test.d.ts +0 -1
  973. package/node_modules/uuid/dist/esm-browser/test/v1.test.js +0 -125
  974. package/node_modules/uuid/dist/esm-browser/test/v35.test.d.ts +0 -1
  975. package/node_modules/uuid/dist/esm-browser/test/v35.test.js +0 -141
  976. package/node_modules/uuid/dist/esm-browser/test/v4.test.d.ts +0 -1
  977. package/node_modules/uuid/dist/esm-browser/test/v4.test.js +0 -58
  978. package/node_modules/uuid/dist/esm-browser/test/v6.test.d.ts +0 -1
  979. package/node_modules/uuid/dist/esm-browser/test/v6.test.js +0 -54
  980. package/node_modules/uuid/dist/esm-browser/test/v7.test.d.ts +0 -1
  981. package/node_modules/uuid/dist/esm-browser/test/v7.test.js +0 -192
  982. package/node_modules/uuid/dist/esm-browser/test/validate.test.d.ts +0 -1
  983. package/node_modules/uuid/dist/esm-browser/test/validate.test.js +0 -11
  984. package/node_modules/uuid/dist/esm-browser/test/version.test.d.ts +0 -1
  985. package/node_modules/uuid/dist/esm-browser/test/version.test.js +0 -18
  986. package/node_modules/uuid/dist/esm-browser/types.d.ts +0 -21
  987. package/node_modules/uuid/dist/esm-browser/types.js +0 -1
  988. package/node_modules/uuid/dist/esm-browser/uuid-bin.d.ts +0 -1
  989. package/node_modules/uuid/dist/esm-browser/uuid-bin.js +0 -70
  990. package/node_modules/uuid/dist/esm-browser/v1.d.ts +0 -11
  991. package/node_modules/uuid/dist/esm-browser/v1.js +0 -75
  992. package/node_modules/uuid/dist/esm-browser/v1ToV6.d.ts +0 -2
  993. package/node_modules/uuid/dist/esm-browser/v1ToV6.js +0 -10
  994. package/node_modules/uuid/dist/esm-browser/v3.d.ts +0 -9
  995. package/node_modules/uuid/dist/esm-browser/v3.js +0 -9
  996. package/node_modules/uuid/dist/esm-browser/v35.d.ts +0 -7
  997. package/node_modules/uuid/dist/esm-browser/v35.js +0 -36
  998. package/node_modules/uuid/dist/esm-browser/v4.d.ts +0 -4
  999. package/node_modules/uuid/dist/esm-browser/v4.js +0 -21
  1000. package/node_modules/uuid/dist/esm-browser/v5.d.ts +0 -9
  1001. package/node_modules/uuid/dist/esm-browser/v5.js +0 -9
  1002. package/node_modules/uuid/dist/esm-browser/v6.d.ts +0 -4
  1003. package/node_modules/uuid/dist/esm-browser/v6.js +0 -17
  1004. package/node_modules/uuid/dist/esm-browser/v6ToV1.d.ts +0 -2
  1005. package/node_modules/uuid/dist/esm-browser/v6ToV1.js +0 -10
  1006. package/node_modules/uuid/dist/esm-browser/v7.d.ts +0 -9
  1007. package/node_modules/uuid/dist/esm-browser/v7.js +0 -57
  1008. package/node_modules/uuid/dist/esm-browser/validate.d.ts +0 -2
  1009. package/node_modules/uuid/dist/esm-browser/validate.js +0 -5
  1010. package/node_modules/uuid/dist/esm-browser/version.d.ts +0 -2
  1011. package/node_modules/uuid/dist/esm-browser/version.js +0 -8
  1012. package/node_modules/uuid/package.json +0 -134
  1013. package/node_modules/worker-timers/LICENSE +0 -21
  1014. package/node_modules/worker-timers/README.md +0 -71
  1015. package/node_modules/worker-timers/build/es2019/factories/load-or-return-broker.d.ts +0 -2
  1016. package/node_modules/worker-timers/build/es2019/factories/load-or-return-broker.d.ts.map +0 -1
  1017. package/node_modules/worker-timers/build/es2019/factories/load-or-return-broker.js +0 -15
  1018. package/node_modules/worker-timers/build/es2019/factories/load-or-return-broker.js.map +0 -1
  1019. package/node_modules/worker-timers/build/es2019/module.d.ts +0 -6
  1020. package/node_modules/worker-timers/build/es2019/module.d.ts.map +0 -1
  1021. package/node_modules/worker-timers/build/es2019/module.js +0 -9
  1022. package/node_modules/worker-timers/build/es2019/module.js.map +0 -1
  1023. package/node_modules/worker-timers/build/es2019/worker/worker.d.ts +0 -2
  1024. package/node_modules/worker-timers/build/es2019/worker/worker.d.ts.map +0 -1
  1025. package/node_modules/worker-timers/build/es2019/worker/worker.js +0 -3
  1026. package/node_modules/worker-timers/build/es2019/worker/worker.js.map +0 -1
  1027. package/node_modules/worker-timers/build/es5/bundle.js +0 -50
  1028. package/node_modules/worker-timers/package.json +0 -106
  1029. package/node_modules/worker-timers/src/factories/load-or-return-broker.ts +0 -19
  1030. package/node_modules/worker-timers/src/module.ts +0 -13
  1031. package/node_modules/worker-timers/src/tsconfig.json +0 -6
  1032. package/node_modules/worker-timers/src/worker/worker.ts +0 -2
package/dist/index.cjs CHANGED
@@ -1 +1,1381 @@
1
- "use strict";function e(e,t){if(t==null||t>e.length)t=e.length;for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function t(e){if(Array.isArray(e))return e}function n(t){if(Array.isArray(t))return e(t)}function r(e,t){if(!(e instanceof t)){throw new TypeError("Cannot call a class as a function")}}function i(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||false;r.configurable=true;if("value"in r)r.writable=true;Object.defineProperty(e,r.key,r)}}function o(e,t,n){if(t)i(e.prototype,t);if(n)i(e,n);return e}function a(e,t,n){if(t in e){Object.defineProperty(e,t,{value:n,enumerable:true,configurable:true,writable:true})}else{e[t]=n}return e}function u(e,t){if(t!=null&&typeof Symbol!=="undefined"&&t[Symbol.hasInstance]){return!!t[Symbol.hasInstance](e)}else{return e instanceof t}}function s(e){if(typeof Symbol!=="undefined"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function c(e,t){var n=e==null?null:typeof Symbol!=="undefined"&&e[Symbol.iterator]||e["@@iterator"];if(n==null)return;var r=[];var i=true;var o=false;var a,u;try{for(n=n.call(e);!(i=(a=n.next()).done);i=true){r.push(a.value);if(t&&r.length===t)break}}catch(e){o=true;u=e}finally{try{if(!i&&n["return"]!=null)n["return"]()}finally{if(o)throw u}}return r}function l(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function d(){throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function f(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{};var r=Object.keys(n);if(typeof Object.getOwnPropertySymbols==="function"){r=r.concat(Object.getOwnPropertySymbols(n).filter(function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable}))}r.forEach(function(t){a(e,t,n[t])})}return e}function h(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);if(t){r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})}n.push.apply(n,r)}return n}function v(e,t){t=t!=null?t:{};if(Object.getOwnPropertyDescriptors){Object.defineProperties(e,Object.getOwnPropertyDescriptors(t))}else{h(Object(t)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))})}return e}function p(e,t){if(e==null)return{};var n=y(e,t);var r,i;if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(i=0;i<o.length;i++){r=o[i];if(t.indexOf(r)>=0)continue;if(!Object.prototype.propertyIsEnumerable.call(e,r))continue;n[r]=e[r]}}return n}function y(e,t){if(e==null)return{};var n={};var r=Object.keys(e);var i,o;for(o=0;o<r.length;o++){i=r[o];if(t.indexOf(i)>=0)continue;n[i]=e[i]}return n}function m(e,n){return t(e)||c(e,n)||b(e,n)||l()}function g(e){return n(e)||s(e)||b(e)||d()}function w(e){"@swc/helpers - typeof";return e&&typeof Symbol!=="undefined"&&e.constructor===Symbol?"symbol":typeof e}function b(t,n){if(!t)return;if(typeof t==="string")return e(t,n);var r=Object.prototype.toString.call(t).slice(8,-1);if(r==="Object"&&t.constructor)r=t.constructor.name;if(r==="Map"||r==="Set")return Array.from(r);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return e(t,n)}var S=Object.create;var E=Object.defineProperty;var O=Object.getOwnPropertyDescriptor;var A=Object.getOwnPropertyNames;var k=Object.getPrototypeOf,_=Object.prototype.hasOwnProperty;var C=function(e,t){for(var n in t)E(e,n,{get:t[n],enumerable:!0})},L=function(e,t,n,r){var i=true,o=false,a=undefined;if(t&&(typeof t==="undefined"?"undefined":w(t))=="object"||typeof t=="function")try{var u=function(){var i=c.value;!_.call(e,i)&&i!==n&&E(e,i,{get:function(){return t[i]},enumerable:!(r=O(t,i))||r.enumerable})};for(var s=A(t)[Symbol.iterator](),c;!(i=(c=s.next()).done);i=true)u()}catch(e){o=true;a=e}finally{try{if(!i&&s.return!=null){s.return()}}finally{if(o){throw a}}}return e};var B=function(e,t,n){return n=e!=null?S(k(e)):{},L(t||!e||!e.__esModule?E(n,"default",{value:e,enumerable:!0}):n,e)},j=function(e){return L(E({},"__esModule",{value:!0}),e)};var P={};C(P,{AesEncryption:function(){return ev},IfActivity:function(){return e7},addClass:function(){return ek},addLocationListener:function(){return ex},addResizeListener:function(){return eR},buildBEM:function(){return eo},buildShortUUID:function(){return tk},buildUUID:function(){return tO},createBEM:function(){return ea},createNamespace:function(){return eu},createSearchReg:function(){return en},dataURLtoBlob:function(){return eM},decodeByBase64:function(){return ey},deepMerge:function(){return K},domOffEvent:function(){return ej},domOnEvent:function(){return eB},downloadByBase64:function(){return eq},downloadByData:function(){return eH},downloadByOnlineUrl:function(){return e$},downloadByUrl:function(){return eW},downloadPercent:function(){return eN},enableTransitions:function(){return eb},encryptByBase64:function(){return ep},encryptByMd5:function(){return em},escapeStringRegexp:function(){return tu},extendSlots:function(){return tn},filterTree:function(){return tg},findNode:function(){return tv},findNodeAll:function(){return tp},findPath:function(){return ty},findPathAll:function(){return tm},forEachTree:function(){return tw},getActualWidthOfChars:function(){return er},getBoundingClientRect:function(){return eS},getPopupContainer:function(){return G},getRawRoute:function(){return X},getSlot:function(){return tt},getViewportOffset:function(){return eC},hackCss:function(){return eL},hasClass:function(){return eO},highlightHtml:function(){return eG},is:function(){return T},isBrowser:function(){return H},isChineseText:function(){return Z},isChrome:function(){return $},isClient:function(){return N},isIterableArray:function(){return F},isMatch:function(){return ta},isObject:function(){return U},isPositiveInteger:function(){return M},isSafari:function(){return q},isServer:function(){return z},isSupportNativeEllipsis:function(){return W},isSupportResizeObserver:function(){return V},isUrl:function(){return x},loadScript:function(){return tr},matcher:function(){return to},openWindow:function(){return Y},regexpMap:function(){return I},removeClass:function(){return e_},removeResizeListener:function(){return eT},setCssVar:function(){return eA},setObjToUrlParams:function(){return Q},treeMap:function(){return tb},treeMapEach:function(){return tS},triggerWindowResize:function(){return eU},unloadScript:function(){return ti},unsetAllProperty:function(){return ee},urlToBase64:function(){return ez},useRafThrottle:function(){return eP},withInstall:function(){return J}});module.exports=j(P);var D=require("lodash-es");var I={mobile:/^(?:(?:\+|00)86)?1[3-9]\d{9}$/,tel:/^(?:(?:\d{3}-)?\d{8}|(?:\d{4}-)?\d{7,8})(?:-\d+)?$/,numAndLetter:/^[A-Z0-9]+$/i,password:/^\S*(?=\S{6,})(?=\S*\d)(?=\S*[A-Z])(?=\S*[a-z])(?=\S*[!@#$%^&*? ])\S+$/,email:/^[A-Z0-9\u4E00-\u9FA5]+@[\w-]+(?:\.[\w-]+)+$/i,postalCode:/^(0[1-7]|1[0-356]|2[0-7]|3[0-6]|4[0-7]|5[1-7]|6[1-7]|7[0-5]|8[013-6])\d{4}$/,identityCard:/^[1-9]\d{5}(?:18|19|20)\d{2}(?:0[1-9]|10|11|12)(?:0[1-9]|[12]\d|30|31)\d{3}[\dX]$/i,ip:/^((\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.){3}(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])(?::(?:\d|[1-9]\d{1,3}|[1-5]\d{4}|6[0-4]\d{3}|65[0-4]\d{2}|655[0-2]\d|6553[0-5]))?$/,url:/^(((ht|f)tps?):\/\/)?([^!@#$%^&*?.\s-][^!@#$%^&*?.\s]{0,64}\.)+[a-z]{2,6}\/?/,httpsUrl:/^https:\/\//,domain:/^([0-9a-z-]+\.)+([a-z]{2,})$/i,plateNumber:/^[京津沪渝冀豫云辽黑湘皖鲁新苏浙赣鄂桂甘晋蒙陕吉闽贵粤青藏川宁琼使领][A-HJ-NP-Z][A-HJ-NP-Z0-9]{4,5}[A-HJ-NP-Z0-9挂学警港澳]$/,md5:/^[a-f0-9]{32}$/i,base64:/^\s*data:(?:[a-z]+\/[a-z0-9-+.]+(?:;[a-z-]+=[a-z0-9-]+)?)?(?:;base64)?,([\w!$&',()*+;=\-.~:@/?%\s]*?)\s*$/i,uuid:/^[a-f\d]{4}(?:[a-f\d]{4}-){4}[a-f\d]{12}$/i,version:/^\d+(?:\.\d+){2}$/,videoUrl:/^https?:\/\/(.+\/)+.+(\.(swf|avi|flv|mpg|rm|mov|wav|asf|3gp|mkv|rmvb|mp4))$/i,imageUrl:/^https?:\/\/(.+\/)+.+(\.(gif|png|jpg|jpeg|webp|svg|psd|bmp|tif))$/i,chinese:/^(?:[\u3400-\u4DB5\u4E00-\u9FEA\uFA0E\uFA0F\uFA11\uFA13\uFA14\uFA1F\uFA21\uFA23\uFA24\uFA27-\uFA29]|[\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879][\uDC00-\uDFFF]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0])+$/,itcode:/^[a-z]+\d*$/i};var R=Object.prototype.toString;function T(e,t){return R.call(e)==="[object ".concat(t,"]")}function U(e){return e!==null&&T(e,"Object")}function x(e){return I.url.test(e)}function F(e){return Array.isArray(e)&&e.length>0}function M(e){return Number.isInteger(e)&&e>=0}var z=(typeof window==="undefined"?"undefined":w(window))>"u",N=!z,$=N&&window.navigator.userAgent.toLowerCase().includes("chrome"),q=N&&window.navigator.userAgent.toLowerCase().includes("safari"),H=(typeof window==="undefined"?"undefined":w(window))<"u"&&(typeof document==="undefined"?"undefined":w(document))<"u",W=H&&w(document.body.style.lineClamp)<"u",V=H&&(typeof ResizeObserver==="undefined"?"undefined":w(ResizeObserver))<"u",Z=function(e){return I.chinese.test(e)};var J=function(e,t){var n=e;return n.install=function(r){r.component(n.name||n.displayName,e),t&&(r.config.globalProperties[t]=e)},e};function X(e){if(!e)return e;var t=e.matched,n=p(e,["matched"]);return v(f({},n),{matched:t?t.map(function(e){return{meta:e.meta,name:e.name,path:e.path}}):void 0})}function Y(e,t){var n=t||{},r=n.target,i=r===void 0?"__blank":r,o=n.noopener,a=o===void 0?!0:o,u=n.noreferrer,s=u===void 0?!0:u,c=[];a&&c.push("noopener=yes"),s&&c.push("noreferrer=yes"),window.open(e,i,c.join(","))}function K(e,t){var n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:"replace";return t?e?(0,D.mergeWith)(e,t,function(e,t){if((0,D.isArray)(t)&&(0,D.isArray)(e))switch(n){case"union":return(0,D.unionWith)(e,t,D.isEqual);case"intersection":return(0,D.intersectionWith)(e,t,D.isEqual);case"concat":return e.concat(t);case"replace":return t;default:throw new Error("Unknown merge array strategy: ".concat(n))}if(U(t)&&U(e))return K(e,t,n)}):t:e}function G(e){var t;return(t=e===null||e===void 0?void 0:e.parentNode)!==null&&t!==void 0?t:document.body}function Q(e,t){if(!F(Object.keys(t)))return e;var n="";for(var r in t)n+="".concat(r,"=").concat(encodeURIComponent(t[r]),"&");return n=n.replace(/&$/,""),/\?$/.test(e)?e+n:e.replace(/\/?$/,"?")+n}function ee(e){(0,D.isPlainObject)(e)&&Object.keys(e).forEach(function(t){Reflect.deleteProperty(e,t)})}function et(e){return["$","(",")","*","+",".","[","]","?","\\","^","{","}","|"].includes(e)?"\\".concat(e):e}function en(e){var t=[""].concat(g(g(e).map(function(e){return et(e)})),[""]).join(".*");return new RegExp(t,"i")}function er(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"",t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};var n=t.size,r=n===void 0?14:n,i=t.family,o=i===void 0?getComputedStyle(document.documentElement).getPropertyValue("--vxe-font-family")||"sans-serif":i,a=document.createElement("canvas").getContext("2d");a.font="".concat(r,"px ").concat(o);var u=a.measureText(e),s=Math.abs(u.actualBoundingBoxLeft)+Math.abs(u.actualBoundingBoxRight);return Math.ceil(Math.max(u.width,s))}function ei(e,t){return t?typeof t=="string"?" ".concat(e,"--").concat(t):Array.isArray(t)?t.reduce(function(t,n){return t+ei(e,n)},""):Object.keys(t).reduce(function(n,r){return n+(t[r]?ei(e,r):"")},""):""}function eo(e){return function(t,n){return t&&typeof t!="string"&&(n=t,t=""),t=t?"".concat(e,"__").concat(t):e,"".concat(t).concat(ei(t,n))}}function ea(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"gsc";return[eo("".concat(t,"-").concat(e))]}function eu(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"gsc";var n="".concat(t,"-").concat(e);return[n,eo(n)]}var es=require("crypto-js/aes"),ec=B(require("crypto-js/enc-utf8"),1),el=B(require("crypto-js/pad-pkcs7"),1),ed=B(require("crypto-js/mode-ecb"),1),ef=B(require("crypto-js/md5"),1),eh=B(require("crypto-js/enc-base64"),1),ev=/*#__PURE__*/function(){"use strict";function e(t){r(this,e);var n=t.key,i=t.iv;n&&(this.key=(0,ec.parse)(n)),i&&(this.iv=(0,ec.parse)(i))}o(e,[{key:"getOptions",get:function e(){return{mode:ed.default,padding:el.default,iv:this.iv}}},{key:"encryptByAES",value:function e(e){return(0,es.encrypt)(e,this.key,this.getOptions).toString()}},{key:"decryptByAES",value:function e(e){return(0,es.decrypt)(e,this.key,this.getOptions).toString(ec.default)}}]);return e}();function ep(e){return ec.default.parse(e).toString(eh.default)}function ey(e){return eh.default.parse(e).toString(ec.default)}function em(e){return(0,ef.default)(e).toString()}var eg=require("lodash-es"),ew=document.documentElement,eb=function(){return"startViewTransition"in document&&window.matchMedia("(prefers-reduced-motion: no-preference)").matches};function eS(e){return!e||!e.getBoundingClientRect?0:e.getBoundingClientRect()}function eE(e){return(e||"").replace(/^\s+|\s+$/g,"")}function eO(e,t){if(!e||!t)return!1;if(t.includes(" "))throw new Error("className should not contain space.");return e.classList?e.classList.contains(t):" ".concat(e.className," ").includes(" ".concat(t," "))}function eA(e,t){var n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:ew;n.style.setProperty(e,t)}function ek(e,t){if(!e)return;var n=e.className,r=(t||"").split(" ");for(var i=0,o=r.length;i<o;i++){var a=r[i];a&&(e.classList?e.classList.add(a):eO(e,a)||(n+=" ".concat(a)))}e.classList||(e.className=n)}function e_(e,t){if(!e||!t)return;var n=t.split(" "),r=" ".concat(e.className," ");for(var i=0,o=n.length;i<o;i++){var a=n[i];a&&(e.classList?e.classList.remove(a):eO(e,a)&&(r=r.replace(" ".concat(a," ")," ")))}e.classList||(e.className=eE(r))}function eC(e){var t=document.documentElement,n=t.scrollLeft,r=t.scrollTop,i=t.clientLeft,o=t.clientTop,a=window.scrollX,u=window.scrollY,s=eS(e),c=s.left,l=s.top,d=s.width,f=s.height,h=(a||n)-(i||0),v=(u||r)-(o||0),p=c+a,y=l+u,m=p-h,g=y-v,w=window.document.documentElement.clientWidth,b=window.document.documentElement.clientHeight;return{left:m,top:g,right:w-d-m,bottom:b-f-g,rightIncludeBody:w-m,bottomIncludeBody:b-g}}function eL(e,t){var n=["webkit","Moz","ms","OT"],r={};return n.forEach(function(n){r["".concat(n).concat((0,eg.upperFirst)(e))]=t}),v(f({},r),a({},e,t))}function eB(e,t,n){e&&t&&n&&e.addEventListener(t,n,!1)}function ej(e,t,n){e&&t&&n&&e.removeEventListener(t,n,!1)}function eP(e){var t=!1;return function(){var n=this;for(var r=arguments.length,i=new Array(r),o=0;o<r;o++){i[o]=arguments[o]}t||(t=!0,window.requestAnimationFrame(function(){e.apply(n,i),t=!1}))}}var eD=B(require("resize-observer-polyfill"),1);function eI(e){var t=true,n=false,r=undefined;try{for(var i=e[Symbol.iterator](),o;!(t=(o=i.next()).done);t=true){var a=o.value;var u=a.target.__resizeListeners__||[];u.length&&u.forEach(function(e){e()})}}catch(e){n=true;r=e}finally{try{if(!t&&i.return!=null){i.return()}}finally{if(n){throw r}}}}function eR(e,t){z||(e.__resizeListeners__||(e.__resizeListeners__=[],e.__ro__=new eD.default(eI),e.__ro__.observe(e)),e.__resizeListeners__.push(t))}function eT(e,t){!e||!e.__resizeListeners__||(e.__resizeListeners__.splice(e.__resizeListeners__.indexOf(t),1),e.__resizeListeners__.length||(e.__ro__.disconnect(),e.__ro__=null,e.__resizeListeners__=null))}function eU(){var e=new Event("resize",{bubbles:!0,cancelable:!0});window.dispatchEvent(e)}function ex(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};function n(e){var t=window.history[e];return function(){for(var n=arguments.length,r=new Array(n),i=0;i<n;i++){r[i]=arguments[i]}var o=new Event(e);return o.arguments=r,window.dispatchEvent(o),t.apply(this,r)}}return window.history.pushState=n("pushState"),window.history.replaceState=n("replaceState"),window.addEventListener("popstate",e,t),window.addEventListener("hashchange",e,t),window.addEventListener("replaceState",e,t),window.addEventListener("pushState",e,t),{removeListener:function(){window.removeEventListener("popstate",e,t),window.removeEventListener("hashchange",e,t),window.removeEventListener("replaceState",e,t),window.removeEventListener("pushState",e,t)}}}var eF=require("lodash-es");function eM(e){var t=e.split(","),n=t[0].match(/:(.*?);/)[1],r=window.atob(t[1]),i=r.length,o=new Uint8Array(i);for(;i--;)o[i]=r.charCodeAt(i);return new Blob([o],{type:n})}function ez(e,t){return new Promise(function(n,r){var i=document.createElement("CANVAS"),o=i.getContext("2d"),a=new Image;a.crossOrigin="",a.onload=function(){if(!i||!o)return r();i.height=a.height,i.width=a.width,o.drawImage(a,0,0);var e=i.toDataURL(t||"image/png");i=null,n(e)},a.src=e})}function eN(e){var t=e.loaded,n=e.total;if(n<=0||(0,eF.isNil)(n))return 0;var r=t/n;return(0,eF.round)((r>1?1:r)*100)}function e$(e,t,n,r){ez(e).then(function(e){eq(e,t,n,r)})}function eq(e,t,n,r){var i=eM(e);eH(i,t,n,r)}function eH(e,t,n,r){var i=(typeof r==="undefined"?"undefined":w(r))<"u"?[r,e]:[e],o=new Blob(i,{type:n||"application/octet-stream"});if(w(window.navigator.msSaveBlob)<"u")window.navigator.msSaveBlob(o,t);else{var a=window.URL.createObjectURL(o),u=document.createElement("a");u.style.display="none",u.href=a,u.setAttribute("download",t),w(u.download)>"u"&&u.setAttribute("target","_blank"),document.body.appendChild(u),u.click(),document.body.removeChild(u),window.URL.revokeObjectURL(a)}}function eW(e){var t=e.url,n=e.target,r=n===void 0?"_blank":n,i=e.fileName;if(/iP/.test(window.navigator.userAgent))return!1;if($||q){var o=document.createElement("a");return o.href=t,o.download=i||t.substring(t.lastIndexOf("/")+1,t.length),o.style.display="none",document.body.appendChild(o),o.click(),document.body.removeChild(o),!0}return t.includes("?")||(t+="?download"),Y(t,{target:r}),!0}var eV=function(e,t){var n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:"ig";var r=new RegExp(t,n);return g(e.matchAll(r)).map(function(e){return{index:e.index,subString:e[0]}})};function eZ(e){return e.replace(/([A-Z])/g,"-$1").toLowerCase()}var eJ=function(e,t){var n=e;if(!t)return n;var r=t.tagName,i=r===void 0?"mark":r,o=t.bgColor,a=t.color,u=t.style,s=u===void 0?{}:u,c=t.renderHighlightKeyword;if(typeof c=="function")return c(e);s.backgroundColor=o,s.color=a;var l='style="'.concat(Object.keys(s).map(function(e){return"".concat(eZ(e),":").concat(s[e])}).join(";"),'"');return"<".concat(i," ").concat(l,">").concat(n,"</").concat(i,">")},eX=function(e,t){var n="";return t.forEach(function(t){var r=t.start,i=t.end,o=t.option,a=e.slice(r,i),u=eJ(a,o);n+=u,t.subString=u}),n},eY=function(e,t){var n=[];return t.forEach(function(t){var r={keyword:""};typeof t=="string"?r={keyword:t}:r=t;var i=r.keyword,o=r.caseSensitive,a=o===void 0?!0:o,u=eV(e,i,a?"g":"gi"),s={keyword:i,indexList:u,option:r};n.push(s)}),n},eK=function(e,t){var n=eY(e,t),r=[],i=function(e,t){for(var n=0;n<r.length;n++){var i=r[n];if(e>i.start&&e<i.end||e+t>i.start&&e+t<i.end||i.start>e&&i.start<e+t||i.end>e&&i.end<e+t||e===i.start&&e+t===i.end)return-1;if(e+t<=i.start)return n}return r.length};n.forEach(function(e){var t=e.indexList,n=e.option;t.forEach(function(e){var t=e.index,o=e.subString,a={start:t,end:t+o.length,option:n},u=i(t,o.length);u!==-1&&r.splice(u,0,a)})});var o=[];return r.forEach(function(t,n){var i=t.start,a=t.end,u=r[n+1];n===0&&i>0&&o.push({start:0,end:i,subString:e.slice(0,i)}),o.push(v(f({},t),{subString:e.slice(i,a)})),(u===null||u===void 0?void 0:u.start)>a&&o.push({start:a,end:u.start,subString:e.slice(a,u.start)}),n===r.length-1&&a<e.length-1&&o.push({start:a,end:e.length-1,subString:e.slice(a,e.length)})}),o},eG=function(e,t){var n=eK(e,t);return{highText:eX(e,n),highList:n}};var eQ=require("worker-timers"),e0="active",e1="idle",e2="hidden",e4,e6,e3,e5={},e8={attach:function e(e,t){e5[e]||(e5[e]=[]),e5[e].push(t)},fire:function e(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:[];e5[e]&&e5[e].forEach(function(e){e.apply(void 0,g(t))})},remove:function e(e,t){t||Reflect.deleteProperty(e5,e),e5[e]&&(e5[e]=e5[e].filter(function(e){return t!==e}))},dom:function e(e,t,n){return e3||(e.addEventListener?e3=function(e,t,n){return e.addEventListener(t,n,!1)}:typeof e.attachEvent=="function"?e3=function(e,t,n){return e.attachEvent("on".concat(t),n,!1)}:e3=function(e,t,n){return e["on".concat(t)]=n}),e3(e,t,n)}},e9=/*#__PURE__*/function(){"use strict";function e(t,n,i){var o=this;r(this,e);this.activity=t,this.seconds=n,this.callback=i,this.stopped=!1,this.start(),this.activity.on("statusChanged",function(e){o.stopped===!1&&(e.status===e0?o.start():o.pause())})}o(e,[{key:"start",value:function e(){this.stopped=!1,(0,eQ.clearInterval)(this.token),this.token=(0,eQ.setInterval)(this.callback,this.seconds*1e3)}},{key:"stop",value:function e(){this.stopped=!0,(0,eQ.clearInterval)(this.token)}},{key:"resume",value:function e(){this.start()}},{key:"pause",value:function e(){this.stop()}}]);return e}(),e7=/*#__PURE__*/function(){"use strict";function e(){var t=this;r(this,e);if(this.status=e0,this.timers=[],this.idleTime=3e4,this.isLegacyModeOn=!1,document.hidden!==void 0?(e4="hidden",e6="visibilitychange"):document.mozHidden!==void 0?(e4="mozHidden",e6="mozvisibilitychange"):document.msHidden!==void 0?(e4="msHidden",e6="msvisibilitychange"):document.webkitHidden!==void 0&&(e4="webkitHidden",e6="webkitvisibilitychange"),e4===void 0)this.legacyMode();else{var n=function(){document[e4]?t.blur():t.focus()};n(),e8.dom(document,e6,n)}this.startIdleTimer(),this.trackIdleStatus()}o(e,[{key:"legacyMode",value:function e(){var e=this;this.isLegacyModeOn||(e8.dom(window,"blur",function(){return e.blur()}),e8.dom(window,"focus",function(){return e.focus()}),this.isLegacyModeOn=!0)}},{key:"startIdleTimer",value:function e(e){var t=this;u(e,MouseEvent)&&e.movementX===0&&e.movementY===0||(this.timers.map(eQ.clearTimeout),this.timers.length=0,this.status===e1&&this.wakeUp(),this.idleStartedTime=+new Date,this.timers.push((0,eQ.setTimeout)(function(){if(t.status===e0||t.status===e2)return t.idle()},this.idleTime)))}},{key:"trackIdleStatus",value:function e(){e8.dom(document,"mousemove",this.startIdleTimer.bind(this)),e8.dom(document,"mousedown",this.startIdleTimer.bind(this)),e8.dom(document,"keyup",this.startIdleTimer.bind(this)),e8.dom(document,"touchstart",this.startIdleTimer.bind(this)),e8.dom(window,"scroll",this.startIdleTimer.bind(this)),this.focus(this.startIdleTimer.bind(this))}},{key:"on",value:function e(e,t){return e8.attach(e,t),this}},{key:"off",value:function e(e,t){return e8.remove(e,t),this}},{key:"setIdleDuration",value:function e(e){return this.idleTime=e*1e3,this.startIdleTimer(),this}},{key:"getIdleDuration",value:function e(){return this.idleTime}},{key:"getIdleInfo",value:function e(){var e=+new Date,t;if(this.status===e1)t={isIdle:!0,idleFor:e-this.idleStartedTime,timeLeft:0,timeLeftPer:100};else{var n=this.idleStartedTime+this.idleTime-e;t={isIdle:!1,idleFor:e-this.idleStartedTime,timeLeft:n,timeLeftPer:Number.parseFloat((100-n*100/this.idleTime).toFixed(2))}}return t}},{key:"idle",value:function e(e){return e?this.on("idle",e):(this.status=e1,e8.fire("idle"),e8.fire("statusChanged",[{status:this.status}])),this}},{key:"blur",value:function e(e){return e?this.on("blur",e):(this.status=e2,e8.fire("blur"),e8.fire("statusChanged",[{status:this.status}])),this}},{key:"focus",value:function e(e){return e?this.on("focus",e):this.status!==e0&&(this.status=e0,e8.fire("focus"),e8.fire("wakeUp"),e8.fire("statusChanged",[{status:this.status}])),this}},{key:"wakeUp",value:function e(e){return e?this.on("wakeUp",e):this.status!==e0&&(this.status=e0,e8.fire("wakeUp"),e8.fire("statusChanged",[{status:this.status}])),this}},{key:"onEvery",value:function e(e,t){return new e9(this,e,t)}},{key:"now",value:function e(e){return e!==void 0?this.status===e:this.status===e0}}]);return e}();var te=require("lodash-es");function tt(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"default",n=arguments.length>2?arguments[2]:void 0;if(!e||!Reflect.has(e,t)||!(0,te.isFunction)(e[t]))return null;var r=e[t];return r?r(n):null}function tn(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:[];var n=Object.keys(e),r={};return n.forEach(function(n){if(t.includes(n))return null;r[n]=function(t){return tt(e,n,t)}}),r}function tr(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=t.type,r=n===void 0?"text/javascript":n;return new Promise(function(t,n){var i=!1,o=document.querySelector('script[src="'.concat(e,'"]'));if(!o)o=document.createElement("script"),o.type=r,o.async=!0,o.src=e,i=!0;else if(o.hasAttribute("data-loaded")){t({el:o});return}o.addEventListener("error",n),o.addEventListener("abort",n),o.addEventListener("load",function(){o.setAttribute("data-loaded",!0),t({el:o})}),i&&document.head.appendChild(o)})}function ti(e){return new Promise(function(t,n){var r=document.querySelector('script[src="'.concat(e,'"]'));if(!r){n();return}document.head.removeChild(r),t()})}function to(e,t,n){return td(e,t,n,!1)}function ta(e,t,n){return td(e,t,n,!0).length>0}function tu(e){return typeof e!="string"?e:e.replace(/[|\\{}()[\]^$+*?.]/g,"\\$&").replace(/-/g,"\\x2d")}var ts=new Map;function tc(e,t){if(!Array.isArray(e))switch(typeof e==="undefined"?"undefined":w(e)){case"string":e=[e];break;case"undefined":e=[];break;default:throw new TypeError("Expected '".concat(t,"' to be a string or an array, but got a type of '").concat(typeof e==="undefined"?"undefined":w(e),"'"))}return e.filter(function(e){if(typeof e!="string"){if((typeof e==="undefined"?"undefined":w(e))>"u")return!1;throw new TypeError("Expected '".concat(t,"' to be an array of strings, but found a type of '").concat(typeof e==="undefined"?"undefined":w(e),"' in the array"))}return!0})}function tl(e,t){t=f({caseSensitive:!1},t);var n=e+JSON.stringify(t);if(ts.has(n))return ts.get(n);var r=e[0]==="!";r&&(e=e.slice(1)),e=tu(e).replace(/\\\*/g,"[\\s\\S]*");var i=new RegExp("^".concat(e,"$"),t.caseSensitive?"":"i");return i.negated=r,ts.set(n,i),i}function td(e,t,n,r){if(e=tc(e,"inputs"),t=tc(t,"patterns"),t.length===0)return[];t=t.map(function(e){return tl(e,n)});var i=n||{},o=i.allPatterns,a=[];var u=true,s=false,c=undefined;try{for(var l=e[Symbol.iterator](),d;!(u=(d=l.next()).done);u=true){var f=d.value;var h=void 0,v=g(t).fill(!1);var p=true,y=false,w=undefined;try{for(var b=t.entries()[Symbol.iterator](),S;!(p=(S=b.next()).done);p=true){var E=m(S.value,2),O=E[0],A=E[1];if(A.test(f)&&(v[O]=!0,h=!A.negated,!h))break}}catch(e){y=true;w=e}finally{try{if(!p&&b.return!=null){b.return()}}finally{if(y){throw w}}}if(!(h===!1||h===void 0&&t.some(function(e){return!e.negated})||o&&v.some(function(e,n){return!e&&!t[n].negated}))&&(a.push(f),r))break}}catch(e){s=true;c=e}finally{try{if(!u&&l.return!=null){l.return()}}finally{if(s){throw c}}}return a}var tf={id:"id",children:"children",pid:"pid"},th=function(e){return Object.assign({},tf,e)};function tv(e,t){var n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};n=th(n);var r=n.children,i=g(e);var o=true,a=false,u=undefined;try{for(var s=i[Symbol.iterator](),c;!(o=(c=s.next()).done);o=true){var l=c.value;var d;if(t(l))return l;l[r]&&(d=i).push.apply(d,g(l[r]))}}catch(e){a=true;u=e}finally{try{if(!o&&s.return!=null){s.return()}}finally{if(a){throw u}}}return null}function tp(e,t){var n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};var r;n=th(n);var i=n.children,o=g(e),a=[];var u=true,s=false,c=undefined;try{for(var l=o[Symbol.iterator](),d;!(u=(d=l.next()).done);u=true){var f=d.value;t(f)&&a.push(f),f[i]&&(r=o).push.apply(r,g(f[i]))}}catch(e){s=true;c=e}finally{try{if(!u&&l.return!=null){l.return()}}finally{if(s){throw c}}}return a}function ty(e,t){var n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};n=th(n);var r=[],i=g(e),o=new Set,a=n.children;for(;i.length;){var u;var s=i[0];if(o.has(s))r.pop(),i.shift();else if(o.add(s),s[a]&&(u=i).unshift.apply(u,g(s[a])),r.push(s),t(s))return r}return null}function tm(e,t){var n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};n=th(n);var r=[],i=g(e),o=[],a=new Set,u=n.children;for(;i.length;){var s;var c=i[0];a.has(c)?(r.pop(),i.shift()):(a.add(c),c[u]&&(s=i).unshift.apply(s,g(c[u])),r.push(c),t(c)&&o.push(g(r)))}return o}function tg(e,t){var n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};n=th(n);var r=n.children;function i(e){return e.map(function(e){return f({},e)}).filter(function(e){return e[r]=e[r]&&i(e[r]),t(e)||e[r]&&e[r].length})}return i(e)}function tw(e,t){var n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};n=th(n);var r=g(e),i=n.children;for(var o=0;o<r.length;o++){var a;if(t(r[o]))return;i&&r[o][i]&&(a=r).splice.apply(a,[o+1,0].concat(g(r[o][i])))}}function tb(e,t){return e.map(function(e){return tS(e,t)})}function tS(e,t){var n=t.children,r=n===void 0?"children":n,i=t.conversion;var o=Array.isArray(e[r])&&e[r].length>0,u=i(e)||{};return o?v(f({},u),a({},r,e[r].map(function(e){return tS(e,{children:r,conversion:i})}))):f({},u)}var tE=require("uuid");function tO(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},t=e.native,n=t===void 0?!0:t;var r,i;var o;return n?(o=(i=window.crypto)===null||i===void 0?void 0:(r=i.randomUUID)===null||r===void 0?void 0:r.call(i))!==null&&o!==void 0?o:(0,tE.v4)():(0,tE.v4)()}var tA=0;function tk(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"";var t=Date.now(),n=Math.floor(Math.random()*1e9);return tA++,"".concat(e,"_").concat(n).concat(tA).concat(String(t))}0&&(module.exports={AesEncryption:AesEncryption,IfActivity:IfActivity,addClass:addClass,addLocationListener:addLocationListener,addResizeListener:addResizeListener,buildBEM:buildBEM,buildShortUUID:buildShortUUID,buildUUID:buildUUID,createBEM:createBEM,createNamespace:createNamespace,createSearchReg:createSearchReg,dataURLtoBlob:dataURLtoBlob,decodeByBase64:decodeByBase64,deepMerge:deepMerge,domOffEvent:domOffEvent,domOnEvent:domOnEvent,downloadByBase64:downloadByBase64,downloadByData:downloadByData,downloadByOnlineUrl:downloadByOnlineUrl,downloadByUrl:downloadByUrl,downloadPercent:downloadPercent,enableTransitions:enableTransitions,encryptByBase64:encryptByBase64,encryptByMd5:encryptByMd5,escapeStringRegexp:escapeStringRegexp,extendSlots:extendSlots,filterTree:filterTree,findNode:findNode,findNodeAll:findNodeAll,findPath:findPath,findPathAll:findPathAll,forEachTree:forEachTree,getActualWidthOfChars:getActualWidthOfChars,getBoundingClientRect:getBoundingClientRect,getPopupContainer:getPopupContainer,getRawRoute:getRawRoute,getSlot:getSlot,getViewportOffset:getViewportOffset,hackCss:hackCss,hasClass:hasClass,highlightHtml:highlightHtml,is:is,isBrowser:isBrowser,isChineseText:isChineseText,isChrome:isChrome,isClient:isClient,isIterableArray:isIterableArray,isMatch:isMatch,isObject:isObject,isPositiveInteger:isPositiveInteger,isSafari:isSafari,isServer:isServer,isSupportNativeEllipsis:isSupportNativeEllipsis,isSupportResizeObserver:isSupportResizeObserver,isUrl:isUrl,loadScript:loadScript,matcher:matcher,openWindow:openWindow,regexpMap:regexpMap,removeClass:removeClass,removeResizeListener:removeResizeListener,setCssVar:setCssVar,setObjToUrlParams:setObjToUrlParams,treeMap:treeMap,treeMapEach:treeMapEach,triggerWindowResize:triggerWindowResize,unloadScript:unloadScript,unsetAllProperty:unsetAllProperty,urlToBase64:urlToBase64,useRafThrottle:useRafThrottle,withInstall:withInstall});
1
+ var __create = Object.create;
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __getProtoOf = Object.getPrototypeOf;
6
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
7
+ var __export = (target, all) => {
8
+ for (var name in all)
9
+ __defProp(target, name, { get: all[name], enumerable: true });
10
+ };
11
+ var __copyProps = (to, from, except, desc) => {
12
+ if (from && typeof from === "object" || typeof from === "function") {
13
+ for (let key of __getOwnPropNames(from))
14
+ if (!__hasOwnProp.call(to, key) && key !== except)
15
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
16
+ }
17
+ return to;
18
+ };
19
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
20
+ // If the importer is in node compatibility mode or this is not an ESM
21
+ // file that has been converted to a CommonJS file using a Babel-
22
+ // compatible transform (i.e. "__esModule" has not been set), then set
23
+ // "default" to the CommonJS "module.exports" for node compatibility.
24
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
25
+ mod
26
+ ));
27
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
28
+
29
+ // src/index.js
30
+ var src_exports = {};
31
+ __export(src_exports, {
32
+ AesEncryption: () => AesEncryption,
33
+ IfActivity: () => IfActivity,
34
+ addClass: () => addClass,
35
+ addLocationListener: () => addLocationListener,
36
+ addResizeListener: () => addResizeListener,
37
+ buildBEM: () => buildBEM,
38
+ buildShortUUID: () => buildShortUUID,
39
+ buildUUID: () => buildUUID,
40
+ createBEM: () => createBEM,
41
+ createNamespace: () => createNamespace,
42
+ createSearchReg: () => createSearchReg,
43
+ dataURLtoBlob: () => dataURLtoBlob,
44
+ decodeByBase64: () => decodeByBase64,
45
+ deepMerge: () => deepMerge,
46
+ domOffEvent: () => off,
47
+ domOnEvent: () => on,
48
+ downloadByBase64: () => downloadByBase64,
49
+ downloadByData: () => downloadByData,
50
+ downloadByOnlineUrl: () => downloadByOnlineUrl,
51
+ downloadByUrl: () => downloadByUrl,
52
+ downloadPercent: () => downloadPercent,
53
+ enableTransitions: () => enableTransitions,
54
+ encryptByBase64: () => encryptByBase64,
55
+ encryptByMd5: () => encryptByMd5,
56
+ escapeStringRegexp: () => escapeStringRegexp,
57
+ extendSlots: () => extendSlots,
58
+ filterTree: () => filter,
59
+ findNode: () => findNode,
60
+ findNodeAll: () => findNodeAll,
61
+ findPath: () => findPath,
62
+ findPathAll: () => findPathAll,
63
+ forEachTree: () => forEach,
64
+ getActualWidthOfChars: () => getActualWidthOfChars,
65
+ getBoundingClientRect: () => getBoundingClientRect,
66
+ getPopupContainer: () => getPopupContainer,
67
+ getRawRoute: () => getRawRoute,
68
+ getSlot: () => getSlot,
69
+ getViewportOffset: () => getViewportOffset,
70
+ hackCss: () => hackCss,
71
+ hasClass: () => hasClass,
72
+ highlightHtml: () => highlightHtml,
73
+ is: () => is,
74
+ isBrowser: () => isBrowser,
75
+ isChineseText: () => isChineseText,
76
+ isChrome: () => isChrome,
77
+ isClient: () => isClient,
78
+ isIterableArray: () => isIterableArray,
79
+ isMatch: () => isMatch,
80
+ isObject: () => isObject,
81
+ isPositiveInteger: () => isPositiveInteger,
82
+ isSafari: () => isSafari,
83
+ isServer: () => isServer,
84
+ isSupportNativeEllipsis: () => isSupportNativeEllipsis,
85
+ isSupportResizeObserver: () => isSupportResizeObserver,
86
+ isUrl: () => isUrl,
87
+ loadScript: () => loadScript,
88
+ matcher: () => matcher,
89
+ openWindow: () => openWindow,
90
+ regexpMap: () => regexpMap,
91
+ removeClass: () => removeClass,
92
+ removeResizeListener: () => removeResizeListener,
93
+ setCssVar: () => setCssVar,
94
+ setObjToUrlParams: () => setObjToUrlParams,
95
+ treeMap: () => treeMap,
96
+ treeMapEach: () => treeMapEach,
97
+ triggerWindowResize: () => triggerWindowResize,
98
+ unloadScript: () => unloadScript,
99
+ unsetAllProperty: () => unsetAllProperty,
100
+ urlToBase64: () => urlToBase64,
101
+ useRafThrottle: () => useRafThrottle,
102
+ withInstall: () => withInstall
103
+ });
104
+ module.exports = __toCommonJS(src_exports);
105
+
106
+ // src/common.js
107
+ var import_lodash_es = require("lodash-es");
108
+
109
+ // src/regexp.js
110
+ var regexpMap = {
111
+ // 手机号(mobile phone)中国(宽松), 只要是13,14,15,16,17,18,19开头即可
112
+ mobile: /^(?:(?:\+|00)86)?1[3-9]\d{9}$/,
113
+ // 座机(tel phone)电话(国内),如: 0341-86091234
114
+ tel: /^(?:(?:\d{3}-)?\d{8}|(?:\d{4}-)?\d{7,8})(?:-\d+)?$/,
115
+ // 数字和字母组成
116
+ numAndLetter: /^[A-Z0-9]+$/i,
117
+ // 密码强度校验,最少6位,包括至少1个大写字母,1个小写字母,1个数字,1个特殊字符
118
+ password: /^\S*(?=\S{6,})(?=\S*\d)(?=\S*[A-Z])(?=\S*[a-z])(?=\S*[!@#$%^&*? ])\S+$/,
119
+ // email(支持中文邮箱)
120
+ email: /^[A-Z0-9\u4E00-\u9FA5]+@[\w-]+(?:\.[\w-]+)+$/i,
121
+ // 邮政编码(中国)
122
+ postalCode: /^(0[1-7]|1[0-356]|2[0-7]|3[0-6]|4[0-7]|5[1-7]|6[1-7]|7[0-5]|8[013-6])\d{4}$/,
123
+ // 身份证号(2代,18位数字),最后一位是校验位,可能为数字或字符X
124
+ identityCard: /^[1-9]\d{5}(?:18|19|20)\d{2}(?:0[1-9]|10|11|12)(?:0[1-9]|[12]\d|30|31)\d{3}[\dX]$/i,
125
+ // IP地址--ip-v4[:端口]
126
+ ip: /^((\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.){3}(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])(?::(?:\d|[1-9]\d{1,3}|[1-5]\d{4}|6[0-4]\d{3}|65[0-4]\d{2}|655[0-2]\d|6553[0-5]))?$/,
127
+ // URL
128
+ url: /^(((ht|f)tps?):\/\/)?([^!@#$%^&*?.\s-][^!@#$%^&*?.\s]{0,64}\.)+[a-z]{2,6}\/?/,
129
+ // 是否为https url
130
+ httpsUrl: /^https:\/\//,
131
+ // 域名(非网址, 不包含协议)
132
+ domain: /^([0-9a-z-]+\.)+([a-z]{2,})$/i,
133
+ // 车牌号(新能源+非新能源)
134
+ plateNumber: /^[京津沪渝冀豫云辽黑湘皖鲁新苏浙赣鄂桂甘晋蒙陕吉闽贵粤青藏川宁琼使领][A-HJ-NP-Z][A-HJ-NP-Z0-9]{4,5}[A-HJ-NP-Z0-9挂学警港澳]$/,
135
+ // md5格式(32位)
136
+ md5: /^[a-f0-9]{32}$/i,
137
+ // base64格式
138
+ base64: /^\s*data:(?:[a-z]+\/[a-z0-9-+.]+(?:;[a-z-]+=[a-z0-9-]+)?)?(?:;base64)?,([\w!$&',()*+;=\-.~:@/?%\s]*?)\s*$/i,
139
+ // GUID/UUID
140
+ uuid: /^[a-f\d]{4}(?:[a-f\d]{4}-){4}[a-f\d]{12}$/i,
141
+ // 版本号(version)格式必须为X.Y.Z
142
+ version: /^\d+(?:\.\d+){2}$/,
143
+ // 视频(video)链接地址(视频格式可按需增删)
144
+ videoUrl: /^https?:\/\/(.+\/)+.+(\.(swf|avi|flv|mpg|rm|mov|wav|asf|3gp|mkv|rmvb|mp4))$/i,
145
+ // 图片(image)链接地址(图片格式可按需增删)
146
+ imageUrl: /^https?:\/\/(.+\/)+.+(\.(gif|png|jpg|jpeg|webp|svg|psd|bmp|tif))$/i,
147
+ // 中文
148
+ chinese: /^(?:[\u3400-\u4DB5\u4E00-\u9FEA\uFA0E\uFA0F\uFA11\uFA13\uFA14\uFA1F\uFA21\uFA23\uFA24\uFA27-\uFA29]|[\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879][\uDC00-\uDFFF]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0])+$/,
149
+ itcode: /^[a-z]+\d*$/i
150
+ };
151
+
152
+ // src/is.js
153
+ var toString = Object.prototype.toString;
154
+ function is(val, type) {
155
+ return toString.call(val) === `[object ${type}]`;
156
+ }
157
+ function isObject(val) {
158
+ return val !== null && is(val, "Object");
159
+ }
160
+ function isUrl(path) {
161
+ return regexpMap.url.test(path);
162
+ }
163
+ function isIterableArray(val) {
164
+ return Array.isArray(val) && val.length > 0;
165
+ }
166
+ function isPositiveInteger(num) {
167
+ return Number.isInteger(num) && num >= 0;
168
+ }
169
+ var isServer = typeof window === "undefined";
170
+ var isClient = !isServer;
171
+ var isChrome = isClient && window.navigator.userAgent.toLowerCase().includes("chrome");
172
+ var isSafari = isClient && window.navigator.userAgent.toLowerCase().includes("safari");
173
+ var isBrowser = typeof window !== "undefined" && typeof document !== "undefined";
174
+ var isSupportNativeEllipsis = isBrowser && typeof document.body.style.lineClamp !== "undefined";
175
+ var isSupportResizeObserver = isBrowser && typeof ResizeObserver !== "undefined";
176
+ var isChineseText = (text) => {
177
+ return regexpMap.chinese.test(text);
178
+ };
179
+
180
+ // src/common.js
181
+ var withInstall = (component, alias) => {
182
+ const comp = component;
183
+ comp.install = (app) => {
184
+ app.component(comp.name || comp.displayName, component);
185
+ if (alias) {
186
+ app.config.globalProperties[alias] = component;
187
+ }
188
+ };
189
+ return component;
190
+ };
191
+ function getRawRoute(route) {
192
+ if (!route) {
193
+ return route;
194
+ }
195
+ const { matched, ...opt } = route;
196
+ return {
197
+ ...opt,
198
+ matched: matched ? matched.map((item) => ({
199
+ meta: item.meta,
200
+ name: item.name,
201
+ path: item.path
202
+ })) : void 0
203
+ };
204
+ }
205
+ function openWindow(url, opt) {
206
+ const { target = "__blank", noopener = true, noreferrer = true } = opt || {};
207
+ const feature = [];
208
+ noopener && feature.push("noopener=yes");
209
+ noreferrer && feature.push("noreferrer=yes");
210
+ window.open(url, target, feature.join(","));
211
+ }
212
+ function deepMerge(source, target, mergeArrays = "replace") {
213
+ if (!target) {
214
+ return source;
215
+ }
216
+ if (!source) {
217
+ return target;
218
+ }
219
+ return (0, import_lodash_es.mergeWith)(source, target, (sourceValue, targetValue) => {
220
+ if ((0, import_lodash_es.isArray)(targetValue) && (0, import_lodash_es.isArray)(sourceValue)) {
221
+ switch (mergeArrays) {
222
+ case "union":
223
+ return (0, import_lodash_es.unionWith)(sourceValue, targetValue, import_lodash_es.isEqual);
224
+ case "intersection":
225
+ return (0, import_lodash_es.intersectionWith)(sourceValue, targetValue, import_lodash_es.isEqual);
226
+ case "concat":
227
+ return sourceValue.concat(targetValue);
228
+ case "replace":
229
+ return targetValue;
230
+ default:
231
+ throw new Error(`Unknown merge array strategy: ${mergeArrays}`);
232
+ }
233
+ }
234
+ if (isObject(targetValue) && isObject(sourceValue)) {
235
+ return deepMerge(sourceValue, targetValue, mergeArrays);
236
+ }
237
+ return void 0;
238
+ });
239
+ }
240
+ function getPopupContainer(node) {
241
+ return (node == null ? void 0 : node.parentNode) ?? document.body;
242
+ }
243
+ function setObjToUrlParams(baseUrl, obj) {
244
+ if (!isIterableArray(Object.keys(obj))) {
245
+ return baseUrl;
246
+ }
247
+ let parameters = "";
248
+ for (const key in obj) {
249
+ parameters += `${key}=${encodeURIComponent(obj[key])}&`;
250
+ }
251
+ parameters = parameters.replace(/&$/, "");
252
+ return /\?$/.test(baseUrl) ? baseUrl + parameters : baseUrl.replace(/\/?$/, "?") + parameters;
253
+ }
254
+ function unsetAllProperty(params) {
255
+ if ((0, import_lodash_es.isPlainObject)(params)) {
256
+ Object.keys(params).forEach((key) => {
257
+ Reflect.deleteProperty(params, key);
258
+ });
259
+ }
260
+ }
261
+ function transform(c) {
262
+ const code = ["$", "(", ")", "*", "+", ".", "[", "]", "?", "\\", "^", "{", "}", "|"];
263
+ return code.includes(c) ? `\\${c}` : c;
264
+ }
265
+ function createSearchReg(key) {
266
+ const keys = [...key].map((item) => transform(item));
267
+ const str = ["", ...keys, ""].join(".*");
268
+ return new RegExp(str, "i");
269
+ }
270
+ function getActualWidthOfChars(text = "", options = {}) {
271
+ const {
272
+ size = 14,
273
+ family = getComputedStyle(document.documentElement).getPropertyValue("--vxe-font-family") || "sans-serif"
274
+ } = options;
275
+ const canvas = document.createElement("canvas");
276
+ const ctx = canvas.getContext("2d");
277
+ ctx.font = `${size}px ${family}`;
278
+ const metrics = ctx.measureText(text);
279
+ const actual = Math.abs(metrics.actualBoundingBoxLeft) + Math.abs(metrics.actualBoundingBoxRight);
280
+ return Math.ceil(Math.max(metrics.width, actual));
281
+ }
282
+
283
+ // src/bem.js
284
+ function genBem(name, mods) {
285
+ if (!mods) {
286
+ return "";
287
+ }
288
+ if (typeof mods === "string") {
289
+ return ` ${name}--${mods}`;
290
+ }
291
+ if (Array.isArray(mods)) {
292
+ return mods.reduce((ret, item) => ret + genBem(name, item), "");
293
+ }
294
+ return Object.keys(mods).reduce((ret, key) => ret + (mods[key] ? genBem(name, key) : ""), "");
295
+ }
296
+ function buildBEM(name) {
297
+ return (el, mods) => {
298
+ if (el && typeof el !== "string") {
299
+ mods = el;
300
+ el = "";
301
+ }
302
+ el = el ? `${name}__${el}` : name;
303
+ return `${el}${genBem(el, mods)}`;
304
+ };
305
+ }
306
+ function createBEM(name, prefixCls = "gsc") {
307
+ return [buildBEM(`${prefixCls}-${name}`)];
308
+ }
309
+ function createNamespace(name, prefixCls = "gsc") {
310
+ const prefixedName = `${prefixCls}-${name}`;
311
+ return [prefixedName, buildBEM(prefixedName)];
312
+ }
313
+
314
+ // src/cipher.js
315
+ var import_aes = require("crypto-js/aes");
316
+ var import_enc_utf8 = __toESM(require("crypto-js/enc-utf8"), 1);
317
+ var import_pad_pkcs7 = __toESM(require("crypto-js/pad-pkcs7"), 1);
318
+ var import_mode_ecb = __toESM(require("crypto-js/mode-ecb"), 1);
319
+ var import_md5 = __toESM(require("crypto-js/md5"), 1);
320
+ var import_enc_base64 = __toESM(require("crypto-js/enc-base64"), 1);
321
+ var AesEncryption = class {
322
+ constructor(opt) {
323
+ const { key, iv } = opt;
324
+ if (key) {
325
+ this.key = (0, import_enc_utf8.parse)(key);
326
+ }
327
+ if (iv) {
328
+ this.iv = (0, import_enc_utf8.parse)(iv);
329
+ }
330
+ }
331
+ get getOptions() {
332
+ return {
333
+ mode: import_mode_ecb.default,
334
+ padding: import_pad_pkcs7.default,
335
+ iv: this.iv
336
+ };
337
+ }
338
+ encryptByAES(cipherText) {
339
+ return (0, import_aes.encrypt)(cipherText, this.key, this.getOptions).toString();
340
+ }
341
+ decryptByAES(cipherText) {
342
+ return (0, import_aes.decrypt)(cipherText, this.key, this.getOptions).toString(import_enc_utf8.default);
343
+ }
344
+ };
345
+ function encryptByBase64(cipherText) {
346
+ return import_enc_utf8.default.parse(cipherText).toString(import_enc_base64.default);
347
+ }
348
+ function decodeByBase64(cipherText) {
349
+ return import_enc_base64.default.parse(cipherText).toString(import_enc_utf8.default);
350
+ }
351
+ function encryptByMd5(password) {
352
+ return (0, import_md5.default)(password).toString();
353
+ }
354
+
355
+ // src/domUtils.js
356
+ var import_lodash_es2 = require("lodash-es");
357
+ var docEle = document.documentElement;
358
+ var enableTransitions = () => {
359
+ return "startViewTransition" in document && window.matchMedia("(prefers-reduced-motion: no-preference)").matches;
360
+ };
361
+ function getBoundingClientRect(element) {
362
+ if (!element || !element.getBoundingClientRect) {
363
+ return 0;
364
+ }
365
+ return element.getBoundingClientRect();
366
+ }
367
+ function trim(string) {
368
+ return (string || "").replace(/^\s+|\s+$/g, "");
369
+ }
370
+ function hasClass(el, cls) {
371
+ if (!el || !cls) {
372
+ return false;
373
+ }
374
+ if (cls.includes(" ")) {
375
+ throw new Error("className should not contain space.");
376
+ }
377
+ if (el.classList) {
378
+ return el.classList.contains(cls);
379
+ } else {
380
+ return ` ${el.className} `.includes(` ${cls} `);
381
+ }
382
+ }
383
+ function setCssVar(prop, val, dom = docEle) {
384
+ dom.style.setProperty(prop, val);
385
+ }
386
+ function addClass(el, cls) {
387
+ if (!el) {
388
+ return;
389
+ }
390
+ let curClass = el.className;
391
+ const classes = (cls || "").split(" ");
392
+ for (let i = 0, j = classes.length; i < j; i++) {
393
+ const clsName = classes[i];
394
+ if (!clsName) {
395
+ continue;
396
+ }
397
+ if (el.classList) {
398
+ el.classList.add(clsName);
399
+ } else if (!hasClass(el, clsName)) {
400
+ curClass += ` ${clsName}`;
401
+ }
402
+ }
403
+ if (!el.classList) {
404
+ el.className = curClass;
405
+ }
406
+ }
407
+ function removeClass(el, cls) {
408
+ if (!el || !cls) {
409
+ return;
410
+ }
411
+ const classes = cls.split(" ");
412
+ let curClass = ` ${el.className} `;
413
+ for (let i = 0, j = classes.length; i < j; i++) {
414
+ const clsName = classes[i];
415
+ if (!clsName) {
416
+ continue;
417
+ }
418
+ if (el.classList) {
419
+ el.classList.remove(clsName);
420
+ } else if (hasClass(el, clsName)) {
421
+ curClass = curClass.replace(` ${clsName} `, " ");
422
+ }
423
+ }
424
+ if (!el.classList) {
425
+ el.className = trim(curClass);
426
+ }
427
+ }
428
+ function getViewportOffset(element) {
429
+ const doc = document.documentElement;
430
+ const docScrollLeft = doc.scrollLeft;
431
+ const docScrollTop = doc.scrollTop;
432
+ const docClientLeft = doc.clientLeft;
433
+ const docClientTop = doc.clientTop;
434
+ const pageXOffset = window.scrollX;
435
+ const pageYOffset = window.scrollY;
436
+ const box = getBoundingClientRect(element);
437
+ const { left: retLeft, top: rectTop, width: rectWidth, height: rectHeight } = box;
438
+ const scrollLeft = (pageXOffset || docScrollLeft) - (docClientLeft || 0);
439
+ const scrollTop = (pageYOffset || docScrollTop) - (docClientTop || 0);
440
+ const offsetLeft = retLeft + pageXOffset;
441
+ const offsetTop = rectTop + pageYOffset;
442
+ const left = offsetLeft - scrollLeft;
443
+ const top = offsetTop - scrollTop;
444
+ const clientWidth = window.document.documentElement.clientWidth;
445
+ const clientHeight = window.document.documentElement.clientHeight;
446
+ return {
447
+ left,
448
+ top,
449
+ right: clientWidth - rectWidth - left,
450
+ bottom: clientHeight - rectHeight - top,
451
+ rightIncludeBody: clientWidth - left,
452
+ bottomIncludeBody: clientHeight - top
453
+ };
454
+ }
455
+ function hackCss(attr, value) {
456
+ const prefix = ["webkit", "Moz", "ms", "OT"];
457
+ const styleObj = {};
458
+ prefix.forEach((item) => {
459
+ styleObj[`${item}${(0, import_lodash_es2.upperFirst)(attr)}`] = value;
460
+ });
461
+ return {
462
+ ...styleObj,
463
+ [attr]: value
464
+ };
465
+ }
466
+ function on(element, event, handler) {
467
+ if (element && event && handler) {
468
+ element.addEventListener(event, handler, false);
469
+ }
470
+ }
471
+ function off(element, event, handler) {
472
+ if (element && event && handler) {
473
+ element.removeEventListener(event, handler, false);
474
+ }
475
+ }
476
+ function useRafThrottle(fn) {
477
+ let locked = false;
478
+ return function(...args) {
479
+ if (locked) {
480
+ return;
481
+ }
482
+ locked = true;
483
+ window.requestAnimationFrame(() => {
484
+ fn.apply(this, args);
485
+ locked = false;
486
+ });
487
+ };
488
+ }
489
+
490
+ // src/event.js
491
+ var import_resize_observer_polyfill = __toESM(require("resize-observer-polyfill"), 1);
492
+ function resizeHandler(entries) {
493
+ for (const entry of entries) {
494
+ const listeners = entry.target.__resizeListeners__ || [];
495
+ if (listeners.length) {
496
+ listeners.forEach((fn) => {
497
+ fn();
498
+ });
499
+ }
500
+ }
501
+ }
502
+ function addResizeListener(element, fn) {
503
+ if (isServer) {
504
+ return;
505
+ }
506
+ if (!element.__resizeListeners__) {
507
+ element.__resizeListeners__ = [];
508
+ element.__ro__ = new import_resize_observer_polyfill.default(resizeHandler);
509
+ element.__ro__.observe(element);
510
+ }
511
+ element.__resizeListeners__.push(fn);
512
+ }
513
+ function removeResizeListener(element, fn) {
514
+ if (!element || !element.__resizeListeners__) {
515
+ return;
516
+ }
517
+ element.__resizeListeners__.splice(element.__resizeListeners__.indexOf(fn), 1);
518
+ if (!element.__resizeListeners__.length) {
519
+ element.__ro__.disconnect();
520
+ element.__ro__ = null;
521
+ element.__resizeListeners__ = null;
522
+ }
523
+ }
524
+ function triggerWindowResize() {
525
+ const event = new Event("resize", { bubbles: true, cancelable: true });
526
+ window.dispatchEvent(event);
527
+ }
528
+ function addLocationListener(fn, options = {}) {
529
+ function addEvent(type) {
530
+ const original = window.history[type];
531
+ return function(...args) {
532
+ const e = new Event(type);
533
+ e.arguments = args;
534
+ window.dispatchEvent(e);
535
+ return original.apply(this, args);
536
+ };
537
+ }
538
+ ;
539
+ window.history.pushState = addEvent("pushState");
540
+ window.history.replaceState = addEvent("replaceState");
541
+ window.addEventListener("popstate", fn, options);
542
+ window.addEventListener("hashchange", fn, options);
543
+ window.addEventListener("replaceState", fn, options);
544
+ window.addEventListener("pushState", fn, options);
545
+ return {
546
+ removeListener: () => {
547
+ window.removeEventListener("popstate", fn, options);
548
+ window.removeEventListener("hashchange", fn, options);
549
+ window.removeEventListener("replaceState", fn, options);
550
+ window.removeEventListener("pushState", fn, options);
551
+ }
552
+ };
553
+ }
554
+
555
+ // src/file.js
556
+ var import_lodash_es3 = require("lodash-es");
557
+ function dataURLtoBlob(base64Buf) {
558
+ const arr = base64Buf.split(",");
559
+ const typeItem = arr[0];
560
+ const mime = typeItem.match(/:(.*?);/)[1];
561
+ const bstr = window.atob(arr[1]);
562
+ let n = bstr.length;
563
+ const u8arr = new Uint8Array(n);
564
+ while (n--) {
565
+ u8arr[n] = bstr.charCodeAt(n);
566
+ }
567
+ return new Blob([u8arr], { type: mime });
568
+ }
569
+ function urlToBase64(url, mineType) {
570
+ return new Promise((resolve, reject) => {
571
+ let canvas = document.createElement("CANVAS");
572
+ const ctx = canvas.getContext("2d");
573
+ const img = new Image();
574
+ img.crossOrigin = "";
575
+ img.onload = function() {
576
+ if (!canvas || !ctx) {
577
+ return reject();
578
+ }
579
+ canvas.height = img.height;
580
+ canvas.width = img.width;
581
+ ctx.drawImage(img, 0, 0);
582
+ const dataURL = canvas.toDataURL(mineType || "image/png");
583
+ canvas = null;
584
+ resolve(dataURL);
585
+ };
586
+ img.src = url;
587
+ });
588
+ }
589
+ function downloadPercent(event) {
590
+ const { loaded, total } = event;
591
+ if (total <= 0 || (0, import_lodash_es3.isNil)(total)) {
592
+ return 0;
593
+ }
594
+ const percent = loaded / total;
595
+ return (0, import_lodash_es3.round)((percent > 1 ? 1 : percent) * 100);
596
+ }
597
+ function downloadByOnlineUrl(url, filename, mime, bom) {
598
+ urlToBase64(url).then((base64) => {
599
+ downloadByBase64(base64, filename, mime, bom);
600
+ });
601
+ }
602
+ function downloadByBase64(buf, filename, mime, bom) {
603
+ const base64Buf = dataURLtoBlob(buf);
604
+ downloadByData(base64Buf, filename, mime, bom);
605
+ }
606
+ function downloadByData(data, filename, mime, bom) {
607
+ const blobData = typeof bom !== "undefined" ? [bom, data] : [data];
608
+ const blob = new Blob(blobData, { type: mime || "application/octet-stream" });
609
+ if (typeof window.navigator.msSaveBlob !== "undefined") {
610
+ window.navigator.msSaveBlob(blob, filename);
611
+ } else {
612
+ const blobURL = window.URL.createObjectURL(blob);
613
+ const tempLink = document.createElement("a");
614
+ tempLink.style.display = "none";
615
+ tempLink.href = blobURL;
616
+ tempLink.setAttribute("download", filename);
617
+ if (typeof tempLink.download === "undefined") {
618
+ tempLink.setAttribute("target", "_blank");
619
+ }
620
+ document.body.appendChild(tempLink);
621
+ tempLink.click();
622
+ document.body.removeChild(tempLink);
623
+ window.URL.revokeObjectURL(blobURL);
624
+ }
625
+ }
626
+ function downloadByUrl({ url, target = "_blank", fileName }) {
627
+ if (/iP/.test(window.navigator.userAgent)) {
628
+ return false;
629
+ }
630
+ if (isChrome || isSafari) {
631
+ const link = document.createElement("a");
632
+ link.href = url;
633
+ link.download = fileName || url.substring(url.lastIndexOf("/") + 1, url.length);
634
+ link.style.display = "none";
635
+ document.body.appendChild(link);
636
+ link.click();
637
+ document.body.removeChild(link);
638
+ return true;
639
+ }
640
+ if (!url.includes("?")) {
641
+ url += "?download";
642
+ }
643
+ openWindow(url, { target });
644
+ return true;
645
+ }
646
+
647
+ // src/highlightHtml.js
648
+ var getKeywordIndexList = (content, keyword, flags = "ig") => {
649
+ const reg = new RegExp(keyword, flags);
650
+ const res = content.matchAll(reg);
651
+ const arr = [...res];
652
+ const allIndexArr = arr.map((e) => ({
653
+ index: e.index,
654
+ subString: e["0"]
655
+ }));
656
+ return allIndexArr;
657
+ };
658
+ function humpToLine(name) {
659
+ return name.replace(/([A-Z])/g, "-$1").toLowerCase();
660
+ }
661
+ var renderNodeTag = (subStr, option) => {
662
+ const s = subStr;
663
+ if (!option) {
664
+ return s;
665
+ }
666
+ const { tagName = "mark", bgColor, color, style = {}, renderHighlightKeyword } = option;
667
+ if (typeof renderHighlightKeyword === "function") {
668
+ return renderHighlightKeyword(subStr);
669
+ }
670
+ style.backgroundColor = bgColor;
671
+ style.color = color;
672
+ const styleContent = Object.keys(style).map((k) => `${humpToLine(k)}:${style[k]}`).join(";");
673
+ const styleStr = `style="${styleContent}"`;
674
+ return `<${tagName} ${styleStr}>${s}</${tagName}>`;
675
+ };
676
+ var renderHighlightHtml = (content, list) => {
677
+ let str = "";
678
+ list.forEach((item) => {
679
+ const { start, end, option } = item;
680
+ const s = content.slice(start, end);
681
+ const subStr = renderNodeTag(s, option);
682
+ str += subStr;
683
+ item.subString = subStr;
684
+ });
685
+ return str;
686
+ };
687
+ var parseHighlightIndex = (content, keywords) => {
688
+ const result = [];
689
+ keywords.forEach((keywordOption) => {
690
+ let option = { keyword: "" };
691
+ if (typeof keywordOption === "string") {
692
+ option = { keyword: keywordOption };
693
+ } else {
694
+ option = keywordOption;
695
+ }
696
+ const { keyword, caseSensitive = true } = option;
697
+ const indexList = getKeywordIndexList(content, keyword, caseSensitive ? "g" : "gi");
698
+ const res = {
699
+ keyword,
700
+ indexList,
701
+ option
702
+ };
703
+ result.push(res);
704
+ });
705
+ return result;
706
+ };
707
+ var parseHighlightString = (content, keywords) => {
708
+ const result = parseHighlightIndex(content, keywords);
709
+ const splitList = [];
710
+ const findSplitIndex = (index, len) => {
711
+ for (let i = 0; i < splitList.length; i++) {
712
+ const cur = splitList[i];
713
+ if (index > cur.start && index < cur.end || index + len > cur.start && index + len < cur.end || cur.start > index && cur.start < index + len || cur.end > index && cur.end < index + len || index === cur.start && index + len === cur.end) {
714
+ return -1;
715
+ }
716
+ if (index + len <= cur.start) {
717
+ return i;
718
+ }
719
+ }
720
+ return splitList.length;
721
+ };
722
+ result.forEach(({ indexList, option }) => {
723
+ indexList.forEach((e) => {
724
+ const { index, subString } = e;
725
+ const item = {
726
+ start: index,
727
+ end: index + subString.length,
728
+ option
729
+ };
730
+ const splitIndex = findSplitIndex(index, subString.length);
731
+ if (splitIndex !== -1) {
732
+ splitList.splice(splitIndex, 0, item);
733
+ }
734
+ });
735
+ });
736
+ const list = [];
737
+ splitList.forEach((cur, i) => {
738
+ const { start, end } = cur;
739
+ const next = splitList[i + 1];
740
+ if (i === 0 && start > 0) {
741
+ list.push({ start: 0, end: start, subString: content.slice(0, start) });
742
+ }
743
+ list.push({ ...cur, subString: content.slice(start, end) });
744
+ if ((next == null ? void 0 : next.start) > end) {
745
+ list.push({
746
+ start: end,
747
+ end: next.start,
748
+ subString: content.slice(end, next.start)
749
+ });
750
+ }
751
+ if (i === splitList.length - 1 && end < content.length - 1) {
752
+ list.push({
753
+ start: end,
754
+ end: content.length - 1,
755
+ subString: content.slice(end, content.length)
756
+ });
757
+ }
758
+ });
759
+ return list;
760
+ };
761
+ var highlightHtml = (content, keywords) => {
762
+ const splitList = parseHighlightString(content, keywords);
763
+ return {
764
+ highText: renderHighlightHtml(content, splitList),
765
+ highList: splitList
766
+ };
767
+ };
768
+
769
+ // src/ifActivity.js
770
+ var import_worker_timers = require("worker-timers");
771
+ var STATUS_ACTIVE = "active";
772
+ var STATUS_IDLE = "idle";
773
+ var STATUS_HIDDEN = "hidden";
774
+ var DOC_HIDDEN;
775
+ var VISIBILITY_CHANGE_EVENT;
776
+ var setListener;
777
+ var store = {};
778
+ var Events = {
779
+ attach(event, callback) {
780
+ if (!store[event]) {
781
+ store[event] = [];
782
+ }
783
+ store[event].push(callback);
784
+ },
785
+ fire(event, args = []) {
786
+ if (store[event]) {
787
+ store[event].forEach((callback) => {
788
+ callback(...args);
789
+ });
790
+ }
791
+ },
792
+ remove(event, callback) {
793
+ if (!callback) {
794
+ Reflect.deleteProperty(store, event);
795
+ }
796
+ if (store[event]) {
797
+ store[event] = store[event].filter((savedCallback) => {
798
+ return callback !== savedCallback;
799
+ });
800
+ }
801
+ },
802
+ dom(element, event, callback) {
803
+ if (!setListener) {
804
+ if (element.addEventListener) {
805
+ setListener = (el, ev, fn) => {
806
+ return el.addEventListener(ev, fn, false);
807
+ };
808
+ } else if (typeof element.attachEvent === "function") {
809
+ setListener = (el, ev, fn) => {
810
+ return el.attachEvent(`on${ev}`, fn, false);
811
+ };
812
+ } else {
813
+ setListener = (el, ev, fn) => {
814
+ return el[`on${ev}`] = fn;
815
+ };
816
+ }
817
+ }
818
+ return setListener(element, event, callback);
819
+ }
820
+ };
821
+ var Timer = class {
822
+ constructor(activity, seconds, callback) {
823
+ this.activity = activity;
824
+ this.seconds = seconds;
825
+ this.callback = callback;
826
+ this.stopped = false;
827
+ this.start();
828
+ this.activity.on("statusChanged", (data) => {
829
+ if (this.stopped === false) {
830
+ if (data.status === STATUS_ACTIVE) {
831
+ this.start();
832
+ } else {
833
+ this.pause();
834
+ }
835
+ }
836
+ });
837
+ }
838
+ start() {
839
+ this.stopped = false;
840
+ (0, import_worker_timers.clearInterval)(this.token);
841
+ this.token = (0, import_worker_timers.setInterval)(this.callback, this.seconds * 1e3);
842
+ }
843
+ stop() {
844
+ this.stopped = true;
845
+ (0, import_worker_timers.clearInterval)(this.token);
846
+ }
847
+ resume() {
848
+ this.start();
849
+ }
850
+ pause() {
851
+ this.stop();
852
+ }
853
+ };
854
+ var IfActivity = class {
855
+ constructor() {
856
+ this.status = STATUS_ACTIVE;
857
+ this.timers = [];
858
+ this.idleTime = 3e4;
859
+ this.isLegacyModeOn = false;
860
+ if (document.hidden !== void 0) {
861
+ DOC_HIDDEN = "hidden";
862
+ VISIBILITY_CHANGE_EVENT = "visibilitychange";
863
+ } else if (document.mozHidden !== void 0) {
864
+ DOC_HIDDEN = "mozHidden";
865
+ VISIBILITY_CHANGE_EVENT = "mozvisibilitychange";
866
+ } else if (document.msHidden !== void 0) {
867
+ DOC_HIDDEN = "msHidden";
868
+ VISIBILITY_CHANGE_EVENT = "msvisibilitychange";
869
+ } else if (document.webkitHidden !== void 0) {
870
+ DOC_HIDDEN = "webkitHidden";
871
+ VISIBILITY_CHANGE_EVENT = "webkitvisibilitychange";
872
+ }
873
+ if (DOC_HIDDEN === void 0) {
874
+ this.legacyMode();
875
+ } else {
876
+ const trackChange = () => {
877
+ if (document[DOC_HIDDEN]) {
878
+ this.blur();
879
+ } else {
880
+ this.focus();
881
+ }
882
+ };
883
+ trackChange();
884
+ Events.dom(document, VISIBILITY_CHANGE_EVENT, trackChange);
885
+ }
886
+ this.startIdleTimer();
887
+ this.trackIdleStatus();
888
+ }
889
+ legacyMode() {
890
+ if (this.isLegacyModeOn) {
891
+ return;
892
+ }
893
+ Events.dom(window, "blur", () => {
894
+ return this.blur();
895
+ });
896
+ Events.dom(window, "focus", () => {
897
+ return this.focus();
898
+ });
899
+ this.isLegacyModeOn = true;
900
+ }
901
+ startIdleTimer(event) {
902
+ if (event instanceof MouseEvent && event.movementX === 0 && event.movementY === 0) {
903
+ return;
904
+ }
905
+ this.timers.map(import_worker_timers.clearTimeout);
906
+ this.timers.length = 0;
907
+ if (this.status === STATUS_IDLE) {
908
+ this.wakeUp();
909
+ }
910
+ this.idleStartedTime = +/* @__PURE__ */ new Date();
911
+ this.timers.push(
912
+ (0, import_worker_timers.setTimeout)(() => {
913
+ if (this.status === STATUS_ACTIVE || this.status === STATUS_HIDDEN) {
914
+ return this.idle();
915
+ }
916
+ }, this.idleTime)
917
+ );
918
+ }
919
+ trackIdleStatus() {
920
+ Events.dom(document, "mousemove", this.startIdleTimer.bind(this));
921
+ Events.dom(document, "mousedown", this.startIdleTimer.bind(this));
922
+ Events.dom(document, "keyup", this.startIdleTimer.bind(this));
923
+ Events.dom(document, "touchstart", this.startIdleTimer.bind(this));
924
+ Events.dom(window, "scroll", this.startIdleTimer.bind(this));
925
+ this.focus(this.startIdleTimer.bind(this));
926
+ }
927
+ on(event, callback) {
928
+ Events.attach(event, callback);
929
+ return this;
930
+ }
931
+ // will remove events
932
+ off(event, callback) {
933
+ Events.remove(event, callback);
934
+ return this;
935
+ }
936
+ setIdleDuration(seconds) {
937
+ this.idleTime = seconds * 1e3;
938
+ this.startIdleTimer();
939
+ return this;
940
+ }
941
+ getIdleDuration() {
942
+ return this.idleTime;
943
+ }
944
+ getIdleInfo() {
945
+ const now = +/* @__PURE__ */ new Date();
946
+ let res;
947
+ if (this.status === STATUS_IDLE) {
948
+ res = {
949
+ isIdle: true,
950
+ idleFor: now - this.idleStartedTime,
951
+ timeLeft: 0,
952
+ timeLeftPer: 100
953
+ };
954
+ } else {
955
+ const timeLeft = this.idleStartedTime + this.idleTime - now;
956
+ res = {
957
+ isIdle: false,
958
+ idleFor: now - this.idleStartedTime,
959
+ timeLeft,
960
+ timeLeftPer: Number.parseFloat((100 - timeLeft * 100 / this.idleTime).toFixed(2))
961
+ };
962
+ }
963
+ return res;
964
+ }
965
+ idle(callback) {
966
+ if (callback) {
967
+ this.on("idle", callback);
968
+ } else {
969
+ this.status = STATUS_IDLE;
970
+ Events.fire("idle");
971
+ Events.fire("statusChanged", [{ status: this.status }]);
972
+ }
973
+ return this;
974
+ }
975
+ blur(callback) {
976
+ if (callback) {
977
+ this.on("blur", callback);
978
+ } else {
979
+ this.status = STATUS_HIDDEN;
980
+ Events.fire("blur");
981
+ Events.fire("statusChanged", [{ status: this.status }]);
982
+ }
983
+ return this;
984
+ }
985
+ focus(callback) {
986
+ if (callback) {
987
+ this.on("focus", callback);
988
+ } else if (this.status !== STATUS_ACTIVE) {
989
+ this.status = STATUS_ACTIVE;
990
+ Events.fire("focus");
991
+ Events.fire("wakeUp");
992
+ Events.fire("statusChanged", [{ status: this.status }]);
993
+ }
994
+ return this;
995
+ }
996
+ wakeUp(callback) {
997
+ if (callback) {
998
+ this.on("wakeUp", callback);
999
+ } else if (this.status !== STATUS_ACTIVE) {
1000
+ this.status = STATUS_ACTIVE;
1001
+ Events.fire("wakeUp");
1002
+ Events.fire("statusChanged", [{ status: this.status }]);
1003
+ }
1004
+ return this;
1005
+ }
1006
+ // 页面活跃时执行定时器
1007
+ onEvery(seconds, callback) {
1008
+ return new Timer(this, seconds, callback);
1009
+ }
1010
+ now(check) {
1011
+ if (check !== void 0) {
1012
+ return this.status === check;
1013
+ }
1014
+ return this.status === STATUS_ACTIVE;
1015
+ }
1016
+ };
1017
+
1018
+ // src/jsxHelper.js
1019
+ var import_lodash_es4 = require("lodash-es");
1020
+ function getSlot(slots, slot = "default", data) {
1021
+ if (!slots || !Reflect.has(slots, slot)) {
1022
+ return null;
1023
+ }
1024
+ if (!(0, import_lodash_es4.isFunction)(slots[slot])) {
1025
+ return null;
1026
+ }
1027
+ const slotFn = slots[slot];
1028
+ if (!slotFn) {
1029
+ return null;
1030
+ }
1031
+ return slotFn(data);
1032
+ }
1033
+ function extendSlots(slots, excludeKeys = []) {
1034
+ const slotKeys = Object.keys(slots);
1035
+ const ret = {};
1036
+ slotKeys.forEach((key) => {
1037
+ if (excludeKeys.includes(key)) {
1038
+ return null;
1039
+ }
1040
+ ret[key] = (data) => getSlot(slots, key, data);
1041
+ });
1042
+ return ret;
1043
+ }
1044
+
1045
+ // src/loadScript.js
1046
+ function loadScript(src, { type = "text/javascript" } = {}) {
1047
+ return new Promise((resolve, reject) => {
1048
+ let shouldAppend = false;
1049
+ let el = document.querySelector(`script[src="${src}"]`);
1050
+ if (!el) {
1051
+ el = document.createElement("script");
1052
+ el.type = type;
1053
+ el.async = true;
1054
+ el.src = src;
1055
+ shouldAppend = true;
1056
+ } else if (el.hasAttribute("data-loaded")) {
1057
+ resolve({ el });
1058
+ return;
1059
+ }
1060
+ el.addEventListener("error", reject);
1061
+ el.addEventListener("abort", reject);
1062
+ el.addEventListener("load", () => {
1063
+ el.setAttribute("data-loaded", true);
1064
+ resolve({ el });
1065
+ });
1066
+ if (shouldAppend) {
1067
+ document.head.appendChild(el);
1068
+ }
1069
+ });
1070
+ }
1071
+ function unloadScript(src) {
1072
+ return new Promise((resolve, reject) => {
1073
+ const el = document.querySelector(`script[src="${src}"]`);
1074
+ if (!el) {
1075
+ reject();
1076
+ return;
1077
+ }
1078
+ document.head.removeChild(el);
1079
+ resolve();
1080
+ });
1081
+ }
1082
+
1083
+ // src/matcher.js
1084
+ function matcher(inputs, patterns, options) {
1085
+ return baseMatcher(inputs, patterns, options, false);
1086
+ }
1087
+ function isMatch(inputs, patterns, options) {
1088
+ return baseMatcher(inputs, patterns, options, true).length > 0;
1089
+ }
1090
+ function escapeStringRegexp(value) {
1091
+ if (typeof value !== "string") {
1092
+ return value;
1093
+ }
1094
+ return value.replace(/[|\\{}()[\]^$+*?.]/g, "\\$&").replace(/-/g, "\\x2d");
1095
+ }
1096
+ var regexpCache = /* @__PURE__ */ new Map();
1097
+ function sanitizeArray(input, inputName) {
1098
+ if (!Array.isArray(input)) {
1099
+ switch (typeof input) {
1100
+ case "string":
1101
+ input = [input];
1102
+ break;
1103
+ case "undefined":
1104
+ input = [];
1105
+ break;
1106
+ default:
1107
+ throw new TypeError(
1108
+ `Expected '${inputName}' to be a string or an array, but got a type of '${typeof input}'`
1109
+ );
1110
+ }
1111
+ }
1112
+ return input.filter((string) => {
1113
+ if (typeof string !== "string") {
1114
+ if (typeof string === "undefined") {
1115
+ return false;
1116
+ }
1117
+ throw new TypeError(
1118
+ `Expected '${inputName}' to be an array of strings, but found a type of '${typeof string}' in the array`
1119
+ );
1120
+ }
1121
+ return true;
1122
+ });
1123
+ }
1124
+ function makeRegexp(pattern, options) {
1125
+ options = {
1126
+ caseSensitive: false,
1127
+ ...options
1128
+ };
1129
+ const cacheKey = pattern + JSON.stringify(options);
1130
+ if (regexpCache.has(cacheKey)) {
1131
+ return regexpCache.get(cacheKey);
1132
+ }
1133
+ const negated = pattern[0] === "!";
1134
+ if (negated) {
1135
+ pattern = pattern.slice(1);
1136
+ }
1137
+ pattern = escapeStringRegexp(pattern).replace(/\\\*/g, "[\\s\\S]*");
1138
+ const regexp = new RegExp(`^${pattern}$`, options.caseSensitive ? "" : "i");
1139
+ regexp.negated = negated;
1140
+ regexpCache.set(cacheKey, regexp);
1141
+ return regexp;
1142
+ }
1143
+ function baseMatcher(inputs, patterns, options, firstMatchOnly) {
1144
+ inputs = sanitizeArray(inputs, "inputs");
1145
+ patterns = sanitizeArray(patterns, "patterns");
1146
+ if (patterns.length === 0) {
1147
+ return [];
1148
+ }
1149
+ patterns = patterns.map((pattern) => makeRegexp(pattern, options));
1150
+ const { allPatterns } = options || {};
1151
+ const result = [];
1152
+ for (const input of inputs) {
1153
+ let matches;
1154
+ const didFit = [...patterns].fill(false);
1155
+ for (const [index, pattern] of patterns.entries()) {
1156
+ if (pattern.test(input)) {
1157
+ didFit[index] = true;
1158
+ matches = !pattern.negated;
1159
+ if (!matches) {
1160
+ break;
1161
+ }
1162
+ }
1163
+ }
1164
+ if (!(matches === false || matches === void 0 && patterns.some((pattern) => !pattern.negated) || allPatterns && didFit.some((yes, index) => !yes && !patterns[index].negated))) {
1165
+ result.push(input);
1166
+ if (firstMatchOnly) {
1167
+ break;
1168
+ }
1169
+ }
1170
+ }
1171
+ return result;
1172
+ }
1173
+
1174
+ // src/treeHelper.js
1175
+ var DEFAULT_CONFIG = {
1176
+ id: "id",
1177
+ children: "children",
1178
+ pid: "pid"
1179
+ };
1180
+ var getConfig = (config) => Object.assign({}, DEFAULT_CONFIG, config);
1181
+ function findNode(tree, func, config = {}) {
1182
+ config = getConfig(config);
1183
+ const { children } = config;
1184
+ const list = [...tree];
1185
+ for (const node of list) {
1186
+ if (func(node)) {
1187
+ return node;
1188
+ }
1189
+ node[children] && list.push(...node[children]);
1190
+ }
1191
+ return null;
1192
+ }
1193
+ function findNodeAll(tree, func, config = {}) {
1194
+ config = getConfig(config);
1195
+ const { children } = config;
1196
+ const list = [...tree];
1197
+ const result = [];
1198
+ for (const node of list) {
1199
+ func(node) && result.push(node);
1200
+ node[children] && list.push(...node[children]);
1201
+ }
1202
+ return result;
1203
+ }
1204
+ function findPath(tree, func, config = {}) {
1205
+ config = getConfig(config);
1206
+ const path = [];
1207
+ const list = [...tree];
1208
+ const visitedSet = /* @__PURE__ */ new Set();
1209
+ const { children } = config;
1210
+ while (list.length) {
1211
+ const node = list[0];
1212
+ if (visitedSet.has(node)) {
1213
+ path.pop();
1214
+ list.shift();
1215
+ } else {
1216
+ visitedSet.add(node);
1217
+ node[children] && list.unshift(...node[children]);
1218
+ path.push(node);
1219
+ if (func(node)) {
1220
+ return path;
1221
+ }
1222
+ }
1223
+ }
1224
+ return null;
1225
+ }
1226
+ function findPathAll(tree, func, config = {}) {
1227
+ config = getConfig(config);
1228
+ const path = [];
1229
+ const list = [...tree];
1230
+ const result = [];
1231
+ const visitedSet = /* @__PURE__ */ new Set();
1232
+ const { children } = config;
1233
+ while (list.length) {
1234
+ const node = list[0];
1235
+ if (visitedSet.has(node)) {
1236
+ path.pop();
1237
+ list.shift();
1238
+ } else {
1239
+ visitedSet.add(node);
1240
+ node[children] && list.unshift(...node[children]);
1241
+ path.push(node);
1242
+ func(node) && result.push([...path]);
1243
+ }
1244
+ }
1245
+ return result;
1246
+ }
1247
+ function filter(tree, func, config = {}) {
1248
+ config = getConfig(config);
1249
+ const children = config.children;
1250
+ function listFilter(list) {
1251
+ return list.map((node) => ({ ...node })).filter((node) => {
1252
+ node[children] = node[children] && listFilter(node[children]);
1253
+ return func(node) || node[children] && node[children].length;
1254
+ });
1255
+ }
1256
+ return listFilter(tree);
1257
+ }
1258
+ function forEach(tree, func, config = {}) {
1259
+ config = getConfig(config);
1260
+ const list = [...tree];
1261
+ const { children } = config;
1262
+ for (let i = 0; i < list.length; i++) {
1263
+ if (func(list[i])) {
1264
+ return;
1265
+ }
1266
+ children && list[i][children] && list.splice(i + 1, 0, ...list[i][children]);
1267
+ }
1268
+ }
1269
+ function treeMap(treeData, opt) {
1270
+ return treeData.map((item) => treeMapEach(item, opt));
1271
+ }
1272
+ function treeMapEach(data, { children = "children", conversion }) {
1273
+ const haveChildren = Array.isArray(data[children]) && data[children].length > 0;
1274
+ const conversionData = conversion(data) || {};
1275
+ if (haveChildren) {
1276
+ return {
1277
+ ...conversionData,
1278
+ [children]: data[children].map(
1279
+ (i) => treeMapEach(i, {
1280
+ children,
1281
+ conversion
1282
+ })
1283
+ )
1284
+ };
1285
+ } else {
1286
+ return {
1287
+ ...conversionData
1288
+ };
1289
+ }
1290
+ }
1291
+
1292
+ // src/uuid.js
1293
+ var import_uuid = require("uuid");
1294
+ function buildUUID({ native = true } = {}) {
1295
+ var _a, _b;
1296
+ if (!native) {
1297
+ return (0, import_uuid.v4)();
1298
+ }
1299
+ return ((_b = (_a = window.crypto) == null ? void 0 : _a.randomUUID) == null ? void 0 : _b.call(_a)) ?? (0, import_uuid.v4)();
1300
+ }
1301
+ var unique = 0;
1302
+ function buildShortUUID(prefix = "") {
1303
+ const time = Date.now();
1304
+ const random = Math.floor(Math.random() * 1e9);
1305
+ unique++;
1306
+ return `${prefix}_${random}${unique}${String(time)}`;
1307
+ }
1308
+ // Annotate the CommonJS export names for ESM import in node:
1309
+ 0 && (module.exports = {
1310
+ AesEncryption,
1311
+ IfActivity,
1312
+ addClass,
1313
+ addLocationListener,
1314
+ addResizeListener,
1315
+ buildBEM,
1316
+ buildShortUUID,
1317
+ buildUUID,
1318
+ createBEM,
1319
+ createNamespace,
1320
+ createSearchReg,
1321
+ dataURLtoBlob,
1322
+ decodeByBase64,
1323
+ deepMerge,
1324
+ domOffEvent,
1325
+ domOnEvent,
1326
+ downloadByBase64,
1327
+ downloadByData,
1328
+ downloadByOnlineUrl,
1329
+ downloadByUrl,
1330
+ downloadPercent,
1331
+ enableTransitions,
1332
+ encryptByBase64,
1333
+ encryptByMd5,
1334
+ escapeStringRegexp,
1335
+ extendSlots,
1336
+ filterTree,
1337
+ findNode,
1338
+ findNodeAll,
1339
+ findPath,
1340
+ findPathAll,
1341
+ forEachTree,
1342
+ getActualWidthOfChars,
1343
+ getBoundingClientRect,
1344
+ getPopupContainer,
1345
+ getRawRoute,
1346
+ getSlot,
1347
+ getViewportOffset,
1348
+ hackCss,
1349
+ hasClass,
1350
+ highlightHtml,
1351
+ is,
1352
+ isBrowser,
1353
+ isChineseText,
1354
+ isChrome,
1355
+ isClient,
1356
+ isIterableArray,
1357
+ isMatch,
1358
+ isObject,
1359
+ isPositiveInteger,
1360
+ isSafari,
1361
+ isServer,
1362
+ isSupportNativeEllipsis,
1363
+ isSupportResizeObserver,
1364
+ isUrl,
1365
+ loadScript,
1366
+ matcher,
1367
+ openWindow,
1368
+ regexpMap,
1369
+ removeClass,
1370
+ removeResizeListener,
1371
+ setCssVar,
1372
+ setObjToUrlParams,
1373
+ treeMap,
1374
+ treeMapEach,
1375
+ triggerWindowResize,
1376
+ unloadScript,
1377
+ unsetAllProperty,
1378
+ urlToBase64,
1379
+ useRafThrottle,
1380
+ withInstall
1381
+ });