antd-management-fast-framework 1.12.68 → 1.12.69
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 +10 -0
- package/es/utils/constants.js +11 -1
- package/package.json +2 -2
package/es/utils/constants.d.ts
CHANGED
|
@@ -569,4 +569,14 @@ export namespace iconCollection {
|
|
|
569
569
|
export const warningCircle: JSX.Element;
|
|
570
570
|
export const sortAscending: JSX.Element;
|
|
571
571
|
export const sortDescending: JSX.Element;
|
|
572
|
+
export const infoCircle: JSX.Element;
|
|
573
|
+
export const instagram: JSX.Element;
|
|
574
|
+
export const disconnect: JSX.Element;
|
|
575
|
+
export const insertRowAbove: JSX.Element;
|
|
576
|
+
export const insertRowBelow: JSX.Element;
|
|
577
|
+
export const insertRowLeft: JSX.Element;
|
|
578
|
+
export const insertRowRight: JSX.Element;
|
|
579
|
+
export const rollback: JSX.Element;
|
|
580
|
+
export const snippets: JSX.Element;
|
|
581
|
+
export const compress: JSX.Element;
|
|
572
582
|
}
|
package/es/utils/constants.js
CHANGED
|
@@ -1001,7 +1001,17 @@ var iconCollection = {
|
|
|
1001
1001
|
checkCircle: /*#__PURE__*/_react.default.createElement(_icons.CheckCircleOutlined, null),
|
|
1002
1002
|
warningCircle: /*#__PURE__*/_react.default.createElement(_icons.ExclamationCircleOutlined, null),
|
|
1003
1003
|
sortAscending: /*#__PURE__*/_react.default.createElement(_icons.SortAscendingOutlined, null),
|
|
1004
|
-
sortDescending: /*#__PURE__*/_react.default.createElement(_icons.SortDescendingOutlined, null)
|
|
1004
|
+
sortDescending: /*#__PURE__*/_react.default.createElement(_icons.SortDescendingOutlined, null),
|
|
1005
|
+
infoCircle: /*#__PURE__*/_react.default.createElement(_icons.InfoCircleOutlined, null),
|
|
1006
|
+
instagram: /*#__PURE__*/_react.default.createElement(_icons.InstagramOutlined, null),
|
|
1007
|
+
disconnect: /*#__PURE__*/_react.default.createElement(_icons.DisconnectOutlined, null),
|
|
1008
|
+
insertRowAbove: /*#__PURE__*/_react.default.createElement(_icons.InsertRowAboveOutlined, null),
|
|
1009
|
+
insertRowBelow: /*#__PURE__*/_react.default.createElement(_icons.InsertRowBelowOutlined, null),
|
|
1010
|
+
insertRowLeft: /*#__PURE__*/_react.default.createElement(_icons.InsertRowLeftOutlined, null),
|
|
1011
|
+
insertRowRight: /*#__PURE__*/_react.default.createElement(_icons.InsertRowRightOutlined, null),
|
|
1012
|
+
rollback: /*#__PURE__*/_react.default.createElement(_icons.RollbackOutlined, null),
|
|
1013
|
+
snippets: /*#__PURE__*/_react.default.createElement(_icons.SnippetsOutlined, null),
|
|
1014
|
+
compress: /*#__PURE__*/_react.default.createElement(_icons.CompressOutlined, null)
|
|
1005
1015
|
};
|
|
1006
1016
|
/**
|
|
1007
1017
|
* 占位函数
|
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.69",
|
|
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": "f9c5f7f076516a7b1a8106f4f2c5eaab1935361d",
|
|
223
223
|
"gitHooks": {
|
|
224
224
|
"pre-commit": "lint-staged"
|
|
225
225
|
}
|