@dxyl/utils 1.2.2 → 1.3.1

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 (438) hide show
  1. package/dist/index.es.js +11076 -9653
  2. package/dist/index.umd.js +33 -23
  3. package/lib/glslang/glslang.d.ts +14 -14
  4. package/lib/glslang/glslang.js +112 -112
  5. package/lib/twgsl/twgsl.js +53 -53
  6. package/package.json +51 -51
  7. package/types/Disposable.d.ts +21 -0
  8. package/types/PluginService.d.ts +65 -0
  9. package/types/Pool.d.ts +90 -0
  10. package/types/StackCursor.d.ts +6 -0
  11. package/types/Transaction.d.ts +25 -0
  12. package/types/antv-util/matrix/index.d.ts +1 -1
  13. package/types/antv-util/path/parser/params-parser.d.ts +2 -2
  14. package/types/data/immer.d.ts +262 -262
  15. package/types/data/immutable.d.ts +5127 -5127
  16. package/types/data/mobx.d.ts +2 -2
  17. package/types/data/reactivity.d.ts +2 -1
  18. package/types/events/eventTarget.d.ts +1 -1
  19. package/types/events/event_emiter.d.ts +43 -43
  20. package/types/fast/fast-deep-equal.d.ts +1 -0
  21. package/types/fast/fast-diff.d.ts +21 -0
  22. package/types/fast/fast-json-patch/core.d.ts +111 -0
  23. package/types/fast/fast-json-patch/duplex.d.ts +23 -0
  24. package/types/fast/fast-json-patch/helpers.d.ts +41 -0
  25. package/types/fast-deep-equal.d.ts +1 -1
  26. package/types/index.d.ts +9 -1
  27. package/types/laxer.d.ts +25 -1
  28. package/types/lodash/_freeGlobal.d.ts +1 -1
  29. package/types/lodash/_stackSet.d.ts +1 -1
  30. package/types/lodash/add.d.ts +2 -1
  31. package/types/lodash/after.d.ts +2 -1
  32. package/types/lodash/array.d.ts +3 -1
  33. package/types/lodash/array.default.d.ts +70 -68
  34. package/types/lodash/ary.d.ts +2 -1
  35. package/types/lodash/assign.d.ts +2 -1
  36. package/types/lodash/assignIn.d.ts +2 -1
  37. package/types/lodash/assignInWith.d.ts +2 -1
  38. package/types/lodash/assignWith.d.ts +2 -1
  39. package/types/lodash/at.d.ts +2 -1
  40. package/types/lodash/attempt.d.ts +2 -1
  41. package/types/lodash/augment.d.ts +2 -2
  42. package/types/lodash/before.d.ts +2 -1
  43. package/types/lodash/bind.d.ts +2 -1
  44. package/types/lodash/bindAll.d.ts +2 -1
  45. package/types/lodash/bindKey.d.ts +2 -1
  46. package/types/lodash/cache.d.ts +14 -14
  47. package/types/lodash/camelCase.d.ts +2 -1
  48. package/types/lodash/capitalize.d.ts +2 -1
  49. package/types/lodash/castArray.d.ts +2 -1
  50. package/types/lodash/ceil.d.ts +2 -1
  51. package/types/lodash/chain.d.ts +2 -1
  52. package/types/lodash/chunk.d.ts +2 -1
  53. package/types/lodash/clamp.d.ts +2 -1
  54. package/types/lodash/clear-animation-frame.d.ts +1 -1
  55. package/types/lodash/clone.d.ts +2 -1
  56. package/types/lodash/cloneDeep.d.ts +2 -1
  57. package/types/lodash/cloneDeepWith.d.ts +2 -1
  58. package/types/lodash/cloneWith.d.ts +2 -1
  59. package/types/lodash/collection.d.ts +3 -1
  60. package/types/lodash/collection.default.d.ts +33 -31
  61. package/types/lodash/compact.d.ts +2 -1
  62. package/types/lodash/concat.d.ts +2 -1
  63. package/types/lodash/cond.d.ts +2 -1
  64. package/types/lodash/conforms.d.ts +2 -1
  65. package/types/lodash/conformsTo.d.ts +2 -1
  66. package/types/lodash/constant.d.ts +2 -1
  67. package/types/lodash/contains.d.ts +2 -2
  68. package/types/lodash/countBy.d.ts +2 -1
  69. package/types/lodash/create.d.ts +2 -1
  70. package/types/lodash/curry.d.ts +2 -1
  71. package/types/lodash/curryRight.d.ts +2 -1
  72. package/types/lodash/date.d.ts +3 -1
  73. package/types/lodash/date.default.d.ts +6 -4
  74. package/types/lodash/debounce.d.ts +4 -2
  75. package/types/lodash/deburr.d.ts +2 -1
  76. package/types/lodash/deep-mix.d.ts +2 -2
  77. package/types/lodash/defaultTo.d.ts +2 -1
  78. package/types/lodash/defaults.d.ts +2 -1
  79. package/types/lodash/defaultsDeep.d.ts +2 -1
  80. package/types/lodash/defer.d.ts +2 -1
  81. package/types/lodash/delay.d.ts +2 -1
  82. package/types/lodash/difference.d.ts +2 -1
  83. package/types/lodash/differenceBy.d.ts +2 -1
  84. package/types/lodash/differenceWith.d.ts +2 -1
  85. package/types/lodash/divide.d.ts +2 -1
  86. package/types/lodash/drop.d.ts +2 -1
  87. package/types/lodash/dropRight.d.ts +2 -1
  88. package/types/lodash/dropRightWhile.d.ts +2 -1
  89. package/types/lodash/dropWhile.d.ts +2 -1
  90. package/types/lodash/each.d.ts +2 -1
  91. package/types/lodash/eachRight.d.ts +2 -1
  92. package/types/lodash/ends-with.d.ts +3 -3
  93. package/types/lodash/endsWith.d.ts +2 -1
  94. package/types/lodash/entries.d.ts +2 -1
  95. package/types/lodash/entriesIn.d.ts +2 -1
  96. package/types/lodash/eq.d.ts +2 -1
  97. package/types/lodash/escape.d.ts +2 -1
  98. package/types/lodash/escapeRegExp.d.ts +2 -1
  99. package/types/lodash/every.d.ts +2 -1
  100. package/types/lodash/extend.d.ts +2 -1
  101. package/types/lodash/extendWith.d.ts +2 -1
  102. package/types/lodash/fill.d.ts +2 -1
  103. package/types/lodash/filter.d.ts +2 -1
  104. package/types/lodash/find-index.d.ts +2 -2
  105. package/types/lodash/find.d.ts +2 -1
  106. package/types/lodash/findIndex.d.ts +2 -1
  107. package/types/lodash/findKey.d.ts +2 -1
  108. package/types/lodash/findLast.d.ts +2 -1
  109. package/types/lodash/findLastIndex.d.ts +2 -1
  110. package/types/lodash/findLastKey.d.ts +2 -1
  111. package/types/lodash/first-value.d.ts +2 -2
  112. package/types/lodash/first.d.ts +2 -1
  113. package/types/lodash/fixed-base.d.ts +2 -2
  114. package/types/lodash/flatMap.d.ts +2 -1
  115. package/types/lodash/flatMapDeep.d.ts +2 -1
  116. package/types/lodash/flatMapDepth.d.ts +2 -1
  117. package/types/lodash/flatten-deep.d.ts +12 -12
  118. package/types/lodash/flatten.d.ts +2 -1
  119. package/types/lodash/flattenDeep.d.ts +2 -1
  120. package/types/lodash/flattenDepth.d.ts +2 -1
  121. package/types/lodash/flip.d.ts +2 -1
  122. package/types/lodash/floor.d.ts +2 -1
  123. package/types/lodash/flow.d.ts +2 -1
  124. package/types/lodash/flowRight.d.ts +2 -1
  125. package/types/lodash/for-in.d.ts +2 -2
  126. package/types/lodash/forEach.d.ts +2 -1
  127. package/types/lodash/forEachRight.d.ts +2 -1
  128. package/types/lodash/forIn.d.ts +2 -1
  129. package/types/lodash/forInRight.d.ts +2 -1
  130. package/types/lodash/forOwn.d.ts +2 -1
  131. package/types/lodash/forOwnRight.d.ts +2 -1
  132. package/types/lodash/fromPairs.d.ts +2 -1
  133. package/types/lodash/function.d.ts +3 -1
  134. package/types/lodash/function.default.d.ts +28 -26
  135. package/types/lodash/functions.d.ts +2 -1
  136. package/types/lodash/functionsIn.d.ts +2 -1
  137. package/types/lodash/get-range.d.ts +6 -6
  138. package/types/lodash/get-type.d.ts +2 -2
  139. package/types/lodash/get-wrap-behavior.d.ts +9 -9
  140. package/types/lodash/get.d.ts +2 -1
  141. package/types/lodash/group-by.d.ts +6 -6
  142. package/types/lodash/group-to-map.d.ts +8 -8
  143. package/types/lodash/group.d.ts +2 -2
  144. package/types/lodash/groupBy.d.ts +2 -1
  145. package/types/lodash/gt.d.ts +2 -1
  146. package/types/lodash/gte.d.ts +2 -1
  147. package/types/lodash/has-key.d.ts +2 -2
  148. package/types/lodash/has-value.d.ts +2 -2
  149. package/types/lodash/has.d.ts +2 -1
  150. package/types/lodash/hasIn.d.ts +2 -1
  151. package/types/lodash/head.d.ts +2 -1
  152. package/types/lodash/identity.d.ts +2 -1
  153. package/types/lodash/inRange.d.ts +2 -1
  154. package/types/lodash/includes.d.ts +2 -1
  155. package/types/lodash/index-of.d.ts +2 -2
  156. package/types/lodash/index.d.ts +304 -304
  157. package/types/lodash/indexOf.d.ts +2 -1
  158. package/types/lodash/initial.d.ts +2 -1
  159. package/types/lodash/intersection.d.ts +2 -1
  160. package/types/lodash/intersectionBy.d.ts +2 -1
  161. package/types/lodash/intersectionWith.d.ts +2 -1
  162. package/types/lodash/invert.d.ts +2 -1
  163. package/types/lodash/invertBy.d.ts +2 -1
  164. package/types/lodash/invoke.d.ts +2 -1
  165. package/types/lodash/invokeMap.d.ts +2 -1
  166. package/types/lodash/is-arguments.d.ts +2 -2
  167. package/types/lodash/is-array-like.d.ts +2 -2
  168. package/types/lodash/is-array.d.ts +2 -2
  169. package/types/lodash/is-boolean.d.ts +2 -2
  170. package/types/lodash/is-date.d.ts +2 -2
  171. package/types/lodash/is-decimal.d.ts +2 -2
  172. package/types/lodash/is-element.d.ts +6 -6
  173. package/types/lodash/is-empty.d.ts +2 -2
  174. package/types/lodash/is-equal-with.d.ts +24 -24
  175. package/types/lodash/is-equal.d.ts +2 -2
  176. package/types/lodash/is-error.d.ts +2 -2
  177. package/types/lodash/is-even.d.ts +2 -2
  178. package/types/lodash/is-finite.d.ts +1 -1
  179. package/types/lodash/is-function.d.ts +2 -2
  180. package/types/lodash/is-integer.d.ts +2 -2
  181. package/types/lodash/is-match.d.ts +2 -2
  182. package/types/lodash/is-negative.d.ts +2 -2
  183. package/types/lodash/is-nil.d.ts +2 -2
  184. package/types/lodash/is-null.d.ts +2 -2
  185. package/types/lodash/is-number-equal.d.ts +1 -1
  186. package/types/lodash/is-number.d.ts +2 -2
  187. package/types/lodash/is-object-like.d.ts +2 -2
  188. package/types/lodash/is-object.d.ts +2 -2
  189. package/types/lodash/is-odd.d.ts +2 -2
  190. package/types/lodash/is-plain-object.d.ts +2 -2
  191. package/types/lodash/is-positive.d.ts +2 -2
  192. package/types/lodash/is-prototype.d.ts +2 -2
  193. package/types/lodash/is-reg-exp.d.ts +2 -2
  194. package/types/lodash/is-segment-equal.d.ts +2 -2
  195. package/types/lodash/is-string.d.ts +2 -2
  196. package/types/lodash/is-type.d.ts +2 -2
  197. package/types/lodash/is-undefined.d.ts +2 -2
  198. package/types/lodash/isArguments.d.ts +2 -1
  199. package/types/lodash/isArray.d.ts +2 -1
  200. package/types/lodash/isArrayBuffer.d.ts +2 -1
  201. package/types/lodash/isArrayLike.d.ts +2 -1
  202. package/types/lodash/isArrayLikeObject.d.ts +2 -1
  203. package/types/lodash/isBoolean.d.ts +2 -1
  204. package/types/lodash/isBuffer.d.ts +2 -1
  205. package/types/lodash/isDate.d.ts +2 -1
  206. package/types/lodash/isElement.d.ts +2 -1
  207. package/types/lodash/isEmpty.d.ts +2 -1
  208. package/types/lodash/isEqual.d.ts +2 -1
  209. package/types/lodash/isEqualWith.d.ts +2 -1
  210. package/types/lodash/isError.d.ts +2 -1
  211. package/types/lodash/isFinite.d.ts +2 -1
  212. package/types/lodash/isFunction.d.ts +2 -1
  213. package/types/lodash/isInteger.d.ts +2 -1
  214. package/types/lodash/isLength.d.ts +2 -1
  215. package/types/lodash/isMap.d.ts +2 -1
  216. package/types/lodash/isMatch.d.ts +2 -1
  217. package/types/lodash/isMatchWith.d.ts +2 -1
  218. package/types/lodash/isNaN.d.ts +2 -1
  219. package/types/lodash/isNative.d.ts +2 -1
  220. package/types/lodash/isNil.d.ts +2 -1
  221. package/types/lodash/isNull.d.ts +2 -1
  222. package/types/lodash/isNumber.d.ts +2 -1
  223. package/types/lodash/isObject.d.ts +2 -1
  224. package/types/lodash/isObjectLike.d.ts +2 -1
  225. package/types/lodash/isPlainObject.d.ts +2 -1
  226. package/types/lodash/isRegExp.d.ts +2 -1
  227. package/types/lodash/isSafeInteger.d.ts +2 -1
  228. package/types/lodash/isSet.d.ts +2 -1
  229. package/types/lodash/isString.d.ts +2 -1
  230. package/types/lodash/isSymbol.d.ts +2 -1
  231. package/types/lodash/isTypedArray.d.ts +2 -1
  232. package/types/lodash/isUndefined.d.ts +2 -1
  233. package/types/lodash/isWeakMap.d.ts +2 -1
  234. package/types/lodash/isWeakSet.d.ts +2 -1
  235. package/types/lodash/iteratee.d.ts +2 -1
  236. package/types/lodash/join.d.ts +2 -1
  237. package/types/lodash/kebabCase.d.ts +2 -1
  238. package/types/lodash/keyBy.d.ts +2 -1
  239. package/types/lodash/keys.d.ts +2 -1
  240. package/types/lodash/keysIn.d.ts +2 -1
  241. package/types/lodash/lang.d.ts +3 -1
  242. package/types/lodash/lang.default.d.ts +61 -59
  243. package/types/lodash/last.d.ts +2 -1
  244. package/types/lodash/lastIndexOf.d.ts +2 -1
  245. package/types/lodash/lower-case.d.ts +2 -2
  246. package/types/lodash/lower-first.d.ts +2 -2
  247. package/types/lodash/lowerCase.d.ts +2 -1
  248. package/types/lodash/lowerFirst.d.ts +2 -1
  249. package/types/lodash/lt.d.ts +2 -1
  250. package/types/lodash/lte.d.ts +2 -1
  251. package/types/lodash/map-values.d.ts +6 -6
  252. package/types/lodash/map.d.ts +2 -1
  253. package/types/lodash/mapKeys.d.ts +2 -1
  254. package/types/lodash/mapValues.d.ts +2 -1
  255. package/types/lodash/matches.d.ts +2 -1
  256. package/types/lodash/matchesProperty.d.ts +2 -1
  257. package/types/lodash/math.d.ts +3 -1
  258. package/types/lodash/math.default.d.ts +20 -18
  259. package/types/lodash/max-by.d.ts +16 -16
  260. package/types/lodash/max.d.ts +2 -1
  261. package/types/lodash/maxBy.d.ts +2 -1
  262. package/types/lodash/mean.d.ts +2 -1
  263. package/types/lodash/meanBy.d.ts +2 -1
  264. package/types/lodash/memoize.d.ts +2 -1
  265. package/types/lodash/merge.d.ts +2 -1
  266. package/types/lodash/mergeWith.d.ts +2 -1
  267. package/types/lodash/method.d.ts +2 -1
  268. package/types/lodash/methodOf.d.ts +2 -1
  269. package/types/lodash/min-by.d.ts +16 -16
  270. package/types/lodash/min.d.ts +2 -1
  271. package/types/lodash/minBy.d.ts +2 -1
  272. package/types/lodash/mix.d.ts +1 -1
  273. package/types/lodash/mixin.d.ts +2 -1
  274. package/types/lodash/mod.d.ts +2 -2
  275. package/types/lodash/multiply.d.ts +2 -1
  276. package/types/lodash/negate.d.ts +2 -1
  277. package/types/lodash/noop.d.ts +2 -1
  278. package/types/lodash/now.d.ts +2 -1
  279. package/types/lodash/nth.d.ts +2 -1
  280. package/types/lodash/nthArg.d.ts +2 -1
  281. package/types/lodash/number.d.ts +3 -1
  282. package/types/lodash/number.default.d.ts +8 -6
  283. package/types/lodash/number2color.d.ts +2 -2
  284. package/types/lodash/object.d.ts +3 -1
  285. package/types/lodash/object.default.d.ts +52 -50
  286. package/types/lodash/omit.d.ts +2 -1
  287. package/types/lodash/omitBy.d.ts +2 -1
  288. package/types/lodash/once.d.ts +2 -1
  289. package/types/lodash/orderBy.d.ts +2 -1
  290. package/types/lodash/over.d.ts +2 -1
  291. package/types/lodash/overArgs.d.ts +2 -1
  292. package/types/lodash/overEvery.d.ts +2 -1
  293. package/types/lodash/overSome.d.ts +2 -1
  294. package/types/lodash/pad.d.ts +2 -1
  295. package/types/lodash/padEnd.d.ts +2 -1
  296. package/types/lodash/padStart.d.ts +2 -1
  297. package/types/lodash/parse-radius.d.ts +9 -9
  298. package/types/lodash/parseInt.d.ts +2 -1
  299. package/types/lodash/partial.d.ts +2 -1
  300. package/types/lodash/partialRight.d.ts +2 -1
  301. package/types/lodash/partition.d.ts +2 -1
  302. package/types/lodash/pick.d.ts +2 -1
  303. package/types/lodash/pickBy.d.ts +2 -1
  304. package/types/lodash/property.d.ts +4 -2
  305. package/types/lodash/propertyOf.d.ts +2 -1
  306. package/types/lodash/pull-at.d.ts +2 -2
  307. package/types/lodash/pull.d.ts +2 -1
  308. package/types/lodash/pullAll.d.ts +2 -1
  309. package/types/lodash/pullAllBy.d.ts +2 -1
  310. package/types/lodash/pullAllWith.d.ts +2 -1
  311. package/types/lodash/pullAt.d.ts +2 -1
  312. package/types/lodash/random.d.ts +2 -1
  313. package/types/lodash/range.d.ts +2 -1
  314. package/types/lodash/rangeRight.d.ts +2 -1
  315. package/types/lodash/rearg.d.ts +2 -1
  316. package/types/lodash/reduce.d.ts +2 -1
  317. package/types/lodash/reduceRight.d.ts +2 -1
  318. package/types/lodash/reject.d.ts +2 -1
  319. package/types/lodash/remove.d.ts +2 -1
  320. package/types/lodash/repeat.d.ts +2 -1
  321. package/types/lodash/replace.d.ts +2 -1
  322. package/types/lodash/request-animation-frame.d.ts +1 -1
  323. package/types/lodash/rest.d.ts +2 -1
  324. package/types/lodash/result.d.ts +2 -1
  325. package/types/lodash/reverse.d.ts +2 -1
  326. package/types/lodash/round.d.ts +2 -1
  327. package/types/lodash/sample.d.ts +2 -1
  328. package/types/lodash/sampleSize.d.ts +2 -1
  329. package/types/lodash/set.d.ts +2 -1
  330. package/types/lodash/setWith.d.ts +2 -1
  331. package/types/lodash/shuffle.d.ts +2 -1
  332. package/types/lodash/size.d.ts +2 -1
  333. package/types/lodash/slice.d.ts +2 -1
  334. package/types/lodash/snakeCase.d.ts +2 -1
  335. package/types/lodash/some.d.ts +2 -1
  336. package/types/lodash/sort-by.d.ts +7 -7
  337. package/types/lodash/sortBy.d.ts +2 -1
  338. package/types/lodash/sortedIndex.d.ts +2 -1
  339. package/types/lodash/sortedIndexBy.d.ts +2 -1
  340. package/types/lodash/sortedIndexOf.d.ts +2 -1
  341. package/types/lodash/sortedLastIndex.d.ts +2 -1
  342. package/types/lodash/sortedLastIndexBy.d.ts +2 -1
  343. package/types/lodash/sortedLastIndexOf.d.ts +2 -1
  344. package/types/lodash/sortedUniq.d.ts +2 -1
  345. package/types/lodash/sortedUniqBy.d.ts +2 -1
  346. package/types/lodash/split.d.ts +2 -1
  347. package/types/lodash/spread.d.ts +2 -1
  348. package/types/lodash/startCase.d.ts +2 -1
  349. package/types/lodash/starts-with.d.ts +3 -3
  350. package/types/lodash/startsWith.d.ts +2 -1
  351. package/types/lodash/string.d.ts +3 -1
  352. package/types/lodash/string.default.d.ts +36 -34
  353. package/types/lodash/stubArray.d.ts +2 -1
  354. package/types/lodash/stubFalse.d.ts +2 -1
  355. package/types/lodash/stubObject.d.ts +2 -1
  356. package/types/lodash/stubString.d.ts +2 -1
  357. package/types/lodash/stubTrue.d.ts +2 -1
  358. package/types/lodash/substitute.d.ts +5 -5
  359. package/types/lodash/subtract.d.ts +2 -1
  360. package/types/lodash/sum.d.ts +2 -1
  361. package/types/lodash/sumBy.d.ts +2 -1
  362. package/types/lodash/tail.d.ts +2 -1
  363. package/types/lodash/take.d.ts +2 -1
  364. package/types/lodash/takeRight.d.ts +2 -1
  365. package/types/lodash/takeRightWhile.d.ts +2 -1
  366. package/types/lodash/takeWhile.d.ts +2 -1
  367. package/types/lodash/tap.d.ts +2 -1
  368. package/types/lodash/template.d.ts +2 -1
  369. package/types/lodash/templateSettings.d.ts +2 -1
  370. package/types/lodash/throttle.d.ts +4 -2
  371. package/types/lodash/thru.d.ts +2 -1
  372. package/types/lodash/times.d.ts +2 -1
  373. package/types/lodash/to-array.d.ts +2 -2
  374. package/types/lodash/to-degree.d.ts +2 -2
  375. package/types/lodash/to-integer.d.ts +1 -1
  376. package/types/lodash/to-radian.d.ts +2 -2
  377. package/types/lodash/to-string.d.ts +2 -2
  378. package/types/lodash/toArray.d.ts +2 -1
  379. package/types/lodash/toFinite.d.ts +2 -1
  380. package/types/lodash/toInteger.d.ts +2 -1
  381. package/types/lodash/toLength.d.ts +2 -1
  382. package/types/lodash/toLower.d.ts +2 -1
  383. package/types/lodash/toNumber.d.ts +2 -1
  384. package/types/lodash/toPairs.d.ts +2 -1
  385. package/types/lodash/toPairsIn.d.ts +2 -1
  386. package/types/lodash/toPath.d.ts +2 -1
  387. package/types/lodash/toPlainObject.d.ts +2 -1
  388. package/types/lodash/toSafeInteger.d.ts +2 -1
  389. package/types/lodash/toString.d.ts +2 -1
  390. package/types/lodash/toUpper.d.ts +2 -1
  391. package/types/lodash/transform.d.ts +2 -1
  392. package/types/lodash/trim.d.ts +2 -1
  393. package/types/lodash/trimEnd.d.ts +2 -1
  394. package/types/lodash/trimStart.d.ts +2 -1
  395. package/types/lodash/truncate.d.ts +2 -1
  396. package/types/lodash/types/index.d.ts +3 -3
  397. package/types/lodash/unary.d.ts +2 -1
  398. package/types/lodash/unescape.d.ts +2 -1
  399. package/types/lodash/union.d.ts +2 -1
  400. package/types/lodash/unionBy.d.ts +2 -1
  401. package/types/lodash/unionWith.d.ts +2 -1
  402. package/types/lodash/uniq.d.ts +2 -1
  403. package/types/lodash/uniqBy.d.ts +2 -1
  404. package/types/lodash/uniqWith.d.ts +2 -1
  405. package/types/lodash/unique-id.d.ts +2 -2
  406. package/types/lodash/uniqueId.d.ts +2 -1
  407. package/types/lodash/unset.d.ts +2 -1
  408. package/types/lodash/unzip.d.ts +2 -1
  409. package/types/lodash/unzipWith.d.ts +2 -1
  410. package/types/lodash/update.d.ts +2 -1
  411. package/types/lodash/updateWith.d.ts +2 -1
  412. package/types/lodash/upper-case.d.ts +2 -2
  413. package/types/lodash/upper-first.d.ts +2 -2
  414. package/types/lodash/upperCase.d.ts +2 -1
  415. package/types/lodash/upperFirst.d.ts +2 -1
  416. package/types/lodash/util.d.ts +3 -1
  417. package/types/lodash/util.default.d.ts +37 -35
  418. package/types/lodash/values-of-key.d.ts +2 -2
  419. package/types/lodash/values.d.ts +2 -1
  420. package/types/lodash/valuesIn.d.ts +2 -1
  421. package/types/lodash/without.d.ts +2 -1
  422. package/types/lodash/words.d.ts +2 -1
  423. package/types/lodash/wrap-behavior.d.ts +9 -9
  424. package/types/lodash/wrap.d.ts +2 -1
  425. package/types/lodash/xor.d.ts +2 -1
  426. package/types/lodash/xorBy.d.ts +2 -1
  427. package/types/lodash/xorWith.d.ts +2 -1
  428. package/types/lodash/zip.d.ts +2 -1
  429. package/types/lodash/zipObject.d.ts +2 -1
  430. package/types/lodash/zipObjectDeep.d.ts +2 -1
  431. package/types/lodash/zipWith.d.ts +2 -1
  432. package/types/priority_queue.d.ts +2 -2
  433. package/types/radash/array.d.ts +3 -3
  434. package/types/stats.module.d.ts +3 -3
  435. package/types/text/quill-delta/AttributeMap.d.ts +10 -0
  436. package/types/text/quill-delta/Delta.d.ts +45 -0
  437. package/types/text/quill-delta/Op.d.ts +11 -0
  438. package/types/text/quill-delta/OpIterator.d.ts +13 -0
