antd-management-fast-framework 1.12.66 → 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.
@@ -567,4 +567,16 @@ export namespace iconCollection {
567
567
  export const link: JSX.Element;
568
568
  export const checkCircle: JSX.Element;
569
569
  export const warningCircle: JSX.Element;
570
+ export const sortAscending: JSX.Element;
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;
570
582
  }
@@ -9,8 +9,12 @@ exports.zeroString = exports.zeroInt = exports.whetherString = exports.whetherNu
9
9
 
10
10
  var _icons = require("@ant-design/icons");
11
11
 
12
+ var _react = _interopRequireDefault(require("react"));
13
+
12
14
  var _mediaDefault = require("./mediaDefault");
13
15
 
16
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
17
+
14
18
  function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
15
19
 
16
20
  function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
@@ -914,88 +918,100 @@ var mobileTypeCollection = {
914
918
  };
915
919
  exports.mobileTypeCollection = mobileTypeCollection;
916
920
  var iconCollection = {
917
- help: /*#__PURE__*/React.createElement(_icons.InfoCircleOutlined, null),
918
- add: /*#__PURE__*/React.createElement(_icons.PlusOutlined, null),
919
- addCircle: /*#__PURE__*/React.createElement(_icons.PlusCircleOutlined, null),
920
- reload: /*#__PURE__*/React.createElement(_icons.ReloadOutlined, null),
921
- edit: /*#__PURE__*/React.createElement(_icons.EditOutlined, null),
922
- enable: /*#__PURE__*/React.createElement(_icons.PlayCircleOutlined, null),
923
- disable: /*#__PURE__*/React.createElement(_icons.PauseCircleOutlined, null),
924
- delete: /*#__PURE__*/React.createElement(_icons.DeleteOutlined, null),
925
- clock: /*#__PURE__*/React.createElement(_icons.ClockCircleOutlined, null),
926
- close: /*#__PURE__*/React.createElement(_icons.CloseCircleOutlined, null),
927
- copy: /*#__PURE__*/React.createElement(_icons.CopyOutlined, null),
928
- eye: /*#__PURE__*/React.createElement(_icons.EyeOutlined, null),
929
- export: /*#__PURE__*/React.createElement(_icons.ExportOutlined, null),
930
- home: /*#__PURE__*/React.createElement(_icons.HomeOutlined, null),
931
- import: /*#__PURE__*/React.createElement(_icons.ImportOutlined, null),
932
- idCard: /*#__PURE__*/React.createElement(_icons.IdcardOutlined, null),
933
- search: /*#__PURE__*/React.createElement(_icons.SearchOutlined, null),
934
- setting: /*#__PURE__*/React.createElement(_icons.SettingOutlined, null),
935
- tag: /*#__PURE__*/React.createElement(_icons.TagOutlined, null),
936
- tags: /*#__PURE__*/React.createElement(_icons.TagsOutlined, null),
937
- upload: /*#__PURE__*/React.createElement(_icons.UploadOutlined, null),
938
- user: /*#__PURE__*/React.createElement(_icons.UserOutlined, null),
939
- video: /*#__PURE__*/React.createElement(_icons.VideoCameraOutlined, null),
940
- loading: /*#__PURE__*/React.createElement(_icons.LoadingOutlined, null),
941
- users: /*#__PURE__*/React.createElement(_icons.TeamOutlined, null),
942
- tool: /*#__PURE__*/React.createElement(_icons.ToolOutlined, null),
943
- sync: /*#__PURE__*/React.createElement(_icons.SyncOutlined, null),
944
- sound: /*#__PURE__*/React.createElement(_icons.SoundOutlined, null),
945
- shop: /*#__PURE__*/React.createElement(_icons.ShopOutlined, null),
946
- shoppingCart: /*#__PURE__*/React.createElement(_icons.ShoppingCartOutlined, null),
947
- shopping: /*#__PURE__*/React.createElement(_icons.ShoppingOutlined, null),
948
- schedule: /*#__PURE__*/React.createElement(_icons.ScheduleOutlined, null),
949
- scan: /*#__PURE__*/React.createElement(_icons.ScanOutlined, null),
950
- read: /*#__PURE__*/React.createElement(_icons.ReadOutlined, null),
951
- qrCode: /*#__PURE__*/React.createElement(_icons.QrcodeOutlined, null),
952
- powerOff: /*#__PURE__*/React.createElement(_icons.PoweroffOutlined, null),
953
- phone: /*#__PURE__*/React.createElement(_icons.PhoneOutlined, null),
954
- profile: /*#__PURE__*/React.createElement(_icons.ProfileOutlined, null),
955
- project: /*#__PURE__*/React.createElement(_icons.ProjectOutlined, null),
956
- message: /*#__PURE__*/React.createElement(_icons.MessageOutlined, null),
957
- lock: /*#__PURE__*/React.createElement(_icons.LockOutlined, null),
958
- unlock: /*#__PURE__*/React.createElement(_icons.UnlockOutlined, null),
959
- mail: /*#__PURE__*/React.createElement(_icons.MailOutlined, null),
960
- line: /*#__PURE__*/React.createElement(_icons.LineOutlined, null),
961
- key: /*#__PURE__*/React.createElement(_icons.KeyOutlined, null),
962
- history: /*#__PURE__*/React.createElement(_icons.HistoryOutlined, null),
963
- gift: /*#__PURE__*/React.createElement(_icons.GiftOutlined, null),
964
- folder: /*#__PURE__*/React.createElement(_icons.FolderOutlined, null),
965
- filter: /*#__PURE__*/React.createElement(_icons.FilterOutlined, null),
966
- download: /*#__PURE__*/React.createElement(_icons.DownloadOutlined, null),
967
- ellipsis: /*#__PURE__*/React.createElement(_icons.EllipsisOutlined, null),
968
- desktop: /*#__PURE__*/React.createElement(_icons.DesktopOutlined, null),
969
- dashboard: /*#__PURE__*/React.createElement(_icons.DashboardOutlined, null),
970
- contacts: /*#__PURE__*/React.createElement(_icons.ContactsOutlined, null),
971
- clear: /*#__PURE__*/React.createElement(_icons.ClearOutlined, null),
972
- bell: /*#__PURE__*/React.createElement(_icons.BellOutlined, null),
973
- undo: /*#__PURE__*/React.createElement(_icons.UndoOutlined, null),
974
- redo: /*#__PURE__*/React.createElement(_icons.RedoOutlined, null),
975
- form: /*#__PURE__*/React.createElement(_icons.FormOutlined, null),
976
- warning: /*#__PURE__*/React.createElement(_icons.WarningOutlined, null),
977
- question: /*#__PURE__*/React.createElement(_icons.QuestionCircleFilled, null),
978
- logout: /*#__PURE__*/React.createElement(_icons.LogoutOutlined, null),
979
- login: /*#__PURE__*/React.createElement(_icons.LoginOutlined, null),
980
- arrowUp: /*#__PURE__*/React.createElement(_icons.ArrowUpOutlined, null),
981
- arrowDown: /*#__PURE__*/React.createElement(_icons.ArrowDownOutlined, null),
982
- arrowLeft: /*#__PURE__*/React.createElement(_icons.ArrowLeftOutlined, null),
983
- arrowRight: /*#__PURE__*/React.createElement(_icons.ArrowRightOutlined, null),
984
- swap: /*#__PURE__*/React.createElement(_icons.SwapOutlined, null),
985
- online: /*#__PURE__*/React.createElement(_icons.VerticalAlignTopOutlined, null),
986
- offline: /*#__PURE__*/React.createElement(_icons.VerticalAlignBottomOutlined, null),
987
- up: /*#__PURE__*/React.createElement(_icons.UpOutlined, null),
988
- upCircle: /*#__PURE__*/React.createElement(_icons.UpCircleOutlined, null),
989
- down: /*#__PURE__*/React.createElement(_icons.DownOutlined, null),
990
- downCircle: /*#__PURE__*/React.createElement(_icons.DownCircleOutlined, null),
991
- left: /*#__PURE__*/React.createElement(_icons.LeftOutlined, null),
992
- leftCircle: /*#__PURE__*/React.createElement(_icons.LeftCircleOutlined, null),
993
- right: /*#__PURE__*/React.createElement(_icons.RightOutlined, 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),
997
- checkCircle: /*#__PURE__*/React.createElement(_icons.CheckCircleOutlined, null),
998
- warningCircle: /*#__PURE__*/React.createElement(_icons.ExclamationCircleOutlined, null)
921
+ help: /*#__PURE__*/_react.default.createElement(_icons.InfoCircleOutlined, null),
922
+ add: /*#__PURE__*/_react.default.createElement(_icons.PlusOutlined, null),
923
+ addCircle: /*#__PURE__*/_react.default.createElement(_icons.PlusCircleOutlined, null),
924
+ reload: /*#__PURE__*/_react.default.createElement(_icons.ReloadOutlined, null),
925
+ edit: /*#__PURE__*/_react.default.createElement(_icons.EditOutlined, null),
926
+ enable: /*#__PURE__*/_react.default.createElement(_icons.PlayCircleOutlined, null),
927
+ disable: /*#__PURE__*/_react.default.createElement(_icons.PauseCircleOutlined, null),
928
+ delete: /*#__PURE__*/_react.default.createElement(_icons.DeleteOutlined, null),
929
+ clock: /*#__PURE__*/_react.default.createElement(_icons.ClockCircleOutlined, null),
930
+ close: /*#__PURE__*/_react.default.createElement(_icons.CloseCircleOutlined, null),
931
+ copy: /*#__PURE__*/_react.default.createElement(_icons.CopyOutlined, null),
932
+ eye: /*#__PURE__*/_react.default.createElement(_icons.EyeOutlined, null),
933
+ export: /*#__PURE__*/_react.default.createElement(_icons.ExportOutlined, null),
934
+ home: /*#__PURE__*/_react.default.createElement(_icons.HomeOutlined, null),
935
+ import: /*#__PURE__*/_react.default.createElement(_icons.ImportOutlined, null),
936
+ idCard: /*#__PURE__*/_react.default.createElement(_icons.IdcardOutlined, null),
937
+ search: /*#__PURE__*/_react.default.createElement(_icons.SearchOutlined, null),
938
+ setting: /*#__PURE__*/_react.default.createElement(_icons.SettingOutlined, null),
939
+ tag: /*#__PURE__*/_react.default.createElement(_icons.TagOutlined, null),
940
+ tags: /*#__PURE__*/_react.default.createElement(_icons.TagsOutlined, null),
941
+ upload: /*#__PURE__*/_react.default.createElement(_icons.UploadOutlined, null),
942
+ user: /*#__PURE__*/_react.default.createElement(_icons.UserOutlined, null),
943
+ video: /*#__PURE__*/_react.default.createElement(_icons.VideoCameraOutlined, null),
944
+ loading: /*#__PURE__*/_react.default.createElement(_icons.LoadingOutlined, null),
945
+ users: /*#__PURE__*/_react.default.createElement(_icons.TeamOutlined, null),
946
+ tool: /*#__PURE__*/_react.default.createElement(_icons.ToolOutlined, null),
947
+ sync: /*#__PURE__*/_react.default.createElement(_icons.SyncOutlined, null),
948
+ sound: /*#__PURE__*/_react.default.createElement(_icons.SoundOutlined, null),
949
+ shop: /*#__PURE__*/_react.default.createElement(_icons.ShopOutlined, null),
950
+ shoppingCart: /*#__PURE__*/_react.default.createElement(_icons.ShoppingCartOutlined, null),
951
+ shopping: /*#__PURE__*/_react.default.createElement(_icons.ShoppingOutlined, null),
952
+ schedule: /*#__PURE__*/_react.default.createElement(_icons.ScheduleOutlined, null),
953
+ scan: /*#__PURE__*/_react.default.createElement(_icons.ScanOutlined, null),
954
+ read: /*#__PURE__*/_react.default.createElement(_icons.ReadOutlined, null),
955
+ qrCode: /*#__PURE__*/_react.default.createElement(_icons.QrcodeOutlined, null),
956
+ powerOff: /*#__PURE__*/_react.default.createElement(_icons.PoweroffOutlined, null),
957
+ phone: /*#__PURE__*/_react.default.createElement(_icons.PhoneOutlined, null),
958
+ profile: /*#__PURE__*/_react.default.createElement(_icons.ProfileOutlined, null),
959
+ project: /*#__PURE__*/_react.default.createElement(_icons.ProjectOutlined, null),
960
+ message: /*#__PURE__*/_react.default.createElement(_icons.MessageOutlined, null),
961
+ lock: /*#__PURE__*/_react.default.createElement(_icons.LockOutlined, null),
962
+ unlock: /*#__PURE__*/_react.default.createElement(_icons.UnlockOutlined, null),
963
+ mail: /*#__PURE__*/_react.default.createElement(_icons.MailOutlined, null),
964
+ line: /*#__PURE__*/_react.default.createElement(_icons.LineOutlined, null),
965
+ key: /*#__PURE__*/_react.default.createElement(_icons.KeyOutlined, null),
966
+ history: /*#__PURE__*/_react.default.createElement(_icons.HistoryOutlined, null),
967
+ gift: /*#__PURE__*/_react.default.createElement(_icons.GiftOutlined, null),
968
+ folder: /*#__PURE__*/_react.default.createElement(_icons.FolderOutlined, null),
969
+ filter: /*#__PURE__*/_react.default.createElement(_icons.FilterOutlined, null),
970
+ download: /*#__PURE__*/_react.default.createElement(_icons.DownloadOutlined, null),
971
+ ellipsis: /*#__PURE__*/_react.default.createElement(_icons.EllipsisOutlined, null),
972
+ desktop: /*#__PURE__*/_react.default.createElement(_icons.DesktopOutlined, null),
973
+ dashboard: /*#__PURE__*/_react.default.createElement(_icons.DashboardOutlined, null),
974
+ contacts: /*#__PURE__*/_react.default.createElement(_icons.ContactsOutlined, null),
975
+ clear: /*#__PURE__*/_react.default.createElement(_icons.ClearOutlined, null),
976
+ bell: /*#__PURE__*/_react.default.createElement(_icons.BellOutlined, null),
977
+ undo: /*#__PURE__*/_react.default.createElement(_icons.UndoOutlined, null),
978
+ redo: /*#__PURE__*/_react.default.createElement(_icons.RedoOutlined, null),
979
+ form: /*#__PURE__*/_react.default.createElement(_icons.FormOutlined, null),
980
+ warning: /*#__PURE__*/_react.default.createElement(_icons.WarningOutlined, null),
981
+ question: /*#__PURE__*/_react.default.createElement(_icons.QuestionCircleFilled, null),
982
+ logout: /*#__PURE__*/_react.default.createElement(_icons.LogoutOutlined, null),
983
+ login: /*#__PURE__*/_react.default.createElement(_icons.LoginOutlined, null),
984
+ arrowUp: /*#__PURE__*/_react.default.createElement(_icons.ArrowUpOutlined, null),
985
+ arrowDown: /*#__PURE__*/_react.default.createElement(_icons.ArrowDownOutlined, null),
986
+ arrowLeft: /*#__PURE__*/_react.default.createElement(_icons.ArrowLeftOutlined, null),
987
+ arrowRight: /*#__PURE__*/_react.default.createElement(_icons.ArrowRightOutlined, null),
988
+ swap: /*#__PURE__*/_react.default.createElement(_icons.SwapOutlined, null),
989
+ online: /*#__PURE__*/_react.default.createElement(_icons.VerticalAlignTopOutlined, null),
990
+ offline: /*#__PURE__*/_react.default.createElement(_icons.VerticalAlignBottomOutlined, null),
991
+ up: /*#__PURE__*/_react.default.createElement(_icons.UpOutlined, null),
992
+ upCircle: /*#__PURE__*/_react.default.createElement(_icons.UpCircleOutlined, null),
993
+ down: /*#__PURE__*/_react.default.createElement(_icons.DownOutlined, null),
994
+ downCircle: /*#__PURE__*/_react.default.createElement(_icons.DownCircleOutlined, null),
995
+ left: /*#__PURE__*/_react.default.createElement(_icons.LeftOutlined, null),
996
+ leftCircle: /*#__PURE__*/_react.default.createElement(_icons.LeftCircleOutlined, null),
997
+ right: /*#__PURE__*/_react.default.createElement(_icons.RightOutlined, null),
998
+ rightCircle: /*#__PURE__*/_react.default.createElement(_icons.RightCircleOutlined, null),
999
+ picture: /*#__PURE__*/_react.default.createElement(_icons.PictureOutlined, null),
1000
+ link: /*#__PURE__*/_react.default.createElement(_icons.LinkOutlined, null),
1001
+ checkCircle: /*#__PURE__*/_react.default.createElement(_icons.CheckCircleOutlined, null),
1002
+ warningCircle: /*#__PURE__*/_react.default.createElement(_icons.ExclamationCircleOutlined, null),
1003
+ sortAscending: /*#__PURE__*/_react.default.createElement(_icons.SortAscendingOutlined, 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)
999
1015
  };
1000
1016
  /**
1001
1017
  * 占位函数
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "antd-management-fast-framework",
3
- "version": "1.12.66",
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": "cc0388eb427bbc5b4ff33cb72fdedc236e4d0a91",
222
+ "gitHead": "f9c5f7f076516a7b1a8106f4f2c5eaab1935361d",
223
223
  "gitHooks": {
224
224
  "pre-commit": "lint-staged"
225
225
  }