shineout 3.2.2-beta.1 → 3.3.0-beta.2
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 +450 -304
- 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
|
@@ -6439,16 +6439,16 @@ __webpack_require__.d(color_namespaceObject, {
|
|
|
6439
6439
|
});
|
|
6440
6440
|
|
|
6441
6441
|
// NAMESPACE OBJECT: ./src/utils/flat.ts
|
|
6442
|
-
var
|
|
6443
|
-
__webpack_require__.r(
|
|
6444
|
-
__webpack_require__.d(
|
|
6445
|
-
flatten: function() { return
|
|
6442
|
+
var flat_namespaceObject = {};
|
|
6443
|
+
__webpack_require__.r(flat_namespaceObject);
|
|
6444
|
+
__webpack_require__.d(flat_namespaceObject, {
|
|
6445
|
+
flatten: function() { return flatten; },
|
|
6446
6446
|
flattenArray: function() { return flat_flattenArray; },
|
|
6447
6447
|
getSthByName: function() { return getSthByName; },
|
|
6448
|
-
insertPoint: function() { return
|
|
6449
|
-
insertValue: function() { return
|
|
6448
|
+
insertPoint: function() { return flat_insertPoint; },
|
|
6449
|
+
insertValue: function() { return insertValue; },
|
|
6450
6450
|
removeSthByName: function() { return removeSthByName; },
|
|
6451
|
-
spliceValue: function() { return
|
|
6451
|
+
spliceValue: function() { return spliceValue; },
|
|
6452
6452
|
unflatten: function() { return unflatten; }
|
|
6453
6453
|
});
|
|
6454
6454
|
|
|
@@ -6555,7 +6555,7 @@ __webpack_require__.d(src_utils_namespaceObject, {
|
|
|
6555
6555
|
detect: function() { return detect_namespaceObject; },
|
|
6556
6556
|
doc: function() { return dom_document_namespaceObject; },
|
|
6557
6557
|
element: function() { return dom_element_namespaceObject; },
|
|
6558
|
-
flat: function() { return
|
|
6558
|
+
flat: function() { return flat_namespaceObject; },
|
|
6559
6559
|
func: function() { return utils_func_namespaceObject; },
|
|
6560
6560
|
hash: function() { return hash_createHash; },
|
|
6561
6561
|
is: function() { return utils_is_namespaceObject; },
|
|
@@ -11960,7 +11960,7 @@ var handleStyle = function handleStyle(style) {
|
|
|
11960
11960
|
};
|
|
11961
11961
|
/* harmony default export */ var jss_style_handleStyle = (handleStyle);
|
|
11962
11962
|
;// CONCATENATED MODULE: ../shineout-style/src/version.ts
|
|
11963
|
-
/* harmony default export */ var version = ('3.
|
|
11963
|
+
/* harmony default export */ var version = ('3.3.0-beta.2');
|
|
11964
11964
|
;// CONCATENATED MODULE: ../shineout-style/src/jss-style/index.tsx
|
|
11965
11965
|
|
|
11966
11966
|
|
|
@@ -12494,6 +12494,7 @@ var alertTokens = {
|
|
|
12494
12494
|
alertDangerBackgroundColor: 'Danger-1',
|
|
12495
12495
|
alertDangerBorderColor: 'Danger-2',
|
|
12496
12496
|
alertDangerFontColor: 'Danger-6',
|
|
12497
|
+
alertIconSize: 'Size-8',
|
|
12497
12498
|
alertFontSize: 'Font-14',
|
|
12498
12499
|
alertFontWeight: 'Weight-regular',
|
|
12499
12500
|
alertFontColor: 'Neutral-text-5',
|
|
@@ -12504,6 +12505,8 @@ var alertTokens = {
|
|
|
12504
12505
|
alertTitleFontSize: 'Font-16',
|
|
12505
12506
|
alertTitleFontWeight: 'Weight-medium',
|
|
12506
12507
|
alertTitleMarginY: 'Spacing-4',
|
|
12508
|
+
alertTitleIconWidth: 'Size-10',
|
|
12509
|
+
alertTitleIconHeight: 'Size-12',
|
|
12507
12510
|
alertCloseFontColor: 'Neutral-text-4',
|
|
12508
12511
|
alertCloseHoverColor: 'Neutral-text-5',
|
|
12509
12512
|
alertMessageHoverColor: 'Neutral-fill-2'
|
|
@@ -12524,13 +12527,16 @@ var breadcrumbTokens = {
|
|
|
12524
12527
|
breadcrumbFontWieght: 'Weight-regular',
|
|
12525
12528
|
breadcrumbLinkColor: 'Neutral-text-3',
|
|
12526
12529
|
breadcrumbLinkHoverColor: 'Brand-5',
|
|
12530
|
+
breadcrumbDefaultLinkColor: 'Brand-6',
|
|
12531
|
+
breadcrumbDefaultLinkHoverColor: 'Brand-5',
|
|
12527
12532
|
breadcrumbListPaddingY: 'Spacing-4',
|
|
12528
|
-
breadcrumbListItemBorderRadius: 'Radius-
|
|
12533
|
+
breadcrumbListItemBorderRadius: 'Radius-default',
|
|
12529
12534
|
breadcrumbListItemWrapperPaddingX: 'Spacing-4',
|
|
12530
12535
|
breadcrumbListItemPaddingX: 'Spacing-8',
|
|
12531
12536
|
breadcrumbListItemPaddingY: 'Spacing-5',
|
|
12532
12537
|
breadcrumbListItemHoverBackgroundColor: 'Neutral-fill-2',
|
|
12533
12538
|
breadcrumbListItemHoverFontColor: 'Neutral-text-3',
|
|
12539
|
+
breadcrumbPrevFontWeight: 'Weight-regular',
|
|
12534
12540
|
breadcrumbSeparatorMarginX: 'Spacing-8',
|
|
12535
12541
|
breadcrumbIconBackgroundColor: 'Neutral-text-4'
|
|
12536
12542
|
};
|
|
@@ -12790,19 +12796,19 @@ var buttonTokens = {
|
|
|
12790
12796
|
buttonFontSize: 'Font-14',
|
|
12791
12797
|
buttonBorderRadius: 'Radius-default',
|
|
12792
12798
|
buttonPaddingX: 'Spacing-12',
|
|
12793
|
-
buttonPaddingY: 'Spacing-
|
|
12799
|
+
buttonPaddingY: 'Spacing-4',
|
|
12794
12800
|
buttonHeight: 'Size-16',
|
|
12795
12801
|
buttonFontWeight: 'Weight-regular',
|
|
12796
12802
|
buttonSmallFontSize: 'Font-12',
|
|
12797
12803
|
buttonSmallBorderRadius: 'Radius-default',
|
|
12798
12804
|
buttonSmallPaddingX: 'Spacing-8',
|
|
12799
|
-
buttonSmallPaddingY: 'Spacing-
|
|
12805
|
+
buttonSmallPaddingY: 'Spacing-1',
|
|
12800
12806
|
buttonSmallHeight: 'Size-12',
|
|
12801
12807
|
buttonSmallFontWeight: 'Weight-regular',
|
|
12802
12808
|
buttonLargeFontSize: 'Font-16',
|
|
12803
12809
|
buttonLargeBorderRadius: 'Radius-default',
|
|
12804
12810
|
buttonLargePaddingX: 'Spacing-16',
|
|
12805
|
-
buttonLargePaddingY: 'Spacing-
|
|
12811
|
+
buttonLargePaddingY: 'Spacing-7',
|
|
12806
12812
|
buttonLargeHeight: 'Size-20',
|
|
12807
12813
|
buttonLargeFontWeight: 'Weight-regular',
|
|
12808
12814
|
buttonPrimarySplitBackgroundColor: 'Neutral-fill-1',
|
|
@@ -12905,17 +12911,31 @@ var buttonTokens = {
|
|
|
12905
12911
|
var cardTokens = {
|
|
12906
12912
|
cardBackgroundColor: 'Neutral-fill-1',
|
|
12907
12913
|
cardShadow: 'Shadow-2',
|
|
12914
|
+
cardBorderWidth: 'Border-1',
|
|
12908
12915
|
cardBorderColor: 'Neutral-border-1',
|
|
12909
|
-
cardBorderRadius: 'Radius-
|
|
12916
|
+
cardBorderRadius: 'Radius-default',
|
|
12910
12917
|
cardFontColor: 'Neutral-text-5',
|
|
12911
12918
|
cardFontSize: 'Font-14',
|
|
12912
12919
|
cardPaddingX: 'Spacing-16',
|
|
12913
12920
|
cardPaddingY: 'Spacing-12',
|
|
12921
|
+
cardTitleFontColor: 'Neutral-text-5',
|
|
12914
12922
|
cardTitleFontSize: 'Font-16',
|
|
12923
|
+
cardTitleFontWeight: 'Weight-medium',
|
|
12915
12924
|
cardHeaderGap: '8px',
|
|
12916
12925
|
cardHeaderExtraMarginX: 'Spacing-16',
|
|
12926
|
+
cardHeaderPaddingX: 'Spacing-16',
|
|
12927
|
+
cardHeaderPaddingY: 'Spacing-12',
|
|
12917
12928
|
cardIndicatorSize: 'Size-7',
|
|
12918
|
-
cardIndicatorColor: 'Neutral-text-4'
|
|
12929
|
+
cardIndicatorColor: 'Neutral-text-4',
|
|
12930
|
+
cardBodyPaddingX: 'Spacing-16',
|
|
12931
|
+
cardBodyPaddingY: 'Spacing-12',
|
|
12932
|
+
cardBodyFontSize: 'Font-14',
|
|
12933
|
+
cardBodyFontColor: 'Neutral-text-5',
|
|
12934
|
+
cardBodyFontWeight: 'Weight-regular',
|
|
12935
|
+
cardBodyBorderColor: 'Neutral-border-1',
|
|
12936
|
+
cardFooterPaddingX: 'Spacing-16',
|
|
12937
|
+
cardFooterPaddingY: 'Spacing-12',
|
|
12938
|
+
cardFooterBorderColor: 'Neutral-border-1'
|
|
12919
12939
|
};
|
|
12920
12940
|
/* harmony default export */ var card = (cardTokens);
|
|
12921
12941
|
;// CONCATENATED MODULE: ../theme/src/card/index.ts
|
|
@@ -12945,7 +12965,7 @@ var carouselTokens = {
|
|
|
12945
12965
|
carouselArrowSize: 'Size-12',
|
|
12946
12966
|
carouselArrowIconSize: 'Size-10',
|
|
12947
12967
|
carouselArrowBackgroundColor: 'rgba(255, 255, 255, 0.2)',
|
|
12948
|
-
carouselArrowBorderRadius: 'Radius-
|
|
12968
|
+
carouselArrowBorderRadius: 'Radius-default',
|
|
12949
12969
|
carouselArrowFontColor: 'Neutral-text-1',
|
|
12950
12970
|
carouselArrowHoverBackgroundColor: 'rgba(255, 255, 255, 0.4)',
|
|
12951
12971
|
carouselIndicatorBackgroundColor: 'Neutral-fill-4',
|
|
@@ -12981,7 +13001,7 @@ var carouselTokens = {
|
|
|
12981
13001
|
var cascaderTokens = {
|
|
12982
13002
|
cascaderFontSize: 'Font-14',
|
|
12983
13003
|
cascaderFontColor: 'Neutral-text-5',
|
|
12984
|
-
cascaderBorderRadius: 'Radius-
|
|
13004
|
+
cascaderBorderRadius: 'Radius-default',
|
|
12985
13005
|
cascaderBorderColor: 'Neutral-border-2',
|
|
12986
13006
|
cascaderPaddingX: 'Spacing-8',
|
|
12987
13007
|
cascaderPaddingY: 'Spacing-2',
|
|
@@ -13014,7 +13034,7 @@ var cascaderTokens = {
|
|
|
13014
13034
|
cascaderDisabledPlaceholderColor: 'Neutral-text-2',
|
|
13015
13035
|
cascaderDisabledBorderColor: 'Neutral-border-2',
|
|
13016
13036
|
cascaderDisabledBackgroundColor: 'Neutral-fill-2',
|
|
13017
|
-
cascaderResultTextBorderRadius: 'Radius-
|
|
13037
|
+
cascaderResultTextBorderRadius: 'Radius-default',
|
|
13018
13038
|
cascaderResultTextPaddingX: 'Spacing-4',
|
|
13019
13039
|
cascaderResultTextSmallPaddingX: 'Spacing-4',
|
|
13020
13040
|
cascaderResultTextLargePaddingX: 'Spacing-10',
|
|
@@ -13027,7 +13047,7 @@ var cascaderTokens = {
|
|
|
13027
13047
|
cascaderPanelColor: 'Neutral-text-5',
|
|
13028
13048
|
cascaderPanelBackgroundColor: 'Neutral-fill-1',
|
|
13029
13049
|
cascaderPanelShadow: 'Shadow-2',
|
|
13030
|
-
cascaderPanelRadius: 'Radius-
|
|
13050
|
+
cascaderPanelRadius: 'Radius-default',
|
|
13031
13051
|
cascaderPanelBorder: 'Neutral-border-1',
|
|
13032
13052
|
cascaderOptionHeight: 'Size-16',
|
|
13033
13053
|
cascaderOptionFontColor: 'Neutral-text-5',
|
|
@@ -13039,7 +13059,7 @@ var cascaderTokens = {
|
|
|
13039
13059
|
cascaderOptionInnerPaddingX: 'Spacing-8',
|
|
13040
13060
|
cascaderOptionInnerPaddingY: 'Spacing-5',
|
|
13041
13061
|
cascaderOptionInnerPaddingRight: 'Size-15',
|
|
13042
|
-
cascaderOptionInnerBorderRadius: 'Radius-
|
|
13062
|
+
cascaderOptionInnerBorderRadius: 'Radius-lesser',
|
|
13043
13063
|
cascaderOptionIconColor: 'Neutral-text-4',
|
|
13044
13064
|
cascaderOptionHoverBackgroundColor: 'Neutral-fill-2',
|
|
13045
13065
|
cascaderOptionHoverFontColor: 'Neutral-text-5',
|
|
@@ -13114,22 +13134,22 @@ var collapseTokens = {
|
|
|
13114
13134
|
collapseIconHoverBackgroundColor: 'Neutral-fill-3',
|
|
13115
13135
|
collapseExtraMargin: 'Spacing-24',
|
|
13116
13136
|
collapseWrapperBorderSize: 'Border-1',
|
|
13117
|
-
collapseWrapperBorderRadius: 'Radius-
|
|
13137
|
+
collapseWrapperBorderRadius: 'Radius-default',
|
|
13118
13138
|
collapseWrapperGap: 'Size-12',
|
|
13119
13139
|
collapseWrapperPaddingX: 'Spacing-16',
|
|
13120
13140
|
collapseWrapperPaddingY: 'Spacing-12',
|
|
13121
13141
|
collapseHeaderLineHeight: 'Size-11',
|
|
13122
|
-
collapseHeaderGap: '
|
|
13142
|
+
collapseHeaderGap: 'Spacing-8',
|
|
13123
13143
|
collapseHeaderFontSize: 'Font-14',
|
|
13124
13144
|
collapseHeaderWeight: '400',
|
|
13125
13145
|
collapseHeaderIconWidth: 'Size-7',
|
|
13126
13146
|
collapseHeaderExtraGap: 'Size-5',
|
|
13127
13147
|
collapseContentLineHeight: 'Size-11',
|
|
13128
|
-
collapseContentGap: '
|
|
13148
|
+
collapseContentGap: 'Spacing-24',
|
|
13129
13149
|
collapseContentPaddingY: 'Spacing-12',
|
|
13130
13150
|
collapseContentFontSize: 'Font-14',
|
|
13131
13151
|
collapseContentWeight: '400',
|
|
13132
|
-
collapseContentPaddingLeft: '
|
|
13152
|
+
collapseContentPaddingLeft: 'Spacing-38',
|
|
13133
13153
|
collapseContentPaddingRight: 'Spacing-16',
|
|
13134
13154
|
collapseWrapperBorderColor: 'Neutral-border-1',
|
|
13135
13155
|
collapseWrapperColor: 'Neutral-border-1',
|
|
@@ -13165,7 +13185,7 @@ var common = {
|
|
|
13165
13185
|
var datePickerTokens = {
|
|
13166
13186
|
datePickerFontSize: 'Font-14',
|
|
13167
13187
|
datePickerFontColor: 'Neutral-text-5',
|
|
13168
|
-
datePickerBorderRadius: 'Radius-
|
|
13188
|
+
datePickerBorderRadius: 'Radius-default',
|
|
13169
13189
|
datePickerBorderColor: 'Neutral-border-2',
|
|
13170
13190
|
datePickerPaddingX: 'Spacing-8',
|
|
13171
13191
|
datePickerPaddingY: 'Spacing-4',
|
|
@@ -13188,7 +13208,7 @@ var datePickerTokens = {
|
|
|
13188
13208
|
datePickerDisabledPlaceholderColor: 'Neutral-text-2',
|
|
13189
13209
|
datePickerDisabledBorderColor: 'Neutral-border-1',
|
|
13190
13210
|
datePickerDisabledBackgroundColor: 'Neutral-fill-2',
|
|
13191
|
-
datePickerResultTextBorderRadius: 'Radius-
|
|
13211
|
+
datePickerResultTextBorderRadius: 'Radius-default',
|
|
13192
13212
|
datePickerResultTextPaddingX: 'Spacing-4',
|
|
13193
13213
|
datePickerResultTextSmallPaddingX: 'Spacing-4',
|
|
13194
13214
|
datePickerResultTextLargePaddingX: 'Spacing-10',
|
|
@@ -13198,12 +13218,15 @@ var datePickerTokens = {
|
|
|
13198
13218
|
datePickerPanelTitlePaddingTop: 'Spacing-10',
|
|
13199
13219
|
datePickerPanelTitleFontSize: 'Font-14',
|
|
13200
13220
|
datePickerPanelColor: 'Neutral-text-5',
|
|
13221
|
+
datePickerPanelFontWeight: 'Weight-regular',
|
|
13201
13222
|
datePickerPanelBackgroundColor: 'Neutral-fill-1',
|
|
13202
13223
|
datePickerPanelShadow: 'Shadow-2',
|
|
13203
|
-
datePickerPanelRadius: 'Radius-
|
|
13224
|
+
datePickerPanelRadius: 'Radius-default',
|
|
13204
13225
|
datePickerPanelMargin: 'Spacing-24',
|
|
13205
13226
|
datePickerPanelBorder: 'Neutral-border-1',
|
|
13206
13227
|
datePickerPanelHeaderFontSize: 'Font-14',
|
|
13228
|
+
datePickerPanelHeaderFontColor: 'Neutral-text-5',
|
|
13229
|
+
datePickerPanelHeaderFontWeight: 'Weight-regular',
|
|
13207
13230
|
datePickerPanelHeaderPaddingX: 'Spacing-12',
|
|
13208
13231
|
datePickerPanelHeaderPaddingY: 'Spacing-8',
|
|
13209
13232
|
datePickerPanelHeaderBorderColor: 'Neutral-border-1',
|
|
@@ -13237,7 +13260,7 @@ var datePickerTokens = {
|
|
|
13237
13260
|
datePickerTimePanelPaddingY: 'Spacing-7',
|
|
13238
13261
|
datePickerTimeListGap: 'Spacing-8',
|
|
13239
13262
|
datePickerTimeItemHeight: 'Size-15',
|
|
13240
|
-
datePickerTimeItemBorderRadius: 'Radius-
|
|
13263
|
+
datePickerTimeItemBorderRadius: 'Radius-default',
|
|
13241
13264
|
datePickerTimeItemPaddingY: '2px',
|
|
13242
13265
|
datePickerTimeItemBackgroundColor: 'Neutral-fill-1',
|
|
13243
13266
|
datePickerTimeItemColor: 'Neutral-text-5',
|
|
@@ -13305,12 +13328,13 @@ var descriptionsTokens = {
|
|
|
13305
13328
|
var dividerTokens = {
|
|
13306
13329
|
dividerFontSize: 'Font-12',
|
|
13307
13330
|
dividerFontColor: 'Neutral-text-5',
|
|
13331
|
+
dividerFontWeight: 'Weight-regular',
|
|
13308
13332
|
dividerBorderColor: 'Neutral-border-1',
|
|
13309
13333
|
dividerBorderWidth: 'Border-1',
|
|
13310
13334
|
dividerHorizontalMarginY: 'Spacing-24',
|
|
13311
13335
|
dividerHorizontalTextMarginY: 'Spacing-16',
|
|
13312
13336
|
dividerVerticalMarginX: 'Spacing-12',
|
|
13313
|
-
dividerTextPaddingX: '
|
|
13337
|
+
dividerTextPaddingX: 'Spacing-12'
|
|
13314
13338
|
};
|
|
13315
13339
|
/* harmony default export */ var divider = (dividerTokens);
|
|
13316
13340
|
;// CONCATENATED MODULE: ../theme/src/divider/index.ts
|
|
@@ -13401,7 +13425,8 @@ var editableAreaTokens = {
|
|
|
13401
13425
|
|
|
13402
13426
|
var emptyTokens = {
|
|
13403
13427
|
emptyFontSize: 'Font-14',
|
|
13404
|
-
emptyFontColor: 'Neutral-text-3'
|
|
13428
|
+
emptyFontColor: 'Neutral-text-3',
|
|
13429
|
+
emptyFontWeight: 'Weight-regular'
|
|
13405
13430
|
};
|
|
13406
13431
|
/* harmony default export */ var empty = (emptyTokens);
|
|
13407
13432
|
;// CONCATENATED MODULE: ../theme/src/empty/index.ts
|
|
@@ -13422,10 +13447,16 @@ var formTokens = {
|
|
|
13422
13447
|
formItemLabelPaddingY: 'Spacing-5',
|
|
13423
13448
|
formItemLabelMarginXEnd: 'Spacing-8',
|
|
13424
13449
|
formItemLabelTopPaddingY: 'Spacing-4',
|
|
13425
|
-
|
|
13450
|
+
formItemLabelFontWeight: 'Weight-regular',
|
|
13451
|
+
formItemLabelFontColor: 'Neutral-text-5',
|
|
13452
|
+
formItemDangerFontSize: 'Font-12',
|
|
13453
|
+
formItemDangerFontColor: 'Danger-6',
|
|
13454
|
+
formItemDangerFontWeight: 'Weight-regular',
|
|
13426
13455
|
formItemTipMinHeight: 'Size-10',
|
|
13427
13456
|
formItemTipFontSize: 'Font-12',
|
|
13428
|
-
formItemTipFontColor: 'Neutral-text-3'
|
|
13457
|
+
formItemTipFontColor: 'Neutral-text-3',
|
|
13458
|
+
formItemTipFontWeight: 'Weight-regular',
|
|
13459
|
+
formItemTipMarginTop: 'Spacing-0'
|
|
13429
13460
|
};
|
|
13430
13461
|
/* harmony default export */ var form_form = (formTokens);
|
|
13431
13462
|
;// CONCATENATED MODULE: ../theme/src/form/index.ts
|
|
@@ -13461,11 +13492,13 @@ var iconTokens = {
|
|
|
13461
13492
|
|
|
13462
13493
|
var imageTokens = {
|
|
13463
13494
|
imageSpinColor: 'Neutral-text-2',
|
|
13464
|
-
|
|
13495
|
+
imageBorderRadius: 'Radius-default',
|
|
13496
|
+
imageBorderColor: 'Neutral-border-1',
|
|
13497
|
+
imageCircleBorderRadius: 'Radius-circle',
|
|
13465
13498
|
imageCircleBorderColor: 'Neutral-border-1',
|
|
13466
|
-
imageRoundedBorderRadius: 'Radius-
|
|
13499
|
+
imageRoundedBorderRadius: 'Radius-default',
|
|
13467
13500
|
imageRoundedBorderColor: 'Neutral-border-1',
|
|
13468
|
-
imageThumbnailBorderRadius: 'Radius-
|
|
13501
|
+
imageThumbnailBorderRadius: 'Radius-default',
|
|
13469
13502
|
imageThumbnailBorderColor: 'Neutral-border-1',
|
|
13470
13503
|
imagePlaceholderBackgroundColor: 'Neutral-fill-2',
|
|
13471
13504
|
imageErrorBackgroundColor: 'Neutral-fill-2',
|
|
@@ -13689,7 +13722,7 @@ var modalTokens = {
|
|
|
13689
13722
|
modalPanelShadow: 'Shadow-3',
|
|
13690
13723
|
modalPanelBorder: 'Neutral-border-1',
|
|
13691
13724
|
modalPanelGap: 'Spacing-16',
|
|
13692
|
-
modalPanelRadius: 'Radius-
|
|
13725
|
+
modalPanelRadius: 'Radius-default',
|
|
13693
13726
|
modalPanelFontSize: 'Font-14',
|
|
13694
13727
|
modalHeaderIconMarginEnd: 'Spacing-8',
|
|
13695
13728
|
modalHeaderIconMarginTop: 'Size-2',
|
|
@@ -13779,9 +13812,18 @@ var progressTokens = {
|
|
|
13779
13812
|
progressFontColor: 'Neutral-text-4',
|
|
13780
13813
|
progressBackground: 'Neutral-fill-3',
|
|
13781
13814
|
progressInfoFrontBackgroundColor: 'Brand-6',
|
|
13815
|
+
progressInfoInnerFontColor: 'Neutral-text-1',
|
|
13782
13816
|
progressWarningFrontBackgroundColor: 'Warning-6',
|
|
13817
|
+
progressWarningInnerFontColor: 'Neutral-text-1',
|
|
13783
13818
|
progressSuccessFrontBackgroundColor: 'Success-6',
|
|
13819
|
+
progressSuccessInnerFontColor: 'Neutral-text-1',
|
|
13784
13820
|
progressDangerFrontBackgroundColor: 'Danger-6',
|
|
13821
|
+
progressDangerInnerFontColor: 'Neutral-text-1',
|
|
13822
|
+
progressCircleInfoFontColor: 'Neutral-text-4',
|
|
13823
|
+
progressCircleWarningFontColor: 'Warning-6',
|
|
13824
|
+
progressCircleSuccessFontColor: 'success-6',
|
|
13825
|
+
progressCircleDangerFontColor: 'danger-6',
|
|
13826
|
+
progressCircleFontWeight: 'Weight-regular',
|
|
13785
13827
|
progressLineHeight: 'Size-3',
|
|
13786
13828
|
progressLineGap: 'Spacing-8',
|
|
13787
13829
|
progressLineInnerHeight: 'Size-10',
|
|
@@ -13790,9 +13832,14 @@ var progressTokens = {
|
|
|
13790
13832
|
progressLineInnerFontColor: 'Neutral-text-1',
|
|
13791
13833
|
progressLineInnerFontSize: 'Font-12',
|
|
13792
13834
|
progressLineInnerRightFontColor: 'Neutral-text-5',
|
|
13835
|
+
progressLineInnerInfoFrontBackgroundColor: 'Brand-6',
|
|
13836
|
+
progressLineInnerWarningFrontBackgroundColor: 'Warning-6',
|
|
13837
|
+
progressLineInnerSuccessFrontBackgroundColor: 'Success-6',
|
|
13838
|
+
progressLineInnerDangerFrontBackgroundColor: 'Danger-6',
|
|
13839
|
+
progressLinePopFontColor: 'Neutral-text-1',
|
|
13793
13840
|
progressLineIconSize: 'Size-7',
|
|
13794
13841
|
progressLineBackgroundColor: 'Neutral-fill-9',
|
|
13795
|
-
|
|
13842
|
+
progressLineFontWeight: 'Weight-regular'
|
|
13796
13843
|
};
|
|
13797
13844
|
/* harmony default export */ var progress = (progressTokens);
|
|
13798
13845
|
;// CONCATENATED MODULE: ../theme/src/progress/index.ts
|
|
@@ -13850,8 +13897,10 @@ var radioTokens = {
|
|
|
13850
13897
|
var rateTokens = {
|
|
13851
13898
|
rateFontColor: 'Neutral-text-5',
|
|
13852
13899
|
rateFontSize: 'Font-14',
|
|
13853
|
-
|
|
13900
|
+
rateFontWeight: 'Weight-regular',
|
|
13901
|
+
rateGap: 'Spacing-6',
|
|
13854
13902
|
rateSize: 'Size-12',
|
|
13903
|
+
rateTextGap: 'Spacing-10',
|
|
13855
13904
|
rateBackgroundColor: 'Neutral-fill-3',
|
|
13856
13905
|
rateFrontBackgroundColor: 'Warning-5'
|
|
13857
13906
|
};
|
|
@@ -13986,7 +14035,7 @@ var sliderTokens = {
|
|
|
13986
14035
|
sliderValueBackgroundColor: 'Neutral-fill-1',
|
|
13987
14036
|
sliderValueHoverBackgroundColor: 'Neutral-fill-9',
|
|
13988
14037
|
sliderValueHoverFontColor: 'Neutral-text-1',
|
|
13989
|
-
sliderValueHoverRadius: 'Radius-
|
|
14038
|
+
sliderValueHoverRadius: 'Radius-lesser',
|
|
13990
14039
|
sliderValueHoverPaddingX: 'Spacing-8',
|
|
13991
14040
|
sliderValueHoverPaddingY: 'Spacing-3',
|
|
13992
14041
|
sliderScaleLineSize: 'Size-3',
|
|
@@ -14177,9 +14226,6 @@ var tableTokens = {
|
|
|
14177
14226
|
// This file was generated automatically by a script. Please do not modify it directly.
|
|
14178
14227
|
|
|
14179
14228
|
var tabsTokens = {
|
|
14180
|
-
tabsExtraFillHoverBackgroundColor: 'Neutral-fill-3',
|
|
14181
|
-
tabsCardDisabledBackgroundColor: 'Neutral-fill-2',
|
|
14182
|
-
tabsArrowFontColor: 'Neutral-text-4',
|
|
14183
14229
|
tabsFontColor: 'Neutral-text-5',
|
|
14184
14230
|
tabsBackgroundColor: 'Neutral-fill-2',
|
|
14185
14231
|
tabsBorderColor: 'Neutral-border-1',
|
|
@@ -14192,21 +14238,71 @@ var tabsTokens = {
|
|
|
14192
14238
|
tabsTabPaddingX: 'Spacing-15',
|
|
14193
14239
|
tabsTabPaddingY: 'Spacing-9',
|
|
14194
14240
|
tabsTabFontSize: 'Font-14',
|
|
14195
|
-
tabsTabBorderRadius: 'Radius-
|
|
14241
|
+
tabsTabBorderRadius: 'Radius-default',
|
|
14196
14242
|
tabsNearlyMargin: 'Spacing-4',
|
|
14197
14243
|
tabsLinePaddingX: 'Spacing-8',
|
|
14198
14244
|
tabsLinePaddingY: 'Spacing-6',
|
|
14245
|
+
tabsLineHrBackgroundColor: 'Neutral-border-1',
|
|
14246
|
+
tabsLineAfterBackgroundColor: 'Brand-6',
|
|
14199
14247
|
tabsLineInnerPaddingX: 'Spacing-8',
|
|
14200
14248
|
tabsLineInnerPaddingY: 'Spacing-4',
|
|
14249
|
+
tabsLineFontColor: 'Neutral-text-5',
|
|
14250
|
+
tabsLineFontWeight: 'Weight-regular',
|
|
14251
|
+
tabsLineFontSize: 'Font-14',
|
|
14252
|
+
tabsLineBackgroundColor: 'Neutral-fill-1',
|
|
14253
|
+
tabsLineActiveBackgroundColor: 'Neutral-fill-3',
|
|
14254
|
+
tabsLineCheckedFontColor: 'Brand-6',
|
|
14255
|
+
tabsLineCheckedFontSize: 'Font-14',
|
|
14256
|
+
tabsLineCheckedFontWeight: 'Weight-medium',
|
|
14257
|
+
tabsLineCheckedBackgroundColor: 'Neutral-fill-1',
|
|
14258
|
+
tabsLineHoverFontSize: 'Font-14',
|
|
14259
|
+
tabsLineHoverBackgroundColor: 'Neutral-fill-2',
|
|
14260
|
+
tabsLineDisabledFontColor: 'Neutral-text-2',
|
|
14201
14261
|
tabsFillPaddingX: 'Spacing-4',
|
|
14202
14262
|
tabsFillPaddingY: 'Spacing-4',
|
|
14203
14263
|
tabsFillInnerPaddingX: 'Spacing-16',
|
|
14204
14264
|
tabsFillInnerPaddingY: 'Spacing-5',
|
|
14265
|
+
tabsFillFontColor: 'Neutral-text-5',
|
|
14266
|
+
tabsFillFontWeight: 'Weight-regular',
|
|
14267
|
+
tabsFillFontSize: 'Font-14',
|
|
14268
|
+
tabsFillBackgroundColor: 'Neutral-fill-2',
|
|
14269
|
+
tabsFillActiveFontWeight: 'Weight-medium',
|
|
14270
|
+
tabsFillActiveFontSize: 'Font-14',
|
|
14271
|
+
tabsFillActiveBackgroundColor: 'Neutral-fill-4',
|
|
14272
|
+
tabsFillCheckedFontColor: 'Brand-6',
|
|
14273
|
+
tabsFillCheckedFontSize: 'Font-14',
|
|
14274
|
+
tabsFillCheckedFontWeight: 'Weight-medium',
|
|
14275
|
+
tabsFillCheckedBackgroundColor: 'Neutral-fill-1',
|
|
14276
|
+
tabsFillHoverBackgroundColor: 'Neutral-fill-3',
|
|
14277
|
+
tabsFillDisabledFontColor: 'Neutral-text-2',
|
|
14278
|
+
tabsDashFontWeight: 'Weight-regular',
|
|
14279
|
+
tabsDashFontSize: 'Font-14',
|
|
14280
|
+
tabsDashActiveFontWeight: 'Weight-medium',
|
|
14281
|
+
tabsDashActiveFontSize: 'Font-14',
|
|
14282
|
+
tabsCardPaddingX: 'Spacing-15',
|
|
14283
|
+
tabsCardPaddingY: 'Spacing-9',
|
|
14284
|
+
tabsCardFontColor: 'Neutral-text-5',
|
|
14285
|
+
tabsCardFontWeight: 'Weight-regular',
|
|
14286
|
+
tabsCardFontSize: 'Font-14',
|
|
14287
|
+
tabsCardBackgroundColor: 'Neutral-fill-2',
|
|
14288
|
+
tabsCardActiveFontWeight: 'Weight-medium',
|
|
14289
|
+
tabsCardActiveFontSize: 'Font-14',
|
|
14290
|
+
tabsCardActiveBackgroundColor: 'Neutral-fill-4',
|
|
14291
|
+
tabsCardBorderColor: 'Neutral-border-1',
|
|
14292
|
+
tabsCardCheckedFontColor: 'Brand-6',
|
|
14293
|
+
tabsCardCheckedFontSize: 'Font-14',
|
|
14294
|
+
tabsCardCheckedFontWeight: 'Weight-medium',
|
|
14295
|
+
tabsCardCheckedBackgroundColor: 'Neutral-fill-1',
|
|
14296
|
+
tabsCardHoverBackgroundColor: 'Neutral-fill-3',
|
|
14297
|
+
tabsCardDisabledFontColor: 'Neutral-text-2',
|
|
14298
|
+
tabsCardDisabledBackgroundColor: 'Neutral-fill-2',
|
|
14205
14299
|
tabsSplitBorderColor: 'Neutral-border-2',
|
|
14206
14300
|
tabsActionVerticalPaddingX: 'Spacing-7',
|
|
14207
14301
|
tabsActionVerticalPaddingY: 'Spacing-4',
|
|
14208
14302
|
tabsActionHorizontalPaddingX: 'Spacing-7',
|
|
14209
|
-
tabsActionHorizontalPaddingY: 'Spacing-8'
|
|
14303
|
+
tabsActionHorizontalPaddingY: 'Spacing-8',
|
|
14304
|
+
tabsExtraFillHoverBackgroundColor: 'Neutral-fill-3',
|
|
14305
|
+
tabsArrowFontColor: 'Neutral-text-4'
|
|
14210
14306
|
};
|
|
14211
14307
|
/* harmony default export */ var tabs = (tabsTokens);
|
|
14212
14308
|
;// CONCATENATED MODULE: ../theme/src/tabs/index.ts
|
|
@@ -14243,7 +14339,7 @@ var tagTokens = {
|
|
|
14243
14339
|
tagDefaultDisabledFontColor: 'Neutral-text-2',
|
|
14244
14340
|
tagDefaultDisabledBackgroundColor: 'Neutral-fill-2',
|
|
14245
14341
|
tagDefaultDisabledBorderColor: 'Neutral-fill-2',
|
|
14246
|
-
tagDefaultOutlineFontColor: 'Neutral-text-
|
|
14342
|
+
tagDefaultOutlineFontColor: 'Neutral-text-5',
|
|
14247
14343
|
tagDefaultOutlineBackgroundColor: 'Neutral-fill-1',
|
|
14248
14344
|
tagDefaultOutlineBorderColor: 'Neutral-border-2',
|
|
14249
14345
|
tagDefaultOutlineDisabledFontColor: 'Neutral-text-2',
|
|
@@ -14454,19 +14550,22 @@ var tagTokens = {
|
|
|
14454
14550
|
tagTangerineFillDisabledBackgroundColor: 'Tangerine-3',
|
|
14455
14551
|
tagTangerineFillDisabledBorderColor: 'Tangerine-3',
|
|
14456
14552
|
tagFontSize: 'Font-12',
|
|
14457
|
-
tagBorderRadius: 'Radius-
|
|
14553
|
+
tagBorderRadius: 'Radius-small',
|
|
14458
14554
|
tagPaddingX: 'Spacing-6',
|
|
14459
14555
|
tagPaddingY: 'Spacing-2',
|
|
14460
14556
|
tagHeight: 'Size-11',
|
|
14557
|
+
tagFontWeight: 'Weight-regular',
|
|
14461
14558
|
tagSmallFontSize: 'Font-12',
|
|
14462
|
-
tagSmallBorderRadius: 'Radius-
|
|
14559
|
+
tagSmallBorderRadius: 'Radius-lesser',
|
|
14463
14560
|
tagSmallPaddingX: 'Spacing-4',
|
|
14464
14561
|
tagSmallHeight: 'Size-10',
|
|
14562
|
+
tagSmallFontWeight: 'Weight-regular',
|
|
14465
14563
|
tagLargeFontSize: 'Font-14',
|
|
14466
|
-
tagLargeBorderRadius: 'Radius-
|
|
14564
|
+
tagLargeBorderRadius: 'Radius-default',
|
|
14467
14565
|
tagLargePaddingX: 'Spacing-12',
|
|
14468
14566
|
tagLargePaddingY: 'Spacing-2',
|
|
14469
14567
|
tagLargeHeight: 'Size-14',
|
|
14568
|
+
tagLargeFontWeight: 'Weight-regular',
|
|
14470
14569
|
tagInputPaddingX: 'Spacing-4',
|
|
14471
14570
|
tagInputFontSize: 'Font-12',
|
|
14472
14571
|
tagSmallInputPaddingX: 'Spacing-4',
|
|
@@ -14531,7 +14630,7 @@ var tagTokens = {
|
|
|
14531
14630
|
|
|
14532
14631
|
var textareaTokens = {
|
|
14533
14632
|
textareaFontSize: 'Font-14',
|
|
14534
|
-
textareaBorderRadius: 'Radius-
|
|
14633
|
+
textareaBorderRadius: 'Radius-default',
|
|
14535
14634
|
textareaPaddingX: 'Spacing-8',
|
|
14536
14635
|
textareaPaddingY: 'Spacing-4',
|
|
14537
14636
|
textareaSmallFontSize: 'Font-12',
|
|
@@ -14574,7 +14673,7 @@ var tooltipTokens = {
|
|
|
14574
14673
|
tooltipFontSize: 'Font-12',
|
|
14575
14674
|
tooltipPaddingX: 'Spacing-8',
|
|
14576
14675
|
tooltipPaddingY: 'Spacing-5',
|
|
14577
|
-
tooltipBorderRadius: 'Radius-
|
|
14676
|
+
tooltipBorderRadius: 'Radius-lesser',
|
|
14578
14677
|
tooltipColor: 'Neutral-text-1',
|
|
14579
14678
|
tooltipShadow: 'Shadow-2',
|
|
14580
14679
|
tooltipBackgroundColor: 'Neutral-fill-9',
|
|
@@ -14602,21 +14701,27 @@ var tooltipTokens = {
|
|
|
14602
14701
|
|
|
14603
14702
|
var transferTokens = {
|
|
14604
14703
|
transferFontSize: 'Font-14',
|
|
14704
|
+
transferFontColor: 'Neutral-text-5',
|
|
14605
14705
|
transferHeaderHeight: 'Size-23',
|
|
14706
|
+
transferHeaderBackgroundColor: 'Neutral-fill-2',
|
|
14707
|
+
transferHeaderBorderColor: 'Transparent',
|
|
14606
14708
|
transferSmallFontSize: 'Font-12',
|
|
14607
14709
|
transferSmallHeaderHeight: 'Size-22',
|
|
14608
14710
|
transferLargeFontSize: 'Font-16',
|
|
14609
14711
|
transferLargeHeaderHeight: 'Size-24',
|
|
14610
14712
|
transferBorderColor: 'Neutral-border-1',
|
|
14611
|
-
|
|
14713
|
+
transferBorderRadius: 'Radius-default',
|
|
14612
14714
|
transferIconColor: 'Neutral-text-4',
|
|
14613
|
-
transferDisabledFontColor: 'Neutral-text-2',
|
|
14614
|
-
transferEmptyFontColor: 'Neutral-text-3',
|
|
14615
|
-
transferBorderRadius: 'Radius-4',
|
|
14616
|
-
transferHeaderBackgroundColor: 'Neutral-fill-2',
|
|
14617
14715
|
transferIconBackgroundColor: 'Neutral-fill-3',
|
|
14618
14716
|
transferIconNearlyMargin: 'Spacing-8',
|
|
14717
|
+
transferDisabledFontColor: 'Neutral-text-2',
|
|
14718
|
+
transferEmptyFontColor: 'Neutral-text-3',
|
|
14719
|
+
transferBackgroundColor: 'Neutral-fill-1',
|
|
14720
|
+
transferFooterBackgroundColor: 'Neutral-fill-1',
|
|
14721
|
+
transferFooterBorderColor: 'Neutral-border-1',
|
|
14619
14722
|
transferItemHoverBackgroundColor: 'Neutral-fill-2',
|
|
14723
|
+
transferItemBorderRadius: 'Radius-default',
|
|
14724
|
+
transferRemoveIconColor: 'Neutral-text-4',
|
|
14620
14725
|
transferCheckboxHoverBackgroundColor: 'Neutral-fill-3'
|
|
14621
14726
|
};
|
|
14622
14727
|
/* harmony default export */ var transfer = (transferTokens);
|
|
@@ -14650,12 +14755,14 @@ var treeTokens = {
|
|
|
14650
14755
|
treeItemActiveFontColor: 'Neutral-text-4',
|
|
14651
14756
|
treeItemDisabledFontColor: 'Neutral-text-2',
|
|
14652
14757
|
treeContentHoverBackgroundColor: 'Neutral-fill-2',
|
|
14758
|
+
treeContentHoverFontColor: 'Neutral-text-5',
|
|
14653
14759
|
treeContentActiveBackgroundColor: 'Brand-1',
|
|
14654
14760
|
treeContentActiveFontColor: 'Brand-6',
|
|
14655
|
-
|
|
14761
|
+
treeContentDisabledBackgroundColor: 'Transprent',
|
|
14762
|
+
treeContentDisabledFontColor: 'Neutral-text-5',
|
|
14656
14763
|
treeDragBorderColor: 'Brand-6',
|
|
14657
14764
|
treeDragBackgroundColor: 'Brand-1',
|
|
14658
|
-
treeContentBorderRadius: 'Radius-
|
|
14765
|
+
treeContentBorderRadius: 'Radius-lesser'
|
|
14659
14766
|
};
|
|
14660
14767
|
/* harmony default export */ var tree = (treeTokens);
|
|
14661
14768
|
;// CONCATENATED MODULE: ../theme/src/tree/index.ts
|
|
@@ -14670,7 +14777,7 @@ var treeTokens = {
|
|
|
14670
14777
|
var treeSelectTokens = {
|
|
14671
14778
|
treeSelectFontSize: 'Font-14',
|
|
14672
14779
|
treeSelectFontColor: 'Neutral-text-5',
|
|
14673
|
-
treeSelectBorderRadius: 'Radius-
|
|
14780
|
+
treeSelectBorderRadius: 'Radius-default',
|
|
14674
14781
|
treeSelectBorderColor: 'Neutral-border-2',
|
|
14675
14782
|
treeSelectPaddingX: 'Spacing-8',
|
|
14676
14783
|
treeSelectPaddingY: 'Spacing-2',
|
|
@@ -14702,7 +14809,7 @@ var treeSelectTokens = {
|
|
|
14702
14809
|
treeSelectDisabledPlaceholderColor: 'Neutral-text-2',
|
|
14703
14810
|
treeSelectDisabledBorderColor: 'Neutral-border-2',
|
|
14704
14811
|
treeSelectDisabledBackgroundColor: 'Neutral-fill-2',
|
|
14705
|
-
treeSelectResultTextBorderRadius: 'Radius-
|
|
14812
|
+
treeSelectResultTextBorderRadius: 'Radius-default',
|
|
14706
14813
|
treeSelectResultTextPaddingX: 'Spacing-4',
|
|
14707
14814
|
treeSelectResultTextSmallPaddingX: 'Spacing-4',
|
|
14708
14815
|
treeSelectResultTextLargePaddingX: 'Spacing-10',
|
|
@@ -14712,17 +14819,24 @@ var treeSelectTokens = {
|
|
|
14712
14819
|
treeSelectPanelColor: 'Neutral-text-5',
|
|
14713
14820
|
treeSelectPanelBackgroundColor: 'Neutral-fill-1',
|
|
14714
14821
|
treeSelectPanelShadow: 'Shadow-2',
|
|
14715
|
-
treeSelectPanelRadius: 'Radius-
|
|
14822
|
+
treeSelectPanelRadius: 'Radius-default',
|
|
14716
14823
|
treeSelectPanelBorder: 'Neutral-border-1',
|
|
14824
|
+
treeSelectContentHoverFontColor: 'Neutral-text-5',
|
|
14825
|
+
treeSelectContentHoverBackgroundColor: 'Neutral-fill-2',
|
|
14826
|
+
treeSelectContentActiveFontColor: 'Brand-6',
|
|
14827
|
+
treeSelectContentActiveBackgroundColor: 'Brand-1',
|
|
14828
|
+
treeSelectContentDisabledFontColor: 'Neutral-text-2',
|
|
14829
|
+
treeSelectContentDisabledBackgroundColor: 'Transprent',
|
|
14717
14830
|
treeSelectOptionHeight: 'Size-16',
|
|
14718
14831
|
treeSelectOptionPaddingX: 'Spacing-4',
|
|
14719
14832
|
treeSelectOptionPaddingY: 'Spacing-1',
|
|
14720
14833
|
treeSelectOptionActiveColor: 'Brand-6',
|
|
14721
14834
|
treeSelectOptionActiveBackgroundColor: 'Brand-1',
|
|
14835
|
+
treeSelectOptionFontColor: 'Neutral-text-5',
|
|
14722
14836
|
treeSelectOptionInnerPaddingX: 'Spacing-8',
|
|
14723
14837
|
treeSelectOptionInnerPaddingY: 'Spacing-5',
|
|
14724
14838
|
treeSelectOptionInnerPaddingRight: 'Size-15',
|
|
14725
|
-
treeSelectOptionInnerBorderRadius: 'Radius-
|
|
14839
|
+
treeSelectOptionInnerBorderRadius: 'Radius-lesser',
|
|
14726
14840
|
treeSelectOptionHoverBackgroundColor: 'Neutral-fill-2',
|
|
14727
14841
|
treeSelectOptionDisabledColor: 'Neutral-text-2',
|
|
14728
14842
|
treeSelectOptionDisabledBackgroundColor: 'Neutral-fill-1',
|
|
@@ -14758,13 +14872,13 @@ var uploadTokens = {
|
|
|
14758
14872
|
uploadResultIconHoverBackgroundColor: 'Neutral-fill-2',
|
|
14759
14873
|
uploadResultFontSize: 'Font-14',
|
|
14760
14874
|
uploadResultFontColor: 'Neutral-text-5',
|
|
14761
|
-
uploadResultBorderRadius: 'Radius-
|
|
14875
|
+
uploadResultBorderRadius: 'Radius-default',
|
|
14762
14876
|
uploadResultErrorFontColor: 'Danger-6',
|
|
14763
14877
|
uploadResultErrorIconColor: 'Danger-6',
|
|
14764
14878
|
uploadResultSuccessIconColor: 'Success-6',
|
|
14765
14879
|
uploadResultDeletedFontColor: 'Neutral-text-3',
|
|
14766
14880
|
uploadResultUploadingIconColor: 'Brand-6',
|
|
14767
|
-
uploadImageBorderRadius: 'Radius-
|
|
14881
|
+
uploadImageBorderRadius: 'Radius-default',
|
|
14768
14882
|
uploadImageHandlerBorderColor: 'Neutral-border-1',
|
|
14769
14883
|
uploadImageHandlerBackgroundColor: 'Neutral-fill-1',
|
|
14770
14884
|
uploadImageHandlerFontColor: 'Neutral-text-4',
|
|
@@ -14909,11 +15023,11 @@ var alertStyle = {
|
|
|
14909
15023
|
widthTitle: {
|
|
14910
15024
|
'& $icon': {
|
|
14911
15025
|
// marginBottom: Token.alertNearlyMargin,
|
|
14912
|
-
width:
|
|
14913
|
-
height:
|
|
15026
|
+
width: src.alertTitleIconWidth,
|
|
15027
|
+
height: src.alertTitleIconHeight
|
|
14914
15028
|
},
|
|
14915
15029
|
'& $title': {
|
|
14916
|
-
lineHeight:
|
|
15030
|
+
lineHeight: src.lineHeightDynamic
|
|
14917
15031
|
},
|
|
14918
15032
|
'& $close': {
|
|
14919
15033
|
marginBottom: src.alertNearlyMargin,
|
|
@@ -15006,7 +15120,7 @@ var alertStyle = {
|
|
|
15006
15120
|
borderColor: 'transparent'
|
|
15007
15121
|
},
|
|
15008
15122
|
icon: {
|
|
15009
|
-
width:
|
|
15123
|
+
width: src.alertIconSize,
|
|
15010
15124
|
display: 'inline-flex',
|
|
15011
15125
|
fontSize: src.alertFontSize,
|
|
15012
15126
|
height: src.lineHeightDynamic,
|
|
@@ -15028,6 +15142,7 @@ var breadcrumbStyle = {
|
|
|
15028
15142
|
wrapper: {
|
|
15029
15143
|
lineHeight: src.lineHeightDynamic,
|
|
15030
15144
|
fontSize: src.breadcrumbFontSize,
|
|
15145
|
+
fontWeight: src.breadcrumbFontWieght,
|
|
15031
15146
|
display: 'flex',
|
|
15032
15147
|
alignItems: 'center',
|
|
15033
15148
|
color: src.breadcrumbFontColor,
|
|
@@ -15056,7 +15171,13 @@ var breadcrumbStyle = {
|
|
|
15056
15171
|
},
|
|
15057
15172
|
item: {
|
|
15058
15173
|
display: 'flex',
|
|
15059
|
-
alignItems: 'center'
|
|
15174
|
+
alignItems: 'center',
|
|
15175
|
+
'& a:not(a[class])': {
|
|
15176
|
+
color: src.breadcrumbDefaultLinkColor,
|
|
15177
|
+
'&:hover': {
|
|
15178
|
+
color: src.breadcrumbDefaultLinkHoverColor
|
|
15179
|
+
}
|
|
15180
|
+
}
|
|
15060
15181
|
// '&:not(a) svg': {
|
|
15061
15182
|
// color: token.breadcrumbIconBackgroundColor,
|
|
15062
15183
|
// },
|
|
@@ -15322,7 +15443,8 @@ var ButtonStyle = {
|
|
|
15322
15443
|
padding: "".concat(src.buttonPaddingY, " ").concat(src.buttonPaddingX),
|
|
15323
15444
|
transition: 'all .1s linear',
|
|
15324
15445
|
fontFamily: 'inherit',
|
|
15325
|
-
height:
|
|
15446
|
+
// height: Token.buttonHeight,
|
|
15447
|
+
|
|
15326
15448
|
'& + &': {
|
|
15327
15449
|
marginLeft: src.buttonNearlyMargin
|
|
15328
15450
|
},
|
|
@@ -15334,7 +15456,7 @@ var ButtonStyle = {
|
|
|
15334
15456
|
}
|
|
15335
15457
|
},
|
|
15336
15458
|
small: {
|
|
15337
|
-
height:
|
|
15459
|
+
// height: Token.buttonSmallHeight,
|
|
15338
15460
|
fontWeight: src.buttonSmallFontWeight,
|
|
15339
15461
|
fontSize: src.buttonSmallFontSize,
|
|
15340
15462
|
padding: "".concat(src.buttonSmallPaddingY, " ").concat(src.buttonSmallPaddingX),
|
|
@@ -15344,7 +15466,7 @@ var ButtonStyle = {
|
|
|
15344
15466
|
}
|
|
15345
15467
|
},
|
|
15346
15468
|
large: {
|
|
15347
|
-
height:
|
|
15469
|
+
// height: Token.buttonLargeHeight,
|
|
15348
15470
|
fontWeight: src.buttonLargeFontWeight,
|
|
15349
15471
|
fontSize: src.buttonLargeFontSize,
|
|
15350
15472
|
padding: "".concat(src.buttonLargePaddingY, " ").concat(src.buttonLargePaddingX),
|
|
@@ -15447,7 +15569,16 @@ var ButtonStyle = {
|
|
|
15447
15569
|
groupItem: {},
|
|
15448
15570
|
group: {
|
|
15449
15571
|
// 2.x 之前非 inline-block
|
|
15450
|
-
display: 'inline-
|
|
15572
|
+
display: 'inline-flex',
|
|
15573
|
+
// 处理 dropdown 下的 button
|
|
15574
|
+
'& [data-role="dropdown"]': {
|
|
15575
|
+
'& $button': {
|
|
15576
|
+
height: '100%'
|
|
15577
|
+
},
|
|
15578
|
+
'& [data-role="caret"]': {
|
|
15579
|
+
margin: 0
|
|
15580
|
+
}
|
|
15581
|
+
},
|
|
15451
15582
|
'& > :first-child$button,& > :first-child $button': {
|
|
15452
15583
|
'&::before': {
|
|
15453
15584
|
display: 'none'
|
|
@@ -15593,7 +15724,8 @@ var useButtonStyle = styled(src_button_button, 'button');
|
|
|
15593
15724
|
var headerCommon = {
|
|
15594
15725
|
fontSize: src.cardTitleFontSize,
|
|
15595
15726
|
lineHeight: src.lineHeightDynamic,
|
|
15596
|
-
|
|
15727
|
+
color: src.cardTitleFontColor,
|
|
15728
|
+
fontWeight: src.cardTitleFontWeight,
|
|
15597
15729
|
minWidth: 0
|
|
15598
15730
|
};
|
|
15599
15731
|
var cardStyle = {
|
|
@@ -15637,7 +15769,7 @@ var cardStyle = {
|
|
|
15637
15769
|
borderRadius: src.cardBorderRadius
|
|
15638
15770
|
},
|
|
15639
15771
|
header: {
|
|
15640
|
-
padding: "".concat(src.
|
|
15772
|
+
padding: "".concat(src.cardHeaderPaddingY, " ").concat(src.cardHeaderPaddingX),
|
|
15641
15773
|
'$wrapperMoveable &': {
|
|
15642
15774
|
cursor: 'move'
|
|
15643
15775
|
},
|
|
@@ -15688,10 +15820,13 @@ var cardStyle = {
|
|
|
15688
15820
|
'$wrapperSplit>$header+&, $wrapperSplit>$header+$bodyCollapse>&': {
|
|
15689
15821
|
borderTop: "1px solid ".concat(src.cardBorderColor)
|
|
15690
15822
|
},
|
|
15691
|
-
padding: "".concat(src.
|
|
15823
|
+
padding: "".concat(src.cardBodyPaddingY, " ").concat(src.cardBodyPaddingX),
|
|
15692
15824
|
flex: 1,
|
|
15693
15825
|
minHeight: 0,
|
|
15694
15826
|
minWidth: 0,
|
|
15827
|
+
color: src.cardBodyFontColor,
|
|
15828
|
+
fontWeight: src.cardBodyFontWeight,
|
|
15829
|
+
fontSize: src.cardBodyFontSize,
|
|
15695
15830
|
boxSizing: 'border-box'
|
|
15696
15831
|
},
|
|
15697
15832
|
bodyCollapse: {},
|
|
@@ -15699,7 +15834,7 @@ var cardStyle = {
|
|
|
15699
15834
|
'$wrapperSplit>$body+&, $wrapperSplit>$bodyCollapse+&': {
|
|
15700
15835
|
borderTop: "1px solid ".concat(src.cardBorderColor)
|
|
15701
15836
|
},
|
|
15702
|
-
padding: "".concat(src.
|
|
15837
|
+
padding: "".concat(src.cardFooterPaddingY, " ").concat(src.cardFooterPaddingX),
|
|
15703
15838
|
boxSizing: 'border-box'
|
|
15704
15839
|
},
|
|
15705
15840
|
resizeX: {
|
|
@@ -17329,6 +17464,7 @@ var datePickerStyle = objectSpread2_default()(objectSpread2_default()({
|
|
|
17329
17464
|
cursor: 'pointer',
|
|
17330
17465
|
width: src.datePickerPanelHeaderIconHotWidth,
|
|
17331
17466
|
height: src.datePickerPanelHeaderIconHotWidth,
|
|
17467
|
+
color: src.datePickerPanelHeaderIconColor,
|
|
17332
17468
|
borderRadius: '50%',
|
|
17333
17469
|
'&[dir=rtl]': {
|
|
17334
17470
|
transform: 'rotate(180deg)'
|
|
@@ -17352,6 +17488,8 @@ var datePickerStyle = objectSpread2_default()(objectSpread2_default()({
|
|
|
17352
17488
|
pickerHeaderInfo: {
|
|
17353
17489
|
cursor: 'pointer',
|
|
17354
17490
|
borderRadius: '2px',
|
|
17491
|
+
color: src.datePickerPanelHeaderFontColor,
|
|
17492
|
+
fontWeight: src.datePickerPanelHeaderFontWeight,
|
|
17355
17493
|
'&:hover': {
|
|
17356
17494
|
backgroundColor: src.datePickerPanelHeaderIconHoverBackgroundColor
|
|
17357
17495
|
}
|
|
@@ -17369,7 +17507,7 @@ var datePickerStyle = objectSpread2_default()(objectSpread2_default()({
|
|
|
17369
17507
|
'& th, & td': {
|
|
17370
17508
|
boxSizing: 'border-box',
|
|
17371
17509
|
padding: '0',
|
|
17372
|
-
fontWeight:
|
|
17510
|
+
fontWeight: src.datePickerPanelFontWeight
|
|
17373
17511
|
},
|
|
17374
17512
|
'& th': {
|
|
17375
17513
|
color: src.datePickerCellHeaderColor,
|
|
@@ -17975,6 +18113,7 @@ var dividerStyle = {
|
|
|
17975
18113
|
display: 'inline-block',
|
|
17976
18114
|
padding: "0 ".concat(src.dividerTextPaddingX),
|
|
17977
18115
|
fontSize: src.dividerFontSize,
|
|
18116
|
+
fontWeight: src.dividerFontWeight,
|
|
17978
18117
|
color: src.dividerFontColor
|
|
17979
18118
|
}
|
|
17980
18119
|
};
|
|
@@ -18311,6 +18450,7 @@ var emptyStyle = {
|
|
|
18311
18450
|
description: {
|
|
18312
18451
|
fontSize: src.emptyFontSize,
|
|
18313
18452
|
color: src.emptyFontColor,
|
|
18453
|
+
fontWeight: src.emptyFontWeight,
|
|
18314
18454
|
lineHeight: src.lineHeightDynamic
|
|
18315
18455
|
}
|
|
18316
18456
|
};
|
|
@@ -18342,6 +18482,8 @@ var formItemStyle = {
|
|
|
18342
18482
|
},
|
|
18343
18483
|
wordWrap: 'break-word',
|
|
18344
18484
|
width: src.formItemLabelWidth,
|
|
18485
|
+
fontWeight: src.formItemLabelFontWeight,
|
|
18486
|
+
color: src.formItemLabelFontColor,
|
|
18345
18487
|
padding: "".concat(src.formItemLabelPaddingY, " 0"),
|
|
18346
18488
|
lineHeight: src.lineHeightDynamic,
|
|
18347
18489
|
marginRight: src.formItemLabelMarginXEnd,
|
|
@@ -18387,7 +18529,7 @@ var formItemStyle = {
|
|
|
18387
18529
|
wrapperRequired: {
|
|
18388
18530
|
'& $label::before': {
|
|
18389
18531
|
marginRight: '4px',
|
|
18390
|
-
color: src.
|
|
18532
|
+
color: src.formItemDangerFontColor,
|
|
18391
18533
|
content: '"*"',
|
|
18392
18534
|
fontFamily: 'SimSun',
|
|
18393
18535
|
position: 'relative',
|
|
@@ -18410,18 +18552,21 @@ var formItemStyle = {
|
|
|
18410
18552
|
}
|
|
18411
18553
|
},
|
|
18412
18554
|
error: {
|
|
18413
|
-
color: src.
|
|
18555
|
+
color: src.formItemDangerFontColor,
|
|
18414
18556
|
lineHeight: src.lineHeightDynamic,
|
|
18415
18557
|
minHeight: src.formItemTipMinHeight,
|
|
18416
|
-
fontSize: src.
|
|
18558
|
+
fontSize: src.formItemDangerFontSize,
|
|
18559
|
+
fontWeight: src.formItemDangerFontWeight
|
|
18417
18560
|
// flexBasis: '100%',
|
|
18418
18561
|
// width: 0,
|
|
18419
18562
|
},
|
|
18420
18563
|
tip: {
|
|
18421
18564
|
color: src.formItemTipFontColor,
|
|
18422
18565
|
fontSize: src.formItemTipFontSize,
|
|
18566
|
+
fontWeight: src.formItemTipFontWeight,
|
|
18423
18567
|
lineHeight: src.lineHeightDynamic,
|
|
18424
18568
|
minHeight: src.formItemTipMinHeight,
|
|
18569
|
+
marginTop: src.formItemTipMarginTop,
|
|
18425
18570
|
width: '100%'
|
|
18426
18571
|
}
|
|
18427
18572
|
};
|
|
@@ -18664,16 +18809,16 @@ var ImageStyle = objectSpread2_default()(objectSpread2_default()({}, animation),
|
|
|
18664
18809
|
},
|
|
18665
18810
|
circle: {
|
|
18666
18811
|
borderRadius: src.imageCircleBorderRadius,
|
|
18667
|
-
border: "1px solid ".concat(src.
|
|
18812
|
+
border: "1px solid ".concat(src.imageBorderColor)
|
|
18668
18813
|
},
|
|
18669
18814
|
rounded: {
|
|
18670
|
-
borderRadius: src.
|
|
18671
|
-
border: "1px solid ".concat(src.
|
|
18815
|
+
borderRadius: src.imageBorderRadius,
|
|
18816
|
+
border: "1px solid ".concat(src.imageBorderColor)
|
|
18672
18817
|
},
|
|
18673
18818
|
thumbnail: {
|
|
18674
|
-
borderRadius: src.
|
|
18819
|
+
borderRadius: src.imageBorderRadius,
|
|
18675
18820
|
backgroundColor: '#FFFFFF',
|
|
18676
|
-
border: "1px solid ".concat(src.
|
|
18821
|
+
border: "1px solid ".concat(src.imageBorderColor),
|
|
18677
18822
|
'& $inner': {
|
|
18678
18823
|
top: 4,
|
|
18679
18824
|
left: 4,
|
|
@@ -20462,7 +20607,7 @@ var modalStyle = objectSpread2_default()(objectSpread2_default()({}, animationSt
|
|
|
20462
20607
|
flexDirection: 'column',
|
|
20463
20608
|
textAlign: 'left',
|
|
20464
20609
|
minWidth: 0,
|
|
20465
|
-
background:
|
|
20610
|
+
background: src.modalPanelBackground,
|
|
20466
20611
|
borderRadius: src.modalPanelRadius,
|
|
20467
20612
|
padding: "".concat(src.modalPanelPaddingY, " ").concat(src.modalPanelPaddingX),
|
|
20468
20613
|
fontSize: src.modalPanelFontSize,
|
|
@@ -21071,10 +21216,6 @@ var progressStyle = {
|
|
|
21071
21216
|
height: '100%',
|
|
21072
21217
|
boxSizing: 'border-box',
|
|
21073
21218
|
borderRadius: 'inherit',
|
|
21074
|
-
'$lineInner &': {
|
|
21075
|
-
display: 'flex',
|
|
21076
|
-
alignItems: 'center'
|
|
21077
|
-
},
|
|
21078
21219
|
'$wrapperSuccess &': {
|
|
21079
21220
|
backgroundColor: src.progressSuccessFrontBackgroundColor
|
|
21080
21221
|
},
|
|
@@ -21086,6 +21227,22 @@ var progressStyle = {
|
|
|
21086
21227
|
},
|
|
21087
21228
|
'$wrapperDanger &': {
|
|
21088
21229
|
backgroundColor: src.progressDangerFrontBackgroundColor
|
|
21230
|
+
},
|
|
21231
|
+
'$lineInner &': {
|
|
21232
|
+
display: 'flex',
|
|
21233
|
+
alignItems: 'center',
|
|
21234
|
+
'$wrapperSuccess&': {
|
|
21235
|
+
backgroundColor: src.progressLineInnerSuccessFrontBackgroundColor
|
|
21236
|
+
},
|
|
21237
|
+
'$wrapperWarning&': {
|
|
21238
|
+
backgroundColor: src.progressLineInnerWarningFrontBackgroundColor
|
|
21239
|
+
},
|
|
21240
|
+
'$wrapperInfo&': {
|
|
21241
|
+
backgroundColor: src.progressLineInnerInfoFrontBackgroundColor
|
|
21242
|
+
},
|
|
21243
|
+
'$wrapperDanger&': {
|
|
21244
|
+
backgroundColor: src.progressLineInnerDangerFrontBackgroundColor
|
|
21245
|
+
}
|
|
21089
21246
|
}
|
|
21090
21247
|
},
|
|
21091
21248
|
content: {
|
|
@@ -21095,7 +21252,19 @@ var progressStyle = {
|
|
|
21095
21252
|
'$lineInner &': {
|
|
21096
21253
|
marginLeft: 'auto',
|
|
21097
21254
|
padding: "0 ".concat(src.progressLineInnerPaddingX),
|
|
21098
|
-
|
|
21255
|
+
fontWeight: src.progressLineFontWeight
|
|
21256
|
+
},
|
|
21257
|
+
'$wrapperSuccess &': {
|
|
21258
|
+
color: src.progressSuccessInnerFontColor
|
|
21259
|
+
},
|
|
21260
|
+
'$wrapperWarning &': {
|
|
21261
|
+
color: src.progressWarningInnerFontColor
|
|
21262
|
+
},
|
|
21263
|
+
'$wrapperInfo &': {
|
|
21264
|
+
color: src.progressInfoInnerFontColor
|
|
21265
|
+
},
|
|
21266
|
+
'$wrapperDanger &': {
|
|
21267
|
+
color: src.progressDangerInnerFontColor
|
|
21099
21268
|
},
|
|
21100
21269
|
'$lineInnerRight &&': {
|
|
21101
21270
|
// marginLeft: token.progressLineInnerPaddingX,
|
|
@@ -21112,7 +21281,7 @@ var progressStyle = {
|
|
|
21112
21281
|
background: src.progressLineBackgroundColor,
|
|
21113
21282
|
padding: '3px 8px',
|
|
21114
21283
|
borderRadius: '2px',
|
|
21115
|
-
color: src.
|
|
21284
|
+
color: src.progressLinePopFontColor,
|
|
21116
21285
|
boxShadow: '0 3px 6px -4px rgba(0,0,0,.12), 0 6px 16px rgba(0,0,0,.08), 0 9px 28px 8px rgba(0,0,0,.05)'
|
|
21117
21286
|
},
|
|
21118
21287
|
linePopValue: {},
|
|
@@ -21153,6 +21322,19 @@ var progressStyle = {
|
|
|
21153
21322
|
'& $icon': {
|
|
21154
21323
|
width: '31.25%',
|
|
21155
21324
|
height: '31.25%'
|
|
21325
|
+
},
|
|
21326
|
+
fontWeight: src.progressCircleFontWeight,
|
|
21327
|
+
'&$wrapperSuccess $content': {
|
|
21328
|
+
color: src.progressCircleSuccessFontColor
|
|
21329
|
+
},
|
|
21330
|
+
'&$wrapperWarning $content': {
|
|
21331
|
+
color: src.progressCircleWarningFontColor
|
|
21332
|
+
},
|
|
21333
|
+
'&$wrapperInfo $content': {
|
|
21334
|
+
color: src.progressCircleInfoFontColor
|
|
21335
|
+
},
|
|
21336
|
+
'&$wrapperDanger $content': {
|
|
21337
|
+
color: src.progressCircleDangerFontColor
|
|
21156
21338
|
}
|
|
21157
21339
|
},
|
|
21158
21340
|
circleBg: {
|
|
@@ -21444,8 +21626,9 @@ var rateStyle = {
|
|
|
21444
21626
|
},
|
|
21445
21627
|
text: {
|
|
21446
21628
|
fontSize: src.rateFontSize,
|
|
21629
|
+
fontWeight: src.rateFontWeight,
|
|
21447
21630
|
color: src.rateFontColor,
|
|
21448
|
-
paddingLeft:
|
|
21631
|
+
paddingLeft: src.rateTextGap
|
|
21449
21632
|
},
|
|
21450
21633
|
itemDisabled: {},
|
|
21451
21634
|
itemAnimation: {
|
|
@@ -21896,6 +22079,7 @@ var selectStyle = objectSpread2_default()(objectSpread2_default()({
|
|
|
21896
22079
|
overflow: 'hidden',
|
|
21897
22080
|
textOverflow: 'ellipsis',
|
|
21898
22081
|
whiteSpace: 'nowrap',
|
|
22082
|
+
height: '100%',
|
|
21899
22083
|
color: src.selectOptionFontColor,
|
|
21900
22084
|
fontSize: src.selectFontSize,
|
|
21901
22085
|
lineHeight: src.lineHeightDynamic,
|
|
@@ -24510,12 +24694,12 @@ var getLineStyle = function getLineStyle() {
|
|
|
24510
24694
|
bottom: 0,
|
|
24511
24695
|
left: 0,
|
|
24512
24696
|
width: 2
|
|
24513
|
-
}))
|
|
24514
|
-
'& :not([data-soui-state="active"])$tab': {
|
|
24515
|
-
|
|
24516
|
-
|
|
24517
|
-
|
|
24518
|
-
}
|
|
24697
|
+
}))
|
|
24698
|
+
// '& :not([data-soui-state="active"])$tab': {
|
|
24699
|
+
// '&:after': {
|
|
24700
|
+
// display: 'none',
|
|
24701
|
+
// },
|
|
24702
|
+
// },
|
|
24519
24703
|
},
|
|
24520
24704
|
'&[data-soui-position^="right-"][data-soui-shape="line"]': {
|
|
24521
24705
|
'&[dir=ltr]': objectSpread2_default()({
|
|
@@ -24541,12 +24725,7 @@ var getLineStyle = function getLineStyle() {
|
|
|
24541
24725
|
bottom: 0,
|
|
24542
24726
|
right: 0,
|
|
24543
24727
|
width: 2
|
|
24544
|
-
}))
|
|
24545
|
-
'& :not([data-soui-state="active"])$tab': {
|
|
24546
|
-
'&:after': {
|
|
24547
|
-
display: 'none'
|
|
24548
|
-
}
|
|
24549
|
-
}
|
|
24728
|
+
}))
|
|
24550
24729
|
},
|
|
24551
24730
|
'&[data-soui-position^="top-"][data-soui-shape="line"]': objectSpread2_default()({
|
|
24552
24731
|
'& $hr': {
|
|
@@ -24574,7 +24753,13 @@ var getLineStyle = function getLineStyle() {
|
|
|
24574
24753
|
})), {}, {
|
|
24575
24754
|
'& :not([data-soui-state="active"])$tab': {
|
|
24576
24755
|
'&:after': {
|
|
24577
|
-
|
|
24756
|
+
position: 'absolute',
|
|
24757
|
+
content: '""',
|
|
24758
|
+
top: 0,
|
|
24759
|
+
left: 0,
|
|
24760
|
+
width: '100%',
|
|
24761
|
+
height: 1,
|
|
24762
|
+
background: src.tabsBorderColor
|
|
24578
24763
|
}
|
|
24579
24764
|
}
|
|
24580
24765
|
})
|
|
@@ -24634,12 +24819,6 @@ var getFillStyle = function getFillStyle() {
|
|
|
24634
24819
|
color: src.tabsActiveFontColor
|
|
24635
24820
|
}
|
|
24636
24821
|
},
|
|
24637
|
-
'&:not([data-soui-state="active"]):not([data-soui-state="disabled"]):hover $fillInner': {
|
|
24638
|
-
background: src.tabsExtraFillHoverBackgroundColor
|
|
24639
|
-
},
|
|
24640
|
-
'&:not([data-soui-state="active"]):not([data-soui-state="disabled"]):active $fillInner': {
|
|
24641
|
-
background: src.tabsClickBackgroundColor
|
|
24642
|
-
},
|
|
24643
24822
|
'&:before': {
|
|
24644
24823
|
content: '""',
|
|
24645
24824
|
position: 'absolute',
|
|
@@ -24782,7 +24961,10 @@ var tabsStyle = {
|
|
|
24782
24961
|
},
|
|
24783
24962
|
hr: {
|
|
24784
24963
|
position: 'absolute',
|
|
24785
|
-
background: src.tabsBorderColor
|
|
24964
|
+
background: src.tabsBorderColor,
|
|
24965
|
+
'$headerWrapper[data-soui-shape="line"] &': {
|
|
24966
|
+
background: src.tabsLineHrBackgroundColor
|
|
24967
|
+
}
|
|
24786
24968
|
},
|
|
24787
24969
|
cardHr: {
|
|
24788
24970
|
// aflter
|
|
@@ -24991,23 +25173,27 @@ var tabsStyle = {
|
|
|
24991
25173
|
'$headerWrapper[data-soui-shape="card"] &': {
|
|
24992
25174
|
'& $tab': {
|
|
24993
25175
|
position: 'relative',
|
|
24994
|
-
border: "1px solid ".concat(src.
|
|
24995
|
-
padding: "".concat(src.
|
|
24996
|
-
|
|
25176
|
+
border: "1px solid ".concat(src.tabsCardBorderColor),
|
|
25177
|
+
padding: "".concat(src.tabsCardPaddingY, " ").concat(src.tabsCardPaddingX),
|
|
25178
|
+
color: src.tabsCardFontColor,
|
|
25179
|
+
fontSize: src.tabsCardFontSize,
|
|
25180
|
+
fontWeight: src.tabsCardFontWeight,
|
|
25181
|
+
background: src.tabsCardBackgroundColor,
|
|
24997
25182
|
'&[data-soui-state="active"]': {
|
|
24998
|
-
color: src.
|
|
24999
|
-
|
|
25000
|
-
fontWeight:
|
|
25183
|
+
color: src.tabsCardCheckedFontColor,
|
|
25184
|
+
fontSize: src.tabsCardCheckedFontSize,
|
|
25185
|
+
fontWeight: src.tabsCardCheckedFontWeight,
|
|
25186
|
+
background: src.tabsCardCheckedBackgroundColor
|
|
25001
25187
|
},
|
|
25002
25188
|
'&[data-soui-state="disabled"]': {
|
|
25003
|
-
color: src.
|
|
25189
|
+
color: src.tabsCardDisabledFontColor,
|
|
25004
25190
|
cursor: 'not-allowed'
|
|
25005
25191
|
},
|
|
25006
25192
|
'&:not([data-soui-state="active"]):not([data-soui-state="disabled"]):hover': {
|
|
25007
|
-
background: src.
|
|
25193
|
+
background: src.tabsCardHoverBackgroundColor
|
|
25008
25194
|
},
|
|
25009
25195
|
'&:not([data-soui-state="active"]):not([data-soui-state="disabled"]):active': {
|
|
25010
|
-
background: src.
|
|
25196
|
+
background: src.tabsCardActiveBackgroundColor
|
|
25011
25197
|
}
|
|
25012
25198
|
}
|
|
25013
25199
|
},
|
|
@@ -25015,17 +25201,39 @@ var tabsStyle = {
|
|
|
25015
25201
|
'& $tab': {
|
|
25016
25202
|
position: 'relative',
|
|
25017
25203
|
padding: "".concat(src.tabsLinePaddingY, " ").concat(src.tabsLinePaddingX),
|
|
25018
|
-
|
|
25019
|
-
|
|
25204
|
+
color: src.tabsLineFontColor,
|
|
25205
|
+
fontSize: src.tabsLineFontSize,
|
|
25206
|
+
fontWeight: src.tabsLineFontWeight,
|
|
25207
|
+
background: src.tabsLineBackgroundColor,
|
|
25020
25208
|
'&[data-soui-state="active"]': {
|
|
25021
|
-
color: src.
|
|
25022
|
-
|
|
25023
|
-
|
|
25209
|
+
color: src.tabsLineCheckedFontColor,
|
|
25210
|
+
fontSize: src.tabsLineCheckedFontSize,
|
|
25211
|
+
background: src.tabsLineCheckedBackgroundColor,
|
|
25212
|
+
fontWeight: src.tabsLineCheckedFontWeight,
|
|
25213
|
+
'&:after': {
|
|
25214
|
+
background: src.tabsLineAfterBackgroundColor
|
|
25215
|
+
}
|
|
25024
25216
|
},
|
|
25025
25217
|
'&[data-soui-state="disabled"]': {
|
|
25026
|
-
color: src.
|
|
25218
|
+
color: src.tabsLineDisabledFontColor,
|
|
25027
25219
|
cursor: 'not-allowed'
|
|
25028
25220
|
},
|
|
25221
|
+
'[data-soui-position^="left-"] &': {
|
|
25222
|
+
'&:after': {
|
|
25223
|
+
width: 1,
|
|
25224
|
+
right: 0,
|
|
25225
|
+
left: 'auto',
|
|
25226
|
+
height: '100%',
|
|
25227
|
+
background: src.tabsBorderColor
|
|
25228
|
+
}
|
|
25229
|
+
},
|
|
25230
|
+
'[data-soui-position^="right-"] &': {
|
|
25231
|
+
'&:after': {
|
|
25232
|
+
width: 1,
|
|
25233
|
+
height: '100%',
|
|
25234
|
+
background: src.tabsBorderColor
|
|
25235
|
+
}
|
|
25236
|
+
},
|
|
25029
25237
|
'&:not([data-soui-state="active"])': {
|
|
25030
25238
|
'&:after': {
|
|
25031
25239
|
position: 'absolute',
|
|
@@ -25038,41 +25246,64 @@ var tabsStyle = {
|
|
|
25038
25246
|
}
|
|
25039
25247
|
},
|
|
25040
25248
|
'&:not([data-soui-state="active"]):not([data-soui-state="disabled"]):hover $lineInner': {
|
|
25041
|
-
background: src.
|
|
25249
|
+
background: src.tabsLineHoverBackgroundColor
|
|
25042
25250
|
},
|
|
25043
25251
|
'&:not([data-soui-state="active"]):not([data-soui-state="disabled"]):active $lineInner': {
|
|
25044
|
-
background: src.
|
|
25252
|
+
background: src.tabsLineActiveBackgroundColor
|
|
25045
25253
|
}
|
|
25046
25254
|
}
|
|
25047
25255
|
},
|
|
25048
25256
|
'$headerWrapper[data-soui-shape="dash"] &': {
|
|
25049
25257
|
'& $tab': {
|
|
25050
25258
|
padding: "".concat(src.tabsLinePaddingY, " ").concat(src.tabsLinePaddingX),
|
|
25259
|
+
color: src.tabsLineFontColor,
|
|
25260
|
+
fontSize: src.tabsLineFontSize,
|
|
25261
|
+
fontWeight: src.tabsLineFontWeight,
|
|
25262
|
+
background: src.tabsLineBackgroundColor,
|
|
25051
25263
|
'&[data-soui-state="active"]': {
|
|
25052
|
-
color: src.
|
|
25053
|
-
|
|
25054
|
-
|
|
25264
|
+
color: src.tabsLineCheckedFontColor,
|
|
25265
|
+
fontSize: src.tabsLineCheckedFontSize,
|
|
25266
|
+
background: src.tabsLineCheckedBackgroundColor,
|
|
25267
|
+
fontWeight: src.tabsLineCheckedFontWeight,
|
|
25268
|
+
'&:after': {
|
|
25269
|
+
background: src.tabsLineAfterBackgroundColor
|
|
25270
|
+
}
|
|
25055
25271
|
},
|
|
25056
25272
|
'&:not([data-soui-state="active"]):not([data-soui-state="disabled"]):hover $lineInner': {
|
|
25057
|
-
background: src.
|
|
25273
|
+
background: src.tabsLineHoverBackgroundColor
|
|
25058
25274
|
},
|
|
25059
25275
|
'&:not([data-soui-state="active"]):not([data-soui-state="disabled"]):active $lineInner': {
|
|
25060
|
-
background: src.
|
|
25276
|
+
background: src.tabsLineActiveBackgroundColor
|
|
25061
25277
|
},
|
|
25062
25278
|
'&[data-soui-state="disabled"]': {
|
|
25063
|
-
color: src.
|
|
25279
|
+
color: src.tabsLineDisabledFontColor,
|
|
25064
25280
|
cursor: 'not-allowed'
|
|
25065
25281
|
}
|
|
25066
25282
|
}
|
|
25067
25283
|
},
|
|
25068
25284
|
'$headerWrapper[data-soui-shape="fill"] &': {
|
|
25069
25285
|
'& $tab': {
|
|
25286
|
+
color: src.tabsFillFontColor,
|
|
25287
|
+
fontSize: src.tabsFillFontSize,
|
|
25288
|
+
fontWeight: src.tabsFillFontWeight,
|
|
25289
|
+
background: src.tabsFillBackgroundColor,
|
|
25070
25290
|
'&[data-soui-state="active"]': {
|
|
25071
|
-
|
|
25291
|
+
color: src.tabsFillCheckedFontColor,
|
|
25292
|
+
// fontSize: Token.tabsFillCheckedFontSize,
|
|
25293
|
+
fontWeight: src.tabsFillCheckedFontWeight,
|
|
25294
|
+
'& $fillInner': {
|
|
25295
|
+
background: src.tabsFillCheckedBackgroundColor
|
|
25296
|
+
}
|
|
25072
25297
|
},
|
|
25073
25298
|
'&[data-soui-state="disabled"]': {
|
|
25074
|
-
color: src.
|
|
25299
|
+
color: src.tabsFillDisabledFontColor,
|
|
25075
25300
|
cursor: 'not-allowed'
|
|
25301
|
+
},
|
|
25302
|
+
'&:not([data-soui-state="active"]):not([data-soui-state="disabled"]):hover $fillInner': {
|
|
25303
|
+
background: src.tabsFillHoverBackgroundColor
|
|
25304
|
+
},
|
|
25305
|
+
'&:not([data-soui-state="active"]):not([data-soui-state="disabled"]):active $fillInner': {
|
|
25306
|
+
background: src.tabsFillActiveBackgroundColor
|
|
25076
25307
|
}
|
|
25077
25308
|
}
|
|
25078
25309
|
},
|
|
@@ -25234,7 +25465,7 @@ var tag_tag = function tag(type) {
|
|
|
25234
25465
|
backgroundColor: src["tag".concat(type, "FillDisabledBackgroundColor")],
|
|
25235
25466
|
border: "1px solid ".concat(src["tag".concat(type, "FillDisabledBorderColor")]),
|
|
25236
25467
|
'& $closeIconWrapper': {
|
|
25237
|
-
fill: src["tag".concat(type, "
|
|
25468
|
+
fill: src["tag".concat(type, "FillDisabledFontColor")],
|
|
25238
25469
|
'&:hover': {
|
|
25239
25470
|
fill: src["tag".concat(type, "FillFontColor")],
|
|
25240
25471
|
backgroundColor: 'transparent'
|
|
@@ -25244,8 +25475,8 @@ var tag_tag = function tag(type) {
|
|
|
25244
25475
|
},
|
|
25245
25476
|
// outline 边框风格
|
|
25246
25477
|
'&$outline': {
|
|
25247
|
-
background:
|
|
25248
|
-
color: src["tag".concat(type, "
|
|
25478
|
+
background: src["tag".concat(type, "OutlineBackgroundColor")],
|
|
25479
|
+
color: src["tag".concat(type, "OutlineFontColor")],
|
|
25249
25480
|
border: "1px solid ".concat(src["tag".concat(type, "OutlineBorderColor")]),
|
|
25250
25481
|
'& $closeIconWrapper': {
|
|
25251
25482
|
// hover
|
|
@@ -25297,6 +25528,7 @@ var TagStyle = {
|
|
|
25297
25528
|
display: 'inline-flex',
|
|
25298
25529
|
padding: "0 ".concat(src.tagPaddingX),
|
|
25299
25530
|
fontSize: src.tagFontSize,
|
|
25531
|
+
fontWeight: src.tagFontWeight,
|
|
25300
25532
|
borderRadius: src.tagBorderRadius,
|
|
25301
25533
|
boxSizing: 'border-box',
|
|
25302
25534
|
lineHeight: "calc(".concat(src.tagFontSize, " + 4px)"),
|
|
@@ -25325,6 +25557,7 @@ var TagStyle = {
|
|
|
25325
25557
|
large: {
|
|
25326
25558
|
fontSize: src.tagLargeFontSize,
|
|
25327
25559
|
lineHeight: "calc(".concat(src.tagLargeFontSize, " + 8px)"),
|
|
25560
|
+
fontWeight: src.tagLargeFontWeight,
|
|
25328
25561
|
padding: "".concat(src.tagLargePaddingY, " ").concat(src.tagLargePaddingX),
|
|
25329
25562
|
'& $closeIconWrapper': {
|
|
25330
25563
|
'& svg': {
|
|
@@ -25336,6 +25569,10 @@ var TagStyle = {
|
|
|
25336
25569
|
small: {
|
|
25337
25570
|
lineHeight: "calc(".concat(src.tagSmallFontSize, " + 6px)"),
|
|
25338
25571
|
padding: "0 ".concat(src.tagSmallPaddingX),
|
|
25572
|
+
fontWeight: src.tagSmallFontWeight,
|
|
25573
|
+
'& $container': {
|
|
25574
|
+
lineHeight: "calc(".concat(src.tagSmallFontSize, " + 6px)")
|
|
25575
|
+
},
|
|
25339
25576
|
'& $wrapper': {
|
|
25340
25577
|
lineHeight: "calc(".concat(src.tagSmallFontSize, " + 6px)")
|
|
25341
25578
|
},
|
|
@@ -25894,7 +26131,7 @@ var TransferStyle = {
|
|
|
25894
26131
|
marginLeft: 3,
|
|
25895
26132
|
'& svg': {
|
|
25896
26133
|
width: 14,
|
|
25897
|
-
color: src.
|
|
26134
|
+
color: src.transferRemoveIconColor
|
|
25898
26135
|
},
|
|
25899
26136
|
'&:hover': {
|
|
25900
26137
|
background: src.transferIconBackgroundColor
|
|
@@ -25952,7 +26189,9 @@ var TransferStyle = {
|
|
|
25952
26189
|
alignItems: 'center',
|
|
25953
26190
|
boxSizing: 'border-box',
|
|
25954
26191
|
justifyContent: 'space-between',
|
|
25955
|
-
background: src.transferHeaderBackgroundColor
|
|
26192
|
+
background: src.transferHeaderBackgroundColor,
|
|
26193
|
+
borderRadius: "".concat(src.transferBorderRadius, " ").concat(src.transferBorderRadius, " 0 0"),
|
|
26194
|
+
borderBottom: "1px solid ".concat(src.transferHeaderBorderColor)
|
|
25956
26195
|
},
|
|
25957
26196
|
spinContainer: {},
|
|
25958
26197
|
title: {
|
|
@@ -25962,11 +26201,14 @@ var TransferStyle = {
|
|
|
25962
26201
|
count: {
|
|
25963
26202
|
fontSize: src.transferFontSize
|
|
25964
26203
|
},
|
|
25965
|
-
list: {
|
|
26204
|
+
list: {
|
|
26205
|
+
background: src.transferBackgroundColor
|
|
26206
|
+
},
|
|
25966
26207
|
footer: {
|
|
25967
26208
|
height: 48,
|
|
25968
26209
|
boxSizing: 'border-box',
|
|
25969
|
-
borderTop: "1px solid ".concat(src.
|
|
26210
|
+
borderTop: "1px solid ".concat(src.transferFooterBorderColor),
|
|
26211
|
+
background: src.transferFooterBackgroundColor
|
|
25970
26212
|
},
|
|
25971
26213
|
item: {
|
|
25972
26214
|
padding: '1px 4px',
|
|
@@ -25988,10 +26230,12 @@ var TransferStyle = {
|
|
|
25988
26230
|
}
|
|
25989
26231
|
},
|
|
25990
26232
|
itemWrapper: {
|
|
25991
|
-
borderRadius: src.
|
|
26233
|
+
borderRadius: src.transferItemBorderRadius,
|
|
25992
26234
|
cursor: 'pointer',
|
|
26235
|
+
height: '100%',
|
|
25993
26236
|
'& $checkbox': {
|
|
25994
26237
|
width: '100%',
|
|
26238
|
+
height: '100%',
|
|
25995
26239
|
padding: '5px 8px',
|
|
25996
26240
|
marginRight: 0
|
|
25997
26241
|
}
|
|
@@ -26121,6 +26365,17 @@ var treeStyle = {
|
|
|
26121
26365
|
inlineContent: {
|
|
26122
26366
|
display: 'inline-flex'
|
|
26123
26367
|
},
|
|
26368
|
+
contentDisabled: {
|
|
26369
|
+
'& $content[data-active="true"]': {
|
|
26370
|
+
background: src.treeContentDisabledBackgroundColor
|
|
26371
|
+
},
|
|
26372
|
+
'& $content:hover:not([data-active="true"])': {
|
|
26373
|
+
background: 'none',
|
|
26374
|
+
'& $text': {
|
|
26375
|
+
color: src.treeContentDisabledFontColor
|
|
26376
|
+
}
|
|
26377
|
+
}
|
|
26378
|
+
},
|
|
26124
26379
|
content: {
|
|
26125
26380
|
flex: 1,
|
|
26126
26381
|
display: 'flex',
|
|
@@ -26144,20 +26399,22 @@ var treeStyle = {
|
|
|
26144
26399
|
'&[dir=rtl][data-expanded="true"]::before': {
|
|
26145
26400
|
right: -12
|
|
26146
26401
|
},
|
|
26402
|
+
'$contentDisabled &': {
|
|
26403
|
+
'& $text': {
|
|
26404
|
+
color: src.treeContentDisabledFontColor
|
|
26405
|
+
}
|
|
26406
|
+
},
|
|
26147
26407
|
'&[data-active="true"]': {
|
|
26148
26408
|
background: src.treeContentActiveBackgroundColor,
|
|
26149
26409
|
'& $text': {
|
|
26150
26410
|
color: src.treeContentActiveFontColor
|
|
26151
26411
|
}
|
|
26152
26412
|
},
|
|
26153
|
-
// '&[data-disabled="true"]': {
|
|
26154
|
-
// cursor: 'not-allowed',
|
|
26155
|
-
// },
|
|
26156
|
-
// '&:hover:not([data-active="true"]):not([data-disabled="true"])': {
|
|
26157
|
-
// background: Token.treeContentHoverBackgroundColor,
|
|
26158
|
-
// },
|
|
26159
26413
|
'&:hover:not([data-active="true"])': {
|
|
26160
|
-
background: src.treeContentHoverBackgroundColor
|
|
26414
|
+
background: src.treeContentHoverBackgroundColor,
|
|
26415
|
+
'& $text': {
|
|
26416
|
+
color: src.treeContentHoverFontColor
|
|
26417
|
+
}
|
|
26161
26418
|
}
|
|
26162
26419
|
},
|
|
26163
26420
|
checkbox: {
|
|
@@ -26253,6 +26510,7 @@ var useTreeStyle = styled(tree_tree, 'tree');
|
|
|
26253
26510
|
|
|
26254
26511
|
|
|
26255
26512
|
|
|
26513
|
+
|
|
26256
26514
|
var tree_select_inputBorderToken = {
|
|
26257
26515
|
lineHeight: src.lineHeightDynamic,
|
|
26258
26516
|
borderRadius: src.inputBorderRadius,
|
|
@@ -26382,6 +26640,7 @@ var treeSelectStyle = objectSpread2_default()(objectSpread2_default()({
|
|
|
26382
26640
|
}
|
|
26383
26641
|
}
|
|
26384
26642
|
}),
|
|
26643
|
+
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),
|
|
26385
26644
|
wrapperEmpty: {},
|
|
26386
26645
|
wrapperOpen: {},
|
|
26387
26646
|
wrapperDisabled: objectSpread2_default()({}, tree_select_wrapperDisabled)
|
|
@@ -27208,9 +27467,9 @@ function $getKey(gen, d, index) {
|
|
|
27208
27467
|
if (typeof gen === 'function') return gen(d, index);
|
|
27209
27468
|
return index;
|
|
27210
27469
|
}
|
|
27211
|
-
function getKey(gen, d, index
|
|
27470
|
+
function getKey(gen, d, index) {
|
|
27212
27471
|
var key = $getKey(gen, d, index);
|
|
27213
|
-
if (typeof key !== 'string' && typeof key !== 'number'
|
|
27472
|
+
if (typeof key !== 'string' && typeof key !== 'number') {
|
|
27214
27473
|
console.error(new Error("keygen result expect a string or a number, get '".concat(typeof_default()(key), "'")));
|
|
27215
27474
|
}
|
|
27216
27475
|
return key;
|
|
@@ -43381,6 +43640,7 @@ var Dropdown = function Dropdown(props) {
|
|
|
43381
43640
|
}
|
|
43382
43641
|
var renderButton = function renderButton() {
|
|
43383
43642
|
var caret = /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
|
43643
|
+
"data-role": "caret",
|
|
43384
43644
|
className: dropdownClasses === null || dropdownClasses === void 0 ? void 0 : dropdownClasses.caret,
|
|
43385
43645
|
dir: config.direction,
|
|
43386
43646
|
children: icons_config.dropdown.DropdownArrow
|
|
@@ -43470,6 +43730,7 @@ var Dropdown = function Dropdown(props) {
|
|
|
43470
43730
|
className: classnames_default()(className, dropdownClasses === null || dropdownClasses === void 0 ? void 0 : dropdownClasses.wrapper, !isSub && open && (dropdownClasses === null || dropdownClasses === void 0 ? void 0 : dropdownClasses.open)),
|
|
43471
43731
|
style: style,
|
|
43472
43732
|
"data-position": position,
|
|
43733
|
+
"data-role": "dropdown",
|
|
43473
43734
|
ref: targetRef
|
|
43474
43735
|
}, targetProps), {}, {
|
|
43475
43736
|
onClick: isSub ? openPop : targetProps.onClick,
|
|
@@ -44388,90 +44649,6 @@ var Provider = function Provider(props) {
|
|
|
44388
44649
|
})
|
|
44389
44650
|
});
|
|
44390
44651
|
};
|
|
44391
|
-
;// CONCATENATED MODULE: ../hooks/src/utils/flat.ts
|
|
44392
|
-
|
|
44393
|
-
|
|
44394
|
-
|
|
44395
|
-
function flat_insertPoint(name) {
|
|
44396
|
-
var reg = /(\[\d+\])/gi;
|
|
44397
|
-
return name.replace(reg, function (s, m, i) {
|
|
44398
|
-
return s.replace(m, i === 0 ? m : ".".concat(m));
|
|
44399
|
-
});
|
|
44400
|
-
}
|
|
44401
|
-
function flatten(data, skipArray) {
|
|
44402
|
-
if (is_isEmpty(data)) return data;
|
|
44403
|
-
var result = {};
|
|
44404
|
-
function recurse(cur, prop) {
|
|
44405
|
-
if (Object(cur) !== cur || typeof cur === 'function' || cur instanceof Date || cur instanceof Error || skipArray && Array.isArray(cur)) {
|
|
44406
|
-
if (!(cur === undefined && /\[\d+\]$/.test(prop))) {
|
|
44407
|
-
result[prop] = cur;
|
|
44408
|
-
}
|
|
44409
|
-
} else if (Array.isArray(cur)) {
|
|
44410
|
-
if (cur.length === 0) {
|
|
44411
|
-
result[prop] = [];
|
|
44412
|
-
} else {
|
|
44413
|
-
for (var i = 0, l = cur.length; i < l; i++) {
|
|
44414
|
-
recurse(cur[i], prop ? "".concat(prop, "[").concat(i, "]") : "[".concat(i, "]"));
|
|
44415
|
-
}
|
|
44416
|
-
}
|
|
44417
|
-
} else {
|
|
44418
|
-
var empty = true;
|
|
44419
|
-
if (typeof_default()(cur) === 'object') {
|
|
44420
|
-
// eslint-disable-next-line
|
|
44421
|
-
for (var p in cur) {
|
|
44422
|
-
empty = false;
|
|
44423
|
-
recurse(cur[p], prop ? "".concat(prop, ".").concat(p) : p);
|
|
44424
|
-
}
|
|
44425
|
-
if (empty) {
|
|
44426
|
-
result[prop] = {};
|
|
44427
|
-
}
|
|
44428
|
-
}
|
|
44429
|
-
}
|
|
44430
|
-
}
|
|
44431
|
-
recurse(data, '');
|
|
44432
|
-
return result;
|
|
44433
|
-
}
|
|
44434
|
-
function insertValue(obj, name, index, value) {
|
|
44435
|
-
Object.keys(obj).filter(function (n) {
|
|
44436
|
-
return n.indexOf("".concat(name, "[")) === 0;
|
|
44437
|
-
}).sort().reverse().forEach(function (n) {
|
|
44438
|
-
// const reg = new RegExp(`${name}\\[(\\d+)\\]`)
|
|
44439
|
-
var reg = new RegExp("".concat(name.replace(/\[/g, '\\[').replace(/\]/g, '\\]'), "\\[(\\d+)\\]"));
|
|
44440
|
-
var match = reg.exec(n);
|
|
44441
|
-
var i = parseInt(match[1], 10);
|
|
44442
|
-
if (i < index) return;
|
|
44443
|
-
var newName = n.replace(reg, "".concat(name, "[").concat(i + 1, "]"));
|
|
44444
|
-
if (obj[n]) obj[newName] = obj[n];
|
|
44445
|
-
delete obj[n];
|
|
44446
|
-
});
|
|
44447
|
-
var newValue = flatten(defineProperty_default()({}, "".concat(name, "[").concat(index, "]"), value));
|
|
44448
|
-
Object.keys(newValue).forEach(function (k) {
|
|
44449
|
-
if (newValue[k] !== undefined) obj[k] = newValue[k];
|
|
44450
|
-
});
|
|
44451
|
-
}
|
|
44452
|
-
function spliceValue(obj, name, index) {
|
|
44453
|
-
var names = Object.keys(obj).filter(function (n) {
|
|
44454
|
-
return n === name || n.indexOf("".concat(name, "[")) === 0;
|
|
44455
|
-
}).sort();
|
|
44456
|
-
names.forEach(function (n) {
|
|
44457
|
-
if (n === name && !Array.isArray(obj[name])) return;
|
|
44458
|
-
if (n === name && Array.isArray(obj[name])) {
|
|
44459
|
-
obj[name].splice(index, 1);
|
|
44460
|
-
return;
|
|
44461
|
-
}
|
|
44462
|
-
var reg = new RegExp("".concat(name.replace(/\[/g, '\\[').replace(/\]/g, '\\]'), "\\[(\\d+)\\]"));
|
|
44463
|
-
var match = reg.exec(n);
|
|
44464
|
-
var i = parseInt(match[1], 10);
|
|
44465
|
-
if (i < index) return;
|
|
44466
|
-
if (i === index) {
|
|
44467
|
-
delete obj[n];
|
|
44468
|
-
return;
|
|
44469
|
-
}
|
|
44470
|
-
var newName = n.replace(reg, "".concat(name, "[").concat(i - 1, "]"));
|
|
44471
|
-
obj[newName] = obj[n];
|
|
44472
|
-
delete obj[n];
|
|
44473
|
-
});
|
|
44474
|
-
}
|
|
44475
44652
|
;// CONCATENATED MODULE: ../hooks/src/components/use-form/use-form.ts
|
|
44476
44653
|
|
|
44477
44654
|
|
|
@@ -44482,7 +44659,6 @@ function spliceValue(obj, name, index) {
|
|
|
44482
44659
|
|
|
44483
44660
|
|
|
44484
44661
|
|
|
44485
|
-
|
|
44486
44662
|
var globalKey = '__global__&&@@';
|
|
44487
44663
|
|
|
44488
44664
|
|
|
@@ -44555,15 +44731,6 @@ var useForm = function useForm(props) {
|
|
|
44555
44731
|
update();
|
|
44556
44732
|
});
|
|
44557
44733
|
};
|
|
44558
|
-
var updateFieldsets = use_persist_fn(function (name) {
|
|
44559
|
-
var na = "".concat(name, "[");
|
|
44560
|
-
var no = "".concat(name, ".");
|
|
44561
|
-
context.names.forEach(function (key) {
|
|
44562
|
-
if (key.startsWith(na) || key.startsWith(no)) {
|
|
44563
|
-
update(key);
|
|
44564
|
-
}
|
|
44565
|
-
});
|
|
44566
|
-
});
|
|
44567
44734
|
var handleSubmitError = function handleSubmitError(err) {
|
|
44568
44735
|
onError === null || onError === void 0 || onError(err);
|
|
44569
44736
|
if (!props.scrollToError) return;
|
|
@@ -44681,14 +44848,6 @@ var useForm = function useForm(props) {
|
|
|
44681
44848
|
context.errors[name] = e;
|
|
44682
44849
|
update(name);
|
|
44683
44850
|
});
|
|
44684
|
-
var insertError = use_persist_fn(function (name, index, error) {
|
|
44685
|
-
insertValue(context.errors, name, index, error);
|
|
44686
|
-
updateFieldsets(name);
|
|
44687
|
-
});
|
|
44688
|
-
var spliceError = use_persist_fn(function (name, index) {
|
|
44689
|
-
spliceValue(context.errors, name, index);
|
|
44690
|
-
updateFieldsets(name);
|
|
44691
|
-
});
|
|
44692
44851
|
var submit = use_persist_fn(function () {
|
|
44693
44852
|
var withValidate = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : true;
|
|
44694
44853
|
if (disabled) return;
|
|
@@ -44745,17 +44904,6 @@ var useForm = function useForm(props) {
|
|
|
44745
44904
|
other === null || other === void 0 || (_other$onSubmit = other.onSubmit) === null || _other$onSubmit === void 0 || _other$onSubmit.call(other, e);
|
|
44746
44905
|
};
|
|
44747
44906
|
};
|
|
44748
|
-
var validateFieldset = function validateFieldset(name) {
|
|
44749
|
-
var na = "".concat(name, "[");
|
|
44750
|
-
var no = "".concat(name, ".");
|
|
44751
|
-
var fields = [];
|
|
44752
|
-
context.names.forEach(function (key) {
|
|
44753
|
-
if (key.startsWith(na) || key.startsWith(no)) {
|
|
44754
|
-
fields.push(key);
|
|
44755
|
-
}
|
|
44756
|
-
});
|
|
44757
|
-
validateFields(fields).catch(function () {});
|
|
44758
|
-
};
|
|
44759
44907
|
var getDefaultValue = function getDefaultValue() {
|
|
44760
44908
|
var v = utils_immer_produce(defaultValue, function (draft) {
|
|
44761
44909
|
Object.keys(context.defaultValues).forEach(function (key) {
|
|
@@ -44861,10 +45009,7 @@ var useForm = function useForm(props) {
|
|
|
44861
45009
|
setError: setError,
|
|
44862
45010
|
getErrors: getErrors,
|
|
44863
45011
|
clearValidate: clearValidate,
|
|
44864
|
-
validateFields: validateFields
|
|
44865
|
-
validateFieldset: validateFieldset,
|
|
44866
|
-
insertError: insertError,
|
|
44867
|
-
spliceError: spliceError
|
|
45012
|
+
validateFields: validateFields
|
|
44868
45013
|
});
|
|
44869
45014
|
var formConfig = external_root_React_commonjs2_react_commonjs_react_amd_react_.useMemo(function () {
|
|
44870
45015
|
return {
|
|
@@ -45210,8 +45355,7 @@ var useFormFieldSet = function useFormFieldSet(props) {
|
|
|
45210
45355
|
ProviderValue: ProviderValue,
|
|
45211
45356
|
error: error,
|
|
45212
45357
|
value: value,
|
|
45213
|
-
onChange: onChange
|
|
45214
|
-
name: name
|
|
45358
|
+
onChange: onChange
|
|
45215
45359
|
};
|
|
45216
45360
|
};
|
|
45217
45361
|
/* harmony default export */ var use_form_fieldset = (useFormFieldSet);
|
|
@@ -45228,7 +45372,6 @@ var FormFieldSet = function FormFieldSet(props) {
|
|
|
45228
45372
|
ids: []
|
|
45229
45373
|
}),
|
|
45230
45374
|
context = _React$useRef.current;
|
|
45231
|
-
var formFunc = useFormFunc();
|
|
45232
45375
|
var getValidateProps = usePersistFn(function () {
|
|
45233
45376
|
return props;
|
|
45234
45377
|
});
|
|
@@ -45242,16 +45385,16 @@ var FormFieldSet = function FormFieldSet(props) {
|
|
|
45242
45385
|
}),
|
|
45243
45386
|
Provider = _useFormFieldSet.Provider,
|
|
45244
45387
|
ProviderValue = _useFormFieldSet.ProviderValue,
|
|
45388
|
+
value = _useFormFieldSet.value,
|
|
45245
45389
|
error = _useFormFieldSet.error,
|
|
45246
|
-
_onChange = _useFormFieldSet.onChange
|
|
45247
|
-
name = _useFormFieldSet.name;
|
|
45390
|
+
_onChange = _useFormFieldSet.onChange;
|
|
45248
45391
|
if (typeof children !== 'function') {
|
|
45249
45392
|
return /*#__PURE__*/(0,jsx_runtime.jsx)(Provider, {
|
|
45250
45393
|
value: ProviderValue,
|
|
45251
45394
|
children: children
|
|
45252
45395
|
});
|
|
45253
45396
|
}
|
|
45254
|
-
var valueArr =
|
|
45397
|
+
var valueArr = value || [];
|
|
45255
45398
|
valueArr = Array.isArray(valueArr) ? valueArr : [valueArr];
|
|
45256
45399
|
var result = [];
|
|
45257
45400
|
if (valueArr.length === 0 && valueArr && empty) {
|
|
@@ -45262,7 +45405,6 @@ var FormFieldSet = function FormFieldSet(props) {
|
|
|
45262
45405
|
});
|
|
45263
45406
|
_onChange(newValue);
|
|
45264
45407
|
context.ids.push(generateUUID());
|
|
45265
|
-
formFunc === null || formFunc === void 0 || formFunc.insertError(name, 0);
|
|
45266
45408
|
})
|
|
45267
45409
|
}, 'empty'));
|
|
45268
45410
|
}
|
|
@@ -45284,39 +45426,31 @@ var FormFieldSet = function FormFieldSet(props) {
|
|
|
45284
45426
|
index: i,
|
|
45285
45427
|
error: errorList,
|
|
45286
45428
|
onChange: function onChange(val) {
|
|
45287
|
-
var
|
|
45288
|
-
var newValue = form_fieldset_produce(oldValue, function (draft) {
|
|
45429
|
+
var newValue = form_fieldset_produce(valueArr, function (draft) {
|
|
45289
45430
|
draft[i] = val;
|
|
45290
45431
|
});
|
|
45291
45432
|
_onChange(newValue);
|
|
45292
|
-
formFunc === null || formFunc === void 0 || formFunc.validateFieldset("".concat(name, "[").concat(i, "]"));
|
|
45293
45433
|
},
|
|
45294
45434
|
onInsert: function onInsert(val) {
|
|
45295
|
-
var
|
|
45296
|
-
var newValue = form_fieldset_produce(oldValue, function (draft) {
|
|
45435
|
+
var newValue = form_fieldset_produce(valueArr, function (draft) {
|
|
45297
45436
|
draft.splice(i, 0, val);
|
|
45298
45437
|
});
|
|
45299
45438
|
_onChange(newValue);
|
|
45300
45439
|
context.ids.splice(i, 0, generateUUID());
|
|
45301
|
-
formFunc === null || formFunc === void 0 || formFunc.insertError(name, i);
|
|
45302
45440
|
},
|
|
45303
45441
|
onAppend: function onAppend(val) {
|
|
45304
|
-
var
|
|
45305
|
-
var newValue = form_fieldset_produce(oldValue, function (draft) {
|
|
45442
|
+
var newValue = form_fieldset_produce(valueArr, function (draft) {
|
|
45306
45443
|
draft.splice(i + 1, 0, val);
|
|
45307
45444
|
});
|
|
45308
45445
|
_onChange(newValue);
|
|
45309
45446
|
context.ids.splice(i + 1, 0, generateUUID());
|
|
45310
|
-
formFunc === null || formFunc === void 0 || formFunc.insertError(name, i + 1);
|
|
45311
45447
|
},
|
|
45312
45448
|
onRemove: function onRemove() {
|
|
45313
|
-
var
|
|
45314
|
-
var newValue = form_fieldset_produce(oldValue, function (draft) {
|
|
45449
|
+
var newValue = form_fieldset_produce(valueArr, function (draft) {
|
|
45315
45450
|
draft.splice(i, 1);
|
|
45316
45451
|
});
|
|
45317
45452
|
_onChange(newValue);
|
|
45318
45453
|
context.ids.splice(i, 1);
|
|
45319
|
-
formFunc === null || formFunc === void 0 || formFunc.spliceError(name, i);
|
|
45320
45454
|
}
|
|
45321
45455
|
})
|
|
45322
45456
|
}, ids[i]));
|
|
@@ -47818,6 +47952,7 @@ var ListOption = function ListOption(props) {
|
|
|
47818
47952
|
datum = props.datum,
|
|
47819
47953
|
index = props.index,
|
|
47820
47954
|
data = props.data,
|
|
47955
|
+
lineHeight = props.lineHeight,
|
|
47821
47956
|
multiple = props.multiple,
|
|
47822
47957
|
isHover = props.isHover,
|
|
47823
47958
|
renderItem = props.renderItem,
|
|
@@ -47854,6 +47989,9 @@ var ListOption = function ListOption(props) {
|
|
|
47854
47989
|
tabIndex: -1,
|
|
47855
47990
|
className: rootClass,
|
|
47856
47991
|
title: title,
|
|
47992
|
+
style: {
|
|
47993
|
+
height: lineHeight
|
|
47994
|
+
},
|
|
47857
47995
|
onClick: handleClick,
|
|
47858
47996
|
onMouseEnter: handleEnter,
|
|
47859
47997
|
children: /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
|
@@ -47999,6 +48137,7 @@ var list_List = function List(props) {
|
|
|
47999
48137
|
});
|
|
48000
48138
|
};
|
|
48001
48139
|
var renderItem = function renderItem(item, index, key) {
|
|
48140
|
+
console.log('lineHeight', lineHeight);
|
|
48002
48141
|
return /*#__PURE__*/(0,jsx_runtime.jsx)((external_root_React_commonjs2_react_commonjs_react_amd_react_default()).Fragment, {
|
|
48003
48142
|
children: /*#__PURE__*/(0,jsx_runtime.jsx)(list_option, {
|
|
48004
48143
|
datum: datum,
|
|
@@ -48006,6 +48145,7 @@ var list_List = function List(props) {
|
|
|
48006
48145
|
jssStyle: jssStyle,
|
|
48007
48146
|
index: index,
|
|
48008
48147
|
data: item,
|
|
48148
|
+
lineHeight: lineHeight,
|
|
48009
48149
|
isHover: hoverIndex === index,
|
|
48010
48150
|
multiple: multiple,
|
|
48011
48151
|
renderItem: renderItemProp,
|
|
@@ -48155,7 +48295,7 @@ var NodeContent = function NodeContent(props) {
|
|
|
48155
48295
|
var disabled = isDisabled(id);
|
|
48156
48296
|
bindUpdate(id, forceUpdate);
|
|
48157
48297
|
var contentStyle = (jssStyle === null || jssStyle === void 0 ? void 0 : jssStyle.tree()) || {};
|
|
48158
|
-
var rootClass = classnames_default()(contentStyle.contentWrapper, defineProperty_default()(defineProperty_default()({}, contentStyle.childnode, data[childrenKey] && data[childrenKey].length > 0), contentStyle.inlineContent, inlineNode));
|
|
48298
|
+
var rootClass = classnames_default()(contentStyle.contentWrapper, defineProperty_default()(defineProperty_default()(defineProperty_default()({}, contentStyle.childnode, data[childrenKey] && data[childrenKey].length > 0), contentStyle.inlineContent, inlineNode), contentStyle.contentDisabled, disabled));
|
|
48159
48299
|
var contentClass = classnames_default()(contentStyle.content, isString(contentClassProp) && contentClassProp, isFunc(contentClassProp) && contentClassProp(data));
|
|
48160
48300
|
// const textClass = classNames(contentStyle.text, disabled ? contentStyle.textDisabled : '');
|
|
48161
48301
|
var textClass = classnames_default()(contentStyle.text);
|
|
@@ -49935,6 +50075,7 @@ function Select(props0) {
|
|
|
49935
50075
|
optionListRef: optionListRef,
|
|
49936
50076
|
onOptionClick: handleOptionClick
|
|
49937
50077
|
};
|
|
50078
|
+
console.log('lineHeight2333', lineHeight);
|
|
49938
50079
|
// 自定义列
|
|
49939
50080
|
if ('columns' in props && typeof columns === 'number' && columns >= 1 || columns === -1) {
|
|
49940
50081
|
return /*#__PURE__*/(0,jsx_runtime.jsx)(list_columns, objectSpread2_default()({
|
|
@@ -51498,7 +51639,7 @@ var MenuItem = function MenuItem(props) {
|
|
|
51498
51639
|
}
|
|
51499
51640
|
}) : null;
|
|
51500
51641
|
var item = render_render(props.renderItem, props.dataItem, props.index);
|
|
51501
|
-
var link = props.linkKey ? getKey(props.linkKey, props.dataItem, props.index
|
|
51642
|
+
var link = props.linkKey ? getKey(props.linkKey, props.dataItem, props.index) : undefined;
|
|
51502
51643
|
var title = null;
|
|
51503
51644
|
if (isLink(item)) {
|
|
51504
51645
|
var mergeClass = classnames_default()(classes === null || classes === void 0 ? void 0 : classes.title, item.props && item.props.className);
|
|
@@ -58132,6 +58273,7 @@ var TransferListItem = function TransferListItem(props) {
|
|
|
58132
58273
|
data = props.data,
|
|
58133
58274
|
datum = props.datum,
|
|
58134
58275
|
listDatum = props.listDatum,
|
|
58276
|
+
lineHeight = props.lineHeight,
|
|
58135
58277
|
renderItemProp = props.renderItem,
|
|
58136
58278
|
simple = props.simple,
|
|
58137
58279
|
itemClass = props.itemClass,
|
|
@@ -58199,6 +58341,9 @@ var TransferListItem = function TransferListItem(props) {
|
|
|
58199
58341
|
return /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
|
58200
58342
|
ref: listItem,
|
|
58201
58343
|
className: rootClass,
|
|
58344
|
+
style: {
|
|
58345
|
+
height: lineHeight
|
|
58346
|
+
},
|
|
58202
58347
|
children: /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
|
58203
58348
|
className: styles.itemWrapper,
|
|
58204
58349
|
children: renderCheckbox()
|
|
@@ -58380,6 +58525,7 @@ var TransferList = function TransferList(props) {
|
|
|
58380
58525
|
var listClass = classnames_default()(styles.list, listClassName);
|
|
58381
58526
|
var getLineHeight = function getLineHeight() {
|
|
58382
58527
|
if (lineHeightProp) {
|
|
58528
|
+
console.log('lineHeightProp', lineHeightProp);
|
|
58383
58529
|
return lineHeightProp;
|
|
58384
58530
|
}
|
|
58385
58531
|
if (size === 'small') {
|
|
@@ -59376,7 +59522,7 @@ var TreeSelect = function TreeSelect(props0) {
|
|
|
59376
59522
|
treeProps.expanded = expanded;
|
|
59377
59523
|
}
|
|
59378
59524
|
return /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
|
59379
|
-
className: classnames_default()(styles.tree),
|
|
59525
|
+
className: classnames_default()(styles.tree, styles.treeWrapper),
|
|
59380
59526
|
style: {
|
|
59381
59527
|
maxHeight: height
|
|
59382
59528
|
},
|
|
@@ -61474,13 +61620,13 @@ function fade(color) {
|
|
|
61474
61620
|
|
|
61475
61621
|
|
|
61476
61622
|
|
|
61477
|
-
function
|
|
61623
|
+
function flat_insertPoint(name) {
|
|
61478
61624
|
var reg = /(\[\d+\])/gi;
|
|
61479
61625
|
return name.replace(reg, function (s, m, i) {
|
|
61480
61626
|
return s.replace(m, i === 0 ? m : ".".concat(m));
|
|
61481
61627
|
});
|
|
61482
61628
|
}
|
|
61483
|
-
function
|
|
61629
|
+
function flatten(data, skipArray) {
|
|
61484
61630
|
if (utils_is_isEmpty(data)) return data;
|
|
61485
61631
|
var result = {};
|
|
61486
61632
|
function recurse(cur, prop) {
|
|
@@ -61529,7 +61675,7 @@ function unflatten(rawdata) {
|
|
|
61529
61675
|
|
|
61530
61676
|
// eslint-disable-next-line
|
|
61531
61677
|
Object.keys(data).sort().forEach(function (p) {
|
|
61532
|
-
var pathWithPoint =
|
|
61678
|
+
var pathWithPoint = flat_insertPoint(p);
|
|
61533
61679
|
cur = result;
|
|
61534
61680
|
prop = '';
|
|
61535
61681
|
last = 0;
|
|
@@ -61545,7 +61691,7 @@ function unflatten(rawdata) {
|
|
|
61545
61691
|
});
|
|
61546
61692
|
return result[''];
|
|
61547
61693
|
}
|
|
61548
|
-
function
|
|
61694
|
+
function insertValue(obj, name, index, value) {
|
|
61549
61695
|
Object.keys(obj).filter(function (n) {
|
|
61550
61696
|
return n.indexOf("".concat(name, "[")) === 0;
|
|
61551
61697
|
}).sort().reverse().forEach(function (n) {
|
|
@@ -61558,12 +61704,12 @@ function flat_insertValue(obj, name, index, value) {
|
|
|
61558
61704
|
if (obj[n]) obj[newName] = obj[n];
|
|
61559
61705
|
delete obj[n];
|
|
61560
61706
|
});
|
|
61561
|
-
var newValue =
|
|
61707
|
+
var newValue = flatten(defineProperty_default()({}, "".concat(name, "[").concat(index, "]"), value));
|
|
61562
61708
|
Object.keys(newValue).forEach(function (k) {
|
|
61563
61709
|
if (newValue[k] !== undefined) obj[k] = newValue[k];
|
|
61564
61710
|
});
|
|
61565
61711
|
}
|
|
61566
|
-
function
|
|
61712
|
+
function spliceValue(obj, name, index) {
|
|
61567
61713
|
var names = Object.keys(obj).filter(function (n) {
|
|
61568
61714
|
return n === name || n.indexOf("".concat(name, "[")) === 0;
|
|
61569
61715
|
}).sort();
|
|
@@ -61594,7 +61740,7 @@ var isNameWithPath = function isNameWithPath(name, path) {
|
|
|
61594
61740
|
var getSthByName = function getSthByName(name, source) {
|
|
61595
61741
|
if (source[name]) return source[name];
|
|
61596
61742
|
var result = unflatten(source);
|
|
61597
|
-
name =
|
|
61743
|
+
name = flat_insertPoint(name);
|
|
61598
61744
|
name.split('.').forEach(function (n) {
|
|
61599
61745
|
var match = /^\[(\d+)\]$/.exec(n);
|
|
61600
61746
|
// eslint-disable-next-line
|
|
@@ -61609,7 +61755,7 @@ var getSthByName = function getSthByName(name, source) {
|
|
|
61609
61755
|
var removeSthByName = function removeSthByName(name, source) {
|
|
61610
61756
|
var match = /(.*)\[(\d+)\]$/.exec(name);
|
|
61611
61757
|
if (match) {
|
|
61612
|
-
|
|
61758
|
+
spliceValue(source, match[1], parseInt(match[2], 10));
|
|
61613
61759
|
} else {
|
|
61614
61760
|
Object.keys(source).forEach(function (n) {
|
|
61615
61761
|
if (isNameWithPath(n, name)) delete source[n];
|
|
@@ -61801,7 +61947,7 @@ var objects_deepMerge = function deepMerge() {
|
|
|
61801
61947
|
return dest;
|
|
61802
61948
|
};
|
|
61803
61949
|
function objects_pathGenerator(raw) {
|
|
61804
|
-
var path =
|
|
61950
|
+
var path = flat_insertPoint(raw);
|
|
61805
61951
|
var reg = /^\[(\d+)\]$/;
|
|
61806
61952
|
var pathModeValues = objects_objectValues(objects_PATH_MODE);
|
|
61807
61953
|
var index = 0;
|
|
@@ -63027,7 +63173,7 @@ var upload_interface = __webpack_require__(4412);
|
|
|
63027
63173
|
|
|
63028
63174
|
|
|
63029
63175
|
/* harmony default export */ var src_0 = ({
|
|
63030
|
-
version: '3.
|
|
63176
|
+
version: '3.3.0-beta.2'
|
|
63031
63177
|
});
|
|
63032
63178
|
}();
|
|
63033
63179
|
/******/ return __webpack_exports__;
|