@element-plus/nightly 0.0.20220112 → 0.0.20220116

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 (98) hide show
  1. package/attributes.json +1 -1
  2. package/dist/index.css +1 -1
  3. package/dist/index.full.js +2337 -983
  4. package/dist/index.full.min.js +11 -9
  5. package/dist/index.full.min.js.map +1 -1
  6. package/dist/index.full.min.mjs +12 -10
  7. package/dist/index.full.min.mjs.map +1 -1
  8. package/dist/index.full.mjs +2337 -984
  9. package/es/components/button/index.d.ts +31 -2
  10. package/es/components/button/src/button-group.vue.d.ts +11 -1
  11. package/es/components/button/src/button-group.vue_vue_type_script_lang.mjs +6 -0
  12. package/es/components/button/src/button-group.vue_vue_type_script_lang.mjs.map +1 -1
  13. package/es/components/button/src/button-group.vue_vue_type_template_id_1bab7d77_lang.mjs +5 -4
  14. package/es/components/button/src/button-group.vue_vue_type_template_id_1bab7d77_lang.mjs.map +1 -1
  15. package/es/components/button/src/button.vue.d.ts +9 -0
  16. package/es/components/button/src/button.vue_vue_type_script_lang.mjs +4 -1
  17. package/es/components/button/src/button.vue_vue_type_script_lang.mjs.map +1 -1
  18. package/es/components/button/src/button.vue_vue_type_template_id_802c5c76_lang.mjs +4 -4
  19. package/es/components/button/src/button.vue_vue_type_template_id_802c5c76_lang.mjs.map +1 -1
  20. package/es/components/config-provider/index.d.ts +6 -1
  21. package/es/components/config-provider/src/config-provider.d.ts +7 -1
  22. package/es/components/config-provider/src/config-provider.mjs +4 -0
  23. package/es/components/config-provider/src/config-provider.mjs.map +1 -1
  24. package/es/components/dropdown/index.d.ts +4 -0
  25. package/es/components/dropdown/src/dropdown.d.ts +2 -0
  26. package/es/components/dropdown/src/dropdown.mjs +4 -0
  27. package/es/components/dropdown/src/dropdown.mjs.map +1 -1
  28. package/es/components/dropdown/src/dropdown.vue.d.ts +4 -0
  29. package/es/components/dropdown/src/dropdown.vue_vue_type_script_lang.mjs.map +1 -1
  30. package/es/components/dropdown/src/dropdown.vue_vue_type_template_id_3ed790a5_lang.mjs +3 -2
  31. package/es/components/dropdown/src/dropdown.vue_vue_type_template_id_3ed790a5_lang.mjs.map +1 -1
  32. package/es/components/tree/index.d.ts +8 -8
  33. package/es/components/tree/src/tree.type.d.ts +4 -4
  34. package/es/components/tree/src/tree.vue.d.ts +4 -4
  35. package/es/defaults.d.ts +4 -1
  36. package/es/hooks/index.d.ts +1 -0
  37. package/es/hooks/index.mjs +1 -0
  38. package/es/hooks/index.mjs.map +1 -1
  39. package/es/hooks/use-global-config/index.d.ts +4 -1
  40. package/es/hooks/use-namespace/index.d.ts +9 -0
  41. package/es/hooks/use-namespace/index.mjs +38 -0
  42. package/es/hooks/use-namespace/index.mjs.map +1 -0
  43. package/es/index.d.ts +4 -1
  44. package/es/index.mjs +1 -0
  45. package/es/index.mjs.map +1 -1
  46. package/es/version.d.ts +1 -1
  47. package/es/version.mjs +1 -1
  48. package/es/version.mjs.map +1 -1
  49. package/lib/components/button/index.d.ts +31 -2
  50. package/lib/components/button/src/button-group.vue.d.ts +11 -1
  51. package/lib/components/button/src/button-group.vue_vue_type_script_lang.js +6 -0
  52. package/lib/components/button/src/button-group.vue_vue_type_script_lang.js.map +1 -1
  53. package/lib/components/button/src/button-group.vue_vue_type_template_id_1bab7d77_lang.js +4 -3
  54. package/lib/components/button/src/button-group.vue_vue_type_template_id_1bab7d77_lang.js.map +1 -1
  55. package/lib/components/button/src/button.vue.d.ts +9 -0
  56. package/lib/components/button/src/button.vue_vue_type_script_lang.js +9 -6
  57. package/lib/components/button/src/button.vue_vue_type_script_lang.js.map +1 -1
  58. package/lib/components/button/src/button.vue_vue_type_template_id_802c5c76_lang.js +4 -4
  59. package/lib/components/button/src/button.vue_vue_type_template_id_802c5c76_lang.js.map +1 -1
  60. package/lib/components/config-provider/index.d.ts +6 -1
  61. package/lib/components/config-provider/src/config-provider.d.ts +7 -1
  62. package/lib/components/config-provider/src/config-provider.js +4 -0
  63. package/lib/components/config-provider/src/config-provider.js.map +1 -1
  64. package/lib/components/dropdown/index.d.ts +4 -0
  65. package/lib/components/dropdown/src/dropdown.d.ts +2 -0
  66. package/lib/components/dropdown/src/dropdown.js +4 -0
  67. package/lib/components/dropdown/src/dropdown.js.map +1 -1
  68. package/lib/components/dropdown/src/dropdown.vue.d.ts +4 -0
  69. package/lib/components/dropdown/src/dropdown.vue_vue_type_script_lang.js.map +1 -1
  70. package/lib/components/dropdown/src/dropdown.vue_vue_type_template_id_3ed790a5_lang.js +3 -2
  71. package/lib/components/dropdown/src/dropdown.vue_vue_type_template_id_3ed790a5_lang.js.map +1 -1
  72. package/lib/components/tree/index.d.ts +8 -8
  73. package/lib/components/tree/src/tree.type.d.ts +4 -4
  74. package/lib/components/tree/src/tree.vue.d.ts +4 -4
  75. package/lib/defaults.d.ts +4 -1
  76. package/lib/hooks/index.d.ts +1 -0
  77. package/lib/hooks/index.js +2 -0
  78. package/lib/hooks/index.js.map +1 -1
  79. package/lib/hooks/use-global-config/index.d.ts +4 -1
  80. package/lib/hooks/use-namespace/index.d.ts +9 -0
  81. package/lib/hooks/use-namespace/index.js +46 -0
  82. package/lib/hooks/use-namespace/index.js.map +1 -0
  83. package/lib/index.d.ts +4 -1
  84. package/lib/index.js +2 -0
  85. package/lib/index.js.map +1 -1
  86. package/lib/version.d.ts +1 -1
  87. package/lib/version.js +1 -1
  88. package/lib/version.js.map +1 -1
  89. package/package.json +2 -2
  90. package/tags.json +1 -1
  91. package/theme-chalk/el-dropdown.css +1 -1
  92. package/theme-chalk/el-message-box.css +1 -1
  93. package/theme-chalk/el-space.css +1 -1
  94. package/theme-chalk/index.css +1 -1
  95. package/theme-chalk/src/dropdown.scss +2 -0
  96. package/theme-chalk/src/message-box.scss +4 -1
  97. package/theme-chalk/src/space.scss +10 -0
  98. package/web-types.json +1 -1
@@ -1,4 +1,4 @@
1
- /*! Element Plus v0.0.20220112 */
1
+ /*! Element Plus v0.0.20220116 */
2
2
 
