@rxap/layout 18.0.3-dev.0 → 18.1.0-dev.0

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 (210) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/README.md +280 -1
  3. package/compodoc/changelog.html +13 -0
  4. package/compodoc/components/AppsButtonComponent.html +185 -153
  5. package/compodoc/components/BaseLayoutComponent.html +351 -0
  6. package/compodoc/components/DefaultHeaderComponent.html +545 -0
  7. package/compodoc/components/FooterComponent.html +58 -79
  8. package/compodoc/components/HeaderComponent.html +49 -294
  9. package/compodoc/components/LanguageSelectorComponent.html +6 -54
  10. package/compodoc/components/LayoutComponent.html +69 -464
  11. package/compodoc/components/MinimalLayoutComponent.html +349 -0
  12. package/compodoc/components/NavigationComponent.html +116 -312
  13. package/compodoc/components/NavigationItemComponent.html +130 -361
  14. package/compodoc/components/NavigationProgressBarComponent.html +41 -107
  15. package/compodoc/components/ReleaseInfoComponent.html +536 -0
  16. package/compodoc/components/SettingsButtonComponent.html +186 -225
  17. package/compodoc/components/SidenavComponent.html +566 -142
  18. package/compodoc/components/SidenavToggleButtonComponent.html +71 -91
  19. package/compodoc/components/SignOutComponent.html +7 -60
  20. package/compodoc/components/UserProfileIconComponent.html +97 -161
  21. package/compodoc/dependencies.html +11 -25
  22. package/compodoc/directives/FooterDirective-1.html +293 -0
  23. package/compodoc/directives/FooterDirective.html +8 -86
  24. package/compodoc/directives/HeaderDirective.html +293 -0
  25. package/compodoc/index.html +183 -1
  26. package/compodoc/injectables/ExternalAppsService.html +1274 -0
  27. package/compodoc/injectables/FooterService.html +573 -0
  28. package/compodoc/injectables/HeaderService.html +576 -0
  29. package/compodoc/injectables/LayoutService.html +899 -0
  30. package/compodoc/injectables/LogoService.html +411 -0
  31. package/compodoc/injectables/NavigationService.html +46 -57
  32. package/compodoc/interfaces/ReleaseInfoModule.html +385 -0
  33. package/compodoc/interfaces/SettingsMenuItem.html +385 -0
  34. package/compodoc/js/menu-wc.js +24 -40
  35. package/compodoc/js/menu-wc_es5.js +1 -1
  36. package/compodoc/js/search/search_index.js +2 -2
  37. package/compodoc/miscellaneous/functions.html +544 -1
  38. package/compodoc/miscellaneous/typealiases.html +40 -2
  39. package/compodoc/miscellaneous/variables.html +100 -9
  40. package/compodoc/overview.html +2 -10
  41. package/compodoc/properties.html +1 -1
  42. package/docs/assets/highlight.css +42 -0
  43. package/docs/assets/navigation.js +1 -1
  44. package/docs/assets/search.js +1 -1
  45. package/docs/classes/AppsButtonComponent.html +8 -8
  46. package/docs/classes/BaseLayoutComponent.html +2 -0
  47. package/docs/classes/DefaultHeaderComponent.html +7 -0
  48. package/docs/classes/ExternalAppsService.html +18 -0
  49. package/docs/classes/FooterComponent.html +5 -3
  50. package/docs/classes/FooterDirective.html +2 -2
  51. package/docs/classes/FooterService.html +14 -0
  52. package/docs/classes/HeaderComponent.html +6 -8
  53. package/docs/classes/HeaderDirective.html +8 -0
  54. package/docs/classes/HeaderService.html +14 -0
  55. package/docs/classes/LayoutComponent.html +4 -12
  56. package/docs/classes/LayoutService.html +20 -0
  57. package/docs/classes/LogoService.html +7 -0
  58. package/docs/classes/MinimalLayoutComponent.html +2 -0
  59. package/docs/classes/NavigationComponent.html +7 -8
  60. package/docs/classes/NavigationItemComponent.html +6 -9
  61. package/docs/classes/NavigationProgressBarComponent.html +3 -3
  62. package/docs/classes/NavigationService.html +3 -3
  63. package/docs/classes/ReleaseInfoComponent.html +6 -0
  64. package/docs/classes/SettingsButtonComponent.html +6 -11
  65. package/docs/classes/SidenavComponent.html +17 -5
  66. package/docs/classes/SidenavFooterDirective.html +2 -2
  67. package/docs/classes/SidenavHeaderDirective.html +2 -2
  68. package/docs/classes/SidenavToggleButtonComponent.html +4 -3
  69. package/docs/classes/UserProfileIconComponent.html +5 -4
  70. package/docs/documentation.json +8546 -8346
  71. package/docs/functions/IsNavigationDividerItem.html +1 -1
  72. package/docs/functions/IsNavigationInsertItem.html +1 -1
  73. package/docs/functions/IsNavigationItem.html +1 -1
  74. package/docs/functions/provideLayout.html +1 -0
  75. package/docs/functions/widthDefaultHeaderComponent.html +1 -0
  76. package/docs/functions/withFooterComponents.html +1 -0
  77. package/docs/functions/withHeaderComponents.html +1 -0
  78. package/docs/functions/withNavigationConfig.html +1 -0
  79. package/docs/functions/withNavigationInserts.html +1 -0
  80. package/docs/functions/withReleaseInfoModules.html +1 -0
  81. package/docs/functions/withSettingsMenuItems.html +1 -0
  82. package/docs/index.html +74 -2
  83. package/docs/interfaces/NavigationDividerItem.html +2 -2
  84. package/docs/interfaces/NavigationInsertItem.html +2 -2
  85. package/docs/interfaces/NavigationItem.html +2 -2
  86. package/docs/interfaces/NavigationStatus.html +2 -2
  87. package/docs/interfaces/ReleaseInfoModule.html +4 -0
  88. package/docs/interfaces/SettingsMenuItem.html +4 -0
  89. package/docs/modules.html +29 -17
  90. package/docs/types/ExternalApps.html +1 -0
  91. package/docs/types/ExtractUsernameFromProfileFn.html +1 -1
  92. package/docs/types/Navigation.html +1 -1
  93. package/docs/types/NavigationWithInserts.html +1 -1
  94. package/docs/types/SettingsMenuItemComponent.html +1 -0
  95. package/docs/variables/EXTRACT_USERNAME_FROM_PROFILE.html +1 -1
  96. package/docs/variables/RXAP_EXTERNAL_APP_FILTER.html +1 -0
  97. package/docs/variables/RXAP_FOOTER_COMPONENT.html +1 -1
  98. package/docs/variables/RXAP_HEADER_COMPONENT.html +1 -1
  99. package/docs/variables/RXAP_LAYOUT_APPS_GRID.html +1 -1
  100. package/docs/variables/RXAP_LOGO_CONFIG.html +1 -1
  101. package/docs/variables/RXAP_NAVIGATION_CONFIG.html +1 -1
  102. package/docs/variables/RXAP_NAVIGATION_CONFIG_INSERTS.html +1 -1
  103. package/docs/variables/RXAP_RELEASE_INFO_MODULE.html +1 -0
  104. package/docs/variables/RXAP_SETTINGS_MENU_ITEM.html +1 -0
  105. package/docs/variables/RXAP_SETTINGS_MENU_ITEM_COMPONENT.html +1 -0
  106. package/esm2022/index.mjs +35 -40
  107. package/esm2022/lib/base-layout/base-layout.component.mjs +16 -0
  108. package/esm2022/lib/default-header/apps-button/apps-button.component.mjs +38 -0
  109. package/esm2022/lib/default-header/default-header.component.mjs +32 -0
  110. package/esm2022/lib/default-header/settings-button/settings-button.component.mjs +73 -0
  111. package/esm2022/lib/default-header/sidenav-toggle-button/sidenav-toggle-button.component.mjs +24 -0
  112. package/esm2022/lib/default-header/user-profile-icon/user-profile-icon.component.mjs +35 -0
  113. package/esm2022/lib/external-apps.service.mjs +97 -0
  114. package/esm2022/lib/footer/footer.component.mjs +13 -13
  115. package/esm2022/lib/footer/footer.directive.mjs +30 -0
  116. package/esm2022/lib/footer.service.mjs +58 -0
  117. package/esm2022/lib/header/header.component.mjs +17 -65
  118. package/esm2022/lib/header/header.directive.mjs +30 -0
  119. package/esm2022/lib/header.service.mjs +60 -0
  120. package/esm2022/lib/layout/layout.component.mjs +33 -47
  121. package/esm2022/lib/layout.service.mjs +93 -0
  122. package/esm2022/lib/logo.service.mjs +23 -0
  123. package/esm2022/lib/minimal-layout/minimal-layout.component.mjs +14 -0
  124. package/esm2022/lib/navigation/navigation-item/navigation-item.component.mjs +30 -64
  125. package/esm2022/lib/navigation/navigation.component.mjs +22 -48
  126. package/esm2022/lib/navigation-progress-bar/navigation-progress-bar.component.mjs +23 -0
  127. package/esm2022/lib/navigation.service.mjs +141 -0
  128. package/esm2022/lib/provide.mjs +73 -0
  129. package/esm2022/lib/release-info/release-info.component.mjs +28 -0
  130. package/esm2022/lib/sidenav/sidenav.component.mjs +50 -33
  131. package/esm2022/lib/tokens.mjs +9 -1
  132. package/esm2022/lib/types.mjs +1 -1
  133. package/fesm2022/rxap-layout.mjs +845 -833
  134. package/fesm2022/rxap-layout.mjs.map +1 -1
  135. package/index.d.ts +18 -19
  136. package/lib/base-layout/base-layout.component.d.ts +5 -0
  137. package/lib/default-header/apps-button/apps-button.component.d.ts +15 -0
  138. package/lib/default-header/default-header.component.d.ts +11 -0
  139. package/lib/{header → default-header}/settings-button/settings-button.component.d.ts +6 -14
  140. package/lib/{header → default-header}/sidenav-toggle-button/sidenav-toggle-button.component.d.ts +3 -5
  141. package/lib/default-header/user-profile-icon/user-profile-icon.component.d.ts +10 -0
  142. package/lib/external-apps.service.d.ts +25 -0
  143. package/lib/footer/footer.component.d.ts +3 -3
  144. package/lib/{footer.directive.d.ts → footer/footer.directive.d.ts} +2 -4
  145. package/lib/footer.service.d.ts +32 -0
  146. package/lib/header/header.component.d.ts +6 -12
  147. package/lib/header/header.directive.d.ts +12 -0
  148. package/lib/header.service.d.ts +34 -0
  149. package/lib/layout/layout.component.d.ts +4 -17
  150. package/lib/layout.service.d.ts +26 -0
  151. package/lib/logo.service.d.ts +10 -0
  152. package/lib/minimal-layout/minimal-layout.component.d.ts +5 -0
  153. package/lib/navigation/navigation-item/navigation-item.component.d.ts +10 -18
  154. package/lib/navigation/navigation.component.d.ts +10 -15
  155. package/lib/{header/navigation-progress-bar → navigation-progress-bar}/navigation-progress-bar.component.d.ts +1 -3
  156. package/lib/{navigation/navigation.service.d.ts → navigation.service.d.ts} +4 -5
  157. package/lib/provide.d.ts +12 -0
  158. package/lib/release-info/release-info.component.d.ts +9 -0
  159. package/lib/sidenav/sidenav.component.d.ts +18 -6
  160. package/lib/tokens.d.ts +11 -3
  161. package/lib/types.d.ts +15 -4
  162. package/package.json +32 -66
  163. package/theme.css +1 -1
  164. package/docs/classes/AppUrlService.html +0 -13
  165. package/docs/classes/AuthenticationServiceMock.html +0 -3
  166. package/docs/classes/LanguageSelectorComponent.html +0 -3
  167. package/docs/classes/LayoutComponentService.html +0 -15
  168. package/docs/classes/ReplaceRouterPathsPipe.html +0 -4
  169. package/docs/classes/ReplaceRouterPathsService.html +0 -3
  170. package/docs/classes/ResetButtonComponent.html +0 -3
  171. package/docs/classes/SidenavComponentService.html +0 -5
  172. package/docs/classes/SignOutComponent.html +0 -4
  173. package/docs/classes/ToggleWindowSidenavButtonComponent.html +0 -5
  174. package/docs/classes/VersionComponent.html +0 -7
  175. package/docs/classes/WindowContainerSidenavComponent.html +0 -10
  176. package/docs/interfaces/ExternalApps.html +0 -8
  177. package/docs/interfaces/LogoConfig.html +0 -4
  178. package/esm2022/lib/app-url.service.mjs +0 -78
  179. package/esm2022/lib/authentication.service.mock.mjs +0 -13
  180. package/esm2022/lib/footer.directive.mjs +0 -40
  181. package/esm2022/lib/header/apps-button/apps-button.component.mjs +0 -46
  182. package/esm2022/lib/header/language-selector/language-selector.component.mjs +0 -35
  183. package/esm2022/lib/header/navigation-progress-bar/navigation-progress-bar.component.mjs +0 -30
  184. package/esm2022/lib/header/reset-button/reset-button.component.mjs +0 -23
  185. package/esm2022/lib/header/settings-button/settings-button.component.mjs +0 -87
  186. package/esm2022/lib/header/sidenav-toggle-button/sidenav-toggle-button.component.mjs +0 -26
  187. package/esm2022/lib/header/sign-out/sign-out.component.mjs +0 -23
  188. package/esm2022/lib/header/user-profile-icon/user-profile-icon.component.mjs +0 -45
  189. package/esm2022/lib/layout/layout.component.service.mjs +0 -77
  190. package/esm2022/lib/navigation/navigation.service.mjs +0 -145
  191. package/esm2022/lib/navigation/replace-router-paths.pipe.mjs +0 -22
  192. package/esm2022/lib/navigation/replace-router-paths.service.mjs +0 -15
  193. package/esm2022/lib/sidenav/sidenav.component.service.mjs +0 -22
  194. package/esm2022/lib/sidenav/version/version.component.mjs +0 -28
  195. package/esm2022/lib/toggle-window-sidenav-button/toggle-window-sidenav-button.component.mjs +0 -30
  196. package/esm2022/lib/window-container-sidenav/window-container-sidenav.component.mjs +0 -54
  197. package/lib/app-url.service.d.ts +0 -29
  198. package/lib/authentication.service.mock.d.ts +0 -6
  199. package/lib/header/apps-button/apps-button.component.d.ts +0 -16
  200. package/lib/header/language-selector/language-selector.component.d.ts +0 -8
  201. package/lib/header/reset-button/reset-button.component.d.ts +0 -8
  202. package/lib/header/sign-out/sign-out.component.d.ts +0 -9
  203. package/lib/header/user-profile-icon/user-profile-icon.component.d.ts +0 -15
  204. package/lib/layout/layout.component.service.d.ts +0 -25
  205. package/lib/navigation/replace-router-paths.pipe.d.ts +0 -11
  206. package/lib/navigation/replace-router-paths.service.d.ts +0 -7
  207. package/lib/sidenav/sidenav.component.service.d.ts +0 -11
  208. package/lib/sidenav/version/version.component.d.ts +0 -14
  209. package/lib/toggle-window-sidenav-button/toggle-window-sidenav-button.component.d.ts +0 -9
  210. package/lib/window-container-sidenav/window-container-sidenav.component.d.ts +0 -17
