@zat-design/sisyphus-react 3.4.2-beta.1 → 3.4.2-beta.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.esm.css +239 -122
- package/es/ProEditLabel/style/index.less +1 -1
- package/es/ProEditTable/components/RenderField/index.js +13 -15
- package/es/ProEditTable/index.js +3 -3
- package/es/ProEditTable/propsType.d.ts +1 -1
- package/es/ProEditTable/style/index.less +1 -1
- package/es/ProEditTable/utils/index.js +36 -22
- package/es/ProEditTable/utils/tools.js +3 -1
- package/es/ProEnum/style/index.less +2 -2
- package/es/ProForm/components/base/DatePicker/index.js +2 -2
- package/es/ProForm/components/combination/Group/index.js +6 -9
- package/es/ProForm/components/combination/Group/style/index.less +4 -4
- package/es/ProForm/components/combination/Group/utils.d.ts +2 -0
- package/es/ProForm/components/combination/Group/utils.js +10 -0
- package/es/ProForm/components/combination/ProTimeLimit/index.js +8 -2
- package/es/ProForm/components/render/Render.js +2 -2
- package/es/ProForm/components/render/RenderFields.d.ts +1 -1
- package/es/ProForm/components/render/RenderFields.js +2 -2
- package/es/ProForm/index.js +4 -4
- package/es/ProForm/propsType.d.ts +1 -1
- package/es/ProForm/utils/{contrastOriginal.d.ts → diffOriginal.d.ts} +2 -1
- package/es/ProForm/utils/diffOriginal.js +61 -0
- package/es/ProForm/utils/index.d.ts +1 -1
- package/es/ProForm/utils/index.js +1 -1
- package/es/ProForm/utils/transformValue.js +2 -2
- package/es/ProForm/utils/useChanged.js +4 -3
- package/es/ProForm/utils/useListChanged.d.ts +1 -1
- package/es/ProForm/utils/useListChanged.js +4 -3
- package/es/ProLayout/components/Layout/Menu/OpenMenu/style/index.less +58 -55
- package/es/ProLayout/components/Layout/Menu/SideMenu/style/index.less +25 -20
- package/es/ProLayout/components/Layout/Menu/style/index.less +52 -56
- package/es/ProLayout/components/ProCollapse/style/index.less +17 -9
- package/es/ProLayout/components/ProFooter/index.js +1 -1
- package/es/ProLayout/components/ProFooter/style/index.less +1 -1
- package/es/ProLayout/components/ProHeader/style/index.less +4 -3
- package/es/ProLayout/style/index.less +173 -87
- package/es/ProTable/components/RenderColumn/index.d.ts +1 -1
- package/es/ProTable/components/RenderColumn/index.js +3 -3
- package/es/ProTable/propsType.d.ts +1 -1
- package/es/ProTable/style/index.less +2 -2
- package/es/ProTable/utils.js +9 -9
- package/es/ProTabs/style/index.less +3 -1
- package/es/ProThemeTools/component/PrdTools/index.d.ts +1 -1
- package/es/ProThemeTools/component/PrdTools/index.js +2 -2
- package/es/ProThemeTools/component/PrdTools/style/index.less +1 -1
- package/es/ProThemeTools/index.js +21 -28
- package/es/ProThemeTools/propsType.d.ts +1 -1
- package/es/ProThemeTools/style/index.less +25 -8
- package/es/ProTreeModal/style/index.less +2 -2
- package/es/ProUpload/style/fileItem.less +2 -2
- package/es/ProUpload/style/index.less +2 -2
- package/es/assets/setting.svg +14 -0
- package/es/style/components.less +0 -1
- package/es/style/theme/antd.less +0 -1
- package/es/style/theme/index.less +2 -2
- package/es/style/theme/tokens.less +2 -2
- package/es/tokens.js +2 -2
- package/lib/ProEditLabel/style/index.less +1 -1
- package/lib/ProEditTable/components/RenderField/index.js +12 -14
- package/lib/ProEditTable/index.js +3 -3
- package/lib/ProEditTable/propsType.d.ts +1 -1
- package/lib/ProEditTable/style/index.less +1 -1
- package/lib/ProEditTable/utils/index.js +36 -22
- package/lib/ProEditTable/utils/tools.js +3 -1
- package/lib/ProEnum/style/index.less +2 -2
- package/lib/ProForm/components/base/DatePicker/index.js +1 -1
- package/lib/ProForm/components/combination/Group/index.js +4 -7
- package/lib/ProForm/components/combination/Group/style/index.less +4 -4
- package/lib/ProForm/components/combination/Group/utils.d.ts +2 -0
- package/lib/ProForm/components/combination/Group/utils.js +11 -1
- package/lib/ProForm/components/combination/ProTimeLimit/index.js +7 -1
- package/lib/ProForm/components/render/Render.js +2 -2
- package/lib/ProForm/components/render/RenderFields.d.ts +1 -1
- package/lib/ProForm/components/render/RenderFields.js +2 -2
- package/lib/ProForm/index.js +4 -4
- package/lib/ProForm/propsType.d.ts +1 -1
- package/lib/ProForm/utils/{contrastOriginal.d.ts → diffOriginal.d.ts} +2 -1
- package/lib/ProForm/utils/diffOriginal.js +68 -0
- package/lib/ProForm/utils/index.d.ts +1 -1
- package/lib/ProForm/utils/index.js +2 -2
- package/lib/ProForm/utils/transformValue.js +1 -1
- package/lib/ProForm/utils/useChanged.js +4 -3
- package/lib/ProForm/utils/useListChanged.d.ts +1 -1
- package/lib/ProForm/utils/useListChanged.js +4 -3
- package/lib/ProLayout/components/Layout/Menu/OpenMenu/style/index.less +58 -55
- package/lib/ProLayout/components/Layout/Menu/SideMenu/style/index.less +25 -20
- package/lib/ProLayout/components/Layout/Menu/style/index.less +52 -56
- package/lib/ProLayout/components/ProCollapse/style/index.less +17 -9
- package/lib/ProLayout/components/ProFooter/index.js +1 -1
- package/lib/ProLayout/components/ProFooter/style/index.less +1 -1
- package/lib/ProLayout/components/ProHeader/style/index.less +4 -3
- package/lib/ProLayout/style/index.less +173 -87
- package/lib/ProTable/components/RenderColumn/index.d.ts +1 -1
- package/lib/ProTable/components/RenderColumn/index.js +3 -3
- package/lib/ProTable/propsType.d.ts +1 -1
- package/lib/ProTable/style/index.less +2 -2
- package/lib/ProTable/utils.js +9 -9
- package/lib/ProTabs/style/index.less +3 -1
- package/lib/ProThemeTools/component/PrdTools/index.d.ts +1 -1
- package/lib/ProThemeTools/component/PrdTools/index.js +2 -2
- package/lib/ProThemeTools/component/PrdTools/style/index.less +1 -1
- package/lib/ProThemeTools/index.js +19 -27
- package/lib/ProThemeTools/propsType.d.ts +1 -1
- package/lib/ProThemeTools/style/index.less +25 -8
- package/lib/ProTreeModal/style/index.less +2 -2
- package/lib/ProUpload/style/fileItem.less +2 -2
- package/lib/ProUpload/style/index.less +2 -2
- package/lib/assets/setting.svg +14 -0
- package/lib/style/components.less +0 -1
- package/lib/style/theme/antd.less +0 -1
- package/lib/style/theme/index.less +2 -2
- package/lib/style/theme/tokens.less +2 -2
- package/lib/tokens.js +2 -2
- package/package.json +1 -1
- package/es/ProForm/utils/contrastOriginal.js +0 -24
- package/lib/ProForm/utils/contrastOriginal.js +0 -30
|
@@ -5,18 +5,35 @@
|
|
|
5
5
|
|
|
6
6
|
.pro-theme-tools {
|
|
7
7
|
display: flex;
|
|
8
|
+
align-items: center;
|
|
9
|
+
justify-content: center;
|
|
10
|
+
width: 34px;
|
|
11
|
+
height: 34px;
|
|
12
|
+
background: #d8e6ff;
|
|
13
|
+
border-radius: var(--zaui-border-radius, 8px);
|
|
14
|
+
cursor: pointer;
|
|
15
|
+
|
|
16
|
+
.setting-icon {
|
|
17
|
+
margin-top: -1px;
|
|
18
|
+
div {
|
|
19
|
+
display: flex;
|
|
20
|
+
align-items: center;
|
|
21
|
+
justify-content: center;
|
|
22
|
+
}
|
|
23
|
+
}
|
|
8
24
|
|
|
9
25
|
&.pro-theme-tools-follow {
|
|
26
|
+
background: var(--ant-primary-1);
|
|
10
27
|
svg {
|
|
11
28
|
color: var(--zaui-brand, #006aff);
|
|
12
29
|
}
|
|
13
30
|
}
|
|
14
31
|
|
|
15
32
|
.anticon {
|
|
16
|
-
color: var(--zaui-
|
|
33
|
+
color: var(--zaui-text, #343434);
|
|
17
34
|
|
|
18
35
|
svg {
|
|
19
|
-
font-size:
|
|
36
|
+
font-size: 20px;
|
|
20
37
|
}
|
|
21
38
|
}
|
|
22
39
|
}
|
|
@@ -36,16 +53,16 @@
|
|
|
36
53
|
|
|
37
54
|
.copy-btn {
|
|
38
55
|
position: absolute;
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
56
|
+
bottom: 20px;
|
|
57
|
+
left: 32px;
|
|
58
|
+
z-index: 10;
|
|
59
|
+
width: calc(100% - 64px);
|
|
43
60
|
}
|
|
44
61
|
|
|
45
62
|
.pro-theme-tools-box {
|
|
46
|
-
display
|
|
63
|
+
display: flex;
|
|
64
|
+
flex-wrap: wrap;
|
|
47
65
|
justify-content: space-between;
|
|
48
|
-
flex-wrap : wrap;
|
|
49
66
|
}
|
|
50
67
|
|
|
51
68
|
.pro-theme-tools-space {
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
font-size: var(--zaui-font-size, 14px);
|
|
54
54
|
line-height: 20px;
|
|
55
55
|
border: 1px solid #e6e6e6;
|
|
56
|
-
border-radius: var(--zaui-border-radius,
|
|
56
|
+
border-radius: var(--zaui-border-radius, 8px);
|
|
57
57
|
|
|
58
58
|
&:first-child {
|
|
59
59
|
margin-right: var(--zaui-space-size-md, 16px);
|
|
@@ -246,7 +246,7 @@
|
|
|
246
246
|
font-size: var(--zaui-font-size, 14px);
|
|
247
247
|
background: #f2f2f2;
|
|
248
248
|
border: none;
|
|
249
|
-
border-radius: var(--zaui-border-radius,
|
|
249
|
+
border-radius: var(--zaui-border-radius, 8px);
|
|
250
250
|
|
|
251
251
|
.pro-tooltip {
|
|
252
252
|
flex: 1;
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
line-height: 16px;
|
|
13
13
|
&:hover {
|
|
14
14
|
background: #F8F9FA;
|
|
15
|
-
border-radius: var(--zaui-border-radius,
|
|
15
|
+
border-radius: var(--zaui-border-radius, 8px);
|
|
16
16
|
color: var(--zaui-brand);
|
|
17
17
|
.file-actions-wrap {
|
|
18
18
|
.file-actions{
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
justify-content: center;
|
|
94
94
|
&:hover {
|
|
95
95
|
background: #F8F9FA;
|
|
96
|
-
border-radius: var(--zaui-border-radius,
|
|
96
|
+
border-radius: var(--zaui-border-radius, 8px);
|
|
97
97
|
}
|
|
98
98
|
&:hover,&.file-box-error {
|
|
99
99
|
.file-actions-wrap {
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
.pro-upload-dragger {
|
|
9
9
|
.pro-upload-handle-box {
|
|
10
10
|
background : #F8F9FA;
|
|
11
|
-
border-radius: var(--zaui-border-radius,
|
|
11
|
+
border-radius: var(--zaui-border-radius, 8px);
|
|
12
12
|
padding : var(--zaui-space-size-sm, 8px);
|
|
13
13
|
|
|
14
14
|
.@{ant-prefix}-upload.@{ant-prefix}-upload-drag {
|
|
@@ -178,7 +178,7 @@
|
|
|
178
178
|
text-align : center;
|
|
179
179
|
line-height : 32px;
|
|
180
180
|
background : #FFFFFF;
|
|
181
|
-
border-radius: var(--zaui-border-radius,
|
|
181
|
+
border-radius: var(--zaui-border-radius, 8px);
|
|
182
182
|
border : 1px solid #DCDCDC;
|
|
183
183
|
|
|
184
184
|
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="21px" height="21px" viewBox="0 0 22 21" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<title>icon-settings</title>
|
|
4
|
+
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
+
<g id="画板备份-17" transform="translate(-1223, -14)" fill="#231F20" fill-rule="nonzero" stroke="#333333" stroke-width="0.3">
|
|
6
|
+
<g id="编组-2" transform="translate(1209.2372, 0)">
|
|
7
|
+
<g id="icon-settings" transform="translate(14.4202, 15)">
|
|
8
|
+
<path d="M20.3848055,7.53659573 C20.2624144,6.90517801 19.8656126,6.49687157 19.3574341,6.49687157 L19.2693187,6.49687157 C17.8961096,6.49687157 16.7791849,5.40670117 16.7791849,4.0659785 C16.7791849,3.64243545 16.9874064,3.15949962 16.9954426,3.14030349 C17.2488001,2.58384094 17.0543916,1.90192685 16.5418484,1.55193559 L13.9650884,0.151544503 L13.9272182,0.133451014 C13.4117224,-0.0847484644 12.7061572,0.0549122231 12.3217819,0.445776738 C12.0436226,0.725799811 11.0846741,1.52424401 10.3529464,1.52424401 C9.61169334,1.52424401 8.65061387,0.709786336 8.37104252,0.424450467 C7.98733476,0.0307290821 7.28906108,-0.117076194 6.76773716,0.100747395 L4.09924158,1.52780256 L4.05918911,1.55268737 C3.54659457,1.90127525 3.35146717,2.5831643 3.60341257,3.13749673 C3.61211629,3.15777047 3.82110799,3.63677181 3.82110799,4.06600356 C3.82110799,5.40672622 2.70418334,6.49689663 1.33099995,6.49689663 L1.2268892,6.49689663 C0.73468034,6.49689663 0.337852817,6.90517801 0.215538765,7.53662079 C0.206424254,7.58105259 0,8.64957096 0,9.50630527 C0,10.3619369 0.206424254,11.4300794 0.215538765,11.4741603 C0.337852842,12.105979 0.73468034,12.5146363 1.24288452,12.5146363 L1.33099995,12.5146363 C2.70418336,12.5146363 3.82110799,13.6048318 3.82110799,14.9451535 C3.82110799,15.3715534 3.61214195,15.8526849 3.60413145,15.8711543 C3.35149282,16.4286944 3.54518244,17.1095309 4.05628784,17.457768 L6.58426601,18.8421957 L6.62285501,18.8592617 C7.1456424,19.0838515 7.85261977,18.9374246 8.23488975,18.5295191 C8.58799332,18.1570989 9.54475946,17.3838403 10.2473465,17.3838403 C11.0089339,17.3838403 11.9897315,18.249471 12.2722554,18.5536271 C12.5328788,18.8322217 12.9333521,19 13.3432737,19 C13.5347553,19 13.7160441,18.962986 13.8820564,18.8933687 L16.5032593,17.4834046 L16.5418483,17.4591713 C17.0543915,17.109556 17.2495446,16.4287195 16.9969316,15.8740362 C16.9881766,15.8534116 16.7792105,15.3743852 16.7792105,14.9451785 C16.7792105,13.6048568 17.8961352,12.5146614 19.2693442,12.5146614 L19.3720429,12.5146614 C19.8649193,12.5146614 20.26244,12.1060041 20.3848054,11.4741854 C20.3935348,11.4301045 20.6002928,10.361962 20.6002928,9.50633035 C20.6002928,8.64954589 20.3935349,7.58102751 20.3848055,7.53659573 M19.1062589,9.50628019 C19.1062589,10.0598859 18.9933931,10.7712959 18.9416844,11.0683599 C16.8818579,11.2332312 15.2851253,12.9132945 15.2851253,14.9451284 C15.2851253,15.518657 15.471549,16.0680024 15.5705761,16.3206848 L13.3345445,17.5259819 C13.2245799,17.413712 12.8998469,17.0938682 12.457909,16.7726211 C11.6817384,16.2111966 10.9375841,15.9244072 10.2473209,15.9244072 C9.56291156,15.9244072 8.82463676,16.2040795 8.05211198,16.7584119 C7.61233077,17.0711135 7.29198807,17.3823867 7.17984115,17.4975135 L5.0290237,16.3220881 C5.13387902,16.056625 5.31519344,15.5143716 5.31519344,14.9451284 C5.31519344,12.9132945 3.71846079,11.2332312 1.65937889,11.0683599 C1.60695125,10.7712959 1.49408545,10.0599109 1.49408545,9.50628019 C1.49408545,8.95157185 1.60695125,8.23983608 1.65937889,7.94277203 C3.71846079,7.77825158 5.31519344,6.09783742 5.31519344,4.06600356 C5.31519344,3.4956827 5.12879543,2.94455798 5.02976827,2.69225151 L7.32112879,1.46312209 C7.42087485,1.56050617 7.74779025,1.8728319 8.1948374,2.18340342 C8.95645045,2.71392862 9.68168251,2.98257437 10.3529721,2.98257437 C11.0177147,2.98257437 11.7378118,2.71891561 12.4943156,2.19869017 C12.9450086,1.8895471 13.2712051,1.58148161 13.3658419,1.49442234 L15.5712693,2.69012142 C15.4715233,2.94099944 15.2850996,3.4903449 15.2850996,4.06600358 C15.2850996,6.09783744 16.8818322,7.7782516 18.9416587,7.94277205 C18.9933931,8.2405127 19.1062589,8.95513042 19.1062589,9.50628019" id="形状"></path>
|
|
9
|
+
<path d="M10.3001356,6.5 C8.59640655,6.5 7.21010249,7.84598945 7.21010249,9.50014713 C7.21010249,11.1545781 8.5964282,12.5 10.3001356,12.5 C12.0038646,12.5 13.3901903,11.1545781 13.3901903,9.50014713 C13.3901903,7.84598945 12.0038646,6.5 10.3001356,6.5 M12.1303626,9.50014713 C12.1303626,10.4798072 11.3095002,11.276765 10.3001356,11.276765 C9.29079259,11.276765 8.47053634,10.4798072 8.47053634,9.50014713 C8.47053634,8.52105462 9.29079259,7.72378156 10.3001356,7.72378156 C11.3095002,7.72378156 12.1303626,8.52105462 12.1303626,9.50014713" id="形状"></path>
|
|
10
|
+
</g>
|
|
11
|
+
</g>
|
|
12
|
+
</g>
|
|
13
|
+
</g>
|
|
14
|
+
</svg>
|
package/es/style/components.less
CHANGED
package/es/style/theme/antd.less
CHANGED
|
@@ -56,8 +56,8 @@
|
|
|
56
56
|
--zaui-table-nested-bg : #fafcfe;
|
|
57
57
|
--zaui-contract-bg : #fffaa1; // 对比背景色
|
|
58
58
|
--zaui-form-label-width : 130px; // 8个全角字符宽度
|
|
59
|
-
--zaui-border-radius :
|
|
60
|
-
--zaui-border-radius-card :
|
|
59
|
+
--zaui-border-radius : 8px;
|
|
60
|
+
--zaui-border-radius-card : 4px;
|
|
61
61
|
--zaui-font-size-title : 16px;
|
|
62
62
|
--zaui-font-size-card-title : var(--zaui-font-size-title);
|
|
63
63
|
--zaui-font-size : 14px;
|
|
@@ -56,8 +56,8 @@
|
|
|
56
56
|
@zaui-form-required-after: var(--zaui-form-required-after; inline);
|
|
57
57
|
@zaui-form-required-before: var(--zaui-form-required-before; none);
|
|
58
58
|
@zaui-form-label-width: var(--zaui-form-label-width; 130px);
|
|
59
|
-
@zaui-border-radius: var(--zaui-border-radius;
|
|
60
|
-
@zaui-border-radius-card: var(--zaui-border-radius-card;
|
|
59
|
+
@zaui-border-radius: var(--zaui-border-radius; 8px);
|
|
60
|
+
@zaui-border-radius-card: var(--zaui-border-radius-card; 4px);
|
|
61
61
|
@zaui-font-size-title:
|
|
62
62
|
calc(var(--zaui-font-size-title; 16px) + var(--zaui-base-font-size; 0px));
|
|
63
63
|
@zaui-font-size-card-title:
|
package/es/tokens.js
CHANGED
|
@@ -53,8 +53,8 @@ var tokens = {
|
|
|
53
53
|
'@zaui-form-required-after': 'var(--zaui-form-required-after, inline)',
|
|
54
54
|
'@zaui-form-required-before': 'var(--zaui-form-required-before, none)',
|
|
55
55
|
'@zaui-form-label-width': 'var(--zaui-form-label-width, 130px)',
|
|
56
|
-
'@zaui-border-radius': 'var(--zaui-border-radius,
|
|
57
|
-
'@zaui-border-radius-card': 'var(--zaui-border-radius-card,
|
|
56
|
+
'@zaui-border-radius': 'var(--zaui-border-radius, 8px)',
|
|
57
|
+
'@zaui-border-radius-card': 'var(--zaui-border-radius-card, 4px)',
|
|
58
58
|
'@zaui-font-size-title': 'calc(var(--zaui-font-size-title, 16px) + var(--zaui-base-font-size, 0px))',
|
|
59
59
|
'@zaui-font-size-card-title': 'calc(var(--zaui-font-size-card-title, 16px) + var(--zaui-base-font-size, 0px))',
|
|
60
60
|
'@zaui-font-size': 'calc(var(--zaui-font-size, 14px) + var(--zaui-base-font-size, 0px))',
|
|
@@ -28,12 +28,11 @@ var _useFieldProps = require("../../../ProForm/utils/useFieldProps");
|
|
|
28
28
|
var _useListChanged3 = require("../../../ProForm/utils/useListChanged");
|
|
29
29
|
var _useRules = _interopRequireDefault(require("../../../ProForm/utils/useRules"));
|
|
30
30
|
var _utils = require("../../../ProForm/utils");
|
|
31
|
-
var _locale = _interopRequireDefault(require("../../../locale"));
|
|
32
31
|
var _excluded = ["type", "valueType", "names", "fieldProps", "labelRequired", "editRender", "component", "viewRender", "title", "originTitle", "label", "dataIndex", "formItemProps", "isEditable", "required", "rules", "equalWith", "className"];
|
|
33
32
|
/* eslint-disable prefer-destructuring */
|
|
34
33
|
/* eslint-disable prefer-const */
|
|
35
34
|
var RenderField = function RenderField(_ref) {
|
|
36
|
-
var _type, _type$replace, _fieldProps2, _fieldProps3, _fieldProps4, _names,
|
|
35
|
+
var _type, _type$replace, _fieldProps2, _fieldProps3, _fieldProps4, _names, _TargetComponent4;
|
|
37
36
|
var value = _ref.text,
|
|
38
37
|
record = _ref.record,
|
|
39
38
|
index = _ref.index,
|
|
@@ -76,7 +75,7 @@ var RenderField = function RenderField(_ref) {
|
|
|
76
75
|
virtualKey = config.virtualKey,
|
|
77
76
|
viewEmpty = config.viewEmpty,
|
|
78
77
|
originalValues = config.originalValues,
|
|
79
|
-
|
|
78
|
+
originalDiffTip = config.originalDiffTip;
|
|
80
79
|
var _fieldProps = fieldProps || formItemProps || {};
|
|
81
80
|
var _rules = rules || [];
|
|
82
81
|
var _required = required;
|
|
@@ -89,7 +88,7 @@ var RenderField = function RenderField(_ref) {
|
|
|
89
88
|
type = ((_type = type) === null || _type === void 0 ? void 0 : (_type$replace = _type.replace) === null || _type$replace === void 0 ? void 0 : _type$replace.call(_type, type[0], type[0].toUpperCase())) || 'Input';
|
|
90
89
|
// 单行正在编辑时,临时生成一套formItem用来存储中间值,点击取消时候重置回上一次状态
|
|
91
90
|
var namePath = (0, _tools.getNamePath)(name, virtualKey);
|
|
92
|
-
var rowData = form.
|
|
91
|
+
var rowData = (0, _lodash.get)(form.getFieldsValue(), [].concat((0, _toConsumableArray2.default)(namePath), [index])) || record || {};
|
|
93
92
|
var currentValue = dataIndex ? rowData === null || rowData === void 0 ? void 0 : rowData[dataIndex] : null;
|
|
94
93
|
// 第三个参数
|
|
95
94
|
var options = {
|
|
@@ -144,7 +143,7 @@ var RenderField = function RenderField(_ref) {
|
|
|
144
143
|
var formItemChildProps = (0, _objectSpread2.default)({}, _fieldProps);
|
|
145
144
|
// 允许formItem的属性放在column最外层
|
|
146
145
|
var _formItemProps = (0, _objectSpread2.default)((0, _objectSpread2.default)({}, resetProps), internalRule);
|
|
147
|
-
if (['Switch', '
|
|
146
|
+
if (['Switch', 'SwitchCheckbox'].includes(type)) {
|
|
148
147
|
_formItemProps.valuePropName = 'checked';
|
|
149
148
|
valueType = 'switch';
|
|
150
149
|
}
|
|
@@ -244,8 +243,6 @@ var RenderField = function RenderField(_ref) {
|
|
|
244
243
|
TargetComponent = viewRender;
|
|
245
244
|
}
|
|
246
245
|
}
|
|
247
|
-
var defaultPlaceholder = ['Select', 'EnumSelect', 'DatePicker', 'RangePicker', 'Cascader', 'ProSelect', 'ProEnum', 'ProTimeLimit'].includes(type) ? "".concat(_locale.default.ProEditTable.select).concat((0, _lodash.isString)(label) ? label || title : '') : "".concat(_locale.default.ProEditTable.enter).concat((0, _lodash.isString)(label) ? label || title : '');
|
|
248
|
-
var _placeholder = (_formItemChildProps$p = formItemChildProps === null || formItemChildProps === void 0 ? void 0 : formItemChildProps.placeholder) !== null && _formItemChildProps$p !== void 0 ? _formItemChildProps$p : defaultPlaceholder;
|
|
249
246
|
var onChange = formItemChildProps === null || formItemChildProps === void 0 ? void 0 : formItemChildProps.onChange;
|
|
250
247
|
var onFieldChange = formItemChildProps === null || formItemChildProps === void 0 ? void 0 : formItemChildProps.onFieldChange;
|
|
251
248
|
var onBlur = formItemChildProps === null || formItemChildProps === void 0 ? void 0 : formItemChildProps.onBlur;
|
|
@@ -306,7 +303,7 @@ var RenderField = function RenderField(_ref) {
|
|
|
306
303
|
}
|
|
307
304
|
_args = [].concat(args);
|
|
308
305
|
rowPath = [].concat((0, _toConsumableArray2.default)(namePath), [index]);
|
|
309
|
-
row = form.getFieldValue(rowPath);
|
|
306
|
+
row = form.getFieldValue(rowPath, true);
|
|
310
307
|
orgRow = (0, _lodash.cloneDeep)(row);
|
|
311
308
|
if (!onFieldChange) {
|
|
312
309
|
_context.next = 18;
|
|
@@ -358,7 +355,9 @@ var RenderField = function RenderField(_ref) {
|
|
|
358
355
|
return [].concat((0, _toConsumableArray2.default)(rowPath), [key]);
|
|
359
356
|
});
|
|
360
357
|
if (validateFieldKeys === null || validateFieldKeys === void 0 ? void 0 : validateFieldKeys.length) {
|
|
361
|
-
|
|
358
|
+
setTimeout(function () {
|
|
359
|
+
form.validateFields(validateFieldKeys);
|
|
360
|
+
}, 100);
|
|
362
361
|
}
|
|
363
362
|
}
|
|
364
363
|
setState({
|
|
@@ -471,8 +470,7 @@ var RenderField = function RenderField(_ref) {
|
|
|
471
470
|
originalValue = _useListChanged2[1];
|
|
472
471
|
var componentProps = (0, _objectSpread2.default)((0, _objectSpread2.default)((0, _objectSpread2.default)({
|
|
473
472
|
form: form,
|
|
474
|
-
name: cellName
|
|
475
|
-
placeholder: _placeholder
|
|
473
|
+
name: cellName
|
|
476
474
|
}, _fieldProps), (_TargetComponent4 = TargetComponent) === null || _TargetComponent4 === void 0 ? void 0 : _TargetComponent4.props), {}, {
|
|
477
475
|
disabled: _disabled,
|
|
478
476
|
onChange: _onchange,
|
|
@@ -490,7 +488,7 @@ var RenderField = function RenderField(_ref) {
|
|
|
490
488
|
if (isCell) {
|
|
491
489
|
record["".concat(dataIndex, "-Disabled")] = _disabled;
|
|
492
490
|
}
|
|
493
|
-
if (['Switch', '
|
|
491
|
+
if (['Switch', 'SwitchCheckbox'].includes(type)) {
|
|
494
492
|
_formItemProps.valuePropName = 'checked';
|
|
495
493
|
}
|
|
496
494
|
(0, _react.useEffect)(function () {
|
|
@@ -510,7 +508,7 @@ var RenderField = function RenderField(_ref) {
|
|
|
510
508
|
delete _formItemProps.rules;
|
|
511
509
|
}
|
|
512
510
|
var _className = (0, _classnames.default)((0, _defineProperty2.default)((0, _defineProperty2.default)({}, className, className), 'pro-form-item-changed', changed));
|
|
513
|
-
var originalTitle =
|
|
511
|
+
var originalTitle = originalDiffTip ? (0, _jsxRuntime.jsxs)(_antd.Space, {
|
|
514
512
|
children: ["\u521D\u59CB\u503C\uFF1A", /*#__PURE__*/_react.default.isValidElement(TargetComponent) ? ( /*#__PURE__*/_react.default.cloneElement(TargetComponent, (0, _objectSpread2.default)((0, _objectSpread2.default)({}, (0, _lodash.omit)(componentProps, ['onFieldChange'])), {}, {
|
|
515
513
|
isView: true,
|
|
516
514
|
value: originalValue,
|
|
@@ -532,7 +530,7 @@ var RenderField = function RenderField(_ref) {
|
|
|
532
530
|
});
|
|
533
531
|
return (0, _jsxRuntime.jsx)(_useFieldProps.FieldProvider, {
|
|
534
532
|
value: componentProps === null || componentProps === void 0 ? void 0 : componentProps.otherProps,
|
|
535
|
-
children: !
|
|
533
|
+
children: !originalDiffTip || ['FormList', 'ProEditTable'].includes(type) ? FormItem : (0, _jsxRuntime.jsx)(_antd.Tooltip, {
|
|
536
534
|
title: originalTitle,
|
|
537
535
|
open: changed ? undefined : false,
|
|
538
536
|
children: FormItem
|
|
@@ -23,7 +23,7 @@ var _tools = require("./utils/tools");
|
|
|
23
23
|
var _components = require("./components");
|
|
24
24
|
var _empty = _interopRequireDefault(require("../assets/empty.png"));
|
|
25
25
|
var _locale = _interopRequireWildcard(require("../locale"));
|
|
26
|
-
var _excluded = ["value", "onChange", "className", "columns", "type", "mode", "stripe", "draggable", "disabled", "insertType", "emptyBtnText", "actionWidth", "actionProps", "toolbarProps", "rowSelection", "onlyOneLineMsg", "deletePoConfirmMsg", "mulDeletePoConfirmMsg", "otherProps", "requiredAlign", "summary", "max", "headerRender", "pagination", "originalValues", "
|
|
26
|
+
var _excluded = ["value", "onChange", "className", "columns", "type", "mode", "stripe", "draggable", "disabled", "insertType", "emptyBtnText", "actionWidth", "actionProps", "toolbarProps", "rowSelection", "onlyOneLineMsg", "deletePoConfirmMsg", "mulDeletePoConfirmMsg", "otherProps", "requiredAlign", "summary", "max", "headerRender", "pagination", "originalValues", "originalDiffTip", "rowKey"];
|
|
27
27
|
var ProEditTable = function ProEditTable(_ref, ref) {
|
|
28
28
|
var _resetProps$id, _resetProps$id$split, _themeConfig$data2, _value$2;
|
|
29
29
|
var value = _ref.value,
|
|
@@ -52,7 +52,7 @@ var ProEditTable = function ProEditTable(_ref, ref) {
|
|
|
52
52
|
headerRender = _ref.headerRender,
|
|
53
53
|
pagination = _ref.pagination,
|
|
54
54
|
originalValues = _ref.originalValues,
|
|
55
|
-
|
|
55
|
+
originalDiffTip = _ref.originalDiffTip,
|
|
56
56
|
rowKey = _ref.rowKey,
|
|
57
57
|
resetProps = (0, _objectWithoutProperties2.default)(_ref, _excluded);
|
|
58
58
|
// 上下文form
|
|
@@ -154,7 +154,7 @@ var ProEditTable = function ProEditTable(_ref, ref) {
|
|
|
154
154
|
tableLength: value === null || value === void 0 ? void 0 : value.length,
|
|
155
155
|
page: page,
|
|
156
156
|
originalValues: originalValues,
|
|
157
|
-
|
|
157
|
+
originalDiffTip: originalDiffTip,
|
|
158
158
|
prefixCls: prefixCls
|
|
159
159
|
};
|
|
160
160
|
// 编辑行设置下样式
|
|
@@ -130,7 +130,7 @@ export interface ProEditTableProps<T = any> extends Omit<TableProps<T>, 'onChang
|
|
|
130
130
|
* @description 原始数据源,是否tooltip显示
|
|
131
131
|
* @default -
|
|
132
132
|
*/
|
|
133
|
-
|
|
133
|
+
originalDiffTip?: boolean;
|
|
134
134
|
/**
|
|
135
135
|
* @description 可编辑表格的类型,单行、多行、单元格编辑
|
|
136
136
|
* @default false
|
|
@@ -89,40 +89,54 @@ var getActionColumn = function getActionColumn(config) {
|
|
|
89
89
|
index = _utils.tools.calc(firstIndex, '+', index);
|
|
90
90
|
rowName = [].concat((0, _toConsumableArray2.default)(virtualRowName), [index]);
|
|
91
91
|
if (!(type === 'save')) {
|
|
92
|
-
_context.next =
|
|
92
|
+
_context.next = 12;
|
|
93
93
|
break;
|
|
94
94
|
}
|
|
95
|
-
_context.
|
|
95
|
+
_context.prev = 3;
|
|
96
|
+
_context.next = 6;
|
|
96
97
|
return (0, _tools.customValidate)(validateKeys, form, rowName);
|
|
97
|
-
case
|
|
98
|
+
case 6:
|
|
99
|
+
_context.next = 12;
|
|
100
|
+
break;
|
|
101
|
+
case 8:
|
|
102
|
+
_context.prev = 8;
|
|
103
|
+
_context.t0 = _context["catch"](3);
|
|
104
|
+
setTimeout(function () {
|
|
105
|
+
var errorDom = document.querySelector('.ant-form-item-has-error');
|
|
106
|
+
if (errorDom) {
|
|
107
|
+
errorDom.scrollIntoViewIfNeeded(true);
|
|
108
|
+
}
|
|
109
|
+
}, 0);
|
|
110
|
+
return _context.abrupt("return", Promise.reject(_context.t0));
|
|
111
|
+
case 12:
|
|
98
112
|
// 编辑状态使用自定义form值,非编辑状态直接使用行数据
|
|
99
113
|
_record = (_form$getFieldValue = form.getFieldValue(rowName)) !== null && _form$getFieldValue !== void 0 ? _form$getFieldValue : record; // 新增事件可以设置初始默认值,当做函数的出参导出
|
|
100
114
|
onEvent = onClick || onHandle;
|
|
101
|
-
_context.next =
|
|
115
|
+
_context.next = 16;
|
|
102
116
|
return onEvent === null || onEvent === void 0 ? void 0 : onEvent(_record, index, {
|
|
103
117
|
form: form,
|
|
104
118
|
namePath: virtualRowName
|
|
105
119
|
});
|
|
106
|
-
case
|
|
107
|
-
_context.
|
|
108
|
-
_context.
|
|
109
|
-
if (!_context.
|
|
110
|
-
_context.next =
|
|
120
|
+
case 16:
|
|
121
|
+
_context.t2 = _yield$onEvent = _context.sent;
|
|
122
|
+
_context.t1 = _context.t2 !== null;
|
|
123
|
+
if (!_context.t1) {
|
|
124
|
+
_context.next = 20;
|
|
111
125
|
break;
|
|
112
126
|
}
|
|
113
|
-
_context.
|
|
114
|
-
case
|
|
115
|
-
if (!_context.
|
|
116
|
-
_context.next =
|
|
127
|
+
_context.t1 = _yield$onEvent !== void 0;
|
|
128
|
+
case 20:
|
|
129
|
+
if (!_context.t1) {
|
|
130
|
+
_context.next = 24;
|
|
117
131
|
break;
|
|
118
132
|
}
|
|
119
|
-
_context.
|
|
120
|
-
_context.next =
|
|
133
|
+
_context.t3 = _yield$onEvent;
|
|
134
|
+
_context.next = 25;
|
|
121
135
|
break;
|
|
122
|
-
case
|
|
123
|
-
_context.
|
|
124
|
-
case
|
|
125
|
-
result = _context.
|
|
136
|
+
case 24:
|
|
137
|
+
_context.t3 = true;
|
|
138
|
+
case 25:
|
|
139
|
+
result = _context.t3;
|
|
126
140
|
if (result && type !== 'custom') {
|
|
127
141
|
_config.actions[type]((0, _objectSpread2.default)((0, _objectSpread2.default)({}, config), {}, {
|
|
128
142
|
rowName: [].concat((0, _toConsumableArray2.default)(name), [index]),
|
|
@@ -132,11 +146,11 @@ var getActionColumn = function getActionColumn(config) {
|
|
|
132
146
|
validateKeys: validateKeys
|
|
133
147
|
}));
|
|
134
148
|
}
|
|
135
|
-
case
|
|
149
|
+
case 27:
|
|
136
150
|
case "end":
|
|
137
151
|
return _context.stop();
|
|
138
152
|
}
|
|
139
|
-
}, _callee);
|
|
153
|
+
}, _callee, null, [[3, 8]]);
|
|
140
154
|
}));
|
|
141
155
|
return function (_x, _x2) {
|
|
142
156
|
return _ref.apply(this, arguments);
|
|
@@ -284,7 +298,7 @@ var transformColumns = exports.transformColumns = function transformColumns() {
|
|
|
284
298
|
(_item$fieldProps3 = item.fieldProps) === null || _item$fieldProps3 === void 0 ? true : delete _item$fieldProps3.useRequest;
|
|
285
299
|
}
|
|
286
300
|
var _render = function _render(text, record, index) {
|
|
287
|
-
var isEditing = !virtualKey || editingKeys.includes(record.rowKey);
|
|
301
|
+
var isEditing = !virtualKey || editingKeys.includes(record.rowKey) || record.addFlag;
|
|
288
302
|
var namePath = (0, _lodash.isArray)(name) ? name : [name];
|
|
289
303
|
if (virtualKey && editingKeys.includes(record.rowKey)) {
|
|
290
304
|
namePath = (0, _tools.getNamePath)(name, virtualKey);
|
|
@@ -12,7 +12,9 @@ var getRandom = exports.getRandom = function getRandom() {
|
|
|
12
12
|
var difference = exports.difference = function difference(object, base) {
|
|
13
13
|
var changes = function changes(object, base) {
|
|
14
14
|
return (0, _lodash.transform)(object, function (result, value, key) {
|
|
15
|
-
if (
|
|
15
|
+
if (key.indexOf('-') > -1) {
|
|
16
|
+
result[key] = true;
|
|
17
|
+
} else if (!(0, _lodash.isEqual)(value, base[key])) {
|
|
16
18
|
result[key] = (0, _lodash.isObject)(value) && (0, _lodash.isObject)(base[key]) ? changes(value, base[key]) : value;
|
|
17
19
|
}
|
|
18
20
|
});
|
|
@@ -38,8 +38,7 @@
|
|
|
38
38
|
display: flex;
|
|
39
39
|
align-items: center;
|
|
40
40
|
justify-content: center;
|
|
41
|
-
|
|
42
|
-
padding: var(--zaui-space-size-sm) var(--zaui-space-border);
|
|
41
|
+
padding: 6px var(--zaui-space-border);
|
|
43
42
|
line-height: 18px;
|
|
44
43
|
background-color: #f1f3f6ff;
|
|
45
44
|
border: 1px solid transparent;
|
|
@@ -73,6 +72,7 @@
|
|
|
73
72
|
.pro-enum-group-item-selected {
|
|
74
73
|
color: var(--zaui-brand);
|
|
75
74
|
border: 1px solid var(--zaui-brand);
|
|
75
|
+
background: #fff;
|
|
76
76
|
&::after {
|
|
77
77
|
background: transparent;
|
|
78
78
|
}
|
|
@@ -36,7 +36,7 @@ var DatePicker = function DatePicker(props) {
|
|
|
36
36
|
var viewChildren = null;
|
|
37
37
|
if (!value) {
|
|
38
38
|
viewChildren = null;
|
|
39
|
-
} else if (typeof format === 'string' &&
|
|
39
|
+
} else if (typeof format === 'string' && (0, _lodash.isObject)(value)) {
|
|
40
40
|
viewChildren = value.format(format);
|
|
41
41
|
} else if ((0, _lodash.isFunction)(format)) {
|
|
42
42
|
viewChildren = format(value);
|
|
@@ -7,7 +7,6 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
7
7
|
exports.default = void 0;
|
|
8
8
|
var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
|
|
9
9
|
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
|
|
10
|
-
var _slicedToArray2 = _interopRequireDefault(require("@babel/runtime/helpers/slicedToArray"));
|
|
11
10
|
var _jsxRuntime = require("react/jsx-runtime");
|
|
12
11
|
var _antd = require("antd");
|
|
13
12
|
var _react = require("react");
|
|
@@ -28,10 +27,6 @@ var Group = function Group(props) {
|
|
|
28
27
|
id = props.id,
|
|
29
28
|
value = props.value,
|
|
30
29
|
onFieldChange = props.onFieldChange;
|
|
31
|
-
var _useCounter = (0, _ahooks.useCounter)(0),
|
|
32
|
-
_useCounter2 = (0, _slicedToArray2.default)(_useCounter, 2),
|
|
33
|
-
num = _useCounter2[0],
|
|
34
|
-
inc = _useCounter2[1].inc;
|
|
35
30
|
var _ref = _ProForm.default.useFieldProps() || {},
|
|
36
31
|
names = _ref.names,
|
|
37
32
|
name = _ref.name,
|
|
@@ -69,13 +64,15 @@ var Group = function Group(props) {
|
|
|
69
64
|
})
|
|
70
65
|
}, "".concat(className), className));
|
|
71
66
|
(0, _ahooks.useDeepCompareEffect)(function () {
|
|
67
|
+
var _document, _document$activeEleme;
|
|
68
|
+
// 焦点激活的表单
|
|
69
|
+
var touchName = ((_document = document) === null || _document === void 0 ? void 0 : (_document$activeEleme = _document.activeElement) === null || _document$activeEleme === void 0 ? void 0 : _document$activeEleme.id) || '';
|
|
72
70
|
// 模拟change,初始化不执行onFieldChange
|
|
73
|
-
if ((0, _lodash.isFunction)(onFieldChange) &&
|
|
71
|
+
if ((0, _lodash.isFunction)(onFieldChange) && form.isFieldsTouched(names) && (0, _utils.transformNamesString)(names).includes(touchName)) {
|
|
74
72
|
onFieldChange(value, form.getFieldsValue(), {
|
|
75
73
|
form: form
|
|
76
74
|
});
|
|
77
75
|
}
|
|
78
|
-
inc();
|
|
79
76
|
}, [value]);
|
|
80
77
|
return (0, _jsxRuntime.jsx)("div", {
|
|
81
78
|
className: _className,
|
|
@@ -9,13 +9,13 @@
|
|
|
9
9
|
}
|
|
10
10
|
|
|
11
11
|
.start-radius() {
|
|
12
|
-
border-start-start-radius:
|
|
13
|
-
border-end-start-radius:
|
|
12
|
+
border-start-start-radius: 4px;
|
|
13
|
+
border-end-start-radius: 4px;
|
|
14
14
|
}
|
|
15
15
|
|
|
16
16
|
.end-radius() {
|
|
17
|
-
border-start-end-radius:
|
|
18
|
-
border-end-end-radius:
|
|
17
|
+
border-start-end-radius: 4px;
|
|
18
|
+
border-end-end-radius: 4px;
|
|
19
19
|
}
|
|
20
20
|
|
|
21
21
|
.pro-group {
|
|
@@ -6,3 +6,5 @@ import { SpaceType } from './propsType';
|
|
|
6
6
|
* @returns
|
|
7
7
|
*/
|
|
8
8
|
export declare const insertSeparator: (columns: any, space?: SpaceType, separatorNode?: ReactNode, otherProps?: any) => any;
|
|
9
|
+
/** 转换names */
|
|
10
|
+
export declare const transformNamesString: (arr: (string | string[])[]) => (string | string[])[];
|
|
@@ -4,7 +4,7 @@ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefau
|
|
|
4
4
|
Object.defineProperty(exports, "__esModule", {
|
|
5
5
|
value: true
|
|
6
6
|
});
|
|
7
|
-
exports.insertSeparator = void 0;
|
|
7
|
+
exports.transformNamesString = exports.insertSeparator = void 0;
|
|
8
8
|
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
|
|
9
9
|
/**
|
|
10
10
|
* 插入间隔符
|
|
@@ -40,4 +40,14 @@ var insertSeparator = exports.insertSeparator = function insertSeparator(columns
|
|
|
40
40
|
}
|
|
41
41
|
return result;
|
|
42
42
|
}, []);
|
|
43
|
+
};
|
|
44
|
+
/** 转换names */
|
|
45
|
+
var transformNamesString = exports.transformNamesString = function transformNamesString(arr) {
|
|
46
|
+
var result = arr.map(function (subArr) {
|
|
47
|
+
if (Array.isArray(subArr)) {
|
|
48
|
+
return subArr.join('_');
|
|
49
|
+
}
|
|
50
|
+
return subArr;
|
|
51
|
+
});
|
|
52
|
+
return result;
|
|
43
53
|
};
|
|
@@ -55,7 +55,7 @@ var ProTimeLimit = exports.ProTimeLimit = function ProTimeLimit(props) {
|
|
|
55
55
|
onChange = _useControlled2[1];
|
|
56
56
|
var initialConfig = (0, _ProConfigProvider.useProConfig)('ProTimeLimit');
|
|
57
57
|
var isForever = (0, _react.useMemo)(function () {
|
|
58
|
-
if (
|
|
58
|
+
if ((0, _lodash.isObject)(value)) {
|
|
59
59
|
return foreverMoment.format(format) === value.format(format);
|
|
60
60
|
}
|
|
61
61
|
return false;
|
|
@@ -75,6 +75,12 @@ var ProTimeLimit = exports.ProTimeLimit = function ProTimeLimit(props) {
|
|
|
75
75
|
children: foreverText
|
|
76
76
|
});
|
|
77
77
|
}
|
|
78
|
+
if ((0, _lodash.isObject)(value)) {
|
|
79
|
+
return (0, _jsxRuntime.jsx)(_Container.default, {
|
|
80
|
+
viewEmpty: viewEmpty,
|
|
81
|
+
children: value.format(format)
|
|
82
|
+
});
|
|
83
|
+
}
|
|
78
84
|
return (0, _jsxRuntime.jsx)(_Container.default, {
|
|
79
85
|
viewEmpty: viewEmpty,
|
|
80
86
|
children: props.value
|
|
@@ -50,7 +50,7 @@ var Render = function Render(props) {
|
|
|
50
50
|
originalValues = props.originalValues,
|
|
51
51
|
equalWith = props.equalWith,
|
|
52
52
|
requiredOnView = props.requiredOnView,
|
|
53
|
-
|
|
53
|
+
originalDiffTip = props.originalDiffTip,
|
|
54
54
|
confirm = props.confirm,
|
|
55
55
|
globalControl = props.globalControl;
|
|
56
56
|
var colProps = props.colProps;
|
|
@@ -432,7 +432,7 @@ var Render = function Render(props) {
|
|
|
432
432
|
});
|
|
433
433
|
}
|
|
434
434
|
// 不渲染tooltip
|
|
435
|
-
if (!
|
|
435
|
+
if (!originalDiffTip || ['FormList', 'ProEditTable'].includes(type)) {
|
|
436
436
|
return formItem;
|
|
437
437
|
}
|
|
438
438
|
var title = (0, _jsxRuntime.jsxs)(_antd.Space, {
|
|
@@ -17,7 +17,7 @@ interface Props<T = any> {
|
|
|
17
17
|
clearNotShow?: boolean;
|
|
18
18
|
requiredOnView?: boolean;
|
|
19
19
|
required?: boolean | (() => boolean);
|
|
20
|
-
|
|
20
|
+
originalDiffTip?: boolean;
|
|
21
21
|
globalControl?: boolean;
|
|
22
22
|
}
|
|
23
23
|
declare const RenderFields: React.FC<Props>;
|