@revolist/revogrid 4.8.18 → 4.9.0

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 (166) hide show
  1. package/dist/cjs/{base.plugin-1c16ff6d.js → base.plugin-d48d867d.js} +7 -6
  2. package/dist/cjs/base.plugin-d48d867d.js.map +1 -0
  3. package/dist/cjs/{column.service-ad5ffa3c.js → column.service-6f691f50.js} +2 -2
  4. package/dist/cjs/{column.service-ad5ffa3c.js.map → column.service-6f691f50.js.map} +1 -1
  5. package/dist/cjs/{header-cell-renderer-d92249e4.js → header-cell-renderer-81a22b00.js} +2 -2
  6. package/dist/cjs/{header-cell-renderer-d92249e4.js.map → header-cell-renderer-81a22b00.js.map} +1 -1
  7. package/dist/cjs/{index-a9f1b728.js → index-2410bbd9.js} +1 -3
  8. package/dist/cjs/index-2410bbd9.js.map +1 -0
  9. package/dist/cjs/index.cjs.js +1 -1
  10. package/dist/cjs/{key.utils-a981b651.js → key.utils-1e48ab8f.js} +2 -4
  11. package/dist/cjs/key.utils-1e48ab8f.js.map +1 -0
  12. package/dist/cjs/loader.cjs.js +1 -1
  13. package/dist/cjs/revo-grid.cjs.entry.js +32 -34
  14. package/dist/cjs/revo-grid.cjs.entry.js.map +1 -1
  15. package/dist/cjs/revo-grid.cjs.js +1 -1
  16. package/dist/cjs/revogr-attribution_6.cjs.entry.js +4 -4
  17. package/dist/cjs/revogr-clipboard_3.cjs.entry.js +2 -2
  18. package/dist/cjs/revogr-data_4.cjs.entry.js +11 -11
  19. package/dist/cjs/revogr-data_4.cjs.entry.js.map +1 -1
  20. package/dist/cjs/revogr-filter-panel.cjs.entry.js +14 -17
  21. package/dist/cjs/revogr-filter-panel.cjs.entry.js.map +1 -1
  22. package/dist/cjs/{throttle-46478b04.js → throttle-bcc4740d.js} +2 -2
  23. package/dist/cjs/{throttle-46478b04.js.map → throttle-bcc4740d.js.map} +1 -1
  24. package/dist/collection/collection-manifest.json +1 -1
  25. package/dist/collection/components/revoGrid/grid.helpers.js +16 -15
  26. package/dist/collection/components/revoGrid/grid.helpers.js.map +1 -1
  27. package/dist/collection/components/revoGrid/revo-grid.js +10 -15
  28. package/dist/collection/components/revoGrid/revo-grid.js.map +1 -1
  29. package/dist/collection/components/scroll/revogr-viewport-scroll.js +7 -8
  30. package/dist/collection/components/scroll/revogr-viewport-scroll.js.map +1 -1
  31. package/dist/collection/plugins/filter/{filter.pop.js → filter.panel.js} +23 -43
  32. package/dist/collection/plugins/filter/filter.panel.js.map +1 -0
  33. package/dist/collection/plugins/filter/filter.plugin.js +2 -2
  34. package/dist/collection/plugins/filter/filter.plugin.js.map +1 -1
  35. package/dist/collection/store/dimension/dimension.store.js +6 -6
  36. package/dist/collection/store/dimension/dimension.store.js.map +1 -1
  37. package/dist/collection/types/viewport.interfaces.js.map +1 -1
  38. package/dist/collection/utils/consts.js +0 -1
  39. package/dist/collection/utils/consts.js.map +1 -1
  40. package/dist/collection/utils/key.utils.js +5 -6
  41. package/dist/collection/utils/key.utils.js.map +1 -1
  42. package/dist/esm/{base.plugin-44263df0.js → base.plugin-78393655.js} +8 -7
  43. package/dist/esm/base.plugin-78393655.js.map +1 -0
  44. package/dist/esm/{column.service-d727b605.js → column.service-0e41057a.js} +4 -4
  45. package/dist/esm/{column.service-d727b605.js.map → column.service-0e41057a.js.map} +1 -1
  46. package/dist/esm/{dimension.helpers-2bb7bbfc.js → dimension.helpers-91398565.js} +2 -2
  47. package/dist/esm/{dimension.helpers-2bb7bbfc.js.map → dimension.helpers-91398565.js.map} +1 -1
  48. package/dist/esm/{header-cell-renderer-220c509a.js → header-cell-renderer-6d8ac25d.js} +2 -2
  49. package/dist/esm/{header-cell-renderer-220c509a.js.map → header-cell-renderer-6d8ac25d.js.map} +1 -1
  50. package/dist/esm/{index-5a722722.js → index-4e881436.js} +2 -3
  51. package/dist/esm/index-4e881436.js.map +1 -0
  52. package/dist/esm/index.js +4 -4
  53. package/dist/esm/{key.utils-46287a7f.js → key.utils-425c987d.js} +2 -4
  54. package/dist/esm/key.utils-425c987d.js.map +1 -0
  55. package/dist/esm/loader.js +1 -1
  56. package/dist/esm/revo-grid.entry.js +35 -37
  57. package/dist/esm/revo-grid.entry.js.map +1 -1
  58. package/dist/esm/revo-grid.js +1 -1
  59. package/dist/esm/revogr-attribution_6.entry.js +7 -7
  60. package/dist/esm/revogr-clipboard_3.entry.js +3 -3
  61. package/dist/esm/revogr-data_4.entry.js +13 -13
  62. package/dist/esm/revogr-data_4.entry.js.map +1 -1
  63. package/dist/esm/revogr-filter-panel.entry.js +15 -18
  64. package/dist/esm/revogr-filter-panel.entry.js.map +1 -1
  65. package/dist/esm/{selection.helpers-2beedd2e.js → selection.helpers-50e9f09d.js} +2 -2
  66. package/dist/esm/{selection.helpers-2beedd2e.js.map → selection.helpers-50e9f09d.js.map} +1 -1
  67. package/dist/esm/{throttle-eeca0062.js → throttle-1b1dd9d2.js} +2 -2
  68. package/dist/esm/{throttle-eeca0062.js.map → throttle-1b1dd9d2.js.map} +1 -1
  69. package/dist/esm/{viewport.store-abdf9ec2.js → viewport.store-bfd0b036.js} +2 -2
  70. package/dist/esm/{viewport.store-abdf9ec2.js.map → viewport.store-bfd0b036.js.map} +1 -1
  71. package/dist/revo-grid/base.plugin-78393655.js +5 -0
  72. package/dist/{cjs/base.plugin-1c16ff6d.js.map → revo-grid/base.plugin-78393655.js.map} +1 -1
  73. package/dist/revo-grid/{column.service-d727b605.js → column.service-0e41057a.js} +2 -2
  74. package/dist/revo-grid/{dimension.helpers-2bb7bbfc.js → dimension.helpers-91398565.js} +2 -2
  75. package/dist/revo-grid/{header-cell-renderer-220c509a.js → header-cell-renderer-6d8ac25d.js} +2 -2
  76. package/dist/revo-grid/index-4e881436.js +5 -0
  77. package/dist/revo-grid/index-4e881436.js.map +1 -0
  78. package/dist/revo-grid/index.esm.js +1 -1
  79. package/dist/revo-grid/key.utils-425c987d.js +5 -0
  80. package/dist/revo-grid/key.utils-425c987d.js.map +1 -0
  81. package/dist/revo-grid/revo-grid.entry.js +1 -1
  82. package/dist/revo-grid/revo-grid.entry.js.map +1 -1
  83. package/dist/revo-grid/revo-grid.esm.js +1 -1
  84. package/dist/revo-grid/revo-grid.esm.js.map +1 -1
  85. package/dist/revo-grid/revogr-attribution_6.entry.js +1 -1
  86. package/dist/revo-grid/revogr-clipboard_3.entry.js +1 -1
  87. package/dist/revo-grid/revogr-data_4.entry.js +1 -1
  88. package/dist/revo-grid/revogr-data_4.entry.js.map +1 -1
  89. package/dist/revo-grid/revogr-filter-panel.entry.js +1 -1
  90. package/dist/revo-grid/revogr-filter-panel.entry.js.map +1 -1
  91. package/dist/revo-grid/{selection.helpers-2beedd2e.js → selection.helpers-50e9f09d.js} +2 -2
  92. package/dist/revo-grid/{throttle-eeca0062.js → throttle-1b1dd9d2.js} +2 -2
  93. package/dist/revo-grid/{viewport.store-abdf9ec2.js → viewport.store-bfd0b036.js} +2 -2
  94. package/dist/types/components/revoGrid/revo-grid.d.ts +0 -1
  95. package/dist/types/components.d.ts +2 -4
  96. package/dist/types/plugins/filter/{filter.pop.d.ts → filter.panel.d.ts} +1 -2
  97. package/dist/types/plugins/filter/filter.plugin.d.ts +2 -2
  98. package/dist/types/types/viewport.interfaces.d.ts +0 -2
  99. package/dist/types/utils/consts.d.ts +0 -1
  100. package/hydrate/index.js +89 -95
  101. package/hydrate/index.mjs +89 -95
  102. package/package.json +2 -2
  103. package/standalone/_baseIteratee.js +670 -42
  104. package/standalone/_baseIteratee.js.map +1 -1
  105. package/standalone/column.service.js +1 -2
  106. package/standalone/column.service.js.map +1 -1
  107. package/standalone/consts.js +1 -2
  108. package/standalone/consts.js.map +1 -1
  109. package/standalone/data.store.js +2 -3
  110. package/standalone/data.store.js.map +1 -1
  111. package/standalone/debounce.js +1 -2
  112. package/standalone/debounce.js.map +1 -1
  113. package/standalone/dimension.helpers.js +199 -9
  114. package/standalone/dimension.helpers.js.map +1 -1
  115. package/standalone/index.d.ts +1 -1
  116. package/standalone/revo-grid.js +38 -42
  117. package/standalone/revo-grid.js.map +1 -1
  118. package/standalone/revogr-data2.js +1 -2
  119. package/standalone/revogr-data2.js.map +1 -1
  120. package/standalone/revogr-edit2.js +0 -2
  121. package/standalone/revogr-edit2.js.map +1 -1
  122. package/standalone/revogr-filter-panel.js +14 -18
  123. package/standalone/revogr-filter-panel.js.map +1 -1
  124. package/standalone/revogr-focus2.js +1 -2
  125. package/standalone/revogr-focus2.js.map +1 -1
  126. package/standalone/revogr-header2.js +3 -6
  127. package/standalone/revogr-header2.js.map +1 -1
  128. package/standalone/revogr-order-editor2.js +1 -2
  129. package/standalone/revogr-order-editor2.js.map +1 -1
  130. package/standalone/revogr-overlay-selection2.js +1 -2
  131. package/standalone/revogr-overlay-selection2.js.map +1 -1
  132. package/standalone/revogr-row-headers2.js +1 -2
  133. package/standalone/revogr-row-headers2.js.map +1 -1
  134. package/standalone/revogr-viewport-scroll2.js +7 -8
  135. package/standalone/revogr-viewport-scroll2.js.map +1 -1
  136. package/standalone/selection.utils.js +1 -2
  137. package/standalone/selection.utils.js.map +1 -1
  138. package/standalone/throttle.js +1 -1
  139. package/standalone/toNumber.js +156 -2
  140. package/standalone/toNumber.js.map +1 -1
  141. package/dist/cjs/index-a9f1b728.js.map +0 -1
  142. package/dist/cjs/key.utils-a981b651.js.map +0 -1
  143. package/dist/collection/plugins/filter/filter.pop.js.map +0 -1
  144. package/dist/esm/base.plugin-44263df0.js.map +0 -1
  145. package/dist/esm/index-5a722722.js.map +0 -1
  146. package/dist/esm/key.utils-46287a7f.js.map +0 -1
  147. package/dist/revo-grid/base.plugin-44263df0.js +0 -5
  148. package/dist/revo-grid/base.plugin-44263df0.js.map +0 -1
  149. package/dist/revo-grid/index-5a722722.js +0 -5
  150. package/dist/revo-grid/index-5a722722.js.map +0 -1
  151. package/dist/revo-grid/key.utils-46287a7f.js +0 -5
  152. package/dist/revo-grid/key.utils-46287a7f.js.map +0 -1
  153. package/standalone/_nodeUtil.js +0 -260
  154. package/standalone/_nodeUtil.js.map +0 -1
  155. package/standalone/each.js +0 -200
  156. package/standalone/each.js.map +0 -1
  157. package/standalone/identity.js +0 -389
  158. package/standalone/identity.js.map +0 -1
  159. package/standalone/isObjectLike.js +0 -162
  160. package/standalone/isObjectLike.js.map +0 -1
  161. /package/dist/revo-grid/{column.service-d727b605.js.map → column.service-0e41057a.js.map} +0 -0
  162. /package/dist/revo-grid/{dimension.helpers-2bb7bbfc.js.map → dimension.helpers-91398565.js.map} +0 -0
  163. /package/dist/revo-grid/{header-cell-renderer-220c509a.js.map → header-cell-renderer-6d8ac25d.js.map} +0 -0
  164. /package/dist/revo-grid/{selection.helpers-2beedd2e.js.map → selection.helpers-50e9f09d.js.map} +0 -0
  165. /package/dist/revo-grid/{throttle-eeca0062.js.map → throttle-1b1dd9d2.js.map} +0 -0
  166. /package/dist/revo-grid/{viewport.store-abdf9ec2.js.map → viewport.store-bfd0b036.js.map} +0 -0