@@ -1,14 +1,14 @@
1
- /**
2
- * k-v 存储
3
- */
4
- export default class<T> {
5
- map: {
6
- [key: string]: T;
7
- };
8
- has(key: string): boolean;
9
- get(key: string, def?: T): T | undefined;
10
- set(key: string, value: T): void;
11
- clear(): void;
12
- delete(key: string): void;
13
- size(): number;
14
- }
1
+ /**
2
+ * k-v 存储
3
+ */
4
+ export default class<T> {
5
+ map: {
6
+ [key: string]: T;
7
+ };
8
+ has(key: string): boolean;
9
+ get(key: string, def?: T): T | undefined;
10
+ set(key: string, value: T): void;
11
+ clear(): void;
12
+ delete(key: string): void;
13
+ size(): number;
14
+ }
@@ -1,2 +1,3 @@
1
1
  import { camelCase } from 'lodash';
2
- export default camelCase;
2
+
3
+ export default camelCase;
@@ -1,2 +1,3 @@
1
1
  import { capitalize } from 'lodash';
2
- export default capitalize;
2
+
3
+ export default capitalize;
@@ -1,2 +1,3 @@
1
1
  import { castArray } from 'lodash';
2
- export default castArray;
2
+
3
+ export default castArray;
@@ -1,2 +1,3 @@
1
1
  import { ceil } from 'lodash';
