@rxap/config 19.0.4-dev.1 → 19.1.0-dev.1

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 (103) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/compodoc/changelog.html +10 -0
  3. package/compodoc/injectables/ConfigService.html +104 -35
  4. package/compodoc/interfaces/AppsNavigationConfig.html +1 -0
  5. package/compodoc/interfaces/Config.html +1 -0
  6. package/compodoc/interfaces/ConfigLoadOptions.html +173 -0
  7. package/compodoc/interfaces/LogoConfig.html +1 -0
  8. package/compodoc/interfaces/NavigationConfig.html +46 -0
  9. package/compodoc/interfaces/Oauth2Config.html +1 -0
  10. package/compodoc/interfaces/i18nConfig.html +1 -0
  11. package/compodoc/js/search/search_index.js +2 -2
  12. package/compodoc/miscellaneous/functions.html +482 -1
  13. package/compodoc/properties.html +1 -1
  14. package/docs/documentation.json +1260 -546
  15. package/docs/html/assets/hierarchy.js +1 -1
  16. package/docs/html/assets/navigation.js +1 -1
  17. package/docs/html/assets/search.js +1 -1
  18. package/docs/html/classes/ConfigLoaderService.html +2 -2
  19. package/docs/html/classes/ConfigService.html +6 -6
  20. package/docs/html/classes/ConfigTestingService.html +2 -2
  21. package/docs/html/functions/ProvideConfig.html +1 -1
  22. package/docs/html/functions/dnsLookup.html +1 -0
  23. package/docs/html/functions/dnsResolver.html +1 -0
  24. package/docs/html/functions/fetchCidContent.html +1 -0
  25. package/docs/html/functions/fetchCidContentAsJson.html +1 -0
  26. package/docs/html/functions/fetchCidContentViaHttp.html +1 -0
  27. package/docs/html/functions/fetchContentViaHttp.html +1 -0
  28. package/docs/html/hierarchy.html +1 -1
  29. package/docs/html/index.html +2 -2
  30. package/docs/html/interfaces/AppsNavigationConfig.html +2 -2
  31. package/docs/html/interfaces/Config.html +2 -2
  32. package/docs/html/interfaces/ConfigLoadOptions.html +9 -3
  33. package/docs/html/interfaces/LogoConfig.html +2 -2
  34. package/docs/html/interfaces/NavigationConfig.html +3 -2
  35. package/docs/html/interfaces/Oauth2Config.html +2 -2
  36. package/docs/html/interfaces/i18nConfig.html +2 -2
  37. package/docs/html/modules.html +1 -1
  38. package/docs/html/types/AnySchema.html +1 -1
  39. package/docs/html/types/Join.html +1 -1
  40. package/docs/html/types/LanguagesConfig.html +1 -1
  41. package/docs/html/types/Leaves.html +1 -1
  42. package/docs/html/types/NoInferType.html +1 -1
  43. package/docs/html/types/Paths.html +1 -1
  44. package/docs/html/variables/RXAP_CONFIG.html +1 -1
  45. package/docs/markdown/README.md +1 -1
  46. package/docs/markdown/classes/ConfigLoaderService.md +7 -7
  47. package/docs/markdown/classes/ConfigService.md +22 -22
  48. package/docs/markdown/classes/ConfigTestingService.md +8 -8
  49. package/docs/markdown/functions/ProvideConfig.md +2 -2
  50. package/docs/markdown/functions/dnsLookup.md +29 -0
  51. package/docs/markdown/functions/dnsResolver.md +29 -0
  52. package/docs/markdown/functions/fetchCidContent.md +25 -0
  53. package/docs/markdown/functions/fetchCidContentAsJson.md +25 -0
  54. package/docs/markdown/functions/fetchCidContentViaHttp.md +25 -0
  55. package/docs/markdown/functions/fetchContentViaHttp.md +21 -0
  56. package/docs/markdown/globals.md +8 -2
  57. package/docs/markdown/interfaces/AppsNavigationConfig.md +12 -12
  58. package/docs/markdown/interfaces/Config.md +6 -6
  59. package/docs/markdown/interfaces/ConfigLoadOptions.md +29 -7
  60. package/docs/markdown/interfaces/LogoConfig.md +5 -5
  61. package/docs/markdown/interfaces/NavigationConfig.md +16 -8
  62. package/docs/markdown/interfaces/Oauth2Config.md +3 -3
  63. package/docs/markdown/interfaces/i18nConfig.md +4 -4
  64. package/docs/markdown/type-aliases/AnySchema.md +2 -2
  65. package/docs/markdown/type-aliases/Join.md +2 -2
  66. package/docs/markdown/type-aliases/LanguagesConfig.md +2 -2
  67. package/docs/markdown/type-aliases/Leaves.md +2 -2
  68. package/docs/markdown/type-aliases/NoInferType.md +2 -2
  69. package/docs/markdown/type-aliases/Paths.md +2 -2
  70. package/docs/markdown/variables/RXAP_CONFIG.md +2 -2
  71. package/docs/wiki/Class.ConfigLoaderService.md +6 -6
  72. package/docs/wiki/Class.ConfigService.md +21 -21
  73. package/docs/wiki/Class.ConfigTestingService.md +7 -7
  74. package/docs/wiki/Function.ProvideConfig.md +1 -1
  75. package/docs/wiki/Function.dnsLookup.md +25 -0
  76. package/docs/wiki/Function.dnsResolver.md +25 -0
  77. package/docs/wiki/Function.fetchCidContent.md +21 -0
  78. package/docs/wiki/Function.fetchCidContentAsJson.md +21 -0
  79. package/docs/wiki/Function.fetchCidContentViaHttp.md +21 -0
  80. package/docs/wiki/Function.fetchContentViaHttp.md +17 -0
  81. package/docs/wiki/Interface.AppsNavigationConfig.md +11 -11
  82. package/docs/wiki/Interface.Config.md +5 -5
  83. package/docs/wiki/Interface.ConfigLoadOptions.md +28 -6
  84. package/docs/wiki/Interface.LogoConfig.md +4 -4
  85. package/docs/wiki/Interface.NavigationConfig.md +15 -7
  86. package/docs/wiki/Interface.Oauth2Config.md +2 -2
  87. package/docs/wiki/Interface.i18nConfig.md +3 -3
  88. package/docs/wiki/TypeAlias.AnySchema.md +1 -1
  89. package/docs/wiki/TypeAlias.Join.md +1 -1
  90. package/docs/wiki/TypeAlias.LanguagesConfig.md +1 -1
  91. package/docs/wiki/TypeAlias.Leaves.md +1 -1
  92. package/docs/wiki/TypeAlias.NoInferType.md +1 -1
  93. package/docs/wiki/TypeAlias.Paths.md +1 -1
  94. package/docs/wiki/Variable.RXAP_CONFIG.md +1 -1
  95. package/docs/wiki/_Sidebar.md +6 -0
  96. package/docs/wiki/globals.md +7 -1
  97. package/fesm2022/rxap-config.mjs +164 -3
  98. package/fesm2022/rxap-config.mjs.map +1 -1
  99. package/index.d.ts +1 -0
  100. package/lib/config.d.ts +1 -0
  101. package/lib/config.service.d.ts +12 -0
  102. package/lib/utilities.d.ts +7 -0
  103. package/package.json +2 -2