@@ -1,10 +1,7 @@
1
1
  /*!
2
2
  * Built by Revolist OU ❤️
3
3
  */
4
- import { d as isFunction_1, a as isArray_1, k as keys_1, e as isTypedArray_1, b as _isIndex, c as identity_1 } from './identity.js';
5
- import { a as _root, b as _Symbol, _ as _baseGetTag, i as isObjectLike_1 } from './isObjectLike.js';
6
- import { i as isObject_1, a as isSymbol_1 } from './toNumber.js';
7
- import { i as isBuffer$1, a as isArguments_1, b as isLength_1 } from './_nodeUtil.js';
4
+ import { _ as _baseGetTag, a as isObject_1, c as _root, d as _Symbol, i as isObjectLike_1, e as _freeGlobal, b as isSymbol_1 } from './toNumber.js';
8
5
 
9
6
  /**
10
7
  * Removes all key-value entries from the list cache.
@@ -283,6 +280,44 @@ function stackHas$1(key) {
283
280
 
284
281
  var _stackHas = stackHas$1;
285
282
 
283
+ var baseGetTag$3 = _baseGetTag,
284
+ isObject$2 = isObject_1;
285
+
286
+ /** `Object#toString` result references. */
287
+ var asyncTag = '[object AsyncFunction]',
288
+ funcTag$1 = '[object Function]',
289
+ genTag = '[object GeneratorFunction]',
290
+ proxyTag = '[object Proxy]';
291
+
292
+ /**
293
+ * Checks if `value` is classified as a `Function` object.
294
+ *
295
+ * @static
296
+ * @memberOf _
297
+ * @since 0.1.0
298
+ * @category Lang
299
+ * @param {*} value The value to check.
300
+ * @returns {boolean} Returns `true` if `value` is a function, else `false`.
301
+ * @example
302
+ *
303
+ * _.isFunction(_);
304
+ * // => true
305
+ *
306
+ * _.isFunction(/abc/);
307
+ * // => false
308
+ */
309
+ function isFunction$2(value) {
310
+ if (!isObject$2(value)) {
311
+ return false;
312
+ }
313
+ // The use of `Object#toString` avoids issues with the `typeof` operator
314
+ // in Safari 9 which returns 'object' for typed arrays and other constructors.
315
+ var tag = baseGetTag$3(value);
316
+ return tag == funcTag$1 || tag == genTag || tag == asyncTag || tag == proxyTag;
317
+ }
318
+
319
+ var isFunction_1 = isFunction$2;
320
+
286
321
  var root$6 = _root;
