@ngxs/store 18.1.2 → 18.1.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 (120) hide show
  1. package/LICENSE +22 -0
  2. package/experimental/index.d.ts +12 -1
  3. package/index.d.ts +745 -6
  4. package/internals/index.d.ts +206 -10
  5. package/internals/testing/index.d.ts +31 -4
  6. package/operators/index.d.ts +101 -13
  7. package/package.json +1 -1
  8. package/plugins/index.d.ts +62 -3
  9. package/schematics/src/utils/versions.json +1 -1
  10. package/experimental/pending-tasks.d.ts +0 -8
  11. package/internals/custom-rxjs-operators.d.ts +0 -2
  12. package/internals/custom-rxjs-subjects.d.ts +0 -42
  13. package/internals/initial-state.d.ts +0 -8
  14. package/internals/internal-tokens.d.ts +0 -3
  15. package/internals/memoize.d.ts +0 -9
  16. package/internals/metadata.d.ts +0 -25
  17. package/internals/ngxs-app-bootstrapped-state.d.ts +0 -8
  18. package/internals/state-stream.d.ts +0 -15
  19. package/internals/state-token.d.ts +0 -7
  20. package/internals/symbols.d.ts +0 -88
  21. package/internals/testing/fresh-platform.d.ts +0 -1
  22. package/internals/testing/helpers/ngxs-test.component.d.ts +0 -8
  23. package/internals/testing/helpers/ngxs-test.module.d.ts +0 -10
  24. package/internals/testing/ngxs.setup.d.ts +0 -7
  25. package/internals/testing/skip-console-logging.d.ts +0 -4
  26. package/internals/testing/symbol.d.ts +0 -14
  27. package/operators/append.d.ts +0 -5
  28. package/operators/compose.d.ts +0 -2
  29. package/operators/iif.d.ts +0 -10
  30. package/operators/insert-item.d.ts +0 -6
  31. package/operators/patch.d.ts +0 -7
  32. package/operators/remove-item.d.ts +0 -6
  33. package/operators/types.d.ts +0 -56
  34. package/operators/update-item.d.ts +0 -9
  35. package/operators/utils.d.ts +0 -8
  36. package/plugins/actions.d.ts +0 -15
  37. package/plugins/symbols.d.ts +0 -13
  38. package/plugins/utils.d.ts +0 -29
  39. package/schematics/src/actions/actions.factory.d.ts +0 -3
  40. package/schematics/src/ng-add/add-declaration.d.ts +0 -4
  41. package/schematics/src/ng-add/ng-add.factory.d.ts +0 -9
  42. package/schematics/src/starter-kit/starter-kit.factory.d.ts +0 -3
  43. package/schematics/src/state/state.factory.d.ts +0 -3
  44. package/schematics/src/store/store.factory.d.ts +0 -3
  45. package/schematics/src/utils/common/lib.config.d.ts +0 -10
  46. package/schematics/src/utils/common/project-files.config.d.ts +0 -3
  47. package/schematics/src/utils/common/properties.d.ts +0 -1
  48. package/schematics/src/utils/config.d.ts +0 -119
  49. package/schematics/src/utils/generate-utils.d.ts +0 -4
  50. package/schematics/src/utils/interfaces/package.interface.d.ts +0 -7
  51. package/schematics/src/utils/normalize-options.d.ts +0 -11
  52. package/schematics/src/utils/project.d.ts +0 -20
  53. package/src/actions/action-registry.d.ts +0 -12
  54. package/src/actions/symbols.d.ts +0 -7
  55. package/src/actions-stream.d.ts +0 -39
  56. package/src/configs/messages.config.d.ts +0 -13
  57. package/src/decorators/action.d.ts +0 -30
  58. package/src/decorators/select/select-factory.d.ts +0 -16
  59. package/src/decorators/select/select.d.ts +0 -7
  60. package/src/decorators/select/symbols.d.ts +0 -9
  61. package/src/decorators/selector/selector.d.ts +0 -9
  62. package/src/decorators/selector/symbols.d.ts +0 -73
  63. package/src/decorators/selector-options.d.ts +0 -5
  64. package/src/decorators/state.d.ts +0 -5
  65. package/src/dev-features/ngxs-development.module.d.ts +0 -10
  66. package/src/dev-features/ngxs-unhandled-actions-logger.d.ts +0 -17
  67. package/src/dev-features/symbols.d.ts +0 -8
  68. package/src/execution/dispatch-outside-zone-ngxs-execution-strategy.d.ts +0 -14
  69. package/src/execution/internal-ngxs-execution-strategy.d.ts +0 -10
  70. package/src/execution/noop-ngxs-execution-strategy.d.ts +0 -8
  71. package/src/execution/symbols.d.ts +0 -16
  72. package/src/internal/dispatcher.d.ts +0 -36
  73. package/src/internal/fallback-subscriber.d.ts +0 -3
  74. package/src/internal/internals.d.ts +0 -105
  75. package/src/internal/lifecycle-state-manager.d.ts +0 -24
  76. package/src/internal/state-context-factory.d.ts +0 -17
  77. package/src/internal/state-factory.d.ts +0 -57
  78. package/src/internal/state-operations.d.ts +0 -21
  79. package/src/internal/state-operators.d.ts +0 -2
  80. package/src/internal/unhandled-rxjs-error-callback.d.ts +0 -2
  81. package/src/ivy/ivy-enabled-in-dev-mode.d.ts +0 -6
  82. package/src/module.d.ts +0 -13
  83. package/src/modules/ngxs-feature.module.d.ts +0 -10
  84. package/src/modules/ngxs-root.module.d.ts +0 -10
  85. package/src/ngxs-unhandled-error-handler.d.ts +0 -16
  86. package/src/operators/leave-ngxs.d.ts +0 -6
  87. package/src/operators/of-action.d.ts +0 -56
  88. package/src/plugin-manager.d.ts +0 -13
  89. package/src/plugin_api.d.ts +0 -1
  90. package/src/private_api.d.ts +0 -3
  91. package/src/public_api.d.ts +0 -23
  92. package/src/selectors/create-model-selector.d.ts +0 -10
  93. package/src/selectors/create-pick-selector.d.ts +0 -6
  94. package/src/selectors/create-property-selectors.d.ts +0 -5
  95. package/src/selectors/create-selector.d.ts +0 -19
  96. package/src/selectors/index.d.ts +0 -5
  97. package/src/selectors/private_api.d.ts +0 -7
  98. package/src/selectors/selector-checks.util.d.ts +0 -9
  99. package/src/selectors/selector-metadata.d.ts +0 -7
  100. package/src/selectors/selector-models.d.ts +0 -10
  101. package/src/selectors/selector-types.util.d.ts +0 -6
  102. package/src/selectors/selector-utils.d.ts +0 -9
  103. package/src/standalone-features/feature-providers.d.ts +0 -7
  104. package/src/standalone-features/index.d.ts +0 -4
  105. package/src/standalone-features/initializers.d.ts +0 -29
  106. package/src/standalone-features/plugin.d.ts +0 -17
  107. package/src/standalone-features/preboot.d.ts +0 -26
  108. package/src/standalone-features/provide-states.d.ts +0 -18
  109. package/src/standalone-features/provide-store.d.ts +0 -22
  110. package/src/standalone-features/root-providers.d.ts +0 -8
  111. package/src/store.d.ts +0 -60
  112. package/src/symbols.d.ts +0 -102
  113. package/src/utils/compose.d.ts +0 -23
  114. package/src/utils/create-dispatch-map.d.ts +0 -4
  115. package/src/utils/create-select-map.d.ts +0 -4
  116. package/src/utils/dispatch.d.ts +0 -2
  117. package/src/utils/freeze.d.ts +0 -5
  118. package/src/utils/public_api.d.ts +0 -4
  119. package/src/utils/select.d.ts +0 -16
  120. package/src/utils/store-validators.d.ts +0 -5
