@das-fed/ui 1.1.4 → 6.3.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (152) hide show
  1. package/global/icons/index.local.js +1 -1
  2. package/global/style/index.css +1 -1
  3. package/global/style/scrollbar.css +22 -22
  4. package/global/theme/index.js +12 -12
  5. package/global/theme/module/color.js +31 -31
  6. package/global/theme/module/fontSize.js +5 -5
  7. package/global/theme/module/scrollbar.js +6 -6
  8. package/package.json +15 -9
  9. package/packages/business-components/app-container/index.js +154 -147
  10. package/packages/business-components/change-enterprises/index.css +1 -0
  11. package/packages/business-components/change-enterprises/index.js +241 -0
  12. package/packages/business-components/change-pwd/index.css +1 -0
  13. package/packages/business-components/change-pwd/index.js +330 -0
  14. package/packages/business-components/currency-page/index.css +1 -0
  15. package/packages/business-components/currency-page/index.js +99 -0
  16. package/packages/business-components/device-panel/index.css +1 -0
  17. package/packages/business-components/device-panel/index.js +115939 -0
  18. package/packages/business-components/echarts/index.js +93 -122
  19. package/packages/business-components/export-button/index.js +73 -66
  20. package/packages/business-components/import-button/index.js +213 -170
  21. package/packages/business-components/index.js +8 -1
  22. package/packages/business-components/layout-breadcrumb/index.js +82 -66
  23. package/packages/business-components/model-table-dialog/index.js +299 -289
  24. package/packages/business-components/process-configuration/index.css +1 -0
  25. package/packages/business-components/process-configuration/index.js +612 -0
  26. package/packages/business-components/process-form/index.css +1 -0
  27. package/packages/business-components/process-form/index.js +524 -0
  28. package/packages/business-components/process-search-form/index.js +73 -315
  29. package/packages/business-components/process-table/index.css +1 -1
  30. package/packages/business-components/process-table/index.js +186 -152
  31. package/packages/business-components/urgent-panel/index.css +1 -0
  32. package/packages/business-components/urgent-panel/index.js +3914 -0
  33. package/packages/business-components/user-org-dialog/index.js +466 -375
  34. package/packages/business-components/video-dialog/index.css +1 -0
  35. package/packages/business-components/video-dialog/index.js +1041 -0
  36. package/packages/business.js +1 -2
  37. package/packages/components/alert/index.js +449 -633
  38. package/packages/components/audio-video/index.css +1 -1
  39. package/packages/components/audio-video/index.js +312 -126
  40. package/packages/components/autocomplete/index.css +1 -1
  41. package/packages/components/autocomplete/index.js +312 -2923
  42. package/packages/components/breadcrumb/index.js +97 -82
  43. package/packages/components/button/index.css +1 -1
  44. package/packages/components/button/index.js +646 -787
  45. package/packages/components/calendar/index.css +1 -1
  46. package/packages/components/calendar/index.js +655 -3879
  47. package/packages/components/cascader/index.js +209 -203
  48. package/packages/components/checkbox/index.css +1 -1
  49. package/packages/components/checkbox/index.js +710 -872
  50. package/packages/components/collapse-panel/index.css +1 -1
  51. package/packages/components/collapse-panel/index.js +419 -601
  52. package/packages/components/collapse-transition/index.js +23 -21
  53. package/packages/components/collaspe/index.css +1 -1
  54. package/packages/components/collaspe/index.js +413 -595
  55. package/packages/components/color-picker/index.css +1 -1
  56. package/packages/components/color-picker/index.js +176 -133
  57. package/packages/components/custom-search-item/index.js +43 -37
  58. package/packages/components/date-picker/index.js +1338 -1459
  59. package/packages/components/dialog/index.js +429 -215
  60. package/packages/components/dimple-layout/index.css +1 -1
  61. package/packages/components/dimple-layout/index.js +1298 -1794
  62. package/packages/components/drawer/index.js +105 -77
  63. package/packages/components/dropdown/index.js +129 -109
  64. package/packages/components/edit-table/index.css +1 -1
  65. package/packages/components/edit-table/index.js +868 -752
  66. package/packages/components/empty/index.js +83 -78
  67. package/packages/components/form/index.js +22 -15
  68. package/packages/components/form-item/index.css +1 -1
  69. package/packages/components/form-item/index.js +601 -440
  70. package/packages/components/icon/index.css +1 -1
  71. package/packages/components/icon/index.js +38 -22
  72. package/packages/components/image-preview/index.css +1 -0
  73. package/packages/components/image-preview/index.js +2714 -0
  74. package/packages/components/image-upload/index.js +601 -765
  75. package/packages/components/image-viewer/index.css +1 -1
  76. package/packages/components/image-viewer/index.js +909 -990
  77. package/packages/components/index.js +2 -2
  78. package/packages/components/input/index.css +1 -1
  79. package/packages/components/input/index.js +284 -256
  80. package/packages/components/input-dialog-select/index.css +1 -1
  81. package/packages/components/input-dialog-select/index.js +179 -156
  82. package/packages/components/input-number/index.css +1 -1
  83. package/packages/components/input-number/index.js +157 -170
  84. package/packages/components/live-player/index.css +1 -0
  85. package/packages/components/live-player/index.js +170 -0
  86. package/packages/components/loading/index.js +17 -26
  87. package/packages/components/map/index.css +1 -1
  88. package/packages/components/map/index.js +18913 -461
  89. package/packages/components/menu-aside/index.css +1 -1
  90. package/packages/components/menu-aside/index.js +648 -713
  91. package/packages/components/menu-header/index.js +446 -629
  92. package/packages/components/message/index.js +25 -16
  93. package/packages/components/notification/index.js +386 -575
  94. package/packages/components/overlay/index.js +112 -103
  95. package/packages/components/pagination/index.js +260 -330
  96. package/packages/components/popover/index.js +104 -93
  97. package/packages/components/popup-mask/index.css +1 -1
  98. package/packages/components/popup-mask/index.js +77 -72
  99. package/packages/components/preview/index.js +33 -28
  100. package/packages/components/progress/index.js +214 -221
  101. package/packages/components/radio/index.css +1 -1
  102. package/packages/components/radio/index.js +699 -862
  103. package/packages/components/radio-tabs/index.js +144 -107
  104. package/packages/components/rich-editor/index.css +1 -1
  105. package/packages/components/rich-editor/index.js +105 -106
  106. package/packages/components/scrollbar/index.css +3 -2
  107. package/packages/components/scrollbar/index.js +2262 -1201
  108. package/packages/components/search/index.js +500 -664
  109. package/packages/components/search-form/index.css +1 -1
  110. package/packages/components/search-form/index.js +724 -626
  111. package/packages/components/select/index.css +1 -1
  112. package/packages/components/select/index.js +1052 -950
  113. package/packages/components/select-input/index.js +63 -53
  114. package/packages/components/select-list/index.css +1 -1
  115. package/packages/components/select-list/index.js +258 -235
  116. package/packages/components/special-range-picker-month/index.css +1 -1
  117. package/packages/components/special-range-picker-month/index.js +3068 -72555
  118. package/packages/components/special-range-picker-year/index.css +1 -1
  119. package/packages/components/special-range-picker-year/index.js +345 -339
  120. package/packages/components/spin/index.js +415 -594
  121. package/packages/components/split-panel/index.css +1 -1
  122. package/packages/components/split-panel/index.js +146 -127
  123. package/packages/components/step/index.js +414 -597
  124. package/packages/components/steps/index.js +407 -590
  125. package/packages/components/switch/index.js +23 -23
  126. package/packages/components/table/index.css +1 -1
  127. package/packages/components/table/index.js +80813 -27734
  128. package/packages/components/tabs/index.css +1 -1
  129. package/packages/components/tabs/index.js +620 -813
  130. package/packages/components/tag/index.js +63 -63
  131. package/packages/components/text-tooltip/index.css +9 -0
  132. package/packages/components/text-tooltip/index.js +2739 -33
  133. package/packages/components/time-line/index.js +464 -643
  134. package/packages/components/tooltip/index.css +1 -1
  135. package/packages/components/tooltip/index.js +108 -79
  136. package/packages/components/tree/index.css +1 -1
  137. package/packages/components/tree/index.js +840 -809
  138. package/packages/components/tree-select/index.js +271 -303
  139. package/packages/components/tree-table/index.js +461 -352
  140. package/packages/components/upload/index.js +682 -858
  141. package/packages/components/virtual-tree/index.css +1 -1
  142. package/packages/components/virtual-tree/index.js +144 -126
  143. package/packages/index.d.ts +1 -0
  144. package/packages/index.js +2 -2
  145. package/style/business.css +11 -4
  146. package/style/index.css +52 -42
  147. package/packages/business-components/low-code/index.css +0 -1
  148. package/packages/business-components/low-code/index.js +0 -60
  149. package/packages/components/audio-video-player/index.css +0 -1
  150. package/packages/components/audio-video-player/index.js +0 -83
  151. package/packages/components/table-column/index.css +0 -1
  152. package/packages/components/table-column/index.js +0 -82021
@@ -15,35 +15,29 @@ function _typeof$2(o) {
15
15
  }, _typeof$2(o);
16
16
  }
17
17
 
18
- function _toPrimitive(input, hint) {
19
- if (_typeof$2(input) !== "object" || input === null) return input;
20
- var prim = input[Symbol.toPrimitive];
21
- if (prim !== undefined) {
22
- var res = prim.call(input, hint || "default");
23
- if (_typeof$2(res) !== "object") return res;
18
+ function toPrimitive(t, r) {
19
+ if ("object" != _typeof$2(t) || !t) return t;
20
+ var e = t[Symbol.toPrimitive];
21
+ if (void 0 !== e) {
22
+ var i = e.call(t, r || "default");
23
+ if ("object" != _typeof$2(i)) return i;
24
24
  throw new TypeError("@@toPrimitive must return a primitive value.");
25
25
  }
26
- return (hint === "string" ? String : Number)(input);
26
+ return ("string" === r ? String : Number)(t);
27
27
  }
28
28
 
29
- function _toPropertyKey(arg) {
30
- var key = _toPrimitive(arg, "string");
31
- return _typeof$2(key) === "symbol" ? key : String(key);
29
+ function toPropertyKey(t) {
30
+ var i = toPrimitive(t, "string");
31
+ return "symbol" == _typeof$2(i) ? i : i + "";
32
32
  }
33
33
 
34
- function _defineProperty$U(obj, key, value) {
35
- key = _toPropertyKey(key);
36
- if (key in obj) {
37
- Object.defineProperty(obj, key, {
38
- value: value,
39
- enumerable: true,
40
- configurable: true,
41
- writable: true
42
- });
43
- } else {
44
- obj[key] = value;
45
- }
46
- return obj;
34
+ function _defineProperty$U(e, r, t) {
35
+ return (r = toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
36
+ value: t,
37
+ enumerable: !0,
38
+ configurable: !0,
39
+ writable: !0
40
+ }) : e[r] = t, e;
47
41
  }
48
42
 
49
43
  function ownKeys$1(e, r) {
@@ -69,18 +63,13 @@ function _objectSpread2$1(e) {
69
63
  }
70
64
 
71
65
  function _extends$1() {
72
- _extends$1 = Object.assign ? Object.assign.bind() : function (target) {
73
- for (var i = 1; i < arguments.length; i++) {
74
- var source = arguments[i];
75
- for (var key in source) {
76
- if (Object.prototype.hasOwnProperty.call(source, key)) {
77
- target[key] = source[key];
78
- }
79
- }
66
+ return _extends$1 = Object.assign ? Object.assign.bind() : function (n) {
67
+ for (var e = 1; e < arguments.length; e++) {
68
+ var t = arguments[e];
69
+ for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]);
80
70
  }
81
- return target;
82
- };
83
- return _extends$1.apply(this, arguments);
71
+ return n;
72
+ }, _extends$1.apply(null, arguments);
84
73
  }
85
74
 
86
75
  var isFunction$2 = function isFunction(val) {
@@ -1112,8 +1101,8 @@ var index$2 = (function () {
1112
1101
  return ResizeObserver$2;
1113
1102
  })();
1114
1103
 
1115
- function _arrayWithHoles$2(arr) {
1116
- if (Array.isArray(arr)) return arr;
1104
+ function _arrayWithHoles$2(r) {
1105
+ if (Array.isArray(r)) return r;
1117
1106
  }
1118
1107
 
1119
1108
  function _iterableToArrayLimit$2(r, l) {
@@ -1144,43 +1133,42 @@ function _iterableToArrayLimit$2(r, l) {
1144
1133
  }
1145
1134
  }
1146
1135
 
1147
- function _arrayLikeToArray$2(arr, len) {
1148
- if (len == null || len > arr.length) len = arr.length;
1149
- for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i];
1150
- return arr2;
1136
+ function _arrayLikeToArray$2(r, a) {
1137
+ (null == a || a > r.length) && (a = r.length);
1138
+ for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e];
1139
+ return n;
1151
1140
  }
1152
1141
 
1153
- function _unsupportedIterableToArray$2(o, minLen) {
1154
- if (!o) return;
1155
- if (typeof o === "string") return _arrayLikeToArray$2(o, minLen);
1156
- var n = Object.prototype.toString.call(o).slice(8, -1);
1157
- if (n === "Object" && o.constructor) n = o.constructor.name;
1158
- if (n === "Map" || n === "Set") return Array.from(o);
1159
- if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray$2(o, minLen);
1142
+ function _unsupportedIterableToArray$2(r, a) {
1143
+ if (r) {
1144
+ if ("string" == typeof r) return _arrayLikeToArray$2(r, a);
1145
+ var t = {}.toString.call(r).slice(8, -1);
1146
+ return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray$2(r, a) : void 0;
1147
+ }
1160
1148
  }
1161
1149
 
1162
1150
  function _nonIterableRest$2() {
1163
1151
  throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
1164
1152
  }
1165
1153
 
1166
- function _slicedToArray$2(arr, i) {
1167
- return _arrayWithHoles$2(arr) || _iterableToArrayLimit$2(arr, i) || _unsupportedIterableToArray$2(arr, i) || _nonIterableRest$2();
1154
+ function _slicedToArray$2(r, e) {
1155
+ return _arrayWithHoles$2(r) || _iterableToArrayLimit$2(r, e) || _unsupportedIterableToArray$2(r, e) || _nonIterableRest$2();
1168
1156
  }
1169
1157
 
1170
- function _arrayWithoutHoles(arr) {
1171
- if (Array.isArray(arr)) return _arrayLikeToArray$2(arr);
1158
+ function _arrayWithoutHoles(r) {
1159
+ if (Array.isArray(r)) return _arrayLikeToArray$2(r);
1172
1160
  }
1173
1161
 
1174
- function _iterableToArray(iter) {
1175
- if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter);
1162
+ function _iterableToArray(r) {
1163
+ if ("undefined" != typeof Symbol && null != r[Symbol.iterator] || null != r["@@iterator"]) return Array.from(r);
1176
1164
  }
1177
1165
 
1178
1166
  function _nonIterableSpread() {
1179
1167
  throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
1180
1168
  }
1181
1169
 
1182
- function _toConsumableArray(arr) {
1183
- return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray$2(arr) || _nonIterableSpread();
1170
+ function _toConsumableArray(r) {
1171
+ return _arrayWithoutHoles(r) || _iterableToArray(r) || _unsupportedIterableToArray$2(r) || _nonIterableSpread();
1184
1172
  }
1185
1173
 
1186
1174
  /** Detect free variable `global` from Node.js. */
@@ -1592,13 +1580,6 @@ function getStyle(ele, camel) {
1592
1580
  var style = props.style || {};
1593
1581
  if (typeof style === 'string') {
1594
1582
  style = parseStyleText(style, camel);
1595
- } else if (camel && style) {
1596
- // 驼峰化
1597
- var res = {};
1598
- Object.keys(style).forEach(function (k) {
1599
- return res[camelize(k)] = style[k];
1600
- });
1601
- return res;
1602
1583
  }
1603
1584
  return style;
1604
1585
  }
@@ -1948,33 +1929,26 @@ function removeObserveTarget(affix) {
1948
1929
  }
1949
1930
  }
1950
1931
 
1951
- function _objectWithoutPropertiesLoose$2(source, excluded) {
1952
- if (source == null) return {};
1953
- var target = {};
1954
- var sourceKeys = Object.keys(source);
1955
- var key, i;
1956
- for (i = 0; i < sourceKeys.length; i++) {
1957
- key = sourceKeys[i];
1958
- if (excluded.indexOf(key) >= 0) continue;
1959
- target[key] = source[key];
1932
+ function _objectWithoutPropertiesLoose$2(r, e) {
1933
+ if (null == r) return {};
1934
+ var t = {};
1935
+ for (var n in r) if ({}.hasOwnProperty.call(r, n)) {
1936
+ if (e.indexOf(n) >= 0) continue;
1937
+ t[n] = r[n];
1960
1938
  }
1961
- return target;
1939
+ return t;
1962
1940
  }
1963
1941
 
1964
- function _objectWithoutProperties$2(source, excluded) {
1965
- if (source == null) return {};
1966
- var target = _objectWithoutPropertiesLoose$2(source, excluded);
1967
- var key, i;
1942
+ function _objectWithoutProperties$2(e, t) {
1943
+ if (null == e) return {};
1944
+ var o,
1945
+ r,
1946
+ i = _objectWithoutPropertiesLoose$2(e, t);
1968
1947
  if (Object.getOwnPropertySymbols) {
1969
- var sourceSymbolKeys = Object.getOwnPropertySymbols(source);
1970
- for (i = 0; i < sourceSymbolKeys.length; i++) {
1971
- key = sourceSymbolKeys[i];
1972
- if (excluded.indexOf(key) >= 0) continue;
1973
- if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
1974
- target[key] = source[key];
1975
- }
1948
+ var n = Object.getOwnPropertySymbols(e);
1949
+ for (r = 0; r < n.length; r++) o = n[r], t.indexOf(o) >= 0 || {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]);
1976
1950
  }
1977
- return target;
1951
+ return i;
1978
1952
  }
1979
1953
 
1980
1954
  var enUS = {
@@ -2899,8 +2873,7 @@ Notification.newInstance = function newNotificationInstance(properties, callback
2899
2873
  };
2900
2874
 
2901
2875
  // This icon file is generated automatically.
2902
- var LoadingOutlined$2 = { "icon": { "tag": "svg", "attrs": { "viewBox": "0 0 1024 1024", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M988 548c-19.9 0-36-16.1-36-36 0-59.4-11.6-117-34.6-171.3a440.45 440.45 0 00-94.3-139.9 437.71 437.71 0 00-139.9-94.3C629 83.6 571.4 72 512 72c-19.9 0-36-16.1-36-36s16.1-36 36-36c69.1 0 136.2 13.5 199.3 40.3C772.3 66 827 103 874 150c47 47 83.9 101.8 109.7 162.7 26.7 63.1 40.2 130.2 40.2 199.3.1 19.9-16 36-35.9 36z" } }] }, "name": "loading", "theme": "outlined" };
2903
- var LoadingOutlinedSvg = LoadingOutlined$2;
2876
+ var LoadingOutlined$1 = { "icon": { "tag": "svg", "attrs": { "viewBox": "0 0 1024 1024", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M988 548c-19.9 0-36-16.1-36-36 0-59.4-11.6-117-34.6-171.3a440.45 440.45 0 00-94.3-139.9 437.71 437.71 0 00-139.9-94.3C629 83.6 571.4 72 512 72c-19.9 0-36-16.1-36-36s16.1-36 36-36c69.1 0 136.2 13.5 199.3 40.3C772.3 66 827 103 874 150c47 47 83.9 101.8 109.7 162.7 26.7 63.1 40.2 130.2 40.2 199.3.1 19.9-16 36-35.9 36z" } }] }, "name": "loading", "theme": "outlined" };
2904
2877
 
2905
2878
  /**
2906
2879
  * Take input from [0, n] and return it as [0, 1]
@@ -4577,17 +4550,15 @@ var LoadingOutlined = function LoadingOutlined(props, context) {
4577
4550
  var p = _objectSpread$P({}, props, context.attrs);
4578
4551
 
4579
4552
  return createVNode(Icon, _objectSpread$P({}, p, {
4580
- "icon": LoadingOutlinedSvg
4553
+ "icon": LoadingOutlined$1
4581
4554
  }), null);
4582
4555
  };
4583
4556
 
4584
4557
  LoadingOutlined.displayName = 'LoadingOutlined';
4585
4558
  LoadingOutlined.inheritAttrs = false;
4586
- var LoadingOutlined$1 = LoadingOutlined;
4587
4559
 
4588
4560
  // This icon file is generated automatically.
4589
- var ExclamationCircleFilled$2 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm-32 232c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v272c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V296zm32 440a48.01 48.01 0 010-96 48.01 48.01 0 010 96z" } }] }, "name": "exclamation-circle", "theme": "filled" };
4590
- var ExclamationCircleFilledSvg = ExclamationCircleFilled$2;
4561
+ var ExclamationCircleFilled$1 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm-32 232c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v272c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V296zm32 440a48.01 48.01 0 010-96 48.01 48.01 0 010 96z" } }] }, "name": "exclamation-circle", "theme": "filled" };
4591
4562
 
4592
4563
  function _objectSpread$O(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? Object(arguments[i]) : {}; var ownKeys = Object.keys(source); if (typeof Object.getOwnPropertySymbols === 'function') { ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function (sym) { return Object.getOwnPropertyDescriptor(source, sym).enumerable; })); } ownKeys.forEach(function (key) { _defineProperty$P(target, key, source[key]); }); } return target; }
4593
4564
 
@@ -4597,17 +4568,15 @@ var ExclamationCircleFilled = function ExclamationCircleFilled(props, context) {
4597
4568
  var p = _objectSpread$O({}, props, context.attrs);
4598
4569
 
4599
4570
  return createVNode(Icon, _objectSpread$O({}, p, {
4600
- "icon": ExclamationCircleFilledSvg
4571
+ "icon": ExclamationCircleFilled$1
4601
4572
  }), null);
4602
4573
  };
4603
4574
 
4604
4575
  ExclamationCircleFilled.displayName = 'ExclamationCircleFilled';
4605
4576
  ExclamationCircleFilled.inheritAttrs = false;
4606
- var ExclamationCircleFilled$1 = ExclamationCircleFilled;
4607
4577
 
4608
4578
  // This icon file is generated automatically.
4609
- var CloseCircleFilled$2 = { "icon": { "tag": "svg", "attrs": { "fill-rule": "evenodd", "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64c247.4 0 448 200.6 448 448S759.4 960 512 960 64 759.4 64 512 264.6 64 512 64zm127.98 274.82h-.04l-.08.06L512 466.75 384.14 338.88c-.04-.05-.06-.06-.08-.06a.12.12 0 00-.07 0c-.03 0-.05.01-.09.05l-45.02 45.02a.2.2 0 00-.05.09.12.12 0 000 .07v.02a.27.27 0 00.06.06L466.75 512 338.88 639.86c-.05.04-.06.06-.06.08a.12.12 0 000 .07c0 .03.01.05.05.09l45.02 45.02a.2.2 0 00.09.05.12.12 0 00.07 0c.02 0 .04-.01.08-.05L512 557.25l127.86 127.87c.04.04.06.05.08.05a.12.12 0 00.07 0c.03 0 .05-.01.09-.05l45.02-45.02a.2.2 0 00.05-.09.12.12 0 000-.07v-.02a.27.27 0 00-.05-.06L557.25 512l127.87-127.86c.04-.04.05-.06.05-.08a.12.12 0 000-.07c0-.03-.01-.05-.05-.09l-45.02-45.02a.2.2 0 00-.09-.05.12.12 0 00-.07 0z" } }] }, "name": "close-circle", "theme": "filled" };
4610
- var CloseCircleFilledSvg = CloseCircleFilled$2;
4579
+ var CloseCircleFilled$1 = { "icon": { "tag": "svg", "attrs": { "fill-rule": "evenodd", "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64c247.4 0 448 200.6 448 448S759.4 960 512 960 64 759.4 64 512 264.6 64 512 64zm127.98 274.82h-.04l-.08.06L512 466.75 384.14 338.88c-.04-.05-.06-.06-.08-.06a.12.12 0 00-.07 0c-.03 0-.05.01-.09.05l-45.02 45.02a.2.2 0 00-.05.09.12.12 0 000 .07v.02a.27.27 0 00.06.06L466.75 512 338.88 639.86c-.05.04-.06.06-.06.08a.12.12 0 000 .07c0 .03.01.05.05.09l45.02 45.02a.2.2 0 00.09.05.12.12 0 00.07 0c.02 0 .04-.01.08-.05L512 557.25l127.86 127.87c.04.04.06.05.08.05a.12.12 0 00.07 0c.03 0 .05-.01.09-.05l45.02-45.02a.2.2 0 00.05-.09.12.12 0 000-.07v-.02a.27.27 0 00-.05-.06L557.25 512l127.87-127.86c.04-.04.05-.06.05-.08a.12.12 0 000-.07c0-.03-.01-.05-.05-.09l-45.02-45.02a.2.2 0 00-.09-.05.12.12 0 00-.07 0z" } }] }, "name": "close-circle", "theme": "filled" };
4611
4580
 
4612
4581
  function _objectSpread$N(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? Object(arguments[i]) : {}; var ownKeys = Object.keys(source); if (typeof Object.getOwnPropertySymbols === 'function') { ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function (sym) { return Object.getOwnPropertyDescriptor(source, sym).enumerable; })); } ownKeys.forEach(function (key) { _defineProperty$O(target, key, source[key]); }); } return target; }
4613
4582
 
@@ -4617,17 +4586,15 @@ var CloseCircleFilled = function CloseCircleFilled(props, context) {
4617
4586
  var p = _objectSpread$N({}, props, context.attrs);
4618
4587
 
4619
4588
  return createVNode(Icon, _objectSpread$N({}, p, {
4620
- "icon": CloseCircleFilledSvg
4589
+ "icon": CloseCircleFilled$1
4621
4590
  }), null);
4622
4591
  };
4623
4592
 
4624
4593
  CloseCircleFilled.displayName = 'CloseCircleFilled';
4625
4594
  CloseCircleFilled.inheritAttrs = false;
4626
- var CloseCircleFilled$1 = CloseCircleFilled;
4627
4595
 
4628
4596
  // This icon file is generated automatically.
4629
- var CheckCircleFilled$2 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm193.5 301.7l-210.6 292a31.8 31.8 0 01-51.7 0L318.5 484.9c-3.8-5.3 0-12.7 6.5-12.7h46.9c10.2 0 19.9 4.9 25.9 13.3l71.2 98.8 157.2-218c6-8.3 15.6-13.3 25.9-13.3H699c6.5 0 10.3 7.4 6.5 12.7z" } }] }, "name": "check-circle", "theme": "filled" };
4630
- var CheckCircleFilledSvg = CheckCircleFilled$2;
4597
+ var CheckCircleFilled$1 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm193.5 301.7l-210.6 292a31.8 31.8 0 01-51.7 0L318.5 484.9c-3.8-5.3 0-12.7 6.5-12.7h46.9c10.2 0 19.9 4.9 25.9 13.3l71.2 98.8 157.2-218c6-8.3 15.6-13.3 25.9-13.3H699c6.5 0 10.3 7.4 6.5 12.7z" } }] }, "name": "check-circle", "theme": "filled" };
4631
4598
 
4632
4599
  function _objectSpread$M(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? Object(arguments[i]) : {}; var ownKeys = Object.keys(source); if (typeof Object.getOwnPropertySymbols === 'function') { ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function (sym) { return Object.getOwnPropertyDescriptor(source, sym).enumerable; })); } ownKeys.forEach(function (key) { _defineProperty$N(target, key, source[key]); }); } return target; }
4633
4600
 
@@ -4637,17 +4604,15 @@ var CheckCircleFilled = function CheckCircleFilled(props, context) {
4637
4604
  var p = _objectSpread$M({}, props, context.attrs);
4638
4605
 
4639
4606
  return createVNode(Icon, _objectSpread$M({}, p, {
4640
- "icon": CheckCircleFilledSvg
4607
+ "icon": CheckCircleFilled$1
4641
4608
  }), null);
4642
4609
  };
4643
4610
 
4644
4611
  CheckCircleFilled.displayName = 'CheckCircleFilled';
4645
4612
  CheckCircleFilled.inheritAttrs = false;
4646
- var CheckCircleFilled$1 = CheckCircleFilled;
4647
4613
 
4648
4614
  // This icon file is generated automatically.
4649
- var InfoCircleFilled$2 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm32 664c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V456c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v272zm-32-344a48.01 48.01 0 010-96 48.01 48.01 0 010 96z" } }] }, "name": "info-circle", "theme": "filled" };
4650
- var InfoCircleFilledSvg = InfoCircleFilled$2;
4615
+ var InfoCircleFilled$1 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm32 664c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V456c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v272zm-32-344a48.01 48.01 0 010-96 48.01 48.01 0 010 96z" } }] }, "name": "info-circle", "theme": "filled" };
4651
4616
 
4652
4617
  function _objectSpread$L(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? Object(arguments[i]) : {}; var ownKeys = Object.keys(source); if (typeof Object.getOwnPropertySymbols === 'function') { ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function (sym) { return Object.getOwnPropertyDescriptor(source, sym).enumerable; })); } ownKeys.forEach(function (key) { _defineProperty$M(target, key, source[key]); }); } return target; }
4653
4618
 
@@ -4657,13 +4622,12 @@ var InfoCircleFilled = function InfoCircleFilled(props, context) {
4657
4622
  var p = _objectSpread$L({}, props, context.attrs);
4658
4623
 
4659
4624
  return createVNode(Icon, _objectSpread$L({}, p, {
4660
- "icon": InfoCircleFilledSvg
4625
+ "icon": InfoCircleFilled$1
4661
4626
  }), null);
4662
4627
  };
4663
4628
 
4664
4629
  InfoCircleFilled.displayName = 'InfoCircleFilled';
4665
4630
  InfoCircleFilled.inheritAttrs = false;
4666
- var InfoCircleFilled$1 = InfoCircleFilled;
4667
4631
 
4668
4632
  var defaultDuration$1 = 3;
4669
4633
  var defaultTop$1;
@@ -4737,11 +4701,11 @@ function getMessageInstance(args, callback) {
4737
4701
  });
4738
4702
  }
4739
4703
  var typeToIcon$1 = {
4740
- info: InfoCircleFilled$1,
4741
- success: CheckCircleFilled$1,
4742
- error: CloseCircleFilled$1,
4743
- warning: ExclamationCircleFilled$1,
4744
- loading: LoadingOutlined$1
4704
+ info: InfoCircleFilled,
4705
+ success: CheckCircleFilled,
4706
+ error: CloseCircleFilled,
4707
+ warning: ExclamationCircleFilled,
4708
+ loading: LoadingOutlined
4745
4709
  };
4746
4710
  function notice$1(args) {
4747
4711
  var duration = args.duration !== undefined ? args.duration : defaultDuration$1;
@@ -4830,33 +4794,28 @@ function attachTypeApi(originalApi, type) {
4830
4794
  });
4831
4795
  api$1.warn = api$1.warning;
4832
4796
 
4833
- function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) {
4797
+ function asyncGeneratorStep(n, t, e, r, o, a, c) {
4834
4798
  try {
4835
- var info = gen[key](arg);
4836
- var value = info.value;
4837
- } catch (error) {
4838
- reject(error);
4839
- return;
4840
- }
4841
- if (info.done) {
4842
- resolve(value);
4843
- } else {
4844
- Promise.resolve(value).then(_next, _throw);
4799
+ var i = n[a](c),
4800
+ u = i.value;
4801
+ } catch (n) {
4802
+ return void e(n);
4845
4803
  }
4804
+ i.done ? t(u) : Promise.resolve(u).then(r, o);
4846
4805
  }
4847
- function _asyncToGenerator(fn) {
4806
+ function _asyncToGenerator(n) {
4848
4807
  return function () {
4849
- var self = this,
4850
- args = arguments;
4851
- return new Promise(function (resolve, reject) {
4852
- var gen = fn.apply(self, args);
4853
- function _next(value) {
4854
- asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value);
4808
+ var t = this,
4809
+ e = arguments;
4810
+ return new Promise(function (r, o) {
4811
+ var a = n.apply(t, e);
4812
+ function _next(n) {
4813
+ asyncGeneratorStep(a, r, o, _next, _throw, "next", n);
4855
4814
  }
4856
- function _throw(err) {
4857
- asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err);
4815
+ function _throw(n) {
4816
+ asyncGeneratorStep(a, r, o, _next, _throw, "throw", n);
4858
4817
  }
4859
- _next(undefined);
4818
+ _next(void 0);
4860
4819
  });
4861
4820
  };
4862
4821
  }
@@ -4996,7 +4955,7 @@ var _typeofExports = _typeof$1.exports;
4996
4955
  function makeInvokeMethod(e, r, n) {
4997
4956
  var o = h;
4998
4957
  return function (i, a) {
4999
- if (o === f) throw new Error("Generator is already running");
4958
+ if (o === f) throw Error("Generator is already running");
5000
4959
  if (o === s) {
5001
4960
  if ("throw" === i) throw a;
5002
4961
  return {
@@ -5138,7 +5097,7 @@ var _typeofExports = _typeof$1.exports;
5138
5097
  } else if (c) {
5139
5098
  if (this.prev < i.catchLoc) return handle(i.catchLoc, !0);
5140
5099
  } else {
5141
- if (!u) throw new Error("try statement without catch or finally");
5100
+ if (!u) throw Error("try statement without catch or finally");
5142
5101
  if (this.prev < i.finallyLoc) return handle(i.finallyLoc);
5143
5102
  }
5144
5103
  }
@@ -5178,7 +5137,7 @@ var _typeofExports = _typeof$1.exports;
5178
5137
  return o;
5179
5138
  }
5180
5139
  }
5181
- throw new Error("illegal catch attempt");
5140
+ throw Error("illegal catch attempt");
5182
5141
  },
5183
5142
  delegateYield: function delegateYield(e, r, n) {
5184
5143
  return this.delegate = {
@@ -5213,8 +5172,7 @@ try {
5213
5172
  var _regeneratorRuntime = /*@__PURE__*/getDefaultExportFromCjs(regenerator);
5214
5173
 
5215
5174
  // This icon file is generated automatically.
5216
- var CheckCircleOutlined$2 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M699 353h-46.9c-10.2 0-19.9 4.9-25.9 13.3L469 584.3l-71.2-98.8c-6-8.3-15.6-13.3-25.9-13.3H325c-6.5 0-10.3 7.4-6.5 12.7l124.6 172.8a31.8 31.8 0 0051.7 0l210.6-292c3.9-5.3.1-12.7-6.4-12.7z" } }, { "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z" } }] }, "name": "check-circle", "theme": "outlined" };
5217
- var CheckCircleOutlinedSvg = CheckCircleOutlined$2;
5175
+ var CheckCircleOutlined$1 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M699 353h-46.9c-10.2 0-19.9 4.9-25.9 13.3L469 584.3l-71.2-98.8c-6-8.3-15.6-13.3-25.9-13.3H325c-6.5 0-10.3 7.4-6.5 12.7l124.6 172.8a31.8 31.8 0 0051.7 0l210.6-292c3.9-5.3.1-12.7-6.4-12.7z" } }, { "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z" } }] }, "name": "check-circle", "theme": "outlined" };
5218
5176
 
5219
5177
  function _objectSpread$K(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? Object(arguments[i]) : {}; var ownKeys = Object.keys(source); if (typeof Object.getOwnPropertySymbols === 'function') { ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function (sym) { return Object.getOwnPropertyDescriptor(source, sym).enumerable; })); } ownKeys.forEach(function (key) { _defineProperty$L(target, key, source[key]); }); } return target; }
5220
5178
 
@@ -5224,17 +5182,15 @@ var CheckCircleOutlined = function CheckCircleOutlined(props, context) {
5224
5182
  var p = _objectSpread$K({}, props, context.attrs);
5225
5183
 
5226
5184
  return createVNode(Icon, _objectSpread$K({}, p, {
5227
- "icon": CheckCircleOutlinedSvg
5185
+ "icon": CheckCircleOutlined$1
5228
5186
  }), null);
5229
5187
  };
5230
5188
 
5231
5189
  CheckCircleOutlined.displayName = 'CheckCircleOutlined';
5232
5190
  CheckCircleOutlined.inheritAttrs = false;
5233
- var CheckCircleOutlined$1 = CheckCircleOutlined;
5234
5191
 
5235
5192
  // This icon file is generated automatically.
5236
- var InfoCircleOutlined$2 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z" } }, { "tag": "path", "attrs": { "d": "M464 336a48 48 0 1096 0 48 48 0 10-96 0zm72 112h-48c-4.4 0-8 3.6-8 8v272c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V456c0-4.4-3.6-8-8-8z" } }] }, "name": "info-circle", "theme": "outlined" };
5237
- var InfoCircleOutlinedSvg = InfoCircleOutlined$2;
5193
+ var InfoCircleOutlined$1 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z" } }, { "tag": "path", "attrs": { "d": "M464 336a48 48 0 1096 0 48 48 0 10-96 0zm72 112h-48c-4.4 0-8 3.6-8 8v272c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V456c0-4.4-3.6-8-8-8z" } }] }, "name": "info-circle", "theme": "outlined" };
5238
5194
 
5239
5195
  function _objectSpread$J(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? Object(arguments[i]) : {}; var ownKeys = Object.keys(source); if (typeof Object.getOwnPropertySymbols === 'function') { ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function (sym) { return Object.getOwnPropertyDescriptor(source, sym).enumerable; })); } ownKeys.forEach(function (key) { _defineProperty$K(target, key, source[key]); }); } return target; }
5240
5196
 
@@ -5244,17 +5200,15 @@ var InfoCircleOutlined = function InfoCircleOutlined(props, context) {
5244
5200
  var p = _objectSpread$J({}, props, context.attrs);
5245
5201
 
5246
5202
  return createVNode(Icon, _objectSpread$J({}, p, {
5247
- "icon": InfoCircleOutlinedSvg
5203
+ "icon": InfoCircleOutlined$1
5248
5204
  }), null);
5249
5205
  };
5250
5206
 
5251
5207
  InfoCircleOutlined.displayName = 'InfoCircleOutlined';
5252
5208
  InfoCircleOutlined.inheritAttrs = false;
5253
- var InfoCircleOutlined$1 = InfoCircleOutlined;
5254
5209
 
5255
5210
  // This icon file is generated automatically.
5256
- var CloseCircleOutlined$2 = { "icon": { "tag": "svg", "attrs": { "fill-rule": "evenodd", "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64c247.4 0 448 200.6 448 448S759.4 960 512 960 64 759.4 64 512 264.6 64 512 64zm0 76c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm128.01 198.83c.03 0 .05.01.09.06l45.02 45.01a.2.2 0 01.05.09.12.12 0 010 .07c0 .02-.01.04-.05.08L557.25 512l127.87 127.86a.27.27 0 01.05.06v.02a.12.12 0 010 .07c0 .03-.01.05-.05.09l-45.02 45.02a.2.2 0 01-.09.05.12.12 0 01-.07 0c-.02 0-.04-.01-.08-.05L512 557.25 384.14 685.12c-.04.04-.06.05-.08.05a.12.12 0 01-.07 0c-.03 0-.05-.01-.09-.05l-45.02-45.02a.2.2 0 01-.05-.09.12.12 0 010-.07c0-.02.01-.04.06-.08L466.75 512 338.88 384.14a.27.27 0 01-.05-.06l-.01-.02a.12.12 0 010-.07c0-.03.01-.05.05-.09l45.02-45.02a.2.2 0 01.09-.05.12.12 0 01.07 0c.02 0 .04.01.08.06L512 466.75l127.86-127.86c.04-.05.06-.06.08-.06a.12.12 0 01.07 0z" } }] }, "name": "close-circle", "theme": "outlined" };
5257
- var CloseCircleOutlinedSvg = CloseCircleOutlined$2;
5211
+ var CloseCircleOutlined$1 = { "icon": { "tag": "svg", "attrs": { "fill-rule": "evenodd", "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64c247.4 0 448 200.6 448 448S759.4 960 512 960 64 759.4 64 512 264.6 64 512 64zm0 76c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm128.01 198.83c.03 0 .05.01.09.06l45.02 45.01a.2.2 0 01.05.09.12.12 0 010 .07c0 .02-.01.04-.05.08L557.25 512l127.87 127.86a.27.27 0 01.05.06v.02a.12.12 0 010 .07c0 .03-.01.05-.05.09l-45.02 45.02a.2.2 0 01-.09.05.12.12 0 01-.07 0c-.02 0-.04-.01-.08-.05L512 557.25 384.14 685.12c-.04.04-.06.05-.08.05a.12.12 0 01-.07 0c-.03 0-.05-.01-.09-.05l-45.02-45.02a.2.2 0 01-.05-.09.12.12 0 010-.07c0-.02.01-.04.06-.08L466.75 512 338.88 384.14a.27.27 0 01-.05-.06l-.01-.02a.12.12 0 010-.07c0-.03.01-.05.05-.09l45.02-45.02a.2.2 0 01.09-.05.12.12 0 01.07 0c.02 0 .04.01.08.06L512 466.75l127.86-127.86c.04-.05.06-.06.08-.06a.12.12 0 01.07 0z" } }] }, "name": "close-circle", "theme": "outlined" };
5258
5212
 
5259
5213
  function _objectSpread$I(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? Object(arguments[i]) : {}; var ownKeys = Object.keys(source); if (typeof Object.getOwnPropertySymbols === 'function') { ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function (sym) { return Object.getOwnPropertyDescriptor(source, sym).enumerable; })); } ownKeys.forEach(function (key) { _defineProperty$J(target, key, source[key]); }); } return target; }
5260
5214
 
@@ -5264,17 +5218,15 @@ var CloseCircleOutlined = function CloseCircleOutlined(props, context) {
5264
5218
  var p = _objectSpread$I({}, props, context.attrs);
5265
5219
 
5266
5220
  return createVNode(Icon, _objectSpread$I({}, p, {
5267
- "icon": CloseCircleOutlinedSvg
5221
+ "icon": CloseCircleOutlined$1
5268
5222
  }), null);
5269
5223
  };
5270
5224
 
5271
5225
  CloseCircleOutlined.displayName = 'CloseCircleOutlined';
5272
5226
  CloseCircleOutlined.inheritAttrs = false;
5273
- var CloseCircleOutlined$1 = CloseCircleOutlined;
5274
5227
 
5275
5228
  // This icon file is generated automatically.
5276
- var ExclamationCircleOutlined$2 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z" } }, { "tag": "path", "attrs": { "d": "M464 688a48 48 0 1096 0 48 48 0 10-96 0zm24-112h48c4.4 0 8-3.6 8-8V296c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v272c0 4.4 3.6 8 8 8z" } }] }, "name": "exclamation-circle", "theme": "outlined" };
5277
- var ExclamationCircleOutlinedSvg = ExclamationCircleOutlined$2;
5229
+ var ExclamationCircleOutlined$1 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z" } }, { "tag": "path", "attrs": { "d": "M464 688a48 48 0 1096 0 48 48 0 10-96 0zm24-112h48c4.4 0 8-3.6 8-8V296c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v272c0 4.4 3.6 8 8 8z" } }] }, "name": "exclamation-circle", "theme": "outlined" };
5278
5230
 
5279
5231
  function _objectSpread$H(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? Object(arguments[i]) : {}; var ownKeys = Object.keys(source); if (typeof Object.getOwnPropertySymbols === 'function') { ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function (sym) { return Object.getOwnPropertyDescriptor(source, sym).enumerable; })); } ownKeys.forEach(function (key) { _defineProperty$I(target, key, source[key]); }); } return target; }
