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