@@ -111,6 +111,9 @@
111
111
  <tr>
112
112
  <td class="col-md-4">
113
113
  <ul class="index-list">
114
+ <li>
115
+ <a href="#initGenerator" title="src/generators/init/generator.ts" ><b>initGenerator</b>&nbsp;&nbsp;&nbsp;(src/.../generator.ts)</a>
116
+ </li>
114
117
  <li>
115
118
  <a href="#IsNavigationDividerItem" title="src/lib/navigation/navigation-item.ts" ><b>IsNavigationDividerItem</b>&nbsp;&nbsp;&nbsp;(src/.../navigation-item.ts)</a>
116
119
  </li>
@@ -120,6 +123,30 @@
120
123
  <li>
121
124
  <a href="#IsNavigationItem" title="src/lib/navigation/navigation-item.ts" ><b>IsNavigationItem</b>&nbsp;&nbsp;&nbsp;(src/.../navigation-item.ts)</a>
122
125
  </li>
126
+ <li>
127
+ <a href="#provideLayout" title="src/lib/provide.ts" ><b>provideLayout</b>&nbsp;&nbsp;&nbsp;(src/.../provide.ts)</a>
128
+ </li>
129
+ <li>
130
+ <a href="#widthDefaultHeaderComponent" title="src/lib/provide.ts" ><b>widthDefaultHeaderComponent</b>&nbsp;&nbsp;&nbsp;(src/.../provide.ts)</a>
131
+ </li>
132
+ <li>
133
+ <a href="#withFooterComponents" title="src/lib/provide.ts" ><b>withFooterComponents</b>&nbsp;&nbsp;&nbsp;(src/.../provide.ts)</a>
134
+ </li>
135
+ <li>
136
+ <a href="#withHeaderComponents" title="src/lib/provide.ts" ><b>withHeaderComponents</b>&nbsp;&nbsp;&nbsp;(src/.../provide.ts)</a>
137
+ </li>
138
+ <li>
139
+ <a href="#withNavigationConfig" title="src/lib/provide.ts" ><b>withNavigationConfig</b>&nbsp;&nbsp;&nbsp;(src/.../provide.ts)</a>
140
+ </li>
141
+ <li>
142
+ <a href="#withNavigationInserts" title="src/lib/provide.ts" ><b>withNavigationInserts</b>&nbsp;&nbsp;&nbsp;(src/.../provide.ts)</a>
143
+ </li>
144
+ <li>
145
+ <a href="#withReleaseInfoModules" title="src/lib/provide.ts" ><b>withReleaseInfoModules</b>&nbsp;&nbsp;&nbsp;(src/.../provide.ts)</a>
146
+ </li>
147
+ <li>
148
+ <a href="#withSettingsMenuItems" title="src/lib/provide.ts" ><b>withSettingsMenuItems</b>&nbsp;&nbsp;&nbsp;(src/.../provide.ts)</a>
149
+ </li>
123
150
  </ul>
