@rxap/config 18.1.1-dev.2 → 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 (35) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/README.md +1 -1
  3. package/compodoc/changelog.html +5 -0
  4. package/compodoc/dependencies.html +1 -1
  5. package/compodoc/index.html +1 -1
  6. package/compodoc/interfaces/AppsNavigationConfig.html +49 -1
  7. package/compodoc/interfaces/Config.html +4 -1
  8. package/compodoc/interfaces/LogoConfig.html +4 -1
  9. package/compodoc/interfaces/NavigationConfig.html +4 -1
  10. package/compodoc/interfaces/i18nConfig.html +4 -1
  11. package/compodoc/js/search/search_index.js +2 -2
  12. package/compodoc/properties.html +1 -1
  13. package/docs/assets/search.js +1 -1
  14. package/docs/classes/ConfigLoaderService.html +2 -2
  15. package/docs/classes/ConfigService.html +6 -6
  16. package/docs/classes/ConfigTestingService.html +2 -2
  17. package/docs/documentation.json +295 -264
  18. package/docs/functions/ProvideConfig.html +1 -1
  19. package/docs/index.html +1 -1
  20. package/docs/interfaces/AppsNavigationConfig.html +3 -2
  21. package/docs/interfaces/Config.html +2 -2
  22. package/docs/interfaces/ConfigLoadOptions.html +3 -3
  23. package/docs/interfaces/LogoConfig.html +2 -2
  24. package/docs/interfaces/NavigationConfig.html +2 -2
  25. package/docs/interfaces/i18nConfig.html +2 -2
  26. package/docs/types/AnySchema.html +1 -1
  27. package/docs/types/Join.html +1 -1
  28. package/docs/types/LanguagesConfig.html +1 -1
  29. package/docs/types/Leaves.html +1 -1
  30. package/docs/types/NoInferType.html +1 -1
  31. package/docs/types/Paths.html +1 -1
  32. package/docs/variables/RXAP_CONFIG.html +1 -1
  33. package/esm2022/lib/config.mjs +1 -1
  34. package/lib/config.d.ts +2 -0
  35. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -3,6 +3,12 @@
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
+
6
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)
7
13
 
8
14
  ### Bug Fixes
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.1 @rxap/utilities@^16.2.4-dev.1 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,11 @@
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>
88
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>
89
94
  <h3>Bug Fixes</h3>
90
95
  <ul>
@@ -117,7 +117,7 @@
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.1</li>
120
+ <b>@rxap/environment</b> : ^18.0.3-dev.2</li>
121
121
  <li>
122
122
  <b>@rxap/utilities</b> : ^16.2.4-dev.1</li>
123
123
  <li>
@@ -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.1 &#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>
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>
@@ -161,6 +161,13 @@
161
161
  href
162
162
  </a>
163
163
  </li>
164
+ <li>
165
+ <span class="modifier">Optional</span>
166
+ <a href="#icon"
167
+ >
168
+ icon
169
+ </a>
170
+ </li>
164
171
  <li>
165
172
  <span class="modifier">Optional</span>
166
173
  <a href="#id"
@@ -318,6 +325,44 @@
318
325
 
319
326
 
320
327
 
328
+ </tbody>
329
+ </table>
330
+ <table class="table table-sm table-bordered">
331
+ <tbody>
332
+ <tr>
333
+ <td class="col-md-4">
334
+ <a name="icon"></a>
335
+ <span class="name "><b>icon</b>
336
+ <a href="#icon">
337
+ <span class="icon ion-ios-link"></span>
338
+ </a>
339
+ </span>
340
+ </td>
341
+ </tr>
342
+ <tr>
343
+ <td class="col-md-4">
344
+ <code>icon: <code><a href="../interfaces/Config.html" target="_self" >IconConfig</a></code>
345
+ </code>
346
+ </td>
347
+ </tr>
348
+
349
+
350
+ <tr>
351
+ <td class="col-md-4">
352
+ <i>Type : </i> <code><a href="../interfaces/Config.html" target="_self" >IconConfig</a></code>
353
+
354
+ </td>
355
+ </tr>
356
+
357
+ <tr>
358
+ <td class="col-md-4">
359
+ <i>Optional</i>
360
+ </td>
361
+ </tr>
362
+
363
+
364
+
365
+
321
366
  </tbody>