2
- export default ceil;
2
+
3
+ export default ceil;
@@ -1,2 +1,3 @@
1
1
  import { chain } from 'lodash';
2
- export default chain;
2
+
3
+ export default chain;
@@ -1,2 +1,3 @@
1
1
  import { chunk } from 'lodash';
2
- export default chunk;
2
+
3
+ export default chunk;
@@ -1,2 +1,3 @@
1
1
  import { clamp } from 'lodash';
2
- export default clamp;
2
+
3
+ export default clamp;
@@ -1 +1 @@
1
- export default function cancelAnimationFrame(handler: number): void;
1
+ export default function cancelAnimationFrame(handler: number): void;
@@ -1,2 +1,3 @@
1
1
  import { clone } from 'lodash';
2
- export default clone;
2
+
3
+ export default clone;
@@ -1,2 +1,3 @@
1
1
  import { cloneDeep } from 'lodash';
2
- export default cloneDeep;
2
+
3
+ export default cloneDeep;
@@ -1,2 +1,3 @@
1
1
  import { cloneDeepWith } from 'lodash';
2
- export default cloneDeepWith;
2
+
3
+ export default cloneDeepWith;
@@ -1,2 +1,3 @@
1
1
  import { cloneWith } from 'lodash';
2
- export default cloneWith;
2
+
3
+ export default cloneWith;
@@ -26,4 +26,6 @@ import { default as shuffle } from './shuffle';
26
26
  import { default as size } from './size';