124
151
  </td>
125
152
  </tr>
@@ -127,7 +154,75 @@
127
154
  </table>
128
155
  </section>
129
156
 
130
- <h3>src/lib/navigation/navigation-item.ts</h3>
157
+ <h3>src/generators/init/generator.ts</h3>
158
+ <section data-compodoc="block-methods">
159
+ <h3></h3> <table class="table table-sm table-bordered">
160
+ <tbody>
161
+ <tr>
162
+ <td class="col-md-4">
163
+ <a name="initGenerator"></a>
164
+ <span class="name">
165
+ <span ><b>initGenerator</b></span>
166
+ <a href="#initGenerator"><span class="icon ion-ios-link"></span></a>
167
+ </span>
168
+ </td>
169
+ </tr>
170
+ <tr>
171
+ <td class="col-md-4">
172
+ <code>initGenerator(tree: Tree, options: InitGeneratorSchema)</code>
173
+ </td>
174
+ </tr>
175
+
176
+
177
+
178
+
179
+ <tr>
180
+ <td class="col-md-4">
181
+
182
+ <div class="io-description">
183
+ <b>Parameters :</b>
184
+
185
+ <table class="params">
186
+ <thead>
187
+ <tr>
188
+ <td>Name</td>
189
+ <td>Type</td>
190
+ <td>Optional</td>
191
+ </tr>
192
+ </thead>
193
+ <tbody>
194
+ <tr>
195
+ <td>tree</td>
196
+ <td>
197
+ <code>Tree</code>
198
+ </td>
199
+
200
+ <td>
201
+ No
202
+ </td>
203
+
204
+
205
+ </tr>
206
+ <tr>
207
+ <td>options</td>
208
+ <td>
209
+ <code>InitGeneratorSchema</code>
210
+ </td>
211
+
212
+ <td>
213
+ No
214
+ </td>
215
+
216
+
217
+ </tr>
218
+ </tbody>
219
+ </table>
220
+ </div>
221
+ </td>
222
+ </tr>
223
+ </tbody>
224
+ </table>
225
+ </section> <h3>src/lib/navigation/navigation-item.ts</h3>
131
226
  <section data-compodoc="block-methods">
