@zgfe/business-lib 1.2.71-hxd.14 → 1.2.71-hxd.15

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 (187) hide show
  1. package/es/AUMFormulaTarget/components/formula/index.js +10 -10
  2. package/es/AUMFormulaTarget/components/formula/util.js +6 -6
  3. package/es/AUMFormulaTarget/components/formulaItem/index.js +23 -23
  4. package/es/AUMFormulaTarget/components/panel/cdpCshCondition.js +50 -50
  5. package/es/AUMFormulaTarget/components/panel/index.js +30 -30
  6. package/es/AUMFormulaTarget/components/panel/item.js +22 -22
  7. package/es/AUMFormulaTarget/components/symbol/index.js +5 -5
  8. package/es/AUMFormulaTarget/demo/group.js +13 -13
  9. package/es/AUMFormulaTarget/index.js +11 -11
  10. package/es/addToPanel/components/addPanel.js +5 -5
  11. package/es/addToPanel/components/numberChart.js +5 -5
  12. package/es/addToPanel/components/styleList.js +5 -5
  13. package/es/addToPanel/components/wholeChart.js +5 -5
  14. package/es/addToPanel/demo/edit.js +7 -7
  15. package/es/addToPanel/demo/index.js +7 -7
  16. package/es/addToPanel/index.js +21 -21
  17. package/es/addToScene/demo/index.js +7 -7
  18. package/es/addToScene/index.js +8 -8
  19. package/es/assets/demo/dropdown.js +5 -5
  20. package/es/assets/demo/input.js +5 -5
  21. package/es/assets/theme.js +1 -1
  22. package/es/attrCondition/group.js +4 -4
  23. package/es/attrCondition/index.js +11 -11
  24. package/es/attrCondition/useAttrCondition.js +7 -7
  25. package/es/attrCondition/useConditionGroup.js +8 -8
  26. package/es/attrConditions/components/operateList.js +10 -10
  27. package/es/attrConditions/components/stringList.js +22 -21
  28. package/es/attrConditions/components/valuesList.js +5 -5
  29. package/es/attrConditions/demo/group.js +7 -7
  30. package/es/attrConditions/demo/index.js +5 -5
  31. package/es/attrConditions/group.js +3 -3
  32. package/es/attributeSelector/demo/disable.js +5 -5
  33. package/es/attributeSelector/demo/extra.js +5 -5
  34. package/es/attributeSelector/demo/funnel.js +5 -5
  35. package/es/attributeSelector/demo/index.js +5 -5
  36. package/es/attributeSelector/index.js +15 -15
  37. package/es/attributeSelector/listPanel.js +119 -116
  38. package/es/chart/demo/index.js +5 -5
  39. package/es/chart/demo/line_bar_stack.js +21 -21
  40. package/es/chart/demo/stack.js +5 -5
  41. package/es/chart/index.js +11 -11
  42. package/es/chart/util/chartOptionConfig.js +6 -6
  43. package/es/chart/util/data/china.js +1 -1
  44. package/es/chart/util/formatData.js +6 -6
  45. package/es/chart/util/mapUtil.js +11 -11
  46. package/es/constants/common.js +5 -5
  47. package/es/cycleTime/demo/hour.js +5 -5
  48. package/es/cycleTime/index.js +16 -16
  49. package/es/cycleTime/month.js +7 -7
  50. package/es/dataSetGroup/index.js +5 -5
  51. package/es/dataSetGroup/overlay.js +10 -10
  52. package/es/datePicker/datePicker.js +8 -8
  53. package/es/datePicker/demo/customType.js +5 -5
  54. package/es/datePicker/demo/day.js +5 -5
  55. package/es/datePicker/demo/index.js +5 -5
  56. package/es/datePicker/index.js +19 -19
  57. package/es/datePicker/shortcut.js +5 -5
  58. package/es/datePickerV2/datePicker.js +8 -8
  59. package/es/datePickerV2/demo/customType.js +5 -5
  60. package/es/datePickerV2/demo/day.js +5 -5
  61. package/es/datePickerV2/demo/index.js +5 -5
  62. package/es/datePickerV2/index.js +22 -22
  63. package/es/datePickerV2/popoverContent.js +8 -8
  64. package/es/datePickerV2/shortcut.js +7 -7
  65. package/es/demoWrapper/content.js +37 -37
  66. package/es/demoWrapper/index.js +15 -15
  67. package/es/dialog/demo/index.js +5 -5
  68. package/es/dialog/index.js +6 -6
  69. package/es/dnd/demo/data.js +5 -5
  70. package/es/dnd/demo/handle.js +5 -5
  71. package/es/dnd/index.js +11 -10
  72. package/es/dnd/item.js +5 -5
  73. package/es/empty/index.js +6 -6
  74. package/es/eventSelector/demo/index.js +5 -5
  75. package/es/eventSelector/demo/multiple.js +5 -5
  76. package/es/eventSelector/index.js +7 -7
  77. package/es/eventSelector/listPanel.js +33 -33
  78. package/es/eventSelector/option.js +3 -3
  79. package/es/formulaTarget/components/formula/index.js +7 -7
  80. package/es/formulaTarget/components/formula/util.js +6 -6
  81. package/es/formulaTarget/components/formulaItem/index.js +21 -21
  82. package/es/formulaTarget/components/panel/index.js +32 -32
  83. package/es/formulaTarget/components/panel/item.js +10 -10
  84. package/es/formulaTarget/components/symbol/index.js +5 -5
  85. package/es/formulaTarget/demo/group.js +13 -13
  86. package/es/formulaTarget/index.js +25 -25
  87. package/es/hooks/useBizStore.js +35 -35
  88. package/es/hooks/useChanged.js +5 -5
  89. package/es/hooks/useSubject.js +5 -5
  90. package/es/icon/iconFont.js +8 -8
  91. package/es/layout/analysisLayout/index.js +8 -8
  92. package/es/layout/columnLayout/demo/data.js +9 -9
  93. package/es/layout/columnLayout/demo/index.js +5 -5
  94. package/es/layout/columnLayout/demo/panel.js +5 -5
  95. package/es/layout/columnLayout/index.js +10 -10
  96. package/es/layout/optionTitle/components/btnMenu/demo.js +2 -2
  97. package/es/layout/optionTitle/components/btnMenu/index.js +6 -6
  98. package/es/layout/optionTitle/components/changePanelModal/index.js +14 -14
  99. package/es/layout/optionTitle/components/changePanelModal/panelItem.js +10 -10
  100. package/es/layout/optionTitle/components/title/demo.js +5 -5
  101. package/es/layout/optionTitle/components/title/index.js +11 -11
  102. package/es/layout/optionTitle/demo/index.js +5 -5
  103. package/es/layout/optionTitle/demo/layout.js +5 -5
  104. package/es/layout/optionTitle/demo/panelCreate.js +5 -5
  105. package/es/layout/optionTitle/index.js +15 -15
  106. package/es/layout/optionTitle/layout.js +9 -9
  107. package/es/loginForm/index.js +5 -5
  108. package/es/platformSelector/index.js +5 -5
  109. package/es/productCondition/conditionTypeList.js +2 -2
  110. package/es/productCondition/conditions/cdpCshCondition.js +45 -45
  111. package/es/productCondition/conditions/eventCondition.js +8 -8
  112. package/es/productCondition/conditions/order/runPeriodCondition.js +6 -6
  113. package/es/productCondition/conditions/order/runTimesCondition.js +13 -13
  114. package/es/productCondition/conditions/periodCondition.js +8 -8
  115. package/es/productCondition/conditions/propCondition.js +14 -14
  116. package/es/productCondition/conditions/runTimesCondition.js +6 -6
  117. package/es/productCondition/conditions/textDesc.js +6 -6
  118. package/es/productCondition/conditions/timeDimension.js +18 -18
  119. package/es/productCondition/demo/business.js +5 -5
  120. package/es/productCondition/demo/index.js +5 -5
  121. package/es/productCondition/index.js +17 -17
  122. package/es/productCondition/orConditions.js +8 -8
  123. package/es/productCondition/relationLabel.js +2 -2
  124. package/es/productCondition/util.js +6 -6
  125. package/es/quickDatePicker/demo/index.js +11 -11
  126. package/es/quickDatePicker/index.js +27 -27
  127. package/es/select/demo/children.js +5 -5
  128. package/es/select/demo/group.js +5 -5
  129. package/es/select/demo/index.js +5 -5
  130. package/es/select/demo/loading.js +5 -5
  131. package/es/select/demo/multiple.js +5 -5
  132. package/es/select/handle.js +13 -13
  133. package/es/select/index.js +17 -16
  134. package/es/select/option.js +13 -13
  135. package/es/select/overlay.js +17 -16
  136. package/es/socket/demo/demo.js +8 -8
  137. package/es/socket/index.js +26 -23
  138. package/es/subjectWrapper/index.js +13 -13
  139. package/es/table/demo/index.js +15 -15
  140. package/es/table/demo/index2.js +5 -5
  141. package/es/table/demo/index3.js +8 -8
  142. package/es/table/index.js +8 -8
  143. package/es/targetConditionGroup/components/targetDimension.js +61 -57
  144. package/es/targetConditionGroup/demo/group.js +13 -13
  145. package/es/targetConditionGroup/demo/index.js +5 -5
  146. package/es/targetConditionGroup/index.js +32 -32
  147. package/es/targetSelector/demo/index.js +5 -5
  148. package/es/targetSelector/editBox.js +5 -5
  149. package/es/targetSelector/index.js +7 -7
  150. package/es/userCondition/conditionTypeList.js +11 -11
  151. package/es/userCondition/conditions/business/operatorCondition.js +15 -15
  152. package/es/userCondition/conditions/business/paramsCondition.js +10 -10
  153. package/es/userCondition/conditions/businessCondition.js +15 -15
  154. package/es/userCondition/conditions/cdpCondition.js +27 -27
  155. package/es/userCondition/conditions/cdpCshCondition.js +45 -45
  156. package/es/userCondition/conditions/dataAttribute.js +11 -11
  157. package/es/userCondition/conditions/eventCondition.js +17 -17
  158. package/es/userCondition/conditions/order/runPeriodCondition.js +6 -6
  159. package/es/userCondition/conditions/order/runTimesCondition.js +13 -13
  160. package/es/userCondition/conditions/periodCondition.js +10 -10
  161. package/es/userCondition/conditions/propCondition.js +16 -16
  162. package/es/userCondition/conditions/runTimesCondition.js +6 -6
  163. package/es/userCondition/conditions/tagsCondition.js +11 -11
  164. package/es/userCondition/conditions/textDesc.js +14 -14
  165. package/es/userCondition/conditions/timeDimension.js +18 -18
  166. package/es/userCondition/demo/business.js +5 -5
  167. package/es/userCondition/demo/index.js +5 -5
  168. package/es/userCondition/index.js +46 -45
  169. package/es/userCondition/orConditions.js +8 -8
  170. package/es/userCondition/relationLabel.js +2 -2
  171. package/es/userCondition/util.js +6 -6
  172. package/es/userGroup/demo/group.js +13 -13
  173. package/es/userGroup/demo/index.js +7 -7
  174. package/es/userGroup/index.js +10 -9
  175. package/es/userGroup/overlay.js +15 -15
  176. package/es/userGroupHeader/index.js +10 -10
  177. package/es/userTagsSelector/cascaderOverlay.js +27 -27
  178. package/es/userTagsSelector/components/tagList/index.js +5 -5
  179. package/es/userTagsSelector/demo/index.js +5 -5
  180. package/es/userTagsSelector/groups/index.js +5 -5
  181. package/es/userTagsSelector/index.js +13 -13
  182. package/es/userTagsSelector/multipleCheckPanel/index.js +5 -5
  183. package/es/utils/ajax.js +50 -47
  184. package/es/utils/demo/interruption.js +5 -5
  185. package/es/utils/eventApi.js +58 -50
  186. package/es/utils/type.js +6 -6
  187. package/package.json +2 -2