3
3
  (function (global, factory) {
4
4
  typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('vue')) :
@@ -90,14 +90,14 @@
90
90
  * So that rollup can tree-shake them if necessary.
91
91
  */
92
92
  const NOOP = () => { };
93
- const hasOwnProperty$c = Object.prototype.hasOwnProperty;
94
- const hasOwn = (val, key) => hasOwnProperty$c.call(val, key);
95
- const isArray$9 = Array.isArray;
93
+ const hasOwnProperty$e = Object.prototype.hasOwnProperty;
94
+ const hasOwn = (val, key) => hasOwnProperty$e.call(val, key);
95
+ const isArray$a = Array.isArray;
96
96
  const isFunction$3 = (val) => typeof val === 'function';
97
97
  const isString$1 = (val) => typeof val === 'string';
98
- const isObject$a = (val) => val !== null && typeof val === 'object';
98
+ const isObject$b = (val) => val !== null && typeof val === 'object';
99
99
  const isPromise = (val) => {
100
- return isObject$a(val) && isFunction$3(val.then) && isFunction$3(val.catch);
100
+ return isObject$b(val) && isFunction$3(val.then) && isFunction$3(val.catch);
101
101
  };
102
102
  const objectToString$2 = Object.prototype.toString;
103
103
  const toTypeString = (value) => objectToString$2.call(value);
@@ -132,7 +132,7 @@
132
132
  const wrapperKey = Symbol();
133
133
  const propKey = "__elPropsReservedKey";
134
134
  function buildProp(option, key) {
135
- if (!isObject$a(option) || !!option[propKey])
135
+ if (!isObject$b(option) || !!option[propKey])
136
136
  return option;
137
137
  const { values, required, default: defaultValue, type, validator } = option;
138
138
  const _validator = values || validator ? (val) => {
@@ -464,31 +464,31 @@
464
464
  var freeSelf = typeof self == 'object' && self && self.Object === Object && self;
465
465
 
466
466
  /** Used as a reference to the global object. */
467
- var root$9 = freeGlobal || freeSelf || Function('return this')();
467
+ var root$d = freeGlobal || freeSelf || Function('return this')();
468
468
 
469
- var _root = root$9;
469
+ var _root = root$d;
470
470
 
471
- var root$8 = _root;
471
+ var root$c = _root;
472
472
 
473
473
  /** Built-in value references. */
474
- var Symbol$7 = root$8.Symbol;
474
+ var Symbol$7 = root$c.Symbol;
475
475
 
476
476
  var _Symbol = Symbol$7;
477
477
 
478
478
  var Symbol$6 = _Symbol;
479
479
 
480
480
  /** Used for built-in method references. */
481
- var objectProto$e = Object.prototype;
481
+ var objectProto$g = Object.prototype;
482
482
 
483
483
  /** Used to check objects for own properties. */
484
- var hasOwnProperty$b = objectProto$e.hasOwnProperty;
484
+ var hasOwnProperty$d = objectProto$g.hasOwnProperty;
485
485
 
486
486
  /**
487
487
  * Used to resolve the
488
488
  * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring)
489
489
  * of values.
490
490
  */
491
- var nativeObjectToString$1 = objectProto$e.toString;
491
+ var nativeObjectToString$1 = objectProto$g.toString;
492
492
 
493
493
  /** Built-in value references. */
494
494
  var symToStringTag$1 = Symbol$6 ? Symbol$6.toStringTag : undefined;
@@ -501,7 +501,7 @@
501
501
  * @returns {string} Returns the raw `toStringTag`.
502
502
  */
503
503
  function getRawTag$1(value) {
504
- var isOwn = hasOwnProperty$b.call(value, symToStringTag$1),
504
+ var isOwn = hasOwnProperty$d.call(value, symToStringTag$1),
505
505
  tag = value[symToStringTag$1];
506
506
 
507
507
  try {
@@ -524,14 +524,14 @@
524
524
 
525
525
  /** Used for built-in method references. */
526
526
 
527
- var objectProto$d = Object.prototype;
527
+ var objectProto$f = Object.prototype;
528
528
 
529
529
  /**
530
530
  * Used to resolve the
531
531
  * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring)
532
532
  * of values.
533
533
  */
534
- var nativeObjectToString = objectProto$d.toString;
534
+ var nativeObjectToString = objectProto$f.toString;
535
535
 
536
536
  /**
537
537
  * Converts `value` to a string using `Object.prototype.toString`.
@@ -601,15 +601,15 @@
601
601
  * // => false
602
602
  */
603
603
 
604
- function isObject$9(value) {
604
+ function isObject$a(value) {
605
605
  var type = typeof value;
606
606
  return value != null && (type == 'object' || type == 'function');
607
607
  }
608
608
 
609
- var isObject_1 = isObject$9;
609
+ var isObject_1 = isObject$a;
610
610
 
611
611
  var baseGetTag$4 = _baseGetTag,
612
- isObject$8 = isObject_1;
612
+ isObject$9 = isObject_1;
613
613
 
614
614
  /** `Object#toString` result references. */
615
615
  var asyncTag = '[object AsyncFunction]',
@@ -635,7 +635,7 @@
635
635
  * // => false
636
636
  */
637
637
  function isFunction$2(value) {
638
- if (!isObject$8(value)) {
638
+ if (!isObject$9(value)) {
639
639
  return false;
640
640
  }
641
641
  // The use of `Object#toString` avoids issues with the `typeof` operator
@@ -646,10 +646,10 @@
646
646
 
647
647
  var isFunction_1 = isFunction$2;
648
648
 
649
- var root$7 = _root;
649
+ var root$b = _root;
650
650
 
651
651
  /** Used to detect overreaching core-js shims. */
652
- var coreJsData$1 = root$7['__core-js_shared__'];
652
+ var coreJsData$1 = root$b['__core-js_shared__'];
653
653
 
654
654
  var _coreJsData = coreJsData$1;
655
655
 
@@ -704,7 +704,7 @@
704
704
 
705
705
  var isFunction$1 = isFunction_1,
706
706
  isMasked = _isMasked,
707
- isObject$7 = isObject_1,
707
+ isObject$8 = isObject_1,
708
708
  toSource$1 = _toSource;
709
709
 
710
710
  /**
@@ -718,17 +718,17 @@
718
718
 
719
719
  /** Used for built-in method references. */
720
720
  var funcProto = Function.prototype,
721
- objectProto$c = Object.prototype;
721
+ objectProto$e = Object.prototype;
722
722
 
723
723
  /** Used to resolve the decompiled source of functions. */
724
724
  var funcToString = funcProto.toString;
725
725
 
726
726
  /** Used to check objects for own properties. */
727
- var hasOwnProperty$a = objectProto$c.hasOwnProperty;
727
+ var hasOwnProperty$c = objectProto$e.hasOwnProperty;
728
728
 
729
729
  /** Used to detect if a method is native. */
730
730
  var reIsNative = RegExp('^' +
731
- funcToString.call(hasOwnProperty$a).replace(reRegExpChar, '\\$&')
731
+ funcToString.call(hasOwnProperty$c).replace(reRegExpChar, '\\$&')
732
732
  .replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, '$1.*?') + '$'
733
733
  );
734
734
 
@@ -741,7 +741,7 @@
741
741
  * else `false`.
742
742
  */
743
743
  function baseIsNative$1(value) {
744
- if (!isObject$7(value) || isMasked(value)) {
744
+ if (!isObject$8(value) || isMasked(value)) {
745
745
  return false;
746
746
  }
747
747
  var pattern = isFunction$1(value) ? reIsNative : reIsHostCtor;
@@ -784,10 +784,10 @@
784
784
  var _getNative = getNative$7;
785
785
 
786
786
  var getNative$6 = _getNative,
787
- root$6 = _root;
787
+ root$a = _root;
788
788
 
789
789
  /* Built-in method references that are verified to be native. */
790
- var Map$4 = getNative$6(root$6, 'Map');
790
+ var Map$4 = getNative$6(root$a, 'Map');
791
791
 
792
792
  var _Map = Map$4;
793
793
 
@@ -839,10 +839,10 @@
839
839
  var HASH_UNDEFINED$2 = '__lodash_hash_undefined__';
840
840
 
841
841
  /** Used for built-in method references. */
842
- var objectProto$b = Object.prototype;
842
+ var objectProto$d = Object.prototype;
843
843
 
844
844
  /** Used to check objects for own properties. */
845
- var hasOwnProperty$9 = objectProto$b.hasOwnProperty;
845
+ var hasOwnProperty$b = objectProto$d.hasOwnProperty;
846
846
 
847
847
  /**
848
848
  * Gets the hash value for `key`.
@@ -859,7 +859,7 @@
859
859
  var result = data[key];
860
860
  return result === HASH_UNDEFINED$2 ? undefined : result;
861
861
  }
862
- return hasOwnProperty$9.call(data, key) ? data[key] : undefined;
862
+ return hasOwnProperty$b.call(data, key) ? data[key] : undefined;
863
863
  }
864
864
 
865
865
  var _hashGet = hashGet$1;
@@ -867,10 +867,10 @@
867
867
  var nativeCreate$1 = _nativeCreate;
868
868
 
869
869
  /** Used for built-in method references. */
870
- var objectProto$a = Object.prototype;
870
+ var objectProto$c = Object.prototype;
871
871
 
872
872
  /** Used to check objects for own properties. */
873
- var hasOwnProperty$8 = objectProto$a.hasOwnProperty;
873
+ var hasOwnProperty$a = objectProto$c.hasOwnProperty;
874
874
 
875
875
  /**
876
876
  * Checks if a hash value for `key` exists.
@@ -883,7 +883,7 @@
883
883
  */
884
884
  function hashHas$1(key) {
885
885
  var data = this.__data__;
886
- return nativeCreate$1 ? (data[key] !== undefined) : hasOwnProperty$8.call(data, key);
886
+ return nativeCreate$1 ? (data[key] !== undefined) : hasOwnProperty$a.call(data, key);
887
887
  }
888
888
 
889
889
  var _hashHas = hashHas$1;
@@ -1365,10 +1365,10 @@
1365
1365
 
1366
1366
  var _equalArrays = equalArrays$2;
1367
1367
 
1368
- var root$5 = _root;
1368
+ var root$9 = _root;
1369
1369
 
1370
1370
  /** Built-in value references. */
1371
- var Uint8Array$2 = root$5.Uint8Array;
1371
+ var Uint8Array$2 = root$9.Uint8Array;
1372
1372
 
1373
1373
  var _Uint8Array = Uint8Array$2;
1374
1374
 
@@ -1571,12 +1571,12 @@
1571
1571
  * // => false
1572
1572
  */
1573
1573
 
1574
- var isArray$8 = Array.isArray;
1574
+ var isArray$9 = Array.isArray;
1575
1575
 
1576
- var isArray_1 = isArray$8;
1576
+ var isArray_1 = isArray$9;
1577
1577
 
1578
1578
  var arrayPush$2 = _arrayPush,
1579
- isArray$7 = isArray_1;
1579
+ isArray$8 = isArray_1;
1580
1580
 
1581
1581
  /**
1582
1582
  * The base implementation of `getAllKeys` and `getAllKeysIn` which uses
@@ -1591,7 +1591,7 @@
1591
1591
  */
1592
1592
  function baseGetAllKeys$2(object, keysFunc, symbolsFunc) {
1593
1593
  var result = keysFunc(object);
1594
- return isArray$7(object) ? result : arrayPush$2(result, symbolsFunc(object));
1594
+ return isArray$8(object) ? result : arrayPush$2(result, symbolsFunc(object));
1595
1595
  }
1596
1596
 
1597
1597
  var _baseGetAllKeys = baseGetAllKeys$2;
@@ -1652,10 +1652,10 @@
1652
1652
  stubArray$1 = stubArray_1;
1653
1653
 
1654
1654
  /** Used for built-in method references. */
1655
- var objectProto$9 = Object.prototype;
1655
+ var objectProto$b = Object.prototype;
1656
1656
 
1657
1657
  /** Built-in value references. */
1658
- var propertyIsEnumerable$1 = objectProto$9.propertyIsEnumerable;
1658
+ var propertyIsEnumerable$1 = objectProto$b.propertyIsEnumerable;
1659
1659
 
1660
1660
  /* Built-in method references for those with the same name as other `lodash` methods. */
1661
1661
  var nativeGetSymbols$1 = Object.getOwnPropertySymbols;
@@ -1726,14 +1726,14 @@
1726
1726
  * // => false
1727
1727
  */
1728
1728
 
1729
- function isObjectLike$8(value) {
1729
+ function isObjectLike$9(value) {
1730
1730
  return value != null && typeof value == 'object';
1731
1731
  }
1732
1732
 
1733
- var isObjectLike_1 = isObjectLike$8;
1733
+ var isObjectLike_1 = isObjectLike$9;
1734
1734
 
1735
1735
  var baseGetTag$3 = _baseGetTag,
1736
- isObjectLike$7 = isObjectLike_1;
1736
+ isObjectLike$8 = isObjectLike_1;
1737
1737
 
1738
1738
  /** `Object#toString` result references. */
1739
1739
  var argsTag$3 = '[object Arguments]';
@@ -1746,22 +1746,22 @@
1746
1746
  * @returns {boolean} Returns `true` if `value` is an `arguments` object,
1747
1747
  */
1748
1748
  function baseIsArguments$1(value) {
1749
- return isObjectLike$7(value) && baseGetTag$3(value) == argsTag$3;
1749
+ return isObjectLike$8(value) && baseGetTag$3(value) == argsTag$3;
1750
1750
  }
1751
1751
 
1752
1752
  var _baseIsArguments = baseIsArguments$1;
1753
1753
 
1754
1754
  var baseIsArguments = _baseIsArguments,
1755
- isObjectLike$6 = isObjectLike_1;
1755
+ isObjectLike$7 = isObjectLike_1;
1756
1756
 
1757
1757
  /** Used for built-in method references. */
1758
- var objectProto$8 = Object.prototype;
1758
+ var objectProto$a = Object.prototype;
1759
1759
 
1760
1760
  /** Used to check objects for own properties. */
1761
- var hasOwnProperty$7 = objectProto$8.hasOwnProperty;
1761
+ var hasOwnProperty$9 = objectProto$a.hasOwnProperty;
1762
1762
 
1763
1763
  /** Built-in value references. */
1764
- var propertyIsEnumerable = objectProto$8.propertyIsEnumerable;
1764
+ var propertyIsEnumerable = objectProto$a.propertyIsEnumerable;
1765
1765
 
1766
1766
  /**
1767
1767
  * Checks if `value` is likely an `arguments` object.
@@ -1782,7 +1782,7 @@
1782
1782
  * // => false
1783
1783
  */
1784
1784
  var isArguments$2 = baseIsArguments(function() { return arguments; }()) ? baseIsArguments : function(value) {
1785
- return isObjectLike$6(value) && hasOwnProperty$7.call(value, 'callee') &&
1785
+ return isObjectLike$7(value) && hasOwnProperty$9.call(value, 'callee') &&
1786
1786
  !propertyIsEnumerable.call(value, 'callee');
1787
1787
  };
1788
1788
 
@@ -1866,7 +1866,7 @@
1866
1866
  * @param {number} [length=MAX_SAFE_INTEGER] The upper bounds of a valid index.
1867
1867
  * @returns {boolean} Returns `true` if `value` is a valid index, else `false`.
1868
1868
  */
1869
- function isIndex$1(value, length) {
1869
+ function isIndex$2(value, length) {
1870
1870
  var type = typeof value;
1871
1871
  length = length == null ? MAX_SAFE_INTEGER$1 : length;
1872
1872
 
@@ -1876,7 +1876,7 @@
1876
1876
  (value > -1 && value % 1 == 0 && value < length);
1877
1877
  }
1878
1878
 
1879
- var _isIndex = isIndex$1;
1879
+ var _isIndex = isIndex$2;
1880
1880
 
1881
1881
  /** Used as references for various `Number` constants. */
1882
1882
 
@@ -1917,7 +1917,7 @@
1917
1917
 
1918
1918
  var baseGetTag$2 = _baseGetTag,
1919
1919
  isLength$1 = isLength_1,
1920
- isObjectLike$5 = isObjectLike_1;
1920
+ isObjectLike$6 = isObjectLike_1;
1921
1921
 
1922
1922
  /** `Object#toString` result references. */
1923
1923
  var argsTag$2 = '[object Arguments]',
@@ -1970,7 +1970,7 @@
1970
1970
  * @returns {boolean} Returns `true` if `value` is a typed array, else `false`.
1971
1971
  */
1972
1972
  function baseIsTypedArray$1(value) {
1973
- return isObjectLike$5(value) &&
1973
+ return isObjectLike$6(value) &&
1974
1974
  isLength$1(value.length) && !!typedArrayTags[baseGetTag$2(value)];
1975
1975
  }
1976
1976
 
@@ -2057,16 +2057,16 @@
2057
2057
 
2058
2058
  var baseTimes = _baseTimes,
2059
2059
  isArguments$1 = isArguments_1,
2060
- isArray$6 = isArray_1,
2060
+ isArray$7 = isArray_1,
2061
2061
  isBuffer$2 = isBuffer$3.exports,
2062
- isIndex = _isIndex,
2062
+ isIndex$1 = _isIndex,
2063
2063
  isTypedArray$1 = isTypedArray_1;
2064
2064
 
2065
2065
  /** Used for built-in method references. */
2066
- var objectProto$7 = Object.prototype;
2066
+ var objectProto$9 = Object.prototype;
2067
2067
 
2068
2068
  /** Used to check objects for own properties. */
2069
- var hasOwnProperty$6 = objectProto$7.hasOwnProperty;
2069
+ var hasOwnProperty$8 = objectProto$9.hasOwnProperty;
2070
2070
 
2071
2071
  /**
2072
2072
  * Creates an array of the enumerable property names of the array-like `value`.
@@ -2077,7 +2077,7 @@
2077
2077
  * @returns {Array} Returns the array of property names.
2078
2078
  */
2079
2079
  function arrayLikeKeys$2(value, inherited) {
2080
- var isArr = isArray$6(value),
2080
+ var isArr = isArray$7(value),
2081
2081
  isArg = !isArr && isArguments$1(value),
2082
2082
  isBuff = !isArr && !isArg && isBuffer$2(value),
2083
2083
  isType = !isArr && !isArg && !isBuff && isTypedArray$1(value),
@@ -2086,7 +2086,7 @@
2086
2086
  length = result.length;
2087
2087
 
2088
2088
  for (var key in value) {
2089
- if ((inherited || hasOwnProperty$6.call(value, key)) &&
2089
+ if ((inherited || hasOwnProperty$8.call(value, key)) &&
2090
2090
  !(skipIndexes && (
2091
2091
  // Safari 9 has enumerable `arguments.length` in strict mode.
2092
2092
  key == 'length' ||
@@ -2095,7 +2095,7 @@
2095
2095
  // PhantomJS 2 has enumerable non-index properties on typed arrays.
2096
2096
  (isType && (key == 'buffer' || key == 'byteLength' || key == 'byteOffset')) ||
2097
2097
  // Skip index properties.
2098
- isIndex(key, length)
2098
+ isIndex$1(key, length)
2099
2099
  ))) {
2100
2100
  result.push(key);
2101
2101
  }
@@ -2107,7 +2107,7 @@
2107
2107
 
2108
2108
  /** Used for built-in method references. */
2109
2109
 
2110
- var objectProto$6 = Object.prototype;
2110
+ var objectProto$8 = Object.prototype;
2111
2111
 
2112
2112
  /**
2113
2113
  * Checks if `value` is likely a prototype object.
@@ -2118,7 +2118,7 @@
2118
2118
  */
2119
2119
  function isPrototype$3(value) {
2120
2120
  var Ctor = value && value.constructor,
2121
- proto = (typeof Ctor == 'function' && Ctor.prototype) || objectProto$6;
2121
+ proto = (typeof Ctor == 'function' && Ctor.prototype) || objectProto$8;
2122
2122
 
2123
2123
  return value === proto;
2124
2124
  }
@@ -2153,10 +2153,10 @@
2153
2153
  nativeKeys = _nativeKeys;
2154
2154
 
2155
2155
  /** Used for built-in method references. */
2156
- var objectProto$5 = Object.prototype;
2156
+ var objectProto$7 = Object.prototype;
2157
2157
 
2158
2158
  /** Used to check objects for own properties. */
2159
- var hasOwnProperty$5 = objectProto$5.hasOwnProperty;
2159
+ var hasOwnProperty$7 = objectProto$7.hasOwnProperty;
2160
2160
 
2161
2161
  /**
2162
2162
  * The base implementation of `_.keys` which doesn't treat sparse arrays as dense.
@@ -2171,7 +2171,7 @@
2171
2171
  }
2172
2172
  var result = [];
2173
2173
  for (var key in Object(object)) {
2174
- if (hasOwnProperty$5.call(object, key) && key != 'constructor') {
2174
+ if (hasOwnProperty$7.call(object, key) && key != 'constructor') {
2175
2175
  result.push(key);
2176
2176
  }
2177
2177
  }
@@ -2275,10 +2275,10 @@
2275
2275
  var COMPARE_PARTIAL_FLAG$1 = 1;
2276
2276
 
2277
2277
  /** Used for built-in method references. */
2278
- var objectProto$4 = Object.prototype;
2278
+ var objectProto$6 = Object.prototype;
2279
2279
 
2280
2280
  /** Used to check objects for own properties. */
2281
- var hasOwnProperty$4 = objectProto$4.hasOwnProperty;
2281
+ var hasOwnProperty$6 = objectProto$6.hasOwnProperty;
2282
2282
 
2283
2283
  /**
2284
2284
  * A specialized version of `baseIsEqualDeep` for objects with support for
@@ -2306,7 +2306,7 @@
2306
2306
  var index = objLength;
2307
2307
  while (index--) {
2308
2308
  var key = objProps[index];
2309
- if (!(isPartial ? key in other : hasOwnProperty$4.call(other, key))) {
2309
+ if (!(isPartial ? key in other : hasOwnProperty$6.call(other, key))) {
2310
2310
  return false;
2311
2311
  }
2312
2312
  }
@@ -2361,42 +2361,42 @@
2361
2361
  var _equalObjects = equalObjects$1;
2362
2362
 
2363
2363
  var getNative$4 = _getNative,
2364
- root$4 = _root;
2364
+ root$8 = _root;
2365
2365
 
2366
2366
  /* Built-in method references that are verified to be native. */
2367
- var DataView$1 = getNative$4(root$4, 'DataView');
2367
+ var DataView$1 = getNative$4(root$8, 'DataView');
2368
2368
 
2369
2369
  var _DataView = DataView$1;
2370
2370
 
2371
2371
  var getNative$3 = _getNative,
2372
- root$3 = _root;
2372
+ root$7 = _root;
2373
2373
 
2374
2374
  /* Built-in method references that are verified to be native. */
2375
- var Promise$2 = getNative$3(root$3, 'Promise');
2375
+ var Promise$2 = getNative$3(root$7, 'Promise');
2376
2376
 
2377
2377
  var _Promise = Promise$2;
2378
2378
 
2379
2379
  var getNative$2 = _getNative,
2380
- root$2 = _root;
2380
+ root$6 = _root;
2381
2381
 
2382
2382
  /* Built-in method references that are verified to be native. */
2383
- var Set$3 = getNative$2(root$2, 'Set');
2383
+ var Set$3 = getNative$2(root$6, 'Set');
2384
2384
 
2385
2385
  var _Set = Set$3;
2386
2386
 
2387
2387
  var getNative$1 = _getNative,
2388
- root$1 = _root;
2388
+ root$5 = _root;
2389
2389
 
2390
2390
  /* Built-in method references that are verified to be native. */
2391
- var WeakMap$1 = getNative$1(root$1, 'WeakMap');
2391
+ var WeakMap$2 = getNative$1(root$5, 'WeakMap');
2392
2392
 
2393
- var _WeakMap = WeakMap$1;
2393
+ var _WeakMap = WeakMap$2;
2394
2394
 
2395
2395
  var DataView = _DataView,
2396
2396
  Map$1 = _Map,
2397
2397
  Promise$1 = _Promise,
2398
2398
  Set$2 = _Set,
2399
- WeakMap = _WeakMap,
2399
+ WeakMap$1 = _WeakMap,
2400
2400
  baseGetTag$1 = _baseGetTag,
2401
2401
  toSource = _toSource;
2402
2402
 
@@ -2414,7 +2414,7 @@
2414
2414
  mapCtorString = toSource(Map$1),
2415
2415
  promiseCtorString = toSource(Promise$1),
2416
2416
  setCtorString = toSource(Set$2),
2417
- weakMapCtorString = toSource(WeakMap);
2417
+ weakMapCtorString = toSource(WeakMap$1);
2418
2418
 
2419
2419
  /**
2420
2420
  * Gets the `toStringTag` of `value`.
@@ -2430,7 +2430,7 @@
2430
2430
  (Map$1 && getTag$4(new Map$1) != mapTag$3) ||
2431
2431
  (Promise$1 && getTag$4(Promise$1.resolve()) != promiseTag) ||
2432
2432
  (Set$2 && getTag$4(new Set$2) != setTag$3) ||
2433
- (WeakMap && getTag$4(new WeakMap) != weakMapTag$1)) {
2433
+ (WeakMap$1 && getTag$4(new WeakMap$1) != weakMapTag$1)) {
2434
2434
  getTag$4 = function(value) {
2435
2435
  var result = baseGetTag$1(value),
2436
2436
  Ctor = result == objectTag$2 ? value.constructor : undefined,
@@ -2456,7 +2456,7 @@
2456
2456
  equalByTag = _equalByTag,
2457
2457
  equalObjects = _equalObjects,
2458
2458
  getTag$3 = _getTag,
2459
- isArray$5 = isArray_1,
2459
+ isArray$6 = isArray_1,
2460
2460
  isBuffer$1 = isBuffer$3.exports,
2461
2461
  isTypedArray = isTypedArray_1;
2462
2462
 
@@ -2469,10 +2469,10 @@
2469
2469
  objectTag$1 = '[object Object]';
2470
2470
 
2471
2471
  /** Used for built-in method references. */
2472
- var objectProto$3 = Object.prototype;
2472
+ var objectProto$5 = Object.prototype;
2473
2473
 
2474
2474
  /** Used to check objects for own properties. */
2475
- var hasOwnProperty$3 = objectProto$3.hasOwnProperty;
2475
+ var hasOwnProperty$5 = objectProto$5.hasOwnProperty;
2476
2476
 
2477
2477
  /**
2478
2478
  * A specialized version of `baseIsEqual` for arrays and objects which performs
@@ -2489,8 +2489,8 @@
2489
2489
  * @returns {boolean} Returns `true` if the objects are equivalent, else `false`.
2490
2490
  */
2491
2491
  function baseIsEqualDeep$1(object, other, bitmask, customizer, equalFunc, stack) {
2492
- var objIsArr = isArray$5(object),
2493
- othIsArr = isArray$5(other),
2492
+ var objIsArr = isArray$6(object),
2493
+ othIsArr = isArray$6(other),
2494
2494
  objTag = objIsArr ? arrayTag$1 : getTag$3(object),
2495
2495
  othTag = othIsArr ? arrayTag$1 : getTag$3(other);
2496
2496
 
@@ -2515,8 +2515,8 @@
2515
2515
  : equalByTag(object, other, objTag, bitmask, customizer, equalFunc, stack);
2516
2516
  }
2517
2517
  if (!(bitmask & COMPARE_PARTIAL_FLAG)) {
2518
- var objIsWrapped = objIsObj && hasOwnProperty$3.call(object, '__wrapped__'),
2519
- othIsWrapped = othIsObj && hasOwnProperty$3.call(other, '__wrapped__');
2518
+ var objIsWrapped = objIsObj && hasOwnProperty$5.call(object, '__wrapped__'),
2519
+ othIsWrapped = othIsObj && hasOwnProperty$5.call(other, '__wrapped__');
2520
2520
 
2521
2521
  if (objIsWrapped || othIsWrapped) {
2522
2522
  var objUnwrapped = objIsWrapped ? object.value() : object,
@@ -2536,7 +2536,7 @@
2536
2536
  var _baseIsEqualDeep = baseIsEqualDeep$1;
2537
2537
 
2538
2538
  var baseIsEqualDeep = _baseIsEqualDeep,
2539
- isObjectLike$4 = isObjectLike_1;
2539
+ isObjectLike$5 = isObjectLike_1;
2540
2540
 
2541
2541
  /**
2542
2542
  * The base implementation of `_.isEqual` which supports partial comparisons
@@ -2556,7 +2556,7 @@
2556
2556
  if (value === other) {
2557
2557
  return true;
2558
2558
  }
2559
- if (value == null || other == null || (!isObjectLike$4(value) && !isObjectLike$4(other))) {
2559
+ if (value == null || other == null || (!isObjectLike$5(value) && !isObjectLike$5(other))) {
2560
2560
  return value !== value && other !== other;
2561
2561
  }
2562
2562
  return baseIsEqualDeep(value, other, bitmask, customizer, baseIsEqual$1, stack);
@@ -2574,7 +2574,7 @@
2574
2574
 
2575
2575
  const isClient = typeof window !== "undefined";
2576
2576
  const isString = (val) => typeof val === "string";
2577
- const noop$2 = () => {
2577
+ const noop$3 = () => {
2578
2578
  };
2579
2579
 
2580
2580
  function createFilterWrapper(filter, fn) {
@@ -2694,8 +2694,8 @@
2694
2694
  [target, event, listener, options] = args;
2695
2695
  }
2696
2696
  if (!target)
2697
- return noop$2;
2698
- let cleanup = noop$2;
2697
+ return noop$3;
2698
+ let cleanup = noop$3;
2699
2699
  const stopWatch = vue.watch(() => vue.unref(target), (el) => {
2700
2700
  cleanup();
2701
2701
  if (!el)
@@ -2703,7 +2703,7 @@
2703
2703
  el.addEventListener(event, listener, options);
2704
2704
  cleanup = () => {
2705
2705
  el.removeEventListener(event, listener, options);
2706
- cleanup = noop$2;
2706
+ cleanup = noop$3;
2707
2707
  };
2708
2708
  }, { immediate: true, flush: "post" });
2709
2709
  const stop = () => {
@@ -2943,7 +2943,7 @@
2943
2943
  return val === void 0;
2944
2944
  }
2945
2945
  function isEmpty(val) {
2946
- if (!val && val !== 0 || isArray$9(val) && !val.length || isObject$a(val) && !Object.keys(val).length)
2946
+ if (!val && val !== 0 || isArray$a(val) && !val.length || isObject$b(val) && !Object.keys(val).length)
2947
2947
  return true;
2948
2948
  return false;
2949
2949
  }
@@ -2980,7 +2980,7 @@
2980
2980
  function useGlobalConfig(key) {
2981
2981
  const config = vue.inject(configProviderContextKey, cache$1);
2982
2982
  if (key) {
2983
- return isObject$a(config.value) && hasOwn(config.value, key) ? vue.computed(() => config.value[key]) : vue.ref(void 0);
2983
+ return isObject$b(config.value) && hasOwn(config.value, key) ? vue.computed(() => config.value[key]) : vue.ref(void 0);
2984
2984
  } else {
2985
2985
  return config;
2986
2986
  }
@@ -3042,7 +3042,7 @@
3042
3042
  };
3043
3043
 
3044
3044
  var baseGetTag = _baseGetTag,
3045
- isObjectLike$3 = isObjectLike_1;
3045
+ isObjectLike$4 = isObjectLike_1;
3046
3046
 
3047
3047
  /** `Object#toString` result references. */
3048
3048
  var symbolTag$2 = '[object Symbol]';
@@ -3066,12 +3066,12 @@
3066
3066
  */
3067
3067
  function isSymbol$4(value) {
3068
3068
  return typeof value == 'symbol' ||
3069
- (isObjectLike$3(value) && baseGetTag(value) == symbolTag$2);
3069
+ (isObjectLike$4(value) && baseGetTag(value) == symbolTag$2);
3070
3070
  }
3071
3071
 
3072
3072
  var isSymbol_1 = isSymbol$4;
3073
3073
 
3074
- var isArray$4 = isArray_1,
3074
+ var isArray$5 = isArray_1,
3075
3075
  isSymbol$3 = isSymbol_1;
3076
3076
 
3077
3077
  /** Used to match property names within property paths. */
@@ -3087,7 +3087,7 @@
3087
3087
  * @returns {boolean} Returns `true` if `value` is a property name, else `false`.
3088
3088
  */
3089
3089
  function isKey$1(value, object) {
3090
- if (isArray$4(value)) {
3090
+ if (isArray$5(value)) {
3091
3091
  return false;
3092
3092
  }
3093
3093
  var type = typeof value;
@@ -3104,7 +3104,7 @@
3104
3104
  var MapCache = _MapCache;
3105
3105
 
3106
3106
  /** Error message constants. */
3107
- var FUNC_ERROR_TEXT$2 = 'Expected a function';
3107
+ var FUNC_ERROR_TEXT$3 = 'Expected a function';
3108
3108
 
3109
3109
  /**
3110
3110
  * Creates a function that memoizes the result of `func`. If `resolver` is
@@ -3152,7 +3152,7 @@
3152
3152
  */
3153
3153
  function memoize$1(func, resolver) {
3154
3154
  if (typeof func != 'function' || (resolver != null && typeof resolver != 'function')) {
3155
- throw new TypeError(FUNC_ERROR_TEXT$2);
3155
+ throw new TypeError(FUNC_ERROR_TEXT$3);
3156
3156
  }
3157
3157
  var memoized = function() {
3158
3158
  var args = arguments,
@@ -3255,11 +3255,11 @@
3255
3255
 
3256
3256
  var Symbol$3 = _Symbol,
3257
3257
  arrayMap = _arrayMap,
3258
- isArray$3 = isArray_1,
3258
+ isArray$4 = isArray_1,
3259
3259
  isSymbol$2 = isSymbol_1;
3260
3260
 
3261
3261
  /** Used as references for various `Number` constants. */
3262
- var INFINITY$2 = 1 / 0;
3262
+ var INFINITY$3 = 1 / 0;
3263
3263
 
3264
3264
  /** Used to convert symbols to primitives and strings. */
3265
3265
  var symbolProto$1 = Symbol$3 ? Symbol$3.prototype : undefined,
@@ -3278,7 +3278,7 @@
3278
3278
  if (typeof value == 'string') {
3279
3279
  return value;
3280
3280
  }
3281
- if (isArray$3(value)) {
3281
+ if (isArray$4(value)) {
3282
3282
  // Recursively convert values (susceptible to call stack limits).
3283
3283
  return arrayMap(value, baseToString$1) + '';
3284
3284
  }
@@ -3286,7 +3286,7 @@
3286
3286
  return symbolToString ? symbolToString.call(value) : '';
3287
3287
  }
3288
3288
  var result = (value + '');
3289
- return (result == '0' && (1 / value) == -INFINITY$2) ? '-0' : result;
3289
+ return (result == '0' && (1 / value) == -INFINITY$3) ? '-0' : result;
3290
3290
  }
3291
3291
 
3292
3292
  var _baseToString = baseToString$1;
@@ -3320,7 +3320,7 @@
3320
3320
 
3321
3321
  var toString_1 = toString$1;
3322
3322
 
3323
- var isArray$2 = isArray_1,
3323
+ var isArray$3 = isArray_1,
3324
3324
  isKey = _isKey,
3325
3325
  stringToPath = _stringToPath,
3326
3326
  toString = toString_1;
@@ -3334,7 +3334,7 @@
3334
3334
  * @returns {Array} Returns the cast property path array.
3335
3335
  */
3336
3336
  function castPath$1(value, object) {
3337
- if (isArray$2(value)) {
3337
+ if (isArray$3(value)) {
3338
3338
  return value;
3339
3339
  }
3340
3340
  return isKey(value, object) ? [value] : stringToPath(toString(value));
@@ -3345,7 +3345,7 @@
3345
3345
  var isSymbol$1 = isSymbol_1;
3346
3346
 
3347
3347
  /** Used as references for various `Number` constants. */
3348
- var INFINITY$1 = 1 / 0;
3348
+ var INFINITY$2 = 1 / 0;
3349
3349
 
3350
3350
  /**
3351
3351
  * Converts `value` to a string key if it's not a string or symbol.
@@ -3359,7 +3359,7 @@
3359
3359
  return value;
3360
3360
  }
3361
3361
  var result = (value + '');
3362
- return (result == '0' && (1 / value) == -INFINITY$1) ? '-0' : result;
3362
+ return (result == '0' && (1 / value) == -INFINITY$2) ? '-0' : result;
3363
3363
  }
3364
3364
 
3365
3365
  var _toKey = toKey$1;
@@ -4079,274 +4079,2080 @@
4079
4079
  el.remove();
4080
4080
  }
4081
4081
 
4082
- const useTeleport = (contentRenderer, appendToBody) => {
4083
- const isTeleportVisible = vue.ref(false);
4084
- if (!isClient) {
4085
- return {
4086
- isTeleportVisible,
4087
- showTeleport: NOOP,
4088
- hideTeleport: NOOP,
4089
- renderTeleport: NOOP
4090
- };
4082
+ const useTeleport = (contentRenderer, appendToBody) => {
4083
+ const isTeleportVisible = vue.ref(false);
4084
+ if (!isClient) {
4085
+ return {
4086
+ isTeleportVisible,
4087
+ showTeleport: NOOP,
4088
+ hideTeleport: NOOP,
4089
+ renderTeleport: NOOP
4090
+ };
4091
+ }
4092
+ let $el = null;
4093
+ const showTeleport = () => {
4094
+ isTeleportVisible.value = true;
4095
+ if ($el !== null)
4096
+ return;
4097
+ $el = createGlobalNode();
4098
+ };
4099
+ const hideTeleport = () => {
4100
+ isTeleportVisible.value = false;
4101
+ if ($el !== null) {
4102
+ removeGlobalNode($el);
4103
+ $el = null;
4104
+ }
4105
+ };
4106
+ const renderTeleport = () => {
4107
+ return appendToBody.value !== true ? contentRenderer() : isTeleportVisible.value ? [vue.h(vue.Teleport, { to: $el }, contentRenderer())] : void 0;
4108
+ };
4109
+ vue.onUnmounted(hideTeleport);
4110
+ return {
4111
+ isTeleportVisible,
4112
+ showTeleport,
4113
+ hideTeleport,
4114
+ renderTeleport
4115
+ };
4116
+ };
4117
+
4118
+ const useThrottleRender = (loading, throttle = 0) => {
4119
+ if (throttle === 0)
4120
+ return loading;
4121
+ const throttled = vue.ref(false);
4122
+ let timeoutHandle = 0;
4123
+ const dispatchThrottling = () => {
4124
+ if (timeoutHandle) {
4125
+ clearTimeout(timeoutHandle);
4126
+ }
4127
+ timeoutHandle = window.setTimeout(() => {
4128
+ throttled.value = loading.value;
4129
+ }, throttle);
4130
+ };
4131
+ vue.onMounted(dispatchThrottling);
4132
+ vue.watch(() => loading.value, (val) => {
4133
+ if (val) {
4134
+ dispatchThrottling();
4135
+ } else {
4136
+ throttled.value = val;
4137
+ }
4138
+ });
4139
+ return throttled;
4140
+ };
4141
+
4142
+ function useTimeout() {
4143
+ let timeoutHandle;
4144
+ const registerTimeout = (fn, delay) => {
4145
+ cancelTimeout();
4146
+ timeoutHandle = window.setTimeout(fn, delay);
4147
+ };
4148
+ const cancelTimeout = () => window.clearTimeout(timeoutHandle);
4149
+ tryOnScopeDispose(() => cancelTimeout());
4150
+ return {
4151
+ registerTimeout,
4152
+ cancelTimeout
4153
+ };
4154
+ }
4155
+
4156
+ const AFTER_APPEAR = "after-appear";
4157
+ const AFTER_ENTER = "after-enter";
4158
+ const AFTER_LEAVE = "after-leave";
4159
+ const APPEAR = "appear";
4160
+ const APPEAR_CANCELLED = "appear-cancelled";
4161
+ const BEFORE_ENTER = "before-enter";
4162
+ const BEFORE_LEAVE = "before-leave";
4163
+ const ENTER = "enter";
4164
+ const ENTER_CANCELLED = "enter-cancelled";
4165
+ const LEAVE = "leave";
4166
+ const LEAVE_CANCELLED = "leave-cancelled";
4167
+ const useTransitionFallthroughEmits = [
4168
+ AFTER_APPEAR,
4169
+ AFTER_ENTER,
4170
+ AFTER_LEAVE,
4171
+ APPEAR,
4172
+ APPEAR_CANCELLED,
4173
+ BEFORE_ENTER,
4174
+ BEFORE_LEAVE,
4175
+ ENTER,
4176
+ ENTER_CANCELLED,
4177
+ LEAVE,
4178
+ LEAVE_CANCELLED
4179
+ ];
4180
+ const useTransitionFallthrough = () => {
4181
+ const { emit } = vue.getCurrentInstance();
4182
+ return {
4183
+ onAfterAppear: () => {
4184
+ emit(AFTER_APPEAR);
4185
+ },
4186
+ onAfterEnter: () => {
4187
+ emit(AFTER_ENTER);
4188
+ },
4189
+ onAfterLeave: () => {
4190
+ emit(AFTER_LEAVE);
4191
+ },
4192
+ onAppearCancelled: () => {
4193
+ emit(APPEAR_CANCELLED);
4194
+ },
4195
+ onBeforeEnter: () => {
4196
+ emit(BEFORE_ENTER);
4197
+ },
4198
+ onBeforeLeave: () => {
4199
+ emit(BEFORE_LEAVE);
4200
+ },
4201
+ onEnter: () => {
4202
+ emit(ENTER);
4203
+ },
4204
+ onEnterCancelled: () => {
4205
+ emit(ENTER_CANCELLED);
4206
+ },
4207
+ onLeave: () => {
4208
+ emit(LEAVE);
4209
+ },
4210
+ onLeaveCancelled: () => {
4211
+ emit(LEAVE_CANCELLED);
4212
+ }
4213
+ };
4214
+ };
4215
+
4216
+ const defaultIdInjection = {
4217
+ prefix: Math.floor(Math.random() * 1e4),
4218
+ current: 0
4219
+ };
4220
+ const ID_INJECTION_KEY = Symbol("elIdInjection");
4221
+ const useId = (deterministicId) => {
4222
+ const idInjection = vue.inject(ID_INJECTION_KEY, defaultIdInjection);
4223
+ const idRef = vue.computed(() => vue.unref(deterministicId) || `el-id-${idInjection.prefix}-${idInjection.current++}`);
4224
+ return idRef;
4225
+ };
4226
+
4227
+ const useEscapeKeydown = (handler) => {
4228
+ const cachedHandler = (e) => {
4229
+ const event = e;
4230
+ if (event.key === EVENT_CODE.esc) {
4231
+ handler == null ? void 0 : handler(event);
4232
+ }
4233
+ };
4234
+ vue.onMounted(() => {
4235
+ on(document, "keydown", cachedHandler);
4236
+ });
4237
+ vue.onBeforeUnmount(() => {
4238
+ off(document, "keydown", cachedHandler);
4239
+ });
4240
+ };
4241
+
4242
+ let cachedContainer;
4243
+ const POPPER_CONTAINER_ID = `el-popper-container-${generateId()}`;
4244
+ const POPPER_CONTAINER_SELECTOR = `#${POPPER_CONTAINER_ID}`;
4245
+ const usePopperContainer = () => {
4246
+ vue.onBeforeMount(() => {
4247
+ if (!isClient)
4248
+ return;
4249
+ if (!cachedContainer) {
4250
+ const container = document.createElement("div");
4251
+ container.id = POPPER_CONTAINER_ID;
4252
+ document.body.appendChild(container);
4253
+ cachedContainer = container;
4254
+ }
4255
+ });
4256
+ };
4257
+
4258
+ const useDelayedRender = ({
4259
+ indicator,
4260
+ intermediateIndicator,
4261
+ shouldSetIntermediate = () => true,
4262
+ beforeShow,
4263
+ afterShow,
4264
+ afterHide,
4265
+ beforeHide
4266
+ }) => {
4267
+ vue.watch(() => vue.unref(indicator), (val) => {
4268
+ if (val) {
4269
+ beforeShow == null ? void 0 : beforeShow();
4270
+ vue.nextTick(() => {
4271
+ if (!vue.unref(indicator))
4272
+ return;
4273
+ if (shouldSetIntermediate("show")) {
4274
+ intermediateIndicator.value = true;
4275
+ }
4276
+ });
4277
+ } else {
4278
+ beforeHide == null ? void 0 : beforeHide();
4279
+ vue.nextTick(() => {
4280
+ if (vue.unref(indicator))
4281
+ return;
4282
+ if (shouldSetIntermediate("hide")) {
4283
+ intermediateIndicator.value = false;
4284
+ }
4285
+ });
4286
+ }
4287
+ });
4288
+ vue.watch(() => intermediateIndicator.value, (val) => {
4289
+ if (val) {
4290
+ afterShow == null ? void 0 : afterShow();
4291
+ } else {
4292
+ afterHide == null ? void 0 : afterHide();
4293
+ }
4294
+ });
4295
+ };
4296
+
4297
+ const useDelayedToggleProps = buildProps({
4298
+ showAfter: {
4299
+ type: Number,
4300
+ default: 0
4301
+ },
4302
+ hideAfter: {
4303
+ type: Number,
4304
+ default: 200
4305
+ }
4306
+ });
4307
+ const useDelayedToggle = ({
4308
+ showAfter,
4309
+ hideAfter,
4310
+ open,
4311
+ close
4312
+ }) => {
4313
+ const { registerTimeout } = useTimeout();
4314
+ const onOpen = () => {
4315
+ registerTimeout(() => {
4316
+ open();
4317
+ }, vue.unref(showAfter));
4318
+ };
4319
+ const onClose = () => {
4320
+ registerTimeout(() => {
4321
+ close();
4322
+ }, vue.unref(hideAfter));
4323
+ };
4324
+ return {
4325
+ onOpen,
4326
+ onClose
4327
+ };
4328
+ };
4329
+
4330
+ const FORWARD_REF_INJECTION_KEY = Symbol("elForwardRef");
4331
+ const useForwardRef = (forwardRef) => {
4332
+ const setForwardRef = (el) => {
4333
+ forwardRef.value = el;
4334
+ };
4335
+ vue.provide(FORWARD_REF_INJECTION_KEY, {
4336
+ setForwardRef
4337
+ });
4338
+ };
4339
+ const useForwardRefDirective = (setForwardRef) => {
4340
+ return {
4341
+ mounted(el) {
4342
+ setForwardRef(el);
4343
+ },
4344
+ updated(el) {
4345
+ setForwardRef(el);
4346
+ },
4347
+ unmounted() {
4348
+ setForwardRef(null);
4349
+ }
4350
+ };
4351
+ };
4352
+
4353
+ /**
4354
+ * This method returns the first argument it receives.
4355
+ *
4356
+ * @static
4357
+ * @since 0.1.0
4358
+ * @memberOf _
4359
+ * @category Util
4360
+ * @param {*} value Any value.
4361
+ * @returns {*} Returns `value`.
4362
+ * @example
4363
+ *
4364
+ * var object = { 'a': 1 };
4365
+ *
4366
+ * console.log(_.identity(object) === object);
4367
+ * // => true
4368
+ */
4369
+
4370
+ function identity$3(value) {
4371
+ return value;
4372
+ }
4373
+
4374
+ var identity_1 = identity$3;
4375
+
4376
+ var WeakMap = _WeakMap;
4377
+
4378
+ /** Used to store function metadata. */
4379
+ var metaMap$2 = WeakMap && new WeakMap;
4380
+
4381
+ var _metaMap = metaMap$2;
4382
+
4383
+ var identity$2 = identity_1,
4384
+ metaMap$1 = _metaMap;
4385
+
4386
+ /**
4387
+ * The base implementation of `setData` without support for hot loop shorting.
4388
+ *
4389
+ * @private
4390
+ * @param {Function} func The function to associate metadata with.
4391
+ * @param {*} data The metadata.
4392
+ * @returns {Function} Returns `func`.
4393
+ */
4394
+ var baseSetData$2 = !metaMap$1 ? identity$2 : function(func, data) {
4395
+ metaMap$1.set(func, data);
4396
+ return func;
4397
+ };
4398
+
4399
+ var _baseSetData = baseSetData$2;
4400
+
4401
+ var isObject$7 = isObject_1;
4402
+
4403
+ /** Built-in value references. */
4404
+ var objectCreate = Object.create;
4405
+
4406
+ /**
4407
+ * The base implementation of `_.create` without support for assigning
4408
+ * properties to the created object.
4409
+ *
4410
+ * @private
4411
+ * @param {Object} proto The object to inherit from.
4412
+ * @returns {Object} Returns the new object.
4413
+ */
4414
+ var baseCreate$4 = (function() {
4415
+ function object() {}
4416
+ return function(proto) {
4417
+ if (!isObject$7(proto)) {
4418
+ return {};
4419
+ }
4420
+ if (objectCreate) {
4421
+ return objectCreate(proto);
4422
+ }
4423
+ object.prototype = proto;
4424
+ var result = new object;
4425
+ object.prototype = undefined;
4426
+ return result;
4427
+ };
4428
+ }());
4429
+
4430
+ var _baseCreate = baseCreate$4;
4431
+
4432
+ var baseCreate$3 = _baseCreate,
4433
+ isObject$6 = isObject_1;
4434
+
4435
+ /**
4436
+ * Creates a function that produces an instance of `Ctor` regardless of
4437
+ * whether it was invoked as part of a `new` expression or by `call` or `apply`.
4438
+ *
4439
+ * @private
4440
+ * @param {Function} Ctor The constructor to wrap.
4441
+ * @returns {Function} Returns the new wrapped function.
4442
+ */
4443
+ function createCtor$4(Ctor) {
4444
+ return function() {
4445
+ // Use a `switch` statement to work with class constructors. See
4446
+ // http://ecma-international.org/ecma-262/7.0/#sec-ecmascript-function-objects-call-thisargument-argumentslist
4447
+ // for more details.
4448
+ var args = arguments;
4449
+ switch (args.length) {
4450
+ case 0: return new Ctor;
4451
+ case 1: return new Ctor(args[0]);
4452
+ case 2: return new Ctor(args[0], args[1]);
4453
+ case 3: return new Ctor(args[0], args[1], args[2]);
4454
+ case 4: return new Ctor(args[0], args[1], args[2], args[3]);
4455
+ case 5: return new Ctor(args[0], args[1], args[2], args[3], args[4]);
4456
+ case 6: return new Ctor(args[0], args[1], args[2], args[3], args[4], args[5]);
4457
+ case 7: return new Ctor(args[0], args[1], args[2], args[3], args[4], args[5], args[6]);
4458
+ }
4459
+ var thisBinding = baseCreate$3(Ctor.prototype),
4460
+ result = Ctor.apply(thisBinding, args);
4461
+
4462
+ // Mimic the constructor's `return` behavior.
4463
+ // See https://es5.github.io/#x13.2.2 for more details.
4464
+ return isObject$6(result) ? result : thisBinding;
4465
+ };
4466
+ }
4467
+
4468
+ var _createCtor = createCtor$4;
4469
+
4470
+ var createCtor$3 = _createCtor,
4471
+ root$4 = _root;
4472
+
4473
+ /** Used to compose bitmasks for function metadata. */
4474
+ var WRAP_BIND_FLAG$6 = 1;
4475
+
4476
+ /**
4477
+ * Creates a function that wraps `func` to invoke it with the optional `this`
4478
+ * binding of `thisArg`.
4479
+ *
4480
+ * @private
4481
+ * @param {Function} func The function to wrap.
4482
+ * @param {number} bitmask The bitmask flags. See `createWrap` for more details.
4483
+ * @param {*} [thisArg] The `this` binding of `func`.
4484
+ * @returns {Function} Returns the new wrapped function.
4485
+ */
4486
+ function createBind$1(func, bitmask, thisArg) {
4487
+ var isBind = bitmask & WRAP_BIND_FLAG$6,
4488
+ Ctor = createCtor$3(func);
4489
+
4490
+ function wrapper() {
4491
+ var fn = (this && this !== root$4 && this instanceof wrapper) ? Ctor : func;
4492
+ return fn.apply(isBind ? thisArg : this, arguments);
4493
+ }
4494
+ return wrapper;
4495
+ }
4496
+
4497
+ var _createBind = createBind$1;
4498
+
4499
+ /**
4500
+ * A faster alternative to `Function#apply`, this function invokes `func`
4501
+ * with the `this` binding of `thisArg` and the arguments of `args`.
4502
+ *
4503
+ * @private
4504
+ * @param {Function} func The function to invoke.
4505
+ * @param {*} thisArg The `this` binding of `func`.
4506
+ * @param {Array} args The arguments to invoke `func` with.
4507
+ * @returns {*} Returns the result of `func`.
4508
+ */
4509
+
4510
+ function apply$3(func, thisArg, args) {
4511
+ switch (args.length) {
4512
+ case 0: return func.call(thisArg);
4513
+ case 1: return func.call(thisArg, args[0]);
4514
+ case 2: return func.call(thisArg, args[0], args[1]);
4515
+ case 3: return func.call(thisArg, args[0], args[1], args[2]);
4516
+ }
4517
+ return func.apply(thisArg, args);
4518
+ }
4519
+
4520
+ var _apply = apply$3;
4521
+
4522
+ /* Built-in method references for those with the same name as other `lodash` methods. */
4523
+
4524
+ var nativeMax$4 = Math.max;
4525
+
4526
+ /**
4527
+ * Creates an array that is the composition of partially applied arguments,
4528
+ * placeholders, and provided arguments into a single array of arguments.
4529
+ *
4530
+ * @private
4531
+ * @param {Array} args The provided arguments.
4532
+ * @param {Array} partials The arguments to prepend to those provided.
4533
+ * @param {Array} holders The `partials` placeholder indexes.
4534
+ * @params {boolean} [isCurried] Specify composing for a curried function.
4535
+ * @returns {Array} Returns the new array of composed arguments.
4536
+ */
4537
+ function composeArgs$2(args, partials, holders, isCurried) {
4538
+ var argsIndex = -1,
4539
+ argsLength = args.length,
4540
+ holdersLength = holders.length,
4541
+ leftIndex = -1,
4542
+ leftLength = partials.length,
4543
+ rangeLength = nativeMax$4(argsLength - holdersLength, 0),
4544
+ result = Array(leftLength + rangeLength),
4545
+ isUncurried = !isCurried;
4546
+
4547
+ while (++leftIndex < leftLength) {
4548
+ result[leftIndex] = partials[leftIndex];
4549
+ }
4550
+ while (++argsIndex < holdersLength) {
4551
+ if (isUncurried || argsIndex < argsLength) {
4552
+ result[holders[argsIndex]] = args[argsIndex];
4553
+ }
4554
+ }
4555
+ while (rangeLength--) {
4556
+ result[leftIndex++] = args[argsIndex++];
4557
+ }
4558
+ return result;
4559
+ }
4560
+
4561
+ var _composeArgs = composeArgs$2;
4562
+
4563
+ /* Built-in method references for those with the same name as other `lodash` methods. */
4564
+
4565
+ var nativeMax$3 = Math.max;
4566
+
4567
+ /**
4568
+ * This function is like `composeArgs` except that the arguments composition
4569
+ * is tailored for `_.partialRight`.
4570
+ *
4571
+ * @private
4572
+ * @param {Array} args The provided arguments.
4573
+ * @param {Array} partials The arguments to append to those provided.
4574
+ * @param {Array} holders The `partials` placeholder indexes.
4575
+ * @params {boolean} [isCurried] Specify composing for a curried function.
4576
+ * @returns {Array} Returns the new array of composed arguments.
4577
+ */
4578
+ function composeArgsRight$2(args, partials, holders, isCurried) {
4579
+ var argsIndex = -1,
4580
+ argsLength = args.length,
4581
+ holdersIndex = -1,
4582
+ holdersLength = holders.length,
4583
+ rightIndex = -1,
4584
+ rightLength = partials.length,
4585
+ rangeLength = nativeMax$3(argsLength - holdersLength, 0),
4586
+ result = Array(rangeLength + rightLength),
4587
+ isUncurried = !isCurried;
4588
+
4589
+ while (++argsIndex < rangeLength) {
4590
+ result[argsIndex] = args[argsIndex];
4591
+ }
4592
+ var offset = argsIndex;
4593
+ while (++rightIndex < rightLength) {
4594
+ result[offset + rightIndex] = partials[rightIndex];
4595
+ }
4596
+ while (++holdersIndex < holdersLength) {
4597
+ if (isUncurried || argsIndex < argsLength) {
4598
+ result[offset + holders[holdersIndex]] = args[argsIndex++];
4599
+ }
4600
+ }
4601
+ return result;
4602
+ }
4603
+
4604
+ var _composeArgsRight = composeArgsRight$2;
4605
+
4606
+ /**
4607
+ * Gets the number of `placeholder` occurrences in `array`.
4608
+ *
4609
+ * @private
4610
+ * @param {Array} array The array to inspect.
4611
+ * @param {*} placeholder The placeholder to search for.
4612
+ * @returns {number} Returns the placeholder count.
4613
+ */
4614
+
4615
+ function countHolders$1(array, placeholder) {
4616
+ var length = array.length,
4617
+ result = 0;
4618
+
4619
+ while (length--) {
4620
+ if (array[length] === placeholder) {
4621
+ ++result;
4622
+ }
4623
+ }
4624
+ return result;
4625
+ }
4626
+
4627
+ var _countHolders = countHolders$1;
4628
+
4629
+ /**
4630
+ * The function whose prototype chain sequence wrappers inherit from.
4631
+ *
4632
+ * @private
4633
+ */
4634
+
4635
+ function baseLodash$3() {
4636
+ // No operation performed.
4637
+ }
4638
+
4639
+ var _baseLodash = baseLodash$3;
4640
+
4641
+ var baseCreate$2 = _baseCreate,
4642
+ baseLodash$2 = _baseLodash;
4643
+
4644
+ /** Used as references for the maximum length and index of an array. */
4645
+ var MAX_ARRAY_LENGTH = 4294967295;
4646
+
4647
+ /**
4648
+ * Creates a lazy wrapper object which wraps `value` to enable lazy evaluation.
4649
+ *
4650
+ * @private
4651
+ * @constructor
4652
+ * @param {*} value The value to wrap.
4653
+ */
4654
+ function LazyWrapper$3(value) {
4655
+ this.__wrapped__ = value;
4656
+ this.__actions__ = [];
4657
+ this.__dir__ = 1;
4658
+ this.__filtered__ = false;
4659
+ this.__iteratees__ = [];
4660
+ this.__takeCount__ = MAX_ARRAY_LENGTH;
4661
+ this.__views__ = [];
4662
+ }
4663
+
4664
+ // Ensure `LazyWrapper` is an instance of `baseLodash`.
4665
+ LazyWrapper$3.prototype = baseCreate$2(baseLodash$2.prototype);
4666
+ LazyWrapper$3.prototype.constructor = LazyWrapper$3;
4667
+
4668
+ var _LazyWrapper = LazyWrapper$3;
4669
+
4670
+ /**
4671
+ * This method returns `undefined`.
4672
+ *
4673
+ * @static
4674
+ * @memberOf _
4675
+ * @since 2.3.0
4676
+ * @category Util
4677
+ * @example
4678
+ *
4679
+ * _.times(2, _.noop);
4680
+ * // => [undefined, undefined]
4681
+ */
4682
+
4683
+ function noop$2() {
4684
+ // No operation performed.
4685
+ }
4686
+
4687
+ var noop_1 = noop$2;
4688
+
4689
+ var metaMap = _metaMap,
4690
+ noop$1 = noop_1;
4691
+
4692
+ /**
4693
+ * Gets metadata for `func`.
4694
+ *
4695
+ * @private
4696
+ * @param {Function} func The function to query.
4697
+ * @returns {*} Returns the metadata for `func`.
4698
+ */
4699
+ var getData$2 = !metaMap ? noop$1 : function(func) {
4700
+ return metaMap.get(func);
4701
+ };
4702
+
4703
+ var _getData = getData$2;
4704
+
4705
+ /** Used to lookup unminified function names. */
4706
+
4707
+ var realNames$1 = {};
4708
+
4709
+ var _realNames = realNames$1;
4710
+
4711
+ var realNames = _realNames;
4712
+
4713
+ /** Used for built-in method references. */
4714
+ var objectProto$4 = Object.prototype;
4715
+
4716
+ /** Used to check objects for own properties. */
4717
+ var hasOwnProperty$4 = objectProto$4.hasOwnProperty;
4718
+
4719
+ /**
4720
+ * Gets the name of `func`.
4721
+ *
4722
+ * @private
4723
+ * @param {Function} func The function to query.
4724
+ * @returns {string} Returns the function name.
4725
+ */
4726
+ function getFuncName$1(func) {
4727
+ var result = (func.name + ''),
4728
+ array = realNames[result],
4729
+ length = hasOwnProperty$4.call(realNames, result) ? array.length : 0;
4730
+
4731
+ while (length--) {
4732
+ var data = array[length],
4733
+ otherFunc = data.func;
4734
+ if (otherFunc == null || otherFunc == func) {
4735
+ return data.name;
4736
+ }
4737
+ }
4738
+ return result;
4739
+ }
4740
+
4741
+ var _getFuncName = getFuncName$1;
4742
+
4743
+ var baseCreate$1 = _baseCreate,
4744
+ baseLodash$1 = _baseLodash;
4745
+
4746
+ /**
4747
+ * The base constructor for creating `lodash` wrapper objects.
4748
+ *
4749
+ * @private
4750
+ * @param {*} value The value to wrap.
4751
+ * @param {boolean} [chainAll] Enable explicit method chain sequences.
4752
+ */
4753
+ function LodashWrapper$2(value, chainAll) {
4754
+ this.__wrapped__ = value;
4755
+ this.__actions__ = [];
4756
+ this.__chain__ = !!chainAll;
4757
+ this.__index__ = 0;
4758
+ this.__values__ = undefined;
4759
+ }
4760
+
4761
+ LodashWrapper$2.prototype = baseCreate$1(baseLodash$1.prototype);
4762
+ LodashWrapper$2.prototype.constructor = LodashWrapper$2;
4763
+
4764
+ var _LodashWrapper = LodashWrapper$2;
4765
+
4766
+ /**
4767
+ * Copies the values of `source` to `array`.
4768
+ *
4769
+ * @private
4770
+ * @param {Array} source The array to copy values from.
4771
+ * @param {Array} [array=[]] The array to copy values to.
4772
+ * @returns {Array} Returns `array`.
4773
+ */
4774
+
4775
+ function copyArray$3(source, array) {
4776
+ var index = -1,
4777
+ length = source.length;
4778
+
4779
+ array || (array = Array(length));
4780
+ while (++index < length) {
4781
+ array[index] = source[index];
4782
+ }
4783
+ return array;
4784
+ }
4785
+
4786
+ var _copyArray = copyArray$3;
4787
+
4788
+ var LazyWrapper$2 = _LazyWrapper,
4789
+ LodashWrapper$1 = _LodashWrapper,
4790
+ copyArray$2 = _copyArray;
4791
+
4792
+ /**
4793
+ * Creates a clone of `wrapper`.
4794
+ *
4795
+ * @private
4796
+ * @param {Object} wrapper The wrapper to clone.
4797
+ * @returns {Object} Returns the cloned wrapper.
4798
+ */
4799
+ function wrapperClone$1(wrapper) {
4800
+ if (wrapper instanceof LazyWrapper$2) {
4801
+ return wrapper.clone();
4802
+ }
4803
+ var result = new LodashWrapper$1(wrapper.__wrapped__, wrapper.__chain__);
4804
+ result.__actions__ = copyArray$2(wrapper.__actions__);
4805
+ result.__index__ = wrapper.__index__;
4806
+ result.__values__ = wrapper.__values__;
4807
+ return result;
4808
+ }
4809
+
4810
+ var _wrapperClone = wrapperClone$1;
4811
+
4812
+ var LazyWrapper$1 = _LazyWrapper,
4813
+ LodashWrapper = _LodashWrapper,
4814
+ baseLodash = _baseLodash,
4815
+ isArray$2 = isArray_1,
4816
+ isObjectLike$3 = isObjectLike_1,
4817
+ wrapperClone = _wrapperClone;
4818
+
4819
+ /** Used for built-in method references. */
4820
+ var objectProto$3 = Object.prototype;
4821
+
4822
+ /** Used to check objects for own properties. */
4823
+ var hasOwnProperty$3 = objectProto$3.hasOwnProperty;
4824
+
4825
+ /**
4826
+ * Creates a `lodash` object which wraps `value` to enable implicit method
4827
+ * chain sequences. Methods that operate on and return arrays, collections,
4828
+ * and functions can be chained together. Methods that retrieve a single value
4829
+ * or may return a primitive value will automatically end the chain sequence
4830
+ * and return the unwrapped value. Otherwise, the value must be unwrapped
4831
+ * with `_#value`.
4832
+ *
4833
+ * Explicit chain sequences, which must be unwrapped with `_#value`, may be
4834
+ * enabled using `_.chain`.
4835
+ *
4836
+ * The execution of chained methods is lazy, that is, it's deferred until
4837
+ * `_#value` is implicitly or explicitly called.
4838
+ *
4839
+ * Lazy evaluation allows several methods to support shortcut fusion.
4840
+ * Shortcut fusion is an optimization to merge iteratee calls; this avoids
4841
+ * the creation of intermediate arrays and can greatly reduce the number of
4842
+ * iteratee executions. Sections of a chain sequence qualify for shortcut
4843
+ * fusion if the section is applied to an array and iteratees accept only
4844
+ * one argument. The heuristic for whether a section qualifies for shortcut
4845
+ * fusion is subject to change.
4846
+ *
4847
+ * Chaining is supported in custom builds as long as the `_#value` method is
4848
+ * directly or indirectly included in the build.
4849
+ *
4850
+ * In addition to lodash methods, wrappers have `Array` and `String` methods.
4851
+ *
4852
+ * The wrapper `Array` methods are:
4853
+ * `concat`, `join`, `pop`, `push`, `shift`, `sort`, `splice`, and `unshift`
4854
+ *
4855
+ * The wrapper `String` methods are:
4856
+ * `replace` and `split`
4857
+ *
4858
+ * The wrapper methods that support shortcut fusion are:
4859
+ * `at`, `compact`, `drop`, `dropRight`, `dropWhile`, `filter`, `find`,
4860
+ * `findLast`, `head`, `initial`, `last`, `map`, `reject`, `reverse`, `slice`,
4861
+ * `tail`, `take`, `takeRight`, `takeRightWhile`, `takeWhile`, and `toArray`
4862
+ *
4863
+ * The chainable wrapper methods are:
4864
+ * `after`, `ary`, `assign`, `assignIn`, `assignInWith`, `assignWith`, `at`,
4865
+ * `before`, `bind`, `bindAll`, `bindKey`, `castArray`, `chain`, `chunk`,
4866
+ * `commit`, `compact`, `concat`, `conforms`, `constant`, `countBy`, `create`,
4867
+ * `curry`, `debounce`, `defaults`, `defaultsDeep`, `defer`, `delay`,
4868
+ * `difference`, `differenceBy`, `differenceWith`, `drop`, `dropRight`,
4869
+ * `dropRightWhile`, `dropWhile`, `extend`, `extendWith`, `fill`, `filter`,
4870
+ * `flatMap`, `flatMapDeep`, `flatMapDepth`, `flatten`, `flattenDeep`,
4871
+ * `flattenDepth`, `flip`, `flow`, `flowRight`, `fromPairs`, `functions`,
4872
+ * `functionsIn`, `groupBy`, `initial`, `intersection`, `intersectionBy`,
4873
+ * `intersectionWith`, `invert`, `invertBy`, `invokeMap`, `iteratee`, `keyBy`,
4874
+ * `keys`, `keysIn`, `map`, `mapKeys`, `mapValues`, `matches`, `matchesProperty`,
4875
+ * `memoize`, `merge`, `mergeWith`, `method`, `methodOf`, `mixin`, `negate`,
4876
+ * `nthArg`, `omit`, `omitBy`, `once`, `orderBy`, `over`, `overArgs`,
4877
+ * `overEvery`, `overSome`, `partial`, `partialRight`, `partition`, `pick`,
4878
+ * `pickBy`, `plant`, `property`, `propertyOf`, `pull`, `pullAll`, `pullAllBy`,
4879
+ * `pullAllWith`, `pullAt`, `push`, `range`, `rangeRight`, `rearg`, `reject`,
4880
+ * `remove`, `rest`, `reverse`, `sampleSize`, `set`, `setWith`, `shuffle`,
4881
+ * `slice`, `sort`, `sortBy`, `splice`, `spread`, `tail`, `take`, `takeRight`,
4882
+ * `takeRightWhile`, `takeWhile`, `tap`, `throttle`, `thru`, `toArray`,
4883
+ * `toPairs`, `toPairsIn`, `toPath`, `toPlainObject`, `transform`, `unary`,
4884
+ * `union`, `unionBy`, `unionWith`, `uniq`, `uniqBy`, `uniqWith`, `unset`,
4885
+ * `unshift`, `unzip`, `unzipWith`, `update`, `updateWith`, `values`,
4886
+ * `valuesIn`, `without`, `wrap`, `xor`, `xorBy`, `xorWith`, `zip`,
4887
+ * `zipObject`, `zipObjectDeep`, and `zipWith`
4888
+ *
4889
+ * The wrapper methods that are **not** chainable by default are:
4890
+ * `add`, `attempt`, `camelCase`, `capitalize`, `ceil`, `clamp`, `clone`,
4891
+ * `cloneDeep`, `cloneDeepWith`, `cloneWith`, `conformsTo`, `deburr`,
4892
+ * `defaultTo`, `divide`, `each`, `eachRight`, `endsWith`, `eq`, `escape`,
4893
+ * `escapeRegExp`, `every`, `find`, `findIndex`, `findKey`, `findLast`,
4894
+ * `findLastIndex`, `findLastKey`, `first`, `floor`, `forEach`, `forEachRight`,
4895
+ * `forIn`, `forInRight`, `forOwn`, `forOwnRight`, `get`, `gt`, `gte`, `has`,
4896
+ * `hasIn`, `head`, `identity`, `includes`, `indexOf`, `inRange`, `invoke`,
4897
+ * `isArguments`, `isArray`, `isArrayBuffer`, `isArrayLike`, `isArrayLikeObject`,
4898
+ * `isBoolean`, `isBuffer`, `isDate`, `isElement`, `isEmpty`, `isEqual`,
4899
+ * `isEqualWith`, `isError`, `isFinite`, `isFunction`, `isInteger`, `isLength`,
4900
+ * `isMap`, `isMatch`, `isMatchWith`, `isNaN`, `isNative`, `isNil`, `isNull`,
4901
+ * `isNumber`, `isObject`, `isObjectLike`, `isPlainObject`, `isRegExp`,
4902
+ * `isSafeInteger`, `isSet`, `isString`, `isUndefined`, `isTypedArray`,
4903
+ * `isWeakMap`, `isWeakSet`, `join`, `kebabCase`, `last`, `lastIndexOf`,
4904
+ * `lowerCase`, `lowerFirst`, `lt`, `lte`, `max`, `maxBy`, `mean`, `meanBy`,
4905
+ * `min`, `minBy`, `multiply`, `noConflict`, `noop`, `now`, `nth`, `pad`,
4906
+ * `padEnd`, `padStart`, `parseInt`, `pop`, `random`, `reduce`, `reduceRight`,
4907
+ * `repeat`, `result`, `round`, `runInContext`, `sample`, `shift`, `size`,
4908
+ * `snakeCase`, `some`, `sortedIndex`, `sortedIndexBy`, `sortedLastIndex`,
4909
+ * `sortedLastIndexBy`, `startCase`, `startsWith`, `stubArray`, `stubFalse`,
4910
+ * `stubObject`, `stubString`, `stubTrue`, `subtract`, `sum`, `sumBy`,
4911
+ * `template`, `times`, `toFinite`, `toInteger`, `toJSON`, `toLength`,
4912
+ * `toLower`, `toNumber`, `toSafeInteger`, `toString`, `toUpper`, `trim`,
4913
+ * `trimEnd`, `trimStart`, `truncate`, `unescape`, `uniqueId`, `upperCase`,
4914
+ * `upperFirst`, `value`, and `words`
4915
+ *
4916
+ * @name _
4917
+ * @constructor
4918
+ * @category Seq
4919
+ * @param {*} value The value to wrap in a `lodash` instance.
4920
+ * @returns {Object} Returns the new `lodash` wrapper instance.
4921
+ * @example
4922
+ *
4923
+ * function square(n) {
4924
+ * return n * n;
4925
+ * }
4926
+ *
4927
+ * var wrapped = _([1, 2, 3]);
4928
+ *
4929
+ * // Returns an unwrapped value.
4930
+ * wrapped.reduce(_.add);
4931
+ * // => 6
4932
+ *
4933
+ * // Returns a wrapped value.
4934
+ * var squares = wrapped.map(square);
4935
+ *
4936
+ * _.isArray(squares);
4937
+ * // => false
4938
+ *
4939
+ * _.isArray(squares.value());
4940
+ * // => true
4941
+ */
4942
+ function lodash$1(value) {
4943
+ if (isObjectLike$3(value) && !isArray$2(value) && !(value instanceof LazyWrapper$1)) {
4944
+ if (value instanceof LodashWrapper) {
4945
+ return value;
4946
+ }
4947
+ if (hasOwnProperty$3.call(value, '__wrapped__')) {
4948
+ return wrapperClone(value);
4949
+ }
4950
+ }
4951
+ return new LodashWrapper(value);
4952
+ }
4953
+
4954
+ // Ensure wrappers are instances of `baseLodash`.
4955
+ lodash$1.prototype = baseLodash.prototype;
4956
+ lodash$1.prototype.constructor = lodash$1;
4957
+
4958
+ var wrapperLodash = lodash$1;
4959
+
4960
+ var LazyWrapper = _LazyWrapper,
4961
+ getData$1 = _getData,
4962
+ getFuncName = _getFuncName,
4963
+ lodash = wrapperLodash;
4964
+
4965
+ /**
4966
+ * Checks if `func` has a lazy counterpart.
4967
+ *
4968
+ * @private
4969
+ * @param {Function} func The function to check.
4970
+ * @returns {boolean} Returns `true` if `func` has a lazy counterpart,
4971
+ * else `false`.
4972
+ */
4973
+ function isLaziable$1(func) {
4974
+ var funcName = getFuncName(func),
4975
+ other = lodash[funcName];
4976
+
4977
+ if (typeof other != 'function' || !(funcName in LazyWrapper.prototype)) {
4978
+ return false;
4979
+ }
4980
+ if (func === other) {
4981
+ return true;
4982
+ }
4983
+ var data = getData$1(other);
4984
+ return !!data && func === data[0];
4985
+ }
4986
+
4987
+ var _isLaziable = isLaziable$1;
4988
+
4989
+ /** Used to detect hot functions by number of calls within a span of milliseconds. */
4990
+
4991
+ var HOT_COUNT = 800,
4992
+ HOT_SPAN = 16;
4993
+
4994
+ /* Built-in method references for those with the same name as other `lodash` methods. */
4995
+ var nativeNow = Date.now;
4996
+
4997
+ /**
4998
+ * Creates a function that'll short out and invoke `identity` instead
4999
+ * of `func` when it's called `HOT_COUNT` or more times in `HOT_SPAN`
5000
+ * milliseconds.
5001
+ *
5002
+ * @private
5003
+ * @param {Function} func The function to restrict.
5004
+ * @returns {Function} Returns the new shortable function.
5005
+ */
5006
+ function shortOut$2(func) {
5007
+ var count = 0,
5008
+ lastCalled = 0;
5009
+
5010
+ return function() {
5011
+ var stamp = nativeNow(),
5012
+ remaining = HOT_SPAN - (stamp - lastCalled);
5013
+
5014
+ lastCalled = stamp;
5015
+ if (remaining > 0) {
5016
+ if (++count >= HOT_COUNT) {
5017
+ return arguments[0];
5018
+ }
5019
+ } else {
5020
+ count = 0;
5021
+ }
5022
+ return func.apply(undefined, arguments);
5023
+ };
5024
+ }
5025
+
5026
+ var _shortOut = shortOut$2;
5027
+
5028
+ var baseSetData$1 = _baseSetData,
5029
+ shortOut$1 = _shortOut;
5030
+
5031
+ /**
5032
+ * Sets metadata for `func`.
5033
+ *
5034
+ * **Note:** If this function becomes hot, i.e. is invoked a lot in a short
5035
+ * period of time, it will trip its breaker and transition to an identity
5036
+ * function to avoid garbage collection pauses in V8. See
5037
+ * [V8 issue 2070](https://bugs.chromium.org/p/v8/issues/detail?id=2070)
5038
+ * for more details.
5039
+ *
5040
+ * @private
5041
+ * @param {Function} func The function to associate metadata with.
5042
+ * @param {*} data The metadata.
5043
+ * @returns {Function} Returns `func`.
5044
+ */
5045
+ var setData$2 = shortOut$1(baseSetData$1);
5046
+
5047
+ var _setData = setData$2;
5048
+
5049
+ /** Used to match wrap detail comments. */
5050
+
5051
+ var reWrapDetails = /\{\n\/\* \[wrapped with (.+)\] \*/,
5052
+ reSplitDetails = /,? & /;
5053
+
5054
+ /**
5055
+ * Extracts wrapper details from the `source` body comment.
5056
+ *
5057
+ * @private
5058
+ * @param {string} source The source to inspect.
5059
+ * @returns {Array} Returns the wrapper details.
5060
+ */
5061
+ function getWrapDetails$1(source) {
5062
+ var match = source.match(reWrapDetails);
5063
+ return match ? match[1].split(reSplitDetails) : [];
5064
+ }
5065
+
5066
+ var _getWrapDetails = getWrapDetails$1;
5067
+
5068
+ /** Used to match wrap detail comments. */
5069
+
5070
+ var reWrapComment = /\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/;
5071
+
5072
+ /**
5073
+ * Inserts wrapper `details` in a comment at the top of the `source` body.
5074
+ *
5075
+ * @private
5076
+ * @param {string} source The source to modify.
5077
+ * @returns {Array} details The details to insert.
5078
+ * @returns {string} Returns the modified source.
5079
+ */
5080
+ function insertWrapDetails$1(source, details) {
5081
+ var length = details.length;
5082
+ if (!length) {
5083
+ return source;
5084
+ }
5085
+ var lastIndex = length - 1;
5086
+ details[lastIndex] = (length > 1 ? '& ' : '') + details[lastIndex];
5087
+ details = details.join(length > 2 ? ', ' : ' ');
5088
+ return source.replace(reWrapComment, '{\n/* [wrapped with ' + details + '] */\n');
5089
+ }
5090
+
5091
+ var _insertWrapDetails = insertWrapDetails$1;
5092
+
5093
+ /**
5094
+ * Creates a function that returns `value`.
5095
+ *
5096
+ * @static
5097
+ * @memberOf _
5098
+ * @since 2.4.0
5099
+ * @category Util
5100
+ * @param {*} value The value to return from the new function.
5101
+ * @returns {Function} Returns the new constant function.
5102
+ * @example
5103
+ *
5104
+ * var objects = _.times(2, _.constant({ 'a': 1 }));
5105
+ *
5106
+ * console.log(objects);
5107
+ * // => [{ 'a': 1 }, { 'a': 1 }]
5108
+ *
5109
+ * console.log(objects[0] === objects[1]);
5110
+ * // => true
5111
+ */
5112
+
5113
+ function constant$1(value) {
5114
+ return function() {
5115
+ return value;
5116
+ };
5117
+ }
5118
+
5119
+ var constant_1 = constant$1;
5120
+
5121
+ var getNative = _getNative;
5122
+
5123
+ var defineProperty$2 = (function() {
5124
+ try {
5125
+ var func = getNative(Object, 'defineProperty');
5126
+ func({}, '', {});
5127
+ return func;
5128
+ } catch (e) {}
5129
+ }());
5130
+
5131
+ var _defineProperty = defineProperty$2;
5132
+
5133
+ var constant = constant_1,
5134
+ defineProperty$1 = _defineProperty,
5135
+ identity$1 = identity_1;
5136
+
5137
+ /**
5138
+ * The base implementation of `setToString` without support for hot loop shorting.
5139
+ *
5140
+ * @private
5141
+ * @param {Function} func The function to modify.
5142
+ * @param {Function} string The `toString` result.
5143
+ * @returns {Function} Returns `func`.
5144
+ */
5145
+ var baseSetToString$1 = !defineProperty$1 ? identity$1 : function(func, string) {
5146
+ return defineProperty$1(func, 'toString', {
5147
+ 'configurable': true,
5148
+ 'enumerable': false,
5149
+ 'value': constant(string),
5150
+ 'writable': true
5151
+ });
5152
+ };
5153
+
5154
+ var _baseSetToString = baseSetToString$1;
5155
+
5156
+ var baseSetToString = _baseSetToString,
5157
+ shortOut = _shortOut;
5158
+
5159
+ /**
5160
+ * Sets the `toString` method of `func` to return `string`.
5161
+ *
5162
+ * @private
5163
+ * @param {Function} func The function to modify.
5164
+ * @param {Function} string The `toString` result.
5165
+ * @returns {Function} Returns `func`.
5166
+ */
5167
+ var setToString$2 = shortOut(baseSetToString);
5168
+
5169
+ var _setToString = setToString$2;
5170
+
5171
+ /**
5172
+ * A specialized version of `_.forEach` for arrays without support for
5173
+ * iteratee shorthands.
5174
+ *
5175
+ * @private
5176
+ * @param {Array} [array] The array to iterate over.
5177
+ * @param {Function} iteratee The function invoked per iteration.
5178
+ * @returns {Array} Returns `array`.
5179
+ */
5180
+
5181
+ function arrayEach$2(array, iteratee) {
5182
+ var index = -1,
5183
+ length = array == null ? 0 : array.length;
5184
+
5185
+ while (++index < length) {
5186
+ if (iteratee(array[index], index, array) === false) {
5187
+ break;
5188
+ }
5189
+ }
5190
+ return array;
5191
+ }
5192
+
5193
+ var _arrayEach = arrayEach$2;
5194
+
5195
+ /**
5196
+ * The base implementation of `_.findIndex` and `_.findLastIndex` without
5197
+ * support for iteratee shorthands.
5198
+ *
5199
+ * @private
5200
+ * @param {Array} array The array to inspect.
5201
+ * @param {Function} predicate The function invoked per iteration.
5202
+ * @param {number} fromIndex The index to search from.
5203
+ * @param {boolean} [fromRight] Specify iterating from right to left.
5204
+ * @returns {number} Returns the index of the matched value, else `-1`.
5205
+ */
5206
+
5207
+ function baseFindIndex$1(array, predicate, fromIndex, fromRight) {
5208
+ var length = array.length,
5209
+ index = fromIndex + (fromRight ? 1 : -1);
5210
+
5211
+ while ((fromRight ? index-- : ++index < length)) {
5212
+ if (predicate(array[index], index, array)) {
5213
+ return index;
5214
+ }
5215
+ }
5216
+ return -1;
5217
+ }
5218
+
5219
+ var _baseFindIndex = baseFindIndex$1;
5220
+
5221
+ /**
5222
+ * The base implementation of `_.isNaN` without support for number objects.
5223
+ *
5224
+ * @private
5225
+ * @param {*} value The value to check.
5226
+ * @returns {boolean} Returns `true` if `value` is `NaN`, else `false`.
5227
+ */
5228
+
5229
+ function baseIsNaN$1(value) {
5230
+ return value !== value;
5231
+ }
5232
+
5233
+ var _baseIsNaN = baseIsNaN$1;
5234
+
5235
+ /**
5236
+ * A specialized version of `_.indexOf` which performs strict equality
5237
+ * comparisons of values, i.e. `===`.
5238
+ *
5239
+ * @private
5240
+ * @param {Array} array The array to inspect.
5241
+ * @param {*} value The value to search for.
5242
+ * @param {number} fromIndex The index to search from.
5243
+ * @returns {number} Returns the index of the matched value, else `-1`.
5244
+ */
5245
+
5246
+ function strictIndexOf$1(array, value, fromIndex) {
5247
+ var index = fromIndex - 1,
5248
+ length = array.length;
5249
+
5250
+ while (++index < length) {
5251
+ if (array[index] === value) {
5252
+ return index;
5253
+ }
5254
+ }
5255
+ return -1;
5256
+ }
5257
+
5258
+ var _strictIndexOf = strictIndexOf$1;
5259
+
5260
+ var baseFindIndex = _baseFindIndex,
5261
+ baseIsNaN = _baseIsNaN,
5262
+ strictIndexOf = _strictIndexOf;
5263
+
5264
+ /**
5265
+ * The base implementation of `_.indexOf` without `fromIndex` bounds checks.
5266
+ *
5267
+ * @private
5268
+ * @param {Array} array The array to inspect.
5269
+ * @param {*} value The value to search for.
5270
+ * @param {number} fromIndex The index to search from.
5271
+ * @returns {number} Returns the index of the matched value, else `-1`.
5272
+ */
5273
+ function baseIndexOf$1(array, value, fromIndex) {
5274
+ return value === value
5275
+ ? strictIndexOf(array, value, fromIndex)
5276
+ : baseFindIndex(array, baseIsNaN, fromIndex);
5277
+ }
5278
+
5279
+ var _baseIndexOf = baseIndexOf$1;
5280
+
5281
+ var baseIndexOf = _baseIndexOf;
5282
+
5283
+ /**
5284
+ * A specialized version of `_.includes` for arrays without support for
5285
+ * specifying an index to search from.
5286
+ *
5287
+ * @private
5288
+ * @param {Array} [array] The array to inspect.
5289
+ * @param {*} target The value to search for.
5290
+ * @returns {boolean} Returns `true` if `target` is found, else `false`.
5291
+ */
5292
+ function arrayIncludes$2(array, value) {
5293
+ var length = array == null ? 0 : array.length;
5294
+ return !!length && baseIndexOf(array, value, 0) > -1;
5295
+ }
5296
+
5297
+ var _arrayIncludes = arrayIncludes$2;
5298
+
5299
+ var arrayEach$1 = _arrayEach,
5300
+ arrayIncludes$1 = _arrayIncludes;
5301
+
5302
+ /** Used to compose bitmasks for function metadata. */
5303
+ var WRAP_BIND_FLAG$5 = 1,
5304
+ WRAP_BIND_KEY_FLAG$4 = 2,
5305
+ WRAP_CURRY_FLAG$5 = 8,
5306
+ WRAP_CURRY_RIGHT_FLAG$2 = 16,
5307
+ WRAP_PARTIAL_FLAG$2 = 32,
5308
+ WRAP_PARTIAL_RIGHT_FLAG$2 = 64,
5309
+ WRAP_ARY_FLAG$2 = 128,
5310
+ WRAP_REARG_FLAG$1 = 256,
5311
+ WRAP_FLIP_FLAG$1 = 512;
5312
+
5313
+ /** Used to associate wrap methods with their bit flags. */
5314
+ var wrapFlags = [
5315
+ ['ary', WRAP_ARY_FLAG$2],
5316
+ ['bind', WRAP_BIND_FLAG$5],
5317
+ ['bindKey', WRAP_BIND_KEY_FLAG$4],
5318
+ ['curry', WRAP_CURRY_FLAG$5],
5319
+ ['curryRight', WRAP_CURRY_RIGHT_FLAG$2],
5320
+ ['flip', WRAP_FLIP_FLAG$1],
5321
+ ['partial', WRAP_PARTIAL_FLAG$2],
5322
+ ['partialRight', WRAP_PARTIAL_RIGHT_FLAG$2],
5323
+ ['rearg', WRAP_REARG_FLAG$1]
5324
+ ];
5325
+
5326
+ /**
5327
+ * Updates wrapper `details` based on `bitmask` flags.
5328
+ *
5329
+ * @private
5330
+ * @returns {Array} details The details to modify.
5331
+ * @param {number} bitmask The bitmask flags. See `createWrap` for more details.
5332
+ * @returns {Array} Returns `details`.
5333
+ */
5334
+ function updateWrapDetails$1(details, bitmask) {
5335
+ arrayEach$1(wrapFlags, function(pair) {
5336
+ var value = '_.' + pair[0];
5337
+ if ((bitmask & pair[1]) && !arrayIncludes$1(details, value)) {
5338
+ details.push(value);
5339
+ }
5340
+ });
5341
+ return details.sort();
5342
+ }
5343
+
5344
+ var _updateWrapDetails = updateWrapDetails$1;
5345
+
5346
+ var getWrapDetails = _getWrapDetails,
5347
+ insertWrapDetails = _insertWrapDetails,
5348
+ setToString$1 = _setToString,
5349
+ updateWrapDetails = _updateWrapDetails;
5350
+
5351
+ /**
5352
+ * Sets the `toString` method of `wrapper` to mimic the source of `reference`
5353
+ * with wrapper details in a comment at the top of the source body.
5354
+ *
5355
+ * @private
5356
+ * @param {Function} wrapper The function to modify.
5357
+ * @param {Function} reference The reference function.
5358
+ * @param {number} bitmask The bitmask flags. See `createWrap` for more details.
5359
+ * @returns {Function} Returns `wrapper`.
5360
+ */
5361
+ function setWrapToString$2(wrapper, reference, bitmask) {
5362
+ var source = (reference + '');
5363
+ return setToString$1(wrapper, insertWrapDetails(source, updateWrapDetails(getWrapDetails(source), bitmask)));
5364
+ }
5365
+
5366
+ var _setWrapToString = setWrapToString$2;
5367
+
5368
+ var isLaziable = _isLaziable,
5369
+ setData$1 = _setData,
5370
+ setWrapToString$1 = _setWrapToString;
5371
+
5372
+ /** Used to compose bitmasks for function metadata. */
5373
+ var WRAP_BIND_FLAG$4 = 1,
5374
+ WRAP_BIND_KEY_FLAG$3 = 2,
5375
+ WRAP_CURRY_BOUND_FLAG$1 = 4,
5376
+ WRAP_CURRY_FLAG$4 = 8,
5377
+ WRAP_PARTIAL_FLAG$1 = 32,
5378
+ WRAP_PARTIAL_RIGHT_FLAG$1 = 64;
5379
+
5380
+ /**
5381
+ * Creates a function that wraps `func` to continue currying.
5382
+ *
5383
+ * @private
5384
+ * @param {Function} func The function to wrap.
5385
+ * @param {number} bitmask The bitmask flags. See `createWrap` for more details.
5386
+ * @param {Function} wrapFunc The function to create the `func` wrapper.
5387
+ * @param {*} placeholder The placeholder value.
5388
+ * @param {*} [thisArg] The `this` binding of `func`.
5389
+ * @param {Array} [partials] The arguments to prepend to those provided to
5390
+ * the new function.
5391
+ * @param {Array} [holders] The `partials` placeholder indexes.
5392
+ * @param {Array} [argPos] The argument positions of the new function.
5393
+ * @param {number} [ary] The arity cap of `func`.
5394
+ * @param {number} [arity] The arity of `func`.
5395
+ * @returns {Function} Returns the new wrapped function.
5396
+ */
5397
+ function createRecurry$2(func, bitmask, wrapFunc, placeholder, thisArg, partials, holders, argPos, ary, arity) {
5398
+ var isCurry = bitmask & WRAP_CURRY_FLAG$4,
5399
+ newHolders = isCurry ? holders : undefined,
5400
+ newHoldersRight = isCurry ? undefined : holders,
5401
+ newPartials = isCurry ? partials : undefined,
5402
+ newPartialsRight = isCurry ? undefined : partials;
5403
+
5404
+ bitmask |= (isCurry ? WRAP_PARTIAL_FLAG$1 : WRAP_PARTIAL_RIGHT_FLAG$1);
5405
+ bitmask &= ~(isCurry ? WRAP_PARTIAL_RIGHT_FLAG$1 : WRAP_PARTIAL_FLAG$1);
5406
+
5407
+ if (!(bitmask & WRAP_CURRY_BOUND_FLAG$1)) {
5408
+ bitmask &= ~(WRAP_BIND_FLAG$4 | WRAP_BIND_KEY_FLAG$3);
5409
+ }
5410
+ var newData = [
5411
+ func, bitmask, thisArg, newPartials, newHolders, newPartialsRight,
5412
+ newHoldersRight, argPos, ary, arity
5413
+ ];
5414
+
5415
+ var result = wrapFunc.apply(undefined, newData);
5416
+ if (isLaziable(func)) {
5417
+ setData$1(result, newData);
5418
+ }
5419
+ result.placeholder = placeholder;
5420
+ return setWrapToString$1(result, func, bitmask);
5421
+ }
5422
+
5423
+ var _createRecurry = createRecurry$2;
5424
+
5425
+ /**
5426
+ * Gets the argument placeholder value for `func`.
5427
+ *
5428
+ * @private
5429
+ * @param {Function} func The function to inspect.
5430
+ * @returns {*} Returns the placeholder value.
5431
+ */
5432
+
5433
+ function getHolder$2(func) {
5434
+ var object = func;
5435
+ return object.placeholder;
5436
+ }
5437
+
5438
+ var _getHolder = getHolder$2;
5439
+
5440
+ var copyArray$1 = _copyArray,
5441
+ isIndex = _isIndex;
5442
+
5443
+ /* Built-in method references for those with the same name as other `lodash` methods. */
5444
+ var nativeMin$2 = Math.min;
5445
+
5446
+ /**
5447
+ * Reorder `array` according to the specified indexes where the element at
5448
+ * the first index is assigned as the first element, the element at
5449
+ * the second index is assigned as the second element, and so on.
5450
+ *
5451
+ * @private
5452
+ * @param {Array} array The array to reorder.
5453
+ * @param {Array} indexes The arranged array indexes.
5454
+ * @returns {Array} Returns `array`.
5455
+ */
5456
+ function reorder$1(array, indexes) {
5457
+ var arrLength = array.length,
5458
+ length = nativeMin$2(indexes.length, arrLength),
5459
+ oldArray = copyArray$1(array);
5460
+
5461
+ while (length--) {
5462
+ var index = indexes[length];
5463
+ array[length] = isIndex(index, arrLength) ? oldArray[index] : undefined;
5464
+ }
5465
+ return array;
5466
+ }
5467
+
5468
+ var _reorder = reorder$1;
5469
+
5470
+ /** Used as the internal argument placeholder. */
5471
+
5472
+ var PLACEHOLDER$1 = '__lodash_placeholder__';
5473
+
5474
+ /**
5475
+ * Replaces all `placeholder` elements in `array` with an internal placeholder
5476
+ * and returns an array of their indexes.
5477
+ *
5478
+ * @private
5479
+ * @param {Array} array The array to modify.
5480
+ * @param {*} placeholder The placeholder to replace.
5481
+ * @returns {Array} Returns the new array of placeholder indexes.
5482
+ */
5483
+ function replaceHolders$3(array, placeholder) {
5484
+ var index = -1,
5485
+ length = array.length,
5486
+ resIndex = 0,
5487
+ result = [];
5488
+
5489
+ while (++index < length) {
5490
+ var value = array[index];
5491
+ if (value === placeholder || value === PLACEHOLDER$1) {
5492
+ array[index] = PLACEHOLDER$1;
5493
+ result[resIndex++] = index;
5494
+ }
5495
+ }
5496
+ return result;
5497
+ }
5498
+
5499
+ var _replaceHolders = replaceHolders$3;
5500
+
5501
+ var composeArgs$1 = _composeArgs,
5502
+ composeArgsRight$1 = _composeArgsRight,
5503
+ countHolders = _countHolders,
5504
+ createCtor$2 = _createCtor,
5505
+ createRecurry$1 = _createRecurry,
5506
+ getHolder$1 = _getHolder,
5507
+ reorder = _reorder,
5508
+ replaceHolders$2 = _replaceHolders,
5509
+ root$3 = _root;
5510
+
5511
+ /** Used to compose bitmasks for function metadata. */
5512
+ var WRAP_BIND_FLAG$3 = 1,
5513
+ WRAP_BIND_KEY_FLAG$2 = 2,
5514
+ WRAP_CURRY_FLAG$3 = 8,
5515
+ WRAP_CURRY_RIGHT_FLAG$1 = 16,
5516
+ WRAP_ARY_FLAG$1 = 128,
5517
+ WRAP_FLIP_FLAG = 512;
5518
+
5519
+ /**
5520
+ * Creates a function that wraps `func` to invoke it with optional `this`
5521
+ * binding of `thisArg`, partial application, and currying.
5522
+ *
5523
+ * @private
5524
+ * @param {Function|string} func The function or method name to wrap.
5525
+ * @param {number} bitmask The bitmask flags. See `createWrap` for more details.
5526
+ * @param {*} [thisArg] The `this` binding of `func`.
5527
+ * @param {Array} [partials] The arguments to prepend to those provided to
5528
+ * the new function.
5529
+ * @param {Array} [holders] The `partials` placeholder indexes.
5530
+ * @param {Array} [partialsRight] The arguments to append to those provided
5531
+ * to the new function.
5532
+ * @param {Array} [holdersRight] The `partialsRight` placeholder indexes.
5533
+ * @param {Array} [argPos] The argument positions of the new function.
5534
+ * @param {number} [ary] The arity cap of `func`.
5535
+ * @param {number} [arity] The arity of `func`.
5536
+ * @returns {Function} Returns the new wrapped function.
5537
+ */
5538
+ function createHybrid$2(func, bitmask, thisArg, partials, holders, partialsRight, holdersRight, argPos, ary, arity) {
5539
+ var isAry = bitmask & WRAP_ARY_FLAG$1,
5540
+ isBind = bitmask & WRAP_BIND_FLAG$3,
5541
+ isBindKey = bitmask & WRAP_BIND_KEY_FLAG$2,
5542
+ isCurried = bitmask & (WRAP_CURRY_FLAG$3 | WRAP_CURRY_RIGHT_FLAG$1),
5543
+ isFlip = bitmask & WRAP_FLIP_FLAG,
5544
+ Ctor = isBindKey ? undefined : createCtor$2(func);
5545
+
5546
+ function wrapper() {
5547
+ var length = arguments.length,
5548
+ args = Array(length),
5549
+ index = length;
5550
+
5551
+ while (index--) {
5552
+ args[index] = arguments[index];
5553
+ }
5554
+ if (isCurried) {
5555
+ var placeholder = getHolder$1(wrapper),
5556
+ holdersCount = countHolders(args, placeholder);
5557
+ }
5558
+ if (partials) {
5559
+ args = composeArgs$1(args, partials, holders, isCurried);
5560
+ }
5561
+ if (partialsRight) {
5562
+ args = composeArgsRight$1(args, partialsRight, holdersRight, isCurried);
5563
+ }
5564
+ length -= holdersCount;
5565
+ if (isCurried && length < arity) {
5566
+ var newHolders = replaceHolders$2(args, placeholder);
5567
+ return createRecurry$1(
5568
+ func, bitmask, createHybrid$2, wrapper.placeholder, thisArg,
5569
+ args, newHolders, argPos, ary, arity - length
5570
+ );
5571
+ }
5572
+ var thisBinding = isBind ? thisArg : this,
5573
+ fn = isBindKey ? thisBinding[func] : func;
5574
+
5575
+ length = args.length;
5576
+ if (argPos) {
5577
+ args = reorder(args, argPos);
5578
+ } else if (isFlip && length > 1) {
5579
+ args.reverse();
5580
+ }
5581
+ if (isAry && ary < length) {
5582
+ args.length = ary;
5583
+ }
5584
+ if (this && this !== root$3 && this instanceof wrapper) {
5585
+ fn = Ctor || createCtor$2(fn);
5586
+ }
5587
+ return fn.apply(thisBinding, args);
5588
+ }
5589
+ return wrapper;
5590
+ }
5591
+
5592
+ var _createHybrid = createHybrid$2;
5593
+
5594
+ var apply$2 = _apply,
5595
+ createCtor$1 = _createCtor,
5596
+ createHybrid$1 = _createHybrid,
5597
+ createRecurry = _createRecurry,
5598
+ getHolder = _getHolder,
5599
+ replaceHolders$1 = _replaceHolders,
5600
+ root$2 = _root;
5601
+
5602
+ /**
5603
+ * Creates a function that wraps `func` to enable currying.
5604
+ *
5605
+ * @private
5606
+ * @param {Function} func The function to wrap.
5607
+ * @param {number} bitmask The bitmask flags. See `createWrap` for more details.
5608
+ * @param {number} arity The arity of `func`.
5609
+ * @returns {Function} Returns the new wrapped function.
5610
+ */
5611
+ function createCurry$1(func, bitmask, arity) {
5612
+ var Ctor = createCtor$1(func);
5613
+
5614
+ function wrapper() {
5615
+ var length = arguments.length,
5616
+ args = Array(length),
5617
+ index = length,
5618
+ placeholder = getHolder(wrapper);
5619
+
5620
+ while (index--) {
5621
+ args[index] = arguments[index];
5622
+ }
5623
+ var holders = (length < 3 && args[0] !== placeholder && args[length - 1] !== placeholder)
5624
+ ? []
5625
+ : replaceHolders$1(args, placeholder);
5626
+
5627
+ length -= holders.length;
5628
+ if (length < arity) {
5629
+ return createRecurry(
5630
+ func, bitmask, createHybrid$1, wrapper.placeholder, undefined,
5631
+ args, holders, undefined, undefined, arity - length);
5632
+ }
5633
+ var fn = (this && this !== root$2 && this instanceof wrapper) ? Ctor : func;
5634
+ return apply$2(fn, this, args);
5635
+ }
5636
+ return wrapper;
5637
+ }
5638
+
5639
+ var _createCurry = createCurry$1;
5640
+
5641
+ var apply$1 = _apply,
5642
+ createCtor = _createCtor,
5643
+ root$1 = _root;
5644
+
5645
+ /** Used to compose bitmasks for function metadata. */
5646
+ var WRAP_BIND_FLAG$2 = 1;
5647
+
5648
+ /**
5649
+ * Creates a function that wraps `func` to invoke it with the `this` binding
5650
+ * of `thisArg` and `partials` prepended to the arguments it receives.
5651
+ *
5652
+ * @private
5653
+ * @param {Function} func The function to wrap.
5654
+ * @param {number} bitmask The bitmask flags. See `createWrap` for more details.
5655
+ * @param {*} thisArg The `this` binding of `func`.
5656
+ * @param {Array} partials The arguments to prepend to those provided to
5657
+ * the new function.
5658
+ * @returns {Function} Returns the new wrapped function.
5659
+ */
5660
+ function createPartial$1(func, bitmask, thisArg, partials) {
5661
+ var isBind = bitmask & WRAP_BIND_FLAG$2,
5662
+ Ctor = createCtor(func);
5663
+
5664
+ function wrapper() {
5665
+ var argsIndex = -1,
5666
+ argsLength = arguments.length,
5667
+ leftIndex = -1,
5668
+ leftLength = partials.length,
5669
+ args = Array(leftLength + argsLength),
5670
+ fn = (this && this !== root$1 && this instanceof wrapper) ? Ctor : func;
5671
+
5672
+ while (++leftIndex < leftLength) {
5673
+ args[leftIndex] = partials[leftIndex];
5674
+ }
5675
+ while (argsLength--) {
5676
+ args[leftIndex++] = arguments[++argsIndex];
5677
+ }
5678
+ return apply$1(fn, isBind ? thisArg : this, args);
5679
+ }
5680
+ return wrapper;
5681
+ }
5682
+
5683
+ var _createPartial = createPartial$1;
5684
+
5685
+ var composeArgs = _composeArgs,
5686
+ composeArgsRight = _composeArgsRight,
5687
+ replaceHolders = _replaceHolders;
5688
+
5689
+ /** Used as the internal argument placeholder. */
5690
+ var PLACEHOLDER = '__lodash_placeholder__';
5691
+
5692
+ /** Used to compose bitmasks for function metadata. */
5693
+ var WRAP_BIND_FLAG$1 = 1,
5694
+ WRAP_BIND_KEY_FLAG$1 = 2,
5695
+ WRAP_CURRY_BOUND_FLAG = 4,
5696
+ WRAP_CURRY_FLAG$2 = 8,
5697
+ WRAP_ARY_FLAG = 128,
5698
+ WRAP_REARG_FLAG = 256;
5699
+
5700
+ /* Built-in method references for those with the same name as other `lodash` methods. */
5701
+ var nativeMin$1 = Math.min;
5702
+
5703
+ /**
5704
+ * Merges the function metadata of `source` into `data`.
5705
+ *
5706
+ * Merging metadata reduces the number of wrappers used to invoke a function.
5707
+ * This is possible because methods like `_.bind`, `_.curry`, and `_.partial`
5708
+ * may be applied regardless of execution order. Methods like `_.ary` and
5709
+ * `_.rearg` modify function arguments, making the order in which they are
5710
+ * executed important, preventing the merging of metadata. However, we make
5711
+ * an exception for a safe combined case where curried functions have `_.ary`
5712
+ * and or `_.rearg` applied.
5713
+ *
5714
+ * @private
5715
+ * @param {Array} data The destination metadata.
5716
+ * @param {Array} source The source metadata.
5717
+ * @returns {Array} Returns `data`.
5718
+ */
5719
+ function mergeData$1(data, source) {
5720
+ var bitmask = data[1],
5721
+ srcBitmask = source[1],
5722
+ newBitmask = bitmask | srcBitmask,
5723
+ isCommon = newBitmask < (WRAP_BIND_FLAG$1 | WRAP_BIND_KEY_FLAG$1 | WRAP_ARY_FLAG);
5724
+
5725
+ var isCombo =
5726
+ ((srcBitmask == WRAP_ARY_FLAG) && (bitmask == WRAP_CURRY_FLAG$2)) ||
5727
+ ((srcBitmask == WRAP_ARY_FLAG) && (bitmask == WRAP_REARG_FLAG) && (data[7].length <= source[8])) ||
5728
+ ((srcBitmask == (WRAP_ARY_FLAG | WRAP_REARG_FLAG)) && (source[7].length <= source[8]) && (bitmask == WRAP_CURRY_FLAG$2));
5729
+
5730
+ // Exit early if metadata can't be merged.
5731
+ if (!(isCommon || isCombo)) {
5732
+ return data;
5733
+ }
5734
+ // Use source `thisArg` if available.
5735
+ if (srcBitmask & WRAP_BIND_FLAG$1) {
5736
+ data[2] = source[2];
5737
+ // Set when currying a bound function.
5738
+ newBitmask |= bitmask & WRAP_BIND_FLAG$1 ? 0 : WRAP_CURRY_BOUND_FLAG;
5739
+ }
5740
+ // Compose partial arguments.
5741
+ var value = source[3];
5742
+ if (value) {
5743
+ var partials = data[3];
5744
+ data[3] = partials ? composeArgs(partials, value, source[4]) : value;
5745
+ data[4] = partials ? replaceHolders(data[3], PLACEHOLDER) : source[4];
5746
+ }
5747
+ // Compose partial right arguments.
5748
+ value = source[5];
5749
+ if (value) {
5750
+ partials = data[5];
5751
+ data[5] = partials ? composeArgsRight(partials, value, source[6]) : value;
5752
+ data[6] = partials ? replaceHolders(data[5], PLACEHOLDER) : source[6];
5753
+ }
5754
+ // Use source `argPos` if available.
5755
+ value = source[7];
5756
+ if (value) {
5757
+ data[7] = value;
5758
+ }
5759
+ // Use source `ary` if it's smaller.
5760
+ if (srcBitmask & WRAP_ARY_FLAG) {
5761
+ data[8] = data[8] == null ? source[8] : nativeMin$1(data[8], source[8]);
5762
+ }
5763
+ // Use source `arity` if one is not provided.
5764
+ if (data[9] == null) {
5765
+ data[9] = source[9];
5766
+ }
5767
+ // Use source `func` and merge bitmasks.
5768
+ data[0] = source[0];
5769
+ data[1] = newBitmask;
5770
+
5771
+ return data;
5772
+ }
5773
+
5774
+ var _mergeData = mergeData$1;
5775
+
5776
+ /** Used to match a single whitespace character. */
5777
+
5778
+ var reWhitespace = /\s/;
5779
+
5780
+ /**
5781
+ * Used by `_.trim` and `_.trimEnd` to get the index of the last non-whitespace
5782
+ * character of `string`.
5783
+ *
5784
+ * @private
5785
+ * @param {string} string The string to inspect.
5786
+ * @returns {number} Returns the index of the last non-whitespace character.
5787
+ */
5788
+ function trimmedEndIndex$1(string) {
5789
+ var index = string.length;
5790
+
5791
+ while (index-- && reWhitespace.test(string.charAt(index))) {}
5792
+ return index;
5793
+ }
5794
+
5795
+ var _trimmedEndIndex = trimmedEndIndex$1;
5796
+
5797
+ var trimmedEndIndex = _trimmedEndIndex;
5798
+
5799
+ /** Used to match leading whitespace. */
5800
+ var reTrimStart = /^\s+/;
5801
+
5802
+ /**
5803
+ * The base implementation of `_.trim`.
5804
+ *
5805
+ * @private
5806
+ * @param {string} string The string to trim.
5807
+ * @returns {string} Returns the trimmed string.
5808
+ */
5809
+ function baseTrim$1(string) {
5810
+ return string
5811
+ ? string.slice(0, trimmedEndIndex(string) + 1).replace(reTrimStart, '')
5812
+ : string;
5813
+ }
5814
+
5815
+ var _baseTrim = baseTrim$1;
5816
+
5817
+ var baseTrim = _baseTrim,
5818
+ isObject$5 = isObject_1,
5819
+ isSymbol = isSymbol_1;
5820
+
5821
+ /** Used as references for various `Number` constants. */
5822
+ var NAN = 0 / 0;
5823
+
5824
+ /** Used to detect bad signed hexadecimal string values. */
5825
+ var reIsBadHex = /^[-+]0x[0-9a-f]+$/i;
5826
+
5827
+ /** Used to detect binary string values. */
5828
+ var reIsBinary = /^0b[01]+$/i;
5829
+
5830
+ /** Used to detect octal string values. */
5831
+ var reIsOctal = /^0o[0-7]+$/i;
5832
+
5833
+ /** Built-in method references without a dependency on `root`. */
5834
+ var freeParseInt = parseInt;
5835
+
5836
+ /**
5837
+ * Converts `value` to a number.
5838
+ *
5839
+ * @static
5840
+ * @memberOf _
5841
+ * @since 4.0.0
5842
+ * @category Lang
5843
+ * @param {*} value The value to process.
5844
+ * @returns {number} Returns the number.
5845
+ * @example
5846
+ *
5847
+ * _.toNumber(3.2);
5848
+ * // => 3.2
5849
+ *
5850
+ * _.toNumber(Number.MIN_VALUE);
5851
+ * // => 5e-324
5852
+ *
5853
+ * _.toNumber(Infinity);
5854
+ * // => Infinity
5855
+ *
5856
+ * _.toNumber('3.2');
5857
+ * // => 3.2
5858
+ */
5859
+ function toNumber$2(value) {
5860
+ if (typeof value == 'number') {
5861
+ return value;
5862
+ }
5863
+ if (isSymbol(value)) {
5864
+ return NAN;
5865
+ }
5866
+ if (isObject$5(value)) {
5867
+ var other = typeof value.valueOf == 'function' ? value.valueOf() : value;
5868
+ value = isObject$5(other) ? (other + '') : other;
5869
+ }
5870
+ if (typeof value != 'string') {
5871
+ return value === 0 ? value : +value;
5872
+ }
5873
+ value = baseTrim(value);
5874
+ var isBinary = reIsBinary.test(value);
5875
+ return (isBinary || reIsOctal.test(value))
5876
+ ? freeParseInt(value.slice(2), isBinary ? 2 : 8)
5877
+ : (reIsBadHex.test(value) ? NAN : +value);
5878
+ }
5879
+
5880
+ var toNumber_1 = toNumber$2;
5881
+
5882
+ var toNumber$1 = toNumber_1;
5883
+
5884
+ /** Used as references for various `Number` constants. */
5885
+ var INFINITY$1 = 1 / 0,
5886
+ MAX_INTEGER = 1.7976931348623157e+308;
5887
+
5888
+ /**
5889
+ * Converts `value` to a finite number.
5890
+ *
5891
+ * @static
5892
+ * @memberOf _
5893
+ * @since 4.12.0
5894
+ * @category Lang
5895
+ * @param {*} value The value to convert.
5896
+ * @returns {number} Returns the converted number.
5897
+ * @example
5898
+ *
5899
+ * _.toFinite(3.2);
5900
+ * // => 3.2
5901
+ *
5902
+ * _.toFinite(Number.MIN_VALUE);
5903
+ * // => 5e-324
5904
+ *
5905
+ * _.toFinite(Infinity);
5906
+ * // => 1.7976931348623157e+308
5907
+ *
5908
+ * _.toFinite('3.2');
5909
+ * // => 3.2
5910
+ */
5911
+ function toFinite$1(value) {
5912
+ if (!value) {
5913
+ return value === 0 ? value : 0;
5914
+ }
5915
+ value = toNumber$1(value);
5916
+ if (value === INFINITY$1 || value === -INFINITY$1) {
5917
+ var sign = (value < 0 ? -1 : 1);
5918
+ return sign * MAX_INTEGER;
5919
+ }
5920
+ return value === value ? value : 0;
5921
+ }
5922
+
5923
+ var toFinite_1 = toFinite$1;
5924
+
5925
+ var toFinite = toFinite_1;
5926
+
5927
+ /**
5928
+ * Converts `value` to an integer.
5929
+ *
5930
+ * **Note:** This method is loosely based on
5931
+ * [`ToInteger`](http://www.ecma-international.org/ecma-262/7.0/#sec-tointeger).
5932
+ *
5933
+ * @static
5934
+ * @memberOf _
5935
+ * @since 4.0.0
5936
+ * @category Lang
5937
+ * @param {*} value The value to convert.
5938
+ * @returns {number} Returns the converted integer.
5939
+ * @example
5940
+ *
5941
+ * _.toInteger(3.2);
5942
+ * // => 3
5943
+ *
5944
+ * _.toInteger(Number.MIN_VALUE);
5945
+ * // => 0
5946
+ *
5947
+ * _.toInteger(Infinity);
5948
+ * // => 1.7976931348623157e+308
5949
+ *
5950
+ * _.toInteger('3.2');
5951
+ * // => 3
5952
+ */
5953
+ function toInteger$1(value) {
5954
+ var result = toFinite(value),
5955
+ remainder = result % 1;
5956
+
5957
+ return result === result ? (remainder ? result - remainder : result) : 0;
5958
+ }
5959
+
5960
+ var toInteger_1 = toInteger$1;
5961
+
5962
+ var baseSetData = _baseSetData,
5963
+ createBind = _createBind,
5964
+ createCurry = _createCurry,
5965
+ createHybrid = _createHybrid,
5966
+ createPartial = _createPartial,
5967
+ getData = _getData,
5968
+ mergeData = _mergeData,
5969
+ setData = _setData,
5970
+ setWrapToString = _setWrapToString,
5971
+ toInteger = toInteger_1;
5972
+
5973
+ /** Error message constants. */
5974
+ var FUNC_ERROR_TEXT$2 = 'Expected a function';
5975
+
5976
+ /** Used to compose bitmasks for function metadata. */
5977
+ var WRAP_BIND_FLAG = 1,
5978
+ WRAP_BIND_KEY_FLAG = 2,
5979
+ WRAP_CURRY_FLAG$1 = 8,
5980
+ WRAP_CURRY_RIGHT_FLAG = 16,
5981
+ WRAP_PARTIAL_FLAG = 32,
5982
+ WRAP_PARTIAL_RIGHT_FLAG = 64;
5983
+
5984
+ /* Built-in method references for those with the same name as other `lodash` methods. */
5985
+ var nativeMax$2 = Math.max;
5986
+
5987
+ /**
5988
+ * Creates a function that either curries or invokes `func` with optional
5989
+ * `this` binding and partially applied arguments.
5990
+ *
5991
+ * @private
5992
+ * @param {Function|string} func The function or method name to wrap.
5993
+ * @param {number} bitmask The bitmask flags.
5994
+ * 1 - `_.bind`
5995
+ * 2 - `_.bindKey`
5996
+ * 4 - `_.curry` or `_.curryRight` of a bound function
5997
+ * 8 - `_.curry`
5998
+ * 16 - `_.curryRight`
5999
+ * 32 - `_.partial`
6000
+ * 64 - `_.partialRight`
6001
+ * 128 - `_.rearg`
6002
+ * 256 - `_.ary`
6003
+ * 512 - `_.flip`
6004
+ * @param {*} [thisArg] The `this` binding of `func`.
6005
+ * @param {Array} [partials] The arguments to be partially applied.
6006
+ * @param {Array} [holders] The `partials` placeholder indexes.
6007
+ * @param {Array} [argPos] The argument positions of the new function.
6008
+ * @param {number} [ary] The arity cap of `func`.
6009
+ * @param {number} [arity] The arity of `func`.
6010
+ * @returns {Function} Returns the new wrapped function.
6011
+ */
6012
+ function createWrap$1(func, bitmask, thisArg, partials, holders, argPos, ary, arity) {
6013
+ var isBindKey = bitmask & WRAP_BIND_KEY_FLAG;
6014
+ if (!isBindKey && typeof func != 'function') {
6015
+ throw new TypeError(FUNC_ERROR_TEXT$2);
6016
+ }
6017
+ var length = partials ? partials.length : 0;
6018
+ if (!length) {
6019
+ bitmask &= ~(WRAP_PARTIAL_FLAG | WRAP_PARTIAL_RIGHT_FLAG);
6020
+ partials = holders = undefined;
6021
+ }
6022
+ ary = ary === undefined ? ary : nativeMax$2(toInteger(ary), 0);
6023
+ arity = arity === undefined ? arity : toInteger(arity);
6024
+ length -= holders ? holders.length : 0;
6025
+
6026
+ if (bitmask & WRAP_PARTIAL_RIGHT_FLAG) {
6027
+ var partialsRight = partials,
6028
+ holdersRight = holders;
6029
+
6030
+ partials = holders = undefined;
4091
6031
  }
4092
- let $el = null;
4093
- const showTeleport = () => {
4094
- isTeleportVisible.value = true;
4095
- if ($el !== null)
4096
- return;
4097
- $el = createGlobalNode();
4098
- };
4099
- const hideTeleport = () => {
4100
- isTeleportVisible.value = false;
4101
- if ($el !== null) {
4102
- removeGlobalNode($el);
4103
- $el = null;
4104
- }
4105
- };
4106
- const renderTeleport = () => {
4107
- return appendToBody.value !== true ? contentRenderer() : isTeleportVisible.value ? [vue.h(vue.Teleport, { to: $el }, contentRenderer())] : void 0;
4108
- };
4109
- vue.onUnmounted(hideTeleport);
4110
- return {
4111
- isTeleportVisible,
4112
- showTeleport,
4113
- hideTeleport,
4114
- renderTeleport
4115
- };
4116
- };
6032
+ var data = isBindKey ? undefined : getData(func);
4117
6033
 
4118
- const useThrottleRender = (loading, throttle = 0) => {
4119
- if (throttle === 0)
4120
- return loading;
4121
- const throttled = vue.ref(false);
4122
- let timeoutHandle = 0;
4123
- const dispatchThrottling = () => {
4124
- if (timeoutHandle) {
4125
- clearTimeout(timeoutHandle);
4126
- }
4127
- timeoutHandle = window.setTimeout(() => {
4128
- throttled.value = loading.value;
4129
- }, throttle);
4130
- };
4131
- vue.onMounted(dispatchThrottling);
4132
- vue.watch(() => loading.value, (val) => {
4133
- if (val) {
4134
- dispatchThrottling();
4135
- } else {
4136
- throttled.value = val;
4137
- }
4138
- });
4139
- return throttled;
4140
- };
6034
+ var newData = [
6035
+ func, bitmask, thisArg, partials, holders, partialsRight, holdersRight,
6036
+ argPos, ary, arity
6037
+ ];
4141
6038
 
4142
- function useTimeout() {
4143
- let timeoutHandle;
4144
- const registerTimeout = (fn, delay) => {
4145
- cancelTimeout();
4146
- timeoutHandle = window.setTimeout(fn, delay);
4147
- };
4148
- const cancelTimeout = () => window.clearTimeout(timeoutHandle);
4149
- tryOnScopeDispose(() => cancelTimeout());
4150
- return {
4151
- registerTimeout,
4152
- cancelTimeout
4153
- };
6039
+ if (data) {
6040
+ mergeData(newData, data);
6041
+ }
6042
+ func = newData[0];
6043
+ bitmask = newData[1];
6044
+ thisArg = newData[2];
6045
+ partials = newData[3];
6046
+ holders = newData[4];
6047
+ arity = newData[9] = newData[9] === undefined
6048
+ ? (isBindKey ? 0 : func.length)
6049
+ : nativeMax$2(newData[9] - length, 0);
6050
+
6051
+ if (!arity && bitmask & (WRAP_CURRY_FLAG$1 | WRAP_CURRY_RIGHT_FLAG)) {
6052
+ bitmask &= ~(WRAP_CURRY_FLAG$1 | WRAP_CURRY_RIGHT_FLAG);
6053
+ }
6054
+ if (!bitmask || bitmask == WRAP_BIND_FLAG) {
6055
+ var result = createBind(func, bitmask, thisArg);
6056
+ } else if (bitmask == WRAP_CURRY_FLAG$1 || bitmask == WRAP_CURRY_RIGHT_FLAG) {
6057
+ result = createCurry(func, bitmask, arity);
6058
+ } else if ((bitmask == WRAP_PARTIAL_FLAG || bitmask == (WRAP_BIND_FLAG | WRAP_PARTIAL_FLAG)) && !holders.length) {
6059
+ result = createPartial(func, bitmask, thisArg, partials);
6060
+ } else {
6061
+ result = createHybrid.apply(undefined, newData);
6062
+ }
6063
+ var setter = data ? baseSetData : setData;
6064
+ return setWrapToString(setter(result, newData), func, bitmask);
4154
6065
  }
4155
6066
 
4156
- const AFTER_APPEAR = "after-appear";
4157
- const AFTER_ENTER = "after-enter";
4158
- const AFTER_LEAVE = "after-leave";
4159
- const APPEAR = "appear";
4160
- const APPEAR_CANCELLED = "appear-cancelled";
4161
- const BEFORE_ENTER = "before-enter";
4162
- const BEFORE_LEAVE = "before-leave";
4163
- const ENTER = "enter";
4164
- const ENTER_CANCELLED = "enter-cancelled";
4165
- const LEAVE = "leave";
4166
- const LEAVE_CANCELLED = "leave-cancelled";
4167
- const useTransitionFallthroughEmits = [
4168
- AFTER_APPEAR,
4169
- AFTER_ENTER,
4170
- AFTER_LEAVE,
4171
- APPEAR,
4172
- APPEAR_CANCELLED,
4173
- BEFORE_ENTER,
4174
- BEFORE_LEAVE,
4175
- ENTER,
4176
- ENTER_CANCELLED,
4177
- LEAVE,
4178
- LEAVE_CANCELLED
4179
- ];
4180
- const useTransitionFallthrough = () => {
4181
- const { emit } = vue.getCurrentInstance();
4182
- return {
4183
- onAfterAppear: () => {
4184
- emit(AFTER_APPEAR);
4185
- },
4186
- onAfterEnter: () => {
4187
- emit(AFTER_ENTER);
4188
- },
4189
- onAfterLeave: () => {
4190
- emit(AFTER_LEAVE);
4191
- },
4192
- onAppearCancelled: () => {
4193
- emit(APPEAR_CANCELLED);
4194
- },
4195
- onBeforeEnter: () => {
4196
- emit(BEFORE_ENTER);
4197
- },
4198
- onBeforeLeave: () => {
4199
- emit(BEFORE_LEAVE);
4200
- },
4201
- onEnter: () => {
4202
- emit(ENTER);
4203
- },
4204
- onEnterCancelled: () => {
4205
- emit(ENTER_CANCELLED);
4206
- },
4207
- onLeave: () => {
4208
- emit(LEAVE);
4209
- },
4210
- onLeaveCancelled: () => {
4211
- emit(LEAVE_CANCELLED);
4212
- }
4213
- };
4214
- };
6067
+ var _createWrap = createWrap$1;
4215
6068
 
4216
- const defaultIdInjection = {
4217
- prefix: Math.floor(Math.random() * 1e4),
4218
- current: 0
4219
- };
4220
- const ID_INJECTION_KEY = Symbol("elIdInjection");
4221
- const useId = (deterministicId) => {
4222
- const idInjection = vue.inject(ID_INJECTION_KEY, defaultIdInjection);
4223
- const idRef = vue.computed(() => vue.unref(deterministicId) || `el-id-${idInjection.prefix}-${idInjection.current++}`);
4224
- return idRef;
4225
- };
6069
+ var createWrap = _createWrap;
4226
6070
 
4227
- const useEscapeKeydown = (handler) => {
4228
- const cachedHandler = (e) => {
4229
- const event = e;
4230
- if (event.key === EVENT_CODE.esc) {
4231
- handler == null ? void 0 : handler(event);
4232
- }
4233
- };
4234
- vue.onMounted(() => {
4235
- on(document, "keydown", cachedHandler);
4236
- });
4237
- vue.onBeforeUnmount(() => {
4238
- off(document, "keydown", cachedHandler);
4239
- });
4240
- };
6071
+ /** Used to compose bitmasks for function metadata. */
6072
+ var WRAP_CURRY_FLAG = 8;
4241
6073
 
4242
- let cachedContainer;
4243
- const POPPER_CONTAINER_ID = `el-popper-container-${generateId()}`;
4244
- const POPPER_CONTAINER_SELECTOR = `#${POPPER_CONTAINER_ID}`;
4245
- const usePopperContainer = () => {
4246
- vue.onBeforeMount(() => {
4247
- if (!isClient)
4248
- return;
4249
- if (!cachedContainer) {
4250
- const container = document.createElement("div");
4251
- container.id = POPPER_CONTAINER_ID;
4252
- document.body.appendChild(container);
4253
- cachedContainer = container;
4254
- }
4255
- });
4256
- };
6074
+ /**
6075
+ * Creates a function that accepts arguments of `func` and either invokes
6076
+ * `func` returning its result, if at least `arity` number of arguments have
6077
+ * been provided, or returns a function that accepts the remaining `func`
6078
+ * arguments, and so on. The arity of `func` may be specified if `func.length`
6079
+ * is not sufficient.
6080
+ *
6081
+ * The `_.curry.placeholder` value, which defaults to `_` in monolithic builds,
6082
+ * may be used as a placeholder for provided arguments.
6083
+ *
6084
+ * **Note:** This method doesn't set the "length" property of curried functions.
6085
+ *
6086
+ * @static
6087
+ * @memberOf _
6088
+ * @since 2.0.0
6089
+ * @category Function
6090
+ * @param {Function} func The function to curry.
6091
+ * @param {number} [arity=func.length] The arity of `func`.
6092
+ * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`.
6093
+ * @returns {Function} Returns the new curried function.
6094
+ * @example
6095
+ *
6096
+ * var abc = function(a, b, c) {
6097
+ * return [a, b, c];
6098
+ * };
6099
+ *
6100
+ * var curried = _.curry(abc);
6101
+ *
6102
+ * curried(1)(2)(3);
6103
+ * // => [1, 2, 3]
6104
+ *
6105
+ * curried(1, 2)(3);
6106
+ * // => [1, 2, 3]
6107
+ *
6108
+ * curried(1, 2, 3);
6109
+ * // => [1, 2, 3]
6110
+ *
6111
+ * // Curried with placeholders.
6112
+ * curried(1)(_, 3)(2);
6113
+ * // => [1, 2, 3]
6114
+ */
6115
+ function curry(func, arity, guard) {
6116
+ arity = guard ? undefined : arity;
6117
+ var result = createWrap(func, WRAP_CURRY_FLAG, undefined, undefined, undefined, undefined, undefined, arity);
6118
+ result.placeholder = curry.placeholder;
6119
+ return result;
6120
+ }
4257
6121
 
4258
- const useDelayedRender = ({
4259
- indicator,
4260
- intermediateIndicator,
4261
- shouldSetIntermediate = () => true,
4262
- beforeShow,
4263
- afterShow,
4264
- afterHide,
4265
- beforeHide
4266
- }) => {
4267
- vue.watch(() => vue.unref(indicator), (val) => {
4268
- if (val) {
4269
- beforeShow == null ? void 0 : beforeShow();
4270
- vue.nextTick(() => {
4271
- if (!vue.unref(indicator))
4272
- return;
4273
- if (shouldSetIntermediate("show")) {
4274
- intermediateIndicator.value = true;
4275
- }
4276
- });
4277
- } else {
4278
- beforeHide == null ? void 0 : beforeHide();
4279
- vue.nextTick(() => {
4280
- if (vue.unref(indicator))
4281
- return;
4282
- if (shouldSetIntermediate("hide")) {
4283
- intermediateIndicator.value = false;
4284
- }
4285
- });
4286
- }
4287
- });
4288
- vue.watch(() => intermediateIndicator.value, (val) => {
4289
- if (val) {
4290
- afterShow == null ? void 0 : afterShow();
4291
- } else {
4292
- afterHide == null ? void 0 : afterHide();
4293
- }
4294
- });
4295
- };
6122
+ // Assign default placeholders.
6123
+ curry.placeholder = {};
4296
6124
 
4297
- const useDelayedToggleProps = buildProps({
4298
- showAfter: {
4299
- type: Number,
4300
- default: 0
4301
- },
4302
- hideAfter: {
4303
- type: Number,
4304
- default: 200
6125
+ var curry_1 = curry;
6126
+
6127
+ const curryBem = curry_1((namespace, block, blockSuffix, element, modifier) => {
6128
+ let cls = `${namespace}-${block}`;
6129
+ if (blockSuffix) {
6130
+ cls += `-${blockSuffix}`;
4305
6131
  }
6132
+ if (element) {
6133
+ cls += `__${element}`;
6134
+ }
6135
+ if (modifier) {
6136
+ cls += `--${modifier}`;
6137
+ }
6138
+ return cls;
4306
6139
  });
4307
- const useDelayedToggle = ({
4308
- showAfter,
4309
- hideAfter,
4310
- open,
4311
- close
4312
- }) => {
4313
- const { registerTimeout } = useTimeout();
4314
- const onOpen = () => {
4315
- registerTimeout(() => {
4316
- open();
4317
- }, vue.unref(showAfter));
4318
- };
4319
- const onClose = () => {
4320
- registerTimeout(() => {
4321
- close();
4322
- }, vue.unref(hideAfter));
4323
- };
4324
- return {
4325
- onOpen,
4326
- onClose
4327
- };
4328
- };
4329
-
4330
- const FORWARD_REF_INJECTION_KEY = Symbol("elForwardRef");
4331
- const useForwardRef = (forwardRef) => {
4332
- const setForwardRef = (el) => {
4333
- forwardRef.value = el;
4334
- };
4335
- vue.provide(FORWARD_REF_INJECTION_KEY, {
4336
- setForwardRef
4337
- });
4338
- };
4339
- const useForwardRefDirective = (setForwardRef) => {
6140
+ const useNamespace = (block) => {
6141
+ const namespace = vue.computed(() => useGlobalConfig("namespace").value || "el");
6142
+ const b = (blockSuffix = "") => curryBem(vue.unref(namespace), block, blockSuffix, "", "");
6143
+ const e = (element) => element ? curryBem(vue.unref(namespace), block, "", element, "") : "";
6144
+ const m = (modifier) => modifier ? curryBem(vue.unref(namespace), block, "", "")(modifier) : "";
6145
+ const be = (blockSuffix, element) => blockSuffix && element ? curryBem(vue.unref(namespace), block, blockSuffix, element, "") : "";
6146
+ const em = (element, modifier) => element && modifier ? curryBem(vue.unref(namespace), block, "")(element, modifier) : "";
6147
+ const bem = (blockSuffix, element, modifier) => blockSuffix && element && modifier ? curryBem(vue.unref(namespace), block)(blockSuffix, element, modifier) : "";
4340
6148
  return {
4341
- mounted(el) {
4342
- setForwardRef(el);
4343
- },
4344
- updated(el) {
4345
- setForwardRef(el);
4346
- },
4347
- unmounted() {
4348
- setForwardRef(null);
4349
- }
6149
+ namespace,
6150
+ b,
6151
+ e,
6152
+ m,
6153
+ be,
6154
+ em,
6155
+ bem
4350
6156
  };
4351
6157
  };
4352
6158
 
@@ -4510,7 +6316,7 @@
4510
6316
  });
4511
6317
  }
4512
6318
 
4513
- const version$1 = "0.0.20220112";
6319
+ const version$1 = "0.0.20220116";
4514
6320
 
4515
6321
  const INSTALLED_KEY = Symbol("INSTALLED_KEY");
4516
6322
  const makeInstaller = (components = []) => {
@@ -4756,7 +6562,7 @@
4756
6562
  const _sfc_main$B = vue.defineComponent({
4757
6563
  name: "ArrowDown"
4758
6564
  });
4759
- const _hoisted_1$1$ = {
6565
+ const _hoisted_1$1_ = {
4760
6566
  class: "icon",
4761
6567
  width: "200",
4762
6568
  height: "200",
@@ -4771,14 +6577,14 @@
4771
6577
  _hoisted_2$1C
4772
6578
  ];
4773
6579
  function _sfc_render$B(_ctx, _cache, $props, $setup, $data, $options) {
4774
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$1$, _hoisted_3$1n);
6580
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$1_, _hoisted_3$1n);
4775
6581
  }
4776
6582
  var arrowDown = /* @__PURE__ */ _export_sfc(_sfc_main$B, [["render", _sfc_render$B]]);
4777
6583
 
4778
6584
  const _sfc_main$A = vue.defineComponent({
4779
6585
  name: "ArrowLeft"
4780
6586
  });
4781
- const _hoisted_1$1_ = {
6587
+ const _hoisted_1$1Z = {
4782
6588
  class: "icon",
4783
6589
  width: "200",
4784
6590
  height: "200",
@@ -4793,14 +6599,14 @@
4793
6599
  _hoisted_2$1B
4794
6600
  ];
4795
6601
  function _sfc_render$A(_ctx, _cache, $props, $setup, $data, $options) {
4796
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$1_, _hoisted_3$1m);
6602
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$1Z, _hoisted_3$1m);
4797
6603
  }
4798
6604
  var arrowLeft = /* @__PURE__ */ _export_sfc(_sfc_main$A, [["render", _sfc_render$A]]);
4799
6605
 
4800
6606
  const _sfc_main$z = vue.defineComponent({
4801
6607
  name: "ArrowRight"
4802
6608
  });
4803
- const _hoisted_1$1Z = {
6609
+ const _hoisted_1$1Y = {
4804
6610
  class: "icon",
4805
6611
  width: "200",
4806
6612
  height: "200",
@@ -4815,14 +6621,14 @@
4815
6621
  _hoisted_2$1A
4816
6622
  ];
4817
6623
  function _sfc_render$z(_ctx, _cache, $props, $setup, $data, $options) {
4818
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$1Z, _hoisted_3$1l);
6624
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$1Y, _hoisted_3$1l);
4819
6625
  }
4820
6626
  var arrowRight = /* @__PURE__ */ _export_sfc(_sfc_main$z, [["render", _sfc_render$z]]);
4821
6627
 
4822
6628
  const _sfc_main$y = vue.defineComponent({
4823
6629
  name: "ArrowUp"
4824
6630
  });
4825
- const _hoisted_1$1Y = {
6631
+ const _hoisted_1$1X = {
4826
6632
  class: "icon",
4827
6633
  width: "200",
4828
6634
  height: "200",
@@ -4837,14 +6643,14 @@
4837
6643
  _hoisted_2$1z
4838
6644
  ];
4839
6645
  function _sfc_render$y(_ctx, _cache, $props, $setup, $data, $options) {
4840
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$1Y, _hoisted_3$1k);
6646
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$1X, _hoisted_3$1k);
4841
6647
  }
4842
6648
  var arrowUp = /* @__PURE__ */ _export_sfc(_sfc_main$y, [["render", _sfc_render$y]]);
4843
6649
 
4844
6650
  const _sfc_main$x = vue.defineComponent({
4845
6651
  name: "Back"
4846
6652
  });
4847
- const _hoisted_1$1X = {
6653
+ const _hoisted_1$1W = {
4848
6654
  class: "icon",
4849
6655
  width: "200",
4850
6656
  height: "200",
@@ -4864,14 +6670,14 @@
4864
6670
  _hoisted_3$1j
4865
6671
  ];
4866
6672
  function _sfc_render$x(_ctx, _cache, $props, $setup, $data, $options) {
4867
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$1X, _hoisted_4$A);
6673
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$1W, _hoisted_4$A);
4868
6674
  }
4869
6675
  var back = /* @__PURE__ */ _export_sfc(_sfc_main$x, [["render", _sfc_render$x]]);
4870
6676
 
4871
6677
  const _sfc_main$w = vue.defineComponent({
4872
6678
  name: "Calendar"
4873
6679
  });
4874
- const _hoisted_1$1W = {
6680
+ const _hoisted_1$1V = {
4875
6681
  class: "icon",
4876
6682
  width: "200",
4877
6683
  height: "200",
@@ -4886,14 +6692,14 @@
4886
6692
  _hoisted_2$1x
4887
6693
  ];
4888
6694
  function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
4889
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$1W, _hoisted_3$1i);
6695
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$1V, _hoisted_3$1i);
4890
6696
  }
4891
6697
  var calendar = /* @__PURE__ */ _export_sfc(_sfc_main$w, [["render", _sfc_render$w]]);
4892
6698
 
4893
6699
  const _sfc_main$v = vue.defineComponent({
4894
6700
  name: "CaretRight"
4895
6701
  });
4896
- const _hoisted_1$1V = {
6702
+ const _hoisted_1$1U = {
4897
6703
  class: "icon",
4898
6704
  width: "200",
4899
6705
  height: "200",
@@ -4908,14 +6714,14 @@
4908
6714
  _hoisted_2$1w
4909
6715
  ];
4910
6716
  function _sfc_render$v(_ctx, _cache, $props, $setup, $data, $options) {
4911
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$1V, _hoisted_3$1h);
6717
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$1U, _hoisted_3$1h);
4912
6718
  }
4913
6719
  var caretRight = /* @__PURE__ */ _export_sfc(_sfc_main$v, [["render", _sfc_render$v]]);
4914
6720
 
4915
6721
  const _sfc_main$u = vue.defineComponent({
4916
6722
  name: "CaretTop"
4917
6723
  });
4918
- const _hoisted_1$1U = {
6724
+ const _hoisted_1$1T = {
4919
6725
  class: "icon",
4920
6726
  width: "200",
4921
6727
  height: "200",
@@ -4930,14 +6736,14 @@
4930
6736
  _hoisted_2$1v
4931
6737
  ];
4932
6738
  function _sfc_render$u(_ctx, _cache, $props, $setup, $data, $options) {
4933
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$1U, _hoisted_3$1g);
6739
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$1T, _hoisted_3$1g);
4934
6740
  }
4935
6741
  var caretTop = /* @__PURE__ */ _export_sfc(_sfc_main$u, [["render", _sfc_render$u]]);
4936
6742
 
4937
6743
  const _sfc_main$t = vue.defineComponent({
4938
6744
  name: "Check"
4939
6745
  });
4940
- const _hoisted_1$1T = {
6746
+ const _hoisted_1$1S = {
4941
6747
  class: "icon",
4942
6748
  width: "200",
4943
6749
  height: "200",
@@ -4952,14 +6758,14 @@
4952
6758
  _hoisted_2$1u
4953
6759
  ];
4954
6760
  function _sfc_render$t(_ctx, _cache, $props, $setup, $data, $options) {
4955
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$1T, _hoisted_3$1f);
6761
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$1S, _hoisted_3$1f);
4956
6762
  }
4957
6763
  var check = /* @__PURE__ */ _export_sfc(_sfc_main$t, [["render", _sfc_render$t]]);
4958
6764
 
4959
6765
  const _sfc_main$s = vue.defineComponent({
4960
6766
  name: "CircleCheckFilled"
4961
6767
  });
4962
- const _hoisted_1$1S = {
6768
+ const _hoisted_1$1R = {
4963
6769
  class: "icon",
4964
6770
  width: "200",
4965
6771
  height: "200",
@@ -4974,14 +6780,14 @@
4974
6780
  _hoisted_2$1t
4975
6781
  ];
4976
6782
  function _sfc_render$s(_ctx, _cache, $props, $setup, $data, $options) {
4977
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$1S, _hoisted_3$1e);
6783
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$1R, _hoisted_3$1e);
4978
6784
  }
4979
6785
  var circleCheckFilled = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["render", _sfc_render$s]]);
4980
6786
 
4981
6787
  const _sfc_main$r = vue.defineComponent({
4982
6788
  name: "CircleCheck"
4983
6789
  });
4984
- const _hoisted_1$1R = {
6790
+ const _hoisted_1$1Q = {
4985
6791
  class: "icon",
4986
6792
  width: "200",
4987
6793
  height: "200",
@@ -5001,14 +6807,14 @@
5001
6807
  _hoisted_3$1d
5002
6808
  ];
5003
6809
  function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
5004
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$1R, _hoisted_4$z);
6810
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$1Q, _hoisted_4$z);
5005
6811
  }
5006
6812
  var circleCheck = /* @__PURE__ */ _export_sfc(_sfc_main$r, [["render", _sfc_render$r]]);
5007
6813
 
5008
6814
  const _sfc_main$q = vue.defineComponent({
5009
6815
  name: "CircleCloseFilled"
5010
6816
  });
5011
- const _hoisted_1$1Q = {
6817
+ const _hoisted_1$1P = {
5012
6818
  class: "icon",
5013
6819
  width: "200",
5014
6820
  height: "200",
@@ -5023,14 +6829,14 @@
5023
6829
  _hoisted_2$1r
5024
6830
  ];
5025
6831
  function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
5026
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$1Q, _hoisted_3$1c);
6832
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$1P, _hoisted_3$1c);
5027
6833
  }
5028
6834
  var circleCloseFilled = /* @__PURE__ */ _export_sfc(_sfc_main$q, [["render", _sfc_render$q]]);
5029
6835
 
5030
6836
  const _sfc_main$p = vue.defineComponent({
5031
6837
  name: "CircleClose"
5032
6838
  });
5033
- const _hoisted_1$1P = {
6839
+ const _hoisted_1$1O = {
5034
6840
  class: "icon",
5035
6841
  width: "200",
5036
6842
  height: "200",
@@ -5050,14 +6856,14 @@
5050
6856
  _hoisted_3$1b
5051
6857
  ];
5052
6858
  function _sfc_render$p(_ctx, _cache, $props, $setup, $data, $options) {
5053
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$1P, _hoisted_4$y);
6859
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$1O, _hoisted_4$y);
5054
6860
  }
5055
6861
  var circleClose = /* @__PURE__ */ _export_sfc(_sfc_main$p, [["render", _sfc_render$p]]);
5056
6862
 
5057
6863
  const _sfc_main$o = vue.defineComponent({
5058
6864
  name: "Clock"
5059
6865
  });
5060
- const _hoisted_1$1O = {
6866
+ const _hoisted_1$1N = {
5061
6867
  class: "icon",
5062
6868
  width: "200",
5063
6869
  height: "200",
@@ -5082,14 +6888,14 @@
5082
6888
  _hoisted_4$x
5083
6889
  ];
5084
6890
  function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
5085
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$1O, _hoisted_5$o);
6891
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$1N, _hoisted_5$o);
5086
6892
  }
5087
6893
  var clock = /* @__PURE__ */ _export_sfc(_sfc_main$o, [["render", _sfc_render$o]]);
5088
6894
 
5089
6895
  const _sfc_main$n = vue.defineComponent({
5090
6896
  name: "Close"
5091
6897
  });
5092
- const _hoisted_1$1N = {
6898
+ const _hoisted_1$1M = {
5093
6899
  class: "icon",
5094
6900
  width: "200",
5095
6901
  height: "200",
@@ -5104,14 +6910,14 @@
5104
6910
  _hoisted_2$1o
5105
6911
  ];
5106
6912
  function _sfc_render$n(_ctx, _cache, $props, $setup, $data, $options) {
5107
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$1N, _hoisted_3$19);
6913
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$1M, _hoisted_3$19);
5108
6914
  }
5109
6915
  var close$2 = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["render", _sfc_render$n]]);
5110
6916
 
5111
6917
  const _sfc_main$m = vue.defineComponent({
5112
6918
  name: "DArrowLeft"
5113
6919
  });
5114
- const _hoisted_1$1M = {
6920
+ const _hoisted_1$1L = {
5115
6921
  class: "icon",
5116
6922
  width: "200",
5117
6923
  height: "200",
@@ -5126,14 +6932,14 @@
5126
6932
  _hoisted_2$1n
5127
6933
  ];
5128
6934
  function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
5129
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$1M, _hoisted_3$18);
6935
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$1L, _hoisted_3$18);
5130
6936
  }
