@lingxiteam/assets 4.2.1-alpha.2 → 4.3.2-alpha.3

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 (175) hide show
  1. package/es/IconSvg/index.js +8 -7
  2. package/es/error/errorCatch/index.js +1 -1
  3. package/es/error/errorDisplay/Mobile/Drawer/Drawer.js +99 -77
  4. package/es/error/errorDisplay/Mobile/Drawer/index.js +26 -26
  5. package/es/error/errorDisplay/Mobile/ErrorMsg/index.js +127 -129
  6. package/es/error/errorDisplay/Mobile/Modal/Modal.js +46 -31
  7. package/es/error/errorDisplay/Mobile/Modal/index.js +24 -24
  8. package/es/error/errorDisplay/Mobile/defaultGlobalConfig.js +2 -2
  9. package/es/error/errorDisplay/Web/Drawer/Drawer.js +183 -145
  10. package/es/error/errorDisplay/Web/Drawer/DrawerConnect.js +43 -46
  11. package/es/error/errorDisplay/Web/Drawer/index.js +15 -15
  12. package/es/error/errorDisplay/Web/ErrorMsg/index.js +341 -327
  13. package/es/error/errorDisplay/Web/Notification/Notice.js +78 -65
  14. package/es/error/errorDisplay/Web/Notification/Notification.js +15 -15
  15. package/es/error/errorDisplay/Web/Notification/index.js +36 -38
  16. package/es/error/errorDisplay/Web/defaultGlobalConfig.js +2 -2
  17. package/es/error/errorDisplay/compUtils.js +6 -6
  18. package/es/error/errorDisplay/http.js +7 -7
  19. package/es/error/index.js +6 -6
  20. package/es/index.js +5 -5
  21. package/es/rootConfig/index.d.ts +1 -1
  22. package/es/rootConfig/index.js +5 -5
  23. package/es/rootConfig/locales/enus/config-locales-es.d.ts +2 -0
  24. package/es/rootConfig/locales/enus/config-locales-es.js +13 -0
  25. package/es/rootConfig/locales/enus/config-locales-es.mobile.d.ts +2 -0
  26. package/es/rootConfig/locales/enus/config-locales-es.mobile.js +106 -0
  27. package/es/rootConfig/locales/enus/config-locales-es.pc.d.ts +2 -0
  28. package/es/rootConfig/locales/enus/config-locales-es.pc.js +42 -0
  29. package/es/rootConfig/locales/enus/config-locales-es.todo-actionList.d.ts +2 -0
  30. package/es/rootConfig/locales/enus/config-locales-es.todo-actionList.js +865 -0
  31. package/es/rootConfig/locales/enus/config-locales-es.todo-callback.d.ts +2 -0
  32. package/es/rootConfig/locales/enus/config-locales-es.todo-callback.js +20 -0
  33. package/es/rootConfig/locales/enus/config-locales-es.todo-optionList.d.ts +2 -0
  34. package/es/rootConfig/locales/enus/config-locales-es.todo-optionList.js +266 -0
  35. package/es/rootConfig/locales/zhcn/config-locales-cn.d.ts +2 -0
  36. package/es/rootConfig/locales/zhcn/config-locales-cn.js +13 -0
  37. package/es/rootConfig/locales/zhcn/config-locales-cn.mobile.d.ts +2 -0
  38. package/es/rootConfig/locales/zhcn/config-locales-cn.mobile.js +57 -0
  39. package/es/rootConfig/locales/zhcn/config-locales-cn.pc.d.ts +2 -0
  40. package/es/rootConfig/locales/zhcn/config-locales-cn.pc.js +97 -0
  41. package/es/rootConfig/locales/zhcn/config-locales-cn.todo-actionList.d.ts +2 -0
  42. package/es/rootConfig/locales/zhcn/config-locales-cn.todo-actionList.js +583 -0
  43. package/es/rootConfig/locales/zhcn/config-locales-cn.todo-callback.d.ts +2 -0
  44. package/es/rootConfig/locales/zhcn/config-locales-cn.todo-callback.js +13 -0
  45. package/es/rootConfig/locales/zhcn/config-locales-cn.todo-optionList.d.ts +2 -0
  46. package/es/rootConfig/locales/zhcn/config-locales-cn.todo-optionList.js +127 -0
  47. package/es/rootConfig/locales/zhhk/config-locales-hk.d.ts +2 -0
  48. package/es/rootConfig/locales/zhhk/config-locales-hk.js +13 -0
  49. package/es/rootConfig/locales/zhhk/config-locales-hk.mobile.d.ts +2 -0
  50. package/es/rootConfig/locales/zhhk/config-locales-hk.mobile.js +106 -0
  51. package/es/rootConfig/locales/zhhk/config-locales-hk.pc.d.ts +2 -0
  52. package/es/rootConfig/locales/zhhk/config-locales-hk.pc.js +174 -0
  53. package/es/rootConfig/locales/zhhk/config-locales-hk.todo-actionList.d.ts +2 -0
  54. package/es/rootConfig/locales/zhhk/config-locales-hk.todo-actionList.js +869 -0
  55. package/es/rootConfig/locales/zhhk/config-locales-hk.todo-callback.d.ts +2 -0
  56. package/es/rootConfig/locales/zhhk/config-locales-hk.todo-callback.js +20 -0
  57. package/es/rootConfig/locales/zhhk/config-locales-hk.todo-optionList.d.ts +2 -0
  58. package/es/rootConfig/locales/zhhk/config-locales-hk.todo-optionList.js +266 -0
  59. package/es/rootConfig/mobile/BusiComp.d.ts +0 -1
  60. package/es/rootConfig/mobile/BusiComp.js +13 -10
  61. package/es/rootConfig/mobile/MobileModal.js +32 -27
  62. package/es/rootConfig/mobile/MobilePopover.d.ts +0 -2
  63. package/es/rootConfig/mobile/MobilePopover.js +16 -13
  64. package/es/rootConfig/mobile/index.js +4 -4
  65. package/es/rootConfig/mobile/page.d.ts +17 -2
  66. package/es/rootConfig/mobile/page.js +45 -38
  67. package/es/rootConfig/pc/BusiComp.js +82 -12
  68. package/es/rootConfig/pc/Drawer.d.ts +8 -9
  69. package/es/rootConfig/pc/Drawer.js +116 -46
  70. package/es/rootConfig/pc/Modal.d.ts +0 -1
  71. package/es/rootConfig/pc/Modal.js +90 -20
  72. package/es/rootConfig/pc/Popover.d.ts +0 -1
  73. package/es/rootConfig/pc/Popover.js +85 -15
  74. package/es/rootConfig/pc/index.js +5 -5
  75. package/es/rootConfig/pc/page.d.ts +0 -2
  76. package/es/rootConfig/pc/page.js +91 -22
  77. package/es/rootConfig/todoActionList.d.ts +1 -0
  78. package/es/rootConfig/todoActionList.js +1845 -719
  79. package/es/rootConfig/todoCallback.d.ts +12 -1
  80. package/es/rootConfig/todoCallback.js +175 -103
  81. package/es/rootConfig/todoOptionList.d.ts +0 -66
  82. package/es/rootConfig/todoOptionList.js +197 -198
  83. package/es/theme/index.js +18 -20
  84. package/es/theme/src/default/index.js +7 -7
  85. package/es/theme/utils/renderColors.js +1 -1
  86. package/es/utils/url.js +8 -7
  87. package/lib/IconSvg/index.js +10 -9
  88. package/lib/error/errorCatch/index.js +2 -3
  89. package/lib/error/errorDisplay/Mobile/Drawer/Drawer.js +99 -79
  90. package/lib/error/errorDisplay/Mobile/Drawer/index.js +25 -26
  91. package/lib/error/errorDisplay/Mobile/ErrorMsg/index.js +123 -126
  92. package/lib/error/errorDisplay/Mobile/Modal/Modal.js +45 -33
  93. package/lib/error/errorDisplay/Mobile/Modal/index.js +23 -24
  94. package/lib/error/errorDisplay/Mobile/defaultGlobalConfig.js +3 -5
  95. package/lib/error/errorDisplay/SVGstring.js +6 -12
  96. package/lib/error/errorDisplay/Web/Drawer/Drawer.js +181 -146
  97. package/lib/error/errorDisplay/Web/Drawer/DrawerConnect.js +44 -48
  98. package/lib/error/errorDisplay/Web/Drawer/index.js +18 -20
  99. package/lib/error/errorDisplay/Web/ErrorMsg/index.js +336 -324
  100. package/lib/error/errorDisplay/Web/Notification/Notice.js +79 -68
  101. package/lib/error/errorDisplay/Web/Notification/Notification.js +15 -16
  102. package/lib/error/errorDisplay/Web/Notification/index.js +37 -41
  103. package/lib/error/errorDisplay/Web/defaultGlobalConfig.js +3 -5
  104. package/lib/error/errorDisplay/compUtils.js +9 -12
  105. package/lib/error/errorDisplay/const.js +7 -13
  106. package/lib/error/errorDisplay/http.js +8 -9
  107. package/lib/index.js +3 -6
  108. package/lib/rootConfig/index.d.ts +1 -1
  109. package/lib/rootConfig/index.js +9 -3
  110. package/lib/rootConfig/locales/enus/config-locales-es.d.ts +2 -0
  111. package/lib/rootConfig/locales/enus/config-locales-es.js +19 -0
  112. package/lib/rootConfig/locales/enus/config-locales-es.mobile.d.ts +2 -0
  113. package/lib/rootConfig/locales/enus/config-locales-es.mobile.js +112 -0
  114. package/lib/rootConfig/locales/enus/config-locales-es.pc.d.ts +2 -0
  115. package/lib/rootConfig/locales/enus/config-locales-es.pc.js +48 -0
  116. package/lib/rootConfig/locales/enus/config-locales-es.todo-actionList.d.ts +2 -0
  117. package/lib/rootConfig/locales/enus/config-locales-es.todo-actionList.js +871 -0
  118. package/lib/rootConfig/locales/enus/config-locales-es.todo-callback.d.ts +2 -0
  119. package/lib/rootConfig/locales/enus/config-locales-es.todo-callback.js +26 -0
  120. package/lib/rootConfig/locales/enus/config-locales-es.todo-optionList.d.ts +2 -0
  121. package/lib/rootConfig/locales/enus/config-locales-es.todo-optionList.js +272 -0
  122. package/lib/rootConfig/locales/zhcn/config-locales-cn.d.ts +2 -0
  123. package/lib/rootConfig/locales/zhcn/config-locales-cn.js +19 -0
  124. package/lib/rootConfig/locales/zhcn/config-locales-cn.mobile.d.ts +2 -0
  125. package/lib/rootConfig/locales/zhcn/config-locales-cn.mobile.js +63 -0
  126. package/lib/rootConfig/locales/zhcn/config-locales-cn.pc.d.ts +2 -0
  127. package/lib/rootConfig/locales/zhcn/config-locales-cn.pc.js +103 -0
  128. package/lib/rootConfig/locales/zhcn/config-locales-cn.todo-actionList.d.ts +2 -0
  129. package/lib/rootConfig/locales/zhcn/config-locales-cn.todo-actionList.js +589 -0
  130. package/lib/rootConfig/locales/zhcn/config-locales-cn.todo-callback.d.ts +2 -0
  131. package/lib/rootConfig/locales/zhcn/config-locales-cn.todo-callback.js +19 -0
  132. package/lib/rootConfig/locales/zhcn/config-locales-cn.todo-optionList.d.ts +2 -0
  133. package/lib/rootConfig/locales/zhcn/config-locales-cn.todo-optionList.js +133 -0
  134. package/lib/rootConfig/locales/zhhk/config-locales-hk.d.ts +2 -0
  135. package/lib/rootConfig/locales/zhhk/config-locales-hk.js +19 -0
  136. package/lib/rootConfig/locales/zhhk/config-locales-hk.mobile.d.ts +2 -0
  137. package/lib/rootConfig/locales/zhhk/config-locales-hk.mobile.js +112 -0
  138. package/lib/rootConfig/locales/zhhk/config-locales-hk.pc.d.ts +2 -0
  139. package/lib/rootConfig/locales/zhhk/config-locales-hk.pc.js +180 -0
  140. package/lib/rootConfig/locales/zhhk/config-locales-hk.todo-actionList.d.ts +2 -0
  141. package/lib/rootConfig/locales/zhhk/config-locales-hk.todo-actionList.js +875 -0
  142. package/lib/rootConfig/locales/zhhk/config-locales-hk.todo-callback.d.ts +2 -0
  143. package/lib/rootConfig/locales/zhhk/config-locales-hk.todo-callback.js +26 -0
  144. package/lib/rootConfig/locales/zhhk/config-locales-hk.todo-optionList.d.ts +2 -0
  145. package/lib/rootConfig/locales/zhhk/config-locales-hk.todo-optionList.js +272 -0
  146. package/lib/rootConfig/mobile/BusiComp.d.ts +0 -1
  147. package/lib/rootConfig/mobile/BusiComp.js +14 -12
  148. package/lib/rootConfig/mobile/MobileModal.js +33 -29
  149. package/lib/rootConfig/mobile/MobilePopover.d.ts +0 -2
  150. package/lib/rootConfig/mobile/MobilePopover.js +17 -15
  151. package/lib/rootConfig/mobile/page.d.ts +17 -2
  152. package/lib/rootConfig/mobile/page.js +46 -40
  153. package/lib/rootConfig/pc/BusiComp.js +83 -14
  154. package/lib/rootConfig/pc/Drawer.d.ts +8 -9
  155. package/lib/rootConfig/pc/Drawer.js +117 -48
  156. package/lib/rootConfig/pc/Modal.d.ts +0 -1
  157. package/lib/rootConfig/pc/Modal.js +91 -22
  158. package/lib/rootConfig/pc/Popover.d.ts +0 -1
  159. package/lib/rootConfig/pc/Popover.js +86 -17
  160. package/lib/rootConfig/pc/page.d.ts +0 -2
  161. package/lib/rootConfig/pc/page.js +92 -24
  162. package/lib/rootConfig/todoActionList.d.ts +1 -0
  163. package/lib/rootConfig/todoActionList.js +1815 -695
  164. package/lib/rootConfig/todoCallback.d.ts +12 -1
  165. package/lib/rootConfig/todoCallback.js +182 -116
  166. package/lib/rootConfig/todoOptionList.d.ts +0 -66
  167. package/lib/rootConfig/todoOptionList.js +198 -200
  168. package/lib/theme/bin/default/modalWidth.js +1 -2
  169. package/lib/theme/index.js +19 -22
  170. package/lib/theme/src/default/index.js +7 -7
  171. package/lib/theme/utils/renderColors.js +1 -1
  172. package/lib/utils/cookieUtil.js +1 -2
  173. package/lib/utils/img.js +2 -3
  174. package/lib/utils/url.js +13 -16
  175. package/package.json +3 -4