@@ -1,15 +1,15 @@
1
- function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
2
- function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
3
- function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
4
- function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
5
- function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
6
- function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
7
- function _slicedToArray(r, e) { return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest(); }
1
+ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
2
+ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
3
+ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
4
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
5
+ function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
6
+ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
7
+ function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
8
8
  function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
9
- function _unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); 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; } }
10
- function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }
11
- function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
12
- function _arrayWithHoles(r) { if (Array.isArray(r)) return r; }
9
+ function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
10
+ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
11
+ function _iterableToArrayLimit(arr, i) { var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"]; if (null != _i) { var _s, _e, _x, _r, _arr = [], _n = !0, _d = !1; try { if (_x = (_i = _i.call(arr)).next, 0 === i) { if (Object(_i) !== _i) return; _n = !1; } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0); } catch (err) { _d = !0, _e = err; } finally { try { if (!_n && null != _i.return && (_r = _i.return(), Object(_r) !== _r)) return; } finally { if (_d) throw _e; } } return _arr; } }
12
+ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
13
13
  import React, { useEffect, useState } from 'react';
14
14
  import { Dropdown, Tooltip } from 'antd';
15
15
  import SelectHandle from '../select/handle';
@@ -124,7 +124,7 @@ var UserTagsSelect = function UserTagsSelect(props) {
124
124
  size: "middle",
125
125
  placeholder: "\u9009\u62E9\u6807\u7B7E",
126
126
  onDelete: onDelete
127
- }), errorTextShow && (/*#__PURE__*/React.createElement("div", {
127
+ }), errorTextShow && /*#__PURE__*/React.createElement("div", {
128
128
  className: "".concat(classPrefix, "-handle-errortext")
129
129
  }, /*#__PURE__*/React.createElement(Tooltip, {
130
130
  title: "\u6807\u7B7E\u5F02\u5E38\u5B58\u5728\u591A\u79CD\u539F\u56E0\uFF08\u5982\u6807\u7B7E\u88AB\u5220\u9664\uFF09\uFF0C\u5177\u4F53\u539F\u56E0\u8BF7\u524D\u5F80\u6807\u7B7E\u5217\u8868\u67E5\u8BE2"
@@ -134,7 +134,7 @@ var UserTagsSelect = function UserTagsSelect(props) {
134
134
  cursor: 'pointer'
135
135
  },
136
136
  type: "a-iconzhuyi"
137
- })))))));
137
+ }))))));
138
138
  };