5131
6937
  var dArrowLeft = /* @__PURE__ */ _export_sfc(_sfc_main$m, [["render", _sfc_render$m]]);
5132
6938
 
5133
6939
  const _sfc_main$l = vue.defineComponent({
5134
6940
  name: "DArrowRight"
5135
6941
  });
5136
- const _hoisted_1$1L = {
6942
+ const _hoisted_1$1K = {
5137
6943
  class: "icon",
5138
6944
  width: "200",
5139
6945
  height: "200",
@@ -5148,14 +6954,14 @@
5148
6954
  _hoisted_2$1m
5149
6955
  ];
5150
6956
  function _sfc_render$l(_ctx, _cache, $props, $setup, $data, $options) {
5151
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$1L, _hoisted_3$17);
6957
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$1K, _hoisted_3$17);
5152
6958
  }
5153
6959
  var dArrowRight = /* @__PURE__ */ _export_sfc(_sfc_main$l, [["render", _sfc_render$l]]);
5154
6960
 
5155
6961
  const _sfc_main$k = vue.defineComponent({
5156
6962
  name: "Delete"
5157
6963
  });
5158
- const _hoisted_1$1K = {
6964
+ const _hoisted_1$1J = {
5159
6965
  class: "icon",
5160
6966
  width: "200",
5161
6967
  height: "200",
@@ -5170,14 +6976,14 @@
5170
6976
  _hoisted_2$1l
5171
6977
  ];
5172
6978
  function _sfc_render$k(_ctx, _cache, $props, $setup, $data, $options) {
5173
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$1K, _hoisted_3$16);
6979
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$1J, _hoisted_3$16);
5174
6980
  }