@@ -4,17 +4,17 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.default = void 0;
7
- 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; }
8
- 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; }
7
+ 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; }
8
+ 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; }
9
9
  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; }
10
- function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
11
- 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); }
12
- 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); }
10
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
11
+ 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); }
12
+ 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); }
13
13
  function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
14
14
  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."); }
15
15
  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); }
16
- 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; }
17
- 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; } }
16
+ 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; }
17
+ 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; } }
18
18
  function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
19
19
  function getSearchObj() {
20
20
  var url = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : window.location.href;
@@ -99,5 +99,4 @@ var http = {
99
99
  }, cfg));
100
100
  }
101
101
  };
102
- var _default = http;
103
- exports.default = _default;
102
+ var _default = exports.default = http;
package/lib/index.js CHANGED
@@ -81,9 +81,6 @@ Object.keys(_rootConfig).forEach(function (key) {
81
81
  }
82
82
  });
83
83
  });
84
- var IconCheckSvg = (0, _img.getSvgImageBase64)("<?xml version=\"1.0\" encoding=\"UTF-8\"?><svg width=\"22px\" height=\"22px\" viewBox=\"0 0 22 22\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\"><title>\u5168\u5C40\u6837\u5F0F:20/\u539F\u5B50\u7EA7\u63A7\u4EF6/\u590D\u9009/\u72B6\u6001:#\u9009\u4E2D</title><g id=\"\u63A7\u4EF6\" stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g id=\"system-complete\"><path d=\"M11,0 C17.075904,0 22,4.92409598 22,11 C22,17.075904 17.0734732,22 11,22 C4.92652679,22 0,17.0734732 0,11 C0,4.92652679 4.92409598,0 11,0 Z\" id=\"Shape\" fill=\"#1890FF\"></path><path d=\"M9.42871875,12.9681652 L7.2069029,10.7463493 C6.90006126,10.4395077 6.40257267,10.4395077 6.09573103,10.7463493 C5.78889035,11.05319 5.78889035,11.550677 6.09573103,11.8575177 C6.09573161,11.8575183 6.0957322,11.8575189 6.09573278,11.8575195 L8.72212536,14.4838955 C9.11265701,14.8744045 9.74581424,14.874407 10.136349,14.483901 L10.5404063,14.0798527 L10.5404063,14.0798527 L16.2813591,8.33795955 C16.588183,8.03108543 16.5881626,7.53359119 16.2813136,7.22674219 C15.974472,6.91990055 15.4769834,6.91990055 15.1701417,7.22674219 L9.42871875,12.9681652 L9.42871875,12.9681652 Z\" id=\"Path\" fill=\"#FFFFFF\"></path></g></g></svg>");
85
- exports.IconCheckSvg = IconCheckSvg;
86
- var IconNormalCheckSvg = (0, _img.getSvgImageBase64)("<?xml version=\"1.0\" encoding=\"UTF-8\"?><svg width=\"22px\" height=\"22px\" viewBox=\"0 0 22 22\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\"><title>\u5168\u5C40\u6837\u5F0F:20/\u539F\u5B50\u7EA7\u63A7\u4EF6/\u590D\u9009/\u72B6\u6001:\u672A\u9009\u4E2D</title><g id=\"\u63A7\u4EF6\" stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g id=\"\u5143\u7D20/\u9009\u62E9/\u672A\u9009\u4E2D\"><path d=\"M11,22 C4.93492502,22 0,17.0653546 0,10.999496 C0,4.9337633 4.93492502,0 11,0 C17.065075,0 22,4.93464539 22,10.999496 C22,17.0644725 17.0660846,22 11,22\" id=\"Fill\" fill=\"#FFFFFF\"></path><path d=\"M11,0.5 C13.8998633,0.5 16.5248731,1.67505184 18.4249106,3.57508938 C20.3249482,5.47512693 21.5,8.10013672 21.5,11 C21.5,13.8995696 20.3245821,16.5243277 18.4245965,18.4243132 C16.5242275,20.3246822 13.8989967,21.5 11,21.5 C8.10129687,21.5 5.47631792,20.324316 3.57600094,18.4239991 C1.67568396,16.5236821 0.5,13.8987031 0.5,11 C0.5,8.10100334 1.67531776,5.47577251 3.57568679,3.57540349 C5.47567234,1.67541793 8.10043037,0.5 11,0.5 Z\" id=\"Shape\" stroke=\"#CCCCCC\"></path></g></g></svg>");
87
- exports.IconNormalCheckSvg = IconNormalCheckSvg;
88
- var IconWebViewErrorSvg = (0, _img.getSvgImageBase64)("<svg width=\"181\" height=\"170\" viewBox=\"0 0 181 170\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g id=\"Frame\"><g id=\"&#233;&#161;&#181;&#233;&#157;&#162;-1\"><g id=\"1920X1000\"><g id=\"&#230;&#173;&#164;&#233;&#161;&#181;&#233;&#157;&#162;&#230;&#156;&#170;&#230;&#137;&#190;&#229;&#136;&#176;~\"><g id=\"Group 2\"><path id=\"Stroke-1\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M47.5789 45.7989C47.5789 42.6064 48.8474 39.5438 51.1051 37.2858C53.3629 35.0284 56.4252 33.7597 59.6182 33.7597H59.6193C59.9774 33.7597 60.3209 33.9019 60.5741 34.1552C60.8272 34.4085 60.9695 34.7522 60.9695 35.1099C60.9695 39.9093 60.9695 55.8563 60.9695 55.8563L47.5789 56.0773V45.7989Z\" fill=\"white\" stroke=\"#9DB9F5\"/><path id=\"Stroke-2\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M132.386 45.8145C132.386 39.1572 126.989 33.7597 120.331 33.7597H120.33C119.976 33.7597 119.636 33.9003 119.386 34.1508C119.136 34.4013 118.995 34.7405 118.995 35.0943C118.995 39.8741 118.995 55.8563 118.995 55.8563L132.386 56.0773V45.8145Z\" fill=\"white\" stroke=\"#9DB9F5\"/><path id=\"Fill-4\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M145.776 80.8136C145.776 57.3996 126.767 38.3906 103.353 38.3906H76.6114C53.1975 38.3906 34.1884 57.3996 34.1884 80.8136V85.238C34.1884 108.652 46.4826 125.429 69.8965 125.429H110.068C133.482 125.429 145.776 108.652 145.776 85.238V80.8136Z\" fill=\"white\"/><path id=\"&#229;&#189;&#162;&#231;&#138;&#182;&#231;&#187;&#147;&#229;&#144;&#136;\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M116.64 40.0003C133.598 45.5561 145.861 61.52 145.861 80.3254V84.7498C145.861 108.164 133.566 124.941 110.153 124.941H69.9808C63.4458 124.941 57.7771 123.634 53.0001 121.241C56.5982 122.352 60.5944 122.941 64.9808 122.941H105.153C128.566 122.941 140.861 106.164 140.861 82.7498V78.3254C140.861 61.4673 131.006 46.8928 116.749 40.0527L116.64 40.0003Z\" fill=\"#DCE7FA\"/><path id=\"Stroke-5\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M145.776 80.8136C145.776 57.3996 126.767 38.3906 103.353 38.3906H76.6114C53.1975 38.3906 34.1884 57.3996 34.1884 80.8136V85.238C34.1884 108.652 46.4826 125.429 69.8965 125.429H110.068C133.482 125.429 145.776 108.652 145.776 85.238V80.8136Z\" stroke=\"#9DB9F5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path id=\"Fill-10\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M96.9342 38.863C96.9342 42.1561 93.3046 43 90.2136 43C87.1227 43 83.4931 42.1561 83.4931 38.863C83.4931 34.9214 86.767 29.1802 88.9891 25.6778C89.2536 25.2563 89.7158 25.0005 90.2136 25C90.7114 25 91.1742 25.2563 91.4387 25.6778C93.6603 29.1802 96.9342 34.9214 96.9342 38.863Z\" fill=\"#E0E8FA\" stroke=\"#9DB9F5\"/><path id=\"Fill-6\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M132.386 81.9099C132.386 66.513 119.886 54.0129 104.489 54.0129H75.476C60.0792 54.0129 47.5789 66.513 47.5789 81.9099C47.5789 97.3067 52.268 107.575 67.6648 107.575H112.3C127.697 107.575 132.386 97.3067 132.386 81.9099Z\" fill=\"white\"/><path id=\"Stroke-7\" d=\"M104.489 50.6653H75.476C58.2303 50.6653 44.2313 64.6642 44.2313 81.9099C44.2313 90.7375 45.7017 97.4992 49.092 102.417C52.9783 108.053 59.1903 110.923 67.6648 110.923H112.3C120.775 110.923 126.987 108.053 130.873 102.417C134.263 97.4992 135.734 90.7375 135.734 81.9099C135.734 64.6641 121.735 50.6653 104.489 50.6653Z\" fill=\"#9DB9F5\"/><g id=\"&#232;&#183;&#175;&#229;&#190;&#132;-2\"><path id=\"&#232;&#183;&#175;&#229;&#190;&#132;\" d=\"M75.476 57.3605H104.489C118.037 57.3605 129.038 68.3618 129.038 81.9099C129.038 97.3996 124.331 104.228 112.3 104.228H67.6648C55.6342 104.228 50.9266 97.3996 50.9266 81.9099C50.9266 68.3619 61.928 57.3605 75.476 57.3605Z\" fill=\"#E0E8FA\"/></g><path id=\"Fill-8\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M84.1137 95.9463C85.4031 95.6201 86.6775 95.4603 87.9468 95.3546C88.7982 95.2837 89.6435 95.2645 90.4899 95.2639C91.1254 95.2634 91.7597 95.2636 92.3969 95.297C93.876 95.3745 95.3613 95.5534 96.8638 95.9458C97.3955 96.1229 97.9702 95.8352 98.1476 95.3038C98.3245 94.7723 98.0366 94.1972 97.5054 94.0202C95.903 93.3659 94.2973 92.8946 92.6647 92.6492C91.9422 92.5406 91.2158 92.4767 90.4888 92.4767C89.5219 92.4766 88.5549 92.5743 87.5953 92.7544C86.2043 93.0155 84.8402 93.454 83.4746 94.0198C82.9429 94.1961 82.6544 94.7709 82.8308 95.3025C83.0071 95.8341 83.5819 96.1226 84.1137 95.9463Z\" fill=\"#9DB9F5\"/><path id=\"Fill-9\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M117.27 77.4622C117.27 74.9977 115.272 73 112.808 73H112.806C110.341 73 108.343 74.9977 108.343 77.4622C108.343 80.1433 108.343 83.5432 108.343 86.2243C108.343 88.6888 110.341 90.6867 112.806 90.6867H112.808C115.272 90.6867 117.27 88.6888 117.27 86.2243C117.27 83.5432 117.27 80.1433 117.27 77.4622Z\" fill=\"#9DB9F5\"/><path id=\"Fill-9_2\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M72.927 77.6596C72.927 75.1951 70.9291 73.1974 68.4646 73.1974H68.4624C65.998 73.1974 64 75.1951 64 77.6596C64 80.3407 64 83.7406 64 86.4217C64 88.8862 65.998 90.8841 68.4624 90.8841H68.4646C70.9291 90.8841 72.927 88.8862 72.927 86.4217C72.927 83.7406 72.927 80.3407 72.927 77.6596Z\" fill=\"#9DB9F5\"/><path id=\"&#229;&#189;&#162;&#231;&#138;&#182;&#231;&#187;&#147;&#229;&#144;&#136;_2\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M68.5 76.1974C69.88 76.1974 71 77.3176 71 78.6974C71 80.0772 69.88 81.1974 68.5 81.1974C67.12 81.1974 66 80.0772 66 78.6974C66 77.3176 67.12 76.1974 68.5 76.1974ZM112.843 76C114.223 76 115.343 77.1202 115.343 78.5C115.343 79.8798 114.223 81 112.843 81C111.463 81 110.343 79.8798 110.343 78.5C110.343 77.1202 111.463 76 112.843 76Z\" fill=\"white\"/><path id=\"&#229;&#189;&#162;&#231;&#138;&#182;&#231;&#187;&#147;&#229;&#144;&#136;_3\" d=\"M68.4934 61.2901L68.4933 64.8168C63.005 66.1839 58.9321 71.1569 58.9321 77.0741C58.9321 77.3899 58.9359 77.6987 58.9436 78.0005L55.504 78.0002C55.4967 77.6966 55.4931 77.3879 55.4931 77.0741C55.4931 69.2458 61.0911 62.7179 68.4934 61.2901Z\" fill=\"white\"/><path id=\"&#231;&#159;&#169;&#229;&#189;&#162;\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M70.4931 61H76.4931V64.806H70.4931V61Z\" fill=\"white\"/><g id=\"&#231;&#188;&#150;&#231;&#187;&#132;\"><path id=\"Fill-11\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M36.927 70.1091C36.927 69.4966 36.4306 69 35.8182 69C35.493 69 35.1116 69 34.6953 69C32.9196 69 31.2166 69.7056 29.961 70.9612C28.7054 72.2168 28 73.9198 28 75.6955C28 79.785 28 84.9965 28 89.086C28 90.8617 28.7054 92.5647 29.961 93.8203C31.2166 95.076 32.9196 95.7813 34.6953 95.7813C35.1116 95.7813 35.493 95.7813 35.8182 95.7813C36.4306 95.7813 36.927 95.2849 36.927 94.6725C36.927 90.3236 36.927 74.4579 36.927 70.1091Z\" fill=\"white\" stroke=\"#9DB9F5\"/><path id=\"&#229;&#189;&#162;&#231;&#138;&#182;&#231;&#187;&#147;&#229;&#144;&#136;_4\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M29.5069 73.4835V86.874C29.5069 88.6497 30.2123 90.3527 31.4679 91.6083C32.7236 92.864 34.4265 93.5693 36.2022 93.5693L36.4339 93.5692L36.434 94.4605C36.434 95.032 36.0015 95.5026 35.4459 95.5628L35.3251 95.5693H34.2022C32.4265 95.5693 31.7236 94.864 30.4679 93.6083C29.2123 92.3527 28.5069 90.6497 28.5069 88.874V75.8337C28.5069 74.4889 28.9115 73.1858 29.6533 72.0872C29.5569 72.543 29.5069 73.0106 29.5069 73.4835Z\" fill=\"#DFE9FB\"/></g><g id=\"&#231;&#188;&#150;&#231;&#187;&#132;&#229;&#164;&#135;&#228;&#187;&#189;\"><path id=\"Fill-11_2\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M144 70.1091C144 69.4966 144.496 69 145.109 69C145.434 69 145.815 69 146.232 69C148.007 69 149.71 69.7056 150.966 70.9612C152.222 72.2168 152.927 73.9198 152.927 75.6955C152.927 79.785 152.927 84.9965 152.927 89.086C152.927 90.8617 152.222 92.5647 150.966 93.8203C149.71 95.076 148.007 95.7813 146.232 95.7813C145.815 95.7813 145.434 95.7813 145.109 95.7813C144.496 95.7813 144 95.2849 144 94.6725C144 90.3236 144 74.4579 144 70.1091Z\" fill=\"white\" stroke=\"#9DB9F5\"/><path id=\"&#229;&#189;&#162;&#231;&#138;&#182;&#231;&#187;&#147;&#229;&#144;&#136;_5\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M151.42 73.4835V86.874C151.42 88.6497 150.715 90.3527 149.459 91.6083C148.204 92.864 146.501 93.5693 144.725 93.5693L144.493 93.5692L144.493 94.4605C144.493 95.032 144.926 95.5026 145.481 95.5628L145.602 95.5693H146.725C148.501 95.5693 149.204 94.864 150.459 93.6083C151.715 92.3527 152.42 90.6497 152.42 88.874V75.8337C152.42 74.4889 152.016 73.1858 151.274 72.0872C151.37 72.543 151.42 73.0106 151.42 73.4835Z\" fill=\"#DFE9FB\"/></g><path id=\"&#230;&#164;&#173;&#229;&#156;&#134;&#229;&#189;&#162;\" d=\"M90 145C110.987 145 128 142.09 128 138.5C128 134.91 110.987 132 90 132C69.0132 132 52 134.91 52 138.5C52 142.09 69.0132 145 90 145Z\" fill=\"#E0E8FA\"/><path id=\"&#232;&#183;&#175;&#229;&#190;&#132;_2\" d=\"M171.537 94.931C167.868 99.3728 161.059 99.807 161.059 99.807C161.059 99.807 160.2 93.0389 163.871 88.597C167.541 84.1555 174.349 83.7213 174.349 83.7213C174.349 83.7213 175.207 90.4891 171.537 94.931Z\" fill=\"#E0E8FA\"/><path id=\"&#232;&#183;&#175;&#229;&#190;&#132;&#229;&#164;&#135;&#228;&#187;&#189;-2\" d=\"M23.1487 112.332C20.7639 115.219 16.3383 115.501 16.3383 115.501C16.3383 115.501 15.7803 111.102 18.1661 108.215C20.5514 105.328 24.977 105.045 24.977 105.045C24.977 105.045 25.5346 109.444 23.1487 112.332Z\" fill=\"#E0E8FA\"/></g></g></g></g></g></svg>");
89
- exports.IconWebViewErrorSvg = IconWebViewErrorSvg;
84
+ var IconCheckSvg = exports.IconCheckSvg = (0, _img.getSvgImageBase64)("<?xml version=\"1.0\" encoding=\"UTF-8\"?><svg width=\"22px\" height=\"22px\" viewBox=\"0 0 22 22\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\"><title>\u5168\u5C40\u6837\u5F0F:20/\u539F\u5B50\u7EA7\u63A7\u4EF6/\u590D\u9009/\u72B6\u6001:#\u9009\u4E2D</title><g id=\"\u63A7\u4EF6\" stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g id=\"system-complete\"><path d=\"M11,0 C17.075904,0 22,4.92409598 22,11 C22,17.075904 17.0734732,22 11,22 C4.92652679,22 0,17.0734732 0,11 C0,4.92652679 4.92409598,0 11,0 Z\" id=\"Shape\" fill=\"#1890FF\"></path><path d=\"M9.42871875,12.9681652 L7.2069029,10.7463493 C6.90006126,10.4395077 6.40257267,10.4395077 6.09573103,10.7463493 C5.78889035,11.05319 5.78889035,11.550677 6.09573103,11.8575177 C6.09573161,11.8575183 6.0957322,11.8575189 6.09573278,11.8575195 L8.72212536,14.4838955 C9.11265701,14.8744045 9.74581424,14.874407 10.136349,14.483901 L10.5404063,14.0798527 L10.5404063,14.0798527 L16.2813591,8.33795955 C16.588183,8.03108543 16.5881626,7.53359119 16.2813136,7.22674219 C15.974472,6.91990055 15.4769834,6.91990055 15.1701417,7.22674219 L9.42871875,12.9681652 L9.42871875,12.9681652 Z\" id=\"Path\" fill=\"#FFFFFF\"></path></g></g></svg>");
85
+ var IconNormalCheckSvg = exports.IconNormalCheckSvg = (0, _img.getSvgImageBase64)("<?xml version=\"1.0\" encoding=\"UTF-8\"?><svg width=\"22px\" height=\"22px\" viewBox=\"0 0 22 22\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\"><title>\u5168\u5C40\u6837\u5F0F:20/\u539F\u5B50\u7EA7\u63A7\u4EF6/\u590D\u9009/\u72B6\u6001:\u672A\u9009\u4E2D</title><g id=\"\u63A7\u4EF6\" stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g id=\"\u5143\u7D20/\u9009\u62E9/\u672A\u9009\u4E2D\"><path d=\"M11,22 C4.93492502,22 0,17.0653546 0,10.999496 C0,4.9337633 4.93492502,0 11,0 C17.065075,0 22,4.93464539 22,10.999496 C22,17.0644725 17.0660846,22 11,22\" id=\"Fill\" fill=\"#FFFFFF\"></path><path d=\"M11,0.5 C13.8998633,0.5 16.5248731,1.67505184 18.4249106,3.57508938 C20.3249482,5.47512693 21.5,8.10013672 21.5,11 C21.5,13.8995696 20.3245821,16.5243277 18.4245965,18.4243132 C16.5242275,20.3246822 13.8989967,21.5 11,21.5 C8.10129687,21.5 5.47631792,20.324316 3.57600094,18.4239991 C1.67568396,16.5236821 0.5,13.8987031 0.5,11 C0.5,8.10100334 1.67531776,5.47577251 3.57568679,3.57540349 C5.47567234,1.67541793 8.10043037,0.5 11,0.5 Z\" id=\"Shape\" stroke=\"#CCCCCC\"></path></g></g></svg>");
86
+ var IconWebViewErrorSvg = exports.IconWebViewErrorSvg = (0, _img.getSvgImageBase64)("<svg width=\"181\" height=\"170\" viewBox=\"0 0 181 170\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g id=\"Frame\"><g id=\"&#233;&#161;&#181;&#233;&#157;&#162;-1\"><g id=\"1920X1000\"><g id=\"&#230;&#173;&#164;&#233;&#161;&#181;&#233;&#157;&#162;&#230;&#156;&#170;&#230;&#137;&#190;&#229;&#136;&#176;~\"><g id=\"Group 2\"><path id=\"Stroke-1\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M47.5789 45.7989C47.5789 42.6064 48.8474 39.5438 51.1051 37.2858C53.3629 35.0284 56.4252 33.7597 59.6182 33.7597H59.6193C59.9774 33.7597 60.3209 33.9019 60.5741 34.1552C60.8272 34.4085 60.9695 34.7522 60.9695 35.1099C60.9695 39.9093 60.9695 55.8563 60.9695 55.8563L47.5789 56.0773V45.7989Z\" fill=\"white\" stroke=\"#9DB9F5\"/><path id=\"Stroke-2\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M132.386 45.8145C132.386 39.1572 126.989 33.7597 120.331 33.7597H120.33C119.976 33.7597 119.636 33.9003 119.386 34.1508C119.136 34.4013 118.995 34.7405 118.995 35.0943C118.995 39.8741 118.995 55.8563 118.995 55.8563L132.386 56.0773V45.8145Z\" fill=\"white\" stroke=\"#9DB9F5\"/><path id=\"Fill-4\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M145.776 80.8136C145.776 57.3996 126.767 38.3906 103.353 38.3906H76.6114C53.1975 38.3906 34.1884 57.3996 34.1884 80.8136V85.238C34.1884 108.652 46.4826 125.429 69.8965 125.429H110.068C133.482 125.429 145.776 108.652 145.776 85.238V80.8136Z\" fill=\"white\"/><path id=\"&#229;&#189;&#162;&#231;&#138;&#182;&#231;&#187;&#147;&#229;&#144;&#136;\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M116.64 40.0003C133.598 45.5561 145.861 61.52 145.861 80.3254V84.7498C145.861 108.164 133.566 124.941 110.153 124.941H69.9808C63.4458 124.941 57.7771 123.634 53.0001 121.241C56.5982 122.352 60.5944 122.941 64.9808 122.941H105.153C128.566 122.941 140.861 106.164 140.861 82.7498V78.3254C140.861 61.4673 131.006 46.8928 116.749 40.0527L116.64 40.0003Z\" fill=\"#DCE7FA\"/><path id=\"Stroke-5\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M145.776 80.8136C145.776 57.3996 126.767 38.3906 103.353 38.3906H76.6114C53.1975 38.3906 34.1884 57.3996 34.1884 80.8136V85.238C34.1884 108.652 46.4826 125.429 69.8965 125.429H110.068C133.482 125.429 145.776 108.652 145.776 85.238V80.8136Z\" stroke=\"#9DB9F5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path id=\"Fill-10\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M96.9342 38.863C96.9342 42.1561 93.3046 43 90.2136 43C87.1227 43 83.4931 42.1561 83.4931 38.863C83.4931 34.9214 86.767 29.1802 88.9891 25.6778C89.2536 25.2563 89.7158 25.0005 90.2136 25C90.7114 25 91.1742 25.2563 91.4387 25.6778C93.6603 29.1802 96.9342 34.9214 96.9342 38.863Z\" fill=\"#E0E8FA\" stroke=\"#9DB9F5\"/><path id=\"Fill-6\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M132.386 81.9099C132.386 66.513 119.886 54.0129 104.489 54.0129H75.476C60.0792 54.0129 47.5789 66.513 47.5789 81.9099C47.5789 97.3067 52.268 107.575 67.6648 107.575H112.3C127.697 107.575 132.386 97.3067 132.386 81.9099Z\" fill=\"white\"/><path id=\"Stroke-7\" d=\"M104.489 50.6653H75.476C58.2303 50.6653 44.2313 64.6642 44.2313 81.9099C44.2313 90.7375 45.7017 97.4992 49.092 102.417C52.9783 108.053 59.1903 110.923 67.6648 110.923H112.3C120.775 110.923 126.987 108.053 130.873 102.417C134.263 97.4992 135.734 90.7375 135.734 81.9099C135.734 64.6641 121.735 50.6653 104.489 50.6653Z\" fill=\"#9DB9F5\"/><g id=\"&#232;&#183;&#175;&#229;&#190;&#132;-2\"><path id=\"&#232;&#183;&#175;&#229;&#190;&#132;\" d=\"M75.476 57.3605H104.489C118.037 57.3605 129.038 68.3618 129.038 81.9099C129.038 97.3996 124.331 104.228 112.3 104.228H67.6648C55.6342 104.228 50.9266 97.3996 50.9266 81.9099C50.9266 68.3619 61.928 57.3605 75.476 57.3605Z\" fill=\"#E0E8FA\"/></g><path id=\"Fill-8\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M84.1137 95.9463C85.4031 95.6201 86.6775 95.4603 87.9468 95.3546C88.7982 95.2837 89.6435 95.2645 90.4899 95.2639C91.1254 95.2634 91.7597 95.2636 92.3969 95.297C93.876 95.3745 95.3613 95.5534 96.8638 95.9458C97.3955 96.1229 97.9702 95.8352 98.1476 95.3038C98.3245 94.7723 98.0366 94.1972 97.5054 94.0202C95.903 93.3659 94.2973 92.8946 92.6647 92.6492C91.9422 92.5406 91.2158 92.4767 90.4888 92.4767C89.5219 92.4766 88.5549 92.5743 87.5953 92.7544C86.2043 93.0155 84.8402 93.454 83.4746 94.0198C82.9429 94.1961 82.6544 94.7709 82.8308 95.3025C83.0071 95.8341 83.5819 96.1226 84.1137 95.9463Z\" fill=\"#9DB9F5\"/><path id=\"Fill-9\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M117.27 77.4622C117.27 74.9977 115.272 73 112.808 73H112.806C110.341 73 108.343 74.9977 108.343 77.4622C108.343 80.1433 108.343 83.5432 108.343 86.2243C108.343 88.6888 110.341 90.6867 112.806 90.6867H112.808C115.272 90.6867 117.27 88.6888 117.27 86.2243C117.27 83.5432 117.27 80.1433 117.27 77.4622Z\" fill=\"#9DB9F5\"/><path id=\"Fill-9_2\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M72.927 77.6596C72.927 75.1951 70.9291 73.1974 68.4646 73.1974H68.4624C65.998 73.1974 64 75.1951 64 77.6596C64 80.3407 64 83.7406 64 86.4217C64 88.8862 65.998 90.8841 68.4624 90.8841H68.4646C70.9291 90.8841 72.927 88.8862 72.927 86.4217C72.927 83.7406 72.927 80.3407 72.927 77.6596Z\" fill=\"#9DB9F5\"/><path id=\"&#229;&#189;&#162;&#231;&#138;&#182;&#231;&#187;&#147;&#229;&#144;&#136;_2\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M68.5 76.1974C69.88 76.1974 71 77.3176 71 78.6974C71 80.0772 69.88 81.1974 68.5 81.1974C67.12 81.1974 66 80.0772 66 78.6974C66 77.3176 67.12 76.1974 68.5 76.1974ZM112.843 76C114.223 76 115.343 77.1202 115.343 78.5C115.343 79.8798 114.223 81 112.843 81C111.463 81 110.343 79.8798 110.343 78.5C110.343 77.1202 111.463 76 112.843 76Z\" fill=\"white\"/><path id=\"&#229;&#189;&#162;&#231;&#138;&#182;&#231;&#187;&#147;&#229;&#144;&#136;_3\" d=\"M68.4934 61.2901L68.4933 64.8168C63.005 66.1839 58.9321 71.1569 58.9321 77.0741C58.9321 77.3899 58.9359 77.6987 58.9436 78.0005L55.504 78.0002C55.4967 77.6966 55.4931 77.3879 55.4931 77.0741C55.4931 69.2458 61.0911 62.7179 68.4934 61.2901Z\" fill=\"white\"/><path id=\"&#231;&#159;&#169;&#229;&#189;&#162;\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M70.4931 61H76.4931V64.806H70.4931V61Z\" fill=\"white\"/><g id=\"&#231;&#188;&#150;&#231;&#187;&#132;\"><path id=\"Fill-11\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M36.927 70.1091C36.927 69.4966 36.4306 69 35.8182 69C35.493 69 35.1116 69 34.6953 69C32.9196 69 31.2166 69.7056 29.961 70.9612C28.7054 72.2168 28 73.9198 28 75.6955C28 79.785 28 84.9965 28 89.086C28 90.8617 28.7054 92.5647 29.961 93.8203C31.2166 95.076 32.9196 95.7813 34.6953 95.7813C35.1116 95.7813 35.493 95.7813 35.8182 95.7813C36.4306 95.7813 36.927 95.2849 36.927 94.6725C36.927 90.3236 36.927 74.4579 36.927 70.1091Z\" fill=\"white\" stroke=\"#9DB9F5\"/><path id=\"&#229;&#189;&#162;&#231;&#138;&#182;&#231;&#187;&#147;&#229;&#144;&#136;_4\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M29.5069 73.4835V86.874C29.5069 88.6497 30.2123 90.3527 31.4679 91.6083C32.7236 92.864 34.4265 93.5693 36.2022 93.5693L36.4339 93.5692L36.434 94.4605C36.434 95.032 36.0015 95.5026 35.4459 95.5628L35.3251 95.5693H34.2022C32.4265 95.5693 31.7236 94.864 30.4679 93.6083C29.2123 92.3527 28.5069 90.6497 28.5069 88.874V75.8337C28.5069 74.4889 28.9115 73.1858 29.6533 72.0872C29.5569 72.543 29.5069 73.0106 29.5069 73.4835Z\" fill=\"#DFE9FB\"/></g><g id=\"&#231;&#188;&#150;&#231;&#187;&#132;&#229;&#164;&#135;&#228;&#187;&#189;\"><path id=\"Fill-11_2\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M144 70.1091C144 69.4966 144.496 69 145.109 69C145.434 69 145.815 69 146.232 69C148.007 69 149.71 69.7056 150.966 70.9612C152.222 72.2168 152.927 73.9198 152.927 75.6955C152.927 79.785 152.927 84.9965 152.927 89.086C152.927 90.8617 152.222 92.5647 150.966 93.8203C149.71 95.076 148.007 95.7813 146.232 95.7813C145.815 95.7813 145.434 95.7813 145.109 95.7813C144.496 95.7813 144 95.2849 144 94.6725C144 90.3236 144 74.4579 144 70.1091Z\" fill=\"white\" stroke=\"#9DB9F5\"/><path id=\"&#229;&#189;&#162;&#231;&#138;&#182;&#231;&#187;&#147;&#229;&#144;&#136;_5\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M151.42 73.4835V86.874C151.42 88.6497 150.715 90.3527 149.459 91.6083C148.204 92.864 146.501 93.5693 144.725 93.5693L144.493 93.5692L144.493 94.4605C144.493 95.032 144.926 95.5026 145.481 95.5628L145.602 95.5693H146.725C148.501 95.5693 149.204 94.864 150.459 93.6083C151.715 92.3527 152.42 90.6497 152.42 88.874V75.8337C152.42 74.4889 152.016 73.1858 151.274 72.0872C151.37 72.543 151.42 73.0106 151.42 73.4835Z\" fill=\"#DFE9FB\"/></g><path id=\"&#230;&#164;&#173;&#229;&#156;&#134;&#229;&#189;&#162;\" d=\"M90 145C110.987 145 128 142.09 128 138.5C128 134.91 110.987 132 90 132C69.0132 132 52 134.91 52 138.5C52 142.09 69.0132 145 90 145Z\" fill=\"#E0E8FA\"/><path id=\"&#232;&#183;&#175;&#229;&#190;&#132;_2\" d=\"M171.537 94.931C167.868 99.3728 161.059 99.807 161.059 99.807C161.059 99.807 160.2 93.0389 163.871 88.597C167.541 84.1555 174.349 83.7213 174.349 83.7213C174.349 83.7213 175.207 90.4891 171.537 94.931Z\" fill=\"#E0E8FA\"/><path id=\"&#232;&#183;&#175;&#229;&#190;&#132;&#229;&#164;&#135;&#228;&#187;&#189;-2\" d=\"M23.1487 112.332C20.7639 115.219 16.3383 115.501 16.3383 115.501C16.3383 115.501 15.7803 111.102 18.1661 108.215C20.5514 105.328 24.977 105.045 24.977 105.045C24.977 105.045 25.5346 109.444 23.1487 112.332Z\" fill=\"#E0E8FA\"/></g></g></g></g></g></svg>");
@@ -1,7 +1,7 @@
1
1
  import * as mobileRootConfig from './mobile';