287
322
 
288
323
  /** Used to detect overreaching core-js shims. */
@@ -339,7 +374,7 @@ function toSource$2(func) {
339
374
 
340
375
  var _toSource = toSource$2;
341
376
 
342
- var isFunction = isFunction_1,
377
+ var isFunction$1 = isFunction_1,
343
378
  isMasked = _isMasked,
344
379
  isObject$1 = isObject_1,
345
380
  toSource$1 = _toSource;
@@ -355,17 +390,17 @@ var reIsHostCtor = /^\[object .+?Constructor\]$/;
355
390
 
356
391
  /** Used for built-in method references. */
357
392
  var funcProto = Function.prototype,
358
- objectProto$5 = Object.prototype;
393
+ objectProto$9 = Object.prototype;
359
394
 
360
395
  /** Used to resolve the decompiled source of functions. */
361
396
  var funcToString = funcProto.toString;
362
397
 
363
398
  /** Used to check objects for own properties. */
364
- var hasOwnProperty$4 = objectProto$5.hasOwnProperty;
399
+ var hasOwnProperty$7 = objectProto$9.hasOwnProperty;
365
400
 
366
401
  /** Used to detect if a method is native. */
367
402
  var reIsNative = RegExp('^' +
368
- funcToString.call(hasOwnProperty$4).replace(reRegExpChar, '\\$&')
403
+ funcToString.call(hasOwnProperty$7).replace(reRegExpChar, '\\$&')
369
404
  .replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, '$1.*?') + '$'
370
405
  );
371
406
 
@@ -381,7 +416,7 @@ function baseIsNative$1(value) {
381
416
  if (!isObject$1(value) || isMasked(value)) {
382
417
  return false;
383
418
  }
384
- var pattern = isFunction(value) ? reIsNative : reIsHostCtor;
419
+ var pattern = isFunction$1(value) ? reIsNative : reIsHostCtor;
385
420
  return pattern.test(toSource$1(value));
386
421
  }
387
422
 
@@ -476,10 +511,10 @@ var nativeCreate$2 = _nativeCreate;
476
511
  var HASH_UNDEFINED$2 = '__lodash_hash_undefined__';
477
512
 
478
513
  /** Used for built-in method references. */
479
- var objectProto$4 = Object.prototype;
514
+ var objectProto$8 = Object.prototype;
480
515
 
481
516
  /** Used to check objects for own properties. */
482
- var hasOwnProperty$3 = objectProto$4.hasOwnProperty;
517
+ var hasOwnProperty$6 = objectProto$8.hasOwnProperty;
483
518
 
484
519
  /**
485
520
  * Gets the hash value for `key`.
@@ -496,7 +531,7 @@ function hashGet$1(key) {
496
531
  var result = data[key];
497
532
  return result === HASH_UNDEFINED$2 ? undefined : result;
498
533
  }
499
- return hasOwnProperty$3.call(data, key) ? data[key] : undefined;
534
+ return hasOwnProperty$6.call(data, key) ? data[key] : undefined;
500
535
  }
501
536
 
502
537
  var _hashGet = hashGet$1;
@@ -504,10 +539,10 @@ var _hashGet = hashGet$1;
504
539
  var nativeCreate$1 = _nativeCreate;
505
540
 
506
541
  /** Used for built-in method references. */
