@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.
- package/CHANGELOG.md +6 -0
- package/README.md +1 -1
- package/compodoc/changelog.html +5 -0
- package/compodoc/dependencies.html +1 -1
- package/compodoc/index.html +1 -1
- package/compodoc/interfaces/AppsNavigationConfig.html +49 -1
- package/compodoc/interfaces/Config.html +4 -1
- package/compodoc/interfaces/LogoConfig.html +4 -1
- package/compodoc/interfaces/NavigationConfig.html +4 -1
- package/compodoc/interfaces/i18nConfig.html +4 -1
- package/compodoc/js/search/search_index.js +2 -2
- package/compodoc/properties.html +1 -1
- package/docs/assets/search.js +1 -1
- package/docs/classes/ConfigLoaderService.html +2 -2
- package/docs/classes/ConfigService.html +6 -6
- package/docs/classes/ConfigTestingService.html +2 -2
- package/docs/documentation.json +295 -264
- package/docs/functions/ProvideConfig.html +1 -1
- package/docs/index.html +1 -1
- package/docs/interfaces/AppsNavigationConfig.html +3 -2
- package/docs/interfaces/Config.html +2 -2
- package/docs/interfaces/ConfigLoadOptions.html +3 -3
- package/docs/interfaces/LogoConfig.html +2 -2
- package/docs/interfaces/NavigationConfig.html +2 -2
- package/docs/interfaces/i18nConfig.html +2 -2
- package/docs/types/AnySchema.html +1 -1
- package/docs/types/Join.html +1 -1
- package/docs/types/LanguagesConfig.html +1 -1
- package/docs/types/Leaves.html +1 -1
- package/docs/types/NoInferType.html +1 -1
- package/docs/types/Paths.html +1 -1
- package/docs/variables/RXAP_CONFIG.html +1 -1
- package/esm2022/lib/config.mjs +1 -1
- package/lib/config.d.ts +2 -0
- 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.
|
|
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
|
package/compodoc/changelog.html
CHANGED
|
@@ -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>
|
package/compodoc/index.html
CHANGED
|
@@ -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 @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 @angular/common@^18.0.1 @angular/core@^18.0.1 @rxap/environment@^18.0.3-dev.
|
|
102
|
+
<b>Example :</b><div><pre class="line-numbers"><code class="language-bash">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 </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 @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">
|
|
591
|
+
<pre class="line-numbers compodoc-sourcecode"><code class="language-typescript">import { IconConfig } from '@rxap/utilities';
|
|
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">
|
|
294
|
+
<pre class="line-numbers compodoc-sourcecode"><code class="language-typescript">import { IconConfig } from '@rxap/utilities';
|
|
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">
|
|
294
|
+
<pre class="line-numbers compodoc-sourcecode"><code class="language-typescript">import { IconConfig } from '@rxap/utilities';
|
|
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">
|
|
429
|
+
<pre class="line-numbers compodoc-sourcecode"><code class="language-typescript">import { IconConfig } from '@rxap/utilities';
|
|
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">
|
|
249
|
+
<pre class="line-numbers compodoc-sourcecode"><code class="language-typescript">import { IconConfig } from '@rxap/utilities';
|
|
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 {
|