@rxap/layout 19.0.2-dev.2 → 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.
Files changed (224) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/README.md +1 -1
  3. package/compodoc/changelog.html +5 -0
  4. package/compodoc/dependencies.html +4 -4
  5. package/compodoc/index.html +1 -1
  6. package/compodoc/js/search/search_index.js +2 -2
  7. package/compodoc/miscellaneous/functions.html +12 -12
  8. package/compodoc/properties.html +1 -1
  9. package/docs/documentation.json +13156 -0
  10. package/docs/html/.nojekyll +1 -0
  11. package/docs/html/assets/hierarchy.js +1 -0
  12. package/docs/html/assets/highlight.css +85 -0
  13. package/docs/html/assets/icons.js +18 -0
  14. package/docs/html/assets/icons.svg +1 -0
  15. package/docs/html/assets/main.js +60 -0
  16. package/docs/html/assets/navigation.js +1 -0
  17. package/docs/html/assets/search.js +1 -0
  18. package/docs/html/assets/style.css +1611 -0
  19. package/docs/html/classes/AppsButtonComponent.html +13 -0
  20. package/docs/html/classes/BaseLayoutComponent.html +2 -0
  21. package/docs/html/classes/DefaultHeaderComponent.html +7 -0
  22. package/docs/html/classes/DefaultHeaderService.html +13 -0
  23. package/docs/html/classes/ExternalAppsService.html +19 -0
  24. package/docs/html/classes/FooterComponent.html +4 -0
  25. package/docs/html/classes/FooterDirective.html +11 -0
  26. package/docs/html/classes/FooterService.html +13 -0
  27. package/docs/html/classes/HeaderComponent.html +5 -0
  28. package/docs/html/classes/HeaderDirective.html +11 -0
  29. package/docs/html/classes/HeaderService.html +13 -0
  30. package/docs/html/classes/LayoutComponent.html +5 -0
  31. package/docs/html/classes/LayoutService.html +16 -0
  32. package/docs/html/classes/LogoService.html +6 -0
  33. package/docs/html/classes/MinimalLayoutComponent.html +2 -0
  34. package/docs/html/classes/NavigationComponent.html +16 -0
  35. package/docs/html/classes/NavigationItemComponent.html +24 -0
  36. package/docs/html/classes/NavigationProgressBarComponent.html +4 -0
  37. package/docs/html/classes/NavigationService.html +12 -0
  38. package/docs/html/classes/ReleaseInfoComponent.html +5 -0
  39. package/docs/html/classes/SettingsButtonComponent.html +18 -0
  40. package/docs/html/classes/SidenavComponent.html +15 -0
  41. package/docs/html/classes/SidenavFooterDirective.html +3 -0
  42. package/docs/html/classes/SidenavHeaderDirective.html +3 -0
  43. package/docs/html/classes/SidenavToggleButtonComponent.html +4 -0
  44. package/docs/html/classes/UserProfileIconComponent.html +5 -0
  45. package/docs/html/functions/IsNavigationDividerItem.html +1 -0
  46. package/docs/html/functions/IsNavigationInsertItem.html +1 -0
  47. package/docs/html/functions/IsNavigationItem.html +1 -0
  48. package/docs/html/functions/provideExternalApps.html +1 -0
  49. package/docs/html/functions/provideLayout.html +1 -0
  50. package/docs/html/functions/withDefaultHeaderComponent.html +1 -0
  51. package/docs/html/functions/withDefaultHeaderItems.html +1 -0
  52. package/docs/html/functions/withFooterComponents.html +1 -0
  53. package/docs/html/functions/withHeaderComponents.html +1 -0
  54. package/docs/html/functions/withNavigationConfig.html +1 -0
  55. package/docs/html/functions/withNavigationInserts.html +1 -0
  56. package/docs/html/functions/withReleaseInfoModules.html +1 -0
  57. package/docs/html/functions/withSettingsMenuItems.html +1 -0
  58. package/docs/html/functions/withUserProfileDataSource.html +1 -0
  59. package/docs/html/index.html +111 -0
  60. package/docs/html/interfaces/NavigationDividerItem.html +3 -0
  61. package/docs/html/interfaces/NavigationInsertItem.html +2 -0
  62. package/docs/html/interfaces/NavigationItem.html +6 -0
  63. package/docs/html/interfaces/NavigationStatus.html +2 -0
  64. package/docs/html/interfaces/ReleaseInfoModule.html +4 -0
  65. package/docs/html/interfaces/SettingsMenuItem.html +4 -0
  66. package/docs/html/modules.html +1 -0
  67. package/docs/html/types/DefaultHeaderItemComponent.html +1 -0
  68. package/docs/html/types/ExternalApp.html +1 -0
  69. package/docs/html/types/ExtractUsernameFromProfileFn.html +1 -0
  70. package/docs/html/types/Navigation.html +1 -0
  71. package/docs/html/types/NavigationWithInserts.html +1 -0
  72. package/docs/html/types/SettingsMenuItemComponent.html +1 -0
  73. package/docs/html/variables/EXTRACT_USERNAME_FROM_PROFILE.html +1 -0
  74. package/docs/html/variables/RXAP_DEFAULT_HEADER_ITEM_COMPONENT.html +1 -0
  75. package/docs/html/variables/RXAP_EXTERNAL_APP.html +1 -0
  76. package/docs/html/variables/RXAP_EXTERNAL_APP_FILTER.html +1 -0
  77. package/docs/html/variables/RXAP_FOOTER_COMPONENT.html +1 -0
  78. package/docs/html/variables/RXAP_HEADER_COMPONENT.html +1 -0
  79. package/docs/html/variables/RXAP_LAYOUT_APPS_GRID.html +1 -0
  80. package/docs/html/variables/RXAP_LOGO_CONFIG.html +1 -0
  81. package/docs/html/variables/RXAP_NAVIGATION_CONFIG.html +1 -0
  82. package/docs/html/variables/RXAP_NAVIGATION_CONFIG_INSERTS.html +1 -0
  83. package/docs/html/variables/RXAP_RELEASE_INFO_MODULE.html +1 -0
  84. package/docs/html/variables/RXAP_SETTINGS_MENU_ITEM.html +1 -0
  85. package/docs/html/variables/RXAP_SETTINGS_MENU_ITEM_COMPONENT.html +1 -0
  86. package/docs/html/variables/RXAP_USER_PROFILE_DATA_SOURCE.html +1 -0
  87. package/docs/markdown/README.md +305 -0
  88. package/docs/markdown/classes/AppsButtonComponent.md +83 -0
  89. package/docs/markdown/classes/BaseLayoutComponent.md +19 -0
  90. package/docs/markdown/classes/DefaultHeaderComponent.md +59 -0
  91. package/docs/markdown/classes/DefaultHeaderService.md +87 -0
  92. package/docs/markdown/classes/ExternalAppsService.md +251 -0
  93. package/docs/markdown/classes/FooterComponent.md +35 -0
  94. package/docs/markdown/classes/FooterDirective.md +65 -0
  95. package/docs/markdown/classes/FooterService.md +87 -0
  96. package/docs/markdown/classes/HeaderComponent.md +43 -0
  97. package/docs/markdown/classes/HeaderDirective.md +65 -0
  98. package/docs/markdown/classes/HeaderService.md +87 -0
  99. package/docs/markdown/classes/LayoutComponent.md +43 -0
  100. package/docs/markdown/classes/LayoutService.md +149 -0
  101. package/docs/markdown/classes/LogoService.md +51 -0
  102. package/docs/markdown/classes/MinimalLayoutComponent.md +19 -0
  103. package/docs/markdown/classes/NavigationComponent.md +139 -0
  104. package/docs/markdown/classes/NavigationItemComponent.md +195 -0
  105. package/docs/markdown/classes/NavigationProgressBarComponent.md +35 -0
  106. package/docs/markdown/classes/NavigationService.md +205 -0
  107. package/docs/markdown/classes/ReleaseInfoComponent.md +47 -0
  108. package/docs/markdown/classes/SettingsButtonComponent.md +229 -0
  109. package/docs/markdown/classes/SidenavComponent.md +135 -0
  110. package/docs/markdown/classes/SidenavFooterDirective.md +35 -0
  111. package/docs/markdown/classes/SidenavHeaderDirective.md +35 -0
  112. package/docs/markdown/classes/SidenavToggleButtonComponent.md +39 -0
  113. package/docs/markdown/classes/UserProfileIconComponent.md +47 -0
  114. package/docs/markdown/functions/IsNavigationDividerItem.md +21 -0
  115. package/docs/markdown/functions/IsNavigationInsertItem.md +21 -0
  116. package/docs/markdown/functions/IsNavigationItem.md +21 -0
  117. package/docs/markdown/functions/provideExternalApps.md +21 -0
  118. package/docs/markdown/functions/provideLayout.md +21 -0
  119. package/docs/markdown/functions/withDefaultHeaderComponent.md +15 -0
  120. package/docs/markdown/functions/withDefaultHeaderItems.md +21 -0
  121. package/docs/markdown/functions/withFooterComponents.md +21 -0
  122. package/docs/markdown/functions/withHeaderComponents.md +21 -0
  123. package/docs/markdown/functions/withNavigationConfig.md +21 -0
  124. package/docs/markdown/functions/withNavigationInserts.md +21 -0
  125. package/docs/markdown/functions/withReleaseInfoModules.md +21 -0
  126. package/docs/markdown/functions/withSettingsMenuItems.md +21 -0
  127. package/docs/markdown/functions/withUserProfileDataSource.md +25 -0
  128. package/docs/markdown/globals.md +86 -0
  129. package/docs/markdown/interfaces/NavigationDividerItem.md +25 -0
  130. package/docs/markdown/interfaces/NavigationInsertItem.md +17 -0
  131. package/docs/markdown/interfaces/NavigationItem.md +61 -0
  132. package/docs/markdown/interfaces/NavigationStatus.md +27 -0
  133. package/docs/markdown/interfaces/ReleaseInfoModule.md +33 -0
  134. package/docs/markdown/interfaces/SettingsMenuItem.md +37 -0
  135. package/docs/markdown/type-aliases/DefaultHeaderItemComponent.md +11 -0
  136. package/docs/markdown/type-aliases/ExternalApp.md +11 -0
  137. package/docs/markdown/type-aliases/ExtractUsernameFromProfileFn.md +25 -0
  138. package/docs/markdown/type-aliases/Navigation.md +11 -0
  139. package/docs/markdown/type-aliases/NavigationWithInserts.md +11 -0
  140. package/docs/markdown/type-aliases/SettingsMenuItemComponent.md +11 -0
  141. package/docs/markdown/variables/EXTRACT_USERNAME_FROM_PROFILE.md +11 -0
  142. package/docs/markdown/variables/RXAP_DEFAULT_HEADER_ITEM_COMPONENT.md +11 -0
  143. package/docs/markdown/variables/RXAP_EXTERNAL_APP.md +11 -0
  144. package/docs/markdown/variables/RXAP_EXTERNAL_APP_FILTER.md +11 -0
  145. package/docs/markdown/variables/RXAP_FOOTER_COMPONENT.md +11 -0
  146. package/docs/markdown/variables/RXAP_HEADER_COMPONENT.md +11 -0
  147. package/docs/markdown/variables/RXAP_LAYOUT_APPS_GRID.md +11 -0
  148. package/docs/markdown/variables/RXAP_LOGO_CONFIG.md +11 -0
  149. package/docs/markdown/variables/RXAP_NAVIGATION_CONFIG.md +11 -0
  150. package/docs/markdown/variables/RXAP_NAVIGATION_CONFIG_INSERTS.md +11 -0
  151. package/docs/markdown/variables/RXAP_RELEASE_INFO_MODULE.md +11 -0
  152. package/docs/markdown/variables/RXAP_SETTINGS_MENU_ITEM.md +11 -0
  153. package/docs/markdown/variables/RXAP_SETTINGS_MENU_ITEM_COMPONENT.md +11 -0
  154. package/docs/markdown/variables/RXAP_USER_PROFILE_DATA_SOURCE.md +11 -0
  155. package/docs/wiki/Class.AppsButtonComponent.md +79 -0
  156. package/docs/wiki/Class.BaseLayoutComponent.md +15 -0
  157. package/docs/wiki/Class.DefaultHeaderComponent.md +55 -0
  158. package/docs/wiki/Class.DefaultHeaderService.md +83 -0
  159. package/docs/wiki/Class.ExternalAppsService.md +247 -0
  160. package/docs/wiki/Class.FooterComponent.md +31 -0
  161. package/docs/wiki/Class.FooterDirective.md +61 -0
  162. package/docs/wiki/Class.FooterService.md +83 -0
  163. package/docs/wiki/Class.HeaderComponent.md +39 -0
  164. package/docs/wiki/Class.HeaderDirective.md +61 -0
  165. package/docs/wiki/Class.HeaderService.md +83 -0
  166. package/docs/wiki/Class.LayoutComponent.md +39 -0
  167. package/docs/wiki/Class.LayoutService.md +145 -0
  168. package/docs/wiki/Class.LogoService.md +47 -0
  169. package/docs/wiki/Class.MinimalLayoutComponent.md +15 -0
  170. package/docs/wiki/Class.NavigationComponent.md +135 -0
  171. package/docs/wiki/Class.NavigationItemComponent.md +191 -0
  172. package/docs/wiki/Class.NavigationProgressBarComponent.md +31 -0
  173. package/docs/wiki/Class.NavigationService.md +201 -0
  174. package/docs/wiki/Class.ReleaseInfoComponent.md +43 -0
  175. package/docs/wiki/Class.SettingsButtonComponent.md +225 -0
  176. package/docs/wiki/Class.SidenavComponent.md +131 -0
  177. package/docs/wiki/Class.SidenavFooterDirective.md +31 -0
  178. package/docs/wiki/Class.SidenavHeaderDirective.md +31 -0
  179. package/docs/wiki/Class.SidenavToggleButtonComponent.md +35 -0
  180. package/docs/wiki/Class.UserProfileIconComponent.md +43 -0
  181. package/docs/wiki/Function.IsNavigationDividerItem.md +17 -0
  182. package/docs/wiki/Function.IsNavigationInsertItem.md +17 -0
  183. package/docs/wiki/Function.IsNavigationItem.md +17 -0
  184. package/docs/wiki/Function.provideExternalApps.md +17 -0
  185. package/docs/wiki/Function.provideLayout.md +17 -0
  186. package/docs/wiki/Function.withDefaultHeaderComponent.md +11 -0
  187. package/docs/wiki/Function.withDefaultHeaderItems.md +17 -0
  188. package/docs/wiki/Function.withFooterComponents.md +17 -0
  189. package/docs/wiki/Function.withHeaderComponents.md +17 -0
  190. package/docs/wiki/Function.withNavigationConfig.md +17 -0
  191. package/docs/wiki/Function.withNavigationInserts.md +17 -0
  192. package/docs/wiki/Function.withReleaseInfoModules.md +17 -0
  193. package/docs/wiki/Function.withSettingsMenuItems.md +17 -0
  194. package/docs/wiki/Function.withUserProfileDataSource.md +21 -0
  195. package/docs/wiki/Home.md +301 -0
  196. package/docs/wiki/Interface.NavigationDividerItem.md +21 -0
  197. package/docs/wiki/Interface.NavigationInsertItem.md +13 -0
  198. package/docs/wiki/Interface.NavigationItem.md +57 -0
  199. package/docs/wiki/Interface.NavigationStatus.md +23 -0
  200. package/docs/wiki/Interface.ReleaseInfoModule.md +29 -0
  201. package/docs/wiki/Interface.SettingsMenuItem.md +33 -0
  202. package/docs/wiki/TypeAlias.DefaultHeaderItemComponent.md +7 -0
  203. package/docs/wiki/TypeAlias.ExternalApp.md +7 -0
  204. package/docs/wiki/TypeAlias.ExtractUsernameFromProfileFn.md +21 -0
  205. package/docs/wiki/TypeAlias.Navigation.md +7 -0
  206. package/docs/wiki/TypeAlias.NavigationWithInserts.md +7 -0
  207. package/docs/wiki/TypeAlias.SettingsMenuItemComponent.md +7 -0
  208. package/docs/wiki/Variable.EXTRACT_USERNAME_FROM_PROFILE.md +7 -0
  209. package/docs/wiki/Variable.RXAP_DEFAULT_HEADER_ITEM_COMPONENT.md +7 -0
  210. package/docs/wiki/Variable.RXAP_EXTERNAL_APP.md +7 -0
  211. package/docs/wiki/Variable.RXAP_EXTERNAL_APP_FILTER.md +7 -0
  212. package/docs/wiki/Variable.RXAP_FOOTER_COMPONENT.md +7 -0
  213. package/docs/wiki/Variable.RXAP_HEADER_COMPONENT.md +7 -0
  214. package/docs/wiki/Variable.RXAP_LAYOUT_APPS_GRID.md +7 -0
  215. package/docs/wiki/Variable.RXAP_LOGO_CONFIG.md +7 -0
  216. package/docs/wiki/Variable.RXAP_NAVIGATION_CONFIG.md +7 -0
  217. package/docs/wiki/Variable.RXAP_NAVIGATION_CONFIG_INSERTS.md +7 -0
  218. package/docs/wiki/Variable.RXAP_RELEASE_INFO_MODULE.md +7 -0
  219. package/docs/wiki/Variable.RXAP_SETTINGS_MENU_ITEM.md +7 -0
  220. package/docs/wiki/Variable.RXAP_SETTINGS_MENU_ITEM_COMPONENT.md +7 -0
  221. package/docs/wiki/Variable.RXAP_USER_PROFILE_DATA_SOURCE.md +7 -0
  222. package/docs/wiki/_Sidebar.md +82 -0
  223. package/docs/wiki/globals.md +82 -0
  224. package/package.json +10 -10
