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.
- package/es/utils/constants.d.ts +1 -0
- package/es/utils/constants.js +2 -1
- package/package.json +2 -2
package/es/utils/constants.d.ts
CHANGED
package/es/utils/constants.js
CHANGED
|
@@ -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.
|
|
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": "
|
|
224
|
+
"gitHead": "b903e921eb912ca965c9b80bf7d83139d32412da",
|
|
225
225
|
"gitHooks": {
|
|
226
226
|
"pre-commit": "lint-staged"
|
|
227
227
|
}
|