5175
6981
  var _delete = /* @__PURE__ */ _export_sfc(_sfc_main$k, [["render", _sfc_render$k]]);
5176
6982
 
5177
6983
  const _sfc_main$j = vue.defineComponent({
5178
6984
  name: "Document"
5179
6985
  });
5180
- const _hoisted_1$1J = {
6986
+ const _hoisted_1$1I = {
5181
6987
  class: "icon",
5182
6988
  width: "200",
5183
6989
  height: "200",
@@ -5192,14 +6998,14 @@
5192
6998
  _hoisted_2$1k
5193
6999
  ];
5194
7000
  function _sfc_render$j(_ctx, _cache, $props, $setup, $data, $options) {
5195
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$1J, _hoisted_3$15);
7001
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$1I, _hoisted_3$15);
5196
7002
  }
5197
7003
  var document$1 = /* @__PURE__ */ _export_sfc(_sfc_main$j, [["render", _sfc_render$j]]);
5198
7004
 
5199
7005
  const _sfc_main$i = vue.defineComponent({
5200
7006
  name: "FullScreen"
5201
7007
  });
5202
- const _hoisted_1$1I = {
7008
+ const _hoisted_1$1H = {
5203
7009
  class: "icon",
5204
7010
  width: "200",
5205
7011
  height: "200",
@@ -5214,14 +7020,14 @@
5214
7020
  _hoisted_2$1j
5215
7021
  ];
5216
7022
  function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
5217
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$1I, _hoisted_3$14);
7023
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$1H, _hoisted_3$14);
5218
7024
  }
