@rxap/layout 19.0.1-dev.11 → 19.0.1-dev.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/README.md +1 -1
- package/compodoc/changelog.html +2 -0
- package/compodoc/dependencies.html +11 -11
- package/compodoc/index.html +1 -1
- package/compodoc/js/search/search_index.js +2 -2
- package/compodoc/properties.html +1 -1
- package/docs/documentation.json +1724 -3421
- package/docs/html/assets/hierarchy.js +1 -0
- package/docs/html/assets/icons.js +18 -0
- package/docs/html/assets/icons.svg +1 -0
- package/docs/{assets → html/assets}/main.js +5 -4
- package/docs/html/assets/navigation.js +1 -0
- package/docs/html/assets/search.js +1 -0
- package/docs/html/assets/style.css +1611 -0
- package/docs/html/classes/AppsButtonComponent.html +13 -0
- package/docs/html/classes/BaseLayoutComponent.html +2 -0
- package/docs/html/classes/DefaultHeaderComponent.html +7 -0
- package/docs/html/classes/DefaultHeaderService.html +13 -0
- package/docs/html/classes/ExternalAppsService.html +19 -0
- package/docs/html/classes/FooterComponent.html +4 -0
- package/docs/html/classes/FooterDirective.html +11 -0
- package/docs/html/classes/FooterService.html +13 -0
- package/docs/html/classes/HeaderComponent.html +5 -0
- package/docs/html/classes/HeaderDirective.html +11 -0
- package/docs/html/classes/HeaderService.html +13 -0
- package/docs/html/classes/LayoutComponent.html +5 -0
- package/docs/html/classes/LayoutService.html +16 -0
- package/docs/html/classes/LogoService.html +6 -0
- package/docs/html/classes/MinimalLayoutComponent.html +2 -0
- package/docs/html/classes/NavigationComponent.html +16 -0
- package/docs/html/classes/NavigationItemComponent.html +24 -0
- package/docs/html/classes/NavigationProgressBarComponent.html +4 -0
- package/docs/html/classes/NavigationService.html +12 -0
- package/docs/html/classes/ReleaseInfoComponent.html +5 -0
- package/docs/html/classes/SettingsButtonComponent.html +18 -0
- package/docs/html/classes/SidenavComponent.html +15 -0
- package/docs/html/classes/SidenavFooterDirective.html +3 -0
- package/docs/html/classes/SidenavHeaderDirective.html +3 -0
- package/docs/html/classes/SidenavToggleButtonComponent.html +4 -0
- package/docs/html/classes/UserProfileIconComponent.html +5 -0
- package/docs/html/functions/IsNavigationDividerItem.html +1 -0
- package/docs/html/functions/IsNavigationInsertItem.html +1 -0
- package/docs/html/functions/IsNavigationItem.html +1 -0
- package/docs/html/functions/provideExternalApps.html +1 -0
- package/docs/html/functions/provideLayout.html +1 -0
- package/docs/html/functions/withDefaultHeaderComponent.html +1 -0
- package/docs/html/functions/withDefaultHeaderItems.html +1 -0
- package/docs/html/functions/withFooterComponents.html +1 -0
- package/docs/html/functions/withHeaderComponents.html +1 -0
- package/docs/html/functions/withNavigationConfig.html +1 -0
- package/docs/html/functions/withNavigationInserts.html +1 -0
- package/docs/html/functions/withReleaseInfoModules.html +1 -0
- package/docs/html/functions/withSettingsMenuItems.html +1 -0
- package/docs/html/functions/withUserProfileDataSource.html +1 -0
- package/docs/html/index.html +106 -0
- package/docs/html/interfaces/NavigationDividerItem.html +3 -0
- package/docs/html/interfaces/NavigationInsertItem.html +2 -0
- package/docs/html/interfaces/NavigationItem.html +6 -0
- package/docs/html/interfaces/NavigationStatus.html +2 -0
- package/docs/html/interfaces/ReleaseInfoModule.html +4 -0
- package/docs/html/interfaces/SettingsMenuItem.html +4 -0
- package/docs/html/modules.html +1 -0
- package/docs/html/types/DefaultHeaderItemComponent.html +1 -0
- package/docs/html/types/ExternalApp.html +1 -0
- package/docs/html/types/ExtractUsernameFromProfileFn.html +1 -0
- package/docs/html/types/Navigation.html +1 -0
- package/docs/html/types/NavigationWithInserts.html +1 -0
- package/docs/html/types/SettingsMenuItemComponent.html +1 -0
- package/docs/html/variables/EXTRACT_USERNAME_FROM_PROFILE.html +1 -0
- package/docs/html/variables/RXAP_DEFAULT_HEADER_ITEM_COMPONENT.html +1 -0
- package/docs/html/variables/RXAP_EXTERNAL_APP.html +1 -0
- package/docs/html/variables/RXAP_EXTERNAL_APP_FILTER.html +1 -0
- package/docs/html/variables/RXAP_FOOTER_COMPONENT.html +1 -0
- package/docs/html/variables/RXAP_HEADER_COMPONENT.html +1 -0
- package/docs/html/variables/RXAP_LAYOUT_APPS_GRID.html +1 -0
- package/docs/html/variables/RXAP_LOGO_CONFIG.html +1 -0
- package/docs/html/variables/RXAP_NAVIGATION_CONFIG.html +1 -0
- package/docs/html/variables/RXAP_NAVIGATION_CONFIG_INSERTS.html +1 -0
- package/docs/html/variables/RXAP_RELEASE_INFO_MODULE.html +1 -0
- package/docs/html/variables/RXAP_SETTINGS_MENU_ITEM.html +1 -0
- package/docs/html/variables/RXAP_SETTINGS_MENU_ITEM_COMPONENT.html +1 -0
- package/docs/html/variables/RXAP_USER_PROFILE_DATA_SOURCE.html +1 -0
- package/docs/markdown/README.md +304 -0
- package/docs/markdown/classes/AppsButtonComponent.md +83 -0
- package/docs/markdown/classes/BaseLayoutComponent.md +19 -0
- package/docs/markdown/classes/DefaultHeaderComponent.md +59 -0
- package/docs/markdown/classes/DefaultHeaderService.md +87 -0
- package/docs/markdown/classes/ExternalAppsService.md +251 -0
- package/docs/markdown/classes/FooterComponent.md +35 -0
- package/docs/markdown/classes/FooterDirective.md +65 -0
- package/docs/markdown/classes/FooterService.md +87 -0
- package/docs/markdown/classes/HeaderComponent.md +43 -0
- package/docs/markdown/classes/HeaderDirective.md +65 -0
- package/docs/markdown/classes/HeaderService.md +87 -0
- package/docs/markdown/classes/LayoutComponent.md +43 -0
- package/docs/markdown/classes/LayoutService.md +149 -0
- package/docs/markdown/classes/LogoService.md +51 -0
- package/docs/markdown/classes/MinimalLayoutComponent.md +19 -0
- package/docs/markdown/classes/NavigationComponent.md +139 -0
- package/docs/markdown/classes/NavigationItemComponent.md +195 -0
- package/docs/markdown/classes/NavigationProgressBarComponent.md +35 -0
- package/docs/markdown/classes/NavigationService.md +205 -0
- package/docs/markdown/classes/ReleaseInfoComponent.md +47 -0
- package/docs/markdown/classes/SettingsButtonComponent.md +229 -0
- package/docs/markdown/classes/SidenavComponent.md +135 -0
- package/docs/markdown/classes/SidenavFooterDirective.md +35 -0
- package/docs/markdown/classes/SidenavHeaderDirective.md +35 -0
- package/docs/markdown/classes/SidenavToggleButtonComponent.md +39 -0
- package/docs/markdown/classes/UserProfileIconComponent.md +47 -0
- package/docs/markdown/functions/IsNavigationDividerItem.md +21 -0
- package/docs/markdown/functions/IsNavigationInsertItem.md +21 -0
- package/docs/markdown/functions/IsNavigationItem.md +21 -0
- package/docs/markdown/functions/provideExternalApps.md +21 -0
- package/docs/markdown/functions/provideLayout.md +21 -0
- package/docs/markdown/functions/withDefaultHeaderComponent.md +15 -0
- package/docs/markdown/functions/withDefaultHeaderItems.md +21 -0
- package/docs/markdown/functions/withFooterComponents.md +21 -0
- package/docs/markdown/functions/withHeaderComponents.md +21 -0
- package/docs/markdown/functions/withNavigationConfig.md +21 -0
- package/docs/markdown/functions/withNavigationInserts.md +21 -0
- package/docs/markdown/functions/withReleaseInfoModules.md +21 -0
- package/docs/markdown/functions/withSettingsMenuItems.md +21 -0
- package/docs/markdown/functions/withUserProfileDataSource.md +25 -0
- package/docs/markdown/globals.md +86 -0
- package/docs/markdown/interfaces/NavigationDividerItem.md +25 -0
- package/docs/markdown/interfaces/NavigationInsertItem.md +17 -0
- package/docs/markdown/interfaces/NavigationItem.md +61 -0
- package/docs/markdown/interfaces/NavigationStatus.md +27 -0
- package/docs/markdown/interfaces/ReleaseInfoModule.md +33 -0
- package/docs/markdown/interfaces/SettingsMenuItem.md +37 -0
- package/docs/markdown/type-aliases/DefaultHeaderItemComponent.md +11 -0
- package/docs/markdown/type-aliases/ExternalApp.md +11 -0
- package/docs/markdown/type-aliases/ExtractUsernameFromProfileFn.md +25 -0
- package/docs/markdown/type-aliases/Navigation.md +11 -0
- package/docs/markdown/type-aliases/NavigationWithInserts.md +11 -0
- package/docs/markdown/type-aliases/SettingsMenuItemComponent.md +11 -0
- package/docs/markdown/variables/EXTRACT_USERNAME_FROM_PROFILE.md +11 -0
- package/docs/markdown/variables/RXAP_DEFAULT_HEADER_ITEM_COMPONENT.md +11 -0
- package/docs/markdown/variables/RXAP_EXTERNAL_APP.md +11 -0
- package/docs/markdown/variables/RXAP_EXTERNAL_APP_FILTER.md +11 -0
- package/docs/markdown/variables/RXAP_FOOTER_COMPONENT.md +11 -0
- package/docs/markdown/variables/RXAP_HEADER_COMPONENT.md +11 -0
- package/docs/markdown/variables/RXAP_LAYOUT_APPS_GRID.md +11 -0
- package/docs/markdown/variables/RXAP_LOGO_CONFIG.md +11 -0
- package/docs/markdown/variables/RXAP_NAVIGATION_CONFIG.md +11 -0
- package/docs/markdown/variables/RXAP_NAVIGATION_CONFIG_INSERTS.md +11 -0
- package/docs/markdown/variables/RXAP_RELEASE_INFO_MODULE.md +11 -0
- package/docs/markdown/variables/RXAP_SETTINGS_MENU_ITEM.md +11 -0
- package/docs/markdown/variables/RXAP_SETTINGS_MENU_ITEM_COMPONENT.md +11 -0
- package/docs/markdown/variables/RXAP_USER_PROFILE_DATA_SOURCE.md +11 -0
- package/docs/wiki/Class.AppsButtonComponent.md +79 -0
- package/docs/wiki/Class.BaseLayoutComponent.md +15 -0
- package/docs/wiki/Class.DefaultHeaderComponent.md +55 -0
- package/docs/wiki/Class.DefaultHeaderService.md +83 -0
- package/docs/wiki/Class.ExternalAppsService.md +247 -0
- package/docs/wiki/Class.FooterComponent.md +31 -0
- package/docs/wiki/Class.FooterDirective.md +61 -0
- package/docs/wiki/Class.FooterService.md +83 -0
- package/docs/wiki/Class.HeaderComponent.md +39 -0
- package/docs/wiki/Class.HeaderDirective.md +61 -0
- package/docs/wiki/Class.HeaderService.md +83 -0
- package/docs/wiki/Class.LayoutComponent.md +39 -0
- package/docs/wiki/Class.LayoutService.md +145 -0
- package/docs/wiki/Class.LogoService.md +47 -0
- package/docs/wiki/Class.MinimalLayoutComponent.md +15 -0
- package/docs/wiki/Class.NavigationComponent.md +135 -0
- package/docs/wiki/Class.NavigationItemComponent.md +191 -0
- package/docs/wiki/Class.NavigationProgressBarComponent.md +31 -0
- package/docs/wiki/Class.NavigationService.md +201 -0
- package/docs/wiki/Class.ReleaseInfoComponent.md +43 -0
- package/docs/wiki/Class.SettingsButtonComponent.md +225 -0
- package/docs/wiki/Class.SidenavComponent.md +131 -0
- package/docs/wiki/Class.SidenavFooterDirective.md +31 -0
- package/docs/wiki/Class.SidenavHeaderDirective.md +31 -0
- package/docs/wiki/Class.SidenavToggleButtonComponent.md +35 -0
- package/docs/wiki/Class.UserProfileIconComponent.md +43 -0
- package/docs/wiki/Function.IsNavigationDividerItem.md +17 -0
- package/docs/wiki/Function.IsNavigationInsertItem.md +17 -0
- package/docs/wiki/Function.IsNavigationItem.md +17 -0
- package/docs/wiki/Function.provideExternalApps.md +17 -0
- package/docs/wiki/Function.provideLayout.md +17 -0
- package/docs/wiki/Function.withDefaultHeaderComponent.md +11 -0
- package/docs/wiki/Function.withDefaultHeaderItems.md +17 -0
- package/docs/wiki/Function.withFooterComponents.md +17 -0
- package/docs/wiki/Function.withHeaderComponents.md +17 -0
- package/docs/wiki/Function.withNavigationConfig.md +17 -0
- package/docs/wiki/Function.withNavigationInserts.md +17 -0
- package/docs/wiki/Function.withReleaseInfoModules.md +17 -0
- package/docs/wiki/Function.withSettingsMenuItems.md +17 -0
- package/docs/wiki/Function.withUserProfileDataSource.md +21 -0
- package/docs/wiki/Home.md +300 -0
- package/docs/wiki/Interface.NavigationDividerItem.md +21 -0
- package/docs/wiki/Interface.NavigationInsertItem.md +13 -0
- package/docs/wiki/Interface.NavigationItem.md +57 -0
- package/docs/wiki/Interface.NavigationStatus.md +23 -0
- package/docs/wiki/Interface.ReleaseInfoModule.md +29 -0
- package/docs/wiki/Interface.SettingsMenuItem.md +33 -0
- package/docs/wiki/TypeAlias.DefaultHeaderItemComponent.md +7 -0
- package/docs/wiki/TypeAlias.ExternalApp.md +7 -0
- package/docs/wiki/TypeAlias.ExtractUsernameFromProfileFn.md +21 -0
- package/docs/wiki/TypeAlias.Navigation.md +7 -0
- package/docs/wiki/TypeAlias.NavigationWithInserts.md +7 -0
- package/docs/wiki/TypeAlias.SettingsMenuItemComponent.md +7 -0
- package/docs/wiki/Variable.EXTRACT_USERNAME_FROM_PROFILE.md +7 -0
- package/docs/wiki/Variable.RXAP_DEFAULT_HEADER_ITEM_COMPONENT.md +7 -0
- package/docs/wiki/Variable.RXAP_EXTERNAL_APP.md +7 -0
- package/docs/wiki/Variable.RXAP_EXTERNAL_APP_FILTER.md +7 -0
- package/docs/wiki/Variable.RXAP_FOOTER_COMPONENT.md +7 -0
- package/docs/wiki/Variable.RXAP_HEADER_COMPONENT.md +7 -0
- package/docs/wiki/Variable.RXAP_LAYOUT_APPS_GRID.md +7 -0
- package/docs/wiki/Variable.RXAP_LOGO_CONFIG.md +7 -0
- package/docs/wiki/Variable.RXAP_NAVIGATION_CONFIG.md +7 -0
- package/docs/wiki/Variable.RXAP_NAVIGATION_CONFIG_INSERTS.md +7 -0
- package/docs/wiki/Variable.RXAP_RELEASE_INFO_MODULE.md +7 -0
- package/docs/wiki/Variable.RXAP_SETTINGS_MENU_ITEM.md +7 -0
- package/docs/wiki/Variable.RXAP_SETTINGS_MENU_ITEM_COMPONENT.md +7 -0
- package/docs/wiki/Variable.RXAP_USER_PROFILE_DATA_SOURCE.md +7 -0
- package/docs/wiki/_Sidebar.md +82 -0
- package/docs/wiki/globals.md +82 -0
- package/package.json +27 -27
- package/docs/assets/icons.js +0 -15
- package/docs/assets/icons.svg +0 -1
- package/docs/assets/navigation.js +0 -1
- package/docs/assets/search.js +0 -1
- package/docs/assets/style.css +0 -1412
- package/docs/classes/AppsButtonComponent.html +0 -9
- package/docs/classes/BaseLayoutComponent.html +0 -2
- package/docs/classes/DefaultHeaderComponent.html +0 -9
- package/docs/classes/DefaultHeaderService.html +0 -16
- package/docs/classes/ExternalAppsService.html +0 -19
- package/docs/classes/FooterComponent.html +0 -5
- package/docs/classes/FooterDirective.html +0 -8
- package/docs/classes/FooterService.html +0 -14
- package/docs/classes/HeaderComponent.html +0 -6
- package/docs/classes/HeaderDirective.html +0 -8
- package/docs/classes/HeaderService.html +0 -14
- package/docs/classes/LayoutComponent.html +0 -6
- package/docs/classes/LayoutService.html +0 -20
- package/docs/classes/LogoService.html +0 -7
- package/docs/classes/MinimalLayoutComponent.html +0 -2
- package/docs/classes/NavigationComponent.html +0 -14
- package/docs/classes/NavigationItemComponent.html +0 -19
- package/docs/classes/NavigationProgressBarComponent.html +0 -4
- package/docs/classes/NavigationService.html +0 -17
- package/docs/classes/ReleaseInfoComponent.html +0 -6
- package/docs/classes/SettingsButtonComponent.html +0 -25
- package/docs/classes/SidenavComponent.html +0 -17
- package/docs/classes/SidenavFooterDirective.html +0 -3
- package/docs/classes/SidenavHeaderDirective.html +0 -3
- package/docs/classes/SidenavToggleButtonComponent.html +0 -5
- package/docs/classes/UserProfileIconComponent.html +0 -7
- package/docs/functions/IsNavigationDividerItem.html +0 -1
- package/docs/functions/IsNavigationInsertItem.html +0 -1
- package/docs/functions/IsNavigationItem.html +0 -1
- package/docs/functions/provideExternalApps.html +0 -1
- package/docs/functions/provideLayout.html +0 -1
- package/docs/functions/withDefaultHeaderComponent.html +0 -1
- package/docs/functions/withDefaultHeaderItems.html +0 -1
- package/docs/functions/withFooterComponents.html +0 -1
- package/docs/functions/withHeaderComponents.html +0 -1
- package/docs/functions/withNavigationConfig.html +0 -1
- package/docs/functions/withNavigationInserts.html +0 -1
- package/docs/functions/withReleaseInfoModules.html +0 -1
- package/docs/functions/withSettingsMenuItems.html +0 -1
- package/docs/functions/withUserProfileDataSource.html +0 -1
- package/docs/index.html +0 -88
- package/docs/interfaces/NavigationDividerItem.html +0 -3
- package/docs/interfaces/NavigationInsertItem.html +0 -2
- package/docs/interfaces/NavigationItem.html +0 -6
- package/docs/interfaces/NavigationStatus.html +0 -2
- package/docs/interfaces/ReleaseInfoModule.html +0 -4
- package/docs/interfaces/SettingsMenuItem.html +0 -4
- package/docs/modules.html +0 -67
- package/docs/types/DefaultHeaderItemComponent.html +0 -1
- package/docs/types/ExternalApp.html +0 -1
- package/docs/types/ExtractUsernameFromProfileFn.html +0 -1
- package/docs/types/Navigation.html +0 -1
- package/docs/types/NavigationWithInserts.html +0 -1
- package/docs/types/SettingsMenuItemComponent.html +0 -1
- package/docs/variables/EXTRACT_USERNAME_FROM_PROFILE.html +0 -1
- package/docs/variables/RXAP_DEFAULT_HEADER_ITEM_COMPONENT.html +0 -1
- package/docs/variables/RXAP_EXTERNAL_APP.html +0 -1
- package/docs/variables/RXAP_EXTERNAL_APP_FILTER.html +0 -1
- package/docs/variables/RXAP_FOOTER_COMPONENT.html +0 -1
- package/docs/variables/RXAP_HEADER_COMPONENT.html +0 -1
- package/docs/variables/RXAP_LAYOUT_APPS_GRID.html +0 -1
- package/docs/variables/RXAP_LOGO_CONFIG.html +0 -1
- package/docs/variables/RXAP_NAVIGATION_CONFIG.html +0 -1
- package/docs/variables/RXAP_NAVIGATION_CONFIG_INSERTS.html +0 -1
- package/docs/variables/RXAP_RELEASE_INFO_MODULE.html +0 -1
- package/docs/variables/RXAP_SETTINGS_MENU_ITEM.html +0 -1
- package/docs/variables/RXAP_SETTINGS_MENU_ITEM_COMPONENT.html +0 -1
- package/docs/variables/RXAP_USER_PROFILE_DATA_SOURCE.html +0 -1
- /package/docs/{.nojekyll → html/.nojekyll} +0 -0
- /package/docs/{assets → html/assets}/highlight.css +0 -0
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
[**@rxap/layout**](../README.md)
|
|
2
|
+
|
|
3
|
+
***
|
|
4
|
+
|
|
5
|
+
[@rxap/layout](../globals.md) / SidenavToggleButtonComponent
|
|
6
|
+
|
|
7
|
+
# Class: SidenavToggleButtonComponent
|
|
8
|
+
|
|
9
|
+
Defined in: [default-header/sidenav-toggle-button/sidenav-toggle-button.component.ts:21](https://gitlab.com/rxap/packages/-/blob/d154f059843da9547b2cf8a851a1fa67ef976968/packages/angular/layout/src/lib/default-header/sidenav-toggle-button/sidenav-toggle-button.component.ts#L21)
|
|
10
|
+
|
|
11
|
+
## Constructors
|
|
12
|
+
|
|
13
|
+
### new SidenavToggleButtonComponent()
|
|
14
|
+
|
|
15
|
+
> **new SidenavToggleButtonComponent**(): [`SidenavToggleButtonComponent`](SidenavToggleButtonComponent.md)
|
|
16
|
+
|
|
17
|
+
#### Returns
|
|
18
|
+
|
|
19
|
+
[`SidenavToggleButtonComponent`](SidenavToggleButtonComponent.md)
|
|
20
|
+
|
|
21
|
+
## Properties
|
|
22
|
+
|
|
23
|
+
### opened
|
|
24
|
+
|
|
25
|
+
> `readonly` **opened**: `Signal`\<`boolean`\>
|
|
26
|
+
|
|
27
|
+
Defined in: [default-header/sidenav-toggle-button/sidenav-toggle-button.component.ts:25](https://gitlab.com/rxap/packages/-/blob/d154f059843da9547b2cf8a851a1fa67ef976968/packages/angular/layout/src/lib/default-header/sidenav-toggle-button/sidenav-toggle-button.component.ts#L25)
|
|
28
|
+
|
|
29
|
+
## Methods
|
|
30
|
+
|
|
31
|
+
### toggle()
|
|
32
|
+
|
|
33
|
+
> **toggle**(): `void`
|
|
34
|
+
|
|
35
|
+
Defined in: [default-header/sidenav-toggle-button/sidenav-toggle-button.component.ts:27](https://gitlab.com/rxap/packages/-/blob/d154f059843da9547b2cf8a851a1fa67ef976968/packages/angular/layout/src/lib/default-header/sidenav-toggle-button/sidenav-toggle-button.component.ts#L27)
|
|
36
|
+
|
|
37
|
+
#### Returns
|
|
38
|
+
|
|
39
|
+
`void`
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
[**@rxap/layout**](../README.md)
|
|
2
|
+
|
|
3
|
+
***
|
|
4
|
+
|
|
5
|
+
[@rxap/layout](../globals.md) / UserProfileIconComponent
|
|
6
|
+
|
|
7
|
+
# Class: UserProfileIconComponent
|
|
8
|
+
|
|
9
|
+
Defined in: [default-header/user-profile-icon/user-profile-icon.component.ts:27](https://gitlab.com/rxap/packages/-/blob/d154f059843da9547b2cf8a851a1fa67ef976968/packages/angular/layout/src/lib/default-header/user-profile-icon/user-profile-icon.component.ts#L27)
|
|
10
|
+
|
|
11
|
+
## Constructors
|
|
12
|
+
|
|
13
|
+
### new UserProfileIconComponent()
|
|
14
|
+
|
|
15
|
+
> **new UserProfileIconComponent**(): [`UserProfileIconComponent`](UserProfileIconComponent.md)
|
|
16
|
+
|
|
17
|
+
#### Returns
|
|
18
|
+
|
|
19
|
+
[`UserProfileIconComponent`](UserProfileIconComponent.md)
|
|
20
|
+
|
|
21
|
+
## Properties
|
|
22
|
+
|
|
23
|
+
### profile
|
|
24
|
+
|
|
25
|
+
> `readonly` **profile**: `InputSignal`\<`unknown`\>
|
|
26
|
+
|
|
27
|
+
Defined in: [default-header/user-profile-icon/user-profile-icon.component.ts:32](https://gitlab.com/rxap/packages/-/blob/d154f059843da9547b2cf8a851a1fa67ef976968/packages/angular/layout/src/lib/default-header/user-profile-icon/user-profile-icon.component.ts#L32)
|
|
28
|
+
|
|
29
|
+
***
|
|
30
|
+
|
|
31
|
+
### username
|
|
32
|
+
|
|
33
|
+
> `readonly` **username**: `Signal`\<`null` \| `string`\>
|
|
34
|
+
|
|
35
|
+
Defined in: [default-header/user-profile-icon/user-profile-icon.component.ts:34](https://gitlab.com/rxap/packages/-/blob/d154f059843da9547b2cf8a851a1fa67ef976968/packages/angular/layout/src/lib/default-header/user-profile-icon/user-profile-icon.component.ts#L34)
|
|
36
|
+
|
|
37
|
+
## Methods
|
|
38
|
+
|
|
39
|
+
### logout()
|
|
40
|
+
|
|
41
|
+
> **logout**(): `void`
|
|
42
|
+
|
|
43
|
+
Defined in: [default-header/user-profile-icon/user-profile-icon.component.ts:42](https://gitlab.com/rxap/packages/-/blob/d154f059843da9547b2cf8a851a1fa67ef976968/packages/angular/layout/src/lib/default-header/user-profile-icon/user-profile-icon.component.ts#L42)
|
|
44
|
+
|
|
45
|
+
#### Returns
|
|
46
|
+
|
|
47
|
+
`void`
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
[**@rxap/layout**](../README.md)
|
|
2
|
+
|
|
3
|
+
***
|
|
4
|
+
|
|
5
|
+
[@rxap/layout](../globals.md) / IsNavigationDividerItem
|
|
6
|
+
|
|
7
|
+
# Function: IsNavigationDividerItem()
|
|
8
|
+
|
|
9
|
+
> **IsNavigationDividerItem**(`item`): `item is NavigationDividerItem`
|
|
10
|
+
|
|
11
|
+
Defined in: [navigation/navigation-item.ts:22](https://gitlab.com/rxap/packages/-/blob/d154f059843da9547b2cf8a851a1fa67ef976968/packages/angular/layout/src/lib/navigation/navigation-item.ts#L22)
|
|
12
|
+
|
|
13
|
+
## Parameters
|
|
14
|
+
|
|
15
|
+
### item
|
|
16
|
+
|
|
17
|
+
`any`
|
|
18
|
+
|
|
19
|
+
## Returns
|
|
20
|
+
|
|
21
|
+
`item is NavigationDividerItem`
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
[**@rxap/layout**](../README.md)
|
|
2
|
+
|
|
3
|
+
***
|
|
4
|
+
|
|
5
|
+
[@rxap/layout](../globals.md) / IsNavigationInsertItem
|
|
6
|
+
|
|
7
|
+
# Function: IsNavigationInsertItem()
|
|
8
|
+
|
|
9
|
+
> **IsNavigationInsertItem**(`item`): `item is NavigationInsertItem`
|
|
10
|
+
|
|
11
|
+
Defined in: [navigation/navigation-item.ts:32](https://gitlab.com/rxap/packages/-/blob/d154f059843da9547b2cf8a851a1fa67ef976968/packages/angular/layout/src/lib/navigation/navigation-item.ts#L32)
|
|
12
|
+
|
|
13
|
+
## Parameters
|
|
14
|
+
|
|
15
|
+
### item
|
|
16
|
+
|
|
17
|
+
`any`
|
|
18
|
+
|
|
19
|
+
## Returns
|
|
20
|
+
|
|
21
|
+
`item is NavigationInsertItem`
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
[**@rxap/layout**](../README.md)
|
|
2
|
+
|
|
3
|
+
***
|
|
4
|
+
|
|
5
|
+
[@rxap/layout](../globals.md) / IsNavigationItem
|
|
6
|
+
|
|
7
|
+
# Function: IsNavigationItem()
|
|
8
|
+
|
|
9
|
+
> **IsNavigationItem**(`item`): `item is NavigationItem<Navigation>`
|
|
10
|
+
|
|
11
|
+
Defined in: [navigation/navigation-item.ts:56](https://gitlab.com/rxap/packages/-/blob/d154f059843da9547b2cf8a851a1fa67ef976968/packages/angular/layout/src/lib/navigation/navigation-item.ts#L56)
|
|
12
|
+
|
|
13
|
+
## Parameters
|
|
14
|
+
|
|
15
|
+
### item
|
|
16
|
+
|
|
17
|
+
`any`
|
|
18
|
+
|
|
19
|
+
## Returns
|
|
20
|
+
|
|
21
|
+
`item is NavigationItem<Navigation>`
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
[**@rxap/layout**](../README.md)
|
|
2
|
+
|
|
3
|
+
***
|
|
4
|
+
|
|
5
|
+
[@rxap/layout](../globals.md) / provideExternalApps
|
|
6
|
+
|
|
7
|
+
# Function: provideExternalApps()
|
|
8
|
+
|
|
9
|
+
> **provideExternalApps**(...`apps`): `Provider`[]
|
|
10
|
+
|
|
11
|
+
Defined in: [provide.ts:45](https://gitlab.com/rxap/packages/-/blob/d154f059843da9547b2cf8a851a1fa67ef976968/packages/angular/layout/src/lib/provide.ts#L45)
|
|
12
|
+
|
|
13
|
+
## Parameters
|
|
14
|
+
|
|
15
|
+
### apps
|
|
16
|
+
|
|
17
|
+
...`AppsNavigationConfig`[]
|
|
18
|
+
|
|
19
|
+
## Returns
|
|
20
|
+
|
|
21
|
+
`Provider`[]
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
[**@rxap/layout**](../README.md)
|
|
2
|
+
|
|
3
|
+
***
|
|
4
|
+
|
|
5
|
+
[@rxap/layout](../globals.md) / provideLayout
|
|
6
|
+
|
|
7
|
+
# Function: provideLayout()
|
|
8
|
+
|
|
9
|
+
> **provideLayout**(...`additionalProviders`): `Provider`[]
|
|
10
|
+
|
|
11
|
+
Defined in: [provide.ts:34](https://gitlab.com/rxap/packages/-/blob/d154f059843da9547b2cf8a851a1fa67ef976968/packages/angular/layout/src/lib/provide.ts#L34)
|
|
12
|
+
|
|
13
|
+
## Parameters
|
|
14
|
+
|
|
15
|
+
### additionalProviders
|
|
16
|
+
|
|
17
|
+
...`Provider`[]
|
|
18
|
+
|
|
19
|
+
## Returns
|
|
20
|
+
|
|
21
|
+
`Provider`[]
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
[**@rxap/layout**](../README.md)
|
|
2
|
+
|
|
3
|
+
***
|
|
4
|
+
|
|
5
|
+
[@rxap/layout](../globals.md) / withDefaultHeaderComponent
|
|
6
|
+
|
|
7
|
+
# Function: withDefaultHeaderComponent()
|
|
8
|
+
|
|
9
|
+
> **withDefaultHeaderComponent**(): `Provider`
|
|
10
|
+
|
|
11
|
+
Defined in: [provide.ts:132](https://gitlab.com/rxap/packages/-/blob/d154f059843da9547b2cf8a851a1fa67ef976968/packages/angular/layout/src/lib/provide.ts#L132)
|
|
12
|
+
|
|
13
|
+
## Returns
|
|
14
|
+
|
|
15
|
+
`Provider`
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
[**@rxap/layout**](../README.md)
|
|
2
|
+
|
|
3
|
+
***
|
|
4
|
+
|
|
5
|
+
[@rxap/layout](../globals.md) / withDefaultHeaderItems
|
|
6
|
+
|
|
7
|
+
# Function: withDefaultHeaderItems()
|
|
8
|
+
|
|
9
|
+
> **withDefaultHeaderItems**(...`items`): `Provider`[]
|
|
10
|
+
|
|
11
|
+
Defined in: [provide.ts:96](https://gitlab.com/rxap/packages/-/blob/d154f059843da9547b2cf8a851a1fa67ef976968/packages/angular/layout/src/lib/provide.ts#L96)
|
|
12
|
+
|
|
13
|
+
## Parameters
|
|
14
|
+
|
|
15
|
+
### items
|
|
16
|
+
|
|
17
|
+
...([`DefaultHeaderItemComponent`](../type-aliases/DefaultHeaderItemComponent.md) \| () => [`DefaultHeaderItemComponent`](../type-aliases/DefaultHeaderItemComponent.md) \| `Promise`\<[`DefaultHeaderItemComponent`](../type-aliases/DefaultHeaderItemComponent.md)\>)[]
|
|
18
|
+
|
|
19
|
+
## Returns
|
|
20
|
+
|
|
21
|
+
`Provider`[]
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
[**@rxap/layout**](../README.md)
|
|
2
|
+
|
|
3
|
+
***
|
|
4
|
+
|
|
5
|
+
[@rxap/layout](../globals.md) / withFooterComponents
|
|
6
|
+
|
|
7
|
+
# Function: withFooterComponents()
|
|
8
|
+
|
|
9
|
+
> **withFooterComponents**(`components`): `Provider`[]
|
|
10
|
+
|
|
11
|
+
Defined in: [provide.ts:123](https://gitlab.com/rxap/packages/-/blob/d154f059843da9547b2cf8a851a1fa67ef976968/packages/angular/layout/src/lib/provide.ts#L123)
|
|
12
|
+
|
|
13
|
+
## Parameters
|
|
14
|
+
|
|
15
|
+
### components
|
|
16
|
+
|
|
17
|
+
`ComponentType`\<`unknown`\>[]
|
|
18
|
+
|
|
19
|
+
## Returns
|
|
20
|
+
|
|
21
|
+
`Provider`[]
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
[**@rxap/layout**](../README.md)
|
|
2
|
+
|
|
3
|
+
***
|
|
4
|
+
|
|
5
|
+
[@rxap/layout](../globals.md) / withHeaderComponents
|
|
6
|
+
|
|
7
|
+
# Function: withHeaderComponents()
|
|
8
|
+
|
|
9
|
+
> **withHeaderComponents**(`components`): `Provider`[]
|
|
10
|
+
|
|
11
|
+
Defined in: [provide.ts:114](https://gitlab.com/rxap/packages/-/blob/d154f059843da9547b2cf8a851a1fa67ef976968/packages/angular/layout/src/lib/provide.ts#L114)
|
|
12
|
+
|
|
13
|
+
## Parameters
|
|
14
|
+
|
|
15
|
+
### components
|
|
16
|
+
|
|
17
|
+
`ComponentType`\<`unknown`\>[]
|
|
18
|
+
|
|
19
|
+
## Returns
|
|
20
|
+
|
|
21
|
+
`Provider`[]
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
[**@rxap/layout**](../README.md)
|
|
2
|
+
|
|
3
|
+
***
|
|
4
|
+
|
|
5
|
+
[@rxap/layout](../globals.md) / withNavigationConfig
|
|
6
|
+
|
|
7
|
+
# Function: withNavigationConfig()
|
|
8
|
+
|
|
9
|
+
> **withNavigationConfig**(`config`): `Provider`[]
|
|
10
|
+
|
|
11
|
+
Defined in: [provide.ts:58](https://gitlab.com/rxap/packages/-/blob/d154f059843da9547b2cf8a851a1fa67ef976968/packages/angular/layout/src/lib/provide.ts#L58)
|
|
12
|
+
|
|
13
|
+
## Parameters
|
|
14
|
+
|
|
15
|
+
### config
|
|
16
|
+
|
|
17
|
+
[`NavigationWithInserts`](../type-aliases/NavigationWithInserts.md) | () => [`NavigationWithInserts`](../type-aliases/NavigationWithInserts.md)
|
|
18
|
+
|
|
19
|
+
## Returns
|
|
20
|
+
|
|
21
|
+
`Provider`[]
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
[**@rxap/layout**](../README.md)
|
|
2
|
+
|
|
3
|
+
***
|
|
4
|
+
|
|
5
|
+
[@rxap/layout](../globals.md) / withNavigationInserts
|
|
6
|
+
|
|
7
|
+
# Function: withNavigationInserts()
|
|
8
|
+
|
|
9
|
+
> **withNavigationInserts**(`inserts`): `Provider`[]
|
|
10
|
+
|
|
11
|
+
Defined in: [provide.ts:70](https://gitlab.com/rxap/packages/-/blob/d154f059843da9547b2cf8a851a1fa67ef976968/packages/angular/layout/src/lib/provide.ts#L70)
|
|
12
|
+
|
|
13
|
+
## Parameters
|
|
14
|
+
|
|
15
|
+
### inserts
|
|
16
|
+
|
|
17
|
+
`Record`\<`string`, [`NavigationWithInserts`](../type-aliases/NavigationWithInserts.md)\>
|
|
18
|
+
|
|
19
|
+
## Returns
|
|
20
|
+
|
|
21
|
+
`Provider`[]
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
[**@rxap/layout**](../README.md)
|
|
2
|
+
|
|
3
|
+
***
|
|
4
|
+
|
|
5
|
+
[@rxap/layout](../globals.md) / withReleaseInfoModules
|
|
6
|
+
|
|
7
|
+
# Function: withReleaseInfoModules()
|
|
8
|
+
|
|
9
|
+
> **withReleaseInfoModules**(...`module`): `Provider`[]
|
|
10
|
+
|
|
11
|
+
Defined in: [provide.ts:104](https://gitlab.com/rxap/packages/-/blob/d154f059843da9547b2cf8a851a1fa67ef976968/packages/angular/layout/src/lib/provide.ts#L104)
|
|
12
|
+
|
|
13
|
+
## Parameters
|
|
14
|
+
|
|
15
|
+
### module
|
|
16
|
+
|
|
17
|
+
...[`ReleaseInfoModule`](../interfaces/ReleaseInfoModule.md)[]
|
|
18
|
+
|
|
19
|
+
## Returns
|
|
20
|
+
|
|
21
|
+
`Provider`[]
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
[**@rxap/layout**](../README.md)
|
|
2
|
+
|
|
3
|
+
***
|
|
4
|
+
|
|
5
|
+
[@rxap/layout](../globals.md) / withSettingsMenuItems
|
|
6
|
+
|
|
7
|
+
# Function: withSettingsMenuItems()
|
|
8
|
+
|
|
9
|
+
> **withSettingsMenuItems**(...`items`): `Provider`[]
|
|
10
|
+
|
|
11
|
+
Defined in: [provide.ts:77](https://gitlab.com/rxap/packages/-/blob/d154f059843da9547b2cf8a851a1fa67ef976968/packages/angular/layout/src/lib/provide.ts#L77)
|
|
12
|
+
|
|
13
|
+
## Parameters
|
|
14
|
+
|
|
15
|
+
### items
|
|
16
|
+
|
|
17
|
+
...([`SettingsMenuItem`](../interfaces/SettingsMenuItem.md) \| [`SettingsMenuItemComponent`](../type-aliases/SettingsMenuItemComponent.md) \| () => [`SettingsMenuItemComponent`](../type-aliases/SettingsMenuItemComponent.md) \| `Promise`\<[`SettingsMenuItemComponent`](../type-aliases/SettingsMenuItemComponent.md)\>)[]
|
|
18
|
+
|
|
19
|
+
## Returns
|
|
20
|
+
|
|
21
|
+
`Provider`[]
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
[**@rxap/layout**](../README.md)
|
|
2
|
+
|
|
3
|
+
***
|
|
4
|
+
|
|
5
|
+
[@rxap/layout](../globals.md) / withUserProfileDataSource
|
|
6
|
+
|
|
7
|
+
# Function: withUserProfileDataSource()
|
|
8
|
+
|
|
9
|
+
> **withUserProfileDataSource**(`dataSource`, `useClass`): `Provider`
|
|
10
|
+
|
|
11
|
+
Defined in: [provide.ts:139](https://gitlab.com/rxap/packages/-/blob/d154f059843da9547b2cf8a851a1fa67ef976968/packages/angular/layout/src/lib/provide.ts#L139)
|
|
12
|
+
|
|
13
|
+
## Parameters
|
|
14
|
+
|
|
15
|
+
### dataSource
|
|
16
|
+
|
|
17
|
+
`Constructor`\<`DataSource`\<`unknown`, `DataSourceViewer`\>\>
|
|
18
|
+
|
|
19
|
+
### useClass
|
|
20
|
+
|
|
21
|
+
`boolean` = `false`
|
|
22
|
+
|
|
23
|
+
## Returns
|
|
24
|
+
|
|
25
|
+
`Provider`
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
[**@rxap/layout**](README.md)
|
|
2
|
+
|
|
3
|
+
***
|
|
4
|
+
|
|
5
|
+
# @rxap/layout
|
|
6
|
+
|
|
7
|
+
## Classes
|
|
8
|
+
|
|
9
|
+
- [AppsButtonComponent](classes/AppsButtonComponent.md)
|
|
10
|
+
- [BaseLayoutComponent](classes/BaseLayoutComponent.md)
|
|
11
|
+
- [DefaultHeaderComponent](classes/DefaultHeaderComponent.md)
|
|
12
|
+
- [DefaultHeaderService](classes/DefaultHeaderService.md)
|
|
13
|
+
- [ExternalAppsService](classes/ExternalAppsService.md)
|
|
14
|
+
- [FooterComponent](classes/FooterComponent.md)
|
|
15
|
+
- [FooterDirective](classes/FooterDirective.md)
|
|
16
|
+
- [FooterService](classes/FooterService.md)
|
|
17
|
+
- [HeaderComponent](classes/HeaderComponent.md)
|
|
18
|
+
- [HeaderDirective](classes/HeaderDirective.md)
|
|
19
|
+
- [HeaderService](classes/HeaderService.md)
|
|
20
|
+
- [LayoutComponent](classes/LayoutComponent.md)
|
|
21
|
+
- [LayoutService](classes/LayoutService.md)
|
|
22
|
+
- [LogoService](classes/LogoService.md)
|
|
23
|
+
- [MinimalLayoutComponent](classes/MinimalLayoutComponent.md)
|
|
24
|
+
- [NavigationComponent](classes/NavigationComponent.md)
|
|
25
|
+
- [NavigationItemComponent](classes/NavigationItemComponent.md)
|
|
26
|
+
- [NavigationProgressBarComponent](classes/NavigationProgressBarComponent.md)
|
|
27
|
+
- [NavigationService](classes/NavigationService.md)
|
|
28
|
+
- [ReleaseInfoComponent](classes/ReleaseInfoComponent.md)
|
|
29
|
+
- [SettingsButtonComponent](classes/SettingsButtonComponent.md)
|
|
30
|
+
- [SidenavComponent](classes/SidenavComponent.md)
|
|
31
|
+
- [SidenavFooterDirective](classes/SidenavFooterDirective.md)
|
|
32
|
+
- [SidenavHeaderDirective](classes/SidenavHeaderDirective.md)
|
|
33
|
+
- [SidenavToggleButtonComponent](classes/SidenavToggleButtonComponent.md)
|
|
34
|
+
- [UserProfileIconComponent](classes/UserProfileIconComponent.md)
|
|
35
|
+
|
|
36
|
+
## Interfaces
|
|
37
|
+
|
|
38
|
+
- [NavigationDividerItem](interfaces/NavigationDividerItem.md)
|
|
39
|
+
- [NavigationInsertItem](interfaces/NavigationInsertItem.md)
|
|
40
|
+
- [NavigationItem](interfaces/NavigationItem.md)
|
|
41
|
+
- [NavigationStatus](interfaces/NavigationStatus.md)
|
|
42
|
+
- [ReleaseInfoModule](interfaces/ReleaseInfoModule.md)
|
|
43
|
+
- [SettingsMenuItem](interfaces/SettingsMenuItem.md)
|
|
44
|
+
|
|
45
|
+
## Type Aliases
|
|
46
|
+
|
|
47
|
+
- [DefaultHeaderItemComponent](type-aliases/DefaultHeaderItemComponent.md)
|
|
48
|
+
- [ExternalApp](type-aliases/ExternalApp.md)
|
|
49
|
+
- [ExtractUsernameFromProfileFn](type-aliases/ExtractUsernameFromProfileFn.md)
|
|
50
|
+
- [Navigation](type-aliases/Navigation.md)
|
|
51
|
+
- [NavigationWithInserts](type-aliases/NavigationWithInserts.md)
|
|
52
|
+
- [SettingsMenuItemComponent](type-aliases/SettingsMenuItemComponent.md)
|
|
53
|
+
|
|
54
|
+
## Variables
|
|
55
|
+
|
|
56
|
+
- [EXTRACT\_USERNAME\_FROM\_PROFILE](variables/EXTRACT_USERNAME_FROM_PROFILE.md)
|
|
57
|
+
- [RXAP\_DEFAULT\_HEADER\_ITEM\_COMPONENT](variables/RXAP_DEFAULT_HEADER_ITEM_COMPONENT.md)
|
|
58
|
+
- [RXAP\_EXTERNAL\_APP](variables/RXAP_EXTERNAL_APP.md)
|
|
59
|
+
- [RXAP\_EXTERNAL\_APP\_FILTER](variables/RXAP_EXTERNAL_APP_FILTER.md)
|
|
60
|
+
- [RXAP\_FOOTER\_COMPONENT](variables/RXAP_FOOTER_COMPONENT.md)
|
|
61
|
+
- [RXAP\_HEADER\_COMPONENT](variables/RXAP_HEADER_COMPONENT.md)
|
|
62
|
+
- [RXAP\_LAYOUT\_APPS\_GRID](variables/RXAP_LAYOUT_APPS_GRID.md)
|
|
63
|
+
- [RXAP\_LOGO\_CONFIG](variables/RXAP_LOGO_CONFIG.md)
|
|
64
|
+
- [RXAP\_NAVIGATION\_CONFIG](variables/RXAP_NAVIGATION_CONFIG.md)
|
|
65
|
+
- [RXAP\_NAVIGATION\_CONFIG\_INSERTS](variables/RXAP_NAVIGATION_CONFIG_INSERTS.md)
|
|
66
|
+
- [RXAP\_RELEASE\_INFO\_MODULE](variables/RXAP_RELEASE_INFO_MODULE.md)
|
|
67
|
+
- [RXAP\_SETTINGS\_MENU\_ITEM](variables/RXAP_SETTINGS_MENU_ITEM.md)
|
|
68
|
+
- [RXAP\_SETTINGS\_MENU\_ITEM\_COMPONENT](variables/RXAP_SETTINGS_MENU_ITEM_COMPONENT.md)
|
|
69
|
+
- [RXAP\_USER\_PROFILE\_DATA\_SOURCE](variables/RXAP_USER_PROFILE_DATA_SOURCE.md)
|
|
70
|
+
|
|
71
|
+
## Functions
|
|
72
|
+
|
|
73
|
+
- [IsNavigationDividerItem](functions/IsNavigationDividerItem.md)
|
|
74
|
+
- [IsNavigationInsertItem](functions/IsNavigationInsertItem.md)
|
|
75
|
+
- [IsNavigationItem](functions/IsNavigationItem.md)
|
|
76
|
+
- [provideExternalApps](functions/provideExternalApps.md)
|
|
77
|
+
- [provideLayout](functions/provideLayout.md)
|
|
78
|
+
- [withDefaultHeaderComponent](functions/withDefaultHeaderComponent.md)
|
|
79
|
+
- [withDefaultHeaderItems](functions/withDefaultHeaderItems.md)
|
|
80
|
+
- [withFooterComponents](functions/withFooterComponents.md)
|
|
81
|
+
- [withHeaderComponents](functions/withHeaderComponents.md)
|
|
82
|
+
- [withNavigationConfig](functions/withNavigationConfig.md)
|
|
83
|
+
- [withNavigationInserts](functions/withNavigationInserts.md)
|
|
84
|
+
- [withReleaseInfoModules](functions/withReleaseInfoModules.md)
|
|
85
|
+
- [withSettingsMenuItems](functions/withSettingsMenuItems.md)
|
|
86
|
+
- [withUserProfileDataSource](functions/withUserProfileDataSource.md)
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
[**@rxap/layout**](../README.md)
|
|
2
|
+
|
|
3
|
+
***
|
|
4
|
+
|
|
5
|
+
[@rxap/layout](../globals.md) / NavigationDividerItem
|
|
6
|
+
|
|
7
|
+
# Interface: NavigationDividerItem
|
|
8
|
+
|
|
9
|
+
Defined in: [navigation/navigation-item.ts:17](https://gitlab.com/rxap/packages/-/blob/d154f059843da9547b2cf8a851a1fa67ef976968/packages/angular/layout/src/lib/navigation/navigation-item.ts#L17)
|
|
10
|
+
|
|
11
|
+
## Properties
|
|
12
|
+
|
|
13
|
+
### divider
|
|
14
|
+
|
|
15
|
+
> **divider**: `boolean`
|
|
16
|
+
|
|
17
|
+
Defined in: [navigation/navigation-item.ts:18](https://gitlab.com/rxap/packages/-/blob/d154f059843da9547b2cf8a851a1fa67ef976968/packages/angular/layout/src/lib/navigation/navigation-item.ts#L18)
|
|
18
|
+
|
|
19
|
+
***
|
|
20
|
+
|
|
21
|
+
### title?
|
|
22
|
+
|
|
23
|
+
> `optional` **title**: `string`
|
|
24
|
+
|
|
25
|
+
Defined in: [navigation/navigation-item.ts:19](https://gitlab.com/rxap/packages/-/blob/d154f059843da9547b2cf8a851a1fa67ef976968/packages/angular/layout/src/lib/navigation/navigation-item.ts#L19)
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
[**@rxap/layout**](../README.md)
|
|
2
|
+
|
|
3
|
+
***
|
|
4
|
+
|
|
5
|
+
[@rxap/layout](../globals.md) / NavigationInsertItem
|
|
6
|
+
|
|
7
|
+
# Interface: NavigationInsertItem
|
|
8
|
+
|
|
9
|
+
Defined in: [navigation/navigation-item.ts:28](https://gitlab.com/rxap/packages/-/blob/d154f059843da9547b2cf8a851a1fa67ef976968/packages/angular/layout/src/lib/navigation/navigation-item.ts#L28)
|
|
10
|
+
|
|
11
|
+
## Properties
|
|
12
|
+
|
|
13
|
+
### insert
|
|
14
|
+
|
|
15
|
+
> **insert**: `string`
|
|
16
|
+
|
|
17
|
+
Defined in: [navigation/navigation-item.ts:29](https://gitlab.com/rxap/packages/-/blob/d154f059843da9547b2cf8a851a1fa67ef976968/packages/angular/layout/src/lib/navigation/navigation-item.ts#L29)
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
[**@rxap/layout**](../README.md)
|
|
2
|
+
|
|
3
|
+
***
|
|
4
|
+
|
|
5
|
+
[@rxap/layout](../globals.md) / NavigationItem
|
|
6
|
+
|
|
7
|
+
# Interface: NavigationItem\<Children\>
|
|
8
|
+
|
|
9
|
+
Defined in: [navigation/navigation-item.ts:44](https://gitlab.com/rxap/packages/-/blob/d154f059843da9547b2cf8a851a1fa67ef976968/packages/angular/layout/src/lib/navigation/navigation-item.ts#L44)
|
|
10
|
+
|
|
11
|
+
## Extends
|
|
12
|
+
|
|
13
|
+
- `Record`\<`string`, `unknown`\>
|
|
14
|
+
|
|
15
|
+
## Type Parameters
|
|
16
|
+
|
|
17
|
+
• **Children** = [`Navigation`](../type-aliases/Navigation.md)
|
|
18
|
+
|
|
19
|
+
## Indexable
|
|
20
|
+
|
|
21
|
+
\[`key`: `string`\]: `unknown`
|
|
22
|
+
|
|
23
|
+
## Properties
|
|
24
|
+
|
|
25
|
+
### children?
|
|
26
|
+
|
|
27
|
+
> `optional` **children**: `Children`
|
|
28
|
+
|
|
29
|
+
Defined in: [navigation/navigation-item.ts:47](https://gitlab.com/rxap/packages/-/blob/d154f059843da9547b2cf8a851a1fa67ef976968/packages/angular/layout/src/lib/navigation/navigation-item.ts#L47)
|
|
30
|
+
|
|
31
|
+
***
|
|
32
|
+
|
|
33
|
+
### icon?
|
|
34
|
+
|
|
35
|
+
> `optional` **icon**: `IconConfig`
|
|
36
|
+
|
|
37
|
+
Defined in: [navigation/navigation-item.ts:48](https://gitlab.com/rxap/packages/-/blob/d154f059843da9547b2cf8a851a1fa67ef976968/packages/angular/layout/src/lib/navigation/navigation-item.ts#L48)
|
|
38
|
+
|
|
39
|
+
***
|
|
40
|
+
|
|
41
|
+
### label
|
|
42
|
+
|
|
43
|
+
> **label**: `string`
|
|
44
|
+
|
|
45
|
+
Defined in: [navigation/navigation-item.ts:46](https://gitlab.com/rxap/packages/-/blob/d154f059843da9547b2cf8a851a1fa67ef976968/packages/angular/layout/src/lib/navigation/navigation-item.ts#L46)
|
|
46
|
+
|
|
47
|
+
***
|
|
48
|
+
|
|
49
|
+
### routerLink
|
|
50
|
+
|
|
51
|
+
> **routerLink**: `string` \| `string`[]
|
|
52
|
+
|
|
53
|
+
Defined in: [navigation/navigation-item.ts:45](https://gitlab.com/rxap/packages/-/blob/d154f059843da9547b2cf8a851a1fa67ef976968/packages/angular/layout/src/lib/navigation/navigation-item.ts#L45)
|
|
54
|
+
|
|
55
|
+
***
|
|
56
|
+
|
|
57
|
+
### status?
|
|
58
|
+
|
|
59
|
+
> `optional` **status**: (`Type`\<[`NavigationStatus`](NavigationStatus.md)\> \| `InjectionToken`\<[`NavigationStatus`](NavigationStatus.md)\> \| `AbstractType`\<[`NavigationStatus`](NavigationStatus.md)\>)[]
|
|
60
|
+
|
|
61
|
+
Defined in: [navigation/navigation-item.ts:49](https://gitlab.com/rxap/packages/-/blob/d154f059843da9547b2cf8a851a1fa67ef976968/packages/angular/layout/src/lib/navigation/navigation-item.ts#L49)
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
[**@rxap/layout**](../README.md)
|
|
2
|
+
|
|
3
|
+
***
|
|
4
|
+
|
|
5
|
+
[@rxap/layout](../globals.md) / NavigationStatus
|
|
6
|
+
|
|
7
|
+
# Interface: NavigationStatus
|
|
8
|
+
|
|
9
|
+
Defined in: [navigation/navigation-item.ts:38](https://gitlab.com/rxap/packages/-/blob/d154f059843da9547b2cf8a851a1fa67ef976968/packages/angular/layout/src/lib/navigation/navigation-item.ts#L38)
|
|
10
|
+
|
|
11
|
+
## Methods
|
|
12
|
+
|
|
13
|
+
### isVisible()
|
|
14
|
+
|
|
15
|
+
> **isVisible**(`navigationItem`): `boolean` \| `Observable`\<`boolean`\> \| `Promise`\<`boolean`\>
|
|
16
|
+
|
|
17
|
+
Defined in: [navigation/navigation-item.ts:39](https://gitlab.com/rxap/packages/-/blob/d154f059843da9547b2cf8a851a1fa67ef976968/packages/angular/layout/src/lib/navigation/navigation-item.ts#L39)
|
|
18
|
+
|
|
19
|
+
#### Parameters
|
|
20
|
+
|
|
21
|
+
##### navigationItem
|
|
22
|
+
|
|
23
|
+
[`NavigationItem`](NavigationItem.md)
|
|
24
|
+
|
|
25
|
+
#### Returns
|
|
26
|
+
|
|
27
|
+
`boolean` \| `Observable`\<`boolean`\> \| `Promise`\<`boolean`\>
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
[**@rxap/layout**](../README.md)
|
|
2
|
+
|
|
3
|
+
***
|
|
4
|
+
|
|
5
|
+
[@rxap/layout](../globals.md) / ReleaseInfoModule
|
|
6
|
+
|
|
7
|
+
# Interface: ReleaseInfoModule
|
|
8
|
+
|
|
9
|
+
Defined in: [types.ts:9](https://gitlab.com/rxap/packages/-/blob/d154f059843da9547b2cf8a851a1fa67ef976968/packages/angular/layout/src/lib/types.ts#L9)
|
|
10
|
+
|
|
11
|
+
## Properties
|
|
12
|
+
|
|
13
|
+
### hash?
|
|
14
|
+
|
|
15
|
+
> `optional` **hash**: `string`
|
|
16
|
+
|
|
17
|
+
Defined in: [types.ts:12](https://gitlab.com/rxap/packages/-/blob/d154f059843da9547b2cf8a851a1fa67ef976968/packages/angular/layout/src/lib/types.ts#L12)
|
|
18
|
+
|
|
19
|
+
***
|
|
20
|
+
|
|
21
|
+
### name
|
|
22
|
+
|
|
23
|
+
> **name**: `string`
|
|
24
|
+
|
|
25
|
+
Defined in: [types.ts:10](https://gitlab.com/rxap/packages/-/blob/d154f059843da9547b2cf8a851a1fa67ef976968/packages/angular/layout/src/lib/types.ts#L10)
|
|
26
|
+
|
|
27
|
+
***
|
|
28
|
+
|
|
29
|
+
### version
|
|
30
|
+
|
|
31
|
+
> **version**: `string`
|
|
32
|
+
|
|
33
|
+
Defined in: [types.ts:11](https://gitlab.com/rxap/packages/-/blob/d154f059843da9547b2cf8a851a1fa67ef976968/packages/angular/layout/src/lib/types.ts#L11)
|