@zat-design/sisyphus-react 3.9.1-beta.6 → 3.9.1-beta.8
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/.vscode/extensions.json +5 -0
- package/dist/index.esm.css +5 -1
- package/dist/less.esm.css +5 -1
- package/es/ProEditTable/style/index.less +5 -1
- package/es/ProForm/components/combination/ProModalSelect/index.js +13 -12
- package/lib/ProEditTable/style/index.less +5 -1
- package/lib/ProForm/components/combination/ProModalSelect/index.js +13 -12
- package/package.json +1 -1
package/dist/index.esm.css
CHANGED
@@ -4624,7 +4624,11 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
|
|
4624
4624
|
width: auto;
|
4625
4625
|
}
|
4626
4626
|
.pro-edit-table .ant-table table .ant-table-tbody .is-new-row.ant-table-row td,
|
4627
|
-
.pro-edit-table .ant-table
|
4627
|
+
.pro-edit-table .ant-table table .ant-table-tbody .is-new-row.ant-table-row td.ant-table-cell-fix-left,
|
4628
|
+
.pro-edit-table .ant-table table .ant-table-tbody .is-new-row.ant-table-row td.ant-table-cell-fix-right,
|
4629
|
+
.pro-edit-table .ant-table.ant-table-scroll-horizontal table .ant-table-tbody .is-new-row.ant-table-row td,
|
4630
|
+
.pro-edit-table .ant-table.ant-table-scroll-horizontal table .ant-table-tbody .is-new-row.ant-table-row td.ant-table-cell-fix-left,
|
4631
|
+
.pro-edit-table .ant-table.ant-table-scroll-horizontal table .ant-table-tbody .is-new-row.ant-table-row td.ant-table-cell-fix-right {
|
4628
4632
|
background-color: var(--zaui-contract-bg-add, #d2fff4) !important;
|
4629
4633
|
border-bottom: 1px solid var(--zaui-form-control-line, #dcdcdc);
|
4630
4634
|
}
|
package/dist/less.esm.css
CHANGED
@@ -4624,7 +4624,11 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
|
|
4624
4624
|
width: auto;
|
4625
4625
|
}
|
4626
4626
|
.pro-edit-table .ant-table table .ant-table-tbody .is-new-row.ant-table-row td,
|
4627
|
-
.pro-edit-table .ant-table
|
4627
|
+
.pro-edit-table .ant-table table .ant-table-tbody .is-new-row.ant-table-row td.ant-table-cell-fix-left,
|
4628
|
+
.pro-edit-table .ant-table table .ant-table-tbody .is-new-row.ant-table-row td.ant-table-cell-fix-right,
|
4629
|
+
.pro-edit-table .ant-table.ant-table-scroll-horizontal table .ant-table-tbody .is-new-row.ant-table-row td,
|
4630
|
+
.pro-edit-table .ant-table.ant-table-scroll-horizontal table .ant-table-tbody .is-new-row.ant-table-row td.ant-table-cell-fix-left,
|
4631
|
+
.pro-edit-table .ant-table.ant-table-scroll-horizontal table .ant-table-tbody .is-new-row.ant-table-row td.ant-table-cell-fix-right {
|
4628
4632
|
background-color: var(--zaui-contract-bg-add, #d2fff4) !important;
|
4629
4633
|
border-bottom: 1px solid var(--zaui-form-control-line, #dcdcdc);
|
4630
4634
|
}
|
@@ -291,7 +291,11 @@
|
|
291
291
|
}
|
292
292
|
|
293
293
|
.@{ant-prefix}-table table .@{ant-prefix}-table-tbody .is-new-row.@{ant-prefix}-table-row td,
|
294
|
-
.@{ant-prefix}-table
|
294
|
+
.@{ant-prefix}-table table .@{ant-prefix}-table-tbody .is-new-row.@{ant-prefix}-table-row td.@{ant-prefix}-table-cell-fix-left,
|
295
|
+
.@{ant-prefix}-table table .@{ant-prefix}-table-tbody .is-new-row.@{ant-prefix}-table-row td.@{ant-prefix}-table-cell-fix-right,
|
296
|
+
.@{ant-prefix}-table.@{ant-prefix}-table-scroll-horizontal table .@{ant-prefix}-table-tbody .is-new-row.@{ant-prefix}-table-row td,
|
297
|
+
.@{ant-prefix}-table.@{ant-prefix}-table-scroll-horizontal table .@{ant-prefix}-table-tbody .is-new-row.@{ant-prefix}-table-row td.@{ant-prefix}-table-cell-fix-left,
|
298
|
+
.@{ant-prefix}-table.@{ant-prefix}-table-scroll-horizontal table .@{ant-prefix}-table-tbody .is-new-row.@{ant-prefix}-table-row td.@{ant-prefix}-table-cell-fix-right{
|
295
299
|
background-color: var(--zaui-contract-bg-add, #d2fff4) !important;
|
296
300
|
border-bottom: 1px solid var(--zaui-form-control-line,#dcdcdc) ;
|
297
301
|
}
|
@@ -830,23 +830,24 @@ var ProModalSelect = function ProModalSelect(props, ref) {
|
|
830
830
|
children: "".concat(viewText)
|
831
831
|
});
|
832
832
|
}
|
833
|
-
return _jsxs(
|
834
|
-
|
835
|
-
|
836
|
-
|
837
|
-
|
838
|
-
|
839
|
-
|
840
|
-
|
841
|
-
|
842
|
-
|
833
|
+
return _jsxs(_Fragment, {
|
834
|
+
children: [_jsx("div", {
|
835
|
+
id: uuid,
|
836
|
+
className: "pro-modal-select ".concat(className !== null && className !== void 0 ? className : ''),
|
837
|
+
style: style,
|
838
|
+
children: isTooltip && viewText ? _jsx(_Tooltip, {
|
839
|
+
placement: "topLeft",
|
840
|
+
open: open,
|
841
|
+
title: viewText,
|
842
|
+
children: initRender
|
843
|
+
}) : initRender
|
844
|
+
}), _jsxs(ProDrawerForm, _objectSpread(_objectSpread({
|
843
845
|
showType: "Modal",
|
844
846
|
title: title,
|
845
847
|
onOk: handleFinish,
|
846
848
|
// @ts-ignore
|
847
849
|
onCancel: handleClose,
|
848
|
-
visible: visible
|
849
|
-
zIndex: 1071
|
850
|
+
visible: visible
|
850
851
|
}, restModalProps), {}, {
|
851
852
|
children: [_jsx(ProForm, {
|
852
853
|
submitOnEnter: true,
|
@@ -291,7 +291,11 @@
|
|
291
291
|
}
|
292
292
|
|
293
293
|
.@{ant-prefix}-table table .@{ant-prefix}-table-tbody .is-new-row.@{ant-prefix}-table-row td,
|
294
|
-
.@{ant-prefix}-table
|
294
|
+
.@{ant-prefix}-table table .@{ant-prefix}-table-tbody .is-new-row.@{ant-prefix}-table-row td.@{ant-prefix}-table-cell-fix-left,
|
295
|
+
.@{ant-prefix}-table table .@{ant-prefix}-table-tbody .is-new-row.@{ant-prefix}-table-row td.@{ant-prefix}-table-cell-fix-right,
|
296
|
+
.@{ant-prefix}-table.@{ant-prefix}-table-scroll-horizontal table .@{ant-prefix}-table-tbody .is-new-row.@{ant-prefix}-table-row td,
|
297
|
+
.@{ant-prefix}-table.@{ant-prefix}-table-scroll-horizontal table .@{ant-prefix}-table-tbody .is-new-row.@{ant-prefix}-table-row td.@{ant-prefix}-table-cell-fix-left,
|
298
|
+
.@{ant-prefix}-table.@{ant-prefix}-table-scroll-horizontal table .@{ant-prefix}-table-tbody .is-new-row.@{ant-prefix}-table-row td.@{ant-prefix}-table-cell-fix-right{
|
295
299
|
background-color: var(--zaui-contract-bg-add, #d2fff4) !important;
|
296
300
|
border-bottom: 1px solid var(--zaui-form-control-line,#dcdcdc) ;
|
297
301
|
}
|
@@ -825,23 +825,24 @@ var ProModalSelect = function ProModalSelect(props, ref) {
|
|
825
825
|
children: "".concat(viewText)
|
826
826
|
});
|
827
827
|
}
|
828
|
-
return (0, _jsxRuntime.jsxs)(
|
829
|
-
|
830
|
-
|
831
|
-
|
832
|
-
|
833
|
-
|
834
|
-
|
835
|
-
|
836
|
-
|
837
|
-
|
828
|
+
return (0, _jsxRuntime.jsxs)(_jsxRuntime.Fragment, {
|
829
|
+
children: [(0, _jsxRuntime.jsx)("div", {
|
830
|
+
id: uuid,
|
831
|
+
className: "pro-modal-select ".concat(className !== null && className !== void 0 ? className : ''),
|
832
|
+
style: style,
|
833
|
+
children: isTooltip && viewText ? (0, _jsxRuntime.jsx)(_antd.Tooltip, {
|
834
|
+
placement: "topLeft",
|
835
|
+
open: open,
|
836
|
+
title: viewText,
|
837
|
+
children: initRender
|
838
|
+
}) : initRender
|
839
|
+
}), (0, _jsxRuntime.jsxs)(_index.ProDrawerForm, (0, _objectSpread3.default)((0, _objectSpread3.default)({
|
838
840
|
showType: "Modal",
|
839
841
|
title: title,
|
840
842
|
onOk: handleFinish,
|
841
843
|
// @ts-ignore
|
842
844
|
onCancel: handleClose,
|
843
|
-
visible: visible
|
844
|
-
zIndex: 1071
|
845
|
+
visible: visible
|
845
846
|
}, restModalProps), {}, {
|
846
847
|
children: [(0, _jsxRuntime.jsx)(_index.ProForm, {
|
847
848
|
submitOnEnter: true,
|