@tstdl/base 0.78.0-beta70 → 0.78.0-beta72

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 (69) hide show
  1. package/api/server/api-controller.d.ts +3 -1
  2. package/api/server/api-controller.js +6 -1
  3. package/api/server/api-controller.js.map +1 -1
  4. package/application/application.d.ts +15 -4
  5. package/application/application.js +87 -43
  6. package/application/application.js.map +1 -1
  7. package/collections/awaitable/awaitable-list.js +3 -4
  8. package/collections/awaitable/awaitable-list.js.map +1 -1
  9. package/collections/observable/observable-collection-base.js +12 -14
  10. package/collections/observable/observable-collection-base.js.map +1 -1
  11. package/collections/observable/observable-list-base.js +4 -6
  12. package/collections/observable/observable-list-base.js.map +1 -1
  13. package/core.js +1 -1
  14. package/data-structures/circular-buffer.js +5 -6
  15. package/data-structures/circular-buffer.js.map +1 -1
  16. package/data-structures/collection.js +4 -5
  17. package/data-structures/collection.js.map +1 -1
  18. package/examples/mail/basic.js.map +1 -1
  19. package/examples/pdf/basic.js +1 -1
  20. package/examples/pdf/basic.js.map +1 -1
  21. package/examples/template/basic.js +1 -1
  22. package/examples/template/basic.js.map +1 -1
  23. package/http/server/node/node-http-server.js +4 -4
  24. package/message-bus/message-bus-base.js +1 -2
  25. package/message-bus/message-bus-base.js.map +1 -1
  26. package/notification/api.d.ts +20 -0
  27. package/notification/api.js +35 -0
  28. package/notification/api.js.map +1 -0
  29. package/notification/model.d.ts +18 -0
  30. package/notification/model.js +36 -0
  31. package/notification/model.js.map +1 -0
  32. package/notification/module.d.ts +9 -0
  33. package/notification/module.js +15 -0
  34. package/notification/module.js.map +1 -0
  35. package/package.json +4 -4
  36. package/pdf/pdf.service.d.ts +1 -0
  37. package/pdf/pdf.service.js +51 -31
  38. package/pdf/pdf.service.js.map +1 -1
  39. package/pool/pool.d.ts +18 -4
  40. package/pool/pool.js +75 -42
  41. package/pool/pool.js.map +1 -1
  42. package/rxjs/retry-backoff.js +4 -5
  43. package/rxjs/retry-backoff.js.map +1 -1
  44. package/threading/thread-pool.d.ts +2 -1
  45. package/threading/thread-pool.js +2 -2
  46. package/threading/thread-pool.js.map +1 -1
  47. package/utils/async-iterable-helpers/observable-iterable.js +1 -2
  48. package/utils/async-iterable-helpers/observable-iterable.js.map +1 -1
  49. package/utils/async-iterable-helpers/take-until.js +2 -3
  50. package/utils/async-iterable-helpers/take-until.js.map +1 -1
  51. package/utils/cancellation-token.d.ts +28 -28
  52. package/utils/cancellation-token.js +14 -14
  53. package/utils/cancellation-token.js.map +1 -1
  54. package/utils/feedable-async-iterable.js +1 -2
  55. package/utils/feedable-async-iterable.js.map +1 -1
  56. package/utils/image.js +5 -6
  57. package/utils/image.js.map +1 -1
  58. package/utils/patch-worker.js +1 -2
  59. package/utils/patch-worker.js.map +1 -1
  60. package/utils/periodic-sampler.js +2 -2
  61. package/utils/periodic-sampler.js.map +1 -1
  62. package/utils/timing.js +2 -2
  63. package/utils/timing.js.map +1 -1
  64. package/rxjs/compat/first-value-from.d.ts +0 -2
  65. package/rxjs/compat/first-value-from.js +0 -9
  66. package/rxjs/compat/first-value-from.js.map +0 -1
  67. package/rxjs/compat/index.d.ts +0 -1
  68. package/rxjs/compat/index.js +0 -18
  69. package/rxjs/compat/index.js.map +0 -1
@@ -1,18 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
- };
16
- Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./first-value-from"), exports);
18
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../source/rxjs/compat/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,qDAAmC"}