5219
7025
  var fullScreen = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["render", _sfc_render$i]]);
5220
7026
 
5221
7027
  const _sfc_main$h = vue.defineComponent({
5222
7028
  name: "InfoFilled"
5223
7029
  });
5224
- const _hoisted_1$1H = {
7030
+ const _hoisted_1$1G = {
5225
7031
  class: "icon",
5226
7032
  width: "200",
5227
7033
  height: "200",
@@ -5236,14 +7042,14 @@
5236
7042
  _hoisted_2$1i
5237
7043
  ];
5238
7044
  function _sfc_render$h(_ctx, _cache, $props, $setup, $data, $options) {
5239
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$1H, _hoisted_3$13);
7045
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$1G, _hoisted_3$13);
5240
7046
  }
5241
7047
  var infoFilled = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["render", _sfc_render$h]]);
5242
7048
 
5243
7049
  const _sfc_main$g = vue.defineComponent({
5244
7050
  name: "Loading"
5245
7051
  });
5246
- const _hoisted_1$1G = {
7052
+ const _hoisted_1$1F = {
5247
7053
  class: "icon",
5248
7054
  width: "200",
5249
7055
  height: "200",
@@ -5258,14 +7064,14 @@
5258
7064
  _hoisted_2$1h
5259
7065
  ];
5260
7066
  function _sfc_render$g(_ctx, _cache, $props, $setup, $data, $options) {
5261
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$1G, _hoisted_3$12);
7067
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$1F, _hoisted_3$12);
5262
7068
  }
