shineout 3.7.2-beta.1 → 3.7.2-beta.3
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/cjs/index.js +1 -1
- package/dist/shineout.js +318 -243
- package/dist/shineout.js.map +1 -1
- package/dist/shineout.min.js +1 -1
- package/dist/shineout.min.js.map +1 -1
- package/esm/index.js +1 -1
- package/package.json +5 -5
package/dist/shineout.js
CHANGED
|
@@ -4565,6 +4565,13 @@ const figma = [
|
|
|
4565
4565
|
token: 'Line-height-dynamic',
|
|
4566
4566
|
locked: true,
|
|
4567
4567
|
},
|
|
4568
|
+
{
|
|
4569
|
+
name: '最小动态行高',
|
|
4570
|
+
value: 'calc( max(1em, 14px) + 8px )',
|
|
4571
|
+
describe: '根据当前的字体大小 + 8px,但字体大小小于 14px 时,使用 14px 计算',
|
|
4572
|
+
token: 'Line-height-dynamic-min',
|
|
4573
|
+
locked: true,
|
|
4574
|
+
},
|
|
4568
4575
|
{
|
|
4569
4576
|
name: '透明色',
|
|
4570
4577
|
value: 'transparent',
|
|
@@ -12227,7 +12234,7 @@ var handleStyle = function handleStyle(style) {
|
|
|
12227
12234
|
};
|
|
12228
12235
|
/* harmony default export */ var jss_style_handleStyle = (handleStyle);
|
|
12229
12236
|
;// CONCATENATED MODULE: ../shineout-style/src/version.ts
|
|
12230
|
-
/* harmony default export */ var version = ('3.7.2-beta.
|
|
12237
|
+
/* harmony default export */ var version = ('3.7.2-beta.3');
|
|
12231
12238
|
;// CONCATENATED MODULE: ../shineout-style/src/jss-style/index.tsx
|
|
12232
12239
|
|
|
12233
12240
|
|
|
@@ -12616,6 +12623,7 @@ var Token = {
|
|
|
12616
12623
|
'Shadow-4': '0px -2px 10px rgba(232, 235, 240, 0.8)',
|
|
12617
12624
|
'Shadow-5': 'rgba(0, 0, 0, 0.2) 0px 2px 1px -1px, rgba(0, 0, 0, 0.14) 0px 1px 1px 0px, rgba(0, 0, 0, 0.12) 0px 1px 3px 0px',
|
|
12618
12625
|
'Line-height-dynamic': 'calc( 1em + 8px )',
|
|
12626
|
+
'Line-height-dynamic-min': 'calc( max(1em, 14px) + 8px )',
|
|
12619
12627
|
Transparent: 'transparent',
|
|
12620
12628
|
'Mask-fill-1': 'rgba(2, 11, 24, 0.3)',
|
|
12621
12629
|
Size: '2',
|
|
@@ -13528,6 +13536,7 @@ var collapseTokens = {
|
|
|
13528
13536
|
;// CONCATENATED MODULE: ../theme/src/common/common.ts
|
|
13529
13537
|
var common = {
|
|
13530
13538
|
lineHeightDynamic: 'Line-height-dynamic',
|
|
13539
|
+
lineHeightDynamicMin: 'Line-height-dynamic-min',
|
|
13531
13540
|
defaultBorder: 'Border-1',
|
|
13532
13541
|
iconCirclePadding: 'Padding-4',
|
|
13533
13542
|
transparent: 'transparent'
|
|
@@ -14343,17 +14352,23 @@ var selectTokens = {
|
|
|
14343
14352
|
selectIconMarginLeft: 'Spacing-8',
|
|
14344
14353
|
selectTagMarginY: 'Spacing-2',
|
|
14345
14354
|
selectTagMarginRight: 'Spacing-4',
|
|
14355
|
+
selectTagHeight: 'Line-height-dynamic',
|
|
14356
|
+
selectTagLineHeight: 'Line-height-dynamic',
|
|
14346
14357
|
selectSmallFontSize: 'Font-12',
|
|
14347
14358
|
selectSmallPaddingX: 'Spacing-8',
|
|
14348
14359
|
selectSmallPaddingY: 'Spacing-1',
|
|
14349
14360
|
selectSmallOptionInnerPaddingX: 'Spacing-8',
|
|
14350
14361
|
selectSmallOptionInnerPaddingY: 'Spacing-2',
|
|
14362
|
+
selectSmallTagHeight: 'Size-9',
|
|
14363
|
+
selectSmallTagLineHeight: 'Size-8',
|
|
14351
14364
|
selectLargeFontSize: 'Font-16',
|
|
14352
14365
|
selectLargePaddingX: 'Spacing-12',
|
|
14353
14366
|
selectLargePaddingY: 'Spacing-3',
|
|
14354
14367
|
selectLargeOptionInnerPaddingX: 'Spacing-12',
|
|
14355
14368
|
selectLargeOptionInnerPaddingY: 'Spacing-8',
|
|
14356
14369
|
selectLargePlaceholderMarginY: 'Spacing-4',
|
|
14370
|
+
selectLargeTagHeight: 'Line-height-dynamic',
|
|
14371
|
+
selectLargeTagLineHeight: 'Line-height-dynamic',
|
|
14357
14372
|
selectInnerPaddingX: 'Spacing-8',
|
|
14358
14373
|
selectInnerPaddingY: 'Spacing-5',
|
|
14359
14374
|
selectPlaceholderColor: 'Neutral-text-2',
|
|
@@ -15352,7 +15367,8 @@ var treeSelectTokens = {
|
|
|
15352
15367
|
// This file was generated automatically by a script. Please do not modify it directly.
|
|
15353
15368
|
|
|
15354
15369
|
var uploadTokens = {
|
|
15355
|
-
|
|
15370
|
+
uploadResultPaddingX1: 'Spacing-12',
|
|
15371
|
+
uploadResultPaddingX2: 'Spacing-8',
|
|
15356
15372
|
uploadResultPaddingY: 'Spacing-5',
|
|
15357
15373
|
uploadResultBackgroundColor: 'Neutral-fill-2',
|
|
15358
15374
|
uploadResultGap: 'Spacing-4',
|
|
@@ -17243,6 +17259,7 @@ var useCarouselStyle = styled(carousel_carousel, 'carousel');
|
|
|
17243
17259
|
|
|
17244
17260
|
|
|
17245
17261
|
|
|
17262
|
+
|
|
17246
17263
|
var inputBorderToken = {
|
|
17247
17264
|
lineHeight: src.lineHeightDynamic,
|
|
17248
17265
|
borderRadius: src.inputBorderRadius,
|
|
@@ -17286,6 +17303,12 @@ var inputBorder = input_border('wrapper', inputBorderToken);
|
|
|
17286
17303
|
var wrapper = inputBorder.wrapper,
|
|
17287
17304
|
wrapperDisabled = inputBorder.wrapperDisabled,
|
|
17288
17305
|
resetWrapper = objectWithoutProperties_default()(inputBorder, ["wrapper", "wrapperDisabled"]);
|
|
17306
|
+
var selectTagHeightCssvar = "--select-tag-height";
|
|
17307
|
+
var selectSmallTagHeightCssvar = "--select-small-tag-height";
|
|
17308
|
+
var selectLargeTagHeightCssvar = "--select-large-tag-height";
|
|
17309
|
+
var selectTagHeight = "var(".concat(selectTagHeightCssvar, ")");
|
|
17310
|
+
var selectSmallTagHeight = "var(".concat(selectSmallTagHeightCssvar, ")");
|
|
17311
|
+
var selectLargeTagHeight = "var(".concat(selectLargeTagHeightCssvar, ")");
|
|
17289
17312
|
var cascaderStyle = objectSpread2_default()(objectSpread2_default()({
|
|
17290
17313
|
rootClass: {},
|
|
17291
17314
|
wrapperEmpty: {},
|
|
@@ -17295,95 +17318,99 @@ var cascaderStyle = objectSpread2_default()(objectSpread2_default()({
|
|
|
17295
17318
|
width: '100%',
|
|
17296
17319
|
outline: 'none',
|
|
17297
17320
|
cursor: 'pointer'
|
|
17298
|
-
}, wrapper), {}, {
|
|
17299
|
-
'
|
|
17300
|
-
|
|
17301
|
-
|
|
17302
|
-
|
|
17303
|
-
|
|
17304
|
-
|
|
17305
|
-
|
|
17306
|
-
|
|
17307
|
-
|
|
17308
|
-
|
|
17309
|
-
|
|
17310
|
-
|
|
17311
|
-
lineHeight: src.lineHeightDynamic
|
|
17312
|
-
}
|
|
17313
|
-
},
|
|
17314
|
-
'&$wrapperSmall $tag': {
|
|
17315
|
-
height: 18,
|
|
17316
|
-
marginBottom: 2,
|
|
17317
|
-
'&$tag *': {
|
|
17318
|
-
lineHeight: '18px'
|
|
17319
|
-
}
|
|
17321
|
+
}, wrapper), {}, defineProperty_default()(defineProperty_default()(defineProperty_default()(defineProperty_default()(defineProperty_default()(defineProperty_default()(defineProperty_default()(defineProperty_default()(defineProperty_default()({}, selectTagHeightCssvar, src.selectTagHeight), selectSmallTagHeightCssvar, src.selectSmallTagHeight), selectLargeTagHeightCssvar, src.selectLargeTagHeight), '&$wrapperInnerTitle', {
|
|
17322
|
+
'& $placeholder,$ellipsis,$space,input': {
|
|
17323
|
+
marginTop: 0,
|
|
17324
|
+
marginBottom: 0
|
|
17325
|
+
},
|
|
17326
|
+
'& $tag': {
|
|
17327
|
+
marginTop: 0,
|
|
17328
|
+
paddingTop: 0,
|
|
17329
|
+
paddingBottom: 0,
|
|
17330
|
+
height: selectTagHeight,
|
|
17331
|
+
border: 'none',
|
|
17332
|
+
'& *': {
|
|
17333
|
+
lineHeight: selectTagHeight
|
|
17320
17334
|
}
|
|
17321
17335
|
},
|
|
17322
|
-
'&$wrapperSmall': {
|
|
17323
|
-
|
|
17324
|
-
|
|
17325
|
-
|
|
17326
|
-
|
|
17327
|
-
marginBottom: 1
|
|
17328
|
-
},
|
|
17329
|
-
'& $placeholder,$ellipsis,$space,input': {
|
|
17330
|
-
marginTop: 0,
|
|
17331
|
-
marginBottom: 0
|
|
17332
|
-
},
|
|
17333
|
-
'& $optionInner': {
|
|
17334
|
-
paddingTop: src.cascaderSmallOptionInnerPaddingY,
|
|
17335
|
-
paddingBottom: src.cascaderSmallOptionInnerPaddingY,
|
|
17336
|
-
paddingLeft: src.cascaderSmallOptionInnerPaddingX,
|
|
17337
|
-
// padding: `${token.cascaderSmallOptionInnerPaddingY} ${token.cascaderSmallOptionInnerPaddingX}`,
|
|
17338
|
-
fontSize: src.cascaderSmallFontSize
|
|
17339
|
-
},
|
|
17340
|
-
'& $clearIcon': {
|
|
17341
|
-
right: src.cascaderSmallPaddingX
|
|
17336
|
+
'&$wrapperSmall $tag': {
|
|
17337
|
+
height: selectSmallTagHeight,
|
|
17338
|
+
marginBottom: 2,
|
|
17339
|
+
'&$tag *': {
|
|
17340
|
+
lineHeight: selectSmallTagHeight
|
|
17342
17341
|
}
|
|
17343
17342
|
},
|
|
17344
|
-
'&$wrapperLarge': {
|
|
17345
|
-
|
|
17346
|
-
|
|
17347
|
-
|
|
17348
|
-
|
|
17349
|
-
'& $arrowIcon': {
|
|
17350
|
-
width: src.cascaderLargeFontSize
|
|
17351
|
-
},
|
|
17352
|
-
'& $optionInner': {
|
|
17353
|
-
// padding: `${token.cascaderLargeOptionInnerPaddingY} ${token.cascaderLargeOptionInnerPaddingX}`,
|
|
17354
|
-
paddingTop: src.cascaderLargeOptionInnerPaddingY,
|
|
17355
|
-
paddingBottom: src.cascaderLargeOptionInnerPaddingY,
|
|
17356
|
-
paddingLeft: src.cascaderLargeOptionInnerPaddingX,
|
|
17357
|
-
fontSize: src.cascaderLargeFontSize
|
|
17358
|
-
},
|
|
17359
|
-
'& $clearIcon': {
|
|
17360
|
-
right: src.cascaderLargePaddingX
|
|
17343
|
+
'&$wrapperLarge $tag': {
|
|
17344
|
+
height: selectLargeTagHeight,
|
|
17345
|
+
marginBottom: 2,
|
|
17346
|
+
'&$tag *': {
|
|
17347
|
+
lineHeight: selectLargeTagHeight
|
|
17361
17348
|
}
|
|
17349
|
+
}
|
|
17350
|
+
}), '&$wrapperSmall', {
|
|
17351
|
+
'& $tag': {
|
|
17352
|
+
height: selectSmallTagHeight,
|
|
17353
|
+
lineHeight: '16px',
|
|
17354
|
+
marginTop: 1,
|
|
17355
|
+
marginBottom: 1
|
|
17362
17356
|
},
|
|
17363
|
-
|
|
17364
|
-
|
|
17365
|
-
|
|
17366
|
-
|
|
17367
|
-
|
|
17368
|
-
|
|
17369
|
-
|
|
17370
|
-
|
|
17371
|
-
|
|
17372
|
-
|
|
17373
|
-
|
|
17374
|
-
|
|
17357
|
+
'& $placeholder,$ellipsis,$space,input': {
|
|
17358
|
+
marginTop: 0,
|
|
17359
|
+
marginBottom: 0
|
|
17360
|
+
},
|
|
17361
|
+
'& $optionInner': {
|
|
17362
|
+
paddingTop: src.cascaderSmallOptionInnerPaddingY,
|
|
17363
|
+
paddingBottom: src.cascaderSmallOptionInnerPaddingY,
|
|
17364
|
+
paddingLeft: src.cascaderSmallOptionInnerPaddingX,
|
|
17365
|
+
// padding: `${token.cascaderSmallOptionInnerPaddingY} ${token.cascaderSmallOptionInnerPaddingX}`,
|
|
17366
|
+
fontSize: src.cascaderSmallFontSize
|
|
17367
|
+
},
|
|
17368
|
+
'& $clearIcon': {
|
|
17369
|
+
right: src.cascaderSmallPaddingX
|
|
17370
|
+
}
|
|
17371
|
+
}), '&$wrapperLarge', {
|
|
17372
|
+
'& $tag': {
|
|
17373
|
+
height: selectLargeTagHeight,
|
|
17374
|
+
'& *': {
|
|
17375
|
+
lineHeight: selectLargeTagHeight
|
|
17375
17376
|
}
|
|
17376
|
-
}),
|
|
17377
|
-
'&:has($pickerWrapperShow)': {
|
|
17378
|
-
borderColor: src.cascaderFocusBorderColor
|
|
17379
17377
|
},
|
|
17380
|
-
|
|
17381
|
-
|
|
17382
|
-
|
|
17378
|
+
'& $placeholder,$ellipsis,$space,input': {
|
|
17379
|
+
marginTop: src.cascaderLargePlaceholderMarginY,
|
|
17380
|
+
marginBottom: src.cascaderLargePlaceholderMarginY
|
|
17381
|
+
},
|
|
17382
|
+
'& $arrowIcon': {
|
|
17383
|
+
width: src.cascaderLargeFontSize
|
|
17384
|
+
},
|
|
17385
|
+
'& $optionInner': {
|
|
17386
|
+
// padding: `${token.cascaderLargeOptionInnerPaddingY} ${token.cascaderLargeOptionInnerPaddingX}`,
|
|
17387
|
+
paddingTop: src.cascaderLargeOptionInnerPaddingY,
|
|
17388
|
+
paddingBottom: src.cascaderLargeOptionInnerPaddingY,
|
|
17389
|
+
paddingLeft: src.cascaderLargeOptionInnerPaddingX,
|
|
17390
|
+
fontSize: src.cascaderLargeFontSize
|
|
17391
|
+
},
|
|
17392
|
+
'& $clearIcon': {
|
|
17393
|
+
right: src.cascaderLargePaddingX
|
|
17394
|
+
}
|
|
17395
|
+
}), '&:hover', objectSpread2_default()(objectSpread2_default()({}, wrapper['&:hover']), {}, {
|
|
17396
|
+
'& $clearIcon': {
|
|
17397
|
+
display: 'inline-block'
|
|
17398
|
+
},
|
|
17399
|
+
'&$clearable:not($wrapperEmpty)': {
|
|
17400
|
+
'& :not($compressedIcon)$arrowIcon': {
|
|
17401
|
+
display: 'none'
|
|
17402
|
+
},
|
|
17403
|
+
'& $compressedIcon': {
|
|
17383
17404
|
display: 'none'
|
|
17384
17405
|
}
|
|
17385
17406
|
}
|
|
17386
|
-
}),
|
|
17407
|
+
})), '&:has($pickerWrapperShow)', {
|
|
17408
|
+
borderColor: src.cascaderFocusBorderColor
|
|
17409
|
+
}), '&:not($wrapperFocus)', {
|
|
17410
|
+
'& $clearIcon': {
|
|
17411
|
+
display: 'none'
|
|
17412
|
+
}
|
|
17413
|
+
})),
|
|
17387
17414
|
virtual: {
|
|
17388
17415
|
'& $filterList': {
|
|
17389
17416
|
overflow: 'hidden'
|
|
@@ -23097,6 +23124,7 @@ var useRateStyle = styled(rate_rate, 'rate');
|
|
|
23097
23124
|
|
|
23098
23125
|
|
|
23099
23126
|
|
|
23127
|
+
|
|
23100
23128
|
var select_inputBorderToken = {
|
|
23101
23129
|
lineHeight: src.lineHeightDynamic,
|
|
23102
23130
|
borderRadius: src.inputBorderRadius,
|
|
@@ -23140,6 +23168,12 @@ var select_inputBorder = input_border('wrapper', select_inputBorderToken);
|
|
|
23140
23168
|
var select_wrapper = select_inputBorder.wrapper,
|
|
23141
23169
|
select_wrapperDisabled = select_inputBorder.wrapperDisabled,
|
|
23142
23170
|
select_resetWrapper = objectWithoutProperties_default()(select_inputBorder, ["wrapper", "wrapperDisabled"]);
|
|
23171
|
+
var select_selectTagHeightCssvar = "--select-tag-height";
|
|
23172
|
+
var select_selectSmallTagHeightCssvar = "--select-small-tag-height";
|
|
23173
|
+
var select_selectLargeTagHeightCssvar = "--select-large-tag-height";
|
|
23174
|
+
var select_selectTagHeight = "var(".concat(select_selectTagHeightCssvar, ")");
|
|
23175
|
+
var select_selectSmallTagHeight = "var(".concat(select_selectSmallTagHeightCssvar, ")");
|
|
23176
|
+
var select_selectLargeTagHeight = "var(".concat(select_selectLargeTagHeightCssvar, ")");
|
|
23143
23177
|
var selectStyle = objectSpread2_default()(objectSpread2_default()({
|
|
23144
23178
|
rootClass: {},
|
|
23145
23179
|
wrapper: objectSpread2_default()(objectSpread2_default()({
|
|
@@ -23148,68 +23182,75 @@ var selectStyle = objectSpread2_default()(objectSpread2_default()({
|
|
|
23148
23182
|
width: '100%',
|
|
23149
23183
|
outline: 'none',
|
|
23150
23184
|
cursor: 'pointer'
|
|
23151
|
-
}, select_wrapper), {}, {
|
|
23152
|
-
'
|
|
23153
|
-
|
|
23154
|
-
|
|
23155
|
-
|
|
23156
|
-
|
|
23157
|
-
|
|
23158
|
-
|
|
23159
|
-
|
|
23160
|
-
|
|
23161
|
-
|
|
23162
|
-
|
|
23163
|
-
|
|
23164
|
-
lineHeight: src.lineHeightDynamic
|
|
23165
|
-
}
|
|
23166
|
-
},
|
|
23167
|
-
'&$wrapperSmall $tag': {
|
|
23168
|
-
height: 18,
|
|
23169
|
-
marginBottom: 2,
|
|
23170
|
-
'&$tag *': {
|
|
23171
|
-
lineHeight: '18px'
|
|
23172
|
-
}
|
|
23185
|
+
}, select_wrapper), {}, defineProperty_default()(defineProperty_default()(defineProperty_default()(defineProperty_default()(defineProperty_default()(defineProperty_default()(defineProperty_default()(defineProperty_default()({}, select_selectTagHeightCssvar, src.selectTagHeight), select_selectSmallTagHeightCssvar, src.selectSmallTagHeight), select_selectLargeTagHeightCssvar, src.selectLargeTagHeight), '&$wrapperInnerTitle', {
|
|
23186
|
+
'& $placeholder,$ellipsis,$space,input': {
|
|
23187
|
+
marginTop: 0,
|
|
23188
|
+
marginBottom: 0
|
|
23189
|
+
},
|
|
23190
|
+
'& $tag': {
|
|
23191
|
+
marginTop: 0,
|
|
23192
|
+
paddingTop: 0,
|
|
23193
|
+
paddingBottom: 0,
|
|
23194
|
+
height: select_selectTagHeight,
|
|
23195
|
+
border: 'none',
|
|
23196
|
+
'& *': {
|
|
23197
|
+
lineHeight: select_selectTagHeight
|
|
23173
23198
|
}
|
|
23174
23199
|
},
|
|
23175
|
-
'&$wrapperSmall': {
|
|
23176
|
-
|
|
23177
|
-
|
|
23178
|
-
|
|
23179
|
-
|
|
23180
|
-
marginBottom: 1
|
|
23181
|
-
},
|
|
23182
|
-
'& $placeholder,$ellipsis,$space,input': {
|
|
23183
|
-
marginTop: 0,
|
|
23184
|
-
marginBottom: 0
|
|
23200
|
+
'&$wrapperSmall $tag': {
|
|
23201
|
+
height: select_selectSmallTagHeight,
|
|
23202
|
+
marginBottom: 2,
|
|
23203
|
+
'&$tag *': {
|
|
23204
|
+
lineHeight: select_selectSmallTagHeight
|
|
23185
23205
|
}
|
|
23186
23206
|
},
|
|
23187
|
-
'&$wrapperLarge': {
|
|
23188
|
-
|
|
23189
|
-
|
|
23190
|
-
|
|
23191
|
-
|
|
23192
|
-
'& $arrowIcon': {
|
|
23193
|
-
width: src.selectLargeFontSize
|
|
23207
|
+
'&$wrapperLarge $tag': {
|
|
23208
|
+
height: select_selectLargeTagHeight,
|
|
23209
|
+
marginBottom: 2,
|
|
23210
|
+
'&$tag *': {
|
|
23211
|
+
lineHeight: select_selectLargeTagHeight
|
|
23194
23212
|
}
|
|
23213
|
+
}
|
|
23214
|
+
}), '&$wrapperSmall', {
|
|
23215
|
+
'& $tag': {
|
|
23216
|
+
height: select_selectSmallTagHeight,
|
|
23217
|
+
lineHeight: '16px',
|
|
23218
|
+
marginTop: 1,
|
|
23219
|
+
marginBottom: 1
|
|
23195
23220
|
},
|
|
23196
|
-
'
|
|
23197
|
-
|
|
23198
|
-
|
|
23199
|
-
|
|
23200
|
-
|
|
23201
|
-
|
|
23202
|
-
|
|
23203
|
-
|
|
23204
|
-
|
|
23221
|
+
'& $placeholder,$ellipsis,$space,input': {
|
|
23222
|
+
marginTop: 0,
|
|
23223
|
+
marginBottom: 0
|
|
23224
|
+
}
|
|
23225
|
+
}), '&$wrapperLarge', {
|
|
23226
|
+
'& $tag': {
|
|
23227
|
+
height: select_selectLargeTagHeight,
|
|
23228
|
+
'& *': {
|
|
23229
|
+
lineHeight: select_selectLargeTagHeight
|
|
23205
23230
|
}
|
|
23206
|
-
}
|
|
23207
|
-
'
|
|
23231
|
+
},
|
|
23232
|
+
'& $placeholder,$ellipsis,$space,input': {
|
|
23233
|
+
marginTop: src.selectLargePlaceholderMarginY,
|
|
23234
|
+
marginBottom: src.selectLargePlaceholderMarginY
|
|
23235
|
+
},
|
|
23236
|
+
'& $arrowIcon': {
|
|
23237
|
+
width: src.selectLargeFontSize
|
|
23238
|
+
}
|
|
23239
|
+
}), '&:hover', objectSpread2_default()(objectSpread2_default()({}, select_wrapper['&:hover']), {}, {
|
|
23240
|
+
cursor: 'pointer',
|
|
23241
|
+
'&$clearable:not($wrapperEmpty):not($wrapperDisabled)': {
|
|
23208
23242
|
'& $clearIcon': {
|
|
23243
|
+
display: 'block'
|
|
23244
|
+
},
|
|
23245
|
+
'& $arrowIcon': {
|
|
23209
23246
|
display: 'none'
|
|
23210
23247
|
}
|
|
23211
23248
|
}
|
|
23212
|
-
}),
|
|
23249
|
+
})), '&:not($wrapperEmpty):not($wrapperOpen)', {
|
|
23250
|
+
'& $clearIcon': {
|
|
23251
|
+
display: 'none'
|
|
23252
|
+
}
|
|
23253
|
+
})),
|
|
23213
23254
|
wrapperEmpty: {},
|
|
23214
23255
|
wrapperOpen: {},
|
|
23215
23256
|
wrapperDisabled: objectSpread2_default()(objectSpread2_default()({}, select_wrapperDisabled), {}, {
|
|
@@ -27493,7 +27534,8 @@ var TagStyle = {
|
|
|
27493
27534
|
alignItems: 'center',
|
|
27494
27535
|
display: 'inline-flex',
|
|
27495
27536
|
cursor: 'pointer',
|
|
27496
|
-
height: src.lineHeightDynamic
|
|
27537
|
+
height: src.lineHeightDynamic,
|
|
27538
|
+
maxHeight: '100%'
|
|
27497
27539
|
},
|
|
27498
27540
|
closeIconWrapper: {
|
|
27499
27541
|
display: 'inline-flex',
|
|
@@ -28661,6 +28703,12 @@ var tree_select_inputBorder = input_border('wrapper', tree_select_inputBorderTok
|
|
|
28661
28703
|
var tree_select_wrapper = tree_select_inputBorder.wrapper,
|
|
28662
28704
|
tree_select_wrapperDisabled = tree_select_inputBorder.wrapperDisabled,
|
|
28663
28705
|
tree_select_resetWrapper = objectWithoutProperties_default()(tree_select_inputBorder, ["wrapper", "wrapperDisabled"]);
|
|
28706
|
+
var tree_select_selectTagHeightCssvar = "--select-tag-height";
|
|
28707
|
+
var tree_select_selectSmallTagHeightCssvar = "--select-small-tag-height";
|
|
28708
|
+
var tree_select_selectLargeTagHeightCssvar = "--select-large-tag-height";
|
|
28709
|
+
var tree_select_selectTagHeight = "var(".concat(tree_select_selectTagHeightCssvar, ")");
|
|
28710
|
+
var tree_select_selectSmallTagHeight = "var(".concat(tree_select_selectSmallTagHeightCssvar, ")");
|
|
28711
|
+
var tree_select_selectLargeTagHeight = "var(".concat(tree_select_selectLargeTagHeightCssvar, ")");
|
|
28664
28712
|
var treeSelectStyle = objectSpread2_default()(objectSpread2_default()({
|
|
28665
28713
|
rootClass: {},
|
|
28666
28714
|
wrapper: objectSpread2_default()(objectSpread2_default()({
|
|
@@ -28669,88 +28717,95 @@ var treeSelectStyle = objectSpread2_default()(objectSpread2_default()({
|
|
|
28669
28717
|
width: '100%',
|
|
28670
28718
|
outline: 'none',
|
|
28671
28719
|
cursor: 'pointer'
|
|
28672
|
-
}, tree_select_wrapper), {}, {
|
|
28673
|
-
'
|
|
28674
|
-
|
|
28675
|
-
|
|
28676
|
-
|
|
28677
|
-
|
|
28678
|
-
|
|
28679
|
-
|
|
28680
|
-
|
|
28681
|
-
|
|
28682
|
-
|
|
28683
|
-
|
|
28684
|
-
|
|
28685
|
-
lineHeight: src.lineHeightDynamic
|
|
28686
|
-
}
|
|
28687
|
-
},
|
|
28688
|
-
'&$wrapperSmall $tag': {
|
|
28689
|
-
height: 18,
|
|
28690
|
-
marginBottom: 2,
|
|
28691
|
-
'&$tag *': {
|
|
28692
|
-
lineHeight: '18px'
|
|
28693
|
-
}
|
|
28720
|
+
}, tree_select_wrapper), {}, defineProperty_default()(defineProperty_default()(defineProperty_default()(defineProperty_default()(defineProperty_default()(defineProperty_default()(defineProperty_default()(defineProperty_default()({}, tree_select_selectTagHeightCssvar, src.selectTagHeight), tree_select_selectSmallTagHeightCssvar, src.selectSmallTagHeight), tree_select_selectLargeTagHeightCssvar, src.selectLargeTagHeight), '&$wrapperInnerTitle', {
|
|
28721
|
+
'& $placeholder,$ellipsis,$space,input': {
|
|
28722
|
+
marginTop: 0,
|
|
28723
|
+
marginBottom: 0
|
|
28724
|
+
},
|
|
28725
|
+
'& $tag': {
|
|
28726
|
+
marginTop: 0,
|
|
28727
|
+
paddingTop: 0,
|
|
28728
|
+
paddingBottom: 0,
|
|
28729
|
+
height: tree_select_selectTagHeight,
|
|
28730
|
+
border: 'none',
|
|
28731
|
+
'& *': {
|
|
28732
|
+
lineHeight: tree_select_selectTagHeight
|
|
28694
28733
|
}
|
|
28695
28734
|
},
|
|
28696
|
-
'&$wrapperSmall': {
|
|
28697
|
-
|
|
28698
|
-
|
|
28699
|
-
|
|
28700
|
-
|
|
28701
|
-
marginBottom: 1
|
|
28702
|
-
},
|
|
28703
|
-
'& $placeholder,$ellipsis,$space,input': {
|
|
28704
|
-
marginTop: 0,
|
|
28705
|
-
marginBottom: 0
|
|
28706
|
-
},
|
|
28707
|
-
'& $optionInner': {
|
|
28708
|
-
paddingTop: src.treeSelectSmallOptionInnerPaddingY,
|
|
28709
|
-
paddingBottom: src.treeSelectSmallOptionInnerPaddingY,
|
|
28710
|
-
paddingLeft: src.treeSelectSmallOptionInnerPaddingX,
|
|
28711
|
-
// padding: `${token.treeSelectSmallOptionInnerPaddingY} ${token.treeSelectSmallOptionInnerPaddingX}`,
|
|
28712
|
-
fontSize: src.treeSelectSmallFontSize
|
|
28713
|
-
},
|
|
28714
|
-
'& $clearIcon': {
|
|
28715
|
-
right: src.treeSelectSmallPaddingX
|
|
28735
|
+
'&$wrapperSmall $tag': {
|
|
28736
|
+
height: tree_select_selectSmallTagHeight,
|
|
28737
|
+
marginBottom: 2,
|
|
28738
|
+
'&$tag *': {
|
|
28739
|
+
lineHeight: tree_select_selectSmallTagHeight
|
|
28716
28740
|
}
|
|
28717
28741
|
},
|
|
28718
|
-
'&$wrapperLarge': {
|
|
28719
|
-
|
|
28720
|
-
|
|
28721
|
-
|
|
28722
|
-
|
|
28723
|
-
'& $optionInner': {
|
|
28724
|
-
// padding: `${token.treeSelectLargeOptionInnerPaddingY} ${token.treeSelectLargeOptionInnerPaddingX}`,
|
|
28725
|
-
paddingTop: src.treeSelectLargeOptionInnerPaddingY,
|
|
28726
|
-
paddingBottom: src.treeSelectLargeOptionInnerPaddingY,
|
|
28727
|
-
paddingLeft: src.treeSelectLargeOptionInnerPaddingX,
|
|
28728
|
-
fontSize: src.treeSelectLargeFontSize
|
|
28729
|
-
},
|
|
28730
|
-
'& $arrowIcon': {
|
|
28731
|
-
width: src.treeSelectLargeFontSize
|
|
28732
|
-
},
|
|
28733
|
-
'& $clearIcon': {
|
|
28734
|
-
right: src.treeSelectLargePaddingX
|
|
28742
|
+
'&$wrapperLarge $tag': {
|
|
28743
|
+
height: tree_select_selectLargeTagHeight,
|
|
28744
|
+
marginBottom: 2,
|
|
28745
|
+
'&$tag *': {
|
|
28746
|
+
lineHeight: tree_select_selectLargeTagHeight
|
|
28735
28747
|
}
|
|
28748
|
+
}
|
|
28749
|
+
}), '&$wrapperSmall', {
|
|
28750
|
+
'& $tag': {
|
|
28751
|
+
height: tree_select_selectSmallTagHeight,
|
|
28752
|
+
lineHeight: '16px',
|
|
28753
|
+
marginTop: 1,
|
|
28754
|
+
marginBottom: 1
|
|
28736
28755
|
},
|
|
28737
|
-
'
|
|
28738
|
-
|
|
28739
|
-
|
|
28740
|
-
|
|
28741
|
-
|
|
28742
|
-
|
|
28743
|
-
|
|
28744
|
-
|
|
28745
|
-
|
|
28756
|
+
'& $placeholder,$ellipsis,$space,input': {
|
|
28757
|
+
marginTop: 0,
|
|
28758
|
+
marginBottom: 0
|
|
28759
|
+
},
|
|
28760
|
+
'& $optionInner': {
|
|
28761
|
+
paddingTop: src.treeSelectSmallOptionInnerPaddingY,
|
|
28762
|
+
paddingBottom: src.treeSelectSmallOptionInnerPaddingY,
|
|
28763
|
+
paddingLeft: src.treeSelectSmallOptionInnerPaddingX,
|
|
28764
|
+
// padding: `${token.treeSelectSmallOptionInnerPaddingY} ${token.treeSelectSmallOptionInnerPaddingX}`,
|
|
28765
|
+
fontSize: src.treeSelectSmallFontSize
|
|
28766
|
+
},
|
|
28767
|
+
'& $clearIcon': {
|
|
28768
|
+
right: src.treeSelectSmallPaddingX
|
|
28769
|
+
}
|
|
28770
|
+
}), '&$wrapperLarge', {
|
|
28771
|
+
'& $tag': {
|
|
28772
|
+
height: tree_select_selectLargeTagHeight,
|
|
28773
|
+
'& *': {
|
|
28774
|
+
lineHeight: tree_select_selectLargeTagHeight
|
|
28746
28775
|
}
|
|
28747
28776
|
},
|
|
28748
|
-
'
|
|
28777
|
+
'& $placeholder,$ellipsis,$space,input': {
|
|
28778
|
+
marginTop: src.treeSelectLargePlaceholderMarginY,
|
|
28779
|
+
marginBottom: src.treeSelectLargePlaceholderMarginY
|
|
28780
|
+
},
|
|
28781
|
+
'& $optionInner': {
|
|
28782
|
+
// padding: `${token.treeSelectLargeOptionInnerPaddingY} ${token.treeSelectLargeOptionInnerPaddingX}`,
|
|
28783
|
+
paddingTop: src.treeSelectLargeOptionInnerPaddingY,
|
|
28784
|
+
paddingBottom: src.treeSelectLargeOptionInnerPaddingY,
|
|
28785
|
+
paddingLeft: src.treeSelectLargeOptionInnerPaddingX,
|
|
28786
|
+
fontSize: src.treeSelectLargeFontSize
|
|
28787
|
+
},
|
|
28788
|
+
'& $arrowIcon': {
|
|
28789
|
+
width: src.treeSelectLargeFontSize
|
|
28790
|
+
},
|
|
28791
|
+
'& $clearIcon': {
|
|
28792
|
+
right: src.treeSelectLargePaddingX
|
|
28793
|
+
}
|
|
28794
|
+
}), '&:hover', {
|
|
28795
|
+
cursor: 'pointer',
|
|
28796
|
+
'&$clearable:not($wrapperEmpty)': {
|
|
28749
28797
|
'& $clearIcon': {
|
|
28798
|
+
display: 'block'
|
|
28799
|
+
},
|
|
28800
|
+
'& $arrowIcon': {
|
|
28750
28801
|
display: 'none'
|
|
28751
28802
|
}
|
|
28752
28803
|
}
|
|
28753
|
-
}),
|
|
28804
|
+
}), '&:not($wrapperEmpty):not($wrapperOpen)', {
|
|
28805
|
+
'& $clearIcon': {
|
|
28806
|
+
display: 'none'
|
|
28807
|
+
}
|
|
28808
|
+
})),
|
|
28754
28809
|
treeWrapper: defineProperty_default()(defineProperty_default()(defineProperty_default()(defineProperty_default()(defineProperty_default()(defineProperty_default()(defineProperty_default()({}, getTokenName('treeFontColor'), src.treeSelectOptionFontColor), getTokenName('treeContentHoverFontColor'), src.treeSelectContentHoverFontColor), getTokenName('treeContentHoverBackgroundColor'), src.treeSelectContentHoverBackgroundColor), getTokenName('treeContentActiveBackgroundColor'), src.treeSelectContentActiveBackgroundColor), getTokenName('treeContentActiveFontColor'), src.treeSelectContentActiveFontColor), getTokenName('treeContentDisabledFontColor'), src.treeSelectContentDisabledFontColor), getTokenName('treeContentDisabledBackgroundColor'), src.treeSelectContentDisabledBackgroundColor),
|
|
28755
28810
|
wrapperEmpty: {},
|
|
28756
28811
|
wrapperOpen: {},
|
|
@@ -29086,6 +29141,9 @@ var treeSelectStyle = objectSpread2_default()(objectSpread2_default()({
|
|
|
29086
29141
|
color: src.treeSelectOptionDisabledColor,
|
|
29087
29142
|
backgroundColor: src.treeSelectOptionDisabledBackgroundColor
|
|
29088
29143
|
},
|
|
29144
|
+
'&&:not([data-active="true"]) > [data-role="text"]': {
|
|
29145
|
+
backgroundColor: src.treeSelectContentDisabledBackgroundColor
|
|
29146
|
+
},
|
|
29089
29147
|
'&&:not([data-active="true"]) > [data-role="text"]:hover': {
|
|
29090
29148
|
backgroundColor: src.treeSelectContentDisabledHoverBackgroundColor
|
|
29091
29149
|
}
|
|
@@ -29249,7 +29307,7 @@ var uploadStyle = {
|
|
|
29249
29307
|
display: 'flex',
|
|
29250
29308
|
gap: '8px',
|
|
29251
29309
|
borderRadius: src.uploadResultBorderRadius,
|
|
29252
|
-
padding: "".concat(src.uploadResultPaddingY, " ").concat(src.
|
|
29310
|
+
padding: "".concat(src.uploadResultPaddingY, " ").concat(src.uploadResultPaddingX2, " ").concat(src.uploadResultPaddingY, " ").concat(src.uploadResultPaddingX1),
|
|
29253
29311
|
'&:hover': {
|
|
29254
29312
|
backgroundColor: src.uploadResultBackgroundColor
|
|
29255
29313
|
},
|
|
@@ -29281,11 +29339,6 @@ var uploadStyle = {
|
|
|
29281
29339
|
resultSuccess: {},
|
|
29282
29340
|
resultUploading: {},
|
|
29283
29341
|
resultDeleted: {},
|
|
29284
|
-
resultStatusIcon: {
|
|
29285
|
-
'$resultSuccess &': {
|
|
29286
|
-
color: src.uploadResultSuccessIconColor
|
|
29287
|
-
}
|
|
29288
|
-
},
|
|
29289
29342
|
resultTextFooter: {
|
|
29290
29343
|
display: 'flex',
|
|
29291
29344
|
gap: src.uploadResultGap,
|
|
@@ -29299,7 +29352,7 @@ var uploadStyle = {
|
|
|
29299
29352
|
gap: src.uploadResultGap,
|
|
29300
29353
|
fontSize: src.uploadResultFontSize,
|
|
29301
29354
|
color: src.uploadResultFontColor,
|
|
29302
|
-
lineHeight: src.
|
|
29355
|
+
lineHeight: src.lineHeightDynamicMin,
|
|
29303
29356
|
'$resultError &': {
|
|
29304
29357
|
color: src.uploadResultErrorFontColor
|
|
29305
29358
|
},
|
|
@@ -29314,12 +29367,27 @@ var uploadStyle = {
|
|
|
29314
29367
|
},
|
|
29315
29368
|
resultClose: {
|
|
29316
29369
|
cursor: 'pointer',
|
|
29317
|
-
'
|
|
29318
|
-
|
|
29319
|
-
|
|
29320
|
-
|
|
29370
|
+
boxSizing: 'content-box',
|
|
29371
|
+
padding: '0 4px',
|
|
29372
|
+
height: src.lineHeightDynamic,
|
|
29373
|
+
'&$icon:not($resultErrorClose)': {
|
|
29374
|
+
display: 'none',
|
|
29375
|
+
'$result:hover &': {
|
|
29376
|
+
display: 'flex'
|
|
29377
|
+
}
|
|
29378
|
+
}
|
|
29379
|
+
},
|
|
29380
|
+
resultErrorClose: {
|
|
29381
|
+
color: src.uploadResultErrorFontColor,
|
|
29382
|
+
'&$iconHover:hover': {
|
|
29383
|
+
color: src.uploadResultErrorFontColor
|
|
29321
29384
|
}
|
|
29322
29385
|
},
|
|
29386
|
+
resultProgressText: {
|
|
29387
|
+
width: '2em',
|
|
29388
|
+
textAlign: 'right',
|
|
29389
|
+
whiteSpace: 'nowrap'
|
|
29390
|
+
},
|
|
29323
29391
|
imageHandler: {
|
|
29324
29392
|
boxSizing: 'border-box',
|
|
29325
29393
|
display: 'inline-flex',
|
|
@@ -48188,7 +48256,11 @@ var Modal = function Modal(props) {
|
|
|
48188
48256
|
isMask: false,
|
|
48189
48257
|
mouseDownTarget: null,
|
|
48190
48258
|
mouseUpTarget: null,
|
|
48191
|
-
content: null
|
|
48259
|
+
content: null,
|
|
48260
|
+
originDocumentStyle: {
|
|
48261
|
+
overflow: '',
|
|
48262
|
+
paddingRight: ''
|
|
48263
|
+
}
|
|
48192
48264
|
}),
|
|
48193
48265
|
context = _useRef.current;
|
|
48194
48266
|
var _useState3 = (0,external_root_React_commonjs2_react_commonjs_react_amd_react_.useState)(props.visible || props.autoShow),
|
|
@@ -48288,18 +48360,33 @@ var Modal = function Modal(props) {
|
|
|
48288
48360
|
setAnimation(true);
|
|
48289
48361
|
}
|
|
48290
48362
|
}, [props.visible]);
|
|
48363
|
+
|
|
48364
|
+
// 设置 document.body.style.overflow 和 document.body.style.paddingRight,并记录原始值到 context 中
|
|
48365
|
+
var setDocumentOverflow = usePersistFn(function () {
|
|
48366
|
+
var doc = document.body.parentNode;
|
|
48367
|
+
if (context.isMask) {
|
|
48368
|
+
context.originDocumentStyle.overflow = doc.style.overflow;
|
|
48369
|
+
context.originDocumentStyle.paddingRight = doc.style.paddingRight;
|
|
48370
|
+
}
|
|
48371
|
+
doc.style.overflow = 'hidden';
|
|
48372
|
+
if (!doc.style.paddingRight) {
|
|
48373
|
+
doc.style.paddingRight = "".concat(window.innerWidth - docSize.width, "px");
|
|
48374
|
+
}
|
|
48375
|
+
});
|
|
48376
|
+
|
|
48377
|
+
// 还原 document.body.style.overflow 和 document.body.style.paddingRight
|
|
48378
|
+
var resetDocumentOverflow = usePersistFn(function () {
|
|
48379
|
+
var doc = document.body.parentNode;
|
|
48380
|
+
doc.style.overflow = context.originDocumentStyle.overflow;
|
|
48381
|
+
doc.style.paddingRight = context.originDocumentStyle.paddingRight;
|
|
48382
|
+
});
|
|
48291
48383
|
(0,external_root_React_commonjs2_react_commonjs_react_amd_react_.useEffect)(function () {
|
|
48292
48384
|
if (!props.hideMask) {
|
|
48293
|
-
var doc = document.body.parentNode;
|
|
48294
48385
|
if (visible) {
|
|
48295
|
-
|
|
48296
|
-
if (!doc.style.paddingRight) {
|
|
48297
|
-
doc.style.paddingRight = "".concat(window.innerWidth - docSize.width, "px");
|
|
48298
|
-
}
|
|
48386
|
+
setDocumentOverflow();
|
|
48299
48387
|
} else {
|
|
48300
48388
|
if (!context.isMask) return;
|
|
48301
|
-
|
|
48302
|
-
doc.style.overflow = '';
|
|
48389
|
+
resetDocumentOverflow();
|
|
48303
48390
|
}
|
|
48304
48391
|
}
|
|
48305
48392
|
}, [visible]);
|
|
@@ -48313,20 +48400,15 @@ var Modal = function Modal(props) {
|
|
|
48313
48400
|
// unmount
|
|
48314
48401
|
return function () {
|
|
48315
48402
|
var _props$shouldDestroy2;
|
|
48403
|
+
if (context.isMask) {
|
|
48404
|
+
resetDocumentOverflow();
|
|
48405
|
+
}
|
|
48406
|
+
;
|
|
48316
48407
|
(_props$shouldDestroy2 = props.shouldDestroy) === null || _props$shouldDestroy2 === void 0 || _props$shouldDestroy2.call(props, true);
|
|
48317
|
-
// if (props.autoShow) {
|
|
48318
|
-
// props.onClose?.();
|
|
48319
|
-
// }
|
|
48320
48408
|
if (context.isMask) {
|
|
48321
48409
|
context.isMask = false;
|
|
48322
48410
|
hasMask = false;
|
|
48323
48411
|
}
|
|
48324
|
-
{
|
|
48325
|
-
if (!context.isMask) return;
|
|
48326
|
-
var doc = document.body.parentNode;
|
|
48327
|
-
doc.style.paddingRight = '';
|
|
48328
|
-
doc.style.overflow = '';
|
|
48329
|
-
}
|
|
48330
48412
|
};
|
|
48331
48413
|
}, []);
|
|
48332
48414
|
(0,external_root_React_commonjs2_react_commonjs_react_amd_react_.useEffect)(function () {
|
|
@@ -68368,22 +68450,15 @@ var upload_result_Result = function Result(props) {
|
|
|
68368
68450
|
children: [name, message && /*#__PURE__*/(0,jsx_runtime.jsxs)("span", {
|
|
68369
68451
|
children: ["(", message, ") "]
|
|
68370
68452
|
})]
|
|
68371
|
-
}), /*#__PURE__*/(0,jsx_runtime.
|
|
68453
|
+
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
|
68372
68454
|
className: uploadClasses === null || uploadClasses === void 0 ? void 0 : uploadClasses.resultTextFooter,
|
|
68373
|
-
children:
|
|
68374
|
-
className:
|
|
68375
|
-
children: [status === 1 && /*#__PURE__*/(0,jsx_runtime.jsx)(src_spin_spin, {
|
|
68376
|
-
jssStyle: props.jssStyle,
|
|
68377
|
-
size: 10,
|
|
68378
|
-
name: 'ring',
|
|
68379
|
-
ignoreConfig: true
|
|
68380
|
-
}), status === 2 && icons_config.upload.Success, status === 3 && icons_config.upload.Warning]
|
|
68381
|
-
}), status === 1 && props.process !== -1 && /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
|
68455
|
+
children: status === 1 && props.process !== -1 && /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
|
68456
|
+
className: uploadClasses === null || uploadClasses === void 0 ? void 0 : uploadClasses.resultProgressText,
|
|
68382
68457
|
children: [Math.min(99, Math.floor(props.process || 0)), "%"]
|
|
68383
|
-
})
|
|
68458
|
+
})
|
|
68384
68459
|
})]
|
|
68385
68460
|
}), props.removeAble && /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
|
68386
|
-
className: classnames_default()(uploadClasses === null || uploadClasses === void 0 ? void 0 : uploadClasses.resultClose, uploadClasses === null || uploadClasses === void 0 ? void 0 : uploadClasses.icon, uploadClasses === null || uploadClasses === void 0 ? void 0 : uploadClasses.iconHover),
|
|
68461
|
+
className: classnames_default()(uploadClasses === null || uploadClasses === void 0 ? void 0 : uploadClasses.resultClose, uploadClasses === null || uploadClasses === void 0 ? void 0 : uploadClasses.icon, uploadClasses === null || uploadClasses === void 0 ? void 0 : uploadClasses.iconHover, status === 3 && (uploadClasses === null || uploadClasses === void 0 ? void 0 : uploadClasses.resultErrorClose)),
|
|
68387
68462
|
onClick: confirmProps ? undefined : props.onRemove,
|
|
68388
68463
|
children: [confirmProps && /*#__PURE__*/(0,jsx_runtime.jsx)(popover_confirm, objectSpread2_default()(objectSpread2_default()({
|
|
68389
68464
|
position: "top"
|
|
@@ -71354,7 +71429,7 @@ var upload_interface = __webpack_require__(8821);
|
|
|
71354
71429
|
|
|
71355
71430
|
|
|
71356
71431
|
/* harmony default export */ var src_0 = ({
|
|
71357
|
-
version: '3.7.2-beta.
|
|
71432
|
+
version: '3.7.2-beta.3'
|
|
71358
71433
|
});
|
|
71359
71434
|
}();
|
|
71360
71435
|
/******/ return __webpack_exports__;
|