yc-pro-components 0.0.15 → 0.0.16

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/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /*! yc-pro-components v0.0.15 */
1
+ /*! yc-pro-components v0.0.16 */
2
2
  (function (global, factory) {
3
3
  typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('vue'), require('element-plus')) :
4
4
  typeof define === 'function' && define.amd ? define(['exports', 'vue', 'element-plus'], factory) :
@@ -23,8 +23,10 @@
23
23
  /** Used as a reference to the global object. */
24
24
  var root = freeGlobal || freeSelf || Function('return this')();
25
25
 
26
+ var root$1 = root;
27
+
26
28
  /** Built-in value references. */
27
- var Symbol$1 = root.Symbol;
29
+ var Symbol$1 = root$1.Symbol;
28
30
 
29
31
  /** Used for built-in method references. */
30
32
  var objectProto$f = Object.prototype;
@@ -419,7 +421,7 @@
419
421
  }
420
422
 
421
423
  /** Used to detect overreaching core-js shims. */
422
- var coreJsData = root['__core-js_shared__'];
424
+ var coreJsData = root$1['__core-js_shared__'];
423
425
 
424
426
  /** Used to detect methods masquerading as native. */
425
427
  var maskSrcKey = (function() {
@@ -530,7 +532,7 @@
530
532
  }
531
533
 
532
534
  /* Built-in method references that are verified to be native. */
533
- var WeakMap$1 = getNative(root, 'WeakMap');
535
+ var WeakMap$1 = getNative(root$1, 'WeakMap');
534
536
 
535
537
  /** Built-in value references. */
536
538
  var objectCreate = Object.create;
@@ -1131,7 +1133,7 @@
1131
1133
  var moduleExports$2 = freeModule$2 && freeModule$2.exports === freeExports$2;
1132
1134
 
1133
1135
  /** Built-in value references. */
1134
- var Buffer$1 = moduleExports$2 ? root.Buffer : undefined;
1136
+ var Buffer$1 = moduleExports$2 ? root$1.Buffer : undefined;
1135
1137
 
1136
1138
  /* Built-in method references for those with the same name as other `lodash` methods. */
1137
1139
  var nativeIsBuffer = Buffer$1 ? Buffer$1.isBuffer : undefined;
@@ -1750,7 +1752,7 @@
1750
1752
  ListCache.prototype.set = listCacheSet;
1751
1753
 
1752
1754
  /* Built-in method references that are verified to be native. */
1753
- var Map$1 = getNative(root, 'Map');
1755
+ var Map$1 = getNative(root$1, 'Map');
1754
1756
 
1755
1757
  /**
1756
1758
  * Removes all key-value entries from the map.
@@ -2325,7 +2327,7 @@
2325
2327
  var moduleExports = freeModule && freeModule.exports === freeExports;
2326
2328
 
2327
2329
  /** Built-in value references. */
2328
- var Buffer = moduleExports ? root.Buffer : undefined,
2330
+ var Buffer = moduleExports ? root$1.Buffer : undefined,
2329
2331
  allocUnsafe = Buffer ? Buffer.allocUnsafe : undefined;
2330
2332
 
2331
2333
  /**
@@ -2502,13 +2504,13 @@
2502
2504
  }
2503
2505
 
2504
2506
  /* Built-in method references that are verified to be native. */
2505
- var DataView$1 = getNative(root, 'DataView');
2507
+ var DataView$1 = getNative(root$1, 'DataView');
2506
2508
 
2507
2509
  /* Built-in method references that are verified to be native. */
2508
- var Promise$1 = getNative(root, 'Promise');
2510
+ var Promise$1 = getNative(root$1, 'Promise');
2509
2511
 
2510
2512
  /* Built-in method references that are verified to be native. */
2511
- var Set$1 = getNative(root, 'Set');
2513
+ var Set$1 = getNative(root$1, 'Set');
2512
2514
 
2513
2515
  /** `Object#toString` result references. */
2514
2516
  var mapTag$4 = '[object Map]',
@@ -2587,7 +2589,7 @@
2587
2589
  }
2588
2590
 
2589
2591
  /** Built-in value references. */
2590
- var Uint8Array$1 = root.Uint8Array;
2592
+ var Uint8Array$1 = root$1.Uint8Array;
2591
2593
 
2592
2594
  /**
2593
2595
  * Creates a clone of `arrayBuffer`.
@@ -3874,7 +3876,7 @@
3874
3876
  * // => Logs the number of milliseconds it took for the deferred invocation.
3875
3877
  */
3876
3878
  var now = function() {
3877
- return root.Date.now();
3879
+ return root$1.Date.now();
3878
3880
  };
3879
3881
 
3880
3882
  /** Error message constants. */