2
2
  import * as pcRootConfig from './pc';
3
3
  import * as todoCallback from './todoCallback';
4
- export { getTodoActionListByKey } from './todoActionList';
4
+ export { getTodoActionListByKey, wxAbilityTodoActionKeys } from './todoActionList';
5
5
  export { default as todoOptionList } from './todoOptionList';
6
6
  export type { KV } from './todoCallback';
7
7
  export { mobileRootConfig, pcRootConfig, todoCallback, };
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
 
3
- 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); }
3
+ 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); }
4
4
  Object.defineProperty(exports, "__esModule", {
5
5
  value: true
6
6
  });
@@ -17,6 +17,12 @@ Object.defineProperty(exports, "todoOptionList", {
17
17
  return _todoOptionList.default;
18
18
  }
19
19
  });
20
+ Object.defineProperty(exports, "wxAbilityTodoActionKeys", {
21
+ enumerable: true,
22
+ get: function get() {
23
+ return _todoActionList.wxAbilityTodoActionKeys;
24
+ }
25
+ });
20
26
  var mobileRootConfig = _interopRequireWildcard(require("./mobile"));
21
27
  exports.mobileRootConfig = mobileRootConfig;
22
28
  var pcRootConfig = _interopRequireWildcard(require("./pc"));
@@ -26,5 +32,5 @@ exports.todoCallback = todoCallback;
26
32
  var _todoActionList = require("./todoActionList");
