@zat-design/sisyphus-react 3.9.0-beta.22 → 3.9.0-beta.24
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 +7 -13
- package/dist/less.esm.css +7 -13
- package/es/ProEditTable/index.js +1 -1
- package/es/ProEditTable/style/index.less +11 -11
- package/es/ProForm/style/index.less +2 -1
- package/lib/ProEditTable/index.js +1 -1
- package/lib/ProEditTable/style/index.less +11 -11
- package/lib/ProForm/style/index.less +2 -1
- package/package.json +1 -1
package/dist/index.esm.css
CHANGED
@@ -3174,7 +3174,6 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
|
|
3174
3174
|
border-radius: 4px;
|
3175
3175
|
}
|
3176
3176
|
.original-value-tooltip {
|
3177
|
-
max-width: 100%;
|
3178
3177
|
width: -webkit-max-content;
|
3179
3178
|
width: -moz-max-content;
|
3180
3179
|
width: max-content;
|
@@ -4410,6 +4409,10 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
|
|
4410
4409
|
.pro-edit-table td[rowspan] {
|
4411
4410
|
vertical-align: middle !important;
|
4412
4411
|
}
|
4412
|
+
.pro-edit-table .ant-table-content .ant-table-tbody .pro-form-item-add .pro-form-view-container {
|
4413
|
+
padding: 0;
|
4414
|
+
border-radius: 0;
|
4415
|
+
}
|
4413
4416
|
.pro-edit-table .pro-edit-table-tooltip {
|
4414
4417
|
display: -webkit-inline-box;
|
4415
4418
|
display: -webkit-inline-flex;
|
@@ -4614,20 +4617,11 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
|
|
4614
4617
|
.pro-edit-table .ant-table-pagination .ant-pagination-options .ant-select.ant-select-in-form-item {
|
4615
4618
|
width: auto;
|
4616
4619
|
}
|
4617
|
-
.pro-edit-table .ant-table .ant-table-tbody
|
4618
|
-
.pro-edit-table .ant-table-tbody .is-new-row.ant-table-row td {
|
4619
|
-
background: var(--zaui-contract-bg-add, #d2fff4) !important;
|
4620
|
-
}
|
4621
|
-
.pro-edit-table .ant-table .ant-table-tbody .ant-table-tbody .is-new-row.ant-table-row:hover td,
|
4622
|
-
.pro-edit-table .ant-table .ant-table-tbody .ant-table-tbody .is-new-row.ant-table-row:hover .ant-table-cell-row-hover {
|
4623
|
-
background: var(--zaui-contract-bg-add, #d2fff4) !important;
|
4624
|
-
}
|
4625
|
-
.pro-edit-table .ant-table .ant-table-body,
|
4626
|
-
.pro-edit-table .ant-table-tbody .is-new-row.ant-table-row td {
|
4620
|
+
.pro-edit-table .ant-table .ant-table-tbody .is-new-row.ant-table-row td {
|
4627
4621
|
background: var(--zaui-contract-bg-add, #d2fff4) !important;
|
4628
4622
|
}
|
4629
|
-
.pro-edit-table .ant-table .ant-table-
|
4630
|
-
.pro-edit-table .ant-table .ant-table-
|
4623
|
+
.pro-edit-table .ant-table .ant-table-tbody .is-new-row.ant-table-row:hover td,
|
4624
|
+
.pro-edit-table .ant-table .ant-table-tbody .is-new-row.ant-table-row:hover .ant-table-cell-row-hover {
|
4631
4625
|
background: var(--zaui-contract-bg-add, #d2fff4) !important;
|
4632
4626
|
}
|
4633
4627
|
.pro-edit-table-footer {
|
package/dist/less.esm.css
CHANGED
@@ -3174,7 +3174,6 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
|
|
3174
3174
|
border-radius: 4px;
|
3175
3175
|
}
|
3176
3176
|
.original-value-tooltip {
|
3177
|
-
max-width: 100%;
|
3178
3177
|
width: -webkit-max-content;
|
3179
3178
|
width: -moz-max-content;
|
3180
3179
|
width: max-content;
|
@@ -4410,6 +4409,10 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
|
|
4410
4409
|
.pro-edit-table td[rowspan] {
|
4411
4410
|
vertical-align: middle !important;
|
4412
4411
|
}
|
4412
|
+
.pro-edit-table .ant-table-content .ant-table-tbody .pro-form-item-add .pro-form-view-container {
|
4413
|
+
padding: 0;
|
4414
|
+
border-radius: 0;
|
4415
|
+
}
|
4413
4416
|
.pro-edit-table .pro-edit-table-tooltip {
|
4414
4417
|
display: -webkit-inline-box;
|
4415
4418
|
display: -webkit-inline-flex;
|
@@ -4614,20 +4617,11 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
|
|
4614
4617
|
.pro-edit-table .ant-table-pagination .ant-pagination-options .ant-select.ant-select-in-form-item {
|
4615
4618
|
width: auto;
|
4616
4619
|
}
|
4617
|
-
.pro-edit-table .ant-table .ant-table-tbody
|
4618
|
-
.pro-edit-table .ant-table-tbody .is-new-row.ant-table-row td {
|
4619
|
-
background: var(--zaui-contract-bg-add, #d2fff4) !important;
|
4620
|
-
}
|
4621
|
-
.pro-edit-table .ant-table .ant-table-tbody .ant-table-tbody .is-new-row.ant-table-row:hover td,
|
4622
|
-
.pro-edit-table .ant-table .ant-table-tbody .ant-table-tbody .is-new-row.ant-table-row:hover .ant-table-cell-row-hover {
|
4623
|
-
background: var(--zaui-contract-bg-add, #d2fff4) !important;
|
4624
|
-
}
|
4625
|
-
.pro-edit-table .ant-table .ant-table-body,
|
4626
|
-
.pro-edit-table .ant-table-tbody .is-new-row.ant-table-row td {
|
4620
|
+
.pro-edit-table .ant-table .ant-table-tbody .is-new-row.ant-table-row td {
|
4627
4621
|
background: var(--zaui-contract-bg-add, #d2fff4) !important;
|
4628
4622
|
}
|
4629
|
-
.pro-edit-table .ant-table .ant-table-
|
4630
|
-
.pro-edit-table .ant-table .ant-table-
|
4623
|
+
.pro-edit-table .ant-table .ant-table-tbody .is-new-row.ant-table-row:hover td,
|
4624
|
+
.pro-edit-table .ant-table .ant-table-tbody .is-new-row.ant-table-row:hover .ant-table-cell-row-hover {
|
4631
4625
|
background: var(--zaui-contract-bg-add, #d2fff4) !important;
|
4632
4626
|
}
|
4633
4627
|
.pro-edit-table-footer {
|
package/es/ProEditTable/index.js
CHANGED
@@ -153,7 +153,7 @@ var ProEditTable = function ProEditTable(_ref, ref) {
|
|
153
153
|
item.rowKey = getRowKey(item);
|
154
154
|
});
|
155
155
|
}
|
156
|
-
return _defineProperty({}, name, originalArr);
|
156
|
+
return (originalArr === null || originalArr === void 0 ? void 0 : originalArr.length) ? _defineProperty({}, name, originalArr) : undefined;
|
157
157
|
}, [resetProps === null || resetProps === void 0 ? void 0 : resetProps.originalValues]);
|
158
158
|
var config = _objectSpread({
|
159
159
|
form: form,
|
@@ -5,6 +5,15 @@
|
|
5
5
|
td[rowspan]{
|
6
6
|
vertical-align: middle !important;
|
7
7
|
}
|
8
|
+
.@{ant-prefix}-table-content{
|
9
|
+
.@{ant-prefix}-table-tbody{
|
10
|
+
.pro-form-item-add .pro-form-view-container{
|
11
|
+
padding: 0;
|
12
|
+
border-radius: 0;
|
13
|
+
}
|
14
|
+
}
|
15
|
+
}
|
16
|
+
|
8
17
|
|
9
18
|
.pro-edit-table-tooltip {
|
10
19
|
display : inline-flex;
|
@@ -281,19 +290,10 @@
|
|
281
290
|
}
|
282
291
|
}
|
283
292
|
|
284
|
-
.@{ant-prefix}-table .@{ant-prefix}-table-tbody
|
285
|
-
background: var(--zaui-contract-bg-add, #d2fff4) !important;
|
286
|
-
}
|
287
|
-
.@{ant-prefix}-table .@{ant-prefix}-table-tbody .@{ant-prefix}-table-tbody .is-new-row.@{ant-prefix}-table-row:hover{
|
288
|
-
td, .@{ant-prefix}-table-cell-row-hover {
|
289
|
-
background: var(--zaui-contract-bg-add, #d2fff4) !important;
|
290
|
-
}
|
291
|
-
}
|
292
|
-
|
293
|
-
.@{ant-prefix}-table .@{ant-prefix}-table-body, .@{ant-prefix}-table-tbody .is-new-row.@{ant-prefix}-table-row td{
|
293
|
+
.@{ant-prefix}-table .@{ant-prefix}-table-tbody .is-new-row.@{ant-prefix}-table-row td{
|
294
294
|
background: var(--zaui-contract-bg-add, #d2fff4) !important;
|
295
295
|
}
|
296
|
-
.@{ant-prefix}-table .@{ant-prefix}-table-
|
296
|
+
.@{ant-prefix}-table .@{ant-prefix}-table-tbody .is-new-row.@{ant-prefix}-table-row:hover{
|
297
297
|
td, .@{ant-prefix}-table-cell-row-hover {
|
298
298
|
background: var(--zaui-contract-bg-add, #d2fff4) !important;
|
299
299
|
}
|
@@ -156,7 +156,7 @@ var ProEditTable = function ProEditTable(_ref, ref) {
|
|
156
156
|
item.rowKey = getRowKey(item);
|
157
157
|
});
|
158
158
|
}
|
159
|
-
return (0, _defineProperty2.default)({}, name, originalArr);
|
159
|
+
return (originalArr === null || originalArr === void 0 ? void 0 : originalArr.length) ? (0, _defineProperty2.default)({}, name, originalArr) : undefined;
|
160
160
|
}, [resetProps === null || resetProps === void 0 ? void 0 : resetProps.originalValues]);
|
161
161
|
var config = (0, _objectSpread2.default)({
|
162
162
|
form: form,
|
@@ -5,6 +5,15 @@
|
|
5
5
|
td[rowspan]{
|
6
6
|
vertical-align: middle !important;
|
7
7
|
}
|
8
|
+
.@{ant-prefix}-table-content{
|
9
|
+
.@{ant-prefix}-table-tbody{
|
10
|
+
.pro-form-item-add .pro-form-view-container{
|
11
|
+
padding: 0;
|
12
|
+
border-radius: 0;
|
13
|
+
}
|
14
|
+
}
|
15
|
+
}
|
16
|
+
|
8
17
|
|
9
18
|
.pro-edit-table-tooltip {
|
10
19
|
display : inline-flex;
|
@@ -281,19 +290,10 @@
|
|
281
290
|
}
|
282
291
|
}
|
283
292
|
|
284
|
-
.@{ant-prefix}-table .@{ant-prefix}-table-tbody
|
285
|
-
background: var(--zaui-contract-bg-add, #d2fff4) !important;
|
286
|
-
}
|
287
|
-
.@{ant-prefix}-table .@{ant-prefix}-table-tbody .@{ant-prefix}-table-tbody .is-new-row.@{ant-prefix}-table-row:hover{
|
288
|
-
td, .@{ant-prefix}-table-cell-row-hover {
|
289
|
-
background: var(--zaui-contract-bg-add, #d2fff4) !important;
|
290
|
-
}
|
291
|
-
}
|
292
|
-
|
293
|
-
.@{ant-prefix}-table .@{ant-prefix}-table-body, .@{ant-prefix}-table-tbody .is-new-row.@{ant-prefix}-table-row td{
|
293
|
+
.@{ant-prefix}-table .@{ant-prefix}-table-tbody .is-new-row.@{ant-prefix}-table-row td{
|
294
294
|
background: var(--zaui-contract-bg-add, #d2fff4) !important;
|
295
295
|
}
|
296
|
-
.@{ant-prefix}-table .@{ant-prefix}-table-
|
296
|
+
.@{ant-prefix}-table .@{ant-prefix}-table-tbody .is-new-row.@{ant-prefix}-table-row:hover{
|
297
297
|
td, .@{ant-prefix}-table-cell-row-hover {
|
298
298
|
background: var(--zaui-contract-bg-add, #d2fff4) !important;
|
299
299
|
}
|