@bit-sun/business-component 3.1.6 → 3.1.8

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 (219) hide show
  1. package/.editorconfig +16 -16
  2. package/.fatherrc.ts +5 -5
  3. package/.gitlab-ci.yml +179 -179
  4. package/.prettierignore +7 -7
  5. package/.prettierrc +11 -11
  6. package/.umirc.ts +74 -74
  7. package/README.md +27 -27
  8. package/dist/index.esm.js +210 -154
  9. package/dist/index.js +210 -153
  10. package/dist/utils/utils.d.ts +1 -0
  11. package/docs/index.md +21 -21
  12. package/lib/assets/drag.svg +17 -17
  13. package/lib/assets/exportFail.svg +37 -37
  14. package/lib/assets/exportProcessing.svg +28 -28
  15. package/lib/assets/exportSuccess.svg +34 -34
  16. package/lib/assets/label_icon_bottom.svg +25 -25
  17. package/lib/assets/upExport.svg +22 -22
  18. package/package.json +88 -88
  19. package/src/assets/32.svg +27 -27
  20. package/src/assets/addIcon.svg +17 -17
  21. package/src/assets/allfunc.svg +27 -27
  22. package/src/assets/arrowRight.svg +24 -24
  23. package/src/assets/arrow_top.svg +17 -17
  24. package/src/assets/btn-delete.svg +29 -29
  25. package/src/assets/btn-edit.svg +19 -19
  26. package/src/assets/btn-more.svg +17 -17
  27. package/src/assets/btn-submit.svg +19 -19
  28. package/src/assets/caidan.svg +11 -11
  29. package/src/assets/close.svg +26 -26
  30. package/src/assets/drag.svg +17 -17
  31. package/src/assets/exportFail.svg +37 -37
  32. package/src/assets/exportProcessing.svg +28 -28
  33. package/src/assets/exportSuccess.svg +34 -34
  34. package/src/assets/fixed-left-active.svg +11 -11
  35. package/src/assets/fixed-left.svg +15 -15
  36. package/src/assets/fixed-right-active.svg +11 -11
  37. package/src/assets/fixed-right.svg +15 -15
  38. package/src/assets/guanbi.svg +15 -15
  39. package/src/assets/icon-quanping.svg +15 -15
  40. package/src/assets/icon-shezhi.svg +17 -17
  41. package/src/assets/label_icon_bottom.svg +25 -25
  42. package/src/assets/list-no-img.svg +21 -21
  43. package/src/assets/morentouxiang-32.svg +23 -23
  44. package/src/assets/scanning.svg +24 -24
  45. package/src/assets/upExport.svg +22 -22
  46. package/src/common/ENUM.ts +41 -41
  47. package/src/components/Business/AddSelectBusiness/index.md +398 -398
  48. package/src/components/Business/AddSelectBusiness/index.tsx +1116 -1116
  49. package/src/components/Business/BsLayouts/Components/AllFunc/drawContent.tsx +112 -112
  50. package/src/components/Business/BsLayouts/Components/AllFunc/index.less +153 -153
  51. package/src/components/Business/BsLayouts/Components/AllFunc/index.tsx +70 -70
  52. package/src/components/Business/BsLayouts/Components/ChooseStore/index.tsx +193 -193
  53. package/src/components/Business/BsLayouts/Components/ChooseStore/services.ts +10 -10
  54. package/src/components/Business/BsLayouts/Components/CustomerMenu/MenuSetting/index.less +90 -90
  55. package/src/components/Business/BsLayouts/Components/CustomerMenu/MenuSetting/index.tsx +37 -37
  56. package/src/components/Business/BsLayouts/Components/CustomerMenu/MenuSetting/leftTree.tsx +242 -242
  57. package/src/components/Business/BsLayouts/Components/CustomerMenu/MenuSetting/rightTree.tsx +384 -384
  58. package/src/components/Business/BsLayouts/Components/CustomerMenu/globalMenu/DrawContent.tsx +285 -285
  59. package/src/components/Business/BsLayouts/Components/CustomerMenu/globalMenu/customMenuHeader.tsx +74 -74
  60. package/src/components/Business/BsLayouts/Components/CustomerMenu/globalMenu/drawContent.less +170 -170
  61. package/src/components/Business/BsLayouts/Components/CustomerMenu/index.less +64 -64
  62. package/src/components/Business/BsLayouts/Components/CustomerMenu/index.tsx +153 -153
  63. package/src/components/Business/BsLayouts/Components/GlobalHeader/index.less +72 -72
  64. package/src/components/Business/BsLayouts/Components/GlobalHeader/index.tsx +163 -163
  65. package/src/components/Business/BsLayouts/Components/RightContent/LoginModal.tsx +85 -85
  66. package/src/components/Business/BsLayouts/Components/RightContent/home.less +218 -218
  67. package/src/components/Business/BsLayouts/Components/RightContent/i18n.ts +8 -8
  68. package/src/components/Business/BsLayouts/Components/RightContent/index.tsx +172 -172
  69. package/src/components/Business/BsLayouts/Components/SearchFunc/index.less +160 -160
  70. package/src/components/Business/BsLayouts/Components/SearchFunc/index.tsx +75 -75
  71. package/src/components/Business/BsLayouts/index.less +79 -79
  72. package/src/components/Business/BsLayouts/index.tsx +1606 -1606
  73. package/src/components/Business/BsLayouts/service.ts +10 -10
  74. package/src/components/Business/BsLayouts/utils.tsx +205 -205
  75. package/src/components/Business/BsSulaQueryTable/SearchItemSetting.tsx +566 -566
  76. package/src/components/Business/BsSulaQueryTable/bssulaquerytable.less +5 -5
  77. package/src/components/Business/BsSulaQueryTable/index.less +227 -227
  78. package/src/components/Business/BsSulaQueryTable/index.tsx +765 -772
  79. package/src/components/Business/BsSulaQueryTable/setting.tsx +888 -888
  80. package/src/components/Business/BsSulaQueryTable/utils.less +65 -65
  81. package/src/components/Business/BsSulaQueryTable/utils.tsx +709 -709
  82. package/src/components/Business/CommodityEntry/index.md +84 -84
  83. package/src/components/Business/CommodityEntry/index.tsx +82 -82
  84. package/src/components/Business/CommonAlert/index.tsx +23 -23
  85. package/src/components/Business/CommonGuideWrapper/index.less +121 -121
  86. package/src/components/Business/CommonGuideWrapper/index.md +39 -39
  87. package/src/components/Business/CommonGuideWrapper/index.tsx +94 -94
  88. package/src/components/Business/DetailPageWrapper/index.less +87 -87
  89. package/src/components/Business/DetailPageWrapper/index.tsx +327 -327
  90. package/src/components/Business/DetailPageWrapper/utils.tsx +166 -166
  91. package/src/components/Business/HomePageWrapper/index.less +33 -33
  92. package/src/components/Business/HomePageWrapper/index.md +45 -45
  93. package/src/components/Business/HomePageWrapper/index.tsx +162 -162
  94. package/src/components/Business/JsonQueryTable/components/FieldsModifyModal.tsx +823 -823
  95. package/src/components/Business/JsonQueryTable/components/FieldsSettingsTable.tsx +205 -205
  96. package/src/components/Business/JsonQueryTable/components/Formula.tsx +205 -205
  97. package/src/components/Business/JsonQueryTable/components/MaintainOptions.tsx +127 -127
  98. package/src/components/Business/JsonQueryTable/configButton/index.js +20 -20
  99. package/src/components/Business/JsonQueryTable/configTree/component/compactArrayView.js +25 -25
  100. package/src/components/Business/JsonQueryTable/configTree/component/compactObjectView.js +30 -30
  101. package/src/components/Business/JsonQueryTable/configTree/index.js +82 -82
  102. package/src/components/Business/JsonQueryTable/configTree/index.less +44 -44
  103. package/src/components/Business/JsonQueryTable/configTree/parser/highlight.js +57 -57
  104. package/src/components/Business/JsonQueryTable/configTree/parser/index.js +124 -124
  105. package/src/components/Business/JsonQueryTable/configTree/render/iconRender.js +29 -29
  106. package/src/components/Business/JsonQueryTable/configTree/render/nameRender.js +22 -22
  107. package/src/components/Business/JsonQueryTable/configTree/treeNode.js +116 -116
  108. package/src/components/Business/JsonQueryTable/drawer/index.tsx +12 -12
  109. package/src/components/Business/JsonQueryTable/function.ts +62 -62
  110. package/src/components/Business/JsonQueryTable/index.less +16 -16
  111. package/src/components/Business/JsonQueryTable/index.md +328 -328
  112. package/src/components/Business/JsonQueryTable/index.tsx +534 -534
  113. package/src/components/Business/JsonQueryTable/jsonEditor/index.js +346 -346
  114. package/src/components/Business/JsonQueryTable/jsonEditor/index.less +22 -22
  115. package/src/components/Business/JsonQueryTable/jsonEditor/lint/basicType.js +147 -147
  116. package/src/components/Business/JsonQueryTable/jsonEditor/lint/index.js +389 -389
  117. package/src/components/Business/JsonQueryTable/jsonEditor/suggestions/actions.js +118 -118
  118. package/src/components/Business/JsonQueryTable/jsonEditor/suggestions/dependency.js +22 -22
  119. package/src/components/Business/JsonQueryTable/jsonEditor/suggestions/index.js +21 -21
  120. package/src/components/Business/JsonQueryTable/jsonEditor/suggestions/request.js +65 -65
  121. package/src/components/Business/JsonQueryTable/static.ts +450 -450
  122. package/src/components/Business/SearchSelect/BusinessUtils.tsx +2162 -2162
  123. package/src/components/Business/SearchSelect/common.ts +134 -134
  124. package/src/components/Business/SearchSelect/index.md +1512 -1512
  125. package/src/components/Business/SearchSelect/index.tsx +55 -55
  126. package/src/components/Business/SearchSelect/utils.ts +125 -125
  127. package/src/components/Business/StateFlow/index.less +130 -130
  128. package/src/components/Business/StateFlow/index.md +60 -60
  129. package/src/components/Business/StateFlow/index.tsx +29 -29
  130. package/src/components/Business/TreeSearchSelect/index.md +211 -211
  131. package/src/components/Business/TreeSearchSelect/index.tsx +33 -33
  132. package/src/components/Business/TreeSearchSelect/utils.ts +104 -104
  133. package/src/components/Business/columnSettingTable/columnSetting.tsx +816 -816
  134. package/src/components/Business/columnSettingTable/index.less +253 -253
  135. package/src/components/Business/columnSettingTable/index.md +357 -357
  136. package/src/components/Business/columnSettingTable/index.tsx +225 -226
  137. package/src/components/Business/columnSettingTable/sulaSettingTable.tsx +232 -233
  138. package/src/components/Business/columnSettingTable/utils.tsx +87 -87
  139. package/src/components/Business/moreTreeTable/FixedScrollBar.tsx +87 -87
  140. package/src/components/Business/moreTreeTable/hooks/useSticky.ts +21 -21
  141. package/src/components/Business/moreTreeTable/index.less +99 -99
  142. package/src/components/Business/moreTreeTable/index.md +448 -448
  143. package/src/components/Business/moreTreeTable/index.tsx +387 -387
  144. package/src/components/Business/moreTreeTable/utils.ts +126 -126
  145. package/src/components/Functional/AccessWrapper/index.tsx +33 -33
  146. package/src/components/Functional/AddSelect/helps.ts +81 -81
  147. package/src/components/Functional/AddSelect/index.less +367 -367
  148. package/src/components/Functional/AddSelect/index.md +155 -155
  149. package/src/components/Functional/AddSelect/index.tsx +1064 -1065
  150. package/src/components/Functional/AuthButton/index.tsx +15 -15
  151. package/src/components/Functional/BillEntry/index.less +371 -371
  152. package/src/components/Functional/BillEntry/index.md +39 -39
  153. package/src/components/Functional/BillEntry/index.tsx +771 -772
  154. package/src/components/Functional/BsAntdSula/BsCascader/index.md +62 -62
  155. package/src/components/Functional/BsAntdSula/BsCascader/index.tsx +178 -178
  156. package/src/components/Functional/BsAntdSula/index.ts +2 -2
  157. package/src/components/Functional/DataImport/index.less +63 -63
  158. package/src/components/Functional/DataImport/index.md +44 -44
  159. package/src/components/Functional/DataImport/index.tsx +783 -783
  160. package/src/components/Functional/DataValidation/index.less +63 -63
  161. package/src/components/Functional/DataValidation/index.md +52 -52
  162. package/src/components/Functional/DataValidation/index.tsx +788 -788
  163. package/src/components/Functional/EllipsisTooltip/index.d.ts +5 -5
  164. package/src/components/Functional/EllipsisTooltip/index.js +36 -36
  165. package/src/components/Functional/EllipsisTooltip/index.md +30 -30
  166. package/src/components/Functional/ExportFunctions/ExportIcon/index.md +37 -37
  167. package/src/components/Functional/ExportFunctions/ExportIcon/index.tsx +65 -65
  168. package/src/components/Functional/QueryMutipleInput/index.less +37 -37
  169. package/src/components/Functional/QueryMutipleInput/index.md +33 -33
  170. package/src/components/Functional/QueryMutipleInput/index.tsx +129 -129
  171. package/src/components/Functional/SearchSelect/index.less +121 -121
  172. package/src/components/Functional/SearchSelect/index.md +141 -141
  173. package/src/components/Functional/SearchSelect/index.tsx +1041 -1034
  174. package/src/components/Functional/SearchSelect/utils.ts +3 -3
  175. package/src/components/Functional/TreeSearchSelect/index.md +47 -47
  176. package/src/components/Functional/TreeSearchSelect/index.tsx +224 -224
  177. package/src/components/Solution/RuleComponent/Formula.tsx +335 -335
  178. package/src/components/Solution/RuleComponent/InnerSelect.tsx +62 -62
  179. package/src/components/Solution/RuleComponent/RenderCompItem.tsx +670 -670
  180. package/src/components/Solution/RuleComponent/index.d.ts +29 -29
  181. package/src/components/Solution/RuleComponent/index.js +1601 -1601
  182. package/src/components/Solution/RuleComponent/index.less +247 -247
  183. package/src/components/Solution/RuleComponent/renderSpecificAction.js +99 -99
  184. package/src/components/Solution/RuleComponent/ruleFiled.js +2293 -2293
  185. package/src/components/Solution/RuleComponent/services.ts +13 -13
  186. package/src/components/Solution/RuleComponent/util.js +143 -143
  187. package/src/components/Solution/RuleSetter/RuleInstance.tsx +6 -6
  188. package/src/components/Solution/RuleSetter/baseRule.tsx +394 -394
  189. package/src/components/Solution/RuleSetter/function.ts +437 -437
  190. package/src/components/Solution/RuleSetter/index.less +221 -221
  191. package/src/components/Solution/RuleSetter/index.tsx +208 -208
  192. package/src/components/Solution/RuleSetter/service.js +276 -276
  193. package/src/index.ts +41 -41
  194. package/src/plugin/TableColumnSetting/index.less +247 -247
  195. package/src/plugin/TableColumnSetting/index.md +50 -50
  196. package/src/plugin/TableColumnSetting/index.tsx +725 -725
  197. package/src/plugin/TableColumnSetting/utils.ts +19 -19
  198. package/src/styles/bsDefault.less +1933 -1933
  199. package/src/utils/CheckOneUser/index.md +39 -39
  200. package/src/utils/CheckOneUser/index.ts +51 -51
  201. package/src/utils/CustomLoginInfo.ts +55 -55
  202. package/src/utils/LocalstorageUtils.ts +134 -134
  203. package/src/utils/TableUtils.less +51 -51
  204. package/src/utils/TableUtils.tsx +691 -691
  205. package/src/utils/auth.ts +38 -38
  206. package/src/utils/businessUtils.ts +434 -434
  207. package/src/utils/checkUtils.ts +39 -39
  208. package/src/utils/constant.ts +38 -38
  209. package/src/utils/enumConfig.ts +17 -17
  210. package/src/utils/getFormMode.js +12 -12
  211. package/src/utils/index.ts +19 -19
  212. package/src/utils/request.ts +53 -53
  213. package/src/utils/requestUtils.ts +193 -193
  214. package/src/utils/serialize.js +7 -7
  215. package/src/utils/utils.ts +245 -238
  216. package/src/utils/xlsxUtil.tsx +145 -145
  217. package/tsconfig.json +29 -29
  218. package/typings.d.ts +4 -4
  219. package/.yarnclean +0 -45
