antd-management-fast-framework 1.12.74 → 1.12.75

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.
@@ -583,4 +583,5 @@ export namespace iconCollection {
583
583
  export const rollback: JSX.Element;
584
584
  export const snippets: JSX.Element;
585
585
  export const compress: JSX.Element;
586
+ export const minusCircle: JSX.Element;
586
587
  }
@@ -1015,7 +1015,8 @@ var iconCollection = {
1015
1015
  insertRowRight: /*#__PURE__*/_react.default.createElement(_icons.InsertRowRightOutlined, null),
1016
1016
  rollback: /*#__PURE__*/_react.default.createElement(_icons.RollbackOutlined, null),
1017
1017
  snippets: /*#__PURE__*/_react.default.createElement(_icons.SnippetsOutlined, null),
1018
- compress: /*#__PURE__*/_react.default.createElement(_icons.CompressOutlined, null)
1018
+ compress: /*#__PURE__*/_react.default.createElement(_icons.CompressOutlined, null),
1019
+ minusCircle: /*#__PURE__*/_react.default.createElement(_icons.MinusCircleOutlined, null)
1019
1020
  };
1020
1021
  /**
1021
1022
  * 占位函数
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "antd-management-fast-framework",
3
- "version": "1.12.74",
3
+ "version": "1.12.75",
4
4
  "description": "antd-management-fast-framework",
5
5
  "keywords": [
6
6
  "antd-management-fast-framework"
@@ -221,7 +221,7 @@
221
221
  "src/framework",
222
222
  "src/utils"
223
223
  ],
224
- "gitHead": "24c6c34259dec660e9cc356a8a573837988c6f10",
224
+ "gitHead": "b903e921eb912ca965c9b80bf7d83139d32412da",
225
225
  "gitHooks": {
226
226
  "pre-commit": "lint-staged"
227
227
  }