@@ -0,0 +1,247 @@
1
+ [@rxap/layout](../wiki/globals) / ExternalAppsService
2
+
3
+ # Class: ExternalAppsService
4
+
5
+ Defined in: [external-apps.service.ts:22](https://gitlab.com/rxap/packages/-/blob/8058138ff98d9e37b711846892c79ebc45ed17d4/packages/angular/layout/src/lib/external-apps.service.ts#L22)
6
+
7
+ ## Constructors
8
+
9
+ ### new ExternalAppsService()
10
+
11
+ > **new ExternalAppsService**(): [`ExternalAppsService`](../wiki/Class.ExternalAppsService)
12
+
13
+ #### Returns
14
+
15
+ [`ExternalAppsService`](../wiki/Class.ExternalAppsService)
16
+
17
+ ## Properties
18
+
19
+ ### activeAppList
20
+
21
+ > `readonly` **activeAppList**: `WritableSignal`\<`AppsNavigationConfig`[]\>
22
+
23
+ Defined in: [external-apps.service.ts:34](https://gitlab.com/rxap/packages/-/blob/8058138ff98d9e37b711846892c79ebc45ed17d4/packages/angular/layout/src/lib/external-apps.service.ts#L34)
24
+
25
+ The list of active apps that is processed by the getAppList method
26
+
27
+ ***
28
+
29
+ ### appFilterList
30
+
31
+ > `protected` `readonly` **appFilterList**: `MethodWithParameters`\<`AppsNavigationConfig`[], `AppsNavigationConfig`[]\>[]
32
+
33
+ Defined in: [external-apps.service.ts:24](https://gitlab.com/rxap/packages/-/blob/8058138ff98d9e37b711846892c79ebc45ed17d4/packages/angular/layout/src/lib/external-apps.service.ts#L24)
34
+
35
+ ***
36
+
37
+ ### apps
38
+
39
+ > `protected` `readonly` **apps**: `AppsNavigationConfig`[]
40
+
41
+ Defined in: [external-apps.service.ts:28](https://gitlab.com/rxap/packages/-/blob/8058138ff98d9e37b711846892c79ebc45ed17d4/packages/angular/layout/src/lib/external-apps.service.ts#L28)
42
+
43
+ ***
44
+
45
+ ### config
46
+
47
+ > `protected` `readonly` **config**: `ConfigService`\<`any`\>
48
+
49
+ Defined in: [external-apps.service.ts:25](https://gitlab.com/rxap/packages/-/blob/8058138ff98d9e37b711846892c79ebc45ed17d4/packages/angular/layout/src/lib/external-apps.service.ts#L25)
50
+
51
+ ***
52
+
53
+ ### environment
54
+
55
+ > `protected` `readonly` **environment**: `Environment`
56
+
57
+ Defined in: [external-apps.service.ts:27](https://gitlab.com/rxap/packages/-/blob/8058138ff98d9e37b711846892c79ebc45ed17d4/packages/angular/layout/src/lib/external-apps.service.ts#L27)
58
+
59
+ ***
60
+
61
+ ### externalApps
62
+
63
+ > `protected` `readonly` **externalApps**: `AppsNavigationConfig`[]
64
+
65
+ Defined in: [external-apps.service.ts:29](https://gitlab.com/rxap/packages/-/blob/8058138ff98d9e37b711846892c79ebc45ed17d4/packages/angular/layout/src/lib/external-apps.service.ts#L29)
66
+
67
+ ***
68
+
69
+ ### localeId
70
+
71
+ > `protected` `readonly` **localeId**: `string`
72
+
73
+ Defined in: [external-apps.service.ts:26](https://gitlab.com/rxap/packages/-/blob/8058138ff98d9e37b711846892c79ebc45ed17d4/packages/angular/layout/src/lib/external-apps.service.ts#L26)
74
+
75
+ ## Methods
76
+
77
+ ### getApp()
78
+
79
+ > **getApp**(`appId`): `null` \| `AppsNavigationConfig`
80
+
81
+ Defined in: [external-apps.service.ts:40](https://gitlab.com/rxap/packages/-/blob/8058138ff98d9e37b711846892c79ebc45ed17d4/packages/angular/layout/src/lib/external-apps.service.ts#L40)
82
+
83
+ #### Parameters
84
+
85
+ ##### appId
86
+
87
+ `string`
88
+
89
+ #### Returns
90
+
91
+ `null` \| `AppsNavigationConfig`
92
+
93
+ ***
94
+
95
+ ### getAppList()
96
+
97
+ > **getAppList**(): `Promise`\<`AppsNavigationConfig`[]\>
98
+
99
+ Defined in: [external-apps.service.ts:100](https://gitlab.com/rxap/packages/-/blob/8058138ff98d9e37b711846892c79ebc45ed17d4/packages/angular/layout/src/lib/external-apps.service.ts#L100)
100
+
101
+ #### Returns
102
+
103
+ `Promise`\<`AppsNavigationConfig`[]\>
104
+
105
+ ***
106
+
107
+ ### getAppRouterLink()
108
+
109
+ > **getAppRouterLink**(`appId`, `path`): `null` \| `string`[]
110
+
111
+ Defined in: [external-apps.service.ts:63](https://gitlab.com/rxap/packages/-/blob/8058138ff98d9e37b711846892c79ebc45ed17d4/packages/angular/layout/src/lib/external-apps.service.ts#L63)
112
+
113
+ #### Parameters
114
+
115
+ ##### appId
116
+
117
+ `string`
118
+
119
+ ##### path
120
+
121
+ `string`
122
+
123
+ #### Returns
124
+
125
+ `null` \| `string`[]
126
+
127
+ ***
128
+
129
+ ### getAppRouterLinkOrThrow()
130
+
131
+ > **getAppRouterLinkOrThrow**(`appId`, `path`): `string`[]
132
+
133
+ Defined in: [external-apps.service.ts:82](https://gitlab.com/rxap/packages/-/blob/8058138ff98d9e37b711846892c79ebc45ed17d4/packages/angular/layout/src/lib/external-apps.service.ts#L82)
134
+
135
+ #### Parameters
136
+
137
+ ##### appId
138
+
139
+ `string`
140
+
141
+ ##### path
142
+
143
+ `string`
144
+
145
+ #### Returns
146
+
147
+ `string`[]
148
+
149
+ ***
150
+
151
+ ### getAppUrl()
152
+
153
+ > **getAppUrl**(`appId`, `path`, `infix`): `null` \| `string`
154
+
155
+ Defined in: [external-apps.service.ts:51](https://gitlab.com/rxap/packages/-/blob/8058138ff98d9e37b711846892c79ebc45ed17d4/packages/angular/layout/src/lib/external-apps.service.ts#L51)
156
+
157
+ #### Parameters
158
+
159
+ ##### appId
160
+
161
+ `string`
162
+
163
+ ##### path
164
+
165
+ `string`
166
+
167
+ ##### infix
168
+
169
+ `null` | `string`
170
+
171
+ #### Returns
172
+
173
+ `null` \| `string`
174
+
175
+ ***
176
+
177
+ ### getAppUrlOrThrow()
178
+
179
+ > **getAppUrlOrThrow**(`appId`, `path`): `string`
180
+
181
+ Defined in: [external-apps.service.ts:74](https://gitlab.com/rxap/packages/-/blob/8058138ff98d9e37b711846892c79ebc45ed17d4/packages/angular/layout/src/lib/external-apps.service.ts#L74)
182
+
183
+ #### Parameters
184
+
185
+ ##### appId
186
+
187
+ `string`
188
+
189
+ ##### path
190
+
191
+ `string`
192
+
193
+ #### Returns
194
+
195
+ `string`
196
+
197
+ ***
198
+
199
+ ### getPathPrefix()
200
+
201
+ > `protected` **getPathPrefix**(): `string`
202
+
203
+ Defined in: [external-apps.service.ts:122](https://gitlab.com/rxap/packages/-/blob/8058138ff98d9e37b711846892c79ebc45ed17d4/packages/angular/layout/src/lib/external-apps.service.ts#L122)
204
+
205
+ #### Returns
206
+
207
+ `string`
208
+
209
+ ***
210
+
211
+ ### hasApp()
212
+
213
+ > **hasApp**(`appId`): `boolean`
214
+
215
+ Defined in: [external-apps.service.ts:36](https://gitlab.com/rxap/packages/-/blob/8058138ff98d9e37b711846892c79ebc45ed17d4/packages/angular/layout/src/lib/external-apps.service.ts#L36)
216
+
217
+ #### Parameters
218
+
219
+ ##### appId
220
+
221
+ `string`
222
+
223
+ #### Returns
224
+
225
+ `boolean`
226
+
227
+ ***
228
+
229
+ ### navigate()
230
+
231
+ > **navigate**(`appId`, `path`): `void`
232
+
233
+ Defined in: [external-apps.service.ts:90](https://gitlab.com/rxap/packages/-/blob/8058138ff98d9e37b711846892c79ebc45ed17d4/packages/angular/layout/src/lib/external-apps.service.ts#L90)
234
+
235
+ #### Parameters
236
+
237
+ ##### appId
238
+
239
+ `string`
240
+
241
+ ##### path
242
+
243
+ `string`
244
+
245
+ #### Returns
246
+
247
+ `void`
@@ -0,0 +1,31 @@
1
+ [@rxap/layout](../wiki/globals) / FooterComponent
2
+
3
+ # Class: FooterComponent
4
+
5
+ Defined in: [footer/footer.component.ts:18](https://gitlab.com/rxap/packages/-/blob/8058138ff98d9e37b711846892c79ebc45ed17d4/packages/angular/layout/src/lib/footer/footer.component.ts#L18)
6
+
7
+ ## Constructors
8
+
9
+ ### new FooterComponent()
10
+
11
+ > **new FooterComponent**(): [`FooterComponent`](../wiki/Class.FooterComponent)
12
+
13
+ #### Returns
14
+
15
+ [`FooterComponent`](../wiki/Class.FooterComponent)
16
+
17
+ ## Properties
18
+
19
+ ### hasPortals
20
+
21
+ > `readonly` **hasPortals**: `Signal`\<`boolean`\>
22
+
23
+ Defined in: [footer/footer.component.ts:23](https://gitlab.com/rxap/packages/-/blob/8058138ff98d9e37b711846892c79ebc45ed17d4/packages/angular/layout/src/lib/footer/footer.component.ts#L23)
24
+
25
+ ***
26
+
27
+ ### portals
28
+
29
+ > `readonly` **portals**: `Signal`\<`Portal`\<`unknown`\>[]\>
30
+
31
+ Defined in: [footer/footer.component.ts:22](https://gitlab.com/rxap/packages/-/blob/8058138ff98d9e37b711846892c79ebc45ed17d4/packages/angular/layout/src/lib/footer/footer.component.ts#L22)
@@ -0,0 +1,61 @@
1
+ [@rxap/layout](../wiki/globals) / FooterDirective
2
+
3
+ # Class: FooterDirective
4
+
5
+ Defined in: [footer/footer.directive.ts:16](https://gitlab.com/rxap/packages/-/blob/8058138ff98d9e37b711846892c79ebc45ed17d4/packages/angular/layout/src/lib/footer/footer.directive.ts#L16)
6
+
7
+ ## Implements
8
+
9
+ - `OnInit`
10
+ - `OnDestroy`
11
+
12
+ ## Constructors
13
+
14
+ ### new FooterDirective()
15
+
16
+ > **new FooterDirective**(): [`FooterDirective`](../wiki/Class.FooterDirective)
17
+
18
+ #### Returns
19
+
20
+ [`FooterDirective`](../wiki/Class.FooterDirective)
21
+
22
+ ## Methods
23
+
24
+ ### ngOnDestroy()
25
+
26
+ > **ngOnDestroy**(): `void`
27
+
28
+ Defined in: [footer/footer.directive.ts:31](https://gitlab.com/rxap/packages/-/blob/8058138ff98d9e37b711846892c79ebc45ed17d4/packages/angular/layout/src/lib/footer/footer.directive.ts#L31)
29
+
30
+ A callback method that performs custom clean-up, invoked immediately
31
+ before a directive, pipe, or service instance is destroyed.
32
+
33
+ #### Returns
34
+
35
+ `void`
36
+
37
+ #### Implementation of
38
+
39
+ `OnDestroy.ngOnDestroy`
40
+
41
+ ***
42
+
43
+ ### ngOnInit()
44
+
45
+ > **ngOnInit**(): `void`
46
+
47
+ Defined in: [footer/footer.directive.ts:23](https://gitlab.com/rxap/packages/-/blob/8058138ff98d9e37b711846892c79ebc45ed17d4/packages/angular/layout/src/lib/footer/footer.directive.ts#L23)
48
+
49
+ A callback method that is invoked immediately after the
50
+ default change detector has checked the directive's
51
+ data-bound properties for the first time,
52
+ and before any of the view or content children have been checked.
53
+ It is invoked only once when the directive is instantiated.
54
+
55
+ #### Returns
56
+
57
+ `void`
58
+
59
+ #### Implementation of
60
+
61
+ `OnInit.ngOnInit`
@@ -0,0 +1,83 @@
1
+ [@rxap/layout](../wiki/globals) / FooterService
2
+
3
+ # Class: FooterService
4
+
5
+ Defined in: [footer.service.ts:16](https://gitlab.com/rxap/packages/-/blob/8058138ff98d9e37b711846892c79ebc45ed17d4/packages/angular/layout/src/lib/footer.service.ts#L16)
6
+
7
+ ## Constructors
8
+
9
+ ### new FooterService()
10
+
11
+ > **new FooterService**(): [`FooterService`](../wiki/Class.FooterService)
12
+
13
+ #### Returns
14
+
15
+ [`FooterService`](../wiki/Class.FooterService)
16
+
17
+ ## Properties
18
+
19
+ ### portalCount
20
+
21
+ > `readonly` **portalCount**: `Signal`\<`number`\>
22
+
23
+ Defined in: [footer.service.ts:31](https://gitlab.com/rxap/packages/-/blob/8058138ff98d9e37b711846892c79ebc45ed17d4/packages/angular/layout/src/lib/footer.service.ts#L31)
24
+
25
+ Computes the count of portals.
26
+
27
+ #### Returns
28
+
29
+ The count of portals.
30
+
31
+ ***
32
+
33
+ ### portals
34
+
35
+ > `readonly` **portals**: `WritableSignal`\<`Portal`\<`unknown`\>[]\>
36
+
37
+ Defined in: [footer.service.ts:23](https://gitlab.com/rxap/packages/-/blob/8058138ff98d9e37b711846892c79ebc45ed17d4/packages/angular/layout/src/lib/footer.service.ts#L23)
38
+
39
+ Represents an array of `Portal` objects with unknown type.
40
+
41
+ ## Methods
42
+
43
+ ### pushPortal()
44
+
45
+ > **pushPortal**(`portal`): `void`
46
+
47
+ Defined in: [footer.service.ts:40](https://gitlab.com/rxap/packages/-/blob/8058138ff98d9e37b711846892c79ebc45ed17d4/packages/angular/layout/src/lib/footer.service.ts#L40)
48
+
49
+ Adds a portal to the list of portals.
50
+
51
+ #### Parameters
52
+
53
+ ##### portal
54
+
55
+ `Portal`\<`unknown`\>
56
+
57
+ The portal to be added.
58
+
59
+ #### Returns
60
+
61
+ `void`
62
+
63
+ ***
64
+
65
+ ### removePortal()
66
+
67
+ > **removePortal**(`portal`): `void`
68
+
69
+ Defined in: [footer.service.ts:56](https://gitlab.com/rxap/packages/-/blob/8058138ff98d9e37b711846892c79ebc45ed17d4/packages/angular/layout/src/lib/footer.service.ts#L56)
70
+
71
+ Removes a portal from the list of portals.
72
+
73
+ #### Parameters
74
+
75
+ ##### portal
76
+
77
+ `Portal`\<`unknown`\>
78
+
79
+ The portal to be removed.
80
+
81
+ #### Returns
82
+
83
+ `void`
@@ -0,0 +1,39 @@
1
+ [@rxap/layout](../wiki/globals) / HeaderComponent
2
+
3
+ # Class: HeaderComponent
4
+
5
+ Defined in: [header/header.component.ts:27](https://gitlab.com/rxap/packages/-/blob/8058138ff98d9e37b711846892c79ebc45ed17d4/packages/angular/layout/src/lib/header/header.component.ts#L27)
6
+
7
+ ## Constructors
8
+
9
+ ### new HeaderComponent()
10
+
11
+ > **new HeaderComponent**(): [`HeaderComponent`](../wiki/Class.HeaderComponent)
12
+
13
+ #### Returns
14
+
15
+ [`HeaderComponent`](../wiki/Class.HeaderComponent)
16
+
17
+ ## Properties
18
+
19
+ ### color
20
+
21
+ > `readonly` **color**: `InputSignal`\<`ThemePalette`\>
22
+
23
+ Defined in: [header/header.component.ts:29](https://gitlab.com/rxap/packages/-/blob/8058138ff98d9e37b711846892c79ebc45ed17d4/packages/angular/layout/src/lib/header/header.component.ts#L29)
24
+
25
+ ***
26
+
27
+ ### hasPortals
28
+
29
+ > `readonly` **hasPortals**: `Signal`\<`boolean`\>
30
+
31
+ Defined in: [header/header.component.ts:34](https://gitlab.com/rxap/packages/-/blob/8058138ff98d9e37b711846892c79ebc45ed17d4/packages/angular/layout/src/lib/header/header.component.ts#L34)
32
+
33
+ ***
34
+
35
+ ### portals
36
+
37
+ > `readonly` **portals**: `Signal`\<`Portal`\<`unknown`\>[]\>
38
+
39
+ Defined in: [header/header.component.ts:33](https://gitlab.com/rxap/packages/-/blob/8058138ff98d9e37b711846892c79ebc45ed17d4/packages/angular/layout/src/lib/header/header.component.ts#L33)
@@ -0,0 +1,61 @@
1
+ [@rxap/layout](../wiki/globals) / HeaderDirective
2
+
3
+ # Class: HeaderDirective
4
+
5
+ Defined in: [header/header.directive.ts:16](https://gitlab.com/rxap/packages/-/blob/8058138ff98d9e37b711846892c79ebc45ed17d4/packages/angular/layout/src/lib/header/header.directive.ts#L16)
6
+
7
+ ## Implements
8
+
9
+ - `OnInit`
10
+ - `OnDestroy`
11
+
12
+ ## Constructors
13
+
14
+ ### new HeaderDirective()
15
+
16
+ > **new HeaderDirective**(): [`HeaderDirective`](../wiki/Class.HeaderDirective)
17
+
18
+ #### Returns
19
+
20
+ [`HeaderDirective`](../wiki/Class.HeaderDirective)
21
+
22
+ ## Methods
23
+
24
+ ### ngOnDestroy()
25
+
26
+ > **ngOnDestroy**(): `void`
27
+
28
+ Defined in: [header/header.directive.ts:31](https://gitlab.com/rxap/packages/-/blob/8058138ff98d9e37b711846892c79ebc45ed17d4/packages/angular/layout/src/lib/header/header.directive.ts#L31)
29
+
30
+ A callback method that performs custom clean-up, invoked immediately
31
+ before a directive, pipe, or service instance is destroyed.
32
+
33
+ #### Returns
34
+
35
+ `void`
36
+
37
+ #### Implementation of
38
+
39
+ `OnDestroy.ngOnDestroy`
40
+
41
+ ***
42
+
43
+ ### ngOnInit()
44
+
45
+ > **ngOnInit**(): `void`
46
+
47
+ Defined in: [header/header.directive.ts:23](https://gitlab.com/rxap/packages/-/blob/8058138ff98d9e37b711846892c79ebc45ed17d4/packages/angular/layout/src/lib/header/header.directive.ts#L23)
48
+
49
+ A callback method that is invoked immediately after the
50
+ default change detector has checked the directive's
51
+ data-bound properties for the first time,
52
+ and before any of the view or content children have been checked.
53
+ It is invoked only once when the directive is instantiated.
54
+
55
+ #### Returns
56
+
57
+ `void`
58
+
59
+ #### Implementation of
60
+
61
+ `OnInit.ngOnInit`
@@ -0,0 +1,83 @@
1
+ [@rxap/layout](../wiki/globals) / HeaderService
2
+
3
+ # Class: HeaderService
4
+
5
+ Defined in: [header.service.ts:16](https://gitlab.com/rxap/packages/-/blob/8058138ff98d9e37b711846892c79ebc45ed17d4/packages/angular/layout/src/lib/header.service.ts#L16)
6
+
7
+ ## Constructors
8
+
9
+ ### new HeaderService()
10
+
11
+ > **new HeaderService**(): [`HeaderService`](../wiki/Class.HeaderService)
12
+
13
+ #### Returns
14
+
15
+ [`HeaderService`](../wiki/Class.HeaderService)
16
+
17
+ ## Properties
18
+
19
+ ### portalCount
20
+
21
+ > `readonly` **portalCount**: `Signal`\<`number`\>
22
+
23
+ Defined in: [header.service.ts:33](https://gitlab.com/rxap/packages/-/blob/8058138ff98d9e37b711846892c79ebc45ed17d4/packages/angular/layout/src/lib/header.service.ts#L33)
24
+
25
+ Computes the count of portals.
26
+
27
+ #### Returns
28
+
29
+ The count of portals.
30
+
31
+ ***
32
+
33
+ ### portals
34
+
35
+ > `readonly` **portals**: `WritableSignal`\<`Portal`\<`unknown`\>[]\>
36
+
37
+ Defined in: [header.service.ts:25](https://gitlab.com/rxap/packages/-/blob/8058138ff98d9e37b711846892c79ebc45ed17d4/packages/angular/layout/src/lib/header.service.ts#L25)
38
+
39
+ Represents an array of `Portal` objects with unknown type.
40
+
41
+ ## Methods
42
+
43
+ ### pushPortal()
44
+
45
+ > **pushPortal**(`portal`): `void`
46
+
47
+ Defined in: [header.service.ts:43](https://gitlab.com/rxap/packages/-/blob/8058138ff98d9e37b711846892c79ebc45ed17d4/packages/angular/layout/src/lib/header.service.ts#L43)
48
+
49
+ Adds a portal to the list of portals.
50
+
51
+ #### Parameters
52
+
53
+ ##### portal
54
+
55
+ `Portal`\<`unknown`\>
56
+
57
+ The portal to be added.
58
+
59
+ #### Returns
60
+
61
+ `void`
62
+
63
+ ***
64
+
65
+ ### removePortal()
66
+
67
+ > **removePortal**(`portal`): `void`
68
+
69
+ Defined in: [header.service.ts:59](https://gitlab.com/rxap/packages/-/blob/8058138ff98d9e37b711846892c79ebc45ed17d4/packages/angular/layout/src/lib/header.service.ts#L59)
70
+
71
+ Removes a portal from the list of portals.
72
+
73
+ #### Parameters
74
+
75
+ ##### portal
76
+
77
+ `Portal`\<`unknown`\>
78
+
79
+ The portal to be removed.
80
+
81
+ #### Returns
82
+
83
+ `void`
@@ -0,0 +1,39 @@
1
+ [@rxap/layout](../wiki/globals) / LayoutComponent
2
+
3
+ # Class: LayoutComponent
4
+
5
+ Defined in: [layout/layout.component.ts:59](https://gitlab.com/rxap/packages/-/blob/8058138ff98d9e37b711846892c79ebc45ed17d4/packages/angular/layout/src/lib/layout/layout.component.ts#L59)
6
+
7
+ ## Constructors
8
+
9
+ ### new LayoutComponent()
10
+
11
+ > **new LayoutComponent**(): [`LayoutComponent`](../wiki/Class.LayoutComponent)
12
+
13
+ #### Returns
14
+
15
+ [`LayoutComponent`](../wiki/Class.LayoutComponent)
16
+
17
+ ## Properties
18
+
19
+ ### logoHeight
20
+
21
+ > `readonly` **logoHeight**: `Signal`\<`number`\>
22
+
23
+ Defined in: [layout/layout.component.ts:64](https://gitlab.com/rxap/packages/-/blob/8058138ff98d9e37b711846892c79ebc45ed17d4/packages/angular/layout/src/lib/layout/layout.component.ts#L64)
24
+
25
+ ***
26
+
27
+ ### logoSrc
28
+
29
+ > `readonly` **logoSrc**: `Signal`\<`string`\>
30
+
31
+ Defined in: [layout/layout.component.ts:62](https://gitlab.com/rxap/packages/-/blob/8058138ff98d9e37b711846892c79ebc45ed17d4/packages/angular/layout/src/lib/layout/layout.component.ts#L62)
32
+
33
+ ***
34
+
35
+ ### logoWidth
36
+
37
+ > `readonly` **logoWidth**: `Signal`\<`number`\>
38
+
39
+ Defined in: [layout/layout.component.ts:63](https://gitlab.com/rxap/packages/-/blob/8058138ff98d9e37b711846892c79ebc45ed17d4/packages/angular/layout/src/lib/layout/layout.component.ts#L63)