27
33
  var _todoOptionList = _interopRequireDefault(require("./todoOptionList"));
28
34
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
29
- function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
30
- function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
35
+ function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
36
+ function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
@@ -0,0 +1,2 @@
1
+ export declare const configEnUS: Record<string, string>;
2
+ export default configEnUS;
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = exports.configEnUS = void 0;
7
+ var _configLocalesEs = require("./config-locales-es.todo-actionList");
8
+ var _configLocalesEs2 = require("./config-locales-es.mobile");
9
+ var _configLocalesEs3 = require("./config-locales-es.pc");
10
+ var _configLocalesEs4 = require("./config-locales-es.todo-callback");
11
+ var _configLocalesEs5 = require("./config-locales-es.todo-optionList");
12
+ 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); }
13
+ 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; }
14
+ 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; }
15
+ 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; }
16
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
17
+ 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); }
18
+ var configEnUS = exports.configEnUS = _objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread({}, _configLocalesEs.todoActionListEnUS), _configLocalesEs2.mobileEnUS), _configLocalesEs3.pcEnUS), _configLocalesEs4.todoCallbackEnUS), _configLocalesEs5.todoOptionListEnUS);
19
+ var _default = exports.default = configEnUS;
@@ -0,0 +1,2 @@
1
+ export declare const mobileEnUS: Record<string, string>;
2
+ export default mobileEnUS;
@@ -0,0 +1,112 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.mobileEnUS = exports.default = void 0;
7
+ var mobileEnUS = exports.mobileEnUS = {
8
+ 'mobile.busiComp.todoActionList.previewFile.todoOptions.fileId.label': 'File ID/URL',
9
+ 'mobile.busiComp.todoActionList.previewFile.todoOptions.fileId.labelTip': 'Supported preview formats: pdf, jpg, jpeg, png, svg, mp4, mov, txt, html, js, doc, xlsx, docx, wps, ppt, etc. Note: If it is an external URL, cross-origin issues may occur.',
10
+ 'mobile.busiComp.todoActionList.callNotStatedCustomFunc.label': 'Call Undeclared Custom Event',
11
+ 'mobile.busiComp.todoActionList.callNotStatedCustomFunc.remarks.0.content': 'The selected page needs to enable caching (e.g., if Page A navigates to Page B and Page B needs to call a custom event on Page A, then caching must be enabled on Page A).',
12
+ 'mobile.busiComp.todoEvents.onLoaded.label': 'Component Loaded',
13
+ 'mobile.busiComp.todoEvents.useEffect.label': 'After Business Component State Changes',
14
+ 'mobile.page.todoActionList.previewFile.todoOptions.fileId.label': 'File ID/URL',
15
+ 'mobile.page.todoActionList.previewFile.todoOptions.fileId.labelTip': 'Supported preview formats: pdf, jpg, jpeg, png, svg, mp4, mov, txt, html, js, doc, xlsx, docx, wps, ppt, etc. Note: If it is an external URL, cross-origin issues may occur.',
16
+ 'mobile.page.todoEvents.useEffect.label': 'Page Loaded',
17
+ 'mobile.page.todoEvents.stateChange.label': 'After Component State Changes',
18
+ 'mobile.page.todoEvents.onLeftClick.label': 'Page Back Click Event',
19
+ 'mobile.page.todoEvents.otherPageMessage.label': 'Receive Page Message',
20
+ 'mobile.page.todoEvents.otherPageMessage.params.0.title': 'Receive Data',
21
+ 'mobile.page.todoEvents.onPageCacheRefresh.label': 'Page Cache Refresh',
22
+ 'mobile.page.todoEvents.onPageCacheRefresh.params.0.title': 'Return Page Data',
23
+ 'mobile.page.todoEvents.usePageEndRequest.label': 'Page Load Requests Finished',
24
+ 'mobile.page.todoEvents.usePageEndRequest.remarks.0.content': 'After the Page Loaded event, a callback is triggered when all actions have finished (including async requests within Page Loaded; note: timer-related actions are not counted).',
25
+ 'mobile.page.todoEvents.usePageEndRequest.remarks.1.content': 'In complex form pages, you can show a page loading indicator in the Page Loaded event and hide it in the Page Load Requests Finished event to ensure data is fully populated before the user submits, avoiding errors caused by async delays.',
26
+ 'mobile.page.todoEvents.pageGetWeChatCode.label': 'Get WeChat Authorization Info',
27
+ 'mobile.page.todoEvents.pageGetWeChatCode.params.0.description': "On success, returns the following user information: openid — user's unique identifier; nickname — user's nickname; sex — user's gender (1 for male, 2 for female, 0 for unknown); province — province; city — city; country — country (e.g., CN for China); headimgurl — avatar URL, the last number indicates the square avatar size (0, 46, 64, 96, 132, where 0 means 640×640). If the user has no avatar, this field is empty. If the user changes the avatar, the original URL becomes invalid. privilege — user privilege information, JSON array (e.g., (chinaunicom) for China Unicom). unionid — appears only when the public account is bound to a WeChat Open Platform account.",
28
+ 'mobile.page.todoEvents.pageGetWeChatCode.remarks.0.content': 'After successfully requesting WeChat user info authorization (Action: Request WeChat user info authorization), call this method to get user information including avatar, nickname, gender, region, language, etc.',
29
+ 'mobile.page.todoProps.pagePath.props.placeholder': 'e.g., /user/list',
30
+ 'mobile.page.todoProps.pagePath.props.regex.message': 'Must be in /xx/yy/... format',
31
+ 'mobile.page.todoProps.pageTitle.props.description': 'Use case: when the current page needs to dynamically change its title, you can bind via expression. Default title.',
32
+ 'mobile.page.todoProps.pageDynamicFlag.props.description': "When enabled, the page will be kept alive (reopening the page won't remount it, and page data won't be destroyed). You can pair it with the 'custom page cache clearing' event to destroy the page.",
33
+ 'mobile.page.todoProps.isMenu.props.description': 'When enabled, the preview page will display this menu, and during synchronization this page will also be synced as a menu to the base portal.',
34
+ 'mobile.page.todoProps.searchParams.label': 'URL Parameters',
35
+ 'mobile.page.todoProps.searchParams.groupsName': 'URL Parameters',
36
+ 'mobile.page.todoStyles.colorType.groupsName': 'Title & Back Icon Color',
37
+ 'mobile.modal.todoActionList.previewFile.todoOptions.fileId.label': 'File ID/URL',
38
+ 'mobile.modal.todoActionList.previewFile.todoOptions.fileId.labelTip': 'Supported preview formats: pdf, jpg, jpeg, png, svg, mp4, mov, txt, html, js, doc, xlsx, docx, wps, ppt, etc. Note: If it is an external URL, cross-origin issues may occur.',
39
+ 'mobile.modal.todoEvents.stateChange.label': 'After Component State Changes',
40
+ 'mobile.modal.todoEvents.usePageEndRequest.label': 'Page Load Requests Finished',
41
+ 'mobile.modal.todoEvents.usePageEndRequest.remarks.0.content': 'After the Page Loaded event, a callback is triggered when all actions have finished (including async requests within Page Loaded; note: timer-related actions are not counted).',
42
+ 'mobile.modal.todoEvents.usePageEndRequest.remarks.1.content': 'In complex form pages, you can show a page loading indicator in the Page Loaded event and hide it in the Page Load Requests Finished event to ensure data is fully populated before the user submits, avoiding errors caused by async delays.',
43
+ 'mobile.modal.todoProps.pagePath.props.placeholder': 'e.g., /user/list',
44
+ 'mobile.modal.todoProps.pagePath.props.regex.message': 'Must be in /xx/yy/... format',
45
+ 'mobile.modal.todoProps.width.props.option.0.label': 'Pixels (px)',
46
+ 'mobile.modal.todoProps.width.props.option.1.label': 'Percent (%)',
47
+ 'mobile.modal.todoProps.width.props.option.2.label': 'Viewport Width (vw)',
48
+ 'mobile.modal.todoProps.height.props.option.0.label': 'Pixels (px)',
49
+ 'mobile.modal.todoProps.height.props.option.1.label': 'Percent (%)',
50
+ 'mobile.modal.todoProps.height.props.option.2.label': 'Viewport Height (vh)',
51
+ 'mobile.modal.todoProps.closeOnClickOverlay.props.options.0.title': 'Click Overlay to Close',
52
+ 'mobile.modal.todoProps.closeOnClickOverlay.props.options.1.title': 'Click Overlay Does Not Close',
53
+ 'mobile.modal.todoProps.showCloseButton.label': 'Show Close Button',
54
+ 'mobile.popover.todoActionList.previewFile.todoOptions.fileId.label': 'File ID/URL',
55
+ 'mobile.popover.todoActionList.previewFile.todoOptions.fileId.labelTip': 'Supported preview formats: pdf, jpg, jpeg, png, svg, mp4, mov, txt, html, js, doc, xlsx, docx, wps, ppt, etc. Note: If it is an external URL, cross-origin issues may occur.',
56
+ 'mobile.popover.todoEvents.stateChange.label': 'After Component State Changes',
57
+ 'mobile.popover.todoEvents.usePageEndRequest.label': 'Page Load Requests Finished',
58
+ 'mobile.popover.todoEvents.usePageEndRequest.remarks.0.content': 'After the Page Loaded event, a callback is triggered when all actions have finished (including async requests within Page Loaded; note: timer-related actions are not counted).',
59
+ 'mobile.popover.todoEvents.usePageEndRequest.remarks.1.content': 'In complex form pages, you can show a page loading indicator in the Page Loaded event and hide it in the Page Load Requests Finished event to ensure data is fully populated before the user submits, avoiding errors caused by async delays.',
60
+ 'mobile.popover.todoProps.pagePath.props.placeholder': 'e.g., /user/list',
61
+ 'mobile.popover.todoProps.pagePath.props.regex.message': 'Must be in /xx/yy/... format',
62
+ 业务组件: 'Business Component',
63
+ 业务主键: 'Business Primary Key',
64
+ 业务场景: 'Business Scenario',
65
+ 业务数据: 'Business Data',
66
+ 文件预览: 'File Preview',
67
+ 页面类: 'Page',
68
+ 事件: 'Event',
69
+ 刷新: 'Refresh',
70
+ 事件入参: 'Event Parameters',
71
+ 数据通信: 'Data Communication',
72
+ 注意事项: 'Notes',
73
+ 组件卸载: 'Component Unmounted',
74
+ 名称: 'Name',
75
+ 基础: 'Basic',
76
+ 分组: 'Group',
77
+ 组件状态: 'Component State',
78
+ 方法: 'Methods',
79
+ 方法编码: 'Method Code',
80
+ 方法名称: 'Method Name',
81
+ 页面: 'Page',
82
+ 页面退出: 'Page Exit',
83
+ 场景描述: 'Scenario Description',
84
+ 适用场景: 'Applicable Scenarios',
85
+ 结果详情: 'Result Details',
86
+ 路径: 'Path',
87
+ 页面标题: 'Page Title',
88
+ 描述: 'Description',
89
+ 功能组件: 'Functional Components',
90
+ 免登录: 'Skip Login',
91
+ 页面缓存: 'Page Cache',
92
+ 设置为菜单: 'Set as Menu',
93
+ 标签: 'Tags',
94
+ 路由数据: 'Route Data',
95
+ 隐藏导航条: 'Hide Navigation Bar',
96
+ 其他: 'Others',
97
+ 导航栏背景: 'Navigation Bar Background',
98
+ 填充类型: 'Fill Type',
99
+ 弹窗: 'Modal',
100
+ 弹窗打开后: 'After Modal Opened',
101
+ 显示模式: 'Display Mode',
102
+ 浮层: 'Floating Layer',
103
+ 下拉: 'Dropdown',
104
+ 从左侧滑出: 'Slide In from Left',
105
+ 从右侧滑出: 'Slide In from Right',
106
+ 宽度: 'Width',
107
+ 高度: 'Height',
108
+ 关闭方式: 'Close Behavior',
109
+ 关闭后销毁: 'Destroy on Close',
110
+ 浮窗: 'Popover'
111
+ };
112
+ var _default = exports.default = mobileEnUS;
@@ -0,0 +1,2 @@
1
+ export declare const pcEnUS: Record<string, string>;
2
+ export default pcEnUS;
@@ -0,0 +1,48 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.pcEnUS = exports.default = void 0;
7
+ var pcEnUS = exports.pcEnUS = {
8
+ 'pc.busiComp.todoActionList.showMessage.todoOptions.okText.label': 'Confirm Button Text',
9
+ 'pc.busiComp.todoActionList.showMessage.todoOptions.cancelText.label': 'Cancel Button Text',
10
+ 'pc.busiComp.todoActionList.showMessage.classification.modal.label': 'Message & Modal',
11
+ 'pc.busiComp.todoActionList.showMessage.remarks.0.content': 'When the loading duration is 0, it means always showing loading. When the loading duration is greater than 0, it means showing loading according to the set time.',
12
+ 'pc.busiComp.todoActionList.previewFile.todoOptions.fileId.label': 'File ID/URL',
13
+ 'pc.busiComp.todoActionList.previewFile.todoOptions.fileId.labelTip': 'File preview formats supported: pdf, jpg, jpeg, png, svg, mp4, mov, txt, html, js, doc, xlsx, docx, wps, ppt, etc. Note: If it is an external URL, there may be cross-domain issues!',
14
+ 'pc.busiComp.todoActionList.previewFile.todoOptions.modalWidth.labelTip': 'Different browsers have different minimum limits, please avoid setting too small sizes. When width and height are not set, the default is full screen.',
15
+ 'pc.busiComp.todoActionList.previewFile.todoOptions.modalHeight.labelTip': 'Different browsers have different minimum limits, please avoid setting too small sizes. When width and height are not set, the default is full screen.',
16
+ 'pc.busiComp.todoActionList.callNotStatedCustomFunc.label': 'Call Unstated Custom Event',
17
+ 'pc.busiComp.todoActionList.callNotStatedCustomFunc.remarks.0.content': 'The selected page needs to enable cache (e.g.: Page A jumps to Page B, Page B needs to call the custom event of Page A, then Page A needs to enable cache);',
18
+ 业务组件: 'Business Component',
19
+ 业务主键: 'Business Primary Key',
20
+ 业务场景: 'Business Scenario',
21
+ 业务数据: 'Business Data',
22
+ 消息提示: 'Message Prompt',
23
+ 类型: 'Type',
24
+ 成功: 'Success',
25
+ 提示: 'Prompt',
26
+ 警告: 'Warning',
27
+ 错误: 'Error',
28
+ 加载动画: 'Loading Animation',
29
+ 自定义图标: 'Custom Icon',
30
+ 请选择图标: 'Please select an icon',
31
+ 内容: 'Content',
32
+ 加载时长: 'Loading Duration',
33
+ 秒: 'seconds',
34
+ 注意事项: 'Note',
35
+ 文件预览: 'File Preview',
36
+ 预览方式: 'Preview Mode',
37
+ 页面弹窗: 'Page Modal',
38
+ 新标签页: 'New Tab',
39
+ 新窗口: 'New Window',
40
+ 窗口宽度: 'Modal Width',
41
+ 窗口高度: 'Modal Height',
42
+ 页面类: 'Page Category',
43
+ 事件: 'Event',
44
+ 刷新: 'Refresh',
45
+ 事件入参: 'Event Params',
46
+ 数据通信: 'Data Communication'
47
+ };
48
+ var _default = exports.default = pcEnUS;
@@ -0,0 +1,2 @@
1
+ export declare const todoActionListEnUS: Record<string, string>;
2
+ export default todoActionListEnUS;