@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.
- package/CHANGELOG.md +0 -38
- package/README.md +1 -1
- package/compodoc/changelog.html +0 -21
- package/compodoc/components/DefaultHeaderComponent.html +3 -3
- package/compodoc/dependencies.html +13 -13
- package/compodoc/index.html +1 -1
- package/compodoc/js/search/search_index.js +2 -2
- package/compodoc/properties.html +1 -1
- package/docs/assets/icons.js +15 -0
- package/docs/assets/icons.svg +1 -0
- package/docs/{html/assets → assets}/main.js +4 -5
- package/docs/assets/navigation.js +1 -0
- package/docs/assets/search.js +1 -0
- package/docs/assets/style.css +1412 -0
- package/docs/classes/AppsButtonComponent.html +9 -0
- package/docs/classes/BaseLayoutComponent.html +2 -0
- package/docs/classes/DefaultHeaderComponent.html +9 -0
- package/docs/classes/DefaultHeaderService.html +16 -0
- package/docs/classes/ExternalAppsService.html +19 -0
- package/docs/classes/FooterComponent.html +5 -0
- package/docs/classes/FooterDirective.html +8 -0
- package/docs/classes/FooterService.html +14 -0
- package/docs/classes/HeaderComponent.html +6 -0
- package/docs/classes/HeaderDirective.html +8 -0
- package/docs/classes/HeaderService.html +14 -0
- package/docs/classes/LayoutComponent.html +6 -0
- package/docs/classes/LayoutService.html +20 -0
- package/docs/classes/LogoService.html +7 -0
- package/docs/classes/MinimalLayoutComponent.html +2 -0
- package/docs/classes/NavigationComponent.html +14 -0
- package/docs/classes/NavigationItemComponent.html +19 -0
- package/docs/classes/NavigationProgressBarComponent.html +4 -0
- package/docs/classes/NavigationService.html +17 -0
- package/docs/classes/ReleaseInfoComponent.html +6 -0
- package/docs/classes/SettingsButtonComponent.html +25 -0
- package/docs/classes/SidenavComponent.html +17 -0
- package/docs/classes/SidenavFooterDirective.html +3 -0
- package/docs/classes/SidenavHeaderDirective.html +3 -0
- package/docs/classes/SidenavToggleButtonComponent.html +5 -0
- package/docs/classes/UserProfileIconComponent.html +7 -0
- package/docs/documentation.json +3528 -1831
- package/docs/functions/IsNavigationDividerItem.html +1 -0
- package/docs/functions/IsNavigationInsertItem.html +1 -0
- package/docs/functions/IsNavigationItem.html +1 -0
- package/docs/functions/provideExternalApps.html +1 -0
- package/docs/functions/provideLayout.html +1 -0
- package/docs/functions/withDefaultHeaderComponent.html +1 -0
- package/docs/functions/withDefaultHeaderItems.html +1 -0
- package/docs/functions/withFooterComponents.html +1 -0
- package/docs/functions/withHeaderComponents.html +1 -0
- package/docs/functions/withNavigationConfig.html +1 -0
- package/docs/functions/withNavigationInserts.html +1 -0
- package/docs/functions/withReleaseInfoModules.html +1 -0
- package/docs/functions/withSettingsMenuItems.html +1 -0
- package/docs/functions/withUserProfileDataSource.html +1 -0
- package/docs/index.html +88 -0
- package/docs/interfaces/NavigationDividerItem.html +3 -0
- package/docs/interfaces/NavigationInsertItem.html +2 -0
- package/docs/interfaces/NavigationItem.html +6 -0
- package/docs/interfaces/NavigationStatus.html +2 -0
- package/docs/interfaces/ReleaseInfoModule.html +4 -0
- package/docs/interfaces/SettingsMenuItem.html +4 -0
- package/docs/modules.html +67 -0
- package/docs/types/DefaultHeaderItemComponent.html +1 -0
- package/docs/types/ExternalApp.html +1 -0
- package/docs/types/ExtractUsernameFromProfileFn.html +1 -0
- package/docs/types/Navigation.html +1 -0
- package/docs/types/NavigationWithInserts.html +1 -0
- package/docs/types/SettingsMenuItemComponent.html +1 -0
- package/docs/variables/EXTRACT_USERNAME_FROM_PROFILE.html +1 -0
- package/docs/variables/RXAP_DEFAULT_HEADER_ITEM_COMPONENT.html +1 -0
- package/docs/variables/RXAP_EXTERNAL_APP.html +1 -0
- package/docs/variables/RXAP_EXTERNAL_APP_FILTER.html +1 -0
- package/docs/variables/RXAP_FOOTER_COMPONENT.html +1 -0
- package/docs/variables/RXAP_HEADER_COMPONENT.html +1 -0
- package/docs/variables/RXAP_LAYOUT_APPS_GRID.html +1 -0
- package/docs/variables/RXAP_LOGO_CONFIG.html +1 -0
- package/docs/variables/RXAP_NAVIGATION_CONFIG.html +1 -0
- package/docs/variables/RXAP_NAVIGATION_CONFIG_INSERTS.html +1 -0
- package/docs/variables/RXAP_RELEASE_INFO_MODULE.html +1 -0
- package/docs/variables/RXAP_SETTINGS_MENU_ITEM.html +1 -0
- package/docs/variables/RXAP_SETTINGS_MENU_ITEM_COMPONENT.html +1 -0
- package/docs/variables/RXAP_USER_PROFILE_DATA_SOURCE.html +1 -0
- package/fesm2022/rxap-layout.mjs +2 -2
- package/fesm2022/rxap-layout.mjs.map +1 -1
- package/package.json +29 -29
- package/docs/html/assets/hierarchy.js +0 -1
- package/docs/html/assets/icons.js +0 -18
- package/docs/html/assets/icons.svg +0 -1
- package/docs/html/assets/navigation.js +0 -1
- package/docs/html/assets/search.js +0 -1
- package/docs/html/assets/style.css +0 -1611
- package/docs/html/classes/AppsButtonComponent.html +0 -13
- package/docs/html/classes/BaseLayoutComponent.html +0 -2
- package/docs/html/classes/DefaultHeaderComponent.html +0 -7
- package/docs/html/classes/DefaultHeaderService.html +0 -13
- package/docs/html/classes/ExternalAppsService.html +0 -19
- package/docs/html/classes/FooterComponent.html +0 -4
- package/docs/html/classes/FooterDirective.html +0 -11
- package/docs/html/classes/FooterService.html +0 -13
- package/docs/html/classes/HeaderComponent.html +0 -5
- package/docs/html/classes/HeaderDirective.html +0 -11
- package/docs/html/classes/HeaderService.html +0 -13
- package/docs/html/classes/LayoutComponent.html +0 -5
- package/docs/html/classes/LayoutService.html +0 -16
- package/docs/html/classes/LogoService.html +0 -6
- package/docs/html/classes/MinimalLayoutComponent.html +0 -2
- package/docs/html/classes/NavigationComponent.html +0 -16
- package/docs/html/classes/NavigationItemComponent.html +0 -24
- package/docs/html/classes/NavigationProgressBarComponent.html +0 -4
- package/docs/html/classes/NavigationService.html +0 -12
- package/docs/html/classes/ReleaseInfoComponent.html +0 -5
- package/docs/html/classes/SettingsButtonComponent.html +0 -18
- package/docs/html/classes/SidenavComponent.html +0 -15
- package/docs/html/classes/SidenavFooterDirective.html +0 -3
- package/docs/html/classes/SidenavHeaderDirective.html +0 -3
- package/docs/html/classes/SidenavToggleButtonComponent.html +0 -4
- package/docs/html/classes/UserProfileIconComponent.html +0 -5
- package/docs/html/functions/IsNavigationDividerItem.html +0 -1
- package/docs/html/functions/IsNavigationInsertItem.html +0 -1
- package/docs/html/functions/IsNavigationItem.html +0 -1
- package/docs/html/functions/provideExternalApps.html +0 -1
- package/docs/html/functions/provideLayout.html +0 -1
- package/docs/html/functions/withDefaultHeaderComponent.html +0 -1
- package/docs/html/functions/withDefaultHeaderItems.html +0 -1
- package/docs/html/functions/withFooterComponents.html +0 -1
- package/docs/html/functions/withHeaderComponents.html +0 -1
- package/docs/html/functions/withNavigationConfig.html +0 -1
- package/docs/html/functions/withNavigationInserts.html +0 -1
- package/docs/html/functions/withReleaseInfoModules.html +0 -1
- package/docs/html/functions/withSettingsMenuItems.html +0 -1
- package/docs/html/functions/withUserProfileDataSource.html +0 -1
- package/docs/html/index.html +0 -106
- package/docs/html/interfaces/NavigationDividerItem.html +0 -3
- package/docs/html/interfaces/NavigationInsertItem.html +0 -2
- package/docs/html/interfaces/NavigationItem.html +0 -6
- package/docs/html/interfaces/NavigationStatus.html +0 -2
- package/docs/html/interfaces/ReleaseInfoModule.html +0 -4
- package/docs/html/interfaces/SettingsMenuItem.html +0 -4
- package/docs/html/modules.html +0 -1
- package/docs/html/types/DefaultHeaderItemComponent.html +0 -1
- package/docs/html/types/ExternalApp.html +0 -1
- package/docs/html/types/ExtractUsernameFromProfileFn.html +0 -1
- package/docs/html/types/Navigation.html +0 -1
- package/docs/html/types/NavigationWithInserts.html +0 -1
- package/docs/html/types/SettingsMenuItemComponent.html +0 -1
- package/docs/html/variables/EXTRACT_USERNAME_FROM_PROFILE.html +0 -1
- package/docs/html/variables/RXAP_DEFAULT_HEADER_ITEM_COMPONENT.html +0 -1
- package/docs/html/variables/RXAP_EXTERNAL_APP.html +0 -1
- package/docs/html/variables/RXAP_EXTERNAL_APP_FILTER.html +0 -1
- package/docs/html/variables/RXAP_FOOTER_COMPONENT.html +0 -1
- package/docs/html/variables/RXAP_HEADER_COMPONENT.html +0 -1
- package/docs/html/variables/RXAP_LAYOUT_APPS_GRID.html +0 -1
- package/docs/html/variables/RXAP_LOGO_CONFIG.html +0 -1
- package/docs/html/variables/RXAP_NAVIGATION_CONFIG.html +0 -1
- package/docs/html/variables/RXAP_NAVIGATION_CONFIG_INSERTS.html +0 -1
- package/docs/html/variables/RXAP_RELEASE_INFO_MODULE.html +0 -1
- package/docs/html/variables/RXAP_SETTINGS_MENU_ITEM.html +0 -1
- package/docs/html/variables/RXAP_SETTINGS_MENU_ITEM_COMPONENT.html +0 -1
- package/docs/html/variables/RXAP_USER_PROFILE_DATA_SOURCE.html +0 -1
- package/docs/markdown/README.md +0 -304
- package/docs/markdown/classes/AppsButtonComponent.md +0 -83
- package/docs/markdown/classes/BaseLayoutComponent.md +0 -19
- package/docs/markdown/classes/DefaultHeaderComponent.md +0 -59
- package/docs/markdown/classes/DefaultHeaderService.md +0 -87
- package/docs/markdown/classes/ExternalAppsService.md +0 -251
- package/docs/markdown/classes/FooterComponent.md +0 -35
- package/docs/markdown/classes/FooterDirective.md +0 -65
- package/docs/markdown/classes/FooterService.md +0 -87
- package/docs/markdown/classes/HeaderComponent.md +0 -43
- package/docs/markdown/classes/HeaderDirective.md +0 -65
- package/docs/markdown/classes/HeaderService.md +0 -87
- package/docs/markdown/classes/LayoutComponent.md +0 -43
- package/docs/markdown/classes/LayoutService.md +0 -149
- package/docs/markdown/classes/LogoService.md +0 -51
- package/docs/markdown/classes/MinimalLayoutComponent.md +0 -19
- package/docs/markdown/classes/NavigationComponent.md +0 -139
- package/docs/markdown/classes/NavigationItemComponent.md +0 -195
- package/docs/markdown/classes/NavigationProgressBarComponent.md +0 -35
- package/docs/markdown/classes/NavigationService.md +0 -205
- package/docs/markdown/classes/ReleaseInfoComponent.md +0 -47
- package/docs/markdown/classes/SettingsButtonComponent.md +0 -229
- package/docs/markdown/classes/SidenavComponent.md +0 -135
- package/docs/markdown/classes/SidenavFooterDirective.md +0 -35
- package/docs/markdown/classes/SidenavHeaderDirective.md +0 -35
- package/docs/markdown/classes/SidenavToggleButtonComponent.md +0 -39
- package/docs/markdown/classes/UserProfileIconComponent.md +0 -47
- package/docs/markdown/functions/IsNavigationDividerItem.md +0 -21
- package/docs/markdown/functions/IsNavigationInsertItem.md +0 -21
- package/docs/markdown/functions/IsNavigationItem.md +0 -21
- package/docs/markdown/functions/provideExternalApps.md +0 -21
- package/docs/markdown/functions/provideLayout.md +0 -21
- package/docs/markdown/functions/withDefaultHeaderComponent.md +0 -15
- package/docs/markdown/functions/withDefaultHeaderItems.md +0 -21
- package/docs/markdown/functions/withFooterComponents.md +0 -21
- package/docs/markdown/functions/withHeaderComponents.md +0 -21
- package/docs/markdown/functions/withNavigationConfig.md +0 -21
- package/docs/markdown/functions/withNavigationInserts.md +0 -21
- package/docs/markdown/functions/withReleaseInfoModules.md +0 -21
- package/docs/markdown/functions/withSettingsMenuItems.md +0 -21
- package/docs/markdown/functions/withUserProfileDataSource.md +0 -25
- package/docs/markdown/globals.md +0 -86
- package/docs/markdown/interfaces/NavigationDividerItem.md +0 -25
- package/docs/markdown/interfaces/NavigationInsertItem.md +0 -17
- package/docs/markdown/interfaces/NavigationItem.md +0 -61
- package/docs/markdown/interfaces/NavigationStatus.md +0 -27
- package/docs/markdown/interfaces/ReleaseInfoModule.md +0 -33
- package/docs/markdown/interfaces/SettingsMenuItem.md +0 -37
- package/docs/markdown/type-aliases/DefaultHeaderItemComponent.md +0 -11
- package/docs/markdown/type-aliases/ExternalApp.md +0 -11
- package/docs/markdown/type-aliases/ExtractUsernameFromProfileFn.md +0 -25
- package/docs/markdown/type-aliases/Navigation.md +0 -11
- package/docs/markdown/type-aliases/NavigationWithInserts.md +0 -11
- package/docs/markdown/type-aliases/SettingsMenuItemComponent.md +0 -11
- package/docs/markdown/variables/EXTRACT_USERNAME_FROM_PROFILE.md +0 -11
- package/docs/markdown/variables/RXAP_DEFAULT_HEADER_ITEM_COMPONENT.md +0 -11
- package/docs/markdown/variables/RXAP_EXTERNAL_APP.md +0 -11
- package/docs/markdown/variables/RXAP_EXTERNAL_APP_FILTER.md +0 -11
- package/docs/markdown/variables/RXAP_FOOTER_COMPONENT.md +0 -11
- package/docs/markdown/variables/RXAP_HEADER_COMPONENT.md +0 -11
- package/docs/markdown/variables/RXAP_LAYOUT_APPS_GRID.md +0 -11
- package/docs/markdown/variables/RXAP_LOGO_CONFIG.md +0 -11
- package/docs/markdown/variables/RXAP_NAVIGATION_CONFIG.md +0 -11
- package/docs/markdown/variables/RXAP_NAVIGATION_CONFIG_INSERTS.md +0 -11
- package/docs/markdown/variables/RXAP_RELEASE_INFO_MODULE.md +0 -11
- package/docs/markdown/variables/RXAP_SETTINGS_MENU_ITEM.md +0 -11
- package/docs/markdown/variables/RXAP_SETTINGS_MENU_ITEM_COMPONENT.md +0 -11
- package/docs/markdown/variables/RXAP_USER_PROFILE_DATA_SOURCE.md +0 -11
- package/docs/wiki/Class.AppsButtonComponent.md +0 -79
- package/docs/wiki/Class.BaseLayoutComponent.md +0 -15
- package/docs/wiki/Class.DefaultHeaderComponent.md +0 -55
- package/docs/wiki/Class.DefaultHeaderService.md +0 -83
- package/docs/wiki/Class.ExternalAppsService.md +0 -247
- package/docs/wiki/Class.FooterComponent.md +0 -31
- package/docs/wiki/Class.FooterDirective.md +0 -61
- package/docs/wiki/Class.FooterService.md +0 -83
- package/docs/wiki/Class.HeaderComponent.md +0 -39
- package/docs/wiki/Class.HeaderDirective.md +0 -61
- package/docs/wiki/Class.HeaderService.md +0 -83
- package/docs/wiki/Class.LayoutComponent.md +0 -39
- package/docs/wiki/Class.LayoutService.md +0 -145
- package/docs/wiki/Class.LogoService.md +0 -47
- package/docs/wiki/Class.MinimalLayoutComponent.md +0 -15
- package/docs/wiki/Class.NavigationComponent.md +0 -135
- package/docs/wiki/Class.NavigationItemComponent.md +0 -191
- package/docs/wiki/Class.NavigationProgressBarComponent.md +0 -31
- package/docs/wiki/Class.NavigationService.md +0 -201
- package/docs/wiki/Class.ReleaseInfoComponent.md +0 -43
- package/docs/wiki/Class.SettingsButtonComponent.md +0 -225
- package/docs/wiki/Class.SidenavComponent.md +0 -131
- package/docs/wiki/Class.SidenavFooterDirective.md +0 -31
- package/docs/wiki/Class.SidenavHeaderDirective.md +0 -31
- package/docs/wiki/Class.SidenavToggleButtonComponent.md +0 -35
- package/docs/wiki/Class.UserProfileIconComponent.md +0 -43
- package/docs/wiki/Function.IsNavigationDividerItem.md +0 -17
- package/docs/wiki/Function.IsNavigationInsertItem.md +0 -17
- package/docs/wiki/Function.IsNavigationItem.md +0 -17
- package/docs/wiki/Function.provideExternalApps.md +0 -17
- package/docs/wiki/Function.provideLayout.md +0 -17
- package/docs/wiki/Function.withDefaultHeaderComponent.md +0 -11
- package/docs/wiki/Function.withDefaultHeaderItems.md +0 -17
- package/docs/wiki/Function.withFooterComponents.md +0 -17
- package/docs/wiki/Function.withHeaderComponents.md +0 -17
- package/docs/wiki/Function.withNavigationConfig.md +0 -17
- package/docs/wiki/Function.withNavigationInserts.md +0 -17
- package/docs/wiki/Function.withReleaseInfoModules.md +0 -17
- package/docs/wiki/Function.withSettingsMenuItems.md +0 -17
- package/docs/wiki/Function.withUserProfileDataSource.md +0 -21
- package/docs/wiki/Home.md +0 -300
- package/docs/wiki/Interface.NavigationDividerItem.md +0 -21
- package/docs/wiki/Interface.NavigationInsertItem.md +0 -13
- package/docs/wiki/Interface.NavigationItem.md +0 -57
- package/docs/wiki/Interface.NavigationStatus.md +0 -23
- package/docs/wiki/Interface.ReleaseInfoModule.md +0 -29
- package/docs/wiki/Interface.SettingsMenuItem.md +0 -33
- package/docs/wiki/TypeAlias.DefaultHeaderItemComponent.md +0 -7
- package/docs/wiki/TypeAlias.ExternalApp.md +0 -7
- package/docs/wiki/TypeAlias.ExtractUsernameFromProfileFn.md +0 -21
- package/docs/wiki/TypeAlias.Navigation.md +0 -7
- package/docs/wiki/TypeAlias.NavigationWithInserts.md +0 -7
- package/docs/wiki/TypeAlias.SettingsMenuItemComponent.md +0 -7
- package/docs/wiki/Variable.EXTRACT_USERNAME_FROM_PROFILE.md +0 -7
- package/docs/wiki/Variable.RXAP_DEFAULT_HEADER_ITEM_COMPONENT.md +0 -7
- package/docs/wiki/Variable.RXAP_EXTERNAL_APP.md +0 -7
- package/docs/wiki/Variable.RXAP_EXTERNAL_APP_FILTER.md +0 -7
- package/docs/wiki/Variable.RXAP_FOOTER_COMPONENT.md +0 -7
- package/docs/wiki/Variable.RXAP_HEADER_COMPONENT.md +0 -7
- package/docs/wiki/Variable.RXAP_LAYOUT_APPS_GRID.md +0 -7
- package/docs/wiki/Variable.RXAP_LOGO_CONFIG.md +0 -7
- package/docs/wiki/Variable.RXAP_NAVIGATION_CONFIG.md +0 -7
- package/docs/wiki/Variable.RXAP_NAVIGATION_CONFIG_INSERTS.md +0 -7
- package/docs/wiki/Variable.RXAP_RELEASE_INFO_MODULE.md +0 -7
- package/docs/wiki/Variable.RXAP_SETTINGS_MENU_ITEM.md +0 -7
- package/docs/wiki/Variable.RXAP_SETTINGS_MENU_ITEM_COMPONENT.md +0 -7
- package/docs/wiki/Variable.RXAP_USER_PROFILE_DATA_SOURCE.md +0 -7
- package/docs/wiki/_Sidebar.md +0 -82
- package/docs/wiki/globals.md +0 -82
- /package/docs/{html/.nojekyll → .nojekyll} +0 -0
- /package/docs/{html/assets → assets}/highlight.css +0 -0
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
[**@rxap/layout**](../README.md)
|
|
2
|
-
|
|
3
|
-
***
|
|
4
|
-
|
|
5
|
-
[@rxap/layout](../globals.md) / SettingsMenuItem
|
|
6
|
-
|
|
7
|
-
# Interface: SettingsMenuItem
|
|
8
|
-
|
|
9
|
-
Defined in: [types.ts:19](https://gitlab.com/rxap/packages/-/blob/5c9d13911b2e801186e53ea55b76b15441bb2700/packages/angular/layout/src/lib/types.ts#L19)
|
|
10
|
-
|
|
11
|
-
## Properties
|
|
12
|
-
|
|
13
|
-
### action()
|
|
14
|
-
|
|
15
|
-
> **action**: () => `any`
|
|
16
|
-
|
|
17
|
-
Defined in: [types.ts:22](https://gitlab.com/rxap/packages/-/blob/5c9d13911b2e801186e53ea55b76b15441bb2700/packages/angular/layout/src/lib/types.ts#L22)
|
|
18
|
-
|
|
19
|
-
#### Returns
|
|
20
|
-
|
|
21
|
-
`any`
|
|
22
|
-
|
|
23
|
-
***
|
|
24
|
-
|
|
25
|
-
### icon?
|
|
26
|
-
|
|
27
|
-
> `optional` **icon**: `IconConfig`
|
|
28
|
-
|
|
29
|
-
Defined in: [types.ts:20](https://gitlab.com/rxap/packages/-/blob/5c9d13911b2e801186e53ea55b76b15441bb2700/packages/angular/layout/src/lib/types.ts#L20)
|
|
30
|
-
|
|
31
|
-
***
|
|
32
|
-
|
|
33
|
-
### label
|
|
34
|
-
|
|
35
|
-
> **label**: `string`
|
|
36
|
-
|
|
37
|
-
Defined in: [types.ts:21](https://gitlab.com/rxap/packages/-/blob/5c9d13911b2e801186e53ea55b76b15441bb2700/packages/angular/layout/src/lib/types.ts#L21)
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
[**@rxap/layout**](../README.md)
|
|
2
|
-
|
|
3
|
-
***
|
|
4
|
-
|
|
5
|
-
[@rxap/layout](../globals.md) / DefaultHeaderItemComponent
|
|
6
|
-
|
|
7
|
-
# Type Alias: DefaultHeaderItemComponent
|
|
8
|
-
|
|
9
|
-
> **DefaultHeaderItemComponent**: `ComponentType`\<`unknown`\>
|
|
10
|
-
|
|
11
|
-
Defined in: [types.ts:17](https://gitlab.com/rxap/packages/-/blob/5c9d13911b2e801186e53ea55b76b15441bb2700/packages/angular/layout/src/lib/types.ts#L17)
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
[**@rxap/layout**](../README.md)
|
|
2
|
-
|
|
3
|
-
***
|
|
4
|
-
|
|
5
|
-
[@rxap/layout](../globals.md) / ExternalApp
|
|
6
|
-
|
|
7
|
-
# Type Alias: ExternalApp
|
|
8
|
-
|
|
9
|
-
> **ExternalApp**: `AppsNavigationConfig`
|
|
10
|
-
|
|
11
|
-
Defined in: [types.ts:7](https://gitlab.com/rxap/packages/-/blob/5c9d13911b2e801186e53ea55b76b15441bb2700/packages/angular/layout/src/lib/types.ts#L7)
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
[**@rxap/layout**](../README.md)
|
|
2
|
-
|
|
3
|
-
***
|
|
4
|
-
|
|
5
|
-
[@rxap/layout](../globals.md) / ExtractUsernameFromProfileFn
|
|
6
|
-
|
|
7
|
-
# Type Alias: ExtractUsernameFromProfileFn()\<T\>
|
|
8
|
-
|
|
9
|
-
> **ExtractUsernameFromProfileFn**\<`T`\>: (`profile`) => `string` \| `null`
|
|
10
|
-
|
|
11
|
-
Defined in: [types.ts:8](https://gitlab.com/rxap/packages/-/blob/5c9d13911b2e801186e53ea55b76b15441bb2700/packages/angular/layout/src/lib/types.ts#L8)
|
|
12
|
-
|
|
13
|
-
## Type Parameters
|
|
14
|
-
|
|
15
|
-
• **T** = `unknown`
|
|
16
|
-
|
|
17
|
-
## Parameters
|
|
18
|
-
|
|
19
|
-
### profile
|
|
20
|
-
|
|
21
|
-
`T`
|
|
22
|
-
|
|
23
|
-
## Returns
|
|
24
|
-
|
|
25
|
-
`string` \| `null`
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
[**@rxap/layout**](../README.md)
|
|
2
|
-
|
|
3
|
-
***
|
|
4
|
-
|
|
5
|
-
[@rxap/layout](../globals.md) / Navigation
|
|
6
|
-
|
|
7
|
-
# Type Alias: Navigation
|
|
8
|
-
|
|
9
|
-
> **Navigation**: ([`NavigationItem`](../interfaces/NavigationItem.md) \| [`NavigationDividerItem`](../interfaces/NavigationDividerItem.md))[]
|
|
10
|
-
|
|
11
|
-
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,11 +0,0 @@
|
|
|
1
|
-
[**@rxap/layout**](../README.md)
|
|
2
|
-
|
|
3
|
-
***
|
|
4
|
-
|
|
5
|
-
[@rxap/layout](../globals.md) / NavigationWithInserts
|
|
6
|
-
|
|
7
|
-
# Type Alias: NavigationWithInserts
|
|
8
|
-
|
|
9
|
-
> **NavigationWithInserts**: ([`NavigationItem`](../interfaces/NavigationItem.md)\<[`NavigationWithInserts`](NavigationWithInserts.md)\> \| [`NavigationDividerItem`](../interfaces/NavigationDividerItem.md) \| [`NavigationInsertItem`](../interfaces/NavigationInsertItem.md))[]
|
|
10
|
-
|
|
11
|
-
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,11 +0,0 @@
|
|
|
1
|
-
[**@rxap/layout**](../README.md)
|
|
2
|
-
|
|
3
|
-
***
|
|
4
|
-
|
|
5
|
-
[@rxap/layout](../globals.md) / SettingsMenuItemComponent
|
|
6
|
-
|
|
7
|
-
# Type Alias: SettingsMenuItemComponent
|
|
8
|
-
|
|
9
|
-
> **SettingsMenuItemComponent**: `ComponentType`\<`unknown`\>
|
|
10
|
-
|
|
11
|
-
Defined in: [types.ts:15](https://gitlab.com/rxap/packages/-/blob/5c9d13911b2e801186e53ea55b76b15441bb2700/packages/angular/layout/src/lib/types.ts#L15)
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
[**@rxap/layout**](../README.md)
|
|
2
|
-
|
|
3
|
-
***
|
|
4
|
-
|
|
5
|
-
[@rxap/layout](../globals.md) / EXTRACT\_USERNAME\_FROM\_PROFILE
|
|
6
|
-
|
|
7
|
-
# Variable: EXTRACT\_USERNAME\_FROM\_PROFILE
|
|
8
|
-
|
|
9
|
-
> `const` **EXTRACT\_USERNAME\_FROM\_PROFILE**: `InjectionToken`\<[`ExtractUsernameFromProfileFn`](../type-aliases/ExtractUsernameFromProfileFn.md)\>
|
|
10
|
-
|
|
11
|
-
Defined in: [tokens.ts:30](https://gitlab.com/rxap/packages/-/blob/5c9d13911b2e801186e53ea55b76b15441bb2700/packages/angular/layout/src/lib/tokens.ts#L30)
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
[**@rxap/layout**](../README.md)
|
|
2
|
-
|
|
3
|
-
***
|
|
4
|
-
|
|
5
|
-
[@rxap/layout](../globals.md) / RXAP\_DEFAULT\_HEADER\_ITEM\_COMPONENT
|
|
6
|
-
|
|
7
|
-
# Variable: RXAP\_DEFAULT\_HEADER\_ITEM\_COMPONENT
|
|
8
|
-
|
|
9
|
-
> `const` **RXAP\_DEFAULT\_HEADER\_ITEM\_COMPONENT**: `InjectionToken`\<([`DefaultHeaderItemComponent`](../type-aliases/DefaultHeaderItemComponent.md) \| () => `Promise`\<[`DefaultHeaderItemComponent`](../type-aliases/DefaultHeaderItemComponent.md)\>)[]\>
|
|
10
|
-
|
|
11
|
-
Defined in: [tokens.ts:51](https://gitlab.com/rxap/packages/-/blob/5c9d13911b2e801186e53ea55b76b15441bb2700/packages/angular/layout/src/lib/tokens.ts#L51)
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
[**@rxap/layout**](../README.md)
|
|
2
|
-
|
|
3
|
-
***
|
|
4
|
-
|
|
5
|
-
[@rxap/layout](../globals.md) / RXAP\_EXTERNAL\_APP
|
|
6
|
-
|
|
7
|
-
# Variable: RXAP\_EXTERNAL\_APP
|
|
8
|
-
|
|
9
|
-
> `const` **RXAP\_EXTERNAL\_APP**: `InjectionToken`\<`AppsNavigationConfig`\>
|
|
10
|
-
|
|
11
|
-
Defined in: [tokens.ts:45](https://gitlab.com/rxap/packages/-/blob/5c9d13911b2e801186e53ea55b76b15441bb2700/packages/angular/layout/src/lib/tokens.ts#L45)
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
[**@rxap/layout**](../README.md)
|
|
2
|
-
|
|
3
|
-
***
|
|
4
|
-
|
|
5
|
-
[@rxap/layout](../globals.md) / RXAP\_EXTERNAL\_APP\_FILTER
|
|
6
|
-
|
|
7
|
-
# Variable: RXAP\_EXTERNAL\_APP\_FILTER
|
|
8
|
-
|
|
9
|
-
> `const` **RXAP\_EXTERNAL\_APP\_FILTER**: `InjectionToken`\<`MethodWithParameters`\<`AppsNavigationConfig`[], `AppsNavigationConfig`[]\>\>
|
|
10
|
-
|
|
11
|
-
Defined in: [tokens.ts:29](https://gitlab.com/rxap/packages/-/blob/5c9d13911b2e801186e53ea55b76b15441bb2700/packages/angular/layout/src/lib/tokens.ts#L29)
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
[**@rxap/layout**](../README.md)
|
|
2
|
-
|
|
3
|
-
***
|
|
4
|
-
|
|
5
|
-
[@rxap/layout](../globals.md) / RXAP\_FOOTER\_COMPONENT
|
|
6
|
-
|
|
7
|
-
# Variable: RXAP\_FOOTER\_COMPONENT
|
|
8
|
-
|
|
9
|
-
> `const` **RXAP\_FOOTER\_COMPONENT**: `InjectionToken`\<`ComponentType`\<`unknown`\>\>
|
|
10
|
-
|
|
11
|
-
Defined in: [tokens.ts:24](https://gitlab.com/rxap/packages/-/blob/5c9d13911b2e801186e53ea55b76b15441bb2700/packages/angular/layout/src/lib/tokens.ts#L24)
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
[**@rxap/layout**](../README.md)
|
|
2
|
-
|
|
3
|
-
***
|
|
4
|
-
|
|
5
|
-
[@rxap/layout](../globals.md) / RXAP\_HEADER\_COMPONENT
|
|
6
|
-
|
|
7
|
-
# Variable: RXAP\_HEADER\_COMPONENT
|
|
8
|
-
|
|
9
|
-
> `const` **RXAP\_HEADER\_COMPONENT**: `InjectionToken`\<`ComponentType`\<`unknown`\>\>
|
|
10
|
-
|
|
11
|
-
Defined in: [tokens.ts:25](https://gitlab.com/rxap/packages/-/blob/5c9d13911b2e801186e53ea55b76b15441bb2700/packages/angular/layout/src/lib/tokens.ts#L25)
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
[**@rxap/layout**](../README.md)
|
|
2
|
-
|
|
3
|
-
***
|
|
4
|
-
|
|
5
|
-
[@rxap/layout](../globals.md) / RXAP\_LAYOUT\_APPS\_GRID
|
|
6
|
-
|
|
7
|
-
# Variable: RXAP\_LAYOUT\_APPS\_GRID
|
|
8
|
-
|
|
9
|
-
> `const` **RXAP\_LAYOUT\_APPS\_GRID**: `InjectionToken`\<`unknown`\>
|
|
10
|
-
|
|
11
|
-
Defined in: [tokens.ts:27](https://gitlab.com/rxap/packages/-/blob/5c9d13911b2e801186e53ea55b76b15441bb2700/packages/angular/layout/src/lib/tokens.ts#L27)
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
[**@rxap/layout**](../README.md)
|
|
2
|
-
|
|
3
|
-
***
|
|
4
|
-
|
|
5
|
-
[@rxap/layout](../globals.md) / RXAP\_LOGO\_CONFIG
|
|
6
|
-
|
|
7
|
-
# Variable: RXAP\_LOGO\_CONFIG
|
|
8
|
-
|
|
9
|
-
> `const` **RXAP\_LOGO\_CONFIG**: `InjectionToken`\<`LogoConfig`\>
|
|
10
|
-
|
|
11
|
-
Defined in: [tokens.ts:26](https://gitlab.com/rxap/packages/-/blob/5c9d13911b2e801186e53ea55b76b15441bb2700/packages/angular/layout/src/lib/tokens.ts#L26)
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
[**@rxap/layout**](../README.md)
|
|
2
|
-
|
|
3
|
-
***
|
|
4
|
-
|
|
5
|
-
[@rxap/layout](../globals.md) / RXAP\_NAVIGATION\_CONFIG
|
|
6
|
-
|
|
7
|
-
# Variable: RXAP\_NAVIGATION\_CONFIG
|
|
8
|
-
|
|
9
|
-
> `const` **RXAP\_NAVIGATION\_CONFIG**: `InjectionToken`\<[`NavigationWithInserts`](../type-aliases/NavigationWithInserts.md) \| () => [`NavigationWithInserts`](../type-aliases/NavigationWithInserts.md)\>
|
|
10
|
-
|
|
11
|
-
Defined in: [tokens.ts:19](https://gitlab.com/rxap/packages/-/blob/5c9d13911b2e801186e53ea55b76b15441bb2700/packages/angular/layout/src/lib/tokens.ts#L19)
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
[**@rxap/layout**](../README.md)
|
|
2
|
-
|
|
3
|
-
***
|
|
4
|
-
|
|
5
|
-
[@rxap/layout](../globals.md) / RXAP\_NAVIGATION\_CONFIG\_INSERTS
|
|
6
|
-
|
|
7
|
-
# Variable: RXAP\_NAVIGATION\_CONFIG\_INSERTS
|
|
8
|
-
|
|
9
|
-
> `const` **RXAP\_NAVIGATION\_CONFIG\_INSERTS**: `InjectionToken`\<`Record`\<`string`, [`NavigationWithInserts`](../type-aliases/NavigationWithInserts.md)\>\>
|
|
10
|
-
|
|
11
|
-
Defined in: [tokens.ts:21](https://gitlab.com/rxap/packages/-/blob/5c9d13911b2e801186e53ea55b76b15441bb2700/packages/angular/layout/src/lib/tokens.ts#L21)
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
[**@rxap/layout**](../README.md)
|
|
2
|
-
|
|
3
|
-
***
|
|
4
|
-
|
|
5
|
-
[@rxap/layout](../globals.md) / RXAP\_RELEASE\_INFO\_MODULE
|
|
6
|
-
|
|
7
|
-
# Variable: RXAP\_RELEASE\_INFO\_MODULE
|
|
8
|
-
|
|
9
|
-
> `const` **RXAP\_RELEASE\_INFO\_MODULE**: `InjectionToken`\<[`ReleaseInfoModule`](../interfaces/ReleaseInfoModule.md)\>
|
|
10
|
-
|
|
11
|
-
Defined in: [tokens.ts:47](https://gitlab.com/rxap/packages/-/blob/5c9d13911b2e801186e53ea55b76b15441bb2700/packages/angular/layout/src/lib/tokens.ts#L47)
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
[**@rxap/layout**](../README.md)
|
|
2
|
-
|
|
3
|
-
***
|
|
4
|
-
|
|
5
|
-
[@rxap/layout](../globals.md) / RXAP\_SETTINGS\_MENU\_ITEM
|
|
6
|
-
|
|
7
|
-
# Variable: RXAP\_SETTINGS\_MENU\_ITEM
|
|
8
|
-
|
|
9
|
-
> `const` **RXAP\_SETTINGS\_MENU\_ITEM**: `InjectionToken`\<[`SettingsMenuItem`](../interfaces/SettingsMenuItem.md)\>
|
|
10
|
-
|
|
11
|
-
Defined in: [tokens.ts:53](https://gitlab.com/rxap/packages/-/blob/5c9d13911b2e801186e53ea55b76b15441bb2700/packages/angular/layout/src/lib/tokens.ts#L53)
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
[**@rxap/layout**](../README.md)
|
|
2
|
-
|
|
3
|
-
***
|
|
4
|
-
|
|
5
|
-
[@rxap/layout](../globals.md) / RXAP\_SETTINGS\_MENU\_ITEM\_COMPONENT
|
|
6
|
-
|
|
7
|
-
# Variable: RXAP\_SETTINGS\_MENU\_ITEM\_COMPONENT
|
|
8
|
-
|
|
9
|
-
> `const` **RXAP\_SETTINGS\_MENU\_ITEM\_COMPONENT**: `InjectionToken`\<([`SettingsMenuItemComponent`](../type-aliases/SettingsMenuItemComponent.md) \| () => `Promise`\<[`SettingsMenuItemComponent`](../type-aliases/SettingsMenuItemComponent.md)\>)[]\>
|
|
10
|
-
|
|
11
|
-
Defined in: [tokens.ts:49](https://gitlab.com/rxap/packages/-/blob/5c9d13911b2e801186e53ea55b76b15441bb2700/packages/angular/layout/src/lib/tokens.ts#L49)
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
[**@rxap/layout**](../README.md)
|
|
2
|
-
|
|
3
|
-
***
|
|
4
|
-
|
|
5
|
-
[@rxap/layout](../globals.md) / RXAP\_USER\_PROFILE\_DATA\_SOURCE
|
|
6
|
-
|
|
7
|
-
# Variable: RXAP\_USER\_PROFILE\_DATA\_SOURCE
|
|
8
|
-
|
|
9
|
-
> `const` **RXAP\_USER\_PROFILE\_DATA\_SOURCE**: `InjectionToken`\<`DataSource`\<`unknown`, `DataSourceViewer`\>\>
|
|
10
|
-
|
|
11
|
-
Defined in: [tokens.ts:40](https://gitlab.com/rxap/packages/-/blob/5c9d13911b2e801186e53ea55b76b15441bb2700/packages/angular/layout/src/lib/tokens.ts#L40)
|
|
@@ -1,79 +0,0 @@
|
|
|
1
|
-
[@rxap/layout](../wiki/globals) / AppsButtonComponent
|
|
2
|
-
|
|
3
|
-
# Class: AppsButtonComponent
|
|
4
|
-
|
|
5
|
-
Defined in: [default-header/apps-button/apps-button.component.ts:35](https://gitlab.com/rxap/packages/-/blob/5c9d13911b2e801186e53ea55b76b15441bb2700/packages/angular/layout/src/lib/default-header/apps-button/apps-button.component.ts#L35)
|
|
6
|
-
|
|
7
|
-
## Implements
|
|
8
|
-
|
|
9
|
-
- `OnInit`
|
|
10
|
-
|
|
11
|
-
## Constructors
|
|
12
|
-
|
|
13
|
-
### new AppsButtonComponent()
|
|
14
|
-
|
|
15
|
-
> **new AppsButtonComponent**(): [`AppsButtonComponent`](../wiki/Class.AppsButtonComponent)
|
|
16
|
-
|
|
17
|
-
#### Returns
|
|
18
|
-
|
|
19
|
-
[`AppsButtonComponent`](../wiki/Class.AppsButtonComponent)
|
|
20
|
-
|
|
21
|
-
## Properties
|
|
22
|
-
|
|
23
|
-
### appList
|
|
24
|
-
|
|
25
|
-
> `readonly` **appList**: `Signal`\<`AppsNavigationConfig`[]\>
|
|
26
|
-
|
|
27
|
-
Defined in: [default-header/apps-button/apps-button.component.ts:42](https://gitlab.com/rxap/packages/-/blob/5c9d13911b2e801186e53ea55b76b15441bb2700/packages/angular/layout/src/lib/default-header/apps-button/apps-button.component.ts#L42)
|
|
28
|
-
|
|
29
|
-
***
|
|
30
|
-
|
|
31
|
-
### hasApps
|
|
32
|
-
|
|
33
|
-
> `readonly` **hasApps**: `Signal`\<`boolean`\>
|
|
34
|
-
|
|
35
|
-
Defined in: [default-header/apps-button/apps-button.component.ts:43](https://gitlab.com/rxap/packages/-/blob/5c9d13911b2e801186e53ea55b76b15441bb2700/packages/angular/layout/src/lib/default-header/apps-button/apps-button.component.ts#L43)
|
|
36
|
-
|
|
37
|
-
***
|
|
38
|
-
|
|
39
|
-
### isOpen
|
|
40
|
-
|
|
41
|
-
> `readonly` **isOpen**: `WritableSignal`\<`boolean`\>
|
|
42
|
-
|
|
43
|
-
Defined in: [default-header/apps-button/apps-button.component.ts:39](https://gitlab.com/rxap/packages/-/blob/5c9d13911b2e801186e53ea55b76b15441bb2700/packages/angular/layout/src/lib/default-header/apps-button/apps-button.component.ts#L39)
|
|
44
|
-
|
|
45
|
-
The signal that indicates if the app list is open
|
|
46
|
-
|
|
47
|
-
## Methods
|
|
48
|
-
|
|
49
|
-
### ngOnInit()
|
|
50
|
-
|
|
51
|
-
> **ngOnInit**(): `void`
|
|
52
|
-
|
|
53
|
-
Defined in: [default-header/apps-button/apps-button.component.ts:49](https://gitlab.com/rxap/packages/-/blob/5c9d13911b2e801186e53ea55b76b15441bb2700/packages/angular/layout/src/lib/default-header/apps-button/apps-button.component.ts#L49)
|
|
54
|
-
|
|
55
|
-
A callback method that is invoked immediately after the
|
|
56
|
-
default change detector has checked the directive's
|
|
57
|
-
data-bound properties for the first time,
|
|
58
|
-
and before any of the view or content children have been checked.
|
|
59
|
-
It is invoked only once when the directive is instantiated.
|
|
60
|
-
|
|
61
|
-
#### Returns
|
|
62
|
-
|
|
63
|
-
`void`
|
|
64
|
-
|
|
65
|
-
#### Implementation of
|
|
66
|
-
|
|
67
|
-
`OnInit.ngOnInit`
|
|
68
|
-
|
|
69
|
-
***
|
|
70
|
-
|
|
71
|
-
### toggle()
|
|
72
|
-
|
|
73
|
-
> **toggle**(): `void`
|
|
74
|
-
|
|
75
|
-
Defined in: [default-header/apps-button/apps-button.component.ts:45](https://gitlab.com/rxap/packages/-/blob/5c9d13911b2e801186e53ea55b76b15441bb2700/packages/angular/layout/src/lib/default-header/apps-button/apps-button.component.ts#L45)
|
|
76
|
-
|
|
77
|
-
#### Returns
|
|
78
|
-
|
|
79
|
-
`void`
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
[@rxap/layout](../wiki/globals) / BaseLayoutComponent
|
|
2
|
-
|
|
3
|
-
# Class: BaseLayoutComponent
|
|
4
|
-
|
|
5
|
-
Defined in: [base-layout/base-layout.component.ts:18](https://gitlab.com/rxap/packages/-/blob/5c9d13911b2e801186e53ea55b76b15441bb2700/packages/angular/layout/src/lib/base-layout/base-layout.component.ts#L18)
|
|
6
|
-
|
|
7
|
-
## Constructors
|
|
8
|
-
|
|
9
|
-
### new BaseLayoutComponent()
|
|
10
|
-
|
|
11
|
-
> **new BaseLayoutComponent**(): [`BaseLayoutComponent`](../wiki/Class.BaseLayoutComponent)
|
|
12
|
-
|
|
13
|
-
#### Returns
|
|
14
|
-
|
|
15
|
-
[`BaseLayoutComponent`](../wiki/Class.BaseLayoutComponent)
|
|
@@ -1,55 +0,0 @@
|
|
|
1
|
-
[@rxap/layout](../wiki/globals) / DefaultHeaderComponent
|
|
2
|
-
|
|
3
|
-
# Class: DefaultHeaderComponent
|
|
4
|
-
|
|
5
|
-
Defined in: [default-header/default-header.component.ts:36](https://gitlab.com/rxap/packages/-/blob/5c9d13911b2e801186e53ea55b76b15441bb2700/packages/angular/layout/src/lib/default-header/default-header.component.ts#L36)
|
|
6
|
-
|
|
7
|
-
## Constructors
|
|
8
|
-
|
|
9
|
-
### new DefaultHeaderComponent()
|
|
10
|
-
|
|
11
|
-
> **new DefaultHeaderComponent**(): [`DefaultHeaderComponent`](../wiki/Class.DefaultHeaderComponent)
|
|
12
|
-
|
|
13
|
-
#### Returns
|
|
14
|
-
|
|
15
|
-
[`DefaultHeaderComponent`](../wiki/Class.DefaultHeaderComponent)
|
|
16
|
-
|
|
17
|
-
## Properties
|
|
18
|
-
|
|
19
|
-
### collapsable
|
|
20
|
-
|
|
21
|
-
> `readonly` **collapsable**: `Signal`\<`boolean`\>
|
|
22
|
-
|
|
23
|
-
Defined in: [default-header/default-header.component.ts:40](https://gitlab.com/rxap/packages/-/blob/5c9d13911b2e801186e53ea55b76b15441bb2700/packages/angular/layout/src/lib/default-header/default-header.component.ts#L40)
|
|
24
|
-
|
|
25
|
-
***
|
|
26
|
-
|
|
27
|
-
### hasPortals
|
|
28
|
-
|
|
29
|
-
> `readonly` **hasPortals**: `Signal`\<`boolean`\>
|
|
30
|
-
|
|
31
|
-
Defined in: [default-header/default-header.component.ts:47](https://gitlab.com/rxap/packages/-/blob/5c9d13911b2e801186e53ea55b76b15441bb2700/packages/angular/layout/src/lib/default-header/default-header.component.ts#L47)
|
|
32
|
-
|
|
33
|
-
***
|
|
34
|
-
|
|
35
|
-
### opened
|
|
36
|
-
|
|
37
|
-
> `readonly` **opened**: `Signal`\<`boolean`\>
|
|
38
|
-
|
|
39
|
-
Defined in: [default-header/default-header.component.ts:41](https://gitlab.com/rxap/packages/-/blob/5c9d13911b2e801186e53ea55b76b15441bb2700/packages/angular/layout/src/lib/default-header/default-header.component.ts#L41)
|
|
40
|
-
|
|
41
|
-
***
|
|
42
|
-
|
|
43
|
-
### portals
|
|
44
|
-
|
|
45
|
-
> `readonly` **portals**: `Signal`\<`Portal`\<`unknown`\>[]\>
|
|
46
|
-
|
|
47
|
-
Defined in: [default-header/default-header.component.ts:46](https://gitlab.com/rxap/packages/-/blob/5c9d13911b2e801186e53ea55b76b15441bb2700/packages/angular/layout/src/lib/default-header/default-header.component.ts#L46)
|
|
48
|
-
|
|
49
|
-
***
|
|
50
|
-
|
|
51
|
-
### profile
|
|
52
|
-
|
|
53
|
-
> `readonly` **profile**: `Signal`\<`unknown`\>
|
|
54
|
-
|
|
55
|
-
Defined in: [default-header/default-header.component.ts:42](https://gitlab.com/rxap/packages/-/blob/5c9d13911b2e801186e53ea55b76b15441bb2700/packages/angular/layout/src/lib/default-header/default-header.component.ts#L42)
|
|
@@ -1,83 +0,0 @@
|
|
|
1
|
-
[@rxap/layout](../wiki/globals) / DefaultHeaderService
|
|
2
|
-
|
|
3
|
-
# Class: DefaultHeaderService
|
|
4
|
-
|
|
5
|
-
Defined in: [default-header/default-header.service.ts:21](https://gitlab.com/rxap/packages/-/blob/5c9d13911b2e801186e53ea55b76b15441bb2700/packages/angular/layout/src/lib/default-header/default-header.service.ts#L21)
|
|
6
|
-
|
|
7
|
-
## Constructors
|
|
8
|
-
|
|
9
|
-
### new DefaultHeaderService()
|
|
10
|
-
|
|
11
|
-
> **new DefaultHeaderService**(): [`DefaultHeaderService`](../wiki/Class.DefaultHeaderService)
|
|
12
|
-
|
|
13
|
-
#### Returns
|
|
14
|
-
|
|
15
|
-
[`DefaultHeaderService`](../wiki/Class.DefaultHeaderService)
|
|
16
|
-
|
|
17
|
-
## Properties
|
|
18
|
-
|
|
19
|
-
### portalCount
|
|
20
|
-
|
|
21
|
-
> `readonly` **portalCount**: `Signal`\<`number`\>
|
|
22
|
-
|
|
23
|
-
Defined in: [default-header/default-header.service.ts:42](https://gitlab.com/rxap/packages/-/blob/5c9d13911b2e801186e53ea55b76b15441bb2700/packages/angular/layout/src/lib/default-header/default-header.service.ts#L42)
|
|
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**: `Signal`\<`Portal`\<`unknown`\>[]\>
|
|
36
|
-
|
|
37
|
-
Defined in: [default-header/default-header.service.ts:34](https://gitlab.com/rxap/packages/-/blob/5c9d13911b2e801186e53ea55b76b15441bb2700/packages/angular/layout/src/lib/default-header/default-header.service.ts#L34)
|
|
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: [default-header/default-header.service.ts:52](https://gitlab.com/rxap/packages/-/blob/5c9d13911b2e801186e53ea55b76b15441bb2700/packages/angular/layout/src/lib/default-header/default-header.service.ts#L52)
|
|
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: [default-header/default-header.service.ts:68](https://gitlab.com/rxap/packages/-/blob/5c9d13911b2e801186e53ea55b76b15441bb2700/packages/angular/layout/src/lib/default-header/default-header.service.ts#L68)
|
|
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`
|