linkmore-design 1.0.11 → 1.0.12

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.
Files changed (81) hide show
  1. package/dist/index.umd.js +3501 -243
  2. package/dist/index.umd.min.js +6 -6
  3. package/es/Button/style/style.css +32 -31
  4. package/es/ButtonTags/style/style.css +3 -0
  5. package/es/Card/index.d.ts +2 -0
  6. package/es/Card/index.js +17 -0
  7. package/es/Card/style/index.css +495 -0
  8. package/es/Card/style/index.d.ts +1 -0
  9. package/es/Card/style/index.js +1 -0
  10. package/es/{CheckBox → Checkbox}/index.js +0 -0
  11. package/es/{CheckBox → Checkbox}/style/index.js +0 -0
  12. package/es/{CheckBox → Checkbox}/style/style.css +0 -0
  13. package/es/CkFilter/style/style.css +3 -0
  14. package/es/CustomerService/style/style.css +3 -0
  15. package/es/Drawer/style/index.css +6 -0
  16. package/es/Dropdown/style/index.css +3 -0
  17. package/es/EditTable/style/style.css +3 -0
  18. package/es/Filter/style/style.css +3 -0
  19. package/es/IconFont/index.js +1 -1
  20. package/es/IconSelect/iconJson.json +2935 -0
  21. package/es/IconSelect/index.js +115 -0
  22. package/{lib/CheckBox → es/IconSelect}/style/index.js +0 -0
  23. package/es/IconSelect/style/style.css +25 -0
  24. package/es/Input/style/style.css +3 -0
  25. package/es/InputNumber/style/index.css +3 -0
  26. package/es/LeftTable/style/style.css +3 -0
  27. package/es/Modal/style/index.css +7 -0
  28. package/es/Notification/index.d.ts +7 -0
  29. package/es/Notification/index.js +12 -0
  30. package/es/Notification/style/index.css +495 -0
  31. package/es/Notification/style/index.d.ts +1 -0
  32. package/es/Notification/style/index.js +1 -0
  33. package/es/Pagination/style/index.css +3 -0
  34. package/es/PopTable/style/style.css +3 -0
  35. package/es/ProTable/style/style.css +3 -0
  36. package/es/Select/index.d.ts +1 -1
  37. package/es/Select/style/index.css +3 -0
  38. package/es/Space/style/index.css +3 -0
  39. package/es/index.js +22 -6
  40. package/es/styles/main.css +3 -0
  41. package/es/styles/resetAntd.css +3 -0
  42. package/lib/Button/style/style.css +32 -31
  43. package/lib/ButtonTags/style/style.css +3 -0
  44. package/lib/Card/index.d.ts +2 -0
  45. package/lib/Card/index.js +29 -0
  46. package/lib/Card/style/index.css +495 -0
  47. package/lib/Card/style/index.d.ts +1 -0
  48. package/lib/Card/style/index.js +3 -0
  49. package/lib/{CheckBox → Checkbox}/index.js +0 -0
  50. package/lib/Checkbox/style/index.js +3 -0
  51. package/lib/{CheckBox → Checkbox}/style/style.css +0 -0
  52. package/lib/CkFilter/style/style.css +3 -0
  53. package/lib/CustomerService/style/style.css +3 -0
  54. package/lib/Drawer/style/index.css +6 -0
  55. package/lib/Dropdown/style/index.css +3 -0
  56. package/lib/EditTable/style/style.css +3 -0
  57. package/lib/Filter/style/style.css +3 -0
  58. package/lib/IconFont/index.js +1 -1
  59. package/lib/IconSelect/iconJson.json +2935 -0
  60. package/lib/IconSelect/index.js +115 -0
  61. package/lib/IconSelect/style/index.js +3 -0
  62. package/lib/IconSelect/style/style.css +25 -0
  63. package/lib/Input/style/style.css +3 -0
  64. package/lib/InputNumber/style/index.css +3 -0
  65. package/lib/LeftTable/style/style.css +3 -0
  66. package/lib/Modal/style/index.css +7 -0
  67. package/lib/Notification/index.d.ts +7 -0
  68. package/lib/Notification/index.js +25 -0
  69. package/lib/Notification/style/index.css +495 -0
  70. package/lib/Notification/style/index.d.ts +1 -0
  71. package/lib/Notification/style/index.js +3 -0
  72. package/lib/Pagination/style/index.css +3 -0
  73. package/lib/PopTable/style/style.css +3 -0
  74. package/lib/ProTable/style/style.css +3 -0
  75. package/lib/Select/index.d.ts +1 -1
  76. package/lib/Select/style/index.css +3 -0
  77. package/lib/Space/style/index.css +3 -0
  78. package/lib/index.js +22 -6
  79. package/lib/styles/main.css +3 -0
  80. package/lib/styles/resetAntd.css +3 -0
  81. package/package.json +1 -1
package/dist/index.umd.js CHANGED
@@ -1,8 +1,8 @@
1
1
  (function (global, factory) {
2
- typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('antd/es/button/style'), require('antd/es/button'), require('react'), require('antd/es/checkbox/style'), require('antd/es/checkbox'), require('linkmore-design'), require('antd/es/date-picker/style'), require('antd/es/date-picker'), require('antd/es/tag/style'), require('antd/es/tag'), require('antd/es/form/style'), require('antd/es/form'), require('antd/es/input/style'), require('antd/es/input'), require('antd/es/drawer/style'), require('antd/es/drawer'), require('antd/es/table/style'), require('antd/es/table'), require('antd/es/radio/style'), require('antd/es/radio'), require('antd/es/select/style'), require('antd/es/select'), require('antd/es/input-number/style'), require('antd/es/input-number'), require('antd/es/spin/style'), require('antd/es/spin'), require('antd/es/message/style'), require('antd/es/message'), require('antd/es/image/style'), require('antd/es/image'), require('antd/es/modal/style'), require('antd/es/modal'), require('antd/es/space/style'), require('antd/es/space'), require('antd/es/row/style'), require('antd/es/row'), require('antd/es/col/style'), require('antd/es/col'), require('antd/es/divider/style'), require('antd/es/divider'), require('antd/es/list/style'), require('antd/es/list'), require('antd/es/popover/style'), require('antd/es/popover'), require('antd/es/tree/style'), require('antd/es/tree'), require('antd/es/time-picker/style'), require('antd/es/time-picker'), require('antd/es/pagination/style'), require('antd/es/pagination'), require('antd/es/avatar/style'), require('antd/es/avatar'), require('antd/es/config-provider/style'), require('antd/es/config-provider'), require('antd/es/locale/zh_CN'), require('antd/es/result/style'), require('antd/es/result'), require('antd/es/dropdown/style'), require('antd/es/dropdown'), require('antd/es/tooltip/style'), require('antd/es/tooltip'), require('antd/es/typography/style'), require('antd/es/typography'), require('antd/es/popconfirm/style'), require('antd/es/popconfirm'), require('antd/es/table/hooks/useLazyKVMap'), require('antd/es/cascader/style'), require('antd/es/cascader'), require('antd/es/badge/style'), require('antd/es/badge'), require('antd/es/progress/style'), require('antd/es/progress'), require('antd/es/rate/style'), require('antd/es/rate'), require('antd/es/switch/style'), require('antd/es/switch'), require('antd/es/tree-select/style'), require('antd/es/tree-select'), require('react-dom'), require('antd/es/tabs/style'), require('antd/es/tabs'), require('antd/es/grid/style'), require('antd/es/grid'), require('antd/es/steps/style'), require('antd/es/steps'), require('antd/es/alert/style'), require('antd/es/alert'), require('antd/es/menu/style'), require('antd/es/menu'), require('antd/es/empty/style'), require('antd/es/empty')) :
3
- typeof define === 'function' && define.amd ? define(['exports', 'antd/es/button/style', 'antd/es/button', 'react', 'antd/es/checkbox/style', 'antd/es/checkbox', 'linkmore-design', 'antd/es/date-picker/style', 'antd/es/date-picker', 'antd/es/tag/style', 'antd/es/tag', 'antd/es/form/style', 'antd/es/form', 'antd/es/input/style', 'antd/es/input', 'antd/es/drawer/style', 'antd/es/drawer', 'antd/es/table/style', 'antd/es/table', 'antd/es/radio/style', 'antd/es/radio', 'antd/es/select/style', 'antd/es/select', 'antd/es/input-number/style', 'antd/es/input-number', 'antd/es/spin/style', 'antd/es/spin', 'antd/es/message/style', 'antd/es/message', 'antd/es/image/style', 'antd/es/image', 'antd/es/modal/style', 'antd/es/modal', 'antd/es/space/style', 'antd/es/space', 'antd/es/row/style', 'antd/es/row', 'antd/es/col/style', 'antd/es/col', 'antd/es/divider/style', 'antd/es/divider', 'antd/es/list/style', 'antd/es/list', 'antd/es/popover/style', 'antd/es/popover', 'antd/es/tree/style', 'antd/es/tree', 'antd/es/time-picker/style', 'antd/es/time-picker', 'antd/es/pagination/style', 'antd/es/pagination', 'antd/es/avatar/style', 'antd/es/avatar', 'antd/es/config-provider/style', 'antd/es/config-provider', 'antd/es/locale/zh_CN', 'antd/es/result/style', 'antd/es/result', 'antd/es/dropdown/style', 'antd/es/dropdown', 'antd/es/tooltip/style', 'antd/es/tooltip', 'antd/es/typography/style', 'antd/es/typography', 'antd/es/popconfirm/style', 'antd/es/popconfirm', 'antd/es/table/hooks/useLazyKVMap', 'antd/es/cascader/style', 'antd/es/cascader', 'antd/es/badge/style', 'antd/es/badge', 'antd/es/progress/style', 'antd/es/progress', 'antd/es/rate/style', 'antd/es/rate', 'antd/es/switch/style', 'antd/es/switch', 'antd/es/tree-select/style', 'antd/es/tree-select', 'react-dom', 'antd/es/tabs/style', 'antd/es/tabs', 'antd/es/grid/style', 'antd/es/grid', 'antd/es/steps/style', 'antd/es/steps', 'antd/es/alert/style', 'antd/es/alert', 'antd/es/menu/style', 'antd/es/menu', 'antd/es/empty/style', 'antd/es/empty'], factory) :
4
- (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.linkmoreDesign = {}, null, global._Button, global.React, null, global._Checkbox, global.linkmoreDesign, null, global._DatePicker, null, global._Tag, null, global._Form, null, global._Input, null, global._Drawer, null, global._Table, null, global._Radio, null, global._Select, null, global._InputNumber, null, global._Spin, null, global._message, null, global._Image, null, global._Modal, null, global._Space, null, global._Row, null, global._Col, null, global._Divider, null, global._List, null, global._Popover, null, global._Tree, null, global._TimePicker, null, global._Pagination, null, global._Avatar, null, global._ConfigProvider, global.zh_CN, null, global._Result, null, global._Dropdown, null, global._Tooltip, null, global._Typography, null, global._Popconfirm, global.useLazyKVMap, null, global._Cascader, null, global._Badge, null, global._Progress, null, global._Rate, null, global._Switch, null, global._TreeSelect, global.require$$2, null, global._Tabs, null, global._Grid, null, global._Steps, null, global._Alert, null, global._Menu, null, global._Empty));
5
- }(this, (function (exports, style, _Button, React, style$1, _Checkbox, linkmoreDesign, style$2, _DatePicker, style$3, _Tag, style$4, _Form, style$5, _Input, style$6, _Drawer, style$7, _Table, style$8, _Radio, style$9, _Select, style$a, _InputNumber, style$b, _Spin, style$c, _message, style$d, _Image, style$e, _Modal, style$f, _Space, style$g, _Row, style$h, _Col, style$i, _Divider, style$j, _List, style$k, _Popover, style$l, _Tree, style$m, _TimePicker, style$n, _Pagination, style$o, _Avatar, style$p, _ConfigProvider, zh_CN, style$q, _Result, style$r, _Dropdown, style$s, _Tooltip, style$t, _Typography, style$u, _Popconfirm, useLazyKVMap, style$v, _Cascader, style$w, _Badge, style$x, _Progress, style$y, _Rate, style$z, _Switch, style$A, _TreeSelect, require$$2, style$B, _Tabs, style$C, _Grid, style$D, _Steps, style$E, _Alert, style$F, _Menu, style$G, _Empty) { 'use strict';
2
+ typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('antd/es/button/style'), require('antd/es/button'), require('react'), require('antd/es/checkbox/style'), require('antd/es/checkbox'), require('linkmore-design'), require('antd/es/date-picker/style'), require('antd/es/date-picker'), require('antd/es/tag/style'), require('antd/es/tag'), require('antd/es/form/style'), require('antd/es/form'), require('antd/es/input/style'), require('antd/es/input'), require('antd/es/drawer/style'), require('antd/es/drawer'), require('antd/es/dropdown/style'), require('antd/es/dropdown'), require('antd/es/table/style'), require('antd/es/table'), require('antd/es/radio/style'), require('antd/es/radio'), require('antd/es/select/style'), require('antd/es/select'), require('antd/es/input-number/style'), require('antd/es/input-number'), require('antd/es/spin/style'), require('antd/es/spin'), require('antd/es/message/style'), require('antd/es/message'), require('antd/es/image/style'), require('antd/es/image'), require('antd/es/modal/style'), require('antd/es/modal'), require('antd/es/space/style'), require('antd/es/space'), require('antd/es/row/style'), require('antd/es/row'), require('antd/es/col/style'), require('antd/es/col'), require('antd/es/divider/style'), require('antd/es/divider'), require('antd/es/list/style'), require('antd/es/list'), require('antd/es/popover/style'), require('antd/es/popover'), require('antd/es/tree/style'), require('antd/es/tree'), require('antd/es/time-picker/style'), require('antd/es/time-picker'), require('antd/es/notification/style'), require('antd/es/notification'), require('antd/es/pagination/style'), require('antd/es/pagination'), require('antd/es/avatar/style'), require('antd/es/avatar'), require('antd/es/config-provider/style'), require('antd/es/config-provider'), require('antd/es/locale/zh_CN'), require('antd/es/result/style'), require('antd/es/result'), require('antd/es/tooltip/style'), require('antd/es/tooltip'), require('antd/es/typography/style'), require('antd/es/typography'), require('antd/es/popconfirm/style'), require('antd/es/popconfirm'), require('antd/es/table/hooks/useLazyKVMap'), require('antd/es/cascader/style'), require('antd/es/cascader'), require('antd/es/badge/style'), require('antd/es/badge'), require('antd/es/progress/style'), require('antd/es/progress'), require('antd/es/rate/style'), require('antd/es/rate'), require('antd/es/switch/style'), require('antd/es/switch'), require('antd/es/tree-select/style'), require('antd/es/tree-select'), require('react-dom'), require('antd/es/tabs/style'), require('antd/es/tabs'), require('antd/es/grid/style'), require('antd/es/grid'), require('antd/es/steps/style'), require('antd/es/steps'), require('antd/es/alert/style'), require('antd/es/alert'), require('antd/es/menu/style'), require('antd/es/menu'), require('antd/es/empty/style'), require('antd/es/empty')) :
3
+ typeof define === 'function' && define.amd ? define(['exports', 'antd/es/button/style', 'antd/es/button', 'react', 'antd/es/checkbox/style', 'antd/es/checkbox', 'linkmore-design', 'antd/es/date-picker/style', 'antd/es/date-picker', 'antd/es/tag/style', 'antd/es/tag', 'antd/es/form/style', 'antd/es/form', 'antd/es/input/style', 'antd/es/input', 'antd/es/drawer/style', 'antd/es/drawer', 'antd/es/dropdown/style', 'antd/es/dropdown', 'antd/es/table/style', 'antd/es/table', 'antd/es/radio/style', 'antd/es/radio', 'antd/es/select/style', 'antd/es/select', 'antd/es/input-number/style', 'antd/es/input-number', 'antd/es/spin/style', 'antd/es/spin', 'antd/es/message/style', 'antd/es/message', 'antd/es/image/style', 'antd/es/image', 'antd/es/modal/style', 'antd/es/modal', 'antd/es/space/style', 'antd/es/space', 'antd/es/row/style', 'antd/es/row', 'antd/es/col/style', 'antd/es/col', 'antd/es/divider/style', 'antd/es/divider', 'antd/es/list/style', 'antd/es/list', 'antd/es/popover/style', 'antd/es/popover', 'antd/es/tree/style', 'antd/es/tree', 'antd/es/time-picker/style', 'antd/es/time-picker', 'antd/es/notification/style', 'antd/es/notification', 'antd/es/pagination/style', 'antd/es/pagination', 'antd/es/avatar/style', 'antd/es/avatar', 'antd/es/config-provider/style', 'antd/es/config-provider', 'antd/es/locale/zh_CN', 'antd/es/result/style', 'antd/es/result', 'antd/es/tooltip/style', 'antd/es/tooltip', 'antd/es/typography/style', 'antd/es/typography', 'antd/es/popconfirm/style', 'antd/es/popconfirm', 'antd/es/table/hooks/useLazyKVMap', 'antd/es/cascader/style', 'antd/es/cascader', 'antd/es/badge/style', 'antd/es/badge', 'antd/es/progress/style', 'antd/es/progress', 'antd/es/rate/style', 'antd/es/rate', 'antd/es/switch/style', 'antd/es/switch', 'antd/es/tree-select/style', 'antd/es/tree-select', 'react-dom', 'antd/es/tabs/style', 'antd/es/tabs', 'antd/es/grid/style', 'antd/es/grid', 'antd/es/steps/style', 'antd/es/steps', 'antd/es/alert/style', 'antd/es/alert', 'antd/es/menu/style', 'antd/es/menu', 'antd/es/empty/style', 'antd/es/empty'], factory) :
4
+ (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.linkmoreDesign = {}, null, global._Button, global.React, null, global._Checkbox, global.linkmoreDesign, null, global._DatePicker, null, global._Tag, null, global._Form, null, global._Input, null, global._Drawer, null, global._Dropdown, null, global._Table, null, global._Radio, null, global._Select, null, global._InputNumber, null, global._Spin, null, global._message, null, global._Image, null, global._Modal, null, global._Space, null, global._Row, null, global._Col, null, global._Divider, null, global._List, null, global._Popover, null, global._Tree, null, global._TimePicker, null, global._notification, null, global._Pagination, null, global._Avatar, null, global._ConfigProvider, global.zh_CN, null, global._Result, null, global._Tooltip, null, global._Typography, null, global._Popconfirm, global.useLazyKVMap, null, global._Cascader, null, global._Badge, null, global._Progress, null, global._Rate, null, global._Switch, null, global._TreeSelect, global.require$$2, null, global._Tabs, null, global._Grid, null, global._Steps, null, global._Alert, null, global._Menu, null, global._Empty));
5
+ }(this, (function (exports, style, _Button, React, style$1, _Checkbox, linkmoreDesign, style$2, _DatePicker, style$3, _Tag, style$4, _Form, style$5, _Input, style$6, _Drawer, style$7, _Dropdown, style$8, _Table, style$9, _Radio, style$a, _Select, style$b, _InputNumber, style$c, _Spin, style$d, _message, style$e, _Image, style$f, _Modal, style$g, _Space, style$h, _Row, style$i, _Col, style$j, _Divider, style$k, _List, style$l, _Popover, style$m, _Tree, style$n, _TimePicker, style$o, _notification, style$p, _Pagination, style$q, _Avatar, style$r, _ConfigProvider, zh_CN, style$s, _Result, style$t, _Tooltip, style$u, _Typography, style$v, _Popconfirm, useLazyKVMap, style$w, _Cascader, style$x, _Badge, style$y, _Progress, style$z, _Rate, style$A, _Switch, style$B, _TreeSelect, require$$2, style$C, _Tabs, style$D, _Grid, style$E, _Steps, style$F, _Alert, style$G, _Menu, style$H, _Empty) { 'use strict';
6
6
 
7
7
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
8
8
 
@@ -14,6 +14,7 @@
14
14
  var _Form__default = /*#__PURE__*/_interopDefaultLegacy(_Form);
15
15
  var _Input__default = /*#__PURE__*/_interopDefaultLegacy(_Input);
16
16
  var _Drawer__default = /*#__PURE__*/_interopDefaultLegacy(_Drawer);
17
+ var _Dropdown__default = /*#__PURE__*/_interopDefaultLegacy(_Dropdown);
17
18
  var _Table__default = /*#__PURE__*/_interopDefaultLegacy(_Table);
18
19
  var _Radio__default = /*#__PURE__*/_interopDefaultLegacy(_Radio);
19
20
  var _Select__default = /*#__PURE__*/_interopDefaultLegacy(_Select);
@@ -30,12 +31,12 @@
30
31
  var _Popover__default = /*#__PURE__*/_interopDefaultLegacy(_Popover);
31
32
  var _Tree__default = /*#__PURE__*/_interopDefaultLegacy(_Tree);
32
33
  var _TimePicker__default = /*#__PURE__*/_interopDefaultLegacy(_TimePicker);
34
+ var _notification__default = /*#__PURE__*/_interopDefaultLegacy(_notification);
33
35
  var _Pagination__default = /*#__PURE__*/_interopDefaultLegacy(_Pagination);
34
36
  var _Avatar__default = /*#__PURE__*/_interopDefaultLegacy(_Avatar);
35
37
  var _ConfigProvider__default = /*#__PURE__*/_interopDefaultLegacy(_ConfigProvider);
36
38
  var zh_CN__default = /*#__PURE__*/_interopDefaultLegacy(zh_CN);
37
39
  var _Result__default = /*#__PURE__*/_interopDefaultLegacy(_Result);
38
- var _Dropdown__default = /*#__PURE__*/_interopDefaultLegacy(_Dropdown);
39
40
  var _Tooltip__default = /*#__PURE__*/_interopDefaultLegacy(_Tooltip);
40
41
  var _Typography__default = /*#__PURE__*/_interopDefaultLegacy(_Typography);
41
42
  var _Popconfirm__default = /*#__PURE__*/_interopDefaultLegacy(_Popconfirm);
@@ -2569,7 +2570,7 @@
2569
2570
  }
2570
2571
 
2571
2572
  var IconFont = create({
2572
- scriptUrl: '//at.alicdn.com/t/font_2966019_r2sjvddyblq.js' // 在 iconfont.cn 上生成
2573
+ scriptUrl: '//at.alicdn.com/t/font_2966019_8aij0300kjo.js' // 在 iconfont.cn 上生成
2573
2574
 
2574
2575
  });
2575
2576
 
@@ -28895,6 +28896,33 @@
28895
28896
  }, others), children);
28896
28897
  };
28897
28898
 
28899
+ var _excluded$b = ["children", "className", "overlayClassName"];
28900
+ var prefixCls$1 = 'lm_dropdown';
28901
+
28902
+ var CLMDropdown = function CLMDropdown(props) {
28903
+ var children = props.children,
28904
+ className = props.className,
28905
+ overlayClassName = props.overlayClassName,
28906
+ others = _objectWithoutProperties(props, _excluded$b);
28907
+
28908
+ return /*#__PURE__*/React__default['default'].createElement(_Dropdown__default['default'], _extends({
28909
+ className: classnames(className, prefixCls$1)
28910
+ }, others, {
28911
+ overlayClassName: classnames(overlayClassName, 'lm_dropdown_overlay')
28912
+ }), children);
28913
+ };
28914
+
28915
+ var LMDropdown = CLMDropdown;
28916
+
28917
+ LMDropdown.Button = function (props) {
28918
+ return /*#__PURE__*/React__default['default'].createElement(_Dropdown__default['default'].Button, _extends({
28919
+ size: "small"
28920
+ }, props, {
28921
+ overlayClassName: classnames(props.overlayClassName, 'lm_dropdown_overlay'),
28922
+ className: classnames(props.className, 'lm_dropdown_button')
28923
+ }));
28924
+ };
28925
+
28898
28926
  var UploadBox = function UploadBox(props) {
28899
28927
  var _props$value = props.value,
28900
28928
  value = _props$value === void 0 ? [] : _props$value,
@@ -29254,7 +29282,7 @@
29254
29282
  UploadOss.UploadBtn = Index$2;
29255
29283
  UploadOss.UploadImg = Index$3;
29256
29284
 
29257
- var _excluded$b = ["value", "onChange"],
29285
+ var _excluded$c = ["value", "onChange"],
29258
29286
  _excluded2$3 = ["index"],
29259
29287
  _excluded3$1 = ["isEdit", "editEnum", "valueType", "editable", "children", "dataIndex", "record", "handleSave", "rowKey", "handleAdd", "handleDelete", "getLength", "itemProps", "setValid"],
29260
29288
  _excluded4$1 = ["value", "onChange", "columns", "isEdit", "isAdd", "rowKey"];
@@ -29299,7 +29327,7 @@
29299
29327
  var _ref$value = _ref.value,
29300
29328
  value = _ref$value === void 0 ? ['', ''] : _ref$value,
29301
29329
  onChange = _ref.onChange,
29302
- editEnum = _objectWithoutProperties(_ref, _excluded$b);
29330
+ editEnum = _objectWithoutProperties(_ref, _excluded$c);
29303
29331
 
29304
29332
  // 输入值改变
29305
29333
  var handleInput = function handleInput(e, type) {
@@ -31372,16 +31400,16 @@
31372
31400
  }, props));
31373
31401
  };
31374
31402
 
31375
- var _excluded$c = ["children", "className"];
31376
- var prefixCls$1 = 'lm_input-number';
31403
+ var _excluded$d = ["children", "className"];
31404
+ var prefixCls$2 = 'lm_input-number';
31377
31405
 
31378
31406
  var LMInputNumber = function LMInputNumber(props) {
31379
31407
  var children = props.children,
31380
31408
  className = props.className,
31381
- others = _objectWithoutProperties(props, _excluded$c);
31409
+ others = _objectWithoutProperties(props, _excluded$d);
31382
31410
 
31383
31411
  return /*#__PURE__*/React__default['default'].createElement(_InputNumber__default['default'], _extends({
31384
- className: classnames(className, prefixCls$1),
31412
+ className: classnames(className, prefixCls$2),
31385
31413
  placeholder: "\u8BF7\u8F93\u5165"
31386
31414
  }, others));
31387
31415
  };
@@ -31484,8 +31512,24 @@
31484
31512
  }, /*#__PURE__*/React__default['default'].createElement(LeftOutlined$2, null)));
31485
31513
  };
31486
31514
 
31487
- var _excluded$d = ["wrapClassName", "size", "onOk", "onCancel", "okText", "cancelText"];
31488
- var prefixCls$2 = 'lm_modal';
31515
+ var LoadingPage = function LoadingPage(_ref) {
31516
+ var _ref$height = _ref.height,
31517
+ height = _ref$height === void 0 ? '100%' : _ref$height;
31518
+ return /*#__PURE__*/React__default['default'].createElement("div", {
31519
+ style: {
31520
+ display: 'flex',
31521
+ width: '100%',
31522
+ height: height,
31523
+ alignItems: 'center',
31524
+ justifyContent: 'center'
31525
+ }
31526
+ }, /*#__PURE__*/React__default['default'].createElement(_Spin__default['default'], {
31527
+ size: "large"
31528
+ }));
31529
+ };
31530
+
31531
+ var _excluded$e = ["wrapClassName", "size", "onOk", "onCancel", "okText", "cancelText"];
31532
+ var prefixCls$3 = 'lm_modal';
31489
31533
 
