@rxap/layout 19.0.4-dev.3 → 19.0.4-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 +6 -0
- package/compodoc/changelog.html +5 -0
- package/compodoc/dependencies.html +2 -2
- package/compodoc/js/search/search_index.js +2 -2
- package/compodoc/miscellaneous/functions.html +4 -4
- package/compodoc/properties.html +1 -1
- package/docs/documentation.json +324 -324
- package/docs/html/classes/AppsButtonComponent.html +4 -4
- package/docs/html/classes/BaseLayoutComponent.html +2 -2
- package/docs/html/classes/DefaultHeaderComponent.html +2 -2
- package/docs/html/classes/DefaultHeaderService.html +5 -5
- package/docs/html/classes/ExternalAppsService.html +2 -2
- package/docs/html/classes/FooterComponent.html +2 -2
- package/docs/html/classes/FooterDirective.html +3 -3
- package/docs/html/classes/FooterService.html +5 -5
- package/docs/html/classes/HeaderComponent.html +2 -2
- package/docs/html/classes/HeaderDirective.html +3 -3
- package/docs/html/classes/HeaderService.html +5 -5
- package/docs/html/classes/LayoutComponent.html +2 -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 +3 -3
- package/docs/html/classes/NavigationItemComponent.html +5 -5
- package/docs/html/classes/NavigationProgressBarComponent.html +2 -2
- package/docs/html/classes/NavigationService.html +3 -3
- package/docs/html/classes/ReleaseInfoComponent.html +2 -2
- package/docs/html/classes/SettingsButtonComponent.html +2 -2
- package/docs/html/classes/SidenavComponent.html +2 -2
- package/docs/html/classes/SidenavFooterDirective.html +2 -2
- package/docs/html/classes/SidenavHeaderDirective.html +2 -2
- package/docs/html/classes/SidenavToggleButtonComponent.html +2 -2
- package/docs/html/classes/UserProfileIconComponent.html +2 -2
- 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_NAVIGATION_CONFIG.html +1 -1
- package/docs/html/variables/RXAP_NAVIGATION_CONFIG_INSERTS.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 +7 -7
- package/docs/markdown/classes/BaseLayoutComponent.md +2 -2
- package/docs/markdown/classes/DefaultHeaderComponent.md +7 -7
- package/docs/markdown/classes/DefaultHeaderService.md +6 -6
- package/docs/markdown/classes/ExternalAppsService.md +18 -18
- package/docs/markdown/classes/FooterComponent.md +4 -4
- package/docs/markdown/classes/FooterDirective.md +4 -4
- package/docs/markdown/classes/FooterService.md +6 -6
- package/docs/markdown/classes/HeaderComponent.md +5 -5
- package/docs/markdown/classes/HeaderDirective.md +4 -4
- package/docs/markdown/classes/HeaderService.md +6 -6
- package/docs/markdown/classes/LayoutComponent.md +5 -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 +11 -11
- package/docs/markdown/classes/NavigationItemComponent.md +14 -14
- package/docs/markdown/classes/NavigationProgressBarComponent.md +4 -4
- package/docs/markdown/classes/NavigationService.md +12 -12
- package/docs/markdown/classes/ReleaseInfoComponent.md +5 -5
- package/docs/markdown/classes/SettingsButtonComponent.md +18 -18
- package/docs/markdown/classes/SidenavComponent.md +15 -15
- package/docs/markdown/classes/SidenavFooterDirective.md +4 -4
- package/docs/markdown/classes/SidenavHeaderDirective.md +4 -4
- package/docs/markdown/classes/SidenavToggleButtonComponent.md +4 -4
- package/docs/markdown/classes/UserProfileIconComponent.md +5 -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_NAVIGATION_CONFIG.md +2 -2
- package/docs/markdown/variables/RXAP_NAVIGATION_CONFIG_INSERTS.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 +6 -6
- package/docs/wiki/Class.BaseLayoutComponent.md +1 -1
- package/docs/wiki/Class.DefaultHeaderComponent.md +6 -6
- package/docs/wiki/Class.DefaultHeaderService.md +5 -5
- package/docs/wiki/Class.ExternalAppsService.md +17 -17
- package/docs/wiki/Class.FooterComponent.md +3 -3
- package/docs/wiki/Class.FooterDirective.md +3 -3
- package/docs/wiki/Class.FooterService.md +5 -5
- package/docs/wiki/Class.HeaderComponent.md +4 -4
- package/docs/wiki/Class.HeaderDirective.md +3 -3
- package/docs/wiki/Class.HeaderService.md +5 -5
- package/docs/wiki/Class.LayoutComponent.md +4 -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 +10 -10
- package/docs/wiki/Class.NavigationItemComponent.md +13 -13
- package/docs/wiki/Class.NavigationProgressBarComponent.md +3 -3
- package/docs/wiki/Class.NavigationService.md +11 -11
- package/docs/wiki/Class.ReleaseInfoComponent.md +4 -4
- package/docs/wiki/Class.SettingsButtonComponent.md +17 -17
- package/docs/wiki/Class.SidenavComponent.md +14 -14
- package/docs/wiki/Class.SidenavFooterDirective.md +3 -3
- package/docs/wiki/Class.SidenavHeaderDirective.md +3 -3
- package/docs/wiki/Class.SidenavToggleButtonComponent.md +3 -3
- package/docs/wiki/Class.UserProfileIconComponent.md +4 -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_NAVIGATION_CONFIG.md +1 -1
- package/docs/wiki/Variable.RXAP_NAVIGATION_CONFIG_INSERTS.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 +2 -0
- package/fesm2022/rxap-layout.mjs.map +1 -1
- package/package.json +6 -6
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
# Class: NavigationService
|
|
4
4
|
|
|
5
|
-
Defined in: [navigation.service.ts:36](https://gitlab.com/rxap/packages/-/blob/
|
|
5
|
+
Defined in: [navigation.service.ts:36](https://gitlab.com/rxap/packages/-/blob/fba2a4e1e91a6435186cb90b6951309de8ac94e8/packages/angular/layout/src/lib/navigation.service.ts#L36)
|
|
6
6
|
|
|
7
7
|
## Constructors
|
|
8
8
|
|
|
@@ -10,7 +10,7 @@ Defined in: [navigation.service.ts:36](https://gitlab.com/rxap/packages/-/blob/b
|
|
|
10
10
|
|
|
11
11
|
> **new NavigationService**(`navigation`, `inserts`): [`NavigationService`](../wiki/Class.NavigationService)
|
|
12
12
|
|
|
13
|
-
Defined in: [navigation.service.ts:47](https://gitlab.com/rxap/packages/-/blob/
|
|
13
|
+
Defined in: [navigation.service.ts:47](https://gitlab.com/rxap/packages/-/blob/fba2a4e1e91a6435186cb90b6951309de8ac94e8/packages/angular/layout/src/lib/navigation.service.ts#L47)
|
|
14
14
|
|
|
15
15
|
#### Parameters
|
|
16
16
|
|
|
@@ -32,7 +32,7 @@ Defined in: [navigation.service.ts:47](https://gitlab.com/rxap/packages/-/blob/b
|
|
|
32
32
|
|
|
33
33
|
> `readonly` **config$**: `Observable`\<[`Navigation`](../wiki/TypeAlias.Navigation)\>
|
|
34
34
|
|
|
35
|
-
Defined in: [navigation.service.ts:37](https://gitlab.com/rxap/packages/-/blob/
|
|
35
|
+
Defined in: [navigation.service.ts:37](https://gitlab.com/rxap/packages/-/blob/fba2a4e1e91a6435186cb90b6951309de8ac94e8/packages/angular/layout/src/lib/navigation.service.ts#L37)
|
|
36
36
|
|
|
37
37
|
## Methods
|
|
38
38
|
|
|
@@ -40,7 +40,7 @@ Defined in: [navigation.service.ts:37](https://gitlab.com/rxap/packages/-/blob/b
|
|
|
40
40
|
|
|
41
41
|
> **add**(`id`, `value`, `update`): `void`
|
|
42
42
|
|
|
43
|
-
Defined in: [navigation.service.ts:86](https://gitlab.com/rxap/packages/-/blob/
|
|
43
|
+
Defined in: [navigation.service.ts:86](https://gitlab.com/rxap/packages/-/blob/fba2a4e1e91a6435186cb90b6951309de8ac94e8/packages/angular/layout/src/lib/navigation.service.ts#L86)
|
|
44
44
|
|
|
45
45
|
#### Parameters
|
|
46
46
|
|
|
@@ -66,7 +66,7 @@ Defined in: [navigation.service.ts:86](https://gitlab.com/rxap/packages/-/blob/b
|
|
|
66
66
|
|
|
67
67
|
> **checkNavigationItemStatusProviders**(`navigationItem`): `Observable`\<`null` \| [`NavigationDividerItem`](../wiki/Interface.NavigationDividerItem) \| [`NavigationItem`](../wiki/Interface.NavigationItem)\<[`Navigation`](../wiki/TypeAlias.Navigation)\>\>
|
|
68
68
|
|
|
69
|
-
Defined in: [navigation.service.ts:120](https://gitlab.com/rxap/packages/-/blob/
|
|
69
|
+
Defined in: [navigation.service.ts:120](https://gitlab.com/rxap/packages/-/blob/fba2a4e1e91a6435186cb90b6951309de8ac94e8/packages/angular/layout/src/lib/navigation.service.ts#L120)
|
|
70
70
|
|
|
71
71
|
**`Internal`**
|
|
72
72
|
|
|
@@ -86,7 +86,7 @@ Defined in: [navigation.service.ts:120](https://gitlab.com/rxap/packages/-/blob/
|
|
|
86
86
|
|
|
87
87
|
> **checkNavigationStatusProviders**(`navigation`): `Observable`\<[`Navigation`](../wiki/TypeAlias.Navigation)\>
|
|
88
88
|
|
|
89
|
-
Defined in: [navigation.service.ts:172](https://gitlab.com/rxap/packages/-/blob/
|
|
89
|
+
Defined in: [navigation.service.ts:172](https://gitlab.com/rxap/packages/-/blob/fba2a4e1e91a6435186cb90b6951309de8ac94e8/packages/angular/layout/src/lib/navigation.service.ts#L172)
|
|
90
90
|
|
|
91
91
|
**`Internal`**
|
|
92
92
|
|
|
@@ -106,7 +106,7 @@ Defined in: [navigation.service.ts:172](https://gitlab.com/rxap/packages/-/blob/
|
|
|
106
106
|
|
|
107
107
|
> **get**(`id`): `undefined` \| [`NavigationWithInserts`](../wiki/TypeAlias.NavigationWithInserts)
|
|
108
108
|
|
|
109
|
-
Defined in: [navigation.service.ts:101](https://gitlab.com/rxap/packages/-/blob/
|
|
109
|
+
Defined in: [navigation.service.ts:101](https://gitlab.com/rxap/packages/-/blob/fba2a4e1e91a6435186cb90b6951309de8ac94e8/packages/angular/layout/src/lib/navigation.service.ts#L101)
|
|
110
110
|
|
|
111
111
|
#### Parameters
|
|
112
112
|
|
|
@@ -124,7 +124,7 @@ Defined in: [navigation.service.ts:101](https://gitlab.com/rxap/packages/-/blob/
|
|
|
124
124
|
|
|
125
125
|
> **has**(`id`): `boolean`
|
|
126
126
|
|
|
127
|
-
Defined in: [navigation.service.ts:97](https://gitlab.com/rxap/packages/-/blob/
|
|
127
|
+
Defined in: [navigation.service.ts:97](https://gitlab.com/rxap/packages/-/blob/fba2a4e1e91a6435186cb90b6951309de8ac94e8/packages/angular/layout/src/lib/navigation.service.ts#L97)
|
|
128
128
|
|
|
129
129
|
#### Parameters
|
|
130
130
|
|
|
@@ -142,7 +142,7 @@ Defined in: [navigation.service.ts:97](https://gitlab.com/rxap/packages/-/blob/b
|
|
|
142
142
|
|
|
143
143
|
> **insert**(`id`, `value`, `update`): `void`
|
|
144
144
|
|
|
145
|
-
Defined in: [navigation.service.ts:78](https://gitlab.com/rxap/packages/-/blob/
|
|
145
|
+
Defined in: [navigation.service.ts:78](https://gitlab.com/rxap/packages/-/blob/fba2a4e1e91a6435186cb90b6951309de8ac94e8/packages/angular/layout/src/lib/navigation.service.ts#L78)
|
|
146
146
|
|
|
147
147
|
#### Parameters
|
|
148
148
|
|
|
@@ -172,7 +172,7 @@ use add instead
|
|
|
172
172
|
|
|
173
173
|
> **remove**(`id`, `update`): `void`
|
|
174
174
|
|
|
175
|
-
Defined in: [navigation.service.ts:105](https://gitlab.com/rxap/packages/-/blob/
|
|
175
|
+
Defined in: [navigation.service.ts:105](https://gitlab.com/rxap/packages/-/blob/fba2a4e1e91a6435186cb90b6951309de8ac94e8/packages/angular/layout/src/lib/navigation.service.ts#L105)
|
|
176
176
|
|
|
177
177
|
#### Parameters
|
|
178
178
|
|
|
@@ -194,7 +194,7 @@ Defined in: [navigation.service.ts:105](https://gitlab.com/rxap/packages/-/blob/
|
|
|
194
194
|
|
|
195
195
|
> **updateNavigation**(): `void`
|
|
196
196
|
|
|
197
|
-
Defined in: [navigation.service.ts:112](https://gitlab.com/rxap/packages/-/blob/
|
|
197
|
+
Defined in: [navigation.service.ts:112](https://gitlab.com/rxap/packages/-/blob/fba2a4e1e91a6435186cb90b6951309de8ac94e8/packages/angular/layout/src/lib/navigation.service.ts#L112)
|
|
198
198
|
|
|
199
199
|
#### Returns
|
|
200
200
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
# Class: ReleaseInfoComponent
|
|
4
4
|
|
|
5
|
-
Defined in: [release-info/release-info.component.ts:25](https://gitlab.com/rxap/packages/-/blob/
|
|
5
|
+
Defined in: [release-info/release-info.component.ts:25](https://gitlab.com/rxap/packages/-/blob/fba2a4e1e91a6435186cb90b6951309de8ac94e8/packages/angular/layout/src/lib/release-info/release-info.component.ts#L25)
|
|
6
6
|
|
|
7
7
|
## Constructors
|
|
8
8
|
|
|
@@ -20,7 +20,7 @@ Defined in: [release-info/release-info.component.ts:25](https://gitlab.com/rxap/
|
|
|
20
20
|
|
|
21
21
|
> `readonly` **modules**: [`ReleaseInfoModule`](../wiki/Interface.ReleaseInfoModule)[]
|
|
22
22
|
|
|
23
|
-
Defined in: [release-info/release-info.component.ts:27](https://gitlab.com/rxap/packages/-/blob/
|
|
23
|
+
Defined in: [release-info/release-info.component.ts:27](https://gitlab.com/rxap/packages/-/blob/fba2a4e1e91a6435186cb90b6951309de8ac94e8/packages/angular/layout/src/lib/release-info/release-info.component.ts#L27)
|
|
24
24
|
|
|
25
25
|
***
|
|
26
26
|
|
|
@@ -28,7 +28,7 @@ Defined in: [release-info/release-info.component.ts:27](https://gitlab.com/rxap/
|
|
|
28
28
|
|
|
29
29
|
> `readonly` **release**: `string`
|
|
30
30
|
|
|
31
|
-
Defined in: [release-info/release-info.component.ts:28](https://gitlab.com/rxap/packages/-/blob/
|
|
31
|
+
Defined in: [release-info/release-info.component.ts:28](https://gitlab.com/rxap/packages/-/blob/fba2a4e1e91a6435186cb90b6951309de8ac94e8/packages/angular/layout/src/lib/release-info/release-info.component.ts#L28)
|
|
32
32
|
|
|
33
33
|
## Methods
|
|
34
34
|
|
|
@@ -36,7 +36,7 @@ Defined in: [release-info/release-info.component.ts:28](https://gitlab.com/rxap/
|
|
|
36
36
|
|
|
37
37
|
> **openEnvironmentInfo**(): `void`
|
|
38
38
|
|
|
39
|
-
Defined in: [release-info/release-info.component.ts:32](https://gitlab.com/rxap/packages/-/blob/
|
|
39
|
+
Defined in: [release-info/release-info.component.ts:32](https://gitlab.com/rxap/packages/-/blob/fba2a4e1e91a6435186cb90b6951309de8ac94e8/packages/angular/layout/src/lib/release-info/release-info.component.ts#L32)
|
|
40
40
|
|
|
41
41
|
#### Returns
|
|
42
42
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
# Class: SettingsButtonComponent
|
|
4
4
|
|
|
5
|
-
Defined in: [default-header/settings-button/settings-button.component.ts:55](https://gitlab.com/rxap/packages/-/blob/
|
|
5
|
+
Defined in: [default-header/settings-button/settings-button.component.ts:55](https://gitlab.com/rxap/packages/-/blob/fba2a4e1e91a6435186cb90b6951309de8ac94e8/packages/angular/layout/src/lib/default-header/settings-button/settings-button.component.ts#L55)
|
|
6
6
|
|
|
7
7
|
## Constructors
|
|
8
8
|
|
|
@@ -20,7 +20,7 @@ Defined in: [default-header/settings-button/settings-button.component.ts:55](htt
|
|
|
20
20
|
|
|
21
21
|
> `readonly` **availableThemes**: `null` \| `string`[]
|
|
22
22
|
|
|
23
|
-
Defined in: [default-header/settings-button/settings-button.component.ts:78](https://gitlab.com/rxap/packages/-/blob/
|
|
23
|
+
Defined in: [default-header/settings-button/settings-button.component.ts:78](https://gitlab.com/rxap/packages/-/blob/fba2a4e1e91a6435186cb90b6951309de8ac94e8/packages/angular/layout/src/lib/default-header/settings-button/settings-button.component.ts#L78)
|
|
24
24
|
|
|
25
25
|
***
|
|
26
26
|
|
|
@@ -28,7 +28,7 @@ Defined in: [default-header/settings-button/settings-button.component.ts:78](htt
|
|
|
28
28
|
|
|
29
29
|
> `readonly` **availableTypographies**: `null` \| `string`[]
|
|
30
30
|
|
|
31
|
-
Defined in: [default-header/settings-button/settings-button.component.ts:75](https://gitlab.com/rxap/packages/-/blob/
|
|
31
|
+
Defined in: [default-header/settings-button/settings-button.component.ts:75](https://gitlab.com/rxap/packages/-/blob/fba2a4e1e91a6435186cb90b6951309de8ac94e8/packages/angular/layout/src/lib/default-header/settings-button/settings-button.component.ts#L75)
|
|
32
32
|
|
|
33
33
|
***
|
|
34
34
|
|
|
@@ -36,7 +36,7 @@ Defined in: [default-header/settings-button/settings-button.component.ts:75](htt
|
|
|
36
36
|
|
|
37
37
|
> **customItemComponents**: `Signal`\<`ComponentPortal`\<`unknown`\>[]\>
|
|
38
38
|
|
|
39
|
-
Defined in: [default-header/settings-button/settings-button.component.ts:62](https://gitlab.com/rxap/packages/-/blob/
|
|
39
|
+
Defined in: [default-header/settings-button/settings-button.component.ts:62](https://gitlab.com/rxap/packages/-/blob/fba2a4e1e91a6435186cb90b6951309de8ac94e8/packages/angular/layout/src/lib/default-header/settings-button/settings-button.component.ts#L62)
|
|
40
40
|
|
|
41
41
|
***
|
|
42
42
|
|
|
@@ -44,7 +44,7 @@ Defined in: [default-header/settings-button/settings-button.component.ts:62](htt
|
|
|
44
44
|
|
|
45
45
|
> **customItems**: `WritableSignal`\<[`SettingsMenuItem`](../wiki/Interface.SettingsMenuItem)[]\>
|
|
46
46
|
|
|
47
|
-
Defined in: [default-header/settings-button/settings-button.component.ts:67](https://gitlab.com/rxap/packages/-/blob/
|
|
47
|
+
Defined in: [default-header/settings-button/settings-button.component.ts:67](https://gitlab.com/rxap/packages/-/blob/fba2a4e1e91a6435186cb90b6951309de8ac94e8/packages/angular/layout/src/lib/default-header/settings-button/settings-button.component.ts#L67)
|
|
48
48
|
|
|
49
49
|
***
|
|
50
50
|
|
|
@@ -52,7 +52,7 @@ Defined in: [default-header/settings-button/settings-button.component.ts:67](htt
|
|
|
52
52
|
|
|
53
53
|
> **isDevMode**: `boolean`
|
|
54
54
|
|
|
55
|
-
Defined in: [default-header/settings-button/settings-button.component.ts:57](https://gitlab.com/rxap/packages/-/blob/
|
|
55
|
+
Defined in: [default-header/settings-button/settings-button.component.ts:57](https://gitlab.com/rxap/packages/-/blob/fba2a4e1e91a6435186cb90b6951309de8ac94e8/packages/angular/layout/src/lib/default-header/settings-button/settings-button.component.ts#L57)
|
|
56
56
|
|
|
57
57
|
***
|
|
58
58
|
|
|
@@ -60,7 +60,7 @@ Defined in: [default-header/settings-button/settings-button.component.ts:57](htt
|
|
|
60
60
|
|
|
61
61
|
> `readonly` **theme**: `ThemeService`
|
|
62
62
|
|
|
63
|
-
Defined in: [default-header/settings-button/settings-button.component.ts:59](https://gitlab.com/rxap/packages/-/blob/
|
|
63
|
+
Defined in: [default-header/settings-button/settings-button.component.ts:59](https://gitlab.com/rxap/packages/-/blob/fba2a4e1e91a6435186cb90b6951309de8ac94e8/packages/angular/layout/src/lib/default-header/settings-button/settings-button.component.ts#L59)
|
|
64
64
|
|
|
65
65
|
## Methods
|
|
66
66
|
|
|
@@ -68,7 +68,7 @@ Defined in: [default-header/settings-button/settings-button.component.ts:59](htt
|
|
|
68
68
|
|
|
69
69
|
> **clickItem**(`item`): `void`
|
|
70
70
|
|
|
71
|
-
Defined in: [default-header/settings-button/settings-button.component.ts:117](https://gitlab.com/rxap/packages/-/blob/
|
|
71
|
+
Defined in: [default-header/settings-button/settings-button.component.ts:117](https://gitlab.com/rxap/packages/-/blob/fba2a4e1e91a6435186cb90b6951309de8ac94e8/packages/angular/layout/src/lib/default-header/settings-button/settings-button.component.ts#L117)
|
|
72
72
|
|
|
73
73
|
#### Parameters
|
|
74
74
|
|
|
@@ -86,7 +86,7 @@ Defined in: [default-header/settings-button/settings-button.component.ts:117](ht
|
|
|
86
86
|
|
|
87
87
|
> **previewDensity**(`density`): `void`
|
|
88
88
|
|
|
89
|
-
Defined in: [default-header/settings-button/settings-button.component.ts:81](https://gitlab.com/rxap/packages/-/blob/
|
|
89
|
+
Defined in: [default-header/settings-button/settings-button.component.ts:81](https://gitlab.com/rxap/packages/-/blob/fba2a4e1e91a6435186cb90b6951309de8ac94e8/packages/angular/layout/src/lib/default-header/settings-button/settings-button.component.ts#L81)
|
|
90
90
|
|
|
91
91
|
#### Parameters
|
|
92
92
|
|
|
@@ -104,7 +104,7 @@ Defined in: [default-header/settings-button/settings-button.component.ts:81](htt
|
|
|
104
104
|
|
|
105
105
|
> **previewTheme**(`theme`): `void`
|
|
106
106
|
|
|
107
|
-
Defined in: [default-header/settings-button/settings-button.component.ts:105](https://gitlab.com/rxap/packages/-/blob/
|
|
107
|
+
Defined in: [default-header/settings-button/settings-button.component.ts:105](https://gitlab.com/rxap/packages/-/blob/fba2a4e1e91a6435186cb90b6951309de8ac94e8/packages/angular/layout/src/lib/default-header/settings-button/settings-button.component.ts#L105)
|
|
108
108
|
|
|
109
109
|
#### Parameters
|
|
110
110
|
|
|
@@ -122,7 +122,7 @@ Defined in: [default-header/settings-button/settings-button.component.ts:105](ht
|
|
|
122
122
|
|
|
123
123
|
> **previewTypography**(`typography`): `void`
|
|
124
124
|
|
|
125
|
-
Defined in: [default-header/settings-button/settings-button.component.ts:93](https://gitlab.com/rxap/packages/-/blob/
|
|
125
|
+
Defined in: [default-header/settings-button/settings-button.component.ts:93](https://gitlab.com/rxap/packages/-/blob/fba2a4e1e91a6435186cb90b6951309de8ac94e8/packages/angular/layout/src/lib/default-header/settings-button/settings-button.component.ts#L93)
|
|
126
126
|
|
|
127
127
|
#### Parameters
|
|
128
128
|
|
|
@@ -140,7 +140,7 @@ Defined in: [default-header/settings-button/settings-button.component.ts:93](htt
|
|
|
140
140
|
|
|
141
141
|
> **restoreDensity**(): `void`
|
|
142
142
|
|
|
143
|
-
Defined in: [default-header/settings-button/settings-button.component.ts:85](https://gitlab.com/rxap/packages/-/blob/
|
|
143
|
+
Defined in: [default-header/settings-button/settings-button.component.ts:85](https://gitlab.com/rxap/packages/-/blob/fba2a4e1e91a6435186cb90b6951309de8ac94e8/packages/angular/layout/src/lib/default-header/settings-button/settings-button.component.ts#L85)
|
|
144
144
|
|
|
145
145
|
#### Returns
|
|
146
146
|
|
|
@@ -152,7 +152,7 @@ Defined in: [default-header/settings-button/settings-button.component.ts:85](htt
|
|
|
152
152
|
|
|
153
153
|
> **restoreTheme**(): `void`
|
|
154
154
|
|
|
155
|
-
Defined in: [default-header/settings-button/settings-button.component.ts:109](https://gitlab.com/rxap/packages/-/blob/
|
|
155
|
+
Defined in: [default-header/settings-button/settings-button.component.ts:109](https://gitlab.com/rxap/packages/-/blob/fba2a4e1e91a6435186cb90b6951309de8ac94e8/packages/angular/layout/src/lib/default-header/settings-button/settings-button.component.ts#L109)
|
|
156
156
|
|
|
157
157
|
#### Returns
|
|
158
158
|
|
|
@@ -164,7 +164,7 @@ Defined in: [default-header/settings-button/settings-button.component.ts:109](ht
|
|
|
164
164
|
|
|
165
165
|
> **restoreTypography**(): `void`
|
|
166
166
|
|
|
167
|
-
Defined in: [default-header/settings-button/settings-button.component.ts:97](https://gitlab.com/rxap/packages/-/blob/
|
|
167
|
+
Defined in: [default-header/settings-button/settings-button.component.ts:97](https://gitlab.com/rxap/packages/-/blob/fba2a4e1e91a6435186cb90b6951309de8ac94e8/packages/angular/layout/src/lib/default-header/settings-button/settings-button.component.ts#L97)
|
|
168
168
|
|
|
169
169
|
#### Returns
|
|
170
170
|
|
|
@@ -176,7 +176,7 @@ Defined in: [default-header/settings-button/settings-button.component.ts:97](htt
|
|
|
176
176
|
|
|
177
177
|
> **setDensity**(`density`): `void`
|
|
178
178
|
|
|
179
|
-
Defined in: [default-header/settings-button/settings-button.component.ts:89](https://gitlab.com/rxap/packages/-/blob/
|
|
179
|
+
Defined in: [default-header/settings-button/settings-button.component.ts:89](https://gitlab.com/rxap/packages/-/blob/fba2a4e1e91a6435186cb90b6951309de8ac94e8/packages/angular/layout/src/lib/default-header/settings-button/settings-button.component.ts#L89)
|
|
180
180
|
|
|
181
181
|
#### Parameters
|
|
182
182
|
|
|
@@ -194,7 +194,7 @@ Defined in: [default-header/settings-button/settings-button.component.ts:89](htt
|
|
|
194
194
|
|
|
195
195
|
> **setTheme**(`theme`): `void`
|
|
196
196
|
|
|
197
|
-
Defined in: [default-header/settings-button/settings-button.component.ts:113](https://gitlab.com/rxap/packages/-/blob/
|
|
197
|
+
Defined in: [default-header/settings-button/settings-button.component.ts:113](https://gitlab.com/rxap/packages/-/blob/fba2a4e1e91a6435186cb90b6951309de8ac94e8/packages/angular/layout/src/lib/default-header/settings-button/settings-button.component.ts#L113)
|
|
198
198
|
|
|
199
199
|
#### Parameters
|
|
200
200
|
|
|
@@ -212,7 +212,7 @@ Defined in: [default-header/settings-button/settings-button.component.ts:113](ht
|
|
|
212
212
|
|
|
213
213
|
> **setTypography**(`typography`): `void`
|
|
214
214
|
|
|
215
|
-
Defined in: [default-header/settings-button/settings-button.component.ts:101](https://gitlab.com/rxap/packages/-/blob/
|
|
215
|
+
Defined in: [default-header/settings-button/settings-button.component.ts:101](https://gitlab.com/rxap/packages/-/blob/fba2a4e1e91a6435186cb90b6951309de8ac94e8/packages/angular/layout/src/lib/default-header/settings-button/settings-button.component.ts#L101)
|
|
216
216
|
|
|
217
217
|
#### Parameters
|
|
218
218
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
# Class: SidenavComponent
|
|
4
4
|
|
|
5
|
-
Defined in: [sidenav/sidenav.component.ts:55](https://gitlab.com/rxap/packages/-/blob/
|
|
5
|
+
Defined in: [sidenav/sidenav.component.ts:55](https://gitlab.com/rxap/packages/-/blob/fba2a4e1e91a6435186cb90b6951309de8ac94e8/packages/angular/layout/src/lib/sidenav/sidenav.component.ts#L55)
|
|
6
6
|
|
|
7
7
|
## Constructors
|
|
8
8
|
|
|
@@ -20,7 +20,7 @@ Defined in: [sidenav/sidenav.component.ts:55](https://gitlab.com/rxap/packages/-
|
|
|
20
20
|
|
|
21
21
|
> `readonly` **collapsable**: `Signal`\<`boolean`\>
|
|
22
22
|
|
|
23
|
-
Defined in: [sidenav/sidenav.component.ts:68](https://gitlab.com/rxap/packages/-/blob/
|
|
23
|
+
Defined in: [sidenav/sidenav.component.ts:68](https://gitlab.com/rxap/packages/-/blob/fba2a4e1e91a6435186cb90b6951309de8ac94e8/packages/angular/layout/src/lib/sidenav/sidenav.component.ts#L68)
|
|
24
24
|
|
|
25
25
|
***
|
|
26
26
|
|
|
@@ -28,7 +28,7 @@ Defined in: [sidenav/sidenav.component.ts:68](https://gitlab.com/rxap/packages/-
|
|
|
28
28
|
|
|
29
29
|
> `readonly` **collapsed**: `Signal`\<`boolean`\>
|
|
30
30
|
|
|
31
|
-
Defined in: [sidenav/sidenav.component.ts:67](https://gitlab.com/rxap/packages/-/blob/
|
|
31
|
+
Defined in: [sidenav/sidenav.component.ts:67](https://gitlab.com/rxap/packages/-/blob/fba2a4e1e91a6435186cb90b6951309de8ac94e8/packages/angular/layout/src/lib/sidenav/sidenav.component.ts#L67)
|
|
32
32
|
|
|
33
33
|
***
|
|
34
34
|
|
|
@@ -36,7 +36,7 @@ Defined in: [sidenav/sidenav.component.ts:67](https://gitlab.com/rxap/packages/-
|
|
|
36
36
|
|
|
37
37
|
> `readonly` **fixedBottomGap**: `Signal`\<`number`\>
|
|
38
38
|
|
|
39
|
-
Defined in: [sidenav/sidenav.component.ts:63](https://gitlab.com/rxap/packages/-/blob/
|
|
39
|
+
Defined in: [sidenav/sidenav.component.ts:63](https://gitlab.com/rxap/packages/-/blob/fba2a4e1e91a6435186cb90b6951309de8ac94e8/packages/angular/layout/src/lib/sidenav/sidenav.component.ts#L63)
|
|
40
40
|
|
|
41
41
|
***
|
|
42
42
|
|
|
@@ -44,7 +44,7 @@ Defined in: [sidenav/sidenav.component.ts:63](https://gitlab.com/rxap/packages/-
|
|
|
44
44
|
|
|
45
45
|
> `readonly` **fixedInViewport**: `Signal`\<`boolean`\>
|
|
46
46
|
|
|
47
|
-
Defined in: [sidenav/sidenav.component.ts:65](https://gitlab.com/rxap/packages/-/blob/
|
|
47
|
+
Defined in: [sidenav/sidenav.component.ts:65](https://gitlab.com/rxap/packages/-/blob/fba2a4e1e91a6435186cb90b6951309de8ac94e8/packages/angular/layout/src/lib/sidenav/sidenav.component.ts#L65)
|
|
48
48
|
|
|
49
49
|
***
|
|
50
50
|
|
|
@@ -52,7 +52,7 @@ Defined in: [sidenav/sidenav.component.ts:65](https://gitlab.com/rxap/packages/-
|
|
|
52
52
|
|
|
53
53
|
> `readonly` **fixedTopGap**: `Signal`\<`number`\>
|
|
54
54
|
|
|
55
|
-
Defined in: [sidenav/sidenav.component.ts:64](https://gitlab.com/rxap/packages/-/blob/
|
|
55
|
+
Defined in: [sidenav/sidenav.component.ts:64](https://gitlab.com/rxap/packages/-/blob/fba2a4e1e91a6435186cb90b6951309de8ac94e8/packages/angular/layout/src/lib/sidenav/sidenav.component.ts#L64)
|
|
56
56
|
|
|
57
57
|
***
|
|
58
58
|
|
|
@@ -60,7 +60,7 @@ Defined in: [sidenav/sidenav.component.ts:64](https://gitlab.com/rxap/packages/-
|
|
|
60
60
|
|
|
61
61
|
> `readonly` **opened**: `Signal`\<`boolean`\>
|
|
62
62
|
|
|
63
|
-
Defined in: [sidenav/sidenav.component.ts:69](https://gitlab.com/rxap/packages/-/blob/
|
|
63
|
+
Defined in: [sidenav/sidenav.component.ts:69](https://gitlab.com/rxap/packages/-/blob/fba2a4e1e91a6435186cb90b6951309de8ac94e8/packages/angular/layout/src/lib/sidenav/sidenav.component.ts#L69)
|
|
64
64
|
|
|
65
65
|
***
|
|
66
66
|
|
|
@@ -68,7 +68,7 @@ Defined in: [sidenav/sidenav.component.ts:69](https://gitlab.com/rxap/packages/-
|
|
|
68
68
|
|
|
69
69
|
> `readonly` **pinned**: `Signal`\<`boolean`\>
|
|
70
70
|
|
|
71
|
-
Defined in: [sidenav/sidenav.component.ts:66](https://gitlab.com/rxap/packages/-/blob/
|
|
71
|
+
Defined in: [sidenav/sidenav.component.ts:66](https://gitlab.com/rxap/packages/-/blob/fba2a4e1e91a6435186cb90b6951309de8ac94e8/packages/angular/layout/src/lib/sidenav/sidenav.component.ts#L66)
|
|
72
72
|
|
|
73
73
|
***
|
|
74
74
|
|
|
@@ -76,7 +76,7 @@ Defined in: [sidenav/sidenav.component.ts:66](https://gitlab.com/rxap/packages/-
|
|
|
76
76
|
|
|
77
77
|
> `readonly` **sidenavFooterDirective**: `Signal`\<`undefined` \| [`SidenavFooterDirective`](../wiki/Class.SidenavFooterDirective)\>
|
|
78
78
|
|
|
79
|
-
Defined in: [sidenav/sidenav.component.ts:70](https://gitlab.com/rxap/packages/-/blob/
|
|
79
|
+
Defined in: [sidenav/sidenav.component.ts:70](https://gitlab.com/rxap/packages/-/blob/fba2a4e1e91a6435186cb90b6951309de8ac94e8/packages/angular/layout/src/lib/sidenav/sidenav.component.ts#L70)
|
|
80
80
|
|
|
81
81
|
***
|
|
82
82
|
|
|
@@ -84,7 +84,7 @@ Defined in: [sidenav/sidenav.component.ts:70](https://gitlab.com/rxap/packages/-
|
|
|
84
84
|
|
|
85
85
|
> `readonly` **sidenavHeaderDirective**: `Signal`\<`undefined` \| [`SidenavHeaderDirective`](../wiki/Class.SidenavHeaderDirective)\>
|
|
86
86
|
|
|
87
|
-
Defined in: [sidenav/sidenav.component.ts:71](https://gitlab.com/rxap/packages/-/blob/
|
|
87
|
+
Defined in: [sidenav/sidenav.component.ts:71](https://gitlab.com/rxap/packages/-/blob/fba2a4e1e91a6435186cb90b6951309de8ac94e8/packages/angular/layout/src/lib/sidenav/sidenav.component.ts#L71)
|
|
88
88
|
|
|
89
89
|
***
|
|
90
90
|
|
|
@@ -92,7 +92,7 @@ Defined in: [sidenav/sidenav.component.ts:71](https://gitlab.com/rxap/packages/-
|
|
|
92
92
|
|
|
93
93
|
> `readonly` **sidenavMode**: `Signal`\<`MatDrawerMode`\>
|
|
94
94
|
|
|
95
|
-
Defined in: [sidenav/sidenav.component.ts:62](https://gitlab.com/rxap/packages/-/blob/
|
|
95
|
+
Defined in: [sidenav/sidenav.component.ts:62](https://gitlab.com/rxap/packages/-/blob/fba2a4e1e91a6435186cb90b6951309de8ac94e8/packages/angular/layout/src/lib/sidenav/sidenav.component.ts#L62)
|
|
96
96
|
|
|
97
97
|
## Methods
|
|
98
98
|
|
|
@@ -100,7 +100,7 @@ Defined in: [sidenav/sidenav.component.ts:62](https://gitlab.com/rxap/packages/-
|
|
|
100
100
|
|
|
101
101
|
> **closeSidenav**(): `Promise`\<`void`\>
|
|
102
102
|
|
|
103
|
-
Defined in: [sidenav/sidenav.component.ts:82](https://gitlab.com/rxap/packages/-/blob/
|
|
103
|
+
Defined in: [sidenav/sidenav.component.ts:82](https://gitlab.com/rxap/packages/-/blob/fba2a4e1e91a6435186cb90b6951309de8ac94e8/packages/angular/layout/src/lib/sidenav/sidenav.component.ts#L82)
|
|
104
104
|
|
|
105
105
|
#### Returns
|
|
106
106
|
|
|
@@ -112,7 +112,7 @@ Defined in: [sidenav/sidenav.component.ts:82](https://gitlab.com/rxap/packages/-
|
|
|
112
112
|
|
|
113
113
|
> **openSidenav**(): `Promise`\<`void`\>
|
|
114
114
|
|
|
115
|
-
Defined in: [sidenav/sidenav.component.ts:77](https://gitlab.com/rxap/packages/-/blob/
|
|
115
|
+
Defined in: [sidenav/sidenav.component.ts:77](https://gitlab.com/rxap/packages/-/blob/fba2a4e1e91a6435186cb90b6951309de8ac94e8/packages/angular/layout/src/lib/sidenav/sidenav.component.ts#L77)
|
|
116
116
|
|
|
117
117
|
#### Returns
|
|
118
118
|
|
|
@@ -124,7 +124,7 @@ Defined in: [sidenav/sidenav.component.ts:77](https://gitlab.com/rxap/packages/-
|
|
|
124
124
|
|
|
125
125
|
> **togglePinned**(): `void`
|
|
126
126
|
|
|
127
|
-
Defined in: [sidenav/sidenav.component.ts:73](https://gitlab.com/rxap/packages/-/blob/
|
|
127
|
+
Defined in: [sidenav/sidenav.component.ts:73](https://gitlab.com/rxap/packages/-/blob/fba2a4e1e91a6435186cb90b6951309de8ac94e8/packages/angular/layout/src/lib/sidenav/sidenav.component.ts#L73)
|
|
128
128
|
|
|
129
129
|
#### Returns
|
|
130
130
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
# Class: SidenavFooterDirective
|
|
4
4
|
|
|
5
|
-
Defined in: [sidenav/sidenav-footer.directive.ts:11](https://gitlab.com/rxap/packages/-/blob/
|
|
5
|
+
Defined in: [sidenav/sidenav-footer.directive.ts:11](https://gitlab.com/rxap/packages/-/blob/fba2a4e1e91a6435186cb90b6951309de8ac94e8/packages/angular/layout/src/lib/sidenav/sidenav-footer.directive.ts#L11)
|
|
6
6
|
|
|
7
7
|
## Constructors
|
|
8
8
|
|
|
@@ -10,7 +10,7 @@ Defined in: [sidenav/sidenav-footer.directive.ts:11](https://gitlab.com/rxap/pac
|
|
|
10
10
|
|
|
11
11
|
> **new SidenavFooterDirective**(`template`): [`SidenavFooterDirective`](../wiki/Class.SidenavFooterDirective)
|
|
12
12
|
|
|
13
|
-
Defined in: [sidenav/sidenav-footer.directive.ts:12](https://gitlab.com/rxap/packages/-/blob/
|
|
13
|
+
Defined in: [sidenav/sidenav-footer.directive.ts:12](https://gitlab.com/rxap/packages/-/blob/fba2a4e1e91a6435186cb90b6951309de8ac94e8/packages/angular/layout/src/lib/sidenav/sidenav-footer.directive.ts#L12)
|
|
14
14
|
|
|
15
15
|
#### Parameters
|
|
16
16
|
|
|
@@ -28,4 +28,4 @@ Defined in: [sidenav/sidenav-footer.directive.ts:12](https://gitlab.com/rxap/pac
|
|
|
28
28
|
|
|
29
29
|
> `readonly` **template**: `TemplateRef`\<`void`\>
|
|
30
30
|
|
|
31
|
-
Defined in: [sidenav/sidenav-footer.directive.ts:14](https://gitlab.com/rxap/packages/-/blob/
|
|
31
|
+
Defined in: [sidenav/sidenav-footer.directive.ts:14](https://gitlab.com/rxap/packages/-/blob/fba2a4e1e91a6435186cb90b6951309de8ac94e8/packages/angular/layout/src/lib/sidenav/sidenav-footer.directive.ts#L14)
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
# Class: SidenavHeaderDirective
|
|
4
4
|
|
|
5
|
-
Defined in: [sidenav/sidenav-header.directive.ts:11](https://gitlab.com/rxap/packages/-/blob/
|
|
5
|
+
Defined in: [sidenav/sidenav-header.directive.ts:11](https://gitlab.com/rxap/packages/-/blob/fba2a4e1e91a6435186cb90b6951309de8ac94e8/packages/angular/layout/src/lib/sidenav/sidenav-header.directive.ts#L11)
|
|
6
6
|
|
|
7
7
|
## Constructors
|
|
8
8
|
|
|
@@ -10,7 +10,7 @@ Defined in: [sidenav/sidenav-header.directive.ts:11](https://gitlab.com/rxap/pac
|
|
|
10
10
|
|
|
11
11
|
> **new SidenavHeaderDirective**(`template`): [`SidenavHeaderDirective`](../wiki/Class.SidenavHeaderDirective)
|
|
12
12
|
|
|
13
|
-
Defined in: [sidenav/sidenav-header.directive.ts:12](https://gitlab.com/rxap/packages/-/blob/
|
|
13
|
+
Defined in: [sidenav/sidenav-header.directive.ts:12](https://gitlab.com/rxap/packages/-/blob/fba2a4e1e91a6435186cb90b6951309de8ac94e8/packages/angular/layout/src/lib/sidenav/sidenav-header.directive.ts#L12)
|
|
14
14
|
|
|
15
15
|
#### Parameters
|
|
16
16
|
|
|
@@ -28,4 +28,4 @@ Defined in: [sidenav/sidenav-header.directive.ts:12](https://gitlab.com/rxap/pac
|
|
|
28
28
|
|
|
29
29
|
> `readonly` **template**: `TemplateRef`\<`void`\>
|
|
30
30
|
|
|
31
|
-
Defined in: [sidenav/sidenav-header.directive.ts:14](https://gitlab.com/rxap/packages/-/blob/
|
|
31
|
+
Defined in: [sidenav/sidenav-header.directive.ts:14](https://gitlab.com/rxap/packages/-/blob/fba2a4e1e91a6435186cb90b6951309de8ac94e8/packages/angular/layout/src/lib/sidenav/sidenav-header.directive.ts#L14)
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
# Class: SidenavToggleButtonComponent
|
|
4
4
|
|
|
5
|
-
Defined in: [default-header/sidenav-toggle-button/sidenav-toggle-button.component.ts:21](https://gitlab.com/rxap/packages/-/blob/
|
|
5
|
+
Defined in: [default-header/sidenav-toggle-button/sidenav-toggle-button.component.ts:21](https://gitlab.com/rxap/packages/-/blob/fba2a4e1e91a6435186cb90b6951309de8ac94e8/packages/angular/layout/src/lib/default-header/sidenav-toggle-button/sidenav-toggle-button.component.ts#L21)
|
|
6
6
|
|
|
7
7
|
## Constructors
|
|
8
8
|
|
|
@@ -20,7 +20,7 @@ Defined in: [default-header/sidenav-toggle-button/sidenav-toggle-button.componen
|
|
|
20
20
|
|
|
21
21
|
> `readonly` **opened**: `Signal`\<`boolean`\>
|
|
22
22
|
|
|
23
|
-
Defined in: [default-header/sidenav-toggle-button/sidenav-toggle-button.component.ts:25](https://gitlab.com/rxap/packages/-/blob/
|
|
23
|
+
Defined in: [default-header/sidenav-toggle-button/sidenav-toggle-button.component.ts:25](https://gitlab.com/rxap/packages/-/blob/fba2a4e1e91a6435186cb90b6951309de8ac94e8/packages/angular/layout/src/lib/default-header/sidenav-toggle-button/sidenav-toggle-button.component.ts#L25)
|
|
24
24
|
|
|
25
25
|
## Methods
|
|
26
26
|
|
|
@@ -28,7 +28,7 @@ Defined in: [default-header/sidenav-toggle-button/sidenav-toggle-button.componen
|
|
|
28
28
|
|
|
29
29
|
> **toggle**(): `void`
|
|
30
30
|
|
|
31
|
-
Defined in: [default-header/sidenav-toggle-button/sidenav-toggle-button.component.ts:27](https://gitlab.com/rxap/packages/-/blob/
|
|
31
|
+
Defined in: [default-header/sidenav-toggle-button/sidenav-toggle-button.component.ts:27](https://gitlab.com/rxap/packages/-/blob/fba2a4e1e91a6435186cb90b6951309de8ac94e8/packages/angular/layout/src/lib/default-header/sidenav-toggle-button/sidenav-toggle-button.component.ts#L27)
|
|
32
32
|
|
|
33
33
|
#### Returns
|
|
34
34
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
# Class: UserProfileIconComponent
|
|
4
4
|
|
|
5
|
-
Defined in: [default-header/user-profile-icon/user-profile-icon.component.ts:27](https://gitlab.com/rxap/packages/-/blob/
|
|
5
|
+
Defined in: [default-header/user-profile-icon/user-profile-icon.component.ts:27](https://gitlab.com/rxap/packages/-/blob/fba2a4e1e91a6435186cb90b6951309de8ac94e8/packages/angular/layout/src/lib/default-header/user-profile-icon/user-profile-icon.component.ts#L27)
|
|
6
6
|
|
|
7
7
|
## Constructors
|
|
8
8
|
|
|
@@ -20,7 +20,7 @@ Defined in: [default-header/user-profile-icon/user-profile-icon.component.ts:27]
|
|
|
20
20
|
|
|
21
21
|
> `readonly` **profile**: `InputSignal`\<`unknown`\>
|
|
22
22
|
|
|
23
|
-
Defined in: [default-header/user-profile-icon/user-profile-icon.component.ts:32](https://gitlab.com/rxap/packages/-/blob/
|
|
23
|
+
Defined in: [default-header/user-profile-icon/user-profile-icon.component.ts:32](https://gitlab.com/rxap/packages/-/blob/fba2a4e1e91a6435186cb90b6951309de8ac94e8/packages/angular/layout/src/lib/default-header/user-profile-icon/user-profile-icon.component.ts#L32)
|
|
24
24
|
|
|
25
25
|
***
|
|
26
26
|
|
|
@@ -28,7 +28,7 @@ Defined in: [default-header/user-profile-icon/user-profile-icon.component.ts:32]
|
|
|
28
28
|
|
|
29
29
|
> `readonly` **username**: `Signal`\<`null` \| `string`\>
|
|
30
30
|
|
|
31
|
-
Defined in: [default-header/user-profile-icon/user-profile-icon.component.ts:34](https://gitlab.com/rxap/packages/-/blob/
|
|
31
|
+
Defined in: [default-header/user-profile-icon/user-profile-icon.component.ts:34](https://gitlab.com/rxap/packages/-/blob/fba2a4e1e91a6435186cb90b6951309de8ac94e8/packages/angular/layout/src/lib/default-header/user-profile-icon/user-profile-icon.component.ts#L34)
|
|
32
32
|
|
|
33
33
|
## Methods
|
|
34
34
|
|
|
@@ -36,7 +36,7 @@ Defined in: [default-header/user-profile-icon/user-profile-icon.component.ts:34]
|
|
|
36
36
|
|
|
37
37
|
> **logout**(): `void`
|
|
38
38
|
|
|
39
|
-
Defined in: [default-header/user-profile-icon/user-profile-icon.component.ts:42](https://gitlab.com/rxap/packages/-/blob/
|
|
39
|
+
Defined in: [default-header/user-profile-icon/user-profile-icon.component.ts:42](https://gitlab.com/rxap/packages/-/blob/fba2a4e1e91a6435186cb90b6951309de8ac94e8/packages/angular/layout/src/lib/default-header/user-profile-icon/user-profile-icon.component.ts#L42)
|
|
40
40
|
|
|
41
41
|
#### Returns
|
|
42
42
|
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
> **IsNavigationDividerItem**(`item`): `item is NavigationDividerItem`
|
|
6
6
|
|
|
7
|
-
Defined in: [navigation/navigation-item.ts:22](https://gitlab.com/rxap/packages/-/blob/
|
|
7
|
+
Defined in: [navigation/navigation-item.ts:22](https://gitlab.com/rxap/packages/-/blob/fba2a4e1e91a6435186cb90b6951309de8ac94e8/packages/angular/layout/src/lib/navigation/navigation-item.ts#L22)
|
|
8
8
|
|
|
9
9
|
## Parameters
|
|
10
10
|
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
> **IsNavigationInsertItem**(`item`): `item is NavigationInsertItem`
|
|
6
6
|
|
|
7
|
-
Defined in: [navigation/navigation-item.ts:32](https://gitlab.com/rxap/packages/-/blob/
|
|
7
|
+
Defined in: [navigation/navigation-item.ts:32](https://gitlab.com/rxap/packages/-/blob/fba2a4e1e91a6435186cb90b6951309de8ac94e8/packages/angular/layout/src/lib/navigation/navigation-item.ts#L32)
|
|
8
8
|
|
|
9
9
|
## Parameters
|
|
10
10
|
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
> **IsNavigationItem**(`item`): `item is NavigationItem<Navigation>`
|
|
6
6
|
|
|
7
|
-
Defined in: [navigation/navigation-item.ts:56](https://gitlab.com/rxap/packages/-/blob/
|
|
7
|
+
Defined in: [navigation/navigation-item.ts:56](https://gitlab.com/rxap/packages/-/blob/fba2a4e1e91a6435186cb90b6951309de8ac94e8/packages/angular/layout/src/lib/navigation/navigation-item.ts#L56)
|
|
8
8
|
|
|
9
9
|
## Parameters
|
|
10
10
|
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
> **provideExternalApps**(...`apps`): `Provider`[]
|
|
6
6
|
|
|
7
|
-
Defined in: [provide.ts:45](https://gitlab.com/rxap/packages/-/blob/
|
|
7
|
+
Defined in: [provide.ts:45](https://gitlab.com/rxap/packages/-/blob/fba2a4e1e91a6435186cb90b6951309de8ac94e8/packages/angular/layout/src/lib/provide.ts#L45)
|
|
8
8
|
|
|
9
9
|
## Parameters
|
|
10
10
|
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
> **provideLayout**(...`additionalProviders`): `Provider`[]
|
|
6
6
|
|
|
7
|
-
Defined in: [provide.ts:34](https://gitlab.com/rxap/packages/-/blob/
|
|
7
|
+
Defined in: [provide.ts:34](https://gitlab.com/rxap/packages/-/blob/fba2a4e1e91a6435186cb90b6951309de8ac94e8/packages/angular/layout/src/lib/provide.ts#L34)
|
|
8
8
|
|
|
9
9
|
## Parameters
|
|
10
10
|
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
> **withDefaultHeaderComponent**(): `Provider`
|
|
6
6
|
|
|
7
|
-
Defined in: [provide.ts:
|
|
7
|
+
Defined in: [provide.ts:133](https://gitlab.com/rxap/packages/-/blob/fba2a4e1e91a6435186cb90b6951309de8ac94e8/packages/angular/layout/src/lib/provide.ts#L133)
|
|
8
8
|
|
|
9
9
|
## Returns
|
|
10
10
|
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
> **withDefaultHeaderItems**(...`items`): `Provider`[]
|
|
6
6
|
|
|
7
|
-
Defined in: [provide.ts:96](https://gitlab.com/rxap/packages/-/blob/
|
|
7
|
+
Defined in: [provide.ts:96](https://gitlab.com/rxap/packages/-/blob/fba2a4e1e91a6435186cb90b6951309de8ac94e8/packages/angular/layout/src/lib/provide.ts#L96)
|
|
8
8
|
|
|
9
9
|
## Parameters
|
|
10
10
|
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
> **withFooterComponents**(`components`): `Provider`[]
|
|
6
6
|
|
|
7
|
-
Defined in: [provide.ts:
|
|
7
|
+
Defined in: [provide.ts:124](https://gitlab.com/rxap/packages/-/blob/fba2a4e1e91a6435186cb90b6951309de8ac94e8/packages/angular/layout/src/lib/provide.ts#L124)
|
|
8
8
|
|
|
9
9
|
## Parameters
|
|
10
10
|
|