@@ -161,6 +161,13 @@
161
161
  fixedInViewport
162
162
  </a>
163
163
  </li>
164
+ <li>
165
+ <span class="modifier">Optional</span>
166
+ <a href="#mobileQuery"
167
+ >
168
+ mobileQuery
169
+ </a>
170
+ </li>
164
171
  <li>
165
172
  <span class="modifier">Optional</span>
166
173
  <a href="#mode"
@@ -305,6 +312,44 @@
305
312
 
306
313
 
307
314
 
315
+ </tbody>
316
+ </table>
317
+ <table class="table table-sm table-bordered">
318
+ <tbody>
319
+ <tr>
320
+ <td class="col-md-4">
321
+ <a name="mobileQuery"></a>
322
+ <span class="name "><b>mobileQuery</b>
323
+ <a href="#mobileQuery">
324
+ <span class="icon ion-ios-link"></span>
325
+ </a>
326
+ </span>
327
+ </td>
328
+ </tr>
329
+ <tr>
330
+ <td class="col-md-4">
331
+ <code>mobileQuery: <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
332
+ </code>
333
+ </td>
334
+ </tr>
335
+
336
+
337
+ <tr>
338
+ <td class="col-md-4">
339
+ <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
340
+
341
+ </td>
342
+ </tr>
343
+
344
+ <tr>
345
+ <td class="col-md-4">
346
+ <i>Optional</i>
347
+ </td>
348
+ </tr>
349
+
350
+
351
+
352
+
308
353
  </tbody>
309
354
  </table>
310
355
  <table class="table table-sm table-bordered">
@@ -454,6 +499,7 @@ export interface NavigationConfig {
454
499
  mode?: &#x27;side&#x27; | &#x27;over&#x27;;
455
500
  opened?: boolean;
456
501
  fixedInViewport?: boolean;
502
+ mobileQuery?: string;
457
503
  }
458
504
 
459
505
  export type LanguagesConfig &#x3D; Record&lt;string, string&gt;;
@@ -229,6 +229,7 @@ export interface NavigationConfig {
229
229
  mode?: &#x27;side&#x27; | &#x27;over&#x27;;
230
230
  opened?: boolean;
231
231
  fixedInViewport?: boolean;
232
+ mobileQuery?: string;
232
233
  }
233
234
 
234
235
  export type LanguagesConfig &#x3D; Record&lt;string, string&gt;;
@@ -274,6 +274,7 @@ export interface NavigationConfig {
274
274
  mode?: &#x27;side&#x27; | &#x27;over&#x27;;
275
275
  opened?: boolean;
276
276
  fixedInViewport?: boolean;
277
+ mobileQuery?: string;
277
278
  }
278
279
 
279
280
  export type LanguagesConfig &#x3D; Record&lt;string, string&gt;;