132
227
  <h3></h3> <table class="table table-sm table-bordered">
133
228
  <tbody>
@@ -304,6 +399,454 @@
304
399
  <div class="io-description">
305
400
  <b>Returns : </b> <code><a href="../interfaces/NavigationItem.html" target="_self" >NavigationItem</a></code>
306
401
 
402
+ </div>
403
+ <div class="io-description">
404
+
405
+ </div>
406
+ </td>
407
+ </tr>
408
+ </tbody>
409
+ </table>
410
+ </section> <h3>src/lib/provide.ts</h3>
411
+ <section data-compodoc="block-methods">
412
+ <h3></h3> <table class="table table-sm table-bordered">
413
+ <tbody>
414
+ <tr>
415
+ <td class="col-md-4">
416
+ <a name="provideLayout"></a>
417
+ <span class="name">
418
+ <span ><b>provideLayout</b></span>
419
+ <a href="#provideLayout"><span class="icon ion-ios-link"></span></a>
420
+ </span>
421
+ </td>
422
+ </tr>
423
+ <tr>
424
+ <td class="col-md-4">
425
+ <code>provideLayout(...additionalProviders: undefined)</code>
426
+ </td>
427
+ </tr>
428
+
429
+
430
+
431
+
432
+ <tr>
433
+ <td class="col-md-4">
434
+
435
+ <div class="io-description">
436
+ <b>Parameters :</b>
437
+
438
+ <table class="params">
439
+ <thead>
440
+ <tr>
441
+ <td>Name</td>
442
+ <td>Optional</td>
443
+ </tr>
444
+ </thead>
445
+ <tbody>
446
+ <tr>
447
+ <td>additionalProviders</td>
448
+
449
+ <td>
450
+ No
451
+ </td>
452
+
453
+
454
+ </tr>
455
+ </tbody>
456
+ </table>
457
+ </div>
458
+ <div class="io-description">
459
+ <b>Returns : </b> <code>Provider[]</code>
460
+
461
+ </div>
462
+ <div class="io-description">
463
+
464
+ </div>
465
+ </td>
466
+ </tr>
467
+ </tbody>
468
+ </table>
469
+ <table class="table table-sm table-bordered">
470
+ <tbody>
471
+ <tr>
472
+ <td class="col-md-4">
473
+ <a name="widthDefaultHeaderComponent"></a>
474
+ <span class="name">
475
+ <span ><b>widthDefaultHeaderComponent</b></span>
476
+ <a href="#widthDefaultHeaderComponent"><span class="icon ion-ios-link"></span></a>
477
+ </span>
478
+ </td>
479
+ </tr>
480
+ <tr>
481
+ <td class="col-md-4">
482
+ <code>widthDefaultHeaderComponent()</code>
483
+ </td>
484
+ </tr>
485
+
486
+
487
+
488
+
489
+ <tr>
490
+ <td class="col-md-4">
491
+
492
+ <div class="io-description">
493
+ <b>Returns : </b> <code>Provider</code>
494
+
495
+ </div>
496
+ </td>
497
+ </tr>
498
+ </tbody>
499
+ </table>
500
+ <table class="table table-sm table-bordered">
501
+ <tbody>
502
+ <tr>
503
+ <td class="col-md-4">
504
+ <a name="withFooterComponents"></a>
505
+ <span class="name">
506
+ <span ><b>withFooterComponents</b></span>
507
+ <a href="#withFooterComponents"><span class="icon ion-ios-link"></span></a>
508
+ </span>
509
+ </td>
510
+ </tr>
511
+ <tr>
512
+ <td class="col-md-4">
513
+ <code>withFooterComponents(components: Array)</code>
514
+ </td>
515
+ </tr>
516
+
517
+
518
+
519
+
520
+ <tr>
521
+ <td class="col-md-4">
522
+
523
+ <div class="io-description">
524
+ <b>Parameters :</b>
525
+
526
+ <table class="params">
527
+ <thead>
528
+ <tr>
529
+ <td>Name</td>
530
+ <td>Type</td>
531
+ <td>Optional</td>
532
+ </tr>
533
+ </thead>
534
+ <tbody>
535
+ <tr>
536
+ <td>components</td>
537
+ <td>
538
+ <code>Array</code>
539
+ </td>
540
+
541
+ <td>
542
+ No
543
+ </td>
544
+
545
+
546
+ </tr>
547
+ </tbody>
548
+ </table>
549
+ </div>
550
+ <div class="io-description">
551
+ <b>Returns : </b> <code>Provider[]</code>
552
+
553
+ </div>
554
+ <div class="io-description">
555
+
556
+ </div>
557
+ </td>
558
+ </tr>
559
+ </tbody>
560
+ </table>
561
+ <table class="table table-sm table-bordered">
562
+ <tbody>
563
+ <tr>
564
+ <td class="col-md-4">
565
+ <a name="withHeaderComponents"></a>
566
+ <span class="name">
567
+ <span ><b>withHeaderComponents</b></span>
568
+ <a href="#withHeaderComponents"><span class="icon ion-ios-link"></span></a>
569
+ </span>
570
+ </td>
571
+ </tr>
572
+ <tr>
573
+ <td class="col-md-4">
574
+ <code>withHeaderComponents(components: Array)</code>
575
+ </td>
576
+ </tr>
577
+
578
+
579
+
580
+
581
+ <tr>
582
+ <td class="col-md-4">
583
+
584
+ <div class="io-description">
585
+ <b>Parameters :</b>
586
+
587
+ <table class="params">
588
+ <thead>
589
+ <tr>
590
+ <td>Name</td>
591
+ <td>Type</td>
592
+ <td>Optional</td>
593
+ </tr>
594
+ </thead>
595
+ <tbody>
596
+ <tr>
597
+ <td>components</td>
598
+ <td>
599
+ <code>Array</code>
600
+ </td>
601
+
602
+ <td>
603
+ No
604
+ </td>
605
+
606
+
607
+ </tr>
608
+ </tbody>
609
+ </table>
610
+ </div>
611
+ <div class="io-description">
612
+ <b>Returns : </b> <code>Provider[]</code>
613
+
614
+ </div>
615
+ <div class="io-description">
616
+
617
+ </div>
618
+ </td>
619
+ </tr>
620
+ </tbody>
621
+ </table>
622
+ <table class="table table-sm table-bordered">
623
+ <tbody>
624
+ <tr>
625
+ <td class="col-md-4">
626
+ <a name="withNavigationConfig"></a>
627
+ <span class="name">
628
+ <span ><b>withNavigationConfig</b></span>
629
+ <a href="#withNavigationConfig"><span class="icon ion-ios-link"></span></a>
630
+ </span>
631
+ </td>
632
+ </tr>
633
+ <tr>
634
+ <td class="col-md-4">
635
+ <code>withNavigationConfig(config)</code>
636
+ </td>
637
+ </tr>
638
+
639
+
640
+
641
+
642
+ <tr>
643
+ <td class="col-md-4">
644
+
645
+ <div class="io-description">
646
+ <b>Parameters :</b>
647
+
648
+ <table class="params">
649
+ <thead>
650
+ <tr>
651
+ <td>Name</td>
652
+ <td>Optional</td>
653
+ </tr>
654
+ </thead>
655
+ <tbody>
656
+ <tr>
657
+ <td>config</td>
658
+
659
+ <td>
660
+ No
661
+ </td>
662
+
663
+
664
+ </tr>
665
+ </tbody>
666
+ </table>
667
+ </div>
668
+ <div class="io-description">
669
+ <b>Returns : </b> <code>Provider[]</code>
670
+
671
+ </div>
672
+ <div class="io-description">
673
+
674
+ </div>
675
+ </td>
676
+ </tr>
677
+ </tbody>
678
+ </table>
679
+ <table class="table table-sm table-bordered">
680
+ <tbody>
681
+ <tr>
682
+ <td class="col-md-4">
683
+ <a name="withNavigationInserts"></a>
684
+ <span class="name">
685
+ <span ><b>withNavigationInserts</b></span>
686
+ <a href="#withNavigationInserts"><span class="icon ion-ios-link"></span></a>
687
+ </span>
688
+ </td>
689
+ </tr>
690
+ <tr>
691
+ <td class="col-md-4">
692
+ <code>withNavigationInserts(inserts: Record)</code>
693
+ </td>
694
+ </tr>
695
+
696
+
697
+
698
+
699
+ <tr>
700
+ <td class="col-md-4">
701
+
702
+ <div class="io-description">
703
+ <b>Parameters :</b>
704
+
705
+ <table class="params">
706
+ <thead>
707
+ <tr>
708
+ <td>Name</td>
709
+ <td>Type</td>
710
+ <td>Optional</td>
711
+ </tr>
712
+ </thead>
713
+ <tbody>
714
+ <tr>
715
+ <td>inserts</td>
716
+ <td>
717
+ <code>Record</code>
718
+ </td>
719
+
720
+ <td>
721
+ No
722
+ </td>
723
+
724
+
725
+ </tr>
726
+ </tbody>
727
+ </table>
728
+ </div>
729
+ <div class="io-description">
730
+ <b>Returns : </b> <code>Provider[]</code>
731
+
732
+ </div>
733
+ <div class="io-description">
734
+
735
+ </div>
736
+ </td>
737
+ </tr>
738
+ </tbody>
739
+ </table>
740
+ <table class="table table-sm table-bordered">
741
+ <tbody>
742
+ <tr>
743
+ <td class="col-md-4">
744
+ <a name="withReleaseInfoModules"></a>
745
+ <span class="name">
746
+ <span ><b>withReleaseInfoModules</b></span>
747
+ <a href="#withReleaseInfoModules"><span class="icon ion-ios-link"></span></a>
748
+ </span>
749
+ </td>
750
+ </tr>
751
+ <tr>
752
+ <td class="col-md-4">
753
+ <code>withReleaseInfoModules(...module: undefined)</code>
754
+ </td>
755
+ </tr>
756
+
757
+
758
+
759
+
760
+ <tr>
761
+ <td class="col-md-4">
762
+
763
+ <div class="io-description">
764
+ <b>Parameters :</b>
765
+
766
+ <table class="params">
767
+ <thead>
768
+ <tr>
769
+ <td>Name</td>
770
+ <td>Optional</td>
771
+ </tr>
772
+ </thead>
773
+ <tbody>
774
+ <tr>
775
+ <td>module</td>
776
+
777
+ <td>
778
+ No
779
+ </td>
780
+
781
+
782
+ </tr>
783
+ </tbody>
784
+ </table>
785
+ </div>
786
+ <div class="io-description">
787
+ <b>Returns : </b> <code>Provider[]</code>
788
+
789
+ </div>
790
+ <div class="io-description">
791
+
792
+ </div>
793
+ </td>
794
+ </tr>
795
+ </tbody>
796
+ </table>
797
+ <table class="table table-sm table-bordered">
798
+ <tbody>
799
+ <tr>
800
+ <td class="col-md-4">
801
+ <a name="withSettingsMenuItems"></a>
802
+ <span class="name">
803
+ <span ><b>withSettingsMenuItems</b></span>
804
+ <a href="#withSettingsMenuItems"><span class="icon ion-ios-link"></span></a>
805
+ </span>
806
+ </td>
807
+ </tr>
808
+ <tr>
809
+ <td class="col-md-4">
810
+ <code>withSettingsMenuItems(...items: Array)</code>
811
+ </td>
812
+ </tr>
813
+
814
+
815
+
816
+
817
+ <tr>
818
+ <td class="col-md-4">
819
+
820
+ <div class="io-description">
821
+ <b>Parameters :</b>
822
+
823
+ <table class="params">
824
+ <thead>
825
+ <tr>
826
+ <td>Name</td>
827
+ <td>Type</td>
828
+ <td>Optional</td>
829
+ </tr>
830
+ </thead>
831
+ <tbody>
832
+ <tr>
833
+ <td>items</td>
834
+ <td>
835
+ <code>Array</code>
836
+ </td>
837
+
838
+ <td>
839
+ No
840
+ </td>
841
+
842
+
843
+ </tr>
844
+ </tbody>
845
+ </table>
846
+ </div>
847
+ <div class="io-description">
848
+ <b>Returns : </b> <code>Provider[]</code>
849
+
307
850
  </div>