5263
7069
  var loading = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["render", _sfc_render$g]]);
5264
7070
 
5265
7071
  const _sfc_main$f = vue.defineComponent({
5266
7072
  name: "Minus"
5267
7073
  });
5268
- const _hoisted_1$1F = {
7074
+ const _hoisted_1$1E = {
5269
7075
  class: "icon",
5270
7076
  width: "200",
5271
7077
  height: "200",
@@ -5280,14 +7086,14 @@
5280
7086
  _hoisted_2$1g
5281
7087
  ];
5282
7088
  function _sfc_render$f(_ctx, _cache, $props, $setup, $data, $options) {
5283
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$1F, _hoisted_3$11);
7089
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$1E, _hoisted_3$11);
5284
7090
  }
5285
7091
  var minus = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["render", _sfc_render$f]]);
5286
7092
 
5287
7093
  const _sfc_main$e = vue.defineComponent({
5288
7094
  name: "MoreFilled"
5289
7095
  });
5290
- const _hoisted_1$1E = {
7096
+ const _hoisted_1$1D = {
5291
7097
  class: "icon",
5292
7098
  width: "200",
5293
7099
  height: "200",
@@ -5302,14 +7108,14 @@
5302
7108
  _hoisted_2$1f
5303
7109
  ];
5304
7110
  function _sfc_render$e(_ctx, _cache, $props, $setup, $data, $options) {
5305
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$1E, _hoisted_3$10);
7111
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$1D, _hoisted_3$10);
5306
7112
  }
5307
7113
  var moreFilled = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["render", _sfc_render$e]]);
5308
7114
 
5309
7115
  const _sfc_main$d = vue.defineComponent({
5310
7116
  name: "More"
5311
7117
  });
5312
- const _hoisted_1$1D = {
7118
+ const _hoisted_1$1C = {
5313
7119
  class: "icon",
5314
7120
  width: "200",
5315
7121
  height: "200",
@@ -5324,14 +7130,14 @@
5324
7130
  _hoisted_2$1e
5325
7131
  ];
5326
7132
  function _sfc_render$d(_ctx, _cache, $props, $setup, $data, $options) {
5327
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$1D, _hoisted_3$$);
7133
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$1C, _hoisted_3$$);
5328
7134
  }
5329
7135
  var more = /* @__PURE__ */ _export_sfc(_sfc_main$d, [["render", _sfc_render$d]]);
5330
7136
 
5331
7137
  const _sfc_main$c = vue.defineComponent({
5332
7138
  name: "Plus"
5333
7139
  });
5334
- const _hoisted_1$1C = {
7140
+ const _hoisted_1$1B = {
5335
7141
  class: "icon",
5336
7142
  width: "200",
5337
7143
  height: "200",
@@ -5346,14 +7152,14 @@
5346
7152
  _hoisted_2$1d
5347
7153
  ];
5348
7154
  function _sfc_render$c(_ctx, _cache, $props, $setup, $data, $options) {
5349
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$1C, _hoisted_3$_);
7155
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$1B, _hoisted_3$_);
5350
7156
  }
5351
7157
  var plus = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["render", _sfc_render$c]]);
5352
7158
 
5353
7159
  const _sfc_main$b = vue.defineComponent({
5354
7160
  name: "QuestionFilled"
5355
7161
  });
5356
- const _hoisted_1$1B = {
7162
+ const _hoisted_1$1A = {
5357
7163
  class: "icon",
5358
7164
  width: "200",
5359
7165
  height: "200",
@@ -5368,14 +7174,14 @@
5368
7174
  _hoisted_2$1c
5369
7175
  ];
5370
7176
  function _sfc_render$b(_ctx, _cache, $props, $setup, $data, $options) {
5371
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$1B, _hoisted_3$Z);
7177
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$1A, _hoisted_3$Z);
5372
7178
  }
5373
7179
  var questionFilled = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["render", _sfc_render$b]]);
5374
7180
 
5375
7181
  const _sfc_main$a = vue.defineComponent({
5376
7182
  name: "RefreshLeft"
5377
7183
  });
5378
- const _hoisted_1$1A = {
7184
+ const _hoisted_1$1z = {
5379
7185
  class: "icon",
5380
7186
  width: "200",
5381
7187
  height: "200",
@@ -5390,14 +7196,14 @@
5390
7196
  _hoisted_2$1b
5391
7197
  ];
5392
7198
  function _sfc_render$a(_ctx, _cache, $props, $setup, $data, $options) {
5393
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$1A, _hoisted_3$Y);
7199
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$1z, _hoisted_3$Y);
5394
7200
  }
5395
7201
  var refreshLeft = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["render", _sfc_render$a]]);
5396
7202
 
5397
7203
  const _sfc_main$9 = vue.defineComponent({
5398
7204
  name: "RefreshRight"
5399
7205
  });
5400
- const _hoisted_1$1z = {
7206
+ const _hoisted_1$1y = {
5401
7207
  class: "icon",
5402
7208
  width: "200",
5403
7209
  height: "200",
@@ -5412,14 +7218,14 @@
5412
7218
  _hoisted_2$1a
5413
7219
  ];
5414
7220
  function _sfc_render$9(_ctx, _cache, $props, $setup, $data, $options) {
5415
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$1z, _hoisted_3$X);
7221
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$1y, _hoisted_3$X);
5416
7222
  }
5417
7223
  var refreshRight = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["render", _sfc_render$9]]);
5418
7224
 
