antd-management-fast-framework 1.12.81 → 1.12.82

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.
@@ -130,7 +130,7 @@ var SelectFieldBase = /*#__PURE__*/function (_SupplementWrapper) {
130
130
  onClick: function onClick(e) {
131
131
  return _this.showSelect(e);
132
132
  }
133
- }, "iconCollection.search"), showClear ? /*#__PURE__*/_react.default.createElement(_divider.default, {
133
+ }, _constants.iconCollection.search), showClear ? /*#__PURE__*/_react.default.createElement(_divider.default, {
134
134
  type: "vertical",
135
135
  style: {
136
136
  paddingLeft: 2,
@@ -149,7 +149,7 @@ var SelectFieldBase = /*#__PURE__*/function (_SupplementWrapper) {
149
149
  onClick: function onClick() {
150
150
  return _this.clearSelect();
151
151
  }
152
- }, "iconCollection.closeCircle") : null)
152
+ }, _constants.iconCollection.closeCircle) : null)
153
153
  }, formItemLayout);
154
154
  };
155
155
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "antd-management-fast-framework",
3
- "version": "1.12.81",
3
+ "version": "1.12.82",
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": "5af477427eaee229c00f50a78f72706018681dc8",
224
+ "gitHead": "0f9718cf717a40b5374329eeb23a7a64f3f01033",
225
225
  "gitHooks": {
226
226
  "pre-commit": "lint-staged"
227
227
  }