5280
5232
 
@@ -5284,17 +5236,15 @@ var ExclamationCircleOutlined = function ExclamationCircleOutlined(props, contex
5284
5236
  var p = _objectSpread$H({}, props, context.attrs);
5285
5237
 
5286
5238
  return createVNode(Icon, _objectSpread$H({}, p, {
5287
- "icon": ExclamationCircleOutlinedSvg
5239
+ "icon": ExclamationCircleOutlined$1
5288
5240
  }), null);
5289
5241
  };
5290
5242
 
5291
5243
  ExclamationCircleOutlined.displayName = 'ExclamationCircleOutlined';
5292
5244
  ExclamationCircleOutlined.inheritAttrs = false;
5293
- var ExclamationCircleOutlined$1 = ExclamationCircleOutlined;
5294
5245
 
5295
5246
  // This icon file is generated automatically.
5296
- var CloseOutlined$2 = { "icon": { "tag": "svg", "attrs": { "fill-rule": "evenodd", "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M799.86 166.31c.02 0 .04.02.08.06l57.69 57.7c.04.03.05.05.06.08a.12.12 0 010 .06c0 .03-.02.05-.06.09L569.93 512l287.7 287.7c.04.04.05.06.06.09a.12.12 0 010 .07c0 .02-.02.04-.06.08l-57.7 57.69c-.03.04-.05.05-.07.06a.12.12 0 01-.07 0c-.03 0-.05-.02-.09-.06L512 569.93l-287.7 287.7c-.04.04-.06.05-.09.06a.12.12 0 01-.07 0c-.02 0-.04-.02-.08-.06l-57.69-57.7c-.04-.03-.05-.05-.06-.07a.12.12 0 010-.07c0-.03.02-.05.06-.09L454.07 512l-287.7-287.7c-.04-.04-.05-.06-.06-.09a.12.12 0 010-.07c0-.02.02-.04.06-.08l57.7-57.69c.03-.04.05-.05.07-.06a.12.12 0 01.07 0c.03 0 .05.02.09.06L512 454.07l287.7-287.7c.04-.04.06-.05.09-.06a.12.12 0 01.07 0z" } }] }, "name": "close", "theme": "outlined" };
5297
- var CloseOutlinedSvg = CloseOutlined$2;
5247
+ var CloseOutlined$1 = { "icon": { "tag": "svg", "attrs": { "fill-rule": "evenodd", "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M799.86 166.31c.02 0 .04.02.08.06l57.69 57.7c.04.03.05.05.06.08a.12.12 0 010 .06c0 .03-.02.05-.06.09L569.93 512l287.7 287.7c.04.04.05.06.06.09a.12.12 0 010 .07c0 .02-.02.04-.06.08l-57.7 57.69c-.03.04-.05.05-.07.06a.12.12 0 01-.07 0c-.03 0-.05-.02-.09-.06L512 569.93l-287.7 287.7c-.04.04-.06.05-.09.06a.12.12 0 01-.07 0c-.02 0-.04-.02-.08-.06l-57.69-57.7c-.04-.03-.05-.05-.06-.07a.12.12 0 010-.07c0-.03.02-.05.06-.09L454.07 512l-287.7-287.7c-.04-.04-.05-.06-.06-.09a.12.12 0 010-.07c0-.02.02-.04.06-.08l57.7-57.69c.03-.04.05-.05.07-.06a.12.12 0 01.07 0c.03 0 .05.02.09.06L512 454.07l287.7-287.7c.04-.04.06-.05.09-.06a.12.12 0 01.07 0z" } }] }, "name": "close", "theme": "outlined" };
5298
5248
 
5299
5249
  function _objectSpread$G(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? Object(arguments[i]) : {}; var ownKeys = Object.keys(source); if (typeof Object.getOwnPropertySymbols === 'function') { ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function (sym) { return Object.getOwnPropertyDescriptor(source, sym).enumerable; })); } ownKeys.forEach(function (key) { _defineProperty$H(target, key, source[key]); }); } return target; }
5300
5250
 
@@ -5304,13 +5254,12 @@ var CloseOutlined = function CloseOutlined(props, context) {
5304
5254
  var p = _objectSpread$G({}, props, context.attrs);
5305
5255
 
5306
5256
  return createVNode(Icon, _objectSpread$G({}, p, {
5307
- "icon": CloseOutlinedSvg
5257
+ "icon": CloseOutlined$1
5308
5258
  }), null);
5309
5259
  };
5310
5260
 
5311
5261
  CloseOutlined.displayName = 'CloseOutlined';
5312
5262
  CloseOutlined.inheritAttrs = false;
5313
- var CloseOutlined$1 = CloseOutlined;
5314
5263
 
5315
5264
  var notificationInstance = {};
5316
5265
  var defaultDuration = 4.5;
