@rxap/config 19.0.1-dev.4 → 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 (107) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/README.md +24 -26
  3. package/compodoc/changelog.html +9 -0
  4. package/compodoc/dependencies.html +2 -2
  5. package/compodoc/index.html +26 -20
  6. package/compodoc/js/search/search_index.js +2 -2
  7. package/compodoc/miscellaneous/variables.html +26 -0
  8. package/compodoc/properties.html +3 -2
  9. package/docs/documentation.json +415 -832
  10. package/docs/html/assets/hierarchy.js +1 -0
  11. package/docs/{assets → html/assets}/highlight.css +13 -6
  12. package/docs/html/assets/icons.js +18 -0
  13. package/docs/html/assets/icons.svg +1 -0
  14. package/docs/{assets → html/assets}/main.js +5 -4
  15. package/docs/html/assets/navigation.js +1 -0
  16. package/docs/html/assets/search.js +1 -0
  17. package/docs/html/assets/style.css +1611 -0
  18. package/docs/html/classes/ConfigLoaderService.html +6 -0
  19. package/docs/html/classes/ConfigService.html +29 -0
  20. package/docs/html/classes/ConfigTestingService.html +8 -0
  21. package/docs/html/functions/ProvideConfig.html +1 -0
  22. package/docs/html/hierarchy.html +1 -0
  23. package/docs/html/index.html +33 -0
  24. package/docs/html/interfaces/AppsNavigationConfig.html +11 -0
  25. package/docs/html/interfaces/Config.html +5 -0
  26. package/docs/html/interfaces/ConfigLoadOptions.html +7 -0
  27. package/docs/html/interfaces/LogoConfig.html +4 -0
  28. package/docs/html/interfaces/NavigationConfig.html +7 -0
  29. package/docs/html/interfaces/Oauth2Config.html +2 -0
  30. package/docs/html/interfaces/i18nConfig.html +3 -0
  31. package/docs/html/modules.html +1 -0
  32. package/docs/html/types/AnySchema.html +1 -0
  33. package/docs/html/types/Join.html +1 -0
  34. package/docs/html/types/LanguagesConfig.html +1 -0
  35. package/docs/html/types/Leaves.html +1 -0
  36. package/docs/html/types/NoInferType.html +1 -0
  37. package/docs/html/types/Paths.html +1 -0
  38. package/docs/html/variables/RXAP_CONFIG.html +1 -0
  39. package/docs/markdown/README.md +37 -0
  40. package/docs/markdown/classes/ConfigLoaderService.md +73 -0
  41. package/docs/markdown/classes/ConfigService.md +358 -0
  42. package/docs/markdown/classes/ConfigTestingService.md +155 -0
  43. package/docs/markdown/functions/ProvideConfig.md +29 -0
  44. package/docs/markdown/globals.md +38 -0
  45. package/docs/markdown/interfaces/AppsNavigationConfig.md +89 -0
  46. package/docs/markdown/interfaces/Config.md +41 -0
  47. package/docs/markdown/interfaces/ConfigLoadOptions.md +51 -0
  48. package/docs/markdown/interfaces/LogoConfig.md +33 -0
  49. package/docs/markdown/interfaces/NavigationConfig.md +57 -0
  50. package/docs/markdown/interfaces/Oauth2Config.md +17 -0
  51. package/docs/markdown/interfaces/i18nConfig.md +25 -0
  52. package/docs/markdown/type-aliases/AnySchema.md +27 -0
  53. package/docs/markdown/type-aliases/Join.md +17 -0
  54. package/docs/markdown/type-aliases/LanguagesConfig.md +11 -0
  55. package/docs/markdown/type-aliases/Leaves.md +17 -0
  56. package/docs/markdown/type-aliases/NoInferType.md +15 -0
  57. package/docs/markdown/type-aliases/Paths.md +17 -0
  58. package/docs/markdown/variables/RXAP_CONFIG.md +11 -0
  59. package/docs/wiki/Class.ConfigLoaderService.md +69 -0
  60. package/docs/wiki/Class.ConfigService.md +354 -0
  61. package/docs/wiki/Class.ConfigTestingService.md +151 -0
  62. package/docs/wiki/Function.ProvideConfig.md +25 -0
  63. package/docs/wiki/Home.md +33 -0
  64. package/docs/wiki/Interface.AppsNavigationConfig.md +85 -0
  65. package/docs/wiki/Interface.Config.md +37 -0
  66. package/docs/wiki/Interface.ConfigLoadOptions.md +47 -0
  67. package/docs/wiki/Interface.LogoConfig.md +29 -0
  68. package/docs/wiki/Interface.NavigationConfig.md +53 -0
  69. package/docs/wiki/Interface.Oauth2Config.md +13 -0
  70. package/docs/wiki/Interface.i18nConfig.md +21 -0
  71. package/docs/wiki/TypeAlias.AnySchema.md +23 -0
  72. package/docs/wiki/TypeAlias.Join.md +13 -0
  73. package/docs/wiki/TypeAlias.LanguagesConfig.md +7 -0
  74. package/docs/wiki/TypeAlias.Leaves.md +13 -0
  75. package/docs/wiki/TypeAlias.NoInferType.md +11 -0
  76. package/docs/wiki/TypeAlias.Paths.md +13 -0
  77. package/docs/wiki/Variable.RXAP_CONFIG.md +7 -0
  78. package/docs/wiki/_Sidebar.md +34 -0
  79. package/docs/wiki/globals.md +34 -0
  80. package/package.json +8 -7
  81. package/docs/assets/icons.js +0 -15
  82. package/docs/assets/icons.svg +0 -1
  83. package/docs/assets/navigation.js +0 -1
  84. package/docs/assets/search.js +0 -1
  85. package/docs/assets/style.css +0 -1412
  86. package/docs/classes/ConfigLoaderService.html +0 -6
  87. package/docs/classes/ConfigService.html +0 -34
  88. package/docs/classes/ConfigTestingService.html +0 -8
  89. package/docs/functions/ProvideConfig.html +0 -1
  90. package/docs/hierarchy.html +0 -1
  91. package/docs/index.html +0 -28
  92. package/docs/interfaces/AppsNavigationConfig.html +0 -11
  93. package/docs/interfaces/Config.html +0 -5
  94. package/docs/interfaces/ConfigLoadOptions.html +0 -7
  95. package/docs/interfaces/LogoConfig.html +0 -4
  96. package/docs/interfaces/NavigationConfig.html +0 -7
  97. package/docs/interfaces/Oauth2Config.html +0 -2
  98. package/docs/interfaces/i18nConfig.html +0 -3
  99. package/docs/modules.html +0 -19
  100. package/docs/types/AnySchema.html +0 -1
  101. package/docs/types/Join.html +0 -1
  102. package/docs/types/LanguagesConfig.html +0 -1
  103. package/docs/types/Leaves.html +0 -1
  104. package/docs/types/NoInferType.html +0 -1
  105. package/docs/types/Paths.html +0 -1
  106. package/docs/variables/RXAP_CONFIG.html +0 -1
  107. /package/docs/{.nojekyll → html/.nojekyll} +0 -0
