@rxap/layout 19.1.0-dev.0 → 19.1.0-dev.1
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 +6 -0
- package/compodoc/changelog.html +5 -0
- package/compodoc/components/AppsButtonComponent.html +33 -1
- package/compodoc/components/DefaultHeaderComponent.html +66 -2
- package/compodoc/components/FooterComponent.html +33 -1
- package/compodoc/components/HeaderComponent.html +33 -1
- package/compodoc/components/LayoutComponent.html +33 -1
- package/compodoc/components/NavigationComponent.html +100 -4
- package/compodoc/components/NavigationItemComponent.html +165 -5
- package/compodoc/components/ReleaseInfoComponent.html +33 -1
- package/compodoc/components/SettingsButtonComponent.html +33 -1
- package/compodoc/components/SidenavComponent.html +176 -46
- package/compodoc/components/SidenavToggleButtonComponent.html +33 -1
- package/compodoc/components/UserProfileIconComponent.html +72 -2
- package/compodoc/js/search/search_index.js +2 -2
- package/compodoc/miscellaneous/functions.html +6 -6
- package/compodoc/properties.html +1 -1
- package/docs/documentation.json +2190 -1445
- package/docs/html/assets/search.js +1 -1
- package/docs/html/classes/AppsButtonComponent.html +5 -4
- package/docs/html/classes/BaseLayoutComponent.html +2 -2
- package/docs/html/classes/DefaultHeaderComponent.html +4 -2
- package/docs/html/classes/DefaultHeaderService.html +5 -5
- package/docs/html/classes/ExternalAppsService.html +2 -2
- package/docs/html/classes/FooterComponent.html +4 -3
- package/docs/html/classes/FooterDirective.html +3 -3
- package/docs/html/classes/FooterService.html +5 -5
- package/docs/html/classes/HeaderComponent.html +3 -2
- package/docs/html/classes/HeaderDirective.html +3 -3
- package/docs/html/classes/HeaderService.html +5 -5
- package/docs/html/classes/LayoutComponent.html +3 -2
- package/docs/html/classes/LayoutService.html +2 -2
- package/docs/html/classes/LogoService.html +2 -2
- package/docs/html/classes/MinimalLayoutComponent.html +2 -2
- package/docs/html/classes/NavigationComponent.html +6 -3
- package/docs/html/classes/NavigationItemComponent.html +11 -6
- package/docs/html/classes/NavigationProgressBarComponent.html +2 -2
- package/docs/html/classes/NavigationService.html +3 -3
- package/docs/html/classes/ReleaseInfoComponent.html +4 -3
- package/docs/html/classes/SettingsButtonComponent.html +3 -2
- package/docs/html/classes/SidenavComponent.html +5 -2
- package/docs/html/classes/SidenavFooterDirective.html +2 -2
- package/docs/html/classes/SidenavHeaderDirective.html +2 -2
- package/docs/html/classes/SidenavToggleButtonComponent.html +4 -3
- package/docs/html/classes/UserProfileIconComponent.html +5 -3
- package/docs/html/functions/IsNavigationDividerItem.html +1 -1
- package/docs/html/functions/IsNavigationInsertItem.html +1 -1
- package/docs/html/functions/IsNavigationItem.html +1 -1
- package/docs/html/functions/provideExternalApps.html +1 -1
- package/docs/html/functions/provideLayout.html +1 -1
- package/docs/html/functions/withDefaultHeaderComponent.html +1 -1
- package/docs/html/functions/withDefaultHeaderItems.html +1 -1
- package/docs/html/functions/withFooterComponents.html +1 -1
- package/docs/html/functions/withHeaderComponents.html +1 -1
- package/docs/html/functions/withNavigationConfig.html +1 -1
- package/docs/html/functions/withNavigationInserts.html +1 -1
- package/docs/html/functions/withReleaseInfoModules.html +1 -1
- package/docs/html/functions/withSettingsMenuItems.html +1 -1
- package/docs/html/functions/withUserProfileDataSource.html +1 -1
- package/docs/html/index.html +2 -2
- package/docs/html/interfaces/NavigationDividerItem.html +2 -2
- package/docs/html/interfaces/NavigationInsertItem.html +2 -2
- package/docs/html/interfaces/NavigationItem.html +2 -2
- package/docs/html/interfaces/NavigationStatus.html +2 -2
- package/docs/html/interfaces/ReleaseInfoModule.html +2 -2
- package/docs/html/interfaces/SettingsMenuItem.html +2 -2
- package/docs/html/modules.html +1 -1
- package/docs/html/types/DefaultHeaderItemComponent.html +1 -1
- package/docs/html/types/ExternalApp.html +1 -1
- package/docs/html/types/ExtractUsernameFromProfileFn.html +1 -1
- package/docs/html/types/Navigation.html +1 -1
- package/docs/html/types/NavigationWithInserts.html +1 -1
- package/docs/html/types/SettingsMenuItemComponent.html +1 -1
- package/docs/html/variables/EXTRACT_USERNAME_FROM_PROFILE.html +1 -1
- package/docs/html/variables/RXAP_DEFAULT_HEADER_ITEM_COMPONENT.html +1 -1
- package/docs/html/variables/RXAP_EXTERNAL_APP.html +1 -1
- package/docs/html/variables/RXAP_EXTERNAL_APP_FILTER.html +1 -1
- package/docs/html/variables/RXAP_FOOTER_COMPONENT.html +1 -1
- package/docs/html/variables/RXAP_HEADER_COMPONENT.html +1 -1
- package/docs/html/variables/RXAP_LAYOUT_APPS_GRID.html +1 -1
- package/docs/html/variables/RXAP_LOGO_CONFIG.html +1 -1
- package/docs/html/variables/RXAP_LOGO_CONFIG_DEFAULTS.html +1 -1
- package/docs/html/variables/RXAP_NAVIGATION_CONFIG.html +1 -1
- package/docs/html/variables/RXAP_NAVIGATION_CONFIG_INSERTS.html +1 -1
- package/docs/html/variables/RXAP_NAVIGATION_LAYOUT_CONFIG_DEFAULTS.html +1 -1
- package/docs/html/variables/RXAP_RELEASE_INFO_MODULE.html +1 -1
- package/docs/html/variables/RXAP_SETTINGS_MENU_ITEM.html +1 -1
- package/docs/html/variables/RXAP_SETTINGS_MENU_ITEM_COMPONENT.html +1 -1
- package/docs/html/variables/RXAP_USER_PROFILE_DATA_SOURCE.html +1 -1
- package/docs/markdown/README.md +1 -1
- package/docs/markdown/classes/AppsButtonComponent.md +15 -7
- package/docs/markdown/classes/BaseLayoutComponent.md +2 -2
- package/docs/markdown/classes/DefaultHeaderComponent.md +23 -7
- package/docs/markdown/classes/DefaultHeaderService.md +6 -6
- package/docs/markdown/classes/ExternalAppsService.md +18 -18
- package/docs/markdown/classes/FooterComponent.md +12 -4
- package/docs/markdown/classes/FooterDirective.md +4 -4
- package/docs/markdown/classes/FooterService.md +6 -6
- package/docs/markdown/classes/HeaderComponent.md +13 -5
- package/docs/markdown/classes/HeaderDirective.md +4 -4
- package/docs/markdown/classes/HeaderService.md +6 -6
- package/docs/markdown/classes/LayoutComponent.md +13 -5
- package/docs/markdown/classes/LayoutService.md +17 -17
- package/docs/markdown/classes/LogoService.md +6 -6
- package/docs/markdown/classes/MinimalLayoutComponent.md +2 -2
- package/docs/markdown/classes/NavigationComponent.md +35 -11
- package/docs/markdown/classes/NavigationItemComponent.md +54 -14
- package/docs/markdown/classes/NavigationProgressBarComponent.md +4 -4
- package/docs/markdown/classes/NavigationService.md +12 -12
- package/docs/markdown/classes/ReleaseInfoComponent.md +13 -5
- package/docs/markdown/classes/SettingsButtonComponent.md +26 -18
- package/docs/markdown/classes/SidenavComponent.md +49 -15
- package/docs/markdown/classes/SidenavFooterDirective.md +4 -4
- package/docs/markdown/classes/SidenavHeaderDirective.md +4 -4
- package/docs/markdown/classes/SidenavToggleButtonComponent.md +12 -4
- package/docs/markdown/classes/UserProfileIconComponent.md +21 -5
- package/docs/markdown/functions/IsNavigationDividerItem.md +2 -2
- package/docs/markdown/functions/IsNavigationInsertItem.md +2 -2
- package/docs/markdown/functions/IsNavigationItem.md +2 -2
- package/docs/markdown/functions/provideExternalApps.md +2 -2
- package/docs/markdown/functions/provideLayout.md +2 -2
- package/docs/markdown/functions/withDefaultHeaderComponent.md +2 -2
- package/docs/markdown/functions/withDefaultHeaderItems.md +2 -2
- package/docs/markdown/functions/withFooterComponents.md +2 -2
- package/docs/markdown/functions/withHeaderComponents.md +2 -2
- package/docs/markdown/functions/withNavigationConfig.md +2 -2
- package/docs/markdown/functions/withNavigationInserts.md +2 -2
- package/docs/markdown/functions/withReleaseInfoModules.md +2 -2
- package/docs/markdown/functions/withSettingsMenuItems.md +2 -2
- package/docs/markdown/functions/withUserProfileDataSource.md +2 -2
- package/docs/markdown/globals.md +2 -2
- package/docs/markdown/interfaces/NavigationDividerItem.md +4 -4
- package/docs/markdown/interfaces/NavigationInsertItem.md +3 -3
- package/docs/markdown/interfaces/NavigationItem.md +7 -7
- package/docs/markdown/interfaces/NavigationStatus.md +3 -3
- package/docs/markdown/interfaces/ReleaseInfoModule.md +5 -5
- package/docs/markdown/interfaces/SettingsMenuItem.md +5 -5
- package/docs/markdown/type-aliases/DefaultHeaderItemComponent.md +2 -2
- package/docs/markdown/type-aliases/ExternalApp.md +2 -2
- package/docs/markdown/type-aliases/ExtractUsernameFromProfileFn.md +2 -2
- package/docs/markdown/type-aliases/Navigation.md +2 -2
- package/docs/markdown/type-aliases/NavigationWithInserts.md +2 -2
- package/docs/markdown/type-aliases/SettingsMenuItemComponent.md +2 -2
- package/docs/markdown/variables/EXTRACT_USERNAME_FROM_PROFILE.md +2 -2
- package/docs/markdown/variables/RXAP_DEFAULT_HEADER_ITEM_COMPONENT.md +2 -2
- package/docs/markdown/variables/RXAP_EXTERNAL_APP.md +2 -2
- package/docs/markdown/variables/RXAP_EXTERNAL_APP_FILTER.md +2 -2
- package/docs/markdown/variables/RXAP_FOOTER_COMPONENT.md +2 -2
- package/docs/markdown/variables/RXAP_HEADER_COMPONENT.md +2 -2
- package/docs/markdown/variables/RXAP_LAYOUT_APPS_GRID.md +2 -2
- package/docs/markdown/variables/RXAP_LOGO_CONFIG.md +2 -2
- package/docs/markdown/variables/RXAP_LOGO_CONFIG_DEFAULTS.md +2 -2
- package/docs/markdown/variables/RXAP_NAVIGATION_CONFIG.md +2 -2
- package/docs/markdown/variables/RXAP_NAVIGATION_CONFIG_INSERTS.md +2 -2
- package/docs/markdown/variables/RXAP_NAVIGATION_LAYOUT_CONFIG_DEFAULTS.md +2 -2
- package/docs/markdown/variables/RXAP_RELEASE_INFO_MODULE.md +2 -2
- package/docs/markdown/variables/RXAP_SETTINGS_MENU_ITEM.md +2 -2
- package/docs/markdown/variables/RXAP_SETTINGS_MENU_ITEM_COMPONENT.md +2 -2
- package/docs/markdown/variables/RXAP_USER_PROFILE_DATA_SOURCE.md +2 -2
- package/docs/wiki/Class.AppsButtonComponent.md +14 -6
- package/docs/wiki/Class.BaseLayoutComponent.md +1 -1
- package/docs/wiki/Class.DefaultHeaderComponent.md +22 -6
- package/docs/wiki/Class.DefaultHeaderService.md +5 -5
- package/docs/wiki/Class.ExternalAppsService.md +17 -17
- package/docs/wiki/Class.FooterComponent.md +11 -3
- package/docs/wiki/Class.FooterDirective.md +3 -3
- package/docs/wiki/Class.FooterService.md +5 -5
- package/docs/wiki/Class.HeaderComponent.md +12 -4
- package/docs/wiki/Class.HeaderDirective.md +3 -3
- package/docs/wiki/Class.HeaderService.md +5 -5
- package/docs/wiki/Class.LayoutComponent.md +12 -4
- package/docs/wiki/Class.LayoutService.md +16 -16
- package/docs/wiki/Class.LogoService.md +5 -5
- package/docs/wiki/Class.MinimalLayoutComponent.md +1 -1
- package/docs/wiki/Class.NavigationComponent.md +34 -10
- package/docs/wiki/Class.NavigationItemComponent.md +53 -13
- package/docs/wiki/Class.NavigationProgressBarComponent.md +3 -3
- package/docs/wiki/Class.NavigationService.md +11 -11
- package/docs/wiki/Class.ReleaseInfoComponent.md +12 -4
- package/docs/wiki/Class.SettingsButtonComponent.md +25 -17
- package/docs/wiki/Class.SidenavComponent.md +48 -14
- package/docs/wiki/Class.SidenavFooterDirective.md +3 -3
- package/docs/wiki/Class.SidenavHeaderDirective.md +3 -3
- package/docs/wiki/Class.SidenavToggleButtonComponent.md +11 -3
- package/docs/wiki/Class.UserProfileIconComponent.md +20 -4
- package/docs/wiki/Function.IsNavigationDividerItem.md +1 -1
- package/docs/wiki/Function.IsNavigationInsertItem.md +1 -1
- package/docs/wiki/Function.IsNavigationItem.md +1 -1
- package/docs/wiki/Function.provideExternalApps.md +1 -1
- package/docs/wiki/Function.provideLayout.md +1 -1
- package/docs/wiki/Function.withDefaultHeaderComponent.md +1 -1
- package/docs/wiki/Function.withDefaultHeaderItems.md +1 -1
- package/docs/wiki/Function.withFooterComponents.md +1 -1
- package/docs/wiki/Function.withHeaderComponents.md +1 -1
- package/docs/wiki/Function.withNavigationConfig.md +1 -1
- package/docs/wiki/Function.withNavigationInserts.md +1 -1
- package/docs/wiki/Function.withReleaseInfoModules.md +1 -1
- package/docs/wiki/Function.withSettingsMenuItems.md +1 -1
- package/docs/wiki/Function.withUserProfileDataSource.md +1 -1
- package/docs/wiki/Interface.NavigationDividerItem.md +3 -3
- package/docs/wiki/Interface.NavigationInsertItem.md +2 -2
- package/docs/wiki/Interface.NavigationItem.md +6 -6
- package/docs/wiki/Interface.NavigationStatus.md +2 -2
- package/docs/wiki/Interface.ReleaseInfoModule.md +4 -4
- package/docs/wiki/Interface.SettingsMenuItem.md +4 -4
- package/docs/wiki/TypeAlias.DefaultHeaderItemComponent.md +1 -1
- package/docs/wiki/TypeAlias.ExternalApp.md +1 -1
- package/docs/wiki/TypeAlias.ExtractUsernameFromProfileFn.md +1 -1
- package/docs/wiki/TypeAlias.Navigation.md +1 -1
- package/docs/wiki/TypeAlias.NavigationWithInserts.md +1 -1
- package/docs/wiki/TypeAlias.SettingsMenuItemComponent.md +1 -1
- package/docs/wiki/Variable.EXTRACT_USERNAME_FROM_PROFILE.md +1 -1
- package/docs/wiki/Variable.RXAP_DEFAULT_HEADER_ITEM_COMPONENT.md +1 -1
- package/docs/wiki/Variable.RXAP_EXTERNAL_APP.md +1 -1
- package/docs/wiki/Variable.RXAP_EXTERNAL_APP_FILTER.md +1 -1
- package/docs/wiki/Variable.RXAP_FOOTER_COMPONENT.md +1 -1
- package/docs/wiki/Variable.RXAP_HEADER_COMPONENT.md +1 -1
- package/docs/wiki/Variable.RXAP_LAYOUT_APPS_GRID.md +1 -1
- package/docs/wiki/Variable.RXAP_LOGO_CONFIG.md +1 -1
- package/docs/wiki/Variable.RXAP_LOGO_CONFIG_DEFAULTS.md +1 -1
- package/docs/wiki/Variable.RXAP_NAVIGATION_CONFIG.md +1 -1
- package/docs/wiki/Variable.RXAP_NAVIGATION_CONFIG_INSERTS.md +1 -1
- package/docs/wiki/Variable.RXAP_NAVIGATION_LAYOUT_CONFIG_DEFAULTS.md +1 -1
- package/docs/wiki/Variable.RXAP_RELEASE_INFO_MODULE.md +1 -1
- package/docs/wiki/Variable.RXAP_SETTINGS_MENU_ITEM.md +1 -1
- package/docs/wiki/Variable.RXAP_SETTINGS_MENU_ITEM_COMPONENT.md +1 -1
- package/docs/wiki/Variable.RXAP_USER_PROFILE_DATA_SOURCE.md +1 -1
- package/docs/wiki/globals.md +1 -1
- package/fesm2022/rxap-layout.mjs +6 -5
- package/fesm2022/rxap-layout.mjs.map +1 -1
- package/lib/default-header/apps-button/apps-button.component.d.ts +2 -1
- package/lib/default-header/default-header.component.d.ts +4 -2
- package/lib/default-header/settings-button/settings-button.component.d.ts +2 -2
- package/lib/default-header/sidenav-toggle-button/sidenav-toggle-button.component.d.ts +2 -1
- package/lib/default-header/user-profile-icon/user-profile-icon.component.d.ts +4 -2
- package/lib/footer/footer.component.d.ts +2 -1
- package/lib/header/header.component.d.ts +2 -1
- package/lib/layout/layout.component.d.ts +2 -1
- package/lib/navigation/navigation-item/navigation-item.component.d.ts +9 -6
- package/lib/navigation/navigation.component.d.ts +5 -3
- package/lib/release-info/release-info.component.d.ts +2 -1
- package/lib/sidenav/sidenav.component.d.ts +5 -3
- package/package.json +2 -2
- package/theme.css +425 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
[**@rxap/layout v19.1.0-dev.
|
|
1
|
+
[**@rxap/layout v19.1.0-dev.1**](../README.md)
|
|
2
2
|
|
|
3
3
|
***
|
|
4
4
|
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
# Class: ReleaseInfoComponent
|
|
8
8
|
|
|
9
|
-
Defined in: [release-info/release-info.component.ts:25](https://gitlab.com/rxap/packages/-/blob/
|
|
9
|
+
Defined in: [release-info/release-info.component.ts:25](https://gitlab.com/rxap/packages/-/blob/1a1dfaee7f5f25091f01e97dac74f87a80699213/packages/angular/layout/src/lib/release-info/release-info.component.ts#L25)
|
|
10
10
|
|
|
11
11
|
## Constructors
|
|
12
12
|
|
|
@@ -20,11 +20,19 @@ Defined in: [release-info/release-info.component.ts:25](https://gitlab.com/rxap/
|
|
|
20
20
|
|
|
21
21
|
## Properties
|
|
22
22
|
|
|
23
|
+
### dialog
|
|
24
|
+
|
|
25
|
+
> `protected` `readonly` **dialog**: `MatDialog`
|
|
26
|
+
|
|
27
|
+
Defined in: [release-info/release-info.component.ts:30](https://gitlab.com/rxap/packages/-/blob/1a1dfaee7f5f25091f01e97dac74f87a80699213/packages/angular/layout/src/lib/release-info/release-info.component.ts#L30)
|
|
28
|
+
|
|
29
|
+
***
|
|
30
|
+
|
|
23
31
|
### modules
|
|
24
32
|
|
|
25
33
|
> `readonly` **modules**: [`ReleaseInfoModule`](../interfaces/ReleaseInfoModule.md)[]
|
|
26
34
|
|
|
27
|
-
Defined in: [release-info/release-info.component.ts:27](https://gitlab.com/rxap/packages/-/blob/
|
|
35
|
+
Defined in: [release-info/release-info.component.ts:27](https://gitlab.com/rxap/packages/-/blob/1a1dfaee7f5f25091f01e97dac74f87a80699213/packages/angular/layout/src/lib/release-info/release-info.component.ts#L27)
|
|
28
36
|
|
|
29
37
|
***
|
|
30
38
|
|
|
@@ -32,7 +40,7 @@ Defined in: [release-info/release-info.component.ts:27](https://gitlab.com/rxap/
|
|
|
32
40
|
|
|
33
41
|
> `readonly` **release**: `string`
|
|
34
42
|
|
|
35
|
-
Defined in: [release-info/release-info.component.ts:28](https://gitlab.com/rxap/packages/-/blob/
|
|
43
|
+
Defined in: [release-info/release-info.component.ts:28](https://gitlab.com/rxap/packages/-/blob/1a1dfaee7f5f25091f01e97dac74f87a80699213/packages/angular/layout/src/lib/release-info/release-info.component.ts#L28)
|
|
36
44
|
|
|
37
45
|
## Methods
|
|
38
46
|
|
|
@@ -40,7 +48,7 @@ Defined in: [release-info/release-info.component.ts:28](https://gitlab.com/rxap/
|
|
|
40
48
|
|
|
41
49
|
> **openEnvironmentInfo**(): `void`
|
|
42
50
|
|
|
43
|
-
Defined in: [release-info/release-info.component.ts:32](https://gitlab.com/rxap/packages/-/blob/
|
|
51
|
+
Defined in: [release-info/release-info.component.ts:32](https://gitlab.com/rxap/packages/-/blob/1a1dfaee7f5f25091f01e97dac74f87a80699213/packages/angular/layout/src/lib/release-info/release-info.component.ts#L32)
|
|
44
52
|
|
|
45
53
|
#### Returns
|
|
46
54
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
[**@rxap/layout v19.1.0-dev.
|
|
1
|
+
[**@rxap/layout v19.1.0-dev.1**](../README.md)
|
|
2
2
|
|
|
3
3
|
***
|
|
4
4
|
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
# Class: SettingsButtonComponent
|
|
8
8
|
|
|
9
|
-
Defined in: [default-header/settings-button/settings-button.component.ts:55](https://gitlab.com/rxap/packages/-/blob/
|
|
9
|
+
Defined in: [default-header/settings-button/settings-button.component.ts:55](https://gitlab.com/rxap/packages/-/blob/1a1dfaee7f5f25091f01e97dac74f87a80699213/packages/angular/layout/src/lib/default-header/settings-button/settings-button.component.ts#L55)
|
|
10
10
|
|
|
11
11
|
## Constructors
|
|
12
12
|
|
|
@@ -24,7 +24,7 @@ Defined in: [default-header/settings-button/settings-button.component.ts:55](htt
|
|
|
24
24
|
|
|
25
25
|
> `readonly` **availableThemes**: `null` \| `string`[]
|
|
26
26
|
|
|
27
|
-
Defined in: [default-header/settings-button/settings-button.component.ts:78](https://gitlab.com/rxap/packages/-/blob/
|
|
27
|
+
Defined in: [default-header/settings-button/settings-button.component.ts:78](https://gitlab.com/rxap/packages/-/blob/1a1dfaee7f5f25091f01e97dac74f87a80699213/packages/angular/layout/src/lib/default-header/settings-button/settings-button.component.ts#L78)
|
|
28
28
|
|
|
29
29
|
***
|
|
30
30
|
|
|
@@ -32,7 +32,7 @@ Defined in: [default-header/settings-button/settings-button.component.ts:78](htt
|
|
|
32
32
|
|
|
33
33
|
> `readonly` **availableTypographies**: `null` \| `string`[]
|
|
34
34
|
|
|
35
|
-
Defined in: [default-header/settings-button/settings-button.component.ts:75](https://gitlab.com/rxap/packages/-/blob/
|
|
35
|
+
Defined in: [default-header/settings-button/settings-button.component.ts:75](https://gitlab.com/rxap/packages/-/blob/1a1dfaee7f5f25091f01e97dac74f87a80699213/packages/angular/layout/src/lib/default-header/settings-button/settings-button.component.ts#L75)
|
|
36
36
|
|
|
37
37
|
***
|
|
38
38
|
|
|
@@ -40,7 +40,7 @@ Defined in: [default-header/settings-button/settings-button.component.ts:75](htt
|
|
|
40
40
|
|
|
41
41
|
> **customItemComponents**: `Signal`\<`ComponentPortal`\<`unknown`\>[]\>
|
|
42
42
|
|
|
43
|
-
Defined in: [default-header/settings-button/settings-button.component.ts:62](https://gitlab.com/rxap/packages/-/blob/
|
|
43
|
+
Defined in: [default-header/settings-button/settings-button.component.ts:62](https://gitlab.com/rxap/packages/-/blob/1a1dfaee7f5f25091f01e97dac74f87a80699213/packages/angular/layout/src/lib/default-header/settings-button/settings-button.component.ts#L62)
|
|
44
44
|
|
|
45
45
|
***
|
|
46
46
|
|
|
@@ -48,7 +48,15 @@ Defined in: [default-header/settings-button/settings-button.component.ts:62](htt
|
|
|
48
48
|
|
|
49
49
|
> **customItems**: `WritableSignal`\<[`SettingsMenuItem`](../interfaces/SettingsMenuItem.md)[]\>
|
|
50
50
|
|
|
51
|
-
Defined in: [default-header/settings-button/settings-button.component.ts:67](https://gitlab.com/rxap/packages/-/blob/
|
|
51
|
+
Defined in: [default-header/settings-button/settings-button.component.ts:67](https://gitlab.com/rxap/packages/-/blob/1a1dfaee7f5f25091f01e97dac74f87a80699213/packages/angular/layout/src/lib/default-header/settings-button/settings-button.component.ts#L67)
|
|
52
|
+
|
|
53
|
+
***
|
|
54
|
+
|
|
55
|
+
### injector
|
|
56
|
+
|
|
57
|
+
> `protected` `readonly` **injector**: `Injector`
|
|
58
|
+
|
|
59
|
+
Defined in: [default-header/settings-button/settings-button.component.ts:60](https://gitlab.com/rxap/packages/-/blob/1a1dfaee7f5f25091f01e97dac74f87a80699213/packages/angular/layout/src/lib/default-header/settings-button/settings-button.component.ts#L60)
|
|
52
60
|
|
|
53
61
|
***
|
|
54
62
|
|
|
@@ -56,7 +64,7 @@ Defined in: [default-header/settings-button/settings-button.component.ts:67](htt
|
|
|
56
64
|
|
|
57
65
|
> **isDevMode**: `boolean`
|
|
58
66
|
|
|
59
|
-
Defined in: [default-header/settings-button/settings-button.component.ts:57](https://gitlab.com/rxap/packages/-/blob/
|
|
67
|
+
Defined in: [default-header/settings-button/settings-button.component.ts:57](https://gitlab.com/rxap/packages/-/blob/1a1dfaee7f5f25091f01e97dac74f87a80699213/packages/angular/layout/src/lib/default-header/settings-button/settings-button.component.ts#L57)
|
|
60
68
|
|
|
61
69
|
***
|
|
62
70
|
|
|
@@ -64,7 +72,7 @@ Defined in: [default-header/settings-button/settings-button.component.ts:57](htt
|
|
|
64
72
|
|
|
65
73
|
> `readonly` **theme**: `ThemeService`
|
|
66
74
|
|
|
67
|
-
Defined in: [default-header/settings-button/settings-button.component.ts:59](https://gitlab.com/rxap/packages/-/blob/
|
|
75
|
+
Defined in: [default-header/settings-button/settings-button.component.ts:59](https://gitlab.com/rxap/packages/-/blob/1a1dfaee7f5f25091f01e97dac74f87a80699213/packages/angular/layout/src/lib/default-header/settings-button/settings-button.component.ts#L59)
|
|
68
76
|
|
|
69
77
|
## Methods
|
|
70
78
|
|
|
@@ -72,7 +80,7 @@ Defined in: [default-header/settings-button/settings-button.component.ts:59](htt
|
|
|
72
80
|
|
|
73
81
|
> **clickItem**(`item`): `void`
|
|
74
82
|
|
|
75
|
-
Defined in: [default-header/settings-button/settings-button.component.ts:117](https://gitlab.com/rxap/packages/-/blob/
|
|
83
|
+
Defined in: [default-header/settings-button/settings-button.component.ts:117](https://gitlab.com/rxap/packages/-/blob/1a1dfaee7f5f25091f01e97dac74f87a80699213/packages/angular/layout/src/lib/default-header/settings-button/settings-button.component.ts#L117)
|
|
76
84
|
|
|
77
85
|
#### Parameters
|
|
78
86
|
|
|
@@ -90,7 +98,7 @@ Defined in: [default-header/settings-button/settings-button.component.ts:117](ht
|
|
|
90
98
|
|
|
91
99
|
> **previewDensity**(`density`): `void`
|
|
92
100
|
|
|
93
|
-
Defined in: [default-header/settings-button/settings-button.component.ts:81](https://gitlab.com/rxap/packages/-/blob/
|
|
101
|
+
Defined in: [default-header/settings-button/settings-button.component.ts:81](https://gitlab.com/rxap/packages/-/blob/1a1dfaee7f5f25091f01e97dac74f87a80699213/packages/angular/layout/src/lib/default-header/settings-button/settings-button.component.ts#L81)
|
|
94
102
|
|
|
95
103
|
#### Parameters
|
|
96
104
|
|
|
@@ -108,7 +116,7 @@ Defined in: [default-header/settings-button/settings-button.component.ts:81](htt
|
|
|
108
116
|
|
|
109
117
|
> **previewTheme**(`theme`): `void`
|
|
110
118
|
|
|
111
|
-
Defined in: [default-header/settings-button/settings-button.component.ts:105](https://gitlab.com/rxap/packages/-/blob/
|
|
119
|
+
Defined in: [default-header/settings-button/settings-button.component.ts:105](https://gitlab.com/rxap/packages/-/blob/1a1dfaee7f5f25091f01e97dac74f87a80699213/packages/angular/layout/src/lib/default-header/settings-button/settings-button.component.ts#L105)
|
|
112
120
|
|
|
113
121
|
#### Parameters
|
|
114
122
|
|
|
@@ -126,7 +134,7 @@ Defined in: [default-header/settings-button/settings-button.component.ts:105](ht
|
|
|
126
134
|
|
|
127
135
|
> **previewTypography**(`typography`): `void`
|
|
128
136
|
|
|
129
|
-
Defined in: [default-header/settings-button/settings-button.component.ts:93](https://gitlab.com/rxap/packages/-/blob/
|
|
137
|
+
Defined in: [default-header/settings-button/settings-button.component.ts:93](https://gitlab.com/rxap/packages/-/blob/1a1dfaee7f5f25091f01e97dac74f87a80699213/packages/angular/layout/src/lib/default-header/settings-button/settings-button.component.ts#L93)
|
|
130
138
|
|
|
131
139
|
#### Parameters
|
|
132
140
|
|
|
@@ -144,7 +152,7 @@ Defined in: [default-header/settings-button/settings-button.component.ts:93](htt
|
|
|
144
152
|
|
|
145
153
|
> **restoreDensity**(): `void`
|
|
146
154
|
|
|
147
|
-
Defined in: [default-header/settings-button/settings-button.component.ts:85](https://gitlab.com/rxap/packages/-/blob/
|
|
155
|
+
Defined in: [default-header/settings-button/settings-button.component.ts:85](https://gitlab.com/rxap/packages/-/blob/1a1dfaee7f5f25091f01e97dac74f87a80699213/packages/angular/layout/src/lib/default-header/settings-button/settings-button.component.ts#L85)
|
|
148
156
|
|
|
149
157
|
#### Returns
|
|
150
158
|
|
|
@@ -156,7 +164,7 @@ Defined in: [default-header/settings-button/settings-button.component.ts:85](htt
|
|
|
156
164
|
|
|
157
165
|
> **restoreTheme**(): `void`
|
|
158
166
|
|
|
159
|
-
Defined in: [default-header/settings-button/settings-button.component.ts:109](https://gitlab.com/rxap/packages/-/blob/
|
|
167
|
+
Defined in: [default-header/settings-button/settings-button.component.ts:109](https://gitlab.com/rxap/packages/-/blob/1a1dfaee7f5f25091f01e97dac74f87a80699213/packages/angular/layout/src/lib/default-header/settings-button/settings-button.component.ts#L109)
|
|
160
168
|
|
|
161
169
|
#### Returns
|
|
162
170
|
|
|
@@ -168,7 +176,7 @@ Defined in: [default-header/settings-button/settings-button.component.ts:109](ht
|
|
|
168
176
|
|
|
169
177
|
> **restoreTypography**(): `void`
|
|
170
178
|
|
|
171
|
-
Defined in: [default-header/settings-button/settings-button.component.ts:97](https://gitlab.com/rxap/packages/-/blob/
|
|
179
|
+
Defined in: [default-header/settings-button/settings-button.component.ts:97](https://gitlab.com/rxap/packages/-/blob/1a1dfaee7f5f25091f01e97dac74f87a80699213/packages/angular/layout/src/lib/default-header/settings-button/settings-button.component.ts#L97)
|
|
172
180
|
|
|
173
181
|
#### Returns
|
|
174
182
|
|
|
@@ -180,7 +188,7 @@ Defined in: [default-header/settings-button/settings-button.component.ts:97](htt
|
|
|
180
188
|
|
|
181
189
|
> **setDensity**(`density`): `void`
|
|
182
190
|
|
|
183
|
-
Defined in: [default-header/settings-button/settings-button.component.ts:89](https://gitlab.com/rxap/packages/-/blob/
|
|
191
|
+
Defined in: [default-header/settings-button/settings-button.component.ts:89](https://gitlab.com/rxap/packages/-/blob/1a1dfaee7f5f25091f01e97dac74f87a80699213/packages/angular/layout/src/lib/default-header/settings-button/settings-button.component.ts#L89)
|
|
184
192
|
|
|
185
193
|
#### Parameters
|
|
186
194
|
|
|
@@ -198,7 +206,7 @@ Defined in: [default-header/settings-button/settings-button.component.ts:89](htt
|
|
|
198
206
|
|
|
199
207
|
> **setTheme**(`theme`): `void`
|
|
200
208
|
|
|
201
|
-
Defined in: [default-header/settings-button/settings-button.component.ts:113](https://gitlab.com/rxap/packages/-/blob/
|
|
209
|
+
Defined in: [default-header/settings-button/settings-button.component.ts:113](https://gitlab.com/rxap/packages/-/blob/1a1dfaee7f5f25091f01e97dac74f87a80699213/packages/angular/layout/src/lib/default-header/settings-button/settings-button.component.ts#L113)
|
|
202
210
|
|
|
203
211
|
#### Parameters
|
|
204
212
|
|
|
@@ -216,7 +224,7 @@ Defined in: [default-header/settings-button/settings-button.component.ts:113](ht
|
|
|
216
224
|
|
|
217
225
|
> **setTypography**(`typography`): `void`
|
|
218
226
|
|
|
219
|
-
Defined in: [default-header/settings-button/settings-button.component.ts:101](https://gitlab.com/rxap/packages/-/blob/
|
|
227
|
+
Defined in: [default-header/settings-button/settings-button.component.ts:101](https://gitlab.com/rxap/packages/-/blob/1a1dfaee7f5f25091f01e97dac74f87a80699213/packages/angular/layout/src/lib/default-header/settings-button/settings-button.component.ts#L101)
|
|
220
228
|
|
|
221
229
|
#### Parameters
|
|
222
230
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
[**@rxap/layout v19.1.0-dev.
|
|
1
|
+
[**@rxap/layout v19.1.0-dev.1**](../README.md)
|
|
2
2
|
|
|
3
3
|
***
|
|
4
4
|
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
# Class: SidenavComponent
|
|
8
8
|
|
|
9
|
-
Defined in: [sidenav/sidenav.component.ts:
|
|
9
|
+
Defined in: [sidenav/sidenav.component.ts:49](https://gitlab.com/rxap/packages/-/blob/1a1dfaee7f5f25091f01e97dac74f87a80699213/packages/angular/layout/src/lib/sidenav/sidenav.component.ts#L49)
|
|
10
10
|
|
|
11
11
|
## Constructors
|
|
12
12
|
|
|
@@ -24,7 +24,7 @@ Defined in: [sidenav/sidenav.component.ts:55](https://gitlab.com/rxap/packages/-
|
|
|
24
24
|
|
|
25
25
|
> `readonly` **collapsable**: `Signal`\<`boolean`\>
|
|
26
26
|
|
|
27
|
-
Defined in: [sidenav/sidenav.component.ts:
|
|
27
|
+
Defined in: [sidenav/sidenav.component.ts:61](https://gitlab.com/rxap/packages/-/blob/1a1dfaee7f5f25091f01e97dac74f87a80699213/packages/angular/layout/src/lib/sidenav/sidenav.component.ts#L61)
|
|
28
28
|
|
|
29
29
|
***
|
|
30
30
|
|
|
@@ -32,7 +32,7 @@ Defined in: [sidenav/sidenav.component.ts:68](https://gitlab.com/rxap/packages/-
|
|
|
32
32
|
|
|
33
33
|
> `readonly` **collapsed**: `Signal`\<`boolean`\>
|
|
34
34
|
|
|
35
|
-
Defined in: [sidenav/sidenav.component.ts:
|
|
35
|
+
Defined in: [sidenav/sidenav.component.ts:60](https://gitlab.com/rxap/packages/-/blob/1a1dfaee7f5f25091f01e97dac74f87a80699213/packages/angular/layout/src/lib/sidenav/sidenav.component.ts#L60)
|
|
36
36
|
|
|
37
37
|
***
|
|
38
38
|
|
|
@@ -40,7 +40,7 @@ Defined in: [sidenav/sidenav.component.ts:67](https://gitlab.com/rxap/packages/-
|
|
|
40
40
|
|
|
41
41
|
> `readonly` **fixedBottomGap**: `Signal`\<`number`\>
|
|
42
42
|
|
|
43
|
-
Defined in: [sidenav/sidenav.component.ts:
|
|
43
|
+
Defined in: [sidenav/sidenav.component.ts:56](https://gitlab.com/rxap/packages/-/blob/1a1dfaee7f5f25091f01e97dac74f87a80699213/packages/angular/layout/src/lib/sidenav/sidenav.component.ts#L56)
|
|
44
44
|
|
|
45
45
|
***
|
|
46
46
|
|
|
@@ -48,7 +48,7 @@ Defined in: [sidenav/sidenav.component.ts:63](https://gitlab.com/rxap/packages/-
|
|
|
48
48
|
|
|
49
49
|
> `readonly` **fixedInViewport**: `Signal`\<`boolean`\>
|
|
50
50
|
|
|
51
|
-
Defined in: [sidenav/sidenav.component.ts:
|
|
51
|
+
Defined in: [sidenav/sidenav.component.ts:58](https://gitlab.com/rxap/packages/-/blob/1a1dfaee7f5f25091f01e97dac74f87a80699213/packages/angular/layout/src/lib/sidenav/sidenav.component.ts#L58)
|
|
52
52
|
|
|
53
53
|
***
|
|
54
54
|
|
|
@@ -56,7 +56,15 @@ Defined in: [sidenav/sidenav.component.ts:65](https://gitlab.com/rxap/packages/-
|
|
|
56
56
|
|
|
57
57
|
> `readonly` **fixedTopGap**: `Signal`\<`number`\>
|
|
58
58
|
|
|
59
|
-
Defined in: [sidenav/sidenav.component.ts:
|
|
59
|
+
Defined in: [sidenav/sidenav.component.ts:57](https://gitlab.com/rxap/packages/-/blob/1a1dfaee7f5f25091f01e97dac74f87a80699213/packages/angular/layout/src/lib/sidenav/sidenav.component.ts#L57)
|
|
60
|
+
|
|
61
|
+
***
|
|
62
|
+
|
|
63
|
+
### layoutService
|
|
64
|
+
|
|
65
|
+
> `protected` `readonly` **layoutService**: [`LayoutService`](LayoutService.md)
|
|
66
|
+
|
|
67
|
+
Defined in: [sidenav/sidenav.component.ts:51](https://gitlab.com/rxap/packages/-/blob/1a1dfaee7f5f25091f01e97dac74f87a80699213/packages/angular/layout/src/lib/sidenav/sidenav.component.ts#L51)
|
|
60
68
|
|
|
61
69
|
***
|
|
62
70
|
|
|
@@ -64,7 +72,7 @@ Defined in: [sidenav/sidenav.component.ts:64](https://gitlab.com/rxap/packages/-
|
|
|
64
72
|
|
|
65
73
|
> `readonly` **opened**: `Signal`\<`boolean`\>
|
|
66
74
|
|
|
67
|
-
Defined in: [sidenav/sidenav.component.ts:
|
|
75
|
+
Defined in: [sidenav/sidenav.component.ts:62](https://gitlab.com/rxap/packages/-/blob/1a1dfaee7f5f25091f01e97dac74f87a80699213/packages/angular/layout/src/lib/sidenav/sidenav.component.ts#L62)
|
|
68
76
|
|
|
69
77
|
***
|
|
70
78
|
|
|
@@ -72,7 +80,15 @@ Defined in: [sidenav/sidenav.component.ts:69](https://gitlab.com/rxap/packages/-
|
|
|
72
80
|
|
|
73
81
|
> `readonly` **pinned**: `Signal`\<`boolean`\>
|
|
74
82
|
|
|
75
|
-
Defined in: [sidenav/sidenav.component.ts:
|
|
83
|
+
Defined in: [sidenav/sidenav.component.ts:59](https://gitlab.com/rxap/packages/-/blob/1a1dfaee7f5f25091f01e97dac74f87a80699213/packages/angular/layout/src/lib/sidenav/sidenav.component.ts#L59)
|
|
84
|
+
|
|
85
|
+
***
|
|
86
|
+
|
|
87
|
+
### sidenav
|
|
88
|
+
|
|
89
|
+
> `protected` `readonly` **sidenav**: `Signal`\<`undefined` \| `MatSidenav`\>
|
|
90
|
+
|
|
91
|
+
Defined in: [sidenav/sidenav.component.ts:53](https://gitlab.com/rxap/packages/-/blob/1a1dfaee7f5f25091f01e97dac74f87a80699213/packages/angular/layout/src/lib/sidenav/sidenav.component.ts#L53)
|
|
76
92
|
|
|
77
93
|
***
|
|
78
94
|
|
|
@@ -80,7 +96,7 @@ Defined in: [sidenav/sidenav.component.ts:66](https://gitlab.com/rxap/packages/-
|
|
|
80
96
|
|
|
81
97
|
> `readonly` **sidenavFooterDirective**: `Signal`\<`undefined` \| [`SidenavFooterDirective`](SidenavFooterDirective.md)\>
|
|
82
98
|
|
|
83
|
-
Defined in: [sidenav/sidenav.component.ts:
|
|
99
|
+
Defined in: [sidenav/sidenav.component.ts:63](https://gitlab.com/rxap/packages/-/blob/1a1dfaee7f5f25091f01e97dac74f87a80699213/packages/angular/layout/src/lib/sidenav/sidenav.component.ts#L63)
|
|
84
100
|
|
|
85
101
|
***
|
|
86
102
|
|
|
@@ -88,7 +104,7 @@ Defined in: [sidenav/sidenav.component.ts:70](https://gitlab.com/rxap/packages/-
|
|
|
88
104
|
|
|
89
105
|
> `readonly` **sidenavHeaderDirective**: `Signal`\<`undefined` \| [`SidenavHeaderDirective`](SidenavHeaderDirective.md)\>
|
|
90
106
|
|
|
91
|
-
Defined in: [sidenav/sidenav.component.ts:
|
|
107
|
+
Defined in: [sidenav/sidenav.component.ts:64](https://gitlab.com/rxap/packages/-/blob/1a1dfaee7f5f25091f01e97dac74f87a80699213/packages/angular/layout/src/lib/sidenav/sidenav.component.ts#L64)
|
|
92
108
|
|
|
93
109
|
***
|
|
94
110
|
|
|
@@ -96,7 +112,7 @@ Defined in: [sidenav/sidenav.component.ts:71](https://gitlab.com/rxap/packages/-
|
|
|
96
112
|
|
|
97
113
|
> `readonly` **sidenavMode**: `Signal`\<`MatDrawerMode`\>
|
|
98
114
|
|
|
99
|
-
Defined in: [sidenav/sidenav.component.ts:
|
|
115
|
+
Defined in: [sidenav/sidenav.component.ts:55](https://gitlab.com/rxap/packages/-/blob/1a1dfaee7f5f25091f01e97dac74f87a80699213/packages/angular/layout/src/lib/sidenav/sidenav.component.ts#L55)
|
|
100
116
|
|
|
101
117
|
## Methods
|
|
102
118
|
|
|
@@ -104,7 +120,7 @@ Defined in: [sidenav/sidenav.component.ts:62](https://gitlab.com/rxap/packages/-
|
|
|
104
120
|
|
|
105
121
|
> **closeSidenav**(): `Promise`\<`void`\>
|
|
106
122
|
|
|
107
|
-
Defined in: [sidenav/sidenav.component.ts:
|
|
123
|
+
Defined in: [sidenav/sidenav.component.ts:79](https://gitlab.com/rxap/packages/-/blob/1a1dfaee7f5f25091f01e97dac74f87a80699213/packages/angular/layout/src/lib/sidenav/sidenav.component.ts#L79)
|
|
108
124
|
|
|
109
125
|
#### Returns
|
|
110
126
|
|
|
@@ -112,11 +128,29 @@ Defined in: [sidenav/sidenav.component.ts:82](https://gitlab.com/rxap/packages/-
|
|
|
112
128
|
|
|
113
129
|
***
|
|
114
130
|
|
|
131
|
+
### onOpenedChanged()
|
|
132
|
+
|
|
133
|
+
> **onOpenedChanged**(`opened`): `void`
|
|
134
|
+
|
|
135
|
+
Defined in: [sidenav/sidenav.component.ts:70](https://gitlab.com/rxap/packages/-/blob/1a1dfaee7f5f25091f01e97dac74f87a80699213/packages/angular/layout/src/lib/sidenav/sidenav.component.ts#L70)
|
|
136
|
+
|
|
137
|
+
#### Parameters
|
|
138
|
+
|
|
139
|
+
##### opened
|
|
140
|
+
|
|
141
|
+
`boolean`
|
|
142
|
+
|
|
143
|
+
#### Returns
|
|
144
|
+
|
|
145
|
+
`void`
|
|
146
|
+
|
|
147
|
+
***
|
|
148
|
+
|
|
115
149
|
### openSidenav()
|
|
116
150
|
|
|
117
151
|
> **openSidenav**(): `Promise`\<`void`\>
|
|
118
152
|
|
|
119
|
-
Defined in: [sidenav/sidenav.component.ts:
|
|
153
|
+
Defined in: [sidenav/sidenav.component.ts:74](https://gitlab.com/rxap/packages/-/blob/1a1dfaee7f5f25091f01e97dac74f87a80699213/packages/angular/layout/src/lib/sidenav/sidenav.component.ts#L74)
|
|
120
154
|
|
|
121
155
|
#### Returns
|
|
122
156
|
|
|
@@ -128,7 +162,7 @@ Defined in: [sidenav/sidenav.component.ts:77](https://gitlab.com/rxap/packages/-
|
|
|
128
162
|
|
|
129
163
|
> **togglePinned**(): `void`
|
|
130
164
|
|
|
131
|
-
Defined in: [sidenav/sidenav.component.ts:
|
|
165
|
+
Defined in: [sidenav/sidenav.component.ts:66](https://gitlab.com/rxap/packages/-/blob/1a1dfaee7f5f25091f01e97dac74f87a80699213/packages/angular/layout/src/lib/sidenav/sidenav.component.ts#L66)
|
|
132
166
|
|
|
133
167
|
#### Returns
|
|
134
168
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
[**@rxap/layout v19.1.0-dev.
|
|
1
|
+
[**@rxap/layout v19.1.0-dev.1**](../README.md)
|
|
2
2
|
|
|
3
3
|
***
|
|
4
4
|
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
# Class: SidenavFooterDirective
|
|
8
8
|
|
|
9
|
-
Defined in: [sidenav/sidenav-footer.directive.ts:11](https://gitlab.com/rxap/packages/-/blob/
|
|
9
|
+
Defined in: [sidenav/sidenav-footer.directive.ts:11](https://gitlab.com/rxap/packages/-/blob/1a1dfaee7f5f25091f01e97dac74f87a80699213/packages/angular/layout/src/lib/sidenav/sidenav-footer.directive.ts#L11)
|
|
10
10
|
|
|
11
11
|
## Constructors
|
|
12
12
|
|
|
@@ -14,7 +14,7 @@ Defined in: [sidenav/sidenav-footer.directive.ts:11](https://gitlab.com/rxap/pac
|
|
|
14
14
|
|
|
15
15
|
> **new SidenavFooterDirective**(`template`): [`SidenavFooterDirective`](SidenavFooterDirective.md)
|
|
16
16
|
|
|
17
|
-
Defined in: [sidenav/sidenav-footer.directive.ts:12](https://gitlab.com/rxap/packages/-/blob/
|
|
17
|
+
Defined in: [sidenav/sidenav-footer.directive.ts:12](https://gitlab.com/rxap/packages/-/blob/1a1dfaee7f5f25091f01e97dac74f87a80699213/packages/angular/layout/src/lib/sidenav/sidenav-footer.directive.ts#L12)
|
|
18
18
|
|
|
19
19
|
#### Parameters
|
|
20
20
|
|
|
@@ -32,4 +32,4 @@ Defined in: [sidenav/sidenav-footer.directive.ts:12](https://gitlab.com/rxap/pac
|
|
|
32
32
|
|
|
33
33
|
> `readonly` **template**: `TemplateRef`\<`void`\>
|
|
34
34
|
|
|
35
|
-
Defined in: [sidenav/sidenav-footer.directive.ts:14](https://gitlab.com/rxap/packages/-/blob/
|
|
35
|
+
Defined in: [sidenav/sidenav-footer.directive.ts:14](https://gitlab.com/rxap/packages/-/blob/1a1dfaee7f5f25091f01e97dac74f87a80699213/packages/angular/layout/src/lib/sidenav/sidenav-footer.directive.ts#L14)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
[**@rxap/layout v19.1.0-dev.
|
|
1
|
+
[**@rxap/layout v19.1.0-dev.1**](../README.md)
|
|
2
2
|
|
|
3
3
|
***
|
|
4
4
|
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
# Class: SidenavHeaderDirective
|
|
8
8
|
|
|
9
|
-
Defined in: [sidenav/sidenav-header.directive.ts:11](https://gitlab.com/rxap/packages/-/blob/
|
|
9
|
+
Defined in: [sidenav/sidenav-header.directive.ts:11](https://gitlab.com/rxap/packages/-/blob/1a1dfaee7f5f25091f01e97dac74f87a80699213/packages/angular/layout/src/lib/sidenav/sidenav-header.directive.ts#L11)
|
|
10
10
|
|
|
11
11
|
## Constructors
|
|
12
12
|
|
|
@@ -14,7 +14,7 @@ Defined in: [sidenav/sidenav-header.directive.ts:11](https://gitlab.com/rxap/pac
|
|
|
14
14
|
|
|
15
15
|
> **new SidenavHeaderDirective**(`template`): [`SidenavHeaderDirective`](SidenavHeaderDirective.md)
|
|
16
16
|
|
|
17
|
-
Defined in: [sidenav/sidenav-header.directive.ts:12](https://gitlab.com/rxap/packages/-/blob/
|
|
17
|
+
Defined in: [sidenav/sidenav-header.directive.ts:12](https://gitlab.com/rxap/packages/-/blob/1a1dfaee7f5f25091f01e97dac74f87a80699213/packages/angular/layout/src/lib/sidenav/sidenav-header.directive.ts#L12)
|
|
18
18
|
|
|
19
19
|
#### Parameters
|
|
20
20
|
|
|
@@ -32,4 +32,4 @@ Defined in: [sidenav/sidenav-header.directive.ts:12](https://gitlab.com/rxap/pac
|
|
|
32
32
|
|
|
33
33
|
> `readonly` **template**: `TemplateRef`\<`void`\>
|
|
34
34
|
|
|
35
|
-
Defined in: [sidenav/sidenav-header.directive.ts:14](https://gitlab.com/rxap/packages/-/blob/
|
|
35
|
+
Defined in: [sidenav/sidenav-header.directive.ts:14](https://gitlab.com/rxap/packages/-/blob/1a1dfaee7f5f25091f01e97dac74f87a80699213/packages/angular/layout/src/lib/sidenav/sidenav-header.directive.ts#L14)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
[**@rxap/layout v19.1.0-dev.
|
|
1
|
+
[**@rxap/layout v19.1.0-dev.1**](../README.md)
|
|
2
2
|
|
|
3
3
|
***
|
|
4
4
|
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
# Class: SidenavToggleButtonComponent
|
|
8
8
|
|
|
9
|
-
Defined in: [default-header/sidenav-toggle-button/sidenav-toggle-button.component.ts:21](https://gitlab.com/rxap/packages/-/blob/
|
|
9
|
+
Defined in: [default-header/sidenav-toggle-button/sidenav-toggle-button.component.ts:21](https://gitlab.com/rxap/packages/-/blob/1a1dfaee7f5f25091f01e97dac74f87a80699213/packages/angular/layout/src/lib/default-header/sidenav-toggle-button/sidenav-toggle-button.component.ts#L21)
|
|
10
10
|
|
|
11
11
|
## Constructors
|
|
12
12
|
|
|
@@ -20,11 +20,19 @@ Defined in: [default-header/sidenav-toggle-button/sidenav-toggle-button.componen
|
|
|
20
20
|
|
|
21
21
|
## Properties
|
|
22
22
|
|
|
23
|
+
### layoutComponentService
|
|
24
|
+
|
|
25
|
+
> `protected` `readonly` **layoutComponentService**: [`LayoutService`](LayoutService.md)
|
|
26
|
+
|
|
27
|
+
Defined in: [default-header/sidenav-toggle-button/sidenav-toggle-button.component.ts:23](https://gitlab.com/rxap/packages/-/blob/1a1dfaee7f5f25091f01e97dac74f87a80699213/packages/angular/layout/src/lib/default-header/sidenav-toggle-button/sidenav-toggle-button.component.ts#L23)
|
|
28
|
+
|
|
29
|
+
***
|
|
30
|
+
|
|
23
31
|
### opened
|
|
24
32
|
|
|
25
33
|
> `readonly` **opened**: `Signal`\<`boolean`\>
|
|
26
34
|
|
|
27
|
-
Defined in: [default-header/sidenav-toggle-button/sidenav-toggle-button.component.ts:25](https://gitlab.com/rxap/packages/-/blob/
|
|
35
|
+
Defined in: [default-header/sidenav-toggle-button/sidenav-toggle-button.component.ts:25](https://gitlab.com/rxap/packages/-/blob/1a1dfaee7f5f25091f01e97dac74f87a80699213/packages/angular/layout/src/lib/default-header/sidenav-toggle-button/sidenav-toggle-button.component.ts#L25)
|
|
28
36
|
|
|
29
37
|
## Methods
|
|
30
38
|
|
|
@@ -32,7 +40,7 @@ Defined in: [default-header/sidenav-toggle-button/sidenav-toggle-button.componen
|
|
|
32
40
|
|
|
33
41
|
> **toggle**(): `void`
|
|
34
42
|
|
|
35
|
-
Defined in: [default-header/sidenav-toggle-button/sidenav-toggle-button.component.ts:27](https://gitlab.com/rxap/packages/-/blob/
|
|
43
|
+
Defined in: [default-header/sidenav-toggle-button/sidenav-toggle-button.component.ts:27](https://gitlab.com/rxap/packages/-/blob/1a1dfaee7f5f25091f01e97dac74f87a80699213/packages/angular/layout/src/lib/default-header/sidenav-toggle-button/sidenav-toggle-button.component.ts#L27)
|
|
36
44
|
|
|
37
45
|
#### Returns
|
|
38
46
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
[**@rxap/layout v19.1.0-dev.
|
|
1
|
+
[**@rxap/layout v19.1.0-dev.1**](../README.md)
|
|
2
2
|
|
|
3
3
|
***
|
|
4
4
|
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
# Class: UserProfileIconComponent
|
|
8
8
|
|
|
9
|
-
Defined in: [default-header/user-profile-icon/user-profile-icon.component.ts:27](https://gitlab.com/rxap/packages/-/blob/
|
|
9
|
+
Defined in: [default-header/user-profile-icon/user-profile-icon.component.ts:27](https://gitlab.com/rxap/packages/-/blob/1a1dfaee7f5f25091f01e97dac74f87a80699213/packages/angular/layout/src/lib/default-header/user-profile-icon/user-profile-icon.component.ts#L27)
|
|
10
10
|
|
|
11
11
|
## Constructors
|
|
12
12
|
|
|
@@ -20,11 +20,27 @@ Defined in: [default-header/user-profile-icon/user-profile-icon.component.ts:27]
|
|
|
20
20
|
|
|
21
21
|
## Properties
|
|
22
22
|
|
|
23
|
+
### extractUsernameFromProfile
|
|
24
|
+
|
|
25
|
+
> `protected` `readonly` **extractUsernameFromProfile**: [`ExtractUsernameFromProfileFn`](../type-aliases/ExtractUsernameFromProfileFn.md)
|
|
26
|
+
|
|
27
|
+
Defined in: [default-header/user-profile-icon/user-profile-icon.component.ts:29](https://gitlab.com/rxap/packages/-/blob/1a1dfaee7f5f25091f01e97dac74f87a80699213/packages/angular/layout/src/lib/default-header/user-profile-icon/user-profile-icon.component.ts#L29)
|
|
28
|
+
|
|
29
|
+
***
|
|
30
|
+
|
|
23
31
|
### profile
|
|
24
32
|
|
|
25
33
|
> `readonly` **profile**: `InputSignal`\<`unknown`\>
|
|
26
34
|
|
|
27
|
-
Defined in: [default-header/user-profile-icon/user-profile-icon.component.ts:32](https://gitlab.com/rxap/packages/-/blob/
|
|
35
|
+
Defined in: [default-header/user-profile-icon/user-profile-icon.component.ts:32](https://gitlab.com/rxap/packages/-/blob/1a1dfaee7f5f25091f01e97dac74f87a80699213/packages/angular/layout/src/lib/default-header/user-profile-icon/user-profile-icon.component.ts#L32)
|
|
36
|
+
|
|
37
|
+
***
|
|
38
|
+
|
|
39
|
+
### pubSubService
|
|
40
|
+
|
|
41
|
+
> `protected` `readonly` **pubSubService**: `PubSubService`
|
|
42
|
+
|
|
43
|
+
Defined in: [default-header/user-profile-icon/user-profile-icon.component.ts:30](https://gitlab.com/rxap/packages/-/blob/1a1dfaee7f5f25091f01e97dac74f87a80699213/packages/angular/layout/src/lib/default-header/user-profile-icon/user-profile-icon.component.ts#L30)
|
|
28
44
|
|
|
29
45
|
***
|
|
30
46
|
|
|
@@ -32,7 +48,7 @@ Defined in: [default-header/user-profile-icon/user-profile-icon.component.ts:32]
|
|
|
32
48
|
|
|
33
49
|
> `readonly` **username**: `Signal`\<`null` \| `string`\>
|
|
34
50
|
|
|
35
|
-
Defined in: [default-header/user-profile-icon/user-profile-icon.component.ts:34](https://gitlab.com/rxap/packages/-/blob/
|
|
51
|
+
Defined in: [default-header/user-profile-icon/user-profile-icon.component.ts:34](https://gitlab.com/rxap/packages/-/blob/1a1dfaee7f5f25091f01e97dac74f87a80699213/packages/angular/layout/src/lib/default-header/user-profile-icon/user-profile-icon.component.ts#L34)
|
|
36
52
|
|
|
37
53
|
## Methods
|
|
38
54
|
|
|
@@ -40,7 +56,7 @@ Defined in: [default-header/user-profile-icon/user-profile-icon.component.ts:34]
|
|
|
40
56
|
|
|
41
57
|
> **logout**(): `void`
|
|
42
58
|
|
|
43
|
-
Defined in: [default-header/user-profile-icon/user-profile-icon.component.ts:42](https://gitlab.com/rxap/packages/-/blob/
|
|
59
|
+
Defined in: [default-header/user-profile-icon/user-profile-icon.component.ts:42](https://gitlab.com/rxap/packages/-/blob/1a1dfaee7f5f25091f01e97dac74f87a80699213/packages/angular/layout/src/lib/default-header/user-profile-icon/user-profile-icon.component.ts#L42)
|
|
44
60
|
|
|
45
61
|
#### Returns
|
|
46
62
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
[**@rxap/layout v19.1.0-dev.
|
|
1
|
+
[**@rxap/layout v19.1.0-dev.1**](../README.md)
|
|
2
2
|
|
|
3
3
|
***
|
|
4
4
|
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
|
|
9
9
|
> **IsNavigationDividerItem**(`item`): `item is NavigationDividerItem`
|
|
10
10
|
|
|
11
|
-
Defined in: [navigation/navigation-item.ts:22](https://gitlab.com/rxap/packages/-/blob/
|
|
11
|
+
Defined in: [navigation/navigation-item.ts:22](https://gitlab.com/rxap/packages/-/blob/1a1dfaee7f5f25091f01e97dac74f87a80699213/packages/angular/layout/src/lib/navigation/navigation-item.ts#L22)
|
|
12
12
|
|
|
13
13
|
## Parameters
|
|
14
14
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
[**@rxap/layout v19.1.0-dev.
|
|
1
|
+
[**@rxap/layout v19.1.0-dev.1**](../README.md)
|
|
2
2
|
|
|
3
3
|
***
|
|
4
4
|
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
|
|
9
9
|
> **IsNavigationInsertItem**(`item`): `item is NavigationInsertItem`
|
|
10
10
|
|
|
11
|
-
Defined in: [navigation/navigation-item.ts:32](https://gitlab.com/rxap/packages/-/blob/
|
|
11
|
+
Defined in: [navigation/navigation-item.ts:32](https://gitlab.com/rxap/packages/-/blob/1a1dfaee7f5f25091f01e97dac74f87a80699213/packages/angular/layout/src/lib/navigation/navigation-item.ts#L32)
|
|
12
12
|
|
|
13
13
|
## Parameters
|
|
14
14
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
[**@rxap/layout v19.1.0-dev.
|
|
1
|
+
[**@rxap/layout v19.1.0-dev.1**](../README.md)
|
|
2
2
|
|
|
3
3
|
***
|
|
4
4
|
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
|
|
9
9
|
> **IsNavigationItem**(`item`): `item is NavigationItem<Navigation>`
|
|
10
10
|
|
|
11
|
-
Defined in: [navigation/navigation-item.ts:56](https://gitlab.com/rxap/packages/-/blob/
|
|
11
|
+
Defined in: [navigation/navigation-item.ts:56](https://gitlab.com/rxap/packages/-/blob/1a1dfaee7f5f25091f01e97dac74f87a80699213/packages/angular/layout/src/lib/navigation/navigation-item.ts#L56)
|
|
12
12
|
|
|
13
13
|
## Parameters
|
|
14
14
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
[**@rxap/layout v19.1.0-dev.
|
|
1
|
+
[**@rxap/layout v19.1.0-dev.1**](../README.md)
|
|
2
2
|
|
|
3
3
|
***
|
|
4
4
|
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
|
|
9
9
|
> **provideExternalApps**(...`apps`): `Provider`[]
|
|
10
10
|
|
|
11
|
-
Defined in: [provide.ts:45](https://gitlab.com/rxap/packages/-/blob/
|
|
11
|
+
Defined in: [provide.ts:45](https://gitlab.com/rxap/packages/-/blob/1a1dfaee7f5f25091f01e97dac74f87a80699213/packages/angular/layout/src/lib/provide.ts#L45)
|
|
12
12
|
|
|
13
13
|
## Parameters
|
|
14
14
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
[**@rxap/layout v19.1.0-dev.
|
|
1
|
+
[**@rxap/layout v19.1.0-dev.1**](../README.md)
|
|
2
2
|
|
|
3
3
|
***
|
|
4
4
|
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
|
|
9
9
|
> **provideLayout**(...`additionalProviders`): `Provider`[]
|
|
10
10
|
|
|
11
|
-
Defined in: [provide.ts:34](https://gitlab.com/rxap/packages/-/blob/
|
|
11
|
+
Defined in: [provide.ts:34](https://gitlab.com/rxap/packages/-/blob/1a1dfaee7f5f25091f01e97dac74f87a80699213/packages/angular/layout/src/lib/provide.ts#L34)
|
|
12
12
|
|
|
13
13
|
## Parameters
|
|
14
14
|
|