package/dist/index.esm.js CHANGED
@@ -31,88 +31,9 @@ import { parse as parse$1 } from '@babel/parser';
31
31
  import { visit } from 'ast-types';
32
32
  import isArray$1 from 'lodash/isArray';
33
33
 
34
- function _arrayLikeToArray(r, a) {
35
- (null == a || a > r.length) && (a = r.length);
36
- for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e];
37
- return n;
38
- }
39
- function _arrayWithHoles(r) {
40
- if (Array.isArray(r)) return r;
41
- }
42
- function _arrayWithoutHoles(r) {
43
- if (Array.isArray(r)) return _arrayLikeToArray(r);
44
- }
45
- function _assertThisInitialized(e) {
46
- if (void 0 === e) throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
47
- return e;
48
- }
49
- function asyncGeneratorStep(n, t, e, r, o, a, c) {
50
- try {
51
- var i = n[a](c),
52
- u = i.value;
53
- } catch (n) {
54
- return void e(n);
55
- }
56
- i.done ? t(u) : Promise.resolve(u).then(r, o);
57
- }
58
- function _asyncToGenerator(n) {
59
- return function () {
60
- var t = this,
61
- e = arguments;
62
- return new Promise(function (r, o) {
63
- var a = n.apply(t, e);
64
- function _next(n) {
65
- asyncGeneratorStep(a, r, o, _next, _throw, "next", n);
66
- }
67
- function _throw(n) {
68
- asyncGeneratorStep(a, r, o, _next, _throw, "throw", n);
69
- }
70
- _next(void 0);
71
- });
72
- };
73
- }
74
34
  function _callSuper(t, o, e) {
75
35
  return o = _getPrototypeOf(o), _possibleConstructorReturn(t, _isNativeReflectConstruct() ? Reflect.construct(o, e || [], _getPrototypeOf(t).constructor) : o.apply(t, e));
76
36
  }
