@tmagic/table 1.8.0-beta.22 → 1.8.0-beta.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/tmagic-table.umd.cjs +108 -108
- package/package.json +8 -8
- package/types/index.d.ts +12 -7
|
@@ -12,21 +12,21 @@
|
|
|
12
12
|
__esModule: { value: true },
|
|
13
13
|
[Symbol.toStringTag]: { value: "Module" }
|
|
14
14
|
});
|
|
15
|
-
//#region node_modules/.pnpm/lodash-es@4.
|
|
15
|
+
//#region node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_freeGlobal.js
|
|
16
16
|
/** Detect free variable `global` from Node.js. */
|
|
17
17
|
var freeGlobal = typeof global == "object" && global && global.Object === Object && global;
|
|
18
18
|
//#endregion
|
|
19
|
-
//#region node_modules/.pnpm/lodash-es@4.
|
|
19
|
+
//#region node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_root.js
|
|
20
20
|
/** Detect free variable `self`. */
|
|
21
21
|
var freeSelf = typeof self == "object" && self && self.Object === Object && self;
|
|
22
22
|
/** Used as a reference to the global object. */
|
|
23
23
|
var root = freeGlobal || freeSelf || Function("return this")();
|
|
24
24
|
//#endregion
|
|
25
|
-
//#region node_modules/.pnpm/lodash-es@4.
|
|
25
|
+
//#region node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_Symbol.js
|
|
26
26
|
/** Built-in value references. */
|
|
27
27
|
var Symbol$1 = root.Symbol;
|
|
28
28
|
//#endregion
|
|
29
|
-
//#region node_modules/.pnpm/lodash-es@4.
|
|
29
|
+
//#region node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_getRawTag.js
|
|
30
30
|
/** Used for built-in method references. */
|
|
31
31
|
var objectProto$3 = Object.prototype;
|
|
32
32
|
/** Used to check objects for own properties. */
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
return result;
|
|
59
59
|
}
|
|
60
60
|
//#endregion
|
|
61
|
-
//#region node_modules/.pnpm/lodash-es@4.
|
|
61
|
+
//#region node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_objectToString.js
|
|
62
62
|
/**
|
|
63
63
|
* Used to resolve the
|
|
64
64
|
* [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring)
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
return nativeObjectToString.call(value);
|
|
77
77
|
}
|
|
78
78
|
//#endregion
|
|
79
|
-
//#region node_modules/.pnpm/lodash-es@4.
|
|
79
|
+
//#region node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_baseGetTag.js
|
|
80
80
|
/** `Object#toString` result references. */
|
|
81
81
|
var nullTag = "[object Null]";
|
|
82
82
|
var undefinedTag = "[object Undefined]";
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
return symToStringTag && symToStringTag in Object(value) ? getRawTag(value) : objectToString(value);
|
|
95
95
|
}
|
|
96
96
|
//#endregion
|
|
97
|
-
//#region node_modules/.pnpm/lodash-es@4.
|
|
97
|
+
//#region node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/isObjectLike.js
|
|
98
98
|
/**
|
|
99
99
|
* Checks if `value` is object-like. A value is object-like if it's not `null`
|
|
100
100
|
* and has a `typeof` result of "object".
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
return value != null && typeof value == "object";
|
|
124
124
|
}
|
|
125
125
|
//#endregion
|
|
126
|
-
//#region node_modules/.pnpm/lodash-es@4.
|
|
126
|
+
//#region node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/isArray.js
|
|
127
127
|
/**
|
|
128
128
|
* Checks if `value` is classified as an `Array` object.
|
|
129
129
|
*
|
|
@@ -149,7 +149,7 @@
|
|
|
149
149
|
*/
|
|
150
150
|
var isArray = Array.isArray;
|
|
151
151
|
//#endregion
|
|
152
|
-
//#region node_modules/.pnpm/lodash-es@4.
|
|
152
|
+
//#region node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/isObject.js
|
|
153
153
|
/**
|
|
154
154
|
* Checks if `value` is the
|
|
155
155
|
* [language type](http://www.ecma-international.org/ecma-262/7.0/#sec-ecmascript-language-types)
|
|
@@ -180,7 +180,7 @@
|
|
|
180
180
|
return value != null && (type == "object" || type == "function");
|
|
181
181
|
}
|
|
182
182
|
//#endregion
|
|
183
|
-
//#region node_modules/.pnpm/lodash-es@4.
|
|
183
|
+
//#region node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/isFunction.js
|
|
184
184
|
/** `Object#toString` result references. */
|
|
185
185
|
var asyncTag = "[object AsyncFunction]";
|
|
186
186
|
var funcTag$2 = "[object Function]";
|
|
@@ -209,11 +209,11 @@
|
|
|
209
209
|
return tag == funcTag$2 || tag == genTag$1 || tag == asyncTag || tag == proxyTag;
|
|
210
210
|
}
|
|
211
211
|
//#endregion
|
|
212
|
-
//#region node_modules/.pnpm/lodash-es@4.
|
|
212
|
+
//#region node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_coreJsData.js
|
|
213
213
|
/** Used to detect overreaching core-js shims. */
|
|
214
214
|
var coreJsData = root["__core-js_shared__"];
|
|
215
215
|
//#endregion
|
|
216
|
-
//#region node_modules/.pnpm/lodash-es@4.
|
|
216
|
+
//#region node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_isMasked.js
|
|
217
217
|
/** Used to detect methods masquerading as native. */
|
|
218
218
|
var maskSrcKey = function() {
|
|
219
219
|
var uid = /[^.]+$/.exec(coreJsData && coreJsData.keys && coreJsData.keys.IE_PROTO || "");
|
|
@@ -230,7 +230,7 @@
|
|
|
230
230
|
return !!maskSrcKey && maskSrcKey in func;
|
|
231
231
|
}
|
|
232
232
|
//#endregion
|
|
233
|
-
//#region node_modules/.pnpm/lodash-es@4.
|
|
233
|
+
//#region node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_toSource.js
|
|
234
234
|
/** Used to resolve the decompiled source of functions. */
|
|
235
235
|
var funcToString$1 = Function.prototype.toString;
|
|
236
236
|
/**
|
|
@@ -252,7 +252,7 @@
|
|
|
252
252
|
return "";
|
|
253
253
|
}
|
|
254
254
|
//#endregion
|
|
255
|
-
//#region node_modules/.pnpm/lodash-es@4.
|
|
255
|
+
//#region node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_baseIsNative.js
|
|
256
256
|
/**
|
|
257
257
|
* Used to match `RegExp`
|
|
258
258
|
* [syntax characters](http://ecma-international.org/ecma-262/7.0/#sec-patterns).
|
|
@@ -282,7 +282,7 @@
|
|
|
282
282
|
return (isFunction(value) ? reIsNative : reIsHostCtor).test(toSource(value));
|
|
283
283
|
}
|
|
284
284
|
//#endregion
|
|
285
|
-
//#region node_modules/.pnpm/lodash-es@4.
|
|
285
|
+
//#region node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_getValue.js
|
|
286
286
|
/**
|
|
287
287
|
* Gets the value at `key` of `object`.
|
|
288
288
|
*
|
|
@@ -295,7 +295,7 @@
|
|
|
295
295
|
return object == null ? void 0 : object[key];
|
|
296
296
|
}
|
|
297
297
|
//#endregion
|
|
298
|
-
//#region node_modules/.pnpm/lodash-es@4.
|
|
298
|
+
//#region node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_getNative.js
|
|
299
299
|
/**
|
|
300
300
|
* Gets the native function at `key` of `object`.
|
|
301
301
|
*
|
|
@@ -309,10 +309,10 @@
|
|
|
309
309
|
return baseIsNative(value) ? value : void 0;
|
|
310
310
|
}
|
|
311
311
|
//#endregion
|
|
312
|
-
//#region node_modules/.pnpm/lodash-es@4.
|
|
312
|
+
//#region node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_WeakMap.js
|
|
313
313
|
var WeakMap = getNative(root, "WeakMap");
|
|
314
314
|
//#endregion
|
|
315
|
-
//#region node_modules/.pnpm/lodash-es@4.
|
|
315
|
+
//#region node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_baseCreate.js
|
|
316
316
|
/** Built-in value references. */
|
|
317
317
|
var objectCreate = Object.create;
|
|
318
318
|
/**
|
|
@@ -335,7 +335,7 @@
|
|
|
335
335
|
};
|
|
336
336
|
}();
|
|
337
337
|
//#endregion
|
|
338
|
-
//#region node_modules/.pnpm/lodash-es@4.
|
|
338
|
+
//#region node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_copyArray.js
|
|
339
339
|
/**
|
|
340
340
|
* Copies the values of `source` to `array`.
|
|
341
341
|
*
|
|
@@ -351,7 +351,7 @@
|
|
|
351
351
|
return array;
|
|
352
352
|
}
|
|
353
353
|
//#endregion
|
|
354
|
-
//#region node_modules/.pnpm/lodash-es@4.
|
|
354
|
+
//#region node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_defineProperty.js
|
|
355
355
|
var defineProperty = function() {
|
|
356
356
|
try {
|
|
357
357
|
var func = getNative(Object, "defineProperty");
|
|
@@ -360,7 +360,7 @@
|
|
|
360
360
|
} catch (e) {}
|
|
361
361
|
}();
|
|
362
362
|
//#endregion
|
|
363
|
-
//#region node_modules/.pnpm/lodash-es@4.
|
|
363
|
+
//#region node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_arrayEach.js
|
|
364
364
|
/**
|
|
365
365
|
* A specialized version of `_.forEach` for arrays without support for
|
|
366
366
|
* iteratee shorthands.
|
|
@@ -376,7 +376,7 @@
|
|
|
376
376
|
return array;
|
|
377
377
|
}
|
|
378
378
|
//#endregion
|
|
379
|
-
//#region node_modules/.pnpm/lodash-es@4.
|
|
379
|
+
//#region node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_isIndex.js
|
|
380
380
|
/** Used as references for various `Number` constants. */
|
|
381
381
|
var MAX_SAFE_INTEGER$1 = 9007199254740991;
|
|
382
382
|
/** Used to detect unsigned integer values. */
|
|
@@ -395,7 +395,7 @@
|
|
|
395
395
|
return !!length && (type == "number" || type != "symbol" && reIsUint.test(value)) && value > -1 && value % 1 == 0 && value < length;
|
|
396
396
|
}
|
|
397
397
|
//#endregion
|
|
398
|
-
//#region node_modules/.pnpm/lodash-es@4.
|
|
398
|
+
//#region node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_baseAssignValue.js
|
|
399
399
|
/**
|
|
400
400
|
* The base implementation of `assignValue` and `assignMergeValue` without
|
|
401
401
|
* value checks.
|
|
@@ -415,7 +415,7 @@
|
|
|
415
415
|
else object[key] = value;
|
|
416
416
|
}
|
|
417
417
|
//#endregion
|
|
418
|
-
//#region node_modules/.pnpm/lodash-es@4.
|
|
418
|
+
//#region node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/eq.js
|
|
419
419
|
/**
|
|
420
420
|
* Performs a
|
|
421
421
|
* [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero)
|
|
@@ -452,7 +452,7 @@
|
|
|
452
452
|
return value === other || value !== value && other !== other;
|
|
453
453
|
}
|
|
454
454
|
//#endregion
|
|
455
|
-
//#region node_modules/.pnpm/lodash-es@4.
|
|
455
|
+
//#region node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_assignValue.js
|
|
456
456
|
/** Used to check objects for own properties. */
|
|
457
457
|
var hasOwnProperty$7 = Object.prototype.hasOwnProperty;
|
|
458
458
|
/**
|
|
@@ -470,7 +470,7 @@
|
|
|
470
470
|
if (!(hasOwnProperty$7.call(object, key) && eq(objValue, value)) || value === void 0 && !(key in object)) baseAssignValue(object, key, value);
|
|
471
471
|
}
|
|
472
472
|
//#endregion
|
|
473
|
-
//#region node_modules/.pnpm/lodash-es@4.
|
|
473
|
+
//#region node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_copyObject.js
|
|
474
474
|
/**
|
|
475
475
|
* Copies properties of `source` to `object`.
|
|
476
476
|
*
|
|
@@ -495,7 +495,7 @@
|
|
|
495
495
|
return object;
|
|
496
496
|
}
|
|
497
497
|
//#endregion
|
|
498
|
-
//#region node_modules/.pnpm/lodash-es@4.
|
|
498
|
+
//#region node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/isLength.js
|
|
499
499
|
/** Used as references for various `Number` constants. */
|
|
500
500
|
var MAX_SAFE_INTEGER = 9007199254740991;
|
|
501
501
|
/**
|
|
@@ -528,7 +528,7 @@
|
|
|
528
528
|
return typeof value == "number" && value > -1 && value % 1 == 0 && value <= MAX_SAFE_INTEGER;
|
|
529
529
|
}
|
|
530
530
|
//#endregion
|
|
531
|
-
//#region node_modules/.pnpm/lodash-es@4.
|
|
531
|
+
//#region node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/isArrayLike.js
|
|
532
532
|
/**
|
|
533
533
|
* Checks if `value` is array-like. A value is considered array-like if it's
|
|
534
534
|
* not a function and has a `value.length` that's an integer greater than or
|
|
@@ -558,7 +558,7 @@
|
|
|
558
558
|
return value != null && isLength(value.length) && !isFunction(value);
|
|
559
559
|
}
|
|
560
560
|
//#endregion
|
|
561
|
-
//#region node_modules/.pnpm/lodash-es@4.
|
|
561
|
+
//#region node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_isPrototype.js
|
|
562
562
|
/** Used for built-in method references. */
|
|
563
563
|
var objectProto$1 = Object.prototype;
|
|
564
564
|
/**
|
|
@@ -573,7 +573,7 @@
|
|
|
573
573
|
return value === (typeof Ctor == "function" && Ctor.prototype || objectProto$1);
|
|
574
574
|
}
|
|
575
575
|
//#endregion
|
|
576
|
-
//#region node_modules/.pnpm/lodash-es@4.
|
|
576
|
+
//#region node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_baseTimes.js
|
|
577
577
|
/**
|
|
578
578
|
* The base implementation of `_.times` without support for iteratee shorthands
|
|
579
579
|
* or max array length checks.
|
|
@@ -589,7 +589,7 @@
|
|
|
589
589
|
return result;
|
|
590
590
|
}
|
|
591
591
|
//#endregion
|
|
592
|
-
//#region node_modules/.pnpm/lodash-es@4.
|
|
592
|
+
//#region node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_baseIsArguments.js
|
|
593
593
|
/** `Object#toString` result references. */
|
|
594
594
|
var argsTag$2 = "[object Arguments]";
|
|
595
595
|
/**
|
|
@@ -603,7 +603,7 @@
|
|
|
603
603
|
return isObjectLike(value) && baseGetTag(value) == argsTag$2;
|
|
604
604
|
}
|
|
605
605
|
//#endregion
|
|
606
|
-
//#region node_modules/.pnpm/lodash-es@4.
|
|
606
|
+
//#region node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/isArguments.js
|
|
607
607
|
/** Used for built-in method references. */
|
|
608
608
|
var objectProto = Object.prototype;
|
|
609
609
|
/** Used to check objects for own properties. */
|
|
@@ -634,7 +634,7 @@
|
|
|
634
634
|
return isObjectLike(value) && hasOwnProperty$6.call(value, "callee") && !propertyIsEnumerable$1.call(value, "callee");
|
|
635
635
|
};
|
|
636
636
|
//#endregion
|
|
637
|
-
//#region node_modules/.pnpm/lodash-es@4.
|
|
637
|
+
//#region node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/stubFalse.js
|
|
638
638
|
/**
|
|
639
639
|
* This method returns `false`.
|
|
640
640
|
*
|
|
@@ -652,7 +652,7 @@
|
|
|
652
652
|
return false;
|
|
653
653
|
}
|
|
654
654
|
//#endregion
|
|
655
|
-
//#region node_modules/.pnpm/lodash-es@4.
|
|
655
|
+
//#region node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/isBuffer.js
|
|
656
656
|
/** Detect free variable `exports`. */
|
|
657
657
|
var freeExports$2 = typeof exports == "object" && exports && !exports.nodeType && exports;
|
|
658
658
|
/** Detect free variable `module`. */
|
|
@@ -678,7 +678,7 @@
|
|
|
678
678
|
*/
|
|
679
679
|
var isBuffer = (Buffer$1 ? Buffer$1.isBuffer : void 0) || stubFalse;
|
|
680
680
|
//#endregion
|
|
681
|
-
//#region node_modules/.pnpm/lodash-es@4.
|
|
681
|
+
//#region node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_baseIsTypedArray.js
|
|
682
682
|
/** `Object#toString` result references. */
|
|
683
683
|
var argsTag$1 = "[object Arguments]";
|
|
684
684
|
var arrayTag$1 = "[object Array]";
|
|
@@ -719,7 +719,7 @@
|
|
|
719
719
|
return isObjectLike(value) && isLength(value.length) && !!typedArrayTags[baseGetTag(value)];
|
|
720
720
|
}
|
|
721
721
|
//#endregion
|
|
722
|
-
//#region node_modules/.pnpm/lodash-es@4.
|
|
722
|
+
//#region node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_baseUnary.js
|
|
723
723
|
/**
|
|
724
724
|
* The base implementation of `_.unary` without support for storing metadata.
|
|
725
725
|
*
|
|
@@ -733,7 +733,7 @@
|
|
|
733
733
|
};
|
|
734
734
|
}
|
|
735
735
|
//#endregion
|
|
736
|
-
//#region node_modules/.pnpm/lodash-es@4.
|
|
736
|
+
//#region node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_nodeUtil.js
|
|
737
737
|
/** Detect free variable `exports`. */
|
|
738
738
|
var freeExports$1 = typeof exports == "object" && exports && !exports.nodeType && exports;
|
|
739
739
|
/** Detect free variable `module`. */
|
|
@@ -749,7 +749,7 @@
|
|
|
749
749
|
} catch (e) {}
|
|
750
750
|
}();
|
|
751
751
|
//#endregion
|
|
752
|
-
//#region node_modules/.pnpm/lodash-es@4.
|
|
752
|
+
//#region node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/isTypedArray.js
|
|
753
753
|
var nodeIsTypedArray = nodeUtil && nodeUtil.isTypedArray;
|
|
754
754
|
/**
|
|
755
755
|
* Checks if `value` is classified as a typed array.
|
|
@@ -770,7 +770,7 @@
|
|
|
770
770
|
*/
|
|
771
771
|
var isTypedArray = nodeIsTypedArray ? baseUnary(nodeIsTypedArray) : baseIsTypedArray;
|
|
772
772
|
//#endregion
|
|
773
|
-
//#region node_modules/.pnpm/lodash-es@4.
|
|
773
|
+
//#region node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_arrayLikeKeys.js
|
|
774
774
|
/** Used to check objects for own properties. */
|
|
775
775
|
var hasOwnProperty$5 = Object.prototype.hasOwnProperty;
|
|
776
776
|
/**
|
|
@@ -787,7 +787,7 @@
|
|
|
787
787
|
return result;
|
|
788
788
|
}
|
|
789
789
|
//#endregion
|
|
790
|
-
//#region node_modules/.pnpm/lodash-es@4.
|
|
790
|
+
//#region node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_overArg.js
|
|
791
791
|
/**
|
|
792
792
|
* Creates a unary function that invokes `func` with its argument transformed.
|
|
793
793
|
*
|
|
@@ -802,10 +802,10 @@
|
|
|
802
802
|
};
|
|
803
803
|
}
|
|
804
804
|
//#endregion
|
|
805
|
-
//#region node_modules/.pnpm/lodash-es@4.
|
|
805
|
+
//#region node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_nativeKeys.js
|
|
806
806
|
var nativeKeys = overArg(Object.keys, Object);
|
|
807
807
|
//#endregion
|
|
808
|
-
//#region node_modules/.pnpm/lodash-es@4.
|
|
808
|
+
//#region node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_baseKeys.js
|
|
809
809
|
/** Used to check objects for own properties. */
|
|
810
810
|
var hasOwnProperty$4 = Object.prototype.hasOwnProperty;
|
|
811
811
|
/**
|
|
@@ -822,7 +822,7 @@
|
|
|
822
822
|
return result;
|
|
823
823
|
}
|
|
824
824
|
//#endregion
|
|
825
|
-
//#region node_modules/.pnpm/lodash-es@4.
|
|
825
|
+
//#region node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/keys.js
|
|
826
826
|
/**
|
|
827
827
|
* Creates an array of the own enumerable property names of `object`.
|
|
828
828
|
*
|
|
@@ -855,7 +855,7 @@
|
|
|
855
855
|
return isArrayLike(object) ? arrayLikeKeys(object) : baseKeys(object);
|
|
856
856
|
}
|
|
857
857
|
//#endregion
|
|
858
|
-
//#region node_modules/.pnpm/lodash-es@4.
|
|
858
|
+
//#region node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_nativeKeysIn.js
|
|
859
859
|
/**
|
|
860
860
|
* This function is like
|
|
861
861
|
* [`Object.keys`](http://ecma-international.org/ecma-262/7.0/#sec-object.keys)
|
|
@@ -871,7 +871,7 @@
|
|
|
871
871
|
return result;
|
|
872
872
|
}
|
|
873
873
|
//#endregion
|
|
874
|
-
//#region node_modules/.pnpm/lodash-es@4.
|
|
874
|
+
//#region node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_baseKeysIn.js
|
|
875
875
|
/** Used to check objects for own properties. */
|
|
876
876
|
var hasOwnProperty$3 = Object.prototype.hasOwnProperty;
|
|
877
877
|
/**
|
|
@@ -888,7 +888,7 @@
|
|
|
888
888
|
return result;
|
|
889
889
|
}
|
|
890
890
|
//#endregion
|
|
891
|
-
//#region node_modules/.pnpm/lodash-es@4.
|
|
891
|
+
//#region node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/keysIn.js
|
|
892
892
|
/**
|
|
893
893
|
* Creates an array of the own and inherited enumerable property names of `object`.
|
|
894
894
|
*
|
|
@@ -916,10 +916,10 @@
|
|
|
916
916
|
return isArrayLike(object) ? arrayLikeKeys(object, true) : baseKeysIn(object);
|
|
917
917
|
}
|
|
918
918
|
//#endregion
|
|
919
|
-
//#region node_modules/.pnpm/lodash-es@4.
|
|
919
|
+
//#region node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_nativeCreate.js
|
|
920
920
|
var nativeCreate = getNative(Object, "create");
|
|
921
921
|
//#endregion
|
|
922
|
-
//#region node_modules/.pnpm/lodash-es@4.
|
|
922
|
+
//#region node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_hashClear.js
|
|
923
923
|
/**
|
|
924
924
|
* Removes all key-value entries from the hash.
|
|
925
925
|
*
|
|
@@ -932,7 +932,7 @@
|
|
|
932
932
|
this.size = 0;
|
|
933
933
|
}
|
|
934
934
|
//#endregion
|
|
935
|
-
//#region node_modules/.pnpm/lodash-es@4.
|
|
935
|
+
//#region node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_hashDelete.js
|
|
936
936
|
/**
|
|
937
937
|
* Removes `key` and its value from the hash.
|
|
938
938
|
*
|
|
@@ -949,7 +949,7 @@
|
|
|
949
949
|
return result;
|
|
950
950
|
}
|
|
951
951
|
//#endregion
|
|
952
|
-
//#region node_modules/.pnpm/lodash-es@4.
|
|
952
|
+
//#region node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_hashGet.js
|
|
953
953
|
/** Used to stand-in for `undefined` hash values. */
|
|
954
954
|
var HASH_UNDEFINED$1 = "__lodash_hash_undefined__";
|
|
955
955
|
/** Used to check objects for own properties. */
|
|
@@ -972,7 +972,7 @@
|
|
|
972
972
|
return hasOwnProperty$2.call(data, key) ? data[key] : void 0;
|
|
973
973
|
}
|
|
974
974
|
//#endregion
|
|
975
|
-
//#region node_modules/.pnpm/lodash-es@4.
|
|
975
|
+
//#region node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_hashHas.js
|
|
976
976
|
/** Used to check objects for own properties. */
|
|
977
977
|
var hasOwnProperty$1 = Object.prototype.hasOwnProperty;
|
|
978
978
|
/**
|
|
@@ -989,7 +989,7 @@
|
|
|
989
989
|
return nativeCreate ? data[key] !== void 0 : hasOwnProperty$1.call(data, key);
|
|
990
990
|
}
|
|
991
991
|
//#endregion
|
|
992
|
-
//#region node_modules/.pnpm/lodash-es@4.
|
|
992
|
+
//#region node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_hashSet.js
|
|
993
993
|
/** Used to stand-in for `undefined` hash values. */
|
|
994
994
|
var HASH_UNDEFINED = "__lodash_hash_undefined__";
|
|
995
995
|
/**
|
|
@@ -1009,7 +1009,7 @@
|
|
|
1009
1009
|
return this;
|
|
1010
1010
|
}
|
|
1011
1011
|
//#endregion
|
|
1012
|
-
//#region node_modules/.pnpm/lodash-es@4.
|
|
1012
|
+
//#region node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_Hash.js
|
|
1013
1013
|
/**
|
|
1014
1014
|
* Creates a hash object.
|
|
1015
1015
|
*
|
|
@@ -1031,7 +1031,7 @@
|
|
|
1031
1031
|
Hash.prototype.has = hashHas;
|
|
1032
1032
|
Hash.prototype.set = hashSet;
|
|
1033
1033
|
//#endregion
|
|
1034
|
-
//#region node_modules/.pnpm/lodash-es@4.
|
|
1034
|
+
//#region node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_listCacheClear.js
|
|
1035
1035
|
/**
|
|
1036
1036
|
* Removes all key-value entries from the list cache.
|
|
1037
1037
|
*
|
|
@@ -1044,7 +1044,7 @@
|
|
|
1044
1044
|
this.size = 0;
|
|
1045
1045
|
}
|
|
1046
1046
|
//#endregion
|
|
1047
|
-
//#region node_modules/.pnpm/lodash-es@4.
|
|
1047
|
+
//#region node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_assocIndexOf.js
|
|
1048
1048
|
/**
|
|
1049
1049
|
* Gets the index at which the `key` is found in `array` of key-value pairs.
|
|
1050
1050
|
*
|
|
@@ -1059,7 +1059,7 @@
|
|
|
1059
1059
|
return -1;
|
|
1060
1060
|
}
|
|
1061
1061
|
//#endregion
|
|
1062
|
-
//#region node_modules/.pnpm/lodash-es@4.
|
|
1062
|
+
//#region node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_listCacheDelete.js
|
|
1063
1063
|
/** Built-in value references. */
|
|
1064
1064
|
var splice = Array.prototype.splice;
|
|
1065
1065
|
/**
|
|
@@ -1080,7 +1080,7 @@
|
|
|
1080
1080
|
return true;
|
|
1081
1081
|
}
|
|
1082
1082
|
//#endregion
|
|
1083
|
-
//#region node_modules/.pnpm/lodash-es@4.
|
|
1083
|
+
//#region node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_listCacheGet.js
|
|
1084
1084
|
/**
|
|
1085
1085
|
* Gets the list cache value for `key`.
|
|
1086
1086
|
*
|
|
@@ -1095,7 +1095,7 @@
|
|
|
1095
1095
|
return index < 0 ? void 0 : data[index][1];
|
|
1096
1096
|
}
|
|
1097
1097
|
//#endregion
|
|
1098
|
-
//#region node_modules/.pnpm/lodash-es@4.
|
|
1098
|
+
//#region node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_listCacheHas.js
|
|
1099
1099
|
/**
|
|
1100
1100
|
* Checks if a list cache value for `key` exists.
|
|
1101
1101
|
*
|
|
@@ -1109,7 +1109,7 @@
|
|
|
1109
1109
|
return assocIndexOf(this.__data__, key) > -1;
|
|
1110
1110
|
}
|
|
1111
1111
|
//#endregion
|
|
1112
|
-
//#region node_modules/.pnpm/lodash-es@4.
|
|
1112
|
+
//#region node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_listCacheSet.js
|
|
1113
1113
|
/**
|
|
1114
1114
|
* Sets the list cache `key` to `value`.
|
|
1115
1115
|
*
|
|
@@ -1129,7 +1129,7 @@
|
|
|
1129
1129
|
return this;
|
|
1130
1130
|
}
|
|
1131
1131
|
//#endregion
|
|
1132
|
-
//#region node_modules/.pnpm/lodash-es@4.
|
|
1132
|
+
//#region node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_ListCache.js
|
|
1133
1133
|
/**
|
|
1134
1134
|
* Creates an list cache object.
|
|
1135
1135
|
*
|
|
@@ -1151,10 +1151,10 @@
|
|
|
1151
1151
|
ListCache.prototype.has = listCacheHas;
|
|
1152
1152
|
ListCache.prototype.set = listCacheSet;
|
|
1153
1153
|
//#endregion
|
|
1154
|
-
//#region node_modules/.pnpm/lodash-es@4.
|
|
1154
|
+
//#region node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_Map.js
|
|
1155
1155
|
var Map = getNative(root, "Map");
|
|
1156
1156
|
//#endregion
|
|
1157
|
-
//#region node_modules/.pnpm/lodash-es@4.
|
|
1157
|
+
//#region node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_mapCacheClear.js
|
|
1158
1158
|
/**
|
|
1159
1159
|
* Removes all key-value entries from the map.
|
|
1160
1160
|
*
|
|
@@ -1171,7 +1171,7 @@
|
|
|
1171
1171
|
};
|
|
1172
1172
|
}
|
|
1173
1173
|
//#endregion
|
|
1174
|
-
//#region node_modules/.pnpm/lodash-es@4.
|
|
1174
|
+
//#region node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_isKeyable.js
|
|
1175
1175
|
/**
|
|
1176
1176
|
* Checks if `value` is suitable for use as unique object key.
|
|
1177
1177
|
*
|
|
@@ -1184,7 +1184,7 @@
|
|
|
1184
1184
|
return type == "string" || type == "number" || type == "symbol" || type == "boolean" ? value !== "__proto__" : value === null;
|
|
1185
1185
|
}
|
|
1186
1186
|
//#endregion
|
|
1187
|
-
//#region node_modules/.pnpm/lodash-es@4.
|
|
1187
|
+
//#region node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_getMapData.js
|
|
1188
1188
|
/**
|
|
1189
1189
|
* Gets the data for `map`.
|
|
1190
1190
|
*
|
|
@@ -1198,7 +1198,7 @@
|
|
|
1198
1198
|
return isKeyable(key) ? data[typeof key == "string" ? "string" : "hash"] : data.map;
|
|
1199
1199
|
}
|
|
1200
1200
|
//#endregion
|
|
1201
|
-
//#region node_modules/.pnpm/lodash-es@4.
|
|
1201
|
+
//#region node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_mapCacheDelete.js
|
|
1202
1202
|
/**
|
|
1203
1203
|
* Removes `key` and its value from the map.
|
|
1204
1204
|
*
|
|
@@ -1214,7 +1214,7 @@
|
|
|
1214
1214
|
return result;
|
|
1215
1215
|
}
|
|
1216
1216
|
//#endregion
|
|
1217
|
-
//#region node_modules/.pnpm/lodash-es@4.
|
|
1217
|
+
//#region node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_mapCacheGet.js
|
|
1218
1218
|
/**
|
|
1219
1219
|
* Gets the map value for `key`.
|
|
1220
1220
|
*
|
|
@@ -1228,7 +1228,7 @@
|
|
|
1228
1228
|
return getMapData(this, key).get(key);
|
|
1229
1229
|
}
|
|
1230
1230
|
//#endregion
|
|
1231
|
-
//#region node_modules/.pnpm/lodash-es@4.
|
|
1231
|
+
//#region node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_mapCacheHas.js
|
|
1232
1232
|
/**
|
|
1233
1233
|
* Checks if a map value for `key` exists.
|
|
1234
1234
|
*
|
|
@@ -1242,7 +1242,7 @@
|
|
|
1242
1242
|
return getMapData(this, key).has(key);
|
|
1243
1243
|
}
|
|
1244
1244
|
//#endregion
|
|
1245
|
-
//#region node_modules/.pnpm/lodash-es@4.
|
|
1245
|
+
//#region node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_mapCacheSet.js
|
|
1246
1246
|
/**
|
|
1247
1247
|
* Sets the map `key` to `value`.
|
|
1248
1248
|
*
|
|
@@ -1260,7 +1260,7 @@
|
|
|
1260
1260
|
return this;
|
|
1261
1261
|
}
|
|
1262
1262
|
//#endregion
|
|
1263
|
-
//#region node_modules/.pnpm/lodash-es@4.
|
|
1263
|
+
//#region node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_MapCache.js
|
|
1264
1264
|
/**
|
|
1265
1265
|
* Creates a map cache object to store key-value pairs.
|
|
1266
1266
|
*
|
|
@@ -1282,7 +1282,7 @@
|
|
|
1282
1282
|
MapCache.prototype.has = mapCacheHas;
|
|
1283
1283
|
MapCache.prototype.set = mapCacheSet;
|
|
1284
1284
|
//#endregion
|
|
1285
|
-
//#region node_modules/.pnpm/lodash-es@4.
|
|
1285
|
+
//#region node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_arrayPush.js
|
|
1286
1286
|
/**
|
|
1287
1287
|
* Appends the elements of `values` to `array`.
|
|
1288
1288
|
*
|
|
@@ -1297,11 +1297,11 @@
|
|
|
1297
1297
|
return array;
|
|
1298
1298
|
}
|
|
1299
1299
|
//#endregion
|
|
1300
|
-
//#region node_modules/.pnpm/lodash-es@4.
|
|
1300
|
+
//#region node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_getPrototype.js
|
|
1301
1301
|
/** Built-in value references. */
|
|
1302
1302
|
var getPrototype = overArg(Object.getPrototypeOf, Object);
|
|
1303
1303
|
//#endregion
|
|
1304
|
-
//#region node_modules/.pnpm/lodash-es@4.
|
|
1304
|
+
//#region node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_stackClear.js
|
|
1305
1305
|
/**
|
|
1306
1306
|
* Removes all key-value entries from the stack.
|
|
1307
1307
|
*
|
|
@@ -1314,7 +1314,7 @@
|
|
|
1314
1314
|
this.size = 0;
|
|
1315
1315
|
}
|
|
1316
1316
|
//#endregion
|
|
1317
|
-
//#region node_modules/.pnpm/lodash-es@4.
|
|
1317
|
+
//#region node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_stackDelete.js
|
|
1318
1318
|
/**
|
|
1319
1319
|
* Removes `key` and its value from the stack.
|
|
1320
1320
|
*
|
|
@@ -1330,7 +1330,7 @@
|
|
|
1330
1330
|
return result;
|
|
1331
1331
|
}
|
|
1332
1332
|
//#endregion
|
|
1333
|
-
//#region node_modules/.pnpm/lodash-es@4.
|
|
1333
|
+
//#region node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_stackGet.js
|
|
1334
1334
|
/**
|
|
1335
1335
|
* Gets the stack value for `key`.
|
|
1336
1336
|
*
|
|
@@ -1344,7 +1344,7 @@
|
|
|
1344
1344
|
return this.__data__.get(key);
|
|
1345
1345
|
}
|
|
1346
1346
|
//#endregion
|
|
1347
|
-
//#region node_modules/.pnpm/lodash-es@4.
|
|
1347
|
+
//#region node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_stackHas.js
|
|
1348
1348
|
/**
|
|
1349
1349
|
* Checks if a stack value for `key` exists.
|
|
1350
1350
|
*
|
|
@@ -1358,7 +1358,7 @@
|
|
|
1358
1358
|
return this.__data__.has(key);
|
|
1359
1359
|
}
|
|
1360
1360
|
//#endregion
|
|
1361
|
-
//#region node_modules/.pnpm/lodash-es@4.
|
|
1361
|
+
//#region node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_stackSet.js
|
|
1362
1362
|
/** Used as the size to enable large array optimizations. */
|
|
1363
1363
|
var LARGE_ARRAY_SIZE = 200;
|
|
1364
1364
|
/**
|
|
@@ -1387,7 +1387,7 @@
|
|
|
1387
1387
|
return this;
|
|
1388
1388
|
}
|
|
1389
1389
|
//#endregion
|
|
1390
|
-
//#region node_modules/.pnpm/lodash-es@4.
|
|
1390
|
+
//#region node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_Stack.js
|
|
1391
1391
|
/**
|
|
1392
1392
|
* Creates a stack cache object to store key-value pairs.
|
|
1393
1393
|
*
|
|
@@ -1405,7 +1405,7 @@
|
|
|
1405
1405
|
Stack.prototype.has = stackHas;
|
|
1406
1406
|
Stack.prototype.set = stackSet;
|
|
1407
1407
|
//#endregion
|
|
1408
|
-
//#region node_modules/.pnpm/lodash-es@4.
|
|
1408
|
+
//#region node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_baseAssign.js
|
|
1409
1409
|
/**
|
|
1410
1410
|
* The base implementation of `_.assign` without support for multiple sources
|
|
1411
1411
|
* or `customizer` functions.
|
|
@@ -1419,7 +1419,7 @@
|
|
|
1419
1419
|
return object && copyObject(source, keys(source), object);
|
|
1420
1420
|
}
|
|
1421
1421
|
//#endregion
|
|
1422
|
-
//#region node_modules/.pnpm/lodash-es@4.
|
|
1422
|
+
//#region node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_baseAssignIn.js
|
|
1423
1423
|
/**
|
|
1424
1424
|
* The base implementation of `_.assignIn` without support for multiple sources
|
|
1425
1425
|
* or `customizer` functions.
|
|
@@ -1433,7 +1433,7 @@
|
|
|
1433
1433
|
return object && copyObject(source, keysIn(source), object);
|
|
1434
1434
|
}
|
|
1435
1435
|
//#endregion
|
|
1436
|
-
//#region node_modules/.pnpm/lodash-es@4.
|
|
1436
|
+
//#region node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_cloneBuffer.js
|
|
1437
1437
|
/** Detect free variable `exports`. */
|
|
1438
1438
|
var freeExports = typeof exports == "object" && exports && !exports.nodeType && exports;
|
|
1439
1439
|
/** Detect free variable `module`. */
|
|
@@ -1456,7 +1456,7 @@
|
|
|
1456
1456
|
return result;
|
|
1457
1457
|
}
|
|
1458
1458
|
//#endregion
|
|
1459
|
-
//#region node_modules/.pnpm/lodash-es@4.
|
|
1459
|
+
//#region node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_arrayFilter.js
|
|
1460
1460
|
/**
|
|
1461
1461
|
* A specialized version of `_.filter` for arrays without support for
|
|
1462
1462
|
* iteratee shorthands.
|
|
@@ -1475,7 +1475,7 @@
|
|
|
1475
1475
|
return result;
|
|
1476
1476
|
}
|
|
1477
1477
|
//#endregion
|
|
1478
|
-
//#region node_modules/.pnpm/lodash-es@4.
|
|
1478
|
+
//#region node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/stubArray.js
|
|
1479
1479
|
/**
|
|
1480
1480
|
* This method returns a new empty array.
|
|
1481
1481
|
*
|
|
@@ -1498,7 +1498,7 @@
|
|
|
1498
1498
|
return [];
|
|
1499
1499
|
}
|
|
1500
1500
|
//#endregion
|
|
1501
|
-
//#region node_modules/.pnpm/lodash-es@4.
|
|
1501
|
+
//#region node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_getSymbols.js
|
|
1502
1502
|
/** Built-in value references. */
|
|
1503
1503
|
var propertyIsEnumerable = Object.prototype.propertyIsEnumerable;
|
|
1504
1504
|
var nativeGetSymbols = Object.getOwnPropertySymbols;
|
|
@@ -1517,7 +1517,7 @@
|
|
|
1517
1517
|
});
|
|
1518
1518
|
};
|
|
1519
1519
|
//#endregion
|
|
1520
|
-
//#region node_modules/.pnpm/lodash-es@4.
|
|
1520
|
+
//#region node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_copySymbols.js
|
|
1521
1521
|
/**
|
|
1522
1522
|
* Copies own symbols of `source` to `object`.
|
|
1523
1523
|
*
|
|
@@ -1530,7 +1530,7 @@
|
|
|
1530
1530
|
return copyObject(source, getSymbols(source), object);
|
|
1531
1531
|
}
|
|
1532
1532
|
//#endregion
|
|
1533
|
-
//#region node_modules/.pnpm/lodash-es@4.
|
|
1533
|
+
//#region node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_getSymbolsIn.js
|
|
1534
1534
|
/**
|
|
1535
1535
|
* Creates an array of the own and inherited enumerable symbols of `object`.
|
|
1536
1536
|
*
|
|
@@ -1547,7 +1547,7 @@
|
|
|
1547
1547
|
return result;
|
|
1548
1548
|
};
|
|
1549
1549
|
//#endregion
|
|
1550
|
-
//#region node_modules/.pnpm/lodash-es@4.
|
|
1550
|
+
//#region node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_copySymbolsIn.js
|
|
1551
1551
|
/**
|
|
1552
1552
|
* Copies own and inherited symbols of `source` to `object`.
|
|
1553
1553
|
*
|
|
@@ -1560,7 +1560,7 @@
|
|
|
1560
1560
|
return copyObject(source, getSymbolsIn(source), object);
|
|
1561
1561
|
}
|
|
1562
1562
|
//#endregion
|
|
1563
|
-
//#region node_modules/.pnpm/lodash-es@4.
|
|
1563
|
+
//#region node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_baseGetAllKeys.js
|
|
1564
1564
|
/**
|
|
1565
1565
|
* The base implementation of `getAllKeys` and `getAllKeysIn` which uses
|
|
1566
1566
|
* `keysFunc` and `symbolsFunc` to get the enumerable property names and
|
|
@@ -1577,7 +1577,7 @@
|
|
|
1577
1577
|
return isArray(object) ? result : arrayPush(result, symbolsFunc(object));
|
|
1578
1578
|
}
|
|
1579
1579
|
//#endregion
|
|
1580
|
-
//#region node_modules/.pnpm/lodash-es@4.
|
|
1580
|
+
//#region node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_getAllKeys.js
|
|
1581
1581
|
/**
|
|
1582
1582
|
* Creates an array of own enumerable property names and symbols of `object`.
|
|
1583
1583
|
*
|
|
@@ -1589,7 +1589,7 @@
|
|
|
1589
1589
|
return baseGetAllKeys(object, keys, getSymbols);
|
|
1590
1590
|
}
|
|
1591
1591
|
//#endregion
|
|
1592
|
-
//#region node_modules/.pnpm/lodash-es@4.
|
|
1592
|
+
//#region node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_getAllKeysIn.js
|
|
1593
1593
|
/**
|
|
1594
1594
|
* Creates an array of own and inherited enumerable property names and
|
|
1595
1595
|
* symbols of `object`.
|
|
@@ -1602,16 +1602,16 @@
|
|
|
1602
1602
|
return baseGetAllKeys(object, keysIn, getSymbolsIn);
|
|
1603
1603
|
}
|
|
1604
1604
|
//#endregion
|
|
1605
|
-
//#region node_modules/.pnpm/lodash-es@4.
|
|
1605
|
+
//#region node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_DataView.js
|
|
1606
1606
|
var DataView = getNative(root, "DataView");
|
|
1607
1607
|
//#endregion
|
|
1608
|
-
//#region node_modules/.pnpm/lodash-es@4.
|
|
1608
|
+
//#region node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_Promise.js
|
|
1609
1609
|
var Promise$1 = getNative(root, "Promise");
|
|
1610
1610
|
//#endregion
|
|
1611
|
-
//#region node_modules/.pnpm/lodash-es@4.
|
|
1611
|
+
//#region node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_Set.js
|
|
1612
1612
|
var Set = getNative(root, "Set");
|
|
1613
1613
|
//#endregion
|
|
1614
|
-
//#region node_modules/.pnpm/lodash-es@4.
|
|
1614
|
+
//#region node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_getTag.js
|
|
1615
1615
|
/** `Object#toString` result references. */
|
|
1616
1616
|
var mapTag$3 = "[object Map]";
|
|
1617
1617
|
var objectTag$1 = "[object Object]";
|
|
@@ -1646,7 +1646,7 @@
|
|
|
1646
1646
|
};
|
|
1647
1647
|
var _getTag_default = getTag;
|
|
1648
1648
|
//#endregion
|
|
1649
|
-
//#region node_modules/.pnpm/lodash-es@4.
|
|
1649
|
+
//#region node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_initCloneArray.js
|
|
1650
1650
|
/** Used to check objects for own properties. */
|
|
1651
1651
|
var hasOwnProperty = Object.prototype.hasOwnProperty;
|
|
1652
1652
|
/**
|
|
@@ -1665,11 +1665,11 @@
|
|
|
1665
1665
|
return result;
|
|
1666
1666
|
}
|
|
1667
1667
|
//#endregion
|
|
1668
|
-
//#region node_modules/.pnpm/lodash-es@4.
|
|
1668
|
+
//#region node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_Uint8Array.js
|
|
1669
1669
|
/** Built-in value references. */
|
|
1670
1670
|
var Uint8Array = root.Uint8Array;
|
|
1671
1671
|
//#endregion
|
|
1672
|
-
//#region node_modules/.pnpm/lodash-es@4.
|
|
1672
|
+
//#region node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_cloneArrayBuffer.js
|
|
1673
1673
|
/**
|
|
1674
1674
|
* Creates a clone of `arrayBuffer`.
|
|
1675
1675
|
*
|
|
@@ -1683,7 +1683,7 @@
|
|
|
1683
1683
|
return result;
|
|
1684
1684
|
}
|
|
1685
1685
|
//#endregion
|
|
1686
|
-
//#region node_modules/.pnpm/lodash-es@4.
|
|
1686
|
+
//#region node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_cloneDataView.js
|
|
1687
1687
|
/**
|
|
1688
1688
|
* Creates a clone of `dataView`.
|
|
1689
1689
|
*
|
|
@@ -1697,7 +1697,7 @@
|
|
|
1697
1697
|
return new dataView.constructor(buffer, dataView.byteOffset, dataView.byteLength);
|
|
1698
1698
|
}
|
|
1699
1699
|
//#endregion
|
|
1700
|
-
//#region node_modules/.pnpm/lodash-es@4.
|
|
1700
|
+
//#region node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_cloneRegExp.js
|
|
1701
1701
|
/** Used to match `RegExp` flags from their coerced string values. */
|
|
1702
1702
|
var reFlags = /\w*$/;
|
|
1703
1703
|
/**
|
|
@@ -1713,7 +1713,7 @@
|
|
|
1713
1713
|
return result;
|
|
1714
1714
|
}
|
|
1715
1715
|
//#endregion
|
|
1716
|
-
//#region node_modules/.pnpm/lodash-es@4.
|
|
1716
|
+
//#region node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_cloneSymbol.js
|
|
1717
1717
|
/** Used to convert symbols to primitives and strings. */
|
|
1718
1718
|
var symbolProto = Symbol$1 ? Symbol$1.prototype : void 0;
|
|
1719
1719
|
var symbolValueOf = symbolProto ? symbolProto.valueOf : void 0;
|
|
@@ -1728,7 +1728,7 @@
|
|
|
1728
1728
|
return symbolValueOf ? Object(symbolValueOf.call(symbol)) : {};
|
|
1729
1729
|
}
|
|
1730
1730
|
//#endregion
|
|
1731
|
-
//#region node_modules/.pnpm/lodash-es@4.
|
|
1731
|
+
//#region node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_cloneTypedArray.js
|
|
1732
1732
|
/**
|
|
1733
1733
|
* Creates a clone of `typedArray`.
|
|
1734
1734
|
*
|
|
@@ -1742,7 +1742,7 @@
|
|
|
1742
1742
|
return new typedArray.constructor(buffer, typedArray.byteOffset, typedArray.length);
|
|
1743
1743
|
}
|
|
1744
1744
|
//#endregion
|
|
1745
|
-
//#region node_modules/.pnpm/lodash-es@4.
|
|
1745
|
+
//#region node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_initCloneByTag.js
|
|
1746
1746
|
/** `Object#toString` result references. */
|
|
1747
1747
|
var boolTag$1 = "[object Boolean]";
|
|
1748
1748
|
var dateTag$1 = "[object Date]";
|
|
@@ -1800,7 +1800,7 @@
|
|
|
1800
1800
|
}
|
|
1801
1801
|
}
|
|
1802
1802
|
//#endregion
|
|
1803
|
-
//#region node_modules/.pnpm/lodash-es@4.
|
|
1803
|
+
//#region node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_initCloneObject.js
|
|
1804
1804
|
/**
|
|
1805
1805
|
* Initializes an object clone.
|
|
1806
1806
|
*
|
|
@@ -1812,7 +1812,7 @@
|
|
|
1812
1812
|
return typeof object.constructor == "function" && !isPrototype(object) ? baseCreate(getPrototype(object)) : {};
|
|
1813
1813
|
}
|
|
1814
1814
|
//#endregion
|
|
1815
|
-
//#region node_modules/.pnpm/lodash-es@4.
|
|
1815
|
+
//#region node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_baseIsMap.js
|
|
1816
1816
|
/** `Object#toString` result references. */
|
|
1817
1817
|
var mapTag$1 = "[object Map]";
|
|
1818
1818
|
/**
|
|
@@ -1826,7 +1826,7 @@
|
|
|
1826
1826
|
return isObjectLike(value) && _getTag_default(value) == mapTag$1;
|
|
1827
1827
|
}
|
|
1828
1828
|
//#endregion
|
|
1829
|
-
//#region node_modules/.pnpm/lodash-es@4.
|
|
1829
|
+
//#region node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/isMap.js
|
|
1830
1830
|
var nodeIsMap = nodeUtil && nodeUtil.isMap;
|
|
1831
1831
|
/**
|
|
1832
1832
|
* Checks if `value` is classified as a `Map` object.
|
|
@@ -1847,7 +1847,7 @@
|
|
|
1847
1847
|
*/
|
|
1848
1848
|
var isMap = nodeIsMap ? baseUnary(nodeIsMap) : baseIsMap;
|
|
1849
1849
|
//#endregion
|
|
1850
|
-
//#region node_modules/.pnpm/lodash-es@4.
|
|
1850
|
+
//#region node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_baseIsSet.js
|
|
1851
1851
|
/** `Object#toString` result references. */
|
|
1852
1852
|
var setTag$1 = "[object Set]";
|
|
1853
1853
|
/**
|
|
@@ -1861,7 +1861,7 @@
|
|
|
1861
1861
|
return isObjectLike(value) && _getTag_default(value) == setTag$1;
|
|
1862
1862
|
}
|
|
1863
1863
|
//#endregion
|
|
1864
|
-
//#region node_modules/.pnpm/lodash-es@4.
|
|
1864
|
+
//#region node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/isSet.js
|
|
1865
1865
|
var nodeIsSet = nodeUtil && nodeUtil.isSet;
|
|
1866
1866
|
/**
|
|
1867
1867
|
* Checks if `value` is classified as a `Set` object.
|
|
@@ -1882,7 +1882,7 @@
|
|
|
1882
1882
|
*/
|
|
1883
1883
|
var isSet = nodeIsSet ? baseUnary(nodeIsSet) : baseIsSet;
|
|
1884
1884
|
//#endregion
|
|
1885
|
-
//#region node_modules/.pnpm/lodash-es@4.
|
|
1885
|
+
//#region node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/_baseClone.js
|
|
1886
1886
|
/** Used to compose bitmasks for cloning. */
|
|
1887
1887
|
var CLONE_DEEP_FLAG$1 = 1;
|
|
1888
1888
|
var CLONE_FLAT_FLAG = 2;
|
|
@@ -1975,7 +1975,7 @@
|
|
|
1975
1975
|
return result;
|
|
1976
1976
|
}
|
|
1977
1977
|
//#endregion
|
|
1978
|
-
//#region node_modules/.pnpm/lodash-es@4.
|
|
1978
|
+
//#region node_modules/.pnpm/lodash-es@4.18.1/node_modules/lodash-es/cloneDeep.js
|
|
1979
1979
|
/** Used to compose bitmasks for cloning. */
|
|
1980
1980
|
var CLONE_DEEP_FLAG = 1;
|
|
1981
1981
|
var CLONE_SYMBOLS_FLAG = 4;
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.8.0-beta.
|
|
2
|
+
"version": "1.8.0-beta.24",
|
|
3
3
|
"name": "@tmagic/table",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"sideEffects": [
|
|
@@ -38,18 +38,18 @@
|
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"@element-plus/icons-vue": "^2.3.2",
|
|
41
|
-
"lodash-es": "^4.
|
|
41
|
+
"lodash-es": "^4.18.1"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"@types/lodash-es": "^4.17.
|
|
45
|
-
"@vue/test-utils": "^2.4.
|
|
44
|
+
"@types/lodash-es": "^4.17.12",
|
|
45
|
+
"@vue/test-utils": "^2.4.11"
|
|
46
46
|
},
|
|
47
47
|
"peerDependencies": {
|
|
48
|
-
"vue": "^3.5.40",
|
|
49
48
|
"typescript": "^6.0.3",
|
|
50
|
-
"
|
|
51
|
-
"@tmagic/
|
|
52
|
-
"@tmagic/
|
|
49
|
+
"vue": "^3.5.41",
|
|
50
|
+
"@tmagic/utils": "1.8.0-beta.24",
|
|
51
|
+
"@tmagic/design": "1.8.0-beta.24",
|
|
52
|
+
"@tmagic/form": "1.8.0-beta.24"
|
|
53
53
|
},
|
|
54
54
|
"peerDependenciesMeta": {
|
|
55
55
|
"typescript": {
|
package/types/index.d.ts
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { App } from "vue";
|
|
2
2
|
import { FormConfig, FormValue } from "@tmagic/form";
|
|
3
|
-
|
|
4
3
|
//#region temp/packages/table/src/schema.d.ts
|
|
5
4
|
type ColumnActionPlacement = 'auto' | 'auto-start' | 'auto-end' | 'top' | 'bottom' | 'left' | 'right' | 'top-start' | 'top-end' | 'bottom-start' | 'bottom-end' | 'left-start' | 'left-end' | 'right-start' | 'right-end';
|
|
6
5
|
/** 当 type 为 sub-actions 时,更多菜单(Popover)的配置 */
|
|
@@ -103,19 +102,25 @@ interface ColumnConfig<T = any> {
|
|
|
103
102
|
//#region temp/packages/table/src/Table.vue.d.ts
|
|
104
103
|
type __VLS_Props = {
|
|
105
104
|
data: any[];
|
|
106
|
-
columns?: ColumnConfig[];
|
|
105
|
+
columns?: ColumnConfig[];
|
|
106
|
+
/** 合并行或列的计算方法 */
|
|
107
107
|
spanMethod?: (_data: {
|
|
108
108
|
row: any;
|
|
109
109
|
column: any;
|
|
110
110
|
rowIndex: number;
|
|
111
111
|
columnIndex: number;
|
|
112
112
|
}) => [number, number];
|
|
113
|
-
loading?: boolean;
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
113
|
+
loading?: boolean;
|
|
114
|
+
/** Table 的最大高度。合法的值为数字或者单位为 px 的高度 */
|
|
115
|
+
bodyHeight?: string | number;
|
|
116
|
+
/** 是否显示表头 */
|
|
117
|
+
showHeader?: boolean;
|
|
118
|
+
/** 空数据时显示的文本内容 */
|
|
119
|
+
emptyText?: string;
|
|
120
|
+
/** 是否默认展开所有行,当 Table 包含展开行存在或者为树形表格时有效 */
|
|
117
121
|
defaultExpandAll?: boolean;
|
|
118
|
-
rowkeyName?: string;
|
|
122
|
+
rowkeyName?: string;
|
|
123
|
+
/** 是否带有纵向边框 */
|
|
119
124
|
border?: boolean;
|
|
120
125
|
};
|
|
121
126
|
declare const __VLS_export: import("@vue/runtime-core").DefineComponent<__VLS_Props, {
|