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

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.
@@ -571,7 +571,7 @@
571
571
  }, _typeof$a(o);
572
572
  }
573
573
 
574
- function toPrimitive(t, r) {
574
+ function toPrimitive$1(t, r) {
575
575
  if ("object" != _typeof$a(t) || !t) return t;
576
576
  var e = t[Symbol.toPrimitive];
577
577
  if (void 0 !== e) {
@@ -582,13 +582,13 @@
582
582
  return ("string" === r ? String : Number)(t);
583
583
  }
584
584
 
585
- function toPropertyKey(t) {
586
- var i = toPrimitive(t, "string");
585
+ function toPropertyKey$1(t) {
586
+ var i = toPrimitive$1(t, "string");
587
587
  return "symbol" == _typeof$a(i) ? i : i + "";
588
588
  }
589
589
 
590
590
  function _defineProperty$1(e, r, t) {
591
- return (r = toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
591
+ return (r = toPropertyKey$1(r)) in e ? Object.defineProperty(e, r, {
592
592
  value: t,
593
593
  enumerable: !0,
594
594
  configurable: !0,
@@ -2096,7 +2096,7 @@
2096
2096
  }
2097
2097
  return t;
2098
2098
  }
2099
- function _objectSpread2(e) {
2099
+ function _objectSpread2$1(e) {
2100
2100
  for (var r = 1; r < arguments.length; r++) {
2101
2101
  var t = null != arguments[r] ? arguments[r] : {};
2102
2102
  r % 2 ? ownKeys$4(Object(t), !0).forEach(function (r) {
@@ -2249,7 +2249,7 @@
2249
2249
  var originOption = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {};
2250
2250
  var container = getContainer(originOption);
2251
2251
  var styles = findStyles(container);
2252
- var option = _objectSpread2(_objectSpread2({}, originOption), {}, {
2252
+ var option = _objectSpread2$1(_objectSpread2$1({}, originOption), {}, {
2253
2253
  styles: styles
2254
2254
  });
2255
2255
 
@@ -2388,13 +2388,13 @@
2388
2388
  }
2389
2389
  function generate$1(node, key, rootProps) {
2390
2390
  if (!rootProps) {
2391
- return /*#__PURE__*/React.createElement(node.tag, _objectSpread2({
2391
+ return /*#__PURE__*/React.createElement(node.tag, _objectSpread2$1({
2392
2392
  key: key
2393
2393
  }, normalizeAttrs(node.attrs)), (node.children || []).map(function (child, index) {
2394
2394
  return generate$1(child, "".concat(key, "-").concat(node.tag, "-").concat(index));
2395
2395
  }));
2396
2396
  }
2397
- return /*#__PURE__*/React.createElement(node.tag, _objectSpread2(_objectSpread2({
2397
+ return /*#__PURE__*/React.createElement(node.tag, _objectSpread2$1(_objectSpread2$1({
2398
2398
  key: key
2399
2399
  }, normalizeAttrs(node.attrs)), rootProps), (node.children || []).map(function (child, index) {
2400
2400
  return generate$1(child, "".concat(key, "-").concat(node.tag, "-").concat(index));
@@ -2444,7 +2444,7 @@
2444
2444
  twoToneColorPalette.calculated = !!secondaryColor;
2445
2445
  }
2446
2446
  function getTwoToneColors() {
2447
- return _objectSpread2({}, twoToneColorPalette);
2447
+ return _objectSpread2$1({}, twoToneColorPalette);
2448
2448
  }
2449
2449
  var IconBase = function IconBase(props) {
2450
2450
  var icon = props.icon,
@@ -2469,11 +2469,11 @@
2469
2469
  }
2470
2470
  var target = icon;
2471
2471
  if (target && typeof target.icon === 'function') {
2472
- target = _objectSpread2(_objectSpread2({}, target), {}, {
2472
+ target = _objectSpread2$1(_objectSpread2$1({}, target), {}, {
2473
2473
  icon: target.icon(colors.primaryColor, colors.secondaryColor)
2474
2474
  });
2475
2475
  }
2476
- return generate$1(target.icon, "svg-".concat(target.name), _objectSpread2(_objectSpread2({
2476
+ return generate$1(target.icon, "svg-".concat(target.name), _objectSpread2$1(_objectSpread2$1({
2477
2477
  className: className,
2478
2478
  onClick: onClick,
2479
2479
  style: style,
@@ -9022,7 +9022,7 @@
9022
9022
  function _defineProperties$2(e, r) {
9023
9023
  for (var t = 0; t < r.length; t++) {
9024
9024
  var o = r[t];
9025
- o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, toPropertyKey(o.key), o);
9025
+ o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, toPropertyKey$1(o.key), o);
9026
9026
  }
9027
9027
  }
9028
9028
  function _createClass$4(e, r, t) {
@@ -9175,7 +9175,7 @@
9175
9175
  // IE is strange, right?
9176
9176
  var mergedOffsetWidth = offsetWidth === Math.round(width) ? width : offsetWidth;
9177
9177
  var mergedOffsetHeight = offsetHeight === Math.round(height) ? height : offsetHeight;
9178
- var sizeInfo = _objectSpread2(_objectSpread2({}, size), {}, {
9178
+ var sizeInfo = _objectSpread2$1(_objectSpread2$1({}, size), {}, {
9179
9179
  offsetWidth: mergedOffsetWidth,
9180
9180
  offsetHeight: mergedOffsetHeight
9181
9181
  });
@@ -9776,7 +9776,7 @@
9776
9776
  if (plain) {
9777
9777
  return style;
9778
9778
  }
9779
- var attrs = _objectSpread2(_objectSpread2({}, customizeAttrs), {}, _defineProperty$1(_defineProperty$1({}, ATTR_TOKEN, tokenKey), ATTR_MARK, styleId));
9779
+ var attrs = _objectSpread2$1(_objectSpread2$1({}, customizeAttrs), {}, _defineProperty$1(_defineProperty$1({}, ATTR_TOKEN, tokenKey), ATTR_MARK, styleId));
9780
9780
  var attrStr = Object.keys(attrs).map(function (attr) {
9781
9781
  var val = attrs[attr];
9782
9782
  return val ? "".concat(attr, "=\"").concat(val, "\"") : null;
@@ -9851,7 +9851,7 @@
9851
9851
 
9852
9852
  // We need fully clone React function here
9853
9853
  // to avoid webpack warning React 17 do not export `useId`
9854
- var fullClone$3 = _objectSpread2({}, React__namespace);
9854
+ var fullClone$3 = _objectSpread2$1({}, React__namespace);
9855
9855
  var useInsertionEffect$1 = fullClone$3.useInsertionEffect;
9856
9856
  /**
9857
9857
  * Polyfill `useInsertionEffect` for React < 18
@@ -9878,7 +9878,7 @@
9878
9878
  }, deps);
9879
9879
  } : useInsertionEffectPolyfill;
9880
9880
 
9881
- var fullClone$2 = _objectSpread2({}, React__namespace);
9881
+ var fullClone$2 = _objectSpread2$1({}, React__namespace);
9882
9882
  var useInsertionEffect = fullClone$2.useInsertionEffect;
9883
9883
 
9884
9884
  // DO NOT register functions in useEffect cleanup function, or functions that registered will never be called.
@@ -10073,7 +10073,7 @@
10073
10073
  var derivativeToken = theme.getDerivativeToken(originToken);
10074
10074
 
10075
10075
  // Merge with override
10076
- var mergedDerivativeToken = _objectSpread2(_objectSpread2({}, derivativeToken), overrideToken);
10076
+ var mergedDerivativeToken = _objectSpread2$1(_objectSpread2$1({}, derivativeToken), overrideToken);
10077
10077
 
10078
10078
  // Format if needed
10079
10079
  if (format) {
@@ -10114,7 +10114,7 @@
10114
10114
  var mergedDerivativeToken = compute ? compute(mergedToken, override, theme) : getComputedToken$1(mergedToken, override, theme, formatToken);
10115
10115
 
10116
10116
  // Replace token value with css variables
10117
- var actualToken = _objectSpread2({}, mergedDerivativeToken);
10117
+ var actualToken = _objectSpread2$1({}, mergedDerivativeToken);
10118
10118
  var cssVarsStr = '';
10119
10119
  if (!!cssVar) {
10120
10120
  var _transformToken = transformToken(mergedDerivativeToken, cssVar.key, {
@@ -10984,7 +10984,7 @@
10984
10984
  _parseStyle4 = _slicedToArray$2(_parseStyle3, 2),
10985
10985
  _parsedStr2 = _parseStyle4[0],
10986
10986
  childEffectStyle = _parseStyle4[1];
10987
- effectStyle = _objectSpread2(_objectSpread2({}, effectStyle), childEffectStyle);
10987
+ effectStyle = _objectSpread2$1(_objectSpread2$1({}, effectStyle), childEffectStyle);
10988
10988
  styleStr += "".concat(mergedKey).concat(_parsedStr2);
10989
10989
  } else {
10990
10990
  var _value;
@@ -11166,7 +11166,7 @@
11166
11166
  // ================= Inject Layer Style =================
11167
11167
  // Inject layer style
11168
11168
  effectLayerKeys.forEach(function (effectKey) {
11169
- updateCSS(normalizeStyle(effectStyle[effectKey]), "_layer-".concat(effectKey), _objectSpread2(_objectSpread2({}, mergedCSSConfig), {}, {
11169
+ updateCSS(normalizeStyle(effectStyle[effectKey]), "_layer-".concat(effectKey), _objectSpread2$1(_objectSpread2$1({}, mergedCSSConfig), {}, {
11170
11170
  prepend: true
11171
11171
  }));
11172
11172
  });
@@ -11443,7 +11443,7 @@
11443
11443
  } else if (Array.isArray(entity)) {
11444
11444
  clone = _toConsumableArray(entity);
11445
11445
  } else {
11446
- clone = _objectSpread2({}, entity);
11446
+ clone = _objectSpread2$1({}, entity);
11447
11447
  }
11448
11448
 
11449
11449
  // Delete prop if `removeIfUndefined` and value is undefined
@@ -11558,7 +11558,7 @@
11558
11558
  // to import whole `rc-field-form`
11559
11559
  var ValidateMessagesContext = /*#__PURE__*/React.createContext(undefined);
11560
11560
 
11561
- var locale$4 = {
11561
+ var locale$8 = {
11562
11562
  // Options
11563
11563
  items_per_page: '/ page',
11564
11564
  jump_to: 'Go to',
@@ -11581,7 +11581,7 @@
11581
11581
  monthBeforeYear: true
11582
11582
  };
11583
11583
 
11584
- var locale$3 = _objectSpread2(_objectSpread2({}, commonLocale), {}, {
11584
+ var locale$7 = _objectSpread2$1(_objectSpread2$1({}, commonLocale), {}, {
11585
11585
  locale: 'en_US',
11586
11586
  today: 'Today',
11587
11587
  now: 'Now',
@@ -11608,13 +11608,13 @@
11608
11608
  nextCentury: 'Next century'
11609
11609
  });
11610
11610
 
11611
- const locale$2 = {
11611
+ const locale$6 = {
11612
11612
  placeholder: 'Select time',
11613
11613
  rangePlaceholder: ['Start time', 'End time']
11614
11614
  };
11615
11615
 
11616
11616
  // Merge into a locale object
11617
- const locale$1 = {
11617
+ const locale$5 = {
11618
11618
  lang: Object.assign({
11619
11619
  placeholder: 'Select date',
11620
11620
  yearPlaceholder: 'Select year',
@@ -11626,17 +11626,17 @@
11626
11626
  rangeQuarterPlaceholder: ['Start quarter', 'End quarter'],
11627
11627
  rangeMonthPlaceholder: ['Start month', 'End month'],
11628
11628
  rangeWeekPlaceholder: ['Start week', 'End week']
11629
- }, locale$3),
11630
- timePickerLocale: Object.assign({}, locale$2)
11629
+ }, locale$7),
11630
+ timePickerLocale: Object.assign({}, locale$6)
11631
11631
  };
11632
11632
 
11633
- const typeTemplate$1 = '${label} is not a valid ${type}';
11634
- const localeValues = {
11633
+ const typeTemplate$2 = '${label} is not a valid ${type}';
11634
+ const localeValues$1 = {
11635
11635
  locale: 'en',
11636
- Pagination: locale$4,
11637
- DatePicker: locale$1,
11638
- TimePicker: locale$2,
11639
- Calendar: locale$1,
11636
+ Pagination: locale$8,
11637
+ DatePicker: locale$5,
11638
+ TimePicker: locale$6,
11639
+ Calendar: locale$5,
11640
11640
  global: {
11641
11641
  placeholder: 'Please select'
11642
11642
  },
@@ -11719,19 +11719,19 @@
11719
11719
  invalid: '${label} is an invalid date'
11720
11720
  },
11721
11721
  types: {
11722
- string: typeTemplate$1,
11723
- method: typeTemplate$1,
11724
- array: typeTemplate$1,
11725
- object: typeTemplate$1,
11726
- number: typeTemplate$1,
11727
- date: typeTemplate$1,
11728
- boolean: typeTemplate$1,
11729
- integer: typeTemplate$1,
11730
- float: typeTemplate$1,
11731
- regexp: typeTemplate$1,
11732
- email: typeTemplate$1,
11733
- url: typeTemplate$1,
11734
- hex: typeTemplate$1
11722
+ string: typeTemplate$2,
11723
+ method: typeTemplate$2,
11724
+ array: typeTemplate$2,
11725
+ object: typeTemplate$2,
11726
+ number: typeTemplate$2,
11727
+ date: typeTemplate$2,
11728
+ boolean: typeTemplate$2,
11729
+ integer: typeTemplate$2,
11730
+ float: typeTemplate$2,
11731
+ regexp: typeTemplate$2,
11732
+ email: typeTemplate$2,
11733
+ url: typeTemplate$2,
11734
+ hex: typeTemplate$2
11735
11735
  },
11736
11736
  string: {
11737
11737
  len: '${label} must be ${len} characters',
@@ -11772,9 +11772,9 @@
11772
11772
  }
11773
11773
  };
11774
11774
 
11775
- let runtimeLocale = Object.assign({}, localeValues.Modal);
11775
+ let runtimeLocale = Object.assign({}, localeValues$1.Modal);
11776
11776
  let localeList = [];
11777
- const generateLocale = () => localeList.reduce((merged, locale) => Object.assign(Object.assign({}, merged), locale), localeValues.Modal);
11777
+ const generateLocale = () => localeList.reduce((merged, locale) => Object.assign(Object.assign({}, merged), locale), localeValues$1.Modal);
11778
11778
  function changeConfirmLocale(newLocale) {
11779
11779
  if (newLocale) {
11780
11780
  const cloneLocale = Object.assign({}, newLocale);
@@ -11785,7 +11785,7 @@
11785
11785
  runtimeLocale = generateLocale();
11786
11786
  };
11787
11787
  }
11788
- runtimeLocale = Object.assign({}, localeValues.Modal);
11788
+ runtimeLocale = Object.assign({}, localeValues$1.Modal);
11789
11789
  }
11790
11790
  function getConfirmLocale() {
11791
11791
  return runtimeLocale;
@@ -11797,7 +11797,7 @@
11797
11797
  const fullLocale = React__namespace.useContext(LocaleContext);
11798
11798
  const getLocale = React__namespace.useMemo(() => {
11799
11799
  var _a;
11800
- const locale = defaultLocale || localeValues[componentName];
11800
+ const locale = defaultLocale || localeValues$1[componentName];
11801
11801
  const localeFromContext = (_a = fullLocale === null || fullLocale === void 0 ? void 0 : fullLocale[componentName]) !== null && _a !== void 0 ? _a : {};
11802
11802
  return Object.assign(Object.assign({}, typeof locale === 'function' ? locale() : locale), localeFromContext || {});
11803
11803
  }, [componentName, defaultLocale, fullLocale]);
@@ -11805,7 +11805,7 @@
11805
11805
  const localeCode = fullLocale === null || fullLocale === void 0 ? void 0 : fullLocale.locale;
11806
11806
  // Had use LocaleProvide but didn't set locale
11807
11807
  if ((fullLocale === null || fullLocale === void 0 ? void 0 : fullLocale.exist) && !localeCode) {
11808
- return localeValues.locale;
11808
+ return localeValues$1.locale;
11809
11809
  }
11810
11810
  return localeCode;
11811
11811
  }, [fullLocale]);
@@ -12635,7 +12635,7 @@
12635
12635
  }
12636
12636
 
12637
12637
  function getComponentToken(component, token, defaultToken, options) {
12638
- var customToken = _objectSpread2({}, token[component]);
12638
+ var customToken = _objectSpread2$1({}, token[component]);
12639
12639
  if (options !== null && options !== void 0 && options.deprecatedTokens) {
12640
12640
  var deprecatedTokens = options.deprecatedTokens;
12641
12641
  deprecatedTokens.forEach(function (_ref) {
@@ -12653,7 +12653,7 @@
12653
12653
  }
12654
12654
  });
12655
12655
  }
12656
- var mergedToken = _objectSpread2(_objectSpread2({}, defaultToken), customToken);
12656
+ var mergedToken = _objectSpread2$1(_objectSpread2$1({}, defaultToken), customToken);
12657
12657
 
12658
12658
  // Remove same value as global token to minimize size
12659
12659
  Object.keys(mergedToken).forEach(function (key) {
@@ -12721,7 +12721,7 @@
12721
12721
  var _statistic$componentN;
12722
12722
  statistic[componentName] = {
12723
12723
  global: Array.from(tokenKeys),
12724
- component: _objectSpread2(_objectSpread2({}, (_statistic$componentN = statistic[componentName]) === null || _statistic$componentN === void 0 ? void 0 : _statistic$componentN.component), componentToken)
12724
+ component: _objectSpread2$1(_objectSpread2$1({}, (_statistic$componentN = statistic[componentName]) === null || _statistic$componentN === void 0 ? void 0 : _statistic$componentN.component), componentToken)
12725
12725
  };
12726
12726
  };
12727
12727
  }
@@ -12887,13 +12887,13 @@
12887
12887
  // Fill unitless
12888
12888
  var originUnitless = (options === null || options === void 0 ? void 0 : options.unitless) || {};
12889
12889
  var originCompUnitless = typeof getCompUnitless === 'function' ? getCompUnitless(component) : {};
12890
- var compUnitless = _objectSpread2(_objectSpread2({}, originCompUnitless), {}, _defineProperty$1({}, prefixToken('zIndexPopup'), true));
12890
+ var compUnitless = _objectSpread2$1(_objectSpread2$1({}, originCompUnitless), {}, _defineProperty$1({}, prefixToken('zIndexPopup'), true));
12891
12891
  Object.keys(originUnitless).forEach(function (key) {
12892
12892
  compUnitless[prefixToken(key)] = originUnitless[key];
12893
12893
  });
12894
12894
 
12895
12895
  // Options
12896
- var mergedOptions = _objectSpread2(_objectSpread2({}, options), {}, {
12896
+ var mergedOptions = _objectSpread2$1(_objectSpread2$1({}, options), {}, {
12897
12897
  unitless: compUnitless,
12898
12898
  prefixToken: prefixToken
12899
12899
  });
@@ -13016,13 +13016,13 @@
13016
13016
  };
13017
13017
 
13018
13018
  // Generate style for all need reset tags.
13019
- useStyleRegister(_objectSpread2(_objectSpread2({}, sharedConfig), {}, {
13019
+ useStyleRegister(_objectSpread2$1(_objectSpread2$1({}, sharedConfig), {}, {
13020
13020
  clientOnly: false,
13021
13021
  path: ['Shared', rootPrefixCls]
13022
13022
  }), function () {
13023
13023
  return typeof getResetStyles === 'function' ? getResetStyles(token) : [];
13024
13024
  });
13025
- var wrapSSR = useStyleRegister(_objectSpread2(_objectSpread2({}, sharedConfig), {}, {
13025
+ var wrapSSR = useStyleRegister(_objectSpread2$1(_objectSpread2$1({}, sharedConfig), {}, {
13026
13026
  path: [concatComponent, prefixCls, iconPrefixCls]
13027
13027
  }), function () {
13028
13028
  if (options.injectStyle === false) {
@@ -13067,7 +13067,7 @@
13067
13067
  }
13068
13068
  function genSubStyleComponent(componentName, styleFn, getDefaultToken) {
13069
13069
  var options = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : {};
13070
- var useStyle = genComponentStyleHook(componentName, styleFn, getDefaultToken, _objectSpread2({
13070
+ var useStyle = genComponentStyleHook(componentName, styleFn, getDefaultToken, _objectSpread2$1({
13071
13071
  resetStyle: false,
13072
13072
  // Sub Style should default after root one
13073
13073
  order: -998
@@ -14161,7 +14161,7 @@
14161
14161
  // ============================ Styles ============================
14162
14162
  var mergedStyle = style;
14163
14163
  if (eventHandlers[STEP_PREPARE] && step === STEP_START) {
14164
- mergedStyle = _objectSpread2({
14164
+ mergedStyle = _objectSpread2$1({
14165
14165
  transition: 'none'
14166
14166
  }, mergedStyle);
14167
14167
  }
@@ -14232,7 +14232,7 @@
14232
14232
 
14233
14233
  // ===================== Render =====================
14234
14234
  var motionChildren;
14235
- var mergedProps = _objectSpread2(_objectSpread2({}, eventProps), {}, {
14235
+ var mergedProps = _objectSpread2$1(_objectSpread2$1({}, eventProps), {}, {
14236
14236
  visible: visible
14237
14237
  });
14238
14238
  if (!children) {
@@ -14241,13 +14241,13 @@
14241
14241
  } else if (status === STATUS_NONE) {
14242
14242
  // Stable children
14243
14243
  if (mergedVisible) {
14244
- motionChildren = children(_objectSpread2({}, mergedProps), setNodeRef);
14244
+ motionChildren = children(_objectSpread2$1({}, mergedProps), setNodeRef);
14245
14245
  } else if (!removeOnLeave && renderedRef.current && leavedClassName) {
14246
- motionChildren = children(_objectSpread2(_objectSpread2({}, mergedProps), {}, {
14246
+ motionChildren = children(_objectSpread2$1(_objectSpread2$1({}, mergedProps), {}, {
14247
14247
  className: leavedClassName
14248
14248
  }), setNodeRef);
14249
14249
  } else if (forceRender || !removeOnLeave && !leavedClassName) {
14250
- motionChildren = children(_objectSpread2(_objectSpread2({}, mergedProps), {}, {
14250
+ motionChildren = children(_objectSpread2$1(_objectSpread2$1({}, mergedProps), {}, {
14251
14251
  style: {
14252
14252
  display: 'none'
14253
14253
  }
@@ -14266,7 +14266,7 @@
14266
14266
  statusSuffix = 'start';
14267
14267
  }
14268
14268
  var motionCls = getTransitionName$1(motionName, "".concat(status, "-").concat(statusSuffix));
14269
- motionChildren = children(_objectSpread2(_objectSpread2({}, mergedProps), {}, {
14269
+ motionChildren = children(_objectSpread2$1(_objectSpread2$1({}, mergedProps), {}, {
14270
14270
  className: classNames(getTransitionName$1(motionName, status), _defineProperty$1(_defineProperty$1({}, motionCls, motionCls && statusSuffix), motionName, typeof motionName === 'string')),
14271
14271
  style: statusStyle
14272
14272
  }), setNodeRef);
@@ -14304,7 +14304,7 @@
14304
14304
  key: key
14305
14305
  };
14306
14306
  }
14307
- return _objectSpread2(_objectSpread2({}, keyObj), {}, {
14307
+ return _objectSpread2$1(_objectSpread2$1({}, keyObj), {}, {
14308
14308
  key: String(keyObj.key)
14309
14309
  });
14310
14310
  }
@@ -14330,13 +14330,13 @@
14330
14330
  // New added keys should add before current key
14331
14331
  if (currentIndex < i) {
14332
14332
  list = list.concat(currentKeyObjects.slice(currentIndex, i).map(function (obj) {
14333
- return _objectSpread2(_objectSpread2({}, obj), {}, {
14333
+ return _objectSpread2$1(_objectSpread2$1({}, obj), {}, {
14334
14334
  status: STATUS_ADD
14335
14335
  });
14336
14336
  }));
14337
14337
  currentIndex = i;
14338
14338
  }
14339
- list.push(_objectSpread2(_objectSpread2({}, currentKeyObj), {}, {
14339
+ list.push(_objectSpread2$1(_objectSpread2$1({}, currentKeyObj), {}, {
14340
14340
  status: STATUS_KEEP
14341
14341
  }));
14342
14342
  currentIndex += 1;
@@ -14347,7 +14347,7 @@
14347
14347
 
14348
14348
  // If not hit, it means key is removed
14349
14349
  if (!hit) {
14350
- list.push(_objectSpread2(_objectSpread2({}, keyObj), {}, {
14350
+ list.push(_objectSpread2$1(_objectSpread2$1({}, keyObj), {}, {
14351
14351
  status: STATUS_REMOVE
14352
14352
  }));
14353
14353
  }
@@ -14356,7 +14356,7 @@
14356
14356
  // Add rest to the list
14357
14357
  if (currentIndex < currentLen) {
14358
14358
  list = list.concat(currentKeyObjects.slice(currentIndex).map(function (obj) {
14359
- return _objectSpread2(_objectSpread2({}, obj), {}, {
14359
+ return _objectSpread2$1(_objectSpread2$1({}, obj), {}, {
14360
14360
  status: STATUS_ADD
14361
14361
  });
14362
14362
  }));
@@ -14421,7 +14421,7 @@
14421
14421
  _this.setState(function (prevState) {
14422
14422
  var nextKeyEntities = prevState.keyEntities.map(function (entity) {
14423
14423
  if (entity.key !== removeKey) return entity;
14424
- return _objectSpread2(_objectSpread2({}, entity), {}, {
14424
+ return _objectSpread2$1(_objectSpread2$1({}, entity), {}, {
14425
14425
  status: STATUS_REMOVED
14426
14426
  });
14427
14427
  });
@@ -14476,7 +14476,7 @@
14476
14476
  }
14477
14477
  }
14478
14478
  }), function (props, ref) {
14479
- return children(_objectSpread2(_objectSpread2({}, props), {}, {
14479
+ return children(_objectSpread2$1(_objectSpread2$1({}, props), {}, {
14480
14480
  index: index
14481
14481
  }), ref);
14482
14482
  });
@@ -14834,7 +14834,7 @@
14834
14834
  }), children);
14835
14835
  const validateMessages = React__namespace.useMemo(() => {
14836
14836
  var _a, _b, _c, _d;
14837
- 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) || {});
14837
+ 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) || {});
14838
14838
  }, [memoedConfig, form === null || form === void 0 ? void 0 : form.validateMessages]);
14839
14839
  if (Object.keys(validateMessages).length > 0) {
14840
14840
  childNode = /*#__PURE__*/React__namespace.createElement(ValidateMessagesContext.Provider, {
@@ -14967,7 +14967,7 @@
14967
14967
  aria: true
14968
14968
  };
14969
14969
  } else {
14970
- mergedConfig = _objectSpread2({}, ariaOnly);
14970
+ mergedConfig = _objectSpread2$1({}, ariaOnly);
14971
14971
  }
14972
14972
  var attrs = {};
14973
14973
  Object.keys(props).forEach(function (key) {
@@ -15903,7 +15903,7 @@
15903
15903
  return /*#__PURE__*/React.createElement("div", {
15904
15904
  ref: nodeRef,
15905
15905
  className: classNames("".concat(prefixCls, "-notice-wrapper"), motionClassName, configClassNames === null || configClassNames === void 0 ? void 0 : configClassNames.wrapper),
15906
- style: _objectSpread2(_objectSpread2(_objectSpread2({}, motionStyle), stackStyle), configStyles === null || configStyles === void 0 ? void 0 : configStyles.wrapper),
15906
+ style: _objectSpread2$1(_objectSpread2$1(_objectSpread2$1({}, motionStyle), stackStyle), configStyles === null || configStyles === void 0 ? void 0 : configStyles.wrapper),
15907
15907
  onMouseEnter: function onMouseEnter() {
15908
15908
  return setHoverKeys(function (prev) {
15909
15909
  return prev.includes(strKey) ? prev : [].concat(_toConsumableArray(prev), [strKey]);
@@ -15984,7 +15984,7 @@
15984
15984
  var index = clone.findIndex(function (item) {
15985
15985
  return item.key === config.key;
15986
15986
  });
15987
- var innerConfig = _objectSpread2({}, config);
15987
+ var innerConfig = _objectSpread2$1({}, config);
15988
15988
  if (index >= 0) {
15989
15989
  var _list$index;
15990
15990
  innerConfig.times = (((_list$index = list[index]) === null || _list$index === void 0 ? void 0 : _list$index.times) || 0) + 1;
@@ -16034,7 +16034,7 @@
16034
16034
  // Clean up container if all notices fade out
16035
16035
  var onAllNoticeRemoved = function onAllNoticeRemoved(placement) {
16036
16036
  setPlacements(function (originPlacements) {
16037
- var clone = _objectSpread2({}, originPlacements);
16037
+ var clone = _objectSpread2$1({}, originPlacements);
16038
16038
  var list = clone[placement] || [];
16039
16039
  if (!list.length) {
16040
16040
  delete clone[placement];
@@ -17065,7 +17065,7 @@
17065
17065
  }
17066
17066
 
17067
17067
  // Let compiler not to search module usage
17068
- var fullClone = _objectSpread2({}, ReactDOM__namespace);
17068
+ var fullClone = _objectSpread2$1({}, ReactDOM__namespace);
17069
17069
  var version = fullClone.version,
17070
17070
  reactRender = fullClone.render,
17071
17071
  unmountComponentAtNode = fullClone.unmountComponentAtNode;
@@ -18488,7 +18488,7 @@
18488
18488
  var _ref = color,
18489
18489
  b = _ref.b,
18490
18490
  resets = _objectWithoutProperties(_ref, _excluded$W);
18491
- return _objectSpread2(_objectSpread2({}, resets), {}, {
18491
+ return _objectSpread2$1(_objectSpread2$1({}, resets), {}, {
18492
18492
  v: b
18493
18493
  });
18494
18494
  }
@@ -18522,7 +18522,7 @@
18522
18522
  var _this$toHsv = this.toHsv(),
18523
18523
  v = _this$toHsv.v,
18524
18524
  resets = _objectWithoutProperties(_this$toHsv, _excluded2$c);
18525
- return _objectSpread2(_objectSpread2({}, resets), {}, {
18525
+ return _objectSpread2$1(_objectSpread2$1({}, resets), {}, {
18526
18526
  b: v,
18527
18527
  a: this.a
18528
18528
  });
@@ -18561,11 +18561,11 @@
18561
18561
  if (type) {
18562
18562
  switch (type) {
18563
18563
  case 'hue':
18564
- return generateColor(_objectSpread2(_objectSpread2({}, hsb), {}, {
18564
+ return generateColor(_objectSpread2$1(_objectSpread2$1({}, hsb), {}, {
18565
18565
  h: hueOffset <= 0 ? 0 : hueOffset
18566
18566
  }));
18567
18567
  case 'alpha':
18568
- return generateColor(_objectSpread2(_objectSpread2({}, hsb), {}, {
18568
+ return generateColor(_objectSpread2$1(_objectSpread2$1({}, hsb), {}, {
18569
18569
  a: alphaOffset <= 0 ? 0 : alphaOffset
18570
18570
  }));
18571
18571
  }
@@ -18739,7 +18739,7 @@
18739
18739
  prefixCls = _ref.prefixCls;
18740
18740
  return /*#__PURE__*/React.createElement("div", {
18741
18741
  className: "".concat(prefixCls, "-palette"),
18742
- style: _objectSpread2({
18742
+ style: _objectSpread2$1({
18743
18743
  position: 'relative'
18744
18744
  }, style)
18745
18745
  }, children);
@@ -21742,7 +21742,7 @@
21742
21742
 
21743
21743
  function getUseId() {
21744
21744
  // We need fully clone React function here to avoid webpack warning React 17 do not export `useId`
21745
- var fullClone = _objectSpread2({}, React__namespace);
21745
+ var fullClone = _objectSpread2$1({}, React__namespace);
21746
21746
  return fullClone.useId;
21747
21747
  }
21748
21748
  var uuid$4 = 0;
@@ -21897,11 +21897,11 @@
21897
21897
  // ================================ Render ================================
21898
21898
  var footerNode = footer ? /*#__PURE__*/React.createElement("div", {
21899
21899
  className: classNames("".concat(prefixCls, "-footer"), modalClassNames === null || modalClassNames === void 0 ? void 0 : modalClassNames.footer),
21900
- style: _objectSpread2({}, modalStyles === null || modalStyles === void 0 ? void 0 : modalStyles.footer)
21900
+ style: _objectSpread2$1({}, modalStyles === null || modalStyles === void 0 ? void 0 : modalStyles.footer)
21901
21901
  }, footer) : null;
21902
21902
  var headerNode = title ? /*#__PURE__*/React.createElement("div", {
21903
21903
  className: classNames("".concat(prefixCls, "-header"), modalClassNames === null || modalClassNames === void 0 ? void 0 : modalClassNames.header),
21904
- style: _objectSpread2({}, modalStyles === null || modalStyles === void 0 ? void 0 : modalStyles.header)
21904
+ style: _objectSpread2$1({}, modalStyles === null || modalStyles === void 0 ? void 0 : modalStyles.header)
21905
21905
  }, /*#__PURE__*/React.createElement("div", {
21906
21906
  className: "".concat(prefixCls, "-title"),
21907
21907
  id: ariaId
@@ -21934,7 +21934,7 @@
21934
21934
  style: modalStyles === null || modalStyles === void 0 ? void 0 : modalStyles.content
21935
21935
  }, closerNode, headerNode, /*#__PURE__*/React.createElement("div", _extends$y({
21936
21936
  className: classNames("".concat(prefixCls, "-body"), modalClassNames === null || modalClassNames === void 0 ? void 0 : modalClassNames.body),
21937
- style: _objectSpread2(_objectSpread2({}, bodyStyle), modalStyles === null || modalStyles === void 0 ? void 0 : modalStyles.body)
21937
+ style: _objectSpread2$1(_objectSpread2$1({}, bodyStyle), modalStyles === null || modalStyles === void 0 ? void 0 : modalStyles.body)
21938
21938
  }, bodyProps), children), footerNode);
21939
21939
  return /*#__PURE__*/React.createElement("div", {
21940
21940
  key: "dialog-element",
@@ -21942,7 +21942,7 @@
21942
21942
  "aria-labelledby": title ? ariaId : null,
21943
21943
  "aria-modal": "true",
21944
21944
  ref: mergedRef,
21945
- style: _objectSpread2(_objectSpread2({}, style), contentStyle),
21945
+ style: _objectSpread2$1(_objectSpread2$1({}, style), contentStyle),
21946
21946
  className: classNames(prefixCls, className),
21947
21947
  onMouseDown: onMouseDown,
21948
21948
  onMouseUp: onMouseUp
@@ -22009,7 +22009,7 @@
22009
22009
  ariaId: ariaId,
22010
22010
  prefixCls: prefixCls,
22011
22011
  holderRef: motionRef,
22012
- style: _objectSpread2(_objectSpread2(_objectSpread2({}, motionStyle), style), contentStyle),
22012
+ style: _objectSpread2$1(_objectSpread2$1(_objectSpread2$1({}, motionStyle), style), contentStyle),
22013
22013
  className: classNames(className, motionClassName)
22014
22014
  }));
22015
22015
  });
@@ -22033,7 +22033,7 @@
22033
22033
  motionStyle = _ref.style;
22034
22034
  return /*#__PURE__*/React__namespace.createElement("div", _extends$y({
22035
22035
  ref: ref,
22036
- style: _objectSpread2(_objectSpread2({}, motionStyle), style),
22036
+ style: _objectSpread2$1(_objectSpread2$1({}, motionStyle), style),
22037
22037
  className: classNames("".concat(prefixCls, "-mask"), motionClassName, className)
22038
22038
  }, maskProps));
22039
22039
  });
@@ -22185,7 +22185,7 @@
22185
22185
  clearTimeout(contentTimeoutRef.current);
22186
22186
  };
22187
22187
  }, []);
22188
- var mergedStyle = _objectSpread2(_objectSpread2(_objectSpread2({
22188
+ var mergedStyle = _objectSpread2$1(_objectSpread2$1(_objectSpread2$1({
22189
22189
  zIndex: zIndex
22190
22190
  }, wrapStyle), modalStyles === null || modalStyles === void 0 ? void 0 : modalStyles.wrapper), {}, {
22191
22191
  display: !animatedVisible ? 'none' : null
@@ -22200,7 +22200,7 @@
22200
22200
  prefixCls: prefixCls,
22201
22201
  visible: mask && visible,
22202
22202
  motionName: getMotionName(prefixCls, maskTransitionName, maskAnimation),
22203
- style: _objectSpread2(_objectSpread2({
22203
+ style: _objectSpread2$1(_objectSpread2$1({
22204
22204
  zIndex: zIndex
22205
22205
  }, maskStyle), modalStyles === null || modalStyles === void 0 ? void 0 : modalStyles.mask),
22206
22206
  maskProps: maskProps,
@@ -22649,7 +22649,7 @@
22649
22649
  if (source.hasOwnProperty(s)) {
22650
22650
  var value = source[s];
22651
22651
  if (_typeof$a(value) === 'object' && _typeof$a(target[s]) === 'object') {
22652
- target[s] = _objectSpread2(_objectSpread2({}, target[s]), value);
22652
+ target[s] = _objectSpread2$1(_objectSpread2$1({}, target[s]), value);
22653
22653
  } else {
22654
22654
  target[s] = value;
22655
22655
  }
@@ -23244,7 +23244,7 @@
23244
23244
  var rule = r;
23245
23245
  if (typeof rule.transform === 'function') {
23246
23246
  if (source === source_) {
23247
- source = _objectSpread2({}, source);
23247
+ source = _objectSpread2$1({}, source);
23248
23248
  }
23249
23249
  value = source[z] = rule.transform(value);
23250
23250
  if (value !== undefined && value !== null) {
@@ -23256,7 +23256,7 @@
23256
23256
  validator: rule
23257
23257
  };
23258
23258
  } else {
23259
- rule = _objectSpread2({}, rule);
23259
+ rule = _objectSpread2$1({}, rule);
23260
23260
  }
23261
23261
 
23262
23262
  // Fill validator. Skip if nothing need to validate
@@ -23283,7 +23283,7 @@
23283
23283
  deep = deep && (rule.required || !rule.required && data.value);
23284
23284
  rule.field = data.field;
23285
23285
  function addFullField(key, schema) {
23286
- return _objectSpread2(_objectSpread2({}, schema), {}, {
23286
+ return _objectSpread2$1(_objectSpread2$1({}, schema), {}, {
23287
23287
  fullField: "".concat(rule.fullField, ".").concat(key),
23288
23288
  fullFields: rule.fullFields ? [].concat(_toConsumableArray(rule.fullFields), [key]) : [key]
23289
23289
  });
@@ -23324,7 +23324,7 @@
23324
23324
  fieldsSchema[key] = rule.defaultField;
23325
23325
  });
23326
23326
  }
23327
- fieldsSchema = _objectSpread2(_objectSpread2({}, fieldsSchema), data.rule.fields);
23327
+ fieldsSchema = _objectSpread2$1(_objectSpread2$1({}, fieldsSchema), data.rule.fields);
23328
23328
  var paredFieldsSchema = {};
23329
23329
  Object.keys(fieldsSchema).forEach(function (field) {
23330
23330
  var fieldSchema = fieldsSchema[field];
@@ -23428,7 +23428,7 @@
23428
23428
  _defineProperty$1(Schema, "messages", messages);
23429
23429
  _defineProperty$1(Schema, "validators", validators$2);
23430
23430
 
23431
- var typeTemplate = "'${name}' is not a valid ${type}";
23431
+ var typeTemplate$1 = "'${name}' is not a valid ${type}";
23432
23432
  var defaultValidateMessages = {
23433
23433
  default: "Validation error on field '${name}'",
23434
23434
  required: "'${name}' is required",
@@ -23440,19 +23440,19 @@
23440
23440
  invalid: "'${name}' is invalid date"
23441
23441
  },
23442
23442
  types: {
23443
- string: typeTemplate,
23444
- method: typeTemplate,
23445
- array: typeTemplate,
23446
- object: typeTemplate,
23447
- number: typeTemplate,
23448
- date: typeTemplate,
23449
- boolean: typeTemplate,
23450
- integer: typeTemplate,
23451
- float: typeTemplate,
23452
- regexp: typeTemplate,
23453
- email: typeTemplate,
23454
- url: typeTemplate,
23455
- hex: typeTemplate
23443
+ string: typeTemplate$1,
23444
+ method: typeTemplate$1,
23445
+ array: typeTemplate$1,
23446
+ object: typeTemplate$1,
23447
+ number: typeTemplate$1,
23448
+ date: typeTemplate$1,
23449
+ boolean: typeTemplate$1,
23450
+ integer: typeTemplate$1,
23451
+ float: typeTemplate$1,
23452
+ regexp: typeTemplate$1,
23453
+ email: typeTemplate$1,
23454
+ url: typeTemplate$1,
23455
+ hex: typeTemplate$1
23456
23456
  },
23457
23457
  string: {
23458
23458
  len: "'${name}' must be exactly ${len} characters",
@@ -23507,7 +23507,7 @@
23507
23507
  return _regeneratorRuntime$1().wrap(function _callee2$(_context2) {
23508
23508
  while (1) switch (_context2.prev = _context2.next) {
23509
23509
  case 0:
23510
- cloneRule = _objectSpread2({}, rule); // Bug of `async-validator`
23510
+ cloneRule = _objectSpread2$1({}, rule); // Bug of `async-validator`
23511
23511
  // https://github.com/react-component/field-form/issues/316
23512
23512
  // https://github.com/react-component/field-form/issues/313
23513
23513
  delete cloneRule.ruleIndex;
@@ -23540,7 +23540,7 @@
23540
23540
  result = [];
23541
23541
  _context2.prev = 10;
23542
23542
  _context2.next = 13;
23543
- return Promise.resolve(validator.validate(_defineProperty$1({}, name, value), _objectSpread2({}, options)));
23543
+ return Promise.resolve(validator.validate(_defineProperty$1({}, name, value), _objectSpread2$1({}, options)));
23544
23544
  case 13:
23545
23545
  _context2.next = 18;
23546
23546
  break;
@@ -23575,7 +23575,7 @@
23575
23575
  }, []));
23576
23576
  case 23:
23577
23577
  // Replace message with variables
23578
- kv = _objectSpread2(_objectSpread2({}, rule), {}, {
23578
+ kv = _objectSpread2$1(_objectSpread2$1({}, rule), {}, {
23579
23579
  name: name,
23580
23580
  enum: (rule.enum || []).join(', ')
23581
23581
  }, messageVariables);
@@ -23600,7 +23600,7 @@
23600
23600
  // Fill rule with context
23601
23601
  var filledRules = rules.map(function (currentRule, ruleIndex) {
23602
23602
  var originValidatorFunc = currentRule.validator;
23603
- var cloneRule = _objectSpread2(_objectSpread2({}, currentRule), {}, {
23603
+ var cloneRule = _objectSpread2$1(_objectSpread2$1({}, currentRule), {}, {
23604
23604
  ruleIndex: ruleIndex
23605
23605
  });
23606
23606
 
@@ -23983,7 +23983,7 @@
23983
23983
  _defineProperty$1(_assertThisInitialized$2(_this), "triggerMetaEvent", function (destroy) {
23984
23984
  var onMetaChange = _this.props.onMetaChange;
23985
23985
  if (onMetaChange) {
23986
- var _meta = _objectSpread2(_objectSpread2({}, _this.getMeta()), {}, {
23986
+ var _meta = _objectSpread2$1(_objectSpread2$1({}, _this.getMeta()), {}, {
23987
23987
  destroy: destroy
23988
23988
  });
23989
23989
  if (!isEqual$3(_this.metaCache, _meta)) {
@@ -24273,7 +24273,7 @@
24273
24273
  // Support render props
24274
24274
  if (typeof children === 'function') {
24275
24275
  var _meta2 = _this.getMeta();
24276
- return _objectSpread2(_objectSpread2({}, _this.getOnlyChild(children(_this.getControlled(), _meta2, _this.props.fieldContext))), {}, {
24276
+ return _objectSpread2$1(_objectSpread2$1({}, _this.getOnlyChild(children(_this.getControlled(), _meta2, _this.props.fieldContext))), {}, {
24277
24277
  isFunction: true
24278
24278
  });
24279
24279
  }
@@ -24327,7 +24327,7 @@
24327
24327
  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, ")"));
24328
24328
  });
24329
24329
  }
24330
- var control = _objectSpread2(_objectSpread2({}, childProps), valueProps);
24330
+ var control = _objectSpread2$1(_objectSpread2$1({}, childProps), valueProps);
24331
24331
 
24332
24332
  // Add trigger
24333
24333
  control[trigger] = function () {
@@ -24499,7 +24499,7 @@
24499
24499
  return [].concat(_toConsumableArray(parentPrefixName), _toConsumableArray(getNamePath(name)));
24500
24500
  }, [context.prefixName, name]);
24501
24501
  var fieldContext = React__namespace.useMemo(function () {
24502
- return _objectSpread2(_objectSpread2({}, context), {}, {
24502
+ return _objectSpread2$1(_objectSpread2$1({}, context), {}, {
24503
24503
  prefixName: prefixName
24504
24504
  });
24505
24505
  }, [context, prefixName]);
@@ -25210,7 +25210,7 @@
25210
25210
  var fields = entities.map(function (field) {
25211
25211
  var namePath = field.getNamePath();
25212
25212
  var meta = field.getMeta();
25213
- var fieldData = _objectSpread2(_objectSpread2({}, meta), {}, {
25213
+ var fieldData = _objectSpread2$1(_objectSpread2$1({}, meta), {}, {
25214
25214
  name: namePath,
25215
25215
  value: _this.getFieldValue(namePath)
25216
25216
  });
@@ -25311,7 +25311,7 @@
25311
25311
  });
25312
25312
  _defineProperty$1(this, "notifyObservers", function (prevStore, namePathList, info) {
25313
25313
  if (_this.subscribable) {
25314
- var mergedInfo = _objectSpread2(_objectSpread2({}, info), {}, {
25314
+ var mergedInfo = _objectSpread2$1(_objectSpread2$1({}, info), {}, {
25315
25315
  store: _this.getFieldsValue(true)
25316
25316
  });
25317
25317
  _this.getFieldEntities().forEach(function (_ref5) {
@@ -25486,8 +25486,8 @@
25486
25486
 
25487
25487
  // Add field validate rule in to promise list
25488
25488
  if (!provideNameList || containsNamePath(namePathList, fieldNamePath, recursive)) {
25489
- var promise = field.validateRules(_objectSpread2({
25490
- validateMessages: _objectSpread2(_objectSpread2({}, defaultValidateMessages), _this.validateMessages)
25489
+ var promise = field.validateRules(_objectSpread2$1({
25490
+ validateMessages: _objectSpread2$1(_objectSpread2$1({}, defaultValidateMessages), _this.validateMessages)
25491
25491
  }, options));
25492
25492
 
25493
25493
  // Wrap promise with field
@@ -25625,8 +25625,8 @@
25625
25625
  var formContext = React__namespace.useContext(FormContext$1);
25626
25626
  var formsRef = React__namespace.useRef({});
25627
25627
  return /*#__PURE__*/React__namespace.createElement(FormContext$1.Provider, {
25628
- value: _objectSpread2(_objectSpread2({}, formContext), {}, {
25629
- validateMessages: _objectSpread2(_objectSpread2({}, formContext.validateMessages), validateMessages),
25628
+ value: _objectSpread2$1(_objectSpread2$1({}, formContext), {}, {
25629
+ validateMessages: _objectSpread2$1(_objectSpread2$1({}, formContext.validateMessages), validateMessages),
25630
25630
  // =========================================================
25631
25631
  // = Global Form Control =
25632
25632
  // =========================================================
@@ -25650,12 +25650,12 @@
25650
25650
  },
25651
25651
  registerForm: function registerForm(name, form) {
25652
25652
  if (name) {
25653
- formsRef.current = _objectSpread2(_objectSpread2({}, formsRef.current), {}, _defineProperty$1({}, name, form));
25653
+ formsRef.current = _objectSpread2$1(_objectSpread2$1({}, formsRef.current), {}, _defineProperty$1({}, name, form));
25654
25654
  }
25655
25655
  formContext.registerForm(name, form);
25656
25656
  },
25657
25657
  unregisterForm: function unregisterForm(name) {
25658
- var newForms = _objectSpread2({}, formsRef.current);
25658
+ var newForms = _objectSpread2$1({}, formsRef.current);
25659
25659
  delete newForms[name];
25660
25660
  formsRef.current = newForms;
25661
25661
  formContext.unregisterForm(name);
@@ -25701,7 +25701,7 @@
25701
25701
 
25702
25702
  // Pass ref with form instance
25703
25703
  React__namespace.useImperativeHandle(ref, function () {
25704
- return _objectSpread2(_objectSpread2({}, formInstance), {}, {
25704
+ return _objectSpread2$1(_objectSpread2$1({}, formInstance), {}, {
25705
25705
  nativeElement: nativeElementRef.current
25706
25706
  });
25707
25707
  });
@@ -25715,7 +25715,7 @@
25715
25715
  }, [formContext, formInstance, name]);
25716
25716
 
25717
25717
  // Pass props to store
25718
- setValidateMessages(_objectSpread2(_objectSpread2({}, formContext.validateMessages), validateMessages));
25718
+ setValidateMessages(_objectSpread2$1(_objectSpread2$1({}, formContext.validateMessages), validateMessages));
25719
25719
  setCallbacks({
25720
25720
  onValuesChange: onValuesChange,
25721
25721
  onFieldsChange: function onFieldsChange(changedFields) {
@@ -25773,7 +25773,7 @@
25773
25773
  prevFieldsRef.current = fields;
25774
25774
  }, [fields, formInstance]);
25775
25775
  var formContextValue = React__namespace.useMemo(function () {
25776
- return _objectSpread2(_objectSpread2({}, formInstance), {}, {
25776
+ return _objectSpread2$1(_objectSpread2$1({}, formInstance), {}, {
25777
25777
  validateTrigger: validateTrigger
25778
25778
  });
25779
25779
  }, [formInstance, validateTrigger]);
@@ -27761,7 +27761,7 @@
27761
27761
  }
27762
27762
  }));
27763
27763
  const mergedOkCancel = (_b = innerConfig.okCancel) !== null && _b !== void 0 ? _b : innerConfig.type === 'confirm';
27764
- const [contextLocale] = useLocale$1('Modal', localeValues.Modal);
27764
+ const [contextLocale] = useLocale$1('Modal', localeValues$1.Modal);
27765
27765
  return /*#__PURE__*/React__namespace.createElement(ConfirmDialogWrapper$1, Object.assign({
27766
27766
  prefixCls: prefixCls,
27767
27767
  rootPrefixCls: rootPrefixCls
@@ -28979,7 +28979,7 @@
28979
28979
  }
28980
28980
  var itemNode = /*#__PURE__*/React__namespace.createElement(Component, _extends$y({
28981
28981
  className: classNames(!invalidate && prefixCls, className),
28982
- style: _objectSpread2(_objectSpread2({}, overflowStyle), style)
28982
+ style: _objectSpread2$1(_objectSpread2$1({}, overflowStyle), style)
28983
28983
  }, overflowProps, restProps, {
28984
28984
  ref: ref
28985
28985
  }), childNode);
@@ -29296,7 +29296,7 @@
29296
29296
  var key = getKey(item, index);
29297
29297
  return /*#__PURE__*/React__namespace.createElement(OverflowContext.Provider, {
29298
29298
  key: key,
29299
- value: _objectSpread2(_objectSpread2({}, itemSharedProps), {}, {
29299
+ value: _objectSpread2$1(_objectSpread2$1({}, itemSharedProps), {}, {
29300
29300
  order: index,
29301
29301
  item: item,
29302
29302
  itemKey: key,
@@ -29329,7 +29329,7 @@
29329
29329
  restNode = /*#__PURE__*/React__namespace.createElement(Item$4, _extends$y({}, itemSharedProps, restContextProps), typeof mergedRenderRest === 'function' ? mergedRenderRest(omittedItems) : mergedRenderRest);
29330
29330
  } else if (renderRawRest) {
29331
29331
  restNode = /*#__PURE__*/React__namespace.createElement(OverflowContext.Provider, {
29332
- value: _objectSpread2(_objectSpread2({}, itemSharedProps), restContextProps)
29332
+ value: _objectSpread2$1(_objectSpread2$1({}, itemSharedProps), restContextProps)
29333
29333
  }, renderRawRest(omittedItems));
29334
29334
  }
29335
29335
  var overflowNode = /*#__PURE__*/React__namespace.createElement(Component, _extends$y({
@@ -29391,7 +29391,7 @@
29391
29391
  onOriginCompositionEnd = originProps.onCompositionEnd,
29392
29392
  style = originProps.style;
29393
29393
  warning$3(!('maxLength' in inputNode.props), "Passing 'maxLength' to input element directly may not work because input in BaseSelect is controlled.");
29394
- inputNode = /*#__PURE__*/React__namespace.cloneElement(inputNode, _objectSpread2(_objectSpread2(_objectSpread2({
29394
+ inputNode = /*#__PURE__*/React__namespace.cloneElement(inputNode, _objectSpread2$1(_objectSpread2$1(_objectSpread2$1({
29395
29395
  type: 'search'
29396
29396
  }, originProps), {}, {
29397
29397
  // Override over origin props
@@ -29414,7 +29414,7 @@
29414
29414
  maxLength: maxLength,
29415
29415
  readOnly: !editable,
29416
29416
  unselectable: !editable ? 'on' : null,
29417
- style: _objectSpread2(_objectSpread2({}, style), {}, {
29417
+ style: _objectSpread2$1(_objectSpread2$1({}, style), {}, {
29418
29418
  opacity: editable ? null : 0
29419
29419
  }),
29420
29420
  onKeyDown: function onKeyDown(event) {
@@ -30160,7 +30160,7 @@
30160
30160
  return /*#__PURE__*/React__namespace.createElement("div", {
30161
30161
  ref: composeRef(resizeObserverRef, ref, motionRef),
30162
30162
  className: cls,
30163
- style: _objectSpread2(_objectSpread2(_objectSpread2(_objectSpread2({
30163
+ style: _objectSpread2$1(_objectSpread2$1(_objectSpread2$1(_objectSpread2$1({
30164
30164
  '--arrow-x': "".concat(arrowPos.x || 0, "px"),
30165
30165
  '--arrow-y': "".concat(arrowPos.y || 0, "px")
30166
30166
  }, offsetStyle), miscStyle), motionStyle), {}, {
@@ -30325,7 +30325,7 @@
30325
30325
  * Get visible area of element
30326
30326
  */
30327
30327
  function getVisibleArea(initArea, scrollerList) {
30328
- var visibleArea = _objectSpread2({}, initArea);
30328
+ var visibleArea = _objectSpread2$1({}, initArea);
30329
30329
  (scrollerList || []).forEach(function (ele) {
30330
30330
  if (ele instanceof HTMLBodyElement || ele instanceof HTMLHtmlElement) {
30331
30331
  return;
@@ -30498,7 +30498,7 @@
30498
30498
  var originOverflow = popupElement.style.overflow;
30499
30499
 
30500
30500
  // Placement
30501
- var placementInfo = _objectSpread2(_objectSpread2({}, builtinPlacements[placement]), popupAlign);
30501
+ var placementInfo = _objectSpread2$1(_objectSpread2$1({}, builtinPlacements[placement]), popupAlign);
30502
30502
 
30503
30503
  // placeholder element
30504
30504
  var placeholderElement = doc.createElement('div');
@@ -30629,7 +30629,7 @@
30629
30629
  var popupAlignPoint = getAlignPoint(popupRect, popupPoints);
30630
30630
 
30631
30631
  // Real align info may not same as origin one
30632
- var nextAlignInfo = _objectSpread2({}, placementInfo);
30632
+ var nextAlignInfo = _objectSpread2$1({}, placementInfo);
30633
30633
 
30634
30634
  // Next Offset
30635
30635
  var nextOffsetX = targetAlignPoint.x - popupAlignPoint.x + popupOffsetX;
@@ -30893,7 +30893,7 @@
30893
30893
  // Reset ready status when placement & open changed
30894
30894
  var resetReady = function resetReady() {
30895
30895
  setOffsetInfo(function (ori) {
30896
- return _objectSpread2(_objectSpread2({}, ori), {}, {
30896
+ return _objectSpread2$1(_objectSpread2$1({}, ori), {}, {
30897
30897
  ready: false
30898
30898
  });
30899
30899
  });
@@ -31402,7 +31402,7 @@
31402
31402
  }
31403
31403
 
31404
31404
  // =========================== Render ===========================
31405
- var mergedChildrenProps = _objectSpread2(_objectSpread2({}, originChildProps), cloneProps);
31405
+ var mergedChildrenProps = _objectSpread2$1(_objectSpread2$1({}, originChildProps), cloneProps);
31406
31406
 
31407
31407
  // Pass props into cloneProps for nest usage
31408
31408
  var passedProps = {};
@@ -31421,12 +31421,12 @@
31421
31421
  });
31422
31422
 
31423
31423
  // Child Node
31424
- var triggerNode = /*#__PURE__*/React__namespace.cloneElement(child, _objectSpread2(_objectSpread2({}, mergedChildrenProps), passedProps));
31424
+ var triggerNode = /*#__PURE__*/React__namespace.cloneElement(child, _objectSpread2$1(_objectSpread2$1({}, mergedChildrenProps), passedProps));
31425
31425
  var arrowPos = {
31426
31426
  x: arrowX,
31427
31427
  y: arrowY
31428
31428
  };
31429
- var innerArrow = arrow ? _objectSpread2({}, arrow !== true ? arrow : {}) : null;
31429
+ var innerArrow = arrow ? _objectSpread2$1({}, arrow !== true ? arrow : {}) : null;
31430
31430
 
31431
31431
  // Render
31432
31432
  return /*#__PURE__*/React__namespace.createElement(React__namespace.Fragment, null, /*#__PURE__*/React__namespace.createElement(RefResizeObserver, {
@@ -31588,7 +31588,7 @@
31588
31588
  }, [dropdownMatchSelectWidth, isNumberPopupWidth]);
31589
31589
  var popupStyle = dropdownStyle;
31590
31590
  if (isNumberPopupWidth) {
31591
- popupStyle = _objectSpread2(_objectSpread2({}, popupStyle), {}, {
31591
+ popupStyle = _objectSpread2$1(_objectSpread2$1({}, popupStyle), {}, {
31592
31592
  width: dropdownMatchSelectWidth
31593
31593
  });
31594
31594
  }
@@ -31717,7 +31717,7 @@
31717
31717
  * Inject `props` into `option` for legacy usage
31718
31718
  */
31719
31719
  function injectPropsWithOption(option) {
31720
- var newOption = _objectSpread2({}, option);
31720
+ var newOption = _objectSpread2$1({}, option);
31721
31721
  if (!('props' in newOption)) {
31722
31722
  Object.defineProperty(newOption, 'props', {
31723
31723
  get: function get() {
@@ -31845,7 +31845,7 @@
31845
31845
  // ============================== MISC ==============================
31846
31846
  var multiple = isMultiple(mode);
31847
31847
  var mergedShowSearch = (showSearch !== undefined ? showSearch : multiple) || mode === 'combobox';
31848
- var domProps = _objectSpread2({}, restProps);
31848
+ var domProps = _objectSpread2$1({}, restProps);
31849
31849
  DEFAULT_OMIT_PROPS.forEach(function (propName) {
31850
31850
  delete domProps[propName];
31851
31851
  });
@@ -32212,7 +32212,7 @@
32212
32212
 
32213
32213
  // ============================ Context =============================
32214
32214
  var baseSelectContext = React__namespace.useMemo(function () {
32215
- return _objectSpread2(_objectSpread2({}, props), {}, {
32215
+ return _objectSpread2$1(_objectSpread2$1({}, props), {}, {
32216
32216
  notFoundContent: notFoundContent,
32217
32217
  open: mergedOpen,
32218
32218
  triggerOpen: triggerOpen,
@@ -32392,7 +32392,7 @@
32392
32392
  position: 'relative',
32393
32393
  overflow: 'hidden'
32394
32394
  };
32395
- innerStyle = _objectSpread2(_objectSpread2({}, innerStyle), {}, _defineProperty$1(_defineProperty$1(_defineProperty$1(_defineProperty$1(_defineProperty$1({
32395
+ innerStyle = _objectSpread2$1(_objectSpread2$1({}, innerStyle), {}, _defineProperty$1(_defineProperty$1(_defineProperty$1(_defineProperty$1(_defineProperty$1({
32396
32396
  transform: "translateY(".concat(offsetY, "px)")
32397
32397
  }, rtl ? 'marginRight' : 'marginLeft', -offsetX), "position", 'absolute'), "left", 0), "right", 0), "top", 0));
32398
32398
  }
@@ -32883,7 +32883,7 @@
32883
32883
  // Never reach
32884
32884
  if (!containerRef.current) {
32885
32885
  setSyncState(function (ori) {
32886
- return _objectSpread2({}, ori);
32886
+ return _objectSpread2$1({}, ori);
32887
32887
  });
32888
32888
  return;
32889
32889
  }
@@ -32960,7 +32960,7 @@
32960
32960
 
32961
32961
  // Trigger next effect
32962
32962
  if (needCollectHeight) {
32963
- setSyncState(_objectSpread2(_objectSpread2({}, syncState), {}, {
32963
+ setSyncState(_objectSpread2$1(_objectSpread2$1({}, syncState), {}, {
32964
32964
  times: syncState.times + 1,
32965
32965
  targetAlign: newTargetAlign,
32966
32966
  lastTop: targetTop
@@ -33239,13 +33239,13 @@
33239
33239
  return /*#__PURE__*/React__namespace.createElement("div", {
33240
33240
  ref: scrollbarRef,
33241
33241
  className: classNames(scrollbarPrefixCls, _defineProperty$1(_defineProperty$1(_defineProperty$1({}, "".concat(scrollbarPrefixCls, "-horizontal"), horizontal), "".concat(scrollbarPrefixCls, "-vertical"), !horizontal), "".concat(scrollbarPrefixCls, "-visible"), visible)),
33242
- style: _objectSpread2(_objectSpread2({}, containerStyle), style),
33242
+ style: _objectSpread2$1(_objectSpread2$1({}, containerStyle), style),
33243
33243
  onMouseDown: onContainerMouseDown,
33244
33244
  onMouseMove: delayHidden
33245
33245
  }, /*#__PURE__*/React__namespace.createElement("div", {
33246
33246
  ref: thumbRef,
33247
33247
  className: classNames("".concat(scrollbarPrefixCls, "-thumb"), _defineProperty$1({}, "".concat(scrollbarPrefixCls, "-thumb-moving"), dragging)),
33248
- style: _objectSpread2(_objectSpread2({}, thumbStyle), propsThumbStyle),
33248
+ style: _objectSpread2$1(_objectSpread2$1({}, thumbStyle), propsThumbStyle),
33249
33249
  onMouseDown: onThumbMouseDown
33250
33250
  }));
33251
33251
  });
@@ -33502,7 +33502,7 @@
33502
33502
  var lastVirtualScrollInfoRef = React.useRef(getVirtualScrollInfo());
33503
33503
  var triggerScroll = useEvent(function (params) {
33504
33504
  if (onVirtualScroll) {
33505
- var nextInfo = _objectSpread2(_objectSpread2({}, getVirtualScrollInfo()), params);
33505
+ var nextInfo = _objectSpread2$1(_objectSpread2$1({}, getVirtualScrollInfo()), params);
33506
33506
 
33507
33507
  // Trigger when offset changed
33508
33508
  if (lastVirtualScrollInfoRef.current.x !== nextInfo.x || lastVirtualScrollInfoRef.current.y !== nextInfo.y) {
@@ -33680,7 +33680,7 @@
33680
33680
  var listChildren = useChildren$1(mergedData, start, end, scrollWidth, offsetLeft, setInstanceRef, children, sharedConfig);
33681
33681
  var componentStyle = null;
33682
33682
  if (height) {
33683
- componentStyle = _objectSpread2(_defineProperty$1({}, fullHeight ? 'height' : 'maxHeight', height), ScrollStyle);
33683
+ componentStyle = _objectSpread2$1(_defineProperty$1({}, fullHeight ? 'height' : 'maxHeight', height), ScrollStyle);
33684
33684
  if (useVirtual) {
33685
33685
  componentStyle.overflowY = 'hidden';
33686
33686
  if (scrollWidth) {
@@ -33697,7 +33697,7 @@
33697
33697
  }
33698
33698
  return /*#__PURE__*/React__namespace.createElement("div", _extends$y({
33699
33699
  ref: containerRef,
33700
- style: _objectSpread2(_objectSpread2({}, style), {}, {
33700
+ style: _objectSpread2$1(_objectSpread2$1({}, style), {}, {
33701
33701
  position: 'relative'
33702
33702
  }),
33703
33703
  className: mergedClassName
@@ -34130,7 +34130,7 @@
34130
34130
  var patchedValues = labeledValues.map(function (item) {
34131
34131
  if (item.label === undefined) {
34132
34132
  var _prevValueCache$get;
34133
- return _objectSpread2(_objectSpread2({}, item), {}, {
34133
+ return _objectSpread2$1(_objectSpread2$1({}, item), {}, {
34134
34134
  label: (_prevValueCache$get = prevValueCache.get(item.value)) === null || _prevValueCache$get === void 0 ? void 0 : _prevValueCache$get.label
34135
34135
  });
34136
34136
  }
@@ -34199,7 +34199,7 @@
34199
34199
  return filterFunc(searchValue, wrapOption(subItem));
34200
34200
  });
34201
34201
  if (subOptions.length) {
34202
- filteredOptions.push(_objectSpread2(_objectSpread2({}, item), {}, _defineProperty$1({}, fieldOptions, subOptions)));
34202
+ filteredOptions.push(_objectSpread2$1(_objectSpread2$1({}, item), {}, _defineProperty$1({}, fieldOptions, subOptions)));
34203
34203
  }
34204
34204
  }
34205
34205
  return;
@@ -34252,7 +34252,7 @@
34252
34252
  children = _ref$props.children,
34253
34253
  value = _ref$props.value,
34254
34254
  restProps = _objectWithoutProperties(_ref$props, _excluded$I);
34255
- return _objectSpread2({
34255
+ return _objectSpread2$1({
34256
34256
  key: key,
34257
34257
  value: value !== undefined ? value : key,
34258
34258
  children: children
@@ -34273,7 +34273,7 @@
34273
34273
  if (optionOnly || !isSelectOptGroup) {
34274
34274
  return convertNodeToOption(node);
34275
34275
  }
34276
- return _objectSpread2(_objectSpread2({
34276
+ return _objectSpread2$1(_objectSpread2$1({
34277
34277
  key: "__RC_SELECT_GRP__".concat(key === null ? index : key, "__"),
34278
34278
  label: key
34279
34279
  }, restProps), {}, {
@@ -34624,7 +34624,7 @@
34624
34624
  }
34625
34625
  return mergedValues.map(function (item) {
34626
34626
  var _ref;
34627
- return _objectSpread2(_objectSpread2({}, item), {}, {
34627
+ return _objectSpread2$1(_objectSpread2$1({}, item), {}, {
34628
34628
  label: (_ref = typeof labelRender === 'function' ? labelRender(item) : item.label) !== null && _ref !== void 0 ? _ref : item.value
34629
34629
  });
34630
34630
  });
@@ -34702,7 +34702,7 @@
34702
34702
  });
34703
34703
  return sortedOptions.map(function (item) {
34704
34704
  if (Array.isArray(item.options)) {
34705
- return _objectSpread2(_objectSpread2({}, item), {}, {
34705
+ return _objectSpread2$1(_objectSpread2$1({}, item), {}, {
34706
34706
  options: item.options.length > 0 ? sorter(item.options) : item.options
34707
34707
  });
34708
34708
  }
@@ -34875,7 +34875,7 @@
34875
34875
  // ========================== Context ===========================
34876
34876
  var selectContext = React__namespace.useMemo(function () {
34877
34877
  var realVirtual = virtual !== false && dropdownMatchSelectWidth !== false;
34878
- return _objectSpread2(_objectSpread2({}, parsedOptions), {}, {
34878
+ return _objectSpread2$1(_objectSpread2$1({}, parsedOptions), {}, {
34879
34879
  flattenOptions: displayOptions,
34880
34880
  onActiveValue: onActiveValue,
34881
34881
  defaultActiveFirstOption: mergedDefaultActiveFirstOption,
@@ -36826,7 +36826,7 @@
36826
36826
  React.useImperativeHandle(ref, function () {
36827
36827
  return triggerRef.current;
36828
36828
  });
36829
- var extraProps = _objectSpread2({}, restProps);
36829
+ var extraProps = _objectSpread2$1({}, restProps);
36830
36830
  if ('visible' in props) {
36831
36831
  extraProps.popupVisible = props.visible;
36832
36832
  }
@@ -38192,7 +38192,7 @@
38192
38192
  var _excluded$E = ["children", "locked"];
38193
38193
  var MenuContext$1 = /*#__PURE__*/React__namespace.createContext(null);
38194
38194
  function mergeProps(origin, target) {
38195
- var clone = _objectSpread2({}, origin);
38195
+ var clone = _objectSpread2$1({}, origin);
38196
38196
  Object.keys(target).forEach(function (key) {
38197
38197
  var value = target[key];
38198
38198
  if (value !== undefined) {
@@ -38747,7 +38747,7 @@
38747
38747
  return null;
38748
38748
  }
38749
38749
  if (typeof icon === 'function') {
38750
- iconNode = /*#__PURE__*/React__namespace.createElement(icon, _objectSpread2({}, props));
38750
+ iconNode = /*#__PURE__*/React__namespace.createElement(icon, _objectSpread2$1({}, props));
38751
38751
  } else if (typeof icon !== "boolean") {
38752
38752
  // Compatible for origin definition
38753
38753
  iconNode = icon;
@@ -38919,13 +38919,13 @@
38919
38919
  }, restProps, activeProps, optionRoleProps, {
38920
38920
  component: "li",
38921
38921
  "aria-disabled": disabled,
38922
- style: _objectSpread2(_objectSpread2({}, directionStyle), style),
38922
+ style: _objectSpread2$1(_objectSpread2$1({}, directionStyle), style),
38923
38923
  className: classNames(itemCls, _defineProperty$1(_defineProperty$1(_defineProperty$1({}, "".concat(itemCls, "-active"), active), "".concat(itemCls, "-selected"), selected), "".concat(itemCls, "-disabled"), mergedDisabled), className),
38924
38924
  onClick: onInternalClick,
38925
38925
  onKeyDown: onInternalKeyDown,
38926
38926
  onFocus: onInternalFocus
38927
38927
  }), children, /*#__PURE__*/React__namespace.createElement(Icon$1, {
38928
- props: _objectSpread2(_objectSpread2({}, props), {}, {
38928
+ props: _objectSpread2$1(_objectSpread2$1({}, props), {}, {
38929
38929
  isSelected: selected
38930
38930
  }),
38931
38931
  icon: mergedItemIcon
@@ -39122,7 +39122,7 @@
39122
39122
  _React$useState2 = _slicedToArray$2(_React$useState, 2),
39123
39123
  innerVisible = _React$useState2[0],
39124
39124
  setInnerVisible = _React$useState2[1];
39125
- var placement = rtl ? _objectSpread2(_objectSpread2({}, placementsRtl), builtinPlacements) : _objectSpread2(_objectSpread2({}, placements), builtinPlacements);
39125
+ var placement = rtl ? _objectSpread2$1(_objectSpread2$1({}, placementsRtl), builtinPlacements) : _objectSpread2$1(_objectSpread2$1({}, placements), builtinPlacements);
39126
39126
  var popupPlacement = popupPlacementMap[mode];
39127
39127
  var targetMotion = getMotion(mode, motion, defaultMotions);
39128
39128
  var targetMotionRef = React__namespace.useRef(targetMotion);
@@ -39133,7 +39133,7 @@
39133
39133
  */
39134
39134
  targetMotionRef.current = targetMotion;
39135
39135
  }
39136
- var mergedMotion = _objectSpread2(_objectSpread2({}, targetMotionRef.current), {}, {
39136
+ var mergedMotion = _objectSpread2$1(_objectSpread2$1({}, targetMotionRef.current), {}, {
39137
39137
  leavedClassName: "".concat(prefixCls, "-hidden"),
39138
39138
  removeOnLeave: false,
39139
39139
  motionAppear: true
@@ -39206,7 +39206,7 @@
39206
39206
  }, [mode]);
39207
39207
 
39208
39208
  // ================================= Render =================================
39209
- var mergedMotion = _objectSpread2({}, getMotion(fixedMode, motion, defaultMotions));
39209
+ var mergedMotion = _objectSpread2$1({}, getMotion(fixedMode, motion, defaultMotions));
39210
39210
 
39211
39211
  // No need appear since nest inlineCollapse changed
39212
39212
  if (keyPath.length > 1) {
@@ -39408,7 +39408,7 @@
39408
39408
  onFocus: onInternalFocus
39409
39409
  }, activeProps), title, /*#__PURE__*/React__namespace.createElement(Icon$1, {
39410
39410
  icon: mode !== 'horizontal' ? mergedExpandIcon : undefined,
39411
- props: _objectSpread2(_objectSpread2({}, props), {}, {
39411
+ props: _objectSpread2$1(_objectSpread2$1({}, props), {}, {
39412
39412
  isOpen: open,
39413
39413
  // [Legacy] Not sure why need this mark
39414
39414
  isSubMenu: true
@@ -39632,7 +39632,7 @@
39632
39632
  }
39633
39633
  function parseItems(children, items, keyPath, components, prefixCls) {
39634
39634
  var childNodes = children;
39635
- var mergedComponents = _objectSpread2({
39635
+ var mergedComponents = _objectSpread2$1({
39636
39636
  divider: Divider,
39637
39637
  item: MenuItem$2,
39638
39638
  group: MenuItemGroup,
@@ -39927,7 +39927,7 @@
39927
39927
  setMergedSelectKeys(newSelectKeys);
39928
39928
 
39929
39929
  // Trigger event
39930
- var selectInfo = _objectSpread2(_objectSpread2({}, info), {}, {
39930
+ var selectInfo = _objectSpread2$1(_objectSpread2$1({}, info), {}, {
39931
39931
  selectedKeys: newSelectKeys
39932
39932
  });
39933
39933
  if (exist) {
@@ -43273,7 +43273,7 @@
43273
43273
 
43274
43274
  // Cell render
43275
43275
  var onInternalCellRender = React__namespace.useCallback(function (date, info) {
43276
- return mergedCellRender(date, _objectSpread2(_objectSpread2({}, info), {}, {
43276
+ return mergedCellRender(date, _objectSpread2$1(_objectSpread2$1({}, info), {}, {
43277
43277
  range: range
43278
43278
  }));
43279
43279
  }, [mergedCellRender, range]);
@@ -43375,7 +43375,7 @@
43375
43375
  dayFormat = locale.dayFormat,
43376
43376
  cellDateFormat = locale.cellDateFormat;
43377
43377
  var timeFormat = fillTimeFormat(showHour, showMinute, showSecond, showMillisecond, use12Hours);
43378
- return _objectSpread2(_objectSpread2({}, locale), {}, {
43378
+ return _objectSpread2$1(_objectSpread2$1({}, locale), {}, {
43379
43379
  fieldDateTimeFormat: fieldDateTimeFormat || "YYYY-MM-DD ".concat(timeFormat),
43380
43380
  fieldDateFormat: fieldDateFormat || 'YYYY-MM-DD',
43381
43381
  fieldTimeFormat: fieldTimeFormat || timeFormat,
@@ -43479,7 +43479,7 @@
43479
43479
  pickedProps = _pickTimeProps2[0],
43480
43480
  propFormat = _pickTimeProps2[1];
43481
43481
  var showTimeConfig = showTime && _typeof$a(showTime) === 'object' ? showTime : {};
43482
- var timeConfig = _objectSpread2(_objectSpread2({
43482
+ var timeConfig = _objectSpread2$1(_objectSpread2$1({
43483
43483
  defaultOpenValue: showTimeConfig.defaultOpenValue || showTimeConfig.defaultValue
43484
43484
  }, pickedProps), showTimeConfig);
43485
43485
  var showMillisecond = timeConfig.showMillisecond;
@@ -43492,7 +43492,7 @@
43492
43492
  showHour = _fillShowConfig2[0];
43493
43493
  showMinute = _fillShowConfig2[1];
43494
43494
  showSecond = _fillShowConfig2[2];
43495
- return [timeConfig, _objectSpread2(_objectSpread2({}, timeConfig), {}, {
43495
+ return [timeConfig, _objectSpread2$1(_objectSpread2$1({}, timeConfig), {}, {
43496
43496
  showHour: showHour,
43497
43497
  showMinute: showMinute,
43498
43498
  showSecond: showSecond,
@@ -43543,7 +43543,7 @@
43543
43543
  var timeFormat = showTimeFormat || fillTimeFormat(showHour, showMinute, showSecond, showMillisecond, showMeridiem);
43544
43544
 
43545
43545
  // ======================== Props =========================
43546
- return _objectSpread2(_objectSpread2({}, pickedProps), {}, {
43546
+ return _objectSpread2$1(_objectSpread2$1({}, pickedProps), {}, {
43547
43547
  // Format
43548
43548
  format: timeFormat,
43549
43549
  // Show Config
@@ -43762,7 +43762,7 @@
43762
43762
  function useInvalidate(generateConfig, picker, disabledDate, showTime) {
43763
43763
  // Check disabled date
43764
43764
  var isInvalidate = useEvent(function (date, info) {
43765
- var outsideInfo = _objectSpread2({
43765
+ var outsideInfo = _objectSpread2$1({
43766
43766
  type: picker
43767
43767
  }, info);
43768
43768
  delete outsideInfo.activeIndex;
@@ -43900,14 +43900,14 @@
43900
43900
 
43901
43901
  // ======================== Props =========================
43902
43902
  var filledProps = React__namespace.useMemo(function () {
43903
- return _objectSpread2(_objectSpread2({}, props), {}, {
43903
+ return _objectSpread2$1(_objectSpread2$1({}, props), {}, {
43904
43904
  prefixCls: prefixCls,
43905
43905
  locale: mergedLocale,
43906
43906
  picker: picker,
43907
43907
  styles: styles,
43908
43908
  classNames: classNames,
43909
43909
  order: order,
43910
- components: _objectSpread2({
43910
+ components: _objectSpread2$1({
43911
43911
  input: inputRender
43912
43912
  }, components),
43913
43913
  clearIcon: fillClearIcon(prefixCls, allowClear, clearIcon),
@@ -43936,7 +43936,7 @@
43936
43936
 
43937
43937
  // ======================== Merged ========================
43938
43938
  var mergedProps = React__namespace.useMemo(function () {
43939
- return _objectSpread2(_objectSpread2({}, filledProps), {}, {
43939
+ return _objectSpread2$1(_objectSpread2$1({}, filledProps), {}, {
43940
43940
  needConfirm: mergedNeedConfirm,
43941
43941
  inputReadOnly: mergedInputReadOnly,
43942
43942
  disabledDate: disabledBoundaryDate
@@ -44141,7 +44141,7 @@
44141
44141
  var _values = _slicedToArray$2(values, 2),
44142
44142
  start = _values[0],
44143
44143
  end = _values[1];
44144
- var mergedInfo = _objectSpread2(_objectSpread2({}, info), {}, {
44144
+ var mergedInfo = _objectSpread2$1(_objectSpread2$1({}, info), {}, {
44145
44145
  from: getFromDate(values, activeIndexList)
44146
44146
  });
44147
44147
 
@@ -44787,7 +44787,7 @@
44787
44787
 
44788
44788
  // Hours
44789
44789
  var rowHourUnits = use12Hours ? hours.map(function (unit) {
44790
- return _objectSpread2(_objectSpread2({}, unit), {}, {
44790
+ return _objectSpread2$1(_objectSpread2$1({}, unit), {}, {
44791
44791
  label: leftPad(unit.value % 12 || 12, 2)
44792
44792
  });
44793
44793
  }) : hours;
@@ -45102,7 +45102,7 @@
45102
45102
  rowNode.push( /*#__PURE__*/React__namespace.createElement("td", {
45103
45103
  key: col,
45104
45104
  title: title,
45105
- 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) {
45105
+ 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) {
45106
45106
  return isSame(generateConfig, locale, currentDate, date, type);
45107
45107
  })), "".concat(cellPrefixCls, "-in-range"), inRange && !rangeStart && !rangeEnd), "".concat(cellPrefixCls, "-range-start"), rangeStart), "".concat(cellPrefixCls, "-range-end"), rangeEnd), "".concat(prefixCls, "-cell-selected"), !hoverRangeValue &&
45108
45108
  // WeekPicker use row instead
@@ -46604,7 +46604,7 @@
46604
46604
  // ======================== Context =========================
46605
46605
  var parentHackContext = React__namespace.useContext(PickerHackContext);
46606
46606
  var pickerPanelContext = React__namespace.useMemo(function () {
46607
- return _objectSpread2(_objectSpread2({}, parentHackContext), {}, {
46607
+ return _objectSpread2$1(_objectSpread2$1({}, parentHackContext), {}, {
46608
46608
  hideHeader: hideHeader
46609
46609
  });
46610
46610
  }, [parentHackContext, hideHeader]);
@@ -46704,7 +46704,7 @@
46704
46704
  var hideHeader = picker === 'time';
46705
46705
 
46706
46706
  // ======================== Props =========================
46707
- var pickerProps = _objectSpread2(_objectSpread2({}, props), {}, {
46707
+ var pickerProps = _objectSpread2$1(_objectSpread2$1({}, props), {}, {
46708
46708
  hoverValue: null,
46709
46709
  hoverRangeValue: null,
46710
46710
  hideHeader: hideHeader
@@ -46721,11 +46721,11 @@
46721
46721
  return /*#__PURE__*/React__namespace.createElement("div", {
46722
46722
  className: "".concat(prefixCls, "-panels")
46723
46723
  }, /*#__PURE__*/React__namespace.createElement(PickerHackContext.Provider, {
46724
- value: _objectSpread2(_objectSpread2({}, sharedContext), {}, {
46724
+ value: _objectSpread2$1(_objectSpread2$1({}, sharedContext), {}, {
46725
46725
  hideNext: true
46726
46726
  })
46727
46727
  }, /*#__PURE__*/React__namespace.createElement(RefPanelPicker, pickerProps)), /*#__PURE__*/React__namespace.createElement(PickerHackContext.Provider, {
46728
- value: _objectSpread2(_objectSpread2({}, sharedContext), {}, {
46728
+ value: _objectSpread2$1(_objectSpread2$1({}, sharedContext), {}, {
46729
46729
  hidePrev: true
46730
46730
  })
46731
46731
  }, /*#__PURE__*/React__namespace.createElement(RefPanelPicker, _extends$y({}, pickerProps, {
@@ -46736,7 +46736,7 @@
46736
46736
 
46737
46737
  // Single
46738
46738
  return /*#__PURE__*/React__namespace.createElement(PickerHackContext.Provider, {
46739
- value: _objectSpread2({}, sharedContext)
46739
+ value: _objectSpread2$1({}, sharedContext)
46740
46740
  }, /*#__PURE__*/React__namespace.createElement(RefPanelPicker, pickerProps));
46741
46741
  }
46742
46742
 
@@ -47005,7 +47005,7 @@
47005
47005
  aria: true,
47006
47006
  data: true
47007
47007
  });
47008
- var inputProps = _objectSpread2(_objectSpread2({}, pickedAttrs), {}, {
47008
+ var inputProps = _objectSpread2$1(_objectSpread2$1({}, pickedAttrs), {}, {
47009
47009
  // ============== Shared ==============
47010
47010
  format: maskFormat,
47011
47011
  validateFormat: function validateFormat(text) {
@@ -47691,7 +47691,7 @@
47691
47691
  }, [placeholder]);
47692
47692
 
47693
47693
  // ======================== Inputs ========================
47694
- var _useInputProps = useInputProps(_objectSpread2(_objectSpread2({}, props), {}, {
47694
+ var _useInputProps = useInputProps(_objectSpread2$1(_objectSpread2$1({}, props), {}, {
47695
47695
  id: ids,
47696
47696
  placeholder: mergedPlaceholder
47697
47697
  })),
@@ -47719,7 +47719,7 @@
47719
47719
  var parentWidth = (offsetParent === null || offsetParent === void 0 ? void 0 : offsetParent.offsetWidth) || 0;
47720
47720
  var activeOffset = placementRight ? parentWidth - offsetWidth - offsetLeft : offsetLeft;
47721
47721
  setActiveBarStyle(function (ori) {
47722
- return _objectSpread2(_objectSpread2({}, ori), {}, _defineProperty$1({
47722
+ return _objectSpread2$1(_objectSpread2$1({}, ori), {}, _defineProperty$1({
47723
47723
  width: offsetWidth
47724
47724
  }, offsetUnit, activeOffset));
47725
47725
  });
@@ -47923,7 +47923,7 @@
47923
47923
  from: fromDate
47924
47924
  });
47925
47925
  } : undefined;
47926
- return _objectSpread2(_objectSpread2({}, showTime), {}, {
47926
+ return _objectSpread2$1(_objectSpread2$1({}, showTime), {}, {
47927
47927
  disabledTime: proxyDisabledTime
47928
47928
  });
47929
47929
  }, [showTime, activeIndex, calendarValue, activeIndexList]);
@@ -48523,7 +48523,7 @@
48523
48523
  };
48524
48524
 
48525
48525
  // ======================== Inputs ========================
48526
- var _useInputProps = useInputProps(_objectSpread2(_objectSpread2({}, props), {}, {
48526
+ var _useInputProps = useInputProps(_objectSpread2$1(_objectSpread2$1({}, props), {}, {
48527
48527
  onChange: onSingleChange
48528
48528
  }), function (_ref) {
48529
48529
  var valueTexts = _ref.valueTexts;
@@ -48674,7 +48674,7 @@
48674
48674
  // ======================= Calendar =======================
48675
48675
  var onInternalCalendarChange = function onInternalCalendarChange(dates, dateStrings, info) {
48676
48676
  if (onCalendarChange) {
48677
- var filteredInfo = _objectSpread2({}, info);
48677
+ var filteredInfo = _objectSpread2$1({}, info);
48678
48678
  delete filteredInfo.range;
48679
48679
  onCalendarChange(pickerParam(dates), pickerParam(dateStrings), filteredInfo);
48680
48680
  }
@@ -48728,7 +48728,7 @@
48728
48728
  var onInternalChange = onChange && function (dates, dateStrings) {
48729
48729
  onChange(pickerParam(dates), pickerParam(dateStrings));
48730
48730
  };
48731
- var _useRangeValue = useRangeValue(_objectSpread2(_objectSpread2({}, filledProps), {}, {
48731
+ var _useRangeValue = useRangeValue(_objectSpread2$1(_objectSpread2$1({}, filledProps), {}, {
48732
48732
  onChange: onInternalChange
48733
48733
  }), mergedValue, setInnerValue, getCalendarValue, triggerCalendarChange, [],
48734
48734
  //disabled,
@@ -48752,7 +48752,7 @@
48752
48752
  // Proxy to single pickerValue
48753
48753
  var onInternalPickerValueChange = function onInternalPickerValueChange(dates, info) {
48754
48754
  if (onPickerValueChange) {
48755
- var cleanInfo = _objectSpread2(_objectSpread2({}, info), {}, {
48755
+ var cleanInfo = _objectSpread2$1(_objectSpread2$1({}, info), {}, {
48756
48756
  mode: info.mode[0]
48757
48757
  });
48758
48758
  delete cleanInfo.range;
@@ -48904,7 +48904,7 @@
48904
48904
  var panelProps = React__namespace.useMemo(function () {
48905
48905
  var domProps = pickAttrs(filledProps, false);
48906
48906
  var restProps = omit$2(filledProps, [].concat(_toConsumableArray(Object.keys(domProps)), ['onChange', 'onCalendarChange', 'style', 'className', 'onPanelChange']));
48907
- return _objectSpread2(_objectSpread2({}, restProps), {}, {
48907
+ return _objectSpread2$1(_objectSpread2$1({}, restProps), {}, {
48908
48908
  multiple: filledProps.multiple
48909
48909
  });
48910
48910
  }, [filledProps]);
@@ -49147,7 +49147,7 @@
49147
49147
  setRawValue(e.target.checked);
49148
49148
  }
49149
49149
  onChange === null || onChange === void 0 || onChange({
49150
- target: _objectSpread2(_objectSpread2({}, props), {}, {
49150
+ target: _objectSpread2$1(_objectSpread2$1({}, props), {}, {
49151
49151
  type: type,
49152
49152
  checked: e.target.checked
49153
49153
  }),
@@ -52157,7 +52157,7 @@
52157
52157
  var _tabs;
52158
52158
  data = tabSizes.get((_tabs = tabs[i - 1]) === null || _tabs === void 0 ? void 0 : _tabs.key) || DEFAULT_SIZE$1;
52159
52159
  }
52160
- var entity = map.get(key) || _objectSpread2({}, data);
52160
+ var entity = map.get(key) || _objectSpread2$1({}, data);
52161
52161
 
52162
52162
  // Right
52163
52163
  entity.right = rightOffset - entity.left - entity.width;
@@ -52992,7 +52992,7 @@
52992
52992
  // Add
52993
52993
  addSizeValue,
52994
52994
  // Operation
52995
- operationSizeValue, _objectSpread2(_objectSpread2({}, props), {}, {
52995
+ operationSizeValue, _objectSpread2$1(_objectSpread2$1({}, props), {}, {
52996
52996
  tabs: tabs
52997
52997
  })),
52998
52998
  _useVisibleRange2 = _slicedToArray$2(_useVisibleRange, 2),
@@ -53213,7 +53213,7 @@
53213
53213
  prefixCls: prefixCls,
53214
53214
  locale: locale,
53215
53215
  editable: editable,
53216
- style: _objectSpread2(_objectSpread2({}, tabNodes.length === 0 ? undefined : tabNodeStyle), {}, {
53216
+ style: _objectSpread2$1(_objectSpread2$1({}, tabNodes.length === 0 ? undefined : tabNodeStyle), {}, {
53217
53217
  visibility: hasDropdown ? 'hidden' : null
53218
53218
  })
53219
53219
  }), /*#__PURE__*/React__namespace.createElement("div", {
@@ -53267,7 +53267,7 @@
53267
53267
  var _React$useContext = React__namespace.useContext(TabContext),
53268
53268
  tabs = _React$useContext.tabs;
53269
53269
  if (renderTabBar) {
53270
- var tabNavBarProps = _objectSpread2(_objectSpread2({}, restProps), {}, {
53270
+ var tabNavBarProps = _objectSpread2$1(_objectSpread2$1({}, restProps), {}, {
53271
53271
  // Legacy support. We do not use this actually
53272
53272
  panes: tabs.map(function (_ref2) {
53273
53273
  var label = _ref2.label,
@@ -53327,7 +53327,7 @@
53327
53327
  tabKey: key,
53328
53328
  animated: tabPaneAnimated,
53329
53329
  active: active,
53330
- style: _objectSpread2(_objectSpread2({}, paneStyle), motionStyle),
53330
+ style: _objectSpread2$1(_objectSpread2$1({}, paneStyle), motionStyle),
53331
53331
  className: classNames(paneClassName, motionClassName),
53332
53332
  ref: ref
53333
53333
  }));
@@ -53352,7 +53352,7 @@
53352
53352
  tabPane: false
53353
53353
  };
53354
53354
  } else {
53355
- mergedAnimated = _objectSpread2({
53355
+ mergedAnimated = _objectSpread2$1({
53356
53356
  inkBar: true
53357
53357
  }, _typeof$a(animated) === 'object' ? animated : {});
53358
53358
  }
@@ -53498,7 +53498,7 @@
53498
53498
  rtl: rtl,
53499
53499
  mobile: mobile
53500
53500
  };
53501
- var tabNavBarProps = _objectSpread2(_objectSpread2({}, sharedProps), {}, {
53501
+ var tabNavBarProps = _objectSpread2$1(_objectSpread2$1({}, sharedProps), {}, {
53502
53502
  editable: editable,
53503
53503
  locale: locale,
53504
53504
  more: more,
@@ -54786,10 +54786,10 @@
54786
54786
  if (filter(search, connectedPathOptions, {
54787
54787
  label: fieldNames.label
54788
54788
  })) {
54789
- var _objectSpread2$1;
54790
- filteredOptions.push(_objectSpread2(_objectSpread2({}, option), {}, (_objectSpread2$1 = {
54789
+ var _objectSpread2;
54790
+ filteredOptions.push(_objectSpread2$1(_objectSpread2$1({}, option), {}, (_objectSpread2 = {
54791
54791
  disabled: mergedDisabled
54792
- }, _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)));
54792
+ }, _defineProperty$1(_objectSpread2, fieldNames.label, render(search, connectedPathOptions, prefixCls, fieldNames)), _defineProperty$1(_objectSpread2, SEARCH_MARK, connectedPathOptions), _defineProperty$1(_objectSpread2, fieldNames.children, undefined), _objectSpread2)));
54793
54793
  }
54794
54794
  }
54795
54795
  if (children) {
@@ -55059,7 +55059,7 @@
55059
55059
  var _treeNode$props = treeNode.props,
55060
55060
  children = _treeNode$props.children,
55061
55061
  rest = _objectWithoutProperties(_treeNode$props, _excluded$o);
55062
- var dataNode = _objectSpread2({
55062
+ var dataNode = _objectSpread2$1({
55063
55063
  key: key
55064
55064
  }, rest);
55065
55065
  var parsedChildren = dig(children);
@@ -55317,7 +55317,7 @@
55317
55317
  pos = props.pos,
55318
55318
  active = props.active,
55319
55319
  eventKey = props.eventKey;
55320
- var eventData = _objectSpread2(_objectSpread2({}, data), {}, {
55320
+ var eventData = _objectSpread2$1(_objectSpread2$1({}, data), {}, {
55321
55321
  expanded: expanded,
55322
55322
  selected: selected,
55323
55323
  checked: checked,
@@ -55357,7 +55357,7 @@
55357
55357
  cacheRef.current.info = convertDataToEntities(options, {
55358
55358
  fieldNames: fieldNames,
55359
55359
  initWrapper: function initWrapper(wrapper) {
55360
- return _objectSpread2(_objectSpread2({}, wrapper), {}, {
55360
+ return _objectSpread2$1(_objectSpread2$1({}, wrapper), {}, {
55361
55361
  pathKeyEntities: {}
55362
55362
  });
55363
55363
  },
@@ -55410,7 +55410,7 @@
55410
55410
  limit: 50
55411
55411
  };
55412
55412
  if (showSearch && _typeof$a(showSearch) === 'object') {
55413
- searchConfig = _objectSpread2(_objectSpread2({}, searchConfig), showSearch);
55413
+ searchConfig = _objectSpread2$1(_objectSpread2$1({}, searchConfig), showSearch);
55414
55414
  }
55415
55415
  if (searchConfig.limit <= 0) {
55416
55416
  searchConfig.limit = false;
@@ -56266,7 +56266,7 @@
56266
56266
  // >>>>> Empty
56267
56267
  var isEmpty = !((_optionColumns$ = optionColumns[0]) !== null && _optionColumns$ !== void 0 && (_optionColumns$ = _optionColumns$.options) !== null && _optionColumns$ !== void 0 && _optionColumns$.length);
56268
56268
  var emptyList = [(_ref3 = {}, _defineProperty$1(_ref3, fieldNames.value, '__EMPTY__'), _defineProperty$1(_ref3, FIX_LABEL, notFoundContent), _defineProperty$1(_ref3, "disabled", true), _ref3)];
56269
- var columnProps = _objectSpread2(_objectSpread2({}, props), {}, {
56269
+ var columnProps = _objectSpread2$1(_objectSpread2$1({}, props), {}, {
56270
56270
  multiple: !isEmpty && multiple,
56271
56271
  onSelect: onPathSelect,
56272
56272
  onActive: onPathOpen,
@@ -56669,7 +56669,7 @@
56669
56669
  prefixCls: prefixCls,
56670
56670
  autoClearSearchValue: autoClearSearchValue,
56671
56671
  dropdownMatchSelectWidth: dropdownMatchSelectWidth,
56672
- dropdownStyle: _objectSpread2(_objectSpread2({}, dropdownStyle), customDropdownStyle)
56672
+ dropdownStyle: _objectSpread2$1(_objectSpread2$1({}, dropdownStyle), customDropdownStyle)
56673
56673
  // Value
56674
56674
  ,
56675
56675
  displayValues: displayValues,
@@ -58644,7 +58644,7 @@
58644
58644
  // `className` and `style` are always on the root element
58645
58645
  return /*#__PURE__*/React.cloneElement(element, {
58646
58646
  className: classNames((_element$props = element.props) === null || _element$props === void 0 ? void 0 : _element$props.className, className) || null,
58647
- style: _objectSpread2(_objectSpread2({}, (_element$props2 = element.props) === null || _element$props2 === void 0 ? void 0 : _element$props2.style), style),
58647
+ style: _objectSpread2$1(_objectSpread2$1({}, (_element$props2 = element.props) === null || _element$props2 === void 0 ? void 0 : _element$props2.style), style),
58648
58648
  hidden: hidden
58649
58649
  });
58650
58650
  });
@@ -58656,11 +58656,11 @@
58656
58656
  if (showCount) {
58657
58657
  mergedConfig.show = _typeof$a(showCount) === 'object' && showCount.formatter ? showCount.formatter : !!showCount;
58658
58658
  }
58659
- mergedConfig = _objectSpread2(_objectSpread2({}, mergedConfig), count);
58659
+ mergedConfig = _objectSpread2$1(_objectSpread2$1({}, mergedConfig), count);
58660
58660
  var _ref = mergedConfig,
58661
58661
  show = _ref.show,
58662
58662
  rest = _objectWithoutProperties(_ref, _excluded$m);
58663
- return _objectSpread2(_objectSpread2({}, rest), {}, {
58663
+ return _objectSpread2$1(_objectSpread2$1({}, rest), {}, {
58664
58664
  show: !!show,
58665
58665
  showFormatter: typeof show === 'function' ? show : undefined,
58666
58666
  strategy: rest.strategy || function (value) {
@@ -58863,7 +58863,7 @@
58863
58863
  }) : "".concat(valueLength).concat(hasMaxLength ? " / ".concat(mergedMax) : '');
58864
58864
  return /*#__PURE__*/React.createElement(React.Fragment, null, countConfig.show && /*#__PURE__*/React.createElement("span", {
58865
58865
  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),
58866
- style: _objectSpread2({}, styles === null || styles === void 0 ? void 0 : styles.count)
58866
+ style: _objectSpread2$1({}, styles === null || styles === void 0 ? void 0 : styles.count)
58867
58867
  }, dataCount), suffix);
58868
58868
  }
58869
58869
  return null;
@@ -61242,7 +61242,7 @@
61242
61242
 
61243
61243
  // =============================== Render ===============================
61244
61244
  var mergedAutoSizeStyle = needAutoSize ? autoSizeStyle : null;
61245
- var mergedStyle = _objectSpread2(_objectSpread2({}, style), mergedAutoSizeStyle);
61245
+ var mergedStyle = _objectSpread2$1(_objectSpread2$1({}, style), mergedAutoSizeStyle);
61246
61246
  if (resizeState === RESIZE_START || resizeState === RESIZE_MEASURING) {
61247
61247
  mergedStyle.overflowY = 'hidden';
61248
61248
  mergedStyle.overflowX = 'hidden';
@@ -61437,13 +61437,13 @@
61437
61437
  handleReset: handleReset,
61438
61438
  suffix: suffixNode,
61439
61439
  prefixCls: prefixCls,
61440
- classNames: _objectSpread2(_objectSpread2({}, classNames$1), {}, {
61440
+ classNames: _objectSpread2$1(_objectSpread2$1({}, classNames$1), {}, {
61441
61441
  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))
61442
61442
  }),
61443
61443
  disabled: disabled,
61444
61444
  focused: focused,
61445
61445
  className: classNames(className, isOutOfRange && "".concat(prefixCls, "-out-of-range")),
61446
- style: _objectSpread2(_objectSpread2({}, style), textareaResized && !isPureTextArea ? {
61446
+ style: _objectSpread2$1(_objectSpread2$1({}, style), textareaResized && !isPureTextArea ? {
61447
61447
  height: 'auto'
61448
61448
  } : {}),
61449
61449
  dataAttrs: {
@@ -61464,7 +61464,7 @@
61464
61464
  onCompositionStart: onInternalCompositionStart,
61465
61465
  onCompositionEnd: onInternalCompositionEnd,
61466
61466
  className: classNames(classNames$1 === null || classNames$1 === void 0 ? void 0 : classNames$1.textarea),
61467
- style: _objectSpread2(_objectSpread2({}, styles === null || styles === void 0 ? void 0 : styles.textarea), {}, {
61467
+ style: _objectSpread2$1(_objectSpread2$1({}, styles === null || styles === void 0 ? void 0 : styles.textarea), {}, {
61468
61468
  resize: style === null || style === void 0 ? void 0 : style.resize
61469
61469
  }),
61470
61470
  disabled: disabled,
@@ -61764,7 +61764,7 @@
61764
61764
  var handleNode = /*#__PURE__*/React__namespace.createElement("div", _extends$y({
61765
61765
  ref: ref,
61766
61766
  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),
61767
- style: _objectSpread2(_objectSpread2(_objectSpread2({}, positionStyle), style), styles.handle)
61767
+ style: _objectSpread2$1(_objectSpread2$1(_objectSpread2$1({}, positionStyle), style), styles.handle)
61768
61768
  }, divProps, restProps));
61769
61769
 
61770
61770
  // Customize
@@ -61836,7 +61836,7 @@
61836
61836
 
61837
61837
  // =========================== Render ===========================
61838
61838
  // Handle Props
61839
- var handleProps = _objectSpread2({
61839
+ var handleProps = _objectSpread2$1({
61840
61840
  prefixCls: prefixCls,
61841
61841
  onStartMove: onStartMove,
61842
61842
  onOffsetChange: onOffsetChange,
@@ -61899,7 +61899,7 @@
61899
61899
  var positionStyle = getDirectionStyle(direction, value, min, max);
61900
61900
  return /*#__PURE__*/React__namespace.createElement("span", {
61901
61901
  className: classNames(textCls, _defineProperty$1({}, "".concat(textCls, "-active"), included && includedStart <= value && value <= includedEnd)),
61902
- style: _objectSpread2(_objectSpread2({}, positionStyle), style),
61902
+ style: _objectSpread2$1(_objectSpread2$1({}, positionStyle), style),
61903
61903
  onMouseDown: function onMouseDown(e) {
61904
61904
  e.stopPropagation();
61905
61905
  },
@@ -61951,9 +61951,9 @@
61951
61951
  var active = included && includedStart <= value && value <= includedEnd;
61952
61952
 
61953
61953
  // ============================ Offset ============================
61954
- var mergedStyle = _objectSpread2(_objectSpread2({}, getDirectionStyle(direction, value, min, max)), typeof style === 'function' ? style(value) : style);
61954
+ var mergedStyle = _objectSpread2$1(_objectSpread2$1({}, getDirectionStyle(direction, value, min, max)), typeof style === 'function' ? style(value) : style);
61955
61955
  if (active) {
61956
- mergedStyle = _objectSpread2(_objectSpread2({}, mergedStyle), typeof activeStyle === 'function' ? activeStyle(value) : activeStyle);
61956
+ mergedStyle = _objectSpread2$1(_objectSpread2$1({}, mergedStyle), typeof activeStyle === 'function' ? activeStyle(value) : activeStyle);
61957
61957
  }
61958
61958
  return /*#__PURE__*/React__namespace.createElement("span", {
61959
61959
  className: classNames(dotClassName, _defineProperty$1({}, "".concat(dotClassName, "-active"), active)),
@@ -62050,7 +62050,7 @@
62050
62050
  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);
62051
62051
  return /*#__PURE__*/React__namespace.createElement("div", {
62052
62052
  className: className,
62053
- style: _objectSpread2(_objectSpread2({}, positionStyle), style),
62053
+ style: _objectSpread2$1(_objectSpread2$1({}, positionStyle), style),
62054
62054
  onMouseDown: onInternalStartMove,
62055
62055
  onTouchStart: onInternalStartMove
62056
62056
  });
@@ -62113,7 +62113,7 @@
62113
62113
  return /*#__PURE__*/React__namespace.createElement(Track, {
62114
62114
  index: index,
62115
62115
  prefixCls: prefixCls,
62116
- style: _objectSpread2(_objectSpread2({}, getIndex(style, index)), styles.track),
62116
+ style: _objectSpread2$1(_objectSpread2$1({}, getIndex(style, index)), styles.track),
62117
62117
  start: start,
62118
62118
  end: end,
62119
62119
  key: index,
@@ -62998,7 +62998,7 @@
62998
62998
  id: id
62999
62999
  }, /*#__PURE__*/React__namespace.createElement("div", {
63000
63000
  className: classNames("".concat(prefixCls, "-rail"), classNames$1 === null || classNames$1 === void 0 ? void 0 : classNames$1.rail),
63001
- style: _objectSpread2(_objectSpread2({}, railStyle), styles === null || styles === void 0 ? void 0 : styles.rail)
63001
+ style: _objectSpread2$1(_objectSpread2$1({}, railStyle), styles === null || styles === void 0 ? void 0 : styles.rail)
63002
63002
  }), track !== false && /*#__PURE__*/React__namespace.createElement(Tracks, {
63003
63003
  prefixCls: prefixCls,
63004
63004
  style: trackStyle,
@@ -63840,7 +63840,7 @@
63840
63840
  } = formItemContext;
63841
63841
  const suffixNode = /*#__PURE__*/React__namespace.createElement(React__namespace.Fragment, null, picker === TIME ? /*#__PURE__*/React__namespace.createElement(RefIcon$B, null) : /*#__PURE__*/React__namespace.createElement(RefIcon$I, null), hasFeedback && feedbackIcon);
63842
63842
  React.useImperativeHandle(ref, () => innerRef.current);
63843
- const [contextLocale] = useLocale$1('Calendar', locale$1);
63843
+ const [contextLocale] = useLocale$1('Calendar', locale$5);
63844
63844
  const locale = Object.assign(Object.assign({}, contextLocale), props.locale);
63845
63845
  // ============================ zIndex ============================
63846
63846
  const [zIndex] = useZIndex('DatePicker', (_a = props.popupStyle) === null || _a === void 0 ? void 0 : _a.zIndex);
@@ -63994,7 +63994,7 @@
63994
63994
  feedbackIcon
63995
63995
  } = formItemContext;
63996
63996
  const suffixNode = /*#__PURE__*/React__namespace.createElement(React__namespace.Fragment, null, mergedPicker === 'time' ? /*#__PURE__*/React__namespace.createElement(RefIcon$B, null) : /*#__PURE__*/React__namespace.createElement(RefIcon$I, null), hasFeedback && feedbackIcon);
63997
- const [contextLocale] = useLocale$1('DatePicker', locale$1);
63997
+ const [contextLocale] = useLocale$1('DatePicker', locale$5);
63998
63998
  const locale = Object.assign(Object.assign({}, contextLocale), props.locale);
63999
63999
  // ============================ zIndex ============================
64000
64000
  const [zIndex] = useZIndex('DatePicker', (_a = props.popupStyle) === null || _a === void 0 ? void 0 : _a.zIndex);
@@ -65493,7 +65493,7 @@
65493
65493
  labelChildren = /*#__PURE__*/React__namespace.createElement(React__namespace.Fragment, null, labelChildren, /*#__PURE__*/React__namespace.createElement("span", {
65494
65494
  className: `${prefixCls}-item-optional`,
65495
65495
  title: ""
65496
- }, (formLocale === null || formLocale === void 0 ? void 0 : formLocale.optional) || ((_a = localeValues.Form) === null || _a === void 0 ? void 0 : _a.optional)));
65496
+ }, (formLocale === null || formLocale === void 0 ? void 0 : formLocale.optional) || ((_a = localeValues$1.Form) === null || _a === void 0 ? void 0 : _a.optional)));
65497
65497
  }
65498
65498
  const labelClassName = classNames({
65499
65499
  [`${prefixCls}-item-required`]: required,
@@ -66179,7 +66179,7 @@
66179
66179
  getContainer: getContainer !== null && getContainer !== void 0 ? getContainer : document.body
66180
66180
  }, /*#__PURE__*/React__namespace.createElement("div", {
66181
66181
  className: classNames("".concat(prefixCls, "-operations-wrapper"), className, rootClassName),
66182
- style: _objectSpread2(_objectSpread2({}, style), {}, {
66182
+ style: _objectSpread2$1(_objectSpread2$1({}, style), {}, {
66183
66183
  zIndex: zIndex
66184
66184
  })
66185
66185
  }, closeIcon === null ? null : /*#__PURE__*/React__namespace.createElement("button", {
@@ -66199,7 +66199,7 @@
66199
66199
  className: "".concat(prefixCls, "-footer")
66200
66200
  }, showProgress && /*#__PURE__*/React__namespace.createElement("div", {
66201
66201
  className: "".concat(prefixCls, "-progress")
66202
- }, countRender ? countRender(current + 1, count) : "".concat(current + 1, " / ").concat(count)), toolbarRender ? toolbarRender(toolbarNode, _objectSpread2(_objectSpread2({
66202
+ }, countRender ? countRender(current + 1, count) : "".concat(current + 1, " / ").concat(count)), toolbarRender ? toolbarRender(toolbarNode, _objectSpread2$1(_objectSpread2$1({
66203
66203
  icons: {
66204
66204
  prevIcon: switchPrevNode,
66205
66205
  nextIcon: switchNextNode,
@@ -66264,7 +66264,7 @@
66264
66264
  setTransform(function (preState) {
66265
66265
  var memoState = preState;
66266
66266
  queue.current.forEach(function (queueState) {
66267
- memoState = _objectSpread2(_objectSpread2({}, memoState), queueState);
66267
+ memoState = _objectSpread2$1(_objectSpread2$1({}, memoState), queueState);
66268
66268
  });
66269
66269
  frame.current = null;
66270
66270
  onTransform === null || onTransform === void 0 || onTransform({
@@ -66275,7 +66275,7 @@
66275
66275
  });
66276
66276
  });
66277
66277
  }
66278
- queue.current.push(_objectSpread2(_objectSpread2({}, transform), newTransform));
66278
+ queue.current.push(_objectSpread2$1(_objectSpread2$1({}, transform), newTransform));
66279
66279
  };
66280
66280
 
66281
66281
  /** Scale according to the position of centerX and centerY */
@@ -66380,7 +66380,7 @@
66380
66380
  y: 0
66381
66381
  };
66382
66382
  } else if (width > clientWidth || height > clientHeight) {
66383
- fixPos = _objectSpread2(_objectSpread2({}, fixPoint('x', left, width, clientWidth)), fixPoint('y', top, height, clientHeight));
66383
+ fixPos = _objectSpread2$1(_objectSpread2$1({}, fixPoint('x', left, width, clientWidth)), fixPoint('y', top, height, clientHeight));
66384
66384
  }
66385
66385
  return fixPos;
66386
66386
  }
@@ -66445,7 +66445,7 @@
66445
66445
  var isRotate = rotate % 180 !== 0;
66446
66446
  var fixState = getFixScaleEleTransPosition(isRotate ? height : width, isRotate ? width : height, left, top);
66447
66447
  if (fixState) {
66448
- updateTransform(_objectSpread2({}, fixState), 'dragRebound');
66448
+ updateTransform(_objectSpread2$1({}, fixState), 'dragRebound');
66449
66449
  }
66450
66450
  }
66451
66451
  };
@@ -66609,7 +66609,7 @@
66609
66609
  eventType: 'none'
66610
66610
  });
66611
66611
  var updateTouchPointInfo = function updateTouchPointInfo(values) {
66612
- touchPointInfo.current = _objectSpread2(_objectSpread2({}, touchPointInfo.current), values);
66612
+ touchPointInfo.current = _objectSpread2$1(_objectSpread2$1({}, touchPointInfo.current), values);
66613
66613
  };
66614
66614
  var onTouchStart = function onTouchStart(event) {
66615
66615
  if (!movable) return;
@@ -66705,7 +66705,7 @@
66705
66705
  var isRotate = rotate % 180 !== 0;
66706
66706
  var fixState = getFixScaleEleTransPosition(isRotate ? height : width, isRotate ? width : height, left, top);
66707
66707
  if (fixState) {
66708
- updateTransform(_objectSpread2({}, fixState), 'dragRebound');
66708
+ updateTransform(_objectSpread2$1({}, fixState), 'dragRebound');
66709
66709
  }
66710
66710
  };
66711
66711
  React.useEffect(function () {
@@ -66905,7 +66905,7 @@
66905
66905
  onTouchEnd: onTouchEnd,
66906
66906
  onTouchCancel: onTouchEnd
66907
66907
  }));
66908
- var image = _objectSpread2({
66908
+ var image = _objectSpread2$1({
66909
66909
  url: src,
66910
66910
  alt: alt
66911
66911
  }, imageInfo);
@@ -66926,7 +66926,7 @@
66926
66926
  afterClose: onAfterClose
66927
66927
  }), /*#__PURE__*/React.createElement("div", {
66928
66928
  className: "".concat(prefixCls, "-img-wrapper")
66929
- }, imageRender ? imageRender(imgNode, _objectSpread2({
66929
+ }, imageRender ? imageRender(imgNode, _objectSpread2$1({
66930
66930
  transform: transform,
66931
66931
  image: image
66932
66932
  }, groupContext ? {
@@ -66976,11 +66976,11 @@
66976
66976
  setImages = _React$useState2[1];
66977
66977
  var registerImage = React__namespace.useCallback(function (id, data) {
66978
66978
  setImages(function (imgs) {
66979
- return _objectSpread2(_objectSpread2({}, imgs), {}, _defineProperty$1({}, id, data));
66979
+ return _objectSpread2$1(_objectSpread2$1({}, imgs), {}, _defineProperty$1({}, id, data));
66980
66980
  });
66981
66981
  return function () {
66982
66982
  setImages(function (imgs) {
66983
- var cloneImgs = _objectSpread2({}, imgs);
66983
+ var cloneImgs = _objectSpread2$1({}, imgs);
66984
66984
  delete cloneImgs[id];
66985
66985
  return cloneImgs;
66986
66986
  });
@@ -67285,7 +67285,7 @@
67285
67285
 
67286
67286
  // ========================== Register ==========================
67287
67287
  var registerData = React.useMemo(function () {
67288
- return _objectSpread2(_objectSpread2({}, imgCommonProps), {}, {
67288
+ return _objectSpread2$1(_objectSpread2$1({}, imgCommonProps), {}, {
67289
67289
  src: src
67290
67290
  });
67291
67291
  }, [src, imgCommonProps]);
@@ -67312,13 +67312,13 @@
67312
67312
  return /*#__PURE__*/React__namespace.createElement(React__namespace.Fragment, null, /*#__PURE__*/React__namespace.createElement("div", _extends$y({}, otherProps, {
67313
67313
  className: wrapperClass,
67314
67314
  onClick: canPreview ? onPreview : onClick,
67315
- style: _objectSpread2({
67315
+ style: _objectSpread2$1({
67316
67316
  width: width,
67317
67317
  height: height
67318
67318
  }, wrapperStyle)
67319
67319
  }), /*#__PURE__*/React__namespace.createElement("img", _extends$y({}, imgCommonProps, {
67320
67320
  className: classNames("".concat(prefixCls, "-img"), _defineProperty$1({}, "".concat(prefixCls, "-img-placeholder"), placeholder === true), className),
67321
- style: _objectSpread2({
67321
+ style: _objectSpread2$1({
67322
67322
  height: height
67323
67323
  }, style),
67324
67324
  ref: getImgRef
@@ -67746,13 +67746,13 @@
67746
67746
  otherProps = __rest$d(props, ["prefixCls", "preview", "className", "rootClassName", "style"]);
67747
67747
  const {
67748
67748
  getPrefixCls,
67749
- locale: contextLocale = localeValues,
67749
+ locale: contextLocale = localeValues$1,
67750
67750
  getPopupContainer: getContextPopupContainer,
67751
67751
  image
67752
67752
  } = React__namespace.useContext(ConfigContext);
67753
67753
  const prefixCls = getPrefixCls('image', customizePrefixCls);
67754
67754
  const rootPrefixCls = getPrefixCls();
67755
- const imageLocale = contextLocale.Image || localeValues.Image;
67755
+ const imageLocale = contextLocale.Image || localeValues$1.Image;
67756
67756
  // Style
67757
67757
  const rootCls = useCSSVarCls(prefixCls);
67758
67758
  const [wrapCSSVar, hashId, cssVarCls] = useStyle$7(prefixCls, rootCls);
@@ -67813,7 +67813,7 @@
67813
67813
  return result;
67814
67814
  };
67815
67815
 
67816
- var locale = {
67816
+ var locale$4 = {
67817
67817
  // Options
67818
67818
  items_per_page: '条/页',
67819
67819
  jump_to: '跳至',
@@ -68040,7 +68040,7 @@
68040
68040
  _props$onShowSizeChan = props.onShowSizeChange,
68041
68041
  onShowSizeChange = _props$onShowSizeChan === void 0 ? noop$6 : _props$onShowSizeChan,
68042
68042
  _props$locale = props.locale,
68043
- locale$1 = _props$locale === void 0 ? locale : _props$locale,
68043
+ locale = _props$locale === void 0 ? locale$4 : _props$locale,
68044
68044
  style = props.style,
68045
68045
  _props$totalBoundaryS = props.totalBoundaryShowSizeChanger,
68046
68046
  totalBoundaryShowSizeChanger = _props$totalBoundaryS === void 0 ? 50 : _props$totalBoundaryS,
@@ -68095,7 +68095,7 @@
68095
68095
  className: "".concat(prefixCls, "-item-link")
68096
68096
  });
68097
68097
  if (typeof icon === 'function') {
68098
- iconNode = /*#__PURE__*/React.createElement(icon, _objectSpread2({}, props));
68098
+ iconNode = /*#__PURE__*/React.createElement(icon, _objectSpread2$1({}, props));
68099
68099
  }
68100
68100
  return iconNode;
68101
68101
  }
@@ -68268,7 +68268,7 @@
68268
68268
  type: "button",
68269
68269
  onClick: handleGoTO,
68270
68270
  onKeyUp: handleGoTO
68271
- }, locale$1.jump_to_confirm);
68271
+ }, locale.jump_to_confirm);
68272
68272
  } else {
68273
68273
  gotoButton = /*#__PURE__*/React.createElement("span", {
68274
68274
  onClick: handleGoTO,
@@ -68276,7 +68276,7 @@
68276
68276
  }, goButton);
68277
68277
  }
68278
68278
  gotoButton = /*#__PURE__*/React.createElement("li", {
68279
- title: showTitle ? "".concat(locale$1.jump_to).concat(current, "/").concat(allPages) : null,
68279
+ title: showTitle ? "".concat(locale.jump_to).concat(current, "/").concat(allPages) : null,
68280
68280
  className: "".concat(prefixCls, "-simple-pager")
68281
68281
  }, gotoButton);
68282
68282
  }
@@ -68315,8 +68315,8 @@
68315
68315
  })));
68316
68316
  }
68317
68317
  } else {
68318
- var prevItemTitle = showLessItems ? locale$1.prev_3 : locale$1.prev_5;
68319
- var nextItemTitle = showLessItems ? locale$1.next_3 : locale$1.next_5;
68318
+ var prevItemTitle = showLessItems ? locale.prev_3 : locale.prev_5;
68319
+ var nextItemTitle = showLessItems ? locale.next_3 : locale.next_5;
68320
68320
  var jumpPrevContent = itemRender(jumpPrevPage, 'jump-prev', getItemIcon(jumpPrevIcon, 'prev page'));
68321
68321
  var jumpNextContent = itemRender(jumpNextPage, 'jump-next', getItemIcon(jumpNextIcon, 'next page'));
68322
68322
  if (showPrevNextJumpers) {
@@ -68382,7 +68382,7 @@
68382
68382
  if (prev) {
68383
68383
  var prevDisabled = !hasPrev || !allPages;
68384
68384
  prev = /*#__PURE__*/React.createElement("li", {
68385
- title: showTitle ? locale$1.prev_page : null,
68385
+ title: showTitle ? locale.prev_page : null,
68386
68386
  onClick: prevHandle,
68387
68387
  tabIndex: prevDisabled ? null : 0,
68388
68388
  onKeyDown: runIfEnterPrev,
@@ -68401,7 +68401,7 @@
68401
68401
  nextTabIndex = nextDisabled ? null : 0;
68402
68402
  }
68403
68403
  next = /*#__PURE__*/React.createElement("li", {
68404
- title: showTitle ? locale$1.next_page : null,
68404
+ title: showTitle ? locale.next_page : null,
68405
68405
  onClick: nextHandle,
68406
68406
  tabIndex: nextTabIndex,
68407
68407
  onKeyDown: runIfEnterNext,
@@ -68415,7 +68415,7 @@
68415
68415
  style: style,
68416
68416
  ref: paginationRef
68417
68417
  }, dataOrAriaAttributeProps), totalText, prev, simple ? simplePager : pagerList, next, /*#__PURE__*/React.createElement(Options, {
68418
- locale: locale$1,
68418
+ locale: locale,
68419
68419
  rootPrefixCls: prefixCls,
68420
68420
  disabled: disabled,
68421
68421
  selectComponentClass: selectComponentClass,
@@ -69130,7 +69130,7 @@
69130
69130
  jumpNextIcon
69131
69131
  };
69132
69132
  }, [direction, prefixCls]);
69133
- const [contextLocale] = useLocale$1('Pagination', locale$4);
69133
+ const [contextLocale] = useLocale$1('Pagination', locale$8);
69134
69134
  const locale = Object.assign(Object.assign({}, contextLocale), customLocale);
69135
69135
  const mergedSize = useSize(customizeSize);
69136
69136
  const isSmall = mergedSize === 'small' || !!(xs && !mergedSize && responsive);
@@ -70819,7 +70819,7 @@
70819
70819
  return Array.isArray(mergedValue) ? mergedValue : [mergedValue];
70820
70820
  }
70821
70821
  var Circle$3 = function Circle(props) {
70822
- var _defaultProps$props = _objectSpread2(_objectSpread2({}, defaultProps), props),
70822
+ var _defaultProps$props = _objectSpread2$1(_objectSpread2$1({}, defaultProps), props),
70823
70823
  id = _defaultProps$props.id,
70824
70824
  prefixCls = _defaultProps$props.prefixCls,
70825
70825
  steps = _defaultProps$props.steps,
@@ -72145,7 +72145,7 @@
72145
72145
  if (align) {
72146
72146
  alignStyle.textAlign = align;
72147
72147
  }
72148
- var mergedStyle = _objectSpread2(_objectSpread2(_objectSpread2(_objectSpread2({}, fixedStyle), additionalProps.style), alignStyle), legacyCellProps === null || legacyCellProps === void 0 ? void 0 : legacyCellProps.style);
72148
+ var mergedStyle = _objectSpread2$1(_objectSpread2$1(_objectSpread2$1(_objectSpread2$1({}, fixedStyle), additionalProps.style), alignStyle), legacyCellProps === null || legacyCellProps === void 0 ? void 0 : legacyCellProps.style);
72149
72149
 
72150
72150
  // >>>>> Children Node
72151
72151
  var mergedChildNode = childNode;
@@ -72420,7 +72420,7 @@
72420
72420
 
72421
72421
  // ========================= Column =========================
72422
72422
  var columnsKey = getColumnsKey(flattenColumns);
72423
- return _objectSpread2(_objectSpread2({}, context), {}, {
72423
+ return _objectSpread2$1(_objectSpread2$1({}, context), {}, {
72424
72424
  columnsKey: columnsKey,
72425
72425
  nestExpandable: nestExpandable,
72426
72426
  expanded: expanded,
@@ -72429,7 +72429,7 @@
72429
72429
  onTriggerExpand: onInternalTriggerExpand,
72430
72430
  rowSupportExpand: rowSupportExpand,
72431
72431
  expandable: mergedExpandable,
72432
- rowProps: _objectSpread2(_objectSpread2({}, rowProps), {}, {
72432
+ rowProps: _objectSpread2$1(_objectSpread2$1({}, rowProps), {}, {
72433
72433
  className: classNames(computeRowClassName, rowProps === null || rowProps === void 0 ? void 0 : rowProps.className),
72434
72434
  onClick: onClick
72435
72435
  })
@@ -72568,7 +72568,7 @@
72568
72568
  var baseRowNode = /*#__PURE__*/React__namespace.createElement(RowComponent, _extends$y({}, rowProps, {
72569
72569
  "data-row-key": rowKey,
72570
72570
  className: classNames(className, "".concat(prefixCls, "-row"), "".concat(prefixCls, "-row-level-").concat(indent), rowProps === null || rowProps === void 0 ? void 0 : rowProps.className, indent >= 1 ? computedExpandedRowClassName : ''),
72571
- style: _objectSpread2(_objectSpread2({}, style), rowProps === null || rowProps === void 0 ? void 0 : rowProps.style)
72571
+ style: _objectSpread2$1(_objectSpread2$1({}, style), rowProps === null || rowProps === void 0 ? void 0 : rowProps.style)
72572
72572
  }), flattenColumns.map(function (column, colIndex) {
72573
72573
  var render = column.render,
72574
72574
  dataIndex = column.dataIndex,
@@ -72754,7 +72754,7 @@
72754
72754
  legacyExpandableConfig = _objectWithoutProperties(props, _excluded$a);
72755
72755
  var config;
72756
72756
  if ('expandable' in props) {
72757
- config = _objectSpread2(_objectSpread2({}, legacyExpandableConfig), expandable);
72757
+ config = _objectSpread2$1(_objectSpread2$1({}, legacyExpandableConfig), expandable);
72758
72758
  } else {
72759
72759
  if (['indentSize', 'expandedRowKeys', 'defaultExpandedRowKeys', 'defaultExpandAllRows', 'expandedRowRender', 'expandRowByClick', 'expandIcon', 'onExpand', 'onExpandedRowsChange', 'expandedRowClassName', 'expandIconColumnIndex', 'showExpandColumn', 'title'].some(function (prop) {
72760
72760
  return prop in props;
@@ -72913,7 +72913,7 @@
72913
72913
  var headerStickyOffsets = React.useMemo(function () {
72914
72914
  var right = stickyOffsets.right,
72915
72915
  left = stickyOffsets.left;
72916
- return _objectSpread2(_objectSpread2({}, stickyOffsets), {}, {
72916
+ return _objectSpread2$1(_objectSpread2$1({}, stickyOffsets), {}, {
72917
72917
  left: direction === 'rtl' ? [].concat(_toConsumableArray(left.map(function (width) {
72918
72918
  return width + combinationScrollBarSize;
72919
72919
  })), [0]) : left,
@@ -72925,7 +72925,7 @@
72925
72925
  }, [combinationScrollBarSize, stickyOffsets, isSticky]);
72926
72926
  var mergedColumnWidth = useColumnWidth(colWidths, columCount);
72927
72927
  return /*#__PURE__*/React__namespace.createElement("div", {
72928
- style: _objectSpread2({
72928
+ style: _objectSpread2$1({
72929
72929
  overflow: 'hidden'
72930
72930
  }, isSticky ? {
72931
72931
  top: stickyTopOffset,
@@ -72942,7 +72942,7 @@
72942
72942
  colWidths: mergedColumnWidth ? [].concat(_toConsumableArray(mergedColumnWidth), [combinationScrollBarSize]) : [],
72943
72943
  columCount: columCount + 1,
72944
72944
  columns: flattenColumnsWithScrollbar
72945
- }), children(_objectSpread2(_objectSpread2({}, restProps), {}, {
72945
+ }), children(_objectSpread2$1(_objectSpread2$1({}, restProps), {}, {
72946
72946
  stickyOffsets: headerStickyOffsets,
72947
72947
  columns: columnsWithScrollbar,
72948
72948
  flattenColumns: flattenColumnsWithScrollbar
@@ -73129,7 +73129,7 @@
73129
73129
  var avgWidth = restWidth / missWidthCount;
73130
73130
  var realTotal = 0;
73131
73131
  var filledColumns = flattenColumns.map(function (col) {
73132
- var clone = _objectSpread2({}, col);
73132
+ var clone = _objectSpread2$1({}, col);
73133
73133
  var colWidth = parseColWidth(scrollWidth, clone.width);
73134
73134
  if (colWidth) {
73135
73135
  clone.width = colWidth;
@@ -73170,7 +73170,7 @@
73170
73170
  props = _ref.props;
73171
73171
  var nodeChildren = props.children,
73172
73172
  restProps = _objectWithoutProperties(props, _excluded$7);
73173
- var column = _objectSpread2({
73173
+ var column = _objectSpread2$1({
73174
73174
  key: key
73175
73175
  }, restProps);
73176
73176
  if (nodeChildren) {
@@ -73185,7 +73185,7 @@
73185
73185
  }).map(function (column) {
73186
73186
  var subColumns = column.children;
73187
73187
  if (subColumns && subColumns.length > 0) {
73188
- return _objectSpread2(_objectSpread2({}, column), {}, {
73188
+ return _objectSpread2$1(_objectSpread2$1({}, column), {}, {
73189
73189
  children: filterHiddenColumns(subColumns)
73190
73190
  });
73191
73191
  }
@@ -73204,12 +73204,12 @@
73204
73204
  var subColumns = column.children;
73205
73205
  if (subColumns && subColumns.length > 0) {
73206
73206
  return [].concat(_toConsumableArray(list), _toConsumableArray(flatColumns(subColumns, mergedKey).map(function (subColum) {
73207
- return _objectSpread2({
73207
+ return _objectSpread2$1({
73208
73208
  fixed: parsedFixed
73209
73209
  }, subColum);
73210
73210
  })));
73211
73211
  }
73212
- return [].concat(_toConsumableArray(list), [_objectSpread2(_objectSpread2({
73212
+ return [].concat(_toConsumableArray(list), [_objectSpread2$1(_objectSpread2$1({
73213
73213
  key: mergedKey
73214
73214
  }, column), {}, {
73215
73215
  fixed: parsedFixed
@@ -73228,7 +73228,7 @@
73228
73228
  } else if (fixed === 'right') {
73229
73229
  parsedFixed = 'left';
73230
73230
  }
73231
- return _objectSpread2({
73231
+ return _objectSpread2$1({
73232
73232
  fixed: parsedFixed
73233
73233
  }, restProps);
73234
73234
  });
@@ -73747,13 +73747,13 @@
73747
73747
  var currentClientOffset = container === window ? document.documentElement.scrollTop + window.innerHeight : getOffset(container).top + container.clientHeight;
73748
73748
  if (tableBottomOffset - getScrollBarSize() <= currentClientOffset || tableOffsetTop >= currentClientOffset - offsetScroll) {
73749
73749
  setScrollState(function (state) {
73750
- return _objectSpread2(_objectSpread2({}, state), {}, {
73750
+ return _objectSpread2$1(_objectSpread2$1({}, state), {}, {
73751
73751
  isHiddenScrollBar: true
73752
73752
  });
73753
73753
  });
73754
73754
  } else {
73755
73755
  setScrollState(function (state) {
73756
- return _objectSpread2(_objectSpread2({}, state), {}, {
73756
+ return _objectSpread2$1(_objectSpread2$1({}, state), {}, {
73757
73757
  isHiddenScrollBar: false
73758
73758
  });
73759
73759
  });
@@ -73762,7 +73762,7 @@
73762
73762
  };
73763
73763
  var setScrollLeft = function setScrollLeft(left) {
73764
73764
  setScrollState(function (state) {
73765
- return _objectSpread2(_objectSpread2({}, state), {}, {
73765
+ return _objectSpread2$1(_objectSpread2$1({}, state), {}, {
73766
73766
  scrollLeft: left / bodyScrollWidth * bodyWidth || 0
73767
73767
  });
73768
73768
  });
@@ -73797,7 +73797,7 @@
73797
73797
  if (!bodyNode) {
73798
73798
  return state;
73799
73799
  }
73800
- return _objectSpread2(_objectSpread2({}, state), {}, {
73800
+ return _objectSpread2$1(_objectSpread2$1({}, state), {}, {
73801
73801
  scrollLeft: bodyNode.scrollLeft / bodyNode.scrollWidth * bodyNode.clientWidth
73802
73802
  });
73803
73803
  });
@@ -73836,7 +73836,7 @@
73836
73836
  return 'No Data';
73837
73837
  }
73838
73838
  function Table$1(tableProps, ref) {
73839
- var props = _objectSpread2({
73839
+ var props = _objectSpread2$1({
73840
73840
  rowKey: 'key',
73841
73841
  prefixCls: DEFAULT_PREFIX,
73842
73842
  emptyText: defaultEmpty
@@ -73922,7 +73922,7 @@
73922
73922
  _React$useState2 = _slicedToArray$2(_React$useState, 2),
73923
73923
  componentWidth = _React$useState2[0],
73924
73924
  setComponentWidth = _React$useState2[1];
73925
- var _useColumns = useColumns(_objectSpread2(_objectSpread2(_objectSpread2({}, props), expandableConfig), {}, {
73925
+ var _useColumns = useColumns(_objectSpread2$1(_objectSpread2$1(_objectSpread2$1({}, props), expandableConfig), {}, {
73926
73926
  expandable: !!expandableConfig.expandedRowRender,
73927
73927
  columnTitle: expandableConfig.columnTitle,
73928
73928
  expandedKeys: mergedExpandedKeys,
@@ -74292,12 +74292,12 @@
74292
74292
  });
74293
74293
  } else {
74294
74294
  bodyContent = /*#__PURE__*/React__namespace.createElement("div", {
74295
- style: _objectSpread2(_objectSpread2({}, scrollXStyle), scrollYStyle),
74295
+ style: _objectSpread2$1(_objectSpread2$1({}, scrollXStyle), scrollYStyle),
74296
74296
  onScroll: onBodyScroll,
74297
74297
  ref: scrollBodyRef,
74298
74298
  className: classNames("".concat(prefixCls, "-body"))
74299
74299
  }, /*#__PURE__*/React__namespace.createElement(TableComponent, _extends$y({
74300
- style: _objectSpread2(_objectSpread2({}, scrollTableStyle), {}, {
74300
+ style: _objectSpread2$1(_objectSpread2$1({}, scrollTableStyle), {}, {
74301
74301
  tableLayout: mergedTableLayout
74302
74302
  })
74303
74303
  }, ariaProps), captionElement, bodyColGroup, bodyTable, !fixFooter && summaryNode && /*#__PURE__*/React__namespace.createElement(Footer$1, {
@@ -74307,7 +74307,7 @@
74307
74307
  }
74308
74308
 
74309
74309
  // Fixed holder share the props
74310
- var fixedHolderProps = _objectSpread2(_objectSpread2(_objectSpread2({
74310
+ var fixedHolderProps = _objectSpread2$1(_objectSpread2$1(_objectSpread2$1({
74311
74311
  noData: !mergedData.length,
74312
74312
  maxContentScroll: horizonScroll && mergedScrollX === 'max-content'
74313
74313
  }, headerProps), columnContext), {}, {
@@ -74333,12 +74333,12 @@
74333
74333
  } else {
74334
74334
  // >>>>>> Unique table
74335
74335
  groupTableNode = /*#__PURE__*/React__namespace.createElement("div", {
74336
- style: _objectSpread2(_objectSpread2({}, scrollXStyle), scrollYStyle),
74336
+ style: _objectSpread2$1(_objectSpread2$1({}, scrollXStyle), scrollYStyle),
74337
74337
  className: classNames("".concat(prefixCls, "-content")),
74338
74338
  onScroll: onInternalScroll,
74339
74339
  ref: scrollBodyRef
74340
74340
  }, /*#__PURE__*/React__namespace.createElement(TableComponent, _extends$y({
74341
- style: _objectSpread2(_objectSpread2({}, scrollTableStyle), {}, {
74341
+ style: _objectSpread2$1(_objectSpread2$1({}, scrollTableStyle), {}, {
74342
74342
  tableLayout: mergedTableLayout
74343
74343
  })
74344
74344
  }, ariaProps), captionElement, bodyColGroup, showHeader !== false && /*#__PURE__*/React__namespace.createElement(Header$1, _extends$y({}, headerProps, columnContext)), bodyTable, summaryNode && /*#__PURE__*/React__namespace.createElement(Footer$1, {
@@ -74490,7 +74490,7 @@
74490
74490
  var marginOffset = colSpan > 1 ? colWidth - concatColWidth : 0;
74491
74491
 
74492
74492
  // ========================== Style ===========================
74493
- var mergedStyle = _objectSpread2(_objectSpread2(_objectSpread2({}, cellStyle), style), {}, {
74493
+ var mergedStyle = _objectSpread2$1(_objectSpread2$1(_objectSpread2$1({}, cellStyle), style), {}, {
74494
74494
  flex: "0 0 ".concat(concatColWidth, "px"),
74495
74495
  width: "".concat(concatColWidth, "px"),
74496
74496
  marginRight: marginOffset,
@@ -74540,7 +74540,7 @@
74540
74540
  shouldCellUpdate: column.shouldCellUpdate
74541
74541
  }, fixedInfo, {
74542
74542
  appendNode: appendCellNode,
74543
- additionalProps: _objectSpread2(_objectSpread2({}, additionalCellProps), {}, {
74543
+ additionalProps: _objectSpread2$1(_objectSpread2$1({}, additionalCellProps), {}, {
74544
74544
  style: mergedStyle
74545
74545
  }, cellSpan)
74546
74546
  }));
@@ -74599,7 +74599,7 @@
74599
74599
  }
74600
74600
 
74601
74601
  // ========================== Render ==========================
74602
- var rowStyle = _objectSpread2(_objectSpread2({}, style), {}, {
74602
+ var rowStyle = _objectSpread2$1(_objectSpread2$1({}, style), {}, {
74603
74603
  width: scrollX
74604
74604
  });
74605
74605
  if (extra) {
@@ -74610,7 +74610,7 @@
74610
74610
  "data-row-key": rowKey,
74611
74611
  ref: rowSupportExpand ? null : ref,
74612
74612
  className: classNames(className, "".concat(prefixCls, "-row"), rowProps === null || rowProps === void 0 ? void 0 : rowProps.className, _defineProperty$1({}, "".concat(prefixCls, "-row-extra"), extra)),
74613
- style: _objectSpread2(_objectSpread2({}, rowStyle), rowProps === null || rowProps === void 0 ? void 0 : rowProps.style)
74613
+ style: _objectSpread2$1(_objectSpread2$1({}, rowStyle), rowProps === null || rowProps === void 0 ? void 0 : rowProps.style)
74614
74614
  }), flattenColumns.map(function (column, colIndex) {
74615
74615
  return /*#__PURE__*/React__namespace.createElement(VirtualCell, {
74616
74616
  key: colIndex,
@@ -74946,10 +74946,10 @@
74946
74946
  value: context
74947
74947
  }, /*#__PURE__*/React__namespace.createElement(ImmutableTable, _extends$y({}, props, {
74948
74948
  className: classNames(className, "".concat(prefixCls, "-virtual")),
74949
- scroll: _objectSpread2(_objectSpread2({}, scroll), {}, {
74949
+ scroll: _objectSpread2$1(_objectSpread2$1({}, scroll), {}, {
74950
74950
  x: scrollX
74951
74951
  }),
74952
- components: _objectSpread2(_objectSpread2({}, components), {}, {
74952
+ components: _objectSpread2$1(_objectSpread2$1({}, components), {}, {
74953
74953
  // fix https://github.com/ant-design/ant-design/issues/48991
74954
74954
  body: data !== null && data !== void 0 && data.length ? renderBody : undefined
74955
74955
  }),
@@ -75202,7 +75202,7 @@
75202
75202
  var switcherIcon = switcherIconFromProps || switcherIconFromCtx;
75203
75203
  // if switcherIconDom is null, no render switcher span
75204
75204
  if (typeof switcherIcon === 'function') {
75205
- return switcherIcon(_objectSpread2(_objectSpread2({}, _this.props), {}, {
75205
+ return switcherIcon(_objectSpread2$1(_objectSpread2$1({}, _this.props), {}, {
75206
75206
  isLeaf: isLeaf
75207
75207
  }));
75208
75208
  }
@@ -77121,7 +77121,7 @@
77121
77121
  });
77122
77122
  _this.cleanDragState();
77123
77123
  if (dropTargetKey === null) return;
77124
- var abstractDropNodeProps = _objectSpread2(_objectSpread2({}, getTreeNodeProps(dropTargetKey, _this.getTreeNodeRequiredProps())), {}, {
77124
+ var abstractDropNodeProps = _objectSpread2$1(_objectSpread2$1({}, getTreeNodeProps(dropTargetKey, _this.getTreeNodeRequiredProps())), {}, {
77125
77125
  active: ((_this$getActiveItem = _this.getActiveItem()) === null || _this$getActiveItem === void 0 ? void 0 : _this$getActiveItem.key) === dropTargetKey,
77126
77126
  data: getEntity(_this.state.keyEntities, dropTargetKey).node
77127
77127
  });
@@ -77170,7 +77170,7 @@
77170
77170
  var node = flattenNodes.filter(function (nodeItem) {
77171
77171
  return nodeItem.key === key;
77172
77172
  })[0];
77173
- var eventNode = convertNodePropsToEventData(_objectSpread2(_objectSpread2({}, getTreeNodeProps(key, _this.getTreeNodeRequiredProps())), {}, {
77173
+ var eventNode = convertNodePropsToEventData(_objectSpread2$1(_objectSpread2$1({}, getTreeNodeProps(key, _this.getTreeNodeRequiredProps())), {}, {
77174
77174
  data: node.data
77175
77175
  }));
77176
77176
  _this.setExpandedKeys(expanded ? arrDel(expandedKeys, key) : arrAdd(expandedKeys, key));
@@ -77614,7 +77614,7 @@
77614
77614
  if (activeItem && activeItem.data) {
77615
77615
  var treeNodeRequiredProps = _this.getTreeNodeRequiredProps();
77616
77616
  var expandable = activeItem.data.isLeaf === false || !!(activeItem.data[fieldNames.children] || []).length;
77617
- var eventNode = convertNodePropsToEventData(_objectSpread2(_objectSpread2({}, getTreeNodeProps(activeKey, treeNodeRequiredProps)), {}, {
77617
+ var eventNode = convertNodePropsToEventData(_objectSpread2$1(_objectSpread2$1({}, getTreeNodeProps(activeKey, treeNodeRequiredProps)), {}, {
77618
77618
  data: activeItem.data,
77619
77619
  active: true
77620
77620
  }));
@@ -77677,7 +77677,7 @@
77677
77677
  newState[name] = state[name];
77678
77678
  });
77679
77679
  if (needSync && (!atomic || allPassed)) {
77680
- _this.setState(_objectSpread2(_objectSpread2({}, newState), forceState));
77680
+ _this.setState(_objectSpread2$1(_objectSpread2$1({}, newState), forceState));
77681
77681
  }
77682
77682
  }
77683
77683
  });
@@ -77903,7 +77903,7 @@
77903
77903
  var entitiesMap = convertDataToEntities(treeData, {
77904
77904
  fieldNames: fieldNames
77905
77905
  });
77906
- newState.keyEntities = _objectSpread2(_defineProperty$1({}, MOTION_KEY, MotionEntity), entitiesMap.keyEntities);
77906
+ newState.keyEntities = _objectSpread2$1(_defineProperty$1({}, MOTION_KEY, MotionEntity), entitiesMap.keyEntities);
77907
77907
 
77908
77908
  // Warning if treeNode not provide key
77909
77909
  {
@@ -77916,7 +77916,7 @@
77916
77916
  if (needSync('expandedKeys') || prevProps && needSync('autoExpandParent')) {
77917
77917
  newState.expandedKeys = props.autoExpandParent || !prevProps && props.defaultExpandParent ? conductExpandParent(props.expandedKeys, keyEntities) : props.expandedKeys;
77918
77918
  } else if (!prevProps && props.defaultExpandAll) {
77919
- var cloneKeyEntities = _objectSpread2({}, keyEntities);
77919
+ var cloneKeyEntities = _objectSpread2$1({}, keyEntities);
77920
77920
  delete cloneKeyEntities[MOTION_KEY];
77921
77921
 
77922
77922
  // Only take the key who has the children to enhance the performance
@@ -81459,7 +81459,7 @@
81459
81459
  }, [baseColumns, screens]);
81460
81460
  const tableProps = omit$2(props, ['className', 'style', 'columns']);
81461
81461
  const {
81462
- locale: contextLocale = localeValues,
81462
+ locale: contextLocale = localeValues$1,
81463
81463
  direction,
81464
81464
  table,
81465
81465
  renderEmpty,
@@ -81960,7 +81960,7 @@
81960
81960
 
81961
81961
  // Save in cache
81962
81962
  valueLabelsCache.set(value, mergedLabel);
81963
- return _objectSpread2(_objectSpread2({}, item), {}, {
81963
+ return _objectSpread2$1(_objectSpread2$1({}, item), {}, {
81964
81964
  label: mergedLabel
81965
81965
  });
81966
81966
  });
@@ -82042,7 +82042,7 @@
82042
82042
  var collection = convertDataToEntities(treeData, {
82043
82043
  fieldNames: fieldNames,
82044
82044
  initWrapper: function initWrapper(wrapper) {
82045
- return _objectSpread2(_objectSpread2({}, wrapper), {}, {
82045
+ return _objectSpread2$1(_objectSpread2$1({}, wrapper), {}, {
82046
82046
  valueEntities: new Map()
82047
82047
  });
82048
82048
  },
@@ -82082,7 +82082,7 @@
82082
82082
  children = _ref$props.children,
82083
82083
  value = _ref$props.value,
82084
82084
  restProps = _objectWithoutProperties(_ref$props, _excluded$2);
82085
- var data = _objectSpread2({
82085
+ var data = _objectSpread2$1({
82086
82086
  key: key,
82087
82087
  value: value
82088
82088
  }, restProps);
@@ -82099,7 +82099,7 @@
82099
82099
  if (!dataNode) {
82100
82100
  return dataNode;
82101
82101
  }
82102
- var cloneNode = _objectSpread2({}, dataNode);
82102
+ var cloneNode = _objectSpread2$1({}, dataNode);
82103
82103
  if (!('props' in cloneNode)) {
82104
82104
  Object.defineProperty(cloneNode, 'props', {
82105
82105
  get: function get() {
@@ -82208,7 +82208,7 @@
82208
82208
  var match = keepAll || filterOptionFunc(searchValue, fillLegacyProps(dataNode));
82209
82209
  var childList = dig(children || [], match);
82210
82210
  if (match || childList.length) {
82211
- total.push(_objectSpread2(_objectSpread2({}, dataNode), {}, _defineProperty$1({
82211
+ total.push(_objectSpread2$1(_objectSpread2$1({}, dataNode), {}, _defineProperty$1({
82212
82212
  isLeaf: undefined
82213
82213
  }, fieldChildren, childList)));
82214
82214
  }
@@ -82241,7 +82241,7 @@
82241
82241
 
82242
82242
  // Fill in the map
82243
82243
  var nodeList = treeData.map(function (node) {
82244
- var clone = _objectSpread2({}, node);
82244
+ var clone = _objectSpread2$1({}, node);
82245
82245
  var key = clone[id];
82246
82246
  keyNodes[key] = clone;
82247
82247
  clone.key = clone.key || key;
@@ -82274,7 +82274,7 @@
82274
82274
  function useTreeData(treeData, children, simpleMode) {
82275
82275
  return React__namespace.useMemo(function () {
82276
82276
  if (treeData) {
82277
- return simpleMode ? parseSimpleTreeData(treeData, _objectSpread2({
82277
+ return simpleMode ? parseSimpleTreeData(treeData, _objectSpread2$1({
82278
82278
  id: 'id',
82279
82279
  pId: 'pId',
82280
82280
  rootPId: null
@@ -82864,7 +82864,7 @@
82864
82864
  }
82865
82865
  return rawDisplayValues.map(function (item) {
82866
82866
  var _item$label;
82867
- return _objectSpread2(_objectSpread2({}, item), {}, {
82867
+ return _objectSpread2$1(_objectSpread2$1({}, item), {}, {
82868
82868
  label: (_item$label = item.label) !== null && _item$label !== void 0 ? _item$label : item.value
82869
82869
  });
82870
82870
  });
@@ -84046,7 +84046,7 @@
84046
84046
  } // https://github.com/ant-design/ant-design/issues/19948
84047
84047
  ,
84048
84048
  key: this.state.uid,
84049
- style: _objectSpread2({
84049
+ style: _objectSpread2$1({
84050
84050
  display: 'none'
84051
84051
  }, styles.input),
84052
84052
  className: classNames$1.input,
@@ -85391,7 +85391,7 @@
85391
85391
  }
85392
85392
  const wrapperCls = `${prefixCls}-wrapper`;
85393
85393
  const [wrapCSSVar, hashId, cssVarCls] = useStyle(prefixCls, wrapperCls);
85394
- const [contextLocale] = useLocale$1('Upload', localeValues.Upload);
85394
+ const [contextLocale] = useLocale$1('Upload', localeValues$1.Upload);
85395
85395
  const {
85396
85396
  showRemoveIcon,
85397
85397
  showPreviewIcon,
@@ -134052,7 +134052,7 @@
134052
134052
  return Math.sqrt(y);
134053
134053
  };
134054
134054
 
134055
- var common = /*#__PURE__*/Object.freeze({
134055
+ var common$1 = /*#__PURE__*/Object.freeze({
134056
134056
  __proto__: null,
134057
134057
  get ARRAY_TYPE () { return ARRAY_TYPE; },
134058
134058
  EPSILON: EPSILON$1,
@@ -141666,7 +141666,7 @@
141666
141666
 
141667
141667
  var esm$1 = /*#__PURE__*/Object.freeze({
141668
141668
  __proto__: null,
141669
- glMatrix: common,
141669
+ glMatrix: common$1,
141670
141670
  mat2: mat2,
141671
141671
  mat2d: mat2d,
141672
141672
  mat3: mat3,
@@ -166383,8 +166383,8 @@
166383
166383
  value: true
166384
166384
  });
166385
166385
  queue.default = void 0;
166386
- var _linkedList = _interopRequireDefault$c(linkedList);
166387
- function _interopRequireDefault$c(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
166386
+ var _linkedList = _interopRequireDefault$g(linkedList);
166387
+ function _interopRequireDefault$g(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
166388
166388
  var Queue = /** @class */function () {
166389
166389
  function Queue() {
166390
166390
  this.linkedList = new _linkedList.default();
@@ -166510,9 +166510,9 @@
166510
166510
  value: true
166511
166511
  });
166512
166512
  bfs.default = void 0;
166513
- var _queue = _interopRequireDefault$b(queue);
166513
+ var _queue = _interopRequireDefault$f(queue);
166514
166514
  var _util$d = util$3;
166515
- function _interopRequireDefault$b(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
166515
+ function _interopRequireDefault$f(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
166516
166516
  /**
166517
166517
  *
166518
166518
  * @param callbacks
@@ -166859,12 +166859,12 @@
166859
166859
  value: true
166860
166860
  });
166861
166861
  detectCycle.detectAllUndirectedCycle = detectCycle.detectAllDirectedCycle = detectCycle.detectAllCycles = detectCycle.default = void 0;
166862
- var _dfs = _interopRequireDefault$a(dfs$2);
166862
+ var _dfs = _interopRequireDefault$e(dfs$2);
166863
166863
  var _connectedComponent = _interopRequireWildcard$1(connectedComponent);
166864
166864
  var _util$a = util$3;
166865
166865
  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); }
166866
166866
  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; }
166867
- function _interopRequireDefault$a(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
166867
+ function _interopRequireDefault$e(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
166868
166868
  var detectDirectedCycle = function detectDirectedCycle(graphData) {
166869
166869
  var cycle = null;
166870
166870
  var _a = graphData.nodes,
@@ -167318,9 +167318,9 @@
167318
167318
  value: true
167319
167319
  });
167320
167320
  findPath$1.findShortestPath = findPath$1.findAllPath = void 0;
167321
- var _dijkstra$1 = _interopRequireDefault$9(dijkstra$2);
167321
+ var _dijkstra$1 = _interopRequireDefault$d(dijkstra$2);
167322
167322
  var _util$8 = util$3;
167323
- function _interopRequireDefault$9(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
167323
+ function _interopRequireDefault$d(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
167324
167324
  var findShortestPath = function findShortestPath(graphData, start, end, directed, weightPropertyName) {
167325
167325
  var _a = (0, _dijkstra$1.default)(graphData, start, directed, weightPropertyName),
167326
167326
  length = _a.length,
@@ -167382,8 +167382,8 @@
167382
167382
  value: true
167383
167383
  });
167384
167384
  floydWarshall$2.default = void 0;
167385
- var _adjacentMatrix$2 = _interopRequireDefault$8(adjacentMatrix);
167386
- function _interopRequireDefault$8(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
167385
+ var _adjacentMatrix$2 = _interopRequireDefault$c(adjacentMatrix);
167386
+ function _interopRequireDefault$c(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
167387
167387
  var floydWarshall$1 = function floydWarshall(graphData, directed) {
167388
167388
  var adjacentMatrix = (0, _adjacentMatrix$2.default)(graphData, directed);
167389
167389
  var dist = [];
@@ -167421,9 +167421,9 @@
167421
167421
  value: true
167422
167422
  });
167423
167423
  labelPropagation$1.default = void 0;
167424
- var _adjacentMatrix$1 = _interopRequireDefault$7(adjacentMatrix);
167424
+ var _adjacentMatrix$1 = _interopRequireDefault$b(adjacentMatrix);
167425
167425
  var _util$7 = util$3;
167426
- function _interopRequireDefault$7(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
167426
+ function _interopRequireDefault$b(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
167427
167427
  /**
167428
167428
  * 标签传播算法
167429
167429
  * @param graphData 图数据
@@ -167857,8 +167857,8 @@
167857
167857
  dataPreprocessing.oneHot = dataPreprocessing.getDistance = dataPreprocessing.getAllKeyValueMap = dataPreprocessing.default = void 0;
167858
167858
  var _util$5 = require$$0$4;
167859
167859
  var _types = types$1;
167860
- var _vector$1 = _interopRequireDefault$6(vector);
167861
- function _interopRequireDefault$6(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
167860
+ var _vector$1 = _interopRequireDefault$a(vector);
167861
+ function _interopRequireDefault$a(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
167862
167862
  /**
167863
167863
  * 获取数据中所有的属性及其对应的值
167864
167864
  * @param dataList 数据集
@@ -167976,11 +167976,11 @@
167976
167976
  });
167977
167977
  louvain$1.default = void 0;
167978
167978
  var _util$4 = require$$0$4;
167979
- var _adjacentMatrix = _interopRequireDefault$5(adjacentMatrix);
167980
- var _vector = _interopRequireDefault$5(vector);
167979
+ var _adjacentMatrix = _interopRequireDefault$9(adjacentMatrix);
167980
+ var _vector = _interopRequireDefault$9(vector);
167981
167981
  var _nodeProperties = nodeProperties;
167982
167982
  var _dataPreprocessing = dataPreprocessing;
167983
- function _interopRequireDefault$5(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
167983
+ function _interopRequireDefault$9(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
167984
167984
  var getModularity = function getModularity(nodes, adjMatrix, ks, m) {
167985
167985
  var length = adjMatrix.length;
167986
167986
  var param = 2 * m;
@@ -168513,10 +168513,10 @@
168513
168513
  value: true
168514
168514
  });
168515
168515
  mts.default = void 0;
168516
- var _unionFind = _interopRequireDefault$4(unionFind);
168517
- var _binaryHeap = _interopRequireDefault$4(binaryHeap);
168516
+ var _unionFind = _interopRequireDefault$8(unionFind);
168517
+ var _binaryHeap = _interopRequireDefault$8(binaryHeap);
168518
168518
  var _util$3 = util$3;
168519
- function _interopRequireDefault$4(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
168519
+ function _interopRequireDefault$8(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
168520
168520
  /**
168521
168521
  * Prim algorithm,use priority queue,复杂度 O(E+V*logV), V: 节点数量,E: 边的数量
168522
168522
  * refer: https://en.wikipedia.org/wiki/Prim%27s_algorithm
@@ -168635,9 +168635,9 @@
168635
168635
  value: true
168636
168636
  });
168637
168637
  pageRank$1.default = void 0;
168638
- var _degree = _interopRequireDefault$3(degree$1);
168638
+ var _degree = _interopRequireDefault$7(degree$1);
168639
168639
  var _util$2 = util$3;
168640
- function _interopRequireDefault$3(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
168640
+ function _interopRequireDefault$7(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
168641
168641
  /**
168642
168642
  * PageRank https://en.wikipedia.org/wiki/PageRank
168643
168643
  * refer: https://github.com/anvaka/ngraph.pagerank
@@ -169505,11 +169505,11 @@
169505
169505
  });
169506
169506
  gaddi.default = void 0;
169507
169507
  var _tslib = require$$0$5;
169508
- var _floydWarshall = _interopRequireDefault$2(floydWarshall$2);
169509
- var _gSpan = _interopRequireDefault$2(gSpan$1);
169510
- var _dijkstra = _interopRequireDefault$2(dijkstra$2);
169508
+ var _floydWarshall = _interopRequireDefault$6(floydWarshall$2);
169509
+ var _gSpan = _interopRequireDefault$6(gSpan$1);
169510
+ var _dijkstra = _interopRequireDefault$6(dijkstra$2);
169511
169511
  var _util = util$3;
169512
- function _interopRequireDefault$2(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
169512
+ function _interopRequireDefault$6(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
169513
169513
  /**
169514
169514
  * 为 graphData 中每个节点生成邻居单元数组
169515
169515
  * @param graphData
@@ -170687,8 +170687,8 @@
170687
170687
  });
170688
170688
  createWorker$1.default = void 0;
170689
170689
  var _constant$1 = constant$1;
170690
- var _index = _interopRequireDefault$1(index_worker);
170691
- function _interopRequireDefault$1(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
170690
+ var _index = _interopRequireDefault$5(index_worker);
170691
+ function _interopRequireDefault$5(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
170692
170692
  /**
170693
170693
  * 创建一个在worker中运行的算法
170694
170694
  * @param type 算法类型
@@ -170726,9 +170726,9 @@
170726
170726
  value: true
170727
170727
  });
170728
170728
  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;
170729
- var _createWorker = _interopRequireDefault(createWorker$1);
170729
+ var _createWorker = _interopRequireDefault$4(createWorker$1);
170730
170730
  var _constant = constant$1;
170731
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
170731
+ function _interopRequireDefault$4(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
170732
170732
  /**
170733
170733
  * @param graphData 图数据
170734
170734
  * @param directed 是否为有向图
@@ -240626,11 +240626,391 @@ ${indent}columns: ${matrix.columns}
240626
240626
  !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}));
240627
240627
  } (zhCn));
240628
240628
 
240629
- 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";
240629
+ 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";
240630
240630
  styleInject(css_248z$s);
240631
240631
 
240632
+ var zh_CN$6 = {};
240633
+
240634
+ var interopRequireDefault = {exports: {}};
240635
+
240636
+ (function (module) {
240637
+ function _interopRequireDefault(e) {
240638
+ return e && e.__esModule ? e : {
240639
+ "default": e
240640
+ };
240641
+ }
240642
+ module.exports = _interopRequireDefault, module.exports.__esModule = true, module.exports["default"] = module.exports;
240643
+ } (interopRequireDefault));
240644
+
240645
+ var interopRequireDefaultExports = interopRequireDefault.exports;
240646
+
240647
+ var zh_CN$5 = {};
240648
+
240649
+ Object.defineProperty(zh_CN$5, "__esModule", {
240650
+ value: true
240651
+ });
240652
+ zh_CN$5.default = void 0;
240653
+ var locale$3 = {
240654
+ // Options
240655
+ items_per_page: '条/页',
240656
+ jump_to: '跳至',
240657
+ jump_to_confirm: '确定',
240658
+ page: '页',
240659
+ // Pagination
240660
+ prev_page: '上一页',
240661
+ next_page: '下一页',
240662
+ prev_5: '向前 5 页',
240663
+ next_5: '向后 5 页',
240664
+ prev_3: '向前 3 页',
240665
+ next_3: '向后 3 页',
240666
+ page_size: '页码'
240667
+ };
240668
+ zh_CN$5.default = locale$3;
240669
+
240670
+ var zh_CN$4 = {};
240671
+
240672
+ var zh_CN$3 = {};
240673
+
240674
+ var zh_CN$2 = {};
240675
+
240676
+ var objectSpread2 = {exports: {}};
240677
+
240678
+ var defineProperty = {exports: {}};
240679
+
240680
+ var toPropertyKey = {exports: {}};
240681
+
240682
+ var toPrimitive = {exports: {}};
240683
+
240684
+ (function (module) {
240685
+ var _typeof = _typeofExports["default"];
240686
+ function toPrimitive(t, r) {
240687
+ if ("object" != _typeof(t) || !t) return t;
240688
+ var e = t[Symbol.toPrimitive];
240689
+ if (void 0 !== e) {
240690
+ var i = e.call(t, r || "default");
240691
+ if ("object" != _typeof(i)) return i;
240692
+ throw new TypeError("@@toPrimitive must return a primitive value.");
240693
+ }
240694
+ return ("string" === r ? String : Number)(t);
240695
+ }
240696
+ module.exports = toPrimitive, module.exports.__esModule = true, module.exports["default"] = module.exports;
240697
+ } (toPrimitive));
240698
+
240699
+ var toPrimitiveExports = toPrimitive.exports;
240700
+
240701
+ (function (module) {
240702
+ var _typeof = _typeofExports["default"];
240703
+ var toPrimitive = toPrimitiveExports;
240704
+ function toPropertyKey(t) {
240705
+ var i = toPrimitive(t, "string");
240706
+ return "symbol" == _typeof(i) ? i : i + "";
240707
+ }
240708
+ module.exports = toPropertyKey, module.exports.__esModule = true, module.exports["default"] = module.exports;
240709
+ } (toPropertyKey));
240710
+
240711
+ var toPropertyKeyExports = toPropertyKey.exports;
240712
+
240713
+ (function (module) {
240714
+ var toPropertyKey = toPropertyKeyExports;
240715
+ function _defineProperty(e, r, t) {
240716
+ return (r = toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
240717
+ value: t,
240718
+ enumerable: !0,
240719
+ configurable: !0,
240720
+ writable: !0
240721
+ }) : e[r] = t, e;
240722
+ }
240723
+ module.exports = _defineProperty, module.exports.__esModule = true, module.exports["default"] = module.exports;
240724
+ } (defineProperty));
240725
+
240726
+ var definePropertyExports = defineProperty.exports;
240727
+
240728
+ (function (module) {
240729
+ var defineProperty = definePropertyExports;
240730
+ function ownKeys(e, r) {
240731
+ var t = Object.keys(e);
240732
+ if (Object.getOwnPropertySymbols) {
240733
+ var o = Object.getOwnPropertySymbols(e);
240734
+ r && (o = o.filter(function (r) {
240735
+ return Object.getOwnPropertyDescriptor(e, r).enumerable;
240736
+ })), t.push.apply(t, o);
240737
+ }
240738
+ return t;
240739
+ }
240740
+ function _objectSpread2(e) {
240741
+ for (var r = 1; r < arguments.length; r++) {
240742
+ var t = null != arguments[r] ? arguments[r] : {};
240743
+ r % 2 ? ownKeys(Object(t), !0).forEach(function (r) {
240744
+ defineProperty(e, r, t[r]);
240745
+ }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) {
240746
+ Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r));
240747
+ });
240748
+ }
240749
+ return e;
240750
+ }
240751
+ module.exports = _objectSpread2, module.exports.__esModule = true, module.exports["default"] = module.exports;
240752
+ } (objectSpread2));
240753
+
240754
+ var objectSpread2Exports = objectSpread2.exports;
240755
+
240756
+ var common = {};
240757
+
240758
+ Object.defineProperty(common, "__esModule", {
240759
+ value: true
240760
+ });
240761
+ common.commonLocale = void 0;
240762
+ common.commonLocale = {
240763
+ yearFormat: 'YYYY',
240764
+ dayFormat: 'D',
240765
+ cellMeridiemFormat: 'A',
240766
+ monthBeforeYear: true
240767
+ };
240768
+
240769
+ var _interopRequireDefault$3 = interopRequireDefaultExports.default;
240770
+ Object.defineProperty(zh_CN$2, "__esModule", {
240771
+ value: true
240772
+ });
240773
+ zh_CN$2.default = void 0;
240774
+ var _objectSpread2 = _interopRequireDefault$3(objectSpread2Exports);
240775
+ var _common = common;
240776
+ var locale$2 = (0, _objectSpread2.default)((0, _objectSpread2.default)({}, _common.commonLocale), {}, {
240777
+ locale: 'zh_CN',
240778
+ today: '今天',
240779
+ now: '此刻',
240780
+ backToToday: '返回今天',
240781
+ ok: '确定',
240782
+ timeSelect: '选择时间',
240783
+ dateSelect: '选择日期',
240784
+ weekSelect: '选择周',
240785
+ clear: '清除',
240786
+ month: '月',
240787
+ year: '年',
240788
+ previousMonth: '上个月 (翻页上键)',
240789
+ nextMonth: '下个月 (翻页下键)',
240790
+ monthSelect: '选择月份',
240791
+ yearSelect: '选择年份',
240792
+ decadeSelect: '选择年代',
240793
+ previousYear: '上一年 (Control键加左方向键)',
240794
+ nextYear: '下一年 (Control键加右方向键)',
240795
+ previousDecade: '上一年代',
240796
+ nextDecade: '下一年代',
240797
+ previousCentury: '上一世纪',
240798
+ nextCentury: '下一世纪',
240799
+ yearFormat: 'YYYY年',
240800
+ cellDateFormat: 'D',
240801
+ monthBeforeYear: false
240802
+ });
240803
+ zh_CN$2.default = locale$2;
240804
+
240805
+ var zh_CN$1 = {};
240806
+
240807
+ Object.defineProperty(zh_CN$1, "__esModule", {
240808
+ value: true
240809
+ });
240810
+ zh_CN$1.default = void 0;
240811
+ const locale$1 = {
240812
+ placeholder: '请选择时间',
240813
+ rangePlaceholder: ['开始时间', '结束时间']
240814
+ };
240815
+ zh_CN$1.default = locale$1;
240816
+
240817
+ var _interopRequireDefault$2 = interopRequireDefaultExports.default;
240818
+ Object.defineProperty(zh_CN$3, "__esModule", {
240819
+ value: true
240820
+ });
240821
+ zh_CN$3.default = void 0;
240822
+ var _zh_CN$2 = _interopRequireDefault$2(zh_CN$2);
240823
+ var _zh_CN2$1 = _interopRequireDefault$2(zh_CN$1);
240824
+ // 统一合并为完整的 Locale
240825
+ const locale = {
240826
+ lang: Object.assign({
240827
+ placeholder: '请选择日期',
240828
+ yearPlaceholder: '请选择年份',
240829
+ quarterPlaceholder: '请选择季度',
240830
+ monthPlaceholder: '请选择月份',
240831
+ weekPlaceholder: '请选择周',
240832
+ rangePlaceholder: ['开始日期', '结束日期'],
240833
+ rangeYearPlaceholder: ['开始年份', '结束年份'],
240834
+ rangeMonthPlaceholder: ['开始月份', '结束月份'],
240835
+ rangeQuarterPlaceholder: ['开始季度', '结束季度'],
240836
+ rangeWeekPlaceholder: ['开始周', '结束周']
240837
+ }, _zh_CN$2.default),
240838
+ timePickerLocale: Object.assign({}, _zh_CN2$1.default)
240839
+ };
240840
+ // should add whitespace between char in Button
240841
+ locale.lang.ok = '确定';
240842
+ // All settings at:
240843
+ // https://github.com/ant-design/ant-design/blob/master/components/date-picker/locale/example.json
240844
+ zh_CN$3.default = locale;
240845
+
240846
+ var _interopRequireDefault$1 = interopRequireDefaultExports.default;
240847
+ Object.defineProperty(zh_CN$4, "__esModule", {
240848
+ value: true
240849
+ });
240850
+ zh_CN$4.default = void 0;
240851
+ var _zh_CN$1 = _interopRequireDefault$1(zh_CN$3);
240852
+ zh_CN$4.default = _zh_CN$1.default;
240853
+
240854
+ var _interopRequireDefault = interopRequireDefaultExports.default;
240855
+ Object.defineProperty(zh_CN$6, "__esModule", {
240856
+ value: true
240857
+ });
240858
+ zh_CN$6.default = void 0;
240859
+ var _zh_CN = _interopRequireDefault(zh_CN$5);
240860
+ var _zh_CN2 = _interopRequireDefault(zh_CN$4);
240861
+ var _zh_CN3 = _interopRequireDefault(zh_CN$3);
240862
+ var _zh_CN4 = _interopRequireDefault(zh_CN$1);
240863
+ const typeTemplate = '${label}不是一个有效的${type}';
240864
+ const localeValues = {
240865
+ locale: 'zh-cn',
240866
+ Pagination: _zh_CN.default,
240867
+ DatePicker: _zh_CN3.default,
240868
+ TimePicker: _zh_CN4.default,
240869
+ Calendar: _zh_CN2.default,
240870
+ // locales for all components
240871
+ global: {
240872
+ placeholder: '请选择'
240873
+ },
240874
+ Table: {
240875
+ filterTitle: '筛选',
240876
+ filterConfirm: '确定',
240877
+ filterReset: '重置',
240878
+ filterEmptyText: '无筛选项',
240879
+ filterCheckall: '全选',
240880
+ filterSearchPlaceholder: '在筛选项中搜索',
240881
+ emptyText: '暂无数据',
240882
+ selectAll: '全选当页',
240883
+ selectInvert: '反选当页',
240884
+ selectNone: '清空所有',
240885
+ selectionAll: '全选所有',
240886
+ sortTitle: '排序',
240887
+ expand: '展开行',
240888
+ collapse: '关闭行',
240889
+ triggerDesc: '点击降序',
240890
+ triggerAsc: '点击升序',
240891
+ cancelSort: '取消排序'
240892
+ },
240893
+ Modal: {
240894
+ okText: '确定',
240895
+ cancelText: '取消',
240896
+ justOkText: '知道了'
240897
+ },
240898
+ Tour: {
240899
+ Next: '下一步',
240900
+ Previous: '上一步',
240901
+ Finish: '结束导览'
240902
+ },
240903
+ Popconfirm: {
240904
+ cancelText: '取消',
240905
+ okText: '确定'
240906
+ },
240907
+ Transfer: {
240908
+ titles: ['', ''],
240909
+ searchPlaceholder: '请输入搜索内容',
240910
+ itemUnit: '项',
240911
+ itemsUnit: '项',
240912
+ remove: '删除',
240913
+ selectCurrent: '全选当页',
240914
+ removeCurrent: '删除当页',
240915
+ selectAll: '全选所有',
240916
+ deselectAll: '取消全选',
240917
+ removeAll: '删除全部',
240918
+ selectInvert: '反选当页'
240919
+ },
240920
+ Upload: {
240921
+ uploading: '文件上传中',
240922
+ removeFile: '删除文件',
240923
+ uploadError: '上传错误',
240924
+ previewFile: '预览文件',
240925
+ downloadFile: '下载文件'
240926
+ },
240927
+ Empty: {
240928
+ description: '暂无数据'
240929
+ },
240930
+ Icon: {
240931
+ icon: '图标'
240932
+ },
240933
+ Text: {
240934
+ edit: '编辑',
240935
+ copy: '复制',
240936
+ copied: '复制成功',
240937
+ expand: '展开',
240938
+ collapse: '收起'
240939
+ },
240940
+ Form: {
240941
+ optional: '(可选)',
240942
+ defaultValidateMessages: {
240943
+ default: '字段验证错误${label}',
240944
+ required: '请输入${label}',
240945
+ enum: '${label}必须是其中一个[${enum}]',
240946
+ whitespace: '${label}不能为空字符',
240947
+ date: {
240948
+ format: '${label}日期格式无效',
240949
+ parse: '${label}不能转换为日期',
240950
+ invalid: '${label}是一个无效日期'
240951
+ },
240952
+ types: {
240953
+ string: typeTemplate,
240954
+ method: typeTemplate,
240955
+ array: typeTemplate,
240956
+ object: typeTemplate,
240957
+ number: typeTemplate,
240958
+ date: typeTemplate,
240959
+ boolean: typeTemplate,
240960
+ integer: typeTemplate,
240961
+ float: typeTemplate,
240962
+ regexp: typeTemplate,
240963
+ email: typeTemplate,
240964
+ url: typeTemplate,
240965
+ hex: typeTemplate
240966
+ },
240967
+ string: {
240968
+ len: '${label}须为${len}个字符',
240969
+ min: '${label}最少${min}个字符',
240970
+ max: '${label}最多${max}个字符',
240971
+ range: '${label}须在${min}-${max}字符之间'
240972
+ },
240973
+ number: {
240974
+ len: '${label}必须等于${len}',
240975
+ min: '${label}最小值为${min}',
240976
+ max: '${label}最大值为${max}',
240977
+ range: '${label}须在${min}-${max}之间'
240978
+ },
240979
+ array: {
240980
+ len: '须为${len}个${label}',
240981
+ min: '最少${min}个${label}',
240982
+ max: '最多${max}个${label}',
240983
+ range: '${label}数量须在${min}-${max}之间'
240984
+ },
240985
+ pattern: {
240986
+ mismatch: '${label}与模式不匹配${pattern}'
240987
+ }
240988
+ }
240989
+ },
240990
+ Image: {
240991
+ preview: '预览'
240992
+ },
240993
+ QRCode: {
240994
+ expired: '二维码过期',
240995
+ refresh: '点击刷新',
240996
+ scanned: '已扫描'
240997
+ },
240998
+ ColorPicker: {
240999
+ presetEmpty: '暂无',
241000
+ transparent: '无色',
241001
+ singleColor: '单色',
241002
+ gradientColor: '渐变色'
241003
+ }
241004
+ };
241005
+ zh_CN$6.default = localeValues;
241006
+
241007
+ var zh_CN = zh_CN$6;
241008
+
241009
+ var zhCN = /*@__PURE__*/getDefaultExportFromCjs(zh_CN);
241010
+
240632
241011
  var theme = {
240633
241012
  algorithm: theme$1.darkAlgorithm,
241013
+ locale: zhCN,
240634
241014
  cssVar: {
240635
241015
  key: 'dt-css',
240636
241016
  // prefix: 'dt-root-ant'
@@ -242186,7 +242566,16 @@ ${indent}columns: ${matrix.columns}
242186
242566
  res = _e.sent();
242187
242567
  setPagination(__assign$h(__assign$h({}, pagination), { total: ((_a = res === null || res === void 0 ? void 0 : res.body) === null || _a === void 0 ? void 0 : _a.total) ? (res.body.total > 10000 ? 10000 : res.body.total) : 0, current: ((_b = res === null || res === void 0 ? void 0 : res.body) === null || _b === void 0 ? void 0 : _b.pageNum) || 1, pageSize: ((_c = res === null || res === void 0 ? void 0 : res.body) === null || _c === void 0 ? void 0 : _c.pageSize) || PAGINATION.pageSize, showTotal: function () { var _a; return showTotal((_a = res === null || res === void 0 ? void 0 : res.body) === null || _a === void 0 ? void 0 : _a.total); } }));
242188
242568
  return [2 /*return*/, {
242189
- header: res === null || res === void 0 ? void 0 : res.header,
242569
+ header: __spreadArray$4(__spreadArray$4([], ((res === null || res === void 0 ? void 0 : res.header) || []), true), [
242570
+ enableTag
242571
+ ? {
242572
+ code: 'tags',
242573
+ name: '标签',
242574
+ defaultShow: true,
242575
+ hidden: true,
242576
+ }
242577
+ : null,
242578
+ ], false).filter(Boolean),
242190
242579
  columns: getColumns(res === null || res === void 0 ? void 0 : res.header),
242191
242580
  dataSource: (_d = res === null || res === void 0 ? void 0 : res.body) === null || _d === void 0 ? void 0 : _d.list,
242192
242581
  }];
@@ -242195,6 +242584,7 @@ ${indent}columns: ${matrix.columns}
242195
242584
  }); }, {
242196
242585
  ready: ksCodeLoaded && entityClassLoaded,
242197
242586
  refreshDeps: [
242587
+ enableTag,
242198
242588
  bookId,
242199
242589
  templateId,
242200
242590
  leafRegionId,
@@ -242534,7 +242924,7 @@ ${indent}columns: ${matrix.columns}
242534
242924
  styleInject(css_248z$8);
242535
242925
 
242536
242926
  var SideBar = function (props) {
242537
- var viewType = props.viewType, views = props.views, show = props.show, activeCategory = props.activeCategory, onChange = props.onChange;
242927
+ var viewType = props.viewType, views = props.views, activeCategory = props.activeCategory, onChange = props.onChange;
242538
242928
  // 展示分类
242539
242929
  var _a = React.useState([]), categories = _a[0], setCategories = _a[1];
242540
242930
  // 选中分类
@@ -242566,7 +242956,7 @@ ${indent}columns: ${matrix.columns}
242566
242956
  }
242567
242957
  });
242568
242958
  }); });
242569
- return (React.createElement("div", { className: styles$8.tabs, style: show ? {} : { display: 'none' } },
242959
+ return (React.createElement("div", { className: styles$8.tabs },
242570
242960
  React.createElement(Tabs$1, { items: categories, activeKey: activeCategory, onChange: handleTabsChange, tabPosition: "left", destroyInactiveTabPane: true })));
242571
242961
  };
242572
242962
 
@@ -242576,7 +242966,7 @@ ${indent}columns: ${matrix.columns}
242576
242966
 
242577
242967
  var SenseManager = function (props) {
242578
242968
  var _a;
242579
- var _b = props.viewType, viewType = _b === void 0 ? 'system' : _b, _c = props.views, views = _c === void 0 ? [] : _c, showView = props.showView, showBookGroupTable = props.showBookGroupTable, showBookTable = props.showBookTable, showSenseTable = props.showSenseTable, bookContextMenuConfig = props.bookContextMenuConfig, senseContextMenuConfig = props.senseContextMenuConfig, enableTag = props.enableTag, leafRegionId = props.leafRegionId, pathRegionId = props.pathRegionId, onCreateSense = props.onCreateSense, onShowSense = props.onShowSense, onEditSense = props.onEditSense, onClickSense = props.onClickSense, onDoubleClickSense = props.onDoubleClickSense;
242969
+ var _b = props.viewType, viewType = _b === void 0 ? 'system' : _b, _c = props.views, views = _c === void 0 ? [] : _c, showBookGroupTable = props.showBookGroupTable, showBookTable = props.showBookTable, showSenseTable = props.showSenseTable, bookContextMenuConfig = props.bookContextMenuConfig, senseContextMenuConfig = props.senseContextMenuConfig, enableTag = props.enableTag, leafRegionId = props.leafRegionId, pathRegionId = props.pathRegionId, onCreateSense = props.onCreateSense, onShowSense = props.onShowSense, onEditSense = props.onEditSense, onClickSense = props.onClickSense, onDoubleClickSense = props.onDoubleClickSense;
242580
242970
  // 当前选中的分类
242581
242971
  var _d = React.useState(''), activeCategory = _d[0], setActiveCategory = _d[1];
242582
242972
  // Tabs 选中的 key
@@ -242751,7 +243141,7 @@ ${indent}columns: ${matrix.columns}
242751
243141
  });
242752
243142
  }); }, [activeCategory, tabsActiveKey, bookGroup, book]);
242753
243143
  return (React.createElement("div", { className: styles$7.container },
242754
- React.createElement(SideBar, { viewType: viewType, views: views, show: showView, activeCategory: activeCategory, onChange: handleChangeActiveCategory }),
243144
+ React.createElement(SideBar, { viewType: viewType, views: views, activeCategory: activeCategory, onChange: handleChangeActiveCategory }),
242755
243145
  React.createElement("div", { className: styles$7.main },
242756
243146
  React.createElement("div", { className: styles$7.header },
242757
243147
  React.createElement("div", { className: classNames(styles$7.breadcrumb, (_a = {},
@@ -242790,12 +243180,6 @@ ${indent}columns: ${matrix.columns}
242790
243180
  { label: '功能视图', value: 'func' },
242791
243181
  ],
242792
243182
  },
242793
- {
242794
- name: 'showView',
242795
- title: '显示左侧边栏',
242796
- group: 'basic',
242797
- setter: 'boolSetter',
242798
- },
242799
243183
  {
242800
243184
  name: 'views',
242801
243185
  title: '左侧边栏',
@@ -242840,6 +243224,18 @@ ${indent}columns: ${matrix.columns}
242840
243224
  title: '显示台账组列表',
242841
243225
  group: 'basic',
242842
243226
  setter: 'boolSetter',
243227
+ // getProp: (form) => {
243228
+ // const viewType = form.getValue('viewType');
243229
+ // if (viewType === 'system') {
243230
+ // return {
243231
+ // disableVariableSetter: true,
243232
+ // setterProps: {
243233
+ // value: true,
243234
+ // disabled: true,
243235
+ // },
243236
+ // };
243237
+ // }
243238
+ // },
242843
243239
  },
242844
243240
  {
242845
243241
  name: 'showBookTable',
@@ -242852,6 +243248,9 @@ ${indent}columns: ${matrix.columns}
242852
243248
  title: '启用台账功能',
242853
243249
  group: 'basic',
242854
243250
  setter: 'boolSetter',
243251
+ getVisible: function (form) {
243252
+ return form.getValue('showBookTable');
243253
+ },
242855
243254
  },
242856
243255
  {
242857
243256
  name: 'bookContextMenuConfig',
@@ -242865,6 +243264,9 @@ ${indent}columns: ${matrix.columns}
242865
243264
  { label: '新建对象', value: 'create' },
242866
243265
  { label: '查看', value: 'show' },
242867
243266
  ],
243267
+ getVisible: function (form) {
243268
+ return form.getValue('showBookTable') && form.getValue('showBookContextMenuConfig');
243269
+ },
242868
243270
  },
242869
243271
  {
242870
243272
  name: 'showSenseTable',
@@ -242877,6 +243279,9 @@ ${indent}columns: ${matrix.columns}
242877
243279
  title: '启用实体记录功能',
242878
243280
  group: 'basic',
242879
243281
  setter: 'boolSetter',
243282
+ getVisible: function (form) {
243283
+ return form.getValue('showSenseTable');
243284
+ },
242880
243285
  },
242881
243286
  {
242882
243287
  name: 'senseContextMenuConfig',
@@ -242891,6 +243296,9 @@ ${indent}columns: ${matrix.columns}
242891
243296
  { label: '编辑', value: 'edit' },
242892
243297
  { label: '删除', value: 'delete' },
242893
243298
  ],
243299
+ getVisible: function (form) {
243300
+ return form.getValue('showSenseTable') && form.getValue('showSenseContextMenuConfig');
243301
+ },
242894
243302
  },
242895
243303
  {
242896
243304
  name: 'enableTag',
@@ -248768,7 +249176,7 @@ ${indent}columns: ${matrix.columns}
248768
249176
  React.createElement("div", { className: styles$4['input-box'] },
248769
249177
  React.createElement("div", { className: styles$4.input },
248770
249178
  React.createElement(Form.Item, { name: "keyword", style: { width: '100%' }, initialValue: "", noStyle: true },
248771
- React.createElement(Input, { variant: "borderless", placeholder: "\u8F93\u5165\u5173\u952E\u8BCD", max: 50, allowClear: { clearIcon: clearIcon }, addonAfter: addonAfter, onPressEnter: handleSearch }))),
249179
+ React.createElement(Input, { variant: "borderless", placeholder: "\u8F93\u5165\u5173\u952E\u8BCD", max: 50, allowClear: { clearIcon: clearIcon }, addonAfter: (searchMode === null || searchMode === void 0 ? void 0 : searchMode.length) ? addonAfter : null, onPressEnter: handleSearch }))),
248772
249180
  React.createElement("div", { className: styles$4.button, onClick: handleSearch },
248773
249181
  React.createElement(SvgSearch, null))),
248774
249182
  isShowAdvanced ? (React.createElement(AdvancedSearch, { searchMode: searchMode, onSearch: handleSearch, onMapDraw: onMapDraw, onStartDraw: onStartDraw })) : null)));
@@ -249661,7 +250069,11 @@ ${indent}columns: ${matrix.columns}
249661
250069
  var _a;
249662
250070
  var cur = findNodeByKey(draftState, node.key);
249663
250071
  if (cur) {
249664
- var data = (list || []).map(function (item) { return ({
250072
+ var data = [];
250073
+ if (cur.extraChildren) {
250074
+ data.push.apply(data, cur.extraChildren);
250075
+ }
250076
+ data.push.apply(data, (list || []).map(function (item) { return ({
249665
250077
  key: item.code,
249666
250078
  parentKey: item.parentCode,
249667
250079
  ksCode: node.ksCode,
@@ -249671,7 +250083,7 @@ ${indent}columns: ${matrix.columns}
249671
250083
  type: item.type,
249672
250084
  isLeaf: !item.count,
249673
250085
  dataRef: item,
249674
- }); });
250086
+ }); }));
249675
250087
  if (isMore) {
249676
250088
  // 删除加载更多节点
249677
250089
  cur.children.pop();
@@ -250150,12 +250562,28 @@ ${indent}columns: ${matrix.columns}
250150
250562
  title: '起始地理层级',
250151
250563
  group: 'basic',
250152
250564
  setter: 'numberSetter',
250565
+ setterProps: {
250566
+ min: 1,
250567
+ max: 9,
250568
+ },
250569
+ getVisible: function (form) {
250570
+ var treeType = form.getValue('treeType');
250571
+ return treeType === 'entityClass';
250572
+ },
250153
250573
  },
250154
250574
  {
250155
250575
  name: 'regionLeafLevel',
250156
250576
  title: '结束地理层级',
250157
250577
  group: 'basic',
250158
250578
  setter: 'numberSetter',
250579
+ setterProps: {
250580
+ min: 1,
250581
+ max: 9,
250582
+ },
250583
+ getVisible: function (form) {
250584
+ var treeType = form.getValue('treeType');
250585
+ return treeType === 'entityClass';
250586
+ },
250159
250587
  },
250160
250588
  {
250161
250589
  name: 'showSenseContextMenu',
@@ -250394,12 +250822,28 @@ ${indent}columns: ${matrix.columns}
250394
250822
  title: '起始地理层级',
250395
250823
  group: 'basic',
250396
250824
  setter: 'numberSetter',
250825
+ setterProps: {
250826
+ min: 1,
250827
+ max: 9,
250828
+ },
250829
+ getVisible: function (form) {
250830
+ var treeType = form.getValue('treeType');
250831
+ return treeType === 'entityClass';
250832
+ },
250397
250833
  },
250398
250834
  {
250399
250835
  name: 'regionLeafLevel',
250400
250836
  title: '结束地理层级',
250401
250837
  group: 'basic',
250402
250838
  setter: 'numberSetter',
250839
+ setterProps: {
250840
+ min: 1,
250841
+ max: 9,
250842
+ },
250843
+ getVisible: function (form) {
250844
+ var treeType = form.getValue('treeType');
250845
+ return treeType === 'entityClass';
250846
+ },
250403
250847
  },
250404
250848
  {
250405
250849
  name: 'showSenseContextMenu',