308
851
  <div class="io-description">
309
852
 
@@ -112,7 +112,10 @@
112
112
  <td class="col-md-4">
113
113
  <ul class="index-list">
114
114
  <li>
115
- <a href="#ExtractUsernameFromProfileFn" title="src/lib/header/user-profile-icon/user-profile-icon.component.ts" ><b>ExtractUsernameFromProfileFn</b>&nbsp;&nbsp;&nbsp;(src/.../user-profile-icon.component.ts)</a>
115
+ <a href="#ExternalApps" title="src/lib/types.ts" ><b>ExternalApps</b>&nbsp;&nbsp;&nbsp;(src/.../types.ts)</a>
116
+ </li>
117
+ <li>
118
+ <a href="#ExtractUsernameFromProfileFn" title="src/lib/types.ts" ><b>ExtractUsernameFromProfileFn</b>&nbsp;&nbsp;&nbsp;(src/.../types.ts)</a>
116
119
  </li>
117
120
  <li>
118
121
  <a href="#Navigation" title="src/lib/navigation/navigation-item.ts" ><b>Navigation</b>&nbsp;&nbsp;&nbsp;(src/.../navigation-item.ts)</a>
@@ -120,6 +123,9 @@
120
123
  <li>
121
124
  <a href="#NavigationWithInserts" title="src/lib/navigation/navigation-item.ts" ><b>NavigationWithInserts</b>&nbsp;&nbsp;&nbsp;(src/.../navigation-item.ts)</a>