77
- function _classCallCheck(a, n) {
78
- if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function");
79
- }
80
- function _defineProperties(e, r) {
81
- for (var t = 0; t < r.length; t++) {
82
- var o = r[t];
83
- o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, _toPropertyKey(o.key), o);
84
- }
85
- }
86
- function _createClass(e, r, t) {
87
- return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, "prototype", {
88
- writable: !1
89
- }), e;
90
- }
91
- function _defineProperty(e, r, t) {
92
- return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
93
- value: t,
94
- enumerable: !0,
95
- configurable: !0,
96
- writable: !0
97
- }) : e[r] = t, e;
98
- }
99
- function _getPrototypeOf(t) {
100
- return _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function (t) {
101
- return t.__proto__ || Object.getPrototypeOf(t);
102
- }, _getPrototypeOf(t);
103
- }
104
- function _inherits(t, e) {
105
- if ("function" != typeof e && null !== e) throw new TypeError("Super expression must either be null or a function");
106
- t.prototype = Object.create(e && e.prototype, {
107
- constructor: {
108
- value: t,
109
- writable: !0,
110
- configurable: !0
111
- }
112
- }), Object.defineProperty(t, "prototype", {
113
- writable: !1
114
- }), e && _setPrototypeOf(t, e);
115
- }
116
37
  function _isNativeReflectConstruct() {
117
38
  try {
118
39
  var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {}));