package/CHANGELOG.md CHANGED
@@ -3,6 +3,20 @@
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
+
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)
17
+
18
+ **Note:** Version bump only for package @rxap/config
19
+
6
20
  ## [19.0.1-dev.4](https://gitlab.com/rxap/packages/compare/@rxap/config@19.0.1-dev.3...@rxap/config@19.0.1-dev.4) (2025-02-10)
7
21
 
8
22
  **Note:** Version bump only for package @rxap/config
package/README.md CHANGED
@@ -1,35 +1,33 @@
1
- # @rxap/config
2
- > Simple config file manager for angular applications.
1
+ Provides a configuration service for Angular applications, allowing you to load and manage application settings from various sources such as static files, URLs, local storage, and URL parameters. It supports schema validation and provides utilities for accessing configuration values. This package also includes testing utilities for mocking and managing configurations in test environments.
3
2
 
4
3
  [![npm version](https://img.shields.io/npm/v/@rxap/config?style=flat-square)](https://www.npmjs.com/package/@rxap/config)
5
- [![commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=flat-square)](https://commitizen.github.io/cz-cli/)
6
- [![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
7
- ![Libraries.io dependency status for latest release, scoped npm package](https://img.shields.io/librariesio/release/npm/@rxap/config)
4
+ [![commitizen
5
+ friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=flat-square)](https://commitizen.github.io/cz-cli/)
6
+ [![styled with
7
+ prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
8
+ ![Libraries.io dependency status for latest release, scoped npm
9
+ package](https://img.shields.io/librariesio/release/npm/@rxap/config)
8
10
  ![npm](https://img.shields.io/npm/dm/@rxap/config)
9
- ![NPM](https://img.shields.io/npm/l/@rxap/config)
10
-
11
- - [Installation](#installation)
11
+ ![NPM](https://img.shields.io/npm/l/@rxap/config) -
12
+ [Installation](#installation)
12
13
  - [Generators](#generators)
14
+ - [init](#init)
13
15
 
14
- # Installation
15
-
16
- **Add the package to your workspace:**
17
- ```bash
18
- yarn add @rxap/config
19
- ```
20
- **Install peer dependencies:**
21
- ```bash
22
- yarn add @angular/common@^19.1.3 @angular/core@^19.1.3 @rxap/environment@^19.0.1-dev.3 @rxap/utilities@^16.4.2-dev.3 rxjs@^7.8.1
23
- ```
24
- **Execute the init generator:**
25
- ```bash
26
- yarn nx g @rxap/config:init
16
+ # Installation **Add the package to your workspace:** ```bash yarn add
17
+ @rxap/config
27
18
  ```
19
+ **Install peer dependencies:** ```bash yarn add
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
+ ```
22
+ **Execute the init generator:** ```bash yarn nx g
23
+ @rxap/config:init ```
28
24
  # Generators
29
25
 
30
- ## init
31
- > Initialize the package in the workspace
26
+ ##
27
+ init
28
+ >
29
+ Initialize the package in the workspace
32
30
 
33
- ```bash
34
- yarn nx g @rxap/config:init
35
- ```
31
+ ```bash nx g
32
+ @rxap/config:init
33
+ ```
@@ -85,6 +85,15 @@
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>
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>
96
+ <p><strong>Note:</strong> Version bump only for package @rxap/config</p>
88
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>
89
98
  <p><strong>Note:</strong> Version bump only for package @rxap/config</p>
90
99
  <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/config@19.0.1-dev.2...@rxap/config@19.0.1-dev.3">19.0.1-dev.3</a> (2025-02-07)</h2>
@@ -117,9 +117,9 @@
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.3</li>
120
+ <b>@rxap/environment</b> : ^19.0.1-dev.5</li>
121
121
  <li>
122
- <b>@rxap/utilities</b> : ^16.4.2-dev.3</li>
122
+ <b>@rxap/utilities</b> : ^16.4.2-dev.4</li>
123
123
  <li>
124
124
  <b>rxjs</b> : ^7.8.1</li>
125
125
  </ul>
@@ -82,30 +82,36 @@
82
82
  <div class="content getting-started">
83
83
  <div class="content-data">
84
84
 
85
- <h1>@rxap/config</h1>
86
- <blockquote>
87
- <p>Simple config file manager for angular applications.</p>
88
- </blockquote>
85
+ <p>Provides a configuration service for Angular applications, allowing you to load and manage application settings from various sources such as static files, URLs, local storage, and URL parameters. It supports schema validation and provides utilities for accessing configuration values. This package also includes testing utilities for mocking and managing configurations in test environments.</p>
89
86
  <p><a href="https://www.npmjs.com/package/@rxap/config"><img src="https://img.shields.io/npm/v/@rxap/config?style=flat-square" alt="npm version" class="img-responsive"></a>
90
- <a href="https://commitizen.github.io/cz-cli/"><img src="https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=flat-square" alt="commitizen friendly" class="img-responsive"></a>
91
- <a href="https://github.com/prettier/prettier"><img src="https://img.shields.io/badge/styled_with-prettier-ff69b4.svg?style=flat-square" alt="styled with prettier" class="img-responsive"></a>
92
- <img src="https://img.shields.io/librariesio/release/npm/@rxap/config" alt="Libraries.io dependency status for latest release, scoped npm package" class="img-responsive">
87
+ <a href="https://commitizen.github.io/cz-cli/"><img src="https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=flat-square" alt="commitizen
88
+ friendly" class="img-responsive"></a>
89
+ <a href="https://github.com/prettier/prettier"><img src="https://img.shields.io/badge/styled_with-prettier-ff69b4.svg?style=flat-square" alt="styled with
90
+ prettier" class="img-responsive"></a>
91
+ <img src="https://img.shields.io/librariesio/release/npm/@rxap/config" alt="Libraries.io dependency status for latest release, scoped npm
92
+ package" class="img-responsive">
93
93
  <img src="https://img.shields.io/npm/dm/@rxap/config" alt="npm" class="img-responsive">
94
- <img src="https://img.shields.io/npm/l/@rxap/config" alt="NPM" class="img-responsive"></p>
94
+ <img src="https://img.shields.io/npm/l/@rxap/config" alt="NPM" class="img-responsive"> -
95
+ <a href="#installation">Installation</a></p>
95
96
  <ul>
96
- <li><a href="#installation">Installation</a></li>
97
- <li><a href="#generators">Generators</a></li>
97
+ <li><a href="#generators">Generators</a><ul>
98
+ <li><a href="#init">init</a></li>
98
99
  </ul>
99
- <h1>Installation</h1>
100
- <p><strong>Add the package to your workspace:</strong></p>
101
- <b>Example :</b><div><pre class="line-numbers"><code class="language-bash">yarn add &#64;rxap/config</code></pre></div><p><strong>Install peer dependencies:</strong></p>
102
- <b>Example :</b><div><pre class="line-numbers"><code class="language-bash">yarn add &#64;angular/common&#64;^19.1.3 &#64;angular/core&#64;^19.1.3 &#64;rxap/environment&#64;^19.0.1-dev.3 &#64;rxap/utilities&#64;^16.4.2-dev.3 rxjs&#64;^7.8.1 </code></pre></div><p><strong>Execute the init generator:</strong></p>
103
- <b>Example :</b><div><pre class="line-numbers"><code class="language-bash">yarn nx g &#64;rxap/config:init</code></pre></div><h1>Generators</h1>
104
- <h2>init</h2>
105
- <blockquote>
106
- <p>Initialize the package in the workspace</p>
107
- </blockquote>
108
- <b>Example :</b><div><pre class="line-numbers"><code class="language-bash">yarn nx g &#64;rxap/config:init</code></pre></div>
100
+ </li>
101
+ </ul>
102
+ <h1>Installation <strong>Add the package to your workspace:</strong> ```bash yarn add</h1>
103
+ <p>@rxap/config</p>
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.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
+ <h1>Generators</h1>
107
+ <b>Example :</b><div><pre class="line-numbers"><code class="language-none">##
108
+ init
109
+ &gt;
110
+ Initialize the package in the workspace
111
+
112
+ ```bash nx g
113
+ &#64;rxap/config:init
114
+ ```</code></pre></div>
109
115
 
110
116
 
111
117