27
27
  import { default as some } from './some';
28
28
  import { default as sortBy } from './sortBy';
29
- export { default } from './collection.default';
29
+
30
+
31
+ export { default } from './collection.default';
@@ -26,34 +26,36 @@ import { default as shuffle } from './shuffle';
26
26
  import { default as size } from './size';
27
27
  import { default as some } from './some';
28
28
  import { default as sortBy } from './sortBy';
29
- declare const defaultExport: {
30
- countBy: typeof countBy;
31
- each: typeof each;
32
- eachRight: typeof eachRight;
33
- every: typeof every;
34
- filter: typeof filter;
35
- find: typeof find;
36
- findLast: typeof findLast;
37
- flatMap: typeof flatMap;
38
- flatMapDeep: typeof flatMapDeep;
39
- flatMapDepth: typeof flatMapDepth;
40
- forEach: typeof forEach;
41
- forEachRight: typeof forEachRight;
42
- groupBy: typeof groupBy;
43
- includes: typeof includes;
44
- invokeMap: typeof invokeMap;
45
- keyBy: typeof keyBy;
46
- map: typeof map;
47
- orderBy: typeof orderBy;
48
- partition: typeof partition;
49
- reduce: typeof reduce;
50
- reduceRight: typeof reduceRight;
51
- reject: typeof reject;
52
- sample: typeof sample;
53
- sampleSize: typeof sampleSize;
54
- shuffle: typeof shuffle;
55
- size: typeof size;
56
- some: typeof some;
57
- sortBy: typeof sortBy;
58
- };
59
- export default defaultExport;
29
+
30
+
31
+ declare const defaultExport: {
32
+ countBy: typeof countBy;
33
+ each: typeof each;
34
+ eachRight: typeof eachRight;
35
+ every: typeof every;
36
+ filter: typeof filter;
37
+ find: typeof find;
38
+ findLast: typeof findLast;
39
+ flatMap: typeof flatMap;
40
+ flatMapDeep: typeof flatMapDeep;
41
+ flatMapDepth: typeof flatMapDepth;
42
+ forEach: typeof forEach;
43
+ forEachRight: typeof forEachRight;
44
+ groupBy: typeof groupBy;
45
+ includes: typeof includes;
46
+ invokeMap: typeof invokeMap;
47
+ keyBy: typeof keyBy;
48
+ map: typeof map;
49
+ orderBy: typeof orderBy;
50
+ partition: typeof partition;
51
+ reduce: typeof reduce;
52
+ reduceRight: typeof reduceRight;
53
+ reject: typeof reject;
54
+ sample: typeof sample;
55
+ sampleSize: typeof sampleSize;
56
+ shuffle: typeof shuffle;
57
+ size: typeof size;
58
+ some: typeof some;
59
+ sortBy: typeof sortBy;
60
+ };
61
+ export default defaultExport;
@@ -1,2 +1,3 @@
1
1
  import { compact } from 'lodash';