@@ -121,9 +42,6 @@ function _isNativeReflectConstruct() {
121
42
  return !!t;
122
43
  })();
123
44
  }
124
- function _iterableToArray(r) {
125
- if ("undefined" != typeof Symbol && null != r[Symbol.iterator] || null != r["@@iterator"]) return Array.from(r);
126
- }
127
45
  function _iterableToArrayLimit(r, l) {
128
46
  var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"];
129
47
  if (null != t) {
@@ -151,15 +69,6 @@ function _iterableToArrayLimit(r, l) {
151
69
  return a;
152
70
  }
153
71
  }
154
- function _nonIterableRest() {
155
- throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
156
- }
157
- function _nonIterableSpread() {
158
- throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
159
- }
160
- function _objectDestructuringEmpty(t) {
161
- if (null == t) throw new TypeError("Cannot destructure " + t);
162
- }
163
72
  function ownKeys(e, r) {
164
73
  var t = Object.keys(e);
165
74
  if (Object.getOwnPropertySymbols) {
@@ -181,31 +90,6 @@ function _objectSpread2(e) {
181
90
  }
182
91
  return e;
183
92
  }
184
- function _objectWithoutProperties(e, t) {
185
- if (null == e) return {};
186
- var o,
187
- r,
188
- i = _objectWithoutPropertiesLoose(e, t);
189
- if (Object.getOwnPropertySymbols) {
190
- var s = Object.getOwnPropertySymbols(e);
191
- for (r = 0; r < s.length; r++) o = s[r], t.includes(o) || {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]);
192
- }
193
- return i;
194
- }
195
- function _objectWithoutPropertiesLoose(r, e) {
196
- if (null == r) return {};
197
- var t = {};
198
- for (var n in r) if ({}.hasOwnProperty.call(r, n)) {
199
- if (e.includes(n)) continue;
200
- t[n] = r[n];
201
- }
202
- return t;
203
- }
204
- function _possibleConstructorReturn(t, e) {
205
- if (e && ("object" == typeof e || "function" == typeof e)) return e;
206
- if (void 0 !== e) throw new TypeError("Derived constructors may only return object or undefined");
207
- return _assertThisInitialized(t);
208
- }
209
93
  function _regeneratorRuntime() {
210
94
  _regeneratorRuntime = function () {
211
95
  return e;
@@ -507,20 +391,6 @@ function _regeneratorRuntime() {
507
391
  }
508
392
  }, e;
509
393
  }
510
- function _setPrototypeOf(t, e) {
511
- return _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function (t, e) {
512
- return t.__proto__ = e, t;
513
- }, _setPrototypeOf(t, e);
514
- }
515
- function _slicedToArray(r, e) {
516
- return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest();
517
- }
518
- function _toArray(r) {
519
- return _arrayWithHoles(r) || _iterableToArray(r) || _unsupportedIterableToArray(r) || _nonIterableRest();
520
- }
521
- function _toConsumableArray(r) {
522
- return _arrayWithoutHoles(r) || _iterableToArray(r) || _unsupportedIterableToArray(r) || _nonIterableSpread();
523
- }
524
394
  function _toPrimitive(t, r) {
525
395
  if ("object" != typeof t || !t) return t;
526
396
  var e = t[Symbol.toPrimitive];
@@ -544,13 +414,181 @@ function _typeof(o) {
544
414
  return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
545
415
  }, _typeof(o);
546
416
  }
547
- function _unsupportedIterableToArray(r, a) {
548
- if (r) {
549
- if ("string" == typeof r) return _arrayLikeToArray(r, a);
550
- var t = {}.toString.call(r).slice(8, -1);
551
- return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0;
417
+ function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) {
418
+ try {
419
+ var info = gen[key](arg);
420
+ var value = info.value;
421
+ } catch (error) {
422
+ reject(error);
423
+ return;
424
+ }
425
+ if (info.done) {
426
+ resolve(value);
427
+ } else {
428
+ Promise.resolve(value).then(_next, _throw);
429
+ }
430
+ }
431
+ function _asyncToGenerator(fn) {
432
+ return function () {
433
+ var self = this,
434
+ args = arguments;
435
+ return new Promise(function (resolve, reject) {
436
+ var gen = fn.apply(self, args);
437
+ function _next(value) {
438
+ asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value);
439
+ }
440
+ function _throw(err) {
441
+ asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err);
442
+ }
443
+ _next(undefined);
444
+ });
445
+ };
446
+ }
447
+ function _classCallCheck(instance, Constructor) {
448
+ if (!(instance instanceof Constructor)) {
449
+ throw new TypeError("Cannot call a class as a function");
552
450
  }
553
451
  }