139
139
  UserTagsSelect.defaultProps = {
140
140
  destroyPopupOnHide: false,
@@ -1,9 +1,9 @@
1
- function _slicedToArray(r, e) { return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest(); }
1
+ function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
2
2
  function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
3
- function _unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); 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; } }
4
- function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }
5
- function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
6
- function _arrayWithHoles(r) { if (Array.isArray(r)) return r; }
3
+ function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
4
+ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
5
+ function _iterableToArrayLimit(arr, i) { var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"]; if (null != _i) { var _s, _e, _x, _r, _arr = [], _n = !0, _d = !1; try { if (_x = (_i = _i.call(arr)).next, 0 === i) { if (Object(_i) !== _i) return; _n = !1; } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0); } catch (err) { _d = !0, _e = err; } finally { try { if (!_n && null != _i.return && (_r = _i.return(), Object(_r) !== _r)) return; } finally { if (_d) throw _e; } } return _arr; } }
6
+ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
7
7
  import React, { useMemo, useState } from 'react';
8
8
  import { classPrefix } from '..';
9
9
  import VirtualList from 'rc-virtual-list';
package/es/utils/ajax.js CHANGED
@@ -1,7 +1,7 @@
1
- function _regenerator() { /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/babel/babel/blob/main/packages/babel-helpers/LICENSE */ var e, t, r = "function" == typeof Symbol ? Symbol : {}, n = r.iterator || "@@iterator", o = r.toStringTag || "@@toStringTag"; function i(r, n, o, i) { var c = n && n.prototype instanceof Generator ? n : Generator, u = Object.create(c.prototype); return _regeneratorDefine2(u, "_invoke", function (r, n, o) { var i, c, u, f = 0, p = o || [], y = !1, G = { p: 0, n: 0, v: e, a: d, f: d.bind(e, 4), d: function d(t, r) { return i = t, c = 0, u = e, G.n = r, a; } }; function d(r, n) { for (c = r, u = n, t = 0; !y && f && !o && t < p.length; t++) { var o, i = p[t], d = G.p, l = i[2]; r > 3 ? (o = l === n) && (u = i[(c = i[4]) ? 5 : (c = 3, 3)], i[4] = i[5] = e) : i[0] <= d && ((o = r < 2 && d < i[1]) ? (c = 0, G.v = n, G.n = i[1]) : d < l && (o = r < 3 || i[0] > n || n > l) && (i[4] = r, i[5] = n, G.n = l, c = 0)); } if (o || r > 1) return a; throw y = !0, n; } return function (o, p, l) { if (f > 1) throw TypeError("Generator is already running"); for (y && 1 === p && d(p, l), c = p, u = l; (t = c < 2 ? e : u) || !y;) { i || (c ? c < 3 ? (c > 1 && (G.n = -1), d(c, u)) : G.n = u : G.v = u); try { if (f = 2, i) { if (c || (o = "next"), t = i[o]) { if (!(t = t.call(i, u))) throw TypeError("iterator result is not an object"); if (!t.done) return t; u = t.value, c < 2 && (c = 0); } else 1 === c && (t = i.return) && t.call(i), c < 2 && (u = TypeError("The iterator does not provide a '" + o + "' method"), c = 1); i = e; } else if ((t = (y = G.n < 0) ? u : r.call(n, G)) !== a) break; } catch (t) { i = e, c = 1, u = t; } finally { f = 1; } } return { value: t, done: y }; }; }(r, o, i), !0), u; } var a = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} t = Object.getPrototypeOf; var c = [][n] ? t(t([][n]())) : (_regeneratorDefine2(t = {}, n, function () { return this; }), t), u = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(c); function f(e) { return Object.setPrototypeOf ? Object.setPrototypeOf(e, GeneratorFunctionPrototype) : (e.__proto__ = GeneratorFunctionPrototype, _regeneratorDefine2(e, o, "GeneratorFunction")), e.prototype = Object.create(u), e; } return GeneratorFunction.prototype = GeneratorFunctionPrototype, _regeneratorDefine2(u, "constructor", GeneratorFunctionPrototype), _regeneratorDefine2(GeneratorFunctionPrototype, "constructor", GeneratorFunction), GeneratorFunction.displayName = "GeneratorFunction", _regeneratorDefine2(GeneratorFunctionPrototype, o, "GeneratorFunction"), _regeneratorDefine2(u), _regeneratorDefine2(u, o, "Generator"), _regeneratorDefine2(u, n, function () { return this; }), _regeneratorDefine2(u, "toString", function () { return "[object Generator]"; }), (_regenerator = function _regenerator() { return { w: i, m: f }; })(); }
2
- function _regeneratorDefine2(e, r, n, t) { var i = Object.defineProperty; try { i({}, "", {}); } catch (e) { i = 0; } _regeneratorDefine2 = function _regeneratorDefine(e, r, n, t) { if (r) i ? i(e, r, { value: n, enumerable: !t, configurable: !t, writable: !t }) : e[r] = n;else { var o = function o(r, n) { _regeneratorDefine2(e, r, function (e) { return this._invoke(r, n, e); }); }; o("next", 0), o("throw", 1), o("return", 2); } }, _regeneratorDefine2(e, r, n, t); }
3
- function asyncGeneratorStep(n, t, e, r, o, a, c) { try { var i = n[a](c), u = i.value; } catch (n) { return void e(n); } i.done ? t(u) : Promise.resolve(u).then(r, o); }
4
- function _asyncToGenerator(n) { return function () { var t = this, e = arguments; return new Promise(function (r, o) { var a = n.apply(t, e); function _next(n) { asyncGeneratorStep(a, r, o, _next, _throw, "next", n); } function _throw(n) { asyncGeneratorStep(a, r, o, _next, _throw, "throw", n); } _next(void 0); }); }; }
1
+ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
2
+ function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ _regeneratorRuntime = function _regeneratorRuntime() { return exports; }; var exports = {}, Op = Object.prototype, hasOwn = Op.hasOwnProperty, defineProperty = Object.defineProperty || function (obj, key, desc) { obj[key] = desc.value; }, $Symbol = "function" == typeof Symbol ? Symbol : {}, iteratorSymbol = $Symbol.iterator || "@@iterator", asyncIteratorSymbol = $Symbol.asyncIterator || "@@asyncIterator", toStringTagSymbol = $Symbol.toStringTag || "@@toStringTag"; function define(obj, key, value) { return Object.defineProperty(obj, key, { value: value, enumerable: !0, configurable: !0, writable: !0 }), obj[key]; } try { define({}, ""); } catch (err) { define = function define(obj, key, value) { return obj[key] = value; }; } function wrap(innerFn, outerFn, self, tryLocsList) { var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator, generator = Object.create(protoGenerator.prototype), context = new Context(tryLocsList || []); return defineProperty(generator, "_invoke", { value: makeInvokeMethod(innerFn, self, context) }), generator; } function tryCatch(fn, obj, arg) { try { return { type: "normal", arg: fn.call(obj, arg) }; } catch (err) { return { type: "throw", arg: err }; } } exports.wrap = wrap; var ContinueSentinel = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var IteratorPrototype = {}; define(IteratorPrototype, iteratorSymbol, function () { return this; }); var getProto = Object.getPrototypeOf, NativeIteratorPrototype = getProto && getProto(getProto(values([]))); NativeIteratorPrototype && NativeIteratorPrototype !== Op && hasOwn.call(NativeIteratorPrototype, iteratorSymbol) && (IteratorPrototype = NativeIteratorPrototype); var Gp = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(IteratorPrototype); function defineIteratorMethods(prototype) { ["next", "throw", "return"].forEach(function (method) { define(prototype, method, function (arg) { return this._invoke(method, arg); }); }); } function AsyncIterator(generator, PromiseImpl) { function invoke(method, arg, resolve, reject) { var record = tryCatch(generator[method], generator, arg); if ("throw" !== record.type) { var result = record.arg, value = result.value; return value && "object" == _typeof(value) && hasOwn.call(value, "__await") ? PromiseImpl.resolve(value.__await).then(function (value) { invoke("next", value, resolve, reject); }, function (err) { invoke("throw", err, resolve, reject); }) : PromiseImpl.resolve(value).then(function (unwrapped) { result.value = unwrapped, resolve(result); }, function (error) { return invoke("throw", error, resolve, reject); }); } reject(record.arg); } var previousPromise; defineProperty(this, "_invoke", { value: function value(method, arg) { function callInvokeWithMethodAndArg() { return new PromiseImpl(function (resolve, reject) { invoke(method, arg, resolve, reject); }); } return previousPromise = previousPromise ? previousPromise.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); } }); } function makeInvokeMethod(innerFn, self, context) { var state = "suspendedStart"; return function (method, arg) { if ("executing" === state) throw new Error("Generator is already running"); if ("completed" === state) { if ("throw" === method) throw arg; return doneResult(); } for (context.method = method, context.arg = arg;;) { var delegate = context.delegate; if (delegate) { var delegateResult = maybeInvokeDelegate(delegate, context); if (delegateResult) { if (delegateResult === ContinueSentinel) continue; return delegateResult; } } if ("next" === context.method) context.sent = context._sent = context.arg;else if ("throw" === context.method) { if ("suspendedStart" === state) throw state = "completed", context.arg; context.dispatchException(context.arg); } else "return" === context.method && context.abrupt("return", context.arg); state = "executing"; var record = tryCatch(innerFn, self, context); if ("normal" === record.type) { if (state = context.done ? "completed" : "suspendedYield", record.arg === ContinueSentinel) continue; return { value: record.arg, done: context.done }; } "throw" === record.type && (state = "completed", context.method = "throw", context.arg = record.arg); } }; } function maybeInvokeDelegate(delegate, context) { var methodName = context.method, method = delegate.iterator[methodName]; if (undefined === method) return context.delegate = null, "throw" === methodName && delegate.iterator.return && (context.method = "return", context.arg = undefined, maybeInvokeDelegate(delegate, context), "throw" === context.method) || "return" !== methodName && (context.method = "throw", context.arg = new TypeError("The iterator does not provide a '" + methodName + "' method")), ContinueSentinel; var record = tryCatch(method, delegate.iterator, context.arg); if ("throw" === record.type) return context.method = "throw", context.arg = record.arg, context.delegate = null, ContinueSentinel; var info = record.arg; return info ? info.done ? (context[delegate.resultName] = info.value, context.next = delegate.nextLoc, "return" !== context.method && (context.method = "next", context.arg = undefined), context.delegate = null, ContinueSentinel) : info : (context.method = "throw", context.arg = new TypeError("iterator result is not an object"), context.delegate = null, ContinueSentinel); } function pushTryEntry(locs) { var entry = { tryLoc: locs[0] }; 1 in locs && (entry.catchLoc = locs[1]), 2 in locs && (entry.finallyLoc = locs[2], entry.afterLoc = locs[3]), this.tryEntries.push(entry); } function resetTryEntry(entry) { var record = entry.completion || {}; record.type = "normal", delete record.arg, entry.completion = record; } function Context(tryLocsList) { this.tryEntries = [{ tryLoc: "root" }], tryLocsList.forEach(pushTryEntry, this), this.reset(!0); } function values(iterable) { if (iterable) { var iteratorMethod = iterable[iteratorSymbol]; if (iteratorMethod) return iteratorMethod.call(iterable); if ("function" == typeof iterable.next) return iterable; if (!isNaN(iterable.length)) { var i = -1, next = function next() { for (; ++i < iterable.length;) if (hasOwn.call(iterable, i)) return next.value = iterable[i], next.done = !1, next; return next.value = undefined, next.done = !0, next; }; return next.next = next; } } return { next: doneResult }; } function doneResult() { return { value: undefined, done: !0 }; } return GeneratorFunction.prototype = GeneratorFunctionPrototype, defineProperty(Gp, "constructor", { value: GeneratorFunctionPrototype, configurable: !0 }), defineProperty(GeneratorFunctionPrototype, "constructor", { value: GeneratorFunction, configurable: !0 }), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, toStringTagSymbol, "GeneratorFunction"), exports.isGeneratorFunction = function (genFun) { var ctor = "function" == typeof genFun && genFun.constructor; return !!ctor && (ctor === GeneratorFunction || "GeneratorFunction" === (ctor.displayName || ctor.name)); }, exports.mark = function (genFun) { return Object.setPrototypeOf ? Object.setPrototypeOf(genFun, GeneratorFunctionPrototype) : (genFun.__proto__ = GeneratorFunctionPrototype, define(genFun, toStringTagSymbol, "GeneratorFunction")), genFun.prototype = Object.create(Gp), genFun; }, exports.awrap = function (arg) { return { __await: arg }; }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, asyncIteratorSymbol, function () { return this; }), exports.AsyncIterator = AsyncIterator, exports.async = function (innerFn, outerFn, self, tryLocsList, PromiseImpl) { void 0 === PromiseImpl && (PromiseImpl = Promise); var iter = new AsyncIterator(wrap(innerFn, outerFn, self, tryLocsList), PromiseImpl); return exports.isGeneratorFunction(outerFn) ? iter : iter.next().then(function (result) { return result.done ? result.value : iter.next(); }); }, defineIteratorMethods(Gp), define(Gp, toStringTagSymbol, "Generator"), define(Gp, iteratorSymbol, function () { return this; }), define(Gp, "toString", function () { return "[object Generator]"; }), exports.keys = function (val) { var object = Object(val), keys = []; for (var key in object) keys.push(key); return keys.reverse(), function next() { for (; keys.length;) { var key = keys.pop(); if (key in object) return next.value = key, next.done = !1, next; } return next.done = !0, next; }; }, exports.values = values, Context.prototype = { constructor: Context, reset: function reset(skipTempReset) { if (this.prev = 0, this.next = 0, this.sent = this._sent = undefined, this.done = !1, this.delegate = null, this.method = "next", this.arg = undefined, this.tryEntries.forEach(resetTryEntry), !skipTempReset) for (var name in this) "t" === name.charAt(0) && hasOwn.call(this, name) && !isNaN(+name.slice(1)) && (this[name] = undefined); }, stop: function stop() { this.done = !0; var rootRecord = this.tryEntries[0].completion; if ("throw" === rootRecord.type) throw rootRecord.arg; return this.rval; }, dispatchException: function dispatchException(exception) { if (this.done) throw exception; var context = this; function handle(loc, caught) { return record.type = "throw", record.arg = exception, context.next = loc, caught && (context.method = "next", context.arg = undefined), !!caught; } for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i], record = entry.completion; if ("root" === entry.tryLoc) return handle("end"); if (entry.tryLoc <= this.prev) { var hasCatch = hasOwn.call(entry, "catchLoc"), hasFinally = hasOwn.call(entry, "finallyLoc"); if (hasCatch && hasFinally) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } else if (hasCatch) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); } else { if (!hasFinally) throw new Error("try statement without catch or finally"); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } } } }, abrupt: function abrupt(type, arg) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc <= this.prev && hasOwn.call(entry, "finallyLoc") && this.prev < entry.finallyLoc) { var finallyEntry = entry; break; } } finallyEntry && ("break" === type || "continue" === type) && finallyEntry.tryLoc <= arg && arg <= finallyEntry.finallyLoc && (finallyEntry = null); var record = finallyEntry ? finallyEntry.completion : {}; return record.type = type, record.arg = arg, finallyEntry ? (this.method = "next", this.next = finallyEntry.finallyLoc, ContinueSentinel) : this.complete(record); }, complete: function complete(record, afterLoc) { if ("throw" === record.type) throw record.arg; return "break" === record.type || "continue" === record.type ? this.next = record.arg : "return" === record.type ? (this.rval = this.arg = record.arg, this.method = "return", this.next = "end") : "normal" === record.type && afterLoc && (this.next = afterLoc), ContinueSentinel; }, finish: function finish(finallyLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.finallyLoc === finallyLoc) return this.complete(entry.completion, entry.afterLoc), resetTryEntry(entry), ContinueSentinel; } }, catch: function _catch(tryLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc === tryLoc) { var record = entry.completion; if ("throw" === record.type) { var thrown = record.arg; resetTryEntry(entry); } return thrown; } } throw new Error("illegal catch attempt"); }, delegateYield: function delegateYield(iterable, resultName, nextLoc) { return this.delegate = { iterator: values(iterable), resultName: resultName, nextLoc: nextLoc }, "next" === this.method && (this.arg = undefined), ContinueSentinel; } }, exports; }
3
+ function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { Promise.resolve(value).then(_next, _throw); } }
4
+ function _asyncToGenerator(fn) { return function () { var self = this, args = arguments; return new Promise(function (resolve, reject) { var gen = fn.apply(self, args); function _next(value) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value); } function _throw(err) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err); } _next(undefined); }); }; }
5
5
  import Request, { extend } from 'umi-request';
