@pisell/pisellos 3.0.57 → 3.0.58

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 (256) hide show
  1. package/dist/core/index.js +1 -2
  2. package/dist/effects/index.d.ts +3 -4
  3. package/dist/effects/index.js +6 -15
  4. package/dist/modules/AccountList/index.d.ts +1 -7
  5. package/dist/modules/AccountList/index.js +14 -81
  6. package/dist/modules/AccountList/types.d.ts +0 -28
  7. package/dist/modules/AccountList/types.js +0 -8
  8. package/dist/modules/Cart/index.js +1 -1
  9. package/dist/modules/Payment/index.d.ts +9 -273
  10. package/dist/modules/Payment/index.js +109 -2525
  11. package/dist/modules/Payment/types.d.ts +30 -382
  12. package/dist/modules/Payment/types.js +14 -116
  13. package/dist/modules/ProductList/index.d.ts +1 -12
  14. package/dist/modules/ProductList/index.js +3 -27
  15. package/dist/modules/Rules/index.js +14 -27
  16. package/dist/modules/Rules/types.d.ts +0 -1
  17. package/dist/modules/index.d.ts +0 -1
  18. package/dist/modules/index.js +0 -1
  19. package/dist/plugins/window.d.ts +0 -1
  20. package/dist/solution/BookingByStep/index.js +1 -9
  21. package/dist/solution/ShopDiscount/index.js +2 -4
  22. package/dist/solution/index.d.ts +0 -2
  23. package/dist/solution/index.js +1 -3
  24. package/dist/types/index.d.ts +1 -3
  25. package/lib/core/index.js +1 -1
  26. package/lib/effects/index.d.ts +3 -4
  27. package/lib/effects/index.js +1 -4
  28. package/lib/modules/AccountList/index.d.ts +1 -7
  29. package/lib/modules/AccountList/index.js +0 -27
  30. package/lib/modules/AccountList/types.d.ts +0 -28
  31. package/lib/modules/Cart/index.js +1 -1
  32. package/lib/modules/Payment/index.d.ts +9 -273
  33. package/lib/modules/Payment/index.js +50 -1285
  34. package/lib/modules/Payment/types.d.ts +30 -382
  35. package/lib/modules/Payment/types.js +6 -41
  36. package/lib/modules/ProductList/index.d.ts +1 -12
  37. package/lib/modules/ProductList/index.js +2 -29
  38. package/lib/modules/Rules/index.js +12 -20
  39. package/lib/modules/Rules/types.d.ts +0 -1
  40. package/lib/modules/index.d.ts +0 -1
  41. package/lib/modules/index.js +0 -2
  42. package/lib/plugins/window.d.ts +0 -1
  43. package/lib/solution/BookingByStep/index.js +2 -1
  44. package/lib/solution/ShopDiscount/index.js +1 -2
  45. package/lib/solution/index.d.ts +0 -2
  46. package/lib/solution/index.js +1 -5
  47. package/lib/types/index.d.ts +1 -3
  48. package/package.json +2 -4
  49. package/dist/modules/Customer/constants.d.ts +0 -7
  50. package/dist/modules/Customer/constants.js +0 -12
  51. package/dist/modules/Customer/index.d.ts +0 -122
  52. package/dist/modules/Customer/index.js +0 -697
  53. package/dist/modules/Customer/types.d.ts +0 -146
  54. package/dist/modules/Customer/types.js +0 -41
  55. package/dist/modules/Payment/cash.d.ts +0 -11
  56. package/dist/modules/Payment/cash.js +0 -78
  57. package/dist/modules/Payment/eftpos.d.ts +0 -11
  58. package/dist/modules/Payment/eftpos.js +0 -80
  59. package/dist/modules/Payment/wallet.d.ts +0 -11
  60. package/dist/modules/Payment/wallet.js +0 -78
  61. package/dist/modules/Payment/walletpass.d.ts +0 -0
  62. package/dist/modules/Payment/walletpass.js +0 -0
  63. package/dist/plugins/app-types/app/app.d.ts +0 -83
  64. package/dist/plugins/app-types/app/const.d.ts +0 -4
  65. package/dist/plugins/app-types/app/index.d.ts +0 -14
  66. package/dist/plugins/app-types/applicationManager/application.d.ts +0 -50
  67. package/dist/plugins/app-types/applicationManager/index.d.ts +0 -13
  68. package/dist/plugins/app-types/config.d.ts +0 -3
  69. package/dist/plugins/app-types/cookie/index.d.ts +0 -13
  70. package/dist/plugins/app-types/data/index.d.ts +0 -8
  71. package/dist/plugins/app-types/history/config.d.ts +0 -24
  72. package/dist/plugins/app-types/history/index.d.ts +0 -20
  73. package/dist/plugins/app-types/history/type.d.ts +0 -2
  74. package/dist/plugins/app-types/hooks/index.d.ts +0 -12
  75. package/dist/plugins/app-types/hooks/useDelayedValue/index.d.ts +0 -2
  76. package/dist/plugins/app-types/hooks/useDispatch/index.d.ts +0 -2
  77. package/dist/plugins/app-types/hooks/useLowCode/index.d.ts +0 -13
  78. package/dist/plugins/app-types/hooks/useStore/index.d.ts +0 -6
  79. package/dist/plugins/app-types/index.d.ts +0 -6
  80. package/dist/plugins/app-types/indexDB/index.d.ts +0 -178
  81. package/dist/plugins/app-types/locales/en.d.ts +0 -3
  82. package/dist/plugins/app-types/locales/index.d.ts +0 -37
  83. package/dist/plugins/app-types/locales/original.d.ts +0 -3
  84. package/dist/plugins/app-types/locales/type.d.ts +0 -19
  85. package/dist/plugins/app-types/locales/zh-CN.d.ts +0 -3
  86. package/dist/plugins/app-types/locales/zh-HK.d.ts +0 -3
  87. package/dist/plugins/app-types/logger/feishu.d.ts +0 -11
  88. package/dist/plugins/app-types/logger/index.d.ts +0 -122
  89. package/dist/plugins/app-types/menuManager/hooks.d.ts +0 -17
  90. package/dist/plugins/app-types/menuManager/index.d.ts +0 -28
  91. package/dist/plugins/app-types/models/global.d.ts +0 -32
  92. package/dist/plugins/app-types/models/index.d.ts +0 -45
  93. package/dist/plugins/app-types/models/type.d.ts +0 -2
  94. package/dist/plugins/app-types/package.json +0 -15
  95. package/dist/plugins/app-types/plugin/index.d.ts +0 -0
  96. package/dist/plugins/app-types/pubsub/example.d.ts +0 -5
  97. package/dist/plugins/app-types/pubsub/index.d.ts +0 -63
  98. package/dist/plugins/app-types/request/cache.d.ts +0 -46
  99. package/dist/plugins/app-types/request/cancelToken.d.ts +0 -38
  100. package/dist/plugins/app-types/request/config.d.ts +0 -3
  101. package/dist/plugins/app-types/request/constants.d.ts +0 -2
  102. package/dist/plugins/app-types/request/index.d.ts +0 -24
  103. package/dist/plugins/app-types/request/pisell2Request.d.ts +0 -6
  104. package/dist/plugins/app-types/request/type.d.ts +0 -41
  105. package/dist/plugins/app-types/request/utils.d.ts +0 -46
  106. package/dist/plugins/app-types/routes/config.d.ts +0 -7
  107. package/dist/plugins/app-types/routes/index.d.ts +0 -28
  108. package/dist/plugins/app-types/socket/components/SocketMonitorPage.d.ts +0 -6
  109. package/dist/plugins/app-types/socket/components/index.d.ts +0 -2
  110. package/dist/plugins/app-types/socket/constants.d.ts +0 -33
  111. package/dist/plugins/app-types/socket/events.d.ts +0 -31
  112. package/dist/plugins/app-types/socket/heartbeat.d.ts +0 -66
  113. package/dist/plugins/app-types/socket/index.d.ts +0 -61
  114. package/dist/plugins/app-types/socket/monitor.d.ts +0 -169
  115. package/dist/plugins/app-types/socket/reconnect.d.ts +0 -61
  116. package/dist/plugins/app-types/socket/socket.d.ts +0 -129
  117. package/dist/plugins/app-types/socket/types.d.ts +0 -85
  118. package/dist/plugins/app-types/storage/index.d.ts +0 -17
  119. package/dist/plugins/app-types/tasks/index.d.ts +0 -77
  120. package/dist/plugins/app-types/tasks/type.d.ts +0 -62
  121. package/dist/plugins/app-types/tasks/useTasks.d.ts +0 -5
  122. package/dist/plugins/app-types/type.d.ts +0 -2
  123. package/dist/plugins/app-types/variables/VariablesProvider.d.ts +0 -7
  124. package/dist/plugins/app-types/variables/config.d.ts +0 -3
  125. package/dist/plugins/app-types/variables/index.d.ts +0 -6
  126. package/dist/plugins/app-types/variables/type.d.ts +0 -2
  127. package/dist/plugins/app-types/website/index.d.ts +0 -6
  128. package/dist/plugins/app.d.ts +0 -8
  129. package/dist/plugins/app.js +0 -1
  130. package/dist/solution/BookingTicket/index.d.ts +0 -172
  131. package/dist/solution/BookingTicket/index.js +0 -665
  132. package/dist/solution/BookingTicket/types.d.ts +0 -68
  133. package/dist/solution/BookingTicket/types.js +0 -43
  134. package/dist/solution/BookingTicket/utils/scan/cloudSearch.d.ts +0 -22
  135. package/dist/solution/BookingTicket/utils/scan/cloudSearch.js +0 -159
  136. package/dist/solution/BookingTicket/utils/scan/handleScan.d.ts +0 -16
  137. package/dist/solution/BookingTicket/utils/scan/handleScan.js +0 -174
  138. package/dist/solution/BookingTicket/utils/scan/index.d.ts +0 -81
  139. package/dist/solution/BookingTicket/utils/scan/index.js +0 -285
  140. package/dist/solution/BookingTicket/utils/scan/scanCache.d.ts +0 -78
  141. package/dist/solution/BookingTicket/utils/scan/scanCache.js +0 -305
  142. package/dist/solution/Checkout/appointmentDemo.json +0 -1
  143. package/dist/solution/Checkout/index.d.ts +0 -181
  144. package/dist/solution/Checkout/index.js +0 -1596
  145. package/dist/solution/Checkout/types.d.ts +0 -550
  146. package/dist/solution/Checkout/types.js +0 -132
  147. package/dist/solution/Checkout/utils/index.d.ts +0 -73
  148. package/dist/solution/Checkout/utils/index.js +0 -371
  149. package/dist/utils/task.d.ts +0 -40
  150. package/dist/utils/task.js +0 -171
  151. package/dist/utils/watch.d.ts +0 -102
  152. package/dist/utils/watch.js +0 -294
  153. package/lib/modules/Customer/constants.d.ts +0 -7
  154. package/lib/modules/Customer/constants.js +0 -39
  155. package/lib/modules/Customer/index.d.ts +0 -122
  156. package/lib/modules/Customer/index.js +0 -440
  157. package/lib/modules/Customer/types.d.ts +0 -146
  158. package/lib/modules/Customer/types.js +0 -37
  159. package/lib/modules/Payment/cash.d.ts +0 -11
  160. package/lib/modules/Payment/cash.js +0 -51
  161. package/lib/modules/Payment/eftpos.d.ts +0 -11
  162. package/lib/modules/Payment/eftpos.js +0 -51
  163. package/lib/modules/Payment/wallet.d.ts +0 -11
  164. package/lib/modules/Payment/wallet.js +0 -51
  165. package/lib/modules/Payment/walletpass.d.ts +0 -0
  166. package/lib/modules/Payment/walletpass.js +0 -0
  167. package/lib/plugins/app-types/app/app.d.ts +0 -83
  168. package/lib/plugins/app-types/app/const.d.ts +0 -4
  169. package/lib/plugins/app-types/app/index.d.ts +0 -14
  170. package/lib/plugins/app-types/applicationManager/application.d.ts +0 -50
  171. package/lib/plugins/app-types/applicationManager/index.d.ts +0 -13
  172. package/lib/plugins/app-types/config.d.ts +0 -3
  173. package/lib/plugins/app-types/cookie/index.d.ts +0 -13
  174. package/lib/plugins/app-types/data/index.d.ts +0 -8
  175. package/lib/plugins/app-types/history/config.d.ts +0 -24
  176. package/lib/plugins/app-types/history/index.d.ts +0 -20
  177. package/lib/plugins/app-types/history/type.d.ts +0 -2
  178. package/lib/plugins/app-types/hooks/index.d.ts +0 -12
  179. package/lib/plugins/app-types/hooks/useDelayedValue/index.d.ts +0 -2
  180. package/lib/plugins/app-types/hooks/useDispatch/index.d.ts +0 -2
  181. package/lib/plugins/app-types/hooks/useLowCode/index.d.ts +0 -13
  182. package/lib/plugins/app-types/hooks/useStore/index.d.ts +0 -6
  183. package/lib/plugins/app-types/index.d.ts +0 -6
  184. package/lib/plugins/app-types/indexDB/index.d.ts +0 -178
  185. package/lib/plugins/app-types/locales/en.d.ts +0 -3
  186. package/lib/plugins/app-types/locales/index.d.ts +0 -37
  187. package/lib/plugins/app-types/locales/original.d.ts +0 -3
  188. package/lib/plugins/app-types/locales/type.d.ts +0 -19
  189. package/lib/plugins/app-types/locales/zh-CN.d.ts +0 -3
  190. package/lib/plugins/app-types/locales/zh-HK.d.ts +0 -3
  191. package/lib/plugins/app-types/logger/feishu.d.ts +0 -11
  192. package/lib/plugins/app-types/logger/index.d.ts +0 -122
  193. package/lib/plugins/app-types/menuManager/hooks.d.ts +0 -17
  194. package/lib/plugins/app-types/menuManager/index.d.ts +0 -28
  195. package/lib/plugins/app-types/models/global.d.ts +0 -32
  196. package/lib/plugins/app-types/models/index.d.ts +0 -45
  197. package/lib/plugins/app-types/models/type.d.ts +0 -2
  198. package/lib/plugins/app-types/package.json +0 -15
  199. package/lib/plugins/app-types/plugin/index.d.ts +0 -0
  200. package/lib/plugins/app-types/pubsub/example.d.ts +0 -5
  201. package/lib/plugins/app-types/pubsub/index.d.ts +0 -63
  202. package/lib/plugins/app-types/request/cache.d.ts +0 -46
  203. package/lib/plugins/app-types/request/cancelToken.d.ts +0 -38
  204. package/lib/plugins/app-types/request/config.d.ts +0 -3
  205. package/lib/plugins/app-types/request/constants.d.ts +0 -2
  206. package/lib/plugins/app-types/request/index.d.ts +0 -24
  207. package/lib/plugins/app-types/request/pisell2Request.d.ts +0 -6
  208. package/lib/plugins/app-types/request/type.d.ts +0 -41
  209. package/lib/plugins/app-types/request/utils.d.ts +0 -46
  210. package/lib/plugins/app-types/routes/config.d.ts +0 -7
  211. package/lib/plugins/app-types/routes/index.d.ts +0 -28
  212. package/lib/plugins/app-types/socket/components/SocketMonitorPage.d.ts +0 -6
  213. package/lib/plugins/app-types/socket/components/index.d.ts +0 -2
  214. package/lib/plugins/app-types/socket/constants.d.ts +0 -33
  215. package/lib/plugins/app-types/socket/events.d.ts +0 -31
  216. package/lib/plugins/app-types/socket/heartbeat.d.ts +0 -66
  217. package/lib/plugins/app-types/socket/index.d.ts +0 -61
  218. package/lib/plugins/app-types/socket/monitor.d.ts +0 -169
  219. package/lib/plugins/app-types/socket/reconnect.d.ts +0 -61
  220. package/lib/plugins/app-types/socket/socket.d.ts +0 -129
  221. package/lib/plugins/app-types/socket/types.d.ts +0 -85
  222. package/lib/plugins/app-types/storage/index.d.ts +0 -17
  223. package/lib/plugins/app-types/tasks/index.d.ts +0 -77
  224. package/lib/plugins/app-types/tasks/type.d.ts +0 -62
  225. package/lib/plugins/app-types/tasks/useTasks.d.ts +0 -5
  226. package/lib/plugins/app-types/type.d.ts +0 -2
  227. package/lib/plugins/app-types/variables/VariablesProvider.d.ts +0 -7
  228. package/lib/plugins/app-types/variables/config.d.ts +0 -3
  229. package/lib/plugins/app-types/variables/index.d.ts +0 -6
  230. package/lib/plugins/app-types/variables/type.d.ts +0 -2
  231. package/lib/plugins/app-types/website/index.d.ts +0 -6
  232. package/lib/plugins/app.d.ts +0 -8
  233. package/lib/plugins/app.js +0 -17
  234. package/lib/solution/BookingTicket/index.d.ts +0 -172
  235. package/lib/solution/BookingTicket/index.js +0 -399
  236. package/lib/solution/BookingTicket/types.d.ts +0 -68
  237. package/lib/solution/BookingTicket/types.js +0 -72
  238. package/lib/solution/BookingTicket/utils/scan/cloudSearch.d.ts +0 -22
  239. package/lib/solution/BookingTicket/utils/scan/cloudSearch.js +0 -117
  240. package/lib/solution/BookingTicket/utils/scan/handleScan.d.ts +0 -16
  241. package/lib/solution/BookingTicket/utils/scan/handleScan.js +0 -125
  242. package/lib/solution/BookingTicket/utils/scan/index.d.ts +0 -81
  243. package/lib/solution/BookingTicket/utils/scan/index.js +0 -210
  244. package/lib/solution/BookingTicket/utils/scan/scanCache.d.ts +0 -78
  245. package/lib/solution/BookingTicket/utils/scan/scanCache.js +0 -231
  246. package/lib/solution/Checkout/appointmentDemo.json +0 -1
  247. package/lib/solution/Checkout/index.d.ts +0 -181
  248. package/lib/solution/Checkout/index.js +0 -864
  249. package/lib/solution/Checkout/types.d.ts +0 -550
  250. package/lib/solution/Checkout/types.js +0 -75
  251. package/lib/solution/Checkout/utils/index.d.ts +0 -73
  252. package/lib/solution/Checkout/utils/index.js +0 -266
  253. package/lib/utils/task.d.ts +0 -40
  254. package/lib/utils/task.js +0 -109
  255. package/lib/utils/watch.d.ts +0 -102
  256. package/lib/utils/watch.js +0 -217
