@rxap/layout 19.0.1-dev.13 → 19.0.1-dev.4

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 (299) hide show
  1. package/CHANGELOG.md +0 -38
  2. package/README.md +1 -1
  3. package/compodoc/changelog.html +0 -21
  4. package/compodoc/components/DefaultHeaderComponent.html +3 -3
  5. package/compodoc/dependencies.html +13 -13
  6. package/compodoc/index.html +1 -1
  7. package/compodoc/js/search/search_index.js +2 -2
  8. package/compodoc/properties.html +1 -1
  9. package/docs/assets/icons.js +15 -0
  10. package/docs/assets/icons.svg +1 -0
  11. package/docs/{html/assets → assets}/main.js +4 -5
  12. package/docs/assets/navigation.js +1 -0
  13. package/docs/assets/search.js +1 -0
  14. package/docs/assets/style.css +1412 -0
  15. package/docs/classes/AppsButtonComponent.html +9 -0
  16. package/docs/classes/BaseLayoutComponent.html +2 -0
  17. package/docs/classes/DefaultHeaderComponent.html +9 -0
  18. package/docs/classes/DefaultHeaderService.html +16 -0
  19. package/docs/classes/ExternalAppsService.html +19 -0
  20. package/docs/classes/FooterComponent.html +5 -0
  21. package/docs/classes/FooterDirective.html +8 -0
  22. package/docs/classes/FooterService.html +14 -0
  23. package/docs/classes/HeaderComponent.html +6 -0
  24. package/docs/classes/HeaderDirective.html +8 -0
  25. package/docs/classes/HeaderService.html +14 -0
  26. package/docs/classes/LayoutComponent.html +6 -0
  27. package/docs/classes/LayoutService.html +20 -0
  28. package/docs/classes/LogoService.html +7 -0
  29. package/docs/classes/MinimalLayoutComponent.html +2 -0
  30. package/docs/classes/NavigationComponent.html +14 -0
  31. package/docs/classes/NavigationItemComponent.html +19 -0
  32. package/docs/classes/NavigationProgressBarComponent.html +4 -0
  33. package/docs/classes/NavigationService.html +17 -0
  34. package/docs/classes/ReleaseInfoComponent.html +6 -0
  35. package/docs/classes/SettingsButtonComponent.html +25 -0
  36. package/docs/classes/SidenavComponent.html +17 -0
  37. package/docs/classes/SidenavFooterDirective.html +3 -0
  38. package/docs/classes/SidenavHeaderDirective.html +3 -0
  39. package/docs/classes/SidenavToggleButtonComponent.html +5 -0
  40. package/docs/classes/UserProfileIconComponent.html +7 -0
  41. package/docs/documentation.json +3528 -1831
  42. package/docs/functions/IsNavigationDividerItem.html +1 -0
  43. package/docs/functions/IsNavigationInsertItem.html +1 -0
  44. package/docs/functions/IsNavigationItem.html +1 -0
  45. package/docs/functions/provideExternalApps.html +1 -0
  46. package/docs/functions/provideLayout.html +1 -0
  47. package/docs/functions/withDefaultHeaderComponent.html +1 -0
  48. package/docs/functions/withDefaultHeaderItems.html +1 -0
  49. package/docs/functions/withFooterComponents.html +1 -0
  50. package/docs/functions/withHeaderComponents.html +1 -0
  51. package/docs/functions/withNavigationConfig.html +1 -0
  52. package/docs/functions/withNavigationInserts.html +1 -0
  53. package/docs/functions/withReleaseInfoModules.html +1 -0
  54. package/docs/functions/withSettingsMenuItems.html +1 -0
  55. package/docs/functions/withUserProfileDataSource.html +1 -0
  56. package/docs/index.html +88 -0
  57. package/docs/interfaces/NavigationDividerItem.html +3 -0
  58. package/docs/interfaces/NavigationInsertItem.html +2 -0
  59. package/docs/interfaces/NavigationItem.html +6 -0
  60. package/docs/interfaces/NavigationStatus.html +2 -0
  61. package/docs/interfaces/ReleaseInfoModule.html +4 -0
  62. package/docs/interfaces/SettingsMenuItem.html +4 -0
  63. package/docs/modules.html +67 -0
  64. package/docs/types/DefaultHeaderItemComponent.html +1 -0
  65. package/docs/types/ExternalApp.html +1 -0
  66. package/docs/types/ExtractUsernameFromProfileFn.html +1 -0
  67. package/docs/types/Navigation.html +1 -0
  68. package/docs/types/NavigationWithInserts.html +1 -0
  69. package/docs/types/SettingsMenuItemComponent.html +1 -0
  70. package/docs/variables/EXTRACT_USERNAME_FROM_PROFILE.html +1 -0
  71. package/docs/variables/RXAP_DEFAULT_HEADER_ITEM_COMPONENT.html +1 -0
  72. package/docs/variables/RXAP_EXTERNAL_APP.html +1 -0
  73. package/docs/variables/RXAP_EXTERNAL_APP_FILTER.html +1 -0
  74. package/docs/variables/RXAP_FOOTER_COMPONENT.html +1 -0
  75. package/docs/variables/RXAP_HEADER_COMPONENT.html +1 -0
  76. package/docs/variables/RXAP_LAYOUT_APPS_GRID.html +1 -0
  77. package/docs/variables/RXAP_LOGO_CONFIG.html +1 -0
  78. package/docs/variables/RXAP_NAVIGATION_CONFIG.html +1 -0
  79. package/docs/variables/RXAP_NAVIGATION_CONFIG_INSERTS.html +1 -0
  80. package/docs/variables/RXAP_RELEASE_INFO_MODULE.html +1 -0
  81. package/docs/variables/RXAP_SETTINGS_MENU_ITEM.html +1 -0
  82. package/docs/variables/RXAP_SETTINGS_MENU_ITEM_COMPONENT.html +1 -0
  83. package/docs/variables/RXAP_USER_PROFILE_DATA_SOURCE.html +1 -0
  84. package/fesm2022/rxap-layout.mjs +2 -2
  85. package/fesm2022/rxap-layout.mjs.map +1 -1
  86. package/package.json +29 -29
  87. package/docs/html/assets/hierarchy.js +0 -1
  88. package/docs/html/assets/icons.js +0 -18
  89. package/docs/html/assets/icons.svg +0 -1
  90. package/docs/html/assets/navigation.js +0 -1
  91. package/docs/html/assets/search.js +0 -1
  92. package/docs/html/assets/style.css +0 -1611
  93. package/docs/html/classes/AppsButtonComponent.html +0 -13
  94. package/docs/html/classes/BaseLayoutComponent.html +0 -2
  95. package/docs/html/classes/DefaultHeaderComponent.html +0 -7
  96. package/docs/html/classes/DefaultHeaderService.html +0 -13
  97. package/docs/html/classes/ExternalAppsService.html +0 -19
  98. package/docs/html/classes/FooterComponent.html +0 -4
  99. package/docs/html/classes/FooterDirective.html +0 -11
  100. package/docs/html/classes/FooterService.html +0 -13
  101. package/docs/html/classes/HeaderComponent.html +0 -5
  102. package/docs/html/classes/HeaderDirective.html +0 -11
  103. package/docs/html/classes/HeaderService.html +0 -13
  104. package/docs/html/classes/LayoutComponent.html +0 -5
  105. package/docs/html/classes/LayoutService.html +0 -16
  106. package/docs/html/classes/LogoService.html +0 -6
  107. package/docs/html/classes/MinimalLayoutComponent.html +0 -2
  108. package/docs/html/classes/NavigationComponent.html +0 -16
  109. package/docs/html/classes/NavigationItemComponent.html +0 -24
  110. package/docs/html/classes/NavigationProgressBarComponent.html +0 -4
  111. package/docs/html/classes/NavigationService.html +0 -12
  112. package/docs/html/classes/ReleaseInfoComponent.html +0 -5
  113. package/docs/html/classes/SettingsButtonComponent.html +0 -18
  114. package/docs/html/classes/SidenavComponent.html +0 -15
  115. package/docs/html/classes/SidenavFooterDirective.html +0 -3
  116. package/docs/html/classes/SidenavHeaderDirective.html +0 -3
  117. package/docs/html/classes/SidenavToggleButtonComponent.html +0 -4
  118. package/docs/html/classes/UserProfileIconComponent.html +0 -5
  119. package/docs/html/functions/IsNavigationDividerItem.html +0 -1
  120. package/docs/html/functions/IsNavigationInsertItem.html +0 -1
  121. package/docs/html/functions/IsNavigationItem.html +0 -1
  122. package/docs/html/functions/provideExternalApps.html +0 -1
  123. package/docs/html/functions/provideLayout.html +0 -1
  124. package/docs/html/functions/withDefaultHeaderComponent.html +0 -1
  125. package/docs/html/functions/withDefaultHeaderItems.html +0 -1
  126. package/docs/html/functions/withFooterComponents.html +0 -1
  127. package/docs/html/functions/withHeaderComponents.html +0 -1
  128. package/docs/html/functions/withNavigationConfig.html +0 -1
  129. package/docs/html/functions/withNavigationInserts.html +0 -1
  130. package/docs/html/functions/withReleaseInfoModules.html +0 -1
  131. package/docs/html/functions/withSettingsMenuItems.html +0 -1
  132. package/docs/html/functions/withUserProfileDataSource.html +0 -1
  133. package/docs/html/index.html +0 -106
  134. package/docs/html/interfaces/NavigationDividerItem.html +0 -3
  135. package/docs/html/interfaces/NavigationInsertItem.html +0 -2
  136. package/docs/html/interfaces/NavigationItem.html +0 -6
  137. package/docs/html/interfaces/NavigationStatus.html +0 -2
  138. package/docs/html/interfaces/ReleaseInfoModule.html +0 -4
  139. package/docs/html/interfaces/SettingsMenuItem.html +0 -4
  140. package/docs/html/modules.html +0 -1
  141. package/docs/html/types/DefaultHeaderItemComponent.html +0 -1
  142. package/docs/html/types/ExternalApp.html +0 -1
  143. package/docs/html/types/ExtractUsernameFromProfileFn.html +0 -1
  144. package/docs/html/types/Navigation.html +0 -1
  145. package/docs/html/types/NavigationWithInserts.html +0 -1
  146. package/docs/html/types/SettingsMenuItemComponent.html +0 -1
  147. package/docs/html/variables/EXTRACT_USERNAME_FROM_PROFILE.html +0 -1
  148. package/docs/html/variables/RXAP_DEFAULT_HEADER_ITEM_COMPONENT.html +0 -1
  149. package/docs/html/variables/RXAP_EXTERNAL_APP.html +0 -1
  150. package/docs/html/variables/RXAP_EXTERNAL_APP_FILTER.html +0 -1
  151. package/docs/html/variables/RXAP_FOOTER_COMPONENT.html +0 -1
  152. package/docs/html/variables/RXAP_HEADER_COMPONENT.html +0 -1
  153. package/docs/html/variables/RXAP_LAYOUT_APPS_GRID.html +0 -1
  154. package/docs/html/variables/RXAP_LOGO_CONFIG.html +0 -1
  155. package/docs/html/variables/RXAP_NAVIGATION_CONFIG.html +0 -1
  156. package/docs/html/variables/RXAP_NAVIGATION_CONFIG_INSERTS.html +0 -1
  157. package/docs/html/variables/RXAP_RELEASE_INFO_MODULE.html +0 -1
  158. package/docs/html/variables/RXAP_SETTINGS_MENU_ITEM.html +0 -1
  159. package/docs/html/variables/RXAP_SETTINGS_MENU_ITEM_COMPONENT.html +0 -1
  160. package/docs/html/variables/RXAP_USER_PROFILE_DATA_SOURCE.html +0 -1
  161. package/docs/markdown/README.md +0 -304
  162. package/docs/markdown/classes/AppsButtonComponent.md +0 -83
  163. package/docs/markdown/classes/BaseLayoutComponent.md +0 -19
  164. package/docs/markdown/classes/DefaultHeaderComponent.md +0 -59
  165. package/docs/markdown/classes/DefaultHeaderService.md +0 -87
  166. package/docs/markdown/classes/ExternalAppsService.md +0 -251
  167. package/docs/markdown/classes/FooterComponent.md +0 -35
  168. package/docs/markdown/classes/FooterDirective.md +0 -65
  169. package/docs/markdown/classes/FooterService.md +0 -87
  170. package/docs/markdown/classes/HeaderComponent.md +0 -43
  171. package/docs/markdown/classes/HeaderDirective.md +0 -65
  172. package/docs/markdown/classes/HeaderService.md +0 -87
  173. package/docs/markdown/classes/LayoutComponent.md +0 -43
  174. package/docs/markdown/classes/LayoutService.md +0 -149
  175. package/docs/markdown/classes/LogoService.md +0 -51
  176. package/docs/markdown/classes/MinimalLayoutComponent.md +0 -19
  177. package/docs/markdown/classes/NavigationComponent.md +0 -139
  178. package/docs/markdown/classes/NavigationItemComponent.md +0 -195
  179. package/docs/markdown/classes/NavigationProgressBarComponent.md +0 -35
  180. package/docs/markdown/classes/NavigationService.md +0 -205
  181. package/docs/markdown/classes/ReleaseInfoComponent.md +0 -47
  182. package/docs/markdown/classes/SettingsButtonComponent.md +0 -229
  183. package/docs/markdown/classes/SidenavComponent.md +0 -135
  184. package/docs/markdown/classes/SidenavFooterDirective.md +0 -35
  185. package/docs/markdown/classes/SidenavHeaderDirective.md +0 -35
  186. package/docs/markdown/classes/SidenavToggleButtonComponent.md +0 -39
  187. package/docs/markdown/classes/UserProfileIconComponent.md +0 -47
  188. package/docs/markdown/functions/IsNavigationDividerItem.md +0 -21
  189. package/docs/markdown/functions/IsNavigationInsertItem.md +0 -21
  190. package/docs/markdown/functions/IsNavigationItem.md +0 -21
  191. package/docs/markdown/functions/provideExternalApps.md +0 -21
  192. package/docs/markdown/functions/provideLayout.md +0 -21
  193. package/docs/markdown/functions/withDefaultHeaderComponent.md +0 -15
  194. package/docs/markdown/functions/withDefaultHeaderItems.md +0 -21
  195. package/docs/markdown/functions/withFooterComponents.md +0 -21
  196. package/docs/markdown/functions/withHeaderComponents.md +0 -21
  197. package/docs/markdown/functions/withNavigationConfig.md +0 -21
  198. package/docs/markdown/functions/withNavigationInserts.md +0 -21
  199. package/docs/markdown/functions/withReleaseInfoModules.md +0 -21
  200. package/docs/markdown/functions/withSettingsMenuItems.md +0 -21
  201. package/docs/markdown/functions/withUserProfileDataSource.md +0 -25
  202. package/docs/markdown/globals.md +0 -86
  203. package/docs/markdown/interfaces/NavigationDividerItem.md +0 -25
  204. package/docs/markdown/interfaces/NavigationInsertItem.md +0 -17
  205. package/docs/markdown/interfaces/NavigationItem.md +0 -61
  206. package/docs/markdown/interfaces/NavigationStatus.md +0 -27
  207. package/docs/markdown/interfaces/ReleaseInfoModule.md +0 -33
  208. package/docs/markdown/interfaces/SettingsMenuItem.md +0 -37
  209. package/docs/markdown/type-aliases/DefaultHeaderItemComponent.md +0 -11
  210. package/docs/markdown/type-aliases/ExternalApp.md +0 -11
  211. package/docs/markdown/type-aliases/ExtractUsernameFromProfileFn.md +0 -25
  212. package/docs/markdown/type-aliases/Navigation.md +0 -11
  213. package/docs/markdown/type-aliases/NavigationWithInserts.md +0 -11
  214. package/docs/markdown/type-aliases/SettingsMenuItemComponent.md +0 -11
  215. package/docs/markdown/variables/EXTRACT_USERNAME_FROM_PROFILE.md +0 -11
  216. package/docs/markdown/variables/RXAP_DEFAULT_HEADER_ITEM_COMPONENT.md +0 -11
  217. package/docs/markdown/variables/RXAP_EXTERNAL_APP.md +0 -11
  218. package/docs/markdown/variables/RXAP_EXTERNAL_APP_FILTER.md +0 -11
  219. package/docs/markdown/variables/RXAP_FOOTER_COMPONENT.md +0 -11
  220. package/docs/markdown/variables/RXAP_HEADER_COMPONENT.md +0 -11
  221. package/docs/markdown/variables/RXAP_LAYOUT_APPS_GRID.md +0 -11
  222. package/docs/markdown/variables/RXAP_LOGO_CONFIG.md +0 -11
  223. package/docs/markdown/variables/RXAP_NAVIGATION_CONFIG.md +0 -11
  224. package/docs/markdown/variables/RXAP_NAVIGATION_CONFIG_INSERTS.md +0 -11
  225. package/docs/markdown/variables/RXAP_RELEASE_INFO_MODULE.md +0 -11
  226. package/docs/markdown/variables/RXAP_SETTINGS_MENU_ITEM.md +0 -11
  227. package/docs/markdown/variables/RXAP_SETTINGS_MENU_ITEM_COMPONENT.md +0 -11
  228. package/docs/markdown/variables/RXAP_USER_PROFILE_DATA_SOURCE.md +0 -11
  229. package/docs/wiki/Class.AppsButtonComponent.md +0 -79
  230. package/docs/wiki/Class.BaseLayoutComponent.md +0 -15
  231. package/docs/wiki/Class.DefaultHeaderComponent.md +0 -55
  232. package/docs/wiki/Class.DefaultHeaderService.md +0 -83
  233. package/docs/wiki/Class.ExternalAppsService.md +0 -247
  234. package/docs/wiki/Class.FooterComponent.md +0 -31
  235. package/docs/wiki/Class.FooterDirective.md +0 -61
  236. package/docs/wiki/Class.FooterService.md +0 -83
  237. package/docs/wiki/Class.HeaderComponent.md +0 -39
  238. package/docs/wiki/Class.HeaderDirective.md +0 -61
  239. package/docs/wiki/Class.HeaderService.md +0 -83
  240. package/docs/wiki/Class.LayoutComponent.md +0 -39
  241. package/docs/wiki/Class.LayoutService.md +0 -145
  242. package/docs/wiki/Class.LogoService.md +0 -47
  243. package/docs/wiki/Class.MinimalLayoutComponent.md +0 -15
  244. package/docs/wiki/Class.NavigationComponent.md +0 -135
  245. package/docs/wiki/Class.NavigationItemComponent.md +0 -191
  246. package/docs/wiki/Class.NavigationProgressBarComponent.md +0 -31
  247. package/docs/wiki/Class.NavigationService.md +0 -201
  248. package/docs/wiki/Class.ReleaseInfoComponent.md +0 -43
  249. package/docs/wiki/Class.SettingsButtonComponent.md +0 -225
  250. package/docs/wiki/Class.SidenavComponent.md +0 -131
  251. package/docs/wiki/Class.SidenavFooterDirective.md +0 -31
  252. package/docs/wiki/Class.SidenavHeaderDirective.md +0 -31
  253. package/docs/wiki/Class.SidenavToggleButtonComponent.md +0 -35
  254. package/docs/wiki/Class.UserProfileIconComponent.md +0 -43
  255. package/docs/wiki/Function.IsNavigationDividerItem.md +0 -17
  256. package/docs/wiki/Function.IsNavigationInsertItem.md +0 -17
  257. package/docs/wiki/Function.IsNavigationItem.md +0 -17
  258. package/docs/wiki/Function.provideExternalApps.md +0 -17
  259. package/docs/wiki/Function.provideLayout.md +0 -17
  260. package/docs/wiki/Function.withDefaultHeaderComponent.md +0 -11
  261. package/docs/wiki/Function.withDefaultHeaderItems.md +0 -17
  262. package/docs/wiki/Function.withFooterComponents.md +0 -17
  263. package/docs/wiki/Function.withHeaderComponents.md +0 -17
  264. package/docs/wiki/Function.withNavigationConfig.md +0 -17
  265. package/docs/wiki/Function.withNavigationInserts.md +0 -17
  266. package/docs/wiki/Function.withReleaseInfoModules.md +0 -17
  267. package/docs/wiki/Function.withSettingsMenuItems.md +0 -17
  268. package/docs/wiki/Function.withUserProfileDataSource.md +0 -21
  269. package/docs/wiki/Home.md +0 -300
  270. package/docs/wiki/Interface.NavigationDividerItem.md +0 -21
  271. package/docs/wiki/Interface.NavigationInsertItem.md +0 -13
  272. package/docs/wiki/Interface.NavigationItem.md +0 -57
  273. package/docs/wiki/Interface.NavigationStatus.md +0 -23
  274. package/docs/wiki/Interface.ReleaseInfoModule.md +0 -29
  275. package/docs/wiki/Interface.SettingsMenuItem.md +0 -33
  276. package/docs/wiki/TypeAlias.DefaultHeaderItemComponent.md +0 -7
  277. package/docs/wiki/TypeAlias.ExternalApp.md +0 -7
  278. package/docs/wiki/TypeAlias.ExtractUsernameFromProfileFn.md +0 -21
  279. package/docs/wiki/TypeAlias.Navigation.md +0 -7
  280. package/docs/wiki/TypeAlias.NavigationWithInserts.md +0 -7
  281. package/docs/wiki/TypeAlias.SettingsMenuItemComponent.md +0 -7
  282. package/docs/wiki/Variable.EXTRACT_USERNAME_FROM_PROFILE.md +0 -7
  283. package/docs/wiki/Variable.RXAP_DEFAULT_HEADER_ITEM_COMPONENT.md +0 -7
  284. package/docs/wiki/Variable.RXAP_EXTERNAL_APP.md +0 -7
  285. package/docs/wiki/Variable.RXAP_EXTERNAL_APP_FILTER.md +0 -7
  286. package/docs/wiki/Variable.RXAP_FOOTER_COMPONENT.md +0 -7
  287. package/docs/wiki/Variable.RXAP_HEADER_COMPONENT.md +0 -7
  288. package/docs/wiki/Variable.RXAP_LAYOUT_APPS_GRID.md +0 -7
  289. package/docs/wiki/Variable.RXAP_LOGO_CONFIG.md +0 -7
  290. package/docs/wiki/Variable.RXAP_NAVIGATION_CONFIG.md +0 -7
  291. package/docs/wiki/Variable.RXAP_NAVIGATION_CONFIG_INSERTS.md +0 -7
  292. package/docs/wiki/Variable.RXAP_RELEASE_INFO_MODULE.md +0 -7
  293. package/docs/wiki/Variable.RXAP_SETTINGS_MENU_ITEM.md +0 -7
  294. package/docs/wiki/Variable.RXAP_SETTINGS_MENU_ITEM_COMPONENT.md +0 -7
  295. package/docs/wiki/Variable.RXAP_USER_PROFILE_DATA_SOURCE.md +0 -7
  296. package/docs/wiki/_Sidebar.md +0 -82
  297. package/docs/wiki/globals.md +0 -82
  298. /package/docs/{html/.nojekyll → .nojekyll} +0 -0
  299. /package/docs/{html/assets → assets}/highlight.css +0 -0
