@rxap/config 19.0.2-dev.1 → 19.0.2-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 +8 -0
- package/README.md +1 -1
- package/compodoc/changelog.html +4 -0
- package/compodoc/dependencies.html +3 -3
- package/compodoc/index.html +1 -1
- package/compodoc/js/search/search_index.js +2 -2
- package/compodoc/properties.html +1 -1
- package/docs/documentation.json +115 -115
- package/docs/html/classes/ConfigLoaderService.html +2 -2
- package/docs/html/classes/ConfigService.html +6 -6
- package/docs/html/classes/ConfigTestingService.html +2 -2
- package/docs/html/functions/ProvideConfig.html +1 -1
- package/docs/html/hierarchy.html +1 -1
- package/docs/html/index.html +3 -3
- package/docs/html/interfaces/AppsNavigationConfig.html +2 -2
- package/docs/html/interfaces/Config.html +2 -2
- package/docs/html/interfaces/ConfigLoadOptions.html +3 -3
- package/docs/html/interfaces/LogoConfig.html +2 -2
- package/docs/html/interfaces/NavigationConfig.html +2 -2
- package/docs/html/interfaces/Oauth2Config.html +2 -2
- package/docs/html/interfaces/i18nConfig.html +2 -2
- package/docs/html/modules.html +1 -1
- package/docs/html/types/AnySchema.html +1 -1
- package/docs/html/types/Join.html +1 -1
- package/docs/html/types/LanguagesConfig.html +1 -1
- package/docs/html/types/Leaves.html +1 -1
- package/docs/html/types/NoInferType.html +1 -1
- package/docs/html/types/Paths.html +1 -1
- package/docs/html/variables/RXAP_CONFIG.html +1 -1
- package/docs/markdown/README.md +2 -2
- package/docs/markdown/classes/ConfigLoaderService.md +7 -7
- package/docs/markdown/classes/ConfigService.md +22 -22
- package/docs/markdown/classes/ConfigTestingService.md +8 -8
- package/docs/markdown/functions/ProvideConfig.md +2 -2
- package/docs/markdown/globals.md +2 -2
- package/docs/markdown/interfaces/AppsNavigationConfig.md +12 -12
- package/docs/markdown/interfaces/Config.md +6 -6
- package/docs/markdown/interfaces/ConfigLoadOptions.md +7 -7
- package/docs/markdown/interfaces/LogoConfig.md +5 -5
- package/docs/markdown/interfaces/NavigationConfig.md +8 -8
- package/docs/markdown/interfaces/Oauth2Config.md +3 -3
- package/docs/markdown/interfaces/i18nConfig.md +4 -4
- package/docs/markdown/type-aliases/AnySchema.md +2 -2
- package/docs/markdown/type-aliases/Join.md +2 -2
- package/docs/markdown/type-aliases/LanguagesConfig.md +2 -2
- package/docs/markdown/type-aliases/Leaves.md +2 -2
- package/docs/markdown/type-aliases/NoInferType.md +2 -2
- package/docs/markdown/type-aliases/Paths.md +2 -2
- package/docs/markdown/variables/RXAP_CONFIG.md +2 -2
- package/docs/wiki/Class.ConfigLoaderService.md +6 -6
- package/docs/wiki/Class.ConfigService.md +21 -21
- package/docs/wiki/Class.ConfigTestingService.md +7 -7
- package/docs/wiki/Function.ProvideConfig.md +1 -1
- package/docs/wiki/Home.md +1 -1
- package/docs/wiki/Interface.AppsNavigationConfig.md +11 -11
- package/docs/wiki/Interface.Config.md +5 -5
- package/docs/wiki/Interface.ConfigLoadOptions.md +6 -6
- package/docs/wiki/Interface.LogoConfig.md +4 -4
- package/docs/wiki/Interface.NavigationConfig.md +7 -7
- package/docs/wiki/Interface.Oauth2Config.md +2 -2
- package/docs/wiki/Interface.i18nConfig.md +3 -3
- package/docs/wiki/TypeAlias.AnySchema.md +1 -1
- package/docs/wiki/TypeAlias.Join.md +1 -1
- package/docs/wiki/TypeAlias.LanguagesConfig.md +1 -1
- package/docs/wiki/TypeAlias.Leaves.md +1 -1
- package/docs/wiki/TypeAlias.NoInferType.md +1 -1
- package/docs/wiki/TypeAlias.Paths.md +1 -1
- package/docs/wiki/Variable.RXAP_CONFIG.md +1 -1
- package/docs/wiki/globals.md +1 -1
- package/package.json +7 -7
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
[**@rxap/config v19.0.2-dev.
|
|
1
|
+
[**@rxap/config v19.0.2-dev.3**](../README.md)
|
|
2
2
|
|
|
3
3
|
***
|
|
4
4
|
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
# Class: ConfigLoaderService
|
|
8
8
|
|
|
9
|
-
Defined in: [config-loader.service.ts:16](https://gitlab.com/rxap/packages/-/blob/
|
|
9
|
+
Defined in: [config-loader.service.ts:16](https://gitlab.com/rxap/packages/-/blob/2285a983e818fd8092add2d1f91bf248f42298ff/packages/angular/config/src/lib/config-loader.service.ts#L16)
|
|
10
10
|
|
|
11
11
|
## Constructors
|
|
12
12
|
|
|
@@ -14,7 +14,7 @@ Defined in: [config-loader.service.ts:16](https://gitlab.com/rxap/packages/-/blo
|
|
|
14
14
|
|
|
15
15
|
> **new ConfigLoaderService**(`http`): [`ConfigLoaderService`](ConfigLoaderService.md)
|
|
16
16
|
|
|
17
|
-
Defined in: [config-loader.service.ts:21](https://gitlab.com/rxap/packages/-/blob/
|
|
17
|
+
Defined in: [config-loader.service.ts:21](https://gitlab.com/rxap/packages/-/blob/2285a983e818fd8092add2d1f91bf248f42298ff/packages/angular/config/src/lib/config-loader.service.ts#L21)
|
|
18
18
|
|
|
19
19
|
#### Parameters
|
|
20
20
|
|
|
@@ -32,7 +32,7 @@ Defined in: [config-loader.service.ts:21](https://gitlab.com/rxap/packages/-/blo
|
|
|
32
32
|
|
|
33
33
|
> `readonly` **configLoading**: `Map`\<`string`, `Observable`\<`any`\>\>
|
|
34
34
|
|
|
35
|
-
Defined in: [config-loader.service.ts:19](https://gitlab.com/rxap/packages/-/blob/
|
|
35
|
+
Defined in: [config-loader.service.ts:19](https://gitlab.com/rxap/packages/-/blob/2285a983e818fd8092add2d1f91bf248f42298ff/packages/angular/config/src/lib/config-loader.service.ts#L19)
|
|
36
36
|
|
|
37
37
|
***
|
|
38
38
|
|
|
@@ -40,7 +40,7 @@ Defined in: [config-loader.service.ts:19](https://gitlab.com/rxap/packages/-/blo
|
|
|
40
40
|
|
|
41
41
|
> `readonly` **configs**: `Map`\<`string`, `any`\>
|
|
42
42
|
|
|
43
|
-
Defined in: [config-loader.service.ts:17](https://gitlab.com/rxap/packages/-/blob/
|
|
43
|
+
Defined in: [config-loader.service.ts:17](https://gitlab.com/rxap/packages/-/blob/2285a983e818fd8092add2d1f91bf248f42298ff/packages/angular/config/src/lib/config-loader.service.ts#L17)
|
|
44
44
|
|
|
45
45
|
***
|
|
46
46
|
|
|
@@ -48,7 +48,7 @@ Defined in: [config-loader.service.ts:17](https://gitlab.com/rxap/packages/-/blo
|
|
|
48
48
|
|
|
49
49
|
> `readonly` **http**: `HttpClient`
|
|
50
50
|
|
|
51
|
-
Defined in: [config-loader.service.ts:23](https://gitlab.com/rxap/packages/-/blob/
|
|
51
|
+
Defined in: [config-loader.service.ts:23](https://gitlab.com/rxap/packages/-/blob/2285a983e818fd8092add2d1f91bf248f42298ff/packages/angular/config/src/lib/config-loader.service.ts#L23)
|
|
52
52
|
|
|
53
53
|
## Methods
|
|
54
54
|
|
|
@@ -56,7 +56,7 @@ Defined in: [config-loader.service.ts:23](https://gitlab.com/rxap/packages/-/blo
|
|
|
56
56
|
|
|
57
57
|
> **load$**\<`T`\>(`url`): `Promise`\<`T`\>
|
|
58
58
|
|
|
59
|
-
Defined in: [config-loader.service.ts:27](https://gitlab.com/rxap/packages/-/blob/
|
|
59
|
+
Defined in: [config-loader.service.ts:27](https://gitlab.com/rxap/packages/-/blob/2285a983e818fd8092add2d1f91bf248f42298ff/packages/angular/config/src/lib/config-loader.service.ts#L27)
|
|
60
60
|
|
|
61
61
|
#### Type Parameters
|
|
62
62
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
[**@rxap/config v19.0.2-dev.
|
|
1
|
+
[**@rxap/config v19.0.2-dev.3**](../README.md)
|
|
2
2
|
|
|
3
3
|
***
|
|
4
4
|
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
# Class: ConfigService\<Config\>
|
|
8
8
|
|
|
9
|
-
Defined in: [config.service.ts:32](https://gitlab.com/rxap/packages/-/blob/
|
|
9
|
+
Defined in: [config.service.ts:32](https://gitlab.com/rxap/packages/-/blob/2285a983e818fd8092add2d1f91bf248f42298ff/packages/angular/config/src/lib/config.service.ts#L32)
|
|
10
10
|
|
|
11
11
|
## Type Parameters
|
|
12
12
|
|
|
@@ -18,7 +18,7 @@ Defined in: [config.service.ts:32](https://gitlab.com/rxap/packages/-/blob/80581
|
|
|
18
18
|
|
|
19
19
|
> **new ConfigService**\<`Config`\>(`config`): [`ConfigService`](ConfigService.md)\<`Config`\>
|
|
20
20
|
|
|
21
|
-
Defined in: [config.service.ts:63](https://gitlab.com/rxap/packages/-/blob/
|
|
21
|
+
Defined in: [config.service.ts:63](https://gitlab.com/rxap/packages/-/blob/2285a983e818fd8092add2d1f91bf248f42298ff/packages/angular/config/src/lib/config.service.ts#L63)
|
|
22
22
|
|
|
23
23
|
#### Parameters
|
|
24
24
|
|
|
@@ -36,7 +36,7 @@ Defined in: [config.service.ts:63](https://gitlab.com/rxap/packages/-/blob/80581
|
|
|
36
36
|
|
|
37
37
|
> `readonly` **config**: `Config`
|
|
38
38
|
|
|
39
|
-
Defined in: [config.service.ts:61](https://gitlab.com/rxap/packages/-/blob/
|
|
39
|
+
Defined in: [config.service.ts:61](https://gitlab.com/rxap/packages/-/blob/2285a983e818fd8092add2d1f91bf248f42298ff/packages/angular/config/src/lib/config.service.ts#L61)
|
|
40
40
|
|
|
41
41
|
***
|
|
42
42
|
|
|
@@ -44,7 +44,7 @@ Defined in: [config.service.ts:61](https://gitlab.com/rxap/packages/-/blob/80581
|
|
|
44
44
|
|
|
45
45
|
> `static` **Config**: `any` = `null`
|
|
46
46
|
|
|
47
|
-
Defined in: [config.service.ts:40](https://gitlab.com/rxap/packages/-/blob/
|
|
47
|
+
Defined in: [config.service.ts:40](https://gitlab.com/rxap/packages/-/blob/2285a983e818fd8092add2d1f91bf248f42298ff/packages/angular/config/src/lib/config.service.ts#L40)
|
|
48
48
|
|
|
49
49
|
***
|
|
50
50
|
|
|
@@ -52,7 +52,7 @@ Defined in: [config.service.ts:40](https://gitlab.com/rxap/packages/-/blob/80581
|
|
|
52
52
|
|
|
53
53
|
> `static` **Defaults**: `any` = `{}`
|
|
54
54
|
|
|
55
|
-
Defined in: [config.service.ts:47](https://gitlab.com/rxap/packages/-/blob/
|
|
55
|
+
Defined in: [config.service.ts:47](https://gitlab.com/rxap/packages/-/blob/2285a983e818fd8092add2d1f91bf248f42298ff/packages/angular/config/src/lib/config.service.ts#L47)
|
|
56
56
|
|
|
57
57
|
Static default values for the config object.
|
|
58
58
|
Will be overwritten by an dynamic config file specified in
|
|
@@ -64,7 +64,7 @@ the Urls array.
|
|
|
64
64
|
|
|
65
65
|
> `static` **LocalStorageKey**: `string` = `'rxap/config/local-config'`
|
|
66
66
|
|
|
67
|
-
Defined in: [config.service.ts:55](https://gitlab.com/rxap/packages/-/blob/
|
|
67
|
+
Defined in: [config.service.ts:55](https://gitlab.com/rxap/packages/-/blob/2285a983e818fd8092add2d1f91bf248f42298ff/packages/angular/config/src/lib/config.service.ts#L55)
|
|
68
68
|
|
|
69
69
|
***
|
|
70
70
|
|
|
@@ -72,7 +72,7 @@ Defined in: [config.service.ts:55](https://gitlab.com/rxap/packages/-/blob/80581
|
|
|
72
72
|
|
|
73
73
|
> `static` **onError**: `ReplaySubject`\<`unknown`\>
|
|
74
74
|
|
|
75
|
-
Defined in: [config.service.ts:34](https://gitlab.com/rxap/packages/-/blob/
|
|
75
|
+
Defined in: [config.service.ts:34](https://gitlab.com/rxap/packages/-/blob/2285a983e818fd8092add2d1f91bf248f42298ff/packages/angular/config/src/lib/config.service.ts#L34)
|
|
76
76
|
|
|
77
77
|
***
|
|
78
78
|
|
|
@@ -80,7 +80,7 @@ Defined in: [config.service.ts:34](https://gitlab.com/rxap/packages/-/blob/80581
|
|
|
80
80
|
|
|
81
81
|
> `static` **onErrorFnc**: (`error`) => `void`[] = `[]`
|
|
82
82
|
|
|
83
|
-
Defined in: [config.service.ts:37](https://gitlab.com/rxap/packages/-/blob/
|
|
83
|
+
Defined in: [config.service.ts:37](https://gitlab.com/rxap/packages/-/blob/2285a983e818fd8092add2d1f91bf248f42298ff/packages/angular/config/src/lib/config.service.ts#L37)
|
|
84
84
|
|
|
85
85
|
#### Parameters
|
|
86
86
|
|
|
@@ -98,7 +98,7 @@ Defined in: [config.service.ts:37](https://gitlab.com/rxap/packages/-/blob/80581
|
|
|
98
98
|
|
|
99
99
|
> `static` **onRequestError**: `ReplaySubject`\<`Response`\>
|
|
100
100
|
|
|
101
|
-
Defined in: [config.service.ts:35](https://gitlab.com/rxap/packages/-/blob/
|
|
101
|
+
Defined in: [config.service.ts:35](https://gitlab.com/rxap/packages/-/blob/2285a983e818fd8092add2d1f91bf248f42298ff/packages/angular/config/src/lib/config.service.ts#L35)
|
|
102
102
|
|
|
103
103
|
***
|
|
104
104
|
|
|
@@ -106,7 +106,7 @@ Defined in: [config.service.ts:35](https://gitlab.com/rxap/packages/-/blob/80581
|
|
|
106
106
|
|
|
107
107
|
> `static` **onRequestErrorFnc**: (`response`) => `void`[] = `[]`
|
|
108
108
|
|
|
109
|
-
Defined in: [config.service.ts:38](https://gitlab.com/rxap/packages/-/blob/
|
|
109
|
+
Defined in: [config.service.ts:38](https://gitlab.com/rxap/packages/-/blob/2285a983e818fd8092add2d1f91bf248f42298ff/packages/angular/config/src/lib/config.service.ts#L38)
|
|
110
110
|
|
|
111
111
|
#### Parameters
|
|
112
112
|
|
|
@@ -124,7 +124,7 @@ Defined in: [config.service.ts:38](https://gitlab.com/rxap/packages/-/blob/80581
|
|
|
124
124
|
|
|
125
125
|
> `static` **Overwrites**: `any` = `{}`
|
|
126
126
|
|
|
127
|
-
Defined in: [config.service.ts:53](https://gitlab.com/rxap/packages/-/blob/
|
|
127
|
+
Defined in: [config.service.ts:53](https://gitlab.com/rxap/packages/-/blob/2285a983e818fd8092add2d1f91bf248f42298ff/packages/angular/config/src/lib/config.service.ts#L53)
|
|
128
128
|
|
|
129
129
|
Any value definition in the Overwrites object will overwrite any
|
|
130
130
|
value form the Defaults values or dynamic config files
|
|
@@ -135,7 +135,7 @@ value form the Defaults values or dynamic config files
|
|
|
135
135
|
|
|
136
136
|
> `static` **Urls**: `never`[] = `[]`
|
|
137
137
|
|
|
138
|
-
Defined in: [config.service.ts:60](https://gitlab.com/rxap/packages/-/blob/
|
|
138
|
+
Defined in: [config.service.ts:60](https://gitlab.com/rxap/packages/-/blob/2285a983e818fd8092add2d1f91bf248f42298ff/packages/angular/config/src/lib/config.service.ts#L60)
|
|
139
139
|
|
|
140
140
|
#### Deprecated
|
|
141
141
|
|
|
@@ -147,7 +147,7 @@ instead use the url property of the ConfigLoadOptions
|
|
|
147
147
|
|
|
148
148
|
> **clearLocalConfig**(): `void`
|
|
149
149
|
|
|
150
|
-
Defined in: [config.service.ts:346](https://gitlab.com/rxap/packages/-/blob/
|
|
150
|
+
Defined in: [config.service.ts:346](https://gitlab.com/rxap/packages/-/blob/2285a983e818fd8092add2d1f91bf248f42298ff/packages/angular/config/src/lib/config.service.ts#L346)
|
|
151
151
|
|
|
152
152
|
#### Returns
|
|
153
153
|
|
|
@@ -161,7 +161,7 @@ Defined in: [config.service.ts:346](https://gitlab.com/rxap/packages/-/blob/8058
|
|
|
161
161
|
|
|
162
162
|
> **get**\<`T`\>(`propertyPath`): `undefined` \| `T`
|
|
163
163
|
|
|
164
|
-
Defined in: [config.service.ts:350](https://gitlab.com/rxap/packages/-/blob/
|
|
164
|
+
Defined in: [config.service.ts:350](https://gitlab.com/rxap/packages/-/blob/2285a983e818fd8092add2d1f91bf248f42298ff/packages/angular/config/src/lib/config.service.ts#L350)
|
|
165
165
|
|
|
166
166
|
##### Type Parameters
|
|
167
167
|
|
|
@@ -181,7 +181,7 @@ Defined in: [config.service.ts:350](https://gitlab.com/rxap/packages/-/blob/8058
|
|
|
181
181
|
|
|
182
182
|
> **get**\<`T`\>(`propertyPath`, `defaultValue`): `T`
|
|
183
183
|
|
|
184
|
-
Defined in: [config.service.ts:351](https://gitlab.com/rxap/packages/-/blob/
|
|
184
|
+
Defined in: [config.service.ts:351](https://gitlab.com/rxap/packages/-/blob/2285a983e818fd8092add2d1f91bf248f42298ff/packages/angular/config/src/lib/config.service.ts#L351)
|
|
185
185
|
|
|
186
186
|
##### Type Parameters
|
|
187
187
|
|
|
@@ -209,7 +209,7 @@ Defined in: [config.service.ts:351](https://gitlab.com/rxap/packages/-/blob/8058
|
|
|
209
209
|
|
|
210
210
|
> **getOrThrow**\<`T`\>(`propertyPath`): `T`
|
|
211
211
|
|
|
212
|
-
Defined in: [config.service.ts:356](https://gitlab.com/rxap/packages/-/blob/
|
|
212
|
+
Defined in: [config.service.ts:356](https://gitlab.com/rxap/packages/-/blob/2285a983e818fd8092add2d1f91bf248f42298ff/packages/angular/config/src/lib/config.service.ts#L356)
|
|
213
213
|
|
|
214
214
|
##### Type Parameters
|
|
215
215
|
|
|
@@ -229,7 +229,7 @@ Defined in: [config.service.ts:356](https://gitlab.com/rxap/packages/-/blob/8058
|
|
|
229
229
|
|
|
230
230
|
> **getOrThrow**\<`T`\>(`propertyPath`, `defaultValue`): `T`
|
|
231
231
|
|
|
232
|
-
Defined in: [config.service.ts:357](https://gitlab.com/rxap/packages/-/blob/
|
|
232
|
+
Defined in: [config.service.ts:357](https://gitlab.com/rxap/packages/-/blob/2285a983e818fd8092add2d1f91bf248f42298ff/packages/angular/config/src/lib/config.service.ts#L357)
|
|
233
233
|
|
|
234
234
|
##### Type Parameters
|
|
235
235
|
|
|
@@ -255,7 +255,7 @@ Defined in: [config.service.ts:357](https://gitlab.com/rxap/packages/-/blob/8058
|
|
|
255
255
|
|
|
256
256
|
> **setLocalConfig**(`config`): `void`
|
|
257
257
|
|
|
258
|
-
Defined in: [config.service.ts:342](https://gitlab.com/rxap/packages/-/blob/
|
|
258
|
+
Defined in: [config.service.ts:342](https://gitlab.com/rxap/packages/-/blob/2285a983e818fd8092add2d1f91bf248f42298ff/packages/angular/config/src/lib/config.service.ts#L342)
|
|
259
259
|
|
|
260
260
|
#### Parameters
|
|
261
261
|
|
|
@@ -273,7 +273,7 @@ Defined in: [config.service.ts:342](https://gitlab.com/rxap/packages/-/blob/8058
|
|
|
273
273
|
|
|
274
274
|
> `static` **Get**\<`T`, `K`\>(`path`, `defaultValue`, `config`): `T`
|
|
275
275
|
|
|
276
|
-
Defined in: [config.service.ts:283](https://gitlab.com/rxap/packages/-/blob/
|
|
276
|
+
Defined in: [config.service.ts:283](https://gitlab.com/rxap/packages/-/blob/2285a983e818fd8092add2d1f91bf248f42298ff/packages/angular/config/src/lib/config.service.ts#L283)
|
|
277
277
|
|
|
278
278
|
#### Type Parameters
|
|
279
279
|
|
|
@@ -305,7 +305,7 @@ Defined in: [config.service.ts:283](https://gitlab.com/rxap/packages/-/blob/8058
|
|
|
305
305
|
|
|
306
306
|
> `static` **Load**(`options`?, `environment`?): `Promise`\<`void`\>
|
|
307
307
|
|
|
308
|
-
Defined in: [config.service.ts:81](https://gitlab.com/rxap/packages/-/blob/
|
|
308
|
+
Defined in: [config.service.ts:81](https://gitlab.com/rxap/packages/-/blob/2285a983e818fd8092add2d1f91bf248f42298ff/packages/angular/config/src/lib/config.service.ts#L81)
|
|
309
309
|
|
|
310
310
|
Used to load the app config from a remote resource.
|
|
311
311
|
|
|
@@ -333,7 +333,7 @@ Promise.all([ ConfigService.Load() ])
|
|
|
333
333
|
|
|
334
334
|
> `static` **SideLoad**(`url`, `propertyPath`, `required`?, `schema`?): `Promise`\<`void`\>
|
|
335
335
|
|
|
336
|
-
Defined in: [config.service.ts:264](https://gitlab.com/rxap/packages/-/blob/
|
|
336
|
+
Defined in: [config.service.ts:264](https://gitlab.com/rxap/packages/-/blob/2285a983e818fd8092add2d1f91bf248f42298ff/packages/angular/config/src/lib/config.service.ts#L264)
|
|
337
337
|
|
|
338
338
|
#### Parameters
|
|
339
339
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
[**@rxap/config v19.0.2-dev.
|
|
1
|
+
[**@rxap/config v19.0.2-dev.3**](../README.md)
|
|
2
2
|
|
|
3
3
|
***
|
|
4
4
|
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
# Class: ConfigTestingService
|
|
8
8
|
|
|
9
|
-
Defined in: [config-testing-service.ts:9](https://gitlab.com/rxap/packages/-/blob/
|
|
9
|
+
Defined in: [config-testing-service.ts:9](https://gitlab.com/rxap/packages/-/blob/2285a983e818fd8092add2d1f91bf248f42298ff/packages/angular/config/src/lib/config-testing-service.ts#L9)
|
|
10
10
|
|
|
11
11
|
## Implements
|
|
12
12
|
|
|
@@ -28,7 +28,7 @@ Defined in: [config-testing-service.ts:9](https://gitlab.com/rxap/packages/-/blo
|
|
|
28
28
|
|
|
29
29
|
> `readonly` **config**: `Record`\<`string`, `any`\> = `{}`
|
|
30
30
|
|
|
31
|
-
Defined in: [config-testing-service.ts:10](https://gitlab.com/rxap/packages/-/blob/
|
|
31
|
+
Defined in: [config-testing-service.ts:10](https://gitlab.com/rxap/packages/-/blob/2285a983e818fd8092add2d1f91bf248f42298ff/packages/angular/config/src/lib/config-testing-service.ts#L10)
|
|
32
32
|
|
|
33
33
|
#### Implementation of
|
|
34
34
|
|
|
@@ -40,7 +40,7 @@ Defined in: [config-testing-service.ts:10](https://gitlab.com/rxap/packages/-/bl
|
|
|
40
40
|
|
|
41
41
|
> **clearLocalConfig**(): `void`
|
|
42
42
|
|
|
43
|
-
Defined in: [config-testing-service.ts:13](https://gitlab.com/rxap/packages/-/blob/
|
|
43
|
+
Defined in: [config-testing-service.ts:13](https://gitlab.com/rxap/packages/-/blob/2285a983e818fd8092add2d1f91bf248f42298ff/packages/angular/config/src/lib/config-testing-service.ts#L13)
|
|
44
44
|
|
|
45
45
|
#### Returns
|
|
46
46
|
|
|
@@ -56,7 +56,7 @@ Defined in: [config-testing-service.ts:13](https://gitlab.com/rxap/packages/-/bl
|
|
|
56
56
|
|
|
57
57
|
> **get**\<`T`\>(`propertyPath`, `defaultValue`?): `undefined` \| `T`
|
|
58
58
|
|
|
59
|
-
Defined in: [config-testing-service.ts:20](https://gitlab.com/rxap/packages/-/blob/
|
|
59
|
+
Defined in: [config-testing-service.ts:20](https://gitlab.com/rxap/packages/-/blob/2285a983e818fd8092add2d1f91bf248f42298ff/packages/angular/config/src/lib/config-testing-service.ts#L20)
|
|
60
60
|
|
|
61
61
|
#### Type Parameters
|
|
62
62
|
|
|
@@ -86,7 +86,7 @@ Defined in: [config-testing-service.ts:20](https://gitlab.com/rxap/packages/-/bl
|
|
|
86
86
|
|
|
87
87
|
> **getOrThrow**\<`T`\>(`propertyPath`): `T`
|
|
88
88
|
|
|
89
|
-
Defined in: [config-testing-service.ts:24](https://gitlab.com/rxap/packages/-/blob/
|
|
89
|
+
Defined in: [config-testing-service.ts:24](https://gitlab.com/rxap/packages/-/blob/2285a983e818fd8092add2d1f91bf248f42298ff/packages/angular/config/src/lib/config-testing-service.ts#L24)
|
|
90
90
|
|
|
91
91
|
#### Type Parameters
|
|
92
92
|
|
|
@@ -112,7 +112,7 @@ Defined in: [config-testing-service.ts:24](https://gitlab.com/rxap/packages/-/bl
|
|
|
112
112
|
|
|
113
113
|
> **set**\<`T`\>(`propertyPath`, `value`): `void`
|
|
114
114
|
|
|
115
|
-
Defined in: [config-testing-service.ts:16](https://gitlab.com/rxap/packages/-/blob/
|
|
115
|
+
Defined in: [config-testing-service.ts:16](https://gitlab.com/rxap/packages/-/blob/2285a983e818fd8092add2d1f91bf248f42298ff/packages/angular/config/src/lib/config-testing-service.ts#L16)
|
|
116
116
|
|
|
117
117
|
#### Type Parameters
|
|
118
118
|
|
|
@@ -138,7 +138,7 @@ Defined in: [config-testing-service.ts:16](https://gitlab.com/rxap/packages/-/bl
|
|
|
138
138
|
|
|
139
139
|
> **setLocalConfig**(`config`): `void`
|
|
140
140
|
|
|
141
|
-
Defined in: [config-testing-service.ts:33](https://gitlab.com/rxap/packages/-/blob/
|
|
141
|
+
Defined in: [config-testing-service.ts:33](https://gitlab.com/rxap/packages/-/blob/2285a983e818fd8092add2d1f91bf248f42298ff/packages/angular/config/src/lib/config-testing-service.ts#L33)
|
|
142
142
|
|
|
143
143
|
#### Parameters
|
|
144
144
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
[**@rxap/config v19.0.2-dev.
|
|
1
|
+
[**@rxap/config v19.0.2-dev.3**](../README.md)
|
|
2
2
|
|
|
3
3
|
***
|
|
4
4
|
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
|
|
9
9
|
> **ProvideConfig**(`config`): `object`
|
|
10
10
|
|
|
11
|
-
Defined in: [provide-config.ts:3](https://gitlab.com/rxap/packages/-/blob/
|
|
11
|
+
Defined in: [provide-config.ts:3](https://gitlab.com/rxap/packages/-/blob/2285a983e818fd8092add2d1f91bf248f42298ff/packages/angular/config/src/lib/provide-config.ts#L3)
|
|
12
12
|
|
|
13
13
|
## Parameters
|
|
14
14
|
|
package/docs/markdown/globals.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
[**@rxap/config v19.0.2-dev.
|
|
1
|
+
[**@rxap/config v19.0.2-dev.3**](../README.md)
|
|
2
2
|
|
|
3
3
|
***
|
|
4
4
|
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
# Interface: AppsNavigationConfig
|
|
8
8
|
|
|
9
|
-
Defined in: [config.ts:3](https://gitlab.com/rxap/packages/-/blob/
|
|
9
|
+
Defined in: [config.ts:3](https://gitlab.com/rxap/packages/-/blob/2285a983e818fd8092add2d1f91bf248f42298ff/packages/angular/config/src/lib/config.ts#L3)
|
|
10
10
|
|
|
11
11
|
## Properties
|
|
12
12
|
|
|
@@ -14,7 +14,7 @@ Defined in: [config.ts:3](https://gitlab.com/rxap/packages/-/blob/8058138ff98d9e
|
|
|
14
14
|
|
|
15
15
|
> `optional` **empty**: `false`
|
|
16
16
|
|
|
17
|
-
Defined in: [config.ts:9](https://gitlab.com/rxap/packages/-/blob/
|
|
17
|
+
Defined in: [config.ts:9](https://gitlab.com/rxap/packages/-/blob/2285a983e818fd8092add2d1f91bf248f42298ff/packages/angular/config/src/lib/config.ts#L9)
|
|
18
18
|
|
|
19
19
|
***
|
|
20
20
|
|
|
@@ -22,7 +22,7 @@ Defined in: [config.ts:9](https://gitlab.com/rxap/packages/-/blob/8058138ff98d9e
|
|
|
22
22
|
|
|
23
23
|
> `optional` **hidden**: `boolean`
|
|
24
24
|
|
|
25
|
-
Defined in: [config.ts:10](https://gitlab.com/rxap/packages/-/blob/
|
|
25
|
+
Defined in: [config.ts:10](https://gitlab.com/rxap/packages/-/blob/2285a983e818fd8092add2d1f91bf248f42298ff/packages/angular/config/src/lib/config.ts#L10)
|
|
26
26
|
|
|
27
27
|
***
|
|
28
28
|
|
|
@@ -30,7 +30,7 @@ Defined in: [config.ts:10](https://gitlab.com/rxap/packages/-/blob/8058138ff98d9
|
|
|
30
30
|
|
|
31
31
|
> `optional` **href**: `string`
|
|
32
32
|
|
|
33
|
-
Defined in: [config.ts:7](https://gitlab.com/rxap/packages/-/blob/
|
|
33
|
+
Defined in: [config.ts:7](https://gitlab.com/rxap/packages/-/blob/2285a983e818fd8092add2d1f91bf248f42298ff/packages/angular/config/src/lib/config.ts#L7)
|
|
34
34
|
|
|
35
35
|
***
|
|
36
36
|
|
|
@@ -38,7 +38,7 @@ Defined in: [config.ts:7](https://gitlab.com/rxap/packages/-/blob/8058138ff98d9e
|
|
|
38
38
|
|
|
39
39
|
> `optional` **icon**: `IconConfig`
|
|
40
40
|
|
|
41
|
-
Defined in: [config.ts:13](https://gitlab.com/rxap/packages/-/blob/
|
|
41
|
+
Defined in: [config.ts:13](https://gitlab.com/rxap/packages/-/blob/2285a983e818fd8092add2d1f91bf248f42298ff/packages/angular/config/src/lib/config.ts#L13)
|
|
42
42
|
|
|
43
43
|
***
|
|
44
44
|
|
|
@@ -46,7 +46,7 @@ Defined in: [config.ts:13](https://gitlab.com/rxap/packages/-/blob/8058138ff98d9
|
|
|
46
46
|
|
|
47
47
|
> `optional` **id**: `string`
|
|
48
48
|
|
|
49
|
-
Defined in: [config.ts:11](https://gitlab.com/rxap/packages/-/blob/
|
|
49
|
+
Defined in: [config.ts:11](https://gitlab.com/rxap/packages/-/blob/2285a983e818fd8092add2d1f91bf248f42298ff/packages/angular/config/src/lib/config.ts#L11)
|
|
50
50
|
|
|
51
51
|
***
|
|
52
52
|
|
|
@@ -54,7 +54,7 @@ Defined in: [config.ts:11](https://gitlab.com/rxap/packages/-/blob/8058138ff98d9
|
|
|
54
54
|
|
|
55
55
|
> `optional` **image**: `string`
|
|
56
56
|
|
|
57
|
-
Defined in: [config.ts:5](https://gitlab.com/rxap/packages/-/blob/
|
|
57
|
+
Defined in: [config.ts:5](https://gitlab.com/rxap/packages/-/blob/2285a983e818fd8092add2d1f91bf248f42298ff/packages/angular/config/src/lib/config.ts#L5)
|
|
58
58
|
|
|
59
59
|
***
|
|
60
60
|
|
|
@@ -62,7 +62,7 @@ Defined in: [config.ts:5](https://gitlab.com/rxap/packages/-/blob/8058138ff98d9e
|
|
|
62
62
|
|
|
63
63
|
> **label**: `string`
|
|
64
64
|
|
|
65
|
-
Defined in: [config.ts:6](https://gitlab.com/rxap/packages/-/blob/
|
|
65
|
+
Defined in: [config.ts:6](https://gitlab.com/rxap/packages/-/blob/2285a983e818fd8092add2d1f91bf248f42298ff/packages/angular/config/src/lib/config.ts#L6)
|
|
66
66
|
|
|
67
67
|
***
|
|
68
68
|
|
|
@@ -70,7 +70,7 @@ Defined in: [config.ts:6](https://gitlab.com/rxap/packages/-/blob/8058138ff98d9e
|
|
|
70
70
|
|
|
71
71
|
> `optional` **permissions**: `string`[]
|
|
72
72
|
|
|
73
|
-
Defined in: [config.ts:12](https://gitlab.com/rxap/packages/-/blob/
|
|
73
|
+
Defined in: [config.ts:12](https://gitlab.com/rxap/packages/-/blob/2285a983e818fd8092add2d1f91bf248f42298ff/packages/angular/config/src/lib/config.ts#L12)
|
|
74
74
|
|
|
75
75
|
***
|
|
76
76
|
|
|
@@ -78,7 +78,7 @@ Defined in: [config.ts:12](https://gitlab.com/rxap/packages/-/blob/8058138ff98d9
|
|
|
78
78
|
|
|
79
79
|
> `optional` **routerLink**: `string`[]
|
|
80
80
|
|
|
81
|
-
Defined in: [config.ts:8](https://gitlab.com/rxap/packages/-/blob/
|
|
81
|
+
Defined in: [config.ts:8](https://gitlab.com/rxap/packages/-/blob/2285a983e818fd8092add2d1f91bf248f42298ff/packages/angular/config/src/lib/config.ts#L8)
|
|
82
82
|
|
|
83
83
|
***
|
|
84
84
|
|
|
@@ -86,4 +86,4 @@ Defined in: [config.ts:8](https://gitlab.com/rxap/packages/-/blob/8058138ff98d9e
|
|
|
86
86
|
|
|
87
87
|
> `optional` **target**: `string`
|
|
88
88
|
|
|
89
|
-
Defined in: [config.ts:4](https://gitlab.com/rxap/packages/-/blob/
|
|
89
|
+
Defined in: [config.ts:4](https://gitlab.com/rxap/packages/-/blob/2285a983e818fd8092add2d1f91bf248f42298ff/packages/angular/config/src/lib/config.ts#L4)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
[**@rxap/config v19.0.2-dev.
|
|
1
|
+
[**@rxap/config v19.0.2-dev.3**](../README.md)
|
|
2
2
|
|
|
3
3
|
***
|
|
4
4
|
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
# Interface: Config
|
|
8
8
|
|
|
9
|
-
Defined in: [config.ts:42](https://gitlab.com/rxap/packages/-/blob/
|
|
9
|
+
Defined in: [config.ts:42](https://gitlab.com/rxap/packages/-/blob/2285a983e818fd8092add2d1f91bf248f42298ff/packages/angular/config/src/lib/config.ts#L42)
|
|
10
10
|
|
|
11
11
|
## Properties
|
|
12
12
|
|
|
@@ -14,7 +14,7 @@ Defined in: [config.ts:42](https://gitlab.com/rxap/packages/-/blob/8058138ff98d9
|
|
|
14
14
|
|
|
15
15
|
> `optional` **i18n**: [`i18nConfig`](i18nConfig.md)
|
|
16
16
|
|
|
17
|
-
Defined in: [config.ts:45](https://gitlab.com/rxap/packages/-/blob/
|
|
17
|
+
Defined in: [config.ts:45](https://gitlab.com/rxap/packages/-/blob/2285a983e818fd8092add2d1f91bf248f42298ff/packages/angular/config/src/lib/config.ts#L45)
|
|
18
18
|
|
|
19
19
|
***
|
|
20
20
|
|
|
@@ -22,7 +22,7 @@ Defined in: [config.ts:45](https://gitlab.com/rxap/packages/-/blob/8058138ff98d9
|
|
|
22
22
|
|
|
23
23
|
> `optional` **logo**: [`LogoConfig`](LogoConfig.md)
|
|
24
24
|
|
|
25
|
-
Defined in: [config.ts:44](https://gitlab.com/rxap/packages/-/blob/
|
|
25
|
+
Defined in: [config.ts:44](https://gitlab.com/rxap/packages/-/blob/2285a983e818fd8092add2d1f91bf248f42298ff/packages/angular/config/src/lib/config.ts#L44)
|
|
26
26
|
|
|
27
27
|
***
|
|
28
28
|
|
|
@@ -30,7 +30,7 @@ Defined in: [config.ts:44](https://gitlab.com/rxap/packages/-/blob/8058138ff98d9
|
|
|
30
30
|
|
|
31
31
|
> `optional` **navigation**: [`NavigationConfig`](NavigationConfig.md)
|
|
32
32
|
|
|
33
|
-
Defined in: [config.ts:43](https://gitlab.com/rxap/packages/-/blob/
|
|
33
|
+
Defined in: [config.ts:43](https://gitlab.com/rxap/packages/-/blob/2285a983e818fd8092add2d1f91bf248f42298ff/packages/angular/config/src/lib/config.ts#L43)
|
|
34
34
|
|
|
35
35
|
***
|
|
36
36
|
|
|
@@ -38,4 +38,4 @@ Defined in: [config.ts:43](https://gitlab.com/rxap/packages/-/blob/8058138ff98d9
|
|
|
38
38
|
|
|
39
39
|
> `optional` **oauth2**: [`Oauth2Config`](Oauth2Config.md)
|
|
40
40
|
|
|
41
|
-
Defined in: [config.ts:46](https://gitlab.com/rxap/packages/-/blob/
|
|
41
|
+
Defined in: [config.ts:46](https://gitlab.com/rxap/packages/-/blob/2285a983e818fd8092add2d1f91bf248f42298ff/packages/angular/config/src/lib/config.ts#L46)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
[**@rxap/config v19.0.2-dev.
|
|
1
|
+
[**@rxap/config v19.0.2-dev.3**](../README.md)
|
|
2
2
|
|
|
3
3
|
***
|
|
4
4
|
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
# Interface: ConfigLoadOptions
|
|
8
8
|
|
|
9
|
-
Defined in: [config.service.ts:18](https://gitlab.com/rxap/packages/-/blob/
|
|
9
|
+
Defined in: [config.service.ts:18](https://gitlab.com/rxap/packages/-/blob/2285a983e818fd8092add2d1f91bf248f42298ff/packages/angular/config/src/lib/config.service.ts#L18)
|
|
10
10
|
|
|
11
11
|
## Properties
|
|
12
12
|
|
|
@@ -14,7 +14,7 @@ Defined in: [config.service.ts:18](https://gitlab.com/rxap/packages/-/blob/80581
|
|
|
14
14
|
|
|
15
15
|
> `optional` **fromLocalStorage**: `boolean`
|
|
16
16
|
|
|
17
|
-
Defined in: [config.service.ts:20](https://gitlab.com/rxap/packages/-/blob/
|
|
17
|
+
Defined in: [config.service.ts:20](https://gitlab.com/rxap/packages/-/blob/2285a983e818fd8092add2d1f91bf248f42298ff/packages/angular/config/src/lib/config.service.ts#L20)
|
|
18
18
|
|
|
19
19
|
***
|
|
20
20
|
|
|
@@ -22,7 +22,7 @@ Defined in: [config.service.ts:20](https://gitlab.com/rxap/packages/-/blob/80581
|
|
|
22
22
|
|
|
23
23
|
> `optional` **fromUrlParam**: `string` \| `boolean`
|
|
24
24
|
|
|
25
|
-
Defined in: [config.service.ts:19](https://gitlab.com/rxap/packages/-/blob/
|
|
25
|
+
Defined in: [config.service.ts:19](https://gitlab.com/rxap/packages/-/blob/2285a983e818fd8092add2d1f91bf248f42298ff/packages/angular/config/src/lib/config.service.ts#L19)
|
|
26
26
|
|
|
27
27
|
***
|
|
28
28
|
|
|
@@ -30,7 +30,7 @@ Defined in: [config.service.ts:19](https://gitlab.com/rxap/packages/-/blob/80581
|
|
|
30
30
|
|
|
31
31
|
> `optional` **schema**: [`AnySchema`](../type-aliases/AnySchema.md)
|
|
32
32
|
|
|
33
|
-
Defined in: [config.service.ts:21](https://gitlab.com/rxap/packages/-/blob/
|
|
33
|
+
Defined in: [config.service.ts:21](https://gitlab.com/rxap/packages/-/blob/2285a983e818fd8092add2d1f91bf248f42298ff/packages/angular/config/src/lib/config.service.ts#L21)
|
|
34
34
|
|
|
35
35
|
***
|
|
36
36
|
|
|
@@ -38,7 +38,7 @@ Defined in: [config.service.ts:21](https://gitlab.com/rxap/packages/-/blob/80581
|
|
|
38
38
|
|
|
39
39
|
> `optional` **static**: `Record`\<`string`, `any`\>
|
|
40
40
|
|
|
41
|
-
Defined in: [config.service.ts:26](https://gitlab.com/rxap/packages/-/blob/
|
|
41
|
+
Defined in: [config.service.ts:26](https://gitlab.com/rxap/packages/-/blob/2285a983e818fd8092add2d1f91bf248f42298ff/packages/angular/config/src/lib/config.service.ts#L26)
|
|
42
42
|
|
|
43
43
|
static config values
|
|
44
44
|
|
|
@@ -48,4 +48,4 @@ static config values
|
|
|
48
48
|
|
|
49
49
|
> `optional` **url**: `string` \| `string`[] \| (`environment`) => `string` \| `string`[]
|
|
50
50
|
|
|
51
|
-
Defined in: [config.service.ts:22](https://gitlab.com/rxap/packages/-/blob/
|
|
51
|
+
Defined in: [config.service.ts:22](https://gitlab.com/rxap/packages/-/blob/2285a983e818fd8092add2d1f91bf248f42298ff/packages/angular/config/src/lib/config.service.ts#L22)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
[**@rxap/config v19.0.2-dev.
|
|
1
|
+
[**@rxap/config v19.0.2-dev.3**](../README.md)
|
|
2
2
|
|
|
3
3
|
***
|
|
4
4
|
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
# Interface: LogoConfig
|
|
8
8
|
|
|
9
|
-
Defined in: [config.ts:16](https://gitlab.com/rxap/packages/-/blob/
|
|
9
|
+
Defined in: [config.ts:16](https://gitlab.com/rxap/packages/-/blob/2285a983e818fd8092add2d1f91bf248f42298ff/packages/angular/config/src/lib/config.ts#L16)
|
|
10
10
|
|
|
11
11
|
## Properties
|
|
12
12
|
|
|
@@ -14,7 +14,7 @@ Defined in: [config.ts:16](https://gitlab.com/rxap/packages/-/blob/8058138ff98d9
|
|
|
14
14
|
|
|
15
15
|
> `optional` **height**: `number`
|
|
16
16
|
|
|
17
|
-
Defined in: [config.ts:19](https://gitlab.com/rxap/packages/-/blob/
|
|
17
|
+
Defined in: [config.ts:19](https://gitlab.com/rxap/packages/-/blob/2285a983e818fd8092add2d1f91bf248f42298ff/packages/angular/config/src/lib/config.ts#L19)
|
|
18
18
|
|
|
19
19
|
***
|
|
20
20
|
|
|
@@ -22,7 +22,7 @@ Defined in: [config.ts:19](https://gitlab.com/rxap/packages/-/blob/8058138ff98d9
|
|
|
22
22
|
|
|
23
23
|
> `optional` **src**: `string`
|
|
24
24
|
|
|
25
|
-
Defined in: [config.ts:17](https://gitlab.com/rxap/packages/-/blob/
|
|
25
|
+
Defined in: [config.ts:17](https://gitlab.com/rxap/packages/-/blob/2285a983e818fd8092add2d1f91bf248f42298ff/packages/angular/config/src/lib/config.ts#L17)
|
|
26
26
|
|
|
27
27
|
***
|
|
28
28
|
|
|
@@ -30,4 +30,4 @@ Defined in: [config.ts:17](https://gitlab.com/rxap/packages/-/blob/8058138ff98d9
|
|
|
30
30
|
|
|
31
31
|
> `optional` **width**: `number`
|
|
32
32
|
|
|
33
|
-
Defined in: [config.ts:18](https://gitlab.com/rxap/packages/-/blob/
|
|
33
|
+
Defined in: [config.ts:18](https://gitlab.com/rxap/packages/-/blob/2285a983e818fd8092add2d1f91bf248f42298ff/packages/angular/config/src/lib/config.ts#L18)
|