2
- export default compact;
2
+
3
+ export default compact;
@@ -1,2 +1,3 @@
1
1
  import { concat } from 'lodash';
2
- export default concat;
2
+
3
+ export default concat;
@@ -1,2 +1,3 @@
1
1
  import { cond } from 'lodash';
2
- export default cond;
2
+
3
+ export default cond;
@@ -1,2 +1,3 @@
1
1
  import { conforms } from 'lodash';
2
- export default conforms;
2
+
3
+ export default conforms;
@@ -1,2 +1,3 @@
1
1
  import { conformsTo } from 'lodash';
2
- export default conformsTo;
2
+
3
+ export default conformsTo;
@@ -1,2 +1,3 @@
1
1
  import { constant } from 'lodash';
2
- export default constant;
2
+
3
+ export default constant;
@@ -1,2 +1,2 @@
1
- declare const contains: (arr: any[], value: any) => boolean;
2
- export default contains;
1
+ declare const contains: (arr: any[], value: any) => boolean;
2
+ export default contains;
@@ -1,2 +1,3 @@
1
1
  import { countBy } from 'lodash';
2
- export default countBy;
2
+
3
+ export default countBy;
@@ -1,2 +1,3 @@
1
1
  import { create } from 'lodash';
2
- export default create;
2
+
3
+ export default create;
@@ -1,2 +1,3 @@
1
1
  import { curry } from 'lodash';