452
+ function _defineProperties(target, props) {
453
+ for (var i = 0; i < props.length; i++) {
454
+ var descriptor = props[i];
455
+ descriptor.enumerable = descriptor.enumerable || false;
456
+ descriptor.configurable = true;
457
+ if ("value" in descriptor) descriptor.writable = true;
458
+ Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor);
459
+ }
460
+ }
461
+ function _createClass(Constructor, protoProps, staticProps) {
462
+ if (protoProps) _defineProperties(Constructor.prototype, protoProps);
463
+ if (staticProps) _defineProperties(Constructor, staticProps);
464
+ Object.defineProperty(Constructor, "prototype", {
465
+ writable: false
466
+ });
467
+ return Constructor;
468
+ }
469
+ function _defineProperty(obj, key, value) {
470
+ key = _toPropertyKey(key);
471
+ if (key in obj) {
472
+ Object.defineProperty(obj, key, {
473
+ value: value,
474
+ enumerable: true,
475
+ configurable: true,
476
+ writable: true
477
+ });
478
+ } else {
479
+ obj[key] = value;
480
+ }
481
+ return obj;
482
+ }
483
+ function _inherits(subClass, superClass) {
484
+ if (typeof superClass !== "function" && superClass !== null) {
485
+ throw new TypeError("Super expression must either be null or a function");
486
+ }
487
+ subClass.prototype = Object.create(superClass && superClass.prototype, {
488
+ constructor: {
489
+ value: subClass,
490
+ writable: true,
491
+ configurable: true
492
+ }
493
+ });
494
+ Object.defineProperty(subClass, "prototype", {
495
+ writable: false
496
+ });
497
+ if (superClass) _setPrototypeOf(subClass, superClass);
498
+ }
499
+ function _getPrototypeOf(o) {
500
+ _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) {
501
+ return o.__proto__ || Object.getPrototypeOf(o);
502
+ };
503
+ return _getPrototypeOf(o);
504
+ }
505
+ function _setPrototypeOf(o, p) {
506
+ _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) {
507
+ o.__proto__ = p;
508
+ return o;
509
+ };
510
+ return _setPrototypeOf(o, p);
511
+ }
512
+ function _objectDestructuringEmpty(obj) {
513
+ if (obj == null) throw new TypeError("Cannot destructure " + obj);
514
+ }
515
+ function _objectWithoutPropertiesLoose(source, excluded) {
516
+ if (source == null) return {};
517
+ var target = {};
518
+ for (var key in source) {
519
+ if (Object.prototype.hasOwnProperty.call(source, key)) {
520
+ if (excluded.indexOf(key) >= 0) continue;
521
+ target[key] = source[key];
522
+ }
523
+ }
524
+ return target;
525
+ }
526
+ function _objectWithoutProperties(source, excluded) {
527
+ if (source == null) return {};
528
+ var target = _objectWithoutPropertiesLoose(source, excluded);
529
+ var key, i;
530
+ if (Object.getOwnPropertySymbols) {
531
+ var sourceSymbolKeys = Object.getOwnPropertySymbols(source);
532
+ for (i = 0; i < sourceSymbolKeys.length; i++) {
533
+ key = sourceSymbolKeys[i];
534
+ if (excluded.indexOf(key) >= 0) continue;
535
+ if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
536
+ target[key] = source[key];
537
+ }
538
+ }
539
+ return target;
540
+ }
541
+ function _assertThisInitialized(self) {
542
+ if (self === void 0) {
543
+ throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
544
+ }
545
+ return self;
546
+ }
547
+ function _possibleConstructorReturn(self, call) {
548
+ if (call && (typeof call === "object" || typeof call === "function")) {
549
+ return call;
550
+ } else if (call !== void 0) {
551
+ throw new TypeError("Derived constructors may only return object or undefined");
552
+ }
553
+ return _assertThisInitialized(self);
554
+ }
555
+ function _slicedToArray(arr, i) {
556
+ return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest();
557
+ }
558
+ function _toArray(arr) {
559
+ return _arrayWithHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableRest();
560
+ }
561
+ function _toConsumableArray(arr) {
562
+ return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread();
563
+ }
564
+ function _arrayWithoutHoles(arr) {
565
+ if (Array.isArray(arr)) return _arrayLikeToArray(arr);
566
+ }
567
+ function _arrayWithHoles(arr) {
568
+ if (Array.isArray(arr)) return arr;
569
+ }
570
+ function _iterableToArray(iter) {
571
+ if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter);
572
+ }
573
+ function _unsupportedIterableToArray(o, minLen) {
574
+ if (!o) return;
575
+ if (typeof o === "string") return _arrayLikeToArray(o, minLen);
576
+ var n = Object.prototype.toString.call(o).slice(8, -1);
577
+ if (n === "Object" && o.constructor) n = o.constructor.name;
578
+ if (n === "Map" || n === "Set") return Array.from(o);
579
+ if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen);
580
+ }
581
+ function _arrayLikeToArray(arr, len) {
582
+ if (len == null || len > arr.length) len = arr.length;
583
+ for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i];
584
+ return arr2;
585
+ }
586
+ function _nonIterableSpread() {
587
+ throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
588
+ }
589
+ function _nonIterableRest() {
590
+ throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
591
+ }
554
592
 
