@zat-design/sisyphus-react 3.3.1-beta.2 → 3.3.1-beta.4

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.
@@ -1634,6 +1634,7 @@
1634
1634
  }
1635
1635
  .pro-table .ant-table-body .ant-table-tbody .ant-table-row:nth-child(odd).new-cell td {
1636
1636
  background: #d2fff4 !important;
1637
+ border-bottom: 1px solid var(--zaui-form-control-line, #dcdcdc);
1637
1638
  }
1638
1639
  .pro-table .ant-table-body .ant-table-cell .varied-cell {
1639
1640
  margin-left: -8px;
@@ -53,7 +53,6 @@ var Group = function Group(props) {
53
53
  return item === null || item === void 0 ? void 0 : (_item$fieldProps = item.fieldProps) === null || _item$fieldProps === void 0 ? void 0 : (_item$fieldProps$styl = _item$fieldProps.style) === null || _item$fieldProps$styl === void 0 ? void 0 : _item$fieldProps$styl.width;
54
54
  })
55
55
  }, "".concat(className), className));
56
- console.log('name', name, data);
57
56
  return _jsx("div", {
58
57
  className: _className,
59
58
  children: space.compact || (space === null || space === void 0 ? void 0 : space.separator) ? _jsx(_Space.Compact, {
@@ -69,6 +69,7 @@
69
69
 
70
70
  td {
71
71
  background: #d2fff4 !important;
72
+ border-bottom: 1px solid var(--zaui-form-control-line, #dcdcdc);
72
73
  }
73
74
  }
74
75
 
@@ -52,8 +52,7 @@ var DragRender = function DragRender(props) {
52
52
  */
53
53
  var handleReSelect = function handleReSelect(file) {
54
54
  if (disabled) return;
55
- // handleDelFile(file);
56
- setFileList([]);
55
+ handleDelFile(file);
57
56
  setTimeout(function () {
58
57
  refReSelect.current.click();
59
58
  }, 1);
@@ -57,7 +57,6 @@ var Group = function Group(props) {
57
57
  return item === null || item === void 0 ? void 0 : (_item$fieldProps = item.fieldProps) === null || _item$fieldProps === void 0 ? void 0 : (_item$fieldProps$styl = _item$fieldProps.style) === null || _item$fieldProps$styl === void 0 ? void 0 : _item$fieldProps$styl.width;
58
58
  })
59
59
  }, "".concat(className), className));
60
- console.log('name', name, data);
61
60
  return (0, _jsxRuntime.jsx)("div", {
62
61
  className: _className,
63
62
  children: space.compact || (space === null || space === void 0 ? void 0 : space.separator) ? (0, _jsxRuntime.jsx)(_antd.Space.Compact, {
@@ -69,6 +69,7 @@
69
69
 
70
70
  td {
71
71
  background: #d2fff4 !important;
72
+ border-bottom: 1px solid var(--zaui-form-control-line, #dcdcdc);
72
73
  }
73
74
  }
74
75
 
@@ -58,8 +58,7 @@ var DragRender = function DragRender(props) {
58
58
  */
59
59
  var handleReSelect = function handleReSelect(file) {
60
60
  if (disabled) return;
61
- // handleDelFile(file);
62
- setFileList([]);
61
+ handleDelFile(file);
63
62
  setTimeout(function () {
64
63
  refReSelect.current.click();
65
64
  }, 1);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zat-design/sisyphus-react",
3
- "version": "3.3.1-beta.2",
3
+ "version": "3.3.1-beta.4",
4
4
  "license": "Apache-2.0",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",