@rxap/config 19.0.1-dev.5 → 19.0.1

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 (67) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/README.md +1 -1
  3. package/compodoc/changelog.html +7 -0
  4. package/compodoc/dependencies.html +1 -1
  5. package/compodoc/index.html +1 -1
  6. package/compodoc/js/search/search_index.js +2 -2
  7. package/compodoc/miscellaneous/variables.html +26 -0
  8. package/compodoc/properties.html +1 -1
  9. package/docs/documentation.json +114 -114
  10. package/docs/html/classes/ConfigLoaderService.html +2 -2
  11. package/docs/html/classes/ConfigService.html +6 -6
  12. package/docs/html/classes/ConfigTestingService.html +2 -2
  13. package/docs/html/functions/ProvideConfig.html +1 -1
  14. package/docs/html/index.html +1 -1
  15. package/docs/html/interfaces/AppsNavigationConfig.html +2 -2
  16. package/docs/html/interfaces/Config.html +2 -2
  17. package/docs/html/interfaces/ConfigLoadOptions.html +3 -3
  18. package/docs/html/interfaces/LogoConfig.html +2 -2
  19. package/docs/html/interfaces/NavigationConfig.html +2 -2
  20. package/docs/html/interfaces/Oauth2Config.html +2 -2
  21. package/docs/html/interfaces/i18nConfig.html +2 -2
  22. package/docs/html/types/AnySchema.html +1 -1
  23. package/docs/html/types/Join.html +1 -1
  24. package/docs/html/types/LanguagesConfig.html +1 -1
  25. package/docs/html/types/Leaves.html +1 -1
  26. package/docs/html/types/NoInferType.html +1 -1
  27. package/docs/html/types/Paths.html +1 -1
  28. package/docs/html/variables/RXAP_CONFIG.html +1 -1
  29. package/docs/markdown/README.md +1 -1
  30. package/docs/markdown/classes/ConfigLoaderService.md +6 -6
  31. package/docs/markdown/classes/ConfigService.md +21 -21
  32. package/docs/markdown/classes/ConfigTestingService.md +7 -7
  33. package/docs/markdown/functions/ProvideConfig.md +1 -1
  34. package/docs/markdown/interfaces/AppsNavigationConfig.md +11 -11
  35. package/docs/markdown/interfaces/Config.md +5 -5
  36. package/docs/markdown/interfaces/ConfigLoadOptions.md +6 -6
  37. package/docs/markdown/interfaces/LogoConfig.md +4 -4
  38. package/docs/markdown/interfaces/NavigationConfig.md +7 -7
  39. package/docs/markdown/interfaces/Oauth2Config.md +2 -2
  40. package/docs/markdown/interfaces/i18nConfig.md +3 -3
  41. package/docs/markdown/type-aliases/AnySchema.md +1 -1
  42. package/docs/markdown/type-aliases/Join.md +1 -1
  43. package/docs/markdown/type-aliases/LanguagesConfig.md +1 -1
  44. package/docs/markdown/type-aliases/Leaves.md +1 -1
  45. package/docs/markdown/type-aliases/NoInferType.md +1 -1
  46. package/docs/markdown/type-aliases/Paths.md +1 -1
  47. package/docs/markdown/variables/RXAP_CONFIG.md +1 -1
  48. package/docs/wiki/Class.ConfigLoaderService.md +6 -6
  49. package/docs/wiki/Class.ConfigService.md +21 -21
  50. package/docs/wiki/Class.ConfigTestingService.md +7 -7
  51. package/docs/wiki/Function.ProvideConfig.md +1 -1
  52. package/docs/wiki/Home.md +1 -1
  53. package/docs/wiki/Interface.AppsNavigationConfig.md +11 -11
  54. package/docs/wiki/Interface.Config.md +5 -5
  55. package/docs/wiki/Interface.ConfigLoadOptions.md +6 -6
  56. package/docs/wiki/Interface.LogoConfig.md +4 -4
  57. package/docs/wiki/Interface.NavigationConfig.md +7 -7
  58. package/docs/wiki/Interface.Oauth2Config.md +2 -2
  59. package/docs/wiki/Interface.i18nConfig.md +3 -3
  60. package/docs/wiki/TypeAlias.AnySchema.md +1 -1
  61. package/docs/wiki/TypeAlias.Join.md +1 -1
  62. package/docs/wiki/TypeAlias.LanguagesConfig.md +1 -1
  63. package/docs/wiki/TypeAlias.Leaves.md +1 -1
  64. package/docs/wiki/TypeAlias.NoInferType.md +1 -1
  65. package/docs/wiki/TypeAlias.Paths.md +1 -1
  66. package/docs/wiki/Variable.RXAP_CONFIG.md +1 -1
  67. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -3,6 +3,16 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [19.0.1](https://gitlab.com/rxap/packages/compare/@rxap/config@19.0.1-dev.6...@rxap/config@19.0.1) (2025-02-13)
7
+
8
+ **Note:** Version bump only for package @rxap/config
9
+
10
+ ## [19.0.1-dev.6](https://gitlab.com/rxap/packages/compare/@rxap/config@19.0.1-dev.5...@rxap/config@19.0.1-dev.6) (2025-02-13)
11
+
12
+ ### Bug Fixes
13
+
14
+ - update package groups ([21378b7](https://gitlab.com/rxap/packages/commit/21378b776550fac07c12e59e98c1466e80ea1232))
15
+
6
16
  ## [19.0.1-dev.5](https://gitlab.com/rxap/packages/compare/@rxap/config@19.0.1-dev.4...@rxap/config@19.0.1-dev.5) (2025-02-13)
7
17
 
8
18
  **Note:** Version bump only for package @rxap/config
package/README.md CHANGED
@@ -17,7 +17,7 @@ package](https://img.shields.io/librariesio/release/npm/@rxap/config)
17
17
  @rxap/config
18
18
  ```
19
19
  **Install peer dependencies:** ```bash yarn add
20
- @angular/common@^19.1.3 @angular/core@^19.1.3 @rxap/environment@^19.0.1-dev.4 @rxap/utilities@^16.4.2-dev.4 rxjs@^7.8.1
20
+ @angular/common@^19.1.3 @angular/core@^19.1.3 @rxap/environment@^19.0.1-dev.5 @rxap/utilities@^16.4.2-dev.4 rxjs@^7.8.1
21
21
  ```
22
22
  **Execute the init generator:** ```bash yarn nx g
23
23
  @rxap/config:init ```
@@ -85,6 +85,13 @@
85
85
  <h1>Change Log</h1>
86
86
  <p>All notable changes to this project will be documented in this file.
87
87
  See <a href="https://conventionalcommits.org">Conventional Commits</a> for commit guidelines.</p>
88
+ <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/config@19.0.1-dev.6...@rxap/config@19.0.1">19.0.1</a> (2025-02-13)</h2>
89
+ <p><strong>Note:</strong> Version bump only for package @rxap/config</p>
90
+ <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/config@19.0.1-dev.5...@rxap/config@19.0.1-dev.6">19.0.1-dev.6</a> (2025-02-13)</h2>
91
+ <h3>Bug Fixes</h3>
92
+ <ul>
93
+ <li>update package groups (<a href="https://gitlab.com/rxap/packages/commit/21378b776550fac07c12e59e98c1466e80ea1232">21378b7</a>)</li>
94
+ </ul>
88
95
  <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/config@19.0.1-dev.4...@rxap/config@19.0.1-dev.5">19.0.1-dev.5</a> (2025-02-13)</h2>
89
96
  <p><strong>Note:</strong> Version bump only for package @rxap/config</p>
90
97
  <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/config@19.0.1-dev.3...@rxap/config@19.0.1-dev.4">19.0.1-dev.4</a> (2025-02-10)</h2>
@@ -117,7 +117,7 @@
117
117
  <li>
118
118
  <b>@angular/core</b> : ^19.1.3</li>
119
119
  <li>
120
- <b>@rxap/environment</b> : ^19.0.1-dev.4</li>
120
+ <b>@rxap/environment</b> : ^19.0.1-dev.5</li>
121
121
  <li>
122
122
  <b>@rxap/utilities</b> : ^16.4.2-dev.4</li>
123
123
  <li>
@@ -102,7 +102,7 @@ package" class="img-responsive">
102
102
  <h1>Installation <strong>Add the package to your workspace:</strong> ```bash yarn add</h1>
103
103
  <p>@rxap/config</p>
104
104
  <b>Example :</b><div><pre class="line-numbers"><code class="language-none">**Install peer dependencies:** ```bash yarn add
105
- &#64;angular/common&#64;^19.1.3 &#64;angular/core&#64;^19.1.3 &#64;rxap/environment&#64;^19.0.1-dev.4 &#64;rxap/utilities&#64;^16.4.2-dev.4 rxjs&#64;^7.8.1 </code></pre></div><p><strong>Execute the init generator:</strong> <code>bash yarn nx g @rxap/config:init </code></p>
105
+ &#64;angular/common&#64;^19.1.3 &#64;angular/core&#64;^19.1.3 &#64;rxap/environment&#64;^19.0.1-dev.5 &#64;rxap/utilities&#64;^16.4.2-dev.4 rxjs&#64;^7.8.1 </code></pre></div><p><strong>Execute the init generator:</strong> <code>bash yarn nx g @rxap/config:init </code></p>
106
106
  <h1>Generators</h1>
107
107
  <b>Example :</b><div><pre class="line-numbers"><code class="language-none">##
108
108
  init