@icos-desktop/react-components 1.0.0-beta.21 → 1.0.0-beta.22

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.
@@ -550,7 +550,7 @@ function _typeof$a(o) {
550
550
  }, _typeof$a(o);
551
551
  }
552
552
 
553
- function toPrimitive(t, r) {
553
+ function toPrimitive$1(t, r) {
554
554
  if ("object" != _typeof$a(t) || !t) return t;
555
555
  var e = t[Symbol.toPrimitive];
556
556
  if (void 0 !== e) {
@@ -561,13 +561,13 @@ function toPrimitive(t, r) {
561
561
  return ("string" === r ? String : Number)(t);
562
562
  }
563
563
 
564
- function toPropertyKey(t) {
565
- var i = toPrimitive(t, "string");
564
+ function toPropertyKey$1(t) {
565
+ var i = toPrimitive$1(t, "string");
566
566
  return "symbol" == _typeof$a(i) ? i : i + "";
567
567
  }
568
568
 
569
569
  function _defineProperty$1(e, r, t) {
570
- return (r = toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
570
+ return (r = toPropertyKey$1(r)) in e ? Object.defineProperty(e, r, {
571
571
  value: t,
572
572
  enumerable: !0,
573
573
  configurable: !0,
@@ -2075,7 +2075,7 @@ function ownKeys$4(e, r) {
2075
2075
  }
2076
2076
  return t;
2077
2077
  }
2078
- function _objectSpread2(e) {
2078
+ function _objectSpread2$1(e) {
2079
2079
  for (var r = 1; r < arguments.length; r++) {
2080
2080
  var t = null != arguments[r] ? arguments[r] : {};
2081
2081
  r % 2 ? ownKeys$4(Object(t), !0).forEach(function (r) {
@@ -2228,7 +2228,7 @@ function updateCSS(css, key) {
2228
2228
  var originOption = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {};
2229
2229
  var container = getContainer(originOption);
2230
2230
  var styles = findStyles(container);
2231
- var option = _objectSpread2(_objectSpread2({}, originOption), {}, {
2231
+ var option = _objectSpread2$1(_objectSpread2$1({}, originOption), {}, {
2232
2232
  styles: styles
2233
2233
  });
2234
2234
 
@@ -2367,13 +2367,13 @@ function normalizeAttrs() {
2367
2367
  }
2368
2368
  function generate$1(node, key, rootProps) {
2369
2369
  if (!rootProps) {
2370
- return /*#__PURE__*/React__default.createElement(node.tag, _objectSpread2({
2370
+ return /*#__PURE__*/React__default.createElement(node.tag, _objectSpread2$1({
2371
2371
  key: key
2372
2372
  }, normalizeAttrs(node.attrs)), (node.children || []).map(function (child, index) {
2373
2373
  return generate$1(child, "".concat(key, "-").concat(node.tag, "-").concat(index));
2374
2374
  }));
2375
2375
  }
2376
- return /*#__PURE__*/React__default.createElement(node.tag, _objectSpread2(_objectSpread2({
2376
+ return /*#__PURE__*/React__default.createElement(node.tag, _objectSpread2$1(_objectSpread2$1({
2377
2377
  key: key
2378
2378
  }, normalizeAttrs(node.attrs)), rootProps), (node.children || []).map(function (child, index) {
2379
2379
  return generate$1(child, "".concat(key, "-").concat(node.tag, "-").concat(index));
@@ -2423,7 +2423,7 @@ function setTwoToneColors(_ref) {
2423
2423
  twoToneColorPalette.calculated = !!secondaryColor;
2424
2424
  }
2425
2425
  function getTwoToneColors() {
2426
- return _objectSpread2({}, twoToneColorPalette);
2426
+ return _objectSpread2$1({}, twoToneColorPalette);
2427
2427
  }
2428
2428
  var IconBase = function IconBase(props) {
2429
2429
  var icon = props.icon,
@@ -2448,11 +2448,11 @@ var IconBase = function IconBase(props) {
2448
2448
  }
2449
2449
  var target = icon;
2450
2450
  if (target && typeof target.icon === 'function') {
2451
- target = _objectSpread2(_objectSpread2({}, target), {}, {
2451
+ target = _objectSpread2$1(_objectSpread2$1({}, target), {}, {
2452
2452
  icon: target.icon(colors.primaryColor, colors.secondaryColor)
2453
2453
  });
2454
2454
  }
2455
- return generate$1(target.icon, "svg-".concat(target.name), _objectSpread2(_objectSpread2({
2455
+ return generate$1(target.icon, "svg-".concat(target.name), _objectSpread2$1(_objectSpread2$1({
2456
2456
  className: className,
2457
2457
  onClick: onClick,
2458
2458
  style: style,
@@ -9001,7 +9001,7 @@ function _classCallCheck$4(a, n) {
9001
9001
  function _defineProperties$2(e, r) {
9002
9002
  for (var t = 0; t < r.length; t++) {
9003
9003
  var o = r[t];
9004
- o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, toPropertyKey(o.key), o);
9004
+ o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, toPropertyKey$1(o.key), o);
9005
9005
  }
9006
9006
  }
9007
9007
  function _createClass$4(e, r, t) {
@@ -9154,7 +9154,7 @@ function SingleObserver(props, ref) {
9154
9154
  // IE is strange, right?
9155
9155
  var mergedOffsetWidth = offsetWidth === Math.round(width) ? width : offsetWidth;
9156
9156
  var mergedOffsetHeight = offsetHeight === Math.round(height) ? height : offsetHeight;
9157
- var sizeInfo = _objectSpread2(_objectSpread2({}, size), {}, {
9157
+ var sizeInfo = _objectSpread2$1(_objectSpread2$1({}, size), {}, {
9158
9158
  offsetWidth: mergedOffsetWidth,
9159
9159
  offsetHeight: mergedOffsetHeight
9160
9160
  });
@@ -9755,7 +9755,7 @@ function toStyleStr(style, tokenKey, styleId) {
9755
9755
  if (plain) {
9756
9756
  return style;
9757
9757
  }
9758
- var attrs = _objectSpread2(_objectSpread2({}, customizeAttrs), {}, _defineProperty$1(_defineProperty$1({}, ATTR_TOKEN, tokenKey), ATTR_MARK, styleId));
9758
+ var attrs = _objectSpread2$1(_objectSpread2$1({}, customizeAttrs), {}, _defineProperty$1(_defineProperty$1({}, ATTR_TOKEN, tokenKey), ATTR_MARK, styleId));
9759
9759
  var attrStr = Object.keys(attrs).map(function (attr) {
9760
9760
  var val = attrs[attr];
9761
9761
  return val ? "".concat(attr, "=\"").concat(val, "\"") : null;
@@ -9830,7 +9830,7 @@ var useLayoutUpdateEffect = function useLayoutUpdateEffect(callback, deps) {
9830
9830
 
9831
9831
  // We need fully clone React function here
9832
9832
  // to avoid webpack warning React 17 do not export `useId`
9833
- var fullClone$3 = _objectSpread2({}, React);
9833
+ var fullClone$3 = _objectSpread2$1({}, React);
9834
9834
  var useInsertionEffect$1 = fullClone$3.useInsertionEffect;
9835
9835
  /**
9836
9836
  * Polyfill `useInsertionEffect` for React < 18
@@ -9857,7 +9857,7 @@ var useCompatibleInsertionEffect = useInsertionEffect$1 ? function (renderEffect
9857
9857
  }, deps);
9858
9858
  } : useInsertionEffectPolyfill;
9859
9859
 
9860
- var fullClone$2 = _objectSpread2({}, React);
9860
+ var fullClone$2 = _objectSpread2$1({}, React);
9861
9861
  var useInsertionEffect = fullClone$2.useInsertionEffect;
9862
9862
 
9863
9863
  // DO NOT register functions in useEffect cleanup function, or functions that registered will never be called.
@@ -10052,7 +10052,7 @@ var getComputedToken$1 = function getComputedToken(originToken, overrideToken, t
10052
10052
  var derivativeToken = theme.getDerivativeToken(originToken);
10053
10053
 
10054
10054
  // Merge with override
10055
- var mergedDerivativeToken = _objectSpread2(_objectSpread2({}, derivativeToken), overrideToken);
10055
+ var mergedDerivativeToken = _objectSpread2$1(_objectSpread2$1({}, derivativeToken), overrideToken);
10056
10056
 
10057
10057
  // Format if needed
10058
10058
  if (format) {
@@ -10093,7 +10093,7 @@ function useCacheToken(theme, tokens) {
10093
10093
  var mergedDerivativeToken = compute ? compute(mergedToken, override, theme) : getComputedToken$1(mergedToken, override, theme, formatToken);
10094
10094
 
10095
10095
  // Replace token value with css variables
10096
- var actualToken = _objectSpread2({}, mergedDerivativeToken);
10096
+ var actualToken = _objectSpread2$1({}, mergedDerivativeToken);
10097
10097
  var cssVarsStr = '';
10098
10098
  if (!!cssVar) {
10099
10099
  var _transformToken = transformToken(mergedDerivativeToken, cssVar.key, {
@@ -10963,7 +10963,7 @@ var parseStyle$1 = function parseStyle(interpolation) {
10963
10963
  _parseStyle4 = _slicedToArray$2(_parseStyle3, 2),
10964
10964
  _parsedStr2 = _parseStyle4[0],
10965
10965
  childEffectStyle = _parseStyle4[1];
10966
- effectStyle = _objectSpread2(_objectSpread2({}, effectStyle), childEffectStyle);
10966
+ effectStyle = _objectSpread2$1(_objectSpread2$1({}, effectStyle), childEffectStyle);
10967
10967
  styleStr += "".concat(mergedKey).concat(_parsedStr2);
10968
10968
  } else {
10969
10969
  var _value;
@@ -11145,7 +11145,7 @@ function useStyleRegister(info, styleFn) {
11145
11145
  // ================= Inject Layer Style =================
11146
11146
  // Inject layer style
11147
11147
  effectLayerKeys.forEach(function (effectKey) {
11148
- updateCSS(normalizeStyle(effectStyle[effectKey]), "_layer-".concat(effectKey), _objectSpread2(_objectSpread2({}, mergedCSSConfig), {}, {
11148
+ updateCSS(normalizeStyle(effectStyle[effectKey]), "_layer-".concat(effectKey), _objectSpread2$1(_objectSpread2$1({}, mergedCSSConfig), {}, {
11149
11149
  prepend: true
11150
11150
  }));
11151
11151
  });
@@ -11422,7 +11422,7 @@ function internalSet(entity, paths, value, removeIfUndefined) {
11422
11422
  } else if (Array.isArray(entity)) {
11423
11423
  clone = _toConsumableArray(entity);
11424
11424
  } else {
11425
- clone = _objectSpread2({}, entity);
11425
+ clone = _objectSpread2$1({}, entity);
11426
11426
  }
11427
11427
 
11428
11428
  // Delete prop if `removeIfUndefined` and value is undefined
@@ -11537,7 +11537,7 @@ const devUseWarning = component => {
11537
11537
  // to import whole `rc-field-form`
11538
11538
  var ValidateMessagesContext = /*#__PURE__*/createContext$1(undefined);
11539
11539
 
11540
- var locale$4 = {
11540
+ var locale$8 = {
11541
11541
  // Options
11542
11542
  items_per_page: '/ page',
11543
11543
  jump_to: 'Go to',
@@ -11560,7 +11560,7 @@ var commonLocale = {
11560
11560
  monthBeforeYear: true
11561
11561
  };
11562
11562
 
11563
- var locale$3 = _objectSpread2(_objectSpread2({}, commonLocale), {}, {
11563
+ var locale$7 = _objectSpread2$1(_objectSpread2$1({}, commonLocale), {}, {
11564
11564
  locale: 'en_US',
11565
11565
  today: 'Today',
11566
11566
  now: 'Now',
@@ -11587,13 +11587,13 @@ var locale$3 = _objectSpread2(_objectSpread2({}, commonLocale), {}, {
11587
11587
  nextCentury: 'Next century'
11588
11588
  });
11589
11589
 
11590
- const locale$2 = {
11590
+ const locale$6 = {
11591
11591
  placeholder: 'Select time',
11592
11592
  rangePlaceholder: ['Start time', 'End time']
11593
11593
  };
11594
11594
 
11595
11595
  // Merge into a locale object
11596
- const locale$1 = {
11596
+ const locale$5 = {
11597
11597
  lang: Object.assign({
11598
11598
  placeholder: 'Select date',
11599
11599
  yearPlaceholder: 'Select year',
@@ -11605,17 +11605,17 @@ const locale$1 = {
11605
11605
  rangeQuarterPlaceholder: ['Start quarter', 'End quarter'],
11606
11606
  rangeMonthPlaceholder: ['Start month', 'End month'],
11607
11607
  rangeWeekPlaceholder: ['Start week', 'End week']
11608
- }, locale$3),
11609
- timePickerLocale: Object.assign({}, locale$2)
11608
+ }, locale$7),
11609
+ timePickerLocale: Object.assign({}, locale$6)
11610
11610
  };
11611
11611
 
11612
- const typeTemplate$1 = '${label} is not a valid ${type}';
11613
- const localeValues = {
11612
+ const typeTemplate$2 = '${label} is not a valid ${type}';
11613
+ const localeValues$1 = {
11614
11614
  locale: 'en',
11615
- Pagination: locale$4,
11616
- DatePicker: locale$1,
11617
- TimePicker: locale$2,
11618
- Calendar: locale$1,
11615
+ Pagination: locale$8,
11616
+ DatePicker: locale$5,
11617
+ TimePicker: locale$6,
11618
+ Calendar: locale$5,
11619
11619
  global: {
11620
11620
  placeholder: 'Please select'
11621
11621
  },
@@ -11698,19 +11698,19 @@ const localeValues = {
11698
11698
  invalid: '${label} is an invalid date'
11699
11699
  },
11700
11700
  types: {
11701
- string: typeTemplate$1,
11702
- method: typeTemplate$1,
11703
- array: typeTemplate$1,
11704
- object: typeTemplate$1,
11705
- number: typeTemplate$1,
11706
- date: typeTemplate$1,
11707
- boolean: typeTemplate$1,
11708
- integer: typeTemplate$1,
11709
- float: typeTemplate$1,
11710
- regexp: typeTemplate$1,
11711
- email: typeTemplate$1,
11712
- url: typeTemplate$1,
11713
- hex: typeTemplate$1
11701
+ string: typeTemplate$2,
11702
+ method: typeTemplate$2,
11703
+ array: typeTemplate$2,
11704
+ object: typeTemplate$2,
11705
+ number: typeTemplate$2,
11706
+ date: typeTemplate$2,
11707
+ boolean: typeTemplate$2,
11708
+ integer: typeTemplate$2,
11709
+ float: typeTemplate$2,
11710
+ regexp: typeTemplate$2,
11711
+ email: typeTemplate$2,
11712
+ url: typeTemplate$2,
11713
+ hex: typeTemplate$2
11714
11714
  },
11715
11715
  string: {
11716
11716
  len: '${label} must be ${len} characters',
@@ -11751,9 +11751,9 @@ const localeValues = {
11751
11751
  }
11752
11752
  };
11753
11753
 
11754
- let runtimeLocale = Object.assign({}, localeValues.Modal);
11754
+ let runtimeLocale = Object.assign({}, localeValues$1.Modal);
11755
11755
  let localeList = [];
11756
- const generateLocale = () => localeList.reduce((merged, locale) => Object.assign(Object.assign({}, merged), locale), localeValues.Modal);
11756
+ const generateLocale = () => localeList.reduce((merged, locale) => Object.assign(Object.assign({}, merged), locale), localeValues$1.Modal);
11757
11757
  function changeConfirmLocale(newLocale) {
11758
11758
  if (newLocale) {
11759
11759
  const cloneLocale = Object.assign({}, newLocale);
@@ -11764,7 +11764,7 @@ function changeConfirmLocale(newLocale) {
11764
11764
  runtimeLocale = generateLocale();
11765
11765
  };
11766
11766
  }
11767
- runtimeLocale = Object.assign({}, localeValues.Modal);
11767
+ runtimeLocale = Object.assign({}, localeValues$1.Modal);
11768
11768
  }
11769
11769
  function getConfirmLocale() {
11770
11770
  return runtimeLocale;
@@ -11776,7 +11776,7 @@ const useLocale$1 = (componentName, defaultLocale) => {
11776
11776
  const fullLocale = React.useContext(LocaleContext);
11777
11777
  const getLocale = React.useMemo(() => {
11778
11778
  var _a;
11779
- const locale = defaultLocale || localeValues[componentName];
11779
+ const locale = defaultLocale || localeValues$1[componentName];
11780
11780
  const localeFromContext = (_a = fullLocale === null || fullLocale === void 0 ? void 0 : fullLocale[componentName]) !== null && _a !== void 0 ? _a : {};
11781
11781
  return Object.assign(Object.assign({}, typeof locale === 'function' ? locale() : locale), localeFromContext || {});
11782
11782
  }, [componentName, defaultLocale, fullLocale]);
@@ -11784,7 +11784,7 @@ const useLocale$1 = (componentName, defaultLocale) => {
11784
11784
  const localeCode = fullLocale === null || fullLocale === void 0 ? void 0 : fullLocale.locale;
11785
11785
  // Had use LocaleProvide but didn't set locale
11786
11786
  if ((fullLocale === null || fullLocale === void 0 ? void 0 : fullLocale.exist) && !localeCode) {
11787
- return localeValues.locale;
11787
+ return localeValues$1.locale;
11788
11788
  }
11789
11789
  return localeCode;
11790
11790
  }, [fullLocale]);
@@ -12614,7 +12614,7 @@ function useMergedState(defaultStateValue, option) {
12614
12614
  }
12615
12615
 
12616
12616
  function getComponentToken(component, token, defaultToken, options) {
12617
- var customToken = _objectSpread2({}, token[component]);
12617
+ var customToken = _objectSpread2$1({}, token[component]);
12618
12618
  if (options !== null && options !== void 0 && options.deprecatedTokens) {
12619
12619
  var deprecatedTokens = options.deprecatedTokens;
12620
12620
  deprecatedTokens.forEach(function (_ref) {
@@ -12632,7 +12632,7 @@ function getComponentToken(component, token, defaultToken, options) {
12632
12632
  }
12633
12633
  });
12634
12634
  }
12635
- var mergedToken = _objectSpread2(_objectSpread2({}, defaultToken), customToken);
12635
+ var mergedToken = _objectSpread2$1(_objectSpread2$1({}, defaultToken), customToken);
12636
12636
 
12637
12637
  // Remove same value as global token to minimize size
12638
12638
  Object.keys(mergedToken).forEach(function (key) {
@@ -12700,7 +12700,7 @@ var statisticToken = function statisticToken(token) {
12700
12700
  var _statistic$componentN;
12701
12701
  statistic[componentName] = {
12702
12702
  global: Array.from(tokenKeys),
12703
- component: _objectSpread2(_objectSpread2({}, (_statistic$componentN = statistic[componentName]) === null || _statistic$componentN === void 0 ? void 0 : _statistic$componentN.component), componentToken)
12703
+ component: _objectSpread2$1(_objectSpread2$1({}, (_statistic$componentN = statistic[componentName]) === null || _statistic$componentN === void 0 ? void 0 : _statistic$componentN.component), componentToken)
12704
12704
  };
12705
12705
  };
12706
12706
  }
@@ -12866,13 +12866,13 @@ function genStyleUtils(config) {
12866
12866
  // Fill unitless
12867
12867
  var originUnitless = (options === null || options === void 0 ? void 0 : options.unitless) || {};
12868
12868
  var originCompUnitless = typeof getCompUnitless === 'function' ? getCompUnitless(component) : {};
12869
- var compUnitless = _objectSpread2(_objectSpread2({}, originCompUnitless), {}, _defineProperty$1({}, prefixToken('zIndexPopup'), true));
12869
+ var compUnitless = _objectSpread2$1(_objectSpread2$1({}, originCompUnitless), {}, _defineProperty$1({}, prefixToken('zIndexPopup'), true));
12870
12870
  Object.keys(originUnitless).forEach(function (key) {
12871
12871
  compUnitless[prefixToken(key)] = originUnitless[key];
12872
12872
  });
12873
12873
 
12874
12874
  // Options
12875
- var mergedOptions = _objectSpread2(_objectSpread2({}, options), {}, {
12875
+ var mergedOptions = _objectSpread2$1(_objectSpread2$1({}, options), {}, {
12876
12876
  unitless: compUnitless,
12877
12877
  prefixToken: prefixToken
12878
12878
  });
@@ -12995,13 +12995,13 @@ function genStyleUtils(config) {
12995
12995
  };
12996
12996
 
12997
12997
  // Generate style for all need reset tags.
12998
- useStyleRegister(_objectSpread2(_objectSpread2({}, sharedConfig), {}, {
12998
+ useStyleRegister(_objectSpread2$1(_objectSpread2$1({}, sharedConfig), {}, {
12999
12999
  clientOnly: false,
13000
13000
  path: ['Shared', rootPrefixCls]
13001
13001
  }), function () {
13002
13002
  return typeof getResetStyles === 'function' ? getResetStyles(token) : [];
13003
13003
  });
13004
- var wrapSSR = useStyleRegister(_objectSpread2(_objectSpread2({}, sharedConfig), {}, {
13004
+ var wrapSSR = useStyleRegister(_objectSpread2$1(_objectSpread2$1({}, sharedConfig), {}, {
13005
13005
  path: [concatComponent, prefixCls, iconPrefixCls]
13006
13006
  }), function () {
13007
13007
  if (options.injectStyle === false) {
@@ -13046,7 +13046,7 @@ function genStyleUtils(config) {
13046
13046
  }
13047
13047
  function genSubStyleComponent(componentName, styleFn, getDefaultToken) {
13048
13048
  var options = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : {};
13049
- var useStyle = genComponentStyleHook(componentName, styleFn, getDefaultToken, _objectSpread2({
13049
+ var useStyle = genComponentStyleHook(componentName, styleFn, getDefaultToken, _objectSpread2$1({
13050
13050
  resetStyle: false,
13051
13051
  // Sub Style should default after root one
13052
13052
  order: -998
@@ -14140,7 +14140,7 @@ function useStatus$1(supportMotion, visible, getElement, _ref) {
14140
14140
  // ============================ Styles ============================
14141
14141
  var mergedStyle = style;
14142
14142
  if (eventHandlers[STEP_PREPARE] && step === STEP_START) {
14143
- mergedStyle = _objectSpread2({
14143
+ mergedStyle = _objectSpread2$1({
14144
14144
  transition: 'none'
14145
14145
  }, mergedStyle);
14146
14146
  }
@@ -14211,7 +14211,7 @@ function genCSSMotion(config) {
14211
14211
 
14212
14212
  // ===================== Render =====================
14213
14213
  var motionChildren;
14214
- var mergedProps = _objectSpread2(_objectSpread2({}, eventProps), {}, {
14214
+ var mergedProps = _objectSpread2$1(_objectSpread2$1({}, eventProps), {}, {
14215
14215
  visible: visible
14216
14216
  });
14217
14217
  if (!children) {
@@ -14220,13 +14220,13 @@ function genCSSMotion(config) {
14220
14220
  } else if (status === STATUS_NONE) {
14221
14221
  // Stable children
14222
14222
  if (mergedVisible) {
14223
- motionChildren = children(_objectSpread2({}, mergedProps), setNodeRef);
14223
+ motionChildren = children(_objectSpread2$1({}, mergedProps), setNodeRef);
14224
14224
  } else if (!removeOnLeave && renderedRef.current && leavedClassName) {
14225
- motionChildren = children(_objectSpread2(_objectSpread2({}, mergedProps), {}, {
14225
+ motionChildren = children(_objectSpread2$1(_objectSpread2$1({}, mergedProps), {}, {
14226
14226
  className: leavedClassName
14227
14227
  }), setNodeRef);
14228
14228
  } else if (forceRender || !removeOnLeave && !leavedClassName) {
14229
- motionChildren = children(_objectSpread2(_objectSpread2({}, mergedProps), {}, {
14229
+ motionChildren = children(_objectSpread2$1(_objectSpread2$1({}, mergedProps), {}, {
14230
14230
  style: {
14231
14231
  display: 'none'
14232
14232
  }
@@ -14245,7 +14245,7 @@ function genCSSMotion(config) {
14245
14245
  statusSuffix = 'start';
14246
14246
  }
14247
14247
  var motionCls = getTransitionName$1(motionName, "".concat(status, "-").concat(statusSuffix));
14248
- motionChildren = children(_objectSpread2(_objectSpread2({}, mergedProps), {}, {
14248
+ motionChildren = children(_objectSpread2$1(_objectSpread2$1({}, mergedProps), {}, {
14249
14249
  className: classNames(getTransitionName$1(motionName, status), _defineProperty$1(_defineProperty$1({}, motionCls, motionCls && statusSuffix), motionName, typeof motionName === 'string')),
14250
14250
  style: statusStyle
14251
14251
  }), setNodeRef);
@@ -14283,7 +14283,7 @@ function wrapKeyToObject(key) {
14283
14283
  key: key
14284
14284
  };
14285
14285
  }
14286
- return _objectSpread2(_objectSpread2({}, keyObj), {}, {
14286
+ return _objectSpread2$1(_objectSpread2$1({}, keyObj), {}, {
14287
14287
  key: String(keyObj.key)
14288
14288
  });
14289
14289
  }
@@ -14309,13 +14309,13 @@ function diffKeys() {
14309
14309
  // New added keys should add before current key
14310
14310
  if (currentIndex < i) {
14311
14311
  list = list.concat(currentKeyObjects.slice(currentIndex, i).map(function (obj) {
14312
- return _objectSpread2(_objectSpread2({}, obj), {}, {
14312
+ return _objectSpread2$1(_objectSpread2$1({}, obj), {}, {
14313
14313
  status: STATUS_ADD
14314
14314
  });
14315
14315
  }));
14316
14316
  currentIndex = i;
14317
14317
  }
14318
- list.push(_objectSpread2(_objectSpread2({}, currentKeyObj), {}, {
14318
+ list.push(_objectSpread2$1(_objectSpread2$1({}, currentKeyObj), {}, {
14319
14319
  status: STATUS_KEEP
14320
14320
  }));
14321
14321
  currentIndex += 1;
@@ -14326,7 +14326,7 @@ function diffKeys() {
14326
14326
 
14327
14327
  // If not hit, it means key is removed
14328
14328
  if (!hit) {
14329
- list.push(_objectSpread2(_objectSpread2({}, keyObj), {}, {
14329
+ list.push(_objectSpread2$1(_objectSpread2$1({}, keyObj), {}, {
14330
14330
  status: STATUS_REMOVE
14331
14331
  }));
14332
14332
  }
@@ -14335,7 +14335,7 @@ function diffKeys() {
14335
14335
  // Add rest to the list
14336
14336
  if (currentIndex < currentLen) {
14337
14337
  list = list.concat(currentKeyObjects.slice(currentIndex).map(function (obj) {
14338
- return _objectSpread2(_objectSpread2({}, obj), {}, {
14338
+ return _objectSpread2$1(_objectSpread2$1({}, obj), {}, {
14339
14339
  status: STATUS_ADD
14340
14340
  });
14341
14341
  }));
@@ -14400,7 +14400,7 @@ function genCSSMotionList(transitionSupport) {
14400
14400
  _this.setState(function (prevState) {
14401
14401
  var nextKeyEntities = prevState.keyEntities.map(function (entity) {
14402
14402
  if (entity.key !== removeKey) return entity;
14403
- return _objectSpread2(_objectSpread2({}, entity), {}, {
14403
+ return _objectSpread2$1(_objectSpread2$1({}, entity), {}, {
14404
14404
  status: STATUS_REMOVED
14405
14405
  });
14406
14406
  });
@@ -14455,7 +14455,7 @@ function genCSSMotionList(transitionSupport) {
14455
14455
  }
14456
14456
  }
14457
14457
  }), function (props, ref) {
14458
- return children(_objectSpread2(_objectSpread2({}, props), {}, {
14458
+ return children(_objectSpread2$1(_objectSpread2$1({}, props), {}, {
14459
14459
  index: index
14460
14460
  }), ref);
14461
14461
  });
@@ -14813,7 +14813,7 @@ const ProviderChildren = props => {
14813
14813
  }), children);
14814
14814
  const validateMessages = React.useMemo(() => {
14815
14815
  var _a, _b, _c, _d;
14816
- return merge$3(((_a = localeValues.Form) === null || _a === void 0 ? void 0 : _a.defaultValidateMessages) || {}, ((_c = (_b = memoedConfig.locale) === null || _b === void 0 ? void 0 : _b.Form) === null || _c === void 0 ? void 0 : _c.defaultValidateMessages) || {}, ((_d = memoedConfig.form) === null || _d === void 0 ? void 0 : _d.validateMessages) || {}, (form === null || form === void 0 ? void 0 : form.validateMessages) || {});
14816
+ return merge$3(((_a = localeValues$1.Form) === null || _a === void 0 ? void 0 : _a.defaultValidateMessages) || {}, ((_c = (_b = memoedConfig.locale) === null || _b === void 0 ? void 0 : _b.Form) === null || _c === void 0 ? void 0 : _c.defaultValidateMessages) || {}, ((_d = memoedConfig.form) === null || _d === void 0 ? void 0 : _d.validateMessages) || {}, (form === null || form === void 0 ? void 0 : form.validateMessages) || {});
14817
14817
  }, [memoedConfig, form === null || form === void 0 ? void 0 : form.validateMessages]);
14818
14818
  if (Object.keys(validateMessages).length > 0) {
14819
14819
  childNode = /*#__PURE__*/React.createElement(ValidateMessagesContext.Provider, {
@@ -14946,7 +14946,7 @@ function pickAttrs(props) {
14946
14946
  aria: true
14947
14947
  };
14948
14948
  } else {
14949
- mergedConfig = _objectSpread2({}, ariaOnly);
14949
+ mergedConfig = _objectSpread2$1({}, ariaOnly);
14950
14950
  }
14951
14951
  var attrs = {};
14952
14952
  Object.keys(props).forEach(function (key) {
@@ -15882,7 +15882,7 @@ var NoticeList = function NoticeList(props) {
15882
15882
  return /*#__PURE__*/React__default.createElement("div", {
15883
15883
  ref: nodeRef,
15884
15884
  className: classNames("".concat(prefixCls, "-notice-wrapper"), motionClassName, configClassNames === null || configClassNames === void 0 ? void 0 : configClassNames.wrapper),
15885
- style: _objectSpread2(_objectSpread2(_objectSpread2({}, motionStyle), stackStyle), configStyles === null || configStyles === void 0 ? void 0 : configStyles.wrapper),
15885
+ style: _objectSpread2$1(_objectSpread2$1(_objectSpread2$1({}, motionStyle), stackStyle), configStyles === null || configStyles === void 0 ? void 0 : configStyles.wrapper),
15886
15886
  onMouseEnter: function onMouseEnter() {
15887
15887
  return setHoverKeys(function (prev) {
15888
15888
  return prev.includes(strKey) ? prev : [].concat(_toConsumableArray(prev), [strKey]);
@@ -15963,7 +15963,7 @@ var Notifications = /*#__PURE__*/React.forwardRef(function (props, ref) {
15963
15963
  var index = clone.findIndex(function (item) {
15964
15964
  return item.key === config.key;
15965
15965
  });
15966
- var innerConfig = _objectSpread2({}, config);
15966
+ var innerConfig = _objectSpread2$1({}, config);
15967
15967
  if (index >= 0) {
15968
15968
  var _list$index;
15969
15969
  innerConfig.times = (((_list$index = list[index]) === null || _list$index === void 0 ? void 0 : _list$index.times) || 0) + 1;
@@ -16013,7 +16013,7 @@ var Notifications = /*#__PURE__*/React.forwardRef(function (props, ref) {
16013
16013
  // Clean up container if all notices fade out
16014
16014
  var onAllNoticeRemoved = function onAllNoticeRemoved(placement) {
16015
16015
  setPlacements(function (originPlacements) {
16016
- var clone = _objectSpread2({}, originPlacements);
16016
+ var clone = _objectSpread2$1({}, originPlacements);
16017
16017
  var list = clone[placement] || [];
16018
16018
  if (!list.length) {
16019
16019
  delete clone[placement];
@@ -17044,7 +17044,7 @@ function _asyncToGenerator(n) {
17044
17044
  }
17045
17045
 
17046
17046
  // Let compiler not to search module usage
17047
- var fullClone = _objectSpread2({}, ReactDOM);
17047
+ var fullClone = _objectSpread2$1({}, ReactDOM);
17048
17048
  var version = fullClone.version,
17049
17049
  reactRender = fullClone.render,
17050
17050
  unmountComponentAtNode = fullClone.unmountComponentAtNode;
@@ -18467,7 +18467,7 @@ var convertHsb2Hsv = function convertHsb2Hsv(color) {
18467
18467
  var _ref = color,
18468
18468
  b = _ref.b,
18469
18469
  resets = _objectWithoutProperties(_ref, _excluded$W);
18470
- return _objectSpread2(_objectSpread2({}, resets), {}, {
18470
+ return _objectSpread2$1(_objectSpread2$1({}, resets), {}, {
18471
18471
  v: b
18472
18472
  });
18473
18473
  }
@@ -18501,7 +18501,7 @@ var Color$2 = /*#__PURE__*/function (_FastColor) {
18501
18501
  var _this$toHsv = this.toHsv(),
18502
18502
  v = _this$toHsv.v,
18503
18503
  resets = _objectWithoutProperties(_this$toHsv, _excluded2$c);
18504
- return _objectSpread2(_objectSpread2({}, resets), {}, {
18504
+ return _objectSpread2$1(_objectSpread2$1({}, resets), {}, {
18505
18505
  b: v,
18506
18506
  a: this.a
18507
18507
  });
@@ -18540,11 +18540,11 @@ var calculateColor = function calculateColor(props) {
18540
18540
  if (type) {
18541
18541
  switch (type) {
18542
18542
  case 'hue':
18543
- return generateColor(_objectSpread2(_objectSpread2({}, hsb), {}, {
18543
+ return generateColor(_objectSpread2$1(_objectSpread2$1({}, hsb), {}, {
18544
18544
  h: hueOffset <= 0 ? 0 : hueOffset
18545
18545
  }));
18546
18546
  case 'alpha':
18547
- return generateColor(_objectSpread2(_objectSpread2({}, hsb), {}, {
18547
+ return generateColor(_objectSpread2$1(_objectSpread2$1({}, hsb), {}, {
18548
18548
  a: alphaOffset <= 0 ? 0 : alphaOffset
18549
18549
  }));
18550
18550
  }
@@ -18718,7 +18718,7 @@ var Palette = function Palette(_ref) {
18718
18718
  prefixCls = _ref.prefixCls;
18719
18719
  return /*#__PURE__*/React__default.createElement("div", {
18720
18720
  className: "".concat(prefixCls, "-palette"),
18721
- style: _objectSpread2({
18721
+ style: _objectSpread2$1({
18722
18722
  position: 'relative'
18723
18723
  }, style)
18724
18724
  }, children);
@@ -21721,7 +21721,7 @@ var RefContext = /*#__PURE__*/React.createContext({});
21721
21721
 
21722
21722
  function getUseId() {
21723
21723
  // We need fully clone React function here to avoid webpack warning React 17 do not export `useId`
21724
- var fullClone = _objectSpread2({}, React);
21724
+ var fullClone = _objectSpread2$1({}, React);
21725
21725
  return fullClone.useId;
21726
21726
  }
21727
21727
  var uuid$4 = 0;
@@ -21876,11 +21876,11 @@ var Panel$2 = /*#__PURE__*/React__default.forwardRef(function (props, ref) {
21876
21876
  // ================================ Render ================================
21877
21877
  var footerNode = footer ? /*#__PURE__*/React__default.createElement("div", {
21878
21878
  className: classNames("".concat(prefixCls, "-footer"), modalClassNames === null || modalClassNames === void 0 ? void 0 : modalClassNames.footer),
21879
- style: _objectSpread2({}, modalStyles === null || modalStyles === void 0 ? void 0 : modalStyles.footer)
21879
+ style: _objectSpread2$1({}, modalStyles === null || modalStyles === void 0 ? void 0 : modalStyles.footer)
21880
21880
  }, footer) : null;
21881
21881
  var headerNode = title ? /*#__PURE__*/React__default.createElement("div", {
21882
21882
  className: classNames("".concat(prefixCls, "-header"), modalClassNames === null || modalClassNames === void 0 ? void 0 : modalClassNames.header),
21883
- style: _objectSpread2({}, modalStyles === null || modalStyles === void 0 ? void 0 : modalStyles.header)
21883
+ style: _objectSpread2$1({}, modalStyles === null || modalStyles === void 0 ? void 0 : modalStyles.header)
21884
21884
  }, /*#__PURE__*/React__default.createElement("div", {
21885
21885
  className: "".concat(prefixCls, "-title"),
21886
21886
  id: ariaId
@@ -21913,7 +21913,7 @@ var Panel$2 = /*#__PURE__*/React__default.forwardRef(function (props, ref) {
21913
21913
  style: modalStyles === null || modalStyles === void 0 ? void 0 : modalStyles.content
21914
21914
  }, closerNode, headerNode, /*#__PURE__*/React__default.createElement("div", _extends$y({
21915
21915
  className: classNames("".concat(prefixCls, "-body"), modalClassNames === null || modalClassNames === void 0 ? void 0 : modalClassNames.body),
21916
- style: _objectSpread2(_objectSpread2({}, bodyStyle), modalStyles === null || modalStyles === void 0 ? void 0 : modalStyles.body)
21916
+ style: _objectSpread2$1(_objectSpread2$1({}, bodyStyle), modalStyles === null || modalStyles === void 0 ? void 0 : modalStyles.body)
21917
21917
  }, bodyProps), children), footerNode);
21918
21918
  return /*#__PURE__*/React__default.createElement("div", {
21919
21919
  key: "dialog-element",
@@ -21921,7 +21921,7 @@ var Panel$2 = /*#__PURE__*/React__default.forwardRef(function (props, ref) {
21921
21921
  "aria-labelledby": title ? ariaId : null,
21922
21922
  "aria-modal": "true",
21923
21923
  ref: mergedRef,
21924
- style: _objectSpread2(_objectSpread2({}, style), contentStyle),
21924
+ style: _objectSpread2$1(_objectSpread2$1({}, style), contentStyle),
21925
21925
  className: classNames(prefixCls, className),
21926
21926
  onMouseDown: onMouseDown,
21927
21927
  onMouseUp: onMouseUp
@@ -21988,7 +21988,7 @@ var Content$1 = /*#__PURE__*/React.forwardRef(function (props, ref) {
21988
21988
  ariaId: ariaId,
21989
21989
  prefixCls: prefixCls,
21990
21990
  holderRef: motionRef,
21991
- style: _objectSpread2(_objectSpread2(_objectSpread2({}, motionStyle), style), contentStyle),
21991
+ style: _objectSpread2$1(_objectSpread2$1(_objectSpread2$1({}, motionStyle), style), contentStyle),
21992
21992
  className: classNames(className, motionClassName)
21993
21993
  }));
21994
21994
  });
@@ -22012,7 +22012,7 @@ var Mask$1 = function Mask(props) {
22012
22012
  motionStyle = _ref.style;
22013
22013
  return /*#__PURE__*/React.createElement("div", _extends$y({
22014
22014
  ref: ref,
22015
- style: _objectSpread2(_objectSpread2({}, motionStyle), style),
22015
+ style: _objectSpread2$1(_objectSpread2$1({}, motionStyle), style),
22016
22016
  className: classNames("".concat(prefixCls, "-mask"), motionClassName, className)
22017
22017
  }, maskProps));
22018
22018
  });
@@ -22164,7 +22164,7 @@ var Dialog = function Dialog(props) {
22164
22164
  clearTimeout(contentTimeoutRef.current);
22165
22165
  };
22166
22166
  }, []);
22167
- var mergedStyle = _objectSpread2(_objectSpread2(_objectSpread2({
22167
+ var mergedStyle = _objectSpread2$1(_objectSpread2$1(_objectSpread2$1({
22168
22168
  zIndex: zIndex
22169
22169
  }, wrapStyle), modalStyles === null || modalStyles === void 0 ? void 0 : modalStyles.wrapper), {}, {
22170
22170
  display: !animatedVisible ? 'none' : null
@@ -22179,7 +22179,7 @@ var Dialog = function Dialog(props) {
22179
22179
  prefixCls: prefixCls,
22180
22180
  visible: mask && visible,
22181
22181
  motionName: getMotionName(prefixCls, maskTransitionName, maskAnimation),
22182
- style: _objectSpread2(_objectSpread2({
22182
+ style: _objectSpread2$1(_objectSpread2$1({
22183
22183
  zIndex: zIndex
22184
22184
  }, maskStyle), modalStyles === null || modalStyles === void 0 ? void 0 : modalStyles.mask),
22185
22185
  maskProps: maskProps,
@@ -22628,7 +22628,7 @@ function deepMerge(target, source) {
22628
22628
  if (source.hasOwnProperty(s)) {
22629
22629
  var value = source[s];
22630
22630
  if (_typeof$a(value) === 'object' && _typeof$a(target[s]) === 'object') {
22631
- target[s] = _objectSpread2(_objectSpread2({}, target[s]), value);
22631
+ target[s] = _objectSpread2$1(_objectSpread2$1({}, target[s]), value);
22632
22632
  } else {
22633
22633
  target[s] = value;
22634
22634
  }
@@ -23223,7 +23223,7 @@ var Schema = /*#__PURE__*/function () {
23223
23223
  var rule = r;
23224
23224
  if (typeof rule.transform === 'function') {
23225
23225
  if (source === source_) {
23226
- source = _objectSpread2({}, source);
23226
+ source = _objectSpread2$1({}, source);
23227
23227
  }
23228
23228
  value = source[z] = rule.transform(value);
23229
23229
  if (value !== undefined && value !== null) {
@@ -23235,7 +23235,7 @@ var Schema = /*#__PURE__*/function () {
23235
23235
  validator: rule
23236
23236
  };
23237
23237
  } else {
23238
- rule = _objectSpread2({}, rule);
23238
+ rule = _objectSpread2$1({}, rule);
23239
23239
  }
23240
23240
 
23241
23241
  // Fill validator. Skip if nothing need to validate
@@ -23262,7 +23262,7 @@ var Schema = /*#__PURE__*/function () {
23262
23262
  deep = deep && (rule.required || !rule.required && data.value);
23263
23263
  rule.field = data.field;
23264
23264
  function addFullField(key, schema) {
23265
- return _objectSpread2(_objectSpread2({}, schema), {}, {
23265
+ return _objectSpread2$1(_objectSpread2$1({}, schema), {}, {
23266
23266
  fullField: "".concat(rule.fullField, ".").concat(key),
23267
23267
  fullFields: rule.fullFields ? [].concat(_toConsumableArray(rule.fullFields), [key]) : [key]
23268
23268
  });
@@ -23303,7 +23303,7 @@ var Schema = /*#__PURE__*/function () {
23303
23303
  fieldsSchema[key] = rule.defaultField;
23304
23304
  });
23305
23305
  }
23306
- fieldsSchema = _objectSpread2(_objectSpread2({}, fieldsSchema), data.rule.fields);
23306
+ fieldsSchema = _objectSpread2$1(_objectSpread2$1({}, fieldsSchema), data.rule.fields);
23307
23307
  var paredFieldsSchema = {};
23308
23308
  Object.keys(fieldsSchema).forEach(function (field) {
23309
23309
  var fieldSchema = fieldsSchema[field];
@@ -23407,7 +23407,7 @@ _defineProperty$1(Schema, "warning", warning);
23407
23407
  _defineProperty$1(Schema, "messages", messages);
23408
23408
  _defineProperty$1(Schema, "validators", validators$2);
23409
23409
 
23410
- var typeTemplate = "'${name}' is not a valid ${type}";
23410
+ var typeTemplate$1 = "'${name}' is not a valid ${type}";
23411
23411
  var defaultValidateMessages = {
23412
23412
  default: "Validation error on field '${name}'",
23413
23413
  required: "'${name}' is required",
@@ -23419,19 +23419,19 @@ var defaultValidateMessages = {
23419
23419
  invalid: "'${name}' is invalid date"
23420
23420
  },
23421
23421
  types: {
23422
- string: typeTemplate,
23423
- method: typeTemplate,
23424
- array: typeTemplate,
23425
- object: typeTemplate,
23426
- number: typeTemplate,
23427
- date: typeTemplate,
23428
- boolean: typeTemplate,
23429
- integer: typeTemplate,
23430
- float: typeTemplate,
23431
- regexp: typeTemplate,
23432
- email: typeTemplate,
23433
- url: typeTemplate,
23434
- hex: typeTemplate
23422
+ string: typeTemplate$1,
23423
+ method: typeTemplate$1,
23424
+ array: typeTemplate$1,
23425
+ object: typeTemplate$1,
23426
+ number: typeTemplate$1,
23427
+ date: typeTemplate$1,
23428
+ boolean: typeTemplate$1,
23429
+ integer: typeTemplate$1,
23430
+ float: typeTemplate$1,
23431
+ regexp: typeTemplate$1,
23432
+ email: typeTemplate$1,
23433
+ url: typeTemplate$1,
23434
+ hex: typeTemplate$1
23435
23435
  },
23436
23436
  string: {
23437
23437
  len: "'${name}' must be exactly ${len} characters",
@@ -23486,7 +23486,7 @@ function _validateRule() {
23486
23486
  return _regeneratorRuntime$1().wrap(function _callee2$(_context2) {
23487
23487
  while (1) switch (_context2.prev = _context2.next) {
23488
23488
  case 0:
23489
- cloneRule = _objectSpread2({}, rule); // Bug of `async-validator`
23489
+ cloneRule = _objectSpread2$1({}, rule); // Bug of `async-validator`
23490
23490
  // https://github.com/react-component/field-form/issues/316
23491
23491
  // https://github.com/react-component/field-form/issues/313
23492
23492
  delete cloneRule.ruleIndex;
@@ -23519,7 +23519,7 @@ function _validateRule() {
23519
23519
  result = [];
23520
23520
  _context2.prev = 10;
23521
23521
  _context2.next = 13;
23522
- return Promise.resolve(validator.validate(_defineProperty$1({}, name, value), _objectSpread2({}, options)));
23522
+ return Promise.resolve(validator.validate(_defineProperty$1({}, name, value), _objectSpread2$1({}, options)));
23523
23523
  case 13:
23524
23524
  _context2.next = 18;
23525
23525
  break;
@@ -23554,7 +23554,7 @@ function _validateRule() {
23554
23554
  }, []));
23555
23555
  case 23:
23556
23556
  // Replace message with variables
23557
- kv = _objectSpread2(_objectSpread2({}, rule), {}, {
23557
+ kv = _objectSpread2$1(_objectSpread2$1({}, rule), {}, {
23558
23558
  name: name,
23559
23559
  enum: (rule.enum || []).join(', ')
23560
23560
  }, messageVariables);
@@ -23579,7 +23579,7 @@ function validateRules(namePath, value, rules, options, validateFirst, messageVa
23579
23579
  // Fill rule with context
23580
23580
  var filledRules = rules.map(function (currentRule, ruleIndex) {
23581
23581
  var originValidatorFunc = currentRule.validator;
23582
- var cloneRule = _objectSpread2(_objectSpread2({}, currentRule), {}, {
23582
+ var cloneRule = _objectSpread2$1(_objectSpread2$1({}, currentRule), {}, {
23583
23583
  ruleIndex: ruleIndex
23584
23584
  });
23585
23585
 
@@ -23962,7 +23962,7 @@ var Field = /*#__PURE__*/function (_React$Component) {
23962
23962
  _defineProperty$1(_assertThisInitialized$2(_this), "triggerMetaEvent", function (destroy) {
23963
23963
  var onMetaChange = _this.props.onMetaChange;
23964
23964
  if (onMetaChange) {
23965
- var _meta = _objectSpread2(_objectSpread2({}, _this.getMeta()), {}, {
23965
+ var _meta = _objectSpread2$1(_objectSpread2$1({}, _this.getMeta()), {}, {
23966
23966
  destroy: destroy
23967
23967
  });
23968
23968
  if (!isEqual$3(_this.metaCache, _meta)) {
@@ -24252,7 +24252,7 @@ var Field = /*#__PURE__*/function (_React$Component) {
24252
24252
  // Support render props
24253
24253
  if (typeof children === 'function') {
24254
24254
  var _meta2 = _this.getMeta();
24255
- return _objectSpread2(_objectSpread2({}, _this.getOnlyChild(children(_this.getControlled(), _meta2, _this.props.fieldContext))), {}, {
24255
+ return _objectSpread2$1(_objectSpread2$1({}, _this.getOnlyChild(children(_this.getControlled(), _meta2, _this.props.fieldContext))), {}, {
24256
24256
  isFunction: true
24257
24257
  });
24258
24258
  }
@@ -24306,7 +24306,7 @@ var Field = /*#__PURE__*/function (_React$Component) {
24306
24306
  warningOnce(typeof valueProps[key] !== 'function', "It's not recommended to generate dynamic function prop by `getValueProps`. Please pass it to child component directly (prop: ".concat(key, ")"));
24307
24307
  });
24308
24308
  }
24309
- var control = _objectSpread2(_objectSpread2({}, childProps), valueProps);
24309
+ var control = _objectSpread2$1(_objectSpread2$1({}, childProps), valueProps);
24310
24310
 
24311
24311
  // Add trigger
24312
24312
  control[trigger] = function () {
@@ -24478,7 +24478,7 @@ function List$4(_ref) {
24478
24478
  return [].concat(_toConsumableArray(parentPrefixName), _toConsumableArray(getNamePath(name)));
24479
24479
  }, [context.prefixName, name]);
24480
24480
  var fieldContext = React.useMemo(function () {
24481
- return _objectSpread2(_objectSpread2({}, context), {}, {
24481
+ return _objectSpread2$1(_objectSpread2$1({}, context), {}, {
24482
24482
  prefixName: prefixName
24483
24483
  });
24484
24484
  }, [context, prefixName]);
@@ -25189,7 +25189,7 @@ var FormStore = /*#__PURE__*/_createClass$4(function FormStore(forceRootUpdate)
25189
25189
  var fields = entities.map(function (field) {
25190
25190
  var namePath = field.getNamePath();
25191
25191
  var meta = field.getMeta();
25192
- var fieldData = _objectSpread2(_objectSpread2({}, meta), {}, {
25192
+ var fieldData = _objectSpread2$1(_objectSpread2$1({}, meta), {}, {
25193
25193
  name: namePath,
25194
25194
  value: _this.getFieldValue(namePath)
25195
25195
  });
@@ -25290,7 +25290,7 @@ var FormStore = /*#__PURE__*/_createClass$4(function FormStore(forceRootUpdate)
25290
25290
  });
25291
25291
  _defineProperty$1(this, "notifyObservers", function (prevStore, namePathList, info) {
25292
25292
  if (_this.subscribable) {
25293
- var mergedInfo = _objectSpread2(_objectSpread2({}, info), {}, {
25293
+ var mergedInfo = _objectSpread2$1(_objectSpread2$1({}, info), {}, {
25294
25294
  store: _this.getFieldsValue(true)
25295
25295
  });
25296
25296
  _this.getFieldEntities().forEach(function (_ref5) {
@@ -25465,8 +25465,8 @@ var FormStore = /*#__PURE__*/_createClass$4(function FormStore(forceRootUpdate)
25465
25465
 
25466
25466
  // Add field validate rule in to promise list
25467
25467
  if (!provideNameList || containsNamePath(namePathList, fieldNamePath, recursive)) {
25468
- var promise = field.validateRules(_objectSpread2({
25469
- validateMessages: _objectSpread2(_objectSpread2({}, defaultValidateMessages), _this.validateMessages)
25468
+ var promise = field.validateRules(_objectSpread2$1({
25469
+ validateMessages: _objectSpread2$1(_objectSpread2$1({}, defaultValidateMessages), _this.validateMessages)
25470
25470
  }, options));
25471
25471
 
25472
25472
  // Wrap promise with field
@@ -25604,8 +25604,8 @@ var FormProvider$1 = function FormProvider(_ref) {
25604
25604
  var formContext = React.useContext(FormContext$1);
25605
25605
  var formsRef = React.useRef({});
25606
25606
  return /*#__PURE__*/React.createElement(FormContext$1.Provider, {
25607
- value: _objectSpread2(_objectSpread2({}, formContext), {}, {
25608
- validateMessages: _objectSpread2(_objectSpread2({}, formContext.validateMessages), validateMessages),
25607
+ value: _objectSpread2$1(_objectSpread2$1({}, formContext), {}, {
25608
+ validateMessages: _objectSpread2$1(_objectSpread2$1({}, formContext.validateMessages), validateMessages),
25609
25609
  // =========================================================
25610
25610
  // = Global Form Control =
25611
25611
  // =========================================================
@@ -25629,12 +25629,12 @@ var FormProvider$1 = function FormProvider(_ref) {
25629
25629
  },
25630
25630
  registerForm: function registerForm(name, form) {
25631
25631
  if (name) {
25632
- formsRef.current = _objectSpread2(_objectSpread2({}, formsRef.current), {}, _defineProperty$1({}, name, form));
25632
+ formsRef.current = _objectSpread2$1(_objectSpread2$1({}, formsRef.current), {}, _defineProperty$1({}, name, form));
25633
25633
  }
25634
25634
  formContext.registerForm(name, form);
25635
25635
  },
25636
25636
  unregisterForm: function unregisterForm(name) {
25637
- var newForms = _objectSpread2({}, formsRef.current);
25637
+ var newForms = _objectSpread2$1({}, formsRef.current);
25638
25638
  delete newForms[name];
25639
25639
  formsRef.current = newForms;
25640
25640
  formContext.unregisterForm(name);
@@ -25680,7 +25680,7 @@ var Form$2 = function Form(_ref, ref) {
25680
25680
 
25681
25681
  // Pass ref with form instance
25682
25682
  React.useImperativeHandle(ref, function () {
25683
- return _objectSpread2(_objectSpread2({}, formInstance), {}, {
25683
+ return _objectSpread2$1(_objectSpread2$1({}, formInstance), {}, {
25684
25684
  nativeElement: nativeElementRef.current
25685
25685
  });
25686
25686
  });
@@ -25694,7 +25694,7 @@ var Form$2 = function Form(_ref, ref) {
25694
25694
  }, [formContext, formInstance, name]);
25695
25695
 
25696
25696
  // Pass props to store
25697
- setValidateMessages(_objectSpread2(_objectSpread2({}, formContext.validateMessages), validateMessages));
25697
+ setValidateMessages(_objectSpread2$1(_objectSpread2$1({}, formContext.validateMessages), validateMessages));
25698
25698
  setCallbacks({
25699
25699
  onValuesChange: onValuesChange,
25700
25700
  onFieldsChange: function onFieldsChange(changedFields) {
@@ -25752,7 +25752,7 @@ var Form$2 = function Form(_ref, ref) {
25752
25752
  prevFieldsRef.current = fields;
25753
25753
  }, [fields, formInstance]);
25754
25754
  var formContextValue = React.useMemo(function () {
25755
- return _objectSpread2(_objectSpread2({}, formInstance), {}, {
25755
+ return _objectSpread2$1(_objectSpread2$1({}, formInstance), {}, {
25756
25756
  validateTrigger: validateTrigger
25757
25757
  });
25758
25758
  }, [formInstance, validateTrigger]);
@@ -27740,7 +27740,7 @@ const HookModal = (_a, ref) => {
27740
27740
  }
27741
27741
  }));
27742
27742
  const mergedOkCancel = (_b = innerConfig.okCancel) !== null && _b !== void 0 ? _b : innerConfig.type === 'confirm';
27743
- const [contextLocale] = useLocale$1('Modal', localeValues.Modal);
27743
+ const [contextLocale] = useLocale$1('Modal', localeValues$1.Modal);
27744
27744
  return /*#__PURE__*/React.createElement(ConfirmDialogWrapper$1, Object.assign({
27745
27745
  prefixCls: prefixCls,
27746
27746
  rootPrefixCls: rootPrefixCls
@@ -28958,7 +28958,7 @@ function InternalItem$1(props, ref) {
28958
28958
  }
28959
28959
  var itemNode = /*#__PURE__*/React.createElement(Component, _extends$y({
28960
28960
  className: classNames(!invalidate && prefixCls, className),
28961
- style: _objectSpread2(_objectSpread2({}, overflowStyle), style)
28961
+ style: _objectSpread2$1(_objectSpread2$1({}, overflowStyle), style)
28962
28962
  }, overflowProps, restProps, {
28963
28963
  ref: ref
28964
28964
  }), childNode);
@@ -29275,7 +29275,7 @@ function Overflow(props, ref) {
29275
29275
  var key = getKey(item, index);
29276
29276
  return /*#__PURE__*/React.createElement(OverflowContext.Provider, {
29277
29277
  key: key,
29278
- value: _objectSpread2(_objectSpread2({}, itemSharedProps), {}, {
29278
+ value: _objectSpread2$1(_objectSpread2$1({}, itemSharedProps), {}, {
29279
29279
  order: index,
29280
29280
  item: item,
29281
29281
  itemKey: key,
@@ -29308,7 +29308,7 @@ function Overflow(props, ref) {
29308
29308
  restNode = /*#__PURE__*/React.createElement(Item$4, _extends$y({}, itemSharedProps, restContextProps), typeof mergedRenderRest === 'function' ? mergedRenderRest(omittedItems) : mergedRenderRest);
29309
29309
  } else if (renderRawRest) {
29310
29310
  restNode = /*#__PURE__*/React.createElement(OverflowContext.Provider, {
29311
- value: _objectSpread2(_objectSpread2({}, itemSharedProps), restContextProps)
29311
+ value: _objectSpread2$1(_objectSpread2$1({}, itemSharedProps), restContextProps)
29312
29312
  }, renderRawRest(omittedItems));
29313
29313
  }
29314
29314
  var overflowNode = /*#__PURE__*/React.createElement(Component, _extends$y({
@@ -29370,7 +29370,7 @@ var Input$4 = function Input(props, ref) {
29370
29370
  onOriginCompositionEnd = originProps.onCompositionEnd,
29371
29371
  style = originProps.style;
29372
29372
  warning$3(!('maxLength' in inputNode.props), "Passing 'maxLength' to input element directly may not work because input in BaseSelect is controlled.");
29373
- inputNode = /*#__PURE__*/React.cloneElement(inputNode, _objectSpread2(_objectSpread2(_objectSpread2({
29373
+ inputNode = /*#__PURE__*/React.cloneElement(inputNode, _objectSpread2$1(_objectSpread2$1(_objectSpread2$1({
29374
29374
  type: 'search'
29375
29375
  }, originProps), {}, {
29376
29376
  // Override over origin props
@@ -29393,7 +29393,7 @@ var Input$4 = function Input(props, ref) {
29393
29393
  maxLength: maxLength,
29394
29394
  readOnly: !editable,
29395
29395
  unselectable: !editable ? 'on' : null,
29396
- style: _objectSpread2(_objectSpread2({}, style), {}, {
29396
+ style: _objectSpread2$1(_objectSpread2$1({}, style), {}, {
29397
29397
  opacity: editable ? null : 0
29398
29398
  }),
29399
29399
  onKeyDown: function onKeyDown(event) {
@@ -30139,7 +30139,7 @@ var Popup$2 = /*#__PURE__*/React.forwardRef(function (props, ref) {
30139
30139
  return /*#__PURE__*/React.createElement("div", {
30140
30140
  ref: composeRef(resizeObserverRef, ref, motionRef),
30141
30141
  className: cls,
30142
- style: _objectSpread2(_objectSpread2(_objectSpread2(_objectSpread2({
30142
+ style: _objectSpread2$1(_objectSpread2$1(_objectSpread2$1(_objectSpread2$1({
30143
30143
  '--arrow-x': "".concat(arrowPos.x || 0, "px"),
30144
30144
  '--arrow-y': "".concat(arrowPos.y || 0, "px")
30145
30145
  }, offsetStyle), miscStyle), motionStyle), {}, {
@@ -30304,7 +30304,7 @@ function getPxValue(val) {
30304
30304
  * Get visible area of element
30305
30305
  */
30306
30306
  function getVisibleArea(initArea, scrollerList) {
30307
- var visibleArea = _objectSpread2({}, initArea);
30307
+ var visibleArea = _objectSpread2$1({}, initArea);
30308
30308
  (scrollerList || []).forEach(function (ele) {
30309
30309
  if (ele instanceof HTMLBodyElement || ele instanceof HTMLHtmlElement) {
30310
30310
  return;
@@ -30477,7 +30477,7 @@ function useAlign(open, popupEle, target, placement, builtinPlacements, popupAli
30477
30477
  var originOverflow = popupElement.style.overflow;
30478
30478
 
30479
30479
  // Placement
30480
- var placementInfo = _objectSpread2(_objectSpread2({}, builtinPlacements[placement]), popupAlign);
30480
+ var placementInfo = _objectSpread2$1(_objectSpread2$1({}, builtinPlacements[placement]), popupAlign);
30481
30481
 
30482
30482
  // placeholder element
30483
30483
  var placeholderElement = doc.createElement('div');
@@ -30608,7 +30608,7 @@ function useAlign(open, popupEle, target, placement, builtinPlacements, popupAli
30608
30608
  var popupAlignPoint = getAlignPoint(popupRect, popupPoints);
30609
30609
 
30610
30610
  // Real align info may not same as origin one
30611
- var nextAlignInfo = _objectSpread2({}, placementInfo);
30611
+ var nextAlignInfo = _objectSpread2$1({}, placementInfo);
30612
30612
 
30613
30613
  // Next Offset
30614
30614
  var nextOffsetX = targetAlignPoint.x - popupAlignPoint.x + popupOffsetX;
@@ -30872,7 +30872,7 @@ function useAlign(open, popupEle, target, placement, builtinPlacements, popupAli
30872
30872
  // Reset ready status when placement & open changed
30873
30873
  var resetReady = function resetReady() {
30874
30874
  setOffsetInfo(function (ori) {
30875
- return _objectSpread2(_objectSpread2({}, ori), {}, {
30875
+ return _objectSpread2$1(_objectSpread2$1({}, ori), {}, {
30876
30876
  ready: false
30877
30877
  });
30878
30878
  });
@@ -31381,7 +31381,7 @@ function generateTrigger() {
31381
31381
  }
31382
31382
 
31383
31383
  // =========================== Render ===========================
31384
- var mergedChildrenProps = _objectSpread2(_objectSpread2({}, originChildProps), cloneProps);
31384
+ var mergedChildrenProps = _objectSpread2$1(_objectSpread2$1({}, originChildProps), cloneProps);
31385
31385
 
31386
31386
  // Pass props into cloneProps for nest usage
31387
31387
  var passedProps = {};
@@ -31400,12 +31400,12 @@ function generateTrigger() {
31400
31400
  });
31401
31401
 
31402
31402
  // Child Node
31403
- var triggerNode = /*#__PURE__*/React.cloneElement(child, _objectSpread2(_objectSpread2({}, mergedChildrenProps), passedProps));
31403
+ var triggerNode = /*#__PURE__*/React.cloneElement(child, _objectSpread2$1(_objectSpread2$1({}, mergedChildrenProps), passedProps));
31404
31404
  var arrowPos = {
31405
31405
  x: arrowX,
31406
31406
  y: arrowY
31407
31407
  };
31408
- var innerArrow = arrow ? _objectSpread2({}, arrow !== true ? arrow : {}) : null;
31408
+ var innerArrow = arrow ? _objectSpread2$1({}, arrow !== true ? arrow : {}) : null;
31409
31409
 
31410
31410
  // Render
31411
31411
  return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(RefResizeObserver, {
@@ -31567,7 +31567,7 @@ var SelectTrigger = function SelectTrigger(props, ref) {
31567
31567
  }, [dropdownMatchSelectWidth, isNumberPopupWidth]);
31568
31568
  var popupStyle = dropdownStyle;
31569
31569
  if (isNumberPopupWidth) {
31570
- popupStyle = _objectSpread2(_objectSpread2({}, popupStyle), {}, {
31570
+ popupStyle = _objectSpread2$1(_objectSpread2$1({}, popupStyle), {}, {
31571
31571
  width: dropdownMatchSelectWidth
31572
31572
  });
31573
31573
  }
@@ -31696,7 +31696,7 @@ function flattenOptions(options) {
31696
31696
  * Inject `props` into `option` for legacy usage
31697
31697
  */
31698
31698
  function injectPropsWithOption(option) {
31699
- var newOption = _objectSpread2({}, option);
31699
+ var newOption = _objectSpread2$1({}, option);
31700
31700
  if (!('props' in newOption)) {
31701
31701
  Object.defineProperty(newOption, 'props', {
31702
31702
  get: function get() {
@@ -31824,7 +31824,7 @@ var BaseSelect = /*#__PURE__*/React.forwardRef(function (props, ref) {
31824
31824
  // ============================== MISC ==============================
31825
31825
  var multiple = isMultiple(mode);
31826
31826
  var mergedShowSearch = (showSearch !== undefined ? showSearch : multiple) || mode === 'combobox';
31827
- var domProps = _objectSpread2({}, restProps);
31827
+ var domProps = _objectSpread2$1({}, restProps);
31828
31828
  DEFAULT_OMIT_PROPS.forEach(function (propName) {
31829
31829
  delete domProps[propName];
31830
31830
  });
@@ -32191,7 +32191,7 @@ var BaseSelect = /*#__PURE__*/React.forwardRef(function (props, ref) {
32191
32191
 
32192
32192
  // ============================ Context =============================
32193
32193
  var baseSelectContext = React.useMemo(function () {
32194
- return _objectSpread2(_objectSpread2({}, props), {}, {
32194
+ return _objectSpread2$1(_objectSpread2$1({}, props), {}, {
32195
32195
  notFoundContent: notFoundContent,
32196
32196
  open: mergedOpen,
32197
32197
  triggerOpen: triggerOpen,
@@ -32371,7 +32371,7 @@ var Filler = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
32371
32371
  position: 'relative',
32372
32372
  overflow: 'hidden'
32373
32373
  };
32374
- innerStyle = _objectSpread2(_objectSpread2({}, innerStyle), {}, _defineProperty$1(_defineProperty$1(_defineProperty$1(_defineProperty$1(_defineProperty$1({
32374
+ innerStyle = _objectSpread2$1(_objectSpread2$1({}, innerStyle), {}, _defineProperty$1(_defineProperty$1(_defineProperty$1(_defineProperty$1(_defineProperty$1({
32375
32375
  transform: "translateY(".concat(offsetY, "px)")
32376
32376
  }, rtl ? 'marginRight' : 'marginLeft', -offsetX), "position", 'absolute'), "left", 0), "right", 0), "top", 0));
32377
32377
  }
@@ -32862,7 +32862,7 @@ function useScrollTo$1(containerRef, data, heights, itemHeight, getKey, collectH
32862
32862
  // Never reach
32863
32863
  if (!containerRef.current) {
32864
32864
  setSyncState(function (ori) {
32865
- return _objectSpread2({}, ori);
32865
+ return _objectSpread2$1({}, ori);
32866
32866
  });
32867
32867
  return;
32868
32868
  }
@@ -32939,7 +32939,7 @@ function useScrollTo$1(containerRef, data, heights, itemHeight, getKey, collectH
32939
32939
 
32940
32940
  // Trigger next effect
32941
32941
  if (needCollectHeight) {
32942
- setSyncState(_objectSpread2(_objectSpread2({}, syncState), {}, {
32942
+ setSyncState(_objectSpread2$1(_objectSpread2$1({}, syncState), {}, {
32943
32943
  times: syncState.times + 1,
32944
32944
  targetAlign: newTargetAlign,
32945
32945
  lastTop: targetTop
@@ -33218,13 +33218,13 @@ var ScrollBar = /*#__PURE__*/React.forwardRef(function (props, ref) {
33218
33218
  return /*#__PURE__*/React.createElement("div", {
33219
33219
  ref: scrollbarRef,
33220
33220
  className: classNames(scrollbarPrefixCls, _defineProperty$1(_defineProperty$1(_defineProperty$1({}, "".concat(scrollbarPrefixCls, "-horizontal"), horizontal), "".concat(scrollbarPrefixCls, "-vertical"), !horizontal), "".concat(scrollbarPrefixCls, "-visible"), visible)),
33221
- style: _objectSpread2(_objectSpread2({}, containerStyle), style),
33221
+ style: _objectSpread2$1(_objectSpread2$1({}, containerStyle), style),
33222
33222
  onMouseDown: onContainerMouseDown,
33223
33223
  onMouseMove: delayHidden
33224
33224
  }, /*#__PURE__*/React.createElement("div", {
33225
33225
  ref: thumbRef,
33226
33226
  className: classNames("".concat(scrollbarPrefixCls, "-thumb"), _defineProperty$1({}, "".concat(scrollbarPrefixCls, "-thumb-moving"), dragging)),
33227
- style: _objectSpread2(_objectSpread2({}, thumbStyle), propsThumbStyle),
33227
+ style: _objectSpread2$1(_objectSpread2$1({}, thumbStyle), propsThumbStyle),
33228
33228
  onMouseDown: onThumbMouseDown
33229
33229
  }));
33230
33230
  });
@@ -33481,7 +33481,7 @@ function RawList(props, ref) {
33481
33481
  var lastVirtualScrollInfoRef = useRef(getVirtualScrollInfo());
33482
33482
  var triggerScroll = useEvent(function (params) {
33483
33483
  if (onVirtualScroll) {
33484
- var nextInfo = _objectSpread2(_objectSpread2({}, getVirtualScrollInfo()), params);
33484
+ var nextInfo = _objectSpread2$1(_objectSpread2$1({}, getVirtualScrollInfo()), params);
33485
33485
 
33486
33486
  // Trigger when offset changed
33487
33487
  if (lastVirtualScrollInfoRef.current.x !== nextInfo.x || lastVirtualScrollInfoRef.current.y !== nextInfo.y) {
@@ -33659,7 +33659,7 @@ function RawList(props, ref) {
33659
33659
  var listChildren = useChildren$1(mergedData, start, end, scrollWidth, offsetLeft, setInstanceRef, children, sharedConfig);
33660
33660
  var componentStyle = null;
33661
33661
  if (height) {
33662
- componentStyle = _objectSpread2(_defineProperty$1({}, fullHeight ? 'height' : 'maxHeight', height), ScrollStyle);
33662
+ componentStyle = _objectSpread2$1(_defineProperty$1({}, fullHeight ? 'height' : 'maxHeight', height), ScrollStyle);
33663
33663
  if (useVirtual) {
33664
33664
  componentStyle.overflowY = 'hidden';
33665
33665
  if (scrollWidth) {
@@ -33676,7 +33676,7 @@ function RawList(props, ref) {
33676
33676
  }
33677
33677
  return /*#__PURE__*/React.createElement("div", _extends$y({
33678
33678
  ref: containerRef,
33679
- style: _objectSpread2(_objectSpread2({}, style), {}, {
33679
+ style: _objectSpread2$1(_objectSpread2$1({}, style), {}, {
33680
33680
  position: 'relative'
33681
33681
  }),
33682
33682
  className: mergedClassName
@@ -34109,7 +34109,7 @@ var useCache$1 = (function (labeledValues, valueOptions) {
34109
34109
  var patchedValues = labeledValues.map(function (item) {
34110
34110
  if (item.label === undefined) {
34111
34111
  var _prevValueCache$get;
34112
- return _objectSpread2(_objectSpread2({}, item), {}, {
34112
+ return _objectSpread2$1(_objectSpread2$1({}, item), {}, {
34113
34113
  label: (_prevValueCache$get = prevValueCache.get(item.value)) === null || _prevValueCache$get === void 0 ? void 0 : _prevValueCache$get.label
34114
34114
  });
34115
34115
  }
@@ -34178,7 +34178,7 @@ var useFilterOptions = (function (options, fieldNames, searchValue, filterOption
34178
34178
  return filterFunc(searchValue, wrapOption(subItem));
34179
34179
  });
34180
34180
  if (subOptions.length) {
34181
- filteredOptions.push(_objectSpread2(_objectSpread2({}, item), {}, _defineProperty$1({}, fieldOptions, subOptions)));
34181
+ filteredOptions.push(_objectSpread2$1(_objectSpread2$1({}, item), {}, _defineProperty$1({}, fieldOptions, subOptions)));
34182
34182
  }
34183
34183
  }
34184
34184
  return;
@@ -34231,7 +34231,7 @@ function convertNodeToOption(node) {
34231
34231
  children = _ref$props.children,
34232
34232
  value = _ref$props.value,
34233
34233
  restProps = _objectWithoutProperties(_ref$props, _excluded$I);
34234
- return _objectSpread2({
34234
+ return _objectSpread2$1({
34235
34235
  key: key,
34236
34236
  value: value !== undefined ? value : key,
34237
34237
  children: children
@@ -34252,7 +34252,7 @@ function convertChildrenToData$1(nodes) {
34252
34252
  if (optionOnly || !isSelectOptGroup) {
34253
34253
  return convertNodeToOption(node);
34254
34254
  }
34255
- return _objectSpread2(_objectSpread2({
34255
+ return _objectSpread2$1(_objectSpread2$1({
34256
34256
  key: "__RC_SELECT_GRP__".concat(key === null ? index : key, "__"),
34257
34257
  label: key
34258
34258
  }, restProps), {}, {
@@ -34603,7 +34603,7 @@ var Select$1 = /*#__PURE__*/React.forwardRef(function (props, ref) {
34603
34603
  }
34604
34604
  return mergedValues.map(function (item) {
34605
34605
  var _ref;
34606
- return _objectSpread2(_objectSpread2({}, item), {}, {
34606
+ return _objectSpread2$1(_objectSpread2$1({}, item), {}, {
34607
34607
  label: (_ref = typeof labelRender === 'function' ? labelRender(item) : item.label) !== null && _ref !== void 0 ? _ref : item.value
34608
34608
  });
34609
34609
  });
@@ -34681,7 +34681,7 @@ var Select$1 = /*#__PURE__*/React.forwardRef(function (props, ref) {
34681
34681
  });
34682
34682
  return sortedOptions.map(function (item) {
34683
34683
  if (Array.isArray(item.options)) {
34684
- return _objectSpread2(_objectSpread2({}, item), {}, {
34684
+ return _objectSpread2$1(_objectSpread2$1({}, item), {}, {
34685
34685
  options: item.options.length > 0 ? sorter(item.options) : item.options
34686
34686
  });
34687
34687
  }
@@ -34854,7 +34854,7 @@ var Select$1 = /*#__PURE__*/React.forwardRef(function (props, ref) {
34854
34854
  // ========================== Context ===========================
34855
34855
  var selectContext = React.useMemo(function () {
34856
34856
  var realVirtual = virtual !== false && dropdownMatchSelectWidth !== false;
34857
- return _objectSpread2(_objectSpread2({}, parsedOptions), {}, {
34857
+ return _objectSpread2$1(_objectSpread2$1({}, parsedOptions), {}, {
34858
34858
  flattenOptions: displayOptions,
34859
34859
  onActiveValue: onActiveValue,
34860
34860
  defaultActiveFirstOption: mergedDefaultActiveFirstOption,
@@ -36805,7 +36805,7 @@ var Tooltip$3 = function Tooltip(props, ref) {
36805
36805
  useImperativeHandle(ref, function () {
36806
36806
  return triggerRef.current;
36807
36807
  });
36808
- var extraProps = _objectSpread2({}, restProps);
36808
+ var extraProps = _objectSpread2$1({}, restProps);
36809
36809
  if ('visible' in props) {
36810
36810
  extraProps.popupVisible = props.visible;
36811
36811
  }
@@ -38171,7 +38171,7 @@ function useMenuId(eventKey) {
38171
38171
  var _excluded$E = ["children", "locked"];
38172
38172
  var MenuContext$1 = /*#__PURE__*/React.createContext(null);
38173
38173
  function mergeProps(origin, target) {
38174
- var clone = _objectSpread2({}, origin);
38174
+ var clone = _objectSpread2$1({}, origin);
38175
38175
  Object.keys(target).forEach(function (key) {
38176
38176
  var value = target[key];
38177
38177
  if (value !== undefined) {
@@ -38726,7 +38726,7 @@ function Icon$1(_ref) {
38726
38726
  return null;
38727
38727
  }
38728
38728
  if (typeof icon === 'function') {
38729
- iconNode = /*#__PURE__*/React.createElement(icon, _objectSpread2({}, props));
38729
+ iconNode = /*#__PURE__*/React.createElement(icon, _objectSpread2$1({}, props));
38730
38730
  } else if (typeof icon !== "boolean") {
38731
38731
  // Compatible for origin definition
38732
38732
  iconNode = icon;
@@ -38898,13 +38898,13 @@ var InternalMenuItem = /*#__PURE__*/React.forwardRef(function (props, ref) {
38898
38898
  }, restProps, activeProps, optionRoleProps, {
38899
38899
  component: "li",
38900
38900
  "aria-disabled": disabled,
38901
- style: _objectSpread2(_objectSpread2({}, directionStyle), style),
38901
+ style: _objectSpread2$1(_objectSpread2$1({}, directionStyle), style),
38902
38902
  className: classNames(itemCls, _defineProperty$1(_defineProperty$1(_defineProperty$1({}, "".concat(itemCls, "-active"), active), "".concat(itemCls, "-selected"), selected), "".concat(itemCls, "-disabled"), mergedDisabled), className),
38903
38903
  onClick: onInternalClick,
38904
38904
  onKeyDown: onInternalKeyDown,
38905
38905
  onFocus: onInternalFocus
38906
38906
  }), children, /*#__PURE__*/React.createElement(Icon$1, {
38907
- props: _objectSpread2(_objectSpread2({}, props), {}, {
38907
+ props: _objectSpread2$1(_objectSpread2$1({}, props), {}, {
38908
38908
  isSelected: selected
38909
38909
  }),
38910
38910
  icon: mergedItemIcon
@@ -39101,7 +39101,7 @@ function PopupTrigger(_ref) {
39101
39101
  _React$useState2 = _slicedToArray$2(_React$useState, 2),
39102
39102
  innerVisible = _React$useState2[0],
39103
39103
  setInnerVisible = _React$useState2[1];
39104
- var placement = rtl ? _objectSpread2(_objectSpread2({}, placementsRtl), builtinPlacements) : _objectSpread2(_objectSpread2({}, placements), builtinPlacements);
39104
+ var placement = rtl ? _objectSpread2$1(_objectSpread2$1({}, placementsRtl), builtinPlacements) : _objectSpread2$1(_objectSpread2$1({}, placements), builtinPlacements);
39105
39105
  var popupPlacement = popupPlacementMap[mode];
39106
39106
  var targetMotion = getMotion(mode, motion, defaultMotions);
39107
39107
  var targetMotionRef = React.useRef(targetMotion);
@@ -39112,7 +39112,7 @@ function PopupTrigger(_ref) {
39112
39112
  */
39113
39113
  targetMotionRef.current = targetMotion;
39114
39114
  }
39115
- var mergedMotion = _objectSpread2(_objectSpread2({}, targetMotionRef.current), {}, {
39115
+ var mergedMotion = _objectSpread2$1(_objectSpread2$1({}, targetMotionRef.current), {}, {
39116
39116
  leavedClassName: "".concat(prefixCls, "-hidden"),
39117
39117
  removeOnLeave: false,
39118
39118
  motionAppear: true
@@ -39185,7 +39185,7 @@ function InlineSubMenuList(_ref) {
39185
39185
  }, [mode]);
39186
39186
 
39187
39187
  // ================================= Render =================================
39188
- var mergedMotion = _objectSpread2({}, getMotion(fixedMode, motion, defaultMotions));
39188
+ var mergedMotion = _objectSpread2$1({}, getMotion(fixedMode, motion, defaultMotions));
39189
39189
 
39190
39190
  // No need appear since nest inlineCollapse changed
39191
39191
  if (keyPath.length > 1) {
@@ -39387,7 +39387,7 @@ var InternalSubMenu = /*#__PURE__*/React.forwardRef(function (props, ref) {
39387
39387
  onFocus: onInternalFocus
39388
39388
  }, activeProps), title, /*#__PURE__*/React.createElement(Icon$1, {
39389
39389
  icon: mode !== 'horizontal' ? mergedExpandIcon : undefined,
39390
- props: _objectSpread2(_objectSpread2({}, props), {}, {
39390
+ props: _objectSpread2$1(_objectSpread2$1({}, props), {}, {
39391
39391
  isOpen: open,
39392
39392
  // [Legacy] Not sure why need this mark
39393
39393
  isSubMenu: true
@@ -39611,7 +39611,7 @@ function convertItemsToNodes(list, components, prefixCls) {
39611
39611
  }
39612
39612
  function parseItems(children, items, keyPath, components, prefixCls) {
39613
39613
  var childNodes = children;
39614
- var mergedComponents = _objectSpread2({
39614
+ var mergedComponents = _objectSpread2$1({
39615
39615
  divider: Divider,
39616
39616
  item: MenuItem$2,
39617
39617
  group: MenuItemGroup,
@@ -39906,7 +39906,7 @@ var Menu$2 = /*#__PURE__*/React.forwardRef(function (props, ref) {
39906
39906
  setMergedSelectKeys(newSelectKeys);
39907
39907
 
39908
39908
  // Trigger event
39909
- var selectInfo = _objectSpread2(_objectSpread2({}, info), {}, {
39909
+ var selectInfo = _objectSpread2$1(_objectSpread2$1({}, info), {}, {
39910
39910
  selectedKeys: newSelectKeys
39911
39911
  });
39912
39912
  if (exist) {
@@ -43252,7 +43252,7 @@ function useCellRender$1(cellRender, dateRender, monthCellRender, range) {
43252
43252
 
43253
43253
  // Cell render
43254
43254
  var onInternalCellRender = React.useCallback(function (date, info) {
43255
- return mergedCellRender(date, _objectSpread2(_objectSpread2({}, info), {}, {
43255
+ return mergedCellRender(date, _objectSpread2$1(_objectSpread2$1({}, info), {}, {
43256
43256
  range: range
43257
43257
  }));
43258
43258
  }, [mergedCellRender, range]);
@@ -43354,7 +43354,7 @@ function fillLocale(locale, showHour, showMinute, showSecond, showMillisecond, u
43354
43354
  dayFormat = locale.dayFormat,
43355
43355
  cellDateFormat = locale.cellDateFormat;
43356
43356
  var timeFormat = fillTimeFormat(showHour, showMinute, showSecond, showMillisecond, use12Hours);
43357
- return _objectSpread2(_objectSpread2({}, locale), {}, {
43357
+ return _objectSpread2$1(_objectSpread2$1({}, locale), {}, {
43358
43358
  fieldDateTimeFormat: fieldDateTimeFormat || "YYYY-MM-DD ".concat(timeFormat),
43359
43359
  fieldDateFormat: fieldDateFormat || 'YYYY-MM-DD',
43360
43360
  fieldTimeFormat: fieldTimeFormat || timeFormat,
@@ -43458,7 +43458,7 @@ function getTimeProps(componentProps) {
43458
43458
  pickedProps = _pickTimeProps2[0],
43459
43459
  propFormat = _pickTimeProps2[1];
43460
43460
  var showTimeConfig = showTime && _typeof$a(showTime) === 'object' ? showTime : {};
43461
- var timeConfig = _objectSpread2(_objectSpread2({
43461
+ var timeConfig = _objectSpread2$1(_objectSpread2$1({
43462
43462
  defaultOpenValue: showTimeConfig.defaultOpenValue || showTimeConfig.defaultValue
43463
43463
  }, pickedProps), showTimeConfig);
43464
43464
  var showMillisecond = timeConfig.showMillisecond;
@@ -43471,7 +43471,7 @@ function getTimeProps(componentProps) {
43471
43471
  showHour = _fillShowConfig2[0];
43472
43472
  showMinute = _fillShowConfig2[1];
43473
43473
  showSecond = _fillShowConfig2[2];
43474
- return [timeConfig, _objectSpread2(_objectSpread2({}, timeConfig), {}, {
43474
+ return [timeConfig, _objectSpread2$1(_objectSpread2$1({}, timeConfig), {}, {
43475
43475
  showHour: showHour,
43476
43476
  showMinute: showMinute,
43477
43477
  showSecond: showSecond,
@@ -43522,7 +43522,7 @@ function fillShowTimeConfig(picker, showTimeFormat, propFormat, timeConfig, loca
43522
43522
  var timeFormat = showTimeFormat || fillTimeFormat(showHour, showMinute, showSecond, showMillisecond, showMeridiem);
43523
43523
 
43524
43524
  // ======================== Props =========================
43525
- return _objectSpread2(_objectSpread2({}, pickedProps), {}, {
43525
+ return _objectSpread2$1(_objectSpread2$1({}, pickedProps), {}, {
43526
43526
  // Format
43527
43527
  format: timeFormat,
43528
43528
  // Show Config
@@ -43741,7 +43741,7 @@ function useInputReadOnly(formatList, inputReadOnly, multiple) {
43741
43741
  function useInvalidate(generateConfig, picker, disabledDate, showTime) {
43742
43742
  // Check disabled date
43743
43743
  var isInvalidate = useEvent(function (date, info) {
43744
- var outsideInfo = _objectSpread2({
43744
+ var outsideInfo = _objectSpread2$1({
43745
43745
  type: picker
43746
43746
  }, info);
43747
43747
  delete outsideInfo.activeIndex;
@@ -43879,14 +43879,14 @@ function useFilledProps(props, updater) {
43879
43879
 
43880
43880
  // ======================== Props =========================
43881
43881
  var filledProps = React.useMemo(function () {
43882
- return _objectSpread2(_objectSpread2({}, props), {}, {
43882
+ return _objectSpread2$1(_objectSpread2$1({}, props), {}, {
43883
43883
  prefixCls: prefixCls,
43884
43884
  locale: mergedLocale,
43885
43885
  picker: picker,
43886
43886
  styles: styles,
43887
43887
  classNames: classNames,
43888
43888
  order: order,
43889
- components: _objectSpread2({
43889
+ components: _objectSpread2$1({
43890
43890
  input: inputRender
43891
43891
  }, components),
43892
43892
  clearIcon: fillClearIcon(prefixCls, allowClear, clearIcon),
@@ -43915,7 +43915,7 @@ function useFilledProps(props, updater) {
43915
43915
 
43916
43916
  // ======================== Merged ========================
43917
43917
  var mergedProps = React.useMemo(function () {
43918
- return _objectSpread2(_objectSpread2({}, filledProps), {}, {
43918
+ return _objectSpread2$1(_objectSpread2$1({}, filledProps), {}, {
43919
43919
  needConfirm: mergedNeedConfirm,
43920
43920
  inputReadOnly: mergedInputReadOnly,
43921
43921
  disabledDate: disabledBoundaryDate
@@ -44120,7 +44120,7 @@ function useRangeDisabledDate(values, disabled, activeIndexList, generateConfig,
44120
44120
  var _values = _slicedToArray$2(values, 2),
44121
44121
  start = _values[0],
44122
44122
  end = _values[1];
44123
- var mergedInfo = _objectSpread2(_objectSpread2({}, info), {}, {
44123
+ var mergedInfo = _objectSpread2$1(_objectSpread2$1({}, info), {}, {
44124
44124
  from: getFromDate(values, activeIndexList)
44125
44125
  });
44126
44126
 
@@ -44766,7 +44766,7 @@ function useTimeInfo(generateConfig) {
44766
44766
 
44767
44767
  // Hours
44768
44768
  var rowHourUnits = use12Hours ? hours.map(function (unit) {
44769
- return _objectSpread2(_objectSpread2({}, unit), {}, {
44769
+ return _objectSpread2$1(_objectSpread2$1({}, unit), {}, {
44770
44770
  label: leftPad(unit.value % 12 || 12, 2)
44771
44771
  });
44772
44772
  }) : hours;
@@ -45081,7 +45081,7 @@ function PanelBody(props) {
45081
45081
  rowNode.push( /*#__PURE__*/React.createElement("td", {
45082
45082
  key: col,
45083
45083
  title: title,
45084
- className: classNames(cellPrefixCls, _objectSpread2(_defineProperty$1(_defineProperty$1(_defineProperty$1(_defineProperty$1(_defineProperty$1(_defineProperty$1({}, "".concat(cellPrefixCls, "-disabled"), disabled), "".concat(cellPrefixCls, "-hover"), (hoverValue || []).some(function (date) {
45084
+ className: classNames(cellPrefixCls, _objectSpread2$1(_defineProperty$1(_defineProperty$1(_defineProperty$1(_defineProperty$1(_defineProperty$1(_defineProperty$1({}, "".concat(cellPrefixCls, "-disabled"), disabled), "".concat(cellPrefixCls, "-hover"), (hoverValue || []).some(function (date) {
45085
45085
  return isSame(generateConfig, locale, currentDate, date, type);
45086
45086
  })), "".concat(cellPrefixCls, "-in-range"), inRange && !rangeStart && !rangeEnd), "".concat(cellPrefixCls, "-range-start"), rangeStart), "".concat(cellPrefixCls, "-range-end"), rangeEnd), "".concat(prefixCls, "-cell-selected"), !hoverRangeValue &&
45087
45087
  // WeekPicker use row instead
@@ -46583,7 +46583,7 @@ function PickerPanel(props, ref) {
46583
46583
  // ======================== Context =========================
46584
46584
  var parentHackContext = React.useContext(PickerHackContext);
46585
46585
  var pickerPanelContext = React.useMemo(function () {
46586
- return _objectSpread2(_objectSpread2({}, parentHackContext), {}, {
46586
+ return _objectSpread2$1(_objectSpread2$1({}, parentHackContext), {}, {
46587
46587
  hideHeader: hideHeader
46588
46588
  });
46589
46589
  }, [parentHackContext, hideHeader]);
@@ -46683,7 +46683,7 @@ function PopupPanel(props) {
46683
46683
  var hideHeader = picker === 'time';
46684
46684
 
46685
46685
  // ======================== Props =========================
46686
- var pickerProps = _objectSpread2(_objectSpread2({}, props), {}, {
46686
+ var pickerProps = _objectSpread2$1(_objectSpread2$1({}, props), {}, {
46687
46687
  hoverValue: null,
46688
46688
  hoverRangeValue: null,
46689
46689
  hideHeader: hideHeader
@@ -46700,11 +46700,11 @@ function PopupPanel(props) {
46700
46700
  return /*#__PURE__*/React.createElement("div", {
46701
46701
  className: "".concat(prefixCls, "-panels")
46702
46702
  }, /*#__PURE__*/React.createElement(PickerHackContext.Provider, {
46703
- value: _objectSpread2(_objectSpread2({}, sharedContext), {}, {
46703
+ value: _objectSpread2$1(_objectSpread2$1({}, sharedContext), {}, {
46704
46704
  hideNext: true
46705
46705
  })
46706
46706
  }, /*#__PURE__*/React.createElement(RefPanelPicker, pickerProps)), /*#__PURE__*/React.createElement(PickerHackContext.Provider, {
46707
- value: _objectSpread2(_objectSpread2({}, sharedContext), {}, {
46707
+ value: _objectSpread2$1(_objectSpread2$1({}, sharedContext), {}, {
46708
46708
  hidePrev: true
46709
46709
  })
46710
46710
  }, /*#__PURE__*/React.createElement(RefPanelPicker, _extends$y({}, pickerProps, {
@@ -46715,7 +46715,7 @@ function PopupPanel(props) {
46715
46715
 
46716
46716
  // Single
46717
46717
  return /*#__PURE__*/React.createElement(PickerHackContext.Provider, {
46718
- value: _objectSpread2({}, sharedContext)
46718
+ value: _objectSpread2$1({}, sharedContext)
46719
46719
  }, /*#__PURE__*/React.createElement(RefPanelPicker, pickerProps));
46720
46720
  }
46721
46721
 
@@ -46984,7 +46984,7 @@ postProps) {
46984
46984
  aria: true,
46985
46985
  data: true
46986
46986
  });
46987
- var inputProps = _objectSpread2(_objectSpread2({}, pickedAttrs), {}, {
46987
+ var inputProps = _objectSpread2$1(_objectSpread2$1({}, pickedAttrs), {}, {
46988
46988
  // ============== Shared ==============
46989
46989
  format: maskFormat,
46990
46990
  validateFormat: function validateFormat(text) {
@@ -47670,7 +47670,7 @@ function RangeSelector(props, ref) {
47670
47670
  }, [placeholder]);
47671
47671
 
47672
47672
  // ======================== Inputs ========================
47673
- var _useInputProps = useInputProps(_objectSpread2(_objectSpread2({}, props), {}, {
47673
+ var _useInputProps = useInputProps(_objectSpread2$1(_objectSpread2$1({}, props), {}, {
47674
47674
  id: ids,
47675
47675
  placeholder: mergedPlaceholder
47676
47676
  })),
@@ -47698,7 +47698,7 @@ function RangeSelector(props, ref) {
47698
47698
  var parentWidth = (offsetParent === null || offsetParent === void 0 ? void 0 : offsetParent.offsetWidth) || 0;
47699
47699
  var activeOffset = placementRight ? parentWidth - offsetWidth - offsetLeft : offsetLeft;
47700
47700
  setActiveBarStyle(function (ori) {
47701
- return _objectSpread2(_objectSpread2({}, ori), {}, _defineProperty$1({
47701
+ return _objectSpread2$1(_objectSpread2$1({}, ori), {}, _defineProperty$1({
47702
47702
  width: offsetWidth
47703
47703
  }, offsetUnit, activeOffset));
47704
47704
  });
@@ -47902,7 +47902,7 @@ function RangePicker$4(props, ref) {
47902
47902
  from: fromDate
47903
47903
  });
47904
47904
  } : undefined;
47905
- return _objectSpread2(_objectSpread2({}, showTime), {}, {
47905
+ return _objectSpread2$1(_objectSpread2$1({}, showTime), {}, {
47906
47906
  disabledTime: proxyDisabledTime
47907
47907
  });
47908
47908
  }, [showTime, activeIndex, calendarValue, activeIndexList]);
@@ -48502,7 +48502,7 @@ function SingleSelector(props, ref) {
48502
48502
  };
48503
48503
 
48504
48504
  // ======================== Inputs ========================
48505
- var _useInputProps = useInputProps(_objectSpread2(_objectSpread2({}, props), {}, {
48505
+ var _useInputProps = useInputProps(_objectSpread2$1(_objectSpread2$1({}, props), {}, {
48506
48506
  onChange: onSingleChange
48507
48507
  }), function (_ref) {
48508
48508
  var valueTexts = _ref.valueTexts;
@@ -48653,7 +48653,7 @@ function Picker(props, ref) {
48653
48653
  // ======================= Calendar =======================
48654
48654
  var onInternalCalendarChange = function onInternalCalendarChange(dates, dateStrings, info) {
48655
48655
  if (onCalendarChange) {
48656
- var filteredInfo = _objectSpread2({}, info);
48656
+ var filteredInfo = _objectSpread2$1({}, info);
48657
48657
  delete filteredInfo.range;
48658
48658
  onCalendarChange(pickerParam(dates), pickerParam(dateStrings), filteredInfo);
48659
48659
  }
@@ -48707,7 +48707,7 @@ function Picker(props, ref) {
48707
48707
  var onInternalChange = onChange && function (dates, dateStrings) {
48708
48708
  onChange(pickerParam(dates), pickerParam(dateStrings));
48709
48709
  };
48710
- var _useRangeValue = useRangeValue(_objectSpread2(_objectSpread2({}, filledProps), {}, {
48710
+ var _useRangeValue = useRangeValue(_objectSpread2$1(_objectSpread2$1({}, filledProps), {}, {
48711
48711
  onChange: onInternalChange
48712
48712
  }), mergedValue, setInnerValue, getCalendarValue, triggerCalendarChange, [],
48713
48713
  //disabled,
@@ -48731,7 +48731,7 @@ function Picker(props, ref) {
48731
48731
  // Proxy to single pickerValue
48732
48732
  var onInternalPickerValueChange = function onInternalPickerValueChange(dates, info) {
48733
48733
  if (onPickerValueChange) {
48734
- var cleanInfo = _objectSpread2(_objectSpread2({}, info), {}, {
48734
+ var cleanInfo = _objectSpread2$1(_objectSpread2$1({}, info), {}, {
48735
48735
  mode: info.mode[0]
48736
48736
  });
48737
48737
  delete cleanInfo.range;
@@ -48883,7 +48883,7 @@ function Picker(props, ref) {
48883
48883
  var panelProps = React.useMemo(function () {
48884
48884
  var domProps = pickAttrs(filledProps, false);
48885
48885
  var restProps = omit$2(filledProps, [].concat(_toConsumableArray(Object.keys(domProps)), ['onChange', 'onCalendarChange', 'style', 'className', 'onPanelChange']));
48886
- return _objectSpread2(_objectSpread2({}, restProps), {}, {
48886
+ return _objectSpread2$1(_objectSpread2$1({}, restProps), {}, {
48887
48887
  multiple: filledProps.multiple
48888
48888
  });
48889
48889
  }, [filledProps]);
@@ -49126,7 +49126,7 @@ var Checkbox$3 = /*#__PURE__*/forwardRef(function (props, ref) {
49126
49126
  setRawValue(e.target.checked);
49127
49127
  }
49128
49128
  onChange === null || onChange === void 0 || onChange({
49129
- target: _objectSpread2(_objectSpread2({}, props), {}, {
49129
+ target: _objectSpread2$1(_objectSpread2$1({}, props), {}, {
49130
49130
  type: type,
49131
49131
  checked: e.target.checked
49132
49132
  }),
@@ -52136,7 +52136,7 @@ function useOffsets(tabs, tabSizes, holderScrollWidth) {
52136
52136
  var _tabs;
52137
52137
  data = tabSizes.get((_tabs = tabs[i - 1]) === null || _tabs === void 0 ? void 0 : _tabs.key) || DEFAULT_SIZE$1;
52138
52138
  }
52139
- var entity = map.get(key) || _objectSpread2({}, data);
52139
+ var entity = map.get(key) || _objectSpread2$1({}, data);
52140
52140
 
52141
52141
  // Right
52142
52142
  entity.right = rightOffset - entity.left - entity.width;
@@ -52971,7 +52971,7 @@ var TabNavList = /*#__PURE__*/React.forwardRef(function (props, ref) {
52971
52971
  // Add
52972
52972
  addSizeValue,
52973
52973
  // Operation
52974
- operationSizeValue, _objectSpread2(_objectSpread2({}, props), {}, {
52974
+ operationSizeValue, _objectSpread2$1(_objectSpread2$1({}, props), {}, {
52975
52975
  tabs: tabs
52976
52976
  })),
52977
52977
  _useVisibleRange2 = _slicedToArray$2(_useVisibleRange, 2),
@@ -53192,7 +53192,7 @@ var TabNavList = /*#__PURE__*/React.forwardRef(function (props, ref) {
53192
53192
  prefixCls: prefixCls,
53193
53193
  locale: locale,
53194
53194
  editable: editable,
53195
- style: _objectSpread2(_objectSpread2({}, tabNodes.length === 0 ? undefined : tabNodeStyle), {}, {
53195
+ style: _objectSpread2$1(_objectSpread2$1({}, tabNodes.length === 0 ? undefined : tabNodeStyle), {}, {
53196
53196
  visibility: hasDropdown ? 'hidden' : null
53197
53197
  })
53198
53198
  }), /*#__PURE__*/React.createElement("div", {
@@ -53246,7 +53246,7 @@ var TabNavListWrapper = function TabNavListWrapper(_ref) {
53246
53246
  var _React$useContext = React.useContext(TabContext),
53247
53247
  tabs = _React$useContext.tabs;
53248
53248
  if (renderTabBar) {
53249
- var tabNavBarProps = _objectSpread2(_objectSpread2({}, restProps), {}, {
53249
+ var tabNavBarProps = _objectSpread2$1(_objectSpread2$1({}, restProps), {}, {
53250
53250
  // Legacy support. We do not use this actually
53251
53251
  panes: tabs.map(function (_ref2) {
53252
53252
  var label = _ref2.label,
@@ -53306,7 +53306,7 @@ var TabPanelList = function TabPanelList(props) {
53306
53306
  tabKey: key,
53307
53307
  animated: tabPaneAnimated,
53308
53308
  active: active,
53309
- style: _objectSpread2(_objectSpread2({}, paneStyle), motionStyle),
53309
+ style: _objectSpread2$1(_objectSpread2$1({}, paneStyle), motionStyle),
53310
53310
  className: classNames(paneClassName, motionClassName),
53311
53311
  ref: ref
53312
53312
  }));
@@ -53331,7 +53331,7 @@ function useAnimateConfig$1() {
53331
53331
  tabPane: false
53332
53332
  };
53333
53333
  } else {
53334
- mergedAnimated = _objectSpread2({
53334
+ mergedAnimated = _objectSpread2$1({
53335
53335
  inkBar: true
53336
53336
  }, _typeof$a(animated) === 'object' ? animated : {});
53337
53337
  }
@@ -53477,7 +53477,7 @@ var Tabs$2 = /*#__PURE__*/React.forwardRef(function (props, ref) {
53477
53477
  rtl: rtl,
53478
53478
  mobile: mobile
53479
53479
  };
53480
- var tabNavBarProps = _objectSpread2(_objectSpread2({}, sharedProps), {}, {
53480
+ var tabNavBarProps = _objectSpread2$1(_objectSpread2$1({}, sharedProps), {}, {
53481
53481
  editable: editable,
53482
53482
  locale: locale,
53483
53483
  more: more,
@@ -54765,10 +54765,10 @@ var useSearchOptions = function useSearchOptions(search, options, fieldNames, pr
54765
54765
  if (filter(search, connectedPathOptions, {
54766
54766
  label: fieldNames.label
54767
54767
  })) {
54768
- var _objectSpread2$1;
54769
- filteredOptions.push(_objectSpread2(_objectSpread2({}, option), {}, (_objectSpread2$1 = {
54768
+ var _objectSpread2;
54769
+ filteredOptions.push(_objectSpread2$1(_objectSpread2$1({}, option), {}, (_objectSpread2 = {
54770
54770
  disabled: mergedDisabled
54771
- }, _defineProperty$1(_objectSpread2$1, fieldNames.label, render(search, connectedPathOptions, prefixCls, fieldNames)), _defineProperty$1(_objectSpread2$1, SEARCH_MARK, connectedPathOptions), _defineProperty$1(_objectSpread2$1, fieldNames.children, undefined), _objectSpread2$1)));
54771
+ }, _defineProperty$1(_objectSpread2, fieldNames.label, render(search, connectedPathOptions, prefixCls, fieldNames)), _defineProperty$1(_objectSpread2, SEARCH_MARK, connectedPathOptions), _defineProperty$1(_objectSpread2, fieldNames.children, undefined), _objectSpread2)));
54772
54772
  }
54773
54773
  }
54774
54774
  if (children) {
@@ -55038,7 +55038,7 @@ function convertTreeToData(rootNodes) {
55038
55038
  var _treeNode$props = treeNode.props,
55039
55039
  children = _treeNode$props.children,
55040
55040
  rest = _objectWithoutProperties(_treeNode$props, _excluded$o);
55041
- var dataNode = _objectSpread2({
55041
+ var dataNode = _objectSpread2$1({
55042
55042
  key: key
55043
55043
  }, rest);
55044
55044
  var parsedChildren = dig(children);
@@ -55296,7 +55296,7 @@ function convertNodePropsToEventData(props) {
55296
55296
  pos = props.pos,
55297
55297
  active = props.active,
55298
55298
  eventKey = props.eventKey;
55299
- var eventData = _objectSpread2(_objectSpread2({}, data), {}, {
55299
+ var eventData = _objectSpread2$1(_objectSpread2$1({}, data), {}, {
55300
55300
  expanded: expanded,
55301
55301
  selected: selected,
55302
55302
  checked: checked,
@@ -55336,7 +55336,7 @@ var useEntities = (function (options, fieldNames) {
55336
55336
  cacheRef.current.info = convertDataToEntities(options, {
55337
55337
  fieldNames: fieldNames,
55338
55338
  initWrapper: function initWrapper(wrapper) {
55339
- return _objectSpread2(_objectSpread2({}, wrapper), {}, {
55339
+ return _objectSpread2$1(_objectSpread2$1({}, wrapper), {}, {
55340
55340
  pathKeyEntities: {}
55341
55341
  });
55342
55342
  },
@@ -55389,7 +55389,7 @@ function useSearchConfig(showSearch) {
55389
55389
  limit: 50
55390
55390
  };
55391
55391
  if (showSearch && _typeof$a(showSearch) === 'object') {
55392
- searchConfig = _objectSpread2(_objectSpread2({}, searchConfig), showSearch);
55392
+ searchConfig = _objectSpread2$1(_objectSpread2$1({}, searchConfig), showSearch);
55393
55393
  }
55394
55394
  if (searchConfig.limit <= 0) {
55395
55395
  searchConfig.limit = false;
@@ -56245,7 +56245,7 @@ var RawOptionList = /*#__PURE__*/React.forwardRef(function (props, ref) {
56245
56245
  // >>>>> Empty
56246
56246
  var isEmpty = !((_optionColumns$ = optionColumns[0]) !== null && _optionColumns$ !== void 0 && (_optionColumns$ = _optionColumns$.options) !== null && _optionColumns$ !== void 0 && _optionColumns$.length);
56247
56247
  var emptyList = [(_ref3 = {}, _defineProperty$1(_ref3, fieldNames.value, '__EMPTY__'), _defineProperty$1(_ref3, FIX_LABEL, notFoundContent), _defineProperty$1(_ref3, "disabled", true), _ref3)];
56248
- var columnProps = _objectSpread2(_objectSpread2({}, props), {}, {
56248
+ var columnProps = _objectSpread2$1(_objectSpread2$1({}, props), {}, {
56249
56249
  multiple: !isEmpty && multiple,
56250
56250
  onSelect: onPathSelect,
56251
56251
  onActive: onPathOpen,
@@ -56648,7 +56648,7 @@ var Cascader$1 = /*#__PURE__*/React.forwardRef(function (props, ref) {
56648
56648
  prefixCls: prefixCls,
56649
56649
  autoClearSearchValue: autoClearSearchValue,
56650
56650
  dropdownMatchSelectWidth: dropdownMatchSelectWidth,
56651
- dropdownStyle: _objectSpread2(_objectSpread2({}, dropdownStyle), customDropdownStyle)
56651
+ dropdownStyle: _objectSpread2$1(_objectSpread2$1({}, dropdownStyle), customDropdownStyle)
56652
56652
  // Value
56653
56653
  ,
56654
56654
  displayValues: displayValues,
@@ -58623,7 +58623,7 @@ var BaseInput = /*#__PURE__*/React__default.forwardRef(function (props, ref) {
58623
58623
  // `className` and `style` are always on the root element
58624
58624
  return /*#__PURE__*/React__default.cloneElement(element, {
58625
58625
  className: classNames((_element$props = element.props) === null || _element$props === void 0 ? void 0 : _element$props.className, className) || null,
58626
- style: _objectSpread2(_objectSpread2({}, (_element$props2 = element.props) === null || _element$props2 === void 0 ? void 0 : _element$props2.style), style),
58626
+ style: _objectSpread2$1(_objectSpread2$1({}, (_element$props2 = element.props) === null || _element$props2 === void 0 ? void 0 : _element$props2.style), style),
58627
58627
  hidden: hidden
58628
58628
  });
58629
58629
  });
@@ -58635,11 +58635,11 @@ function useCount(count, showCount) {
58635
58635
  if (showCount) {
58636
58636
  mergedConfig.show = _typeof$a(showCount) === 'object' && showCount.formatter ? showCount.formatter : !!showCount;
58637
58637
  }
58638
- mergedConfig = _objectSpread2(_objectSpread2({}, mergedConfig), count);
58638
+ mergedConfig = _objectSpread2$1(_objectSpread2$1({}, mergedConfig), count);
58639
58639
  var _ref = mergedConfig,
58640
58640
  show = _ref.show,
58641
58641
  rest = _objectWithoutProperties(_ref, _excluded$m);
58642
- return _objectSpread2(_objectSpread2({}, rest), {}, {
58642
+ return _objectSpread2$1(_objectSpread2$1({}, rest), {}, {
58643
58643
  show: !!show,
58644
58644
  showFormatter: typeof show === 'function' ? show : undefined,
58645
58645
  strategy: rest.strategy || function (value) {
@@ -58842,7 +58842,7 @@ var Input$2 = /*#__PURE__*/forwardRef(function (props, ref) {
58842
58842
  }) : "".concat(valueLength).concat(hasMaxLength ? " / ".concat(mergedMax) : '');
58843
58843
  return /*#__PURE__*/React__default.createElement(React__default.Fragment, null, countConfig.show && /*#__PURE__*/React__default.createElement("span", {
58844
58844
  className: classNames("".concat(prefixCls, "-show-count-suffix"), _defineProperty$1({}, "".concat(prefixCls, "-show-count-has-suffix"), !!suffix), classNames$1 === null || classNames$1 === void 0 ? void 0 : classNames$1.count),
58845
- style: _objectSpread2({}, styles === null || styles === void 0 ? void 0 : styles.count)
58845
+ style: _objectSpread2$1({}, styles === null || styles === void 0 ? void 0 : styles.count)
58846
58846
  }, dataCount), suffix);
58847
58847
  }
58848
58848
  return null;
@@ -61221,7 +61221,7 @@ var ResizableTextArea = /*#__PURE__*/React.forwardRef(function (props, ref) {
61221
61221
 
61222
61222
  // =============================== Render ===============================
61223
61223
  var mergedAutoSizeStyle = needAutoSize ? autoSizeStyle : null;
61224
- var mergedStyle = _objectSpread2(_objectSpread2({}, style), mergedAutoSizeStyle);
61224
+ var mergedStyle = _objectSpread2$1(_objectSpread2$1({}, style), mergedAutoSizeStyle);
61225
61225
  if (resizeState === RESIZE_START || resizeState === RESIZE_MEASURING) {
61226
61226
  mergedStyle.overflowY = 'hidden';
61227
61227
  mergedStyle.overflowX = 'hidden';
@@ -61416,13 +61416,13 @@ var TextArea$1 = /*#__PURE__*/React__default.forwardRef(function (_ref, ref) {
61416
61416
  handleReset: handleReset,
61417
61417
  suffix: suffixNode,
61418
61418
  prefixCls: prefixCls,
61419
- classNames: _objectSpread2(_objectSpread2({}, classNames$1), {}, {
61419
+ classNames: _objectSpread2$1(_objectSpread2$1({}, classNames$1), {}, {
61420
61420
  affixWrapper: classNames(classNames$1 === null || classNames$1 === void 0 ? void 0 : classNames$1.affixWrapper, _defineProperty$1(_defineProperty$1({}, "".concat(prefixCls, "-show-count"), showCount), "".concat(prefixCls, "-textarea-allow-clear"), allowClear))
61421
61421
  }),
61422
61422
  disabled: disabled,
61423
61423
  focused: focused,
61424
61424
  className: classNames(className, isOutOfRange && "".concat(prefixCls, "-out-of-range")),
61425
- style: _objectSpread2(_objectSpread2({}, style), textareaResized && !isPureTextArea ? {
61425
+ style: _objectSpread2$1(_objectSpread2$1({}, style), textareaResized && !isPureTextArea ? {
61426
61426
  height: 'auto'
61427
61427
  } : {}),
61428
61428
  dataAttrs: {
@@ -61443,7 +61443,7 @@ var TextArea$1 = /*#__PURE__*/React__default.forwardRef(function (_ref, ref) {
61443
61443
  onCompositionStart: onInternalCompositionStart,
61444
61444
  onCompositionEnd: onInternalCompositionEnd,
61445
61445
  className: classNames(classNames$1 === null || classNames$1 === void 0 ? void 0 : classNames$1.textarea),
61446
- style: _objectSpread2(_objectSpread2({}, styles === null || styles === void 0 ? void 0 : styles.textarea), {}, {
61446
+ style: _objectSpread2$1(_objectSpread2$1({}, styles === null || styles === void 0 ? void 0 : styles.textarea), {}, {
61447
61447
  resize: style === null || style === void 0 ? void 0 : style.resize
61448
61448
  }),
61449
61449
  disabled: disabled,
@@ -61743,7 +61743,7 @@ var Handle = /*#__PURE__*/React.forwardRef(function (props, ref) {
61743
61743
  var handleNode = /*#__PURE__*/React.createElement("div", _extends$y({
61744
61744
  ref: ref,
61745
61745
  className: classNames(handlePrefixCls, _defineProperty$1(_defineProperty$1(_defineProperty$1({}, "".concat(handlePrefixCls, "-").concat(valueIndex + 1), valueIndex !== null && range), "".concat(handlePrefixCls, "-dragging"), dragging), "".concat(handlePrefixCls, "-dragging-delete"), draggingDelete), classNames$1.handle),
61746
- style: _objectSpread2(_objectSpread2(_objectSpread2({}, positionStyle), style), styles.handle)
61746
+ style: _objectSpread2$1(_objectSpread2$1(_objectSpread2$1({}, positionStyle), style), styles.handle)
61747
61747
  }, divProps, restProps));
61748
61748
 
61749
61749
  // Customize
@@ -61815,7 +61815,7 @@ var Handles = /*#__PURE__*/React.forwardRef(function (props, ref) {
61815
61815
 
61816
61816
  // =========================== Render ===========================
61817
61817
  // Handle Props
61818
- var handleProps = _objectSpread2({
61818
+ var handleProps = _objectSpread2$1({
61819
61819
  prefixCls: prefixCls,
61820
61820
  onStartMove: onStartMove,
61821
61821
  onOffsetChange: onOffsetChange,
@@ -61878,7 +61878,7 @@ var Mark = function Mark(props) {
61878
61878
  var positionStyle = getDirectionStyle(direction, value, min, max);
61879
61879
  return /*#__PURE__*/React.createElement("span", {
61880
61880
  className: classNames(textCls, _defineProperty$1({}, "".concat(textCls, "-active"), included && includedStart <= value && value <= includedEnd)),
61881
- style: _objectSpread2(_objectSpread2({}, positionStyle), style),
61881
+ style: _objectSpread2$1(_objectSpread2$1({}, positionStyle), style),
61882
61882
  onMouseDown: function onMouseDown(e) {
61883
61883
  e.stopPropagation();
61884
61884
  },
@@ -61930,9 +61930,9 @@ var Dot = function Dot(props) {
61930
61930
  var active = included && includedStart <= value && value <= includedEnd;
61931
61931
 
61932
61932
  // ============================ Offset ============================
61933
- var mergedStyle = _objectSpread2(_objectSpread2({}, getDirectionStyle(direction, value, min, max)), typeof style === 'function' ? style(value) : style);
61933
+ var mergedStyle = _objectSpread2$1(_objectSpread2$1({}, getDirectionStyle(direction, value, min, max)), typeof style === 'function' ? style(value) : style);
61934
61934
  if (active) {
61935
- mergedStyle = _objectSpread2(_objectSpread2({}, mergedStyle), typeof activeStyle === 'function' ? activeStyle(value) : activeStyle);
61935
+ mergedStyle = _objectSpread2$1(_objectSpread2$1({}, mergedStyle), typeof activeStyle === 'function' ? activeStyle(value) : activeStyle);
61936
61936
  }
61937
61937
  return /*#__PURE__*/React.createElement("span", {
61938
61938
  className: classNames(dotClassName, _defineProperty$1({}, "".concat(dotClassName, "-active"), active)),
@@ -62029,7 +62029,7 @@ var Track = function Track(props) {
62029
62029
  var className = replaceCls || classNames(trackPrefixCls, _defineProperty$1(_defineProperty$1({}, "".concat(trackPrefixCls, "-").concat(index + 1), index !== null && range), "".concat(prefixCls, "-track-draggable"), onStartMove), classNames$1.track);
62030
62030
  return /*#__PURE__*/React.createElement("div", {
62031
62031
  className: className,
62032
- style: _objectSpread2(_objectSpread2({}, positionStyle), style),
62032
+ style: _objectSpread2$1(_objectSpread2$1({}, positionStyle), style),
62033
62033
  onMouseDown: onInternalStartMove,
62034
62034
  onTouchStart: onInternalStartMove
62035
62035
  });
@@ -62092,7 +62092,7 @@ var Tracks = function Tracks(props) {
62092
62092
  return /*#__PURE__*/React.createElement(Track, {
62093
62093
  index: index,
62094
62094
  prefixCls: prefixCls,
62095
- style: _objectSpread2(_objectSpread2({}, getIndex(style, index)), styles.track),
62095
+ style: _objectSpread2$1(_objectSpread2$1({}, getIndex(style, index)), styles.track),
62096
62096
  start: start,
62097
62097
  end: end,
62098
62098
  key: index,
@@ -62977,7 +62977,7 @@ var Slider$1 = /*#__PURE__*/React.forwardRef(function (props, ref) {
62977
62977
  id: id
62978
62978
  }, /*#__PURE__*/React.createElement("div", {
62979
62979
  className: classNames("".concat(prefixCls, "-rail"), classNames$1 === null || classNames$1 === void 0 ? void 0 : classNames$1.rail),
62980
- style: _objectSpread2(_objectSpread2({}, railStyle), styles === null || styles === void 0 ? void 0 : styles.rail)
62980
+ style: _objectSpread2$1(_objectSpread2$1({}, railStyle), styles === null || styles === void 0 ? void 0 : styles.rail)
62981
62981
  }), track !== false && /*#__PURE__*/React.createElement(Tracks, {
62982
62982
  prefixCls: prefixCls,
62983
62983
  style: trackStyle,
@@ -63819,7 +63819,7 @@ const generateRangePicker = generateConfig => {
63819
63819
  } = formItemContext;
63820
63820
  const suffixNode = /*#__PURE__*/React.createElement(React.Fragment, null, picker === TIME ? /*#__PURE__*/React.createElement(RefIcon$B, null) : /*#__PURE__*/React.createElement(RefIcon$I, null), hasFeedback && feedbackIcon);
63821
63821
  useImperativeHandle(ref, () => innerRef.current);
63822
- const [contextLocale] = useLocale$1('Calendar', locale$1);
63822
+ const [contextLocale] = useLocale$1('Calendar', locale$5);
63823
63823
  const locale = Object.assign(Object.assign({}, contextLocale), props.locale);
63824
63824
  // ============================ zIndex ============================
63825
63825
  const [zIndex] = useZIndex('DatePicker', (_a = props.popupStyle) === null || _a === void 0 ? void 0 : _a.zIndex);
@@ -63973,7 +63973,7 @@ const generatePicker$1 = generateConfig => {
63973
63973
  feedbackIcon
63974
63974
  } = formItemContext;
63975
63975
  const suffixNode = /*#__PURE__*/React.createElement(React.Fragment, null, mergedPicker === 'time' ? /*#__PURE__*/React.createElement(RefIcon$B, null) : /*#__PURE__*/React.createElement(RefIcon$I, null), hasFeedback && feedbackIcon);
63976
- const [contextLocale] = useLocale$1('DatePicker', locale$1);
63976
+ const [contextLocale] = useLocale$1('DatePicker', locale$5);
63977
63977
  const locale = Object.assign(Object.assign({}, contextLocale), props.locale);
63978
63978
  // ============================ zIndex ============================
63979
63979
  const [zIndex] = useZIndex('DatePicker', (_a = props.popupStyle) === null || _a === void 0 ? void 0 : _a.zIndex);
@@ -65472,7 +65472,7 @@ const FormItemLabel = _ref => {
65472
65472
  labelChildren = /*#__PURE__*/React.createElement(React.Fragment, null, labelChildren, /*#__PURE__*/React.createElement("span", {
65473
65473
  className: `${prefixCls}-item-optional`,
65474
65474
  title: ""
65475
- }, (formLocale === null || formLocale === void 0 ? void 0 : formLocale.optional) || ((_a = localeValues.Form) === null || _a === void 0 ? void 0 : _a.optional)));
65475
+ }, (formLocale === null || formLocale === void 0 ? void 0 : formLocale.optional) || ((_a = localeValues$1.Form) === null || _a === void 0 ? void 0 : _a.optional)));
65476
65476
  }
65477
65477
  const labelClassName = classNames({
65478
65478
  [`${prefixCls}-item-required`]: required,
@@ -66158,7 +66158,7 @@ var Operations = function Operations(props) {
66158
66158
  getContainer: getContainer !== null && getContainer !== void 0 ? getContainer : document.body
66159
66159
  }, /*#__PURE__*/React.createElement("div", {
66160
66160
  className: classNames("".concat(prefixCls, "-operations-wrapper"), className, rootClassName),
66161
- style: _objectSpread2(_objectSpread2({}, style), {}, {
66161
+ style: _objectSpread2$1(_objectSpread2$1({}, style), {}, {
66162
66162
  zIndex: zIndex
66163
66163
  })
66164
66164
  }, closeIcon === null ? null : /*#__PURE__*/React.createElement("button", {
@@ -66178,7 +66178,7 @@ var Operations = function Operations(props) {
66178
66178
  className: "".concat(prefixCls, "-footer")
66179
66179
  }, showProgress && /*#__PURE__*/React.createElement("div", {
66180
66180
  className: "".concat(prefixCls, "-progress")
66181
- }, countRender ? countRender(current + 1, count) : "".concat(current + 1, " / ").concat(count)), toolbarRender ? toolbarRender(toolbarNode, _objectSpread2(_objectSpread2({
66181
+ }, countRender ? countRender(current + 1, count) : "".concat(current + 1, " / ").concat(count)), toolbarRender ? toolbarRender(toolbarNode, _objectSpread2$1(_objectSpread2$1({
66182
66182
  icons: {
66183
66183
  prevIcon: switchPrevNode,
66184
66184
  nextIcon: switchNextNode,
@@ -66243,7 +66243,7 @@ function useImageTransform(imgRef, minScale, maxScale, onTransform) {
66243
66243
  setTransform(function (preState) {
66244
66244
  var memoState = preState;
66245
66245
  queue.current.forEach(function (queueState) {
66246
- memoState = _objectSpread2(_objectSpread2({}, memoState), queueState);
66246
+ memoState = _objectSpread2$1(_objectSpread2$1({}, memoState), queueState);
66247
66247
  });
66248
66248
  frame.current = null;
66249
66249
  onTransform === null || onTransform === void 0 || onTransform({
@@ -66254,7 +66254,7 @@ function useImageTransform(imgRef, minScale, maxScale, onTransform) {
66254
66254
  });
66255
66255
  });
66256
66256
  }
66257
- queue.current.push(_objectSpread2(_objectSpread2({}, transform), newTransform));
66257
+ queue.current.push(_objectSpread2$1(_objectSpread2$1({}, transform), newTransform));
66258
66258
  };
66259
66259
 
66260
66260
  /** Scale according to the position of centerX and centerY */
@@ -66359,7 +66359,7 @@ function getFixScaleEleTransPosition(width, height, left, top) {
66359
66359
  y: 0
66360
66360
  };
66361
66361
  } else if (width > clientWidth || height > clientHeight) {
66362
- fixPos = _objectSpread2(_objectSpread2({}, fixPoint('x', left, width, clientWidth)), fixPoint('y', top, height, clientHeight));
66362
+ fixPos = _objectSpread2$1(_objectSpread2$1({}, fixPoint('x', left, width, clientWidth)), fixPoint('y', top, height, clientHeight));
66363
66363
  }
66364
66364
  return fixPos;
66365
66365
  }
@@ -66424,7 +66424,7 @@ function useMouseEvent(imgRef, movable, visible, scaleStep, transform, updateTra
66424
66424
  var isRotate = rotate % 180 !== 0;
66425
66425
  var fixState = getFixScaleEleTransPosition(isRotate ? height : width, isRotate ? width : height, left, top);
66426
66426
  if (fixState) {
66427
- updateTransform(_objectSpread2({}, fixState), 'dragRebound');
66427
+ updateTransform(_objectSpread2$1({}, fixState), 'dragRebound');
66428
66428
  }
66429
66429
  }
66430
66430
  };
@@ -66588,7 +66588,7 @@ function useTouchEvent(imgRef, movable, visible, minScale, transform, updateTran
66588
66588
  eventType: 'none'
66589
66589
  });
66590
66590
  var updateTouchPointInfo = function updateTouchPointInfo(values) {
66591
- touchPointInfo.current = _objectSpread2(_objectSpread2({}, touchPointInfo.current), values);
66591
+ touchPointInfo.current = _objectSpread2$1(_objectSpread2$1({}, touchPointInfo.current), values);
66592
66592
  };
66593
66593
  var onTouchStart = function onTouchStart(event) {
66594
66594
  if (!movable) return;
@@ -66684,7 +66684,7 @@ function useTouchEvent(imgRef, movable, visible, minScale, transform, updateTran
66684
66684
  var isRotate = rotate % 180 !== 0;
66685
66685
  var fixState = getFixScaleEleTransPosition(isRotate ? height : width, isRotate ? width : height, left, top);
66686
66686
  if (fixState) {
66687
- updateTransform(_objectSpread2({}, fixState), 'dragRebound');
66687
+ updateTransform(_objectSpread2$1({}, fixState), 'dragRebound');
66688
66688
  }
66689
66689
  };
66690
66690
  useEffect(function () {
@@ -66884,7 +66884,7 @@ var Preview = function Preview(props) {
66884
66884
  onTouchEnd: onTouchEnd,
66885
66885
  onTouchCancel: onTouchEnd
66886
66886
  }));
66887
- var image = _objectSpread2({
66887
+ var image = _objectSpread2$1({
66888
66888
  url: src,
66889
66889
  alt: alt
66890
66890
  }, imageInfo);
@@ -66905,7 +66905,7 @@ var Preview = function Preview(props) {
66905
66905
  afterClose: onAfterClose
66906
66906
  }), /*#__PURE__*/React__default.createElement("div", {
66907
66907
  className: "".concat(prefixCls, "-img-wrapper")
66908
- }, imageRender ? imageRender(imgNode, _objectSpread2({
66908
+ }, imageRender ? imageRender(imgNode, _objectSpread2$1({
66909
66909
  transform: transform,
66910
66910
  image: image
66911
66911
  }, groupContext ? {
@@ -66955,11 +66955,11 @@ function usePreviewItems(items) {
66955
66955
  setImages = _React$useState2[1];
66956
66956
  var registerImage = React.useCallback(function (id, data) {
66957
66957
  setImages(function (imgs) {
66958
- return _objectSpread2(_objectSpread2({}, imgs), {}, _defineProperty$1({}, id, data));
66958
+ return _objectSpread2$1(_objectSpread2$1({}, imgs), {}, _defineProperty$1({}, id, data));
66959
66959
  });
66960
66960
  return function () {
66961
66961
  setImages(function (imgs) {
66962
- var cloneImgs = _objectSpread2({}, imgs);
66962
+ var cloneImgs = _objectSpread2$1({}, imgs);
66963
66963
  delete cloneImgs[id];
66964
66964
  return cloneImgs;
66965
66965
  });
@@ -67264,7 +67264,7 @@ var ImageInternal = function ImageInternal(props) {
67264
67264
 
67265
67265
  // ========================== Register ==========================
67266
67266
  var registerData = useMemo$1(function () {
67267
- return _objectSpread2(_objectSpread2({}, imgCommonProps), {}, {
67267
+ return _objectSpread2$1(_objectSpread2$1({}, imgCommonProps), {}, {
67268
67268
  src: src
67269
67269
  });
67270
67270
  }, [src, imgCommonProps]);
@@ -67291,13 +67291,13 @@ var ImageInternal = function ImageInternal(props) {
67291
67291
  return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("div", _extends$y({}, otherProps, {
67292
67292
  className: wrapperClass,
67293
67293
  onClick: canPreview ? onPreview : onClick,
67294
- style: _objectSpread2({
67294
+ style: _objectSpread2$1({
67295
67295
  width: width,
67296
67296
  height: height
67297
67297
  }, wrapperStyle)
67298
67298
  }), /*#__PURE__*/React.createElement("img", _extends$y({}, imgCommonProps, {
67299
67299
  className: classNames("".concat(prefixCls, "-img"), _defineProperty$1({}, "".concat(prefixCls, "-img-placeholder"), placeholder === true), className),
67300
- style: _objectSpread2({
67300
+ style: _objectSpread2$1({
67301
67301
  height: height
67302
67302
  }, style),
67303
67303
  ref: getImgRef
@@ -67725,13 +67725,13 @@ const Image$2 = props => {
67725
67725
  otherProps = __rest$d(props, ["prefixCls", "preview", "className", "rootClassName", "style"]);
67726
67726
  const {
67727
67727
  getPrefixCls,
67728
- locale: contextLocale = localeValues,
67728
+ locale: contextLocale = localeValues$1,
67729
67729
  getPopupContainer: getContextPopupContainer,
67730
67730
  image
67731
67731
  } = React.useContext(ConfigContext);
67732
67732
  const prefixCls = getPrefixCls('image', customizePrefixCls);
67733
67733
  const rootPrefixCls = getPrefixCls();
67734
- const imageLocale = contextLocale.Image || localeValues.Image;
67734
+ const imageLocale = contextLocale.Image || localeValues$1.Image;
67735
67735
  // Style
67736
67736
  const rootCls = useCSSVarCls(prefixCls);
67737
67737
  const [wrapCSSVar, hashId, cssVarCls] = useStyle$7(prefixCls, rootCls);
@@ -67792,7 +67792,7 @@ const extendsObject = function () {
67792
67792
  return result;
67793
67793
  };
67794
67794
 
67795
- var locale = {
67795
+ var locale$4 = {
67796
67796
  // Options
67797
67797
  items_per_page: '条/页',
67798
67798
  jump_to: '跳至',
@@ -68019,7 +68019,7 @@ var Pagination$1 = function Pagination(props) {
68019
68019
  _props$onShowSizeChan = props.onShowSizeChange,
68020
68020
  onShowSizeChange = _props$onShowSizeChan === void 0 ? noop$6 : _props$onShowSizeChan,
68021
68021
  _props$locale = props.locale,
68022
- locale$1 = _props$locale === void 0 ? locale : _props$locale,
68022
+ locale = _props$locale === void 0 ? locale$4 : _props$locale,
68023
68023
  style = props.style,
68024
68024
  _props$totalBoundaryS = props.totalBoundaryShowSizeChanger,
68025
68025
  totalBoundaryShowSizeChanger = _props$totalBoundaryS === void 0 ? 50 : _props$totalBoundaryS,
@@ -68074,7 +68074,7 @@ var Pagination$1 = function Pagination(props) {
68074
68074
  className: "".concat(prefixCls, "-item-link")
68075
68075
  });
68076
68076
  if (typeof icon === 'function') {
68077
- iconNode = /*#__PURE__*/React__default.createElement(icon, _objectSpread2({}, props));
68077
+ iconNode = /*#__PURE__*/React__default.createElement(icon, _objectSpread2$1({}, props));
68078
68078
  }
68079
68079
  return iconNode;
68080
68080
  }
@@ -68247,7 +68247,7 @@ var Pagination$1 = function Pagination(props) {
68247
68247
  type: "button",
68248
68248
  onClick: handleGoTO,
68249
68249
  onKeyUp: handleGoTO
68250
- }, locale$1.jump_to_confirm);
68250
+ }, locale.jump_to_confirm);
68251
68251
  } else {
68252
68252
  gotoButton = /*#__PURE__*/React__default.createElement("span", {
68253
68253
  onClick: handleGoTO,
@@ -68255,7 +68255,7 @@ var Pagination$1 = function Pagination(props) {
68255
68255
  }, goButton);
68256
68256
  }
68257
68257
  gotoButton = /*#__PURE__*/React__default.createElement("li", {
68258
- title: showTitle ? "".concat(locale$1.jump_to).concat(current, "/").concat(allPages) : null,
68258
+ title: showTitle ? "".concat(locale.jump_to).concat(current, "/").concat(allPages) : null,
68259
68259
  className: "".concat(prefixCls, "-simple-pager")
68260
68260
  }, gotoButton);
68261
68261
  }
@@ -68294,8 +68294,8 @@ var Pagination$1 = function Pagination(props) {
68294
68294
  })));
68295
68295
  }
68296
68296
  } else {
68297
- var prevItemTitle = showLessItems ? locale$1.prev_3 : locale$1.prev_5;
68298
- var nextItemTitle = showLessItems ? locale$1.next_3 : locale$1.next_5;
68297
+ var prevItemTitle = showLessItems ? locale.prev_3 : locale.prev_5;
68298
+ var nextItemTitle = showLessItems ? locale.next_3 : locale.next_5;
68299
68299
  var jumpPrevContent = itemRender(jumpPrevPage, 'jump-prev', getItemIcon(jumpPrevIcon, 'prev page'));
68300
68300
  var jumpNextContent = itemRender(jumpNextPage, 'jump-next', getItemIcon(jumpNextIcon, 'next page'));
68301
68301
  if (showPrevNextJumpers) {
@@ -68361,7 +68361,7 @@ var Pagination$1 = function Pagination(props) {
68361
68361
  if (prev) {
68362
68362
  var prevDisabled = !hasPrev || !allPages;
68363
68363
  prev = /*#__PURE__*/React__default.createElement("li", {
68364
- title: showTitle ? locale$1.prev_page : null,
68364
+ title: showTitle ? locale.prev_page : null,
68365
68365
  onClick: prevHandle,
68366
68366
  tabIndex: prevDisabled ? null : 0,
68367
68367
  onKeyDown: runIfEnterPrev,
@@ -68380,7 +68380,7 @@ var Pagination$1 = function Pagination(props) {
68380
68380
  nextTabIndex = nextDisabled ? null : 0;
68381
68381
  }
68382
68382
  next = /*#__PURE__*/React__default.createElement("li", {
68383
- title: showTitle ? locale$1.next_page : null,
68383
+ title: showTitle ? locale.next_page : null,
68384
68384
  onClick: nextHandle,
68385
68385
  tabIndex: nextTabIndex,
68386
68386
  onKeyDown: runIfEnterNext,
@@ -68394,7 +68394,7 @@ var Pagination$1 = function Pagination(props) {
68394
68394
  style: style,
68395
68395
  ref: paginationRef
68396
68396
  }, dataOrAriaAttributeProps), totalText, prev, simple ? simplePager : pagerList, next, /*#__PURE__*/React__default.createElement(Options, {
68397
- locale: locale$1,
68397
+ locale: locale,
68398
68398
  rootPrefixCls: prefixCls,
68399
68399
  disabled: disabled,
68400
68400
  selectComponentClass: selectComponentClass,
@@ -69109,7 +69109,7 @@ const Pagination = props => {
69109
69109
  jumpNextIcon
69110
69110
  };
69111
69111
  }, [direction, prefixCls]);
69112
- const [contextLocale] = useLocale$1('Pagination', locale$4);
69112
+ const [contextLocale] = useLocale$1('Pagination', locale$8);
69113
69113
  const locale = Object.assign(Object.assign({}, contextLocale), customLocale);
69114
69114
  const mergedSize = useSize(customizeSize);
69115
69115
  const isSmall = mergedSize === 'small' || !!(xs && !mergedSize && responsive);
@@ -70798,7 +70798,7 @@ function toArray$5(value) {
70798
70798
  return Array.isArray(mergedValue) ? mergedValue : [mergedValue];
70799
70799
  }
70800
70800
  var Circle$3 = function Circle(props) {
70801
- var _defaultProps$props = _objectSpread2(_objectSpread2({}, defaultProps), props),
70801
+ var _defaultProps$props = _objectSpread2$1(_objectSpread2$1({}, defaultProps), props),
70802
70802
  id = _defaultProps$props.id,
70803
70803
  prefixCls = _defaultProps$props.prefixCls,
70804
70804
  steps = _defaultProps$props.steps,
@@ -72124,7 +72124,7 @@ function Cell(props) {
72124
72124
  if (align) {
72125
72125
  alignStyle.textAlign = align;
72126
72126
  }
72127
- var mergedStyle = _objectSpread2(_objectSpread2(_objectSpread2(_objectSpread2({}, fixedStyle), additionalProps.style), alignStyle), legacyCellProps === null || legacyCellProps === void 0 ? void 0 : legacyCellProps.style);
72127
+ var mergedStyle = _objectSpread2$1(_objectSpread2$1(_objectSpread2$1(_objectSpread2$1({}, fixedStyle), additionalProps.style), alignStyle), legacyCellProps === null || legacyCellProps === void 0 ? void 0 : legacyCellProps.style);
72128
72128
 
72129
72129
  // >>>>> Children Node
72130
72130
  var mergedChildNode = childNode;
@@ -72399,7 +72399,7 @@ function useRowInfo(record, rowKey, recordIndex, indent) {
72399
72399
 
72400
72400
  // ========================= Column =========================
72401
72401
  var columnsKey = getColumnsKey(flattenColumns);
72402
- return _objectSpread2(_objectSpread2({}, context), {}, {
72402
+ return _objectSpread2$1(_objectSpread2$1({}, context), {}, {
72403
72403
  columnsKey: columnsKey,
72404
72404
  nestExpandable: nestExpandable,
72405
72405
  expanded: expanded,
@@ -72408,7 +72408,7 @@ function useRowInfo(record, rowKey, recordIndex, indent) {
72408
72408
  onTriggerExpand: onInternalTriggerExpand,
72409
72409
  rowSupportExpand: rowSupportExpand,
72410
72410
  expandable: mergedExpandable,
72411
- rowProps: _objectSpread2(_objectSpread2({}, rowProps), {}, {
72411
+ rowProps: _objectSpread2$1(_objectSpread2$1({}, rowProps), {}, {
72412
72412
  className: classNames(computeRowClassName, rowProps === null || rowProps === void 0 ? void 0 : rowProps.className),
72413
72413
  onClick: onClick
72414
72414
  })
@@ -72547,7 +72547,7 @@ function BodyRow(props) {
72547
72547
  var baseRowNode = /*#__PURE__*/React.createElement(RowComponent, _extends$y({}, rowProps, {
72548
72548
  "data-row-key": rowKey,
72549
72549
  className: classNames(className, "".concat(prefixCls, "-row"), "".concat(prefixCls, "-row-level-").concat(indent), rowProps === null || rowProps === void 0 ? void 0 : rowProps.className, indent >= 1 ? computedExpandedRowClassName : ''),
72550
- style: _objectSpread2(_objectSpread2({}, style), rowProps === null || rowProps === void 0 ? void 0 : rowProps.style)
72550
+ style: _objectSpread2$1(_objectSpread2$1({}, style), rowProps === null || rowProps === void 0 ? void 0 : rowProps.style)
72551
72551
  }), flattenColumns.map(function (column, colIndex) {
72552
72552
  var render = column.render,
72553
72553
  dataIndex = column.dataIndex,
@@ -72733,7 +72733,7 @@ function getExpandableProps(props) {
72733
72733
  legacyExpandableConfig = _objectWithoutProperties(props, _excluded$a);
72734
72734
  var config;
72735
72735
  if ('expandable' in props) {
72736
- config = _objectSpread2(_objectSpread2({}, legacyExpandableConfig), expandable);
72736
+ config = _objectSpread2$1(_objectSpread2$1({}, legacyExpandableConfig), expandable);
72737
72737
  } else {
72738
72738
  if (['indentSize', 'expandedRowKeys', 'defaultExpandedRowKeys', 'defaultExpandAllRows', 'expandedRowRender', 'expandRowByClick', 'expandIcon', 'onExpand', 'onExpandedRowsChange', 'expandedRowClassName', 'expandIconColumnIndex', 'showExpandColumn', 'title'].some(function (prop) {
72739
72739
  return prop in props;
@@ -72892,7 +72892,7 @@ var FixedHolder = /*#__PURE__*/React.forwardRef(function (props, ref) {
72892
72892
  var headerStickyOffsets = useMemo$1(function () {
72893
72893
  var right = stickyOffsets.right,
72894
72894
  left = stickyOffsets.left;
72895
- return _objectSpread2(_objectSpread2({}, stickyOffsets), {}, {
72895
+ return _objectSpread2$1(_objectSpread2$1({}, stickyOffsets), {}, {
72896
72896
  left: direction === 'rtl' ? [].concat(_toConsumableArray(left.map(function (width) {
72897
72897
  return width + combinationScrollBarSize;
72898
72898
  })), [0]) : left,
@@ -72904,7 +72904,7 @@ var FixedHolder = /*#__PURE__*/React.forwardRef(function (props, ref) {
72904
72904
  }, [combinationScrollBarSize, stickyOffsets, isSticky]);
72905
72905
  var mergedColumnWidth = useColumnWidth(colWidths, columCount);
72906
72906
  return /*#__PURE__*/React.createElement("div", {
72907
- style: _objectSpread2({
72907
+ style: _objectSpread2$1({
72908
72908
  overflow: 'hidden'
72909
72909
  }, isSticky ? {
72910
72910
  top: stickyTopOffset,
@@ -72921,7 +72921,7 @@ var FixedHolder = /*#__PURE__*/React.forwardRef(function (props, ref) {
72921
72921
  colWidths: mergedColumnWidth ? [].concat(_toConsumableArray(mergedColumnWidth), [combinationScrollBarSize]) : [],
72922
72922
  columCount: columCount + 1,
72923
72923
  columns: flattenColumnsWithScrollbar
72924
- }), children(_objectSpread2(_objectSpread2({}, restProps), {}, {
72924
+ }), children(_objectSpread2$1(_objectSpread2$1({}, restProps), {}, {
72925
72925
  stickyOffsets: headerStickyOffsets,
72926
72926
  columns: columnsWithScrollbar,
72927
72927
  flattenColumns: flattenColumnsWithScrollbar
@@ -73108,7 +73108,7 @@ function useWidthColumns(flattenColumns, scrollWidth, clientWidth) {
73108
73108
  var avgWidth = restWidth / missWidthCount;
73109
73109
  var realTotal = 0;
73110
73110
  var filledColumns = flattenColumns.map(function (col) {
73111
- var clone = _objectSpread2({}, col);
73111
+ var clone = _objectSpread2$1({}, col);
73112
73112
  var colWidth = parseColWidth(scrollWidth, clone.width);
73113
73113
  if (colWidth) {
73114
73114
  clone.width = colWidth;
@@ -73149,7 +73149,7 @@ function convertChildrenToColumns(children) {
73149
73149
  props = _ref.props;
73150
73150
  var nodeChildren = props.children,
73151
73151
  restProps = _objectWithoutProperties(props, _excluded$7);
73152
- var column = _objectSpread2({
73152
+ var column = _objectSpread2$1({
73153
73153
  key: key
73154
73154
  }, restProps);
73155
73155
  if (nodeChildren) {
@@ -73164,7 +73164,7 @@ function filterHiddenColumns(columns) {
73164
73164
  }).map(function (column) {
73165
73165
  var subColumns = column.children;
73166
73166
  if (subColumns && subColumns.length > 0) {
73167
- return _objectSpread2(_objectSpread2({}, column), {}, {
73167
+ return _objectSpread2$1(_objectSpread2$1({}, column), {}, {
73168
73168
  children: filterHiddenColumns(subColumns)
73169
73169
  });
73170
73170
  }
@@ -73183,12 +73183,12 @@ function flatColumns(columns) {
73183
73183
  var subColumns = column.children;
73184
73184
  if (subColumns && subColumns.length > 0) {
73185
73185
  return [].concat(_toConsumableArray(list), _toConsumableArray(flatColumns(subColumns, mergedKey).map(function (subColum) {
73186
- return _objectSpread2({
73186
+ return _objectSpread2$1({
73187
73187
  fixed: parsedFixed
73188
73188
  }, subColum);
73189
73189
  })));
73190
73190
  }
73191
- return [].concat(_toConsumableArray(list), [_objectSpread2(_objectSpread2({
73191
+ return [].concat(_toConsumableArray(list), [_objectSpread2$1(_objectSpread2$1({
73192
73192
  key: mergedKey
73193
73193
  }, column), {}, {
73194
73194
  fixed: parsedFixed
@@ -73207,7 +73207,7 @@ function revertForRtl(columns) {
73207
73207
  } else if (fixed === 'right') {
73208
73208
  parsedFixed = 'left';
73209
73209
  }
73210
- return _objectSpread2({
73210
+ return _objectSpread2$1({
73211
73211
  fixed: parsedFixed
73212
73212
  }, restProps);
73213
73213
  });
@@ -73726,13 +73726,13 @@ var StickyScrollBar = function StickyScrollBar(_ref, ref) {
73726
73726
  var currentClientOffset = container === window ? document.documentElement.scrollTop + window.innerHeight : getOffset(container).top + container.clientHeight;
73727
73727
  if (tableBottomOffset - getScrollBarSize() <= currentClientOffset || tableOffsetTop >= currentClientOffset - offsetScroll) {
73728
73728
  setScrollState(function (state) {
73729
- return _objectSpread2(_objectSpread2({}, state), {}, {
73729
+ return _objectSpread2$1(_objectSpread2$1({}, state), {}, {
73730
73730
  isHiddenScrollBar: true
73731
73731
  });
73732
73732
  });
73733
73733
  } else {
73734
73734
  setScrollState(function (state) {
73735
- return _objectSpread2(_objectSpread2({}, state), {}, {
73735
+ return _objectSpread2$1(_objectSpread2$1({}, state), {}, {
73736
73736
  isHiddenScrollBar: false
73737
73737
  });
73738
73738
  });
@@ -73741,7 +73741,7 @@ var StickyScrollBar = function StickyScrollBar(_ref, ref) {
73741
73741
  };
73742
73742
  var setScrollLeft = function setScrollLeft(left) {
73743
73743
  setScrollState(function (state) {
73744
- return _objectSpread2(_objectSpread2({}, state), {}, {
73744
+ return _objectSpread2$1(_objectSpread2$1({}, state), {}, {
73745
73745
  scrollLeft: left / bodyScrollWidth * bodyWidth || 0
73746
73746
  });
73747
73747
  });
@@ -73776,7 +73776,7 @@ var StickyScrollBar = function StickyScrollBar(_ref, ref) {
73776
73776
  if (!bodyNode) {
73777
73777
  return state;
73778
73778
  }
73779
- return _objectSpread2(_objectSpread2({}, state), {}, {
73779
+ return _objectSpread2$1(_objectSpread2$1({}, state), {}, {
73780
73780
  scrollLeft: bodyNode.scrollLeft / bodyNode.scrollWidth * bodyNode.clientWidth
73781
73781
  });
73782
73782
  });
@@ -73815,7 +73815,7 @@ function defaultEmpty() {
73815
73815
  return 'No Data';
73816
73816
  }
73817
73817
  function Table$1(tableProps, ref) {
73818
- var props = _objectSpread2({
73818
+ var props = _objectSpread2$1({
73819
73819
  rowKey: 'key',
73820
73820
  prefixCls: DEFAULT_PREFIX,
73821
73821
  emptyText: defaultEmpty
@@ -73901,7 +73901,7 @@ function Table$1(tableProps, ref) {
73901
73901
  _React$useState2 = _slicedToArray$2(_React$useState, 2),
73902
73902
  componentWidth = _React$useState2[0],
73903
73903
  setComponentWidth = _React$useState2[1];
73904
- var _useColumns = useColumns(_objectSpread2(_objectSpread2(_objectSpread2({}, props), expandableConfig), {}, {
73904
+ var _useColumns = useColumns(_objectSpread2$1(_objectSpread2$1(_objectSpread2$1({}, props), expandableConfig), {}, {
73905
73905
  expandable: !!expandableConfig.expandedRowRender,
73906
73906
  columnTitle: expandableConfig.columnTitle,
73907
73907
  expandedKeys: mergedExpandedKeys,
@@ -74271,12 +74271,12 @@ function Table$1(tableProps, ref) {
74271
74271
  });
74272
74272
  } else {
74273
74273
  bodyContent = /*#__PURE__*/React.createElement("div", {
74274
- style: _objectSpread2(_objectSpread2({}, scrollXStyle), scrollYStyle),
74274
+ style: _objectSpread2$1(_objectSpread2$1({}, scrollXStyle), scrollYStyle),
74275
74275
  onScroll: onBodyScroll,
74276
74276
  ref: scrollBodyRef,
74277
74277
  className: classNames("".concat(prefixCls, "-body"))
74278
74278
  }, /*#__PURE__*/React.createElement(TableComponent, _extends$y({
74279
- style: _objectSpread2(_objectSpread2({}, scrollTableStyle), {}, {
74279
+ style: _objectSpread2$1(_objectSpread2$1({}, scrollTableStyle), {}, {
74280
74280
  tableLayout: mergedTableLayout
74281
74281
  })
74282
74282
  }, ariaProps), captionElement, bodyColGroup, bodyTable, !fixFooter && summaryNode && /*#__PURE__*/React.createElement(Footer$1, {
@@ -74286,7 +74286,7 @@ function Table$1(tableProps, ref) {
74286
74286
  }
74287
74287
 
74288
74288
  // Fixed holder share the props
74289
- var fixedHolderProps = _objectSpread2(_objectSpread2(_objectSpread2({
74289
+ var fixedHolderProps = _objectSpread2$1(_objectSpread2$1(_objectSpread2$1({
74290
74290
  noData: !mergedData.length,
74291
74291
  maxContentScroll: horizonScroll && mergedScrollX === 'max-content'
74292
74292
  }, headerProps), columnContext), {}, {
@@ -74312,12 +74312,12 @@ function Table$1(tableProps, ref) {
74312
74312
  } else {
74313
74313
  // >>>>>> Unique table
74314
74314
  groupTableNode = /*#__PURE__*/React.createElement("div", {
74315
- style: _objectSpread2(_objectSpread2({}, scrollXStyle), scrollYStyle),
74315
+ style: _objectSpread2$1(_objectSpread2$1({}, scrollXStyle), scrollYStyle),
74316
74316
  className: classNames("".concat(prefixCls, "-content")),
74317
74317
  onScroll: onInternalScroll,
74318
74318
  ref: scrollBodyRef
74319
74319
  }, /*#__PURE__*/React.createElement(TableComponent, _extends$y({
74320
- style: _objectSpread2(_objectSpread2({}, scrollTableStyle), {}, {
74320
+ style: _objectSpread2$1(_objectSpread2$1({}, scrollTableStyle), {}, {
74321
74321
  tableLayout: mergedTableLayout
74322
74322
  })
74323
74323
  }, ariaProps), captionElement, bodyColGroup, showHeader !== false && /*#__PURE__*/React.createElement(Header$1, _extends$y({}, headerProps, columnContext)), bodyTable, summaryNode && /*#__PURE__*/React.createElement(Footer$1, {
@@ -74469,7 +74469,7 @@ function VirtualCell(props) {
74469
74469
  var marginOffset = colSpan > 1 ? colWidth - concatColWidth : 0;
74470
74470
 
74471
74471
  // ========================== Style ===========================
74472
- var mergedStyle = _objectSpread2(_objectSpread2(_objectSpread2({}, cellStyle), style), {}, {
74472
+ var mergedStyle = _objectSpread2$1(_objectSpread2$1(_objectSpread2$1({}, cellStyle), style), {}, {
74473
74473
  flex: "0 0 ".concat(concatColWidth, "px"),
74474
74474
  width: "".concat(concatColWidth, "px"),
74475
74475
  marginRight: marginOffset,
@@ -74519,7 +74519,7 @@ function VirtualCell(props) {
74519
74519
  shouldCellUpdate: column.shouldCellUpdate
74520
74520
  }, fixedInfo, {
74521
74521
  appendNode: appendCellNode,
74522
- additionalProps: _objectSpread2(_objectSpread2({}, additionalCellProps), {}, {
74522
+ additionalProps: _objectSpread2$1(_objectSpread2$1({}, additionalCellProps), {}, {
74523
74523
  style: mergedStyle
74524
74524
  }, cellSpan)
74525
74525
  }));
@@ -74578,7 +74578,7 @@ var BodyLine = /*#__PURE__*/React.forwardRef(function (props, ref) {
74578
74578
  }
74579
74579
 
74580
74580
  // ========================== Render ==========================
74581
- var rowStyle = _objectSpread2(_objectSpread2({}, style), {}, {
74581
+ var rowStyle = _objectSpread2$1(_objectSpread2$1({}, style), {}, {
74582
74582
  width: scrollX
74583
74583
  });
74584
74584
  if (extra) {
@@ -74589,7 +74589,7 @@ var BodyLine = /*#__PURE__*/React.forwardRef(function (props, ref) {
74589
74589
  "data-row-key": rowKey,
74590
74590
  ref: rowSupportExpand ? null : ref,
74591
74591
  className: classNames(className, "".concat(prefixCls, "-row"), rowProps === null || rowProps === void 0 ? void 0 : rowProps.className, _defineProperty$1({}, "".concat(prefixCls, "-row-extra"), extra)),
74592
- style: _objectSpread2(_objectSpread2({}, rowStyle), rowProps === null || rowProps === void 0 ? void 0 : rowProps.style)
74592
+ style: _objectSpread2$1(_objectSpread2$1({}, rowStyle), rowProps === null || rowProps === void 0 ? void 0 : rowProps.style)
74593
74593
  }), flattenColumns.map(function (column, colIndex) {
74594
74594
  return /*#__PURE__*/React.createElement(VirtualCell, {
74595
74595
  key: colIndex,
@@ -74925,10 +74925,10 @@ function VirtualTable(props, ref) {
74925
74925
  value: context
74926
74926
  }, /*#__PURE__*/React.createElement(ImmutableTable, _extends$y({}, props, {
74927
74927
  className: classNames(className, "".concat(prefixCls, "-virtual")),
74928
- scroll: _objectSpread2(_objectSpread2({}, scroll), {}, {
74928
+ scroll: _objectSpread2$1(_objectSpread2$1({}, scroll), {}, {
74929
74929
  x: scrollX
74930
74930
  }),
74931
- components: _objectSpread2(_objectSpread2({}, components), {}, {
74931
+ components: _objectSpread2$1(_objectSpread2$1({}, components), {}, {
74932
74932
  // fix https://github.com/ant-design/ant-design/issues/48991
74933
74933
  body: data !== null && data !== void 0 && data.length ? renderBody : undefined
74934
74934
  }),
@@ -75181,7 +75181,7 @@ var InternalTreeNode = /*#__PURE__*/function (_React$Component) {
75181
75181
  var switcherIcon = switcherIconFromProps || switcherIconFromCtx;
75182
75182
  // if switcherIconDom is null, no render switcher span
75183
75183
  if (typeof switcherIcon === 'function') {
75184
- return switcherIcon(_objectSpread2(_objectSpread2({}, _this.props), {}, {
75184
+ return switcherIcon(_objectSpread2$1(_objectSpread2$1({}, _this.props), {}, {
75185
75185
  isLeaf: isLeaf
75186
75186
  }));
75187
75187
  }
@@ -77100,7 +77100,7 @@ var Tree$2 = /*#__PURE__*/function (_React$Component) {
77100
77100
  });
77101
77101
  _this.cleanDragState();
77102
77102
  if (dropTargetKey === null) return;
77103
- var abstractDropNodeProps = _objectSpread2(_objectSpread2({}, getTreeNodeProps(dropTargetKey, _this.getTreeNodeRequiredProps())), {}, {
77103
+ var abstractDropNodeProps = _objectSpread2$1(_objectSpread2$1({}, getTreeNodeProps(dropTargetKey, _this.getTreeNodeRequiredProps())), {}, {
77104
77104
  active: ((_this$getActiveItem = _this.getActiveItem()) === null || _this$getActiveItem === void 0 ? void 0 : _this$getActiveItem.key) === dropTargetKey,
77105
77105
  data: getEntity(_this.state.keyEntities, dropTargetKey).node
77106
77106
  });
@@ -77149,7 +77149,7 @@ var Tree$2 = /*#__PURE__*/function (_React$Component) {
77149
77149
  var node = flattenNodes.filter(function (nodeItem) {
77150
77150
  return nodeItem.key === key;
77151
77151
  })[0];
77152
- var eventNode = convertNodePropsToEventData(_objectSpread2(_objectSpread2({}, getTreeNodeProps(key, _this.getTreeNodeRequiredProps())), {}, {
77152
+ var eventNode = convertNodePropsToEventData(_objectSpread2$1(_objectSpread2$1({}, getTreeNodeProps(key, _this.getTreeNodeRequiredProps())), {}, {
77153
77153
  data: node.data
77154
77154
  }));
77155
77155
  _this.setExpandedKeys(expanded ? arrDel(expandedKeys, key) : arrAdd(expandedKeys, key));
@@ -77593,7 +77593,7 @@ var Tree$2 = /*#__PURE__*/function (_React$Component) {
77593
77593
  if (activeItem && activeItem.data) {
77594
77594
  var treeNodeRequiredProps = _this.getTreeNodeRequiredProps();
77595
77595
  var expandable = activeItem.data.isLeaf === false || !!(activeItem.data[fieldNames.children] || []).length;
77596
- var eventNode = convertNodePropsToEventData(_objectSpread2(_objectSpread2({}, getTreeNodeProps(activeKey, treeNodeRequiredProps)), {}, {
77596
+ var eventNode = convertNodePropsToEventData(_objectSpread2$1(_objectSpread2$1({}, getTreeNodeProps(activeKey, treeNodeRequiredProps)), {}, {
77597
77597
  data: activeItem.data,
77598
77598
  active: true
77599
77599
  }));
@@ -77656,7 +77656,7 @@ var Tree$2 = /*#__PURE__*/function (_React$Component) {
77656
77656
  newState[name] = state[name];
77657
77657
  });
77658
77658
  if (needSync && (!atomic || allPassed)) {
77659
- _this.setState(_objectSpread2(_objectSpread2({}, newState), forceState));
77659
+ _this.setState(_objectSpread2$1(_objectSpread2$1({}, newState), forceState));
77660
77660
  }
77661
77661
  }
77662
77662
  });
@@ -77882,7 +77882,7 @@ var Tree$2 = /*#__PURE__*/function (_React$Component) {
77882
77882
  var entitiesMap = convertDataToEntities(treeData, {
77883
77883
  fieldNames: fieldNames
77884
77884
  });
77885
- newState.keyEntities = _objectSpread2(_defineProperty$1({}, MOTION_KEY, MotionEntity), entitiesMap.keyEntities);
77885
+ newState.keyEntities = _objectSpread2$1(_defineProperty$1({}, MOTION_KEY, MotionEntity), entitiesMap.keyEntities);
77886
77886
 
77887
77887
  // Warning if treeNode not provide key
77888
77888
  {
@@ -77895,7 +77895,7 @@ var Tree$2 = /*#__PURE__*/function (_React$Component) {
77895
77895
  if (needSync('expandedKeys') || prevProps && needSync('autoExpandParent')) {
77896
77896
  newState.expandedKeys = props.autoExpandParent || !prevProps && props.defaultExpandParent ? conductExpandParent(props.expandedKeys, keyEntities) : props.expandedKeys;
77897
77897
  } else if (!prevProps && props.defaultExpandAll) {
77898
- var cloneKeyEntities = _objectSpread2({}, keyEntities);
77898
+ var cloneKeyEntities = _objectSpread2$1({}, keyEntities);
77899
77899
  delete cloneKeyEntities[MOTION_KEY];
77900
77900
 
77901
77901
  // Only take the key who has the children to enhance the performance
@@ -81438,7 +81438,7 @@ const InternalTable = (props, ref) => {
81438
81438
  }, [baseColumns, screens]);
81439
81439
  const tableProps = omit$2(props, ['className', 'style', 'columns']);
81440
81440
  const {
81441
- locale: contextLocale = localeValues,
81441
+ locale: contextLocale = localeValues$1,
81442
81442
  direction,
81443
81443
  table,
81444
81444
  renderEmpty,
@@ -81939,7 +81939,7 @@ var useCache = (function (values) {
81939
81939
 
81940
81940
  // Save in cache
81941
81941
  valueLabelsCache.set(value, mergedLabel);
81942
- return _objectSpread2(_objectSpread2({}, item), {}, {
81942
+ return _objectSpread2$1(_objectSpread2$1({}, item), {}, {
81943
81943
  label: mergedLabel
81944
81944
  });
81945
81945
  });
@@ -82021,7 +82021,7 @@ var useDataEntities = (function (treeData, fieldNames) {
82021
82021
  var collection = convertDataToEntities(treeData, {
82022
82022
  fieldNames: fieldNames,
82023
82023
  initWrapper: function initWrapper(wrapper) {
82024
- return _objectSpread2(_objectSpread2({}, wrapper), {}, {
82024
+ return _objectSpread2$1(_objectSpread2$1({}, wrapper), {}, {
82025
82025
  valueEntities: new Map()
82026
82026
  });
82027
82027
  },
@@ -82061,7 +82061,7 @@ function convertChildrenToData(nodes) {
82061
82061
  children = _ref$props.children,
82062
82062
  value = _ref$props.value,
82063
82063
  restProps = _objectWithoutProperties(_ref$props, _excluded$2);
82064
- var data = _objectSpread2({
82064
+ var data = _objectSpread2$1({
82065
82065
  key: key,
82066
82066
  value: value
82067
82067
  }, restProps);
@@ -82078,7 +82078,7 @@ function fillLegacyProps(dataNode) {
82078
82078
  if (!dataNode) {
82079
82079
  return dataNode;
82080
82080
  }
82081
- var cloneNode = _objectSpread2({}, dataNode);
82081
+ var cloneNode = _objectSpread2$1({}, dataNode);
82082
82082
  if (!('props' in cloneNode)) {
82083
82083
  Object.defineProperty(cloneNode, 'props', {
82084
82084
  get: function get() {
@@ -82187,7 +82187,7 @@ var useFilterTreeData = (function (treeData, searchValue, _ref) {
82187
82187
  var match = keepAll || filterOptionFunc(searchValue, fillLegacyProps(dataNode));
82188
82188
  var childList = dig(children || [], match);
82189
82189
  if (match || childList.length) {
82190
- total.push(_objectSpread2(_objectSpread2({}, dataNode), {}, _defineProperty$1({
82190
+ total.push(_objectSpread2$1(_objectSpread2$1({}, dataNode), {}, _defineProperty$1({
82191
82191
  isLeaf: undefined
82192
82192
  }, fieldChildren, childList)));
82193
82193
  }
@@ -82220,7 +82220,7 @@ function parseSimpleTreeData(treeData, _ref) {
82220
82220
 
82221
82221
  // Fill in the map
82222
82222
  var nodeList = treeData.map(function (node) {
82223
- var clone = _objectSpread2({}, node);
82223
+ var clone = _objectSpread2$1({}, node);
82224
82224
  var key = clone[id];
82225
82225
  keyNodes[key] = clone;
82226
82226
  clone.key = clone.key || key;
@@ -82253,7 +82253,7 @@ function parseSimpleTreeData(treeData, _ref) {
82253
82253
  function useTreeData(treeData, children, simpleMode) {
82254
82254
  return React.useMemo(function () {
82255
82255
  if (treeData) {
82256
- return simpleMode ? parseSimpleTreeData(treeData, _objectSpread2({
82256
+ return simpleMode ? parseSimpleTreeData(treeData, _objectSpread2$1({
82257
82257
  id: 'id',
82258
82258
  pId: 'pId',
82259
82259
  rootPId: null
@@ -82843,7 +82843,7 @@ var TreeSelect$1 = /*#__PURE__*/React.forwardRef(function (props, ref) {
82843
82843
  }
82844
82844
  return rawDisplayValues.map(function (item) {
82845
82845
  var _item$label;
82846
- return _objectSpread2(_objectSpread2({}, item), {}, {
82846
+ return _objectSpread2$1(_objectSpread2$1({}, item), {}, {
82847
82847
  label: (_item$label = item.label) !== null && _item$label !== void 0 ? _item$label : item.value
82848
82848
  });
82849
82849
  });
@@ -84025,7 +84025,7 @@ var AjaxUploader = /*#__PURE__*/function (_Component) {
84025
84025
  } // https://github.com/ant-design/ant-design/issues/19948
84026
84026
  ,
84027
84027
  key: this.state.uid,
84028
- style: _objectSpread2({
84028
+ style: _objectSpread2$1({
84029
84029
  display: 'none'
84030
84030
  }, styles.input),
84031
84031
  className: classNames$1.input,
@@ -85370,7 +85370,7 @@ const InternalUpload = (props, ref) => {
85370
85370
  }
85371
85371
  const wrapperCls = `${prefixCls}-wrapper`;
85372
85372
  const [wrapCSSVar, hashId, cssVarCls] = useStyle(prefixCls, wrapperCls);
85373
- const [contextLocale] = useLocale$1('Upload', localeValues.Upload);
85373
+ const [contextLocale] = useLocale$1('Upload', localeValues$1.Upload);
85374
85374
  const {
85375
85375
  showRemoveIcon,
85376
85376
  showPreviewIcon,
@@ -134031,7 +134031,7 @@ if (!Math.hypot) Math.hypot = function () {
134031
134031
  return Math.sqrt(y);
134032
134032
  };
134033
134033
 
134034
- var common = /*#__PURE__*/Object.freeze({
134034
+ var common$1 = /*#__PURE__*/Object.freeze({
134035
134035
  __proto__: null,
134036
134036
  get ARRAY_TYPE () { return ARRAY_TYPE; },
134037
134037
  EPSILON: EPSILON$1,
@@ -141645,7 +141645,7 @@ var vec2 = /*#__PURE__*/Object.freeze({
141645
141645
 
141646
141646
  var esm$1 = /*#__PURE__*/Object.freeze({
141647
141647
  __proto__: null,
141648
- glMatrix: common,
141648
+ glMatrix: common$1,
141649
141649
  mat2: mat2,
141650
141650
  mat2d: mat2d,
141651
141651
  mat3: mat3,
@@ -166362,8 +166362,8 @@ Object.defineProperty(queue, "__esModule", {
166362
166362
  value: true
166363
166363
  });
166364
166364
  queue.default = void 0;
166365
- var _linkedList = _interopRequireDefault$c(linkedList);
166366
- function _interopRequireDefault$c(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
166365
+ var _linkedList = _interopRequireDefault$g(linkedList);
166366
+ function _interopRequireDefault$g(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
166367
166367
  var Queue = /** @class */function () {
166368
166368
  function Queue() {
166369
166369
  this.linkedList = new _linkedList.default();
@@ -166489,9 +166489,9 @@ Object.defineProperty(bfs, "__esModule", {
166489
166489
  value: true
166490
166490
  });
166491
166491
  bfs.default = void 0;
166492
- var _queue = _interopRequireDefault$b(queue);
166492
+ var _queue = _interopRequireDefault$f(queue);
166493
166493
  var _util$d = util$3;
166494
- function _interopRequireDefault$b(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
166494
+ function _interopRequireDefault$f(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
166495
166495
  /**
166496
166496
  *
166497
166497
  * @param callbacks
@@ -166838,12 +166838,12 @@ Object.defineProperty(detectCycle, "__esModule", {
166838
166838
  value: true
166839
166839
  });
166840
166840
  detectCycle.detectAllUndirectedCycle = detectCycle.detectAllDirectedCycle = detectCycle.detectAllCycles = detectCycle.default = void 0;
166841
- var _dfs = _interopRequireDefault$a(dfs$2);
166841
+ var _dfs = _interopRequireDefault$e(dfs$2);
166842
166842
  var _connectedComponent = _interopRequireWildcard$1(connectedComponent);
166843
166843
  var _util$a = util$3;
166844
166844
  function _getRequireWildcardCache$1(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache$1 = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
166845
166845
  function _interopRequireWildcard$1(obj, nodeInterop) { if (obj && obj.__esModule) { return obj; } if (obj === null || _typeof$7(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache$1(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
166846
- function _interopRequireDefault$a(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
166846
+ function _interopRequireDefault$e(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
166847
166847
  var detectDirectedCycle = function detectDirectedCycle(graphData) {
166848
166848
  var cycle = null;
166849
166849
  var _a = graphData.nodes,
@@ -167297,9 +167297,9 @@ Object.defineProperty(findPath$1, "__esModule", {
167297
167297
  value: true
167298
167298
  });
167299
167299
  findPath$1.findShortestPath = findPath$1.findAllPath = void 0;
167300
- var _dijkstra$1 = _interopRequireDefault$9(dijkstra$2);
167300
+ var _dijkstra$1 = _interopRequireDefault$d(dijkstra$2);
167301
167301
  var _util$8 = util$3;
167302
- function _interopRequireDefault$9(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
167302
+ function _interopRequireDefault$d(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
167303
167303
  var findShortestPath = function findShortestPath(graphData, start, end, directed, weightPropertyName) {
167304
167304
  var _a = (0, _dijkstra$1.default)(graphData, start, directed, weightPropertyName),
167305
167305
  length = _a.length,
@@ -167361,8 +167361,8 @@ Object.defineProperty(floydWarshall$2, "__esModule", {
167361
167361
  value: true
167362
167362
  });
167363
167363
  floydWarshall$2.default = void 0;
167364
- var _adjacentMatrix$2 = _interopRequireDefault$8(adjacentMatrix);
167365
- function _interopRequireDefault$8(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
167364
+ var _adjacentMatrix$2 = _interopRequireDefault$c(adjacentMatrix);
167365
+ function _interopRequireDefault$c(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
167366
167366
  var floydWarshall$1 = function floydWarshall(graphData, directed) {
167367
167367
  var adjacentMatrix = (0, _adjacentMatrix$2.default)(graphData, directed);
167368
167368
  var dist = [];
@@ -167400,9 +167400,9 @@ Object.defineProperty(labelPropagation$1, "__esModule", {
167400
167400
  value: true
167401
167401
  });
167402
167402
  labelPropagation$1.default = void 0;
167403
- var _adjacentMatrix$1 = _interopRequireDefault$7(adjacentMatrix);
167403
+ var _adjacentMatrix$1 = _interopRequireDefault$b(adjacentMatrix);
167404
167404
  var _util$7 = util$3;
167405
- function _interopRequireDefault$7(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
167405
+ function _interopRequireDefault$b(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
167406
167406
  /**
167407
167407
  * 标签传播算法
167408
167408
  * @param graphData 图数据
@@ -167836,8 +167836,8 @@ Object.defineProperty(dataPreprocessing, "__esModule", {
167836
167836
  dataPreprocessing.oneHot = dataPreprocessing.getDistance = dataPreprocessing.getAllKeyValueMap = dataPreprocessing.default = void 0;
167837
167837
  var _util$5 = require$$0$4;
167838
167838
  var _types = types$1;
167839
- var _vector$1 = _interopRequireDefault$6(vector);
167840
- function _interopRequireDefault$6(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
167839
+ var _vector$1 = _interopRequireDefault$a(vector);
167840
+ function _interopRequireDefault$a(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
167841
167841
  /**
167842
167842
  * 获取数据中所有的属性及其对应的值
167843
167843
  * @param dataList 数据集
@@ -167955,11 +167955,11 @@ Object.defineProperty(louvain$1, "__esModule", {
167955
167955
  });
167956
167956
  louvain$1.default = void 0;
167957
167957
  var _util$4 = require$$0$4;
167958
- var _adjacentMatrix = _interopRequireDefault$5(adjacentMatrix);
167959
- var _vector = _interopRequireDefault$5(vector);
167958
+ var _adjacentMatrix = _interopRequireDefault$9(adjacentMatrix);
167959
+ var _vector = _interopRequireDefault$9(vector);
167960
167960
  var _nodeProperties = nodeProperties;
167961
167961
  var _dataPreprocessing = dataPreprocessing;
167962
- function _interopRequireDefault$5(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
167962
+ function _interopRequireDefault$9(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
167963
167963
  var getModularity = function getModularity(nodes, adjMatrix, ks, m) {
167964
167964
  var length = adjMatrix.length;
167965
167965
  var param = 2 * m;
@@ -168492,10 +168492,10 @@ Object.defineProperty(mts, "__esModule", {
168492
168492
  value: true
168493
168493
  });
168494
168494
  mts.default = void 0;
168495
- var _unionFind = _interopRequireDefault$4(unionFind);
168496
- var _binaryHeap = _interopRequireDefault$4(binaryHeap);
168495
+ var _unionFind = _interopRequireDefault$8(unionFind);
168496
+ var _binaryHeap = _interopRequireDefault$8(binaryHeap);
168497
168497
  var _util$3 = util$3;
168498
- function _interopRequireDefault$4(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
168498
+ function _interopRequireDefault$8(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
168499
168499
  /**
168500
168500
  * Prim algorithm,use priority queue,复杂度 O(E+V*logV), V: 节点数量,E: 边的数量
168501
168501
  * refer: https://en.wikipedia.org/wiki/Prim%27s_algorithm
@@ -168614,9 +168614,9 @@ Object.defineProperty(pageRank$1, "__esModule", {
168614
168614
  value: true
168615
168615
  });
168616
168616
  pageRank$1.default = void 0;
168617
- var _degree = _interopRequireDefault$3(degree$1);
168617
+ var _degree = _interopRequireDefault$7(degree$1);
168618
168618
  var _util$2 = util$3;
168619
- function _interopRequireDefault$3(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
168619
+ function _interopRequireDefault$7(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
168620
168620
  /**
168621
168621
  * PageRank https://en.wikipedia.org/wiki/PageRank
168622
168622
  * refer: https://github.com/anvaka/ngraph.pagerank
@@ -169484,11 +169484,11 @@ Object.defineProperty(gaddi, "__esModule", {
169484
169484
  });
169485
169485
  gaddi.default = void 0;
169486
169486
  var _tslib = require$$0$5;
169487
- var _floydWarshall = _interopRequireDefault$2(floydWarshall$2);
169488
- var _gSpan = _interopRequireDefault$2(gSpan$1);
169489
- var _dijkstra = _interopRequireDefault$2(dijkstra$2);
169487
+ var _floydWarshall = _interopRequireDefault$6(floydWarshall$2);
169488
+ var _gSpan = _interopRequireDefault$6(gSpan$1);
169489
+ var _dijkstra = _interopRequireDefault$6(dijkstra$2);
169490
169490
  var _util = util$3;
169491
- function _interopRequireDefault$2(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
169491
+ function _interopRequireDefault$6(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
169492
169492
  /**
169493
169493
  * 为 graphData 中每个节点生成邻居单元数组
169494
169494
  * @param graphData
@@ -170666,8 +170666,8 @@ Object.defineProperty(createWorker$1, "__esModule", {
170666
170666
  });
170667
170667
  createWorker$1.default = void 0;
170668
170668
  var _constant$1 = constant$1;
170669
- var _index = _interopRequireDefault$1(index_worker);
170670
- function _interopRequireDefault$1(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
170669
+ var _index = _interopRequireDefault$5(index_worker);
170670
+ function _interopRequireDefault$5(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
170671
170671
  /**
170672
170672
  * 创建一个在worker中运行的算法
170673
170673
  * @param type 算法类型
@@ -170705,9 +170705,9 @@ Object.defineProperty(workers, "__esModule", {
170705
170705
  value: true
170706
170706
  });
170707
170707
  workers.pageRankAsync = workers.minimumSpanningTreeAsync = workers.louvainAsync = workers.labelPropagationAsync = workers.getOutDegreeAsync = workers.getNeighborsAsync = workers.getInDegreeAsync = workers.getDegreeAsync = workers.getAdjMatrixAsync = workers.floydWarshallAsync = workers.findShortestPathAsync = workers.findAllPathAsync = workers.dijkstraAsync = workers.detectCycleAsync = workers.detectAllUndirectedCycleAsync = workers.detectAllDirectedCycleAsync = workers.detectAllCyclesAsync = workers.connectedComponentAsync = workers.GADDIAsync = void 0;
170708
- var _createWorker = _interopRequireDefault(createWorker$1);
170708
+ var _createWorker = _interopRequireDefault$4(createWorker$1);
170709
170709
  var _constant = constant$1;
170710
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
170710
+ function _interopRequireDefault$4(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
170711
170711
  /**
170712
170712
  * @param graphData 图数据
170713
170713
  * @param directed 是否为有向图
@@ -240605,11 +240605,391 @@ var zhCn = {exports: {}};
240605
240605
  !function(e,_){module.exports=_(dayjs_minExports);}(commonjsGlobal,(function(e){function _(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var t=_(e),d={name:"zh-cn",weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"周日_周一_周二_周三_周四_周五_周六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),ordinal:function(e,_){return "W"===_?e+"周":e+"日"},weekStart:1,yearStart:4,formats:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日Ah点mm分",LLLL:"YYYY年M月D日ddddAh点mm分",l:"YYYY/M/D",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日dddd HH:mm"},relativeTime:{future:"%s内",past:"%s前",s:"几秒",m:"1 分钟",mm:"%d 分钟",h:"1 小时",hh:"%d 小时",d:"1 天",dd:"%d 天",M:"1 个月",MM:"%d 个月",y:"1 年",yy:"%d 年"},meridiem:function(e,_){var t=100*e+_;return t<600?"凌晨":t<900?"早上":t<1100?"上午":t<1300?"中午":t<1800?"下午":"晚上"}};return t.default.locale(d,null,!0),d}));
240606
240606
  } (zhCn));
240607
240607
 
240608
- var css_248z$s = ".ant-app {\n width: 100%;\n height: 100%;\n}\n.icos-desktop-components .ant-breadcrumb ol > li .ant-breadcrumb-link {\n color: rgba(255, 255, 255, 0.65);\n}\n.icos-desktop-components .ant-breadcrumb ol > li:last-child .ant-breadcrumb-link {\n color: rgba(255, 255, 255, 0.85);\n}\n.icos-desktop-components .ant-btn-primary {\n background: rgba(0, 255, 255, 0.3);\n border: 1px solid rgba(0, 255, 255, 0.6);\n color: #fff;\n box-shadow: none;\n}\n.icos-desktop-components .ant-btn-primary:not(:disabled):not(.ant-btn-disabled):hover {\n background: rgba(0, 255, 255, 0.6);\n border-color: rgba(0, 255, 255, 0.6);\n}\n.icos-desktop-components .ant-btn-primary:disabled,\n.icos-desktop-components .ant-btn-primary.ant-btn-disabled {\n background: linear-gradient(0deg, rgba(255, 253, 253, 0.2) 0%, rgba(255, 253, 253, 0.2) 100%), rgba(0, 255, 255, 0.3);\n border-color: rgba(0, 255, 255, 0.6);\n color: #fff;\n}\n.icos-desktop-components .ant-btn-default {\n background: rgba(221, 231, 255, 0.1);\n border: 1px solid rgba(221, 231, 255, 0.15);\n color: #fff;\n box-shadow: none;\n}\n.icos-desktop-components .ant-btn-default:not(:disabled):not(.ant-btn-disabled):hover {\n background: rgba(221, 231, 255, 0.1);\n border-color: #0FF;\n color: #0FF;\n}\n.icos-desktop-components .ant-btn-default:disabled,\n.icos-desktop-components .ant-btn-default.ant-btn-disabled {\n border-color: rgba(221, 231, 255, 0.15);\n background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%), rgba(221, 231, 255, 0.1);\n color: #fff;\n}\n.icos-desktop-components .ant-btn-text {\n color: #fff;\n}\n.icos-desktop-components .ant-btn-text:not(:disabled):not(.ant-btn-disabled):hover {\n background: none;\n}\n.icos-desktop-components .ant-btn-link {\n color: #00FEFE;\n}\n.icos-desktop-components .ant-btn-link:not(:disabled):not(.ant-btn-disabled):hover {\n color: #00FEFE;\n}\n.icos-desktop-components .ant-btn-link.ant-btn-dangerous {\n color: #F90;\n}\n.icos-desktop-components .ant-btn-link.ant-btn-dangerous:not(:disabled):not(.ant-btn-disabled):hover {\n color: #F90;\n}\n.icos-desktop-components .ant-btn .ant-btn-icon {\n transform: translateY(2px);\n}\n.icos-desktop-components .ant-cascader-dropdown .ant-cascader-menu {\n padding: 4px 0;\n}\n.icos-desktop-components .ant-cascader-dropdown .ant-cascader-menu .ant-cascader-menu-item {\n color: #fff;\n}\n.icos-desktop-components .ant-cascader-dropdown .ant-cascader-menu .ant-cascader-menu-item:hover {\n background-color: rgba(0, 255, 255, 0.1);\n}\n.icos-desktop-components .ant-cascader-dropdown .ant-cascader-menu .ant-cascader-menu-item.ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled) {\n background-color: rgba(0, 255, 255, 0.1);\n}\n.icos-desktop-components .ant-cascader-dropdown .ant-cascader-menu .ant-cascader-menu-item.ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled):hover {\n background-color: rgba(0, 255, 255, 0.1);\n}\n.icos-desktop-components .ant-cascader-dropdown .ant-cascader-menu .ant-cascader-menu-item.ant-cascader-menu-item-disabled {\n color: rgba(255, 255, 255, 0.25);\n}\n.icos-desktop-components .ant-cascader-dropdown .ant-cascader-menu .ant-cascader-menu-item .ant-cascader-checkbox .ant-cascader-checkbox-inner {\n --ant-color-text: #fff;\n --ant-color-text-disabled: rgba(255, 255, 255, 0.25);\n --ant-color-primary: #F90;\n --ant-color-primary-hover: #F90;\n --ant-color-border: rgba(221, 231, 255, 0.35);\n --ant-color-bg-container: transparent;\n --ant-color-bg-container-disabled: rgba(255, 255, 255, 0.08);\n}\n.icos-desktop-components .ant-checkbox-css-var,\n.icos-desktop-components .ant-checkbox-inner {\n --ant-color-text: #fff;\n --ant-color-text-disabled: rgba(255, 255, 255, 0.25);\n --ant-color-primary: #F90;\n --ant-color-primary-hover: #F90;\n --ant-color-border: rgba(221, 231, 255, 0.35);\n --ant-color-bg-container: transparent;\n --ant-color-bg-container-disabled: rgba(255, 255, 255, 0.08);\n}\n.icos-desktop-components .ant-collapse-borderless.ant-collapse-borderless > .ant-collapse-item {\n border: none;\n}\n.icos-desktop-components .ant-collapse.ant-collapse .ant-collapse-item {\n margin-bottom: 12px;\n}\n.icos-desktop-components .ant-collapse-borderless > .ant-collapse-item:last-child {\n border-radius: 2px;\n}\n.icos-desktop-components .ant-collapse-borderless.ant-collapse-borderless {\n background-color: transparent;\n}\n.icos-desktop-components .ant-collapse-ghost .ant-collapse-header:before {\n display: none;\n}\n.icos-desktop-components .ant-collapse.ant-collapse .ant-collapse-item {\n margin-bottom: 12px;\n}\n.icos-desktop-components .ant-collapse.ant-collapse .ant-collapse-item .ant-collapse-header {\n position: relative;\n flex-direction: row-reverse;\n padding: 8px 12px;\n background: linear-gradient(90deg, rgba(41, 200, 255, 0.32) -0.03%, rgba(60, 240, 225, 0.04) 99.84%);\n border-radius: 2px;\n}\n.icos-desktop-components .ant-collapse.ant-collapse .ant-collapse-item .ant-collapse-header:before {\n content: '';\n position: absolute;\n top: 11px;\n left: 0;\n height: 16px;\n width: 4px;\n background: #0FF;\n}\n.icos-desktop-components .ant-collapse.ant-collapse .ant-collapse-item .ant-collapse-header .ant-collapse-expand-icon {\n padding-right: 0;\n}\n.icos-desktop-components .ant-collapse.ant-collapse .ant-collapse-item .ant-collapse-header .ant-collapse-header-text {\n color: #FFF;\n font-size: 18px;\n font-style: normal;\n font-weight: 500;\n line-height: 18px;\n}\n.icos-desktop-components .ant-collapse.ant-collapse .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {\n padding: 0 0 1px;\n}\n.icos-desktop-components .ant-picker {\n background-color: #0F366A;\n border-color: #0D5BAB;\n color: #fff;\n}\n.icos-desktop-components .ant-picker:hover {\n background-color: #0F366A;\n border-color: #0D5BAB;\n}\n.icos-desktop-components .ant-picker.ant-picker-focused {\n background-color: #0F366A;\n border-color: #0D5BAB;\n box-shadow: none;\n}\n.icos-desktop-components .ant-picker-dropdown .ant-picker-panel-container {\n background: #0F366A;\n box-shadow: 0 1px 0 0 #0D5BAB inset;\n}\n.icos-desktop-components .ant-picker-dropdown .ant-picker-panel-container .ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-cell-inner,\n.icos-desktop-components .ant-picker-dropdown .ant-picker-panel-container .ant-picker-cell-in-view.ant-picker-cell-range-start .ant-picker-cell-inner,\n.icos-desktop-components .ant-picker-dropdown .ant-picker-panel-container .ant-picker-cell-in-view.ant-picker-cell-range-end .ant-picker-cell-inner {\n background: rgba(0, 255, 255, 0.75);\n color: #fff;\n border-radius: 2px;\n}\n.icos-desktop-components .ant-picker-dropdown .ant-picker-panel-container .ant-picker-cell-in-view.ant-picker-cell-today .ant-picker-cell-inner::before {\n border: 1px solid #0FF;\n border-radius: 2px;\n}\n.icos-desktop-components .ant-picker-dropdown .ant-picker-panel-container .ant-picker-time-panel-column > li.ant-picker-time-panel-cell-selected .ant-picker-time-panel-cell-inner {\n background: rgba(0, 255, 255, 0.75);\n color: #fff;\n}\n.icos-desktop-components .ant-dropdown .ant-dropdown-menu,\n.icos-desktop-components .ant-dropdown-menu-submenu .ant-dropdown-menu {\n padding: 4px 0;\n background-color: #0F366A;\n box-shadow: 0 9px 28px 8px rgba(0, 0, 0, 0.05), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12);\n color: #fff;\n}\n.icos-desktop-components .ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:not(.ant-dropdown-menu-item-disabled),\n.icos-desktop-components .ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-item:not(.ant-dropdown-menu-item-disabled),\n.icos-desktop-components .ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-submenu-title,\n.icos-desktop-components .ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-submenu-title {\n color: #fff;\n}\n.icos-desktop-components .ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:hover,\n.icos-desktop-components .ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-item:hover,\n.icos-desktop-components .ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-submenu-title:hover,\n.icos-desktop-components .ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-submenu-title:hover,\n.icos-desktop-components .ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item-active,\n.icos-desktop-components .ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-item-active,\n.icos-desktop-components .ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-submenu-title-active,\n.icos-desktop-components .ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-submenu-title-active {\n background-color: rgba(0, 255, 255, 0.1);\n}\n.icos-desktop-components .ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item-selected,\n.icos-desktop-components .ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-item-selected,\n.icos-desktop-components .ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-submenu-title-selected,\n.icos-desktop-components .ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-submenu-title-selected {\n background-color: rgba(0, 255, 255, 0.1);\n}\n.icos-desktop-components .ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-submenu-selected .ant-dropdown-menu-submenu-title,\n.icos-desktop-components .ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-submenu-selected .ant-dropdown-menu-submenu-title {\n color: #fff;\n}\n.icos-desktop-components .ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item-disabled,\n.icos-desktop-components .ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-item-disabled,\n.icos-desktop-components .ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-submenu-disabled,\n.icos-desktop-components .ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-submenu-disabled {\n --ant-color-text-disabled: rgba(255, 255, 255, 0.25);\n --ant-color-bg-elevated: transparent;\n}\n.icos-desktop-components .ant-input-affix-wrapper,\n.icos-desktop-components .ant-input {\n background-color: #0F366A;\n border-color: #0D5BAB;\n color: #fff;\n}\n.icos-desktop-components .ant-input-affix-wrapper:hover,\n.icos-desktop-components .ant-input:hover {\n background-color: #0F366A;\n border-color: #0D5BAB;\n}\n.icos-desktop-components .ant-input-affix-wrapper:focus,\n.icos-desktop-components .ant-input:focus,\n.icos-desktop-components .ant-input-affix-wrapper:focus-within,\n.icos-desktop-components .ant-input:focus-within {\n background-color: #0F366A;\n border-color: #0D5BAB;\n box-shadow: none;\n}\n.icos-desktop-components .ant-input-affix-wrapper.ant-input-affix-wrapper-disabled,\n.icos-desktop-components .ant-input.ant-input-affix-wrapper-disabled,\n.icos-desktop-components .ant-input-affix-wrapper.ant-input-affix-wrapper[disabled],\n.icos-desktop-components .ant-input.ant-input-affix-wrapper[disabled],\n.icos-desktop-components .ant-input-affix-wrapper.ant-input-disabled,\n.icos-desktop-components .ant-input.ant-input-disabled,\n.icos-desktop-components .ant-input-affix-wrapper.ant-input[disabled],\n.icos-desktop-components .ant-input.ant-input[disabled] {\n background: linear-gradient(0deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%), #0F366A;\n border-color: #0D5BAB;\n color: #fff;\n}\n.icos-desktop-components .ant-input-affix-wrapper.ant-input-affix-wrapper-disabled:hover,\n.icos-desktop-components .ant-input.ant-input-affix-wrapper-disabled:hover,\n.icos-desktop-components .ant-input-affix-wrapper.ant-input-affix-wrapper[disabled]:hover,\n.icos-desktop-components .ant-input.ant-input-affix-wrapper[disabled]:hover,\n.icos-desktop-components .ant-input-affix-wrapper.ant-input-disabled:hover,\n.icos-desktop-components .ant-input.ant-input-disabled:hover,\n.icos-desktop-components .ant-input-affix-wrapper.ant-input[disabled]:hover,\n.icos-desktop-components .ant-input.ant-input[disabled]:hover {\n background: linear-gradient(0deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%), #0F366A;\n border-color: #0D5BAB;\n color: #fff;\n}\n.icos-desktop-components .ant-input-affix-wrapper input::placeholder,\n.icos-desktop-components .ant-input input::placeholder,\n.icos-desktop-components .ant-input-affix-wrapperinput::placeholder,\n.icos-desktop-components .ant-inputinput::placeholder {\n color: rgba(255, 255, 255, 0.65);\n}\n.icos-desktop-components .ant-input.dt-input-colorful,\n.icos-desktop-components .ant-input-group-wrapper.dt-input-colorful {\n border-color: #18B1FE;\n background: linear-gradient(90deg, rgba(60, 125, 250, 0.32) -3.63%, rgba(60, 240, 225, 0.26) 100%), linear-gradient(90deg, rgba(0, 0, 0, 0.52) 0%, rgba(0, 0, 0, 0.26) 100%);\n border-width: 1px;\n border-style: solid;\n}\n.icos-desktop-components .ant-input.dt-input-colorful .ant-input-affix-wrapper,\n.icos-desktop-components .ant-input-group-wrapper.dt-input-colorful .ant-input-affix-wrapper,\n.icos-desktop-components .ant-input.dt-input-colorful .ant-input,\n.icos-desktop-components .ant-input-group-wrapper.dt-input-colorful .ant-input,\n.icos-desktop-components .ant-input.dt-input-colorful .ant-input-group-addon,\n.icos-desktop-components .ant-input-group-wrapper.dt-input-colorful .ant-input-group-addon {\n background-color: transparent;\n border: none;\n}\n.icos-desktop-components .ant-input-search {\n background-color: #0F366A;\n border-color: #0D5BAB;\n color: #fff;\n border-width: 1px;\n border-style: solid;\n}\n.icos-desktop-components .ant-input-search .ant-input:hover,\n.icos-desktop-components .ant-input-search .ant-input:focus {\n border-color: #0D5BAB;\n}\n.icos-desktop-components .ant-input-search .ant-input-affix-wrapper,\n.icos-desktop-components .ant-input-search .ant-input,\n.icos-desktop-components .ant-input-search .ant-input-group-addon,\n.icos-desktop-components .ant-input-search .ant-input-search-button {\n background-color: transparent;\n border: none;\n}\n.icos-desktop-components .ant-input-search .ant-input-group .ant-input-group-addon:last-child .ant-input-search-button:not(.ant-btn-primary) {\n color: rgba(255, 255, 255, 0.65);\n}\n.icos-desktop-components .ant-input-search .ant-input-group .ant-input-group-addon:last-child .ant-input-search-button:not(.ant-btn-primary):hover {\n color: rgba(255, 255, 255, 0.65);\n background-color: transparent;\n}\n.icos-desktop-components .ant-input-outlined.ant-input-status-error:not(.ant-input-disabled) {\n --ant-color-bg-container: #0F366A;\n --ant-input-hover-bg: #0F366A;\n --ant-input-active-bg: #0F366A;\n --ant-color-error-border-hover: var(--ant-color-error);\n}\n.icos-desktop-components .ant-input-number-css-var {\n --ant-input-number-handle-border-color: #0D5BAB;\n --ant-input-number-handle-bg: #0F366A;\n}\n.icos-desktop-components .ant-input-number {\n background-color: #0F366A;\n border-color: #0D5BAB;\n color: #fff;\n}\n.icos-desktop-components .ant-input-number:hover {\n background-color: #0F366A;\n border-color: #0D5BAB;\n}\n.icos-desktop-components .ant-input-number:focus,\n.icos-desktop-components .ant-input-number:focus-within {\n background-color: #0F366A;\n border-color: #0D5BAB;\n box-shadow: none;\n}\n.icos-desktop-components .ant-pagination .ant-pagination-item {\n border: 1px solid rgba(221, 231, 255, 0.15);\n background-color: rgba(221, 231, 255, 0.1);\n}\n.icos-desktop-components .ant-pagination .ant-pagination-item.ant-pagination-item-active {\n border: 1px solid rgba(0, 255, 255, 0.6);\n background-color: rgba(0, 255, 255, 0.3);\n}\n.icos-desktop-components .ant-pagination .ant-pagination-item.ant-pagination-item-active a {\n color: #fff;\n}\n.icos-desktop-components .ant-pagination .ant-pagination-item.ant-pagination-item-active:hover a {\n color: #fff;\n}\n.icos-desktop-components .ant-pagination .ant-pagination-prev,\n.icos-desktop-components .ant-pagination .ant-pagination-next {\n border: 1px solid rgba(221, 231, 255, 0.15);\n background-color: rgba(221, 231, 255, 0.1);\n}\n.icos-desktop-components .ant-pagination .ant-pagination-prev .anticon,\n.icos-desktop-components .ant-pagination .ant-pagination-next .anticon {\n vertical-align: 0;\n}\n.icos-desktop-components .ant-pagination .ant-pagination-options .ant-select:not(.ant-select-customize-input) .ant-select-selector {\n border: 1px solid rgba(221, 231, 255, 0.15);\n background: rgba(221, 231, 255, 0.1);\n}\n.icos-desktop-components .ant-pagination .ant-pagination-options .ant-pagination-options-quick-jumper input {\n border: 1px solid rgba(221, 231, 255, 0.35);\n background: transparent;\n}\n.icos-desktop-components .ant-radio-css-var,\n.icos-desktop-components .ant-radio-inner {\n --ant-color-text: #fff;\n --ant-color-text-disabled: rgba(255, 255, 255, 0.25);\n --ant-color-primary: #F90;\n --ant-color-primary-hover: #F90;\n --ant-color-border: rgba(221, 231, 255, 0.35);\n --ant-color-bg-container: transparent;\n --ant-color-bg-container-disabled: rgba(255, 255, 255, 0.08);\n --ant-radio-radio-bg-color: #F90;\n}\n.icos-desktop-components .ant-select:not(.ant-select-customize-input) .ant-select-selector {\n background-color: #0F366A;\n border-color: #0D5BAB;\n color: #fff;\n}\n.icos-desktop-components .ant-select:not(.ant-select-customize-input):not(.ant-select-disabled):not(.ant-pagination-size-changer):hover .ant-select-selector {\n background-color: #0F366A;\n border-color: #0D5BAB;\n}\n.icos-desktop-components .ant-select:not(.ant-select-customize-input):not(.ant-select-disabled):not(.ant-pagination-size-changer).ant-select-focused .ant-select-selector {\n background-color: #0F366A;\n border-color: #0D5BAB;\n box-shadow: none;\n}\n.icos-desktop-components .ant-select:not(.ant-select-customize-input).ant-select-disabled .ant-select-selector {\n background: linear-gradient(0deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%), #0F366A;\n border-color: #0D5BAB;\n color: #fff;\n}\n.icos-desktop-components .ant-select-outlined.ant-select-status-error:not(.ant-select-customize-input) .ant-select-selector {\n background: #0F366A;\n}\n.icos-desktop-components .ant-select .ant-select-clear {\n background-color: #0F366A;\n}\n.icos-desktop-components .ant-select-dropdown {\n padding: 4px 0;\n background-color: #0F366A;\n box-shadow: 0 9px 28px 8px rgba(0, 0, 0, 0.05), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12);\n color: #fff;\n}\n.icos-desktop-components .ant-select-dropdown .ant-select-item:not(.ant-select-item-option-disabled) {\n color: #fff;\n}\n.icos-desktop-components .ant-select-dropdown .ant-select-item:not(.ant-select-item-option-disabled).ant-select-item-option-active {\n background-color: rgba(0, 255, 255, 0.1);\n}\n.icos-desktop-components .ant-select-dropdown .ant-select-item:not(.ant-select-item-option-disabled).ant-select-item-option-selected {\n background-color: rgba(0, 255, 255, 0.1);\n}\n.icos-desktop-components .ant-select-dropdown .ant-select-item.ant-select-item-option-disabled {\n color: rgba(255, 255, 255, 0.25);\n}\n.icos-desktop-components .ant-steps .ant-steps-item-process .ant-steps-item-icon {\n background-color: #0FF;\n border-color: #0FF;\n}\n.icos-desktop-components .ant-steps .ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon {\n color: #0F366A;\n font-family: \"Helvetica Neue\";\n font-size: 14px;\n font-weight: 500;\n}\n.icos-desktop-components .ant-steps .ant-steps-item-wait .ant-steps-item-icon {\n background-color: transparent;\n border-color: #0FF;\n}\n.icos-desktop-components .ant-steps .ant-steps-item-wait .ant-steps-item-icon > .ant-steps-icon {\n color: #0FF;\n font-family: \"Helvetica Neue\";\n font-size: 14px;\n font-weight: 500;\n}\n.icos-desktop-components .ant-steps .ant-steps-item-finish .ant-steps-item-icon {\n background-color: #0FF;\n border-color: #0FF;\n}\n.icos-desktop-components .ant-steps .ant-steps-item-finish .ant-steps-item-icon > .ant-steps-icon {\n color: #0F366A;\n}\n.icos-desktop-components .ant-steps .ant-steps-item-tail::after {\n background: rgba(255, 255, 255, 0.25) !important;\n}\n.icos-desktop-components .ant-table-wrapper .ant-table {\n background: transparent;\n scrollbar-color: unset;\n}\n.icos-desktop-components .ant-table-wrapper .ant-table .ant-table-thead > tr > th,\n.icos-desktop-components .ant-table-wrapper .ant-table .ant-table-thead > tr > td {\n background: linear-gradient(270deg, rgba(69, 147, 255, 0.2) 72.24%, rgba(69, 147, 255, 0.2) 100%);\n border-bottom: none;\n}\n.icos-desktop-components .ant-table-wrapper .ant-table .ant-table-thead > tr > th:before,\n.icos-desktop-components .ant-table-wrapper .ant-table .ant-table-thead > tr > td:before {\n background-color: rgba(255, 255, 255, 0.25) !important;\n}\n.icos-desktop-components .ant-table-wrapper .ant-table .ant-table-thead th.ant-table-column-has-sorters:hover::before {\n background-color: rgba(255, 255, 255, 0.25) !important;\n}\n.icos-desktop-components .ant-table-wrapper .ant-table .ant-table-thead .ant-table-column-sorter-inner {\n align-items: baseline;\n}\n.icos-desktop-components .ant-table-wrapper .ant-table .ant-table-thead .ant-table-column-sorter {\n color: rgba(255, 255, 255, 0.6);\n}\n.icos-desktop-components .ant-table-wrapper .ant-table .ant-table-thead .ant-table-column-sorter .ant-table-column-sorter-up.active,\n.icos-desktop-components .ant-table-wrapper .ant-table .ant-table-thead .ant-table-column-sorter .ant-table-column-sorter-down.active {\n color: #0FF;\n}\n.icos-desktop-components .ant-table-wrapper .ant-table .ant-table-tbody > tr > th,\n.icos-desktop-components .ant-table-wrapper .ant-table .ant-table-tbody > tr > td {\n border-bottom: none;\n}\n.icos-desktop-components .ant-table-wrapper .ant-table .ant-table-tbody .ant-table-row.ant-table-row-selected .ant-table-cell {\n background: transparent;\n}\n.icos-desktop-components .ant-table-wrapper .ant-table .ant-table-tbody .ant-table-row:nth-child(2n + 1) {\n background: transparent;\n}\n.icos-desktop-components .ant-table-wrapper .ant-table .ant-table-tbody .ant-table-row:nth-child(2n) {\n background: linear-gradient(270deg, rgba(57, 107, 153, 0.2) -9.42%, rgba(57, 107, 153, 0.07) 98.86%);\n}\n.icos-desktop-components .ant-table-wrapper .ant-table .ant-table-tbody .ant-table-row > .ant-table-cell-row-hover {\n background: transparent;\n}\n.icos-desktop-components .ant-table-wrapper .ant-table .ant-table-tbody .ant-table-row:hover {\n background: #094863;\n}\n.icos-desktop-components .ant-table-wrapper .ant-table .ant-table-tbody .ant-table-column-sort {\n background: transparent;\n}\n.icos-desktop-components .ant-table-wrapper .ant-table .ant-table-tbody > tr.ant-table-placeholder,\n.icos-desktop-components .ant-table-wrapper .ant-table .ant-table-tbody > tr.ant-table-placeholder:hover > th,\n.icos-desktop-components .ant-table-wrapper .ant-table .ant-table-tbody > tr.ant-table-placeholder:hover > td {\n background: transparent;\n}\n.icos-desktop-components .ant-tree {\n background: transparent;\n line-height: 40px;\n}\n.icos-desktop-components .ant-tree .ant-tree-switcher,\n.icos-desktop-components .ant-tree .ant-tree-node-content-wrapper {\n line-height: 40px;\n color: #fff;\n}\n.icos-desktop-components .ant-tree .ant-tree-switcher:not(.ant-tree-switcher-noop):hover {\n background: transparent;\n}\n.icos-desktop-components .ant-tree .ant-tree-treenode {\n display: flex;\n align-items: center;\n padding: 0 0 0 12px;\n}\n.icos-desktop-components .ant-tree .ant-tree-treenode .ant-tree-node-content-wrapper {\n display: flex;\n align-items: center;\n width: 0;\n}\n.icos-desktop-components .ant-tree .ant-tree-treenode .ant-tree-node-content-wrapper .ant-tree-iconEle {\n flex-shrink: 0;\n}\n.icos-desktop-components .ant-tree .ant-tree-treenode .ant-tree-node-content-wrapper .ant-tree-title {\n flex: auto;\n width: 0;\n max-width: 100%;\n height: 100%;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n}\n.icos-desktop-components .ant-tree .ant-tree-checkbox {\n align-self: initial;\n}\n.icos-desktop-components .ant-tree .ant-tree-checkbox .ant-tree-checkbox-inner {\n --ant-color-text: #fff;\n --ant-color-text-disabled: rgba(255, 255, 255, 0.25);\n --ant-color-primary: #F90;\n --ant-color-primary-hover: #F90;\n --ant-color-border: rgba(221, 231, 255, 0.35);\n --ant-color-bg-container: transparent;\n --ant-color-bg-container-disabled: rgba(255, 255, 255, 0.08);\n}\n.icos-desktop-components .ant-tree.ant-tree-block-node .ant-tree-node-content-wrapper:hover,\n.icos-desktop-components .ant-tree.ant-tree-block-node .ant-tree-checkbox + span:hover,\n.icos-desktop-components .ant-tree.ant-tree-block-node .ant-tree-node-content-wrapper.ant-tree-node-selected,\n.icos-desktop-components .ant-tree.ant-tree-block-node .ant-tree-checkbox + span.ant-tree-node-selected {\n background-color: transparent;\n}\n.icos-desktop-components .ant-tree-select-dropdown .ant-select-tree {\n width: 100%;\n background: transparent;\n}\n.icos-desktop-components .ant-tree-select-dropdown .ant-select-tree .ant-select-tree-treenode {\n padding: 4px 0;\n}\n.icos-desktop-components .ant-tree-select-dropdown .ant-select-tree .ant-select-tree-treenode .ant-select-tree-checkbox .ant-select-tree-checkbox-inner {\n --ant-color-text: #fff;\n --ant-color-text-disabled: rgba(255, 255, 255, 0.25);\n --ant-color-primary: #F90;\n --ant-color-primary-hover: #F90;\n --ant-color-border: rgba(221, 231, 255, 0.35);\n --ant-color-bg-container: transparent;\n --ant-color-bg-container-disabled: rgba(255, 255, 255, 0.08);\n}\n.icos-desktop-components .ant-tree-select-dropdown .ant-select-tree .ant-select-tree-treenode:hover {\n background-color: rgba(0, 255, 255, 0.1);\n}\n.icos-desktop-components .ant-tree-select-dropdown .ant-select-tree .ant-select-tree-treenode.ant-select-tree-treenode-selected {\n background-color: rgba(0, 255, 255, 0.1);\n}\n.icos-desktop-components .ant-tree-select-dropdown .ant-select-tree .ant-select-tree-treenode.ant-select-tree-treenode-disabled .ant-select-tree-node-content-wrapper {\n color: rgba(255, 255, 255, 0.25);\n}\n.icos-desktop-components .ant-tree-select-dropdown .ant-select-tree .ant-select-tree-node-content-wrapper:hover,\n.icos-desktop-components .ant-tree-select-dropdown .ant-select-tree .ant-select-tree-checkbox + span:hover {\n background: transparent;\n}\n.icos-desktop-components .ant-tree-select-dropdown .ant-select-tree .ant-select-tree-node-content-wrapper.ant-select-tree-node-selected,\n.icos-desktop-components .ant-tree-select-dropdown .ant-select-tree .ant-select-tree-checkbox + span.ant-select-tree-node-selected {\n background: transparent;\n}\n";
240608
+ var css_248z$s = ".ant-app {\n width: 100%;\n height: 100%;\n}\n.icos-desktop-components .ant-breadcrumb ol > li .ant-breadcrumb-link {\n color: rgba(255, 255, 255, 0.65);\n}\n.icos-desktop-components .ant-breadcrumb ol > li:last-child .ant-breadcrumb-link {\n color: rgba(255, 255, 255, 0.85);\n}\n.icos-desktop-components .ant-btn-primary {\n background: rgba(0, 255, 255, 0.3);\n border: 1px solid rgba(0, 255, 255, 0.6);\n color: #fff;\n box-shadow: none;\n}\n.icos-desktop-components .ant-btn-primary:not(:disabled):not(.ant-btn-disabled):hover {\n background: rgba(0, 255, 255, 0.6);\n border-color: rgba(0, 255, 255, 0.6);\n}\n.icos-desktop-components .ant-btn-primary:disabled,\n.icos-desktop-components .ant-btn-primary.ant-btn-disabled {\n background: linear-gradient(0deg, rgba(255, 253, 253, 0.2) 0%, rgba(255, 253, 253, 0.2) 100%), rgba(0, 255, 255, 0.3);\n border-color: rgba(0, 255, 255, 0.6);\n color: #fff;\n}\n.icos-desktop-components .ant-btn-default {\n background: rgba(221, 231, 255, 0.1);\n border: 1px solid rgba(221, 231, 255, 0.15);\n color: #fff;\n box-shadow: none;\n}\n.icos-desktop-components .ant-btn-default:not(:disabled):not(.ant-btn-disabled):hover {\n background: rgba(221, 231, 255, 0.1);\n border-color: #0FF;\n color: #0FF;\n}\n.icos-desktop-components .ant-btn-default:disabled,\n.icos-desktop-components .ant-btn-default.ant-btn-disabled {\n border-color: rgba(221, 231, 255, 0.15);\n background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%), rgba(221, 231, 255, 0.1);\n color: #fff;\n}\n.icos-desktop-components .ant-btn-text {\n color: #fff;\n}\n.icos-desktop-components .ant-btn-text:not(:disabled):not(.ant-btn-disabled):hover {\n background: none;\n}\n.icos-desktop-components .ant-btn-link {\n color: #00FEFE;\n}\n.icos-desktop-components .ant-btn-link:not(:disabled):not(.ant-btn-disabled):hover {\n color: #00FEFE;\n}\n.icos-desktop-components .ant-btn-link.ant-btn-dangerous {\n color: #F90;\n}\n.icos-desktop-components .ant-btn-link.ant-btn-dangerous:not(:disabled):not(.ant-btn-disabled):hover {\n color: #F90;\n}\n.icos-desktop-components .ant-btn .ant-btn-icon {\n transform: translateY(2px);\n}\n.icos-desktop-components .ant-cascader-dropdown .ant-cascader-menu {\n padding: 4px 0;\n}\n.icos-desktop-components .ant-cascader-dropdown .ant-cascader-menu .ant-cascader-menu-item {\n color: #fff;\n}\n.icos-desktop-components .ant-cascader-dropdown .ant-cascader-menu .ant-cascader-menu-item:hover {\n background-color: rgba(0, 255, 255, 0.1);\n}\n.icos-desktop-components .ant-cascader-dropdown .ant-cascader-menu .ant-cascader-menu-item.ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled) {\n background-color: rgba(0, 255, 255, 0.1);\n}\n.icos-desktop-components .ant-cascader-dropdown .ant-cascader-menu .ant-cascader-menu-item.ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled):hover {\n background-color: rgba(0, 255, 255, 0.1);\n}\n.icos-desktop-components .ant-cascader-dropdown .ant-cascader-menu .ant-cascader-menu-item.ant-cascader-menu-item-disabled {\n color: rgba(255, 255, 255, 0.25);\n}\n.icos-desktop-components .ant-cascader-dropdown .ant-cascader-menu .ant-cascader-menu-item .ant-cascader-checkbox .ant-cascader-checkbox-inner {\n --ant-color-text: #fff;\n --ant-color-text-disabled: rgba(255, 255, 255, 0.25);\n --ant-color-primary: #F90;\n --ant-color-primary-hover: #F90;\n --ant-color-border: rgba(221, 231, 255, 0.35);\n --ant-color-bg-container: transparent;\n --ant-color-bg-container-disabled: rgba(255, 255, 255, 0.08);\n}\n.icos-desktop-components .ant-checkbox-css-var,\n.icos-desktop-components .ant-checkbox-inner {\n --ant-color-text: #fff;\n --ant-color-text-disabled: rgba(255, 255, 255, 0.25);\n --ant-color-primary: #F90;\n --ant-color-primary-hover: #F90;\n --ant-color-border: rgba(221, 231, 255, 0.35);\n --ant-color-bg-container: transparent;\n --ant-color-bg-container-disabled: rgba(255, 255, 255, 0.08);\n}\n.icos-desktop-components .ant-collapse-borderless.ant-collapse-borderless > .ant-collapse-item {\n border: none;\n}\n.icos-desktop-components .ant-collapse.ant-collapse .ant-collapse-item {\n margin-bottom: 12px;\n}\n.icos-desktop-components .ant-collapse-borderless > .ant-collapse-item:last-child {\n border-radius: 2px;\n}\n.icos-desktop-components .ant-collapse-borderless.ant-collapse-borderless {\n background-color: transparent;\n}\n.icos-desktop-components .ant-collapse-ghost .ant-collapse-header:before {\n display: none;\n}\n.icos-desktop-components .ant-collapse.ant-collapse .ant-collapse-item {\n margin-bottom: 12px;\n}\n.icos-desktop-components .ant-collapse.ant-collapse .ant-collapse-item .ant-collapse-header {\n position: relative;\n flex-direction: row-reverse;\n padding: 8px 12px;\n background: linear-gradient(90deg, rgba(41, 200, 255, 0.32) -0.03%, rgba(60, 240, 225, 0.04) 99.84%);\n border-radius: 2px;\n}\n.icos-desktop-components .ant-collapse.ant-collapse .ant-collapse-item .ant-collapse-header:before {\n content: '';\n position: absolute;\n top: 11px;\n left: 0;\n height: 16px;\n width: 4px;\n background: #0FF;\n}\n.icos-desktop-components .ant-collapse.ant-collapse .ant-collapse-item .ant-collapse-header .ant-collapse-expand-icon {\n padding-right: 0;\n}\n.icos-desktop-components .ant-collapse.ant-collapse .ant-collapse-item .ant-collapse-header .ant-collapse-header-text {\n color: #FFF;\n font-size: 18px;\n font-style: normal;\n font-weight: 500;\n line-height: 18px;\n}\n.icos-desktop-components .ant-collapse.ant-collapse .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {\n padding: 0 0 1px;\n}\n.icos-desktop-components .ant-picker {\n background-color: #0F366A;\n border-color: #0D5BAB;\n color: #fff;\n}\n.icos-desktop-components .ant-picker:hover {\n background-color: #0F366A;\n border-color: #0D5BAB;\n}\n.icos-desktop-components .ant-picker.ant-picker-focused {\n background-color: #0F366A;\n border-color: #0D5BAB;\n box-shadow: none;\n}\n.icos-desktop-components .ant-picker-dropdown .ant-picker-panel-container {\n background: #0F366A;\n box-shadow: 0 1px 0 0 #0D5BAB inset;\n}\n.icos-desktop-components .ant-picker-dropdown .ant-picker-panel-container .ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-cell-inner,\n.icos-desktop-components .ant-picker-dropdown .ant-picker-panel-container .ant-picker-cell-in-view.ant-picker-cell-range-start .ant-picker-cell-inner,\n.icos-desktop-components .ant-picker-dropdown .ant-picker-panel-container .ant-picker-cell-in-view.ant-picker-cell-range-end .ant-picker-cell-inner {\n background: rgba(0, 255, 255, 0.75);\n color: #fff;\n border-radius: 2px;\n}\n.icos-desktop-components .ant-picker-dropdown .ant-picker-panel-container .ant-picker-cell-in-view.ant-picker-cell-today .ant-picker-cell-inner::before {\n border: 1px solid #0FF;\n border-radius: 2px;\n}\n.icos-desktop-components .ant-picker-dropdown .ant-picker-panel-container .ant-picker-time-panel-column > li.ant-picker-time-panel-cell-selected .ant-picker-time-panel-cell-inner {\n background: rgba(0, 255, 255, 0.75);\n color: #fff;\n}\n.icos-desktop-components .ant-dropdown .ant-dropdown-menu,\n.icos-desktop-components .ant-dropdown-menu-submenu .ant-dropdown-menu {\n padding: 4px 0;\n background-color: #0F366A;\n box-shadow: 0 9px 28px 8px rgba(0, 0, 0, 0.05), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12);\n color: #fff;\n}\n.icos-desktop-components .ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:not(.ant-dropdown-menu-item-disabled),\n.icos-desktop-components .ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-item:not(.ant-dropdown-menu-item-disabled),\n.icos-desktop-components .ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-submenu-title,\n.icos-desktop-components .ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-submenu-title {\n color: #fff;\n}\n.icos-desktop-components .ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:hover,\n.icos-desktop-components .ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-item:hover,\n.icos-desktop-components .ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-submenu-title:hover,\n.icos-desktop-components .ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-submenu-title:hover,\n.icos-desktop-components .ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item-active,\n.icos-desktop-components .ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-item-active,\n.icos-desktop-components .ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-submenu-title-active,\n.icos-desktop-components .ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-submenu-title-active {\n background-color: rgba(0, 255, 255, 0.1);\n}\n.icos-desktop-components .ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item-selected,\n.icos-desktop-components .ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-item-selected,\n.icos-desktop-components .ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-submenu-title-selected,\n.icos-desktop-components .ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-submenu-title-selected {\n background-color: rgba(0, 255, 255, 0.1);\n}\n.icos-desktop-components .ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-submenu-selected .ant-dropdown-menu-submenu-title,\n.icos-desktop-components .ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-submenu-selected .ant-dropdown-menu-submenu-title {\n color: #fff;\n}\n.icos-desktop-components .ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item-disabled,\n.icos-desktop-components .ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-item-disabled,\n.icos-desktop-components .ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-submenu-disabled,\n.icos-desktop-components .ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-submenu-disabled {\n --ant-color-text-disabled: rgba(255, 255, 255, 0.25);\n --ant-color-bg-elevated: transparent;\n}\n.icos-desktop-components .ant-input-affix-wrapper,\n.icos-desktop-components .ant-input {\n background-color: #0F366A;\n border-color: #0D5BAB;\n color: #fff;\n}\n.icos-desktop-components .ant-input-affix-wrapper:hover,\n.icos-desktop-components .ant-input:hover {\n background-color: #0F366A;\n border-color: #0D5BAB;\n}\n.icos-desktop-components .ant-input-affix-wrapper:focus,\n.icos-desktop-components .ant-input:focus,\n.icos-desktop-components .ant-input-affix-wrapper:focus-within,\n.icos-desktop-components .ant-input:focus-within {\n background-color: #0F366A;\n border-color: #0D5BAB;\n box-shadow: none;\n}\n.icos-desktop-components .ant-input-affix-wrapper.ant-input-affix-wrapper-disabled,\n.icos-desktop-components .ant-input.ant-input-affix-wrapper-disabled,\n.icos-desktop-components .ant-input-affix-wrapper.ant-input-affix-wrapper[disabled],\n.icos-desktop-components .ant-input.ant-input-affix-wrapper[disabled],\n.icos-desktop-components .ant-input-affix-wrapper.ant-input-disabled,\n.icos-desktop-components .ant-input.ant-input-disabled,\n.icos-desktop-components .ant-input-affix-wrapper.ant-input[disabled],\n.icos-desktop-components .ant-input.ant-input[disabled] {\n background: linear-gradient(0deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%), #0F366A;\n border-color: #0D5BAB;\n color: #fff;\n}\n.icos-desktop-components .ant-input-affix-wrapper.ant-input-affix-wrapper-disabled:hover,\n.icos-desktop-components .ant-input.ant-input-affix-wrapper-disabled:hover,\n.icos-desktop-components .ant-input-affix-wrapper.ant-input-affix-wrapper[disabled]:hover,\n.icos-desktop-components .ant-input.ant-input-affix-wrapper[disabled]:hover,\n.icos-desktop-components .ant-input-affix-wrapper.ant-input-disabled:hover,\n.icos-desktop-components .ant-input.ant-input-disabled:hover,\n.icos-desktop-components .ant-input-affix-wrapper.ant-input[disabled]:hover,\n.icos-desktop-components .ant-input.ant-input[disabled]:hover {\n background: linear-gradient(0deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%), #0F366A;\n border-color: #0D5BAB;\n color: #fff;\n}\n.icos-desktop-components .ant-input-affix-wrapper input::placeholder,\n.icos-desktop-components .ant-input input::placeholder,\n.icos-desktop-components .ant-input-affix-wrapperinput::placeholder,\n.icos-desktop-components .ant-inputinput::placeholder {\n color: rgba(255, 255, 255, 0.65);\n}\n.icos-desktop-components .ant-input.dt-input-colorful,\n.icos-desktop-components .ant-input-group-wrapper.dt-input-colorful {\n border-color: #18B1FE;\n background: linear-gradient(90deg, rgba(60, 125, 250, 0.32) -3.63%, rgba(60, 240, 225, 0.26) 100%), linear-gradient(90deg, rgba(0, 0, 0, 0.52) 0%, rgba(0, 0, 0, 0.26) 100%);\n border-width: 1px;\n border-style: solid;\n}\n.icos-desktop-components .ant-input.dt-input-colorful .ant-input-affix-wrapper,\n.icos-desktop-components .ant-input-group-wrapper.dt-input-colorful .ant-input-affix-wrapper,\n.icos-desktop-components .ant-input.dt-input-colorful .ant-input,\n.icos-desktop-components .ant-input-group-wrapper.dt-input-colorful .ant-input,\n.icos-desktop-components .ant-input.dt-input-colorful .ant-input-group-addon,\n.icos-desktop-components .ant-input-group-wrapper.dt-input-colorful .ant-input-group-addon {\n background-color: transparent;\n border: none;\n}\n.icos-desktop-components .ant-input-search {\n background-color: #0F366A;\n border-color: #0D5BAB;\n color: #fff;\n border-width: 1px;\n border-style: solid;\n}\n.icos-desktop-components .ant-input-search .ant-input:hover,\n.icos-desktop-components .ant-input-search .ant-input:focus {\n border-color: #0D5BAB;\n}\n.icos-desktop-components .ant-input-search .ant-input-affix-wrapper,\n.icos-desktop-components .ant-input-search .ant-input,\n.icos-desktop-components .ant-input-search .ant-input-group-addon,\n.icos-desktop-components .ant-input-search .ant-input-search-button {\n background-color: transparent;\n border: none;\n}\n.icos-desktop-components .ant-input-search .ant-input-group .ant-input-group-addon:last-child .ant-input-search-button:not(.ant-btn-primary) {\n color: rgba(255, 255, 255, 0.65);\n}\n.icos-desktop-components .ant-input-search .ant-input-group .ant-input-group-addon:last-child .ant-input-search-button:not(.ant-btn-primary):hover {\n color: rgba(255, 255, 255, 0.65);\n background-color: transparent;\n}\n.icos-desktop-components .ant-input-outlined.ant-input-status-error:not(.ant-input-disabled) {\n --ant-color-bg-container: #0F366A;\n --ant-input-hover-bg: #0F366A;\n --ant-input-active-bg: #0F366A;\n --ant-color-error-border-hover: var(--ant-color-error);\n}\n.icos-desktop-components .ant-input-number-css-var {\n --ant-input-number-handle-border-color: #0D5BAB;\n --ant-input-number-handle-bg: #0F366A;\n}\n.icos-desktop-components .ant-input-number {\n background-color: #0F366A;\n border-color: #0D5BAB;\n color: #fff;\n}\n.icos-desktop-components .ant-input-number:hover {\n background-color: #0F366A;\n border-color: #0D5BAB;\n}\n.icos-desktop-components .ant-input-number:focus,\n.icos-desktop-components .ant-input-number:focus-within {\n background-color: #0F366A;\n border-color: #0D5BAB;\n box-shadow: none;\n}\n.icos-desktop-components .ant-pagination {\n color: rgba(255, 255, 255, 0.85);\n}\n.icos-desktop-components .ant-pagination .ant-pagination-item {\n border: 1px solid rgba(221, 231, 255, 0.15);\n background-color: rgba(221, 231, 255, 0.1);\n}\n.icos-desktop-components .ant-pagination .ant-pagination-item.ant-pagination-item-active {\n border: 1px solid rgba(0, 255, 255, 0.6);\n background-color: rgba(0, 255, 255, 0.3);\n}\n.icos-desktop-components .ant-pagination .ant-pagination-item.ant-pagination-item-active a {\n color: #fff;\n}\n.icos-desktop-components .ant-pagination .ant-pagination-item.ant-pagination-item-active:hover a {\n color: #fff;\n}\n.icos-desktop-components .ant-pagination .ant-pagination-prev,\n.icos-desktop-components .ant-pagination .ant-pagination-next {\n border: 1px solid rgba(221, 231, 255, 0.15);\n background-color: rgba(221, 231, 255, 0.1);\n}\n.icos-desktop-components .ant-pagination .ant-pagination-prev .anticon,\n.icos-desktop-components .ant-pagination .ant-pagination-next .anticon {\n vertical-align: 0;\n}\n.icos-desktop-components .ant-pagination .ant-pagination-options .ant-select:not(.ant-select-customize-input) .ant-select-selector {\n border: 1px solid rgba(221, 231, 255, 0.15);\n background: rgba(221, 231, 255, 0.1);\n}\n.icos-desktop-components .ant-pagination .ant-pagination-options .ant-pagination-options-quick-jumper input {\n border: 1px solid rgba(221, 231, 255, 0.35);\n background: transparent;\n}\n.icos-desktop-components .ant-radio-css-var,\n.icos-desktop-components .ant-radio-inner {\n --ant-color-text: #fff;\n --ant-color-text-disabled: rgba(255, 255, 255, 0.25);\n --ant-color-primary: #F90;\n --ant-color-primary-hover: #F90;\n --ant-color-border: rgba(221, 231, 255, 0.35);\n --ant-color-bg-container: transparent;\n --ant-color-bg-container-disabled: rgba(255, 255, 255, 0.08);\n --ant-radio-radio-bg-color: #F90;\n}\n.icos-desktop-components .ant-select:not(.ant-select-customize-input) .ant-select-selector {\n background-color: #0F366A;\n border-color: #0D5BAB;\n color: #fff;\n}\n.icos-desktop-components .ant-select:not(.ant-select-customize-input):not(.ant-select-disabled):not(.ant-pagination-size-changer):hover .ant-select-selector {\n background-color: #0F366A;\n border-color: #0D5BAB;\n}\n.icos-desktop-components .ant-select:not(.ant-select-customize-input):not(.ant-select-disabled):not(.ant-pagination-size-changer).ant-select-focused .ant-select-selector {\n background-color: #0F366A;\n border-color: #0D5BAB;\n box-shadow: none;\n}\n.icos-desktop-components .ant-select:not(.ant-select-customize-input).ant-select-disabled .ant-select-selector {\n background: linear-gradient(0deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%), #0F366A;\n border-color: #0D5BAB;\n color: #fff;\n}\n.icos-desktop-components .ant-select-outlined.ant-select-status-error:not(.ant-select-customize-input) .ant-select-selector {\n background: #0F366A;\n}\n.icos-desktop-components .ant-select .ant-select-clear {\n background-color: #0F366A;\n}\n.icos-desktop-components .ant-select-dropdown {\n padding: 4px 0;\n background-color: #0F366A;\n box-shadow: 0 9px 28px 8px rgba(0, 0, 0, 0.05), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12);\n color: #fff;\n}\n.icos-desktop-components .ant-select-dropdown .ant-select-item:not(.ant-select-item-option-disabled) {\n color: #fff;\n}\n.icos-desktop-components .ant-select-dropdown .ant-select-item:not(.ant-select-item-option-disabled).ant-select-item-option-active {\n background-color: rgba(0, 255, 255, 0.1);\n}\n.icos-desktop-components .ant-select-dropdown .ant-select-item:not(.ant-select-item-option-disabled).ant-select-item-option-selected {\n background-color: rgba(0, 255, 255, 0.1);\n}\n.icos-desktop-components .ant-select-dropdown .ant-select-item.ant-select-item-option-disabled {\n color: rgba(255, 255, 255, 0.25);\n}\n.icos-desktop-components .ant-steps .ant-steps-item-process .ant-steps-item-icon {\n background-color: #0FF;\n border-color: #0FF;\n}\n.icos-desktop-components .ant-steps .ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon {\n color: #0F366A;\n font-family: \"Helvetica Neue\";\n font-size: 14px;\n font-weight: 500;\n}\n.icos-desktop-components .ant-steps .ant-steps-item-wait .ant-steps-item-icon {\n background-color: transparent;\n border-color: #0FF;\n}\n.icos-desktop-components .ant-steps .ant-steps-item-wait .ant-steps-item-icon > .ant-steps-icon {\n color: #0FF;\n font-family: \"Helvetica Neue\";\n font-size: 14px;\n font-weight: 500;\n}\n.icos-desktop-components .ant-steps .ant-steps-item-finish .ant-steps-item-icon {\n background-color: #0FF;\n border-color: #0FF;\n}\n.icos-desktop-components .ant-steps .ant-steps-item-finish .ant-steps-item-icon > .ant-steps-icon {\n color: #0F366A;\n}\n.icos-desktop-components .ant-steps .ant-steps-item-tail::after {\n background: rgba(255, 255, 255, 0.25) !important;\n}\n.icos-desktop-components .ant-table-wrapper .ant-table {\n background: transparent;\n scrollbar-color: unset;\n}\n.icos-desktop-components .ant-table-wrapper .ant-table .ant-table-thead > tr > th,\n.icos-desktop-components .ant-table-wrapper .ant-table .ant-table-thead > tr > td {\n background: linear-gradient(270deg, rgba(69, 147, 255, 0.2) 72.24%, rgba(69, 147, 255, 0.2) 100%);\n border-bottom: none;\n}\n.icos-desktop-components .ant-table-wrapper .ant-table .ant-table-thead > tr > th:before,\n.icos-desktop-components .ant-table-wrapper .ant-table .ant-table-thead > tr > td:before {\n background-color: rgba(255, 255, 255, 0.25) !important;\n}\n.icos-desktop-components .ant-table-wrapper .ant-table .ant-table-thead th.ant-table-column-has-sorters:hover::before {\n background-color: rgba(255, 255, 255, 0.25) !important;\n}\n.icos-desktop-components .ant-table-wrapper .ant-table .ant-table-thead .ant-table-column-sorter-inner {\n align-items: baseline;\n}\n.icos-desktop-components .ant-table-wrapper .ant-table .ant-table-thead .ant-table-column-sorter {\n color: rgba(255, 255, 255, 0.6);\n}\n.icos-desktop-components .ant-table-wrapper .ant-table .ant-table-thead .ant-table-column-sorter .ant-table-column-sorter-up.active,\n.icos-desktop-components .ant-table-wrapper .ant-table .ant-table-thead .ant-table-column-sorter .ant-table-column-sorter-down.active {\n color: #0FF;\n}\n.icos-desktop-components .ant-table-wrapper .ant-table .ant-table-tbody > tr > th,\n.icos-desktop-components .ant-table-wrapper .ant-table .ant-table-tbody > tr > td {\n border-bottom: none;\n}\n.icos-desktop-components .ant-table-wrapper .ant-table .ant-table-tbody .ant-table-row.ant-table-row-selected .ant-table-cell {\n background: transparent;\n}\n.icos-desktop-components .ant-table-wrapper .ant-table .ant-table-tbody .ant-table-row:nth-child(2n + 1) {\n background: transparent;\n}\n.icos-desktop-components .ant-table-wrapper .ant-table .ant-table-tbody .ant-table-row:nth-child(2n) {\n background: linear-gradient(270deg, rgba(57, 107, 153, 0.2) -9.42%, rgba(57, 107, 153, 0.07) 98.86%);\n}\n.icos-desktop-components .ant-table-wrapper .ant-table .ant-table-tbody .ant-table-row > .ant-table-cell-row-hover {\n background: transparent;\n}\n.icos-desktop-components .ant-table-wrapper .ant-table .ant-table-tbody .ant-table-row:hover {\n background: #094863;\n}\n.icos-desktop-components .ant-table-wrapper .ant-table .ant-table-tbody .ant-table-column-sort {\n background: transparent;\n}\n.icos-desktop-components .ant-table-wrapper .ant-table .ant-table-tbody > tr.ant-table-placeholder,\n.icos-desktop-components .ant-table-wrapper .ant-table .ant-table-tbody > tr.ant-table-placeholder:hover > th,\n.icos-desktop-components .ant-table-wrapper .ant-table .ant-table-tbody > tr.ant-table-placeholder:hover > td {\n background: transparent;\n}\n.icos-desktop-components .ant-tree {\n background: transparent;\n line-height: 40px;\n}\n.icos-desktop-components .ant-tree .ant-tree-switcher,\n.icos-desktop-components .ant-tree .ant-tree-node-content-wrapper {\n line-height: 40px;\n color: #fff;\n}\n.icos-desktop-components .ant-tree .ant-tree-switcher:not(.ant-tree-switcher-noop):hover {\n background: transparent;\n}\n.icos-desktop-components .ant-tree .ant-tree-treenode {\n display: flex;\n align-items: center;\n padding: 0 0 0 12px;\n}\n.icos-desktop-components .ant-tree .ant-tree-treenode .ant-tree-node-content-wrapper {\n display: flex;\n align-items: center;\n width: 0;\n}\n.icos-desktop-components .ant-tree .ant-tree-treenode .ant-tree-node-content-wrapper .ant-tree-iconEle {\n flex-shrink: 0;\n}\n.icos-desktop-components .ant-tree .ant-tree-treenode .ant-tree-node-content-wrapper .ant-tree-title {\n flex: auto;\n width: 0;\n max-width: 100%;\n height: 100%;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n}\n.icos-desktop-components .ant-tree .ant-tree-checkbox {\n align-self: initial;\n}\n.icos-desktop-components .ant-tree .ant-tree-checkbox .ant-tree-checkbox-inner {\n --ant-color-text: #fff;\n --ant-color-text-disabled: rgba(255, 255, 255, 0.25);\n --ant-color-primary: #F90;\n --ant-color-primary-hover: #F90;\n --ant-color-border: rgba(221, 231, 255, 0.35);\n --ant-color-bg-container: transparent;\n --ant-color-bg-container-disabled: rgba(255, 255, 255, 0.08);\n}\n.icos-desktop-components .ant-tree.ant-tree-block-node .ant-tree-node-content-wrapper:hover,\n.icos-desktop-components .ant-tree.ant-tree-block-node .ant-tree-checkbox + span:hover,\n.icos-desktop-components .ant-tree.ant-tree-block-node .ant-tree-node-content-wrapper.ant-tree-node-selected,\n.icos-desktop-components .ant-tree.ant-tree-block-node .ant-tree-checkbox + span.ant-tree-node-selected {\n background-color: transparent;\n}\n.icos-desktop-components .ant-tree-select-dropdown .ant-select-tree {\n width: 100%;\n background: transparent;\n}\n.icos-desktop-components .ant-tree-select-dropdown .ant-select-tree .ant-select-tree-treenode {\n padding: 4px 0;\n}\n.icos-desktop-components .ant-tree-select-dropdown .ant-select-tree .ant-select-tree-treenode .ant-select-tree-checkbox .ant-select-tree-checkbox-inner {\n --ant-color-text: #fff;\n --ant-color-text-disabled: rgba(255, 255, 255, 0.25);\n --ant-color-primary: #F90;\n --ant-color-primary-hover: #F90;\n --ant-color-border: rgba(221, 231, 255, 0.35);\n --ant-color-bg-container: transparent;\n --ant-color-bg-container-disabled: rgba(255, 255, 255, 0.08);\n}\n.icos-desktop-components .ant-tree-select-dropdown .ant-select-tree .ant-select-tree-treenode:hover {\n background-color: rgba(0, 255, 255, 0.1);\n}\n.icos-desktop-components .ant-tree-select-dropdown .ant-select-tree .ant-select-tree-treenode.ant-select-tree-treenode-selected {\n background-color: rgba(0, 255, 255, 0.1);\n}\n.icos-desktop-components .ant-tree-select-dropdown .ant-select-tree .ant-select-tree-treenode.ant-select-tree-treenode-disabled .ant-select-tree-node-content-wrapper {\n color: rgba(255, 255, 255, 0.25);\n}\n.icos-desktop-components .ant-tree-select-dropdown .ant-select-tree .ant-select-tree-node-content-wrapper:hover,\n.icos-desktop-components .ant-tree-select-dropdown .ant-select-tree .ant-select-tree-checkbox + span:hover {\n background: transparent;\n}\n.icos-desktop-components .ant-tree-select-dropdown .ant-select-tree .ant-select-tree-node-content-wrapper.ant-select-tree-node-selected,\n.icos-desktop-components .ant-tree-select-dropdown .ant-select-tree .ant-select-tree-checkbox + span.ant-select-tree-node-selected {\n background: transparent;\n}\n";
240609
240609
  styleInject(css_248z$s);
240610
240610
 
240611
+ var zh_CN$6 = {};
240612
+
240613
+ var interopRequireDefault = {exports: {}};
240614
+
240615
+ (function (module) {
240616
+ function _interopRequireDefault(e) {
240617
+ return e && e.__esModule ? e : {
240618
+ "default": e
240619
+ };
240620
+ }
240621
+ module.exports = _interopRequireDefault, module.exports.__esModule = true, module.exports["default"] = module.exports;
240622
+ } (interopRequireDefault));
240623
+
240624
+ var interopRequireDefaultExports = interopRequireDefault.exports;
240625
+
240626
+ var zh_CN$5 = {};
240627
+
240628
+ Object.defineProperty(zh_CN$5, "__esModule", {
240629
+ value: true
240630
+ });
240631
+ zh_CN$5.default = void 0;
240632
+ var locale$3 = {
240633
+ // Options
240634
+ items_per_page: '条/页',
240635
+ jump_to: '跳至',
240636
+ jump_to_confirm: '确定',
240637
+ page: '页',
240638
+ // Pagination
240639
+ prev_page: '上一页',
240640
+ next_page: '下一页',
240641
+ prev_5: '向前 5 页',
240642
+ next_5: '向后 5 页',
240643
+ prev_3: '向前 3 页',
240644
+ next_3: '向后 3 页',
240645
+ page_size: '页码'
240646
+ };
240647
+ zh_CN$5.default = locale$3;
240648
+
240649
+ var zh_CN$4 = {};
240650
+
240651
+ var zh_CN$3 = {};
240652
+
240653
+ var zh_CN$2 = {};
240654
+
240655
+ var objectSpread2 = {exports: {}};
240656
+
240657
+ var defineProperty = {exports: {}};
240658
+
240659
+ var toPropertyKey = {exports: {}};
240660
+
240661
+ var toPrimitive = {exports: {}};
240662
+
240663
+ (function (module) {
240664
+ var _typeof = _typeofExports["default"];
240665
+ function toPrimitive(t, r) {
240666
+ if ("object" != _typeof(t) || !t) return t;
240667
+ var e = t[Symbol.toPrimitive];
240668
+ if (void 0 !== e) {
240669
+ var i = e.call(t, r || "default");
240670
+ if ("object" != _typeof(i)) return i;
240671
+ throw new TypeError("@@toPrimitive must return a primitive value.");
240672
+ }
240673
+ return ("string" === r ? String : Number)(t);
240674
+ }
240675
+ module.exports = toPrimitive, module.exports.__esModule = true, module.exports["default"] = module.exports;
240676
+ } (toPrimitive));
240677
+
240678
+ var toPrimitiveExports = toPrimitive.exports;
240679
+
240680
+ (function (module) {
240681
+ var _typeof = _typeofExports["default"];
240682
+ var toPrimitive = toPrimitiveExports;
240683
+ function toPropertyKey(t) {
240684
+ var i = toPrimitive(t, "string");
240685
+ return "symbol" == _typeof(i) ? i : i + "";
240686
+ }
240687
+ module.exports = toPropertyKey, module.exports.__esModule = true, module.exports["default"] = module.exports;
240688
+ } (toPropertyKey));
240689
+
240690
+ var toPropertyKeyExports = toPropertyKey.exports;
240691
+
240692
+ (function (module) {
240693
+ var toPropertyKey = toPropertyKeyExports;
240694
+ function _defineProperty(e, r, t) {
240695
+ return (r = toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
240696
+ value: t,
240697
+ enumerable: !0,
240698
+ configurable: !0,
240699
+ writable: !0
240700
+ }) : e[r] = t, e;
240701
+ }
240702
+ module.exports = _defineProperty, module.exports.__esModule = true, module.exports["default"] = module.exports;
240703
+ } (defineProperty));
240704
+
240705
+ var definePropertyExports = defineProperty.exports;
240706
+
240707
+ (function (module) {
240708
+ var defineProperty = definePropertyExports;
240709
+ function ownKeys(e, r) {
240710
+ var t = Object.keys(e);
240711
+ if (Object.getOwnPropertySymbols) {
240712
+ var o = Object.getOwnPropertySymbols(e);
240713
+ r && (o = o.filter(function (r) {
240714
+ return Object.getOwnPropertyDescriptor(e, r).enumerable;
240715
+ })), t.push.apply(t, o);
240716
+ }
240717
+ return t;
240718
+ }
240719
+ function _objectSpread2(e) {
240720
+ for (var r = 1; r < arguments.length; r++) {
240721
+ var t = null != arguments[r] ? arguments[r] : {};
240722
+ r % 2 ? ownKeys(Object(t), !0).forEach(function (r) {
240723
+ defineProperty(e, r, t[r]);
240724
+ }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) {
240725
+ Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r));
240726
+ });
240727
+ }
240728
+ return e;
240729
+ }
240730
+ module.exports = _objectSpread2, module.exports.__esModule = true, module.exports["default"] = module.exports;
240731
+ } (objectSpread2));
240732
+
240733
+ var objectSpread2Exports = objectSpread2.exports;
240734
+
240735
+ var common = {};
240736
+
240737
+ Object.defineProperty(common, "__esModule", {
240738
+ value: true
240739
+ });
240740
+ common.commonLocale = void 0;
240741
+ common.commonLocale = {
240742
+ yearFormat: 'YYYY',
240743
+ dayFormat: 'D',
240744
+ cellMeridiemFormat: 'A',
240745
+ monthBeforeYear: true
240746
+ };
240747
+
240748
+ var _interopRequireDefault$3 = interopRequireDefaultExports.default;
240749
+ Object.defineProperty(zh_CN$2, "__esModule", {
240750
+ value: true
240751
+ });
240752
+ zh_CN$2.default = void 0;
240753
+ var _objectSpread2 = _interopRequireDefault$3(objectSpread2Exports);
240754
+ var _common = common;
240755
+ var locale$2 = (0, _objectSpread2.default)((0, _objectSpread2.default)({}, _common.commonLocale), {}, {
240756
+ locale: 'zh_CN',
240757
+ today: '今天',
240758
+ now: '此刻',
240759
+ backToToday: '返回今天',
240760
+ ok: '确定',
240761
+ timeSelect: '选择时间',
240762
+ dateSelect: '选择日期',
240763
+ weekSelect: '选择周',
240764
+ clear: '清除',
240765
+ month: '月',
240766
+ year: '年',
240767
+ previousMonth: '上个月 (翻页上键)',
240768
+ nextMonth: '下个月 (翻页下键)',
240769
+ monthSelect: '选择月份',
240770
+ yearSelect: '选择年份',
240771
+ decadeSelect: '选择年代',
240772
+ previousYear: '上一年 (Control键加左方向键)',
240773
+ nextYear: '下一年 (Control键加右方向键)',
240774
+ previousDecade: '上一年代',
240775
+ nextDecade: '下一年代',
240776
+ previousCentury: '上一世纪',
240777
+ nextCentury: '下一世纪',
240778
+ yearFormat: 'YYYY年',
240779
+ cellDateFormat: 'D',
240780
+ monthBeforeYear: false
240781
+ });
240782
+ zh_CN$2.default = locale$2;
240783
+
240784
+ var zh_CN$1 = {};
240785
+
240786
+ Object.defineProperty(zh_CN$1, "__esModule", {
240787
+ value: true
240788
+ });
240789
+ zh_CN$1.default = void 0;
240790
+ const locale$1 = {
240791
+ placeholder: '请选择时间',
240792
+ rangePlaceholder: ['开始时间', '结束时间']
240793
+ };
240794
+ zh_CN$1.default = locale$1;
240795
+
240796
+ var _interopRequireDefault$2 = interopRequireDefaultExports.default;
240797
+ Object.defineProperty(zh_CN$3, "__esModule", {
240798
+ value: true
240799
+ });
240800
+ zh_CN$3.default = void 0;
240801
+ var _zh_CN$2 = _interopRequireDefault$2(zh_CN$2);
240802
+ var _zh_CN2$1 = _interopRequireDefault$2(zh_CN$1);
240803
+ // 统一合并为完整的 Locale
240804
+ const locale = {
240805
+ lang: Object.assign({
240806
+ placeholder: '请选择日期',
240807
+ yearPlaceholder: '请选择年份',
240808
+ quarterPlaceholder: '请选择季度',
240809
+ monthPlaceholder: '请选择月份',
240810
+ weekPlaceholder: '请选择周',
240811
+ rangePlaceholder: ['开始日期', '结束日期'],
240812
+ rangeYearPlaceholder: ['开始年份', '结束年份'],
240813
+ rangeMonthPlaceholder: ['开始月份', '结束月份'],
240814
+ rangeQuarterPlaceholder: ['开始季度', '结束季度'],
240815
+ rangeWeekPlaceholder: ['开始周', '结束周']
240816
+ }, _zh_CN$2.default),
240817
+ timePickerLocale: Object.assign({}, _zh_CN2$1.default)
240818
+ };
240819
+ // should add whitespace between char in Button
240820
+ locale.lang.ok = '确定';
240821
+ // All settings at:
240822
+ // https://github.com/ant-design/ant-design/blob/master/components/date-picker/locale/example.json
240823
+ zh_CN$3.default = locale;
240824
+
240825
+ var _interopRequireDefault$1 = interopRequireDefaultExports.default;
240826
+ Object.defineProperty(zh_CN$4, "__esModule", {
240827
+ value: true
240828
+ });
240829
+ zh_CN$4.default = void 0;
240830
+ var _zh_CN$1 = _interopRequireDefault$1(zh_CN$3);
240831
+ zh_CN$4.default = _zh_CN$1.default;
240832
+
240833
+ var _interopRequireDefault = interopRequireDefaultExports.default;
240834
+ Object.defineProperty(zh_CN$6, "__esModule", {
240835
+ value: true
240836
+ });
240837
+ zh_CN$6.default = void 0;
240838
+ var _zh_CN = _interopRequireDefault(zh_CN$5);
240839
+ var _zh_CN2 = _interopRequireDefault(zh_CN$4);
240840
+ var _zh_CN3 = _interopRequireDefault(zh_CN$3);
240841
+ var _zh_CN4 = _interopRequireDefault(zh_CN$1);
240842
+ const typeTemplate = '${label}不是一个有效的${type}';
240843
+ const localeValues = {
240844
+ locale: 'zh-cn',
240845
+ Pagination: _zh_CN.default,
240846
+ DatePicker: _zh_CN3.default,
240847
+ TimePicker: _zh_CN4.default,
240848
+ Calendar: _zh_CN2.default,
240849
+ // locales for all components
240850
+ global: {
240851
+ placeholder: '请选择'
240852
+ },
240853
+ Table: {
240854
+ filterTitle: '筛选',
240855
+ filterConfirm: '确定',
240856
+ filterReset: '重置',
240857
+ filterEmptyText: '无筛选项',
240858
+ filterCheckall: '全选',
240859
+ filterSearchPlaceholder: '在筛选项中搜索',
240860
+ emptyText: '暂无数据',
240861
+ selectAll: '全选当页',
240862
+ selectInvert: '反选当页',
240863
+ selectNone: '清空所有',
240864
+ selectionAll: '全选所有',
240865
+ sortTitle: '排序',
240866
+ expand: '展开行',
240867
+ collapse: '关闭行',
240868
+ triggerDesc: '点击降序',
240869
+ triggerAsc: '点击升序',
240870
+ cancelSort: '取消排序'
240871
+ },
240872
+ Modal: {
240873
+ okText: '确定',
240874
+ cancelText: '取消',
240875
+ justOkText: '知道了'
240876
+ },
240877
+ Tour: {
240878
+ Next: '下一步',
240879
+ Previous: '上一步',
240880
+ Finish: '结束导览'
240881
+ },
240882
+ Popconfirm: {
240883
+ cancelText: '取消',
240884
+ okText: '确定'
240885
+ },
240886
+ Transfer: {
240887
+ titles: ['', ''],
240888
+ searchPlaceholder: '请输入搜索内容',
240889
+ itemUnit: '项',
240890
+ itemsUnit: '项',
240891
+ remove: '删除',
240892
+ selectCurrent: '全选当页',
240893
+ removeCurrent: '删除当页',
240894
+ selectAll: '全选所有',
240895
+ deselectAll: '取消全选',
240896
+ removeAll: '删除全部',
240897
+ selectInvert: '反选当页'
240898
+ },
240899
+ Upload: {
240900
+ uploading: '文件上传中',
240901
+ removeFile: '删除文件',
240902
+ uploadError: '上传错误',
240903
+ previewFile: '预览文件',
240904
+ downloadFile: '下载文件'
240905
+ },
240906
+ Empty: {
240907
+ description: '暂无数据'
240908
+ },
240909
+ Icon: {
240910
+ icon: '图标'
240911
+ },
240912
+ Text: {
240913
+ edit: '编辑',
240914
+ copy: '复制',
240915
+ copied: '复制成功',
240916
+ expand: '展开',
240917
+ collapse: '收起'
240918
+ },
240919
+ Form: {
240920
+ optional: '(可选)',
240921
+ defaultValidateMessages: {
240922
+ default: '字段验证错误${label}',
240923
+ required: '请输入${label}',
240924
+ enum: '${label}必须是其中一个[${enum}]',
240925
+ whitespace: '${label}不能为空字符',
240926
+ date: {
240927
+ format: '${label}日期格式无效',
240928
+ parse: '${label}不能转换为日期',
240929
+ invalid: '${label}是一个无效日期'
240930
+ },
240931
+ types: {
240932
+ string: typeTemplate,
240933
+ method: typeTemplate,
240934
+ array: typeTemplate,
240935
+ object: typeTemplate,
240936
+ number: typeTemplate,
240937
+ date: typeTemplate,
240938
+ boolean: typeTemplate,
240939
+ integer: typeTemplate,
240940
+ float: typeTemplate,
240941
+ regexp: typeTemplate,
240942
+ email: typeTemplate,
240943
+ url: typeTemplate,
240944
+ hex: typeTemplate
240945
+ },
240946
+ string: {
240947
+ len: '${label}须为${len}个字符',
240948
+ min: '${label}最少${min}个字符',
240949
+ max: '${label}最多${max}个字符',
240950
+ range: '${label}须在${min}-${max}字符之间'
240951
+ },
240952
+ number: {
240953
+ len: '${label}必须等于${len}',
240954
+ min: '${label}最小值为${min}',
240955
+ max: '${label}最大值为${max}',
240956
+ range: '${label}须在${min}-${max}之间'
240957
+ },
240958
+ array: {
240959
+ len: '须为${len}个${label}',
240960
+ min: '最少${min}个${label}',
240961
+ max: '最多${max}个${label}',
240962
+ range: '${label}数量须在${min}-${max}之间'
240963
+ },
240964
+ pattern: {
240965
+ mismatch: '${label}与模式不匹配${pattern}'
240966
+ }
240967
+ }
240968
+ },
240969
+ Image: {
240970
+ preview: '预览'
240971
+ },
240972
+ QRCode: {
240973
+ expired: '二维码过期',
240974
+ refresh: '点击刷新',
240975
+ scanned: '已扫描'
240976
+ },
240977
+ ColorPicker: {
240978
+ presetEmpty: '暂无',
240979
+ transparent: '无色',
240980
+ singleColor: '单色',
240981
+ gradientColor: '渐变色'
240982
+ }
240983
+ };
240984
+ zh_CN$6.default = localeValues;
240985
+
240986
+ var zh_CN = zh_CN$6;
240987
+
240988
+ var zhCN = /*@__PURE__*/getDefaultExportFromCjs(zh_CN);
240989
+
240611
240990
  var theme = {
240612
240991
  algorithm: theme$1.darkAlgorithm,
240992
+ locale: zhCN,
240613
240993
  cssVar: {
240614
240994
  key: 'dt-css',
240615
240995
  // prefix: 'dt-root-ant'
@@ -250373,12 +250753,20 @@ var settings$2 = {
250373
250753
  title: '起始地理层级',
250374
250754
  group: 'basic',
250375
250755
  setter: 'numberSetter',
250756
+ setterProps: {
250757
+ min: 1,
250758
+ max: 9,
250759
+ },
250376
250760
  },
250377
250761
  {
250378
250762
  name: 'regionLeafLevel',
250379
250763
  title: '结束地理层级',
250380
250764
  group: 'basic',
250381
250765
  setter: 'numberSetter',
250766
+ setterProps: {
250767
+ min: 1,
250768
+ max: 9,
250769
+ },
250382
250770
  },
250383
250771
  {
250384
250772
  name: 'showSenseContextMenu',