5419
7225
  const _sfc_main$8 = vue.defineComponent({
5420
7226
  name: "ScaleToOriginal"
5421
7227
  });
5422
- const _hoisted_1$1y = {
7228
+ const _hoisted_1$1x = {
5423
7229
  class: "icon",
5424
7230
  width: "200",
5425
7231
  height: "200",
@@ -5434,14 +7240,14 @@
5434
7240
  _hoisted_2$19
5435
7241
  ];
5436
7242
  function _sfc_render$8(_ctx, _cache, $props, $setup, $data, $options) {
5437
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$1y, _hoisted_3$W);
7243
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$1x, _hoisted_3$W);
5438
7244
  }
5439
7245
  var scaleToOriginal = /* @__PURE__ */ _export_sfc(_sfc_main$8, [["render", _sfc_render$8]]);
5440
7246
 
5441
7247
  const _sfc_main$7 = vue.defineComponent({
5442
7248
  name: "Search"
5443
7249
  });
5444
- const _hoisted_1$1x = {
7250
+ const _hoisted_1$1w = {
5445
7251
  class: "icon",
5446
7252
  width: "200",
5447
7253
  height: "200",
@@ -5456,14 +7262,14 @@
5456
7262
  _hoisted_2$18
5457
7263
  ];
5458
7264
  function _sfc_render$7(_ctx, _cache, $props, $setup, $data, $options) {
5459
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$1x, _hoisted_3$V);
7265
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$1w, _hoisted_3$V);
5460
7266
  }
5461
7267
  var search = /* @__PURE__ */ _export_sfc(_sfc_main$7, [["render", _sfc_render$7]]);
5462
7268
 
5463
7269
  const _sfc_main$6 = vue.defineComponent({
5464
7270
  name: "StarFilled"
5465
7271
  });
5466
- const _hoisted_1$1w = {
7272
+ const _hoisted_1$1v = {
5467
7273
  class: "icon",
5468
7274
  width: "200",
5469
7275
  height: "200",
@@ -5478,14 +7284,14 @@
5478
7284
  _hoisted_2$17
5479
7285
  ];
5480
7286
  function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
5481
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$1w, _hoisted_3$U);
7287
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$1v, _hoisted_3$U);
5482
7288
  }
5483
7289
  var starFilled = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["render", _sfc_render$6]]);
5484
7290
 
5485
7291
  const _sfc_main$5 = vue.defineComponent({
5486
7292
  name: "Star"
5487
7293
  });
5488
- const _hoisted_1$1v = {
7294
+ const _hoisted_1$1u = {
5489
7295
  class: "icon",
5490
7296
  width: "200",
5491
7297
  height: "200",
@@ -5500,14 +7306,14 @@
5500
7306
  _hoisted_2$16
5501
7307
  ];
5502
7308
  function _sfc_render$5(_ctx, _cache, $props, $setup, $data, $options) {
5503
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$1v, _hoisted_3$T);
7309
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$1u, _hoisted_3$T);
5504
7310
  }
5505
7311
  var star = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["render", _sfc_render$5]]);
5506
7312
 
5507
7313
  const _sfc_main$4 = vue.defineComponent({
5508
7314
  name: "SuccessFilled"
5509
7315
  });
5510
- const _hoisted_1$1u = {
7316
+ const _hoisted_1$1t = {
5511
7317
  class: "icon",
5512
7318
  width: "200",
5513
7319
  height: "200",
@@ -5522,14 +7328,14 @@
5522
7328
  _hoisted_2$15
5523
7329
  ];
5524
7330
  function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
5525
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$1u, _hoisted_3$S);
7331
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$1t, _hoisted_3$S);
5526
7332
  }
5527
7333
  var successFilled = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["render", _sfc_render$4]]);
5528
7334
 
5529
7335
  const _sfc_main$3 = vue.defineComponent({
5530
7336
  name: "View"
5531
7337
  });
5532
- const _hoisted_1$1t = {
7338
+ const _hoisted_1$1s = {
5533
7339
  class: "icon",
5534
7340
  width: "200",
5535
7341
  height: "200",
@@ -5544,14 +7350,14 @@
5544
7350
  _hoisted_2$14
5545
7351
  ];
5546
7352
  function _sfc_render$3(_ctx, _cache, $props, $setup, $data, $options) {
5547
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$1t, _hoisted_3$R);
7353
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$1s, _hoisted_3$R);
5548
7354
  }
5549
7355
  var view = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["render", _sfc_render$3]]);
5550
7356
 
5551
7357
  const _sfc_main$2 = vue.defineComponent({
5552
7358
  name: "WarningFilled"
5553
7359
  });
5554
- const _hoisted_1$1s = {
7360
+ const _hoisted_1$1r = {
5555
7361
  class: "icon",
5556
7362
  width: "200",
5557
7363
  height: "200",
@@ -5566,14 +7372,14 @@
5566
7372
  _hoisted_2$13
5567
7373
  ];
5568
7374
  function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
5569
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$1s, _hoisted_3$Q);
7375
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$1r, _hoisted_3$Q);
5570
7376
  }
5571
7377
  var warningFilled = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["render", _sfc_render$2]]);
5572
7378
 
5573
7379
  const _sfc_main$1 = vue.defineComponent({
5574
7380
  name: "ZoomIn"
5575
7381
  });
5576
- const _hoisted_1$1r = {
7382
+ const _hoisted_1$1q = {
5577
7383
  class: "icon",
5578
7384
  width: "200",
5579
7385
  height: "200",
@@ -5588,14 +7394,14 @@
5588
7394
  _hoisted_2$12
5589
7395
  ];
5590
7396
  function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
5591
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$1r, _hoisted_3$P);
7397
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$1q, _hoisted_3$P);
5592
7398
  }
5593
7399
  var zoomIn = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_render$1]]);
5594
7400
 
5595
7401
  const _sfc_main = vue.defineComponent({
5596
7402
  name: "ZoomOut"
5597
7403
  });
5598
- const _hoisted_1$1q = {
7404
+ const _hoisted_1$1p = {
5599
7405
  class: "icon",
5600
7406
  width: "200",
5601
7407
  height: "200",
@@ -5610,7 +7416,7 @@
5610
7416
  _hoisted_2$11
5611
7417
  ];
5612
7418
  function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
5613
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$1q, _hoisted_3$O);
7419
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$1p, _hoisted_3$O);
5614
7420
  }
5615
7421
  var zoomOut = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
5616
7422
 
@@ -5699,7 +7505,7 @@
5699
7505
  }
5700
7506
  });
5701
7507
 
5702
- const _hoisted_1$1p = { class: "el-alert__content" };
7508
+ const _hoisted_1$1o = { class: "el-alert__content" };
5703
7509
  const _hoisted_2$10 = {
5704
7510
  key: 1,
5705
7511
  class: "el-alert__description"
@@ -5722,7 +7528,7 @@
5722
7528
  ]),
5723
7529
  _: 1
5724
7530
  }, 8, ["class"])) : vue.createCommentVNode("v-if", true),
5725
- vue.createElementVNode("div", _hoisted_1$1p, [
7531
+ vue.createElementVNode("div", _hoisted_1$1o, [
5726
7532
  _ctx.title || _ctx.$slots.title ? (vue.openBlock(), vue.createElementBlock("span", {
5727
7533
  key: 0,
5728
7534
  class: vue.normalizeClass(["el-alert__title", [_ctx.isBoldTitle]])
@@ -5790,113 +7596,7 @@
5790
7596
 
5791
7597
  var now_1 = now$1;
5792
7598
 
5793
- /** Used to match a single whitespace character. */
5794
-
5795
- var reWhitespace = /\s/;
5796
-
5797
- /**
5798
- * Used by `_.trim` and `_.trimEnd` to get the index of the last non-whitespace
5799
- * character of `string`.
5800
- *
5801
- * @private
5802
- * @param {string} string The string to inspect.
5803
- * @returns {number} Returns the index of the last non-whitespace character.
5804
- */
5805
- function trimmedEndIndex$1(string) {
5806
- var index = string.length;
5807
-
5808
- while (index-- && reWhitespace.test(string.charAt(index))) {}
5809
- return index;
5810
- }
5811
-
5812
- var _trimmedEndIndex = trimmedEndIndex$1;
5813
-
5814
- var trimmedEndIndex = _trimmedEndIndex;
5815
-
5816
- /** Used to match leading whitespace. */
5817
- var reTrimStart = /^\s+/;
5818
-
5819
- /**
5820
- * The base implementation of `_.trim`.
5821
- *
5822
- * @private
5823
- * @param {string} string The string to trim.
5824
- * @returns {string} Returns the trimmed string.
5825
- */
5826
- function baseTrim$1(string) {
5827
- return string
5828
- ? string.slice(0, trimmedEndIndex(string) + 1).replace(reTrimStart, '')
5829
- : string;
5830
- }
5831
-
5832
- var _baseTrim = baseTrim$1;
5833
-
5834
- var baseTrim = _baseTrim,
5835
- isObject$6 = isObject_1,
5836
- isSymbol = isSymbol_1;
5837
-
5838
- /** Used as references for various `Number` constants. */
5839
- var NAN = 0 / 0;
5840
-
5841
- /** Used to detect bad signed hexadecimal string values. */
5842
- var reIsBadHex = /^[-+]0x[0-9a-f]+$/i;
5843
-
5844
- /** Used to detect binary string values. */
5845
- var reIsBinary = /^0b[01]+$/i;
5846
-
5847
- /** Used to detect octal string values. */
5848
- var reIsOctal = /^0o[0-7]+$/i;
5849
-
5850
- /** Built-in method references without a dependency on `root`. */
5851
- var freeParseInt = parseInt;
5852
-
5853
- /**
5854
- * Converts `value` to a number.
5855
- *
5856
- * @static
5857
- * @memberOf _
5858
- * @since 4.0.0
5859
- * @category Lang
5860
- * @param {*} value The value to process.
5861
- * @returns {number} Returns the number.
5862
- * @example
5863
- *
5864
- * _.toNumber(3.2);
5865
- * // => 3.2
5866
- *
5867
- * _.toNumber(Number.MIN_VALUE);
5868
- * // => 5e-324
5869
- *
5870
- * _.toNumber(Infinity);
5871
- * // => Infinity
5872
- *
5873
- * _.toNumber('3.2');
5874
- * // => 3.2
5875
- */
5876
- function toNumber$1(value) {
5877
- if (typeof value == 'number') {
5878
- return value;
5879
- }
5880
- if (isSymbol(value)) {
5881
- return NAN;
5882
- }
5883
- if (isObject$6(value)) {
5884
- var other = typeof value.valueOf == 'function' ? value.valueOf() : value;
5885
- value = isObject$6(other) ? (other + '') : other;
5886
- }
5887
- if (typeof value != 'string') {
5888
- return value === 0 ? value : +value;
5889
- }
5890
- value = baseTrim(value);
5891
- var isBinary = reIsBinary.test(value);
5892
- return (isBinary || reIsOctal.test(value))
5893
- ? freeParseInt(value.slice(2), isBinary ? 2 : 8)
5894
- : (reIsBadHex.test(value) ? NAN : +value);
5895
- }
5896
-
5897
- var toNumber_1 = toNumber$1;
5898
-
5899
- var isObject$5 = isObject_1,
7599
+ var isObject$4 = isObject_1,
5900
7600
  now = now_1,
5901
7601
  toNumber = toNumber_1;
5902
7602
 
@@ -5977,7 +7677,7 @@
5977
7677
  throw new TypeError(FUNC_ERROR_TEXT$1);
5978
7678
  }
5979
7679
  wait = toNumber(wait) || 0;
5980
- if (isObject$5(options)) {
7680
+ if (isObject$4(options)) {
5981
7681
  leading = !!options.leading;
5982
7682
  maxing = 'maxWait' in options;
5983
7683
  maxWait = maxing ? nativeMax$1(toNumber(options.maxWait) || 0, wait) : maxWait;
@@ -6518,8 +8218,8 @@
6518
8218
  if (!isClient || type !== "textarea")
6519
8219
  return;
6520
8220
  if (autosize) {
6521
- const minRows = isObject$a(autosize) ? autosize.minRows : void 0;
6522
- const maxRows = isObject$a(autosize) ? autosize.maxRows : void 0;
8221
+ const minRows = isObject$b(autosize) ? autosize.minRows : void 0;
8222
+ const maxRows = isObject$b(autosize) ? autosize.maxRows : void 0;
6523
8223
  _textareaCalcStyle.value = {
6524
8224
  ...calcTextareaHeight(textarea.value, minRows, maxRows)
6525
8225
  };
@@ -6696,7 +8396,7 @@
6696
8396
  }
6697
8397
  });
6698
8398
 
6699
- const _hoisted_1$1o = {
8399
+ const _hoisted_1$1n = {
6700
8400
  key: 0,
6701
8401
  class: "el-input-group__prepend"
6702
8402
  };
@@ -6752,7 +8452,7 @@
6752
8452
  vue.createCommentVNode(" input "),
6753
8453
  _ctx.type !== "textarea" ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 0 }, [
6754
8454
  vue.createCommentVNode(" prepend slot "),
6755
- _ctx.$slots.prepend ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$1o, [
8455
+ _ctx.$slots.prepend ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$1n, [
6756
8456
  vue.renderSlot(_ctx.$slots, "prepend")
6757
8457
  ])) : vue.createCommentVNode("v-if", true),
6758
8458
  vue.createElementVNode("input", vue.mergeProps({
@@ -7191,13 +8891,13 @@
7191
8891
  }
7192
8892
  });
7193
8893
 
7194
- const _hoisted_1$1n = {
8894
+ const _hoisted_1$1m = {
7195
8895
  ref: "scrollbar$",
7196
8896
  class: "el-scrollbar"
7197
8897
  };
7198
8898
  function render$1$(_ctx, _cache, $props, $setup, $data, $options) {
7199
8899
  const _component_bar = vue.resolveComponent("bar");
7200
- return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$1n, [
8900
+ return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$1m, [
7201
8901
  vue.createElementVNode("div", {
7202
8902
  ref: "wrap$",
7203
8903
  class: vue.normalizeClass([
@@ -9117,13 +10817,13 @@
9117
10817
  }
9118
10818
  });
9119
10819
 
9120
- const _hoisted_1$1m = {
10820
+ const _hoisted_1$1l = {
9121
10821
  ref: "arrowRef",
9122
10822
  class: "el-popper__arrow",
9123
10823
  "data-popper-arrow": ""
9124
10824
  };
9125
10825
  function render$1Z(_ctx, _cache, $props, $setup, $data, $options) {
9126
- return vue.openBlock(), vue.createElementBlock("span", _hoisted_1$1m, null, 512);
10826
+ return vue.openBlock(), vue.createElementBlock("span", _hoisted_1$1l, null, 512);
9127
10827
  }
9128
10828
 
9129
10829
  script$23.render = render$1Z;
@@ -9160,7 +10860,7 @@
9160
10860
  const children = node;
9161
10861
  for (let i = 0; i < children.length; i++) {
9162
10862
  const child = children[i];
9163
- if (isObject$a(child)) {
10863
+ if (isObject$b(child)) {
9164
10864
  switch (child.type) {
9165
10865
  case vue.Comment:
9166
10866
  continue;
@@ -9673,7 +11373,7 @@
9673
11373
  script$1$.__file = "packages/components/tooltip/src/content.vue";
9674
11374
 
9675
11375
  const isTriggerType = (trigger, type) => {
9676
- if (isArray$9(trigger)) {
11376
+ if (isArray$a(trigger)) {
9677
11377
  return trigger.includes(type);
9678
11378
  }
9679
11379
  return trigger === type;
@@ -9840,7 +11540,7 @@
9840
11540
  }
9841
11541
  });
9842
11542
 
9843
- const _hoisted_1$1l = ["innerHTML"];
11543
+ const _hoisted_1$1k = ["innerHTML"];
9844
11544
  const _hoisted_2$_ = { key: 1 };
9845
11545
  function render$1T(_ctx, _cache, $props, $setup, $data, $options) {
9846
11546
  const _component_el_tooltip_trigger = vue.resolveComponent("el-tooltip-trigger");
@@ -9890,7 +11590,7 @@
9890
11590
  _ctx.rawContent ? (vue.openBlock(), vue.createElementBlock("span", {
9891
11591
  key: 0,
9892
11592
  innerHTML: _ctx.content
9893
- }, null, 8, _hoisted_1$1l)) : (vue.openBlock(), vue.createElementBlock("span", _hoisted_2$_, vue.toDisplayString(_ctx.content), 1))
11593
+ }, null, 8, _hoisted_1$1k)) : (vue.openBlock(), vue.createElementBlock("span", _hoisted_2$_, vue.toDisplayString(_ctx.content), 1))
9894
11594
  ]),
9895
11595
  _ctx.compatShowArrow ? (vue.openBlock(), vue.createBlock(_component_el_popper_arrow, {
9896
11596
  key: 0,
@@ -10003,7 +11703,7 @@
10003
11703
  return `el-autocomplete-${generateId()}`;
10004
11704
  });
10005
11705
  const suggestionVisible = vue.computed(() => {
10006
- const isValidData = isArray$9(suggestions.value) && suggestions.value.length > 0;
11706
+ const isValidData = isArray$a(suggestions.value) && suggestions.value.length > 0;
10007
11707
  return (isValidData || loading.value) && activated.value;
10008
11708
  });
10009
11709
  const suggestionLoading = vue.computed(() => {
@@ -10032,7 +11732,7 @@
10032
11732
  if (suggestionDisabled.value) {
10033
11733
  return;
10034
11734
  }
10035
- if (isArray$9(suggestionsArg)) {
11735
+ if (isArray$a(suggestionsArg)) {
10036
11736
  suggestions.value = suggestionsArg;
10037
11737
  highlightedIndex.value = props.highlightFirstItem ? 0 : -1;
10038
11738
  } else {
@@ -10152,7 +11852,7 @@
10152
11852
  }
10153
11853
  });
10154
11854
 
10155
- const _hoisted_1$1k = ["aria-expanded", "aria-owns"];
11855
+ const _hoisted_1$1j = ["aria-expanded", "aria-owns"];
10156
11856
  const _hoisted_2$Z = { key: 0 };
10157
11857
  const _hoisted_3$M = ["id", "aria-selected", "onClick"];
10158
11858
  function render$1S(_ctx, _cache, $props, $setup, $data, $options) {
@@ -10271,7 +11971,7 @@
10271
11971
  ])
10272
11972
  } : void 0
10273
11973
  ]), 1040, ["model-value", "onInput", "onChange", "onFocus", "onBlur", "onClear", "onKeydown"])
10274
- ], 14, _hoisted_1$1k)), [
11974
+ ], 14, _hoisted_1$1j)), [
10275
11975
  [_directive_clickoutside, _ctx.close]
10276
11976
  ])
10277
11977
  ]),
@@ -10362,7 +12062,7 @@
10362
12062
  }
10363
12063
  });
10364
12064
 
10365
- const _hoisted_1$1j = ["src", "alt", "srcset"];
12065
+ const _hoisted_1$1i = ["src", "alt", "srcset"];
10366
12066
  function render$1R(_ctx, _cache, $props, $setup, $data, $options) {
10367
12067
  const _component_el_icon = vue.resolveComponent("el-icon");
10368
12068
  return vue.openBlock(), vue.createElementBlock("span", {
@@ -10376,7 +12076,7 @@
10376
12076
  srcset: _ctx.srcSet,
10377
12077
  style: vue.normalizeStyle(_ctx.fitStyle),
10378
12078
  onError: _cache[0] || (_cache[0] = (...args) => _ctx.handleError && _ctx.handleError(...args))
10379
- }, null, 44, _hoisted_1$1j)) : _ctx.icon ? (vue.openBlock(), vue.createBlock(_component_el_icon, { key: 1 }, {
12079
+ }, null, 44, _hoisted_1$1i)) : _ctx.icon ? (vue.openBlock(), vue.createBlock(_component_el_icon, { key: 1 }, {
10380
12080
  default: vue.withCtx(() => [
10381
12081
  (vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(_ctx.icon)))
10382
12082
  ]),
@@ -10546,10 +12246,10 @@
10546
12246
  }
10547
12247
  });
10548
12248
 
10549
- const _hoisted_1$1i = { class: "el-badge" };
12249
+ const _hoisted_1$1h = { class: "el-badge" };
10550
12250
  const _hoisted_2$Y = ["textContent"];
10551
12251
  function render$1P(_ctx, _cache, $props, $setup, $data, $options) {
10552
- return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$1i, [
12252
+ return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$1h, [
10553
12253
  vue.renderSlot(_ctx.$slots, "default"),
10554
12254
  vue.createVNode(vue.Transition, { name: "el-zoom-in-center" }, {
10555
12255
  default: vue.withCtx(() => [
@@ -10605,14 +12305,14 @@
10605
12305
  }
10606
12306
  });
10607
12307
 
10608
- const _hoisted_1$1h = {
12308
+ const _hoisted_1$1g = {
10609
12309
  ref: "breadcrumb",
10610
12310
  class: "el-breadcrumb",
10611
12311
  "aria-label": "Breadcrumb",
10612
12312
  role: "navigation"
10613
12313
  };
10614
12314
  function render$1O(_ctx, _cache, $props, $setup, $data, $options) {
10615
- return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$1h, [
12315
+ return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$1g, [
10616
12316
  vue.renderSlot(_ctx.$slots, "default")
10617
12317
  ], 512);
10618
12318
  }
@@ -10659,7 +12359,7 @@
10659
12359
  }
10660
12360
  });
10661
12361
 
10662
- const _hoisted_1$1g = { class: "el-breadcrumb__item" };
12362
+ const _hoisted_1$1f = { class: "el-breadcrumb__item" };
10663
12363
  const _hoisted_2$X = {
10664
12364
  key: 1,
10665
12365
  class: "el-breadcrumb__separator",
@@ -10667,7 +12367,7 @@
10667
12367
  };
10668
12368
  function render$1N(_ctx, _cache, $props, $setup, $data, $options) {
10669
12369
  const _component_el_icon = vue.resolveComponent("el-icon");
10670
- return vue.openBlock(), vue.createElementBlock("span", _hoisted_1$1g, [
12370
+ return vue.openBlock(), vue.createElementBlock("span", _hoisted_1$1f, [
10671
12371
  vue.createElementVNode("span", {
10672
12372
  ref: "link",
10673
12373
  class: vue.normalizeClass(["el-breadcrumb__inner", _ctx.to ? "is-link" : ""]),
@@ -11868,6 +13568,7 @@
11868
13568
  const buttonRef = vue.ref();
11869
13569
  const buttonGroupContext = vue.inject(buttonGroupContextKey, void 0);
11870
13570
  const globalConfig = useGlobalConfig("button");
13571
+ const ns = useNamespace("button");
11871
13572
  const autoInsertSpace = vue.computed(() => {
11872
13573
  var _a, _b, _c;
11873
13574
  return (_c = (_b = props.autoInsertSpace) != null ? _b : (_a = globalConfig.value) == null ? void 0 : _a.autoInsertSpace) != null ? _c : false;
@@ -11937,21 +13638,22 @@
11937
13638
  buttonType,
11938
13639
  buttonDisabled,
11939
13640
  shouldAddSpace,
11940
- handleClick
13641
+ handleClick,
13642
+ ns
11941
13643
  };
11942
13644
  }
11943
13645
  });
11944
13646
 
11945
- const _hoisted_1$1f = ["disabled", "autofocus", "type"];
13647
+ const _hoisted_1$1e = ["disabled", "autofocus", "type"];
11946
13648
  function render$1M(_ctx, _cache, $props, $setup, $data, $options) {
11947
13649
  const _component_loading = vue.resolveComponent("loading");
11948
13650
  const _component_el_icon = vue.resolveComponent("el-icon");
11949
13651
  return vue.openBlock(), vue.createElementBlock("button", {
11950
13652
  ref: "buttonRef",
11951
13653
  class: vue.normalizeClass([
11952
- "el-button",
11953
- _ctx.buttonType ? "el-button--" + _ctx.buttonType : "",
11954
- _ctx.buttonSize ? "el-button--" + _ctx.buttonSize : "",
13654
+ `${_ctx.ns.b()}`,
13655
+ `${_ctx.ns.m(_ctx.buttonType)}`,
13656
+ `${_ctx.ns.m(_ctx.buttonSize)}`,
11955
13657
  {
11956
13658
  "is-disabled": _ctx.buttonDisabled,
11957
13659
  "is-loading": _ctx.loading,
@@ -11982,11 +13684,11 @@
11982
13684
  })) : vue.createCommentVNode("v-if", true),
11983
13685
  _ctx.$slots.default ? (vue.openBlock(), vue.createElementBlock("span", {
11984
13686
  key: 2,
11985
- class: vue.normalizeClass({ "el-button__text--expand": _ctx.shouldAddSpace })
13687
+ class: vue.normalizeClass([_ctx.shouldAddSpace ? `${_ctx.ns.em("text", "expand")}` : ""])
11986
13688
  }, [
11987
13689
  vue.renderSlot(_ctx.$slots, "default")
11988
13690
  ], 2)) : vue.createCommentVNode("v-if", true)
11989
- ], 14, _hoisted_1$1f);
13691
+ ], 14, _hoisted_1$1e);
11990
13692
  }
11991
13693
 
11992
13694
  script$1S.render = render$1M;
@@ -12005,14 +13707,19 @@
12005
13707
  size: vue.toRef(props, "size"),
12006
13708
  type: vue.toRef(props, "type")
12007
13709
  }));
13710
+ const ns = useNamespace("button");
13711
+ return {
13712
+ ns
13713
+ };
12008
13714
  }
12009
13715
  });
12010
13716
 
12011
- const _hoisted_1$1e = { class: "el-button-group" };
12012
13717
  function render$1L(_ctx, _cache, $props, $setup, $data, $options) {
12013
- return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$1e, [
13718
+ return vue.openBlock(), vue.createElementBlock("div", {
13719
+ class: vue.normalizeClass(`${_ctx.ns.b("group")}`)
13720
+ }, [
12014
13721
  vue.renderSlot(_ctx.$slots, "default")
12015
- ]);
13722
+ ], 2);
12016
13723
  }
12017
13724
 
12018
13725
  script$1R.render = render$1L;
@@ -13483,52 +15190,6 @@
13483
15190
 
13484
15191
  var _baseFlatten = baseFlatten$1;
13485
15192
 
13486
- /**
13487
- * This method returns the first argument it receives.
13488
- *
13489
- * @static
13490
- * @since 0.1.0
13491
- * @memberOf _
13492
- * @category Util
13493
- * @param {*} value Any value.
13494
- * @returns {*} Returns `value`.
13495
- * @example
13496
- *
13497
- * var object = { 'a': 1 };
13498
- *
13499
- * console.log(_.identity(object) === object);
13500
- * // => true
13501
- */
13502
-
13503
- function identity$2(value) {
13504
- return value;
13505
- }
13506
-
13507
- var identity_1 = identity$2;
13508
-
13509
- /**
13510
- * A faster alternative to `Function#apply`, this function invokes `func`
13511
- * with the `this` binding of `thisArg` and the arguments of `args`.
13512
- *
13513
- * @private
13514
- * @param {Function} func The function to invoke.
13515
- * @param {*} thisArg The `this` binding of `func`.
13516
- * @param {Array} args The arguments to invoke `func` with.
13517
- * @returns {*} Returns the result of `func`.
13518
- */
13519
-
13520
- function apply$1(func, thisArg, args) {
13521
- switch (args.length) {
13522
- case 0: return func.call(thisArg);
13523
- case 1: return func.call(thisArg, args[0]);
13524
- case 2: return func.call(thisArg, args[0], args[1]);
13525
- case 3: return func.call(thisArg, args[0], args[1], args[2]);
13526
- }
13527
- return func.apply(thisArg, args);
13528
- }
13529
-
13530
- var _apply = apply$1;
13531
-
13532
15193
  var apply = _apply;