2
- export default curry;
2
+
3
+ export default curry;
@@ -1,2 +1,3 @@
1
1
  import { curryRight } from 'lodash';
2
- export default curryRight;
2
+
3
+ export default curryRight;
@@ -1,2 +1,4 @@
1
1
  import { default as now } from './now';
2
- export { default } from './date.default';
2
+
3
+
4
+ export { default } from './date.default';
@@ -1,5 +1,7 @@
1
1
  import { default as now } from './now';
2
- declare const defaultExport: {
3
- now: typeof now;
4
- };
5
- export default defaultExport;
2
+
3
+
4
+ declare const defaultExport: {
5
+ now: typeof now;
6
+ };
7
+ export default defaultExport;
@@ -1,3 +1,5 @@
1
1
  import { debounce, DebouncedFunc, DebounceSettings } from 'lodash';
2
- export { DebouncedFunc, DebounceSettings };
3
- export default debounce;
2
+
3
+
4
+ export { DebouncedFunc, DebounceSettings };
5
+ export default debounce;
@@ -1,2 +1,3 @@
1
1
  import { deburr } from 'lodash';
2
- export default deburr;
2
+
3
+ export default deburr;
@@ -1,2 +1,2 @@
1
- declare const deepMix: (rst: any, ...args: any[]) => any;
2
- export default deepMix;
1
+ declare const deepMix: (rst: any, ...args: any[]) => any;
2
+ export default deepMix;
@@ -1,2 +1,3 @@
1
1
  import { defaultTo } from 'lodash';
