@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.
@@ -0,0 +1,5 @@
1
+ {
2
+ "recommendations": [
3
+ "kisstkondoros.vscode-codemetrics"
4
+ ]
5
+ }
@@ -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.ant-table-scroll-horizontal table .ant-table-tbody .is-new-row.ant-table-row td {
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.ant-table-scroll-horizontal table .ant-table-tbody .is-new-row.ant-table-row td {
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.@{ant-prefix}-table-scroll-horizontal table .@{ant-prefix}-table-tbody .is-new-row.@{ant-prefix}-table-row td{
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("div", {
834
- id: uuid,
835
- className: "pro-modal-select ".concat(className !== null && className !== void 0 ? className : ''),
836
- style: style,
837
- children: [isTooltip && viewText ? _jsx(_Tooltip, {
838
- placement: "topLeft",
839
- open: open,
840
- title: viewText,
841
- children: initRender
842
- }) : initRender, _jsxs(ProDrawerForm, _objectSpread(_objectSpread({
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.@{ant-prefix}-table-scroll-horizontal table .@{ant-prefix}-table-tbody .is-new-row.@{ant-prefix}-table-row td{
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)("div", {
829
- id: uuid,
830
- className: "pro-modal-select ".concat(className !== null && className !== void 0 ? className : ''),
831
- style: style,
832
- children: [isTooltip && viewText ? (0, _jsxRuntime.jsx)(_antd.Tooltip, {
833
- placement: "topLeft",
834
- open: open,
835
- title: viewText,
836
- children: initRender
837
- }) : initRender, (0, _jsxRuntime.jsxs)(_index.ProDrawerForm, (0, _objectSpread3.default)((0, _objectSpread3.default)({
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,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zat-design/sisyphus-react",
3
- "version": "3.9.1-beta.6",
3
+ "version": "3.9.1-beta.8",
4
4
  "license": "Apache-2.0",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",