6
6
  import { notification, message } from 'antd';
7
7
  import { globalConfig } from '../config';
@@ -123,23 +123,23 @@ function request(_x, _x2) {
123
123
  return _request.apply(this, arguments);
124
124
  }
125
125
  function _request() {
126
- _request = _asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee(url, options) {
127
- var _globalConfig$request, _globalConfig$request2, _params$options, _params$options2, _params$options5, _params$options6, err, option, list, optionsWrapper, responseWrapper, params, reqData, res, blobError, _params$options3, reader, _params$options4, _t;
128
- return _regenerator().w(function (_context) {
129
- while (1) switch (_context.n) {
126
+ _request = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee(url, options) {
127
+ var _globalConfig$request, _globalConfig$request2, _params$options, _params$options2, _params$options5, _params$options6, err, option, list, optionsWrapper, responseWrapper, params, reqData, res, blobError, _params$options3, reader, _params$options4;
128
+ return _regeneratorRuntime().wrap(function _callee$(_context) {
129
+ while (1) switch (_context.prev = _context.next) {
130
130
  case 0:
131
- _context.p = 0;
131
+ _context.prev = 0;
132
132
  if (!/{{\S*}}/.test(url)) {
133
- _context.n = 2;
133
+ _context.next = 8;
134
134
  break;
135
135
  }
136
136
  if (!(!options || !options.params)) {
137
- _context.n = 1;
137
+ _context.next = 5;
138
138
  break;
139
139
  }
140
140
  err = new Error("\u5E26\u53C2URL(".concat(url, ")\u8BF7\u6C42\u4E2D\uFF0C\u7F3A\u5C11params\u53C2\u6570"));
141
141
  throw err;
142
- case 1:
142
+ case 5:
143
143
  option = options;
144
144
  list = url.match(/{{\S*?}}/g) || [];
145
145
  list.forEach(function (param) {
@@ -147,7 +147,7 @@ function _request() {
147
147
  url = url.replace(param, option.params[key]);
148
148
  delete option.params[key];
149
149
  });
150
- case 2:
150
+ case 8:
151
151
  optionsWrapper = (options === null || options === void 0 ? void 0 : options.optionsWrapper) || ((_globalConfig$request = globalConfig.request) === null || _globalConfig$request === void 0 ? void 0 : _globalConfig$request.optionsWrapper);
152
152
  responseWrapper = (options === null || options === void 0 ? void 0 : options.responseWrapper) || ((_globalConfig$request2 = globalConfig.request) === null || _globalConfig$request2 === void 0 ? void 0 : _globalConfig$request2.responseWrapper);
153
153
  params = optionsWrapper ? optionsWrapper(url, options) : {
@@ -163,33 +163,33 @@ function _request() {
163
163
  return value;
164
164
  }
165
165
  });
166
- _context.n = 3;
166
+ _context.next = 15;
167
167
  return req(params.url, reqData);
168
- case 3:
169
- res = _context.v;
168
+ case 15:
169
+ res = _context.sent;
170
170
  if (res) {
171
- _context.n = 4;
171
+ _context.next = 18;
172
172
  break;
173
173
  }
174
174
  throw new Error('Request Interruption');
175
- case 4:
175
+ case 18:
176
176
  blobError = false;
177
177
  if (!(((_params$options2 = params.options) === null || _params$options2 === void 0 ? void 0 : _params$options2.responseType) === 'blob')) {
178
- _context.n = 9;
178
+ _context.next = 36;
179
179
  break;
180
180
  }
181
181
  if (!util.isBlob(res.data)) {
182
- _context.n = 8;
182
+ _context.next = 35;
183
183
  break;
184
184
  }
185
185
  if (!(((_params$options3 = params.options) === null || _params$options3 === void 0 ? void 0 : _params$options3.downloadFile) === false)) {
186
- _context.n = 5;
186
+ _context.next = 25;
187
187
  break;
188
188
  }
189
- return _context.a(2, res.data);
190
- case 5:
189
+ return _context.abrupt("return", res.data);
190
+ case 25:
191
191
  if (!(res.data.type === 'application/json')) {
192
- _context.n = 6;
192
+ _context.next = 32;
193
193
  break;
194
194
  }
195
195
  blobError = true;
@@ -203,42 +203,45 @@ function _request() {
203
203
  }
204
204
  };
205
205
  reader.readAsText(res.data);
206
- _context.n = 7;
206
+ _context.next = 33;
207
207
  break;
208
- case 6:
209
- return _context.a(2, ((_params$options4 = params.options) === null || _params$options4 === void 0 ? void 0 : _params$options4.isExcel) ? downloadFile1(res, params.options.fileName) : downloadFile(res, params.options.fileName));
210
- case 7:
211
- _context.n = 9;
208
+ case 32:
209
+ return _context.abrupt("return", ((_params$options4 = params.options) === null || _params$options4 === void 0 ? void 0 : _params$options4.isExcel) ? downloadFile1(res, params.options.fileName) : downloadFile(res, params.options.fileName));
210
+ case 33:
211
+ _context.next = 36;
212
212
  break;
213
- case 8:
213
+ case 35:
214
214
  res = res.data;
215
- case 9:
215
+ case 36:
216
216
  if (!(((_params$options5 = params.options) === null || _params$options5 === void 0 ? void 0 : _params$options5.responseType) === 'blob' && ((_params$options6 = params.options) === null || _params$options6 === void 0 ? void 0 : _params$options6.downloadFile) !== false && blobError)) {
217
- _context.n = 10;
217
+ _context.next = 39;
218
218
  break;
219
219
  }
220
220
  res.data = 'error';
221
- return _context.a(2, res.data);
222
- case 10:
223
- return _context.a(2, responseWrapper ? responseWrapper(url, responseErrorHandler(url, res, options === null || options === void 0 ? void 0 : options.errorTitle, options === null || options === void 0 ? void 0 : options.notifyType, options === null || options === void 0 ? void 0 : options.intercept)) : responseErrorHandler(url, res, options === null || options === void 0 ? void 0 : options.errorTitle, options === null || options === void 0 ? void 0 : options.notifyType, options === null || options === void 0 ? void 0 : options.intercept));
224
- case 11:
225
- _context.p = 11;
226
- _t = _context.v;
227
- if (!_t.isCancel) {
228
- _context.n = 12;
221
+ return _context.abrupt("return", res.data);
222
+ case 39:
223
+ return _context.abrupt("return", responseWrapper ? responseWrapper(url, responseErrorHandler(url, res, options === null || options === void 0 ? void 0 : options.errorTitle, options === null || options === void 0 ? void 0 : options.notifyType, options === null || options === void 0 ? void 0 : options.intercept)) : responseErrorHandler(url, res, options === null || options === void 0 ? void 0 : options.errorTitle, options === null || options === void 0 ? void 0 : options.notifyType, options === null || options === void 0 ? void 0 : options.intercept));
224
+ case 42:
225
+ _context.prev = 42;
226
+ _context.t0 = _context["catch"](0);
227
+ if (!_context.t0.isCancel) {
228
+ _context.next = 46;
229
229
  break;
230
230
  }
231
- throw _t;
232
- case 12:
233
- if (!(_t.message === 'Request Interruption')) {
234
- _context.n = 13;
231
+ throw _context.t0;
232
+ case 46:
233
+ if (!(_context.t0.message === 'Request Interruption')) {
234
+ _context.next = 48;
235
235
  break;
236
236
  }
237
237
  throw new Error('Request Interruption');
238
- case 13:
239
- return _context.a(2, null);
238
+ case 48:
239
+ return _context.abrupt("return", null);
240
+ case 49:
241
+ case "end":
242
+ return _context.stop();
240
243
  }
241
- }, _callee, null, [[0, 11]]);
244
+ }, _callee, null, [[0, 42]]);
242
245
  }));
243
246
  return _request.apply(this, arguments);
244
247
  }
@@ -1,9 +1,9 @@
1
- function _slicedToArray(r, e) { return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest(); }
1
+ function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
2
2
  function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
3
- function _unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); 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; } }
4
- function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }
5
- function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
6
- function _arrayWithHoles(r) { if (Array.isArray(r)) return r; }
3
+ function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
4
+ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
5
+ function _iterableToArrayLimit(arr, i) { var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"]; if (null != _i) { var _s, _e, _x, _r, _arr = [], _n = !0, _d = !1; try { if (_x = (_i = _i.call(arr)).next, 0 === i) { if (Object(_i) !== _i) return; _n = !1; } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0); } catch (err) { _d = !0, _e = err; } finally { try { if (!_n && null != _i.return && (_r = _i.return(), Object(_r) !== _r)) return; } finally { if (_d) throw _e; } } return _arr; } }
6
+ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
7
7
  import { Button, message } from 'antd';
8
8
  import React from 'react';
9
9
  import { ajax } from '@zgfe/business-lib';
@@ -1,26 +1,25 @@
1
- function _regenerator() { /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/babel/babel/blob/main/packages/babel-helpers/LICENSE */ var e, t, r = "function" == typeof Symbol ? Symbol : {}, n = r.iterator || "@@iterator", o = r.toStringTag || "@@toStringTag"; function i(r, n, o, i) { var c = n && n.prototype instanceof Generator ? n : Generator, u = Object.create(c.prototype); return _regeneratorDefine2(u, "_invoke", function (r, n, o) { var i, c, u, f = 0, p = o || [], y = !1, G = { p: 0, n: 0, v: e, a: d, f: d.bind(e, 4), d: function d(t, r) { return i = t, c = 0, u = e, G.n = r, a; } }; function d(r, n) { for (c = r, u = n, t = 0; !y && f && !o && t < p.length; t++) { var o, i = p[t], d = G.p, l = i[2]; r > 3 ? (o = l === n) && (u = i[(c = i[4]) ? 5 : (c = 3, 3)], i[4] = i[5] = e) : i[0] <= d && ((o = r < 2 && d < i[1]) ? (c = 0, G.v = n, G.n = i[1]) : d < l && (o = r < 3 || i[0] > n || n > l) && (i[4] = r, i[5] = n, G.n = l, c = 0)); } if (o || r > 1) return a; throw y = !0, n; } return function (o, p, l) { if (f > 1) throw TypeError("Generator is already running"); for (y && 1 === p && d(p, l), c = p, u = l; (t = c < 2 ? e : u) || !y;) { i || (c ? c < 3 ? (c > 1 && (G.n = -1), d(c, u)) : G.n = u : G.v = u); try { if (f = 2, i) { if (c || (o = "next"), t = i[o]) { if (!(t = t.call(i, u))) throw TypeError("iterator result is not an object"); if (!t.done) return t; u = t.value, c < 2 && (c = 0); } else 1 === c && (t = i.return) && t.call(i), c < 2 && (u = TypeError("The iterator does not provide a '" + o + "' method"), c = 1); i = e; } else if ((t = (y = G.n < 0) ? u : r.call(n, G)) !== a) break; } catch (t) { i = e, c = 1, u = t; } finally { f = 1; } } return { value: t, done: y }; }; }(r, o, i), !0), u; } var a = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} t = Object.getPrototypeOf; var c = [][n] ? t(t([][n]())) : (_regeneratorDefine2(t = {}, n, function () { return this; }), t), u = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(c); function f(e) { return Object.setPrototypeOf ? Object.setPrototypeOf(e, GeneratorFunctionPrototype) : (e.__proto__ = GeneratorFunctionPrototype, _regeneratorDefine2(e, o, "GeneratorFunction")), e.prototype = Object.create(u), e; } return GeneratorFunction.prototype = GeneratorFunctionPrototype, _regeneratorDefine2(u, "constructor", GeneratorFunctionPrototype), _regeneratorDefine2(GeneratorFunctionPrototype, "constructor", GeneratorFunction), GeneratorFunction.displayName = "GeneratorFunction", _regeneratorDefine2(GeneratorFunctionPrototype, o, "GeneratorFunction"), _regeneratorDefine2(u), _regeneratorDefine2(u, o, "Generator"), _regeneratorDefine2(u, n, function () { return this; }), _regeneratorDefine2(u, "toString", function () { return "[object Generator]"; }), (_regenerator = function _regenerator() { return { w: i, m: f }; })(); }
2
- function _regeneratorDefine2(e, r, n, t) { var i = Object.defineProperty; try { i({}, "", {}); } catch (e) { i = 0; } _regeneratorDefine2 = function _regeneratorDefine(e, r, n, t) { if (r) i ? i(e, r, { value: n, enumerable: !t, configurable: !t, writable: !t }) : e[r] = n;else { var o = function o(r, n) { _regeneratorDefine2(e, r, function (e) { return this._invoke(r, n, e); }); }; o("next", 0), o("throw", 1), o("return", 2); } }, _regeneratorDefine2(e, r, n, t); }
3
- function asyncGeneratorStep(n, t, e, r, o, a, c) { try { var i = n[a](c), u = i.value; } catch (n) { return void e(n); } i.done ? t(u) : Promise.resolve(u).then(r, o); }
4
- function _asyncToGenerator(n) { return function () { var t = this, e = arguments; return new Promise(function (r, o) { var a = n.apply(t, e); function _next(n) { asyncGeneratorStep(a, r, o, _next, _throw, "next", n); } function _throw(n) { asyncGeneratorStep(a, r, o, _next, _throw, "throw", n); } _next(void 0); }); }; }
1
+ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
2
+ function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ _regeneratorRuntime = function _regeneratorRuntime() { return exports; }; var exports = {}, Op = Object.prototype, hasOwn = Op.hasOwnProperty, defineProperty = Object.defineProperty || function (obj, key, desc) { obj[key] = desc.value; }, $Symbol = "function" == typeof Symbol ? Symbol : {}, iteratorSymbol = $Symbol.iterator || "@@iterator", asyncIteratorSymbol = $Symbol.asyncIterator || "@@asyncIterator", toStringTagSymbol = $Symbol.toStringTag || "@@toStringTag"; function define(obj, key, value) { return Object.defineProperty(obj, key, { value: value, enumerable: !0, configurable: !0, writable: !0 }), obj[key]; } try { define({}, ""); } catch (err) { define = function define(obj, key, value) { return obj[key] = value; }; } function wrap(innerFn, outerFn, self, tryLocsList) { var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator, generator = Object.create(protoGenerator.prototype), context = new Context(tryLocsList || []); return defineProperty(generator, "_invoke", { value: makeInvokeMethod(innerFn, self, context) }), generator; } function tryCatch(fn, obj, arg) { try { return { type: "normal", arg: fn.call(obj, arg) }; } catch (err) { return { type: "throw", arg: err }; } } exports.wrap = wrap; var ContinueSentinel = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var IteratorPrototype = {}; define(IteratorPrototype, iteratorSymbol, function () { return this; }); var getProto = Object.getPrototypeOf, NativeIteratorPrototype = getProto && getProto(getProto(values([]))); NativeIteratorPrototype && NativeIteratorPrototype !== Op && hasOwn.call(NativeIteratorPrototype, iteratorSymbol) && (IteratorPrototype = NativeIteratorPrototype); var Gp = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(IteratorPrototype); function defineIteratorMethods(prototype) { ["next", "throw", "return"].forEach(function (method) { define(prototype, method, function (arg) { return this._invoke(method, arg); }); }); } function AsyncIterator(generator, PromiseImpl) { function invoke(method, arg, resolve, reject) { var record = tryCatch(generator[method], generator, arg); if ("throw" !== record.type) { var result = record.arg, value = result.value; return value && "object" == _typeof(value) && hasOwn.call(value, "__await") ? PromiseImpl.resolve(value.__await).then(function (value) { invoke("next", value, resolve, reject); }, function (err) { invoke("throw", err, resolve, reject); }) : PromiseImpl.resolve(value).then(function (unwrapped) { result.value = unwrapped, resolve(result); }, function (error) { return invoke("throw", error, resolve, reject); }); } reject(record.arg); } var previousPromise; defineProperty(this, "_invoke", { value: function value(method, arg) { function callInvokeWithMethodAndArg() { return new PromiseImpl(function (resolve, reject) { invoke(method, arg, resolve, reject); }); } return previousPromise = previousPromise ? previousPromise.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); } }); } function makeInvokeMethod(innerFn, self, context) { var state = "suspendedStart"; return function (method, arg) { if ("executing" === state) throw new Error("Generator is already running"); if ("completed" === state) { if ("throw" === method) throw arg; return doneResult(); } for (context.method = method, context.arg = arg;;) { var delegate = context.delegate; if (delegate) { var delegateResult = maybeInvokeDelegate(delegate, context); if (delegateResult) { if (delegateResult === ContinueSentinel) continue; return delegateResult; } } if ("next" === context.method) context.sent = context._sent = context.arg;else if ("throw" === context.method) { if ("suspendedStart" === state) throw state = "completed", context.arg; context.dispatchException(context.arg); } else "return" === context.method && context.abrupt("return", context.arg); state = "executing"; var record = tryCatch(innerFn, self, context); if ("normal" === record.type) { if (state = context.done ? "completed" : "suspendedYield", record.arg === ContinueSentinel) continue; return { value: record.arg, done: context.done }; } "throw" === record.type && (state = "completed", context.method = "throw", context.arg = record.arg); } }; } function maybeInvokeDelegate(delegate, context) { var methodName = context.method, method = delegate.iterator[methodName]; if (undefined === method) return context.delegate = null, "throw" === methodName && delegate.iterator.return && (context.method = "return", context.arg = undefined, maybeInvokeDelegate(delegate, context), "throw" === context.method) || "return" !== methodName && (context.method = "throw", context.arg = new TypeError("The iterator does not provide a '" + methodName + "' method")), ContinueSentinel; var record = tryCatch(method, delegate.iterator, context.arg); if ("throw" === record.type) return context.method = "throw", context.arg = record.arg, context.delegate = null, ContinueSentinel; var info = record.arg; return info ? info.done ? (context[delegate.resultName] = info.value, context.next = delegate.nextLoc, "return" !== context.method && (context.method = "next", context.arg = undefined), context.delegate = null, ContinueSentinel) : info : (context.method = "throw", context.arg = new TypeError("iterator result is not an object"), context.delegate = null, ContinueSentinel); } function pushTryEntry(locs) { var entry = { tryLoc: locs[0] }; 1 in locs && (entry.catchLoc = locs[1]), 2 in locs && (entry.finallyLoc = locs[2], entry.afterLoc = locs[3]), this.tryEntries.push(entry); } function resetTryEntry(entry) { var record = entry.completion || {}; record.type = "normal", delete record.arg, entry.completion = record; } function Context(tryLocsList) { this.tryEntries = [{ tryLoc: "root" }], tryLocsList.forEach(pushTryEntry, this), this.reset(!0); } function values(iterable) { if (iterable) { var iteratorMethod = iterable[iteratorSymbol]; if (iteratorMethod) return iteratorMethod.call(iterable); if ("function" == typeof iterable.next) return iterable; if (!isNaN(iterable.length)) { var i = -1, next = function next() { for (; ++i < iterable.length;) if (hasOwn.call(iterable, i)) return next.value = iterable[i], next.done = !1, next; return next.value = undefined, next.done = !0, next; }; return next.next = next; } } return { next: doneResult }; } function doneResult() { return { value: undefined, done: !0 }; } return GeneratorFunction.prototype = GeneratorFunctionPrototype, defineProperty(Gp, "constructor", { value: GeneratorFunctionPrototype, configurable: !0 }), defineProperty(GeneratorFunctionPrototype, "constructor", { value: GeneratorFunction, configurable: !0 }), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, toStringTagSymbol, "GeneratorFunction"), exports.isGeneratorFunction = function (genFun) { var ctor = "function" == typeof genFun && genFun.constructor; return !!ctor && (ctor === GeneratorFunction || "GeneratorFunction" === (ctor.displayName || ctor.name)); }, exports.mark = function (genFun) { return Object.setPrototypeOf ? Object.setPrototypeOf(genFun, GeneratorFunctionPrototype) : (genFun.__proto__ = GeneratorFunctionPrototype, define(genFun, toStringTagSymbol, "GeneratorFunction")), genFun.prototype = Object.create(Gp), genFun; }, exports.awrap = function (arg) { return { __await: arg }; }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, asyncIteratorSymbol, function () { return this; }), exports.AsyncIterator = AsyncIterator, exports.async = function (innerFn, outerFn, self, tryLocsList, PromiseImpl) { void 0 === PromiseImpl && (PromiseImpl = Promise); var iter = new AsyncIterator(wrap(innerFn, outerFn, self, tryLocsList), PromiseImpl); return exports.isGeneratorFunction(outerFn) ? iter : iter.next().then(function (result) { return result.done ? result.value : iter.next(); }); }, defineIteratorMethods(Gp), define(Gp, toStringTagSymbol, "Generator"), define(Gp, iteratorSymbol, function () { return this; }), define(Gp, "toString", function () { return "[object Generator]"; }), exports.keys = function (val) { var object = Object(val), keys = []; for (var key in object) keys.push(key); return keys.reverse(), function next() { for (; keys.length;) { var key = keys.pop(); if (key in object) return next.value = key, next.done = !1, next; } return next.done = !0, next; }; }, exports.values = values, Context.prototype = { constructor: Context, reset: function reset(skipTempReset) { if (this.prev = 0, this.next = 0, this.sent = this._sent = undefined, this.done = !1, this.delegate = null, this.method = "next", this.arg = undefined, this.tryEntries.forEach(resetTryEntry), !skipTempReset) for (var name in this) "t" === name.charAt(0) && hasOwn.call(this, name) && !isNaN(+name.slice(1)) && (this[name] = undefined); }, stop: function stop() { this.done = !0; var rootRecord = this.tryEntries[0].completion; if ("throw" === rootRecord.type) throw rootRecord.arg; return this.rval; }, dispatchException: function dispatchException(exception) { if (this.done) throw exception; var context = this; function handle(loc, caught) { return record.type = "throw", record.arg = exception, context.next = loc, caught && (context.method = "next", context.arg = undefined), !!caught; } for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i], record = entry.completion; if ("root" === entry.tryLoc) return handle("end"); if (entry.tryLoc <= this.prev) { var hasCatch = hasOwn.call(entry, "catchLoc"), hasFinally = hasOwn.call(entry, "finallyLoc"); if (hasCatch && hasFinally) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } else if (hasCatch) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); } else { if (!hasFinally) throw new Error("try statement without catch or finally"); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } } } }, abrupt: function abrupt(type, arg) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc <= this.prev && hasOwn.call(entry, "finallyLoc") && this.prev < entry.finallyLoc) { var finallyEntry = entry; break; } } finallyEntry && ("break" === type || "continue" === type) && finallyEntry.tryLoc <= arg && arg <= finallyEntry.finallyLoc && (finallyEntry = null); var record = finallyEntry ? finallyEntry.completion : {}; return record.type = type, record.arg = arg, finallyEntry ? (this.method = "next", this.next = finallyEntry.finallyLoc, ContinueSentinel) : this.complete(record); }, complete: function complete(record, afterLoc) { if ("throw" === record.type) throw record.arg; return "break" === record.type || "continue" === record.type ? this.next = record.arg : "return" === record.type ? (this.rval = this.arg = record.arg, this.method = "return", this.next = "end") : "normal" === record.type && afterLoc && (this.next = afterLoc), ContinueSentinel; }, finish: function finish(finallyLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.finallyLoc === finallyLoc) return this.complete(entry.completion, entry.afterLoc), resetTryEntry(entry), ContinueSentinel; } }, catch: function _catch(tryLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc === tryLoc) { var record = entry.completion; if ("throw" === record.type) { var thrown = record.arg; resetTryEntry(entry); } return thrown; } } throw new Error("illegal catch attempt"); }, delegateYield: function delegateYield(iterable, resultName, nextLoc) { return this.delegate = { iterator: values(iterable), resultName: resultName, nextLoc: nextLoc }, "next" === this.method && (this.arg = undefined), ContinueSentinel; } }, exports; }
3
+ function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { Promise.resolve(value).then(_next, _throw); } }
4
+ function _asyncToGenerator(fn) { return function () { var self = this, args = arguments; return new Promise(function (resolve, reject) { var gen = fn.apply(self, args); function _next(value) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value); } function _throw(err) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err); } _next(undefined); }); }; }
5
5
  import request from './ajax';