31490
31534
  var CLMModal = function CLMModal(props) {
31491
31535
  var wrapClassName = props.wrapClassName,
@@ -31497,10 +31541,10 @@
31497
31541
  okText = _props$okText === void 0 ? '确定' : _props$okText,
31498
31542
  _props$cancelText = props.cancelText,
31499
31543
  cancelText = _props$cancelText === void 0 ? '取消' : _props$cancelText,
31500
- other = _objectWithoutProperties(props, _excluded$d);
31544
+ other = _objectWithoutProperties(props, _excluded$e);
31501
31545
 
31502
31546
  return /*#__PURE__*/React__default['default'].createElement(_Modal__default['default'], _extends({
31503
- wrapClassName: classnames(wrapClassName, prefixCls$2),
31547
+ wrapClassName: classnames(wrapClassName, prefixCls$3),
31504
31548
  width: size === 'default' ? 552 : 416
31505
31549
  }, other, {
31506
31550
  footer: [/*#__PURE__*/React__default['default'].createElement(linkmoreDesign.Button, {
@@ -31519,67 +31563,51 @@
31519
31563
 
31520
31564
  LMModal.info = function (props) {
31521
31565
  return _Modal__default['default'].info(_objectSpread(_objectSpread({}, props), {}, {
31522
- wrapClassName: classnames(props.wrapClassName, prefixCls$2, 'lm_modal_info')
31566
+ wrapClassName: classnames(props.wrapClassName, prefixCls$3, 'lm_modal_info')
31523
31567
  }));
31524
31568
  };
31525
31569
 
31526
31570
  LMModal.success = function (props) {
31527
31571
  return _Modal__default['default'].success(_objectSpread(_objectSpread({}, props), {}, {
31528
- wrapClassName: classnames(props.wrapClassName, prefixCls$2, 'lm_modal_info')
31572
+ wrapClassName: classnames(props.wrapClassName, prefixCls$3, 'lm_modal_info')
31529
31573
  }));
31530
31574
  };
31531
31575
 
31532
31576
  LMModal.error = function (props) {
31533
31577
  return _Modal__default['default'].error(_objectSpread(_objectSpread({}, props), {}, {
31534
- wrapClassName: classnames(props.wrapClassName, prefixCls$2, 'lm_modal_info')
31578
+ wrapClassName: classnames(props.wrapClassName, prefixCls$3, 'lm_modal_info')
31535
31579
  }));
31536
31580
  };
31537
31581
 
31538
31582
  LMModal.warning = function (props) {
31539
31583
  return _Modal__default['default'].warning(_objectSpread(_objectSpread({}, props), {}, {
31540
- wrapClassName: classnames(props.wrapClassName, prefixCls$2, 'lm_modal_info')
31584
+ wrapClassName: classnames(props.wrapClassName, prefixCls$3, 'lm_modal_info')
31541
31585
  }));
31542
31586
  };
31543
31587
 
31544
31588
  LMModal.warn = function (props) {
31545
31589
  return _Modal__default['default'].warn(_objectSpread(_objectSpread({}, props), {}, {
31546
- wrapClassName: classnames(props.wrapClassName, prefixCls$2, 'lm_modal_info')
31590
+ wrapClassName: classnames(props.wrapClassName, prefixCls$3, 'lm_modal_info')
31547
31591
  }));
31548
31592
  };
31549
31593
 
31550
31594
  LMModal.confirm = function (props) {
31551
31595
  return _Modal__default['default'].confirm(_objectSpread(_objectSpread({}, props), {}, {
31552
- wrapClassName: classnames(props.wrapClassName, prefixCls$2, 'lm_modal_info')
31596
+ wrapClassName: classnames(props.wrapClassName, prefixCls$3, 'lm_modal_info')
31553
31597
  }));
31554
31598
  };
31555
31599
 
31556
31600
  LMModal.destroyAll = _Modal__default['default'].destroyAll;
31557
31601
  LMModal.config = _Modal__default['default'].config;
31558
31602
 
31559
- var LoadingPage = function LoadingPage(_ref) {
31560
- var _ref$height = _ref.height,
31561
- height = _ref$height === void 0 ? '100%' : _ref$height;
31562
- return /*#__PURE__*/React__default['default'].createElement("div", {
31563
- style: {
31564
- display: 'flex',
31565
- width: '100%',
31566
- height: height,
31567
- alignItems: 'center',
31568
- justifyContent: 'center'
31569
- }
31570
- }, /*#__PURE__*/React__default['default'].createElement(_Spin__default['default'], {
31571
- size: "large"
31572
- }));
31573
- };
31574
-
31575
- var _excluded$e = ["visible", "wrapClassName", "onClose", "children"];
31603
+ var _excluded$f = ["visible", "wrapClassName", "onClose", "children"];
31576
31604
 
31577
31605
  var Index$h = function Index(props) {
31578
31606
  var visible = props.visible,
31579
31607
  wrapClassName = props.wrapClassName,
31580
31608
  onClose = props.onClose,
31581
31609
  children = props.children,
31582
- reset = _objectWithoutProperties(props, _excluded$e);
31610
+ reset = _objectWithoutProperties(props, _excluded$f);
31583
31611
 
31584
31612
  var handleClose = function handleClose() {
31585
31613
  onClose();
@@ -31613,7 +31641,7 @@
31613
31641
  return /*#__PURE__*/React__default['default'].createElement(React__default['default'].Fragment, null, /*#__PURE__*/React__default['default'].createElement(_Modal__default['default'], _extends({}, config, reset), children));
31614
31642
  };
31615
31643
 
31616
- var _excluded$f = ["type"];
31644
+ var _excluded$g = ["type"];
31617
31645
  /*
31618
31646
  增加参数:
31619
31647
  type: 指定图片类型
@@ -31621,7 +31649,7 @@
31621
31649
 
31622
31650
  var Confirm = function Confirm(_ref) {
31623
31651
  var type = _ref.type,
31624
- resetProps = _objectWithoutProperties(_ref, _excluded$f);
31652
+ resetProps = _objectWithoutProperties(_ref, _excluded$g);
31625
31653
 
31626
31654
  var Icon = function Icon() {
31627
31655
  switch (type) {
@@ -31678,13 +31706,13 @@
31678
31706
  }, resetProps));
31679
31707
  };
31680
31708
 
31681
- var _excluded$g = ["visible", "wrapClassName", "children"];
31709
+ var _excluded$h = ["visible", "wrapClassName", "children"];
31682
31710
 
31683
31711
  var Index$i = function Index(props) {
31684
31712
  var visible = props.visible,
31685
31713
  wrapClassName = props.wrapClassName,
31686
31714
  children = props.children,
31687
- reset = _objectWithoutProperties(props, _excluded$g);
31715
+ reset = _objectWithoutProperties(props, _excluded$h);
31688
31716
 
31689
31717
  var config = {
31690
31718
  title: '编辑',
@@ -31702,7 +31730,7 @@
31702
31730
  return /*#__PURE__*/React__default['default'].createElement(React__default['default'].Fragment, null, /*#__PURE__*/React__default['default'].createElement(_Modal__default['default'], _extends({}, config, reset), children));
31703
31731
  };
31704
31732
 
31705
- var _excluded$h = ["visible", "onClose", "onSure", "down", "desc", "downEvent", "isType", "renderFileType"];
31733
+ var _excluded$i = ["visible", "onClose", "onSure", "down", "desc", "downEvent", "isType", "renderFileType"];
31706
31734
  var downLink = [{
31707
31735
  id: '1',
31708
31736
  label: '成衣',
@@ -31807,7 +31835,7 @@
31807
31835
  downEvent = _ref2.downEvent,
31808
31836
  isType = _ref2.isType,
31809
31837
  renderFileType = _ref2.renderFileType,
31810
- resetProps = _objectWithoutProperties(_ref2, _excluded$h);
31838
+ resetProps = _objectWithoutProperties(_ref2, _excluded$i);
31811
31839
 
31812
31840
  var _useState = React.useState({
31813
31841
  files: []
@@ -31961,21 +31989,21 @@
31961
31989
  Modal.ExportModal = Index$j;
31962
31990
  Modal.Confirm = Confirm;
31963
31991
 
31964
- var _excluded$i = ["children", "className"];
31965
- var prefixCls$3 = 'lm_pagination';
31992
+ var _excluded$j = ["children", "className"];
31993
+ var prefixCls$4 = 'lm_pagination';
31966
31994
 
31967
31995
  var LMPagination = function LMPagination(props) {
31968
31996
  var children = props.children,
31969
31997
  className = props.className,
31970
- others = _objectWithoutProperties(props, _excluded$i);
31998
+ others = _objectWithoutProperties(props, _excluded$j);
31971
31999
 
31972
32000
  return /*#__PURE__*/React__default['default'].createElement(_Pagination__default['default'], _extends({
31973
- className: classnames(className, prefixCls$3),
32001
+ className: classnames(className, prefixCls$4),
31974
32002
  size: "small"
31975
32003
  }, others));
31976
32004
  };
31977
32005
 
31978
- var _excluded$j = ["columns", "dataSource", "total", "onClick", "onDoubleClick", "rowSelection", "rowKey", "scroll", "defaultActive", "onChange"];
32006
+ var _excluded$k = ["columns", "dataSource", "total", "onClick", "onDoubleClick", "rowSelection", "rowKey", "scroll", "defaultActive", "onChange"];
31979
32007
 
31980
32008
  /*
31981
32009
  接收参数:
@@ -31995,7 +32023,7 @@
31995
32023
  scroll = props.scroll,
31996
32024
  defaultActive = props.defaultActive,
31997
32025
  onChange = props.onChange,
31998
- resetProps = _objectWithoutProperties(props, _excluded$j); // 行单击选中,增加高亮
32026
+ resetProps = _objectWithoutProperties(props, _excluded$k); // 行单击选中,增加高亮
31999
32027
 
32000
32028
 
32001
32029
  var _useState = React.useState(defaultActive),
@@ -32062,7 +32090,7 @@
32062
32090
  }));
32063
32091
  });
32064
32092
 
32065
- var _excluded$k = ["columns", "data", "total", "rowSelection", "onChange", "getCheckboxRecords"];
32093
+ var _excluded$l = ["columns", "data", "total", "rowSelection", "onChange", "getCheckboxRecords"];
32066
32094
 
32067
32095
  var Demo = function Demo(props) {
32068
32096
  var inputRef = React__default['default'].useRef();
@@ -32080,7 +32108,7 @@
32080
32108
  rowSelection = _props$rowSelection === void 0 ? true : _props$rowSelection,
32081
32109
  onChange = props.onChange,
32082
32110
  getCheckboxRecords = props.getCheckboxRecords,
32083
- resetProps = _objectWithoutProperties(props, _excluded$k);
32111
+ resetProps = _objectWithoutProperties(props, _excluded$l);
32084
32112
 
32085
32113
  var _useState3 = React.useState('base'),
32086
32114
  _useState4 = _slicedToArray(_useState3, 2),
@@ -34587,6 +34615,77 @@
34587
34615
  }
34588
34616
  };
34589
34617
 
34618
+ var mnMN = {
34619
+ moneySymbol: '₮',
34620
+ form: {
34621
+ lightFilter: {
34622
+ more: 'Илүү',
34623
+ clear: 'Цэвэрлэх',
34624
+ confirm: 'Баталгаажуулах',
34625
+ itemUnit: 'Нэгжүүд'
34626
+ }
34627
+ },
34628
+ tableForm: {
34629
+ search: 'Хайх',
34630
+ reset: 'Шинэчлэх',
34631
+ submit: 'Илгээх',
34632
+ collapsed: 'Өргөтгөх',
34633
+ expand: 'Хураах',
34634
+ inputPlaceholder: 'Утга оруулна уу',
34635
+ selectPlaceholder: 'Утга сонгоно уу'
34636
+ },
34637
+ alert: {
34638
+ clear: 'Цэвэрлэх',
34639
+ selected: 'Сонгогдсон',
34640
+ item: 'Нэгж'
34641
+ },
34642
+ pagination: {
34643
+ total: {
34644
+ range: ' ',
34645
+ total: 'of',
34646
+ item: 'нэгжүүд'
34647
+ }
34648
+ },
34649
+ tableToolBar: {
34650
+ leftPin: 'Зүүн тийш бэхлэх',
34651
+ rightPin: 'Баруун тийш бэхлэх',
34652
+ noPin: 'Бэхлэхгүй',
34653
+ leftFixedTitle: 'Зүүн зэрэгцүүлэх',
34654
+ rightFixedTitle: 'Баруун зэрэгцүүлэх',
34655
+ noFixedTitle: 'Зэрэгцүүлэхгүй',
34656
+ reset: 'Шинэчлэх',
34657
+ columnDisplay: 'Баганаар харуулах',
34658
+ columnSetting: 'Тохихргоо',
34659
+ fullScreen: 'Бүтэн дэлгэцээр',
34660
+ exitFullScreen: 'Бүтэн дэлгэц цуцлах',
34661
+ reload: 'Шинэчлэх',
34662
+ density: 'Хэмжээ',
34663
+ densityDefault: 'Хэвийн',
34664
+ densityLarger: 'Том',
34665
+ densityMiddle: 'Дунд',
34666
+ densitySmall: 'Жижиг'
34667
+ },
34668
+ stepsForm: {
34669
+ next: 'Дараах',
34670
+ prev: 'Өмнөх',
34671
+ submit: 'Дуусгах'
34672
+ },
34673
+ loginForm: {
34674
+ submitText: 'Нэвтрэх'
34675
+ },
34676
+ editableTable: {
34677
+ action: {
34678
+ save: 'Хадгалах',
34679
+ cancel: 'Цуцлах',
34680
+ delete: 'Устгах'
34681
+ }
34682
+ },
34683
+ switch: {
34684
+ open: 'Нээх',
34685
+ close: 'Хаах'
34686
+ }
34687
+ };
34688
+
34590
34689
  var msMY = {
34591
34690
  moneySymbol: 'RM',
34592
34691
  tableForm: {
@@ -35185,6 +35284,7 @@
35185
35284
  };
35186
35285
  };
35187
35286
 
35287
+ var mnMNIntl = createIntl('mn_MN', mnMN);
35188
35288
  var arEGIntl = createIntl('ar_EG', arEG);
35189
35289
  var zhCNIntl = createIntl('zh_CN', zhCN);
35190
35290
  var enUSIntl = createIntl('en_US', enUS);
@@ -35208,6 +35308,7 @@
35208
35308
  var plPLIntl = createIntl('pl_PL', plPL);
35209
35309
  var hrHRIntl = createIntl('hr_', hrHR);
35210
35310
  var intlMap = {
35311
+ 'mn-MN': mnMNIntl,
35211
35312
  'ar-EG': arEGIntl,
35212
35313
  'zh-CN': zhCNIntl,
35213
35314
  'en-US': enUSIntl,
@@ -35709,7 +35810,7 @@
35709
35810
  }, label));
35710
35811
  };
35711
35812
 
35712
- var _excluded$l = ["label", "rules", "name", "children", "popoverProps"],
35813
+ var _excluded$m = ["label", "rules", "name", "children", "popoverProps"],
35713
35814
  _excluded2$4 = ["errorType", "rules", "name", "popoverProps", "children"];
35714
35815
  var FIX_INLINE_STYLE = {
35715
35816
  marginTop: -5,
@@ -35767,7 +35868,7 @@
35767
35868
  name = _ref2.name,
35768
35869
  children = _ref2.children,
35769
35870
  popoverProps = _ref2.popoverProps,
35770
- rest = _objectWithoutProperties$1(_ref2, _excluded$l);
35871
+ rest = _objectWithoutProperties$1(_ref2, _excluded$m);
35771
35872
 
35772
35873
  return /*#__PURE__*/React__default['default'].createElement(_Form__default['default'].Item, _extends$3({
35773
35874
  preserve: false,
@@ -37193,6 +37294,27 @@
37193
37294
  return finalValues;
37194
37295
  };
37195
37296
 
37297
+ function useEvent(callback) {
37298
+ var fnRef = React.useRef();
37299
+ fnRef.current = callback;
37300
+ var memoFn = React.useCallback(function () {
37301
+ var _fnRef$current;
37302
+
37303
+ for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
37304
+ args[_key] = arguments[_key];
37305
+ }
37306
+
37307
+ return (_fnRef$current = fnRef.current) === null || _fnRef$current === void 0 ? void 0 : _fnRef$current.call.apply(_fnRef$current, [fnRef].concat(args));
37308
+ }, []);
37309
+ return memoFn;
37310
+ }
37311
+
37312
+ /**
37313
+ * Wrap `React.useLayoutEffect` which will not throw warning message in test env
37314
+ */
37315
+
37316
+ var useLayoutEffect = canUseDom() ? React.useLayoutEffect : React.useEffect;
37317
+
37196
37318
  /**
37197
37319
  * Same as React.useState but `setState` accept `ignoreDestroy` param to not to setState after destroyed.
37198
37320
  * We do not make this auto is to avoid real memory leak.
@@ -37225,59 +37347,114 @@
37225
37347
  return [value, safeSetState];
37226
37348
  }
37227
37349
 
37350
+ var Source;
37351
+
37352
+ (function (Source) {
37353
+ Source[Source["INNER"] = 0] = "INNER";
37354
+ Source[Source["PROP"] = 1] = "PROP";
37355
+ })(Source || (Source = {}));
37356
+
37357
+ var useUpdateEffect = function useUpdateEffect(callback, deps) {
37358
+ var firstMountRef = React.useRef(true);
37359
+ useLayoutEffect(function () {
37360
+ if (!firstMountRef.current) {
37361
+ return callback();
37362
+ }
37363
+ }, deps); // We tell react that first mount has passed
37364
+
37365
+ useLayoutEffect(function () {
37366
+ firstMountRef.current = false;
37367
+ return function () {
37368
+ firstMountRef.current = true;
37369
+ };
37370
+ }, []);
37371
+ };
37372
+ /** We only think `undefined` is empty */
37373
+
37374
+
37375
+ function hasValue(value) {
37376
+ return value !== undefined;
37377
+ }
37228
37378
  /**
37229
37379
  * Similar to `useState` but will use props value if provided.
37230
37380
  * Note that internal use rc-util `useState` hook.
37231
37381
  */
37232
37382
 
37383
+
37233
37384
  function useMergedState(defaultStateValue, option) {
37234
37385
  var _ref = option || {},
37235
37386
  defaultValue = _ref.defaultValue,
37236
37387
  value = _ref.value,
37237
37388
  onChange = _ref.onChange,
37238
- postState = _ref.postState;
37389
+ postState = _ref.postState; // ======================= Init =======================
37239
37390
 
37240
- var _useState = useSafeState(function () {
37241
- if (value !== undefined) {
37242
- return value;
37243
- }
37244
37391
 
37245
- if (defaultValue !== undefined) {
37246
- return typeof defaultValue === 'function' ? defaultValue() : defaultValue;
37392
+ var _useState = useSafeState(function () {
37393
+ var finalValue = undefined;
37394
+ var source;
37395
+
37396
+ if (hasValue(value)) {
37397
+ finalValue = value;
37398
+ source = Source.PROP;
37399
+ } else if (hasValue(defaultValue)) {
37400
+ finalValue = typeof defaultValue === 'function' ? defaultValue() : defaultValue;
37401
+ source = Source.PROP;
37402
+ } else {
37403
+ finalValue = typeof defaultStateValue === 'function' ? defaultStateValue() : defaultStateValue;
37404
+ source = Source.INNER;
37247
37405
  }
37248
37406
 
37249
- return typeof defaultStateValue === 'function' ? defaultStateValue() : defaultStateValue;
37407
+ return [finalValue, source, finalValue];
37250
37408
  }),
37251
37409
  _useState2 = _slicedToArray$1(_useState, 2),
37252
- innerValue = _useState2[0],
37253
- setInnerValue = _useState2[1];
37410
+ mergedValue = _useState2[0],
37411
+ setMergedValue = _useState2[1];
37254
37412
 
37255
- var mergedValue = value !== undefined ? value : innerValue;
37413
+ var chosenValue = hasValue(value) ? value : mergedValue[0];
37414
+ var postMergedValue = postState ? postState(chosenValue) : chosenValue; // ======================= Sync =======================
37256
37415
 
37257
- if (postState) {
37258
- mergedValue = postState(mergedValue);
37259
- } // setState
37416
+ useUpdateEffect(function () {
37417
+ setMergedValue(function (_ref2) {
37418
+ var _ref3 = _slicedToArray$1(_ref2, 1),
37419
+ prevValue = _ref3[0];
37260
37420
 
37421
+ return [value, Source.PROP, prevValue];
37422
+ });
37423
+ }, [value]); // ====================== Update ======================
37261
37424
 
37262
- var onChangeRef = React.useRef(onChange);
37263
- onChangeRef.current = onChange;
37264
- var triggerChange = React.useCallback(function (newValue, ignoreDestroy) {
37265
- setInnerValue(newValue, ignoreDestroy);
37425
+ var changeEventPrevRef = React.useRef();
37426
+ var triggerChange = useEvent(function (updater, ignoreDestroy) {
37427
+ setMergedValue(function (prev) {
37428
+ var _prev = _slicedToArray$1(prev, 3),
37429
+ prevValue = _prev[0],
37430
+ prevSource = _prev[1],
37431
+ prevPrevValue = _prev[2];
37266
37432
 
37267
- if (mergedValue !== newValue && onChangeRef.current) {
37268
- onChangeRef.current(newValue, mergedValue);
37269
- }
37270
- }, [mergedValue, onChangeRef]); // Effect of reset value to `undefined`
37433
+ var nextValue = typeof updater === 'function' ? updater(prevValue) : updater; // Do nothing if value not change
37271
37434
 
37272
- var prevValueRef = React.useRef(value);
37273
- React.useEffect(function () {
37274
- if (value === undefined && value !== prevValueRef.current) {
37275
- setInnerValue(value);
37276
- }
37435
+ if (nextValue === prevValue) {
37436
+ return prev;
37437
+ } // Use prev prev value if is in a batch update to avoid missing data
37277
37438
 
37278
- prevValueRef.current = value;
37279
- }, [value]);
37280
- return [mergedValue, triggerChange];
37439
+
37440
+ var overridePrevValue = prevSource === Source.INNER && changeEventPrevRef.current !== prevPrevValue ? prevPrevValue : prevValue;
37441
+ return [nextValue, Source.INNER, overridePrevValue];
37442
+ }, ignoreDestroy);
37443
+ }); // ====================== Change ======================
37444
+
37445
+ var onChangeFn = useEvent(onChange);
37446
+ useLayoutEffect(function () {
37447
+ var _mergedValue = _slicedToArray$1(mergedValue, 3),
37448
+ current = _mergedValue[0],
37449
+ source = _mergedValue[1],
37450
+ prev = _mergedValue[2];
37451
+
37452
+ if (current !== prev && source === Source.INNER) {
37453
+ onChangeFn(current, prev);
37454
+ changeEventPrevRef.current = prev;
37455
+ }
37456
+ }, [mergedValue]);
37457
+ return [postMergedValue, triggerChange];
37281
37458
  }
37282
37459
 
37283
37460
  function useMountMergeState(initialState, option) {
@@ -37309,7 +37486,7 @@
37309
37486
  return React.version.startsWith('18') ? [state, setState] : [state, mountSetState];
37310
37487
  }
37311
37488
 
37312
- var _excluded$m = ["map_row_parentKey", "map_row_key"],
37489
+ var _excluded$n = ["map_row_parentKey", "map_row_key"],
37313
37490
  _excluded2$5 = ["map_row_key"];
37314
37491
  var recordKeyToString = function recordKeyToString(rowKey) {
37315
37492
  if (Array.isArray(rowKey)) return rowKey.join(',');
@@ -37385,7 +37562,7 @@
37385
37562
  // @ts-ignore
37386
37563
  var map_row_parentKey = value.map_row_parentKey,
37387
37564
  map_row_key = value.map_row_key,
37388
- reset = _objectWithoutProperties$1(value, _excluded$m);
37565
+ reset = _objectWithoutProperties$1(value, _excluded$n);
37389
37566
 
37390
37567
  if (kvArrayMap.has(map_row_key)) {
37391
37568
  reset[childrenColumnName] = kvArrayMap.get(map_row_key);
@@ -38184,7 +38361,7 @@
38184
38361
  });
38185
38362
  };
38186
38363
 
38187
- var _excluded$n = ["label", "prefixCls", "onChange", "value", "mode", "children", "defaultValue", "size", "showSearch", "disabled", "style", "className", "bordered", "options", "onSearch", "allowClear", "labelInValue", "fieldNames", "lightLabel", "labelTrigger"];
38364
+ var _excluded$o = ["label", "prefixCls", "onChange", "value", "mode", "children", "defaultValue", "size", "showSearch", "disabled", "style", "className", "bordered", "options", "onSearch", "allowClear", "labelInValue", "fieldNames", "lightLabel", "labelTrigger"];
38188
38365
  /**
38189
38366
  * 如果有 label 就优先使用 label
38190
38367
  *
@@ -38221,7 +38398,7 @@
38221
38398
  fieldNames = props.fieldNames,
38222
38399
  lightLabel = props.lightLabel,
38223
38400
  labelTrigger = props.labelTrigger,
38224
- restProps = _objectWithoutProperties$1(props, _excluded$n);
38401
+ restProps = _objectWithoutProperties$1(props, _excluded$o);
38225
38402
 
38226
38403
  var _props$placeholder = props.placeholder,
38227
38404
  placeholder = _props$placeholder === void 0 ? label : _props$placeholder;
@@ -38356,7 +38533,7 @@
38356
38533
 
38357
38534
  var LightSelect$1 = /*#__PURE__*/React__default['default'].forwardRef(LightSelect);
38358
38535
 
38359
- var _excluded$o = ["optionItemRender", "mode", "onSearch", "onFocus", "onChange", "autoClearSearchValue", "searchOnFocus", "resetAfterSelect", "optionFilterProp", "optionLabelProp", "className", "disabled", "options", "fetchData", "resetData", "prefixCls", "onClear", "searchValue", "showSearch", "fieldNames"];
38536
+ var _excluded$p = ["optionItemRender", "mode", "onSearch", "onFocus", "onChange", "autoClearSearchValue", "searchOnFocus", "resetAfterSelect", "fetchDataOnSearch", "optionFilterProp", "optionLabelProp", "className", "disabled", "options", "fetchData", "resetData", "prefixCls", "onClear", "searchValue", "showSearch", "fieldNames"];
38360
38537
  var Option$1 = _Select__default['default'].Option,
38361
38538
  OptGroup = _Select__default['default'].OptGroup;
38362
38539
 
@@ -38371,6 +38548,8 @@
38371
38548
  searchOnFocus = _props$searchOnFocus === void 0 ? false : _props$searchOnFocus,
38372
38549
  _props$resetAfterSele = props.resetAfterSelect,
38373
38550
  resetAfterSelect = _props$resetAfterSele === void 0 ? false : _props$resetAfterSele,
38551
+ _props$fetchDataOnSea = props.fetchDataOnSearch,
38552
+ fetchDataOnSearch = _props$fetchDataOnSea === void 0 ? true : _props$fetchDataOnSea,
38374
38553
  _props$optionFilterPr = props.optionFilterProp,
38375
38554
  optionFilterProp = _props$optionFilterPr === void 0 ? 'label' : _props$optionFilterPr,
38376
38555
  _props$optionLabelPro = props.optionLabelProp,
@@ -38385,7 +38564,7 @@
38385
38564
  propsSearchValue = props.searchValue,
38386
38565
  showSearch = props.showSearch,
38387
38566
  fieldNames = props.fieldNames,
38388
- restProps = _objectWithoutProperties$1(props, _excluded$o);
38567
+ restProps = _objectWithoutProperties$1(props, _excluded$p);
38389
38568
 
38390
38569
  var _ref = fieldNames || {},
38391
38570
  _ref$label = _ref.label,
@@ -38485,7 +38664,10 @@
38485
38664
  }
38486
38665
  }, restProps, {
38487
38666
  onSearch: showSearch ? function (value) {
38488
- fetchData(value);
38667
+ if (fetchDataOnSearch) {
38668
+ fetchData(value);
38669
+ }
38670
+
38489
38671
  onSearch === null || onSearch === void 0 ? void 0 : onSearch(value);
38490
38672
  setSearchValue(value);
38491
38673
  } : undefined,
@@ -38531,7 +38713,7 @@
38531
38713
 
38532
38714
  var SearchSelect$1 = /*#__PURE__*/React__default['default'].forwardRef(SearchSelect);
38533
38715
 
38534
- var _excluded$p = ["value", "text"],
38716
+ var _excluded$q = ["value", "text"],
38535
38717
  _excluded2$6 = ["mode", "valueEnum", "render", "renderFormItem", "request", "fieldProps", "plain", "children", "light", "proFieldKey", "params", "label", "bordered", "id", "lightLabel", "labelTrigger"];
38536
38718
  var ObjToMap = function ObjToMap(value) {
38537
38719
  if (getType(value) === 'map') {
@@ -38738,7 +38920,7 @@
38738
38920
  return proFieldParsingValueEnumToArray(ObjToMap(coverValueEnum)).map(function (_ref2) {
38739
38921
  var value = _ref2.value,
38740
38922
  text = _ref2.text,
38741
- rest = _objectWithoutProperties$1(_ref2, _excluded$p);
38923
+ rest = _objectWithoutProperties$1(_ref2, _excluded$q);
38742
38924
 
38743
38925
  return _objectSpread2({
38744
38926
  label: text,
@@ -38999,7 +39181,7 @@
38999
39181
 
39000
39182
  var FieldSelect$1 = /*#__PURE__*/React__default['default'].forwardRef(FieldSelect);
39001
39183
 
39002
- var _excluded$q = ["radioType", "renderFormItem", "mode", "render", "label", "light"];
39184
+ var _excluded$r = ["radioType", "renderFormItem", "mode", "render", "label", "light"];
39003
39185
  /**
39004
39186
  * 级联选择组件
39005
39187
  *
@@ -39016,7 +39198,7 @@
39016
39198
  render = _ref.render,
39017
39199
  label = _ref.label,
39018
39200
  light = _ref.light,
39019
- rest = _objectWithoutProperties$1(_ref, _excluded$q);
39201
+ rest = _objectWithoutProperties$1(_ref, _excluded$r);
39020
39202
 
39021
39203
  var _useContext = React.useContext(_ConfigProvider__default['default'].ConfigContext),
39022
39204
  getPrefixCls = _useContext.getPrefixCls;
@@ -39151,7 +39333,7 @@
39151
39333
 
39152
39334
  var FieldCascader$1 = /*#__PURE__*/React__default['default'].forwardRef(FieldCascader);
39153
39335
 
39154
- var _excluded$r = ["layout", "renderFormItem", "mode", "render"];
39336
+ var _excluded$s = ["layout", "renderFormItem", "mode", "render"];
39155
39337
  /**
39156
39338
  * 多选组件
39157
39339
  *
@@ -39165,7 +39347,7 @@
39165
39347
  renderFormItem = _ref.renderFormItem,
39166
39348
  mode = _ref.mode,
39167
39349
  render = _ref.render,
39168
- rest = _objectWithoutProperties$1(_ref, _excluded$r);
39350
+ rest = _objectWithoutProperties$1(_ref, _excluded$s);
39169
39351
 
39170
39352
  var _useContext = React.useContext(_ConfigProvider__default['default'].ConfigContext),
39171
39353
  getPrefixCls = _useContext.getPrefixCls;
@@ -47341,14 +47523,14 @@
47341
47523
  };
47342
47524
  var SketchPicker = ColorWrap(Sketch);
47343
47525
 
47344
- var _excluded$s = ["mode", "popoverProps"];
47526
+ var _excluded$t = ["mode", "popoverProps"];
47345
47527
  var DEFAULT_COLORS = ['#FF9D4E', '#5BD8A6', '#5B8FF9', '#F7664E', '#FF86B7', '#2B9E9D', '#9270CA', '#6DC8EC', '#667796', '#F6BD16' // 9 - 黄色
47346
47528
  ];
47347
47529
 
47348
47530
  var ColorPicker = function ColorPicker(_ref) {
47349
47531
  var mode = _ref.mode,
47350
47532
  popoverProps = _ref.popoverProps,
47351
- rest = _objectWithoutProperties$1(_ref, _excluded$s);
47533
+ rest = _objectWithoutProperties$1(_ref, _excluded$t);
47352
47534
 
47353
47535
  var _useContext = React.useContext(_ConfigProvider__default['default'].ConfigContext),
47354
47536
  getPrefixCls = _useContext.getPrefixCls;
@@ -47611,9 +47793,16 @@
47611
47793
  if (type === 'read') {
47612
47794
  var _fieldProps$formatter;
47613
47795
 
47614
- var digit = new Intl.NumberFormat(undefined, _objectSpread2({
47615
- minimumSignificantDigits: 1
47616
- }, (fieldProps === null || fieldProps === void 0 ? void 0 : fieldProps.intlProps) || {})).format(Number(text));
47796
+ var fractionDigits = {};
47797
+
47798
+ if (fieldProps === null || fieldProps === void 0 ? void 0 : fieldProps.precision) {
47799
+ fractionDigits = {
47800
+ minimumFractionDigits: Number(fieldProps.precision),
47801
+ maximumFractionDigits: Number(fieldProps.precision)
47802
+ };
47803
+ }
47804
+
47805
+ var digit = new Intl.NumberFormat(undefined, _objectSpread2(_objectSpread2({}, fractionDigits), (fieldProps === null || fieldProps === void 0 ? void 0 : fieldProps.intlProps) || {})).format(Number(text));
47617
47806
  var dom = /*#__PURE__*/React__default['default'].createElement("span", {
47618
47807
  ref: ref
47619
47808
  }, (fieldProps === null || fieldProps === void 0 ? void 0 : (_fieldProps$formatter = fieldProps.formatter) === null || _fieldProps$formatter === void 0 ? void 0 : _fieldProps$formatter.call(fieldProps, digit)) || digit);
@@ -47922,7 +48111,7 @@
47922
48111
  return shallowCopy;
47923
48112
  }
47924
48113
 
47925
- var _excluded$t = ["content", "numberFormatOptions", "numberPopoverRender"],
48114
+ var _excluded$u = ["content", "numberFormatOptions", "numberPopoverRender"],
47926
48115
  _excluded2$7 = ["text", "mode", "render", "renderFormItem", "fieldProps", "proFieldKey", "plain", "valueEnum", "placeholder", "locale", "customSymbol", "numberFormatOptions", "numberPopoverRender"];
47927
48116
  var defaultMoneyIntl = new Intl.NumberFormat('zh-Hans-CN', {
47928
48117
  currency: 'CNY',
@@ -47979,7 +48168,7 @@
47979
48168
  var content = _ref.content,
47980
48169
  numberFormatOptions = _ref.numberFormatOptions,
47981
48170
  numberPopoverRender = _ref.numberPopoverRender,
47982
- rest = _objectWithoutProperties$1(_ref, _excluded$t);
48171
+ rest = _objectWithoutProperties$1(_ref, _excluded$u);
47983
48172
 
47984
48173
  var _useMergedState = useMergedState(function () {
47985
48174
  return rest.defaultValue;
@@ -48197,7 +48386,7 @@
48197
48386
 
48198
48387
  var FieldOptions$1 = /*#__PURE__*/React__default['default'].forwardRef(FieldOptions);
48199
48388
 
48200
- var _excluded$u = ["text", "mode", "render", "renderFormItem", "fieldProps", "proFieldKey"];
48389
+ var _excluded$v = ["text", "mode", "render", "renderFormItem", "fieldProps", "proFieldKey"];
48201
48390
  /**
48202
48391
  * 最基本的组件,就是个普通的 Input.Password
48203
48392
  *
@@ -48211,7 +48400,7 @@
48211
48400
  renderFormItem = _ref.renderFormItem,
48212
48401
  fieldProps = _ref.fieldProps,
48213
48402
  proFieldKey = _ref.proFieldKey,
48214
- rest = _objectWithoutProperties$1(_ref, _excluded$u);
48403
+ rest = _objectWithoutProperties$1(_ref, _excluded$v);
48215
48404
 
48216
48405
  var intl = useIntl();
48217
48406
 
@@ -48623,7 +48812,7 @@
48623
48812
 
48624
48813
  var FieldProgress$1 = /*#__PURE__*/React__default['default'].forwardRef(FieldProgress);
48625
48814
 
48626
- var _excluded$v = ["radioType", "renderFormItem", "mode", "render"];
48815
+ var _excluded$w = ["radioType", "renderFormItem", "mode", "render"];
48627
48816
  /**
48628
48817
  * 单选组件
48629
48818
  *
@@ -48636,7 +48825,7 @@
48636
48825
  renderFormItem = _ref.renderFormItem,
48637
48826
  mode = _ref.mode,
48638
48827
  render = _ref.render,
48639
- rest = _objectWithoutProperties$1(_ref, _excluded$v);
48828
+ rest = _objectWithoutProperties$1(_ref, _excluded$w);
48640
48829
 
48641
48830
  var _useContext = React.useContext(_ConfigProvider__default['default'].ConfigContext),
48642
48831
  getPrefixCls = _useContext.getPrefixCls;
@@ -49288,7 +49477,7 @@
49288
49477
  };
49289
49478
  var FieldTimePicker$1 = /*#__PURE__*/React__default['default'].forwardRef(FieldTimePicker);
49290
49479
 
49291
- var _excluded$w = ["radioType", "renderFormItem", "mode", "light", "label", "render"],
49480
+ var _excluded$x = ["radioType", "renderFormItem", "mode", "light", "label", "render"],
49292
49481
  _excluded2$8 = ["onSearch", "onClear", "onChange", "onBlur", "showSearch", "autoClearSearchValue", "treeData", "searchValue"];
49293
49482
  /**
49294
49483
  * Tree select
@@ -49303,7 +49492,7 @@
49303
49492
  light = _ref.light,
49304
49493
  label = _ref.label,
49305
49494
  render = _ref.render,
49306
- rest = _objectWithoutProperties$1(_ref, _excluded$w);
49495
+ rest = _objectWithoutProperties$1(_ref, _excluded$x);
49307
49496
 
49308
49497
  var _useContext = React.useContext(_ConfigProvider__default['default'].ConfigContext),
49309
49498
  getPrefixCls = _useContext.getPrefixCls;
@@ -49542,7 +49731,7 @@
49542
49731
  }));
49543
49732
  }
49544
49733
 
49545
- var _excluded$x = ["text", "valueType", "mode", "onChange", "renderFormItem", "value", "readonly"];
49734
+ var _excluded$y = ["text", "valueType", "mode", "onChange", "renderFormItem", "value", "readonly"];
49546
49735
  var REQUEST_VALUE_TYPE = ['select', 'radio', 'radioButton', 'checkbook'];
49547
49736
  /**
49548
49737
  * Render valueType object
@@ -49929,7 +50118,7 @@
49929
50118
  renderFormItem = _ref.renderFormItem,
49930
50119
  value = _ref.value,
49931
50120
  readonly = _ref.readonly,
49932
- rest = _objectWithoutProperties$1(_ref, _excluded$x);
50121
+ rest = _objectWithoutProperties$1(_ref, _excluded$y);
49933
50122
 
49934
50123
  var intl = useIntl();
49935
50124
  var context = React.useContext(ConfigContext);
@@ -51044,7 +51233,7 @@
51044
51233
  }))));
51045
51234
  };
51046
51235
 
51047
- var _excluded$y = ["className", "style", "bodyStyle", "headStyle", "title", "subTitle", "extra", "tip", "wrap", "layout", "loading", "gutter", "tooltip", "split", "headerBordered", "bordered", "children", "size", "actions", "ghost", "hoverable", "direction", "collapsed", "collapsible", "collapsibleIconRender", "defaultCollapsed", "onCollapse", "checked", "onChecked", "tabs", "type"];
51236
+ var _excluded$z = ["className", "style", "bodyStyle", "headStyle", "title", "subTitle", "extra", "tip", "wrap", "layout", "loading", "gutter", "tooltip", "split", "headerBordered", "bordered", "children", "size", "actions", "ghost", "hoverable", "direction", "collapsed", "collapsible", "collapsibleIconRender", "defaultCollapsed", "onCollapse", "checked", "onChecked", "tabs", "type"];
51048
51237
  var useBreakpoint = _Grid__default['default'].useBreakpoint;
51049
51238
  var Card = /*#__PURE__*/React__default['default'].forwardRef(function (props, ref) {
51050
51239
  var _classNames2, _classNames3, _classNames4;
@@ -51090,7 +51279,7 @@
51090
51279
  onChecked = props.onChecked,
51091
51280
  tabs = props.tabs,
51092
51281
  type = props.type,
51093
- rest = _objectWithoutProperties$1(props, _excluded$y);
51282
+ rest = _objectWithoutProperties$1(props, _excluded$z);
51094
51283
 
51095
51284
  var _useContext = React.useContext(_ConfigProvider__default['default'].ConfigContext),
51096
51285
  getPrefixCls = _useContext.getPrefixCls;
@@ -51287,7 +51476,7 @@
51287
51476
  });
51288
51477
  };
51289
51478
 
51290
- var _excluded$z = ["key", "tab", "tabKey", "disabled", "destroyInactiveTabPane", "children", "className", "style", "cardProps"];
51479
+ var _excluded$A = ["key", "tab", "tabKey", "disabled", "destroyInactiveTabPane", "children", "className", "style", "cardProps"];
51291
51480
 
51292
51481
  var TabPane = function TabPane(props) {
51293
51482
  var key = props.key,
@@ -51299,7 +51488,7 @@
51299
51488
  className = props.className,
51300
51489
  style = props.style,
51301
51490
  cardProps = props.cardProps,
51302
- rest = _objectWithoutProperties$1(props, _excluded$z);
51491
+ rest = _objectWithoutProperties$1(props, _excluded$A);
51303
51492
 
51304
51493
  var _useContext = React.useContext(_ConfigProvider__default['default'].ConfigContext),
51305
51494
  getPrefixCls = _useContext.getPrefixCls;
@@ -51562,7 +51751,7 @@
51562
51751
  }
51563
51752
 
51564
51753
  function _extends$7() {
51565
- _extends$7 = Object.assign || function (target) {
51754
+ _extends$7 = Object.assign ? Object.assign.bind() : function (target) {
51566
51755
  for (var i = 1; i < arguments.length; i++) {
51567
51756
  var source = arguments[i];
51568
51757
 
@@ -51575,7 +51764,6 @@
51575
51764
 
51576
51765
  return target;
51577
51766
  };
51578
-
51579
51767
  return _extends$7.apply(this, arguments);
51580
51768
  }
51581
51769
 
@@ -51587,18 +51775,17 @@
51587
51775
  }
51588
51776
 
51589
51777
  function _getPrototypeOf$7(o) {
51590
- _getPrototypeOf$7 = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {
51778
+ _getPrototypeOf$7 = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) {
51591
51779
  return o.__proto__ || Object.getPrototypeOf(o);
51592
51780
  };
51593
51781
  return _getPrototypeOf$7(o);
51594
51782
  }
51595
51783
 
51596
51784
  function _setPrototypeOf$7(o, p) {
51597
- _setPrototypeOf$7 = Object.setPrototypeOf || function _setPrototypeOf(o, p) {
51785
+ _setPrototypeOf$7 = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) {
51598
51786
  o.__proto__ = p;
51599
51787
  return o;
51600
51788
  };
51601
-
51602
51789
  return _setPrototypeOf$7(o, p);
51603
51790
  }
51604
51791
 
@@ -51617,7 +51804,7 @@
51617
51804
 
51618
51805
  function _construct(Parent, args, Class) {
51619
51806
  if (_isNativeReflectConstruct$7()) {
51620
- _construct = Reflect.construct;
51807
+ _construct = Reflect.construct.bind();
51621
51808
  } else {
51622
51809
  _construct = function _construct(Parent, args, Class) {
51623
51810
  var a = [null];
@@ -51967,12 +52154,62 @@
51967
52154
  }
51968
52155
  };
51969
52156
 
52157
+ // https://github.com/kevva/url-regex/blob/master/index.js
52158
+ var urlReg;
52159
+ var getUrlRegex = (function () {
52160
+ if (urlReg) {
52161
+ return urlReg;
52162
+ }
52163
+
52164
+ var word = '[a-fA-F\\d:]';
52165
+
52166
+ var b = function b(options) {
52167
+ return options && options.includeBoundaries ? "(?:(?<=\\s|^)(?=" + word + ")|(?<=" + word + ")(?=\\s|$))" : '';
52168
+ };
52169
+
52170
+ var v4 = '(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)(?:\\.(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)){3}';
52171
+ var v6seg = '[a-fA-F\\d]{1,4}';
52172
+ var v6 = ("\n(?:\n(?:" + v6seg + ":){7}(?:" + v6seg + "|:)| // 1:2:3:4:5:6:7:: 1:2:3:4:5:6:7:8\n(?:" + v6seg + ":){6}(?:" + v4 + "|:" + v6seg + "|:)| // 1:2:3:4:5:6:: 1:2:3:4:5:6::8 1:2:3:4:5:6::8 1:2:3:4:5:6::1.2.3.4\n(?:" + v6seg + ":){5}(?::" + v4 + "|(?::" + v6seg + "){1,2}|:)| // 1:2:3:4:5:: 1:2:3:4:5::7:8 1:2:3:4:5::8 1:2:3:4:5::7:1.2.3.4\n(?:" + v6seg + ":){4}(?:(?::" + v6seg + "){0,1}:" + v4 + "|(?::" + v6seg + "){1,3}|:)| // 1:2:3:4:: 1:2:3:4::6:7:8 1:2:3:4::8 1:2:3:4::6:7:1.2.3.4\n(?:" + v6seg + ":){3}(?:(?::" + v6seg + "){0,2}:" + v4 + "|(?::" + v6seg + "){1,4}|:)| // 1:2:3:: 1:2:3::5:6:7:8 1:2:3::8 1:2:3::5:6:7:1.2.3.4\n(?:" + v6seg + ":){2}(?:(?::" + v6seg + "){0,3}:" + v4 + "|(?::" + v6seg + "){1,5}|:)| // 1:2:: 1:2::4:5:6:7:8 1:2::8 1:2::4:5:6:7:1.2.3.4\n(?:" + v6seg + ":){1}(?:(?::" + v6seg + "){0,4}:" + v4 + "|(?::" + v6seg + "){1,6}|:)| // 1:: 1::3:4:5:6:7:8 1::8 1::3:4:5:6:7:1.2.3.4\n(?::(?:(?::" + v6seg + "){0,5}:" + v4 + "|(?::" + v6seg + "){1,7}|:)) // ::2:3:4:5:6:7:8 ::2:3:4:5:6:7:8 ::8 ::1.2.3.4\n)(?:%[0-9a-zA-Z]{1,})? // %eth0 %1\n").replace(/\s*\/\/.*$/gm, '').replace(/\n/g, '').trim(); // Pre-compile only the exact regexes because adding a global flag make regexes stateful
52173
+
52174
+ var v46Exact = new RegExp("(?:^" + v4 + "$)|(?:^" + v6 + "$)");
52175
+ var v4exact = new RegExp("^" + v4 + "$");
52176
+ var v6exact = new RegExp("^" + v6 + "$");
52177
+
52178
+ var ip = function ip(options) {
52179
+ return options && options.exact ? v46Exact : new RegExp("(?:" + b(options) + v4 + b(options) + ")|(?:" + b(options) + v6 + b(options) + ")", 'g');
52180
+ };
52181
+
52182
+ ip.v4 = function (options) {
52183
+ return options && options.exact ? v4exact : new RegExp("" + b(options) + v4 + b(options), 'g');
52184
+ };
52185
+
52186
+ ip.v6 = function (options) {
52187
+ return options && options.exact ? v6exact : new RegExp("" + b(options) + v6 + b(options), 'g');
52188
+ };
52189
+
52190
+ var protocol = "(?:(?:[a-z]+:)?//)";
52191
+ var auth = '(?:\\S+(?::\\S*)?@)?';
52192
+ var ipv4 = ip.v4().source;
52193
+ var ipv6 = ip.v6().source;
52194
+ var host = "(?:(?:[a-z\\u00a1-\\uffff0-9][-_]*)*[a-z\\u00a1-\\uffff0-9]+)";
52195
+ var domain = "(?:\\.(?:[a-z\\u00a1-\\uffff0-9]-*)*[a-z\\u00a1-\\uffff0-9]+)*";
52196
+ var tld = "(?:\\.(?:[a-z\\u00a1-\\uffff]{2,}))";
52197
+ var port = '(?::\\d{2,5})?';
52198
+ var path = '(?:[/?#][^\\s"]*)?';
52199
+ var regex = "(?:" + protocol + "|www\\.)" + auth + "(?:localhost|" + ipv4 + "|" + ipv6 + "|" + host + domain + tld + ")" + port + path;
52200
+ urlReg = new RegExp("(?:^" + regex + "$)", 'i');
52201
+ return urlReg;
52202
+ });
52203
+
51970
52204
  /* eslint max-len:0 */
51971
52205
 
51972
52206
  var pattern$2 = {
51973
52207
  // http://emailregex.com/
51974
52208
  email: /^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(([a-zA-Z\-0-9\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]+\.)+[a-zA-Z\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]{2,}))$/,
51975
- url: new RegExp("^(?!mailto:)(?:(?:http|https|ftp)://|//)(?:\\S+(?::\\S*)?@)?(?:(?:(?:[1-9]\\d?|1\\d\\d|2[01]\\d|22[0-3])(?:\\.(?:1?\\d{1,2}|2[0-4]\\d|25[0-5])){2}(?:\\.(?:[0-9]\\d?|1\\d\\d|2[0-4]\\d|25[0-4]))|(?:(?:[a-z\\u00a1-\\uffff0-9]+-*)*[a-z\\u00a1-\\uffff0-9]+)(?:\\.(?:[a-z\\u00a1-\\uffff0-9]+-*)*[a-z\\u00a1-\\uffff0-9]+)*(?:\\.(?:[a-z\\u00a1-\\uffff]{2,})))|localhost)(?::\\d{2,5})?(?:(/|\\?|#)[^\\s]*)?$", 'i'),
52209
+ // url: new RegExp(
52210
+ // '^(?!mailto:)(?:(?:http|https|ftp)://|//)(?:\\S+(?::\\S*)?@)?(?:(?:(?:[1-9]\\d?|1\\d\\d|2[01]\\d|22[0-3])(?:\\.(?:1?\\d{1,2}|2[0-4]\\d|25[0-5])){2}(?:\\.(?:[0-9]\\d?|1\\d\\d|2[0-4]\\d|25[0-4]))|(?:(?:[a-z\\u00a1-\\uffff0-9]+-*)*[a-z\\u00a1-\\uffff0-9]+)(?:\\.(?:[a-z\\u00a1-\\uffff0-9]+-*)*[a-z\\u00a1-\\uffff0-9]+)*(?:\\.(?:[a-z\\u00a1-\\uffff]{2,})))|localhost)(?::\\d{2,5})?(?:(/|\\?|#)[^\\s]*)?$',
52211
+ // 'i',
52212
+ // ),
51976
52213
  hex: /^#?([a-f0-9]{6}|[a-f0-9]{3})$/i
51977
52214
  };
51978
52215
  var types = {
@@ -52016,7 +52253,7 @@
52016
52253
  return typeof value === 'string' && value.length <= 320 && !!value.match(pattern$2.email);
52017
52254
  },
52018
52255
  url: function url(value) {
52019
- return typeof value === 'string' && value.length <= 2048 && !!value.match(pattern$2.url);
52256
+ return typeof value === 'string' && value.length <= 2048 && !!value.match(getUrlRegex());
52020
52257
  },
52021
52258
  hex: function hex(value) {
52022
52259
  return typeof value === 'string' && !!value.match(pattern$2.hex);
@@ -52762,9 +52999,12 @@
52762
52999
  } catch (error) {
52763
53000
  console.error == null ? void 0 : console.error(error); // rethrow to report error
52764
53001
 
52765
- setTimeout(function () {
52766
- throw error;
52767
- }, 0);
53002
+ if (!options.suppressValidatorError) {
53003
+ setTimeout(function () {
53004
+ throw error;
53005
+ }, 0);
53006
+ }
53007
+
52768
53008
  cb(error.message);
52769
53009
  }
52770
53010
 
@@ -53409,7 +53649,7 @@
53409
53649
  return _finishOnFirstFailed.apply(this, arguments);
53410
53650
  }
53411
53651
 
53412
- var _excluded$A = ["name"];
53652
+ var _excluded$B = ["name"];
53413
53653
  var EMPTY_ERRORS = [];
53414
53654
 
53415
53655
  function requireUpdate(shouldUpdate, prev, next, prevValue, nextValue, info) {
@@ -54019,7 +54259,7 @@
54019
54259
 
54020
54260
  function WrapperField(_ref5) {
54021
54261
  var name = _ref5.name,
54022
- restProps = _objectWithoutProperties$1(_ref5, _excluded$A);
54262
+ restProps = _objectWithoutProperties$1(_ref5, _excluded$B);
54023
54263
 
54024
54264
  var fieldContext = React.useContext(Context$2);
54025
54265
  var namePath = name !== undefined ? getNamePath(name) : undefined;
@@ -54319,7 +54559,7 @@
54319
54559
  return NameMap;
54320
54560
  }();
54321
54561
 
54322
- var _excluded$B = ["name", "errors"];
54562
+ var _excluded$C = ["name", "errors"];
54323
54563
  var FormStore = /*#__PURE__*/_createClass(function FormStore(forceRootUpdate) {
54324
54564
  var _this = this;
54325
54565
 
@@ -54820,7 +55060,7 @@
54820
55060
  fields.forEach(function (fieldData) {
54821
55061
  var name = fieldData.name,
54822
55062
  errors = fieldData.errors,
54823
- data = _objectWithoutProperties$1(fieldData, _excluded$B);
55063
+ data = _objectWithoutProperties$1(fieldData, _excluded$C);
54824
55064
 
54825
55065
  var namePath = getNamePath(name);
54826
55066
  namePathList.push(namePath); // Value
@@ -55333,7 +55573,7 @@
55333
55573
  }, children);
55334
55574
  };
55335
55575
 
55336
- var _excluded$C = ["name", "initialValues", "fields", "form", "preserve", "children", "component", "validateMessages", "validateTrigger", "onValuesChange", "onFieldsChange", "onFinish", "onFinishFailed"];
55576
+ var _excluded$D = ["name", "initialValues", "fields", "form", "preserve", "children", "component", "validateMessages", "validateTrigger", "onValuesChange", "onFieldsChange", "onFinish", "onFinishFailed"];
55337
55577
 
55338
55578
  var Form = function Form(_ref, ref) {
55339
55579
  var name = _ref.name,
@@ -55351,7 +55591,7 @@
55351
55591
  _onFieldsChange = _ref.onFieldsChange,
55352
55592
  _onFinish = _ref.onFinish,
55353
55593
  onFinishFailed = _ref.onFinishFailed,
55354
- restProps = _objectWithoutProperties$1(_ref, _excluded$C);
55594
+ restProps = _objectWithoutProperties$1(_ref, _excluded$D);
55355
55595
 
55356
55596
  var formContext = React.useContext(FormContext); // We customize handle event since Context will makes all the consumer re-render:
55357
55597
  // https://reactjs.org/docs/context.html#contextprovider
@@ -55581,7 +55821,7 @@
55581
55821
 
55582
55822
  var FieldContext = /*#__PURE__*/React__default['default'].createContext({});
55583
55823
 
55584
- var _excluded$D = ["children", "Wrapper"],
55824
+ var _excluded$E = ["children", "Wrapper"],
55585
55825
  _excluded2$9 = ["children", "Wrapper"];
55586
55826
  var GridContext = /*#__PURE__*/React.createContext({
55587
55827
  grid: false,
@@ -55598,7 +55838,7 @@
55598
55838
  var _ref2 = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {},
55599
55839
  children = _ref2.children,
55600
55840
  Wrapper = _ref2.Wrapper,
55601
- props = _objectWithoutProperties$1(_ref2, _excluded$D);
55841
+ props = _objectWithoutProperties$1(_ref2, _excluded$E);
55602
55842
 
55603
55843
  if (!grid) {
55604
55844
  return Wrapper ? /*#__PURE__*/React__default['default'].createElement(Wrapper, null, children) : children;
@@ -55666,7 +55906,7 @@
55666
55906
  JSON.stringify([colProps, config === null || config === void 0 ? void 0 : config.colProps, config === null || config === void 0 ? void 0 : config.rowProps])]);
55667
55907
  };
55668
55908
 
55669
- var _excluded$E = ["valueType", "customLightMode", "lightFilterLabelFormatter", "valuePropName", "ignoreWidth", "defaultProps"],
55909
+ var _excluded$F = ["valueType", "customLightMode", "lightFilterLabelFormatter", "valuePropName", "ignoreWidth", "defaultProps"],
55670
55910
  _excluded2$a = ["label", "tooltip", "placeholder", "width", "bordered", "messageVariables", "ignoreFormItem", "transform", "convertValue", "readonly", "allowClear", "colSize", "getFormItemProps", "getFieldProps", "filedConfig", "cacheForSwr", "proFieldProps"];
55671
55911
  var WIDTH_SIZE_ENUM = {
55672
55912
  // 适用于短数字,短文本或者选项
@@ -55706,7 +55946,7 @@
55706
55946
  valuePropName = _ref$valuePropName === void 0 ? 'value' : _ref$valuePropName,
55707
55947
  ignoreWidth = _ref.ignoreWidth,
55708
55948
  defaultProps = _ref.defaultProps,
55709
- defaultFormItemProps = _objectWithoutProperties$1(_ref, _excluded$E);
55949
+ defaultFormItemProps = _objectWithoutProperties$1(_ref, _excluded$F);
55710
55950
 
55711
55951
  var _defaultProps$props = _objectSpread2(_objectSpread2({}, defaultProps), props),
55712
55952
  label = _defaultProps$props.label,
@@ -55912,7 +56152,7 @@
55912
56152
  return DependencyWrapper;
55913
56153
  }
55914
56154
 
55915
- var _excluded$F = ["fieldProps", "children", "labelCol", "label", "autoFocus", "isDefaultDom", "render", "proFieldProps", "renderFormItem", "valueType", "initialValue", "onChange", "valueEnum", "params", "name", "dependenciesValues", "cacheForSwr", "valuePropName"];
56155
+ var _excluded$G = ["fieldProps", "children", "labelCol", "label", "autoFocus", "isDefaultDom", "render", "proFieldProps", "renderFormItem", "valueType", "initialValue", "onChange", "valueEnum", "params", "name", "dependenciesValues", "cacheForSwr", "valuePropName"];
55916
56156
 
55917
56157
  var BaseProFormField = function BaseProFormField(props) {
55918
56158
  var fieldProps = props.fieldProps,
@@ -55935,7 +56175,7 @@
55935
56175
  cacheForSwr = _props$cacheForSwr === void 0 ? false : _props$cacheForSwr,
55936
56176
  _props$valuePropName = props.valuePropName,
55937
56177
  valuePropName = _props$valuePropName === void 0 ? 'value' : _props$valuePropName,
55938
- restProps = _objectWithoutProperties$1(props, _excluded$F);
56178
+ restProps = _objectWithoutProperties$1(props, _excluded$G);
55939
56179
 
55940
56180
  var propsParams = React.useMemo(function () {
55941
56181
  // 使用dependencies时 dependenciesValues是有值的
@@ -56007,7 +56247,7 @@
56007
56247
  return isDeepEqualReact(nextProps, prevProps, ['onChange', 'onBlur']);
56008
56248
  }));
56009
56249
 
56010
- var _excluded$G = ["creatorButtonProps", "deleteIconProps", "copyIconProps", "itemContainerRender", "itemRender", "alwaysShowItemLabel", "prefixCls", "creatorRecord", "action", "actionGuard", "children", "actionRender", "fields", "meta", "field", "index", "formInstance", "originName", "min", "max", "count"];
56250
+ var _excluded$H = ["creatorButtonProps", "deleteIconProps", "copyIconProps", "itemContainerRender", "itemRender", "alwaysShowItemLabel", "prefixCls", "creatorRecord", "action", "actionGuard", "children", "actionRender", "fields", "meta", "field", "index", "formInstance", "originName", "min", "max", "count"];
56011
56251
  /** Antd 自带的toArray 不支持方法,所以需要自己搞一个 */
56012
56252
 
56013
56253
  var listToArray = function listToArray(children) {
@@ -56046,7 +56286,7 @@
56046
56286
  min = props.min,
56047
56287
  max = props.max,
56048
56288
  count = props.count,
56049
- rest = _objectWithoutProperties$1(props, _excluded$G);
56289
+ rest = _objectWithoutProperties$1(props, _excluded$H);
56050
56290
 
56051
56291
  var listContext = React.useContext(FormListContext);
56052
56292
  var unmountedRef = React.useRef(false);
@@ -56412,7 +56652,7 @@
56412
56652
  }), fieldExtraRender && fieldExtraRender(wrapperAction, meta), creatorButtonProps !== false && (creatorButtonProps === null || creatorButtonProps === void 0 ? void 0 : creatorButtonProps.position) !== 'top' && creatorButton);
56413
56653
  };
56414
56654
 
56415
- var _excluded$H = ["actionRender", "creatorButtonProps", "label", "alwaysShowItemLabel", "tooltip", "creatorRecord", "itemRender", "rules", "itemContainerRender", "fieldExtraRender", "copyIconProps", "children", "deleteIconProps", "actionRef", "style", "prefixCls", "actionGuard", "min", "max", "colProps", "rowProps"];
56655
+ var _excluded$I = ["actionRender", "creatorButtonProps", "label", "alwaysShowItemLabel", "tooltip", "creatorRecord", "itemRender", "rules", "itemContainerRender", "fieldExtraRender", "copyIconProps", "children", "deleteIconProps", "actionRef", "style", "prefixCls", "actionGuard", "min", "max", "colProps", "rowProps"];
56416
56656
  var FormListContext = /*#__PURE__*/React__default['default'].createContext({});
56417
56657
 
56418
56658
  function ProFormList(_ref) {
@@ -56445,7 +56685,7 @@
56445
56685
  max = _ref.max,
56446
56686
  colProps = _ref.colProps,
56447
56687
  rowProps = _ref.rowProps,
56448
- rest = _objectWithoutProperties$1(_ref, _excluded$H);
56688
+ rest = _objectWithoutProperties$1(_ref, _excluded$I);
56449
56689
 
56450
56690
  var actionRefs = React.useRef();
56451
56691
  var context = React.useContext(_ConfigProvider__default['default'].ConfigContext);
@@ -56529,13 +56769,13 @@
56529
56769
  }))));
56530
56770
  }
56531
56771
 
56532
- var _excluded$I = ["name", "children", "ignoreFormListField"];
56772
+ var _excluded$J = ["name", "children", "ignoreFormListField"];
56533
56773
 
56534
56774
  var ProFormDependency = function ProFormDependency(_ref) {
56535
56775
  var names = _ref.name,
56536
56776
  children = _ref.children,
56537
56777
  ignoreFormListField = _ref.ignoreFormListField,
56538
- rest = _objectWithoutProperties$1(_ref, _excluded$I);
56778
+ rest = _objectWithoutProperties$1(_ref, _excluded$J);
56539
56779
 
56540
56780
  var context = React.useContext(ProFormContext); // ProFromList 的 field,里面有name和key
56541
56781
 
@@ -56603,7 +56843,7 @@
56603
56843
  });
56604
56844
  };
56605
56845
 
56606
- var _excluded$J = ["children", "value", "valuePropName", "onChange", "fieldProps", "space", "type", "transform", "convertValue"],
56846
+ var _excluded$K = ["children", "value", "valuePropName", "onChange", "fieldProps", "space", "type", "transform", "convertValue"],
56607
56847
  _excluded2$b = ["children", "space", "valuePropName"];
56608
56848
  var FieldSetType = {
56609
56849
  space: _Space__default['default'],
@@ -56631,7 +56871,7 @@
56631
56871
  type = _ref$type === void 0 ? 'space' : _ref$type,
56632
56872
  transform = _ref.transform,
56633
56873
  convertValue = _ref.convertValue,
56634
- rest = _objectWithoutProperties$1(_ref, _excluded$J);
56874
+ rest = _objectWithoutProperties$1(_ref, _excluded$K);
56635
56875
 
56636
56876
  /**
56637
56877
  * 使用方法的引用防止闭包
@@ -56727,7 +56967,7 @@
56727
56967
  });
56728
56968
  var ProFormFieldSet = createField(BaseProFormFieldSet);
56729
56969
 
56730
- var _excluded$K = ["children", "onChange", "onBlur", "ignoreFormItem", "valuePropName"],
56970
+ var _excluded$L = ["children", "onChange", "onBlur", "ignoreFormItem", "valuePropName"],
56731
56971
  _excluded2$c = ["children", "addonAfter", "addonBefore", "valuePropName", "convertValue"],
56732
56972
  _excluded3$2 = ["valueType", "transform", "dataFormat", "ignoreFormItem", "lightProps", "children"];
56733
56973
  var FormItemProvide = /*#__PURE__*/React__default['default'].createContext({});
@@ -56745,7 +56985,7 @@
56745
56985
  ignoreFormItem = formFieldProps.ignoreFormItem,
56746
56986
  _formFieldProps$value = formFieldProps.valuePropName,
56747
56987
  valuePropName = _formFieldProps$value === void 0 ? 'value' : _formFieldProps$value,
56748
- restProps = _objectWithoutProperties$1(formFieldProps, _excluded$K);
56988
+ restProps = _objectWithoutProperties$1(formFieldProps, _excluded$L);
56749
56989
 
56750
56990
  var onChangeMemo = React.useCallback(function () {
56751
56991
  var _filedChildren$type, _filedChildren$props, _filedChildren$props$, _filedChildren$props2, _filedChildren$props3, _filedChildren$props4;
@@ -57096,7 +57336,7 @@
57096
57336
  });
57097
57337
  Group$1.displayName = 'ProForm-Group';
57098
57338
 
57099
- var _excluded$L = ["children", "trigger", "onVisibleChange", "drawerProps", "onFinish", "submitTimeout", "title", "width", "visible"];
57339
+ var _excluded$M = ["children", "trigger", "onVisibleChange", "drawerProps", "onFinish", "submitTimeout", "title", "width", "visible"];
57100
57340
 
57101
57341
  function DrawerForm(_ref) {
57102
57342
  var _context$locale3, _context$locale3$Moda, _context$locale4, _context$locale4$Moda;
@@ -57110,7 +57350,7 @@
57110
57350
  title = _ref.title,
57111
57351
  width = _ref.width,
57112
57352
  propVisible = _ref.visible,
57113
- rest = _objectWithoutProperties$1(_ref, _excluded$L);
57353
+ rest = _objectWithoutProperties$1(_ref, _excluded$M);
57114
57354
 
57115
57355
  noteOnce( // eslint-disable-next-line @typescript-eslint/dot-notation
57116
57356
  !rest['footer'] || !(drawerProps === null || drawerProps === void 0 ? void 0 : drawerProps.footer), 'DrawerForm 是一个 ProForm 的特殊布局,如果想自定义按钮,请使用 submit.render 自定义。');
@@ -57320,7 +57560,7 @@
57320
57560
  }), children)), triggerDom);
57321
57561
  }
57322
57562
 
57323
- var _excluded$M = ["size", "collapse", "collapseLabel", "initialValues", "onValuesChange", "form", "placement", "formRef", "bordered", "ignoreRules", "footerRender"];
57563
+ var _excluded$N = ["size", "collapse", "collapseLabel", "initialValues", "onValuesChange", "form", "placement", "formRef", "bordered", "ignoreRules", "footerRender"];
57324
57564
  /**
57325
57565
  * 单行的查询表单,一般用于配合 table 或者 list使用 有时也会用于 card 的额外区域
57326
57566
  *
@@ -57487,7 +57727,7 @@
57487
57727
  bordered = props.bordered,
57488
57728
  ignoreRules = props.ignoreRules,
57489
57729
  footerRender = props.footerRender,
57490
- reset = _objectWithoutProperties$1(props, _excluded$M);
57730
+ reset = _objectWithoutProperties$1(props, _excluded$N);
57491
57731
 
57492
57732
  var _useContext = React.useContext(_ConfigProvider__default['default'].ConfigContext),
57493
57733
  getPrefixCls = _useContext.getPrefixCls;
@@ -57560,7 +57800,7 @@
57560
57800
  }));
57561
57801
  }
57562
57802
 
57563
- var _excluded$N = ["children", "trigger", "onVisibleChange", "modalProps", "onFinish", "submitTimeout", "title", "width", "visible"];
57803
+ var _excluded$O = ["children", "trigger", "onVisibleChange", "modalProps", "onFinish", "submitTimeout", "title", "width", "visible"];
57564
57804
 
57565
57805
  function ModalForm(_ref) {
57566
57806
  var _context$locale3, _context$locale3$Moda, _context$locale4, _context$locale4$Moda;
@@ -57574,7 +57814,7 @@
57574
57814
  title = _ref.title,
57575
57815
  width = _ref.width,
57576
57816
  propVisible = _ref.visible,
57577
- rest = _objectWithoutProperties$1(_ref, _excluded$N);
57817
+ rest = _objectWithoutProperties$1(_ref, _excluded$O);
57578
57818
 
57579
57819
  noteOnce( // eslint-disable-next-line @typescript-eslint/dot-notation
57580
57820
  !rest['footer'] || !(modalProps === null || modalProps === void 0 ? void 0 : modalProps.footer), 'ModalForm 是一个 ProForm 的特殊布局,如果想自定义按钮,请使用 submit.render 自定义。');
@@ -59033,7 +59273,7 @@
59033
59273
  }, collapseRender === null || collapseRender === void 0 ? void 0 : collapseRender(collapsed, props, intl, hiddenNum)));
59034
59274
  };
59035
59275
 
59036
- var _excluded$O = ["collapsed", "layout", "defaultCollapsed", "defaultColsNumber", "span", "searchGutter", "searchText", "resetText", "optionRender", "collapseRender", "onReset", "onCollapse", "labelWidth", "style", "split", "preserve", "ignoreRules", "showHiddenNum"];
59276
+ var _excluded$P = ["collapsed", "layout", "defaultCollapsed", "defaultColsNumber", "span", "searchGutter", "searchText", "resetText", "optionRender", "collapseRender", "onReset", "onCollapse", "labelWidth", "style", "split", "preserve", "ignoreRules", "showHiddenNum"];
59037
59277
 
59038
59278
  var _document, _document$body;
59039
59279
  var CONFIG_SPAN_BREAKPOINTS = {
@@ -59247,7 +59487,7 @@
59247
59487
  }
59248
59488
 
59249
59489
  return true;
59250
- }, [itemLength, showLength, totalSpan]);
59490
+ }, [totalSize, showLength, totalSpan]);
59251
59491
  var offset = React.useMemo(function () {
59252
59492
  var offsetSpan = currentSpan % 24 + spanSize.span;
59253
59493
  return 24 - offsetSpan;
@@ -59303,7 +59543,7 @@
59303
59543
  ignoreRules = props.ignoreRules,
59304
59544
  _props$showHiddenNum = props.showHiddenNum,
59305
59545
  showHiddenNum = _props$showHiddenNum === void 0 ? false : _props$showHiddenNum,
59306
- rest = _objectWithoutProperties$1(props, _excluded$O);
59546
+ rest = _objectWithoutProperties$1(props, _excluded$P);
59307
59547
 
59308
59548
  var context = React.useContext(_ConfigProvider__default['default'].ConfigContext);
59309
59549
  var baseClassName = context.getPrefixCls('pro-form-query-filter');
@@ -59397,7 +59637,7 @@
59397
59637
  })));
59398
59638
  }
59399
59639
 
59400
- var _excluded$P = ["onFinish", "step", "formRef", "title", "stepProps"];
59640
+ var _excluded$Q = ["onFinish", "step", "formRef", "title", "stepProps"];
59401
59641
 
59402
59642
  function StepForm(props) {
59403
59643
  var formRef = React.useRef();
@@ -59408,7 +59648,7 @@
59408
59648
  propFormRef = props.formRef,
59409
59649
  title = props.title,
59410
59650
  stepProps = props.stepProps,
59411
- restProps = _objectWithoutProperties$1(props, _excluded$P); // eslint-disable-next-line @typescript-eslint/dot-notation
59651
+ restProps = _objectWithoutProperties$1(props, _excluded$Q); // eslint-disable-next-line @typescript-eslint/dot-notation
59412
59652
 
59413
59653
 
59414
59654
  noteOnce(!restProps['submitter'], 'StepForm 不包含提交按钮,请在 StepsForm 上');
@@ -59484,7 +59724,7 @@
59484
59724
  }, restProps));
59485
59725
  }
59486
59726
 
59487
- var _excluded$Q = ["current", "onCurrentChange", "submitter", "stepsFormRender", "stepsRender", "stepFormRender", "stepsProps", "onFinish", "formProps", "containerStyle", "formRef", "formMapRef"];
59727
+ var _excluded$R = ["current", "onCurrentChange", "submitter", "stepsFormRender", "stepsRender", "stepFormRender", "stepsProps", "onFinish", "formProps", "containerStyle", "formRef", "formMapRef"];
59488
59728
  var StepsFormProvide = /*#__PURE__*/React__default['default'].createContext(undefined);
59489
59729
  var StepsLayoutStrategy = {
59490
59730
  horizontal: function horizontal(_ref) {
@@ -59559,7 +59799,7 @@
59559
59799
  containerStyle = props.containerStyle,
59560
59800
  formRef = props.formRef,
59561
59801
  propsFormMapRef = props.formMapRef,
59562
- rest = _objectWithoutProperties$1(props, _excluded$Q);
59802
+ rest = _objectWithoutProperties$1(props, _excluded$R);
59563
59803
 
59564
59804
  var formDataRef = React.useRef(new Map());
59565
59805
  var formMapRef = React.useRef(new Map());
@@ -59880,14 +60120,14 @@
59880
60120
  return /*#__PURE__*/React__default['default'].createElement(React__default['default'].Fragment, null, children);
59881
60121
  };
59882
60122
 
59883
- var _excluded$R = ["steps", "columns", "forceUpdate", "grid"];
60123
+ var _excluded$S = ["steps", "columns", "forceUpdate", "grid"];
59884
60124
 
59885
60125
  var StepsForm$1 = function StepsForm(_ref) {
59886
60126
  var steps = _ref.steps,
59887
60127
  columns = _ref.columns,
59888
60128
  forceUpdate = _ref.forceUpdate,
59889
60129
  grid = _ref.grid,
59890
- props = _objectWithoutProperties$1(_ref, _excluded$R);
60130
+ props = _objectWithoutProperties$1(_ref, _excluded$S);
59891
60131
 
59892
60132
  var propsRef = useLatest(props);
59893
60133
  /**
@@ -60097,7 +60337,7 @@
60097
60337
  return field(item, helpers);
60098
60338
  };
60099
60339
 
60100
- var _excluded$S = ["columns", "layoutType", "type", "action", "shouldUpdate"];
60340
+ var _excluded$T = ["columns", "layoutType", "type", "action", "shouldUpdate"];
60101
60341
  var FormLayoutType = {
60102
60342
  DrawerForm: DrawerForm,
60103
60343
  QueryFilter: QueryFilter,
@@ -60122,7 +60362,7 @@
60122
60362
  action = props.action,
60123
60363
  _props$shouldUpdate = props.shouldUpdate,
60124
60364
  shouldUpdate = _props$shouldUpdate === void 0 ? true : _props$shouldUpdate,
60125
- restProps = _objectWithoutProperties$1(props, _excluded$S);
60365
+ restProps = _objectWithoutProperties$1(props, _excluded$T);
60126
60366
 
60127
60367
  var FormRenderComponents = FormLayoutType[layoutType] || ProForm;
60128
60368
 
@@ -60347,7 +60587,7 @@
60347
60587
  return renderDom;
60348
60588
  };
60349
60589
 
60350
- var _excluded$T = ["children", "contentRender", "submitter", "fieldProps", "formItemProps", "groupProps", "dateFormatter", "formRef", "onInit", "form", "formComponentType", "extraUrlParams", "syncToUrl", "syncToInitialValues", "onReset", "omitNil", "isKeyPressSubmit", "autoFocusFirstInput", "grid", "rowProps", "colProps"],
60590
+ var _excluded$U = ["children", "contentRender", "submitter", "fieldProps", "formItemProps", "groupProps", "dateFormatter", "formRef", "onInit", "form", "formComponentType", "extraUrlParams", "syncToUrl", "syncToInitialValues", "onReset", "omitNil", "isKeyPressSubmit", "autoFocusFirstInput", "grid", "rowProps", "colProps"],
60351
60591
  _excluded2$d = ["request", "params", "initialValues", "formKey"];
60352
60592
 
60353
60593
  var genParams = function genParams(syncUrl, params, type) {
@@ -60400,7 +60640,7 @@
60400
60640
  grid = props.grid,
60401
60641
  rowProps = props.rowProps,
60402
60642
  colProps = props.colProps,
60403
- rest = _objectWithoutProperties$1(props, _excluded$T);
60643
+ rest = _objectWithoutProperties$1(props, _excluded$U);
60404
60644
 
60405
60645
  var sizeContextValue = React.useContext(_ConfigProvider__default['default'].SizeContext);
60406
60646
 
@@ -60499,7 +60739,7 @@
60499
60739
  var _validateFieldsReturnFormatValue = _asyncToGenerator$1( /*#__PURE__*/_regeneratorRuntime().mark(function _callee(nameList) {
60500
60740
  var _formRef$current4;
60501
60741
 
60502
- var values;
60742
+ var values, transformedKey;
60503
60743
  return _regeneratorRuntime().wrap(function _callee$(_context) {
60504
60744
  while (1) {
60505
60745
  switch (_context.prev = _context.next) {
@@ -60517,9 +60757,10 @@
60517
60757
 
60518
60758
  case 4:
60519
60759
  values = _context.sent;
60520
- return _context.abrupt("return", transformKey(values, omitNil));
60760
+ transformedKey = transformKey(values, omitNil);
60761
+ return _context.abrupt("return", transformedKey ? transformedKey : {});
60521
60762
 
60522
- case 6:
60763
+ case 7:
60523
60764
  case "end":
60524
60765
  return _context.stop();
60525
60766
  }
@@ -60844,7 +61085,7 @@
60844
61085
  })));
60845
61086
  }
60846
61087
 
60847
- var _excluded$U = ["label", "size", "disabled", "onChange", "className", "style", "children", "valuePropName", "placeholder", "labelFormatter", "bordered", "footerRender", "allowClear", "otherFieldProps", "valueType", "placement"];
61088
+ var _excluded$V = ["label", "size", "disabled", "onChange", "className", "style", "children", "valuePropName", "placeholder", "labelFormatter", "bordered", "footerRender", "allowClear", "otherFieldProps", "valueType", "placement"];
60848
61089
 
60849
61090
  var LightWrapper = function LightWrapper(props) {
60850
61091
  var _objectSpread2$1;
@@ -60865,7 +61106,7 @@
60865
61106
  otherFieldProps = props.otherFieldProps,
60866
61107
  valueType = props.valueType,
60867
61108
  placement = props.placement,
60868
- rest = _objectWithoutProperties$1(props, _excluded$U);
61109
+ rest = _objectWithoutProperties$1(props, _excluded$V);
60869
61110
 
60870
61111
  var _useContext = React.useContext(_ConfigProvider__default['default'].ConfigContext),
60871
61112
  getPrefixCls = _useContext.getPrefixCls;
@@ -60964,6 +61205,10 @@
60964
61205
  ProForm.Group = Group$1;
60965
61206
  ProForm.useForm = _Form__default['default'].useForm;
60966
61207
  ProForm.Item = ProFormItem;
61208
+ ProForm.useWatch = _Form__default['default'].useWatch;
61209
+ ProForm.useWatch = _Form__default['default'].useWatch;
61210
+ ProForm.ErrorList = _Form__default['default'].ErrorList;
61211
+ ProForm.Provider = _Form__default['default'].Provider;
60967
61212
 
60968
61213
  var ProFormGroup = ProForm.Group;
60969
61214
 
@@ -61888,7 +62133,7 @@
61888
62133
 
61889
62134
  var Container = createContainer(useContainer);
61890
62135
 
61891
- var _excluded$V = ["key", "dataIndex", "children"];
62136
+ var _excluded$W = ["key", "dataIndex", "children"];
61892
62137
 
61893
62138
  var ToolTipIcon = function ToolTipIcon(_ref) {
61894
62139
  var title = _ref.title,
@@ -61986,7 +62231,7 @@
61986
62231
  var key = _ref4.key,
61987
62232
  dataIndex = _ref4.dataIndex,
61988
62233
  children = _ref4.children,
61989
- rest = _objectWithoutProperties$1(_ref4, _excluded$V);
62234
+ rest = _objectWithoutProperties$1(_ref4, _excluded$W);
61990
62235
 
61991
62236
  var columnKey = genColumnKey(key, rest.index);
61992
62237
  var config = columnsMap[columnKey || 'null'] || {
@@ -62094,6 +62339,7 @@
62094
62339
  return /*#__PURE__*/React__default['default'].createElement(CheckboxListItem, _extends$3({
62095
62340
  className: className
62096
62341
  }, node, {
62342
+ title: runFunction(node.title, node),
62097
62343
  columnKey: node.key
62098
62344
  }));
62099
62345
  },
@@ -62431,7 +62677,7 @@
62431
62677
  return colSpan;
62432
62678
  };
62433
62679
 
62434
- var _excluded$W = ["label", "key"];
62680
+ var _excluded$X = ["label", "key"];
62435
62681
 
62436
62682
  var HeaderMenu = function HeaderMenu(props) {
62437
62683
  var _props$items = props.items,
@@ -62480,7 +62726,7 @@
62480
62726
  }, items.map(function (_ref, index) {
62481
62727
  var label = _ref.label,
62482
62728
  key = _ref.key,
62483
- rest = _objectWithoutProperties$1(_ref, _excluded$W);
62729
+ rest = _objectWithoutProperties$1(_ref, _excluded$X);
62484
62730
 
62485
62731
  return /*#__PURE__*/React__default['default'].createElement(_Tabs__default['default'].TabPane, _extends$3({
62486
62732
  tab: label,
@@ -62813,7 +63059,7 @@
62813
63059
 
62814
63060
  var FullScreenIcon$1 = /*#__PURE__*/React__default['default'].memo(FullScreenIcon);
62815
63061
 
62816
- var _excluded$X = ["headerTitle", "tooltip", "toolBarRender", "action", "options", "selectedRowKeys", "selectedRows", "toolbar", "onSearch", "columns"];
63062
+ var _excluded$Y = ["headerTitle", "tooltip", "toolBarRender", "action", "options", "selectedRowKeys", "selectedRows", "toolbar", "onSearch", "columns"];
62817
63063
 
62818
63064
  function getButtonText(_ref) {
62819
63065
  var intl = _ref.intl;
@@ -62904,7 +63150,7 @@
62904
63150
  toolbar = _ref2.toolbar,
62905
63151
  onSearch = _ref2.onSearch,
62906
63152
  columns = _ref2.columns,
62907
- rest = _objectWithoutProperties$1(_ref2, _excluded$X);
63153
+ rest = _objectWithoutProperties$1(_ref2, _excluded$Y);
62908
63154
 
62909
63155
  var counter = Container.useContainer();
62910
63156
  var intl = useIntl();
@@ -63106,7 +63352,7 @@
63106
63352
  return _createClass(ToolbarRender);
63107
63353
  }(React__default['default'].Component);
63108
63354
 
63109
- var _excluded$Y = ["data", "success", "total"];
63355
+ var _excluded$Z = ["data", "success", "total"];
63110
63356
  /**
63111
63357
  * 组合用户的配置和默认值
63112
63358
  *
@@ -63283,7 +63529,7 @@
63283
63529
  success = _ref6.success;
63284
63530
  _ref6$total = _ref6.total;
63285
63531
  total = _ref6$total === void 0 ? 0 : _ref6$total;
63286
- rest = _objectWithoutProperties$1(_ref6, _excluded$Y);
63532
+ rest = _objectWithoutProperties$1(_ref6, _excluded$Z);
63287
63533
 
63288
63534
  if (!(success === false)) {
63289
63535
  _context.next = 24;
@@ -63561,7 +63807,7 @@
63561
63807
  };
63562
63808
  };
63563
63809
 
63564
- var _excluded$Z = ["children"];
63810
+ var _excluded$_ = ["children"];
63565
63811
  var SHOW_EMPTY_TEXT_LIST = ['', null, undefined];
63566
63812
  /**
63567
63813
  * 拼接用于编辑的 key
@@ -63624,7 +63870,7 @@
63624
63870
  }, [columnProps, editableForm, index, rowName]);
63625
63871
  var InlineItem = React.useCallback(function (_ref3) {
63626
63872
  var children = _ref3.children,
63627
- restProps = _objectWithoutProperties$1(_ref3, _excluded$Z);
63873
+ restProps = _objectWithoutProperties$1(_ref3, _excluded$_);
63628
63874
 
63629
63875
  return /*#__PURE__*/React__default['default'].createElement(InlineErrorFormItem$1, _extends$3({
63630
63876
  popoverProps: {
@@ -63761,7 +64007,7 @@
63761
64007
  }));
63762
64008
  }
63763
64009
 
63764
- var _excluded$_ = ["children"],
64010
+ var _excluded$$ = ["children"],
63765
64011
  _excluded2$e = ["children"];
63766
64012
  /**
63767
64013
  * 增加了 icon 的功能 render title
@@ -63826,7 +64072,7 @@
63826
64072
  value: function shouldComponentUpdate(nextProps) {
63827
64073
  var _this$props = this.props,
63828
64074
  children = _this$props.children,
63829
- restProps = _objectWithoutProperties$1(_this$props, _excluded$_);
64075
+ restProps = _objectWithoutProperties$1(_this$props, _excluded$$);
63830
64076
 
63831
64077
  var nextChildren = nextProps.children,
63832
64078
  restNextProps = _objectWithoutProperties$1(nextProps, _excluded2$e);
@@ -64066,7 +64312,7 @@
64066
64312
  });
64067
64313
  }
64068
64314
 
64069
- var _excluded$$ = ["rowKey", "tableClassName", "action", "tableColumn", "type", "pagination", "rowSelection", "size", "defaultSize", "tableStyle", "toolbarDom", "searchNode", "style", "cardProps", "alertDom", "name", "onSortChange", "onFilterChange", "options", "isLightFilter", "className", "cardBordered", "editableUtils", "getRowKey"],
64315
+ var _excluded$10 = ["rowKey", "tableClassName", "action", "tableColumn", "type", "pagination", "rowSelection", "size", "defaultSize", "tableStyle", "toolbarDom", "searchNode", "style", "cardProps", "alertDom", "name", "onSortChange", "onFilterChange", "options", "isLightFilter", "className", "cardBordered", "editableUtils", "getRowKey"],
64070
64316
  _excluded2$f = ["cardBordered", "request", "className", "params", "defaultData", "headerTitle", "postData", "ghost", "pagination", "actionRef", "columns", "toolBarRender", "onLoad", "onRequestError", "style", "cardProps", "tableStyle", "tableClassName", "columnsStateMap", "onColumnsStateChange", "options", "search", "name", "onLoadingChange", "rowSelection", "beforeSearchSubmit", "tableAlertRender", "defaultClassName", "formRef", "type", "columnEmptyText", "toolbar", "rowKey", "manualRequest", "polling", "tooltip"];
64071
64317
 
64072
64318
  function TableRender(props) {
@@ -64094,7 +64340,7 @@
64094
64340
  cardBordered = props.cardBordered,
64095
64341
  editableUtils = props.editableUtils,
64096
64342
  getRowKey = props.getRowKey,
64097
- rest = _objectWithoutProperties$1(props, _excluded$$);
64343
+ rest = _objectWithoutProperties$1(props, _excluded$10);
64098
64344
 
64099
64345
  var counter = Container.useContainer();
64100
64346
  /** 需要遍历一下,不然不支持嵌套表格 */
@@ -64607,7 +64853,9 @@
64607
64853
 
64608
64854
  var _onCleanSelected = React.useCallback(function () {
64609
64855
  if (propsRowSelection && propsRowSelection.onChange) {
64610
- propsRowSelection.onChange([], []);
64856
+ propsRowSelection.onChange([], [], {
64857
+ type: 'all'
64858
+ });
64611
64859
  }
64612
64860
 
64613
64861
  setSelectedRowsAndKey([], []);
@@ -64728,9 +64976,9 @@
64728
64976
  var rowSelection = _objectSpread2(_objectSpread2({
64729
64977
  selectedRowKeys: selectedRowKeys
64730
64978
  }, propsRowSelection), {}, {
64731
- onChange: function onChange(keys, rows) {
64979
+ onChange: function onChange(keys, rows, info) {
64732
64980
  if (propsRowSelection && propsRowSelection.onChange) {
64733
- propsRowSelection.onChange(keys, rows);
64981
+ propsRowSelection.onChange(keys, rows, info);
64734
64982
  }
64735
64983
 
64736
64984
  setSelectedRowsAndKey(keys, rows);
@@ -67245,7 +67493,7 @@
67245
67493
  var Resizable = Resizable_1.default;
67246
67494
  var ResizableBox = ResizableBox_1.default;
67247
67495
 
67248
- var _excluded$10 = ["width", "onResize", "children"],
67496
+ var _excluded$11 = ["width", "onResize", "children"],
67249
67497
  _excluded2$g = ["children"],
67250
67498
  _excluded3$3 = ["children", "style"],
67251
67499
  _excluded4$2 = ["children"],
@@ -67361,7 +67609,7 @@
67361
67609
  var width = props.width,
67362
67610
  onResize = props.onResize,
67363
67611
  children = props.children,
67364
- restProps = _objectWithoutProperties(props, _excluded$10);
67612
+ restProps = _objectWithoutProperties(props, _excluded$11);
67365
67613
 
67366
67614
  var _useState3 = React.useState(width || 0),
67367
67615
  _useState4 = _slicedToArray(_useState3, 2),
@@ -67823,7 +68071,7 @@
67823
68071
  editConfig: editConfig
67824
68072
  };
67825
68073
 
67826
- var _excluded$11 = ["dataSource", "autoSize", "columns", "rowClick", "onDoubleClick", "checkConfig", "summary", "pagination", "hiddenPage", "loading"];
68074
+ var _excluded$12 = ["dataSource", "autoSize", "columns", "rowClick", "onDoubleClick", "checkConfig", "summary", "pagination", "hiddenPage", "loading"];
67827
68075
  var Summary = ProviderWarp.Summary;
67828
68076
  var ResetTable = /*#__PURE__*/React.forwardRef(function (props, ref) {
67829
68077
  var dataSource = props.dataSource,
@@ -67836,7 +68084,7 @@
67836
68084
  pagination = props.pagination,
67837
68085
  hiddenPage = props.hiddenPage,
67838
68086
  loading = props.loading,
67839
- resetProps = _objectWithoutProperties(props, _excluded$11);
68087
+ resetProps = _objectWithoutProperties(props, _excluded$12);
67840
68088
 
67841
68089
  var _resetProps$rowKey = resetProps.rowKey,
67842
68090
  rowKey = _resetProps$rowKey === void 0 ? 'id' : _resetProps$rowKey;
@@ -69350,7 +69598,7 @@
69350
69598
  return /*#__PURE__*/React__default['default'].createElement(React__default['default'].Fragment, null, icon());
69351
69599
  };
69352
69600
 
69353
- var _excluded$12 = ["desc"];
69601
+ var _excluded$13 = ["desc"];
69354
69602
  var Paragraph$1 = _Typography__default['default'].Paragraph;
69355
69603
 
69356
69604
  var Access = function Access(props) {
@@ -69380,7 +69628,7 @@
69380
69628
 
69381
69629
  var defaultConfig = React.useMemo(function () {
69382
69630
  var desc = config.desc,
69383
- resetConfig = _objectWithoutProperties(config, _excluded$12);
69631
+ resetConfig = _objectWithoutProperties(config, _excluded$13);
69384
69632
 
69385
69633
  return _objectSpread({
69386
69634
  title: 'title',
@@ -69624,7 +69872,7 @@
69624
69872
  }, config));
69625
69873
  };
69626
69874
 
69627
- var _excluded$13 = ["style", "defaultPage"];
69875
+ var _excluded$14 = ["style", "defaultPage"];
69628
69876
  var initialState$3 = {
69629
69877
  // 选中的数据
69630
69878
  checkList: [],
@@ -69665,7 +69913,7 @@
69665
69913
  var ImgTable = /*#__PURE__*/React.forwardRef(function (props, ref) {
69666
69914
  var style = props.style,
69667
69915
  defaultPage = props.defaultPage,
69668
- resetProps = _objectWithoutProperties(props, _excluded$13);
69916
+ resetProps = _objectWithoutProperties(props, _excluded$14);
69669
69917
 
69670
69918
  var _useReducer = React.useReducer(reducer$3, initialState$3),
69671
69919
  _useReducer2 = _slicedToArray(_useReducer, 2),
@@ -69708,12 +69956,12 @@
69708
69956
  ResizeSize.ImgTable = ImgTable;
69709
69957
  ResizeSize.Summary = Summary;
69710
69958
 
69711
- var _excluded$14 = ["children"],
69959
+ var _excluded$15 = ["children"],
69712
69960
  _excluded2$h = ["children", "size", "buttonStyle", "direction"];
69713
69961
 
69714
69962
  var LMRadio = function LMRadio(props) {
69715
69963
  var children = props.children,
69716
- restProps = _objectWithoutProperties(props, _excluded$14);
69964
+ restProps = _objectWithoutProperties(props, _excluded$15);
69717
69965
 
69718
69966
  return /*#__PURE__*/React__default['default'].createElement(_Radio__default['default'], _extends({
69719
69967
  className: "lm-radio"
@@ -69735,6 +69983,29 @@
69735
69983
 
69736
69984
  LMRadio.Button = _Radio__default['default'].Button;
69737
69985
 
69986
+ var _excluded$16 = ["children", "className", "size", "dropdownClassName"];
69987
+ var prefixCls$5 = 'lm_select';
69988
+
69989
+ var CLMSelect = function CLMSelect(props) {
69990
+ var children = props.children,
69991
+ className = props.className,
69992
+ _props$size = props.size,
69993
+ size = _props$size === void 0 ? 'small' : _props$size,
69994
+ dropdownClassName = props.dropdownClassName,
69995
+ others = _objectWithoutProperties(props, _excluded$16);
69996
+
69997
+ return /*#__PURE__*/React__default['default'].createElement(_Select__default['default'], _extends({
69998
+ className: classnames(className, prefixCls$5),
69999
+ size: size
70000
+ }, others, {
70001
+ dropdownClassName: classnames('lm_select_dropdown', dropdownClassName)
70002
+ }), children);
70003
+ };
70004
+
70005
+ var LMSelect = CLMSelect;
70006
+ LMSelect.Option = _Select__default['default'].Option;
70007
+ LMSelect.OptGroup = _Select__default['default'].OptGroup;
70008
+
69738
70009
  /* eslint-disable prettier/prettier */
69739
70010
 
69740
70011
  var LMTabBar = function LMTabBar(props) {
@@ -69764,55 +70035,3035 @@
69764
70035
  }))));
69765
70036
  };
69766
70037
 
69767
- var _excluded$15 = ["children", "className", "overlayClassName"];
69768
- var prefixCls$4 = 'lm_dropdown';
70038
+ var id = "2966019";
70039
+ var name = "领猫SCM-WEB端";
70040
+ var font_family = "iconfont";
70041
+ var css_prefix_text = "lmweb-";
70042
+ var description = "用于领猫SCM产品WEB端";
70043
+ var glyphs = [
70044
+ {
70045
+ icon_id: "13604632",
70046
+ name: "设计变更",
70047
+ font_class: "biangeng",
70048
+ unicode: "e653",
70049
+ unicode_decimal: 58963
70050
+ },
70051
+ {
70052
+ icon_id: "30146283",
70053
+ name: "icon-s-receipt",
70054
+ font_class: "icon-s-receipt",
70055
+ unicode: "e656",
70056
+ unicode_decimal: 58966
70057
+ },
70058
+ {
70059
+ icon_id: "30122171",
70060
+ name: "创建打样需求",
70061
+ font_class: "chuangjiandayangxuqiu",
70062
+ unicode: "e60f",
70063
+ unicode_decimal: 58895
70064
+ },
70065
+ {
70066
+ icon_id: "30122163",
70067
+ name: "领取",
70068
+ font_class: "lingqu",
70069
+ unicode: "e60e",
70070
+ unicode_decimal: 58894
70071
+ },
70072
+ {
70073
+ icon_id: "30122118",
70074
+ name: "货物堆",
70075
+ font_class: "huowudui",
70076
+ unicode: "e60d",
70077
+ unicode_decimal: 58893
70078
+ },
70079
+ {
70080
+ icon_id: "30089261",
70081
+ name: "LinkHub_文字",
70082
+ font_class: "LinkHub_wenzi",
70083
+ unicode: "e60c",
70084
+ unicode_decimal: 58892
70085
+ },
70086
+ {
70087
+ icon_id: "30089014",
70088
+ name: "LinkHub_logo",
70089
+ font_class: "logo",
70090
+ unicode: "e60b",
70091
+ unicode_decimal: 58891
70092
+ },
70093
+ {
70094
+ icon_id: "30069500",
70095
+ name: "linhub_permission",
70096
+ font_class: "linhub_permission",
70097
+ unicode: "e6a3",
70098
+ unicode_decimal: 59043
70099
+ },
70100
+ {
70101
+ icon_id: "30069501",
70102
+ name: "linkhub_platform",
70103
+ font_class: "linkhub_platform",
70104
+ unicode: "e6a4",
70105
+ unicode_decimal: 59044
70106
+ },
70107
+ {
70108
+ icon_id: "29970074",
70109
+ name: "inbox",
70110
+ font_class: "inbox",
70111
+ unicode: "e60a",
70112
+ unicode_decimal: 58890
70113
+ },
70114
+ {
70115
+ icon_id: "29714506",
70116
+ name: "icon_Hook",
70117
+ font_class: "icon_Hook",
70118
+ unicode: "e6a0",
70119
+ unicode_decimal: 59040
70120
+ },
70121
+ {
70122
+ icon_id: "29714507",
70123
+ name: "icon_fork",
70124
+ font_class: "icon_fork",
70125
+ unicode: "e6a2",
70126
+ unicode_decimal: 59042
70127
+ },
70128
+ {
70129
+ icon_id: "29322209",
70130
+ name: "icon_toppest",
70131
+ font_class: "icon_toppest",
70132
+ unicode: "e69f",
70133
+ unicode_decimal: 59039
70134
+ },
70135
+ {
70136
+ icon_id: "27546497",
70137
+ name: "推广邀请",
70138
+ font_class: "tuiguangyaoqing",
70139
+ unicode: "e609",
70140
+ unicode_decimal: 58889
70141
+ },
70142
+ {
70143
+ icon_id: "28873994",
70144
+ name: "收起",
70145
+ font_class: "shouqi",
70146
+ unicode: "e659",
70147
+ unicode_decimal: 58969
70148
+ },
70149
+ {
70150
+ icon_id: "28873995",
70151
+ name: "折叠",
70152
+ font_class: "zhedie",
70153
+ unicode: "e65a",
70154
+ unicode_decimal: 58970
70155
+ },
70156
+ {
70157
+ icon_id: "145706",
70158
+ name: "更多_填充",
70159
+ font_class: "gengduotianchong",
70160
+ unicode: "e67f",
70161
+ unicode_decimal: 59007
70162
+ },
70163
+ {
70164
+ icon_id: "6527112",
70165
+ name: "计划",
70166
+ font_class: "jihua",
70167
+ unicode: "e643",
70168
+ unicode_decimal: 58947
70169
+ },
70170
+ {
70171
+ icon_id: "10359997",
70172
+ name: "学生档案",
70173
+ font_class: "xueshengdangan",
70174
+ unicode: "e608",
70175
+ unicode_decimal: 58888
70176
+ },
70177
+ {
70178
+ icon_id: "18683507",
70179
+ name: "厂商准入",
70180
+ font_class: "changshangzhunru",
70181
+ unicode: "e621",
70182
+ unicode_decimal: 58913
70183
+ },
70184
+ {
70185
+ icon_id: "6401054",
70186
+ name: "打印机",
70187
+ font_class: "weibiaoti--",
70188
+ unicode: "e620",
70189
+ unicode_decimal: 58912
70190
+ },
70191
+ {
70192
+ icon_id: "1727385",
70193
+ name: "36合作、关系-线性",
70194
+ font_class: "hezuoguanxi-xianxing",
70195
+ unicode: "e8c2",
70196
+ unicode_decimal: 59586
70197
+ },
70198
+ {
70199
+ icon_id: "28506337",
70200
+ name: "分配角色",
70201
+ font_class: "fenpeijiaose",
70202
+ unicode: "e607",
70203
+ unicode_decimal: 58887
70204
+ },
70205
+ {
70206
+ icon_id: "3663275",
70207
+ name: "审批",
70208
+ font_class: "shenpi",
70209
+ unicode: "e6a1",
70210
+ unicode_decimal: 59041
70211
+ },
70212
+ {
70213
+ icon_id: "27206899",
70214
+ name: "头像",
70215
+ font_class: "a-mengbanzu87732",
70216
+ unicode: "e606",
70217
+ unicode_decimal: 58886
70218
+ },
70219
+ {
70220
+ icon_id: "27206860",
70221
+ name: "设计文件",
70222
+ font_class: "shejiwenjian",
70223
+ unicode: "e605",
70224
+ unicode_decimal: 58885
70225
+ },
70226
+ {
70227
+ icon_id: "27205738",
70228
+ name: "资料包",
70229
+ font_class: "ziliaobao",
70230
+ unicode: "e604",
70231
+ unicode_decimal: 58884
70232
+ },
70233
+ {
70234
+ icon_id: "27205689",
70235
+ name: "需求",
70236
+ font_class: "a-mengbanzu87731",
70237
+ unicode: "e603",
70238
+ unicode_decimal: 58883
70239
+ },
70240
+ {
70241
+ icon_id: "27205636",
70242
+ name: "设计",
70243
+ font_class: "sheji",
70244
+ unicode: "e602",
70245
+ unicode_decimal: 58882
70246
+ },
70247
+ {
70248
+ icon_id: "27205398",
70249
+ name: "等待",
70250
+ font_class: "dengdai",
70251
+ unicode: "e601",
70252
+ unicode_decimal: 58881
70253
+ },
70254
+ {
70255
+ icon_id: "27205314",
70256
+ name: "编辑",
70257
+ font_class: "a-mengbanzu8773",
70258
+ unicode: "e600",
70259
+ unicode_decimal: 58880
70260
+ },
70261
+ {
70262
+ icon_id: "4767098",
70263
+ name: "line",
70264
+ font_class: "line",
70265
+ unicode: "e813",
70266
+ unicode_decimal: 59411
70267
+ },
70268
+ {
70269
+ icon_id: "4767099",
70270
+ name: "minus",
70271
+ font_class: "minus",
70272
+ unicode: "e815",
70273
+ unicode_decimal: 59413
70274
+ },
70275
+ {
70276
+ icon_id: "4767100",
70277
+ name: "question",
70278
+ font_class: "question",
70279
+ unicode: "e84b",
70280
+ unicode_decimal: 59467
70281
+ },
70282
+ {
70283
+ icon_id: "4767102",
70284
+ name: "rollback",
70285
+ font_class: "rollback",
70286
+ unicode: "e84c",
70287
+ unicode_decimal: 59468
70288
+ },
70289
+ {
70290
+ icon_id: "4767103",
70291
+ name: "small-dash",
70292
+ font_class: "small-dash",
70293
+ unicode: "e84d",
70294
+ unicode_decimal: 59469
70295
+ },
70296
+ {
70297
+ icon_id: "4767104",
70298
+ name: "pause",
70299
+ font_class: "pause",
70300
+ unicode: "e84e",
70301
+ unicode_decimal: 59470
70302
+ },
70303
+ {
70304
+ icon_id: "4767106",
70305
+ name: "bg-colors",
70306
+ font_class: "bg-colors",
70307
+ unicode: "e84f",
70308
+ unicode_decimal: 59471
70309
+ },
70310
+ {
70311
+ icon_id: "4936455",
70312
+ name: "crown",
70313
+ font_class: "crown",
70314
+ unicode: "e850",
70315
+ unicode_decimal: 59472
70316
+ },
70317
+ {
70318
+ icon_id: "4936456",
70319
+ name: "drag",
70320
+ font_class: "drag",
70321
+ unicode: "e851",
70322
+ unicode_decimal: 59473
70323
+ },
70324
+ {
70325
+ icon_id: "4936457",
70326
+ name: "desktop",
70327
+ font_class: "desktop",
70328
+ unicode: "e852",
70329
+ unicode_decimal: 59474
70330
+ },
70331
+ {
70332
+ icon_id: "4936458",
70333
+ name: "gift",
70334
+ font_class: "gift",
70335
+ unicode: "e853",
70336
+ unicode_decimal: 59475
70337
+ },
70338
+ {
70339
+ icon_id: "4936459",
70340
+ name: "stop",
70341
+ font_class: "stop",
70342
+ unicode: "e854",
70343
+ unicode_decimal: 59476
70344
+ },
70345
+ {
70346
+ icon_id: "4936460",
70347
+ name: "fire",
70348
+ font_class: "fire",
70349
+ unicode: "e855",
70350
+ unicode_decimal: 59477
70351
+ },
70352
+ {
70353
+ icon_id: "4936461",
70354
+ name: "thunderbolt",
70355
+ font_class: "thunderbolt",
70356
+ unicode: "e856",
70357
+ unicode_decimal: 59478
70358
+ },
70359
+ {
70360
+ icon_id: "4936478",
70361
+ name: "check-circle-fill",
70362
+ font_class: "check-circle-fill",
70363
+ unicode: "e857",
70364
+ unicode_decimal: 59479
70365
+ },
70366
+ {
70367
+ icon_id: "4936479",
70368
+ name: "left-circle-fill",
70369
+ font_class: "left-circle-fill",
70370
+ unicode: "e858",
70371
+ unicode_decimal: 59480
70372
+ },
70373
+ {
70374
+ icon_id: "4936480",
70375
+ name: "down-circle-fill",
70376
+ font_class: "down-circle-fill",
70377
+ unicode: "e859",
70378
+ unicode_decimal: 59481
70379
+ },
70380
+ {
70381
+ icon_id: "4936481",
70382
+ name: "minus-circle-fill",
70383
+ font_class: "minus-circle-fill",
70384
+ unicode: "e85a",
70385
+ unicode_decimal: 59482
70386
+ },
70387
+ {
70388
+ icon_id: "4936482",
70389
+ name: "close-circle-fill",
70390
+ font_class: "close-circle-fill",
70391
+ unicode: "e85b",
70392
+ unicode_decimal: 59483
70393
+ },
70394
+ {
70395
+ icon_id: "4936483",
70396
+ name: "info-circle-fill",
70397
+ font_class: "info-circle-fill",
70398
+ unicode: "e85c",
70399
+ unicode_decimal: 59484
70400
+ },
70401
+ {
70402
+ icon_id: "4936484",
70403
+ name: "up-circle-fill",
70404
+ font_class: "up-circle-fill",
70405
+ unicode: "e85d",
70406
+ unicode_decimal: 59485
70407
+ },
70408
+ {
70409
+ icon_id: "4936485",
70410
+ name: "right-circle-fill",
70411
+ font_class: "right-circle-fill",
70412
+ unicode: "e85e",
70413
+ unicode_decimal: 59486
70414
+ },
70415
+ {
70416
+ icon_id: "4936486",
70417
+ name: "plus-circle-fill",
70418
+ font_class: "plus-circle-fill",
70419
+ unicode: "e85f",
70420
+ unicode_decimal: 59487
70421
+ },
70422
+ {
70423
+ icon_id: "4936487",
70424
+ name: "question-circle-fill",
70425
+ font_class: "question-circle-fill",
70426
+ unicode: "e860",
70427
+ unicode_decimal: 59488
70428
+ },
70429
+ {
70430
+ icon_id: "4936505",
70431
+ name: "poweroff-circle-fill",
70432
+ font_class: "poweroff-circle-fill",
70433
+ unicode: "e861",
70434
+ unicode_decimal: 59489
70435
+ },
70436
+ {
70437
+ icon_id: "4936507",
70438
+ name: "play-circle-fill",
70439
+ font_class: "play-circle-fill",
70440
+ unicode: "e862",
70441
+ unicode_decimal: 59490
70442
+ },
70443
+ {
70444
+ icon_id: "4936510",
70445
+ name: "stop-fill",
70446
+ font_class: "stop-fill",
70447
+ unicode: "e863",
70448
+ unicode_decimal: 59491
70449
+ },
70450
+ {
70451
+ icon_id: "4936511",
70452
+ name: "warning-circle-fill",
70453
+ font_class: "warning-circle-fill",
70454
+ unicode: "e864",
70455
+ unicode_decimal: 59492
70456
+ },
70457
+ {
70458
+ icon_id: "4936512",
70459
+ name: "time-circle-fill",
70460
+ font_class: "time-circle-fill",
70461
+ unicode: "e865",
70462
+ unicode_decimal: 59493
70463
+ },
70464
+ {
70465
+ icon_id: "4936514",
70466
+ name: "YUAN-circle-fill",
70467
+ font_class: "YUAN-circle-fill",
70468
+ unicode: "e866",
70469
+ unicode_decimal: 59494
70470
+ },
70471
+ {
70472
+ icon_id: "4936520",
70473
+ name: "pie chart-circle-fil",
70474
+ font_class: "piechart-circle-fil",
70475
+ unicode: "e868",
70476
+ unicode_decimal: 59496
70477
+ },
70478
+ {
70479
+ icon_id: "4936522",
70480
+ name: "message-fill",
70481
+ font_class: "message-fill",
70482
+ unicode: "e869",
70483
+ unicode_decimal: 59497
70484
+ },
70485
+ {
70486
+ icon_id: "4936529",
70487
+ name: "check-square-fill",
70488
+ font_class: "check-square-fill",
70489
+ unicode: "e86b",
70490
+ unicode_decimal: 59499
70491
+ },
70492
+ {
70493
+ icon_id: "4936530",
70494
+ name: "down-square-fill",
70495
+ font_class: "down-square-fill",
70496
+ unicode: "e86c",
70497
+ unicode_decimal: 59500
70498
+ },
70499
+ {
70500
+ icon_id: "4936531",
70501
+ name: "minus-square-fill",
70502
+ font_class: "minus-square-fill",
70503
+ unicode: "e86d",
70504
+ unicode_decimal: 59501
70505
+ },
70506
+ {
70507
+ icon_id: "4936532",
70508
+ name: "close-square-fill",
70509
+ font_class: "close-square-fill",
70510
+ unicode: "e86e",
70511
+ unicode_decimal: 59502
70512
+ },
70513
+ {
70514
+ icon_id: "4936533",
70515
+ name: "code library-fill",
70516
+ font_class: "codelibrary-fill",
70517
+ unicode: "e86f",
70518
+ unicode_decimal: 59503
70519
+ },
70520
+ {
70521
+ icon_id: "4936534",
70522
+ name: "left-square-fill",
70523
+ font_class: "left-square-fill",
70524
+ unicode: "e870",
70525
+ unicode_decimal: 59504
70526
+ },
70527
+ {
70528
+ icon_id: "4936535",
70529
+ name: "play-square-fill",
70530
+ font_class: "play-square-fill",
70531
+ unicode: "e871",
70532
+ unicode_decimal: 59505
70533
+ },
70534
+ {
70535
+ icon_id: "4936536",
70536
+ name: "up-square-fill",
70537
+ font_class: "up-square-fill",
70538
+ unicode: "e872",
70539
+ unicode_decimal: 59506
70540
+ },
70541
+ {
70542
+ icon_id: "4936537",
70543
+ name: "right-square-fill",
70544
+ font_class: "right-square-fill",
70545
+ unicode: "e873",
70546
+ unicode_decimal: 59507
70547
+ },
70548
+ {
70549
+ icon_id: "4936538",
70550
+ name: "plus-square-fill",
70551
+ font_class: "plus-square-fill",
70552
+ unicode: "e874",
70553
+ unicode_decimal: 59508
70554
+ },
70555
+ {
70556
+ icon_id: "4936542",
70557
+ name: "account book-fill",
70558
+ font_class: "accountbook-fill",
70559
+ unicode: "e875",
70560
+ unicode_decimal: 59509
70561
+ },
70562
+ {
70563
+ icon_id: "4936543",
70564
+ name: "carry out-fill",
70565
+ font_class: "carryout-fill",
70566
+ unicode: "e876",
70567
+ unicode_decimal: 59510
70568
+ },
70569
+ {
70570
+ icon_id: "4936544",
70571
+ name: "calendar-fill",
70572
+ font_class: "calendar-fill",
70573
+ unicode: "e877",
70574
+ unicode_decimal: 59511
70575
+ },
70576
+ {
70577
+ icon_id: "4936545",
70578
+ name: "calculator-fill",
70579
+ font_class: "calculator-fill",
70580
+ unicode: "e878",
70581
+ unicode_decimal: 59512
70582
+ },
70583
+ {
70584
+ icon_id: "4936546",
70585
+ name: "interation-fill",
70586
+ font_class: "interation-fill",
70587
+ unicode: "e879",
70588
+ unicode_decimal: 59513
70589
+ },
70590
+ {
70591
+ icon_id: "4936550",
70592
+ name: "project-fill",
70593
+ font_class: "project-fill",
70594
+ unicode: "e87a",
70595
+ unicode_decimal: 59514
70596
+ },
70597
+ {
70598
+ icon_id: "4936571",
70599
+ name: "detail-fill",
70600
+ font_class: "detail-fill",
70601
+ unicode: "e87b",
70602
+ unicode_decimal: 59515
70603
+ },
70604
+ {
70605
+ icon_id: "4936575",
70606
+ name: "save-fill",
70607
+ font_class: "save-fill",
70608
+ unicode: "e87c",
70609
+ unicode_decimal: 59516
70610
+ },
70611
+ {
70612
+ icon_id: "4936576",
70613
+ name: "wallet-fill",
70614
+ font_class: "wallet-fill",
70615
+ unicode: "e87d",
70616
+ unicode_decimal: 59517
70617
+ },
70618
+ {
70619
+ icon_id: "4936577",
70620
+ name: "control-fill",
70621
+ font_class: "control-fill",
70622
+ unicode: "e87e",
70623
+ unicode_decimal: 59518
70624
+ },
70625
+ {
70626
+ icon_id: "4936583",
70627
+ name: "layout-fill",
70628
+ font_class: "layout-fill",
70629
+ unicode: "e87f",
70630
+ unicode_decimal: 59519
70631
+ },
70632
+ {
70633
+ icon_id: "4936584",
70634
+ name: "app store-fill",
70635
+ font_class: "appstore-fill",
70636
+ unicode: "e880",
70637
+ unicode_decimal: 59520
70638
+ },
70639
+ {
70640
+ icon_id: "4936585",
70641
+ name: "mobile-fill",
70642
+ font_class: "mobile-fill",
70643
+ unicode: "e881",
70644
+ unicode_decimal: 59521
70645
+ },
70646
+ {
70647
+ icon_id: "4936586",
70648
+ name: "tablet-fill",
70649
+ font_class: "tablet-fill",
70650
+ unicode: "e882",
70651
+ unicode_decimal: 59522
70652
+ },
70653
+ {
70654
+ icon_id: "4936587",
70655
+ name: "book-fill",
70656
+ font_class: "book-fill",
70657
+ unicode: "e883",
70658
+ unicode_decimal: 59523
70659
+ },
70660
+ {
70661
+ icon_id: "4936588",
70662
+ name: "red envelope-fill",
70663
+ font_class: "redenvelope-fill",
70664
+ unicode: "e884",
70665
+ unicode_decimal: 59524
70666
+ },
70667
+ {
70668
+ icon_id: "4936591",
70669
+ name: "safety certificate-f",
70670
+ font_class: "safetycertificate-f",
70671
+ unicode: "e885",
70672
+ unicode_decimal: 59525
70673
+ },
70674
+ {
70675
+ icon_id: "4936592",
70676
+ name: "property safety-fill",
70677
+ font_class: "propertysafety-fill",
70678
+ unicode: "e886",
70679
+ unicode_decimal: 59526
70680
+ },
70681
+ {
70682
+ icon_id: "4936598",
70683
+ name: "insurance-fill",
70684
+ font_class: "insurance-fill",
70685
+ unicode: "e887",
70686
+ unicode_decimal: 59527
70687
+ },
70688
+ {
70689
+ icon_id: "4936599",
70690
+ name: "security scan-fill",
70691
+ font_class: "securityscan-fill",
70692
+ unicode: "e888",
70693
+ unicode_decimal: 59528
70694
+ },
70695
+ {
70696
+ icon_id: "4936602",
70697
+ name: "file-exclamation-fil",
70698
+ font_class: "file-exclamation-fil",
70699
+ unicode: "e889",
70700
+ unicode_decimal: 59529
70701
+ },
70702
+ {
70703
+ icon_id: "4936604",
70704
+ name: "file-add-fill",
70705
+ font_class: "file-add-fill",
70706
+ unicode: "e88a",
70707
+ unicode_decimal: 59530
70708
+ },
70709
+ {
70710
+ icon_id: "4936605",
70711
+ name: "file-fill",
70712
+ font_class: "file-fill",
70713
+ unicode: "e88b",
70714
+ unicode_decimal: 59531
70715
+ },
70716
+ {
70717
+ icon_id: "4936606",
70718
+ name: "file-excel-fill",
70719
+ font_class: "file-excel-fill",
70720
+ unicode: "e88c",
70721
+ unicode_decimal: 59532
70722
+ },
70723
+ {
70724
+ icon_id: "4936607",
70725
+ name: "file-markdown-fill",
70726
+ font_class: "file-markdown-fill",
70727
+ unicode: "e88d",
70728
+ unicode_decimal: 59533
70729
+ },
70730
+ {
70731
+ icon_id: "4936608",
70732
+ name: "file-text-fill",
70733
+ font_class: "file-text-fill",
70734
+ unicode: "e88e",
70735
+ unicode_decimal: 59534
70736
+ },
70737
+ {
70738
+ icon_id: "4936609",
70739
+ name: "file-ppt-fill",
70740
+ font_class: "file-ppt-fill",
70741
+ unicode: "e88f",
70742
+ unicode_decimal: 59535
70743
+ },
70744
+ {
70745
+ icon_id: "4936610",
70746
+ name: "file-unknown-fill",
70747
+ font_class: "file-unknown-fill",
70748
+ unicode: "e890",
70749
+ unicode_decimal: 59536
70750
+ },
70751
+ {
70752
+ icon_id: "4936611",
70753
+ name: "file-word-fill",
70754
+ font_class: "file-word-fill",
70755
+ unicode: "e891",
70756
+ unicode_decimal: 59537
70757
+ },
70758
+ {
70759
+ icon_id: "4936612",
70760
+ name: "file-zip-fill",
70761
+ font_class: "file-zip-fill",
70762
+ unicode: "e892",
70763
+ unicode_decimal: 59538
70764
+ },
70765
+ {
70766
+ icon_id: "4936613",
70767
+ name: "file-pdf-fill",
70768
+ font_class: "file-pdf-fill",
70769
+ unicode: "e893",
70770
+ unicode_decimal: 59539
70771
+ },
70772
+ {
70773
+ icon_id: "4936615",
70774
+ name: "file-image-fill",
70775
+ font_class: "file-image-fill",
70776
+ unicode: "e894",
70777
+ unicode_decimal: 59540
70778
+ },
70779
+ {
70780
+ icon_id: "4936617",
70781
+ name: "diff-fill",
70782
+ font_class: "diff-fill",
70783
+ unicode: "e895",
70784
+ unicode_decimal: 59541
70785
+ },
70786
+ {
70787
+ icon_id: "4936618",
70788
+ name: "file-copy-fill",
70789
+ font_class: "file-copy-fill",
70790
+ unicode: "e896",
70791
+ unicode_decimal: 59542
70792
+ },
70793
+ {
70794
+ icon_id: "4936619",
70795
+ name: "snippets-fill",
70796
+ font_class: "snippets-fill",
70797
+ unicode: "e897",
70798
+ unicode_decimal: 59543
70799
+ },
70800
+ {
70801
+ icon_id: "4936620",
70802
+ name: "batch folding-fill",
70803
+ font_class: "batchfolding-fill",
70804
+ unicode: "e898",
70805
+ unicode_decimal: 59544
70806
+ },
70807
+ {
70808
+ icon_id: "4936621",
70809
+ name: "reconciliation-fill",
70810
+ font_class: "reconciliation-fill",
70811
+ unicode: "e899",
70812
+ unicode_decimal: 59545
70813
+ },
70814
+ {
70815
+ icon_id: "4936622",
70816
+ name: "folder-add-fill",
70817
+ font_class: "folder-add-fill",
70818
+ unicode: "e89a",
70819
+ unicode_decimal: 59546
70820
+ },
70821
+ {
70822
+ icon_id: "4936623",
70823
+ name: "folder-fill",
70824
+ font_class: "folder-fill",
70825
+ unicode: "e89b",
70826
+ unicode_decimal: 59547
70827
+ },
70828
+ {
70829
+ icon_id: "4936624",
70830
+ name: "folder-open-fill",
70831
+ font_class: "folder-open-fill",
70832
+ unicode: "e89c",
70833
+ unicode_decimal: 59548
70834
+ },
70835
+ {
70836
+ icon_id: "4936626",
70837
+ name: "database-fill",
70838
+ font_class: "database-fill",
70839
+ unicode: "e89d",
70840
+ unicode_decimal: 59549
70841
+ },
70842
+ {
70843
+ icon_id: "4936627",
70844
+ name: "container-fill",
70845
+ font_class: "container-fill",
70846
+ unicode: "e89e",
70847
+ unicode_decimal: 59550
70848
+ },
70849
+ {
70850
+ icon_id: "4936628",
70851
+ name: "sever-fill",
70852
+ font_class: "sever-fill",
70853
+ unicode: "e89f",
70854
+ unicode_decimal: 59551
70855
+ },
70856
+ {
70857
+ icon_id: "4936629",
70858
+ name: "calendar-check-fill",
70859
+ font_class: "calendar-check-fill",
70860
+ unicode: "e8a0",
70861
+ unicode_decimal: 59552
70862
+ },
70863
+ {
70864
+ icon_id: "4936630",
70865
+ name: "image-fill",
70866
+ font_class: "image-fill",
70867
+ unicode: "e8a1",
70868
+ unicode_decimal: 59553
70869
+ },
70870
+ {
70871
+ icon_id: "4936631",
70872
+ name: "id card-fill",
70873
+ font_class: "idcard-fill",
70874
+ unicode: "e8a2",
70875
+ unicode_decimal: 59554
70876
+ },
70877
+ {
70878
+ icon_id: "4936633",
70879
+ name: "credit card-fill",
70880
+ font_class: "creditcard-fill",
70881
+ unicode: "e8a3",
70882
+ unicode_decimal: 59555
70883
+ },
70884
+ {
70885
+ icon_id: "4936634",
70886
+ name: "fund-fill",
70887
+ font_class: "fund-fill",
70888
+ unicode: "e8a4",
70889
+ unicode_decimal: 59556
70890
+ },
70891
+ {
70892
+ icon_id: "4936635",
70893
+ name: "read-fill",
70894
+ font_class: "read-fill",
70895
+ unicode: "e8a5",
70896
+ unicode_decimal: 59557
70897
+ },
70898
+ {
70899
+ icon_id: "4936636",
70900
+ name: "contacts-fill",
70901
+ font_class: "contacts-fill",
70902
+ unicode: "e8a6",
70903
+ unicode_decimal: 59558
70904
+ },
70905
+ {
70906
+ icon_id: "4936637",
70907
+ name: "delete-fill",
70908
+ font_class: "delete-fill",
70909
+ unicode: "e8a7",
70910
+ unicode_decimal: 59559
70911
+ },
70912
+ {
70913
+ icon_id: "4936638",
70914
+ name: "notification-fill",
70915
+ font_class: "notification-fill",
70916
+ unicode: "e8a8",
70917
+ unicode_decimal: 59560
70918
+ },
70919
+ {
70920
+ icon_id: "4936639",
70921
+ name: "flag-fill",
70922
+ font_class: "flag-fill",
70923
+ unicode: "e8a9",
70924
+ unicode_decimal: 59561
70925
+ },
70926
+ {
70927
+ icon_id: "4936640",
70928
+ name: "money collect-fill",
70929
+ font_class: "moneycollect-fill",
70930
+ unicode: "e8aa",
70931
+ unicode_decimal: 59562
70932
+ },
70933
+ {
70934
+ icon_id: "4936641",
70935
+ name: "medicine box-fill",
70936
+ font_class: "medicinebox-fill",
70937
+ unicode: "e8ab",
70938
+ unicode_decimal: 59563
70939
+ },
70940
+ {
70941
+ icon_id: "4936642",
70942
+ name: "rest-fill",
70943
+ font_class: "rest-fill",
70944
+ unicode: "e8ac",
70945
+ unicode_decimal: 59564
70946
+ },
70947
+ {
70948
+ icon_id: "4936643",
70949
+ name: "shopping-fill",
70950
+ font_class: "shopping-fill",
70951
+ unicode: "e8ad",
70952
+ unicode_decimal: 59565
70953
+ },
70954
+ {
70955
+ icon_id: "4936644",
70956
+ name: "skin-fill",
70957
+ font_class: "skin-fill",
70958
+ unicode: "e8ae",
70959
+ unicode_decimal: 59566
70960
+ },
70961
+ {
70962
+ icon_id: "4936645",
70963
+ name: "video-fill",
70964
+ font_class: "video-fill",
70965
+ unicode: "e8af",
70966
+ unicode_decimal: 59567
70967
+ },
70968
+ {
70969
+ icon_id: "4936646",
70970
+ name: "sound-fill",
70971
+ font_class: "sound-fill",
70972
+ unicode: "e8b0",
70973
+ unicode_decimal: 59568
70974
+ },
70975
+ {
70976
+ icon_id: "4936649",
70977
+ name: "bulb-fill",
70978
+ font_class: "bulb-fill",
70979
+ unicode: "e8b1",
70980
+ unicode_decimal: 59569
70981
+ },
70982
+ {
70983
+ icon_id: "4936650",
70984
+ name: "bell-fill",
70985
+ font_class: "bell-fill",
70986
+ unicode: "e8b2",
70987
+ unicode_decimal: 59570
70988
+ },
70989
+ {
70990
+ icon_id: "4936651",
70991
+ name: "filter-fill",
70992
+ font_class: "filter-fill",
70993
+ unicode: "e8b3",
70994
+ unicode_decimal: 59571
70995
+ },
70996
+ {
70997
+ icon_id: "4936652",
70998
+ name: "fire-fill",
70999
+ font_class: "fire-fill",
71000
+ unicode: "e8b4",
71001
+ unicode_decimal: 59572
71002
+ },
71003
+ {
71004
+ icon_id: "4936653",
71005
+ name: "funnel plot-fill",
71006
+ font_class: "funnelplot-fill",
71007
+ unicode: "e8b5",
71008
+ unicode_decimal: 59573
71009
+ },
71010
+ {
71011
+ icon_id: "4936654",
71012
+ name: "gift-fill",
71013
+ font_class: "gift-fill",
71014
+ unicode: "e8b6",
71015
+ unicode_decimal: 59574
71016
+ },
71017
+ {
71018
+ icon_id: "4936655",
71019
+ name: "hourglass-fill",
71020
+ font_class: "hourglass-fill",
71021
+ unicode: "e8b7",
71022
+ unicode_decimal: 59575
71023
+ },
71024
+ {
71025
+ icon_id: "4936656",
71026
+ name: "home-fill",
71027
+ font_class: "home-fill",
71028
+ unicode: "e8b8",
71029
+ unicode_decimal: 59576
71030
+ },
71031
+ {
71032
+ icon_id: "4936657",
71033
+ name: "trophy-fill",
71034
+ font_class: "trophy-fill",
71035
+ unicode: "e8b9",
71036
+ unicode_decimal: 59577
71037
+ },
71038
+ {
71039
+ icon_id: "4936659",
71040
+ name: "location-fill",
71041
+ font_class: "location-fill",
71042
+ unicode: "e8ba",
71043
+ unicode_decimal: 59578
71044
+ },
71045
+ {
71046
+ icon_id: "4936665",
71047
+ name: "cloud-fill",
71048
+ font_class: "cloud-fill",
71049
+ unicode: "e8bb",
71050
+ unicode_decimal: 59579
71051
+ },
71052
+ {
71053
+ icon_id: "4936666",
71054
+ name: "customerservice-fill",
71055
+ font_class: "customerservice-fill",
71056
+ unicode: "e8bc",
71057
+ unicode_decimal: 59580
71058
+ },
71059
+ {
71060
+ icon_id: "4936667",
71061
+ name: "experiment-fill",
71062
+ font_class: "experiment-fill",
71063
+ unicode: "e8bd",
71064
+ unicode_decimal: 59581
71065
+ },
71066
+ {
71067
+ icon_id: "4936668",
71068
+ name: "eye-fill",
71069
+ font_class: "eye-fill",
71070
+ unicode: "e8be",
71071
+ unicode_decimal: 59582
71072
+ },
71073
+ {
71074
+ icon_id: "4936669",
71075
+ name: "like-fill",
71076
+ font_class: "like-fill",
71077
+ unicode: "e8bf",
71078
+ unicode_decimal: 59583
71079
+ },
71080
+ {
71081
+ icon_id: "4936671",
71082
+ name: "lock-fill",
71083
+ font_class: "lock-fill",
71084
+ unicode: "e8c0",
71085
+ unicode_decimal: 59584
71086
+ },
71087
+ {
71088
+ icon_id: "4936672",
71089
+ name: "unlike-fill",
71090
+ font_class: "unlike-fill",
71091
+ unicode: "e8c1",
71092
+ unicode_decimal: 59585
71093
+ },
71094
+ {
71095
+ icon_id: "4936674",
71096
+ name: "unlock-fill",
71097
+ font_class: "unlock-fill",
71098
+ unicode: "e8c3",
71099
+ unicode_decimal: 59587
71100
+ },
71101
+ {
71102
+ icon_id: "4936675",
71103
+ name: "alert-fill",
71104
+ font_class: "alert-fill",
71105
+ unicode: "e8c4",
71106
+ unicode_decimal: 59588
71107
+ },
71108
+ {
71109
+ icon_id: "4936676",
71110
+ name: "api-fill",
71111
+ font_class: "api-fill",
71112
+ unicode: "e8c5",
71113
+ unicode_decimal: 59589
71114
+ },
71115
+ {
71116
+ icon_id: "4936677",
71117
+ name: "highlight-fill",
71118
+ font_class: "highlight-fill",
71119
+ unicode: "e8c6",
71120
+ unicode_decimal: 59590
71121
+ },
71122
+ {
71123
+ icon_id: "4936678",
71124
+ name: "phone-fill",
71125
+ font_class: "phone-fill",
71126
+ unicode: "e8c7",
71127
+ unicode_decimal: 59591
71128
+ },
71129
+ {
71130
+ icon_id: "4936679",
71131
+ name: "edit-fill",
71132
+ font_class: "edit-fill",
71133
+ unicode: "e8c8",
71134
+ unicode_decimal: 59592
71135
+ },
71136
+ {
71137
+ icon_id: "4936680",
71138
+ name: "pushpin-fill",
71139
+ font_class: "pushpin-fill",
71140
+ unicode: "e8c9",
71141
+ unicode_decimal: 59593
71142
+ },
71143
+ {
71144
+ icon_id: "4936681",
71145
+ name: "rocket-fill",
71146
+ font_class: "rocket-fill",
71147
+ unicode: "e8ca",
71148
+ unicode_decimal: 59594
71149
+ },
71150
+ {
71151
+ icon_id: "4936682",
71152
+ name: "thunderbolt-fill",
71153
+ font_class: "thunderbolt-fill",
71154
+ unicode: "e8cb",
71155
+ unicode_decimal: 59595
71156
+ },
71157
+ {
71158
+ icon_id: "4936683",
71159
+ name: "tag-fill",
71160
+ font_class: "tag-fill",
71161
+ unicode: "e8cc",
71162
+ unicode_decimal: 59596
71163
+ },
71164
+ {
71165
+ icon_id: "4936684",
71166
+ name: "wrench-fill",
71167
+ font_class: "wrench-fill",
71168
+ unicode: "e8cd",
71169
+ unicode_decimal: 59597
71170
+ },
71171
+ {
71172
+ icon_id: "4936685",
71173
+ name: "tags-fill",
71174
+ font_class: "tags-fill",
71175
+ unicode: "e8ce",
71176
+ unicode_decimal: 59598
71177
+ },
71178
+ {
71179
+ icon_id: "4936686",
71180
+ name: "bank-fill",
71181
+ font_class: "bank-fill",
71182
+ unicode: "e8cf",
71183
+ unicode_decimal: 59599
71184
+ },
71185
+ {
71186
+ icon_id: "4936687",
71187
+ name: "camera-fill",
71188
+ font_class: "camera-fill",
71189
+ unicode: "e8d0",
71190
+ unicode_decimal: 59600
71191
+ },
71192
+ {
71193
+ icon_id: "4936688",
71194
+ name: "error-fill",
71195
+ font_class: "error-fill",
71196
+ unicode: "e8d1",
71197
+ unicode_decimal: 59601
71198
+ },
71199
+ {
71200
+ icon_id: "4936689",
71201
+ name: "crown-fill",
71202
+ font_class: "crown-fill",
71203
+ unicode: "e8d2",
71204
+ unicode_decimal: 59602
71205
+ },
71206
+ {
71207
+ icon_id: "4936690",
71208
+ name: "mail-fill",
71209
+ font_class: "mail-fill",
71210
+ unicode: "e8d3",
71211
+ unicode_decimal: 59603
71212
+ },
71213
+ {
71214
+ icon_id: "4936691",
71215
+ name: "car-fill",
71216
+ font_class: "car-fill",
71217
+ unicode: "e8d4",
71218
+ unicode_decimal: 59604
71219
+ },
71220
+ {
71221
+ icon_id: "4936692",
71222
+ name: "printer-fill",
71223
+ font_class: "printer-fill",
71224
+ unicode: "e8d5",
71225
+ unicode_decimal: 59605
71226
+ },
71227
+ {
71228
+ icon_id: "4936693",
71229
+ name: "shop-fill",
71230
+ font_class: "shop-fill",
71231
+ unicode: "e8d6",
71232
+ unicode_decimal: 59606
71233
+ },
71234
+ {
71235
+ icon_id: "4936694",
71236
+ name: "setting-fill",
71237
+ font_class: "setting-fill",
71238
+ unicode: "e8d7",
71239
+ unicode_decimal: 59607
71240
+ },
71241
+ {
71242
+ icon_id: "4936695",
71243
+ name: "USB-fill",
71244
+ font_class: "USB-fill",
71245
+ unicode: "e8d8",
71246
+ unicode_decimal: 59608
71247
+ },
71248
+ {
71249
+ icon_id: "4936699",
71250
+ name: "sliders-fill",
71251
+ font_class: "sliders-fill",
71252
+ unicode: "e8d9",
71253
+ unicode_decimal: 59609
71254
+ },
71255
+ {
71256
+ icon_id: "5756281",
71257
+ name: "audio",
71258
+ font_class: "audio",
71259
+ unicode: "e8da",
71260
+ unicode_decimal: 59610
71261
+ },
71262
+ {
71263
+ icon_id: "5756282",
71264
+ name: "audio-fill",
71265
+ font_class: "audio-fill",
71266
+ unicode: "e8db",
71267
+ unicode_decimal: 59611
71268
+ },
71269
+ {
71270
+ icon_id: "5756284",
71271
+ name: "zoom in",
71272
+ font_class: "zoomin",
71273
+ unicode: "e8dc",
71274
+ unicode_decimal: 59612
71275
+ },
71276
+ {
71277
+ icon_id: "6598315",
71278
+ name: "audio static",
71279
+ font_class: "audiostatic",
71280
+ unicode: "e8e8",
71281
+ unicode_decimal: 59624
71282
+ },
71283
+ {
71284
+ icon_id: "6598317",
71285
+ name: "signal-fill",
71286
+ font_class: "signal-fill",
71287
+ unicode: "e8eb",
71288
+ unicode_decimal: 59627
71289
+ },
71290
+ {
71291
+ icon_id: "6598318",
71292
+ name: "verified",
71293
+ font_class: "verified",
71294
+ unicode: "e8ec",
71295
+ unicode_decimal: 59628
71296
+ },
71297
+ {
71298
+ icon_id: "6598320",
71299
+ name: "videocamera add",
71300
+ font_class: "videocameraadd",
71301
+ unicode: "e8ed",
71302
+ unicode_decimal: 59629
71303
+ },
71304
+ {
71305
+ icon_id: "6598321",
71306
+ name: "switch user",
71307
+ font_class: "switchuser",
71308
+ unicode: "e8ee",
71309
+ unicode_decimal: 59630
71310
+ },
71311
+ {
71312
+ icon_id: "6598323",
71313
+ name: "appstore add",
71314
+ font_class: "appstoreadd",
71315
+ unicode: "e8f0",
71316
+ unicode_decimal: 59632
71317
+ },
71318
+ {
71319
+ icon_id: "6598339",
71320
+ name: "caret-down",
71321
+ font_class: "caret-down",
71322
+ unicode: "e8f1",
71323
+ unicode_decimal: 59633
71324
+ },
71325
+ {
71326
+ icon_id: "6598340",
71327
+ name: "backward",
71328
+ font_class: "backward",
71329
+ unicode: "e8f2",
71330
+ unicode_decimal: 59634
71331
+ },
71332
+ {
71333
+ icon_id: "6598341",
71334
+ name: "caret-up",
71335
+ font_class: "caret-up",
71336
+ unicode: "e8f3",
71337
+ unicode_decimal: 59635
71338
+ },
71339
+ {
71340
+ icon_id: "6598342",
71341
+ name: "caret-right",
71342
+ font_class: "caret-right",
71343
+ unicode: "e8f4",
71344
+ unicode_decimal: 59636
71345
+ },
71346
+ {
71347
+ icon_id: "6598343",
71348
+ name: "caret-left",
71349
+ font_class: "caret-left",
71350
+ unicode: "e8f5",
71351
+ unicode_decimal: 59637
71352
+ },
71353
+ {
71354
+ icon_id: "6598344",
71355
+ name: "fast-backward",
71356
+ font_class: "fast-backward",
71357
+ unicode: "e8f6",
71358
+ unicode_decimal: 59638
71359
+ },
71360
+ {
71361
+ icon_id: "6598345",
71362
+ name: "forward",
71363
+ font_class: "forward",
71364
+ unicode: "e8f7",
71365
+ unicode_decimal: 59639
71366
+ },
71367
+ {
71368
+ icon_id: "6598346",
71369
+ name: "fast-forward",
71370
+ font_class: "fast-forward",
71371
+ unicode: "e8f8",
71372
+ unicode_decimal: 59640
71373
+ },
71374
+ {
71375
+ icon_id: "6598347",
71376
+ name: "search",
71377
+ font_class: "search",
71378
+ unicode: "e8f9",
71379
+ unicode_decimal: 59641
71380
+ },
71381
+ {
71382
+ icon_id: "6598348",
71383
+ name: "retweet",
71384
+ font_class: "retweet",
71385
+ unicode: "e8fa",
71386
+ unicode_decimal: 59642
71387
+ },
71388
+ {
71389
+ icon_id: "6598349",
71390
+ name: "login",
71391
+ font_class: "login",
71392
+ unicode: "e8fb",
71393
+ unicode_decimal: 59643
71394
+ },
71395
+ {
71396
+ icon_id: "6598350",
71397
+ name: "step-backward",
71398
+ font_class: "step-backward",
71399
+ unicode: "e8fc",
71400
+ unicode_decimal: 59644
71401
+ },
71402
+ {
71403
+ icon_id: "6598351",
71404
+ name: "step-forward",
71405
+ font_class: "step-forward",
71406
+ unicode: "e8fd",
71407
+ unicode_decimal: 59645
71408
+ },
71409
+ {
71410
+ icon_id: "6598352",
71411
+ name: "swap-right",
71412
+ font_class: "swap-right",
71413
+ unicode: "e8fe",
71414
+ unicode_decimal: 59646
71415
+ },
71416
+ {
71417
+ icon_id: "6598353",
71418
+ name: "swap-left",
71419
+ font_class: "swap-left",
71420
+ unicode: "e8ff",
71421
+ unicode_decimal: 59647
71422
+ },
71423
+ {
71424
+ icon_id: "6598354",
71425
+ name: "woman",
71426
+ font_class: "woman",
71427
+ unicode: "e900",
71428
+ unicode_decimal: 59648
71429
+ },
71430
+ {
71431
+ icon_id: "7834345",
71432
+ name: "plus",
71433
+ font_class: "plus",
71434
+ unicode: "e901",
71435
+ unicode_decimal: 59649
71436
+ },
71437
+ {
71438
+ icon_id: "8092166",
71439
+ name: "eye close-fill",
71440
+ font_class: "eyeclose-fill",
71441
+ unicode: "e902",
71442
+ unicode_decimal: 59650
71443
+ },
71444
+ {
71445
+ icon_id: "8092167",
71446
+ name: "eye-close",
71447
+ font_class: "eye-close",
71448
+ unicode: "e903",
71449
+ unicode_decimal: 59651
71450
+ },
71451
+ {
71452
+ icon_id: "8094805",
71453
+ name: "clear",
71454
+ font_class: "clear",
71455
+ unicode: "e904",
71456
+ unicode_decimal: 59652
71457
+ },
71458
+ {
71459
+ icon_id: "8094811",
71460
+ name: "rotate-left",
71461
+ font_class: "rotate-left",
71462
+ unicode: "e905",
71463
+ unicode_decimal: 59653
71464
+ },
71465
+ {
71466
+ icon_id: "8094812",
71467
+ name: "rotate-right",
71468
+ font_class: "rotate-right",
71469
+ unicode: "e906",
71470
+ unicode_decimal: 59654
71471
+ },
71472
+ {
71473
+ icon_id: "8094816",
71474
+ name: "solit-cells",
71475
+ font_class: "solit-cells",
71476
+ unicode: "e907",
71477
+ unicode_decimal: 59655
71478
+ },
71479
+ {
71480
+ icon_id: "8094817",
71481
+ name: "format painter",
71482
+ font_class: "formatpainter",
71483
+ unicode: "e908",
71484
+ unicode_decimal: 59656
71485
+ },
71486
+ {
71487
+ icon_id: "8094819",
71488
+ name: "format painter-fill",
71489
+ font_class: "formatpainter-fill",
71490
+ unicode: "e909",
71491
+ unicode_decimal: 59657
71492
+ },
71493
+ {
71494
+ icon_id: "8094821",
71495
+ name: "translate",
71496
+ font_class: "translate",
71497
+ unicode: "e90a",
71498
+ unicode_decimal: 59658
71499
+ },
71500
+ {
71501
+ icon_id: "9229178",
71502
+ name: "Field-time",
71503
+ font_class: "Field-time",
71504
+ unicode: "e90e",
71505
+ unicode_decimal: 59662
71506
+ },
71507
+ {
71508
+ icon_id: "9229182",
71509
+ name: "Stored procedure",
71510
+ font_class: "Storedprocedure",
71511
+ unicode: "e910",
71512
+ unicode_decimal: 59664
71513
+ },
71514
+ {
71515
+ icon_id: "9230691",
71516
+ name: "compress",
71517
+ font_class: "compress",
71518
+ unicode: "e914",
71519
+ unicode_decimal: 59668
71520
+ },
71521
+ {
71522
+ icon_id: "9230692",
71523
+ name: "expend",
71524
+ font_class: "expend",
71525
+ unicode: "e915",
71526
+ unicode_decimal: 59669
71527
+ },
71528
+ {
71529
+ icon_id: "9230696",
71530
+ name: "send",
71531
+ font_class: "send",
71532
+ unicode: "e916",
71533
+ unicode_decimal: 59670
71534
+ },
71535
+ {
71536
+ icon_id: "9230697",
71537
+ name: "Report",
71538
+ font_class: "Report",
71539
+ unicode: "e917",
71540
+ unicode_decimal: 59671
71541
+ },
71542
+ {
71543
+ icon_id: "4765734",
71544
+ name: "plus-circle",
71545
+ font_class: "plus-circle",
71546
+ unicode: "e783",
71547
+ unicode_decimal: 59267
71548
+ },
71549
+ {
71550
+ icon_id: "4765735",
71551
+ name: "play-circle",
71552
+ font_class: "play-circle",
71553
+ unicode: "e784",
71554
+ unicode_decimal: 59268
71555
+ },
71556
+ {
71557
+ icon_id: "4765736",
71558
+ name: "question-circle",
71559
+ font_class: "question-circle",
71560
+ unicode: "e785",
71561
+ unicode_decimal: 59269
71562
+ },
71563
+ {
71564
+ icon_id: "4765738",
71565
+ name: "right-circle",
71566
+ font_class: "right-circle",
71567
+ unicode: "e786",
71568
+ unicode_decimal: 59270
71569
+ },
71570
+ {
71571
+ icon_id: "4765741",
71572
+ name: "time-circle",
71573
+ font_class: "time-circle",
71574
+ unicode: "e787",
71575
+ unicode_decimal: 59271
71576
+ },
71577
+ {
71578
+ icon_id: "4765742",
71579
+ name: "time out",
71580
+ font_class: "timeout",
71581
+ unicode: "e788",
71582
+ unicode_decimal: 59272
71583
+ },
71584
+ {
71585
+ icon_id: "4765743",
71586
+ name: "earth",
71587
+ font_class: "earth",
71588
+ unicode: "e789",
71589
+ unicode_decimal: 59273
71590
+ },
71591
+ {
71592
+ icon_id: "4765744",
71593
+ name: "YUAN",
71594
+ font_class: "YUAN",
71595
+ unicode: "e78a",
71596
+ unicode_decimal: 59274
71597
+ },
71598
+ {
71599
+ icon_id: "4765745",
71600
+ name: "up-circle",
71601
+ font_class: "up-circle",
71602
+ unicode: "e78b",
71603
+ unicode_decimal: 59275
71604
+ },
71605
+ {
71606
+ icon_id: "4765746",
71607
+ name: "warning-circle",
71608
+ font_class: "warning-circle",
71609
+ unicode: "e78c",
71610
+ unicode_decimal: 59276
71611
+ },
71612
+ {
71613
+ icon_id: "4765811",
71614
+ name: "sync",
71615
+ font_class: "sync",
71616
+ unicode: "e78f",
71617
+ unicode_decimal: 59279
71618
+ },
71619
+ {
71620
+ icon_id: "4765812",
71621
+ name: "transaction",
71622
+ font_class: "transaction",
71623
+ unicode: "e790",
71624
+ unicode_decimal: 59280
71625
+ },
71626
+ {
71627
+ icon_id: "4765837",
71628
+ name: "undo",
71629
+ font_class: "undo",
71630
+ unicode: "e791",
71631
+ unicode_decimal: 59281
71632
+ },
71633
+ {
71634
+ icon_id: "4765838",
71635
+ name: "redo",
71636
+ font_class: "redo",
71637
+ unicode: "e792",
71638
+ unicode_decimal: 59282
71639
+ },
71640
+ {
71641
+ icon_id: "4765852",
71642
+ name: "reload",
71643
+ font_class: "reload",
71644
+ unicode: "e793",
71645
+ unicode_decimal: 59283
71646
+ },
71647
+ {
71648
+ icon_id: "4765853",
71649
+ name: "reload time",
71650
+ font_class: "reloadtime",
71651
+ unicode: "e794",
71652
+ unicode_decimal: 59284
71653
+ },
71654
+ {
71655
+ icon_id: "4765886",
71656
+ name: "issues close",
71657
+ font_class: "issuesclose",
71658
+ unicode: "e796",
71659
+ unicode_decimal: 59286
71660
+ },
71661
+ {
71662
+ icon_id: "4765890",
71663
+ name: "pie chart",
71664
+ font_class: "piechart",
71665
+ unicode: "e799",
71666
+ unicode_decimal: 59289
71667
+ },
71668
+ {
71669
+ icon_id: "4765896",
71670
+ name: "eye",
71671
+ font_class: "eye",
71672
+ unicode: "e79b",
71673
+ unicode_decimal: 59291
71674
+ },
71675
+ {
71676
+ icon_id: "4765897",
71677
+ name: "location",
71678
+ font_class: "location",
71679
+ unicode: "e79c",
71680
+ unicode_decimal: 59292
71681
+ },
71682
+ {
71683
+ icon_id: "4765957",
71684
+ name: "edit-square",
71685
+ font_class: "edit-square",
71686
+ unicode: "e79d",
71687
+ unicode_decimal: 59293
71688
+ },
71689
+ {
71690
+ icon_id: "4765958",
71691
+ name: "export",
71692
+ font_class: "export",
71693
+ unicode: "e79e",
71694
+ unicode_decimal: 59294
71695
+ },
71696
+ {
71697
+ icon_id: "4765959",
71698
+ name: "save",
71699
+ font_class: "save",
71700
+ unicode: "e79f",
71701
+ unicode_decimal: 59295
71702
+ },
71703
+ {
71704
+ icon_id: "4765960",
71705
+ name: "Import",
71706
+ font_class: "Import",
71707
+ unicode: "e7a0",
71708
+ unicode_decimal: 59296
71709
+ },
71710
+ {
71711
+ icon_id: "4765962",
71712
+ name: "app store",
71713
+ font_class: "appstore",
71714
+ unicode: "e7a1",
71715
+ unicode_decimal: 59297
71716
+ },
71717
+ {
71718
+ icon_id: "4765964",
71719
+ name: "close-square",
71720
+ font_class: "close-square",
71721
+ unicode: "e7a2",
71722
+ unicode_decimal: 59298
71723
+ },
71724
+ {
71725
+ icon_id: "4765965",
71726
+ name: "down-square",
71727
+ font_class: "down-square",
71728
+ unicode: "e7a3",
71729
+ unicode_decimal: 59299
71730
+ },
71731
+ {
71732
+ icon_id: "4765966",
71733
+ name: "layout",
71734
+ font_class: "layout",
71735
+ unicode: "e7a4",
71736
+ unicode_decimal: 59300
71737
+ },
71738
+ {
71739
+ icon_id: "4765967",
71740
+ name: "left-square",
71741
+ font_class: "left-square",
71742
+ unicode: "e7a5",
71743
+ unicode_decimal: 59301
71744
+ },
71745
+ {
71746
+ icon_id: "4765969",
71747
+ name: "control",
71748
+ font_class: "control",
71749
+ unicode: "e7a6",
71750
+ unicode_decimal: 59302
71751
+ },
71752
+ {
71753
+ icon_id: "4765971",
71754
+ name: "detail",
71755
+ font_class: "detail",
71756
+ unicode: "e7a7",
71757
+ unicode_decimal: 59303
71758
+ },
71759
+ {
71760
+ icon_id: "4765972",
71761
+ name: "minus-square",
71762
+ font_class: "minus-square",
71763
+ unicode: "e7a8",
71764
+ unicode_decimal: 59304
71765
+ },
71766
+ {
71767
+ icon_id: "4765973",
71768
+ name: "plus-square",
71769
+ font_class: "plus-square",
71770
+ unicode: "e7a9",
71771
+ unicode_decimal: 59305
71772
+ },
71773
+ {
71774
+ icon_id: "4765974",
71775
+ name: "right-square",
71776
+ font_class: "right-square",
71777
+ unicode: "e7aa",
71778
+ unicode_decimal: 59306
71779
+ },
71780
+ {
71781
+ icon_id: "4765975",
71782
+ name: "project",
71783
+ font_class: "project",
71784
+ unicode: "e7ab",
71785
+ unicode_decimal: 59307
71786
+ },
71787
+ {
71788
+ icon_id: "4765976",
71789
+ name: "wallet",
71790
+ font_class: "wallet",
71791
+ unicode: "e7ac",
71792
+ unicode_decimal: 59308
71793
+ },
71794
+ {
71795
+ icon_id: "4765977",
71796
+ name: "up-square",
71797
+ font_class: "up-square",
71798
+ unicode: "e7ad",
71799
+ unicode_decimal: 59309
71800
+ },
71801
+ {
71802
+ icon_id: "4765978",
71803
+ name: "calculator",
71804
+ font_class: "calculator",
71805
+ unicode: "e7ae",
71806
+ unicode_decimal: 59310
71807
+ },
71808
+ {
71809
+ icon_id: "4766245",
71810
+ name: "interation",
71811
+ font_class: "interation",
71812
+ unicode: "e7af",
71813
+ unicode_decimal: 59311
71814
+ },
71815
+ {
71816
+ icon_id: "4766253",
71817
+ name: "check-square",
71818
+ font_class: "check-square",
71819
+ unicode: "e7b0",
71820
+ unicode_decimal: 59312
71821
+ },
71822
+ {
71823
+ icon_id: "4766265",
71824
+ name: "border",
71825
+ font_class: "border",
71826
+ unicode: "e7b1",
71827
+ unicode_decimal: 59313
71828
+ },
71829
+ {
71830
+ icon_id: "4766289",
71831
+ name: "add user",
71832
+ font_class: "adduser",
71833
+ unicode: "e7b2",
71834
+ unicode_decimal: 59314
71835
+ },
71836
+ {
71837
+ icon_id: "4766290",
71838
+ name: "delete team",
71839
+ font_class: "deleteteam",
71840
+ unicode: "e7b3",
71841
+ unicode_decimal: 59315
71842
+ },
71843
+ {
71844
+ icon_id: "4766291",
71845
+ name: "delete user",
71846
+ font_class: "deleteuser",
71847
+ unicode: "e7b4",
71848
+ unicode_decimal: 59316
71849
+ },
71850
+ {
71851
+ icon_id: "4766292",
71852
+ name: "addteam",
71853
+ font_class: "addteam",
71854
+ unicode: "e7b5",
71855
+ unicode_decimal: 59317
71856
+ },
71857
+ {
71858
+ icon_id: "4766293",
71859
+ name: "user",
71860
+ font_class: "user",
71861
+ unicode: "e7b6",
71862
+ unicode_decimal: 59318
71863
+ },
71864
+ {
71865
+ icon_id: "4766294",
71866
+ name: "team",
71867
+ font_class: "team",
71868
+ unicode: "e7b7",
71869
+ unicode_decimal: 59319
71870
+ },
71871
+ {
71872
+ icon_id: "4766438",
71873
+ name: "container",
71874
+ font_class: "container",
71875
+ unicode: "e7b8",
71876
+ unicode_decimal: 59320
71877
+ },
71878
+ {
71879
+ icon_id: "4766439",
71880
+ name: "database",
71881
+ font_class: "database",
71882
+ unicode: "e7b9",
71883
+ unicode_decimal: 59321
71884
+ },
71885
+ {
71886
+ icon_id: "4766440",
71887
+ name: "sever",
71888
+ font_class: "sever",
71889
+ unicode: "e7ba",
71890
+ unicode_decimal: 59322
71891
+ },
71892
+ {
71893
+ icon_id: "4766451",
71894
+ name: "mobile",
71895
+ font_class: "mobile",
71896
+ unicode: "e7bb",
71897
+ unicode_decimal: 59323
71898
+ },
71899
+ {
71900
+ icon_id: "4766452",
71901
+ name: "tablet",
71902
+ font_class: "tablet",
71903
+ unicode: "e7bc",
71904
+ unicode_decimal: 59324
71905
+ },
71906
+ {
71907
+ icon_id: "4766453",
71908
+ name: "red envelope",
71909
+ font_class: "redenvelope",
71910
+ unicode: "e7bd",
71911
+ unicode_decimal: 59325
71912
+ },
71913
+ {
71914
+ icon_id: "4766454",
71915
+ name: "book",
71916
+ font_class: "book",
71917
+ unicode: "e7be",
71918
+ unicode_decimal: 59326
71919
+ },
71920
+ {
71921
+ icon_id: "4766459",
71922
+ name: "file done",
71923
+ font_class: "filedone",
71924
+ unicode: "e7bf",
71925
+ unicode_decimal: 59327
71926
+ },
71927
+ {
71928
+ icon_id: "4766460",
71929
+ name: "reconciliation",
71930
+ font_class: "reconciliation",
71931
+ unicode: "e7c0",
71932
+ unicode_decimal: 59328
71933
+ },
71934
+ {
71935
+ icon_id: "4766461",
71936
+ name: "file -exception",
71937
+ font_class: "file-exception",
71938
+ unicode: "e7c1",
71939
+ unicode_decimal: 59329
71940
+ },
71941
+ {
71942
+ icon_id: "4766462",
71943
+ name: "file sync",
71944
+ font_class: "filesync",
71945
+ unicode: "e7c2",
71946
+ unicode_decimal: 59330
71947
+ },
71948
+ {
71949
+ icon_id: "4766463",
71950
+ name: "file search",
71951
+ font_class: "filesearch",
71952
+ unicode: "e7c3",
71953
+ unicode_decimal: 59331
71954
+ },
71955
+ {
71956
+ icon_id: "4766464",
71957
+ name: "solution",
71958
+ font_class: "solution",
71959
+ unicode: "e7c5",
71960
+ unicode_decimal: 59333
71961
+ },
71962
+ {
71963
+ icon_id: "4766465",
71964
+ name: "file protect",
71965
+ font_class: "fileprotect",
71966
+ unicode: "e7c7",
71967
+ unicode_decimal: 59335
71968
+ },
71969
+ {
71970
+ icon_id: "4766468",
71971
+ name: "file-add",
71972
+ font_class: "file-add",
71973
+ unicode: "e7c8",
71974
+ unicode_decimal: 59336
71975
+ },
71976
+ {
71977
+ icon_id: "4766469",
71978
+ name: "file-excel",
71979
+ font_class: "file-excel",
71980
+ unicode: "e7c9",
71981
+ unicode_decimal: 59337
71982
+ },
71983
+ {
71984
+ icon_id: "4766470",
71985
+ name: "file-exclamation",
71986
+ font_class: "file-exclamation",
71987
+ unicode: "e7cb",
71988
+ unicode_decimal: 59339
71989
+ },
71990
+ {
71991
+ icon_id: "4766472",
71992
+ name: "file-pdf",
71993
+ font_class: "file-pdf",
71994
+ unicode: "e7cc",
71995
+ unicode_decimal: 59340
71996
+ },
71997
+ {
71998
+ icon_id: "4766473",
71999
+ name: "file-image",
72000
+ font_class: "file-image",
72001
+ unicode: "e7cd",
72002
+ unicode_decimal: 59341
72003
+ },
72004
+ {
72005
+ icon_id: "4766474",
72006
+ name: "file-markdown",
72007
+ font_class: "file-markdown",
72008
+ unicode: "e7ce",
72009
+ unicode_decimal: 59342
72010
+ },
72011
+ {
72012
+ icon_id: "4766475",
72013
+ name: "file-unknown",
72014
+ font_class: "file-unknown",
72015
+ unicode: "e7cf",
72016
+ unicode_decimal: 59343
72017
+ },
72018
+ {
72019
+ icon_id: "4766476",
72020
+ name: "file-ppt",
72021
+ font_class: "file-ppt",
72022
+ unicode: "e7d0",
72023
+ unicode_decimal: 59344
72024
+ },
72025
+ {
72026
+ icon_id: "4766477",
72027
+ name: "file-word",
72028
+ font_class: "file-word",
72029
+ unicode: "e7d1",
72030
+ unicode_decimal: 59345
72031
+ },
72032
+ {
72033
+ icon_id: "4766478",
72034
+ name: "file",
72035
+ font_class: "file",
72036
+ unicode: "e7d2",
72037
+ unicode_decimal: 59346
72038
+ },
72039
+ {
72040
+ icon_id: "4766479",
72041
+ name: "file-zip",
72042
+ font_class: "file-zip",
72043
+ unicode: "e7d3",
72044
+ unicode_decimal: 59347
72045
+ },
72046
+ {
72047
+ icon_id: "4766480",
72048
+ name: "file-text",
72049
+ font_class: "file-text",
72050
+ unicode: "e7d4",
72051
+ unicode_decimal: 59348
72052
+ },
72053
+ {
72054
+ icon_id: "4766481",
72055
+ name: "file-copy",
72056
+ font_class: "file-copy",
72057
+ unicode: "e7d5",
72058
+ unicode_decimal: 59349
72059
+ },
72060
+ {
72061
+ icon_id: "4766482",
72062
+ name: "snippets",
72063
+ font_class: "snippets",
72064
+ unicode: "e7d6",
72065
+ unicode_decimal: 59350
72066
+ },
72067
+ {
72068
+ icon_id: "4766507",
72069
+ name: "audit",
72070
+ font_class: "audit",
72071
+ unicode: "e7d7",
72072
+ unicode_decimal: 59351
72073
+ },
72074
+ {
72075
+ icon_id: "4766508",
72076
+ name: "diff",
72077
+ font_class: "diff",
72078
+ unicode: "e7d8",
72079
+ unicode_decimal: 59352
72080
+ },
72081
+ {
72082
+ icon_id: "4766509",
72083
+ name: "Batch folding",
72084
+ font_class: "Batchfolding",
72085
+ unicode: "e7d9",
72086
+ unicode_decimal: 59353
72087
+ },
72088
+ {
72089
+ icon_id: "4766511",
72090
+ name: "security scan",
72091
+ font_class: "securityscan",
72092
+ unicode: "e7da",
72093
+ unicode_decimal: 59354
72094
+ },
72095
+ {
72096
+ icon_id: "4766512",
72097
+ name: "property safety",
72098
+ font_class: "propertysafety",
72099
+ unicode: "e7db",
72100
+ unicode_decimal: 59355
72101
+ },
72102
+ {
72103
+ icon_id: "4766513",
72104
+ name: "safety certificate",
72105
+ font_class: "safetycertificate",
72106
+ unicode: "e7dc",
72107
+ unicode_decimal: 59356
72108
+ },
72109
+ {
72110
+ icon_id: "4766514",
72111
+ name: "insurance ",
72112
+ font_class: "insurance",
72113
+ unicode: "e7dd",
72114
+ unicode_decimal: 59357
72115
+ },
72116
+ {
72117
+ icon_id: "4766675",
72118
+ name: "alert",
72119
+ font_class: "alert",
72120
+ unicode: "e7de",
72121
+ unicode_decimal: 59358
72122
+ },
72123
+ {
72124
+ icon_id: "4766676",
72125
+ name: "delete",
72126
+ font_class: "delete",
72127
+ unicode: "e7df",
72128
+ unicode_decimal: 59359
72129
+ },
72130
+ {
72131
+ icon_id: "4766677",
72132
+ name: "hourglass",
72133
+ font_class: "hourglass",
72134
+ unicode: "e7e1",
72135
+ unicode_decimal: 59361
72136
+ },
72137
+ {
72138
+ icon_id: "4766678",
72139
+ name: "bulb",
72140
+ font_class: "bulb",
72141
+ unicode: "e7e2",
72142
+ unicode_decimal: 59362
72143
+ },
72144
+ {
72145
+ icon_id: "4766682",
72146
+ name: "rest",
72147
+ font_class: "rest",
72148
+ unicode: "e7e4",
72149
+ unicode_decimal: 59364
72150
+ },
72151
+ {
72152
+ icon_id: "4766683",
72153
+ name: "USB",
72154
+ font_class: "USB",
72155
+ unicode: "e7e5",
72156
+ unicode_decimal: 59365
72157
+ },
72158
+ {
72159
+ icon_id: "4766684",
72160
+ name: "skin",
72161
+ font_class: "skin",
72162
+ unicode: "e7e6",
72163
+ unicode_decimal: 59366
72164
+ },
72165
+ {
72166
+ icon_id: "4766686",
72167
+ name: "bank",
72168
+ font_class: "bank",
72169
+ unicode: "e7e8",
72170
+ unicode_decimal: 59368
72171
+ },
72172
+ {
72173
+ icon_id: "4766688",
72174
+ name: "filter",
72175
+ font_class: "filter",
72176
+ unicode: "e7e9",
72177
+ unicode_decimal: 59369
72178
+ },
72179
+ {
72180
+ icon_id: "4766689",
72181
+ name: "funnel plot",
72182
+ font_class: "funnelplot",
72183
+ unicode: "e7ea",
72184
+ unicode_decimal: 59370
72185
+ },
72186
+ {
72187
+ icon_id: "4766692",
72188
+ name: "like",
72189
+ font_class: "like",
72190
+ unicode: "e7eb",
72191
+ unicode_decimal: 59371
72192
+ },
72193
+ {
72194
+ icon_id: "4766693",
72195
+ name: "unlike",
72196
+ font_class: "unlike",
72197
+ unicode: "e7ec",
72198
+ unicode_decimal: 59372
72199
+ },
72200
+ {
72201
+ icon_id: "4766694",
72202
+ name: "unlock",
72203
+ font_class: "unlock",
72204
+ unicode: "e7ed",
72205
+ unicode_decimal: 59373
72206
+ },
72207
+ {
72208
+ icon_id: "4766695",
72209
+ name: "lock",
72210
+ font_class: "lock",
72211
+ unicode: "e7ee",
72212
+ unicode_decimal: 59374
72213
+ },
72214
+ {
72215
+ icon_id: "4766767",
72216
+ name: "flag",
72217
+ font_class: "flag",
72218
+ unicode: "e7f0",
72219
+ unicode_decimal: 59376
72220
+ },
72221
+ {
72222
+ icon_id: "4766773",
72223
+ name: "money collect",
72224
+ font_class: "moneycollect",
72225
+ unicode: "e7f1",
72226
+ unicode_decimal: 59377
72227
+ },
72228
+ {
72229
+ icon_id: "4766774",
72230
+ name: "medicinebox",
72231
+ font_class: "medicinebox",
72232
+ unicode: "e7f2",
72233
+ unicode_decimal: 59378
72234
+ },
72235
+ {
72236
+ icon_id: "4766775",
72237
+ name: "shop",
72238
+ font_class: "shop",
72239
+ unicode: "e7f3",
72240
+ unicode_decimal: 59379
72241
+ },
72242
+ {
72243
+ icon_id: "4766778",
72244
+ name: "rocket",
72245
+ font_class: "rocket",
72246
+ unicode: "e7f4",
72247
+ unicode_decimal: 59380
72248
+ },
72249
+ {
72250
+ icon_id: "4766779",
72251
+ name: "shopping",
72252
+ font_class: "shopping",
72253
+ unicode: "e7f5",
72254
+ unicode_decimal: 59381
72255
+ },
72256
+ {
72257
+ icon_id: "4766846",
72258
+ name: "folder",
72259
+ font_class: "folder",
72260
+ unicode: "e7f6",
72261
+ unicode_decimal: 59382
72262
+ },
72263
+ {
72264
+ icon_id: "4766847",
72265
+ name: "folder-open",
72266
+ font_class: "folder-open",
72267
+ unicode: "e7f7",
72268
+ unicode_decimal: 59383
72269
+ },
72270
+ {
72271
+ icon_id: "4766848",
72272
+ name: "folder-add",
72273
+ font_class: "folder-add",
72274
+ unicode: "e7f8",
72275
+ unicode_decimal: 59384
72276
+ },
72277
+ {
72278
+ icon_id: "4766854",
72279
+ name: "account book",
72280
+ font_class: "accountbook",
72281
+ unicode: "e7f9",
72282
+ unicode_decimal: 59385
72283
+ },
72284
+ {
72285
+ icon_id: "4766856",
72286
+ name: "carry out",
72287
+ font_class: "carryout",
72288
+ unicode: "e7fa",
72289
+ unicode_decimal: 59386
72290
+ },
72291
+ {
72292
+ icon_id: "4766857",
72293
+ name: "calendar-check",
72294
+ font_class: "calendar-check",
72295
+ unicode: "e7fb",
72296
+ unicode_decimal: 59387
72297
+ },
72298
+ {
72299
+ icon_id: "4766858",
72300
+ name: "calendar",
72301
+ font_class: "calendar",
72302
+ unicode: "e7fd",
72303
+ unicode_decimal: 59389
72304
+ },
72305
+ {
72306
+ icon_id: "4766861",
72307
+ name: "scan",
72308
+ font_class: "scan",
72309
+ unicode: "e7fe",
72310
+ unicode_decimal: 59390
72311
+ },
72312
+ {
72313
+ icon_id: "4766862",
72314
+ name: "select",
72315
+ font_class: "select",
72316
+ unicode: "e7ff",
72317
+ unicode_decimal: 59391
72318
+ },
72319
+ {
72320
+ icon_id: "4766874",
72321
+ name: "sliders",
72322
+ font_class: "sliders",
72323
+ unicode: "e800",
72324
+ unicode_decimal: 59392
72325
+ },
72326
+ {
72327
+ icon_id: "4766881",
72328
+ name: "laptop",
72329
+ font_class: "laptop",
72330
+ unicode: "e801",
72331
+ unicode_decimal: 59393
72332
+ },
72333
+ {
72334
+ icon_id: "4766883",
72335
+ name: "camera",
72336
+ font_class: "camera",
72337
+ unicode: "e802",
72338
+ unicode_decimal: 59394
72339
+ },
72340
+ {
72341
+ icon_id: "4766887",
72342
+ name: "printer",
72343
+ font_class: "printer",
72344
+ unicode: "e803",
72345
+ unicode_decimal: 59395
72346
+ },
72347
+ {
72348
+ icon_id: "4766888",
72349
+ name: "read",
72350
+ font_class: "read",
72351
+ unicode: "e804",
72352
+ unicode_decimal: 59396
72353
+ },
72354
+ {
72355
+ icon_id: "4766900",
72356
+ name: "cloud-server",
72357
+ font_class: "cloud-server",
72358
+ unicode: "e805",
72359
+ unicode_decimal: 59397
72360
+ },
72361
+ {
72362
+ icon_id: "4766901",
72363
+ name: "cloud-upload",
72364
+ font_class: "cloud-upload",
72365
+ unicode: "e806",
72366
+ unicode_decimal: 59398
72367
+ },
72368
+ {
72369
+ icon_id: "4766902",
72370
+ name: "cloud",
72371
+ font_class: "cloud",
72372
+ unicode: "e807",
72373
+ unicode_decimal: 59399
72374
+ },
72375
+ {
72376
+ icon_id: "4766903",
72377
+ name: "cloud-download",
72378
+ font_class: "cloud-download",
72379
+ unicode: "e808",
72380
+ unicode_decimal: 59400
72381
+ },
72382
+ {
72383
+ icon_id: "4766904",
72384
+ name: "cloud-sync",
72385
+ font_class: "cloud-sync",
72386
+ unicode: "e809",
72387
+ unicode_decimal: 59401
72388
+ },
72389
+ {
72390
+ icon_id: "4766905",
72391
+ name: "video",
72392
+ font_class: "video",
72393
+ unicode: "e80a",
72394
+ unicode_decimal: 59402
72395
+ },
72396
+ {
72397
+ icon_id: "4766906",
72398
+ name: "notification",
72399
+ font_class: "notification",
72400
+ unicode: "e80b",
72401
+ unicode_decimal: 59403
72402
+ },
72403
+ {
72404
+ icon_id: "4766907",
72405
+ name: "sound",
72406
+ font_class: "sound",
72407
+ unicode: "e80c",
72408
+ unicode_decimal: 59404
72409
+ },
72410
+ {
72411
+ icon_id: "4766912",
72412
+ name: "qrcode",
72413
+ font_class: "qrcode",
72414
+ unicode: "e80d",
72415
+ unicode_decimal: 59405
72416
+ },
72417
+ {
72418
+ icon_id: "4766916",
72419
+ name: "fund",
72420
+ font_class: "fund",
72421
+ unicode: "e80e",
72422
+ unicode_decimal: 59406
72423
+ },
72424
+ {
72425
+ icon_id: "4766917",
72426
+ name: "image",
72427
+ font_class: "image",
72428
+ unicode: "e80f",
72429
+ unicode_decimal: 59407
72430
+ },
72431
+ {
72432
+ icon_id: "4766918",
72433
+ name: "mail",
72434
+ font_class: "mail",
72435
+ unicode: "e810",
72436
+ unicode_decimal: 59408
72437
+ },
72438
+ {
72439
+ icon_id: "4766920",
72440
+ name: "id card",
72441
+ font_class: "idcard",
72442
+ unicode: "e811",
72443
+ unicode_decimal: 59409
72444
+ },
72445
+ {
72446
+ icon_id: "4766921",
72447
+ name: "credit card",
72448
+ font_class: "creditcard",
72449
+ unicode: "e812",
72450
+ unicode_decimal: 59410
72451
+ },
72452
+ {
72453
+ icon_id: "4766953",
72454
+ name: "error",
72455
+ font_class: "error",
72456
+ unicode: "e814",
72457
+ unicode_decimal: 59412
72458
+ },
72459
+ {
72460
+ icon_id: "4766957",
72461
+ name: "wifi",
72462
+ font_class: "wifi",
72463
+ unicode: "e816",
72464
+ unicode_decimal: 59414
72465
+ },
72466
+ {
72467
+ icon_id: "4766958",
72468
+ name: "attachment",
72469
+ font_class: "attachment",
72470
+ unicode: "e817",
72471
+ unicode_decimal: 59415
72472
+ },
72473
+ {
72474
+ icon_id: "4766959",
72475
+ name: "edit",
72476
+ font_class: "edit",
72477
+ unicode: "e818",
72478
+ unicode_decimal: 59416
72479
+ },
72480
+ {
72481
+ icon_id: "4766960",
72482
+ name: "key",
72483
+ font_class: "key",
72484
+ unicode: "e819",
72485
+ unicode_decimal: 59417
72486
+ },
72487
+ {
72488
+ icon_id: "4766961",
72489
+ name: "api",
72490
+ font_class: "api",
72491
+ unicode: "e81a",
72492
+ unicode_decimal: 59418
72493
+ },
72494
+ {
72495
+ icon_id: "4766962",
72496
+ name: "disconnect",
72497
+ font_class: "disconnect",
72498
+ unicode: "e81b",
72499
+ unicode_decimal: 59419
72500
+ },
72501
+ {
72502
+ icon_id: "4766964",
72503
+ name: "monitor",
72504
+ font_class: "monitor",
72505
+ unicode: "e81c",
72506
+ unicode_decimal: 59420
72507
+ },
72508
+ {
72509
+ icon_id: "4766965",
72510
+ name: "link",
72511
+ font_class: "link",
72512
+ unicode: "e81d",
72513
+ unicode_decimal: 59421
72514
+ },
72515
+ {
72516
+ icon_id: "4766966",
72517
+ name: "man",
72518
+ font_class: "man",
72519
+ unicode: "e81e",
72520
+ unicode_decimal: 59422
72521
+ },
72522
+ {
72523
+ icon_id: "4766967",
72524
+ name: "percentage",
72525
+ font_class: "percentage",
72526
+ unicode: "e81f",
72527
+ unicode_decimal: 59423
72528
+ },
72529
+ {
72530
+ icon_id: "4766969",
72531
+ name: "pushpin",
72532
+ font_class: "pushpin",
72533
+ unicode: "e820",
72534
+ unicode_decimal: 59424
72535
+ },
72536
+ {
72537
+ icon_id: "4766970",
72538
+ name: "phone",
72539
+ font_class: "phone",
72540
+ unicode: "e821",
72541
+ unicode_decimal: 59425
72542
+ },
72543
+ {
72544
+ icon_id: "4766971",
72545
+ name: "shake",
72546
+ font_class: "shake",
72547
+ unicode: "e822",
72548
+ unicode_decimal: 59426
72549
+ },
72550
+ {
72551
+ icon_id: "4766972",
72552
+ name: "tag",
72553
+ font_class: "tag",
72554
+ unicode: "e823",
72555
+ unicode_decimal: 59427
72556
+ },
72557
+ {
72558
+ icon_id: "4766973",
72559
+ name: "wrench",
72560
+ font_class: "wrench",
72561
+ unicode: "e824",
72562
+ unicode_decimal: 59428
72563
+ },
72564
+ {
72565
+ icon_id: "4766975",
72566
+ name: "tags",
72567
+ font_class: "tags",
72568
+ unicode: "e825",
72569
+ unicode_decimal: 59429
72570
+ },
72571
+ {
72572
+ icon_id: "4766982",
72573
+ name: "scissor",
72574
+ font_class: "scissor",
72575
+ unicode: "e826",
72576
+ unicode_decimal: 59430
72577
+ },
72578
+ {
72579
+ icon_id: "4767006",
72580
+ name: "shrink",
72581
+ font_class: "shrink",
72582
+ unicode: "e827",
72583
+ unicode_decimal: 59431
72584
+ },
72585
+ {
72586
+ icon_id: "4767007",
72587
+ name: "arrawsalt",
72588
+ font_class: "arrawsalt",
72589
+ unicode: "e828",
72590
+ unicode_decimal: 59432
72591
+ },
72592
+ {
72593
+ icon_id: "4767009",
72594
+ name: "vertical right",
72595
+ font_class: "verticalright",
72596
+ unicode: "e829",
72597
+ unicode_decimal: 59433
72598
+ },
72599
+ {
72600
+ icon_id: "4767010",
72601
+ name: "vertical left",
72602
+ font_class: "verticalleft",
72603
+ unicode: "e82a",
72604
+ unicode_decimal: 59434
72605
+ },
72606
+ {
72607
+ icon_id: "4767011",
72608
+ name: "right",
72609
+ font_class: "right",
72610
+ unicode: "e82b",
72611
+ unicode_decimal: 59435
72612
+ },
72613
+ {
72614
+ icon_id: "4767012",
72615
+ name: "left",
72616
+ font_class: "left",
72617
+ unicode: "e82c",
72618
+ unicode_decimal: 59436
72619
+ },
72620
+ {
72621
+ icon_id: "4767013",
72622
+ name: "up",
72623
+ font_class: "up",
72624
+ unicode: "e82d",
72625
+ unicode_decimal: 59437
72626
+ },
72627
+ {
72628
+ icon_id: "4767014",
72629
+ name: "down",
72630
+ font_class: "down",
72631
+ unicode: "e82e",
72632
+ unicode_decimal: 59438
72633
+ },
72634
+ {
72635
+ icon_id: "4767015",
72636
+ name: "fullscreen",
72637
+ font_class: "fullscreen",
72638
+ unicode: "e82f",
72639
+ unicode_decimal: 59439
72640
+ },
72641
+ {
72642
+ icon_id: "4767016",
72643
+ name: "fullscreen-exit",
72644
+ font_class: "fullscreen-exit",
72645
+ unicode: "e830",
72646
+ unicode_decimal: 59440
72647
+ },
72648
+ {
72649
+ icon_id: "4767018",
72650
+ name: "doubleleft",
72651
+ font_class: "doubleleft",
72652
+ unicode: "e831",
72653
+ unicode_decimal: 59441
72654
+ },
72655
+ {
72656
+ icon_id: "4767019",
72657
+ name: "double right",
72658
+ font_class: "doubleright",
72659
+ unicode: "e832",
72660
+ unicode_decimal: 59442
72661
+ },
72662
+ {
72663
+ icon_id: "4767020",
72664
+ name: "arrowright",
72665
+ font_class: "arrowright",
72666
+ unicode: "e833",
72667
+ unicode_decimal: 59443
72668
+ },
72669
+ {
72670
+ icon_id: "4767021",
72671
+ name: "arrowup",
72672
+ font_class: "arrowup",
72673
+ unicode: "e834",
72674
+ unicode_decimal: 59444
72675
+ },
72676
+ {
72677
+ icon_id: "4767022",
72678
+ name: "arrowleft",
72679
+ font_class: "arrowleft",
72680
+ unicode: "e835",
72681
+ unicode_decimal: 59445
72682
+ },
72683
+ {
72684
+ icon_id: "4767023",
72685
+ name: "arrowdown",
72686
+ font_class: "arrowdown",
72687
+ unicode: "e836",
72688
+ unicode_decimal: 59446
72689
+ },
72690
+ {
72691
+ icon_id: "4767025",
72692
+ name: "upload",
72693
+ font_class: "upload",
72694
+ unicode: "e837",
72695
+ unicode_decimal: 59447
72696
+ },
72697
+ {
72698
+ icon_id: "4767026",
72699
+ name: "colum-height",
72700
+ font_class: "colum-height",
72701
+ unicode: "e838",
72702
+ unicode_decimal: 59448
72703
+ },
72704
+ {
72705
+ icon_id: "4767027",
72706
+ name: "vertical-align-botto",
72707
+ font_class: "vertical-align-botto",
72708
+ unicode: "e839",
72709
+ unicode_decimal: 59449
72710
+ },
72711
+ {
72712
+ icon_id: "4767028",
72713
+ name: "vertical-align-middl",
72714
+ font_class: "vertical-align-middl",
72715
+ unicode: "e83a",
72716
+ unicode_decimal: 59450
72717
+ },
72718
+ {
72719
+ icon_id: "4767029",
72720
+ name: "totop",
72721
+ font_class: "totop",
72722
+ unicode: "e83b",
72723
+ unicode_decimal: 59451
72724
+ },
72725
+ {
72726
+ icon_id: "4767030",
72727
+ name: "vertical-align-top",
72728
+ font_class: "vertical-align-top",
72729
+ unicode: "e83c",
72730
+ unicode_decimal: 59452
72731
+ },
72732
+ {
72733
+ icon_id: "4767031",
72734
+ name: "download",
72735
+ font_class: "download",
72736
+ unicode: "e83d",
72737
+ unicode_decimal: 59453
72738
+ },
72739
+ {
72740
+ icon_id: "4767044",
72741
+ name: "swap",
72742
+ font_class: "swap",
72743
+ unicode: "e83e",
72744
+ unicode_decimal: 59454
72745
+ },
72746
+ {
72747
+ icon_id: "4767045",
72748
+ name: "stock",
72749
+ font_class: "stock",
72750
+ unicode: "e83f",
72751
+ unicode_decimal: 59455
72752
+ },
72753
+ {
72754
+ icon_id: "4767046",
72755
+ name: "rise",
72756
+ font_class: "rise",
72757
+ unicode: "e840",
72758
+ unicode_decimal: 59456
72759
+ },
72760
+ {
72761
+ icon_id: "4767050",
72762
+ name: "indent",
72763
+ font_class: "indent",
72764
+ unicode: "e841",
72765
+ unicode_decimal: 59457
72766
+ },
72767
+ {
72768
+ icon_id: "4767051",
72769
+ name: "outdent",
72770
+ font_class: "outdent",
72771
+ unicode: "e842",
72772
+ unicode_decimal: 59458
72773
+ },
72774
+ {
72775
+ icon_id: "4767059",
72776
+ name: "menu",
72777
+ font_class: "menu",
72778
+ unicode: "e843",
72779
+ unicode_decimal: 59459
72780
+ },
72781
+ {
72782
+ icon_id: "4767060",
72783
+ name: "unordered list",
72784
+ font_class: "unorderedlist",
72785
+ unicode: "e844",
72786
+ unicode_decimal: 59460
72787
+ },
72788
+ {
72789
+ icon_id: "4767061",
72790
+ name: "ordered list",
72791
+ font_class: "orderedlist",
72792
+ unicode: "e845",
72793
+ unicode_decimal: 59461
72794
+ },
72795
+ {
72796
+ icon_id: "4767062",
72797
+ name: "align-right",
72798
+ font_class: "align-right",
72799
+ unicode: "e846",
72800
+ unicode_decimal: 59462
72801
+ },
72802
+ {
72803
+ icon_id: "4767063",
72804
+ name: "align-center",
72805
+ font_class: "align-center",
72806
+ unicode: "e847",
72807
+ unicode_decimal: 59463
72808
+ },
72809
+ {
72810
+ icon_id: "4767064",
72811
+ name: "align-left",
72812
+ font_class: "align-left",
72813
+ unicode: "e848",
72814
+ unicode_decimal: 59464
72815
+ },
72816
+ {
72817
+ icon_id: "4767072",
72818
+ name: "pic-center",
72819
+ font_class: "pic-center",
72820
+ unicode: "e849",
72821
+ unicode_decimal: 59465
72822
+ },
72823
+ {
72824
+ icon_id: "4767073",
72825
+ name: "pic-right",
72826
+ font_class: "pic-right",
72827
+ unicode: "e84a",
72828
+ unicode_decimal: 59466
72829
+ },
72830
+ {
72831
+ icon_id: "4765721",
72832
+ name: "check-circle",
72833
+ font_class: "check-circle",
72834
+ unicode: "e77d",
72835
+ unicode_decimal: 59261
72836
+ },
72837
+ {
72838
+ icon_id: "4765725",
72839
+ name: "close-circle",
72840
+ font_class: "close-circle",
72841
+ unicode: "e77e",
72842
+ unicode_decimal: 59262
72843
+ },
72844
+ {
72845
+ icon_id: "4765727",
72846
+ name: "info-circle",
72847
+ font_class: "info-circle",
72848
+ unicode: "e77f",
72849
+ unicode_decimal: 59263
72850
+ },
72851
+ {
72852
+ icon_id: "4765728",
72853
+ name: "left-circle",
72854
+ font_class: "left-circle",
72855
+ unicode: "e780",
72856
+ unicode_decimal: 59264
72857
+ },
72858
+ {
72859
+ icon_id: "4765729",
72860
+ name: "down-circle",
72861
+ font_class: "down-circle",
72862
+ unicode: "e781",
72863
+ unicode_decimal: 59265
72864
+ },
72865
+ {
72866
+ icon_id: "4765732",
72867
+ name: "minus-circle",
72868
+ font_class: "minus-circle",
72869
+ unicode: "e782",
72870
+ unicode_decimal: 59266
72871
+ },
72872
+ {
72873
+ icon_id: "4936673",
72874
+ name: "star-fill",
72875
+ font_class: "star-fill",
72876
+ unicode: "e86a",
72877
+ unicode_decimal: 59498
72878
+ },
72879
+ {
72880
+ icon_id: "4766680",
72881
+ name: "bell",
72882
+ font_class: "bell",
72883
+ unicode: "e7c4",
72884
+ unicode_decimal: 59332
72885
+ },
72886
+ {
72887
+ icon_id: "4765866",
72888
+ name: "message",
72889
+ font_class: "message",
72890
+ unicode: "e78a",
72891
+ unicode_decimal: 59274
72892
+ },
72893
+ {
72894
+ icon_id: "4765887",
72895
+ name: "poweroff",
72896
+ font_class: "poweroff",
72897
+ unicode: "e78c",
72898
+ unicode_decimal: 59276
72899
+ },
72900
+ {
72901
+ icon_id: "4765888",
72902
+ name: "logout",
72903
+ font_class: "logout",
72904
+ unicode: "e78d",
72905
+ unicode_decimal: 59277
72906
+ },
72907
+ {
72908
+ icon_id: "4765891",
72909
+ name: "setting",
72910
+ font_class: "setting",
72911
+ unicode: "e78e",
72912
+ unicode_decimal: 59278
72913
+ },
72914
+ {
72915
+ icon_id: "4766685",
72916
+ name: "home",
72917
+ font_class: "home",
72918
+ unicode: "e7c6",
72919
+ unicode_decimal: 59334
72920
+ },
72921
+ {
72922
+ icon_id: "4766762",
72923
+ name: "customerservice",
72924
+ font_class: "customerservice",
72925
+ unicode: "e7ca",
72926
+ unicode_decimal: 59338
72927
+ },
72928
+ {
72929
+ icon_id: "4766951",
72930
+ name: "heart",
72931
+ font_class: "heart",
72932
+ unicode: "e7df",
72933
+ unicode_decimal: 59359
72934
+ },
72935
+ {
72936
+ icon_id: "4766954",
72937
+ name: "star",
72938
+ font_class: "star",
72939
+ unicode: "e7e0",
72940
+ unicode_decimal: 59360
72941
+ },
72942
+ {
72943
+ icon_id: "4767096",
72944
+ name: "close",
72945
+ font_class: "close1",
72946
+ unicode: "e7fc",
72947
+ unicode_decimal: 59388
72948
+ },
72949
+ {
72950
+ icon_id: "4936519",
72951
+ name: "heart-fill",
72952
+ font_class: "heart-fill",
72953
+ unicode: "e849",
72954
+ unicode_decimal: 59465
72955
+ },
72956
+ {
72957
+ icon_id: "6598316",
72958
+ name: "comment",
72959
+ font_class: "comment",
72960
+ unicode: "e8e8",
72961
+ unicode_decimal: 59624
72962
+ },
72963
+ {
72964
+ icon_id: "6598322",
72965
+ name: "whatsapp",
72966
+ font_class: "whatsapp",
72967
+ unicode: "e8ea",
72968
+ unicode_decimal: 59626
72969
+ }
72970
+ ];
72971
+ var iconJson = {
72972
+ id: id,
72973
+ name: name,
72974
+ font_family: font_family,
72975
+ css_prefix_text: css_prefix_text,
72976
+ description: description,
72977
+ glyphs: glyphs
72978
+ };
69769
72979
 
69770
- var CLMDropdown = function CLMDropdown(props) {
69771
- var children = props.children,
69772
- className = props.className,
69773
- overlayClassName = props.overlayClassName,
69774
- others = _objectWithoutProperties(props, _excluded$15);
72980
+ var _excluded$17 = ["item"];
72981
+ // visible: boolean
72982
+ // onClose: fn
72983
+ // value: string
72984
+ // onChange: fn
72985
+ // }
69775
72986
 
69776
- return /*#__PURE__*/React__default['default'].createElement(_Dropdown__default['default'], _extends({
69777
- className: classnames(className, prefixCls$4)
69778
- }, others, {
69779
- overlayClassName: classnames(overlayClassName, 'lm_dropdown_overlay')
69780
- }), children);
69781
- };
72987
+ var IconSelect = function IconSelect(_ref) {
72988
+ var visible = _ref.visible,
72989
+ onClose = _ref.onClose,
72990
+ _ref$value = _ref.value,
72991
+ value = _ref$value === void 0 ? '' : _ref$value,
72992
+ onChange = _ref.onChange;
69782
72993
 
69783
- var LMDropdown = CLMDropdown;
72994
+ var _useState = React.useState(),
72995
+ _useState2 = _slicedToArray(_useState, 2),
72996
+ active = _useState2[0],
72997
+ setActive = _useState2[1];
69784
72998
 
69785
- LMDropdown.Button = function (props) {
69786
- return /*#__PURE__*/React__default['default'].createElement(_Dropdown__default['default'].Button, _extends({
69787
- size: "small"
69788
- }, props, {
69789
- overlayClassName: classnames(props.overlayClassName, 'lm_dropdown_overlay'),
69790
- className: classnames(props.className, 'lm_dropdown_button')
69791
- }));
69792
- };
72999
+ var options = React.useMemo(function () {
73000
+ var result = [];
73001
+ var originData = iconJson.glyphs;
69793
73002
 
69794
- var _excluded$16 = ["children", "className", "size", "dropdownClassName"];
69795
- var prefixCls$5 = 'lm_select';
73003
+ for (var i = 0, len = originData.length; i < len; i += 4) {
73004
+ result.push(originData.slice(i, i + 4));
73005
+ }
69796
73006
 
69797
- var CLMSelect = function CLMSelect(props) {
69798
- var children = props.children,
69799
- className = props.className,
69800
- _props$size = props.size,
69801
- size = _props$size === void 0 ? 'small' : _props$size,
69802
- dropdownClassName = props.dropdownClassName,
69803
- others = _objectWithoutProperties(props, _excluded$16);
73007
+ return result;
73008
+ }, []);
69804
73009
 
69805
- return /*#__PURE__*/React__default['default'].createElement(_Select__default['default'], _extends({
69806
- className: classnames(className, prefixCls$5),
69807
- size: size
69808
- }, others, {
69809
- dropdownClassName: classnames('lm_select_dropdown', dropdownClassName)
69810
- }), children);
69811
- };
73010
+ var onSave = function onSave() {
73011
+ onChange === null || onChange === void 0 ? void 0 : onChange(active);
73012
+ onClose === null || onClose === void 0 ? void 0 : onClose();
73013
+ };
69812
73014
 
69813
- var LMSelect = CLMSelect;
69814
- LMSelect.Option = _Select__default['default'].Option;
69815
- LMSelect.OptGroup = _Select__default['default'].OptGroup;
73015
+ var onDoubleClick = function onDoubleClick(e) {
73016
+ e.preventDefault();
73017
+ e.stopPropagation();
73018
+ onSave();
73019
+ };
73020
+
73021
+ React.useEffect(function () {
73022
+ if (visible) {
73023
+ setActive(value);
73024
+ }
73025
+ }, [visible]);
73026
+ var config = {
73027
+ title: '选择图标',
73028
+ visible: visible,
73029
+ size: 'small',
73030
+ onOk: onSave,
73031
+ onCancel: onClose // footer: [
73032
+ // <Button key="cancel" onClick={onClose} size="middle">
73033
+ // 取消
73034
+ // </Button>,
73035
+ // <Button type="primary" key="back" onClick={onSave} size="middle">
73036
+ // 确定
73037
+ // </Button>,
73038
+ // ],
73039
+
73040
+ };
73041
+ return /*#__PURE__*/React__default['default'].createElement(React__default['default'].Fragment, null, /*#__PURE__*/React__default['default'].createElement(linkmoreDesign.Modal, config, /*#__PURE__*/React__default['default'].createElement("div", {
73042
+ className: "lm-icon_select"
73043
+ }, /*#__PURE__*/React__default['default'].createElement(linkmoreDesign.VirtualList, {
73044
+ options: options
73045
+ }, function (_ref2) {
73046
+ var item = _ref2.item,
73047
+ resetProps = _objectWithoutProperties(_ref2, _excluded$17);
73048
+
73049
+ return /*#__PURE__*/React__default['default'].createElement("div", _extends({}, resetProps, {
73050
+ className: "lm-icon_row"
73051
+ }), item === null || item === void 0 ? void 0 : item.map(function (v) {
73052
+ return /*#__PURE__*/React__default['default'].createElement("div", {
73053
+ key: v.font_class,
73054
+ className: "lm-icon_col_wrapper"
73055
+ }, /*#__PURE__*/React__default['default'].createElement("div", {
73056
+ className: classnames('lm-icon_col', "lmweb-".concat(v.font_class) === active && 'lm-icon_active'),
73057
+ onClick: function onClick() {
73058
+ return setActive("lmweb-".concat(v.font_class));
73059
+ },
73060
+ onDoubleClick: onDoubleClick
73061
+ }, /*#__PURE__*/React__default['default'].createElement(linkmoreDesign.IconFont, {
73062
+ type: "lmweb-".concat(v.font_class)
73063
+ })));
73064
+ }));
73065
+ }))));
73066
+ };
69816
73067
 
69817
73068
  Object.defineProperty(exports, 'Space', {
69818
73069
  enumerable: true,
@@ -69820,6 +73071,12 @@
69820
73071
  return _Space__default['default'];
69821
73072
  }
69822
73073
  });
73074
+ Object.defineProperty(exports, 'notification', {
73075
+ enumerable: true,
73076
+ get: function () {
73077
+ return _notification__default['default'];
73078
+ }
73079
+ });
69823
73080
  exports.Button = LMButton;
69824
73081
  exports.ButtonTags = ButtonTags;
69825
73082
  exports.Checkbox = LMCheckBox;
@@ -69832,6 +73089,7 @@
69832
73089
  exports.Filter = Index$g;
69833
73090
  exports.Icon = Icon$2;
69834
73091
  exports.IconFont = IconFont;
73092
+ exports.IconSelect = IconSelect;
69835
73093
  exports.Input = LmInput;
69836
73094
  exports.InputNumber = CInputNumber;
69837
73095
  exports.LMTabBar = LMTabBar;