507
- var objectProto$3 = Object.prototype;
542
+ var objectProto$7 = Object.prototype;
508
543
 
509
544
  /** Used to check objects for own properties. */
510
- var hasOwnProperty$2 = objectProto$3.hasOwnProperty;
545
+ var hasOwnProperty$5 = objectProto$7.hasOwnProperty;
511
546
 
512
547
  /**
513
548
  * Checks if a hash value for `key` exists.
@@ -520,7 +555,7 @@ var hasOwnProperty$2 = objectProto$3.hasOwnProperty;
520
555
  */
521
556
  function hashHas$1(key) {
522
557
  var data = this.__data__;
523
- return nativeCreate$1 ? (data[key] !== undefined) : hasOwnProperty$2.call(data, key);
558
+ return nativeCreate$1 ? (data[key] !== undefined) : hasOwnProperty$5.call(data, key);
524
559
  }
525
560
 
526
561
  var _hashHas = hashHas$1;
@@ -1061,18 +1096,18 @@ var COMPARE_PARTIAL_FLAG$4 = 1,
1061
1096
  COMPARE_UNORDERED_FLAG$2 = 2;
1062
1097
 
1063
1098
  /** `Object#toString` result references. */
1064
- var boolTag = '[object Boolean]',
1065
- dateTag = '[object Date]',
1066
- errorTag = '[object Error]',
1067
- mapTag$1 = '[object Map]',
1068
- numberTag = '[object Number]',
1069
- regexpTag = '[object RegExp]',
1070
- setTag$1 = '[object Set]',
1071
- stringTag = '[object String]',
1099
+ var boolTag$1 = '[object Boolean]',
1100
+ dateTag$1 = '[object Date]',
1101
+ errorTag$1 = '[object Error]',
1102
+ mapTag$2 = '[object Map]',
1103
+ numberTag$1 = '[object Number]',
1104
+ regexpTag$1 = '[object RegExp]',
1105
+ setTag$2 = '[object Set]',
1106
+ stringTag$1 = '[object String]',
1072
1107
  symbolTag = '[object Symbol]';
1073
1108
 
1074
- var arrayBufferTag = '[object ArrayBuffer]',
1075
- dataViewTag$1 = '[object DataView]';
1109
+ var arrayBufferTag$1 = '[object ArrayBuffer]',
1110
+ dataViewTag$2 = '[object DataView]';
1076
1111
 
1077
1112
  /** Used to convert symbols to primitives and strings. */
1078
1113
  var symbolProto$1 = Symbol$1 ? Symbol$1.prototype : undefined,
@@ -1097,7 +1132,7 @@ var symbolProto$1 = Symbol$1 ? Symbol$1.prototype : undefined,
1097
1132
  */