@@ -5430,7 +5379,7 @@ function getNotificationInstance(_ref, callback) {
5430
5379
  var prefixCls = _ref2.prefixCls;
5431
5380
  var closeIconToRender = createVNode("span", {
5432
5381
  "class": "".concat(prefixCls, "-close-x")
5433
- }, [renderHelper(_closeIcon, {}, createVNode(CloseOutlined$1, {
5382
+ }, [renderHelper(_closeIcon, {}, createVNode(CloseOutlined, {
5434
5383
  "class": "".concat(prefixCls, "-close-icon")
5435
5384
  }, null))]);
5436
5385
  return closeIconToRender;
@@ -5443,10 +5392,10 @@ function getNotificationInstance(_ref, callback) {
5443
5392
  });
5444
5393
  }
5445
5394
  var typeToIcon = {
5446
- success: CheckCircleOutlined$1,
5447
- info: InfoCircleOutlined$1,
5448
- error: CloseCircleOutlined$1,
5449
- warning: ExclamationCircleOutlined$1
5395
+ success: CheckCircleOutlined,
5396
+ info: InfoCircleOutlined,
5397
+ error: CloseCircleOutlined,
5398
+ warning: ExclamationCircleOutlined
5450
5399
  };
5451
5400
  function notice(args) {
5452
5401
  var icon = args.icon,
@@ -5844,7 +5793,6 @@ var ConfigProvider = defineComponent({
5844
5793
  var getPrefixCls = function getPrefixCls(suffixCls, customizePrefixCls) {
5845
5794
  var _props$prefixCls = props.prefixCls,
5846
5795
  prefixCls = _props$prefixCls === void 0 ? 'ant' : _props$prefixCls;
5847
- if (customizePrefixCls) return customizePrefixCls;
5848
5796
  return suffixCls ? "".concat(prefixCls, "-").concat(suffixCls) : prefixCls;
5849
5797
  };
5850
5798
  var renderEmptyComponent = function renderEmptyComponent(name) {
@@ -6229,10 +6177,10 @@ function getScroll$3(target, top) {
6229
6177
  if (typeof window === 'undefined') {
6230
6178
  return 0;
6231
6179
  }
6232
- var method = top ? 'scrollTop' : 'scrollLeft';
6180
+ var method = 'scrollTop' ;
6233
6181
  var result = 0;
6234
6182
  if (isWindow$1(target)) {
6235
- result = target[top ? 'pageYOffset' : 'pageXOffset'];
6183
+ result = target['pageYOffset' ];
6236
6184
  } else if (target instanceof Document) {
6237
6185
  result = target.documentElement[method];
6238
6186
  } else if (target) {
@@ -6264,7 +6212,7 @@ function scrollTo$1(y) {
6264
6212
  _options$duration = options.duration,
6265
6213
  duration = _options$duration === void 0 ? 450 : _options$duration;
6266
6214
  var container = getContainer();
6267
- var scrollTop = getScroll$3(container, true);
6215
+ var scrollTop = getScroll$3(container);
6268
6216
  var startTime = Date.now();
6269
6217
  var frameFunc = function frameFunc() {
6270
6218
  var timestamp = Date.now();
@@ -6419,7 +6367,7 @@ var Anchor = defineComponent({
6419
6367
  targetOffset = props.targetOffset;
6420
6368
  setCurrentActiveLink(link);
6421
6369
  var container = getContainer.value();
6422
- var scrollTop = getScroll$3(container, true);
6370
+ var scrollTop = getScroll$3(container);
6423
6371
  var sharpLinkMatch = sharpMatcherRegx.exec(link);
6424
6372
  if (!sharpLinkMatch) {
6425
6373
  return;
@@ -6620,8 +6568,8 @@ Anchor.install = function (app) {
6620
6568
  return app;
6621
6569
  };
6622
6570
 
6623
- function _toArray(arr) {
6624
- return _arrayWithHoles$2(arr) || _iterableToArray(arr) || _unsupportedIterableToArray$2(arr) || _nonIterableRest$2();
6571
+ function _toArray(r) {
6572
+ return _arrayWithHoles$2(r) || _iterableToArray(r) || _unsupportedIterableToArray$2(r) || _nonIterableRest$2();
6625
6573
  }
6626
6574
 
6627
6575
  function getKey$2(data, index) {
@@ -14794,21 +14742,13 @@ function useHeights(mergedData, getKey, onItemAdd, onItemRemove) {
14794
14742
  }
14795
14743
  function setInstance(item, ins) {
14796
14744
  var key = getKey(item);
14797
- var origin = instance.get(key);
14745
+ instance.get(key);
14798
14746
  if (ins) {
14799
14747
  instance.set(key, ins.$el || ins);
14800
14748
  collectHeight();
14801
14749
  } else {
14802
14750
  instance.delete(key);
14803
14751
  }
14804
- // Instance changed
14805
- if (!origin !== !ins) {
14806
- if (ins) {
14807
- onItemAdd === null || onItemAdd === void 0 ? void 0 : onItemAdd(item);
14808
- } else {
14809
- onItemRemove === null || onItemRemove === void 0 ? void 0 : onItemRemove(item);
14810
- }
14811
- }
14812
14752
  }
14813
14753
  onUnmounted(function () {
14814
14754
  cancelRaf();
@@ -15170,7 +15110,7 @@ var List$2 = defineComponent({
15170
15110
  state.scrollTop = alignedTop;
15171
15111
  }
15172
15112
  // ================================ Height ================================
15173
- var _useHeights = useHeights(mergedData, getKey, null, null),
15113
+ var _useHeights = useHeights(mergedData, getKey),
15174
15114
  _useHeights2 = _slicedToArray$2(_useHeights, 4),
15175
15115
  setInstance = _useHeights2[0],
15176
15116
  collectHeight = _useHeights2[1],
@@ -16720,8 +16660,7 @@ OptGroup$1.isSelectOptGroup = true;
16720
16660
  OptGroup$1.displayName = 'ASelectOptGroup';
16721
16661
 
16722
16662
  // This icon file is generated automatically.
16723
- var DownOutlined$2 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M884 256h-75c-5.1 0-9.9 2.5-12.9 6.6L512 654.2 227.9 262.6c-3-4.1-7.8-6.6-12.9-6.6h-75c-6.5 0-10.3 7.4-6.5 12.7l352.6 486.1c12.8 17.6 39 17.6 51.7 0l352.6-486.1c3.9-5.3.1-12.7-6.4-12.7z" } }] }, "name": "down", "theme": "outlined" };
16724
- var DownOutlinedSvg = DownOutlined$2;
16663
+ var DownOutlined$1 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M884 256h-75c-5.1 0-9.9 2.5-12.9 6.6L512 654.2 227.9 262.6c-3-4.1-7.8-6.6-12.9-6.6h-75c-6.5 0-10.3 7.4-6.5 12.7l352.6 486.1c12.8 17.6 39 17.6 51.7 0l352.6-486.1c3.9-5.3.1-12.7-6.4-12.7z" } }] }, "name": "down", "theme": "outlined" };
16725
16664
 
16726
16665
  function _objectSpread$F(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? Object(arguments[i]) : {}; var ownKeys = Object.keys(source); if (typeof Object.getOwnPropertySymbols === 'function') { ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function (sym) { return Object.getOwnPropertyDescriptor(source, sym).enumerable; })); } ownKeys.forEach(function (key) { _defineProperty$F(target, key, source[key]); }); } return target; }
16727
16666
 
@@ -16731,17 +16670,15 @@ var DownOutlined = function DownOutlined(props, context) {
16731
16670
  var p = _objectSpread$F({}, props, context.attrs);
16732
16671
 
16733
16672
  return createVNode(Icon, _objectSpread$F({}, p, {
16734
- "icon": DownOutlinedSvg
16673
+ "icon": DownOutlined$1
16735
16674
  }), null);
16736
16675
  };
16737
16676
 
16738
16677
  DownOutlined.displayName = 'DownOutlined';
16739
16678
  DownOutlined.inheritAttrs = false;
16740
- var DownOutlined$1 = DownOutlined;
16741
16679
 
16742
16680
  // This icon file is generated automatically.
16743
- var CheckOutlined$2 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M912 190h-69.9c-9.8 0-19.1 4.5-25.1 12.2L404.7 724.5 207 474a32 32 0 00-25.1-12.2H112c-6.7 0-10.4 7.7-6.3 12.9l273.9 347c12.8 16.2 37.4 16.2 50.3 0l488.4-618.9c4.1-5.1.4-12.8-6.3-12.8z" } }] }, "name": "check", "theme": "outlined" };
16744
- var CheckOutlinedSvg = CheckOutlined$2;
16681
+ var CheckOutlined$1 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M912 190h-69.9c-9.8 0-19.1 4.5-25.1 12.2L404.7 724.5 207 474a32 32 0 00-25.1-12.2H112c-6.7 0-10.4 7.7-6.3 12.9l273.9 347c12.8 16.2 37.4 16.2 50.3 0l488.4-618.9c4.1-5.1.4-12.8-6.3-12.8z" } }] }, "name": "check", "theme": "outlined" };
16745
16682
 
16746
16683
  function _objectSpread$E(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? Object(arguments[i]) : {}; var ownKeys = Object.keys(source); if (typeof Object.getOwnPropertySymbols === 'function') { ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function (sym) { return Object.getOwnPropertyDescriptor(source, sym).enumerable; })); } ownKeys.forEach(function (key) { _defineProperty$E(target, key, source[key]); }); } return target; }
16747
16684
 
@@ -16751,17 +16688,15 @@ var CheckOutlined = function CheckOutlined(props, context) {
16751
16688
  var p = _objectSpread$E({}, props, context.attrs);
16752
16689
 
16753
16690
  return createVNode(Icon, _objectSpread$E({}, p, {
16754
- "icon": CheckOutlinedSvg
16691
+ "icon": CheckOutlined$1
16755
16692
  }), null);
16756
16693
  };
16757
16694
 
16758
16695
  CheckOutlined.displayName = 'CheckOutlined';
16759
16696
  CheckOutlined.inheritAttrs = false;
16760
- var CheckOutlined$1 = CheckOutlined;
16761
16697
 
16762
16698
  // This icon file is generated automatically.
16763
- var SearchOutlined$2 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M909.6 854.5L649.9 594.8C690.2 542.7 712 479 712 412c0-80.2-31.3-155.4-87.9-212.1-56.6-56.7-132-87.9-212.1-87.9s-155.5 31.3-212.1 87.9C143.2 256.5 112 331.8 112 412c0 80.1 31.3 155.5 87.9 212.1C256.5 680.8 331.8 712 412 712c67 0 130.6-21.8 182.7-62l259.7 259.6a8.2 8.2 0 0011.6 0l43.6-43.5a8.2 8.2 0 000-11.6zM570.4 570.4C528 612.7 471.8 636 412 636s-116-23.3-158.4-65.6C211.3 528 188 471.8 188 412s23.3-116.1 65.6-158.4C296 211.3 352.2 188 412 188s116.1 23.2 158.4 65.6S636 352.2 636 412s-23.3 116.1-65.6 158.4z" } }] }, "name": "search", "theme": "outlined" };
16764
- var SearchOutlinedSvg = SearchOutlined$2;
16699
+ var SearchOutlined$1 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M909.6 854.5L649.9 594.8C690.2 542.7 712 479 712 412c0-80.2-31.3-155.4-87.9-212.1-56.6-56.7-132-87.9-212.1-87.9s-155.5 31.3-212.1 87.9C143.2 256.5 112 331.8 112 412c0 80.1 31.3 155.5 87.9 212.1C256.5 680.8 331.8 712 412 712c67 0 130.6-21.8 182.7-62l259.7 259.6a8.2 8.2 0 0011.6 0l43.6-43.5a8.2 8.2 0 000-11.6zM570.4 570.4C528 612.7 471.8 636 412 636s-116-23.3-158.4-65.6C211.3 528 188 471.8 188 412s23.3-116.1 65.6-158.4C296 211.3 352.2 188 412 188s116.1 23.2 158.4 65.6S636 352.2 636 412s-23.3 116.1-65.6 158.4z" } }] }, "name": "search", "theme": "outlined" };
16765
16700
 
16766
16701
  function _objectSpread$D(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? Object(arguments[i]) : {}; var ownKeys = Object.keys(source); if (typeof Object.getOwnPropertySymbols === 'function') { ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function (sym) { return Object.getOwnPropertyDescriptor(source, sym).enumerable; })); } ownKeys.forEach(function (key) { _defineProperty$D(target, key, source[key]); }); } return target; }
16767
16702
 
@@ -16771,13 +16706,12 @@ var SearchOutlined = function SearchOutlined(props, context) {
16771
16706
  var p = _objectSpread$D({}, props, context.attrs);
16772
16707
 
16773
16708
  return createVNode(Icon, _objectSpread$D({}, p, {
16774
- "icon": SearchOutlinedSvg
16709
+ "icon": SearchOutlined$1
16775
16710
  }), null);
16776
16711
  };
16777
16712
 
16778
16713
  SearchOutlined.displayName = 'SearchOutlined';
16779
16714
  SearchOutlined.inheritAttrs = false;
16780
- var SearchOutlined$1 = SearchOutlined;
16781
16715
 
16782
16716
  function getIcons(props) {
16783
16717
  var slots = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
@@ -16791,14 +16725,14 @@ function getIcons(props) {
16791
16725
  // Clear Icon
16792
16726
  var mergedClearIcon = clearIcon;
16793
16727
  if (!clearIcon) {
16794
- mergedClearIcon = createVNode(CloseCircleFilled$1, null, null);
16728
+ mergedClearIcon = createVNode(CloseCircleFilled, null, null);
16795
16729
  }
16796
16730
  // Arrow item icon
16797
16731
  var mergedSuffixIcon = null;
16798
16732
  if (suffixIcon !== undefined) {
16799
16733
  mergedSuffixIcon = suffixIcon;
16800
16734
  } else if (loading) {
16801
- mergedSuffixIcon = createVNode(LoadingOutlined$1, {
16735
+ mergedSuffixIcon = createVNode(LoadingOutlined, {
16802
16736
  "spin": true
16803
16737
  }, null);
16804
16738
  } else {
@@ -16807,11 +16741,11 @@ function getIcons(props) {
16807
16741
  var open = _ref.open,
16808
16742
  showSearch = _ref.showSearch;
16809
16743
  if (open && showSearch) {
16810
- return createVNode(SearchOutlined$1, {
16744
+ return createVNode(SearchOutlined, {
16811
16745
  "class": iconCls
16812
16746
  }, null);
16813
16747
  }
16814
- return createVNode(DownOutlined$1, {
16748
+ return createVNode(DownOutlined, {
16815
16749
  "class": iconCls
16816
16750
  }, null);
16817
16751
  };
@@ -16821,7 +16755,7 @@ function getIcons(props) {
16821
16755
  if (menuItemSelectedIcon !== undefined) {
16822
16756
  mergedItemIcon = menuItemSelectedIcon;
16823
16757
  } else if (multiple) {
16824
- mergedItemIcon = createVNode(CheckOutlined$1, null, null);
16758
+ mergedItemIcon = createVNode(CheckOutlined, null, null);
16825
16759
  } else {
16826
16760
  mergedItemIcon = null;
16827
16761
  }
@@ -16829,7 +16763,7 @@ function getIcons(props) {
16829
16763
  if (removeIcon !== undefined) {
16830
16764
  mergedRemoveIcon = removeIcon;
16831
16765
  } else {
16832
- mergedRemoveIcon = createVNode(CloseOutlined$1, null, null);
16766
+ mergedRemoveIcon = createVNode(CloseOutlined, null, null);
16833
16767
  }
16834
16768
  return {
16835
16769
  clearIcon: mergedClearIcon,
@@ -17273,16 +17207,16 @@ _extends$1(AutoComplete, {
17273
17207
  });
17274
17208
 
17275
17209
  var iconMapFilled = {
17276
- success: CheckCircleFilled$1,
17277
- info: InfoCircleFilled$1,
17278
- error: CloseCircleFilled$1,
17279
- warning: ExclamationCircleFilled$1
17210
+ success: CheckCircleFilled,
17211
+ info: InfoCircleFilled,
17212
+ error: CloseCircleFilled,
17213
+ warning: ExclamationCircleFilled
17280
17214
  };
17281
17215
  var iconMapOutlined = {
17282
- success: CheckCircleOutlined$1,
17283
- info: InfoCircleOutlined$1,
17284
- error: CloseCircleOutlined$1,
17285
- warning: ExclamationCircleOutlined$1
17216
+ success: CheckCircleOutlined,
17217
+ info: InfoCircleOutlined,
17218
+ error: CloseCircleOutlined,
17219
+ warning: ExclamationCircleOutlined
17286
17220
  };
17287
17221
  var AlertTypes = tuple$1('success', 'info', 'warning', 'error');
17288
17222
  var alertProps = function alertProps() {
@@ -17387,7 +17321,7 @@ var Alert = defineComponent({
17387
17321
  "tabindex": 0
17388
17322
  }, [closeText ? createVNode("span", {
17389
17323
  "class": "".concat(prefixClsValue, "-close-text")
17390
- }, [closeText]) : customCloseIcon === undefined ? createVNode(CloseOutlined$1, null, null) : customCloseIcon]) : null;
17324
+ }, [closeText]) : customCloseIcon === undefined ? createVNode(CloseOutlined, null, null) : customCloseIcon]) : null;
17391
17325
  var iconNode = icon && (isValidElement(icon) ? cloneElement(icon, {
17392
17326
  class: "".concat(prefixClsValue, "-icon")
17393
17327
  }) : createVNode("span", {
@@ -18506,8 +18440,7 @@ Avatar.install = function (app) {
18506
18440
  };
18507
18441
 
18508
18442
  // This icon file is generated automatically.
18509
- var VerticalAlignTopOutlined$2 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M859.9 168H164.1c-4.5 0-8.1 3.6-8.1 8v60c0 4.4 3.6 8 8.1 8h695.8c4.5 0 8.1-3.6 8.1-8v-60c0-4.4-3.6-8-8.1-8zM518.3 355a8 8 0 00-12.6 0l-112 141.7a7.98 7.98 0 006.3 12.9h73.9V848c0 4.4 3.6 8 8 8h60c4.4 0 8-3.6 8-8V509.7H624c6.7 0 10.4-7.7 6.3-12.9L518.3 355z" } }] }, "name": "vertical-align-top", "theme": "outlined" };
18510
- var VerticalAlignTopOutlinedSvg = VerticalAlignTopOutlined$2;
18443
+ var VerticalAlignTopOutlined$1 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M859.9 168H164.1c-4.5 0-8.1 3.6-8.1 8v60c0 4.4 3.6 8 8.1 8h695.8c4.5 0 8.1-3.6 8.1-8v-60c0-4.4-3.6-8-8.1-8zM518.3 355a8 8 0 00-12.6 0l-112 141.7a7.98 7.98 0 006.3 12.9h73.9V848c0 4.4 3.6 8 8 8h60c4.4 0 8-3.6 8-8V509.7H624c6.7 0 10.4-7.7 6.3-12.9L518.3 355z" } }] }, "name": "vertical-align-top", "theme": "outlined" };
18511
18444
 
18512
18445
  function _objectSpread$C(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? Object(arguments[i]) : {}; var ownKeys = Object.keys(source); if (typeof Object.getOwnPropertySymbols === 'function') { ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function (sym) { return Object.getOwnPropertyDescriptor(source, sym).enumerable; })); } ownKeys.forEach(function (key) { _defineProperty$C(target, key, source[key]); }); } return target; }
18513
18446
 
@@ -18517,13 +18450,12 @@ var VerticalAlignTopOutlined = function VerticalAlignTopOutlined(props, context)
18517
18450
  var p = _objectSpread$C({}, props, context.attrs);
18518
18451
 
18519
18452
  return createVNode(Icon, _objectSpread$C({}, p, {
18520
- "icon": VerticalAlignTopOutlinedSvg
18453
+ "icon": VerticalAlignTopOutlined$1
18521
18454
  }), null);
18522
18455
  };
18523
18456
 
18524
18457
  VerticalAlignTopOutlined.displayName = 'VerticalAlignTopOutlined';
18525
18458
  VerticalAlignTopOutlined.inheritAttrs = false;
18526
- var VerticalAlignTopOutlined$1 = VerticalAlignTopOutlined;
18527
18459
 
18528
18460
  var backTopProps = function backTopProps() {
18529
18461
  return {
@@ -18577,7 +18509,7 @@ var BackTop = defineComponent({
18577
18509
  };
18578
18510
  var handleScroll = throttleByAnimationFrame(function (e) {
18579
18511
  var visibilityHeight = props.visibilityHeight;
18580
- var scrollTop = getScroll$3(e.target, true);
18512
+ var scrollTop = getScroll$3(e.target);
18581
18513
  state.visible = scrollTop > visibilityHeight;
18582
18514
  });
18583
18515
  var bindScrollEvent = function bindScrollEvent() {
@@ -18627,7 +18559,7 @@ var BackTop = defineComponent({
18627
18559
  "class": "".concat(prefixCls.value, "-content")
18628
18560
  }, [createVNode("div", {
18629
18561
  "class": "".concat(prefixCls.value, "-icon")
18630
- }, [createVNode(VerticalAlignTopOutlined$1, null, null)])]);
18562
+ }, [createVNode(VerticalAlignTopOutlined, null, null)])]);
18631
18563
  var divProps = _objectSpread2$1(_objectSpread2$1({}, attrs), {}, {
18632
18564
  onClick: scrollToTop,
18633
18565
  class: (_class = {}, _defineProperty$U(_class, "".concat(prefixCls.value), true), _defineProperty$U(_class, "".concat(attrs.class), attrs.class), _defineProperty$U(_class, "".concat(prefixCls.value, "-rtl"), direction.value === 'rtl'), _class)
@@ -19670,7 +19602,7 @@ var LoadingIcon = defineComponent({
19670
19602
  if (existIcon) {
19671
19603
  return createVNode("span", {
19672
19604
  "class": "".concat(prefixCls, "-loading-icon")
19673
- }, [createVNode(LoadingOutlined$1, null, null)]);
19605
+ }, [createVNode(LoadingOutlined, null, null)]);
19674
19606
  }
19675
19607
  var visible = !!loading;
19676
19608
  return createVNode(Transition, {
@@ -19689,7 +19621,7 @@ var LoadingIcon = defineComponent({
19689
19621
  default: function _default() {
19690
19622
  return [visible ? createVNode("span", {
19691
19623
  "class": "".concat(prefixCls, "-loading-icon")
19692
- }, [createVNode(LoadingOutlined$1, null, null)]) : null];
19624
+ }, [createVNode(LoadingOutlined, null, null)]) : null];
19693
19625
  }
19694
19626
  });
19695
19627
  };
@@ -19878,28 +19810,20 @@ var Button$1 = defineComponent({
19878
19810
  }
19879
19811
  });
19880
19812
 
19881
- function _defineProperties(target, props) {
19882
- for (var i = 0; i < props.length; i++) {
19883
- var descriptor = props[i];
19884
- descriptor.enumerable = descriptor.enumerable || false;
19885
- descriptor.configurable = true;
19886
- if ("value" in descriptor) descriptor.writable = true;
19887
- Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor);
19813
+ function _defineProperties(e, r) {
19814
+ for (var t = 0; t < r.length; t++) {
19815
+ var o = r[t];
19816
+ o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, toPropertyKey(o.key), o);
19888
19817
  }
19889
19818
  }
19890
- function _createClass(Constructor, protoProps, staticProps) {
19891
- if (protoProps) _defineProperties(Constructor.prototype, protoProps);
19892
- if (staticProps) _defineProperties(Constructor, staticProps);
19893
- Object.defineProperty(Constructor, "prototype", {
19894
- writable: false
19895
- });
19896
- return Constructor;
19819
+ function _createClass(e, r, t) {
19820
+ return r && _defineProperties(e.prototype, r), Object.defineProperty(e, "prototype", {
19821
+ writable: !1
19822
+ }), e;
19897
19823
  }
19898
19824
 
19899
- function _classCallCheck(instance, Constructor) {
19900
- if (!(instance instanceof Constructor)) {
19901
- throw new TypeError("Cannot call a class as a function");
19902
- }
19825
+ function _classCallCheck(a, n) {
19826
+ if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function");
19903
19827
  }
19904
19828
 
19905
19829
  var UnreachableException = /*#__PURE__*/_createClass(function UnreachableException(value) {
@@ -20040,8 +19964,7 @@ var dropdownButtonProps = function dropdownButtonProps() {
20040
19964
  };
20041
19965
 
20042
19966
  // This icon file is generated automatically.
20043
- var EllipsisOutlined$2 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M176 511a56 56 0 10112 0 56 56 0 10-112 0zm280 0a56 56 0 10112 0 56 56 0 10-112 0zm280 0a56 56 0 10112 0 56 56 0 10-112 0z" } }] }, "name": "ellipsis", "theme": "outlined" };
20044
- var EllipsisOutlinedSvg = EllipsisOutlined$2;
19967
+ var EllipsisOutlined$1 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M176 511a56 56 0 10112 0 56 56 0 10-112 0zm280 0a56 56 0 10112 0 56 56 0 10-112 0zm280 0a56 56 0 10112 0 56 56 0 10-112 0z" } }] }, "name": "ellipsis", "theme": "outlined" };
20045
19968
 
20046
19969
  function _objectSpread$B(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? Object(arguments[i]) : {}; var ownKeys = Object.keys(source); if (typeof Object.getOwnPropertySymbols === 'function') { ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function (sym) { return Object.getOwnPropertyDescriptor(source, sym).enumerable; })); } ownKeys.forEach(function (key) { _defineProperty$B(target, key, source[key]); }); } return target; }
20047
19970
 
@@ -20051,13 +19974,12 @@ var EllipsisOutlined = function EllipsisOutlined(props, context) {
20051
19974
  var p = _objectSpread$B({}, props, context.attrs);
20052
19975
 
20053
19976
  return createVNode(Icon, _objectSpread$B({}, p, {
20054
- "icon": EllipsisOutlinedSvg
19977
+ "icon": EllipsisOutlined$1
20055
19978
  }), null);
20056
19979
  };
20057
19980
 
20058
19981
  EllipsisOutlined.displayName = 'EllipsisOutlined';
20059
19982
  EllipsisOutlined.inheritAttrs = false;
20060
- var EllipsisOutlined$1 = EllipsisOutlined;
20061
19983
 
20062
19984
  var _excluded$P = ["type", "disabled", "loading", "htmlType", "class", "overlay", "trigger", "align", "visible", "onVisibleChange", "placement", "href", "title", "icon", "mouseEnterDelay", "mouseLeaveDelay", "overlayClassName", "overlayStyle", "destroyPopupOnHide", "onClick", "onUpdate:visible"];
20063
19985
  var ButtonGroup = Button$1.Group;
@@ -20108,7 +20030,7 @@ var DropdownButton = defineComponent({
20108
20030
  href = _props$attrs.href,
20109
20031
  title = _props$attrs.title,
20110
20032
  _props$attrs$icon = _props$attrs.icon,
20111
- icon = _props$attrs$icon === void 0 ? ((_slots$icon = slots.icon) === null || _slots$icon === void 0 ? void 0 : _slots$icon.call(slots)) || createVNode(EllipsisOutlined$1, null, null) : _props$attrs$icon,
20033
+ icon = _props$attrs$icon === void 0 ? ((_slots$icon = slots.icon) === null || _slots$icon === void 0 ? void 0 : _slots$icon.call(slots)) || createVNode(EllipsisOutlined, null, null) : _props$attrs$icon,
20112
20034
  mouseEnterDelay = _props$attrs.mouseEnterDelay,
20113
20035
  mouseLeaveDelay = _props$attrs.mouseLeaveDelay,
20114
20036
  overlayClassName = _props$attrs.overlayClassName,
@@ -20169,8 +20091,7 @@ var DropdownButton = defineComponent({
20169
20091
  });
20170
20092
 
20171
20093
  // This icon file is generated automatically.
20172
- var RightOutlined$2 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M765.7 486.8L314.9 134.7A7.97 7.97 0 00302 141v77.3c0 4.9 2.3 9.6 6.1 12.6l360 281.1-360 281.1c-3.9 3-6.1 7.7-6.1 12.6V883c0 6.7 7.7 10.4 12.9 6.3l450.8-352.1a31.96 31.96 0 000-50.4z" } }] }, "name": "right", "theme": "outlined" };
20173
- var RightOutlinedSvg = RightOutlined$2;
20094
+ var RightOutlined$1 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M765.7 486.8L314.9 134.7A7.97 7.97 0 00302 141v77.3c0 4.9 2.3 9.6 6.1 12.6l360 281.1-360 281.1c-3.9 3-6.1 7.7-6.1 12.6V883c0 6.7 7.7 10.4 12.9 6.3l450.8-352.1a31.96 31.96 0 000-50.4z" } }] }, "name": "right", "theme": "outlined" };
20174
20095
 
20175
20096
  function _objectSpread$A(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? Object(arguments[i]) : {}; var ownKeys = Object.keys(source); if (typeof Object.getOwnPropertySymbols === 'function') { ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function (sym) { return Object.getOwnPropertyDescriptor(source, sym).enumerable; })); } ownKeys.forEach(function (key) { _defineProperty$A(target, key, source[key]); }); } return target; }
20176
20097
 
@@ -20180,13 +20101,12 @@ var RightOutlined = function RightOutlined(props, context) {
20180
20101
  var p = _objectSpread$A({}, props, context.attrs);
20181
20102
 
20182
20103
  return createVNode(Icon, _objectSpread$A({}, p, {
20183
- "icon": RightOutlinedSvg
20104
+ "icon": RightOutlined$1
20184
20105
  }), null);
20185
20106
  };
20186
20107
 
20187
20108
  RightOutlined.displayName = 'RightOutlined';
20188
20109
  RightOutlined.inheritAttrs = false;
20189
- var RightOutlined$1 = RightOutlined;
20190
20110
 
20191
20111
  var Dropdown = defineComponent({
20192
20112
  compatConfig: {
@@ -20240,7 +20160,7 @@ var Dropdown = defineComponent({
20240
20160
  expandIcon = _overlayProps$expandI === void 0 ? (_overlayNode$children = overlayNode.children) === null || _overlayNode$children === void 0 ? void 0 : (_overlayNode$children2 = _overlayNode$children.expandIcon) === null || _overlayNode$children2 === void 0 ? void 0 : _overlayNode$children2.call(_overlayNode$children) : _overlayProps$expandI;
20241
20161
  var overlayNodeExpandIcon = typeof expandIcon !== 'undefined' && isValidElement(expandIcon) ? expandIcon : createVNode("span", {
20242
20162
  "class": "".concat(prefixCls.value, "-menu-submenu-arrow")
20243
- }, [createVNode(RightOutlined$1, {
20163
+ }, [createVNode(RightOutlined, {
20244
20164
  "class": "".concat(prefixCls.value, "-menu-submenu-arrow-icon")
20245
20165
  }, null)]);
20246
20166
  var fixedModeOverlay = isValidElement(overlayNode) ? cloneElement(overlayNode, {
@@ -20353,7 +20273,7 @@ var BreadcrumbItem = defineComponent({
20353
20273
  default: function _default() {
20354
20274
  return [createVNode("span", {
20355
20275
  "class": "".concat(prefixCls, "-overlay-link")
20356
- }, [breadcrumbItem, createVNode(DownOutlined$1, null, null)])];
20276
+ }, [breadcrumbItem, createVNode(DownOutlined, null, null)])];
20357
20277
  }
20358
20278
  });
20359
20279
  }
@@ -20394,7 +20314,7 @@ var BreadcrumbItem = defineComponent({
20394
20314
  });
20395
20315
 
20396
20316
  function shallowEqual(objA, objB, compare, compareContext) {
20397
- var ret = compare ? compare.call(compareContext, objA, objB) : void 0;
20317
+ var ret = void 0;
20398
20318
  if (ret !== void 0) {
20399
20319
  return !!ret;
20400
20320
  }
@@ -20418,7 +20338,7 @@ function shallowEqual(objA, objB, compare, compareContext) {
20418
20338
  }
20419
20339
  var valueA = objA[key];
20420
20340
  var valueB = objB[key];
20421
- ret = compare ? compare.call(compareContext, valueA, valueB, key) : void 0;
20341
+ ret = void 0;
20422
20342
  if (ret === false || ret === void 0 && valueA !== valueB) {
20423
20343
  return false;
20424
20344
  }
@@ -20426,7 +20346,7 @@ function shallowEqual(objA, objB, compare, compareContext) {
20426
20346
  return true;
20427
20347
  }
20428
20348
  function shallowequal (value, other, customizer, thisArg) {
20429
- return shallowEqual(toRaw(value), toRaw(other), customizer, thisArg);
20349
+ return shallowEqual(toRaw(value), toRaw(other));
20430
20350
  }
20431
20351
 
20432
20352
  var MenuContextKey = Symbol('menuContextKey');
@@ -20506,9 +20426,9 @@ var MenuContextProvider = defineComponent({
20506
20426
  */
20507
20427
  function baseFindIndex(array, predicate, fromIndex, fromRight) {
20508
20428
  var length = array.length,
20509
- index = fromIndex + (fromRight ? 1 : -1);
20429
+ index = fromIndex + (-1);
20510
20430
 
20511
- while ((fromRight ? index-- : ++index < length)) {
20431
+ while ((++index < length)) {
20512
20432
  if (predicate(array[index], index, array)) {
20513
20433
  return index;
20514
20434
  }
@@ -20578,27 +20498,6 @@ function arrayIncludes(array, value) {
20578
20498
  return !!length && baseIndexOf(array, value, 0) > -1;
20579
20499
  }
20580
20500
 
20581
- /**
20582
- * This function is like `arrayIncludes` except that it accepts a comparator.
20583
- *
20584
- * @private
20585
- * @param {Array} [array] The array to inspect.
20586
- * @param {*} target The value to search for.
20587
- * @param {Function} comparator The comparator invoked per element.
20588
- * @returns {boolean} Returns `true` if `target` is found, else `false`.
20589
- */
20590
- function arrayIncludesWith(array, value, comparator) {
20591
- var index = -1,
20592
- length = array == null ? 0 : array.length;
20593
-
20594
- while (++index < length) {
20595
- if (comparator(value, array[index])) {
20596
- return true;
20597
- }
20598
- }
20599
- return false;
20600
- }
20601
-
20602
20501
  /**
20603
20502
  * This method returns `undefined`.
20604
20503
  *
@@ -20649,12 +20548,8 @@ function baseUniq(array, iteratee, comparator) {
20649
20548
  result = [],
20650
20549
  seen = result;
20651
20550
 
20652
- if (comparator) {
20653
- isCommon = false;
20654
- includes = arrayIncludesWith;
20655
- }
20656
- else if (length >= LARGE_ARRAY_SIZE) {
20657
- var set = iteratee ? null : createSet(array);
20551
+ if (length >= LARGE_ARRAY_SIZE) {
20552
+ var set = createSet(array);
20658
20553
  if (set) {
20659
20554
  return setToArray(set);
20660
20555
  }
@@ -20663,14 +20558,14 @@ function baseUniq(array, iteratee, comparator) {
20663
20558
  seen = new SetCache;
20664
20559
  }
20665
20560
  else {
20666
- seen = iteratee ? [] : result;
20561
+ seen = result;
20667
20562
  }
20668
20563
  outer:
20669
20564
  while (++index < length) {
20670
20565
  var value = array[index],
20671
- computed = iteratee ? iteratee(value) : value;
20566
+ computed = value;
20672
20567
 
20673
- value = (comparator || value !== 0) ? value : 0;
20568
+ value = (value !== 0) ? value : 0;
20674
20569
  if (isCommon && computed === computed) {
20675
20570
  var seenIndex = seen.length;
20676
20571
  while (seenIndex--) {
@@ -20678,9 +20573,6 @@ function baseUniq(array, iteratee, comparator) {
20678
20573
  continue outer;
20679
20574
  }
20680
20575
  }
20681
- if (iteratee) {
20682
- seen.push(computed);
20683
- }
20684
20576
  result.push(value);
20685
20577
  }
20686
20578
  else if (!includes(seen, computed, comparator)) {
@@ -22012,7 +21904,7 @@ var Menu = defineComponent({
22012
21904
  })
22013
21905
  );
22014
21906
  });
22015
- var overflowedIndicator = ((_slots$overflowedIndi = slots.overflowedIndicator) === null || _slots$overflowedIndi === void 0 ? void 0 : _slots$overflowedIndi.call(slots)) || createVNode(EllipsisOutlined$1, null, null);
21907
+ var overflowedIndicator = ((_slots$overflowedIndi = slots.overflowedIndicator) === null || _slots$overflowedIndi === void 0 ? void 0 : _slots$overflowedIndi.call(slots)) || createVNode(EllipsisOutlined, null, null);
22016
21908
  return createVNode(Overflow, _objectSpread2$1(_objectSpread2$1({}, attrs), {}, {
22017
21909
  "onMousedown": props.onMousedown,
22018
21910
  "prefixCls": "".concat(prefixCls.value, "-overflow"),
@@ -22356,53 +22248,50 @@ Breadcrumb.install = function (app) {
22356
22248
  return app;
22357
22249
  };
22358
22250
 
22359
- function _createForOfIteratorHelper(o, allowArrayLike) {
22360
- var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"];
22361
- if (!it) {
22362
- if (Array.isArray(o) || (it = _unsupportedIterableToArray$2(o)) || allowArrayLike && o && typeof o.length === "number") {
22363
- if (it) o = it;
22364
- var i = 0;
22365
- var F = function F() {};
22251
+ function _createForOfIteratorHelper(r, e) {
22252
+ var t = "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"];
22253
+ if (!t) {
22254
+ if (Array.isArray(r) || (t = _unsupportedIterableToArray$2(r)) || e ) {
22255
+ t && (r = t);
22256
+ var _n = 0,
22257
+ F = function F() {};
22366
22258
  return {
22367
22259
  s: F,
22368
22260
  n: function n() {
22369
- if (i >= o.length) return {
22370
- done: true
22371
- };
22372
- return {
22373
- done: false,
22374
- value: o[i++]
22261
+ return _n >= r.length ? {
22262
+ done: !0
22263
+ } : {
22264
+ done: !1,
22265
+ value: r[_n++]
22375
22266
  };
22376
22267
  },
22377
- e: function e(_e) {
22378
- throw _e;
22268
+ e: function e(r) {
22269
+ throw r;
22379
22270
  },
22380
22271
  f: F
22381
22272
  };
22382
22273
  }
22383
22274
  throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
22384
22275
  }
22385
- var normalCompletion = true,
22386
- didErr = false,
22387
- err;
22276
+ var o,
22277
+ a = !0,
22278
+ u = !1;
22388
22279
  return {
22389
22280
  s: function s() {
22390
- it = it.call(o);
22281
+ t = t.call(r);
22391
22282
  },
22392
22283
  n: function n() {
22393
- var step = it.next();
22394
- normalCompletion = step.done;
22395
- return step;
22284
+ var r = t.next();
22285
+ return a = r.done, r;
22396
22286
  },
22397
- e: function e(_e2) {
22398
- didErr = true;
22399
- err = _e2;
22287
+ e: function e(r) {
22288
+ u = !0, o = r;
22400
22289
  },
22401
22290
  f: function f() {
22402
22291
  try {
22403
- if (!normalCompletion && it["return"] != null) it["return"]();
22292
+ a || null == t["return"] || t["return"]();
22404
22293
  } finally {
22405
- if (didErr) throw err;
22294
+ if (u) throw o;
22406
22295
  }
22407
22296
  }
22408
22297
  };
@@ -29022,7 +28911,7 @@ var OperationNode = defineComponent({
29022
28911
  locale = props.locale,
29023
28912
  mobile = props.mobile,
29024
28913
  _props$moreIcon = props.moreIcon,
29025
- moreIcon = _props$moreIcon === void 0 ? ((_slots$moreIcon = slots.moreIcon) === null || _slots$moreIcon === void 0 ? void 0 : _slots$moreIcon.call(slots)) || createVNode(EllipsisOutlined$1, null, null) : _props$moreIcon,
28914
+ moreIcon = _props$moreIcon === void 0 ? ((_slots$moreIcon = slots.moreIcon) === null || _slots$moreIcon === void 0 ? void 0 : _slots$moreIcon.call(slots)) || createVNode(EllipsisOutlined, null, null) : _props$moreIcon,
29026
28915
  moreTransitionName = props.moreTransitionName,
29027
28916
  editable = props.editable,
29028
28917
  tabBarGutter = props.tabBarGutter,
@@ -29603,7 +29492,7 @@ function baseSet(object, path, value, customizer) {
29603
29492
 
29604
29493
  if (index != lastIndex) {
29605
29494
  var objValue = nested[key];
29606
- newValue = customizer ? customizer(objValue, key, nested) : undefined;
29495
+ newValue = undefined;
29607
29496
  if (newValue === undefined) {
29608
29497
  newValue = isObject$2(objValue)
29609
29498
  ? objValue
@@ -29764,14 +29653,11 @@ function baseFlatten(array, depth, predicate, isStrict, result) {
29764
29653
 
29765
29654
  while (++index < length) {
29766
29655
  var value = array[index];
29767
- if (depth > 0 && predicate(value)) {
29768
- if (depth > 1) {
29769
- // Recursively flatten arrays (susceptible to call stack limits).
29770
- baseFlatten(value, depth - 1, predicate, isStrict, result);
29771
- } else {
29656
+ if (predicate(value)) {
29657
+ {
29772
29658
  arrayPush(result, value);
29773
29659
  }
29774
- } else if (!isStrict) {
29660
+ } else {
29775
29661
  result[result.length] = value;
29776
29662
  }
29777
29663
  }
@@ -29794,7 +29680,7 @@ function baseFlatten(array, depth, predicate, isStrict, result) {
29794
29680
  */
29795
29681
  function flatten(array) {
29796
29682
  var length = array == null ? 0 : array.length;
29797
- return length ? baseFlatten(array, 1) : [];
29683
+ return length ? baseFlatten(array) : [];
29798
29684
  }
29799
29685
 
29800
29686
  /**
@@ -30590,8 +30476,7 @@ var TabPanelList = defineComponent({
30590
30476
  });
30591
30477
 
30592
30478
  // This icon file is generated automatically.
30593
- var PlusOutlined$2 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M482 152h60q8 0 8 8v704q0 8-8 8h-60q-8 0-8-8V160q0-8 8-8z" } }, { "tag": "path", "attrs": { "d": "M192 474h672q8 0 8 8v60q0 8-8 8H160q-8 0-8-8v-60q0-8 8-8z" } }] }, "name": "plus", "theme": "outlined" };
30594
- var PlusOutlinedSvg = PlusOutlined$2;
30479
+ var PlusOutlined$1 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M482 152h60q8 0 8 8v704q0 8-8 8h-60q-8 0-8-8V160q0-8 8-8z" } }, { "tag": "path", "attrs": { "d": "M192 474h672q8 0 8 8v60q0 8-8 8H160q-8 0-8-8v-60q0-8 8-8z" } }] }, "name": "plus", "theme": "outlined" };
30595
30480
 
30596
30481
  function _objectSpread$z(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? Object(arguments[i]) : {}; var ownKeys = Object.keys(source); if (typeof Object.getOwnPropertySymbols === 'function') { ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function (sym) { return Object.getOwnPropertyDescriptor(source, sym).enumerable; })); } ownKeys.forEach(function (key) { _defineProperty$z(target, key, source[key]); }); } return target; }
30597
30482
 
@@ -30601,13 +30486,12 @@ var PlusOutlined = function PlusOutlined(props, context) {
30601
30486
  var p = _objectSpread$z({}, props, context.attrs);
30602
30487
 
30603
30488
  return createVNode(Icon, _objectSpread$z({}, p, {
30604
- "icon": PlusOutlinedSvg
30489
+ "icon": PlusOutlined$1
30605
30490
  }), null);
30606
30491
  };
30607
30492
 
30608
30493
  PlusOutlined.displayName = 'PlusOutlined';
30609
30494
  PlusOutlined.inheritAttrs = false;
30610
- var PlusOutlined$1 = PlusOutlined;
30611
30495
 
30612
30496
  // Used for accessibility
30613
30497
  var uuid$3 = 0;
@@ -30884,10 +30768,10 @@ var InternalTabs = defineComponent({
30884
30768
  (_props$onEdit = props.onEdit) === null || _props$onEdit === void 0 ? void 0 : _props$onEdit.call(props, editType === 'add' ? event : key, editType);
30885
30769
  },
30886
30770
  removeIcon: function removeIcon() {
30887
- return createVNode(CloseOutlined$1, null, null);
30771
+ return createVNode(CloseOutlined, null, null);
30888
30772
  },
30889
30773
  addIcon: slots.addIcon ? slots.addIcon : function () {
30890
- return createVNode(PlusOutlined$1, null, null);
30774
+ return createVNode(PlusOutlined, null, null);
30891
30775
  },
30892
30776
  showAdd: hideAdd !== true
30893
30777
  };
@@ -31854,7 +31738,7 @@ var Collapse = defineComponent({
31854
31738
  var renderExpandIcon = function renderExpandIcon(panelProps) {
31855
31739
  var _props$expandIcon = props.expandIcon,
31856
31740
  expandIcon = _props$expandIcon === void 0 ? slots.expandIcon : _props$expandIcon;
31857
- var icon = expandIcon ? expandIcon(panelProps) : createVNode(RightOutlined$1, {
31741
+ var icon = expandIcon ? expandIcon(panelProps) : createVNode(RightOutlined, {
31858
31742
  "rotate": panelProps.isActive ? 90 : undefined
31859
31743
  }, null);
31860
31744
  return createVNode("div", null, [isValidElement(Array.isArray(expandIcon) ? icon[0] : icon) ? cloneElement(icon, {
@@ -37583,8 +37467,7 @@ var Cascader$1 = defineComponent({
37583
37467
  });
37584
37468
 
37585
37469
  // This icon file is generated automatically.
37586
- var LeftOutlined$2 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M724 218.3V141c0-6.7-7.7-10.4-12.9-6.3L260.3 486.8a31.86 31.86 0 000 50.3l450.8 352.1c5.3 4.1 12.9.4 12.9-6.3v-77.3c0-4.9-2.3-9.6-6.1-12.6l-360-281 360-281.1c3.8-3 6.1-7.7 6.1-12.6z" } }] }, "name": "left", "theme": "outlined" };
37587
- var LeftOutlinedSvg = LeftOutlined$2;
37470
+ var LeftOutlined$1 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M724 218.3V141c0-6.7-7.7-10.4-12.9-6.3L260.3 486.8a31.86 31.86 0 000 50.3l450.8 352.1c5.3 4.1 12.9.4 12.9-6.3v-77.3c0-4.9-2.3-9.6-6.1-12.6l-360-281 360-281.1c3.8-3 6.1-7.7 6.1-12.6z" } }] }, "name": "left", "theme": "outlined" };
37588
37471
 
37589
37472
  function _objectSpread$y(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? Object(arguments[i]) : {}; var ownKeys = Object.keys(source); if (typeof Object.getOwnPropertySymbols === 'function') { ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function (sym) { return Object.getOwnPropertyDescriptor(source, sym).enumerable; })); } ownKeys.forEach(function (key) { _defineProperty$y(target, key, source[key]); }); } return target; }
37590
37473
 
@@ -37594,13 +37477,12 @@ var LeftOutlined = function LeftOutlined(props, context) {
37594
37477
  var p = _objectSpread$y({}, props, context.attrs);
37595
37478
 
37596
37479
  return createVNode(Icon, _objectSpread$y({}, p, {
37597
- "icon": LeftOutlinedSvg
37480
+ "icon": LeftOutlined$1
37598
37481
  }), null);
37599
37482
  };
37600
37483
 
37601
37484
  LeftOutlined.displayName = 'LeftOutlined';
37602
37485
  LeftOutlined.inheritAttrs = false;
37603
- var LeftOutlined$1 = LeftOutlined;
37604
37486
 
37605
37487
  /**
37606
37488
  * A specialized version of `_.forEach` for arrays without support for
@@ -37643,9 +37525,7 @@ function copyObject(source, props, object, customizer) {
37643
37525
  while (++index < length) {
37644
37526
  var key = props[index];
37645
37527
 
37646
- var newValue = customizer
37647
- ? customizer(object[key], source[key], key, object, source)
37648
- : undefined;
37528
+ var newValue = undefined;
37649
37529
 
37650
37530
  if (newValue === undefined) {
37651
37531
  newValue = source[key];
@@ -40096,8 +39976,7 @@ var COMPARE_PARTIAL_FLAG$1 = 1,
40096
39976
  */
40097
39977
  function baseIsMatch(object, source, matchData, customizer) {
40098
39978
  var index = matchData.length,
40099
- length = index,
40100
- noCustomizer = !customizer;
39979
+ length = index;
40101
39980
 
40102
39981
  if (object == null) {
40103
39982
  return !length;
@@ -40105,7 +39984,7 @@ function baseIsMatch(object, source, matchData, customizer) {
40105
39984
  object = Object(object);
40106
39985
  while (index--) {
40107
39986
  var data = matchData[index];
40108
- if ((noCustomizer && data[2])
39987
+ if ((data[2])
40109
39988
  ? data[1] !== object[data[0]]
40110
39989
  : !(data[0] in object)
40111
39990
  ) {
@@ -40118,15 +39997,13 @@ function baseIsMatch(object, source, matchData, customizer) {
40118
39997
  objValue = object[key],
40119
39998
  srcValue = data[1];
40120
39999
 
40121
- if (noCustomizer && data[2]) {
40000
+ if (data[2]) {
40122
40001
  if (objValue === undefined && !(key in object)) {
40123
40002
  return false;
40124
40003
  }
40125
40004
  } else {
40126
40005
  var stack = new Stack;
40127
- if (customizer) {
40128
- var result = customizer(objValue, srcValue, key, object, source, stack);
40129
- }
40006
+ var result;
40130
40007
  if (!(result === undefined
40131
40008
  ? baseIsEqual(srcValue, objValue, COMPARE_PARTIAL_FLAG$1 | COMPARE_UNORDERED_FLAG$1, customizer, stack)
40132
40009
  : result
@@ -40602,10 +40479,10 @@ var ErrorList = defineComponent({
40602
40479
  });
40603
40480
 
40604
40481
  var iconMap = {
40605
- success: CheckCircleFilled$1,
40606
- warning: ExclamationCircleFilled$1,
40607
- error: CloseCircleFilled$1,
40608
- validating: LoadingOutlined$1
40482
+ success: CheckCircleFilled,
40483
+ warning: ExclamationCircleFilled,
40484
+ error: CloseCircleFilled,
40485
+ validating: LoadingOutlined
40609
40486
  };
40610
40487
  var FormItemInput = defineComponent({
40611
40488
  compatConfig: {
@@ -41153,7 +41030,7 @@ var nativeMin = Math.min;
41153
41030
  * @returns {Array} Returns the new array of shared values.
41154
41031
  */
41155
41032
  function baseIntersection(arrays, iteratee, comparator) {
41156
- var includes = comparator ? arrayIncludesWith : arrayIncludes,
41033
+ var includes = arrayIncludes,
41157
41034
  length = arrays[0].length,
41158
41035
  othLength = arrays.length,
41159
41036
  othIndex = othLength,
@@ -41167,7 +41044,7 @@ function baseIntersection(arrays, iteratee, comparator) {
41167
41044
  array = arrayMap(array, baseUnary(iteratee));
41168
41045
  }
41169
41046
  maxLength = nativeMin(array.length, maxLength);
41170
- caches[othIndex] = !comparator && (iteratee || (length >= 120 && array.length >= 120))
41047
+ caches[othIndex] = ((length >= 120 && array.length >= 120))
41171
41048
  ? new SetCache(othIndex && array)
41172
41049
  : undefined;
41173
41050
  }
@@ -41179,19 +41056,19 @@ function baseIntersection(arrays, iteratee, comparator) {
41179
41056
  outer:
41180
41057
  while (++index < length && result.length < maxLength) {
41181
41058
  var value = array[index],
41182
- computed = iteratee ? iteratee(value) : value;
41059
+ computed = value;
41183
41060
 
41184
- value = (comparator || value !== 0) ? value : 0;
41061
+ value = (value !== 0) ? value : 0;
41185
41062
  if (!(seen
41186
41063
  ? cacheHas(seen, computed)
41187
- : includes(result, computed, comparator)
41064
+ : includes(result, computed)
41188
41065
  )) {
41189
41066
  othIndex = othLength;
41190
41067
  while (--othIndex) {
41191
41068
  var cache = caches[othIndex];
41192
41069
  if (!(cache
41193
41070
  ? cacheHas(cache, computed)
41194
- : includes(arrays[othIndex], computed, comparator))
41071
+ : includes(arrays[othIndex], computed))
41195
41072
  ) {
41196
41073
  continue outer;
41197
41074
  }
@@ -42220,11 +42097,11 @@ var Cascader = defineComponent({
42220
42097
  // ===================== Icon ======================
42221
42098
  var mergedExpandIcon = expandIcon;
42222
42099
  if (!expandIcon) {
42223
- mergedExpandIcon = isRtl.value ? createVNode(LeftOutlined$1, null, null) : createVNode(RightOutlined$1, null, null);
42100
+ mergedExpandIcon = isRtl.value ? createVNode(LeftOutlined, null, null) : createVNode(RightOutlined, null, null);
42224
42101
  }
42225
42102
  var loadingIcon = createVNode("span", {
42226
42103
  "class": "".concat(prefixCls.value, "-menu-item-loading-icon")
42227
- }, [createVNode(LoadingOutlined$1, {
42104
+ }, [createVNode(LoadingOutlined, {
42228
42105
  "spin": true
42229
42106
  }, null)]);
42230
42107
  // ===================== Icons =====================
@@ -42826,7 +42703,7 @@ var Tag = defineComponent({
42826
42703
  return closeIcon ? createVNode("span", {
42827
42704
  "class": "".concat(prefixCls.value, "-close-icon"),
42828
42705
  "onClick": handleCloseClick
42829
- }, [closeIcon]) : createVNode(CloseOutlined$1, {
42706
+ }, [closeIcon]) : createVNode(CloseOutlined, {
42830
42707
  "class": "".concat(prefixCls.value, "-close-icon"),
42831
42708
  "onClick": handleCloseClick
42832
42709
  }, null);
@@ -42868,8 +42745,7 @@ function PickerTag(props, _ref) {
42868
42745
  }
42869
42746
 
42870
42747
  // This icon file is generated automatically.
42871
- var CalendarOutlined$2 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zm-40 656H184V460h656v380zM184 392V256h128v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h256v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h128v136H184z" } }] }, "name": "calendar", "theme": "outlined" };
42872
- var CalendarOutlinedSvg = CalendarOutlined$2;
42748
+ var CalendarOutlined$1 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zm-40 656H184V460h656v380zM184 392V256h128v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h256v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h128v136H184z" } }] }, "name": "calendar", "theme": "outlined" };
42873
42749
 
42874
42750
  function _objectSpread$x(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? Object(arguments[i]) : {}; var ownKeys = Object.keys(source); if (typeof Object.getOwnPropertySymbols === 'function') { ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function (sym) { return Object.getOwnPropertyDescriptor(source, sym).enumerable; })); } ownKeys.forEach(function (key) { _defineProperty$x(target, key, source[key]); }); } return target; }
42875
42751
 
@@ -42879,17 +42755,15 @@ var CalendarOutlined = function CalendarOutlined(props, context) {
42879
42755
  var p = _objectSpread$x({}, props, context.attrs);
42880
42756
 
42881
42757
  return createVNode(Icon, _objectSpread$x({}, p, {
42882
- "icon": CalendarOutlinedSvg
42758
+ "icon": CalendarOutlined$1
42883
42759
  }), null);
42884
42760
  };
42885
42761
 
42886
42762
  CalendarOutlined.displayName = 'CalendarOutlined';
42887
42763
  CalendarOutlined.inheritAttrs = false;
42888
- var CalendarOutlined$1 = CalendarOutlined;
42889
42764
 
42890
42765
  // This icon file is generated automatically.
42891
- var ClockCircleOutlined$2 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z" } }, { "tag": "path", "attrs": { "d": "M686.7 638.6L544.1 535.5V288c0-4.4-3.6-8-8-8H488c-4.4 0-8 3.6-8 8v275.4c0 2.6 1.2 5 3.3 6.5l165.4 120.6c3.6 2.6 8.6 1.8 11.2-1.7l28.6-39c2.6-3.7 1.8-8.7-1.8-11.2z" } }] }, "name": "clock-circle", "theme": "outlined" };
42892
- var ClockCircleOutlinedSvg = ClockCircleOutlined$2;
42766
+ var ClockCircleOutlined$1 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z" } }, { "tag": "path", "attrs": { "d": "M686.7 638.6L544.1 535.5V288c0-4.4-3.6-8-8-8H488c-4.4 0-8 3.6-8 8v275.4c0 2.6 1.2 5 3.3 6.5l165.4 120.6c3.6 2.6 8.6 1.8 11.2-1.7l28.6-39c2.6-3.7 1.8-8.7-1.8-11.2z" } }] }, "name": "clock-circle", "theme": "outlined" };
42893
42767
 
42894
42768
  function _objectSpread$w(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? Object(arguments[i]) : {}; var ownKeys = Object.keys(source); if (typeof Object.getOwnPropertySymbols === 'function') { ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function (sym) { return Object.getOwnPropertyDescriptor(source, sym).enumerable; })); } ownKeys.forEach(function (key) { _defineProperty$w(target, key, source[key]); }); } return target; }
42895
42769
 
@@ -42899,13 +42773,12 @@ var ClockCircleOutlined = function ClockCircleOutlined(props, context) {
42899
42773
  var p = _objectSpread$w({}, props, context.attrs);
42900
42774
 
42901
42775
  return createVNode(Icon, _objectSpread$w({}, p, {
42902
- "icon": ClockCircleOutlinedSvg
42776
+ "icon": ClockCircleOutlined$1
42903
42777
  }), null);
42904
42778
  };
42905
42779
 
42906
42780
  ClockCircleOutlined.displayName = 'ClockCircleOutlined';
42907
42781
  ClockCircleOutlined.inheritAttrs = false;
42908
- var ClockCircleOutlined$1 = ClockCircleOutlined;
42909
42782
 
42910
42783
  function getPlaceholder(picker, locale, customizePlaceholder) {
42911
42784
  if (customizePlaceholder !== undefined) {
@@ -43315,8 +43188,8 @@ function generateSinglePicker(generateConfig, extraProps) {
43315
43188
  "renderExtraFooter": renderExtraFooter,
43316
43189
  "ref": pickerRef,
43317
43190
  "placeholder": getPlaceholder(mergedPicker, locale, placeholder),
43318
- "suffixIcon": suffixIcon || (mergedPicker === 'time' ? createVNode(ClockCircleOutlined$1, null, null) : createVNode(CalendarOutlined$1, null, null)),
43319
- "clearIcon": clearIcon || createVNode(CloseCircleFilled$1, null, null),
43191
+ "suffixIcon": suffixIcon || (mergedPicker === 'time' ? createVNode(ClockCircleOutlined, null, null) : createVNode(CalendarOutlined, null, null)),
43192
+ "clearIcon": clearIcon || createVNode(CloseCircleFilled, null, null),
43320
43193
  "allowClear": allowClear,
43321
43194
  "transitionName": transitionName || "".concat(rootPrefixCls.value, "-slide-up")
43322
43195
  }, restProps), additionalOverrideProps), {}, {
@@ -43373,8 +43246,7 @@ function generateSinglePicker(generateConfig, extraProps) {
43373
43246
  }
43374
43247
 
43375
43248
  // This icon file is generated automatically.
43376
- var SwapRightOutlined$2 = { "icon": { "tag": "svg", "attrs": { "viewBox": "0 0 1024 1024", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M873.1 596.2l-164-208A32 32 0 00684 376h-64.8c-6.7 0-10.4 7.7-6.3 13l144.3 183H152c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h695.9c26.8 0 41.7-30.8 25.2-51.8z" } }] }, "name": "swap-right", "theme": "outlined" };
43377
- var SwapRightOutlinedSvg = SwapRightOutlined$2;
43249
+ var SwapRightOutlined$1 = { "icon": { "tag": "svg", "attrs": { "viewBox": "0 0 1024 1024", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M873.1 596.2l-164-208A32 32 0 00684 376h-64.8c-6.7 0-10.4 7.7-6.3 13l144.3 183H152c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h695.9c26.8 0 41.7-30.8 25.2-51.8z" } }] }, "name": "swap-right", "theme": "outlined" };
43378
43250
 
43379
43251
  function _objectSpread$v(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? Object(arguments[i]) : {}; var ownKeys = Object.keys(source); if (typeof Object.getOwnPropertySymbols === 'function') { ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function (sym) { return Object.getOwnPropertyDescriptor(source, sym).enumerable; })); } ownKeys.forEach(function (key) { _defineProperty$v(target, key, source[key]); }); } return target; }
43380
43252
 
@@ -43384,13 +43256,12 @@ var SwapRightOutlined = function SwapRightOutlined(props, context) {
43384
43256
  var p = _objectSpread$v({}, props, context.attrs);
43385
43257
 
43386
43258
  return createVNode(Icon, _objectSpread$v({}, p, {
43387
- "icon": SwapRightOutlinedSvg
43259
+ "icon": SwapRightOutlined$1
43388
43260
  }), null);
43389
43261
  };
43390
43262
 
43391
43263
  SwapRightOutlined.displayName = 'SwapRightOutlined';
43392
43264
  SwapRightOutlined.inheritAttrs = false;
43393
- var SwapRightOutlined$1 = SwapRightOutlined;
43394
43265
 
43395
43266
  var _excluded$C = ["prefixCls", "bordered", "placeholder", "suffixIcon", "picker", "transitionName", "allowClear", "dateRender", "renderExtraFooter", "separator", "clearIcon", "id"];
43396
43267
  function generateRangePicker(generateConfig, extraProps) {
@@ -43532,11 +43403,11 @@ function generateRangePicker(generateConfig, extraProps) {
43532
43403
  "separator": separator || createVNode("span", {
43533
43404
  "aria-label": "to",
43534
43405
  "class": "".concat(pre, "-separator")
43535
- }, [createVNode(SwapRightOutlined$1, null, null)]),
43406
+ }, [createVNode(SwapRightOutlined, null, null)]),
43536
43407
  "ref": pickerRef,
43537
43408
  "placeholder": getRangePlaceholder(picker, locale, placeholder),
43538
- "suffixIcon": suffixIcon || (picker === 'time' ? createVNode(ClockCircleOutlined$1, null, null) : createVNode(CalendarOutlined$1, null, null)),
43539
- "clearIcon": clearIcon || createVNode(CloseCircleFilled$1, null, null),
43409
+ "suffixIcon": suffixIcon || (picker === 'time' ? createVNode(ClockCircleOutlined, null, null) : createVNode(CalendarOutlined, null, null)),
43410
+ "clearIcon": clearIcon || createVNode(CloseCircleFilled, null, null),
43540
43411
  "allowClear": allowClear,
43541
43412
  "transitionName": transitionName || "".concat(rootPrefixCls.value, "-slide-up")
43542
43413
  }, restProps), additionalOverrideProps), {}, {
@@ -45460,7 +45331,7 @@ var Drawer = defineComponent({
45460
45331
  "onClick": close,
45461
45332
  "aria-label": "Close",
45462
45333
  "class": "".concat(prefixCls, "-close")
45463
- }, [$closeIcon === undefined ? createVNode(CloseOutlined$1, null, null) : $closeIcon]);
45334
+ }, [$closeIcon === undefined ? createVNode(CloseOutlined, null, null) : $closeIcon]);
45464
45335
  };
45465
45336
  var renderBody = function renderBody(prefixCls) {
45466
45337
  var _slots$default;
@@ -45714,7 +45585,7 @@ var ClearableLabeledInput = defineComponent({
45714
45585
  }
45715
45586
  var needClear = !disabled && !readonly && value;
45716
45587
  var className = "".concat(prefixCls, "-clear-icon");
45717
- return createVNode(CloseCircleFilled$1, {
45588
+ return createVNode(CloseCircleFilled, {
45718
45589
  "onClick": handleReset,
45719
45590
  "onMousedown": function onMousedown(e) {
45720
45591
  return e.preventDefault();
@@ -46359,7 +46230,7 @@ var Search$1 = defineComponent({
46359
46230
  var _props$enterButton = props.enterButton,
46360
46231
  enterButton = _props$enterButton === void 0 ? (_slots$enterButton = (_slots$enterButton2 = slots.enterButton) === null || _slots$enterButton2 === void 0 ? void 0 : _slots$enterButton2.call(slots)) !== null && _slots$enterButton !== void 0 ? _slots$enterButton : false : _props$enterButton;
46361
46232
  enterButton = enterButton || enterButton === '';
46362
- var searchIcon = typeof enterButton === 'boolean' ? createVNode(SearchOutlined$1, null, null) : null;
46233
+ var searchIcon = typeof enterButton === 'boolean' ? createVNode(SearchOutlined, null, null) : null;
46363
46234
  var btnClassName = "".concat(prefixCls.value, "-button");
46364
46235
  var enterButtonAsElement = Array.isArray(enterButton) ? enterButton[0] : enterButton;
46365
46236
  var button;
@@ -46860,8 +46731,7 @@ var TextArea = defineComponent({
46860
46731
  });
46861
46732
 
46862
46733
  // This icon file is generated automatically.
46863
- var EyeOutlined$2 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M942.2 486.2C847.4 286.5 704.1 186 512 186c-192.2 0-335.4 100.5-430.2 300.3a60.3 60.3 0 000 51.5C176.6 737.5 319.9 838 512 838c192.2 0 335.4-100.5 430.2-300.3 7.7-16.2 7.7-35 0-51.5zM512 766c-161.3 0-279.4-81.8-362.7-254C232.6 339.8 350.7 258 512 258c161.3 0 279.4 81.8 362.7 254C791.5 684.2 673.4 766 512 766zm-4-430c-97.2 0-176 78.8-176 176s78.8 176 176 176 176-78.8 176-176-78.8-176-176-176zm0 288c-61.9 0-112-50.1-112-112s50.1-112 112-112 112 50.1 112 112-50.1 112-112 112z" } }] }, "name": "eye", "theme": "outlined" };
46864
- var EyeOutlinedSvg = EyeOutlined$2;
46734
+ var EyeOutlined$1 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M942.2 486.2C847.4 286.5 704.1 186 512 186c-192.2 0-335.4 100.5-430.2 300.3a60.3 60.3 0 000 51.5C176.6 737.5 319.9 838 512 838c192.2 0 335.4-100.5 430.2-300.3 7.7-16.2 7.7-35 0-51.5zM512 766c-161.3 0-279.4-81.8-362.7-254C232.6 339.8 350.7 258 512 258c161.3 0 279.4 81.8 362.7 254C791.5 684.2 673.4 766 512 766zm-4-430c-97.2 0-176 78.8-176 176s78.8 176 176 176 176-78.8 176-176-78.8-176-176-176zm0 288c-61.9 0-112-50.1-112-112s50.1-112 112-112 112 50.1 112 112-50.1 112-112 112z" } }] }, "name": "eye", "theme": "outlined" };
46865
46735
 
46866
46736
  function _objectSpread$u(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? Object(arguments[i]) : {}; var ownKeys = Object.keys(source); if (typeof Object.getOwnPropertySymbols === 'function') { ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function (sym) { return Object.getOwnPropertyDescriptor(source, sym).enumerable; })); } ownKeys.forEach(function (key) { _defineProperty$u(target, key, source[key]); }); } return target; }
46867
46737
 
@@ -46871,17 +46741,15 @@ var EyeOutlined = function EyeOutlined(props, context) {
46871
46741
  var p = _objectSpread$u({}, props, context.attrs);
46872
46742
 
46873
46743
  return createVNode(Icon, _objectSpread$u({}, p, {
46874
- "icon": EyeOutlinedSvg
46744
+ "icon": EyeOutlined$1
46875
46745
  }), null);
46876
46746
  };
46877
46747
 
46878
46748
  EyeOutlined.displayName = 'EyeOutlined';
46879
46749
  EyeOutlined.inheritAttrs = false;
46880
- var EyeOutlined$1 = EyeOutlined;
46881
46750
 
46882
46751
  // This icon file is generated automatically.
46883
- var EyeInvisibleOutlined$2 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M942.2 486.2Q889.47 375.11 816.7 305l-50.88 50.88C807.31 395.53 843.45 447.4 874.7 512 791.5 684.2 673.4 766 512 766q-72.67 0-133.87-22.38L323 798.75Q408 838 512 838q288.3 0 430.2-300.3a60.29 60.29 0 000-51.5zm-63.57-320.64L836 122.88a8 8 0 00-11.32 0L715.31 232.2Q624.86 186 512 186q-288.3 0-430.2 300.3a60.3 60.3 0 000 51.5q56.69 119.4 136.5 191.41L112.48 835a8 8 0 000 11.31L155.17 889a8 8 0 0011.31 0l712.15-712.12a8 8 0 000-11.32zM149.3 512C232.6 339.8 350.7 258 512 258c54.54 0 104.13 9.36 149.12 28.39l-70.3 70.3a176 176 0 00-238.13 238.13l-83.42 83.42C223.1 637.49 183.3 582.28 149.3 512zm246.7 0a112.11 112.11 0 01146.2-106.69L401.31 546.2A112 112 0 01396 512z" } }, { "tag": "path", "attrs": { "d": "M508 624c-3.46 0-6.87-.16-10.25-.47l-52.82 52.82a176.09 176.09 0 00227.42-227.42l-52.82 52.82c.31 3.38.47 6.79.47 10.25a111.94 111.94 0 01-112 112z" } }] }, "name": "eye-invisible", "theme": "outlined" };
46884
- var EyeInvisibleOutlinedSvg = EyeInvisibleOutlined$2;
46752
+ var EyeInvisibleOutlined$1 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M942.2 486.2Q889.47 375.11 816.7 305l-50.88 50.88C807.31 395.53 843.45 447.4 874.7 512 791.5 684.2 673.4 766 512 766q-72.67 0-133.87-22.38L323 798.75Q408 838 512 838q288.3 0 430.2-300.3a60.29 60.29 0 000-51.5zm-63.57-320.64L836 122.88a8 8 0 00-11.32 0L715.31 232.2Q624.86 186 512 186q-288.3 0-430.2 300.3a60.3 60.3 0 000 51.5q56.69 119.4 136.5 191.41L112.48 835a8 8 0 000 11.31L155.17 889a8 8 0 0011.31 0l712.15-712.12a8 8 0 000-11.32zM149.3 512C232.6 339.8 350.7 258 512 258c54.54 0 104.13 9.36 149.12 28.39l-70.3 70.3a176 176 0 00-238.13 238.13l-83.42 83.42C223.1 637.49 183.3 582.28 149.3 512zm246.7 0a112.11 112.11 0 01146.2-106.69L401.31 546.2A112 112 0 01396 512z" } }, { "tag": "path", "attrs": { "d": "M508 624c-3.46 0-6.87-.16-10.25-.47l-52.82 52.82a176.09 176.09 0 00227.42-227.42l-52.82 52.82c.31 3.38.47 6.79.47 10.25a111.94 111.94 0 01-112 112z" } }] }, "name": "eye-invisible", "theme": "outlined" };
46885
46753
 
46886
46754
  function _objectSpread$t(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? Object(arguments[i]) : {}; var ownKeys = Object.keys(source); if (typeof Object.getOwnPropertySymbols === 'function') { ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function (sym) { return Object.getOwnPropertyDescriptor(source, sym).enumerable; })); } ownKeys.forEach(function (key) { _defineProperty$t(target, key, source[key]); }); } return target; }
46887
46755
 
@@ -46891,13 +46759,12 @@ var EyeInvisibleOutlined = function EyeInvisibleOutlined(props, context) {
46891
46759
  var p = _objectSpread$t({}, props, context.attrs);
46892
46760
 
46893
46761
  return createVNode(Icon, _objectSpread$t({}, p, {
46894
- "icon": EyeInvisibleOutlinedSvg
46762
+ "icon": EyeInvisibleOutlined$1
46895
46763
  }), null);
46896
46764
  };
46897
46765
 
46898
46766
  EyeInvisibleOutlined.displayName = 'EyeInvisibleOutlined';
46899
46767
  EyeInvisibleOutlined.inheritAttrs = false;
46900
- var EyeInvisibleOutlined$1 = EyeInvisibleOutlined;
46901
46768
 
46902
46769
  var _excluded$x = ["size", "visibilityToggle"];
46903
46770
  var ActionMap = {
@@ -46905,7 +46772,7 @@ var ActionMap = {
46905
46772
  hover: 'onMouseover'
46906
46773
  };
46907
46774
  var defaultIconRender = function defaultIconRender(visible) {
46908
- return visible ? createVNode(EyeOutlined$1, null, null) : createVNode(EyeInvisibleOutlined$1, null, null);
46775
+ return visible ? createVNode(EyeOutlined, null, null) : createVNode(EyeInvisibleOutlined, null, null);
46909
46776
  };
46910
46777
  var Password = defineComponent({
46911
46778
  compatConfig: {
@@ -47346,8 +47213,8 @@ var Content$1 = defineComponent({
47346
47213
  }
47347
47214
  });
47348
47215
 
47349
- function _objectDestructuringEmpty(obj) {
47350
- if (obj == null) throw new TypeError("Cannot destructure " + obj);
47216
+ function _objectDestructuringEmpty(t) {
47217
+ if (null == t) throw new TypeError("Cannot destructure " + t);
47351
47218
  }
47352
47219
 
47353
47220
  var Mask = defineComponent({
@@ -48437,8 +48304,7 @@ var ImageInternal = defineComponent({
48437
48304
  ImageInternal.PreviewGroup = Group;
48438
48305
 
48439
48306
  // This icon file is generated automatically.
48440
- var RotateLeftOutlined$2 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "defs", "attrs": {}, "children": [{ "tag": "style", "attrs": {} }] }, { "tag": "path", "attrs": { "d": "M672 418H144c-17.7 0-32 14.3-32 32v414c0 17.7 14.3 32 32 32h528c17.7 0 32-14.3 32-32V450c0-17.7-14.3-32-32-32zm-44 402H188V494h440v326z" } }, { "tag": "path", "attrs": { "d": "M819.3 328.5c-78.8-100.7-196-153.6-314.6-154.2l-.2-64c0-6.5-7.6-10.1-12.6-6.1l-128 101c-4 3.1-3.9 9.1 0 12.3L492 318.6c5.1 4 12.7.4 12.6-6.1v-63.9c12.9.1 25.9.9 38.8 2.5 42.1 5.2 82.1 18.2 119 38.7 38.1 21.2 71.2 49.7 98.4 84.3 27.1 34.7 46.7 73.7 58.1 115.8a325.95 325.95 0 016.5 140.9h74.9c14.8-103.6-11.3-213-81-302.3z" } }] }, "name": "rotate-left", "theme": "outlined" };
48441
- var RotateLeftOutlinedSvg = RotateLeftOutlined$2;
48307
+ var RotateLeftOutlined$1 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "defs", "attrs": {}, "children": [{ "tag": "style", "attrs": {} }] }, { "tag": "path", "attrs": { "d": "M672 418H144c-17.7 0-32 14.3-32 32v414c0 17.7 14.3 32 32 32h528c17.7 0 32-14.3 32-32V450c0-17.7-14.3-32-32-32zm-44 402H188V494h440v326z" } }, { "tag": "path", "attrs": { "d": "M819.3 328.5c-78.8-100.7-196-153.6-314.6-154.2l-.2-64c0-6.5-7.6-10.1-12.6-6.1l-128 101c-4 3.1-3.9 9.1 0 12.3L492 318.6c5.1 4 12.7.4 12.6-6.1v-63.9c12.9.1 25.9.9 38.8 2.5 42.1 5.2 82.1 18.2 119 38.7 38.1 21.2 71.2 49.7 98.4 84.3 27.1 34.7 46.7 73.7 58.1 115.8a325.95 325.95 0 016.5 140.9h74.9c14.8-103.6-11.3-213-81-302.3z" } }] }, "name": "rotate-left", "theme": "outlined" };
48442
48308
 
48443
48309
  function _objectSpread$s(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? Object(arguments[i]) : {}; var ownKeys = Object.keys(source); if (typeof Object.getOwnPropertySymbols === 'function') { ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function (sym) { return Object.getOwnPropertyDescriptor(source, sym).enumerable; })); } ownKeys.forEach(function (key) { _defineProperty$s(target, key, source[key]); }); } return target; }
48444
48310
 
@@ -48448,17 +48314,15 @@ var RotateLeftOutlined = function RotateLeftOutlined(props, context) {
48448
48314
  var p = _objectSpread$s({}, props, context.attrs);
48449
48315
 
48450
48316
  return createVNode(Icon, _objectSpread$s({}, p, {
48451
- "icon": RotateLeftOutlinedSvg
48317
+ "icon": RotateLeftOutlined$1
48452
48318
  }), null);
48453
48319
  };
48454
48320
 
48455
48321
  RotateLeftOutlined.displayName = 'RotateLeftOutlined';
48456
48322
  RotateLeftOutlined.inheritAttrs = false;
48457
- var RotateLeftOutlined$1 = RotateLeftOutlined;
48458
48323
 
48459
48324
  // This icon file is generated automatically.
48460
- var RotateRightOutlined$2 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "defs", "attrs": {}, "children": [{ "tag": "style", "attrs": {} }] }, { "tag": "path", "attrs": { "d": "M480.5 251.2c13-1.6 25.9-2.4 38.8-2.5v63.9c0 6.5 7.5 10.1 12.6 6.1L660 217.6c4-3.2 4-9.2 0-12.3l-128-101c-5.1-4-12.6-.4-12.6 6.1l-.2 64c-118.6.5-235.8 53.4-314.6 154.2A399.75 399.75 0 00123.5 631h74.9c-.9-5.3-1.7-10.7-2.4-16.1-5.1-42.1-2.1-84.1 8.9-124.8 11.4-42.2 31-81.1 58.1-115.8 27.2-34.7 60.3-63.2 98.4-84.3 37-20.6 76.9-33.6 119.1-38.8z" } }, { "tag": "path", "attrs": { "d": "M880 418H352c-17.7 0-32 14.3-32 32v414c0 17.7 14.3 32 32 32h528c17.7 0 32-14.3 32-32V450c0-17.7-14.3-32-32-32zm-44 402H396V494h440v326z" } }] }, "name": "rotate-right", "theme": "outlined" };
48461
- var RotateRightOutlinedSvg = RotateRightOutlined$2;
48325
+ var RotateRightOutlined$1 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "defs", "attrs": {}, "children": [{ "tag": "style", "attrs": {} }] }, { "tag": "path", "attrs": { "d": "M480.5 251.2c13-1.6 25.9-2.4 38.8-2.5v63.9c0 6.5 7.5 10.1 12.6 6.1L660 217.6c4-3.2 4-9.2 0-12.3l-128-101c-5.1-4-12.6-.4-12.6 6.1l-.2 64c-118.6.5-235.8 53.4-314.6 154.2A399.75 399.75 0 00123.5 631h74.9c-.9-5.3-1.7-10.7-2.4-16.1-5.1-42.1-2.1-84.1 8.9-124.8 11.4-42.2 31-81.1 58.1-115.8 27.2-34.7 60.3-63.2 98.4-84.3 37-20.6 76.9-33.6 119.1-38.8z" } }, { "tag": "path", "attrs": { "d": "M880 418H352c-17.7 0-32 14.3-32 32v414c0 17.7 14.3 32 32 32h528c17.7 0 32-14.3 32-32V450c0-17.7-14.3-32-32-32zm-44 402H396V494h440v326z" } }] }, "name": "rotate-right", "theme": "outlined" };
48462
48326
 
48463
48327
  function _objectSpread$r(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? Object(arguments[i]) : {}; var ownKeys = Object.keys(source); if (typeof Object.getOwnPropertySymbols === 'function') { ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function (sym) { return Object.getOwnPropertyDescriptor(source, sym).enumerable; })); } ownKeys.forEach(function (key) { _defineProperty$r(target, key, source[key]); }); } return target; }
48464
48328
 
@@ -48468,17 +48332,15 @@ var RotateRightOutlined = function RotateRightOutlined(props, context) {
48468
48332
  var p = _objectSpread$r({}, props, context.attrs);
48469
48333
 
48470
48334
  return createVNode(Icon, _objectSpread$r({}, p, {
48471
- "icon": RotateRightOutlinedSvg
48335
+ "icon": RotateRightOutlined$1
48472
48336
  }), null);
48473
48337
  };
48474
48338
 
48475
48339
  RotateRightOutlined.displayName = 'RotateRightOutlined';
48476
48340
  RotateRightOutlined.inheritAttrs = false;
48477
- var RotateRightOutlined$1 = RotateRightOutlined;
48478
48341
 
48479
48342
  // This icon file is generated automatically.
48480
- var ZoomInOutlined$2 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M637 443H519V309c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v134H325c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h118v134c0 4.4 3.6 8 8 8h60c4.4 0 8-3.6 8-8V519h118c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8zm284 424L775 721c122.1-148.9 113.6-369.5-26-509-148-148.1-388.4-148.1-537 0-148.1 148.6-148.1 389 0 537 139.5 139.6 360.1 148.1 509 26l146 146c3.2 2.8 8.3 2.8 11 0l43-43c2.8-2.7 2.8-7.8 0-11zM696 696c-118.8 118.7-311.2 118.7-430 0-118.7-118.8-118.7-311.2 0-430 118.8-118.7 311.2-118.7 430 0 118.7 118.8 118.7 311.2 0 430z" } }] }, "name": "zoom-in", "theme": "outlined" };
48481
- var ZoomInOutlinedSvg = ZoomInOutlined$2;
48343
+ var ZoomInOutlined$1 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M637 443H519V309c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v134H325c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h118v134c0 4.4 3.6 8 8 8h60c4.4 0 8-3.6 8-8V519h118c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8zm284 424L775 721c122.1-148.9 113.6-369.5-26-509-148-148.1-388.4-148.1-537 0-148.1 148.6-148.1 389 0 537 139.5 139.6 360.1 148.1 509 26l146 146c3.2 2.8 8.3 2.8 11 0l43-43c2.8-2.7 2.8-7.8 0-11zM696 696c-118.8 118.7-311.2 118.7-430 0-118.7-118.8-118.7-311.2 0-430 118.8-118.7 311.2-118.7 430 0 118.7 118.8 118.7 311.2 0 430z" } }] }, "name": "zoom-in", "theme": "outlined" };
48482
48344
 
48483
48345
  function _objectSpread$q(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? Object(arguments[i]) : {}; var ownKeys = Object.keys(source); if (typeof Object.getOwnPropertySymbols === 'function') { ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function (sym) { return Object.getOwnPropertyDescriptor(source, sym).enumerable; })); } ownKeys.forEach(function (key) { _defineProperty$q(target, key, source[key]); }); } return target; }
48484
48346
 
@@ -48488,17 +48350,15 @@ var ZoomInOutlined = function ZoomInOutlined(props, context) {
48488
48350
  var p = _objectSpread$q({}, props, context.attrs);
48489
48351
 
48490
48352
  return createVNode(Icon, _objectSpread$q({}, p, {
48491
- "icon": ZoomInOutlinedSvg
48353
+ "icon": ZoomInOutlined$1
48492
48354
  }), null);
48493
48355
  };
48494
48356
 
48495
48357
  ZoomInOutlined.displayName = 'ZoomInOutlined';
48496
48358
  ZoomInOutlined.inheritAttrs = false;
48497
- var ZoomInOutlined$1 = ZoomInOutlined;
48498
48359
 
48499
48360
  // This icon file is generated automatically.
48500
- var ZoomOutOutlined$2 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M637 443H325c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h312c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8zm284 424L775 721c122.1-148.9 113.6-369.5-26-509-148-148.1-388.4-148.1-537 0-148.1 148.6-148.1 389 0 537 139.5 139.6 360.1 148.1 509 26l146 146c3.2 2.8 8.3 2.8 11 0l43-43c2.8-2.7 2.8-7.8 0-11zM696 696c-118.8 118.7-311.2 118.7-430 0-118.7-118.8-118.7-311.2 0-430 118.8-118.7 311.2-118.7 430 0 118.7 118.8 118.7 311.2 0 430z" } }] }, "name": "zoom-out", "theme": "outlined" };
48501
- var ZoomOutOutlinedSvg = ZoomOutOutlined$2;
48361
+ var ZoomOutOutlined$1 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M637 443H325c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h312c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8zm284 424L775 721c122.1-148.9 113.6-369.5-26-509-148-148.1-388.4-148.1-537 0-148.1 148.6-148.1 389 0 537 139.5 139.6 360.1 148.1 509 26l146 146c3.2 2.8 8.3 2.8 11 0l43-43c2.8-2.7 2.8-7.8 0-11zM696 696c-118.8 118.7-311.2 118.7-430 0-118.7-118.8-118.7-311.2 0-430 118.8-118.7 311.2-118.7 430 0 118.7 118.8 118.7 311.2 0 430z" } }] }, "name": "zoom-out", "theme": "outlined" };
48502
48362
 
48503
48363
  function _objectSpread$p(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? Object(arguments[i]) : {}; var ownKeys = Object.keys(source); if (typeof Object.getOwnPropertySymbols === 'function') { ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function (sym) { return Object.getOwnPropertyDescriptor(source, sym).enumerable; })); } ownKeys.forEach(function (key) { _defineProperty$p(target, key, source[key]); }); } return target; }
48504
48364
 
@@ -48508,22 +48368,21 @@ var ZoomOutOutlined = function ZoomOutOutlined(props, context) {
48508
48368
  var p = _objectSpread$p({}, props, context.attrs);
48509
48369
 
48510
48370
  return createVNode(Icon, _objectSpread$p({}, p, {
48511
- "icon": ZoomOutOutlinedSvg
48371
+ "icon": ZoomOutOutlined$1
48512
48372
  }), null);
48513
48373
  };
48514
48374
 
48515
48375
  ZoomOutOutlined.displayName = 'ZoomOutOutlined';
48516
48376
  ZoomOutOutlined.inheritAttrs = false;
48517
- var ZoomOutOutlined$1 = ZoomOutOutlined;
48518
48377
 
48519
48378
  var icons = {
48520
- rotateLeft: createVNode(RotateLeftOutlined$1, null, null),
48521
- rotateRight: createVNode(RotateRightOutlined$1, null, null),
48522
- zoomIn: createVNode(ZoomInOutlined$1, null, null),
48523
- zoomOut: createVNode(ZoomOutOutlined$1, null, null),
48524
- close: createVNode(CloseOutlined$1, null, null),
48525
- left: createVNode(LeftOutlined$1, null, null),
48526
- right: createVNode(RightOutlined$1, null, null)
48379
+ rotateLeft: createVNode(RotateLeftOutlined, null, null),
48380
+ rotateRight: createVNode(RotateRightOutlined, null, null),
48381
+ zoomIn: createVNode(ZoomInOutlined, null, null),
48382
+ zoomOut: createVNode(ZoomOutOutlined, null, null),
48383
+ close: createVNode(CloseOutlined, null, null),
48384
+ left: createVNode(LeftOutlined, null, null),
48385
+ right: createVNode(RightOutlined, null, null)
48527
48386
  };
48528
48387
  var InternalPreviewGroup = defineComponent({
48529
48388
  compatConfig: {
@@ -48581,7 +48440,7 @@ var Image$1 = defineComponent({
48581
48440
  var defaultPreviewMask = function defaultPreviewMask() {
48582
48441
  return createVNode("div", {
48583
48442
  "class": "".concat(prefixCls.value, "-mask-info")
48584
- }, [createVNode(EyeOutlined$1, null, null), imageLocale === null || imageLocale === void 0 ? void 0 : imageLocale.preview]);
48443
+ }, [createVNode(EyeOutlined, null, null), imageLocale === null || imageLocale === void 0 ? void 0 : imageLocale.preview]);
48585
48444
  };
48586
48445
  var _props$previewMask = props.previewMask,
48587
48446
  previewMask = _props$previewMask === void 0 ? slots.previewMask || defaultPreviewMask : _props$previewMask;
@@ -48603,8 +48462,7 @@ Image$1.install = function (app) {
48603
48462
  };
48604
48463
 
48605
48464
  // This icon file is generated automatically.
48606
- var UpOutlined$2 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M890.5 755.3L537.9 269.2c-12.8-17.6-39-17.6-51.7 0L133.5 755.3A8 8 0 00140 768h75c5.1 0 9.9-2.5 12.9-6.6L512 369.8l284.1 391.6c3 4.1 7.8 6.6 12.9 6.6h75c6.5 0 10.3-7.4 6.5-12.7z" } }] }, "name": "up", "theme": "outlined" };
48607
- var UpOutlinedSvg = UpOutlined$2;
48465
+ var UpOutlined$1 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M890.5 755.3L537.9 269.2c-12.8-17.6-39-17.6-51.7 0L133.5 755.3A8 8 0 00140 768h75c5.1 0 9.9-2.5 12.9-6.6L512 369.8l284.1 391.6c3 4.1 7.8 6.6 12.9 6.6h75c6.5 0 10.3-7.4 6.5-12.7z" } }] }, "name": "up", "theme": "outlined" };
48608
48466
 
48609
48467
  function _objectSpread$o(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? Object(arguments[i]) : {}; var ownKeys = Object.keys(source); if (typeof Object.getOwnPropertySymbols === 'function') { ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function (sym) { return Object.getOwnPropertyDescriptor(source, sym).enumerable; })); } ownKeys.forEach(function (key) { _defineProperty$o(target, key, source[key]); }); } return target; }
48610
48468
 
@@ -48614,13 +48472,12 @@ var UpOutlined = function UpOutlined(props, context) {
48614
48472
  var p = _objectSpread$o({}, props, context.attrs);
48615
48473
 
48616
48474
  return createVNode(Icon, _objectSpread$o({}, p, {
48617
- "icon": UpOutlinedSvg
48475
+ "icon": UpOutlined$1
48618
48476
  }), null);
48619
48477
  };
48620
48478
 
48621
48479
  UpOutlined.displayName = 'UpOutlined';
48622
48480
  UpOutlined.inheritAttrs = false;
48623
- var UpOutlined$1 = UpOutlined;
48624
48481
 
48625
48482
  function supportBigInt() {
48626
48483
  return typeof BigInt === 'function';
@@ -49806,12 +49663,12 @@ var InputNumber = defineComponent({
49806
49663
  "onFocus": handleFocus
49807
49664
  }), {
49808
49665
  upHandler: function upHandler() {
49809
- return createVNode(UpOutlined$1, {
49666
+ return createVNode(UpOutlined, {
49810
49667
  "class": "".concat(preCls, "-handler-up-inner")
49811
49668
  }, null);
49812
49669
  },
49813
49670
  downHandler: function downHandler() {
49814
- return createVNode(DownOutlined$1, {
49671
+ return createVNode(DownOutlined, {
49815
49672
  "class": "".concat(preCls, "-handler-down-inner")
49816
49673
  }, null);
49817
49674
  }
@@ -49970,8 +49827,7 @@ var Content = generator({
49970
49827
  })(Basic);
49971
49828
 
49972
49829
  // This icon file is generated automatically.
49973
- var BarsOutlined$2 = { "icon": { "tag": "svg", "attrs": { "viewBox": "0 0 1024 1024", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M912 192H328c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h584c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 284H328c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h584c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 284H328c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h584c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM104 228a56 56 0 10112 0 56 56 0 10-112 0zm0 284a56 56 0 10112 0 56 56 0 10-112 0zm0 284a56 56 0 10112 0 56 56 0 10-112 0z" } }] }, "name": "bars", "theme": "outlined" };
49974
- var BarsOutlinedSvg = BarsOutlined$2;
49830
+ var BarsOutlined$1 = { "icon": { "tag": "svg", "attrs": { "viewBox": "0 0 1024 1024", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M912 192H328c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h584c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 284H328c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h584c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 284H328c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h584c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM104 228a56 56 0 10112 0 56 56 0 10-112 0zm0 284a56 56 0 10112 0 56 56 0 10-112 0zm0 284a56 56 0 10112 0 56 56 0 10-112 0z" } }] }, "name": "bars", "theme": "outlined" };
49975
49831
 
49976
49832
  function _objectSpread$n(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? Object(arguments[i]) : {}; var ownKeys = Object.keys(source); if (typeof Object.getOwnPropertySymbols === 'function') { ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function (sym) { return Object.getOwnPropertyDescriptor(source, sym).enumerable; })); } ownKeys.forEach(function (key) { _defineProperty$n(target, key, source[key]); }); } return target; }
49977
49833
 
@@ -49981,13 +49837,12 @@ var BarsOutlined = function BarsOutlined(props, context) {
49981
49837
  var p = _objectSpread$n({}, props, context.attrs);
49982
49838
 
49983
49839
  return createVNode(Icon, _objectSpread$n({}, p, {
49984
- "icon": BarsOutlinedSvg
49840
+ "icon": BarsOutlined$1
49985
49841
  }), null);
49986
49842
  };
49987
49843
 
49988
49844
  BarsOutlined.displayName = 'BarsOutlined';
49989
49845
  BarsOutlined.inheritAttrs = false;
49990
- var BarsOutlined$1 = BarsOutlined;
49991
49846
 
49992
49847
  var dimensionMaxMap = {
49993
49848
  xs: '479.98px',
@@ -50148,10 +50003,10 @@ var Sider = defineComponent({
50148
50003
  "onClick": toggle,
50149
50004
  "class": classNames("".concat(pre, "-zero-width-trigger"), "".concat(pre, "-zero-width-trigger-").concat(reverseArrow ? 'right' : 'left')),
50150
50005
  "style": zeroWidthTriggerStyle
50151
- }, [trigger || createVNode(BarsOutlined$1, null, null)]) : null;
50006
+ }, [trigger || createVNode(BarsOutlined, null, null)]) : null;
50152
50007
  var iconObj = {
50153
- expanded: reverseArrow ? createVNode(RightOutlined$1, null, null) : createVNode(LeftOutlined$1, null, null),
50154
- collapsed: reverseArrow ? createVNode(LeftOutlined$1, null, null) : createVNode(RightOutlined$1, null, null)
50008
+ expanded: reverseArrow ? createVNode(RightOutlined, null, null) : createVNode(LeftOutlined, null, null),
50009
+ collapsed: reverseArrow ? createVNode(LeftOutlined, null, null) : createVNode(RightOutlined, null, null)
50155
50010
  };
50156
50011
  var status = collapsed.value ? 'collapsed' : 'expanded';
50157
50012
  var defaultTrigger = iconObj[status];
@@ -50366,8 +50221,7 @@ Spin.install = function (app) {
50366
50221
  };
50367
50222
 
50368
50223
  // This icon file is generated automatically.
50369
- var DoubleLeftOutlined$2 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M272.9 512l265.4-339.1c4.1-5.2.4-12.9-6.3-12.9h-77.3c-4.9 0-9.6 2.3-12.6 6.1L186.8 492.3a31.99 31.99 0 000 39.5l255.3 326.1c3 3.9 7.7 6.1 12.6 6.1H532c6.7 0 10.4-7.7 6.3-12.9L272.9 512zm304 0l265.4-339.1c4.1-5.2.4-12.9-6.3-12.9h-77.3c-4.9 0-9.6 2.3-12.6 6.1L490.8 492.3a31.99 31.99 0 000 39.5l255.3 326.1c3 3.9 7.7 6.1 12.6 6.1H836c6.7 0 10.4-7.7 6.3-12.9L576.9 512z" } }] }, "name": "double-left", "theme": "outlined" };
50370
- var DoubleLeftOutlinedSvg = DoubleLeftOutlined$2;
50224
+ var DoubleLeftOutlined$1 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M272.9 512l265.4-339.1c4.1-5.2.4-12.9-6.3-12.9h-77.3c-4.9 0-9.6 2.3-12.6 6.1L186.8 492.3a31.99 31.99 0 000 39.5l255.3 326.1c3 3.9 7.7 6.1 12.6 6.1H532c6.7 0 10.4-7.7 6.3-12.9L272.9 512zm304 0l265.4-339.1c4.1-5.2.4-12.9-6.3-12.9h-77.3c-4.9 0-9.6 2.3-12.6 6.1L490.8 492.3a31.99 31.99 0 000 39.5l255.3 326.1c3 3.9 7.7 6.1 12.6 6.1H836c6.7 0 10.4-7.7 6.3-12.9L576.9 512z" } }] }, "name": "double-left", "theme": "outlined" };
50371
50225
 
50372
50226
  function _objectSpread$m(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? Object(arguments[i]) : {}; var ownKeys = Object.keys(source); if (typeof Object.getOwnPropertySymbols === 'function') { ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function (sym) { return Object.getOwnPropertyDescriptor(source, sym).enumerable; })); } ownKeys.forEach(function (key) { _defineProperty$m(target, key, source[key]); }); } return target; }
50373
50227
 
@@ -50377,17 +50231,15 @@ var DoubleLeftOutlined = function DoubleLeftOutlined(props, context) {
50377
50231
  var p = _objectSpread$m({}, props, context.attrs);
50378
50232
 
50379
50233
  return createVNode(Icon, _objectSpread$m({}, p, {
50380
- "icon": DoubleLeftOutlinedSvg
50234
+ "icon": DoubleLeftOutlined$1
50381
50235
  }), null);
50382
50236
  };
50383
50237
 
50384
50238
  DoubleLeftOutlined.displayName = 'DoubleLeftOutlined';
50385
50239
  DoubleLeftOutlined.inheritAttrs = false;
50386
- var DoubleLeftOutlined$1 = DoubleLeftOutlined;
50387
50240
 
50388
50241
  // This icon file is generated automatically.
50389
- var DoubleRightOutlined$2 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M533.2 492.3L277.9 166.1c-3-3.9-7.7-6.1-12.6-6.1H188c-6.7 0-10.4 7.7-6.3 12.9L447.1 512 181.7 851.1A7.98 7.98 0 00188 864h77.3c4.9 0 9.6-2.3 12.6-6.1l255.3-326.1c9.1-11.7 9.1-27.9 0-39.5zm304 0L581.9 166.1c-3-3.9-7.7-6.1-12.6-6.1H492c-6.7 0-10.4 7.7-6.3 12.9L751.1 512 485.7 851.1A7.98 7.98 0 00492 864h77.3c4.9 0 9.6-2.3 12.6-6.1l255.3-326.1c9.1-11.7 9.1-27.9 0-39.5z" } }] }, "name": "double-right", "theme": "outlined" };
50390
- var DoubleRightOutlinedSvg = DoubleRightOutlined$2;
50242
+ var DoubleRightOutlined$1 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M533.2 492.3L277.9 166.1c-3-3.9-7.7-6.1-12.6-6.1H188c-6.7 0-10.4 7.7-6.3 12.9L447.1 512 181.7 851.1A7.98 7.98 0 00188 864h77.3c4.9 0 9.6-2.3 12.6-6.1l255.3-326.1c9.1-11.7 9.1-27.9 0-39.5zm304 0L581.9 166.1c-3-3.9-7.7-6.1-12.6-6.1H492c-6.7 0-10.4 7.7-6.3 12.9L751.1 512 485.7 851.1A7.98 7.98 0 00492 864h77.3c4.9 0 9.6-2.3 12.6-6.1l255.3-326.1c9.1-11.7 9.1-27.9 0-39.5z" } }] }, "name": "double-right", "theme": "outlined" };
50391
50243
 
50392
50244
  function _objectSpread$l(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? Object(arguments[i]) : {}; var ownKeys = Object.keys(source); if (typeof Object.getOwnPropertySymbols === 'function') { ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function (sym) { return Object.getOwnPropertyDescriptor(source, sym).enumerable; })); } ownKeys.forEach(function (key) { _defineProperty$l(target, key, source[key]); }); } return target; }
50393
50245
 
@@ -50397,13 +50249,12 @@ var DoubleRightOutlined = function DoubleRightOutlined(props, context) {
50397
50249
  var p = _objectSpread$l({}, props, context.attrs);
50398
50250
 
50399
50251
  return createVNode(Icon, _objectSpread$l({}, p, {
50400
- "icon": DoubleRightOutlinedSvg
50252
+ "icon": DoubleRightOutlined$1
50401
50253
  }), null);
50402
50254
  };
50403
50255
 
50404
50256
  DoubleRightOutlined.displayName = 'DoubleRightOutlined';
50405
50257
  DoubleRightOutlined.inheritAttrs = false;
50406
- var DoubleRightOutlined$1 = DoubleRightOutlined;
50407
50258
 
50408
50259
  var MiniSelect = defineComponent({
50409
50260
  compatConfig: {
@@ -51374,18 +51225,18 @@ var Pagination$1 = defineComponent({
51374
51225
  "class": "".concat(pre, "-item-link"),
51375
51226
  "type": "button",
51376
51227
  "tabindex": -1
51377
- }, [createVNode(LeftOutlined$1, null, null)]);
51228
+ }, [createVNode(LeftOutlined, null, null)]);
51378
51229
  var nextIcon = createVNode("button", {
51379
51230
  "class": "".concat(pre, "-item-link"),
51380
51231
  "type": "button",
51381
51232
  "tabindex": -1
51382
- }, [createVNode(RightOutlined$1, null, null)]);
51233
+ }, [createVNode(RightOutlined, null, null)]);
51383
51234
  var jumpPrevIcon = createVNode("a", {
51384
51235
  "rel": "nofollow",
51385
51236
  "class": "".concat(pre, "-item-link")
51386
51237
  }, [createVNode("div", {
51387
51238
  "class": "".concat(pre, "-item-container")
51388
- }, [createVNode(DoubleLeftOutlined$1, {
51239
+ }, [createVNode(DoubleLeftOutlined, {
51389
51240
  "class": "".concat(pre, "-item-link-icon")
51390
51241
  }, null), ellipsis])]);
51391
51242
  var jumpNextIcon = createVNode("a", {
@@ -51393,7 +51244,7 @@ var Pagination$1 = defineComponent({
51393
51244
  "class": "".concat(pre, "-item-link")
51394
51245
  }, [createVNode("div", {
51395
51246
  "class": "".concat(pre, "-item-container")
51396
- }, [createVNode(DoubleRightOutlined$1, {
51247
+ }, [createVNode(DoubleRightOutlined, {
51397
51248
  "class": "".concat(pre, "-item-link-icon")
51398
51249
  }, null), ellipsis])]);
51399
51250
  // change arrows direction in right-to-left direction
@@ -52872,7 +52723,7 @@ var Modal = defineComponent({
52872
52723
  closeIcon: function closeIcon() {
52873
52724
  return createVNode("span", {
52874
52725
  "class": "".concat(prefixCls.value, "-close-x")
52875
- }, [_closeIcon || createVNode(CloseOutlined$1, {
52726
+ }, [_closeIcon || createVNode(CloseOutlined, {
52876
52727
  "class": "".concat(prefixCls.value, "-close-icon")
52877
52728
  }, null)]);
52878
52729
  }
@@ -53216,7 +53067,7 @@ var confirm = function confirm(config) {
53216
53067
  function withWarn(props) {
53217
53068
  return _objectSpread2$1(_objectSpread2$1({
53218
53069
  icon: function icon() {
53219
- return createVNode(ExclamationCircleOutlined$1, null, null);
53070
+ return createVNode(ExclamationCircleOutlined, null, null);
53220
53071
  },
53221
53072
  okCancel: false
53222
53073
  }, props), {}, {
@@ -53226,7 +53077,7 @@ function withWarn(props) {
53226
53077
  function withInfo(props) {
53227
53078
  return _objectSpread2$1(_objectSpread2$1({
53228
53079
  icon: function icon() {
53229
- return createVNode(InfoCircleOutlined$1, null, null);
53080
+ return createVNode(InfoCircleOutlined, null, null);
53230
53081
  },
53231
53082
  okCancel: false
53232
53083
  }, props), {}, {
@@ -53236,7 +53087,7 @@ function withInfo(props) {
53236
53087
  function withSuccess(props) {
53237
53088
  return _objectSpread2$1(_objectSpread2$1({
53238
53089
  icon: function icon() {
53239
- return createVNode(CheckCircleOutlined$1, null, null);
53090
+ return createVNode(CheckCircleOutlined, null, null);
53240
53091
  },
53241
53092
  okCancel: false
53242
53093
  }, props), {}, {
@@ -53246,7 +53097,7 @@ function withSuccess(props) {
53246
53097
  function withError(props) {
53247
53098
  return _objectSpread2$1(_objectSpread2$1({
53248
53099
  icon: function icon() {
53249
- return createVNode(CloseCircleOutlined$1, null, null);
53100
+ return createVNode(CloseCircleOutlined, null, null);
53250
53101
  },
53251
53102
  okCancel: false
53252
53103
  }, props), {}, {
@@ -53256,7 +53107,7 @@ function withError(props) {
53256
53107
  function withConfirm(props) {
53257
53108
  return _objectSpread2$1(_objectSpread2$1({
53258
53109
  icon: function icon() {
53259
- return createVNode(ExclamationCircleOutlined$1, null, null);
53110
+ return createVNode(ExclamationCircleOutlined, null, null);
53260
53111
  },
53261
53112
  okCancel: true
53262
53113
  }, props), {}, {
@@ -53856,8 +53707,7 @@ Statistic.install = function (app) {
53856
53707
  Statistic.Countdown;
53857
53708
 
53858
53709
  // This icon file is generated automatically.
53859
- var ArrowLeftOutlined$2 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M872 474H286.9l350.2-304c5.6-4.9 2.2-14-5.2-14h-88.5c-3.9 0-7.6 1.4-10.5 3.9L155 487.8a31.96 31.96 0 000 48.3L535.1 866c1.5 1.3 3.3 2 5.2 2h91.5c7.4 0 10.8-9.2 5.2-14L286.9 550H872c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8z" } }] }, "name": "arrow-left", "theme": "outlined" };
53860
- var ArrowLeftOutlinedSvg = ArrowLeftOutlined$2;
53710
+ var ArrowLeftOutlined$1 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M872 474H286.9l350.2-304c5.6-4.9 2.2-14-5.2-14h-88.5c-3.9 0-7.6 1.4-10.5 3.9L155 487.8a31.96 31.96 0 000 48.3L535.1 866c1.5 1.3 3.3 2 5.2 2h91.5c7.4 0 10.8-9.2 5.2-14L286.9 550H872c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8z" } }] }, "name": "arrow-left", "theme": "outlined" };
53861
53711
 
53862
53712
  function _objectSpread$k(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? Object(arguments[i]) : {}; var ownKeys = Object.keys(source); if (typeof Object.getOwnPropertySymbols === 'function') { ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function (sym) { return Object.getOwnPropertyDescriptor(source, sym).enumerable; })); } ownKeys.forEach(function (key) { _defineProperty$k(target, key, source[key]); }); } return target; }
53863
53713
 
@@ -53867,17 +53717,15 @@ var ArrowLeftOutlined = function ArrowLeftOutlined(props, context) {
53867
53717
  var p = _objectSpread$k({}, props, context.attrs);
53868
53718
 
53869
53719
  return createVNode(Icon, _objectSpread$k({}, p, {
53870
- "icon": ArrowLeftOutlinedSvg
53720
+ "icon": ArrowLeftOutlined$1
53871
53721
  }), null);
53872
53722
  };
53873
53723
 
53874
53724
  ArrowLeftOutlined.displayName = 'ArrowLeftOutlined';
53875
53725
  ArrowLeftOutlined.inheritAttrs = false;
53876
- var ArrowLeftOutlined$1 = ArrowLeftOutlined;
53877
53726
 
53878
53727
  // This icon file is generated automatically.
53879
- var ArrowRightOutlined$2 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M869 487.8L491.2 159.9c-2.9-2.5-6.6-3.9-10.5-3.9h-88.5c-7.4 0-10.8 9.2-5.2 14l350.2 304H152c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h585.1L386.9 854c-5.6 4.9-2.2 14 5.2 14h91.5c1.9 0 3.8-.7 5.2-2L869 536.2a32.07 32.07 0 000-48.4z" } }] }, "name": "arrow-right", "theme": "outlined" };
53880
- var ArrowRightOutlinedSvg = ArrowRightOutlined$2;
53728
+ var ArrowRightOutlined$1 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M869 487.8L491.2 159.9c-2.9-2.5-6.6-3.9-10.5-3.9h-88.5c-7.4 0-10.8 9.2-5.2 14l350.2 304H152c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h585.1L386.9 854c-5.6 4.9-2.2 14 5.2 14h91.5c1.9 0 3.8-.7 5.2-2L869 536.2a32.07 32.07 0 000-48.4z" } }] }, "name": "arrow-right", "theme": "outlined" };
53881
53729
 
53882
53730
  function _objectSpread$j(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? Object(arguments[i]) : {}; var ownKeys = Object.keys(source); if (typeof Object.getOwnPropertySymbols === 'function') { ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function (sym) { return Object.getOwnPropertyDescriptor(source, sym).enumerable; })); } ownKeys.forEach(function (key) { _defineProperty$j(target, key, source[key]); }); } return target; }
53883
53731
 
@@ -53887,13 +53735,12 @@ var ArrowRightOutlined = function ArrowRightOutlined(props, context) {
53887
53735
  var p = _objectSpread$j({}, props, context.attrs);
53888
53736
 
53889
53737
  return createVNode(Icon, _objectSpread$j({}, p, {
53890
- "icon": ArrowRightOutlinedSvg
53738
+ "icon": ArrowRightOutlined$1
53891
53739
  }), null);
53892
53740
  };
53893
53741
 
53894
53742
  ArrowRightOutlined.displayName = 'ArrowRightOutlined';
53895
53743
  ArrowRightOutlined.inheritAttrs = false;
53896
- var ArrowRightOutlined$1 = ArrowRightOutlined;
53897
53744
 
53898
53745
  var _excluded$m = ["noStyle", "disabled"];
53899
53746
  var inlineStyle = {
@@ -54037,7 +53884,7 @@ var PageHeader = defineComponent({
54037
53884
  });
54038
53885
  var getBackIcon = function getBackIcon() {
54039
53886
  var _ref4, _props$backIcon, _slots$backIcon;
54040
- return (_ref4 = (_props$backIcon = props.backIcon) !== null && _props$backIcon !== void 0 ? _props$backIcon : (_slots$backIcon = slots.backIcon) === null || _slots$backIcon === void 0 ? void 0 : _slots$backIcon.call(slots)) !== null && _ref4 !== void 0 ? _ref4 : direction.value === 'rtl' ? createVNode(ArrowRightOutlined$1, null, null) : createVNode(ArrowLeftOutlined$1, null, null);
53887
+ return (_ref4 = (_props$backIcon = props.backIcon) !== null && _props$backIcon !== void 0 ? _props$backIcon : (_slots$backIcon = slots.backIcon) === null || _slots$backIcon === void 0 ? void 0 : _slots$backIcon.call(slots)) !== null && _ref4 !== void 0 ? _ref4 : direction.value === 'rtl' ? createVNode(ArrowRightOutlined, null, null) : createVNode(ArrowLeftOutlined, null, null);
54041
53888
  };
54042
53889
  var renderBack = function renderBack(backIcon) {
54043
53890
  if (!backIcon || !props.onBack) {
@@ -54282,7 +54129,7 @@ var Popconfirm = defineComponent({
54282
54129
  "class": "".concat(popoverPrefixCls.value, "-inner-content")
54283
54130
  }, [createVNode("div", {
54284
54131
  "class": "".concat(popoverPrefixCls.value, "-message")
54285
- }, [icon || createVNode(ExclamationCircleFilled$1, null, null), createVNode("div", {
54132
+ }, [icon || createVNode(ExclamationCircleFilled, null, null), createVNode("div", {
54286
54133
  "class": "".concat(popoverPrefixCls.value, "-message-title")
54287
54134
  }, [title])]), createVNode("div", {
54288
54135
  "class": "".concat(popoverPrefixCls.value, "-buttons")
@@ -55039,9 +54886,9 @@ var Progress$1 = defineComponent({
55039
54886
  if (format || slots !== null && slots !== void 0 && slots.format || progressStatus.value !== 'exception' && progressStatus.value !== 'success') {
55040
54887
  text = textFormatter(validProgress(percent), validProgress(successPercent));
55041
54888
  } else if (progressStatus.value === 'exception') {
55042
- text = isLineType ? createVNode(CloseCircleFilled$1, null, null) : createVNode(CloseOutlined$1, null, null);
54889
+ text = isLineType ? createVNode(CloseCircleFilled, null, null) : createVNode(CloseOutlined, null, null);
55043
54890
  } else if (progressStatus.value === 'success') {
55044
- text = isLineType ? createVNode(CheckCircleFilled$1, null, null) : createVNode(CheckOutlined$1, null, null);
54891
+ text = isLineType ? createVNode(CheckCircleFilled, null, null) : createVNode(CheckOutlined, null, null);
55045
54892
  }
55046
54893
  return createVNode("span", {
55047
54894
  "class": "".concat(prefixCls.value, "-text"),
@@ -55132,8 +54979,7 @@ function getOffsetLeft(el) {
55132
54979
  }
55133
54980
 
55134
54981
  // This icon file is generated automatically.
55135
- var StarFilled$2 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M908.1 353.1l-253.9-36.9L540.7 86.1c-3.1-6.3-8.2-11.4-14.5-14.5-15.8-7.8-35-1.3-42.9 14.5L369.8 316.2l-253.9 36.9c-7 1-13.4 4.3-18.3 9.3a32.05 32.05 0 00.6 45.3l183.7 179.1-43.4 252.9a31.95 31.95 0 0046.4 33.7L512 754l227.1 119.4c6.2 3.3 13.4 4.4 20.3 3.2 17.4-3 29.1-19.5 26.1-36.9l-43.4-252.9 183.7-179.1c5-4.9 8.3-11.3 9.3-18.3 2.7-17.5-9.5-33.7-27-36.3z" } }] }, "name": "star", "theme": "filled" };
55136
- var StarFilledSvg = StarFilled$2;
54982
+ var StarFilled$1 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M908.1 353.1l-253.9-36.9L540.7 86.1c-3.1-6.3-8.2-11.4-14.5-14.5-15.8-7.8-35-1.3-42.9 14.5L369.8 316.2l-253.9 36.9c-7 1-13.4 4.3-18.3 9.3a32.05 32.05 0 00.6 45.3l183.7 179.1-43.4 252.9a31.95 31.95 0 0046.4 33.7L512 754l227.1 119.4c6.2 3.3 13.4 4.4 20.3 3.2 17.4-3 29.1-19.5 26.1-36.9l-43.4-252.9 183.7-179.1c5-4.9 8.3-11.3 9.3-18.3 2.7-17.5-9.5-33.7-27-36.3z" } }] }, "name": "star", "theme": "filled" };
55137
54983
 
55138
54984
  function _objectSpread$i(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? Object(arguments[i]) : {}; var ownKeys = Object.keys(source); if (typeof Object.getOwnPropertySymbols === 'function') { ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function (sym) { return Object.getOwnPropertyDescriptor(source, sym).enumerable; })); } ownKeys.forEach(function (key) { _defineProperty$i(target, key, source[key]); }); } return target; }
55139
54985
 
@@ -55143,13 +54989,12 @@ var StarFilled = function StarFilled(props, context) {
55143
54989
  var p = _objectSpread$i({}, props, context.attrs);
55144
54990
 
55145
54991
  return createVNode(Icon, _objectSpread$i({}, p, {
55146
- "icon": StarFilledSvg
54992
+ "icon": StarFilled$1
55147
54993
  }), null);
55148
54994
  };
55149
54995
 
55150
54996
  StarFilled.displayName = 'StarFilled';
55151
54997
  StarFilled.inheritAttrs = false;
55152
- var StarFilled$1 = StarFilled;
55153
54998
 
55154
54999
  var starProps = {
55155
55000
  value: Number,
@@ -55459,7 +55304,7 @@ var Rate = defineComponent({
55459
55304
  }
55460
55305
  });
55461
55306
  };
55462
- var character = getPropsSlot(slots, props, 'character') || createVNode(StarFilled$1, null, null);
55307
+ var character = getPropsSlot(slots, props, 'character') || createVNode(StarFilled, null, null);
55463
55308
  return function () {
55464
55309
  var count = props.count,
55465
55310
  allowHalf = props.allowHalf,
@@ -55507,8 +55352,7 @@ var Rate = defineComponent({
55507
55352
  withInstall$1(Rate);
55508
55353
 
55509
55354
  // This icon file is generated automatically.
55510
- var WarningFilled$2 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M955.7 856l-416-720c-6.2-10.7-16.9-16-27.7-16s-21.6 5.3-27.7 16l-416 720C56 877.4 71.4 904 96 904h832c24.6 0 40-26.6 27.7-48zM480 416c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v184c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V416zm32 352a48.01 48.01 0 010-96 48.01 48.01 0 010 96z" } }] }, "name": "warning", "theme": "filled" };
55511
- var WarningFilledSvg = WarningFilled$2;
55355
+ var WarningFilled$1 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M955.7 856l-416-720c-6.2-10.7-16.9-16-27.7-16s-21.6 5.3-27.7 16l-416 720C56 877.4 71.4 904 96 904h832c24.6 0 40-26.6 27.7-48zM480 416c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v184c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V416zm32 352a48.01 48.01 0 010-96 48.01 48.01 0 010 96z" } }] }, "name": "warning", "theme": "filled" };
55512
55356
 
55513
55357
  function _objectSpread$h(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? Object(arguments[i]) : {}; var ownKeys = Object.keys(source); if (typeof Object.getOwnPropertySymbols === 'function') { ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function (sym) { return Object.getOwnPropertyDescriptor(source, sym).enumerable; })); } ownKeys.forEach(function (key) { _defineProperty$h(target, key, source[key]); }); } return target; }
55514
55358
 
@@ -55518,13 +55362,12 @@ var WarningFilled = function WarningFilled(props, context) {
55518
55362
  var p = _objectSpread$h({}, props, context.attrs);
55519
55363
 
55520
55364
  return createVNode(Icon, _objectSpread$h({}, p, {
55521
- "icon": WarningFilledSvg
55365
+ "icon": WarningFilled$1
55522
55366
  }), null);
55523
55367
  };
55524
55368
 
55525
55369
  WarningFilled.displayName = 'WarningFilled';
55526
55370
  WarningFilled.inheritAttrs = false;
55527
- var WarningFilled$1 = WarningFilled;
55528
55371
 
55529
55372
  var NoFound = function NoFound() {
55530
55373
  return createVNode("svg", {
@@ -56265,10 +56108,10 @@ var Unauthorized = function Unauthorized() {
56265
56108
  };
56266
56109
 
56267
56110
  var IconMap = {
56268
- success: CheckCircleFilled$1,
56269
- error: CloseCircleFilled$1,
56270
- info: ExclamationCircleFilled$1,
56271
- warning: WarningFilled$1
56111
+ success: CheckCircleFilled,
56112
+ error: CloseCircleFilled,
56113
+ info: ExclamationCircleFilled,
56114
+ warning: WarningFilled
56272
56115
  };
56273
56116
  var ExceptionMap = {
56274
56117
  '404': NoFound,
@@ -58855,10 +58698,10 @@ var Steps = defineComponent({
58855
58698
  var _classNames;
58856
58699
  var stepsClassName = classNames((_classNames = {}, _defineProperty$U(_classNames, "".concat(prefixCls.value, "-rtl"), rtlDirection.value === 'rtl'), _defineProperty$U(_classNames, "".concat(prefixCls.value, "-with-progress"), props.percent !== undefined), _classNames), attrs.class);
58857
58700
  var icons = {
58858
- finish: createVNode(CheckOutlined$1, {
58701
+ finish: createVNode(CheckOutlined, {
58859
58702
  "class": "".concat(prefixCls, "-finish-icon")
58860
58703
  }, null),
58861
- error: createVNode(CloseOutlined$1, {
58704
+ error: createVNode(CloseOutlined, {
58862
58705
  "class": "".concat(prefixCls, "-error-icon")
58863
58706
  }, null)
58864
58707
  };
@@ -59044,7 +58887,7 @@ var Switch = defineComponent({
59044
58887
  "ref": refSwitchNode
59045
58888
  }), [createVNode("div", {
59046
58889
  "class": "".concat(prefixCls.value, "-handle")
59047
- }, [props.loading ? createVNode(LoadingOutlined$1, {
58890
+ }, [props.loading ? createVNode(LoadingOutlined, {
59048
58891
  "class": "".concat(prefixCls.value, "-loading-icon")
59049
58892
  }, null) : null]), createVNode("span", {
59050
58893
  "class": "".concat(prefixCls.value, "-inner")
@@ -60386,7 +60229,7 @@ function useLayoutState(defaultState) {
60386
60229
  }
60387
60230
  /** Lock frame, when frame pass reset the lock. */
60388
60231
  function useTimeoutLock(defaultState) {
60389
- var frameRef = ref(defaultState || null);
60232
+ var frameRef = ref(null);
60390
60233
  var timeoutRef = ref();
60391
60234
  function cleanUp() {
60392
60235
  clearTimeout(timeoutRef.value);
@@ -61239,7 +61082,7 @@ var Table$1 = defineComponent({
61239
61082
  });
61240
61083
  }
61241
61084
  };
61242
- var _useTimeoutLock = useTimeoutLock(null),
61085
+ var _useTimeoutLock = useTimeoutLock(),
61243
61086
  _useTimeoutLock2 = _slicedToArray$2(_useTimeoutLock, 2),
61244
61087
  setScrollTarget = _useTimeoutLock2[0],
61245
61088
  getScrollTarget = _useTimeoutLock2[1];
@@ -62077,7 +61920,7 @@ function useSelection(rowSelectionRef, configRef) {
62077
61920
  "getPopupContainer": getPopupContainer.value
62078
61921
  }, {
62079
61922
  default: function _default() {
62080
- return [createVNode("span", null, [createVNode(DownOutlined$1, null, null)])];
61923
+ return [createVNode("span", null, [createVNode(DownOutlined, null, null)])];
62081
61924
  }
62082
61925
  })]);
62083
61926
  }
@@ -62308,8 +62151,7 @@ function useSelection(rowSelectionRef, configRef) {
62308
62151
  }
62309
62152
 
62310
62153
  // This icon file is generated automatically.
62311
- var CaretDownOutlined$2 = { "icon": { "tag": "svg", "attrs": { "viewBox": "0 0 1024 1024", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M840.4 300H183.6c-19.7 0-30.7 20.8-18.5 35l328.4 380.8c9.4 10.9 27.5 10.9 37 0L858.9 335c12.2-14.2 1.2-35-18.5-35z" } }] }, "name": "caret-down", "theme": "outlined" };
62312
- var CaretDownOutlinedSvg = CaretDownOutlined$2;
62154
+ var CaretDownOutlined$1 = { "icon": { "tag": "svg", "attrs": { "viewBox": "0 0 1024 1024", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M840.4 300H183.6c-19.7 0-30.7 20.8-18.5 35l328.4 380.8c9.4 10.9 27.5 10.9 37 0L858.9 335c12.2-14.2 1.2-35-18.5-35z" } }] }, "name": "caret-down", "theme": "outlined" };
62313
62155
 
62314
62156
  function _objectSpread$g(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? Object(arguments[i]) : {}; var ownKeys = Object.keys(source); if (typeof Object.getOwnPropertySymbols === 'function') { ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function (sym) { return Object.getOwnPropertyDescriptor(source, sym).enumerable; })); } ownKeys.forEach(function (key) { _defineProperty$g(target, key, source[key]); }); } return target; }
62315
62157
 
@@ -62319,17 +62161,15 @@ var CaretDownOutlined = function CaretDownOutlined(props, context) {
62319
62161
  var p = _objectSpread$g({}, props, context.attrs);
62320
62162
 
62321
62163
  return createVNode(Icon, _objectSpread$g({}, p, {
62322
- "icon": CaretDownOutlinedSvg
62164
+ "icon": CaretDownOutlined$1
62323
62165
  }), null);
62324
62166
  };
62325
62167
 
62326
62168
  CaretDownOutlined.displayName = 'CaretDownOutlined';
62327
62169
  CaretDownOutlined.inheritAttrs = false;
62328
- var CaretDownOutlined$1 = CaretDownOutlined;
62329
62170
 
62330
62171
  // This icon file is generated automatically.
62331
- var CaretUpOutlined$2 = { "icon": { "tag": "svg", "attrs": { "viewBox": "0 0 1024 1024", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M858.9 689L530.5 308.2c-9.4-10.9-27.5-10.9-37 0L165.1 689c-12.2 14.2-1.2 35 18.5 35h656.8c19.7 0 30.7-20.8 18.5-35z" } }] }, "name": "caret-up", "theme": "outlined" };
62332
- var CaretUpOutlinedSvg = CaretUpOutlined$2;
62172
+ var CaretUpOutlined$1 = { "icon": { "tag": "svg", "attrs": { "viewBox": "0 0 1024 1024", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M858.9 689L530.5 308.2c-9.4-10.9-27.5-10.9-37 0L165.1 689c-12.2 14.2-1.2 35 18.5 35h656.8c19.7 0 30.7-20.8 18.5-35z" } }] }, "name": "caret-up", "theme": "outlined" };
62333
62173
 
62334
62174
  function _objectSpread$f(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? Object(arguments[i]) : {}; var ownKeys = Object.keys(source); if (typeof Object.getOwnPropertySymbols === 'function') { ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function (sym) { return Object.getOwnPropertyDescriptor(source, sym).enumerable; })); } ownKeys.forEach(function (key) { _defineProperty$f(target, key, source[key]); }); } return target; }
62335
62175
 
@@ -62339,13 +62179,12 @@ var CaretUpOutlined = function CaretUpOutlined(props, context) {
62339
62179
  var p = _objectSpread$f({}, props, context.attrs);
62340
62180
 
62341
62181
  return createVNode(Icon, _objectSpread$f({}, p, {
62342
- "icon": CaretUpOutlinedSvg
62182
+ "icon": CaretUpOutlined$1
62343
62183
  }), null);
62344
62184
  };
62345
62185
 
62346
62186
  CaretUpOutlined.displayName = 'CaretUpOutlined';
62347
62187
  CaretUpOutlined.inheritAttrs = false;
62348
- var CaretUpOutlined$1 = CaretUpOutlined;
62349
62188
 
62350
62189
  var _excluded$b = ["default"];
62351
62190
  function getColumnKey(column, defaultKey) {
@@ -62479,12 +62318,12 @@ function injectSorter(prefixCls, columns, sorterSates, triggerSorter, defaultSor
62479
62318
  });
62480
62319
  var sorterOrder = sorterState ? sorterState.sortOrder : null;
62481
62320
  var nextSortOrder = nextSortDirection(sortDirections, sorterOrder);
62482
- var upNode = sortDirections.includes(ASCEND) && createVNode(CaretUpOutlined$1, {
62321
+ var upNode = sortDirections.includes(ASCEND) && createVNode(CaretUpOutlined, {
62483
62322
  "class": classNames("".concat(prefixCls, "-column-sorter-up"), {
62484
62323
  active: sorterOrder === ASCEND
62485
62324
  })
62486
62325
  }, null);
62487
- var downNode = sortDirections.includes(DESCEND) && createVNode(CaretDownOutlined$1, {
62326
+ var downNode = sortDirections.includes(DESCEND) && createVNode(CaretDownOutlined, {
62488
62327
  "class": classNames("".concat(prefixCls, "-column-sorter-down"), {
62489
62328
  active: sorterOrder === DESCEND
62490
62329
  })
@@ -62698,8 +62537,7 @@ function useFilterSorter(_ref5) {
62698
62537
  }
62699
62538
 
62700
62539
  // This icon file is generated automatically.
62701
- var FilterFilled$2 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M349 838c0 17.7 14.2 32 31.8 32h262.4c17.6 0 31.8-14.3 31.8-32V642H349v196zm531.1-684H143.9c-24.5 0-39.8 26.7-27.5 48l221.3 376h348.8l221.3-376c12.1-21.3-3.2-48-27.7-48z" } }] }, "name": "filter", "theme": "filled" };
62702
- var FilterFilledSvg = FilterFilled$2;
62540
+ var FilterFilled$1 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M349 838c0 17.7 14.2 32 31.8 32h262.4c17.6 0 31.8-14.3 31.8-32V642H349v196zm531.1-684H143.9c-24.5 0-39.8 26.7-27.5 48l221.3 376h348.8l221.3-376c12.1-21.3-3.2-48-27.7-48z" } }] }, "name": "filter", "theme": "filled" };
62703
62541
 
62704
62542
  function _objectSpread$e(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? Object(arguments[i]) : {}; var ownKeys = Object.keys(source); if (typeof Object.getOwnPropertySymbols === 'function') { ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function (sym) { return Object.getOwnPropertyDescriptor(source, sym).enumerable; })); } ownKeys.forEach(function (key) { _defineProperty$e(target, key, source[key]); }); } return target; }
62705
62543
 
@@ -62709,13 +62547,12 @@ var FilterFilled = function FilterFilled(props, context) {
62709
62547
  var p = _objectSpread$e({}, props, context.attrs);
62710
62548
 
62711
62549
  return createVNode(Icon, _objectSpread$e({}, p, {
62712
- "icon": FilterFilledSvg
62550
+ "icon": FilterFilled$1
62713
62551
  }), null);
62714
62552
  };
62715
62553
 
62716
62554
  FilterFilled.displayName = 'FilterFilled';
62717
62555
  FilterFilled.inheritAttrs = false;
62718
- var FilterFilled$1 = FilterFilled;
62719
62556
 
62720
62557
  var FilterDropdownMenuWrapper = function FilterDropdownMenuWrapper(_props, _ref) {
62721
62558
  var _slots$default;
@@ -62763,7 +62600,7 @@ var FilterSearch = defineComponent({
62763
62600
  "class": "".concat(tablePrefixCls, "-filter-dropdown-search-input")
62764
62601
  }, {
62765
62602
  prefix: function prefix() {
62766
- return createVNode(SearchOutlined$1, null, null);
62603
+ return createVNode(SearchOutlined, null, null);
62767
62604
  }
62768
62605
  })]);
62769
62606
  };
@@ -64253,8 +64090,7 @@ var Tree$2 = defineComponent({
64253
64090
  });
64254
64091
 
64255
64092
  // This icon file is generated automatically.
64256
- var FileOutlined$2 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326zm1.8 562H232V136h302v216a42 42 0 0042 42h216v494z" } }] }, "name": "file", "theme": "outlined" };
64257
- var FileOutlinedSvg = FileOutlined$2;
64093
+ var FileOutlined$1 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326zm1.8 562H232V136h302v216a42 42 0 0042 42h216v494z" } }] }, "name": "file", "theme": "outlined" };
64258
64094
 
64259
64095
  function _objectSpread$d(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? Object(arguments[i]) : {}; var ownKeys = Object.keys(source); if (typeof Object.getOwnPropertySymbols === 'function') { ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function (sym) { return Object.getOwnPropertyDescriptor(source, sym).enumerable; })); } ownKeys.forEach(function (key) { _defineProperty$d(target, key, source[key]); }); } return target; }
64260
64096
 
@@ -64264,17 +64100,15 @@ var FileOutlined = function FileOutlined(props, context) {
64264
64100
  var p = _objectSpread$d({}, props, context.attrs);
64265
64101
 
64266
64102
  return createVNode(Icon, _objectSpread$d({}, p, {
64267
- "icon": FileOutlinedSvg
64103
+ "icon": FileOutlined$1
64268
64104
  }), null);
64269
64105
  };
64270
64106
 
64271
64107
  FileOutlined.displayName = 'FileOutlined';
64272
64108
  FileOutlined.inheritAttrs = false;
64273
- var FileOutlined$1 = FileOutlined;
64274
64109
 
64275
64110
  // This icon file is generated automatically.
64276
- var MinusSquareOutlined$2 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M328 544h368c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H328c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8z" } }, { "tag": "path", "attrs": { "d": "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z" } }] }, "name": "minus-square", "theme": "outlined" };
64277
- var MinusSquareOutlinedSvg = MinusSquareOutlined$2;
64111
+ var MinusSquareOutlined$1 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M328 544h368c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H328c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8z" } }, { "tag": "path", "attrs": { "d": "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z" } }] }, "name": "minus-square", "theme": "outlined" };
64278
64112
 
64279
64113
  function _objectSpread$c(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? Object(arguments[i]) : {}; var ownKeys = Object.keys(source); if (typeof Object.getOwnPropertySymbols === 'function') { ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function (sym) { return Object.getOwnPropertyDescriptor(source, sym).enumerable; })); } ownKeys.forEach(function (key) { _defineProperty$c(target, key, source[key]); }); } return target; }
64280
64114
 
@@ -64284,17 +64118,15 @@ var MinusSquareOutlined = function MinusSquareOutlined(props, context) {
64284
64118
  var p = _objectSpread$c({}, props, context.attrs);
64285
64119
 
64286
64120
  return createVNode(Icon, _objectSpread$c({}, p, {
64287
- "icon": MinusSquareOutlinedSvg
64121
+ "icon": MinusSquareOutlined$1
64288
64122
  }), null);
64289
64123
  };
64290
64124
 
64291
64125
  MinusSquareOutlined.displayName = 'MinusSquareOutlined';
64292
64126
  MinusSquareOutlined.inheritAttrs = false;
64293
- var MinusSquareOutlined$1 = MinusSquareOutlined;
64294
64127
 
64295
64128
  // This icon file is generated automatically.
64296
- var PlusSquareOutlined$2 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M328 544h152v152c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V544h152c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H544V328c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v152H328c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8z" } }, { "tag": "path", "attrs": { "d": "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z" } }] }, "name": "plus-square", "theme": "outlined" };
64297
- var PlusSquareOutlinedSvg = PlusSquareOutlined$2;
64129
+ var PlusSquareOutlined$1 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M328 544h152v152c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V544h152c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H544V328c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v152H328c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8z" } }, { "tag": "path", "attrs": { "d": "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z" } }] }, "name": "plus-square", "theme": "outlined" };
64298
64130
 
64299
64131
  function _objectSpread$b(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? Object(arguments[i]) : {}; var ownKeys = Object.keys(source); if (typeof Object.getOwnPropertySymbols === 'function') { ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function (sym) { return Object.getOwnPropertyDescriptor(source, sym).enumerable; })); } ownKeys.forEach(function (key) { _defineProperty$b(target, key, source[key]); }); } return target; }
64300
64132
 
@@ -64304,17 +64136,15 @@ var PlusSquareOutlined = function PlusSquareOutlined(props, context) {
64304
64136
  var p = _objectSpread$b({}, props, context.attrs);
64305
64137
 
64306
64138
  return createVNode(Icon, _objectSpread$b({}, p, {
64307
- "icon": PlusSquareOutlinedSvg
64139
+ "icon": PlusSquareOutlined$1
64308
64140
  }), null);
64309
64141
  };
64310
64142
 
64311
64143
  PlusSquareOutlined.displayName = 'PlusSquareOutlined';
64312
64144
  PlusSquareOutlined.inheritAttrs = false;
64313
- var PlusSquareOutlined$1 = PlusSquareOutlined;
64314
64145
 
64315
64146
  // This icon file is generated automatically.
64316
- var CaretDownFilled$2 = { "icon": { "tag": "svg", "attrs": { "viewBox": "0 0 1024 1024", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M840.4 300H183.6c-19.7 0-30.7 20.8-18.5 35l328.4 380.8c9.4 10.9 27.5 10.9 37 0L858.9 335c12.2-14.2 1.2-35-18.5-35z" } }] }, "name": "caret-down", "theme": "filled" };
64317
- var CaretDownFilledSvg = CaretDownFilled$2;
64147
+ var CaretDownFilled$1 = { "icon": { "tag": "svg", "attrs": { "viewBox": "0 0 1024 1024", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M840.4 300H183.6c-19.7 0-30.7 20.8-18.5 35l328.4 380.8c9.4 10.9 27.5 10.9 37 0L858.9 335c12.2-14.2 1.2-35-18.5-35z" } }] }, "name": "caret-down", "theme": "filled" };
64318
64148
 
64319
64149
  function _objectSpread$a(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? Object(arguments[i]) : {}; var ownKeys = Object.keys(source); if (typeof Object.getOwnPropertySymbols === 'function') { ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function (sym) { return Object.getOwnPropertyDescriptor(source, sym).enumerable; })); } ownKeys.forEach(function (key) { _defineProperty$a(target, key, source[key]); }); } return target; }
64320
64150
 
@@ -64324,13 +64154,12 @@ var CaretDownFilled = function CaretDownFilled(props, context) {
64324
64154
  var p = _objectSpread$a({}, props, context.attrs);
64325
64155
 
64326
64156
  return createVNode(Icon, _objectSpread$a({}, p, {
64327
- "icon": CaretDownFilledSvg
64157
+ "icon": CaretDownFilled$1
64328
64158
  }), null);
64329
64159
  };
64330
64160
 
64331
64161
  CaretDownFilled.displayName = 'CaretDownFilled';
64332
64162
  CaretDownFilled.inheritAttrs = false;
64333
- var CaretDownFilled$1 = CaretDownFilled;
64334
64163
 
64335
64164
  function renderSwitcherIcon(prefixCls, switcherIcon, showLine, props) {
64336
64165
  var isLeaf = props.isLeaf,
@@ -64338,7 +64167,7 @@ function renderSwitcherIcon(prefixCls, switcherIcon, showLine, props) {
64338
64167
  loading = props.loading;
64339
64168
  var icon = switcherIcon;
64340
64169
  if (loading) {
64341
- return createVNode(LoadingOutlined$1, {
64170
+ return createVNode(LoadingOutlined, {
64342
64171
  "class": "".concat(prefixCls, "-switcher-loading-icon")
64343
64172
  }, null);
64344
64173
  }
@@ -64355,20 +64184,20 @@ function renderSwitcherIcon(prefixCls, switcherIcon, showLine, props) {
64355
64184
  "class": "".concat(prefixCls, "-switcher-leaf-line")
64356
64185
  }, null);
64357
64186
  } else {
64358
- defaultIcon = createVNode(FileOutlined$1, {
64187
+ defaultIcon = createVNode(FileOutlined, {
64359
64188
  "class": "".concat(prefixCls, "-switcher-line-icon")
64360
64189
  }, null);
64361
64190
  }
64362
64191
  }
64363
64192
  return defaultIcon;
64364
64193
  } else {
64365
- defaultIcon = createVNode(CaretDownFilled$1, {
64194
+ defaultIcon = createVNode(CaretDownFilled, {
64366
64195
  "class": switcherCls
64367
64196
  }, null);
64368
64197
  if (showLine) {
64369
- defaultIcon = expanded ? createVNode(MinusSquareOutlined$1, {
64198
+ defaultIcon = expanded ? createVNode(MinusSquareOutlined, {
64370
64199
  "class": "".concat(prefixCls, "-switcher-line-icon")
64371
- }, null) : createVNode(PlusSquareOutlined$1, {
64200
+ }, null) : createVNode(PlusSquareOutlined, {
64372
64201
  "class": "".concat(prefixCls, "-switcher-line-icon")
64373
64202
  }, null);
64374
64203
  }
@@ -64666,8 +64495,7 @@ var Tree$1 = defineComponent({
64666
64495
  });
64667
64496
 
64668
64497
  // This icon file is generated automatically.
64669
- var FolderOpenOutlined$2 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M928 444H820V330.4c0-17.7-14.3-32-32-32H473L355.7 186.2a8.15 8.15 0 00-5.5-2.2H96c-17.7 0-32 14.3-32 32v592c0 17.7 14.3 32 32 32h698c13 0 24.8-7.9 29.7-20l134-332c1.5-3.8 2.3-7.9 2.3-12 0-17.7-14.3-32-32-32zM136 256h188.5l119.6 114.4H748V444H238c-13 0-24.8 7.9-29.7 20L136 643.2V256zm635.3 512H159l103.3-256h612.4L771.3 768z" } }] }, "name": "folder-open", "theme": "outlined" };
64670
- var FolderOpenOutlinedSvg = FolderOpenOutlined$2;
64498
+ var FolderOpenOutlined$1 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M928 444H820V330.4c0-17.7-14.3-32-32-32H473L355.7 186.2a8.15 8.15 0 00-5.5-2.2H96c-17.7 0-32 14.3-32 32v592c0 17.7 14.3 32 32 32h698c13 0 24.8-7.9 29.7-20l134-332c1.5-3.8 2.3-7.9 2.3-12 0-17.7-14.3-32-32-32zM136 256h188.5l119.6 114.4H748V444H238c-13 0-24.8 7.9-29.7 20L136 643.2V256zm635.3 512H159l103.3-256h612.4L771.3 768z" } }] }, "name": "folder-open", "theme": "outlined" };
64671
64499
 
64672
64500
  function _objectSpread$9(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? Object(arguments[i]) : {}; var ownKeys = Object.keys(source); if (typeof Object.getOwnPropertySymbols === 'function') { ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function (sym) { return Object.getOwnPropertyDescriptor(source, sym).enumerable; })); } ownKeys.forEach(function (key) { _defineProperty$9(target, key, source[key]); }); } return target; }
64673
64501
 
@@ -64677,17 +64505,15 @@ var FolderOpenOutlined = function FolderOpenOutlined(props, context) {
64677
64505
  var p = _objectSpread$9({}, props, context.attrs);
64678
64506
 
64679
64507
  return createVNode(Icon, _objectSpread$9({}, p, {
64680
- "icon": FolderOpenOutlinedSvg
64508
+ "icon": FolderOpenOutlined$1
64681
64509
  }), null);
64682
64510
  };
64683
64511
 
64684
64512
  FolderOpenOutlined.displayName = 'FolderOpenOutlined';
64685
64513
  FolderOpenOutlined.inheritAttrs = false;
64686
- var FolderOpenOutlined$1 = FolderOpenOutlined;
64687
64514
 
64688
64515
  // This icon file is generated automatically.
64689
- var FolderOutlined$2 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M880 298.4H521L403.7 186.2a8.15 8.15 0 00-5.5-2.2H144c-17.7 0-32 14.3-32 32v592c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V330.4c0-17.7-14.3-32-32-32zM840 768H184V256h188.5l119.6 114.4H840V768z" } }] }, "name": "folder", "theme": "outlined" };
64690
- var FolderOutlinedSvg = FolderOutlined$2;
64516
+ var FolderOutlined$1 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M880 298.4H521L403.7 186.2a8.15 8.15 0 00-5.5-2.2H144c-17.7 0-32 14.3-32 32v592c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V330.4c0-17.7-14.3-32-32-32zM840 768H184V256h188.5l119.6 114.4H840V768z" } }] }, "name": "folder", "theme": "outlined" };
64691
64517
 
64692
64518
  function _objectSpread$8(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? Object(arguments[i]) : {}; var ownKeys = Object.keys(source); if (typeof Object.getOwnPropertySymbols === 'function') { ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function (sym) { return Object.getOwnPropertyDescriptor(source, sym).enumerable; })); } ownKeys.forEach(function (key) { _defineProperty$8(target, key, source[key]); }); } return target; }
64693
64519
 
@@ -64697,13 +64523,12 @@ var FolderOutlined = function FolderOutlined(props, context) {
64697
64523
  var p = _objectSpread$8({}, props, context.attrs);
64698
64524
 
64699
64525
  return createVNode(Icon, _objectSpread$8({}, p, {
64700
- "icon": FolderOutlinedSvg
64526
+ "icon": FolderOutlined$1
64701
64527
  }), null);
64702
64528
  };
64703
64529
 
64704
64530
  FolderOutlined.displayName = 'FolderOutlined';
64705
64531
  FolderOutlined.inheritAttrs = false;
64706
- var FolderOutlined$1 = FolderOutlined;
64707
64532
 
64708
64533
  var Record;
64709
64534
  (function (Record) {
@@ -64794,9 +64619,9 @@ function getIcon(props) {
64794
64619
  var isLeaf = props.isLeaf,
64795
64620
  expanded = props.expanded;
64796
64621
  if (isLeaf) {
64797
- return createVNode(FileOutlined$1, null, null);
64622
+ return createVNode(FileOutlined, null, null);
64798
64623
  }
64799
- return expanded ? createVNode(FolderOpenOutlined$1, null, null) : createVNode(FolderOutlined$1, null, null);
64624
+ return expanded ? createVNode(FolderOpenOutlined, null, null) : createVNode(FolderOutlined, null, null);
64800
64625
  }
64801
64626
  var DirectoryTree = defineComponent({
64802
64627
  compatConfig: {
@@ -65459,7 +65284,7 @@ var FilterDropdown = defineComponent({
65459
65284
  } else if (filterIconRef.value) {
65460
65285
  filterIcon = filterIconRef.value;
65461
65286
  } else {
65462
- filterIcon = createVNode(FilterFilled$1, null, null);
65287
+ filterIcon = createVNode(FilterFilled, null, null);
65463
65288
  }
65464
65289
  return createVNode("div", {
65465
65290
  "class": "".concat(prefixCls, "-column")
@@ -66438,7 +66263,7 @@ var Search = defineComponent({
66438
66263
  "allowClear": true
66439
66264
  }, {
66440
66265
  prefix: function prefix() {
66441
- return createVNode(SearchOutlined$1, null, null);
66266
+ return createVNode(SearchOutlined, null, null);
66442
66267
  }
66443
66268
  });
66444
66269
  };
@@ -66446,8 +66271,7 @@ var Search = defineComponent({
66446
66271
  });
66447
66272
 
66448
66273
  // This icon file is generated automatically.
66449
- var DeleteOutlined$2 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M360 184h-8c4.4 0 8-3.6 8-8v8h304v-8c0 4.4 3.6 8 8 8h-8v72h72v-80c0-35.3-28.7-64-64-64H352c-35.3 0-64 28.7-64 64v80h72v-72zm504 72H160c-17.7 0-32 14.3-32 32v32c0 4.4 3.6 8 8 8h60.4l24.7 523c1.6 34.1 29.8 61 63.9 61h454c34.2 0 62.3-26.8 63.9-61l24.7-523H888c4.4 0 8-3.6 8-8v-32c0-17.7-14.3-32-32-32zM731.3 840H292.7l-24.2-512h487l-24.2 512z" } }] }, "name": "delete", "theme": "outlined" };
66450
- var DeleteOutlinedSvg = DeleteOutlined$2;
66274
+ var DeleteOutlined$1 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M360 184h-8c4.4 0 8-3.6 8-8v8h304v-8c0 4.4 3.6 8 8 8h-8v72h72v-80c0-35.3-28.7-64-64-64H352c-35.3 0-64 28.7-64 64v80h72v-72zm504 72H160c-17.7 0-32 14.3-32 32v32c0 4.4 3.6 8 8 8h60.4l24.7 523c1.6 34.1 29.8 61 63.9 61h454c34.2 0 62.3-26.8 63.9-61l24.7-523H888c4.4 0 8-3.6 8-8v-32c0-17.7-14.3-32-32-32zM731.3 840H292.7l-24.2-512h487l-24.2 512z" } }] }, "name": "delete", "theme": "outlined" };
66451
66275
 
66452
66276
  function _objectSpread$7(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? Object(arguments[i]) : {}; var ownKeys = Object.keys(source); if (typeof Object.getOwnPropertySymbols === 'function') { ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function (sym) { return Object.getOwnPropertyDescriptor(source, sym).enumerable; })); } ownKeys.forEach(function (key) { _defineProperty$7(target, key, source[key]); }); } return target; }
66453
66277
 
@@ -66457,13 +66281,12 @@ var DeleteOutlined = function DeleteOutlined(props, context) {
66457
66281
  var p = _objectSpread$7({}, props, context.attrs);
66458
66282
 
66459
66283
  return createVNode(Icon, _objectSpread$7({}, p, {
66460
- "icon": DeleteOutlinedSvg
66284
+ "icon": DeleteOutlined$1
66461
66285
  }), null);
66462
66286
  };
66463
66287
 
66464
66288
  DeleteOutlined.displayName = 'DeleteOutlined';
66465
66289
  DeleteOutlined.inheritAttrs = false;
66466
- var DeleteOutlined$1 = DeleteOutlined;
66467
66290
 
66468
66291
  function noop$2() {}
66469
66292
  var transferListItemProps = {
@@ -66531,7 +66354,7 @@ var ListItem$1 = defineComponent({
66531
66354
  }
66532
66355
  }, {
66533
66356
  default: function _default() {
66534
- return [createVNode(DeleteOutlined$1, null, null)];
66357
+ return [createVNode(DeleteOutlined, null, null)];
66535
66358
  }
66536
66359
  })]);
66537
66360
  }
@@ -67021,7 +66844,7 @@ var List = defineComponent({
67021
66844
  "disabled": disabled
67022
66845
  }, {
67023
66846
  default: function _default() {
67024
- return [createVNode(DownOutlined$1, null, null)];
66847
+ return [createVNode(DownOutlined, null, null)];
67025
66848
  }
67026
66849
  });
67027
66850
  return createVNode("div", {
@@ -67063,7 +66886,7 @@ var Operation = function Operation(props) {
67063
66886
  "size": "small",
67064
66887
  "disabled": disabled || !rightActive,
67065
66888
  "onClick": moveToRight,
67066
- "icon": direction !== 'rtl' ? createVNode(RightOutlined$1, null, null) : createVNode(LeftOutlined$1, null, null)
66889
+ "icon": direction !== 'rtl' ? createVNode(RightOutlined, null, null) : createVNode(LeftOutlined, null, null)
67067
66890
  }, {
67068
66891
  default: function _default() {
67069
66892
  return [rightArrowText];
@@ -67073,7 +66896,7 @@ var Operation = function Operation(props) {
67073
66896
  "size": "small",
67074
66897
  "disabled": disabled || !leftActive,
67075
66898
  "onClick": moveToLeft,
67076
- "icon": direction !== 'rtl' ? createVNode(LeftOutlined$1, null, null) : createVNode(RightOutlined$1, null, null)
66899
+ "icon": direction !== 'rtl' ? createVNode(LeftOutlined, null, null) : createVNode(RightOutlined, null, null)
67077
66900
  }, {
67078
66901
  default: function _default() {
67079
66902
  return [leftArrowText];
@@ -69299,7 +69122,7 @@ var Timeline = defineComponent({
69299
69122
  var children = filterEmpty((_slots$default = slots.default) === null || _slots$default === void 0 ? void 0 : _slots$default.call(slots));
69300
69123
  var pendingItem = pending ? createVNode(TimelineItem, {
69301
69124
  "pending": !!pending,
69302
- "dot": pendingDot || createVNode(LoadingOutlined$1, null, null)
69125
+ "dot": pendingDot || createVNode(LoadingOutlined, null, null)
69303
69126
  }, {
69304
69127
  default: function _default() {
69305
69128
  return [pendingNode];
@@ -69339,8 +69162,7 @@ Timeline.install = function (app) {
69339
69162
  };
69340
69163
 
69341
69164
  // This icon file is generated automatically.
69342
- var EnterOutlined$2 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M864 170h-60c-4.4 0-8 3.6-8 8v518H310v-73c0-6.7-7.8-10.5-13-6.3l-141.9 112a8 8 0 000 12.6l141.9 112c5.3 4.2 13 .4 13-6.3v-75h498c35.3 0 64-28.7 64-64V178c0-4.4-3.6-8-8-8z" } }] }, "name": "enter", "theme": "outlined" };
69343
- var EnterOutlinedSvg = EnterOutlined$2;
69165
+ var EnterOutlined$1 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M864 170h-60c-4.4 0-8 3.6-8 8v518H310v-73c0-6.7-7.8-10.5-13-6.3l-141.9 112a8 8 0 000 12.6l141.9 112c5.3 4.2 13 .4 13-6.3v-75h498c35.3 0 64-28.7 64-64V178c0-4.4-3.6-8-8-8z" } }] }, "name": "enter", "theme": "outlined" };
69344
69166
 
69345
69167
  function _objectSpread$6(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? Object(arguments[i]) : {}; var ownKeys = Object.keys(source); if (typeof Object.getOwnPropertySymbols === 'function') { ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function (sym) { return Object.getOwnPropertyDescriptor(source, sym).enumerable; })); } ownKeys.forEach(function (key) { _defineProperty$6(target, key, source[key]); }); } return target; }
69346
69168
 
@@ -69350,13 +69172,12 @@ var EnterOutlined = function EnterOutlined(props, context) {
69350
69172
  var p = _objectSpread$6({}, props, context.attrs);
69351
69173
 
69352
69174
  return createVNode(Icon, _objectSpread$6({}, p, {
69353
- "icon": EnterOutlinedSvg
69175
+ "icon": EnterOutlined$1
69354
69176
  }), null);
69355
69177
  };
69356
69178
 
69357
69179
  EnterOutlined.displayName = 'EnterOutlined';
69358
69180
  EnterOutlined.inheritAttrs = false;
69359
- var EnterOutlined$1 = EnterOutlined;
69360
69181
 
69361
69182
  var editableProps = function editableProps() {
69362
69183
  return {
@@ -69473,7 +69294,7 @@ var Editable = defineComponent({
69473
69294
  "autoSize": props.autoSize === undefined || props.autoSize
69474
69295
  }, null), slots.enterIcon ? slots.enterIcon({
69475
69296
  className: "".concat(props.prefixCls, "-edit-content-confirm")
69476
- }) : createVNode(EnterOutlined$1, {
69297
+ }) : createVNode(EnterOutlined, {
69477
69298
  "class": "".concat(props.prefixCls, "-edit-content-confirm")
69478
69299
  }, null)]);
69479
69300
  };
@@ -69841,8 +69662,7 @@ function copy(text, options) {
69841
69662
  }
69842
69663
 
69843
69664
  // This icon file is generated automatically.
69844
- var CopyOutlined$2 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M832 64H296c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h496v688c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V96c0-17.7-14.3-32-32-32zM704 192H192c-17.7 0-32 14.3-32 32v530.7c0 8.5 3.4 16.6 9.4 22.6l173.3 173.3c2.2 2.2 4.7 4 7.4 5.5v1.9h4.2c3.5 1.3 7.2 2 11 2H704c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32zM350 856.2L263.9 770H350v86.2zM664 888H414V746c0-22.1-17.9-40-40-40H232V264h432v624z" } }] }, "name": "copy", "theme": "outlined" };
69845
- var CopyOutlinedSvg = CopyOutlined$2;
69665
+ var CopyOutlined$1 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M832 64H296c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h496v688c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V96c0-17.7-14.3-32-32-32zM704 192H192c-17.7 0-32 14.3-32 32v530.7c0 8.5 3.4 16.6 9.4 22.6l173.3 173.3c2.2 2.2 4.7 4 7.4 5.5v1.9h4.2c3.5 1.3 7.2 2 11 2H704c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32zM350 856.2L263.9 770H350v86.2zM664 888H414V746c0-22.1-17.9-40-40-40H232V264h432v624z" } }] }, "name": "copy", "theme": "outlined" };
69846
69666
 
69847
69667
  function _objectSpread$5(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? Object(arguments[i]) : {}; var ownKeys = Object.keys(source); if (typeof Object.getOwnPropertySymbols === 'function') { ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function (sym) { return Object.getOwnPropertyDescriptor(source, sym).enumerable; })); } ownKeys.forEach(function (key) { _defineProperty$5(target, key, source[key]); }); } return target; }
69848
69668
 
@@ -69852,17 +69672,15 @@ var CopyOutlined = function CopyOutlined(props, context) {
69852
69672
  var p = _objectSpread$5({}, props, context.attrs);
69853
69673
 
69854
69674
  return createVNode(Icon, _objectSpread$5({}, p, {
69855
- "icon": CopyOutlinedSvg
69675
+ "icon": CopyOutlined$1
69856
69676
  }), null);
69857
69677
  };
69858
69678
 
69859
69679
  CopyOutlined.displayName = 'CopyOutlined';
69860
69680
  CopyOutlined.inheritAttrs = false;
69861
- var CopyOutlined$1 = CopyOutlined;
69862
69681
 
69863
69682
  // This icon file is generated automatically.
69864
- var EditOutlined$2 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M257.7 752c2 0 4-.2 6-.5L431.9 722c2-.4 3.9-1.3 5.3-2.8l423.9-423.9a9.96 9.96 0 000-14.1L694.9 114.9c-1.9-1.9-4.4-2.9-7.1-2.9s-5.2 1-7.1 2.9L256.8 538.8c-1.5 1.5-2.4 3.3-2.8 5.3l-29.5 168.2a33.5 33.5 0 009.4 29.8c6.6 6.4 14.9 9.9 23.8 9.9zm67.4-174.4L687.8 215l73.3 73.3-362.7 362.6-88.9 15.7 15.6-89zM880 836H144c-17.7 0-32 14.3-32 32v36c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-36c0-17.7-14.3-32-32-32z" } }] }, "name": "edit", "theme": "outlined" };
69865
- var EditOutlinedSvg = EditOutlined$2;
69683
+ var EditOutlined$1 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M257.7 752c2 0 4-.2 6-.5L431.9 722c2-.4 3.9-1.3 5.3-2.8l423.9-423.9a9.96 9.96 0 000-14.1L694.9 114.9c-1.9-1.9-4.4-2.9-7.1-2.9s-5.2 1-7.1 2.9L256.8 538.8c-1.5 1.5-2.4 3.3-2.8 5.3l-29.5 168.2a33.5 33.5 0 009.4 29.8c6.6 6.4 14.9 9.9 23.8 9.9zm67.4-174.4L687.8 215l73.3 73.3-362.7 362.6-88.9 15.7 15.6-89zM880 836H144c-17.7 0-32 14.3-32 32v36c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-36c0-17.7-14.3-32-32-32z" } }] }, "name": "edit", "theme": "outlined" };
69866
69684
 
69867
69685
  function _objectSpread$4(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? Object(arguments[i]) : {}; var ownKeys = Object.keys(source); if (typeof Object.getOwnPropertySymbols === 'function') { ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function (sym) { return Object.getOwnPropertyDescriptor(source, sym).enumerable; })); } ownKeys.forEach(function (key) { _defineProperty$4(target, key, source[key]); }); } return target; }
69868
69686
 
@@ -69872,13 +69690,12 @@ var EditOutlined = function EditOutlined(props, context) {
69872
69690
  var p = _objectSpread$4({}, props, context.attrs);
69873
69691
 
69874
69692
  return createVNode(Icon, _objectSpread$4({}, p, {
69875
- "icon": EditOutlinedSvg
69693
+ "icon": EditOutlined$1
69876
69694
  }), null);
69877
69695
  };
69878
69696
 
69879
69697
  EditOutlined.displayName = 'EditOutlined';
69880
69698
  EditOutlined.inheritAttrs = false;
69881
- var EditOutlined$1 = EditOutlined;
69882
69699
 
69883
69700
  var _excluded$5 = ["type", "disabled", "content", "class", "style"];
69884
69701
  var isLineClampSupport = isStyleSupport('webkitLineClamp');
@@ -70183,7 +70000,7 @@ var Base = defineComponent({
70183
70000
  tooltip = _props$editable.tooltip,
70184
70001
  _props$editable$trigg = _props$editable.triggerType,
70185
70002
  triggerType = _props$editable$trigg === void 0 ? ['icon'] : _props$editable$trigg;
70186
- var icon = slots.editableIcon ? slots.editableIcon() : createVNode(EditOutlined$1, {
70003
+ var icon = slots.editableIcon ? slots.editableIcon() : createVNode(EditOutlined, {
70187
70004
  "role": "button"
70188
70005
  }, null);
70189
70006
  var title = slots.editableTooltip ? slots.editableTooltip() : state.editStr;
@@ -70214,7 +70031,7 @@ var Base = defineComponent({
70214
70031
  copied: state.copied
70215
70032
  }) : defaultTitle;
70216
70033
  var ariaLabel = typeof title === 'string' ? title : '';
70217
- var defaultIcon = state.copied ? createVNode(CheckOutlined$1, null, null) : createVNode(CopyOutlined$1, null, null);
70034
+ var defaultIcon = state.copied ? createVNode(CheckOutlined, null, null) : createVNode(CopyOutlined, null, null);
70218
70035
  var icon = slots.copyableIcon ? slots.copyableIcon({
70219
70036
  copied: !!state.copied
70220
70037
  }) : defaultIcon;
@@ -70748,7 +70565,7 @@ function createBaseFor(fromRight) {
70748
70565
  length = props.length;
70749
70566
 
70750
70567
  while (length--) {
70751
- var key = props[fromRight ? length : ++index];
70568
+ var key = props[++index];
70752
70569
  if (iteratee(iterable[key], key, iterable) === false) {
70753
70570
  break;
70754
70571
  }
@@ -70799,10 +70616,10 @@ function createBaseEach(eachFunc, fromRight) {
70799
70616
  return eachFunc(collection, iteratee);
70800
70617
  }
70801
70618
  var length = collection.length,
70802
- index = fromRight ? length : -1,
70619
+ index = -1,
70803
70620
  iterable = Object(collection);
70804
70621
 
70805
- while ((fromRight ? index-- : ++index < length)) {
70622
+ while ((++index < length)) {
70806
70623
  if (iteratee(iterable[index], index, iterable) === false) {
70807
70624
  break;
70808
70625
  }
@@ -71267,8 +71084,7 @@ var Upload$1 = defineComponent({
71267
71084
  });
71268
71085
 
71269
71086
  // This icon file is generated automatically.
71270
- var PaperClipOutlined$2 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M779.3 196.6c-94.2-94.2-247.6-94.2-341.7 0l-261 260.8c-1.7 1.7-2.6 4-2.6 6.4s.9 4.7 2.6 6.4l36.9 36.9a9 9 0 0012.7 0l261-260.8c32.4-32.4 75.5-50.2 121.3-50.2s88.9 17.8 121.2 50.2c32.4 32.4 50.2 75.5 50.2 121.2 0 45.8-17.8 88.8-50.2 121.2l-266 265.9-43.1 43.1c-40.3 40.3-105.8 40.3-146.1 0-19.5-19.5-30.2-45.4-30.2-73s10.7-53.5 30.2-73l263.9-263.8c6.7-6.6 15.5-10.3 24.9-10.3h.1c9.4 0 18.1 3.7 24.7 10.3 6.7 6.7 10.3 15.5 10.3 24.9 0 9.3-3.7 18.1-10.3 24.7L372.4 653c-1.7 1.7-2.6 4-2.6 6.4s.9 4.7 2.6 6.4l36.9 36.9a9 9 0 0012.7 0l215.6-215.6c19.9-19.9 30.8-46.3 30.8-74.4s-11-54.6-30.8-74.4c-41.1-41.1-107.9-41-149 0L463 364 224.8 602.1A172.22 172.22 0 00174 724.8c0 46.3 18.1 89.8 50.8 122.5 33.9 33.8 78.3 50.7 122.7 50.7 44.4 0 88.8-16.9 122.6-50.7l309.2-309C824.8 492.7 850 432 850 367.5c.1-64.6-25.1-125.3-70.7-170.9z" } }] }, "name": "paper-clip", "theme": "outlined" };
71271
- var PaperClipOutlinedSvg = PaperClipOutlined$2;
71087
+ var PaperClipOutlined$1 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M779.3 196.6c-94.2-94.2-247.6-94.2-341.7 0l-261 260.8c-1.7 1.7-2.6 4-2.6 6.4s.9 4.7 2.6 6.4l36.9 36.9a9 9 0 0012.7 0l261-260.8c32.4-32.4 75.5-50.2 121.3-50.2s88.9 17.8 121.2 50.2c32.4 32.4 50.2 75.5 50.2 121.2 0 45.8-17.8 88.8-50.2 121.2l-266 265.9-43.1 43.1c-40.3 40.3-105.8 40.3-146.1 0-19.5-19.5-30.2-45.4-30.2-73s10.7-53.5 30.2-73l263.9-263.8c6.7-6.6 15.5-10.3 24.9-10.3h.1c9.4 0 18.1 3.7 24.7 10.3 6.7 6.7 10.3 15.5 10.3 24.9 0 9.3-3.7 18.1-10.3 24.7L372.4 653c-1.7 1.7-2.6 4-2.6 6.4s.9 4.7 2.6 6.4l36.9 36.9a9 9 0 0012.7 0l215.6-215.6c19.9-19.9 30.8-46.3 30.8-74.4s-11-54.6-30.8-74.4c-41.1-41.1-107.9-41-149 0L463 364 224.8 602.1A172.22 172.22 0 00174 724.8c0 46.3 18.1 89.8 50.8 122.5 33.9 33.8 78.3 50.7 122.7 50.7 44.4 0 88.8-16.9 122.6-50.7l309.2-309C824.8 492.7 850 432 850 367.5c.1-64.6-25.1-125.3-70.7-170.9z" } }] }, "name": "paper-clip", "theme": "outlined" };
71272
71088
 
71273
71089
  function _objectSpread$3(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? Object(arguments[i]) : {}; var ownKeys = Object.keys(source); if (typeof Object.getOwnPropertySymbols === 'function') { ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function (sym) { return Object.getOwnPropertyDescriptor(source, sym).enumerable; })); } ownKeys.forEach(function (key) { _defineProperty$3(target, key, source[key]); }); } return target; }
71274
71090
 
@@ -71278,17 +71094,15 @@ var PaperClipOutlined = function PaperClipOutlined(props, context) {
71278
71094
  var p = _objectSpread$3({}, props, context.attrs);
71279
71095
 
71280
71096
  return createVNode(Icon, _objectSpread$3({}, p, {
71281
- "icon": PaperClipOutlinedSvg
71097
+ "icon": PaperClipOutlined$1
71282
71098
  }), null);
71283
71099
  };
71284
71100
 
71285
71101
  PaperClipOutlined.displayName = 'PaperClipOutlined';
71286
71102
  PaperClipOutlined.inheritAttrs = false;
71287
- var PaperClipOutlined$1 = PaperClipOutlined;
71288
71103
 
71289
71104
  // This icon file is generated automatically.
71290
- var PictureTwoTone$2 = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M928 160H96c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32zm-40 632H136v-39.9l138.5-164.3 150.1 178L658.1 489 888 761.6V792zm0-129.8L664.2 396.8c-3.2-3.8-9-3.8-12.2 0L424.6 666.4l-144-170.7c-3.2-3.8-9-3.8-12.2 0L136 652.7V232h752v430.2z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M424.6 765.8l-150.1-178L136 752.1V792h752v-30.4L658.1 489z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M136 652.7l132.4-157c3.2-3.8 9-3.8 12.2 0l144 170.7L652 396.8c3.2-3.8 9-3.8 12.2 0L888 662.2V232H136v420.7zM304 280a88 88 0 110 176 88 88 0 010-176z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M276 368a28 28 0 1056 0 28 28 0 10-56 0z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M304 456a88 88 0 100-176 88 88 0 000 176zm0-116c15.5 0 28 12.5 28 28s-12.5 28-28 28-28-12.5-28-28 12.5-28 28-28z", "fill": primaryColor } }] }; }, "name": "picture", "theme": "twotone" };
71291
- var PictureTwoToneSvg = PictureTwoTone$2;
71105
+ var PictureTwoTone$1 = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M928 160H96c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32zm-40 632H136v-39.9l138.5-164.3 150.1 178L658.1 489 888 761.6V792zm0-129.8L664.2 396.8c-3.2-3.8-9-3.8-12.2 0L424.6 666.4l-144-170.7c-3.2-3.8-9-3.8-12.2 0L136 652.7V232h752v430.2z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M424.6 765.8l-150.1-178L136 752.1V792h752v-30.4L658.1 489z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M136 652.7l132.4-157c3.2-3.8 9-3.8 12.2 0l144 170.7L652 396.8c3.2-3.8 9-3.8 12.2 0L888 662.2V232H136v420.7zM304 280a88 88 0 110 176 88 88 0 010-176z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M276 368a28 28 0 1056 0 28 28 0 10-56 0z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M304 456a88 88 0 100-176 88 88 0 000 176zm0-116c15.5 0 28 12.5 28 28s-12.5 28-28 28-28-12.5-28-28 12.5-28 28-28z", "fill": primaryColor } }] }; }, "name": "picture", "theme": "twotone" };
71292
71106
 
71293
71107
  function _objectSpread$2(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? Object(arguments[i]) : {}; var ownKeys = Object.keys(source); if (typeof Object.getOwnPropertySymbols === 'function') { ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function (sym) { return Object.getOwnPropertyDescriptor(source, sym).enumerable; })); } ownKeys.forEach(function (key) { _defineProperty$2(target, key, source[key]); }); } return target; }
71294
71108
 
@@ -71298,17 +71112,15 @@ var PictureTwoTone = function PictureTwoTone(props, context) {
71298
71112
  var p = _objectSpread$2({}, props, context.attrs);
71299
71113
 
71300
71114
  return createVNode(Icon, _objectSpread$2({}, p, {
71301
- "icon": PictureTwoToneSvg
71115
+ "icon": PictureTwoTone$1
71302
71116
  }), null);
71303
71117
  };
71304
71118
 
71305
71119
  PictureTwoTone.displayName = 'PictureTwoTone';
71306
71120
  PictureTwoTone.inheritAttrs = false;
71307
- var PictureTwoTone$1 = PictureTwoTone;
71308
71121
 
71309
71122
  // This icon file is generated automatically.
71310
- var FileTwoTone$2 = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M534 352V136H232v752h560V394H576a42 42 0 01-42-42z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM602 137.8L790.2 326H602V137.8zM792 888H232V136h302v216a42 42 0 0042 42h216v494z", "fill": primaryColor } }] }; }, "name": "file", "theme": "twotone" };
71311
- var FileTwoToneSvg = FileTwoTone$2;
71123
+ var FileTwoTone$1 = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M534 352V136H232v752h560V394H576a42 42 0 01-42-42z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM602 137.8L790.2 326H602V137.8zM792 888H232V136h302v216a42 42 0 0042 42h216v494z", "fill": primaryColor } }] }; }, "name": "file", "theme": "twotone" };
71312
71124
 
71313
71125
  function _objectSpread$1(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? Object(arguments[i]) : {}; var ownKeys = Object.keys(source); if (typeof Object.getOwnPropertySymbols === 'function') { ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function (sym) { return Object.getOwnPropertyDescriptor(source, sym).enumerable; })); } ownKeys.forEach(function (key) { _defineProperty$1(target, key, source[key]); }); } return target; }
71314
71126
 
@@ -71318,13 +71130,12 @@ var FileTwoTone = function FileTwoTone(props, context) {
71318
71130
  var p = _objectSpread$1({}, props, context.attrs);
71319
71131
 
71320
71132
  return createVNode(Icon, _objectSpread$1({}, p, {
71321
- "icon": FileTwoToneSvg
71133
+ "icon": FileTwoTone$1
71322
71134
  }), null);
71323
71135
  };
71324
71136
 
71325
71137
  FileTwoTone.displayName = 'FileTwoTone';
71326
71138
  FileTwoTone.inheritAttrs = false;
71327
- var FileTwoTone$1 = FileTwoTone;
71328
71139
 
71329
71140
  function uploadProps() {
71330
71141
  return {
@@ -71549,8 +71360,7 @@ function previewImage(file) {
71549
71360
  }
71550
71361
 
71551
71362
  // This icon file is generated automatically.
71552
- var DownloadOutlined$2 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M505.7 661a8 8 0 0012.6 0l112-141.7c4.1-5.2.4-12.9-6.3-12.9h-74.1V168c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v338.3H400c-6.7 0-10.4 7.7-6.3 12.9l112 141.8zM878 626h-60c-4.4 0-8 3.6-8 8v154H214V634c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v198c0 17.7 14.3 32 32 32h684c17.7 0 32-14.3 32-32V634c0-4.4-3.6-8-8-8z" } }] }, "name": "download", "theme": "outlined" };
71553
- var DownloadOutlinedSvg = DownloadOutlined$2;
71363
+ var DownloadOutlined$1 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M505.7 661a8 8 0 0012.6 0l112-141.7c4.1-5.2.4-12.9-6.3-12.9h-74.1V168c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v338.3H400c-6.7 0-10.4 7.7-6.3 12.9l112 141.8zM878 626h-60c-4.4 0-8 3.6-8 8v154H214V634c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v198c0 17.7 14.3 32 32 32h684c17.7 0 32-14.3 32-32V634c0-4.4-3.6-8-8-8z" } }] }, "name": "download", "theme": "outlined" };
71554
71364
 
71555
71365
  function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? Object(arguments[i]) : {}; var ownKeys = Object.keys(source); if (typeof Object.getOwnPropertySymbols === 'function') { ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function (sym) { return Object.getOwnPropertyDescriptor(source, sym).enumerable; })); } ownKeys.forEach(function (key) { _defineProperty(target, key, source[key]); }); } return target; }
71556
71366
 
@@ -71560,13 +71370,12 @@ var DownloadOutlined = function DownloadOutlined(props, context) {
71560
71370
  var p = _objectSpread({}, props, context.attrs);
71561
71371
 
71562
71372
  return createVNode(Icon, _objectSpread({}, p, {
71563
- "icon": DownloadOutlinedSvg
71373
+ "icon": DownloadOutlined$1
71564
71374
  }), null);
71565
71375
  };
71566
71376
 
71567
71377
  DownloadOutlined.displayName = 'DownloadOutlined';
71568
71378
  DownloadOutlined.inheritAttrs = false;
71569
- var DownloadOutlined$1 = DownloadOutlined;
71570
71379
 
71571
71380
  var listItemProps = function listItemProps() {
71572
71381
  return {
@@ -71700,7 +71509,7 @@ var ListItem = defineComponent({
71700
71509
  var removeIcon = showRemoveIcon ? actionIconRender({
71701
71510
  customIcon: customRemoveIcon ? customRemoveIcon({
71702
71511
  file: file
71703
- }) : createVNode(DeleteOutlined$1, null, null),
71512
+ }) : createVNode(DeleteOutlined, null, null),
71704
71513
  callback: function callback() {
71705
71514
  return onClose(file);
71706
71515
  },
@@ -71710,7 +71519,7 @@ var ListItem = defineComponent({
71710
71519
  var downloadIcon = showDownloadIcon && file.status === 'done' ? actionIconRender({
71711
71520
  customIcon: customDownloadIcon ? customDownloadIcon({
71712
71521
  file: file
71713
- }) : createVNode(DownloadOutlined$1, null, null),
71522
+ }) : createVNode(DownloadOutlined, null, null),
71714
71523
  callback: function callback() {
71715
71524
  return onDownload(file);
71716
71525
  },
@@ -71758,7 +71567,7 @@ var ListItem = defineComponent({
71758
71567
  "title": locale.previewFile
71759
71568
  }, [customPreviewIcon ? customPreviewIcon({
71760
71569
  file: file
71761
- }) : createVNode(EyeOutlined$1, null, null)]) : null;
71570
+ }) : createVNode(EyeOutlined, null, null)]) : null;
71762
71571
  var actions = listType === 'picture-card' && file.status !== 'uploading' && createVNode("span", {
71763
71572
  "class": "".concat(prefixCls, "-list-item-actions")
71764
71573
  }, [previewIcon, file.status === 'done' && downloadIcon, removeIcon]);
@@ -71894,10 +71703,10 @@ var UploadList = defineComponent({
71894
71703
  });
71895
71704
  }
71896
71705
  var isLoading = file.status === 'uploading';
71897
- var fileIcon = props.isImageUrl && props.isImageUrl(file) ? createVNode(PictureTwoTone$1, null, null) : createVNode(FileTwoTone$1, null, null);
71898
- var icon = isLoading ? createVNode(LoadingOutlined$1, null, null) : createVNode(PaperClipOutlined$1, null, null);
71706
+ var fileIcon = props.isImageUrl && props.isImageUrl(file) ? createVNode(PictureTwoTone, null, null) : createVNode(FileTwoTone, null, null);
71707
+ var icon = isLoading ? createVNode(LoadingOutlined, null, null) : createVNode(PaperClipOutlined, null, null);
71899
71708
  if (props.listType === 'picture') {
71900
- icon = isLoading ? createVNode(LoadingOutlined$1, null, null) : fileIcon;
71709
+ icon = isLoading ? createVNode(LoadingOutlined, null, null) : fileIcon;
71901
71710
  } else if (props.listType === 'picture-card') {
71902
71711
  icon = isLoading ? props.locale.uploading : fileIcon;
71903
71712
  }
@@ -72610,11 +72419,13 @@ __spreadValues({
72610
72419
  }, _TransitionPresets);
72611
72420
 
72612
72421
  /**
72613
- * @vue/shared v3.4.21
72422
+ * @vue/shared v3.4.27
72614
72423
  * (c) 2018-present Yuxi (Evan) You and Vue contributors
72615
72424
  * @license MIT
72616
72425
  **/
72617
72426
 
72427
+
72428
+
72618
72429
  !!(process.env.NODE_ENV !== "production") ? Object.freeze({}) : {};
72619
72430
  !!(process.env.NODE_ENV !== "production") ? Object.freeze([]) : [];
72620
72431
  const NOOP = () => {
@@ -72811,14 +72622,14 @@ const _bem = (namespace, block, blockSuffix, element, modifier) => {
72811
72622
  };
72812
72623
  const namespaceContextKey = Symbol("namespaceContextKey");
72813
72624
  const useGetDerivedNamespace = (namespaceOverrides) => {
72814
- const derivedNamespace = namespaceOverrides || (getCurrentInstance() ? inject(namespaceContextKey, ref(defaultNamespace)) : ref(defaultNamespace));
72625
+ const derivedNamespace = (getCurrentInstance() ? inject(namespaceContextKey, ref(defaultNamespace)) : ref(defaultNamespace));
72815
72626
  const namespace = computed(() => {
72816
72627
  return unref(derivedNamespace) || defaultNamespace;
72817
72628
  });
72818
72629
  return namespace;
72819
72630
  };
72820
72631
  const useNamespace = (block, namespaceOverrides) => {
72821
- const namespace = useGetDerivedNamespace(namespaceOverrides);
72632
+ const namespace = useGetDerivedNamespace();
72822
72633
  const b = (blockSuffix = "") => _bem(namespace.value, block, blockSuffix, "", "");
72823
72634
  const e = (element) => element ? _bem(namespace.value, block, "", element, "") : "";
72824
72635
  const m = (modifier) => modifier ? _bem(namespace.value, block, "", "", modifier) : "";
@@ -73252,7 +73063,7 @@ const zIndex = ref(0);
73252
73063
  const defaultInitialZIndex = 2e3;
73253
73064
  const zIndexContextKey = Symbol("zIndexContextKey");
73254
73065
  const useZIndex = (zIndexOverrides) => {
73255
- const zIndexInjection = zIndexOverrides || (getCurrentInstance() ? inject(zIndexContextKey, void 0) : void 0);
73066
+ const zIndexInjection = (getCurrentInstance() ? inject(zIndexContextKey, void 0) : void 0);
73256
73067
  const initialZIndex = computed(() => {
73257
73068
  const zIndexFromInjection = unref(zIndexInjection);
73258
73069
  return isNumber(zIndexFromInjection) ? zIndexFromInjection : defaultInitialZIndex;
@@ -73948,10 +73759,10 @@ const _sfc_main$8 = defineComponent({
73948
73759
  };
73949
73760
  }
73950
73761
  });
73951
- function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
73762
+ function _sfc_render$3(_ctx, _cache, $props, $setup, $data, $options) {
73952
73763
  return renderSlot(_ctx.$slots, "default", { handleKeydown: _ctx.onKeydown });
73953
73764
  }
73954
- var ElFocusTrap = /* @__PURE__ */ _export_sfc$1(_sfc_main$8, [["render", _sfc_render$2], ["__file", "/home/runner/work/element-plus/element-plus/packages/components/focus-trap/src/focus-trap.vue"]]);
73765
+ var ElFocusTrap = /* @__PURE__ */ _export_sfc$1(_sfc_main$8, [["render", _sfc_render$3], ["__file", "/home/runner/work/element-plus/element-plus/packages/components/focus-trap/src/focus-trap.vue"]]);
73955
73766
 
73956
73767
  const POSITIONING_STRATEGIES = ["fixed", "absolute"];
73957
73768
  const popperCoreConfigProps = buildProps({
@@ -74845,19 +74656,19 @@ const ElTooltip = withInstall(Tooltip);
74845
74656
  const _sfc_main$3 = /* @__PURE__ */ defineComponent({
74846
74657
  inheritAttrs: false
74847
74658
  });
74848
- function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
74659
+ function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
74849
74660
  return renderSlot(_ctx.$slots, "default");
74850
74661
  }
74851
- var Collection = /* @__PURE__ */ _export_sfc$1(_sfc_main$3, [["render", _sfc_render$1], ["__file", "/home/runner/work/element-plus/element-plus/packages/components/collection/src/collection.vue"]]);
74662
+ var Collection = /* @__PURE__ */ _export_sfc$1(_sfc_main$3, [["render", _sfc_render$2], ["__file", "/home/runner/work/element-plus/element-plus/packages/components/collection/src/collection.vue"]]);
74852
74663
 
74853
74664
  const _sfc_main$2 = /* @__PURE__ */ defineComponent({
74854
74665
  name: "ElCollectionItem",
74855
74666
  inheritAttrs: false
74856
74667
  });
74857
- function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
74668
+ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
74858
74669
  return renderSlot(_ctx.$slots, "default");
74859
74670
  }
74860
- var CollectionItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$2, [["render", _sfc_render], ["__file", "/home/runner/work/element-plus/element-plus/packages/components/collection/src/collection-item.vue"]]);
74671
+ var CollectionItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$2, [["render", _sfc_render$1], ["__file", "/home/runner/work/element-plus/element-plus/packages/components/collection/src/collection-item.vue"]]);
74861
74672
 
74862
74673
  const COLLECTION_ITEM_SIGN = `data-el-collection-item`;
74863
74674
  const createCollectionWithScope = (name) => {
@@ -75193,8 +75004,7 @@ const hasCssUnit = (value) => {
75193
75004
  return regex.test(value);
75194
75005
  };
75195
75006
  const handleUnit = (unit) => {
75196
- if (!unit)
75197
- return void 0;
75007
+ if (!unit) return void 0;
75198
75008
  if (typeof unit === "string" && hasCssUnit(unit)) {
75199
75009
  return unit;
75200
75010
  } else {
@@ -75238,26 +75048,22 @@ const useTabs = (props, emit) => {
75238
75048
  }
75239
75049
  ]);
75240
75050
  const realMenuList = computed(() => {
75241
- if (props.constomMenuList && props.constomMenuList.length)
75242
- return props.constomMenuList;
75051
+ if (props.constomMenuList && props.constomMenuList.length) return props.constomMenuList;
75243
75052
  return menuList.value;
75244
75053
  });
75245
75054
  const realWidth = computed(() => {
75246
75055
  let width = void 0;
75247
- if (props.width)
75248
- width = handleUnit(props.width);
75056
+ if (props.width) width = handleUnit(props.width);
75249
75057
  return width;
75250
75058
  });
75251
75059
  const realTabWidth = computed(() => {
75252
75060
  let width = props.type === "lattice" ? "65px" : void 0;
75253
- if (props.tabWidth)
75254
- width = handleUnit(props.tabWidth);
75061
+ if (props.tabWidth) width = handleUnit(props.tabWidth);
75255
75062
  return width;
75256
75063
  });
75257
75064
  const realTabMaxWidth = computed(() => {
75258
75065
  let width = void 0;
75259
- if (props.tabMaxWidth)
75260
- width = handleUnit(props.tabMaxWidth);
75066
+ if (props.tabMaxWidth) width = handleUnit(props.tabMaxWidth);
75261
75067
  return width;
75262
75068
  });
75263
75069
  const contextmenuisFoldTab = ref(false);
@@ -75267,8 +75073,7 @@ const useTabs = (props, emit) => {
75267
75073
  if (contextmenuisFoldTab.value) {
75268
75074
  poppverVisible.value[itemKey] = false;
75269
75075
  } else {
75270
- if (itemKey != key)
75271
- poppverVisible.value[itemKey] = false;
75076
+ if (itemKey != key) poppverVisible.value[itemKey] = false;
75272
75077
  }
75273
75078
  });
75274
75079
  };
@@ -75304,18 +75109,7 @@ const useTabs = (props, emit) => {
75304
75109
  };
75305
75110
  };
75306
75111
 
75307
- const _hoisted_1 = {
75308
- key: 1,
75309
- class: "das-tab-label"
75310
- };
75311
- const _hoisted_2 = { class: "das-tabs-contextmenu-list" };
75312
- const _hoisted_3 = ["onClick"];
75313
- const _hoisted_4 = {
75314
- key: 1,
75315
- style: { "position": "relative", "top": "-5px", "font-size": "18px" }
75316
- };
75317
75112
  const DEFAULT_FONTCOLOR = "#666666";
75318
- const DEFAULT_BACKGROUNDCOLOR = "#ffffff";
75319
75113
  var _sfc_main = /* @__PURE__ */ defineComponent({
75320
75114
  ...{
75321
75115
  inheritAttrs: false
@@ -75346,13 +75140,12 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
75346
75140
  hideOverflow: { type: Boolean, required: false }
75347
75141
  },
75348
75142
  emits: ["update:activeKey", "tabClick", "menuClick"],
75349
- setup(__props, { emit: __emit }) {
75143
+ setup(__props, { expose: __expose, emit: __emit }) {
75144
+ __expose();
75350
75145
  useCssVars((_ctx) => ({
75351
75146
  "7fcc0215-realTabWidth": unref(realTabWidth),
75352
75147
  "7fcc0215-realTabMaxWidth": unref(realTabMaxWidth),
75353
- "7fcc0215-tabsTabPadding": tabsTabPadding.value,
75354
- "7fcc0215-backgroudColor": backgroudColor.value,
75355
- "7fcc0215-fontColor": fontColor.value
75148
+ "7fcc0215-tabsTabPadding": tabsTabPadding.value
75356
75149
  }));
75357
75150
  const props = __props;
75358
75151
  const tabsContainerRef = ref();
@@ -75376,8 +75169,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
75376
75169
  }
75377
75170
  };
75378
75171
  const realMoreIconType = computed(() => {
75379
- if (props.moreIconType)
75380
- return props.moreIconType;
75172
+ if (props.moreIconType) return props.moreIconType;
75381
75173
  if (props.type === "lattice") {
75382
75174
  return "default";
75383
75175
  } else {
@@ -75386,8 +75178,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
75386
75178
  });
75387
75179
  const emit = __emit;
75388
75180
  const antType = computed(() => {
75389
- if (props.type === "lattice")
75390
- return "line";
75181
+ if (props.type === "lattice") return "line";
75391
75182
  return props.type;
75392
75183
  });
75393
75184
  const size = computed(() => {
@@ -75399,8 +75190,15 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
75399
75190
  return props.size ? props.size : "small";
75400
75191
  }
75401
75192
  });
75193
+ const DEFAULT_BACKGROUNDCOLOR = props.type === "editable-card" ? "#FAFAFA" : "#FFFFFF";
75402
75194
  const fontColor = computed(() => props.fontColor ? props.fontColor : DEFAULT_FONTCOLOR);
75403
75195
  const backgroudColor = computed(() => props.backgroudColor ? props.backgroudColor : DEFAULT_BACKGROUNDCOLOR);
75196
+ const hideBorder = computed(() => backgroudColor.value.toLowerCase() !== DEFAULT_BACKGROUNDCOLOR.toLowerCase());
75197
+ const realTabsStyle = computed(() => ({
75198
+ ...props.tabsStyle,
75199
+ "--das-ui-tabs-custom-color": fontColor.value,
75200
+ "--das-ui-tabs-custom-bg-color": backgroudColor.value
75201
+ }));
75404
75202
  const {
75405
75203
  realTabWidth,
75406
75204
  realTabMaxWidth,
@@ -75413,214 +75211,28 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
75413
75211
  onContextmenu
75414
75212
  } = useTabs(props, emit);
75415
75213
  const tabsTabPadding = computed(() => {
75416
- if (props.tabPadding)
75417
- return props.tabPadding;
75418
- if (realTabWidth.value || realTabMaxWidth.value)
75419
- return "0";
75420
- if (props.type === "line")
75421
- return "0 20px";
75214
+ if (props.tabPadding) return props.tabPadding;
75215
+ if (realTabWidth.value || realTabMaxWidth.value) return "0";
75216
+ if (props.type === "line") return "0 20px";
75422
75217
  if (props.type === "card") {
75423
- if (size.value === "large")
75424
- return "0 40px";
75425
- if (size.value === "medium" || size.value === "small")
75426
- return "0 24px";
75427
- }
75428
- if (props.type === "lattice")
75429
- return "0 20px";
75430
- });
75431
- return (_ctx, _cache) => {
75432
- return openBlock(), createBlock(unref(Tabs$1), mergeProps({
75433
- ref_key: "tabsContainerRef",
75434
- ref: tabsContainerRef,
75435
- class: [
75436
- "das-tabs",
75437
- _ctx.type,
75438
- size.value,
75439
- backgroudColor.value !== DEFAULT_BACKGROUNDCOLOR ? "tabs-nav-hide-border" : "",
75440
- _ctx.hideOverflow ? "hide-overflow" : ""
75441
- ],
75442
- style: _ctx.tabsStyle,
75443
- type: antType.value,
75444
- hideAdd: _ctx.hideAdd,
75445
- activeKey: innerValue.value,
75446
- "onUpdate:activeKey": _cache[1] || (_cache[1] = ($event) => innerValue.value = $event)
75447
- }, _ctx.$attrs, { onTabClick: tabClick }), createSlots({
75448
- moreIcon: withCtx(() => [
75449
- renderSlot(_ctx.$slots, "moreIcon", {}, () => [
75450
- realMoreIconType.value === "arrow" ? (openBlock(), createBlock(unref(DasIcon), {
75451
- key: 0,
75452
- icon: "fold",
75453
- size: "small",
75454
- "icon-color": "rgb(102, 102, 102)"
75455
- })) : createCommentVNode("v-if", true),
75456
- realMoreIconType.value === "default" ? (openBlock(), createElementBlock("div", _hoisted_4, "...")) : createCommentVNode("v-if", true)
75457
- ], true)
75458
- ]),
75459
- default: withCtx(() => [
75460
- (openBlock(true), createElementBlock(
75461
- Fragment,
75462
- null,
75463
- renderList(tabsOptions.value, (item) => {
75464
- return openBlock(), createBlock(unref(ATabPane), {
75465
- style: normalizeStyle({ width: unref(realWidth) }),
75466
- key: item[_ctx.defualtProps.key],
75467
- tab: void 0,
75468
- disabled: item.disabled,
75469
- forceRender: item.forceRender
75470
- }, createSlots({
75471
- tab: withCtx(() => [
75472
- createCommentVNode(" \u65E0\u53F3\u952E\u83DC\u5355 "),
75473
- !_ctx.contextmenu ? (openBlock(), createElementBlock(
75474
- Fragment,
75475
- { key: 0 },
75476
- [
75477
- createCommentVNode(" @slot \u81EA\u5B9A\u4E49\u9009\u9879\u5361\u5934\u663E\u793A\u6587\u5B57"),
75478
- item.tabSlot ? renderSlot(_ctx.$slots, item.tabSlot, { key: 0 }, void 0, true) : withDirectives((openBlock(), createElementBlock("div", _hoisted_1, [
75479
- createTextVNode(
75480
- toDisplayString(item[_ctx.defualtProps.tab]),
75481
- 1
75482
- /* TEXT */
75483
- )
75484
- ])), [
75485
- [unref(vDasTooltip)]
75486
- ])
75487
- ],
75488
- 64
75489
- /* STABLE_FRAGMENT */
75490
- )) : (openBlock(), createElementBlock(
75491
- Fragment,
75492
- { key: 1 },
75493
- [
75494
- createCommentVNode(" \u6709\u53F3\u952E\u83DC\u5355 "),
75495
- createVNode(unref(ElPopover), mergeProps({
75496
- ref_for: true,
75497
- ref_key: "tabsMenuPoppver",
75498
- ref: tabsMenuPoppver,
75499
- visible: unref(poppverVisible)[item[_ctx.defualtProps.key]],
75500
- "onUpdate:visible": ($event) => unref(poppverVisible)[item[_ctx.defualtProps.key]] = $event,
75501
- "popper-class": "das-tabs-contextmenu",
75502
- "show-arrow": false,
75503
- placement: "bottom-start",
75504
- trigger: "contextmenu",
75505
- width: 106
75506
- }, _ctx.menuPoppverAttrs, {
75507
- onBeforeEnter: ($event) => unref(beforeEnter)(item[_ctx.defualtProps.key])
75508
- }), {
75509
- reference: withCtx(() => [
75510
- createCommentVNode(" @slot \u81EA\u5B9A\u4E49\u9009\u9879\u5361\u5934\u663E\u793A\u6587\u5B57"),
75511
- item.tabSlot ? renderSlot(_ctx.$slots, item.tabSlot, { key: 0 }, void 0, true) : withDirectives((openBlock(), createElementBlock(
75512
- "div",
75513
- {
75514
- key: 1,
75515
- class: "das-tab-label",
75516
- onContextmenu: _cache[0] || (_cache[0] = //@ts-ignore
75517
- (...args) => unref(onContextmenu) && unref(onContextmenu)(...args))
75518
- },
75519
- [
75520
- createTextVNode(
75521
- toDisplayString(item[_ctx.defualtProps.tab]),
75522
- 1
75523
- /* TEXT */
75524
- )
75525
- ],
75526
- 32
75527
- /* NEED_HYDRATION */
75528
- )), [
75529
- [unref(vDasTooltip)]
75530
- ])
75531
- ]),
75532
- default: withCtx(() => [
75533
- createElementVNode("ul", _hoisted_2, [
75534
- (openBlock(true), createElementBlock(
75535
- Fragment,
75536
- null,
75537
- renderList(unref(realMenuList), (menu) => {
75538
- return openBlock(), createElementBlock(
75539
- Fragment,
75540
- null,
75541
- [
75542
- (typeof menu.hidden === "function" ? !menu.hidden(_ctx.options, item) : !menu.hidden) ? withDirectives((openBlock(), createElementBlock("li", {
75543
- key: menu.key,
75544
- class: normalizeClass([
75545
- "das-tabs-contextmenu-item",
75546
- (typeof menu.disabled === "function" ? menu.disabled(_ctx.options, item) : menu.disabled) ? "is-disabled" : ""
75547
- ]),
75548
- onClick: ($event) => unref(menuClick)(menu, item)
75549
- }, [
75550
- createTextVNode(
75551
- toDisplayString(menu.name),
75552
- 1
75553
- /* TEXT */
75554
- )
75555
- ], 10, _hoisted_3)), [
75556
- [unref(vDasTooltip)]
75557
- ]) : createCommentVNode("v-if", true)
75558
- ],
75559
- 64
75560
- /* STABLE_FRAGMENT */
75561
- );
75562
- }),
75563
- 256
75564
- /* UNKEYED_FRAGMENT */
75565
- ))
75566
- ])
75567
- ]),
75568
- _: 2
75569
- /* DYNAMIC */
75570
- }, 1040, ["visible", "onUpdate:visible", "onBeforeEnter"])
75571
- ],
75572
- 2112
75573
- /* STABLE_FRAGMENT, DEV_ROOT_FRAGMENT */
75574
- ))
75575
- ]),
75576
- default: withCtx(() => [
75577
- contentShow(item) ? (openBlock(), createElementBlock(
75578
- Fragment,
75579
- { key: 0 },
75580
- [
75581
- createCommentVNode(" @slot \u81EA\u5B9A\u4E49\u663E\u793A\u5185\u5BB9"),
75582
- renderSlot(_ctx.$slots, item.contentSlot, {}, void 0, true)
75583
- ],
75584
- 64
75585
- /* STABLE_FRAGMENT */
75586
- )) : createCommentVNode("v-if", true)
75587
- ]),
75588
- _: 2
75589
- /* DYNAMIC */
75590
- }, [
75591
- item.closeIconSlot ? {
75592
- name: "closeIcon",
75593
- fn: withCtx(() => [
75594
- renderSlot(_ctx.$slots, item.closeIconSlot, {}, void 0, true)
75595
- ]),
75596
- key: "0"
75597
- } : void 0
75598
- ]), 1032, ["style", "disabled", "forceRender"]);
75599
- }),
75600
- 128
75601
- /* KEYED_FRAGMENT */
75602
- ))
75603
- ]),
75604
- _: 2
75605
- /* DYNAMIC */
75606
- }, [
75607
- _ctx.$slots.leftExtra ? {
75608
- name: "leftExtra",
75609
- fn: withCtx(() => [
75610
- createCommentVNode(" @slot tabbar \u4E0A\u5DE6\u4FA7\u989D\u5916\u7684\u5143\u7D20 "),
75611
- renderSlot(_ctx.$slots, "leftExtra", {}, void 0, true)
75612
- ]),
75613
- key: "0"
75614
- } : void 0,
75615
- _ctx.$slots.rightExtra ? {
75616
- name: "rightExtra",
75617
- fn: withCtx(() => [
75618
- renderSlot(_ctx.$slots, "rightExtra", {}, void 0, true)
75619
- ]),
75620
- key: "1"
75621
- } : void 0
75622
- ]), 1040, ["class", "style", "type", "hideAdd", "activeKey"]);
75623
- };
75218
+ if (size.value === "large") return "0 40px";
75219
+ if (size.value === "medium" || size.value === "small") return "0 24px";
75220
+ }
75221
+ if (props.type === "lattice") return "0 20px";
75222
+ });
75223
+ const __returned__ = { props, tabsContainerRef, tabClick, innerValue, tabsOptions, contentShow, realMoreIconType, emit, antType, size, DEFAULT_FONTCOLOR, DEFAULT_BACKGROUNDCOLOR, fontColor, backgroudColor, hideBorder, realTabsStyle, realTabWidth, realTabMaxWidth, realWidth, menuClick, tabsMenuPoppver, realMenuList, poppverVisible, beforeEnter, onContextmenu, tabsTabPadding, get DasIcon() {
75224
+ return DasIcon;
75225
+ }, get vDasTooltip() {
75226
+ return vDasTooltip;
75227
+ }, get ATabs() {
75228
+ return Tabs$1;
75229
+ }, get ATabPane() {
75230
+ return ATabPane;
75231
+ }, get ElPopover() {
75232
+ return ElPopover;
75233
+ } };
75234
+ Object.defineProperty(__returned__, "__isScriptSetup", { enumerable: false, value: true });
75235
+ return __returned__;
75624
75236
  }
75625
75237
  });
75626
75238
 
@@ -75632,7 +75244,202 @@ var _export_sfc = (sfc, props) => {
75632
75244
  return target;
75633
75245
  };
75634
75246
 
75635
- var Tabs = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-7fcc0215"], ["__file", "E:\\company-code\\v6r3\\framework-3\\packages\\das-ui\\packages\\components\\tabs\\src\\Tabs.vue"]]);
75247
+ const _hoisted_1 = {
75248
+ key: 1,
75249
+ class: "das-tab-label"
75250
+ };
75251
+ const _hoisted_2 = { class: "das-tabs-contextmenu-list" };
75252
+ const _hoisted_3 = ["onClick"];
75253
+ const _hoisted_4 = {
75254
+ key: 1,
75255
+ style: { "position": "relative", "top": "-5px", "font-size": "18px" }
75256
+ };
75257
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
75258
+ return $setup.tabsOptions && $setup.tabsOptions.length ? (openBlock(), createBlock($setup["ATabs"], mergeProps({
75259
+ key: 0,
75260
+ ref: "tabsContainerRef",
75261
+ class: ["das-tabs", $props.type, $setup.size, $setup.hideBorder ? "tabs-nav-hide-border" : "", $props.hideOverflow ? "hide-overflow" : ""],
75262
+ style: $setup.realTabsStyle,
75263
+ type: $setup.antType,
75264
+ hideAdd: $props.hideAdd,
75265
+ activeKey: $setup.innerValue,
75266
+ "onUpdate:activeKey": _cache[1] || (_cache[1] = ($event) => $setup.innerValue = $event)
75267
+ }, _ctx.$attrs, { onTabClick: $setup.tabClick }), createSlots({
75268
+ moreIcon: withCtx(() => [
75269
+ renderSlot(_ctx.$slots, "moreIcon", {}, () => [
75270
+ $setup.realMoreIconType === "arrow" ? (openBlock(), createBlock($setup["DasIcon"], {
75271
+ key: 0,
75272
+ icon: "fold",
75273
+ size: "small",
75274
+ "icon-color": "rgb(102, 102, 102)"
75275
+ })) : createCommentVNode("v-if", true),
75276
+ $setup.realMoreIconType === "default" ? (openBlock(), createElementBlock("div", _hoisted_4, "...")) : createCommentVNode("v-if", true)
75277
+ ], true)
75278
+ ]),
75279
+ default: withCtx(() => [
75280
+ (openBlock(true), createElementBlock(
75281
+ Fragment,
75282
+ null,
75283
+ renderList($setup.tabsOptions, (item) => {
75284
+ return openBlock(), createBlock($setup["ATabPane"], {
75285
+ style: normalizeStyle({ width: $setup.realWidth }),
75286
+ key: item[$props.defualtProps.key],
75287
+ tab: void 0,
75288
+ disabled: item.disabled,
75289
+ forceRender: item.forceRender
75290
+ }, createSlots({
75291
+ tab: withCtx(() => [
75292
+ createCommentVNode(" \u65E0\u53F3\u952E\u83DC\u5355 "),
75293
+ !$props.contextmenu ? (openBlock(), createElementBlock(
75294
+ Fragment,
75295
+ { key: 0 },
75296
+ [
75297
+ createCommentVNode(" @slot \u81EA\u5B9A\u4E49\u9009\u9879\u5361\u5934\u663E\u793A\u6587\u5B57"),
75298
+ item.tabSlot ? renderSlot(_ctx.$slots, item.tabSlot, { key: 0 }, void 0, true) : withDirectives((openBlock(), createElementBlock("div", _hoisted_1, [
75299
+ createTextVNode(
75300
+ toDisplayString(item[$props.defualtProps.tab]),
75301
+ 1
75302
+ /* TEXT */
75303
+ )
75304
+ ])), [
75305
+ [$setup["vDasTooltip"]]
75306
+ ])
75307
+ ],
75308
+ 64
75309
+ /* STABLE_FRAGMENT */
75310
+ )) : (openBlock(), createElementBlock(
75311
+ Fragment,
75312
+ { key: 1 },
75313
+ [
75314
+ createCommentVNode(" \u6709\u53F3\u952E\u83DC\u5355 "),
75315
+ createVNode($setup["ElPopover"], mergeProps({
75316
+ ref_for: true,
75317
+ ref: "tabsMenuPoppver",
75318
+ visible: $setup.poppverVisible[item[$props.defualtProps.key]],
75319
+ "onUpdate:visible": ($event) => $setup.poppverVisible[item[$props.defualtProps.key]] = $event,
75320
+ "popper-class": "das-tabs-contextmenu",
75321
+ "show-arrow": false,
75322
+ placement: "bottom-start",
75323
+ trigger: "contextmenu",
75324
+ width: 106
75325
+ }, $props.menuPoppverAttrs, {
75326
+ onBeforeEnter: ($event) => $setup.beforeEnter(item[$props.defualtProps.key])
75327
+ }), {
75328
+ reference: withCtx(() => [
75329
+ createCommentVNode(" @slot \u81EA\u5B9A\u4E49\u9009\u9879\u5361\u5934\u663E\u793A\u6587\u5B57"),
75330
+ item.tabSlot ? renderSlot(_ctx.$slots, item.tabSlot, { key: 0 }, void 0, true) : withDirectives((openBlock(), createElementBlock(
75331
+ "div",
75332
+ {
75333
+ key: 1,
75334
+ class: "das-tab-label",
75335
+ onContextmenu: _cache[0] || (_cache[0] = (...args) => $setup.onContextmenu && $setup.onContextmenu(...args))
75336
+ },
75337
+ [
75338
+ createTextVNode(
75339
+ toDisplayString(item[$props.defualtProps.tab]),
75340
+ 1
75341
+ /* TEXT */
75342
+ )
75343
+ ],
75344
+ 32
75345
+ /* NEED_HYDRATION */
75346
+ )), [
75347
+ [$setup["vDasTooltip"]]
75348
+ ])
75349
+ ]),
75350
+ default: withCtx(() => [
75351
+ createElementVNode("ul", _hoisted_2, [
75352
+ (openBlock(true), createElementBlock(
75353
+ Fragment,
75354
+ null,
75355
+ renderList($setup.realMenuList, (menu) => {
75356
+ return openBlock(), createElementBlock(
75357
+ Fragment,
75358
+ null,
75359
+ [
75360
+ (typeof menu.hidden === "function" ? !menu.hidden($props.options, item) : !menu.hidden) ? withDirectives((openBlock(), createElementBlock("li", {
75361
+ key: menu.key,
75362
+ class: normalizeClass([
75363
+ "das-tabs-contextmenu-item",
75364
+ (typeof menu.disabled === "function" ? menu.disabled($props.options, item) : menu.disabled) ? "is-disabled" : ""
75365
+ ]),
75366
+ onClick: ($event) => $setup.menuClick(menu, item)
75367
+ }, [
75368
+ createTextVNode(
75369
+ toDisplayString(menu.name),
75370
+ 1
75371
+ /* TEXT */
75372
+ )
75373
+ ], 10, _hoisted_3)), [
75374
+ [$setup["vDasTooltip"]]
75375
+ ]) : createCommentVNode("v-if", true)
75376
+ ],
75377
+ 64
75378
+ /* STABLE_FRAGMENT */
75379
+ );
75380
+ }),
75381
+ 256
75382
+ /* UNKEYED_FRAGMENT */
75383
+ ))
75384
+ ])
75385
+ ]),
75386
+ _: 2
75387
+ /* DYNAMIC */
75388
+ }, 1040, ["visible", "onUpdate:visible", "onBeforeEnter"])
75389
+ ],
75390
+ 2112
75391
+ /* STABLE_FRAGMENT, DEV_ROOT_FRAGMENT */
75392
+ ))
75393
+ ]),
75394
+ default: withCtx(() => [
75395
+ $setup.contentShow(item) ? (openBlock(), createElementBlock(
75396
+ Fragment,
75397
+ { key: 0 },
75398
+ [
75399
+ createCommentVNode(" @slot \u81EA\u5B9A\u4E49\u663E\u793A\u5185\u5BB9"),
75400
+ renderSlot(_ctx.$slots, item.contentSlot, {}, void 0, true)
75401
+ ],
75402
+ 64
75403
+ /* STABLE_FRAGMENT */
75404
+ )) : createCommentVNode("v-if", true)
75405
+ ]),
75406
+ _: 2
75407
+ /* DYNAMIC */
75408
+ }, [
75409
+ item.closeIconSlot ? {
75410
+ name: "closeIcon",
75411
+ fn: withCtx(() => [
75412
+ renderSlot(_ctx.$slots, item.closeIconSlot, {}, void 0, true)
75413
+ ]),
75414
+ key: "0"
75415
+ } : void 0
75416
+ ]), 1032, ["style", "disabled", "forceRender"]);
75417
+ }),
75418
+ 128
75419
+ /* KEYED_FRAGMENT */
75420
+ ))
75421
+ ]),
75422
+ _: 2
75423
+ /* DYNAMIC */
75424
+ }, [
75425
+ _ctx.$slots.leftExtra ? {
75426
+ name: "leftExtra",
75427
+ fn: withCtx(() => [
75428
+ createCommentVNode(" @slot tabbar \u4E0A\u5DE6\u4FA7\u989D\u5916\u7684\u5143\u7D20 "),
75429
+ renderSlot(_ctx.$slots, "leftExtra", {}, void 0, true)
75430
+ ]),
75431
+ key: "0"
75432
+ } : void 0,
75433
+ _ctx.$slots.rightExtra ? {
75434
+ name: "rightExtra",
75435
+ fn: withCtx(() => [
75436
+ renderSlot(_ctx.$slots, "rightExtra", {}, void 0, true)
75437
+ ]),
75438
+ key: "1"
75439
+ } : void 0
75440
+ ]), 1040, ["class", "style", "type", "hideAdd", "activeKey"])) : createCommentVNode("v-if", true);
75441
+ }
75442
+ var Tabs = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-7fcc0215"], ["__file", "/Users/xiecp/das/das-fe/framework/packages/das-ui/packages/components/tabs/src/Tabs.vue"]]);
75636
75443
 
75637
75444
  var theme = {
75638
75445
  "--das-ui-tabs-color": "#666666",
@@ -75643,10 +75450,10 @@ var theme = {
75643
75450
  "--das-ui-tabs-menu-active-color": "#5582F3",
75644
75451
  "--das-ui-tabs-menu-disabled-color": "#B2B2B2",
75645
75452
  "--das-ui-tabs-menu-disabled-bg--color": "#ffffff",
75453
+ "--das-ui-edit-tabs-bg-color": "#FAFAFA",
75646
75454
  "--das-ui-card-tabs-bg-color": "#F5F5F5",
75647
75455
  "--das-ui-card-tabs-active-color": "#5582F3",
75648
- "--das-ui-tabs-border-color": "#D9D9D9",
75649
- "--das-ui-inline-tabs-border-color": "#e5e5e5"
75456
+ "--das-ui-tabs-border-color": "#D9D9D9"
75650
75457
  };
75651
75458
 
75652
75459
  setThemeRule(theme);