555
593
  var ENUM = {
556
594
  // 浏览器缓存信息
@@ -1228,6 +1266,10 @@ var go2BackAndClose = function go2BackAndClose(backHistoryPath) {
1228
1266
  history.goBack();
1229
1267
  }
1230
1268
  };
1269
+ var parseWidth = function parseWidth(widthStr) {
1270
+ var parsedWidth = parseInt(widthStr.replace('px', ''));
1271
+ return isNaN(parsedWidth) ? 0 : parsedWidth;
1272
+ };
1231
1273
  /**
1232
1274
  * 处理bssulaTable的公共回显样式
1233
1275
  * @param col 每一具体行
@@ -1246,9 +1288,10 @@ var handleBssulaColumnsSpecialParams = function handleBssulaColumnsSpecialParams
1246
1288
  };
1247
1289
  } else if (col.textOverflow) {
1248
1290
  // 处理文字太长
1291
+ var colWidth = typeof (col === null || col === void 0 ? void 0 : col.width) === 'number' ? col.width : col.width && parseWidth(col.width);
1249
1292
  col.render = function (_ref3) {
1250
1293
  var text = _ref3.text;
1251
- return handleTextOverflow(text, col.width);
1294
+ return handleTextOverflow(text, colWidth);
1252
1295
  };
1253
1296
  } else if (col.images) {
1254
1297
  col.render = function (_ref4) {
@@ -1302,8 +1345,9 @@ var handleAntdColumnsSpecialParams = function handleAntdColumnsSpecialParams(col
1302
1345
  }
1303
1346
  // 处理文字太长
1304
1347
  if (col.textOverflow) {
1348
+ var colWidth = typeof (col === null || col === void 0 ? void 0 : col.width) === 'number' ? col.width : col.width && parseWidth(col.width);
1305
1349
  col.render = function (text) {
1306
- return handleTextOverflow(text);
1350
+ return handleTextOverflow(text, colWidth);
1307
1351
  };
1308
1352
  }
1309
1353
  if (col.images) {
@@ -2331,7 +2375,7 @@ var handleBeforeUpload = function handleBeforeUpload(file, size, suffixRule) {
2331
2375
  };
2332
2376
  /*
2333
2377
  导出类型: type(1-全部导出 2-只导出勾选的 3-按查询结果导出数据)
2334
-
2378
+
2335
2379
  * */