6
6
  import Apis from '../constants/apis';
7
7
  export function fetchAllEvents(_x) {
8
8
  return _fetchAllEvents.apply(this, arguments);
9
9
  }
10
10
  function _fetchAllEvents() {
11
- _fetchAllEvents = _asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee(appId) {
11
+ _fetchAllEvents = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee(appId) {
12
12
  var platform,
13
13
  isAll,
14
14
  res,
15
- _args = arguments,
16
- _t;
17
- return _regenerator().w(function (_context) {
18
- while (1) switch (_context.n) {
15
+ _args = arguments;
16
+ return _regeneratorRuntime().wrap(function _callee$(_context) {
17
+ while (1) switch (_context.prev = _context.next) {
19
18
  case 0:
20
19
  platform = _args.length > 1 && _args[1] !== undefined ? _args[1] : 0;
21
20
  isAll = _args.length > 2 && _args[2] !== undefined ? _args[2] : true;
22
- _context.p = 1;
23
- _context.n = 2;
21
+ _context.prev = 2;
22
+ _context.next = 5;
24
23
  return request(Apis.queryEventMetas, {
25
24
  method: 'post',
26
25
  data: {
@@ -29,16 +28,19 @@ function _fetchAllEvents() {
29
28
  isAll: isAll
30
29
  }
31
30
  });
32
- case 2:
33
- res = _context.v;
34
- return _context.a(2, (res === null || res === void 0 ? void 0 : res.data) || []);
35
- case 3:
36
- _context.p = 3;
37
- _t = _context.v;
38
- console.error('Failed to fetch all events:', _t);
39
- return _context.a(2, []);
31
+ case 5:
32
+ res = _context.sent;
33
+ return _context.abrupt("return", (res === null || res === void 0 ? void 0 : res.data) || []);
34
+ case 9:
35
+ _context.prev = 9;
36
+ _context.t0 = _context["catch"](2);
37
+ console.error('Failed to fetch all events:', _context.t0);
38
+ return _context.abrupt("return", []);
39
+ case 13:
40
+ case "end":
41
+ return _context.stop();
40
42
  }
41
- }, _callee, null, [[1, 3]]);
43
+ }, _callee, null, [[2, 9]]);
42
44
  }));
43
45
  return _fetchAllEvents.apply(this, arguments);
44
46
  }
@@ -46,13 +48,13 @@ export function fetchEventAttrs(_x2, _x3) {
46
48
  return _fetchEventAttrs.apply(this, arguments);
47
49
  }
48
50
  function _fetchEventAttrs() {
49
- _fetchEventAttrs = _asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee2(eventId, appId) {
50
- var res, attrs, formattedAttrs, _t2;
51
- return _regenerator().w(function (_context2) {
52
- while (1) switch (_context2.n) {
51
+ _fetchEventAttrs = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee2(eventId, appId) {
52
+ var res, attrs, formattedAttrs;
53
+ return _regeneratorRuntime().wrap(function _callee2$(_context2) {
54
+ while (1) switch (_context2.prev = _context2.next) {
53
55
  case 0:
54
- _context2.p = 0;
55
- _context2.n = 1;
56
+ _context2.prev = 0;
57
+ _context2.next = 3;
56
58
  return request(Apis.queryEventAttrMetas, {
57
59
  method: 'post',
58
60
  data: {
@@ -60,8 +62,8 @@ function _fetchEventAttrs() {
60
62
  eventId: eventId
61
63
  }
62
64
  });
63
- case 1:
64
- res = _context2.v;
65
+ case 3:
66
+ res = _context2.sent;
65
67
  attrs = Array.isArray(res === null || res === void 0 ? void 0 : res.data) ? res === null || res === void 0 ? void 0 : res.data : [];
66
68
  formattedAttrs = attrs.map(function (item) {
67
69
  return {
@@ -77,14 +79,17 @@ function _fetchEventAttrs() {
77
79
  dimensionSub: item.dimension_sub || 'event_attr'
78
80
  };
79
81
  });
80
- return _context2.a(2, formattedAttrs);
81
- case 2:
82
- _context2.p = 2;
83
- _t2 = _context2.v;
84
- console.error('Failed to fetch event attributes:', _t2);
85
- return _context2.a(2, []);
82
+ return _context2.abrupt("return", formattedAttrs);
83
+ case 9:
84
+ _context2.prev = 9;
85
+ _context2.t0 = _context2["catch"](0);
86
+ console.error('Failed to fetch event attributes:', _context2.t0);
87
+ return _context2.abrupt("return", []);
88
+ case 13:
89
+ case "end":
90
+ return _context2.stop();
86
91
  }
87
- }, _callee2, null, [[0, 2]]);
92
+ }, _callee2, null, [[0, 9]]);
88
93
  }));
89
94
  return _fetchEventAttrs.apply(this, arguments);
90
95
  }
@@ -92,29 +97,32 @@ export function fetchEventAttrByAttrId(_x4) {
92
97
  return _fetchEventAttrByAttrId.apply(this, arguments);
93
98
  }
94
99
  function _fetchEventAttrByAttrId() {
95
- _fetchEventAttrByAttrId = _asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee3(attrId) {
96
- var res, _t3;
97
- return _regenerator().w(function (_context3) {
98
- while (1) switch (_context3.n) {
100
+ _fetchEventAttrByAttrId = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee3(attrId) {
101
+ var res;
102
+ return _regeneratorRuntime().wrap(function _callee3$(_context3) {
103
+ while (1) switch (_context3.prev = _context3.next) {
99
104
  case 0:
100
- _context3.p = 0;
101
- _context3.n = 1;
105
+ _context3.prev = 0;
106
+ _context3.next = 3;
102
107
  return request(Apis.queryEventAttrByAttrId, {
103
108
  method: 'post',
104
109
  data: {
105
110
  attrId: attrId
106
111
  }
107
112
  });
108
- case 1:
109
- res = _context3.v;
110
- return _context3.a(2, (res === null || res === void 0 ? void 0 : res.data) || []);
111
- case 2:
112
- _context3.p = 2;
113
- _t3 = _context3.v;
114
- console.error('Failed to fetch event attribute by attrId:', _t3);
115
- return _context3.a(2, []);
113
+ case 3:
114
+ res = _context3.sent;
115
+ return _context3.abrupt("return", (res === null || res === void 0 ? void 0 : res.data) || []);
116
+ case 7:
117
+ _context3.prev = 7;
118
+ _context3.t0 = _context3["catch"](0);
119
+ console.error('Failed to fetch event attribute by attrId:', _context3.t0);
120
+ return _context3.abrupt("return", []);
121
+ case 11:
122
+ case "end":
123
+ return _context3.stop();
116
124
  }
117
- }, _callee3, null, [[0, 2]]);
125
+ }, _callee3, null, [[0, 7]]);
118
126
  }));
119
127
  return _fetchEventAttrByAttrId.apply(this, arguments);
120
128
  }
package/es/utils/type.js CHANGED
@@ -1,9 +1,9 @@
1
- function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
2
- function _defineProperties(e, r) { for (var t = 0; t < r.length; t++) { var o = r[t]; o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, _toPropertyKey(o.key), o); } }
3
- function _createClass(e, r, t) { return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, "prototype", { writable: !1 }), e; }
4
- function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
5
- function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
6
- function _classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
1
+ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
2
+ function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } }
3
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
4
+ function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
5
+ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
6
+ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
7
7
  export var ResponseStatus;
8
8
  (function (ResponseStatus) {
9
9
  ResponseStatus["success"] = "00";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/business-lib",
3
- "version": "1.2.71-hxd.14",
3
+ "version": "1.2.71-hxd.15",
4
4
  "module": "es/index.js",
5
5
  "typings": "es/index.d.ts",
6
6
  "files": [
@@ -55,7 +55,7 @@
55
55
  "react": "^16.12.0 || ^17.0.0",
56
56
  "yorkie": "^2.0.0"
57
57
  },
58
- "gitHead": "909b754797f9886bb00ce9bdfe55e5f741d0f549",
58
+ "gitHead": "713098dfef8af752d40c65ebdb3eeab9413cfa7b",
59
59
  "gitHooks": {
60
60
  "pre-commit": "lint-staged"
61
61
  }