2
- export default defaultTo;
2
+
3
+ export default defaultTo;
@@ -1,2 +1,3 @@
1
1
  import { defaults } from 'lodash';
2
- export default defaults;
2
+
3
+ export default defaults;
@@ -1,2 +1,3 @@
1
1
  import { defaultsDeep } from 'lodash';
2
- export default defaultsDeep;
2
+
3
+ export default defaultsDeep;
@@ -1,2 +1,3 @@
1
1
  import { defer } from 'lodash';
2
- export default defer;
2
+
3
+ export default defer;
@@ -1,2 +1,3 @@
1
1
  import { delay } from 'lodash';
2
- export default delay;
2
+
3
+ export default delay;
@@ -1,2 +1,3 @@
1
1
  import { difference } from 'lodash';
2
- export default difference;
2
+
3
+ export default difference;
@@ -1,2 +1,3 @@
1
1
  import { differenceBy } from 'lodash';
2
- export default differenceBy;
2
+
3
+ export default differenceBy;
@@ -1,2 +1,3 @@
1
1
  import { differenceWith } from 'lodash';
2
- export default differenceWith;
2
+
3
+ export default differenceWith;
@@ -1,2 +1,3 @@
1
1
  import { divide } from 'lodash';
2
- export default divide;
2
+
3
+ export default divide;
@@ -1,2 +1,3 @@
1
1
  import { drop } from 'lodash';
2
- export default drop;
2
+
3
+ export default drop;
@@ -1,2 +1,3 @@
1
1
  import { dropRight } from 'lodash';
2
- export default dropRight;
2
+
3
+ export default dropRight;
@@ -1,2 +1,3 @@
1
1
  import { dropRightWhile } from 'lodash';
2
- export default dropRightWhile;
2
+
3
+ export default dropRightWhile;
@@ -1,2 +1,3 @@
1
1
  import { dropWhile } from 'lodash';
2
- export default dropWhile;
2
+
3
+ export default dropWhile;
@@ -1,2 +1,3 @@
1
1
  import { each } from 'lodash';
2
- export default each;
2
+
3
+ export default each;
@@ -1,2 +1,3 @@
1
1
  import { eachRight } from 'lodash';
2
- export default eachRight;
2
+
3
+ export default eachRight;
@@ -1,3 +1,3 @@
1
- declare function endsWith(arr: string, e: string): boolean;
2
- declare function endsWith<T>(arr: T[], e: T): boolean;
3
- export default endsWith;
1
+ declare function endsWith(arr: string, e: string): boolean;
2
+ declare function endsWith<T>(arr: T[], e: T): boolean;
3
+ export default endsWith;
@@ -1,2 +1,3 @@
1
1
  import { endsWith } from 'lodash';
2
- export default endsWith;
2
+
3
+ export default endsWith;
@@ -1,2 +1,3 @@
1
1
  import { entries } from 'lodash';
2
- export default entries;
2
+
3
+ export default entries;
@@ -1,2 +1,3 @@
1
1
  import { entriesIn } from 'lodash';
2
- export default entriesIn;
2
+
3
+ export default entriesIn;
@@ -1,2 +1,3 @@
1
1
  import { eq } from 'lodash';
2
- export default eq;
2
+
3
+ export default eq;
@@ -1,2 +1,3 @@
1
1
  import { escape } from 'lodash';
