@ant-design/pro-components 2.0.2 → 2.0.5
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/dist/components.js +838 -251
- package/dist/components.min.js +1 -1
- package/es/version.js +10 -10
- package/package.json +10 -10
package/dist/components.js
CHANGED
|
@@ -1651,7 +1651,7 @@ function pad2(c) {
|
|
|
1651
1651
|
|
|
1652
1652
|
/***/ }),
|
|
1653
1653
|
|
|
1654
|
-
/***/
|
|
1654
|
+
/***/ 897:
|
|
1655
1655
|
/***/ (function(__unused_webpack_module, exports) {
|
|
1656
1656
|
|
|
1657
1657
|
/**
|
|
@@ -39222,7 +39222,7 @@ var genProStyle = function genProStyle(token) {
|
|
|
39222
39222
|
paddingBlock: 16,
|
|
39223
39223
|
paddingInlineStart: 8,
|
|
39224
39224
|
paddingInlineEnd: 16,
|
|
39225
|
-
|
|
39225
|
+
borderBlockStart: "1px solid ".concat(token.colorSplit)
|
|
39226
39226
|
});
|
|
39227
39227
|
};
|
|
39228
39228
|
|
|
@@ -44892,9 +44892,9 @@ var CheckCard_style_genProStyle = function genProStyle(token) {
|
|
|
44892
44892
|
width: 0,
|
|
44893
44893
|
height: 0,
|
|
44894
44894
|
border: "6px solid ".concat(token.colorPrimary),
|
|
44895
|
-
|
|
44896
|
-
|
|
44897
|
-
|
|
44895
|
+
borderBlockEnd: '6px solid transparent',
|
|
44896
|
+
borderInlineStart: '6px solid transparent',
|
|
44897
|
+
borderBlockStartRightRadius: '2px',
|
|
44898
44898
|
content: "''"
|
|
44899
44899
|
}
|
|
44900
44900
|
}), _token$componentCls));
|
|
@@ -45197,11 +45197,11 @@ var Statistic_style_genProStyle = function genProStyle(token) {
|
|
|
45197
45197
|
}), _layoutHorizontal)), defineProperty_defineProperty(_layoutInline, '&-trend-up', defineProperty_defineProperty({}, "".concat(token.antCls, "-statistic-content"), defineProperty_defineProperty({
|
|
45198
45198
|
color: '#f5222d'
|
|
45199
45199
|
}, "".concat(token.componentCls, "--trend-icon"), {
|
|
45200
|
-
|
|
45200
|
+
borderBlockEndColor: '#f5222d'
|
|
45201
45201
|
}))), defineProperty_defineProperty(_layoutInline, '&-trend-down', defineProperty_defineProperty({}, "".concat(token.antCls, "-statistic-content"), defineProperty_defineProperty({
|
|
45202
45202
|
color: '#389e0d'
|
|
45203
45203
|
}, "".concat(token.componentCls, "--trend-icon"), {
|
|
45204
|
-
|
|
45204
|
+
borderBlockEndColor: '#52c41a'
|
|
45205
45205
|
}))), _layoutInline)), _token$componentCls));
|
|
45206
45206
|
};
|
|
45207
45207
|
|
|
@@ -45368,7 +45368,7 @@ var genActionsStyle = function genActionsStyle(token) {
|
|
|
45368
45368
|
paddingInline: 0,
|
|
45369
45369
|
listStyle: 'none',
|
|
45370
45370
|
background: token.colorBgContainer,
|
|
45371
|
-
|
|
45371
|
+
borderBlockStart: "".concat(token.lineWidth, "px ").concat(token.lineType, " ").concat(token.colorSplit)
|
|
45372
45372
|
}, defineProperty_defineProperty(_$concat, "".concat(antCls, "-space"), {
|
|
45373
45373
|
gap: '0 !important',
|
|
45374
45374
|
width: '100%'
|
|
@@ -45667,7 +45667,7 @@ var genProCardStyle = function genProCardStyle(token) {
|
|
|
45667
45667
|
width: 0,
|
|
45668
45668
|
height: 0,
|
|
45669
45669
|
border: "6px solid ".concat(token.colorPrimary),
|
|
45670
|
-
|
|
45670
|
+
borderBlockEnd: '6px solid transparent',
|
|
45671
45671
|
borderInlineStart: '6px solid transparent',
|
|
45672
45672
|
borderStartEndRadius: 2,
|
|
45673
45673
|
content: '""'
|
|
@@ -45719,7 +45719,7 @@ var genProCardStyle = function genProCardStyle(token) {
|
|
|
45719
45719
|
}), defineProperty_defineProperty(_objectSpread2, '&&-collapse', defineProperty_defineProperty({}, "> ".concat(componentCls), {
|
|
45720
45720
|
'&-header': {
|
|
45721
45721
|
paddingBlockEnd: token.padding,
|
|
45722
|
-
|
|
45722
|
+
borderBlockEnd: 0
|
|
45723
45723
|
},
|
|
45724
45724
|
'&-body': {
|
|
45725
45725
|
display: 'none'
|
|
@@ -45735,7 +45735,7 @@ var genProCardStyle = function genProCardStyle(token) {
|
|
|
45735
45735
|
'&': {
|
|
45736
45736
|
paddingBlockEnd: token.padding
|
|
45737
45737
|
},
|
|
45738
|
-
|
|
45738
|
+
borderBlockEnd: "".concat(token.lineWidth, "px ").concat(token.lineType, " ").concat(token.colorSplit)
|
|
45739
45739
|
},
|
|
45740
45740
|
'&-collapsible': {
|
|
45741
45741
|
cursor: 'pointer'
|
|
@@ -45771,7 +45771,7 @@ var genProCardStyle = function genProCardStyle(token) {
|
|
|
45771
45771
|
}), _objectSpread2))), defineProperty_defineProperty(_ref, "".concat(componentCls, "-col"), (_$concat2 = {}, defineProperty_defineProperty(_$concat2, "&".concat(componentCls, "-split-vertical"), {
|
|
45772
45772
|
borderInlineEnd: "".concat(token.lineWidth, "px ").concat(token.lineType, " ").concat(token.colorSplit)
|
|
45773
45773
|
}), defineProperty_defineProperty(_$concat2, "&".concat(componentCls, "-split-horizontal"), {
|
|
45774
|
-
|
|
45774
|
+
borderBlockEnd: "".concat(token.lineWidth, "px ").concat(token.lineType, " ").concat(token.colorSplit)
|
|
45775
45775
|
}), _$concat2)), defineProperty_defineProperty(_ref, "".concat(componentCls, "-tabs"), (_$concat9 = {}, defineProperty_defineProperty(_$concat9, "".concat(token.antCls, "-tabs-top > ").concat(token.antCls, "-tabs-nav"), defineProperty_defineProperty({
|
|
45776
45776
|
marginBlockEnd: 0
|
|
45777
45777
|
}, "".concat(token.antCls, "-tabs-nav-list"), {
|
|
@@ -46260,7 +46260,7 @@ var StatisticCard_style_genProStyle = function genProStyle(token) {
|
|
|
46260
46260
|
'&-footer': {
|
|
46261
46261
|
marginBlockStart: 8,
|
|
46262
46262
|
paddingBlockStart: '16px',
|
|
46263
|
-
|
|
46263
|
+
borderBlockStart: "rgba(0, 0, 0, 0.08) solid ".concat(token.colorBorder)
|
|
46264
46264
|
}
|
|
46265
46265
|
});
|
|
46266
46266
|
};
|
|
@@ -46274,6 +46274,185 @@ function StatisticCard_style_useStyle(prefixCls) {
|
|
|
46274
46274
|
return [StatisticCard_style_genProStyle(proListToken)];
|
|
46275
46275
|
});
|
|
46276
46276
|
}
|
|
46277
|
+
;// CONCATENATED MODULE: ./node_modules/antd/es/divider/style/index.js
|
|
46278
|
+
|
|
46279
|
+
|
|
46280
|
+
|
|
46281
|
+
// ============================== Shared ==============================
|
|
46282
|
+
|
|
46283
|
+
var genSharedDividerStyle = function genSharedDividerStyle(token) {
|
|
46284
|
+
var _extends2;
|
|
46285
|
+
|
|
46286
|
+
var componentCls = token.componentCls,
|
|
46287
|
+
sizePaddingEdgeHorizontal = token.sizePaddingEdgeHorizontal,
|
|
46288
|
+
colorSplit = token.colorSplit,
|
|
46289
|
+
controlLineWidth = token.controlLineWidth;
|
|
46290
|
+
return defineProperty_defineProperty({}, componentCls, extends_extends(extends_extends({}, style_resetComponent(token)), (_extends2 = {
|
|
46291
|
+
borderBlockStart: "".concat(controlLineWidth, "px solid ").concat(colorSplit),
|
|
46292
|
+
// vertical
|
|
46293
|
+
'&-vertical': {
|
|
46294
|
+
position: 'relative',
|
|
46295
|
+
top: '-0.06em',
|
|
46296
|
+
display: 'inline-block',
|
|
46297
|
+
height: '0.9em',
|
|
46298
|
+
margin: "0 ".concat(token.dividerVerticalGutterMargin, "px"),
|
|
46299
|
+
verticalAlign: 'middle',
|
|
46300
|
+
borderTop: 0,
|
|
46301
|
+
borderInlineStart: "".concat(controlLineWidth, "px solid ").concat(colorSplit)
|
|
46302
|
+
},
|
|
46303
|
+
'&-horizontal': {
|
|
46304
|
+
display: 'flex',
|
|
46305
|
+
clear: 'both',
|
|
46306
|
+
width: '100%',
|
|
46307
|
+
minWidth: '100%',
|
|
46308
|
+
margin: "".concat(token.dividerHorizontalGutterMargin, "px 0")
|
|
46309
|
+
},
|
|
46310
|
+
'&-horizontal&-with-text': {
|
|
46311
|
+
display: 'flex',
|
|
46312
|
+
margin: "".concat(token.dividerHorizontalWithTextGutterMargin, "px 0"),
|
|
46313
|
+
color: token.colorTextHeading,
|
|
46314
|
+
fontWeight: 500,
|
|
46315
|
+
fontSize: token.fontSizeLG,
|
|
46316
|
+
whiteSpace: 'nowrap',
|
|
46317
|
+
textAlign: 'center',
|
|
46318
|
+
borderBlockStart: "0 ".concat(colorSplit),
|
|
46319
|
+
'&::before, &::after': {
|
|
46320
|
+
position: 'relative',
|
|
46321
|
+
top: '50%',
|
|
46322
|
+
width: '50%',
|
|
46323
|
+
borderBlockStart: "".concat(controlLineWidth, "px solid transparent"),
|
|
46324
|
+
// Chrome not accept `inherit` in `border-top`
|
|
46325
|
+
borderBlockStartColor: 'inherit',
|
|
46326
|
+
borderBlockEnd: 0,
|
|
46327
|
+
transform: 'translateY(50%)',
|
|
46328
|
+
content: "''"
|
|
46329
|
+
}
|
|
46330
|
+
},
|
|
46331
|
+
'&-horizontal&-with-text-left': {
|
|
46332
|
+
'&::before': {
|
|
46333
|
+
top: '50%',
|
|
46334
|
+
width: '5%'
|
|
46335
|
+
},
|
|
46336
|
+
'&::after': {
|
|
46337
|
+
top: '50%',
|
|
46338
|
+
width: '95%'
|
|
46339
|
+
}
|
|
46340
|
+
},
|
|
46341
|
+
'&-horizontal&-with-text-right': {
|
|
46342
|
+
'&::before': {
|
|
46343
|
+
top: '50%',
|
|
46344
|
+
width: '95%'
|
|
46345
|
+
},
|
|
46346
|
+
'&::after': {
|
|
46347
|
+
top: '50%',
|
|
46348
|
+
width: '5%'
|
|
46349
|
+
}
|
|
46350
|
+
}
|
|
46351
|
+
}, defineProperty_defineProperty(_extends2, "".concat(componentCls, "-inner-text"), {
|
|
46352
|
+
display: 'inline-block',
|
|
46353
|
+
padding: '0 1em'
|
|
46354
|
+
}), defineProperty_defineProperty(_extends2, '&-dashed', {
|
|
46355
|
+
background: 'none',
|
|
46356
|
+
borderColor: colorSplit,
|
|
46357
|
+
borderStyle: 'dashed',
|
|
46358
|
+
borderWidth: 0,
|
|
46359
|
+
borderBlockStart: "".concat(controlLineWidth, "px")
|
|
46360
|
+
}), defineProperty_defineProperty(_extends2, '&-horizontal&-with-text&-dashed', {
|
|
46361
|
+
'&::before, &::after': {
|
|
46362
|
+
borderStyle: 'dashed none none'
|
|
46363
|
+
}
|
|
46364
|
+
}), defineProperty_defineProperty(_extends2, '&-vertical&-dashed', {
|
|
46365
|
+
borderInlineStart: controlLineWidth,
|
|
46366
|
+
borderInlineEnd: 0,
|
|
46367
|
+
borderBlockStart: 0,
|
|
46368
|
+
borderBlockEnd: 0
|
|
46369
|
+
}), defineProperty_defineProperty(_extends2, '&-plain&-with-text', {
|
|
46370
|
+
color: token.colorText,
|
|
46371
|
+
fontWeight: 'normal',
|
|
46372
|
+
fontSize: token.fontSize
|
|
46373
|
+
}), defineProperty_defineProperty(_extends2, '&-horizontal&-with-text-left&-no-default-orientation-margin-left', defineProperty_defineProperty({
|
|
46374
|
+
'&::before': {
|
|
46375
|
+
width: 0
|
|
46376
|
+
},
|
|
46377
|
+
'&::after': {
|
|
46378
|
+
width: '100%'
|
|
46379
|
+
}
|
|
46380
|
+
}, "".concat(componentCls, "-inner-text"), {
|
|
46381
|
+
paddingInlineStart: sizePaddingEdgeHorizontal
|
|
46382
|
+
})), defineProperty_defineProperty(_extends2, '&-horizontal&-with-text-right&-no-default-orientation-margin-right', defineProperty_defineProperty({
|
|
46383
|
+
'&::before': {
|
|
46384
|
+
width: '100%'
|
|
46385
|
+
},
|
|
46386
|
+
'&::after': {
|
|
46387
|
+
width: 0
|
|
46388
|
+
}
|
|
46389
|
+
}, "".concat(componentCls, "-inner-text"), {
|
|
46390
|
+
paddingInlineEnd: sizePaddingEdgeHorizontal
|
|
46391
|
+
})), _extends2)));
|
|
46392
|
+
}; // ============================== Export ==============================
|
|
46393
|
+
|
|
46394
|
+
|
|
46395
|
+
/* harmony default export */ var divider_style = (genComponentStyleHook_genComponentStyleHook('Divider', function (token) {
|
|
46396
|
+
var dividerToken = merge(token, {
|
|
46397
|
+
dividerVerticalGutterMargin: token.marginXS,
|
|
46398
|
+
dividerHorizontalWithTextGutterMargin: token.margin,
|
|
46399
|
+
dividerHorizontalGutterMargin: token.marginLG
|
|
46400
|
+
});
|
|
46401
|
+
return [genSharedDividerStyle(dividerToken)];
|
|
46402
|
+
}, {
|
|
46403
|
+
sizePaddingEdgeHorizontal: 0
|
|
46404
|
+
}));
|
|
46405
|
+
;// CONCATENATED MODULE: ./node_modules/antd/es/statistic/style/index.js
|
|
46406
|
+
|
|
46407
|
+
|
|
46408
|
+
|
|
46409
|
+
|
|
46410
|
+
|
|
46411
|
+
var genStatisticStyle = function genStatisticStyle(token) {
|
|
46412
|
+
var _$concat, _extends2;
|
|
46413
|
+
|
|
46414
|
+
var componentCls = token.componentCls,
|
|
46415
|
+
marginXXS = token.marginXXS,
|
|
46416
|
+
padding = token.padding,
|
|
46417
|
+
colorTextDescription = token.colorTextDescription,
|
|
46418
|
+
statisticTitleFontSize = token.statisticTitleFontSize,
|
|
46419
|
+
colorTextHeading = token.colorTextHeading,
|
|
46420
|
+
statisticContentFontSize = token.statisticContentFontSize,
|
|
46421
|
+
statisticFontFamily = token.statisticFontFamily;
|
|
46422
|
+
return defineProperty_defineProperty({}, "".concat(componentCls), extends_extends(extends_extends({}, style_resetComponent(token)), (_extends2 = {}, defineProperty_defineProperty(_extends2, "".concat(componentCls, "-title"), {
|
|
46423
|
+
marginBottom: marginXXS,
|
|
46424
|
+
color: colorTextDescription,
|
|
46425
|
+
fontSize: statisticTitleFontSize
|
|
46426
|
+
}), defineProperty_defineProperty(_extends2, "".concat(componentCls, "-skeleton"), {
|
|
46427
|
+
paddingTop: padding
|
|
46428
|
+
}), defineProperty_defineProperty(_extends2, "".concat(componentCls, "-content"), (_$concat = {
|
|
46429
|
+
color: colorTextHeading,
|
|
46430
|
+
fontSize: statisticContentFontSize,
|
|
46431
|
+
fontFamily: statisticFontFamily
|
|
46432
|
+
}, defineProperty_defineProperty(_$concat, "".concat(componentCls, "-content-value"), {
|
|
46433
|
+
display: 'inline-block',
|
|
46434
|
+
direction: 'ltr'
|
|
46435
|
+
}), defineProperty_defineProperty(_$concat, "".concat(componentCls, "-content-prefix, ").concat(componentCls, "-content-suffix"), {
|
|
46436
|
+
display: 'inline-block'
|
|
46437
|
+
}), defineProperty_defineProperty(_$concat, "".concat(componentCls, "-content-prefix"), {
|
|
46438
|
+
marginInlineEnd: marginXXS
|
|
46439
|
+
}), defineProperty_defineProperty(_$concat, "".concat(componentCls, "-content-suffix"), {
|
|
46440
|
+
marginInlineStart: marginXXS
|
|
46441
|
+
}), _$concat)), _extends2)));
|
|
46442
|
+
}; // ============================== Export ==============================
|
|
46443
|
+
|
|
46444
|
+
|
|
46445
|
+
/* harmony default export */ var statistic_style = (genComponentStyleHook_genComponentStyleHook('Statistic', function (token) {
|
|
46446
|
+
var fontSizeHeading3 = token.fontSizeHeading3,
|
|
46447
|
+
fontSize = token.fontSize,
|
|
46448
|
+
fontFamily = token.fontFamily;
|
|
46449
|
+
var statisticToken = merge(token, {
|
|
46450
|
+
statisticTitleFontSize: fontSize,
|
|
46451
|
+
statisticContentFontSize: fontSizeHeading3,
|
|
46452
|
+
statisticFontFamily: fontFamily
|
|
46453
|
+
});
|
|
46454
|
+
return [genStatisticStyle(statisticToken)];
|
|
46455
|
+
}));
|
|
46277
46456
|
;// CONCATENATED MODULE: ./packages/card/es/components/StatisticCard/index.js
|
|
46278
46457
|
|
|
46279
46458
|
|
|
@@ -46289,6 +46468,8 @@ var StatisticCard_excluded = ["children", "statistic", "className", "chart", "ch
|
|
|
46289
46468
|
|
|
46290
46469
|
|
|
46291
46470
|
|
|
46471
|
+
|
|
46472
|
+
|
|
46292
46473
|
var StatisticCard = function StatisticCard(props) {
|
|
46293
46474
|
var _classNames;
|
|
46294
46475
|
|
|
@@ -59065,8 +59246,8 @@ var FieldDigitRange = function FieldDigitRange(_ref, ref) {
|
|
|
59065
59246
|
style: {
|
|
59066
59247
|
width: separatorWidth,
|
|
59067
59248
|
textAlign: 'center',
|
|
59068
|
-
|
|
59069
|
-
|
|
59249
|
+
borderInlineStart: 0,
|
|
59250
|
+
borderInlineEnd: 0,
|
|
59070
59251
|
pointerEvents: 'none',
|
|
59071
59252
|
backgroundColor: '#FFF'
|
|
59072
59253
|
},
|
|
@@ -59077,7 +59258,7 @@ var FieldDigitRange = function FieldDigitRange(_ref, ref) {
|
|
|
59077
59258
|
id: id !== null && id !== void 0 ? id : "".concat(id, "-1"),
|
|
59078
59259
|
style: {
|
|
59079
59260
|
width: "calc((100% - ".concat(separatorWidth, "px) / 2)"),
|
|
59080
|
-
|
|
59261
|
+
borderInlineStart: 0
|
|
59081
59262
|
},
|
|
59082
59263
|
value: valuePair === null || valuePair === void 0 ? void 0 : valuePair[1],
|
|
59083
59264
|
defaultValue: defaultValue === null || defaultValue === void 0 ? void 0 : defaultValue[1],
|
|
@@ -61604,7 +61785,7 @@ var FieldRadio = function FieldRadio(_ref, ref) {
|
|
|
61604
61785
|
var _dom = wrapSSR((0,jsx_runtime.jsx)(external_antd_.Radio.Group, objectSpread2_objectSpread2(objectSpread2_objectSpread2({
|
|
61605
61786
|
ref: radioRef
|
|
61606
61787
|
}, rest.fieldProps), {}, {
|
|
61607
|
-
className: classnames_default()((_rest$fieldProps = rest.fieldProps) === null || _rest$fieldProps === void 0 ? void 0 : _rest$fieldProps.className, hashId, "".concat(layoutClassName, "-").concat(rest.fieldProps.layout || '
|
|
61788
|
+
className: classnames_default()((_rest$fieldProps = rest.fieldProps) === null || _rest$fieldProps === void 0 ? void 0 : _rest$fieldProps.className, hashId, "".concat(layoutClassName, "-").concat(rest.fieldProps.layout || 'vertical')),
|
|
61608
61789
|
options: undefined,
|
|
61609
61790
|
children: options === null || options === void 0 ? void 0 : options.map(function (item) {
|
|
61610
61791
|
return (0,jsx_runtime.jsx)(RadioComponents, objectSpread2_objectSpread2(objectSpread2_objectSpread2({}, item), {}, {
|
|
@@ -68772,10 +68953,24 @@ var QueryFilter_style_genProStyle = function genProStyle(token) {
|
|
|
68772
68953
|
|
|
68773
68954
|
return defineProperty_defineProperty({}, token.proComponentsCls, defineProperty_defineProperty({}, token.componentCls, (_token$componentCls = {
|
|
68774
68955
|
padding: 24
|
|
68775
|
-
}, defineProperty_defineProperty(_token$componentCls, "".concat(token.antCls, "-form-
|
|
68956
|
+
}, defineProperty_defineProperty(_token$componentCls, "&".concat(token.antCls, "-form-horizontal"), {
|
|
68957
|
+
paddingInline: 0
|
|
68958
|
+
}), defineProperty_defineProperty(_token$componentCls, "".concat(token.antCls, "-form-item"), {
|
|
68959
|
+
marginBlock: 0
|
|
68960
|
+
}), defineProperty_defineProperty(_token$componentCls, "".concat(token.proComponentsCls, "-form-group-title"), {
|
|
68776
68961
|
marginBlock: 0
|
|
68777
68962
|
}), defineProperty_defineProperty(_token$componentCls, '&-row', {
|
|
68778
|
-
rowGap: 24
|
|
68963
|
+
rowGap: 24,
|
|
68964
|
+
'&-split-line': {
|
|
68965
|
+
'&:after': {
|
|
68966
|
+
position: 'absolute',
|
|
68967
|
+
width: '100%',
|
|
68968
|
+
content: '""',
|
|
68969
|
+
height: 1,
|
|
68970
|
+
insetBlockEnd: -12,
|
|
68971
|
+
borderBlockEnd: '1px dashed ' + token.colorSplit
|
|
68972
|
+
}
|
|
68973
|
+
}
|
|
68779
68974
|
}), defineProperty_defineProperty(_token$componentCls, '&-collapse-button', {
|
|
68780
68975
|
display: 'flex',
|
|
68781
68976
|
alignItems: 'center'
|
|
@@ -68993,25 +69188,18 @@ var QueryFilterContent = function QueryFilterContent(props) {
|
|
|
68993
69188
|
|
|
68994
69189
|
currentSpan += colSpan;
|
|
68995
69190
|
|
|
68996
|
-
var colItem = (0,jsx_runtime.jsx)(external_antd_.Col, {
|
|
68997
|
-
span: colSpan,
|
|
68998
|
-
children: itemDom
|
|
68999
|
-
}, itemKey);
|
|
69000
|
-
|
|
69001
69191
|
if (split && currentSpan % 24 === 0 && index < itemLength - 1) {
|
|
69002
|
-
return
|
|
69003
|
-
span:
|
|
69004
|
-
|
|
69005
|
-
|
|
69006
|
-
|
|
69007
|
-
marginBlockEnd: 16
|
|
69008
|
-
},
|
|
69009
|
-
dashed: true
|
|
69010
|
-
})
|
|
69011
|
-
}, "line")];
|
|
69192
|
+
return (0,jsx_runtime.jsx)(external_antd_.Col, {
|
|
69193
|
+
span: colSpan,
|
|
69194
|
+
className: "".concat(props.baseClassName, "-row-split-line"),
|
|
69195
|
+
children: itemDom
|
|
69196
|
+
}, itemKey);
|
|
69012
69197
|
}
|
|
69013
69198
|
|
|
69014
|
-
return
|
|
69199
|
+
return (0,jsx_runtime.jsx)(external_antd_.Col, {
|
|
69200
|
+
span: colSpan,
|
|
69201
|
+
children: itemDom
|
|
69202
|
+
}, itemKey);
|
|
69015
69203
|
});
|
|
69016
69204
|
var hiddenNum = showHiddenNum && processedList.filter(function (item) {
|
|
69017
69205
|
return item.hidden;
|
|
@@ -69169,6 +69357,7 @@ function QueryFilter(props) {
|
|
|
69169
69357
|
submitter: renderSubmitter,
|
|
69170
69358
|
items: items,
|
|
69171
69359
|
split: split,
|
|
69360
|
+
baseClassName: baseClassName,
|
|
69172
69361
|
resetText: props.resetText,
|
|
69173
69362
|
searchText: props.searchText,
|
|
69174
69363
|
searchGutter: searchGutter,
|
|
@@ -71495,7 +71684,7 @@ function BaseForm(props) {
|
|
|
71495
71684
|
},
|
|
71496
71685
|
autoComplete: "off",
|
|
71497
71686
|
form: form
|
|
71498
|
-
}, omit_js_es(propRest, ['autoFocusFirstInput'])), {}, {
|
|
71687
|
+
}, omit_js_es(propRest, ['labelWidth', 'autoFocusFirstInput'])), {}, {
|
|
71499
71688
|
// 组合 urlSearch 和 initialValues
|
|
71500
71689
|
initialValues: syncToUrlAsImportant ? objectSpread2_objectSpread2(objectSpread2_objectSpread2(objectSpread2_objectSpread2({}, initialData), initialValues), urlParamsMergeInitialValues) : objectSpread2_objectSpread2(objectSpread2_objectSpread2(objectSpread2_objectSpread2({}, urlParamsMergeInitialValues), initialData), initialValues),
|
|
71501
71690
|
onValuesChange: function onValuesChange(changedValues, values) {
|
|
@@ -72769,6 +72958,11 @@ var style_genVerticalStyle = function genVerticalStyle(token) {
|
|
|
72769
72958
|
});
|
|
72770
72959
|
return [genFormStyle(formToken), genFormItemStyle(formToken), genFormMotionStyle(formToken), style_genHorizontalStyle(formToken), genInlineStyle(formToken), style_genVerticalStyle(formToken), collapse(formToken), zoomIn];
|
|
72771
72960
|
}));
|
|
72961
|
+
;// CONCATENATED MODULE: ./node_modules/antd/es/row/style/index.js
|
|
72962
|
+
// Compatible for babel-plugin-import
|
|
72963
|
+
|
|
72964
|
+
/* istanbul ignore next */
|
|
72965
|
+
/* harmony default export */ var row_style = ({});
|
|
72772
72966
|
;// CONCATENATED MODULE: ./node_modules/antd/es/steps/style/custom-icon.js
|
|
72773
72967
|
|
|
72774
72968
|
|
|
@@ -74086,12 +74280,416 @@ var genTabsStyle = function genTabsStyle(token) {
|
|
|
74086
74280
|
zIndexPopup: token.zIndexPopupBase + 50
|
|
74087
74281
|
};
|
|
74088
74282
|
}));
|
|
74283
|
+
;// CONCATENATED MODULE: ./node_modules/antd/es/upload/style/dragger.js
|
|
74284
|
+
|
|
74285
|
+
|
|
74286
|
+
var genDraggerStyle = function genDraggerStyle(token) {
|
|
74287
|
+
var _$concat2;
|
|
74288
|
+
|
|
74289
|
+
var componentCls = token.componentCls,
|
|
74290
|
+
iconCls = token.iconCls;
|
|
74291
|
+
return defineProperty_defineProperty({}, "".concat(componentCls, "-wrapper"), defineProperty_defineProperty({}, "".concat(componentCls, "-drag"), (_$concat2 = {
|
|
74292
|
+
position: 'relative',
|
|
74293
|
+
width: '100%',
|
|
74294
|
+
height: '100%',
|
|
74295
|
+
textAlign: 'center',
|
|
74296
|
+
background: token.colorFillAlter,
|
|
74297
|
+
border: "".concat(token.controlLineWidth, "px dashed ").concat(token.colorBorder),
|
|
74298
|
+
borderRadius: token.controlRadiusLG,
|
|
74299
|
+
cursor: 'pointer',
|
|
74300
|
+
transition: "border-color ".concat(token.motionDurationSlow)
|
|
74301
|
+
}, defineProperty_defineProperty(_$concat2, componentCls, {
|
|
74302
|
+
padding: "".concat(token.padding, "px 0")
|
|
74303
|
+
}), defineProperty_defineProperty(_$concat2, "".concat(componentCls, "-btn"), {
|
|
74304
|
+
display: 'table',
|
|
74305
|
+
width: '100%',
|
|
74306
|
+
height: '100%',
|
|
74307
|
+
outline: 'none'
|
|
74308
|
+
}), defineProperty_defineProperty(_$concat2, "".concat(componentCls, "-drag-container"), {
|
|
74309
|
+
display: 'table-cell',
|
|
74310
|
+
verticalAlign: 'middle'
|
|
74311
|
+
}), defineProperty_defineProperty(_$concat2, "&:not(".concat(componentCls, "-disabled):hover"), {
|
|
74312
|
+
borderColor: token.colorPrimaryHover
|
|
74313
|
+
}), defineProperty_defineProperty(_$concat2, "p".concat(componentCls, "-drag-icon"), defineProperty_defineProperty({
|
|
74314
|
+
marginBottom: token.margin
|
|
74315
|
+
}, iconCls, {
|
|
74316
|
+
color: token.colorPrimary,
|
|
74317
|
+
fontSize: token.uploadThumbnailSize
|
|
74318
|
+
})), defineProperty_defineProperty(_$concat2, "p".concat(componentCls, "-text"), {
|
|
74319
|
+
margin: "0 0 ".concat(token.marginXXS, "px"),
|
|
74320
|
+
color: token.colorTextHeading,
|
|
74321
|
+
fontSize: token.fontSizeLG
|
|
74322
|
+
}), defineProperty_defineProperty(_$concat2, "p".concat(componentCls, "-hint"), {
|
|
74323
|
+
color: token.colorTextDescription,
|
|
74324
|
+
fontSize: token.fontSizeBase
|
|
74325
|
+
}), defineProperty_defineProperty(_$concat2, "&".concat(componentCls, "-disabled"), defineProperty_defineProperty({
|
|
74326
|
+
cursor: 'not-allowed'
|
|
74327
|
+
}, "p".concat(componentCls, "-drag-icon ").concat(iconCls, ",\n p").concat(componentCls, "-text,\n p").concat(componentCls, "-hint\n "), {
|
|
74328
|
+
color: token.colorTextDisabled
|
|
74329
|
+
})), _$concat2)));
|
|
74330
|
+
};
|
|
74331
|
+
|
|
74332
|
+
/* harmony default export */ var dragger = (genDraggerStyle);
|
|
74333
|
+
;// CONCATENATED MODULE: ./node_modules/antd/es/upload/style/list.js
|
|
74334
|
+
|
|
74335
|
+
|
|
74336
|
+
|
|
74337
|
+
|
|
74338
|
+
var genListStyle = function genListStyle(token) {
|
|
74339
|
+
var _actionsCls, _itemCls, _actionsCls2, _$concat, _extends2;
|
|
74340
|
+
|
|
74341
|
+
var componentCls = token.componentCls,
|
|
74342
|
+
antCls = token.antCls,
|
|
74343
|
+
iconCls = token.iconCls,
|
|
74344
|
+
fontSizeBase = token.fontSizeBase,
|
|
74345
|
+
lineHeight = token.lineHeight;
|
|
74346
|
+
var itemCls = "".concat(componentCls, "-list-item");
|
|
74347
|
+
var actionsCls = "".concat(itemCls, "-actions");
|
|
74348
|
+
var actionCls = "".concat(itemCls, "-action");
|
|
74349
|
+
var listItemHeightSM = Math.round(fontSizeBase * lineHeight);
|
|
74350
|
+
return defineProperty_defineProperty({}, "".concat(componentCls, "-wrapper"), defineProperty_defineProperty({}, "".concat(componentCls, "-list"), extends_extends(extends_extends({}, clearFix()), (_extends2 = {
|
|
74351
|
+
lineHeight: token.lineHeight
|
|
74352
|
+
}, defineProperty_defineProperty(_extends2, itemCls, (_itemCls = {
|
|
74353
|
+
position: 'relative',
|
|
74354
|
+
height: token.lineHeight * fontSizeBase,
|
|
74355
|
+
marginTop: token.marginXS,
|
|
74356
|
+
fontSize: fontSizeBase,
|
|
74357
|
+
display: 'flex',
|
|
74358
|
+
alignItems: 'center',
|
|
74359
|
+
transition: "background-color ".concat(token.motionDurationSlow),
|
|
74360
|
+
'&:hover': {
|
|
74361
|
+
backgroundColor: token.controlItemBgHover
|
|
74362
|
+
}
|
|
74363
|
+
}, defineProperty_defineProperty(_itemCls, "".concat(itemCls, "-name"), {
|
|
74364
|
+
padding: "0 ".concat(token.paddingXS, "px"),
|
|
74365
|
+
overflow: 'hidden',
|
|
74366
|
+
lineHeight: lineHeight,
|
|
74367
|
+
whiteSpace: 'nowrap',
|
|
74368
|
+
textOverflow: 'ellipsis',
|
|
74369
|
+
flex: 'auto',
|
|
74370
|
+
transition: "all ".concat(token.motionDurationSlow)
|
|
74371
|
+
}), defineProperty_defineProperty(_itemCls, actionsCls, (_actionsCls = {}, defineProperty_defineProperty(_actionsCls, actionCls, {
|
|
74372
|
+
opacity: 0
|
|
74373
|
+
}), defineProperty_defineProperty(_actionsCls, "".concat(actionCls).concat(antCls, "-btn-sm"), {
|
|
74374
|
+
height: listItemHeightSM,
|
|
74375
|
+
border: 0,
|
|
74376
|
+
lineHeight: 1,
|
|
74377
|
+
// FIXME: should not override small button
|
|
74378
|
+
'> span': {
|
|
74379
|
+
transform: 'scale(1)'
|
|
74380
|
+
}
|
|
74381
|
+
}), defineProperty_defineProperty(_actionsCls, "\n ".concat(actionCls, ":focus,\n &.picture ").concat(actionCls, "\n "), {
|
|
74382
|
+
opacity: 1
|
|
74383
|
+
}), defineProperty_defineProperty(_actionsCls, iconCls, {
|
|
74384
|
+
color: token.colorTextDescription,
|
|
74385
|
+
transition: "all ".concat(token.motionDurationSlow)
|
|
74386
|
+
}), defineProperty_defineProperty(_actionsCls, "&:hover ".concat(iconCls), {
|
|
74387
|
+
color: token.colorText
|
|
74388
|
+
}), _actionsCls)), defineProperty_defineProperty(_itemCls, "".concat(componentCls, "-icon ").concat(iconCls), {
|
|
74389
|
+
color: token.colorTextDescription,
|
|
74390
|
+
fontSize: fontSizeBase
|
|
74391
|
+
}), defineProperty_defineProperty(_itemCls, "".concat(itemCls, "-progress"), {
|
|
74392
|
+
position: 'absolute',
|
|
74393
|
+
bottom: -token.uploadProgressOffset,
|
|
74394
|
+
width: '100%',
|
|
74395
|
+
paddingInlineStart: fontSizeBase + token.paddingXS,
|
|
74396
|
+
fontSize: fontSizeBase,
|
|
74397
|
+
lineHeight: 0,
|
|
74398
|
+
pointerEvents: 'none',
|
|
74399
|
+
'> div': {
|
|
74400
|
+
margin: 0
|
|
74401
|
+
}
|
|
74402
|
+
}), _itemCls)), defineProperty_defineProperty(_extends2, "".concat(itemCls, ":hover ").concat(actionCls), {
|
|
74403
|
+
opacity: 1,
|
|
74404
|
+
color: token.colorText
|
|
74405
|
+
}), defineProperty_defineProperty(_extends2, "".concat(itemCls, "-error"), (_$concat = {
|
|
74406
|
+
color: token.colorError
|
|
74407
|
+
}, defineProperty_defineProperty(_$concat, "".concat(itemCls, "-name, ").concat(componentCls, "-icon ").concat(iconCls), {
|
|
74408
|
+
color: token.colorError
|
|
74409
|
+
}), defineProperty_defineProperty(_$concat, actionsCls, (_actionsCls2 = {}, defineProperty_defineProperty(_actionsCls2, "".concat(iconCls, ", ").concat(iconCls, ":hover"), {
|
|
74410
|
+
color: token.colorError
|
|
74411
|
+
}), defineProperty_defineProperty(_actionsCls2, actionCls, {
|
|
74412
|
+
opacity: 1
|
|
74413
|
+
}), _actionsCls2)), _$concat)), defineProperty_defineProperty(_extends2, "".concat(componentCls, "-list-item-container"), {
|
|
74414
|
+
transition: "opacity ".concat(token.motionDurationSlow, ", height ").concat(token.motionDurationSlow),
|
|
74415
|
+
// For smooth removing animation
|
|
74416
|
+
'&::before': {
|
|
74417
|
+
display: 'table',
|
|
74418
|
+
width: 0,
|
|
74419
|
+
height: 0,
|
|
74420
|
+
content: '""'
|
|
74421
|
+
}
|
|
74422
|
+
}), _extends2))));
|
|
74423
|
+
};
|
|
74424
|
+
|
|
74425
|
+
/* harmony default export */ var list = (genListStyle);
|
|
74426
|
+
;// CONCATENATED MODULE: ./node_modules/antd/es/upload/style/motion.js
|
|
74427
|
+
|
|
74428
|
+
|
|
74429
|
+
var uploadAnimateInlineIn = new Keyframes('uploadAnimateInlineIn', {
|
|
74430
|
+
from: {
|
|
74431
|
+
width: 0,
|
|
74432
|
+
height: 0,
|
|
74433
|
+
margin: 0,
|
|
74434
|
+
padding: 0,
|
|
74435
|
+
opacity: 0
|
|
74436
|
+
}
|
|
74437
|
+
});
|
|
74438
|
+
var uploadAnimateInlineOut = new Keyframes('uploadAnimateInlineOut', {
|
|
74439
|
+
to: {
|
|
74440
|
+
width: 0,
|
|
74441
|
+
height: 0,
|
|
74442
|
+
margin: 0,
|
|
74443
|
+
padding: 0,
|
|
74444
|
+
opacity: 0
|
|
74445
|
+
}
|
|
74446
|
+
}); // =========================== Motion ===========================
|
|
74447
|
+
|
|
74448
|
+
var style_motion_genMotionStyle = function genMotionStyle(token) {
|
|
74449
|
+
var _$concat;
|
|
74450
|
+
|
|
74451
|
+
var componentCls = token.componentCls;
|
|
74452
|
+
var inlineCls = "".concat(componentCls, "-animate-inline");
|
|
74453
|
+
return [defineProperty_defineProperty({}, "".concat(componentCls, "-wrapper"), (_$concat = {}, defineProperty_defineProperty(_$concat, "".concat(inlineCls, "-appear, ").concat(inlineCls, "-enter, ").concat(inlineCls, "-leave"), {
|
|
74454
|
+
animationDuration: token.motionDurationSlow,
|
|
74455
|
+
animationTimingFunction: token.motionEaseInOutCirc,
|
|
74456
|
+
animationFillMode: 'forwards'
|
|
74457
|
+
}), defineProperty_defineProperty(_$concat, "".concat(inlineCls, "-appear, ").concat(inlineCls, "-enter"), {
|
|
74458
|
+
animationName: uploadAnimateInlineIn
|
|
74459
|
+
}), defineProperty_defineProperty(_$concat, "".concat(inlineCls, "-leave"), {
|
|
74460
|
+
animationName: uploadAnimateInlineOut
|
|
74461
|
+
}), _$concat)), uploadAnimateInlineIn, uploadAnimateInlineOut];
|
|
74462
|
+
};
|
|
74463
|
+
|
|
74464
|
+
/* harmony default export */ var upload_style_motion = (style_motion_genMotionStyle);
|
|
74465
|
+
;// CONCATENATED MODULE: ./node_modules/antd/es/upload/style/picture.js
|
|
74466
|
+
|
|
74467
|
+
|
|
74468
|
+
|
|
74469
|
+
|
|
74470
|
+
|
|
74471
|
+
var genPictureStyle = function genPictureStyle(token) {
|
|
74472
|
+
var _$concat, _itemCls, _$concat$concat, _$concat$concat$conca;
|
|
74473
|
+
|
|
74474
|
+
var componentCls = token.componentCls,
|
|
74475
|
+
iconCls = token.iconCls,
|
|
74476
|
+
uploadThumbnailSize = token.uploadThumbnailSize,
|
|
74477
|
+
uploadProgressOffset = token.uploadProgressOffset;
|
|
74478
|
+
var listCls = "".concat(componentCls, "-list");
|
|
74479
|
+
var itemCls = "".concat(listCls, "-item");
|
|
74480
|
+
return defineProperty_defineProperty({}, "".concat(componentCls, "-wrapper"), defineProperty_defineProperty({}, "".concat(listCls).concat(listCls, "-picture, ").concat(listCls).concat(listCls, "-picture-card"), (_$concat$concat$conca = {}, defineProperty_defineProperty(_$concat$concat$conca, itemCls, (_itemCls = {
|
|
74481
|
+
position: 'relative',
|
|
74482
|
+
height: uploadThumbnailSize + token.controlLineWidth * 2 + token.paddingXS * 2,
|
|
74483
|
+
padding: token.paddingXS,
|
|
74484
|
+
border: "".concat(token.controlLineWidth, "px ").concat(token.controlLineType, " ").concat(token.colorBorder),
|
|
74485
|
+
borderRadius: token.controlRadiusLG,
|
|
74486
|
+
'&:hover': {
|
|
74487
|
+
background: 'transparent'
|
|
74488
|
+
}
|
|
74489
|
+
}, defineProperty_defineProperty(_itemCls, "".concat(itemCls, "-thumbnail"), (_$concat = {
|
|
74490
|
+
width: uploadThumbnailSize,
|
|
74491
|
+
height: uploadThumbnailSize,
|
|
74492
|
+
lineHeight: "".concat(uploadThumbnailSize + token.paddingSM, "px"),
|
|
74493
|
+
textAlign: 'center',
|
|
74494
|
+
flex: 'none',
|
|
74495
|
+
overflow: 'hidden',
|
|
74496
|
+
textOverflow: 'ellipsis',
|
|
74497
|
+
whiteSpace: 'nowrap'
|
|
74498
|
+
}, defineProperty_defineProperty(_$concat, iconCls, {
|
|
74499
|
+
fontSize: token.fontSizeHeading2
|
|
74500
|
+
}), defineProperty_defineProperty(_$concat, "img", {
|
|
74501
|
+
display: 'block',
|
|
74502
|
+
width: '100%',
|
|
74503
|
+
height: '100%',
|
|
74504
|
+
overflow: 'hidden'
|
|
74505
|
+
}), _$concat)), defineProperty_defineProperty(_itemCls, "".concat(itemCls, "-progress"), {
|
|
74506
|
+
bottom: uploadProgressOffset,
|
|
74507
|
+
width: "calc(100% - ".concat(token.paddingSM * 2, "px)"),
|
|
74508
|
+
marginTop: 0,
|
|
74509
|
+
paddingInlineStart: uploadThumbnailSize + token.paddingXS
|
|
74510
|
+
}), _itemCls)), defineProperty_defineProperty(_$concat$concat$conca, "".concat(itemCls, "-error"), defineProperty_defineProperty({
|
|
74511
|
+
borderColor: token.colorError
|
|
74512
|
+
}, "".concat(itemCls, "-thumbnail ").concat(iconCls), (_$concat$concat = {}, defineProperty_defineProperty(_$concat$concat, "svg path[fill='#e6f7ff']", {
|
|
74513
|
+
fill: token.colorErrorBg
|
|
74514
|
+
}), defineProperty_defineProperty(_$concat$concat, "svg path[fill='#1890ff']", {
|
|
74515
|
+
fill: token.colorError
|
|
74516
|
+
}), _$concat$concat))), defineProperty_defineProperty(_$concat$concat$conca, "".concat(itemCls, "-uploading"), defineProperty_defineProperty({
|
|
74517
|
+
borderStyle: 'dashed'
|
|
74518
|
+
}, "".concat(itemCls, "-name"), {
|
|
74519
|
+
marginBottom: uploadProgressOffset
|
|
74520
|
+
})), _$concat$concat$conca)));
|
|
74521
|
+
};
|
|
74522
|
+
|
|
74523
|
+
var genPictureCardStyle = function genPictureCardStyle(token) {
|
|
74524
|
+
var _$concat$concat2, _$concat7, _$concat$concat4, _extends2;
|
|
74525
|
+
|
|
74526
|
+
var componentCls = token.componentCls,
|
|
74527
|
+
iconCls = token.iconCls,
|
|
74528
|
+
fontSizeLG = token.fontSizeLG,
|
|
74529
|
+
colorTextLightSolid = token.colorTextLightSolid;
|
|
74530
|
+
var listCls = "".concat(componentCls, "-list");
|
|
74531
|
+
var itemCls = "".concat(listCls, "-item");
|
|
74532
|
+
var uploadPictureCardSize = token.uploadPicCardSize;
|
|
74533
|
+
return defineProperty_defineProperty({}, "".concat(componentCls, "-wrapper").concat(componentCls, "-picture-card-wrapper"), extends_extends(extends_extends({}, clearFix()), (_extends2 = {
|
|
74534
|
+
display: 'inline-block',
|
|
74535
|
+
width: '100%'
|
|
74536
|
+
}, defineProperty_defineProperty(_extends2, "".concat(componentCls).concat(componentCls, "-select"), (_$concat$concat2 = {
|
|
74537
|
+
width: uploadPictureCardSize,
|
|
74538
|
+
height: uploadPictureCardSize,
|
|
74539
|
+
marginInlineEnd: token.marginXS,
|
|
74540
|
+
marginBottom: token.marginXS,
|
|
74541
|
+
textAlign: 'center',
|
|
74542
|
+
verticalAlign: 'top',
|
|
74543
|
+
backgroundColor: token.colorFillAlter,
|
|
74544
|
+
border: "".concat(token.controlLineWidth, "px dashed ").concat(token.colorBorder),
|
|
74545
|
+
borderRadius: token.controlRadiusLG,
|
|
74546
|
+
cursor: 'pointer',
|
|
74547
|
+
transition: "border-color ".concat(token.motionDurationSlow)
|
|
74548
|
+
}, defineProperty_defineProperty(_$concat$concat2, "> ".concat(componentCls), {
|
|
74549
|
+
display: 'flex',
|
|
74550
|
+
alignItems: 'center',
|
|
74551
|
+
justifyContent: 'center',
|
|
74552
|
+
height: '100%',
|
|
74553
|
+
textAlign: 'center'
|
|
74554
|
+
}), defineProperty_defineProperty(_$concat$concat2, "&:not(".concat(componentCls, "-disabled):hover"), {
|
|
74555
|
+
borderColor: token.colorPrimary
|
|
74556
|
+
}), _$concat$concat2)), defineProperty_defineProperty(_extends2, "".concat(listCls).concat(listCls, "-picture-card"), (_$concat$concat4 = {}, defineProperty_defineProperty(_$concat$concat4, "".concat(listCls, "-item-container"), {
|
|
74557
|
+
display: 'inline-block',
|
|
74558
|
+
width: uploadPictureCardSize,
|
|
74559
|
+
height: uploadPictureCardSize,
|
|
74560
|
+
marginBlock: "0 ".concat(token.marginXS, "px"),
|
|
74561
|
+
marginInline: "0 ".concat(token.marginXS, "px"),
|
|
74562
|
+
verticalAlign: 'top'
|
|
74563
|
+
}), defineProperty_defineProperty(_$concat$concat4, '&::after', {
|
|
74564
|
+
display: 'none'
|
|
74565
|
+
}), defineProperty_defineProperty(_$concat$concat4, itemCls, {
|
|
74566
|
+
height: '100%',
|
|
74567
|
+
margin: 0,
|
|
74568
|
+
'&::before': {
|
|
74569
|
+
position: 'absolute',
|
|
74570
|
+
zIndex: 1,
|
|
74571
|
+
width: "calc(100% - ".concat(token.paddingXS * 2, "px)"),
|
|
74572
|
+
height: "calc(100% - ".concat(token.paddingXS * 2, "px)"),
|
|
74573
|
+
backgroundColor: token.colorBgMask,
|
|
74574
|
+
opacity: 0,
|
|
74575
|
+
transition: "all ".concat(token.motionDurationSlow),
|
|
74576
|
+
content: '" "'
|
|
74577
|
+
}
|
|
74578
|
+
}), defineProperty_defineProperty(_$concat$concat4, "".concat(itemCls, ":hover"), defineProperty_defineProperty({}, "&::before, ".concat(itemCls, "-actions"), {
|
|
74579
|
+
opacity: 1
|
|
74580
|
+
})), defineProperty_defineProperty(_$concat$concat4, "".concat(itemCls, "-actions"), defineProperty_defineProperty({
|
|
74581
|
+
position: 'absolute',
|
|
74582
|
+
insetInlineStart: 0,
|
|
74583
|
+
zIndex: 10,
|
|
74584
|
+
width: '100%',
|
|
74585
|
+
whiteSpace: 'nowrap',
|
|
74586
|
+
textAlign: 'center',
|
|
74587
|
+
opacity: 0,
|
|
74588
|
+
transition: "all ".concat(token.motionDurationSlow)
|
|
74589
|
+
}, "".concat(iconCls, "-eye, ").concat(iconCls, "-download, ").concat(iconCls, "-delete"), {
|
|
74590
|
+
zIndex: 10,
|
|
74591
|
+
width: fontSizeLG,
|
|
74592
|
+
margin: "0 ".concat(token.marginXXS, "px"),
|
|
74593
|
+
fontSize: fontSizeLG,
|
|
74594
|
+
cursor: 'pointer',
|
|
74595
|
+
transition: "all ".concat(token.motionDurationSlow)
|
|
74596
|
+
})), defineProperty_defineProperty(_$concat$concat4, "".concat(itemCls, "-actions, ").concat(itemCls, "-actions:hover"), defineProperty_defineProperty({}, "".concat(iconCls, "-eye, ").concat(iconCls, "-download, ").concat(iconCls, "-delete"), {
|
|
74597
|
+
color: new TinyColor(colorTextLightSolid).setAlpha(0.65).toRgbString(),
|
|
74598
|
+
'&:hover': {
|
|
74599
|
+
color: colorTextLightSolid
|
|
74600
|
+
}
|
|
74601
|
+
})), defineProperty_defineProperty(_$concat$concat4, "".concat(itemCls, "-thumbnail, ").concat(itemCls, "-thumbnail img"), {
|
|
74602
|
+
position: 'static',
|
|
74603
|
+
display: 'block',
|
|
74604
|
+
width: '100%',
|
|
74605
|
+
height: '100%',
|
|
74606
|
+
objectFit: 'contain'
|
|
74607
|
+
}), defineProperty_defineProperty(_$concat$concat4, "".concat(itemCls, "-name"), {
|
|
74608
|
+
display: 'none',
|
|
74609
|
+
textAlign: 'center'
|
|
74610
|
+
}), defineProperty_defineProperty(_$concat$concat4, "".concat(itemCls, "-file + ").concat(itemCls, "-name"), {
|
|
74611
|
+
position: 'absolute',
|
|
74612
|
+
bottom: token.margin,
|
|
74613
|
+
display: 'block',
|
|
74614
|
+
width: "calc(100% - ".concat(token.paddingXS * 2, "px)")
|
|
74615
|
+
}), defineProperty_defineProperty(_$concat$concat4, "".concat(itemCls, "-uploading"), (_$concat7 = {}, defineProperty_defineProperty(_$concat7, "&".concat(itemCls), {
|
|
74616
|
+
backgroundColor: token.colorFillAlter
|
|
74617
|
+
}), defineProperty_defineProperty(_$concat7, "&::before, ".concat(iconCls, "-eye, ").concat(iconCls, "-download, ").concat(iconCls, "-delete"), {
|
|
74618
|
+
display: 'none'
|
|
74619
|
+
}), _$concat7)), defineProperty_defineProperty(_$concat$concat4, "".concat(itemCls, "-progress"), {
|
|
74620
|
+
bottom: token.marginXL,
|
|
74621
|
+
width: "calc(100% - ".concat(token.paddingXS * 2, "px)"),
|
|
74622
|
+
paddingInlineStart: 0
|
|
74623
|
+
}), _$concat$concat4)), _extends2)));
|
|
74624
|
+
};
|
|
74625
|
+
|
|
74626
|
+
|
|
74627
|
+
;// CONCATENATED MODULE: ./node_modules/antd/es/upload/style/rtl.js
|
|
74628
|
+
// =========================== Motion ===========================
|
|
74629
|
+
|
|
74630
|
+
var rtl_genRtlStyle = function genRtlStyle(token) {
|
|
74631
|
+
var componentCls = token.componentCls;
|
|
74632
|
+
return defineProperty_defineProperty({}, "".concat(componentCls, "-rtl"), {
|
|
74633
|
+
direction: 'rtl'
|
|
74634
|
+
});
|
|
74635
|
+
};
|
|
74636
|
+
|
|
74637
|
+
/* harmony default export */ var style_rtl = (rtl_genRtlStyle);
|
|
74638
|
+
;// CONCATENATED MODULE: ./node_modules/antd/es/upload/style/index.js
|
|
74639
|
+
|
|
74640
|
+
|
|
74641
|
+
|
|
74642
|
+
|
|
74643
|
+
|
|
74644
|
+
|
|
74645
|
+
|
|
74646
|
+
|
|
74647
|
+
|
|
74648
|
+
|
|
74649
|
+
|
|
74650
|
+
var upload_style_genBaseStyle = function genBaseStyle(token) {
|
|
74651
|
+
var _extends2;
|
|
74652
|
+
|
|
74653
|
+
var componentCls = token.componentCls,
|
|
74654
|
+
colorTextDisabled = token.colorTextDisabled;
|
|
74655
|
+
return defineProperty_defineProperty({}, "".concat(componentCls, "-wrapper"), extends_extends(extends_extends({}, style_resetComponent(token)), (_extends2 = {}, defineProperty_defineProperty(_extends2, componentCls, {
|
|
74656
|
+
outline: 0,
|
|
74657
|
+
"input[type='file']": {
|
|
74658
|
+
cursor: 'pointer'
|
|
74659
|
+
}
|
|
74660
|
+
}), defineProperty_defineProperty(_extends2, "".concat(componentCls, "-select"), {
|
|
74661
|
+
display: 'inline-block'
|
|
74662
|
+
}), defineProperty_defineProperty(_extends2, "".concat(componentCls, "-disabled"), {
|
|
74663
|
+
color: colorTextDisabled,
|
|
74664
|
+
cursor: 'not-allowed'
|
|
74665
|
+
}), _extends2)));
|
|
74666
|
+
}; // ============================== Export ==============================
|
|
74667
|
+
|
|
74668
|
+
|
|
74669
|
+
/* harmony default export */ var upload_style = (genComponentStyleHook_genComponentStyleHook('Upload', function (token) {
|
|
74670
|
+
var fontSizeHeading3 = token.fontSizeHeading3,
|
|
74671
|
+
fontSizeBase = token.fontSizeBase,
|
|
74672
|
+
lineHeight = token.lineHeight,
|
|
74673
|
+
lineWidth = token.lineWidth,
|
|
74674
|
+
controlHeightLG = token.controlHeightLG;
|
|
74675
|
+
var listItemHeightSM = Math.round(fontSizeBase * lineHeight);
|
|
74676
|
+
var uploadToken = merge(token, {
|
|
74677
|
+
uploadThumbnailSize: fontSizeHeading3 * 2,
|
|
74678
|
+
uploadProgressOffset: listItemHeightSM / 2 + lineWidth,
|
|
74679
|
+
uploadPicCardSize: controlHeightLG * 2.55
|
|
74680
|
+
});
|
|
74681
|
+
return [upload_style_genBaseStyle(uploadToken), dragger(uploadToken), genPictureStyle(uploadToken), genPictureCardStyle(uploadToken), list(uploadToken), upload_style_motion(uploadToken), style_rtl(uploadToken), collapse(uploadToken)];
|
|
74682
|
+
}));
|
|
74089
74683
|
;// CONCATENATED MODULE: ./packages/form/es/index.js
|
|
74090
74684
|
// 兼容代码-----------
|
|
74091
74685
|
|
|
74092
74686
|
|
|
74093
74687
|
|
|
74094
74688
|
|
|
74689
|
+
|
|
74690
|
+
|
|
74691
|
+
|
|
74692
|
+
|
|
74095
74693
|
//----------------------
|
|
74096
74694
|
|
|
74097
74695
|
|
|
@@ -74689,7 +75287,7 @@ var StatisticSkeleton = function StatisticSkeleton(_ref2) {
|
|
|
74689
75287
|
children: new Array(arraySize).fill(null).map(function (_, index) {
|
|
74690
75288
|
return (0,jsx_runtime.jsxs)("div", {
|
|
74691
75289
|
style: {
|
|
74692
|
-
|
|
75290
|
+
borderInlineStart: arraySize > 2 && index === 1 ? '1px solid rgba(0,0,0,0.06)' : undefined,
|
|
74693
75291
|
paddingInlineStart: firstWidth(index),
|
|
74694
75292
|
flex: 1,
|
|
74695
75293
|
marginInlineEnd: index === 0 ? 16 : 0
|
|
@@ -76100,6 +76698,123 @@ var genSharedAnchorStyle = function genSharedAnchorStyle(token) {
|
|
|
76100
76698
|
});
|
|
76101
76699
|
return [genSharedAnchorStyle(anchorToken)];
|
|
76102
76700
|
}));
|
|
76701
|
+
;// CONCATENATED MODULE: ./node_modules/antd/es/avatar/style/index.js
|
|
76702
|
+
|
|
76703
|
+
|
|
76704
|
+
|
|
76705
|
+
|
|
76706
|
+
|
|
76707
|
+
var avatar_style_genBaseStyle = function genBaseStyle(token) {
|
|
76708
|
+
var _extends2, _extends3;
|
|
76709
|
+
|
|
76710
|
+
var antCls = token.antCls,
|
|
76711
|
+
componentCls = token.componentCls,
|
|
76712
|
+
iconCls = token.iconCls,
|
|
76713
|
+
avatarBg = token.avatarBg,
|
|
76714
|
+
avatarColor = token.avatarColor,
|
|
76715
|
+
avatarSizeBase = token.avatarSizeBase,
|
|
76716
|
+
avatarSizeLG = token.avatarSizeLG,
|
|
76717
|
+
avatarSizeSM = token.avatarSizeSM,
|
|
76718
|
+
avatarFontSizeBase = token.avatarFontSizeBase,
|
|
76719
|
+
avatarFontSizeLG = token.avatarFontSizeLG,
|
|
76720
|
+
avatarFontSizeSM = token.avatarFontSizeSM,
|
|
76721
|
+
controlRadius = token.controlRadius,
|
|
76722
|
+
controlRadiusLG = token.controlRadiusLG,
|
|
76723
|
+
controlRadiusSM = token.controlRadiusSM,
|
|
76724
|
+
lineWidth = token.lineWidth,
|
|
76725
|
+
lineType = token.lineType; // Avatar size style
|
|
76726
|
+
|
|
76727
|
+
var avatarSizeStyle = function avatarSizeStyle(size, fontSize, radius) {
|
|
76728
|
+
var _ref;
|
|
76729
|
+
|
|
76730
|
+
return _ref = {
|
|
76731
|
+
width: size,
|
|
76732
|
+
height: size,
|
|
76733
|
+
lineHeight: "".concat(size - lineWidth * 2, "px"),
|
|
76734
|
+
borderRadius: '50%'
|
|
76735
|
+
}, defineProperty_defineProperty(_ref, "&".concat(componentCls, "-square"), {
|
|
76736
|
+
borderRadius: radius
|
|
76737
|
+
}), defineProperty_defineProperty(_ref, "".concat(componentCls, "-string"), {
|
|
76738
|
+
position: 'absolute',
|
|
76739
|
+
left: {
|
|
76740
|
+
_skip_check_: true,
|
|
76741
|
+
value: '50%'
|
|
76742
|
+
},
|
|
76743
|
+
transformOrigin: '0 center'
|
|
76744
|
+
}), defineProperty_defineProperty(_ref, "&".concat(componentCls, "-icon"), defineProperty_defineProperty({
|
|
76745
|
+
fontSize: fontSize
|
|
76746
|
+
}, "> ".concat(iconCls), {
|
|
76747
|
+
margin: 0
|
|
76748
|
+
})), _ref;
|
|
76749
|
+
};
|
|
76750
|
+
|
|
76751
|
+
return defineProperty_defineProperty({}, componentCls, extends_extends(extends_extends(extends_extends(extends_extends({}, style_resetComponent(token)), (_extends2 = {
|
|
76752
|
+
position: 'relative',
|
|
76753
|
+
display: 'inline-block',
|
|
76754
|
+
overflow: 'hidden',
|
|
76755
|
+
color: avatarColor,
|
|
76756
|
+
whiteSpace: 'nowrap',
|
|
76757
|
+
textAlign: 'center',
|
|
76758
|
+
verticalAlign: 'middle',
|
|
76759
|
+
background: avatarBg,
|
|
76760
|
+
border: "".concat(lineWidth, "px ").concat(lineType, " transparent")
|
|
76761
|
+
}, defineProperty_defineProperty(_extends2, "&-image", {
|
|
76762
|
+
background: 'transparent'
|
|
76763
|
+
}), defineProperty_defineProperty(_extends2, "".concat(antCls, "-image-img"), {
|
|
76764
|
+
display: 'block'
|
|
76765
|
+
}), _extends2)), avatarSizeStyle(avatarSizeBase, avatarFontSizeBase, controlRadius)), (_extends3 = {}, defineProperty_defineProperty(_extends3, "&-lg", extends_extends({}, avatarSizeStyle(avatarSizeLG, avatarFontSizeLG, controlRadiusLG))), defineProperty_defineProperty(_extends3, "&-sm", extends_extends({}, avatarSizeStyle(avatarSizeSM, avatarFontSizeSM, controlRadiusSM))), defineProperty_defineProperty(_extends3, '> img', {
|
|
76766
|
+
display: 'block',
|
|
76767
|
+
width: '100%',
|
|
76768
|
+
height: '100%',
|
|
76769
|
+
objectFit: 'cover'
|
|
76770
|
+
}), _extends3)));
|
|
76771
|
+
};
|
|
76772
|
+
|
|
76773
|
+
var style_genGroupStyle = function genGroupStyle(token) {
|
|
76774
|
+
var _$concat3;
|
|
76775
|
+
|
|
76776
|
+
var componentCls = token.componentCls,
|
|
76777
|
+
avatarGroupBorderColor = token.avatarGroupBorderColor,
|
|
76778
|
+
avatarGroupOverlapping = token.avatarGroupOverlapping,
|
|
76779
|
+
avatarGroupSpace = token.avatarGroupSpace;
|
|
76780
|
+
return defineProperty_defineProperty({}, "".concat(componentCls, "-group"), (_$concat3 = {
|
|
76781
|
+
display: 'inline-flex'
|
|
76782
|
+
}, defineProperty_defineProperty(_$concat3, "".concat(componentCls), defineProperty_defineProperty({
|
|
76783
|
+
borderColor: avatarGroupBorderColor
|
|
76784
|
+
}, "&:not(:first-child)", {
|
|
76785
|
+
marginInlineStart: -avatarGroupOverlapping
|
|
76786
|
+
})), defineProperty_defineProperty(_$concat3, "&-popover", defineProperty_defineProperty({}, "".concat(componentCls, " + ").concat(componentCls), {
|
|
76787
|
+
marginInlineStart: avatarGroupSpace
|
|
76788
|
+
})), _$concat3));
|
|
76789
|
+
};
|
|
76790
|
+
|
|
76791
|
+
/* harmony default export */ var avatar_style = (genComponentStyleHook_genComponentStyleHook('Avatar', function (token) {
|
|
76792
|
+
var colorTextLightSolid = token.colorTextLightSolid,
|
|
76793
|
+
controlHeight = token.controlHeight,
|
|
76794
|
+
controlHeightLG = token.controlHeightLG,
|
|
76795
|
+
controlHeightSM = token.controlHeightSM,
|
|
76796
|
+
fontSize = token.fontSize,
|
|
76797
|
+
fontSizeLG = token.fontSizeLG,
|
|
76798
|
+
fontSizeXL = token.fontSizeXL,
|
|
76799
|
+
fontSizeHeading3 = token.fontSizeHeading3,
|
|
76800
|
+
marginXS = token.marginXS,
|
|
76801
|
+
colorBorderBg = token.colorBorderBg,
|
|
76802
|
+
colorTextPlaceholder = token.colorTextPlaceholder;
|
|
76803
|
+
var avatarToken = merge(token, {
|
|
76804
|
+
avatarBg: colorTextPlaceholder,
|
|
76805
|
+
avatarColor: colorTextLightSolid,
|
|
76806
|
+
avatarSizeBase: controlHeight,
|
|
76807
|
+
avatarSizeLG: controlHeightLG,
|
|
76808
|
+
avatarSizeSM: controlHeightSM,
|
|
76809
|
+
avatarFontSizeBase: Math.round((fontSizeLG + fontSizeXL) / 2),
|
|
76810
|
+
avatarFontSizeLG: fontSizeHeading3,
|
|
76811
|
+
avatarFontSizeSM: fontSize,
|
|
76812
|
+
avatarGroupOverlapping: marginXS,
|
|
76813
|
+
avatarGroupSpace: marginXS,
|
|
76814
|
+
avatarGroupBorderColor: colorBorderBg
|
|
76815
|
+
});
|
|
76816
|
+
return [avatar_style_genBaseStyle(avatarToken), style_genGroupStyle(avatarToken)];
|
|
76817
|
+
}));
|
|
76103
76818
|
;// CONCATENATED MODULE: ./node_modules/antd/es/breadcrumb/style/index.js
|
|
76104
76819
|
|
|
76105
76820
|
|
|
@@ -76161,134 +76876,6 @@ var genBreadcrumbStyle = function genBreadcrumbStyle(token) {
|
|
|
76161
76876
|
});
|
|
76162
76877
|
return [genBreadcrumbStyle(BreadcrumbToken)];
|
|
76163
76878
|
}));
|
|
76164
|
-
;// CONCATENATED MODULE: ./node_modules/antd/es/divider/style/index.js
|
|
76165
|
-
|
|
76166
|
-
|
|
76167
|
-
|
|
76168
|
-
// ============================== Shared ==============================
|
|
76169
|
-
|
|
76170
|
-
var genSharedDividerStyle = function genSharedDividerStyle(token) {
|
|
76171
|
-
var _extends2;
|
|
76172
|
-
|
|
76173
|
-
var componentCls = token.componentCls,
|
|
76174
|
-
sizePaddingEdgeHorizontal = token.sizePaddingEdgeHorizontal,
|
|
76175
|
-
colorSplit = token.colorSplit,
|
|
76176
|
-
controlLineWidth = token.controlLineWidth;
|
|
76177
|
-
return defineProperty_defineProperty({}, componentCls, extends_extends(extends_extends({}, style_resetComponent(token)), (_extends2 = {
|
|
76178
|
-
borderBlockStart: "".concat(controlLineWidth, "px solid ").concat(colorSplit),
|
|
76179
|
-
// vertical
|
|
76180
|
-
'&-vertical': {
|
|
76181
|
-
position: 'relative',
|
|
76182
|
-
top: '-0.06em',
|
|
76183
|
-
display: 'inline-block',
|
|
76184
|
-
height: '0.9em',
|
|
76185
|
-
margin: "0 ".concat(token.dividerVerticalGutterMargin, "px"),
|
|
76186
|
-
verticalAlign: 'middle',
|
|
76187
|
-
borderTop: 0,
|
|
76188
|
-
borderInlineStart: "".concat(controlLineWidth, "px solid ").concat(colorSplit)
|
|
76189
|
-
},
|
|
76190
|
-
'&-horizontal': {
|
|
76191
|
-
display: 'flex',
|
|
76192
|
-
clear: 'both',
|
|
76193
|
-
width: '100%',
|
|
76194
|
-
minWidth: '100%',
|
|
76195
|
-
margin: "".concat(token.dividerHorizontalGutterMargin, "px 0")
|
|
76196
|
-
},
|
|
76197
|
-
'&-horizontal&-with-text': {
|
|
76198
|
-
display: 'flex',
|
|
76199
|
-
margin: "".concat(token.dividerHorizontalWithTextGutterMargin, "px 0"),
|
|
76200
|
-
color: token.colorTextHeading,
|
|
76201
|
-
fontWeight: 500,
|
|
76202
|
-
fontSize: token.fontSizeLG,
|
|
76203
|
-
whiteSpace: 'nowrap',
|
|
76204
|
-
textAlign: 'center',
|
|
76205
|
-
borderBlockStart: "0 ".concat(colorSplit),
|
|
76206
|
-
'&::before, &::after': {
|
|
76207
|
-
position: 'relative',
|
|
76208
|
-
top: '50%',
|
|
76209
|
-
width: '50%',
|
|
76210
|
-
borderBlockStart: "".concat(controlLineWidth, "px solid transparent"),
|
|
76211
|
-
// Chrome not accept `inherit` in `border-top`
|
|
76212
|
-
borderBlockStartColor: 'inherit',
|
|
76213
|
-
borderBlockEnd: 0,
|
|
76214
|
-
transform: 'translateY(50%)',
|
|
76215
|
-
content: "''"
|
|
76216
|
-
}
|
|
76217
|
-
},
|
|
76218
|
-
'&-horizontal&-with-text-left': {
|
|
76219
|
-
'&::before': {
|
|
76220
|
-
top: '50%',
|
|
76221
|
-
width: '5%'
|
|
76222
|
-
},
|
|
76223
|
-
'&::after': {
|
|
76224
|
-
top: '50%',
|
|
76225
|
-
width: '95%'
|
|
76226
|
-
}
|
|
76227
|
-
},
|
|
76228
|
-
'&-horizontal&-with-text-right': {
|
|
76229
|
-
'&::before': {
|
|
76230
|
-
top: '50%',
|
|
76231
|
-
width: '95%'
|
|
76232
|
-
},
|
|
76233
|
-
'&::after': {
|
|
76234
|
-
top: '50%',
|
|
76235
|
-
width: '5%'
|
|
76236
|
-
}
|
|
76237
|
-
}
|
|
76238
|
-
}, defineProperty_defineProperty(_extends2, "".concat(componentCls, "-inner-text"), {
|
|
76239
|
-
display: 'inline-block',
|
|
76240
|
-
padding: '0 1em'
|
|
76241
|
-
}), defineProperty_defineProperty(_extends2, '&-dashed', {
|
|
76242
|
-
background: 'none',
|
|
76243
|
-
borderColor: colorSplit,
|
|
76244
|
-
borderStyle: 'dashed',
|
|
76245
|
-
borderWidth: 0,
|
|
76246
|
-
borderBlockStart: "".concat(controlLineWidth, "px")
|
|
76247
|
-
}), defineProperty_defineProperty(_extends2, '&-horizontal&-with-text&-dashed', {
|
|
76248
|
-
'&::before, &::after': {
|
|
76249
|
-
borderStyle: 'dashed none none'
|
|
76250
|
-
}
|
|
76251
|
-
}), defineProperty_defineProperty(_extends2, '&-vertical&-dashed', {
|
|
76252
|
-
borderInlineStart: controlLineWidth,
|
|
76253
|
-
borderInlineEnd: 0,
|
|
76254
|
-
borderBlockStart: 0,
|
|
76255
|
-
borderBlockEnd: 0
|
|
76256
|
-
}), defineProperty_defineProperty(_extends2, '&-plain&-with-text', {
|
|
76257
|
-
color: token.colorText,
|
|
76258
|
-
fontWeight: 'normal',
|
|
76259
|
-
fontSize: token.fontSize
|
|
76260
|
-
}), defineProperty_defineProperty(_extends2, '&-horizontal&-with-text-left&-no-default-orientation-margin-left', defineProperty_defineProperty({
|
|
76261
|
-
'&::before': {
|
|
76262
|
-
width: 0
|
|
76263
|
-
},
|
|
76264
|
-
'&::after': {
|
|
76265
|
-
width: '100%'
|
|
76266
|
-
}
|
|
76267
|
-
}, "".concat(componentCls, "-inner-text"), {
|
|
76268
|
-
paddingInlineStart: sizePaddingEdgeHorizontal
|
|
76269
|
-
})), defineProperty_defineProperty(_extends2, '&-horizontal&-with-text-right&-no-default-orientation-margin-right', defineProperty_defineProperty({
|
|
76270
|
-
'&::before': {
|
|
76271
|
-
width: '100%'
|
|
76272
|
-
},
|
|
76273
|
-
'&::after': {
|
|
76274
|
-
width: 0
|
|
76275
|
-
}
|
|
76276
|
-
}, "".concat(componentCls, "-inner-text"), {
|
|
76277
|
-
paddingInlineEnd: sizePaddingEdgeHorizontal
|
|
76278
|
-
})), _extends2)));
|
|
76279
|
-
}; // ============================== Export ==============================
|
|
76280
|
-
|
|
76281
|
-
|
|
76282
|
-
/* harmony default export */ var divider_style = (genComponentStyleHook_genComponentStyleHook('Divider', function (token) {
|
|
76283
|
-
var dividerToken = merge(token, {
|
|
76284
|
-
dividerVerticalGutterMargin: token.marginXS,
|
|
76285
|
-
dividerHorizontalWithTextGutterMargin: token.margin,
|
|
76286
|
-
dividerHorizontalGutterMargin: token.marginLG
|
|
76287
|
-
});
|
|
76288
|
-
return [genSharedDividerStyle(dividerToken)];
|
|
76289
|
-
}, {
|
|
76290
|
-
sizePaddingEdgeHorizontal: 0
|
|
76291
|
-
}));
|
|
76292
76879
|
;// CONCATENATED MODULE: ./node_modules/antd/es/layout/style/light.js
|
|
76293
76880
|
|
|
76294
76881
|
|
|
@@ -76773,7 +77360,7 @@ var getRTLStyle = function getRTLStyle(_ref) {
|
|
|
76773
77360
|
})), _ref2;
|
|
76774
77361
|
};
|
|
76775
77362
|
|
|
76776
|
-
/* harmony default export */ var
|
|
77363
|
+
/* harmony default export */ var menu_style_rtl = (getRTLStyle);
|
|
76777
77364
|
;// CONCATENATED MODULE: ./node_modules/antd/es/menu/style/theme.js
|
|
76778
77365
|
|
|
76779
77366
|
|
|
@@ -77274,7 +77861,7 @@ var getBaseStyle = function getBaseStyle(token) {
|
|
|
77274
77861
|
horizontal(menuToken), // Vertical
|
|
77275
77862
|
style_vertical(menuToken), // Theme
|
|
77276
77863
|
theme(menuToken), // RTL
|
|
77277
|
-
|
|
77864
|
+
menu_style_rtl(menuToken), // Motion
|
|
77278
77865
|
collapse(menuToken), initSlideMotion(menuToken, 'slide-up'), initSlideMotion(menuToken, 'slide-down'), initZoomMotion(menuToken, 'zoom-big')];
|
|
77279
77866
|
}, function (token) {
|
|
77280
77867
|
var colorPrimary = token.colorPrimary,
|
|
@@ -77569,7 +78156,7 @@ var genFooterToolBarStyle = function genFooterToolBarStyle(token) {
|
|
|
77569
78156
|
|
|
77570
78157
|
/* A way to reset the style of the component. */
|
|
77571
78158
|
backgroundColor: 'rgba(255, 255, 255, 0.58)',
|
|
77572
|
-
|
|
78159
|
+
borderBlockStart: "1px solid ".concat(token.colorSplit),
|
|
77573
78160
|
'-webkit-backdrop-filter': 'blur(8px)',
|
|
77574
78161
|
backdropFilter: 'blur(8px)',
|
|
77575
78162
|
transition: 'all 0.2s ease 0s',
|
|
@@ -78439,7 +79026,6 @@ var PageContainer_excluded = ["title", "content", "pageHeaderRender", "header",
|
|
|
78439
79026
|
|
|
78440
79027
|
|
|
78441
79028
|
|
|
78442
|
-
|
|
78443
79029
|
function genLoading(spinProps) {
|
|
78444
79030
|
if (typeof_typeof(spinProps) === 'object') {
|
|
78445
79031
|
return spinProps;
|
|
@@ -78464,7 +79050,7 @@ var PageContainer_renderFooter = function renderFooter(_ref) {
|
|
|
78464
79050
|
prefixedClassName = _ref.prefixedClassName;
|
|
78465
79051
|
|
|
78466
79052
|
if (Array.isArray(tabList) || tabBarExtraContent) {
|
|
78467
|
-
return (0,jsx_runtime.jsx)(external_antd_.Tabs, objectSpread2_objectSpread2(
|
|
79053
|
+
return (0,jsx_runtime.jsx)(external_antd_.Tabs, objectSpread2_objectSpread2({
|
|
78468
79054
|
className: "".concat(prefixedClassName, "-tabs"),
|
|
78469
79055
|
activeKey: tabActiveKey,
|
|
78470
79056
|
onChange: function onChange(key) {
|
|
@@ -78472,19 +79058,17 @@ var PageContainer_renderFooter = function renderFooter(_ref) {
|
|
|
78472
79058
|
onTabChange(key);
|
|
78473
79059
|
}
|
|
78474
79060
|
},
|
|
78475
|
-
tabBarExtraContent: tabBarExtraContent
|
|
78476
|
-
|
|
78477
|
-
|
|
78478
|
-
|
|
78479
|
-
|
|
78480
|
-
|
|
78481
|
-
|
|
78482
|
-
|
|
78483
|
-
|
|
78484
|
-
}))
|
|
78485
|
-
);
|
|
79061
|
+
tabBarExtraContent: tabBarExtraContent,
|
|
79062
|
+
items: tabList === null || tabList === void 0 ? void 0 : tabList.map(function (item, index) {
|
|
79063
|
+
var _item$key;
|
|
79064
|
+
|
|
79065
|
+
return objectSpread2_objectSpread2(objectSpread2_objectSpread2({
|
|
79066
|
+
label: item.tab
|
|
79067
|
+
}, item), {}, {
|
|
79068
|
+
key: ((_item$key = item.key) === null || _item$key === void 0 ? void 0 : _item$key.toString()) || (index === null || index === void 0 ? void 0 : index.toString())
|
|
79069
|
+
});
|
|
78486
79070
|
})
|
|
78487
|
-
}));
|
|
79071
|
+
}, tabProps));
|
|
78488
79072
|
}
|
|
78489
79073
|
|
|
78490
79074
|
return null;
|
|
@@ -78903,7 +79487,7 @@ var genProLayoutHeaderStyle = function genProLayoutHeaderStyle(token) {
|
|
|
78903
79487
|
width: '100%',
|
|
78904
79488
|
paddingBlock: 0,
|
|
78905
79489
|
paddingInline: 8,
|
|
78906
|
-
|
|
79490
|
+
borderBlockEnd: "1px solid ".concat(token.colorSplit),
|
|
78907
79491
|
backgroundColor: token.colorBgHeader || 'rgba(255, 255, 255, 0.4)',
|
|
78908
79492
|
WebkitBackdropFilter: 'blur(8px)',
|
|
78909
79493
|
backdropFilter: 'blur(8px)',
|
|
@@ -80059,7 +80643,7 @@ var MenuUtil = /*#__PURE__*/_createClass(function MenuUtil(props) {
|
|
|
80059
80643
|
key: (item.key || item.path) + '-group-divider',
|
|
80060
80644
|
style: {
|
|
80061
80645
|
padding: 0,
|
|
80062
|
-
|
|
80646
|
+
borderBlockEnd: 0,
|
|
80063
80647
|
margin: _this.props.collapsed ? '4px' : '6px 16px',
|
|
80064
80648
|
marginBlockStart: _this.props.collapsed ? 4 : 8,
|
|
80065
80649
|
borderColor: designToken === null || designToken === void 0 ? void 0 : (_designToken$sider = designToken.sider) === null || _designToken$sider === void 0 ? void 0 : _designToken$sider.colorMenuItemDivider
|
|
@@ -81432,7 +82016,7 @@ var NotificationOutlined_NotificationOutlined = function NotificationOutlined(pr
|
|
|
81432
82016
|
NotificationOutlined_NotificationOutlined.displayName = 'NotificationOutlined';
|
|
81433
82017
|
/* harmony default export */ var icons_NotificationOutlined = (/*#__PURE__*/external_React_.forwardRef(NotificationOutlined_NotificationOutlined));
|
|
81434
82018
|
// EXTERNAL MODULE: ./node_modules/@umijs/ssr-darkreader/darkreader.js
|
|
81435
|
-
var darkreader = __webpack_require__(
|
|
82019
|
+
var darkreader = __webpack_require__(897);
|
|
81436
82020
|
;// CONCATENATED MODULE: ./packages/layout/es/locales/en-US/settingDrawer.js
|
|
81437
82021
|
/* harmony default export */ var settingDrawer = ({
|
|
81438
82022
|
'app.setting.pagestyle': 'Page style setting',
|
|
@@ -85108,7 +85692,7 @@ var style_genSiderMenuStyle = function genSiderMenuStyle(token) {
|
|
|
85108
85692
|
paddingBlock: 16,
|
|
85109
85693
|
color: token.colorTextMenu,
|
|
85110
85694
|
cursor: 'pointer',
|
|
85111
|
-
|
|
85695
|
+
borderBlockEnd: "1px solid ".concat(token.colorMenuItemDivider),
|
|
85112
85696
|
'> a': {
|
|
85113
85697
|
display: 'flex',
|
|
85114
85698
|
alignItems: 'center',
|
|
@@ -86266,6 +86850,7 @@ var ProLayout_ProLayout = function ProLayout(props) {
|
|
|
86266
86850
|
|
|
86267
86851
|
|
|
86268
86852
|
|
|
86853
|
+
|
|
86269
86854
|
//----------------------
|
|
86270
86855
|
|
|
86271
86856
|
|
|
@@ -90630,8 +91215,6 @@ function ColumnSetting(props) {
|
|
|
90630
91215
|
|
|
90631
91216
|
|
|
90632
91217
|
|
|
90633
|
-
var HeaderMenu_excluded = ["label", "key"];
|
|
90634
|
-
|
|
90635
91218
|
|
|
90636
91219
|
|
|
90637
91220
|
|
|
@@ -90678,19 +91261,17 @@ var HeaderMenu = function HeaderMenu(props) {
|
|
|
90678
91261
|
|
|
90679
91262
|
if (type === 'tab') {
|
|
90680
91263
|
return (0,jsx_runtime.jsx)(external_antd_.Tabs, {
|
|
91264
|
+
items: items.map(function (item) {
|
|
91265
|
+
var _item$key;
|
|
91266
|
+
|
|
91267
|
+
return objectSpread2_objectSpread2(objectSpread2_objectSpread2({}, item), {}, {
|
|
91268
|
+
key: (_item$key = item.key) === null || _item$key === void 0 ? void 0 : _item$key.toString()
|
|
91269
|
+
});
|
|
91270
|
+
}),
|
|
90681
91271
|
activeKey: activeItem.key,
|
|
90682
91272
|
onTabClick: function onTabClick(key) {
|
|
90683
91273
|
return setActiveKey(key);
|
|
90684
|
-
}
|
|
90685
|
-
children: items.map(function (_ref, index) {
|
|
90686
|
-
var label = _ref.label,
|
|
90687
|
-
key = _ref.key,
|
|
90688
|
-
rest = objectWithoutProperties_objectWithoutProperties(_ref, HeaderMenu_excluded);
|
|
90689
|
-
|
|
90690
|
-
return (0,jsx_runtime.jsx)(external_antd_.Tabs.TabPane, objectSpread2_objectSpread2({
|
|
90691
|
-
tab: label
|
|
90692
|
-
}, rest), key || index);
|
|
90693
|
-
})
|
|
91274
|
+
}
|
|
90694
91275
|
});
|
|
90695
91276
|
}
|
|
90696
91277
|
|
|
@@ -90807,7 +91388,7 @@ var genProListStyle = function genProListStyle(token) {
|
|
|
90807
91388
|
}, "".concat(token.antCls, "-tabs-top > ").concat(token.antCls, "-tabs-nav"), defineProperty_defineProperty({
|
|
90808
91389
|
marginBlockEnd: 0,
|
|
90809
91390
|
'&::before': {
|
|
90810
|
-
|
|
91391
|
+
borderBlockEnd: 0
|
|
90811
91392
|
}
|
|
90812
91393
|
}, "".concat(token.antCls, "-tabs-nav-list"), {
|
|
90813
91394
|
marginBlockStart: 0,
|
|
@@ -90897,11 +91478,17 @@ var ListToolBarTabBar = function ListToolBarTabBar(_ref) {
|
|
|
90897
91478
|
className: "".concat(prefixCls, "-extra-line"),
|
|
90898
91479
|
children: tabs.items && tabs.items.length ? (0,jsx_runtime.jsx)(external_antd_.Tabs, {
|
|
90899
91480
|
activeKey: tabs.activeKey,
|
|
91481
|
+
items: tabs.items.map(function (item, index) {
|
|
91482
|
+
var _item$key;
|
|
91483
|
+
|
|
91484
|
+
return objectSpread2_objectSpread2(objectSpread2_objectSpread2({
|
|
91485
|
+
label: item.tab
|
|
91486
|
+
}, item), {}, {
|
|
91487
|
+
key: ((_item$key = item.key) === null || _item$key === void 0 ? void 0 : _item$key.toString()) || (index === null || index === void 0 ? void 0 : index.toString())
|
|
91488
|
+
});
|
|
91489
|
+
}),
|
|
90900
91490
|
onChange: tabs.onChange,
|
|
90901
|
-
tabBarExtraContent: filtersNode
|
|
90902
|
-
children: tabs.items.map(function (tab, index) {
|
|
90903
|
-
return (0,jsx_runtime.jsx)(external_antd_.Tabs.TabPane, objectSpread2_objectSpread2({}, tab), tab.key || index);
|
|
90904
|
-
})
|
|
91491
|
+
tabBarExtraContent: filtersNode
|
|
90905
91492
|
}) : filtersNode
|
|
90906
91493
|
});
|
|
90907
91494
|
};
|
|
@@ -112594,39 +113181,39 @@ var es_style_genProListStyle = function genProListStyle(token) {
|
|
|
112594
113181
|
}, defineProperty_defineProperty(_token$componentCls, "".concat(token.proComponentsCls, "-table-alert"), {
|
|
112595
113182
|
marginBlockEnd: '16px'
|
|
112596
113183
|
}), defineProperty_defineProperty(_token$componentCls, '&-row', (_row = {
|
|
112597
|
-
|
|
112598
|
-
|
|
112599
|
-
|
|
112600
|
-
|
|
112601
|
-
|
|
112602
|
-
|
|
112603
|
-
|
|
112604
|
-
|
|
112605
|
-
|
|
112606
|
-
|
|
112607
|
-
|
|
112608
|
-
|
|
112609
|
-
|
|
112610
|
-
|
|
112611
|
-
|
|
112612
|
-
|
|
112613
|
-
|
|
112614
|
-
|
|
112615
|
-
'
|
|
112616
|
-
|
|
112617
|
-
|
|
112618
|
-
|
|
112619
|
-
|
|
112620
|
-
|
|
112621
|
-
|
|
112622
|
-
|
|
112623
|
-
}
|
|
112624
|
-
|
|
112625
|
-
|
|
112626
|
-
|
|
112627
|
-
|
|
112628
|
-
|
|
112629
|
-
}, defineProperty_defineProperty(_row, "&".concat(token.componentCls, "-row-editable"), defineProperty_defineProperty({}, "".concat(token.componentCls, "-list-item"), {
|
|
113184
|
+
borderBlockEnd: "1px solid ".concat(token.colorSplit)
|
|
113185
|
+
}, defineProperty_defineProperty(_row, "".concat(token.antCls, "-list-item-meta-title"), {
|
|
113186
|
+
borderBlockEnd: 'none',
|
|
113187
|
+
margin: 0
|
|
113188
|
+
}), defineProperty_defineProperty(_row, '&:last-child', defineProperty_defineProperty({
|
|
113189
|
+
borderBlockEnd: 'none'
|
|
113190
|
+
}, "".concat(token.antCls, "-list-item"), {
|
|
113191
|
+
borderBlockEnd: 'none'
|
|
113192
|
+
})), defineProperty_defineProperty(_row, '&:hover', (_hover = {
|
|
113193
|
+
backgroundColor: 'rgba(0, 0, 0, 0.02)',
|
|
113194
|
+
transition: 'background-color 0.3s'
|
|
113195
|
+
}, defineProperty_defineProperty(_hover, "".concat(token.antCls, "-list-item-action"), {
|
|
113196
|
+
display: 'block'
|
|
113197
|
+
}), defineProperty_defineProperty(_hover, "".concat(token.antCls, "-list-item-extra"), {
|
|
113198
|
+
display: 'flex'
|
|
113199
|
+
}), defineProperty_defineProperty(_hover, "".concat(token.componentCls, "-row-extra"), {
|
|
113200
|
+
display: 'block'
|
|
113201
|
+
}), defineProperty_defineProperty(_hover, "".concat(token.componentCls, "-row-subheader-actions"), {
|
|
113202
|
+
display: 'block'
|
|
113203
|
+
}), _hover)), defineProperty_defineProperty(_row, '&-card', defineProperty_defineProperty({
|
|
113204
|
+
marginBlock: 8,
|
|
113205
|
+
marginInline: 0,
|
|
113206
|
+
paddingBlock: 0,
|
|
113207
|
+
paddingInline: 8,
|
|
113208
|
+
'&:hover': {
|
|
113209
|
+
backgroundColor: 'transparent'
|
|
113210
|
+
}
|
|
113211
|
+
}, "".concat(token.antCls, "-list-item-meta-title"), {
|
|
113212
|
+
flexShrink: 9,
|
|
113213
|
+
marginBlock: 0,
|
|
113214
|
+
marginInline: 0,
|
|
113215
|
+
lineHeight: '22px'
|
|
113216
|
+
})), defineProperty_defineProperty(_row, "&".concat(token.componentCls, "-row-editable"), defineProperty_defineProperty({}, "".concat(token.componentCls, "-list-item"), {
|
|
112630
113217
|
'&-meta': {
|
|
112631
113218
|
'&-avatar,&-description,&-title': {
|
|
112632
113219
|
paddingBlock: 6,
|
|
@@ -112722,13 +113309,13 @@ var es_style_genProListStyle = function genProListStyle(token) {
|
|
|
112722
113309
|
width: '16px',
|
|
112723
113310
|
marginInlineEnd: '12px'
|
|
112724
113311
|
}), defineProperty_defineProperty(_row, '&-no-split', (_noSplit = {}, defineProperty_defineProperty(_noSplit, "".concat(token.componentCls, "-row"), {
|
|
112725
|
-
|
|
113312
|
+
borderBlockEnd: 'none'
|
|
112726
113313
|
}), defineProperty_defineProperty(_noSplit, "".concat(token.antCls, "-list ").concat(token.antCls, "-list-item"), {
|
|
112727
|
-
|
|
113314
|
+
borderBlockEnd: 'none'
|
|
112728
113315
|
}), _noSplit)), defineProperty_defineProperty(_row, '&-bordered', defineProperty_defineProperty({}, "".concat(token.componentCls, "-toolbar"), {
|
|
112729
|
-
|
|
113316
|
+
borderBlockEnd: "1px solid ".concat(token.colorSplit)
|
|
112730
113317
|
})), defineProperty_defineProperty(_row, "".concat(token.antCls, "-list-vertical"), (_$concat5 = {}, defineProperty_defineProperty(_$concat5, "".concat(token.componentCls, "-row"), {
|
|
112731
|
-
|
|
113318
|
+
borderBlockEnd: '12px 18px 12px 24px'
|
|
112732
113319
|
}), defineProperty_defineProperty(_$concat5, '&-header-title', {
|
|
112733
113320
|
display: 'flex',
|
|
112734
113321
|
flexDirection: 'column',
|
|
@@ -112761,7 +113348,7 @@ var es_style_genProListStyle = function genProListStyle(token) {
|
|
|
112761
113348
|
'&-header': {
|
|
112762
113349
|
paddingBlock: 0,
|
|
112763
113350
|
paddingInline: 0,
|
|
112764
|
-
|
|
113351
|
+
borderBlockEnd: 'none'
|
|
112765
113352
|
}
|
|
112766
113353
|
}, "".concat(token.antCls, "-list-item"), {
|
|
112767
113354
|
width: '100%',
|
|
@@ -112952,17 +113539,17 @@ function BaseProList(props) {
|
|
|
112952
113539
|
/* harmony default export */ var list_es = ((/* unused pure expression or super */ null && (ProList)));
|
|
112953
113540
|
;// CONCATENATED MODULE: ./packages/components/src/version.ts
|
|
112954
113541
|
var version_version = {
|
|
112955
|
-
"@ant-design/pro-card": "2.0.0-experimental.
|
|
112956
|
-
"@ant-design/pro-components": "2.0.
|
|
112957
|
-
"@ant-design/pro-descriptions": "2.0.0-experimental.
|
|
112958
|
-
"@ant-design/pro-field": "2.0.0-experimental.
|
|
112959
|
-
"@ant-design/pro-form": "2.0.0-experimental.
|
|
112960
|
-
"@ant-design/pro-layout": "7.0.0-experimental.
|
|
112961
|
-
"@ant-design/pro-list": "2.0.0-experimental.
|
|
113542
|
+
"@ant-design/pro-card": "2.0.0-experimental.17",
|
|
113543
|
+
"@ant-design/pro-components": "2.0.4",
|
|
113544
|
+
"@ant-design/pro-descriptions": "2.0.0-experimental.18",
|
|
113545
|
+
"@ant-design/pro-field": "2.0.0-experimental.17",
|
|
113546
|
+
"@ant-design/pro-form": "2.0.0-experimental.18",
|
|
113547
|
+
"@ant-design/pro-layout": "7.0.0-experimental.29",
|
|
113548
|
+
"@ant-design/pro-list": "2.0.0-experimental.19",
|
|
112962
113549
|
"@ant-design/pro-provider": "2.0.0-experimental.10",
|
|
112963
|
-
"@ant-design/pro-skeleton": "2.0.0-experimental.
|
|
112964
|
-
"@ant-design/pro-table": "3.0.0-experimental.
|
|
112965
|
-
"@ant-design/pro-utils": "2.0.0-experimental.
|
|
113550
|
+
"@ant-design/pro-skeleton": "2.0.0-experimental.8",
|
|
113551
|
+
"@ant-design/pro-table": "3.0.0-experimental.19",
|
|
113552
|
+
"@ant-design/pro-utils": "2.0.0-experimental.16"
|
|
112966
113553
|
};
|
|
112967
113554
|
;// CONCATENATED MODULE: ./packages/components/src/index.tsx
|
|
112968
113555
|
|