@@ -1,57 +0,0 @@
1
- [@rxap/layout](../wiki/globals) / NavigationItem
2
-
3
- # Interface: NavigationItem\<Children\>
4
-
5
- Defined in: [navigation/navigation-item.ts:44](https://gitlab.com/rxap/packages/-/blob/5c9d13911b2e801186e53ea55b76b15441bb2700/packages/angular/layout/src/lib/navigation/navigation-item.ts#L44)
6
-
7
- ## Extends
8
-
9
- - `Record`\<`string`, `unknown`\>
10
-
11
- ## Type Parameters
12
-
13
- • **Children** = [`Navigation`](../wiki/TypeAlias.Navigation)
14
-
15
- ## Indexable
16
-
17
- \[`key`: `string`\]: `unknown`
18
-
19
- ## Properties
20
-
21
- ### children?
22
-
23
- > `optional` **children**: `Children`
24
-
25
- Defined in: [navigation/navigation-item.ts:47](https://gitlab.com/rxap/packages/-/blob/5c9d13911b2e801186e53ea55b76b15441bb2700/packages/angular/layout/src/lib/navigation/navigation-item.ts#L47)
26
-
27
- ***
28
-
29
- ### icon?
30
-
31
- > `optional` **icon**: `IconConfig`
32
-
33
- Defined in: [navigation/navigation-item.ts:48](https://gitlab.com/rxap/packages/-/blob/5c9d13911b2e801186e53ea55b76b15441bb2700/packages/angular/layout/src/lib/navigation/navigation-item.ts#L48)
34
-
35
- ***
36
-
37
- ### label
38
-
39
- > **label**: `string`
40
-
41
- Defined in: [navigation/navigation-item.ts:46](https://gitlab.com/rxap/packages/-/blob/5c9d13911b2e801186e53ea55b76b15441bb2700/packages/angular/layout/src/lib/navigation/navigation-item.ts#L46)
42
-
43
- ***
44
-
45
- ### routerLink
46
-
47
- > **routerLink**: `string` \| `string`[]
48
-
49
- Defined in: [navigation/navigation-item.ts:45](https://gitlab.com/rxap/packages/-/blob/5c9d13911b2e801186e53ea55b76b15441bb2700/packages/angular/layout/src/lib/navigation/navigation-item.ts#L45)
50
-
51
- ***
52
-
53
- ### status?
54
-
55
- > `optional` **status**: (`Type`\<[`NavigationStatus`](../wiki/Interface.NavigationStatus)\> \| `InjectionToken`\<[`NavigationStatus`](../wiki/Interface.NavigationStatus)\> \| `AbstractType`\<[`NavigationStatus`](../wiki/Interface.NavigationStatus)\>)[]
56
-
57
- Defined in: [navigation/navigation-item.ts:49](https://gitlab.com/rxap/packages/-/blob/5c9d13911b2e801186e53ea55b76b15441bb2700/packages/angular/layout/src/lib/navigation/navigation-item.ts#L49)
@@ -1,23 +0,0 @@
1
- [@rxap/layout](../wiki/globals) / NavigationStatus
2
-
3
- # Interface: NavigationStatus
4
-
5
- Defined in: [navigation/navigation-item.ts:38](https://gitlab.com/rxap/packages/-/blob/5c9d13911b2e801186e53ea55b76b15441bb2700/packages/angular/layout/src/lib/navigation/navigation-item.ts#L38)
6
-
7
- ## Methods
8
-
9
- ### isVisible()
10
-
11
- > **isVisible**(`navigationItem`): `boolean` \| `Observable`\<`boolean`\> \| `Promise`\<`boolean`\>
12
-
13
- Defined in: [navigation/navigation-item.ts:39](https://gitlab.com/rxap/packages/-/blob/5c9d13911b2e801186e53ea55b76b15441bb2700/packages/angular/layout/src/lib/navigation/navigation-item.ts#L39)
14
-
15
- #### Parameters
16
-
17
- ##### navigationItem
18
-
19
- [`NavigationItem`](../wiki/Interface.NavigationItem)
20
-
21
- #### Returns
22
-
23
- `boolean` \| `Observable`\<`boolean`\> \| `Promise`\<`boolean`\>
@@ -1,29 +0,0 @@
1
- [@rxap/layout](../wiki/globals) / ReleaseInfoModule
2
-
3
- # Interface: ReleaseInfoModule
4
-
5
- Defined in: [types.ts:9](https://gitlab.com/rxap/packages/-/blob/5c9d13911b2e801186e53ea55b76b15441bb2700/packages/angular/layout/src/lib/types.ts#L9)
6
-
7
- ## Properties
8
-
9
- ### hash?
10
-
11
- > `optional` **hash**: `string`
12
-
13
- Defined in: [types.ts:12](https://gitlab.com/rxap/packages/-/blob/5c9d13911b2e801186e53ea55b76b15441bb2700/packages/angular/layout/src/lib/types.ts#L12)
14
-
15
- ***
16
-
17
- ### name
18
-
19
- > **name**: `string`
20
-
21
- Defined in: [types.ts:10](https://gitlab.com/rxap/packages/-/blob/5c9d13911b2e801186e53ea55b76b15441bb2700/packages/angular/layout/src/lib/types.ts#L10)
22
-
23
- ***
24
-
25
- ### version
26
-
27
- > **version**: `string`
28
-
29
- Defined in: [types.ts:11](https://gitlab.com/rxap/packages/-/blob/5c9d13911b2e801186e53ea55b76b15441bb2700/packages/angular/layout/src/lib/types.ts#L11)
@@ -1,33 +0,0 @@
1
- [@rxap/layout](../wiki/globals) / SettingsMenuItem
2
-
3
- # Interface: SettingsMenuItem
4
-
5
- Defined in: [types.ts:19](https://gitlab.com/rxap/packages/-/blob/5c9d13911b2e801186e53ea55b76b15441bb2700/packages/angular/layout/src/lib/types.ts#L19)
6
-
7
- ## Properties
8
-
9
- ### action()
10
-
11
- > **action**: () => `any`
12
-
13
- Defined in: [types.ts:22](https://gitlab.com/rxap/packages/-/blob/5c9d13911b2e801186e53ea55b76b15441bb2700/packages/angular/layout/src/lib/types.ts#L22)
14
-
15
- #### Returns
16
-
17
- `any`
18
-
19
- ***
20
-
21
- ### icon?
22
-
23
- > `optional` **icon**: `IconConfig`
24
-
25
- Defined in: [types.ts:20](https://gitlab.com/rxap/packages/-/blob/5c9d13911b2e801186e53ea55b76b15441bb2700/packages/angular/layout/src/lib/types.ts#L20)
26
-
27
- ***
28
-
29
- ### label
30
-
31
- > **label**: `string`
32
-
33
- Defined in: [types.ts:21](https://gitlab.com/rxap/packages/-/blob/5c9d13911b2e801186e53ea55b76b15441bb2700/packages/angular/layout/src/lib/types.ts#L21)
@@ -1,7 +0,0 @@
1
- [@rxap/layout](../wiki/globals) / DefaultHeaderItemComponent
2
-
3
- # Type Alias: DefaultHeaderItemComponent
4
-
5
- > **DefaultHeaderItemComponent**: `ComponentType`\<`unknown`\>
6
-
7
- Defined in: [types.ts:17](https://gitlab.com/rxap/packages/-/blob/5c9d13911b2e801186e53ea55b76b15441bb2700/packages/angular/layout/src/lib/types.ts#L17)
@@ -1,7 +0,0 @@
1
- [@rxap/layout](../wiki/globals) / ExternalApp
2
-
3
- # Type Alias: ExternalApp
4
-
5
- > **ExternalApp**: `AppsNavigationConfig`
6
-
7
- Defined in: [types.ts:7](https://gitlab.com/rxap/packages/-/blob/5c9d13911b2e801186e53ea55b76b15441bb2700/packages/angular/layout/src/lib/types.ts#L7)
@@ -1,21 +0,0 @@
1
- [@rxap/layout](../wiki/globals) / ExtractUsernameFromProfileFn
2
-
3
- # Type Alias: ExtractUsernameFromProfileFn()\<T\>
4
-
5
- > **ExtractUsernameFromProfileFn**\<`T`\>: (`profile`) => `string` \| `null`
6
-
7
- Defined in: [types.ts:8](https://gitlab.com/rxap/packages/-/blob/5c9d13911b2e801186e53ea55b76b15441bb2700/packages/angular/layout/src/lib/types.ts#L8)
8
-
9
- ## Type Parameters
10
-
11
- • **T** = `unknown`
12
-
13
- ## Parameters
14
-
15
- ### profile
16
-
17
- `T`
18
-
19
- ## Returns
20
-
21
- `string` \| `null`
@@ -1,7 +0,0 @@
1
- [@rxap/layout](../wiki/globals) / Navigation
2
-
3
- # Type Alias: Navigation
4
-
5
- > **Navigation**: ([`NavigationItem`](../wiki/Interface.NavigationItem) \| [`NavigationDividerItem`](../wiki/Interface.NavigationDividerItem))[]
6
-
7
- Defined in: [navigation/navigation-item.ts:9](https://gitlab.com/rxap/packages/-/blob/5c9d13911b2e801186e53ea55b76b15441bb2700/packages/angular/layout/src/lib/navigation/navigation-item.ts#L9)
@@ -1,7 +0,0 @@
1
- [@rxap/layout](../wiki/globals) / NavigationWithInserts
2
-
3
- # Type Alias: NavigationWithInserts
4
-
5
- > **NavigationWithInserts**: ([`NavigationItem`](../wiki/Interface.NavigationItem)\<[`NavigationWithInserts`](../wiki/TypeAlias.NavigationWithInserts)\> \| [`NavigationDividerItem`](../wiki/Interface.NavigationDividerItem) \| [`NavigationInsertItem`](../wiki/Interface.NavigationInsertItem))[]
6
-
7
- Defined in: [navigation/navigation-item.ts:11](https://gitlab.com/rxap/packages/-/blob/5c9d13911b2e801186e53ea55b76b15441bb2700/packages/angular/layout/src/lib/navigation/navigation-item.ts#L11)
@@ -1,7 +0,0 @@
1
- [@rxap/layout](../wiki/globals) / SettingsMenuItemComponent
2
-
3
- # Type Alias: SettingsMenuItemComponent
4
-
5
- > **SettingsMenuItemComponent**: `ComponentType`\<`unknown`\>
6
-
7
- Defined in: [types.ts:15](https://gitlab.com/rxap/packages/-/blob/5c9d13911b2e801186e53ea55b76b15441bb2700/packages/angular/layout/src/lib/types.ts#L15)
@@ -1,7 +0,0 @@
1
- [@rxap/layout](../wiki/globals) / EXTRACT\_USERNAME\_FROM\_PROFILE
2
-
3
- # Variable: EXTRACT\_USERNAME\_FROM\_PROFILE
4
-
5
- > `const` **EXTRACT\_USERNAME\_FROM\_PROFILE**: `InjectionToken`\<[`ExtractUsernameFromProfileFn`](../wiki/TypeAlias.ExtractUsernameFromProfileFn)\>
6
-
7
- Defined in: [tokens.ts:30](https://gitlab.com/rxap/packages/-/blob/5c9d13911b2e801186e53ea55b76b15441bb2700/packages/angular/layout/src/lib/tokens.ts#L30)
@@ -1,7 +0,0 @@
1
- [@rxap/layout](../wiki/globals) / RXAP\_DEFAULT\_HEADER\_ITEM\_COMPONENT
2
-
3
- # Variable: RXAP\_DEFAULT\_HEADER\_ITEM\_COMPONENT
4
-
5
- > `const` **RXAP\_DEFAULT\_HEADER\_ITEM\_COMPONENT**: `InjectionToken`\<([`DefaultHeaderItemComponent`](../wiki/TypeAlias.DefaultHeaderItemComponent) \| () => `Promise`\<[`DefaultHeaderItemComponent`](../wiki/TypeAlias.DefaultHeaderItemComponent)\>)[]\>
6
-
7
- Defined in: [tokens.ts:51](https://gitlab.com/rxap/packages/-/blob/5c9d13911b2e801186e53ea55b76b15441bb2700/packages/angular/layout/src/lib/tokens.ts#L51)
@@ -1,7 +0,0 @@
1
- [@rxap/layout](../wiki/globals) / RXAP\_EXTERNAL\_APP
2
-
3
- # Variable: RXAP\_EXTERNAL\_APP
4
-
5
- > `const` **RXAP\_EXTERNAL\_APP**: `InjectionToken`\<`AppsNavigationConfig`\>
6
-
7
- Defined in: [tokens.ts:45](https://gitlab.com/rxap/packages/-/blob/5c9d13911b2e801186e53ea55b76b15441bb2700/packages/angular/layout/src/lib/tokens.ts#L45)
@@ -1,7 +0,0 @@
1
- [@rxap/layout](../wiki/globals) / RXAP\_EXTERNAL\_APP\_FILTER
2
-
3
- # Variable: RXAP\_EXTERNAL\_APP\_FILTER
4
-
5
- > `const` **RXAP\_EXTERNAL\_APP\_FILTER**: `InjectionToken`\<`MethodWithParameters`\<`AppsNavigationConfig`[], `AppsNavigationConfig`[]\>\>
6
-
7
- Defined in: [tokens.ts:29](https://gitlab.com/rxap/packages/-/blob/5c9d13911b2e801186e53ea55b76b15441bb2700/packages/angular/layout/src/lib/tokens.ts#L29)
@@ -1,7 +0,0 @@
1
- [@rxap/layout](../wiki/globals) / RXAP\_FOOTER\_COMPONENT
2
-
3
- # Variable: RXAP\_FOOTER\_COMPONENT
4
-
5
- > `const` **RXAP\_FOOTER\_COMPONENT**: `InjectionToken`\<`ComponentType`\<`unknown`\>\>
6
-
7
- Defined in: [tokens.ts:24](https://gitlab.com/rxap/packages/-/blob/5c9d13911b2e801186e53ea55b76b15441bb2700/packages/angular/layout/src/lib/tokens.ts#L24)
@@ -1,7 +0,0 @@
1
- [@rxap/layout](../wiki/globals) / RXAP\_HEADER\_COMPONENT
2
-
3
- # Variable: RXAP\_HEADER\_COMPONENT
4
-
5
- > `const` **RXAP\_HEADER\_COMPONENT**: `InjectionToken`\<`ComponentType`\<`unknown`\>\>
6
-
7
- Defined in: [tokens.ts:25](https://gitlab.com/rxap/packages/-/blob/5c9d13911b2e801186e53ea55b76b15441bb2700/packages/angular/layout/src/lib/tokens.ts#L25)
@@ -1,7 +0,0 @@
1
- [@rxap/layout](../wiki/globals) / RXAP\_LAYOUT\_APPS\_GRID
2
-
3
- # Variable: RXAP\_LAYOUT\_APPS\_GRID
4
-
5
- > `const` **RXAP\_LAYOUT\_APPS\_GRID**: `InjectionToken`\<`unknown`\>
6
-
7
- Defined in: [tokens.ts:27](https://gitlab.com/rxap/packages/-/blob/5c9d13911b2e801186e53ea55b76b15441bb2700/packages/angular/layout/src/lib/tokens.ts#L27)
@@ -1,7 +0,0 @@
1
- [@rxap/layout](../wiki/globals) / RXAP\_LOGO\_CONFIG
2
-
3
- # Variable: RXAP\_LOGO\_CONFIG
4
-
5
- > `const` **RXAP\_LOGO\_CONFIG**: `InjectionToken`\<`LogoConfig`\>
6
-
7
- Defined in: [tokens.ts:26](https://gitlab.com/rxap/packages/-/blob/5c9d13911b2e801186e53ea55b76b15441bb2700/packages/angular/layout/src/lib/tokens.ts#L26)
@@ -1,7 +0,0 @@
1
- [@rxap/layout](../wiki/globals) / RXAP\_NAVIGATION\_CONFIG
2
-
3
- # Variable: RXAP\_NAVIGATION\_CONFIG
4
-
5
- > `const` **RXAP\_NAVIGATION\_CONFIG**: `InjectionToken`\<[`NavigationWithInserts`](../wiki/TypeAlias.NavigationWithInserts) \| () => [`NavigationWithInserts`](../wiki/TypeAlias.NavigationWithInserts)\>
6
-
7
- Defined in: [tokens.ts:19](https://gitlab.com/rxap/packages/-/blob/5c9d13911b2e801186e53ea55b76b15441bb2700/packages/angular/layout/src/lib/tokens.ts#L19)
@@ -1,7 +0,0 @@
1
- [@rxap/layout](../wiki/globals) / RXAP\_NAVIGATION\_CONFIG\_INSERTS
2
-
3
- # Variable: RXAP\_NAVIGATION\_CONFIG\_INSERTS
4
-
5
- > `const` **RXAP\_NAVIGATION\_CONFIG\_INSERTS**: `InjectionToken`\<`Record`\<`string`, [`NavigationWithInserts`](../wiki/TypeAlias.NavigationWithInserts)\>\>
6
-
7
- Defined in: [tokens.ts:21](https://gitlab.com/rxap/packages/-/blob/5c9d13911b2e801186e53ea55b76b15441bb2700/packages/angular/layout/src/lib/tokens.ts#L21)
@@ -1,7 +0,0 @@
1
- [@rxap/layout](../wiki/globals) / RXAP\_RELEASE\_INFO\_MODULE
2
-
3
- # Variable: RXAP\_RELEASE\_INFO\_MODULE
4
-
5
- > `const` **RXAP\_RELEASE\_INFO\_MODULE**: `InjectionToken`\<[`ReleaseInfoModule`](../wiki/Interface.ReleaseInfoModule)\>
6
-
7
- Defined in: [tokens.ts:47](https://gitlab.com/rxap/packages/-/blob/5c9d13911b2e801186e53ea55b76b15441bb2700/packages/angular/layout/src/lib/tokens.ts#L47)
@@ -1,7 +0,0 @@
1
- [@rxap/layout](../wiki/globals) / RXAP\_SETTINGS\_MENU\_ITEM
2
-
3
- # Variable: RXAP\_SETTINGS\_MENU\_ITEM
4
-
5
- > `const` **RXAP\_SETTINGS\_MENU\_ITEM**: `InjectionToken`\<[`SettingsMenuItem`](../wiki/Interface.SettingsMenuItem)\>
6
-
7
- Defined in: [tokens.ts:53](https://gitlab.com/rxap/packages/-/blob/5c9d13911b2e801186e53ea55b76b15441bb2700/packages/angular/layout/src/lib/tokens.ts#L53)
@@ -1,7 +0,0 @@
1
- [@rxap/layout](../wiki/globals) / RXAP\_SETTINGS\_MENU\_ITEM\_COMPONENT
2
-
3
- # Variable: RXAP\_SETTINGS\_MENU\_ITEM\_COMPONENT
4
-
5
- > `const` **RXAP\_SETTINGS\_MENU\_ITEM\_COMPONENT**: `InjectionToken`\<([`SettingsMenuItemComponent`](../wiki/TypeAlias.SettingsMenuItemComponent) \| () => `Promise`\<[`SettingsMenuItemComponent`](../wiki/TypeAlias.SettingsMenuItemComponent)\>)[]\>
6
-
7
- Defined in: [tokens.ts:49](https://gitlab.com/rxap/packages/-/blob/5c9d13911b2e801186e53ea55b76b15441bb2700/packages/angular/layout/src/lib/tokens.ts#L49)
@@ -1,7 +0,0 @@
1
- [@rxap/layout](../wiki/globals) / RXAP\_USER\_PROFILE\_DATA\_SOURCE
2
-
3
- # Variable: RXAP\_USER\_PROFILE\_DATA\_SOURCE
4
-
5
- > `const` **RXAP\_USER\_PROFILE\_DATA\_SOURCE**: `InjectionToken`\<`DataSource`\<`unknown`, `DataSourceViewer`\>\>
6
-
7
- Defined in: [tokens.ts:40](https://gitlab.com/rxap/packages/-/blob/5c9d13911b2e801186e53ea55b76b15441bb2700/packages/angular/layout/src/lib/tokens.ts#L40)
@@ -1,82 +0,0 @@
1
- ## API
2
-
3
- ### Classes
4
-
5
- - [AppsButtonComponent](../wiki/Class.AppsButtonComponent)
6
- - [BaseLayoutComponent](../wiki/Class.BaseLayoutComponent)
7
- - [DefaultHeaderComponent](../wiki/Class.DefaultHeaderComponent)
8
- - [DefaultHeaderService](../wiki/Class.DefaultHeaderService)
9
- - [ExternalAppsService](../wiki/Class.ExternalAppsService)
10
- - [FooterComponent](../wiki/Class.FooterComponent)
11
- - [FooterDirective](../wiki/Class.FooterDirective)
12
- - [FooterService](../wiki/Class.FooterService)
13
- - [HeaderComponent](../wiki/Class.HeaderComponent)
14
- - [HeaderDirective](../wiki/Class.HeaderDirective)
15
- - [HeaderService](../wiki/Class.HeaderService)
16
- - [LayoutComponent](../wiki/Class.LayoutComponent)
17
- - [LayoutService](../wiki/Class.LayoutService)
18
- - [LogoService](../wiki/Class.LogoService)
19
- - [MinimalLayoutComponent](../wiki/Class.MinimalLayoutComponent)
20
- - [NavigationComponent](../wiki/Class.NavigationComponent)
21
- - [NavigationItemComponent](../wiki/Class.NavigationItemComponent)
22
- - [NavigationProgressBarComponent](../wiki/Class.NavigationProgressBarComponent)
23
- - [NavigationService](../wiki/Class.NavigationService)
24
- - [ReleaseInfoComponent](../wiki/Class.ReleaseInfoComponent)
25
- - [SettingsButtonComponent](../wiki/Class.SettingsButtonComponent)
26
- - [SidenavComponent](../wiki/Class.SidenavComponent)
27
- - [SidenavFooterDirective](../wiki/Class.SidenavFooterDirective)
28
- - [SidenavHeaderDirective](../wiki/Class.SidenavHeaderDirective)
29
- - [SidenavToggleButtonComponent](../wiki/Class.SidenavToggleButtonComponent)
30
- - [UserProfileIconComponent](../wiki/Class.UserProfileIconComponent)
31
-
32
- ### Interfaces
33
-
34
- - [NavigationDividerItem](../wiki/Interface.NavigationDividerItem)
35
- - [NavigationInsertItem](../wiki/Interface.NavigationInsertItem)
36
- - [NavigationItem](../wiki/Interface.NavigationItem)
37
- - [NavigationStatus](../wiki/Interface.NavigationStatus)
38
- - [ReleaseInfoModule](../wiki/Interface.ReleaseInfoModule)
39
- - [SettingsMenuItem](../wiki/Interface.SettingsMenuItem)
40
-
41
- ### Type Aliases
42
-
43
- - [DefaultHeaderItemComponent](../wiki/TypeAlias.DefaultHeaderItemComponent)
44
- - [ExternalApp](../wiki/TypeAlias.ExternalApp)
45
- - [ExtractUsernameFromProfileFn](../wiki/TypeAlias.ExtractUsernameFromProfileFn)
46
- - [Navigation](../wiki/TypeAlias.Navigation)
47
- - [NavigationWithInserts](../wiki/TypeAlias.NavigationWithInserts)
48
- - [SettingsMenuItemComponent](../wiki/TypeAlias.SettingsMenuItemComponent)
49
-
50
- ### Variables
51
-
52
- - [EXTRACT_USERNAME_FROM_PROFILE](../wiki/Variable.EXTRACT_USERNAME_FROM_PROFILE)
53
- - [RXAP_DEFAULT_HEADER_ITEM_COMPONENT](../wiki/Variable.RXAP_DEFAULT_HEADER_ITEM_COMPONENT)
54
- - [RXAP_EXTERNAL_APP](../wiki/Variable.RXAP_EXTERNAL_APP)
55
- - [RXAP_EXTERNAL_APP_FILTER](../wiki/Variable.RXAP_EXTERNAL_APP_FILTER)
56
- - [RXAP_FOOTER_COMPONENT](../wiki/Variable.RXAP_FOOTER_COMPONENT)
57
- - [RXAP_HEADER_COMPONENT](../wiki/Variable.RXAP_HEADER_COMPONENT)
58
- - [RXAP_LAYOUT_APPS_GRID](../wiki/Variable.RXAP_LAYOUT_APPS_GRID)
59
- - [RXAP_LOGO_CONFIG](../wiki/Variable.RXAP_LOGO_CONFIG)
60
- - [RXAP_NAVIGATION_CONFIG](../wiki/Variable.RXAP_NAVIGATION_CONFIG)
61
- - [RXAP_NAVIGATION_CONFIG_INSERTS](../wiki/Variable.RXAP_NAVIGATION_CONFIG_INSERTS)
62
- - [RXAP_RELEASE_INFO_MODULE](../wiki/Variable.RXAP_RELEASE_INFO_MODULE)
63
- - [RXAP_SETTINGS_MENU_ITEM](../wiki/Variable.RXAP_SETTINGS_MENU_ITEM)
64
- - [RXAP_SETTINGS_MENU_ITEM_COMPONENT](../wiki/Variable.RXAP_SETTINGS_MENU_ITEM_COMPONENT)
65
- - [RXAP_USER_PROFILE_DATA_SOURCE](../wiki/Variable.RXAP_USER_PROFILE_DATA_SOURCE)
66
-
67
- ### Functions
68
-
69
- - [IsNavigationDividerItem](../wiki/Function.IsNavigationDividerItem)
70
- - [IsNavigationInsertItem](../wiki/Function.IsNavigationInsertItem)
71
- - [IsNavigationItem](../wiki/Function.IsNavigationItem)
72
- - [provideExternalApps](../wiki/Function.provideExternalApps)
73
- - [provideLayout](../wiki/Function.provideLayout)
74
- - [withDefaultHeaderComponent](../wiki/Function.withDefaultHeaderComponent)
75
- - [withDefaultHeaderItems](../wiki/Function.withDefaultHeaderItems)
76
- - [withFooterComponents](../wiki/Function.withFooterComponents)
77
- - [withHeaderComponents](../wiki/Function.withHeaderComponents)
78
- - [withNavigationConfig](../wiki/Function.withNavigationConfig)
79
- - [withNavigationInserts](../wiki/Function.withNavigationInserts)
80
- - [withReleaseInfoModules](../wiki/Function.withReleaseInfoModules)
81
- - [withSettingsMenuItems](../wiki/Function.withSettingsMenuItems)
82
- - [withUserProfileDataSource](../wiki/Function.withUserProfileDataSource)
@@ -1,82 +0,0 @@
1
- # @rxap/layout
2
-
3
- ## Classes
4
-
5
- - [AppsButtonComponent](../wiki/Class.AppsButtonComponent)
6
- - [BaseLayoutComponent](../wiki/Class.BaseLayoutComponent)
7
- - [DefaultHeaderComponent](../wiki/Class.DefaultHeaderComponent)
8
- - [DefaultHeaderService](../wiki/Class.DefaultHeaderService)
9
- - [ExternalAppsService](../wiki/Class.ExternalAppsService)
10
- - [FooterComponent](../wiki/Class.FooterComponent)
11
- - [FooterDirective](../wiki/Class.FooterDirective)
12
- - [FooterService](../wiki/Class.FooterService)
13
- - [HeaderComponent](../wiki/Class.HeaderComponent)
14
- - [HeaderDirective](../wiki/Class.HeaderDirective)
15
- - [HeaderService](../wiki/Class.HeaderService)
16
- - [LayoutComponent](../wiki/Class.LayoutComponent)
17
- - [LayoutService](../wiki/Class.LayoutService)
18
- - [LogoService](../wiki/Class.LogoService)
19
- - [MinimalLayoutComponent](../wiki/Class.MinimalLayoutComponent)
20
- - [NavigationComponent](../wiki/Class.NavigationComponent)
21
- - [NavigationItemComponent](../wiki/Class.NavigationItemComponent)
22
- - [NavigationProgressBarComponent](../wiki/Class.NavigationProgressBarComponent)
23
- - [NavigationService](../wiki/Class.NavigationService)
24
- - [ReleaseInfoComponent](../wiki/Class.ReleaseInfoComponent)
25
- - [SettingsButtonComponent](../wiki/Class.SettingsButtonComponent)
26
- - [SidenavComponent](../wiki/Class.SidenavComponent)
27
- - [SidenavFooterDirective](../wiki/Class.SidenavFooterDirective)
28
- - [SidenavHeaderDirective](../wiki/Class.SidenavHeaderDirective)
29
- - [SidenavToggleButtonComponent](../wiki/Class.SidenavToggleButtonComponent)
30
- - [UserProfileIconComponent](../wiki/Class.UserProfileIconComponent)
31
-
32
- ## Interfaces
33
-
34
- - [NavigationDividerItem](../wiki/Interface.NavigationDividerItem)
35
- - [NavigationInsertItem](../wiki/Interface.NavigationInsertItem)
36
- - [NavigationItem](../wiki/Interface.NavigationItem)
37
- - [NavigationStatus](../wiki/Interface.NavigationStatus)
38
- - [ReleaseInfoModule](../wiki/Interface.ReleaseInfoModule)
39
- - [SettingsMenuItem](../wiki/Interface.SettingsMenuItem)
40
-
41
- ## Type Aliases
42
-
43
- - [DefaultHeaderItemComponent](../wiki/TypeAlias.DefaultHeaderItemComponent)
44
- - [ExternalApp](../wiki/TypeAlias.ExternalApp)
45
- - [ExtractUsernameFromProfileFn](../wiki/TypeAlias.ExtractUsernameFromProfileFn)
46
- - [Navigation](../wiki/TypeAlias.Navigation)
47
- - [NavigationWithInserts](../wiki/TypeAlias.NavigationWithInserts)
48
- - [SettingsMenuItemComponent](../wiki/TypeAlias.SettingsMenuItemComponent)
49
-
50
- ## Variables
51
-
52
- - [EXTRACT\_USERNAME\_FROM\_PROFILE](../wiki/Variable.EXTRACT_USERNAME_FROM_PROFILE)
53
- - [RXAP\_DEFAULT\_HEADER\_ITEM\_COMPONENT](../wiki/Variable.RXAP_DEFAULT_HEADER_ITEM_COMPONENT)
54
- - [RXAP\_EXTERNAL\_APP](../wiki/Variable.RXAP_EXTERNAL_APP)
55
- - [RXAP\_EXTERNAL\_APP\_FILTER](../wiki/Variable.RXAP_EXTERNAL_APP_FILTER)
56
- - [RXAP\_FOOTER\_COMPONENT](../wiki/Variable.RXAP_FOOTER_COMPONENT)
57
- - [RXAP\_HEADER\_COMPONENT](../wiki/Variable.RXAP_HEADER_COMPONENT)
58
- - [RXAP\_LAYOUT\_APPS\_GRID](../wiki/Variable.RXAP_LAYOUT_APPS_GRID)
59
- - [RXAP\_LOGO\_CONFIG](../wiki/Variable.RXAP_LOGO_CONFIG)
60
- - [RXAP\_NAVIGATION\_CONFIG](../wiki/Variable.RXAP_NAVIGATION_CONFIG)
61
- - [RXAP\_NAVIGATION\_CONFIG\_INSERTS](../wiki/Variable.RXAP_NAVIGATION_CONFIG_INSERTS)
62
- - [RXAP\_RELEASE\_INFO\_MODULE](../wiki/Variable.RXAP_RELEASE_INFO_MODULE)
63
- - [RXAP\_SETTINGS\_MENU\_ITEM](../wiki/Variable.RXAP_SETTINGS_MENU_ITEM)
64
- - [RXAP\_SETTINGS\_MENU\_ITEM\_COMPONENT](../wiki/Variable.RXAP_SETTINGS_MENU_ITEM_COMPONENT)
65
- - [RXAP\_USER\_PROFILE\_DATA\_SOURCE](../wiki/Variable.RXAP_USER_PROFILE_DATA_SOURCE)
66
-
67
- ## Functions
68
-
69
- - [IsNavigationDividerItem](../wiki/Function.IsNavigationDividerItem)
70
- - [IsNavigationInsertItem](../wiki/Function.IsNavigationInsertItem)
71
- - [IsNavigationItem](../wiki/Function.IsNavigationItem)
72
- - [provideExternalApps](../wiki/Function.provideExternalApps)
73
- - [provideLayout](../wiki/Function.provideLayout)
74
- - [withDefaultHeaderComponent](../wiki/Function.withDefaultHeaderComponent)
75
- - [withDefaultHeaderItems](../wiki/Function.withDefaultHeaderItems)
76
- - [withFooterComponents](../wiki/Function.withFooterComponents)
77
- - [withHeaderComponents](../wiki/Function.withHeaderComponents)
78
- - [withNavigationConfig](../wiki/Function.withNavigationConfig)
79
- - [withNavigationInserts](../wiki/Function.withNavigationInserts)
80
- - [withReleaseInfoModules](../wiki/Function.withReleaseInfoModules)
81
- - [withSettingsMenuItems](../wiki/Function.withSettingsMenuItems)
82
- - [withUserProfileDataSource](../wiki/Function.withUserProfileDataSource)
File without changes
File without changes