antd-management-fast-framework 1.12.64 → 1.12.65

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.
@@ -563,4 +563,6 @@ export namespace iconCollection {
563
563
  export const leftCircle: JSX.Element;
564
564
  export const right: JSX.Element;
565
565
  export const rightCircle: JSX.Element;
566
+ export const picture: JSX.Element;
567
+ export const link: JSX.Element;
566
568
  }
@@ -991,7 +991,9 @@ var iconCollection = {
991
991
  left: /*#__PURE__*/React.createElement(_icons.LeftOutlined, null),
992
992
  leftCircle: /*#__PURE__*/React.createElement(_icons.LeftCircleOutlined, null),
993
993
  right: /*#__PURE__*/React.createElement(_icons.RightOutlined, null),
994
- rightCircle: /*#__PURE__*/React.createElement(_icons.RightCircleOutlined, null)
994
+ rightCircle: /*#__PURE__*/React.createElement(_icons.RightCircleOutlined, null),
995
+ picture: /*#__PURE__*/React.createElement(_icons.PictureOutlined, null),
996
+ link: /*#__PURE__*/React.createElement(_icons.LinkOutlined, null)
995
997
  };
996
998
  /**
997
999
  * 占位函数
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "antd-management-fast-framework",
3
- "version": "1.12.64",
3
+ "version": "1.12.65",
4
4
  "description": "antd-management-fast-framework",
5
5
  "keywords": [
6
6
  "antd-management-fast-framework"
@@ -219,7 +219,7 @@
219
219
  "src/framework",
220
220
  "src/utils"
221
221
  ],
222
- "gitHead": "92cfc6b7d294139bce81505a9d8ec23ad2cc7c6f",
222
+ "gitHead": "e9aa024321a1c41710fd5db67f61f1475355dc35",
223
223
  "gitHooks": {
224
224
  "pre-commit": "lint-staged"
225
225
  }