@@ -1,171 +0,0 @@
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 _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 e; }; var t, e = {}, r = Object.prototype, n = r.hasOwnProperty, o = Object.defineProperty || function (t, e, r) { t[e] = r.value; }, i = "function" == typeof Symbol ? Symbol : {}, a = i.iterator || "@@iterator", c = i.asyncIterator || "@@asyncIterator", u = i.toStringTag || "@@toStringTag"; function define(t, e, r) { return Object.defineProperty(t, e, { value: r, enumerable: !0, configurable: !0, writable: !0 }), t[e]; } try { define({}, ""); } catch (t) { define = function define(t, e, r) { return t[e] = r; }; } function wrap(t, e, r, n) { var i = e && e.prototype instanceof Generator ? e : Generator, a = Object.create(i.prototype), c = new Context(n || []); return o(a, "_invoke", { value: makeInvokeMethod(t, r, c) }), a; } function tryCatch(t, e, r) { try { return { type: "normal", arg: t.call(e, r) }; } catch (t) { return { type: "throw", arg: t }; } } e.wrap = wrap; var h = "suspendedStart", l = "suspendedYield", f = "executing", s = "completed", y = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var p = {}; define(p, a, function () { return this; }); var d = Object.getPrototypeOf, v = d && d(d(values([]))); v && v !== r && n.call(v, a) && (p = v); var g = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(p); function defineIteratorMethods(t) { ["next", "throw", "return"].forEach(function (e) { define(t, e, function (t) { return this._invoke(e, t); }); }); } function AsyncIterator(t, e) { function invoke(r, o, i, a) { var c = tryCatch(t[r], t, o); if ("throw" !== c.type) { var u = c.arg, h = u.value; return h && "object" == _typeof(h) && n.call(h, "__await") ? e.resolve(h.__await).then(function (t) { invoke("next", t, i, a); }, function (t) { invoke("throw", t, i, a); }) : e.resolve(h).then(function (t) { u.value = t, i(u); }, function (t) { return invoke("throw", t, i, a); }); } a(c.arg); } var r; o(this, "_invoke", { value: function value(t, n) { function callInvokeWithMethodAndArg() { return new e(function (e, r) { invoke(t, n, e, r); }); } return r = r ? r.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); } }); } function makeInvokeMethod(e, r, n) { var o = h; return function (i, a) { if (o === f) throw new Error("Generator is already running"); if (o === s) { if ("throw" === i) throw a; return { value: t, done: !0 }; } for (n.method = i, n.arg = a;;) { var c = n.delegate; if (c) { var u = maybeInvokeDelegate(c, n); if (u) { if (u === y) continue; return u; } } if ("next" === n.method) n.sent = n._sent = n.arg;else if ("throw" === n.method) { if (o === h) throw o = s, n.arg; n.dispatchException(n.arg); } else "return" === n.method && n.abrupt("return", n.arg); o = f; var p = tryCatch(e, r, n); if ("normal" === p.type) { if (o = n.done ? s : l, p.arg === y) continue; return { value: p.arg, done: n.done }; } "throw" === p.type && (o = s, n.method = "throw", n.arg = p.arg); } }; } function maybeInvokeDelegate(e, r) { var n = r.method, o = e.iterator[n]; if (o === t) return r.delegate = null, "throw" === n && e.iterator.return && (r.method = "return", r.arg = t, maybeInvokeDelegate(e, r), "throw" === r.method) || "return" !== n && (r.method = "throw", r.arg = new TypeError("The iterator does not provide a '" + n + "' method")), y; var i = tryCatch(o, e.iterator, r.arg); if ("throw" === i.type) return r.method = "throw", r.arg = i.arg, r.delegate = null, y; var a = i.arg; return a ? a.done ? (r[e.resultName] = a.value, r.next = e.nextLoc, "return" !== r.method && (r.method = "next", r.arg = t), r.delegate = null, y) : a : (r.method = "throw", r.arg = new TypeError("iterator result is not an object"), r.delegate = null, y); } function pushTryEntry(t) { var e = { tryLoc: t[0] }; 1 in t && (e.catchLoc = t[1]), 2 in t && (e.finallyLoc = t[2], e.afterLoc = t[3]), this.tryEntries.push(e); } function resetTryEntry(t) { var e = t.completion || {}; e.type = "normal", delete e.arg, t.completion = e; } function Context(t) { this.tryEntries = [{ tryLoc: "root" }], t.forEach(pushTryEntry, this), this.reset(!0); } function values(e) { if (e || "" === e) { var r = e[a]; if (r) return r.call(e); if ("function" == typeof e.next) return e; if (!isNaN(e.length)) { var o = -1, i = function next() { for (; ++o < e.length;) if (n.call(e, o)) return next.value = e[o], next.done = !1, next; return next.value = t, next.done = !0, next; }; return i.next = i; } } throw new TypeError(_typeof(e) + " is not iterable"); } return GeneratorFunction.prototype = GeneratorFunctionPrototype, o(g, "constructor", { value: GeneratorFunctionPrototype, configurable: !0 }), o(GeneratorFunctionPrototype, "constructor", { value: GeneratorFunction, configurable: !0 }), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, u, "GeneratorFunction"), e.isGeneratorFunction = function (t) { var e = "function" == typeof t && t.constructor; return !!e && (e === GeneratorFunction || "GeneratorFunction" === (e.displayName || e.name)); }, e.mark = function (t) { return Object.setPrototypeOf ? Object.setPrototypeOf(t, GeneratorFunctionPrototype) : (t.__proto__ = GeneratorFunctionPrototype, define(t, u, "GeneratorFunction")), t.prototype = Object.create(g), t; }, e.awrap = function (t) { return { __await: t }; }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, c, function () { return this; }), e.AsyncIterator = AsyncIterator, e.async = function (t, r, n, o, i) { void 0 === i && (i = Promise); var a = new AsyncIterator(wrap(t, r, n, o), i); return e.isGeneratorFunction(r) ? a : a.next().then(function (t) { return t.done ? t.value : a.next(); }); }, defineIteratorMethods(g), define(g, u, "Generator"), define(g, a, function () { return this; }), define(g, "toString", function () { return "[object Generator]"; }), e.keys = function (t) { var e = Object(t), r = []; for (var n in e) r.push(n); return r.reverse(), function next() { for (; r.length;) { var t = r.pop(); if (t in e) return next.value = t, next.done = !1, next; } return next.done = !0, next; }; }, e.values = values, Context.prototype = { constructor: Context, reset: function reset(e) { if (this.prev = 0, this.next = 0, this.sent = this._sent = t, this.done = !1, this.delegate = null, this.method = "next", this.arg = t, this.tryEntries.forEach(resetTryEntry), !e) for (var r in this) "t" === r.charAt(0) && n.call(this, r) && !isNaN(+r.slice(1)) && (this[r] = t); }, stop: function stop() { this.done = !0; var t = this.tryEntries[0].completion; if ("throw" === t.type) throw t.arg; return this.rval; }, dispatchException: function dispatchException(e) { if (this.done) throw e; var r = this; function handle(n, o) { return a.type = "throw", a.arg = e, r.next = n, o && (r.method = "next", r.arg = t), !!o; } for (var o = this.tryEntries.length - 1; o >= 0; --o) { var i = this.tryEntries[o], a = i.completion; if ("root" === i.tryLoc) return handle("end"); if (i.tryLoc <= this.prev) { var c = n.call(i, "catchLoc"), u = n.call(i, "finallyLoc"); if (c && u) { if (this.prev < i.catchLoc) return handle(i.catchLoc, !0); if (this.prev < i.finallyLoc) return handle(i.finallyLoc); } else if (c) { if (this.prev < i.catchLoc) return handle(i.catchLoc, !0); } else { if (!u) throw new Error("try statement without catch or finally"); if (this.prev < i.finallyLoc) return handle(i.finallyLoc); } } } }, abrupt: function abrupt(t, e) { for (var r = this.tryEntries.length - 1; r >= 0; --r) { var o = this.tryEntries[r]; if (o.tryLoc <= this.prev && n.call(o, "finallyLoc") && this.prev < o.finallyLoc) { var i = o; break; } } i && ("break" === t || "continue" === t) && i.tryLoc <= e && e <= i.finallyLoc && (i = null); var a = i ? i.completion : {}; return a.type = t, a.arg = e, i ? (this.method = "next", this.next = i.finallyLoc, y) : this.complete(a); }, complete: function complete(t, e) { if ("throw" === t.type) throw t.arg; return "break" === t.type || "continue" === t.type ? this.next = t.arg : "return" === t.type ? (this.rval = this.arg = t.arg, this.method = "return", this.next = "end") : "normal" === t.type && e && (this.next = e), y; }, finish: function finish(t) { for (var e = this.tryEntries.length - 1; e >= 0; --e) { var r = this.tryEntries[e]; if (r.finallyLoc === t) return this.complete(r.completion, r.afterLoc), resetTryEntry(r), y; } }, catch: function _catch(t) { for (var e = this.tryEntries.length - 1; e >= 0; --e) { var r = this.tryEntries[e]; if (r.tryLoc === t) { var n = r.completion; if ("throw" === n.type) { var o = n.arg; resetTryEntry(r); } return o; } } throw new Error("illegal catch attempt"); }, delegateYield: function delegateYield(e, r, n) { return this.delegate = { iterator: values(e), resultName: r, nextLoc: n }, "next" === this.method && (this.arg = t), y; } }, e; }
3
- 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; }
4
- 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; }
5
- 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); } }
6
- 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); }); }; }
7
- function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
8
- 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); } }
9
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
10
- 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; }
11
- function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
12
- 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); }
13
- var Tasks = /*#__PURE__*/function () {
14
- function Tasks(actions) {
15
- _classCallCheck(this, Tasks);
16
- _defineProperty(this, "actions", new Map());
17
- _defineProperty(this, "taskQueue", []);
18
- _defineProperty(this, "isRunning", false);
19
- if (actions) {
20
- this.actions = actions;
21
- }
22
- }
23
-
24
- /**
25
- * 清空所有任务
26
- */
27
- _createClass(Tasks, [{
28
- key: "clear",
29
- value: function clear() {
30
- this.actions.clear();
31
- this.taskQueue = [];
32
- this.isRunning = false;
33
- }
34
-
35
- /**
36
- * 清空任务执行队列
37
- */
38
- }, {
39
- key: "clearTaskQueue",
40
- value: function clearTaskQueue() {
41
- this.taskQueue = [];
42
- this.isRunning = false;
43
- }
44
-
45
- /**
46
- * 添加action
47
- * @param name action名称
48
- * @param action action函数
49
- */
50
- }, {
51
- key: "addAction",
52
- value: function addAction(name, action) {
53
- this.actions.set(name, action);
54
- }
55
-
56
- /**
57
- * 添加任务
58
- * @param task 任务
59
- */
60
- }, {
61
- key: "addTask",
62
- value: function addTask(task) {
63
- this.taskQueue.push(task);
64
- // 添加后自动执行
65
- this.run();
66
- }
67
-
68
- /**
69
- * 执行任务
70
- */
71
- }, {
72
- key: "run",
73
- value: (function () {
74
- var _run = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee() {
75
- var _this$taskQueue, task, action, _task, _task2;
76
- return _regeneratorRuntime().wrap(function _callee$(_context) {
77
- while (1) switch (_context.prev = _context.next) {
78
- case 0:
79
- if (!this.isRunning) {
80
- _context.next = 2;
81
- break;
82
- }
83
- return _context.abrupt("return");
84
- case 2:
85
- if (!(this.taskQueue.length === 0)) {
86
- _context.next = 5;
87
- break;
88
- }
89
- this.isRunning = false;
90
- return _context.abrupt("return");
91
- case 5:
92
- // 设置正在运行 加锁
93
- this.isRunning = true;
94
- // 遍历任务队列
95
- case 6:
96
- if (!(this.taskQueue.length > 0)) {
97
- _context.next = 32;
98
- break;
99
- }
100
- // 获取任务,但是不删除
101
- task = (_this$taskQueue = this.taskQueue) === null || _this$taskQueue === void 0 ? void 0 : _this$taskQueue[0]; // 如果没有任务则直接结束
102
- if (task) {
103
- _context.next = 11;
104
- break;
105
- }
106
- this.isRunning = false;
107
- return _context.abrupt("return");
108
- case 11:
109
- // 获取任务对应的action
110
- action = this.actions.get(task.type); // 如果找到对应的action,则执行
111
- if (!action) {
112
- _context.next = 28;
113
- break;
114
- }
115
- _context.prev = 13;
116
- _context.next = 16;
117
- return action(_objectSpread(_objectSpread({}, (task === null || task === void 0 ? void 0 : task.actionParams) || {}), {}, {
118
- uuid: task === null || task === void 0 ? void 0 : task.uuid
119
- }));
120
- case 16:
121
- console.log('task_success>>>>>>>', task);
122
- _context.next = 22;
123
- break;
124
- case 19:
125
- _context.prev = 19;
126
- _context.t0 = _context["catch"](13);
127
- console.error('task_error>>>>>>>', _context.t0);
128
- case 22:
129
- _context.prev = 22;
130
- // 将任务删除
131
- _task = this.taskQueue.shift();
132
- console.log('task_shift>>>>>>>', _task);
133
- return _context.finish(22);
134
- case 26:
135
- _context.next = 30;
136
- break;
137
- case 28:
138
- // 如果找不到对应的action,则删除任务
139
- _task2 = this.taskQueue.shift();
140
- console.log('task_action_not_found>>>>>>>', _task2);
141
- case 30:
142
- _context.next = 6;
143
- break;
144
- case 32:
145
- this.isRunning = false;
146
- case 33:
147
- case "end":
148
- return _context.stop();
149
- }
150
- }, _callee, this, [[13, 19, 22, 26]]);
151
- }));
152
- function run() {
153
- return _run.apply(this, arguments);
154
- }
155
- return run;
156
- }()
157
- /**
158
- * 判定当前的任务是否依然存在
159
- */
160
- )
161
- }, {
162
- key: "isTaskExist",
163
- value: function isTaskExist(uuid) {
164
- return this.taskQueue.some(function (task) {
165
- return (task === null || task === void 0 ? void 0 : task.uuid) === uuid;
166
- });
167
- }
168
- }]);
169
- return Tasks;
170
- }();
171
- export default Tasks;
@@ -1,102 +0,0 @@
1
- /**
2
- * 监听模块
3
- *
4
- */
5
- export type WatchEventCallback = (...args: any[]) => void;
6
- export type WatchEventItem = {
7
- key: string;
8
- callback: WatchEventCallback;
9
- };
10
- export interface WatchEventSubscription {
11
- unsubscribe: () => void;
12
- }
13
- declare class Watch {
14
- private events;
15
- private enableListMap;
16
- /**
17
- * 订阅事件
18
- * @param event 事件名称
19
- * @param callback 回调函数
20
- * @returns 订阅对象,可用于取消订阅
21
- */
22
- subscribe(watchKey: string, event: WatchEventItem): WatchEventSubscription;
23
- /**
24
- * 启用事件
25
- * @param watchKey 监听的key
26
- * @param event 事件名称
27
- */
28
- enableEvent(watchKey: string, eventKey: string): void;
29
- /**
30
- * 禁用某个事件
31
- * @param watchKey 监听的key
32
- * @param eventKey 事件名称
33
- */
34
- disableEvent(watchKey: string, eventKey: string): void;
35
- /**
36
- * 冻结某个监听下的所有事件
37
- * @param watchKey 监听的key
38
- */
39
- disabledAllEventByWatchKey(watchKey: string): void;
40
- /**
41
- * 启用某个监听下的所有事件
42
- * @param watchKey 监听的key
43
- */
44
- enableAllEventByWatchKey(watchKey: string): void;
45
- /**
46
- * 取消订阅事件
47
- * @param event 事件名称
48
- * @param callback 回调函数
49
- * @returns 是否成功取消订阅
50
- */
51
- unsubscribe(watchKey: string, event: WatchEventItem): void;
52
- /**
53
- * 发布事件
54
- * @param event 事件名称
55
- * @param args 事件参数
56
- */
57
- publish(watchKey: string, ...args: any[]): void;
58
- /**
59
- * 根据事件名称发布事件
60
- * @param watchKey 监听的key
61
- * @param eventKey 事件名称
62
- * @param args 事件参数
63
- */
64
- publishByEventKey(watchKey: string, eventKey: string, ...args: any[]): void;
65
- /**
66
- * 获取最后一个启用的事件
67
- * @param watchKey 监听的key
68
- * @returns 最后一个启用的事件
69
- */
70
- getLastEnableEventKey(watchKey: string): WatchEventItem['key'] | undefined;
71
- /**
72
- * 移除某个事件的所有订阅
73
- * @param event 事件名称
74
- * @returns 是否成功移除
75
- */
76
- clearEvent(watchKey: string): void;
77
- /**
78
- * 移除所有事件订阅
79
- */
80
- clearAllEvents(): void;
81
- /**
82
- * 获取事件的订阅数量
83
- * @param event 事件名称
84
- * @returns 订阅数量
85
- */
86
- getSubscriberCount(event: string): number;
87
- /**
88
- * 检查事件是否有订阅者
89
- * @param event 事件名称
90
- * @returns 是否有订阅者
91
- */
92
- hasSubscribers(event: string): boolean;
93
- /**
94
- * 一次性订阅事件,事件触发后自动取消订阅
95
- * @param event 事件名称
96
- * @param callback 回调函数
97
- * @returns 订阅对象,可用于取消订阅
98
- */
99
- once(watchKey: string, event: WatchEventItem): WatchEventSubscription;
100
- }
101
- declare const watch: Watch;
102
- export default watch;
@@ -1,294 +0,0 @@
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 _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
3
- 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); } }
4
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
5
- 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; }
6
- function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
7
- 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); }
8
- /**
9
- * 监听模块
10
- *
11
- */
12
- var Watch = /*#__PURE__*/function () {
13
- function Watch() {
14
- _classCallCheck(this, Watch);
15
- // 监听列表
16
- _defineProperty(this, "events", new Map());
17
- // 启用列表 - 使用数组保持顺序
18
- _defineProperty(this, "enableListMap", new Map());
19
- }
20
- _createClass(Watch, [{
21
- key: "subscribe",
22
- value:
23
- /**
24
- * 订阅事件
25
- * @param event 事件名称
26
- * @param callback 回调函数
27
- * @returns 订阅对象,可用于取消订阅
28
- */
29
- function subscribe(watchKey, event) {
30
- var _this = this;
31
- // 如果监听列表不存在,则创建
32
- if (!this.events.has(watchKey)) {
33
- this.events.set(watchKey, new Map());
34
- }
35
-
36
- // 获取监听列表
37
- var callbacks = this.events.get(watchKey);
38
- // 设置事件
39
- callbacks.set(event.key, event.callback);
40
-
41
- // 启用事件
42
- this.enableEvent(watchKey, event.key);
43
- return {
44
- // 取消订阅
45
- unsubscribe: function unsubscribe() {
46
- // 取消订阅事件
47
- _this.unsubscribe(watchKey, event);
48
- }
49
- };
50
- }
51
-
52
- /**
53
- * 启用事件
54
- * @param watchKey 监听的key
55
- * @param event 事件名称
56
- */
57
- }, {
58
- key: "enableEvent",
59
- value: function enableEvent(watchKey, eventKey) {
60
- // 获取启用列表
61
- var enableList = this.enableListMap.get(watchKey);
62
- // 如果启用列表存在,则添加事件
63
- if (enableList) {
64
- if (enableList.includes(eventKey)) {
65
- return;
66
- }
67
- enableList.push(eventKey);
68
- } else {
69
- // 如果启用列表不存在,则创建启用列表
70
- this.enableListMap.set(watchKey, [eventKey]);
71
- }
72
- }
73
-
74
- /**
75
- * 禁用某个事件
76
- * @param watchKey 监听的key
77
- * @param eventKey 事件名称
78
- */
79
- }, {
80
- key: "disableEvent",
81
- value: function disableEvent(watchKey, eventKey) {
82
- // 获取启用列表
83
- var enableList = this.enableListMap.get(watchKey);
84
- if (enableList) {
85
- // 找到当前事件的索引
86
- var index = enableList.indexOf(eventKey);
87
- if (index !== -1) {
88
- // 删除当前事件以及之后的所有事件
89
- enableList.splice(index);
90
- }
91
- }
92
- }
93
-
94
- /**
95
- * 冻结某个监听下的所有事件
96
- * @param watchKey 监听的key
97
- */
98
- }, {
99
- key: "disabledAllEventByWatchKey",
100
- value: function disabledAllEventByWatchKey(watchKey) {
101
- // 设置启用列表为空
102
- this.enableListMap.set(watchKey, []);
103
- }
104
-
105
- /**
106
- * 启用某个监听下的所有事件
107
- * @param watchKey 监听的key
108
- */
109
- }, {
110
- key: "enableAllEventByWatchKey",
111
- value: function enableAllEventByWatchKey(watchKey) {
112
- var _this$events$get;
113
- // 遍历当前监听下的所有事件, 并启用
114
- this.enableListMap.set(watchKey, Array.from(((_this$events$get = this.events.get(watchKey)) === null || _this$events$get === void 0 ? void 0 : _this$events$get.keys()) || []));
115
- }
116
-
117
- /**
118
- * 取消订阅事件
119
- * @param event 事件名称
120
- * @param callback 回调函数
121
- * @returns 是否成功取消订阅
122
- */
123
- }, {
124
- key: "unsubscribe",
125
- value: function unsubscribe(watchKey, event) {
126
- // 获取监听列表
127
- var callbacks = this.events.get(watchKey);
128
- // 如果监听列表不存在,则返回false
129
- if (!callbacks) {
130
- return;
131
- }
132
- // 禁用事件
133
- this.disableEvent(watchKey, event.key);
134
- // 删除事件
135
- callbacks.delete(event.key);
136
- return;
137
- }
138
-
139
- /**
140
- * 发布事件
141
- * @param event 事件名称
142
- * @param args 事件参数
143
- */
144
- }, {
145
- key: "publish",
146
- value: function publish(watchKey) {
147
- // 获取监听列表
148
- var callbacks = this.events.get(watchKey);
149
- // 如果监听列表不存在,则返回
150
- if (!callbacks) {
151
- return;
152
- }
153
-
154
- // 获取启用列表
155
- var enableList = this.enableListMap.get(watchKey);
156
- // 如果启用列表不存在,则返回
157
- if (!enableList || enableList.length === 0) {
158
- return;
159
- }
160
-
161
- // 只执行最后一个事件
162
- var lastCallbackKey = enableList.at(-1);
163
- // 如果最后一个事件存在,则执行
164
- if (lastCallbackKey) {
165
- try {
166
- var _callbacks$get;
167
- for (var _len = arguments.length, args = new Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {
168
- args[_key - 1] = arguments[_key];
169
- }
170
- (_callbacks$get = callbacks.get(lastCallbackKey)) === null || _callbacks$get === void 0 || _callbacks$get.apply(void 0, args);
171
- } catch (error) {
172
- console.error("\u6267\u884C\u4E8B\u4EF6\"".concat(watchKey, "\"\u7684\u56DE\u8C03\u65F6\u51FA\u9519:"), error);
173
- }
174
- }
175
- }
176
-
177
- /**
178
- * 根据事件名称发布事件
179
- * @param watchKey 监听的key
180
- * @param eventKey 事件名称
181
- * @param args 事件参数
182
- */
183
- }, {
184
- key: "publishByEventKey",
185
- value: function publishByEventKey(watchKey, eventKey) {
186
- var _callbacks$get2;
187
- var callbacks = this.events.get(watchKey);
188
- if (!callbacks) {
189
- return;
190
- }
191
- for (var _len2 = arguments.length, args = new Array(_len2 > 2 ? _len2 - 2 : 0), _key2 = 2; _key2 < _len2; _key2++) {
192
- args[_key2 - 2] = arguments[_key2];
193
- }
194
- (_callbacks$get2 = callbacks.get(eventKey)) === null || _callbacks$get2 === void 0 || _callbacks$get2.apply(void 0, args);
195
- }
196
-
197
- /**
198
- * 获取最后一个启用的事件
199
- * @param watchKey 监听的key
200
- * @returns 最后一个启用的事件
201
- */
202
- }, {
203
- key: "getLastEnableEventKey",
204
- value: function getLastEnableEventKey(watchKey) {
205
- var enableList = this.enableListMap.get(watchKey);
206
- console.log('enableList', enableList);
207
- if (!enableList) {
208
- return undefined;
209
- }
210
- return enableList.at(-1) || undefined;
211
- }
212
-
213
- /**
214
- * 移除某个事件的所有订阅
215
- * @param event 事件名称
216
- * @returns 是否成功移除
217
- */
218
- }, {
219
- key: "clearEvent",
220
- value: function clearEvent(watchKey) {
221
- // 禁用所有事件
222
- this.disabledAllEventByWatchKey(watchKey);
223
- // 删除监听列表
224
- this.events.delete(watchKey);
225
- }
226
-
227
- /**
228
- * 移除所有事件订阅
229
- */
230
- }, {
231
- key: "clearAllEvents",
232
- value: function clearAllEvents() {
233
- // 清空监听列表
234
- this.events.clear();
235
- // 清空启用列表
236
- this.enableListMap.clear();
237
- }
238
-
239
- /**
240
- * 获取事件的订阅数量
241
- * @param event 事件名称
242
- * @returns 订阅数量
243
- */
244
- }, {
245
- key: "getSubscriberCount",
246
- value: function getSubscriberCount(event) {
247
- // 获取监听列表
248
- var callbacks = this.events.get(event);
249
- // 如果监听列表不存在,则返回0
250
- return callbacks ? callbacks.size : 0;
251
- }
252
-
253
- /**
254
- * 检查事件是否有订阅者
255
- * @param event 事件名称
256
- * @returns 是否有订阅者
257
- */
258
- }, {
259
- key: "hasSubscribers",
260
- value: function hasSubscribers(event) {
261
- // 获取监听列表
262
- return this.getSubscriberCount(event) > 0;
263
- }
264
-
265
- /**
266
- * 一次性订阅事件,事件触发后自动取消订阅
267
- * @param event 事件名称
268
- * @param callback 回调函数
269
- * @returns 订阅对象,可用于取消订阅
270
- */
271
- }, {
272
- key: "once",
273
- value: function once(watchKey, event) {
274
- var _this2 = this;
275
- // 包装回调函数
276
- var wrappedCallback = function wrappedCallback() {
277
- // 取消订阅
278
- _this2.unsubscribe(watchKey, {
279
- key: event.key,
280
- callback: wrappedCallback
281
- });
282
- // 执行回调
283
- event.callback.apply(event, arguments);
284
- };
285
- return this.subscribe(watchKey, {
286
- key: event.key,
287
- callback: wrappedCallback
288
- });
289
- }
290
- }]);
291
- return Watch;
292
- }(); // 创建单例实例
293
- var watch = new Watch();
294
- export default watch;
@@ -1,7 +0,0 @@
1
- export declare const SORT_BY = "id";
2
- export declare const DEFAULT_PAGE_SIZE = 20;
3
- export declare const DEFAULT_CUSTOMER: {
4
- id: number;
5
- nickname: string;
6
- name: string;
7
- };
@@ -1,39 +0,0 @@
1
- var __defProp = Object.defineProperty;
2
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
- var __getOwnPropNames = Object.getOwnPropertyNames;
4
- var __hasOwnProp = Object.prototype.hasOwnProperty;
5
- var __export = (target, all) => {
6
- for (var name in all)
7
- __defProp(target, name, { get: all[name], enumerable: true });
8
- };
9
- var __copyProps = (to, from, except, desc) => {
10
- if (from && typeof from === "object" || typeof from === "function") {
11
- for (let key of __getOwnPropNames(from))
12
- if (!__hasOwnProp.call(to, key) && key !== except)
13
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
14
- }
15
- return to;
16
- };
17
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
-
19
- // src/modules/Customer/constants.ts
20
- var constants_exports = {};
21
- __export(constants_exports, {
22
- DEFAULT_CUSTOMER: () => DEFAULT_CUSTOMER,
23
- DEFAULT_PAGE_SIZE: () => DEFAULT_PAGE_SIZE,
24
- SORT_BY: () => SORT_BY
25
- });
26
- module.exports = __toCommonJS(constants_exports);
27
- var SORT_BY = "id";
28
- var DEFAULT_PAGE_SIZE = 20;
29
- var DEFAULT_CUSTOMER = {
30
- "id": 1,
31
- "nickname": "Select a customer",
32
- "name": "选择一个客户"
33
- };
34
- // Annotate the CommonJS export names for ESM import in node:
35
- 0 && (module.exports = {
36
- DEFAULT_CUSTOMER,
37
- DEFAULT_PAGE_SIZE,
38
- SORT_BY
39
- });