1098
1133
  function equalByTag$1(object, other, tag, bitmask, customizer, equalFunc, stack) {
1099
1134
  switch (tag) {
1100
- case dataViewTag$1:
1135
+ case dataViewTag$2:
1101
1136
  if ((object.byteLength != other.byteLength) ||
1102
1137
  (object.byteOffset != other.byteOffset)) {
1103
1138
  return false;
@@ -1105,34 +1140,34 @@ function equalByTag$1(object, other, tag, bitmask, customizer, equalFunc, stack)
1105
1140
  object = object.buffer;
1106
1141
  other = other.buffer;
1107
1142
 
1108
- case arrayBufferTag:
1143
+ case arrayBufferTag$1:
1109
1144
  if ((object.byteLength != other.byteLength) ||
1110
1145
  !equalFunc(new Uint8Array(object), new Uint8Array(other))) {
1111
1146
  return false;
1112
1147
  }
1113
1148
  return true;
1114
1149
 
1115
- case boolTag:
1116
- case dateTag:
1117
- case numberTag:
1150
+ case boolTag$1:
1151
+ case dateTag$1:
1152
+ case numberTag$1:
1118
1153
  // Coerce booleans to `1` or `0` and dates to milliseconds.
1119
1154
  // Invalid dates are coerced to `NaN`.
1120
1155
  return eq(+object, +other);
1121
1156
 
1122
- case errorTag:
1157
+ case errorTag$1:
1123
1158
  return object.name == other.name && object.message == other.message;
1124
1159
 
1125
- case regexpTag:
1126
- case stringTag:
1160
+ case regexpTag$1:
1161
+ case stringTag$1:
1127
1162
  // Coerce regexes to strings and treat strings, primitives and objects,
1128
1163
  // as equal. See http://www.ecma-international.org/ecma-262/7.0/#sec-regexp.prototype.tostring
1129
1164
  // for more details.
1130
1165
  return object == (other + '');
1131
1166
 
1132
- case mapTag$1:
1167
+ case mapTag$2:
1133
1168
  var convert = mapToArray;
1134
1169
 
1135
- case setTag$1:
1170
+ case setTag$2:
1136
1171
  var isPartial = bitmask & COMPARE_PARTIAL_FLAG$4;
1137
1172
  convert || (convert = setToArray);
1138
1173
 
@@ -1184,8 +1219,36 @@ function arrayPush$1(array, values) {
1184
1219
 
1185
1220
  var _arrayPush = arrayPush$1;
1186
1221
 
1222
+ /**
1223
+ * Checks if `value` is classified as an `Array` object.
1224
+ *
1225
+ * @static
1226
+ * @memberOf _
1227
+ * @since 0.1.0
1228
+ * @category Lang
1229
+ * @param {*} value The value to check.
1230
+ * @returns {boolean} Returns `true` if `value` is an array, else `false`.
1231
+ * @example
1232
+ *
1233
+ * _.isArray([1, 2, 3]);
1234
+ * // => true
1235
+ *
1236
+ * _.isArray(document.body.children);
1237
+ * // => false
1238
+ *
1239
+ * _.isArray('abc');
1240
+ * // => false
1241
+ *
1242
+ * _.isArray(_.noop);
1243
+ * // => false
1244
+ */
1245
+
1246
+ var isArray$8 = Array.isArray;
1247
+
1248
+ var isArray_1 = isArray$8;
1249
+
1187
1250
  var arrayPush = _arrayPush,
1188
- isArray$6 = isArray_1;
1251
+ isArray$7 = isArray_1;
1189
1252
 
1190
1253
  /**
1191
1254
  * The base implementation of `getAllKeys` and `getAllKeysIn` which uses
@@ -1200,7 +1263,7 @@ var arrayPush = _arrayPush,
1200
1263
  */
1201
1264
  function baseGetAllKeys$1(object, keysFunc, symbolsFunc) {
1202
1265
  var result = keysFunc(object);
1203
- return isArray$6(object) ? result : arrayPush(result, symbolsFunc(object));
1266
+ return isArray$7(object) ? result : arrayPush(result, symbolsFunc(object));
1204
1267
  }
1205
1268
 
1206
1269
  var _baseGetAllKeys = baseGetAllKeys$1;
@@ -1261,10 +1324,10 @@ var arrayFilter = _arrayFilter,
1261
1324
  stubArray = stubArray_1;
1262
1325
 
1263
1326
  /** Used for built-in method references. */
1264
- var objectProto$2 = Object.prototype;
1327
+ var objectProto$6 = Object.prototype;
1265
1328
 
1266
1329
  /** Built-in value references. */
1267
- var propertyIsEnumerable = objectProto$2.propertyIsEnumerable;
1330
+ var propertyIsEnumerable$1 = objectProto$6.propertyIsEnumerable;
1268
1331
 
1269
1332
  /* Built-in method references for those with the same name as other `lodash` methods. */
1270
1333
  var nativeGetSymbols = Object.getOwnPropertySymbols;
@@ -1282,12 +1345,554 @@ var getSymbols$1 = !nativeGetSymbols ? stubArray : function(object) {
1282
1345
  }
1283
1346
  object = Object(object);
1284
1347
  return arrayFilter(nativeGetSymbols(object), function(symbol) {
1285
- return propertyIsEnumerable.call(object, symbol);
1348
+ return propertyIsEnumerable$1.call(object, symbol);
1286
1349
  });
1287
1350
  };
1288
1351
 
1289
1352
  var _getSymbols = getSymbols$1;
1290
1353
 
1354
+ /**
1355
+ * The base implementation of `_.times` without support for iteratee shorthands
1356
+ * or max array length checks.
1357
+ *
1358
+ * @private
1359
+ * @param {number} n The number of times to invoke `iteratee`.
1360
+ * @param {Function} iteratee The function invoked per iteration.
1361
+ * @returns {Array} Returns the array of results.
1362
+ */
1363
+
1364
+ function baseTimes$1(n, iteratee) {
1365
+ var index = -1,
1366
+ result = Array(n);
1367
+
1368
+ while (++index < n) {
1369
+ result[index] = iteratee(index);
1370
+ }
1371
+ return result;
1372
+ }
1373
+
1374
+ var _baseTimes = baseTimes$1;
1375
+
1376
+ var baseGetTag$2 = _baseGetTag,
1377
+ isObjectLike$3 = isObjectLike_1;
1378
+
1379
+ /** `Object#toString` result references. */
1380
+ var argsTag$2 = '[object Arguments]';
1381
+
1382
+ /**
1383
+ * The base implementation of `_.isArguments`.
1384
+ *
1385
+ * @private
1386
+ * @param {*} value The value to check.
1387
+ * @returns {boolean} Returns `true` if `value` is an `arguments` object,
1388
+ */
1389
+ function baseIsArguments$1(value) {
1390
+ return isObjectLike$3(value) && baseGetTag$2(value) == argsTag$2;
1391
+ }
1392
+
1393
+ var _baseIsArguments = baseIsArguments$1;
1394
+
1395
+ var baseIsArguments = _baseIsArguments,
1396
+ isObjectLike$2 = isObjectLike_1;
1397
+
1398
+ /** Used for built-in method references. */
1399
+ var objectProto$5 = Object.prototype;
1400
+
1401
+ /** Used to check objects for own properties. */
1402
+ var hasOwnProperty$4 = objectProto$5.hasOwnProperty;
1403
+
1404
+ /** Built-in value references. */
1405
+ var propertyIsEnumerable = objectProto$5.propertyIsEnumerable;
1406
+
1407
+ /**
1408
+ * Checks if `value` is likely an `arguments` object.
1409
+ *
1410
+ * @static
1411
+ * @memberOf _
1412
+ * @since 0.1.0
1413
+ * @category Lang
1414
+ * @param {*} value The value to check.
1415
+ * @returns {boolean} Returns `true` if `value` is an `arguments` object,
1416
+ * else `false`.
1417
+ * @example
1418
+ *
1419
+ * _.isArguments(function() { return arguments; }());
1420
+ * // => true
1421
+ *
1422
+ * _.isArguments([1, 2, 3]);
1423
+ * // => false
1424
+ */
1425
+ var isArguments$2 = baseIsArguments(function() { return arguments; }()) ? baseIsArguments : function(value) {
1426
+ return isObjectLike$2(value) && hasOwnProperty$4.call(value, 'callee') &&
1427
+ !propertyIsEnumerable.call(value, 'callee');
1428
+ };
1429
+
1430
+ var isArguments_1 = isArguments$2;
1431
+
1432
+ var isBuffer$2 = {exports: {}};
1433
+
1434
+ /**
1435
+ * This method returns `false`.
1436
+ *
1437
+ * @static
1438
+ * @memberOf _
1439
+ * @since 4.13.0
1440
+ * @category Util
1441
+ * @returns {boolean} Returns `false`.
1442
+ * @example
1443
+ *
1444
+ * _.times(2, _.stubFalse);
1445
+ * // => [false, false]
1446
+ */
1447
+
1448
+ function stubFalse() {
1449
+ return false;
1450
+ }
1451
+
1452
+ var stubFalse_1 = stubFalse;
1453
+
1454
+ (function (module, exports) {
1455
+ var root = _root,
1456
+ stubFalse = stubFalse_1;
1457
+
1458
+ /** Detect free variable `exports`. */
1459
+ var freeExports = exports && !exports.nodeType && exports;
1460
+
1461
+ /** Detect free variable `module`. */
1462
+ var freeModule = freeExports && 'object' == 'object' && module && !module.nodeType && module;
1463
+
1464
+ /** Detect the popular CommonJS extension `module.exports`. */
1465
+ var moduleExports = freeModule && freeModule.exports === freeExports;
1466
+
1467
+ /** Built-in value references. */
1468
+ var Buffer = moduleExports ? root.Buffer : undefined;
1469
+
1470
+ /* Built-in method references for those with the same name as other `lodash` methods. */
1471
+ var nativeIsBuffer = Buffer ? Buffer.isBuffer : undefined;
1472
+
1473
+ /**
1474
+ * Checks if `value` is a buffer.
1475
+ *
1476
+ * @static
1477
+ * @memberOf _
1478
+ * @since 4.3.0
1479
+ * @category Lang
1480
+ * @param {*} value The value to check.
1481
+ * @returns {boolean} Returns `true` if `value` is a buffer, else `false`.
1482
+ * @example
1483
+ *
1484
+ * _.isBuffer(new Buffer(2));
1485
+ * // => true
1486
+ *
1487
+ * _.isBuffer(new Uint8Array(2));
1488
+ * // => false
1489
+ */
1490
+ var isBuffer = nativeIsBuffer || stubFalse;
1491
+
1492
+ module.exports = isBuffer;
1493
+ }(isBuffer$2, isBuffer$2.exports));
1494
+
1495
+ /** Used as references for various `Number` constants. */
1496
+
1497
+ var MAX_SAFE_INTEGER$1 = 9007199254740991;
1498
+
1499
+ /** Used to detect unsigned integer values. */
1500
+ var reIsUint = /^(?:0|[1-9]\d*)$/;
1501
+
1502
+ /**
1503
+ * Checks if `value` is a valid array-like index.
1504
+ *
1505
+ * @private
1506
+ * @param {*} value The value to check.
1507
+ * @param {number} [length=MAX_SAFE_INTEGER] The upper bounds of a valid index.
1508
+ * @returns {boolean} Returns `true` if `value` is a valid index, else `false`.
1509
+ */
1510
+ function isIndex$2(value, length) {
1511
+ var type = typeof value;
1512
+ length = length == null ? MAX_SAFE_INTEGER$1 : length;
1513
+
1514
+ return !!length &&
1515
+ (type == 'number' ||
1516
+ (type != 'symbol' && reIsUint.test(value))) &&
1517
+ (value > -1 && value % 1 == 0 && value < length);
1518
+ }
1519
+
1520
+ var _isIndex = isIndex$2;
1521
+
1522
+ /** Used as references for various `Number` constants. */
1523
+
1524
+ var MAX_SAFE_INTEGER = 9007199254740991;
1525
+
1526
+ /**
1527
+ * Checks if `value` is a valid array-like length.
1528
+ *
1529
+ * **Note:** This method is loosely based on
1530
+ * [`ToLength`](http://ecma-international.org/ecma-262/7.0/#sec-tolength).
1531
+ *
1532
+ * @static
1533
+ * @memberOf _
1534
+ * @since 4.0.0
1535
+ * @category Lang
1536
+ * @param {*} value The value to check.
1537
+ * @returns {boolean} Returns `true` if `value` is a valid length, else `false`.
1538
+ * @example
1539
+ *
1540
+ * _.isLength(3);
1541
+ * // => true
1542
+ *
1543
+ * _.isLength(Number.MIN_VALUE);
1544
+ * // => false
1545
+ *
1546
+ * _.isLength(Infinity);
1547
+ * // => false
1548
+ *
1549
+ * _.isLength('3');
1550
+ * // => false
1551
+ */
1552
+ function isLength$3(value) {
1553
+ return typeof value == 'number' &&
1554
+ value > -1 && value % 1 == 0 && value <= MAX_SAFE_INTEGER;
1555
+ }
1556
+
1557
+ var isLength_1 = isLength$3;
1558
+
1559
+ var baseGetTag$1 = _baseGetTag,
1560
+ isLength$2 = isLength_1,
1561
+ isObjectLike$1 = isObjectLike_1;
1562
+
1563
+ /** `Object#toString` result references. */
1564
+ var argsTag$1 = '[object Arguments]',
1565
+ arrayTag$1 = '[object Array]',
1566
+ boolTag = '[object Boolean]',
1567
+ dateTag = '[object Date]',
1568
+ errorTag = '[object Error]',
1569
+ funcTag = '[object Function]',
1570
+ mapTag$1 = '[object Map]',
1571
+ numberTag = '[object Number]',
1572
+ objectTag$2 = '[object Object]',
1573
+ regexpTag = '[object RegExp]',
1574
+ setTag$1 = '[object Set]',
1575
+ stringTag = '[object String]',
1576
+ weakMapTag$1 = '[object WeakMap]';
1577
+
1578
+ var arrayBufferTag = '[object ArrayBuffer]',
1579
+ dataViewTag$1 = '[object DataView]',
1580
+ float32Tag = '[object Float32Array]',
1581
+ float64Tag = '[object Float64Array]',
1582
+ int8Tag = '[object Int8Array]',
1583
+ int16Tag = '[object Int16Array]',
1584
+ int32Tag = '[object Int32Array]',
1585
+ uint8Tag = '[object Uint8Array]',
1586
+ uint8ClampedTag = '[object Uint8ClampedArray]',
1587
+ uint16Tag = '[object Uint16Array]',
1588
+ uint32Tag = '[object Uint32Array]';
1589
+
1590
+ /** Used to identify `toStringTag` values of typed arrays. */
1591
+ var typedArrayTags = {};
1592
+ typedArrayTags[float32Tag] = typedArrayTags[float64Tag] =
1593
+ typedArrayTags[int8Tag] = typedArrayTags[int16Tag] =
1594
+ typedArrayTags[int32Tag] = typedArrayTags[uint8Tag] =
1595
+ typedArrayTags[uint8ClampedTag] = typedArrayTags[uint16Tag] =
1596
+ typedArrayTags[uint32Tag] = true;
1597
+ typedArrayTags[argsTag$1] = typedArrayTags[arrayTag$1] =
1598
+ typedArrayTags[arrayBufferTag] = typedArrayTags[boolTag] =
1599
+ typedArrayTags[dataViewTag$1] = typedArrayTags[dateTag] =
1600
+ typedArrayTags[errorTag] = typedArrayTags[funcTag] =
1601
+ typedArrayTags[mapTag$1] = typedArrayTags[numberTag] =
1602
+ typedArrayTags[objectTag$2] = typedArrayTags[regexpTag] =
1603
+ typedArrayTags[setTag$1] = typedArrayTags[stringTag] =
1604
+ typedArrayTags[weakMapTag$1] = false;
1605
+
1606
+ /**
1607
+ * The base implementation of `_.isTypedArray` without Node.js optimizations.
1608
+ *
1609
+ * @private
1610
+ * @param {*} value The value to check.
1611
+ * @returns {boolean} Returns `true` if `value` is a typed array, else `false`.
1612
+ */
1613
+ function baseIsTypedArray$1(value) {
1614
+ return isObjectLike$1(value) &&
1615
+ isLength$2(value.length) && !!typedArrayTags[baseGetTag$1(value)];
1616
+ }
1617
+
1618
+ var _baseIsTypedArray = baseIsTypedArray$1;
1619
+
1620
+ /**
1621
+ * The base implementation of `_.unary` without support for storing metadata.
1622
+ *
1623
+ * @private
1624
+ * @param {Function} func The function to cap arguments for.
1625
+ * @returns {Function} Returns the new capped function.
1626
+ */
1627
+
1628
+ function baseUnary$1(func) {
1629
+ return function(value) {
1630
+ return func(value);
1631
+ };
1632
+ }
1633
+
1634
+ var _baseUnary = baseUnary$1;
1635
+
1636
+ var _nodeUtil = {exports: {}};
1637
+
1638
+ (function (module, exports) {
1639
+ var freeGlobal = _freeGlobal;
1640
+
1641
+ /** Detect free variable `exports`. */
1642
+ var freeExports = exports && !exports.nodeType && exports;
1643
+
1644
+ /** Detect free variable `module`. */
1645
+ var freeModule = freeExports && 'object' == 'object' && module && !module.nodeType && module;
1646
+
1647
+ /** Detect the popular CommonJS extension `module.exports`. */
1648
+ var moduleExports = freeModule && freeModule.exports === freeExports;
1649
+
1650
+ /** Detect free variable `process` from Node.js. */
1651
+ var freeProcess = moduleExports && freeGlobal.process;
1652
+
1653
+ /** Used to access faster Node.js helpers. */
1654
+ var nodeUtil = (function() {
1655
+ try {
1656
+ // Use `util.types` for Node.js 10+.
1657
+ var types = freeModule && freeModule.require && freeModule.require('util').types;
1658
+
1659
+ if (types) {
1660
+ return types;
1661
+ }
1662
+
1663
+ // Legacy `process.binding('util')` for Node.js < 10.
1664
+ return freeProcess && freeProcess.binding && freeProcess.binding('util');
1665
+ } catch (e) {}
1666
+ }());
1667
+
1668
+ module.exports = nodeUtil;
1669
+ }(_nodeUtil, _nodeUtil.exports));
1670
+
1671
+ var baseIsTypedArray = _baseIsTypedArray,
1672
+ baseUnary = _baseUnary,
1673
+ nodeUtil = _nodeUtil.exports;
1674
+
1675
+ /* Node.js helper references. */
1676
+ var nodeIsTypedArray = nodeUtil && nodeUtil.isTypedArray;
1677
+
1678
+ /**
1679
+ * Checks if `value` is classified as a typed array.
1680
+ *
1681
+ * @static
1682
+ * @memberOf _
1683
+ * @since 3.0.0
1684
+ * @category Lang
1685
+ * @param {*} value The value to check.
1686
+ * @returns {boolean} Returns `true` if `value` is a typed array, else `false`.
1687
+ * @example
1688
+ *
1689
+ * _.isTypedArray(new Uint8Array);
1690
+ * // => true
1691
+ *
1692
+ * _.isTypedArray([]);
1693
+ * // => false
1694
+ */
1695
+ var isTypedArray$2 = nodeIsTypedArray ? baseUnary(nodeIsTypedArray) : baseIsTypedArray;
1696
+
1697
+ var isTypedArray_1 = isTypedArray$2;
1698
+
1699
+ var baseTimes = _baseTimes,
1700
+ isArguments$1 = isArguments_1,
1701
+ isArray$6 = isArray_1,
1702
+ isBuffer$1 = isBuffer$2.exports,
1703
+ isIndex$1 = _isIndex,
1704
+ isTypedArray$1 = isTypedArray_1;
1705
+
1706
+ /** Used for built-in method references. */
1707
+ var objectProto$4 = Object.prototype;
1708
+
1709
+ /** Used to check objects for own properties. */
1710
+ var hasOwnProperty$3 = objectProto$4.hasOwnProperty;
1711
+
1712
+ /**
1713
+ * Creates an array of the enumerable property names of the array-like `value`.
1714
+ *
1715
+ * @private
1716
+ * @param {*} value The value to query.
1717
+ * @param {boolean} inherited Specify returning inherited property names.
1718
+ * @returns {Array} Returns the array of property names.
1719
+ */
1720
+ function arrayLikeKeys$1(value, inherited) {
1721
+ var isArr = isArray$6(value),
1722
+ isArg = !isArr && isArguments$1(value),
1723
+ isBuff = !isArr && !isArg && isBuffer$1(value),
1724
+ isType = !isArr && !isArg && !isBuff && isTypedArray$1(value),
1725
+ skipIndexes = isArr || isArg || isBuff || isType,
1726
+ result = skipIndexes ? baseTimes(value.length, String) : [],
1727
+ length = result.length;
1728
+
1729
+ for (var key in value) {
1730
+ if ((inherited || hasOwnProperty$3.call(value, key)) &&
1731
+ !(skipIndexes && (
1732
+ // Safari 9 has enumerable `arguments.length` in strict mode.
1733
+ key == 'length' ||
1734
+ // Node.js 0.10 has enumerable non-index properties on buffers.
1735
+ (isBuff && (key == 'offset' || key == 'parent')) ||
1736
+ // PhantomJS 2 has enumerable non-index properties on typed arrays.
1737
+ (isType && (key == 'buffer' || key == 'byteLength' || key == 'byteOffset')) ||
1738
+ // Skip index properties.
1739
+ isIndex$1(key, length)
1740
+ ))) {
1741
+ result.push(key);
1742
+ }
1743
+ }
1744
+ return result;
1745
+ }
1746
+
1747
+ var _arrayLikeKeys = arrayLikeKeys$1;
1748
+
1749
+ /** Used for built-in method references. */
1750
+
1751
+ var objectProto$3 = Object.prototype;
1752
+
1753
+ /**
1754
+ * Checks if `value` is likely a prototype object.
1755
+ *
1756
+ * @private
1757
+ * @param {*} value The value to check.
1758
+ * @returns {boolean} Returns `true` if `value` is a prototype, else `false`.
1759
+ */
1760
+ function isPrototype$1(value) {
1761
+ var Ctor = value && value.constructor,
1762
+ proto = (typeof Ctor == 'function' && Ctor.prototype) || objectProto$3;
1763
+
1764
+ return value === proto;
1765
+ }
1766
+
1767
+ var _isPrototype = isPrototype$1;
1768
+
1769
+ /**
1770
+ * Creates a unary function that invokes `func` with its argument transformed.
1771
+ *
1772
+ * @private
1773
+ * @param {Function} func The function to wrap.
1774
+ * @param {Function} transform The argument transform.
1775
+ * @returns {Function} Returns the new function.
1776
+ */
1777
+
1778
+ function overArg$1(func, transform) {
1779
+ return function(arg) {
1780
+ return func(transform(arg));
1781
+ };
1782
+ }
1783
+
1784
+ var _overArg = overArg$1;
1785
+
1786
+ var overArg = _overArg;
1787
+
1788
+ /* Built-in method references for those with the same name as other `lodash` methods. */
1789
+ var nativeKeys$1 = overArg(Object.keys, Object);
1790
+
1791
+ var _nativeKeys = nativeKeys$1;
1792
+
1793
+ var isPrototype = _isPrototype,
1794
+ nativeKeys = _nativeKeys;
1795
+
1796
+ /** Used for built-in method references. */
1797
+ var objectProto$2 = Object.prototype;
1798
+
1799
+ /** Used to check objects for own properties. */
1800
+ var hasOwnProperty$2 = objectProto$2.hasOwnProperty;
1801
+
1802
+ /**
1803
+ * The base implementation of `_.keys` which doesn't treat sparse arrays as dense.
1804
+ *
1805
+ * @private
1806
+ * @param {Object} object The object to query.
1807
+ * @returns {Array} Returns the array of property names.
1808
+ */
1809
+ function baseKeys$1(object) {
1810
+ if (!isPrototype(object)) {
1811
+ return nativeKeys(object);
1812
+ }
1813
+ var result = [];
1814
+ for (var key in Object(object)) {
1815
+ if (hasOwnProperty$2.call(object, key) && key != 'constructor') {
1816
+ result.push(key);
1817
+ }
1818
+ }
1819
+ return result;
1820
+ }
1821
+
1822
+ var _baseKeys = baseKeys$1;
1823
+
1824
+ var isFunction = isFunction_1,
1825
+ isLength$1 = isLength_1;
1826
+
1827
+ /**
1828
+ * Checks if `value` is array-like. A value is considered array-like if it's
1829
+ * not a function and has a `value.length` that's an integer greater than or
1830
+ * equal to `0` and less than or equal to `Number.MAX_SAFE_INTEGER`.
1831
+ *
1832
+ * @static
1833
+ * @memberOf _
1834
+ * @since 4.0.0
1835
+ * @category Lang
1836
+ * @param {*} value The value to check.
1837
+ * @returns {boolean} Returns `true` if `value` is array-like, else `false`.
1838
+ * @example
1839
+ *
1840
+ * _.isArrayLike([1, 2, 3]);
1841
+ * // => true
1842
+ *
1843
+ * _.isArrayLike(document.body.children);
1844
+ * // => true
1845
+ *
1846
+ * _.isArrayLike('abc');
1847
+ * // => true
1848
+ *
1849
+ * _.isArrayLike(_.noop);
1850
+ * // => false
1851
+ */
1852
+ function isArrayLike$1(value) {
1853
+ return value != null && isLength$1(value.length) && !isFunction(value);
1854
+ }
1855
+
1856
+ var isArrayLike_1 = isArrayLike$1;
1857
+
1858
+ var arrayLikeKeys = _arrayLikeKeys,
1859
+ baseKeys = _baseKeys,
1860
+ isArrayLike = isArrayLike_1;
1861
+
1862
+ /**
1863
+ * Creates an array of the own enumerable property names of `object`.
1864
+ *
1865
+ * **Note:** Non-object values are coerced to objects. See the
1866
+ * [ES spec](http://ecma-international.org/ecma-262/7.0/#sec-object.keys)
1867
+ * for more details.
1868
+ *
1869
+ * @static
1870
+ * @since 0.1.0
1871
+ * @memberOf _
1872
+ * @category Object
1873
+ * @param {Object} object The object to query.
1874
+ * @returns {Array} Returns the array of property names.
1875
+ * @example
1876
+ *
1877
+ * function Foo() {
1878
+ * this.a = 1;
1879
+ * this.b = 2;
1880
+ * }
1881
+ *
1882
+ * Foo.prototype.c = 3;
1883
+ *
1884
+ * _.keys(new Foo);
1885
+ * // => ['a', 'b'] (iteration order is not guaranteed)
1886
+ *
1887
+ * _.keys('hi');
1888
+ * // => ['0', '1']
1889
+ */
1890
+ function keys$2(object) {
1891
+ return isArrayLike(object) ? arrayLikeKeys(object) : baseKeys(object);
1892
+ }
1893
+
1894
+ var keys_1 = keys$2;
1895
+
1291
1896
  var baseGetAllKeys = _baseGetAllKeys,
1292
1897
  getSymbols = _getSymbols,
1293
1898
  keys$1 = keys_1;
@@ -1493,7 +2098,7 @@ var Stack$1 = _Stack,
1493
2098
  equalObjects = _equalObjects,
1494
2099
  getTag = _getTag,
1495
2100
  isArray$5 = isArray_1,
1496
- isBuffer = isBuffer$1.exports,
2101
+ isBuffer = isBuffer$2.exports,
1497
2102
  isTypedArray = isTypedArray_1;
1498
2103
 
1499
2104
  /** Used to compose bitmasks for value comparisons. */
@@ -2225,6 +2830,29 @@ function baseMatchesProperty$1(path, srcValue) {
2225
2830
 
2226
2831
  var _baseMatchesProperty = baseMatchesProperty$1;
2227
2832
 
2833
+ /**
2834
+ * This method returns the first argument it receives.
2835
+ *
2836
+ * @static
2837
+ * @since 0.1.0
2838
+ * @memberOf _
2839
+ * @category Util
2840
+ * @param {*} value Any value.
2841
+ * @returns {*} Returns `value`.
2842
+ * @example
2843
+ *
2844
+ * var object = { 'a': 1 };
2845
+ *
2846
+ * console.log(_.identity(object) === object);
2847
+ * // => true
2848
+ */
2849
+
2850
+ function identity$1(value) {
2851
+ return value;
2852
+ }
2853
+
2854
+ var identity_1 = identity$1;
2855
+
2228
2856
  /**
2229
2857
  * The base implementation of `_.property` without support for deep paths.
2230
2858
  *
@@ -2323,6 +2951,6 @@ function baseIteratee(value) {
2323
2951
 
2324
2952
  var _baseIteratee = baseIteratee;
2325
2953
 
2326
- export { _baseIteratee as _, _arrayMap as a, _baseProperty as b, _getTag as c, _getNative as d, eq_1 as e };
2954
+ export { _baseIteratee as _, _arrayMap as a, isArray_1 as b, _baseProperty as c, _baseKeys as d, _getTag as e, _getNative as f, eq_1 as g, _isIndex as h, isArrayLike_1 as i, identity_1 as j, keys_1 as k };
2327
2955
 
2328
2956
  //# sourceMappingURL=_baseIteratee.js.map