122
125
  </li>
126
+ <li>
127
+ <a href="#SettingsMenuItemComponent" title="src/lib/types.ts" ><b>SettingsMenuItemComponent</b>&nbsp;&nbsp;&nbsp;(src/.../types.ts)</a>
128
+ </li>
123
129
  </ul>
124
130
  </td>
125
131
  </tr>
@@ -127,8 +133,24 @@
127
133
  </table>
128
134
  </section>
129
135
 
130
- <h3>src/lib/header/user-profile-icon/user-profile-icon.component.ts</h3>
136
+ <h3>src/lib/types.ts</h3>
131
137
  <section data-compodoc="block-typealias">
138
+ <table class="table table-sm table-bordered">
139
+ <tbody>
140
+ <tr>
141
+ <td class="col-md-4">
142
+ <a name="ExternalApps"></a>
143
+ <span class="name "><b>ExternalApps</b><a href="#ExternalApps"><span class="icon ion-ios-link"></span></a></span>
144
+ </td>
145
+ </tr>
146
+ <tr>
147
+ <td class="col-md-4">
148
+ <code> <code><a href="../miscellaneous/typealiases.html#Navigation" target="_self" >AppsNavigationConfig</a></code>
149
+ </code>
150
+ </td>
151
+ </tr>
152
+ </tbody>
153
+ </table>
132
154
  <table class="table table-sm table-bordered">
133
155
  <tbody>
134
156
  <tr>
@@ -140,6 +162,22 @@
140
162
  <tr>
141
163
  <td class="col-md-4">
142
164
  <code> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/function" target="_blank" >function</a></code>
165
+ </code>
166
+ </td>
167
+ </tr>
168
+ </tbody>
169
+ </table>
170
+ <table class="table table-sm table-bordered">
171
+ <tbody>
172
+ <tr>
173
+ <td class="col-md-4">
174
+ <a name="SettingsMenuItemComponent"></a>
175
+ <span class="name "><b>SettingsMenuItemComponent</b><a href="#SettingsMenuItemComponent"><span class="icon ion-ios-link"></span></a></span>
176
+ </td>
177
+ </tr>
178
+ <tr>
179
+ <td class="col-md-4">
180
+ <code> <code>ComponentType&lt;&gt;</code>
143
181
  </code>
144
182
  </td>
145
183
  </tr>