2
- export default escape;
2
+
3
+ export default escape;
@@ -1,2 +1,3 @@
1
1
  import { escapeRegExp } from 'lodash';
2
- export default escapeRegExp;
2
+
3
+ export default escapeRegExp;
@@ -1,2 +1,3 @@
1
1
  import { every } from 'lodash';
2
- export default every;
2
+
3
+ export default every;
@@ -1,2 +1,3 @@
1
1
  import { extend } from 'lodash';
2
- export default extend;
2
+
3
+ export default extend;
@@ -1,2 +1,3 @@
1
1
  import { extendWith } from 'lodash';
2
- export default extendWith;
2
+
3
+ export default extendWith;
@@ -1,2 +1,3 @@
1
1
  import { fill } from 'lodash';
2
- export default fill;
2
+
3
+ export default fill;
@@ -1,2 +1,3 @@
1
1
  import { filter } from 'lodash';
2
- export default filter;
2
+
3
+ export default filter;
@@ -1,2 +1,2 @@
1
- declare function findIndex<T>(arr: T[], predicate: (item: T, idx?: number) => boolean, fromIndex?: number): number;
2
- export default findIndex;
1
+ declare function findIndex<T>(arr: T[], predicate: (item: T, idx?: number) => boolean, fromIndex?: number): number;
2
+ export default findIndex;
@@ -1,2 +1,3 @@
1
1
  import { find } from 'lodash';
2
- export default find;
2
+
3
+ export default find;
@@ -1,2 +1,3 @@
1
1
  import { findIndex } from 'lodash';
2
- export default findIndex;
2
+
3
+ export default findIndex;
@@ -1,2 +1,3 @@
1
1
  import { findKey } from 'lodash';
2
- export default findKey;
2
+
3
+ export default findKey;
@@ -1,2 +1,3 @@
1
1
  import { findLast } from 'lodash';
2
- export default findLast;
2
+
3
+ export default findLast;
@@ -1,2 +1,3 @@
1
1
  import { findLastIndex } from 'lodash';
2
- export default findLastIndex;
2
+
3
+ export default findLastIndex;
@@ -1,2 +1,3 @@
1
1
  import { findLastKey } from 'lodash';
2
- export default findLastKey;
2
+
3
+ export default findLastKey;
@@ -1,2 +1,2 @@
1
- declare const firstValue: (data: object[], name: string) => any;
2
- export default firstValue;
1
+ declare const firstValue: (data: object[], name: string) => any;
2
+ export default firstValue;
@@ -1,2 +1,3 @@
1
1
  import { first } from 'lodash';
2
- export default first;
2
+
3
+ export default first;
@@ -1,2 +1,2 @@
1
- declare const fixedBase: (v: number, base: number | string) => number;
2
- export default fixedBase;
1
+ declare const fixedBase: (v: number, base: number | string) => number;
2
+ export default fixedBase;
@@ -1,2 +1,3 @@
1
1
  import { flatMap } from 'lodash';
2
- export default flatMap;
2
+
3
+ export default flatMap;
@@ -1,2 +1,3 @@
1
1
  import { flatMapDeep } from 'lodash';
2
- export default flatMapDeep;
2
+
3
+ export default flatMapDeep;
@@ -1,2 +1,3 @@
1
1
  import { flatMapDepth } from 'lodash';
2
- export default flatMapDepth;
2
+
3
+ export default flatMapDepth;
@@ -1,12 +1,12 @@
1
- /**
2
- * Flattens `array` a single level deep.
3
- *
4
- * @param {Array} arr The array to flatten.
5
- * @param {Array} result The array to return.
6
- * @return {Array} Returns the new flattened array.
7
- * @example
8
- *
9
- * flattenDeep([1, [2, [3, [4]], 5]]); // => [1, 2, 3, 4, 5]
10
- */
11
- declare const flattenDeep: (arr: any[], result?: any[]) => any[];
12
- export default flattenDeep;
1
+ /**
2
+ * Flattens `array` a single level deep.
3
+ *
4
+ * @param {Array} arr The array to flatten.
5
+ * @param {Array} result The array to return.
6
+ * @return {Array} Returns the new flattened array.
7
+ * @example
8
+ *
9
+ * flattenDeep([1, [2, [3, [4]], 5]]); // => [1, 2, 3, 4, 5]
10
+ */
11
+ declare const flattenDeep: (arr: any[], result?: any[]) => any[];
12
+ export default flattenDeep;
@@ -1,2 +1,3 @@
1
1
  import { flatten } from 'lodash';
2
- export default flatten;
2
+
3
+ export default flatten;
@@ -1,2 +1,3 @@
1
1
  import { flattenDeep } from 'lodash';
2
- export default flattenDeep;
2
+
3
+ export default flattenDeep;
@@ -1,2 +1,3 @@
1
1
  import { flattenDepth } from 'lodash';
2
- export default flattenDepth;
2
+
3
+ export default flattenDepth;
@@ -1,2 +1,3 @@
1
1
  import { flip } from 'lodash';
2
- export default flip;
2
+
3
+ export default flip;
@@ -1,2 +1,3 @@
1
1
  import { floor } from 'lodash';
2
- export default floor;
2
+
3
+ export default floor;
@@ -1,2 +1,3 @@
1
1
  import { flow } from 'lodash';
2
- export default flow;
2
+
3
+ export default flow;
@@ -1,2 +1,3 @@
1
1
  import { flowRight } from 'lodash';
2
- export default flowRight;
2
+
3
+ export default flowRight;
@@ -1,2 +1,2 @@
1
- import { default as each } from './each';
2
- export default each;
1
+ import { default as each } from './each';
2
+ export default each;
@@ -1,2 +1,3 @@
1
1
  import { forEach } from 'lodash';
2
- export default forEach;
2
+
3
+ export default forEach;