shineout 3.9.13-beta.9 → 3.9.13
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 +206 -209
- 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
|
@@ -3236,6 +3236,20 @@ const figma = [
|
|
|
3236
3236
|
token: 'Brand-9',
|
|
3237
3237
|
locked: true,
|
|
3238
3238
|
},
|
|
3239
|
+
{
|
|
3240
|
+
name: 'backgroundLayout',
|
|
3241
|
+
value: '#F4F5F8',
|
|
3242
|
+
describe: '布局背景色',
|
|
3243
|
+
token: 'Background-layout',
|
|
3244
|
+
locked: false,
|
|
3245
|
+
},
|
|
3246
|
+
{
|
|
3247
|
+
name: 'backgroundPopup',
|
|
3248
|
+
value: '#FFFFFF',
|
|
3249
|
+
describe: '浮层容器背景色',
|
|
3250
|
+
token: 'Background-popup',
|
|
3251
|
+
locked: false,
|
|
3252
|
+
},
|
|
3239
3253
|
{
|
|
3240
3254
|
name: '青色-1',
|
|
3241
3255
|
value: '#e8fffb',
|
|
@@ -4419,55 +4433,7 @@ const figma = [
|
|
|
4419
4433
|
token: 'Margin-32',
|
|
4420
4434
|
locked: true,
|
|
4421
4435
|
},
|
|
4422
|
-
|
|
4423
|
-
name: '0/radius',
|
|
4424
|
-
value: '0px',
|
|
4425
|
-
describe: '直角',
|
|
4426
|
-
token: 'Radius-0',
|
|
4427
|
-
locked: true,
|
|
4428
|
-
},
|
|
4429
|
-
{
|
|
4430
|
-
name: '2/radius',
|
|
4431
|
-
value: '2px',
|
|
4432
|
-
describe: '2 圆角',
|
|
4433
|
-
token: 'Radius-2',
|
|
4434
|
-
locked: true,
|
|
4435
|
-
},
|
|
4436
|
-
{
|
|
4437
|
-
name: '3/radius',
|
|
4438
|
-
value: '3px',
|
|
4439
|
-
describe: '3 圆角',
|
|
4440
|
-
token: 'Radius-3',
|
|
4441
|
-
locked: true,
|
|
4442
|
-
},
|
|
4443
|
-
{
|
|
4444
|
-
name: '4/radius',
|
|
4445
|
-
value: '4px',
|
|
4446
|
-
describe: '4 圆角',
|
|
4447
|
-
token: 'Radius-4',
|
|
4448
|
-
locked: true,
|
|
4449
|
-
},
|
|
4450
|
-
{
|
|
4451
|
-
name: '8/radius',
|
|
4452
|
-
value: '8px',
|
|
4453
|
-
describe: '8 圆角',
|
|
4454
|
-
token: 'Radius-8',
|
|
4455
|
-
locked: true,
|
|
4456
|
-
},
|
|
4457
|
-
{
|
|
4458
|
-
name: '12/radius',
|
|
4459
|
-
value: '12px',
|
|
4460
|
-
describe: '12 圆角',
|
|
4461
|
-
token: 'Radius-12',
|
|
4462
|
-
locked: true,
|
|
4463
|
-
},
|
|
4464
|
-
{
|
|
4465
|
-
name: '1000/radius',
|
|
4466
|
-
value: '1000px',
|
|
4467
|
-
describe: '1000 大圆角',
|
|
4468
|
-
token: 'Radius-1000',
|
|
4469
|
-
locked: true,
|
|
4470
|
-
},
|
|
4436
|
+
|
|
4471
4437
|
{
|
|
4472
4438
|
name: '基础阴影',
|
|
4473
4439
|
value: '0px 2px 5px rgba(2, 11, 24, 0.1)',
|
|
@@ -4538,6 +4504,13 @@ const figma = [
|
|
|
4538
4504
|
token: 'Size',
|
|
4539
4505
|
locked: true,
|
|
4540
4506
|
},
|
|
4507
|
+
{
|
|
4508
|
+
name: 'borderRadiusRect',
|
|
4509
|
+
value: '0px',
|
|
4510
|
+
describe: '直角 Radius-rect (0px)',
|
|
4511
|
+
token: 'Radius-rect',
|
|
4512
|
+
locked: true,
|
|
4513
|
+
},
|
|
4541
4514
|
{
|
|
4542
4515
|
name: 'borderRadiusLesser',
|
|
4543
4516
|
value: '2px',
|
|
@@ -12359,7 +12332,7 @@ var handleStyle = function handleStyle(style) {
|
|
|
12359
12332
|
};
|
|
12360
12333
|
/* harmony default export */ var jss_style_handleStyle = (handleStyle);
|
|
12361
12334
|
;// CONCATENATED MODULE: ../shineout-style/src/version.ts
|
|
12362
|
-
/* harmony default export */ var version = ('3.9.13
|
|
12335
|
+
/* harmony default export */ var version = ('3.9.13');
|
|
12363
12336
|
;// CONCATENATED MODULE: ../shineout-style/src/jss-style/index.tsx
|
|
12364
12337
|
|
|
12365
12338
|
|
|
@@ -12581,6 +12554,8 @@ var Token = {
|
|
|
12581
12554
|
'Brand-7': '#0B5BD4',
|
|
12582
12555
|
'Brand-8': '#0040AD',
|
|
12583
12556
|
'Brand-9': '#002D87',
|
|
12557
|
+
'Background-layout': '#F4F5F8',
|
|
12558
|
+
'Background-popup': '#FFFFFF',
|
|
12584
12559
|
'Cyan-1': '#e8fffb',
|
|
12585
12560
|
'Cyan-10': '#00424d',
|
|
12586
12561
|
'Cyan-2': '#b7f1e9',
|
|
@@ -12750,13 +12725,6 @@ var Token = {
|
|
|
12750
12725
|
'Margin-16': '16px',
|
|
12751
12726
|
'Margin-24': '24px',
|
|
12752
12727
|
'Margin-32': '32px',
|
|
12753
|
-
'Radius-0': '0px',
|
|
12754
|
-
'Radius-2': '2px',
|
|
12755
|
-
'Radius-3': '3px',
|
|
12756
|
-
'Radius-4': '4px',
|
|
12757
|
-
'Radius-8': '8px',
|
|
12758
|
-
'Radius-12': '12px',
|
|
12759
|
-
'Radius-1000': '1000px',
|
|
12760
12728
|
'Shadow-1': '0px 2px 5px rgba(2, 11, 24, 0.1)',
|
|
12761
12729
|
'Shadow-2': '0px 4px 10px rgba(2, 11, 24, 0.1)',
|
|
12762
12730
|
'Shadow-3': '0px 8px 20px rgba(2, 11, 24, 0.1)',
|
|
@@ -12767,6 +12735,7 @@ var Token = {
|
|
|
12767
12735
|
Transparent: 'transparent',
|
|
12768
12736
|
'Mask-fill-1': 'rgba(2, 11, 24, 0.3)',
|
|
12769
12737
|
Size: '2',
|
|
12738
|
+
'Radius-rect': '0px',
|
|
12770
12739
|
'Radius-lesser': '2px',
|
|
12771
12740
|
'Radius-small': '3px',
|
|
12772
12741
|
'Radius-default': '4px',
|
|
@@ -13575,7 +13544,10 @@ var cascaderTokens = {
|
|
|
13575
13544
|
cascaderOptionIconSize: 'Font-14',
|
|
13576
13545
|
cascaderOptionHoverBackgroundColor: 'Neutral-fill-2',
|
|
13577
13546
|
cascaderOptionHoverFontColor: 'Neutral-text-5',
|
|
13547
|
+
cascaderOptionHoverIconColor: 'Neutral-text-4',
|
|
13548
|
+
cascaderOptionFocusFontColor: 'Neutral-text-5',
|
|
13578
13549
|
cascaderOptionFocusBackgroundColor: 'Neutral-fill-3',
|
|
13550
|
+
cascaderOptionFocusIconColor: 'Neutral-text-4',
|
|
13579
13551
|
cascaderOptionDisabledColor: 'Neutral-text-2',
|
|
13580
13552
|
cascaderOptionDisabledBackgroundColor: 'Neutral-fill-1',
|
|
13581
13553
|
cascaderMorePaddingX: 'Spacing-8',
|
|
@@ -13589,7 +13561,7 @@ var cascaderTokens = {
|
|
|
13589
13561
|
cascaderColumnPadding: 'Spacing-8',
|
|
13590
13562
|
cascaderColumnOptionMargin: 'Spacing-8',
|
|
13591
13563
|
cascaderListBorderColor: 'Neutral-border-1',
|
|
13592
|
-
cascaderListPaddingY: 'Spacing-
|
|
13564
|
+
cascaderListPaddingY: 'Spacing-4'
|
|
13593
13565
|
};
|
|
13594
13566
|
/* harmony default export */ var cascader = (cascaderTokens);
|
|
13595
13567
|
;// CONCATENATED MODULE: ../theme/src/cascader/index.ts
|
|
@@ -13688,7 +13660,9 @@ var common = {
|
|
|
13688
13660
|
lineHeightDynamicMin: 'Line-height-dynamic-min',
|
|
13689
13661
|
defaultBorder: 'Border-1',
|
|
13690
13662
|
iconCirclePadding: 'Padding-4',
|
|
13691
|
-
transparent: 'transparent'
|
|
13663
|
+
transparent: 'transparent',
|
|
13664
|
+
backgroundPopup: 'Background-popup',
|
|
13665
|
+
backgroundLayout: 'Background-layout'
|
|
13692
13666
|
};
|
|
13693
13667
|
/* harmony default export */ var common_common = (common);
|
|
13694
13668
|
;// CONCATENATED MODULE: ../theme/src/common/index.ts
|
|
@@ -13812,29 +13786,29 @@ var datePickerTokens = {
|
|
|
13812
13786
|
|
|
13813
13787
|
var descriptionsTokens = {
|
|
13814
13788
|
descriptionsTitlePaddingBottom: 'Spacing-12',
|
|
13789
|
+
descriptionsTitleSmallFontSize: 'Font-14',
|
|
13790
|
+
descriptionsTitleDefaultFontSize: 'Font-16',
|
|
13791
|
+
descriptionsTitleLargeFontSize: 'Font-18',
|
|
13792
|
+
descriptionsTitleColor: 'Neutral-text-5',
|
|
13793
|
+
descriptionsTitleFontWeight: 'Weight-medium',
|
|
13794
|
+
descriptionsTitleGap: 'Size-2',
|
|
13815
13795
|
descriptionsLabelPaddingBottom: 'Spacing-12',
|
|
13816
13796
|
descriptionsLabelPaddingRight: 'Spacing-8',
|
|
13817
|
-
descriptionsValuePaddingBottom: 'Spacing-12',
|
|
13818
|
-
descriptionsTitleSmallSize: 'Font-14',
|
|
13819
|
-
descriptionsTitleDefaultSize: 'Font-16',
|
|
13820
|
-
descriptionsTitleLargeSize: 'Font-18',
|
|
13821
|
-
descriptionsBorderDefaultSize: 'Border-1',
|
|
13822
|
-
descriptionsFontSmallSize: 'Font-12',
|
|
13823
|
-
descriptionsFontDefaultSize: 'Font-14',
|
|
13824
|
-
descriptionsFontLargeSize: 'Font-16',
|
|
13825
13797
|
descriptionsLabelColor: 'Neutral-text-4',
|
|
13798
|
+
descriptionsValuePaddingBottom: 'Spacing-12',
|
|
13826
13799
|
descriptionsValueColor: 'Neutral-text-5',
|
|
13827
|
-
|
|
13828
|
-
descriptionsBackgroundColor: 'Neutral-fill-2',
|
|
13800
|
+
descriptionsBorderDefaultSize: 'Border-1',
|
|
13829
13801
|
descriptionsBorderColor: 'Neutral-border-1',
|
|
13830
|
-
descriptionsTitleFontWeight: 'Weight-medium',
|
|
13831
|
-
descriptionsTitleGap: 'Size-2',
|
|
13832
|
-
descriptionsCellGap: 'Spacing-0',
|
|
13833
13802
|
descriptionsBorderRadius: 'Radius-lesser',
|
|
13834
13803
|
descriptionsBorderRightSize: '1px',
|
|
13835
13804
|
descriptionsBorderBottomSize: '1px',
|
|
13836
13805
|
descriptionsBorderPaddingX: 'Spacing-12',
|
|
13837
13806
|
descriptionsBorderPaddingY: 'Spacing-8',
|
|
13807
|
+
descriptionsDefaultFontSize: 'Font-14',
|
|
13808
|
+
descriptionsSmallFontSize: 'Font-12',
|
|
13809
|
+
descriptionsLargeFontSize: 'Font-16',
|
|
13810
|
+
descriptionsBackgroundColor: 'Neutral-fill-2',
|
|
13811
|
+
descriptionsCellGap: 'Spacing-0',
|
|
13838
13812
|
descriptionsInlineBorderPaddingX: 'Spacing-8',
|
|
13839
13813
|
descriptionsInlineBorderPaddingY: 'Spacing-12',
|
|
13840
13814
|
descriptionsVerticalPaddingBottom: 'Spacing-2'
|
|
@@ -13906,7 +13880,7 @@ var dropdownTokens = {
|
|
|
13906
13880
|
dropdownOptionSelectFontColor: 'Brand-6',
|
|
13907
13881
|
dropdownOptionDisabledBackgroundColor: 'Neutral-fill-1',
|
|
13908
13882
|
dropdownOptionDisabledFontColor: 'Neutral-text-2',
|
|
13909
|
-
dropdownOptionBorderRadius: 'Radius-
|
|
13883
|
+
dropdownOptionBorderRadius: 'Radius-lesser',
|
|
13910
13884
|
dropdownOptionGroupPaddingX: 'Spacing-8',
|
|
13911
13885
|
dropdownOptionGroupPaddingTop: 'Font-14',
|
|
13912
13886
|
dropdownOptionGroupPaddingBottom: 'Spacing-2',
|
|
@@ -15441,19 +15415,15 @@ var transferTokens = {
|
|
|
15441
15415
|
// This file was generated automatically by a script. Please do not modify it directly.
|
|
15442
15416
|
|
|
15443
15417
|
var treeTokens = {
|
|
15444
|
-
treeTextPaddingY: 'Spacing-2',
|
|
15445
|
-
treeTextPaddingX: 'Spacing-4',
|
|
15446
|
-
treeCheckboxMarginX: 'Spacing-8',
|
|
15447
|
-
treeIconSize: 'Font-14',
|
|
15448
15418
|
treeFontSize: 'Font-14',
|
|
15419
|
+
treeFontWeight: 'Weight-regular',
|
|
15420
|
+
treeFontColor: 'Neutral-text-5',
|
|
15449
15421
|
treeLineHeight: 'Size-18',
|
|
15422
|
+
treeLineBackgroundColor: 'Neutral-fill-3',
|
|
15450
15423
|
treeSmallFontSize: 'Font-12',
|
|
15451
15424
|
treeSmallLineHeight: 'Size-14',
|
|
15452
15425
|
treeLargeFontSize: 'Font-16',
|
|
15453
15426
|
treeLargeLineHeight: 'Size-22',
|
|
15454
|
-
treeFontWeight: 'Weight-regular',
|
|
15455
|
-
treeFontColor: 'Neutral-text-5',
|
|
15456
|
-
treeLineBackgroundColor: 'Neutral-fill-3',
|
|
15457
15427
|
treePaddingX: 'Spacing-8',
|
|
15458
15428
|
treePaddingY: 'Spacing-1',
|
|
15459
15429
|
treeItemFontColor: 'Neutral-text-4',
|
|
@@ -15462,16 +15432,20 @@ var treeTokens = {
|
|
|
15462
15432
|
treeItemActiveBackgroundColor: 'Neutral-fill-4',
|
|
15463
15433
|
treeItemActiveFontColor: 'Neutral-text-4',
|
|
15464
15434
|
treeItemDisabledFontColor: 'Neutral-text-2',
|
|
15465
|
-
treeContentBorderRadius: 'Radius-lesser',
|
|
15466
15435
|
treeContentHoverBackgroundColor: 'Neutral-fill-2',
|
|
15467
15436
|
treeContentHoverFontColor: 'Neutral-text-5',
|
|
15468
15437
|
treeContentActiveBackgroundColor: 'Brand-1',
|
|
15469
15438
|
treeContentActiveFontColor: 'Brand-6',
|
|
15470
|
-
treeContentActiveBorderRadius: 'Radius-
|
|
15439
|
+
treeContentActiveBorderRadius: 'Radius-lesser',
|
|
15471
15440
|
treeContentDisabledBackgroundColor: 'Transprent',
|
|
15472
15441
|
treeContentDisabledFontColor: 'Neutral-text-5',
|
|
15442
|
+
treeContentBorderRadius: 'Radius-lesser',
|
|
15473
15443
|
treeDragBorderColor: 'Brand-6',
|
|
15474
|
-
treeDragBackgroundColor: 'Brand-1'
|
|
15444
|
+
treeDragBackgroundColor: 'Brand-1',
|
|
15445
|
+
treeTextPaddingY: 'Spacing-2',
|
|
15446
|
+
treeTextPaddingX: 'Spacing-4',
|
|
15447
|
+
treeCheckboxMarginX: 'Spacing-8',
|
|
15448
|
+
treeIconSize: 'Font-14'
|
|
15475
15449
|
};
|
|
15476
15450
|
/* harmony default export */ var tree = (treeTokens);
|
|
15477
15451
|
;// CONCATENATED MODULE: ../theme/src/tree/index.ts
|
|
@@ -16196,8 +16170,8 @@ var breadcrumbStyle = {
|
|
|
16196
16170
|
}
|
|
16197
16171
|
},
|
|
16198
16172
|
down: {
|
|
16199
|
-
width: src.
|
|
16200
|
-
height: src.
|
|
16173
|
+
width: src.breadcrumbFontSize,
|
|
16174
|
+
height: src.breadcrumbFontSize,
|
|
16201
16175
|
lineHeight: '1',
|
|
16202
16176
|
marginLeft: 4
|
|
16203
16177
|
},
|
|
@@ -16206,7 +16180,7 @@ var breadcrumbStyle = {
|
|
|
16206
16180
|
},
|
|
16207
16181
|
dropdown: {
|
|
16208
16182
|
borderRadius: src.dropdownListBorderRadius,
|
|
16209
|
-
backgroundColor: src.
|
|
16183
|
+
backgroundColor: src.backgroundPopup,
|
|
16210
16184
|
boxShadow: src.dropdownListBoxShadow,
|
|
16211
16185
|
border: "1px solid ".concat(src.dropdownListBorderColor),
|
|
16212
16186
|
// padding: `${token.breadcrumbListPaddingY} 0`,
|
|
@@ -16479,16 +16453,19 @@ var ButtonStyle = {
|
|
|
16479
16453
|
var bc = function bc(key) {
|
|
16480
16454
|
return ".".concat(jss_style_prefix, "-button-").concat(key);
|
|
16481
16455
|
};
|
|
16456
|
+
var heightAndTop = {
|
|
16457
|
+
height: "var(--button-before-line-height, calc(50% - 2px))",
|
|
16458
|
+
top: "var(--button-before-line-top, calc(25% + 1px))"
|
|
16459
|
+
};
|
|
16482
16460
|
var beforeLine = function beforeLine() {
|
|
16483
16461
|
return defineProperty_default()(defineProperty_default()({
|
|
16484
|
-
'&::before': {
|
|
16462
|
+
'&::before': objectSpread2_default()(objectSpread2_default()({
|
|
16485
16463
|
position: 'absolute',
|
|
16486
|
-
content: '" "'
|
|
16487
|
-
|
|
16488
|
-
top: 'calc(25% + 1px)',
|
|
16464
|
+
content: '" "'
|
|
16465
|
+
}, heightAndTop), {}, {
|
|
16489
16466
|
width: 1,
|
|
16490
16467
|
background: src.buttonSplitlineFullBackgroundColor
|
|
16491
|
-
},
|
|
16468
|
+
}),
|
|
16492
16469
|
'&[dir=ltr]::before': {
|
|
16493
16470
|
left: -1
|
|
16494
16471
|
},
|
|
@@ -16534,14 +16511,13 @@ var beforeLine = function beforeLine() {
|
|
|
16534
16511
|
};
|
|
16535
16512
|
var outlineBeforeLine = function outlineBeforeLine(type, styles) {
|
|
16536
16513
|
return defineProperty_default()({
|
|
16537
|
-
'&::before': {
|
|
16514
|
+
'&::before': objectSpread2_default()(objectSpread2_default()({
|
|
16538
16515
|
position: 'absolute',
|
|
16539
|
-
content: '" "'
|
|
16540
|
-
|
|
16541
|
-
top: 'calc(25% + 1px)',
|
|
16516
|
+
content: '" "'
|
|
16517
|
+
}, heightAndTop), {}, {
|
|
16542
16518
|
width: 1,
|
|
16543
16519
|
background: src["button".concat(type).concat(styles, "BorderColor")]
|
|
16544
|
-
},
|
|
16520
|
+
}),
|
|
16545
16521
|
'&[dir=ltr]::before': {
|
|
16546
16522
|
left: -1
|
|
16547
16523
|
},
|
|
@@ -16575,14 +16551,13 @@ var outlineBeforeLine = function outlineBeforeLine(type, styles) {
|
|
|
16575
16551
|
}
|
|
16576
16552
|
}))
|
|
16577
16553
|
}, "&".concat(bc('primary'), ",&").concat(bc('success'), ",&").concat(bc('warning'), ",&").concat(bc('danger'), ",").concat(bc('secondary')), {
|
|
16578
|
-
'&::before': {
|
|
16579
|
-
|
|
16580
|
-
top: -1,
|
|
16554
|
+
'&::before': objectSpread2_default()(objectSpread2_default()({}, heightAndTop), {}, {
|
|
16555
|
+
top: "var(--button-before-line-top, calc(25% + 1px))",
|
|
16581
16556
|
left: -1,
|
|
16582
16557
|
width: 1,
|
|
16583
16558
|
bottom: -1,
|
|
16584
16559
|
background: "".concat(src["button".concat(type).concat(styles, "BorderColor")])
|
|
16585
|
-
},
|
|
16560
|
+
}),
|
|
16586
16561
|
'& + :not(&)': {
|
|
16587
16562
|
'&::before': {
|
|
16588
16563
|
height: 'calc(100% + 2px)',
|
|
@@ -16607,15 +16582,14 @@ var outlineBeforeLine = function outlineBeforeLine(type, styles) {
|
|
|
16607
16582
|
};
|
|
16608
16583
|
var textBeforeLine = function textBeforeLine() {
|
|
16609
16584
|
return defineProperty_default()({
|
|
16610
|
-
'&::before': {
|
|
16585
|
+
'&::before': objectSpread2_default()(objectSpread2_default()({
|
|
16611
16586
|
transition: 'all 0.3s',
|
|
16612
16587
|
position: 'absolute',
|
|
16613
|
-
content: '" "'
|
|
16614
|
-
|
|
16615
|
-
top: 'calc(25% + 1px)',
|
|
16588
|
+
content: '" "'
|
|
16589
|
+
}, heightAndTop), {}, {
|
|
16616
16590
|
width: 1,
|
|
16617
16591
|
background: src.buttonSplitlineOutlineBackgroundColor
|
|
16618
|
-
},
|
|
16592
|
+
}),
|
|
16619
16593
|
'&[dir=ltr]::before': {
|
|
16620
16594
|
left: -1
|
|
16621
16595
|
},
|
|
@@ -16673,21 +16647,20 @@ var ButtonGroupStyle = {
|
|
|
16673
16647
|
borderRadius: 0,
|
|
16674
16648
|
borderLeft: 'none',
|
|
16675
16649
|
borderRight: 'none'
|
|
16676
|
-
}), "& ".concat(bc('button'), ":not(").concat(bc('outline'), "):not(").concat(bc('text'), ")"), defineProperty_default()(defineProperty_default()(defineProperty_default()({
|
|
16650
|
+
}), "& ".concat(bc('button'), ":not(").concat(bc('outline'), "):not(").concat(bc('dashed'), "):not(").concat(bc('text'), ")"), defineProperty_default()(defineProperty_default()(defineProperty_default()({
|
|
16677
16651
|
position: 'relative',
|
|
16678
16652
|
'&::before': {
|
|
16679
|
-
transition: 'all 0.3s'
|
|
16653
|
+
// transition: 'all 0.3s',
|
|
16680
16654
|
}
|
|
16681
16655
|
}, "&".concat(bc('secondary')), objectSpread2_default()(objectSpread2_default()({}, beforeLine()), {}, defineProperty_default()({
|
|
16682
|
-
'&::before': {
|
|
16656
|
+
'&::before': objectSpread2_default()(objectSpread2_default()({
|
|
16683
16657
|
position: 'absolute',
|
|
16684
|
-
content: '" "'
|
|
16685
|
-
|
|
16686
|
-
top: 'calc(25% + 1px)',
|
|
16658
|
+
content: '" "'
|
|
16659
|
+
}, heightAndTop), {}, {
|
|
16687
16660
|
width: 1,
|
|
16688
16661
|
background: src.buttonSplitlineOutlineBackgroundColor,
|
|
16689
16662
|
transition: 'none'
|
|
16690
|
-
},
|
|
16663
|
+
}),
|
|
16691
16664
|
'&[dir=ltr]::before': {
|
|
16692
16665
|
left: -1
|
|
16693
16666
|
},
|
|
@@ -16711,27 +16684,11 @@ var ButtonGroupStyle = {
|
|
|
16711
16684
|
'&::before': {
|
|
16712
16685
|
transition: 'all 0.3s'
|
|
16713
16686
|
}
|
|
16714
|
-
}, "&".concat(bc('secondary')), objectSpread2_default()(objectSpread2_default()({}, outlineBeforeLine('
|
|
16715
|
-
'&::before': {
|
|
16716
|
-
position: 'absolute',
|
|
16717
|
-
content: '" "',
|
|
16718
|
-
height: 'calc(50% - 2px)',
|
|
16719
|
-
top: 'calc(25% + 1px)',
|
|
16720
|
-
width: 1,
|
|
16721
|
-
background: src.buttonSplitlineOutlineBackgroundColor // Neutral-border-1
|
|
16722
|
-
},
|
|
16723
|
-
'&[dir=ltr]::before': {
|
|
16724
|
-
left: -1
|
|
16725
|
-
},
|
|
16726
|
-
'&[dir=rtl]::before': {
|
|
16727
|
-
right: -1
|
|
16728
|
-
}
|
|
16729
|
-
})), "&".concat(bc('primary')), objectSpread2_default()({}, outlineBeforeLine('Primary', 'Outline'))), "&".concat(bc('success')), objectSpread2_default()({}, outlineBeforeLine('Success', 'Outline'))), "&".concat(bc('warning')), objectSpread2_default()({}, outlineBeforeLine('Warning', 'Outline'))), "&".concat(bc('danger')), objectSpread2_default()({}, outlineBeforeLine('Danger', 'Outline')))), "& ".concat(bc('text')), objectSpread2_default()({
|
|
16687
|
+
}, "&".concat(bc('secondary')), objectSpread2_default()({}, outlineBeforeLine('Secondary', 'Outline'))), "&".concat(bc('primary')), objectSpread2_default()({}, outlineBeforeLine('Primary', 'Outline'))), "&".concat(bc('success')), objectSpread2_default()({}, outlineBeforeLine('Success', 'Outline'))), "&".concat(bc('warning')), objectSpread2_default()({}, outlineBeforeLine('Warning', 'Outline'))), "&".concat(bc('danger')), objectSpread2_default()({}, outlineBeforeLine('Danger', 'Outline')))), "& ".concat(bc('text')), objectSpread2_default()({
|
|
16730
16688
|
position: 'relative'
|
|
16731
|
-
}, textBeforeLine())), "&".concat(bc('dashed')), {
|
|
16732
|
-
position: 'relative'
|
|
16733
|
-
|
|
16734
|
-
})
|
|
16689
|
+
}, textBeforeLine())), "& ".concat(bc('dashed')), defineProperty_default()(defineProperty_default()(defineProperty_default()(defineProperty_default()(defineProperty_default()({
|
|
16690
|
+
position: 'relative'
|
|
16691
|
+
}, "&".concat(bc('secondary')), objectSpread2_default()({}, outlineBeforeLine('Secondary', 'Outline'))), "&".concat(bc('primary')), objectSpread2_default()({}, outlineBeforeLine('Primary', 'Outline'))), "&".concat(bc('success')), objectSpread2_default()({}, outlineBeforeLine('Success', 'Outline'))), "&".concat(bc('warning')), objectSpread2_default()({}, outlineBeforeLine('Warning', 'Outline'))), "&".concat(bc('danger')), objectSpread2_default()({}, outlineBeforeLine('Danger', 'Outline'))))
|
|
16735
16692
|
};
|
|
16736
16693
|
/* harmony default export */ var button_group = (ButtonGroupStyle);
|
|
16737
16694
|
;// CONCATENATED MODULE: ../shineout-style/src/button/index.ts
|
|
@@ -17822,7 +17779,7 @@ var cascaderStyle = objectSpread2_default()(objectSpread2_default()({
|
|
|
17822
17779
|
},
|
|
17823
17780
|
pickerWrapper: {
|
|
17824
17781
|
position: 'absolute',
|
|
17825
|
-
backgroundColor: src.
|
|
17782
|
+
backgroundColor: src.backgroundPopup,
|
|
17826
17783
|
boxShadow: src.cascaderPanelShadow,
|
|
17827
17784
|
border: "1px solid ".concat(src.cascaderPanelBorder),
|
|
17828
17785
|
borderRadius: src.cascaderPanelRadius,
|
|
@@ -17991,16 +17948,28 @@ var cascaderStyle = objectSpread2_default()(objectSpread2_default()({
|
|
|
17991
17948
|
'&:hover': {
|
|
17992
17949
|
'& $optionInner': {
|
|
17993
17950
|
color: src.cascaderOptionHoverFontColor,
|
|
17994
|
-
backgroundColor: src.cascaderOptionHoverBackgroundColor
|
|
17951
|
+
backgroundColor: src.cascaderOptionHoverBackgroundColor,
|
|
17952
|
+
'& $optionIcon': {
|
|
17953
|
+
color: src.cascaderOptionHoverIconColor
|
|
17954
|
+
}
|
|
17995
17955
|
}
|
|
17996
17956
|
},
|
|
17997
17957
|
'&:hover $optionInner:active, & $optionInner:active': {
|
|
17998
|
-
color: src.
|
|
17999
|
-
backgroundColor: "".concat(src.cascaderOptionFocusBackgroundColor)
|
|
17958
|
+
color: src.cascaderOptionFocusFontColor,
|
|
17959
|
+
backgroundColor: "".concat(src.cascaderOptionFocusBackgroundColor),
|
|
17960
|
+
'& $optionIcon': {
|
|
17961
|
+
color: src.cascaderOptionFocusIconColor
|
|
17962
|
+
}
|
|
18000
17963
|
}
|
|
18001
17964
|
},
|
|
18002
17965
|
'& $optionCheckbox': {
|
|
18003
17966
|
marginRight: 8
|
|
17967
|
+
},
|
|
17968
|
+
'&:first-child': {
|
|
17969
|
+
paddingTop: 0
|
|
17970
|
+
},
|
|
17971
|
+
'&:last-child': {
|
|
17972
|
+
paddingBottom: 0
|
|
18004
17973
|
}
|
|
18005
17974
|
},
|
|
18006
17975
|
filterOption: {
|
|
@@ -18075,18 +18044,10 @@ var cascaderStyle = objectSpread2_default()(objectSpread2_default()({
|
|
|
18075
18044
|
paddingTop: 2
|
|
18076
18045
|
},
|
|
18077
18046
|
optionHover: {},
|
|
18078
|
-
optionActive: {
|
|
18079
|
-
color: src.cascaderOptionActiveColor,
|
|
18080
|
-
backgroundColor: src.cascaderOptionActiveBackgroundColor,
|
|
18081
|
-
'&>div': {
|
|
18082
|
-
color: src.cascaderOptionActiveColor
|
|
18083
|
-
}
|
|
18084
|
-
},
|
|
18085
18047
|
optionDisabled: {
|
|
18086
18048
|
cursor: 'not-allowed',
|
|
18087
18049
|
color: src.cascaderOptionDisabledColor,
|
|
18088
|
-
|
|
18089
|
-
'&>div': {
|
|
18050
|
+
'& > $optionInner': {
|
|
18090
18051
|
cursor: 'not-allowed',
|
|
18091
18052
|
color: src.cascaderOptionDisabledColor,
|
|
18092
18053
|
backgroundColor: src.cascaderOptionDisabledBackgroundColor
|
|
@@ -18139,17 +18100,17 @@ var checkboxStyle = objectSpread2_default()(objectSpread2_default()({}, animatio
|
|
|
18139
18100
|
display: 'block',
|
|
18140
18101
|
position: 'relative',
|
|
18141
18102
|
boxSizing: 'border-box',
|
|
18142
|
-
width: src.
|
|
18143
|
-
height: src.
|
|
18103
|
+
width: src.checkboxIconSize,
|
|
18104
|
+
height: src.checkboxIconSize,
|
|
18144
18105
|
// marginTop: token.checkboxIndicatorMarginTop,
|
|
18145
18106
|
flexShrink: 0,
|
|
18146
18107
|
'$wrapperSmall &': {
|
|
18147
|
-
width: src.
|
|
18148
|
-
height: src.
|
|
18108
|
+
width: src.checkboxSmallIconSize,
|
|
18109
|
+
height: src.checkboxSmallIconSize
|
|
18149
18110
|
},
|
|
18150
18111
|
'$wrapperLarge &': {
|
|
18151
|
-
width: src.
|
|
18152
|
-
height: src.
|
|
18112
|
+
width: src.checkboxLargeIconSize,
|
|
18113
|
+
height: src.checkboxLargeIconSize
|
|
18153
18114
|
},
|
|
18154
18115
|
verticalAlign: 'middle',
|
|
18155
18116
|
'&::before': {
|
|
@@ -18581,6 +18542,12 @@ var datePickerStyle = objectSpread2_default()(objectSpread2_default()(objectSpre
|
|
|
18581
18542
|
width: '100%',
|
|
18582
18543
|
'&::placeholder': {
|
|
18583
18544
|
color: src.inputPlaceholderColor
|
|
18545
|
+
},
|
|
18546
|
+
'$wrapperDisabled &': {
|
|
18547
|
+
color: src.inputDisabledFontColor,
|
|
18548
|
+
'&::placeholder': {
|
|
18549
|
+
color: src.inputDisabledPlaceholderColor
|
|
18550
|
+
}
|
|
18584
18551
|
}
|
|
18585
18552
|
}
|
|
18586
18553
|
},
|
|
@@ -18655,7 +18622,7 @@ var datePickerStyle = objectSpread2_default()(objectSpread2_default()(objectSpre
|
|
|
18655
18622
|
},
|
|
18656
18623
|
pickerWrapper: {
|
|
18657
18624
|
position: 'absolute',
|
|
18658
|
-
backgroundColor: src.
|
|
18625
|
+
backgroundColor: src.backgroundPopup,
|
|
18659
18626
|
boxShadow: src.datePickerPanelShadow,
|
|
18660
18627
|
borderRadius: src.datePickerPanelRadius,
|
|
18661
18628
|
border: "1px solid ".concat(src.datePickerPanelBorder),
|
|
@@ -18890,7 +18857,7 @@ var datePickerStyle = objectSpread2_default()(objectSpread2_default()(objectSpre
|
|
|
18890
18857
|
pickerCell: {
|
|
18891
18858
|
color: src.datePickerCellColor,
|
|
18892
18859
|
'&$pickerCellBound': {
|
|
18893
|
-
color: src.
|
|
18860
|
+
color: src.datePickerCellDisabledColor
|
|
18894
18861
|
},
|
|
18895
18862
|
'&:not($pickerCellDisabled):not($pickerCellActive):hover': {
|
|
18896
18863
|
'& $pickerCellContent > span': {
|
|
@@ -19069,14 +19036,18 @@ var datePickerStyle = objectSpread2_default()(objectSpread2_default()(objectSpre
|
|
|
19069
19036
|
flex: '1',
|
|
19070
19037
|
position: 'relative',
|
|
19071
19038
|
borderRadius: src.datePickerTimeItemBorderRadius,
|
|
19039
|
+
color: src.datePickerCellColor,
|
|
19040
|
+
fontWeight: src.datePickerPanelFontWeight,
|
|
19041
|
+
fontSize: src.datePickerPanelBodyFontSize,
|
|
19072
19042
|
'&:not($timeItemDisabled):hover': {
|
|
19073
|
-
|
|
19043
|
+
color: src.datePickerCellHoverColor,
|
|
19044
|
+
backgroundColor: src.datePickerCellHoverBackgroundColor
|
|
19074
19045
|
},
|
|
19075
19046
|
'$timeItemDisabled&': {
|
|
19076
19047
|
color: src.datePickerTimeItemDisabledColor,
|
|
19077
19048
|
cursor: 'not-allowed'
|
|
19078
19049
|
},
|
|
19079
|
-
'$timeItemActive
|
|
19050
|
+
'$timeItemActive&, $timeItemActive&:hover': {
|
|
19080
19051
|
color: src.datePickerTimeItemActiveColor,
|
|
19081
19052
|
backgroundColor: src.datePickerTimeItemActiveBackgroundColor
|
|
19082
19053
|
}
|
|
@@ -19109,6 +19080,7 @@ var datePickerStyle = objectSpread2_default()(objectSpread2_default()(objectSpre
|
|
|
19109
19080
|
alignItems: 'center',
|
|
19110
19081
|
lineHeight: src.lineHeightDynamic,
|
|
19111
19082
|
'& > span': {
|
|
19083
|
+
color: src.datePickerCellColor,
|
|
19112
19084
|
lineHeight: '0',
|
|
19113
19085
|
marginRight: '8px',
|
|
19114
19086
|
'& > svg': {
|
|
@@ -19128,7 +19100,7 @@ var datePickerStyle = objectSpread2_default()(objectSpread2_default()(objectSpre
|
|
|
19128
19100
|
},
|
|
19129
19101
|
transformOrigin: 'bottom',
|
|
19130
19102
|
animation: '$scale-y-top 0.2s ease-in-out forwards',
|
|
19131
|
-
backgroundColor: src.
|
|
19103
|
+
backgroundColor: src.backgroundPopup,
|
|
19132
19104
|
boxShadow: src.datePickerPanelShadow,
|
|
19133
19105
|
display: 'none'
|
|
19134
19106
|
},
|
|
@@ -19181,18 +19153,18 @@ var descriptionsStyle = {
|
|
|
19181
19153
|
},
|
|
19182
19154
|
small: {
|
|
19183
19155
|
'& $title': {
|
|
19184
|
-
fontSize: src.
|
|
19156
|
+
fontSize: src.descriptionsTitleSmallFontSize
|
|
19185
19157
|
},
|
|
19186
19158
|
'& $table': {
|
|
19187
|
-
fontSize: src.
|
|
19159
|
+
fontSize: src.descriptionsSmallFontSize
|
|
19188
19160
|
}
|
|
19189
19161
|
},
|
|
19190
19162
|
large: {
|
|
19191
19163
|
'& $title': {
|
|
19192
|
-
fontSize: src.
|
|
19164
|
+
fontSize: src.descriptionsTitleLargeFontSize
|
|
19193
19165
|
},
|
|
19194
19166
|
'& $table': {
|
|
19195
|
-
fontSize: src.
|
|
19167
|
+
fontSize: src.descriptionsLargeFontSize
|
|
19196
19168
|
}
|
|
19197
19169
|
},
|
|
19198
19170
|
header: {
|
|
@@ -19200,7 +19172,7 @@ var descriptionsStyle = {
|
|
|
19200
19172
|
alignItems: 'center',
|
|
19201
19173
|
justifyContent: 'space-between',
|
|
19202
19174
|
paddingBottom: src.descriptionsTitlePaddingBottom,
|
|
19203
|
-
fontSize: src.
|
|
19175
|
+
fontSize: src.descriptionsTitleDefaultFontSize
|
|
19204
19176
|
},
|
|
19205
19177
|
title: {
|
|
19206
19178
|
lineHeight: src.lineHeightDynamic,
|
|
@@ -19213,7 +19185,7 @@ var descriptionsStyle = {
|
|
|
19213
19185
|
lineHeight: src.lineHeightDynamic
|
|
19214
19186
|
},
|
|
19215
19187
|
body: {
|
|
19216
|
-
fontSize: src.
|
|
19188
|
+
fontSize: src.descriptionsDefaultFontSize,
|
|
19217
19189
|
overflow: 'hidden'
|
|
19218
19190
|
},
|
|
19219
19191
|
table: {
|
|
@@ -19477,7 +19449,7 @@ var dropdown_dropdown = {
|
|
|
19477
19449
|
border: "".concat(src.dropdownListBorderWidth, " solid ").concat(src.dropdownListBorderColor),
|
|
19478
19450
|
borderRadius: src.dropdownListBorderRadius,
|
|
19479
19451
|
padding: "".concat(src.dropdownListPaddingY, " ").concat(src.dropdownListPaddingX),
|
|
19480
|
-
background: src.
|
|
19452
|
+
background: src.backgroundPopup,
|
|
19481
19453
|
boxShadow: src.dropdownListBoxShadow,
|
|
19482
19454
|
width: 'max-content',
|
|
19483
19455
|
boxSizing: 'border-box',
|
|
@@ -19626,16 +19598,16 @@ var dropdown_dropdown = {
|
|
|
19626
19598
|
},
|
|
19627
19599
|
itemDisabled: {},
|
|
19628
19600
|
optionGroup: {
|
|
19629
|
-
padding: "calc(".concat(src.dropdownOptionGroupPaddingTop, " - 4px) ").concat(src.
|
|
19601
|
+
padding: "calc(".concat(src.dropdownOptionGroupPaddingTop, " - 4px) ").concat(src.dropdownOptionPaddingX, " ").concat(src.dropdownOptionGroupPaddingBottom),
|
|
19630
19602
|
fontSize: src.dropdownOptionGroupFontSize,
|
|
19631
19603
|
fontWeight: src.dropdownOptionGroupFontWeight,
|
|
19632
19604
|
color: src.dropdownOptionGroupFontColor,
|
|
19633
19605
|
lineHeight: src.lineHeightDynamic,
|
|
19634
19606
|
'$listSmall &': {
|
|
19635
|
-
padding: "".concat(src.dropdownOptionGroupSmallTop, " ").concat(src.
|
|
19607
|
+
padding: "".concat(src.dropdownOptionGroupSmallTop, " ").concat(src.dropdownOptionSmallPaddingX, " 0")
|
|
19636
19608
|
},
|
|
19637
19609
|
'$listLarge &': {
|
|
19638
|
-
padding: "".concat(src.dropdownOptionGroupLargeTop, " ").concat(src.
|
|
19610
|
+
padding: "".concat(src.dropdownOptionGroupLargeTop, " ").concat(src.dropdownOptionLargePaddingX, " ").concat(src.dropdownOptionGroupLargeBottom)
|
|
19639
19611
|
}
|
|
19640
19612
|
},
|
|
19641
19613
|
optionDivider: {
|
|
@@ -20974,7 +20946,7 @@ var input_input = objectSpread2_default()(objectSpread2_default()(objectSpread2_
|
|
|
20974
20946
|
boxSizing: 'border-box',
|
|
20975
20947
|
cursor: 'pointer',
|
|
20976
20948
|
width: '18px',
|
|
20977
|
-
borderLeft: "
|
|
20949
|
+
borderLeft: "".concat(src.inputBorderWidth, " solid ").concat(src.inputBorderColor),
|
|
20978
20950
|
lineHeight: '1',
|
|
20979
20951
|
color: src.inputIconColor,
|
|
20980
20952
|
'&:hover': {
|
|
@@ -20983,7 +20955,7 @@ var input_input = objectSpread2_default()(objectSpread2_default()(objectSpread2_
|
|
|
20983
20955
|
}
|
|
20984
20956
|
},
|
|
20985
20957
|
'&:first-child': {
|
|
20986
|
-
borderBottom: "
|
|
20958
|
+
borderBottom: "".concat(src.inputBorderWidth, " solid ").concat(src.inputBorderColor)
|
|
20987
20959
|
},
|
|
20988
20960
|
'& svg': {
|
|
20989
20961
|
width: src.inputFontSize,
|
|
@@ -21486,8 +21458,11 @@ var menuStyle = {
|
|
|
21486
21458
|
}
|
|
21487
21459
|
},
|
|
21488
21460
|
// 一级菜单展不展开都是fill-9,一级展开后的子级都是fill-10
|
|
21489
|
-
'[data-soui-theme=dark] $root > $item > &': {
|
|
21490
|
-
backgroundColor: src.menuDarkItemBackgroundColor
|
|
21461
|
+
'[data-soui-theme=dark] $root > $item:not($itemActive) > &': {
|
|
21462
|
+
backgroundColor: src.menuDarkItemBackgroundColor,
|
|
21463
|
+
'&:hover': {
|
|
21464
|
+
backgroundColor: src.menuDarkItemHoverBackgroundColor
|
|
21465
|
+
}
|
|
21491
21466
|
},
|
|
21492
21467
|
'[data-soui-theme=dark] &': {
|
|
21493
21468
|
color: src.menuDarkFontColor,
|
|
@@ -23781,7 +23756,10 @@ var radioStyle = objectSpread2_default()(objectSpread2_default()({}, animations)
|
|
|
23781
23756
|
marginTop: src.radioIndicatorMarginTop
|
|
23782
23757
|
}
|
|
23783
23758
|
},
|
|
23784
|
-
wrapperChecked: {
|
|
23759
|
+
wrapperChecked: {
|
|
23760
|
+
'--button-before-line-height': '100%',
|
|
23761
|
+
'--button-before-line-top': 0
|
|
23762
|
+
},
|
|
23785
23763
|
wrapperDisabled: {
|
|
23786
23764
|
cursor: 'not-allowed'
|
|
23787
23765
|
},
|
|
@@ -23789,18 +23767,18 @@ var radioStyle = objectSpread2_default()(objectSpread2_default()({}, animations)
|
|
|
23789
23767
|
display: 'block',
|
|
23790
23768
|
position: 'relative',
|
|
23791
23769
|
boxSizing: 'border-box',
|
|
23792
|
-
width: src.
|
|
23793
|
-
minWidth: src.
|
|
23794
|
-
height: src.
|
|
23770
|
+
width: src.radioIconWidth,
|
|
23771
|
+
minWidth: src.radioIconWidth,
|
|
23772
|
+
height: src.radioIconWidth,
|
|
23795
23773
|
'$wrapperSmall &': {
|
|
23796
|
-
width: src.
|
|
23797
|
-
minWidth: src.
|
|
23798
|
-
height: src.
|
|
23774
|
+
width: src.radioSmallIconWidth,
|
|
23775
|
+
minWidth: src.radioSmallIconWidth,
|
|
23776
|
+
height: src.radioSmallIconWidth
|
|
23799
23777
|
},
|
|
23800
23778
|
'$wrapperLarge &': {
|
|
23801
|
-
width: src.
|
|
23802
|
-
minWidth: src.
|
|
23803
|
-
height: src.
|
|
23779
|
+
width: src.radioLargeIconWidth,
|
|
23780
|
+
minWidth: src.radioLargeIconWidth,
|
|
23781
|
+
height: src.radioLargeIconWidth
|
|
23804
23782
|
},
|
|
23805
23783
|
marginRight: src.radioIconGap,
|
|
23806
23784
|
verticalAlign: 'middle',
|
|
@@ -24323,7 +24301,7 @@ var selectStyle = objectSpread2_default()(objectSpread2_default()({
|
|
|
24323
24301
|
pickerWrapper: {
|
|
24324
24302
|
position: 'absolute',
|
|
24325
24303
|
overflow: 'hidden',
|
|
24326
|
-
backgroundColor: src.
|
|
24304
|
+
backgroundColor: src.backgroundPopup,
|
|
24327
24305
|
boxShadow: src.selectPanelShadow,
|
|
24328
24306
|
borderRadius: src.selectPanelRadius,
|
|
24329
24307
|
transformOrigin: '0 0',
|
|
@@ -24341,19 +24319,18 @@ var selectStyle = objectSpread2_default()(objectSpread2_default()({
|
|
|
24341
24319
|
fontSize: src.selectSmallFontSize
|
|
24342
24320
|
},
|
|
24343
24321
|
'& $optionGroupTitle': {
|
|
24344
|
-
padding: "calc(".concat(src.selectFontSize, " - 10px) ").concat(src.
|
|
24322
|
+
padding: "calc(".concat(src.selectFontSize, " - 10px) calc(").concat(src.selectSmallOptionInnerPaddingX, " + ").concat(src.selectOptionPaddingX, ") 0")
|
|
24345
24323
|
}
|
|
24346
24324
|
},
|
|
24347
24325
|
pickerLarge: {
|
|
24348
24326
|
'& $optionInner': {
|
|
24349
|
-
// padding: `${token.selectLargeOptionInnerPaddingY} ${token.selectLargeOptionInnerPaddingX}`,
|
|
24350
24327
|
paddingTop: src.selectLargeOptionInnerPaddingY,
|
|
24351
24328
|
paddingBottom: src.selectLargeOptionInnerPaddingY,
|
|
24352
24329
|
paddingLeft: src.selectLargeOptionInnerPaddingX,
|
|
24353
24330
|
fontSize: src.selectLargeFontSize
|
|
24354
24331
|
},
|
|
24355
24332
|
'& $optionGroupTitle': {
|
|
24356
|
-
padding: "".concat(src.selectFontSize, " calc(").concat(src.
|
|
24333
|
+
padding: "".concat(src.selectFontSize, " calc(").concat(src.selectLargeOptionInnerPaddingX, " + ").concat(src.selectOptionPaddingX, ") ").concat(src.selectGroupTitleLargeBottom)
|
|
24357
24334
|
}
|
|
24358
24335
|
},
|
|
24359
24336
|
iconWrapper: {
|
|
@@ -24372,7 +24349,7 @@ var selectStyle = objectSpread2_default()(objectSpread2_default()({
|
|
|
24372
24349
|
color: src.inputClearColor,
|
|
24373
24350
|
verticalAlign: 'middle',
|
|
24374
24351
|
'&:hover': {
|
|
24375
|
-
color: src.
|
|
24352
|
+
color: src.inputHoverClearColor
|
|
24376
24353
|
},
|
|
24377
24354
|
'$wrapperSmall &': {
|
|
24378
24355
|
width: src.inputSmallFontSize
|
|
@@ -24386,7 +24363,7 @@ var selectStyle = objectSpread2_default()(objectSpread2_default()({
|
|
|
24386
24363
|
verticalAlign: 'middle',
|
|
24387
24364
|
width: src.inputFontSize,
|
|
24388
24365
|
lineHeight: 0,
|
|
24389
|
-
color: src.
|
|
24366
|
+
color: src.inputIconColor,
|
|
24390
24367
|
transition: 'transform 0.3s'
|
|
24391
24368
|
},
|
|
24392
24369
|
arrowIconOpen: {
|
|
@@ -24440,7 +24417,15 @@ var selectStyle = objectSpread2_default()(objectSpread2_default()({
|
|
|
24440
24417
|
position: 'absolute',
|
|
24441
24418
|
display: 'inline-flex',
|
|
24442
24419
|
width: src.selectFontSize,
|
|
24443
|
-
fontSize: src.selectFontSize
|
|
24420
|
+
fontSize: src.selectFontSize,
|
|
24421
|
+
'$pickerSmall &': {
|
|
24422
|
+
width: src.selectSmallFontSize,
|
|
24423
|
+
fontSize: src.selectSmallFontSize
|
|
24424
|
+
},
|
|
24425
|
+
'$pickerLarge &': {
|
|
24426
|
+
width: src.selectLargeFontSize,
|
|
24427
|
+
fontSize: src.selectLargeFontSize
|
|
24428
|
+
}
|
|
24444
24429
|
},
|
|
24445
24430
|
moreIcon: {},
|
|
24446
24431
|
hideTag: {},
|
|
@@ -24531,13 +24516,13 @@ var selectStyle = objectSpread2_default()(objectSpread2_default()({
|
|
|
24531
24516
|
// not disabled
|
|
24532
24517
|
'&:not($optionDisabled)': {
|
|
24533
24518
|
cursor: 'pointer'
|
|
24519
|
+
},
|
|
24520
|
+
'&:first-child': {
|
|
24521
|
+
paddingTop: 0
|
|
24522
|
+
},
|
|
24523
|
+
'&:last-child': {
|
|
24524
|
+
paddingBottom: 0
|
|
24534
24525
|
}
|
|
24535
|
-
// hover
|
|
24536
|
-
// '&:hover': {
|
|
24537
|
-
// '& $optionInner': {
|
|
24538
|
-
// backgroundColor: token.selectOptionHoverBackgroundColor,
|
|
24539
|
-
// },
|
|
24540
|
-
// },
|
|
24541
24526
|
},
|
|
24542
24527
|
optionInner: {
|
|
24543
24528
|
position: 'relative',
|
|
@@ -24583,7 +24568,7 @@ var selectStyle = objectSpread2_default()(objectSpread2_default()({
|
|
|
24583
24568
|
optionGroupTitle: {
|
|
24584
24569
|
fontSize: "var(--group-font-size, ".concat(src.selectGroupTitleFontSize, ")"),
|
|
24585
24570
|
lineHeight: src.lineHeightDynamic,
|
|
24586
|
-
padding: "calc(".concat(src.selectFontSize, " - 2px) ").concat(src.
|
|
24571
|
+
padding: "calc(".concat(src.selectFontSize, " - 2px) calc(").concat(src.selectOptionInnerPaddingX, " + ").concat(src.selectOptionPaddingX, ") ").concat(src.selectGroupTitlePaddingBottom),
|
|
24587
24572
|
color: src.selectGroupTitleFontColor,
|
|
24588
24573
|
fontWeight: src.selectGroupTitleFontWeight
|
|
24589
24574
|
},
|
|
@@ -24596,7 +24581,7 @@ var selectStyle = objectSpread2_default()(objectSpread2_default()({
|
|
|
24596
24581
|
'& > $columnsCheckbox': {
|
|
24597
24582
|
padding: 0,
|
|
24598
24583
|
marginRight: 0,
|
|
24599
|
-
marginLeft: src.
|
|
24584
|
+
marginLeft: src.selectOptionInnerPaddingX,
|
|
24600
24585
|
width: 'auto'
|
|
24601
24586
|
},
|
|
24602
24587
|
'$pickerSmall &': {
|
|
@@ -24625,7 +24610,7 @@ var selectStyle = objectSpread2_default()(objectSpread2_default()({
|
|
|
24625
24610
|
padding: "0 ".concat(src.selectOptionPaddingX),
|
|
24626
24611
|
'& $optionGroupTitle': {
|
|
24627
24612
|
padding: 0,
|
|
24628
|
-
marginLeft: src.
|
|
24613
|
+
marginLeft: src.selectOptionInnerPaddingX
|
|
24629
24614
|
},
|
|
24630
24615
|
'$pickerSmall &': {
|
|
24631
24616
|
'& $optionGroupTitle': {
|
|
@@ -24660,8 +24645,8 @@ var selectStyle = objectSpread2_default()(objectSpread2_default()({
|
|
|
24660
24645
|
columnsRadio: {
|
|
24661
24646
|
width: '100%',
|
|
24662
24647
|
height: '100%',
|
|
24663
|
-
paddingLeft: src.
|
|
24664
|
-
paddingRight: src.
|
|
24648
|
+
paddingLeft: src.selectOptionInnerPaddingX,
|
|
24649
|
+
paddingRight: src.selectOptionInnerPaddingX,
|
|
24665
24650
|
marginLeft: src.selectColumnOptionMargin,
|
|
24666
24651
|
'& :last-child': {
|
|
24667
24652
|
flex: 1,
|
|
@@ -24673,8 +24658,8 @@ var selectStyle = objectSpread2_default()(objectSpread2_default()({
|
|
|
24673
24658
|
columnsCheckbox: {
|
|
24674
24659
|
width: '100%',
|
|
24675
24660
|
height: '100%',
|
|
24676
|
-
paddingLeft: src.
|
|
24677
|
-
paddingRight: src.
|
|
24661
|
+
paddingLeft: src.selectOptionInnerPaddingX,
|
|
24662
|
+
paddingRight: src.selectOptionInnerPaddingX,
|
|
24678
24663
|
marginLeft: 0,
|
|
24679
24664
|
'$pickerSmall &': {
|
|
24680
24665
|
paddingLeft: src.selectSmallColumnPadding,
|
|
@@ -26724,6 +26709,7 @@ var switchStyle = objectSpread2_default()(objectSpread2_default()({
|
|
|
26724
26709
|
color: src.switchFontColor,
|
|
26725
26710
|
verticalAlign: 'middle',
|
|
26726
26711
|
outline: 'none',
|
|
26712
|
+
lineHeight: src.switchCircleSize,
|
|
26727
26713
|
'$wrapperDisabled&': {
|
|
26728
26714
|
backgroundColor: src.switchDisabledBackgroundColor,
|
|
26729
26715
|
color: src.switchDisabledFontColor
|
|
@@ -26742,6 +26728,7 @@ var switchStyle = objectSpread2_default()(objectSpread2_default()({
|
|
|
26742
26728
|
minWidth: src.switchSmallWidth,
|
|
26743
26729
|
borderRadius: "calc( ".concat(src.switchSmallCircleSize, " / 2 + ").concat(src.switchSmallPaddingY, " )"),
|
|
26744
26730
|
fontSize: src.switchSmallFontSize,
|
|
26731
|
+
lineHeight: src.switchSmallCircleSize,
|
|
26745
26732
|
'[data-soui-role="form-control"] > &': {
|
|
26746
26733
|
marginTop: 8
|
|
26747
26734
|
}
|
|
@@ -26750,7 +26737,8 @@ var switchStyle = objectSpread2_default()(objectSpread2_default()({
|
|
|
26750
26737
|
padding: "".concat(src.switchLargePaddingY, " ").concat(src.switchLargePaddingX),
|
|
26751
26738
|
minWidth: src.switchLargeWidth,
|
|
26752
26739
|
borderRadius: "calc( ".concat(src.switchLargeCircleSize, " / 2 + ").concat(src.switchLargePaddingY, " )"),
|
|
26753
|
-
fontSize: src.switchLargeFontSize
|
|
26740
|
+
fontSize: src.switchLargeFontSize,
|
|
26741
|
+
lineHeight: src.switchLargeCircleSize
|
|
26754
26742
|
}),
|
|
26755
26743
|
wrapperChecked: {},
|
|
26756
26744
|
textPadding: {
|
|
@@ -28011,7 +27999,7 @@ var tabsStyle = {
|
|
|
28011
27999
|
border: '1px solid transparent'
|
|
28012
28000
|
},
|
|
28013
28001
|
'&[data-soui-shape="card"] $prev, &[data-soui-shape="card"] $next': {
|
|
28014
|
-
background:
|
|
28002
|
+
background: src.tabsCardCheckedBackgroundColor,
|
|
28015
28003
|
alignSelf: 'stretch',
|
|
28016
28004
|
display: 'flex',
|
|
28017
28005
|
alignItems: 'center',
|
|
@@ -29002,6 +28990,12 @@ var TransferStyle = {
|
|
|
29002
28990
|
'& $itemWrapper': {
|
|
29003
28991
|
background: src.transferItemHoverBackgroundColor
|
|
29004
28992
|
}
|
|
28993
|
+
},
|
|
28994
|
+
'&:first-child': {
|
|
28995
|
+
paddingTop: 0
|
|
28996
|
+
},
|
|
28997
|
+
'&:last-child': {
|
|
28998
|
+
paddingBottom: 0
|
|
29005
28999
|
}
|
|
29006
29000
|
},
|
|
29007
29001
|
disabled: {
|
|
@@ -29735,7 +29729,7 @@ var treeSelectStyle = objectSpread2_default()(objectSpread2_default()({
|
|
|
29735
29729
|
},
|
|
29736
29730
|
pickerWrapper: {
|
|
29737
29731
|
position: 'absolute',
|
|
29738
|
-
backgroundColor: src.
|
|
29732
|
+
backgroundColor: src.backgroundPopup,
|
|
29739
29733
|
boxShadow: src.treeSelectPanelShadow,
|
|
29740
29734
|
border: "1px solid ".concat(src.treeSelectPanelBorder),
|
|
29741
29735
|
borderRadius: src.treeSelectPanelRadius,
|
|
@@ -42403,7 +42397,7 @@ var CascaderList = function CascaderList(props) {
|
|
|
42403
42397
|
rowsInView: 20,
|
|
42404
42398
|
height: height,
|
|
42405
42399
|
lineHeight: lineHeight,
|
|
42406
|
-
paddingY:
|
|
42400
|
+
paddingY: 4
|
|
42407
42401
|
});
|
|
42408
42402
|
};
|
|
42409
42403
|
if (!data || data.length === 0) return renderEmpety();
|
|
@@ -56451,14 +56445,17 @@ var useNumberFormat = function useNumberFormat(props) {
|
|
|
56451
56445
|
}
|
|
56452
56446
|
num = commonFormat(num);
|
|
56453
56447
|
onChange === null || onChange === void 0 || onChange(num);
|
|
56448
|
+
return num;
|
|
56454
56449
|
};
|
|
56455
56450
|
var handlePlus = use_persist_fn(function () {
|
|
56456
56451
|
if (disabled) return;
|
|
56457
|
-
changeValue(step);
|
|
56452
|
+
var num = changeValue(step);
|
|
56453
|
+
if (num !== undefined) setInternalInputValue(getStringValue(num));
|
|
56458
56454
|
});
|
|
56459
56455
|
var handleMinus = use_persist_fn(function () {
|
|
56460
56456
|
if (disabled) return;
|
|
56461
|
-
changeValue(-step);
|
|
56457
|
+
var num = changeValue(-step);
|
|
56458
|
+
if (num !== undefined) setInternalInputValue(getStringValue(num));
|
|
56462
56459
|
});
|
|
56463
56460
|
return objectSpread2_default()(objectSpread2_default()({}, use_input_format({
|
|
56464
56461
|
value: inernalInputValue,
|
|
@@ -57216,7 +57213,7 @@ var list_List = function List(props) {
|
|
|
57216
57213
|
renderItem: renderItem,
|
|
57217
57214
|
customRenderItem: renderGroupTitle,
|
|
57218
57215
|
onControlTypeChange: onControlTypeChange,
|
|
57219
|
-
paddingY:
|
|
57216
|
+
paddingY: 4
|
|
57220
57217
|
});
|
|
57221
57218
|
};
|
|
57222
57219
|
(0,external_root_React_commonjs2_react_commonjs_react_amd_react_.useEffect)(function () {
|
|
@@ -70896,7 +70893,7 @@ var TransferList = function TransferList(props) {
|
|
|
70896
70893
|
height: listHeight,
|
|
70897
70894
|
rowsInView: rowsInView,
|
|
70898
70895
|
renderItem: renderItem,
|
|
70899
|
-
paddingY:
|
|
70896
|
+
paddingY: 4
|
|
70900
70897
|
});
|
|
70901
70898
|
};
|
|
70902
70899
|
var renderFooter = function renderFooter() {
|
|
@@ -75707,7 +75704,7 @@ var upload_interface = __webpack_require__(8821);
|
|
|
75707
75704
|
|
|
75708
75705
|
|
|
75709
75706
|
/* harmony default export */ var src_0 = ({
|
|
75710
|
-
version: '3.9.13
|
|
75707
|
+
version: '3.9.13'
|
|
75711
75708
|
});
|
|
75712
75709
|
}();
|
|
75713
75710
|
/******/ return __webpack_exports__;
|