@rxap/config 18.1.1-dev.2 → 18.1.1-dev.4

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 +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/interfaces/AppsNavigationConfig.html +56 -2
  7. package/compodoc/interfaces/Config.html +5 -2
  8. package/compodoc/interfaces/LogoConfig.html +5 -2
  9. package/compodoc/interfaces/NavigationConfig.html +5 -2
  10. package/compodoc/interfaces/i18nConfig.html +5 -2
  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 +298 -265
  18. package/docs/functions/ProvideConfig.html +1 -1
  19. package/docs/index.html +1 -1
  20. package/docs/interfaces/AppsNavigationConfig.html +4 -3
  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 +3 -1
  35. 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
+ ## [18.1.1-dev.4](https://gitlab.com/rxap/packages/compare/@rxap/config@18.1.1-dev.3...@rxap/config@18.1.1-dev.4) (2024-06-25)
7
+
8
+ **Note:** Version bump only for package @rxap/config
9
+
10
+ ## [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)
11
+
12
+ ### Bug Fixes
13
+
14
+ - add config property ([9d3517c](https://gitlab.com/rxap/packages/commit/9d3517c9a08fe61e0c3be27c6ba11dcfec9cd934))
15
+
6
16
  ## [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
17
 
8
18
  ### 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,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@18.1.1-dev.3...@rxap/config@18.1.1-dev.4">18.1.1-dev.4</a> (2024-06-25)</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@18.1.1-dev.2...@rxap/config@18.1.1-dev.3">18.1.1-dev.3</a> (2024-06-25)</h2>
91
+ <h3>Bug Fixes</h3>
92
+ <ul>
93
+ <li>add config property (<a href="https://gitlab.com/rxap/packages/commit/9d3517c9a08fe61e0c3be27c6ba11dcfec9cd934">9d3517c</a>)</li>
94
+ </ul>
88
95
  <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
96
  <h3>Bug Fixes</h3>
90
97
  <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"
@@ -182,6 +189,7 @@
182
189
  </a>
183
190
  </li>
184
191
  <li>
192
+ <span class="modifier">Optional</span>
185
193
  <a href="#permissions"
186
194
  >
187
195
  permissions
@@ -318,6 +326,44 @@
318
326
 
319
327
 
320
328
 
329
+ </tbody>
330
+ </table>
331
+ <table class="table table-sm table-bordered">
332
+ <tbody>
333
+ <tr>
334
+ <td class="col-md-4">
335
+ <a name="icon"></a>
336
+ <span class="name "><b>icon</b>
337
+ <a href="#icon">
338
+ <span class="icon ion-ios-link"></span>
339
+ </a>
340
+ </span>
341
+ </td>
342
+ </tr>
343
+ <tr>
344
+ <td class="col-md-4">
345
+ <code>icon: <code><a href="../interfaces/Config.html" target="_self" >IconConfig</a></code>
346
+ </code>
347
+ </td>
348
+ </tr>
349
+
350
+
351
+ <tr>
352
+ <td class="col-md-4">
353
+ <i>Type : </i> <code><a href="../interfaces/Config.html" target="_self" >IconConfig</a></code>
354
+
355
+ </td>
356
+ </tr>
357
+
358
+ <tr>
359
+ <td class="col-md-4">
360
+ <i>Optional</i>
361
+ </td>
362
+ </tr>
363
+
364
+
365
+
366
+
321
367
  </tbody>
322
368
  </table>
323
369
  <table class="table table-sm table-bordered">
@@ -456,6 +502,11 @@
456
502
  </td>
457
503
  </tr>
458
504
 
505
+ <tr>
506
+ <td class="col-md-4">
507
+ <i>Optional</i>
508
+ </td>
509
+ </tr>
459
510
 
460
511
 
461
512
 
@@ -543,7 +594,9 @@
543
594
 
544
595
 
545
596
  <div class="tab-pane fade tab-source-code" id="source">
546
- <pre class="line-numbers compodoc-sourcecode"><code class="language-typescript">export interface AppsNavigationConfig {
597
+ <pre class="line-numbers compodoc-sourcecode"><code class="language-typescript">import { IconConfig } from &#x27;@rxap/utilities&#x27;;
598
+
599
+ export interface AppsNavigationConfig {
547
600
  target?: string;
548
601
  image?: string;
549
602
  label: string;
@@ -552,7 +605,8 @@
552
605
  empty?: false;
553
606
  hidden?: boolean;
554
607
  id?: string;
555
- permissions: string[];
608
+ permissions?: string[];
609
+ icon?: IconConfig;
556
610
  }
557
611
 
558
612
  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;
@@ -300,7 +302,8 @@
300
302
  empty?: false;
301
303
  hidden?: boolean;
302
304
  id?: string;
303
- permissions: string[];
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;
@@ -300,7 +302,8 @@
300
302
  empty?: false;
301
303
  hidden?: boolean;
302
304
  id?: string;
303
- permissions: string[];
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;
@@ -435,7 +437,8 @@
435
437
  empty?: false;
436
438
  hidden?: boolean;
437
439
  id?: string;
438
- permissions: string[];
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;
@@ -255,7 +257,8 @@
255
257
  empty?: false;
256
258
  hidden?: boolean;
257
259
  id?: string;
258
- permissions: string[];
260
+ permissions?: string[];
261
+ icon?: IconConfig;
259
262
  }
260
263
 
261
264
  export interface LogoConfig {