antd-management-fast-framework 1.12.66 → 1.12.67
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 +2 -0
- package/es/utils/constants.js +3 -1
- package/package.json +2 -2
package/es/utils/constants.d.ts
CHANGED
package/es/utils/constants.js
CHANGED
|
@@ -995,7 +995,9 @@ var iconCollection = {
|
|
|
995
995
|
picture: /*#__PURE__*/React.createElement(_icons.PictureOutlined, null),
|
|
996
996
|
link: /*#__PURE__*/React.createElement(_icons.LinkOutlined, null),
|
|
997
997
|
checkCircle: /*#__PURE__*/React.createElement(_icons.CheckCircleOutlined, null),
|
|
998
|
-
warningCircle: /*#__PURE__*/React.createElement(_icons.ExclamationCircleOutlined, null)
|
|
998
|
+
warningCircle: /*#__PURE__*/React.createElement(_icons.ExclamationCircleOutlined, null),
|
|
999
|
+
sortAscending: /*#__PURE__*/React.createElement(_icons.SortAscendingOutlined, null),
|
|
1000
|
+
sortDescending: /*#__PURE__*/React.createElement(_icons.SortDescendingOutlined, null)
|
|
999
1001
|
};
|
|
1000
1002
|
/**
|
|
1001
1003
|
* 占位函数
|
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.67",
|
|
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": "
|
|
222
|
+
"gitHead": "5aa6f73fb91112961c7474bbd435770f2f70827a",
|
|
223
223
|
"gitHooks": {
|
|
224
224
|
"pre-commit": "lint-staged"
|
|
225
225
|
}
|