@rxap/config 18.1.1-dev.1 → 18.1.1-dev.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 (46) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/README.md +1 -1
  3. package/compodoc/changelog.html +12 -0
  4. package/compodoc/dependencies.html +2 -2
  5. package/compodoc/index.html +1 -1
  6. package/compodoc/injectables/ConfigService.html +3 -3
  7. package/compodoc/interfaces/AppsNavigationConfig.html +715 -0
  8. package/compodoc/interfaces/Config.html +418 -0
  9. package/compodoc/interfaces/LogoConfig.html +418 -0
  10. package/compodoc/interfaces/NavigationConfig.html +553 -0
  11. package/compodoc/interfaces/i18nConfig.html +373 -0
  12. package/compodoc/js/menu-wc.js +15 -0
  13. package/compodoc/js/menu-wc_es5.js +1 -1
  14. package/compodoc/js/search/search_index.js +2 -2
  15. package/compodoc/miscellaneous/typealiases.html +21 -0
  16. package/compodoc/overview.html +1 -1
  17. package/compodoc/properties.html +1 -1
  18. package/docs/assets/navigation.js +1 -1
  19. package/docs/assets/search.js +1 -1
  20. package/docs/classes/ConfigLoaderService.html +2 -2
  21. package/docs/classes/ConfigService.html +6 -6
  22. package/docs/classes/ConfigTestingService.html +2 -2
  23. package/docs/documentation.json +1127 -290
  24. package/docs/functions/ProvideConfig.html +1 -1
  25. package/docs/index.html +1 -1
  26. package/docs/interfaces/AppsNavigationConfig.html +11 -0
  27. package/docs/interfaces/Config.html +4 -0
  28. package/docs/interfaces/ConfigLoadOptions.html +3 -3
  29. package/docs/interfaces/LogoConfig.html +4 -0
  30. package/docs/interfaces/NavigationConfig.html +7 -0
  31. package/docs/interfaces/i18nConfig.html +3 -0
  32. package/docs/modules.html +7 -1
  33. package/docs/types/AnySchema.html +1 -1
  34. package/docs/types/Join.html +1 -1
  35. package/docs/types/LanguagesConfig.html +1 -0
  36. package/docs/types/Leaves.html +1 -1
  37. package/docs/types/NoInferType.html +1 -1
  38. package/docs/types/Paths.html +1 -1
  39. package/docs/variables/RXAP_CONFIG.html +1 -1
  40. package/esm2022/index.mjs +2 -1
  41. package/esm2022/lib/config.mjs +2 -0
  42. package/fesm2022/rxap-config.mjs.map +1 -1
  43. package/index.d.ts +1 -0
  44. package/lib/config.d.ts +36 -0
  45. package/package.json +6 -6
  46. package/theme.css +1 -1
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
+ ## [18.1.1-dev.3](https://gitlab.com/rxap/packages/compare/@rxap/config@18.1.1-dev.2...@rxap/config@18.1.1-dev.3) (2024-06-25)
7
+
8
+ ### Bug Fixes
9
+
10
+ - add config property ([9d3517c](https://gitlab.com/rxap/packages/commit/9d3517c9a08fe61e0c3be27c6ba11dcfec9cd934))
11
+
12
+ ## [18.1.1-dev.2](https://gitlab.com/rxap/packages/compare/@rxap/config@18.1.1-dev.1...@rxap/config@18.1.1-dev.2) (2024-06-24)
13
+
14
+ ### Bug Fixes
15
+
16
+ - add config interface ([b541bea](https://gitlab.com/rxap/packages/commit/b541bea31d5f9af51c8f43512417fe591e9e3266))
17
+ - add config interface ([3208674](https://gitlab.com/rxap/packages/commit/320867427458f75a9cdade44f995c1bb5f1d2f1b))
18
+ - add config interface ([4fbed69](https://gitlab.com/rxap/packages/commit/4fbed69d9f8838cebf44caddb23b63a2906de0fa))
19
+
6
20
  ## [18.1.1-dev.1](https://gitlab.com/rxap/packages/compare/@rxap/config@18.1.1-dev.0...@rxap/config@18.1.1-dev.1) (2024-06-21)
7
21
 
8
22
  **Note:** Version bump only for package @rxap/config
package/README.md CHANGED
@@ -19,7 +19,7 @@ yarn add @rxap/config
19
19
  ```
20
20
  **Install peer dependencies:**
21
21
  ```bash
22
- yarn add @angular/common@^18.0.1 @angular/core@^18.0.1 @rxap/environment@^18.0.3-dev.0 @rxap/utilities@^16.2.4-dev.0 rxjs@^7.8.1
22
+ yarn add @angular/common@^18.0.1 @angular/core@^18.0.1 @rxap/environment@^18.0.3-dev.2 @rxap/utilities@^16.2.4-dev.1 rxjs@^7.8.1
23
23
  ```
24
24
  **Execute the init generator:**
25
25
  ```bash
@@ -85,6 +85,18 @@
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@18.1.1-dev.2...@rxap/config@18.1.1-dev.3">18.1.1-dev.3</a> (2024-06-25)</h2>
89
+ <h3>Bug Fixes</h3>
90
+ <ul>
91
+ <li>add config property (<a href="https://gitlab.com/rxap/packages/commit/9d3517c9a08fe61e0c3be27c6ba11dcfec9cd934">9d3517c</a>)</li>
92
+ </ul>
93
+ <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/config@18.1.1-dev.1...@rxap/config@18.1.1-dev.2">18.1.1-dev.2</a> (2024-06-24)</h2>
94
+ <h3>Bug Fixes</h3>
95
+ <ul>
96
+ <li>add config interface (<a href="https://gitlab.com/rxap/packages/commit/b541bea31d5f9af51c8f43512417fe591e9e3266">b541bea</a>)</li>
97
+ <li>add config interface (<a href="https://gitlab.com/rxap/packages/commit/320867427458f75a9cdade44f995c1bb5f1d2f1b">3208674</a>)</li>
98
+ <li>add config interface (<a href="https://gitlab.com/rxap/packages/commit/4fbed69d9f8838cebf44caddb23b63a2906de0fa">4fbed69</a>)</li>
99
+ </ul>
88
100
  <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/config@18.1.1-dev.0...@rxap/config@18.1.1-dev.1">18.1.1-dev.1</a> (2024-06-21)</h2>
89
101
  <p><strong>Note:</strong> Version bump only for package @rxap/config</p>
90
102
  <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/config@18.1.0...@rxap/config@18.1.1-dev.0">18.1.1-dev.0</a> (2024-06-20)</h2>
@@ -117,9 +117,9 @@
117
117
  <li>
118
118
  <b>@angular/core</b> : ^18.0.1</li>
119
119
  <li>
120
- <b>@rxap/environment</b> : ^18.0.3-dev.0</li>
120
+ <b>@rxap/environment</b> : ^18.0.3-dev.2</li>
121
121
  <li>
122
- <b>@rxap/utilities</b> : ^16.2.4-dev.0</li>
122
+ <b>@rxap/utilities</b> : ^16.2.4-dev.1</li>
123
123
  <li>
124
124
  <b>rxjs</b> : ^7.8.1</li>
125
125
  </ul>
@@ -99,7 +99,7 @@
99
99
  <h1>Installation</h1>
100
100
  <p><strong>Add the package to your workspace:</strong></p>
101
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;^18.0.1 &#64;angular/core&#64;^18.0.1 &#64;rxap/environment&#64;^18.0.3-dev.0 &#64;rxap/utilities&#64;^16.2.4-dev.0 rxjs&#64;^7.8.1 </code></pre></div><p><strong>Execute the init generator:</strong></p>
102
+ <b>Example :</b><div><pre class="line-numbers"><code class="language-bash">yarn add &#64;angular/common&#64;^18.0.1 &#64;angular/core&#64;^18.0.1 &#64;rxap/environment&#64;^18.0.3-dev.2 &#64;rxap/utilities&#64;^16.2.4-dev.1 rxjs&#64;^7.8.1 </code></pre></div><p><strong>Execute the init generator:</strong></p>
103
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
104
  <h2>init</h2>
105
105
  <blockquote>
@@ -1150,7 +1150,7 @@
1150
1150
  <tr>
1151
1151
  <td class="col-md-4">
1152
1152
  <span class="modifier-icon icon ion-ios-reset"></span>
1153
- <code>setLocalConfig(config: Config)</code>
1153
+ <code>setLocalConfig(config: <a href="../interfaces/Config.html" target="_self">Config</a>)</code>
1154
1154
  </td>
1155
1155
  </tr>
1156
1156
 
@@ -1181,7 +1181,7 @@
1181
1181
  <tr>
1182
1182
  <td>config</td>
1183
1183
  <td>
1184
- <code>Config</code>
1184
+ <code><a href="../interfaces/Config.html" target="_self" >Config</a></code>
1185
1185
  </td>
1186
1186
 
1187
1187
  <td>
@@ -1331,7 +1331,7 @@
1331
1331
  </tr>
1332
1332
  <tr>
1333
1333
  <td class="col-md-4">
1334
- <i>Type : </i> <code>Config</code>
1334
+ <i>Type : </i> <code><a href="../interfaces/Config.html" target="_self" >Config</a></code>
1335
1335
 
1336
1336
  </td>
1337
1337
  </tr>