package/LICENSE ADDED
@@ -0,0 +1,22 @@
1
+ (The MIT License)
2
+
3
+ Copyright (c) 2018 <amcdaniel2@gmail.com>
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining
6
+ a copy of this software and associated documentation files (the
7
+ 'Software'), to deal in the Software without restriction, including
8
+ without limitation the rights to use, copy, modify, merge, publish,
9
+ distribute, sublicense, and/or sell copies of the Software, and to
10
+ permit persons to whom the Software is furnished to do so, subject to
11
+ the following conditions:
12
+
13
+ The above copyright notice and this permission notice shall be
14
+ included in all copies or substantial portions of the Software.
15
+
16
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
17
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
19
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
20
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
21
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
22
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -1 +1,12 @@
1
- export { withExperimentalNgxsPendingTasks } from './pending-tasks';
1
+ import * as _angular_core from '@angular/core';
2
+
3
+ /**
4
+ * This is an experimental feature that contributes to app stability,
5
+ * which is required during server-side rendering. With asynchronous
6
+ * actions being dispatched and handled, Angular is unaware of them in
7
+ * zoneless mode and doesn't know whether the app is still unstable.
8
+ * This may prematurely serialize the final HTML that is sent to the client.
9
+ */
10
+ declare function withExperimentalNgxsPendingTasks(): _angular_core.EnvironmentProviders;
11
+
12
+ export { withExperimentalNgxsPendingTasks };