13533
15194
 
13534
15195
  /* Built-in method references for those with the same name as other `lodash` methods. */
@@ -13566,123 +15227,6 @@
13566
15227
 
13567
15228
  var _overRest = overRest$1;
13568
15229
 
13569
- /**
13570
- * Creates a function that returns `value`.
13571
- *
13572
- * @static
13573
- * @memberOf _
13574
- * @since 2.4.0
13575
- * @category Util
13576
- * @param {*} value The value to return from the new function.
13577
- * @returns {Function} Returns the new constant function.
13578
- * @example
13579
- *
13580
- * var objects = _.times(2, _.constant({ 'a': 1 }));
13581
- *
13582
- * console.log(objects);
13583
- * // => [{ 'a': 1 }, { 'a': 1 }]
13584
- *
13585
- * console.log(objects[0] === objects[1]);
13586
- * // => true
13587
- */
13588
-
13589
- function constant$1(value) {
13590
- return function() {
13591
- return value;
13592
- };
13593
- }
13594
-
13595
- var constant_1 = constant$1;
13596
-
13597
- var getNative = _getNative;
13598
-
13599
- var defineProperty$2 = (function() {
13600
- try {
13601
- var func = getNative(Object, 'defineProperty');
13602
- func({}, '', {});
13603
- return func;
13604
- } catch (e) {}
13605
- }());
13606
-
13607
- var _defineProperty = defineProperty$2;
13608
-
13609
- var constant = constant_1,
13610
- defineProperty$1 = _defineProperty,
13611
- identity$1 = identity_1;
13612
-
13613
- /**
13614
- * The base implementation of `setToString` without support for hot loop shorting.
13615
- *
13616
- * @private
13617
- * @param {Function} func The function to modify.
13618
- * @param {Function} string The `toString` result.
13619
- * @returns {Function} Returns `func`.
13620
- */
13621
- var baseSetToString$1 = !defineProperty$1 ? identity$1 : function(func, string) {
13622
- return defineProperty$1(func, 'toString', {
13623
- 'configurable': true,
13624
- 'enumerable': false,
13625
- 'value': constant(string),
13626
- 'writable': true
13627
- });
13628
- };
13629
-
13630
- var _baseSetToString = baseSetToString$1;
13631
-
13632
- /** Used to detect hot functions by number of calls within a span of milliseconds. */
13633
-
13634
- var HOT_COUNT = 800,
13635
- HOT_SPAN = 16;
13636
-
13637
- /* Built-in method references for those with the same name as other `lodash` methods. */
13638
- var nativeNow = Date.now;
13639
-
13640
- /**
13641
- * Creates a function that'll short out and invoke `identity` instead
13642
- * of `func` when it's called `HOT_COUNT` or more times in `HOT_SPAN`
13643
- * milliseconds.
13644
- *
13645
- * @private
13646
- * @param {Function} func The function to restrict.
13647
- * @returns {Function} Returns the new shortable function.
13648
- */
13649
- function shortOut$1(func) {
13650
- var count = 0,
13651
- lastCalled = 0;
13652
-
13653
- return function() {
13654
- var stamp = nativeNow(),
13655
- remaining = HOT_SPAN - (stamp - lastCalled);
13656
-
13657
- lastCalled = stamp;
13658
- if (remaining > 0) {
13659
- if (++count >= HOT_COUNT) {
13660
- return arguments[0];
13661
- }
13662
- } else {
13663
- count = 0;
13664
- }
13665
- return func.apply(undefined, arguments);
13666
- };
13667
- }
13668
-
13669
- var _shortOut = shortOut$1;
13670
-
13671
- var baseSetToString = _baseSetToString,
13672
- shortOut = _shortOut;
13673
-
13674
- /**
13675
- * Sets the `toString` method of `func` to return `string`.
13676
- *
13677
- * @private
13678
- * @param {Function} func The function to modify.
13679
- * @param {Function} string The `toString` result.
13680
- * @returns {Function} Returns `func`.
13681
- */
13682
- var setToString$1 = shortOut(baseSetToString);
13683
-
13684
- var _setToString = setToString$1;
13685
-
13686
15230
  var identity = identity_1,
13687
15231
  overRest = _overRest,
13688
15232
  setToString = _setToString;
@@ -13701,110 +15245,6 @@
13701
15245
 
13702
15246
  var _baseRest = baseRest$1;
13703
15247
 
13704
- /**
13705
- * The base implementation of `_.findIndex` and `_.findLastIndex` without
13706
- * support for iteratee shorthands.
13707
- *
13708
- * @private
13709
- * @param {Array} array The array to inspect.
13710
- * @param {Function} predicate The function invoked per iteration.
13711
- * @param {number} fromIndex The index to search from.
13712
- * @param {boolean} [fromRight] Specify iterating from right to left.
13713
- * @returns {number} Returns the index of the matched value, else `-1`.
13714
- */
13715
-
13716
- function baseFindIndex$1(array, predicate, fromIndex, fromRight) {
13717
- var length = array.length,
13718
- index = fromIndex + (fromRight ? 1 : -1);
13719
-
13720
- while ((fromRight ? index-- : ++index < length)) {
13721
- if (predicate(array[index], index, array)) {
13722
- return index;
13723
- }
13724
- }
13725
- return -1;
13726
- }
13727
-
13728
- var _baseFindIndex = baseFindIndex$1;
13729
-
13730
- /**
13731
- * The base implementation of `_.isNaN` without support for number objects.
13732
- *
13733
- * @private
13734
- * @param {*} value The value to check.
13735
- * @returns {boolean} Returns `true` if `value` is `NaN`, else `false`.
13736
- */
13737
-
13738
- function baseIsNaN$1(value) {
13739
- return value !== value;
13740
- }
13741
-
13742
- var _baseIsNaN = baseIsNaN$1;
13743
-
13744
- /**
13745
- * A specialized version of `_.indexOf` which performs strict equality
13746
- * comparisons of values, i.e. `===`.
13747
- *
13748
- * @private
13749
- * @param {Array} array The array to inspect.
13750
- * @param {*} value The value to search for.
13751
- * @param {number} fromIndex The index to search from.
13752
- * @returns {number} Returns the index of the matched value, else `-1`.
13753
- */
13754
-
13755
- function strictIndexOf$1(array, value, fromIndex) {
13756
- var index = fromIndex - 1,
13757
- length = array.length;
13758
-
13759
- while (++index < length) {
13760
- if (array[index] === value) {
13761
- return index;
13762
- }
13763
- }
13764
- return -1;
13765
- }
13766
-
13767
- var _strictIndexOf = strictIndexOf$1;
13768
-
13769
- var baseFindIndex = _baseFindIndex,
13770
- baseIsNaN = _baseIsNaN,
13771
- strictIndexOf = _strictIndexOf;
13772
-
13773
- /**
13774
- * The base implementation of `_.indexOf` without `fromIndex` bounds checks.
13775
- *
13776
- * @private
13777
- * @param {Array} array The array to inspect.
13778
- * @param {*} value The value to search for.
13779
- * @param {number} fromIndex The index to search from.
13780
- * @returns {number} Returns the index of the matched value, else `-1`.
13781
- */
13782
- function baseIndexOf$1(array, value, fromIndex) {
13783
- return value === value
13784
- ? strictIndexOf(array, value, fromIndex)
13785
- : baseFindIndex(array, baseIsNaN, fromIndex);
13786
- }
13787
-
13788
- var _baseIndexOf = baseIndexOf$1;
13789
-
13790
- var baseIndexOf = _baseIndexOf;
13791
-
13792
- /**
13793
- * A specialized version of `_.includes` for arrays without support for
13794
- * specifying an index to search from.
13795
- *
13796
- * @private
13797
- * @param {Array} [array] The array to inspect.
13798
- * @param {*} target The value to search for.
13799
- * @returns {boolean} Returns `true` if `target` is found, else `false`.
13800
- */
13801
- function arrayIncludes$1(array, value) {
13802
- var length = array == null ? 0 : array.length;
13803
- return !!length && baseIndexOf(array, value, 0) > -1;
13804
- }
13805
-
13806
- var _arrayIncludes = arrayIncludes$1;
13807
-
13808
15248
  /**
13809
15249
  * This function is like `arrayIncludes` except that it accepts a comparator.
13810
15250
  *
@@ -13829,25 +15269,6 @@
13829
15269
 
13830
15270
  var _arrayIncludesWith = arrayIncludesWith$1;
13831
15271
 
13832
- /**
13833
- * This method returns `undefined`.
13834
- *
13835
- * @static
13836
- * @memberOf _
13837
- * @since 2.3.0
13838
- * @category Util
13839
- * @example
13840
- *
13841
- * _.times(2, _.noop);
13842
- * // => [undefined, undefined]
13843
- */
13844
-
13845
- function noop$1() {
13846
- // No operation performed.
13847
- }
13848
-
13849
- var noop_1 = noop$1;
13850
-
13851
15272
  var Set$1 = _Set,
13852
15273
  noop = noop_1,
13853
15274
  setToArray$1 = _setToArray;
@@ -14388,7 +15809,7 @@
14388
15809
  }
14389
15810
  });
14390
15811
  const dateTableEmits = {
14391
- pick: (value) => isObject$a(value)
15812
+ pick: (value) => isObject$b(value)
14392
15813
  };
14393
15814
 
14394
15815
  dayjs.extend(localeData);
@@ -14855,7 +16276,7 @@
14855
16276
  const ElCard = withInstall(script$1K);
14856
16277
 
14857
16278
  var debounce = debounce_1,
14858
- isObject$4 = isObject_1;
16279
+ isObject$3 = isObject_1;
14859
16280
 
14860
16281
  /** Error message constants. */
14861
16282
  var FUNC_ERROR_TEXT = 'Expected a function';
@@ -14911,7 +16332,7 @@
14911
16332
  if (typeof func != 'function') {
14912
16333
  throw new TypeError(FUNC_ERROR_TEXT);
14913
16334
  }
14914
- if (isObject$4(options)) {
16335
+ if (isObject$3(options)) {
14915
16336
  leading = 'leading' in options ? !!options.leading : leading;
14916
16337
  trailing = 'trailing' in options ? !!options.trailing : trailing;
14917
16338
  }
@@ -19291,6 +20712,10 @@
19291
20712
  },
19292
20713
  zIndex: {
19293
20714
  type: Number
20715
+ },
20716
+ namespace: {
20717
+ type: String,
20718
+ default: "el"
19294
20719
  }
19295
20720
  });
19296
20721
  var ConfigProvider = vue.defineComponent({
@@ -23500,6 +24925,10 @@
23500
24925
  type: definePropType(String),
23501
24926
  default: "bottom"
23502
24927
  },
24928
+ popperOptions: {
24929
+ type: definePropType(Object),
24930
+ default: () => ({})
24931
+ },
23503
24932
  size: {
23504
24933
  type: String,
23505
24934
  default: ""
@@ -23680,7 +25109,8 @@
23680
25109
  vue.createVNode(_component_el_tooltip, {
23681
25110
  ref: "popperRef",
23682
25111
  effect: _ctx.effect,
23683
- "fallback-placements": ["bottom", "top", "right", "left"],
25112
+ "fallback-placements": ["bottom", "top"],
25113
+ "popper-options": _ctx.popperOptions,
23684
25114
  "gpu-acceleration": false,
23685
25115
  "hide-after": _ctx.hideTimeout,
23686
25116
  "manual-mode": true,
@@ -23748,7 +25178,7 @@
23748
25178
  ], 2)
23749
25179
  ])
23750
25180
  } : void 0
23751
- ]), 1032, ["effect", "hide-after", "placement", "popper-class", "reference-element", "trigger", "show-after", "virtual-ref", "virtual-triggering"]),
25181
+ ]), 1032, ["effect", "popper-options", "hide-after", "placement", "popper-class", "reference-element", "trigger", "show-after", "virtual-ref", "virtual-triggering"]),
23752
25182
  _ctx.splitButton ? (vue.openBlock(), vue.createBlock(_component_el_button_group, { key: 0 }, {
23753
25183
  default: vue.withCtx(() => [
23754
25184
  vue.createVNode(_component_el_button, {
@@ -27811,7 +29241,7 @@
27811
29241
  const menuEmits = {
27812
29242
  close: (index, indexPath) => isString$1(index) && checkIndexPath(indexPath),
27813
29243
  open: (index, indexPath) => isString$1(index) && checkIndexPath(indexPath),
27814
- select: (index, indexPath, item, routerResult) => isString$1(index) && checkIndexPath(indexPath) && isObject$a(item) && (routerResult === void 0 || routerResult instanceof Promise)
29244
+ select: (index, indexPath, item, routerResult) => isString$1(index) && checkIndexPath(indexPath) && isObject$b(item) && (routerResult === void 0 || routerResult instanceof Promise)
27815
29245
  };
27816
29246
  var Menu = vue.defineComponent({
27817
29247
  name: "ElMenu",
@@ -29045,7 +30475,7 @@
29045
30475
  });
29046
30476
  };
29047
30477
  const getValueIndex = (arr = [], value) => {
29048
- if (!isObject$a(value))
30478
+ if (!isObject$b(value))
29049
30479
  return arr.indexOf(value);
29050
30480
  const valueKey = props.valueKey;
29051
30481
  let index = -1;
@@ -29185,7 +30615,7 @@
29185
30615
  }
29186
30616
  };
29187
30617
  const getValueKey = (item) => {
29188
- return isObject$a(item.value) ? getValueByPath(item.value, props.valueKey) : item.value;
30618
+ return isObject$b(item.value) ? getValueByPath(item.value, props.valueKey) : item.value;
29189
30619
  };
29190
30620
  const optionsAllDisabled = vue.computed(() => optionsArray.value.filter((option) => option.visible).every((option) => option.disabled));
29191
30621
  const navigateOptions = (direction) => {
@@ -31142,7 +32572,7 @@
31142
32572
  };
31143
32573
 
31144
32574
  function getValueFromMap(value, map) {
31145
- const isExcludedObject = (val) => isObject$a(val);
32575
+ const isExcludedObject = (val) => isObject$b(val);
31146
32576
  const matchedKeys = Object.keys(map).map((key) => +key).filter((key) => {
31147
32577
  const val = map[key];
31148
32578
  const excluded = isExcludedObject(val) ? val.excluded : false;
@@ -31179,7 +32609,7 @@
31179
32609
  return result;
31180
32610
  });
31181
32611
  const valueDecimal = vue.computed(() => props.modelValue * 100 - Math.floor(props.modelValue) * 100);
31182
- const colorMap = vue.computed(() => isArray$9(props.colors) ? {
32612
+ const colorMap = vue.computed(() => isArray$a(props.colors) ? {
31183
32613
  [props.lowThreshold]: props.colors[0],
31184
32614
  [props.highThreshold]: { value: props.colors[1], excluded: true },
31185
32615
  [props.max]: props.colors[2]
@@ -31197,7 +32627,7 @@
31197
32627
  width
31198
32628
  };
31199
32629
  });
31200
- const componentMap = vue.computed(() => isArray$9(props.icons) ? {
32630
+ const componentMap = vue.computed(() => isArray$a(props.icons) ? {
31201
32631
  [props.lowThreshold]: props.icons[0],
31202
32632
  [props.highThreshold]: {
31203
32633
  value: props.icons[1],
@@ -31665,7 +33095,7 @@
31665
33095
  }
31666
33096
  return style;
31667
33097
  }
31668
- const isFF = typeof navigator !== "undefined" && isObject$a(navigator) && /Firefox/i.test(navigator.userAgent);
33098
+ const isFF = typeof navigator !== "undefined" && isObject$b(navigator) && /Firefox/i.test(navigator.userAgent);
31669
33099
 
31670
33100
  const LayoutKeys = {
31671
33101
  [HORIZONTAL]: "deltaX",
@@ -33442,7 +34872,7 @@
33442
34872
  const {
33443
34873
  props: { valueKey }
33444
34874
  } = select;
33445
- if (!isObject$a(target)) {
34875
+ if (!isObject$b(target)) {
33446
34876
  return arr.includes(target);
33447
34877
  }
33448
34878
  return arr && arr.some((item) => {
@@ -33450,7 +34880,7 @@
33450
34880
  });
33451
34881
  };
33452
34882
  const isEqual = (selected, target) => {
33453
- if (!isObject$a(target)) {
34883
+ if (!isObject$b(target)) {
33454
34884
  return selected === target;
33455
34885
  } else {
33456
34886
  const { valueKey } = select.props;
@@ -33655,7 +35085,7 @@
33655
35085
  const flattenOptions = (options) => {
33656
35086
  const flattened = [];
33657
35087
  options.map((option) => {
33658
- if (isArray$9(option.options)) {
35088
+ if (isArray$a(option.options)) {
33659
35089
  flattened.push({
33660
35090
  label: option.label,
33661
35091
  isTitle: true,
@@ -33788,7 +35218,7 @@
33788
35218
  return [];
33789
35219
  }
33790
35220
  return flattenOptions(props.options.concat(states.createdOptions).map((v) => {
33791
- if (isArray$9(v.options)) {
35221
+ if (isArray$a(v.options)) {
33792
35222
  const filtered = v.options.filter(isValidOption);
33793
35223
  if (filtered.length > 0) {
33794
35224
  return {
@@ -33824,7 +35254,7 @@
33824
35254
  };
33825
35255
  });
33826
35256
  const shouldShowPlaceholder = vue.computed(() => {
33827
- if (isArray$9(props.modelValue)) {
35257
+ if (isArray$a(props.modelValue)) {
33828
35258
  return props.modelValue.length === 0 && !states.displayInputValue;
33829
35259
  }
33830
35260
  return props.filterable ? states.displayInputValue.length === 0 : true;
@@ -33914,7 +35344,7 @@
33914
35344
  states.previousValue = val.toString();
33915
35345
  };
33916
35346
  const getValueIndex = (arr = [], value) => {
33917
- if (!isObject$a(value)) {
35347
+ if (!isObject$b(value)) {
33918
35348
  return arr.indexOf(value);
33919
35349
  }
33920
35350
  const valueKey = props.valueKey;
@@ -33929,10 +35359,10 @@
33929
35359
  return index;
33930
35360
  };
33931
35361
  const getValueKey = (item) => {
33932
- return isObject$a(item) ? getValueByPath(item, props.valueKey) : item;
35362
+ return isObject$b(item) ? getValueByPath(item, props.valueKey) : item;
33933
35363
  };
33934
35364
  const getLabel = (item) => {
33935
- return isObject$a(item) ? item.label : item;
35365
+ return isObject$b(item) ? item.label : item;
33936
35366
  };
33937
35367
  const resetInputHeight = () => {
33938
35368
  if (props.collapseTags && !props.filterable) {
@@ -34073,7 +35503,7 @@
34073
35503
  };
34074
35504
  const handleClear = () => {
34075
35505
  let emptyValue;
34076
- if (isArray$9(props.modelValue)) {
35506
+ if (isArray$a(props.modelValue)) {
34077
35507
  emptyValue = [];
34078
35508
  } else {
34079
35509
  emptyValue = "";
@@ -35738,7 +37168,7 @@
35738
37168
  type: [String, Array, Number],
35739
37169
  values: componentSize,
35740
37170
  validator: (val) => {
35741
- return isNumber(val) || isArray$9(val) && val.length === 2 && val.every((i) => isNumber(i));
37171
+ return isNumber(val) || isArray$a(val) && val.length === 2 && val.every((i) => isNumber(i));
35742
37172
  }
35743
37173
  }
35744
37174
  });
@@ -35753,11 +37183,11 @@
35753
37183
  const children = vue.renderSlot(slots, "default", { key: 0 }, () => []);
35754
37184
  if (((_a = children.children) != null ? _a : []).length === 0)
35755
37185
  return null;
35756
- if (isArray$9(children.children)) {
37186
+ if (isArray$a(children.children)) {
35757
37187
  let extractedChildren = [];
35758
37188
  children.children.forEach((child, loopKey) => {
35759
37189
  if (isFragment(child)) {
35760
- if (isArray$9(child.children)) {
37190
+ if (isArray$a(child.children)) {
35761
37191
  child.children.forEach((nested, key) => {
35762
37192
  extractedChildren.push(vue.createVNode(script$o, {
35763
37193
  style: itemStyle.value,
@@ -36434,7 +37864,7 @@
36434
37864
  }
36435
37865
  return null;
36436
37866
  };
36437
- const isObject$3 = function(obj) {
37867
+ const isObject$2 = function(obj) {
36438
37868
  return obj !== null && typeof obj === "object";
36439
37869
  };
36440
37870
  const orderBy = function(array, sortKey, reverse, sortMethod, sortBy) {
@@ -36460,10 +37890,10 @@
36460
37890
  });
36461
37891
  }
36462
37892
  if (sortKey !== "$key") {
36463
- if (isObject$3(value) && "$value" in value)
37893
+ if (isObject$2(value) && "$value" in value)
36464
37894
  value = value.$value;
36465
37895
  }
36466
- return [isObject$3(value) ? getValueByPath(value, sortKey) : value];
37896
+ return [isObject$2(value) ? getValueByPath(value, sortKey) : value];
36467
37897
  };
36468
37898
  const compare = function(a, b) {
36469
37899
  if (sortMethod) {
@@ -45249,30 +46679,6 @@
45249
46679
  script$4.render = render$3;
45250
46680
  script$4.__file = "packages/components/upload/src/upload.vue";
45251
46681
 
45252
- /**
45253
- * A specialized version of `_.forEach` for arrays without support for
45254
- * iteratee shorthands.
45255
- *
45256
- * @private
45257
- * @param {Array} [array] The array to iterate over.
45258
- * @param {Function} iteratee The function invoked per iteration.
45259
- * @returns {Array} Returns `array`.
45260
- */
45261
-
45262
- function arrayEach$1(array, iteratee) {
45263
- var index = -1,
45264
- length = array == null ? 0 : array.length;
45265
-
45266
- while (++index < length) {
45267
- if (iteratee(array[index], index, array) === false) {
45268
- break;
45269
- }
45270
- }
45271
- return array;
45272
- }
45273
-
45274
- var _arrayEach = arrayEach$1;
45275
-
45276
46682
  var defineProperty = _defineProperty;
45277
46683
 
45278
46684
  /**
@@ -45409,7 +46815,7 @@
45409
46815
 
45410
46816
  var _nativeKeysIn = nativeKeysIn$1;
45411
46817
 
45412
- var isObject$2 = isObject_1,
46818
+ var isObject$1 = isObject_1,
45413
46819
  isPrototype$1 = _isPrototype,
45414
46820
  nativeKeysIn = _nativeKeysIn;
45415
46821
 
@@ -45427,7 +46833,7 @@
45427
46833
  * @returns {Array} Returns the array of property names.
45428
46834
  */
45429
46835
  function baseKeysIn$1(object) {
45430
- if (!isObject$2(object)) {
46836
+ if (!isObject$1(object)) {
45431
46837
  return nativeKeysIn(object);
45432
46838
  }
45433
46839
  var isProto = isPrototype$1(object),
@@ -45534,28 +46940,6 @@
45534
46940
  module.exports = cloneBuffer;
45535
46941
  }(_cloneBuffer, _cloneBuffer.exports));
45536
46942
 
45537
- /**
45538
- * Copies the values of `source` to `array`.
45539
- *
45540
- * @private
45541
- * @param {Array} source The array to copy values from.
45542
- * @param {Array} [array=[]] The array to copy values to.
45543
- * @returns {Array} Returns `array`.
45544
- */
45545
-
45546
- function copyArray$1(source, array) {
45547
- var index = -1,
45548
- length = source.length;
45549
-
45550
- array || (array = Array(length));
45551
- while (++index < length) {
45552
- array[index] = source[index];
45553
- }
45554
- return array;
45555
- }
45556
-
45557
- var _copyArray = copyArray$1;
45558
-
45559
46943
  var copyObject$1 = _copyObject,
45560
46944
  getSymbols$1 = _getSymbols;
45561
46945
 
@@ -45836,37 +47220,6 @@
45836
47220
 
45837
47221
  var _initCloneByTag = initCloneByTag$1;
45838
47222
 
45839
- var isObject$1 = isObject_1;
45840
-
45841
- /** Built-in value references. */
45842
- var objectCreate = Object.create;
45843
-
45844
- /**
45845
- * The base implementation of `_.create` without support for assigning
45846
- * properties to the created object.
45847
- *
45848
- * @private
45849
- * @param {Object} proto The object to inherit from.
45850
- * @returns {Object} Returns the new object.
45851
- */
45852
- var baseCreate$1 = (function() {
45853
- function object() {}
45854
- return function(proto) {
45855
- if (!isObject$1(proto)) {
45856
- return {};
45857
- }
45858
- if (objectCreate) {
45859
- return objectCreate(proto);
45860
- }
45861
- object.prototype = proto;
45862
- var result = new object;
45863
- object.prototype = undefined;
45864
- return result;
45865
- };
45866
- }());
45867
-
45868
- var _baseCreate = baseCreate$1;
45869
-
45870
47223
  var baseCreate = _baseCreate,
45871
47224
  getPrototype = _getPrototype,
45872
47225
  isPrototype = _isPrototype;
@@ -46950,7 +48303,7 @@
46950
48303
  const createInstance = (el, binding) => {
46951
48304
  var _a, _b, _c, _d;
46952
48305
  const vm = binding.instance;
46953
- const getBindingProp = (key) => isObject$a(binding.value) ? binding.value[key] : void 0;
48306
+ const getBindingProp = (key) => isObject$b(binding.value) ? binding.value[key] : void 0;
46954
48307
  const resolveExpression = (key) => {
46955
48308
  const data = isString$1(key) && (vm == null ? void 0 : vm[key]) || key;
46956
48309
  if (data)
@@ -46995,7 +48348,7 @@
46995
48348
  if (binding.value && !binding.oldValue) {
46996
48349
  createInstance(el, binding);
46997
48350
  } else if (binding.value && binding.oldValue) {
46998
- if (isObject$a(binding.value))
48351
+ if (isObject$b(binding.value))
46999
48352
  updateOptions(binding.value, instance.options);
47000
48353
  } else {
47001
48354
  instance == null ? void 0 : instance.instance.close();
@@ -48478,6 +49831,7 @@
48478
49831
  exports.useModelToggle = useModelToggle$1;
48479
49832
  exports.useModelToggleEmits = useModelToggleEmits$1;
48480
49833
  exports.useModelToggleProps = useModelToggleProps$1;
49834
+ exports.useNamespace = useNamespace;
48481
49835
  exports.usePopperArrowProps = usePopperArrowProps;
48482
49836
  exports.usePopperContainer = usePopperContainer;
48483
49837
  exports.usePopperContentProps = usePopperContentProps;