322
367
  </table>
323
368
  <table class="table table-sm table-bordered">
@@ -543,7 +588,9 @@
543
588
 
544
589
 
545
590
  <div class="tab-pane fade tab-source-code" id="source">
546
- <pre class="line-numbers compodoc-sourcecode"><code class="language-typescript">export interface AppsNavigationConfig {
591
+ <pre class="line-numbers compodoc-sourcecode"><code class="language-typescript">import { IconConfig } from &#x27;@rxap/utilities&#x27;;
592
+
593
+ export interface AppsNavigationConfig {
547
594
  target?: string;
548
595
  image?: string;
549
596
  label: string;
@@ -553,6 +600,7 @@
553
600
  hidden?: boolean;
554
601
  id?: string;
555
602
  permissions: string[];
603
+ icon?: IconConfig;
556
604
  }
557
605
 
558
606
  export interface LogoConfig {
@@ -291,7 +291,9 @@
291
291
 
292
292
 
293
293
  <div class="tab-pane fade tab-source-code" id="source">
294
- <pre class="line-numbers compodoc-sourcecode"><code class="language-typescript">export interface AppsNavigationConfig {
294
+ <pre class="line-numbers compodoc-sourcecode"><code class="language-typescript">import { IconConfig } from &#x27;@rxap/utilities&#x27;;
295
+
296
+ export interface AppsNavigationConfig {
295
297
  target?: string;
296
298
  image?: string;
297
299
  label: string;
@@ -301,6 +303,7 @@
301
303
  hidden?: boolean;
302
304
  id?: string;
303
305
  permissions: string[];
306
+ icon?: IconConfig;
304
307
  }
305
308
 
306
309
  export interface LogoConfig {
@@ -291,7 +291,9 @@
291
291
 
292
292
 
293
293
  <div class="tab-pane fade tab-source-code" id="source">
294
- <pre class="line-numbers compodoc-sourcecode"><code class="language-typescript">export interface AppsNavigationConfig {
294
+ <pre class="line-numbers compodoc-sourcecode"><code class="language-typescript">import { IconConfig } from &#x27;@rxap/utilities&#x27;;
295
+
296
+ export interface AppsNavigationConfig {
295
297
  target?: string;
296
298
  image?: string;
297
299
  label: string;
@@ -301,6 +303,7 @@
301
303
  hidden?: boolean;
302
304
  id?: string;
303
305
  permissions: string[];
306
+ icon?: IconConfig;
304
307
  }
305
308
 
306
309
  export interface LogoConfig {
@@ -426,7 +426,9 @@
426
426
 
427
427
 
428
428
  <div class="tab-pane fade tab-source-code" id="source">
429
- <pre class="line-numbers compodoc-sourcecode"><code class="language-typescript">export interface AppsNavigationConfig {
429
+ <pre class="line-numbers compodoc-sourcecode"><code class="language-typescript">import { IconConfig } from &#x27;@rxap/utilities&#x27;;
430
+
431
+ export interface AppsNavigationConfig {
430
432
  target?: string;
431
433
  image?: string;
432
434
  label: string;
@@ -436,6 +438,7 @@
436
438
  hidden?: boolean;
437
439
  id?: string;
438
440
  permissions: string[];
441
+ icon?: IconConfig;
439
442
  }
440
443
 
441
444
  export interface LogoConfig {
@@ -246,7 +246,9 @@
246
246
 
247
247
 
248
248
  <div class="tab-pane fade tab-source-code" id="source">
249
- <pre class="line-numbers compodoc-sourcecode"><code class="language-typescript">export interface AppsNavigationConfig {
249
+ <pre class="line-numbers compodoc-sourcecode"><code class="language-typescript">import { IconConfig } from &#x27;@rxap/utilities&#x27;;
250
+
251
+ export interface AppsNavigationConfig {
250
252
  target?: string;
251
253
  image?: string;
252
254
  label: string;
@@ -256,6 +258,7 @@
256
258
  hidden?: boolean;
257
259
  id?: string;
258
260
  permissions: string[];
261
+ icon?: IconConfig;
259
262
  }
260
263
 
261
264
  export interface LogoConfig {