@ant-design/pro-components 2.0.0-experimental.7 → 2.0.0-experimental.8
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 +1277 -677
- package/dist/components.min.js +1 -1
- package/es/version.js +9 -9
- package/package.json +10 -10
package/dist/components.js
CHANGED
|
@@ -23165,6 +23165,17 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
23165
23165
|
"zhTWIntl": function() { return /* reexport */ zhTWIntl; }
|
|
23166
23166
|
});
|
|
23167
23167
|
|
|
23168
|
+
// NAMESPACE OBJECT: ./packages/utils/es/useStyle/token.js
|
|
23169
|
+
var token_namespaceObject = {};
|
|
23170
|
+
__webpack_require__.r(token_namespaceObject);
|
|
23171
|
+
__webpack_require__.d(token_namespaceObject, {
|
|
23172
|
+
"darkAlgorithm": function() { return darkAlgorithm; },
|
|
23173
|
+
"defaultAlgorithm": function() { return defaultAlgorithm; },
|
|
23174
|
+
"defaultTheme": function() { return defaultTheme; },
|
|
23175
|
+
"token": function() { return token_token; },
|
|
23176
|
+
"useToken": function() { return useToken; }
|
|
23177
|
+
});
|
|
23178
|
+
|
|
23168
23179
|
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
23169
23180
|
function defineProperty_defineProperty(obj, key, value) {
|
|
23170
23181
|
if (key in obj) {
|
|
@@ -28972,12 +28983,398 @@ function module_tinycolor(color, opts) {
|
|
|
28972
28983
|
|
|
28973
28984
|
return new TinyColor(color, opts);
|
|
28974
28985
|
}
|
|
28986
|
+
;// CONCATENATED MODULE: ./packages/utils/es/useStyle/token.js
|
|
28987
|
+
|
|
28988
|
+
|
|
28989
|
+
var defaultTheme = {
|
|
28990
|
+
blue: '#1890FF',
|
|
28991
|
+
purple: '#722ED1',
|
|
28992
|
+
cyan: '#13C2C2',
|
|
28993
|
+
green: '#52C41A',
|
|
28994
|
+
magenta: '#EB2F96',
|
|
28995
|
+
pink: '#eb2f96',
|
|
28996
|
+
red: '#F5222D',
|
|
28997
|
+
orange: '#FA8C16',
|
|
28998
|
+
yellow: '#FADB14',
|
|
28999
|
+
volcano: '#FA541C',
|
|
29000
|
+
geekblue: '#2F54EB',
|
|
29001
|
+
gold: '#FAAD14',
|
|
29002
|
+
lime: '#A0D911',
|
|
29003
|
+
colorPrimary: '#1677ff',
|
|
29004
|
+
colorSuccess: '#52c41a',
|
|
29005
|
+
colorWarning: '#faad14',
|
|
29006
|
+
colorError: '#ff4d4f',
|
|
29007
|
+
colorInfo: '#1677FF',
|
|
29008
|
+
colorTextBase: '#000',
|
|
29009
|
+
colorTextLightSolid: '#fff',
|
|
29010
|
+
colorBgBase: '#fff',
|
|
29011
|
+
fontFamily: "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial,\\n'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',\\n'Noto Color Emoji'",
|
|
29012
|
+
fontSizeBase: 14,
|
|
29013
|
+
gridUnit: 4,
|
|
29014
|
+
gridBaseStep: 2,
|
|
29015
|
+
lineWidth: 1,
|
|
29016
|
+
lineType: 'solid',
|
|
29017
|
+
motionUnit: 0.1,
|
|
29018
|
+
motionBase: 0,
|
|
29019
|
+
motionEaseOutCirc: 'cubic-bezier(0.08, 0.82, 0.17, 1)',
|
|
29020
|
+
motionEaseInOutCirc: 'cubic-bezier(0.78, 0.14, 0.15, 0.86)',
|
|
29021
|
+
motionEaseOut: 'cubic-bezier(0.215, 0.61, 0.355, 1)',
|
|
29022
|
+
motionEaseInOut: 'cubic-bezier(0.645, 0.045, 0.355, 1)',
|
|
29023
|
+
motionEaseOutBack: 'cubic-bezier(0.12, 0.4, 0.29, 1.46)',
|
|
29024
|
+
motionEaseInQuint: 'cubic-bezier(0.645, 0.045, 0.355, 1)',
|
|
29025
|
+
motionEaseOutQuint: 'cubic-bezier(0.23, 1, 0.32, 1)',
|
|
29026
|
+
radiusBase: 4,
|
|
29027
|
+
sizeUnit: 4,
|
|
29028
|
+
sizeBaseStep: 4,
|
|
29029
|
+
sizePopupArrow: 11.313708498984761,
|
|
29030
|
+
controlHeight: 32,
|
|
29031
|
+
zIndexBase: 0,
|
|
29032
|
+
zIndexPopupBase: 1000,
|
|
29033
|
+
opacityImage: 1,
|
|
29034
|
+
'blue-1': '#e6f7ff',
|
|
29035
|
+
'blue-2': '#bae7ff',
|
|
29036
|
+
'blue-3': '#91d5ff',
|
|
29037
|
+
'blue-4': '#69c0ff',
|
|
29038
|
+
'blue-5': '#40a9ff',
|
|
29039
|
+
'blue-6': '#1890ff',
|
|
29040
|
+
'blue-7': '#096dd9',
|
|
29041
|
+
'blue-8': '#0050b3',
|
|
29042
|
+
'blue-9': '#003a8c',
|
|
29043
|
+
'blue-10': '#002766',
|
|
29044
|
+
'purple-1': '#f9f0ff',
|
|
29045
|
+
'purple-2': '#efdbff',
|
|
29046
|
+
'purple-3': '#d3adf7',
|
|
29047
|
+
'purple-4': '#b37feb',
|
|
29048
|
+
'purple-5': '#9254de',
|
|
29049
|
+
'purple-6': '#722ed1',
|
|
29050
|
+
'purple-7': '#531dab',
|
|
29051
|
+
'purple-8': '#391085',
|
|
29052
|
+
'purple-9': '#22075e',
|
|
29053
|
+
'purple-10': '#120338',
|
|
29054
|
+
'cyan-1': '#e6fffb',
|
|
29055
|
+
'cyan-2': '#b5f5ec',
|
|
29056
|
+
'cyan-3': '#87e8de',
|
|
29057
|
+
'cyan-4': '#5cdbd3',
|
|
29058
|
+
'cyan-5': '#36cfc9',
|
|
29059
|
+
'cyan-6': '#13c2c2',
|
|
29060
|
+
'cyan-7': '#08979c',
|
|
29061
|
+
'cyan-8': '#006d75',
|
|
29062
|
+
'cyan-9': '#00474f',
|
|
29063
|
+
'cyan-10': '#002329',
|
|
29064
|
+
'green-1': '#f6ffed',
|
|
29065
|
+
'green-2': '#d9f7be',
|
|
29066
|
+
'green-3': '#b7eb8f',
|
|
29067
|
+
'green-4': '#95de64',
|
|
29068
|
+
'green-5': '#73d13d',
|
|
29069
|
+
'green-6': '#52c41a',
|
|
29070
|
+
'green-7': '#389e0d',
|
|
29071
|
+
'green-8': '#237804',
|
|
29072
|
+
'green-9': '#135200',
|
|
29073
|
+
'green-10': '#092b00',
|
|
29074
|
+
'magenta-1': '#fff0f6',
|
|
29075
|
+
'magenta-2': '#ffd6e7',
|
|
29076
|
+
'magenta-3': '#ffadd2',
|
|
29077
|
+
'magenta-4': '#ff85c0',
|
|
29078
|
+
'magenta-5': '#f759ab',
|
|
29079
|
+
'magenta-6': '#eb2f96',
|
|
29080
|
+
'magenta-7': '#c41d7f',
|
|
29081
|
+
'magenta-8': '#9e1068',
|
|
29082
|
+
'magenta-9': '#780650',
|
|
29083
|
+
'magenta-10': '#520339',
|
|
29084
|
+
'pink-1': '#fff0f6',
|
|
29085
|
+
'pink-2': '#ffd6e7',
|
|
29086
|
+
'pink-3': '#ffadd2',
|
|
29087
|
+
'pink-4': '#ff85c0',
|
|
29088
|
+
'pink-5': '#f759ab',
|
|
29089
|
+
'pink-6': '#eb2f96',
|
|
29090
|
+
'pink-7': '#c41d7f',
|
|
29091
|
+
'pink-8': '#9e1068',
|
|
29092
|
+
'pink-9': '#780650',
|
|
29093
|
+
'pink-10': '#520339',
|
|
29094
|
+
'red-1': '#fff1f0',
|
|
29095
|
+
'red-2': '#ffccc7',
|
|
29096
|
+
'red-3': '#ffa39e',
|
|
29097
|
+
'red-4': '#ff7875',
|
|
29098
|
+
'red-5': '#ff4d4f',
|
|
29099
|
+
'red-6': '#f5222d',
|
|
29100
|
+
'red-7': '#cf1322',
|
|
29101
|
+
'red-8': '#a8071a',
|
|
29102
|
+
'red-9': '#820014',
|
|
29103
|
+
'red-10': '#5c0011',
|
|
29104
|
+
'orange-1': '#fff7e6',
|
|
29105
|
+
'orange-2': '#ffe7ba',
|
|
29106
|
+
'orange-3': '#ffd591',
|
|
29107
|
+
'orange-4': '#ffc069',
|
|
29108
|
+
'orange-5': '#ffa940',
|
|
29109
|
+
'orange-6': '#fa8c16',
|
|
29110
|
+
'orange-7': '#d46b08',
|
|
29111
|
+
'orange-8': '#ad4e00',
|
|
29112
|
+
'orange-9': '#873800',
|
|
29113
|
+
'orange-10': '#612500',
|
|
29114
|
+
'yellow-1': '#feffe6',
|
|
29115
|
+
'yellow-2': '#ffffb8',
|
|
29116
|
+
'yellow-3': '#fffb8f',
|
|
29117
|
+
'yellow-4': '#fff566',
|
|
29118
|
+
'yellow-5': '#ffec3d',
|
|
29119
|
+
'yellow-6': '#fadb14',
|
|
29120
|
+
'yellow-7': '#d4b106',
|
|
29121
|
+
'yellow-8': '#ad8b00',
|
|
29122
|
+
'yellow-9': '#876800',
|
|
29123
|
+
'yellow-10': '#614700',
|
|
29124
|
+
'volcano-1': '#fff2e8',
|
|
29125
|
+
'volcano-2': '#ffd8bf',
|
|
29126
|
+
'volcano-3': '#ffbb96',
|
|
29127
|
+
'volcano-4': '#ff9c6e',
|
|
29128
|
+
'volcano-5': '#ff7a45',
|
|
29129
|
+
'volcano-6': '#fa541c',
|
|
29130
|
+
'volcano-7': '#d4380d',
|
|
29131
|
+
'volcano-8': '#ad2102',
|
|
29132
|
+
'volcano-9': '#871400',
|
|
29133
|
+
'volcano-10': '#610b00',
|
|
29134
|
+
'geekblue-1': '#f0f5ff',
|
|
29135
|
+
'geekblue-2': '#d6e4ff',
|
|
29136
|
+
'geekblue-3': '#adc6ff',
|
|
29137
|
+
'geekblue-4': '#85a5ff',
|
|
29138
|
+
'geekblue-5': '#597ef7',
|
|
29139
|
+
'geekblue-6': '#2f54eb',
|
|
29140
|
+
'geekblue-7': '#1d39c4',
|
|
29141
|
+
'geekblue-8': '#10239e',
|
|
29142
|
+
'geekblue-9': '#061178',
|
|
29143
|
+
'geekblue-10': '#030852',
|
|
29144
|
+
'gold-1': '#fffbe6',
|
|
29145
|
+
'gold-2': '#fff1b8',
|
|
29146
|
+
'gold-3': '#ffe58f',
|
|
29147
|
+
'gold-4': '#ffd666',
|
|
29148
|
+
'gold-5': '#ffc53d',
|
|
29149
|
+
'gold-6': '#faad14',
|
|
29150
|
+
'gold-7': '#d48806',
|
|
29151
|
+
'gold-8': '#ad6800',
|
|
29152
|
+
'gold-9': '#874d00',
|
|
29153
|
+
'gold-10': '#613400',
|
|
29154
|
+
'lime-1': '#fcffe6',
|
|
29155
|
+
'lime-2': '#f4ffb8',
|
|
29156
|
+
'lime-3': '#eaff8f',
|
|
29157
|
+
'lime-4': '#d3f261',
|
|
29158
|
+
'lime-5': '#bae637',
|
|
29159
|
+
'lime-6': '#a0d911',
|
|
29160
|
+
'lime-7': '#7cb305',
|
|
29161
|
+
'lime-8': '#5b8c00',
|
|
29162
|
+
'lime-9': '#3f6600',
|
|
29163
|
+
'lime-10': '#254000',
|
|
29164
|
+
colorFill: 'rgba(0, 0, 0, 0.06)',
|
|
29165
|
+
colorFillSecondary: 'rgba(0, 0, 0, 0.04)',
|
|
29166
|
+
colorFillTertiary: 'rgba(0, 0, 0, 0.03)',
|
|
29167
|
+
colorFillQuaternary: 'rgba(0, 0, 0, 0.02)',
|
|
29168
|
+
colorBgLayout: '#f5f5f5',
|
|
29169
|
+
colorBgContainer: '#ffffff',
|
|
29170
|
+
colorBgElevated: '#ffffff',
|
|
29171
|
+
colorBorder: '#d9d9d9',
|
|
29172
|
+
colorBorderSecondary: '#f0f0f0',
|
|
29173
|
+
colorSplit: 'rgba(0, 0, 0, 0.06)',
|
|
29174
|
+
colorText: 'rgba(0, 0, 0, 0.85)',
|
|
29175
|
+
colorTextSecondary: 'rgba(0, 0, 0, 0.45)',
|
|
29176
|
+
colorTextTertiary: 'rgba(0, 0, 0, 0.45)',
|
|
29177
|
+
colorTextQuaternary: 'rgba(0, 0, 0, 0.25)',
|
|
29178
|
+
colorPrimaryBg: '#e6f4ff',
|
|
29179
|
+
colorPrimaryBgHover: '#bae0ff',
|
|
29180
|
+
colorPrimaryBorder: '#91caff',
|
|
29181
|
+
colorPrimaryBorderHover: '#69b1ff',
|
|
29182
|
+
colorPrimaryHover: '#4096ff',
|
|
29183
|
+
colorPrimaryActive: '#0958d9',
|
|
29184
|
+
colorPrimaryTextHover: '#4096ff',
|
|
29185
|
+
colorPrimaryText: '#1677ff',
|
|
29186
|
+
colorPrimaryTextActive: '#0958d9',
|
|
29187
|
+
colorSuccessBg: '#f6ffed',
|
|
29188
|
+
colorSuccessBgHover: '#d9f7be',
|
|
29189
|
+
colorSuccessBorder: '#b7eb8f',
|
|
29190
|
+
colorSuccessBorderHover: '#95de64',
|
|
29191
|
+
colorSuccessHover: '#73d13d',
|
|
29192
|
+
colorSuccessActive: '#389e0d',
|
|
29193
|
+
colorSuccessTextHover: '#73d13d',
|
|
29194
|
+
colorSuccessText: '#52c41a',
|
|
29195
|
+
colorSuccessTextActive: '#389e0d',
|
|
29196
|
+
colorErrorBg: '#fff2f0',
|
|
29197
|
+
colorErrorBgHover: '#fff1f0',
|
|
29198
|
+
colorErrorBorder: '#ffccc7',
|
|
29199
|
+
colorErrorBorderHover: '#ffa39e',
|
|
29200
|
+
colorErrorHover: '#ff7875',
|
|
29201
|
+
colorErrorActive: '#d9363e',
|
|
29202
|
+
colorErrorTextHover: '#ff7875',
|
|
29203
|
+
colorErrorText: '#ff4d4f',
|
|
29204
|
+
colorErrorTextActive: '#d9363e',
|
|
29205
|
+
colorWarningBg: '#fffbe6',
|
|
29206
|
+
colorWarningBgHover: '#fff1b8',
|
|
29207
|
+
colorWarningBorder: '#ffe58f',
|
|
29208
|
+
colorWarningBorderHover: '#ffd666',
|
|
29209
|
+
colorWarningHover: '#ffc53d',
|
|
29210
|
+
colorWarningActive: '#d48806',
|
|
29211
|
+
colorWarningTextHover: '#ffc53d',
|
|
29212
|
+
colorWarningText: '#faad14',
|
|
29213
|
+
colorWarningTextActive: '#d48806',
|
|
29214
|
+
colorInfoBg: '#e6f7ff',
|
|
29215
|
+
colorInfoBgHover: '#bae7ff',
|
|
29216
|
+
colorInfoBorder: '#91d5ff',
|
|
29217
|
+
colorInfoBorderHover: '#69c0ff',
|
|
29218
|
+
colorInfoHover: '#40a9ff',
|
|
29219
|
+
colorInfoActive: '#096dd9',
|
|
29220
|
+
colorInfoTextHover: '#40a9ff',
|
|
29221
|
+
colorInfoText: '#1890ff',
|
|
29222
|
+
colorInfoTextActive: '#096dd9',
|
|
29223
|
+
colorBgMask: 'rgba(0, 0, 0, 0.45)',
|
|
29224
|
+
colorBgSpotlight: 'rgba(0, 0, 0, 0.85)',
|
|
29225
|
+
motionDurationFast: '0.1s',
|
|
29226
|
+
motionDurationMid: '0.2s',
|
|
29227
|
+
motionDurationSlow: '0.3s',
|
|
29228
|
+
fontSizes: [12, 14, 16, 20, 24, 30, 38, 46, 56, 68],
|
|
29229
|
+
lineHeights: [1.6666666666666667, 1.5714285714285714, 1.5, 1.4, 1.3333333333333333, 1.2666666666666666, 1.2105263157894737, 1.173913043478261, 1.1428571428571428, 1.1176470588235294],
|
|
29230
|
+
sizeSpaceSM: 12,
|
|
29231
|
+
sizeSpace: 16,
|
|
29232
|
+
sizeSpaceXS: 8,
|
|
29233
|
+
sizeSpaceXXS: 4,
|
|
29234
|
+
gridSpaceSM: 4,
|
|
29235
|
+
gridSpaceBase: 8,
|
|
29236
|
+
gridSpaceLG: 12,
|
|
29237
|
+
gridSpaceXL: 16,
|
|
29238
|
+
gridSpaceXXL: 28,
|
|
29239
|
+
lineWidthBold: 2,
|
|
29240
|
+
radiusSM: 2,
|
|
29241
|
+
radiusLG: 8,
|
|
29242
|
+
radiusXL: 16,
|
|
29243
|
+
controlHeightSM: 24,
|
|
29244
|
+
controlHeightXS: 16,
|
|
29245
|
+
controlHeightLG: 40,
|
|
29246
|
+
Layout: {
|
|
29247
|
+
colorBgHeader: 'transparent',
|
|
29248
|
+
colorBgBody: 'transparent'
|
|
29249
|
+
},
|
|
29250
|
+
colorLink: '#1677ff',
|
|
29251
|
+
colorLinkHover: '#4096ff',
|
|
29252
|
+
colorLinkActive: '#0958d9',
|
|
29253
|
+
colorFillContent: 'rgba(0, 0, 0, 0.04)',
|
|
29254
|
+
colorFillContentHover: 'rgba(0, 0, 0, 0.06)',
|
|
29255
|
+
colorFillAlter: 'rgba(0, 0, 0, 0.02)',
|
|
29256
|
+
colorBgContainerDisabled: 'rgba(0, 0, 0, 0.03)',
|
|
29257
|
+
colorBorderBg: '#ffffff',
|
|
29258
|
+
colorTextPlaceholder: 'rgba(0, 0, 0, 0.25)',
|
|
29259
|
+
colorTextDisabled: 'rgba(0, 0, 0, 0.25)',
|
|
29260
|
+
colorTextHeading: 'rgba(0, 0, 0, 0.85)',
|
|
29261
|
+
colorTextLabel: 'rgba(0, 0, 0, 0.65)',
|
|
29262
|
+
colorTextDescription: 'rgba(0, 0, 0, 0.65)',
|
|
29263
|
+
colorHighlight: '#ff4d4f',
|
|
29264
|
+
colorIcon: 'rgba(0, 0, 0, 0.45)',
|
|
29265
|
+
colorIconHover: 'rgba(0, 0, 0, 0.85)',
|
|
29266
|
+
colorErrorOutline: '#fff2f0',
|
|
29267
|
+
colorWarningOutline: '#fffbe6',
|
|
29268
|
+
fontSizeSM: 12,
|
|
29269
|
+
fontSize: 14,
|
|
29270
|
+
fontSizeLG: 16,
|
|
29271
|
+
fontSizeXL: 20,
|
|
29272
|
+
fontSizeHeading1: 38,
|
|
29273
|
+
fontSizeHeading2: 30,
|
|
29274
|
+
fontSizeHeading3: 24,
|
|
29275
|
+
fontSizeHeading4: 20,
|
|
29276
|
+
fontSizeHeading5: 16,
|
|
29277
|
+
fontSizeIcon: 12,
|
|
29278
|
+
lineHeight: 1.5714285714285714,
|
|
29279
|
+
lineHeightLG: 1.5,
|
|
29280
|
+
lineHeightSM: 1.6666666666666667,
|
|
29281
|
+
lineHeightHeading1: 1.2105263157894737,
|
|
29282
|
+
lineHeightHeading2: 1.2666666666666666,
|
|
29283
|
+
lineHeightHeading3: 1.3333333333333333,
|
|
29284
|
+
lineHeightHeading4: 1.4,
|
|
29285
|
+
lineHeightHeading5: 1.5,
|
|
29286
|
+
controlLineWidth: 1,
|
|
29287
|
+
controlOutlineWidth: 2,
|
|
29288
|
+
controlInteractiveSize: 16,
|
|
29289
|
+
controlItemBgHover: 'rgba(0, 0, 0, 0.03)',
|
|
29290
|
+
controlItemBgActive: '#e6f4ff',
|
|
29291
|
+
controlItemBgActiveHover: '#bae0ff',
|
|
29292
|
+
controlItemBgActiveDisabled: 'rgba(0, 0, 0, 0.25)',
|
|
29293
|
+
controlTmpOutline: 'rgba(0, 0, 0, 0.02)',
|
|
29294
|
+
controlOutline: '#e6f4ff',
|
|
29295
|
+
controlLineType: 'solid',
|
|
29296
|
+
controlRadius: 4,
|
|
29297
|
+
fontWeightStrong: 600,
|
|
29298
|
+
opacityLoading: 0.65,
|
|
29299
|
+
linkDecoration: 'none',
|
|
29300
|
+
linkHoverDecoration: 'none',
|
|
29301
|
+
linkFocusDecoration: 'none',
|
|
29302
|
+
controlPaddingHorizontal: 12,
|
|
29303
|
+
controlPaddingHorizontalSM: 8,
|
|
29304
|
+
padding: 16,
|
|
29305
|
+
margin: 16,
|
|
29306
|
+
paddingXXS: 4,
|
|
29307
|
+
paddingXS: 8,
|
|
29308
|
+
paddingSM: 12,
|
|
29309
|
+
paddingLG: 24,
|
|
29310
|
+
paddingXL: 32,
|
|
29311
|
+
marginXXS: 4,
|
|
29312
|
+
marginXS: 8,
|
|
29313
|
+
marginSM: 12,
|
|
29314
|
+
marginLG: 24,
|
|
29315
|
+
marginXL: 32,
|
|
29316
|
+
marginXXL: 48,
|
|
29317
|
+
boxShadow: '0 2px 8px -2px rgba(0,0,0,0.05), 0 1px 4px -1px rgba(25,15,15,0.07), 0 0 1px 0 rgba(0,0,0,0.08)',
|
|
29318
|
+
screenXS: 480,
|
|
29319
|
+
screenXSMin: 480,
|
|
29320
|
+
screenXSMax: 479,
|
|
29321
|
+
screenSM: 576,
|
|
29322
|
+
screenSMMin: 576,
|
|
29323
|
+
screenSMMax: 575,
|
|
29324
|
+
screenMD: 768,
|
|
29325
|
+
screenMDMin: 768,
|
|
29326
|
+
screenMDMax: 767,
|
|
29327
|
+
screenLG: 992,
|
|
29328
|
+
screenLGMin: 992,
|
|
29329
|
+
screenLGMax: 991,
|
|
29330
|
+
screenXL: 1200,
|
|
29331
|
+
screenXLMin: 1200,
|
|
29332
|
+
screenXLMax: 1199,
|
|
29333
|
+
screenXXL: 1600,
|
|
29334
|
+
screenXXLMin: 1600,
|
|
29335
|
+
screenXXLMax: 1599,
|
|
29336
|
+
boxShadowPopoverArrow: '3px 3px 7px rgba(0, 0, 0, 0.1)',
|
|
29337
|
+
boxShadowPopoverArrowBottom: '2px 2px 5px rgba(0, 0, 0, 0.1)',
|
|
29338
|
+
boxShadowSegmentedSelectedItem: '0 2px 8px -2px rgba(0, 0, 0, 0.05),0 1px 4px -1px rgba(0, 0, 0, 0.07),0 0 1px 0 rgba(0, 0, 0, 0.08)',
|
|
29339
|
+
boxShadowCard: '0 4px 16px -4px rgba(0,0,0,0.05), 0 2px 8px -2px rgba(25,15,15,0.07), 0 1px 2px 0 rgba(0,0,0,0.08)',
|
|
29340
|
+
boxShadowDrawerRight: '6px 0 16px -8px rgba(0, 0, 0, 0.08), 9px 0 28px 0 rgba(0, 0, 0, 0.05),12px 0 48px 16px rgba(0, 0, 0, 0.03)',
|
|
29341
|
+
boxShadowDrawerLeft: '-6px 0 16px -8px rgba(0, 0, 0, 0.08), -9px 0 28px 0 rgba(0, 0, 0, 0.05), -12px 0 48px 16px rgba(0, 0, 0, 0.03)',
|
|
29342
|
+
boxShadowDrawerUp: '0 -6px 16px -8px rgba(0, 0, 0, 0.32), 0 -9px 28px 0 rgba(0, 0, 0, 0.2),0 -12px 48px 16px rgba(0, 0, 0, 0.12)',
|
|
29343
|
+
boxShadowDrawerDown: '0 6px 16px -8px rgba(0, 0, 0, 0.32), 0 9px 28px 0 rgba(0, 0, 0, 0.2), 0 12px 48px 16px rgba(0, 0, 0, 0.12)',
|
|
29344
|
+
boxShadowTabsOverflowLeft: 'inset 10px 0 8px -8px rgba(0, 0, 0, 0.08)',
|
|
29345
|
+
boxShadowTabsOverflowRight: 'inset -10px 0 8px -8px rgba(0, 0, 0, 0.08)',
|
|
29346
|
+
boxShadowTabsOverflowTop: 'inset 0 10px 8px -8px rgba(0, 0, 0, 0.08)',
|
|
29347
|
+
boxShadowTabsOverflowBottom: 'inset 0 -10px 8px -8px rgba(0, 0, 0, 0.08)',
|
|
29348
|
+
_tokenKey: '15a20jx',
|
|
29349
|
+
_hashId: 'css-dev-only-do-not-override-5zawe1'
|
|
29350
|
+
};
|
|
29351
|
+
var token_token = {
|
|
29352
|
+
theme: {
|
|
29353
|
+
id: 0
|
|
29354
|
+
},
|
|
29355
|
+
token: defaultTheme,
|
|
29356
|
+
hashId: ''
|
|
29357
|
+
};
|
|
29358
|
+
var useToken = function useToken() {
|
|
29359
|
+
var _useState = (0,external_React_.useState)(token_token),
|
|
29360
|
+
_useState2 = slicedToArray_slicedToArray(_useState, 1),
|
|
29361
|
+
stateToken = _useState2[0];
|
|
29362
|
+
|
|
29363
|
+
return stateToken;
|
|
29364
|
+
};
|
|
29365
|
+
var darkAlgorithm = function darkAlgorithm() {
|
|
29366
|
+
return defaultTheme;
|
|
29367
|
+
};
|
|
29368
|
+
var defaultAlgorithm = function defaultAlgorithm() {
|
|
29369
|
+
return defaultTheme;
|
|
29370
|
+
};
|
|
28975
29371
|
;// CONCATENATED MODULE: ./packages/utils/es/useStyle/index.js
|
|
28976
29372
|
|
|
28977
29373
|
|
|
28978
29374
|
|
|
28979
29375
|
|
|
28980
29376
|
|
|
29377
|
+
|
|
28981
29378
|
var setAlpha = function setAlpha(baseColor, alpha) {
|
|
28982
29379
|
return new TinyColor(baseColor).setAlpha(alpha).toRgbString();
|
|
28983
29380
|
};
|
|
@@ -28985,9 +29382,12 @@ var lighten = function lighten(baseColor, brightness) {
|
|
|
28985
29382
|
var instance = new TinyColor(baseColor);
|
|
28986
29383
|
return instance.lighten(brightness).toHexString();
|
|
28987
29384
|
};
|
|
28988
|
-
|
|
29385
|
+
|
|
29386
|
+
var _batToken$antdTheme = objectSpread2_objectSpread2(objectSpread2_objectSpread2({}, token_namespaceObject), external_antd_.theme),
|
|
29387
|
+
useStyle_useToken = _batToken$antdTheme.useToken;
|
|
29388
|
+
|
|
28989
29389
|
function useStyle(componentName, styleFn) {
|
|
28990
|
-
var _useToken =
|
|
29390
|
+
var _useToken = useStyle_useToken(),
|
|
28991
29391
|
token = _useToken.token,
|
|
28992
29392
|
hashId = _useToken.hashId,
|
|
28993
29393
|
theme = _useToken.theme;
|
|
@@ -29020,7 +29420,9 @@ var genProStyle = function genProStyle(token) {
|
|
|
29020
29420
|
return defineProperty_defineProperty({}, token.componentCls, {
|
|
29021
29421
|
display: 'flex',
|
|
29022
29422
|
justifyContent: 'space-between',
|
|
29023
|
-
|
|
29423
|
+
paddingBlock: 16,
|
|
29424
|
+
paddingInlineStart: 8,
|
|
29425
|
+
paddingInlineEnd: 16,
|
|
29024
29426
|
borderTop: "1px solid ".concat(token.colorSplit)
|
|
29025
29427
|
});
|
|
29026
29428
|
};
|
|
@@ -29587,7 +29989,8 @@ var style_genProStyle = function genProStyle(token) {
|
|
|
29587
29989
|
gap: '4px',
|
|
29588
29990
|
alignItems: 'center',
|
|
29589
29991
|
height: '30px',
|
|
29590
|
-
|
|
29992
|
+
paddingBlock: 0,
|
|
29993
|
+
paddingInline: 4,
|
|
29591
29994
|
fontSize: '@font-size-base',
|
|
29592
29995
|
lineHeight: '30px',
|
|
29593
29996
|
borderRadius: '2px',
|
|
@@ -29596,7 +29999,8 @@ var style_genProStyle = function genProStyle(token) {
|
|
|
29596
29999
|
backgroundColor: 'rgba(0,0,0,0.1)'
|
|
29597
30000
|
},
|
|
29598
30001
|
'&-active': defineProperty_defineProperty({
|
|
29599
|
-
|
|
30002
|
+
paddingBlock: 0,
|
|
30003
|
+
paddingInline: 12,
|
|
29600
30004
|
backgroundColor: 'rgba(0,0,0,0.04)'
|
|
29601
30005
|
}, "&".concat(token.componentCls, "-allow-clear:hover:not(").concat(token.componentCls, "-disabled)"), (_$concat$concat = {}, defineProperty_defineProperty(_$concat$concat, "".concat(token.componentCls, "-arrow"), {
|
|
29602
30006
|
display: 'none'
|
|
@@ -29605,16 +30009,18 @@ var style_genProStyle = function genProStyle(token) {
|
|
|
29605
30009
|
}), _$concat$concat)),
|
|
29606
30010
|
'&-icon': defineProperty_defineProperty({
|
|
29607
30011
|
height: '12px',
|
|
29608
|
-
|
|
30012
|
+
paddingBlock: 1,
|
|
30013
|
+
paddingInline: 1,
|
|
29609
30014
|
color: token.colorIcon,
|
|
29610
30015
|
fontSize: '12px',
|
|
29611
30016
|
verticalAlign: 'middle'
|
|
29612
30017
|
}, "&".concat(token.componentCls, "-close"), {
|
|
29613
30018
|
display: 'none',
|
|
29614
30019
|
height: '14px',
|
|
29615
|
-
|
|
30020
|
+
paddingBlock: 4,
|
|
30021
|
+
paddingInline: 4,
|
|
29616
30022
|
color: token.colorBgBase,
|
|
29617
|
-
fontSize:
|
|
30023
|
+
fontSize: 8,
|
|
29618
30024
|
backgroundColor: token.colorTextPlaceholder,
|
|
29619
30025
|
borderRadius: '50%',
|
|
29620
30026
|
'&:hover': {
|
|
@@ -29629,27 +30035,33 @@ var style_genProStyle = function genProStyle(token) {
|
|
|
29629
30035
|
}),
|
|
29630
30036
|
'&-small': (_small = {
|
|
29631
30037
|
height: '24px',
|
|
29632
|
-
|
|
30038
|
+
paddingBlock: 0,
|
|
30039
|
+
paddingInline: 4,
|
|
29633
30040
|
fontSize: token.fontSizeSM,
|
|
29634
30041
|
lineHeight: '24px'
|
|
29635
30042
|
}, defineProperty_defineProperty(_small, "&".concat(token.componentCls, "-active"), {
|
|
29636
|
-
|
|
30043
|
+
paddingBlock: 0,
|
|
30044
|
+
paddingInline: 8
|
|
29637
30045
|
}), defineProperty_defineProperty(_small, "".concat(token.componentCls, "-icon"), {
|
|
29638
|
-
|
|
30046
|
+
paddingBlock: 0,
|
|
30047
|
+
paddingInline: 0
|
|
29639
30048
|
}), defineProperty_defineProperty(_small, "".concat(token.componentCls, "-close"), {
|
|
29640
|
-
|
|
29641
|
-
|
|
30049
|
+
marginBlockStart: '-2px',
|
|
30050
|
+
paddingBlock: 4,
|
|
30051
|
+
paddingInline: 4,
|
|
29642
30052
|
fontSize: '6px'
|
|
29643
30053
|
}), _small),
|
|
29644
30054
|
'&-bordered': {
|
|
29645
30055
|
height: '32px',
|
|
29646
|
-
|
|
30056
|
+
paddingBlock: 0,
|
|
30057
|
+
paddingInline: 12,
|
|
29647
30058
|
border: "".concat(token.controlLineWidth, " solid ").concat(token.colorBorder),
|
|
29648
30059
|
borderRadius: '@border-radius-base'
|
|
29649
30060
|
},
|
|
29650
30061
|
'&-bordered&-small': {
|
|
29651
30062
|
height: '24px',
|
|
29652
|
-
|
|
30063
|
+
paddingBlock: 0,
|
|
30064
|
+
paddingInline: 8
|
|
29653
30065
|
},
|
|
29654
30066
|
'&-bordered&-active': {
|
|
29655
30067
|
backgroundColor: token.colorBgBase
|
|
@@ -29765,7 +30177,7 @@ var FieldLabel = function FieldLabel(props, ref) {
|
|
|
29765
30177
|
},
|
|
29766
30178
|
children: [prefix, (0,jsx_runtime.jsx)("span", {
|
|
29767
30179
|
style: {
|
|
29768
|
-
|
|
30180
|
+
paddingInlineStart: 4
|
|
29769
30181
|
},
|
|
29770
30182
|
children: typeof str === 'string' ? str === null || str === void 0 ? void 0 : (_str$toString = str.toString()) === null || _str$toString === void 0 ? void 0 : (_str$toString$substr = _str$toString.substr) === null || _str$toString$substr === void 0 ? void 0 : _str$toString$substr.call(_str$toString, 0, VALUE_MAX_LENGTH) : str
|
|
29771
30183
|
}), tail]
|
|
@@ -29809,14 +30221,16 @@ var FilterDropdown_style_genProStyle = function genProStyle(token) {
|
|
|
29809
30221
|
cursor: 'pointer'
|
|
29810
30222
|
}), defineProperty_defineProperty(_ref, "".concat(token.componentCls, "-overlay"), {
|
|
29811
30223
|
minWidth: '200px',
|
|
29812
|
-
|
|
30224
|
+
marginBlockStart: '4px',
|
|
29813
30225
|
backgroundColor: token.colorBgContainer,
|
|
29814
30226
|
boxShadow: token.boxShadowCard,
|
|
29815
30227
|
'*': {
|
|
30228
|
+
fontFamily: token.fontFamily,
|
|
29816
30229
|
boxSizing: 'border-box'
|
|
29817
30230
|
}
|
|
29818
30231
|
}), defineProperty_defineProperty(_ref, "".concat(token.componentCls, "-content"), {
|
|
29819
|
-
|
|
30232
|
+
paddingBlock: 16,
|
|
30233
|
+
paddingInline: 16
|
|
29820
30234
|
}), _ref;
|
|
29821
30235
|
};
|
|
29822
30236
|
|
|
@@ -29926,7 +30340,9 @@ var InlineErrorFormItem_style_genProStyle = function genProStyle(token) {
|
|
|
29926
30340
|
var progressBgCls = "".concat(token.antCls, "-progress-bg");
|
|
29927
30341
|
return defineProperty_defineProperty({}, token.componentCls, {
|
|
29928
30342
|
'&-multiple': {
|
|
29929
|
-
|
|
30343
|
+
paddingBlockStart: 6,
|
|
30344
|
+
paddingBlockEnd: 12,
|
|
30345
|
+
paddingInline: 8
|
|
29930
30346
|
},
|
|
29931
30347
|
'&-progress': {
|
|
29932
30348
|
'&-success': defineProperty_defineProperty({}, progressBgCls, {
|
|
@@ -29994,10 +30410,10 @@ var InlineErrorFormItem_excluded = ["label", "rules", "name", "children", "popov
|
|
|
29994
30410
|
|
|
29995
30411
|
|
|
29996
30412
|
var FIX_INLINE_STYLE = {
|
|
29997
|
-
|
|
29998
|
-
|
|
29999
|
-
|
|
30000
|
-
|
|
30413
|
+
marginBlockStart: -5,
|
|
30414
|
+
marginBlockEnd: -5,
|
|
30415
|
+
marginInlineStart: 0,
|
|
30416
|
+
marginInlineEnd: 0
|
|
30001
30417
|
};
|
|
30002
30418
|
|
|
30003
30419
|
var InlineErrorFormItem = function InlineErrorFormItem(_ref) {
|
|
@@ -30161,7 +30577,7 @@ var LabelIconTip_style_genProStyle = function genProStyle(token) {
|
|
|
30161
30577
|
maxWidth: '100%',
|
|
30162
30578
|
'&-icon': {
|
|
30163
30579
|
display: 'block',
|
|
30164
|
-
|
|
30580
|
+
marginInlineStart: '4px',
|
|
30165
30581
|
cursor: 'pointer',
|
|
30166
30582
|
'&:hover': {
|
|
30167
30583
|
color: token.colorPrimaryBgHover
|
|
@@ -30172,7 +30588,7 @@ var LabelIconTip_style_genProStyle = function genProStyle(token) {
|
|
|
30172
30588
|
flex: '1'
|
|
30173
30589
|
},
|
|
30174
30590
|
'&-subtitle ': {
|
|
30175
|
-
|
|
30591
|
+
marginInlineStart: 8,
|
|
30176
30592
|
color: token.colorTextSecondary,
|
|
30177
30593
|
fontWeight: 'normal',
|
|
30178
30594
|
fontSize: token.fontSize,
|
|
@@ -32020,7 +32436,7 @@ function SaveEditableAction(_ref) {
|
|
|
32020
32436
|
}(),
|
|
32021
32437
|
children: [loading ? (0,jsx_runtime.jsx)(icons_LoadingOutlined, {
|
|
32022
32438
|
style: {
|
|
32023
|
-
|
|
32439
|
+
marginInlineEnd: 8
|
|
32024
32440
|
}
|
|
32025
32441
|
}) : null, children || '保存']
|
|
32026
32442
|
}, "save");
|
|
@@ -32094,7 +32510,7 @@ var DeleteEditableAction = function DeleteEditableAction(_ref2) {
|
|
|
32094
32510
|
children: (0,jsx_runtime.jsxs)("a", {
|
|
32095
32511
|
children: [loading ? (0,jsx_runtime.jsx)(icons_LoadingOutlined, {
|
|
32096
32512
|
style: {
|
|
32097
|
-
|
|
32513
|
+
marginInlineEnd: 8
|
|
32098
32514
|
}
|
|
32099
32515
|
}) : null, children || '删除']
|
|
32100
32516
|
})
|
|
@@ -32622,6 +33038,7 @@ function useEditableArray(props) {
|
|
|
32622
33038
|
|
|
32623
33039
|
|
|
32624
33040
|
|
|
33041
|
+
|
|
32625
33042
|
/**
|
|
32626
33043
|
* 兼容antd@4 和 antd@5 的warning
|
|
32627
33044
|
* @param messageStr
|
|
@@ -32629,7 +33046,7 @@ function useEditableArray(props) {
|
|
|
32629
33046
|
|
|
32630
33047
|
var useEditableMap_warning = function warning(messageStr) {
|
|
32631
33048
|
// @ts-ignore
|
|
32632
|
-
return (message.warn || message.warning)(messageStr);
|
|
33049
|
+
return (external_antd_.message.warn || external_antd_.message.warning)(messageStr);
|
|
32633
33050
|
};
|
|
32634
33051
|
/**
|
|
32635
33052
|
* 使用map 来删除数据,性能一般 但是准确率比较高
|
|
@@ -33178,8 +33595,8 @@ var CheckCard_style_genProStyle = function genProStyle(token) {
|
|
|
33178
33595
|
position: 'relative',
|
|
33179
33596
|
display: 'inline-block',
|
|
33180
33597
|
width: '320px',
|
|
33181
|
-
|
|
33182
|
-
|
|
33598
|
+
marginInlineEnd: '16px',
|
|
33599
|
+
marginBlockEnd: '16px',
|
|
33183
33600
|
color: token.colorText,
|
|
33184
33601
|
fontSize: token.fontSizeBase,
|
|
33185
33602
|
lineHeight: token.lineHeight,
|
|
@@ -33189,10 +33606,10 @@ var CheckCard_style_genProStyle = function genProStyle(token) {
|
|
|
33189
33606
|
cursor: 'pointer',
|
|
33190
33607
|
transition: "all 0.3s",
|
|
33191
33608
|
'&:last-child': {
|
|
33192
|
-
|
|
33609
|
+
marginInlineEnd: 0
|
|
33193
33610
|
},
|
|
33194
33611
|
'& + &': {
|
|
33195
|
-
|
|
33612
|
+
marginInlineStart: '0 !important'
|
|
33196
33613
|
},
|
|
33197
33614
|
'&-bordered': {
|
|
33198
33615
|
border: "".concat(token.lineWidth, " solid ").concat(token.colorBorder)
|
|
@@ -33204,13 +33621,15 @@ var CheckCard_style_genProStyle = function genProStyle(token) {
|
|
|
33204
33621
|
overflow: 'hidden',
|
|
33205
33622
|
userSelect: 'none',
|
|
33206
33623
|
'&-content': {
|
|
33207
|
-
|
|
33624
|
+
paddingInline: token.padding,
|
|
33625
|
+
paddingBlock: token.paddingSM,
|
|
33208
33626
|
p: {
|
|
33209
|
-
|
|
33627
|
+
marginBlock: 0,
|
|
33628
|
+
marginInline: 0
|
|
33210
33629
|
},
|
|
33211
33630
|
'&-block': {
|
|
33212
33631
|
height: '14px',
|
|
33213
|
-
|
|
33632
|
+
marginBlock: '4px',
|
|
33214
33633
|
background: "linear-gradient(90deg, rgba(54, 61, 64, 0.2), rgba(54, 61, 64, 0.4), rgba(54, 61, 64, 0.2))"
|
|
33215
33634
|
},
|
|
33216
33635
|
'@keyframes card-loading': {
|
|
@@ -33237,7 +33656,8 @@ var CheckCard_style_genProStyle = function genProStyle(token) {
|
|
|
33237
33656
|
width: 212
|
|
33238
33657
|
},
|
|
33239
33658
|
'&-cover': {
|
|
33240
|
-
|
|
33659
|
+
paddingInline: token.paddingXXS,
|
|
33660
|
+
paddingBlock: token.paddingXXS,
|
|
33241
33661
|
img: {
|
|
33242
33662
|
width: '100%',
|
|
33243
33663
|
height: '100%',
|
|
@@ -33247,19 +33667,20 @@ var CheckCard_style_genProStyle = function genProStyle(token) {
|
|
|
33247
33667
|
},
|
|
33248
33668
|
'&-content': {
|
|
33249
33669
|
display: 'flex',
|
|
33250
|
-
|
|
33670
|
+
paddingInline: token.paddingSM,
|
|
33671
|
+
paddingBlock: token.padding
|
|
33251
33672
|
},
|
|
33252
33673
|
'&-avatar-header': {
|
|
33253
33674
|
display: 'flex',
|
|
33254
33675
|
alignItems: 'center'
|
|
33255
33676
|
},
|
|
33256
33677
|
'&-avatar': {
|
|
33257
|
-
|
|
33678
|
+
paddingInlineEnd: 8
|
|
33258
33679
|
},
|
|
33259
33680
|
'&-detail': {
|
|
33260
33681
|
overflow: 'hidden',
|
|
33261
33682
|
'> div:not(:last-child)': {
|
|
33262
|
-
|
|
33683
|
+
marginBlockEnd: 4
|
|
33263
33684
|
}
|
|
33264
33685
|
},
|
|
33265
33686
|
'&-header': {
|
|
@@ -33285,10 +33706,10 @@ var CheckCard_style_genProStyle = function genProStyle(token) {
|
|
|
33285
33706
|
}), defineProperty_defineProperty(_token$componentCls, "".concat(token.componentCls, "-checked"), {
|
|
33286
33707
|
'&::after': {
|
|
33287
33708
|
position: 'absolute',
|
|
33288
|
-
|
|
33289
|
-
|
|
33290
|
-
width:
|
|
33291
|
-
height:
|
|
33709
|
+
insetBlockStart: 2,
|
|
33710
|
+
insetInlineEnd: 2,
|
|
33711
|
+
width: 0,
|
|
33712
|
+
height: 0,
|
|
33292
33713
|
border: "6px solid ".concat(token.colorPrimary),
|
|
33293
33714
|
borderBottom: '6px solid transparent',
|
|
33294
33715
|
borderLeft: '6px solid transparent',
|
|
@@ -33540,24 +33961,24 @@ var Statistic_style_genProStyle = function genProStyle(token) {
|
|
|
33540
33961
|
display: 'flex',
|
|
33541
33962
|
fontSize: token.fontSize,
|
|
33542
33963
|
'& + &': {
|
|
33543
|
-
|
|
33964
|
+
marginBlockStart: 4
|
|
33544
33965
|
},
|
|
33545
33966
|
'&-tip': {
|
|
33546
|
-
|
|
33967
|
+
marginInlineStart: 4
|
|
33547
33968
|
},
|
|
33548
33969
|
'&-wrapper': {
|
|
33549
33970
|
display: 'flex',
|
|
33550
33971
|
width: '100%'
|
|
33551
33972
|
},
|
|
33552
33973
|
'&-icon': {
|
|
33553
|
-
|
|
33974
|
+
marginInlineEnd: 16
|
|
33554
33975
|
},
|
|
33555
33976
|
'&-trend-icon': {
|
|
33556
|
-
width:
|
|
33557
|
-
height:
|
|
33558
|
-
|
|
33559
|
-
|
|
33560
|
-
|
|
33977
|
+
width: 0,
|
|
33978
|
+
height: 0,
|
|
33979
|
+
borderInlineEnd: '3.5px solid transparent',
|
|
33980
|
+
borderBlockEnd: '9px solid #000',
|
|
33981
|
+
borderInlineStart: '3.5px solid transparent',
|
|
33561
33982
|
'&-up': {
|
|
33562
33983
|
transform: 'rotate(0deg)'
|
|
33563
33984
|
},
|
|
@@ -33577,8 +33998,8 @@ var Statistic_style_genProStyle = function genProStyle(token) {
|
|
|
33577
33998
|
display: 'inline-flex',
|
|
33578
33999
|
color: token.colorTextSecondary
|
|
33579
34000
|
}, defineProperty_defineProperty(_layoutInline, "".concat(token.antCls, "-statistic-title"), {
|
|
33580
|
-
|
|
33581
|
-
|
|
34001
|
+
marginInlineEnd: '6px',
|
|
34002
|
+
marginBlockEnd: 0
|
|
33582
34003
|
}), defineProperty_defineProperty(_layoutInline, "".concat(token.antCls, "-statistic-content"), {
|
|
33583
34004
|
color: token.colorTextSecondary
|
|
33584
34005
|
}), defineProperty_defineProperty(_layoutInline, "".concat(token.antCls, "-statistic-title,").concat(token.antCls, "-statistic-content,").concat(token.antCls, "-statistic-content-suffix,").concat(token.antCls, "-statistic-content-prefix,").concat(token.antCls, "-statistic-content-value-decimal"), {
|
|
@@ -33587,7 +34008,7 @@ var Statistic_style_genProStyle = function genProStyle(token) {
|
|
|
33587
34008
|
display: 'flex',
|
|
33588
34009
|
justifyContent: 'space-between'
|
|
33589
34010
|
}, defineProperty_defineProperty(_layoutHorizontal, "".concat(token.antCls, "-statistic-title"), {
|
|
33590
|
-
|
|
34011
|
+
marginBlockEnd: 0
|
|
33591
34012
|
}), defineProperty_defineProperty(_layoutHorizontal, "".concat(token.antCls, "-statistic-content-value"), {
|
|
33592
34013
|
fontWeight: 500
|
|
33593
34014
|
}), defineProperty_defineProperty(_layoutHorizontal, "".concat(token.antCls, "-statistic-title,").concat(token.antCls, "-statistic-content,").concat(token.antCls, "-statistic-content-suffix,").concat(token.antCls, "-statistic-content-prefix,").concat(token.antCls, "-statistic-content-value-decimal"), {
|
|
@@ -33760,8 +34181,10 @@ var genActionsStyle = function genActionsStyle(token) {
|
|
|
33760
34181
|
var componentCls = token.componentCls,
|
|
33761
34182
|
antCls = token.antCls;
|
|
33762
34183
|
return defineProperty_defineProperty({}, "".concat(componentCls, "-actions"), (_$concat = {
|
|
33763
|
-
|
|
33764
|
-
|
|
34184
|
+
marginBlock: 0,
|
|
34185
|
+
marginInline: 0,
|
|
34186
|
+
paddingBlock: 0,
|
|
34187
|
+
paddingInline: 0,
|
|
33765
34188
|
listStyle: 'none',
|
|
33766
34189
|
background: token.colorBgContainer,
|
|
33767
34190
|
borderTop: "".concat(token.lineWidth, "px ").concat(token.lineType, " ").concat(token.colorSplit)
|
|
@@ -33771,7 +34194,8 @@ var genActionsStyle = function genActionsStyle(token) {
|
|
|
33771
34194
|
}), defineProperty_defineProperty(_$concat, "& > li,\n ".concat(antCls, "-space-item"), {
|
|
33772
34195
|
flex: 1,
|
|
33773
34196
|
float: 'left',
|
|
33774
|
-
|
|
34197
|
+
marginBlock: token.marginSM,
|
|
34198
|
+
marginInline: 0,
|
|
33775
34199
|
color: token.colorTextSecondary,
|
|
33776
34200
|
textAlign: 'center',
|
|
33777
34201
|
'> a': {
|
|
@@ -33881,12 +34305,13 @@ var Loading_style_genProStyle = function genProStyle(token) {
|
|
|
33881
34305
|
'&-loading-content': {
|
|
33882
34306
|
width: '100%',
|
|
33883
34307
|
p: {
|
|
33884
|
-
|
|
34308
|
+
marginBlock: 0,
|
|
34309
|
+
marginInline: 0
|
|
33885
34310
|
}
|
|
33886
34311
|
},
|
|
33887
34312
|
'&-loading-block': {
|
|
33888
34313
|
height: '14px',
|
|
33889
|
-
|
|
34314
|
+
marginBlock: '4px',
|
|
33890
34315
|
background: "linear-gradient(90deg, rgba(54, 61, 64, 0.2), rgba(54, 61, 64, 0.4), rgba(54, 61, 64, 0.2))",
|
|
33891
34316
|
backgroundSize: '600% 600%',
|
|
33892
34317
|
borderRadius: token.radiusBase,
|
|
@@ -34166,13 +34591,20 @@ var genProCardStyle = function genProCardStyle(token) {
|
|
|
34166
34591
|
flexDirection: 'column',
|
|
34167
34592
|
boxSizing: 'border-box',
|
|
34168
34593
|
width: '100%',
|
|
34169
|
-
|
|
34170
|
-
|
|
34594
|
+
marginBlock: 0,
|
|
34595
|
+
marginInline: 0,
|
|
34596
|
+
paddingBlock: 0,
|
|
34597
|
+
paddingInline: 0,
|
|
34171
34598
|
backgroundColor: token.colorBgContainer,
|
|
34172
34599
|
borderRadius: token.radiusBase
|
|
34173
34600
|
}, resetComponent === null || resetComponent === void 0 ? void 0 : resetComponent(token)), {}, (_objectSpread2 = {
|
|
34174
|
-
'
|
|
34175
|
-
boxSizing: 'border-box'
|
|
34601
|
+
'*': {
|
|
34602
|
+
boxSizing: 'border-box',
|
|
34603
|
+
fontFamily: token.fontFamily
|
|
34604
|
+
},
|
|
34605
|
+
'&-box-shadow': {
|
|
34606
|
+
boxShadow: token.boxShadowCard,
|
|
34607
|
+
borderColor: token.cardHoverableHoverBorder
|
|
34176
34608
|
},
|
|
34177
34609
|
'&-col': {
|
|
34178
34610
|
width: '100%'
|
|
@@ -34193,7 +34625,7 @@ var genProCardStyle = function genProCardStyle(token) {
|
|
|
34193
34625
|
'&-checked': objectSpread2_objectSpread2(objectSpread2_objectSpread2({}, genActiveStyle(token)), {}, {
|
|
34194
34626
|
'&::after': {
|
|
34195
34627
|
position: 'absolute',
|
|
34196
|
-
|
|
34628
|
+
insetBlockStart: 2,
|
|
34197
34629
|
insetInlineEnd: 2,
|
|
34198
34630
|
width: 0,
|
|
34199
34631
|
height: 0,
|
|
@@ -34207,17 +34639,19 @@ var genProCardStyle = function genProCardStyle(token) {
|
|
|
34207
34639
|
'&:focus': objectSpread2_objectSpread2({}, genActiveStyle(token)),
|
|
34208
34640
|
'&&-size-small': defineProperty_defineProperty({}, componentCls, {
|
|
34209
34641
|
'&-header': {
|
|
34210
|
-
|
|
34211
|
-
|
|
34642
|
+
paddingInline: token.paddingSM,
|
|
34643
|
+
paddingBlock: token.paddingXS,
|
|
34644
|
+
paddingBlockEnd: 0,
|
|
34212
34645
|
'&-border': {
|
|
34213
|
-
|
|
34646
|
+
paddingBlockEnd: token.paddingXS
|
|
34214
34647
|
}
|
|
34215
34648
|
},
|
|
34216
34649
|
'&-title': {
|
|
34217
34650
|
fontSize: token.fontSize
|
|
34218
34651
|
},
|
|
34219
34652
|
'&-body': {
|
|
34220
|
-
|
|
34653
|
+
paddingInline: token.paddingSM,
|
|
34654
|
+
paddingBlock: token.paddingSM
|
|
34221
34655
|
}
|
|
34222
34656
|
}),
|
|
34223
34657
|
'&&-ghost': defineProperty_defineProperty({
|
|
@@ -34225,16 +34659,18 @@ var genProCardStyle = function genProCardStyle(token) {
|
|
|
34225
34659
|
}, "> ".concat(componentCls), {
|
|
34226
34660
|
'&-header': {
|
|
34227
34661
|
paddingInlineEnd: 0,
|
|
34228
|
-
|
|
34662
|
+
paddingBlockEnd: token.padding,
|
|
34229
34663
|
paddingInlineStart: 0
|
|
34230
34664
|
},
|
|
34231
34665
|
'&-body': {
|
|
34232
|
-
|
|
34666
|
+
paddingBlock: 0,
|
|
34667
|
+
paddingInline: 0,
|
|
34233
34668
|
backgroundColor: 'transparent'
|
|
34234
34669
|
}
|
|
34235
34670
|
}),
|
|
34236
34671
|
'&&-split > &-body': {
|
|
34237
|
-
|
|
34672
|
+
paddingBlock: 0,
|
|
34673
|
+
paddingInline: 0
|
|
34238
34674
|
},
|
|
34239
34675
|
'&&-contain-card > &-body': {
|
|
34240
34676
|
display: 'flex'
|
|
@@ -34245,7 +34681,7 @@ var genProCardStyle = function genProCardStyle(token) {
|
|
|
34245
34681
|
flexWrap: 'wrap'
|
|
34246
34682
|
}), defineProperty_defineProperty(_objectSpread2, '&&-collapse', defineProperty_defineProperty({}, "> ".concat(componentCls), {
|
|
34247
34683
|
'&-header': {
|
|
34248
|
-
|
|
34684
|
+
paddingBlockEnd: token.padding,
|
|
34249
34685
|
borderBottom: 0
|
|
34250
34686
|
},
|
|
34251
34687
|
'&-body': {
|
|
@@ -34255,11 +34691,12 @@ var genProCardStyle = function genProCardStyle(token) {
|
|
|
34255
34691
|
display: 'flex',
|
|
34256
34692
|
alignItems: 'center',
|
|
34257
34693
|
justifyContent: 'space-between',
|
|
34258
|
-
|
|
34259
|
-
|
|
34694
|
+
paddingInline: token.paddingLG,
|
|
34695
|
+
paddingBlock: token.padding,
|
|
34696
|
+
paddingBlockEnd: 0,
|
|
34260
34697
|
'&-border': {
|
|
34261
34698
|
'&': {
|
|
34262
|
-
|
|
34699
|
+
paddingBlockEnd: token.padding
|
|
34263
34700
|
},
|
|
34264
34701
|
borderBottom: "".concat(token.lineWidth, "px ").concat(token.lineType, " ").concat(token.colorSplit)
|
|
34265
34702
|
},
|
|
@@ -34287,7 +34724,8 @@ var genProCardStyle = function genProCardStyle(token) {
|
|
|
34287
34724
|
display: 'block',
|
|
34288
34725
|
boxSizing: 'border-box',
|
|
34289
34726
|
height: '100%',
|
|
34290
|
-
|
|
34727
|
+
paddingInline: token.paddingLG,
|
|
34728
|
+
paddingBlock: token.paddingLG,
|
|
34291
34729
|
'&-center': {
|
|
34292
34730
|
display: 'flex',
|
|
34293
34731
|
alignItems: 'center',
|
|
@@ -34341,7 +34779,7 @@ function Card_style_useStyle(prefixCls) {
|
|
|
34341
34779
|
|
|
34342
34780
|
|
|
34343
34781
|
|
|
34344
|
-
var Card_excluded = ["className", "style", "bodyStyle", "headStyle", "title", "subTitle", "extra", "tip", "wrap", "layout", "loading", "gutter", "tooltip", "split", "headerBordered", "bordered", "children", "size", "actions", "ghost", "hoverable", "direction", "collapsed", "collapsible", "collapsibleIconRender", "defaultCollapsed", "onCollapse", "checked", "onChecked", "tabs", "type"];
|
|
34782
|
+
var Card_excluded = ["className", "style", "bodyStyle", "headStyle", "title", "subTitle", "extra", "tip", "wrap", "layout", "loading", "gutter", "tooltip", "split", "headerBordered", "bordered", "boxShadow", "children", "size", "actions", "ghost", "hoverable", "direction", "collapsed", "collapsible", "collapsibleIconRender", "defaultCollapsed", "onCollapse", "checked", "onChecked", "tabs", "type"];
|
|
34345
34783
|
|
|
34346
34784
|
|
|
34347
34785
|
|
|
@@ -34379,6 +34817,8 @@ var Card = /*#__PURE__*/external_React_default().forwardRef(function (props, ref
|
|
|
34379
34817
|
headerBordered = _props$headerBordered === void 0 ? false : _props$headerBordered,
|
|
34380
34818
|
_props$bordered = props.bordered,
|
|
34381
34819
|
bordered = _props$bordered === void 0 ? false : _props$bordered,
|
|
34820
|
+
_props$boxShadow = props.boxShadow,
|
|
34821
|
+
boxShadow = _props$boxShadow === void 0 ? true : _props$boxShadow,
|
|
34382
34822
|
children = props.children,
|
|
34383
34823
|
size = props.size,
|
|
34384
34824
|
actions = props.actions,
|
|
@@ -34508,11 +34948,11 @@ var Card = /*#__PURE__*/external_React_default().forwardRef(function (props, ref
|
|
|
34508
34948
|
var columnClassName = classnames_default()(["".concat(prefixCls, "-col")], hashId, (_classNames = {}, defineProperty_defineProperty(_classNames, "".concat(prefixCls, "-split-vertical"), split === 'vertical' && index !== childrenArray.length - 1), defineProperty_defineProperty(_classNames, "".concat(prefixCls, "-split-horizontal"), split === 'horizontal' && index !== childrenArray.length - 1), defineProperty_defineProperty(_classNames, "".concat(prefixCls, "-col-").concat(span), typeof span === 'number' && span >= 0 && span <= 24), _classNames));
|
|
34509
34949
|
return wrapSSR((0,jsx_runtime.jsx)("div", {
|
|
34510
34950
|
style: objectSpread2_objectSpread2(objectSpread2_objectSpread2(objectSpread2_objectSpread2({}, colSpanStyle), getStyle(horizonalGutter > 0, {
|
|
34511
|
-
|
|
34512
|
-
|
|
34951
|
+
paddingInlineEnd: horizonalGutter / 2,
|
|
34952
|
+
paddingInlineStart: horizonalGutter / 2
|
|
34513
34953
|
})), getStyle(verticalGutter > 0, {
|
|
34514
|
-
|
|
34515
|
-
|
|
34954
|
+
paddingBlockStart: verticalGutter / 2,
|
|
34955
|
+
paddingBlockEnd: verticalGutter / 2
|
|
34516
34956
|
})),
|
|
34517
34957
|
className: columnClassName,
|
|
34518
34958
|
children: /*#__PURE__*/external_React_default().cloneElement(element)
|
|
@@ -34521,15 +34961,15 @@ var Card = /*#__PURE__*/external_React_default().forwardRef(function (props, ref
|
|
|
34521
34961
|
|
|
34522
34962
|
return element;
|
|
34523
34963
|
});
|
|
34524
|
-
var cardCls = classnames_default()("".concat(prefixCls), className, hashId, (_classNames2 = {}, defineProperty_defineProperty(_classNames2, "".concat(prefixCls, "-border"), bordered), defineProperty_defineProperty(_classNames2, "".concat(prefixCls, "-contain-card"), containProCard), defineProperty_defineProperty(_classNames2, "".concat(prefixCls, "-loading"), loading), defineProperty_defineProperty(_classNames2, "".concat(prefixCls, "-split"), split === 'vertical' || split === 'horizontal'), defineProperty_defineProperty(_classNames2, "".concat(prefixCls, "-ghost"), ghost), defineProperty_defineProperty(_classNames2, "".concat(prefixCls, "-hoverable"), hoverable), defineProperty_defineProperty(_classNames2, "".concat(prefixCls, "-size-").concat(size), size), defineProperty_defineProperty(_classNames2, "".concat(prefixCls, "-type-").concat(type), type), defineProperty_defineProperty(_classNames2, "".concat(prefixCls, "-collapse"), collapsed), defineProperty_defineProperty(_classNames2, "".concat(prefixCls, "-checked"), checked), _classNames2));
|
|
34964
|
+
var cardCls = classnames_default()("".concat(prefixCls), className, hashId, (_classNames2 = {}, defineProperty_defineProperty(_classNames2, "".concat(prefixCls, "-border"), bordered), defineProperty_defineProperty(_classNames2, "".concat(prefixCls, "-box-shadow"), boxShadow), defineProperty_defineProperty(_classNames2, "".concat(prefixCls, "-contain-card"), containProCard), defineProperty_defineProperty(_classNames2, "".concat(prefixCls, "-loading"), loading), defineProperty_defineProperty(_classNames2, "".concat(prefixCls, "-split"), split === 'vertical' || split === 'horizontal'), defineProperty_defineProperty(_classNames2, "".concat(prefixCls, "-ghost"), ghost), defineProperty_defineProperty(_classNames2, "".concat(prefixCls, "-hoverable"), hoverable), defineProperty_defineProperty(_classNames2, "".concat(prefixCls, "-size-").concat(size), size), defineProperty_defineProperty(_classNames2, "".concat(prefixCls, "-type-").concat(type), type), defineProperty_defineProperty(_classNames2, "".concat(prefixCls, "-collapse"), collapsed), defineProperty_defineProperty(_classNames2, "".concat(prefixCls, "-checked"), checked), _classNames2));
|
|
34525
34965
|
var bodyCls = classnames_default()("".concat(prefixCls, "-body"), (_classNames3 = {}, defineProperty_defineProperty(_classNames3, "".concat(prefixCls, "-body-center"), layout === 'center'), defineProperty_defineProperty(_classNames3, "".concat(prefixCls, "-body-direction-column"), split === 'horizontal' || direction === 'column'), defineProperty_defineProperty(_classNames3, "".concat(prefixCls, "-body-wrap"), wrap && containProCard), _classNames3));
|
|
34526
34966
|
|
|
34527
34967
|
var cardBodyStyle = objectSpread2_objectSpread2(objectSpread2_objectSpread2(objectSpread2_objectSpread2({}, getStyle(horizonalGutter > 0, {
|
|
34528
|
-
|
|
34529
|
-
|
|
34968
|
+
marginInlineEnd: -horizonalGutter / 2,
|
|
34969
|
+
marginInlineStart: -horizonalGutter / 2
|
|
34530
34970
|
})), getStyle(verticalGutter > 0, {
|
|
34531
|
-
|
|
34532
|
-
|
|
34971
|
+
marginBlockStart: -verticalGutter / 2,
|
|
34972
|
+
marginBlockEnd: -verticalGutter / 2
|
|
34533
34973
|
})), bodyStyle);
|
|
34534
34974
|
|
|
34535
34975
|
var loadingDOM = /*#__PURE__*/ /*#__PURE__*/external_React_default().isValidElement(loading) ? loading : (0,jsx_runtime.jsx)(components_Loading, {
|
|
@@ -34602,18 +35042,22 @@ var genDividerStyle = function genDividerStyle(token) {
|
|
|
34602
35042
|
'&-divider': {
|
|
34603
35043
|
flex: 'none',
|
|
34604
35044
|
width: token.lineWidth,
|
|
34605
|
-
|
|
35045
|
+
marginInline: token.marginXS,
|
|
35046
|
+
marginBlock: token.marginLG,
|
|
34606
35047
|
backgroundColor: token.colorSplit,
|
|
34607
35048
|
'&-horizontal': {
|
|
34608
35049
|
width: 'initial',
|
|
34609
35050
|
height: token.lineWidth,
|
|
34610
|
-
|
|
35051
|
+
marginInline: token.marginLG,
|
|
35052
|
+
marginBlock: token.marginXS
|
|
34611
35053
|
}
|
|
34612
35054
|
},
|
|
34613
35055
|
'&&-size-small &-divider': {
|
|
34614
|
-
|
|
35056
|
+
marginBlock: token.marginLG,
|
|
35057
|
+
marginInline: token.marginXS,
|
|
34615
35058
|
'&-horizontal': {
|
|
34616
|
-
|
|
35059
|
+
marginBlock: token.marginXS,
|
|
35060
|
+
marginInline: token.marginLG
|
|
34617
35061
|
}
|
|
34618
35062
|
}
|
|
34619
35063
|
});
|
|
@@ -34669,7 +35113,8 @@ var Operation_style_genProStyle = function genProStyle(token) {
|
|
|
34669
35113
|
display: 'flex',
|
|
34670
35114
|
flexDirection: 'column',
|
|
34671
35115
|
justifyContent: 'flex-end',
|
|
34672
|
-
|
|
35116
|
+
marginBlock: token.marginLG,
|
|
35117
|
+
marginInline: 0,
|
|
34673
35118
|
color: 'rgba(0, 0, 0, 0.85)',
|
|
34674
35119
|
fontWeight: '500',
|
|
34675
35120
|
fontSize: '20px',
|
|
@@ -34726,15 +35171,15 @@ var StatisticCard_style_genProStyle = function genProStyle(token) {
|
|
|
34726
35171
|
'&-chart': {
|
|
34727
35172
|
display: 'flex',
|
|
34728
35173
|
flexDirection: 'column',
|
|
34729
|
-
|
|
34730
|
-
|
|
35174
|
+
marginBlockStart: 8,
|
|
35175
|
+
marginBlockEnd: 8,
|
|
34731
35176
|
'&-left': {
|
|
34732
|
-
|
|
34733
|
-
|
|
35177
|
+
marginBlockStart: 0,
|
|
35178
|
+
marginInlineEnd: '16px'
|
|
34734
35179
|
},
|
|
34735
35180
|
'&-right': {
|
|
34736
|
-
|
|
34737
|
-
|
|
35181
|
+
marginBlockStart: 0,
|
|
35182
|
+
marginInlineStart: '16px'
|
|
34738
35183
|
}
|
|
34739
35184
|
},
|
|
34740
35185
|
'&-content': {
|
|
@@ -34748,8 +35193,8 @@ var StatisticCard_style_genProStyle = function genProStyle(token) {
|
|
|
34748
35193
|
})
|
|
34749
35194
|
},
|
|
34750
35195
|
'&-footer': {
|
|
34751
|
-
|
|
34752
|
-
|
|
35196
|
+
marginBlockStart: 8,
|
|
35197
|
+
paddingBlockStart: '16px',
|
|
34753
35198
|
borderTop: "rgba(0, 0, 0, 0.08) solid ".concat(token.colorBorder)
|
|
34754
35199
|
}
|
|
34755
35200
|
});
|
|
@@ -40026,7 +40471,7 @@ var BaseProFormCaptcha = /*#__PURE__*/external_React_default().forwardRef(functi
|
|
|
40026
40471
|
style: {
|
|
40027
40472
|
flex: 1,
|
|
40028
40473
|
transition: 'width .3s',
|
|
40029
|
-
|
|
40474
|
+
marginInlineEnd: 8
|
|
40030
40475
|
}
|
|
40031
40476
|
})), (0,jsx_runtime.jsx)(external_antd_.Button, objectSpread2_objectSpread2(objectSpread2_objectSpread2({
|
|
40032
40477
|
style: {
|
|
@@ -41336,7 +41781,7 @@ var FieldCheckbox = function FieldCheckbox(_ref, ref) {
|
|
|
41336
41781
|
return defineProperty_defineProperty({}, ".".concat(layoutClassName), {
|
|
41337
41782
|
'&-horizontal': defineProperty_defineProperty({}, "".concat(token.antCls, "-checkbox-group-item"), {
|
|
41338
41783
|
display: 'flex',
|
|
41339
|
-
|
|
41784
|
+
marginInlineEnd: 0
|
|
41340
41785
|
})
|
|
41341
41786
|
});
|
|
41342
41787
|
}),
|
|
@@ -45424,7 +45869,7 @@ var FieldRadio = function FieldRadio(_ref, ref) {
|
|
|
45424
45869
|
var _useStyle = useStyle('checkbox', function (token) {
|
|
45425
45870
|
return defineProperty_defineProperty({}, ".".concat(layoutClassName, "-horizontal"), defineProperty_defineProperty({}, "".concat(token.antCls, "-radio-wrapper"), {
|
|
45426
45871
|
display: 'block',
|
|
45427
|
-
|
|
45872
|
+
marginInlineEnd: 0
|
|
45428
45873
|
}));
|
|
45429
45874
|
}),
|
|
45430
45875
|
wrapSSR = _useStyle.wrapSSR,
|
|
@@ -48154,11 +48599,11 @@ var List_style_genProStyle = function genProStyle(token) {
|
|
|
48154
48599
|
'&-action': {
|
|
48155
48600
|
display: 'flex',
|
|
48156
48601
|
height: '32px',
|
|
48157
|
-
|
|
48602
|
+
marginBlockEnd: '24px',
|
|
48158
48603
|
lineHeight: '32px'
|
|
48159
48604
|
},
|
|
48160
48605
|
'&-action-icon': {
|
|
48161
|
-
|
|
48606
|
+
marginInlineStart: 8,
|
|
48162
48607
|
cursor: 'pointer',
|
|
48163
48608
|
transition: 'color 0.3s ease-in-out',
|
|
48164
48609
|
'&:hover': {
|
|
@@ -48167,10 +48612,10 @@ var List_style_genProStyle = function genProStyle(token) {
|
|
|
48167
48612
|
}
|
|
48168
48613
|
}, defineProperty_defineProperty(_token$componentCls2, "".concat(token.proComponentsCls, "-card ").concat(token.proComponentsCls, "-card-extra"), defineProperty_defineProperty({}, token.componentCls, {
|
|
48169
48614
|
'&-action': {
|
|
48170
|
-
|
|
48615
|
+
marginBlockEnd: 0
|
|
48171
48616
|
}
|
|
48172
48617
|
})), defineProperty_defineProperty(_token$componentCls2, '&-creator-button-top', {
|
|
48173
|
-
|
|
48618
|
+
marginBlockEnd: 24
|
|
48174
48619
|
}), _token$componentCls2)), _ref;
|
|
48175
48620
|
};
|
|
48176
48621
|
|
|
@@ -48772,12 +49217,12 @@ var WarpFormItem = function WarpFormItem(_ref) {
|
|
|
48772
49217
|
},
|
|
48773
49218
|
children: [addonBefore ? (0,jsx_runtime.jsx)("div", {
|
|
48774
49219
|
style: {
|
|
48775
|
-
|
|
49220
|
+
marginInlineEnd: 8
|
|
48776
49221
|
},
|
|
48777
49222
|
children: addonBefore
|
|
48778
49223
|
}) : null, doms.input, addonAfter ? (0,jsx_runtime.jsx)("div", {
|
|
48779
49224
|
style: {
|
|
48780
|
-
|
|
49225
|
+
marginInlineStart: 8
|
|
48781
49226
|
},
|
|
48782
49227
|
children: addonAfter
|
|
48783
49228
|
}) : null]
|
|
@@ -48901,7 +49346,7 @@ var Group_style_genProStyle = function genProStyle(token) {
|
|
|
48901
49346
|
|
|
48902
49347
|
return defineProperty_defineProperty({}, token.componentCls, {
|
|
48903
49348
|
'&-title': {
|
|
48904
|
-
|
|
49349
|
+
marginBlockEnd: token.marginXL,
|
|
48905
49350
|
fontWeight: 'bold'
|
|
48906
49351
|
},
|
|
48907
49352
|
'&-container': defineProperty_defineProperty({
|
|
@@ -48917,7 +49362,7 @@ var Group_style_genProStyle = function genProStyle(token) {
|
|
|
48917
49362
|
width: '100%',
|
|
48918
49363
|
margin: '8px 0'
|
|
48919
49364
|
}), defineProperty_defineProperty(_twoLine, "".concat(token.componentCls, "-container"), {
|
|
48920
|
-
|
|
49365
|
+
paddingInlineStart: 16
|
|
48921
49366
|
}), defineProperty_defineProperty(_twoLine, "".concat(token.antCls, "-space-item,").concat(token.antCls, "-form-item"), {
|
|
48922
49367
|
maxWidth: '100%'
|
|
48923
49368
|
}), defineProperty_defineProperty(_twoLine, "".concat(token.antCls, "-form-item"), {
|
|
@@ -49008,7 +49453,7 @@ var Group_Group = /*#__PURE__*/external_React_default().forwardRef(function (pro
|
|
|
49008
49453
|
|
|
49009
49454
|
var collapsibleButton = collapsible && (0,jsx_runtime.jsx)(icons_RightOutlined, {
|
|
49010
49455
|
style: {
|
|
49011
|
-
|
|
49456
|
+
marginInlineEnd: 8
|
|
49012
49457
|
},
|
|
49013
49458
|
rotate: !collapsed ? 90 : undefined
|
|
49014
49459
|
});
|
|
@@ -49431,51 +49876,53 @@ function DrawerForm(_ref) {
|
|
|
49431
49876
|
justifyContent: 'flex-end'
|
|
49432
49877
|
}
|
|
49433
49878
|
}),
|
|
49434
|
-
children: (0,jsx_runtime.jsx)(
|
|
49435
|
-
|
|
49436
|
-
|
|
49437
|
-
|
|
49438
|
-
|
|
49439
|
-
|
|
49440
|
-
|
|
49441
|
-
|
|
49442
|
-
var
|
|
49879
|
+
children: (0,jsx_runtime.jsx)(jsx_runtime.Fragment, {
|
|
49880
|
+
children: (0,jsx_runtime.jsx)(BaseForm, objectSpread2_objectSpread2(objectSpread2_objectSpread2({
|
|
49881
|
+
formComponentType: "DrawerForm",
|
|
49882
|
+
layout: "vertical",
|
|
49883
|
+
formRef: formRef
|
|
49884
|
+
}, rest), {}, {
|
|
49885
|
+
submitter: submitterConfig,
|
|
49886
|
+
onFinish: function () {
|
|
49887
|
+
var _onFinish = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee3(values) {
|
|
49888
|
+
var _rest$formRef$current, _rest$formRef;
|
|
49443
49889
|
|
|
49444
|
-
|
|
49445
|
-
|
|
49446
|
-
|
|
49447
|
-
|
|
49448
|
-
|
|
49449
|
-
|
|
49450
|
-
|
|
49890
|
+
var result, form;
|
|
49891
|
+
return _regeneratorRuntime().wrap(function _callee3$(_context3) {
|
|
49892
|
+
while (1) {
|
|
49893
|
+
switch (_context3.prev = _context3.next) {
|
|
49894
|
+
case 0:
|
|
49895
|
+
_context3.next = 2;
|
|
49896
|
+
return onFinishHandle(values);
|
|
49451
49897
|
|
|
49452
|
-
|
|
49453
|
-
|
|
49454
|
-
|
|
49898
|
+
case 2:
|
|
49899
|
+
result = _context3.sent;
|
|
49900
|
+
form = (_rest$formRef$current = (_rest$formRef = rest.formRef) === null || _rest$formRef === void 0 ? void 0 : _rest$formRef.current) !== null && _rest$formRef$current !== void 0 ? _rest$formRef$current : formRef.current; // 返回真值,重置表单
|
|
49455
49901
|
|
|
49456
|
-
|
|
49457
|
-
|
|
49458
|
-
|
|
49902
|
+
if (result && form) {
|
|
49903
|
+
form.resetFields();
|
|
49904
|
+
}
|
|
49459
49905
|
|
|
49460
|
-
|
|
49906
|
+
return _context3.abrupt("return", result);
|
|
49461
49907
|
|
|
49462
|
-
|
|
49463
|
-
|
|
49464
|
-
|
|
49908
|
+
case 6:
|
|
49909
|
+
case "end":
|
|
49910
|
+
return _context3.stop();
|
|
49911
|
+
}
|
|
49465
49912
|
}
|
|
49466
|
-
}
|
|
49467
|
-
}
|
|
49468
|
-
}));
|
|
49913
|
+
}, _callee3);
|
|
49914
|
+
}));
|
|
49469
49915
|
|
|
49470
|
-
|
|
49471
|
-
|
|
49472
|
-
|
|
49916
|
+
function onFinish(_x3) {
|
|
49917
|
+
return _onFinish.apply(this, arguments);
|
|
49918
|
+
}
|
|
49473
49919
|
|
|
49474
|
-
|
|
49475
|
-
|
|
49476
|
-
|
|
49477
|
-
|
|
49478
|
-
|
|
49920
|
+
return onFinish;
|
|
49921
|
+
}(),
|
|
49922
|
+
contentRender: contentRender,
|
|
49923
|
+
children: children
|
|
49924
|
+
}))
|
|
49925
|
+
})
|
|
49479
49926
|
})), triggerDom]
|
|
49480
49927
|
});
|
|
49481
49928
|
}
|
|
@@ -49530,7 +49977,7 @@ var genLightFilterStyle = function genLightFilterStyle(token) {
|
|
|
49530
49977
|
// @see https://yuque.antfin-inc.com/tech-ui/topics/523
|
|
49531
49978
|
'&::before': {
|
|
49532
49979
|
display: 'block',
|
|
49533
|
-
height:
|
|
49980
|
+
height: 0,
|
|
49534
49981
|
visibility: 'hidden',
|
|
49535
49982
|
content: "'.'"
|
|
49536
49983
|
},
|
|
@@ -49540,22 +49987,22 @@ var genLightFilterStyle = function genLightFilterStyle(token) {
|
|
|
49540
49987
|
'&-container': {
|
|
49541
49988
|
display: 'flex',
|
|
49542
49989
|
flexWrap: 'wrap',
|
|
49543
|
-
|
|
49544
|
-
|
|
49990
|
+
marginBlockStart: '-8px',
|
|
49991
|
+
marginInlineEnd: '-4px'
|
|
49545
49992
|
},
|
|
49546
49993
|
'&-item': {
|
|
49547
49994
|
'&:not(:last-child)': {
|
|
49548
|
-
|
|
49995
|
+
marginInlineEnd: 8
|
|
49549
49996
|
},
|
|
49550
|
-
|
|
49997
|
+
marginBlockStart: 8,
|
|
49551
49998
|
whiteSpace: 'nowrap'
|
|
49552
49999
|
},
|
|
49553
50000
|
'&-line': {
|
|
49554
50001
|
minWidth: '198px'
|
|
49555
50002
|
},
|
|
49556
50003
|
'&-line:not(:first-child)': {
|
|
49557
|
-
|
|
49558
|
-
|
|
50004
|
+
marginBlockStart: '16px',
|
|
50005
|
+
marginBlockEnd: 8
|
|
49559
50006
|
},
|
|
49560
50007
|
'&-collapse-icon': {
|
|
49561
50008
|
width: token.controlHeight,
|
|
@@ -51538,7 +51985,7 @@ var defaultCollapseRender = function defaultCollapseRender(collapsed, _, intl, h
|
|
|
51538
51985
|
return (0,jsx_runtime.jsxs)(jsx_runtime.Fragment, {
|
|
51539
51986
|
children: [intl.getMessage('tableForm.collapsed', '展开'), hiddenNum && "(".concat(hiddenNum, ")"), (0,jsx_runtime.jsx)(icons_DownOutlined, {
|
|
51540
51987
|
style: {
|
|
51541
|
-
|
|
51988
|
+
marginInlineStart: '0.5em',
|
|
51542
51989
|
transition: '0.3s all',
|
|
51543
51990
|
transform: "rotate(".concat(collapsed ? 0 : 0.5, "turn)")
|
|
51544
51991
|
}
|
|
@@ -51549,7 +51996,7 @@ var defaultCollapseRender = function defaultCollapseRender(collapsed, _, intl, h
|
|
|
51549
51996
|
return (0,jsx_runtime.jsxs)(jsx_runtime.Fragment, {
|
|
51550
51997
|
children: [intl.getMessage('tableForm.expand', '收起'), (0,jsx_runtime.jsx)(icons_DownOutlined, {
|
|
51551
51998
|
style: {
|
|
51552
|
-
|
|
51999
|
+
marginInlineStart: '0.5em',
|
|
51553
52000
|
transition: '0.3s all',
|
|
51554
52001
|
transform: "rotate(".concat(collapsed ? 0 : 0.5, "turn)")
|
|
51555
52002
|
}
|
|
@@ -51801,8 +52248,8 @@ var QueryFilterContent = function QueryFilterContent(props) {
|
|
|
51801
52248
|
span: "24",
|
|
51802
52249
|
children: (0,jsx_runtime.jsx)(external_antd_.Divider, {
|
|
51803
52250
|
style: {
|
|
51804
|
-
|
|
51805
|
-
|
|
52251
|
+
marginBlockStart: -8,
|
|
52252
|
+
marginBlockEnd: 16
|
|
51806
52253
|
},
|
|
51807
52254
|
dashed: true
|
|
51808
52255
|
})
|
|
@@ -51945,7 +52392,7 @@ function QueryFilter(props) {
|
|
|
51945
52392
|
groupProps: {
|
|
51946
52393
|
titleStyle: {
|
|
51947
52394
|
display: 'inline-block',
|
|
51948
|
-
|
|
52395
|
+
marginInlineEnd: 16
|
|
51949
52396
|
}
|
|
51950
52397
|
},
|
|
51951
52398
|
contentRender: function contentRender(items, renderSubmitter, form) {
|
|
@@ -52095,7 +52542,7 @@ var genStepsFormStyle = function genStepsFormStyle(token) {
|
|
|
52095
52542
|
}),
|
|
52096
52543
|
'&-step': {
|
|
52097
52544
|
display: 'none',
|
|
52098
|
-
|
|
52545
|
+
marginBlockStart: '32px',
|
|
52099
52546
|
'&-active': {
|
|
52100
52547
|
display: 'block'
|
|
52101
52548
|
},
|
|
@@ -54273,8 +54720,8 @@ function BaseForm(props) {
|
|
|
54273
54720
|
if (!initialData && props.request) {
|
|
54274
54721
|
return (0,jsx_runtime.jsx)("div", {
|
|
54275
54722
|
style: {
|
|
54276
|
-
|
|
54277
|
-
|
|
54723
|
+
paddingBlockStart: 50,
|
|
54724
|
+
paddingBlockEnd: 50,
|
|
54278
54725
|
textAlign: 'center'
|
|
54279
54726
|
},
|
|
54280
54727
|
children: (0,jsx_runtime.jsx)(external_antd_.Spin, {})
|
|
@@ -54305,9 +54752,10 @@ var LightWrapper_style_genProStyle = function genProStyle(token) {
|
|
|
54305
54752
|
var _ref;
|
|
54306
54753
|
|
|
54307
54754
|
return _ref = {}, defineProperty_defineProperty(_ref, "".concat(token.componentCls, "-collapse-label"), {
|
|
54308
|
-
|
|
54755
|
+
paddingInline: 1,
|
|
54756
|
+
paddingBlock: 1
|
|
54309
54757
|
}), defineProperty_defineProperty(_ref, "".concat(token.componentCls, "-container"), defineProperty_defineProperty({}, "".concat(token.antCls, "-form-item"), {
|
|
54310
|
-
|
|
54758
|
+
marginBlockEnd: 0
|
|
54311
54759
|
})), _ref;
|
|
54312
54760
|
};
|
|
54313
54761
|
|
|
@@ -54489,7 +54937,8 @@ var genLoginFormStyle = function genLoginFormStyle(token) {
|
|
|
54489
54937
|
flex: '1',
|
|
54490
54938
|
flexDirection: 'column',
|
|
54491
54939
|
height: '100%',
|
|
54492
|
-
|
|
54940
|
+
paddingInline: 32,
|
|
54941
|
+
paddingBlock: 0,
|
|
54493
54942
|
overflow: 'auto',
|
|
54494
54943
|
background: 'inherit'
|
|
54495
54944
|
},
|
|
@@ -54508,7 +54957,7 @@ var genLoginFormStyle = function genLoginFormStyle(token) {
|
|
|
54508
54957
|
},
|
|
54509
54958
|
'&-title': {
|
|
54510
54959
|
position: 'relative',
|
|
54511
|
-
|
|
54960
|
+
insetBlockStart: '2px',
|
|
54512
54961
|
color: '@heading-color',
|
|
54513
54962
|
fontWeight: '600',
|
|
54514
54963
|
fontSize: '33px'
|
|
@@ -54516,15 +54965,15 @@ var genLoginFormStyle = function genLoginFormStyle(token) {
|
|
|
54516
54965
|
'&-logo': {
|
|
54517
54966
|
width: '44px',
|
|
54518
54967
|
height: '44px',
|
|
54519
|
-
|
|
54968
|
+
marginInlineEnd: '16px',
|
|
54520
54969
|
verticalAlign: 'top',
|
|
54521
54970
|
img: {
|
|
54522
54971
|
width: '100%'
|
|
54523
54972
|
}
|
|
54524
54973
|
},
|
|
54525
54974
|
'&-desc': {
|
|
54526
|
-
|
|
54527
|
-
|
|
54975
|
+
marginBlockStart: '12px',
|
|
54976
|
+
marginBlockEnd: '40px',
|
|
54528
54977
|
color: token.colorTextSecondary,
|
|
54529
54978
|
fontSize: token.fontSize
|
|
54530
54979
|
},
|
|
@@ -54533,13 +54982,15 @@ var genLoginFormStyle = function genLoginFormStyle(token) {
|
|
|
54533
54982
|
maxWidth: '500px',
|
|
54534
54983
|
margin: '0 auto',
|
|
54535
54984
|
'&-other': {
|
|
54536
|
-
|
|
54985
|
+
marginBlockStart: '24px',
|
|
54537
54986
|
lineHeight: '22px',
|
|
54538
54987
|
textAlign: 'left'
|
|
54539
54988
|
}
|
|
54540
54989
|
}
|
|
54541
54990
|
}), defineProperty_defineProperty(_ref, '@media (min-width: @screen-md-min)', defineProperty_defineProperty({}, "".concat(token.componentCls, "-container"), {
|
|
54542
|
-
|
|
54991
|
+
paddingInline: 0,
|
|
54992
|
+
paddingBlockStart: 32,
|
|
54993
|
+
paddingBlockEnd: 24,
|
|
54543
54994
|
backgroundRepeat: 'no-repeat',
|
|
54544
54995
|
backgroundPosition: 'center 110px',
|
|
54545
54996
|
backgroundSize: '100%'
|
|
@@ -54683,18 +55134,20 @@ var style_genLoginFormStyle = function genLoginFormStyle(token) {
|
|
|
54683
55134
|
flex: '1',
|
|
54684
55135
|
alignItems: 'flex-end',
|
|
54685
55136
|
'&-activity': {
|
|
54686
|
-
|
|
54687
|
-
|
|
55137
|
+
marginBlock: 24,
|
|
55138
|
+
marginInline: 24,
|
|
55139
|
+
paddingInline: 24,
|
|
55140
|
+
paddingBlock: 24,
|
|
54688
55141
|
'&-title': {
|
|
54689
55142
|
fontWeight: '500',
|
|
54690
55143
|
fontSize: '28px'
|
|
54691
55144
|
},
|
|
54692
55145
|
'&-subTitle': {
|
|
54693
|
-
|
|
55146
|
+
marginBlockStart: 8,
|
|
54694
55147
|
fontSize: '16px'
|
|
54695
55148
|
},
|
|
54696
55149
|
'&-action': {
|
|
54697
|
-
|
|
55150
|
+
marginBlockStart: '24px'
|
|
54698
55151
|
}
|
|
54699
55152
|
}
|
|
54700
55153
|
},
|
|
@@ -54704,7 +55157,8 @@ var style_genLoginFormStyle = function genLoginFormStyle(token) {
|
|
|
54704
55157
|
flexDirection: 'column',
|
|
54705
55158
|
maxWidth: '550px',
|
|
54706
55159
|
height: '100%',
|
|
54707
|
-
|
|
55160
|
+
paddingInline: 0,
|
|
55161
|
+
paddingBlock: 32,
|
|
54708
55162
|
overflow: 'auto',
|
|
54709
55163
|
background: token.colorBgContainer
|
|
54710
55164
|
},
|
|
@@ -54723,7 +55177,7 @@ var style_genLoginFormStyle = function genLoginFormStyle(token) {
|
|
|
54723
55177
|
},
|
|
54724
55178
|
'&-title': {
|
|
54725
55179
|
position: 'relative',
|
|
54726
|
-
|
|
55180
|
+
tinsetBlockStartop: '2px',
|
|
54727
55181
|
color: '@heading-color',
|
|
54728
55182
|
fontWeight: '600',
|
|
54729
55183
|
fontSize: '33px'
|
|
@@ -54731,15 +55185,15 @@ var style_genLoginFormStyle = function genLoginFormStyle(token) {
|
|
|
54731
55185
|
'&-logo': {
|
|
54732
55186
|
width: '44px',
|
|
54733
55187
|
height: '44px',
|
|
54734
|
-
|
|
55188
|
+
marginInlineEnd: '16px',
|
|
54735
55189
|
verticalAlign: 'top',
|
|
54736
55190
|
img: {
|
|
54737
55191
|
width: '100%'
|
|
54738
55192
|
}
|
|
54739
55193
|
},
|
|
54740
55194
|
'&-desc': {
|
|
54741
|
-
|
|
54742
|
-
|
|
55195
|
+
marginBlockStart: '12px',
|
|
55196
|
+
marginBlockEnd: '40px',
|
|
54743
55197
|
color: token.colorTextSecondary,
|
|
54744
55198
|
fontSize: token.fontSize
|
|
54745
55199
|
},
|
|
@@ -54747,7 +55201,7 @@ var style_genLoginFormStyle = function genLoginFormStyle(token) {
|
|
|
54747
55201
|
width: '328px',
|
|
54748
55202
|
margin: '0 auto',
|
|
54749
55203
|
'&-other': {
|
|
54750
|
-
|
|
55204
|
+
marginBlockStart: '24px',
|
|
54751
55205
|
lineHeight: '22px',
|
|
54752
55206
|
textAlign: 'left'
|
|
54753
55207
|
}
|
|
@@ -54766,7 +55220,9 @@ var style_genLoginFormStyle = function genLoginFormStyle(token) {
|
|
|
54766
55220
|
}
|
|
54767
55221
|
})), defineProperty_defineProperty(_ref, "@media (min-width: ".concat(token.screenMDMin), defineProperty_defineProperty({}, token.componentCls, {
|
|
54768
55222
|
'&-container': {
|
|
54769
|
-
|
|
55223
|
+
paddingInline: 0,
|
|
55224
|
+
paddingBlockStart: 128,
|
|
55225
|
+
paddingBlockEnd: 24,
|
|
54770
55226
|
backgroundRepeat: 'no-repeat',
|
|
54771
55227
|
backgroundPosition: 'center 110px',
|
|
54772
55228
|
backgroundSize: '100%'
|
|
@@ -55246,7 +55702,7 @@ var StatisticSkeleton = function StatisticSkeleton(_ref2) {
|
|
|
55246
55702
|
return (0,jsx_runtime.jsx)(external_antd_.Card, {
|
|
55247
55703
|
bordered: false,
|
|
55248
55704
|
style: {
|
|
55249
|
-
|
|
55705
|
+
marginBlockEnd: 16
|
|
55250
55706
|
},
|
|
55251
55707
|
children: (0,jsx_runtime.jsx)("div", {
|
|
55252
55708
|
style: {
|
|
@@ -55258,9 +55714,9 @@ var StatisticSkeleton = function StatisticSkeleton(_ref2) {
|
|
|
55258
55714
|
return (0,jsx_runtime.jsxs)("div", {
|
|
55259
55715
|
style: {
|
|
55260
55716
|
borderLeft: arraySize > 2 && index === 1 ? '1px solid rgba(0,0,0,0.06)' : undefined,
|
|
55261
|
-
|
|
55717
|
+
paddingInlineStart: firstWidth(index),
|
|
55262
55718
|
flex: 1,
|
|
55263
|
-
|
|
55719
|
+
marginInlineEnd: index === 0 ? 16 : 0
|
|
55264
55720
|
},
|
|
55265
55721
|
children: [(0,jsx_runtime.jsx)(external_antd_.Skeleton, {
|
|
55266
55722
|
active: active,
|
|
@@ -55268,7 +55724,7 @@ var StatisticSkeleton = function StatisticSkeleton(_ref2) {
|
|
|
55268
55724
|
title: {
|
|
55269
55725
|
width: 100,
|
|
55270
55726
|
style: {
|
|
55271
|
-
|
|
55727
|
+
marginBlockStart: 0
|
|
55272
55728
|
}
|
|
55273
55729
|
}
|
|
55274
55730
|
}), (0,jsx_runtime.jsx)(external_antd_.Skeleton.Button, {
|
|
@@ -55314,7 +55770,7 @@ var ListSkeletonItem = function ListSkeletonItem(_ref3) {
|
|
|
55314
55770
|
title: {
|
|
55315
55771
|
width: 100,
|
|
55316
55772
|
style: {
|
|
55317
|
-
|
|
55773
|
+
marginBlockStart: 0
|
|
55318
55774
|
}
|
|
55319
55775
|
},
|
|
55320
55776
|
paragraph: {
|
|
@@ -55329,7 +55785,7 @@ var ListSkeletonItem = function ListSkeletonItem(_ref3) {
|
|
|
55329
55785
|
size: "small",
|
|
55330
55786
|
style: {
|
|
55331
55787
|
width: 165,
|
|
55332
|
-
|
|
55788
|
+
marginBlockStart: 12
|
|
55333
55789
|
}
|
|
55334
55790
|
})]
|
|
55335
55791
|
})
|
|
@@ -55385,7 +55841,7 @@ var PageHeaderSkeleton = function PageHeaderSkeleton(_ref5) {
|
|
|
55385
55841
|
var active = _ref5.active;
|
|
55386
55842
|
return (0,jsx_runtime.jsxs)("div", {
|
|
55387
55843
|
style: {
|
|
55388
|
-
|
|
55844
|
+
marginBlockEnd: 16
|
|
55389
55845
|
},
|
|
55390
55846
|
children: [(0,jsx_runtime.jsx)(external_antd_.Skeleton, {
|
|
55391
55847
|
paragraph: false,
|
|
@@ -55413,7 +55869,7 @@ var ListToolbarSkeleton = function ListToolbarSkeleton(_ref6) {
|
|
|
55413
55869
|
borderBottomLeftRadius: 0
|
|
55414
55870
|
},
|
|
55415
55871
|
bodyStyle: {
|
|
55416
|
-
|
|
55872
|
+
paddingBlockEnd: 8
|
|
55417
55873
|
},
|
|
55418
55874
|
children: (0,jsx_runtime.jsxs)(external_antd_.Space, {
|
|
55419
55875
|
style: {
|
|
@@ -55498,14 +55954,14 @@ var DescriptionsLargeItemSkeleton = function DescriptionsLargeItemSkeleton(_ref)
|
|
|
55498
55954
|
var active = _ref.active;
|
|
55499
55955
|
return (0,jsx_runtime.jsxs)("div", {
|
|
55500
55956
|
style: {
|
|
55501
|
-
|
|
55957
|
+
marginBlockStart: 32
|
|
55502
55958
|
},
|
|
55503
55959
|
children: [(0,jsx_runtime.jsx)(external_antd_.Skeleton.Button, {
|
|
55504
55960
|
active: active,
|
|
55505
55961
|
size: "small",
|
|
55506
55962
|
style: {
|
|
55507
55963
|
width: 100,
|
|
55508
|
-
|
|
55964
|
+
marginBlockEnd: 16
|
|
55509
55965
|
}
|
|
55510
55966
|
}), (0,jsx_runtime.jsxs)("div", {
|
|
55511
55967
|
style: {
|
|
@@ -55516,7 +55972,7 @@ var DescriptionsLargeItemSkeleton = function DescriptionsLargeItemSkeleton(_ref)
|
|
|
55516
55972
|
children: [(0,jsx_runtime.jsxs)("div", {
|
|
55517
55973
|
style: {
|
|
55518
55974
|
flex: 1,
|
|
55519
|
-
|
|
55975
|
+
marginInlineEnd: 24,
|
|
55520
55976
|
maxWidth: 300
|
|
55521
55977
|
},
|
|
55522
55978
|
children: [(0,jsx_runtime.jsx)(external_antd_.Skeleton, {
|
|
@@ -55524,7 +55980,7 @@ var DescriptionsLargeItemSkeleton = function DescriptionsLargeItemSkeleton(_ref)
|
|
|
55524
55980
|
paragraph: false,
|
|
55525
55981
|
title: {
|
|
55526
55982
|
style: {
|
|
55527
|
-
|
|
55983
|
+
marginBlockStart: 0
|
|
55528
55984
|
}
|
|
55529
55985
|
}
|
|
55530
55986
|
}), (0,jsx_runtime.jsx)(external_antd_.Skeleton, {
|
|
@@ -55532,7 +55988,7 @@ var DescriptionsLargeItemSkeleton = function DescriptionsLargeItemSkeleton(_ref)
|
|
|
55532
55988
|
paragraph: false,
|
|
55533
55989
|
title: {
|
|
55534
55990
|
style: {
|
|
55535
|
-
|
|
55991
|
+
marginBlockStart: 8
|
|
55536
55992
|
}
|
|
55537
55993
|
}
|
|
55538
55994
|
}), (0,jsx_runtime.jsx)(external_antd_.Skeleton, {
|
|
@@ -55540,7 +55996,7 @@ var DescriptionsLargeItemSkeleton = function DescriptionsLargeItemSkeleton(_ref)
|
|
|
55540
55996
|
paragraph: false,
|
|
55541
55997
|
title: {
|
|
55542
55998
|
style: {
|
|
55543
|
-
|
|
55999
|
+
marginBlockStart: 8
|
|
55544
56000
|
}
|
|
55545
56001
|
}
|
|
55546
56002
|
})]
|
|
@@ -55560,7 +56016,7 @@ var DescriptionsLargeItemSkeleton = function DescriptionsLargeItemSkeleton(_ref)
|
|
|
55560
56016
|
paragraph: false,
|
|
55561
56017
|
title: {
|
|
55562
56018
|
style: {
|
|
55563
|
-
|
|
56019
|
+
marginBlockStart: 0
|
|
55564
56020
|
}
|
|
55565
56021
|
}
|
|
55566
56022
|
}), (0,jsx_runtime.jsx)(external_antd_.Skeleton, {
|
|
@@ -55568,7 +56024,7 @@ var DescriptionsLargeItemSkeleton = function DescriptionsLargeItemSkeleton(_ref)
|
|
|
55568
56024
|
paragraph: false,
|
|
55569
56025
|
title: {
|
|
55570
56026
|
style: {
|
|
55571
|
-
|
|
56027
|
+
marginBlockStart: 8
|
|
55572
56028
|
}
|
|
55573
56029
|
}
|
|
55574
56030
|
})]
|
|
@@ -55593,15 +56049,15 @@ var DescriptionsItemSkeleton = function DescriptionsItemSkeleton(_ref2) {
|
|
|
55593
56049
|
return (0,jsx_runtime.jsxs)("div", {
|
|
55594
56050
|
style: {
|
|
55595
56051
|
flex: 1,
|
|
55596
|
-
|
|
55597
|
-
|
|
56052
|
+
paddingInlineStart: index === 0 ? 0 : 24,
|
|
56053
|
+
paddingInlineEnd: index === arraySize - 1 ? 0 : 24
|
|
55598
56054
|
},
|
|
55599
56055
|
children: [(0,jsx_runtime.jsx)(external_antd_.Skeleton, {
|
|
55600
56056
|
active: active,
|
|
55601
56057
|
paragraph: false,
|
|
55602
56058
|
title: {
|
|
55603
56059
|
style: {
|
|
55604
|
-
|
|
56060
|
+
marginBlockStart: 0
|
|
55605
56061
|
}
|
|
55606
56062
|
}
|
|
55607
56063
|
}), (0,jsx_runtime.jsx)(external_antd_.Skeleton, {
|
|
@@ -55609,7 +56065,7 @@ var DescriptionsItemSkeleton = function DescriptionsItemSkeleton(_ref2) {
|
|
|
55609
56065
|
paragraph: false,
|
|
55610
56066
|
title: {
|
|
55611
56067
|
style: {
|
|
55612
|
-
|
|
56068
|
+
marginBlockStart: 8
|
|
55613
56069
|
}
|
|
55614
56070
|
}
|
|
55615
56071
|
}), (0,jsx_runtime.jsx)(external_antd_.Skeleton, {
|
|
@@ -55617,7 +56073,7 @@ var DescriptionsItemSkeleton = function DescriptionsItemSkeleton(_ref2) {
|
|
|
55617
56073
|
paragraph: false,
|
|
55618
56074
|
title: {
|
|
55619
56075
|
style: {
|
|
55620
|
-
|
|
56076
|
+
marginBlockStart: 8
|
|
55621
56077
|
}
|
|
55622
56078
|
}
|
|
55623
56079
|
})]
|
|
@@ -55649,8 +56105,8 @@ var TableItemSkeleton = function TableItemSkeleton(_ref3) {
|
|
|
55649
56105
|
return (0,jsx_runtime.jsx)("div", {
|
|
55650
56106
|
style: {
|
|
55651
56107
|
flex: 1,
|
|
55652
|
-
|
|
55653
|
-
|
|
56108
|
+
paddingInlineStart: header && index === 0 ? 0 : 20,
|
|
56109
|
+
paddingInlineEnd: 32
|
|
55654
56110
|
},
|
|
55655
56111
|
children: (0,jsx_runtime.jsx)(external_antd_.Skeleton, {
|
|
55656
56112
|
active: active,
|
|
@@ -55667,7 +56123,7 @@ var TableItemSkeleton = function TableItemSkeleton(_ref3) {
|
|
|
55667
56123
|
}), (0,jsx_runtime.jsx)("div", {
|
|
55668
56124
|
style: {
|
|
55669
56125
|
flex: 3,
|
|
55670
|
-
|
|
56126
|
+
paddingInlineStart: 32
|
|
55671
56127
|
},
|
|
55672
56128
|
children: (0,jsx_runtime.jsx)(external_antd_.Skeleton, {
|
|
55673
56129
|
active: active,
|
|
@@ -55703,7 +56159,7 @@ var TableSkeleton = function TableSkeleton(_ref4) {
|
|
|
55703
56159
|
size: "small",
|
|
55704
56160
|
style: {
|
|
55705
56161
|
width: 100,
|
|
55706
|
-
|
|
56162
|
+
marginBlockEnd: 16
|
|
55707
56163
|
}
|
|
55708
56164
|
}), (0,jsx_runtime.jsx)(TableItemSkeleton, {
|
|
55709
56165
|
header: true,
|
|
@@ -55718,7 +56174,7 @@ var TableSkeleton = function TableSkeleton(_ref4) {
|
|
|
55718
56174
|
style: {
|
|
55719
56175
|
display: 'flex',
|
|
55720
56176
|
justifyContent: 'flex-end',
|
|
55721
|
-
|
|
56177
|
+
paddingBlockStart: 16
|
|
55722
56178
|
},
|
|
55723
56179
|
children: (0,jsx_runtime.jsx)(external_antd_.Skeleton, {
|
|
55724
56180
|
active: active,
|
|
@@ -55748,7 +56204,7 @@ var DescriptionsSkeleton = function DescriptionsSkeleton(_ref5) {
|
|
|
55748
56204
|
size: "small",
|
|
55749
56205
|
style: {
|
|
55750
56206
|
width: 100,
|
|
55751
|
-
|
|
56207
|
+
marginBlockEnd: 16
|
|
55752
56208
|
}
|
|
55753
56209
|
}), (0,jsx_runtime.jsx)(DescriptionsItemSkeleton, {
|
|
55754
56210
|
active: active
|
|
@@ -55806,13 +56262,13 @@ var ResultPageSkeleton = function ResultPageSkeleton(_ref) {
|
|
|
55806
56262
|
children: [(0,jsx_runtime.jsx)(external_antd_.Skeleton.Avatar, {
|
|
55807
56263
|
size: 64,
|
|
55808
56264
|
style: {
|
|
55809
|
-
|
|
56265
|
+
marginBlockEnd: 32
|
|
55810
56266
|
}
|
|
55811
56267
|
}), (0,jsx_runtime.jsx)(external_antd_.Skeleton.Button, {
|
|
55812
56268
|
active: active,
|
|
55813
56269
|
style: {
|
|
55814
56270
|
width: 214,
|
|
55815
|
-
|
|
56271
|
+
marginBlockEnd: 8
|
|
55816
56272
|
}
|
|
55817
56273
|
}), (0,jsx_runtime.jsx)(external_antd_.Skeleton.Button, {
|
|
55818
56274
|
active: active,
|
|
@@ -55822,7 +56278,7 @@ var ResultPageSkeleton = function ResultPageSkeleton(_ref) {
|
|
|
55822
56278
|
size: "small"
|
|
55823
56279
|
}), (0,jsx_runtime.jsxs)(external_antd_.Space, {
|
|
55824
56280
|
style: {
|
|
55825
|
-
|
|
56281
|
+
marginBlockStart: 24
|
|
55826
56282
|
},
|
|
55827
56283
|
children: [(0,jsx_runtime.jsx)(external_antd_.Skeleton.Button, {
|
|
55828
56284
|
active: active,
|
|
@@ -56095,10 +56551,10 @@ var FieldRender = function FieldRender(props) {
|
|
|
56095
56551
|
|
|
56096
56552
|
return (0,jsx_runtime.jsx)("div", {
|
|
56097
56553
|
style: {
|
|
56098
|
-
|
|
56099
|
-
|
|
56100
|
-
|
|
56101
|
-
|
|
56554
|
+
marginBlockStart: -5,
|
|
56555
|
+
marginBlockEnd: -5,
|
|
56556
|
+
marginInlineStart: 0,
|
|
56557
|
+
marginInlineEnd: 0
|
|
56102
56558
|
},
|
|
56103
56559
|
children: (0,jsx_runtime.jsx)(external_antd_.Form.Item, {
|
|
56104
56560
|
noStyle: true,
|
|
@@ -56419,13 +56875,14 @@ ProDescriptions.Item = ProDescriptionsItem;
|
|
|
56419
56875
|
var genFooterToolBarStyle = function genFooterToolBarStyle(token) {
|
|
56420
56876
|
return defineProperty_defineProperty({}, token.componentCls, objectSpread2_objectSpread2(objectSpread2_objectSpread2({}, resetComponent === null || resetComponent === void 0 ? void 0 : resetComponent(token)), {}, {
|
|
56421
56877
|
position: 'fixed',
|
|
56422
|
-
|
|
56878
|
+
insetInlineEnd: 0,
|
|
56423
56879
|
bottom: 0,
|
|
56424
56880
|
zIndex: 99,
|
|
56425
56881
|
display: 'flex',
|
|
56426
56882
|
alignItems: 'center',
|
|
56427
56883
|
width: '100%',
|
|
56428
|
-
|
|
56884
|
+
paddingInline: 24,
|
|
56885
|
+
paddingBlock: 0,
|
|
56429
56886
|
boxSizing: 'border-box',
|
|
56430
56887
|
lineHeight: '64px',
|
|
56431
56888
|
|
|
@@ -56439,9 +56896,10 @@ var genFooterToolBarStyle = function genFooterToolBarStyle(token) {
|
|
|
56439
56896
|
},
|
|
56440
56897
|
'&-right': {
|
|
56441
56898
|
'> *': {
|
|
56442
|
-
|
|
56899
|
+
marginInlineEnd: 8,
|
|
56443
56900
|
'&:last-child': {
|
|
56444
|
-
|
|
56901
|
+
marginBlock: 0,
|
|
56902
|
+
marginInline: 0
|
|
56445
56903
|
}
|
|
56446
56904
|
}
|
|
56447
56905
|
}
|
|
@@ -56651,93 +57109,99 @@ var genPageHeaderStyle = function genPageHeaderStyle(token) {
|
|
|
56651
57109
|
return defineProperty_defineProperty({}, token.componentCls, objectSpread2_objectSpread2(objectSpread2_objectSpread2({}, resetComponent === null || resetComponent === void 0 ? void 0 : resetComponent(token)), {}, (_objectSpread4 = {
|
|
56652
57110
|
position: 'relative',
|
|
56653
57111
|
backgroundColor: token.colorBgContainer,
|
|
56654
|
-
|
|
57112
|
+
paddingBlock: token.pageHeaderPaddingVertical,
|
|
57113
|
+
paddingInline: token.pageHeaderPadding,
|
|
56655
57114
|
'&-ghost': {
|
|
56656
57115
|
backgroundColor: token.pageHeaderBgGhost
|
|
56657
57116
|
},
|
|
56658
57117
|
'&-has-breadcrumb': {
|
|
56659
|
-
|
|
57118
|
+
paddingBlockStart: token.pageHeaderPaddingBreadCrumb
|
|
56660
57119
|
},
|
|
56661
57120
|
'&-has-footer': {
|
|
56662
|
-
|
|
57121
|
+
paddingBlockEnd: 0
|
|
56663
57122
|
},
|
|
56664
57123
|
'&-back': defineProperty_defineProperty({
|
|
56665
|
-
|
|
57124
|
+
marginInlineEnd: token.margin,
|
|
56666
57125
|
fontSize: 16,
|
|
56667
57126
|
lineHeight: 1,
|
|
56668
|
-
'&-button': objectSpread2_objectSpread2(objectSpread2_objectSpread2({}, operationUnit(token)), {}, {
|
|
57127
|
+
'&-button': objectSpread2_objectSpread2(objectSpread2_objectSpread2({}, operationUnit === null || operationUnit === void 0 ? void 0 : operationUnit(token)), {}, {
|
|
56669
57128
|
color: token.pageHeaderColorBack,
|
|
56670
57129
|
cursor: 'pointer'
|
|
56671
57130
|
})
|
|
56672
57131
|
}, "".concat(token.componentCls, "-rlt &"), {
|
|
56673
57132
|
float: 'right',
|
|
56674
|
-
|
|
56675
|
-
|
|
57133
|
+
marginInlineEnd: 0,
|
|
57134
|
+
marginInlineStart: 0
|
|
56676
57135
|
})
|
|
56677
57136
|
}, defineProperty_defineProperty(_objectSpread4, 'ant'.concat("-divider-vertical"), {
|
|
56678
57137
|
height: 14,
|
|
56679
|
-
|
|
57138
|
+
marginBlock: 0,
|
|
57139
|
+
marginInline: token.marginSM,
|
|
56680
57140
|
verticalAlign: 'middle'
|
|
56681
57141
|
}), defineProperty_defineProperty(_objectSpread4, "&-breadcrumb + &-heading", {
|
|
56682
|
-
|
|
57142
|
+
marginBlockStart: token.marginXS
|
|
56683
57143
|
}), defineProperty_defineProperty(_objectSpread4, '&-heading', {
|
|
56684
57144
|
display: 'flex',
|
|
56685
57145
|
justifyContent: 'space-between',
|
|
56686
57146
|
'&-left': {
|
|
56687
57147
|
display: 'flex',
|
|
56688
57148
|
alignItems: 'center',
|
|
56689
|
-
|
|
57149
|
+
marginBlock: token.marginXS / 2,
|
|
57150
|
+
marginInlineEnd: 0,
|
|
57151
|
+
marginInlineStart: 0,
|
|
56690
57152
|
overflow: 'hidden'
|
|
56691
57153
|
},
|
|
56692
57154
|
'&-title': objectSpread2_objectSpread2(objectSpread2_objectSpread2({
|
|
56693
|
-
|
|
56694
|
-
|
|
57155
|
+
marginInlineEnd: token.marginSM,
|
|
57156
|
+
marginBlockEnd: 0,
|
|
56695
57157
|
color: token.colorTextHeading,
|
|
56696
57158
|
fontWeight: 600,
|
|
56697
57159
|
fontSize: token.pageHeaderFontSizeHeaderTitle,
|
|
56698
57160
|
lineHeight: token.controlHeight + 'px'
|
|
56699
57161
|
}, textOverflowEllipsis()), {}, defineProperty_defineProperty({}, "".concat(token.componentCls, "-rlt &"), {
|
|
56700
|
-
|
|
56701
|
-
|
|
57162
|
+
marginInlineEnd: 0,
|
|
57163
|
+
marginInlineStart: token.marginSM
|
|
56702
57164
|
})),
|
|
56703
57165
|
'&-avatar': defineProperty_defineProperty({
|
|
56704
|
-
|
|
57166
|
+
marginInlineEnd: token.marginSM
|
|
56705
57167
|
}, "".concat(token.componentCls, "-rlt &"), {
|
|
56706
57168
|
float: 'right',
|
|
56707
|
-
|
|
56708
|
-
|
|
57169
|
+
marginInlineEnd: 0,
|
|
57170
|
+
marginInlineStart: token.marginSM
|
|
56709
57171
|
}),
|
|
56710
57172
|
'&-tags': defineProperty_defineProperty({}, "".concat(token.componentCls, "-rlt &"), {
|
|
56711
57173
|
float: 'right'
|
|
56712
57174
|
}),
|
|
56713
57175
|
'&-sub-title': objectSpread2_objectSpread2(objectSpread2_objectSpread2({
|
|
56714
|
-
|
|
57176
|
+
marginInlineEnd: token.marginSM,
|
|
56715
57177
|
color: token.colorTextSecondary,
|
|
56716
57178
|
fontSize: token.pageHeaderFontSizeHeaderSubTitle,
|
|
56717
57179
|
lineHeight: token.lineHeight
|
|
56718
57180
|
}, textOverflowEllipsis()), {}, defineProperty_defineProperty({}, "".concat(token.componentCls, "-rlt &"), {
|
|
56719
57181
|
float: 'right',
|
|
56720
|
-
|
|
56721
|
-
|
|
57182
|
+
marginInlineEnd: 0,
|
|
57183
|
+
marginInlineStart: 12
|
|
56722
57184
|
})),
|
|
56723
57185
|
'&-extra': (_extra = {
|
|
56724
|
-
|
|
57186
|
+
marginBlock: token.marginXS / 2,
|
|
57187
|
+
marginInlineEnd: 0,
|
|
57188
|
+
marginInlineStart: 0,
|
|
56725
57189
|
whiteSpace: 'nowrap',
|
|
56726
57190
|
'> *': defineProperty_defineProperty({
|
|
56727
57191
|
'white-space': 'unset'
|
|
56728
57192
|
}, "".concat(token.componentCls, "-rlt &"), {
|
|
56729
|
-
|
|
56730
|
-
|
|
57193
|
+
marginInlineEnd: token.marginSM,
|
|
57194
|
+
marginInlineStart: 0
|
|
56731
57195
|
})
|
|
56732
57196
|
}, defineProperty_defineProperty(_extra, "".concat(token.componentCls, "-rlt &"), {
|
|
56733
57197
|
float: 'left'
|
|
56734
57198
|
}), defineProperty_defineProperty(_extra, '*:first-child', defineProperty_defineProperty({}, "".concat(token.componentCls, "-rlt &"), {
|
|
56735
|
-
|
|
57199
|
+
marginInlineEnd: 0
|
|
56736
57200
|
})), _extra)
|
|
56737
57201
|
}), defineProperty_defineProperty(_objectSpread4, '&-content', {
|
|
56738
|
-
|
|
57202
|
+
paddingBlockStart: token.pageHeaderPaddingContentPadding
|
|
56739
57203
|
}), defineProperty_defineProperty(_objectSpread4, '&-footer', {
|
|
56740
|
-
|
|
57204
|
+
marginBlockStart: token.margin
|
|
56741
57205
|
}), defineProperty_defineProperty(_objectSpread4, '&-compact &-heading', {
|
|
56742
57206
|
flexWrap: 'wrap'
|
|
56743
57207
|
}), defineProperty_defineProperty(_objectSpread4, '&-rtl', {
|
|
@@ -56959,7 +57423,7 @@ var PageLoading = function PageLoading(_ref) {
|
|
|
56959
57423
|
|
|
56960
57424
|
return (0,jsx_runtime.jsx)("div", {
|
|
56961
57425
|
style: {
|
|
56962
|
-
|
|
57426
|
+
paddingBlockStart: 100,
|
|
56963
57427
|
textAlign: 'center'
|
|
56964
57428
|
},
|
|
56965
57429
|
children: (0,jsx_runtime.jsx)(external_antd_.Spin, objectSpread2_objectSpread2({
|
|
@@ -57131,10 +57595,12 @@ var genPageContainerStyle = function genPageContainerStyle(token) {
|
|
|
57131
57595
|
return defineProperty_defineProperty({}, token.componentCls, {
|
|
57132
57596
|
position: 'relative',
|
|
57133
57597
|
'&-layout-has-margin': {
|
|
57134
|
-
|
|
57598
|
+
marginBlock: -24,
|
|
57599
|
+
marginInline: -24
|
|
57135
57600
|
},
|
|
57136
57601
|
'&-children-content': {
|
|
57137
|
-
|
|
57602
|
+
marginBlock: 24,
|
|
57603
|
+
marginInline: 40
|
|
57138
57604
|
},
|
|
57139
57605
|
'&-affix': defineProperty_defineProperty({}, "".concat(token.antCls, "-affix"), defineProperty_defineProperty({}, "".concat(token.componentCls, "-warp"), {
|
|
57140
57606
|
backgroundColor: token.colorBgContainer,
|
|
@@ -57143,8 +57609,8 @@ var genPageContainerStyle = function genPageContainerStyle(token) {
|
|
|
57143
57609
|
'&-warp': defineProperty_defineProperty({
|
|
57144
57610
|
backgroundColor: token.pageContainerBgColor
|
|
57145
57611
|
}, '&-page-header', {
|
|
57146
|
-
|
|
57147
|
-
|
|
57612
|
+
paddingInlineStart: 40,
|
|
57613
|
+
paddingInlineEnd: 40
|
|
57148
57614
|
}),
|
|
57149
57615
|
'&-detail': defineProperty_defineProperty({
|
|
57150
57616
|
display: 'flex'
|
|
@@ -57167,17 +57633,17 @@ var genPageContainerStyle = function genPageContainerStyle(token) {
|
|
|
57167
57633
|
'&-extraContent': (_extraContent = {
|
|
57168
57634
|
flex: '0 1 auto',
|
|
57169
57635
|
minWidth: '242px',
|
|
57170
|
-
|
|
57171
|
-
textAlign: '
|
|
57636
|
+
marginInlineStart: 88,
|
|
57637
|
+
textAlign: 'end'
|
|
57172
57638
|
}, defineProperty_defineProperty(_extraContent, sm, {
|
|
57173
|
-
|
|
57639
|
+
marginInlineStart: 0
|
|
57174
57640
|
}), defineProperty_defineProperty(_extraContent, md, {
|
|
57175
|
-
|
|
57176
|
-
textAlign: '
|
|
57641
|
+
marginInlineStart: 0,
|
|
57642
|
+
textAlign: 'start'
|
|
57177
57643
|
}), defineProperty_defineProperty(_extraContent, lg, {
|
|
57178
|
-
|
|
57644
|
+
marginInlineStart: 20
|
|
57179
57645
|
}), defineProperty_defineProperty(_extraContent, xl, {
|
|
57180
|
-
|
|
57646
|
+
marginInlineStart: 44
|
|
57181
57647
|
}), _extraContent)
|
|
57182
57648
|
});
|
|
57183
57649
|
};
|
|
@@ -57408,7 +57874,7 @@ var PageContainer = function PageContainer(props) {
|
|
|
57408
57874
|
}), value.hasFooterToolbar && (0,jsx_runtime.jsx)("div", {
|
|
57409
57875
|
style: {
|
|
57410
57876
|
height: 48,
|
|
57411
|
-
|
|
57877
|
+
marginBlockStart: 24
|
|
57412
57878
|
}
|
|
57413
57879
|
})]
|
|
57414
57880
|
}) : null;
|
|
@@ -58076,30 +58542,34 @@ var RegionalSetting = function RegionalSetting(_ref) {
|
|
|
58076
58542
|
|
|
58077
58543
|
|
|
58078
58544
|
var genSettingDrawerStyle = function genSettingDrawerStyle(token) {
|
|
58079
|
-
|
|
58080
|
-
|
|
58081
|
-
|
|
58082
|
-
|
|
58083
|
-
|
|
58084
|
-
|
|
58085
|
-
|
|
58086
|
-
|
|
58087
|
-
|
|
58088
|
-
|
|
58089
|
-
|
|
58090
|
-
|
|
58091
|
-
|
|
58092
|
-
|
|
58093
|
-
|
|
58094
|
-
|
|
58095
|
-
|
|
58096
|
-
|
|
58545
|
+
var _ref;
|
|
58546
|
+
|
|
58547
|
+
return _ref = {}, defineProperty_defineProperty(_ref, "".concat(token.componentCls, "-handle"), {
|
|
58548
|
+
position: 'fixed',
|
|
58549
|
+
insetBlockStart: '240px',
|
|
58550
|
+
insetInlineEnd: '0px',
|
|
58551
|
+
zIndex: 0,
|
|
58552
|
+
display: 'flex',
|
|
58553
|
+
alignItems: 'center',
|
|
58554
|
+
justifyContent: 'center',
|
|
58555
|
+
width: '48px',
|
|
58556
|
+
height: '48px',
|
|
58557
|
+
fontSize: '16px',
|
|
58558
|
+
textAlign: 'center',
|
|
58559
|
+
backgroundColor: token.colorPrimary,
|
|
58560
|
+
borderEndStartRadius: token.radiusLG,
|
|
58561
|
+
borderStartStartRadius: token.radiusLG,
|
|
58562
|
+
'-webkit-backdropilter': 'saturate(180%) blur(20px)',
|
|
58563
|
+
backdropFilter: 'saturate(180%) blur(20px)',
|
|
58564
|
+
cursor: 'pointer',
|
|
58565
|
+
pointerEvents: 'auto'
|
|
58566
|
+
}), defineProperty_defineProperty(_ref, token.componentCls, {
|
|
58097
58567
|
'&-content': {
|
|
58098
58568
|
position: 'relative',
|
|
58099
58569
|
minHeight: '100%'
|
|
58100
58570
|
},
|
|
58101
58571
|
'&-body-title': {
|
|
58102
|
-
|
|
58572
|
+
marginBlockEnd: '12px',
|
|
58103
58573
|
fontSize: '14px',
|
|
58104
58574
|
lineHeight: '22px'
|
|
58105
58575
|
},
|
|
@@ -58110,7 +58580,7 @@ var genSettingDrawerStyle = function genSettingDrawerStyle(token) {
|
|
|
58110
58580
|
position: 'relative',
|
|
58111
58581
|
width: '44px',
|
|
58112
58582
|
height: '36px',
|
|
58113
|
-
|
|
58583
|
+
marginInlineEnd: '16px',
|
|
58114
58584
|
overflow: 'hidden',
|
|
58115
58585
|
backgroundColor: '#f7f8fa',
|
|
58116
58586
|
borderRadius: '4px',
|
|
@@ -58118,8 +58588,8 @@ var genSettingDrawerStyle = function genSettingDrawerStyle(token) {
|
|
|
58118
58588
|
cursor: 'pointer',
|
|
58119
58589
|
'&::before': {
|
|
58120
58590
|
position: 'absolute',
|
|
58121
|
-
|
|
58122
|
-
|
|
58591
|
+
insetBlockStart: 0,
|
|
58592
|
+
insetInlineStart: 0,
|
|
58123
58593
|
width: '33%',
|
|
58124
58594
|
height: '100%',
|
|
58125
58595
|
backgroundColor: '#fff',
|
|
@@ -58127,8 +58597,8 @@ var genSettingDrawerStyle = function genSettingDrawerStyle(token) {
|
|
|
58127
58597
|
},
|
|
58128
58598
|
'&::after': {
|
|
58129
58599
|
position: 'absolute',
|
|
58130
|
-
|
|
58131
|
-
|
|
58600
|
+
insetBlockStart: 0,
|
|
58601
|
+
insetInlineStart: 0,
|
|
58132
58602
|
width: '100%',
|
|
58133
58603
|
height: '25%',
|
|
58134
58604
|
backgroundColor: '#fff',
|
|
@@ -58180,7 +58650,7 @@ var genSettingDrawerStyle = function genSettingDrawerStyle(token) {
|
|
|
58180
58650
|
},
|
|
58181
58651
|
'&-selectIcon': {
|
|
58182
58652
|
position: 'absolute',
|
|
58183
|
-
|
|
58653
|
+
insetInlineEnd: '6px',
|
|
58184
58654
|
bottom: '4px',
|
|
58185
58655
|
color: token.colorPrimary,
|
|
58186
58656
|
fontWeight: 'bold',
|
|
@@ -58192,14 +58662,14 @@ var genSettingDrawerStyle = function genSettingDrawerStyle(token) {
|
|
|
58192
58662
|
}
|
|
58193
58663
|
},
|
|
58194
58664
|
'&-theme-color': {
|
|
58195
|
-
|
|
58665
|
+
marginBlockStart: '16px',
|
|
58196
58666
|
overflow: 'hidden',
|
|
58197
58667
|
'&-block': {
|
|
58198
58668
|
float: 'left',
|
|
58199
58669
|
width: '20px',
|
|
58200
58670
|
height: '20px',
|
|
58201
|
-
|
|
58202
|
-
|
|
58671
|
+
marginBlockStart: 8,
|
|
58672
|
+
marginInlineEnd: 8,
|
|
58203
58673
|
color: '#fff',
|
|
58204
58674
|
fontWeight: 'bold',
|
|
58205
58675
|
textAlign: 'center',
|
|
@@ -58207,7 +58677,7 @@ var genSettingDrawerStyle = function genSettingDrawerStyle(token) {
|
|
|
58207
58677
|
cursor: 'pointer'
|
|
58208
58678
|
}
|
|
58209
58679
|
}
|
|
58210
|
-
});
|
|
58680
|
+
}), _ref;
|
|
58211
58681
|
};
|
|
58212
58682
|
|
|
58213
58683
|
function SettingDrawer_style_useStyle(prefixCls) {
|
|
@@ -58306,7 +58776,7 @@ var Body = function Body(_ref) {
|
|
|
58306
58776
|
title = _ref.title;
|
|
58307
58777
|
return (0,jsx_runtime.jsxs)("div", {
|
|
58308
58778
|
style: {
|
|
58309
|
-
|
|
58779
|
+
marginBlockEnd: 24
|
|
58310
58780
|
},
|
|
58311
58781
|
children: [(0,jsx_runtime.jsx)("h3", {
|
|
58312
58782
|
className: "".concat(prefixCls, "-body-title"),
|
|
@@ -58631,16 +59101,8 @@ var SettingDrawer = function SettingDrawer(props) {
|
|
|
58631
59101
|
var _useStyle = SettingDrawer_style_useStyle(baseClassName),
|
|
58632
59102
|
wrapSSR = _useStyle.wrapSSR;
|
|
58633
59103
|
|
|
58634
|
-
return wrapSSR((0,jsx_runtime.
|
|
58635
|
-
|
|
58636
|
-
width: 300,
|
|
58637
|
-
closable: false,
|
|
58638
|
-
onClose: function onClose() {
|
|
58639
|
-
return setShow(false);
|
|
58640
|
-
},
|
|
58641
|
-
placement: "right",
|
|
58642
|
-
getContainer: getContainer,
|
|
58643
|
-
handler: (0,jsx_runtime.jsx)("div", {
|
|
59104
|
+
return wrapSSR((0,jsx_runtime.jsxs)(jsx_runtime.Fragment, {
|
|
59105
|
+
children: [(0,jsx_runtime.jsx)("div", {
|
|
58644
59106
|
className: "".concat(baseClassName, "-handle"),
|
|
58645
59107
|
onClick: function onClick() {
|
|
58646
59108
|
return setShow(!show);
|
|
@@ -58656,179 +59118,188 @@ var SettingDrawer = function SettingDrawer(props) {
|
|
|
58656
59118
|
fontSize: 20
|
|
58657
59119
|
}
|
|
58658
59120
|
})
|
|
58659
|
-
}),
|
|
58660
|
-
|
|
58661
|
-
|
|
58662
|
-
|
|
58663
|
-
|
|
58664
|
-
|
|
58665
|
-
|
|
58666
|
-
|
|
58667
|
-
|
|
58668
|
-
|
|
58669
|
-
|
|
58670
|
-
|
|
58671
|
-
|
|
58672
|
-
|
|
58673
|
-
|
|
58674
|
-
key: 'light',
|
|
58675
|
-
title: formatMessage({
|
|
58676
|
-
id: 'app.setting.pagestyle.light',
|
|
58677
|
-
defaultMessage: '亮色菜单风格'
|
|
58678
|
-
})
|
|
58679
|
-
}, {
|
|
58680
|
-
key: 'realDark',
|
|
58681
|
-
title: formatMessage({
|
|
58682
|
-
id: 'app.setting.pagestyle.realdark',
|
|
58683
|
-
defaultMessage: '暗色菜单风格'
|
|
58684
|
-
})
|
|
58685
|
-
}].filter(function (item) {
|
|
58686
|
-
if (item.key === 'dark' && settingState.layout === 'mix') return false;
|
|
58687
|
-
if (item.key === 'realDark' && !enableDarkTheme) return false;
|
|
58688
|
-
return true;
|
|
58689
|
-
}),
|
|
58690
|
-
value: navTheme,
|
|
58691
|
-
configType: "theme",
|
|
58692
|
-
onChange: function onChange(value) {
|
|
58693
|
-
return changeSetting('navTheme', value);
|
|
58694
|
-
}
|
|
58695
|
-
}, "navTheme")
|
|
58696
|
-
}), colorList !== false && (0,jsx_runtime.jsx)(Body, {
|
|
58697
|
-
title: formatMessage({
|
|
58698
|
-
id: 'app.setting.themecolor',
|
|
58699
|
-
defaultMessage: 'Theme color'
|
|
58700
|
-
}),
|
|
58701
|
-
prefixCls: baseClassName,
|
|
58702
|
-
children: (0,jsx_runtime.jsx)(ThemeColor, {
|
|
58703
|
-
prefixCls: baseClassName,
|
|
58704
|
-
colorList: colorList,
|
|
58705
|
-
value: genStringToTheme(primaryColor),
|
|
58706
|
-
formatMessage: formatMessage,
|
|
58707
|
-
onChange: function onChange(color) {
|
|
58708
|
-
return changeSetting('primaryColor', color);
|
|
58709
|
-
}
|
|
58710
|
-
})
|
|
58711
|
-
}), !themeOnly && (0,jsx_runtime.jsxs)(jsx_runtime.Fragment, {
|
|
58712
|
-
children: [(0,jsx_runtime.jsx)(external_antd_.Divider, {}), (0,jsx_runtime.jsx)(Body, {
|
|
58713
|
-
prefixCls: baseClassName,
|
|
59121
|
+
}), (0,jsx_runtime.jsx)(external_antd_.Drawer, {
|
|
59122
|
+
visible: show,
|
|
59123
|
+
width: 300,
|
|
59124
|
+
closable: false,
|
|
59125
|
+
onClose: function onClose() {
|
|
59126
|
+
return setShow(false);
|
|
59127
|
+
},
|
|
59128
|
+
placement: "right",
|
|
59129
|
+
getContainer: getContainer,
|
|
59130
|
+
style: {
|
|
59131
|
+
zIndex: 999
|
|
59132
|
+
},
|
|
59133
|
+
children: (0,jsx_runtime.jsxs)("div", {
|
|
59134
|
+
className: "".concat(baseClassName, "-content"),
|
|
59135
|
+
children: [(0,jsx_runtime.jsx)(Body, {
|
|
58714
59136
|
title: formatMessage({
|
|
58715
|
-
id: 'app.setting.
|
|
59137
|
+
id: 'app.setting.pagestyle',
|
|
59138
|
+
defaultMessage: 'Page style setting'
|
|
58716
59139
|
}),
|
|
59140
|
+
prefixCls: baseClassName,
|
|
58717
59141
|
children: (0,jsx_runtime.jsx)(BlockCheckbox, {
|
|
58718
59142
|
prefixCls: baseClassName,
|
|
58719
|
-
value: layout,
|
|
58720
|
-
configType: "layout",
|
|
58721
59143
|
list: [{
|
|
58722
|
-
key: '
|
|
59144
|
+
key: 'light',
|
|
58723
59145
|
title: formatMessage({
|
|
58724
|
-
id: 'app.setting.
|
|
59146
|
+
id: 'app.setting.pagestyle.light',
|
|
59147
|
+
defaultMessage: '亮色菜单风格'
|
|
58725
59148
|
})
|
|
58726
59149
|
}, {
|
|
58727
|
-
key: '
|
|
59150
|
+
key: 'realDark',
|
|
58728
59151
|
title: formatMessage({
|
|
58729
|
-
id: 'app.setting.
|
|
59152
|
+
id: 'app.setting.pagestyle.realdark',
|
|
59153
|
+
defaultMessage: '暗色菜单风格'
|
|
58730
59154
|
})
|
|
58731
|
-
}
|
|
58732
|
-
key
|
|
58733
|
-
|
|
58734
|
-
|
|
58735
|
-
|
|
58736
|
-
|
|
59155
|
+
}].filter(function (item) {
|
|
59156
|
+
if (item.key === 'dark' && settingState.layout === 'mix') return false;
|
|
59157
|
+
if (item.key === 'realDark' && !enableDarkTheme) return false;
|
|
59158
|
+
return true;
|
|
59159
|
+
}),
|
|
59160
|
+
value: navTheme,
|
|
59161
|
+
configType: "theme",
|
|
58737
59162
|
onChange: function onChange(value) {
|
|
58738
|
-
return changeSetting('
|
|
59163
|
+
return changeSetting('navTheme', value);
|
|
58739
59164
|
}
|
|
58740
|
-
}, "
|
|
58741
|
-
}), (0,jsx_runtime.jsx)(
|
|
58742
|
-
settings: settingState,
|
|
58743
|
-
changeSetting: changeSetting
|
|
58744
|
-
}), (0,jsx_runtime.jsx)(external_antd_.Divider, {}), (0,jsx_runtime.jsx)(Body, {
|
|
58745
|
-
prefixCls: baseClassName,
|
|
59165
|
+
}, "navTheme")
|
|
59166
|
+
}), colorList !== false && (0,jsx_runtime.jsx)(Body, {
|
|
58746
59167
|
title: formatMessage({
|
|
58747
|
-
id: 'app.setting.
|
|
59168
|
+
id: 'app.setting.themecolor',
|
|
59169
|
+
defaultMessage: 'Theme color'
|
|
58748
59170
|
}),
|
|
58749
|
-
children: (0,jsx_runtime.jsx)(RegionalSetting, {
|
|
58750
|
-
settings: settingState,
|
|
58751
|
-
changeSetting: changeSetting
|
|
58752
|
-
})
|
|
58753
|
-
}), (0,jsx_runtime.jsx)(external_antd_.Divider, {}), (0,jsx_runtime.jsx)(Body, {
|
|
58754
59171
|
prefixCls: baseClassName,
|
|
58755
|
-
|
|
58756
|
-
|
|
58757
|
-
|
|
58758
|
-
|
|
58759
|
-
|
|
58760
|
-
|
|
58761
|
-
|
|
58762
|
-
|
|
58763
|
-
id: 'app.setting.weakmode'
|
|
58764
|
-
}),
|
|
58765
|
-
action: (0,jsx_runtime.jsx)(external_antd_.Switch, {
|
|
58766
|
-
size: "small",
|
|
58767
|
-
className: "color-weak",
|
|
58768
|
-
checked: !!colorWeak,
|
|
58769
|
-
onChange: function onChange(checked) {
|
|
58770
|
-
changeSetting('colorWeak', checked);
|
|
58771
|
-
}
|
|
58772
|
-
})
|
|
58773
|
-
}]
|
|
59172
|
+
children: (0,jsx_runtime.jsx)(ThemeColor, {
|
|
59173
|
+
prefixCls: baseClassName,
|
|
59174
|
+
colorList: colorList,
|
|
59175
|
+
value: genStringToTheme(primaryColor),
|
|
59176
|
+
formatMessage: formatMessage,
|
|
59177
|
+
onChange: function onChange(color) {
|
|
59178
|
+
return changeSetting('primaryColor', color);
|
|
59179
|
+
}
|
|
58774
59180
|
})
|
|
58775
|
-
}),
|
|
58776
|
-
|
|
58777
|
-
|
|
58778
|
-
|
|
58779
|
-
|
|
58780
|
-
|
|
58781
|
-
|
|
58782
|
-
|
|
58783
|
-
|
|
58784
|
-
|
|
58785
|
-
|
|
58786
|
-
|
|
58787
|
-
|
|
58788
|
-
|
|
58789
|
-
|
|
58790
|
-
|
|
58791
|
-
|
|
58792
|
-
|
|
58793
|
-
|
|
58794
|
-
|
|
58795
|
-
|
|
58796
|
-
|
|
58797
|
-
|
|
58798
|
-
|
|
58799
|
-
|
|
59181
|
+
}), !themeOnly && (0,jsx_runtime.jsxs)(jsx_runtime.Fragment, {
|
|
59182
|
+
children: [(0,jsx_runtime.jsx)(external_antd_.Divider, {}), (0,jsx_runtime.jsx)(Body, {
|
|
59183
|
+
prefixCls: baseClassName,
|
|
59184
|
+
title: formatMessage({
|
|
59185
|
+
id: 'app.setting.navigationmode'
|
|
59186
|
+
}),
|
|
59187
|
+
children: (0,jsx_runtime.jsx)(BlockCheckbox, {
|
|
59188
|
+
prefixCls: baseClassName,
|
|
59189
|
+
value: layout,
|
|
59190
|
+
configType: "layout",
|
|
59191
|
+
list: [{
|
|
59192
|
+
key: 'side',
|
|
59193
|
+
title: formatMessage({
|
|
59194
|
+
id: 'app.setting.sidemenu'
|
|
59195
|
+
})
|
|
59196
|
+
}, {
|
|
59197
|
+
key: 'top',
|
|
59198
|
+
title: formatMessage({
|
|
59199
|
+
id: 'app.setting.topmenu'
|
|
59200
|
+
})
|
|
59201
|
+
}, {
|
|
59202
|
+
key: 'mix',
|
|
59203
|
+
title: formatMessage({
|
|
59204
|
+
id: 'app.setting.mixmenu'
|
|
59205
|
+
})
|
|
59206
|
+
}],
|
|
59207
|
+
onChange: function onChange(value) {
|
|
59208
|
+
return changeSetting('layout', value);
|
|
59209
|
+
}
|
|
59210
|
+
}, "layout")
|
|
59211
|
+
}), (0,jsx_runtime.jsx)(LayoutSetting, {
|
|
59212
|
+
settings: settingState,
|
|
59213
|
+
changeSetting: changeSetting
|
|
59214
|
+
}), (0,jsx_runtime.jsx)(external_antd_.Divider, {}), (0,jsx_runtime.jsx)(Body, {
|
|
59215
|
+
prefixCls: baseClassName,
|
|
59216
|
+
title: formatMessage({
|
|
59217
|
+
id: 'app.setting.regionalsettings'
|
|
59218
|
+
}),
|
|
59219
|
+
children: (0,jsx_runtime.jsx)(RegionalSetting, {
|
|
59220
|
+
settings: settingState,
|
|
59221
|
+
changeSetting: changeSetting
|
|
59222
|
+
})
|
|
59223
|
+
}), (0,jsx_runtime.jsx)(external_antd_.Divider, {}), (0,jsx_runtime.jsx)(Body, {
|
|
59224
|
+
prefixCls: baseClassName,
|
|
59225
|
+
title: formatMessage({
|
|
59226
|
+
id: 'app.setting.othersettings'
|
|
59227
|
+
}),
|
|
59228
|
+
children: (0,jsx_runtime.jsx)(external_antd_.List, {
|
|
59229
|
+
split: false,
|
|
59230
|
+
renderItem: renderLayoutSettingItem,
|
|
59231
|
+
dataSource: [{
|
|
59232
|
+
title: formatMessage({
|
|
59233
|
+
id: 'app.setting.weakmode'
|
|
59234
|
+
}),
|
|
59235
|
+
action: (0,jsx_runtime.jsx)(external_antd_.Switch, {
|
|
59236
|
+
size: "small",
|
|
59237
|
+
className: "color-weak",
|
|
59238
|
+
checked: !!colorWeak,
|
|
59239
|
+
onChange: function onChange(checked) {
|
|
59240
|
+
changeSetting('colorWeak', checked);
|
|
59241
|
+
}
|
|
59242
|
+
})
|
|
59243
|
+
}]
|
|
59244
|
+
})
|
|
59245
|
+
}), hideHintAlert && hideCopyButton ? null : (0,jsx_runtime.jsx)(external_antd_.Divider, {}), hideHintAlert ? null : (0,jsx_runtime.jsx)(external_antd_.Alert, {
|
|
59246
|
+
type: "warning",
|
|
59247
|
+
message: formatMessage({
|
|
59248
|
+
id: 'app.setting.production.hint'
|
|
59249
|
+
}),
|
|
59250
|
+
icon: (0,jsx_runtime.jsx)(icons_NotificationOutlined, {}),
|
|
59251
|
+
showIcon: true,
|
|
59252
|
+
style: {
|
|
59253
|
+
marginBlockEnd: 16
|
|
59254
|
+
}
|
|
59255
|
+
}), hideCopyButton ? null : (0,jsx_runtime.jsx)(external_antd_.Button, {
|
|
59256
|
+
block: true,
|
|
59257
|
+
icon: (0,jsx_runtime.jsx)(icons_CopyOutlined, {}),
|
|
59258
|
+
style: {
|
|
59259
|
+
marginBlockEnd: 24
|
|
59260
|
+
},
|
|
59261
|
+
onClick: function () {
|
|
59262
|
+
var _onClick = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee2() {
|
|
59263
|
+
return _regeneratorRuntime().wrap(function _callee2$(_context2) {
|
|
59264
|
+
while (1) {
|
|
59265
|
+
switch (_context2.prev = _context2.next) {
|
|
59266
|
+
case 0:
|
|
59267
|
+
_context2.prev = 0;
|
|
59268
|
+
_context2.next = 3;
|
|
59269
|
+
return navigator.clipboard.writeText(genCopySettingJson(settingState));
|
|
58800
59270
|
|
|
58801
|
-
|
|
58802
|
-
|
|
58803
|
-
|
|
58804
|
-
|
|
58805
|
-
|
|
58806
|
-
|
|
59271
|
+
case 3:
|
|
59272
|
+
external_antd_.message.success(formatMessage({
|
|
59273
|
+
id: 'app.setting.copyinfo'
|
|
59274
|
+
}));
|
|
59275
|
+
_context2.next = 8;
|
|
59276
|
+
break;
|
|
58807
59277
|
|
|
58808
|
-
|
|
58809
|
-
|
|
58810
|
-
|
|
59278
|
+
case 6:
|
|
59279
|
+
_context2.prev = 6;
|
|
59280
|
+
_context2.t0 = _context2["catch"](0);
|
|
58811
59281
|
|
|
58812
|
-
|
|
58813
|
-
|
|
58814
|
-
|
|
59282
|
+
case 8:
|
|
59283
|
+
case "end":
|
|
59284
|
+
return _context2.stop();
|
|
59285
|
+
}
|
|
58815
59286
|
}
|
|
58816
|
-
}
|
|
58817
|
-
}
|
|
58818
|
-
}));
|
|
59287
|
+
}, _callee2, null, [[0, 6]]);
|
|
59288
|
+
}));
|
|
58819
59289
|
|
|
58820
|
-
|
|
58821
|
-
|
|
58822
|
-
|
|
59290
|
+
function onClick() {
|
|
59291
|
+
return _onClick.apply(this, arguments);
|
|
59292
|
+
}
|
|
58823
59293
|
|
|
58824
|
-
|
|
58825
|
-
|
|
58826
|
-
|
|
58827
|
-
|
|
58828
|
-
|
|
59294
|
+
return onClick;
|
|
59295
|
+
}(),
|
|
59296
|
+
children: formatMessage({
|
|
59297
|
+
id: 'app.setting.copy'
|
|
59298
|
+
})
|
|
59299
|
+
})]
|
|
58829
59300
|
})]
|
|
58830
|
-
})
|
|
58831
|
-
})
|
|
59301
|
+
})
|
|
59302
|
+
})]
|
|
58832
59303
|
}));
|
|
58833
59304
|
};
|
|
58834
59305
|
|
|
@@ -58948,18 +59419,22 @@ var genAppsLogoComponentsDefaultListStyle = function genAppsLogoComponentsDefaul
|
|
|
58948
59419
|
'&-list': {
|
|
58949
59420
|
boxSizing: 'content-box',
|
|
58950
59421
|
maxWidth: 656,
|
|
58951
|
-
|
|
58952
|
-
|
|
59422
|
+
marginBlock: 0,
|
|
59423
|
+
marginInline: 0,
|
|
59424
|
+
paddingBlock: 0,
|
|
59425
|
+
paddingInline: 0,
|
|
58953
59426
|
listStyle: 'none',
|
|
58954
59427
|
'> *': {
|
|
58955
|
-
boxSizing: 'border-box'
|
|
59428
|
+
boxSizing: 'border-box',
|
|
59429
|
+
fontFamily: token.fontFamily
|
|
58956
59430
|
},
|
|
58957
59431
|
'&-item': {
|
|
58958
59432
|
position: 'relative',
|
|
58959
59433
|
display: 'inline-block',
|
|
58960
59434
|
width: 328,
|
|
58961
59435
|
height: 72,
|
|
58962
|
-
|
|
59436
|
+
paddingInline: 16,
|
|
59437
|
+
paddingBlock: 16,
|
|
58963
59438
|
verticalAlign: 'top',
|
|
58964
59439
|
listStyleType: 'none',
|
|
58965
59440
|
transition: 'transform 0.2s cubic-bezier(0.333, 0, 0, 1)',
|
|
@@ -58968,7 +59443,8 @@ var genAppsLogoComponentsDefaultListStyle = function genAppsLogoComponentsDefaul
|
|
|
58968
59443
|
backgroundColor: 'rgba(0, 0, 0, 0.03)'
|
|
58969
59444
|
},
|
|
58970
59445
|
'*': {
|
|
58971
|
-
boxSizing: 'border-box'
|
|
59446
|
+
boxSizing: 'border-box',
|
|
59447
|
+
fontFamily: token.fontFamily
|
|
58972
59448
|
},
|
|
58973
59449
|
'* div': resetComponent === null || resetComponent === void 0 ? void 0 : resetComponent(token),
|
|
58974
59450
|
a: {
|
|
@@ -58981,7 +59457,7 @@ var genAppsLogoComponentsDefaultListStyle = function genAppsLogoComponentsDefaul
|
|
|
58981
59457
|
height: 40
|
|
58982
59458
|
},
|
|
58983
59459
|
'& > div': {
|
|
58984
|
-
|
|
59460
|
+
marginInlineStart: 14,
|
|
58985
59461
|
color: token.colorTextHeading,
|
|
58986
59462
|
fontSize: 14,
|
|
58987
59463
|
lineHeight: '22px',
|
|
@@ -59008,19 +59484,24 @@ var genAppsLogoComponentsSimpleListStyle = function genAppsLogoComponentsSimpleL
|
|
|
59008
59484
|
'&-list': {
|
|
59009
59485
|
boxSizing: 'border-box',
|
|
59010
59486
|
maxWidth: 376,
|
|
59011
|
-
|
|
59012
|
-
|
|
59487
|
+
marginBlock: 0,
|
|
59488
|
+
marginInline: 0,
|
|
59489
|
+
paddingBlock: 0,
|
|
59490
|
+
paddingInline: 0,
|
|
59013
59491
|
listStyle: 'none',
|
|
59014
|
-
'
|
|
59015
|
-
boxSizing: 'border-box'
|
|
59492
|
+
'*': {
|
|
59493
|
+
boxSizing: 'border-box',
|
|
59494
|
+
fontFamily: token.fontFamily
|
|
59016
59495
|
},
|
|
59017
59496
|
'&-item': {
|
|
59018
59497
|
position: 'relative',
|
|
59019
59498
|
display: 'inline-block',
|
|
59020
59499
|
width: 104,
|
|
59021
59500
|
height: 104,
|
|
59022
|
-
|
|
59023
|
-
|
|
59501
|
+
marginBlock: 8,
|
|
59502
|
+
marginInline: 8,
|
|
59503
|
+
paddingInline: 24,
|
|
59504
|
+
paddingBlock: 24,
|
|
59024
59505
|
verticalAlign: 'top',
|
|
59025
59506
|
listStyleType: 'none',
|
|
59026
59507
|
transition: 'transform 0.2s cubic-bezier(0.333, 0, 0, 1)',
|
|
@@ -59051,8 +59532,8 @@ var genAppsLogoComponentsSimpleListStyle = function genAppsLogoComponentsSimpleL
|
|
|
59051
59532
|
height: 40
|
|
59052
59533
|
},
|
|
59053
59534
|
'& > div': {
|
|
59054
|
-
|
|
59055
|
-
|
|
59535
|
+
marginBlockStart: 5,
|
|
59536
|
+
marginInlineStart: 0,
|
|
59056
59537
|
color: token.colorTextHeading,
|
|
59057
59538
|
fontSize: 14,
|
|
59058
59539
|
lineHeight: '22px',
|
|
@@ -59085,7 +59566,8 @@ var genAppsLogoComponentsStyle = function genAppsLogoComponentsStyle(token) {
|
|
|
59085
59566
|
display: 'inline-flex',
|
|
59086
59567
|
alignItems: 'center',
|
|
59087
59568
|
justifyContent: 'center',
|
|
59088
|
-
|
|
59569
|
+
paddingInline: 4,
|
|
59570
|
+
paddingBlock: 0,
|
|
59089
59571
|
fontSize: 14,
|
|
59090
59572
|
lineHeight: '14px',
|
|
59091
59573
|
height: 28,
|
|
@@ -59099,7 +59581,8 @@ var genAppsLogoComponentsStyle = function genAppsLogoComponentsStyle(token) {
|
|
|
59099
59581
|
},
|
|
59100
59582
|
'&-popover': {
|
|
59101
59583
|
'*': {
|
|
59102
|
-
boxSizing: 'border-box'
|
|
59584
|
+
boxSizing: 'border-box',
|
|
59585
|
+
fontFamily: token.fontFamily
|
|
59103
59586
|
}
|
|
59104
59587
|
},
|
|
59105
59588
|
'&-simple': genAppsLogoComponentsSimpleListStyle(token),
|
|
@@ -59555,35 +60038,7 @@ var MenuCounter = createContainer(useMenuCounter);
|
|
|
59555
60038
|
;// CONCATENATED MODULE: ./packages/layout/es/components/SiderMenu/style/menu.js
|
|
59556
60039
|
|
|
59557
60040
|
|
|
59558
|
-
|
|
59559
|
-
// return css`
|
|
59560
|
-
// padding: ${props.isMobile ? 0 : '6px'};
|
|
59561
|
-
// background: transparent;
|
|
59562
|
-
// border:none !important;
|
|
59563
|
-
// .${antPrefixClassName}-menu-title-content{
|
|
59564
|
-
// width: 100%;
|
|
59565
|
-
// }
|
|
59566
|
-
// &.${antPrefixClassName}-layout-sider-collapsed {
|
|
59567
|
-
// flex-direction: column;
|
|
59568
|
-
// padding-bottom: 24px;
|
|
59569
|
-
// }
|
|
59570
|
-
// .${antPrefixClassName}-menu-root {
|
|
59571
|
-
// padding: 8px;
|
|
59572
|
-
// }
|
|
59573
|
-
// .${antPrefixClassName}-menu-sub {
|
|
59574
|
-
// background: transparent;
|
|
59575
|
-
// }
|
|
59576
|
-
// .${prefixCls}-menu-item-divider {
|
|
59577
|
-
// &:last-child {
|
|
59578
|
-
// display: none;
|
|
59579
|
-
// }
|
|
59580
|
-
// }
|
|
59581
|
-
// .${antPrefixClassName}-menu-item-group-title {
|
|
59582
|
-
// color: ${menuDesignToken.menuTextColorSecondary};
|
|
59583
|
-
// font-size: 12px;
|
|
59584
|
-
// line-height: 20px;
|
|
59585
|
-
// }
|
|
59586
|
-
// `;
|
|
60041
|
+
|
|
59587
60042
|
|
|
59588
60043
|
var genProLayoutBaseMenuStyle = function genProLayoutBaseMenuStyle(token) {
|
|
59589
60044
|
return defineProperty_defineProperty({}, token.componentCls, {
|
|
@@ -59593,7 +60048,7 @@ var genProLayoutBaseMenuStyle = function genProLayoutBaseMenuStyle(token) {
|
|
|
59593
60048
|
fontSize: 12,
|
|
59594
60049
|
color: 'rgba(0, 0, 0, 0.45)',
|
|
59595
60050
|
'.anticon': {
|
|
59596
|
-
|
|
60051
|
+
marginInlineEnd: 8
|
|
59597
60052
|
}
|
|
59598
60053
|
}),
|
|
59599
60054
|
'&-group-divider': {
|
|
@@ -59990,7 +60445,7 @@ var BaseMenu = function BaseMenu(props) {
|
|
|
59990
60445
|
style: (mode === null || mode === void 0 ? void 0 : mode.includes('inline')) ? {
|
|
59991
60446
|
padding: 24
|
|
59992
60447
|
} : {
|
|
59993
|
-
|
|
60448
|
+
marginBlockStart: 16
|
|
59994
60449
|
},
|
|
59995
60450
|
children: (0,jsx_runtime.jsx)(external_antd_.Skeleton, {
|
|
59996
60451
|
active: true,
|
|
@@ -60058,14 +60513,14 @@ function ArrowSvgIcon() {
|
|
|
60058
60513
|
var genSiderMenuStyle = function genSiderMenuStyle(token) {
|
|
60059
60514
|
return defineProperty_defineProperty({}, token.componentCls, {
|
|
60060
60515
|
position: 'absolute',
|
|
60061
|
-
|
|
60516
|
+
insetBlockStart: '18px',
|
|
60062
60517
|
zIndex: '101',
|
|
60063
60518
|
width: '24px',
|
|
60064
60519
|
height: '24px',
|
|
60065
60520
|
fontSize: ['14px', '16px'],
|
|
60066
60521
|
textAlign: 'center',
|
|
60067
60522
|
borderRadius: '40px',
|
|
60068
|
-
|
|
60523
|
+
insetInlineEnd: '-13px',
|
|
60069
60524
|
transition: 'transform 0.3s',
|
|
60070
60525
|
display: 'flex',
|
|
60071
60526
|
alignItems: 'center',
|
|
@@ -60419,13 +60874,13 @@ var genTopNavHeaderStyle = function genTopNavHeaderStyle(token) {
|
|
|
60419
60874
|
'&-main': {
|
|
60420
60875
|
display: 'flex',
|
|
60421
60876
|
height: '100%',
|
|
60422
|
-
|
|
60877
|
+
paddingInlineStart: '16px',
|
|
60423
60878
|
'&-left': defineProperty_defineProperty({
|
|
60424
60879
|
display: 'flex',
|
|
60425
60880
|
alignItems: 'center',
|
|
60426
60881
|
minWidth: '192px'
|
|
60427
60882
|
}, "".concat(token.proComponentsCls, "-layout-apps-icon"), {
|
|
60428
|
-
|
|
60883
|
+
marginInlineEnd: 16
|
|
60429
60884
|
})
|
|
60430
60885
|
},
|
|
60431
60886
|
'&-logo': {
|
|
@@ -60433,6 +60888,7 @@ var genTopNavHeaderStyle = function genTopNavHeaderStyle(token) {
|
|
|
60433
60888
|
minWidth: '165px',
|
|
60434
60889
|
display: 'flex',
|
|
60435
60890
|
height: '100%',
|
|
60891
|
+
alignItems: 'center',
|
|
60436
60892
|
overflow: 'hidden',
|
|
60437
60893
|
a: {
|
|
60438
60894
|
display: 'flex',
|
|
@@ -60447,7 +60903,10 @@ var genTopNavHeaderStyle = function genTopNavHeaderStyle(token) {
|
|
|
60447
60903
|
},
|
|
60448
60904
|
h1: {
|
|
60449
60905
|
display: 'inline-block',
|
|
60450
|
-
|
|
60906
|
+
marginBlock: 0,
|
|
60907
|
+
marginInline: 0,
|
|
60908
|
+
lineHeight: '24px',
|
|
60909
|
+
marginInlineStart: 6,
|
|
60451
60910
|
fontWeight: '600',
|
|
60452
60911
|
fontSize: '16px',
|
|
60453
60912
|
color: token === null || token === void 0 ? void 0 : token.proLayoutColorHeaderTitle,
|
|
@@ -60455,10 +60914,11 @@ var genTopNavHeaderStyle = function genTopNavHeaderStyle(token) {
|
|
|
60455
60914
|
}
|
|
60456
60915
|
},
|
|
60457
60916
|
'&-menu': {
|
|
60458
|
-
minWidth:
|
|
60917
|
+
minWidth: 0,
|
|
60459
60918
|
display: 'flex',
|
|
60460
60919
|
alignItems: 'center',
|
|
60461
|
-
|
|
60920
|
+
paddingInline: 6,
|
|
60921
|
+
paddingBlock: 6,
|
|
60462
60922
|
lineHeight: "".concat(token.proLayoutColorHeader - 12, "px")
|
|
60463
60923
|
},
|
|
60464
60924
|
'&-header-actions': {
|
|
@@ -60468,12 +60928,14 @@ var genTopNavHeaderStyle = function genTopNavHeaderStyle(token) {
|
|
|
60468
60928
|
display: 'inline-flex',
|
|
60469
60929
|
alignItems: 'center',
|
|
60470
60930
|
justifyContent: 'center',
|
|
60471
|
-
|
|
60931
|
+
paddingBlock: 0,
|
|
60932
|
+
paddingInline: 6,
|
|
60472
60933
|
fontSize: '16px',
|
|
60473
60934
|
cursor: 'pointer',
|
|
60474
60935
|
borderRadius: token.radiusBase,
|
|
60475
60936
|
'> *': {
|
|
60476
|
-
|
|
60937
|
+
paddingInline: 6,
|
|
60938
|
+
paddingBlock: 6,
|
|
60477
60939
|
borderRadius: token.radiusBase,
|
|
60478
60940
|
':hover': {
|
|
60479
60941
|
backgroundColor: 'rgba(0, 0, 0, 0.03)'
|
|
@@ -60484,11 +60946,12 @@ var genTopNavHeaderStyle = function genTopNavHeaderStyle(token) {
|
|
|
60484
60946
|
display: 'inline-flex',
|
|
60485
60947
|
alignItems: 'center',
|
|
60486
60948
|
justifyContent: 'center',
|
|
60487
|
-
|
|
60488
|
-
|
|
60949
|
+
paddingInlineStart: '16px',
|
|
60950
|
+
paddingInlineEnd: '16px',
|
|
60489
60951
|
'> div': {
|
|
60490
60952
|
height: '44px',
|
|
60491
|
-
|
|
60953
|
+
paddingInline: 8,
|
|
60954
|
+
paddingBlock: 8,
|
|
60492
60955
|
cursor: 'pointer',
|
|
60493
60956
|
display: 'flex',
|
|
60494
60957
|
alignItems: 'center',
|
|
@@ -60565,7 +61028,7 @@ var RightContent = function RightContent(_ref) {
|
|
|
60565
61028
|
key: "avatar"
|
|
60566
61029
|
})), title ? (0,jsx_runtime.jsx)("span", {
|
|
60567
61030
|
style: {
|
|
60568
|
-
|
|
61031
|
+
marginInlineStart: 8
|
|
60569
61032
|
},
|
|
60570
61033
|
children: title
|
|
60571
61034
|
}, "name") : undefined];
|
|
@@ -60773,14 +61236,18 @@ CopyrightOutlined_CopyrightOutlined.displayName = 'CopyrightOutlined';
|
|
|
60773
61236
|
|
|
60774
61237
|
var style_genFooterToolBarStyle = function genFooterToolBarStyle(token) {
|
|
60775
61238
|
return defineProperty_defineProperty({}, token.componentCls, {
|
|
60776
|
-
|
|
60777
|
-
|
|
61239
|
+
marginBlock: 0,
|
|
61240
|
+
marginBlockStart: 48,
|
|
61241
|
+
marginBlockEnd: 24,
|
|
61242
|
+
marginInline: 0,
|
|
61243
|
+
paddingBlock: 0,
|
|
61244
|
+
paddingInline: 16,
|
|
60778
61245
|
textAlign: 'center',
|
|
60779
61246
|
'&-links': {
|
|
60780
|
-
|
|
61247
|
+
marginBlockEnd: 8,
|
|
60781
61248
|
color: token.colorTextSecondary,
|
|
60782
|
-
'
|
|
60783
|
-
|
|
61249
|
+
'*:not(:last-child)': {
|
|
61250
|
+
marginInlineEnd: 8,
|
|
60784
61251
|
'&:hover': {
|
|
60785
61252
|
color: token.colorText
|
|
60786
61253
|
}
|
|
@@ -61068,22 +61535,23 @@ var genGlobalHeaderStyle = function genGlobalHeaderStyle(token) {
|
|
|
61068
61535
|
background: 'transparent',
|
|
61069
61536
|
display: 'flex',
|
|
61070
61537
|
alignItems: 'center',
|
|
61071
|
-
|
|
61538
|
+
marginBlock: 0,
|
|
61539
|
+
marginInline: 16,
|
|
61072
61540
|
height: token.proLayoutHeaderHeight,
|
|
61073
61541
|
boxSizing: 'border-box',
|
|
61074
61542
|
'> a': {
|
|
61075
61543
|
height: '100%'
|
|
61076
61544
|
}
|
|
61077
61545
|
}, defineProperty_defineProperty(_token$componentCls, "".concat(token.proComponentsCls, "-layout-apps-icon"), {
|
|
61078
|
-
|
|
61546
|
+
marginInlineEnd: 16
|
|
61079
61547
|
}), defineProperty_defineProperty(_token$componentCls, '&-collapsed-button', {
|
|
61080
61548
|
minHeight: '22px',
|
|
61081
61549
|
fontSize: '22px',
|
|
61082
|
-
|
|
61550
|
+
marginInlineStart: '16px'
|
|
61083
61551
|
}), defineProperty_defineProperty(_token$componentCls, '&-logo', {
|
|
61084
61552
|
position: 'relative',
|
|
61085
61553
|
minWidth: '154px',
|
|
61086
|
-
|
|
61554
|
+
marginInlineEnd: '16px',
|
|
61087
61555
|
a: {
|
|
61088
61556
|
display: 'flex',
|
|
61089
61557
|
alignItems: 'center',
|
|
@@ -61096,7 +61564,9 @@ var genGlobalHeaderStyle = function genGlobalHeaderStyle(token) {
|
|
|
61096
61564
|
},
|
|
61097
61565
|
h1: {
|
|
61098
61566
|
height: '32px',
|
|
61099
|
-
|
|
61567
|
+
marginBlock: 0,
|
|
61568
|
+
marginInline: 0,
|
|
61569
|
+
marginInlineStart: 8,
|
|
61100
61570
|
fontWeight: '600',
|
|
61101
61571
|
color: token.colorTextHeading,
|
|
61102
61572
|
fontSize: '18px',
|
|
@@ -61108,7 +61578,7 @@ var genGlobalHeaderStyle = function genGlobalHeaderStyle(token) {
|
|
|
61108
61578
|
}
|
|
61109
61579
|
}), defineProperty_defineProperty(_token$componentCls, '&-logo-mobile', {
|
|
61110
61580
|
minWidth: '24px',
|
|
61111
|
-
|
|
61581
|
+
marginInlineEnd: 0
|
|
61112
61582
|
}), _token$componentCls));
|
|
61113
61583
|
};
|
|
61114
61584
|
|
|
@@ -61245,19 +61715,20 @@ var genProLayoutHeaderStyle = function genProLayoutHeaderStyle(token) {
|
|
|
61245
61715
|
return defineProperty_defineProperty({}, token.proLayoutCls, defineProperty_defineProperty({}, token.componentCls, {
|
|
61246
61716
|
height: token.ProLayoutHeaderHeaderHeight,
|
|
61247
61717
|
lineHeight: "".concat(token.ProLayoutHeaderHeaderHeight, "px"),
|
|
61248
|
-
zIndex:
|
|
61718
|
+
zIndex: 9,
|
|
61249
61719
|
width: '100%',
|
|
61250
|
-
|
|
61720
|
+
paddingBlock: 0,
|
|
61721
|
+
paddingInline: 8,
|
|
61251
61722
|
borderBottom: "1px solid ".concat(token.colorSplit),
|
|
61252
61723
|
backgroundColor: 'rgba(255, 255, 255, 0.58)',
|
|
61253
61724
|
WebkitBackdropFilter: 'blur(8px)',
|
|
61254
61725
|
backdropFilter: 'blur(8px)',
|
|
61255
61726
|
'&-fixed-header': {
|
|
61256
61727
|
position: 'fixed',
|
|
61257
|
-
|
|
61728
|
+
insetBlockStart: 0,
|
|
61258
61729
|
width: '100%',
|
|
61259
61730
|
zIndex: 100,
|
|
61260
|
-
|
|
61731
|
+
insetInlineEnd: 0
|
|
61261
61732
|
},
|
|
61262
61733
|
'&-header-actions': {
|
|
61263
61734
|
display: 'flex',
|
|
@@ -61265,7 +61736,8 @@ var genProLayoutHeaderStyle = function genProLayoutHeaderStyle(token) {
|
|
|
61265
61736
|
fontSize: '16',
|
|
61266
61737
|
cursor: 'pointer',
|
|
61267
61738
|
'&-item': {
|
|
61268
|
-
|
|
61739
|
+
paddingBlock: 0,
|
|
61740
|
+
paddingInline: 8,
|
|
61269
61741
|
'&:hover': {
|
|
61270
61742
|
color: token.colorText
|
|
61271
61743
|
}
|
|
@@ -62804,8 +63276,6 @@ function formatter(props) {
|
|
|
62804
63276
|
if (!item) return false;
|
|
62805
63277
|
if (notNullArray(item[childrenPropsName])) return true;
|
|
62806
63278
|
if (notNullArray(item.children)) return true;
|
|
62807
|
-
if (item.path === '*') return false;
|
|
62808
|
-
if (item.path === '/*') return false;
|
|
62809
63279
|
if (item.path) return true;
|
|
62810
63280
|
if (item.layout) return true; // 重定向
|
|
62811
63281
|
|
|
@@ -62836,6 +63306,14 @@ function formatter(props) {
|
|
|
62836
63306
|
delete item.name;
|
|
62837
63307
|
}
|
|
62838
63308
|
|
|
63309
|
+
if (item.path === '*') {
|
|
63310
|
+
item.path = '.';
|
|
63311
|
+
}
|
|
63312
|
+
|
|
63313
|
+
if (item.path === '/*') {
|
|
63314
|
+
item.path = '.';
|
|
63315
|
+
}
|
|
63316
|
+
|
|
62839
63317
|
return item;
|
|
62840
63318
|
}).map(function () {
|
|
62841
63319
|
var item = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {
|
|
@@ -63256,8 +63734,8 @@ var style_genSiderMenuStyle = function genSiderMenuStyle(token) {
|
|
|
63256
63734
|
},
|
|
63257
63735
|
'&-fixed': {
|
|
63258
63736
|
position: 'fixed',
|
|
63259
|
-
|
|
63260
|
-
|
|
63737
|
+
insetBlockStart: 0,
|
|
63738
|
+
insetInlineStart: 0,
|
|
63261
63739
|
zIndex: '100',
|
|
63262
63740
|
height: '100%'
|
|
63263
63741
|
}
|
|
@@ -63266,14 +63744,16 @@ var style_genSiderMenuStyle = function genSiderMenuStyle(token) {
|
|
|
63266
63744
|
display: 'flex',
|
|
63267
63745
|
flexDirection: 'column',
|
|
63268
63746
|
height: '100%',
|
|
63269
|
-
|
|
63270
|
-
|
|
63747
|
+
paddingInline: 6,
|
|
63748
|
+
paddingBlock: 6,
|
|
63749
|
+
borderInlineEnd: "1px solid ".concat(token.colorSplit)
|
|
63271
63750
|
}), defineProperty_defineProperty(_objectSpread2, '&-logo', {
|
|
63272
63751
|
position: 'relative',
|
|
63273
63752
|
display: 'flex',
|
|
63274
63753
|
alignItems: 'center',
|
|
63275
63754
|
justifyContent: 'space-between',
|
|
63276
|
-
|
|
63755
|
+
paddingInline: 16,
|
|
63756
|
+
paddingBlock: 16,
|
|
63277
63757
|
color: token.proLayoutMenuTextColor,
|
|
63278
63758
|
cursor: 'pointer',
|
|
63279
63759
|
borderBottom: "1px solid ".concat(token.proLayoutMenuItemDividerColor),
|
|
@@ -63292,7 +63772,9 @@ var style_genSiderMenuStyle = function genSiderMenuStyle(token) {
|
|
|
63292
63772
|
h1: {
|
|
63293
63773
|
display: 'inline-block',
|
|
63294
63774
|
height: 22,
|
|
63295
|
-
|
|
63775
|
+
marginBlock: 0,
|
|
63776
|
+
marginInlineEnd: 0,
|
|
63777
|
+
marginInlineStart: 6,
|
|
63296
63778
|
color: token.proLayoutMenuTitleTextColor,
|
|
63297
63779
|
fontWeight: 600,
|
|
63298
63780
|
fontSize: 16,
|
|
@@ -63302,29 +63784,31 @@ var style_genSiderMenuStyle = function genSiderMenuStyle(token) {
|
|
|
63302
63784
|
'&-collapsed': defineProperty_defineProperty({
|
|
63303
63785
|
flexDirection: 'column'
|
|
63304
63786
|
}, "".concat(token.proComponentsCls, "-layout-apps-icon"), {
|
|
63305
|
-
|
|
63787
|
+
marginBlockEnd: 8
|
|
63306
63788
|
})
|
|
63307
63789
|
}), defineProperty_defineProperty(_objectSpread2, '&-actions', {
|
|
63308
63790
|
display: 'flex',
|
|
63309
63791
|
alignItems: 'center',
|
|
63310
63792
|
justifyContent: 'space-between',
|
|
63311
|
-
|
|
63312
|
-
|
|
63793
|
+
marginBlock: 4,
|
|
63794
|
+
marginInline: 16,
|
|
63313
63795
|
color: token.proLayoutMenuTextColor,
|
|
63314
63796
|
'&-collapsed': {
|
|
63315
63797
|
flexDirection: 'column-reverse',
|
|
63316
|
-
|
|
63798
|
+
paddingBlock: 0,
|
|
63799
|
+
paddingInline: 8,
|
|
63317
63800
|
fontSize: 16,
|
|
63318
63801
|
transition: 'font-size 0.3s ease-in-out'
|
|
63319
63802
|
},
|
|
63320
63803
|
'&-list': {
|
|
63321
63804
|
color: token.proLayoutMenuTextSecondaryColor,
|
|
63322
63805
|
'&-collapsed': {
|
|
63323
|
-
|
|
63806
|
+
marginBlockEnd: 8,
|
|
63324
63807
|
animation: 'none'
|
|
63325
63808
|
},
|
|
63326
63809
|
'&-item': {
|
|
63327
|
-
|
|
63810
|
+
paddingInline: 6,
|
|
63811
|
+
paddingBlock: 6,
|
|
63328
63812
|
lineHeight: '16px',
|
|
63329
63813
|
fontSize: 16,
|
|
63330
63814
|
cursor: 'pointer',
|
|
@@ -63336,9 +63820,10 @@ var style_genSiderMenuStyle = function genSiderMenuStyle(token) {
|
|
|
63336
63820
|
},
|
|
63337
63821
|
'&-avatar': {
|
|
63338
63822
|
fontSize: 14,
|
|
63339
|
-
|
|
63823
|
+
paddingInline: 8,
|
|
63824
|
+
paddingBlock: 8,
|
|
63340
63825
|
borderRadius: token.radiusBase,
|
|
63341
|
-
'&
|
|
63826
|
+
'& *': {
|
|
63342
63827
|
cursor: 'pointer'
|
|
63343
63828
|
},
|
|
63344
63829
|
'&:hover': {
|
|
@@ -63346,16 +63831,17 @@ var style_genSiderMenuStyle = function genSiderMenuStyle(token) {
|
|
|
63346
63831
|
}
|
|
63347
63832
|
}
|
|
63348
63833
|
}), defineProperty_defineProperty(_objectSpread2, '&-hide-menu-collapsed', {
|
|
63349
|
-
|
|
63834
|
+
insetInlineStart: "-".concat(token.proLayoutCollapsedWidth - 12, "px"),
|
|
63350
63835
|
position: 'absolute'
|
|
63351
63836
|
}), defineProperty_defineProperty(_objectSpread2, '&-mix', {
|
|
63352
63837
|
height: "calc(100% - ".concat(token.proLayoutHeaderHeight, "px)"),
|
|
63353
|
-
|
|
63838
|
+
insetBlockStart: "".concat(token.proLayoutHeaderHeight, "px")
|
|
63354
63839
|
}), defineProperty_defineProperty(_objectSpread2, '&-extra', {
|
|
63355
|
-
|
|
63356
|
-
|
|
63840
|
+
marginBlockEnd: 16,
|
|
63841
|
+
marginBlock: 0,
|
|
63842
|
+
marginInline: 16,
|
|
63357
63843
|
'&-no-logo': {
|
|
63358
|
-
|
|
63844
|
+
marginBlockStart: 16
|
|
63359
63845
|
}
|
|
63360
63846
|
}), defineProperty_defineProperty(_objectSpread2, '&-links', {
|
|
63361
63847
|
width: '100%',
|
|
@@ -63368,7 +63854,7 @@ var style_genSiderMenuStyle = function genSiderMenuStyle(token) {
|
|
|
63368
63854
|
background: 'transparent'
|
|
63369
63855
|
}), defineProperty_defineProperty(_objectSpread2, '&-footer', {
|
|
63370
63856
|
color: token.colorTextDisabled,
|
|
63371
|
-
|
|
63857
|
+
paddingBlockEnd: 16,
|
|
63372
63858
|
fontSize: token.fontSize
|
|
63373
63859
|
}), _objectSpread2))));
|
|
63374
63860
|
};
|
|
@@ -63462,7 +63948,6 @@ var SiderMenuWrapper = function SiderMenuWrapper(props) {
|
|
|
63462
63948
|
padding: 0,
|
|
63463
63949
|
height: '100vh'
|
|
63464
63950
|
}, style),
|
|
63465
|
-
handler: (0,jsx_runtime.jsx)("div", {}),
|
|
63466
63951
|
closable: false,
|
|
63467
63952
|
getContainer: getContainer,
|
|
63468
63953
|
width: siderWidth,
|
|
@@ -63600,15 +64085,91 @@ var Logo = function Logo() {
|
|
|
63600
64085
|
|
|
63601
64086
|
|
|
63602
64087
|
|
|
64088
|
+
var defaultMenuToken = {
|
|
64089
|
+
colorItemBg: 'transparent',
|
|
64090
|
+
colorSubItemBg: 'transparent',
|
|
64091
|
+
radiusItem: 4,
|
|
64092
|
+
colorItemBgSelected: 'rgba(0, 0, 0, 0.04)',
|
|
64093
|
+
colorItemBgActive: 'rgba(0, 0, 0, 0.04)',
|
|
64094
|
+
colorItemBgSelectedHorizontal: 'rgba(0, 0, 0, 0.04)',
|
|
64095
|
+
colorActiveBarWidth: 0,
|
|
64096
|
+
colorActiveBarHeight: 0,
|
|
64097
|
+
colorActiveBarBorderSize: 0,
|
|
64098
|
+
colorItemText: 'rgba(0, 0, 0, 0.65)',
|
|
64099
|
+
colorItemTextHover: 'rgba(0, 0, 0, 0.85)',
|
|
64100
|
+
colorItemTextSelected: 'rgba(0, 0, 0, 1)'
|
|
64101
|
+
};
|
|
64102
|
+
/**
|
|
64103
|
+
* 主要区别:
|
|
64104
|
+
* 需要手动引入 import 'antd/dist/antd.css';
|
|
64105
|
+
* 需要重置 menu 的样式
|
|
64106
|
+
* @param token
|
|
64107
|
+
* @returns
|
|
64108
|
+
*/
|
|
64109
|
+
|
|
64110
|
+
var compatibleStyle = function compatibleStyle(token) {
|
|
64111
|
+
var _menuHorizontal, _token$antCls;
|
|
64112
|
+
|
|
64113
|
+
if (external_antd_.version.startsWith('5')) {
|
|
64114
|
+
return {};
|
|
64115
|
+
}
|
|
64116
|
+
|
|
64117
|
+
return defineProperty_defineProperty({}, token.componentCls, defineProperty_defineProperty({}, token.antCls, (_token$antCls = {
|
|
64118
|
+
'&-menu': {
|
|
64119
|
+
color: defaultMenuToken.colorItemText
|
|
64120
|
+
},
|
|
64121
|
+
'&-menu-inline': defineProperty_defineProperty({}, "".concat(token.antCls, "-menu-selected::after,").concat(token.antCls, "-menu-item-selected::after"), {
|
|
64122
|
+
display: 'none'
|
|
64123
|
+
})
|
|
64124
|
+
}, defineProperty_defineProperty(_token$antCls, "&-menu-sub".concat(token.antCls, "-menu-inline"), {
|
|
64125
|
+
backgroundColor: 'transparent!important'
|
|
64126
|
+
}), defineProperty_defineProperty(_token$antCls, "&-menu:not(&-menu-horizontal)", defineProperty_defineProperty({}, "".concat(token.antCls, "-menu-item-selected"), {
|
|
64127
|
+
backgroundColor: defaultMenuToken.colorItemBgSelected,
|
|
64128
|
+
borderRadius: 4
|
|
64129
|
+
})), defineProperty_defineProperty(_token$antCls, "&-menu-item-selected", {
|
|
64130
|
+
color: defaultMenuToken.colorItemTextSelected
|
|
64131
|
+
}), defineProperty_defineProperty(_token$antCls, "&-menu-submenu-selected", {
|
|
64132
|
+
color: defaultMenuToken.colorItemTextSelected
|
|
64133
|
+
}), defineProperty_defineProperty(_token$antCls, "&-menu-light", defineProperty_defineProperty({}, "".concat(token.antCls, "-menu-item:hover, \n ").concat(token.antCls, "-menu-item-active,\n ").concat(token.antCls, "-menu-submenu-active, \n ").concat(token.antCls, "-menu-submenu-title:hover"), defineProperty_defineProperty({
|
|
64134
|
+
color: defaultMenuToken.colorItemTextHover
|
|
64135
|
+
}, "".concat(token.antCls, "-menu-submenu-arrow"), {
|
|
64136
|
+
color: defaultMenuToken.colorItemTextHover
|
|
64137
|
+
}))), defineProperty_defineProperty(_token$antCls, "".concat(token.antCls, "-menu:not(").concat(token.antCls, "-menu-inline) ").concat(token.antCls, "-menu-submenu-open"), {
|
|
64138
|
+
color: defaultMenuToken.colorItemTextHover
|
|
64139
|
+
}), defineProperty_defineProperty(_token$antCls, "&-menu-vertical", defineProperty_defineProperty({}, "".concat(token.antCls, "-menu-submenu-selected"), {
|
|
64140
|
+
backgroundColor: defaultMenuToken.colorItemBgSelected,
|
|
64141
|
+
borderRadius: 4,
|
|
64142
|
+
color: defaultMenuToken.colorItemTextHover
|
|
64143
|
+
})), defineProperty_defineProperty(_token$antCls, "&-menu-horizontal", (_menuHorizontal = {}, defineProperty_defineProperty(_menuHorizontal, "".concat(token.antCls, "-menu-item:hover,\n ").concat(token.antCls, "-menu-submenu:hover,\n ").concat(token.antCls, "-menu-item-active,\n ").concat(token.antCls, "-menu-submenu-active"), {
|
|
64144
|
+
backgroundColor: defaultMenuToken.colorItemBgSelected,
|
|
64145
|
+
borderRadius: 4,
|
|
64146
|
+
color: defaultMenuToken.colorItemTextHover
|
|
64147
|
+
}), defineProperty_defineProperty(_menuHorizontal, "".concat(token.antCls, "-menu-item-open,\n ").concat(token.antCls, "-menu-submenu-open,\n ").concat(token.antCls, "-menu-item-selected,\n ").concat(token.antCls, "-menu-submenu-selected"), defineProperty_defineProperty({
|
|
64148
|
+
backgroundColor: defaultMenuToken.colorItemBgSelected,
|
|
64149
|
+
color: defaultMenuToken.colorItemTextSelected,
|
|
64150
|
+
borderRadius: 4
|
|
64151
|
+
}, "".concat(token.antCls, "-menu-submenu-arrow"), {
|
|
64152
|
+
color: defaultMenuToken.colorItemTextHover
|
|
64153
|
+
})), defineProperty_defineProperty(_menuHorizontal, "> ".concat(token.antCls, "-menu-item, > ").concat(token.antCls, "-menu-submenu"), {
|
|
64154
|
+
paddingInline: 16,
|
|
64155
|
+
marginInline: 4
|
|
64156
|
+
}), defineProperty_defineProperty(_menuHorizontal, "> ".concat(token.antCls, "-menu-item::after, > ").concat(token.antCls, "-menu-submenu::after"), {
|
|
64157
|
+
display: 'none'
|
|
64158
|
+
}), _menuHorizontal)), _token$antCls)));
|
|
64159
|
+
};
|
|
64160
|
+
|
|
63603
64161
|
var genProLayoutStyle = function genProLayoutStyle(token) {
|
|
63604
|
-
var _token$
|
|
64162
|
+
var _token$componentCls2;
|
|
63605
64163
|
|
|
63606
64164
|
return defineProperty_defineProperty({
|
|
63607
64165
|
body: {
|
|
63608
|
-
|
|
63609
|
-
|
|
64166
|
+
paddingBlock: 0,
|
|
64167
|
+
paddingInline: 0,
|
|
64168
|
+
marginBlock: 0,
|
|
64169
|
+
marginInline: 0,
|
|
64170
|
+
fontFamily: token.fontFamily
|
|
63610
64171
|
}
|
|
63611
|
-
}, token.componentCls, (_token$
|
|
64172
|
+
}, token.componentCls, (_token$componentCls2 = {}, defineProperty_defineProperty(_token$componentCls2, "".concat(token.componentCls, "-content"), {
|
|
63612
64173
|
display: 'flex',
|
|
63613
64174
|
flexDirection: 'column',
|
|
63614
64175
|
width: '100%',
|
|
@@ -63616,22 +64177,24 @@ var genProLayoutStyle = function genProLayoutStyle(token) {
|
|
|
63616
64177
|
backgroundColor: 'transparent',
|
|
63617
64178
|
position: 'relative',
|
|
63618
64179
|
'*': {
|
|
63619
|
-
boxSizing: 'border-box'
|
|
64180
|
+
boxSizing: 'border-box',
|
|
64181
|
+
fontFamily: token.fontFamily
|
|
63620
64182
|
},
|
|
63621
64183
|
'&-content-has-margin': {
|
|
63622
|
-
|
|
64184
|
+
marginBlock: 16,
|
|
64185
|
+
marginInline: 24
|
|
63623
64186
|
}
|
|
63624
|
-
}), defineProperty_defineProperty(_token$
|
|
64187
|
+
}), defineProperty_defineProperty(_token$componentCls2, "".concat(token.componentCls, "-bg-list"), {
|
|
63625
64188
|
pointerEvents: 'none',
|
|
63626
64189
|
position: 'fixed',
|
|
63627
64190
|
overflow: 'hidden',
|
|
63628
|
-
|
|
63629
|
-
|
|
64191
|
+
insetBlockStart: 0,
|
|
64192
|
+
insetInlineStart: 0,
|
|
63630
64193
|
zIndex: 0,
|
|
63631
64194
|
height: '100%',
|
|
63632
64195
|
width: '100%',
|
|
63633
64196
|
background: token.proLayoutBg
|
|
63634
|
-
}), _token$
|
|
64197
|
+
}), _token$componentCls2));
|
|
63635
64198
|
};
|
|
63636
64199
|
|
|
63637
64200
|
function es_style_useStyle(prefixCls) {
|
|
@@ -63641,7 +64204,7 @@ function es_style_useStyle(prefixCls) {
|
|
|
63641
64204
|
proLayoutBg: 'transparent'
|
|
63642
64205
|
});
|
|
63643
64206
|
|
|
63644
|
-
return [genProLayoutStyle(proLayoutToken)];
|
|
64207
|
+
return [genProLayoutStyle(proLayoutToken), compatibleStyle(proLayoutToken)];
|
|
63645
64208
|
});
|
|
63646
64209
|
}
|
|
63647
64210
|
;// CONCATENATED MODULE: ./packages/layout/es/utils/pathTools.js
|
|
@@ -64024,7 +64587,7 @@ var defaultPageTitleRender = function defaultPageTitleRender(pageProps, props) {
|
|
|
64024
64587
|
return pageTitleInfo;
|
|
64025
64588
|
};
|
|
64026
64589
|
|
|
64027
|
-
var
|
|
64590
|
+
var getpaddingInlineStart = function getpaddingInlineStart(hasLeftPadding, collapsed, siderWidth) {
|
|
64028
64591
|
if (hasLeftPadding) {
|
|
64029
64592
|
return collapsed ? 60 : siderWidth;
|
|
64030
64593
|
}
|
|
@@ -64286,7 +64849,7 @@ var BaseProLayout = function BaseProLayout(props) {
|
|
|
64286
64849
|
var className = classnames_default()(props.className, hashId, 'ant-design-pro', proLayoutClassName, (_classNames = {}, defineProperty_defineProperty(_classNames, "screen-".concat(colSize), colSize), defineProperty_defineProperty(_classNames, "".concat(proLayoutClassName, "-top-menu"), propsLayout === 'top'), defineProperty_defineProperty(_classNames, "".concat(proLayoutClassName, "-is-children"), isChildrenLayout), defineProperty_defineProperty(_classNames, "".concat(proLayoutClassName, "-fix-siderbar"), fixSiderbar), defineProperty_defineProperty(_classNames, "".concat(proLayoutClassName, "-").concat(propsLayout), propsLayout), _classNames));
|
|
64287
64850
|
/** 计算 slider 的宽度 */
|
|
64288
64851
|
|
|
64289
|
-
var leftSiderWidth =
|
|
64852
|
+
var leftSiderWidth = getpaddingInlineStart(!!hasLeftPadding, collapsed, siderWidth); // siderMenuDom 为空的时候,不需要 padding
|
|
64290
64853
|
|
|
64291
64854
|
var genLayoutStyle = {
|
|
64292
64855
|
position: 'relative'
|
|
@@ -64426,7 +64989,9 @@ var ProLayout_ProLayout = function ProLayout(props) {
|
|
|
64426
64989
|
theme: {
|
|
64427
64990
|
token: {
|
|
64428
64991
|
radiusBase: 4,
|
|
64429
|
-
colorPrimary: '#1677FF'
|
|
64992
|
+
colorPrimary: '#1677FF',
|
|
64993
|
+
colorError: '#ff4d4f',
|
|
64994
|
+
colorInfo: '#1677FF'
|
|
64430
64995
|
},
|
|
64431
64996
|
override: {
|
|
64432
64997
|
Layout: {
|
|
@@ -66162,9 +66727,10 @@ var Alert_style_genProStyle = function genProStyle(token) {
|
|
|
66162
66727
|
var _token$componentCls;
|
|
66163
66728
|
|
|
66164
66729
|
return defineProperty_defineProperty({}, token.componentCls, (_token$componentCls = {
|
|
66165
|
-
|
|
66730
|
+
marginBlockEnd: 16
|
|
66166
66731
|
}, defineProperty_defineProperty(_token$componentCls, "".concat(token.antCls, "-alert").concat(token.antCls, "-alert-no-icon"), {
|
|
66167
|
-
|
|
66732
|
+
paddingBlock: token.paddingSM,
|
|
66733
|
+
paddingInline: token.paddingLG
|
|
66168
66734
|
}), defineProperty_defineProperty(_token$componentCls, '$-info', {
|
|
66169
66735
|
display: 'flex',
|
|
66170
66736
|
alignItems: 'center',
|
|
@@ -66174,7 +66740,7 @@ var Alert_style_genProStyle = function genProStyle(token) {
|
|
|
66174
66740
|
},
|
|
66175
66741
|
'&-option': {
|
|
66176
66742
|
minWidth: 48,
|
|
66177
|
-
|
|
66743
|
+
paddingInlineStart: 16
|
|
66178
66744
|
}
|
|
66179
66745
|
}), _token$componentCls));
|
|
66180
66746
|
};
|
|
@@ -67341,12 +67907,14 @@ var ColumnSetting_style_genProStyle = function genProStyle(token) {
|
|
|
67341
67907
|
},
|
|
67342
67908
|
'&-overlay': (_overlay = {
|
|
67343
67909
|
'*': {
|
|
67910
|
+
fontFamily: token.fontFamily,
|
|
67344
67911
|
boxSizing: 'border-box'
|
|
67345
67912
|
}
|
|
67346
67913
|
}, defineProperty_defineProperty(_overlay, "".concat(token.antCls, "-popover-inner-content"), {
|
|
67347
67914
|
width: '200px',
|
|
67348
|
-
|
|
67349
|
-
|
|
67915
|
+
paddingBlock: 0,
|
|
67916
|
+
paddingInline: 0,
|
|
67917
|
+
paddingBlockEnd: 8
|
|
67350
67918
|
}), defineProperty_defineProperty(_overlay, "".concat(token.antCls, "-tree-node-content-wrapper:hover"), {
|
|
67351
67919
|
backgroundColor: 'transparent'
|
|
67352
67920
|
}), defineProperty_defineProperty(_overlay, "".concat(token.antCls, "-tree-draggable-icon"), {
|
|
@@ -67359,21 +67927,22 @@ var ColumnSetting_style_genProStyle = function genProStyle(token) {
|
|
|
67359
67927
|
display: 'block'
|
|
67360
67928
|
})
|
|
67361
67929
|
}, "".concat(token.antCls, "-tree-checkbox"), {
|
|
67362
|
-
|
|
67363
|
-
|
|
67364
|
-
|
|
67930
|
+
insetBlockStart: 0,
|
|
67931
|
+
marginBlock: 0,
|
|
67932
|
+
marginInline: 0,
|
|
67933
|
+
marginInlineEnd: '4px'
|
|
67365
67934
|
})), _overlay)
|
|
67366
67935
|
}), defineProperty_defineProperty(_ref, "".concat(token.componentCls, "-list"), (_$concat2 = {
|
|
67367
67936
|
display: 'flex',
|
|
67368
67937
|
flexDirection: 'column',
|
|
67369
67938
|
width: '100%',
|
|
67370
|
-
|
|
67939
|
+
paddingBlockStart: 8
|
|
67371
67940
|
}, defineProperty_defineProperty(_$concat2, "&".concat(token.componentCls, "-list-group"), {
|
|
67372
|
-
|
|
67941
|
+
paddingBlockStart: 0
|
|
67373
67942
|
}), defineProperty_defineProperty(_$concat2, '&-title', {
|
|
67374
|
-
|
|
67375
|
-
|
|
67376
|
-
|
|
67943
|
+
marginBlockStart: '6px',
|
|
67944
|
+
marginBlockEnd: '6px',
|
|
67945
|
+
paddingInlineStart: '24px',
|
|
67377
67946
|
color: token.colorTextSecondary,
|
|
67378
67947
|
fontSize: '12px'
|
|
67379
67948
|
}), defineProperty_defineProperty(_$concat2, '&-item', {
|
|
@@ -67392,7 +67961,7 @@ var ColumnSetting_style_genProStyle = function genProStyle(token) {
|
|
|
67392
67961
|
}
|
|
67393
67962
|
},
|
|
67394
67963
|
'> span + span': {
|
|
67395
|
-
|
|
67964
|
+
marginInlineStart: 8
|
|
67396
67965
|
}
|
|
67397
67966
|
}
|
|
67398
67967
|
}), _$concat2)), _ref;
|
|
@@ -67946,7 +68515,8 @@ var genProListStyle = function genProListStyle(token) {
|
|
|
67946
68515
|
'&-container': {
|
|
67947
68516
|
display: 'flex',
|
|
67948
68517
|
justifyContent: 'space-between',
|
|
67949
|
-
|
|
68518
|
+
paddingBlock: token.padding,
|
|
68519
|
+
paddingInline: 0,
|
|
67950
68520
|
' &-mobile': {
|
|
67951
68521
|
flexDirection: 'column'
|
|
67952
68522
|
}
|
|
@@ -67965,7 +68535,8 @@ var genProListStyle = function genProListStyle(token) {
|
|
|
67965
68535
|
justifyContent: 'flex-start'
|
|
67966
68536
|
},
|
|
67967
68537
|
'&-setting-item': {
|
|
67968
|
-
|
|
68538
|
+
marginBlock: 0,
|
|
68539
|
+
marginInline: 4,
|
|
67969
68540
|
color: token.colorIconHover,
|
|
67970
68541
|
fontSize: token.fontSizeLG,
|
|
67971
68542
|
cursor: 'pointer',
|
|
@@ -67988,21 +68559,23 @@ var genProListStyle = function genProListStyle(token) {
|
|
|
67988
68559
|
justifyContent: 'flex-end'
|
|
67989
68560
|
},
|
|
67990
68561
|
'&-extra-line': {
|
|
67991
|
-
|
|
68562
|
+
marginBlockEnd: token.margin
|
|
67992
68563
|
},
|
|
67993
68564
|
'&-filter': defineProperty_defineProperty({
|
|
67994
68565
|
'&:not(:last-child)': {
|
|
67995
|
-
|
|
68566
|
+
marginInlineEnd: token.margin
|
|
67996
68567
|
},
|
|
67997
68568
|
display: 'flex',
|
|
67998
68569
|
alignItems: 'center'
|
|
67999
68570
|
}, "div.$".concat(token.antCls, "-pro-table-search"), {
|
|
68000
|
-
|
|
68001
|
-
|
|
68571
|
+
marginBlock: 0,
|
|
68572
|
+
marginInline: 0,
|
|
68573
|
+
paddingBlock: 0,
|
|
68574
|
+
paddingInline: 0
|
|
68002
68575
|
}),
|
|
68003
68576
|
'&-inline-menu-item': {
|
|
68004
68577
|
display: 'inline-block',
|
|
68005
|
-
|
|
68578
|
+
marginInlineEnd: token.marginLG,
|
|
68006
68579
|
cursor: 'pointer',
|
|
68007
68580
|
opacity: '0.75',
|
|
68008
68581
|
'&-active': {
|
|
@@ -68016,14 +68589,14 @@ var genProListStyle = function genProListStyle(token) {
|
|
|
68016
68589
|
textAlign: 'center',
|
|
68017
68590
|
cursor: 'pointer'
|
|
68018
68591
|
}, "".concat(token.antCls, "-tabs-top > ").concat(token.antCls, "-tabs-nav"), defineProperty_defineProperty({
|
|
68019
|
-
|
|
68592
|
+
marginBlockEnd: 0,
|
|
68020
68593
|
'&::before': {
|
|
68021
68594
|
borderBottom: 0
|
|
68022
68595
|
}
|
|
68023
68596
|
}, "".concat(token.antCls, "-tabs-nav-list"), {
|
|
68024
|
-
|
|
68597
|
+
marginBlockStart: 0,
|
|
68025
68598
|
'${token.antCls}-tabs-tab': {
|
|
68026
|
-
|
|
68599
|
+
paddingBlockStart: 0
|
|
68027
68600
|
}
|
|
68028
68601
|
})),
|
|
68029
68602
|
'@media (max-width: 575px)': defineProperty_defineProperty({}, token.componentCls, {
|
|
@@ -68032,7 +68605,7 @@ var genProListStyle = function genProListStyle(token) {
|
|
|
68032
68605
|
flexWrap: 'wrap'
|
|
68033
68606
|
},
|
|
68034
68607
|
'&-left': {
|
|
68035
|
-
|
|
68608
|
+
marginBlockEnd: '16px'
|
|
68036
68609
|
}
|
|
68037
68610
|
})
|
|
68038
68611
|
});
|
|
@@ -68839,7 +69412,7 @@ var style_genProListStyle = function genProListStyle(token) {
|
|
|
68839
69412
|
background: '@component-background'
|
|
68840
69413
|
},
|
|
68841
69414
|
'&-extra': {
|
|
68842
|
-
|
|
69415
|
+
marginBlockEnd: 16
|
|
68843
69416
|
},
|
|
68844
69417
|
'&-polling': defineProperty_defineProperty({}, "".concat(token.componentCls, "-list-toolbar-setting-item"), {
|
|
68845
69418
|
'.anticon.anticon-reload': {
|
|
@@ -68853,9 +69426,11 @@ var style_genProListStyle = function genProListStyle(token) {
|
|
|
68853
69426
|
}
|
|
68854
69427
|
}
|
|
68855
69428
|
}, defineProperty_defineProperty(_token$componentCls, "".concat(token.antCls, "-table").concat(token.antCls, "-table-tbody").concat(token.antCls, "-table-wrapper:only-child").concat(token.antCls, "-table"), {
|
|
68856
|
-
|
|
69429
|
+
marginBlock: 0,
|
|
69430
|
+
marginInline: 0
|
|
68857
69431
|
}), defineProperty_defineProperty(_token$componentCls, "".concat(token.antCls, "-table").concat(token.antCls, "-table-middle ").concat(token.componentCls), {
|
|
68858
|
-
|
|
69432
|
+
marginBlock: -12,
|
|
69433
|
+
marginInline: -8
|
|
68859
69434
|
}), _token$componentCls)), defineProperty_defineProperty(_ref, '@keyframes turn', {
|
|
68860
69435
|
'0%': {
|
|
68861
69436
|
transform: 'rotate(0deg)'
|
|
@@ -68873,23 +69448,28 @@ var style_genProListStyle = function genProListStyle(token) {
|
|
|
68873
69448
|
transform: 'rotate(360deg)'
|
|
68874
69449
|
}
|
|
68875
69450
|
}), defineProperty_defineProperty(_ref, '&-search', (_search = {
|
|
68876
|
-
|
|
68877
|
-
|
|
68878
|
-
|
|
69451
|
+
marginBlockEnd: '16px',
|
|
69452
|
+
paddingBlock: 24,
|
|
69453
|
+
paddingInline: 24,
|
|
69454
|
+
paddingBlockEnd: 0,
|
|
68879
69455
|
background: '@component-background',
|
|
68880
69456
|
'&-ghost': {
|
|
68881
69457
|
background: 'transparent'
|
|
68882
69458
|
}
|
|
68883
69459
|
}, defineProperty_defineProperty(_search, "&".concat(token.componentCls, "-form"), {
|
|
68884
|
-
|
|
68885
|
-
|
|
69460
|
+
marginBlock: 0,
|
|
69461
|
+
marginInline: 0,
|
|
69462
|
+
paddingBlock: 0,
|
|
69463
|
+
paddingInline: 16,
|
|
68886
69464
|
overflow: 'unset'
|
|
68887
69465
|
}), defineProperty_defineProperty(_search, '&-light', {
|
|
68888
|
-
|
|
68889
|
-
padding: '16px 0'
|
|
69466
|
+
marginBlockEnd: 0,
|
|
69467
|
+
padding: '16px 0',
|
|
69468
|
+
paddingBlock: 16,
|
|
69469
|
+
paddingInline: 0
|
|
68890
69470
|
}), defineProperty_defineProperty(_search, '&-form-option', (_formOption = {}, defineProperty_defineProperty(_formOption, "".concat(token.antCls, "-form-item"), {}), defineProperty_defineProperty(_formOption, "".concat(token.antCls, "-form-item-label"), {}), defineProperty_defineProperty(_formOption, "".concat(token.antCls, "-form-item-control-input"), {}), _formOption)), defineProperty_defineProperty(_search, '@media (max-width: 575px)', defineProperty_defineProperty({}, token.componentCls, defineProperty_defineProperty({
|
|
68891
69471
|
height: 'auto !important',
|
|
68892
|
-
|
|
69472
|
+
paddingBlockEnd: '24px'
|
|
68893
69473
|
}, "".concat(token.antCls, "-form-item-label"), {
|
|
68894
69474
|
minWidth: '80px',
|
|
68895
69475
|
textAlign: 'left'
|
|
@@ -68898,7 +69478,8 @@ var style_genProListStyle = function genProListStyle(token) {
|
|
|
68898
69478
|
alignItems: 'center',
|
|
68899
69479
|
justifyContent: 'space-between',
|
|
68900
69480
|
height: '64px',
|
|
68901
|
-
|
|
69481
|
+
paddingInline: 24,
|
|
69482
|
+
paddingBlock: 0,
|
|
68902
69483
|
'&-option': {
|
|
68903
69484
|
display: 'flex',
|
|
68904
69485
|
alignItems: 'center',
|
|
@@ -68930,13 +69511,14 @@ var style_genProListStyle = function genProListStyle(token) {
|
|
|
68930
69511
|
alignItems: 'flex-start',
|
|
68931
69512
|
justifyContent: 'flex-start',
|
|
68932
69513
|
height: 'auto',
|
|
68933
|
-
|
|
68934
|
-
|
|
68935
|
-
|
|
68936
|
-
|
|
69514
|
+
marginBlockEnd: '16px',
|
|
69515
|
+
marginInlineStart: '16px',
|
|
69516
|
+
paddingBlock: 8,
|
|
69517
|
+
paddingInline: 8,
|
|
69518
|
+
paddingBlockStart: '16px',
|
|
68937
69519
|
lineHeight: 'normal',
|
|
68938
69520
|
'&-title': {
|
|
68939
|
-
|
|
69521
|
+
marginBlockEnd: 16
|
|
68940
69522
|
},
|
|
68941
69523
|
'&-option': {
|
|
68942
69524
|
display: 'flex',
|
|
@@ -70208,7 +70790,7 @@ function TableRender(props) {
|
|
|
70208
70790
|
var loadingProps = props.loading === true ? {} : props.loading;
|
|
70209
70791
|
return (0,jsx_runtime.jsx)("div", {
|
|
70210
70792
|
style: {
|
|
70211
|
-
|
|
70793
|
+
paddingBlockStart: 100,
|
|
70212
70794
|
textAlign: 'center'
|
|
70213
70795
|
},
|
|
70214
70796
|
children: (0,jsx_runtime.jsx)(external_antd_.Spin, objectSpread2_objectSpread2({
|
|
@@ -70231,7 +70813,7 @@ function TableRender(props) {
|
|
|
70231
70813
|
ghost: props.ghost,
|
|
70232
70814
|
bordered: isBordered('table', cardBordered),
|
|
70233
70815
|
bodyStyle: toolbarDom ? {
|
|
70234
|
-
|
|
70816
|
+
paddingBlockStart: 0
|
|
70235
70817
|
} : {
|
|
70236
70818
|
padding: 0
|
|
70237
70819
|
}
|
|
@@ -70917,7 +71499,7 @@ var DragSortTable_style_genProListStyle = function genProListStyle(token) {
|
|
|
70917
71499
|
alignItems: 'center'
|
|
70918
71500
|
},
|
|
70919
71501
|
'&-icon': {
|
|
70920
|
-
|
|
71502
|
+
marginInlineEnd: 8,
|
|
70921
71503
|
color: '#999',
|
|
70922
71504
|
cursor: 'grab'
|
|
70923
71505
|
}
|
|
@@ -76816,7 +77398,7 @@ function statisticToken(token) {
|
|
|
76816
77398
|
};
|
|
76817
77399
|
}
|
|
76818
77400
|
;// CONCATENATED MODULE: ./node_modules/antd/es/version/version.js
|
|
76819
|
-
/* harmony default export */ var version = ('5.0.0-experimental.
|
|
77401
|
+
/* harmony default export */ var version = ('5.0.0-experimental.13');
|
|
76820
77402
|
;// CONCATENATED MODULE: ./node_modules/antd/es/version/index.js
|
|
76821
77403
|
/* eslint import/no-unresolved: 0 */
|
|
76822
77404
|
// @ts-ignore
|
|
@@ -76887,6 +77469,7 @@ var seedToken = extends_extends(extends_extends({}, defaultPresetColors), {
|
|
|
76887
77469
|
/* harmony default export */ var seed = (seedToken);
|
|
76888
77470
|
;// CONCATENATED MODULE: ./node_modules/antd/es/theme/themes/shared/genColorMapToken.js
|
|
76889
77471
|
|
|
77472
|
+
|
|
76890
77473
|
function genColorMapToken(seed, _ref) {
|
|
76891
77474
|
var generateColorPalettes = _ref.generateColorPalettes,
|
|
76892
77475
|
generateTextAlphaPalettes = _ref.generateTextAlphaPalettes,
|
|
@@ -76913,8 +77496,9 @@ function genColorMapToken(seed, _ref) {
|
|
|
76913
77496
|
colorPrimaryHover: primaryColors[5],
|
|
76914
77497
|
colorPrimary: primaryColors[6],
|
|
76915
77498
|
colorPrimaryActive: primaryColors[7],
|
|
76916
|
-
|
|
76917
|
-
|
|
77499
|
+
colorPrimaryTextHover: primaryColors[5],
|
|
77500
|
+
colorPrimaryText: primaryColors[6],
|
|
77501
|
+
colorPrimaryTextActive: primaryColors[7],
|
|
76918
77502
|
colorSuccessBg: successColors[1],
|
|
76919
77503
|
colorSuccessBgHover: successColors[2],
|
|
76920
77504
|
colorSuccessBorder: successColors[3],
|
|
@@ -76922,8 +77506,9 @@ function genColorMapToken(seed, _ref) {
|
|
|
76922
77506
|
colorSuccessHover: successColors[5],
|
|
76923
77507
|
colorSuccess: successColors[6],
|
|
76924
77508
|
colorSuccessActive: successColors[7],
|
|
76925
|
-
|
|
76926
|
-
|
|
77509
|
+
colorSuccessTextHover: successColors[5],
|
|
77510
|
+
colorSuccessText: successColors[6],
|
|
77511
|
+
colorSuccessTextActive: successColors[7],
|
|
76927
77512
|
colorErrorBg: errorColors[1],
|
|
76928
77513
|
colorErrorBgHover: errorColors[2],
|
|
76929
77514
|
colorErrorBorder: errorColors[3],
|
|
@@ -76931,8 +77516,9 @@ function genColorMapToken(seed, _ref) {
|
|
|
76931
77516
|
colorErrorHover: errorColors[5],
|
|
76932
77517
|
colorError: errorColors[6],
|
|
76933
77518
|
colorErrorActive: errorColors[7],
|
|
76934
|
-
|
|
76935
|
-
|
|
77519
|
+
colorErrorTextHover: errorColors[5],
|
|
77520
|
+
colorErrorText: errorColors[6],
|
|
77521
|
+
colorErrorTextActive: errorColors[7],
|
|
76936
77522
|
colorWarningBg: warningColors[1],
|
|
76937
77523
|
colorWarningBgHover: warningColors[2],
|
|
76938
77524
|
colorWarningBorder: warningColors[3],
|
|
@@ -76940,8 +77526,9 @@ function genColorMapToken(seed, _ref) {
|
|
|
76940
77526
|
colorWarningHover: warningColors[5],
|
|
76941
77527
|
colorWarning: warningColors[6],
|
|
76942
77528
|
colorWarningActive: warningColors[7],
|
|
76943
|
-
|
|
76944
|
-
|
|
77529
|
+
colorWarningTextHover: warningColors[5],
|
|
77530
|
+
colorWarningText: warningColors[6],
|
|
77531
|
+
colorWarningTextActive: warningColors[7],
|
|
76945
77532
|
colorInfoBg: infoColors[1],
|
|
76946
77533
|
colorInfoBgHover: infoColors[2],
|
|
76947
77534
|
colorInfoBorder: infoColors[3],
|
|
@@ -76949,8 +77536,11 @@ function genColorMapToken(seed, _ref) {
|
|
|
76949
77536
|
colorInfoHover: infoColors[5],
|
|
76950
77537
|
colorInfo: infoColors[6],
|
|
76951
77538
|
colorInfoActive: infoColors[7],
|
|
76952
|
-
|
|
76953
|
-
|
|
77539
|
+
colorInfoTextHover: infoColors[5],
|
|
77540
|
+
colorInfoText: infoColors[6],
|
|
77541
|
+
colorInfoTextActive: infoColors[7],
|
|
77542
|
+
colorBgMask: textColors.colorTextTertiary,
|
|
77543
|
+
colorBgSpotlight: new TinyColor('#000').setAlpha(0.85).toRgbString()
|
|
76954
77544
|
});
|
|
76955
77545
|
}
|
|
76956
77546
|
;// CONCATENATED MODULE: ./node_modules/antd/es/theme/themes/shared/genFontSizes.js
|
|
@@ -77055,7 +77645,10 @@ var generateBgPalettes = function generateBgPalettes(bgBaseColor, textBaseColor)
|
|
|
77055
77645
|
colorFillQuaternary: getAlphaColor(textBaseColor, 0.02),
|
|
77056
77646
|
colorBgLayout: getSolidColor(bgBaseColor, 4),
|
|
77057
77647
|
colorBgContainer: getSolidColor(bgBaseColor, 0),
|
|
77058
|
-
colorBgElevated: getSolidColor(bgBaseColor, 0)
|
|
77648
|
+
colorBgElevated: getSolidColor(bgBaseColor, 0),
|
|
77649
|
+
colorBorder: getSolidColor(bgBaseColor, 15),
|
|
77650
|
+
colorBorderSecondary: getSolidColor(bgBaseColor, 6),
|
|
77651
|
+
colorSplit: getAlphaColor(textBaseColor, 0.06)
|
|
77059
77652
|
};
|
|
77060
77653
|
};
|
|
77061
77654
|
var generateTextAlphaPalettes = function generateTextAlphaPalettes(textBaseColor) {
|
|
@@ -77139,26 +77732,22 @@ function formatToken(derivativeToken) {
|
|
|
77139
77732
|
var fontSizeSM = fontSizes[0]; // Generate alias token
|
|
77140
77733
|
|
|
77141
77734
|
var aliasToken = extends_extends(extends_extends(extends_extends({}, mergedToken), {
|
|
77142
|
-
colorLink: mergedToken.
|
|
77143
|
-
colorLinkHover: mergedToken.
|
|
77735
|
+
colorLink: mergedToken.colorPrimaryText,
|
|
77736
|
+
colorLinkHover: mergedToken.colorPrimaryTextHover,
|
|
77144
77737
|
colorLinkActive: mergedToken.colorPrimaryActive,
|
|
77145
77738
|
// ============== Background ============== //
|
|
77146
77739
|
colorFillContent: mergedToken.colorFillSecondary,
|
|
77147
77740
|
colorFillContentHover: mergedToken.colorFill,
|
|
77148
77741
|
colorFillAlter: mergedToken.colorFillQuaternary,
|
|
77149
77742
|
colorBgContainerDisabled: mergedToken.colorFillTertiary,
|
|
77150
|
-
colorBgMask: mergedToken.colorTextTertiary,
|
|
77151
|
-
colorBgSpotlight: mergedToken.colorText,
|
|
77152
77743
|
// ============== Split ============== //
|
|
77153
|
-
colorBorderBg: mergedToken.
|
|
77154
|
-
colorBorder: mergedToken.colorFill,
|
|
77155
|
-
colorBorderSecondary: mergedToken.colorFillSecondary,
|
|
77156
|
-
colorSplit: mergedToken.colorFillSecondary,
|
|
77744
|
+
colorBorderBg: mergedToken.colorBgContainer,
|
|
77157
77745
|
// ============== Text ============== //
|
|
77158
77746
|
colorTextPlaceholder: mergedToken.colorTextQuaternary,
|
|
77159
77747
|
colorTextDisabled: mergedToken.colorTextQuaternary,
|
|
77160
77748
|
colorTextHeading: mergedToken.colorText,
|
|
77161
77749
|
colorTextLabel: mergedToken.colorTextSecondary,
|
|
77750
|
+
colorTextDescription: mergedToken.colorTextSecondary,
|
|
77162
77751
|
colorHighlight: mergedToken.colorError,
|
|
77163
77752
|
colorIcon: mergedToken.colorTextTertiary,
|
|
77164
77753
|
colorIconHover: mergedToken.colorText,
|
|
@@ -77263,7 +77852,7 @@ function formatToken(derivativeToken) {
|
|
|
77263
77852
|
|
|
77264
77853
|
|
|
77265
77854
|
|
|
77266
|
-
var
|
|
77855
|
+
var theme_defaultTheme = createTheme(derivative);
|
|
77267
77856
|
// ================================ Context =================================
|
|
77268
77857
|
|
|
77269
77858
|
var DesignTokenContext = /*#__PURE__*/external_React_default().createContext({
|
|
@@ -77281,7 +77870,7 @@ function theme_useToken() {
|
|
|
77281
77870
|
theme = _React$useContext.theme;
|
|
77282
77871
|
|
|
77283
77872
|
var salt = "".concat(saltPrefix, "-").concat(hashed || '');
|
|
77284
|
-
var mergedTheme = theme ||
|
|
77873
|
+
var mergedTheme = theme || theme_defaultTheme;
|
|
77285
77874
|
|
|
77286
77875
|
var _useCacheToken = useCacheToken(mergedTheme, [seed, rootDesignToken], {
|
|
77287
77876
|
salt: salt,
|
|
@@ -84813,7 +85402,7 @@ var genBaseStyle = function genBaseStyle(token) {
|
|
|
84813
85402
|
boxShadow: token.boxShadow
|
|
84814
85403
|
}, defineProperty_defineProperty(_menuCls, "".concat(menuCls, "-item-group-title"), {
|
|
84815
85404
|
padding: "".concat(dropdownPaddingVertical, "px ").concat(controlPaddingHorizontal, "px"),
|
|
84816
|
-
color: token.
|
|
85405
|
+
color: token.colorTextDescription,
|
|
84817
85406
|
transition: "all ".concat(motionDurationSlow)
|
|
84818
85407
|
}), defineProperty_defineProperty(_menuCls, "".concat(menuCls, "-item"), {
|
|
84819
85408
|
position: 'relative',
|
|
@@ -84881,7 +85470,7 @@ var genBaseStyle = function genBaseStyle(token) {
|
|
|
84881
85470
|
insetInlineEnd: token.paddingXS
|
|
84882
85471
|
}, "".concat(componentCls, "-menu-submenu-arrow-icon"), {
|
|
84883
85472
|
marginInlineEnd: '0 !important',
|
|
84884
|
-
color: token.
|
|
85473
|
+
color: token.colorTextDescription,
|
|
84885
85474
|
fontSize: fontSizeIcon,
|
|
84886
85475
|
fontStyle: 'normal'
|
|
84887
85476
|
})), _$concat$concat)), defineProperty_defineProperty(_menuCls, "".concat(menuCls, "-item-group-list"), {
|
|
@@ -88032,7 +88621,8 @@ var getHorizontalStyle = function getHorizontalStyle(token) {
|
|
|
88032
88621
|
colorBorderSecondary = token.colorBorderSecondary,
|
|
88033
88622
|
lineWidth = token.lineWidth,
|
|
88034
88623
|
lineType = token.lineType,
|
|
88035
|
-
menuItemPaddingInline = token.menuItemPaddingInline
|
|
88624
|
+
menuItemPaddingInline = token.menuItemPaddingInline,
|
|
88625
|
+
menuItemMarginInline = token.menuItemMarginInline;
|
|
88036
88626
|
return defineProperty_defineProperty({}, "".concat(componentCls, "-horizontal"), (_$concat = {
|
|
88037
88627
|
lineHeight: "".concat(menuHorizontalHeight, "px"),
|
|
88038
88628
|
border: 0,
|
|
@@ -88048,7 +88638,8 @@ var getHorizontalStyle = function getHorizontalStyle(token) {
|
|
|
88048
88638
|
position: 'relative',
|
|
88049
88639
|
display: 'inline-block',
|
|
88050
88640
|
verticalAlign: 'bottom',
|
|
88051
|
-
paddingInline: menuItemPaddingInline
|
|
88641
|
+
paddingInline: menuItemPaddingInline,
|
|
88642
|
+
marginInline: menuItemMarginInline
|
|
88052
88643
|
}), defineProperty_defineProperty(_$concat, "> ".concat(componentCls, "-item:hover,\n > ").concat(componentCls, "-item-active,\n > ").concat(componentCls, "-submenu ").concat(componentCls, "-submenu-title:hover"), {
|
|
88053
88644
|
backgroundColor: 'transparent'
|
|
88054
88645
|
}), defineProperty_defineProperty(_$concat, "".concat(componentCls, "-item, ").concat(componentCls, "-submenu-title"), {
|
|
@@ -88116,7 +88707,7 @@ var getThemeStyle = function getThemeStyle(token) {
|
|
|
88116
88707
|
motionDurationFast = token.motionDurationFast,
|
|
88117
88708
|
colorItemTextHover = token.colorItemTextHover,
|
|
88118
88709
|
lineType = token.lineType,
|
|
88119
|
-
|
|
88710
|
+
colorSplit = token.colorSplit,
|
|
88120
88711
|
colorItemTextDisabled = token.colorItemTextDisabled,
|
|
88121
88712
|
colorDangerItemText = token.colorDangerItemText,
|
|
88122
88713
|
colorDangerItemTextHover = token.colorDangerItemTextHover,
|
|
@@ -88189,7 +88780,7 @@ var getThemeStyle = function getThemeStyle(token) {
|
|
|
88189
88780
|
borderBottomColor: colorItemTextSelected
|
|
88190
88781
|
}
|
|
88191
88782
|
}), _$concat$concat2))), defineProperty_defineProperty(_componentCls, "&".concat(componentCls, "-root"), defineProperty_defineProperty({}, "&".concat(componentCls, "-inline, &").concat(componentCls, "-vertical"), {
|
|
88192
|
-
borderInlineEnd: "".concat(colorActiveBarBorderSize, "px ").concat(lineType, " ").concat(
|
|
88783
|
+
borderInlineEnd: "".concat(colorActiveBarBorderSize, "px ").concat(lineType, " ").concat(colorSplit)
|
|
88193
88784
|
})), defineProperty_defineProperty(_componentCls, "&".concat(componentCls, "-inline"), (_$concat8 = {}, defineProperty_defineProperty(_$concat8, "".concat(componentCls, "-sub").concat(componentCls, "-inline"), {
|
|
88194
88785
|
background: colorSubItemBg
|
|
88195
88786
|
}), defineProperty_defineProperty(_$concat8, "".concat(componentCls, "-item, ").concat(componentCls, "-submenu-title"), colorActiveBarBorderSize ? {
|
|
@@ -88229,9 +88820,8 @@ var getVerticalInlineStyle = function getVerticalInlineStyle(token) {
|
|
|
88229
88820
|
|
|
88230
88821
|
var componentCls = token.componentCls,
|
|
88231
88822
|
menuItemHeight = token.menuItemHeight,
|
|
88232
|
-
|
|
88823
|
+
menuItemMarginInline = token.menuItemMarginInline,
|
|
88233
88824
|
padding = token.padding,
|
|
88234
|
-
marginXXS = token.marginXXS,
|
|
88235
88825
|
menuArrowSize = token.menuArrowSize,
|
|
88236
88826
|
fontSize = token.fontSize;
|
|
88237
88827
|
var paddingWithArrow = menuArrowSize + fontSize;
|
|
@@ -88240,14 +88830,12 @@ var getVerticalInlineStyle = function getVerticalInlineStyle(token) {
|
|
|
88240
88830
|
}), defineProperty_defineProperty(_ref, "".concat(componentCls, "-item, ").concat(componentCls, "-submenu-title"), {
|
|
88241
88831
|
height: menuItemHeight,
|
|
88242
88832
|
lineHeight: "".concat(menuItemHeight, "px"),
|
|
88243
|
-
marginBlock:
|
|
88833
|
+
marginBlock: menuItemMarginInline,
|
|
88244
88834
|
paddingInline: padding,
|
|
88245
88835
|
overflow: 'hidden',
|
|
88246
88836
|
textOverflow: 'ellipsis'
|
|
88247
88837
|
}), defineProperty_defineProperty(_ref, "".concat(componentCls, "-submenu"), {
|
|
88248
88838
|
paddingBottom: 0.02
|
|
88249
|
-
}), defineProperty_defineProperty(_ref, "".concat(componentCls, "-item:not(:last-child)"), {
|
|
88250
|
-
marginBottom: marginXS
|
|
88251
88839
|
}), defineProperty_defineProperty(_ref, "> ".concat(componentCls, "-item,\n > ").concat(componentCls, "-submenu > ").concat(componentCls, "-submenu-title"), {
|
|
88252
88840
|
height: menuItemHeight,
|
|
88253
88841
|
lineHeight: "".concat(menuItemHeight, "px")
|
|
@@ -88572,7 +89160,8 @@ var getBaseStyle = function getBaseStyle(token) {
|
|
|
88572
89160
|
|
|
88573
89161
|
var menuToken = statistic_merge(token, {
|
|
88574
89162
|
menuItemHeight: controlHeightLG,
|
|
88575
|
-
menuItemPaddingInline:
|
|
89163
|
+
menuItemPaddingInline: token.margin,
|
|
89164
|
+
menuItemMarginInline: token.marginXXS,
|
|
88576
89165
|
menuArrowSize: menuArrowSize,
|
|
88577
89166
|
menuHorizontalHeight: controlHeightLG * 1.15,
|
|
88578
89167
|
menuArrowOffset: "".concat(menuArrowSize * 0.25, "px"),
|
|
@@ -88592,7 +89181,7 @@ var getBaseStyle = function getBaseStyle(token) {
|
|
|
88592
89181
|
colorTextDisabled = token.colorTextDisabled,
|
|
88593
89182
|
colorErrorBg = token.colorErrorBg,
|
|
88594
89183
|
colorText = token.colorText,
|
|
88595
|
-
|
|
89184
|
+
colorTextDescription = token.colorTextDescription,
|
|
88596
89185
|
colorBgContainer = token.colorBgContainer,
|
|
88597
89186
|
colorFillAlter = token.colorFillAlter,
|
|
88598
89187
|
controlItemBgActive = token.controlItemBgActive,
|
|
@@ -88604,7 +89193,7 @@ var getBaseStyle = function getBaseStyle(token) {
|
|
|
88604
89193
|
radiusItem: 0,
|
|
88605
89194
|
colorItemText: colorText,
|
|
88606
89195
|
colorItemTextHover: colorPrimary,
|
|
88607
|
-
colorGroupTitle:
|
|
89196
|
+
colorGroupTitle: colorTextDescription,
|
|
88608
89197
|
colorItemTextSelected: colorPrimary,
|
|
88609
89198
|
colorItemBg: colorBgContainer,
|
|
88610
89199
|
colorSubItemBg: colorFillAlter,
|
|
@@ -90821,7 +91410,7 @@ var ThemedMenu = /*#__PURE__*/(0,external_React_.forwardRef)(function (_a, ref)
|
|
|
90821
91410
|
};
|
|
90822
91411
|
});
|
|
90823
91412
|
var colorTextLightSolid = token.colorTextLightSolid,
|
|
90824
|
-
|
|
91413
|
+
colorTextDescription = token.colorTextDescription,
|
|
90825
91414
|
colorPrimary = token.colorPrimary,
|
|
90826
91415
|
colorError = token.colorError,
|
|
90827
91416
|
colorErrorHover = token.colorErrorHover;
|
|
@@ -90830,7 +91419,7 @@ var ThemedMenu = /*#__PURE__*/(0,external_React_.forwardRef)(function (_a, ref)
|
|
|
90830
91419
|
return {
|
|
90831
91420
|
colorItemText: new TinyColor(colorTextLightSolid).setAlpha(0.65).toRgbString(),
|
|
90832
91421
|
colorItemTextHover: colorTextLightSolid,
|
|
90833
|
-
colorGroupTitle:
|
|
91422
|
+
colorGroupTitle: colorTextDescription,
|
|
90834
91423
|
colorItemTextSelected: colorTextLightSolid,
|
|
90835
91424
|
colorItemBg: '#001529',
|
|
90836
91425
|
colorSubItemBg: '#000c17',
|
|
@@ -92669,7 +93258,7 @@ var es_style_genProListStyle = function genProListStyle(token) {
|
|
|
92669
93258
|
return defineProperty_defineProperty({}, token.componentCls, (_token$componentCls = {
|
|
92670
93259
|
backgroundColor: 'transparent'
|
|
92671
93260
|
}, defineProperty_defineProperty(_token$componentCls, "".concat(token.proComponentsCls, "-table-alert"), {
|
|
92672
|
-
|
|
93261
|
+
marginBlockEnd: '16px'
|
|
92673
93262
|
}), defineProperty_defineProperty(_token$componentCls, '&-row', (_row = {
|
|
92674
93263
|
borderBottom: "1px solid ".concat(token.colorSplit),
|
|
92675
93264
|
'&:last-child': defineProperty_defineProperty({
|
|
@@ -92690,20 +93279,24 @@ var es_style_genProListStyle = function genProListStyle(token) {
|
|
|
92690
93279
|
display: 'block'
|
|
92691
93280
|
}), _hover),
|
|
92692
93281
|
'&-card': defineProperty_defineProperty({
|
|
92693
|
-
|
|
92694
|
-
|
|
93282
|
+
marginBlock: 8,
|
|
93283
|
+
marginInline: 0,
|
|
93284
|
+
paddingBlock: 0,
|
|
93285
|
+
paddingInline: 8,
|
|
92695
93286
|
'&:hover': {
|
|
92696
93287
|
backgroundColor: 'transparent'
|
|
92697
93288
|
}
|
|
92698
93289
|
}, "".concat(token.antCls, "-list-item-meta-title"), {
|
|
92699
|
-
flexShrink:
|
|
92700
|
-
|
|
93290
|
+
flexShrink: 9,
|
|
93291
|
+
marginBlock: 0,
|
|
93292
|
+
marginInline: 0,
|
|
92701
93293
|
lineHeight: '22px'
|
|
92702
93294
|
})
|
|
92703
93295
|
}, defineProperty_defineProperty(_row, "&".concat(token.componentCls, "-row-editable"), defineProperty_defineProperty({}, "".concat(token.componentCls, "-list-item"), {
|
|
92704
93296
|
'&-meta': {
|
|
92705
93297
|
'&-avatar,&-description,&-title': {
|
|
92706
|
-
|
|
93298
|
+
paddingBlock: 6,
|
|
93299
|
+
paddingInline: 0
|
|
92707
93300
|
}
|
|
92708
93301
|
},
|
|
92709
93302
|
'&-action': {
|
|
@@ -92736,21 +93329,22 @@ var es_style_genProListStyle = function genProListStyle(token) {
|
|
|
92736
93329
|
alignItems: 'center',
|
|
92737
93330
|
justifyContent: 'space-between',
|
|
92738
93331
|
height: '44px',
|
|
92739
|
-
|
|
93332
|
+
paddingInline: 24,
|
|
93333
|
+
paddingBlock: 0,
|
|
92740
93334
|
color: token.colorTextSecondary,
|
|
92741
93335
|
lineHeight: '44px',
|
|
92742
93336
|
background: 'rgba(0, 0, 0, 0.02)',
|
|
92743
93337
|
'&-actions': {
|
|
92744
93338
|
display: 'none'
|
|
92745
93339
|
},
|
|
92746
|
-
'&-actions
|
|
92747
|
-
marginInlineEnd:
|
|
93340
|
+
'&-actions *': {
|
|
93341
|
+
marginInlineEnd: 8,
|
|
92748
93342
|
'&:last-child': {
|
|
92749
93343
|
marginInlineEnd: 0
|
|
92750
93344
|
}
|
|
92751
93345
|
}
|
|
92752
93346
|
}), defineProperty_defineProperty(_row, '&-expand-icon', {
|
|
92753
|
-
|
|
93347
|
+
marginInlineEnd: 8,
|
|
92754
93348
|
color: token.colorTextSecondary,
|
|
92755
93349
|
'> .anticon > svg': {
|
|
92756
93350
|
transition: '0.3s'
|
|
@@ -92760,7 +93354,7 @@ var es_style_genProListStyle = function genProListStyle(token) {
|
|
|
92760
93354
|
transform: 'rotate(90deg)'
|
|
92761
93355
|
}
|
|
92762
93356
|
}), defineProperty_defineProperty(_row, '&-title', {
|
|
92763
|
-
|
|
93357
|
+
marginInlineEnd: '16px',
|
|
92764
93358
|
wordBreak: 'break-all',
|
|
92765
93359
|
cursor: 'pointer',
|
|
92766
93360
|
'&:hover': {
|
|
@@ -92771,11 +93365,12 @@ var es_style_genProListStyle = function genProListStyle(token) {
|
|
|
92771
93365
|
display: 'flex',
|
|
92772
93366
|
flex: '1',
|
|
92773
93367
|
flexDirection: 'column',
|
|
92774
|
-
|
|
93368
|
+
marginBlock: 0,
|
|
93369
|
+
marginInline: 32
|
|
92775
93370
|
}), defineProperty_defineProperty(_row, '&-subTitle', {
|
|
92776
93371
|
color: 'rgba(0, 0, 0, 0.45)'
|
|
92777
93372
|
}), defineProperty_defineProperty(_row, '&-description', {
|
|
92778
|
-
|
|
93373
|
+
marginBlockStart: '4px',
|
|
92779
93374
|
wordBreak: 'break-all'
|
|
92780
93375
|
}), defineProperty_defineProperty(_row, '&-avatar', {
|
|
92781
93376
|
display: 'flex'
|
|
@@ -92791,7 +93386,7 @@ var es_style_genProListStyle = function genProListStyle(token) {
|
|
|
92791
93386
|
display: 'flex'
|
|
92792
93387
|
}), defineProperty_defineProperty(_row, '&-checkbox', {
|
|
92793
93388
|
width: '16px',
|
|
92794
|
-
|
|
93389
|
+
marginInlineEnd: '12px'
|
|
92795
93390
|
}), defineProperty_defineProperty(_row, '&-no-split', (_noSplit = {}, defineProperty_defineProperty(_noSplit, "".concat(token.componentCls, "-row"), {
|
|
92796
93391
|
borderBottom: 'none'
|
|
92797
93392
|
}), defineProperty_defineProperty(_noSplit, "".concat(token.antCls, "-list ").concat(token.antCls, "-list-item"), {
|
|
@@ -92806,13 +93401,14 @@ var es_style_genProListStyle = function genProListStyle(token) {
|
|
|
92806
93401
|
alignItems: 'flex-start',
|
|
92807
93402
|
justifyContent: 'center'
|
|
92808
93403
|
}), defineProperty_defineProperty(_$concat5, '&-content', {
|
|
92809
|
-
|
|
93404
|
+
marginBlock: 0,
|
|
93405
|
+
marginInline: 0
|
|
92810
93406
|
}), defineProperty_defineProperty(_$concat5, '&-subTitle', {
|
|
92811
|
-
|
|
93407
|
+
marginBlockStart: 8
|
|
92812
93408
|
}), defineProperty_defineProperty(_$concat5, "".concat(token.antCls, "-list-item-extra"), defineProperty_defineProperty({
|
|
92813
93409
|
display: 'flex',
|
|
92814
93410
|
alignItems: 'center',
|
|
92815
|
-
|
|
93411
|
+
marginInlineStart: '32px'
|
|
92816
93412
|
}, "".concat(token.componentCls, "-row-description"), {
|
|
92817
93413
|
marginBlockStart: 16
|
|
92818
93414
|
})), defineProperty_defineProperty(_$concat5, "".concat(token.antCls, "-list-bordered ").concat(token.antCls, "-list-item"), {
|
|
@@ -92823,21 +93419,25 @@ var es_style_genProListStyle = function genProListStyle(token) {
|
|
|
92823
93419
|
marginBlockEnd: token.marginLG
|
|
92824
93420
|
}), defineProperty_defineProperty(_row, "".concat(token.antCls, "-list-list"), {
|
|
92825
93421
|
'&-item': {
|
|
92826
|
-
|
|
92827
|
-
|
|
93422
|
+
cursor: 'pointer',
|
|
93423
|
+
paddingBlock: 12,
|
|
93424
|
+
paddingInline: 12
|
|
92828
93425
|
}
|
|
92829
93426
|
}), defineProperty_defineProperty(_row, "".concat(token.antCls, "-list-vertical .").concat(token.proComponentsCls, "-list-row ").concat(token.antCls, "-list"), defineProperty_defineProperty({
|
|
92830
93427
|
'&-header': {
|
|
92831
|
-
|
|
93428
|
+
paddingBlock: 0,
|
|
93429
|
+
paddingInline: 0,
|
|
92832
93430
|
borderBottom: 'none'
|
|
92833
93431
|
}
|
|
92834
93432
|
}, "".concat(token.antCls, "-list-item"), {
|
|
92835
93433
|
width: '100%',
|
|
92836
|
-
|
|
93434
|
+
paddingBlock: 12,
|
|
93435
|
+
paddingInlineStart: 24,
|
|
93436
|
+
paddingInlineEnd: 18,
|
|
92837
93437
|
'&-meta-avatar': {
|
|
92838
93438
|
display: 'flex',
|
|
92839
93439
|
alignItems: 'center',
|
|
92840
|
-
|
|
93440
|
+
marginInlineEnd: 8
|
|
92841
93441
|
},
|
|
92842
93442
|
'&-action-split': {
|
|
92843
93443
|
display: 'none'
|
|
@@ -93017,17 +93617,17 @@ function BaseProList(props) {
|
|
|
93017
93617
|
/* harmony default export */ var list_es = ((/* unused pure expression or super */ null && (ProList)));
|
|
93018
93618
|
;// CONCATENATED MODULE: ./packages/components/src/version.ts
|
|
93019
93619
|
var version_version = {
|
|
93020
|
-
"@ant-design/pro-card": "2.0.0-experimental.
|
|
93021
|
-
"@ant-design/pro-components": "2.0.0-experimental.
|
|
93022
|
-
"@ant-design/pro-descriptions": "2.0.0-experimental.
|
|
93023
|
-
"@ant-design/pro-field": "2.0.0-experimental.
|
|
93024
|
-
"@ant-design/pro-form": "2.0.0-experimental.
|
|
93025
|
-
"@ant-design/pro-layout": "7.0.0-experimental.
|
|
93026
|
-
"@ant-design/pro-list": "2.0.0-experimental.
|
|
93620
|
+
"@ant-design/pro-card": "2.0.0-experimental.7",
|
|
93621
|
+
"@ant-design/pro-components": "2.0.0-experimental.7",
|
|
93622
|
+
"@ant-design/pro-descriptions": "2.0.0-experimental.7",
|
|
93623
|
+
"@ant-design/pro-field": "2.0.0-experimental.7",
|
|
93624
|
+
"@ant-design/pro-form": "2.0.0-experimental.7",
|
|
93625
|
+
"@ant-design/pro-layout": "7.0.0-experimental.7",
|
|
93626
|
+
"@ant-design/pro-list": "2.0.0-experimental.7",
|
|
93027
93627
|
"@ant-design/pro-provider": "2.0.0-experimental.4",
|
|
93028
93628
|
"@ant-design/pro-skeleton": "2.0.0-experimental.4",
|
|
93029
|
-
"@ant-design/pro-table": "3.0.0-experimental.
|
|
93030
|
-
"@ant-design/pro-utils": "2.0.0-experimental.
|
|
93629
|
+
"@ant-design/pro-table": "3.0.0-experimental.7",
|
|
93630
|
+
"@ant-design/pro-utils": "2.0.0-experimental.7"
|
|
93031
93631
|
};
|
|
93032
93632
|
;// CONCATENATED MODULE: ./packages/components/src/index.tsx
|
|
93033
93633
|
|