2336
2380
  var handleExport = function handleExport(type, params, url, methods, fileName, promiseResult) {
2337
2381
  if (type === 3) {
@@ -4650,11 +4694,27 @@ var SearchSelect = /*#__PURE__*/forwardRef(function (props, ref) {
4650
4694
  });
4651
4695
  };
4652
4696
  var onChangeCheckAll = function onChangeCheckAll(e) {
4697
+ // 允许用户自定义 全选操作逻辑
4698
+ if (modalTableProps === null || modalTableProps === void 0 ? void 0 : modalTableProps.onCheckAll) {
4699
+ modalTableProps === null || modalTableProps === void 0 ? void 0 : modalTableProps.onCheckAll(e, {
4700
+ items: items,
4701
+ itemsTotal: itemsTotal,
4702
+ tablePagination: tablePagination,
4703
+ onCheckAllData: onCheckAllData,
4704
+ setSelectedRowKeys: setSelectedRowKeys,
4705
+ setPopValue: setPopValue,
4706
+ setSelectedRows: setSelectedRows,
4707
+ setIndeterminate: setIndeterminate,
4708
+ setCheckedAll: setCheckedAll
4709
+ });
4710
+ return;
4711
+ }
4653
4712
  if (e.target.checked) {
4654
4713
  // 如果下拉框有所有数据就处理选中所有【items.length === itemsTotal】(最多可选100条)
4655
4714
  // 如果超过100条 就默认查出所有数据
4656
- if (items.length < itemsTotal) {
4657
- var totalPage = Math.ceil(itemsTotal / (tablePagination === null || tablePagination === void 0 ? void 0 : tablePagination.pageSize));
4715
+ if (items.length < itemsTotal || items.length === itemsTotal && itemsTotal == 0) {
4716
+ var totalCount = (tablePagination === null || tablePagination === void 0 ? void 0 : tablePagination.total) || itemsTotal; // 兼容有查询条件的情况 首次加载是没有所有数据的,默认给加载后端返回的总条数
4717
+ var totalPage = Math.ceil(totalCount / (tablePagination === null || tablePagination === void 0 ? void 0 : tablePagination.pageSize));
4658
4718
  var allPageSize = totalPage * (tablePagination === null || tablePagination === void 0 ? void 0 : tablePagination.pageSize);
4659
4719
  onCheckAllData(allPageSize);
4660
4720
  } else {
@@ -5080,7 +5140,7 @@ var SearchSelect = /*#__PURE__*/forwardRef(function (props, ref) {
5080
5140
  }
5081
5141
  };
5082
5142
  }
5083
- }), selectMode ? ( /*#__PURE__*/React$1.createElement("div", {
5143
+ }), selectMode && !(modalTableProps === null || modalTableProps === void 0 ? void 0 : modalTableProps.isHiddenCheckAll) ? ( /*#__PURE__*/React$1.createElement("div", {
5084
5144
  className: 'select_list_selectAll'
5085
5145
  }, /*#__PURE__*/React$1.createElement(Checkbox, {
5086
5146
  indeterminate: indeterminate,
@@ -6922,7 +6982,7 @@ var AddSelect = function AddSelect(props) {
6922
6982
  item.width = item.width || getItemDefaultWidth$2(item);
6923
6983
  item.onHeaderCell = function (column) {
6924
6984
  return _objectSpread2(_objectSpread2({}, item), {}, {
6925
- width: typeof column.width === 'number' ? column.width : parseInt(column.width.replace('px', '')),
6985
+ width: typeof column.width === 'number' ? column.width : parseWidth(column.width),
6926
6986
  onResize: handleResize(arr, indexArrInside, callback)
6927
6987
  });
6928
6988
  };
@@ -7974,7 +8034,7 @@ var BillEntry = function BillEntry(_ref3) {
7974
8034
  item.width = item.width || getItemDefaultWidth$2(item);
7975
8035
  item.onHeaderCell = function (column) {
7976
8036
  return _objectSpread2(_objectSpread2({}, item), {}, {
7977
- width: typeof column.width === 'number' ? column.width : parseInt(column.width.replace('px', '')),
8037
+ width: typeof column.width === 'number' ? column.width : parseWidth(column.width),
7978
8038
  onResize: handleResize(arr, indexArrInside, callback)
7979
8039
  });
7980
8040
  };
@@ -13410,7 +13470,7 @@ var ColumnSettingSulaTable = /*#__PURE__*/function (_React$Component) {
13410
13470
  item.width = item.width || getItemDefaultWidth$2(item);
13411
13471
  item.onHeaderCell = function (column) {
13412
13472
  return _objectSpread2(_objectSpread2({}, item), {}, {
13413
- width: typeof column.width === 'number' ? column.width : parseInt(column.width.replace('px', '')),
13473
+ width: typeof column.width === 'number' ? column.width : parseWidth(column.width),
13414
13474
  onResize: _this2.handleResize(indexArrInside)
13415
13475
  });
13416
13476
  };
@@ -13644,7 +13704,7 @@ var ColumnSettingTable = /*#__PURE__*/function (_React$Component) {
13644
13704
  item.width = item.width || getItemDefaultWidth$2(item);
13645
13705
  item.onHeaderCell = function (column) {
13646
13706
  return _objectSpread2(_objectSpread2({}, item), {}, {
13647
- width: typeof column.width === 'number' ? column.width : parseInt(column.width.replace('px', '')),
13707
+ width: typeof column.width === 'number' ? column.width : parseWidth(column.width),
13648
13708
  onResize: _this2.handleResize(indexArrInside)
13649
13709
  });
13650
13710
  };
@@ -13804,9 +13864,9 @@ function matchRoute(path, routeObj, hideRouteObj) {
13804
13864
  var getDetailMatchRoute = function getDetailMatchRoute(path, routeObj, hideRouteArray, _ref) {
13805
13865
  var pathToRegexp = _ref.pathToRegexp;
13806
13866
  var newPath = path.split('?')[0];
13807
- var hideRouteObj = _defineProperty({}, newPath, hideRouteArray.find(function (itemRoute) {
13867
+ var hideRouteObj = _defineProperty({}, newPath, Array.isArray(hideRouteArray) && (hideRouteArray === null || hideRouteArray === void 0 ? void 0 : hideRouteArray.find(function (itemRoute) {
13808
13868
  return pathToRegexp(itemRoute.path).test(newPath);
13809
- }));
13869
+ })));
13810
13870
  var matchedRoute = matchRoute(newPath, routeObj, hideRouteObj);
13811
13871
  if (matchedRoute) {
13812
13872
  var modeTypeText = path.match(/.*\/action\/.*/) ? '' : getModeTypeText(path);
@@ -13934,7 +13994,7 @@ var DetailWrapper = /*#__PURE__*/React$1.memo(function (_ref) {
13934
13994
  return pathKey ? breadcrumbNameMap[pathKey] : undefined;
13935
13995
  };
13936
13996
  var getPageTitle = function getPageTitle(pathname) {
13937
- var _ref3 = localStorage.getItem(getCommonInfoKey()) && JSON.parse(localStorage.getItem('commonInfo')) || {},
13997
+ var _ref3 = localStorage.getItem(getCommonInfoKey()) && JSON.parse(localStorage.getItem(getCommonInfoKey())) || {},
13938
13998
  _ref3$hideRouteArray = _ref3.hideRouteArray,
13939
13999
  hideRouteArray = _ref3$hideRouteArray === void 0 ? [] : _ref3$hideRouteArray;
13940
14000
  var currRouterData = matchParamsPath("".concat(basePath).concat(pathname), breadcrumbNameMap) || getDetailMatchRoute("".concat(basePath).concat(pathname), breadcrumbNameMap, hideRouteArray, {
@@ -15703,10 +15763,6 @@ var BsSulaQueryTable = (function (props) {
15703
15763
  }
15704
15764
  var columns = props.columns;
15705
15765
  var columnConfig = getConfigFromlocalstorage(ENUM.BROWSER_CACHE.COLUMN_CONDITION);
15706
- var parseWidth = function parseWidth(widthStr) {
15707
- var parsedWidth = parseInt(widthStr.replace('px', ''));
15708
- return isNaN(parsedWidth) ? 0 : parsedWidth;
15709
- };
15710
15766
  var showColumns = getSettingFieldOrColumn(columnConfig, columns, 'columns');
15711
15767
  showColumns.forEach(function (item, index) {
15712
15768
  item.width = item.width || getItemDefaultWidth(item);
@@ -15726,7 +15782,7 @@ var BsSulaQueryTable = (function (props) {
15726
15782
  handleBssulaColumnsSpecialParams(item);
15727
15783
  item.onHeaderCell = function (column) {
15728
15784
  return _objectSpread2(_objectSpread2({}, item), {}, {
15729
- width: typeof column.width === 'number' ? column.width : parseInt(column.width.replace('px', '')),
15785
+ width: typeof column.width === 'number' ? column.width : parseWidth(column.width),
15730
15786
  onResize: handleResize(index)
15731
15787
  });
15732
15788
  };
@@ -35103,4 +35159,4 @@ var index$7 = /*#__PURE__*/forwardRef(function (props, ref) {
35103
35159
  })));
35104
35160
  });
35105
35161
 
35106
- export { AddSelect, AddSkcSelect, AddSkuSelect, AddSpuSelect, AuthButton, BillEntry, BsCascader, index$5 as BsLayout, BsSulaQueryTable, BusinessSearchSelect$1 as BusinessSearchSelect, BusinessTreeSearchSelect$1 as BusinessTreeSearchSelect, index$1 as CheckOneUser, ColumnSettingTable, ColumnsEdit, CommodityEntry, DataImport, DataValidation, index$3 as DetailPageWrapper, EllipsisTooltip, ExportIcon, GuideWrapper, HandleTotalCount, index$4 as HomePageWrapper, JsonQueryTable, index$6 as MoreTreeTable, QueryMutipleInput, RuleObjectComponent as RuleComponent, index$7 as RuleSetter, SearchSelect, index$2 as StateFlow, ColumnSettingSulaTable as SulaColumnSettingTable, TableColumnSetting, TreeSearchSelect, authFunc, calculateValidPeriod, checkQuantityAccuracy, createUniqID, downloadExcel, ergodicMenuRoutes, formatter, getAccountID, getAccountId, getBreadcrumbNameMap, getCommonInfoKey, getConfigTableColumns, getCurrentTargetBgId, getCurrentTenantId, getDictionarySource, getDictionaryTextByValue, getEmployeeCode, getEmployeeId, getItemDefaultWidth$1 as getItemDefaultWidth, getJoinDictionaryText, getLastKey, getLimitMenuDataKey, getLocalStorageSaveKey, getMenuAuthDataKey, getSessionId, getSkuImg, getTenantList, getUserId, getUserName, go2BackAndClose, handleAntdColumnsSpecialParams, handleBaseUrlPre, handleBeforeUpload, handleBssulaColumnsSpecialParams, handleCommonTimeRender$1 as handleCommonTimeRender, handleError, handleExport, handleExportBarCode, handleJudgeAuthButtons, handleOssUrl, handleRequestAuthHeader, handleRequestUrl, handleStatusBadge, handleTextBreakSpaces, handleTextDouble$1 as handleTextDouble, handleTextDoubleOrId, handleTextLineFeed$1 as handleTextLineFeed, handleTextOverflow$1 as handleTextOverflow, handleTextTooltip, handleTextWarp, handleTextWarpCustom, handleTooltip$1 as handleTooltip, handleTooltipHours$1 as handleTooltipHours, handleUserPhone, judgeIsEmpty, judgeIsRequestError, judgeIsRequestSuccess, keyToWord, memoizeOneFormatter, noEmptyArr, paramsControl, precisionQuantity, randomString, readerXlsxToList, removeCurrentTenantId, removeTenantList, renderFixed2, renderNumberText, saveCurrentTenantId, saveTenantList, setConfigTableColumns, shouldUseAuth, socketFunctions, sulaTableRenderTooltip, tableColumnsImage$1 as tableColumnsImage, textIcon, updateGuanDate, userColumns$1 as userColumns, userInfoCard$1 as userInfoCard, uuid, writeListToXlsx };
35162
+ export { AddSelect, AddSkcSelect, AddSkuSelect, AddSpuSelect, AuthButton, BillEntry, BsCascader, index$5 as BsLayout, BsSulaQueryTable, BusinessSearchSelect$1 as BusinessSearchSelect, BusinessTreeSearchSelect$1 as BusinessTreeSearchSelect, index$1 as CheckOneUser, ColumnSettingTable, ColumnsEdit, CommodityEntry, DataImport, DataValidation, index$3 as DetailPageWrapper, EllipsisTooltip, ExportIcon, GuideWrapper, HandleTotalCount, index$4 as HomePageWrapper, JsonQueryTable, index$6 as MoreTreeTable, QueryMutipleInput, RuleObjectComponent as RuleComponent, index$7 as RuleSetter, SearchSelect, index$2 as StateFlow, ColumnSettingSulaTable as SulaColumnSettingTable, TableColumnSetting, TreeSearchSelect, authFunc, calculateValidPeriod, checkQuantityAccuracy, createUniqID, downloadExcel, ergodicMenuRoutes, formatter, getAccountID, getAccountId, getBreadcrumbNameMap, getCommonInfoKey, getConfigTableColumns, getCurrentTargetBgId, getCurrentTenantId, getDictionarySource, getDictionaryTextByValue, getEmployeeCode, getEmployeeId, getItemDefaultWidth$1 as getItemDefaultWidth, getJoinDictionaryText, getLastKey, getLimitMenuDataKey, getLocalStorageSaveKey, getMenuAuthDataKey, getSessionId, getSkuImg, getTenantList, getUserId, getUserName, go2BackAndClose, handleAntdColumnsSpecialParams, handleBaseUrlPre, handleBeforeUpload, handleBssulaColumnsSpecialParams, handleCommonTimeRender$1 as handleCommonTimeRender, handleError, handleExport, handleExportBarCode, handleJudgeAuthButtons, handleOssUrl, handleRequestAuthHeader, handleRequestUrl, handleStatusBadge, handleTextBreakSpaces, handleTextDouble$1 as handleTextDouble, handleTextDoubleOrId, handleTextLineFeed$1 as handleTextLineFeed, handleTextOverflow$1 as handleTextOverflow, handleTextTooltip, handleTextWarp, handleTextWarpCustom, handleTooltip$1 as handleTooltip, handleTooltipHours$1 as handleTooltipHours, handleUserPhone, judgeIsEmpty, judgeIsRequestError, judgeIsRequestSuccess, keyToWord, memoizeOneFormatter, noEmptyArr, paramsControl, parseWidth, precisionQuantity, randomString, readerXlsxToList, removeCurrentTenantId, removeTenantList, renderFixed2, renderNumberText, saveCurrentTenantId, saveTenantList, setConfigTableColumns, shouldUseAuth, socketFunctions, sulaTableRenderTooltip, tableColumnsImage$1 as tableColumnsImage, textIcon, updateGuanDate, userColumns$1 as userColumns, userInfoCard$1 as userInfoCard, uuid, writeListToXlsx };