@rxap/layout 18.0.3-dev.1 → 18.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 +18 -0
- package/README.md +267 -1
- package/compodoc/changelog.html +16 -0
- package/compodoc/components/AppsButtonComponent.html +197 -153
- package/compodoc/components/BaseLayoutComponent.html +351 -0
- package/compodoc/components/DefaultHeaderComponent.html +545 -0
- package/compodoc/components/FooterComponent.html +58 -79
- package/compodoc/components/HeaderComponent.html +49 -294
- package/compodoc/components/LanguageSelectorComponent.html +6 -54
- package/compodoc/components/LayoutComponent.html +69 -464
- package/compodoc/components/MinimalLayoutComponent.html +349 -0
- package/compodoc/components/NavigationComponent.html +116 -312
- package/compodoc/components/NavigationItemComponent.html +130 -361
- package/compodoc/components/NavigationProgressBarComponent.html +41 -107
- package/compodoc/components/ReleaseInfoComponent.html +536 -0
- package/compodoc/components/SettingsButtonComponent.html +186 -225
- package/compodoc/components/SidenavComponent.html +566 -142
- package/compodoc/components/SidenavToggleButtonComponent.html +71 -91
- package/compodoc/components/SignOutComponent.html +7 -60
- package/compodoc/components/UserProfileIconComponent.html +97 -161
- package/compodoc/dependencies.html +9 -25
- package/compodoc/directives/FooterDirective-1.html +293 -0
- package/compodoc/directives/FooterDirective.html +8 -86
- package/compodoc/directives/HeaderDirective.html +293 -0
- package/compodoc/index.html +177 -2
- package/compodoc/injectables/ExternalAppsService.html +1311 -0
- package/compodoc/injectables/FooterService.html +573 -0
- package/compodoc/injectables/HeaderService.html +576 -0
- package/compodoc/injectables/LayoutService.html +899 -0
- package/compodoc/injectables/LogoService.html +411 -0
- package/compodoc/injectables/NavigationService.html +46 -57
- package/compodoc/interfaces/ReleaseInfoModule.html +385 -0
- package/compodoc/interfaces/SettingsMenuItem.html +385 -0
- package/compodoc/js/menu-wc.js +24 -40
- package/compodoc/js/menu-wc_es5.js +1 -1
- package/compodoc/js/search/search_index.js +2 -2
- package/compodoc/miscellaneous/functions.html +532 -0
- package/compodoc/miscellaneous/typealiases.html +40 -2
- package/compodoc/miscellaneous/variables.html +123 -9
- package/compodoc/overview.html +2 -10
- package/compodoc/properties.html +1 -1
- package/docs/assets/highlight.css +42 -0
- package/docs/assets/navigation.js +1 -1
- package/docs/assets/search.js +1 -1
- package/docs/classes/AppsButtonComponent.html +8 -8
- package/docs/classes/BaseLayoutComponent.html +2 -0
- package/docs/classes/DefaultHeaderComponent.html +7 -0
- package/docs/classes/ExternalAppsService.html +19 -0
- package/docs/classes/FooterComponent.html +5 -3
- package/docs/classes/FooterDirective.html +2 -2
- package/docs/classes/FooterService.html +14 -0
- package/docs/classes/HeaderComponent.html +6 -8
- package/docs/classes/HeaderDirective.html +8 -0
- package/docs/classes/HeaderService.html +14 -0
- package/docs/classes/LayoutComponent.html +4 -12
- package/docs/classes/LayoutService.html +20 -0
- package/docs/classes/LogoService.html +7 -0
- package/docs/classes/MinimalLayoutComponent.html +2 -0
- package/docs/classes/NavigationComponent.html +7 -8
- package/docs/classes/NavigationItemComponent.html +6 -9
- package/docs/classes/NavigationProgressBarComponent.html +3 -3
- package/docs/classes/NavigationService.html +3 -3
- package/docs/classes/ReleaseInfoComponent.html +6 -0
- package/docs/classes/SettingsButtonComponent.html +6 -11
- package/docs/classes/SidenavComponent.html +17 -5
- package/docs/classes/SidenavFooterDirective.html +2 -2
- package/docs/classes/SidenavHeaderDirective.html +2 -2
- package/docs/classes/SidenavToggleButtonComponent.html +4 -3
- package/docs/classes/UserProfileIconComponent.html +5 -4
- package/docs/documentation.json +9635 -9292
- package/docs/functions/IsNavigationDividerItem.html +1 -1
- package/docs/functions/IsNavigationInsertItem.html +1 -1
- package/docs/functions/IsNavigationItem.html +1 -1
- package/docs/functions/provideLayout.html +1 -0
- package/docs/functions/widthDefaultHeaderComponent.html +1 -0
- package/docs/functions/withExternalApps.html +1 -0
- package/docs/functions/withFooterComponents.html +1 -0
- package/docs/functions/withHeaderComponents.html +1 -0
- package/docs/functions/withNavigationConfig.html +1 -0
- package/docs/functions/withNavigationInserts.html +1 -0
- package/docs/functions/withReleaseInfoModules.html +1 -0
- package/docs/functions/withSettingsMenuItems.html +1 -0
- package/docs/index.html +65 -2
- package/docs/interfaces/NavigationDividerItem.html +2 -2
- package/docs/interfaces/NavigationInsertItem.html +2 -2
- package/docs/interfaces/NavigationItem.html +2 -2
- package/docs/interfaces/NavigationStatus.html +2 -2
- package/docs/interfaces/ReleaseInfoModule.html +4 -0
- package/docs/interfaces/SettingsMenuItem.html +4 -0
- package/docs/modules.html +31 -17
- package/docs/types/ExternalApp.html +1 -0
- package/docs/types/ExtractUsernameFromProfileFn.html +1 -1
- package/docs/types/Navigation.html +1 -1
- package/docs/types/NavigationWithInserts.html +1 -1
- package/docs/types/SettingsMenuItemComponent.html +1 -0
- package/docs/variables/EXTRACT_USERNAME_FROM_PROFILE.html +1 -1
- package/docs/variables/RXAP_EXTERNAL_APP.html +1 -0
- package/docs/variables/RXAP_EXTERNAL_APP_FILTER.html +1 -0
- package/docs/variables/RXAP_FOOTER_COMPONENT.html +1 -1
- package/docs/variables/RXAP_HEADER_COMPONENT.html +1 -1
- package/docs/variables/RXAP_LAYOUT_APPS_GRID.html +1 -1
- package/docs/variables/RXAP_LOGO_CONFIG.html +1 -1
- package/docs/variables/RXAP_NAVIGATION_CONFIG.html +1 -1
- package/docs/variables/RXAP_NAVIGATION_CONFIG_INSERTS.html +1 -1
- package/docs/variables/RXAP_RELEASE_INFO_MODULE.html +1 -0
- package/docs/variables/RXAP_SETTINGS_MENU_ITEM.html +1 -0
- package/docs/variables/RXAP_SETTINGS_MENU_ITEM_COMPONENT.html +1 -0
- package/esm2022/index.mjs +35 -40
- package/esm2022/lib/base-layout/base-layout.component.mjs +16 -0
- package/esm2022/lib/default-header/apps-button/apps-button.component.mjs +40 -0
- package/esm2022/lib/default-header/default-header.component.mjs +32 -0
- package/esm2022/lib/default-header/settings-button/settings-button.component.mjs +73 -0
- package/esm2022/lib/default-header/sidenav-toggle-button/sidenav-toggle-button.component.mjs +24 -0
- package/esm2022/lib/default-header/user-profile-icon/user-profile-icon.component.mjs +35 -0
- package/esm2022/lib/external-apps.service.mjs +99 -0
- package/esm2022/lib/footer/footer.component.mjs +13 -13
- package/esm2022/lib/footer/footer.directive.mjs +30 -0
- package/esm2022/lib/footer.service.mjs +58 -0
- package/esm2022/lib/header/header.component.mjs +17 -65
- package/esm2022/lib/header/header.directive.mjs +30 -0
- package/esm2022/lib/header.service.mjs +60 -0
- package/esm2022/lib/layout/layout.component.mjs +33 -47
- package/esm2022/lib/layout.service.mjs +93 -0
- package/esm2022/lib/logo.service.mjs +23 -0
- package/esm2022/lib/minimal-layout/minimal-layout.component.mjs +14 -0
- package/esm2022/lib/navigation/navigation-item/navigation-item.component.mjs +30 -64
- package/esm2022/lib/navigation/navigation.component.mjs +22 -48
- package/esm2022/lib/navigation-progress-bar/navigation-progress-bar.component.mjs +23 -0
- package/esm2022/lib/navigation.service.mjs +141 -0
- package/esm2022/lib/provide.mjs +80 -0
- package/esm2022/lib/release-info/release-info.component.mjs +28 -0
- package/esm2022/lib/sidenav/sidenav.component.mjs +50 -33
- package/esm2022/lib/tokens.mjs +10 -1
- package/esm2022/lib/types.mjs +1 -1
- package/fesm2022/rxap-layout.mjs +856 -833
- package/fesm2022/rxap-layout.mjs.map +1 -1
- package/index.d.ts +18 -19
- package/lib/base-layout/base-layout.component.d.ts +5 -0
- package/lib/default-header/apps-button/apps-button.component.d.ts +15 -0
- package/lib/default-header/default-header.component.d.ts +11 -0
- package/lib/{header → default-header}/settings-button/settings-button.component.d.ts +6 -14
- package/lib/{header → default-header}/sidenav-toggle-button/sidenav-toggle-button.component.d.ts +3 -5
- package/lib/default-header/user-profile-icon/user-profile-icon.component.d.ts +10 -0
- package/lib/external-apps.service.d.ts +26 -0
- package/lib/footer/footer.component.d.ts +3 -3
- package/lib/{footer.directive.d.ts → footer/footer.directive.d.ts} +2 -4
- package/lib/footer.service.d.ts +32 -0
- package/lib/header/header.component.d.ts +6 -12
- package/lib/header/header.directive.d.ts +12 -0
- package/lib/header.service.d.ts +34 -0
- package/lib/layout/layout.component.d.ts +4 -17
- package/lib/layout.service.d.ts +26 -0
- package/lib/logo.service.d.ts +10 -0
- package/lib/minimal-layout/minimal-layout.component.d.ts +5 -0
- package/lib/navigation/navigation-item/navigation-item.component.d.ts +10 -18
- package/lib/navigation/navigation.component.d.ts +10 -15
- package/lib/{header/navigation-progress-bar → navigation-progress-bar}/navigation-progress-bar.component.d.ts +1 -3
- package/lib/{navigation/navigation.service.d.ts → navigation.service.d.ts} +4 -5
- package/lib/provide.d.ts +13 -0
- package/lib/release-info/release-info.component.d.ts +9 -0
- package/lib/sidenav/sidenav.component.d.ts +18 -6
- package/lib/tokens.d.ts +12 -3
- package/lib/types.d.ts +15 -4
- package/package.json +30 -66
- package/theme.css +1 -1
- package/docs/classes/AppUrlService.html +0 -13
- package/docs/classes/AuthenticationServiceMock.html +0 -3
- package/docs/classes/LanguageSelectorComponent.html +0 -3
- package/docs/classes/LayoutComponentService.html +0 -15
- package/docs/classes/ReplaceRouterPathsPipe.html +0 -4
- package/docs/classes/ReplaceRouterPathsService.html +0 -3
- package/docs/classes/ResetButtonComponent.html +0 -3
- package/docs/classes/SidenavComponentService.html +0 -5
- package/docs/classes/SignOutComponent.html +0 -4
- package/docs/classes/ToggleWindowSidenavButtonComponent.html +0 -5
- package/docs/classes/VersionComponent.html +0 -7
- package/docs/classes/WindowContainerSidenavComponent.html +0 -10
- package/docs/interfaces/ExternalApps.html +0 -8
- package/docs/interfaces/LogoConfig.html +0 -4
- package/esm2022/lib/app-url.service.mjs +0 -78
- package/esm2022/lib/authentication.service.mock.mjs +0 -13
- package/esm2022/lib/footer.directive.mjs +0 -40
- package/esm2022/lib/header/apps-button/apps-button.component.mjs +0 -46
- package/esm2022/lib/header/language-selector/language-selector.component.mjs +0 -35
- package/esm2022/lib/header/navigation-progress-bar/navigation-progress-bar.component.mjs +0 -30
- package/esm2022/lib/header/reset-button/reset-button.component.mjs +0 -23
- package/esm2022/lib/header/settings-button/settings-button.component.mjs +0 -87
- package/esm2022/lib/header/sidenav-toggle-button/sidenav-toggle-button.component.mjs +0 -26
- package/esm2022/lib/header/sign-out/sign-out.component.mjs +0 -23
- package/esm2022/lib/header/user-profile-icon/user-profile-icon.component.mjs +0 -45
- package/esm2022/lib/layout/layout.component.service.mjs +0 -77
- package/esm2022/lib/navigation/navigation.service.mjs +0 -145
- package/esm2022/lib/navigation/replace-router-paths.pipe.mjs +0 -22
- package/esm2022/lib/navigation/replace-router-paths.service.mjs +0 -15
- package/esm2022/lib/sidenav/sidenav.component.service.mjs +0 -22
- package/esm2022/lib/sidenav/version/version.component.mjs +0 -28
- package/esm2022/lib/toggle-window-sidenav-button/toggle-window-sidenav-button.component.mjs +0 -30
- package/esm2022/lib/window-container-sidenav/window-container-sidenav.component.mjs +0 -54
- package/lib/app-url.service.d.ts +0 -29
- package/lib/authentication.service.mock.d.ts +0 -6
- package/lib/header/apps-button/apps-button.component.d.ts +0 -16
- package/lib/header/language-selector/language-selector.component.d.ts +0 -8
- package/lib/header/reset-button/reset-button.component.d.ts +0 -8
- package/lib/header/sign-out/sign-out.component.d.ts +0 -9
- package/lib/header/user-profile-icon/user-profile-icon.component.d.ts +0 -15
- package/lib/layout/layout.component.service.d.ts +0 -25
- package/lib/navigation/replace-router-paths.pipe.d.ts +0 -11
- package/lib/navigation/replace-router-paths.service.d.ts +0 -7
- package/lib/sidenav/sidenav.component.service.d.ts +0 -11
- package/lib/sidenav/version/version.component.d.ts +0 -14
- package/lib/toggle-window-sidenav-button/toggle-window-sidenav-button.component.d.ts +0 -9
- package/lib/window-container-sidenav/window-container-sidenav.component.d.ts +0 -17
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
var COMPODOC_SEARCH_INDEX = {
|
|
2
|
-
"index": {"version":"2.3.9","fields":["title","body"],"fieldVectors":[["title/injectables/AppUrlService.html",[0,1.224,1,2.362]],["body/injectables/AppUrlService.html",[0,1.562,1,3.015,2,1.673,3,0.258,4,0.203,5,0.23,6,5.304,7,2.711,8,0.203,9,1.297,10,0.808,11,4.468,12,3.478,13,4.738,14,4.468,15,3.793,16,3.793,17,0.721,18,2.711,19,3.767,20,4.374,21,2.083,22,5.304,23,4.682,24,0.72,25,3.194,26,0.817,27,0.025,28,0.695,29,0.423,30,0.581,31,2.34,32,3.793,33,3.194,34,5.167,35,1.705,36,3.478,37,2.939,38,3.194,39,2.529,40,3.793,41,5.015,42,4.182,43,3.194,44,1.117,45,1.269,46,4.374,47,3.793,48,3.194,49,3.793,50,3.194,51,1.562,52,0.504,53,0.872,54,2.711,55,0.258,56,2.393,57,1.673,58,1.554,59,1.554,60,1.673,61,2.711,62,2.393,63,2.711,64,2.711,65,2.156,66,2.393,67,1.966,68,2.393,69,2.156,70,2.711,71,1.355,72,2.711,73,0.722,74,0.361,75,1.049,76,2.711,77,1.808,78,3.348,79,2.393,80,1.355,81,1.966,82,1.355,83,3.015,84,2.393,85,1.554,86,1.355,87,0.346,88,1.88,89,3.793,90,2.027,91,1.036,92,2.711,93,2.393,94,2.711,95,2.711,96,1.93,97,2.711,98,2.711,99,3.187,100,4.401,101,2.711,102,3.793,103,4.986,104,3.793,105,2.156,106,1.049,107,2.711,108,2.393,109,2.711,110,3.348,111,2.711,112,2.711,113,2.711,114,3.793,115,2.156,116,2.711,117,2.711,118,2.711,119,2.711,120,2.711,121,2.711,122,0.015,123,0.015]],["title/components/AppsButtonComponent.html",[124,0.166,125,0.898]],["body/components/AppsButtonComponent.html",[1,4.289,3,0.274,4,0.216,5,0.245,8,0.216,10,0.734,17,0.753,24,0.63,26,0.473,27,0.025,28,0.678,29,0.245,30,0.527,36,2.293,44,1.631,45,1.852,52,0.53,53,0.927,55,0.274,73,0.768,74,0.274,80,1.978,87,0.369,88,1.645,91,1.115,100,2.546,110,3.99,122,0.016,123,0.016,124,0.252,125,1.47,126,1.196,127,0.768,128,0.927,129,0.927,130,0.871,131,5.732,132,4.865,133,2.092,134,2.116,135,2.789,136,2.591,137,0.675,138,1.354,139,1.354,140,1.495,141,1.673,142,1.66,143,2.64,144,0.989,145,0.866,146,1.273,147,1.984,148,3.014,149,2.416,150,2.115,151,4.52,152,1.273,153,3.278,154,1.273,155,2.871,156,0.6,157,5.326,158,3.398,159,3.99,160,4.294,161,3.398,162,3.959,163,2.591,164,3.398,165,3.398,166,0.987,167,2.885,168,2.293,169,1.35,170,1.542,171,0.987,172,3.398,173,2.293,174,2.64,175,3.495,176,2.293,177,1.924,178,1.542,179,2.546,180,3.398,181,1.78,182,2.885,183,2.885,184,2.885,185,3.398,186,3.398,187,3.398,188,2.092,189,1.78,190,2.885,191,4.664,192,0.927,193,1.273,194,1.273,195,0.631,196,1.564,197,0.927,198,1.639,199,0.871,200,0.927,201,0.871,202,0.927,203,0.871,204,0.819,205,0.927,206,0.871,207,0.927,208,0.819,209,0.927,210,0.927,211,0.819,212,0.927,213,0.808,214,0.927,215,0.871,216,0.927,217,0.927,218,0.871,219,0.927,220,0.871,221,0.871,222,0.871,223,0.927,224,0.871,225,1.366,226,1.273,227,0.871,228,0.927,229,0.927,230,0.871,231,1.196,232,0.871,233,0.768,234,0.819,235,0.927,236,0.871,237,0.927,238,0.871,239,0.871,240,0.631,241,0.768,242,0.927,243,0.819,244,0.927,245,0.819,246,0.871,247,0.927]],["title/injectables/AuthenticationServiceMock.html",[0,1.224,248,2.971]],["body/injectables/AuthenticationServiceMock.html",[0,2.142,2,2.727,3,0.42,4,0.331,5,0.375,8,0.331,9,1.778,10,0.77,24,0.616,27,0.024,35,1.512,51,2.142,52,0.42,55,0.42,57,2.727,58,2.535,59,2.535,60,2.727,74,0.42,79,3.902,87,0.565,122,0.021,123,0.021,248,5.199,249,5.209,250,5.701,251,5.209,252,5.209,253,3.515,254,2.727]],["title/interfaces/ExternalApps.html",[36,2.362,75,1.15]],["body/interfaces/ExternalApps.html",[0,1.675,1,2.385,3,0.285,4,0.225,5,0.254,6,3,7,3,8,0.225,10,0.721,12,2.385,13,3,17,0.571,19,3.233,20,3,21,2.073,22,4.613,23,4.072,27,0.025,29,0.452,30,0.646,31,1.851,32,3,34,4.066,36,3.667,37,2.763,39,2,40,3,41,4.704,42,3.589,46,4.066,47,3,49,3,51,1.236,52,0.518,53,0.964,54,3,55,0.285,56,2.648,57,1.851,58,1.72,59,1.72,60,1.851,61,3,62,2.648,63,3,64,3,65,2.385,66,2.648,67,2.175,68,2.648,69,2.385,70,3,71,1.499,72,3,73,0.799,74,0.387,75,1.161,76,4.945,77,3.298,78,4.562,79,4.365,80,1.499,81,3.586,82,2.305,83,4.109,84,4.365,85,1.72,86,1.499,87,0.383,88,1.939,89,4.066,90,2.173,91,1.081,92,3,93,2.648,94,3,95,3,96,1.983,97,3,98,3,99,3.288,100,4.562,101,3,102,4.066,103,5.169,104,4.066,105,2.385,106,1.161,107,3,108,2.648,109,3,110,3.589,111,3,112,3,113,3,114,4.066,115,2.385,116,3,117,3,118,3,119,3,120,3,121,3,122,0.016,123,0.016,156,0.616,255,1.72]],["title/components/FooterComponent.html",[124,0.166,199,0.898]],["body/components/FooterComponent.html",[3,0.312,4,0.246,5,0.279,8,0.246,10,0.673,17,0.822,24,0.602,26,0.538,27,0.024,28,0.715,29,0.366,30,0.383,52,0.507,55,0.312,74,0.312,87,0.42,91,1.056,122,0.017,123,0.017,124,0.269,125,0.993,126,1.305,127,0.875,128,1.056,129,1.056,130,0.993,137,0.768,138,1.478,139,1.478,140,1.512,141,1.698,142,0.993,144,1.079,145,0.945,146,1.389,147,2.119,148,3.22,152,1.389,154,1.389,156,0.654,166,1.124,171,1.124,192,1.056,193,1.389,194,1.389,195,0.719,196,1.649,197,1.056,198,1.713,199,1.55,200,1.056,201,0.993,202,1.056,203,0.993,204,0.932,205,1.056,206,0.993,207,1.056,208,0.932,209,1.056,210,1.056,211,0.932,212,1.056,213,0.882,214,1.056,215,0.993,216,1.056,217,1.056,218,0.993,219,1.056,220,0.993,221,0.993,222,0.993,223,1.056,224,0.993,225,1.459,226,1.389,227,0.993,228,1.056,229,1.056,230,0.993,231,1.305,232,0.993,233,0.875,234,0.932,235,1.056,236,0.993,237,1.056,238,0.993,239,0.993,240,0.719,241,0.875,242,1.056,243,0.932,244,1.056,245,0.932,246,0.993,247,1.056,256,3.871,257,3.814,258,4.828,259,4.262,260,2.979,261,5.688,262,5.091,263,5.052,264,3.286,265,3.871,266,3.871,267,1.884,268,2.612,269,3.286]],["title/directives/FooterDirective.html",[195,0.65,241,0.791]],["body/directives/FooterDirective.html",[3,0.376,4,0.296,5,0.336,10,0.678,17,0.925,24,0.551,26,0.648,27,0.025,28,0.551,29,0.336,30,0.461,52,0.501,53,1.272,55,0.376,74,0.376,87,0.505,88,1.998,91,1.151,106,1.531,122,0.019,123,0.019,127,1.402,134,2.599,135,3.248,136,3.018,137,0.925,140,1.214,144,1.214,145,1.063,181,2.441,189,2.441,195,1.063,240,0.865,241,1.295,263,5.067,264,3.956,267,2.268,268,3.145,270,4.661,271,5.729,272,4.848,273,5.815,274,4.661,275,6.203,276,4.661,277,4.661,278,3.492,279,3.956,280,5.729,281,4.661,282,4.661,283,4.661,284,4.661]],["title/components/HeaderComponent.html",[124,0.166,201,0.898]],["body/components/HeaderComponent.html",[3,0.24,4,0.189,5,0.214,8,0.189,10,0.804,17,0.686,24,0.725,26,0.414,27,0.025,28,0.64,29,0.441,30,0.49,44,1.041,45,1.182,52,0.56,53,0.812,55,0.24,74,0.24,87,0.323,91,1.227,122,0.014,123,0.014,124,0.235,125,1.387,126,1.09,127,0.673,128,0.812,129,0.812,130,0.763,132,2.526,137,0.591,138,1.234,139,1.234,140,1.475,141,1.645,142,1.09,144,0.901,145,0.789,146,1.16,147,1.847,149,2.25,150,1.969,152,1.16,154,1.16,156,0.546,163,2.783,166,0.864,168,2.009,169,1.182,170,1.35,171,0.864,192,0.812,193,1.16,194,1.16,195,0.552,196,1.476,197,0.812,198,1.561,199,0.763,200,0.812,201,1.634,202,0.812,203,0.763,204,0.717,205,0.812,206,0.763,207,0.812,208,0.717,209,0.812,210,0.812,211,0.717,212,0.812,213,0.859,214,0.812,215,1.387,216,1.353,217,0.812,218,0.763,219,0.812,220,1.387,221,1.09,222,0.763,223,0.812,224,1.387,225,1.387,226,1.561,227,0.763,228,0.812,229,0.812,230,0.763,231,1.09,232,1.387,233,0.961,234,1.194,235,0.812,236,0.763,237,0.812,238,0.763,239,0.763,240,0.552,241,0.673,242,0.812,243,0.717,244,0.812,245,0.717,246,0.763,247,0.812,258,4.209,260,2.596,267,1.448,269,2.526,285,2.976,286,3.185,287,3.346,288,3.346,289,4.209,290,4.209,291,4.209,292,4.209,293,4.209,294,4.958,295,4.958,296,4.958,297,4.251,298,3.715,299,4.591,300,3.979,301,3.346,302,2.869,303,4.209,304,2.976,305,4.855,306,4.251,307,4.958,308,2.869,309,2.976,310,2.976,311,1.803,312,2.976,313,2.976,314,4.251,315,2.976,316,2.976,317,2.869,318,2.23,319,2.23,320,2.526,321,2.526,322,2.009,323,2.526,324,2.976,325,2.23,326,2.976,327,2.23,328,2.526,329,2.526,330,4.958,331,2.526,332,2.976,333,2.526,334,2.526,335,2.009,336,2.976,337,2.976,338,2.23,339,2.526,340,2.009,341,2.23]],["title/components/LanguageSelectorComponent.html",[124,0.166,203,0.898]],["body/components/LanguageSelectorComponent.html",[3,0.281,4,0.222,5,0.251,8,0.222,10,0.562,17,0.563,24,0.562,26,0.485,27,0.025,28,0.686,29,0.342,30,0.345,42,2.613,52,0.526,55,0.281,74,0.281,87,0.378,91,1.002,122,0.016,123,0.016,124,0.255,125,0.894,126,1.217,127,0.788,128,0.952,129,0.952,130,0.894,137,0.692,138,1.378,139,1.378,140,1.507,141,1.679,142,0.894,144,1.006,145,0.881,146,1.296,147,2.01,148,3.055,152,1.296,154,1.296,156,0.61,166,1.012,171,1.012,192,0.952,193,1.296,194,1.296,195,0.647,196,1.581,197,0.952,198,1.654,199,0.894,200,0.952,201,0.894,202,0.952,203,1.486,204,1.665,205,0.952,206,0.894,207,0.952,208,0.84,209,0.952,210,0.952,211,0.84,212,0.952,213,0.823,214,0.952,215,0.894,216,0.952,217,0.952,218,0.894,219,0.952,220,0.894,221,0.894,222,0.894,223,0.952,224,0.894,225,1.384,226,1.296,227,0.894,228,0.952,229,0.952,230,0.894,231,1.217,232,0.894,233,0.788,234,0.84,235,0.952,236,0.894,237,0.952,238,0.894,239,0.894,240,0.647,241,0.788,242,0.952,243,0.84,244,0.952,245,0.84,246,0.894,247,0.952,289,4.582,290,4.582,291,4.582,292,4.582,293,4.582,318,2.613,319,2.613,320,2.96,321,4.582,323,2.96,327,2.613,342,5.398,343,4.582,344,3.488,345,4.582,346,5.398,347,4.748,348,3.488,349,6.062,350,3.488,351,3.488,352,1.826,353,2.96,354,2.613,355,5.398,356,4.748,357,2.486,358,3.488,359,2.96,360,2.96,361,2.827,362,3.488,363,2.613,364,2.96,365,4.582,366,4.03,367,4.748,368,3.204,369,2.613,370,2.613,371,2.146,372,2.96,373,2.96,374,2.146,375,3.488]],["title/components/LayoutComponent.html",[124,0.166,206,0.898]],["body/components/LayoutComponent.html",[3,0.201,4,0.158,5,0.179,8,0.158,10,0.83,17,0.602,21,1.441,23,4.337,24,0.755,26,0.346,27,0.025,28,0.588,29,0.459,30,0.246,44,1.304,52,0.534,53,1.017,55,0.201,68,1.864,69,1.679,74,0.201,87,0.27,88,1.38,91,1.301,93,1.864,122,0.013,123,0.013,124,0.212,125,0.638,126,0.956,127,0.562,128,0.679,129,0.679,130,0.638,134,1.691,135,2.341,136,2.175,137,0.494,138,1.082,139,1.082,140,1.445,141,1.603,142,0.638,144,0.79,145,1.075,146,1.017,147,1.665,149,2.028,150,1.775,151,3.795,152,1.017,154,1.017,156,0.479,163,3.137,166,0.722,169,0.988,170,1.129,171,0.722,181,1.303,189,1.303,192,0.679,193,1.017,194,1.017,195,0.462,196,1.355,197,0.679,198,1.451,199,1.273,200,0.679,201,1.273,202,0.679,203,0.638,204,0.599,205,0.679,206,1.273,207,0.679,208,1.196,209,0.679,210,0.679,211,0.599,212,0.679,213,0.86,214,0.679,215,0.638,216,0.679,217,0.679,218,0.638,219,0.679,220,0.638,221,0.638,222,0.638,223,0.679,224,0.638,225,1.432,226,1.017,227,0.638,228,0.679,229,0.679,230,0.638,231,0.956,232,0.638,233,0.843,234,0.599,235,0.679,236,0.638,237,0.679,238,0.638,239,0.956,240,0.462,241,0.562,242,0.679,243,0.599,244,0.679,245,0.599,246,0.638,247,0.679,260,2.341,287,3.017,288,3.017,298,3.349,300,3.747,301,3.351,311,1.055,322,1.679,338,1.864,339,2.111,340,1.679,341,1.864,352,2.341,361,1.952,363,1.864,364,2.111,365,2.111,371,1.531,374,2.294,376,2.488,377,2.516,378,4.471,379,2.175,380,4.471,381,4.471,382,4.471,383,4.471,384,3.728,385,3.795,386,3.795,387,4.471,388,4.471,389,3.795,390,5.318,391,4.471,392,2.111,393,5.789,394,2.488,395,2.488,396,2.488,397,2.488,398,2.488,399,2.488,400,2.11,401,2.488,402,2.488,403,2.488,404,2.488,405,4.471,406,3.728,407,3.164,408,2.488,409,2.488,410,2.111,411,2.111,412,2.111,413,1.531,414,2.488,415,2.111,416,1.055,417,1.679,418,3.164,419,1.531,420,2.488,421,2.111,422,3.728,423,2.488,424,2.488,425,2.111,426,2.488,427,2.488,428,2.488,429,2.488,430,2.111,431,2.488,432,2.111,433,2.488,434,2.111,435,2.488,436,2.488,437,2.488,438,2.488,439,2.488,440,2.488,441,2.488,442,2.488,443,2.488,444,2.488,445,2.488,446,2.488,447,2.488,448,2.488,449,3.728,450,2.488,451,3.728,452,2.488,453,2.488,454,2.488,455,3.728,456,2.488,457,3.728,458,3.728,459,1.679,460,2.488,461,2.488,462,3.728,463,2.488,464,1.679,465,2.488,466,3.795,467,2.488,468,1.864,469,2.488,470,2.488,471,2.488,472,3.164,473,1.408,474,2.488,475,2.488,476,2.793,477,2.488,478,1.864,479,2.111,480,2.111,481,2.488,482,2.111,483,2.111,484,2.111,485,2.111,486,1.679,487,2.488,488,2.488,489,2.488]],["title/injectables/LayoutComponentService.html",[0,1.224,300,2.154]],["body/injectables/LayoutComponentService.html",[0,1.525,2,1.616,3,0.249,4,0.196,5,0.222,8,0.196,9,1.266,10,0.846,17,0.704,19,3.71,24,0.787,26,0.429,27,0.025,28,0.365,29,0.469,30,0.5,31,2.649,35,1.266,37,2.494,51,1.525,52,0.519,53,0.842,55,0.249,67,1.899,74,0.249,80,1.309,85,1.502,86,1.309,87,0.335,88,1.347,91,1.309,99,3.24,122,0.015,123,0.015,145,0.81,156,0.561,163,2.929,168,2.083,263,4.345,267,1.502,298,4.51,299,4.923,300,2.684,301,3.71,305,4.923,338,3.268,340,2.083,352,1.616,357,2.284,361,2.284,385,4.294,386,4.294,389,5.11,411,2.62,412,2.62,419,1.899,430,2.62,432,2.62,434,4.294,490,3.086,491,5.497,492,4.294,493,3.71,494,5.497,495,5.497,496,3.086,497,4.882,498,6.188,499,3.086,500,3.086,501,3.086,502,6.427,503,3.086,504,3.086,505,3.086,506,3.086,507,3.086,508,3.086,509,3.086,510,3.086,511,3.086,512,3.086,513,5.058,514,3.702,515,2.62,516,2.62,517,2.62,518,3.086,519,2.62,520,3.086,521,3.086,522,3.086,523,3.086,524,3.086,525,3.086,526,3.086,527,3.086,528,5.058,529,3.086,530,5.058,531,3.086,532,3.086,533,3.086,534,2.62,535,3.086,536,3.086,537,3.086,538,3.086,539,3.086,540,3.086,541,3.086,542,3.086,543,4.362,544,4.362,545,3.702,546,3.086,547,3.086,548,2.62,549,3.086,550,3.086,551,3.086,552,2.083,553,3.086,554,4.362,555,3.086,556,3.086,557,3.086,558,3.086,559,3.086,560,3.086]],["title/interfaces/LogoConfig.html",[75,1.15,497,2.623]],["body/interfaces/LogoConfig.html",[3,0.418,4,0.329,5,0.373,8,0.329,21,1.885,27,0.024,29,0.467,30,0.686,74,0.418,75,1.702,122,0.021,123,0.021,156,0.785,255,2.521,357,3.511,400,3.923,497,4.575,548,5.691,561,5.181,562,4.524]],["title/components/NavigationComponent.html",[124,0.166,208,0.843]],["body/components/NavigationComponent.html",[3,0.205,4,0.161,5,0.183,8,0.161,9,1.098,10,0.811,17,0.611,21,1.313,24,0.758,26,0.746,27,0.025,28,0.709,29,0.466,30,0.576,35,1.456,44,1.582,45,1.991,51,1.323,52,0.503,53,0.692,55,0.205,57,1.981,58,1.841,59,1.841,60,1.981,71,1.076,73,0.574,74,0.205,80,1.918,82,2.274,86,2.54,87,0.41,88,1.168,91,0.996,96,1.397,105,1.712,106,0.834,122,0.013,123,0.013,124,0.214,125,0.651,126,0.97,127,0.574,128,0.692,129,0.692,130,0.651,134,1.716,135,2.369,136,2.201,137,0.751,138,1.098,139,1.098,140,1.454,141,1.586,142,0.651,144,0.802,145,0.702,146,1.032,147,1.685,148,2.838,152,1.032,154,1.032,156,0.486,166,0.737,171,0.737,174,3.183,177,2.141,178,1.151,181,1.329,188,1.562,189,1.329,192,0.692,193,1.032,194,1.032,195,0.471,196,1.368,197,0.692,198,1.464,199,0.651,200,0.692,201,0.651,202,0.692,203,0.651,204,0.611,205,0.692,206,0.651,207,0.692,208,1.208,209,1.234,210,0.692,211,1.208,212,0.692,213,1.132,214,0.692,215,0.651,216,0.692,217,0.692,218,0.651,219,0.692,220,0.651,221,0.651,222,0.651,223,0.692,224,0.651,225,1.536,226,1.032,227,0.651,228,0.692,229,0.692,230,0.651,231,0.97,232,0.651,233,0.574,234,0.611,235,0.692,236,0.651,237,0.692,238,0.651,239,0.651,240,0.471,241,0.574,242,0.692,243,0.611,244,0.692,245,0.611,246,0.651,247,0.692,253,1.712,260,2.369,302,2.553,311,1.604,317,3.384,361,1.981,400,1.436,417,1.712,459,3.053,473,2.56,486,1.712,563,2.537,564,3.211,565,3.211,566,3.389,567,3.84,568,4.524,569,3.783,570,4.524,571,3.84,572,2.201,573,3.053,574,3.389,575,3.84,576,3.211,577,3.783,578,3.211,579,2.537,580,4.214,581,4.524,582,5.014,583,3.301,584,3.783,585,2.537,586,3.783,587,3.783,588,2.154,589,2.988,590,2.905,591,2.537,592,2.77,593,1.901,594,2.537,595,1.329,596,2.537,597,3.783,598,3.211,599,2.537,600,2.537,601,2.537,602,2.154,603,2.154,604,1.901,605,2.537,606,2.154,607,2.154,608,2.537,609,2.537,610,2.141,611,2.154,612,1.901,613,2.537,614,3.783,615,2.537,616,2.537,617,2.537,618,2.537,619,2.537,620,1.901,621,2.537,622,3.783,623,2.537,624,4.524,625,2.154,626,2.537,627,1.436,628,2.537,629,2.537,630,2.154,631,2.537,632,2.537,633,1.562,634,2.537,635,2.537,636,2.537,637,2.537,638,2.537,639,2.537,640,3.783]],["title/interfaces/NavigationDividerItem.html",[75,1.15,590,1.588]],["body/interfaces/NavigationDividerItem.html",[3,0.353,4,0.278,5,0.315,8,0.278,21,1.933,27,0.025,29,0.469,30,0.545,39,2.476,52,0.486,55,0.353,71,1.855,73,0.989,74,0.557,75,2.079,77,2.476,82,2.683,90,2.735,96,1.862,122,0.019,123,0.019,156,0.708,213,0.758,254,3.157,255,2.129,379,2.129,416,1.855,572,2.129,589,2.871,590,2.871,592,2.899,595,2.291,641,2.291,642,2.476,643,4.27,644,4.27,645,3.717,646,3.717,647,3.117,648,2.68,649,2.291,650,3.412,651,2.952,652,2.692,653,2.476,654,2.952,655,2.692,656,2.692,657,2.952,658,2.952,659,2.884,660,2.692,661,2.952,662,2.952]],["title/interfaces/NavigationInsertItem.html",[75,1.15,650,1.981]],["body/interfaces/NavigationInsertItem.html",[3,0.358,4,0.282,5,0.319,8,0.282,21,1.939,27,0.025,29,0.458,39,2.51,52,0.489,55,0.358,71,1.88,73,1.002,74,0.558,75,2.089,77,2.51,82,2.356,90,2.752,96,1.873,122,0.019,123,0.019,156,0.714,213,0.768,254,3.176,255,2.158,379,2.158,416,1.88,572,2.158,589,2.885,590,2.752,592,2.906,595,2.322,641,2.322,642,2.51,643,2.993,644,2.993,645,3.749,646,3.749,647,3.144,648,2.703,649,2.322,650,3.599,651,2.993,652,3.913,653,2.51,654,2.993,655,2.729,656,2.729,657,2.993,658,2.993,659,2.909,660,2.729,661,2.993,662,2.993]],["title/interfaces/NavigationItem.html",[75,1.15,589,1.588]],["body/interfaces/NavigationItem.html",[3,0.339,4,0.267,5,0.303,8,0.267,21,1.969,27,0.025,29,0.488,30,0.652,39,2.38,52,0.478,55,0.339,71,1.783,73,0.95,74,0.553,75,2.049,77,3.53,82,2.278,90,2.923,96,1.828,122,0.018,123,0.018,156,0.69,213,0.729,254,3.099,255,2.046,379,3.035,416,2.645,572,2.046,589,2.923,590,2.685,592,2.876,595,2.202,641,2.202,642,2.38,643,2.838,644,2.838,645,4.208,646,3.625,647,3.04,648,2.614,649,2.202,650,3.35,651,2.838,652,2.588,653,2.38,654,2.838,655,2.588,656,2.588,657,3.625,658,3.625,659,3.508,660,3.838,661,2.838,662,2.838]],["title/components/NavigationItemComponent.html",[124,0.166,211,0.843]],["body/components/NavigationItemComponent.html",[3,0.187,4,0.147,5,0.167,8,0.147,9,1.026,10,0.799,17,0.571,24,0.752,26,0.718,27,0.025,28,0.69,29,0.446,30,0.51,35,1.391,37,2.341,44,1.498,45,2.049,51,0.811,52,0.523,53,0.633,55,0.187,57,1.215,58,1.129,59,1.129,60,1.215,71,0.984,73,0.524,74,0.187,80,0.984,81,2.176,82,2.188,87,0.252,88,1.746,91,1.108,96,0.716,99,1.852,106,0.762,122,0.012,123,0.012,124,0.203,125,0.595,126,0.907,127,0.524,128,0.633,129,0.633,130,0.595,134,1.604,136,2.085,137,0.46,138,1.026,139,1.026,140,1.438,141,1.561,142,0.595,144,0.749,145,1.049,146,0.965,147,1.596,150,1.702,152,0.965,154,0.965,156,0.455,163,1.129,166,0.673,169,0.921,171,0.673,174,2.001,176,1.566,177,2.001,178,1.052,179,1.738,192,0.633,193,0.965,194,0.965,195,0.431,196,1.308,197,0.633,198,1.408,199,0.595,200,0.633,201,0.595,202,0.633,203,0.595,204,0.559,205,0.633,206,0.595,207,0.633,208,1.154,209,0.633,210,0.633,211,1.154,212,1.169,213,1.101,214,0.633,215,0.595,216,0.633,217,0.633,218,0.595,219,0.633,220,0.595,221,0.595,222,0.595,223,0.633,224,0.595,225,1.494,226,0.965,227,0.595,228,0.633,229,0.633,230,0.595,231,0.907,232,0.595,233,0.524,234,0.559,235,0.633,236,0.595,237,0.633,238,0.595,239,0.595,240,0.431,241,0.524,242,0.633,243,0.559,244,0.633,245,0.559,246,0.595,247,0.633,273,4.798,279,1.969,287,2.892,302,2.386,311,1.5,317,2.892,319,1.738,361,2.701,379,2.085,400,1.313,407,3.001,410,1.969,413,1.428,472,1.969,476,2.649,486,1.566,552,1.566,562,2.892,564,3.001,565,3.001,566,3.21,567,3.637,571,3.001,572,1.721,573,2.386,575,3.637,576,3.001,578,3.001,583,3.175,588,1.969,589,2.849,590,2.644,592,2.583,593,1.738,595,1.215,598,3.001,602,1.969,603,1.969,604,1.738,606,1.969,607,5.451,610,1.313,611,1.969,620,1.738,627,1.313,633,2.637,641,3.363,659,2.244,663,2.32,664,4.285,665,5.828,666,4.285,667,4.285,668,4.285,669,3.536,670,4.285,671,3.536,672,4.792,673,1.969,674,3.669,675,5.653,676,4.285,677,4.792,678,5.653,679,2.32,680,2.32,681,2.32,682,3.536,683,2.32,684,2.32,685,2.32,686,3.536,687,2.32,688,2.32,689,3.536,690,2.32,691,2.32,692,2.32,693,2.32,694,2.32,695,3.536,696,2.32,697,5.436,698,1.969,699,1.969,700,3.001,701,2.32,702,2.32,703,2.32,704,2.32,705,1.738,706,2.32,707,2.32,708,2.32,709,1.969,710,2.32,711,2.32,712,2.649,713,2.32,714,2.32,715,2.32,716,2.32,717,2.32,718,3.536,719,2.32,720,2.32,721,1.969,722,2.32,723,2.32,724,2.32,725,2.32,726,2.32,727,2.32,728,2.32,729,3.536,730,2.32,731,2.32,732,2.32,733,2.32,734,2.32,735,1.969,736,2.32,737,2.32,738,2.32,739,2.32,740,3.536,741,3.536]],["title/components/NavigationProgressBarComponent.html",[124,0.166,215,0.898]],["body/components/NavigationProgressBarComponent.html",[3,0.283,4,0.223,5,0.253,8,0.223,10,0.772,17,0.77,24,0.641,26,0.489,27,0.024,28,0.688,29,0.39,30,0.347,52,0.506,53,0.959,55,0.283,73,0.794,74,0.283,87,0.381,91,1.006,122,0.016,123,0.016,124,0.256,125,0.901,126,1.223,127,0.794,128,0.959,129,0.959,130,0.901,137,0.697,138,1.385,139,1.385,140,1.499,141,1.68,142,0.901,144,1.011,145,0.886,146,1.302,147,2.018,152,1.302,154,1.302,156,0.613,166,1.02,171,1.02,176,3.22,178,1.594,192,0.959,193,1.302,194,1.302,195,0.652,196,1.586,197,0.959,198,1.658,199,0.901,200,0.959,201,0.901,202,0.959,203,0.901,204,0.846,205,0.959,206,0.901,207,0.959,208,0.846,209,0.959,210,0.959,211,0.846,212,0.959,213,1.146,214,0.959,215,1.49,216,1.896,217,0.959,218,0.901,219,0.959,220,0.901,221,0.901,222,0.901,223,0.959,224,0.901,225,1.389,226,1.302,227,0.901,228,0.959,229,0.959,230,0.901,231,1.223,232,0.901,233,0.794,234,0.846,235,0.959,236,0.901,237,0.959,238,0.901,239,0.901,240,0.652,241,0.794,242,0.959,243,0.846,244,0.959,245,0.846,246,0.901,247,0.959,260,2.837,311,1.49,331,4.933,413,2.162,552,4.101,648,2.636,673,2.982,674,4.463,700,4.05,721,4.05,735,4.933,742,5.812,743,3.513,744,5.418,745,5.418,746,5.418,747,4.771,748,5.418,749,4.771,750,3.513,751,4.771,752,5.418,753,2.162,754,3.513,755,3.513,756,3.513,757,3.513]],["title/injectables/NavigationService.html",[0,1.224,580,2.623]],["body/injectables/NavigationService.html",[0,1.354,2,1.371,3,0.211,4,0.166,5,0.189,8,0.166,9,1.124,10,0.814,17,0.625,21,1.935,24,0.715,26,0.792,27,0.025,28,0.673,29,0.435,30,0.598,31,2.414,35,1.709,37,2.582,44,1.612,45,2.56,51,2.114,52,0.459,53,0.715,55,0.313,73,0.592,74,0.211,80,1.643,82,1.955,83,4.165,85,1.274,86,1.111,87,0.284,88,1.678,90,1.188,91,1.056,96,2.011,99,2.98,106,1.273,122,0.013,123,0.013,145,1.093,156,0.498,168,1.767,175,1.962,178,1.188,213,1.155,254,1.371,308,2.614,416,1.111,572,1.274,573,1.767,580,2.902,589,2.89,590,1.757,592,1.111,627,2.192,648,2.645,649,3.41,652,3.345,653,1.482,656,3.345,659,2.028,753,2.384,758,2.619,759,3.668,760,2.902,761,5.093,762,2.619,763,5.131,764,4.613,765,2.619,766,2.619,767,5.528,768,2.619,769,3.873,770,2.619,771,3.873,772,2.619,773,2.902,774,3.873,775,2.619,776,2.619,777,3.873,778,2.619,779,2.619,780,2.619,781,3.873,782,2.619,783,2.223,784,2.223,785,2.619,786,2.619,787,2.619,788,2.619,789,2.619,790,3.873,791,3.873,792,2.619,793,2.619,794,4.609,795,2.619,796,2.619,797,2.619,798,2.619,799,2.619,800,5.435,801,2.619,802,2.619,803,2.619,804,2.619,805,2.619,806,2.619,807,3.873,808,2.619,809,3.873,810,3.873,811,2.619,812,2.619,813,2.619,814,2.619,815,2.619,816,2.619,817,2.619,818,2.619,819,2.619,820,2.619,821,2.619,822,2.619,823,2.223,824,2.619,825,2.619,826,2.619,827,2.619,828,2.619,829,2.619,830,2.223,831,2.619,832,2.619,833,2.619,834,2.223,835,2.619,836,2.619,837,2.619,838,2.619,839,2.619,840,2.619,841,3.873,842,2.619,843,2.619,844,2.619,845,2.619,846,2.619,847,2.619,848,2.619,849,2.619,850,2.619,851,2.619,852,3.873,853,2.619,854,2.619,855,2.619,856,2.619,857,2.619,858,3.873,859,2.619,860,2.619,861,2.619,862,2.619]],["title/interfaces/NavigationStatus.html",[75,1.15,655,2.154]],["body/interfaces/NavigationStatus.html",[3,0.35,4,0.276,5,0.313,8,0.276,9,1.591,21,1.832,24,0.514,26,0.604,27,0.025,28,0.514,29,0.454,30,0.429,35,1.261,39,3.103,52,0.485,55,0.35,71,1.841,73,0.982,74,0.556,75,2.073,77,2.458,82,2.548,90,2.726,96,1.855,122,0.019,123,0.019,213,0.752,254,3.146,255,2.113,379,2.113,416,1.841,572,2.113,589,3.061,590,2.726,592,2.895,595,2.274,641,2.871,642,2.458,643,2.93,644,2.93,645,3.699,646,3.699,647,3.103,648,2.923,649,2.274,650,3.4,651,2.93,652,2.672,653,2.458,654,2.93,655,3.374,656,3.697,657,2.93,658,2.93,659,2.871,660,2.672,661,2.93,662,2.93,863,4.342,864,4.342]],["title/pipes/ReplaceRouterPathsPipe.html",[627,1.981,865,2.971]],["body/pipes/ReplaceRouterPathsPipe.html",[3,0.391,4,0.308,5,0.349,9,1.407,10,0.694,17,0.782,21,1.832,24,0.694,26,0.674,27,0.024,28,0.747,29,0.422,30,0.479,35,1.407,52,0.509,55,0.391,73,1.095,74,0.391,87,0.526,96,1.496,122,0.02,123,0.02,134,2.199,137,0.962,144,1.244,145,1.089,156,0.623,374,2.982,379,2.358,627,3.321,648,3.071,674,4.426,865,4.98,866,4.846,867,5.356,868,4.846,869,5.867,870,4.98,871,4.846,872,5.867,873,4.728,874,4.846,875,5.867,876,4.113,877,4.846,878,4.846]],["title/injectables/ReplaceRouterPathsService.html",[0,1.224,873,2.623]],["body/injectables/ReplaceRouterPathsService.html",[0,2.111,2,2.661,3,0.41,4,0.323,5,0.366,8,0.323,9,1.752,10,0.762,21,1.869,24,0.601,26,0.707,27,0.024,28,0.601,29,0.366,30,0.503,35,1.475,52,0.487,55,0.41,73,1.149,74,0.41,85,2.473,86,2.155,87,0.551,96,1.569,122,0.02,123,0.02,374,3.715,379,2.473,648,3.134,674,4.074,867,5.124,870,5.124,873,4.523,879,5.082,880,5.082,881,5.082]],["title/components/ResetButtonComponent.html",[124,0.166,218,0.898]],["body/components/ResetButtonComponent.html",[3,0.31,4,0.244,5,0.277,8,0.244,10,0.671,17,0.818,24,0.6,26,0.535,27,0.024,28,0.713,29,0.365,30,0.38,52,0.486,53,1.049,55,0.31,74,0.31,87,0.417,91,1.052,122,0.017,123,0.017,124,0.268,125,0.986,126,1.3,127,0.869,128,1.049,129,1.049,130,0.986,133,2.367,137,0.763,138,1.471,139,1.471,140,1.511,141,1.697,142,0.986,143,2.869,144,1.074,145,0.941,146,1.383,149,2.572,150,2.252,152,1.383,153,3.489,154,1.383,155,3.119,156,0.651,166,1.116,169,1.527,170,1.745,192,1.049,193,1.383,194,1.383,195,0.714,196,1.645,197,1.049,198,1.709,199,0.986,200,1.049,201,0.986,202,1.049,203,0.986,204,0.926,205,1.049,206,0.986,207,1.049,208,0.926,209,1.049,210,1.049,211,0.926,212,1.049,213,0.878,214,1.049,215,0.986,216,1.049,217,1.049,218,1.546,219,1.817,220,0.986,221,0.986,222,0.986,223,1.049,224,0.986,225,1.454,226,1.383,227,0.986,228,1.049,229,1.049,230,0.986,231,1.3,232,0.986,233,0.869,234,0.926,235,1.049,236,0.986,237,1.049,238,0.986,239,0.986,240,0.714,241,0.869,242,1.049,243,0.926,244,1.049,245,0.926,246,0.986,247,1.049,267,1.871,311,1.631,882,5.67,883,5.67,884,6.735,885,3.845,886,3.845,887,5.069,888,3.845]],["title/components/SettingsButtonComponent.html",[124,0.166,220,0.898]],["body/components/SettingsButtonComponent.html",[3,0.193,4,0.152,5,0.172,8,0.152,9,1.049,10,0.748,17,0.583,21,1.931,24,0.777,26,0.794,27,0.025,28,0.726,29,0.442,30,0.565,35,1.781,37,2.784,44,1.263,45,1.435,51,2.145,52,0.51,55,0.193,73,0.539,74,0.193,80,1.849,87,0.259,88,1.925,90,1.083,91,1.173,96,1.116,106,1.432,122,0.012,123,0.012,124,0.206,125,0.612,126,0.926,127,0.539,128,0.651,129,0.651,130,0.612,133,1.469,134,1.639,135,2.283,136,2.121,137,0.474,140,1.437,141,1.592,142,0.612,143,2.045,144,0.766,145,0.671,146,0.986,149,1.978,150,1.731,152,0.986,153,2.683,154,0.986,155,2.223,156,0.464,163,2.121,169,0.948,170,1.083,171,0.693,174,2.045,177,1.351,178,1.083,179,1.788,181,1.249,182,2.025,188,1.469,189,1.249,190,2.025,192,0.651,193,0.986,194,0.986,195,0.443,196,1.327,197,0.651,198,1.425,199,0.612,200,0.651,201,0.612,202,0.651,203,1.247,204,0.87,205,0.651,206,0.612,207,0.651,208,0.575,209,0.651,210,0.651,211,0.575,212,0.651,213,0.626,214,0.651,215,0.612,216,0.651,217,0.651,218,0.612,219,0.651,220,1.247,221,1.508,222,0.612,223,0.651,224,0.612,225,1.118,226,0.986,227,0.612,228,0.651,229,0.651,230,0.612,231,0.926,232,0.612,233,0.539,234,0.575,235,0.651,236,0.612,237,0.651,238,0.612,239,0.612,240,0.443,241,0.539,242,0.651,243,0.575,244,0.651,245,0.575,246,0.612,247,0.651,259,3.266,268,1.61,288,2.942,308,1.61,322,1.61,333,5.611,343,2.025,352,1.892,413,1.469,418,4.434,419,3.704,421,4.99,493,2.438,574,3.266,753,1.469,763,4.845,889,6.611,890,4.359,891,4.359,892,4.359,893,5.496,894,4.862,895,3.613,896,3.613,897,3.613,898,4.862,899,4.862,900,4.862,901,3.613,902,3.613,903,3.613,904,2.386,905,4.359,906,4.862,907,5.708,908,2.386,909,2.386,910,3.613,911,2.386,912,4.127,913,3.613,914,2.386,915,3.613,916,2.386,917,3.613,918,2.386,919,2.386,920,2.386,921,3.613,922,2.386,923,3.613,924,2.386,925,3.613,926,2.386,927,2.386,928,2.386,929,2.386,930,2.386,931,2.386,932,2.025,933,2.386,934,1.61,935,2.386,936,2.386,937,2.386,938,2.386,939,2.386,940,2.386,941,2.386,942,2.386,943,2.386,944,2.386,945,2.386,946,2.386,947,2.386,948,2.386,949,2.386,950,2.386,951,2.386,952,2.386,953,2.386,954,2.386,955,2.386,956,2.386,957,2.386,958,2.386,959,2.386,960,2.386,961,2.386,962,2.386,963,2.386,964,2.386,965,2.386,966,2.386,967,2.386,968,2.386,969,2.438,970,3.613,971,3.066,972,5.496,973,3.613,974,3.613,975,3.613,976,3.613,977,2.386]],["title/components/SidenavComponent.html",[124,0.166,222,0.898]],["body/components/SidenavComponent.html",[3,0.249,4,0.196,5,0.222,8,0.196,10,0.748,17,0.499,24,0.651,26,0.43,27,0.025,28,0.651,29,0.396,30,0.574,52,0.519,55,0.249,57,1.618,58,1.503,59,1.503,60,1.618,74,0.249,87,0.473,91,0.94,122,0.015,123,0.015,124,0.239,125,0.792,126,1.119,127,0.698,128,0.843,129,0.843,130,0.792,137,0.866,138,1.267,139,1.267,140,1.481,141,1.667,142,0.792,144,0.925,145,0.81,146,1.191,147,1.885,149,2.296,150,2.01,152,1.191,154,1.191,156,0.561,166,0.897,169,1.227,170,1.402,171,0.897,192,0.843,193,1.191,194,1.191,195,0.574,196,1.501,197,0.843,198,1.583,199,0.792,200,0.843,201,0.792,202,0.843,203,0.792,204,0.744,205,0.843,206,0.792,207,0.843,208,1.325,209,0.843,210,0.843,211,0.744,212,0.843,213,0.756,214,0.843,215,0.792,216,0.843,217,0.843,218,0.792,219,0.843,220,0.792,221,0.792,222,1.41,223,0.843,224,0.792,225,1.706,226,1.583,227,0.792,228,0.843,229,0.843,230,0.792,231,1.119,232,0.792,233,0.698,234,0.744,235,0.843,236,0.792,237,0.843,238,0.792,239,1.298,240,0.574,241,0.698,242,0.843,243,1.491,244,0.843,245,1.491,246,0.792,247,0.843,253,2.085,257,2.315,260,2.65,286,2.315,287,3.416,311,1.851,354,2.315,357,1.618,361,2.286,368,3.712,369,2.315,370,3.792,371,2.686,372,2.622,373,3.705,374,2.686,377,2.085,425,2.622,459,3.416,464,2.946,466,2.622,473,1.749,483,4.296,484,4.296,485,4.296,562,3.416,566,3.792,583,3.571,604,2.315,610,1.749,709,2.622,712,2.315,978,3.09,979,5.061,980,4.296,981,3.705,982,3.09,983,4.365,984,3.09,985,4.365,986,3.09,987,4.365,988,3.09,989,3.09,990,3.09,991,3.09,992,4.365,993,3.705,994,5.802,995,3.705,996,3.09,997,3.09,998,4.365,999,3.27,1000,3.09,1001,3.09,1002,3.09,1003,2.622,1004,2.622,1005,3.09,1006,3.09,1007,2.315,1008,2.622,1009,3.09,1010,2.315,1011,3.09,1012,3.09]],["title/injectables/SidenavComponentService.html",[0,1.224,583,2.154]],["body/injectables/SidenavComponentService.html",[0,2.043,2,2.521,3,0.388,4,0.306,5,0.347,8,0.306,9,1.696,10,0.806,17,0.777,18,4.086,19,4.416,24,0.745,26,0.67,27,0.024,28,0.57,29,0.347,30,0.476,31,3.06,35,1.397,44,1.683,45,1.912,51,2.043,52,0.508,55,0.388,67,2.963,73,1.088,74,0.388,85,2.343,86,2.041,87,0.522,91,1.215,106,1.92,122,0.02,123,0.02,156,0.751,583,3.596,1007,4.714,1013,4.814,1014,6.543,1015,5.844,1016,4.814,1017,5.844,1018,4.814,1019,4.814,1020,4.814,1021,4.814,1022,4.814]],["title/directives/SidenavFooterDirective.html",[195,0.65,243,0.843]],["body/directives/SidenavFooterDirective.html",[3,0.402,4,0.316,5,0.358,8,0.316,10,0.755,17,0.963,24,0.706,26,0.692,27,0.024,28,0.589,29,0.429,30,0.492,52,0.402,53,1.358,55,0.402,74,0.402,87,0.54,91,1.185,122,0.02,123,0.02,127,1.496,137,0.988,140,1.264,144,1.264,145,1.107,156,0.766,195,1.107,240,0.924,243,1.436,272,5.069,278,4.467,311,2.111,1023,5.419,1024,4.978,1025,5.963,1026,4.225,1027,4.978,1028,4.978]],["title/directives/SidenavHeaderDirective.html",[195,0.65,245,0.843]],["body/directives/SidenavHeaderDirective.html",[3,0.402,4,0.316,5,0.358,8,0.316,10,0.755,17,0.963,24,0.706,26,0.692,27,0.024,28,0.589,29,0.429,30,0.492,52,0.402,53,1.358,55,0.402,74,0.402,87,0.54,91,1.185,122,0.02,123,0.02,127,1.496,137,0.988,140,1.264,144,1.264,145,1.107,156,0.766,195,1.107,240,0.924,245,1.436,246,1.529,272,5.069,278,4.467,311,2.111,1023,5.419,1026,4.225,1029,4.978,1030,4.978,1031,4.978]],["title/components/SidenavToggleButtonComponent.html",[124,0.166,224,0.898]],["body/components/SidenavToggleButtonComponent.html",[3,0.295,4,0.232,5,0.263,8,0.232,10,0.729,17,0.591,24,0.654,26,0.509,27,0.024,28,0.699,29,0.398,30,0.362,52,0.497,55,0.295,74,0.295,87,0.397,91,1.177,122,0.017,123,0.017,124,0.262,125,0.938,126,1.257,127,0.827,128,0.998,129,0.998,130,0.938,133,2.251,137,0.726,138,1.423,139,1.423,140,1.505,141,1.688,142,0.938,143,2.775,144,1.039,145,0.91,146,1.338,147,2.06,149,2.509,150,2.196,152,1.338,153,3.404,154,1.338,155,3.017,156,0.63,163,2.691,166,1.062,169,1.453,170,1.659,171,1.062,192,0.998,193,1.338,194,1.338,195,0.679,196,1.612,197,0.998,198,1.681,199,0.938,200,0.998,201,0.938,202,0.998,203,0.938,204,0.881,205,0.998,206,0.938,207,0.998,208,0.881,209,0.998,210,0.998,211,0.881,212,0.998,213,0.85,214,0.998,215,0.938,216,0.998,217,0.998,218,0.938,219,0.998,220,0.938,221,0.938,222,0.938,223,0.998,224,1.515,225,1.728,226,1.912,227,0.938,228,0.998,229,0.998,230,0.938,231,1.257,232,0.938,233,0.827,234,0.881,235,0.998,236,0.938,237,0.998,238,0.938,239,0.938,240,0.679,241,0.827,242,0.998,243,0.881,244,0.998,245,0.881,246,0.938,247,0.998,300,4.104,301,3.732,328,3.105,334,5.015,340,2.468,341,2.74,354,2.74,392,3.105,1032,5.909,1033,4.903,1034,3.105,1035,3.673,1036,4.903]],["title/components/SignOutComponent.html",[124,0.166,227,0.898]],["body/components/SignOutComponent.html",[3,0.309,4,0.244,5,0.276,8,0.244,9,1.469,10,0.67,12,3.821,17,0.817,24,0.599,26,0.534,27,0.024,28,0.712,29,0.276,30,0.379,35,1.113,52,0.486,55,0.309,74,0.309,87,0.416,88,1.184,91,0.712,115,2.588,122,0.017,123,0.017,124,0.268,125,0.983,126,1.298,127,0.867,128,1.047,129,1.047,130,0.983,137,0.761,138,1.469,139,1.469,140,1.511,141,1.697,142,0.983,144,1.072,145,0.939,146,1.381,149,2.569,150,2.249,152,1.381,154,1.381,159,3.791,160,4.511,166,1.113,169,1.523,170,1.74,173,2.588,192,1.047,193,1.381,194,1.381,195,0.712,196,1.643,197,1.047,198,1.708,199,0.983,200,1.047,201,0.983,202,1.047,203,0.983,204,0.924,205,1.047,206,0.983,207,1.047,208,0.924,209,1.047,210,1.047,211,0.924,212,1.047,213,0.877,214,1.047,215,0.983,216,1.047,217,1.047,218,0.983,219,1.047,220,0.983,221,0.983,222,0.983,223,1.047,224,0.983,225,1.452,226,1.381,227,1.544,228,1.815,229,1.047,230,0.983,231,1.298,232,0.983,233,0.867,234,0.924,235,1.047,236,0.983,237,1.047,238,0.983,239,0.983,240,0.712,241,0.867,242,1.047,243,0.924,244,1.047,245,0.924,246,0.983,247,1.047,1037,5.662,1038,5.662,1039,3.835,1040,4.295,1041,5.662,1042,5.06,1043,5.111,1044,3.835,1045,3.835,1046,3.835,1047,3.255]],["title/components/ToggleWindowSidenavButtonComponent.html",[124,0.166,230,0.898]],["body/components/ToggleWindowSidenavButtonComponent.html",[3,0.275,4,0.216,5,0.245,8,0.297,9,1.356,10,0.711,24,0.631,27,0.024,28,0.631,29,0.336,35,0.989,44,1.191,45,1.353,51,1.191,52,0.463,55,0.275,57,1.784,58,1.658,59,1.658,60,1.784,74,0.275,80,1.981,82,1.444,87,0.507,106,1.119,122,0.016,123,0.016,124,0.252,125,0.873,126,1.198,127,0.77,128,0.93,129,0.93,130,0.873,133,2.096,137,0.927,138,1.356,139,1.356,140,1.495,141,1.68,142,0.873,143,3.247,144,0.99,145,0.867,146,1.275,147,1.986,149,2.419,150,2.118,152,1.275,153,3.282,154,1.275,155,2.875,166,0.989,169,1.353,170,1.545,171,0.989,192,0.93,193,1.275,194,1.275,195,0.632,196,1.566,197,0.93,198,1.64,199,0.873,200,0.93,201,0.873,202,0.93,203,0.873,204,0.82,205,0.93,206,0.873,207,0.93,208,0.82,209,0.93,210,0.93,211,0.82,212,0.93,213,0.81,214,0.93,215,0.873,216,0.93,217,0.93,218,0.873,219,0.93,220,0.873,221,0.873,222,0.873,223,0.93,224,0.873,225,1.794,226,1.88,227,0.873,228,0.93,229,0.93,230,1.471,231,1.789,232,0.873,233,0.77,234,0.82,235,0.93,236,0.873,237,0.93,238,0.873,239,0.873,240,0.632,241,0.77,242,0.93,243,0.82,244,0.93,245,0.82,246,0.873,247,0.93,253,2.299,302,3.153,317,3.153,361,1.784,371,2.875,459,3.598,473,1.928,478,2.552,479,2.891,480,2.891,610,1.928,995,2.891,999,2.552,1034,2.891,1048,5.737,1049,5.737,1050,5.332,1051,4.672,1052,5.332,1053,5.332,1054,3.406,1055,3.406,1056,3.965,1057,4.672,1058,3.406,1059,2.891,1060,2.891,1061,3.406,1062,3.406,1063,3.406,1064,4.672,1065,4.672,1066,4.672,1067,2.891]],["title/components/UserProfileIconComponent.html",[124,0.166,232,0.898]],["body/components/UserProfileIconComponent.html",[3,0.246,4,0.194,5,0.22,8,0.194,9,1.257,10,0.71,12,3.394,17,0.699,21,0.887,24,0.595,26,0.425,27,0.025,28,0.647,29,0.362,30,0.302,35,0.887,37,2.482,52,0.517,53,0.833,55,0.246,73,0.69,74,0.406,81,1.88,85,1.486,86,1.295,87,0.331,88,1.337,91,0.804,99,1.599,106,1.003,115,2.061,122,0.015,123,0.015,124,0.238,125,0.783,126,1.11,127,0.69,128,0.833,129,0.833,130,0.783,137,0.606,138,1.257,139,1.257,140,1.479,141,1.651,142,0.783,144,0.918,145,0.804,146,1.181,147,1.873,150,1.997,152,1.181,154,1.181,156,0.556,159,3.768,160,4.1,163,2.447,166,0.887,169,1.213,171,0.887,173,2.061,175,3.244,176,2.061,178,1.386,183,2.592,184,4.269,192,0.833,193,1.181,194,1.181,195,0.567,196,1.493,197,0.833,198,1.576,199,0.783,200,0.833,201,0.783,202,0.833,203,0.783,204,0.736,205,0.833,206,0.783,207,0.833,208,0.736,209,0.833,210,0.833,211,0.736,212,0.833,213,0.75,214,0.833,215,0.783,216,0.833,217,0.833,218,0.783,219,0.833,220,0.783,221,0.783,222,0.783,223,0.833,224,0.783,225,1.29,226,1.181,227,0.783,228,0.833,229,0.833,230,0.783,231,1.11,232,1.403,233,1.449,234,1.676,235,0.833,236,0.783,237,0.833,238,0.783,239,0.783,240,0.567,241,0.69,242,0.833,243,0.736,244,0.833,245,0.736,246,0.783,247,0.833,260,2.634,288,3.394,322,2.061,335,3.693,352,1.599,357,2.267,359,4.903,371,2.664,464,2.061,486,2.922,515,2.592,516,2.592,517,2.592,562,2.922,647,2.45,660,3.368,712,2.288,753,1.88,969,2.061,999,2.288,1043,5.092,1047,2.592,1059,2.592,1067,4.269,1068,4.1,1069,2.288,1070,5.029,1071,4.329,1072,4.495,1073,3.054,1074,5.472,1075,5.029,1076,4.644,1077,4.329,1078,4.329,1079,3.054,1080,4.329,1081,3.054,1082,3.054,1083,2.592,1084,2.592,1085,2.592,1086,2.592,1087,2.592,1088,2.592,1089,3.054,1090,3.054,1091,3.054,1092,3.054,1093,3.054,1094,3.054,1095,3.054,1096,3.054,1097,4.329,1098,4.329,1099,3.675,1100,3.054,1101,3.054,1102,3.054,1103,3.054,1104,3.054,1105,3.054,1106,3.054]],["title/components/VersionComponent.html",[124,0.166,236,0.898]],["body/components/VersionComponent.html",[3,0.289,4,0.228,5,0.258,8,0.228,10,0.724,17,0.781,24,0.572,26,0.499,27,0.025,28,0.724,29,0.348,30,0.355,51,1.254,52,0.509,53,0.979,55,0.289,71,1.521,73,0.811,74,0.289,87,0.389,88,1.494,122,0.016,123,0.016,124,0.259,125,0.92,126,1.241,127,0.811,128,0.979,129,0.979,130,0.92,134,2.195,135,2.867,136,2.664,137,0.712,138,1.404,139,1.404,140,1.502,141,1.684,142,0.92,144,1.025,145,0.898,146,1.32,148,3.099,152,1.32,154,1.32,156,0.622,166,1.041,171,1.041,174,3.099,177,2.738,178,1.627,181,1.878,188,2.207,189,1.878,192,0.979,193,1.32,194,1.32,195,0.666,196,1.599,197,0.979,198,1.67,199,0.92,200,0.979,201,0.92,202,0.979,203,0.92,204,0.864,205,0.979,206,0.92,207,0.979,208,0.864,209,0.979,210,0.979,211,0.864,212,0.979,213,0.838,214,0.979,215,0.92,216,0.979,217,0.979,218,0.92,219,0.979,220,0.92,221,0.92,222,0.92,223,0.979,224,0.92,225,1.404,226,1.32,227,0.92,228,0.979,229,0.979,230,0.92,231,1.241,232,0.92,233,0.811,234,0.864,235,0.979,236,1.503,237,0.979,238,0.92,239,0.92,240,0.666,241,0.811,242,0.979,243,0.864,244,0.979,245,0.864,246,0.92,247,0.979,267,1.745,345,4.647,357,1.878,368,3.265,369,2.687,370,2.687,464,2.42,625,3.044,630,3.044,633,2.207,969,3.265,1003,3.044,1099,4.106,1107,3.586,1108,4.255,1109,5.475,1110,4.838,1111,4.102,1112,3.586,1113,5.861,1114,3.586,1115,5.475,1116,3.586,1117,3.586,1118,4.838,1119,4.838,1120,3.586,1121,4.838,1122,4.838,1123,4.838,1124,3.586,1125,3.586]],["title/components/WindowContainerSidenavComponent.html",[124,0.166,238,0.898]],["body/components/WindowContainerSidenavComponent.html",[3,0.254,4,0.2,5,0.226,8,0.281,9,1.283,10,0.783,17,0.714,21,1.61,24,0.656,26,0.615,27,0.025,28,0.691,29,0.368,30,0.437,35,0.913,44,1.1,45,1.249,51,1.1,52,0.489,53,0.858,55,0.254,73,0.711,74,0.254,83,3.942,87,0.341,88,1.578,91,0.949,96,0.971,99,2.903,105,2.123,106,1.919,122,0.015,123,0.015,124,0.262,125,0.807,126,1.422,127,0.711,128,0.858,129,0.858,130,0.807,134,2.006,135,2.677,136,2.487,137,0.624,138,1.283,139,1.283,140,1.484,141,1.657,142,0.807,144,0.937,145,0.821,146,1.206,148,2.893,152,1.206,154,1.206,156,0.568,166,0.913,171,0.913,174,2.893,177,1.781,178,1.427,181,1.647,188,2.721,189,1.647,192,0.858,193,1.206,194,1.206,195,0.584,196,1.513,197,0.858,198,1.594,199,0.807,200,0.858,201,0.807,202,0.858,203,0.807,204,0.758,205,0.858,206,0.807,207,0.858,208,0.758,209,0.858,210,0.858,211,0.758,212,0.858,213,0.766,214,0.858,215,0.807,216,0.858,217,0.858,218,0.807,219,0.858,220,0.807,221,0.807,222,0.807,223,0.858,224,0.807,225,1.498,226,1.206,227,0.807,228,0.858,229,0.858,230,0.807,231,1.655,232,0.807,233,0.711,234,0.758,235,0.858,236,0.807,237,0.858,238,1.422,239,1.772,240,0.584,241,0.711,242,0.858,243,0.758,244,0.858,245,0.758,246,0.807,247,0.858,259,3.83,267,1.531,268,2.123,311,1.334,400,2.893,753,2.721,932,3.753,980,4.339,981,3.753,1126,5.841,1127,5.841,1128,3.146,1129,5.111,1130,4.154,1131,4.421,1132,3.146,1133,5.841,1134,3.146,1135,4.421,1136,3.146,1137,3.146,1138,4.421,1139,3.146,1140,5.111,1141,3.146,1142,4.421,1143,3.146,1144,4.421,1145,3.146,1146,3.146,1147,3.146,1148,3.146,1149,4.421,1150,3.146,1151,5.544,1152,3.146,1153,2.67,1154,3.146,1155,3.146,1156,3.146,1157,3.146,1158,3.146,1159,3.146,1160,3.146,1161,3.146,1162,3.146,1163,3.146]],["title/changelog.html",[934,1.979,1164,2.197,1165,2.197]],["body/changelog.html",[5,0.21,15,1.118,16,1.899,21,0.382,27,0.008,28,0.265,31,1.172,37,0.597,41,1.676,44,1.465,58,1.419,62,0.987,73,0.298,78,0.987,80,0.949,81,0.81,86,1.237,87,0.316,96,0.407,106,0.958,122,0.008,123,0.008,124,0.222,137,0.261,140,0.279,141,0.317,142,0.338,143,1.651,204,0.828,208,0.539,211,0.539,213,0.85,221,1.206,225,1.257,233,0.947,239,0.882,240,0.415,241,0.298,250,1.899,257,1.676,286,2.577,303,1.899,308,1.51,357,0.69,360,1.899,363,0.987,368,1.51,377,3.767,416,1.777,417,1.968,419,3.676,468,1.676,473,1.947,482,3.556,492,1.118,493,2.827,534,1.118,574,2.577,592,0.558,610,1.947,612,1.676,620,2.577,633,1.377,659,0.69,698,1.118,759,4.173,760,3.523,767,4.549,773,4.252,823,1.118,830,1.899,876,1.118,912,1.899,934,1.51,969,1.968,993,3.271,1004,1.899,1007,2.887,1008,1.899,1010,1.676,1035,2.185,1072,1.676,1108,4.605,1130,2.577,1166,3.271,1167,1.317,1168,1.317,1169,4.19,1170,5.226,1171,1.118,1172,1.317,1173,1.317,1174,1.317,1175,1.317,1176,1.317,1177,1.676,1178,3.271,1179,6.269,1180,5.676,1181,5.076,1182,6.824,1183,6.824,1184,4.619,1185,5.792,1186,3.673,1187,2.476,1188,3.439,1189,3.439,1190,3.439,1191,3.556,1192,6.032,1193,1.899,1194,3.556,1195,3.439,1196,4.162,1197,2.237,1198,3.992,1199,3.439,1200,2.917,1201,5.581,1202,6.844,1203,6.844,1204,1.317,1205,1.317,1206,1.317,1207,1.317,1208,4.19,1209,2.237,1210,6.516,1211,2.237,1212,5.973,1213,3.793,1214,2.917,1215,4.468,1216,1.317,1217,4.19,1218,1.317,1219,4.468,1220,1.317,1221,6.738,1222,5.761,1223,1.317,1224,6.738,1225,2.917,1226,3.853,1227,1.118,1228,1.317,1229,1.317,1230,1.317,1231,3.992,1232,1.317,1233,1.317,1234,1.317,1235,5.838,1236,1.317,1237,1.317,1238,1.317,1239,1.317,1240,2.237,1241,2.237,1242,2.237,1243,3.439,1244,1.317,1245,2.237,1246,2.237,1247,3.556,1248,1.317,1249,1.899,1250,2.237,1251,1.899,1252,1.317,1253,3.439,1254,1.899,1255,2.917,1256,1.317,1257,2.237,1258,1.317,1259,2.237,1260,1.899,1261,1.899,1262,1.317,1263,3.439,1264,1.899,1265,1.317,1266,3.992,1267,1.317,1268,2.237,1269,2.237,1270,1.317,1271,1.899,1272,2.917,1273,1.317,1274,2.237,1275,1.317,1276,1.899,1277,3.439,1278,3.174,1279,2.827,1280,1.899,1281,1.317,1282,2.237,1283,4.19,1284,2.237,1285,1.317,1286,2.237,1287,1.899,1288,1.317,1289,3.439,1290,2.237,1291,1.317,1292,2.237,1293,1.899,1294,1.317,1295,1.317,1296,2.237,1297,1.317,1298,2.237,1299,1.317,1300,2.237,1301,1.317,1302,2.237,1303,2.237,1304,1.317,1305,1.317,1306,2.237,1307,2.237,1308,1.317,1309,4.436,1310,2.237,1311,1.317,1312,1.899,1313,1.899,1314,1.317,1315,2.237,1316,3.439,1317,1.317,1318,1.317,1319,2.237,1320,1.317,1321,2.237,1322,2.237,1323,2.237,1324,1.317,1325,1.317,1326,2.237,1327,1.317,1328,2.237,1329,2.237,1330,1.317,1331,2.237,1332,1.317,1333,3.853,1334,1.317,1335,2.237,1336,1.317,1337,1.317,1338,2.237,1339,1.317,1340,1.317,1341,5.226,1342,1.317,1343,1.317,1344,1.317,1345,1.317,1346,1.317,1347,1.317,1348,1.317,1349,1.317,1350,1.317,1351,1.317,1352,1.317,1353,1.317,1354,1.317,1355,1.317,1356,1.317,1357,1.317,1358,1.317,1359,2.237,1360,1.317,1361,1.317,1362,1.317,1363,1.317,1364,1.317,1365,1.317,1366,1.317,1367,1.317,1368,1.317,1369,1.317,1370,3.853,1371,1.317,1372,1.317,1373,1.317,1374,1.317,1375,1.317,1376,1.317,1377,1.317,1378,1.317,1379,2.917,1380,1.317,1381,1.317,1382,1.317,1383,1.317,1384,1.317,1385,1.317,1386,1.317,1387,1.317,1388,1.317,1389,1.317,1390,1.317,1391,1.317,1392,1.317,1393,1.317,1394,1.317,1395,5.226,1396,2.917,1397,1.317,1398,1.317,1399,3.853,1400,1.317,1401,1.317,1402,1.317,1403,1.317,1404,1.317,1405,1.317,1406,1.317,1407,1.317,1408,1.317,1409,1.317,1410,1.317,1411,1.317,1412,1.317,1413,1.317,1414,1.317,1415,1.317,1416,1.317,1417,2.237,1418,2.237,1419,1.899,1420,1.317,1421,2.237,1422,2.237,1423,2.237,1424,2.237,1425,3.439,1426,2.237,1427,2.237,1428,1.317,1429,1.899,1430,1.317,1431,1.317,1432,1.317,1433,1.317,1434,1.317,1435,1.317,1436,1.317,1437,2.917,1438,4.703,1439,3.439,1440,2.237,1441,1.317,1442,3.853,1443,1.317,1444,2.237,1445,1.317,1446,1.317,1447,5.359,1448,1.317,1449,1.118,1450,1.317,1451,1.118,1452,1.317,1453,1.317,1454,1.317,1455,1.118,1456,2.237,1457,1.317,1458,3.853,1459,1.317,1460,1.317,1461,2.237,1462,2.237,1463,1.899,1464,2.237,1465,2.237,1466,2.237,1467,2.237,1468,2.237,1469,2.237,1470,1.899,1471,1.899,1472,2.237,1473,1.317,1474,1.317,1475,1.317,1476,1.317,1477,4.19,1478,1.317,1479,1.317,1480,1.317,1481,1.317,1482,1.317,1483,1.317,1484,2.237,1485,6.624,1486,1.317,1487,1.317,1488,1.317,1489,1.317,1490,2.917,1491,1.317,1492,1.317,1493,2.237,1494,1.317,1495,1.899,1496,1.317,1497,1.317,1498,1.317,1499,1.317,1500,2.237,1501,1.317,1502,1.317,1503,2.237,1504,1.317,1505,1.317,1506,1.317,1507,1.317,1508,2.237,1509,1.317,1510,1.317,1511,1.317,1512,1.317,1513,1.317,1514,1.317,1515,1.317,1516,1.317,1517,1.317,1518,1.317,1519,1.899,1520,2.237,1521,1.317,1522,1.317,1523,1.317,1524,1.317,1525,1.317,1526,1.317,1527,1.317,1528,1.118,1529,1.317,1530,1.317,1531,1.317,1532,1.317,1533,1.317,1534,1.317,1535,1.317,1536,1.317,1537,1.317,1538,1.317,1539,1.317,1540,1.317,1541,1.317,1542,1.317,1543,1.317,1544,1.317,1545,1.317,1546,1.317,1547,1.317,1548,1.317,1549,1.317,1550,1.317,1551,1.317,1552,1.317,1553,1.317,1554,1.118,1555,1.317,1556,1.317,1557,1.317,1558,1.317,1559,1.317,1560,1.317,1561,1.317,1562,1.317,1563,1.317,1564,1.317,1565,1.317,1566,1.317,1567,1.317,1568,1.317,1569,1.317,1570,1.317,1571,1.317,1572,2.237,1573,1.317,1574,1.317,1575,1.317,1576,1.317,1577,1.317,1578,1.317,1579,1.317,1580,1.317,1581,1.317]],["title/dependencies.html",[1184,1.979,1279,2.838]],["body/dependencies.html",[4,0.298,27,0.025,55,0.378,56,3.514,65,3.165,66,3.514,67,2.887,69,3.165,71,1.989,73,1.06,122,0.019,123,0.019,171,1.362,173,3.165,233,1.06,240,0.871,267,2.282,318,3.514,325,3.514,327,3.514,352,3.485,353,3.981,413,2.887,415,3.981,416,1.989,417,3.165,419,2.887,699,3.981,705,3.514,934,3.165,1177,5.31,1186,5.373,1193,5.649,1278,3.165,1279,3.881,1582,4.69,1583,4.69,1584,4.69,1585,4.69,1586,4.69,1587,5.752,1588,4.69,1589,4.69,1590,5.752,1591,4.69,1592,4.69]],["title/miscellaneous/functions.html",[1593,1.66,1594,3.57]],["body/miscellaneous/functions.html",[8,0.32,26,0.924,27,0.024,28,0.786,29,0.478,30,0.657,35,1.861,122,0.02,123,0.02,130,1.644,572,2.919,573,4.049,589,2.282,590,2.282,592,2.719,593,3.768,595,2.634,641,2.634,642,3.758,650,2.847,653,3.396,1593,2.847,1594,4.269,1595,5.999,1596,5.029,1597,5.442,1598,5.029,1599,5.029,1600,5.092,1601,5.999,1602,5.029]],["title/index.html",[8,0.186,1164,2.197,1165,2.197]],["body/index.html",[27,0.02,65,3.292,122,0.02,123,0.02,325,3.655,352,3.523,416,2.069,705,3.655,759,4.271,1184,3.975,1185,4.141,1186,5.393,1278,3.292,1279,3.292,1519,4.141,1603,5,1604,4.878,1605,5.891,1606,5.579,1607,6.573,1608,4.878,1609,4.878,1610,4.878,1611,4.878,1612,4.878,1613,4.878,1614,4.878,1615,4.878,1616,4.878,1617,4.878,1618,4.878,1619,4.878,1620,4.878,1621,4.878,1622,4.878,1623,4.878,1624,4.878,1625,4.878,1626,4.878,1627,4.878,1628,4.878,1629,4.878,1630,4.878,1631,4.878,1632,4.878,1633,4.141,1634,5.891,1635,5.891,1636,5.891,1637,4.878,1638,4.878,1639,4.878]],["title/license.html",[1164,2.197,1165,2.197,1640,2.197]],["body/license.html",[4,0.4,9,0.257,10,0.624,24,0.105,27,0.011,51,0.31,52,0.072,59,0.431,75,1.095,84,3.204,87,0.096,88,0.274,96,0.274,106,0.986,108,1.187,122,0.007,123,0.005,124,0.142,204,0.382,231,0.227,233,1.126,255,1.045,366,3.775,400,0.897,416,0.376,468,0.664,473,0.502,476,1.187,478,1.609,493,0.598,514,0.753,545,1.823,552,0.598,592,0.376,612,1.187,633,1.608,759,1.449,760,1.187,773,4.12,834,2.829,971,0.753,1010,0.664,1035,0.664,1040,0.753,1056,1.345,1060,0.753,1108,3.797,1130,1.187,1153,0.753,1166,2.217,1171,0.753,1187,0.753,1194,0.753,1196,0.753,1198,0.753,1213,1.345,1227,0.753,1231,1.823,1249,3.906,1251,1.345,1254,0.753,1260,0.753,1261,1.345,1264,0.753,1266,1.345,1271,1.823,1276,0.753,1278,1.763,1280,2.217,1293,5.184,1309,1.823,1312,0.753,1313,1.345,1419,0.753,1429,4.131,1449,0.753,1451,1.823,1455,1.345,1463,2.548,1495,1.345,1528,4.399,1554,4.024,1600,0.753,1603,2.217,1606,3.906,1633,0.753,1640,5.164,1641,4.741,1642,2.217,1643,0.887,1644,2.148,1645,5.789,1646,2.612,1647,5.086,1648,5.627,1649,3.001,1650,0.887,1651,0.887,1652,0.887,1653,3.001,1654,5.684,1655,3.001,1656,2.148,1657,4.867,1658,2.148,1659,0.887,1660,2.148,1661,0.887,1662,0.887,1663,1.584,1664,4.602,1665,3.333,1666,0.887,1667,3.333,1668,0.887,1669,0.887,1670,3.866,1671,1.584,1672,0.887,1673,0.887,1674,0.887,1675,6.224,1676,4.602,1677,2.148,1678,2.148,1679,4.083,1680,1.584,1681,6.892,1682,1.584,1683,3.333,1684,3.618,1685,2.612,1686,0.887,1687,0.887,1688,2.612,1689,3.866,1690,1.584,1691,3.866,1692,0.887,1693,0.887,1694,1.584,1695,0.887,1696,2.148,1697,5.353,1698,3.001,1699,1.584,1700,2.612,1701,0.887,1702,0.887,1703,1.584,1704,2.612,1705,2.148,1706,1.584,1707,4.448,1708,1.584,1709,5.5,1710,3.001,1711,1.584,1712,2.612,1713,0.887,1714,3.618,1715,3.001,1716,0.887,1717,3.618,1718,5.925,1719,2.148,1720,2.829,1721,0.887,1722,0.887,1723,2.548,1724,0.887,1725,3.001,1726,3.866,1727,1.584,1728,4.448,1729,4.276,1730,2.612,1731,1.584,1732,0.887,1733,0.887,1734,4.448,1735,1.584,1736,0.887,1737,0.887,1738,4.741,1739,1.584,1740,2.148,1741,0.887,1742,0.887,1743,1.584,1744,0.887,1745,0.887,1746,3.333,1747,3.866,1748,0.887,1749,0.887,1750,0.887,1751,0.887,1752,0.887,1753,0.887,1754,1.584,1755,0.887,1756,0.887,1757,0.887,1758,1.584,1759,0.887,1760,2.148,1761,1.584,1762,0.887,1763,0.887,1764,1.584,1765,1.584,1766,4.867,1767,0.887,1768,1.584,1769,1.584,1770,0.887,1771,0.887,1772,1.584,1773,2.148,1774,1.584,1775,2.148,1776,1.584,1777,0.887,1778,0.887,1779,3.333,1780,0.887,1781,0.887,1782,0.887,1783,2.612,1784,0.887,1785,0.887,1786,2.612,1787,0.887,1788,0.887,1789,0.887,1790,0.887,1791,0.887,1792,4.602,1793,0.887,1794,4.083,1795,0.887,1796,4.741,1797,2.612,1798,3.001,1799,3.333,1800,1.584,1801,0.887,1802,2.148,1803,5.271,1804,1.584,1805,0.887,1806,0.887,1807,0.887,1808,2.148,1809,6.299,1810,3.866,1811,0.887,1812,0.887,1813,1.584,1814,1.584,1815,0.887,1816,4.276,1817,0.887,1818,2.612,1819,3.866,1820,0.887,1821,2.148,1822,2.148,1823,1.584,1824,3.333,1825,6.299,1826,2.148,1827,4.083,1828,2.612,1829,3.001,1830,0.887,1831,1.584,1832,2.148,1833,4.083,1834,4.276,1835,2.612,1836,0.887,1837,1.584,1838,1.584,1839,2.612,1840,2.612,1841,4.083,1842,0.887,1843,2.148,1844,0.887,1845,5.789,1846,1.584,1847,0.887,1848,3.866,1849,0.887,1850,1.584,1851,2.612,1852,3.866,1853,0.887,1854,4.981,1855,2.148,1856,1.584,1857,3.618,1858,4.276,1859,3.333,1860,0.887,1861,0.887,1862,0.887,1863,3.333,1864,0.887,1865,1.584,1866,4.741,1867,0.887,1868,0.887,1869,0.887,1870,2.148,1871,0.887,1872,0.887,1873,0.887,1874,2.148,1875,5.5,1876,2.148,1877,0.887,1878,0.887,1879,0.887,1880,0.887,1881,1.584,1882,1.584,1883,4.083,1884,0.887,1885,0.887,1886,0.887,1887,2.148,1888,2.148,1889,3.333,1890,2.148,1891,0.887,1892,3.001,1893,3.333,1894,0.887,1895,0.887,1896,0.887,1897,1.584,1898,0.887,1899,2.148,1900,0.887,1901,0.887,1902,0.887,1903,0.887,1904,1.584,1905,0.887,1906,5.627,1907,3.866,1908,0.887,1909,3.333,1910,1.584,1911,0.887,1912,0.887,1913,1.584,1914,1.584,1915,2.612,1916,0.887,1917,0.887,1918,0.887,1919,0.887,1920,1.584,1921,2.148,1922,3.001,1923,0.887,1924,2.148,1925,1.584,1926,0.887,1927,3.001,1928,0.887,1929,2.612,1930,0.887,1931,3.618,1932,2.612,1933,0.887,1934,3.001,1935,0.887,1936,1.584,1937,0.887,1938,0.887,1939,2.148,1940,2.148,1941,0.887,1942,0.887,1943,0.887,1944,2.148,1945,2.148,1946,3.333,1947,0.887,1948,0.887,1949,1.584,1950,1.584,1951,3.001,1952,1.584,1953,0.887,1954,1.584,1955,0.887,1956,0.887,1957,0.887,1958,0.887,1959,0.887,1960,0.887,1961,2.148,1962,0.887,1963,0.887,1964,4.981,1965,0.887,1966,0.887,1967,0.887,1968,3.001,1969,3.001,1970,0.887,1971,0.887,1972,2.148,1973,0.887,1974,0.887,1975,2.612,1976,0.887,1977,0.887,1978,0.887,1979,0.887,1980,0.887,1981,0.887,1982,1.584,1983,1.584,1984,0.887,1985,2.148,1986,0.887,1987,0.887,1988,1.584,1989,0.887,1990,0.887,1991,0.887,1992,0.887,1993,1.584,1994,1.584,1995,1.584,1996,1.584,1997,4.083,1998,0.887,1999,3.333,2000,0.887,2001,0.887,2002,1.584,2003,2.148,2004,2.148,2005,2.612,2006,2.612,2007,2.148,2008,2.612,2009,2.148,2010,0.887,2011,3.001,2012,2.612,2013,0.887,2014,1.584,2015,1.584,2016,0.887,2017,3.001,2018,1.584,2019,2.612,2020,2.612,2021,0.887,2022,2.148,2023,4.867,2024,3.001,2025,0.887,2026,0.887,2027,0.887,2028,2.148,2029,2.148,2030,1.584,2031,0.887,2032,0.887,2033,0.887,2034,0.887,2035,1.584,2036,0.887,2037,0.887,2038,0.887,2039,2.148,2040,0.887,2041,0.887,2042,1.584,2043,0.887,2044,0.887,2045,1.584,2046,0.887,2047,2.148,2048,0.887,2049,0.887,2050,0.887,2051,1.584,2052,1.584,2053,3.333,2054,5.5,2055,2.148,2056,1.584,2057,1.584,2058,1.584,2059,1.584,2060,2.612,2061,2.612,2062,1.584,2063,0.887,2064,0.887,2065,0.887,2066,0.887,2067,0.887,2068,2.612,2069,3.333,2070,1.584,2071,0.887,2072,3.001,2073,0.887,2074,0.887,2075,0.887,2076,1.584,2077,0.887,2078,1.584,2079,0.887,2080,3.001,2081,3.866,2082,2.148,2083,0.887,2084,4.448,2085,0.887,2086,0.887,2087,0.887,2088,0.887,2089,0.887,2090,0.887,2091,0.887,2092,0.887,2093,2.148,2094,3.001,2095,1.584,2096,2.612,2097,1.584,2098,0.887,2099,0.887,2100,1.584,2101,0.887,2102,0.887,2103,0.887,2104,1.584,2105,0.887,2106,0.887,2107,0.887,2108,2.612,2109,0.887,2110,1.584,2111,1.584,2112,0.887,2113,0.887,2114,2.148,2115,0.887,2116,0.887,2117,0.887,2118,0.887,2119,0.887,2120,1.584,2121,0.887,2122,0.887,2123,1.584,2124,0.887,2125,0.887,2126,0.887,2127,2.148,2128,0.887,2129,0.887,2130,0.887,2131,0.887,2132,0.887,2133,3.001,2134,0.887,2135,0.887,2136,3.333,2137,0.887,2138,0.887,2139,0.887,2140,0.887,2141,0.887,2142,0.887,2143,0.887,2144,1.584,2145,3.618,2146,0.887,2147,2.612,2148,0.887,2149,0.887,2150,2.148,2151,0.887,2152,0.887,2153,2.148,2154,0.887,2155,1.584,2156,0.887,2157,0.887,2158,0.887,2159,0.887,2160,0.887,2161,0.887,2162,0.887,2163,0.887,2164,0.887,2165,0.887,2166,1.584,2167,0.887,2168,0.887,2169,0.887,2170,0.887,2171,1.584,2172,1.584,2173,0.887,2174,0.887,2175,2.148,2176,0.887,2177,1.584,2178,0.887,2179,1.584,2180,0.887,2181,1.584,2182,0.887,2183,2.148,2184,3.618,2185,0.887,2186,0.887,2187,1.345,2188,0.887,2189,0.887,2190,0.887,2191,0.887,2192,0.887,2193,1.584,2194,0.887,2195,1.584,2196,2.612,2197,0.887,2198,3.001,2199,0.887,2200,0.887,2201,0.887,2202,0.887,2203,0.887,2204,0.887,2205,1.584,2206,1.584,2207,1.584,2208,2.148,2209,0.887,2210,1.584,2211,1.584,2212,0.887,2213,1.584,2214,2.148,2215,0.887,2216,1.584,2217,0.887,2218,1.584,2219,0.887,2220,2.148,2221,1.584,2222,0.887,2223,0.887,2224,1.584,2225,5.627,2226,1.584,2227,0.887,2228,3.001,2229,4.276,2230,2.148,2231,0.887,2232,0.887,2233,0.887,2234,2.612,2235,0.887,2236,0.887,2237,2.148,2238,0.887,2239,1.584,2240,0.887,2241,0.887,2242,0.887,2243,0.887,2244,2.612,2245,0.887,2246,0.887,2247,0.887,2248,0.887,2249,2.612,2250,1.584,2251,0.887,2252,0.887,2253,2.148,2254,0.887,2255,1.584,2256,2.148,2257,0.887,2258,1.584,2259,0.887,2260,0.887,2261,0.887,2262,0.887,2263,1.584,2264,2.148,2265,0.887,2266,0.887,2267,0.887,2268,1.584,2269,0.887,2270,1.584,2271,0.887,2272,0.887,2273,0.887,2274,0.887,2275,0.887,2276,2.148,2277,1.584,2278,0.887,2279,0.887,2280,2.612,2281,0.887,2282,2.148,2283,0.887,2284,0.887,2285,0.887,2286,1.584,2287,0.887,2288,0.887,2289,0.887,2290,2.148,2291,1.584,2292,1.584,2293,0.887,2294,3.618,2295,1.584,2296,2.148,2297,2.612,2298,0.887,2299,0.887,2300,1.584,2301,0.887,2302,2.148,2303,0.887,2304,1.584,2305,0.887,2306,0.887,2307,0.887,2308,0.887,2309,1.584,2310,0.887,2311,1.584,2312,2.148,2313,1.584,2314,0.887,2315,1.584,2316,0.887,2317,0.887,2318,1.584,2319,1.584,2320,0.887,2321,0.887,2322,1.584,2323,0.887,2324,0.887,2325,0.887,2326,0.887,2327,0.887,2328,2.148,2329,0.887,2330,0.887,2331,0.887,2332,0.887,2333,0.887,2334,2.612,2335,2.148,2336,0.887,2337,0.887,2338,0.887,2339,0.887,2340,0.887,2341,1.584,2342,0.887,2343,0.887,2344,0.887,2345,0.887,2346,0.887,2347,0.887,2348,0.887,2349,0.887,2350,0.887,2351,0.887,2352,0.887,2353,0.887,2354,0.887,2355,2.148,2356,0.887,2357,1.584,2358,0.887,2359,0.887,2360,0.887,2361,0.887,2362,0.887,2363,0.887,2364,0.887,2365,0.887,2366,0.887,2367,0.887,2368,2.148,2369,0.887,2370,0.887,2371,0.887,2372,0.887,2373,1.584,2374,0.887,2375,0.887,2376,0.887,2377,0.887,2378,0.887,2379,0.887,2380,0.887,2381,1.584,2382,1.584,2383,2.217,2384,1.584,2385,0.887,2386,1.584,2387,0.887,2388,0.887,2389,0.887,2390,0.887,2391,0.887,2392,1.584,2393,1.584,2394,0.887,2395,1.584,2396,0.887,2397,0.887,2398,0.887,2399,0.887,2400,0.887,2401,0.887,2402,0.887,2403,0.887,2404,0.887,2405,0.887,2406,0.887,2407,0.887,2408,1.584,2409,0.887,2410,2.148,2411,0.887,2412,0.887,2413,0.887,2414,0.887,2415,0.887,2416,0.887,2417,0.887,2418,0.887,2419,0.887,2420,0.887,2421,0.887,2422,0.887,2423,0.887,2424,0.887,2425,0.887,2426,1.584,2427,0.887,2428,0.887,2429,0.887,2430,0.887,2431,0.887,2432,0.887,2433,0.887,2434,0.887,2435,0.887,2436,0.887]],["title/modules.html",[1111,3.566]],["body/modules.html",[27,0.022,122,0.022,123,0.022,1111,4.226]],["title/overview.html",[2437,4.04]],["body/overview.html",[2,2.898,27,0.021,122,0.021,123,0.021,126,1.419,240,1.027,255,2.693,627,3.132,1191,4.697,1642,4.697,1723,4.697,2437,4.697,2438,6.344]],["title/properties.html",[156,0.541,1184,1.979]],["body/properties.html",[27,0.024,122,0.021,123,0.021,141,1.277,156,0.682,377,4.177,610,3.504,1108,3.579,1177,3.973,1178,4.501,1247,4.501,1287,4.501,1470,4.501,1471,4.501,1640,3.973,1720,4.501,2187,4.501,2383,4.501,2439,5.303,2440,5.303,2441,5.303,2442,5.303,2443,5.303,2444,5.303,2445,5.303,2446,5.303,2447,5.303,2448,5.303]],["title/miscellaneous/typealiases.html",[1593,1.66,2449,4.205]],["body/miscellaneous/typealiases.html",[8,0.341,27,0.021,29,0.387,90,2.829,122,0.021,123,0.021,213,1.081,234,1.587,254,2.813,335,3.625,641,2.813,642,3.73,649,3.266,1068,4.024,1069,4.672,1076,5.293,1593,3.04,1597,5.293,2450,5.371,2451,4.559]],["title/miscellaneous/variables.html",[1593,1.66,2452,3.57]],["body/miscellaneous/variables.html",[8,0.3,27,0.024,31,3.269,37,2.622,44,2.403,45,2.729,85,2.301,86,2.005,106,2.258,122,0.02,123,0.02,124,0.273,162,4.014,167,4.906,234,1.634,329,4.906,335,3.191,519,4.906,647,3.533,649,2.476,764,4.014,783,4.906,784,4.906,1068,3.543,1069,4.331,1072,3.543,1083,4.906,1084,4.014,1085,4.014,1086,4.014,1087,4.014,1088,4.014,1593,2.676,2451,4.014,2452,4.014,2453,5.78,2454,6.786,2455,4.728,2456,4.728,2457,4.728,2458,4.728,2459,4.728,2460,5.78]]],"invertedIndex":[["",{"_index":27,"title":{},"body":{"injectables/AppUrlService.html":{},"components/AppsButtonComponent.html":{},"injectables/AuthenticationServiceMock.html":{},"interfaces/ExternalApps.html":{},"components/FooterComponent.html":{},"directives/FooterDirective.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"injectables/LayoutComponentService.html":{},"interfaces/LogoConfig.html":{},"components/NavigationComponent.html":{},"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{},"pipes/ReplaceRouterPathsPipe.html":{},"injectables/ReplaceRouterPathsService.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"injectables/SidenavComponentService.html":{},"directives/SidenavFooterDirective.html":{},"directives/SidenavHeaderDirective.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{},"changelog.html":{},"dependencies.html":{},"miscellaneous/functions.html":{},"index.html":{},"license.html":{},"modules.html":{},"overview.html":{},"properties.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["0",{"_index":361,"title":{},"body":{"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"injectables/LayoutComponentService.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/SidenavComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{}}}],["01",{"_index":1341,"title":{},"body":{"changelog.html":{}}}],["0143fc3",{"_index":1391,"title":{},"body":{"changelog.html":{}}}],["02",{"_index":1217,"title":{},"body":{"changelog.html":{}}}],["03",{"_index":1212,"title":{},"body":{"changelog.html":{}}}],["04",{"_index":1201,"title":{},"body":{"changelog.html":{}}}],["05",{"_index":1192,"title":{},"body":{"changelog.html":{}}}],["06",{"_index":1180,"title":{},"body":{"changelog.html":{}}}],["069a66b",{"_index":1574,"title":{},"body":{"changelog.html":{}}}],["07",{"_index":1222,"title":{},"body":{"changelog.html":{}}}],["08",{"_index":1395,"title":{},"body":{"changelog.html":{}}}],["09",{"_index":1210,"title":{},"body":{"changelog.html":{}}}],["0940f5f",{"_index":1517,"title":{},"body":{"changelog.html":{}}}],["0a4a33d",{"_index":1311,"title":{},"body":{"changelog.html":{}}}],["0a5c87b",{"_index":1489,"title":{},"body":{"changelog.html":{}}}],["0a8db9f",{"_index":1362,"title":{},"body":{"changelog.html":{}}}],["0px",{"_index":1065,"title":{},"body":{"components/ToggleWindowSidenavButtonComponent.html":{}}}],["1",{"_index":1723,"title":{},"body":{"license.html":{},"overview.html":{}}}],["1.1.4",{"_index":1589,"title":{},"body":{"dependencies.html":{}}}],["10",{"_index":1231,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["10.0.0",{"_index":1566,"title":{},"body":{"changelog.html":{}}}],["100",{"_index":464,"title":{},"body":{"components/LayoutComponent.html":{},"components/SidenavComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{}}}],["10000",{"_index":1063,"title":{},"body":{"components/ToggleWindowSidenavButtonComponent.html":{}}}],["10a64b6",{"_index":1491,"title":{},"body":{"changelog.html":{}}}],["10px",{"_index":1003,"title":{},"body":{"components/SidenavComponent.html":{},"components/VersionComponent.html":{}}}],["11",{"_index":1213,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["11.0.0",{"_index":1565,"title":{},"body":{"changelog.html":{}}}],["11.0.1",{"_index":1564,"title":{},"body":{"changelog.html":{}}}],["11.0.2",{"_index":1563,"title":{},"body":{"changelog.html":{}}}],["11.0.3",{"_index":1562,"title":{},"body":{"changelog.html":{}}}],["11.0.4",{"_index":1561,"title":{},"body":{"changelog.html":{}}}],["11.1.0",{"_index":1558,"title":{},"body":{"changelog.html":{}}}],["11.1.1",{"_index":1557,"title":{},"body":{"changelog.html":{}}}],["11.2.0",{"_index":1550,"title":{},"body":{"changelog.html":{}}}],["11.2.1",{"_index":1548,"title":{},"body":{"changelog.html":{}}}],["11.2.2",{"_index":1546,"title":{},"body":{"changelog.html":{}}}],["11.3.0",{"_index":1543,"title":{},"body":{"changelog.html":{}}}],["11.3.1",{"_index":1539,"title":{},"body":{"changelog.html":{}}}],["11.4.0",{"_index":1537,"title":{},"body":{"changelog.html":{}}}],["11.4.1",{"_index":1534,"title":{},"body":{"changelog.html":{}}}],["11.4.2",{"_index":1531,"title":{},"body":{"changelog.html":{}}}],["11.4.3",{"_index":1525,"title":{},"body":{"changelog.html":{}}}],["11.4.4",{"_index":1523,"title":{},"body":{"changelog.html":{}}}],["12",{"_index":482,"title":{},"body":{"components/LayoutComponent.html":{},"changelog.html":{}}}],["12.0.0",{"_index":1522,"title":{},"body":{"changelog.html":{}}}],["12.0.1",{"_index":1521,"title":{},"body":{"changelog.html":{}}}],["12.0.10",{"_index":1498,"title":{},"body":{"changelog.html":{}}}],["12.0.11",{"_index":1493,"title":{},"body":{"changelog.html":{}}}],["12.0.2",{"_index":1518,"title":{},"body":{"changelog.html":{}}}],["12.0.3",{"_index":1515,"title":{},"body":{"changelog.html":{}}}],["12.0.4",{"_index":1514,"title":{},"body":{"changelog.html":{}}}],["12.0.5",{"_index":1513,"title":{},"body":{"changelog.html":{}}}],["12.0.6",{"_index":1512,"title":{},"body":{"changelog.html":{}}}],["12.0.7",{"_index":1511,"title":{},"body":{"changelog.html":{}}}],["12.0.8",{"_index":1508,"title":{},"body":{"changelog.html":{}}}],["12.0.9",{"_index":1503,"title":{},"body":{"changelog.html":{}}}],["12.1.0",{"_index":1490,"title":{},"body":{"changelog.html":{}}}],["12.2.0",{"_index":1484,"title":{},"body":{"changelog.html":{}}}],["12.2.1",{"_index":1481,"title":{},"body":{"changelog.html":{}}}],["12.2.2",{"_index":1478,"title":{},"body":{"changelog.html":{}}}],["12.2.3",{"_index":1473,"title":{},"body":{"changelog.html":{}}}],["12dd87e",{"_index":1441,"title":{},"body":{"changelog.html":{}}}],["12px",{"_index":370,"title":{},"body":{"components/LanguageSelectorComponent.html":{},"components/SidenavComponent.html":{},"components/VersionComponent.html":{}}}],["13",{"_index":1449,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["13.0.0",{"_index":1458,"title":{},"body":{"changelog.html":{}}}],["13.x.x",{"_index":1468,"title":{},"body":{"changelog.html":{}}}],["14",{"_index":1379,"title":{},"body":{"changelog.html":{}}}],["14.0.0",{"_index":1454,"title":{},"body":{"changelog.html":{}}}],["14.0.1",{"_index":1450,"title":{},"body":{"changelog.html":{}}}],["14.0.2",{"_index":1448,"title":{},"body":{"changelog.html":{}}}],["14.0.3",{"_index":1446,"title":{},"body":{"changelog.html":{}}}],["14.x.x",{"_index":1456,"title":{},"body":{"changelog.html":{}}}],["14545bf",{"_index":1347,"title":{},"body":{"changelog.html":{}}}],["15",{"_index":1495,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["15.0.0",{"_index":1443,"title":{},"body":{"changelog.html":{}}}],["15.x.x",{"_index":1444,"title":{},"body":{"changelog.html":{}}}],["15px",{"_index":1064,"title":{},"body":{"components/ToggleWindowSidenavButtonComponent.html":{}}}],["16",{"_index":1455,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["16.0.0",{"_index":1221,"title":{},"body":{"changelog.html":{}}}],["16.0.1",{"_index":1208,"title":{},"body":{"changelog.html":{}}}],["16.0.2",{"_index":1199,"title":{},"body":{"changelog.html":{}}}],["16.0.3",{"_index":1197,"title":{},"body":{"changelog.html":{}}}],["16.2.4",{"_index":1591,"title":{},"body":{"dependencies.html":{}}}],["16.x.x",{"_index":1440,"title":{},"body":{"changelog.html":{}}}],["16px",{"_index":362,"title":{},"body":{"components/LanguageSelectorComponent.html":{}}}],["17",{"_index":1191,"title":{},"body":{"changelog.html":{},"overview.html":{}}}],["17.0.1",{"_index":1195,"title":{},"body":{"changelog.html":{}}}],["18",{"_index":1189,"title":{},"body":{"changelog.html":{}}}],["18.0.0",{"_index":1587,"title":{},"body":{"dependencies.html":{}}}],["18.0.1",{"_index":1193,"title":{},"body":{"changelog.html":{},"dependencies.html":{}}}],["18.0.2",{"_index":1188,"title":{},"body":{"changelog.html":{}}}],["18.0.3",{"_index":1177,"title":{},"body":{"changelog.html":{},"dependencies.html":{},"properties.html":{}}}],["18.1.1",{"_index":1590,"title":{},"body":{"dependencies.html":{}}}],["19",{"_index":1370,"title":{},"body":{"changelog.html":{}}}],["19.3.0",{"_index":1583,"title":{},"body":{"dependencies.html":{}}}],["192",{"_index":550,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["1996",{"_index":1981,"title":{},"body":{"license.html":{}}}],["1d1f69b",{"_index":1367,"title":{},"body":{"changelog.html":{}}}],["1d2383c",{"_index":1571,"title":{},"body":{"changelog.html":{}}}],["1dba44a",{"_index":1560,"title":{},"body":{"changelog.html":{}}}],["1fea895",{"_index":1220,"title":{},"body":{"changelog.html":{}}}],["1px",{"_index":480,"title":{},"body":{"components/LayoutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{}}}],["2",{"_index":1725,"title":{},"body":{"license.html":{}}}],["2.6.2",{"_index":1585,"title":{},"body":{"dependencies.html":{}}}],["20",{"_index":1187,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["2007",{"_index":1644,"title":{},"body":{"license.html":{}}}],["2021",{"_index":1485,"title":{},"body":{"changelog.html":{}}}],["2022",{"_index":1447,"title":{},"body":{"changelog.html":{}}}],["2023",{"_index":1224,"title":{},"body":{"changelog.html":{}}}],["2024",{"_index":1179,"title":{},"body":{"changelog.html":{}}}],["21",{"_index":1181,"title":{},"body":{"changelog.html":{}}}],["21b6199",{"_index":1402,"title":{},"body":{"changelog.html":{}}}],["21ef36d",{"_index":1453,"title":{},"body":{"changelog.html":{}}}],["22",{"_index":1359,"title":{},"body":{"changelog.html":{}}}],["23",{"_index":1225,"title":{},"body":{"changelog.html":{}}}],["24",{"_index":1399,"title":{},"body":{"changelog.html":{}}}],["250ms",{"_index":475,"title":{},"body":{"components/LayoutComponent.html":{}}}],["256",{"_index":443,"title":{},"body":{"components/LayoutComponent.html":{}}}],["2667fd7",{"_index":1412,"title":{},"body":{"changelog.html":{}}}],["27",{"_index":1200,"title":{},"body":{"changelog.html":{}}}],["27c2cd7",{"_index":1281,"title":{},"body":{"changelog.html":{}}}],["28",{"_index":1198,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["285b99c",{"_index":1207,"title":{},"body":{"changelog.html":{}}}],["2873ec4",{"_index":1576,"title":{},"body":{"changelog.html":{}}}],["29",{"_index":1196,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["2999fac",{"_index":1205,"title":{},"body":{"changelog.html":{}}}],["29a5462",{"_index":1330,"title":{},"body":{"changelog.html":{}}}],["2a50b09",{"_index":1267,"title":{},"body":{"changelog.html":{}}}],["2c0cf1d",{"_index":1356,"title":{},"body":{"changelog.html":{}}}],["2e2c351",{"_index":1334,"title":{},"body":{"changelog.html":{}}}],["2eeb7eb",{"_index":1551,"title":{},"body":{"changelog.html":{}}}],["2px",{"_index":1000,"title":{},"body":{"components/SidenavComponent.html":{}}}],["3",{"_index":1642,"title":{},"body":{"license.html":{},"overview.html":{}}}],["3.0",{"_index":2446,"title":{},"body":{"properties.html":{}}}],["30",{"_index":1194,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["3051ba6",{"_index":1577,"title":{},"body":{"changelog.html":{}}}],["31",{"_index":1396,"title":{},"body":{"changelog.html":{}}}],["31c72a1",{"_index":1342,"title":{},"body":{"changelog.html":{}}}],["32px",{"_index":359,"title":{},"body":{"components/LanguageSelectorComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["3394767",{"_index":1265,"title":{},"body":{"changelog.html":{}}}],["346be5d",{"_index":1486,"title":{},"body":{"changelog.html":{}}}],["354cce1",{"_index":1533,"title":{},"body":{"changelog.html":{}}}],["35d2fef",{"_index":1348,"title":{},"body":{"changelog.html":{}}}],["35ec333",{"_index":1372,"title":{},"body":{"changelog.html":{}}}],["3a2a238",{"_index":1476,"title":{},"body":{"changelog.html":{}}}],["3b30276",{"_index":1299,"title":{},"body":{"changelog.html":{}}}],["3d90660",{"_index":1244,"title":{},"body":{"changelog.html":{}}}],["3e97a5d",{"_index":1432,"title":{},"body":{"changelog.html":{}}}],["4",{"_index":545,"title":{},"body":{"injectables/LayoutComponentService.html":{},"license.html":{}}}],["400",{"_index":615,"title":{},"body":{"components/NavigationComponent.html":{}}}],["4204cd4",{"_index":1538,"title":{},"body":{"changelog.html":{}}}],["42f1a8e",{"_index":1375,"title":{},"body":{"changelog.html":{}}}],["45bd022",{"_index":1430,"title":{},"body":{"changelog.html":{}}}],["46d4479",{"_index":1273,"title":{},"body":{"changelog.html":{}}}],["472cc12",{"_index":1304,"title":{},"body":{"changelog.html":{}}}],["48fc3f5",{"_index":1385,"title":{},"body":{"changelog.html":{}}}],["48px",{"_index":1005,"title":{},"body":{"components/SidenavComponent.html":{}}}],["4a175e8",{"_index":1581,"title":{},"body":{"changelog.html":{}}}],["4c248be",{"_index":1327,"title":{},"body":{"changelog.html":{}}}],["4d99def",{"_index":1351,"title":{},"body":{"changelog.html":{}}}],["5",{"_index":2048,"title":{},"body":{"license.html":{}}}],["5139adb",{"_index":1524,"title":{},"body":{"changelog.html":{}}}],["55afb8b",{"_index":1317,"title":{},"body":{"changelog.html":{}}}],["569488a",{"_index":1305,"title":{},"body":{"changelog.html":{}}}],["582830b",{"_index":1325,"title":{},"body":{"changelog.html":{}}}],["59f9b7e",{"_index":1252,"title":{},"body":{"changelog.html":{}}}],["6",{"_index":2438,"title":{},"body":{"overview.html":{}}}],["60",{"_index":2238,"title":{},"body":{"license.html":{}}}],["6049e53",{"_index":1308,"title":{},"body":{"changelog.html":{}}}],["64",{"_index":543,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["64px",{"_index":465,"title":{},"body":{"components/LayoutComponent.html":{}}}],["653b4cd",{"_index":1434,"title":{},"body":{"changelog.html":{}}}],["65ff765",{"_index":1368,"title":{},"body":{"changelog.html":{}}}],["66d39a4",{"_index":1320,"title":{},"body":{"changelog.html":{}}}],["66f0719",{"_index":1457,"title":{},"body":{"changelog.html":{}}}],["67e9290",{"_index":1318,"title":{},"body":{"changelog.html":{}}}],["69f92d3",{"_index":1404,"title":{},"body":{"changelog.html":{}}}],["6a54998",{"_index":1336,"title":{},"body":{"changelog.html":{}}}],["6b",{"_index":2077,"title":{},"body":{"license.html":{}}}],["6c8560a",{"_index":1275,"title":{},"body":{"changelog.html":{}}}],["6d",{"_index":2102,"title":{},"body":{"license.html":{}}}],["6e12567",{"_index":1436,"title":{},"body":{"changelog.html":{}}}],["6ea13c5",{"_index":1411,"title":{},"body":{"changelog.html":{}}}],["6px",{"_index":372,"title":{},"body":{"components/LanguageSelectorComponent.html":{},"components/SidenavComponent.html":{}}}],["7",{"_index":2009,"title":{},"body":{"license.html":{}}}],["7.8.1",{"_index":1592,"title":{},"body":{"dependencies.html":{}}}],["700",{"_index":617,"title":{},"body":{"components/NavigationComponent.html":{}}}],["706dad3",{"_index":1270,"title":{},"body":{"changelog.html":{}}}],["70px",{"_index":1061,"title":{},"body":{"components/ToggleWindowSidenavButtonComponent.html":{}}}],["71024c3",{"_index":1314,"title":{},"body":{"changelog.html":{}}}],["77c62df",{"_index":1285,"title":{},"body":{"changelog.html":{}}}],["78d02b7",{"_index":1229,"title":{},"body":{"changelog.html":{}}}],["7a35660",{"_index":1364,"title":{},"body":{"changelog.html":{}}}],["7e0c816",{"_index":1236,"title":{},"body":{"changelog.html":{}}}],["7ee22ee",{"_index":1291,"title":{},"body":{"changelog.html":{}}}],["7ffd28b",{"_index":1353,"title":{},"body":{"changelog.html":{}}}],["80f4aae",{"_index":1288,"title":{},"body":{"changelog.html":{}}}],["83e5f9a",{"_index":1530,"title":{},"body":{"changelog.html":{}}}],["8479f5c",{"_index":1433,"title":{},"body":{"changelog.html":{}}}],["849e28a",{"_index":1536,"title":{},"body":{"changelog.html":{}}}],["8834055",{"_index":1256,"title":{},"body":{"changelog.html":{}}}],["8df4bf3",{"_index":1406,"title":{},"body":{"changelog.html":{}}}],["8f1d007",{"_index":1480,"title":{},"body":{"changelog.html":{}}}],["8px",{"_index":1125,"title":{},"body":{"components/VersionComponent.html":{}}}],["954fde4",{"_index":1547,"title":{},"body":{"changelog.html":{}}}],["959px",{"_index":527,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["95c5dc0",{"_index":1344,"title":{},"body":{"changelog.html":{}}}],["95d3e46",{"_index":1579,"title":{},"body":{"changelog.html":{}}}],["96e00c4",{"_index":1295,"title":{},"body":{"changelog.html":{}}}],["96e6785",{"_index":1373,"title":{},"body":{"changelog.html":{}}}],["97ce8d0",{"_index":1400,"title":{},"body":{"changelog.html":{}}}],["9a1969f",{"_index":1380,"title":{},"body":{"changelog.html":{}}}],["9px",{"_index":1124,"title":{},"body":{"components/VersionComponent.html":{}}}],["_apps",{"_index":89,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{}}}],["_isactive",{"_index":716,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["_portal",{"_index":276,"title":{},"body":{"directives/FooterDirective.html":{}}}],["_root",{"_index":570,"title":{},"body":{"components/NavigationComponent.html":{}}}],["_subscription",{"_index":179,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/NavigationItemComponent.html":{},"components/SettingsButtonComponent.html":{}}}],["a057d77",{"_index":1428,"title":{},"body":{"changelog.html":{}}}],["a085d57",{"_index":1483,"title":{},"body":{"changelog.html":{}}}],["a212366",{"_index":1355,"title":{},"body":{"changelog.html":{}}}],["a7874fb",{"_index":1542,"title":{},"body":{"changelog.html":{}}}],["a95c8ad",{"_index":1393,"title":{},"body":{"changelog.html":{}}}],["a98e467",{"_index":1492,"title":{},"body":{"changelog.html":{}}}],["ab6e325",{"_index":1507,"title":{},"body":{"changelog.html":{}}}],["abc10a1",{"_index":1390,"title":{},"body":{"changelog.html":{}}}],["ability",{"_index":2152,"title":{},"body":{"license.html":{}}}],["above",{"_index":2220,"title":{},"body":{"license.html":{}}}],["absence",{"_index":2010,"title":{},"body":{"license.html":{}}}],["absolute",{"_index":1060,"title":{},"body":{"components/ToggleWindowSidenavButtonComponent.html":{},"license.html":{}}}],["abstracttype",{"_index":646,"title":{},"body":{"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"interfaces/NavigationStatus.html":{}}}],["abuse",{"_index":1757,"title":{},"body":{"license.html":{}}}],["aca8e49",{"_index":1520,"title":{},"body":{"changelog.html":{}}}],["acc",{"_index":838,"title":{},"body":{"injectables/NavigationService.html":{}}}],["accept",{"_index":2250,"title":{},"body":{"license.html":{}}}],["acceptance",{"_index":2249,"title":{},"body":{"license.html":{}}}],["access",{"_index":1746,"title":{},"body":{"license.html":{}}}],["accessible",{"_index":2321,"title":{},"body":{"license.html":{}}}],["accessors",{"_index":578,"title":{},"body":{"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{}}}],["accompanied",{"_index":2055,"title":{},"body":{"license.html":{}}}],["accompanies",{"_index":2435,"title":{},"body":{"license.html":{}}}],["accord",{"_index":2008,"title":{},"body":{"license.html":{}}}],["according",{"_index":2427,"title":{},"body":{"license.html":{}}}],["acknowledges",{"_index":1942,"title":{},"body":{"license.html":{}}}],["acquired",{"_index":2300,"title":{},"body":{"license.html":{}}}],["action",{"_index":1541,"title":{},"body":{"changelog.html":{}}}],["actions",{"_index":2257,"title":{},"body":{"license.html":{}}}],["activatedroute",{"_index":906,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["active",{"_index":670,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["activities",{"_index":1843,"title":{},"body":{"license.html":{}}}],["activity",{"_index":2348,"title":{},"body":{"license.html":{}}}],["actual",{"_index":2326,"title":{},"body":{"license.html":{}}}],["actual_component",{"_index":247,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["actually",{"_index":2126,"title":{},"body":{"license.html":{}}}],["ad95577",{"_index":1445,"title":{},"body":{"changelog.html":{}}}],["adapt",{"_index":1815,"title":{},"body":{"license.html":{}}}],["add",{"_index":759,"title":{},"body":{"injectables/NavigationService.html":{},"changelog.html":{},"index.html":{},"license.html":{}}}],["add(component",{"_index":1148,"title":{},"body":{"components/WindowContainerSidenavComponent.html":{}}}],["add(id",{"_index":766,"title":{},"body":{"injectables/NavigationService.html":{}}}],["added",{"_index":2007,"title":{},"body":{"license.html":{}}}],["additional",{"_index":2023,"title":{},"body":{"license.html":{}}}],["address",{"_index":2378,"title":{},"body":{"license.html":{}}}],["addressed",{"_index":1812,"title":{},"body":{"license.html":{}}}],["adopted",{"_index":1979,"title":{},"body":{"license.html":{}}}],["advanced",{"_index":1310,"title":{},"body":{"changelog.html":{}}}],["adversely",{"_index":2160,"title":{},"body":{"license.html":{}}}],["advised",{"_index":2423,"title":{},"body":{"license.html":{}}}],["affects",{"_index":2161,"title":{},"body":{"license.html":{}}}],["affero",{"_index":2368,"title":{},"body":{"license.html":{}}}],["affirmed",{"_index":2281,"title":{},"body":{"license.html":{}}}],["affirms",{"_index":1937,"title":{},"body":{"license.html":{}}}],["against",{"_index":1996,"title":{},"body":{"license.html":{}}}],["aggregate",{"_index":2039,"title":{},"body":{"license.html":{}}}],["agree",{"_index":2363,"title":{},"body":{"license.html":{}}}],["agreed",{"_index":2409,"title":{},"body":{"license.html":{}}}],["agreement",{"_index":2312,"title":{},"body":{"license.html":{}}}],["aim",{"_index":1753,"title":{},"body":{"license.html":{}}}],["aliases",{"_index":2450,"title":{},"body":{"miscellaneous/typealiases.html":{}}}],["alleging",{"_index":2289,"title":{},"body":{"license.html":{}}}],["allow",{"_index":1781,"title":{},"body":{"license.html":{}}}],["allowed",{"_index":1660,"title":{},"body":{"license.html":{}}}],["allowsignalwrites",{"_index":558,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["along",{"_index":2012,"title":{},"body":{"license.html":{}}}],["alpha.0",{"_index":1494,"title":{},"body":{"changelog.html":{}}}],["already",{"_index":1153,"title":{},"body":{"components/WindowContainerSidenavComponent.html":{},"license.html":{}}}],["alternative",{"_index":2073,"title":{},"body":{"license.html":{}}}],["although",{"_index":1749,"title":{},"body":{"license.html":{}}}],["always",{"_index":1226,"title":{},"body":{"changelog.html":{}}}],["ancillary",{"_index":2251,"title":{},"body":{"license.html":{}}}],["and/or",{"_index":1730,"title":{},"body":{"license.html":{}}}],["angular",{"_index":610,"title":{},"body":{"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/SidenavComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"changelog.html":{},"properties.html":{}}}],["angular/animations",{"_index":699,"title":{},"body":{"components/NavigationItemComponent.html":{},"dependencies.html":{}}}],["angular/animations@^18.0.1",{"_index":1609,"title":{},"body":{"index.html":{}}}],["angular/cdk",{"_index":1586,"title":{},"body":{"dependencies.html":{}}}],["angular/cdk/layout",{"_index":512,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["angular/cdk/overlay",{"_index":703,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["angular/cdk/portal",{"_index":268,"title":{},"body":{"components/FooterComponent.html":{},"directives/FooterDirective.html":{},"components/SettingsButtonComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["angular/cdk@^18.0.0",{"_index":1610,"title":{},"body":{"index.html":{}}}],["angular/common",{"_index":171,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{},"dependencies.html":{}}}],["angular/common@^18.0.1",{"_index":1611,"title":{},"body":{"index.html":{}}}],["angular/core",{"_index":55,"title":{},"body":{"injectables/AppUrlService.html":{},"components/AppsButtonComponent.html":{},"injectables/AuthenticationServiceMock.html":{},"interfaces/ExternalApps.html":{},"components/FooterComponent.html":{},"directives/FooterDirective.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"injectables/LayoutComponentService.html":{},"components/NavigationComponent.html":{},"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{},"pipes/ReplaceRouterPathsPipe.html":{},"injectables/ReplaceRouterPathsService.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"injectables/SidenavComponentService.html":{},"directives/SidenavFooterDirective.html":{},"directives/SidenavHeaderDirective.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{},"dependencies.html":{}}}],["angular/core/rxjs",{"_index":516,"title":{},"body":{"injectables/LayoutComponentService.html":{},"components/UserProfileIconComponent.html":{}}}],["angular/core@^18.0.1",{"_index":1612,"title":{},"body":{"index.html":{}}}],["angular/forms",{"_index":318,"title":{},"body":{"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"dependencies.html":{}}}],["angular/forms@^18.0.1",{"_index":1613,"title":{},"body":{"index.html":{}}}],["angular/material",{"_index":1588,"title":{},"body":{"dependencies.html":{}}}],["angular/material/button",{"_index":170,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/HeaderComponent.html":{},"components/LayoutComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{}}}],["angular/material/core",{"_index":319,"title":{},"body":{"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/NavigationItemComponent.html":{}}}],["angular/material/divider",{"_index":604,"title":{},"body":{"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/SidenavComponent.html":{}}}],["angular/material/form",{"_index":320,"title":{},"body":{"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{}}}],["angular/material/icon",{"_index":169,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/HeaderComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationItemComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["angular/material/menu",{"_index":322,"title":{},"body":{"components/HeaderComponent.html":{},"components/LayoutComponent.html":{},"components/SettingsButtonComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["angular/material/progress",{"_index":754,"title":{},"body":{"components/NavigationProgressBarComponent.html":{}}}],["angular/material/select",{"_index":323,"title":{},"body":{"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{}}}],["angular/material/sidenav",{"_index":412,"title":{},"body":{"components/LayoutComponent.html":{},"injectables/LayoutComponentService.html":{}}}],["angular/material/slide",{"_index":324,"title":{},"body":{"components/HeaderComponent.html":{}}}],["angular/material/toolbar",{"_index":269,"title":{},"body":{"components/FooterComponent.html":{},"components/HeaderComponent.html":{}}}],["angular/material@^18.0.0",{"_index":1614,"title":{},"body":{"index.html":{}}}],["angular/router",{"_index":413,"title":{},"body":{"components/LayoutComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/SettingsButtonComponent.html":{},"dependencies.html":{}}}],["angular/router@^18.0.1",{"_index":1615,"title":{},"body":{"index.html":{}}}],["animate",{"_index":696,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["animate(150",{"_index":713,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["animate(300",{"_index":715,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["animations",{"_index":707,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["anti",{"_index":1967,"title":{},"body":{"license.html":{}}}],["any)['divider",{"_index":635,"title":{},"body":{"components/NavigationComponent.html":{}}}],["anyone",{"_index":2020,"title":{},"body":{"license.html":{}}}],["anything",{"_index":1828,"title":{},"body":{"license.html":{}}}],["app",{"_index":100,"title":{},"body":{"injectables/AppUrlService.html":{},"components/AppsButtonComponent.html":{},"interfaces/ExternalApps.html":{}}}],["app.hidden",{"_index":112,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{}}}],["app.id",{"_index":98,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{}}}],["app.label",{"_index":191,"title":{},"body":{"components/AppsButtonComponent.html":{}}}],["appid",{"_index":34,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{}}}],["applicable",{"_index":1833,"title":{},"body":{"license.html":{}}}],["applied",{"_index":1788,"title":{},"body":{"license.html":{}}}],["applies",{"_index":1680,"title":{},"body":{"license.html":{}}}],["applist",{"_index":110,"title":{},"body":{"injectables/AppUrlService.html":{},"components/AppsButtonComponent.html":{},"interfaces/ExternalApps.html":{}}}],["apply",{"_index":1249,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["appropriate",{"_index":1857,"title":{},"body":{"license.html":{}}}],["appropriately",{"_index":2001,"title":{},"body":{"license.html":{}}}],["approximates",{"_index":2431,"title":{},"body":{"license.html":{}}}],["apps",{"_index":142,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{},"changelog.html":{}}}],["appsbuttoncomponent",{"_index":125,"title":{"components/AppsButtonComponent.html":{}},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["appurlservice",{"_index":1,"title":{"injectables/AppUrlService.html":{}},"body":{"injectables/AppUrlService.html":{},"components/AppsButtonComponent.html":{},"interfaces/ExternalApps.html":{}}}],["area",{"_index":1759,"title":{},"body":{"license.html":{}}}],["arise",{"_index":1767,"title":{},"body":{"license.html":{}}}],["arising",{"_index":2413,"title":{},"body":{"license.html":{}}}],["around",{"_index":1012,"title":{},"body":{"components/SidenavComponent.html":{}}}],["arrange",{"_index":2322,"title":{},"body":{"license.html":{}}}],["arrangement",{"_index":2335,"title":{},"body":{"license.html":{}}}],["array",{"_index":90,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{},"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{},"components/SettingsButtonComponent.html":{},"miscellaneous/typealiases.html":{}}}],["arrow",{"_index":373,"title":{},"body":{"components/LanguageSelectorComponent.html":{},"components/SidenavComponent.html":{}}}],["article",{"_index":1976,"title":{},"body":{"license.html":{}}}],["asking",{"_index":1702,"title":{},"body":{"license.html":{}}}],["asnavigationitem",{"_index":571,"title":{},"body":{"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{}}}],["asnavigationitem(item",{"_index":588,"title":{},"body":{"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{}}}],["assert",{"_index":1724,"title":{},"body":{"license.html":{}}}],["assets",{"_index":2271,"title":{},"body":{"license.html":{}}}],["assets/logo.png",{"_index":549,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["associated",{"_index":1916,"title":{},"body":{"license.html":{}}}],["assume",{"_index":2403,"title":{},"body":{"license.html":{}}}],["assumption",{"_index":2434,"title":{},"body":{"license.html":{}}}],["assumptions",{"_index":2207,"title":{},"body":{"license.html":{}}}],["assures",{"_index":1791,"title":{},"body":{"license.html":{}}}],["async",{"_index":12,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{},"components/SignOutComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["asyncpipe",{"_index":260,"title":{},"body":{"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/SidenavComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["attempt",{"_index":2223,"title":{},"body":{"license.html":{}}}],["attributed",{"_index":1741,"title":{},"body":{"license.html":{}}}],["attributions",{"_index":2188,"title":{},"body":{"license.html":{}}}],["authenticationservice",{"_index":159,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/SignOutComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["authenticationservicemock",{"_index":248,"title":{"injectables/AuthenticationServiceMock.html":{}},"body":{"injectables/AuthenticationServiceMock.html":{}}}],["author",{"_index":2187,"title":{},"body":{"license.html":{},"properties.html":{}}}],["authorization",{"_index":1312,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["authorizationservice",{"_index":22,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{}}}],["authorized",{"_index":2180,"title":{},"body":{"license.html":{}}}],["authorizes",{"_index":2295,"title":{},"body":{"license.html":{}}}],["authorizing",{"_index":2339,"title":{},"body":{"license.html":{}}}],["authors",{"_index":1684,"title":{},"body":{"license.html":{}}}],["auto",{"_index":1255,"title":{},"body":{"changelog.html":{}}}],["automatic",{"_index":2261,"title":{},"body":{"license.html":{}}}],["automatically",{"_index":1929,"title":{},"body":{"license.html":{}}}],["available",{"_index":1841,"title":{},"body":{"license.html":{}}}],["availablethemes",{"_index":891,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["availabletypographies",{"_index":892,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["avatar",{"_index":1101,"title":{},"body":{"components/UserProfileIconComponent.html":{}}}],["avoid",{"_index":1785,"title":{},"body":{"license.html":{}}}],["await",{"_index":115,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{},"components/SignOutComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["away",{"_index":1669,"title":{},"body":{"license.html":{}}}],["b",{"_index":1893,"title":{},"body":{"license.html":{}}}],["b131ac3",{"_index":1397,"title":{},"body":{"changelog.html":{}}}],["b6e6d23",{"_index":1568,"title":{},"body":{"changelog.html":{}}}],["background",{"_index":1067,"title":{},"body":{"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["bar",{"_index":744,"title":{},"body":{"components/NavigationProgressBarComponent.html":{}}}],["bar'},{'name",{"_index":217,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["bar.component",{"_index":332,"title":{},"body":{"components/HeaderComponent.html":{}}}],["bar.component.html",{"_index":747,"title":{},"body":{"components/NavigationProgressBarComponent.html":{}}}],["bar.component.scss",{"_index":746,"title":{},"body":{"components/NavigationProgressBarComponent.html":{}}}],["bar.component.ts",{"_index":743,"title":{},"body":{"components/NavigationProgressBarComponent.html":{}}}],["bar.component.ts:37",{"_index":749,"title":{},"body":{"components/NavigationProgressBarComponent.html":{}}}],["bar.component.ts:40",{"_index":750,"title":{},"body":{"components/NavigationProgressBarComponent.html":{}}}],["bar/navigation",{"_index":331,"title":{},"body":{"components/HeaderComponent.html":{},"components/NavigationProgressBarComponent.html":{}}}],["based",{"_index":1824,"title":{},"body":{"license.html":{}}}],["basic",{"_index":1930,"title":{},"body":{"license.html":{}}}],["bcd9988",{"_index":1301,"title":{},"body":{"changelog.html":{}}}],["be394b0",{"_index":1545,"title":{},"body":{"changelog.html":{}}}],["behalf",{"_index":1955,"title":{},"body":{"license.html":{}}}],["behaviorsubject",{"_index":1018,"title":{},"body":{"injectables/SidenavComponentService.html":{}}}],["behaviorsubject(true",{"_index":1017,"title":{},"body":{"injectables/SidenavComponentService.html":{}}}],["being",{"_index":2100,"title":{},"body":{"license.html":{}}}],["believe",{"_index":2332,"title":{},"body":{"license.html":{}}}],["below",{"_index":1962,"title":{},"body":{"license.html":{}}}],["benefit",{"_index":2325,"title":{},"body":{"license.html":{}}}],["between",{"_index":1419,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["beyond",{"_index":2041,"title":{},"body":{"license.html":{}}}],["bfda0dc",{"_index":1415,"title":{},"body":{"changelog.html":{}}}],["black",{"_index":1066,"title":{},"body":{"components/ToggleWindowSidenavButtonComponent.html":{}}}],["block",{"_index":711,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["body",{"_index":1880,"title":{},"body":{"license.html":{}}}],["boolean",{"_index":82,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{},"components/NavigationComponent.html":{},"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"components/NavigationItemComponent.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{},"components/ToggleWindowSidenavButtonComponent.html":{}}}],["border",{"_index":371,"title":{},"body":{"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/SidenavComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["both",{"_index":1735,"title":{},"body":{"license.html":{}}}],["bottom",{"_index":369,"title":{},"body":{"components/LanguageSelectorComponent.html":{},"components/SidenavComponent.html":{},"components/VersionComponent.html":{}}}],["boundaries",{"_index":63,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{}}}],["box",{"_index":469,"title":{},"body":{"components/LayoutComponent.html":{}}}],["breaking",{"_index":1442,"title":{},"body":{"changelog.html":{}}}],["browser",{"_index":1240,"title":{},"body":{"changelog.html":{}}}],["bug",{"_index":1202,"title":{},"body":{"changelog.html":{}}}],["bugs",{"_index":2444,"title":{},"body":{"properties.html":{}}}],["build",{"_index":1462,"title":{},"body":{"changelog.html":{}}}],["bump",{"_index":1183,"title":{},"body":{"changelog.html":{}}}],["bundled",{"_index":1322,"title":{},"body":{"changelog.html":{}}}],["business",{"_index":2345,"title":{},"body":{"license.html":{}}}],["button",{"_index":143,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"changelog.html":{}}}],["button'},{'name",{"_index":198,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["button.component",{"_index":330,"title":{},"body":{"components/HeaderComponent.html":{}}}],["button.component.html",{"_index":155,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{}}}],["button.component.scss",{"_index":153,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{}}}],["button.component.ts",{"_index":133,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{}}}],["button.component.ts:101",{"_index":916,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["button.component.ts:105",{"_index":920,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["button.component.ts:109",{"_index":926,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["button.component.ts:113",{"_index":914,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["button.component.ts:117",{"_index":919,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["button.component.ts:121",{"_index":924,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["button.component.ts:18",{"_index":886,"title":{},"body":{"components/ResetButtonComponent.html":{}}}],["button.component.ts:21",{"_index":888,"title":{},"body":{"components/ResetButtonComponent.html":{}}}],["button.component.ts:25",{"_index":1033,"title":{},"body":{"components/SidenavToggleButtonComponent.html":{}}}],["button.component.ts:27",{"_index":1034,"title":{},"body":{"components/SidenavToggleButtonComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{}}}],["button.component.ts:30",{"_index":1054,"title":{},"body":{"components/ToggleWindowSidenavButtonComponent.html":{}}}],["button.component.ts:32",{"_index":1055,"title":{},"body":{"components/ToggleWindowSidenavButtonComponent.html":{}}}],["button.component.ts:40",{"_index":929,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["button.component.ts:41",{"_index":930,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["button.component.ts:47",{"_index":165,"title":{},"body":{"components/AppsButtonComponent.html":{}}}],["button.component.ts:49",{"_index":164,"title":{},"body":{"components/AppsButtonComponent.html":{}}}],["button.component.ts:50",{"_index":928,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["button.component.ts:51",{"_index":161,"title":{},"body":{"components/AppsButtonComponent.html":{}}}],["button.component.ts:53",{"_index":927,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["button.component.ts:54",{"_index":908,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["button.component.ts:57",{"_index":931,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["button.component.ts:85",{"_index":909,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["button.component.ts:89",{"_index":911,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["button.component.ts:93",{"_index":918,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["button.component.ts:97",{"_index":922,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["button/apps",{"_index":132,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/HeaderComponent.html":{}}}],["button/reset",{"_index":883,"title":{},"body":{"components/ResetButtonComponent.html":{}}}],["button/settings",{"_index":333,"title":{},"body":{"components/HeaderComponent.html":{},"components/SettingsButtonComponent.html":{}}}],["button/sidenav",{"_index":334,"title":{},"body":{"components/HeaderComponent.html":{},"components/SidenavToggleButtonComponent.html":{}}}],["button/toggle",{"_index":1049,"title":{},"body":{"components/ToggleWindowSidenavButtonComponent.html":{}}}],["c",{"_index":1646,"title":{},"body":{"license.html":{}}}],["c0fd3bc",{"_index":1294,"title":{},"body":{"changelog.html":{}}}],["c72febe",{"_index":1365,"title":{},"body":{"changelog.html":{}}}],["c7d1267",{"_index":1552,"title":{},"body":{"changelog.html":{}}}],["ca6d4d5",{"_index":1408,"title":{},"body":{"changelog.html":{}}}],["calc(100",{"_index":358,"title":{},"body":{"components/LanguageSelectorComponent.html":{}}}],["called",{"_index":1822,"title":{},"body":{"license.html":{}}}],["cancel",{"_index":832,"title":{},"body":{"injectables/NavigationService.html":{}}}],["carry",{"_index":2014,"title":{},"body":{"license.html":{}}}],["case",{"_index":1881,"title":{},"body":{"license.html":{}}}],["cases",{"_index":2120,"title":{},"body":{"license.html":{}}}],["catcherror",{"_index":785,"title":{},"body":{"injectables/NavigationService.html":{}}}],["cause",{"_index":2045,"title":{},"body":{"license.html":{}}}],["cb2082f",{"_index":1573,"title":{},"body":{"changelog.html":{}}}],["cc0eece",{"_index":1420,"title":{},"body":{"changelog.html":{}}}],["cc1e4c2",{"_index":1497,"title":{},"body":{"changelog.html":{}}}],["ccd3b2b",{"_index":1377,"title":{},"body":{"changelog.html":{}}}],["cdr",{"_index":581,"title":{},"body":{"components/NavigationComponent.html":{}}}],["ce4f5c4",{"_index":1337,"title":{},"body":{"changelog.html":{}}}],["cease",{"_index":2227,"title":{},"body":{"license.html":{}}}],["center",{"_index":1097,"title":{},"body":{"components/UserProfileIconComponent.html":{}}}],["certain",{"_index":1705,"title":{},"body":{"license.html":{}}}],["cessation",{"_index":2240,"title":{},"body":{"license.html":{}}}],["cf1649a",{"_index":1502,"title":{},"body":{"changelog.html":{}}}],["cf553c9",{"_index":1371,"title":{},"body":{"changelog.html":{}}}],["cfdce4e",{"_index":1339,"title":{},"body":{"changelog.html":{}}}],["change",{"_index":1166,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["changed",{"_index":1260,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["changedetection",{"_index":138,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["changedetectionstrategy",{"_index":166,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["changedetectionstrategy.onpush",{"_index":139,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["changedetectorref",{"_index":582,"title":{},"body":{"components/NavigationComponent.html":{}}}],["changelog",{"_index":934,"title":{"changelog.html":{}},"body":{"components/SettingsButtonComponent.html":{},"changelog.html":{},"dependencies.html":{}}}],["changelog@^18.0.3",{"_index":1625,"title":{},"body":{"index.html":{}}}],["changelogservice",{"_index":907,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["changes",{"_index":1169,"title":{},"body":{"changelog.html":{}}}],["changes['item",{"_index":726,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["changes['item'].currentvalue",{"_index":727,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["changing",{"_index":1659,"title":{},"body":{"license.html":{}}}],["characterized",{"_index":2149,"title":{},"body":{"license.html":{}}}],["charge",{"_index":1689,"title":{},"body":{"license.html":{}}}],["check",{"_index":417,"title":{},"body":{"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"changelog.html":{},"dependencies.html":{}}}],["check@^18.0.3",{"_index":1627,"title":{},"body":{"index.html":{}}}],["checknavigationitemstatusproviders",{"_index":808,"title":{},"body":{"injectables/NavigationService.html":{}}}],["checknavigationstatusproviders",{"_index":848,"title":{},"body":{"injectables/NavigationService.html":{}}}],["children",{"_index":659,"title":{},"body":{"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"components/NavigationItemComponent.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{},"changelog.html":{}}}],["childrenexists",{"_index":1479,"title":{},"body":{"changelog.html":{}}}],["choose",{"_index":2386,"title":{},"body":{"license.html":{}}}],["choosing",{"_index":2391,"title":{},"body":{"license.html":{}}}],["chore",{"_index":1437,"title":{},"body":{"changelog.html":{}}}],["chrome",{"_index":487,"title":{},"body":{"components/LayoutComponent.html":{}}}],["circular",{"_index":1418,"title":{},"body":{"changelog.html":{}}}],["circumstances",{"_index":1960,"title":{},"body":{"license.html":{}}}],["circumvention",{"_index":1968,"title":{},"body":{"license.html":{}}}],["civil",{"_index":2433,"title":{},"body":{"license.html":{}}}],["claim",{"_index":2286,"title":{},"body":{"license.html":{}}}],["claims",{"_index":2297,"title":{},"body":{"license.html":{}}}],["class",{"_index":87,"title":{},"body":{"injectables/AppUrlService.html":{},"components/AppsButtonComponent.html":{},"injectables/AuthenticationServiceMock.html":{},"interfaces/ExternalApps.html":{},"components/FooterComponent.html":{},"directives/FooterDirective.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"injectables/LayoutComponentService.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"injectables/NavigationService.html":{},"pipes/ReplaceRouterPathsPipe.html":{},"injectables/ReplaceRouterPathsService.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"injectables/SidenavComponentService.html":{},"directives/SidenavFooterDirective.html":{},"directives/SidenavHeaderDirective.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{},"changelog.html":{},"license.html":{}}}],["class.active",{"_index":671,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["class.rxap",{"_index":577,"title":{},"body":{"components/NavigationComponent.html":{}}}],["cleannavigation",{"_index":852,"title":{},"body":{"injectables/NavigationService.html":{}}}],["cleannavigation.push(navigationitem",{"_index":854,"title":{},"body":{"injectables/NavigationService.html":{}}}],["clear",{"_index":2087,"title":{},"body":{"license.html":{}}}],["clearly",{"_index":1732,"title":{},"body":{"license.html":{}}}],["clickonlink",{"_index":64,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{}}}],["clickonlink(url",{"_index":109,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{}}}],["close",{"_index":1257,"title":{},"body":{"changelog.html":{}}}],["closely",{"_index":2430,"title":{},"body":{"license.html":{}}}],["code",{"_index":1293,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["coerceboolean",{"_index":605,"title":{},"body":{"components/NavigationComponent.html":{}}}],["coerceboolean(value",{"_index":623,"title":{},"body":{"components/NavigationComponent.html":{}}}],["collapsable",{"_index":298,"title":{},"body":{"components/HeaderComponent.html":{},"components/LayoutComponent.html":{},"injectables/LayoutComponentService.html":{}}}],["collapse",{"_index":993,"title":{},"body":{"components/SidenavComponent.html":{},"changelog.html":{}}}],["collapsed",{"_index":1007,"title":{},"body":{"components/SidenavComponent.html":{},"injectables/SidenavComponentService.html":{},"changelog.html":{}}}],["collapsedclasses",{"_index":1578,"title":{},"body":{"changelog.html":{}}}],["collect",{"_index":2365,"title":{},"body":{"license.html":{}}}],["color",{"_index":303,"title":{},"body":{"components/HeaderComponent.html":{},"changelog.html":{}}}],["combination",{"_index":2372,"title":{},"body":{"license.html":{}}}],["combine",{"_index":2370,"title":{},"body":{"license.html":{}}}],["combined",{"_index":2035,"title":{},"body":{"license.html":{}}}],["combinelatest",{"_index":781,"title":{},"body":{"injectables/NavigationService.html":{}}}],["combinelatest(isvisiblearray$).pipe",{"_index":835,"title":{},"body":{"injectables/NavigationService.html":{}}}],["comes",{"_index":2021,"title":{},"body":{"license.html":{}}}],["commands",{"_index":1869,"title":{},"body":{"license.html":{}}}],["commercial",{"_index":2131,"title":{},"body":{"license.html":{}}}],["commit",{"_index":1175,"title":{},"body":{"changelog.html":{}}}],["commitment",{"_index":2313,"title":{},"body":{"license.html":{}}}],["commits",{"_index":1174,"title":{},"body":{"changelog.html":{}}}],["common",{"_index":2125,"title":{},"body":{"license.html":{}}}],["commonmodule",{"_index":890,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["communication",{"_index":1925,"title":{},"body":{"license.html":{}}}],["compilation",{"_index":2030,"title":{},"body":{"license.html":{}}}],["compilation's",{"_index":2040,"title":{},"body":{"license.html":{}}}],["compilations",{"_index":2350,"title":{},"body":{"license.html":{}}}],["compiler",{"_index":1903,"title":{},"body":{"license.html":{}}}],["complete",{"_index":831,"title":{},"body":{"injectables/NavigationService.html":{}}}],["compliance",{"_index":2267,"title":{},"body":{"license.html":{}}}],["comply",{"_index":1953,"title":{},"body":{"license.html":{}}}],["component",{"_index":124,"title":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{},"changelog.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["component.component",{"_index":1155,"title":{},"body":{"components/WindowContainerSidenavComponent.html":{}}}],["component.componentfactoryresolver",{"_index":1158,"title":{},"body":{"components/WindowContainerSidenavComponent.html":{}}}],["component.id",{"_index":1152,"title":{},"body":{"components/WindowContainerSidenavComponent.html":{}}}],["component.injector",{"_index":1157,"title":{},"body":{"components/WindowContainerSidenavComponent.html":{}}}],["component.viewcontainerref",{"_index":1156,"title":{},"body":{"components/WindowContainerSidenavComponent.html":{}}}],["component_template",{"_index":197,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["componentportal",{"_index":932,"title":{},"body":{"components/SettingsButtonComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["componentportal(item",{"_index":951,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["components",{"_index":126,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{},"overview.html":{}}}],["componenttype",{"_index":933,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["computed",{"_index":513,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["computer",{"_index":1837,"title":{},"body":{"license.html":{}}}],["computers",{"_index":1784,"title":{},"body":{"license.html":{}}}],["concept",{"_index":1544,"title":{},"body":{"changelog.html":{}}}],["concerning",{"_index":2371,"title":{},"body":{"license.html":{}}}],["concerns",{"_index":2379,"title":{},"body":{"license.html":{}}}],["conditioned",{"_index":2344,"title":{},"body":{"license.html":{}}}],["conditions",{"_index":1796,"title":{},"body":{"license.html":{}}}],["config",{"_index":31,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{},"injectables/LayoutComponentService.html":{},"injectables/NavigationService.html":{},"injectables/SidenavComponentService.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["configservice",{"_index":19,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{},"injectables/LayoutComponentService.html":{},"injectables/SidenavComponentService.html":{}}}],["configuration",{"_index":1243,"title":{},"body":{"changelog.html":{}}}],["connection",{"_index":2334,"title":{},"body":{"license.html":{}}}],["consequence",{"_index":2253,"title":{},"body":{"license.html":{}}}],["consequential",{"_index":2412,"title":{},"body":{"license.html":{}}}],["considered",{"_index":2209,"title":{},"body":{"license.html":{}}}],["consistent",{"_index":2304,"title":{},"body":{"license.html":{}}}],["console.error('isvisible",{"_index":822,"title":{},"body":{"injectables/NavigationService.html":{}}}],["conspicuously",{"_index":2000,"title":{},"body":{"license.html":{}}}],["const",{"_index":99,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{},"injectables/LayoutComponentService.html":{},"components/NavigationItemComponent.html":{},"injectables/NavigationService.html":{},"components/UserProfileIconComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["constantly",{"_index":1778,"title":{},"body":{"license.html":{}}}],["constitutes",{"_index":1941,"title":{},"body":{"license.html":{}}}],["constructor",{"_index":17,"title":{},"body":{"injectables/AppUrlService.html":{},"components/AppsButtonComponent.html":{},"interfaces/ExternalApps.html":{},"components/FooterComponent.html":{},"directives/FooterDirective.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"injectables/LayoutComponentService.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"injectables/NavigationService.html":{},"pipes/ReplaceRouterPathsPipe.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"injectables/SidenavComponentService.html":{},"directives/SidenavFooterDirective.html":{},"directives/SidenavHeaderDirective.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["constructor(authenticationservice",{"_index":1044,"title":{},"body":{"components/SignOutComponent.html":{}}}],["constructor(config",{"_index":18,"title":{},"body":{"injectables/AppUrlService.html":{},"injectables/SidenavComponentService.html":{}}}],["constructor(footercomponentservice",{"_index":496,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["constructor(footerservice",{"_index":264,"title":{},"body":{"components/FooterComponent.html":{},"directives/FooterDirective.html":{}}}],["constructor(grid",{"_index":158,"title":{},"body":{"components/AppsButtonComponent.html":{}}}],["constructor(headercomponentservice",{"_index":304,"title":{},"body":{"components/HeaderComponent.html":{}}}],["constructor(language",{"_index":348,"title":{},"body":{"components/LanguageSelectorComponent.html":{}}}],["constructor(layoutcomponentservice",{"_index":392,"title":{},"body":{"components/LayoutComponent.html":{},"components/SidenavToggleButtonComponent.html":{}}}],["constructor(navigation",{"_index":762,"title":{},"body":{"injectables/NavigationService.html":{}}}],["constructor(navigationservice",{"_index":579,"title":{},"body":{"components/NavigationComponent.html":{}}}],["constructor(private",{"_index":1019,"title":{},"body":{"injectables/SidenavComponentService.html":{}}}],["constructor(public",{"_index":354,"title":{},"body":{"components/LanguageSelectorComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{}}}],["constructor(resetservice",{"_index":885,"title":{},"body":{"components/ResetButtonComponent.html":{}}}],["constructor(router",{"_index":673,"title":{},"body":{"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{}}}],["constructor(service",{"_index":1132,"title":{},"body":{"components/WindowContainerSidenavComponent.html":{}}}],["constructor(sidenav",{"_index":982,"title":{},"body":{"components/SidenavComponent.html":{}}}],["constructor(template",{"_index":1026,"title":{},"body":{"directives/SidenavFooterDirective.html":{},"directives/SidenavHeaderDirective.html":{}}}],["constructor(theme",{"_index":904,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["constructor(userprofileservice",{"_index":1073,"title":{},"body":{"components/UserProfileIconComponent.html":{}}}],["constructor(version",{"_index":1112,"title":{},"body":{"components/VersionComponent.html":{}}}],["construed",{"_index":2353,"title":{},"body":{"license.html":{}}}],["consumer",{"_index":2108,"title":{},"body":{"license.html":{}}}],["contain",{"_index":1254,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["container",{"_index":239,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{},"changelog.html":{}}}],["containercomponent",{"_index":1140,"title":{},"body":{"components/WindowContainerSidenavComponent.html":{}}}],["containing",{"_index":2190,"title":{},"body":{"license.html":{}}}],["contains",{"_index":2213,"title":{},"body":{"license.html":{}}}],["content",{"_index":1010,"title":{},"body":{"components/SidenavComponent.html":{},"changelog.html":{},"license.html":{}}}],["contentchild",{"_index":988,"title":{},"body":{"components/SidenavComponent.html":{}}}],["contentchild(sidenavfooterdirective",{"_index":985,"title":{},"body":{"components/SidenavComponent.html":{}}}],["contentchild(sidenavheaderdirective",{"_index":987,"title":{},"body":{"components/SidenavComponent.html":{}}}],["contents",{"_index":2308,"title":{},"body":{"license.html":{}}}],["context",{"_index":1898,"title":{},"body":{"license.html":{}}}],["continue",{"_index":2155,"title":{},"body":{"license.html":{}}}],["continued",{"_index":2140,"title":{},"body":{"license.html":{}}}],["contractual",{"_index":2206,"title":{},"body":{"license.html":{}}}],["contradict",{"_index":2359,"title":{},"body":{"license.html":{}}}],["contrast",{"_index":1672,"title":{},"body":{"license.html":{}}}],["contributor",{"_index":2294,"title":{},"body":{"license.html":{}}}],["contributor's",{"_index":2296,"title":{},"body":{"license.html":{}}}],["control",{"_index":1909,"title":{},"body":{"license.html":{}}}],["controlled",{"_index":2299,"title":{},"body":{"license.html":{}}}],["convenient",{"_index":1860,"title":{},"body":{"license.html":{}}}],["conventional",{"_index":1173,"title":{},"body":{"changelog.html":{}}}],["convey",{"_index":1845,"title":{},"body":{"license.html":{}}}],["conveyance",{"_index":2337,"title":{},"body":{"license.html":{}}}],["conveyed",{"_index":2150,"title":{},"body":{"license.html":{}}}],["conveying",{"_index":1854,"title":{},"body":{"license.html":{}}}],["conveys",{"_index":2205,"title":{},"body":{"license.html":{}}}],["copies",{"_index":1657,"title":{},"body":{"license.html":{}}}],["copy",{"_index":1654,"title":{},"body":{"license.html":{}}}],["copying",{"_index":1797,"title":{},"body":{"license.html":{}}}],["copyleft",{"_index":1662,"title":{},"body":{"license.html":{}}}],["copyright",{"_index":1645,"title":{},"body":{"license.html":{}}}],["copyrightable",{"_index":1807,"title":{},"body":{"license.html":{}}}],["copyrighted",{"_index":1957,"title":{},"body":{"license.html":{}}}],["core",{"_index":1466,"title":{},"body":{"changelog.html":{}}}],["correct",{"_index":1214,"title":{},"body":{"changelog.html":{}}}],["correction",{"_index":2407,"title":{},"body":{"license.html":{}}}],["corresponding",{"_index":1906,"title":{},"body":{"license.html":{}}}],["cost",{"_index":2070,"title":{},"body":{"license.html":{}}}],["counterclaim",{"_index":2287,"title":{},"body":{"license.html":{}}}],["countries",{"_index":1842,"title":{},"body":{"license.html":{}}}],["country",{"_index":2328,"title":{},"body":{"license.html":{}}}],["court",{"_index":2358,"title":{},"body":{"license.html":{}}}],["courts",{"_index":2429,"title":{},"body":{"license.html":{}}}],["covenant",{"_index":2316,"title":{},"body":{"license.html":{}}}],["cover",{"_index":1100,"title":{},"body":{"components/UserProfileIconComponent.html":{}}}],["coverage",{"_index":2123,"title":{},"body":{"license.html":{}}}],["covered",{"_index":1825,"title":{},"body":{"license.html":{}}}],["create",{"_index":1321,"title":{},"body":{"changelog.html":{}}}],["creation",{"_index":1329,"title":{},"body":{"changelog.html":{}}}],["criterion",{"_index":1872,"title":{},"body":{"license.html":{}}}],["cross",{"_index":2285,"title":{},"body":{"license.html":{}}}],["css",{"_index":1302,"title":{},"body":{"changelog.html":{}}}],["cure",{"_index":2245,"title":{},"body":{"license.html":{}}}],["currentdensityvalue",{"_index":937,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["currentthemedensity",{"_index":521,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["currentthemevalue",{"_index":941,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["currenttypographyvalue",{"_index":939,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["cursor",{"_index":1103,"title":{},"body":{"components/UserProfileIconComponent.html":{}}}],["custom",{"_index":1333,"title":{},"body":{"changelog.html":{}}}],["customarily",{"_index":2058,"title":{},"body":{"license.html":{}}}],["customer",{"_index":2065,"title":{},"body":{"license.html":{}}}],["d",{"_index":2029,"title":{},"body":{"license.html":{}}}],["d1e2cd2",{"_index":1527,"title":{},"body":{"changelog.html":{}}}],["d42cf01",{"_index":1258,"title":{},"body":{"changelog.html":{}}}],["d54c5fe",{"_index":1556,"title":{},"body":{"changelog.html":{}}}],["d7de1cb",{"_index":1248,"title":{},"body":{"changelog.html":{}}}],["da870f0",{"_index":1324,"title":{},"body":{"changelog.html":{}}}],["damages",{"_index":2410,"title":{},"body":{"license.html":{}}}],["danger",{"_index":1787,"title":{},"body":{"license.html":{}}}],["dark:text",{"_index":613,"title":{},"body":{"components/NavigationComponent.html":{}}}],["darkmode",{"_index":1259,"title":{},"body":{"changelog.html":{}}}],["data",{"_index":1924,"title":{},"body":{"license.html":{}}}],["data.layout.header.menu.items",{"_index":957,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["data?.layout?.header?.menu?.items?.length",{"_index":956,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["datasourcecollectiondirective",{"_index":294,"title":{},"body":{"components/HeaderComponent.html":{}}}],["date",{"_index":2016,"title":{},"body":{"license.html":{}}}],["days",{"_index":2239,"title":{},"body":{"license.html":{}}}],["dd22b0c",{"_index":1549,"title":{},"body":{"changelog.html":{}}}],["debouncetime",{"_index":701,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["debouncetime(100",{"_index":736,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["december",{"_index":1980,"title":{},"body":{"license.html":{}}}],["decide",{"_index":2388,"title":{},"body":{"license.html":{}}}],["declining",{"_index":2197,"title":{},"body":{"license.html":{}}}],["decorator",{"_index":1300,"title":{},"body":{"changelog.html":{}}}],["decorators",{"_index":311,"title":{},"body":{"components/HeaderComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SidenavComponent.html":{},"directives/SidenavFooterDirective.html":{},"directives/SidenavHeaderDirective.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["deemed",{"_index":1970,"title":{},"body":{"license.html":{}}}],["deep",{"_index":364,"title":{},"body":{"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{}}}],["default",{"_index":44,"title":{},"body":{"injectables/AppUrlService.html":{},"components/AppsButtonComponent.html":{},"components/HeaderComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"injectables/NavigationService.html":{},"components/SettingsButtonComponent.html":{},"injectables/SidenavComponentService.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/WindowContainerSidenavComponent.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["defective",{"_index":2402,"title":{},"body":{"license.html":{}}}],["defenses",{"_index":2356,"title":{},"body":{"license.html":{}}}],["defined",{"_index":24,"title":{},"body":{"injectables/AppUrlService.html":{},"components/AppsButtonComponent.html":{},"injectables/AuthenticationServiceMock.html":{},"components/FooterComponent.html":{},"directives/FooterDirective.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"injectables/LayoutComponentService.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{},"pipes/ReplaceRouterPathsPipe.html":{},"injectables/ReplaceRouterPathsService.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"injectables/SidenavComponentService.html":{},"directives/SidenavFooterDirective.html":{},"directives/SidenavHeaderDirective.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{},"license.html":{}}}],["definition",{"_index":1914,"title":{},"body":{"license.html":{}}}],["definitions",{"_index":1801,"title":{},"body":{"license.html":{}}}],["delay",{"_index":474,"title":{},"body":{"components/LayoutComponent.html":{}}}],["denied",{"_index":2157,"title":{},"body":{"license.html":{}}}],["denominated",{"_index":2314,"title":{},"body":{"license.html":{}}}],["dense",{"_index":972,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["density",{"_index":912,"title":{},"body":{"components/SettingsButtonComponent.html":{},"changelog.html":{}}}],["deny",{"_index":1745,"title":{},"body":{"license.html":{}}}],["denying",{"_index":1701,"title":{},"body":{"license.html":{}}}],["dep",{"_index":1242,"title":{},"body":{"changelog.html":{}}}],["dependencies",{"_index":1279,"title":{"dependencies.html":{}},"body":{"changelog.html":{},"dependencies.html":{},"index.html":{}}}],["dependency",{"_index":1219,"title":{},"body":{"changelog.html":{}}}],["deprecated",{"_index":799,"title":{},"body":{"injectables/NavigationService.html":{}}}],["deprive",{"_index":2323,"title":{},"body":{"license.html":{}}}],["designated",{"_index":2079,"title":{},"body":{"license.html":{}}}],["designed",{"_index":1667,"title":{},"body":{"license.html":{}}}],["detail",{"_index":2377,"title":{},"body":{"license.html":{}}}],["determinereleasename",{"_index":414,"title":{},"body":{"components/LayoutComponent.html":{}}}],["determinereleasename(this.environment",{"_index":445,"title":{},"body":{"components/LayoutComponent.html":{}}}],["determining",{"_index":2118,"title":{},"body":{"license.html":{}}}],["dev.0",{"_index":1186,"title":{},"body":{"changelog.html":{},"dependencies.html":{},"index.html":{}}}],["dev.1",{"_index":1178,"title":{},"body":{"changelog.html":{},"properties.html":{}}}],["dev.10",{"_index":1407,"title":{},"body":{"changelog.html":{}}}],["dev.11",{"_index":1405,"title":{},"body":{"changelog.html":{}}}],["dev.12",{"_index":1403,"title":{},"body":{"changelog.html":{}}}],["dev.13",{"_index":1401,"title":{},"body":{"changelog.html":{}}}],["dev.14",{"_index":1398,"title":{},"body":{"changelog.html":{}}}],["dev.15",{"_index":1394,"title":{},"body":{"changelog.html":{}}}],["dev.16",{"_index":1392,"title":{},"body":{"changelog.html":{}}}],["dev.17",{"_index":1389,"title":{},"body":{"changelog.html":{}}}],["dev.18",{"_index":1388,"title":{},"body":{"changelog.html":{}}}],["dev.19",{"_index":1387,"title":{},"body":{"changelog.html":{}}}],["dev.2",{"_index":1190,"title":{},"body":{"changelog.html":{}}}],["dev.20",{"_index":1386,"title":{},"body":{"changelog.html":{}}}],["dev.21",{"_index":1384,"title":{},"body":{"changelog.html":{}}}],["dev.22",{"_index":1383,"title":{},"body":{"changelog.html":{}}}],["dev.23",{"_index":1381,"title":{},"body":{"changelog.html":{}}}],["dev.24",{"_index":1378,"title":{},"body":{"changelog.html":{}}}],["dev.25",{"_index":1376,"title":{},"body":{"changelog.html":{}}}],["dev.26",{"_index":1374,"title":{},"body":{"changelog.html":{}}}],["dev.27",{"_index":1369,"title":{},"body":{"changelog.html":{}}}],["dev.28",{"_index":1366,"title":{},"body":{"changelog.html":{}}}],["dev.29",{"_index":1363,"title":{},"body":{"changelog.html":{}}}],["dev.3",{"_index":1211,"title":{},"body":{"changelog.html":{}}}],["dev.30",{"_index":1361,"title":{},"body":{"changelog.html":{}}}],["dev.31",{"_index":1358,"title":{},"body":{"changelog.html":{}}}],["dev.32",{"_index":1357,"title":{},"body":{"changelog.html":{}}}],["dev.33",{"_index":1354,"title":{},"body":{"changelog.html":{}}}],["dev.34",{"_index":1352,"title":{},"body":{"changelog.html":{}}}],["dev.35",{"_index":1349,"title":{},"body":{"changelog.html":{}}}],["dev.36",{"_index":1345,"title":{},"body":{"changelog.html":{}}}],["dev.37",{"_index":1343,"title":{},"body":{"changelog.html":{}}}],["dev.38",{"_index":1340,"title":{},"body":{"changelog.html":{}}}],["dev.39",{"_index":1239,"title":{},"body":{"changelog.html":{}}}],["dev.4",{"_index":1209,"title":{},"body":{"changelog.html":{}}}],["dev.40",{"_index":1238,"title":{},"body":{"changelog.html":{}}}],["dev.41",{"_index":1237,"title":{},"body":{"changelog.html":{}}}],["dev.42",{"_index":1230,"title":{},"body":{"changelog.html":{}}}],["dev.43",{"_index":1223,"title":{},"body":{"changelog.html":{}}}],["dev.5",{"_index":1431,"title":{},"body":{"changelog.html":{}}}],["dev.6",{"_index":1416,"title":{},"body":{"changelog.html":{}}}],["dev.7",{"_index":1413,"title":{},"body":{"changelog.html":{}}}],["dev.8",{"_index":1410,"title":{},"body":{"changelog.html":{}}}],["dev.9",{"_index":1409,"title":{},"body":{"changelog.html":{}}}],["developers",{"_index":1719,"title":{},"body":{"license.html":{}}}],["development",{"_index":1264,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["devices",{"_index":1744,"title":{},"body":{"license.html":{}}}],["dff497a",{"_index":1350,"title":{},"body":{"changelog.html":{}}}],["differ",{"_index":2376,"title":{},"body":{"license.html":{}}}],["different",{"_index":2082,"title":{},"body":{"license.html":{}}}],["differently",{"_index":2185,"title":{},"body":{"license.html":{}}}],["direction",{"_index":1956,"title":{},"body":{"license.html":{}}}],["directions",{"_index":2088,"title":{},"body":{"license.html":{}}}],["directive",{"_index":195,"title":{"directives/FooterDirective.html":{},"directives/SidenavFooterDirective.html":{},"directives/SidenavHeaderDirective.html":{}},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"directives/FooterDirective.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"directives/SidenavFooterDirective.html":{},"directives/SidenavHeaderDirective.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["directives",{"_index":240,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"directives/FooterDirective.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"directives/SidenavFooterDirective.html":{},"directives/SidenavHeaderDirective.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{},"changelog.html":{},"dependencies.html":{},"overview.html":{}}}],["directives/icon",{"_index":706,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["directives@^18.0.3",{"_index":1624,"title":{},"body":{"index.html":{}}}],["directly",{"_index":1313,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["disable",{"_index":58,"title":{},"body":{"injectables/AppUrlService.html":{},"injectables/AuthenticationServiceMock.html":{},"interfaces/ExternalApps.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/SidenavComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"changelog.html":{}}}],["disclaim",{"_index":1991,"title":{},"body":{"license.html":{}}}],["disclaimer",{"_index":2392,"title":{},"body":{"license.html":{}}}],["disclaiming",{"_index":2182,"title":{},"body":{"license.html":{}}}],["discriminatory",{"_index":2341,"title":{},"body":{"license.html":{}}}],["display",{"_index":476,"title":{},"body":{"components/LayoutComponent.html":{},"components/NavigationItemComponent.html":{},"license.html":{}}}],["displayed",{"_index":2189,"title":{},"body":{"license.html":{}}}],["displays",{"_index":1856,"title":{},"body":{"license.html":{}}}],["distinctuntilchanged",{"_index":1080,"title":{},"body":{"components/UserProfileIconComponent.html":{}}}],["distinguishing",{"_index":2380,"title":{},"body":{"license.html":{}}}],["distribute",{"_index":1655,"title":{},"body":{"license.html":{}}}],["distributing",{"_index":2346,"title":{},"body":{"license.html":{}}}],["distribution",{"_index":1798,"title":{},"body":{"license.html":{}}}],["divider",{"_index":643,"title":{},"body":{"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"interfaces/NavigationStatus.html":{}}}],["document",{"_index":1658,"title":{},"body":{"license.html":{}}}],["documented",{"_index":1171,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["dom",{"_index":129,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["domains",{"_index":1769,"title":{},"body":{"license.html":{}}}],["dont",{"_index":828,"title":{},"body":{"injectables/NavigationService.html":{}}}],["double_arrow",{"_index":992,"title":{},"body":{"components/SidenavComponent.html":{}}}],["doubtful",{"_index":2119,"title":{},"body":{"license.html":{}}}],["downstream",{"_index":2263,"title":{},"body":{"license.html":{}}}],["drawer",{"_index":462,"title":{},"body":{"components/LayoutComponent.html":{}}}],["durable",{"_index":2057,"title":{},"body":{"license.html":{}}}],["dwelling",{"_index":2117,"title":{},"body":{"license.html":{}}}],["dynamic",{"_index":1283,"title":{},"body":{"changelog.html":{}}}],["dynamically",{"_index":1918,"title":{},"body":{"license.html":{}}}],["e",{"_index":2095,"title":{},"body":{"license.html":{}}}],["e.message",{"_index":825,"title":{},"body":{"injectables/NavigationService.html":{}}}],["e56611c",{"_index":1216,"title":{},"body":{"changelog.html":{}}}],["e67e2b8",{"_index":1382,"title":{},"body":{"changelog.html":{}}}],["e7039bb",{"_index":1414,"title":{},"body":{"changelog.html":{}}}],["e9fe775",{"_index":1510,"title":{},"body":{"changelog.html":{}}}],["each",{"_index":1810,"title":{},"body":{"license.html":{}}}],["earlier",{"_index":1823,"title":{},"body":{"license.html":{}}}],["ed6002e",{"_index":1262,"title":{},"body":{"changelog.html":{}}}],["ee95415",{"_index":1297,"title":{},"body":{"changelog.html":{}}}],["effect",{"_index":514,"title":{},"body":{"injectables/LayoutComponentService.html":{},"license.html":{}}}],["effected",{"_index":1989,"title":{},"body":{"license.html":{}}}],["effective",{"_index":1971,"title":{},"body":{"license.html":{}}}],["effectively",{"_index":1789,"title":{},"body":{"license.html":{}}}],["efforts",{"_index":2279,"title":{},"body":{"license.html":{}}}],["element",{"_index":194,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["elementref",{"_index":675,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["embodied",{"_index":2052,"title":{},"body":{"license.html":{}}}],["empty",{"_index":79,"title":{},"body":{"injectables/AppUrlService.html":{},"injectables/AuthenticationServiceMock.html":{},"interfaces/ExternalApps.html":{}}}],["enable",{"_index":1895,"title":{},"body":{"license.html":{}}}],["enables",{"_index":1847,"title":{},"body":{"license.html":{}}}],["encapsulation",{"_index":564,"title":{},"body":{"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{}}}],["end",{"_index":2436,"title":{},"body":{"license.html":{}}}],["endregion",{"_index":639,"title":{},"body":{"components/NavigationComponent.html":{}}}],["enforce",{"_index":2315,"title":{},"body":{"license.html":{}}}],["enforcing",{"_index":1995,"title":{},"body":{"license.html":{}}}],["ensure",{"_index":1266,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["entered",{"_index":2351,"title":{},"body":{"license.html":{}}}],["entire",{"_index":2019,"title":{},"body":{"license.html":{}}}],["entirely",{"_index":2367,"title":{},"body":{"license.html":{}}}],["entity",{"_index":2268,"title":{},"body":{"license.html":{}}}],["environment",{"_index":23,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{},"components/LayoutComponent.html":{}}}],["equivalent",{"_index":1944,"title":{},"body":{"license.html":{}}}],["erroneously",{"_index":1742,"title":{},"body":{"license.html":{}}}],["error('the",{"_index":638,"title":{},"body":{"components/NavigationComponent.html":{}}}],["error(`component",{"_index":1150,"title":{},"body":{"components/WindowContainerSidenavComponent.html":{}}}],["error(`could",{"_index":107,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{}}}],["eslint",{"_index":57,"title":{},"body":{"injectables/AppUrlService.html":{},"injectables/AuthenticationServiceMock.html":{},"interfaces/ExternalApps.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/SidenavComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{}}}],["eslint/component",{"_index":611,"title":{},"body":{"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{}}}],["eslint/no",{"_index":253,"title":{},"body":{"injectables/AuthenticationServiceMock.html":{},"components/NavigationComponent.html":{},"components/SidenavComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{}}}],["essential",{"_index":1899,"title":{},"body":{"license.html":{}}}],["even",{"_index":2422,"title":{},"body":{"license.html":{}}}],["event",{"_index":552,"title":{},"body":{"injectables/LayoutComponentService.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"license.html":{}}}],["eventemitter",{"_index":1053,"title":{},"body":{"components/ToggleWindowSidenavButtonComponent.html":{}}}],["everyone",{"_index":1652,"title":{},"body":{"license.html":{}}}],["exact",{"_index":1820,"title":{},"body":{"license.html":{}}}],["example",{"_index":1606,"title":{},"body":{"index.html":{},"license.html":{}}}],["except",{"_index":1835,"title":{},"body":{"license.html":{}}}],["exceptions",{"_index":2172,"title":{},"body":{"license.html":{}}}],["excluded",{"_index":2106,"title":{},"body":{"license.html":{}}}],["excluding",{"_index":2354,"title":{},"body":{"license.html":{}}}],["exclusive",{"_index":2305,"title":{},"body":{"license.html":{}}}],["exclusively",{"_index":1950,"title":{},"body":{"license.html":{}}}],["excuse",{"_index":2360,"title":{},"body":{"license.html":{}}}],["executable",{"_index":1888,"title":{},"body":{"license.html":{}}}],["execute",{"_index":1633,"title":{},"body":{"index.html":{},"license.html":{}}}],["executing",{"_index":1836,"title":{},"body":{"license.html":{}}}],["exercise",{"_index":2280,"title":{},"body":{"license.html":{}}}],["exercising",{"_index":1990,"title":{},"body":{"license.html":{}}}],["exists",{"_index":1154,"title":{},"body":{"components/WindowContainerSidenavComponent.html":{}}}],["expected",{"_index":2129,"title":{},"body":{"license.html":{}}}],["expects",{"_index":2128,"title":{},"body":{"license.html":{}}}],["explains",{"_index":1733,"title":{},"body":{"license.html":{}}}],["explicit",{"_index":1206,"title":{},"body":{"changelog.html":{}}}],["explicitly",{"_index":1936,"title":{},"body":{"license.html":{}}}],["export",{"_index":74,"title":{},"body":{"injectables/AppUrlService.html":{},"components/AppsButtonComponent.html":{},"injectables/AuthenticationServiceMock.html":{},"interfaces/ExternalApps.html":{},"components/FooterComponent.html":{},"directives/FooterDirective.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"injectables/LayoutComponentService.html":{},"interfaces/LogoConfig.html":{},"components/NavigationComponent.html":{},"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{},"pipes/ReplaceRouterPathsPipe.html":{},"injectables/ReplaceRouterPathsService.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"injectables/SidenavComponentService.html":{},"directives/SidenavFooterDirective.html":{},"directives/SidenavHeaderDirective.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["expose",{"_index":1474,"title":{},"body":{"changelog.html":{}}}],["express",{"_index":2311,"title":{},"body":{"license.html":{}}}],["expressed",{"_index":2394,"title":{},"body":{"license.html":{}}}],["expressly",{"_index":2222,"title":{},"body":{"license.html":{}}}],["extend",{"_index":1772,"title":{},"body":{"license.html":{}}}],["extended",{"_index":2340,"title":{},"body":{"license.html":{}}}],["extends",{"_index":657,"title":{},"body":{"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"interfaces/NavigationStatus.html":{}}}],["extensions",{"_index":2034,"title":{},"body":{"license.html":{}}}],["extent",{"_index":1859,"title":{},"body":{"license.html":{}}}],["externalapps",{"_index":36,"title":{"interfaces/ExternalApps.html":{}},"body":{"injectables/AppUrlService.html":{},"components/AppsButtonComponent.html":{},"interfaces/ExternalApps.html":{}}}],["extract",{"_index":1084,"title":{},"body":{"components/UserProfileIconComponent.html":{},"miscellaneous/variables.html":{}}}],["extract_username_from_profile",{"_index":1083,"title":{},"body":{"components/UserProfileIconComponent.html":{},"miscellaneous/variables.html":{}}}],["extractusernamefromprofile",{"_index":1075,"title":{},"body":{"components/UserProfileIconComponent.html":{}}}],["extractusernamefromprofilefn",{"_index":1076,"title":{},"body":{"components/UserProfileIconComponent.html":{},"miscellaneous/typealiases.html":{}}}],["extreme",{"_index":974,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["f",{"_index":2203,"title":{},"body":{"license.html":{}}}],["f390f65",{"_index":1360,"title":{},"body":{"changelog.html":{}}}],["f497950",{"_index":1346,"title":{},"body":{"changelog.html":{}}}],["f4b555c",{"_index":1234,"title":{},"body":{"changelog.html":{}}}],["f8920e7",{"_index":1465,"title":{},"body":{"changelog.html":{}}}],["facilities",{"_index":1952,"title":{},"body":{"license.html":{}}}],["factory",{"_index":1085,"title":{},"body":{"components/UserProfileIconComponent.html":{},"miscellaneous/variables.html":{}}}],["failed",{"_index":824,"title":{},"body":{"injectables/NavigationService.html":{}}}],["fails",{"_index":2235,"title":{},"body":{"license.html":{}}}],["failure",{"_index":2420,"title":{},"body":{"license.html":{}}}],["fair",{"_index":1943,"title":{},"body":{"license.html":{}}}],["false",{"_index":80,"title":{},"body":{"injectables/AppUrlService.html":{},"components/AppsButtonComponent.html":{},"interfaces/ExternalApps.html":{},"injectables/LayoutComponentService.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"injectables/NavigationService.html":{},"components/SettingsButtonComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"changelog.html":{}}}],["families",{"_index":1335,"title":{},"body":{"changelog.html":{}}}],["family",{"_index":2112,"title":{},"body":{"license.html":{}}}],["fashion",{"_index":1817,"title":{},"body":{"license.html":{}}}],["favor",{"_index":2122,"title":{},"body":{"license.html":{}}}],["fd32708",{"_index":1332,"title":{},"body":{"changelog.html":{}}}],["feature",{"_index":1862,"title":{},"body":{"license.html":{}}}],["features",{"_index":1235,"title":{},"body":{"changelog.html":{}}}],["fee",{"_index":1712,"title":{},"body":{"license.html":{}}}],["field",{"_index":321,"title":{},"body":{"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{}}}],["file",{"_index":5,"title":{},"body":{"injectables/AppUrlService.html":{},"components/AppsButtonComponent.html":{},"injectables/AuthenticationServiceMock.html":{},"interfaces/ExternalApps.html":{},"components/FooterComponent.html":{},"directives/FooterDirective.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"injectables/LayoutComponentService.html":{},"interfaces/LogoConfig.html":{},"components/NavigationComponent.html":{},"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{},"pipes/ReplaceRouterPathsPipe.html":{},"injectables/ReplaceRouterPathsService.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"injectables/SidenavComponentService.html":{},"directives/SidenavFooterDirective.html":{},"directives/SidenavHeaderDirective.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{},"changelog.html":{}}}],["files",{"_index":1915,"title":{},"body":{"license.html":{}}}],["filter",{"_index":176,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["filter((event",{"_index":734,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["filter(app",{"_index":111,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{}}}],["filter(boolean",{"_index":184,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["filteredapplist",{"_index":114,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{}}}],["filteredapplist.push(app",{"_index":117,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{}}}],["finally",{"_index":1776,"title":{},"body":{"license.html":{}}}],["find",{"_index":108,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{},"license.html":{}}}],["first",{"_index":2243,"title":{},"body":{"license.html":{}}}],["firstvaluefrom",{"_index":72,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{}}}],["firstvaluefrom(this.authorizationservice.haspermission$(app.permissions",{"_index":116,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{}}}],["fitness",{"_index":2397,"title":{},"body":{"license.html":{}}}],["fix",{"_index":1499,"title":{},"body":{"changelog.html":{}}}],["fixed",{"_index":2056,"title":{},"body":{"license.html":{}}}],["fixedbottomgap",{"_index":385,"title":{},"body":{"components/LayoutComponent.html":{},"injectables/LayoutComponentService.html":{}}}],["fixedtopgap",{"_index":386,"title":{},"body":{"components/LayoutComponent.html":{},"injectables/LayoutComponentService.html":{}}}],["fixes",{"_index":1203,"title":{},"body":{"changelog.html":{}}}],["flex",{"_index":477,"title":{},"body":{"components/LayoutComponent.html":{}}}],["flexlayout",{"_index":1218,"title":{},"body":{"changelog.html":{}}}],["flow",{"_index":1926,"title":{},"body":{"license.html":{}}}],["focus",{"_index":1105,"title":{},"body":{"components/UserProfileIconComponent.html":{}}}],["follow",{"_index":1800,"title":{},"body":{"license.html":{}}}],["following",{"_index":2309,"title":{},"body":{"license.html":{}}}],["font",{"_index":969,"title":{},"body":{"components/SettingsButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"changelog.html":{}}}],["footer",{"_index":257,"title":{},"body":{"components/FooterComponent.html":{},"components/SidenavComponent.html":{},"changelog.html":{}}}],["footer'},{'name",{"_index":200,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["footer.component.html",{"_index":262,"title":{},"body":{"components/FooterComponent.html":{}}}],["footer.component.scss",{"_index":261,"title":{},"body":{"components/FooterComponent.html":{}}}],["footer.directive",{"_index":989,"title":{},"body":{"components/SidenavComponent.html":{}}}],["footer.directive.ts",{"_index":1024,"title":{},"body":{"directives/SidenavFooterDirective.html":{}}}],["footer.directive.ts:11",{"_index":1027,"title":{},"body":{"directives/SidenavFooterDirective.html":{}}}],["footer.directive.ts:14",{"_index":1028,"title":{},"body":{"directives/SidenavFooterDirective.html":{}}}],["footer/footer.component",{"_index":423,"title":{},"body":{"components/LayoutComponent.html":{}}}],["footercomponent",{"_index":199,"title":{"components/FooterComponent.html":{}},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["footercomponentservice",{"_index":491,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["footerdirective",{"_index":241,"title":{"directives/FooterDirective.html":{}},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"directives/FooterDirective.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{},"changelog.html":{}}}],["footerservice",{"_index":263,"title":{},"body":{"components/FooterComponent.html":{},"directives/FooterDirective.html":{},"injectables/LayoutComponentService.html":{}}}],["forbid",{"_index":1988,"title":{},"body":{"license.html":{}}}],["force",{"_index":1947,"title":{},"body":{"license.html":{}}}],["form",{"_index":366,"title":{},"body":{"components/LanguageSelectorComponent.html":{},"license.html":{}}}],["format",{"_index":2165,"title":{},"body":{"license.html":{}}}],["forms",{"_index":2046,"title":{},"body":{"license.html":{}}}],["formsmodule",{"_index":292,"title":{},"body":{"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{}}}],["forwardref",{"_index":567,"title":{},"body":{"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{}}}],["foundation",{"_index":1649,"title":{},"body":{"license.html":{}}}],["free",{"_index":1647,"title":{},"body":{"license.html":{}}}],["freedom",{"_index":1670,"title":{},"body":{"license.html":{}}}],["freedoms",{"_index":1716,"title":{},"body":{"license.html":{}}}],["from(isvisible",{"_index":819,"title":{},"body":{"injectables/NavigationService.html":{}}}],["fulfilling",{"_index":1974,"title":{},"body":{"license.html":{}}}],["fulling",{"_index":1268,"title":{},"body":{"changelog.html":{}}}],["fully",{"_index":1274,"title":{},"body":{"changelog.html":{}}}],["function",{"_index":254,"title":{},"body":{"injectables/AuthenticationServiceMock.html":{},"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{},"miscellaneous/typealiases.html":{}}}],["functioning",{"_index":2141,"title":{},"body":{"license.html":{}}}],["functions",{"_index":1594,"title":{"miscellaneous/functions.html":{}},"body":{"miscellaneous/functions.html":{}}}],["fundamentally",{"_index":1751,"title":{},"body":{"license.html":{}}}],["further",{"_index":2081,"title":{},"body":{"license.html":{}}}],["future",{"_index":1774,"title":{},"body":{"license.html":{}}}],["g",{"_index":1636,"title":{},"body":{"index.html":{}}}],["general",{"_index":1528,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["generally",{"_index":1912,"title":{},"body":{"license.html":{}}}],["generate",{"_index":1276,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["generator",{"_index":1519,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["generators",{"_index":1604,"title":{},"body":{"index.html":{}}}],["get(id",{"_index":769,"title":{},"body":{"injectables/NavigationService.html":{}}}],["getapp",{"_index":11,"title":{},"body":{"injectables/AppUrlService.html":{}}}],["getapp(appid",{"_index":32,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{}}}],["getapplist",{"_index":13,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{}}}],["getappurl",{"_index":14,"title":{},"body":{"injectables/AppUrlService.html":{}}}],["getappurl(appid",{"_index":40,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{}}}],["getappurlorthrow",{"_index":15,"title":{},"body":{"injectables/AppUrlService.html":{},"changelog.html":{}}}],["getappurlorthrow(appid",{"_index":47,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{}}}],["getcustommenuitems(data",{"_index":955,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["getisactive",{"_index":692,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["getpathprefix",{"_index":118,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{}}}],["getting",{"_index":1164,"title":{"changelog.html":{},"index.html":{},"license.html":{}},"body":{}}],["give",{"_index":2011,"title":{},"body":{"license.html":{}}}],["given",{"_index":1940,"title":{},"body":{"license.html":{}}}],["gives",{"_index":2026,"title":{},"body":{"license.html":{}}}],["giving",{"_index":1727,"title":{},"body":{"license.html":{}}}],["gnu",{"_index":1641,"title":{},"body":{"license.html":{}}}],["governed",{"_index":2175,"title":{},"body":{"license.html":{}}}],["gpl",{"_index":1720,"title":{},"body":{"license.html":{},"properties.html":{}}}],["grant",{"_index":2198,"title":{},"body":{"license.html":{}}}],["granted",{"_index":1931,"title":{},"body":{"license.html":{}}}],["grants",{"_index":2256,"title":{},"body":{"license.html":{}}}],["gratis",{"_index":1711,"title":{},"body":{"license.html":{}}}],["grid",{"_index":162,"title":{},"body":{"components/AppsButtonComponent.html":{},"miscellaneous/variables.html":{}}}],["guarantee",{"_index":1674,"title":{},"body":{"license.html":{}}}],["guidelines",{"_index":1176,"title":{},"body":{"changelog.html":{}}}],["handle",{"_index":1001,"title":{},"body":{"components/SidenavComponent.html":{}}}],["handling",{"_index":1284,"title":{},"body":{"changelog.html":{}}}],["has(id",{"_index":771,"title":{},"body":{"injectables/NavigationService.html":{}}}],["having",{"_index":1949,"title":{},"body":{"license.html":{}}}],["header",{"_index":286,"title":{},"body":{"components/HeaderComponent.html":{},"components/SidenavComponent.html":{},"changelog.html":{}}}],["header'},{'name",{"_index":202,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["header.component.html",{"_index":297,"title":{},"body":{"components/HeaderComponent.html":{}}}],["header.component.scss",{"_index":296,"title":{},"body":{"components/HeaderComponent.html":{}}}],["header.directive",{"_index":990,"title":{},"body":{"components/SidenavComponent.html":{}}}],["header.directive.ts",{"_index":1029,"title":{},"body":{"directives/SidenavHeaderDirective.html":{}}}],["header.directive.ts:11",{"_index":1030,"title":{},"body":{"directives/SidenavHeaderDirective.html":{}}}],["header.directive.ts:14",{"_index":1031,"title":{},"body":{"directives/SidenavHeaderDirective.html":{}}}],["header/header.component",{"_index":424,"title":{},"body":{"components/LayoutComponent.html":{}}}],["headercomponent",{"_index":201,"title":{"components/HeaderComponent.html":{}},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["headercomponentservice",{"_index":299,"title":{},"body":{"components/HeaderComponent.html":{},"injectables/LayoutComponentService.html":{}}}],["headerservice",{"_index":305,"title":{},"body":{"components/HeaderComponent.html":{},"injectables/LayoutComponentService.html":{}}}],["height",{"_index":562,"title":{},"body":{"interfaces/LogoConfig.html":{},"components/NavigationItemComponent.html":{},"components/SidenavComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["hereafter",{"_index":2301,"title":{},"body":{"license.html":{}}}],["hidden",{"_index":81,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{},"components/NavigationItemComponent.html":{},"components/UserProfileIconComponent.html":{},"changelog.html":{}}}],["holder",{"_index":2229,"title":{},"body":{"license.html":{}}}],["holders",{"_index":2181,"title":{},"body":{"license.html":{}}}],["homepage",{"_index":2442,"title":{},"body":{"properties.html":{}}}],["host",{"_index":459,"title":{},"body":{"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/SidenavComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{}}}],["hostbinding",{"_index":602,"title":{},"body":{"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{}}}],["hostbinding('class.active",{"_index":717,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["hostbinding('class.rxap",{"_index":597,"title":{},"body":{"components/NavigationComponent.html":{}}}],["hostbindings",{"_index":576,"title":{},"body":{"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{}}}],["hosts",{"_index":2090,"title":{},"body":{"license.html":{}}}],["household",{"_index":2113,"title":{},"body":{"license.html":{}}}],["hover",{"_index":1102,"title":{},"body":{"components/UserProfileIconComponent.html":{}}}],["href",{"_index":78,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{},"changelog.html":{}}}],["html",{"_index":193,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["https://fsf.org",{"_index":1651,"title":{},"body":{"license.html":{}}}],["https://gitlab.com/rxap/packages",{"_index":2445,"title":{},"body":{"properties.html":{}}}],["https://gitlab.com/rxap/packages.git",{"_index":2448,"title":{},"body":{"properties.html":{}}}],["https://via.placeholder.com/256x128px",{"_index":440,"title":{},"body":{"components/LayoutComponent.html":{}}}],["https:/gitlab.com/rxap/packages/packages/angular/layout",{"_index":2443,"title":{},"body":{"properties.html":{}}}],["i18n",{"_index":1263,"title":{},"body":{"changelog.html":{}}}],["icon",{"_index":660,"title":{},"body":{"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"interfaces/NavigationStatus.html":{},"components/UserProfileIconComponent.html":{}}}],["icon'},{'name",{"_index":235,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["icon.component",{"_index":336,"title":{},"body":{"components/HeaderComponent.html":{}}}],["icon.component.html",{"_index":1071,"title":{},"body":{"components/UserProfileIconComponent.html":{}}}],["icon.component.scss",{"_index":1070,"title":{},"body":{"components/UserProfileIconComponent.html":{}}}],["icon.component.ts",{"_index":1069,"title":{},"body":{"components/UserProfileIconComponent.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["icon.component.ts:52",{"_index":1077,"title":{},"body":{"components/UserProfileIconComponent.html":{}}}],["icon.component.ts:74",{"_index":1079,"title":{},"body":{"components/UserProfileIconComponent.html":{}}}],["icon/user",{"_index":335,"title":{},"body":{"components/HeaderComponent.html":{},"components/UserProfileIconComponent.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["iconconfig",{"_index":645,"title":{},"body":{"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"interfaces/NavigationStatus.html":{}}}],["icondirective",{"_index":667,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["iconloaderservice",{"_index":393,"title":{},"body":{"components/LayoutComponent.html":{}}}],["iconloaderservice.load",{"_index":429,"title":{},"body":{"components/LayoutComponent.html":{}}}],["iconpadding",{"_index":1532,"title":{},"body":{"changelog.html":{}}}],["icons",{"_index":1316,"title":{},"body":{"changelog.html":{}}}],["id",{"_index":83,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{},"injectables/NavigationService.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["identifiable",{"_index":2330,"title":{},"body":{"license.html":{}}}],["ids",{"_index":1452,"title":{},"body":{"changelog.html":{}}}],["image",{"_index":76,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{}}}],["imp",{"_index":1241,"title":{},"body":{"changelog.html":{}}}],["implement",{"_index":1896,"title":{},"body":{"license.html":{}}}],["implementation",{"_index":1897,"title":{},"body":{"license.html":{}}}],["implements",{"_index":134,"title":{},"body":{"components/AppsButtonComponent.html":{},"directives/FooterDirective.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"pipes/ReplaceRouterPathsPipe.html":{},"components/SettingsButtonComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["implied",{"_index":2355,"title":{},"body":{"license.html":{}}}],["import",{"_index":52,"title":{},"body":{"injectables/AppUrlService.html":{},"components/AppsButtonComponent.html":{},"injectables/AuthenticationServiceMock.html":{},"interfaces/ExternalApps.html":{},"components/FooterComponent.html":{},"directives/FooterDirective.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"injectables/LayoutComponentService.html":{},"components/NavigationComponent.html":{},"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{},"pipes/ReplaceRouterPathsPipe.html":{},"injectables/ReplaceRouterPathsService.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"injectables/SidenavComponentService.html":{},"directives/SidenavFooterDirective.html":{},"directives/SidenavHeaderDirective.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{},"license.html":{}}}],["important",{"_index":466,"title":{},"body":{"components/LayoutComponent.html":{},"components/SidenavComponent.html":{}}}],["importing",{"_index":2293,"title":{},"body":{"license.html":{}}}],["imports",{"_index":146,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["impose",{"_index":2208,"title":{},"body":{"license.html":{}}}],["imposed",{"_index":2357,"title":{},"body":{"license.html":{}}}],["improve",{"_index":1282,"title":{},"body":{"changelog.html":{}}}],["inability",{"_index":2414,"title":{},"body":{"license.html":{}}}],["inaccurate",{"_index":2417,"title":{},"body":{"license.html":{}}}],["inc",{"_index":1650,"title":{},"body":{"license.html":{}}}],["incidental",{"_index":2411,"title":{},"body":{"license.html":{}}}],["include",{"_index":1889,"title":{},"body":{"license.html":{}}}],["included",{"_index":1271,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["includes",{"_index":1840,"title":{},"body":{"license.html":{}}}],["including",{"_index":1907,"title":{},"body":{"license.html":{}}}],["inclusion",{"_index":2044,"title":{},"body":{"license.html":{}}}],["incompatible",{"_index":1752,"title":{},"body":{"license.html":{}}}],["incorporation",{"_index":2116,"title":{},"body":{"license.html":{}}}],["indemnification",{"_index":2204,"title":{},"body":{"license.html":{}}}],["independent",{"_index":2032,"title":{},"body":{"license.html":{}}}],["index",{"_index":8,"title":{"index.html":{}},"body":{"injectables/AppUrlService.html":{},"components/AppsButtonComponent.html":{},"injectables/AuthenticationServiceMock.html":{},"interfaces/ExternalApps.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"injectables/LayoutComponentService.html":{},"interfaces/LogoConfig.html":{},"components/NavigationComponent.html":{},"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{},"injectables/ReplaceRouterPathsService.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"injectables/SidenavComponentService.html":{},"directives/SidenavFooterDirective.html":{},"directives/SidenavHeaderDirective.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{},"miscellaneous/functions.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["indicate",{"_index":2260,"title":{},"body":{"license.html":{}}}],["indicating",{"_index":2219,"title":{},"body":{"license.html":{}}}],["indicator",{"_index":1338,"title":{},"body":{"changelog.html":{}}}],["individual",{"_index":2042,"title":{},"body":{"license.html":{}}}],["individuals",{"_index":1761,"title":{},"body":{"license.html":{}}}],["industrial",{"_index":2132,"title":{},"body":{"license.html":{}}}],["infiltrator",{"_index":1290,"title":{},"body":{"changelog.html":{}}}],["infix",{"_index":42,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{},"components/LanguageSelectorComponent.html":{}}}],["info",{"_index":3,"title":{},"body":{"injectables/AppUrlService.html":{},"components/AppsButtonComponent.html":{},"injectables/AuthenticationServiceMock.html":{},"interfaces/ExternalApps.html":{},"components/FooterComponent.html":{},"directives/FooterDirective.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"injectables/LayoutComponentService.html":{},"interfaces/LogoConfig.html":{},"components/NavigationComponent.html":{},"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{},"pipes/ReplaceRouterPathsPipe.html":{},"injectables/ReplaceRouterPathsService.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"injectables/SidenavComponentService.html":{},"directives/SidenavFooterDirective.html":{},"directives/SidenavHeaderDirective.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["inform",{"_index":2098,"title":{},"body":{"license.html":{}}}],["information",{"_index":2136,"title":{},"body":{"license.html":{}}}],["infringe",{"_index":2258,"title":{},"body":{"license.html":{}}}],["infringed",{"_index":2290,"title":{},"body":{"license.html":{}}}],["infringement",{"_index":1832,"title":{},"body":{"license.html":{}}}],["inherit",{"_index":471,"title":{},"body":{"components/LayoutComponent.html":{}}}],["init",{"_index":1634,"title":{},"body":{"index.html":{}}}],["initgenerator",{"_index":1595,"title":{},"body":{"miscellaneous/functions.html":{}}}],["initgenerator(tree",{"_index":1599,"title":{},"body":{"miscellaneous/functions.html":{}}}],["initgeneratorschema",{"_index":1601,"title":{},"body":{"miscellaneous/functions.html":{}}}],["initial",{"_index":1008,"title":{},"body":{"components/SidenavComponent.html":{},"changelog.html":{}}}],["initialcollapsable",{"_index":530,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["initialize",{"_index":1638,"title":{},"body":{"index.html":{}}}],["initialvalue",{"_index":1096,"title":{},"body":{"components/UserProfileIconComponent.html":{}}}],["initiate",{"_index":2283,"title":{},"body":{"license.html":{}}}],["inject",{"_index":53,"title":{},"body":{"injectables/AppUrlService.html":{},"components/AppsButtonComponent.html":{},"interfaces/ExternalApps.html":{},"directives/FooterDirective.html":{},"components/HeaderComponent.html":{},"components/LayoutComponent.html":{},"injectables/LayoutComponentService.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"injectables/NavigationService.html":{},"components/ResetButtonComponent.html":{},"directives/SidenavFooterDirective.html":{},"directives/SidenavHeaderDirective.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["inject(changedetectorref",{"_index":619,"title":{},"body":{"components/NavigationComponent.html":{}}}],["inject(configservice",{"_index":524,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["inject(elementref",{"_index":722,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["inject(extract_username_from_profile",{"_index":1089,"title":{},"body":{"components/UserProfileIconComponent.html":{}}}],["inject(footerservice",{"_index":277,"title":{},"body":{"directives/FooterDirective.html":{}}}],["inject(headerservice",{"_index":314,"title":{},"body":{"components/HeaderComponent.html":{}}}],["inject(injector",{"_index":788,"title":{},"body":{"injectables/NavigationService.html":{}}}],["inject(locale_id",{"_index":92,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{}}}],["inject(navigationservice",{"_index":618,"title":{},"body":{"components/NavigationComponent.html":{}}}],["inject(overlay",{"_index":724,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["inject(renderer2",{"_index":723,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["inject(resetservice",{"_index":887,"title":{},"body":{"components/ResetButtonComponent.html":{}}}],["inject(router",{"_index":721,"title":{},"body":{"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{}}}],["inject(rxap_environment",{"_index":93,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{},"components/LayoutComponent.html":{}}}],["inject(rxap_header_component",{"_index":337,"title":{},"body":{"components/HeaderComponent.html":{}}}],["inject(rxap_layout_apps_grid",{"_index":180,"title":{},"body":{"components/AppsButtonComponent.html":{}}}],["inject(rxap_logo_config",{"_index":523,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["inject(rxap_navigation_config",{"_index":787,"title":{},"body":{"injectables/NavigationService.html":{}}}],["inject(rxap_navigation_config_inserts",{"_index":789,"title":{},"body":{"injectables/NavigationService.html":{}}}],["inject(sidenavcomponentservice",{"_index":598,"title":{},"body":{"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{}}}],["inject(templateref",{"_index":278,"title":{},"body":{"directives/FooterDirective.html":{},"directives/SidenavFooterDirective.html":{},"directives/SidenavHeaderDirective.html":{}}}],["inject(themeservice",{"_index":428,"title":{},"body":{"components/LayoutComponent.html":{}}}],["inject(usersettingsthemeservice",{"_index":427,"title":{},"body":{"components/LayoutComponent.html":{}}}],["inject(versionservice",{"_index":1117,"title":{},"body":{"components/VersionComponent.html":{}}}],["inject(viewcontainerref",{"_index":279,"title":{},"body":{"directives/FooterDirective.html":{},"components/NavigationItemComponent.html":{}}}],["inject(windowcontainersidenavservice",{"_index":1138,"title":{},"body":{"components/WindowContainerSidenavComponent.html":{}}}],["injectable",{"_index":0,"title":{"injectables/AppUrlService.html":{},"injectables/AuthenticationServiceMock.html":{},"injectables/LayoutComponentService.html":{},"injectables/NavigationService.html":{},"injectables/ReplaceRouterPathsService.html":{},"injectables/SidenavComponentService.html":{}},"body":{"injectables/AppUrlService.html":{},"injectables/AuthenticationServiceMock.html":{},"interfaces/ExternalApps.html":{},"injectables/LayoutComponentService.html":{},"injectables/NavigationService.html":{},"injectables/ReplaceRouterPathsService.html":{},"injectables/SidenavComponentService.html":{}}}],["injectables",{"_index":2,"title":{},"body":{"injectables/AppUrlService.html":{},"injectables/AuthenticationServiceMock.html":{},"injectables/LayoutComponentService.html":{},"injectables/NavigationService.html":{},"injectables/ReplaceRouterPathsService.html":{},"injectables/SidenavComponentService.html":{},"overview.html":{}}}],["injectiontoken",{"_index":647,"title":{},"body":{"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"interfaces/NavigationStatus.html":{},"components/UserProfileIconComponent.html":{},"miscellaneous/variables.html":{}}}],["injectiontoken('rxap/layout/apps",{"_index":2458,"title":{},"body":{"miscellaneous/variables.html":{}}}],["injectiontoken('rxap/layout/footer",{"_index":2456,"title":{},"body":{"miscellaneous/variables.html":{}}}],["injectiontoken('rxap/layout/header",{"_index":2457,"title":{},"body":{"miscellaneous/variables.html":{}}}],["injectiontoken('rxap/layout/logo",{"_index":2459,"title":{},"body":{"miscellaneous/variables.html":{}}}],["injector",{"_index":763,"title":{},"body":{"injectables/NavigationService.html":{},"components/SettingsButtonComponent.html":{}}}],["inner",{"_index":483,"title":{},"body":{"components/LayoutComponent.html":{},"components/SidenavComponent.html":{}}}],["input",{"_index":317,"title":{},"body":{"components/HeaderComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{}}}],["inputs",{"_index":302,"title":{},"body":{"components/HeaderComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{}}}],["insert",{"_index":652,"title":{},"body":{"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{}}}],["insert(id",{"_index":775,"title":{},"body":{"injectables/NavigationService.html":{}}}],["inserts",{"_index":764,"title":{},"body":{"injectables/NavigationService.html":{},"miscellaneous/variables.html":{}}}],["inside",{"_index":1748,"title":{},"body":{"license.html":{}}}],["install",{"_index":1280,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["installation",{"_index":1603,"title":{},"body":{"index.html":{},"license.html":{}}}],["installed",{"_index":2153,"title":{},"body":{"license.html":{}}}],["instanceof",{"_index":735,"title":{},"body":{"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{}}}],["instead",{"_index":774,"title":{},"body":{"injectables/NavigationService.html":{}}}],["intact",{"_index":2004,"title":{},"body":{"license.html":{}}}],["intended",{"_index":1673,"title":{},"body":{"license.html":{}}}],["intention",{"_index":1992,"title":{},"body":{"license.html":{}}}],["interaction",{"_index":1850,"title":{},"body":{"license.html":{}}}],["interactive",{"_index":1855,"title":{},"body":{"license.html":{}}}],["interchange",{"_index":2059,"title":{},"body":{"license.html":{}}}],["interest",{"_index":2277,"title":{},"body":{"license.html":{}}}],["interface",{"_index":75,"title":{"interfaces/ExternalApps.html":{},"interfaces/LogoConfig.html":{},"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"interfaces/NavigationStatus.html":{}},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{},"interfaces/LogoConfig.html":{},"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"interfaces/NavigationStatus.html":{},"license.html":{}}}],["interfaces",{"_index":255,"title":{},"body":{"interfaces/ExternalApps.html":{},"interfaces/LogoConfig.html":{},"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"interfaces/NavigationStatus.html":{},"license.html":{},"overview.html":{}}}],["interfered",{"_index":2143,"title":{},"body":{"license.html":{}}}],["internal",{"_index":807,"title":{},"body":{"injectables/NavigationService.html":{}}}],["interop",{"_index":517,"title":{},"body":{"injectables/LayoutComponentService.html":{},"components/UserProfileIconComponent.html":{}}}],["interpretation",{"_index":2425,"title":{},"body":{"license.html":{}}}],["interpreter",{"_index":1905,"title":{},"body":{"license.html":{}}}],["intimate",{"_index":1923,"title":{},"body":{"license.html":{}}}],["invalidate",{"_index":2027,"title":{},"body":{"license.html":{}}}],["irrevocable",{"_index":1933,"title":{},"body":{"license.html":{}}}],["isactive",{"_index":672,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["isactive(value",{"_index":719,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["isdevmode",{"_index":893,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["isnavigationdivideritem",{"_index":572,"title":{},"body":{"components/NavigationComponent.html":{},"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"components/NavigationItemComponent.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{},"miscellaneous/functions.html":{}}}],["isnavigationdivideritem(item",{"_index":593,"title":{},"body":{"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"miscellaneous/functions.html":{}}}],["isnavigationdivideritem(navigationitem",{"_index":809,"title":{},"body":{"injectables/NavigationService.html":{}}}],["isnavigationinsertitem",{"_index":653,"title":{},"body":{"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{},"miscellaneous/functions.html":{}}}],["isnavigationinsertitem(item",{"_index":1602,"title":{},"body":{"miscellaneous/functions.html":{}}}],["isnavigationinsertitem(navigationitem",{"_index":856,"title":{},"body":{"injectables/NavigationService.html":{}}}],["isnavigationitem",{"_index":573,"title":{},"body":{"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"injectables/NavigationService.html":{},"miscellaneous/functions.html":{}}}],["isnavigationitem(item",{"_index":595,"title":{},"body":{"components/NavigationComponent.html":{},"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"components/NavigationItemComponent.html":{},"interfaces/NavigationStatus.html":{},"miscellaneous/functions.html":{}}}],["isnavigationitem(navigationitem",{"_index":860,"title":{},"body":{"injectables/NavigationService.html":{}}}],["isopen",{"_index":157,"title":{},"body":{"components/AppsButtonComponent.html":{}}}],["issue",{"_index":1296,"title":{},"body":{"changelog.html":{}}}],["issues",{"_index":1287,"title":{},"body":{"changelog.html":{},"properties.html":{}}}],["isthemedensity",{"_index":420,"title":{},"body":{"components/LayoutComponent.html":{}}}],["isthemedensity(theme.density",{"_index":452,"title":{},"body":{"components/LayoutComponent.html":{}}}],["isvisible",{"_index":656,"title":{},"body":{"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{}}}],["isvisible$.pipe(catcherror(e",{"_index":821,"title":{},"body":{"injectables/NavigationService.html":{}}}],["isvisible(navigationitem",{"_index":863,"title":{},"body":{"interfaces/NavigationStatus.html":{}}}],["isvisiblearray",{"_index":812,"title":{},"body":{"injectables/NavigationService.html":{}}}],["isvisiblearray.reduce((acc",{"_index":837,"title":{},"body":{"injectables/NavigationService.html":{}}}],["item",{"_index":592,"title":{},"body":{"components/NavigationComponent.html":{},"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"components/NavigationItemComponent.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{},"changelog.html":{},"miscellaneous/functions.html":{},"license.html":{}}}],["item.children",{"_index":729,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["item.children.length",{"_index":730,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["item.component",{"_index":608,"title":{},"body":{"components/NavigationComponent.html":{}}}],["item.component.html",{"_index":669,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["item.component.scss",{"_index":668,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["item.component.ts",{"_index":663,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["item.component.ts:102",{"_index":688,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["item.component.ts:105",{"_index":690,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["item.component.ts:108",{"_index":680,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["item.component.ts:110",{"_index":687,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["item.component.ts:113",{"_index":682,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["item.component.ts:117",{"_index":694,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["item.component.ts:122",{"_index":679,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["item.component.ts:128",{"_index":691,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["item.component.ts:187",{"_index":684,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["item.component.ts:193",{"_index":685,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["item.component.ts:199",{"_index":683,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["item.component.ts:98",{"_index":681,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["item.label",{"_index":741,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["item.title",{"_index":640,"title":{},"body":{"components/NavigationComponent.html":{}}}],["item.ts",{"_index":642,"title":{},"body":{"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"interfaces/NavigationStatus.html":{},"miscellaneous/functions.html":{},"miscellaneous/typealiases.html":{}}}],["item.ts:39",{"_index":864,"title":{},"body":{"interfaces/NavigationStatus.html":{}}}],["item.value",{"_index":356,"title":{},"body":{"components/LanguageSelectorComponent.html":{}}}],["item/navigation",{"_index":607,"title":{},"body":{"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{}}}],["item['divider",{"_index":651,"title":{},"body":{"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"interfaces/NavigationStatus.html":{}}}],["item['insert",{"_index":654,"title":{},"body":{"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"interfaces/NavigationStatus.html":{}}}],["item['label",{"_index":662,"title":{},"body":{"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"interfaces/NavigationStatus.html":{}}}],["item['routerlink",{"_index":661,"title":{},"body":{"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"interfaces/NavigationStatus.html":{}}}],["item]'},{'name",{"_index":214,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["itemproperties",{"_index":1482,"title":{},"body":{"changelog.html":{}}}],["items",{"_index":574,"title":{},"body":{"components/NavigationComponent.html":{},"components/SettingsButtonComponent.html":{},"changelog.html":{}}}],["items.map(item",{"_index":950,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["itself",{"_index":2158,"title":{},"body":{"license.html":{}}}],["joinpath",{"_index":70,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{}}}],["joinpath(app.href",{"_index":102,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{}}}],["june",{"_index":1643,"title":{},"body":{"license.html":{}}}],["justify",{"_index":1009,"title":{},"body":{"components/SidenavComponent.html":{}}}],["keep",{"_index":2003,"title":{},"body":{"license.html":{}}}],["kernel",{"_index":1900,"title":{},"body":{"license.html":{}}}],["key",{"_index":2168,"title":{},"body":{"license.html":{}}}],["keygeneration",{"_index":1567,"title":{},"body":{"changelog.html":{}}}],["keys",{"_index":2138,"title":{},"body":{"license.html":{}}}],["keyvalue",{"_index":1115,"title":{},"body":{"components/VersionComponent.html":{}}}],["keyvaluepipe",{"_index":345,"title":{},"body":{"components/LanguageSelectorComponent.html":{},"components/VersionComponent.html":{}}}],["keywords",{"_index":2439,"title":{},"body":{"properties.html":{}}}],["kind",{"_index":1846,"title":{},"body":{"license.html":{}}}],["kinds",{"_index":1663,"title":{},"body":{"license.html":{}}}],["know",{"_index":1694,"title":{},"body":{"license.html":{}}}],["knowingly",{"_index":2318,"title":{},"body":{"license.html":{}}}],["knowledge",{"_index":2327,"title":{},"body":{"license.html":{}}}],["label",{"_index":77,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{},"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"interfaces/NavigationStatus.html":{}}}],["lang",{"_index":1232,"title":{},"body":{"changelog.html":{}}}],["language",{"_index":204,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{},"changelog.html":{},"license.html":{}}}],["languageselectorcomponent",{"_index":203,"title":{"components/LanguageSelectorComponent.html":{}},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["languageselectorservice",{"_index":349,"title":{},"body":{"components/LanguageSelectorComponent.html":{}}}],["larger",{"_index":2036,"title":{},"body":{"license.html":{}}}],["later",{"_index":2383,"title":{},"body":{"license.html":{},"properties.html":{}}}],["law",{"_index":1834,"title":{},"body":{"license.html":{}}}],["laws",{"_index":1804,"title":{},"body":{"license.html":{}}}],["lawsuit",{"_index":2288,"title":{},"body":{"license.html":{}}}],["layout",{"_index":377,"title":{},"body":{"components/LayoutComponent.html":{},"components/SidenavComponent.html":{},"changelog.html":{},"properties.html":{}}}],["layout'},{'name",{"_index":207,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["layout.component.html",{"_index":384,"title":{},"body":{"components/LayoutComponent.html":{}}}],["layout.component.scss",{"_index":383,"title":{},"body":{"components/LayoutComponent.html":{}}}],["layout.component.service",{"_index":426,"title":{},"body":{"components/LayoutComponent.html":{}}}],["layout/layout.component.service",{"_index":328,"title":{},"body":{"components/HeaderComponent.html":{},"components/SidenavToggleButtonComponent.html":{}}}],["layoutcomponent",{"_index":206,"title":{"components/LayoutComponent.html":{}},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["layoutcomponentservice",{"_index":300,"title":{"injectables/LayoutComponentService.html":{}},"body":{"components/HeaderComponent.html":{},"components/LayoutComponent.html":{},"injectables/LayoutComponentService.html":{},"components/SidenavToggleButtonComponent.html":{}}}],["layoutcomponentservice.collapsable",{"_index":339,"title":{},"body":{"components/HeaderComponent.html":{},"components/LayoutComponent.html":{}}}],["layoutcomponentservice.fixedbottomgap",{"_index":431,"title":{},"body":{"components/LayoutComponent.html":{}}}],["layoutcomponentservice.fixedtopgap",{"_index":433,"title":{},"body":{"components/LayoutComponent.html":{}}}],["layoutcomponentservice.mode",{"_index":437,"title":{},"body":{"components/LayoutComponent.html":{}}}],["layoutcomponentservice.opened",{"_index":341,"title":{},"body":{"components/HeaderComponent.html":{},"components/LayoutComponent.html":{},"components/SidenavToggleButtonComponent.html":{}}}],["layoutcomponentservice.pinned",{"_index":435,"title":{},"body":{"components/LayoutComponent.html":{}}}],["legal",{"_index":1728,"title":{},"body":{"license.html":{}}}],["legend",{"_index":192,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["level",{"_index":575,"title":{},"body":{"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{}}}],["li[rxap",{"_index":212,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["liability",{"_index":2184,"title":{},"body":{"license.html":{}}}],["liable",{"_index":1831,"title":{},"body":{"license.html":{}}}],["libraries",{"_index":1887,"title":{},"body":{"license.html":{}}}],["library",{"_index":2107,"title":{},"body":{"license.html":{}}}],["licence",{"_index":1245,"title":{},"body":{"changelog.html":{}}}],["license",{"_index":1640,"title":{"license.html":{}},"body":{"license.html":{},"properties.html":{}}}],["licensed",{"_index":1808,"title":{},"body":{"license.html":{}}}],["licensee",{"_index":1811,"title":{},"body":{"license.html":{}}}],["licensees",{"_index":1813,"title":{},"body":{"license.html":{}}}],["licenses",{"_index":1665,"title":{},"body":{"license.html":{}}}],["licensing",{"_index":2262,"title":{},"body":{"license.html":{}}}],["licensors",{"_index":2196,"title":{},"body":{"license.html":{}}}],["likewise",{"_index":2254,"title":{},"body":{"license.html":{}}}],["limit",{"_index":1993,"title":{},"body":{"license.html":{}}}],["limitation",{"_index":2408,"title":{},"body":{"license.html":{}}}],["limited",{"_index":2395,"title":{},"body":{"license.html":{}}}],["limiting",{"_index":2183,"title":{},"body":{"license.html":{}}}],["line",{"_index":60,"title":{},"body":{"injectables/AppUrlService.html":{},"injectables/AuthenticationServiceMock.html":{},"interfaces/ExternalApps.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/SidenavComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{}}}],["link",{"_index":2369,"title":{},"body":{"license.html":{}}}],["linked",{"_index":1919,"title":{},"body":{"license.html":{}}}],["list",{"_index":612,"title":{},"body":{"components/NavigationComponent.html":{},"changelog.html":{},"license.html":{}}}],["litigation",{"_index":2284,"title":{},"body":{"license.html":{}}}],["load",{"_index":1328,"title":{},"body":{"changelog.html":{}}}],["local",{"_index":2426,"title":{},"body":{"license.html":{}}}],["locale_id",{"_index":54,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{}}}],["localeid",{"_index":20,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{}}}],["localize",{"_index":353,"title":{},"body":{"components/LanguageSelectorComponent.html":{},"dependencies.html":{}}}],["localize@^18.0.3",{"_index":1626,"title":{},"body":{"index.html":{}}}],["log",{"_index":1167,"title":{},"body":{"changelog.html":{}}}],["logo",{"_index":492,"title":{},"body":{"injectables/LayoutComponentService.html":{},"changelog.html":{}}}],["logoconfig",{"_index":497,"title":{"interfaces/LogoConfig.html":{}},"body":{"injectables/LayoutComponentService.html":{},"interfaces/LogoConfig.html":{}}}],["logosrc",{"_index":387,"title":{},"body":{"components/LayoutComponent.html":{}}}],["logout",{"_index":1043,"title":{},"body":{"components/SignOutComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["logowidth",{"_index":388,"title":{},"body":{"components/LayoutComponent.html":{}}}],["long",{"_index":1945,"title":{},"body":{"license.html":{}}}],["loop",{"_index":634,"title":{},"body":{"components/NavigationComponent.html":{}}}],["loss",{"_index":2415,"title":{},"body":{"license.html":{}}}],["losses",{"_index":2418,"title":{},"body":{"license.html":{}}}],["machine",{"_index":2049,"title":{},"body":{"license.html":{}}}],["made",{"_index":2144,"title":{},"body":{"license.html":{}}}],["maintain",{"_index":2086,"title":{},"body":{"license.html":{}}}],["major",{"_index":1892,"title":{},"body":{"license.html":{}}}],["make",{"_index":1676,"title":{},"body":{"license.html":{}}}],["makes",{"_index":1965,"title":{},"body":{"license.html":{}}}],["making",{"_index":1819,"title":{},"body":{"license.html":{}}}],["manner",{"_index":2302,"title":{},"body":{"license.html":{}}}],["manufacturer",{"_index":1750,"title":{},"body":{"license.html":{}}}],["map",{"_index":753,"title":{},"body":{"components/NavigationProgressBarComponent.html":{},"injectables/NavigationService.html":{},"components/SettingsButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["map((children",{"_index":845,"title":{},"body":{"injectables/NavigationService.html":{}}}],["map((isvisible",{"_index":839,"title":{},"body":{"injectables/NavigationService.html":{}}}],["map((isvisiblearray",{"_index":836,"title":{},"body":{"injectables/NavigationService.html":{}}}],["map((navigationwithnullitems",{"_index":851,"title":{},"body":{"injectables/NavigationService.html":{}}}],["map((status",{"_index":816,"title":{},"body":{"injectables/NavigationService.html":{}}}],["map((statustoken",{"_index":813,"title":{},"body":{"injectables/NavigationService.html":{}}}],["map(app",{"_index":113,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{}}}],["map(data",{"_index":947,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["map(event",{"_index":757,"title":{},"body":{"components/NavigationProgressBarComponent.html":{}}}],["map(extractusernamefromprofile",{"_index":1095,"title":{},"body":{"components/UserProfileIconComponent.html":{}}}],["map(isvisible",{"_index":820,"title":{},"body":{"injectables/NavigationService.html":{}}}],["map(items",{"_index":949,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["march",{"_index":2352,"title":{},"body":{"license.html":{}}}],["margin",{"_index":360,"title":{},"body":{"components/LanguageSelectorComponent.html":{},"changelog.html":{}}}],["marked",{"_index":1739,"title":{},"body":{"license.html":{}}}],["marks",{"_index":2202,"title":{},"body":{"license.html":{}}}],["masks",{"_index":1806,"title":{},"body":{"license.html":{}}}],["mat",{"_index":365,"title":{},"body":{"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{}}}],["matbuttonmodule",{"_index":149,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/HeaderComponent.html":{},"components/LayoutComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{}}}],["matching",{"_index":123,"title":{},"body":{"injectables/AppUrlService.html":{},"components/AppsButtonComponent.html":{},"injectables/AuthenticationServiceMock.html":{},"interfaces/ExternalApps.html":{},"components/FooterComponent.html":{},"directives/FooterDirective.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"injectables/LayoutComponentService.html":{},"interfaces/LogoConfig.html":{},"components/NavigationComponent.html":{},"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{},"pipes/ReplaceRouterPathsPipe.html":{},"injectables/ReplaceRouterPathsService.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"injectables/SidenavComponentService.html":{},"directives/SidenavFooterDirective.html":{},"directives/SidenavHeaderDirective.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{},"changelog.html":{},"dependencies.html":{},"miscellaneous/functions.html":{},"index.html":{},"license.html":{},"modules.html":{},"overview.html":{},"properties.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["matdividermodule",{"_index":566,"title":{},"body":{"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/SidenavComponent.html":{}}}],["matdrawermode",{"_index":411,"title":{},"body":{"components/LayoutComponent.html":{},"injectables/LayoutComponentService.html":{}}}],["material",{"_index":1554,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["materially",{"_index":2159,"title":{},"body":{"license.html":{}}}],["matformfieldmodule",{"_index":289,"title":{},"body":{"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{}}}],["maticonmodule",{"_index":150,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/HeaderComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationItemComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["matmenumodule",{"_index":288,"title":{},"body":{"components/HeaderComponent.html":{},"components/LayoutComponent.html":{},"components/SettingsButtonComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["matoptionmodule",{"_index":293,"title":{},"body":{"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{}}}],["matprogressbarmodule",{"_index":745,"title":{},"body":{"components/NavigationProgressBarComponent.html":{}}}],["matripplemodule",{"_index":666,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["matselectmodule",{"_index":291,"title":{},"body":{"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{}}}],["matsidenav",{"_index":405,"title":{},"body":{"components/LayoutComponent.html":{}}}],["matsidenavmodule",{"_index":378,"title":{},"body":{"components/LayoutComponent.html":{}}}],["matslidetogglemodule",{"_index":295,"title":{},"body":{"components/HeaderComponent.html":{}}}],["mattoolbarmodule",{"_index":258,"title":{},"body":{"components/FooterComponent.html":{},"components/HeaderComponent.html":{}}}],["mdi",{"_index":1315,"title":{},"body":{"changelog.html":{}}}],["meaning",{"_index":2212,"title":{},"body":{"license.html":{}}}],["means",{"_index":1803,"title":{},"body":{"license.html":{}}}],["measure",{"_index":1973,"title":{},"body":{"license.html":{}}}],["measures",{"_index":1985,"title":{},"body":{"license.html":{}}}],["mediamatcher",{"_index":498,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["mediamatcher.matchmedia('(max",{"_index":526,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["medium",{"_index":1999,"title":{},"body":{"license.html":{}}}],["meet",{"_index":2013,"title":{},"body":{"license.html":{}}}],["meets",{"_index":1871,"title":{},"body":{"license.html":{}}}],["menu",{"_index":1035,"title":{},"body":{"components/SidenavToggleButtonComponent.html":{},"changelog.html":{},"license.html":{}}}],["menu_open",{"_index":1036,"title":{},"body":{"components/SidenavToggleButtonComponent.html":{}}}],["merchantability",{"_index":2396,"title":{},"body":{"license.html":{}}}],["mere",{"_index":1849,"title":{},"body":{"license.html":{}}}],["merge",{"_index":1422,"title":{},"body":{"changelog.html":{}}}],["merging",{"_index":2273,"title":{},"body":{"license.html":{}}}],["merzough",{"_index":1470,"title":{},"body":{"changelog.html":{},"properties.html":{}}}],["met",{"_index":1935,"title":{},"body":{"license.html":{}}}],["metadata",{"_index":137,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"directives/FooterDirective.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"pipes/ReplaceRouterPathsPipe.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"directives/SidenavFooterDirective.html":{},"directives/SidenavHeaderDirective.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{},"changelog.html":{}}}],["method",{"_index":823,"title":{},"body":{"injectables/NavigationService.html":{},"changelog.html":{}}}],["methods",{"_index":9,"title":{},"body":{"injectables/AppUrlService.html":{},"injectables/AuthenticationServiceMock.html":{},"injectables/LayoutComponentService.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{},"pipes/ReplaceRouterPathsPipe.html":{},"injectables/ReplaceRouterPathsService.html":{},"components/SettingsButtonComponent.html":{},"injectables/SidenavComponentService.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/WindowContainerSidenavComponent.html":{},"license.html":{}}}],["min",{"_index":1004,"title":{},"body":{"components/SidenavComponent.html":{},"changelog.html":{}}}],["miscellaneous",{"_index":1593,"title":{"miscellaneous/functions.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}},"body":{"miscellaneous/functions.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["misrepresentation",{"_index":2191,"title":{},"body":{"license.html":{}}}],["missing",{"_index":1500,"title":{},"body":{"changelog.html":{}}}],["mmuenker@digitaix.com",{"_index":1472,"title":{},"body":{"changelog.html":{}}}],["mobile",{"_index":528,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["mobilequery",{"_index":525,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["mobilequery.addeventlistener('change",{"_index":551,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["mobilequery.matches",{"_index":529,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["mockspeerdependency",{"_index":1516,"title":{},"body":{"changelog.html":{}}}],["mode",{"_index":493,"title":{},"body":{"injectables/LayoutComponentService.html":{},"components/SettingsButtonComponent.html":{},"changelog.html":{},"license.html":{}}}],["model",{"_index":2066,"title":{},"body":{"license.html":{}}}],["modetype",{"_index":1501,"title":{},"body":{"changelog.html":{}}}],["modification",{"_index":1799,"title":{},"body":{"license.html":{}}}],["modifications",{"_index":1874,"title":{},"body":{"license.html":{}}}],["modified",{"_index":1738,"title":{},"body":{"license.html":{}}}],["modifies",{"_index":2018,"title":{},"body":{"license.html":{}}}],["modify",{"_index":1707,"title":{},"body":{"license.html":{}}}],["modifying",{"_index":1838,"title":{},"body":{"license.html":{}}}],["module",{"_index":62,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{},"changelog.html":{}}}],["module.value.hash",{"_index":1123,"title":{},"body":{"components/VersionComponent.html":{}}}],["module.value.name",{"_index":1121,"title":{},"body":{"components/VersionComponent.html":{}}}],["module.value.semantic",{"_index":1122,"title":{},"body":{"components/VersionComponent.html":{}}}],["modules",{"_index":1111,"title":{"modules.html":{}},"body":{"components/VersionComponent.html":{},"modules.html":{}}}],["mono",{"_index":1423,"title":{},"body":{"changelog.html":{}}}],["more",{"_index":2068,"title":{},"body":{"license.html":{}}}],["moreover",{"_index":2241,"title":{},"body":{"license.html":{}}}],["move",{"_index":1289,"title":{},"body":{"changelog.html":{}}}],["mv",{"_index":1553,"title":{},"body":{"changelog.html":{}}}],["münker",{"_index":1471,"title":{},"body":{"changelog.html":{},"properties.html":{}}}],["name",{"_index":28,"title":{},"body":{"injectables/AppUrlService.html":{},"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"directives/FooterDirective.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"injectables/LayoutComponentService.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{},"pipes/ReplaceRouterPathsPipe.html":{},"injectables/ReplaceRouterPathsService.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"injectables/SidenavComponentService.html":{},"directives/SidenavFooterDirective.html":{},"directives/SidenavHeaderDirective.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{},"changelog.html":{},"miscellaneous/functions.html":{}}}],["names",{"_index":2195,"title":{},"body":{"license.html":{}}}],["nature",{"_index":2033,"title":{},"body":{"license.html":{}}}],["nav",{"_index":709,"title":{},"body":{"components/NavigationItemComponent.html":{},"components/SidenavComponent.html":{}}}],["navigate",{"_index":16,"title":{},"body":{"injectables/AppUrlService.html":{},"changelog.html":{}}}],["navigate(appid",{"_index":49,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{}}}],["navigating",{"_index":748,"title":{},"body":{"components/NavigationProgressBarComponent.html":{}}}],["navigation",{"_index":213,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{},"changelog.html":{},"miscellaneous/typealiases.html":{}}}],["navigation.component",{"_index":704,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["navigation.component.html",{"_index":569,"title":{},"body":{"components/NavigationComponent.html":{}}}],["navigation.component.scss",{"_index":568,"title":{},"body":{"components/NavigationComponent.html":{}}}],["navigation.map((navigationitem",{"_index":849,"title":{},"body":{"injectables/NavigationService.html":{}}}],["navigation.push",{"_index":858,"title":{},"body":{"injectables/NavigationService.html":{}}}],["navigation.push(navigationitem",{"_index":862,"title":{},"body":{"injectables/NavigationService.html":{}}}],["navigation.service",{"_index":609,"title":{},"body":{"components/NavigationComponent.html":{}}}],["navigation/navigation.component",{"_index":425,"title":{},"body":{"components/LayoutComponent.html":{},"components/SidenavComponent.html":{}}}],["navigation]'},{'name",{"_index":210,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["navigationbutton",{"_index":1575,"title":{},"body":{"changelog.html":{}}}],["navigationcancel",{"_index":751,"title":{},"body":{"components/NavigationProgressBarComponent.html":{}}}],["navigationcomponent",{"_index":208,"title":{"components/NavigationComponent.html":{}},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{},"changelog.html":{}}}],["navigationdivideritem",{"_index":590,"title":{"interfaces/NavigationDividerItem.html":{}},"body":{"components/NavigationComponent.html":{},"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"components/NavigationItemComponent.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{},"miscellaneous/functions.html":{}}}],["navigationend",{"_index":700,"title":{},"body":{"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{}}}],["navigationinsertitem",{"_index":650,"title":{"interfaces/NavigationInsertItem.html":{}},"body":{"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"interfaces/NavigationStatus.html":{},"miscellaneous/functions.html":{}}}],["navigationitem",{"_index":589,"title":{"interfaces/NavigationItem.html":{}},"body":{"components/NavigationComponent.html":{},"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"components/NavigationItemComponent.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{},"miscellaneous/functions.html":{}}}],["navigationitem.status",{"_index":810,"title":{},"body":{"injectables/NavigationService.html":{}}}],["navigationitemcomponent",{"_index":211,"title":{"components/NavigationItemComponent.html":{}},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{},"changelog.html":{}}}],["navigationitemornull",{"_index":841,"title":{},"body":{"injectables/NavigationService.html":{}}}],["navigationitemornull.children",{"_index":844,"title":{},"body":{"injectables/NavigationService.html":{}}}],["navigationitemornull.children?.length",{"_index":842,"title":{},"body":{"injectables/NavigationService.html":{}}}],["navigationitems",{"_index":1488,"title":{},"body":{"changelog.html":{}}}],["navigationprogressbarcomponent",{"_index":215,"title":{"components/NavigationProgressBarComponent.html":{}},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["navigationservice",{"_index":580,"title":{"injectables/NavigationService.html":{}},"body":{"components/NavigationComponent.html":{},"injectables/NavigationService.html":{}}}],["navigationstart",{"_index":752,"title":{},"body":{"components/NavigationProgressBarComponent.html":{}}}],["navigationstatus",{"_index":655,"title":{"interfaces/NavigationStatus.html":{}},"body":{"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"interfaces/NavigationStatus.html":{}}}],["navigationwithinserts",{"_index":649,"title":{},"body":{"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["navigationwithnullitems",{"_index":853,"title":{},"body":{"injectables/NavigationService.html":{}}}],["necessary",{"_index":2404,"title":{},"body":{"license.html":{}}}],["need",{"_index":1698,"title":{},"body":{"license.html":{}}}],["needed",{"_index":1775,"title":{},"body":{"license.html":{}}}],["nest",{"_index":1427,"title":{},"body":{"changelog.html":{}}}],["network",{"_index":1852,"title":{},"body":{"license.html":{}}}],["neutral",{"_index":614,"title":{},"body":{"components/NavigationComponent.html":{}}}],["new",{"_index":106,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{},"directives/FooterDirective.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"injectables/NavigationService.html":{},"components/SettingsButtonComponent.html":{},"injectables/SidenavComponentService.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/WindowContainerSidenavComponent.html":{},"changelog.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["next",{"_index":59,"title":{},"body":{"injectables/AppUrlService.html":{},"injectables/AuthenticationServiceMock.html":{},"interfaces/ExternalApps.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/SidenavComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"license.html":{}}}],["next.0",{"_index":1477,"title":{},"body":{"changelog.html":{}}}],["next.1",{"_index":1461,"title":{},"body":{"changelog.html":{}}}],["next.2",{"_index":1460,"title":{},"body":{"changelog.html":{}}}],["next.3",{"_index":1459,"title":{},"body":{"changelog.html":{}}}],["ng",{"_index":363,"title":{},"body":{"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"changelog.html":{}}}],["ngafterviewinit",{"_index":731,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["ngclass",{"_index":287,"title":{},"body":{"components/HeaderComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationItemComponent.html":{},"components/SidenavComponent.html":{}}}],["ngfor",{"_index":148,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/NavigationComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["ngif",{"_index":147,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["ngonchanges(changes",{"_index":725,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["ngondestroy",{"_index":189,"title":{},"body":{"components/AppsButtonComponent.html":{},"directives/FooterDirective.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/SettingsButtonComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["ngoninit",{"_index":181,"title":{},"body":{"components/AppsButtonComponent.html":{},"directives/FooterDirective.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/SettingsButtonComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["ngoptimizedimage",{"_index":151,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/LayoutComponent.html":{}}}],["ngstyle",{"_index":382,"title":{},"body":{"components/LayoutComponent.html":{}}}],["ngtemplateoutlet",{"_index":979,"title":{},"body":{"components/SidenavComponent.html":{}}}],["ngx",{"_index":2440,"title":{},"body":{"properties.html":{}}}],["non",{"_index":1794,"title":{},"body":{"license.html":{}}}],["noncommercially",{"_index":2075,"title":{},"body":{"license.html":{}}}],["none",{"_index":486,"title":{},"body":{"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["normal",{"_index":971,"title":{},"body":{"components/SettingsButtonComponent.html":{},"license.html":{}}}],["normally",{"_index":2111,"title":{},"body":{"license.html":{}}}],["not(.mat",{"_index":461,"title":{},"body":{"components/LayoutComponent.html":{}}}],["notable",{"_index":1168,"title":{},"body":{"changelog.html":{}}}],["note",{"_index":1182,"title":{},"body":{"changelog.html":{}}}],["nothing",{"_index":2255,"title":{},"body":{"license.html":{}}}],["notice",{"_index":1863,"title":{},"body":{"license.html":{}}}],["notices",{"_index":1858,"title":{},"body":{"license.html":{}}}],["notifies",{"_index":2242,"title":{},"body":{"license.html":{}}}],["notify",{"_index":2236,"title":{},"body":{"license.html":{}}}],["notwithstanding",{"_index":2179,"title":{},"body":{"license.html":{}}}],["nrwl",{"_index":1439,"title":{},"body":{"changelog.html":{}}}],["nrwl/angular",{"_index":1467,"title":{},"body":{"changelog.html":{}}}],["nrwl/angular13.x.x",{"_index":1464,"title":{},"body":{"changelog.html":{}}}],["null",{"_index":37,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{},"injectables/LayoutComponentService.html":{},"components/NavigationItemComponent.html":{},"injectables/NavigationService.html":{},"components/SettingsButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["number",{"_index":400,"title":{},"body":{"components/LayoutComponent.html":{},"interfaces/LogoConfig.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/WindowContainerSidenavComponent.html":{},"license.html":{}}}],["numbered",{"_index":2382,"title":{},"body":{"license.html":{}}}],["nx",{"_index":1635,"title":{},"body":{"index.html":{}}}],["nx/devkit",{"_index":1582,"title":{},"body":{"dependencies.html":{}}}],["nx/enforce",{"_index":61,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{}}}],["object",{"_index":1875,"title":{},"body":{"license.html":{}}}],["object.entries(inserts).foreach",{"_index":792,"title":{},"body":{"injectables/NavigationService.html":{}}}],["obligate",{"_index":2364,"title":{},"body":{"license.html":{}}}],["obligated",{"_index":2092,"title":{},"body":{"license.html":{}}}],["obligations",{"_index":1975,"title":{},"body":{"license.html":{}}}],["observable",{"_index":648,"title":{},"body":{"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"components/NavigationProgressBarComponent.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{},"pipes/ReplaceRouterPathsPipe.html":{},"injectables/ReplaceRouterPathsService.html":{}}}],["observecurrentthemedensity",{"_index":518,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["occasionally",{"_index":2074,"title":{},"body":{"license.html":{}}}],["occurring",{"_index":2252,"title":{},"body":{"license.html":{}}}],["occurs",{"_index":1758,"title":{},"body":{"license.html":{}}}],["of(false",{"_index":826,"title":{},"body":{"injectables/NavigationService.html":{}}}],["of(isvisible",{"_index":818,"title":{},"body":{"injectables/NavigationService.html":{}}}],["of(navigationitem",{"_index":811,"title":{},"body":{"injectables/NavigationService.html":{}}}],["of(navigationitemornull",{"_index":846,"title":{},"body":{"injectables/NavigationService.html":{}}}],["of(null",{"_index":847,"title":{},"body":{"injectables/NavigationService.html":{}}}],["of(routerlink",{"_index":881,"title":{},"body":{"injectables/ReplaceRouterPathsService.html":{}}}],["offer",{"_index":1726,"title":{},"body":{"license.html":{}}}],["offered",{"_index":2101,"title":{},"body":{"license.html":{}}}],["offering",{"_index":2078,"title":{},"body":{"license.html":{}}}],["official",{"_index":1877,"title":{},"body":{"license.html":{}}}],["onchanges",{"_index":664,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["ondestroy",{"_index":136,"title":{},"body":{"components/AppsButtonComponent.html":{},"directives/FooterDirective.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/SettingsButtonComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["one",{"_index":834,"title":{},"body":{"injectables/NavigationService.html":{},"license.html":{}}}],["oninit",{"_index":135,"title":{},"body":{"components/AppsButtonComponent.html":{},"directives/FooterDirective.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/SettingsButtonComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["openchangelogdialog",{"_index":894,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["opened",{"_index":301,"title":{},"body":{"components/HeaderComponent.html":{},"components/LayoutComponent.html":{},"injectables/LayoutComponentService.html":{},"components/SidenavToggleButtonComponent.html":{}}}],["openwindowsidenav",{"_index":1050,"title":{},"body":{"components/ToggleWindowSidenavButtonComponent.html":{}}}],["openwindowsidenavchange",{"_index":1052,"title":{},"body":{"components/ToggleWindowSidenavButtonComponent.html":{}}}],["opera",{"_index":489,"title":{},"body":{"components/LayoutComponent.html":{}}}],["operate",{"_index":2421,"title":{},"body":{"license.html":{}}}],["operated",{"_index":2083,"title":{},"body":{"license.html":{}}}],["operating",{"_index":1901,"title":{},"body":{"license.html":{}}}],["operation",{"_index":1994,"title":{},"body":{"license.html":{}}}],["option",{"_index":2177,"title":{},"body":{"license.html":{}}}],["optional",{"_index":30,"title":{},"body":{"injectables/AppUrlService.html":{},"components/AppsButtonComponent.html":{},"interfaces/ExternalApps.html":{},"components/FooterComponent.html":{},"directives/FooterDirective.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"injectables/LayoutComponentService.html":{},"interfaces/LogoConfig.html":{},"components/NavigationComponent.html":{},"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationItem.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{},"pipes/ReplaceRouterPathsPipe.html":{},"injectables/ReplaceRouterPathsService.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"injectables/SidenavComponentService.html":{},"directives/SidenavFooterDirective.html":{},"directives/SidenavHeaderDirective.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{},"miscellaneous/functions.html":{}}}],["optional()@inject(rxap_header_component",{"_index":312,"title":{},"body":{"components/HeaderComponent.html":{}}}],["options",{"_index":1600,"title":{},"body":{"miscellaneous/functions.html":{},"license.html":{}}}],["order",{"_index":1251,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["organization",{"_index":2270,"title":{},"body":{"license.html":{}}}],["organizations",{"_index":1814,"title":{},"body":{"license.html":{}}}],["origin",{"_index":2192,"title":{},"body":{"license.html":{}}}],["original",{"_index":2193,"title":{},"body":{"license.html":{}}}],["others",{"_index":1700,"title":{},"body":{"license.html":{}}}],["otherwise",{"_index":1946,"title":{},"body":{"license.html":{}}}],["out",{"_index":1040,"title":{},"body":{"components/SignOutComponent.html":{},"license.html":{}}}],["out'},{'name",{"_index":229,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["out.component.html",{"_index":1042,"title":{},"body":{"components/SignOutComponent.html":{}}}],["out.component.scss",{"_index":1041,"title":{},"body":{"components/SignOutComponent.html":{}}}],["out.component.ts",{"_index":1039,"title":{},"body":{"components/SignOutComponent.html":{}}}],["out.component.ts:17",{"_index":1045,"title":{},"body":{"components/SignOutComponent.html":{}}}],["out.component.ts:24",{"_index":1046,"title":{},"body":{"components/SignOutComponent.html":{}}}],["out/sign",{"_index":1038,"title":{},"body":{"components/SignOutComponent.html":{}}}],["outline",{"_index":1106,"title":{},"body":{"components/UserProfileIconComponent.html":{}}}],["output",{"_index":1056,"title":{},"body":{"components/ToggleWindowSidenavButtonComponent.html":{},"license.html":{}}}],["outputs",{"_index":1051,"title":{},"body":{"components/ToggleWindowSidenavButtonComponent.html":{}}}],["outside",{"_index":1958,"title":{},"body":{"license.html":{}}}],["over",{"_index":535,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["overflow",{"_index":712,"title":{},"body":{"components/NavigationItemComponent.html":{},"components/SidenavComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["overlay",{"_index":678,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["overscroll",{"_index":1253,"title":{},"body":{"changelog.html":{}}}],["overview",{"_index":2437,"title":{"overview.html":{}},"body":{"overview.html":{}}}],["owned",{"_index":2298,"title":{},"body":{"license.html":{}}}],["package",{"_index":1184,"title":{"dependencies.html":{},"properties.html":{}},"body":{"changelog.html":{},"index.html":{}}}],["packaged",{"_index":2025,"title":{},"body":{"license.html":{}}}],["packagedependencies",{"_index":1435,"title":{},"body":{"changelog.html":{}}}],["packagerxap/material",{"_index":1555,"title":{},"body":{"changelog.html":{}}}],["packages",{"_index":1247,"title":{},"body":{"changelog.html":{},"properties.html":{}}}],["packaging",{"_index":1891,"title":{},"body":{"license.html":{}}}],["padding",{"_index":368,"title":{},"body":{"components/LanguageSelectorComponent.html":{},"components/SidenavComponent.html":{},"components/VersionComponent.html":{},"changelog.html":{}}}],["paragraph",{"_index":2226,"title":{},"body":{"license.html":{}}}],["paragraphs",{"_index":2310,"title":{},"body":{"license.html":{}}}],["param",{"_index":800,"title":{},"body":{"injectables/NavigationService.html":{}}}],["parameters",{"_index":26,"title":{},"body":{"injectables/AppUrlService.html":{},"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"directives/FooterDirective.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"injectables/LayoutComponentService.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{},"pipes/ReplaceRouterPathsPipe.html":{},"injectables/ReplaceRouterPathsService.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"injectables/SidenavComponentService.html":{},"directives/SidenavFooterDirective.html":{},"directives/SidenavHeaderDirective.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{},"miscellaneous/functions.html":{}}}],["part",{"_index":1816,"title":{},"body":{"license.html":{}}}],["particular",{"_index":1883,"title":{},"body":{"license.html":{}}}],["parties",{"_index":1848,"title":{},"body":{"license.html":{}}}],["parts",{"_index":1927,"title":{},"body":{"license.html":{}}}],["party",{"_index":2084,"title":{},"body":{"license.html":{}}}],["party's",{"_index":2275,"title":{},"body":{"license.html":{}}}],["pass",{"_index":1713,"title":{},"body":{"license.html":{}}}],["password",{"_index":2167,"title":{},"body":{"license.html":{}}}],["patent",{"_index":2225,"title":{},"body":{"license.html":{}}}],["patents",{"_index":1779,"title":{},"body":{"license.html":{}}}],["path",{"_index":41,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{},"changelog.html":{}}}],["paths.pipe.ts",{"_index":868,"title":{},"body":{"pipes/ReplaceRouterPathsPipe.html":{}}}],["paths.pipe.ts:14",{"_index":874,"title":{},"body":{"pipes/ReplaceRouterPathsPipe.html":{}}}],["paths.pipe.ts:18",{"_index":871,"title":{},"body":{"pipes/ReplaceRouterPathsPipe.html":{}}}],["paths.service",{"_index":877,"title":{},"body":{"pipes/ReplaceRouterPathsPipe.html":{}}}],["paths.service.ts",{"_index":879,"title":{},"body":{"injectables/ReplaceRouterPathsService.html":{}}}],["paths.service.ts:10",{"_index":880,"title":{},"body":{"injectables/ReplaceRouterPathsService.html":{}}}],["pattern",{"_index":1756,"title":{},"body":{"license.html":{}}}],["payment",{"_index":2347,"title":{},"body":{"license.html":{}}}],["peer",{"_index":1278,"title":{},"body":{"changelog.html":{},"dependencies.html":{},"index.html":{},"license.html":{}}}],["peers",{"_index":2099,"title":{},"body":{"license.html":{}}}],["performance",{"_index":2400,"title":{},"body":{"license.html":{}}}],["performing",{"_index":1913,"title":{},"body":{"license.html":{}}}],["permanently",{"_index":2234,"title":{},"body":{"license.html":{}}}],["permission",{"_index":1729,"title":{},"body":{"license.html":{}}}],["permissions",{"_index":84,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{},"license.html":{}}}],["permissive",{"_index":2006,"title":{},"body":{"license.html":{}}}],["permit",{"_index":2043,"title":{},"body":{"license.html":{}}}],["permits",{"_index":2215,"title":{},"body":{"license.html":{}}}],["permitted",{"_index":1653,"title":{},"body":{"license.html":{}}}],["perpetuity",{"_index":2148,"title":{},"body":{"license.html":{}}}],["personal",{"_index":2110,"title":{},"body":{"license.html":{}}}],["pertinent",{"_index":2362,"title":{},"body":{"license.html":{}}}],["physical",{"_index":2053,"title":{},"body":{"license.html":{}}}],["physically",{"_index":2071,"title":{},"body":{"license.html":{}}}],["pieces",{"_index":1693,"title":{},"body":{"license.html":{}}}],["pinned",{"_index":389,"title":{},"body":{"components/LayoutComponent.html":{},"injectables/LayoutComponentService.html":{}}}],["pipe",{"_index":627,"title":{"pipes/ReplaceRouterPathsPipe.html":{}},"body":{"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"injectables/NavigationService.html":{},"pipes/ReplaceRouterPathsPipe.html":{},"overview.html":{}}}],["pipes",{"_index":866,"title":{},"body":{"pipes/ReplaceRouterPathsPipe.html":{}}}],["pipetransform",{"_index":875,"title":{},"body":{"pipes/ReplaceRouterPathsPipe.html":{}}}],["place",{"_index":2080,"title":{},"body":{"license.html":{}}}],["plugins",{"_index":1426,"title":{},"body":{"changelog.html":{}}}],["plus",{"_index":2278,"title":{},"body":{"license.html":{}}}],["point",{"_index":1204,"title":{},"body":{"changelog.html":{}}}],["pointer",{"_index":1104,"title":{},"body":{"components/UserProfileIconComponent.html":{}}}],["portal",{"_index":1151,"title":{},"body":{"components/WindowContainerSidenavComponent.html":{}}}],["portal.detach",{"_index":1163,"title":{},"body":{"components/WindowContainerSidenavComponent.html":{}}}],["portalmodule",{"_index":259,"title":{},"body":{"components/FooterComponent.html":{},"components/SettingsButtonComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["portals",{"_index":1129,"title":{},"body":{"components/WindowContainerSidenavComponent.html":{}}}],["portion",{"_index":2104,"title":{},"body":{"license.html":{}}}],["position",{"_index":1059,"title":{},"body":{"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["possesses",{"_index":2067,"title":{},"body":{"license.html":{}}}],["possession",{"_index":2022,"title":{},"body":{"license.html":{}}}],["possibility",{"_index":2424,"title":{},"body":{"license.html":{}}}],["power",{"_index":1987,"title":{},"body":{"license.html":{}}}],["practical",{"_index":1666,"title":{},"body":{"license.html":{}}}],["practice",{"_index":1765,"title":{},"body":{"license.html":{}}}],["preamble",{"_index":1661,"title":{},"body":{"license.html":{}}}],["precise",{"_index":1795,"title":{},"body":{"license.html":{}}}],["precisely",{"_index":1762,"title":{},"body":{"license.html":{}}}],["predecessor",{"_index":2276,"title":{},"body":{"license.html":{}}}],["preferred",{"_index":1873,"title":{},"body":{"license.html":{}}}],["present",{"_index":2375,"title":{},"body":{"license.html":{}}}],["presents",{"_index":1868,"title":{},"body":{"license.html":{}}}],["preservation",{"_index":2186,"title":{},"body":{"license.html":{}}}],["preset",{"_index":970,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["prevent",{"_index":1699,"title":{},"body":{"license.html":{}}}],["prevented",{"_index":2142,"title":{},"body":{"license.html":{}}}],["previewdensity",{"_index":895,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["previewdensity(density",{"_index":910,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["previewtheme",{"_index":896,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["previewtheme(theme",{"_index":913,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["previewtypography",{"_index":897,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["previewtypography(typography",{"_index":915,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["previous",{"_index":1743,"title":{},"body":{"license.html":{}}}],["price",{"_index":1688,"title":{},"body":{"license.html":{}}}],["primarily",{"_index":2349,"title":{},"body":{"license.html":{}}}],["prior",{"_index":2237,"title":{},"body":{"license.html":{}}}],["private",{"_index":88,"title":{},"body":{"injectables/AppUrlService.html":{},"components/AppsButtonComponent.html":{},"interfaces/ExternalApps.html":{},"directives/FooterDirective.html":{},"components/LayoutComponent.html":{},"injectables/LayoutComponentService.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"injectables/NavigationService.html":{},"components/SettingsButtonComponent.html":{},"components/SignOutComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{},"license.html":{}}}],["problems",{"_index":1740,"title":{},"body":{"license.html":{}}}],["procedures",{"_index":2137,"title":{},"body":{"license.html":{}}}],["procuring",{"_index":2336,"title":{},"body":{"license.html":{}}}],["produce",{"_index":1904,"title":{},"body":{"license.html":{}}}],["product",{"_index":2054,"title":{},"body":{"license.html":{}}}],["production",{"_index":1233,"title":{},"body":{"changelog.html":{}}}],["products",{"_index":1760,"title":{},"body":{"license.html":{}}}],["profile",{"_index":234,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["profile.email",{"_index":1087,"title":{},"body":{"components/UserProfileIconComponent.html":{},"miscellaneous/variables.html":{}}}],["profile.name",{"_index":1088,"title":{},"body":{"components/UserProfileIconComponent.html":{},"miscellaneous/variables.html":{}}}],["profile.username",{"_index":1086,"title":{},"body":{"components/UserProfileIconComponent.html":{},"miscellaneous/variables.html":{}}}],["program",{"_index":1675,"title":{},"body":{"license.html":{}}}],["program's",{"_index":1998,"title":{},"body":{"license.html":{}}}],["programming",{"_index":1884,"title":{},"body":{"license.html":{}}}],["programs",{"_index":1685,"title":{},"body":{"license.html":{}}}],["progress",{"_index":216,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["prohibit",{"_index":1764,"title":{},"body":{"license.html":{}}}],["prohibiting",{"_index":1983,"title":{},"body":{"license.html":{}}}],["prohibits",{"_index":2343,"title":{},"body":{"license.html":{}}}],["project",{"_index":1170,"title":{},"body":{"changelog.html":{}}}],["prominent",{"_index":1870,"title":{},"body":{"license.html":{}}}],["prominently",{"_index":1861,"title":{},"body":{"license.html":{}}}],["promise",{"_index":39,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{},"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"interfaces/NavigationStatus.html":{}}}],["propagate",{"_index":1827,"title":{},"body":{"license.html":{}}}],["propagating",{"_index":2259,"title":{},"body":{"license.html":{}}}],["propagation",{"_index":1839,"title":{},"body":{"license.html":{}}}],["properties",{"_index":156,"title":{"properties.html":{}},"body":{"components/AppsButtonComponent.html":{},"interfaces/ExternalApps.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"injectables/LayoutComponentService.html":{},"interfaces/LogoConfig.html":{},"components/NavigationComponent.html":{},"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"injectables/NavigationService.html":{},"pipes/ReplaceRouterPathsPipe.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"injectables/SidenavComponentService.html":{},"directives/SidenavFooterDirective.html":{},"directives/SidenavHeaderDirective.html":{},"components/SidenavToggleButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{},"properties.html":{}}}],["property",{"_index":473,"title":{},"body":{"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/SidenavComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"changelog.html":{},"license.html":{}}}],["proprietary",{"_index":1790,"title":{},"body":{"license.html":{}}}],["protect",{"_index":1696,"title":{},"body":{"license.html":{}}}],["protecting",{"_index":1754,"title":{},"body":{"license.html":{}}}],["protection",{"_index":1731,"title":{},"body":{"license.html":{}}}],["protocols",{"_index":2164,"title":{},"body":{"license.html":{}}}],["prove",{"_index":2401,"title":{},"body":{"license.html":{}}}],["provide",{"_index":1951,"title":{},"body":{"license.html":{}}}],["provided",{"_index":1866,"title":{},"body":{"license.html":{}}}],["providedin",{"_index":85,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{},"injectables/LayoutComponentService.html":{},"injectables/NavigationService.html":{},"injectables/ReplaceRouterPathsService.html":{},"injectables/SidenavComponentService.html":{},"components/UserProfileIconComponent.html":{},"miscellaneous/variables.html":{}}}],["providersupport",{"_index":1559,"title":{},"body":{"changelog.html":{}}}],["provision",{"_index":1773,"title":{},"body":{"license.html":{}}}],["provisionally",{"_index":2231,"title":{},"body":{"license.html":{}}}],["proxy",{"_index":2387,"title":{},"body":{"license.html":{}}}],["proxy's",{"_index":2389,"title":{},"body":{"license.html":{}}}],["public",{"_index":10,"title":{},"body":{"injectables/AppUrlService.html":{},"components/AppsButtonComponent.html":{},"injectables/AuthenticationServiceMock.html":{},"interfaces/ExternalApps.html":{},"components/FooterComponent.html":{},"directives/FooterDirective.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"injectables/LayoutComponentService.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"injectables/NavigationService.html":{},"pipes/ReplaceRouterPathsPipe.html":{},"injectables/ReplaceRouterPathsService.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"injectables/SidenavComponentService.html":{},"directives/SidenavFooterDirective.html":{},"directives/SidenavHeaderDirective.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{},"license.html":{}}}],["publicity",{"_index":2194,"title":{},"body":{"license.html":{}}}],["publicly",{"_index":2166,"title":{},"body":{"license.html":{}}}],["publish",{"_index":2002,"title":{},"body":{"license.html":{}}}],["publishable",{"_index":1246,"title":{},"body":{"changelog.html":{}}}],["published",{"_index":2384,"title":{},"body":{"license.html":{}}}],["purpose",{"_index":1783,"title":{},"body":{"license.html":{}}}],["purposes",{"_index":2114,"title":{},"body":{"license.html":{}}}],["pursuant",{"_index":2333,"title":{},"body":{"license.html":{}}}],["qualify",{"_index":2248,"title":{},"body":{"license.html":{}}}],["quality",{"_index":2399,"title":{},"body":{"license.html":{}}}],["radio_button_checked",{"_index":458,"title":{},"body":{"components/LayoutComponent.html":{}}}],["radio_button_unchecked",{"_index":457,"title":{},"body":{"components/LayoutComponent.html":{}}}],["radius",{"_index":999,"title":{},"body":{"components/SidenavComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["readable",{"_index":2050,"title":{},"body":{"license.html":{}}}],["readily",{"_index":2320,"title":{},"body":{"license.html":{}}}],["reading",{"_index":2170,"title":{},"body":{"license.html":{}}}],["readme",{"_index":1277,"title":{},"body":{"changelog.html":{}}}],["readonly",{"_index":91,"title":{},"body":{"injectables/AppUrlService.html":{},"components/AppsButtonComponent.html":{},"interfaces/ExternalApps.html":{},"components/FooterComponent.html":{},"directives/FooterDirective.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"injectables/LayoutComponentService.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"injectables/NavigationService.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"injectables/SidenavComponentService.html":{},"directives/SidenavFooterDirective.html":{},"directives/SidenavHeaderDirective.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/UserProfileIconComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["ready",{"_index":1771,"title":{},"body":{"license.html":{}}}],["reason",{"_index":2331,"title":{},"body":{"license.html":{}}}],["reasonable",{"_index":2069,"title":{},"body":{"license.html":{}}}],["receipt",{"_index":2246,"title":{},"body":{"license.html":{}}}],["receive",{"_index":1691,"title":{},"body":{"license.html":{}}}],["received",{"_index":1717,"title":{},"body":{"license.html":{}}}],["receives",{"_index":2264,"title":{},"body":{"license.html":{}}}],["receiving",{"_index":2338,"title":{},"body":{"license.html":{}}}],["recipient",{"_index":2147,"title":{},"body":{"license.html":{}}}],["recipient's",{"_index":2329,"title":{},"body":{"license.html":{}}}],["recipients",{"_index":1714,"title":{},"body":{"license.html":{}}}],["recognized",{"_index":1878,"title":{},"body":{"license.html":{}}}],["record",{"_index":658,"title":{},"body":{"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"interfaces/NavigationStatus.html":{}}}],["redirectmanuel",{"_index":1535,"title":{},"body":{"changelog.html":{}}}],["refactor",{"_index":1298,"title":{},"body":{"changelog.html":{}}}],["referring",{"_index":1687,"title":{},"body":{"license.html":{}}}],["refers",{"_index":1802,"title":{},"body":{"license.html":{}}}],["reflect",{"_index":1505,"title":{},"body":{"changelog.html":{}}}],["refrain",{"_index":2366,"title":{},"body":{"license.html":{}}}],["regard",{"_index":2176,"title":{},"body":{"license.html":{}}}],["regardless",{"_index":2024,"title":{},"body":{"license.html":{}}}],["regenerate",{"_index":1928,"title":{},"body":{"license.html":{}}}],["region",{"_index":631,"title":{},"body":{"components/NavigationComponent.html":{}}}],["reinstated",{"_index":2230,"title":{},"body":{"license.html":{}}}],["related",{"_index":1292,"title":{},"body":{"changelog.html":{}}}],["relationship",{"_index":1959,"title":{},"body":{"license.html":{}}}],["relative",{"_index":1319,"title":{},"body":{"changelog.html":{}}}],["release",{"_index":390,"title":{},"body":{"components/LayoutComponent.html":{}}}],["released",{"_index":1682,"title":{},"body":{"license.html":{}}}],["relevant",{"_index":2015,"title":{},"body":{"license.html":{}}}],["relicensing",{"_index":2216,"title":{},"body":{"license.html":{}}}],["relying",{"_index":2319,"title":{},"body":{"license.html":{}}}],["remain",{"_index":2091,"title":{},"body":{"license.html":{}}}],["remains",{"_index":1678,"title":{},"body":{"license.html":{}}}],["removal",{"_index":2178,"title":{},"body":{"license.html":{}}}],["remove",{"_index":760,"title":{},"body":{"injectables/NavigationService.html":{},"changelog.html":{},"license.html":{}}}],["remove(component",{"_index":1160,"title":{},"body":{"components/WindowContainerSidenavComponent.html":{}}}],["remove(id",{"_index":777,"title":{},"body":{"injectables/NavigationService.html":{}}}],["render",{"_index":1793,"title":{},"body":{"license.html":{}}}],["rendered",{"_index":2416,"title":{},"body":{"license.html":{}}}],["renderer",{"_index":676,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["renderer2",{"_index":677,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["repair",{"_index":2406,"title":{},"body":{"license.html":{}}}],["repeat",{"_index":1098,"title":{},"body":{"components/UserProfileIconComponent.html":{}}}],["replace",{"_index":876,"title":{},"body":{"pipes/ReplaceRouterPathsPipe.html":{},"changelog.html":{}}}],["replaceinserts",{"_index":855,"title":{},"body":{"injectables/NavigationService.html":{}}}],["replacerouterpaths",{"_index":869,"title":{},"body":{"pipes/ReplaceRouterPathsPipe.html":{}}}],["replacerouterpathspipe",{"_index":865,"title":{"pipes/ReplaceRouterPathsPipe.html":{}},"body":{"pipes/ReplaceRouterPathsPipe.html":{}}}],["replacerouterpathsservice",{"_index":873,"title":{"injectables/ReplaceRouterPathsService.html":{}},"body":{"pipes/ReplaceRouterPathsPipe.html":{},"injectables/ReplaceRouterPathsService.html":{}}}],["replaysubject",{"_index":782,"title":{},"body":{"injectables/NavigationService.html":{}}}],["replaysubject(1",{"_index":786,"title":{},"body":{"injectables/NavigationService.html":{}}}],["repos",{"_index":1424,"title":{},"body":{"changelog.html":{}}}],["repository",{"_index":2447,"title":{},"body":{"properties.html":{}}}],["represent",{"_index":2134,"title":{},"body":{"license.html":{}}}],["require",{"_index":1922,"title":{},"body":{"license.html":{}}}],["required",{"_index":633,"title":{},"body":{"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/VersionComponent.html":{},"changelog.html":{},"license.html":{}}}],["requirement",{"_index":2017,"title":{},"body":{"license.html":{}}}],["requirements",{"_index":2094,"title":{},"body":{"license.html":{}}}],["requires",{"_index":1737,"title":{},"body":{"license.html":{}}}],["requiring",{"_index":1818,"title":{},"body":{"license.html":{}}}],["reset",{"_index":219,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["resetbuttoncomponent",{"_index":218,"title":{"components/ResetButtonComponent.html":{}},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["resetservice",{"_index":884,"title":{},"body":{"components/ResetButtonComponent.html":{}}}],["resolve",{"_index":1417,"title":{},"body":{"changelog.html":{}}}],["resolved",{"_index":2121,"title":{},"body":{"license.html":{}}}],["respect",{"_index":1708,"title":{},"body":{"license.html":{}}}],["responsibilities",{"_index":1706,"title":{},"body":{"license.html":{}}}],["responsible",{"_index":2266,"title":{},"body":{"license.html":{}}}],["restore",{"_index":1331,"title":{},"body":{"changelog.html":{}}}],["restored",{"_index":1250,"title":{},"body":{"changelog.html":{}}}],["restoredensity",{"_index":898,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["restoretheme",{"_index":899,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["restoretypography",{"_index":900,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["restrict",{"_index":1782,"title":{},"body":{"license.html":{}}}],["restricting",{"_index":1984,"title":{},"body":{"license.html":{}}}],["restriction",{"_index":2214,"title":{},"body":{"license.html":{}}}],["restrictions",{"_index":2210,"title":{},"body":{"license.html":{}}}],["restructure",{"_index":1421,"title":{},"body":{"changelog.html":{}}}],["result",{"_index":2390,"title":{},"body":{"license.html":{}}}],["resulting",{"_index":1821,"title":{},"body":{"license.html":{}}}],["results",{"_index":122,"title":{},"body":{"injectables/AppUrlService.html":{},"components/AppsButtonComponent.html":{},"injectables/AuthenticationServiceMock.html":{},"interfaces/ExternalApps.html":{},"components/FooterComponent.html":{},"directives/FooterDirective.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"injectables/LayoutComponentService.html":{},"interfaces/LogoConfig.html":{},"components/NavigationComponent.html":{},"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{},"pipes/ReplaceRouterPathsPipe.html":{},"injectables/ReplaceRouterPathsService.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"injectables/SidenavComponentService.html":{},"directives/SidenavFooterDirective.html":{},"directives/SidenavHeaderDirective.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{},"changelog.html":{},"dependencies.html":{},"miscellaneous/functions.html":{},"index.html":{},"license.html":{},"modules.html":{},"overview.html":{},"properties.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["retains",{"_index":2151,"title":{},"body":{"license.html":{}}}],["return",{"_index":96,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{},"components/NavigationComponent.html":{},"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"components/NavigationItemComponent.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{},"pipes/ReplaceRouterPathsPipe.html":{},"injectables/ReplaceRouterPathsService.html":{},"components/SettingsButtonComponent.html":{},"components/WindowContainerSidenavComponent.html":{},"changelog.html":{},"license.html":{}}}],["returns",{"_index":35,"title":{},"body":{"injectables/AppUrlService.html":{},"injectables/AuthenticationServiceMock.html":{},"injectables/LayoutComponentService.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{},"pipes/ReplaceRouterPathsPipe.html":{},"injectables/ReplaceRouterPathsService.html":{},"components/SettingsButtonComponent.html":{},"injectables/SidenavComponentService.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/WindowContainerSidenavComponent.html":{},"miscellaneous/functions.html":{}}}],["reviewing",{"_index":2428,"title":{},"body":{"license.html":{}}}],["revised",{"_index":2373,"title":{},"body":{"license.html":{}}}],["rgba(0",{"_index":481,"title":{},"body":{"components/LayoutComponent.html":{}}}],["right",{"_index":478,"title":{},"body":{"components/LayoutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"license.html":{}}}],["rights",{"_index":1697,"title":{},"body":{"license.html":{}}}],["risk",{"_index":2398,"title":{},"body":{"license.html":{}}}],["rom",{"_index":2154,"title":{},"body":{"license.html":{}}}],["root",{"_index":86,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{},"injectables/LayoutComponentService.html":{},"components/NavigationComponent.html":{},"injectables/NavigationService.html":{},"injectables/ReplaceRouterPathsService.html":{},"injectables/SidenavComponentService.html":{},"components/UserProfileIconComponent.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["root(value",{"_index":621,"title":{},"body":{"components/NavigationComponent.html":{}}}],["rotate(180deg",{"_index":1006,"title":{},"body":{"components/SidenavComponent.html":{}}}],["route",{"_index":905,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["router",{"_index":674,"title":{},"body":{"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"pipes/ReplaceRouterPathsPipe.html":{},"injectables/ReplaceRouterPathsService.html":{}}}],["routerlink",{"_index":379,"title":{},"body":{"components/LayoutComponent.html":{},"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"components/NavigationItemComponent.html":{},"interfaces/NavigationStatus.html":{},"pipes/ReplaceRouterPathsPipe.html":{},"injectables/ReplaceRouterPathsService.html":{}}}],["routerlinkactive",{"_index":665,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["routeroutlet",{"_index":380,"title":{},"body":{"components/LayoutComponent.html":{}}}],["routerpipe",{"_index":1475,"title":{},"body":{"changelog.html":{}}}],["rowcount",{"_index":1570,"title":{},"body":{"changelog.html":{}}}],["royalty",{"_index":2282,"title":{},"body":{"license.html":{}}}],["rrp",{"_index":872,"title":{},"body":{"pipes/ReplaceRouterPathsPipe.html":{}}}],["rules",{"_index":2163,"title":{},"body":{"license.html":{}}}],["run",{"_index":1747,"title":{},"body":{"license.html":{}}}],["running",{"_index":1939,"title":{},"body":{"license.html":{}}}],["runs",{"_index":1902,"title":{},"body":{"license.html":{}}}],["rxap",{"_index":141,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{},"changelog.html":{},"properties.html":{}}}],["rxap/authentication",{"_index":173,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/SignOutComponent.html":{},"components/UserProfileIconComponent.html":{},"dependencies.html":{}}}],["rxap/authentication@^18.0.3",{"_index":1616,"title":{},"body":{"index.html":{}}}],["rxap/authorization",{"_index":56,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{},"dependencies.html":{}}}],["rxap/authorization@^18.0.3",{"_index":1617,"title":{},"body":{"index.html":{}}}],["rxap/browser",{"_index":65,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{},"dependencies.html":{},"index.html":{}}}],["rxap/config",{"_index":67,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{},"injectables/LayoutComponentService.html":{},"injectables/SidenavComponentService.html":{},"dependencies.html":{}}}],["rxap/config@^18.1.1",{"_index":1619,"title":{},"body":{"index.html":{}}}],["rxap/data",{"_index":325,"title":{},"body":{"components/HeaderComponent.html":{},"dependencies.html":{},"index.html":{}}}],["rxap/directives",{"_index":327,"title":{},"body":{"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"dependencies.html":{}}}],["rxap/directives@^18.0.3",{"_index":1621,"title":{},"body":{"index.html":{}}}],["rxap/environment",{"_index":69,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{},"components/LayoutComponent.html":{},"dependencies.html":{}}}],["rxap/environment@^18.0.3",{"_index":1622,"title":{},"body":{"index.html":{}}}],["rxap/icon",{"_index":415,"title":{},"body":{"components/LayoutComponent.html":{},"dependencies.html":{}}}],["rxap/icon@^18.0.3",{"_index":1623,"title":{},"body":{"index.html":{}}}],["rxap/layout",{"_index":1185,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["rxap/layout/navigation",{"_index":2460,"title":{},"body":{"miscellaneous/variables.html":{}}}],["rxap/layout:init",{"_index":1639,"title":{},"body":{"index.html":{}}}],["rxap/layout:initgenerators",{"_index":1637,"title":{},"body":{"index.html":{}}}],["rxap/layoutinstall",{"_index":1608,"title":{},"body":{"index.html":{}}}],["rxap/material",{"_index":705,"title":{},"body":{"components/NavigationItemComponent.html":{},"dependencies.html":{},"index.html":{}}}],["rxap/ngx",{"_index":352,"title":{},"body":{"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"injectables/LayoutComponentService.html":{},"components/SettingsButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"dependencies.html":{},"index.html":{}}}],["rxap/services",{"_index":267,"title":{},"body":{"components/FooterComponent.html":{},"directives/FooterDirective.html":{},"components/HeaderComponent.html":{},"injectables/LayoutComponentService.html":{},"components/ResetButtonComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{},"dependencies.html":{}}}],["rxap/services@^18.0.3",{"_index":1630,"title":{},"body":{"index.html":{}}}],["rxap/utilities",{"_index":71,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{},"components/NavigationComponent.html":{},"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"components/NavigationItemComponent.html":{},"interfaces/NavigationStatus.html":{},"components/VersionComponent.html":{},"dependencies.html":{}}}],["rxap/utilities@^16.2.4",{"_index":1631,"title":{},"body":{"index.html":{}}}],["rxap_environment",{"_index":68,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{},"components/LayoutComponent.html":{}}}],["rxap_footer_component",{"_index":2453,"title":{},"body":{"miscellaneous/variables.html":{}}}],["rxap_header_component",{"_index":329,"title":{},"body":{"components/HeaderComponent.html":{},"miscellaneous/variables.html":{}}}],["rxap_layout_apps_grid",{"_index":167,"title":{},"body":{"components/AppsButtonComponent.html":{},"miscellaneous/variables.html":{}}}],["rxap_logo_config",{"_index":519,"title":{},"body":{"injectables/LayoutComponentService.html":{},"miscellaneous/variables.html":{}}}],["rxap_navigation_config",{"_index":783,"title":{},"body":{"injectables/NavigationService.html":{},"miscellaneous/variables.html":{}}}],["rxap_navigation_config_inserts",{"_index":784,"title":{},"body":{"injectables/NavigationService.html":{},"miscellaneous/variables.html":{}}}],["rxapauthenticationservice",{"_index":160,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/SignOutComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["rxapfooter",{"_index":271,"title":{},"body":{"directives/FooterDirective.html":{}}}],["rxapfooter]'},{'name",{"_index":242,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["rxapsidenavfooter",{"_index":1025,"title":{},"body":{"directives/SidenavFooterDirective.html":{}}}],["rxapsidenavfooter]'},{'name",{"_index":244,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["rxapsidenavheader",{"_index":246,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"directives/SidenavHeaderDirective.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["rxjs",{"_index":73,"title":{},"body":{"injectables/AppUrlService.html":{},"components/AppsButtonComponent.html":{},"interfaces/ExternalApps.html":{},"components/NavigationComponent.html":{},"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{},"pipes/ReplaceRouterPathsPipe.html":{},"injectables/ReplaceRouterPathsService.html":{},"components/SettingsButtonComponent.html":{},"injectables/SidenavComponentService.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{},"changelog.html":{},"dependencies.html":{}}}],["rxjs/operators",{"_index":178,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"injectables/NavigationService.html":{},"components/SettingsButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["rxjs@^7.8.1",{"_index":1632,"title":{},"body":{"index.html":{}}}],["safari",{"_index":488,"title":{},"body":{"components/LayoutComponent.html":{}}}],["sake",{"_index":1736,"title":{},"body":{"license.html":{}}}],["sale",{"_index":2292,"title":{},"body":{"license.html":{}}}],["same",{"_index":1715,"title":{},"body":{"license.html":{}}}],["satisfy",{"_index":2093,"title":{},"body":{"license.html":{}}}],["save",{"_index":632,"title":{},"body":{"components/NavigationComponent.html":{}}}],["savepreviewdensityvalue",{"_index":936,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["savepreviewthemevalue",{"_index":940,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["savepreviewtypographyvalue",{"_index":938,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["saying",{"_index":2089,"title":{},"body":{"license.html":{}}}],["schematics",{"_index":1425,"title":{},"body":{"changelog.html":{}}}],["schematicstsconfig",{"_index":1529,"title":{},"body":{"changelog.html":{}}}],["scope",{"_index":2342,"title":{},"body":{"license.html":{}}}],["scope:compose",{"_index":2441,"title":{},"body":{"properties.html":{}}}],["screen",{"_index":1269,"title":{},"body":{"changelog.html":{}}}],["scripts",{"_index":1908,"title":{},"body":{"license.html":{}}}],["scroll",{"_index":997,"title":{},"body":{"components/SidenavComponent.html":{}}}],["scrollbar",{"_index":485,"title":{},"body":{"components/LayoutComponent.html":{},"components/SidenavComponent.html":{}}}],["secondarily",{"_index":1830,"title":{},"body":{"license.html":{}}}],["section",{"_index":1964,"title":{},"body":{"license.html":{}}}],["sections",{"_index":2047,"title":{},"body":{"license.html":{}}}],["see",{"_index":1172,"title":{},"body":{"changelog.html":{}}}],["select",{"_index":355,"title":{},"body":{"components/LanguageSelectorComponent.html":{}}}],["selected",{"_index":1228,"title":{},"body":{"changelog.html":{}}}],["selector",{"_index":140,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"directives/FooterDirective.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"directives/SidenavFooterDirective.html":{},"directives/SidenavHeaderDirective.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{},"changelog.html":{}}}],["selector'},{'name",{"_index":205,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["selector.component",{"_index":935,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["selector.component.html",{"_index":347,"title":{},"body":{"components/LanguageSelectorComponent.html":{}}}],["selector.component.scss",{"_index":346,"title":{},"body":{"components/LanguageSelectorComponent.html":{}}}],["selector.component.ts",{"_index":344,"title":{},"body":{"components/LanguageSelectorComponent.html":{}}}],["selector.component.ts:34",{"_index":350,"title":{},"body":{"components/LanguageSelectorComponent.html":{}}}],["selector.component.ts:35",{"_index":351,"title":{},"body":{"components/LanguageSelectorComponent.html":{}}}],["selector/language",{"_index":343,"title":{},"body":{"components/LanguageSelectorComponent.html":{},"components/SettingsButtonComponent.html":{}}}],["sell",{"_index":2307,"title":{},"body":{"license.html":{}}}],["selling",{"_index":2291,"title":{},"body":{"license.html":{}}}],["semiconductor",{"_index":1805,"title":{},"body":{"license.html":{}}}],["separable",{"_index":2103,"title":{},"body":{"license.html":{}}}],["separate",{"_index":2031,"title":{},"body":{"license.html":{}}}],["separately",{"_index":2028,"title":{},"body":{"license.html":{}}}],["server",{"_index":2072,"title":{},"body":{"license.html":{}}}],["serves",{"_index":1894,"title":{},"body":{"license.html":{}}}],["service",{"_index":1130,"title":{},"body":{"components/WindowContainerSidenavComponent.html":{},"changelog.html":{},"license.html":{}}}],["serviceconcept",{"_index":1580,"title":{},"body":{"changelog.html":{}}}],["services",{"_index":830,"title":{},"body":{"injectables/NavigationService.html":{},"changelog.html":{}}}],["servicing",{"_index":2405,"title":{},"body":{"license.html":{}}}],["set",{"_index":620,"title":{},"body":{"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"changelog.html":{}}}],["setdensity",{"_index":901,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["setdensity(density",{"_index":921,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["setisactive(value",{"_index":693,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["setroot(value",{"_index":601,"title":{},"body":{"components/NavigationComponent.html":{}}}],["settheme",{"_index":902,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["settheme(theme",{"_index":923,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["settings",{"_index":221,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{},"changelog.html":{}}}],["settingsbuttoncomponent",{"_index":220,"title":{"components/SettingsButtonComponent.html":{}},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["settypography",{"_index":903,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["settypography(typography",{"_index":925,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["shadow",{"_index":470,"title":{},"body":{"components/LayoutComponent.html":{}}}],["shall",{"_index":1969,"title":{},"body":{"license.html":{}}}],["share",{"_index":1671,"title":{},"body":{"license.html":{}}}],["shared",{"_index":1917,"title":{},"body":{"license.html":{}}}],["show",{"_index":1227,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["side",{"_index":534,"title":{},"body":{"injectables/LayoutComponentService.html":{},"changelog.html":{}}}],["sidebar",{"_index":994,"title":{},"body":{"components/SidenavComponent.html":{}}}],["sidenav",{"_index":225,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{},"changelog.html":{}}}],["sidenav'},{'name",{"_index":223,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["sidenav.collapsable",{"_index":460,"title":{},"body":{"components/LayoutComponent.html":{}}}],["sidenav.component.html",{"_index":981,"title":{},"body":{"components/SidenavComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["sidenav.component.scss",{"_index":980,"title":{},"body":{"components/SidenavComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["sidenav.component.service",{"_index":991,"title":{},"body":{"components/SidenavComponent.html":{}}}],["sidenav.component.ts",{"_index":1128,"title":{},"body":{"components/WindowContainerSidenavComponent.html":{}}}],["sidenav.component.ts:30",{"_index":1137,"title":{},"body":{"components/WindowContainerSidenavComponent.html":{}}}],["sidenav.component.ts:32",{"_index":1134,"title":{},"body":{"components/WindowContainerSidenavComponent.html":{}}}],["sidenav.component.ts:36",{"_index":1139,"title":{},"body":{"components/WindowContainerSidenavComponent.html":{}}}],["sidenav.component.ts:57",{"_index":1136,"title":{},"body":{"components/WindowContainerSidenavComponent.html":{}}}],["sidenav/sidenav.component.service",{"_index":606,"title":{},"body":{"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{}}}],["sidenav/window",{"_index":1127,"title":{},"body":{"components/WindowContainerSidenavComponent.html":{}}}],["sidenavcomponent",{"_index":222,"title":{"components/SidenavComponent.html":{}},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["sidenavcomponentservice",{"_index":583,"title":{"injectables/SidenavComponentService.html":{}},"body":{"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/SidenavComponent.html":{},"injectables/SidenavComponentService.html":{}}}],["sidenavcontentcomponentservice",{"_index":1569,"title":{},"body":{"changelog.html":{}}}],["sidenavfooterdirective",{"_index":243,"title":{"directives/SidenavFooterDirective.html":{}},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"directives/SidenavFooterDirective.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["sidenavheaderdirective",{"_index":245,"title":{"directives/SidenavHeaderDirective.html":{}},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"directives/SidenavHeaderDirective.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["sidenavigation",{"_index":1572,"title":{},"body":{"changelog.html":{}}}],["sidenavmode",{"_index":391,"title":{},"body":{"components/LayoutComponent.html":{}}}],["sidenavtogglebuttoncomponent",{"_index":224,"title":{"components/SidenavToggleButtonComponent.html":{}},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["sign",{"_index":228,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["signal",{"_index":163,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/HeaderComponent.html":{},"components/LayoutComponent.html":{},"injectables/LayoutComponentService.html":{},"components/NavigationItemComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["signal(collapsable",{"_index":541,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["signal(false",{"_index":686,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["signal(mode",{"_index":539,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["signal(opened",{"_index":537,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["signal(pinned",{"_index":540,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["signed",{"_index":1469,"title":{},"body":{"changelog.html":{}}}],["significant",{"_index":2135,"title":{},"body":{"license.html":{}}}],["signout",{"_index":250,"title":{},"body":{"injectables/AuthenticationServiceMock.html":{},"changelog.html":{}}}],["signoutcomponent",{"_index":227,"title":{"components/SignOutComponent.html":{}},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["similar",{"_index":1982,"title":{},"body":{"license.html":{}}}],["simplechanges",{"_index":695,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["simultaneously",{"_index":2361,"title":{},"body":{"license.html":{}}}],["single",{"_index":1261,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["size",{"_index":1099,"title":{},"body":{"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{}}}],["skip",{"_index":1081,"title":{},"body":{"components/UserProfileIconComponent.html":{}}}],["skip(1",{"_index":1094,"title":{},"body":{"components/UserProfileIconComponent.html":{}}}],["software",{"_index":1648,"title":{},"body":{"license.html":{}}}],["sold",{"_index":2115,"title":{},"body":{"license.html":{}}}],["sole",{"_index":1948,"title":{},"body":{"license.html":{}}}],["solely",{"_index":1961,"title":{},"body":{"license.html":{}}}],["solid",{"_index":479,"title":{},"body":{"components/LayoutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{}}}],["source",{"_index":4,"title":{},"body":{"injectables/AppUrlService.html":{},"components/AppsButtonComponent.html":{},"injectables/AuthenticationServiceMock.html":{},"interfaces/ExternalApps.html":{},"components/FooterComponent.html":{},"directives/FooterDirective.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"injectables/LayoutComponentService.html":{},"interfaces/LogoConfig.html":{},"components/NavigationComponent.html":{},"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{},"pipes/ReplaceRouterPathsPipe.html":{},"injectables/ReplaceRouterPathsService.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"injectables/SidenavComponentService.html":{},"directives/SidenavFooterDirective.html":{},"directives/SidenavHeaderDirective.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{},"dependencies.html":{},"license.html":{}}}],["source/directive",{"_index":326,"title":{},"body":{"components/HeaderComponent.html":{}}}],["source@^18.1.1",{"_index":1620,"title":{},"body":{"index.html":{}}}],["space",{"_index":1011,"title":{},"body":{"components/SidenavComponent.html":{}}}],["spare",{"_index":2064,"title":{},"body":{"license.html":{}}}],["speak",{"_index":1686,"title":{},"body":{"license.html":{}}}],["special",{"_index":1786,"title":{},"body":{"license.html":{}}}],["specific",{"_index":1451,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["specifically",{"_index":1921,"title":{},"body":{"license.html":{}}}],["specified",{"_index":1882,"title":{},"body":{"license.html":{}}}],["specifies",{"_index":2381,"title":{},"body":{"license.html":{}}}],["specify",{"_index":2385,"title":{},"body":{"license.html":{}}}],["spirit",{"_index":2374,"title":{},"body":{"license.html":{}}}],["split",{"_index":1504,"title":{},"body":{"changelog.html":{}}}],["src",{"_index":548,"title":{},"body":{"injectables/LayoutComponentService.html":{},"interfaces/LogoConfig.html":{}}}],["src/.../generator.ts",{"_index":1596,"title":{},"body":{"miscellaneous/functions.html":{}}}],["src/.../navigation",{"_index":1597,"title":{},"body":{"miscellaneous/functions.html":{},"miscellaneous/typealiases.html":{}}}],["src/.../tokens.ts",{"_index":2454,"title":{},"body":{"miscellaneous/variables.html":{}}}],["src/.../user",{"_index":2451,"title":{},"body":{"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["src/generators/init/generator.ts",{"_index":1598,"title":{},"body":{"miscellaneous/functions.html":{}}}],["src/lib/app",{"_index":6,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{}}}],["src/lib/authentication.service.mock.ts",{"_index":249,"title":{},"body":{"injectables/AuthenticationServiceMock.html":{}}}],["src/lib/authentication.service.mock.ts:7",{"_index":251,"title":{},"body":{"injectables/AuthenticationServiceMock.html":{}}}],["src/lib/footer.directive.ts",{"_index":270,"title":{},"body":{"directives/FooterDirective.html":{}}}],["src/lib/footer.directive.ts:17",{"_index":274,"title":{},"body":{"directives/FooterDirective.html":{}}}],["src/lib/footer/footer.component.ts",{"_index":256,"title":{},"body":{"components/FooterComponent.html":{}}}],["src/lib/footer/footer.component.ts:22",{"_index":265,"title":{},"body":{"components/FooterComponent.html":{}}}],["src/lib/footer/footer.component.ts:25",{"_index":266,"title":{},"body":{"components/FooterComponent.html":{}}}],["src/lib/header/apps",{"_index":131,"title":{},"body":{"components/AppsButtonComponent.html":{}}}],["src/lib/header/header.component.ts",{"_index":285,"title":{},"body":{"components/HeaderComponent.html":{}}}],["src/lib/header/header.component.ts:68",{"_index":309,"title":{},"body":{"components/HeaderComponent.html":{}}}],["src/lib/header/header.component.ts:70",{"_index":310,"title":{},"body":{"components/HeaderComponent.html":{}}}],["src/lib/header/header.component.ts:71",{"_index":306,"title":{},"body":{"components/HeaderComponent.html":{}}}],["src/lib/header/header.component.ts:75",{"_index":315,"title":{},"body":{"components/HeaderComponent.html":{}}}],["src/lib/header/header.component.ts:76",{"_index":316,"title":{},"body":{"components/HeaderComponent.html":{}}}],["src/lib/header/header.component.ts:77",{"_index":313,"title":{},"body":{"components/HeaderComponent.html":{}}}],["src/lib/header/language",{"_index":342,"title":{},"body":{"components/LanguageSelectorComponent.html":{}}}],["src/lib/header/navigation",{"_index":742,"title":{},"body":{"components/NavigationProgressBarComponent.html":{}}}],["src/lib/header/reset",{"_index":882,"title":{},"body":{"components/ResetButtonComponent.html":{}}}],["src/lib/header/settings",{"_index":889,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["src/lib/header/sidenav",{"_index":1032,"title":{},"body":{"components/SidenavToggleButtonComponent.html":{}}}],["src/lib/header/sign",{"_index":1037,"title":{},"body":{"components/SignOutComponent.html":{}}}],["src/lib/header/user",{"_index":1068,"title":{},"body":{"components/UserProfileIconComponent.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["src/lib/layout/layout.component.service.ts",{"_index":490,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["src/lib/layout/layout.component.service.ts:26",{"_index":508,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["src/lib/layout/layout.component.service.ts:28",{"_index":510,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["src/lib/layout/layout.component.service.ts:29",{"_index":509,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["src/lib/layout/layout.component.service.ts:30",{"_index":511,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["src/lib/layout/layout.component.service.ts:31",{"_index":503,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["src/lib/layout/layout.component.service.ts:32",{"_index":504,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["src/lib/layout/layout.component.service.ts:33",{"_index":505,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["src/lib/layout/layout.component.service.ts:35",{"_index":499,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["src/lib/layout/layout.component.service.ts:39",{"_index":506,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["src/lib/layout/layout.component.service.ts:40",{"_index":507,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["src/lib/layout/layout.component.service.ts:95",{"_index":500,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["src/lib/layout/layout.component.service.ts:99",{"_index":501,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["src/lib/layout/layout.component.ts",{"_index":376,"title":{},"body":{"components/LayoutComponent.html":{}}}],["src/lib/layout/layout.component.ts:75",{"_index":409,"title":{},"body":{"components/LayoutComponent.html":{}}}],["src/lib/layout/layout.component.ts:76",{"_index":396,"title":{},"body":{"components/LayoutComponent.html":{}}}],["src/lib/layout/layout.component.ts:77",{"_index":397,"title":{},"body":{"components/LayoutComponent.html":{}}}],["src/lib/layout/layout.component.ts:78",{"_index":403,"title":{},"body":{"components/LayoutComponent.html":{}}}],["src/lib/layout/layout.component.ts:79",{"_index":395,"title":{},"body":{"components/LayoutComponent.html":{}}}],["src/lib/layout/layout.component.ts:80",{"_index":399,"title":{},"body":{"components/LayoutComponent.html":{}}}],["src/lib/layout/layout.component.ts:81",{"_index":401,"title":{},"body":{"components/LayoutComponent.html":{}}}],["src/lib/layout/layout.component.ts:82",{"_index":404,"title":{},"body":{"components/LayoutComponent.html":{}}}],["src/lib/layout/layout.component.ts:83",{"_index":402,"title":{},"body":{"components/LayoutComponent.html":{}}}],["src/lib/layout/layout.component.ts:85",{"_index":408,"title":{},"body":{"components/LayoutComponent.html":{}}}],["src/lib/layout/layout.component.ts:88",{"_index":394,"title":{},"body":{"components/LayoutComponent.html":{}}}],["src/lib/layout/layout.component.ts:91",{"_index":398,"title":{},"body":{"components/LayoutComponent.html":{}}}],["src/lib/navigation/navigation",{"_index":641,"title":{},"body":{"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"components/NavigationItemComponent.html":{},"interfaces/NavigationStatus.html":{},"miscellaneous/functions.html":{},"miscellaneous/typealiases.html":{}}}],["src/lib/navigation/navigation.component.ts",{"_index":563,"title":{},"body":{"components/NavigationComponent.html":{}}}],["src/lib/navigation/navigation.component.ts:103",{"_index":596,"title":{},"body":{"components/NavigationComponent.html":{}}}],["src/lib/navigation/navigation.component.ts:109",{"_index":591,"title":{},"body":{"components/NavigationComponent.html":{}}}],["src/lib/navigation/navigation.component.ts:53",{"_index":585,"title":{},"body":{"components/NavigationComponent.html":{}}}],["src/lib/navigation/navigation.component.ts:54",{"_index":600,"title":{},"body":{"components/NavigationComponent.html":{}}}],["src/lib/navigation/navigation.component.ts:56",{"_index":584,"title":{},"body":{"components/NavigationComponent.html":{}}}],["src/lib/navigation/navigation.component.ts:64",{"_index":599,"title":{},"body":{"components/NavigationComponent.html":{}}}],["src/lib/navigation/navigation.component.ts:69",{"_index":587,"title":{},"body":{"components/NavigationComponent.html":{}}}],["src/lib/navigation/navigation.component.ts:72",{"_index":586,"title":{},"body":{"components/NavigationComponent.html":{}}}],["src/lib/navigation/navigation.component.ts:97",{"_index":594,"title":{},"body":{"components/NavigationComponent.html":{}}}],["src/lib/navigation/navigation.service.ts",{"_index":758,"title":{},"body":{"injectables/NavigationService.html":{}}}],["src/lib/navigation/navigation.service.ts:100",{"_index":770,"title":{},"body":{"injectables/NavigationService.html":{}}}],["src/lib/navigation/navigation.service.ts:104",{"_index":778,"title":{},"body":{"injectables/NavigationService.html":{}}}],["src/lib/navigation/navigation.service.ts:111",{"_index":779,"title":{},"body":{"injectables/NavigationService.html":{}}}],["src/lib/navigation/navigation.service.ts:36",{"_index":780,"title":{},"body":{"injectables/NavigationService.html":{}}}],["src/lib/navigation/navigation.service.ts:42",{"_index":765,"title":{},"body":{"injectables/NavigationService.html":{}}}],["src/lib/navigation/navigation.service.ts:77",{"_index":776,"title":{},"body":{"injectables/NavigationService.html":{}}}],["src/lib/navigation/navigation.service.ts:85",{"_index":768,"title":{},"body":{"injectables/NavigationService.html":{}}}],["src/lib/navigation/navigation.service.ts:96",{"_index":772,"title":{},"body":{"injectables/NavigationService.html":{}}}],["src/lib/navigation/replace",{"_index":867,"title":{},"body":{"pipes/ReplaceRouterPathsPipe.html":{},"injectables/ReplaceRouterPathsService.html":{}}}],["src/lib/sidenav/sidenav",{"_index":1023,"title":{},"body":{"directives/SidenavFooterDirective.html":{},"directives/SidenavHeaderDirective.html":{}}}],["src/lib/sidenav/sidenav.component.service.ts",{"_index":1013,"title":{},"body":{"injectables/SidenavComponentService.html":{}}}],["src/lib/sidenav/sidenav.component.service.ts:14",{"_index":1016,"title":{},"body":{"injectables/SidenavComponentService.html":{}}}],["src/lib/sidenav/sidenav.component.service.ts:8",{"_index":1015,"title":{},"body":{"injectables/SidenavComponentService.html":{}}}],["src/lib/sidenav/sidenav.component.ts",{"_index":978,"title":{},"body":{"components/SidenavComponent.html":{}}}],["src/lib/sidenav/sidenav.component.ts:44",{"_index":986,"title":{},"body":{"components/SidenavComponent.html":{}}}],["src/lib/sidenav/sidenav.component.ts:47",{"_index":983,"title":{},"body":{"components/SidenavComponent.html":{}}}],["src/lib/sidenav/sidenav.component.ts:49",{"_index":984,"title":{},"body":{"components/SidenavComponent.html":{}}}],["src/lib/sidenav/version/version.component.ts",{"_index":1107,"title":{},"body":{"components/VersionComponent.html":{}}}],["src/lib/sidenav/version/version.component.ts:33",{"_index":1116,"title":{},"body":{"components/VersionComponent.html":{}}}],["src/lib/sidenav/version/version.component.ts:35",{"_index":1114,"title":{},"body":{"components/VersionComponent.html":{}}}],["src/lib/toggle",{"_index":1048,"title":{},"body":{"components/ToggleWindowSidenavButtonComponent.html":{}}}],["src/lib/tokens.ts",{"_index":2455,"title":{},"body":{"miscellaneous/variables.html":{}}}],["src/lib/types.ts",{"_index":561,"title":{},"body":{"interfaces/LogoConfig.html":{}}}],["src/lib/window",{"_index":1126,"title":{},"body":{"components/WindowContainerSidenavComponent.html":{}}}],["stand",{"_index":1770,"title":{},"body":{"license.html":{}}}],["standalone",{"_index":144,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"directives/FooterDirective.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"pipes/ReplaceRouterPathsPipe.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"directives/SidenavFooterDirective.html":{},"directives/SidenavHeaderDirective.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["standard",{"_index":1876,"title":{},"body":{"license.html":{}}}],["standards",{"_index":1879,"title":{},"body":{"license.html":{}}}],["start",{"_index":1306,"title":{},"body":{"changelog.html":{}}}],["started",{"_index":1165,"title":{"changelog.html":{},"index.html":{},"license.html":{}},"body":{}}],["startwith",{"_index":702,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["startwith(true",{"_index":737,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["state",{"_index":1286,"title":{},"body":{"changelog.html":{}}}],["stated",{"_index":1934,"title":{},"body":{"license.html":{}}}],["statement",{"_index":2218,"title":{},"body":{"license.html":{}}}],["states",{"_index":1780,"title":{},"body":{"license.html":{}}}],["static",{"_index":407,"title":{},"body":{"components/LayoutComponent.html":{},"components/NavigationItemComponent.html":{}}}],["stating",{"_index":2005,"title":{},"body":{"license.html":{}}}],["status",{"_index":416,"title":{},"body":{"components/LayoutComponent.html":{},"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{},"changelog.html":{},"dependencies.html":{},"index.html":{},"license.html":{}}}],["status.isvisible",{"_index":817,"title":{},"body":{"injectables/NavigationService.html":{}}}],["statusindicatorcomponent",{"_index":381,"title":{},"body":{"components/LayoutComponent.html":{}}}],["statustoken",{"_index":815,"title":{},"body":{"injectables/NavigationService.html":{}}}],["steps",{"_index":1722,"title":{},"body":{"license.html":{}}}],["stoppropagationdirective",{"_index":290,"title":{},"body":{"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{}}}],["storage",{"_index":2038,"title":{},"body":{"license.html":{}}}],["string",{"_index":21,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{},"components/LayoutComponent.html":{},"interfaces/LogoConfig.html":{},"components/NavigationComponent.html":{},"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{},"pipes/ReplaceRouterPathsPipe.html":{},"injectables/ReplaceRouterPathsService.html":{},"components/SettingsButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/WindowContainerSidenavComponent.html":{},"changelog.html":{}}}],["style",{"_index":697,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["styles",{"_index":128,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["styleurls",{"_index":152,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["styling",{"_index":1509,"title":{},"body":{"changelog.html":{}}}],["subdividing",{"_index":2272,"title":{},"body":{"license.html":{}}}],["subject",{"_index":2265,"title":{},"body":{"license.html":{}}}],["sublicenses",{"_index":2303,"title":{},"body":{"license.html":{}}}],["sublicensing",{"_index":1963,"title":{},"body":{"license.html":{}}}],["subpackages",{"_index":1506,"title":{},"body":{"changelog.html":{}}}],["subprograms",{"_index":1920,"title":{},"body":{"license.html":{}}}],["subscribe",{"_index":188,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/NavigationComponent.html":{},"components/SettingsButtonComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["subscription",{"_index":174,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/SettingsButtonComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["subsection",{"_index":2076,"title":{},"body":{"license.html":{}}}],["substantial",{"_index":2130,"title":{},"body":{"license.html":{}}}],["substantially",{"_index":1768,"title":{},"body":{"license.html":{}}}],["such",{"_index":1709,"title":{},"body":{"license.html":{}}}],["sue",{"_index":2317,"title":{},"body":{"license.html":{}}}],["suffice",{"_index":2139,"title":{},"body":{"license.html":{}}}],["supplement",{"_index":2171,"title":{},"body":{"license.html":{}}}],["support",{"_index":1309,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["supports",{"_index":2085,"title":{},"body":{"license.html":{}}}],["suppressed",{"_index":1540,"title":{},"body":{"changelog.html":{}}}],["sure",{"_index":1677,"title":{},"body":{"license.html":{}}}],["surrender",{"_index":1703,"title":{},"body":{"license.html":{}}}],["survive",{"_index":2217,"title":{},"body":{"license.html":{}}}],["sustained",{"_index":2419,"title":{},"body":{"license.html":{}}}],["switchmap",{"_index":175,"title":{},"body":{"components/AppsButtonComponent.html":{},"injectables/NavigationService.html":{},"components/UserProfileIconComponent.html":{}}}],["switchmap((navigationitemornull",{"_index":840,"title":{},"body":{"injectables/NavigationService.html":{}}}],["switchmap((navigationwithoutstatuscheck",{"_index":797,"title":{},"body":{"injectables/NavigationService.html":{}}}],["sync",{"_index":1307,"title":{},"body":{"changelog.html":{}}}],["system",{"_index":1463,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["systematic",{"_index":1755,"title":{},"body":{"license.html":{}}}],["t",{"_index":1082,"title":{},"body":{"components/UserProfileIconComponent.html":{}}}],["tag",{"_index":1272,"title":{},"body":{"changelog.html":{}}}],["tailwind",{"_index":1215,"title":{},"body":{"changelog.html":{}}}],["take",{"_index":1668,"title":{},"body":{"license.html":{}}}],["tangible",{"_index":2109,"title":{},"body":{"license.html":{}}}],["tap",{"_index":177,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/SettingsButtonComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["tap((apps",{"_index":186,"title":{},"body":{"components/AppsButtonComponent.html":{}}}],["tap((navigation",{"_index":628,"title":{},"body":{"components/NavigationComponent.html":{}}}],["tap(component",{"_index":1144,"title":{},"body":{"components/WindowContainerSidenavComponent.html":{}}}],["tap(items",{"_index":953,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["technological",{"_index":1972,"title":{},"body":{"license.html":{}}}],["tells",{"_index":1864,"title":{},"body":{"license.html":{}}}],["template",{"_index":127,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"directives/FooterDirective.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"directives/SidenavFooterDirective.html":{},"directives/SidenavHeaderDirective.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["templateportal",{"_index":275,"title":{},"body":{"directives/FooterDirective.html":{}}}],["templateref",{"_index":272,"title":{},"body":{"directives/FooterDirective.html":{},"directives/SidenavFooterDirective.html":{},"directives/SidenavHeaderDirective.html":{}}}],["templateurl",{"_index":154,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["term",{"_index":1932,"title":{},"body":{"license.html":{}}}],["terminate",{"_index":2224,"title":{},"body":{"license.html":{}}}],["terminated",{"_index":2247,"title":{},"body":{"license.html":{}}}],["terminates",{"_index":2233,"title":{},"body":{"license.html":{}}}],["termination",{"_index":2221,"title":{},"body":{"license.html":{}}}],["terms",{"_index":1718,"title":{},"body":{"license.html":{}}}],["text",{"_index":616,"title":{},"body":{"components/NavigationComponent.html":{}}}],["theme",{"_index":419,"title":{},"body":{"components/LayoutComponent.html":{},"injectables/LayoutComponentService.html":{},"components/SettingsButtonComponent.html":{},"changelog.html":{},"dependencies.html":{}}}],["theme.css",{"_index":1323,"title":{},"body":{"changelog.html":{}}}],["theme.density",{"_index":451,"title":{},"body":{"components/LayoutComponent.html":{}}}],["theme.preset",{"_index":449,"title":{},"body":{"components/LayoutComponent.html":{}}}],["theme.typography",{"_index":455,"title":{},"body":{"components/LayoutComponent.html":{}}}],["theme@^18.0.3",{"_index":1628,"title":{},"body":{"index.html":{}}}],["themedensity",{"_index":421,"title":{},"body":{"components/LayoutComponent.html":{},"components/SettingsButtonComponent.html":{}}}],["themedensity.normal",{"_index":453,"title":{},"body":{"components/LayoutComponent.html":{}}}],["themename",{"_index":976,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["themepalette",{"_index":307,"title":{},"body":{"components/HeaderComponent.html":{}}}],["themeservice",{"_index":418,"title":{},"body":{"components/LayoutComponent.html":{},"components/SettingsButtonComponent.html":{}}}],["therefore",{"_index":1704,"title":{},"body":{"license.html":{}}}],["things",{"_index":1695,"title":{},"body":{"license.html":{}}}],["third",{"_index":1997,"title":{},"body":{"license.html":{}}}],["this._apps",{"_index":94,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{}}}],["this._apps.find(app",{"_index":97,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{}}}],["this._isactive",{"_index":718,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["this._portal",{"_index":280,"title":{},"body":{"directives/FooterDirective.html":{}}}],["this._root",{"_index":622,"title":{},"body":{"components/NavigationComponent.html":{}}}],["this._subscription",{"_index":182,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/SettingsButtonComponent.html":{}}}],["this._subscription.add",{"_index":732,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["this._subscription?.unsubscribe",{"_index":190,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/SettingsButtonComponent.html":{}}}],["this.active.set(value",{"_index":720,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["this.add(component",{"_index":1142,"title":{},"body":{"components/WindowContainerSidenavComponent.html":{}}}],["this.add(id",{"_index":801,"title":{},"body":{"injectables/NavigationService.html":{}}}],["this.applist.set(apps",{"_index":187,"title":{},"body":{"components/AppsButtonComponent.html":{}}}],["this.appurlservice.getapplist",{"_index":185,"title":{},"body":{"components/AppsButtonComponent.html":{}}}],["this.authenticationservice.isauthenticated$.pipe",{"_index":183,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["this.authenticationservice.signout",{"_index":1047,"title":{},"body":{"components/SignOutComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["this.availablethemes",{"_index":942,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["this.availabletypographies",{"_index":944,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["this.cdr.detectchanges",{"_index":629,"title":{},"body":{"components/NavigationComponent.html":{}}}],["this.changelogservice.showchangelogdialog",{"_index":958,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["this.checknavigationitemstatusproviders(navigationitem",{"_index":850,"title":{},"body":{"injectables/NavigationService.html":{}}}],["this.checknavigationstatusproviders",{"_index":843,"title":{},"body":{"injectables/NavigationService.html":{}}}],["this.checknavigationstatusproviders(navigationwithoutstatuscheck",{"_index":798,"title":{},"body":{"injectables/NavigationService.html":{}}}],["this.children",{"_index":728,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["this.collapsable",{"_index":338,"title":{},"body":{"components/HeaderComponent.html":{},"components/LayoutComponent.html":{},"injectables/LayoutComponentService.html":{}}}],["this.collapsable.set(!event.matches",{"_index":553,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["this.collapsed$.next(!this.collapsed$.value",{"_index":1022,"title":{},"body":{"injectables/SidenavComponentService.html":{}}}],["this.collapsed$.next(this.config.get('navigation.collapsed",{"_index":1020,"title":{},"body":{"injectables/SidenavComponentService.html":{}}}],["this.collapsed$.value",{"_index":1021,"title":{},"body":{"injectables/SidenavComponentService.html":{}}}],["this.config",{"_index":795,"title":{},"body":{"injectables/NavigationService.html":{}}}],["this.config.get('navigation.apps",{"_index":95,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{}}}],["this.config.get('navigation.collapsable",{"_index":531,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["this.config.get('navigation.mode",{"_index":533,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["this.config.get('navigation.opened",{"_index":536,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["this.config.get('navigation.pinned",{"_index":532,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["this.currentthemedensity",{"_index":544,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["this.environment.production",{"_index":119,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{}}}],["this.fixedbottomgap",{"_index":430,"title":{},"body":{"components/LayoutComponent.html":{},"injectables/LayoutComponentService.html":{}}}],["this.fixedtopgap",{"_index":432,"title":{},"body":{"components/LayoutComponent.html":{},"injectables/LayoutComponentService.html":{}}}],["this.footercomponentservice.portalcount",{"_index":542,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["this.footerservice.pushportal(this._portal",{"_index":283,"title":{},"body":{"directives/FooterDirective.html":{}}}],["this.footerservice.removeportal(this._portal",{"_index":284,"title":{},"body":{"directives/FooterDirective.html":{}}}],["this.getapp(appid",{"_index":101,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{}}}],["this.getappurl(appid",{"_index":104,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{}}}],["this.getcustommenuitems(data",{"_index":948,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["this.getpathprefix",{"_index":46,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{}}}],["this.headercomponentservice.componentcount",{"_index":546,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["this.injector",{"_index":952,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["this.injector.get",{"_index":814,"title":{},"body":{"injectables/NavigationService.html":{}}}],["this.insert(id",{"_index":793,"title":{},"body":{"injectables/NavigationService.html":{}}}],["this.inserts.delete(id",{"_index":805,"title":{},"body":{"injectables/NavigationService.html":{}}}],["this.inserts.get(id",{"_index":804,"title":{},"body":{"injectables/NavigationService.html":{}}}],["this.inserts.has(id",{"_index":803,"title":{},"body":{"injectables/NavigationService.html":{}}}],["this.inserts.has(navigationitem.insert",{"_index":857,"title":{},"body":{"injectables/NavigationService.html":{}}}],["this.inserts.set(id",{"_index":802,"title":{},"body":{"injectables/NavigationService.html":{}}}],["this.isnavigationdivideritem(item",{"_index":636,"title":{},"body":{"components/NavigationComponent.html":{}}}],["this.isnavigationitem(item",{"_index":637,"title":{},"body":{"components/NavigationComponent.html":{}}}],["this.items",{"_index":624,"title":{},"body":{"components/NavigationComponent.html":{}}}],["this.items.set(items",{"_index":954,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["this.layoutcomponentservice.logo.src",{"_index":439,"title":{},"body":{"components/LayoutComponent.html":{}}}],["this.layoutcomponentservice.logo.width",{"_index":442,"title":{},"body":{"components/LayoutComponent.html":{}}}],["this.localeid",{"_index":120,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{}}}],["this.localeid.replace",{"_index":121,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{}}}],["this.logo",{"_index":547,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["this.logosrc",{"_index":438,"title":{},"body":{"components/LayoutComponent.html":{}}}],["this.logowidth",{"_index":441,"title":{},"body":{"components/LayoutComponent.html":{}}}],["this.mode",{"_index":538,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["this.mode.set('over",{"_index":557,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["this.mode.set('side",{"_index":555,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["this.modules",{"_index":1118,"title":{},"body":{"components/VersionComponent.html":{}}}],["this.navigating",{"_index":755,"title":{},"body":{"components/NavigationProgressBarComponent.html":{}}}],["this.navigation",{"_index":791,"title":{},"body":{"injectables/NavigationService.html":{}}}],["this.navigation$.next(this.replaceinserts(this.navigation",{"_index":806,"title":{},"body":{"injectables/NavigationService.html":{}}}],["this.navigation$.pipe",{"_index":796,"title":{},"body":{"injectables/NavigationService.html":{}}}],["this.navigationservice.config",{"_index":626,"title":{},"body":{"components/NavigationComponent.html":{}}}],["this.opened",{"_index":340,"title":{},"body":{"components/HeaderComponent.html":{},"components/LayoutComponent.html":{},"injectables/LayoutComponentService.html":{},"components/SidenavToggleButtonComponent.html":{}}}],["this.opened.set(!this.opened",{"_index":559,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["this.opened.set(false",{"_index":554,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["this.opened.set(true",{"_index":556,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["this.openwindowsidenav",{"_index":1057,"title":{},"body":{"components/ToggleWindowSidenavButtonComponent.html":{}}}],["this.openwindowsidenavchange.emit(this.openwindowsidenav",{"_index":1058,"title":{},"body":{"components/ToggleWindowSidenavButtonComponent.html":{}}}],["this.pinned",{"_index":434,"title":{},"body":{"components/LayoutComponent.html":{},"injectables/LayoutComponentService.html":{}}}],["this.pinned.set(!this.pinned",{"_index":560,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["this.portals.delete(component.id",{"_index":1162,"title":{},"body":{"components/WindowContainerSidenavComponent.html":{}}}],["this.portals.get(component.id",{"_index":1161,"title":{},"body":{"components/WindowContainerSidenavComponent.html":{}}}],["this.portals.has(component.id",{"_index":1149,"title":{},"body":{"components/WindowContainerSidenavComponent.html":{}}}],["this.portals.set(component.id",{"_index":1159,"title":{},"body":{"components/WindowContainerSidenavComponent.html":{}}}],["this.release",{"_index":444,"title":{},"body":{"components/LayoutComponent.html":{}}}],["this.remove(component",{"_index":1146,"title":{},"body":{"components/WindowContainerSidenavComponent.html":{}}}],["this.replaceinserts(navigationitem.children",{"_index":861,"title":{},"body":{"injectables/NavigationService.html":{}}}],["this.replaceinserts(this.inserts.get(navigationitem.insert",{"_index":859,"title":{},"body":{"injectables/NavigationService.html":{}}}],["this.route.data.pipe",{"_index":946,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["this.router.events",{"_index":733,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["this.router.events.pipe",{"_index":756,"title":{},"body":{"components/NavigationProgressBarComponent.html":{}}}],["this.router.url.split",{"_index":739,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["this.rrp.transform(routerlink",{"_index":878,"title":{},"body":{"pipes/ReplaceRouterPathsPipe.html":{}}}],["this.service.getall",{"_index":1141,"title":{},"body":{"components/WindowContainerSidenavComponent.html":{}}}],["this.sidenavmode",{"_index":436,"title":{},"body":{"components/LayoutComponent.html":{}}}],["this.subscription",{"_index":625,"title":{},"body":{"components/NavigationComponent.html":{},"components/VersionComponent.html":{}}}],["this.subscription.add(this.service.add$.pipe",{"_index":1143,"title":{},"body":{"components/WindowContainerSidenavComponent.html":{}}}],["this.subscription.add(this.service.remove$.pipe",{"_index":1145,"title":{},"body":{"components/WindowContainerSidenavComponent.html":{}}}],["this.subscription.unsubscribe",{"_index":1147,"title":{},"body":{"components/WindowContainerSidenavComponent.html":{}}}],["this.subscription?.unsubscribe",{"_index":630,"title":{},"body":{"components/NavigationComponent.html":{},"components/VersionComponent.html":{}}}],["this.template",{"_index":281,"title":{},"body":{"directives/FooterDirective.html":{}}}],["this.theme.applydensity(density",{"_index":959,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["this.theme.applydensity(this.theme.density",{"_index":960,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["this.theme.applytheme(theme",{"_index":965,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["this.theme.applytheme(this.theme.themename",{"_index":966,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["this.theme.applytypography(this.theme.typography",{"_index":963,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["this.theme.applytypography(typography",{"_index":962,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["this.theme.getavailablethemes",{"_index":943,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["this.theme.getavailabletypographies",{"_index":945,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["this.theme.setdensity(density",{"_index":961,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["this.theme.settheme(theme",{"_index":967,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["this.theme.settypography(typography",{"_index":964,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["this.themeservice.setdensity(theme.density",{"_index":454,"title":{},"body":{"components/LayoutComponent.html":{}}}],["this.themeservice.settheme(theme.preset",{"_index":450,"title":{},"body":{"components/LayoutComponent.html":{}}}],["this.themeservice.settypography(theme.typography",{"_index":456,"title":{},"body":{"components/LayoutComponent.html":{}}}],["this.updatenavigation",{"_index":794,"title":{},"body":{"injectables/NavigationService.html":{}}}],["this.username",{"_index":1090,"title":{},"body":{"components/UserProfileIconComponent.html":{}}}],["this.userprofileservice.connect",{"_index":1092,"title":{},"body":{"components/UserProfileIconComponent.html":{}}}],["this.usersettingsthemeservice.get().then(theme",{"_index":448,"title":{},"body":{"components/LayoutComponent.html":{}}}],["this.usersettingsthemeservice.startsync",{"_index":447,"title":{},"body":{"components/LayoutComponent.html":{}}}],["this.usersettingsthemeservice.stopsync",{"_index":446,"title":{},"body":{"components/LayoutComponent.html":{}}}],["this.version.get",{"_index":1119,"title":{},"body":{"components/VersionComponent.html":{}}}],["this.version.update$.pipe",{"_index":1120,"title":{},"body":{"components/VersionComponent.html":{}}}],["this.viewcontainerref",{"_index":282,"title":{},"body":{"directives/FooterDirective.html":{}}}],["those",{"_index":1766,"title":{},"body":{"license.html":{}}}],["though",{"_index":2174,"title":{},"body":{"license.html":{}}}],["threatened",{"_index":1777,"title":{},"body":{"license.html":{}}}],["three",{"_index":2062,"title":{},"body":{"license.html":{}}}],["through",{"_index":1851,"title":{},"body":{"license.html":{}}}],["throw",{"_index":105,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{},"components/NavigationComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["thumb",{"_index":1002,"title":{},"body":{"components/SidenavComponent.html":{}}}],["thus",{"_index":1954,"title":{},"body":{"license.html":{}}}],["time",{"_index":2244,"title":{},"body":{"license.html":{}}}],["title",{"_index":644,"title":{},"body":{"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"interfaces/NavigationStatus.html":{}}}],["to192px",{"_index":1496,"title":{},"body":{"changelog.html":{}}}],["todo",{"_index":827,"title":{},"body":{"injectables/NavigationService.html":{}}}],["toesnext",{"_index":1526,"title":{},"body":{"changelog.html":{}}}],["toggle",{"_index":226,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["togglenavigationcollapse",{"_index":1014,"title":{},"body":{"injectables/SidenavComponentService.html":{}}}],["toggleopened",{"_index":494,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["togglepinned",{"_index":495,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["togglewindowsidenavbuttoncomponent",{"_index":230,"title":{"components/ToggleWindowSidenavButtonComponent.html":{}},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["tokens",{"_index":168,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/HeaderComponent.html":{},"injectables/LayoutComponentService.html":{},"injectables/NavigationService.html":{}}}],["tools",{"_index":1911,"title":{},"body":{"license.html":{}}}],["tooltip",{"_index":1487,"title":{},"body":{"changelog.html":{}}}],["top",{"_index":995,"title":{},"body":{"components/SidenavComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{}}}],["tosignal",{"_index":515,"title":{},"body":{"injectables/LayoutComponentService.html":{},"components/UserProfileIconComponent.html":{}}}],["tosignal(observecurrentthemedensity",{"_index":522,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["tosignal(this.authenticationservice.isauthenticated$.pipe",{"_index":1091,"title":{},"body":{"components/UserProfileIconComponent.html":{}}}],["track",{"_index":998,"title":{},"body":{"components/SidenavComponent.html":{}}}],["trackby",{"_index":1131,"title":{},"body":{"components/WindowContainerSidenavComponent.html":{}}}],["trackby(index",{"_index":1135,"title":{},"body":{"components/WindowContainerSidenavComponent.html":{}}}],["trade",{"_index":2200,"title":{},"body":{"license.html":{}}}],["trademark",{"_index":2199,"title":{},"body":{"license.html":{}}}],["trademarks",{"_index":2201,"title":{},"body":{"license.html":{}}}],["transaction",{"_index":2145,"title":{},"body":{"license.html":{}}}],["transfer",{"_index":1853,"title":{},"body":{"license.html":{}}}],["transferred",{"_index":2146,"title":{},"body":{"license.html":{}}}],["transferring",{"_index":2269,"title":{},"body":{"license.html":{}}}],["transform",{"_index":374,"title":{},"body":{"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"pipes/ReplaceRouterPathsPipe.html":{},"injectables/ReplaceRouterPathsService.html":{},"components/SidenavComponent.html":{}}}],["transform(routerlink",{"_index":870,"title":{},"body":{"pipes/ReplaceRouterPathsPipe.html":{},"injectables/ReplaceRouterPathsService.html":{}}}],["transition",{"_index":472,"title":{},"body":{"components/LayoutComponent.html":{},"components/NavigationItemComponent.html":{}}}],["transition(':enter",{"_index":710,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["transition(':leave",{"_index":714,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["translatex(calc",{"_index":463,"title":{},"body":{"components/LayoutComponent.html":{}}}],["translatey(0",{"_index":375,"title":{},"body":{"components/LanguageSelectorComponent.html":{}}}],["transmission",{"_index":2097,"title":{},"body":{"license.html":{}}}],["treated",{"_index":2173,"title":{},"body":{"license.html":{}}}],["treaty",{"_index":1978,"title":{},"body":{"license.html":{}}}],["tree",{"_index":130,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{},"miscellaneous/functions.html":{}}}],["trigger",{"_index":698,"title":{},"body":{"components/NavigationItemComponent.html":{},"changelog.html":{}}}],["trigger('sub",{"_index":708,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["true",{"_index":145,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"directives/FooterDirective.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"injectables/LayoutComponentService.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"injectables/NavigationService.html":{},"pipes/ReplaceRouterPathsPipe.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"directives/SidenavFooterDirective.html":{},"directives/SidenavHeaderDirective.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["tslib",{"_index":1584,"title":{},"body":{"dependencies.html":{}}}],["two",{"_index":1721,"title":{},"body":{"license.html":{}}}],["type",{"_index":29,"title":{},"body":{"injectables/AppUrlService.html":{},"components/AppsButtonComponent.html":{},"interfaces/ExternalApps.html":{},"components/FooterComponent.html":{},"directives/FooterDirective.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"injectables/LayoutComponentService.html":{},"interfaces/LogoConfig.html":{},"components/NavigationComponent.html":{},"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{},"pipes/ReplaceRouterPathsPipe.html":{},"injectables/ReplaceRouterPathsService.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"injectables/SidenavComponentService.html":{},"directives/SidenavFooterDirective.html":{},"directives/SidenavHeaderDirective.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{},"miscellaneous/functions.html":{},"miscellaneous/typealiases.html":{}}}],["typealiases",{"_index":2449,"title":{"miscellaneous/typealiases.html":{}},"body":{}}],["typeof",{"_index":790,"title":{},"body":{"injectables/NavigationService.html":{}}}],["types",{"_index":520,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["typescript",{"_index":252,"title":{},"body":{"injectables/AuthenticationServiceMock.html":{}}}],["typical",{"_index":2124,"title":{},"body":{"license.html":{}}}],["typography",{"_index":917,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["typographyname",{"_index":975,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["ul[rxap",{"_index":209,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["unacceptable",{"_index":1763,"title":{},"body":{"license.html":{}}}],["undefined",{"_index":308,"title":{},"body":{"components/HeaderComponent.html":{},"injectables/NavigationService.html":{},"components/SettingsButtonComponent.html":{},"changelog.html":{}}}],["under",{"_index":1809,"title":{},"body":{"license.html":{}}}],["unless",{"_index":2133,"title":{},"body":{"license.html":{}}}],["unlimited",{"_index":1938,"title":{},"body":{"license.html":{}}}],["unmodified",{"_index":1826,"title":{},"body":{"license.html":{}}}],["unnecessary",{"_index":1966,"title":{},"body":{"license.html":{}}}],["unpacking",{"_index":2169,"title":{},"body":{"license.html":{}}}],["until",{"_index":2232,"title":{},"body":{"license.html":{}}}],["update",{"_index":767,"title":{},"body":{"injectables/NavigationService.html":{},"changelog.html":{}}}],["updatenavigation",{"_index":761,"title":{},"body":{"injectables/NavigationService.html":{}}}],["updates",{"_index":2156,"title":{},"body":{"license.html":{}}}],["upgrade",{"_index":1438,"title":{},"body":{"changelog.html":{}}}],["url",{"_index":103,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{}}}],["url.service",{"_index":172,"title":{},"body":{"components/AppsButtonComponent.html":{}}}],["url.service.ts",{"_index":7,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{}}}],["url.service.ts:30",{"_index":25,"title":{},"body":{"injectables/AppUrlService.html":{}}}],["url.service.ts:43",{"_index":33,"title":{},"body":{"injectables/AppUrlService.html":{}}}],["url.service.ts:47",{"_index":43,"title":{},"body":{"injectables/AppUrlService.html":{}}}],["url.service.ts:59",{"_index":48,"title":{},"body":{"injectables/AppUrlService.html":{}}}],["url.service.ts:67",{"_index":50,"title":{},"body":{"injectables/AppUrlService.html":{}}}],["url.service.ts:77",{"_index":38,"title":{},"body":{"injectables/AppUrlService.html":{}}}],["urlparts",{"_index":738,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["urlparts[0",{"_index":740,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["usage",{"_index":1303,"title":{},"body":{"changelog.html":{}}}],["use",{"_index":773,"title":{},"body":{"injectables/NavigationService.html":{},"changelog.html":{},"license.html":{}}}],["used",{"_index":1792,"title":{},"body":{"license.html":{}}}],["user",{"_index":233,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{},"changelog.html":{},"dependencies.html":{},"license.html":{}}}],["user@^18.0.3",{"_index":1629,"title":{},"body":{"index.html":{}}}],["username",{"_index":1072,"title":{},"body":{"components/UserProfileIconComponent.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["userprofiledatasource",{"_index":1074,"title":{},"body":{"components/UserProfileIconComponent.html":{}}}],["userprofileiconcomponent",{"_index":232,"title":{"components/UserProfileIconComponent.html":{}},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["userprofileservice",{"_index":1078,"title":{},"body":{"components/UserProfileIconComponent.html":{}}}],["users",{"_index":1679,"title":{},"body":{"license.html":{}}}],["usersettingsthemeservice",{"_index":422,"title":{},"body":{"components/LayoutComponent.html":{}}}],["uses",{"_index":2127,"title":{},"body":{"license.html":{}}}],["using",{"_index":2096,"title":{},"body":{"license.html":{}}}],["utilities",{"_index":66,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{},"dependencies.html":{}}}],["utilities@^1.1.4",{"_index":1618,"title":{},"body":{"index.html":{}}}],["utility",{"_index":1326,"title":{},"body":{"changelog.html":{}}}],["valid",{"_index":2061,"title":{},"body":{"license.html":{}}}],["value",{"_index":45,"title":{},"body":{"injectables/AppUrlService.html":{},"components/AppsButtonComponent.html":{},"components/HeaderComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"injectables/NavigationService.html":{},"components/SettingsButtonComponent.html":{},"injectables/SidenavComponentService.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/WindowContainerSidenavComponent.html":{},"miscellaneous/variables.html":{}}}],["var",{"_index":196,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["variables",{"_index":2452,"title":{"miscellaneous/variables.html":{}},"body":{"miscellaneous/variables.html":{}}}],["verbatim",{"_index":1656,"title":{},"body":{"license.html":{}}}],["version",{"_index":1108,"title":{},"body":{"components/VersionComponent.html":{},"changelog.html":{},"license.html":{},"properties.html":{}}}],["version'},{'name",{"_index":237,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["version.component.html",{"_index":1110,"title":{},"body":{"components/VersionComponent.html":{}}}],["version.component.scss",{"_index":1109,"title":{},"body":{"components/VersionComponent.html":{}}}],["versioncomponent",{"_index":236,"title":{"components/VersionComponent.html":{}},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["versions",{"_index":1429,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["versionservice",{"_index":1113,"title":{},"body":{"components/VersionComponent.html":{}}}],["very",{"_index":973,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["view",{"_index":1867,"title":{},"body":{"license.html":{}}}],["viewchange",{"_index":1093,"title":{},"body":{"components/UserProfileIconComponent.html":{}}}],["viewchild",{"_index":410,"title":{},"body":{"components/LayoutComponent.html":{},"components/NavigationItemComponent.html":{}}}],["viewchild(matsidenav",{"_index":406,"title":{},"body":{"components/LayoutComponent.html":{}}}],["viewchild(routerlinkactive",{"_index":689,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["viewcontainerref",{"_index":273,"title":{},"body":{"directives/FooterDirective.html":{},"components/NavigationItemComponent.html":{}}}],["viewencapsulation",{"_index":603,"title":{},"body":{"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{}}}],["viewencapsulation.none",{"_index":565,"title":{},"body":{"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{}}}],["violates",{"_index":2162,"title":{},"body":{"license.html":{}}}],["violation",{"_index":2228,"title":{},"body":{"license.html":{}}}],["visibility",{"_index":467,"title":{},"body":{"components/LayoutComponent.html":{}}}],["visible",{"_index":468,"title":{},"body":{"components/LayoutComponent.html":{},"changelog.html":{},"license.html":{}}}],["void",{"_index":51,"title":{},"body":{"injectables/AppUrlService.html":{},"injectables/AuthenticationServiceMock.html":{},"interfaces/ExternalApps.html":{},"injectables/LayoutComponentService.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"injectables/NavigationService.html":{},"components/SettingsButtonComponent.html":{},"injectables/SidenavComponentService.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{},"license.html":{}}}],["volume",{"_index":2037,"title":{},"body":{"license.html":{}}}],["wait",{"_index":829,"title":{},"body":{"injectables/NavigationService.html":{}}}],["waiting",{"_index":833,"title":{},"body":{"injectables/NavigationService.html":{}}}],["waive",{"_index":1986,"title":{},"body":{"license.html":{}}}],["waiver",{"_index":2432,"title":{},"body":{"license.html":{}}}],["want",{"_index":1692,"title":{},"body":{"license.html":{}}}],["warranties",{"_index":1865,"title":{},"body":{"license.html":{}}}],["warranty",{"_index":1734,"title":{},"body":{"license.html":{}}}],["way",{"_index":1683,"title":{},"body":{"license.html":{}}}],["ways",{"_index":2051,"title":{},"body":{"license.html":{}}}],["webkit",{"_index":484,"title":{},"body":{"components/LayoutComponent.html":{},"components/SidenavComponent.html":{}}}],["well",{"_index":1844,"title":{},"body":{"license.html":{}}}],["what's",{"_index":968,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["what\\'s",{"_index":977,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["whatever",{"_index":2274,"title":{},"body":{"license.html":{}}}],["whether",{"_index":1710,"title":{},"body":{"license.html":{}}}],["whole",{"_index":1890,"title":{},"body":{"license.html":{}}}],["whose",{"_index":2105,"title":{},"body":{"license.html":{}}}],["widely",{"_index":1885,"title":{},"body":{"license.html":{}}}],["width",{"_index":357,"title":{},"body":{"components/LanguageSelectorComponent.html":{},"injectables/LayoutComponentService.html":{},"interfaces/LogoConfig.html":{},"components/SidenavComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"changelog.html":{}}}],["window",{"_index":231,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{},"license.html":{}}}],["windowcontainersidenavcomponent",{"_index":238,"title":{"components/WindowContainerSidenavComponent.html":{}},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["windowcontainersidenavservice",{"_index":1133,"title":{},"body":{"components/WindowContainerSidenavComponent.html":{}}}],["wipo",{"_index":1977,"title":{},"body":{"license.html":{}}}],["wish",{"_index":1690,"title":{},"body":{"license.html":{}}}],["within",{"_index":2211,"title":{},"body":{"license.html":{}}}],["without",{"_index":1829,"title":{},"body":{"license.html":{}}}],["work",{"_index":1681,"title":{},"body":{"license.html":{}}}],["work's",{"_index":1910,"title":{},"body":{"license.html":{}}}],["working",{"_index":1886,"title":{},"body":{"license.html":{}}}],["works",{"_index":1664,"title":{},"body":{"license.html":{}}}],["workspace",{"_index":1605,"title":{},"body":{"index.html":{}}}],["worldwide",{"_index":2306,"title":{},"body":{"license.html":{}}}],["wrapper",{"_index":367,"title":{},"body":{"components/LanguageSelectorComponent.html":{}}}],["writablesignal",{"_index":502,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["writing",{"_index":2393,"title":{},"body":{"license.html":{}}}],["written",{"_index":2060,"title":{},"body":{"license.html":{}}}],["y",{"_index":996,"title":{},"body":{"components/SidenavComponent.html":{}}}],["yarn",{"_index":1607,"title":{},"body":{"index.html":{}}}],["years",{"_index":2063,"title":{},"body":{"license.html":{}}}],["yourself",{"_index":2324,"title":{},"body":{"license.html":{}}}],["z",{"_index":1062,"title":{},"body":{"components/ToggleWindowSidenavButtonComponent.html":{}}}]],"pipeline":["stemmer"]},
|
|
3
|
-
"store": {"injectables/AppUrlService.html":{"url":"injectables/AppUrlService.html","title":"injectable - AppUrlService","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n AppUrlService\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/lib/app-url.service.ts\n \n\n\n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n Public\n getApp\n \n \n Public\n Async\n getAppList\n \n \n Public\n getAppUrl\n \n \n Public\n getAppUrlOrThrow\n \n \n Public\n navigate\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(config: ConfigService, localeId: string, authorizationService: AuthorizationService, environment: Environment)\n \n \n \n \n Defined in src/lib/app-url.service.ts:30\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n config\n \n \n ConfigService\n \n \n \n No\n \n \n \n \n localeId\n \n \n string\n \n \n \n No\n \n \n \n \n authorizationService\n \n \n AuthorizationService\n \n \n \n No\n \n \n \n \n environment\n \n \n Environment\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n Public\n getApp\n \n \n \n \n \n \n \n getApp(appId: string)\n \n \n\n\n \n \n Defined in src/lib/app-url.service.ts:43\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n appId\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : ExternalApps | null\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Public\n Async\n getAppList\n \n \n \n \n \n \n \n getAppList()\n \n \n\n\n \n \n Defined in src/lib/app-url.service.ts:77\n \n \n\n\n \n \n\n \n Returns : Promise>\n\n \n \n \n \n \n \n \n \n \n \n \n Public\n getAppUrl\n \n \n \n \n \n \n \n getAppUrl(appId: string, path: string, infix: string | null)\n \n \n\n\n \n \n Defined in src/lib/app-url.service.ts:47\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Default value\n \n \n \n \n appId\n \n string\n \n\n \n No\n \n\n \n \n\n \n \n path\n \n string\n \n\n \n No\n \n\n \n \n\n \n \n infix\n \n string | null\n \n\n \n No\n \n\n \n this.getPathPrefix()\n \n\n \n \n \n \n \n Returns : string | null\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Public\n getAppUrlOrThrow\n \n \n \n \n \n \n \n getAppUrlOrThrow(appId: string, path: string)\n \n \n\n\n \n \n Defined in src/lib/app-url.service.ts:59\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n appId\n \n string\n \n\n \n No\n \n\n\n \n \n path\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : string\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Public\n navigate\n \n \n \n \n \n \n \n navigate(appId: string, path: string)\n \n \n\n\n \n \n Defined in src/lib/app-url.service.ts:67\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n appId\n \n string\n \n\n \n No\n \n\n\n \n \n path\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n\n \n\n\n \n import {\n Inject,\n Injectable,\n LOCALE_ID,\n} from '@angular/core';\nimport { AuthorizationService } from '@rxap/authorization';\n// eslint-disable-next-line @nx/enforce-module-boundaries\nimport { ClickOnLink } from '@rxap/browser-utilities';\nimport { ConfigService } from '@rxap/config';\nimport {\n Environment,\n RXAP_ENVIRONMENT,\n} from '@rxap/environment';\nimport { JoinPath } from '@rxap/utilities';\nimport { firstValueFrom } from 'rxjs';\n\nexport interface ExternalApps {\n image?: string;\n label: string;\n href: string;\n empty?: false;\n hidden?: boolean;\n id?: string;\n permissions: string[];\n}\n\n@Injectable({ providedIn: 'root' })\nexport class AppUrlService {\n\n private _apps: Array;\n\n constructor(\n private readonly config: ConfigService,\n @Inject(LOCALE_ID)\n private readonly localeId: string,\n private readonly authorizationService: AuthorizationService,\n @Inject(RXAP_ENVIRONMENT)\n private readonly environment: Environment,\n ) {\n this._apps = this.config.get('navigation.apps', []);\n }\n\n public getApp(appId: string): ExternalApps | null {\n return this._apps.find(app => app.id === appId) ?? null;\n }\n\n public getAppUrl(appId: string, path: string, infix: string | null = this.getPathPrefix()): string | null {\n\n const app = this.getApp(appId);\n\n if (app) {\n return JoinPath(app.href, infix, path);\n }\n\n return null;\n\n }\n\n public getAppUrlOrThrow(appId: string, path: string): string {\n const url = this.getAppUrl(appId, path);\n if (url) {\n return url;\n }\n throw new Error(`Could not find app with id \"${ appId }\"`);\n }\n\n public navigate(appId: string, path: string): void {\n\n const url = this.getAppUrl(appId, path);\n\n if (url) {\n ClickOnLink(url);\n }\n\n }\n\n public async getAppList(): Promise> {\n const appList = this\n ._apps\n .filter(app => !app.hidden)\n .map(app => ({\n ...app,\n href: JoinPath(app.href, this.getPathPrefix()),\n }));\n\n const filteredAppList: Array = [];\n for (const app of appList) {\n if (await firstValueFrom(this.authorizationService.hasPermission$(app.permissions))) {\n filteredAppList.push(app);\n }\n }\n return filteredAppList;\n }\n\n private getPathPrefix(): string {\n if (this.environment.production && this.localeId) {\n return this.localeId.replace(/-.+$/, '');\n }\n return '';\n }\n\n}\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/AppsButtonComponent.html":{"url":"components/AppsButtonComponent.html","title":"component - AppsButtonComponent","body":"\n \n\n\n\n\n\n Components\n \n AppsButtonComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/lib/header/apps-button/apps-button.component.ts\n\n\n\n\n\n \n Implements\n \n \n OnInit\n OnDestroy\n \n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n rxap-apps-button\n \n\n \n standalone\n true\n \n\n \n imports\n \n NgIf\n NgFor\n MatButtonModule\n MatIconModule\n NgOptimizedImage\n \n \n\n \n styleUrls\n ./apps-button.component.scss\n \n\n\n\n \n templateUrl\n ./apps-button.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n Readonly\n appList\n \n \n Public\n isOpen\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(grid: any, appUrlService: AppUrlService, authenticationService: RxapAuthenticationService)\n \n \n \n \n Defined in src/lib/header/apps-button/apps-button.component.ts:51\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n grid\n \n \n any\n \n \n \n No\n \n \n \n \n appUrlService\n \n \n AppUrlService\n \n \n \n No\n \n \n \n \n authenticationService\n \n \n RxapAuthenticationService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n\n\n\n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n Readonly\n appList\n \n \n \n \n \n \n Default value : signal>([])\n \n \n \n \n Defined in src/lib/header/apps-button/apps-button.component.ts:49\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n isOpen\n \n \n \n \n \n \n Default value : false\n \n \n \n \n Defined in src/lib/header/apps-button/apps-button.component.ts:47\n \n \n\n\n \n \n\n\n\n\n\n \n import {\n ChangeDetectionStrategy,\n Component,\n Inject,\n OnDestroy,\n OnInit,\n Optional,\n signal,\n} from '@angular/core';\nimport { RXAP_LAYOUT_APPS_GRID } from '../../tokens';\nimport { MatIconModule } from '@angular/material/icon';\nimport { MatButtonModule } from '@angular/material/button';\nimport {\n NgFor,\n NgIf,\n NgOptimizedImage,\n} from '@angular/common';\nimport {\n AppUrlService,\n ExternalApps,\n} from '../../app-url.service';\nimport { RxapAuthenticationService } from '@rxap/authentication';\nimport {\n Subscription,\n switchMap,\n} from 'rxjs';\nimport {\n filter,\n tap,\n} from 'rxjs/operators';\n\n@Component({\n selector: 'rxap-apps-button',\n templateUrl: './apps-button.component.html',\n styleUrls: [ './apps-button.component.scss' ],\n changeDetection: ChangeDetectionStrategy.OnPush,\n standalone: true,\n imports: [\n NgIf,\n NgFor,\n MatButtonModule,\n MatIconModule,\n NgOptimizedImage,\n ],\n})\nexport class AppsButtonComponent implements OnInit, OnDestroy {\n public isOpen = false;\n\n public readonly appList = signal>([]);\n\n private _subscription?: Subscription;\n\n constructor(\n @Optional()\n @Inject(RXAP_LAYOUT_APPS_GRID)\n grid: any,\n private readonly appUrlService: AppUrlService,\n private readonly authenticationService: RxapAuthenticationService,\n ) {}\n\n ngOnInit() {\n this._subscription = this.authenticationService.isAuthenticated$.pipe(\n filter(Boolean),\n switchMap(() => this.appUrlService.getAppList()),\n tap((apps) => this.appList.set(apps)),\n ).subscribe();\n }\n\n ngOnDestroy() {\n this._subscription?.unsubscribe();\n }\n\n}\n\n \n\n \n \n\n \n\n \n \n \n \n {{app.label}}\n \n \n \n\n \n\n \n \n \n\n\n\n \n\n \n \n ./apps-button.component.scss\n \n \n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' {{app.label}} '\n var COMPONENTS = [{'name': 'AppsButtonComponent', 'selector': 'rxap-apps-button'},{'name': 'FooterComponent', 'selector': 'rxap-footer'},{'name': 'HeaderComponent', 'selector': 'rxap-header'},{'name': 'LanguageSelectorComponent', 'selector': 'rxap-language-selector'},{'name': 'LayoutComponent', 'selector': 'rxap-layout'},{'name': 'NavigationComponent', 'selector': 'ul[rxap-navigation]'},{'name': 'NavigationItemComponent', 'selector': 'li[rxap-navigation-item]'},{'name': 'NavigationProgressBarComponent', 'selector': 'rxap-navigation-progress-bar'},{'name': 'ResetButtonComponent', 'selector': 'rxap-reset-button'},{'name': 'SettingsButtonComponent', 'selector': 'rxap-settings-button'},{'name': 'SidenavComponent', 'selector': 'rxap-sidenav'},{'name': 'SidenavToggleButtonComponent', 'selector': 'rxap-sidenav-toggle-button'},{'name': 'SignOutComponent', 'selector': 'rxap-sign-out'},{'name': 'ToggleWindowSidenavButtonComponent', 'selector': 'rxap-toggle-window-sidenav-button'},{'name': 'UserProfileIconComponent', 'selector': 'rxap-user-profile-icon'},{'name': 'VersionComponent', 'selector': 'rxap-version'},{'name': 'WindowContainerSidenavComponent', 'selector': 'rxap-window-container-sidenav'}];\n var DIRECTIVES = [{'name': 'FooterDirective', 'selector': '[rxapFooter]'},{'name': 'SidenavFooterDirective', 'selector': '[rxapSidenavFooter]'},{'name': 'SidenavHeaderDirective', 'selector': '[rxapSidenavHeader]'}];\n var ACTUAL_COMPONENT = {'name': 'AppsButtonComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/AuthenticationServiceMock.html":{"url":"injectables/AuthenticationServiceMock.html","title":"injectable - AuthenticationServiceMock","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n AuthenticationServiceMock\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/lib/authentication.service.mock.ts\n \n\n\n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n Public\n signOut\n \n \n \n \n\n\n\n\n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n Public\n signOut\n \n \n \n \n \n \n \n signOut()\n \n \n\n\n \n \n Defined in src/lib/authentication.service.mock.ts:7\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n\n\n \n\n\n \n import { Injectable } from '@angular/core';\n\n@Injectable()\nexport class AuthenticationServiceMock {\n\n // eslint-disable-next-line @typescript-eslint/no-empty-function\n public signOut(): void {\n }\n\n}\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/ExternalApps.html":{"url":"interfaces/ExternalApps.html","title":"interface - ExternalApps","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n ExternalApps\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/lib/app-url.service.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Optional\n \n empty\n \n \n \n Optional\n \n hidden\n \n \n \n \n href\n \n \n \n Optional\n \n id\n \n \n \n Optional\n \n image\n \n \n \n \n label\n \n \n \n \n permissions\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n empty\n \n \n \n \n \n \n \n \n empty: \n\n \n \n\n\n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n hidden\n \n \n \n \n \n \n \n \n hidden: boolean\n\n \n \n\n\n \n \n Type : boolean\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n href\n \n \n \n \n \n \n \n \n href: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n id\n \n \n \n \n \n \n \n \n id: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n image\n \n \n \n \n \n \n \n \n image: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n label\n \n \n \n \n \n \n \n \n label: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n permissions\n \n \n \n \n \n \n \n \n permissions: string[]\n\n \n \n\n\n \n \n Type : string[]\n\n \n \n\n\n\n\n\n \n \n \n \n\n\n \n import {\n Inject,\n Injectable,\n LOCALE_ID,\n} from '@angular/core';\nimport { AuthorizationService } from '@rxap/authorization';\n// eslint-disable-next-line @nx/enforce-module-boundaries\nimport { ClickOnLink } from '@rxap/browser-utilities';\nimport { ConfigService } from '@rxap/config';\nimport {\n Environment,\n RXAP_ENVIRONMENT,\n} from '@rxap/environment';\nimport { JoinPath } from '@rxap/utilities';\nimport { firstValueFrom } from 'rxjs';\n\nexport interface ExternalApps {\n image?: string;\n label: string;\n href: string;\n empty?: false;\n hidden?: boolean;\n id?: string;\n permissions: string[];\n}\n\n@Injectable({ providedIn: 'root' })\nexport class AppUrlService {\n\n private _apps: Array;\n\n constructor(\n private readonly config: ConfigService,\n @Inject(LOCALE_ID)\n private readonly localeId: string,\n private readonly authorizationService: AuthorizationService,\n @Inject(RXAP_ENVIRONMENT)\n private readonly environment: Environment,\n ) {\n this._apps = this.config.get('navigation.apps', []);\n }\n\n public getApp(appId: string): ExternalApps | null {\n return this._apps.find(app => app.id === appId) ?? null;\n }\n\n public getAppUrl(appId: string, path: string, infix: string | null = this.getPathPrefix()): string | null {\n\n const app = this.getApp(appId);\n\n if (app) {\n return JoinPath(app.href, infix, path);\n }\n\n return null;\n\n }\n\n public getAppUrlOrThrow(appId: string, path: string): string {\n const url = this.getAppUrl(appId, path);\n if (url) {\n return url;\n }\n throw new Error(`Could not find app with id \"${ appId }\"`);\n }\n\n public navigate(appId: string, path: string): void {\n\n const url = this.getAppUrl(appId, path);\n\n if (url) {\n ClickOnLink(url);\n }\n\n }\n\n public async getAppList(): Promise> {\n const appList = this\n ._apps\n .filter(app => !app.hidden)\n .map(app => ({\n ...app,\n href: JoinPath(app.href, this.getPathPrefix()),\n }));\n\n const filteredAppList: Array = [];\n for (const app of appList) {\n if (await firstValueFrom(this.authorizationService.hasPermission$(app.permissions))) {\n filteredAppList.push(app);\n }\n }\n return filteredAppList;\n }\n\n private getPathPrefix(): string {\n if (this.environment.production && this.localeId) {\n return this.localeId.replace(/-.+$/, '');\n }\n return '';\n }\n\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/FooterComponent.html":{"url":"components/FooterComponent.html","title":"component - FooterComponent","body":"\n \n\n\n\n\n\n Components\n \n FooterComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/lib/footer/footer.component.ts\n\n\n\n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n rxap-footer\n \n\n \n standalone\n true\n \n\n \n imports\n \n NgIf\n MatToolbarModule\n NgFor\n PortalModule\n AsyncPipe\n \n \n\n \n styleUrls\n ./footer.component.scss\n \n\n\n\n \n templateUrl\n ./footer.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n Readonly\n footerService\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(footerService: FooterService)\n \n \n \n \n Defined in src/lib/footer/footer.component.ts:22\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n footerService\n \n \n FooterService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n\n\n\n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n Readonly\n footerService\n \n \n \n \n \n \n Type : FooterService\n\n \n \n \n \n Defined in src/lib/footer/footer.component.ts:25\n \n \n\n\n \n \n\n\n\n\n\n \n import {\n ChangeDetectionStrategy,\n Component,\n} from '@angular/core';\nimport { FooterService } from '@rxap/services';\nimport { PortalModule } from '@angular/cdk/portal';\nimport { MatToolbarModule } from '@angular/material/toolbar';\nimport {\n AsyncPipe,\n NgFor,\n NgIf,\n} from '@angular/common';\n\n@Component({\n selector: 'rxap-footer',\n templateUrl: './footer.component.html',\n styleUrls: [ './footer.component.scss' ],\n changeDetection: ChangeDetectionStrategy.OnPush,\n standalone: true,\n imports: [ NgIf, MatToolbarModule, NgFor, PortalModule, AsyncPipe ],\n})\nexport class FooterComponent {\n\n constructor(\n public readonly footerService: FooterService,\n ) {\n }\n\n}\n\n \n\n \n \n \n \n \n \n \n\n\n \n\n \n \n ./footer.component.scss\n \n \n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' '\n var COMPONENTS = [{'name': 'AppsButtonComponent', 'selector': 'rxap-apps-button'},{'name': 'FooterComponent', 'selector': 'rxap-footer'},{'name': 'HeaderComponent', 'selector': 'rxap-header'},{'name': 'LanguageSelectorComponent', 'selector': 'rxap-language-selector'},{'name': 'LayoutComponent', 'selector': 'rxap-layout'},{'name': 'NavigationComponent', 'selector': 'ul[rxap-navigation]'},{'name': 'NavigationItemComponent', 'selector': 'li[rxap-navigation-item]'},{'name': 'NavigationProgressBarComponent', 'selector': 'rxap-navigation-progress-bar'},{'name': 'ResetButtonComponent', 'selector': 'rxap-reset-button'},{'name': 'SettingsButtonComponent', 'selector': 'rxap-settings-button'},{'name': 'SidenavComponent', 'selector': 'rxap-sidenav'},{'name': 'SidenavToggleButtonComponent', 'selector': 'rxap-sidenav-toggle-button'},{'name': 'SignOutComponent', 'selector': 'rxap-sign-out'},{'name': 'ToggleWindowSidenavButtonComponent', 'selector': 'rxap-toggle-window-sidenav-button'},{'name': 'UserProfileIconComponent', 'selector': 'rxap-user-profile-icon'},{'name': 'VersionComponent', 'selector': 'rxap-version'},{'name': 'WindowContainerSidenavComponent', 'selector': 'rxap-window-container-sidenav'}];\n var DIRECTIVES = [{'name': 'FooterDirective', 'selector': '[rxapFooter]'},{'name': 'SidenavFooterDirective', 'selector': '[rxapSidenavFooter]'},{'name': 'SidenavHeaderDirective', 'selector': '[rxapSidenavHeader]'}];\n var ACTUAL_COMPONENT = {'name': 'FooterComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"directives/FooterDirective.html":{"url":"directives/FooterDirective.html","title":"directive - FooterDirective","body":"\n \n\n\n\n\n\n\n\n\n Directives\n FooterDirective\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/lib/footer.directive.ts\n \n\n\n\n\n \n Implements\n \n \n OnInit\n OnDestroy\n \n\n\n \n Metadata\n \n \n\n \n Selector\n [rxapFooter]\n \n\n \n Standalone\n true\n \n\n\n\n \n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(footerService: FooterService, template: TemplateRef, viewContainerRef: ViewContainerRef)\n \n \n \n \n Defined in src/lib/footer.directive.ts:17\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n footerService\n \n \n FooterService\n \n \n \n No\n \n \n \n \n template\n \n \n TemplateRef\n \n \n \n No\n \n \n \n \n viewContainerRef\n \n \n ViewContainerRef\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n\n\n\n\n\n\n\n \n\n\n \n import {\n Directive,\n Inject,\n OnDestroy,\n OnInit,\n TemplateRef,\n ViewContainerRef,\n} from '@angular/core';\nimport { FooterService } from '@rxap/services';\nimport { TemplatePortal } from '@angular/cdk/portal';\n\n@Directive({\n selector: '[rxapFooter]',\n standalone: true,\n})\nexport class FooterDirective implements OnInit, OnDestroy {\n private _portal?: TemplatePortal;\n\n constructor(\n @Inject(FooterService)\n private readonly footerService: FooterService,\n @Inject(TemplateRef)\n private readonly template: TemplateRef,\n @Inject(ViewContainerRef)\n private readonly viewContainerRef: ViewContainerRef,\n ) {\n }\n\n public ngOnInit() {\n this._portal = new TemplatePortal(\n this.template,\n this.viewContainerRef,\n );\n this.footerService.pushPortal(this._portal);\n }\n\n public ngOnDestroy() {\n if (this._portal) {\n this.footerService.removePortal(this._portal);\n }\n }\n}\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/HeaderComponent.html":{"url":"components/HeaderComponent.html","title":"component - HeaderComponent","body":"\n \n\n\n\n\n\n Components\n \n HeaderComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/lib/header/header.component.ts\n\n\n\n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n rxap-header\n \n\n \n standalone\n true\n \n\n \n imports\n \n MatToolbarModule\n NgClass\n NgIf\n MatButtonModule\n MatMenuModule\n MatIconModule\n MatFormFieldModule\n StopPropagationDirective\n MatSelectModule\n FormsModule\n MatOptionModule\n DataSourceCollectionDirective\n MatSlideToggleModule\n AsyncPipe\n NavigationProgressBarComponent\n UserProfileIconComponent\n AppsButtonComponent\n SettingsButtonComponent\n SidenavToggleButtonComponent\n \n \n\n \n styleUrls\n ./header.component.scss\n \n\n\n\n \n templateUrl\n ./header.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n Readonly\n collapsable\n \n \n \n \n Public\n headerComponent\n \n \n \n Public\n Readonly\n headerComponentService\n \n \n Public\n Readonly\n layoutComponentService\n \n \n Public\n Readonly\n opened\n \n \n \n \n\n\n \n \n Inputs\n \n \n \n \n \n \n color\n \n \n \n \n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(headerComponentService: HeaderService, layoutComponentService: LayoutComponentService, headerComponent: any)\n \n \n \n \n Defined in src/lib/header/header.component.ts:71\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n headerComponentService\n \n \n HeaderService\n \n \n \n No\n \n \n \n \n layoutComponentService\n \n \n LayoutComponentService\n \n \n \n No\n \n \n \n \n headerComponent\n \n \n any\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n Inputs\n \n \n \n \n \n color\n \n \n \n \n Type : ThemePalette\n\n \n \n \n \n Default value : undefined\n \n \n \n \n Defined in src/lib/header/header.component.ts:68\n \n \n \n \n\n\n\n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n Readonly\n collapsable\n \n \n \n \n \n \n Type : Signal\n\n \n \n \n \n Defined in src/lib/header/header.component.ts:70\n \n \n\n\n \n \n \n \n \n \n \n \n \n \n Public\n headerComponent\n \n \n \n \n \n \n Type : any\n\n \n \n \n \n Decorators : \n \n \n @Optional()@Inject(RXAP_HEADER_COMPONENT)\n \n \n \n \n \n Defined in src/lib/header/header.component.ts:77\n \n \n\n\n \n \n \n \n \n \n \n \n \n Public\n Readonly\n headerComponentService\n \n \n \n \n \n \n Type : HeaderService\n\n \n \n \n \n Decorators : \n \n \n @Inject(HeaderService)\n \n \n \n \n \n Defined in src/lib/header/header.component.ts:75\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n Readonly\n layoutComponentService\n \n \n \n \n \n \n Type : LayoutComponentService\n\n \n \n \n \n Defined in src/lib/header/header.component.ts:76\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n Readonly\n opened\n \n \n \n \n \n \n Type : Signal\n\n \n \n \n \n Defined in src/lib/header/header.component.ts:71\n \n \n\n\n \n \n\n\n\n\n\n \n import {\n AsyncPipe,\n NgClass,\n NgIf,\n} from '@angular/common';\nimport {\n ChangeDetectionStrategy,\n Component,\n Inject,\n Input,\n Optional,\n Signal,\n} from '@angular/core';\nimport { FormsModule } from '@angular/forms';\nimport { MatButtonModule } from '@angular/material/button';\nimport {\n MatOptionModule,\n ThemePalette,\n} from '@angular/material/core';\nimport { MatFormFieldModule } from '@angular/material/form-field';\nimport { MatIconModule } from '@angular/material/icon';\nimport { MatMenuModule } from '@angular/material/menu';\nimport { MatSelectModule } from '@angular/material/select';\nimport { MatSlideToggleModule } from '@angular/material/slide-toggle';\nimport { MatToolbarModule } from '@angular/material/toolbar';\nimport { DataSourceCollectionDirective } from '@rxap/data-source/directive';\nimport { StopPropagationDirective } from '@rxap/directives';\nimport { HeaderService } from '@rxap/services';\nimport { LayoutComponentService } from '../layout/layout.component.service';\nimport { RXAP_HEADER_COMPONENT } from '../tokens';\nimport { AppsButtonComponent } from './apps-button/apps-button.component';\nimport { NavigationProgressBarComponent } from './navigation-progress-bar/navigation-progress-bar.component';\nimport { SettingsButtonComponent } from './settings-button/settings-button.component';\nimport { SidenavToggleButtonComponent } from './sidenav-toggle-button/sidenav-toggle-button.component';\nimport { UserProfileIconComponent } from './user-profile-icon/user-profile-icon.component';\n\n@Component({\n selector: 'rxap-header',\n templateUrl: './header.component.html',\n styleUrls: [ './header.component.scss' ],\n changeDetection: ChangeDetectionStrategy.OnPush,\n standalone: true,\n imports: [\n MatToolbarModule,\n NgClass,\n NgIf,\n MatButtonModule,\n MatMenuModule,\n MatIconModule,\n MatFormFieldModule,\n StopPropagationDirective,\n MatSelectModule,\n FormsModule,\n MatOptionModule,\n DataSourceCollectionDirective,\n MatSlideToggleModule,\n AsyncPipe,\n NavigationProgressBarComponent,\n UserProfileIconComponent,\n AppsButtonComponent,\n SettingsButtonComponent,\n SidenavToggleButtonComponent,\n ],\n})\nexport class HeaderComponent {\n\n @Input()\n public color: ThemePalette = undefined;\n\n public readonly collapsable: Signal;\n public readonly opened: Signal;\n\n constructor(\n @Inject(HeaderService)\n public readonly headerComponentService: HeaderService,\n public readonly layoutComponentService: LayoutComponentService,\n @Optional() @Inject(RXAP_HEADER_COMPONENT) public headerComponent: any,\n ) {\n this.collapsable = layoutComponentService.collapsable;\n this.opened = layoutComponentService.opened;\n }\n\n}\n\n \n\n \n \n \n \n \n \n \n \n \n \n \n\n\n\n\n \n\n \n \n ./header.component.scss\n \n \n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' '\n var COMPONENTS = [{'name': 'AppsButtonComponent', 'selector': 'rxap-apps-button'},{'name': 'FooterComponent', 'selector': 'rxap-footer'},{'name': 'HeaderComponent', 'selector': 'rxap-header'},{'name': 'LanguageSelectorComponent', 'selector': 'rxap-language-selector'},{'name': 'LayoutComponent', 'selector': 'rxap-layout'},{'name': 'NavigationComponent', 'selector': 'ul[rxap-navigation]'},{'name': 'NavigationItemComponent', 'selector': 'li[rxap-navigation-item]'},{'name': 'NavigationProgressBarComponent', 'selector': 'rxap-navigation-progress-bar'},{'name': 'ResetButtonComponent', 'selector': 'rxap-reset-button'},{'name': 'SettingsButtonComponent', 'selector': 'rxap-settings-button'},{'name': 'SidenavComponent', 'selector': 'rxap-sidenav'},{'name': 'SidenavToggleButtonComponent', 'selector': 'rxap-sidenav-toggle-button'},{'name': 'SignOutComponent', 'selector': 'rxap-sign-out'},{'name': 'ToggleWindowSidenavButtonComponent', 'selector': 'rxap-toggle-window-sidenav-button'},{'name': 'UserProfileIconComponent', 'selector': 'rxap-user-profile-icon'},{'name': 'VersionComponent', 'selector': 'rxap-version'},{'name': 'WindowContainerSidenavComponent', 'selector': 'rxap-window-container-sidenav'}];\n var DIRECTIVES = [{'name': 'FooterDirective', 'selector': '[rxapFooter]'},{'name': 'SidenavFooterDirective', 'selector': '[rxapSidenavFooter]'},{'name': 'SidenavHeaderDirective', 'selector': '[rxapSidenavHeader]'}];\n var ACTUAL_COMPONENT = {'name': 'HeaderComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/LanguageSelectorComponent.html":{"url":"components/LanguageSelectorComponent.html","title":"component - LanguageSelectorComponent","body":"\n \n\n\n\n\n\n Components\n \n LanguageSelectorComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/lib/header/language-selector/language-selector.component.ts\n\n\n\n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n rxap-language-selector\n \n\n \n standalone\n true\n \n\n \n imports\n \n NgIf\n MatFormFieldModule\n StopPropagationDirective\n MatSelectModule\n FormsModule\n NgFor\n MatOptionModule\n KeyValuePipe\n \n \n\n \n styleUrls\n ./language-selector.component.scss\n \n\n\n\n \n templateUrl\n ./language-selector.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n Readonly\n language\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(language: LanguageSelectorService)\n \n \n \n \n Defined in src/lib/header/language-selector/language-selector.component.ts:34\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n language\n \n \n LanguageSelectorService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n\n\n\n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n Readonly\n language\n \n \n \n \n \n \n Type : LanguageSelectorService\n\n \n \n \n \n Defined in src/lib/header/language-selector/language-selector.component.ts:35\n \n \n\n\n \n \n\n\n\n\n\n \n import {\n KeyValuePipe,\n NgFor,\n NgIf,\n} from '@angular/common';\nimport {\n ChangeDetectionStrategy,\n Component,\n} from '@angular/core';\nimport { FormsModule } from '@angular/forms';\nimport { MatOptionModule } from '@angular/material/core';\nimport { MatFormFieldModule } from '@angular/material/form-field';\nimport { MatSelectModule } from '@angular/material/select';\nimport { StopPropagationDirective } from '@rxap/directives';\nimport { LanguageSelectorService } from '@rxap/ngx-localize';\n\n@Component({\n selector: 'rxap-language-selector',\n templateUrl: './language-selector.component.html',\n styleUrls: [ './language-selector.component.scss' ],\n changeDetection: ChangeDetectionStrategy.OnPush,\n standalone: true,\n imports: [\n NgIf,\n MatFormFieldModule,\n StopPropagationDirective,\n MatSelectModule,\n FormsModule,\n NgFor,\n MatOptionModule,\n KeyValuePipe,\n ],\n})\nexport class LanguageSelectorComponent {\n constructor(public readonly language: LanguageSelectorService) {\n }\n\n}\n\n \n\n \n \n \n \n Select Language\n \n {{item.value}}\n \n \n \n\n\n \n\n \n \n ./language-selector.component.scss\n \n .language-selector {\n width: calc(100% - 32px);\n margin: 0 16px;\n\n ::ng-deep {\n\n .mat-form-field-wrapper {\n padding-bottom: 0;\n\n .mat-form-field-infix {\n padding: 12px 0;\n border-width: 6px;\n\n .mat-select-arrow-wrapper {\n transform: translateY(0%);\n }\n\n }\n\n }\n\n }\n\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' Select Language {{item.value}} '\n var COMPONENTS = [{'name': 'AppsButtonComponent', 'selector': 'rxap-apps-button'},{'name': 'FooterComponent', 'selector': 'rxap-footer'},{'name': 'HeaderComponent', 'selector': 'rxap-header'},{'name': 'LanguageSelectorComponent', 'selector': 'rxap-language-selector'},{'name': 'LayoutComponent', 'selector': 'rxap-layout'},{'name': 'NavigationComponent', 'selector': 'ul[rxap-navigation]'},{'name': 'NavigationItemComponent', 'selector': 'li[rxap-navigation-item]'},{'name': 'NavigationProgressBarComponent', 'selector': 'rxap-navigation-progress-bar'},{'name': 'ResetButtonComponent', 'selector': 'rxap-reset-button'},{'name': 'SettingsButtonComponent', 'selector': 'rxap-settings-button'},{'name': 'SidenavComponent', 'selector': 'rxap-sidenav'},{'name': 'SidenavToggleButtonComponent', 'selector': 'rxap-sidenav-toggle-button'},{'name': 'SignOutComponent', 'selector': 'rxap-sign-out'},{'name': 'ToggleWindowSidenavButtonComponent', 'selector': 'rxap-toggle-window-sidenav-button'},{'name': 'UserProfileIconComponent', 'selector': 'rxap-user-profile-icon'},{'name': 'VersionComponent', 'selector': 'rxap-version'},{'name': 'WindowContainerSidenavComponent', 'selector': 'rxap-window-container-sidenav'}];\n var DIRECTIVES = [{'name': 'FooterDirective', 'selector': '[rxapFooter]'},{'name': 'SidenavFooterDirective', 'selector': '[rxapSidenavFooter]'},{'name': 'SidenavHeaderDirective', 'selector': '[rxapSidenavHeader]'}];\n var ACTUAL_COMPONENT = {'name': 'LanguageSelectorComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/LayoutComponent.html":{"url":"components/LayoutComponent.html","title":"component - LayoutComponent","body":"\n \n\n\n\n\n\n Components\n \n LayoutComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/lib/layout/layout.component.ts\n\n\n\n\n\n \n Implements\n \n \n OnInit\n OnDestroy\n \n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n rxap-layout\n \n\n \n standalone\n true\n \n\n \n imports\n \n HeaderComponent\n MatSidenavModule\n AsyncPipe\n MatIconModule\n MatButtonModule\n RouterLink\n NgIf\n FooterComponent\n MatMenuModule\n NgOptimizedImage\n NavigationComponent\n RouterOutlet\n StatusIndicatorComponent\n NgStyle\n NgClass\n \n \n\n \n styleUrls\n ./layout.component.scss\n \n\n\n\n \n templateUrl\n ./layout.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n Readonly\n collapsable\n \n \n Public\n Readonly\n fixedBottomGap\n \n \n Public\n Readonly\n fixedTopGap\n \n \n Public\n Readonly\n layoutComponentService\n \n \n Public\n Readonly\n logoSrc\n \n \n Public\n Readonly\n logoWidth\n \n \n Public\n Readonly\n opened\n \n \n Public\n Readonly\n pinned\n \n \n Public\n Readonly\n release\n \n \n \n Public\n sidenav\n \n \n Public\n Readonly\n sidenavMode\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(layoutComponentService: LayoutComponentService, environment: Environment, iconLoaderService: IconLoaderService)\n \n \n \n \n Defined in src/lib/layout/layout.component.ts:88\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n layoutComponentService\n \n \n LayoutComponentService\n \n \n \n No\n \n \n \n \n environment\n \n \n Environment\n \n \n \n No\n \n \n \n \n iconLoaderService\n \n \n IconLoaderService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n\n\n\n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n Readonly\n collapsable\n \n \n \n \n \n \n Type : Signal\n\n \n \n \n \n Defined in src/lib/layout/layout.component.ts:79\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n Readonly\n fixedBottomGap\n \n \n \n \n \n \n Type : Signal\n\n \n \n \n \n Defined in src/lib/layout/layout.component.ts:76\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n Readonly\n fixedTopGap\n \n \n \n \n \n \n Type : Signal\n\n \n \n \n \n Defined in src/lib/layout/layout.component.ts:77\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n Readonly\n layoutComponentService\n \n \n \n \n \n \n Type : LayoutComponentService\n\n \n \n \n \n Defined in src/lib/layout/layout.component.ts:91\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n Readonly\n logoSrc\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Defined in src/lib/layout/layout.component.ts:80\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n Readonly\n logoWidth\n \n \n \n \n \n \n Type : number\n\n \n \n \n \n Defined in src/lib/layout/layout.component.ts:81\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n Readonly\n opened\n \n \n \n \n \n \n Type : Signal\n\n \n \n \n \n Defined in src/lib/layout/layout.component.ts:83\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n Readonly\n pinned\n \n \n \n \n \n \n Type : Signal\n\n \n \n \n \n Defined in src/lib/layout/layout.component.ts:78\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n Readonly\n release\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Defined in src/lib/layout/layout.component.ts:82\n \n \n\n\n \n \n \n \n \n \n \n \n \n Public\n sidenav\n \n \n \n \n \n \n Type : MatSidenav\n\n \n \n \n \n Decorators : \n \n \n @ViewChild(MatSidenav, {static: true})\n \n \n \n \n \n Defined in src/lib/layout/layout.component.ts:85\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n Readonly\n sidenavMode\n \n \n \n \n \n \n Type : Signal\n\n \n \n \n \n Defined in src/lib/layout/layout.component.ts:75\n \n \n\n\n \n \n\n\n\n\n\n \n import {\n AsyncPipe,\n NgClass,\n NgIf,\n NgOptimizedImage,\n NgStyle,\n} from '@angular/common';\nimport {\n ChangeDetectionStrategy,\n Component,\n inject,\n Inject,\n OnDestroy,\n OnInit,\n Signal,\n ViewChild,\n} from '@angular/core';\nimport { MatButtonModule } from '@angular/material/button';\nimport { MatIconModule } from '@angular/material/icon';\nimport { MatMenuModule } from '@angular/material/menu';\nimport {\n MatDrawerMode,\n MatSidenav,\n MatSidenavModule,\n} from '@angular/material/sidenav';\nimport {\n RouterLink,\n RouterOutlet,\n} from '@angular/router';\nimport {\n DetermineReleaseName,\n Environment,\n RXAP_ENVIRONMENT,\n} from '@rxap/environment';\nimport { IconLoaderService } from '@rxap/icon';\nimport { StatusIndicatorComponent } from '@rxap/ngx-status-check';\nimport { ThemeService } from '@rxap/ngx-theme';\nimport {\n IsThemeDensity,\n ThemeDensity,\n UserSettingsThemeService,\n} from '@rxap/ngx-user';\nimport { FooterComponent } from '../footer/footer.component';\nimport { HeaderComponent } from '../header/header.component';\nimport { NavigationComponent } from '../navigation/navigation.component';\nimport { LayoutComponentService } from './layout.component.service';\n\n\n@Component({\n selector: 'rxap-layout',\n templateUrl: './layout.component.html',\n styleUrls: [ './layout.component.scss' ],\n changeDetection: ChangeDetectionStrategy.OnPush,\n standalone: true,\n imports: [\n HeaderComponent,\n MatSidenavModule,\n AsyncPipe,\n MatIconModule,\n MatButtonModule,\n RouterLink,\n NgIf,\n FooterComponent,\n MatMenuModule,\n NgOptimizedImage,\n NavigationComponent,\n RouterOutlet,\n StatusIndicatorComponent,\n NgStyle,\n NgClass,\n ],\n})\nexport class LayoutComponent implements OnInit, OnDestroy {\n\n public readonly sidenavMode: Signal;\n public readonly fixedBottomGap: Signal;\n public readonly fixedTopGap: Signal;\n public readonly pinned: Signal;\n public readonly collapsable: Signal;\n public readonly logoSrc: string;\n public readonly logoWidth: number;\n public readonly release: string;\n public readonly opened: Signal;\n\n @ViewChild(MatSidenav, { static: true }) public sidenav!: MatSidenav;\n\n private readonly userSettingsThemeService = inject(UserSettingsThemeService);\n private readonly themeService = inject(ThemeService);\n\n constructor(\n public readonly layoutComponentService: LayoutComponentService,\n @Inject(RXAP_ENVIRONMENT)\n private readonly environment: Environment,\n iconLoaderService: IconLoaderService,\n ) {\n iconLoaderService.load();\n this.fixedBottomGap = layoutComponentService.fixedBottomGap;\n this.fixedTopGap = layoutComponentService.fixedTopGap;\n this.pinned = layoutComponentService.pinned;\n this.collapsable = layoutComponentService.collapsable;\n this.opened = layoutComponentService.opened;\n this.sidenavMode = layoutComponentService.mode;\n this.logoSrc = this.layoutComponentService.logo.src ?? 'https://via.placeholder.com/256x128px';\n this.logoWidth = this.layoutComponentService.logo.width ?? 256;\n this.release = DetermineReleaseName(this.environment);\n }\n\n ngOnDestroy() {\n this.userSettingsThemeService.stopSync();\n }\n\n ngOnInit() {\n this.userSettingsThemeService.startSync();\n this.userSettingsThemeService.get().then(theme => {\n if (theme.preset && theme.preset !== 'default') {\n this.themeService.setTheme(theme.preset, true);\n }\n if (theme.density && IsThemeDensity(theme.density) && theme.density !== ThemeDensity.Normal) {\n this.themeService.setDensity(theme.density, true);\n }\n if (theme.typography && theme.typography !== 'default') {\n this.themeService.setTypography(theme.typography, true);\n }\n });\n }\n\n}\n\n \n\n \n \n\n \n \n \n \n\n \n Navigation\n \n \n radio_button_unchecked\n radio_button_checked\n \n \n \n\n \n \n\n \n \n {{release}}\n \n \n \n \n \n \n \n \n\n-->\n\n \n\n \n \n ./layout.component.scss\n \n :host {\n .sidenav.collapsable {\n\n &:not(.mat-drawer-opened) {\n transform: translateX(calc(-100% + 64px)) !important;\n visibility: visible !important;\n box-shadow: inherit !important;\n transition-property: transform;\n transition-delay: 250ms;\n display: flex;\n border-right: solid 1px rgba(0, 0, 0, .12);\n }\n\n ::ng-deep .mat-drawer-inner-container::-webkit-scrollbar {\n display: none; /* Chrome, Safari, Opera*/\n }\n\n }\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' Navigation radio_button_unchecked radio_button_checked {{release}} -->'\n var COMPONENTS = [{'name': 'AppsButtonComponent', 'selector': 'rxap-apps-button'},{'name': 'FooterComponent', 'selector': 'rxap-footer'},{'name': 'HeaderComponent', 'selector': 'rxap-header'},{'name': 'LanguageSelectorComponent', 'selector': 'rxap-language-selector'},{'name': 'LayoutComponent', 'selector': 'rxap-layout'},{'name': 'NavigationComponent', 'selector': 'ul[rxap-navigation]'},{'name': 'NavigationItemComponent', 'selector': 'li[rxap-navigation-item]'},{'name': 'NavigationProgressBarComponent', 'selector': 'rxap-navigation-progress-bar'},{'name': 'ResetButtonComponent', 'selector': 'rxap-reset-button'},{'name': 'SettingsButtonComponent', 'selector': 'rxap-settings-button'},{'name': 'SidenavComponent', 'selector': 'rxap-sidenav'},{'name': 'SidenavToggleButtonComponent', 'selector': 'rxap-sidenav-toggle-button'},{'name': 'SignOutComponent', 'selector': 'rxap-sign-out'},{'name': 'ToggleWindowSidenavButtonComponent', 'selector': 'rxap-toggle-window-sidenav-button'},{'name': 'UserProfileIconComponent', 'selector': 'rxap-user-profile-icon'},{'name': 'VersionComponent', 'selector': 'rxap-version'},{'name': 'WindowContainerSidenavComponent', 'selector': 'rxap-window-container-sidenav'}];\n var DIRECTIVES = [{'name': 'FooterDirective', 'selector': '[rxapFooter]'},{'name': 'SidenavFooterDirective', 'selector': '[rxapSidenavFooter]'},{'name': 'SidenavHeaderDirective', 'selector': '[rxapSidenavHeader]'}];\n var ACTUAL_COMPONENT = {'name': 'LayoutComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/LayoutComponentService.html":{"url":"injectables/LayoutComponentService.html","title":"injectable - LayoutComponentService","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n LayoutComponentService\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/lib/layout/layout.component.service.ts\n \n\n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n Readonly\n collapsable\n \n \n Public\n Readonly\n fixedBottomGap\n \n \n Public\n Readonly\n fixedTopGap\n \n \n Public\n Readonly\n footerComponentService\n \n \n Public\n Readonly\n headerComponentService\n \n \n Public\n logo\n \n \n Public\n Readonly\n mode\n \n \n Public\n Readonly\n opened\n \n \n Public\n Readonly\n pinned\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n Public\n toggleOpened\n \n \n Public\n togglePinned\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \n Public\n constructor(footerComponentService: FooterService, headerComponentService: HeaderService, logoConfig: LogoConfig | null, config: ConfigService, mediaMatcher: MediaMatcher)\n \n \n \n \n Defined in src/lib/layout/layout.component.service.ts:35\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n footerComponentService\n \n \n FooterService\n \n \n \n No\n \n \n \n \n headerComponentService\n \n \n HeaderService\n \n \n \n No\n \n \n \n \n logoConfig\n \n \n LogoConfig | null\n \n \n \n No\n \n \n \n \n config\n \n \n ConfigService\n \n \n \n No\n \n \n \n \n mediaMatcher\n \n \n MediaMatcher\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n Public\n toggleOpened\n \n \n \n \n \n \n \n toggleOpened()\n \n \n\n\n \n \n Defined in src/lib/layout/layout.component.service.ts:95\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n Public\n togglePinned\n \n \n \n \n \n \n \n togglePinned()\n \n \n\n\n \n \n Defined in src/lib/layout/layout.component.service.ts:99\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n Readonly\n collapsable\n \n \n \n \n \n \n Type : WritableSignal\n\n \n \n \n \n Defined in src/lib/layout/layout.component.service.ts:31\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n Readonly\n fixedBottomGap\n \n \n \n \n \n \n Type : Signal\n\n \n \n \n \n Defined in src/lib/layout/layout.component.service.ts:32\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n Readonly\n fixedTopGap\n \n \n \n \n \n \n Type : Signal\n\n \n \n \n \n Defined in src/lib/layout/layout.component.service.ts:33\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n Readonly\n footerComponentService\n \n \n \n \n \n \n Type : FooterService\n\n \n \n \n \n Defined in src/lib/layout/layout.component.service.ts:39\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n Readonly\n headerComponentService\n \n \n \n \n \n \n Type : HeaderService\n\n \n \n \n \n Defined in src/lib/layout/layout.component.service.ts:40\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n logo\n \n \n \n \n \n \n Type : LogoConfig\n\n \n \n \n \n Defined in src/lib/layout/layout.component.service.ts:26\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n Readonly\n mode\n \n \n \n \n \n \n Type : WritableSignal\n\n \n \n \n \n Defined in src/lib/layout/layout.component.service.ts:29\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n Readonly\n opened\n \n \n \n \n \n \n Type : WritableSignal\n\n \n \n \n \n Defined in src/lib/layout/layout.component.service.ts:28\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n Readonly\n pinned\n \n \n \n \n \n \n Type : WritableSignal\n\n \n \n \n \n Defined in src/lib/layout/layout.component.service.ts:30\n \n \n\n\n \n \n\n\n \n\n\n \n import { MediaMatcher } from '@angular/cdk/layout';\nimport {\n computed,\n effect,\n Inject,\n Injectable,\n Optional,\n signal,\n Signal,\n WritableSignal,\n} from '@angular/core';\nimport { toSignal } from '@angular/core/rxjs-interop';\nimport { MatDrawerMode } from '@angular/material/sidenav';\nimport { ConfigService } from '@rxap/config';\nimport { ObserveCurrentThemeDensity } from '@rxap/ngx-theme';\nimport {\n FooterService,\n HeaderService,\n} from '@rxap/services';\nimport { RXAP_LOGO_CONFIG } from '../tokens';\nimport { LogoConfig } from '../types';\n\n@Injectable({ providedIn: 'root' })\nexport class LayoutComponentService {\n\n public logo: LogoConfig;\n\n public readonly opened: WritableSignal;\n public readonly mode: WritableSignal;\n public readonly pinned: WritableSignal;\n public readonly collapsable: WritableSignal;\n public readonly fixedBottomGap: Signal;\n public readonly fixedTopGap: Signal;\n\n private readonly currentThemeDensity = toSignal(ObserveCurrentThemeDensity());\n\n\n public constructor(\n public readonly footerComponentService: FooterService,\n public readonly headerComponentService: HeaderService,\n @Optional() @Inject(RXAP_LOGO_CONFIG) logoConfig: LogoConfig | null = null,\n @Inject(ConfigService)\n private readonly config: ConfigService,\n mediaMatcher: MediaMatcher,\n ) {\n const mobileQuery = mediaMatcher.matchMedia('(max-width: 959px)');\n const mobile = mobileQuery.matches;\n const initialCollapsable = this.config.get('navigation.collapsable', true);\n const collapsable = initialCollapsable && !mobile;\n const pinned = this.config.get('navigation.pinned', false);\n const mode = this.config.get('navigation.mode', pinned || !collapsable ? 'side' : 'over');\n const opened = this.config.get('navigation.opened', (!collapsable || pinned) && !mobile);\n\n this.opened = signal(opened);\n this.mode = signal(mode);\n this.pinned = signal(pinned);\n this.collapsable = signal(collapsable);\n\n this.fixedBottomGap = computed(() => this.footerComponentService.portalCount() * (\n 64 + (\n this.currentThemeDensity() ?? 0\n ) * 4\n ));\n this.fixedTopGap = computed(() => this.headerComponentService.componentCount() * (\n 64 + (\n this.currentThemeDensity() ?? 0\n ) * 4\n ));\n\n this.logo = logoConfig ?? {\n src: 'assets/logo.png',\n width: 192,\n };\n mobileQuery.addEventListener('change', (event) => {\n if (initialCollapsable) {\n this.collapsable.set(!event.matches);\n if (this.collapsable()) {\n if (!this.pinned()) {\n this.opened.set(false);\n }\n }\n }\n });\n effect(() => {\n if (this.pinned()) {\n this.mode.set('side');\n this.opened.set(true);\n } else {\n this.mode.set('over');\n this.opened.set(false);\n }\n }, { allowSignalWrites: true });\n }\n\n public toggleOpened() {\n this.opened.set(!this.opened());\n }\n\n public togglePinned() {\n this.pinned.set(!this.pinned());\n }\n\n}\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/LogoConfig.html":{"url":"interfaces/LogoConfig.html","title":"interface - LogoConfig","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n LogoConfig\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/lib/types.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Optional\n \n height\n \n \n \n Optional\n \n src\n \n \n \n Optional\n \n width\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n height\n \n \n \n \n \n \n \n \n height: number\n\n \n \n\n\n \n \n Type : number\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n src\n \n \n \n \n \n \n \n \n src: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n width\n \n \n \n \n \n \n \n \n width: number\n\n \n \n\n\n \n \n Type : number\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n\n\n \n export interface LogoConfig {\n src?: string;\n width?: number;\n height?: number;\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/NavigationComponent.html":{"url":"components/NavigationComponent.html","title":"component - NavigationComponent","body":"\n \n\n\n\n\n\n Components\n \n NavigationComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/lib/navigation/navigation.component.ts\n\n\n\n\n\n \n Implements\n \n \n OnInit\n OnDestroy\n \n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n \n encapsulation\n ViewEncapsulation.None\n \n\n\n\n\n \n host\n {}\n \n\n\n\n\n\n\n \n selector\n ul[rxap-navigation]\n \n\n \n standalone\n true\n \n\n \n imports\n \n NgFor\n NgIf\n MatDividerModule\n forwardRef(() => NavigationItemComponent)\n AsyncPipe\n \n \n\n \n styleUrls\n ./navigation.component.scss\n \n\n\n\n \n templateUrl\n ./navigation.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n _root\n \n \n \n Public\n Readonly\n sidenav\n \n \n Public\n Optional\n subscription\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n Public\n asNavigationItem\n \n \n Public\n isNavigationDividerItem\n \n \n Public\n isNavigationItem\n \n \n \n \n\n \n \n Inputs\n \n \n \n \n \n \n items\n \n \n level\n \n \n root\n \n \n \n \n\n\n \n \n HostBindings\n \n \n \n \n \n \n class.rxap-root-navigation\n \n \n \n \n\n\n \n \n Accessors\n \n \n \n \n \n \n root\n \n \n \n \n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(navigationService: NavigationService, cdr: ChangeDetectorRef, sidenav: SidenavComponentService)\n \n \n \n \n Defined in src/lib/navigation/navigation.component.ts:56\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n navigationService\n \n \n NavigationService\n \n \n \n No\n \n \n \n \n cdr\n \n \n ChangeDetectorRef\n \n \n \n No\n \n \n \n \n sidenav\n \n \n SidenavComponentService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n Inputs\n \n \n \n \n \n items\n \n \n \n \n Type : Navigation\n\n \n \n \n \n Defined in src/lib/navigation/navigation.component.ts:53\n \n \n \n \n \n \n \n \n \n level\n \n \n \n \n Type : number\n\n \n \n \n \n Default value : 0\n \n \n \n \n Defined in src/lib/navigation/navigation.component.ts:56\n \n \n \n \n \n \n \n \n \n root\n \n \n \n \n Type : boolean | string\n\n \n \n \n \n Defined in src/lib/navigation/navigation.component.ts:72\n \n \n \n \n\n\n \n HostBindings \n \n \n \n \n \n class.rxap-root-navigation\n \n \n \n \n \n \n Type : boolean\n\n \n \n \n \n Default value : false\n \n \n \n \n Defined in src/lib/navigation/navigation.component.ts:69\n \n \n\n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n Public\n asNavigationItem\n \n \n \n \n \n \n \n asNavigationItem(item: NavigationItem | NavigationDividerItem)\n \n \n\n\n \n \n Defined in src/lib/navigation/navigation.component.ts:109\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n item\n \n NavigationItem | NavigationDividerItem\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : NavigationItem\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Public\n isNavigationDividerItem\n \n \n \n \n \n \n \n isNavigationDividerItem(item: NavigationItem | NavigationDividerItem)\n \n \n\n\n \n \n Defined in src/lib/navigation/navigation.component.ts:97\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n item\n \n NavigationItem | NavigationDividerItem\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : NavigationDividerItem\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Public\n isNavigationItem\n \n \n \n \n \n \n \n isNavigationItem(item: NavigationItem | NavigationDividerItem)\n \n \n\n\n \n \n Defined in src/lib/navigation/navigation.component.ts:103\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n item\n \n NavigationItem | NavigationDividerItem\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : NavigationItem\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Public\n _root\n \n \n \n \n \n \n Default value : false\n \n \n \n \n Decorators : \n \n \n @HostBinding('class.rxap-root-navigation')\n \n \n \n \n \n Defined in src/lib/navigation/navigation.component.ts:69\n \n \n\n\n \n \n \n \n \n \n \n \n \n Public\n Readonly\n sidenav\n \n \n \n \n \n \n Type : SidenavComponentService\n\n \n \n \n \n Decorators : \n \n \n @Inject(SidenavComponentService)\n \n \n \n \n \n Defined in src/lib/navigation/navigation.component.ts:64\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n Optional\n subscription\n \n \n \n \n \n \n Type : Subscription\n\n \n \n \n \n Defined in src/lib/navigation/navigation.component.ts:54\n \n \n\n\n \n \n\n\n \n \n Accessors\n \n \n \n \n \n \n root\n \n \n\n\n \n \n setroot(value: boolean | string)\n \n \n \n \n Defined in src/lib/navigation/navigation.component.ts:72\n \n \n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n value\n \n \n boolean | string\n \n \n \n No\n \n \n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n\n\n\n\n \n import {\n AsyncPipe,\n NgFor,\n NgIf,\n} from '@angular/common';\nimport {\n ChangeDetectionStrategy,\n ChangeDetectorRef,\n Component,\n forwardRef,\n HostBinding,\n Inject,\n Input,\n OnDestroy,\n OnInit,\n ViewEncapsulation,\n} from '@angular/core';\nimport { MatDividerModule } from '@angular/material/divider';\nimport { coerceBoolean } from '@rxap/utilities';\nimport { Subscription } from 'rxjs';\nimport { tap } from 'rxjs/operators';\nimport { SidenavComponentService } from '../sidenav/sidenav.component.service';\nimport {\n Navigation,\n NavigationDividerItem,\n NavigationItem,\n} from './navigation-item';\nimport { NavigationItemComponent } from './navigation-item/navigation-item.component';\nimport { NavigationService } from './navigation.service';\n\n@Component({\n // eslint-disable-next-line @angular-eslint/component-selector\n selector: 'ul[rxap-navigation]',\n templateUrl: './navigation.component.html',\n styleUrls: [ './navigation.component.scss' ],\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n standalone: true,\n // eslint-disable-next-line @angular-eslint/no-host-metadata-property\n host: {\n class: 'list-none dark:text-neutral-400 text-neutral-700',\n },\n imports: [\n NgFor,\n NgIf,\n MatDividerModule,\n forwardRef(() => NavigationItemComponent),\n AsyncPipe,\n ],\n})\nexport class NavigationComponent implements OnInit, OnDestroy {\n @Input()\n public items!: Navigation;\n public subscription?: Subscription;\n @Input()\n public level = 0;\n\n constructor(\n @Inject(NavigationService)\n private readonly navigationService: NavigationService,\n @Inject(ChangeDetectorRef)\n private readonly cdr: ChangeDetectorRef,\n @Inject(SidenavComponentService)\n public readonly sidenav: SidenavComponentService,\n ) {\n }\n\n @HostBinding('class.rxap-root-navigation')\n public _root = false;\n\n @Input()\n public set root(value: boolean | '') {\n this._root = coerceBoolean(value);\n }\n\n public ngOnInit(): void {\n if (this._root) {\n this.items = [];\n this.subscription = this.navigationService.config$\n .pipe(\n tap((navigation) => (this.items = navigation)),\n tap(() => this.cdr.detectChanges()),\n )\n .subscribe();\n }\n this.items ??= [];\n }\n\n public ngOnDestroy() {\n this.subscription?.unsubscribe();\n }\n\n // region type save item property\n\n // required to check the type of the item property in the ngFor loop\n\n public isNavigationDividerItem(\n item: NavigationItem | NavigationDividerItem,\n ): item is NavigationDividerItem {\n return (item as any)['divider'];\n }\n\n public isNavigationItem(\n item: NavigationItem | NavigationDividerItem,\n ): item is NavigationItem {\n return !this.isNavigationDividerItem(item);\n }\n\n public asNavigationItem(\n item: NavigationItem | NavigationDividerItem,\n ): NavigationItem {\n if (!this.isNavigationItem(item)) {\n throw new Error('The item is not a NavigationItem');\n }\n return item;\n }\n\n // endregion\n}\n\n \n\n \n \n \n \n \n {{item.title}}\n \n \n \n \n \n\n\n \n\n \n \n ./navigation.component.scss\n \n \n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' {{item.title}} '\n var COMPONENTS = [{'name': 'AppsButtonComponent', 'selector': 'rxap-apps-button'},{'name': 'FooterComponent', 'selector': 'rxap-footer'},{'name': 'HeaderComponent', 'selector': 'rxap-header'},{'name': 'LanguageSelectorComponent', 'selector': 'rxap-language-selector'},{'name': 'LayoutComponent', 'selector': 'rxap-layout'},{'name': 'NavigationComponent', 'selector': 'ul[rxap-navigation]'},{'name': 'NavigationItemComponent', 'selector': 'li[rxap-navigation-item]'},{'name': 'NavigationProgressBarComponent', 'selector': 'rxap-navigation-progress-bar'},{'name': 'ResetButtonComponent', 'selector': 'rxap-reset-button'},{'name': 'SettingsButtonComponent', 'selector': 'rxap-settings-button'},{'name': 'SidenavComponent', 'selector': 'rxap-sidenav'},{'name': 'SidenavToggleButtonComponent', 'selector': 'rxap-sidenav-toggle-button'},{'name': 'SignOutComponent', 'selector': 'rxap-sign-out'},{'name': 'ToggleWindowSidenavButtonComponent', 'selector': 'rxap-toggle-window-sidenav-button'},{'name': 'UserProfileIconComponent', 'selector': 'rxap-user-profile-icon'},{'name': 'VersionComponent', 'selector': 'rxap-version'},{'name': 'WindowContainerSidenavComponent', 'selector': 'rxap-window-container-sidenav'}];\n var DIRECTIVES = [{'name': 'FooterDirective', 'selector': '[rxapFooter]'},{'name': 'SidenavFooterDirective', 'selector': '[rxapSidenavFooter]'},{'name': 'SidenavHeaderDirective', 'selector': '[rxapSidenavHeader]'}];\n var ACTUAL_COMPONENT = {'name': 'NavigationComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/NavigationDividerItem.html":{"url":"interfaces/NavigationDividerItem.html","title":"interface - NavigationDividerItem","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n NavigationDividerItem\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/lib/navigation/navigation-item.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n divider\n \n \n \n Optional\n \n title\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n divider\n \n \n \n \n \n \n \n \n divider: boolean\n\n \n \n\n\n \n \n Type : boolean\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n title\n \n \n \n \n \n \n \n \n title: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n\n\n \n import { IconConfig } from '@rxap/utilities';\nimport {\n AbstractType,\n InjectionToken,\n Type,\n} from '@angular/core';\nimport { Observable } from 'rxjs';\n\nexport type Navigation = Array;\n\nexport type NavigationWithInserts = Array\n | NavigationDividerItem\n | NavigationInsertItem\n>;\n\nexport interface NavigationDividerItem {\n divider: boolean;\n title?: string;\n}\n\nexport function IsNavigationDividerItem(\n item: any,\n): item is NavigationDividerItem {\n return !!item && !!item['divider'];\n}\n\nexport interface NavigationInsertItem {\n insert: string;\n}\n\nexport function IsNavigationInsertItem(\n item: any,\n): item is NavigationInsertItem {\n return !!item && !!item['insert'];\n}\n\nexport interface NavigationStatus {\n isVisible(\n navigationItem: NavigationItem,\n ): Observable | Promise | boolean;\n}\n\nexport interface NavigationItem extends Record {\n routerLink: string[];\n label: string;\n children?: Children;\n icon?: IconConfig;\n status?: Array\n | InjectionToken\n | AbstractType\n >;\n}\n\nexport function IsNavigationItem(item: any): item is NavigationItem {\n return (\n !!item && !!item['routerLink'] && !!item['label']\n );\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/NavigationInsertItem.html":{"url":"interfaces/NavigationInsertItem.html","title":"interface - NavigationInsertItem","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n NavigationInsertItem\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/lib/navigation/navigation-item.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n insert\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n insert\n \n \n \n \n \n \n \n \n insert: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n \n \n\n\n \n import { IconConfig } from '@rxap/utilities';\nimport {\n AbstractType,\n InjectionToken,\n Type,\n} from '@angular/core';\nimport { Observable } from 'rxjs';\n\nexport type Navigation = Array;\n\nexport type NavigationWithInserts = Array\n | NavigationDividerItem\n | NavigationInsertItem\n>;\n\nexport interface NavigationDividerItem {\n divider: boolean;\n title?: string;\n}\n\nexport function IsNavigationDividerItem(\n item: any,\n): item is NavigationDividerItem {\n return !!item && !!item['divider'];\n}\n\nexport interface NavigationInsertItem {\n insert: string;\n}\n\nexport function IsNavigationInsertItem(\n item: any,\n): item is NavigationInsertItem {\n return !!item && !!item['insert'];\n}\n\nexport interface NavigationStatus {\n isVisible(\n navigationItem: NavigationItem,\n ): Observable | Promise | boolean;\n}\n\nexport interface NavigationItem extends Record {\n routerLink: string[];\n label: string;\n children?: Children;\n icon?: IconConfig;\n status?: Array\n | InjectionToken\n | AbstractType\n >;\n}\n\nexport function IsNavigationItem(item: any): item is NavigationItem {\n return (\n !!item && !!item['routerLink'] && !!item['label']\n );\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/NavigationItem.html":{"url":"interfaces/NavigationItem.html","title":"interface - NavigationItem","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n NavigationItem\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/lib/navigation/navigation-item.ts\n \n\n\n\n \n Extends\n \n \n Record\n \n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Optional\n \n children\n \n \n \n Optional\n \n icon\n \n \n \n \n label\n \n \n \n \n routerLink\n \n \n \n Optional\n \n status\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n children\n \n \n \n \n \n \n \n \n children: Children\n\n \n \n\n\n \n \n Type : Children\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n icon\n \n \n \n \n \n \n \n \n icon: IconConfig\n\n \n \n\n\n \n \n Type : IconConfig\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n label\n \n \n \n \n \n \n \n \n label: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n routerLink\n \n \n \n \n \n \n \n \n routerLink: string[]\n\n \n \n\n\n \n \n Type : string[]\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n status\n \n \n \n \n \n \n \n \n status: Array\n\n \n \n\n\n \n \n Type : Array\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n\n\n \n import { IconConfig } from '@rxap/utilities';\nimport {\n AbstractType,\n InjectionToken,\n Type,\n} from '@angular/core';\nimport { Observable } from 'rxjs';\n\nexport type Navigation = Array;\n\nexport type NavigationWithInserts = Array\n | NavigationDividerItem\n | NavigationInsertItem\n>;\n\nexport interface NavigationDividerItem {\n divider: boolean;\n title?: string;\n}\n\nexport function IsNavigationDividerItem(\n item: any,\n): item is NavigationDividerItem {\n return !!item && !!item['divider'];\n}\n\nexport interface NavigationInsertItem {\n insert: string;\n}\n\nexport function IsNavigationInsertItem(\n item: any,\n): item is NavigationInsertItem {\n return !!item && !!item['insert'];\n}\n\nexport interface NavigationStatus {\n isVisible(\n navigationItem: NavigationItem,\n ): Observable | Promise | boolean;\n}\n\nexport interface NavigationItem extends Record {\n routerLink: string[];\n label: string;\n children?: Children;\n icon?: IconConfig;\n status?: Array\n | InjectionToken\n | AbstractType\n >;\n}\n\nexport function IsNavigationItem(item: any): item is NavigationItem {\n return (\n !!item && !!item['routerLink'] && !!item['label']\n );\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/NavigationItemComponent.html":{"url":"components/NavigationItemComponent.html","title":"component - NavigationItemComponent","body":"\n \n\n\n\n\n\n Components\n \n NavigationItemComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/lib/navigation/navigation-item/navigation-item.component.ts\n\n\n\n\n\n \n Implements\n \n \n OnChanges\n OnDestroy\n \n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n \n encapsulation\n ViewEncapsulation.None\n \n\n\n\n\n\n\n\n\n\n\n \n selector\n li[rxap-navigation-item]\n \n\n \n standalone\n true\n \n\n \n imports\n \n RouterLinkActive\n RouterLink\n NgIf\n MatRippleModule\n MatIconModule\n IconDirective\n MatDividerModule\n forwardRef(() => NavigationComponent)\n NgClass\n \n \n\n \n styleUrls\n ./navigation-item.component.scss\n \n\n\n\n \n templateUrl\n ./navigation-item.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n active\n \n \n Public\n children\n \n \n \n Public\n routerLinkActive\n \n \n \n Public\n Readonly\n sidenav\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n Public\n asNavigationItem\n \n \n Public\n isNavigationDividerItem\n \n \n Public\n isNavigationItem\n \n \n \n \n\n \n \n Inputs\n \n \n \n \n \n \n item\n \n \n level\n \n \n \n \n\n\n \n \n HostBindings\n \n \n \n \n \n \n class.active\n \n \n \n \n\n\n \n \n Accessors\n \n \n \n \n \n \n isActive\n \n \n \n \n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(router: Router, sidenav: SidenavComponentService, elementRef: ElementRef, renderer: Renderer2, overlay: Overlay, viewContainerRef: ViewContainerRef)\n \n \n \n \n Defined in src/lib/navigation/navigation-item/navigation-item.component.ts:122\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n router\n \n \n Router\n \n \n \n No\n \n \n \n \n sidenav\n \n \n SidenavComponentService\n \n \n \n No\n \n \n \n \n elementRef\n \n \n ElementRef\n \n \n \n No\n \n \n \n \n renderer\n \n \n Renderer2\n \n \n \n No\n \n \n \n \n overlay\n \n \n Overlay\n \n \n \n No\n \n \n \n \n viewContainerRef\n \n \n ViewContainerRef\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n Inputs\n \n \n \n \n \n item\n \n \n \n \n Type : NavigationItem\n\n \n \n \n \n Required : true\n \n \n \n \n Defined in src/lib/navigation/navigation-item/navigation-item.component.ts:108\n \n \n \n \n \n \n \n \n \n level\n \n \n \n \n Type : number\n\n \n \n \n \n Default value : 0\n \n \n \n \n Defined in src/lib/navigation/navigation-item/navigation-item.component.ts:98\n \n \n \n \n\n\n \n HostBindings \n \n \n \n \n \n class.active\n \n \n \n \n \n \n Type : boolean\n\n \n \n \n \n Defined in src/lib/navigation/navigation-item/navigation-item.component.ts:113\n \n \n\n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n Public\n asNavigationItem\n \n \n \n \n \n \n \n asNavigationItem(item: NavigationItem | NavigationDividerItem)\n \n \n\n\n \n \n Defined in src/lib/navigation/navigation-item/navigation-item.component.ts:199\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n item\n \n NavigationItem | NavigationDividerItem\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : NavigationItem\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Public\n isNavigationDividerItem\n \n \n \n \n \n \n \n isNavigationDividerItem(item: NavigationItem | NavigationDividerItem)\n \n \n\n\n \n \n Defined in src/lib/navigation/navigation-item/navigation-item.component.ts:187\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n item\n \n NavigationItem | NavigationDividerItem\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : NavigationDividerItem\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Public\n isNavigationItem\n \n \n \n \n \n \n \n isNavigationItem(item: NavigationItem | NavigationDividerItem)\n \n \n\n\n \n \n Defined in src/lib/navigation/navigation-item/navigation-item.component.ts:193\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n item\n \n NavigationItem | NavigationDividerItem\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : NavigationItem\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n active\n \n \n \n \n \n \n Default value : signal(false)\n \n \n \n \n Defined in src/lib/navigation/navigation-item/navigation-item.component.ts:110\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n children\n \n \n \n \n \n \n Type : Navigation | null\n\n \n \n \n \n Default value : null\n \n \n \n \n Defined in src/lib/navigation/navigation-item/navigation-item.component.ts:102\n \n \n\n\n \n \n \n \n \n \n \n \n \n Public\n routerLinkActive\n \n \n \n \n \n \n Type : RouterLinkActive\n\n \n \n \n \n Decorators : \n \n \n @ViewChild(RouterLinkActive, {static: true})\n \n \n \n \n \n Defined in src/lib/navigation/navigation-item/navigation-item.component.ts:105\n \n \n\n\n \n \n \n \n \n \n \n \n \n Public\n Readonly\n sidenav\n \n \n \n \n \n \n Type : SidenavComponentService\n\n \n \n \n \n Decorators : \n \n \n @Inject(SidenavComponentService)\n \n \n \n \n \n Defined in src/lib/navigation/navigation-item/navigation-item.component.ts:128\n \n \n\n\n \n \n\n\n \n \n Accessors\n \n \n \n \n \n \n isActive\n \n \n\n \n \n getisActive()\n \n \n \n \n Defined in src/lib/navigation/navigation-item/navigation-item.component.ts:113\n \n \n\n \n \n setisActive(value: boolean)\n \n \n \n \n Defined in src/lib/navigation/navigation-item/navigation-item.component.ts:117\n \n \n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n value\n \n \n boolean\n \n \n \n No\n \n \n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n\n\n\n\n \n import {\n ChangeDetectionStrategy,\n Component,\n ElementRef,\n forwardRef,\n HostBinding,\n Inject,\n Input,\n OnChanges,\n OnDestroy,\n Renderer2,\n signal,\n SimpleChanges,\n ViewChild,\n ViewContainerRef,\n ViewEncapsulation,\n} from '@angular/core';\nimport { Required } from '@rxap/utilities';\nimport {\n animate,\n style,\n transition,\n trigger,\n} from '@angular/animations';\nimport {\n NavigationEnd,\n Router,\n RouterLink,\n RouterLinkActive,\n} from '@angular/router';\nimport {\n debounceTime,\n Subscription,\n} from 'rxjs';\nimport {\n filter,\n startWith,\n tap,\n} from 'rxjs/operators';\nimport { Overlay } from '@angular/cdk/overlay';\nimport { SidenavComponentService } from '../../sidenav/sidenav.component.service';\nimport { NavigationComponent } from '../navigation.component';\nimport { MatDividerModule } from '@angular/material/divider';\nimport { IconDirective } from '@rxap/material-directives/icon';\nimport { MatIconModule } from '@angular/material/icon';\nimport { MatRippleModule } from '@angular/material/core';\nimport {\n NgClass,\n NgIf,\n} from '@angular/common';\nimport {\n Navigation,\n NavigationDividerItem,\n NavigationItem,\n} from '../navigation-item';\n\n@Component({\n // eslint-disable-next-line @angular-eslint/component-selector\n selector: 'li[rxap-navigation-item]',\n templateUrl: './navigation-item.component.html',\n styleUrls: [ './navigation-item.component.scss' ],\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n animations: [\n trigger('sub-nav', [\n transition(':enter', [\n style({\n display: 'block',\n height: '0',\n overflow: 'hidden',\n }),\n animate(150, style({ height: '*' })),\n ]),\n transition(':leave', [\n style({ overflow: 'hidden' }),\n animate(300, style({ height: '0' })),\n style({ display: 'none' }),\n ]),\n ]),\n ],\n standalone: true,\n imports: [\n RouterLinkActive,\n RouterLink,\n NgIf,\n MatRippleModule,\n MatIconModule,\n IconDirective,\n MatDividerModule,\n forwardRef(() => NavigationComponent),\n NgClass,\n ],\n})\nexport class NavigationItemComponent\n implements OnChanges, OnDestroy {\n\n @Input()\n public level = 0;\n\n private _isActive = false;\n\n public children: Navigation | null = null;\n\n @ViewChild(RouterLinkActive, { static: true })\n public routerLinkActive!: RouterLinkActive;\n\n @Input({ required: true })\n public item!: NavigationItem;\n\n public active = signal(false);\n\n @HostBinding('class.active')\n get isActive(): boolean {\n return this._isActive;\n }\n\n set isActive(value: boolean) {\n this._isActive = value;\n this.active.set(value);\n }\n\n private readonly _subscription = new Subscription();\n\n constructor(\n @Inject(Router)\n private readonly router: Router,\n @Inject(SidenavComponentService)\n public readonly sidenav: SidenavComponentService,\n @Inject(ElementRef)\n private readonly elementRef: ElementRef,\n @Inject(Renderer2)\n private readonly renderer: Renderer2,\n @Inject(Overlay)\n private readonly overlay: Overlay,\n @Inject(ViewContainerRef)\n private readonly viewContainerRef: ViewContainerRef,\n ) {\n }\n\n public ngOnChanges(changes: SimpleChanges) {\n if (changes['item']) {\n const item: NavigationItem = changes['item'].currentValue;\n this.children =\n item.children && item.children.length ? item.children : null;\n }\n }\n\n public ngAfterViewInit() {\n this._subscription.add(\n this.router.events\n .pipe(\n filter((event) => event instanceof NavigationEnd),\n debounceTime(100),\n startWith(true),\n tap(() => {\n let isActive = true;\n const urlParts = this.router.url.split('/');\n if (urlParts[0] === '') {\n urlParts[0] = '/';\n }\n for (let i = 0; i \n \n\n \n \n \n \n {{ item.label }}\n \n \n \n\n \n\n \n\n \n \n\n \n\n \n\n\n \n\n \n \n ./navigation-item.component.scss\n \n \n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' {{ item.label }} '\n var COMPONENTS = [{'name': 'AppsButtonComponent', 'selector': 'rxap-apps-button'},{'name': 'FooterComponent', 'selector': 'rxap-footer'},{'name': 'HeaderComponent', 'selector': 'rxap-header'},{'name': 'LanguageSelectorComponent', 'selector': 'rxap-language-selector'},{'name': 'LayoutComponent', 'selector': 'rxap-layout'},{'name': 'NavigationComponent', 'selector': 'ul[rxap-navigation]'},{'name': 'NavigationItemComponent', 'selector': 'li[rxap-navigation-item]'},{'name': 'NavigationProgressBarComponent', 'selector': 'rxap-navigation-progress-bar'},{'name': 'ResetButtonComponent', 'selector': 'rxap-reset-button'},{'name': 'SettingsButtonComponent', 'selector': 'rxap-settings-button'},{'name': 'SidenavComponent', 'selector': 'rxap-sidenav'},{'name': 'SidenavToggleButtonComponent', 'selector': 'rxap-sidenav-toggle-button'},{'name': 'SignOutComponent', 'selector': 'rxap-sign-out'},{'name': 'ToggleWindowSidenavButtonComponent', 'selector': 'rxap-toggle-window-sidenav-button'},{'name': 'UserProfileIconComponent', 'selector': 'rxap-user-profile-icon'},{'name': 'VersionComponent', 'selector': 'rxap-version'},{'name': 'WindowContainerSidenavComponent', 'selector': 'rxap-window-container-sidenav'}];\n var DIRECTIVES = [{'name': 'FooterDirective', 'selector': '[rxapFooter]'},{'name': 'SidenavFooterDirective', 'selector': '[rxapSidenavFooter]'},{'name': 'SidenavHeaderDirective', 'selector': '[rxapSidenavHeader]'}];\n var ACTUAL_COMPONENT = {'name': 'NavigationItemComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/NavigationProgressBarComponent.html":{"url":"components/NavigationProgressBarComponent.html","title":"component - NavigationProgressBarComponent","body":"\n \n\n\n\n\n\n Components\n \n NavigationProgressBarComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/lib/header/navigation-progress-bar/navigation-progress-bar.component.ts\n\n\n\n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n rxap-navigation-progress-bar\n \n\n \n standalone\n true\n \n\n \n imports\n \n NgIf\n MatProgressBarModule\n AsyncPipe\n \n \n\n \n styleUrls\n ./navigation-progress-bar.component.scss\n \n\n\n\n \n templateUrl\n ./navigation-progress-bar.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n navigating$\n \n \n \n Public\n Readonly\n router\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \n Public\n constructor(router: Router)\n \n \n \n \n Defined in src/lib/header/navigation-progress-bar/navigation-progress-bar.component.ts:37\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n router\n \n \n Router\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n\n\n\n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n navigating$\n \n \n \n \n \n \n Type : Observable\n\n \n \n \n \n Defined in src/lib/header/navigation-progress-bar/navigation-progress-bar.component.ts:37\n \n \n\n\n \n \n \n \n \n \n \n \n \n Public\n Readonly\n router\n \n \n \n \n \n \n Type : Router\n\n \n \n \n \n Decorators : \n \n \n @Inject(Router)\n \n \n \n \n \n Defined in src/lib/header/navigation-progress-bar/navigation-progress-bar.component.ts:40\n \n \n\n\n \n \n\n\n\n\n\n \n import {\n ChangeDetectionStrategy,\n Component,\n Inject,\n} from '@angular/core';\nimport { Observable } from 'rxjs';\nimport {\n NavigationCancel,\n NavigationEnd,\n NavigationStart,\n Router,\n} from '@angular/router';\nimport {\n filter,\n map,\n} from 'rxjs/operators';\nimport { MatProgressBarModule } from '@angular/material/progress-bar';\nimport {\n AsyncPipe,\n NgIf,\n} from '@angular/common';\n\n@Component({\n selector: 'rxap-navigation-progress-bar',\n templateUrl: './navigation-progress-bar.component.html',\n styleUrls: [ './navigation-progress-bar.component.scss' ],\n changeDetection: ChangeDetectionStrategy.OnPush,\n standalone: true,\n imports: [\n NgIf,\n MatProgressBarModule,\n AsyncPipe,\n ],\n})\nexport class NavigationProgressBarComponent {\n\n public navigating$: Observable;\n\n public constructor(\n @Inject(Router) public readonly router: Router,\n ) {\n this.navigating$ = this.router.events.pipe(\n filter(\n event =>\n event instanceof NavigationStart ||\n event instanceof NavigationEnd ||\n event instanceof NavigationCancel,\n ),\n map(event => event instanceof NavigationStart),\n );\n }\n\n}\n\n \n\n \n \n\n \n\n \n \n ./navigation-progress-bar.component.scss\n \n \n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ''\n var COMPONENTS = [{'name': 'AppsButtonComponent', 'selector': 'rxap-apps-button'},{'name': 'FooterComponent', 'selector': 'rxap-footer'},{'name': 'HeaderComponent', 'selector': 'rxap-header'},{'name': 'LanguageSelectorComponent', 'selector': 'rxap-language-selector'},{'name': 'LayoutComponent', 'selector': 'rxap-layout'},{'name': 'NavigationComponent', 'selector': 'ul[rxap-navigation]'},{'name': 'NavigationItemComponent', 'selector': 'li[rxap-navigation-item]'},{'name': 'NavigationProgressBarComponent', 'selector': 'rxap-navigation-progress-bar'},{'name': 'ResetButtonComponent', 'selector': 'rxap-reset-button'},{'name': 'SettingsButtonComponent', 'selector': 'rxap-settings-button'},{'name': 'SidenavComponent', 'selector': 'rxap-sidenav'},{'name': 'SidenavToggleButtonComponent', 'selector': 'rxap-sidenav-toggle-button'},{'name': 'SignOutComponent', 'selector': 'rxap-sign-out'},{'name': 'ToggleWindowSidenavButtonComponent', 'selector': 'rxap-toggle-window-sidenav-button'},{'name': 'UserProfileIconComponent', 'selector': 'rxap-user-profile-icon'},{'name': 'VersionComponent', 'selector': 'rxap-version'},{'name': 'WindowContainerSidenavComponent', 'selector': 'rxap-window-container-sidenav'}];\n var DIRECTIVES = [{'name': 'FooterDirective', 'selector': '[rxapFooter]'},{'name': 'SidenavFooterDirective', 'selector': '[rxapSidenavFooter]'},{'name': 'SidenavHeaderDirective', 'selector': '[rxapSidenavHeader]'}];\n var ACTUAL_COMPONENT = {'name': 'NavigationProgressBarComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/NavigationService.html":{"url":"injectables/NavigationService.html","title":"injectable - NavigationService","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n NavigationService\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/lib/navigation/navigation.service.ts\n \n\n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n Readonly\n config$\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n Public\n add\n \n \n Public\n get\n \n \n Public\n has\n \n \n Public\n insert\n \n \n Public\n remove\n \n \n Public\n updateNavigation\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(navigation: any, injector: Injector, inserts: any | null)\n \n \n \n \n Defined in src/lib/navigation/navigation.service.ts:42\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n navigation\n \n \n any\n \n \n \n No\n \n \n \n \n injector\n \n \n Injector\n \n \n \n No\n \n \n \n \n inserts\n \n \n any | null\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n Public\n add\n \n \n \n \n \n \n \n add(id: string, value: NavigationWithInserts, update)\n \n \n\n\n \n \n Defined in src/lib/navigation/navigation.service.ts:85\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Default value\n \n \n \n \n id\n \n string\n \n\n \n No\n \n\n \n \n\n \n \n value\n \n NavigationWithInserts\n \n\n \n No\n \n\n \n \n\n \n \n update\n \n \n\n \n No\n \n\n \n true\n \n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Public\n get\n \n \n \n \n \n \n \n get(id: string)\n \n \n\n\n \n \n Defined in src/lib/navigation/navigation.service.ts:100\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n id\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : NavigationWithInserts | undefined\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Public\n has\n \n \n \n \n \n \n \n has(id: string)\n \n \n\n\n \n \n Defined in src/lib/navigation/navigation.service.ts:96\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n id\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : boolean\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Public\n insert\n \n \n \n \n \n \n use add instead\n \n \n \n \n \n insert(id: string, value: NavigationWithInserts, update)\n \n \n\n\n \n \n Defined in src/lib/navigation/navigation.service.ts:77\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Default value\n \n \n \n \n id\n \n string\n \n\n \n No\n \n\n \n \n\n \n \n value\n \n NavigationWithInserts\n \n\n \n No\n \n\n \n \n\n \n \n update\n \n \n\n \n No\n \n\n \n true\n \n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Public\n remove\n \n \n \n \n \n \n \n remove(id: string, update)\n \n \n\n\n \n \n Defined in src/lib/navigation/navigation.service.ts:104\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Default value\n \n \n \n \n id\n \n string\n \n\n \n No\n \n\n \n \n\n \n \n update\n \n \n\n \n No\n \n\n \n true\n \n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Public\n updateNavigation\n \n \n \n \n \n \n \n updateNavigation()\n \n \n\n\n \n \n Defined in src/lib/navigation/navigation.service.ts:111\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n Readonly\n config$\n \n \n \n \n \n \n Type : Observable\n\n \n \n \n \n Defined in src/lib/navigation/navigation.service.ts:36\n \n \n\n\n \n \n\n\n \n\n\n \n import type { Injector } from '@angular/core';\nimport {\n Inject,\n Injectable,\n INJECTOR,\n Optional,\n} from '@angular/core';\nimport {\n combineLatest,\n from,\n Observable,\n of,\n ReplaySubject,\n} from 'rxjs';\nimport {\n IsNavigationDividerItem,\n IsNavigationInsertItem,\n IsNavigationItem,\n Navigation,\n NavigationDividerItem,\n NavigationItem,\n NavigationWithInserts,\n} from './navigation-item';\nimport {\n RXAP_NAVIGATION_CONFIG,\n RXAP_NAVIGATION_CONFIG_INSERTS,\n} from '../tokens';\nimport {\n catchError,\n map,\n switchMap,\n} from 'rxjs/operators';\n\n@Injectable({ providedIn: 'root' })\nexport class NavigationService {\n public readonly config$: Observable;\n\n private inserts = new Map();\n\n private readonly navigation: NavigationWithInserts;\n\n private readonly navigation$ = new ReplaySubject(1);\n\n constructor(\n @Inject(RXAP_NAVIGATION_CONFIG)\n navigation: any,\n @Inject(INJECTOR)\n private readonly injector: Injector,\n @Optional()\n @Inject(RXAP_NAVIGATION_CONFIG_INSERTS)\n inserts: any | null = null,\n ) {\n if (typeof navigation === 'function') {\n this.navigation = navigation();\n } else {\n this.navigation = navigation;\n }\n if (inserts) {\n Object.entries(inserts).forEach(([ id, insert ]: [ string, any ]) =>\n this.insert(id, insert, false),\n );\n }\n this.updateNavigation();\n this.config$ = this.navigation$.pipe(\n switchMap((navigationWithoutStatusCheck) =>\n this.checkNavigationStatusProviders(navigationWithoutStatusCheck),\n ),\n );\n }\n\n /**\n * @deprecated use add instead\n * @param id\n * @param value\n * @param update\n */\n public insert(\n id: string,\n value: NavigationWithInserts,\n update = true,\n ): void {\n this.add(id, value, update);\n }\n\n public add(\n id: string,\n value: NavigationWithInserts,\n update = true,\n ): void {\n this.inserts.set(id, value);\n if (update) {\n this.updateNavigation();\n }\n }\n\n public has(id: string): boolean {\n return this.inserts.has(id);\n }\n\n public get(id: string): NavigationWithInserts | undefined {\n return this.inserts.get(id);\n }\n\n public remove(id: string, update = true): void {\n this.inserts.delete(id);\n if (update) {\n this.updateNavigation();\n }\n }\n\n public updateNavigation(): void {\n this.navigation$.next(this.replaceInserts(this.navigation));\n }\n\n /**\n * @internal\n * @param navigationItem\n */\n public checkNavigationItemStatusProviders(\n navigationItem: NavigationItem | NavigationDividerItem,\n ): Observable {\n if (IsNavigationDividerItem(navigationItem) || !navigationItem.status) {\n return of(navigationItem);\n }\n const isVisibleArray$: Array> = navigationItem.status\n .map((statusToken) => this.injector.get(\n statusToken))\n .map((status) => {\n const isVisible = status.isVisible(\n navigationItem);\n if (typeof isVisible === 'boolean') {\n return of(isVisible);\n } else {\n return from(isVisible);\n }\n })\n .map(isVisible$ => isVisible$.pipe(catchError(e => {\n console.error('isVisible method failed: ' +\n e.message);\n return of(false);\n })));\n // TODO : dont wait for all status services to complete, but cancel waiting if one returns false\n return combineLatest(isVisibleArray$).pipe(\n map((isVisibleArray) =>\n isVisibleArray.reduce((acc, isVisible) => acc && isVisible, true),\n ),\n map((isVisible) => (isVisible ? navigationItem : null)),\n switchMap((navigationItemOrNull) => {\n if (navigationItemOrNull) {\n if (navigationItemOrNull.children?.length) {\n return this.checkNavigationStatusProviders(\n navigationItemOrNull.children,\n ).pipe(\n map((children) => ({\n ...navigationItemOrNull,\n children,\n })),\n );\n }\n return of(navigationItemOrNull);\n }\n return of(null);\n }),\n );\n }\n\n /**\n * @internal\n * @param navigationItem\n */\n public checkNavigationStatusProviders(\n navigation: Navigation,\n ): Observable {\n return combineLatest(\n navigation.map((navigationItem) =>\n this.checkNavigationItemStatusProviders(navigationItem),\n ),\n ).pipe(\n map((navigationWithNullItems) => {\n const cleanNavigation: Navigation = [];\n\n for (const navigationItem of navigationWithNullItems) {\n if (navigationItem !== null) {\n cleanNavigation.push(navigationItem);\n }\n }\n\n return cleanNavigation;\n }),\n );\n }\n\n private replaceInserts(\n navigationWithInserts: NavigationWithInserts,\n ): Navigation {\n const navigation: Navigation = [];\n\n for (const navigationItem of navigationWithInserts) {\n if (IsNavigationInsertItem(navigationItem)) {\n if (this.inserts.has(navigationItem.insert)) {\n navigation.push(\n ...this.replaceInserts(this.inserts.get(navigationItem.insert)!),\n );\n }\n } else if (IsNavigationItem(navigationItem)) {\n navigation.push({\n ...navigationItem,\n children: this.replaceInserts(navigationItem.children ?? []),\n });\n } else if (IsNavigationDividerItem(navigationItem)) {\n navigation.push(navigationItem);\n }\n }\n\n return navigation;\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/NavigationStatus.html":{"url":"interfaces/NavigationStatus.html","title":"interface - NavigationStatus","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n NavigationStatus\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/lib/navigation/navigation-item.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Methods\n \n \n \n \n \n \n \n isVisible\n \n \n \n \n \n \n \n \n\n \n \n \n Methods\n \n \n \n \n \n \n \n isVisible\n \n \n \n \n \n \nisVisible(navigationItem: NavigationItem)\n \n \n\n\n \n \n Defined in src/lib/navigation/navigation-item.ts:39\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n navigationItem\n \n NavigationItem\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : Observable | Promise | boolean\n\n \n \n \n \n \n \n \n \n\n\n \n\n\n \n import { IconConfig } from '@rxap/utilities';\nimport {\n AbstractType,\n InjectionToken,\n Type,\n} from '@angular/core';\nimport { Observable } from 'rxjs';\n\nexport type Navigation = Array;\n\nexport type NavigationWithInserts = Array\n | NavigationDividerItem\n | NavigationInsertItem\n>;\n\nexport interface NavigationDividerItem {\n divider: boolean;\n title?: string;\n}\n\nexport function IsNavigationDividerItem(\n item: any,\n): item is NavigationDividerItem {\n return !!item && !!item['divider'];\n}\n\nexport interface NavigationInsertItem {\n insert: string;\n}\n\nexport function IsNavigationInsertItem(\n item: any,\n): item is NavigationInsertItem {\n return !!item && !!item['insert'];\n}\n\nexport interface NavigationStatus {\n isVisible(\n navigationItem: NavigationItem,\n ): Observable | Promise | boolean;\n}\n\nexport interface NavigationItem extends Record {\n routerLink: string[];\n label: string;\n children?: Children;\n icon?: IconConfig;\n status?: Array\n | InjectionToken\n | AbstractType\n >;\n}\n\nexport function IsNavigationItem(item: any): item is NavigationItem {\n return (\n !!item && !!item['routerLink'] && !!item['label']\n );\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"pipes/ReplaceRouterPathsPipe.html":{"url":"pipes/ReplaceRouterPathsPipe.html","title":"pipe - ReplaceRouterPathsPipe","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n Pipes\n ReplaceRouterPathsPipe\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n src/lib/navigation/replace-router-paths.pipe.ts\n \n\n\n\n\n \n Metadata\n \n \n \n Name\n replaceRouterPaths\n \n \n Standalone\n true\n \n \n \n \n\n \n \n \n Methods\n \n \n \n \n \n \n \n transform\n \n \n \n \n \n \ntransform(routerLink: string[])\n \n \n\n\n \n \n Defined in src/lib/navigation/replace-router-paths.pipe.ts:18\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n routerLink\n \n string[]\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n rrp\n \n \n \n \n \n \n Type : ReplaceRouterPathsService\n\n \n \n \n \n Defined in src/lib/navigation/replace-router-paths.pipe.ts:14\n \n \n\n\n \n \n\n\n \n\n\n \n import {\n Pipe,\n PipeTransform,\n} from '@angular/core';\nimport { Observable } from 'rxjs';\nimport { ReplaceRouterPathsService } from './replace-router-paths.service';\n\n@Pipe({\n name: 'replaceRouterPaths',\n standalone: true,\n})\nexport class ReplaceRouterPathsPipe implements PipeTransform {\n constructor(\n public rrp: ReplaceRouterPathsService,\n ) {\n }\n\n transform(routerLink: string[]): Observable {\n return this.rrp.transform(routerLink);\n }\n}\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/ReplaceRouterPathsService.html":{"url":"injectables/ReplaceRouterPathsService.html","title":"injectable - ReplaceRouterPathsService","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n ReplaceRouterPathsService\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/lib/navigation/replace-router-paths.service.ts\n \n\n\n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n Public\n transform\n \n \n \n \n\n\n\n\n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n Public\n transform\n \n \n \n \n \n \n \n transform(routerLink: string[])\n \n \n\n\n \n \n Defined in src/lib/navigation/replace-router-paths.service.ts:10\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n routerLink\n \n string[]\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n\n\n \n\n\n \n import { Injectable } from '@angular/core';\nimport {\n Observable,\n of,\n} from 'rxjs';\n\n@Injectable({ providedIn: 'root' })\nexport class ReplaceRouterPathsService {\n\n public transform(routerLink: string[]): Observable {\n return of(routerLink);\n }\n\n}\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/ResetButtonComponent.html":{"url":"components/ResetButtonComponent.html","title":"component - ResetButtonComponent","body":"\n \n\n\n\n\n\n Components\n \n ResetButtonComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/lib/header/reset-button/reset-button.component.ts\n\n\n\n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n rxap-reset-button\n \n\n \n standalone\n true\n \n\n \n imports\n \n MatButtonModule\n MatIconModule\n \n \n\n \n styleUrls\n ./reset-button.component.scss\n \n\n\n\n \n templateUrl\n ./reset-button.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n Readonly\n resetService\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(resetService: ResetService)\n \n \n \n \n Defined in src/lib/header/reset-button/reset-button.component.ts:18\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n resetService\n \n \n ResetService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n\n\n\n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Public\n Readonly\n resetService\n \n \n \n \n \n \n Type : ResetService\n\n \n \n \n \n Decorators : \n \n \n @Inject(ResetService)\n \n \n \n \n \n Defined in src/lib/header/reset-button/reset-button.component.ts:21\n \n \n\n\n \n \n\n\n\n\n\n \n import {\n ChangeDetectionStrategy,\n Component,\n Inject,\n} from '@angular/core';\nimport { ResetService } from '@rxap/services';\nimport { MatIconModule } from '@angular/material/icon';\nimport { MatButtonModule } from '@angular/material/button';\n\n@Component({\n selector: 'rxap-reset-button',\n templateUrl: './reset-button.component.html',\n styleUrls: [ './reset-button.component.scss' ],\n changeDetection: ChangeDetectionStrategy.OnPush,\n standalone: true,\n imports: [ MatButtonModule, MatIconModule ],\n})\nexport class ResetButtonComponent {\n constructor(\n @Inject(ResetService)\n public readonly resetService: ResetService,\n ) {\n }\n}\n\n \n\n \n \n \n\n\n \n\n \n \n ./reset-button.component.scss\n \n \n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' '\n var COMPONENTS = [{'name': 'AppsButtonComponent', 'selector': 'rxap-apps-button'},{'name': 'FooterComponent', 'selector': 'rxap-footer'},{'name': 'HeaderComponent', 'selector': 'rxap-header'},{'name': 'LanguageSelectorComponent', 'selector': 'rxap-language-selector'},{'name': 'LayoutComponent', 'selector': 'rxap-layout'},{'name': 'NavigationComponent', 'selector': 'ul[rxap-navigation]'},{'name': 'NavigationItemComponent', 'selector': 'li[rxap-navigation-item]'},{'name': 'NavigationProgressBarComponent', 'selector': 'rxap-navigation-progress-bar'},{'name': 'ResetButtonComponent', 'selector': 'rxap-reset-button'},{'name': 'SettingsButtonComponent', 'selector': 'rxap-settings-button'},{'name': 'SidenavComponent', 'selector': 'rxap-sidenav'},{'name': 'SidenavToggleButtonComponent', 'selector': 'rxap-sidenav-toggle-button'},{'name': 'SignOutComponent', 'selector': 'rxap-sign-out'},{'name': 'ToggleWindowSidenavButtonComponent', 'selector': 'rxap-toggle-window-sidenav-button'},{'name': 'UserProfileIconComponent', 'selector': 'rxap-user-profile-icon'},{'name': 'VersionComponent', 'selector': 'rxap-version'},{'name': 'WindowContainerSidenavComponent', 'selector': 'rxap-window-container-sidenav'}];\n var DIRECTIVES = [{'name': 'FooterDirective', 'selector': '[rxapFooter]'},{'name': 'SidenavFooterDirective', 'selector': '[rxapSidenavFooter]'},{'name': 'SidenavHeaderDirective', 'selector': '[rxapSidenavHeader]'}];\n var ACTUAL_COMPONENT = {'name': 'ResetButtonComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/SettingsButtonComponent.html":{"url":"components/SettingsButtonComponent.html","title":"component - SettingsButtonComponent","body":"\n \n\n\n\n\n\n Components\n \n SettingsButtonComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/lib/header/settings-button/settings-button.component.ts\n\n\n\n\n\n \n Implements\n \n \n OnInit\n OnDestroy\n \n\n\n\n Metadata\n \n \n\n\n\n\n\n\n\n\n\n\n\n\n \n selector\n rxap-settings-button\n \n\n \n standalone\n true\n \n\n \n imports\n \n CommonModule\n MatButtonModule\n MatIconModule\n LanguageSelectorComponent\n MatMenuModule\n PortalModule\n \n \n\n \n styleUrls\n ./settings-button.component.scss\n \n\n\n\n \n templateUrl\n ./settings-button.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n Readonly\n availableThemes\n \n \n Public\n Readonly\n availableTypographies\n \n \n Public\n isDevMode\n \n \n items\n \n \n Public\n Readonly\n theme\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n openChangelogDialog\n \n \n previewDensity\n \n \n previewTheme\n \n \n previewTypography\n \n \n restoreDensity\n \n \n restoreTheme\n \n \n restoreTypography\n \n \n setDensity\n \n \n setTheme\n \n \n setTypography\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(theme: ThemeService, route: ActivatedRoute, injector: Injector, changelogService: ChangelogService)\n \n \n \n \n Defined in src/lib/header/settings-button/settings-button.component.ts:54\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n theme\n \n \n ThemeService\n \n \n \n No\n \n \n \n \n route\n \n \n ActivatedRoute\n \n \n \n No\n \n \n \n \n injector\n \n \n Injector\n \n \n \n No\n \n \n \n \n changelogService\n \n \n ChangelogService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n openChangelogDialog\n \n \n \n \n \n \nopenChangelogDialog()\n \n \n\n\n \n \n Defined in src/lib/header/settings-button/settings-button.component.ts:85\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n previewDensity\n \n \n \n \n \n \npreviewDensity(density: ThemeDensity)\n \n \n\n\n \n \n Defined in src/lib/header/settings-button/settings-button.component.ts:89\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n density\n \n ThemeDensity\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n previewTheme\n \n \n \n \n \n \npreviewTheme(theme: string)\n \n \n\n\n \n \n Defined in src/lib/header/settings-button/settings-button.component.ts:113\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n theme\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n previewTypography\n \n \n \n \n \n \npreviewTypography(typography: string)\n \n \n\n\n \n \n Defined in src/lib/header/settings-button/settings-button.component.ts:101\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n typography\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n restoreDensity\n \n \n \n \n \n \nrestoreDensity()\n \n \n\n\n \n \n Defined in src/lib/header/settings-button/settings-button.component.ts:93\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n restoreTheme\n \n \n \n \n \n \nrestoreTheme()\n \n \n\n\n \n \n Defined in src/lib/header/settings-button/settings-button.component.ts:117\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n restoreTypography\n \n \n \n \n \n \nrestoreTypography()\n \n \n\n\n \n \n Defined in src/lib/header/settings-button/settings-button.component.ts:105\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n setDensity\n \n \n \n \n \n \nsetDensity(density: ThemeDensity)\n \n \n\n\n \n \n Defined in src/lib/header/settings-button/settings-button.component.ts:97\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n density\n \n ThemeDensity\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n setTheme\n \n \n \n \n \n \nsetTheme(theme: string)\n \n \n\n\n \n \n Defined in src/lib/header/settings-button/settings-button.component.ts:121\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n theme\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n setTypography\n \n \n \n \n \n \nsetTypography(typography: string)\n \n \n\n\n \n \n Defined in src/lib/header/settings-button/settings-button.component.ts:109\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n typography\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n Readonly\n availableThemes\n \n \n \n \n \n \n Type : string[] | null\n\n \n \n \n \n Defined in src/lib/header/settings-button/settings-button.component.ts:53\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n Readonly\n availableTypographies\n \n \n \n \n \n \n Type : string[] | null\n\n \n \n \n \n Defined in src/lib/header/settings-button/settings-button.component.ts:50\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n isDevMode\n \n \n \n \n \n \n Default value : isDevMode()\n \n \n \n \n Defined in src/lib/header/settings-button/settings-button.component.ts:40\n \n \n\n\n \n \n \n \n \n \n \n \n items\n \n \n \n \n \n \n Default value : signal>>([])\n \n \n \n \n Defined in src/lib/header/settings-button/settings-button.component.ts:41\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n Readonly\n theme\n \n \n \n \n \n \n Type : ThemeService\n\n \n \n \n \n Defined in src/lib/header/settings-button/settings-button.component.ts:57\n \n \n\n\n \n \n\n\n\n\n\n \n import {\n ComponentPortal,\n ComponentType,\n PortalModule,\n} from '@angular/cdk/portal';\nimport { CommonModule } from '@angular/common';\nimport {\n Component,\n Injector,\n isDevMode,\n OnDestroy,\n OnInit,\n signal,\n} from '@angular/core';\nimport { MatButtonModule } from '@angular/material/button';\nimport { MatIconModule } from '@angular/material/icon';\nimport { MatMenuModule } from '@angular/material/menu';\nimport { ActivatedRoute } from '@angular/router';\nimport { ChangelogService } from '@rxap/ngx-changelog';\nimport {\n ThemeDensity,\n ThemeService,\n} from '@rxap/ngx-theme';\nimport { Subscription } from 'rxjs';\nimport {\n map,\n tap,\n} from 'rxjs/operators';\nimport { LanguageSelectorComponent } from '../language-selector/language-selector.component';\n\n@Component({\n selector: 'rxap-settings-button',\n standalone: true,\n imports: [ CommonModule, MatButtonModule, MatIconModule, LanguageSelectorComponent, MatMenuModule, PortalModule ],\n templateUrl: './settings-button.component.html',\n styleUrls: [ './settings-button.component.scss' ],\n})\nexport class SettingsButtonComponent implements OnInit, OnDestroy {\n\n public isDevMode = isDevMode();\n items = signal>>([]);\n private _subscription?: Subscription;\n\n private savePreviewDensityValue = false;\n private currentDensityValue: ThemeDensity | null = null;\n\n private savePreviewTypographyValue = false;\n private currentTypographyValue: string | null = null;\n\n public readonly availableTypographies: string[] | null;\n private savePreviewThemeValue = false;\n\n public readonly availableThemes: string[] | null;\n private currentThemeValue: string | null = null;\n\n constructor(\n public readonly theme: ThemeService,\n private readonly route: ActivatedRoute,\n private readonly injector: Injector,\n private readonly changelogService: ChangelogService,\n ) {\n this.availableThemes = this.theme.getAvailableThemes();\n this.availableTypographies = this.theme.getAvailableTypographies();\n }\n\n ngOnDestroy() {\n this._subscription?.unsubscribe();\n }\n\n ngOnInit() {\n this._subscription = this.route.data.pipe(\n map(data => this.getCustomMenuItems(data)),\n map(items => items.map(item => new ComponentPortal(item, undefined, this.injector))),\n tap(items => this.items.set(items)),\n ).subscribe();\n }\n\n private getCustomMenuItems(data: any): Array> {\n if (data?.layout?.header?.menu?.items?.length) {\n return data.layout.header.menu.items;\n }\n return [];\n }\n\n openChangelogDialog() {\n this.changelogService.showChangelogDialog();\n }\n\n previewDensity(density: ThemeDensity) {\n this.theme.applyDensity(density);\n }\n\n restoreDensity() {\n this.theme.applyDensity(this.theme.density());\n }\n\n setDensity(density: ThemeDensity) {\n this.theme.setDensity(density);\n }\n\n previewTypography(typography: string) {\n this.theme.applyTypography(typography);\n }\n\n restoreTypography() {\n this.theme.applyTypography(this.theme.typography());\n }\n\n setTypography(typography: string) {\n this.theme.setTypography(typography);\n }\n\n previewTheme(theme: string) {\n this.theme.applyTheme(theme);\n }\n\n restoreTheme() {\n this.theme.applyTheme(this.theme.themeName());\n }\n\n setTheme(theme: string) {\n this.theme.setTheme(theme);\n }\n\n}\n\n \n\n \n \n \n\n\n\n \n \n \n Mode\n \n \n \n Theme\n \n \n \n \n What's new\n \n \n \n \n\n\n\n \n \n Density\n \n \n \n Font\n \n \n \n Preset\n \n\n\n\n \n \n Normal\n \n \n \n Dense\n \n \n \n Very Dense\n \n \n \n Extreme Dense\n \n\n\n \n \n {{ typographyName }}\n \n \n\n\n\n \n \n {{ themeName }}\n \n \n\n\n \n\n \n \n ./settings-button.component.scss\n \n \n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' Mode Theme What\\'s new Density Font Preset Normal Dense Very Dense Extreme Dense {{ typographyName }} {{ themeName }} '\n var COMPONENTS = [{'name': 'AppsButtonComponent', 'selector': 'rxap-apps-button'},{'name': 'FooterComponent', 'selector': 'rxap-footer'},{'name': 'HeaderComponent', 'selector': 'rxap-header'},{'name': 'LanguageSelectorComponent', 'selector': 'rxap-language-selector'},{'name': 'LayoutComponent', 'selector': 'rxap-layout'},{'name': 'NavigationComponent', 'selector': 'ul[rxap-navigation]'},{'name': 'NavigationItemComponent', 'selector': 'li[rxap-navigation-item]'},{'name': 'NavigationProgressBarComponent', 'selector': 'rxap-navigation-progress-bar'},{'name': 'ResetButtonComponent', 'selector': 'rxap-reset-button'},{'name': 'SettingsButtonComponent', 'selector': 'rxap-settings-button'},{'name': 'SidenavComponent', 'selector': 'rxap-sidenav'},{'name': 'SidenavToggleButtonComponent', 'selector': 'rxap-sidenav-toggle-button'},{'name': 'SignOutComponent', 'selector': 'rxap-sign-out'},{'name': 'ToggleWindowSidenavButtonComponent', 'selector': 'rxap-toggle-window-sidenav-button'},{'name': 'UserProfileIconComponent', 'selector': 'rxap-user-profile-icon'},{'name': 'VersionComponent', 'selector': 'rxap-version'},{'name': 'WindowContainerSidenavComponent', 'selector': 'rxap-window-container-sidenav'}];\n var DIRECTIVES = [{'name': 'FooterDirective', 'selector': '[rxapFooter]'},{'name': 'SidenavFooterDirective', 'selector': '[rxapSidenavFooter]'},{'name': 'SidenavHeaderDirective', 'selector': '[rxapSidenavHeader]'}];\n var ACTUAL_COMPONENT = {'name': 'SettingsButtonComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/SidenavComponent.html":{"url":"components/SidenavComponent.html","title":"component - SidenavComponent","body":"\n \n\n\n\n\n\n Components\n \n SidenavComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/lib/sidenav/sidenav.component.ts\n\n\n\n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n \n host\n {}\n \n\n\n\n\n\n\n \n selector\n rxap-sidenav\n \n\n \n standalone\n true\n \n\n \n imports\n \n NgClass\n NgIf\n NgTemplateOutlet\n MatDividerModule\n NavigationComponent\n MatButtonModule\n MatIconModule\n AsyncPipe\n \n \n\n \n styleUrls\n ./sidenav.component.scss\n \n\n\n\n \n templateUrl\n ./sidenav.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n Readonly\n sidenav\n \n \n \n Public\n Optional\n sidenavFooterDirective\n \n \n \n Public\n Optional\n sidenavHeaderDirective\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(sidenav: SidenavComponentService)\n \n \n \n \n Defined in src/lib/sidenav/sidenav.component.ts:47\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n sidenav\n \n \n SidenavComponentService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n\n\n\n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n Readonly\n sidenav\n \n \n \n \n \n \n Type : SidenavComponentService\n\n \n \n \n \n Defined in src/lib/sidenav/sidenav.component.ts:49\n \n \n\n\n \n \n \n \n \n \n \n \n \n Public\n Optional\n sidenavFooterDirective\n \n \n \n \n \n \n Type : SidenavFooterDirective\n\n \n \n \n \n Decorators : \n \n \n @ContentChild(SidenavFooterDirective)\n \n \n \n \n \n Defined in src/lib/sidenav/sidenav.component.ts:44\n \n \n\n\n \n \n \n \n \n \n \n \n \n Public\n Optional\n sidenavHeaderDirective\n \n \n \n \n \n \n Type : SidenavHeaderDirective\n\n \n \n \n \n Decorators : \n \n \n @ContentChild(SidenavHeaderDirective)\n \n \n \n \n \n Defined in src/lib/sidenav/sidenav.component.ts:47\n \n \n\n\n \n \n\n\n\n\n\n \n import {\n ChangeDetectionStrategy,\n Component,\n ContentChild,\n} from '@angular/core';\nimport { SidenavFooterDirective } from './sidenav-footer.directive';\nimport { SidenavHeaderDirective } from './sidenav-header.directive';\nimport { SidenavComponentService } from './sidenav.component.service';\nimport { MatIconModule } from '@angular/material/icon';\nimport { MatButtonModule } from '@angular/material/button';\nimport { NavigationComponent } from '../navigation/navigation.component';\nimport { MatDividerModule } from '@angular/material/divider';\nimport {\n AsyncPipe,\n NgClass,\n NgIf,\n NgTemplateOutlet,\n} from '@angular/common';\n\n@Component({\n selector: 'rxap-sidenav',\n templateUrl: './sidenav.component.html',\n styleUrls: [ './sidenav.component.scss' ],\n changeDetection: ChangeDetectionStrategy.OnPush,\n // eslint-disable-next-line @angular-eslint/no-host-metadata-property\n host: {\n class: 'rxap-layout-sidenav',\n },\n standalone: true,\n imports: [\n NgClass,\n NgIf,\n NgTemplateOutlet,\n MatDividerModule,\n NavigationComponent,\n MatButtonModule,\n MatIconModule,\n AsyncPipe,\n ],\n})\nexport class SidenavComponent {\n\n @ContentChild(SidenavFooterDirective)\n public sidenavFooterDirective?: SidenavFooterDirective;\n\n @ContentChild(SidenavHeaderDirective)\n public sidenavHeaderDirective?: SidenavHeaderDirective;\n\n constructor(public readonly sidenav: SidenavComponentService) {\n }\n\n}\n\n \n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n double_arrow\n Collapse sidebar\n \n \n \n \n \n \n \n \n \n\n\n \n\n \n \n ./sidenav.component.scss\n \n .rxap-container {\n height: 100%;\n\n .inner {\n height: 100%;\n\n .header {\n padding-bottom: 12px;\n }\n\n .footer {\n padding-top: 12px;\n }\n\n .nav-container {\n overflow-y: scroll;\n padding-top: 12px;\n\n &::-webkit-scrollbar {\n width: 6px;\n }\n\n /* Track */\n &::-webkit-scrollbar-track {\n border-radius: 2px;\n }\n\n /* Handle */\n &::-webkit-scrollbar-thumb {\n border-radius: 10px;\n }\n\n }\n\n\n }\n\n .sidebar-toggle {\n min-height: 48px;\n\n .sidebar-toggle-inner {\n padding: 0 0;\n }\n\n .arrow {\n transform: rotate(180deg);\n }\n\n &.collapsed {\n\n .arrow {\n transform: initial;\n }\n\n .sidebar-toggle-inner {\n justify-content: space-around !important;\n }\n\n }\n\n }\n\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' double_arrow Collapse sidebar '\n var COMPONENTS = [{'name': 'AppsButtonComponent', 'selector': 'rxap-apps-button'},{'name': 'FooterComponent', 'selector': 'rxap-footer'},{'name': 'HeaderComponent', 'selector': 'rxap-header'},{'name': 'LanguageSelectorComponent', 'selector': 'rxap-language-selector'},{'name': 'LayoutComponent', 'selector': 'rxap-layout'},{'name': 'NavigationComponent', 'selector': 'ul[rxap-navigation]'},{'name': 'NavigationItemComponent', 'selector': 'li[rxap-navigation-item]'},{'name': 'NavigationProgressBarComponent', 'selector': 'rxap-navigation-progress-bar'},{'name': 'ResetButtonComponent', 'selector': 'rxap-reset-button'},{'name': 'SettingsButtonComponent', 'selector': 'rxap-settings-button'},{'name': 'SidenavComponent', 'selector': 'rxap-sidenav'},{'name': 'SidenavToggleButtonComponent', 'selector': 'rxap-sidenav-toggle-button'},{'name': 'SignOutComponent', 'selector': 'rxap-sign-out'},{'name': 'ToggleWindowSidenavButtonComponent', 'selector': 'rxap-toggle-window-sidenav-button'},{'name': 'UserProfileIconComponent', 'selector': 'rxap-user-profile-icon'},{'name': 'VersionComponent', 'selector': 'rxap-version'},{'name': 'WindowContainerSidenavComponent', 'selector': 'rxap-window-container-sidenav'}];\n var DIRECTIVES = [{'name': 'FooterDirective', 'selector': '[rxapFooter]'},{'name': 'SidenavFooterDirective', 'selector': '[rxapSidenavFooter]'},{'name': 'SidenavHeaderDirective', 'selector': '[rxapSidenavHeader]'}];\n var ACTUAL_COMPONENT = {'name': 'SidenavComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/SidenavComponentService.html":{"url":"injectables/SidenavComponentService.html","title":"injectable - SidenavComponentService","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n SidenavComponentService\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/lib/sidenav/sidenav.component.service.ts\n \n\n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n Readonly\n collapsed$\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n Public\n toggleNavigationCollapse\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(config: ConfigService)\n \n \n \n \n Defined in src/lib/sidenav/sidenav.component.service.ts:8\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n config\n \n \n ConfigService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n Public\n toggleNavigationCollapse\n \n \n \n \n \n \n \n toggleNavigationCollapse()\n \n \n\n\n \n \n Defined in src/lib/sidenav/sidenav.component.service.ts:14\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n Readonly\n collapsed$\n \n \n \n \n \n \n Default value : new BehaviorSubject(true)\n \n \n \n \n Defined in src/lib/sidenav/sidenav.component.service.ts:8\n \n \n\n\n \n \n\n\n \n\n\n \n import { Injectable } from '@angular/core';\nimport { BehaviorSubject } from 'rxjs';\nimport { ConfigService } from '@rxap/config';\n\n@Injectable({ providedIn: 'root' })\nexport class SidenavComponentService {\n\n public readonly collapsed$ = new BehaviorSubject(true);\n\n constructor(private readonly config: ConfigService) {\n this.collapsed$.next(this.config.get('navigation.collapsed', this.collapsed$.value));\n }\n\n public toggleNavigationCollapse(): void {\n this.collapsed$.next(!this.collapsed$.value);\n }\n\n}\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"directives/SidenavFooterDirective.html":{"url":"directives/SidenavFooterDirective.html","title":"directive - SidenavFooterDirective","body":"\n \n\n\n\n\n\n\n\n\n Directives\n SidenavFooterDirective\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/lib/sidenav/sidenav-footer.directive.ts\n \n\n\n\n\n\n\n \n Metadata\n \n \n\n \n Selector\n [rxapSidenavFooter]\n \n\n \n Standalone\n true\n \n\n\n\n \n \n \n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n Readonly\n template\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(template: TemplateRef)\n \n \n \n \n Defined in src/lib/sidenav/sidenav-footer.directive.ts:11\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n template\n \n \n TemplateRef\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n\n\n\n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Public\n Readonly\n template\n \n \n \n \n \n \n Type : TemplateRef\n\n \n \n \n \n Decorators : \n \n \n @Inject(TemplateRef)\n \n \n \n \n \n Defined in src/lib/sidenav/sidenav-footer.directive.ts:14\n \n \n\n\n \n \n\n\n\n \n\n\n \n import {\n Directive,\n Inject,\n TemplateRef,\n} from '@angular/core';\n\n@Directive({\n selector: '[rxapSidenavFooter]',\n standalone: true,\n})\nexport class SidenavFooterDirective {\n constructor(\n @Inject(TemplateRef)\n public readonly template: TemplateRef,\n ) {\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"directives/SidenavHeaderDirective.html":{"url":"directives/SidenavHeaderDirective.html","title":"directive - SidenavHeaderDirective","body":"\n \n\n\n\n\n\n\n\n\n Directives\n SidenavHeaderDirective\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/lib/sidenav/sidenav-header.directive.ts\n \n\n\n\n\n\n\n \n Metadata\n \n \n\n \n Selector\n [rxapSidenavHeader]\n \n\n \n Standalone\n true\n \n\n\n\n \n \n \n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n Readonly\n template\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(template: TemplateRef)\n \n \n \n \n Defined in src/lib/sidenav/sidenav-header.directive.ts:11\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n template\n \n \n TemplateRef\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n\n\n\n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Public\n Readonly\n template\n \n \n \n \n \n \n Type : TemplateRef\n\n \n \n \n \n Decorators : \n \n \n @Inject(TemplateRef)\n \n \n \n \n \n Defined in src/lib/sidenav/sidenav-header.directive.ts:14\n \n \n\n\n \n \n\n\n\n \n\n\n \n import {\n Directive,\n Inject,\n TemplateRef,\n} from '@angular/core';\n\n@Directive({\n selector: '[rxapSidenavHeader]',\n standalone: true,\n})\nexport class SidenavHeaderDirective {\n constructor(\n @Inject(TemplateRef)\n public readonly template: TemplateRef,\n ) {\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/SidenavToggleButtonComponent.html":{"url":"components/SidenavToggleButtonComponent.html","title":"component - SidenavToggleButtonComponent","body":"\n \n\n\n\n\n\n Components\n \n SidenavToggleButtonComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/lib/header/sidenav-toggle-button/sidenav-toggle-button.component.ts\n\n\n\n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n rxap-sidenav-toggle-button\n \n\n \n standalone\n true\n \n\n \n imports\n \n MatButtonModule\n NgIf\n MatIconModule\n \n \n\n \n styleUrls\n ./sidenav-toggle-button.component.scss\n \n\n\n\n \n templateUrl\n ./sidenav-toggle-button.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n Readonly\n layoutComponentService\n \n \n Public\n Readonly\n opened\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(layoutComponentService: LayoutComponentService)\n \n \n \n \n Defined in src/lib/header/sidenav-toggle-button/sidenav-toggle-button.component.ts:25\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n layoutComponentService\n \n \n LayoutComponentService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n\n\n\n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n Readonly\n layoutComponentService\n \n \n \n \n \n \n Type : LayoutComponentService\n\n \n \n \n \n Defined in src/lib/header/sidenav-toggle-button/sidenav-toggle-button.component.ts:27\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n Readonly\n opened\n \n \n \n \n \n \n Type : Signal\n\n \n \n \n \n Defined in src/lib/header/sidenav-toggle-button/sidenav-toggle-button.component.ts:25\n \n \n\n\n \n \n\n\n\n\n\n \n import { NgIf } from '@angular/common';\nimport {\n ChangeDetectionStrategy,\n Component,\n Signal,\n} from '@angular/core';\nimport { MatButtonModule } from '@angular/material/button';\nimport { MatIconModule } from '@angular/material/icon';\nimport { LayoutComponentService } from '../../layout/layout.component.service';\n\n@Component({\n selector: 'rxap-sidenav-toggle-button',\n templateUrl: './sidenav-toggle-button.component.html',\n styleUrls: [ './sidenav-toggle-button.component.scss' ],\n changeDetection: ChangeDetectionStrategy.OnPush,\n standalone: true,\n imports: [\n MatButtonModule,\n NgIf,\n MatIconModule,\n ],\n})\nexport class SidenavToggleButtonComponent {\n\n public readonly opened: Signal;\n\n constructor(public readonly layoutComponentService: LayoutComponentService) {\n this.opened = layoutComponentService.opened;\n }\n\n}\n\n \n\n \n \n menu\n menu_open\n\n\n \n\n \n \n ./sidenav-toggle-button.component.scss\n \n \n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' menu menu_open'\n var COMPONENTS = [{'name': 'AppsButtonComponent', 'selector': 'rxap-apps-button'},{'name': 'FooterComponent', 'selector': 'rxap-footer'},{'name': 'HeaderComponent', 'selector': 'rxap-header'},{'name': 'LanguageSelectorComponent', 'selector': 'rxap-language-selector'},{'name': 'LayoutComponent', 'selector': 'rxap-layout'},{'name': 'NavigationComponent', 'selector': 'ul[rxap-navigation]'},{'name': 'NavigationItemComponent', 'selector': 'li[rxap-navigation-item]'},{'name': 'NavigationProgressBarComponent', 'selector': 'rxap-navigation-progress-bar'},{'name': 'ResetButtonComponent', 'selector': 'rxap-reset-button'},{'name': 'SettingsButtonComponent', 'selector': 'rxap-settings-button'},{'name': 'SidenavComponent', 'selector': 'rxap-sidenav'},{'name': 'SidenavToggleButtonComponent', 'selector': 'rxap-sidenav-toggle-button'},{'name': 'SignOutComponent', 'selector': 'rxap-sign-out'},{'name': 'ToggleWindowSidenavButtonComponent', 'selector': 'rxap-toggle-window-sidenav-button'},{'name': 'UserProfileIconComponent', 'selector': 'rxap-user-profile-icon'},{'name': 'VersionComponent', 'selector': 'rxap-version'},{'name': 'WindowContainerSidenavComponent', 'selector': 'rxap-window-container-sidenav'}];\n var DIRECTIVES = [{'name': 'FooterDirective', 'selector': '[rxapFooter]'},{'name': 'SidenavFooterDirective', 'selector': '[rxapSidenavFooter]'},{'name': 'SidenavHeaderDirective', 'selector': '[rxapSidenavHeader]'}];\n var ACTUAL_COMPONENT = {'name': 'SidenavToggleButtonComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/SignOutComponent.html":{"url":"components/SignOutComponent.html","title":"component - SignOutComponent","body":"\n \n\n\n\n\n\n Components\n \n SignOutComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/lib/header/sign-out/sign-out.component.ts\n\n\n\n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n rxap-sign-out\n \n\n \n standalone\n true\n \n\n \n imports\n \n MatButtonModule\n MatIconModule\n \n \n\n \n styleUrls\n ./sign-out.component.scss\n \n\n\n\n \n templateUrl\n ./sign-out.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n Public\n Async\n logout\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(authenticationService: RxapAuthenticationService)\n \n \n \n \n Defined in src/lib/header/sign-out/sign-out.component.ts:17\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n authenticationService\n \n \n RxapAuthenticationService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n Public\n Async\n logout\n \n \n \n \n \n \n \n logout()\n \n \n\n\n \n \n Defined in src/lib/header/sign-out/sign-out.component.ts:24\n \n \n\n\n \n \n\n \n Returns : any\n\n \n \n \n \n \n\n\n\n\n\n \n import {\n ChangeDetectionStrategy,\n Component,\n} from '@angular/core';\nimport { RxapAuthenticationService } from '@rxap/authentication';\nimport { MatIconModule } from '@angular/material/icon';\nimport { MatButtonModule } from '@angular/material/button';\n\n@Component({\n selector: 'rxap-sign-out',\n templateUrl: './sign-out.component.html',\n styleUrls: [ './sign-out.component.scss' ],\n changeDetection: ChangeDetectionStrategy.OnPush,\n standalone: true,\n imports: [ MatButtonModule, MatIconModule ],\n})\nexport class SignOutComponent {\n\n constructor(\n private readonly authenticationService: RxapAuthenticationService,\n ) {\n }\n\n public async logout() {\n await this.authenticationService.signOut();\n }\n\n}\n\n \n\n \n \n \n\n\n \n\n \n \n ./sign-out.component.scss\n \n \n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' '\n var COMPONENTS = [{'name': 'AppsButtonComponent', 'selector': 'rxap-apps-button'},{'name': 'FooterComponent', 'selector': 'rxap-footer'},{'name': 'HeaderComponent', 'selector': 'rxap-header'},{'name': 'LanguageSelectorComponent', 'selector': 'rxap-language-selector'},{'name': 'LayoutComponent', 'selector': 'rxap-layout'},{'name': 'NavigationComponent', 'selector': 'ul[rxap-navigation]'},{'name': 'NavigationItemComponent', 'selector': 'li[rxap-navigation-item]'},{'name': 'NavigationProgressBarComponent', 'selector': 'rxap-navigation-progress-bar'},{'name': 'ResetButtonComponent', 'selector': 'rxap-reset-button'},{'name': 'SettingsButtonComponent', 'selector': 'rxap-settings-button'},{'name': 'SidenavComponent', 'selector': 'rxap-sidenav'},{'name': 'SidenavToggleButtonComponent', 'selector': 'rxap-sidenav-toggle-button'},{'name': 'SignOutComponent', 'selector': 'rxap-sign-out'},{'name': 'ToggleWindowSidenavButtonComponent', 'selector': 'rxap-toggle-window-sidenav-button'},{'name': 'UserProfileIconComponent', 'selector': 'rxap-user-profile-icon'},{'name': 'VersionComponent', 'selector': 'rxap-version'},{'name': 'WindowContainerSidenavComponent', 'selector': 'rxap-window-container-sidenav'}];\n var DIRECTIVES = [{'name': 'FooterDirective', 'selector': '[rxapFooter]'},{'name': 'SidenavFooterDirective', 'selector': '[rxapSidenavFooter]'},{'name': 'SidenavHeaderDirective', 'selector': '[rxapSidenavHeader]'}];\n var ACTUAL_COMPONENT = {'name': 'SignOutComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/ToggleWindowSidenavButtonComponent.html":{"url":"components/ToggleWindowSidenavButtonComponent.html","title":"component - ToggleWindowSidenavButtonComponent","body":"\n \n\n\n\n\n\n Components\n \n ToggleWindowSidenavButtonComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/lib/toggle-window-sidenav-button/toggle-window-sidenav-button.component.ts\n\n\n\n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n \n host\n {}\n \n\n\n\n\n\n\n \n selector\n rxap-toggle-window-sidenav-button\n \n\n \n standalone\n true\n \n\n \n imports\n \n MatButtonModule\n NgIf\n MatIconModule\n \n \n\n \n styleUrls\n ./toggle-window-sidenav-button.component.scss\n \n\n\n\n \n templateUrl\n ./toggle-window-sidenav-button.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n Public\n toggle\n \n \n \n \n\n \n \n Inputs\n \n \n \n \n \n \n openWindowSidenav\n \n \n \n \n\n \n \n Outputs\n \n \n \n \n \n \n openWindowSidenavChange\n \n \n \n \n\n\n\n \n \n\n\n\n \n Inputs\n \n \n \n \n \n openWindowSidenav\n \n \n \n \n Type : boolean\n\n \n \n \n \n Default value : false\n \n \n \n \n Defined in src/lib/toggle-window-sidenav-button/toggle-window-sidenav-button.component.ts:27\n \n \n \n \n\n \n Outputs\n \n \n \n \n \n openWindowSidenavChange\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in src/lib/toggle-window-sidenav-button/toggle-window-sidenav-button.component.ts:30\n \n \n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n Public\n toggle\n \n \n \n \n \n \n \n toggle()\n \n \n\n\n \n \n Defined in src/lib/toggle-window-sidenav-button/toggle-window-sidenav-button.component.ts:32\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n\n\n\n\n\n \n import {\n ChangeDetectionStrategy,\n Component,\n EventEmitter,\n Input,\n Output,\n} from '@angular/core';\nimport { MatIconModule } from '@angular/material/icon';\nimport { NgIf } from '@angular/common';\nimport { MatButtonModule } from '@angular/material/button';\n\n@Component({\n selector: 'rxap-toggle-window-sidenav-button',\n templateUrl: './toggle-window-sidenav-button.component.html',\n styleUrls: [ './toggle-window-sidenav-button.component.scss' ],\n changeDetection: ChangeDetectionStrategy.OnPush,\n // eslint-disable-next-line @angular-eslint/no-host-metadata-property\n host: {\n class: 'rxap-toggle-window-sidenav-button',\n },\n standalone: true,\n imports: [ MatButtonModule, NgIf, MatIconModule ],\n})\nexport class ToggleWindowSidenavButtonComponent {\n\n @Input()\n public openWindowSidenav = false;\n\n @Output()\n public openWindowSidenavChange = new EventEmitter();\n\n public toggle() {\n this.openWindowSidenav = !this.openWindowSidenav;\n this.openWindowSidenavChange.emit(this.openWindowSidenav);\n }\n\n}\n\n \n\n \n \n \n \n \n \n \n \n \n \n\n\n \n\n \n \n ./toggle-window-sidenav-button.component.scss\n \n .toggle-button {\n position: absolute;\n top: 70px;\n right: 0;\n z-index: 10000;\n border-radius: 15px 0px 0px 15px;\n border: 1px solid black;\n background: black;\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' '\n var COMPONENTS = [{'name': 'AppsButtonComponent', 'selector': 'rxap-apps-button'},{'name': 'FooterComponent', 'selector': 'rxap-footer'},{'name': 'HeaderComponent', 'selector': 'rxap-header'},{'name': 'LanguageSelectorComponent', 'selector': 'rxap-language-selector'},{'name': 'LayoutComponent', 'selector': 'rxap-layout'},{'name': 'NavigationComponent', 'selector': 'ul[rxap-navigation]'},{'name': 'NavigationItemComponent', 'selector': 'li[rxap-navigation-item]'},{'name': 'NavigationProgressBarComponent', 'selector': 'rxap-navigation-progress-bar'},{'name': 'ResetButtonComponent', 'selector': 'rxap-reset-button'},{'name': 'SettingsButtonComponent', 'selector': 'rxap-settings-button'},{'name': 'SidenavComponent', 'selector': 'rxap-sidenav'},{'name': 'SidenavToggleButtonComponent', 'selector': 'rxap-sidenav-toggle-button'},{'name': 'SignOutComponent', 'selector': 'rxap-sign-out'},{'name': 'ToggleWindowSidenavButtonComponent', 'selector': 'rxap-toggle-window-sidenav-button'},{'name': 'UserProfileIconComponent', 'selector': 'rxap-user-profile-icon'},{'name': 'VersionComponent', 'selector': 'rxap-version'},{'name': 'WindowContainerSidenavComponent', 'selector': 'rxap-window-container-sidenav'}];\n var DIRECTIVES = [{'name': 'FooterDirective', 'selector': '[rxapFooter]'},{'name': 'SidenavFooterDirective', 'selector': '[rxapSidenavFooter]'},{'name': 'SidenavHeaderDirective', 'selector': '[rxapSidenavHeader]'}];\n var ACTUAL_COMPONENT = {'name': 'ToggleWindowSidenavButtonComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/UserProfileIconComponent.html":{"url":"components/UserProfileIconComponent.html","title":"component - UserProfileIconComponent","body":"\n \n\n\n\n\n\n Components\n \n UserProfileIconComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/lib/header/user-profile-icon/user-profile-icon.component.ts\n\n\n\n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n rxap-user-profile-icon\n \n\n \n standalone\n true\n \n\n \n imports\n \n MatMenuModule\n MatIconModule\n NgIf\n AsyncPipe\n \n \n\n \n styleUrls\n ./user-profile-icon.component.scss\n \n\n\n\n \n templateUrl\n ./user-profile-icon.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n username\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n Public\n Async\n logout\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(userProfileService: UserProfileDataSource, authenticationService: RxapAuthenticationService, extractUsernameFromProfile: ExtractUsernameFromProfileFn)\n \n \n \n \n Defined in src/lib/header/user-profile-icon/user-profile-icon.component.ts:52\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n userProfileService\n \n \n UserProfileDataSource\n \n \n \n No\n \n \n \n \n authenticationService\n \n \n RxapAuthenticationService\n \n \n \n No\n \n \n \n \n extractUsernameFromProfile\n \n \n ExtractUsernameFromProfileFn\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n Public\n Async\n logout\n \n \n \n \n \n \n \n logout()\n \n \n\n\n \n \n Defined in src/lib/header/user-profile-icon/user-profile-icon.component.ts:74\n \n \n\n\n \n \n\n \n Returns : any\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n username\n \n \n \n \n \n \n Type : Signal\n\n \n \n \n \n Defined in src/lib/header/user-profile-icon/user-profile-icon.component.ts:52\n \n \n\n\n \n \n\n\n\n\n\n \n import {\n AsyncPipe,\n NgIf,\n} from '@angular/common';\nimport {\n ChangeDetectionStrategy,\n Component,\n Inject,\n InjectionToken,\n Signal,\n} from '@angular/core';\nimport { toSignal } from '@angular/core/rxjs-interop';\nimport { MatIconModule } from '@angular/material/icon';\nimport { MatMenuModule } from '@angular/material/menu';\nimport { RxapAuthenticationService } from '@rxap/authentication';\nimport { UserProfileDataSource } from '@rxap/ngx-user';\nimport {\n distinctUntilChanged,\n filter,\n skip,\n} from 'rxjs';\nimport {\n map,\n switchMap,\n} from 'rxjs/operators';\n\nexport type ExtractUsernameFromProfileFn = (profile: T) => string | null;\n\nexport const EXTRACT_USERNAME_FROM_PROFILE = new InjectionToken(\n 'extract-username-from-profile',\n {\n providedIn: 'root',\n factory: () => (profile: any) => (profile ? profile.username ?? profile.email ?? profile.name : null) ?? null,\n },\n);\n\n@Component({\n selector: 'rxap-user-profile-icon',\n templateUrl: './user-profile-icon.component.html',\n styleUrls: [ './user-profile-icon.component.scss' ],\n changeDetection: ChangeDetectionStrategy.OnPush,\n standalone: true,\n imports: [\n MatMenuModule,\n MatIconModule,\n NgIf,\n AsyncPipe,\n ],\n})\nexport class UserProfileIconComponent {\n\n public username: Signal;\n\n constructor(\n private readonly userProfileService: UserProfileDataSource,\n private readonly authenticationService: RxapAuthenticationService,\n @Inject(EXTRACT_USERNAME_FROM_PROFILE)\n extractUsernameFromProfile: ExtractUsernameFromProfileFn,\n ) {\n this.username = toSignal(this.authenticationService.isAuthenticated$.pipe(\n filter(Boolean),\n switchMap(() => this.userProfileService.connect({\n viewChange: this.authenticationService.isAuthenticated$.pipe(\n skip(1),\n filter(Boolean),\n distinctUntilChanged(),\n ),\n })),\n filter(Boolean),\n map(extractUsernameFromProfile),\n ), { initialValue: null });\n }\n\n public async logout() {\n await this.authenticationService.signOut();\n }\n\n\n}\n\n \n\n \n \n \n\n\n\n \n \n \n {{username()}}\n \n \n \n \n \n Logout\n \n \n\n\n \n\n \n \n ./user-profile-icon.component.scss\n \n .profile-icon {\n border-radius: 100%;\n border: none;\n height: 32px;\n width: 32px;\n overflow: hidden;\n background-position: center center;\n background-repeat: no-repeat;\n background-size: cover;\n\n .avatar-icon {\n width: 32px;\n height: 32px;\n font-size: 32px;\n }\n\n &:hover {\n cursor: pointer;\n }\n\n &:focus {\n outline: none;\n }\n\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' {{username()}} Logout '\n var COMPONENTS = [{'name': 'AppsButtonComponent', 'selector': 'rxap-apps-button'},{'name': 'FooterComponent', 'selector': 'rxap-footer'},{'name': 'HeaderComponent', 'selector': 'rxap-header'},{'name': 'LanguageSelectorComponent', 'selector': 'rxap-language-selector'},{'name': 'LayoutComponent', 'selector': 'rxap-layout'},{'name': 'NavigationComponent', 'selector': 'ul[rxap-navigation]'},{'name': 'NavigationItemComponent', 'selector': 'li[rxap-navigation-item]'},{'name': 'NavigationProgressBarComponent', 'selector': 'rxap-navigation-progress-bar'},{'name': 'ResetButtonComponent', 'selector': 'rxap-reset-button'},{'name': 'SettingsButtonComponent', 'selector': 'rxap-settings-button'},{'name': 'SidenavComponent', 'selector': 'rxap-sidenav'},{'name': 'SidenavToggleButtonComponent', 'selector': 'rxap-sidenav-toggle-button'},{'name': 'SignOutComponent', 'selector': 'rxap-sign-out'},{'name': 'ToggleWindowSidenavButtonComponent', 'selector': 'rxap-toggle-window-sidenav-button'},{'name': 'UserProfileIconComponent', 'selector': 'rxap-user-profile-icon'},{'name': 'VersionComponent', 'selector': 'rxap-version'},{'name': 'WindowContainerSidenavComponent', 'selector': 'rxap-window-container-sidenav'}];\n var DIRECTIVES = [{'name': 'FooterDirective', 'selector': '[rxapFooter]'},{'name': 'SidenavFooterDirective', 'selector': '[rxapSidenavFooter]'},{'name': 'SidenavHeaderDirective', 'selector': '[rxapSidenavHeader]'}];\n var ACTUAL_COMPONENT = {'name': 'UserProfileIconComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/VersionComponent.html":{"url":"components/VersionComponent.html","title":"component - VersionComponent","body":"\n \n\n\n\n\n\n Components\n \n VersionComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/lib/sidenav/version/version.component.ts\n\n\n\n\n\n \n Implements\n \n \n OnInit\n OnDestroy\n \n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n rxap-version\n \n\n \n standalone\n true\n \n\n \n imports\n \n NgFor\n KeyValuePipe\n \n \n\n \n styleUrls\n ./version.component.scss\n \n\n\n\n \n templateUrl\n ./version.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n modules\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(version: VersionService)\n \n \n \n \n Defined in src/lib/sidenav/version/version.component.ts:35\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n version\n \n \n VersionService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n\n\n\n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n modules\n \n \n \n \n \n \n Type : KeyValue\n\n \n \n \n \n Defined in src/lib/sidenav/version/version.component.ts:33\n \n \n\n\n \n \n\n\n\n\n\n \n import {\n ChangeDetectionStrategy,\n Component,\n Inject,\n OnDestroy,\n OnInit,\n} from '@angular/core';\nimport {\n Version,\n VersionService,\n} from '@rxap/services';\nimport {\n KeyValue,\n Required,\n} from '@rxap/utilities';\nimport { tap } from 'rxjs/operators';\nimport { Subscription } from 'rxjs';\nimport {\n KeyValuePipe,\n NgFor,\n} from '@angular/common';\n\n@Component({\n selector: 'rxap-version',\n templateUrl: './version.component.html',\n styleUrls: [ './version.component.scss' ],\n changeDetection: ChangeDetectionStrategy.OnPush,\n standalone: true,\n imports: [ NgFor, KeyValuePipe ],\n})\nexport class VersionComponent implements OnInit, OnDestroy {\n\n public modules!: KeyValue;\n\n private subscription?: Subscription;\n\n constructor(\n @Inject(VersionService) private version: VersionService,\n ) {\n }\n\n public ngOnInit(): void {\n this.modules = this.version.get();\n this.subscription = this.version.update$.pipe(\n tap(() => this.modules = this.version.get()),\n ).subscribe();\n }\n\n public ngOnDestroy() {\n this.subscription?.unsubscribe();\n }\n\n}\n\n \n\n \n \n \n {{module.value.name}}\n {{module.value.semantic}}\n {{module.value.hash}}\n \n\n\n \n\n \n \n ./version.component.scss\n \n .version {\n width: 100%;\n font-size: 9px;\n padding: 8px;\n\n .name {\n padding-bottom: 12px;\n font-size: 10px;\n }\n\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' {{module.value.name}} {{module.value.semantic}} {{module.value.hash}} '\n var COMPONENTS = [{'name': 'AppsButtonComponent', 'selector': 'rxap-apps-button'},{'name': 'FooterComponent', 'selector': 'rxap-footer'},{'name': 'HeaderComponent', 'selector': 'rxap-header'},{'name': 'LanguageSelectorComponent', 'selector': 'rxap-language-selector'},{'name': 'LayoutComponent', 'selector': 'rxap-layout'},{'name': 'NavigationComponent', 'selector': 'ul[rxap-navigation]'},{'name': 'NavigationItemComponent', 'selector': 'li[rxap-navigation-item]'},{'name': 'NavigationProgressBarComponent', 'selector': 'rxap-navigation-progress-bar'},{'name': 'ResetButtonComponent', 'selector': 'rxap-reset-button'},{'name': 'SettingsButtonComponent', 'selector': 'rxap-settings-button'},{'name': 'SidenavComponent', 'selector': 'rxap-sidenav'},{'name': 'SidenavToggleButtonComponent', 'selector': 'rxap-sidenav-toggle-button'},{'name': 'SignOutComponent', 'selector': 'rxap-sign-out'},{'name': 'ToggleWindowSidenavButtonComponent', 'selector': 'rxap-toggle-window-sidenav-button'},{'name': 'UserProfileIconComponent', 'selector': 'rxap-user-profile-icon'},{'name': 'VersionComponent', 'selector': 'rxap-version'},{'name': 'WindowContainerSidenavComponent', 'selector': 'rxap-window-container-sidenav'}];\n var DIRECTIVES = [{'name': 'FooterDirective', 'selector': '[rxapFooter]'},{'name': 'SidenavFooterDirective', 'selector': '[rxapSidenavFooter]'},{'name': 'SidenavHeaderDirective', 'selector': '[rxapSidenavHeader]'}];\n var ACTUAL_COMPONENT = {'name': 'VersionComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/WindowContainerSidenavComponent.html":{"url":"components/WindowContainerSidenavComponent.html","title":"component - WindowContainerSidenavComponent","body":"\n \n\n\n\n\n\n Components\n \n WindowContainerSidenavComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/lib/window-container-sidenav/window-container-sidenav.component.ts\n\n\n\n\n\n \n Implements\n \n \n OnInit\n OnDestroy\n \n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n rxap-window-container-sidenav\n \n\n \n standalone\n true\n \n\n \n imports\n \n NgFor\n PortalModule\n \n \n\n \n styleUrls\n ./window-container-sidenav.component.scss\n \n\n\n\n \n templateUrl\n ./window-container-sidenav.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n portals\n \n \n \n Public\n Readonly\n service\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n Public\n trackBy\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(service: WindowContainerSidenavService)\n \n \n \n \n Defined in src/lib/window-container-sidenav/window-container-sidenav.component.ts:32\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n service\n \n \n WindowContainerSidenavService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n Public\n trackBy\n \n \n \n \n \n \n \n trackBy(index: number, id: string)\n \n \n\n\n \n \n Defined in src/lib/window-container-sidenav/window-container-sidenav.component.ts:57\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n index\n \n number\n \n\n \n No\n \n\n\n \n \n id\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : string\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n portals\n \n \n \n \n \n \n Default value : new Map>()\n \n \n \n \n Defined in src/lib/window-container-sidenav/window-container-sidenav.component.ts:30\n \n \n\n\n \n \n \n \n \n \n \n \n \n Public\n Readonly\n service\n \n \n \n \n \n \n Type : WindowContainerSidenavService\n\n \n \n \n \n Decorators : \n \n \n @Inject(WindowContainerSidenavService)\n \n \n \n \n \n Defined in src/lib/window-container-sidenav/window-container-sidenav.component.ts:36\n \n \n\n\n \n \n\n\n\n\n\n \n import {\n ChangeDetectionStrategy,\n Component,\n Inject,\n OnDestroy,\n OnInit,\n} from '@angular/core';\nimport {\n ContainerComponent,\n WindowContainerSidenavService,\n} from '@rxap/services';\nimport {\n ComponentPortal,\n PortalModule,\n} from '@angular/cdk/portal';\nimport { tap } from 'rxjs/operators';\nimport { Subscription } from 'rxjs';\nimport { NgFor } from '@angular/common';\n\n@Component({\n selector: 'rxap-window-container-sidenav',\n templateUrl: './window-container-sidenav.component.html',\n styleUrls: [ './window-container-sidenav.component.scss' ],\n changeDetection: ChangeDetectionStrategy.OnPush,\n standalone: true,\n imports: [ NgFor, PortalModule ],\n})\nexport class WindowContainerSidenavComponent implements OnInit, OnDestroy {\n\n public portals = new Map>();\n\n private subscription = new Subscription();\n\n constructor(\n @Inject(WindowContainerSidenavService)\n public readonly service: WindowContainerSidenavService,\n ) {\n }\n\n public ngOnInit(): void {\n const components = this.service.getAll();\n for (const component of components) {\n this.add(component);\n }\n this.subscription.add(this.service.add$.pipe(\n tap(component => this.add(component)),\n ).subscribe());\n this.subscription.add(this.service.remove$.pipe(\n tap(component => this.remove(component)),\n ).subscribe());\n }\n\n public ngOnDestroy() {\n this.subscription.unsubscribe();\n }\n\n public trackBy(index: number, id: string) {\n return id;\n }\n\n private add(component: ContainerComponent) {\n if (this.portals.has(component.id)) {\n throw new Error(`Component portal with id ${ component.id } already exists`);\n }\n const portal = new ComponentPortal(\n component.component,\n component.viewContainerRef,\n component.injector,\n component.componentFactoryResolver,\n );\n this.portals.set(component.id, portal);\n }\n\n private remove(component: ContainerComponent) {\n if (this.portals.has(component.id)) {\n const portal = this.portals.get(component.id)!;\n this.portals.delete(component.id);\n portal.detach();\n }\n }\n\n}\n\n \n\n \n \n\n \n \n \n\n\n\n \n\n \n \n ./window-container-sidenav.component.scss\n \n \n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' '\n var COMPONENTS = [{'name': 'AppsButtonComponent', 'selector': 'rxap-apps-button'},{'name': 'FooterComponent', 'selector': 'rxap-footer'},{'name': 'HeaderComponent', 'selector': 'rxap-header'},{'name': 'LanguageSelectorComponent', 'selector': 'rxap-language-selector'},{'name': 'LayoutComponent', 'selector': 'rxap-layout'},{'name': 'NavigationComponent', 'selector': 'ul[rxap-navigation]'},{'name': 'NavigationItemComponent', 'selector': 'li[rxap-navigation-item]'},{'name': 'NavigationProgressBarComponent', 'selector': 'rxap-navigation-progress-bar'},{'name': 'ResetButtonComponent', 'selector': 'rxap-reset-button'},{'name': 'SettingsButtonComponent', 'selector': 'rxap-settings-button'},{'name': 'SidenavComponent', 'selector': 'rxap-sidenav'},{'name': 'SidenavToggleButtonComponent', 'selector': 'rxap-sidenav-toggle-button'},{'name': 'SignOutComponent', 'selector': 'rxap-sign-out'},{'name': 'ToggleWindowSidenavButtonComponent', 'selector': 'rxap-toggle-window-sidenav-button'},{'name': 'UserProfileIconComponent', 'selector': 'rxap-user-profile-icon'},{'name': 'VersionComponent', 'selector': 'rxap-version'},{'name': 'WindowContainerSidenavComponent', 'selector': 'rxap-window-container-sidenav'}];\n var DIRECTIVES = [{'name': 'FooterDirective', 'selector': '[rxapFooter]'},{'name': 'SidenavFooterDirective', 'selector': '[rxapSidenavFooter]'},{'name': 'SidenavHeaderDirective', 'selector': '[rxapSidenavHeader]'}];\n var ACTUAL_COMPONENT = {'name': 'WindowContainerSidenavComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"changelog.html":{"url":"changelog.html","title":"getting-started - changelog","body":"\n \n\nChange Log\nAll notable changes to this project will be documented in this file.\nSee Conventional Commits for commit guidelines.\n18.0.3-dev.1 (2024-06-21)\nNote: Version bump only for package @rxap/layout\n18.0.3-dev.0 (2024-06-20)\nNote: Version bump only for package @rxap/layout\n18.0.2 (2024-06-18)\nNote: Version bump only for package @rxap/layout\n18.0.2-dev.2 (2024-06-17)\nNote: Version bump only for package @rxap/layout\n18.0.2-dev.1 (2024-06-17)\nNote: Version bump only for package @rxap/layout\n18.0.2-dev.0 (2024-06-05)\nNote: Version bump only for package @rxap/layout\n18.0.1 (2024-05-30)\nNote: Version bump only for package @rxap/layout\n18.0.1-dev.0 (2024-05-30)\nNote: Version bump only for package @rxap/layout\n17.0.1 (2024-05-29)\nNote: Version bump only for package @rxap/layout\n17.0.1-dev.0 (2024-05-29)\nNote: Version bump only for package @rxap/layout\n17.0.1 (2024-05-29)\nNote: Version bump only for package @rxap/layout\n17.0.1-dev.0 (2024-05-29)\nNote: Version bump only for package @rxap/layout\n16.0.3 (2024-05-28)\nNote: Version bump only for package @rxap/layout\n16.0.3-dev.0 (2024-05-28)\nNote: Version bump only for package @rxap/layout\n16.0.2 (2024-05-27)\nNote: Version bump only for package @rxap/layout\n16.0.2-dev.2 (2024-05-27)\nNote: Version bump only for package @rxap/layout\n16.0.2-dev.1 (2024-04-29)\nBug Fixes\n\ndisable theme and font menu point if property is false (2999fac)\nreturn null if explicit set to false (285b99c)\n\n16.0.2-dev.0 (2024-04-28)\nNote: Version bump only for package @rxap/layout\n16.0.1 (2024-04-17)\nNote: Version bump only for package @rxap/layout\n16.0.1-dev.4 (2024-04-09)\nNote: Version bump only for package @rxap/layout\n16.0.1-dev.3 (2024-03-11)\nNote: Version bump only for package @rxap/layout\n16.0.1-dev.2 (2024-03-05)\nNote: Version bump only for package @rxap/layout\n16.0.1-dev.1 (2024-03-04)\nBug Fixes\n\nuse correct tailwind class for hidden (e56611c)\n\n16.0.1-dev.0 (2024-02-09)\nBug Fixes\n\nremove FlexLayout dependency (1fea895)\n\n16.0.0 (2024-02-07)\nNote: Version bump only for package @rxap/layout\n16.0.0-dev.43 (2023-11-23)\nBug Fixes\n\nalways show the selected language (78d02b7)\n\n16.0.0-dev.42 (2023-10-30)\nBug Fixes\n\nonly add lang string if in production (f4b555c)\n\nFeatures\n\nadd getAppUrlOrThrow method (7e0c816)\n\n16.0.0-dev.41 (2023-10-11)\nNote: Version bump only for package @rxap/layout\n16.0.0-dev.40 (2023-10-11)\nNote: Version bump only for package @rxap/layout\n16.0.0-dev.39 (2023-10-11)\nBug Fixes\n\nadd browser-tailwind as imp dep if project has tailwind configuration (3d90660)\nadd licence file to publishable packages (d7de1cb)\napply restored theme config in the correct order (59f9b7e)\nchange overscroll-contain to overscroll-auto (8834055)\nclose sidenav if change to collapsed mode (d42cf01)\ndarkMode property was changed to a single (ed6002e)\ndisable i18n check in development mode (3394767)\nensure min padding for navigation items (2a50b09)\nensure sidenav container is always fulling the screen (706dad3)\nensure the project name is not included in the project tag list (46d4479)\nensure the username is always fully visible (6c8560a)\ngenerate readme with peer dependencies to install (27c2cd7)\nimprove dynamic theme handling (77c62df)\ninitial state issues (80f4aae)\nmove status infiltrator to layout component (7ee22ee)\nmove theme related code to the project angular-theme (c0fd3bc)\nonly add margin to sidenav content if in collapsed mode (96e00c4)\npeer dependency issue (ee95415)\nrefactor user service use (3b30276)\nremove @Required decorator (bcd9988)\nremove css class usage of container (472cc12)\nset default layout header color to undefined (569488a)\nstart user settings theme sync (6049e53)\nsupport advanced settings for layout sidenav (0a4a33d)\nuse authorization service directly (71024c3)\nuse mdi icons (55afb8b)\nuse new angular-theme project (67e9290)\nuse relative path as default (66d39a4)\nuse tailwind to create a bundled theme.css (da870f0)\n\nFeatures\n\nadd changelog button (582830b)\nadd language utility services (4c248be)\nload icons on layout component creation (29a5462)\nrestore theme settings from user settings (fd32708)\nsupport custom menu items for the layout header component (2e2c351)\nsupport dynamic font families and theme density (6a54998)\nsupport dynamic theme configuration (ce4f5c4)\nuse status indicator component (cfdce4e)\n\n16.0.0-dev.38 (2023-10-01)\nBug Fixes\n\nensure sidenav container is always fulling the screen (31c72a1)\n\n16.0.0-dev.37 (2023-09-30)\nBug Fixes\n\napply restored theme config in the correct order (95c5dc0)\n\n16.0.0-dev.36 (2023-09-30)\nBug Fixes\n\ndarkMode property was changed to a single (f497950)\nstart user settings theme sync (14545bf)\n\nFeatures\n\nrestore theme settings from user settings (35d2fef)\n\n16.0.0-dev.35 (2023-09-29)\nBug Fixes\n\nmove theme related code to the project angular-theme (dff497a)\nuse new angular-theme project (4d99def)\n\n16.0.0-dev.34 (2023-09-28)\nBug Fixes\n\nimprove dynamic theme handling (7ffd28b)\n\n16.0.0-dev.33 (2023-09-28)\nFeatures\n\nsupport dynamic font families and theme density (a212366)\nsupport dynamic theme configuration (2c0cf1d)\n\n16.0.0-dev.32 (2023-09-27)\nNote: Version bump only for package @rxap/layout\n16.0.0-dev.31 (2023-09-22)\nBug Fixes\n\ninitial state issues (f390f65)\n\n16.0.0-dev.30 (2023-09-21)\nBug Fixes\n\nchange overscroll-contain to overscroll-auto (0a8db9f)\n\n16.0.0-dev.29 (2023-09-21)\nBug Fixes\n\nclose sidenav if change to collapsed mode (7a35660)\nonly add margin to sidenav content if in collapsed mode (c72febe)\n\n16.0.0-dev.28 (2023-09-21)\nBug Fixes\n\nmove status infiltrator to layout component (1d1f69b)\nsupport advanced settings for layout sidenav (65ff765)\n\n16.0.0-dev.27 (2023-09-19)\nBug Fixes\n\nrefactor user service use (cf553c9)\nuse authorization service directly (35ec333)\n\nFeatures\n\nadd language utility services (96e6785)\n\n16.0.0-dev.26 (2023-09-18)\nBug Fixes\n\nuse relative path as default (42f1a8e)\n\n16.0.0-dev.25 (2023-09-17)\nFeatures\n\nadd changelog button (ccd3b2b)\n\n16.0.0-dev.24 (2023-09-14)\nBug Fixes\n\nremove css class usage of container (9a1969f)\n\n16.0.0-dev.23 (2023-09-12)\nBug Fixes\n\npeer dependency issue (e67e2b8)\n\n16.0.0-dev.22 (2023-09-12)\nNote: Version bump only for package @rxap/layout\n16.0.0-dev.21 (2023-09-07)\nBug Fixes\n\nensure the username is always fully visible (48fc3f5)\n\n16.0.0-dev.20 (2023-09-07)\nNote: Version bump only for package @rxap/layout\n16.0.0-dev.19 (2023-09-03)\nNote: Version bump only for package @rxap/layout\n16.0.0-dev.18 (2023-09-03)\nNote: Version bump only for package @rxap/layout\n16.0.0-dev.17 (2023-09-03)\nBug Fixes\n\nuse mdi icons (abc10a1)\n\nFeatures\n\nload icons on layout component creation (0143fc3)\n\n16.0.0-dev.16 (2023-09-01)\nFeatures\n\nuse status indicator component (a95c8ad)\n\n16.0.0-dev.15 (2023-08-31)\nBug Fixes\n\nensure the project name is not included in the project tag list (b131ac3)\n\n16.0.0-dev.14 (2023-08-24)\nFeatures\n\nsupport custom menu items for the layout header component (97ce8d0)\n\n16.0.0-dev.13 (2023-08-07)\nBug Fixes\n\nset default layout header color to undefined (21b6199)\n\n16.0.0-dev.12 (2023-08-06)\nBug Fixes\n\ndisable i18n check in development mode (69f92d3)\n\n16.0.0-dev.11 (2023-08-06)\nBug Fixes\n\nremove @Required decorator (8df4bf3)\n\n16.0.0-dev.10 (2023-08-04)\nBug Fixes\n\nadd licence file to publishable packages (ca6d4d5)\n\n16.0.0-dev.9 (2023-08-03)\nNote: Version bump only for package @rxap/layout\n16.0.0-dev.8 (2023-08-03)\nBug Fixes\n\nadd browser-tailwind as imp dep if project has tailwind configuration (6ea13c5)\nensure min padding for navigation items (2667fd7)\n\n16.0.0-dev.7 (2023-08-01)\nBug Fixes\n\ngenerate readme with peer dependencies to install (e7039bb)\nuse tailwind to create a bundled theme.css (bfda0dc)\n\n16.0.0-dev.6 (2023-08-01)\nBug Fixes\n\nresolve circular dependency between NavigationItemComponent and NavigationComponent (cc0eece)\nrestructure and merge mono repos packages, schematics, plugins and nest (a057d77)\nupdate package dependency versions (45bd022)\n\n16.0.0-dev.5 (2023-07-20)\nBug Fixes\n\nresolve circular dependency between NavigationItemComponent and NavigationComponent (3e97a5d)\n\n16.0.0-dev.4 (2023-07-10)\nBug Fixes\n\nupdate package dependency versions (8479f5c)\n\n16.0.0-dev.3 (2023-07-10)\nBug Fixes\n\nrestructure and merge mono repos packages, schematics, plugins and nest (653b4cd)\n\n16.0.0-dev.2 (2023-05-31)\nNote: Version bump only for package @rxap/layout\n16.0.0-dev.1 (2023-05-18)\nBug Fixes\n\nupdate rxap packagedependencies (6e12567)\n\n16.0.0-dev.0 (2023-05-18)\nchore\n\nupgrade to nrwl 16.x.x (12dd87e)\n\nBREAKING CHANGES\n\nupgrade nrwl 16.x.x\n\n15.0.0 (2023-05-17)\nchore\n\nupgrade to nrwl 15.x.x (ad95577)\n\nBREAKING CHANGES\n\nupgrade nrwl 15.x.x\n\n14.0.3 (2022-12-14)\nNote: Version bump only for package @rxap/layout\n14.0.2 (2022-12-13)\nNote: Version bump only for package @rxap/layout\n14.0.1 (2022-10-31)\nBug Fixes\n\nremove i18n specific ids (21ef36d)\n\n14.0.0 (2022-09-16)\nchore\n\nupgrade to 14.x.x (66f0719)\n\nBREAKING CHANGES\n\nupgrade to 14.x.x\n\n13.0.0 (2022-09-11)\nNote: Version bump only for package @rxap/layout\n13.0.0-next.3 (2022-03-29)\nNote: Version bump only for package @rxap/layout\n13.0.0-next.2 (2022-03-29)\nNote: Version bump only for package @rxap/layout\n13.0.0-next.1 (2022-03-17)\nBuild System\n\nupgrade to nrwl/angular13.x.x (f8920e7)\n\nBREAKING CHANGES\n\nupdate the core nrwl/angular packages to 13.x.x\n\nSigned-off-by: Merzough Münker mmuenker@digitaix.com\n12.2.3 (2022-02-24)\nBug Fixes\n\nnavigation: expose replace routerpipe (3a2a238)\n\n13.0.0-next.0 (2022-02-19)\nBuild System\n\nupgrade to nrwl/angular13.x.x (f8920e7)\n\nBREAKING CHANGES\n\nupdate the core nrwl/angular packages to 13.x.x\n\nSigned-off-by: Merzough Münker mmuenker@digitaix.com\n12.2.2 (2022-01-28)\nBug Fixes\n\nnavigation: only check children status if childrenexists (8f1d007)\n\n12.2.1 (2022-01-28)\nBug Fixes\n\nnavigation: support custom navigation itemproperties (a085d57)\n\n12.2.0 (2021-09-03)\nNote: Version bump only for package @rxap/layout\n12.2.0-next.0 (2021-08-11)\nBug Fixes\n\ndefault collapse sidenav (346be5d)\n\nFeatures\n\nadd tooltip for collapsed navigationitems (0a5c87b)\n\n12.1.0 (2021-07-22)\nNote: Version bump only for package @rxap/layout\n12.1.0-next.1 (2021-07-21)\nFeatures\n\nnavigate to root after signout (10a64b6)\n\n12.1.0-next.0 (2021-07-21)\nFeatures\n\nnavigate to root after signout (a98e467)\n\n12.0.11-alpha.0 (2021-07-20)\nNote: Version bump only for package @rxap/layout\n12.0.11-next.0 (2021-07-15)\nBug Fixes\n\nset default logo width to192px (cc1e4c2)\n\n12.0.10 (2021-07-12)\nBug Fixes\n\nlayout: fix missing modetype (cf1649a)\n\n12.0.9 (2021-07-09)\nNote: Version bump only for package @rxap/layout\n12.0.9-next.0 (2021-07-09)\nBug Fixes\n\nsplit into rxjs and reflect-metadata subpackages (ab6e325)\n\n12.0.8 (2021-07-09)\nNote: Version bump only for package @rxap/layout\n12.0.8-next.0 (2021-06-29)\nBug Fixes\n\ncollapse styling (e9fe775)\n\n12.0.7 (2021-06-24)\nNote: Version bump only for package @rxap/layout\n12.0.6 (2021-06-23)\nNote: Version bump only for package @rxap/layout\n12.0.5 (2021-06-23)\nNote: Version bump only for package @rxap/layout\n12.0.4 (2021-06-14)\nNote: Version bump only for package @rxap/layout\n12.0.3 (2021-06-09)\nBug Fixes\n\nremove ng-mockspeerDependency (0940f5f)\n\n12.0.2 (2021-06-09)\nBug Fixes\n\nadd readme generator (aca8e49)\n\n12.0.1 (2021-05-24)\nBug Fixes\n\nadd readme generator (aca8e49)\n\n12.0.0 (2021-05-24)\nNote: Version bump only for package @rxap/layout\n11.4.4 (2021-05-04)\nBug Fixes\n\nadd missing i18n tag (5139adb)\n\n11.4.3 (2021-04-30)\nBug Fixes\n\nschematics: update module toesnext (d1e2cd2)\nschematics: update to general schematicstsconfig (83e5f9a)\n\n11.4.2 (2021-04-28)\nBug Fixes\n\nnavigation-item: remove iconpadding (354cce1)\n\n11.4.1 (2021-04-21)\nBug Fixes\n\ntrigger auto redirectmanuel (849e28a)\n\n11.4.0 (2021-04-21)\nFeatures\n\nadd language selector (4204cd4)\n\n11.3.1 (2021-04-21)\nBug Fixes\n\nsuppressed href action (a7874fb)\n\n11.3.0 (2021-04-21)\nFeatures\n\nadd apps button concept (be394b0)\n\n11.2.2 (2021-03-19)\nBug Fixes\n\nupdate peer dependencies (954fde4)\n\n11.2.1 (2021-03-19)\nBug Fixes\n\nupdate peer dependencies (dd22b0c)\n\n11.2.0 (2021-03-19)\nBug Fixes\n\nupdate peer dependencies (2eeb7eb)\nupdate peer dependencies (c7d1267)\n\nFeatures\n\nmv the material directives to the packagerxap/material-directives (d54c5fe)\n\n11.1.1 (2021-03-09)\nNote: Version bump only for package @rxap/layout\n11.1.0 (2021-03-02)\nFeatures\n\nnavigation: add status providersupport (1dba44a)\n\n11.0.4 (2021-02-04)\nNote: Version bump only for package @rxap/layout\n11.0.3 (2021-01-15)\nNote: Version bump only for package @rxap/layout\n11.0.2 (2021-01-12)\nNote: Version bump only for package @rxap/layout\n11.0.1 (2021-01-05)\nNote: Version bump only for package @rxap/layout\n11.0.0 (2021-01-03)\nNote: Version bump only for package @rxap/layout\n10.0.0 (2021-01-03)\nBug Fixes\n\ncustom property keygeneration (b6e6d23)\nSidenavContentComponentService: update footer rowcount (1d2383c)\n\nFeatures\n\nlayout: add collapse sidenavigation (cb2082f)\nlayout: add collapse sidenavigation (069a66b)\nlayout: add collapse side navigationbutton (2873ec4)\nadd FooterDirective (3051ba6)\nsupport for custom root navigation and collapsedclasses (95d3e46)\nsupport for the new footer serviceconcept (4a175e8)\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"dependencies.html":{"url":"dependencies.html","title":"package-dependencies - dependencies","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n Dependencies\n \n \n \n @nx/devkit : 19.3.0\n \n tslib : 2.6.2\n \n\n\n \n \n Peer dependencies\n \n \n \n @angular/animations : ^18.0.1\n \n @angular/cdk : ^18.0.0\n \n @angular/common : ^18.0.1\n \n @angular/core : ^18.0.1\n \n @angular/forms : ^18.0.1\n \n @angular/material : ^18.0.0\n \n @angular/router : ^18.0.1\n \n @rxap/authentication : ^18.0.3-dev.0\n \n @rxap/authorization : ^18.0.3-dev.0\n \n @rxap/browser-utilities : ^1.1.4-dev.0\n \n @rxap/config : ^18.1.1-dev.0\n \n @rxap/data-source : ^18.1.1-dev.0\n \n @rxap/directives : ^18.0.3-dev.0\n \n @rxap/environment : ^18.0.3-dev.0\n \n @rxap/icon : ^18.0.3-dev.0\n \n @rxap/material-directives : ^18.0.3-dev.0\n \n @rxap/ngx-changelog : ^18.0.3-dev.0\n \n @rxap/ngx-localize : ^18.0.3-dev.0\n \n @rxap/ngx-status-check : ^18.0.3-dev.0\n \n @rxap/ngx-theme : ^18.0.3-dev.0\n \n @rxap/ngx-user : ^18.0.3-dev.0\n \n @rxap/services : ^18.0.3-dev.0\n \n @rxap/utilities : ^16.2.4-dev.0\n \n rxjs : ^7.8.1\n \n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"miscellaneous/functions.html":{"url":"miscellaneous/functions.html","title":"miscellaneous-functions - functions","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Miscellaneous\n Functions\n\n\n\n Index\n \n \n \n \n \n \n initGenerator (src/.../generator.ts)\n \n \n IsNavigationDividerItem (src/.../navigation-item.ts)\n \n \n IsNavigationInsertItem (src/.../navigation-item.ts)\n \n \n IsNavigationItem (src/.../navigation-item.ts)\n \n \n \n \n \n \n\n\n src/generators/init/generator.ts\n \n \n \n \n \n \n \n initGenerator\n \n \n \n \n \n \ninitGenerator(tree: Tree, options: InitGeneratorSchema)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n tree\n \n Tree\n \n\n \n No\n \n\n\n \n \n options\n \n InitGeneratorSchema\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n \n src/lib/navigation/navigation-item.ts\n \n \n \n \n \n \n \n IsNavigationDividerItem\n \n \n \n \n \n \nIsNavigationDividerItem(item: any)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n item\n \n any\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : NavigationDividerItem\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n IsNavigationInsertItem\n \n \n \n \n \n \nIsNavigationInsertItem(item: any)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n item\n \n any\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : NavigationInsertItem\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n IsNavigationItem\n \n \n \n \n \n \nIsNavigationItem(item: any)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n item\n \n any\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : NavigationItem\n\n \n \n \n \n \n \n \n \n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"index.html":{"url":"index.html","title":"getting-started - index","body":"\n \n\n@rxap/layout\n\n\n\n\n\n\n\nInstallation\nGenerators\n\nInstallation\nAdd the package to your workspace:\nExample :yarn add @rxap/layoutInstall peer dependencies:\nExample :yarn add @angular/animations@^18.0.1 @angular/cdk@^18.0.0 @angular/common@^18.0.1 @angular/core@^18.0.1 @angular/forms@^18.0.1 @angular/material@^18.0.0 @angular/router@^18.0.1 @rxap/authentication@^18.0.3-dev.0 @rxap/authorization@^18.0.3-dev.0 @rxap/browser-utilities@^1.1.4-dev.0 @rxap/config@^18.1.1-dev.0 @rxap/data-source@^18.1.1-dev.0 @rxap/directives@^18.0.3-dev.0 @rxap/environment@^18.0.3-dev.0 @rxap/icon@^18.0.3-dev.0 @rxap/material-directives@^18.0.3-dev.0 @rxap/ngx-changelog@^18.0.3-dev.0 @rxap/ngx-localize@^18.0.3-dev.0 @rxap/ngx-status-check@^18.0.3-dev.0 @rxap/ngx-theme@^18.0.3-dev.0 @rxap/ngx-user@^18.0.3-dev.0 @rxap/services@^18.0.3-dev.0 @rxap/utilities@^16.2.4-dev.0 rxjs@^7.8.1 Execute the init generator:\nExample :yarn nx g @rxap/layout:initGenerators\ninit\n\nInitialize the package in the workspace\n\nExample :yarn nx g @rxap/layout:init\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"license.html":{"url":"license.html","title":"getting-started - license","body":"\n \n\nExample : GNU GENERAL PUBLIC LICENSE\n Version 3, 29 June 2007 Copyright (C) 2007 Free Software Foundation, Inc. https://fsf.org/\n Everyone is permitted to copy and distribute verbatim copies\n of this license document, but changing it is not allowed.\nExample : Preamble The GNU General Public License is a free, copyleft license for\nsoftware and other kinds of works.\n The licenses for most software and other practical works are designed\nto take away your freedom to share and change the works. By contrast,\nthe GNU General Public License is intended to guarantee your freedom to\nshare and change all versions of a program--to make sure it remains free\nsoftware for all its users. We, the Free Software Foundation, use the\nGNU General Public License for most of our software; it applies also to\nany other work released this way by its authors. You can apply it to\nyour programs, too.\n When we speak of free software, we are referring to freedom, not\nprice. Our General Public Licenses are designed to make sure that you\nhave the freedom to distribute copies of free software (and charge for\nthem if you wish), that you receive source code or can get it if you\nwant it, that you can change the software or use pieces of it in new\nfree programs, and that you know you can do these things.\n To protect your rights, we need to prevent others from denying you\nthese rights or asking you to surrender the rights. Therefore, you have\ncertain responsibilities if you distribute copies of the software, or if\nyou modify it: responsibilities to respect the freedom of others.\n For example, if you distribute copies of such a program, whether\ngratis or for a fee, you must pass on to the recipients the same\nfreedoms that you received. You must make sure that they, too, receive\nor can get the source code. And you must show them these terms so they\nknow their rights.\n Developers that use the GNU GPL protect your rights with two steps:\n(1) assert copyright on the software, and (2) offer you this License\ngiving you legal permission to copy, distribute and/or modify it.\n For the developers' and authors' protection, the GPL clearly explains\nthat there is no warranty for this free software. For both users' and\nauthors' sake, the GPL requires that modified versions be marked as\nchanged, so that their problems will not be attributed erroneously to\nauthors of previous versions.\n Some devices are designed to deny users access to install or run\nmodified versions of the software inside them, although the manufacturer\ncan do so. This is fundamentally incompatible with the aim of\nprotecting users' freedom to change the software. The systematic\npattern of such abuse occurs in the area of products for individuals to\nuse, which is precisely where it is most unacceptable. Therefore, we\nhave designed this version of the GPL to prohibit the practice for those\nproducts. If such problems arise substantially in other domains, we\nstand ready to extend this provision to those domains in future versions\nof the GPL, as needed to protect the freedom of users.\n Finally, every program is threatened constantly by software patents.\nStates should not allow patents to restrict development and use of\nsoftware on general-purpose computers, but in those that do, we wish to\navoid the special danger that patents applied to a free program could\nmake it effectively proprietary. To prevent this, the GPL assures that\npatents cannot be used to render the program non-free.\n The precise terms and conditions for copying, distribution and\nmodification follow.\nExample : TERMS AND CONDITIONS\nDefinitions.\n\n \"This License\" refers to version 3 of the GNU General Public License.\n \"Copyright\" also means copyright-like laws that apply to other kinds of\nworks, such as semiconductor masks.\n \"The Program\" refers to any copyrightable work licensed under this\nLicense. Each licensee is addressed as \"you\". \"Licensees\" and\n\"recipients\" may be individuals or organizations.\n To \"modify\" a work means to copy from or adapt all or part of the work\nin a fashion requiring copyright permission, other than the making of an\nexact copy. The resulting work is called a \"modified version\" of the\nearlier work or a work \"based on\" the earlier work.\n A \"covered work\" means either the unmodified Program or a work based\non the Program.\n To \"propagate\" a work means to do anything with it that, without\npermission, would make you directly or secondarily liable for\ninfringement under applicable copyright law, except executing it on a\ncomputer or modifying a private copy. Propagation includes copying,\ndistribution (with or without modification), making available to the\npublic, and in some countries other activities as well.\n To \"convey\" a work means any kind of propagation that enables other\nparties to make or receive copies. Mere interaction with a user through\na computer network, with no transfer of a copy, is not conveying.\n An interactive user interface displays \"Appropriate Legal Notices\"\nto the extent that it includes a convenient and prominently visible\nfeature that (1) displays an appropriate copyright notice, and (2)\ntells the user that there is no warranty for the work (except to the\nextent that warranties are provided), that licensees may convey the\nwork under this License, and how to view a copy of this License. If\nthe interface presents a list of user commands or options, such as a\nmenu, a prominent item in the list meets this criterion.\n\nSource Code.\n\n The \"source code\" for a work means the preferred form of the work\nfor making modifications to it. \"Object code\" means any non-source\nform of a work.\n A \"Standard Interface\" means an interface that either is an official\nstandard defined by a recognized standards body, or, in the case of\ninterfaces specified for a particular programming language, one that\nis widely used among developers working in that language.\n The \"System Libraries\" of an executable work include anything, other\nthan the work as a whole, that (a) is included in the normal form of\npackaging a Major Component, but which is not part of that Major\nComponent, and (b) serves only to enable use of the work with that\nMajor Component, or to implement a Standard Interface for which an\nimplementation is available to the public in source code form. A\n\"Major Component\", in this context, means a major essential component\n(kernel, window system, and so on) of the specific operating system\n(if any) on which the executable work runs, or a compiler used to\nproduce the work, or an object code interpreter used to run it.\n The \"Corresponding Source\" for a work in object code form means all\nthe source code needed to generate, install, and (for an executable\nwork) run the object code and to modify the work, including scripts to\ncontrol those activities. However, it does not include the work's\nSystem Libraries, or general-purpose tools or generally available free\nprograms which are used unmodified in performing those activities but\nwhich are not part of the work. For example, Corresponding Source\nincludes interface definition files associated with source files for\nthe work, and the source code for shared libraries and dynamically\nlinked subprograms that the work is specifically designed to require,\nsuch as by intimate data communication or control flow between those\nsubprograms and other parts of the work.\n The Corresponding Source need not include anything that users\ncan regenerate automatically from other parts of the Corresponding\nSource.\n The Corresponding Source for a work in source code form is that\nsame work.\n\nBasic Permissions.\n\n All rights granted under this License are granted for the term of\ncopyright on the Program, and are irrevocable provided the stated\nconditions are met. This License explicitly affirms your unlimited\npermission to run the unmodified Program. The output from running a\ncovered work is covered by this License only if the output, given its\ncontent, constitutes a covered work. This License acknowledges your\nrights of fair use or other equivalent, as provided by copyright law.\n You may make, run and propagate covered works that you do not\nconvey, without conditions so long as your license otherwise remains\nin force. You may convey covered works to others for the sole purpose\nof having them make modifications exclusively for you, or provide you\nwith facilities for running those works, provided that you comply with\nthe terms of this License in conveying all material for which you do\nnot control copyright. Those thus making or running the covered works\nfor you must do so exclusively on your behalf, under your direction\nand control, on terms that prohibit them from making any copies of\nyour copyrighted material outside their relationship with you.\n Conveying under any other circumstances is permitted solely under\nthe conditions stated below. Sublicensing is not allowed; section 10\nmakes it unnecessary.\n\nProtecting Users' Legal Rights From Anti-Circumvention Law.\n\n No covered work shall be deemed part of an effective technological\nmeasure under any applicable law fulfilling obligations under article\n11 of the WIPO copyright treaty adopted on 20 December 1996, or\nsimilar laws prohibiting or restricting circumvention of such\nmeasures.\n When you convey a covered work, you waive any legal power to forbid\ncircumvention of technological measures to the extent such circumvention\nis effected by exercising rights under this License with respect to\nthe covered work, and you disclaim any intention to limit operation or\nmodification of the work as a means of enforcing, against the work's\nusers, your or third parties' legal rights to forbid circumvention of\ntechnological measures.\n\nConveying Verbatim Copies.\n\n You may convey verbatim copies of the Program's source code as you\nreceive it, in any medium, provided that you conspicuously and\nappropriately publish on each copy an appropriate copyright notice;\nkeep intact all notices stating that this License and any\nnon-permissive terms added in accord with section 7 apply to the code;\nkeep intact all notices of the absence of any warranty; and give all\nrecipients a copy of this License along with the Program.\n You may charge any price or no price for each copy that you convey,\nand you may offer support or warranty protection for a fee.\n\nConveying Modified Source Versions.\n\n You may convey a work based on the Program, or the modifications to\nproduce it from the Program, in the form of source code under the\nterms of section 4, provided that you also meet all of these conditions:\nExample :a) The work must carry prominent notices stating that you modified\nit, and giving a relevant date.\n\nb) The work must carry prominent notices stating that it is\nreleased under this License and any conditions added under section\n7. This requirement modifies the requirement in section 4 to\n\"keep intact all notices\".\n\nc) You must license the entire work, as a whole, under this\nLicense to anyone who comes into possession of a copy. This\nLicense will therefore apply, along with any applicable section 7\nadditional terms, to the whole of the work, and all its parts,\nregardless of how they are packaged. This License gives no\npermission to license the work in any other way, but it does not\ninvalidate such permission if you have separately received it.\n\nd) If the work has interactive user interfaces, each must display\nAppropriate Legal Notices; however, if the Program has interactive\ninterfaces that do not display Appropriate Legal Notices, your\nwork need not make them do so. A compilation of a covered work with other separate and independent\nworks, which are not by their nature extensions of the covered work,\nand which are not combined with it such as to form a larger program,\nin or on a volume of a storage or distribution medium, is called an\n\"aggregate\" if the compilation and its resulting copyright are not\nused to limit the access or legal rights of the compilation's users\nbeyond what the individual works permit. Inclusion of a covered work\nin an aggregate does not cause this License to apply to the other\nparts of the aggregate.\n\nConveying Non-Source Forms.\n\n You may convey a covered work in object code form under the terms\nof sections 4 and 5, provided that you also convey the\nmachine-readable Corresponding Source under the terms of this License,\nin one of these ways:\nExample :a) Convey the object code in, or embodied in, a physical product\n(including a physical distribution medium), accompanied by the\nCorresponding Source fixed on a durable physical medium\ncustomarily used for software interchange.\n\nb) Convey the object code in, or embodied in, a physical product\n(including a physical distribution medium), accompanied by a\nwritten offer, valid for at least three years and valid for as\nlong as you offer spare parts or customer support for that product\nmodel, to give anyone who possesses the object code either (1) a\ncopy of the Corresponding Source for all the software in the\nproduct that is covered by this License, on a durable physical\nmedium customarily used for software interchange, for a price no\nmore than your reasonable cost of physically performing this\nconveying of source, or (2) access to copy the\nCorresponding Source from a network server at no charge.\n\nc) Convey individual copies of the object code with a copy of the\nwritten offer to provide the Corresponding Source. This\nalternative is allowed only occasionally and noncommercially, and\nonly if you received the object code with such an offer, in accord\nwith subsection 6b.\n\nd) Convey the object code by offering access from a designated\nplace (gratis or for a charge), and offer equivalent access to the\nCorresponding Source in the same way through the same place at no\nfurther charge. You need not require recipients to copy the\nCorresponding Source along with the object code. If the place to\ncopy the object code is a network server, the Corresponding Source\nmay be on a different server (operated by you or a third party)\nthat supports equivalent copying facilities, provided you maintain\nclear directions next to the object code saying where to find the\nCorresponding Source. Regardless of what server hosts the\nCorresponding Source, you remain obligated to ensure that it is\navailable for as long as needed to satisfy these requirements.\n\ne) Convey the object code using peer-to-peer transmission, provided\nyou inform other peers where the object code and Corresponding\nSource of the work are being offered to the general public at no\ncharge under subsection 6d. A separable portion of the object code, whose source code is excluded\nfrom the Corresponding Source as a System Library, need not be\nincluded in conveying the object code work.\n A \"User Product\" is either (1) a \"consumer product\", which means any\ntangible personal property which is normally used for personal, family,\nor household purposes, or (2) anything designed or sold for incorporation\ninto a dwelling. In determining whether a product is a consumer product,\ndoubtful cases shall be resolved in favor of coverage. For a particular\nproduct received by a particular user, \"normally used\" refers to a\ntypical or common use of that class of product, regardless of the status\nof the particular user or of the way in which the particular user\nactually uses, or expects or is expected to use, the product. A product\nis a consumer product regardless of whether the product has substantial\ncommercial, industrial or non-consumer uses, unless such uses represent\nthe only significant mode of use of the product.\n \"Installation Information\" for a User Product means any methods,\nprocedures, authorization keys, or other information required to install\nand execute modified versions of a covered work in that User Product from\na modified version of its Corresponding Source. The information must\nsuffice to ensure that the continued functioning of the modified object\ncode is in no case prevented or interfered with solely because\nmodification has been made.\n If you convey an object code work under this section in, or with, or\nspecifically for use in, a User Product, and the conveying occurs as\npart of a transaction in which the right of possession and use of the\nUser Product is transferred to the recipient in perpetuity or for a\nfixed term (regardless of how the transaction is characterized), the\nCorresponding Source conveyed under this section must be accompanied\nby the Installation Information. But this requirement does not apply\nif neither you nor any third party retains the ability to install\nmodified object code on the User Product (for example, the work has\nbeen installed in ROM).\n The requirement to provide Installation Information does not include a\nrequirement to continue to provide support service, warranty, or updates\nfor a work that has been modified or installed by the recipient, or for\nthe User Product in which it has been modified or installed. Access to a\nnetwork may be denied when the modification itself materially and\nadversely affects the operation of the network or violates the rules and\nprotocols for communication across the network.\n Corresponding Source conveyed, and Installation Information provided,\nin accord with this section must be in a format that is publicly\ndocumented (and with an implementation available to the public in\nsource code form), and must require no special password or key for\nunpacking, reading or copying.\n\nAdditional Terms.\n\n \"Additional permissions\" are terms that supplement the terms of this\nLicense by making exceptions from one or more of its conditions.\nAdditional permissions that are applicable to the entire Program shall\nbe treated as though they were included in this License, to the extent\nthat they are valid under applicable law. If additional permissions\napply only to part of the Program, that part may be used separately\nunder those permissions, but the entire Program remains governed by\nthis License without regard to the additional permissions.\n When you convey a copy of a covered work, you may at your option\nremove any additional permissions from that copy, or from any part of\nit. (Additional permissions may be written to require their own\nremoval in certain cases when you modify the work.) You may place\nadditional permissions on material, added by you to a covered work,\nfor which you have or can give appropriate copyright permission.\n Notwithstanding any other provision of this License, for material you\nadd to a covered work, you may (if authorized by the copyright holders of\nthat material) supplement the terms of this License with terms:\nExample :a) Disclaiming warranty or limiting liability differently from the\nterms of sections 15 and 16 of this License; or\n\nb) Requiring preservation of specified reasonable legal notices or\nauthor attributions in that material or in the Appropriate Legal\nNotices displayed by works containing it; or\n\nc) Prohibiting misrepresentation of the origin of that material, or\nrequiring that modified versions of such material be marked in\nreasonable ways as different from the original version; or\n\nd) Limiting the use for publicity purposes of names of licensors or\nauthors of the material; or\n\ne) Declining to grant rights under trademark law for use of some\ntrade names, trademarks, or service marks; or\n\nf) Requiring indemnification of licensors and authors of that\nmaterial by anyone who conveys the material (or modified versions of\nit) with contractual assumptions of liability to the recipient, for\nany liability that these contractual assumptions directly impose on\nthose licensors and authors. All other non-permissive additional terms are considered \"further\nrestrictions\" within the meaning of section 10. If the Program as you\nreceived it, or any part of it, contains a notice stating that it is\ngoverned by this License along with a term that is a further\nrestriction, you may remove that term. If a license document contains\na further restriction but permits relicensing or conveying under this\nLicense, you may add to a covered work material governed by the terms\nof that license document, provided that the further restriction does\nnot survive such relicensing or conveying.\n If you add terms to a covered work in accord with this section, you\nmust place, in the relevant source files, a statement of the\nadditional terms that apply to those files, or a notice indicating\nwhere to find the applicable terms.\n Additional terms, permissive or non-permissive, may be stated in the\nform of a separately written license, or stated as exceptions;\nthe above requirements apply either way.\n\nTermination.\n\n You may not propagate or modify a covered work except as expressly\nprovided under this License. Any attempt otherwise to propagate or\nmodify it is void, and will automatically terminate your rights under\nthis License (including any patent licenses granted under the third\nparagraph of section 11).\n However, if you cease all violation of this License, then your\nlicense from a particular copyright holder is reinstated (a)\nprovisionally, unless and until the copyright holder explicitly and\nfinally terminates your license, and (b) permanently, if the copyright\nholder fails to notify you of the violation by some reasonable means\nprior to 60 days after the cessation.\n Moreover, your license from a particular copyright holder is\nreinstated permanently if the copyright holder notifies you of the\nviolation by some reasonable means, this is the first time you have\nreceived notice of violation of this License (for any work) from that\ncopyright holder, and you cure the violation prior to 30 days after\nyour receipt of the notice.\n Termination of your rights under this section does not terminate the\nlicenses of parties who have received copies or rights from you under\nthis License. If your rights have been terminated and not permanently\nreinstated, you do not qualify to receive new licenses for the same\nmaterial under section 10.\n\nAcceptance Not Required for Having Copies.\n\n You are not required to accept this License in order to receive or\nrun a copy of the Program. Ancillary propagation of a covered work\noccurring solely as a consequence of using peer-to-peer transmission\nto receive a copy likewise does not require acceptance. However,\nnothing other than this License grants you permission to propagate or\nmodify any covered work. These actions infringe copyright if you do\nnot accept this License. Therefore, by modifying or propagating a\ncovered work, you indicate your acceptance of this License to do so.\n\nAutomatic Licensing of Downstream Recipients.\n\n Each time you convey a covered work, the recipient automatically\nreceives a license from the original licensors, to run, modify and\npropagate that work, subject to this License. You are not responsible\nfor enforcing compliance by third parties with this License.\n An \"entity transaction\" is a transaction transferring control of an\norganization, or substantially all assets of one, or subdividing an\norganization, or merging organizations. If propagation of a covered\nwork results from an entity transaction, each party to that\ntransaction who receives a copy of the work also receives whatever\nlicenses to the work the party's predecessor in interest had or could\ngive under the previous paragraph, plus a right to possession of the\nCorresponding Source of the work from the predecessor in interest, if\nthe predecessor has it or can get it with reasonable efforts.\n You may not impose any further restrictions on the exercise of the\nrights granted or affirmed under this License. For example, you may\nnot impose a license fee, royalty, or other charge for exercise of\nrights granted under this License, and you may not initiate litigation\n(including a cross-claim or counterclaim in a lawsuit) alleging that\nany patent claim is infringed by making, using, selling, offering for\nsale, or importing the Program or any portion of it.\n\nPatents.\n\n A \"contributor\" is a copyright holder who authorizes use under this\nLicense of the Program or a work on which the Program is based. The\nwork thus licensed is called the contributor's \"contributor version\".\n A contributor's \"essential patent claims\" are all patent claims\nowned or controlled by the contributor, whether already acquired or\nhereafter acquired, that would be infringed by some manner, permitted\nby this License, of making, using, or selling its contributor version,\nbut do not include claims that would be infringed only as a\nconsequence of further modification of the contributor version. For\npurposes of this definition, \"control\" includes the right to grant\npatent sublicenses in a manner consistent with the requirements of\nthis License.\n Each contributor grants you a non-exclusive, worldwide, royalty-free\npatent license under the contributor's essential patent claims, to\nmake, use, sell, offer for sale, import and otherwise run, modify and\npropagate the contents of its contributor version.\n In the following three paragraphs, a \"patent license\" is any express\nagreement or commitment, however denominated, not to enforce a patent\n(such as an express permission to practice a patent or covenant not to\nsue for patent infringement). To \"grant\" such a patent license to a\nparty means to make such an agreement or commitment not to enforce a\npatent against the party.\n If you convey a covered work, knowingly relying on a patent license,\nand the Corresponding Source of the work is not available for anyone\nto copy, free of charge and under the terms of this License, through a\npublicly available network server or other readily accessible means,\nthen you must either (1) cause the Corresponding Source to be so\navailable, or (2) arrange to deprive yourself of the benefit of the\npatent license for this particular work, or (3) arrange, in a manner\nconsistent with the requirements of this License, to extend the patent\nlicense to downstream recipients. \"Knowingly relying\" means you have\nactual knowledge that, but for the patent license, your conveying the\ncovered work in a country, or your recipient's use of the covered work\nin a country, would infringe one or more identifiable patents in that\ncountry that you have reason to believe are valid.\n If, pursuant to or in connection with a single transaction or\narrangement, you convey, or propagate by procuring conveyance of, a\ncovered work, and grant a patent license to some of the parties\nreceiving the covered work authorizing them to use, propagate, modify\nor convey a specific copy of the covered work, then the patent license\nyou grant is automatically extended to all recipients of the covered\nwork and works based on it.\n A patent license is \"discriminatory\" if it does not include within\nthe scope of its coverage, prohibits the exercise of, or is\nconditioned on the non-exercise of one or more of the rights that are\nspecifically granted under this License. You may not convey a covered\nwork if you are a party to an arrangement with a third party that is\nin the business of distributing software, under which you make payment\nto the third party based on the extent of your activity of conveying\nthe work, and under which the third party grants, to any of the\nparties who would receive the covered work from you, a discriminatory\npatent license (a) in connection with copies of the covered work\nconveyed by you (or copies made from those copies), or (b) primarily\nfor and in connection with specific products or compilations that\ncontain the covered work, unless you entered into that arrangement,\nor that patent license was granted, prior to 28 March 2007.\n Nothing in this License shall be construed as excluding or limiting\nany implied license or other defenses to infringement that may\notherwise be available to you under applicable patent law.\n\nNo Surrender of Others' Freedom.\n\n If conditions are imposed on you (whether by court order, agreement or\notherwise) that contradict the conditions of this License, they do not\nexcuse you from the conditions of this License. If you cannot convey a\ncovered work so as to satisfy simultaneously your obligations under this\nLicense and any other pertinent obligations, then as a consequence you may\nnot convey it at all. For example, if you agree to terms that obligate you\nto collect a royalty for further conveying from those to whom you convey\nthe Program, the only way you could satisfy both those terms and this\nLicense would be to refrain entirely from conveying the Program.\n\nUse with the GNU Affero General Public License.\n\n Notwithstanding any other provision of this License, you have\npermission to link or combine any covered work with a work licensed\nunder version 3 of the GNU Affero General Public License into a single\ncombined work, and to convey the resulting work. The terms of this\nLicense will continue to apply to the part which is the covered work,\nbut the special requirements of the GNU Affero General Public License,\nsection 13, concerning interaction through a network will apply to the\ncombination as such.\n\nRevised Versions of this License.\n\n The Free Software Foundation may publish revised and/or new versions of\nthe GNU General Public License from time to time. Such new versions will\nbe similar in spirit to the present version, but may differ in detail to\naddress new problems or concerns.\n Each version is given a distinguishing version number. If the\nProgram specifies that a certain numbered version of the GNU General\nPublic License \"or any later version\" applies to it, you have the\noption of following the terms and conditions either of that numbered\nversion or of any later version published by the Free Software\nFoundation. If the Program does not specify a version number of the\nGNU General Public License, you may choose any version ever published\nby the Free Software Foundation.\n If the Program specifies that a proxy can decide which future\nversions of the GNU General Public License can be used, that proxy's\npublic statement of acceptance of a version permanently authorizes you\nto choose that version for the Program.\n Later license versions may give you additional or different\npermissions. However, no additional obligations are imposed on any\nauthor or copyright holder as a result of your choosing to follow a\nlater version.\n\nDisclaimer of Warranty.\n\n THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY\nAPPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT\nHOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM \"AS IS\" WITHOUT WARRANTY\nOF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,\nTHE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\nPURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM\nIS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF\nALL NECESSARY SERVICING, REPAIR OR CORRECTION.\n\nLimitation of Liability.\n\n IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING\nWILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS\nTHE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY\nGENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE\nUSE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF\nDATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD\nPARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),\nEVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF\nSUCH DAMAGES.\n\nInterpretation of Sections 15 and 16.\n\n If the disclaimer of warranty and limitation of liability provided\nabove cannot be given local legal effect according to their terms,\nreviewing courts shall apply local law that most closely approximates\nan absolute waiver of all civil liability in connection with the\nProgram, unless a warranty or assumption of liability accompanies a\ncopy of the Program in return for a fee.\nExample : END OF TERMS AND CONDITIONS\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules.html":{"url":"modules.html","title":"modules - modules","body":"\n \n\n\n\n\n Modules\n\n\n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"overview.html":{"url":"overview.html","title":"overview - overview","body":"\n \n\n\n\n Overview\n\n \n\n \n \n \n \n \n 17 Components\n \n \n \n \n \n \n \n 3 Directives\n \n \n \n \n \n \n \n 6 Injectables\n \n \n \n \n \n \n \n 1 Pipe\n \n \n \n \n \n \n \n 6 Interfaces\n \n \n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"properties.html":{"url":"properties.html","title":"package-properties - properties","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n Properties\n \n \n \n Version : 18.0.3-dev.1\n \n Keywords : angular, angular-layout, layout, ngx, packages, rxap, scope:compose\n \n Homepage : https:/gitlab.com/rxap/packages/packages/angular/layout\n \n Bugs : https://gitlab.com/rxap/packages/-/issues\n \n License : GPL-3.0-or-later\n \n Repository : https://gitlab.com/rxap/packages.git\n \n Author : Merzough Münker\n \n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"miscellaneous/typealiases.html":{"url":"miscellaneous/typealiases.html","title":"miscellaneous-typealiases - typealiases","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Miscellaneous\n Type aliases\n\n\n\n Index\n \n \n \n \n \n \n ExtractUsernameFromProfileFn (src/.../user-profile-icon.component.ts)\n \n \n Navigation (src/.../navigation-item.ts)\n \n \n NavigationWithInserts (src/.../navigation-item.ts)\n \n \n \n \n \n \n\n\n src/lib/header/user-profile-icon/user-profile-icon.component.ts\n \n \n \n \n \n \n ExtractUsernameFromProfileFn\n \n \n \n \n function\n\n \n \n \n \n src/lib/navigation/navigation-item.ts\n \n \n \n \n \n \n Navigation\n \n \n \n \n Array\n\n \n \n \n \n \n \n \n \n \n NavigationWithInserts\n \n \n \n \n Array\n\n \n \n \n \n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"miscellaneous/variables.html":{"url":"miscellaneous/variables.html","title":"miscellaneous-variables - variables","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Miscellaneous\n Variables\n\n\n\n Index\n \n \n \n \n \n \n EXTRACT_USERNAME_FROM_PROFILE (src/.../user-profile-icon.component.ts)\n \n \n RXAP_FOOTER_COMPONENT (src/.../tokens.ts)\n \n \n RXAP_HEADER_COMPONENT (src/.../tokens.ts)\n \n \n RXAP_LAYOUT_APPS_GRID (src/.../tokens.ts)\n \n \n RXAP_LOGO_CONFIG (src/.../tokens.ts)\n \n \n RXAP_NAVIGATION_CONFIG (src/.../tokens.ts)\n \n \n RXAP_NAVIGATION_CONFIG_INSERTS (src/.../tokens.ts)\n \n \n \n \n \n \n\n\n src/lib/header/user-profile-icon/user-profile-icon.component.ts\n \n \n \n \n \n \n \n EXTRACT_USERNAME_FROM_PROFILE\n \n \n \n \n \n \n Default value : new InjectionToken(\n 'extract-username-from-profile',\n {\n providedIn: 'root',\n factory: () => (profile: any) => (profile ? profile.username ?? profile.email ?? profile.name : null) ?? null,\n },\n)\n \n \n\n\n \n \n\n src/lib/tokens.ts\n \n \n \n \n \n \n \n RXAP_FOOTER_COMPONENT\n \n \n \n \n \n \n Default value : new InjectionToken('rxap/layout/footer-component')\n \n \n\n\n \n \n \n \n \n \n \n \n RXAP_HEADER_COMPONENT\n \n \n \n \n \n \n Default value : new InjectionToken('rxap/layout/header-component')\n \n \n\n\n \n \n \n \n \n \n \n \n RXAP_LAYOUT_APPS_GRID\n \n \n \n \n \n \n Default value : new InjectionToken('rxap/layout/apps-grid')\n \n \n\n\n \n \n \n \n \n \n \n \n RXAP_LOGO_CONFIG\n \n \n \n \n \n \n Default value : new InjectionToken('rxap/layout/logo-config')\n \n \n\n\n \n \n \n \n \n \n \n \n RXAP_NAVIGATION_CONFIG\n \n \n \n \n \n \n Default value : new InjectionToken NavigationWithInserts)>(\n 'rxap/layout/navigation-config')\n \n \n\n\n \n \n \n \n \n \n \n \n RXAP_NAVIGATION_CONFIG_INSERTS\n \n \n \n \n \n \n Default value : new InjectionToken>(\n 'rxap/layout/navigation-config-inserts')\n \n \n\n\n \n \n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"}}
|
|
2
|
+
"index": {"version":"2.3.9","fields":["title","body"],"fieldVectors":[["title/components/AppsButtonComponent.html",[0,0.204,1,0.909]],["body/components/AppsButtonComponent.html",[0,0.297,1,1.436,2,0.876,3,0.239,4,0.239,5,0.667,6,1.205,7,0.928,8,0.869,9,0.21,10,3.514,11,5.76,12,4.877,13,2.312,14,2.44,15,3.074,16,0.667,17,1.391,18,1.391,19,1.482,20,1.765,21,1.442,22,2.659,23,1.004,24,0.602,25,1.304,26,4.267,27,3.758,28,2.248,29,5.039,30,3.378,31,3.378,32,3.758,33,1.694,34,3.758,35,1.304,36,3.25,37,0.268,38,0.462,39,1.073,40,1.124,41,4.877,42,5.76,43,5.973,44,1.304,45,1.723,46,0.884,47,3.101,48,0.869,49,0.026,50,1.716,51,0.953,52,1.085,53,1.838,54,4.358,55,3.101,56,4.358,57,2.09,58,3.101,59,3.69,60,3.101,61,1.959,62,4.358,63,3.335,64,2.253,65,4.358,66,0.416,67,1.736,68,0.99,69,0.502,70,0.298,71,1.736,72,1.603,73,1.603,74,1.892,75,2.312,76,3.25,77,2.626,78,3.101,79,0.239,80,0.361,81,0.667,82,3.101,83,3.101,84,1.892,85,3.101,86,2.44,87,6.263,88,3.69,89,5.973,90,5.973,91,3.69,92,0.928,93,1.304,94,1.304,95,0.502,96,1.635,97,0.928,98,0.696,99,1.508,100,0.869,101,0.928,102,1.508,103,0.869,104,1.304,105,0.869,106,0.928,107,0.869,108,0.815,109,0.869,110,0.928,111,0.815,112,0.928,113,0.928,114,0.815,115,0.928,116,0.759,117,0.928,118,0.869,119,0.928,120,0.928,121,0.869,122,0.928,123,0.928,124,0.815,125,0.815,126,0.869,127,0.928,128,0.869,129,0.869,130,0.815,131,0.714,132,0.714,133,0.581,134,0.581,135,0.763,136,0.928,137,0.815,138,0.928,139,0.815,140,0.928,141,0.815,142,0.869,143,0.928,144,0.016,145,0.016]],["title/components/BaseLayoutComponent.html",[0,0.204,100,0.97]],["body/components/BaseLayoutComponent.html",[0,0.347,1,1.106,2,1.075,3,0.324,4,0.324,5,0.906,7,1.26,8,1.181,9,0.286,16,0.906,17,1.707,18,1.707,19,1.524,20,1.835,21,0.97,23,1.232,24,0.739,25,1.6,35,1.6,45,1.26,49,0.025,51,0.734,66,0.399,68,1.344,70,0.404,79,0.324,80,0.49,92,1.26,93,1.6,94,1.6,95,0.681,96,1.85,97,1.26,98,0.813,99,1.759,100,1.734,101,1.983,102,1.759,103,1.181,104,1.6,105,1.734,106,1.26,107,1.734,108,1.106,109,1.181,110,1.26,111,1.106,112,1.26,113,1.26,114,1.106,115,1.26,116,0.932,117,1.26,118,1.181,119,1.26,120,1.26,121,1.181,122,1.26,123,1.26,124,1.106,125,1.106,126,1.181,127,1.26,128,1.181,129,1.181,130,1.106,131,0.97,132,0.97,133,0.789,134,0.789,135,1.036,136,1.26,137,1.106,138,1.26,139,1.106,140,1.26,141,1.106,142,1.181,143,1.26,144,0.019,145,0.019,146,4.211,147,3.566,148,3.566,149,2.995,150,3.989,151,3.586,152,3.989,153,3.566,154,3.566]],["title/components/DefaultHeaderComponent.html",[0,0.204,103,0.97]],["body/components/DefaultHeaderComponent.html",[0,0.313,1,1.498,2,0.938,3,0.263,4,0.263,5,0.737,7,1.024,8,0.96,9,0.232,10,3.641,12,2.899,16,0.737,17,1.49,18,1.49,19,1.497,20,1.79,21,1.075,23,1.075,24,0.645,25,1.396,35,1.396,37,0.296,38,0.495,39,1.083,40,1.174,45,1.589,46,0.923,49,0.026,51,1.157,52,1.228,53,1.905,66,0.435,68,1.093,69,0.554,70,0.329,79,0.263,80,0.543,81,0.737,92,1.024,93,1.396,94,1.396,95,0.554,96,1.706,97,1.024,98,0.734,99,1.589,100,0.96,101,1.024,102,1.589,103,1.599,104,1.396,105,0.96,106,1.024,107,0.96,108,0.899,109,0.96,110,1.024,111,0.899,112,1.024,113,1.024,114,0.899,115,1.024,116,0.813,117,1.024,118,0.96,119,1.024,120,1.024,121,0.96,122,1.024,123,1.024,124,1.498,125,1.226,126,0.96,127,1.024,128,1.599,129,1.309,130,1.498,131,1.223,132,1.515,133,0.641,134,0.641,135,0.842,136,1.024,137,0.899,138,1.024,139,0.899,140,1.024,141,0.899,142,0.96,143,1.024,144,0.017,145,0.017,151,3.129,155,5.968,156,3.424,157,3.129,158,2.847,159,3.952,160,3.952,161,4.001,162,4.496,163,2.974,164,4.667,165,3.424,166,2.847,167,3.424,168,3.952,169,3.424,170,4.667,171,3.129,172,1.942,173,3.424,174,2.295,175,2.295,176,2.295,177,1.77,178,2.089,179,4.667,180,1.77,181,5.311,182,2.899,183,2.899,184,2.899,185,3.424,186,3.424,187,3.424,188,3.424,189,3.952]],["title/injectables/ExternalAppsService.html",[76,2.579,190,1.178]],["body/injectables/ExternalAppsService.html",[3,0.196,4,0.196,9,0.173,21,1.226,24,0.689,28,2.009,37,0.22,38,0.4,39,1.108,40,1.172,41,4.22,44,1.13,46,1.061,48,1.7,49,0.026,50,1.286,51,1.034,52,1.277,61,1.751,63,3.699,64,1.952,66,0.392,69,0.411,70,0.244,76,2.816,79,0.196,80,0.296,88,3.813,91,3.197,98,0.798,144,0.014,145,0.014,172,2.636,190,1.286,191,1.315,192,6.6,193,2.543,194,4.504,195,6.728,196,4.504,197,2.159,198,4.504,199,4.504,200,4.504,201,3.776,202,3.813,203,5.58,204,3.776,205,3.776,206,3.776,207,3.197,208,4.984,209,3.776,210,2.816,211,3.776,212,2.935,213,2.543,214,2.246,215,1.277,216,1.54,217,6.336,218,3.341,219,2.543,220,2.304,221,3.776,222,4.996,223,2.543,224,3.776,225,2.543,226,3.776,227,4.984,228,2.543,229,4.504,230,3.776,231,2.543,232,2.543,233,3.776,234,2.543,235,1.952,236,3.776,237,2.543,238,2.543,239,3.197,240,3.776,241,2.531,242,3.776,243,2.543,244,1.468,245,3.776,246,2.543,247,2.816,248,2.543,249,3.776,250,2.543,251,3.776,252,2.543,253,3.776,254,2.543,255,2.543,256,1.896,257,1.704,258,1.704,259,1.704,260,2.543,261,1.551,262,2.543,263,2.543,264,1.896,265,2.153,266,1.896,267,1.424,268,2.153,269,1.896,270,1.551,271,2.543,272,0.925,273,2.153,274,2.153,275,1.219,276,1.896,277,1.896,278,2.543,279,3.776,280,2.543,281,2.77,282,2.543,283,3.813,284,1.534,285,2.543,286,3.813,287,2.543,288,3.776,289,3.776,290,3.776,291,4.724,292,3.776,293,3.776,294,3.197,295,2.543,296,1.551,297,1.704,298,2.543,299,2.543,300,2.543,301,2.543,302,2.543,303,2.543,304,2.543,305,2.543,306,2.543,307,2.153,308,2.543,309,2.543,310,2.543,311,2.543,312,2.543,313,2.543]],["title/components/FooterComponent.html",[0,0.204,105,0.97]],["body/components/FooterComponent.html",[0,0.332,1,1.005,2,1.01,3,0.294,4,0.294,5,0.823,6,1.487,7,1.144,8,1.073,9,0.26,16,0.823,17,1.605,18,1.605,19,1.512,20,1.815,21,0.881,23,1.158,24,0.695,25,1.504,33,1.954,35,1.504,37,0.33,38,0.533,39,1.029,40,1.13,45,1.144,46,0.813,49,0.026,51,0.979,52,1.082,53,1.977,57,2.41,66,0.405,68,1.221,69,0.619,70,0.367,79,0.294,80,0.445,81,0.823,86,2.815,92,1.144,93,1.504,94,1.504,95,0.619,96,1.784,97,1.144,98,0.776,99,1.68,100,1.073,101,1.144,102,1.68,103,1.073,104,1.504,105,1.672,106,1.144,107,1.073,108,1.005,109,1.073,110,1.144,111,1.005,112,1.144,113,1.144,114,1.005,115,1.144,116,0.876,117,1.144,118,1.073,119,1.144,120,1.144,121,1.073,122,1.144,123,1.144,124,1.005,125,1.005,126,1.073,127,1.144,128,1.073,129,1.073,130,1.005,131,0.881,132,0.881,133,0.717,134,0.717,135,0.941,136,1.144,137,1.005,138,1.144,139,1.005,140,1.144,141,1.005,142,1.073,143,1.144,144,0.018,145,0.018,314,3.826,315,3.37,316,5.616,317,5.616,318,5.616,319,5.028,320,5.246,321,4.153,322,3.37,323,3.826,324,5.028,325,3.826,326,1.707,327,3.239,328,3.067,329,2.853,330,2.853,331,3.998]],["title/directives/FooterDirective.html",[95,0.559,135,0.851]],["body/directives/FooterDirective.html",[3,0.371,4,0.371,5,1.038,9,0.327,14,3.257,15,3.811,16,1.038,19,1.252,23,1.339,24,0.804,39,0.941,40,1.089,49,0.026,66,0.424,69,0.78,70,0.463,79,0.371,80,0.561,81,1.396,84,2.942,95,0.941,134,0.903,135,1.431,144,0.021,145,0.021,284,1.642,326,2.151,328,3.549,329,3.596,330,3.596,332,4.822,333,4.188,334,4.925,335,5.289,336,3.899,337,4.925,338,4.082,339,3.232,340,4.082,341,4.925,342,4.082,343,4.082,344,4.822,345,3.596,346,4.822]],["title/injectables/FooterService.html",[190,1.178,328,2.11]],["body/injectables/FooterService.html",[2,0.766,3,0.293,4,0.293,9,0.259,24,0.527,37,0.484,38,0.532,39,1.101,40,1.129,44,1.5,46,0.963,48,1.572,49,0.026,50,2.029,51,0.874,52,1.08,53,1.789,61,1.482,64,3.079,66,0.404,69,0.617,70,0.366,79,0.293,80,0.444,81,0.82,98,0.693,144,0.018,145,0.018,190,1.708,191,1.971,214,1.95,215,1.282,216,1.379,244,1.95,270,2.325,272,1.386,275,1.827,277,1.677,281,1.827,284,1.708,321,4.533,322,3.362,326,1.7,328,3.06,331,4.739,347,3.812,348,4.746,349,4.247,350,4.247,351,4.247,352,3.812,353,4.247,354,4.247,355,3.74,356,4.247,357,3.812,358,4.247,359,4.247,360,3.812,361,4.247,362,4.746,363,4.247,364,4.247,365,3.812,366,3.74,367,4.247,368,4.247,369,2.842,370,3.362,371,3.227,372,3.812,373,2.842,374,3.74,375,3.227,376,4.247,377,3.227,378,2.134,379,2.842,380,3.227,381,3.227,382,3.227,383,3.362,384,3.227,385,3.227]],["title/components/HeaderComponent.html",[0,0.204,107,0.97]],["body/components/HeaderComponent.html",[0,0.326,1,0.971,2,0.988,3,0.285,4,0.285,5,0.796,6,1.437,7,1.106,8,1.037,9,0.251,16,0.796,17,1.569,18,1.569,19,1.507,20,1.808,21,0.851,23,1.132,24,0.679,25,1.471,33,1.911,35,1.471,37,0.319,38,0.521,39,1.069,40,1.163,45,1.106,46,0.952,49,0.026,51,0.962,52,1.058,53,1.955,57,2.357,66,0.416,68,1.18,69,0.598,70,0.355,79,0.285,80,0.43,81,0.796,86,2.753,92,1.106,93,1.471,94,1.471,95,0.598,96,1.761,97,1.106,98,0.763,99,1.652,100,1.037,101,1.106,102,1.652,103,1.037,104,1.471,105,1.037,106,1.106,107,1.65,108,0.971,109,1.037,110,1.106,111,0.971,112,1.106,113,1.106,114,0.971,115,1.106,116,0.857,117,1.106,118,1.037,119,1.106,120,1.106,121,1.037,122,1.106,123,1.106,124,0.971,125,0.971,126,1.037,127,1.106,128,1.037,129,1.037,130,0.971,131,0.851,132,0.851,133,0.693,134,0.693,135,0.91,136,1.106,137,0.971,138,1.106,139,0.971,140,1.106,141,0.971,142,1.037,143,1.106,144,0.018,145,0.018,158,2.999,159,4.162,160,4.676,320,5.188,321,4.107,322,3.295,326,1.649,327,3.131,331,3.945,386,3.698,387,5.522,388,5.522,389,4.676,390,5.188,391,3.295,392,4.916,393,3.698,394,4.916,395,3.698,396,3.295,397,3.698,398,3.131,399,2.999,400,2.757,401,2.757]],["title/directives/HeaderDirective.html",[95,0.559,137,0.909]],["body/directives/HeaderDirective.html",[3,0.371,4,0.371,5,1.038,9,0.327,14,3.257,15,3.811,16,1.038,19,1.252,23,1.339,24,0.804,39,0.941,40,1.089,49,0.026,66,0.424,69,0.78,70,0.463,79,0.371,80,0.561,81,1.396,84,2.942,95,0.941,134,0.903,137,1.528,144,0.021,145,0.021,284,1.642,326,2.151,333,4.188,335,5.289,336,3.899,337,4.925,338,4.082,339,3.232,340,4.082,341,4.925,342,4.082,343,4.082,345,3.596,399,3.549,400,3.596,401,3.596,402,4.822,403,5.817,404,4.822,405,4.822]],["title/injectables/HeaderService.html",[190,1.178,399,2.11]],["body/injectables/HeaderService.html",[2,0.761,3,0.292,4,0.292,9,0.257,24,0.524,37,0.482,38,0.53,39,1.1,40,1.127,44,1.494,46,0.961,48,1.567,49,0.026,50,2.024,51,0.87,52,1.075,53,1.784,61,1.473,64,3.072,66,0.403,69,0.613,70,0.364,79,0.292,80,0.441,81,0.815,98,0.69,144,0.018,145,0.018,190,1.701,191,1.959,214,1.942,215,1.279,216,1.375,244,2.173,270,2.311,272,1.378,275,1.816,277,1.672,281,1.816,284,1.701,321,4.529,322,3.348,326,1.69,331,4.737,348,4.732,349,4.229,350,4.229,351,4.229,353,4.229,354,4.229,355,3.725,356,4.229,358,4.229,359,4.229,361,4.229,362,4.732,363,4.229,364,4.229,366,3.725,367,4.229,368,4.229,369,2.825,370,3.348,373,2.825,374,3.725,375,3.208,376,4.229,377,3.208,378,2.121,379,2.825,380,3.208,381,3.208,382,3.208,383,3.348,384,3.208,385,3.208,399,3.048,406,3.788,407,3.788,408,3.788,409,3.788,410,3.788,411,3.208,412,3.788,413,3.788,414,3.788]],["title/components/LayoutComponent.html",[0,0.204,108,0.909]],["body/components/LayoutComponent.html",[0,0.289,1,0.771,2,0.843,3,0.226,4,0.226,5,0.632,6,1.141,7,0.878,8,0.823,9,0.199,14,2.348,15,2.984,16,0.632,17,1.338,18,1.338,19,1.473,20,1.751,21,0.676,23,0.965,24,0.78,25,1.254,26,4.141,28,2.182,33,1.63,35,1.254,37,0.253,38,0.445,39,1.017,40,1.136,45,0.878,46,0.791,49,0.026,51,1.022,52,1.053,53,1.928,57,2.01,61,2.348,66,0.457,67,1.644,68,0.937,69,0.475,70,0.282,71,1.644,72,1.518,73,1.518,79,0.226,80,0.342,81,1.053,84,1.791,92,0.878,93,1.254,94,1.254,95,0.475,96,1.596,97,0.878,98,0.676,99,1.463,100,0.823,101,0.878,102,1.463,103,0.823,104,1.254,105,1.496,106,0.878,107,1.496,108,1.402,109,0.823,110,0.878,111,1.402,112,0.878,113,0.878,114,0.771,115,0.878,116,0.852,117,0.878,118,1.496,119,1.463,120,0.878,121,1.496,122,1.254,123,0.878,124,0.771,125,0.771,126,1.496,127,0.878,128,0.823,129,0.823,130,0.771,131,0.965,132,0.676,133,0.55,134,0.55,135,0.722,136,0.878,137,0.771,138,0.878,139,1.402,140,0.878,141,0.771,142,0.823,143,0.878,144,0.015,145,0.015,149,2.348,150,3.127,152,3.647,153,2.486,154,2.486,157,1.968,161,1.968,163,1.644,180,2.168,215,1.053,333,3.278,345,2.19,415,2.936,416,4.891,417,4.141,418,3.647,419,4.891,420,3.278,421,4.141,422,3.647,423,4.141,424,3.647,425,4.891,426,4.891,427,4.891,428,4.193,429,2.936,430,4.193,431,2.936,432,4.193,433,2.936,434,2.19,435,2.19,436,3.55,437,1.791,438,2.936,439,2.486,440,4.193,441,2.19,442,2.486,443,3.127,444,2.936,445,2.486,446,2.486,447,2.936,448,2.936,449,2.486,450,2.936,451,2.936,452,2.486,453,2.936,454,2.936,455,2.936,456,2.936,457,4.193,458,2.936,459,4.193,460,2.936,461,2.936,462,2.936,463,4.193,464,2.936,465,2.486,466,3.55,467,3.55,468,2.486,469,2.486,470,2.486,471,4.141,472,2.486,473,1.968,474,2.486,475,2.486,476,2.486,477,3.127,478,1.644,479,2.486,480,2.486,481,2.81,482,2.486,483,2.486,484,1.968,485,2.486,486,2.486,487,2.486,488,2.19,489,2.19,490,2.486,491,2.19,492,2.486,493,2.19,494,2.486,495,2.486,496,1.968,497,2.486,498,2.486,499,2.486]],["title/injectables/LayoutService.html",[177,1.788,190,1.178]],["body/injectables/LayoutService.html",[3,0.227,4,0.227,9,0.2,24,0.739,37,0.255,38,0.446,39,1.139,40,1.224,44,1.259,46,1.079,48,1.499,49,0.026,50,1.821,51,0.514,52,0.635,53,1.706,57,2.017,61,2.481,66,0.427,69,0.477,70,0.283,79,0.227,80,0.343,81,1.151,144,0.015,145,0.015,161,4.054,163,3.291,171,1.977,174,1.977,175,1.977,176,1.977,177,2.175,180,1.525,190,1.433,191,1.525,197,1.414,215,1.354,247,2.2,266,2.2,267,1.652,277,1.259,281,3.128,328,2.567,329,2.2,330,2.2,370,2.82,399,2.567,400,2.2,401,2.2,435,2.2,437,1.8,500,2.95,501,2.746,502,6.048,503,4.152,504,4.786,505,4.152,506,5.652,507,3.448,508,5.235,509,4.527,510,4.527,511,5.346,512,4.527,513,3.287,514,2.95,515,2.95,516,2.95,517,2.95,518,2.95,519,6.459,520,2.95,521,2.95,522,4.207,523,2.95,524,2.95,525,2.95,526,2.95,527,2.95,528,2.95,529,2.95,530,2.95,531,4.207,532,2.95,533,4.152,534,2.498,535,2.95,536,1.652,537,1.316,538,2.95,539,2.95,540,2.95,541,1.977,542,2.95,543,5.346,544,2.95,545,2.95,546,2.95,547,1.977,548,2.95,549,2.95,550,5.346,551,2.95,552,2.95,553,1.652,554,2.95,555,2.498,556,2.95,557,2.95,558,2.95,559,2.95,560,4.207,561,2.95,562,2.95,563,2.95,564,5.346,565,2.95,566,4.207,567,2.95,568,2.95,569,2.95,570,2.498,571,2.95,572,4.207,573,2.95,574,4.207,575,2.82,576,4.207,577,2.95,578,4.207,579,2.95,580,2.95,581,4.904,582,4.207,583,2.95,584,4.207,585,2.95,586,2.95,587,2.95]],["title/injectables/LogoService.html",[190,1.178,443,2.579]],["body/injectables/LogoService.html",[3,0.34,4,0.34,9,0.3,24,0.762,37,0.381,38,0.584,39,1.124,40,1.216,46,1.018,49,0.026,51,1.096,52,1.354,53,2.138,61,2.336,66,0.408,69,0.714,70,0.424,79,0.34,80,0.514,81,0.95,144,0.02,145,0.02,190,1.877,191,2.283,197,2.117,216,1.356,247,3.293,266,3.293,267,2.472,275,2.117,443,4.11,541,4.341,588,4.416,589,4.481,590,5.087,591,6.476,592,5.511,593,4.416,594,5.511,595,5.511,596,5.511,597,5.511,598,4.416,599,5.511,600,4.416,601,5.511,602,4.416,603,3.739]],["title/components/MinimalLayoutComponent.html",[0,0.204,109,0.97]],["body/components/MinimalLayoutComponent.html",[0,0.344,1,1.087,2,1.063,3,0.318,4,0.318,5,0.891,7,1.238,8,1.16,9,0.281,16,0.891,17,1.688,18,1.688,19,1.522,20,1.832,21,0.953,23,1.218,24,0.731,25,1.582,35,1.582,45,1.238,49,0.025,51,0.721,66,0.417,68,1.321,70,0.397,73,2.139,79,0.318,80,0.482,92,1.238,93,1.582,94,1.582,95,0.669,96,1.838,97,1.238,98,0.806,99,1.744,100,1.723,101,1.582,102,1.744,103,1.16,104,1.582,105,1.16,106,1.238,107,1.16,108,1.087,109,1.723,110,1.975,111,1.087,112,1.238,113,1.238,114,1.087,115,1.238,116,1.016,117,1.238,118,1.723,119,1.744,120,1.238,121,1.16,122,1.238,123,1.238,124,1.087,125,1.087,126,1.16,127,1.238,128,1.16,129,1.16,130,1.087,131,0.953,132,0.953,133,0.775,134,0.775,135,1.018,136,1.238,137,1.087,138,1.238,139,1.087,140,1.238,141,1.087,142,1.16,143,1.238,144,0.019,145,0.019,147,3.504,148,3.504,149,2.962,150,3.945,151,3.546,152,3.945,422,4.348,441,3.086,442,3.504,604,4.138,605,4.138,606,4.138]],["title/components/NavigationComponent.html",[0,0.204,111,0.909]],["body/components/NavigationComponent.html",[0,0.282,1,0.739,2,0.817,3,0.216,4,0.216,5,0.606,6,1.094,7,0.842,8,0.789,9,0.191,14,2.277,15,2.913,16,0.875,17,1.298,18,1.298,19,1.471,20,1.714,21,0.648,23,0.936,24,0.562,25,1.216,33,1.581,35,1.216,37,0.243,38,0.431,39,1.114,40,1.084,44,1.216,45,0.842,46,1.035,48,1.339,49,0.026,50,0.958,51,1.039,52,1.245,53,1.771,57,1.949,64,1.454,66,0.414,67,1.575,68,0.898,69,0.455,70,0.27,79,0.216,80,0.473,81,1.028,84,1.716,92,0.842,93,1.216,94,1.216,95,0.455,96,1.565,97,0.842,98,0.799,99,1.428,100,0.789,101,0.842,102,1.428,103,0.789,104,1.216,105,0.789,106,0.842,107,0.789,108,0.739,109,0.789,110,0.842,111,1.374,112,1.428,113,0.842,114,1.374,115,0.842,116,1.039,117,0.842,118,0.789,119,0.842,120,0.842,121,0.789,122,0.842,123,0.842,124,0.739,125,0.739,126,0.789,127,0.842,128,0.789,129,0.789,130,0.739,131,0.648,132,0.648,133,0.527,134,0.527,135,0.692,136,0.842,137,0.739,138,0.842,139,0.739,140,0.842,141,0.739,142,0.789,143,0.842,144,0.015,145,0.015,157,3.201,166,1.716,171,1.886,174,1.886,175,1.886,176,1.886,177,2.102,178,1.716,214,1.856,215,1.194,216,1.175,256,3.032,257,2.726,258,2.726,259,2.726,277,1.428,283,2.382,284,0.958,391,2.726,396,2.726,417,4.043,420,3.201,478,2.674,496,1.886,501,2.674,553,2.277,607,2.813,608,3.443,609,3.443,610,5.231,611,4.043,612,4.043,613,4.775,614,4.066,615,3.719,616,4.698,617,4.043,618,4.138,619,4.043,620,2.289,621,3.201,622,4.066,623,4.066,624,4.066,625,2.382,626,2.755,627,2.69,628,2.813,629,2.24,630,2.098,631,2.813,632,1.454,633,2.813,634,3.032,635,2.813,636,4.066,637,2.813,638,3.032,639,2.382,640,2.382,641,2.098,642,3.032,643,2.813,644,2.382,645,2.813,646,2.726,647,2.382,648,2.813,649,2.813,650,4.066,651,2.813,652,2.382,653,2.813,654,2.382,655,2.813,656,2.813,657,2.098,658,2.813,659,2.382,660,2.813,661,2.813,662,2.813,663,2.813,664,1.575,665,2.382,666,2.813,667,2.813,668,2.813,669,2.813,670,2.813,671,2.813,672,4.066]],["title/interfaces/NavigationDividerItem.html",[627,1.439,673,1.178]],["body/interfaces/NavigationDividerItem.html",[3,0.337,4,0.337,9,0.298,28,1.956,37,0.379,38,0.582,49,0.026,66,0.406,70,0.421,79,0.525,116,0.764,133,0.821,144,0.02,145,0.02,212,2.743,215,1.391,216,1.35,220,2.675,235,3.245,244,2.328,272,1.595,277,1.792,536,3.072,537,1.956,620,2.102,626,2.611,627,2.611,629,2.303,632,2.267,673,2.138,674,2.102,675,2.267,676,2.455,677,3.829,678,3.829,679,3.072,680,3.678,681,3.348,682,2.102,683,3.096,684,2.871,685,2.939,686,2.455,687,2.455,688,2.939,689,2.675,690,2.455,691,2.939,692,2.675,693,2.267,694,2.631,695,2.102,696,2.939,697,2.939]],["title/interfaces/NavigationInsertItem.html",[673,1.178,683,1.788]],["body/interfaces/NavigationInsertItem.html",[3,0.342,4,0.342,9,0.301,28,1.981,37,0.383,38,0.586,49,0.026,66,0.409,70,0.426,79,0.526,116,0.774,133,0.832,144,0.02,145,0.02,212,2.751,215,1.357,220,2.709,235,2.86,244,2.342,272,1.615,277,1.802,536,3.097,537,1.981,620,2.129,626,2.623,627,2.506,629,2.309,632,2.296,673,2.148,674,2.129,675,2.296,676,2.487,677,2.709,678,2.709,679,3.097,680,3.708,681,3.374,682,2.129,683,3.26,684,2.888,685,2.977,686,3.531,687,2.487,688,2.977,689,2.709,690,2.487,691,2.977,692,2.709,693,2.296,694,2.652,695,2.129,696,2.977,697,2.977]],["title/interfaces/NavigationItem.html",[626,1.439,673,1.178]],["body/interfaces/NavigationItem.html",[3,0.325,4,0.325,9,0.287,28,2.762,37,0.365,38,0.568,49,0.026,66,0.399,70,0.405,79,0.521,116,0.736,133,1.16,144,0.019,145,0.019,212,2.793,215,1.445,216,1.607,220,2.576,235,2.77,244,2.484,272,1.536,277,1.761,536,3.001,537,1.884,620,2.025,626,2.658,627,2.449,629,2.287,632,2.183,673,2.109,674,2.025,675,2.183,676,2.364,677,2.576,678,2.576,679,3.467,680,3.592,681,3.269,682,2.025,683,3.043,684,2.822,685,2.83,686,2.364,687,2.364,688,2.83,689,2.576,690,2.364,691,3.592,692,3.269,693,3.201,694,3.18,695,2.968,696,2.83,697,2.83]],["title/components/NavigationItemComponent.html",[0,0.204,114,0.909]],["body/components/NavigationItemComponent.html",[0,0.264,1,0.658,2,0.751,3,0.193,4,0.193,5,0.539,6,0.974,7,0.75,8,0.703,9,0.17,14,2.091,16,0.539,17,1.192,18,1.192,19,1.451,20,1.678,21,0.577,23,0.86,24,0.684,25,1.117,28,1.992,32,3.329,33,1.452,35,1.117,37,0.216,38,0.396,39,1.104,40,1.165,44,1.117,45,0.75,46,1.009,48,1.252,49,0.026,51,1.002,52,1.195,53,1.689,57,2.537,59,3.162,61,0.974,66,0.433,67,1.403,68,0.8,69,0.405,70,0.241,72,1.295,73,1.295,74,1.529,75,1.868,79,0.193,80,0.292,81,1.139,92,0.75,93,1.117,94,1.117,95,0.405,96,1.48,97,0.75,98,0.767,99,1.336,100,0.703,101,0.75,102,1.336,103,0.703,104,1.117,105,0.703,106,0.75,107,0.703,108,0.658,109,0.703,110,0.75,111,1.3,112,0.75,113,0.75,114,1.3,115,1.336,116,1.113,117,0.75,118,0.703,119,0.75,120,0.75,121,0.703,122,0.75,123,0.75,124,0.658,125,0.658,126,0.703,127,0.75,128,0.703,129,0.703,130,0.658,131,0.577,132,0.577,133,0.469,134,0.469,135,0.617,136,0.75,137,0.658,138,0.75,139,0.658,140,0.75,141,0.658,142,0.703,143,0.75,144,0.013,145,0.013,166,1.529,172,2.202,177,1.931,178,1.529,214,1.736,215,1.065,216,1.099,239,3.78,256,1.868,257,1.68,258,1.68,259,1.68,277,1.117,281,1.791,284,0.853,296,2.278,333,2.993,391,2.503,396,1.68,398,2.121,418,3.329,420,2.993,424,3.329,477,1.868,481,2.503,496,1.68,501,2.5,537,1.118,547,1.68,570,3.162,575,2.503,589,3.329,608,3.162,609,3.162,611,3.78,612,3.78,616,4.868,619,3.162,620,1.791,621,2.503,625,2.121,626,2.557,627,2.458,629,2.152,630,1.868,632,1.295,634,2.785,640,2.121,641,1.868,644,5.349,646,1.68,647,2.121,654,2.121,664,1.403,675,3.266,694,2.141,698,2.506,699,4.465,700,4.465,701,4.465,702,4.465,703,3.735,704,4.465,705,3.735,706,3.735,707,2.506,708,2.506,709,2.506,710,2.506,711,2.506,712,2.506,713,5.55,714,3.735,715,3.735,716,2.506,717,2.506,718,5.55,719,2.121,720,2.121,721,3.735,722,2.506,723,3.735,724,2.121,725,3.162,726,2.506,727,3.735,728,1.868,729,2.506,730,3.735,731,1.868,732,2.506,733,2.506,734,2.506,735,2.121,736,2.506,737,2.506,738,3.162,739,3.162,740,2.506,741,2.506,742,2.506,743,2.121,744,2.506,745,2.121,746,2.506,747,2.506,748,2.506,749,2.506,750,2.506,751,2.506,752,2.506,753,3.735,754,2.506,755,2.506,756,2.506,757,2.506,758,2.121,759,2.506,760,2.121,761,2.506,762,2.506,763,2.506,764,2.506,765,2.506,766,3.735,767,3.735]],["title/components/NavigationProgressBarComponent.html",[0,0.204,118,0.97]],["body/components/NavigationProgressBarComponent.html",[0,0.321,1,0.942,2,0.968,3,0.276,4,0.276,5,0.772,6,1.394,7,1.073,8,1.006,9,0.243,16,0.772,17,1.537,18,1.537,19,1.503,20,1.801,21,0.826,23,1.109,24,0.803,25,1.441,33,1.872,35,1.441,37,0.31,38,0.511,39,1.01,40,1.088,45,1.073,46,0.779,49,0.026,51,0.948,52,1.037,66,0.412,68,1.145,69,0.58,70,0.344,73,1.854,79,0.276,80,0.417,92,1.073,93,1.441,94,1.441,95,0.58,96,1.739,97,1.073,98,0.752,99,1.627,100,1.006,101,1.073,102,1.627,103,1.006,104,1.441,105,1.006,106,1.073,107,1.006,108,0.942,109,1.006,110,1.073,111,0.942,112,1.073,113,1.073,114,0.942,115,1.073,116,1.145,117,1.073,118,1.63,119,2.041,120,1.073,121,1.006,122,1.073,123,1.073,124,0.942,125,0.942,126,1.006,127,1.073,128,1.006,129,1.006,130,0.942,131,0.826,132,0.826,133,0.672,134,0.672,135,0.882,136,1.073,137,0.942,138,1.073,139,0.942,140,1.073,141,0.942,142,1.006,143,1.073,144,0.017,145,0.017,171,3.228,174,2.404,175,2.404,176,2.404,296,3.547,441,4.055,547,4.449,725,4.604,728,4.055,731,2.674,745,4.078,760,5.49,768,5.438,769,3.586,770,5.438,771,5.438,772,5.438,773,4.816,774,6.064,775,4.816,776,6.064,777,5.438,778,4.816,779,3.586,780,3.586,781,3.586,782,3.036]],["title/injectables/NavigationService.html",[190,1.178,642,2.579]],["body/injectables/NavigationService.html",[3,0.208,4,0.208,9,0.183,24,0.814,37,0.233,38,0.419,39,1.104,40,0.994,44,1.181,46,0.977,48,1.651,49,0.026,50,2.057,51,0.813,52,1.381,66,0.371,69,0.639,70,0.259,79,0.208,80,0.315,81,1.175,98,0.788,116,1.147,144,0.014,145,0.014,172,2.373,190,1.345,191,1.397,197,2.237,212,2.755,214,2.217,215,1.268,216,1.486,235,2.413,241,1.812,244,1.051,275,1.296,277,1.938,281,2.734,284,1.345,286,5.215,374,4.072,378,3.058,513,2.647,536,3.058,537,1.206,553,2.211,620,1.296,621,1.812,626,2.669,627,1.643,629,0.921,638,3.828,642,2.945,657,2.015,682,3.106,684,1.296,686,3.058,687,1.513,690,3.058,694,1.893,695,1.893,731,2.015,758,3.344,782,3.344,783,2.703,784,2.945,785,5.133,786,2.703,787,4.072,788,2.703,789,2.703,790,5.485,791,2.703,792,3.949,793,2.703,794,2.945,795,3.949,796,2.703,797,2.647,798,3.949,799,2.703,800,2.703,801,3.949,802,2.703,803,2.703,804,2.703,805,3.949,806,2.703,807,2.703,808,2.703,809,2.703,810,2.288,811,2.288,812,2.703,813,2.703,814,2.703,815,3.949,816,3.949,817,2.703,818,2.703,819,4.667,820,2.703,821,2.703,822,2.703,823,2.703,824,2.703,825,2.703,826,2.703,827,2.703,828,2.703,829,2.703,830,2.703,831,3.949,832,2.703,833,3.949,834,2.703,835,2.703,836,2.703,837,2.703,838,2.703,839,2.703,840,2.703,841,2.703,842,2.703,843,2.703,844,2.703,845,2.703,846,2.703,847,2.703,848,2.703,849,2.703,850,2.703,851,2.703,852,2.703,853,2.015,854,2.703,855,2.703,856,2.703,857,2.288,858,2.703,859,2.703,860,2.703,861,2.703,862,2.703,863,2.703,864,3.949,865,2.703,866,2.703,867,2.703,868,2.703,869,2.703,870,2.703,871,2.703,872,2.703,873,2.703,874,2.703,875,3.949,876,2.703,877,2.703,878,2.703,879,2.703,880,2.703,881,3.949,882,2.703,883,2.703,884,2.703,885,2.703]],["title/interfaces/NavigationStatus.html",[673,1.178,689,2.11]],["body/interfaces/NavigationStatus.html",[3,0.335,4,0.335,9,0.295,28,1.942,37,0.376,44,1.634,46,0.704,48,1.221,49,0.026,66,0.405,70,0.418,79,0.524,98,0.602,116,0.759,133,0.815,144,0.02,145,0.02,212,2.605,214,1.692,215,1.348,216,1.071,220,3.333,235,3.086,244,2.321,272,1.583,277,1.786,536,3.343,537,1.942,620,2.087,626,2.778,627,2.484,629,2.3,632,2.251,673,2.132,674,2.087,675,2.824,676,2.438,677,2.656,678,2.656,679,3.059,680,3.662,681,3.333,682,2.087,683,3.086,684,2.862,685,2.918,686,2.438,687,2.438,688,2.918,689,3.333,690,3.343,691,2.918,692,2.656,693,2.251,694,2.619,695,2.087,696,2.918,697,2.918,886,4.353,887,4.353]],["title/components/ReleaseInfoComponent.html",[0,0.204,121,0.97]],["body/components/ReleaseInfoComponent.html",[0,0.319,1,0.931,2,0.96,3,0.416,4,0.273,5,0.763,7,1.061,8,0.994,9,0.241,16,0.763,17,1.525,18,1.525,19,1.502,20,1.798,21,0.816,23,1.1,24,0.835,25,1.43,27,4.032,35,1.43,37,0.306,38,0.507,39,1.007,40,1.108,44,1.43,45,1.061,46,0.875,48,0.994,49,0.026,50,1.208,51,0.942,52,1.029,66,0.422,68,1.131,69,0.573,70,0.34,71,1.985,79,0.273,80,0.413,81,0.763,86,2.676,92,1.061,93,1.43,94,1.43,95,0.573,96,1.731,97,1.061,98,0.747,99,1.617,100,0.994,101,1.061,102,1.617,103,0.994,104,1.43,105,0.994,106,1.061,107,0.994,108,0.931,109,0.994,110,1.061,111,0.931,112,1.061,113,1.061,114,0.931,115,1.061,116,0.833,117,1.061,118,0.994,119,1.061,120,1.061,121,1.622,122,2.014,123,1.061,124,0.931,125,0.931,126,0.994,127,1.061,128,0.994,129,0.994,130,0.931,131,0.816,132,0.816,133,0.664,134,0.664,135,0.872,136,1.061,137,0.931,138,1.061,139,0.931,140,1.061,141,0.931,142,0.994,143,1.061,144,0.017,145,0.017,151,3.203,216,1.176,261,3.53,268,3.002,269,2.644,270,2.163,272,1.289,275,1.7,446,4.899,888,5.786,889,3.545,890,4.779,891,4.779,892,4.505,893,5.786,894,3.545,895,4.779,896,3.545,897,4.779,898,3.545,899,3.545,900,3.545,901,3.545,902,3.545,903,3.002,904,3.545,905,3.545,906,3.545,907,3.545,908,4.779,909,2.676,910,3.564,911,5.786,912,4.779,913,4.779]],["title/interfaces/ReleaseInfoModule.html",[673,1.178,914,2.579]],["body/interfaces/ReleaseInfoModule.html",[3,0.369,4,0.369,9,0.326,37,0.414,38,0.615,49,0.026,66,0.423,79,0.51,98,0.895,132,1.105,133,0.899,144,0.021,145,0.021,172,1.997,212,2.91,215,1.45,216,1.427,218,3.217,267,2.687,272,1.745,326,2.141,673,1.976,674,2.301,679,3.248,693,2.481,909,3.627,910,4.83,914,4.326,915,3.579,916,4.326,917,4.326,918,3.217,919,4.063,920,3.579,921,3.217,922,3.217]],["title/components/SettingsButtonComponent.html",[0,0.204,124,0.909]],["body/components/SettingsButtonComponent.html",[0,0.255,1,0.622,2,0.719,3,0.182,4,0.182,5,0.51,6,0.92,7,0.708,8,0.664,9,0.161,10,3.981,13,1.766,16,0.51,19,1.435,20,1.69,21,0.545,22,2.184,23,0.824,24,0.751,25,1.071,30,2.893,31,2.893,32,3.218,33,1.391,34,3.218,35,1.071,36,2.669,37,0.204,38,0.379,39,1.009,40,1.056,44,1.071,45,0.708,46,1.048,48,1.699,49,0.026,50,2.064,51,0.983,52,1.169,61,1.677,66,0.411,69,0.383,70,0.227,71,1.326,72,1.224,74,1.444,75,1.766,79,0.182,80,0.276,81,1.214,86,3.253,92,0.708,93,1.071,94,1.071,95,0.383,96,1.439,97,0.708,98,0.838,99,1.291,100,0.664,101,0.708,102,1.291,103,0.664,104,1.071,105,0.664,106,0.708,107,0.664,108,0.622,109,0.664,110,0.708,111,0.622,112,0.708,113,0.708,114,0.622,115,0.708,116,0.624,117,0.708,118,0.664,119,0.708,120,0.708,121,0.664,122,0.708,123,0.708,124,1.264,125,1.526,126,0.664,127,0.708,128,0.664,129,0.664,130,0.622,131,0.545,132,0.545,133,0.443,134,0.443,135,0.583,136,0.708,137,0.622,138,0.708,139,0.622,140,0.708,141,0.622,142,0.664,143,0.708,144,0.013,145,0.013,172,2.417,180,1.224,182,5.526,212,2.653,214,2.193,215,1.214,216,1.515,270,1.444,272,0.861,275,1.135,276,1.766,284,1.219,326,1.056,369,1.766,370,3.642,389,3.654,434,1.766,436,2.005,437,3.544,439,4.918,452,3.03,507,2.184,553,2.416,629,1.921,638,2.669,639,2.005,657,1.766,659,2.005,921,3.224,923,6.526,924,4.315,925,4.315,926,4.315,927,5.165,928,5.165,929,5.165,930,5.165,931,3.579,932,3.579,933,3.579,934,3.579,935,4.81,936,4.81,937,4.81,938,3.579,939,3.579,940,3.579,941,3.579,942,2.368,943,3.579,944,2.368,945,4.073,946,3.579,947,2.368,948,3.579,949,2.368,950,3.579,951,2.368,952,2.368,953,2.368,954,3.579,955,2.368,956,3.579,957,2.368,958,3.579,959,2.368,960,3.579,961,2.368,962,3.579,963,2.368,964,3.579,965,3.579,966,3.579,967,3.579,968,2.368,969,3.579,970,2.368,971,2.368,972,2.368,973,2.005,974,2.005,975,2.368,976,2.368,977,2.368,978,2.368,979,2.368,980,2.368,981,2.368,982,2.368,983,2.368,984,2.368,985,2.368,986,2.368,987,2.368,988,2.368,989,2.368,990,2.368,991,3.579,992,4.81,993,3.579,994,3.03,995,3.579,996,3.579,997,3.03,998,5.433,999,3.579,1000,3.579,1001,5.433,1002,5.433]],["title/interfaces/SettingsMenuItem.html",[673,1.178,921,2.318]],["body/interfaces/SettingsMenuItem.html",[3,0.369,4,0.369,9,0.326,37,0.414,38,0.615,49,0.026,66,0.423,79,0.51,98,0.663,132,1.105,133,1.213,144,0.021,145,0.021,172,1.997,212,2.836,215,1.45,216,1.427,218,3.217,267,2.687,272,1.745,326,2.141,673,1.976,674,2.301,679,3.627,684,2.781,693,3.348,909,2.687,910,3.579,914,3.579,915,3.579,916,4.326,917,4.326,918,3.217,919,4.063,920,3.579,921,3.888,922,4.341]],["title/components/SidenavComponent.html",[0,0.204,126,0.97]],["body/components/SidenavComponent.html",[0,0.258,1,0.635,2,0.73,3,0.186,4,0.186,5,1.122,6,0.939,7,0.723,8,0.677,9,0.164,16,0.52,17,1.16,18,1.16,19,1.439,20,1.709,21,0.556,23,0.837,24,0.502,25,1.087,27,3.257,30,2.928,31,2.928,33,1.413,35,1.087,37,0.209,38,0.385,39,1.11,40,1.201,44,1.087,45,1.454,46,1.025,48,1.225,49,0.026,50,0.823,51,1.078,52,1.311,53,2.09,57,2.33,61,2.545,66,0.42,67,1.353,68,0.771,69,0.391,70,0.232,71,1.353,72,1.249,73,1.249,79,0.186,80,0.281,81,0.782,86,2.035,92,0.723,93,1.087,94,1.087,95,0.391,96,1.454,97,0.723,98,0.604,99,1.307,100,0.677,101,0.723,102,1.307,103,0.677,104,1.087,105,0.677,106,0.723,107,0.677,108,0.635,109,0.677,110,0.723,111,1.277,112,0.723,113,0.723,114,0.635,115,0.723,116,0.847,117,0.723,118,0.677,119,0.723,120,0.723,121,0.677,122,0.723,123,0.723,124,0.635,125,0.635,126,1.362,127,0.723,128,0.677,129,1.535,130,0.635,131,0.556,132,0.556,133,0.452,134,0.452,135,0.594,136,0.723,137,0.635,138,0.723,139,1.369,140,0.723,141,1.369,142,0.677,143,0.723,144,0.013,145,0.013,157,1.619,158,1.474,161,3.257,163,2.721,166,1.474,177,1.879,178,1.474,202,4.635,215,1.258,307,3.077,315,1.619,420,2.928,422,3.257,423,3.698,424,3.257,435,1.801,445,2.045,449,2.045,465,2.045,466,3.077,467,4.114,468,2.045,469,3.698,470,2.045,471,4.114,472,2.045,473,1.619,474,2.045,475,2.045,476,2.045,477,2.71,478,1.353,479,2.045,480,2.045,481,2.436,482,2.045,483,3.698,484,1.619,485,2.045,486,2.045,487,2.045,488,1.801,489,1.801,490,2.045,491,1.801,492,4.114,493,3.257,494,4.114,495,4.114,496,1.619,497,2.045,498,2.045,499,2.045,501,2.721,503,3.698,504,3.698,505,3.698,508,3.698,509,4.114,510,4.114,512,4.114,534,2.045,541,1.619,589,3.257,634,2.71,641,1.801,724,2.045,735,2.045,738,2.045,1003,2.416,1004,4.368,1005,4.368,1006,4.368,1007,4.368,1008,4.368,1009,4.368,1010,3.634,1011,4.368,1012,2.416,1013,2.416,1014,2.416,1015,3.634,1016,2.416,1017,2.416,1018,3.634,1019,2.416,1020,3.634,1021,2.416,1022,3.634,1023,2.416,1024,3.634,1025,2.416,1026,3.634,1027,2.416,1028,3.634,1029,2.416,1030,3.634,1031,2.416,1032,3.634,1033,2.416,1034,2.416,1035,2.416,1036,2.416,1037,2.416,1038,2.416,1039,2.416,1040,2.416,1041,2.416,1042,3.634,1043,3.634,1044,3.634,1045,3.634,1046,4.114,1047,2.416,1048,4.368,1049,3.634,1050,2.416,1051,2.416,1052,2.416,1053,3.634,1054,2.416,1055,2.416,1056,2.416,1057,2.416,1058,3.698,1059,2.045,1060,2.416,1061,3.634,1062,2.416,1063,2.045,1064,2.416,1065,1.801,1066,2.416,1067,2.416]],["title/directives/SidenavFooterDirective.html",[95,0.559,139,0.909]],["body/directives/SidenavFooterDirective.html",[3,0.381,4,0.381,5,1.409,9,0.336,16,1.066,19,1.272,23,1.361,24,0.817,37,0.428,38,0.627,39,1.022,40,1.101,46,0.956,49,0.025,66,0.336,69,0.801,70,0.476,79,0.381,80,0.576,95,0.956,98,0.685,134,0.928,139,1.553,144,0.021,145,0.021,214,1.925,215,1.272,216,1.219,336,4.483,339,3.963,513,3.963,1068,5.351,1069,4.953,1070,5.912,1071,4.194,1072,4.953,1073,4.194,1074,4.953]],["title/directives/SidenavHeaderDirective.html",[95,0.559,141,0.909]],["body/directives/SidenavHeaderDirective.html",[3,0.381,4,0.381,5,1.409,9,0.336,16,1.066,19,1.272,23,1.361,24,0.817,37,0.428,38,0.627,39,1.022,40,1.101,46,0.956,49,0.025,66,0.336,69,0.801,70,0.476,79,0.381,80,0.576,95,0.956,98,0.685,134,0.928,141,1.553,142,1.658,144,0.021,145,0.021,214,1.925,215,1.272,216,1.219,336,4.483,339,3.963,513,3.963,1068,5.351,1071,4.194,1073,4.194,1075,4.953,1076,4.953,1077,4.953]],["title/components/SidenavToggleButtonComponent.html",[0,0.204,128,0.97]],["body/components/SidenavToggleButtonComponent.html",[0,0.328,1,0.983,2,0.996,3,0.288,4,0.288,5,0.806,6,1.455,7,1.12,8,1.049,9,0.254,10,3.389,13,2.791,16,0.806,17,1.582,18,1.582,19,1.509,20,1.81,21,0.862,22,3.023,23,1.141,24,0.685,25,1.482,30,3.724,31,3.724,33,1.926,34,4.143,35,1.482,36,3.695,37,0.323,38,0.525,39,1.022,40,1.03,44,1.482,45,2.082,46,0.802,48,1.049,49,0.026,50,1.275,51,0.863,52,0.806,53,1.773,66,0.401,68,1.194,69,0.605,70,0.359,71,2.096,72,1.935,79,0.288,80,0.436,81,0.806,92,1.12,93,1.482,94,1.482,95,0.605,96,1.769,97,1.12,98,0.768,99,1.662,100,1.049,101,1.12,102,1.662,103,1.049,104,1.482,105,1.049,106,1.12,107,1.049,108,0.983,109,1.049,110,1.12,111,0.983,112,1.12,113,1.12,114,0.983,115,1.12,116,0.863,117,1.12,118,1.049,119,1.12,120,1.12,121,1.049,122,1.12,123,1.12,124,0.983,125,0.983,126,1.049,127,1.12,128,1.658,129,1.835,130,0.983,131,0.862,132,0.862,133,0.701,134,0.701,135,0.921,136,1.12,137,0.983,138,1.12,139,0.983,140,1.12,141,0.983,142,1.049,143,1.12,144,0.018,145,0.018,162,3.169,163,3.444,166,2.283,168,4.196,177,1.935,178,2.283,183,4.704,1078,5.555,1079,3.742,1080,3.742,1081,3.742,1082,4.955,1083,3.023]],["title/components/UserProfileIconComponent.html",[0,0.204,130,0.909]],["body/components/UserProfileIconComponent.html",[0,0.314,1,0.902,2,0.94,3,0.264,4,0.264,5,0.739,6,1.335,7,1.028,8,0.963,9,0.233,10,3.645,16,0.739,17,1.493,18,1.493,19,1.497,20,1.791,21,0.791,23,1.077,24,0.735,25,1.399,33,1.818,35,1.399,37,0.297,38,0.496,39,1.053,40,1.119,44,1.399,45,1.028,46,0.924,48,0.963,49,0.026,50,1.17,51,0.815,52,0.739,53,1.698,66,0.418,68,1.096,69,0.556,70,0.33,72,1.776,79,0.264,80,0.4,81,1.007,92,1.028,93,1.399,94,1.399,95,0.556,96,1.709,97,1.028,98,0.735,99,1.591,100,0.963,101,1.028,102,1.591,103,0.963,104,1.399,105,0.963,106,1.028,107,0.963,108,0.902,109,0.963,110,1.028,111,0.902,112,1.028,113,1.028,114,0.902,115,1.028,116,0.815,117,1.028,118,0.963,119,1.028,120,1.028,121,0.963,122,1.028,123,1.028,124,0.902,125,0.902,126,0.963,127,1.028,128,0.963,129,0.963,130,1.501,131,1.478,132,1.62,133,0.996,134,0.643,135,0.845,136,1.028,137,0.902,138,1.028,139,0.902,140,1.028,141,0.902,142,0.963,143,1.028,144,0.017,145,0.017,172,1.946,180,1.776,184,5.059,189,3.961,275,1.647,276,2.561,277,1.709,281,2.243,391,3.136,396,2.302,418,3.967,421,4.504,434,2.561,664,1.923,743,2.908,918,3.136,1084,5.975,1085,3.435,1086,5.32,1087,4.678,1088,4.705,1089,6.165,1090,4.678,1091,3.435,1092,4.678,1093,3.435,1094,4.678,1095,2.561,1096,2.908,1097,2.908,1098,3.435,1099,3.435,1100,3.435,1101,3.435,1102,4.678]],["title/changelog.html",[1103,2.161,1104,1.942,1105,2.453]],["body/changelog.html",[0,0.278,2,0.271,9,0.201,16,0.29,19,0.49,20,0.354,21,0.524,22,1.804,49,0.008,51,0.734,61,0.524,63,0.822,64,1.177,77,1.141,80,0.344,98,0.315,111,0.598,114,0.598,116,0.856,125,1.29,129,1.377,131,0.97,134,0.427,135,0.332,144,0.008,145,0.008,149,3.117,158,2.12,172,0.561,197,1.092,207,1.141,210,1.698,212,0.561,222,1.698,241,0.904,257,1.982,261,0.822,277,0.403,284,1.007,296,0.822,297,0.904,315,1.527,378,3.464,390,1.928,437,3.626,473,1.527,478,1.946,488,3.142,489,1.005,493,2.592,501,2.175,507,2.571,537,0.601,541,0.904,553,1.275,555,1.141,590,1.141,615,2.329,617,1.141,618,2.205,629,0.459,646,2.329,664,1.275,665,2.504,694,0.646,695,2.02,719,1.141,739,1.141,784,3.516,790,4.531,794,1.698,797,3.792,853,1.698,909,3.782,922,0.904,945,1.928,994,2.504,1046,1.928,1059,1.928,1063,1.928,1065,1.698,1083,1.804,1088,1.698,1105,1.928,1106,3.288,1107,1.348,1108,1.348,1109,4.214,1110,5.223,1111,1.141,1112,1.348,1113,1.348,1114,1.348,1115,1.348,1116,1.348,1117,1.928,1118,2.825,1119,6.296,1120,5.813,1121,1.348,1122,5.943,1123,4.713,1124,1.348,1125,1.348,1126,5.077,1127,4.214,1128,6.783,1129,6.783,1130,3.884,1131,3.288,1132,1.348,1133,1.348,1134,3.568,1135,1.348,1136,1.141,1137,1.348,1138,1.928,1139,5.077,1140,6.754,1141,6.754,1142,4.541,1143,5.719,1144,2.504,1145,3.475,1146,3.475,1147,2.592,1148,4.214,1149,6,1150,1.928,1151,3.568,1152,3.475,1153,4.157,1154,2.277,1155,3.992,1156,3.475,1157,2.957,1158,5.566,1159,1.348,1160,1.348,1161,1.348,1162,2.942,1163,1.348,1164,4.214,1165,2.277,1166,6.462,1167,2.277,1168,5.943,1169,3.799,1170,2.957,1171,4.486,1172,1.348,1173,4.214,1174,1.348,1175,4.486,1176,1.348,1177,6.673,1178,5.739,1179,1.348,1180,6.673,1181,2.957,1182,3.884,1183,1.141,1184,1.348,1185,1.348,1186,1.348,1187,3.992,1188,1.348,1189,1.141,1190,1.348,1191,1.348,1192,1.348,1193,1.348,1194,1.348,1195,2.277,1196,2.277,1197,2.277,1198,2.942,1199,1.348,1200,2.277,1201,2.277,1202,3.568,1203,1.348,1204,1.928,1205,2.277,1206,1.928,1207,1.348,1208,3.475,1209,1.698,1210,2.957,1211,1.348,1212,2.277,1213,1.348,1214,2.277,1215,1.928,1216,1.698,1217,1.348,1218,3.475,1219,1.928,1220,1.348,1221,3.516,1222,1.348,1223,2.277,1224,2.277,1225,1.348,1226,1.928,1227,2.957,1228,1.348,1229,2.277,1230,1.348,1231,1.928,1232,3.475,1233,3.161,1234,2.825,1235,1.928,1236,1.348,1237,2.277,1238,3.568,1239,2.277,1240,1.348,1241,2.277,1242,1.928,1243,1.348,1244,2.277,1245,1.348,1246,2.277,1247,1.928,1248,1.348,1249,2.277,1250,1.348,1251,2.277,1252,1.348,1253,2.277,1254,2.942,1255,1.348,1256,2.277,1257,1.348,1258,2.277,1259,2.277,1260,1.348,1261,1.348,1262,2.277,1263,2.277,1264,1.348,1265,2.277,1266,1.348,1267,1.928,1268,1.928,1269,1.348,1270,2.277,1271,3.475,1272,1.348,1273,1.348,1274,2.277,1275,1.348,1276,1.928,1277,2.277,1278,2.277,1279,1.348,1280,1.348,1281,2.277,1282,1.348,1283,2.277,1284,2.277,1285,1.348,1286,2.277,1287,1.348,1288,1.348,1289,2.277,1290,1.348,1291,1.348,1292,2.277,1293,1.348,1294,1.348,1295,5.223,1296,1.348,1297,1.348,1298,1.348,1299,1.348,1300,1.348,1301,1.348,1302,1.348,1303,1.348,1304,1.348,1305,1.348,1306,1.348,1307,1.348,1308,1.348,1309,1.348,1310,1.348,1311,1.348,1312,1.348,1313,2.277,1314,1.348,1315,1.348,1316,1.348,1317,1.348,1318,1.348,1319,1.348,1320,1.348,1321,1.348,1322,1.348,1323,1.348,1324,3.884,1325,1.348,1326,1.348,1327,1.348,1328,1.348,1329,1.348,1330,1.348,1331,1.348,1332,1.348,1333,2.957,1334,1.348,1335,1.348,1336,1.348,1337,1.348,1338,1.348,1339,1.348,1340,1.348,1341,1.348,1342,1.348,1343,1.348,1344,1.348,1345,1.348,1346,1.348,1347,1.348,1348,1.348,1349,5.223,1350,2.957,1351,1.348,1352,1.348,1353,1.348,1354,1.348,1355,1.348,1356,1.348,1357,1.348,1358,1.348,1359,1.348,1360,1.348,1361,1.348,1362,1.348,1363,1.348,1364,1.348,1365,1.348,1366,1.348,1367,1.348,1368,1.348,1369,1.348,1370,2.277,1371,2.277,1372,1.698,1373,1.348,1374,2.277,1375,2.277,1376,2.277,1377,2.277,1378,3.475,1379,2.277,1380,2.277,1381,1.348,1382,1.928,1383,1.348,1384,1.348,1385,1.348,1386,1.348,1387,1.348,1388,1.348,1389,1.348,1390,2.957,1391,4.715,1392,3.475,1393,2.277,1394,1.348,1395,3.884,1396,1.348,1397,2.277,1398,1.348,1399,1.348,1400,5.352,1401,1.348,1402,1.141,1403,1.348,1404,1.141,1405,1.348,1406,1.348,1407,1.348,1408,1.141,1409,2.277,1410,1.348,1411,3.884,1412,1.348,1413,1.348,1414,2.277,1415,2.277,1416,1.928,1417,2.277,1418,2.277,1419,2.277,1420,2.277,1421,2.277,1422,2.277,1423,1.928,1424,1.928,1425,2.277,1426,1.348,1427,1.348,1428,1.348,1429,1.348,1430,1.348,1431,4.214,1432,1.348,1433,1.348,1434,1.348,1435,1.348,1436,1.348,1437,1.348,1438,2.277,1439,6.564,1440,3.884,1441,1.348,1442,1.348,1443,1.348,1444,2.957,1445,2.277,1446,1.348,1447,1.348,1448,2.277,1449,1.348,1450,1.698,1451,1.348,1452,1.348,1453,1.348,1454,1.348,1455,2.277,1456,1.348,1457,1.348,1458,2.277,1459,1.348,1460,1.348,1461,1.348,1462,1.348,1463,2.277,1464,1.348,1465,1.348,1466,1.348,1467,1.348,1468,1.348,1469,1.348,1470,1.348,1471,1.348,1472,1.348,1473,1.348,1474,1.928,1475,2.277,1476,1.348,1477,1.348,1478,1.348,1479,1.348,1480,1.348,1481,1.348,1482,1.348,1483,1.141,1484,1.348,1485,1.348,1486,1.348,1487,1.348,1488,1.348,1489,1.348,1490,1.348,1491,1.348,1492,1.348,1493,1.348,1494,1.348,1495,1.348,1496,1.141,1497,1.348,1498,1.348,1499,1.348,1500,1.348,1501,1.348,1502,1.348,1503,1.348,1504,1.348,1505,1.348,1506,1.348,1507,1.348,1508,1.348,1509,1.141,1510,1.348,1511,1.348,1512,1.348,1513,1.348,1514,1.348,1515,1.348,1516,1.348,1517,1.348,1518,1.348,1519,1.348,1520,1.348,1521,1.348,1522,1.348,1523,1.348,1524,1.348,1525,1.348,1526,1.348,1527,2.277,1528,1.348,1529,1.348,1530,1.348,1531,1.348,1532,1.348,1533,1.348,1534,1.348,1535,1.348,1536,1.348]],["title/dependencies.html",[1142,1.942,1234,2.784]],["body/dependencies.html",[49,0.026,67,2.765,70,0.474,73,2.552,74,3.012,131,1.137,134,0.925,144,0.021,145,0.021,180,3.263,264,3.682,265,4.18,267,2.765,269,3.682,272,1.796,437,3.012,537,2.202,720,4.18,1095,3.682,1096,4.18,1118,4.596,1138,5.658,1147,4.4,1150,5.536,1233,3.309,1234,3.955,1537,4.937,1538,4.937,1539,4.937,1540,4.937,1541,4.937,1542,5.9,1543,4.937,1544,4.937,1545,4.937,1546,4.937,1547,4.937,1548,4.937,1549,4.937]],["title/miscellaneous/functions.html",[1550,1.622,1551,3.517]],["body/miscellaneous/functions.html",[2,1.072,8,1.645,21,0.966,37,0.362,48,1.935,49,0.026,98,0.954,144,0.019,145,0.019,197,2.011,214,2.683,215,1.443,216,1.698,244,2.534,261,2.559,615,2.811,620,2.558,621,3.576,626,1.745,627,1.745,629,1.999,630,3.128,632,2.168,675,2.168,676,3.458,683,2.168,687,2.988,692,3.255,787,3.128,794,4.376,1550,2.348,1551,3.551,1552,5.336,1553,4.194,1554,4.968,1555,4.518,1556,6.768,1557,5.868,1558,5.336,1559,5.336,1560,5.336,1561,5.336,1562,5.336,1563,5.336,1564,4.518,1565,4.194,1566,4.194,1567,4.518,1568,5.336,1569,4.194,1570,4.194,1571,4.194,1572,4.194,1573,6.768,1574,4.194,1575,4.194,1576,4.194,1577,4.194,1578,4.194,1579,4.194,1580,4.194]],["title/index.html",[37,0.25,1103,2.161,1104,1.942]],["body/index.html",[0,0.382,1,0.674,2,0.516,5,0.818,9,0.363,21,1.153,22,3.054,24,0.525,28,2.758,38,0.272,46,0.615,48,1.066,49,0.026,63,3.261,66,0.404,69,0.615,74,1.565,79,0.293,80,0.442,95,0.615,108,1.563,116,1.169,124,0.674,125,0.999,130,0.674,131,0.591,132,0.591,133,1.138,144,0.014,145,0.014,149,3.332,158,2.319,163,1.437,180,2.341,190,1.295,197,1.23,210,1.913,216,0.631,222,4.437,235,1.965,241,2.548,244,0.997,259,1.72,264,1.913,277,0.768,281,3.044,284,1.542,291,2.173,296,1.565,297,1.72,315,3.356,334,2.173,366,1.913,378,2.803,383,1.72,478,3.653,484,1.72,491,1.913,501,1.437,507,1.565,553,2.129,615,3.752,626,2.224,627,1.067,629,2.336,652,2.173,664,2.535,677,3.261,678,3.415,682,1.23,683,1.327,684,2.171,686,3.244,690,1.437,693,3.142,694,2.684,695,2.171,797,1.72,853,1.913,922,2.548,1058,4.74,1083,2.762,1095,1.913,1104,2.548,1118,3.884,1134,4.239,1136,2.173,1142,2.548,1143,4.526,1147,2.835,1162,3.834,1189,2.173,1198,3.219,1209,2.835,1216,1.913,1221,1.913,1233,1.72,1234,1.72,1238,3.834,1276,3.219,1372,1.913,1474,2.173,1496,4.239,1555,4.526,1564,3.219,1581,3.219,1582,3.801,1583,3.801,1584,5.627,1585,5.007,1586,2.566,1587,2.566,1588,2.566,1589,2.566,1590,2.566,1591,2.566,1592,2.566,1593,2.566,1594,2.566,1595,2.566,1596,2.566,1597,2.566,1598,2.566,1599,2.566,1600,2.566,1601,2.566,1602,2.566,1603,2.173,1604,3.801,1605,3.801,1606,3.801,1607,2.566,1608,2.566,1609,3.801,1610,5.345,1611,5.794,1612,2.566,1613,2.173,1614,5.345,1615,5.007,1616,2.566,1617,2.566,1618,2.566,1619,2.566,1620,2.566,1621,2.566,1622,4.906,1623,5.007,1624,2.173,1625,4.528,1626,4.528,1627,4.528,1628,4.528,1629,2.173,1630,2.566,1631,4.528,1632,5.598,1633,2.566,1634,2.566,1635,3.801,1636,3.801,1637,2.566,1638,4.239,1639,3.801,1640,2.566,1641,2.566,1642,2.566,1643,4.526,1644,3.801,1645,2.173,1646,4.528,1647,2.566,1648,3.801,1649,3.801,1650,3.219,1651,2.566,1652,2.566,1653,2.173,1654,2.173,1655,2.566,1656,2.566,1657,2.566,1658,2.566,1659,2.566,1660,2.566,1661,2.173,1662,2.566,1663,2.566,1664,2.566,1665,2.566,1666,2.566,1667,2.566,1668,4.528,1669,2.173,1670,2.566,1671,2.173,1672,2.173,1673,2.566,1674,2.566,1675,3.219,1676,2.566,1677,2.566]],["title/license.html",[1103,2.161,1104,1.942,1678,2.161]],["body/license.html",[0,0.182,4,0.483,39,0.857,44,0.278,46,0.15,49,0.012,50,0.316,64,0.851,66,0.063,80,0.108,81,0.2,131,1.156,144,0.008,145,0.006,258,0.622,277,0.278,284,1.049,294,1.394,297,0.622,355,1.656,373,1.228,378,1.244,379,2.296,383,2.064,473,0.622,478,0.519,481,1.104,484,1.489,507,0.566,533,0.785,547,0.622,575,1.489,629,0.316,664,1.506,673,1.161,674,1.065,695,0.445,784,1.228,797,3.698,857,2.886,909,3.157,997,0.785,1065,0.692,1083,0.566,1106,2.277,1111,0.785,1123,1.88,1131,1.394,1144,0.785,1151,0.785,1153,0.785,1155,0.785,1169,1.394,1183,0.785,1187,1.88,1204,3.94,1206,1.394,1209,0.692,1215,0.785,1216,1.228,1219,0.785,1221,1.228,1226,1.88,1231,0.785,1233,1.803,1235,2.277,1247,5.16,1254,1.394,1267,0.785,1268,1.394,1372,0.692,1382,4.157,1402,0.785,1404,1.88,1408,1.394,1416,2.607,1450,1.228,1483,4.415,1509,4.054,1567,0.785,1581,2.277,1584,3.94,1603,0.785,1613,1.394,1622,0.785,1624,2.607,1629,3.332,1638,4.672,1643,3.94,1645,0.785,1650,0.785,1653,0.785,1654,1.88,1661,2.607,1669,1.88,1671,4.054,1672,1.88,1675,0.785,1678,5.093,1679,4.788,1680,2.69,1681,0.928,1682,2.221,1683,5.793,1684,2.69,1685,5.121,1686,5.639,1687,3.08,1688,0.928,1689,0.928,1690,0.928,1691,3.08,1692,5.693,1693,3.08,1694,2.221,1695,4.91,1696,2.221,1697,0.928,1698,2.221,1699,0.928,1700,0.928,1701,1.647,1702,4.654,1703,3.409,1704,0.928,1705,3.409,1706,0.928,1707,0.928,1708,3.935,1709,1.647,1710,0.928,1711,0.928,1712,0.928,1713,6.204,1714,4.654,1715,2.221,1716,2.221,1717,4.149,1718,1.647,1719,6.829,1720,1.647,1721,3.409,1722,3.691,1723,2.69,1724,0.928,1725,0.928,1726,2.69,1727,3.935,1728,1.647,1729,3.935,1730,0.928,1731,0.928,1732,1.647,1733,0.928,1734,2.221,1735,5.377,1736,3.08,1737,1.647,1738,2.69,1739,0.928,1740,0.928,1741,1.647,1742,2.69,1743,2.221,1744,1.647,1745,4.504,1746,1.647,1747,5.517,1748,3.08,1749,1.647,1750,2.69,1751,0.928,1752,3.691,1753,0.928,1754,3.691,1755,5.921,1756,2.221,1757,2.886,1758,0.928,1759,0.928,1760,0.928,1761,3.935,1762,1.647,1763,4.504,1764,4.337,1765,2.69,1766,1.647,1767,0.928,1768,0.928,1769,4.504,1770,1.647,1771,0.928,1772,0.928,1773,4.788,1774,1.647,1775,2.221,1776,0.928,1777,0.928,1778,1.647,1779,0.928,1780,0.928,1781,3.409,1782,3.935,1783,0.928,1784,0.928,1785,0.928,1786,0.928,1787,0.928,1788,0.928,1789,1.647,1790,0.928,1791,0.928,1792,0.928,1793,1.647,1794,0.928,1795,2.221,1796,1.647,1797,0.928,1798,0.928,1799,1.647,1800,1.647,1801,4.91,1802,0.928,1803,1.647,1804,1.647,1805,0.928,1806,0.928,1807,1.647,1808,2.221,1809,1.647,1810,2.221,1811,1.647,1812,0.928,1813,0.928,1814,3.409,1815,0.928,1816,0.928,1817,2.69,1818,0.928,1819,0.928,1820,2.69,1821,0.928,1822,0.928,1823,0.928,1824,0.928,1825,0.928,1826,0.928,1827,4.149,1828,0.928,1829,4.788,1830,2.69,1831,3.08,1832,3.409,1833,1.647,1834,0.928,1835,2.221,1836,5.299,1837,1.647,1838,0.928,1839,0.928,1840,0.928,1841,2.221,1842,6.274,1843,0.928,1844,0.928,1845,1.647,1846,1.647,1847,0.928,1848,4.337,1849,0.928,1850,2.69,1851,3.935,1852,0.928,1853,2.221,1854,1.647,1855,3.409,1856,6.274,1857,2.221,1858,4.149,1859,2.69,1860,3.08,1861,0.928,1862,1.647,1863,2.221,1864,4.149,1865,4.337,1866,2.69,1867,0.928,1868,1.647,1869,1.647,1870,2.69,1871,2.69,1872,4.149,1873,0.928,1874,2.221,1875,0.928,1876,5.793,1877,1.647,1878,0.928,1879,3.935,1880,0.928,1881,1.647,1882,2.69,1883,3.935,1884,0.928,1885,5.021,1886,2.221,1887,1.647,1888,3.691,1889,4.337,1890,3.409,1891,0.928,1892,0.928,1893,0.928,1894,3.409,1895,0.928,1896,1.647,1897,0.928,1898,0.928,1899,0.928,1900,2.221,1901,0.928,1902,0.928,1903,0.928,1904,4.504,1905,2.221,1906,2.221,1907,0.928,1908,0.928,1909,0.928,1910,0.928,1911,1.647,1912,1.647,1913,4.149,1914,0.928,1915,0.928,1916,0.928,1917,2.221,1918,2.221,1919,3.409,1920,2.221,1921,0.928,1922,3.08,1923,3.409,1924,0.928,1925,0.928,1926,0.928,1927,1.647,1928,0.928,1929,2.221,1930,0.928,1931,0.928,1932,0.928,1933,0.928,1934,0.928,1935,1.647,1936,0.928,1937,5.639,1938,3.935,1939,0.928,1940,3.409,1941,1.647,1942,0.928,1943,0.928,1944,1.647,1945,1.647,1946,2.69,1947,0.928,1948,0.928,1949,0.928,1950,0.928,1951,1.647,1952,2.221,1953,3.08,1954,0.928,1955,2.221,1956,1.647,1957,0.928,1958,3.08,1959,0.928,1960,2.69,1961,0.928,1962,4.337,1963,3.691,1964,2.69,1965,0.928,1966,3.08,1967,0.928,1968,1.647,1969,0.928,1970,0.928,1971,1.647,1972,2.221,1973,2.221,1974,0.928,1975,0.928,1976,0.928,1977,2.221,1978,2.221,1979,3.409,1980,0.928,1981,0.928,1982,1.647,1983,1.647,1984,1.647,1985,0.928,1986,1.647,1987,0.928,1988,0.928,1989,0.928,1990,0.928,1991,0.928,1992,0.928,1993,2.221,1994,0.928,1995,5.021,1996,0.928,1997,0.928,1998,0.928,1999,3.08,2000,3.08,2001,0.928,2002,0.928,2003,2.221,2004,0.928,2005,0.928,2006,2.69,2007,0.928,2008,0.928,2009,0.928,2010,0.928,2011,0.928,2012,0.928,2013,1.647,2014,1.647,2015,0.928,2016,2.221,2017,0.928,2018,0.928,2019,1.647,2020,0.928,2021,0.928,2022,0.928,2023,0.928,2024,1.647,2025,1.647,2026,1.647,2027,1.647,2028,4.149,2029,0.928,2030,3.409,2031,0.928,2032,0.928,2033,1.647,2034,2.221,2035,2.221,2036,2.69,2037,2.69,2038,2.69,2039,2.221,2040,0.928,2041,3.08,2042,2.69,2043,0.928,2044,1.647,2045,1.647,2046,0.928,2047,3.08,2048,1.647,2049,2.69,2050,2.69,2051,0.928,2052,2.221,2053,4.91,2054,3.08,2055,0.928,2056,0.928,2057,0.928,2058,2.221,2059,2.221,2060,1.647,2061,0.928,2062,0.928,2063,0.928,2064,0.928,2065,1.647,2066,0.928,2067,0.928,2068,0.928,2069,2.221,2070,0.928,2071,0.928,2072,1.647,2073,0.928,2074,0.928,2075,1.647,2076,0.928,2077,2.221,2078,0.928,2079,0.928,2080,0.928,2081,1.647,2082,1.647,2083,3.409,2084,5.517,2085,2.221,2086,1.647,2087,1.647,2088,1.647,2089,1.647,2090,2.69,2091,2.69,2092,1.647,2093,0.928,2094,0.928,2095,0.928,2096,0.928,2097,0.928,2098,2.69,2099,3.409,2100,1.647,2101,0.928,2102,3.08,2103,0.928,2104,0.928,2105,0.928,2106,1.647,2107,0.928,2108,1.647,2109,0.928,2110,3.08,2111,3.935,2112,0.928,2113,4.504,2114,0.928,2115,0.928,2116,0.928,2117,0.928,2118,0.928,2119,0.928,2120,0.928,2121,0.928,2122,2.221,2123,3.08,2124,1.647,2125,2.69,2126,1.647,2127,0.928,2128,0.928,2129,1.647,2130,0.928,2131,0.928,2132,0.928,2133,1.647,2134,0.928,2135,0.928,2136,0.928,2137,2.69,2138,0.928,2139,1.647,2140,1.647,2141,0.928,2142,0.928,2143,2.221,2144,0.928,2145,0.928,2146,0.928,2147,0.928,2148,0.928,2149,1.647,2150,0.928,2151,0.928,2152,1.647,2153,0.928,2154,0.928,2155,0.928,2156,0.928,2157,0.928,2158,0.928,2159,0.928,2160,0.928,2161,3.08,2162,0.928,2163,0.928,2164,3.409,2165,0.928,2166,0.928,2167,0.928,2168,0.928,2169,0.928,2170,0.928,2171,0.928,2172,1.647,2173,3.691,2174,0.928,2175,2.69,2176,0.928,2177,0.928,2178,2.221,2179,0.928,2180,0.928,2181,2.221,2182,0.928,2183,1.647,2184,0.928,2185,0.928,2186,0.928,2187,0.928,2188,0.928,2189,0.928,2190,0.928,2191,0.928,2192,0.928,2193,0.928,2194,1.647,2195,0.928,2196,0.928,2197,0.928,2198,1.647,2199,1.647,2200,0.928,2201,0.928,2202,2.221,2203,0.928,2204,1.647,2205,0.928,2206,1.647,2207,0.928,2208,1.647,2209,0.928,2210,2.221,2211,3.691,2212,0.928,2213,0.928,2214,1.394,2215,0.928,2216,0.928,2217,0.928,2218,0.928,2219,1.647,2220,0.928,2221,1.647,2222,2.69,2223,0.928,2224,3.08,2225,0.928,2226,0.928,2227,0.928,2228,0.928,2229,0.928,2230,0.928,2231,1.647,2232,1.647,2233,1.647,2234,2.221,2235,0.928,2236,1.647,2237,0.928,2238,1.647,2239,2.221,2240,0.928,2241,1.647,2242,0.928,2243,1.647,2244,0.928,2245,2.221,2246,1.647,2247,0.928,2248,0.928,2249,1.647,2250,5.639,2251,1.647,2252,0.928,2253,3.08,2254,4.337,2255,2.221,2256,0.928,2257,0.928,2258,0.928,2259,2.69,2260,0.928,2261,0.928,2262,2.221,2263,0.928,2264,1.647,2265,0.928,2266,0.928,2267,0.928,2268,0.928,2269,2.69,2270,0.928,2271,0.928,2272,0.928,2273,0.928,2274,2.69,2275,1.647,2276,0.928,2277,0.928,2278,2.221,2279,0.928,2280,1.647,2281,2.221,2282,0.928,2283,1.647,2284,0.928,2285,0.928,2286,0.928,2287,0.928,2288,1.647,2289,2.221,2290,0.928,2291,0.928,2292,0.928,2293,1.647,2294,0.928,2295,1.647,2296,0.928,2297,0.928,2298,0.928,2299,0.928,2300,0.928,2301,2.221,2302,1.647,2303,0.928,2304,0.928,2305,2.69,2306,0.928,2307,2.221,2308,0.928,2309,0.928,2310,0.928,2311,1.647,2312,0.928,2313,0.928,2314,0.928,2315,2.221,2316,1.647,2317,1.647,2318,0.928,2319,3.691,2320,1.647,2321,2.221,2322,2.69,2323,0.928,2324,0.928,2325,0.928,2326,1.647,2327,0.928,2328,2.221,2329,0.928,2330,1.647,2331,0.928,2332,0.928,2333,0.928,2334,0.928,2335,1.647,2336,0.928,2337,1.647,2338,2.221,2339,1.647,2340,0.928,2341,1.647,2342,0.928,2343,0.928,2344,1.647,2345,1.647,2346,0.928,2347,0.928,2348,1.647,2349,0.928,2350,0.928,2351,0.928,2352,0.928,2353,0.928,2354,2.221,2355,0.928,2356,0.928,2357,0.928,2358,0.928,2359,0.928,2360,2.69,2361,2.221,2362,0.928,2363,0.928,2364,0.928,2365,0.928,2366,0.928,2367,1.647,2368,0.928,2369,0.928,2370,0.928,2371,0.928,2372,0.928,2373,0.928,2374,0.928,2375,0.928,2376,0.928,2377,0.928,2378,0.928,2379,0.928,2380,0.928,2381,2.221,2382,0.928,2383,1.647,2384,0.928,2385,0.928,2386,0.928,2387,0.928,2388,0.928,2389,0.928,2390,0.928,2391,0.928,2392,0.928,2393,0.928,2394,2.221,2395,0.928,2396,0.928,2397,0.928,2398,1.647,2399,0.928,2400,0.928,2401,0.928,2402,0.928,2403,0.928,2404,0.928,2405,0.928,2406,1.647,2407,1.647,2408,2.277,2409,1.647,2410,0.928,2411,1.647,2412,0.928,2413,0.928,2414,0.928,2415,0.928,2416,0.928,2417,1.647,2418,1.647,2419,0.928,2420,1.647,2421,0.928,2422,0.928,2423,0.928,2424,0.928,2425,0.928,2426,0.928,2427,0.928,2428,0.928,2429,0.928,2430,0.928,2431,0.928,2432,0.928,2433,1.647,2434,0.928,2435,2.221,2436,0.928,2437,0.928,2438,0.928,2439,0.928,2440,0.928,2441,0.928,2442,0.928,2443,0.928,2444,0.928,2445,0.928,2446,0.928,2447,0.928,2448,0.928,2449,0.928,2450,0.928,2451,1.647,2452,0.928,2453,0.928,2454,0.928,2455,0.928,2456,0.928,2457,0.928,2458,0.928,2459,0.928,2460,0.928,2461,0.928,2462,0.928]],["title/modules.html",[892,3.504]],["body/modules.html",[49,0.023,144,0.023,145,0.023,892,4.152]],["title/overview.html",[2463,3.979]],["body/overview.html",[2,1.103,49,0.023,134,1.028,144,0.023,145,0.023,191,2.838,575,3.679,674,2.632,1450,4.093,2463,4.648,2464,6.278]],["title/properties.html",[38,0.44,1142,1.942]],["body/properties.html",[20,1.381,38,0.557,49,0.025,144,0.022,145,0.022,149,3.428,646,4.104,909,2.943,1117,4.45,1118,3.523,1202,4.45,1242,4.45,1423,4.45,1424,4.45,1678,3.919,1757,4.45,2214,4.45,2408,4.45,2465,5.256,2466,5.256,2467,5.256,2468,5.256,2469,5.256,2470,5.256,2471,5.256,2472,5.256,2473,5.256,2474,5.256]],["title/miscellaneous/typealiases.html",[1550,1.622,2475,4.153]],["body/miscellaneous/typealiases.html",[37,0.458,49,0.022,116,1.072,144,0.022,145,0.022,215,1.141,218,4.124,244,2.392,675,2.741,676,3.64,682,2.95,684,2.541,915,3.953,916,3.953,917,3.953,918,4.124,920,4.588,1550,2.968,1554,5.21,2476,5.301,2477,6.501]],["title/miscellaneous/variables.html",[1550,1.622,2478,3.517]],["body/miscellaneous/variables.html",[0,0.355,3,0.34,37,0.381,49,0.026,51,1.211,52,1.496,63,2.694,132,1.383,144,0.02,145,0.02,172,2.293,197,3.017,261,2.694,273,4.667,274,4.667,284,2.367,371,4.667,411,4.667,603,4.667,618,3.293,629,1.877,681,3.666,682,2.117,728,3.293,787,3.293,810,4.667,811,4.667,903,4.667,973,4.667,974,4.667,1083,3.362,1088,3.293,1097,4.667,1550,2.472,2478,3.739,2479,6.949,2480,5.511,2481,4.416,2482,4.416,2483,4.416,2484,4.416,2485,4.416,2486,4.416,2487,4.416,2488,4.416,2489,4.416,2490,4.416,2491,4.416,2492,4.416,2493,4.416,2494,4.416,2495,5.511,2496,4.416,2497,5.511]]],"invertedIndex":[["",{"_index":49,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/BaseLayoutComponent.html":{},"components/DefaultHeaderComponent.html":{},"injectables/ExternalAppsService.html":{},"components/FooterComponent.html":{},"directives/FooterDirective.html":{},"injectables/FooterService.html":{},"components/HeaderComponent.html":{},"directives/HeaderDirective.html":{},"injectables/HeaderService.html":{},"components/LayoutComponent.html":{},"injectables/LayoutService.html":{},"injectables/LogoService.html":{},"components/MinimalLayoutComponent.html":{},"components/NavigationComponent.html":{},"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{},"components/ReleaseInfoComponent.html":{},"interfaces/ReleaseInfoModule.html":{},"components/SettingsButtonComponent.html":{},"interfaces/SettingsMenuItem.html":{},"components/SidenavComponent.html":{},"directives/SidenavFooterDirective.html":{},"directives/SidenavHeaderDirective.html":{},"components/SidenavToggleButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"changelog.html":{},"dependencies.html":{},"miscellaneous/functions.html":{},"index.html":{},"license.html":{},"modules.html":{},"overview.html":{},"properties.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["0",{"_index":57,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LayoutComponent.html":{},"injectables/LayoutService.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/SidenavComponent.html":{}}}],["01",{"_index":1295,"title":{},"body":{"changelog.html":{}}}],["0143fc3",{"_index":1345,"title":{},"body":{"changelog.html":{}}}],["02",{"_index":1173,"title":{},"body":{"changelog.html":{}}}],["03",{"_index":1168,"title":{},"body":{"changelog.html":{}}}],["04",{"_index":1158,"title":{},"body":{"changelog.html":{}}}],["05",{"_index":1149,"title":{},"body":{"changelog.html":{}}}],["06",{"_index":1120,"title":{},"body":{"changelog.html":{}}}],["069a66b",{"_index":1529,"title":{},"body":{"changelog.html":{}}}],["07",{"_index":1178,"title":{},"body":{"changelog.html":{}}}],["08",{"_index":1349,"title":{},"body":{"changelog.html":{}}}],["09",{"_index":1166,"title":{},"body":{"changelog.html":{}}}],["0940f5f",{"_index":1472,"title":{},"body":{"changelog.html":{}}}],["0a4a33d",{"_index":1266,"title":{},"body":{"changelog.html":{}}}],["0a5c87b",{"_index":1443,"title":{},"body":{"changelog.html":{}}}],["0a8db9f",{"_index":1316,"title":{},"body":{"changelog.html":{}}}],["1",{"_index":383,"title":{},"body":{"injectables/FooterService.html":{},"injectables/HeaderService.html":{},"index.html":{},"license.html":{}}}],["1.1.4",{"_index":1544,"title":{},"body":{"dependencies.html":{}}}],["1.1.5",{"_index":1547,"title":{},"body":{"dependencies.html":{}}}],["10",{"_index":1187,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["10.0.0",{"_index":1521,"title":{},"body":{"changelog.html":{}}}],["100",{"_index":469,"title":{},"body":{"components/LayoutComponent.html":{},"components/SidenavComponent.html":{}}}],["10a64b6",{"_index":1446,"title":{},"body":{"changelog.html":{}}}],["10px",{"_index":1057,"title":{},"body":{"components/SidenavComponent.html":{}}}],["11",{"_index":1169,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["11.0.0",{"_index":1520,"title":{},"body":{"changelog.html":{}}}],["11.0.1",{"_index":1519,"title":{},"body":{"changelog.html":{}}}],["11.0.2",{"_index":1518,"title":{},"body":{"changelog.html":{}}}],["11.0.3",{"_index":1517,"title":{},"body":{"changelog.html":{}}}],["11.0.4",{"_index":1516,"title":{},"body":{"changelog.html":{}}}],["11.1.0",{"_index":1513,"title":{},"body":{"changelog.html":{}}}],["11.1.1",{"_index":1512,"title":{},"body":{"changelog.html":{}}}],["11.2.0",{"_index":1505,"title":{},"body":{"changelog.html":{}}}],["11.2.1",{"_index":1503,"title":{},"body":{"changelog.html":{}}}],["11.2.2",{"_index":1501,"title":{},"body":{"changelog.html":{}}}],["11.3.0",{"_index":1498,"title":{},"body":{"changelog.html":{}}}],["11.3.1",{"_index":1494,"title":{},"body":{"changelog.html":{}}}],["11.4.0",{"_index":1492,"title":{},"body":{"changelog.html":{}}}],["11.4.1",{"_index":1489,"title":{},"body":{"changelog.html":{}}}],["11.4.2",{"_index":1486,"title":{},"body":{"changelog.html":{}}}],["11.4.3",{"_index":1480,"title":{},"body":{"changelog.html":{}}}],["11.4.4",{"_index":1478,"title":{},"body":{"changelog.html":{}}}],["12",{"_index":488,"title":{},"body":{"components/LayoutComponent.html":{},"components/SidenavComponent.html":{},"changelog.html":{}}}],["12.0.0",{"_index":1477,"title":{},"body":{"changelog.html":{}}}],["12.0.1",{"_index":1476,"title":{},"body":{"changelog.html":{}}}],["12.0.10",{"_index":1453,"title":{},"body":{"changelog.html":{}}}],["12.0.11",{"_index":1448,"title":{},"body":{"changelog.html":{}}}],["12.0.2",{"_index":1473,"title":{},"body":{"changelog.html":{}}}],["12.0.3",{"_index":1470,"title":{},"body":{"changelog.html":{}}}],["12.0.4",{"_index":1469,"title":{},"body":{"changelog.html":{}}}],["12.0.5",{"_index":1468,"title":{},"body":{"changelog.html":{}}}],["12.0.6",{"_index":1467,"title":{},"body":{"changelog.html":{}}}],["12.0.7",{"_index":1466,"title":{},"body":{"changelog.html":{}}}],["12.0.8",{"_index":1463,"title":{},"body":{"changelog.html":{}}}],["12.0.9",{"_index":1458,"title":{},"body":{"changelog.html":{}}}],["12.1.0",{"_index":1444,"title":{},"body":{"changelog.html":{}}}],["12.2.0",{"_index":1438,"title":{},"body":{"changelog.html":{}}}],["12.2.1",{"_index":1435,"title":{},"body":{"changelog.html":{}}}],["12.2.2",{"_index":1432,"title":{},"body":{"changelog.html":{}}}],["12.2.3",{"_index":1426,"title":{},"body":{"changelog.html":{}}}],["12dd87e",{"_index":1394,"title":{},"body":{"changelog.html":{}}}],["12px",{"_index":1048,"title":{},"body":{"components/SidenavComponent.html":{}}}],["13",{"_index":1402,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["13.0.0",{"_index":1411,"title":{},"body":{"changelog.html":{}}}],["13.x.x",{"_index":1421,"title":{},"body":{"changelog.html":{}}}],["14",{"_index":1333,"title":{},"body":{"changelog.html":{}}}],["14.0.0",{"_index":1407,"title":{},"body":{"changelog.html":{}}}],["14.0.1",{"_index":1403,"title":{},"body":{"changelog.html":{}}}],["14.0.2",{"_index":1401,"title":{},"body":{"changelog.html":{}}}],["14.0.3",{"_index":1399,"title":{},"body":{"changelog.html":{}}}],["14.x.x",{"_index":1409,"title":{},"body":{"changelog.html":{}}}],["14545bf",{"_index":1301,"title":{},"body":{"changelog.html":{}}}],["15",{"_index":1450,"title":{},"body":{"changelog.html":{},"license.html":{},"overview.html":{}}}],["15.0.0",{"_index":1396,"title":{},"body":{"changelog.html":{}}}],["15.x.x",{"_index":1397,"title":{},"body":{"changelog.html":{}}}],["16",{"_index":1408,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["16.0.0",{"_index":1177,"title":{},"body":{"changelog.html":{}}}],["16.0.1",{"_index":1164,"title":{},"body":{"changelog.html":{}}}],["16.0.2",{"_index":1156,"title":{},"body":{"changelog.html":{}}}],["16.0.3",{"_index":1154,"title":{},"body":{"changelog.html":{}}}],["16.2.4",{"_index":1548,"title":{},"body":{"dependencies.html":{}}}],["16.x.x",{"_index":1393,"title":{},"body":{"changelog.html":{}}}],["17",{"_index":1148,"title":{},"body":{"changelog.html":{}}}],["17.0.1",{"_index":1152,"title":{},"body":{"changelog.html":{}}}],["18",{"_index":1146,"title":{},"body":{"changelog.html":{}}}],["18.0.0",{"_index":1542,"title":{},"body":{"dependencies.html":{}}}],["18.0.1",{"_index":1150,"title":{},"body":{"changelog.html":{},"dependencies.html":{}}}],["18.0.2",{"_index":1145,"title":{},"body":{"changelog.html":{}}}],["18.0.3",{"_index":1138,"title":{},"body":{"changelog.html":{},"dependencies.html":{}}}],["18.1.0",{"_index":1117,"title":{},"body":{"changelog.html":{},"properties.html":{}}}],["18.1.1",{"_index":1545,"title":{},"body":{"dependencies.html":{}}}],["19",{"_index":1324,"title":{},"body":{"changelog.html":{}}}],["19.3.0",{"_index":1538,"title":{},"body":{"dependencies.html":{}}}],["192",{"_index":597,"title":{},"body":{"injectables/LogoService.html":{}}}],["1996",{"_index":2012,"title":{},"body":{"license.html":{}}}],["1d1f69b",{"_index":1321,"title":{},"body":{"changelog.html":{}}}],["1d2383c",{"_index":1526,"title":{},"body":{"changelog.html":{}}}],["1dba44a",{"_index":1515,"title":{},"body":{"changelog.html":{}}}],["1fea895",{"_index":1176,"title":{},"body":{"changelog.html":{}}}],["1px",{"_index":486,"title":{},"body":{"components/LayoutComponent.html":{},"components/SidenavComponent.html":{}}}],["2",{"_index":1661,"title":{},"body":{"index.html":{},"license.html":{}}}],["2.6.2",{"_index":1540,"title":{},"body":{"dependencies.html":{}}}],["20",{"_index":1144,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["2007",{"_index":1682,"title":{},"body":{"license.html":{}}}],["2021",{"_index":1439,"title":{},"body":{"changelog.html":{}}}],["2022",{"_index":1400,"title":{},"body":{"changelog.html":{}}}],["2023",{"_index":1180,"title":{},"body":{"changelog.html":{}}}],["2024",{"_index":1119,"title":{},"body":{"changelog.html":{}}}],["21",{"_index":1139,"title":{},"body":{"changelog.html":{}}}],["21b6199",{"_index":1355,"title":{},"body":{"changelog.html":{}}}],["21ef36d",{"_index":1406,"title":{},"body":{"changelog.html":{}}}],["22",{"_index":1313,"title":{},"body":{"changelog.html":{}}}],["23",{"_index":1181,"title":{},"body":{"changelog.html":{}}}],["24",{"_index":1127,"title":{},"body":{"changelog.html":{}}}],["25",{"_index":1121,"title":{},"body":{"changelog.html":{}}}],["250ms",{"_index":480,"title":{},"body":{"components/LayoutComponent.html":{},"components/SidenavComponent.html":{}}}],["2667fd7",{"_index":1365,"title":{},"body":{"changelog.html":{}}}],["27",{"_index":1157,"title":{},"body":{"changelog.html":{}}}],["27c2cd7",{"_index":1236,"title":{},"body":{"changelog.html":{}}}],["28",{"_index":1155,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["285b99c",{"_index":1163,"title":{},"body":{"changelog.html":{}}}],["2873ec4",{"_index":1531,"title":{},"body":{"changelog.html":{}}}],["29",{"_index":1153,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["2999fac",{"_index":1160,"title":{},"body":{"changelog.html":{}}}],["29a5462",{"_index":1285,"title":{},"body":{"changelog.html":{}}}],["2a50b09",{"_index":1222,"title":{},"body":{"changelog.html":{}}}],["2c0cf1d",{"_index":1310,"title":{},"body":{"changelog.html":{}}}],["2e2c351",{"_index":1288,"title":{},"body":{"changelog.html":{}}}],["2eeb7eb",{"_index":1506,"title":{},"body":{"changelog.html":{}}}],["2px",{"_index":1054,"title":{},"body":{"components/SidenavComponent.html":{}}}],["3",{"_index":1680,"title":{},"body":{"license.html":{}}}],["3.0",{"_index":2472,"title":{},"body":{"properties.html":{}}}],["30",{"_index":1151,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["3051ba6",{"_index":1532,"title":{},"body":{"changelog.html":{}}}],["31",{"_index":1350,"title":{},"body":{"changelog.html":{}}}],["31c72a1",{"_index":1296,"title":{},"body":{"changelog.html":{}}}],["3394767",{"_index":1220,"title":{},"body":{"changelog.html":{}}}],["346be5d",{"_index":1441,"title":{},"body":{"changelog.html":{}}}],["354cce1",{"_index":1488,"title":{},"body":{"changelog.html":{}}}],["35d2fef",{"_index":1302,"title":{},"body":{"changelog.html":{}}}],["35ec333",{"_index":1326,"title":{},"body":{"changelog.html":{}}}],["3a2a238",{"_index":1430,"title":{},"body":{"changelog.html":{}}}],["3b30276",{"_index":1255,"title":{},"body":{"changelog.html":{}}}],["3d90660",{"_index":1199,"title":{},"body":{"changelog.html":{}}}],["3e97a5d",{"_index":1385,"title":{},"body":{"changelog.html":{}}}],["4",{"_index":575,"title":{},"body":{"injectables/LayoutService.html":{},"components/NavigationItemComponent.html":{},"license.html":{},"overview.html":{}}}],["400",{"_index":651,"title":{},"body":{"components/NavigationComponent.html":{}}}],["4204cd4",{"_index":1493,"title":{},"body":{"changelog.html":{}}}],["42f1a8e",{"_index":1329,"title":{},"body":{"changelog.html":{}}}],["45bd022",{"_index":1383,"title":{},"body":{"changelog.html":{}}}],["46d4479",{"_index":1228,"title":{},"body":{"changelog.html":{}}}],["472cc12",{"_index":1260,"title":{},"body":{"changelog.html":{}}}],["48fc3f5",{"_index":1339,"title":{},"body":{"changelog.html":{}}}],["48px",{"_index":1060,"title":{},"body":{"components/SidenavComponent.html":{}}}],["4a175e8",{"_index":1536,"title":{},"body":{"changelog.html":{}}}],["4c248be",{"_index":1282,"title":{},"body":{"changelog.html":{}}}],["4d99def",{"_index":1305,"title":{},"body":{"changelog.html":{}}}],["5",{"_index":2078,"title":{},"body":{"license.html":{}}}],["5139adb",{"_index":1479,"title":{},"body":{"changelog.html":{}}}],["51b7502",{"_index":1137,"title":{},"body":{"changelog.html":{}}}],["55afb8b",{"_index":1272,"title":{},"body":{"changelog.html":{}}}],["569488a",{"_index":1261,"title":{},"body":{"changelog.html":{}}}],["582830b",{"_index":1280,"title":{},"body":{"changelog.html":{}}}],["59f9b7e",{"_index":1207,"title":{},"body":{"changelog.html":{}}}],["6",{"_index":2464,"title":{},"body":{"overview.html":{}}}],["60",{"_index":2263,"title":{},"body":{"license.html":{}}}],["6049e53",{"_index":1264,"title":{},"body":{"changelog.html":{}}}],["64",{"_index":576,"title":{},"body":{"injectables/LayoutService.html":{}}}],["64px",{"_index":470,"title":{},"body":{"components/LayoutComponent.html":{},"components/SidenavComponent.html":{}}}],["653b4cd",{"_index":1387,"title":{},"body":{"changelog.html":{}}}],["65ff765",{"_index":1322,"title":{},"body":{"changelog.html":{}}}],["66d39a4",{"_index":1275,"title":{},"body":{"changelog.html":{}}}],["66f0719",{"_index":1410,"title":{},"body":{"changelog.html":{}}}],["67e9290",{"_index":1273,"title":{},"body":{"changelog.html":{}}}],["69f92d3",{"_index":1357,"title":{},"body":{"changelog.html":{}}}],["6a54998",{"_index":1290,"title":{},"body":{"changelog.html":{}}}],["6b",{"_index":2107,"title":{},"body":{"license.html":{}}}],["6c8560a",{"_index":1230,"title":{},"body":{"changelog.html":{}}}],["6d",{"_index":2131,"title":{},"body":{"license.html":{}}}],["6e12567",{"_index":1389,"title":{},"body":{"changelog.html":{}}}],["6ea13c5",{"_index":1364,"title":{},"body":{"changelog.html":{}}}],["6px",{"_index":1052,"title":{},"body":{"components/SidenavComponent.html":{}}}],["7",{"_index":2039,"title":{},"body":{"license.html":{}}}],["7.8.1",{"_index":1549,"title":{},"body":{"dependencies.html":{}}}],["700",{"_index":653,"title":{},"body":{"components/NavigationComponent.html":{}}}],["706dad3",{"_index":1225,"title":{},"body":{"changelog.html":{}}}],["71024c3",{"_index":1269,"title":{},"body":{"changelog.html":{}}}],["77c62df",{"_index":1240,"title":{},"body":{"changelog.html":{}}}],["78d02b7",{"_index":1185,"title":{},"body":{"changelog.html":{}}}],["7a35660",{"_index":1318,"title":{},"body":{"changelog.html":{}}}],["7e0c816",{"_index":1191,"title":{},"body":{"changelog.html":{}}}],["7ee22ee",{"_index":1245,"title":{},"body":{"changelog.html":{}}}],["7ffd28b",{"_index":1307,"title":{},"body":{"changelog.html":{}}}],["80f4aae",{"_index":1243,"title":{},"body":{"changelog.html":{}}}],["83e5f9a",{"_index":1485,"title":{},"body":{"changelog.html":{}}}],["8479f5c",{"_index":1386,"title":{},"body":{"changelog.html":{}}}],["849e28a",{"_index":1491,"title":{},"body":{"changelog.html":{}}}],["8834055",{"_index":1211,"title":{},"body":{"changelog.html":{}}}],["8cfbe0d",{"_index":1132,"title":{},"body":{"changelog.html":{}}}],["8df4bf3",{"_index":1359,"title":{},"body":{"changelog.html":{}}}],["8f1d007",{"_index":1434,"title":{},"body":{"changelog.html":{}}}],["8f9e868",{"_index":1133,"title":{},"body":{"changelog.html":{}}}],["9349248",{"_index":1135,"title":{},"body":{"changelog.html":{}}}],["954fde4",{"_index":1502,"title":{},"body":{"changelog.html":{}}}],["959px",{"_index":542,"title":{},"body":{"injectables/LayoutService.html":{}}}],["95c5dc0",{"_index":1298,"title":{},"body":{"changelog.html":{}}}],["95d3e46",{"_index":1534,"title":{},"body":{"changelog.html":{}}}],["96e00c4",{"_index":1250,"title":{},"body":{"changelog.html":{}}}],["96e6785",{"_index":1327,"title":{},"body":{"changelog.html":{}}}],["97ce8d0",{"_index":1353,"title":{},"body":{"changelog.html":{}}}],["9a1969f",{"_index":1334,"title":{},"body":{"changelog.html":{}}}],["_portal",{"_index":338,"title":{},"body":{"directives/FooterDirective.html":{},"directives/HeaderDirective.html":{}}}],["_subscription",{"_index":744,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["a057d77",{"_index":1381,"title":{},"body":{"changelog.html":{}}}],["a085d57",{"_index":1437,"title":{},"body":{"changelog.html":{}}}],["a212366",{"_index":1309,"title":{},"body":{"changelog.html":{}}}],["a7874fb",{"_index":1497,"title":{},"body":{"changelog.html":{}}}],["a95c8ad",{"_index":1347,"title":{},"body":{"changelog.html":{}}}],["a98e467",{"_index":1447,"title":{},"body":{"changelog.html":{}}}],["ab6e325",{"_index":1462,"title":{},"body":{"changelog.html":{}}}],["abc10a1",{"_index":1344,"title":{},"body":{"changelog.html":{}}}],["ability",{"_index":2180,"title":{},"body":{"license.html":{}}}],["above",{"_index":2245,"title":{},"body":{"license.html":{}}}],["absence",{"_index":2040,"title":{},"body":{"license.html":{}}}],["absolute",{"_index":2457,"title":{},"body":{"license.html":{}}}],["abstracttype",{"_index":680,"title":{},"body":{"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"interfaces/NavigationStatus.html":{}}}],["abuse",{"_index":1792,"title":{},"body":{"license.html":{}}}],["aca8e49",{"_index":1475,"title":{},"body":{"changelog.html":{}}}],["acc",{"_index":861,"title":{},"body":{"injectables/NavigationService.html":{}}}],["accept",{"_index":2275,"title":{},"body":{"license.html":{}}}],["acceptance",{"_index":2274,"title":{},"body":{"license.html":{}}}],["access",{"_index":1781,"title":{},"body":{"license.html":{}}}],["accessible",{"_index":2347,"title":{},"body":{"license.html":{}}}],["accompanied",{"_index":2085,"title":{},"body":{"license.html":{}}}],["accompanies",{"_index":2461,"title":{},"body":{"license.html":{}}}],["accord",{"_index":2038,"title":{},"body":{"license.html":{}}}],["according",{"_index":2452,"title":{},"body":{"license.html":{}}}],["acknowledges",{"_index":1975,"title":{},"body":{"license.html":{}}}],["acquired",{"_index":2326,"title":{},"body":{"license.html":{}}}],["action",{"_index":922,"title":{},"body":{"interfaces/ReleaseInfoModule.html":{},"interfaces/SettingsMenuItem.html":{},"changelog.html":{},"index.html":{}}}],["actions",{"_index":2282,"title":{},"body":{"license.html":{}}}],["active",{"_index":239,"title":{},"body":{"injectables/ExternalAppsService.html":{},"components/NavigationItemComponent.html":{}}}],["activeapplist",{"_index":194,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["activities",{"_index":1874,"title":{},"body":{"license.html":{}}}],["activity",{"_index":2374,"title":{},"body":{"license.html":{}}}],["actual",{"_index":2352,"title":{},"body":{"license.html":{}}}],["actual_component",{"_index":143,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/BaseLayoutComponent.html":{},"components/DefaultHeaderComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LayoutComponent.html":{},"components/MinimalLayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ReleaseInfoComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["actually",{"_index":2155,"title":{},"body":{"license.html":{}}}],["ad95577",{"_index":1398,"title":{},"body":{"changelog.html":{}}}],["adapt",{"_index":1847,"title":{},"body":{"license.html":{}}}],["add",{"_index":378,"title":{},"body":{"injectables/FooterService.html":{},"injectables/HeaderService.html":{},"injectables/NavigationService.html":{},"changelog.html":{},"index.html":{},"license.html":{}}}],["add(id",{"_index":789,"title":{},"body":{"injectables/NavigationService.html":{}}}],["added",{"_index":355,"title":{},"body":{"injectables/FooterService.html":{},"injectables/HeaderService.html":{},"license.html":{}}}],["additional",{"_index":2053,"title":{},"body":{"license.html":{}}}],["additionalproviders",{"_index":1572,"title":{},"body":{"miscellaneous/functions.html":{}}}],["address",{"_index":2403,"title":{},"body":{"license.html":{}}}],["addressed",{"_index":1844,"title":{},"body":{"license.html":{}}}],["adds",{"_index":353,"title":{},"body":{"injectables/FooterService.html":{},"injectables/HeaderService.html":{}}}],["adopted",{"_index":2010,"title":{},"body":{"license.html":{}}}],["advanced",{"_index":1265,"title":{},"body":{"changelog.html":{}}}],["adversely",{"_index":2188,"title":{},"body":{"license.html":{}}}],["advised",{"_index":2448,"title":{},"body":{"license.html":{}}}],["affects",{"_index":2189,"title":{},"body":{"license.html":{}}}],["affero",{"_index":2394,"title":{},"body":{"license.html":{}}}],["affirmed",{"_index":2306,"title":{},"body":{"license.html":{}}}],["affirms",{"_index":1969,"title":{},"body":{"license.html":{}}}],["against",{"_index":2027,"title":{},"body":{"license.html":{}}}],["aggregate",{"_index":2069,"title":{},"body":{"license.html":{}}}],["agree",{"_index":2389,"title":{},"body":{"license.html":{}}}],["agreed",{"_index":2434,"title":{},"body":{"license.html":{}}}],["agreement",{"_index":2338,"title":{},"body":{"license.html":{}}}],["aim",{"_index":1788,"title":{},"body":{"license.html":{}}}],["aliases",{"_index":2476,"title":{},"body":{"miscellaneous/typealiases.html":{}}}],["alleging",{"_index":2314,"title":{},"body":{"license.html":{}}}],["allow",{"_index":1653,"title":{},"body":{"index.html":{},"license.html":{}}}],["allowed",{"_index":1698,"title":{},"body":{"license.html":{}}}],["allowsignalwrites",{"_index":582,"title":{},"body":{"injectables/LayoutService.html":{}}}],["along",{"_index":2042,"title":{},"body":{"license.html":{}}}],["alpha.0",{"_index":1449,"title":{},"body":{"changelog.html":{}}}],["already",{"_index":2325,"title":{},"body":{"license.html":{}}}],["alternative",{"_index":2103,"title":{},"body":{"license.html":{}}}],["although",{"_index":1784,"title":{},"body":{"license.html":{}}}],["always",{"_index":1182,"title":{},"body":{"changelog.html":{}}}],["ancillary",{"_index":2276,"title":{},"body":{"license.html":{}}}],["and/or",{"_index":1765,"title":{},"body":{"license.html":{}}}],["angular",{"_index":646,"title":{},"body":{"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"changelog.html":{},"properties.html":{}}}],["angular/animations",{"_index":720,"title":{},"body":{"components/NavigationItemComponent.html":{},"dependencies.html":{}}}],["angular/animations@^18.0.1",{"_index":1587,"title":{},"body":{"index.html":{}}}],["angular/cdk",{"_index":1541,"title":{},"body":{"dependencies.html":{}}}],["angular/cdk/layout",{"_index":532,"title":{},"body":{"injectables/LayoutService.html":{}}}],["angular/cdk/portal",{"_index":326,"title":{},"body":{"components/FooterComponent.html":{},"directives/FooterDirective.html":{},"injectables/FooterService.html":{},"components/HeaderComponent.html":{},"directives/HeaderDirective.html":{},"injectables/HeaderService.html":{},"interfaces/ReleaseInfoModule.html":{},"components/SettingsButtonComponent.html":{},"interfaces/SettingsMenuItem.html":{}}}],["angular/cdk@^18.0.0",{"_index":1588,"title":{},"body":{"index.html":{}}}],["angular/common",{"_index":67,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/SidenavComponent.html":{},"dependencies.html":{}}}],["angular/common@^18.0.1",{"_index":1589,"title":{},"body":{"index.html":{}}}],["angular/core",{"_index":70,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/BaseLayoutComponent.html":{},"components/DefaultHeaderComponent.html":{},"injectables/ExternalAppsService.html":{},"components/FooterComponent.html":{},"directives/FooterDirective.html":{},"injectables/FooterService.html":{},"components/HeaderComponent.html":{},"directives/HeaderDirective.html":{},"injectables/HeaderService.html":{},"components/LayoutComponent.html":{},"injectables/LayoutService.html":{},"injectables/LogoService.html":{},"components/MinimalLayoutComponent.html":{},"components/NavigationComponent.html":{},"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{},"components/ReleaseInfoComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"directives/SidenavFooterDirective.html":{},"directives/SidenavHeaderDirective.html":{},"components/SidenavToggleButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"dependencies.html":{}}}],["angular/core/rxjs",{"_index":175,"title":{},"body":{"components/DefaultHeaderComponent.html":{},"injectables/LayoutService.html":{},"components/NavigationComponent.html":{},"components/NavigationProgressBarComponent.html":{}}}],["angular/core@^18.0.1",{"_index":1590,"title":{},"body":{"index.html":{}}}],["angular/material",{"_index":1543,"title":{},"body":{"dependencies.html":{}}}],["angular/material/button",{"_index":71,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/LayoutComponent.html":{},"components/ReleaseInfoComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{}}}],["angular/material/core",{"_index":398,"title":{},"body":{"components/HeaderComponent.html":{},"components/NavigationItemComponent.html":{}}}],["angular/material/dialog",{"_index":900,"title":{},"body":{"components/ReleaseInfoComponent.html":{}}}],["angular/material/divider",{"_index":641,"title":{},"body":{"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/SidenavComponent.html":{}}}],["angular/material/icon",{"_index":72,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationItemComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["angular/material/menu",{"_index":434,"title":{},"body":{"components/LayoutComponent.html":{},"components/SettingsButtonComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["angular/material/progress",{"_index":781,"title":{},"body":{"components/NavigationProgressBarComponent.html":{}}}],["angular/material/sidenav",{"_index":435,"title":{},"body":{"components/LayoutComponent.html":{},"injectables/LayoutService.html":{},"components/SidenavComponent.html":{}}}],["angular/material/toolbar",{"_index":327,"title":{},"body":{"components/FooterComponent.html":{},"components/HeaderComponent.html":{}}}],["angular/material@^18.0.0",{"_index":1591,"title":{},"body":{"index.html":{}}}],["angular/router",{"_index":73,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/LayoutComponent.html":{},"components/MinimalLayoutComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/SidenavComponent.html":{},"dependencies.html":{}}}],["angular/router@^18.0.1",{"_index":1592,"title":{},"body":{"index.html":{}}}],["animate",{"_index":717,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["animate(150",{"_index":740,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["animate(300",{"_index":742,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["animations",{"_index":733,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["anti",{"_index":1998,"title":{},"body":{"license.html":{}}}],["any)['divider",{"_index":667,"title":{},"body":{"components/NavigationComponent.html":{}}}],["anyone",{"_index":2050,"title":{},"body":{"license.html":{}}}],["anything",{"_index":1859,"title":{},"body":{"license.html":{}}}],["app",{"_index":63,"title":{},"body":{"components/AppsButtonComponent.html":{},"injectables/ExternalAppsService.html":{},"changelog.html":{},"index.html":{},"miscellaneous/variables.html":{}}}],["app.hidden",{"_index":302,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["app.href",{"_index":88,"title":{},"body":{"components/AppsButtonComponent.html":{},"injectables/ExternalAppsService.html":{}}}],["app.icon",{"_index":89,"title":{},"body":{"components/AppsButtonComponent.html":{}}}],["app.id",{"_index":279,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["app.image",{"_index":90,"title":{},"body":{"components/AppsButtonComponent.html":{}}}],["app.label",{"_index":87,"title":{},"body":{"components/AppsButtonComponent.html":{}}}],["app.navigation",{"_index":1627,"title":{},"body":{"index.html":{}}}],["app.navigation.ts",{"_index":1621,"title":{},"body":{"index.html":{}}}],["app.routerlink",{"_index":91,"title":{},"body":{"components/AppsButtonComponent.html":{},"injectables/ExternalAppsService.html":{}}}],["app.routes.ts",{"_index":1616,"title":{},"body":{"index.html":{}}}],["app1",{"_index":1660,"title":{},"body":{"index.html":{}}}],["app_navigation",{"_index":1623,"title":{},"body":{"index.html":{}}}],["appended",{"_index":1666,"title":{},"body":{"index.html":{}}}],["appfilter",{"_index":305,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["appfilter.call(structuredclone(applist",{"_index":308,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["appfilterlist",{"_index":196,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["appid",{"_index":217,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["applicable",{"_index":1864,"title":{},"body":{"license.html":{}}}],["application",{"_index":1663,"title":{},"body":{"index.html":{}}}],["applications",{"_index":1655,"title":{},"body":{"index.html":{}}}],["applied",{"_index":1822,"title":{},"body":{"license.html":{}}}],["applies",{"_index":1718,"title":{},"body":{"license.html":{}}}],["applist",{"_index":41,"title":{},"body":{"components/AppsButtonComponent.html":{},"injectables/ExternalAppsService.html":{}}}],["applist.foreach(app",{"_index":304,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["apply",{"_index":1204,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["appropriate",{"_index":1888,"title":{},"body":{"license.html":{}}}],["appropriately",{"_index":2032,"title":{},"body":{"license.html":{}}}],["approutes",{"_index":1617,"title":{},"body":{"index.html":{}}}],["approximates",{"_index":2456,"title":{},"body":{"license.html":{}}}],["apps",{"_index":21,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/BaseLayoutComponent.html":{},"components/DefaultHeaderComponent.html":{},"injectables/ExternalAppsService.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LayoutComponent.html":{},"components/MinimalLayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ReleaseInfoComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"changelog.html":{},"miscellaneous/functions.html":{},"index.html":{}}}],["apps.service",{"_index":78,"title":{},"body":{"components/AppsButtonComponent.html":{}}}],["apps.service.ts",{"_index":193,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["apps.service.ts:100",{"_index":219,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["apps.service.ts:122",{"_index":232,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["apps.service.ts:24",{"_index":243,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["apps.service.ts:25",{"_index":248,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["apps.service.ts:26",{"_index":254,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["apps.service.ts:27",{"_index":250,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["apps.service.ts:28",{"_index":246,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["apps.service.ts:29",{"_index":252,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["apps.service.ts:34",{"_index":238,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["apps.service.ts:36",{"_index":234,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["apps.service.ts:40",{"_index":213,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["apps.service.ts:51",{"_index":228,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["apps.service.ts:63",{"_index":223,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["apps.service.ts:74",{"_index":231,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["apps.service.ts:82",{"_index":225,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["apps.service.ts:90",{"_index":237,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["appsbuttoncomponent",{"_index":1,"title":{"components/AppsButtonComponent.html":{}},"body":{"components/AppsButtonComponent.html":{},"components/BaseLayoutComponent.html":{},"components/DefaultHeaderComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LayoutComponent.html":{},"components/MinimalLayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ReleaseInfoComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"index.html":{}}}],["appsnavigationconfig",{"_index":917,"title":{},"body":{"interfaces/ReleaseInfoModule.html":{},"interfaces/SettingsMenuItem.html":{},"miscellaneous/typealiases.html":{}}}],["area",{"_index":1794,"title":{},"body":{"license.html":{}}}],["arise",{"_index":1802,"title":{},"body":{"license.html":{}}}],["arising",{"_index":2438,"title":{},"body":{"license.html":{}}}],["around",{"_index":1067,"title":{},"body":{"components/SidenavComponent.html":{}}}],["arrange",{"_index":2348,"title":{},"body":{"license.html":{}}}],["arrangement",{"_index":2361,"title":{},"body":{"license.html":{}}}],["array",{"_index":244,"title":{},"body":{"injectables/ExternalAppsService.html":{},"injectables/FooterService.html":{},"injectables/HeaderService.html":{},"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{},"miscellaneous/functions.html":{},"index.html":{},"miscellaneous/typealiases.html":{}}}],["arrow",{"_index":1061,"title":{},"body":{"components/SidenavComponent.html":{}}}],["article",{"_index":2007,"title":{},"body":{"license.html":{}}}],["asking",{"_index":1740,"title":{},"body":{"license.html":{}}}],["asnavigationitem",{"_index":619,"title":{},"body":{"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{}}}],["asnavigationitem(item",{"_index":625,"title":{},"body":{"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{}}}],["assert",{"_index":1760,"title":{},"body":{"license.html":{}}}],["assets",{"_index":2296,"title":{},"body":{"license.html":{}}}],["assigned",{"_index":1635,"title":{},"body":{"index.html":{}}}],["associated",{"_index":1947,"title":{},"body":{"license.html":{}}}],["assume",{"_index":2428,"title":{},"body":{"license.html":{}}}],["assumption",{"_index":2460,"title":{},"body":{"license.html":{}}}],["assumptions",{"_index":2233,"title":{},"body":{"license.html":{}}}],["assures",{"_index":1825,"title":{},"body":{"license.html":{}}}],["async",{"_index":202,"title":{},"body":{"injectables/ExternalAppsService.html":{},"components/SidenavComponent.html":{}}}],["asyncpipe",{"_index":417,"title":{},"body":{"components/LayoutComponent.html":{},"components/NavigationComponent.html":{}}}],["attempt",{"_index":2248,"title":{},"body":{"license.html":{}}}],["attributed",{"_index":1776,"title":{},"body":{"license.html":{}}}],["attributions",{"_index":2215,"title":{},"body":{"license.html":{}}}],["author",{"_index":2214,"title":{},"body":{"license.html":{},"properties.html":{}}}],["authorization",{"_index":1267,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["authorized",{"_index":2207,"title":{},"body":{"license.html":{}}}],["authorizes",{"_index":2320,"title":{},"body":{"license.html":{}}}],["authorizing",{"_index":2365,"title":{},"body":{"license.html":{}}}],["authors",{"_index":1722,"title":{},"body":{"license.html":{}}}],["auto",{"_index":1210,"title":{},"body":{"changelog.html":{}}}],["automatic",{"_index":2286,"title":{},"body":{"license.html":{}}}],["automatically",{"_index":1960,"title":{},"body":{"license.html":{}}}],["available",{"_index":1872,"title":{},"body":{"license.html":{}}}],["availablethemes",{"_index":927,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["availablethemes?.length",{"_index":995,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["availabletypographies",{"_index":928,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["availabletypographies?.length",{"_index":993,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["avoid",{"_index":1819,"title":{},"body":{"license.html":{}}}],["await",{"_index":307,"title":{},"body":{"injectables/ExternalAppsService.html":{},"components/SidenavComponent.html":{}}}],["away",{"_index":1707,"title":{},"body":{"license.html":{}}}],["b",{"_index":1923,"title":{},"body":{"license.html":{}}}],["b131ac3",{"_index":1351,"title":{},"body":{"changelog.html":{}}}],["b6e6d23",{"_index":1523,"title":{},"body":{"changelog.html":{}}}],["bar",{"_index":770,"title":{},"body":{"components/NavigationProgressBarComponent.html":{}}}],["bar'},{'name",{"_index":120,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/BaseLayoutComponent.html":{},"components/DefaultHeaderComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LayoutComponent.html":{},"components/MinimalLayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ReleaseInfoComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["bar.component",{"_index":442,"title":{},"body":{"components/LayoutComponent.html":{},"components/MinimalLayoutComponent.html":{}}}],["bar.component.html",{"_index":773,"title":{},"body":{"components/NavigationProgressBarComponent.html":{}}}],["bar.component.scss",{"_index":772,"title":{},"body":{"components/NavigationProgressBarComponent.html":{}}}],["bar.component.ts",{"_index":769,"title":{},"body":{"components/NavigationProgressBarComponent.html":{}}}],["bar.component.ts:31",{"_index":780,"title":{},"body":{"components/NavigationProgressBarComponent.html":{}}}],["bar.component.ts:33",{"_index":779,"title":{},"body":{"components/NavigationProgressBarComponent.html":{}}}],["bar/navigation",{"_index":441,"title":{},"body":{"components/LayoutComponent.html":{},"components/MinimalLayoutComponent.html":{},"components/NavigationProgressBarComponent.html":{}}}],["base",{"_index":101,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/BaseLayoutComponent.html":{},"components/DefaultHeaderComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LayoutComponent.html":{},"components/MinimalLayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ReleaseInfoComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["based",{"_index":1855,"title":{},"body":{"license.html":{}}}],["baselayoutcomponent",{"_index":100,"title":{"components/BaseLayoutComponent.html":{}},"body":{"components/AppsButtonComponent.html":{},"components/BaseLayoutComponent.html":{},"components/DefaultHeaderComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LayoutComponent.html":{},"components/MinimalLayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ReleaseInfoComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["basic",{"_index":1961,"title":{},"body":{"license.html":{}}}],["bcd9988",{"_index":1257,"title":{},"body":{"changelog.html":{}}}],["be394b0",{"_index":1500,"title":{},"body":{"changelog.html":{}}}],["behalf",{"_index":1987,"title":{},"body":{"license.html":{}}}],["being",{"_index":2129,"title":{},"body":{"license.html":{}}}],["believe",{"_index":2358,"title":{},"body":{"license.html":{}}}],["below",{"_index":1645,"title":{},"body":{"index.html":{},"license.html":{}}}],["benefit",{"_index":2351,"title":{},"body":{"license.html":{}}}],["between",{"_index":1372,"title":{},"body":{"changelog.html":{},"index.html":{},"license.html":{}}}],["beyond",{"_index":2071,"title":{},"body":{"license.html":{}}}],["bfda0dc",{"_index":1368,"title":{},"body":{"changelog.html":{}}}],["block",{"_index":737,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["body",{"_index":1910,"title":{},"body":{"license.html":{}}}],["boolean",{"_index":235,"title":{},"body":{"injectables/ExternalAppsService.html":{},"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{},"index.html":{}}}],["border",{"_index":483,"title":{},"body":{"components/LayoutComponent.html":{},"components/SidenavComponent.html":{}}}],["both",{"_index":1770,"title":{},"body":{"license.html":{}}}],["bottom",{"_index":1047,"title":{},"body":{"components/SidenavComponent.html":{}}}],["boundaries",{"_index":262,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["box",{"_index":474,"title":{},"body":{"components/LayoutComponent.html":{},"components/SidenavComponent.html":{}}}],["breaking",{"_index":1395,"title":{},"body":{"changelog.html":{}}}],["browser",{"_index":1195,"title":{},"body":{"changelog.html":{}}}],["bug",{"_index":1128,"title":{},"body":{"changelog.html":{}}}],["bugs",{"_index":2470,"title":{},"body":{"properties.html":{}}}],["build",{"_index":1415,"title":{},"body":{"changelog.html":{}}}],["bump",{"_index":1141,"title":{},"body":{"changelog.html":{}}}],["bundled",{"_index":1277,"title":{},"body":{"changelog.html":{}}}],["business",{"_index":2371,"title":{},"body":{"license.html":{}}}],["button",{"_index":22,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"changelog.html":{},"index.html":{}}}],["button'},{'name",{"_index":99,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/BaseLayoutComponent.html":{},"components/DefaultHeaderComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LayoutComponent.html":{},"components/MinimalLayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ReleaseInfoComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["button.component",{"_index":181,"title":{},"body":{"components/DefaultHeaderComponent.html":{}}}],["button.component.html",{"_index":36,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavToggleButtonComponent.html":{}}}],["button.component.scss",{"_index":34,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavToggleButtonComponent.html":{}}}],["button.component.ts",{"_index":13,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavToggleButtonComponent.html":{}}}],["button.component.ts:101",{"_index":952,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["button.component.ts:105",{"_index":957,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["button.component.ts:109",{"_index":942,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["button.component.ts:26",{"_index":1080,"title":{},"body":{"components/SidenavToggleButtonComponent.html":{}}}],["button.component.ts:28",{"_index":1079,"title":{},"body":{"components/SidenavToggleButtonComponent.html":{}}}],["button.component.ts:40",{"_index":60,"title":{},"body":{"components/AppsButtonComponent.html":{}}}],["button.component.ts:43",{"_index":55,"title":{},"body":{"components/AppsButtonComponent.html":{}}}],["button.component.ts:44",{"_index":58,"title":{},"body":{"components/AppsButtonComponent.html":{}}}],["button.component.ts:46",{"_index":47,"title":{},"body":{"components/AppsButtonComponent.html":{}}}],["button.component.ts:49",{"_index":971,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["button.component.ts:51",{"_index":972,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["button.component.ts:54",{"_index":968,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["button.component.ts:59",{"_index":970,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["button.component.ts:67",{"_index":963,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["button.component.ts:70",{"_index":961,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["button.component.ts:73",{"_index":944,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["button.component.ts:77",{"_index":951,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["button.component.ts:81",{"_index":955,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["button.component.ts:85",{"_index":949,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["button.component.ts:89",{"_index":953,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["button.component.ts:93",{"_index":959,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["button.component.ts:97",{"_index":947,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["button/apps",{"_index":12,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/DefaultHeaderComponent.html":{}}}],["button/settings",{"_index":182,"title":{},"body":{"components/DefaultHeaderComponent.html":{},"components/SettingsButtonComponent.html":{}}}],["button/sidenav",{"_index":183,"title":{},"body":{"components/DefaultHeaderComponent.html":{},"components/SidenavToggleButtonComponent.html":{}}}],["buttons",{"_index":1136,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["c",{"_index":1684,"title":{},"body":{"license.html":{}}}],["c005399",{"_index":1125,"title":{},"body":{"changelog.html":{}}}],["c0fd3bc",{"_index":1248,"title":{},"body":{"changelog.html":{}}}],["c72febe",{"_index":1319,"title":{},"body":{"changelog.html":{}}}],["c7d1267",{"_index":1507,"title":{},"body":{"changelog.html":{}}}],["ca6d4d5",{"_index":1361,"title":{},"body":{"changelog.html":{}}}],["called",{"_index":1669,"title":{},"body":{"index.html":{},"license.html":{}}}],["cancel",{"_index":855,"title":{},"body":{"injectables/NavigationService.html":{}}}],["carry",{"_index":2044,"title":{},"body":{"license.html":{}}}],["case",{"_index":1911,"title":{},"body":{"license.html":{}}}],["cases",{"_index":2149,"title":{},"body":{"license.html":{}}}],["catcherror",{"_index":807,"title":{},"body":{"injectables/NavigationService.html":{}}}],["cause",{"_index":2075,"title":{},"body":{"license.html":{}}}],["cb2082f",{"_index":1528,"title":{},"body":{"changelog.html":{}}}],["cc0eece",{"_index":1373,"title":{},"body":{"changelog.html":{}}}],["cc1e4c2",{"_index":1452,"title":{},"body":{"changelog.html":{}}}],["ccd3b2b",{"_index":1331,"title":{},"body":{"changelog.html":{}}}],["cdkportaloutlet",{"_index":389,"title":{},"body":{"components/HeaderComponent.html":{},"components/SettingsButtonComponent.html":{}}}],["ce4f5c4",{"_index":1291,"title":{},"body":{"changelog.html":{}}}],["cease",{"_index":2252,"title":{},"body":{"license.html":{}}}],["certain",{"_index":1743,"title":{},"body":{"license.html":{}}}],["cessation",{"_index":2265,"title":{},"body":{"license.html":{}}}],["cf1649a",{"_index":1457,"title":{},"body":{"changelog.html":{}}}],["cf553c9",{"_index":1325,"title":{},"body":{"changelog.html":{}}}],["cfdce4e",{"_index":1293,"title":{},"body":{"changelog.html":{}}}],["change",{"_index":1106,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["changed",{"_index":1215,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["changedetection",{"_index":17,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/BaseLayoutComponent.html":{},"components/DefaultHeaderComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LayoutComponent.html":{},"components/MinimalLayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ReleaseInfoComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["changedetectionstrategy",{"_index":68,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/BaseLayoutComponent.html":{},"components/DefaultHeaderComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LayoutComponent.html":{},"components/MinimalLayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ReleaseInfoComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["changedetectionstrategy.onpush",{"_index":18,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/BaseLayoutComponent.html":{},"components/DefaultHeaderComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LayoutComponent.html":{},"components/MinimalLayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ReleaseInfoComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["changelog",{"_index":1105,"title":{"changelog.html":{}},"body":{"changelog.html":{}}}],["changes",{"_index":1109,"title":{},"body":{"changelog.html":{}}}],["changes['item",{"_index":750,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["changes['item'].currentvalue",{"_index":751,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["changing",{"_index":1697,"title":{},"body":{"license.html":{}}}],["characterized",{"_index":2177,"title":{},"body":{"license.html":{}}}],["charge",{"_index":1727,"title":{},"body":{"license.html":{}}}],["check",{"_index":665,"title":{},"body":{"components/NavigationComponent.html":{},"changelog.html":{}}}],["checknavigationitemstatusproviders",{"_index":832,"title":{},"body":{"injectables/NavigationService.html":{}}}],["checknavigationstatusproviders",{"_index":871,"title":{},"body":{"injectables/NavigationService.html":{}}}],["child",{"_index":1610,"title":{},"body":{"index.html":{}}}],["children",{"_index":694,"title":{},"body":{"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"components/NavigationItemComponent.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{},"changelog.html":{},"index.html":{}}}],["childrenexists",{"_index":1433,"title":{},"body":{"changelog.html":{}}}],["choose",{"_index":2411,"title":{},"body":{"license.html":{}}}],["choosing",{"_index":2416,"title":{},"body":{"license.html":{}}}],["chore",{"_index":1390,"title":{},"body":{"changelog.html":{}}}],["chrome",{"_index":497,"title":{},"body":{"components/LayoutComponent.html":{},"components/SidenavComponent.html":{}}}],["circular",{"_index":1371,"title":{},"body":{"changelog.html":{}}}],["circumstances",{"_index":1992,"title":{},"body":{"license.html":{}}}],["circumvention",{"_index":1999,"title":{},"body":{"license.html":{}}}],["civil",{"_index":2459,"title":{},"body":{"license.html":{}}}],["claim",{"_index":2311,"title":{},"body":{"license.html":{}}}],["claims",{"_index":2322,"title":{},"body":{"license.html":{}}}],["class",{"_index":80,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/BaseLayoutComponent.html":{},"components/DefaultHeaderComponent.html":{},"injectables/ExternalAppsService.html":{},"components/FooterComponent.html":{},"directives/FooterDirective.html":{},"injectables/FooterService.html":{},"components/HeaderComponent.html":{},"directives/HeaderDirective.html":{},"injectables/HeaderService.html":{},"components/LayoutComponent.html":{},"injectables/LayoutService.html":{},"injectables/LogoService.html":{},"components/MinimalLayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"injectables/NavigationService.html":{},"components/ReleaseInfoComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"directives/SidenavFooterDirective.html":{},"directives/SidenavHeaderDirective.html":{},"components/SidenavToggleButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"changelog.html":{},"index.html":{},"license.html":{}}}],["classes",{"_index":713,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["cleannavigation",{"_index":875,"title":{},"body":{"injectables/NavigationService.html":{}}}],["cleannavigation.push(navigationitem",{"_index":877,"title":{},"body":{"injectables/NavigationService.html":{}}}],["clear",{"_index":2116,"title":{},"body":{"license.html":{}}}],["clearly",{"_index":1767,"title":{},"body":{"license.html":{}}}],["clicked",{"_index":1631,"title":{},"body":{"index.html":{}}}],["clickitem",{"_index":931,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["clickitem(item",{"_index":941,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["clickonlink",{"_index":263,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["clickonlink(url",{"_index":298,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["close",{"_index":1212,"title":{},"body":{"changelog.html":{}}}],["closely",{"_index":2455,"title":{},"body":{"license.html":{}}}],["closeonnavigation",{"_index":907,"title":{},"body":{"components/ReleaseInfoComponent.html":{}}}],["closesidenav",{"_index":509,"title":{},"body":{"injectables/LayoutService.html":{},"components/SidenavComponent.html":{}}}],["code",{"_index":1247,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["coercearray",{"_index":270,"title":{},"body":{"injectables/ExternalAppsService.html":{},"injectables/FooterService.html":{},"injectables/HeaderService.html":{},"components/ReleaseInfoComponent.html":{},"components/SettingsButtonComponent.html":{}}}],["coercearray(inject(rxap_external_app",{"_index":251,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["coercearray(inject(rxap_external_app_filter",{"_index":242,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["coercearray(inject(rxap_footer_component",{"_index":372,"title":{},"body":{"injectables/FooterService.html":{}}}],["coercearray(inject(rxap_header_component",{"_index":412,"title":{},"body":{"injectables/HeaderService.html":{}}}],["coercearray(inject(rxap_release_info_module",{"_index":895,"title":{},"body":{"components/ReleaseInfoComponent.html":{}}}],["coercearray(inject(rxap_settings_menu_item_component",{"_index":964,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["collapsable",{"_index":161,"title":{},"body":{"components/DefaultHeaderComponent.html":{},"components/LayoutComponent.html":{},"injectables/LayoutService.html":{},"components/SidenavComponent.html":{}}}],["collapse",{"_index":1440,"title":{},"body":{"changelog.html":{}}}],["collapsed",{"_index":501,"title":{},"body":{"injectables/LayoutService.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/SidenavComponent.html":{},"changelog.html":{},"index.html":{}}}],["collapsedclasses",{"_index":1533,"title":{},"body":{"changelog.html":{}}}],["collect",{"_index":2391,"title":{},"body":{"license.html":{}}}],["color",{"_index":390,"title":{},"body":{"components/HeaderComponent.html":{},"changelog.html":{}}}],["combination",{"_index":2397,"title":{},"body":{"license.html":{}}}],["combine",{"_index":2395,"title":{},"body":{"license.html":{}}}],["combined",{"_index":2065,"title":{},"body":{"license.html":{}}}],["combinelatest",{"_index":805,"title":{},"body":{"injectables/NavigationService.html":{}}}],["combinelatest(isvisiblearray$).pipe",{"_index":858,"title":{},"body":{"injectables/NavigationService.html":{}}}],["comes",{"_index":2051,"title":{},"body":{"license.html":{}}}],["commands",{"_index":1899,"title":{},"body":{"license.html":{}}}],["commercial",{"_index":2159,"title":{},"body":{"license.html":{}}}],["commit",{"_index":1115,"title":{},"body":{"changelog.html":{}}}],["commitment",{"_index":2339,"title":{},"body":{"license.html":{}}}],["commits",{"_index":1114,"title":{},"body":{"changelog.html":{}}}],["common",{"_index":2154,"title":{},"body":{"license.html":{}}}],["communication",{"_index":1956,"title":{},"body":{"license.html":{}}}],["compilation",{"_index":2060,"title":{},"body":{"license.html":{}}}],["compilation's",{"_index":2070,"title":{},"body":{"license.html":{}}}],["compilations",{"_index":2376,"title":{},"body":{"license.html":{}}}],["compiler",{"_index":1934,"title":{},"body":{"license.html":{}}}],["complete",{"_index":854,"title":{},"body":{"injectables/NavigationService.html":{}}}],["compliance",{"_index":2292,"title":{},"body":{"license.html":{}}}],["comply",{"_index":1985,"title":{},"body":{"license.html":{}}}],["component",{"_index":0,"title":{"components/AppsButtonComponent.html":{},"components/BaseLayoutComponent.html":{},"components/DefaultHeaderComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LayoutComponent.html":{},"components/MinimalLayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ReleaseInfoComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/UserProfileIconComponent.html":{}},"body":{"components/AppsButtonComponent.html":{},"components/BaseLayoutComponent.html":{},"components/DefaultHeaderComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LayoutComponent.html":{},"components/MinimalLayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ReleaseInfoComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"changelog.html":{},"index.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["component_template",{"_index":97,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/BaseLayoutComponent.html":{},"components/DefaultHeaderComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LayoutComponent.html":{},"components/MinimalLayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ReleaseInfoComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["componentportal",{"_index":369,"title":{},"body":{"injectables/FooterService.html":{},"injectables/HeaderService.html":{},"components/SettingsButtonComponent.html":{}}}],["componentportal(component",{"_index":364,"title":{},"body":{"injectables/FooterService.html":{},"injectables/HeaderService.html":{}}}],["componentportal(item",{"_index":966,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["components",{"_index":2,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/BaseLayoutComponent.html":{},"components/DefaultHeaderComponent.html":{},"components/FooterComponent.html":{},"injectables/FooterService.html":{},"components/HeaderComponent.html":{},"injectables/HeaderService.html":{},"components/LayoutComponent.html":{},"components/MinimalLayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ReleaseInfoComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"changelog.html":{},"miscellaneous/functions.html":{},"index.html":{},"overview.html":{}}}],["componenttype",{"_index":916,"title":{},"body":{"interfaces/ReleaseInfoModule.html":{},"interfaces/SettingsMenuItem.html":{},"miscellaneous/typealiases.html":{}}}],["composed",{"_index":1652,"title":{},"body":{"index.html":{}}}],["computed",{"_index":53,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/DefaultHeaderComponent.html":{},"components/FooterComponent.html":{},"injectables/FooterService.html":{},"components/HeaderComponent.html":{},"injectables/HeaderService.html":{},"components/LayoutComponent.html":{},"injectables/LayoutService.html":{},"injectables/LogoService.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["computer",{"_index":1868,"title":{},"body":{"license.html":{}}}],["computers",{"_index":1818,"title":{},"body":{"license.html":{}}}],["computes",{"_index":361,"title":{},"body":{"injectables/FooterService.html":{},"injectables/HeaderService.html":{}}}],["concept",{"_index":1499,"title":{},"body":{"changelog.html":{}}}],["concerning",{"_index":2396,"title":{},"body":{"license.html":{}}}],["concerns",{"_index":2404,"title":{},"body":{"license.html":{}}}],["conditioned",{"_index":2370,"title":{},"body":{"license.html":{}}}],["conditions",{"_index":1829,"title":{},"body":{"license.html":{}}}],["config",{"_index":197,"title":{},"body":{"injectables/ExternalAppsService.html":{},"injectables/LayoutService.html":{},"injectables/LogoService.html":{},"injectables/NavigationService.html":{},"changelog.html":{},"miscellaneous/functions.html":{},"index.html":{},"miscellaneous/variables.html":{}}}],["configservice",{"_index":266,"title":{},"body":{"injectables/ExternalAppsService.html":{},"injectables/LayoutService.html":{},"injectables/LogoService.html":{}}}],["configuration",{"_index":1198,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["configure",{"_index":1656,"title":{},"body":{"index.html":{}}}],["connection",{"_index":2360,"title":{},"body":{"license.html":{}}}],["consequence",{"_index":2278,"title":{},"body":{"license.html":{}}}],["consequential",{"_index":2437,"title":{},"body":{"license.html":{}}}],["considered",{"_index":2235,"title":{},"body":{"license.html":{}}}],["consistent",{"_index":2330,"title":{},"body":{"license.html":{}}}],["console.error(`isvisible",{"_index":846,"title":{},"body":{"injectables/NavigationService.html":{}}}],["console.log",{"_index":559,"title":{},"body":{"injectables/LayoutService.html":{}}}],["console.warn('can",{"_index":377,"title":{},"body":{"injectables/FooterService.html":{},"injectables/HeaderService.html":{}}}],["conspicuously",{"_index":2031,"title":{},"body":{"license.html":{}}}],["const",{"_index":281,"title":{},"body":{"injectables/ExternalAppsService.html":{},"injectables/FooterService.html":{},"injectables/HeaderService.html":{},"injectables/LayoutService.html":{},"components/NavigationItemComponent.html":{},"injectables/NavigationService.html":{},"components/UserProfileIconComponent.html":{},"index.html":{}}}],["constantly",{"_index":1813,"title":{},"body":{"license.html":{}}}],["constitutes",{"_index":1974,"title":{},"body":{"license.html":{}}}],["constructor",{"_index":513,"title":{},"body":{"injectables/LayoutService.html":{},"injectables/NavigationService.html":{},"directives/SidenavFooterDirective.html":{},"directives/SidenavHeaderDirective.html":{}}}],["constructor(navigation",{"_index":786,"title":{},"body":{"injectables/NavigationService.html":{}}}],["constructor(template",{"_index":1071,"title":{},"body":{"directives/SidenavFooterDirective.html":{},"directives/SidenavHeaderDirective.html":{}}}],["construed",{"_index":2379,"title":{},"body":{"license.html":{}}}],["consumer",{"_index":2137,"title":{},"body":{"license.html":{}}}],["contain",{"_index":1209,"title":{},"body":{"changelog.html":{},"index.html":{},"license.html":{}}}],["container",{"_index":493,"title":{},"body":{"components/LayoutComponent.html":{},"components/SidenavComponent.html":{},"changelog.html":{}}}],["containing",{"_index":2216,"title":{},"body":{"license.html":{}}}],["contains",{"_index":2238,"title":{},"body":{"license.html":{}}}],["content",{"_index":1065,"title":{},"body":{"components/SidenavComponent.html":{},"changelog.html":{},"license.html":{}}}],["contentchild",{"_index":1034,"title":{},"body":{"components/SidenavComponent.html":{}}}],["contentchild(sidenavfooterdirective",{"_index":1028,"title":{},"body":{"components/SidenavComponent.html":{}}}],["contentchild(sidenavheaderdirective",{"_index":1030,"title":{},"body":{"components/SidenavComponent.html":{}}}],["contents",{"_index":2334,"title":{},"body":{"license.html":{}}}],["context",{"_index":1928,"title":{},"body":{"license.html":{}}}],["continue",{"_index":2183,"title":{},"body":{"license.html":{}}}],["continued",{"_index":2168,"title":{},"body":{"license.html":{}}}],["contractual",{"_index":2232,"title":{},"body":{"license.html":{}}}],["contradict",{"_index":2385,"title":{},"body":{"license.html":{}}}],["contrast",{"_index":1710,"title":{},"body":{"license.html":{}}}],["contributor",{"_index":2319,"title":{},"body":{"license.html":{}}}],["contributor's",{"_index":2321,"title":{},"body":{"license.html":{}}}],["control",{"_index":1940,"title":{},"body":{"license.html":{}}}],["controlled",{"_index":2324,"title":{},"body":{"license.html":{}}}],["convenient",{"_index":1891,"title":{},"body":{"license.html":{}}}],["conventional",{"_index":1113,"title":{},"body":{"changelog.html":{}}}],["convey",{"_index":1876,"title":{},"body":{"license.html":{}}}],["conveyance",{"_index":2363,"title":{},"body":{"license.html":{}}}],["conveyed",{"_index":2178,"title":{},"body":{"license.html":{}}}],["conveying",{"_index":1885,"title":{},"body":{"license.html":{}}}],["conveys",{"_index":2231,"title":{},"body":{"license.html":{}}}],["copies",{"_index":1695,"title":{},"body":{"license.html":{}}}],["copy",{"_index":1692,"title":{},"body":{"license.html":{}}}],["copying",{"_index":1830,"title":{},"body":{"license.html":{}}}],["copyleft",{"_index":1700,"title":{},"body":{"license.html":{}}}],["copyright",{"_index":1683,"title":{},"body":{"license.html":{}}}],["copyrightable",{"_index":1840,"title":{},"body":{"license.html":{}}}],["copyrighted",{"_index":1989,"title":{},"body":{"license.html":{}}}],["core",{"_index":1419,"title":{},"body":{"changelog.html":{}}}],["correct",{"_index":1170,"title":{},"body":{"changelog.html":{}}}],["correction",{"_index":2432,"title":{},"body":{"license.html":{}}}],["corresponding",{"_index":1937,"title":{},"body":{"license.html":{}}}],["cost",{"_index":2100,"title":{},"body":{"license.html":{}}}],["count",{"_index":362,"title":{},"body":{"injectables/FooterService.html":{},"injectables/HeaderService.html":{}}}],["counterclaim",{"_index":2312,"title":{},"body":{"license.html":{}}}],["countries",{"_index":1873,"title":{},"body":{"license.html":{}}}],["country",{"_index":2354,"title":{},"body":{"license.html":{}}}],["court",{"_index":2384,"title":{},"body":{"license.html":{}}}],["courts",{"_index":2454,"title":{},"body":{"license.html":{}}}],["covenant",{"_index":2342,"title":{},"body":{"license.html":{}}}],["coverage",{"_index":2152,"title":{},"body":{"license.html":{}}}],["covered",{"_index":1856,"title":{},"body":{"license.html":{}}}],["create",{"_index":1276,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["creation",{"_index":1284,"title":{},"body":{"changelog.html":{}}}],["criterion",{"_index":1902,"title":{},"body":{"license.html":{}}}],["cross",{"_index":2310,"title":{},"body":{"license.html":{}}}],["css",{"_index":1258,"title":{},"body":{"changelog.html":{}}}],["cure",{"_index":2270,"title":{},"body":{"license.html":{}}}],["current",{"_index":1664,"title":{},"body":{"index.html":{}}}],["currentdensityvalue",{"_index":976,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["currentthemedensity",{"_index":502,"title":{},"body":{"injectables/LayoutService.html":{}}}],["currentthemevalue",{"_index":980,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["currenttypographyvalue",{"_index":978,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["custom",{"_index":1134,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["customarily",{"_index":2088,"title":{},"body":{"license.html":{}}}],["customer",{"_index":2095,"title":{},"body":{"license.html":{}}}],["customitemcomponents",{"_index":929,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["customitems",{"_index":930,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["customization",{"_index":1667,"title":{},"body":{"index.html":{}}}],["d",{"_index":2059,"title":{},"body":{"license.html":{}}}],["d1e2cd2",{"_index":1482,"title":{},"body":{"changelog.html":{}}}],["d42cf01",{"_index":1213,"title":{},"body":{"changelog.html":{}}}],["d54c5fe",{"_index":1511,"title":{},"body":{"changelog.html":{}}}],["d7de1cb",{"_index":1203,"title":{},"body":{"changelog.html":{}}}],["da870f0",{"_index":1279,"title":{},"body":{"changelog.html":{}}}],["damages",{"_index":2435,"title":{},"body":{"license.html":{}}}],["danger",{"_index":1821,"title":{},"body":{"license.html":{}}}],["dark:text",{"_index":649,"title":{},"body":{"components/NavigationComponent.html":{}}}],["darkmode",{"_index":1214,"title":{},"body":{"changelog.html":{}}}],["data",{"_index":1955,"title":{},"body":{"license.html":{}}}],["date",{"_index":2046,"title":{},"body":{"license.html":{}}}],["days",{"_index":2264,"title":{},"body":{"license.html":{}}}],["dd22b0c",{"_index":1504,"title":{},"body":{"changelog.html":{}}}],["debouncetime",{"_index":726,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["debouncetime(100",{"_index":761,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["december",{"_index":2011,"title":{},"body":{"license.html":{}}}],["decide",{"_index":2413,"title":{},"body":{"license.html":{}}}],["declining",{"_index":2223,"title":{},"body":{"license.html":{}}}],["decorator",{"_index":1256,"title":{},"body":{"changelog.html":{}}}],["decorators",{"_index":1073,"title":{},"body":{"directives/SidenavFooterDirective.html":{},"directives/SidenavHeaderDirective.html":{}}}],["deemed",{"_index":2001,"title":{},"body":{"license.html":{}}}],["deep",{"_index":490,"title":{},"body":{"components/LayoutComponent.html":{},"components/SidenavComponent.html":{}}}],["default",{"_index":51,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/BaseLayoutComponent.html":{},"components/DefaultHeaderComponent.html":{},"injectables/ExternalAppsService.html":{},"components/FooterComponent.html":{},"injectables/FooterService.html":{},"components/HeaderComponent.html":{},"injectables/HeaderService.html":{},"components/LayoutComponent.html":{},"injectables/LayoutService.html":{},"injectables/LogoService.html":{},"components/MinimalLayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"injectables/NavigationService.html":{},"components/ReleaseInfoComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["defaultheadercomponent",{"_index":103,"title":{"components/DefaultHeaderComponent.html":{}},"body":{"components/AppsButtonComponent.html":{},"components/BaseLayoutComponent.html":{},"components/DefaultHeaderComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LayoutComponent.html":{},"components/MinimalLayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ReleaseInfoComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["defective",{"_index":2427,"title":{},"body":{"license.html":{}}}],["defenses",{"_index":2382,"title":{},"body":{"license.html":{}}}],["define",{"_index":1649,"title":{},"body":{"index.html":{}}}],["defined",{"_index":46,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/DefaultHeaderComponent.html":{},"injectables/ExternalAppsService.html":{},"components/FooterComponent.html":{},"injectables/FooterService.html":{},"components/HeaderComponent.html":{},"injectables/HeaderService.html":{},"components/LayoutComponent.html":{},"injectables/LayoutService.html":{},"injectables/LogoService.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{},"components/ReleaseInfoComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"directives/SidenavFooterDirective.html":{},"directives/SidenavHeaderDirective.html":{},"components/SidenavToggleButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"index.html":{},"license.html":{}}}],["definition",{"_index":1945,"title":{},"body":{"license.html":{}}}],["definitions",{"_index":1834,"title":{},"body":{"license.html":{}}}],["delay",{"_index":479,"title":{},"body":{"components/LayoutComponent.html":{},"components/SidenavComponent.html":{}}}],["denied",{"_index":2185,"title":{},"body":{"license.html":{}}}],["denominated",{"_index":2340,"title":{},"body":{"license.html":{}}}],["dense",{"_index":998,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["density",{"_index":945,"title":{},"body":{"components/SettingsButtonComponent.html":{},"changelog.html":{}}}],["deny",{"_index":1780,"title":{},"body":{"license.html":{}}}],["denying",{"_index":1739,"title":{},"body":{"license.html":{}}}],["dep",{"_index":1197,"title":{},"body":{"changelog.html":{}}}],["dependencies",{"_index":1234,"title":{"dependencies.html":{}},"body":{"changelog.html":{},"dependencies.html":{},"index.html":{}}}],["dependency",{"_index":1175,"title":{},"body":{"changelog.html":{}}}],["deprecated",{"_index":824,"title":{},"body":{"injectables/NavigationService.html":{}}}],["deprive",{"_index":2349,"title":{},"body":{"license.html":{}}}],["description",{"_index":354,"title":{},"body":{"injectables/FooterService.html":{},"injectables/HeaderService.html":{}}}],["designated",{"_index":2109,"title":{},"body":{"license.html":{}}}],["designed",{"_index":1705,"title":{},"body":{"license.html":{}}}],["detail",{"_index":2402,"title":{},"body":{"license.html":{}}}],["determinereleasename",{"_index":901,"title":{},"body":{"components/ReleaseInfoComponent.html":{}}}],["determinereleasename(inject(rxap_environment",{"_index":897,"title":{},"body":{"components/ReleaseInfoComponent.html":{}}}],["determining",{"_index":2147,"title":{},"body":{"license.html":{}}}],["dev.0",{"_index":1126,"title":{},"body":{"changelog.html":{}}}],["dev.1",{"_index":1118,"title":{},"body":{"changelog.html":{},"dependencies.html":{},"index.html":{},"properties.html":{}}}],["dev.10",{"_index":1360,"title":{},"body":{"changelog.html":{}}}],["dev.11",{"_index":1358,"title":{},"body":{"changelog.html":{}}}],["dev.12",{"_index":1356,"title":{},"body":{"changelog.html":{}}}],["dev.13",{"_index":1354,"title":{},"body":{"changelog.html":{}}}],["dev.14",{"_index":1352,"title":{},"body":{"changelog.html":{}}}],["dev.15",{"_index":1348,"title":{},"body":{"changelog.html":{}}}],["dev.16",{"_index":1346,"title":{},"body":{"changelog.html":{}}}],["dev.17",{"_index":1343,"title":{},"body":{"changelog.html":{}}}],["dev.18",{"_index":1342,"title":{},"body":{"changelog.html":{}}}],["dev.19",{"_index":1341,"title":{},"body":{"changelog.html":{}}}],["dev.2",{"_index":1147,"title":{},"body":{"changelog.html":{},"dependencies.html":{},"index.html":{}}}],["dev.20",{"_index":1340,"title":{},"body":{"changelog.html":{}}}],["dev.21",{"_index":1338,"title":{},"body":{"changelog.html":{}}}],["dev.22",{"_index":1337,"title":{},"body":{"changelog.html":{}}}],["dev.23",{"_index":1335,"title":{},"body":{"changelog.html":{}}}],["dev.24",{"_index":1332,"title":{},"body":{"changelog.html":{}}}],["dev.25",{"_index":1330,"title":{},"body":{"changelog.html":{}}}],["dev.26",{"_index":1328,"title":{},"body":{"changelog.html":{}}}],["dev.27",{"_index":1323,"title":{},"body":{"changelog.html":{}}}],["dev.28",{"_index":1320,"title":{},"body":{"changelog.html":{}}}],["dev.29",{"_index":1317,"title":{},"body":{"changelog.html":{}}}],["dev.3",{"_index":1167,"title":{},"body":{"changelog.html":{}}}],["dev.30",{"_index":1315,"title":{},"body":{"changelog.html":{}}}],["dev.31",{"_index":1312,"title":{},"body":{"changelog.html":{}}}],["dev.32",{"_index":1311,"title":{},"body":{"changelog.html":{}}}],["dev.33",{"_index":1308,"title":{},"body":{"changelog.html":{}}}],["dev.34",{"_index":1306,"title":{},"body":{"changelog.html":{}}}],["dev.35",{"_index":1303,"title":{},"body":{"changelog.html":{}}}],["dev.36",{"_index":1299,"title":{},"body":{"changelog.html":{}}}],["dev.37",{"_index":1297,"title":{},"body":{"changelog.html":{}}}],["dev.38",{"_index":1294,"title":{},"body":{"changelog.html":{}}}],["dev.39",{"_index":1194,"title":{},"body":{"changelog.html":{}}}],["dev.4",{"_index":1165,"title":{},"body":{"changelog.html":{}}}],["dev.40",{"_index":1193,"title":{},"body":{"changelog.html":{}}}],["dev.41",{"_index":1192,"title":{},"body":{"changelog.html":{}}}],["dev.42",{"_index":1186,"title":{},"body":{"changelog.html":{}}}],["dev.43",{"_index":1179,"title":{},"body":{"changelog.html":{}}}],["dev.5",{"_index":1384,"title":{},"body":{"changelog.html":{}}}],["dev.6",{"_index":1369,"title":{},"body":{"changelog.html":{}}}],["dev.7",{"_index":1366,"title":{},"body":{"changelog.html":{}}}],["dev.8",{"_index":1363,"title":{},"body":{"changelog.html":{}}}],["dev.9",{"_index":1362,"title":{},"body":{"changelog.html":{}}}],["developers",{"_index":1756,"title":{},"body":{"license.html":{}}}],["development",{"_index":1219,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["devices",{"_index":1779,"title":{},"body":{"license.html":{}}}],["dff497a",{"_index":1304,"title":{},"body":{"changelog.html":{}}}],["dialog",{"_index":904,"title":{},"body":{"components/ReleaseInfoComponent.html":{}}}],["differ",{"_index":2401,"title":{},"body":{"license.html":{}}}],["different",{"_index":1654,"title":{},"body":{"index.html":{},"license.html":{}}}],["differently",{"_index":2212,"title":{},"body":{"license.html":{}}}],["direction",{"_index":1988,"title":{},"body":{"license.html":{}}}],["directions",{"_index":2117,"title":{},"body":{"license.html":{}}}],["directive",{"_index":95,"title":{"directives/FooterDirective.html":{},"directives/HeaderDirective.html":{},"directives/SidenavFooterDirective.html":{},"directives/SidenavHeaderDirective.html":{}},"body":{"components/AppsButtonComponent.html":{},"components/BaseLayoutComponent.html":{},"components/DefaultHeaderComponent.html":{},"components/FooterComponent.html":{},"directives/FooterDirective.html":{},"components/HeaderComponent.html":{},"directives/HeaderDirective.html":{},"components/LayoutComponent.html":{},"components/MinimalLayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ReleaseInfoComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"directives/SidenavFooterDirective.html":{},"directives/SidenavHeaderDirective.html":{},"components/SidenavToggleButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"index.html":{}}}],["directives",{"_index":134,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/BaseLayoutComponent.html":{},"components/DefaultHeaderComponent.html":{},"components/FooterComponent.html":{},"directives/FooterDirective.html":{},"components/HeaderComponent.html":{},"directives/HeaderDirective.html":{},"components/LayoutComponent.html":{},"components/MinimalLayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ReleaseInfoComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"directives/SidenavFooterDirective.html":{},"directives/SidenavHeaderDirective.html":{},"components/SidenavToggleButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"changelog.html":{},"dependencies.html":{},"overview.html":{}}}],["directives/icon",{"_index":75,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/NavigationItemComponent.html":{},"components/SettingsButtonComponent.html":{}}}],["directives@^18.0.3",{"_index":1596,"title":{},"body":{"index.html":{}}}],["directly",{"_index":1268,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["disable",{"_index":257,"title":{},"body":{"injectables/ExternalAppsService.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"changelog.html":{}}}],["disclaim",{"_index":2022,"title":{},"body":{"license.html":{}}}],["disclaimer",{"_index":2417,"title":{},"body":{"license.html":{}}}],["disclaiming",{"_index":2209,"title":{},"body":{"license.html":{}}}],["discriminatory",{"_index":2367,"title":{},"body":{"license.html":{}}}],["display",{"_index":481,"title":{},"body":{"components/LayoutComponent.html":{},"components/NavigationItemComponent.html":{},"components/SidenavComponent.html":{},"license.html":{}}}],["displayed",{"_index":1622,"title":{},"body":{"index.html":{},"license.html":{}}}],["displays",{"_index":1887,"title":{},"body":{"license.html":{}}}],["distinguishing",{"_index":2405,"title":{},"body":{"license.html":{}}}],["distribute",{"_index":1693,"title":{},"body":{"license.html":{}}}],["distributing",{"_index":2372,"title":{},"body":{"license.html":{}}}],["distribution",{"_index":1831,"title":{},"body":{"license.html":{}}}],["divider",{"_index":677,"title":{},"body":{"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"interfaces/NavigationStatus.html":{},"index.html":{}}}],["document",{"_index":1696,"title":{},"body":{"license.html":{}}}],["documented",{"_index":1111,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["dom",{"_index":7,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/BaseLayoutComponent.html":{},"components/DefaultHeaderComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LayoutComponent.html":{},"components/MinimalLayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ReleaseInfoComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["domains",{"_index":1804,"title":{},"body":{"license.html":{}}}],["dont",{"_index":851,"title":{},"body":{"injectables/NavigationService.html":{}}}],["doubtful",{"_index":2148,"title":{},"body":{"license.html":{}}}],["downstream",{"_index":2288,"title":{},"body":{"license.html":{}}}],["drawer",{"_index":466,"title":{},"body":{"components/LayoutComponent.html":{},"components/SidenavComponent.html":{}}}],["dropdown",{"_index":1633,"title":{},"body":{"index.html":{}}}],["durable",{"_index":2087,"title":{},"body":{"license.html":{}}}],["dwelling",{"_index":2146,"title":{},"body":{"license.html":{}}}],["dynamic",{"_index":1238,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["dynamically",{"_index":1949,"title":{},"body":{"license.html":{}}}],["e",{"_index":2124,"title":{},"body":{"license.html":{}}}],["e.message",{"_index":848,"title":{},"body":{"injectables/NavigationService.html":{}}}],["e56611c",{"_index":1172,"title":{},"body":{"changelog.html":{}}}],["e67e2b8",{"_index":1336,"title":{},"body":{"changelog.html":{}}}],["e7039bb",{"_index":1367,"title":{},"body":{"changelog.html":{}}}],["e9fe775",{"_index":1465,"title":{},"body":{"changelog.html":{}}}],["each",{"_index":1629,"title":{},"body":{"index.html":{},"license.html":{}}}],["earlier",{"_index":1854,"title":{},"body":{"license.html":{}}}],["ed6002e",{"_index":1217,"title":{},"body":{"changelog.html":{}}}],["ee95415",{"_index":1252,"title":{},"body":{"changelog.html":{}}}],["effect",{"_index":533,"title":{},"body":{"injectables/LayoutService.html":{},"license.html":{}}}],["effected",{"_index":2020,"title":{},"body":{"license.html":{}}}],["effective",{"_index":2002,"title":{},"body":{"license.html":{}}}],["effectively",{"_index":1823,"title":{},"body":{"license.html":{}}}],["efforts",{"_index":2304,"title":{},"body":{"license.html":{}}}],["element",{"_index":94,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/BaseLayoutComponent.html":{},"components/DefaultHeaderComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LayoutComponent.html":{},"components/MinimalLayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ReleaseInfoComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["elementref",{"_index":721,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["embodied",{"_index":2082,"title":{},"body":{"license.html":{}}}],["enable",{"_index":1925,"title":{},"body":{"license.html":{}}}],["enables",{"_index":1878,"title":{},"body":{"license.html":{}}}],["encapsulation",{"_index":608,"title":{},"body":{"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{}}}],["end",{"_index":2462,"title":{},"body":{"license.html":{}}}],["endregion",{"_index":671,"title":{},"body":{"components/NavigationComponent.html":{}}}],["enforce",{"_index":2341,"title":{},"body":{"license.html":{}}}],["enforcing",{"_index":2026,"title":{},"body":{"license.html":{}}}],["ensure",{"_index":1221,"title":{},"body":{"changelog.html":{},"index.html":{},"license.html":{}}}],["entered",{"_index":2377,"title":{},"body":{"license.html":{}}}],["entire",{"_index":2049,"title":{},"body":{"license.html":{}}}],["entirely",{"_index":2393,"title":{},"body":{"license.html":{}}}],["entity",{"_index":2293,"title":{},"body":{"license.html":{}}}],["environment",{"_index":198,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["environmentcomponent",{"_index":902,"title":{},"body":{"components/ReleaseInfoComponent.html":{}}}],["equivalent",{"_index":1977,"title":{},"body":{"license.html":{}}}],["erroneously",{"_index":1777,"title":{},"body":{"license.html":{}}}],["error('the",{"_index":670,"title":{},"body":{"components/NavigationComponent.html":{}}}],["error(`could",{"_index":293,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["error(`fatal",{"_index":285,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["eslint",{"_index":256,"title":{},"body":{"injectables/ExternalAppsService.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{}}}],["eslint/component",{"_index":647,"title":{},"body":{"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{}}}],["eslint/no",{"_index":648,"title":{},"body":{"components/NavigationComponent.html":{}}}],["essential",{"_index":1929,"title":{},"body":{"license.html":{}}}],["ether",{"_index":1658,"title":{},"body":{"index.html":{}}}],["even",{"_index":2447,"title":{},"body":{"license.html":{}}}],["event",{"_index":547,"title":{},"body":{"injectables/LayoutService.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"license.html":{}}}],["everyone",{"_index":1690,"title":{},"body":{"license.html":{}}}],["exact",{"_index":1852,"title":{},"body":{"license.html":{}}}],["example",{"_index":1584,"title":{},"body":{"index.html":{},"license.html":{}}}],["except",{"_index":1866,"title":{},"body":{"license.html":{}}}],["exceptions",{"_index":2199,"title":{},"body":{"license.html":{}}}],["excluded",{"_index":2135,"title":{},"body":{"license.html":{}}}],["excluding",{"_index":2380,"title":{},"body":{"license.html":{}}}],["exclusive",{"_index":2331,"title":{},"body":{"license.html":{}}}],["exclusively",{"_index":1983,"title":{},"body":{"license.html":{}}}],["excuse",{"_index":2386,"title":{},"body":{"license.html":{}}}],["executable",{"_index":1918,"title":{},"body":{"license.html":{}}}],["execute",{"_index":1603,"title":{},"body":{"index.html":{},"license.html":{}}}],["executing",{"_index":1867,"title":{},"body":{"license.html":{}}}],["exercise",{"_index":2305,"title":{},"body":{"license.html":{}}}],["exercising",{"_index":2021,"title":{},"body":{"license.html":{}}}],["expected",{"_index":2157,"title":{},"body":{"license.html":{}}}],["expects",{"_index":2156,"title":{},"body":{"license.html":{}}}],["explains",{"_index":1768,"title":{},"body":{"license.html":{}}}],["explicit",{"_index":1161,"title":{},"body":{"changelog.html":{}}}],["explicitly",{"_index":1968,"title":{},"body":{"license.html":{}}}],["export",{"_index":79,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/BaseLayoutComponent.html":{},"components/DefaultHeaderComponent.html":{},"injectables/ExternalAppsService.html":{},"components/FooterComponent.html":{},"directives/FooterDirective.html":{},"injectables/FooterService.html":{},"components/HeaderComponent.html":{},"directives/HeaderDirective.html":{},"injectables/HeaderService.html":{},"components/LayoutComponent.html":{},"injectables/LayoutService.html":{},"injectables/LogoService.html":{},"components/MinimalLayoutComponent.html":{},"components/NavigationComponent.html":{},"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{},"components/ReleaseInfoComponent.html":{},"interfaces/ReleaseInfoModule.html":{},"components/SettingsButtonComponent.html":{},"interfaces/SettingsMenuItem.html":{},"components/SidenavComponent.html":{},"directives/SidenavFooterDirective.html":{},"directives/SidenavHeaderDirective.html":{},"components/SidenavToggleButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"index.html":{}}}],["expose",{"_index":1427,"title":{},"body":{"changelog.html":{}}}],["express",{"_index":2337,"title":{},"body":{"license.html":{}}}],["expressed",{"_index":2419,"title":{},"body":{"license.html":{}}}],["expressly",{"_index":2247,"title":{},"body":{"license.html":{}}}],["extend",{"_index":1807,"title":{},"body":{"license.html":{}}}],["extended",{"_index":2366,"title":{},"body":{"license.html":{}}}],["extends",{"_index":691,"title":{},"body":{"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"interfaces/NavigationStatus.html":{}}}],["extensions",{"_index":2064,"title":{},"body":{"license.html":{}}}],["extent",{"_index":1890,"title":{},"body":{"license.html":{}}}],["external",{"_index":77,"title":{},"body":{"components/AppsButtonComponent.html":{},"changelog.html":{}}}],["externalapp",{"_index":218,"title":{},"body":{"injectables/ExternalAppsService.html":{},"interfaces/ReleaseInfoModule.html":{},"interfaces/SettingsMenuItem.html":{},"miscellaneous/typealiases.html":{}}}],["externalapps",{"_index":199,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["externalappsservice",{"_index":76,"title":{"injectables/ExternalAppsService.html":{}},"body":{"components/AppsButtonComponent.html":{},"injectables/ExternalAppsService.html":{}}}],["extract",{"_index":2482,"title":{},"body":{"miscellaneous/variables.html":{}}}],["extract_username_from_profile",{"_index":1097,"title":{},"body":{"components/UserProfileIconComponent.html":{},"miscellaneous/variables.html":{}}}],["extractusernamefromprofile",{"_index":1098,"title":{},"body":{"components/UserProfileIconComponent.html":{}}}],["extractusernamefromprofilefn",{"_index":918,"title":{},"body":{"interfaces/ReleaseInfoModule.html":{},"interfaces/SettingsMenuItem.html":{},"components/UserProfileIconComponent.html":{},"miscellaneous/typealiases.html":{}}}],["extreme",{"_index":1000,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["f",{"_index":2229,"title":{},"body":{"license.html":{}}}],["f390f65",{"_index":1314,"title":{},"body":{"changelog.html":{}}}],["f497950",{"_index":1300,"title":{},"body":{"changelog.html":{}}}],["f4b555c",{"_index":1190,"title":{},"body":{"changelog.html":{}}}],["f8920e7",{"_index":1418,"title":{},"body":{"changelog.html":{}}}],["facilities",{"_index":1984,"title":{},"body":{"license.html":{}}}],["factory",{"_index":2484,"title":{},"body":{"miscellaneous/variables.html":{}}}],["failed",{"_index":847,"title":{},"body":{"injectables/NavigationService.html":{}}}],["fails",{"_index":2260,"title":{},"body":{"license.html":{}}}],["failure",{"_index":2445,"title":{},"body":{"license.html":{}}}],["fair",{"_index":1976,"title":{},"body":{"license.html":{}}}],["false",{"_index":553,"title":{},"body":{"injectables/LayoutService.html":{},"components/NavigationComponent.html":{},"injectables/NavigationService.html":{},"components/SettingsButtonComponent.html":{},"changelog.html":{},"index.html":{}}}],["families",{"_index":1289,"title":{},"body":{"changelog.html":{}}}],["family",{"_index":2141,"title":{},"body":{"license.html":{}}}],["fashion",{"_index":1849,"title":{},"body":{"license.html":{}}}],["favor",{"_index":2151,"title":{},"body":{"license.html":{}}}],["fd32708",{"_index":1287,"title":{},"body":{"changelog.html":{}}}],["feature",{"_index":1893,"title":{},"body":{"license.html":{}}}],["features",{"_index":1122,"title":{},"body":{"changelog.html":{}}}],["fee",{"_index":1750,"title":{},"body":{"license.html":{}}}],["file",{"_index":9,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/BaseLayoutComponent.html":{},"components/DefaultHeaderComponent.html":{},"injectables/ExternalAppsService.html":{},"components/FooterComponent.html":{},"directives/FooterDirective.html":{},"injectables/FooterService.html":{},"components/HeaderComponent.html":{},"directives/HeaderDirective.html":{},"injectables/HeaderService.html":{},"components/LayoutComponent.html":{},"injectables/LayoutService.html":{},"injectables/LogoService.html":{},"components/MinimalLayoutComponent.html":{},"components/NavigationComponent.html":{},"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{},"components/ReleaseInfoComponent.html":{},"interfaces/ReleaseInfoModule.html":{},"components/SettingsButtonComponent.html":{},"interfaces/SettingsMenuItem.html":{},"components/SidenavComponent.html":{},"directives/SidenavFooterDirective.html":{},"directives/SidenavHeaderDirective.html":{},"components/SidenavToggleButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"changelog.html":{},"index.html":{}}}],["files",{"_index":1946,"title":{},"body":{"license.html":{}}}],["filter",{"_index":728,"title":{},"body":{"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"miscellaneous/variables.html":{}}}],["filter((event",{"_index":759,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["filter(app",{"_index":301,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["finally",{"_index":1811,"title":{},"body":{"license.html":{}}}],["find",{"_index":294,"title":{},"body":{"injectables/ExternalAppsService.html":{},"license.html":{}}}],["first",{"_index":2268,"title":{},"body":{"license.html":{}}}],["fitness",{"_index":2422,"title":{},"body":{"license.html":{}}}],["fix",{"_index":1454,"title":{},"body":{"changelog.html":{}}}],["fixed",{"_index":2086,"title":{},"body":{"license.html":{}}}],["fixedbottomgap",{"_index":503,"title":{},"body":{"injectables/LayoutService.html":{},"components/SidenavComponent.html":{}}}],["fixedinviewport",{"_index":504,"title":{},"body":{"injectables/LayoutService.html":{},"components/SidenavComponent.html":{}}}],["fixedtopgap",{"_index":505,"title":{},"body":{"injectables/LayoutService.html":{},"components/SidenavComponent.html":{}}}],["fixes",{"_index":1129,"title":{},"body":{"changelog.html":{}}}],["flex",{"_index":482,"title":{},"body":{"components/LayoutComponent.html":{},"components/SidenavComponent.html":{}}}],["flexlayout",{"_index":1174,"title":{},"body":{"changelog.html":{}}}],["flow",{"_index":1957,"title":{},"body":{"license.html":{}}}],["folder",{"_index":1609,"title":{},"body":{"index.html":{}}}],["follow",{"_index":1833,"title":{},"body":{"license.html":{}}}],["following",{"_index":2335,"title":{},"body":{"license.html":{}}}],["font",{"_index":994,"title":{},"body":{"components/SettingsButtonComponent.html":{},"changelog.html":{}}}],["footer",{"_index":315,"title":{},"body":{"components/FooterComponent.html":{},"components/SidenavComponent.html":{},"changelog.html":{},"index.html":{}}}],["footer'},{'name",{"_index":106,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/BaseLayoutComponent.html":{},"components/DefaultHeaderComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LayoutComponent.html":{},"components/MinimalLayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ReleaseInfoComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["footer.component.html",{"_index":319,"title":{},"body":{"components/FooterComponent.html":{}}}],["footer.component.scss",{"_index":318,"title":{},"body":{"components/FooterComponent.html":{}}}],["footer.directive",{"_index":449,"title":{},"body":{"components/LayoutComponent.html":{},"components/SidenavComponent.html":{}}}],["footer.directive.ts",{"_index":1069,"title":{},"body":{"directives/SidenavFooterDirective.html":{}}}],["footer.directive.ts:11",{"_index":1072,"title":{},"body":{"directives/SidenavFooterDirective.html":{}}}],["footer.directive.ts:14",{"_index":1074,"title":{},"body":{"directives/SidenavFooterDirective.html":{}}}],["footer.service",{"_index":329,"title":{},"body":{"components/FooterComponent.html":{},"directives/FooterDirective.html":{},"injectables/LayoutService.html":{}}}],["footer/footer.component",{"_index":153,"title":{},"body":{"components/BaseLayoutComponent.html":{},"components/LayoutComponent.html":{}}}],["footercomponent",{"_index":105,"title":{"components/FooterComponent.html":{}},"body":{"components/AppsButtonComponent.html":{},"components/BaseLayoutComponent.html":{},"components/DefaultHeaderComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LayoutComponent.html":{},"components/MinimalLayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ReleaseInfoComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["footerdirective",{"_index":135,"title":{"directives/FooterDirective.html":{}},"body":{"components/AppsButtonComponent.html":{},"components/BaseLayoutComponent.html":{},"components/DefaultHeaderComponent.html":{},"components/FooterComponent.html":{},"directives/FooterDirective.html":{},"components/HeaderComponent.html":{},"components/LayoutComponent.html":{},"components/MinimalLayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ReleaseInfoComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"changelog.html":{}}}],["footerportalcount",{"_index":572,"title":{},"body":{"injectables/LayoutService.html":{}}}],["footerservice",{"_index":328,"title":{"injectables/FooterService.html":{}},"body":{"components/FooterComponent.html":{},"directives/FooterDirective.html":{},"injectables/FooterService.html":{},"injectables/LayoutService.html":{}}}],["forbid",{"_index":2019,"title":{},"body":{"license.html":{}}}],["force",{"_index":1980,"title":{},"body":{"license.html":{}}}],["form",{"_index":1904,"title":{},"body":{"license.html":{}}}],["format",{"_index":2193,"title":{},"body":{"license.html":{}}}],["forms",{"_index":2076,"title":{},"body":{"license.html":{}}}],["forwardref",{"_index":612,"title":{},"body":{"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{}}}],["found",{"_index":287,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["foundation",{"_index":1687,"title":{},"body":{"license.html":{}}}],["free",{"_index":1685,"title":{},"body":{"license.html":{}}}],["freedom",{"_index":1708,"title":{},"body":{"license.html":{}}}],["freedoms",{"_index":1753,"title":{},"body":{"license.html":{}}}],["from(isvisible",{"_index":843,"title":{},"body":{"injectables/NavigationService.html":{}}}],["fulfilling",{"_index":2005,"title":{},"body":{"license.html":{}}}],["fulling",{"_index":1223,"title":{},"body":{"changelog.html":{}}}],["fully",{"_index":1229,"title":{},"body":{"changelog.html":{}}}],["function",{"_index":684,"title":{},"body":{"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{},"interfaces/SettingsMenuItem.html":{},"index.html":{},"miscellaneous/typealiases.html":{}}}],["functioning",{"_index":2169,"title":{},"body":{"license.html":{}}}],["functions",{"_index":1551,"title":{"miscellaneous/functions.html":{}},"body":{"miscellaneous/functions.html":{}}}],["fundamentally",{"_index":1786,"title":{},"body":{"license.html":{}}}],["further",{"_index":2111,"title":{},"body":{"license.html":{}}}],["future",{"_index":1809,"title":{},"body":{"license.html":{}}}],["g",{"_index":1606,"title":{},"body":{"index.html":{}}}],["general",{"_index":1483,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["generally",{"_index":1943,"title":{},"body":{"license.html":{}}}],["generate",{"_index":1231,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["generator",{"_index":1474,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["generators",{"_index":1582,"title":{},"body":{"index.html":{}}}],["get(id",{"_index":792,"title":{},"body":{"injectables/NavigationService.html":{}}}],["getapp",{"_index":201,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["getapp(appid",{"_index":211,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["getapplist",{"_index":203,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["getapprouterlink",{"_index":204,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["getapprouterlink(appid",{"_index":221,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["getapprouterlinkorthrow",{"_index":205,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["getapprouterlinkorthrow(appid",{"_index":224,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["getappurl",{"_index":206,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["getappurl(appid",{"_index":226,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["getappurlorthrow",{"_index":207,"title":{},"body":{"injectables/ExternalAppsService.html":{},"changelog.html":{}}}],["getappurlorthrow(appid",{"_index":230,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["getpathprefix",{"_index":208,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["getting",{"_index":1103,"title":{"changelog.html":{},"index.html":{},"license.html":{}},"body":{}}],["give",{"_index":2041,"title":{},"body":{"license.html":{}}}],["given",{"_index":1973,"title":{},"body":{"license.html":{}}}],["gives",{"_index":2056,"title":{},"body":{"license.html":{}}}],["giving",{"_index":1762,"title":{},"body":{"license.html":{}}}],["gnu",{"_index":1679,"title":{},"body":{"license.html":{}}}],["governed",{"_index":2202,"title":{},"body":{"license.html":{}}}],["gpl",{"_index":1757,"title":{},"body":{"license.html":{},"properties.html":{}}}],["grant",{"_index":2224,"title":{},"body":{"license.html":{}}}],["granted",{"_index":1963,"title":{},"body":{"license.html":{}}}],["grants",{"_index":2281,"title":{},"body":{"license.html":{}}}],["gratis",{"_index":1749,"title":{},"body":{"license.html":{}}}],["grid",{"_index":2493,"title":{},"body":{"miscellaneous/variables.html":{}}}],["group",{"_index":1644,"title":{},"body":{"index.html":{}}}],["grow",{"_index":186,"title":{},"body":{"components/DefaultHeaderComponent.html":{}}}],["guarantee",{"_index":1712,"title":{},"body":{"license.html":{}}}],["guidelines",{"_index":1116,"title":{},"body":{"changelog.html":{}}}],["handle",{"_index":1055,"title":{},"body":{"components/SidenavComponent.html":{}}}],["handling",{"_index":1239,"title":{},"body":{"changelog.html":{}}}],["has(id",{"_index":795,"title":{},"body":{"injectables/NavigationService.html":{}}}],["hasapp",{"_index":209,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["hasapp(appid",{"_index":233,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["hasapps",{"_index":42,"title":{},"body":{"components/AppsButtonComponent.html":{}}}],["hash",{"_index":910,"title":{},"body":{"components/ReleaseInfoComponent.html":{},"interfaces/ReleaseInfoModule.html":{},"interfaces/SettingsMenuItem.html":{}}}],["hasportals",{"_index":320,"title":{},"body":{"components/FooterComponent.html":{},"components/HeaderComponent.html":{}}}],["having",{"_index":1982,"title":{},"body":{"license.html":{}}}],["header",{"_index":158,"title":{},"body":{"components/DefaultHeaderComponent.html":{},"components/HeaderComponent.html":{},"components/SidenavComponent.html":{},"changelog.html":{},"index.html":{}}}],["header'},{'name",{"_index":104,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/BaseLayoutComponent.html":{},"components/DefaultHeaderComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LayoutComponent.html":{},"components/MinimalLayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ReleaseInfoComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["header.component.html",{"_index":159,"title":{},"body":{"components/DefaultHeaderComponent.html":{},"components/HeaderComponent.html":{}}}],["header.component.scss",{"_index":160,"title":{},"body":{"components/DefaultHeaderComponent.html":{},"components/HeaderComponent.html":{}}}],["header.component.ts",{"_index":156,"title":{},"body":{"components/DefaultHeaderComponent.html":{}}}],["header.component.ts:33",{"_index":167,"title":{},"body":{"components/DefaultHeaderComponent.html":{}}}],["header.component.ts:35",{"_index":165,"title":{},"body":{"components/DefaultHeaderComponent.html":{}}}],["header.component.ts:36",{"_index":169,"title":{},"body":{"components/DefaultHeaderComponent.html":{}}}],["header.component.ts:39",{"_index":173,"title":{},"body":{"components/DefaultHeaderComponent.html":{}}}],["header.directive",{"_index":1035,"title":{},"body":{"components/SidenavComponent.html":{}}}],["header.directive.ts",{"_index":1075,"title":{},"body":{"directives/SidenavHeaderDirective.html":{}}}],["header.directive.ts:11",{"_index":1076,"title":{},"body":{"directives/SidenavHeaderDirective.html":{}}}],["header.directive.ts:14",{"_index":1077,"title":{},"body":{"directives/SidenavHeaderDirective.html":{}}}],["header.service",{"_index":400,"title":{},"body":{"components/HeaderComponent.html":{},"directives/HeaderDirective.html":{},"injectables/LayoutService.html":{}}}],["header/apps",{"_index":11,"title":{},"body":{"components/AppsButtonComponent.html":{}}}],["header/default",{"_index":155,"title":{},"body":{"components/DefaultHeaderComponent.html":{}}}],["header/header.component",{"_index":154,"title":{},"body":{"components/BaseLayoutComponent.html":{},"components/LayoutComponent.html":{}}}],["header/settings",{"_index":923,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["header/sidenav",{"_index":1078,"title":{},"body":{"components/SidenavToggleButtonComponent.html":{}}}],["header/user",{"_index":1084,"title":{},"body":{"components/UserProfileIconComponent.html":{}}}],["headercomponent",{"_index":107,"title":{"components/HeaderComponent.html":{}},"body":{"components/AppsButtonComponent.html":{},"components/BaseLayoutComponent.html":{},"components/DefaultHeaderComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LayoutComponent.html":{},"components/MinimalLayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ReleaseInfoComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["headerdirective",{"_index":137,"title":{"directives/HeaderDirective.html":{}},"body":{"components/AppsButtonComponent.html":{},"components/BaseLayoutComponent.html":{},"components/DefaultHeaderComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"directives/HeaderDirective.html":{},"components/LayoutComponent.html":{},"components/MinimalLayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ReleaseInfoComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["headerportalcount",{"_index":578,"title":{},"body":{"injectables/LayoutService.html":{}}}],["headerservice",{"_index":399,"title":{"injectables/HeaderService.html":{}},"body":{"components/HeaderComponent.html":{},"directives/HeaderDirective.html":{},"injectables/HeaderService.html":{},"injectables/LayoutService.html":{}}}],["height",{"_index":589,"title":{},"body":{"injectables/LogoService.html":{},"components/NavigationItemComponent.html":{},"components/SidenavComponent.html":{}}}],["hereafter",{"_index":2327,"title":{},"body":{"license.html":{}}}],["hidden",{"_index":739,"title":{},"body":{"components/NavigationItemComponent.html":{},"changelog.html":{}}}],["holder",{"_index":2254,"title":{},"body":{"license.html":{}}}],["holders",{"_index":2208,"title":{},"body":{"license.html":{}}}],["home",{"_index":1632,"title":{},"body":{"index.html":{}}}],["homepage",{"_index":2468,"title":{},"body":{"properties.html":{}}}],["horizontal",{"_index":1641,"title":{},"body":{"index.html":{}}}],["host",{"_index":157,"title":{},"body":{"components/DefaultHeaderComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/SidenavComponent.html":{}}}],["hosts",{"_index":2119,"title":{},"body":{"license.html":{}}}],["household",{"_index":2142,"title":{},"body":{"license.html":{}}}],["href",{"_index":1496,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["html",{"_index":93,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/BaseLayoutComponent.html":{},"components/DefaultHeaderComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LayoutComponent.html":{},"components/MinimalLayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ReleaseInfoComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["https://app2.com",{"_index":1662,"title":{},"body":{"index.html":{}}}],["https://fsf.org",{"_index":1689,"title":{},"body":{"license.html":{}}}],["https://gitlab.com/rxap/packages",{"_index":2471,"title":{},"body":{"properties.html":{}}}],["https://gitlab.com/rxap/packages.git",{"_index":2474,"title":{},"body":{"properties.html":{}}}],["https:/gitlab.com/rxap/packages/packages/angular/layout",{"_index":2469,"title":{},"body":{"properties.html":{}}}],["i18n",{"_index":1218,"title":{},"body":{"changelog.html":{}}}],["icon",{"_index":133,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/BaseLayoutComponent.html":{},"components/DefaultHeaderComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LayoutComponent.html":{},"components/MinimalLayoutComponent.html":{},"components/NavigationComponent.html":{},"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"interfaces/NavigationStatus.html":{},"components/ReleaseInfoComponent.html":{},"interfaces/ReleaseInfoModule.html":{},"components/SettingsButtonComponent.html":{},"interfaces/SettingsMenuItem.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"index.html":{}}}],["icon.component",{"_index":185,"title":{},"body":{"components/DefaultHeaderComponent.html":{}}}],["icon.component.html",{"_index":1087,"title":{},"body":{"components/UserProfileIconComponent.html":{}}}],["icon.component.scss",{"_index":1086,"title":{},"body":{"components/UserProfileIconComponent.html":{}}}],["icon.component.ts",{"_index":1085,"title":{},"body":{"components/UserProfileIconComponent.html":{}}}],["icon.component.ts:30",{"_index":1090,"title":{},"body":{"components/UserProfileIconComponent.html":{}}}],["icon.component.ts:32",{"_index":1093,"title":{},"body":{"components/UserProfileIconComponent.html":{}}}],["icon.component.ts:40",{"_index":1091,"title":{},"body":{"components/UserProfileIconComponent.html":{}}}],["icon/user",{"_index":184,"title":{},"body":{"components/DefaultHeaderComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["iconconfig",{"_index":679,"title":{},"body":{"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"interfaces/NavigationStatus.html":{},"interfaces/ReleaseInfoModule.html":{},"interfaces/SettingsMenuItem.html":{}}}],["icondirective",{"_index":32,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/NavigationItemComponent.html":{},"components/SettingsButtonComponent.html":{}}}],["iconpadding",{"_index":1487,"title":{},"body":{"changelog.html":{}}}],["icons",{"_index":1271,"title":{},"body":{"changelog.html":{}}}],["id",{"_index":286,"title":{},"body":{"injectables/ExternalAppsService.html":{},"injectables/NavigationService.html":{}}}],["identifiable",{"_index":2356,"title":{},"body":{"license.html":{}}}],["identify",{"_index":1651,"title":{},"body":{"index.html":{}}}],["ids",{"_index":1405,"title":{},"body":{"changelog.html":{}}}],["imp",{"_index":1196,"title":{},"body":{"changelog.html":{}}}],["implement",{"_index":1926,"title":{},"body":{"license.html":{}}}],["implementation",{"_index":1927,"title":{},"body":{"license.html":{}}}],["implements",{"_index":14,"title":{},"body":{"components/AppsButtonComponent.html":{},"directives/FooterDirective.html":{},"directives/HeaderDirective.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{}}}],["implied",{"_index":2381,"title":{},"body":{"license.html":{}}}],["import",{"_index":66,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/BaseLayoutComponent.html":{},"components/DefaultHeaderComponent.html":{},"injectables/ExternalAppsService.html":{},"components/FooterComponent.html":{},"directives/FooterDirective.html":{},"injectables/FooterService.html":{},"components/HeaderComponent.html":{},"directives/HeaderDirective.html":{},"injectables/HeaderService.html":{},"components/LayoutComponent.html":{},"injectables/LayoutService.html":{},"injectables/LogoService.html":{},"components/MinimalLayoutComponent.html":{},"components/NavigationComponent.html":{},"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{},"components/ReleaseInfoComponent.html":{},"interfaces/ReleaseInfoModule.html":{},"components/SettingsButtonComponent.html":{},"interfaces/SettingsMenuItem.html":{},"components/SidenavComponent.html":{},"directives/SidenavFooterDirective.html":{},"directives/SidenavHeaderDirective.html":{},"components/SidenavToggleButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"index.html":{},"license.html":{}}}],["import('./layout.routes",{"_index":1619,"title":{},"body":{"index.html":{}}}],["important",{"_index":471,"title":{},"body":{"components/LayoutComponent.html":{},"components/SidenavComponent.html":{}}}],["importing",{"_index":2318,"title":{},"body":{"license.html":{}}}],["imports",{"_index":25,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/BaseLayoutComponent.html":{},"components/DefaultHeaderComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LayoutComponent.html":{},"components/MinimalLayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ReleaseInfoComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["impose",{"_index":2234,"title":{},"body":{"license.html":{}}}],["imposed",{"_index":2383,"title":{},"body":{"license.html":{}}}],["improve",{"_index":1237,"title":{},"body":{"changelog.html":{}}}],["inability",{"_index":2440,"title":{},"body":{"license.html":{}}}],["inaccurate",{"_index":2442,"title":{},"body":{"license.html":{}}}],["inc",{"_index":1688,"title":{},"body":{"license.html":{}}}],["incidental",{"_index":2436,"title":{},"body":{"license.html":{}}}],["include",{"_index":1919,"title":{},"body":{"license.html":{}}}],["included",{"_index":1226,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["includes",{"_index":1871,"title":{},"body":{"license.html":{}}}],["including",{"_index":1938,"title":{},"body":{"license.html":{}}}],["inclusion",{"_index":2074,"title":{},"body":{"license.html":{}}}],["incompatible",{"_index":1787,"title":{},"body":{"license.html":{}}}],["incorporation",{"_index":2145,"title":{},"body":{"license.html":{}}}],["indemnification",{"_index":2230,"title":{},"body":{"license.html":{}}}],["independent",{"_index":2062,"title":{},"body":{"license.html":{}}}],["index",{"_index":37,"title":{"index.html":{}},"body":{"components/AppsButtonComponent.html":{},"components/DefaultHeaderComponent.html":{},"injectables/ExternalAppsService.html":{},"components/FooterComponent.html":{},"injectables/FooterService.html":{},"components/HeaderComponent.html":{},"injectables/HeaderService.html":{},"components/LayoutComponent.html":{},"injectables/LayoutService.html":{},"injectables/LogoService.html":{},"components/NavigationComponent.html":{},"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{},"components/ReleaseInfoComponent.html":{},"interfaces/ReleaseInfoModule.html":{},"components/SettingsButtonComponent.html":{},"interfaces/SettingsMenuItem.html":{},"components/SidenavComponent.html":{},"directives/SidenavFooterDirective.html":{},"directives/SidenavHeaderDirective.html":{},"components/SidenavToggleButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"miscellaneous/functions.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["indicate",{"_index":2285,"title":{},"body":{"license.html":{}}}],["indicates",{"_index":62,"title":{},"body":{"components/AppsButtonComponent.html":{}}}],["indicating",{"_index":2244,"title":{},"body":{"license.html":{}}}],["indicator",{"_index":1292,"title":{},"body":{"changelog.html":{}}}],["individual",{"_index":2072,"title":{},"body":{"license.html":{}}}],["individuals",{"_index":1796,"title":{},"body":{"license.html":{}}}],["industrial",{"_index":2160,"title":{},"body":{"license.html":{}}}],["infiltrator",{"_index":1244,"title":{},"body":{"changelog.html":{}}}],["infix",{"_index":227,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["info",{"_index":3,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/BaseLayoutComponent.html":{},"components/DefaultHeaderComponent.html":{},"injectables/ExternalAppsService.html":{},"components/FooterComponent.html":{},"directives/FooterDirective.html":{},"injectables/FooterService.html":{},"components/HeaderComponent.html":{},"directives/HeaderDirective.html":{},"injectables/HeaderService.html":{},"components/LayoutComponent.html":{},"injectables/LayoutService.html":{},"injectables/LogoService.html":{},"components/MinimalLayoutComponent.html":{},"components/NavigationComponent.html":{},"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{},"components/ReleaseInfoComponent.html":{},"interfaces/ReleaseInfoModule.html":{},"components/SettingsButtonComponent.html":{},"interfaces/SettingsMenuItem.html":{},"components/SidenavComponent.html":{},"directives/SidenavFooterDirective.html":{},"directives/SidenavHeaderDirective.html":{},"components/SidenavToggleButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"miscellaneous/variables.html":{}}}],["info'},{'name",{"_index":123,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/BaseLayoutComponent.html":{},"components/DefaultHeaderComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LayoutComponent.html":{},"components/MinimalLayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ReleaseInfoComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["info.component",{"_index":447,"title":{},"body":{"components/LayoutComponent.html":{}}}],["info.component.html",{"_index":890,"title":{},"body":{"components/ReleaseInfoComponent.html":{}}}],["info.component.scss",{"_index":891,"title":{},"body":{"components/ReleaseInfoComponent.html":{}}}],["info.component.ts",{"_index":889,"title":{},"body":{"components/ReleaseInfoComponent.html":{}}}],["info.component.ts:28",{"_index":896,"title":{},"body":{"components/ReleaseInfoComponent.html":{}}}],["info.component.ts:29",{"_index":898,"title":{},"body":{"components/ReleaseInfoComponent.html":{}}}],["info.component.ts:33",{"_index":894,"title":{},"body":{"components/ReleaseInfoComponent.html":{}}}],["info/release",{"_index":446,"title":{},"body":{"components/LayoutComponent.html":{},"components/ReleaseInfoComponent.html":{}}}],["inform",{"_index":2127,"title":{},"body":{"license.html":{}}}],["information",{"_index":2164,"title":{},"body":{"license.html":{}}}],["infringe",{"_index":2283,"title":{},"body":{"license.html":{}}}],["infringed",{"_index":2315,"title":{},"body":{"license.html":{}}}],["infringement",{"_index":1863,"title":{},"body":{"license.html":{}}}],["inherit",{"_index":476,"title":{},"body":{"components/LayoutComponent.html":{},"components/SidenavComponent.html":{}}}],["init",{"_index":1604,"title":{},"body":{"index.html":{}}}],["initgenerator",{"_index":1552,"title":{},"body":{"miscellaneous/functions.html":{}}}],["initgenerator(tree",{"_index":1566,"title":{},"body":{"miscellaneous/functions.html":{}}}],["initgeneratorschema",{"_index":1568,"title":{},"body":{"miscellaneous/functions.html":{}}}],["initial",{"_index":1063,"title":{},"body":{"components/SidenavComponent.html":{},"changelog.html":{}}}],["initialcollapsable",{"_index":550,"title":{},"body":{"injectables/LayoutService.html":{}}}],["initialize",{"_index":1676,"title":{},"body":{"index.html":{}}}],["initialvalue",{"_index":171,"title":{},"body":{"components/DefaultHeaderComponent.html":{},"injectables/LayoutService.html":{},"components/NavigationComponent.html":{},"components/NavigationProgressBarComponent.html":{}}}],["initiate",{"_index":2308,"title":{},"body":{"license.html":{}}}],["inject",{"_index":69,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/DefaultHeaderComponent.html":{},"injectables/ExternalAppsService.html":{},"components/FooterComponent.html":{},"directives/FooterDirective.html":{},"injectables/FooterService.html":{},"components/HeaderComponent.html":{},"directives/HeaderDirective.html":{},"injectables/HeaderService.html":{},"components/LayoutComponent.html":{},"injectables/LayoutService.html":{},"injectables/LogoService.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"injectables/NavigationService.html":{},"components/ReleaseInfoComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"directives/SidenavFooterDirective.html":{},"directives/SidenavHeaderDirective.html":{},"components/SidenavToggleButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"index.html":{}}}],["inject(configservice",{"_index":247,"title":{},"body":{"injectables/ExternalAppsService.html":{},"injectables/LayoutService.html":{},"injectables/LogoService.html":{}}}],["inject(elementref",{"_index":746,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["inject(externalappsservice",{"_index":82,"title":{},"body":{"components/AppsButtonComponent.html":{}}}],["inject(extract_username_from_profile",{"_index":1099,"title":{},"body":{"components/UserProfileIconComponent.html":{}}}],["inject(footerservice",{"_index":330,"title":{},"body":{"components/FooterComponent.html":{},"directives/FooterDirective.html":{},"injectables/LayoutService.html":{}}}],["inject(headerservice",{"_index":401,"title":{},"body":{"components/HeaderComponent.html":{},"directives/HeaderDirective.html":{},"injectables/LayoutService.html":{}}}],["inject(injector",{"_index":657,"title":{},"body":{"components/NavigationComponent.html":{},"injectables/NavigationService.html":{},"components/SettingsButtonComponent.html":{}}}],["inject(layoutservice",{"_index":166,"title":{},"body":{"components/DefaultHeaderComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{}}}],["inject(locale_id",{"_index":253,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["inject(logoservice",{"_index":453,"title":{},"body":{"components/LayoutComponent.html":{}}}],["inject(matdialog",{"_index":905,"title":{},"body":{"components/ReleaseInfoComponent.html":{}}}],["inject(matdialog).open(mycustomdialogcomponent",{"_index":1670,"title":{},"body":{"index.html":{}}}],["inject(mediamatcher",{"_index":538,"title":{},"body":{"injectables/LayoutService.html":{}}}],["inject(navigationservice",{"_index":655,"title":{},"body":{"components/NavigationComponent.html":{}}}],["inject(pubsubservice",{"_index":1100,"title":{},"body":{"components/UserProfileIconComponent.html":{}}}],["inject(renderer2",{"_index":748,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["inject(router",{"_index":745,"title":{},"body":{"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{}}}],["inject(rxap_environment",{"_index":249,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["inject(rxap_logo_config",{"_index":594,"title":{},"body":{"injectables/LogoService.html":{}}}],["inject(rxap_navigation_config",{"_index":813,"title":{},"body":{"injectables/NavigationService.html":{}}}],["inject(rxap_navigation_config_inserts",{"_index":814,"title":{},"body":{"injectables/NavigationService.html":{}}}],["inject(templateref",{"_index":339,"title":{},"body":{"directives/FooterDirective.html":{},"directives/HeaderDirective.html":{},"directives/SidenavFooterDirective.html":{},"directives/SidenavHeaderDirective.html":{}}}],["inject(themeservice",{"_index":452,"title":{},"body":{"components/LayoutComponent.html":{},"components/SettingsButtonComponent.html":{}}}],["inject(userprofiledatasource",{"_index":188,"title":{},"body":{"components/DefaultHeaderComponent.html":{}}}],["inject(usersettingsthemeservice",{"_index":451,"title":{},"body":{"components/LayoutComponent.html":{}}}],["inject(viewcontainerref",{"_index":340,"title":{},"body":{"directives/FooterDirective.html":{},"directives/HeaderDirective.html":{}}}],["injectable",{"_index":190,"title":{"injectables/ExternalAppsService.html":{},"injectables/FooterService.html":{},"injectables/HeaderService.html":{},"injectables/LayoutService.html":{},"injectables/LogoService.html":{},"injectables/NavigationService.html":{}},"body":{"injectables/ExternalAppsService.html":{},"injectables/FooterService.html":{},"injectables/HeaderService.html":{},"injectables/LayoutService.html":{},"injectables/LogoService.html":{},"injectables/NavigationService.html":{},"index.html":{}}}],["injectables",{"_index":191,"title":{},"body":{"injectables/ExternalAppsService.html":{},"injectables/FooterService.html":{},"injectables/HeaderService.html":{},"injectables/LayoutService.html":{},"injectables/LogoService.html":{},"injectables/NavigationService.html":{},"overview.html":{}}}],["injectiontoken",{"_index":681,"title":{},"body":{"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"interfaces/NavigationStatus.html":{},"miscellaneous/variables.html":{}}}],["injectiontoken('rxap/layout/apps",{"_index":2492,"title":{},"body":{"miscellaneous/variables.html":{}}}],["injectiontoken('rxap/layout/external",{"_index":2488,"title":{},"body":{"miscellaneous/variables.html":{}}}],["injectiontoken('rxap/layout/logo",{"_index":2494,"title":{},"body":{"miscellaneous/variables.html":{}}}],["injectiontoken('rxap/layout/release",{"_index":2496,"title":{},"body":{"miscellaneous/variables.html":{}}}],["injectiontoken('rxap/layout/settings",{"_index":2497,"title":{},"body":{"miscellaneous/variables.html":{}}}],["injectiontoken>('rxap/layout/app",{"_index":2489,"title":{},"body":{"miscellaneous/variables.html":{}}}],["injectiontoken>('rxap/layout/footer",{"_index":2490,"title":{},"body":{"miscellaneous/variables.html":{}}}],["injectiontoken>('rxap/layout/header",{"_index":2491,"title":{},"body":{"miscellaneous/variables.html":{}}}],["injector",{"_index":638,"title":{},"body":{"components/NavigationComponent.html":{},"injectables/NavigationService.html":{},"components/SettingsButtonComponent.html":{}}}],["inner",{"_index":492,"title":{},"body":{"components/LayoutComponent.html":{},"components/SidenavComponent.html":{}}}],["input",{"_index":396,"title":{},"body":{"components/HeaderComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["input(0",{"_index":654,"title":{},"body":{"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{}}}],["input(false",{"_index":656,"title":{},"body":{"components/NavigationComponent.html":{}}}],["input.required",{"_index":743,"title":{},"body":{"components/NavigationItemComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["inputs",{"_index":391,"title":{},"body":{"components/HeaderComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["insert",{"_index":686,"title":{},"body":{"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{},"index.html":{}}}],["insert(id",{"_index":799,"title":{},"body":{"injectables/NavigationService.html":{}}}],["inserted",{"_index":1648,"title":{},"body":{"index.html":{}}}],["inserts",{"_index":787,"title":{},"body":{"injectables/NavigationService.html":{},"miscellaneous/functions.html":{},"miscellaneous/variables.html":{}}}],["inside",{"_index":1783,"title":{},"body":{"license.html":{}}}],["install",{"_index":1235,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["installation",{"_index":1581,"title":{},"body":{"index.html":{},"license.html":{}}}],["installed",{"_index":2181,"title":{},"body":{"license.html":{}}}],["instanceof",{"_index":760,"title":{},"body":{"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{}}}],["instead",{"_index":798,"title":{},"body":{"injectables/NavigationService.html":{}}}],["intact",{"_index":2035,"title":{},"body":{"license.html":{}}}],["intended",{"_index":1711,"title":{},"body":{"license.html":{}}}],["intention",{"_index":2023,"title":{},"body":{"license.html":{}}}],["interaction",{"_index":1881,"title":{},"body":{"license.html":{}}}],["interactive",{"_index":1886,"title":{},"body":{"license.html":{}}}],["interchange",{"_index":2089,"title":{},"body":{"license.html":{}}}],["interest",{"_index":2302,"title":{},"body":{"license.html":{}}}],["interface",{"_index":673,"title":{"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"interfaces/NavigationStatus.html":{},"interfaces/ReleaseInfoModule.html":{},"interfaces/SettingsMenuItem.html":{}},"body":{"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"interfaces/NavigationStatus.html":{},"interfaces/ReleaseInfoModule.html":{},"interfaces/SettingsMenuItem.html":{},"license.html":{}}}],["interfaces",{"_index":674,"title":{},"body":{"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"interfaces/NavigationStatus.html":{},"interfaces/ReleaseInfoModule.html":{},"interfaces/SettingsMenuItem.html":{},"license.html":{},"overview.html":{}}}],["interfered",{"_index":2171,"title":{},"body":{"license.html":{}}}],["internal",{"_index":831,"title":{},"body":{"injectables/NavigationService.html":{}}}],["interop",{"_index":176,"title":{},"body":{"components/DefaultHeaderComponent.html":{},"injectables/LayoutService.html":{},"components/NavigationComponent.html":{},"components/NavigationProgressBarComponent.html":{}}}],["interpretation",{"_index":2450,"title":{},"body":{"license.html":{}}}],["interpreter",{"_index":1936,"title":{},"body":{"license.html":{}}}],["intimate",{"_index":1954,"title":{},"body":{"license.html":{}}}],["invalidate",{"_index":2057,"title":{},"body":{"license.html":{}}}],["invisible",{"_index":715,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["irrevocable",{"_index":1965,"title":{},"body":{"license.html":{}}}],["isactive",{"_index":763,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["isdevmode",{"_index":370,"title":{},"body":{"injectables/FooterService.html":{},"injectables/HeaderService.html":{},"injectables/LayoutService.html":{},"components/SettingsButtonComponent.html":{}}}],["ismobile",{"_index":506,"title":{},"body":{"injectables/LayoutService.html":{}}}],["isnavigationdivideritem",{"_index":620,"title":{},"body":{"components/NavigationComponent.html":{},"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"components/NavigationItemComponent.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{},"miscellaneous/functions.html":{}}}],["isnavigationdivideritem(item",{"_index":630,"title":{},"body":{"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"miscellaneous/functions.html":{}}}],["isnavigationdivideritem(navigationitem",{"_index":833,"title":{},"body":{"injectables/NavigationService.html":{}}}],["isnavigationinsertitem",{"_index":687,"title":{},"body":{"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{},"miscellaneous/functions.html":{}}}],["isnavigationinsertitem(item",{"_index":1569,"title":{},"body":{"miscellaneous/functions.html":{}}}],["isnavigationinsertitem(navigationitem",{"_index":879,"title":{},"body":{"injectables/NavigationService.html":{}}}],["isnavigationitem",{"_index":621,"title":{},"body":{"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"injectables/NavigationService.html":{},"miscellaneous/functions.html":{}}}],["isnavigationitem(item",{"_index":632,"title":{},"body":{"components/NavigationComponent.html":{},"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"components/NavigationItemComponent.html":{},"interfaces/NavigationStatus.html":{},"miscellaneous/functions.html":{}}}],["isnavigationitem(navigationitem",{"_index":883,"title":{},"body":{"injectables/NavigationService.html":{}}}],["isopen",{"_index":43,"title":{},"body":{"components/AppsButtonComponent.html":{}}}],["issue",{"_index":1251,"title":{},"body":{"changelog.html":{}}}],["issues",{"_index":1242,"title":{},"body":{"changelog.html":{},"properties.html":{}}}],["isthemedensity",{"_index":438,"title":{},"body":{"components/LayoutComponent.html":{}}}],["isthemedensity(theme.density",{"_index":460,"title":{},"body":{"components/LayoutComponent.html":{}}}],["isvisible",{"_index":690,"title":{},"body":{"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{},"index.html":{}}}],["isvisible$.pipe(catcherror(e",{"_index":845,"title":{},"body":{"injectables/NavigationService.html":{}}}],["isvisible(item",{"_index":1640,"title":{},"body":{"index.html":{}}}],["isvisible(navigationitem",{"_index":886,"title":{},"body":{"interfaces/NavigationStatus.html":{}}}],["isvisiblearray",{"_index":836,"title":{},"body":{"injectables/NavigationService.html":{}}}],["isvisiblearray.reduce((acc",{"_index":860,"title":{},"body":{"injectables/NavigationService.html":{}}}],["item",{"_index":629,"title":{},"body":{"components/NavigationComponent.html":{},"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"components/NavigationItemComponent.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{},"components/SettingsButtonComponent.html":{},"changelog.html":{},"miscellaneous/functions.html":{},"index.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["item().label",{"_index":767,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["item.action",{"_index":990,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["item.children",{"_index":753,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["item.children.length",{"_index":754,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["item.component",{"_index":645,"title":{},"body":{"components/NavigationComponent.html":{}}}],["item.component.html",{"_index":703,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["item.component.scss",{"_index":702,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["item.component.ts",{"_index":698,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["item.component.ts:101",{"_index":716,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["item.component.ts:111",{"_index":712,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["item.component.ts:166",{"_index":708,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["item.component.ts:172",{"_index":709,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["item.component.ts:178",{"_index":707,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["item.component.ts:94",{"_index":706,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["item.component.ts:96",{"_index":711,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["item.component.ts:98",{"_index":705,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["item.component.ts:99",{"_index":710,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["item.label",{"_index":992,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["item.title",{"_index":672,"title":{},"body":{"components/NavigationComponent.html":{}}}],["item.ts",{"_index":676,"title":{},"body":{"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"interfaces/NavigationStatus.html":{},"miscellaneous/functions.html":{},"miscellaneous/typealiases.html":{}}}],["item.ts:39",{"_index":887,"title":{},"body":{"interfaces/NavigationStatus.html":{}}}],["item/navigation",{"_index":644,"title":{},"body":{"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{}}}],["item['divider",{"_index":685,"title":{},"body":{"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"interfaces/NavigationStatus.html":{}}}],["item['insert",{"_index":688,"title":{},"body":{"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"interfaces/NavigationStatus.html":{}}}],["item['label",{"_index":697,"title":{},"body":{"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"interfaces/NavigationStatus.html":{}}}],["item['routerlink",{"_index":696,"title":{},"body":{"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"interfaces/NavigationStatus.html":{}}}],["item]'},{'name",{"_index":117,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/BaseLayoutComponent.html":{},"components/DefaultHeaderComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LayoutComponent.html":{},"components/MinimalLayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ReleaseInfoComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["itemclasses",{"_index":704,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["itemexample",{"_index":1673,"title":{},"body":{"index.html":{}}}],["itemproperties",{"_index":1436,"title":{},"body":{"changelog.html":{}}}],["items",{"_index":615,"title":{},"body":{"components/NavigationComponent.html":{},"changelog.html":{},"miscellaneous/functions.html":{},"index.html":{}}}],["itself",{"_index":2186,"title":{},"body":{"license.html":{}}}],["joinpath",{"_index":271,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["joinpath(app.href",{"_index":290,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["june",{"_index":1681,"title":{},"body":{"license.html":{}}}],["justify",{"_index":1064,"title":{},"body":{"components/SidenavComponent.html":{}}}],["keep",{"_index":2034,"title":{},"body":{"license.html":{}}}],["kernel",{"_index":1930,"title":{},"body":{"license.html":{}}}],["key",{"_index":1650,"title":{},"body":{"index.html":{},"license.html":{}}}],["keygeneration",{"_index":1522,"title":{},"body":{"changelog.html":{}}}],["keys",{"_index":2166,"title":{},"body":{"license.html":{}}}],["keywords",{"_index":2465,"title":{},"body":{"properties.html":{}}}],["kind",{"_index":1877,"title":{},"body":{"license.html":{}}}],["kinds",{"_index":1701,"title":{},"body":{"license.html":{}}}],["know",{"_index":1732,"title":{},"body":{"license.html":{}}}],["knowingly",{"_index":2344,"title":{},"body":{"license.html":{}}}],["knowledge",{"_index":2353,"title":{},"body":{"license.html":{}}}],["label",{"_index":693,"title":{},"body":{"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"interfaces/NavigationStatus.html":{},"interfaces/ReleaseInfoModule.html":{},"interfaces/SettingsMenuItem.html":{},"index.html":{}}}],["lang",{"_index":1188,"title":{},"body":{"changelog.html":{}}}],["language",{"_index":1131,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["larger",{"_index":2066,"title":{},"body":{"license.html":{}}}],["later",{"_index":2408,"title":{},"body":{"license.html":{},"properties.html":{}}}],["law",{"_index":1865,"title":{},"body":{"license.html":{}}}],["laws",{"_index":1837,"title":{},"body":{"license.html":{}}}],["lawsuit",{"_index":2313,"title":{},"body":{"license.html":{}}}],["layout",{"_index":149,"title":{},"body":{"components/BaseLayoutComponent.html":{},"components/LayoutComponent.html":{},"components/MinimalLayoutComponent.html":{},"changelog.html":{},"index.html":{},"properties.html":{}}}],["layout'},{'name",{"_index":102,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/BaseLayoutComponent.html":{},"components/DefaultHeaderComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LayoutComponent.html":{},"components/MinimalLayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ReleaseInfoComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["layout.component",{"_index":606,"title":{},"body":{"components/MinimalLayoutComponent.html":{}}}],["layout.component.html",{"_index":150,"title":{},"body":{"components/BaseLayoutComponent.html":{},"components/LayoutComponent.html":{},"components/MinimalLayoutComponent.html":{}}}],["layout.component.scss",{"_index":152,"title":{},"body":{"components/BaseLayoutComponent.html":{},"components/LayoutComponent.html":{},"components/MinimalLayoutComponent.html":{}}}],["layout.component.ts",{"_index":148,"title":{},"body":{"components/BaseLayoutComponent.html":{},"components/MinimalLayoutComponent.html":{}}}],["layout.routes.ts",{"_index":1608,"title":{},"body":{"index.html":{}}}],["layout.service",{"_index":178,"title":{},"body":{"components/DefaultHeaderComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{}}}],["layout/base",{"_index":147,"title":{},"body":{"components/BaseLayoutComponent.html":{},"components/MinimalLayoutComponent.html":{}}}],["layout/minimal",{"_index":605,"title":{},"body":{"components/MinimalLayoutComponent.html":{}}}],["layoutcomponent",{"_index":108,"title":{"components/LayoutComponent.html":{}},"body":{"components/AppsButtonComponent.html":{},"components/BaseLayoutComponent.html":{},"components/DefaultHeaderComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LayoutComponent.html":{},"components/MinimalLayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ReleaseInfoComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"index.html":{}}}],["layoutcomponentservice",{"_index":162,"title":{},"body":{"components/DefaultHeaderComponent.html":{},"components/SidenavToggleButtonComponent.html":{}}}],["layoutservice",{"_index":177,"title":{"injectables/LayoutService.html":{}},"body":{"components/DefaultHeaderComponent.html":{},"injectables/LayoutService.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{}}}],["left",{"_index":1636,"title":{},"body":{"index.html":{}}}],["legal",{"_index":1763,"title":{},"body":{"license.html":{}}}],["legend",{"_index":92,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/BaseLayoutComponent.html":{},"components/DefaultHeaderComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LayoutComponent.html":{},"components/MinimalLayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ReleaseInfoComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["level",{"_index":616,"title":{},"body":{"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{}}}],["li[rxap",{"_index":115,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/BaseLayoutComponent.html":{},"components/DefaultHeaderComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LayoutComponent.html":{},"components/MinimalLayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ReleaseInfoComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["liability",{"_index":2211,"title":{},"body":{"license.html":{}}}],["liable",{"_index":1862,"title":{},"body":{"license.html":{}}}],["libraries",{"_index":1917,"title":{},"body":{"license.html":{}}}],["library",{"_index":2136,"title":{},"body":{"license.html":{}}}],["licence",{"_index":1200,"title":{},"body":{"changelog.html":{}}}],["license",{"_index":1678,"title":{"license.html":{}},"body":{"license.html":{},"properties.html":{}}}],["licensed",{"_index":1841,"title":{},"body":{"license.html":{}}}],["licensee",{"_index":1843,"title":{},"body":{"license.html":{}}}],["licensees",{"_index":1845,"title":{},"body":{"license.html":{}}}],["licenses",{"_index":1703,"title":{},"body":{"license.html":{}}}],["licensing",{"_index":2287,"title":{},"body":{"license.html":{}}}],["licensors",{"_index":2222,"title":{},"body":{"license.html":{}}}],["likewise",{"_index":2279,"title":{},"body":{"license.html":{}}}],["limit",{"_index":2024,"title":{},"body":{"license.html":{}}}],["limitation",{"_index":2433,"title":{},"body":{"license.html":{}}}],["limited",{"_index":2420,"title":{},"body":{"license.html":{}}}],["limiting",{"_index":2210,"title":{},"body":{"license.html":{}}}],["line",{"_index":259,"title":{},"body":{"injectables/ExternalAppsService.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"index.html":{}}}],["link",{"_index":297,"title":{},"body":{"injectables/ExternalAppsService.html":{},"changelog.html":{},"index.html":{},"license.html":{}}}],["linked",{"_index":1950,"title":{},"body":{"license.html":{}}}],["list",{"_index":64,"title":{},"body":{"components/AppsButtonComponent.html":{},"injectables/ExternalAppsService.html":{},"injectables/FooterService.html":{},"injectables/HeaderService.html":{},"components/NavigationComponent.html":{},"changelog.html":{},"license.html":{}}}],["litigation",{"_index":2309,"title":{},"body":{"license.html":{}}}],["load",{"_index":1283,"title":{},"body":{"changelog.html":{}}}],["loadchildren",{"_index":1618,"title":{},"body":{"index.html":{}}}],["loaded",{"_index":1612,"title":{},"body":{"index.html":{}}}],["local",{"_index":2451,"title":{},"body":{"license.html":{}}}],["locale_id",{"_index":255,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["localeid",{"_index":200,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["localid",{"_index":1665,"title":{},"body":{"index.html":{}}}],["log",{"_index":1107,"title":{},"body":{"changelog.html":{}}}],["logo",{"_index":590,"title":{},"body":{"injectables/LogoService.html":{},"changelog.html":{}}}],["logo.png",{"_index":596,"title":{},"body":{"injectables/LogoService.html":{}}}],["logo.service",{"_index":444,"title":{},"body":{"components/LayoutComponent.html":{}}}],["logoheight",{"_index":425,"title":{},"body":{"components/LayoutComponent.html":{}}}],["logoservice",{"_index":443,"title":{"injectables/LogoService.html":{}},"body":{"components/LayoutComponent.html":{},"injectables/LogoService.html":{}}}],["logosrc",{"_index":426,"title":{},"body":{"components/LayoutComponent.html":{}}}],["logout",{"_index":1089,"title":{},"body":{"components/UserProfileIconComponent.html":{}}}],["logowidth",{"_index":427,"title":{},"body":{"components/LayoutComponent.html":{}}}],["long",{"_index":1978,"title":{},"body":{"license.html":{}}}],["loop",{"_index":666,"title":{},"body":{"components/NavigationComponent.html":{}}}],["loss",{"_index":2441,"title":{},"body":{"license.html":{}}}],["losses",{"_index":2443,"title":{},"body":{"license.html":{}}}],["machine",{"_index":2079,"title":{},"body":{"license.html":{}}}],["made",{"_index":2172,"title":{},"body":{"license.html":{}}}],["maintain",{"_index":2115,"title":{},"body":{"license.html":{}}}],["major",{"_index":1922,"title":{},"body":{"license.html":{}}}],["make",{"_index":1714,"title":{},"body":{"license.html":{}}}],["makes",{"_index":1996,"title":{},"body":{"license.html":{}}}],["making",{"_index":1851,"title":{},"body":{"license.html":{}}}],["manner",{"_index":2328,"title":{},"body":{"license.html":{}}}],["manufacturer",{"_index":1785,"title":{},"body":{"license.html":{}}}],["map",{"_index":782,"title":{},"body":{"components/NavigationProgressBarComponent.html":{},"injectables/NavigationService.html":{}}}],["map((children",{"_index":868,"title":{},"body":{"injectables/NavigationService.html":{}}}],["map((isvisible",{"_index":862,"title":{},"body":{"injectables/NavigationService.html":{}}}],["map((isvisiblearray",{"_index":859,"title":{},"body":{"injectables/NavigationService.html":{}}}],["map((navigationwithnullitems",{"_index":874,"title":{},"body":{"injectables/NavigationService.html":{}}}],["map((status",{"_index":840,"title":{},"body":{"injectables/NavigationService.html":{}}}],["map((statustoken",{"_index":837,"title":{},"body":{"injectables/NavigationService.html":{}}}],["map(app",{"_index":303,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["map(event",{"_index":778,"title":{},"body":{"components/NavigationProgressBarComponent.html":{}}}],["map(isvisible",{"_index":844,"title":{},"body":{"injectables/NavigationService.html":{}}}],["map(item",{"_index":965,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["march",{"_index":2378,"title":{},"body":{"license.html":{}}}],["margin",{"_index":1249,"title":{},"body":{"changelog.html":{}}}],["marked",{"_index":1774,"title":{},"body":{"license.html":{}}}],["marks",{"_index":2228,"title":{},"body":{"license.html":{}}}],["masks",{"_index":1839,"title":{},"body":{"license.html":{}}}],["mat",{"_index":491,"title":{},"body":{"components/LayoutComponent.html":{},"components/SidenavComponent.html":{},"index.html":{}}}],["matanchor",{"_index":29,"title":{},"body":{"components/AppsButtonComponent.html":{}}}],["matbutton",{"_index":27,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/ReleaseInfoComponent.html":{},"components/SidenavComponent.html":{}}}],["matbuttonmodule",{"_index":419,"title":{},"body":{"components/LayoutComponent.html":{}}}],["matching",{"_index":145,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/BaseLayoutComponent.html":{},"components/DefaultHeaderComponent.html":{},"injectables/ExternalAppsService.html":{},"components/FooterComponent.html":{},"directives/FooterDirective.html":{},"injectables/FooterService.html":{},"components/HeaderComponent.html":{},"directives/HeaderDirective.html":{},"injectables/HeaderService.html":{},"components/LayoutComponent.html":{},"injectables/LayoutService.html":{},"injectables/LogoService.html":{},"components/MinimalLayoutComponent.html":{},"components/NavigationComponent.html":{},"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{},"components/ReleaseInfoComponent.html":{},"interfaces/ReleaseInfoModule.html":{},"components/SettingsButtonComponent.html":{},"interfaces/SettingsMenuItem.html":{},"components/SidenavComponent.html":{},"directives/SidenavFooterDirective.html":{},"directives/SidenavHeaderDirective.html":{},"components/SidenavToggleButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"changelog.html":{},"dependencies.html":{},"miscellaneous/functions.html":{},"index.html":{},"license.html":{},"modules.html":{},"overview.html":{},"properties.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["matdialog",{"_index":899,"title":{},"body":{"components/ReleaseInfoComponent.html":{}}}],["matdivider",{"_index":1007,"title":{},"body":{"components/SidenavComponent.html":{}}}],["matdividermodule",{"_index":611,"title":{},"body":{"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{}}}],["matdrawermode",{"_index":534,"title":{},"body":{"injectables/LayoutService.html":{},"components/SidenavComponent.html":{}}}],["material",{"_index":1509,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["materially",{"_index":2187,"title":{},"body":{"license.html":{}}}],["maticon",{"_index":31,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{}}}],["maticonbutton",{"_index":30,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{}}}],["maticonmodule",{"_index":418,"title":{},"body":{"components/LayoutComponent.html":{},"components/NavigationItemComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["matmenu",{"_index":924,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["matmenuitem",{"_index":926,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["matmenumodule",{"_index":421,"title":{},"body":{"components/LayoutComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["matmenutrigger",{"_index":925,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["matprogressbar",{"_index":771,"title":{},"body":{"components/NavigationProgressBarComponent.html":{}}}],["matripplemodule",{"_index":701,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["matsidenav",{"_index":1004,"title":{},"body":{"components/SidenavComponent.html":{}}}],["matsidenavcontainer",{"_index":1005,"title":{},"body":{"components/SidenavComponent.html":{}}}],["matsidenavcontent",{"_index":1006,"title":{},"body":{"components/SidenavComponent.html":{}}}],["matsidenavmodule",{"_index":416,"title":{},"body":{"components/LayoutComponent.html":{}}}],["mattoolbar",{"_index":387,"title":{},"body":{"components/HeaderComponent.html":{}}}],["mattoolbarmodule",{"_index":316,"title":{},"body":{"components/FooterComponent.html":{}}}],["mattoolbarrow",{"_index":388,"title":{},"body":{"components/HeaderComponent.html":{}}}],["mdi",{"_index":1270,"title":{},"body":{"changelog.html":{}}}],["meaning",{"_index":2237,"title":{},"body":{"license.html":{}}}],["means",{"_index":1836,"title":{},"body":{"license.html":{}}}],["measure",{"_index":2004,"title":{},"body":{"license.html":{}}}],["measures",{"_index":2016,"title":{},"body":{"license.html":{}}}],["mediamatcher",{"_index":531,"title":{},"body":{"injectables/LayoutService.html":{}}}],["medium",{"_index":2030,"title":{},"body":{"license.html":{}}}],["meet",{"_index":2043,"title":{},"body":{"license.html":{}}}],["meets",{"_index":1901,"title":{},"body":{"license.html":{}}}],["menu",{"_index":1083,"title":{},"body":{"components/SidenavToggleButtonComponent.html":{},"changelog.html":{},"index.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["menu_open",{"_index":1082,"title":{},"body":{"components/SidenavToggleButtonComponent.html":{}}}],["merchantability",{"_index":2421,"title":{},"body":{"license.html":{}}}],["mere",{"_index":1880,"title":{},"body":{"license.html":{}}}],["merge",{"_index":1375,"title":{},"body":{"changelog.html":{}}}],["merging",{"_index":2298,"title":{},"body":{"license.html":{}}}],["merzough",{"_index":1423,"title":{},"body":{"changelog.html":{},"properties.html":{}}}],["met",{"_index":1967,"title":{},"body":{"license.html":{}}}],["metadata",{"_index":16,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/BaseLayoutComponent.html":{},"components/DefaultHeaderComponent.html":{},"components/FooterComponent.html":{},"directives/FooterDirective.html":{},"components/HeaderComponent.html":{},"directives/HeaderDirective.html":{},"components/LayoutComponent.html":{},"components/MinimalLayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ReleaseInfoComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"directives/SidenavFooterDirective.html":{},"directives/SidenavHeaderDirective.html":{},"components/SidenavToggleButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"changelog.html":{}}}],["method",{"_index":241,"title":{},"body":{"injectables/ExternalAppsService.html":{},"injectables/NavigationService.html":{},"changelog.html":{},"index.html":{}}}],["methods",{"_index":44,"title":{},"body":{"components/AppsButtonComponent.html":{},"injectables/ExternalAppsService.html":{},"injectables/FooterService.html":{},"injectables/HeaderService.html":{},"injectables/LayoutService.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{},"components/ReleaseInfoComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"license.html":{}}}],["min",{"_index":1059,"title":{},"body":{"components/SidenavComponent.html":{},"changelog.html":{}}}],["minimal",{"_index":110,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/BaseLayoutComponent.html":{},"components/DefaultHeaderComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LayoutComponent.html":{},"components/MinimalLayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ReleaseInfoComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["minimallayoutcomponent",{"_index":109,"title":{"components/MinimalLayoutComponent.html":{}},"body":{"components/AppsButtonComponent.html":{},"components/BaseLayoutComponent.html":{},"components/DefaultHeaderComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LayoutComponent.html":{},"components/MinimalLayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ReleaseInfoComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["miscellaneous",{"_index":1550,"title":{"miscellaneous/functions.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}},"body":{"miscellaneous/functions.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["misrepresentation",{"_index":2217,"title":{},"body":{"license.html":{}}}],["missing",{"_index":1455,"title":{},"body":{"changelog.html":{}}}],["mmuenker@digitaix.com",{"_index":1425,"title":{},"body":{"changelog.html":{}}}],["mobilequery",{"_index":539,"title":{},"body":{"injectables/LayoutService.html":{}}}],["mobilequery.addeventlistener('change",{"_index":546,"title":{},"body":{"injectables/LayoutService.html":{}}}],["mobilequery.matches",{"_index":549,"title":{},"body":{"injectables/LayoutService.html":{}}}],["mockspeerdependency",{"_index":1471,"title":{},"body":{"changelog.html":{}}}],["mode",{"_index":507,"title":{},"body":{"injectables/LayoutService.html":{},"components/SettingsButtonComponent.html":{},"changelog.html":{},"index.html":{},"license.html":{}}}],["model",{"_index":2096,"title":{},"body":{"license.html":{}}}],["modetype",{"_index":1456,"title":{},"body":{"changelog.html":{}}}],["modification",{"_index":1832,"title":{},"body":{"license.html":{}}}],["modifications",{"_index":1905,"title":{},"body":{"license.html":{}}}],["modified",{"_index":1773,"title":{},"body":{"license.html":{}}}],["modifies",{"_index":2048,"title":{},"body":{"license.html":{}}}],["modify",{"_index":1745,"title":{},"body":{"license.html":{}}}],["modifying",{"_index":1869,"title":{},"body":{"license.html":{}}}],["module",{"_index":261,"title":{},"body":{"injectables/ExternalAppsService.html":{},"components/ReleaseInfoComponent.html":{},"changelog.html":{},"miscellaneous/functions.html":{},"miscellaneous/variables.html":{}}}],["module.hash",{"_index":913,"title":{},"body":{"components/ReleaseInfoComponent.html":{}}}],["module.name",{"_index":911,"title":{},"body":{"components/ReleaseInfoComponent.html":{}}}],["module.version",{"_index":912,"title":{},"body":{"components/ReleaseInfoComponent.html":{}}}],["modules",{"_index":892,"title":{"modules.html":{}},"body":{"components/ReleaseInfoComponent.html":{},"modules.html":{}}}],["modules.length",{"_index":908,"title":{},"body":{"components/ReleaseInfoComponent.html":{}}}],["mono",{"_index":1376,"title":{},"body":{"changelog.html":{}}}],["more",{"_index":2098,"title":{},"body":{"license.html":{}}}],["moreover",{"_index":2266,"title":{},"body":{"license.html":{}}}],["move",{"_index":1130,"title":{},"body":{"changelog.html":{}}}],["multiple",{"_index":380,"title":{},"body":{"injectables/FooterService.html":{},"injectables/HeaderService.html":{}}}],["mv",{"_index":1508,"title":{},"body":{"changelog.html":{}}}],["mycustommenuitemcomponent",{"_index":1674,"title":{},"body":{"index.html":{}}}],["münker",{"_index":1424,"title":{},"body":{"changelog.html":{},"properties.html":{}}}],["name",{"_index":98,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/BaseLayoutComponent.html":{},"components/DefaultHeaderComponent.html":{},"injectables/ExternalAppsService.html":{},"components/FooterComponent.html":{},"injectables/FooterService.html":{},"components/HeaderComponent.html":{},"injectables/HeaderService.html":{},"components/LayoutComponent.html":{},"components/MinimalLayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{},"components/ReleaseInfoComponent.html":{},"interfaces/ReleaseInfoModule.html":{},"components/SettingsButtonComponent.html":{},"interfaces/SettingsMenuItem.html":{},"components/SidenavComponent.html":{},"directives/SidenavFooterDirective.html":{},"directives/SidenavHeaderDirective.html":{},"components/SidenavToggleButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"changelog.html":{},"miscellaneous/functions.html":{}}}],["names",{"_index":2221,"title":{},"body":{"license.html":{}}}],["nature",{"_index":2063,"title":{},"body":{"license.html":{}}}],["nav",{"_index":735,"title":{},"body":{"components/NavigationItemComponent.html":{},"components/SidenavComponent.html":{}}}],["navigate",{"_index":210,"title":{},"body":{"injectables/ExternalAppsService.html":{},"changelog.html":{},"index.html":{}}}],["navigate(appid",{"_index":236,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["navigated",{"_index":1630,"title":{},"body":{"index.html":{}}}],["navigating",{"_index":774,"title":{},"body":{"components/NavigationProgressBarComponent.html":{}}}],["navigation",{"_index":116,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/BaseLayoutComponent.html":{},"components/DefaultHeaderComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LayoutComponent.html":{},"components/MinimalLayoutComponent.html":{},"components/NavigationComponent.html":{},"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{},"components/ReleaseInfoComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"changelog.html":{},"index.html":{},"miscellaneous/typealiases.html":{}}}],["navigation.apps",{"_index":1657,"title":{},"body":{"index.html":{}}}],["navigation.component",{"_index":732,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["navigation.component.html",{"_index":614,"title":{},"body":{"components/NavigationComponent.html":{}}}],["navigation.component.scss",{"_index":613,"title":{},"body":{"components/NavigationComponent.html":{}}}],["navigation.map((navigationitem",{"_index":872,"title":{},"body":{"injectables/NavigationService.html":{}}}],["navigation.push",{"_index":881,"title":{},"body":{"injectables/NavigationService.html":{}}}],["navigation.push(navigationitem",{"_index":885,"title":{},"body":{"injectables/NavigationService.html":{}}}],["navigation.service",{"_index":643,"title":{},"body":{"components/NavigationComponent.html":{}}}],["navigation/navigation",{"_index":809,"title":{},"body":{"injectables/NavigationService.html":{}}}],["navigation/navigation.component",{"_index":445,"title":{},"body":{"components/LayoutComponent.html":{},"components/SidenavComponent.html":{}}}],["navigation]'},{'name",{"_index":113,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/BaseLayoutComponent.html":{},"components/DefaultHeaderComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LayoutComponent.html":{},"components/MinimalLayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ReleaseInfoComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["navigationbutton",{"_index":1530,"title":{},"body":{"changelog.html":{}}}],["navigationcancel",{"_index":777,"title":{},"body":{"components/NavigationProgressBarComponent.html":{}}}],["navigationcomponent",{"_index":111,"title":{"components/NavigationComponent.html":{}},"body":{"components/AppsButtonComponent.html":{},"components/BaseLayoutComponent.html":{},"components/DefaultHeaderComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LayoutComponent.html":{},"components/MinimalLayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ReleaseInfoComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"changelog.html":{}}}],["navigationdivideritem",{"_index":627,"title":{"interfaces/NavigationDividerItem.html":{}},"body":{"components/NavigationComponent.html":{},"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"components/NavigationItemComponent.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{},"miscellaneous/functions.html":{},"index.html":{}}}],["navigationend",{"_index":725,"title":{},"body":{"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{}}}],["navigationinsertitem",{"_index":683,"title":{"interfaces/NavigationInsertItem.html":{}},"body":{"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"interfaces/NavigationStatus.html":{},"miscellaneous/functions.html":{},"index.html":{}}}],["navigationitem",{"_index":626,"title":{"interfaces/NavigationItem.html":{}},"body":{"components/NavigationComponent.html":{},"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"components/NavigationItemComponent.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{},"miscellaneous/functions.html":{},"index.html":{}}}],["navigationitem.status",{"_index":834,"title":{},"body":{"injectables/NavigationService.html":{}}}],["navigationitemcomponent",{"_index":114,"title":{"components/NavigationItemComponent.html":{}},"body":{"components/AppsButtonComponent.html":{},"components/BaseLayoutComponent.html":{},"components/DefaultHeaderComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LayoutComponent.html":{},"components/MinimalLayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ReleaseInfoComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"changelog.html":{}}}],["navigationitemornull",{"_index":864,"title":{},"body":{"injectables/NavigationService.html":{}}}],["navigationitemornull.children",{"_index":867,"title":{},"body":{"injectables/NavigationService.html":{}}}],["navigationitemornull.children?.length",{"_index":865,"title":{},"body":{"injectables/NavigationService.html":{}}}],["navigationitems",{"_index":617,"title":{},"body":{"components/NavigationComponent.html":{},"changelog.html":{}}}],["navigationprogressbarcomponent",{"_index":118,"title":{"components/NavigationProgressBarComponent.html":{}},"body":{"components/AppsButtonComponent.html":{},"components/BaseLayoutComponent.html":{},"components/DefaultHeaderComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LayoutComponent.html":{},"components/MinimalLayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ReleaseInfoComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["navigationservice",{"_index":642,"title":{"injectables/NavigationService.html":{}},"body":{"components/NavigationComponent.html":{},"injectables/NavigationService.html":{}}}],["navigationstart",{"_index":776,"title":{},"body":{"components/NavigationProgressBarComponent.html":{}}}],["navigationstatus",{"_index":689,"title":{"interfaces/NavigationStatus.html":{}},"body":{"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"interfaces/NavigationStatus.html":{}}}],["navigationwithinserts",{"_index":682,"title":{},"body":{"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{},"index.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["navigationwithnullitems",{"_index":876,"title":{},"body":{"injectables/NavigationService.html":{}}}],["necessary",{"_index":2429,"title":{},"body":{"license.html":{}}}],["need",{"_index":1736,"title":{},"body":{"license.html":{}}}],["needed",{"_index":1810,"title":{},"body":{"license.html":{}}}],["nest",{"_index":1380,"title":{},"body":{"changelog.html":{}}}],["network",{"_index":1883,"title":{},"body":{"license.html":{}}}],["neutral",{"_index":650,"title":{},"body":{"components/NavigationComponent.html":{}}}],["new",{"_index":284,"title":{},"body":{"injectables/ExternalAppsService.html":{},"directives/FooterDirective.html":{},"injectables/FooterService.html":{},"directives/HeaderDirective.html":{},"injectables/HeaderService.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"injectables/NavigationService.html":{},"components/SettingsButtonComponent.html":{},"changelog.html":{},"index.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["next",{"_index":258,"title":{},"body":{"injectables/ExternalAppsService.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"license.html":{}}}],["next.0",{"_index":1431,"title":{},"body":{"changelog.html":{}}}],["next.1",{"_index":1414,"title":{},"body":{"changelog.html":{}}}],["next.2",{"_index":1413,"title":{},"body":{"changelog.html":{}}}],["next.3",{"_index":1412,"title":{},"body":{"changelog.html":{}}}],["ng",{"_index":489,"title":{},"body":{"components/LayoutComponent.html":{},"components/SidenavComponent.html":{},"changelog.html":{}}}],["ngafterviewinit",{"_index":755,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["ngclass",{"_index":424,"title":{},"body":{"components/LayoutComponent.html":{},"components/NavigationItemComponent.html":{},"components/SidenavComponent.html":{}}}],["ngfor",{"_index":610,"title":{},"body":{"components/NavigationComponent.html":{}}}],["ngif",{"_index":420,"title":{},"body":{"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/SidenavComponent.html":{}}}],["ngonchanges(changes",{"_index":749,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["ngondestroy",{"_index":345,"title":{},"body":{"directives/FooterDirective.html":{},"directives/HeaderDirective.html":{},"components/LayoutComponent.html":{}}}],["ngoninit",{"_index":84,"title":{},"body":{"components/AppsButtonComponent.html":{},"directives/FooterDirective.html":{},"directives/HeaderDirective.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{}}}],["ngoptimizedimage",{"_index":26,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/LayoutComponent.html":{}}}],["ngstyle",{"_index":423,"title":{},"body":{"components/LayoutComponent.html":{},"components/SidenavComponent.html":{}}}],["ngtemplateoutlet",{"_index":1008,"title":{},"body":{"components/SidenavComponent.html":{}}}],["ngx",{"_index":2466,"title":{},"body":{"properties.html":{}}}],["non",{"_index":1827,"title":{},"body":{"license.html":{}}}],["noncommercially",{"_index":2105,"title":{},"body":{"license.html":{}}}],["none",{"_index":496,"title":{},"body":{"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/SidenavComponent.html":{}}}],["normal",{"_index":997,"title":{},"body":{"components/SettingsButtonComponent.html":{},"license.html":{}}}],["normally",{"_index":2140,"title":{},"body":{"license.html":{}}}],["not(.mat",{"_index":465,"title":{},"body":{"components/LayoutComponent.html":{},"components/SidenavComponent.html":{}}}],["notable",{"_index":1108,"title":{},"body":{"changelog.html":{}}}],["note",{"_index":1140,"title":{},"body":{"changelog.html":{}}}],["nothing",{"_index":2280,"title":{},"body":{"license.html":{}}}],["notice",{"_index":1894,"title":{},"body":{"license.html":{}}}],["notices",{"_index":1889,"title":{},"body":{"license.html":{}}}],["notifies",{"_index":2267,"title":{},"body":{"license.html":{}}}],["notify",{"_index":2261,"title":{},"body":{"license.html":{}}}],["notwithstanding",{"_index":2206,"title":{},"body":{"license.html":{}}}],["nrwl",{"_index":1392,"title":{},"body":{"changelog.html":{}}}],["nrwl/angular",{"_index":1420,"title":{},"body":{"changelog.html":{}}}],["nrwl/angular13.x.x",{"_index":1417,"title":{},"body":{"changelog.html":{}}}],["null",{"_index":172,"title":{},"body":{"components/DefaultHeaderComponent.html":{},"injectables/ExternalAppsService.html":{},"components/NavigationItemComponent.html":{},"injectables/NavigationService.html":{},"interfaces/ReleaseInfoModule.html":{},"components/SettingsButtonComponent.html":{},"interfaces/SettingsMenuItem.html":{},"components/UserProfileIconComponent.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["number",{"_index":373,"title":{},"body":{"injectables/FooterService.html":{},"injectables/HeaderService.html":{},"license.html":{}}}],["numbered",{"_index":2407,"title":{},"body":{"license.html":{}}}],["nx",{"_index":1605,"title":{},"body":{"index.html":{}}}],["nx/devkit",{"_index":1537,"title":{},"body":{"dependencies.html":{}}}],["nx/enforce",{"_index":260,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["object",{"_index":1638,"title":{},"body":{"index.html":{},"license.html":{}}}],["object.entries(inserts).foreach",{"_index":817,"title":{},"body":{"injectables/NavigationService.html":{}}}],["objects",{"_index":367,"title":{},"body":{"injectables/FooterService.html":{},"injectables/HeaderService.html":{}}}],["obligate",{"_index":2390,"title":{},"body":{"license.html":{}}}],["obligated",{"_index":2121,"title":{},"body":{"license.html":{}}}],["obligations",{"_index":2006,"title":{},"body":{"license.html":{}}}],["observable",{"_index":536,"title":{},"body":{"injectables/LayoutService.html":{},"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{}}}],["observable(subscriber",{"_index":545,"title":{},"body":{"injectables/LayoutService.html":{}}}],["observecurrentthemedensity",{"_index":535,"title":{},"body":{"injectables/LayoutService.html":{}}}],["occasionally",{"_index":2104,"title":{},"body":{"license.html":{}}}],["occurring",{"_index":2277,"title":{},"body":{"license.html":{}}}],["occurs",{"_index":1793,"title":{},"body":{"license.html":{}}}],["of(false",{"_index":849,"title":{},"body":{"injectables/NavigationService.html":{}}}],["of(isvisible",{"_index":842,"title":{},"body":{"injectables/NavigationService.html":{}}}],["of(navigationitem",{"_index":835,"title":{},"body":{"injectables/NavigationService.html":{}}}],["of(navigationitemornull",{"_index":869,"title":{},"body":{"injectables/NavigationService.html":{}}}],["of(null",{"_index":870,"title":{},"body":{"injectables/NavigationService.html":{}}}],["offer",{"_index":1761,"title":{},"body":{"license.html":{}}}],["offered",{"_index":2130,"title":{},"body":{"license.html":{}}}],["offering",{"_index":2108,"title":{},"body":{"license.html":{}}}],["official",{"_index":1907,"title":{},"body":{"license.html":{}}}],["onchanges",{"_index":699,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["ondestroy",{"_index":333,"title":{},"body":{"directives/FooterDirective.html":{},"directives/HeaderDirective.html":{},"components/LayoutComponent.html":{},"components/NavigationItemComponent.html":{}}}],["one",{"_index":857,"title":{},"body":{"injectables/NavigationService.html":{},"license.html":{}}}],["oninit",{"_index":15,"title":{},"body":{"components/AppsButtonComponent.html":{},"directives/FooterDirective.html":{},"directives/HeaderDirective.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{}}}],["open",{"_index":65,"title":{},"body":{"components/AppsButtonComponent.html":{}}}],["opened",{"_index":163,"title":{},"body":{"components/DefaultHeaderComponent.html":{},"components/LayoutComponent.html":{},"injectables/LayoutService.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"index.html":{}}}],["openenvironmentinfo",{"_index":893,"title":{},"body":{"components/ReleaseInfoComponent.html":{}}}],["opensidenav",{"_index":510,"title":{},"body":{"injectables/LayoutService.html":{},"components/SidenavComponent.html":{}}}],["opera",{"_index":499,"title":{},"body":{"components/LayoutComponent.html":{},"components/SidenavComponent.html":{}}}],["operate",{"_index":2446,"title":{},"body":{"license.html":{}}}],["operated",{"_index":2112,"title":{},"body":{"license.html":{}}}],["operating",{"_index":1932,"title":{},"body":{"license.html":{}}}],["operation",{"_index":2025,"title":{},"body":{"license.html":{}}}],["option",{"_index":2204,"title":{},"body":{"license.html":{}}}],["optional",{"_index":216,"title":{},"body":{"injectables/ExternalAppsService.html":{},"injectables/FooterService.html":{},"injectables/HeaderService.html":{},"injectables/LogoService.html":{},"components/NavigationComponent.html":{},"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationItem.html":{},"components/NavigationItemComponent.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{},"components/ReleaseInfoComponent.html":{},"interfaces/ReleaseInfoModule.html":{},"components/SettingsButtonComponent.html":{},"interfaces/SettingsMenuItem.html":{},"directives/SidenavFooterDirective.html":{},"directives/SidenavHeaderDirective.html":{},"miscellaneous/functions.html":{},"index.html":{}}}],["options",{"_index":1567,"title":{},"body":{"miscellaneous/functions.html":{},"license.html":{}}}],["order",{"_index":1206,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["organization",{"_index":2295,"title":{},"body":{"license.html":{}}}],["organizations",{"_index":1846,"title":{},"body":{"license.html":{}}}],["origin",{"_index":2218,"title":{},"body":{"license.html":{}}}],["original",{"_index":2219,"title":{},"body":{"license.html":{}}}],["others",{"_index":1738,"title":{},"body":{"license.html":{}}}],["otherwise",{"_index":1979,"title":{},"body":{"license.html":{}}}],["out",{"_index":2439,"title":{},"body":{"license.html":{}}}],["output",{"_index":1971,"title":{},"body":{"license.html":{}}}],["outside",{"_index":1990,"title":{},"body":{"license.html":{}}}],["over",{"_index":556,"title":{},"body":{"injectables/LayoutService.html":{}}}],["overflow",{"_index":738,"title":{},"body":{"components/NavigationItemComponent.html":{},"components/SidenavComponent.html":{}}}],["overscroll",{"_index":1208,"title":{},"body":{"changelog.html":{}}}],["overview",{"_index":2463,"title":{"overview.html":{}},"body":{"overview.html":{}}}],["owned",{"_index":2323,"title":{},"body":{"license.html":{}}}],["package",{"_index":1142,"title":{"dependencies.html":{},"properties.html":{}},"body":{"changelog.html":{},"index.html":{}}}],["packaged",{"_index":2055,"title":{},"body":{"license.html":{}}}],["packagedependencies",{"_index":1388,"title":{},"body":{"changelog.html":{}}}],["packagerxap/material",{"_index":1510,"title":{},"body":{"changelog.html":{}}}],["packages",{"_index":1202,"title":{},"body":{"changelog.html":{},"properties.html":{}}}],["packaging",{"_index":1921,"title":{},"body":{"license.html":{}}}],["padding",{"_index":1046,"title":{},"body":{"components/SidenavComponent.html":{},"changelog.html":{}}}],["paragraph",{"_index":2251,"title":{},"body":{"license.html":{}}}],["paragraphs",{"_index":2336,"title":{},"body":{"license.html":{}}}],["param",{"_index":374,"title":{},"body":{"injectables/FooterService.html":{},"injectables/HeaderService.html":{},"injectables/NavigationService.html":{}}}],["parameters",{"_index":214,"title":{},"body":{"injectables/ExternalAppsService.html":{},"injectables/FooterService.html":{},"injectables/HeaderService.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{},"components/SettingsButtonComponent.html":{},"directives/SidenavFooterDirective.html":{},"directives/SidenavHeaderDirective.html":{},"miscellaneous/functions.html":{}}}],["parent",{"_index":1634,"title":{},"body":{"index.html":{}}}],["part",{"_index":1848,"title":{},"body":{"license.html":{}}}],["particular",{"_index":1913,"title":{},"body":{"license.html":{}}}],["parties",{"_index":1879,"title":{},"body":{"license.html":{}}}],["parts",{"_index":1958,"title":{},"body":{"license.html":{}}}],["party",{"_index":2113,"title":{},"body":{"license.html":{}}}],["party's",{"_index":2300,"title":{},"body":{"license.html":{}}}],["pass",{"_index":1751,"title":{},"body":{"license.html":{}}}],["password",{"_index":2195,"title":{},"body":{"license.html":{}}}],["patent",{"_index":2250,"title":{},"body":{"license.html":{}}}],["patents",{"_index":1814,"title":{},"body":{"license.html":{}}}],["path",{"_index":222,"title":{},"body":{"injectables/ExternalAppsService.html":{},"changelog.html":{},"index.html":{}}}],["pattern",{"_index":1791,"title":{},"body":{"license.html":{}}}],["payment",{"_index":2373,"title":{},"body":{"license.html":{}}}],["peer",{"_index":1233,"title":{},"body":{"changelog.html":{},"dependencies.html":{},"index.html":{},"license.html":{}}}],["peers",{"_index":2128,"title":{},"body":{"license.html":{}}}],["performance",{"_index":2425,"title":{},"body":{"license.html":{}}}],["performing",{"_index":1944,"title":{},"body":{"license.html":{}}}],["permanently",{"_index":2259,"title":{},"body":{"license.html":{}}}],["permission",{"_index":1764,"title":{},"body":{"license.html":{}}}],["permissions",{"_index":1962,"title":{},"body":{"license.html":{}}}],["permissive",{"_index":2037,"title":{},"body":{"license.html":{}}}],["permit",{"_index":2073,"title":{},"body":{"license.html":{}}}],["permits",{"_index":2240,"title":{},"body":{"license.html":{}}}],["permitted",{"_index":1691,"title":{},"body":{"license.html":{}}}],["perpetuity",{"_index":2176,"title":{},"body":{"license.html":{}}}],["personal",{"_index":2139,"title":{},"body":{"license.html":{}}}],["pertinent",{"_index":2388,"title":{},"body":{"license.html":{}}}],["physical",{"_index":2083,"title":{},"body":{"license.html":{}}}],["physically",{"_index":2101,"title":{},"body":{"license.html":{}}}],["pieces",{"_index":1731,"title":{},"body":{"license.html":{}}}],["pinned",{"_index":508,"title":{},"body":{"injectables/LayoutService.html":{},"components/SidenavComponent.html":{}}}],["pipe",{"_index":758,"title":{},"body":{"components/NavigationItemComponent.html":{},"injectables/NavigationService.html":{}}}],["place",{"_index":2110,"title":{},"body":{"license.html":{}}}],["placeholder",{"_index":1647,"title":{},"body":{"index.html":{}}}],["plugins",{"_index":1379,"title":{},"body":{"changelog.html":{}}}],["plus",{"_index":2303,"title":{},"body":{"license.html":{}}}],["point",{"_index":1159,"title":{},"body":{"changelog.html":{}}}],["portal",{"_index":331,"title":{},"body":{"components/FooterComponent.html":{},"injectables/FooterService.html":{},"components/HeaderComponent.html":{},"injectables/HeaderService.html":{}}}],["portalcount",{"_index":348,"title":{},"body":{"injectables/FooterService.html":{},"injectables/HeaderService.html":{}}}],["portalmodule",{"_index":317,"title":{},"body":{"components/FooterComponent.html":{}}}],["portals",{"_index":321,"title":{},"body":{"components/FooterComponent.html":{},"injectables/FooterService.html":{},"components/HeaderComponent.html":{},"injectables/HeaderService.html":{}}}],["portals.slice",{"_index":385,"title":{},"body":{"injectables/FooterService.html":{},"injectables/HeaderService.html":{}}}],["portals.splice(index",{"_index":384,"title":{},"body":{"injectables/FooterService.html":{},"injectables/HeaderService.html":{}}}],["portion",{"_index":2133,"title":{},"body":{"license.html":{}}}],["possesses",{"_index":2097,"title":{},"body":{"license.html":{}}}],["possession",{"_index":2052,"title":{},"body":{"license.html":{}}}],["possibility",{"_index":2449,"title":{},"body":{"license.html":{}}}],["possible",{"_index":1668,"title":{},"body":{"index.html":{}}}],["power",{"_index":2018,"title":{},"body":{"license.html":{}}}],["practical",{"_index":1704,"title":{},"body":{"license.html":{}}}],["practice",{"_index":1800,"title":{},"body":{"license.html":{}}}],["preamble",{"_index":1699,"title":{},"body":{"license.html":{}}}],["precise",{"_index":1828,"title":{},"body":{"license.html":{}}}],["precisely",{"_index":1797,"title":{},"body":{"license.html":{}}}],["predecessor",{"_index":2301,"title":{},"body":{"license.html":{}}}],["preferred",{"_index":1903,"title":{},"body":{"license.html":{}}}],["present",{"_index":2400,"title":{},"body":{"license.html":{}}}],["presents",{"_index":1898,"title":{},"body":{"license.html":{}}}],["preservation",{"_index":2213,"title":{},"body":{"license.html":{}}}],["preset",{"_index":996,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["prevent",{"_index":1737,"title":{},"body":{"license.html":{}}}],["prevented",{"_index":2170,"title":{},"body":{"license.html":{}}}],["previewdensity",{"_index":932,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["previewdensity(density",{"_index":943,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["previewtheme",{"_index":933,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["previewtheme(theme",{"_index":946,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["previewtypography",{"_index":934,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["previewtypography(typography",{"_index":948,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["previous",{"_index":1778,"title":{},"body":{"license.html":{}}}],["price",{"_index":1726,"title":{},"body":{"license.html":{}}}],["primarily",{"_index":2375,"title":{},"body":{"license.html":{}}}],["prior",{"_index":2262,"title":{},"body":{"license.html":{}}}],["private",{"_index":81,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/DefaultHeaderComponent.html":{},"components/FooterComponent.html":{},"directives/FooterDirective.html":{},"injectables/FooterService.html":{},"components/HeaderComponent.html":{},"directives/HeaderDirective.html":{},"injectables/HeaderService.html":{},"components/LayoutComponent.html":{},"injectables/LayoutService.html":{},"injectables/LogoService.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"injectables/NavigationService.html":{},"components/ReleaseInfoComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"license.html":{}}}],["problems",{"_index":1775,"title":{},"body":{"license.html":{}}}],["procedures",{"_index":2165,"title":{},"body":{"license.html":{}}}],["processed",{"_index":240,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["procuring",{"_index":2362,"title":{},"body":{"license.html":{}}}],["produce",{"_index":1935,"title":{},"body":{"license.html":{}}}],["product",{"_index":2084,"title":{},"body":{"license.html":{}}}],["production",{"_index":1189,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["products",{"_index":1795,"title":{},"body":{"license.html":{}}}],["profile",{"_index":132,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/BaseLayoutComponent.html":{},"components/DefaultHeaderComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LayoutComponent.html":{},"components/MinimalLayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ReleaseInfoComponent.html":{},"interfaces/ReleaseInfoModule.html":{},"components/SettingsButtonComponent.html":{},"interfaces/SettingsMenuItem.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"index.html":{},"miscellaneous/variables.html":{}}}],["profile.email",{"_index":2486,"title":{},"body":{"miscellaneous/variables.html":{}}}],["profile.name",{"_index":2487,"title":{},"body":{"miscellaneous/variables.html":{}}}],["profile.username",{"_index":2485,"title":{},"body":{"miscellaneous/variables.html":{}}}],["program",{"_index":1713,"title":{},"body":{"license.html":{}}}],["program's",{"_index":2029,"title":{},"body":{"license.html":{}}}],["programming",{"_index":1914,"title":{},"body":{"license.html":{}}}],["programs",{"_index":1723,"title":{},"body":{"license.html":{}}}],["progress",{"_index":119,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/BaseLayoutComponent.html":{},"components/DefaultHeaderComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LayoutComponent.html":{},"components/MinimalLayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ReleaseInfoComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["prohibit",{"_index":1799,"title":{},"body":{"license.html":{}}}],["prohibiting",{"_index":2014,"title":{},"body":{"license.html":{}}}],["prohibits",{"_index":2369,"title":{},"body":{"license.html":{}}}],["project",{"_index":1110,"title":{},"body":{"changelog.html":{}}}],["prominent",{"_index":1900,"title":{},"body":{"license.html":{}}}],["prominently",{"_index":1892,"title":{},"body":{"license.html":{}}}],["promise",{"_index":220,"title":{},"body":{"injectables/ExternalAppsService.html":{},"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"interfaces/NavigationStatus.html":{}}}],["propagate",{"_index":1858,"title":{},"body":{"license.html":{}}}],["propagating",{"_index":2284,"title":{},"body":{"license.html":{}}}],["propagation",{"_index":1870,"title":{},"body":{"license.html":{}}}],["properties",{"_index":38,"title":{"properties.html":{}},"body":{"components/AppsButtonComponent.html":{},"components/DefaultHeaderComponent.html":{},"injectables/ExternalAppsService.html":{},"components/FooterComponent.html":{},"injectables/FooterService.html":{},"components/HeaderComponent.html":{},"injectables/HeaderService.html":{},"components/LayoutComponent.html":{},"injectables/LayoutService.html":{},"injectables/LogoService.html":{},"components/NavigationComponent.html":{},"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"injectables/NavigationService.html":{},"components/ReleaseInfoComponent.html":{},"interfaces/ReleaseInfoModule.html":{},"components/SettingsButtonComponent.html":{},"interfaces/SettingsMenuItem.html":{},"components/SidenavComponent.html":{},"directives/SidenavFooterDirective.html":{},"directives/SidenavHeaderDirective.html":{},"components/SidenavToggleButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"index.html":{},"properties.html":{}}}],["property",{"_index":478,"title":{},"body":{"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/SidenavComponent.html":{},"changelog.html":{},"index.html":{},"license.html":{}}}],["proprietary",{"_index":1824,"title":{},"body":{"license.html":{}}}],["protect",{"_index":1734,"title":{},"body":{"license.html":{}}}],["protected",{"_index":195,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["protecting",{"_index":1789,"title":{},"body":{"license.html":{}}}],["protection",{"_index":1766,"title":{},"body":{"license.html":{}}}],["protocols",{"_index":2192,"title":{},"body":{"license.html":{}}}],["prove",{"_index":2426,"title":{},"body":{"license.html":{}}}],["provide",{"_index":1624,"title":{},"body":{"index.html":{},"license.html":{}}}],["provided",{"_index":1671,"title":{},"body":{"index.html":{},"license.html":{}}}],["providedin",{"_index":2483,"title":{},"body":{"miscellaneous/variables.html":{}}}],["providelayout",{"_index":1555,"title":{},"body":{"miscellaneous/functions.html":{},"index.html":{}}}],["providelayout(...additionalproviders",{"_index":1571,"title":{},"body":{"miscellaneous/functions.html":{}}}],["providenavigationconfig",{"_index":1625,"title":{},"body":{"index.html":{}}}],["provider",{"_index":1573,"title":{},"body":{"miscellaneous/functions.html":{}}}],["providers",{"_index":1615,"title":{},"body":{"index.html":{}}}],["providersupport",{"_index":1514,"title":{},"body":{"changelog.html":{}}}],["provision",{"_index":1808,"title":{},"body":{"license.html":{}}}],["provisionally",{"_index":2256,"title":{},"body":{"license.html":{}}}],["proxy",{"_index":2412,"title":{},"body":{"license.html":{}}}],["proxy's",{"_index":2414,"title":{},"body":{"license.html":{}}}],["pub",{"_index":1095,"title":{},"body":{"components/UserProfileIconComponent.html":{},"dependencies.html":{},"index.html":{}}}],["public",{"_index":39,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/DefaultHeaderComponent.html":{},"injectables/ExternalAppsService.html":{},"components/FooterComponent.html":{},"directives/FooterDirective.html":{},"injectables/FooterService.html":{},"components/HeaderComponent.html":{},"directives/HeaderDirective.html":{},"injectables/HeaderService.html":{},"components/LayoutComponent.html":{},"injectables/LayoutService.html":{},"injectables/LogoService.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"injectables/NavigationService.html":{},"components/ReleaseInfoComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"directives/SidenavFooterDirective.html":{},"directives/SidenavHeaderDirective.html":{},"components/SidenavToggleButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"license.html":{}}}],["publicity",{"_index":2220,"title":{},"body":{"license.html":{}}}],["publicly",{"_index":2194,"title":{},"body":{"license.html":{}}}],["publish",{"_index":2033,"title":{},"body":{"license.html":{}}}],["publishable",{"_index":1201,"title":{},"body":{"changelog.html":{}}}],["published",{"_index":2409,"title":{},"body":{"license.html":{}}}],["pubsubservice",{"_index":1094,"title":{},"body":{"components/UserProfileIconComponent.html":{}}}],["purpose",{"_index":1817,"title":{},"body":{"license.html":{}}}],["purposes",{"_index":2143,"title":{},"body":{"license.html":{}}}],["pursuant",{"_index":2359,"title":{},"body":{"license.html":{}}}],["pushportal",{"_index":349,"title":{},"body":{"injectables/FooterService.html":{},"injectables/HeaderService.html":{}}}],["pushportal(portal",{"_index":351,"title":{},"body":{"injectables/FooterService.html":{},"injectables/HeaderService.html":{}}}],["qualify",{"_index":2273,"title":{},"body":{"license.html":{}}}],["quality",{"_index":2424,"title":{},"body":{"license.html":{}}}],["radio_button_checked",{"_index":1043,"title":{},"body":{"components/SidenavComponent.html":{}}}],["radio_button_unchecked",{"_index":1042,"title":{},"body":{"components/SidenavComponent.html":{}}}],["radius",{"_index":1053,"title":{},"body":{"components/SidenavComponent.html":{}}}],["readable",{"_index":2080,"title":{},"body":{"license.html":{}}}],["readily",{"_index":2346,"title":{},"body":{"license.html":{}}}],["reading",{"_index":2197,"title":{},"body":{"license.html":{}}}],["readme",{"_index":1232,"title":{},"body":{"changelog.html":{}}}],["readonly",{"_index":40,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/DefaultHeaderComponent.html":{},"injectables/ExternalAppsService.html":{},"components/FooterComponent.html":{},"directives/FooterDirective.html":{},"injectables/FooterService.html":{},"components/HeaderComponent.html":{},"directives/HeaderDirective.html":{},"injectables/HeaderService.html":{},"components/LayoutComponent.html":{},"injectables/LayoutService.html":{},"injectables/LogoService.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"injectables/NavigationService.html":{},"components/ReleaseInfoComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"directives/SidenavFooterDirective.html":{},"directives/SidenavHeaderDirective.html":{},"components/SidenavToggleButtonComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["ready",{"_index":1806,"title":{},"body":{"license.html":{}}}],["reason",{"_index":2357,"title":{},"body":{"license.html":{}}}],["reasonable",{"_index":2099,"title":{},"body":{"license.html":{}}}],["receipt",{"_index":2271,"title":{},"body":{"license.html":{}}}],["receive",{"_index":1729,"title":{},"body":{"license.html":{}}}],["received",{"_index":1754,"title":{},"body":{"license.html":{}}}],["receives",{"_index":2289,"title":{},"body":{"license.html":{}}}],["receiving",{"_index":2364,"title":{},"body":{"license.html":{}}}],["recipient",{"_index":2175,"title":{},"body":{"license.html":{}}}],["recipient's",{"_index":2355,"title":{},"body":{"license.html":{}}}],["recipients",{"_index":1752,"title":{},"body":{"license.html":{}}}],["recognized",{"_index":1908,"title":{},"body":{"license.html":{}}}],["record",{"_index":692,"title":{},"body":{"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"interfaces/NavigationStatus.html":{},"miscellaneous/functions.html":{}}}],["redirectmanuel",{"_index":1490,"title":{},"body":{"changelog.html":{}}}],["redirectto",{"_index":1620,"title":{},"body":{"index.html":{}}}],["refactor",{"_index":1253,"title":{},"body":{"changelog.html":{}}}],["referring",{"_index":1725,"title":{},"body":{"license.html":{}}}],["refers",{"_index":1835,"title":{},"body":{"license.html":{}}}],["reflect",{"_index":1460,"title":{},"body":{"changelog.html":{}}}],["refrain",{"_index":2392,"title":{},"body":{"license.html":{}}}],["regard",{"_index":2203,"title":{},"body":{"license.html":{}}}],["regardless",{"_index":2054,"title":{},"body":{"license.html":{}}}],["regenerate",{"_index":1959,"title":{},"body":{"license.html":{}}}],["region",{"_index":662,"title":{},"body":{"components/NavigationComponent.html":{}}}],["reinstated",{"_index":2255,"title":{},"body":{"license.html":{}}}],["related",{"_index":1246,"title":{},"body":{"changelog.html":{}}}],["relationship",{"_index":1991,"title":{},"body":{"license.html":{}}}],["relative",{"_index":1274,"title":{},"body":{"changelog.html":{}}}],["release",{"_index":122,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/BaseLayoutComponent.html":{},"components/DefaultHeaderComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LayoutComponent.html":{},"components/MinimalLayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ReleaseInfoComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["released",{"_index":1720,"title":{},"body":{"license.html":{}}}],["releaseinfocomponent",{"_index":121,"title":{"components/ReleaseInfoComponent.html":{}},"body":{"components/AppsButtonComponent.html":{},"components/BaseLayoutComponent.html":{},"components/DefaultHeaderComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LayoutComponent.html":{},"components/MinimalLayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ReleaseInfoComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["releaseinfomodule",{"_index":914,"title":{"interfaces/ReleaseInfoModule.html":{}},"body":{"interfaces/ReleaseInfoModule.html":{},"interfaces/SettingsMenuItem.html":{}}}],["relevant",{"_index":2045,"title":{},"body":{"license.html":{}}}],["relicensing",{"_index":2241,"title":{},"body":{"license.html":{}}}],["relying",{"_index":2345,"title":{},"body":{"license.html":{}}}],["remain",{"_index":2120,"title":{},"body":{"license.html":{}}}],["remains",{"_index":1716,"title":{},"body":{"license.html":{}}}],["removal",{"_index":2205,"title":{},"body":{"license.html":{}}}],["remove",{"_index":784,"title":{},"body":{"injectables/NavigationService.html":{},"changelog.html":{},"license.html":{}}}],["remove(id",{"_index":801,"title":{},"body":{"injectables/NavigationService.html":{}}}],["removed",{"_index":359,"title":{},"body":{"injectables/FooterService.html":{},"injectables/HeaderService.html":{}}}],["removeportal",{"_index":350,"title":{},"body":{"injectables/FooterService.html":{},"injectables/HeaderService.html":{}}}],["removeportal(portal",{"_index":356,"title":{},"body":{"injectables/FooterService.html":{},"injectables/HeaderService.html":{}}}],["removes",{"_index":358,"title":{},"body":{"injectables/FooterService.html":{},"injectables/HeaderService.html":{}}}],["render",{"_index":1826,"title":{},"body":{"license.html":{}}}],["rendered",{"_index":1675,"title":{},"body":{"index.html":{},"license.html":{}}}],["renderer",{"_index":747,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["renderer2",{"_index":722,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["repair",{"_index":2431,"title":{},"body":{"license.html":{}}}],["replace",{"_index":1428,"title":{},"body":{"changelog.html":{}}}],["replaceinserts",{"_index":878,"title":{},"body":{"injectables/NavigationService.html":{}}}],["replaysubject",{"_index":806,"title":{},"body":{"injectables/NavigationService.html":{}}}],["replaysubject(1",{"_index":812,"title":{},"body":{"injectables/NavigationService.html":{}}}],["repos",{"_index":1377,"title":{},"body":{"changelog.html":{}}}],["repository",{"_index":2473,"title":{},"body":{"properties.html":{}}}],["represent",{"_index":2162,"title":{},"body":{"license.html":{}}}],["represents",{"_index":366,"title":{},"body":{"injectables/FooterService.html":{},"injectables/HeaderService.html":{},"index.html":{}}}],["require",{"_index":1953,"title":{},"body":{"license.html":{}}}],["required",{"_index":664,"title":{},"body":{"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/UserProfileIconComponent.html":{},"changelog.html":{},"index.html":{},"license.html":{}}}],["requirement",{"_index":2047,"title":{},"body":{"license.html":{}}}],["requirements",{"_index":2123,"title":{},"body":{"license.html":{}}}],["requires",{"_index":1772,"title":{},"body":{"license.html":{}}}],["requiring",{"_index":1850,"title":{},"body":{"license.html":{}}}],["resolve",{"_index":1370,"title":{},"body":{"changelog.html":{}}}],["resolved",{"_index":2150,"title":{},"body":{"license.html":{}}}],["respect",{"_index":1746,"title":{},"body":{"license.html":{}}}],["responsibilities",{"_index":1744,"title":{},"body":{"license.html":{}}}],["responsible",{"_index":2291,"title":{},"body":{"license.html":{}}}],["restore",{"_index":1286,"title":{},"body":{"changelog.html":{}}}],["restored",{"_index":1205,"title":{},"body":{"changelog.html":{}}}],["restoredensity",{"_index":935,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["restoretheme",{"_index":936,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["restoretypography",{"_index":937,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["restrict",{"_index":1816,"title":{},"body":{"license.html":{}}}],["restricting",{"_index":2015,"title":{},"body":{"license.html":{}}}],["restriction",{"_index":2239,"title":{},"body":{"license.html":{}}}],["restrictions",{"_index":2236,"title":{},"body":{"license.html":{}}}],["restructure",{"_index":1374,"title":{},"body":{"changelog.html":{}}}],["result",{"_index":2415,"title":{},"body":{"license.html":{}}}],["resulting",{"_index":1853,"title":{},"body":{"license.html":{}}}],["results",{"_index":144,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/BaseLayoutComponent.html":{},"components/DefaultHeaderComponent.html":{},"injectables/ExternalAppsService.html":{},"components/FooterComponent.html":{},"directives/FooterDirective.html":{},"injectables/FooterService.html":{},"components/HeaderComponent.html":{},"directives/HeaderDirective.html":{},"injectables/HeaderService.html":{},"components/LayoutComponent.html":{},"injectables/LayoutService.html":{},"injectables/LogoService.html":{},"components/MinimalLayoutComponent.html":{},"components/NavigationComponent.html":{},"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{},"components/ReleaseInfoComponent.html":{},"interfaces/ReleaseInfoModule.html":{},"components/SettingsButtonComponent.html":{},"interfaces/SettingsMenuItem.html":{},"components/SidenavComponent.html":{},"directives/SidenavFooterDirective.html":{},"directives/SidenavHeaderDirective.html":{},"components/SidenavToggleButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"changelog.html":{},"dependencies.html":{},"miscellaneous/functions.html":{},"index.html":{},"license.html":{},"modules.html":{},"overview.html":{},"properties.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["retains",{"_index":2179,"title":{},"body":{"license.html":{}}}],["return",{"_index":277,"title":{},"body":{"injectables/ExternalAppsService.html":{},"injectables/FooterService.html":{},"injectables/HeaderService.html":{},"injectables/LayoutService.html":{},"components/NavigationComponent.html":{},"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"components/NavigationItemComponent.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{},"components/UserProfileIconComponent.html":{},"changelog.html":{},"index.html":{},"license.html":{}}}],["returns",{"_index":48,"title":{},"body":{"components/AppsButtonComponent.html":{},"injectables/ExternalAppsService.html":{},"injectables/FooterService.html":{},"injectables/HeaderService.html":{},"injectables/LayoutService.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{},"components/ReleaseInfoComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"miscellaneous/functions.html":{},"index.html":{}}}],["reviewing",{"_index":2453,"title":{},"body":{"license.html":{}}}],["revised",{"_index":2398,"title":{},"body":{"license.html":{}}}],["rgba(0",{"_index":487,"title":{},"body":{"components/LayoutComponent.html":{},"components/SidenavComponent.html":{}}}],["right",{"_index":484,"title":{},"body":{"components/LayoutComponent.html":{},"components/SidenavComponent.html":{},"index.html":{},"license.html":{}}}],["rights",{"_index":1735,"title":{},"body":{"license.html":{}}}],["risk",{"_index":2423,"title":{},"body":{"license.html":{}}}],["rom",{"_index":2182,"title":{},"body":{"license.html":{}}}],["root",{"_index":618,"title":{},"body":{"components/NavigationComponent.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["rotate(180deg",{"_index":1062,"title":{},"body":{"components/SidenavComponent.html":{}}}],["route",{"_index":1614,"title":{},"body":{"index.html":{}}}],["router",{"_index":296,"title":{},"body":{"injectables/ExternalAppsService.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"changelog.html":{},"index.html":{}}}],["routerlink",{"_index":28,"title":{},"body":{"components/AppsButtonComponent.html":{},"injectables/ExternalAppsService.html":{},"components/LayoutComponent.html":{},"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"components/NavigationItemComponent.html":{},"interfaces/NavigationStatus.html":{},"index.html":{}}}],["routerlinkactive",{"_index":700,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["routeroutlet",{"_index":422,"title":{},"body":{"components/LayoutComponent.html":{},"components/MinimalLayoutComponent.html":{},"components/SidenavComponent.html":{}}}],["routerpipe",{"_index":1429,"title":{},"body":{"changelog.html":{}}}],["routes",{"_index":1611,"title":{},"body":{"index.html":{}}}],["rowcount",{"_index":1525,"title":{},"body":{"changelog.html":{}}}],["royalty",{"_index":2307,"title":{},"body":{"license.html":{}}}],["rules",{"_index":2191,"title":{},"body":{"license.html":{}}}],["run",{"_index":1782,"title":{},"body":{"license.html":{}}}],["runininjectioncontext",{"_index":639,"title":{},"body":{"components/NavigationComponent.html":{},"components/SettingsButtonComponent.html":{}}}],["runininjectioncontext(this.injector",{"_index":659,"title":{},"body":{"components/NavigationComponent.html":{},"components/SettingsButtonComponent.html":{}}}],["running",{"_index":1972,"title":{},"body":{"license.html":{}}}],["runs",{"_index":1933,"title":{},"body":{"license.html":{}}}],["rxap",{"_index":20,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/BaseLayoutComponent.html":{},"components/DefaultHeaderComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LayoutComponent.html":{},"components/MinimalLayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ReleaseInfoComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"changelog.html":{},"properties.html":{}}}],["rxap/browser",{"_index":264,"title":{},"body":{"injectables/ExternalAppsService.html":{},"dependencies.html":{},"index.html":{}}}],["rxap/config",{"_index":267,"title":{},"body":{"injectables/ExternalAppsService.html":{},"injectables/LayoutService.html":{},"injectables/LogoService.html":{},"interfaces/ReleaseInfoModule.html":{},"interfaces/SettingsMenuItem.html":{},"dependencies.html":{}}}],["rxap/config@^18.1.1",{"_index":1594,"title":{},"body":{"index.html":{}}}],["rxap/environment",{"_index":269,"title":{},"body":{"injectables/ExternalAppsService.html":{},"components/ReleaseInfoComponent.html":{},"dependencies.html":{}}}],["rxap/environment@^18.0.3",{"_index":1595,"title":{},"body":{"index.html":{}}}],["rxap/layout",{"_index":1143,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["rxap/layout/navigation",{"_index":2495,"title":{},"body":{"miscellaneous/variables.html":{}}}],["rxap/layout:init",{"_index":1677,"title":{},"body":{"index.html":{}}}],["rxap/layout:initget",{"_index":1607,"title":{},"body":{"index.html":{}}}],["rxap/layoutinstall",{"_index":1586,"title":{},"body":{"index.html":{}}}],["rxap/material",{"_index":74,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/NavigationItemComponent.html":{},"components/SettingsButtonComponent.html":{},"dependencies.html":{},"index.html":{}}}],["rxap/ngx",{"_index":180,"title":{},"body":{"components/DefaultHeaderComponent.html":{},"components/LayoutComponent.html":{},"injectables/LayoutService.html":{},"components/SettingsButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"dependencies.html":{},"index.html":{}}}],["rxap/pattern",{"_index":1546,"title":{},"body":{"dependencies.html":{}}}],["rxap/pattern@^1.1.5",{"_index":1600,"title":{},"body":{"index.html":{}}}],["rxap/utilities",{"_index":272,"title":{},"body":{"injectables/ExternalAppsService.html":{},"injectables/FooterService.html":{},"injectables/HeaderService.html":{},"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"interfaces/NavigationStatus.html":{},"components/ReleaseInfoComponent.html":{},"interfaces/ReleaseInfoModule.html":{},"components/SettingsButtonComponent.html":{},"interfaces/SettingsMenuItem.html":{},"dependencies.html":{}}}],["rxap/utilities@^16.2.4",{"_index":1601,"title":{},"body":{"index.html":{}}}],["rxap_environment",{"_index":268,"title":{},"body":{"injectables/ExternalAppsService.html":{},"components/ReleaseInfoComponent.html":{}}}],["rxap_external_app",{"_index":273,"title":{},"body":{"injectables/ExternalAppsService.html":{},"miscellaneous/variables.html":{}}}],["rxap_external_app_filter",{"_index":274,"title":{},"body":{"injectables/ExternalAppsService.html":{},"miscellaneous/variables.html":{}}}],["rxap_footer_component",{"_index":371,"title":{},"body":{"injectables/FooterService.html":{},"miscellaneous/variables.html":{}}}],["rxap_header_component",{"_index":411,"title":{},"body":{"injectables/HeaderService.html":{},"miscellaneous/variables.html":{}}}],["rxap_layout_apps_grid",{"_index":2480,"title":{},"body":{"miscellaneous/variables.html":{}}}],["rxap_logo_config",{"_index":603,"title":{},"body":{"injectables/LogoService.html":{},"miscellaneous/variables.html":{}}}],["rxap_navigation_config",{"_index":810,"title":{},"body":{"injectables/NavigationService.html":{},"miscellaneous/variables.html":{}}}],["rxap_navigation_config_inserts",{"_index":811,"title":{},"body":{"injectables/NavigationService.html":{},"miscellaneous/variables.html":{}}}],["rxap_release_info_module",{"_index":903,"title":{},"body":{"components/ReleaseInfoComponent.html":{},"miscellaneous/variables.html":{}}}],["rxap_settings_menu_item",{"_index":973,"title":{},"body":{"components/SettingsButtonComponent.html":{},"miscellaneous/variables.html":{}}}],["rxap_settings_menu_item_component",{"_index":974,"title":{},"body":{"components/SettingsButtonComponent.html":{},"miscellaneous/variables.html":{}}}],["rxapfooter",{"_index":334,"title":{},"body":{"directives/FooterDirective.html":{},"index.html":{}}}],["rxapfooter]'},{'name",{"_index":136,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/BaseLayoutComponent.html":{},"components/DefaultHeaderComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LayoutComponent.html":{},"components/MinimalLayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ReleaseInfoComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["rxapheader",{"_index":403,"title":{},"body":{"directives/HeaderDirective.html":{}}}],["rxapheader]'},{'name",{"_index":138,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/BaseLayoutComponent.html":{},"components/DefaultHeaderComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LayoutComponent.html":{},"components/MinimalLayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ReleaseInfoComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["rxapsidenavfooter",{"_index":1070,"title":{},"body":{"directives/SidenavFooterDirective.html":{}}}],["rxapsidenavfooter]'},{'name",{"_index":140,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/BaseLayoutComponent.html":{},"components/DefaultHeaderComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LayoutComponent.html":{},"components/MinimalLayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ReleaseInfoComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["rxapsidenavheader",{"_index":142,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/BaseLayoutComponent.html":{},"components/DefaultHeaderComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LayoutComponent.html":{},"components/MinimalLayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ReleaseInfoComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"directives/SidenavHeaderDirective.html":{},"components/SidenavToggleButtonComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["rxjs",{"_index":537,"title":{},"body":{"injectables/LayoutService.html":{},"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"components/NavigationItemComponent.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{},"changelog.html":{},"dependencies.html":{}}}],["rxjs/operators",{"_index":731,"title":{},"body":{"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"injectables/NavigationService.html":{}}}],["rxjs@^7.8.1",{"_index":1602,"title":{},"body":{"index.html":{}}}],["safari",{"_index":498,"title":{},"body":{"components/LayoutComponent.html":{},"components/SidenavComponent.html":{}}}],["sake",{"_index":1771,"title":{},"body":{"license.html":{}}}],["sale",{"_index":2317,"title":{},"body":{"license.html":{}}}],["same",{"_index":379,"title":{},"body":{"injectables/FooterService.html":{},"injectables/HeaderService.html":{},"license.html":{}}}],["satisfy",{"_index":2122,"title":{},"body":{"license.html":{}}}],["save",{"_index":663,"title":{},"body":{"components/NavigationComponent.html":{}}}],["savepreviewdensityvalue",{"_index":975,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["savepreviewthemevalue",{"_index":979,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["savepreviewtypographyvalue",{"_index":977,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["saying",{"_index":2118,"title":{},"body":{"license.html":{}}}],["schematics",{"_index":1378,"title":{},"body":{"changelog.html":{}}}],["schematicstsconfig",{"_index":1484,"title":{},"body":{"changelog.html":{}}}],["scope",{"_index":2368,"title":{},"body":{"license.html":{}}}],["scope:compose",{"_index":2467,"title":{},"body":{"properties.html":{}}}],["screen",{"_index":1224,"title":{},"body":{"changelog.html":{}}}],["scripts",{"_index":1939,"title":{},"body":{"license.html":{}}}],["scroll",{"_index":1051,"title":{},"body":{"components/SidenavComponent.html":{}}}],["scrollbar",{"_index":495,"title":{},"body":{"components/LayoutComponent.html":{},"components/SidenavComponent.html":{}}}],["secondarily",{"_index":1861,"title":{},"body":{"license.html":{}}}],["section",{"_index":1995,"title":{},"body":{"license.html":{}}}],["sections",{"_index":2077,"title":{},"body":{"license.html":{}}}],["see",{"_index":1112,"title":{},"body":{"changelog.html":{}}}],["selected",{"_index":1184,"title":{},"body":{"changelog.html":{}}}],["selector",{"_index":19,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/BaseLayoutComponent.html":{},"components/DefaultHeaderComponent.html":{},"components/FooterComponent.html":{},"directives/FooterDirective.html":{},"components/HeaderComponent.html":{},"directives/HeaderDirective.html":{},"components/LayoutComponent.html":{},"components/MinimalLayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ReleaseInfoComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"directives/SidenavFooterDirective.html":{},"directives/SidenavHeaderDirective.html":{},"components/SidenavToggleButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"changelog.html":{}}}],["sell",{"_index":2333,"title":{},"body":{"license.html":{}}}],["selling",{"_index":2316,"title":{},"body":{"license.html":{}}}],["semiconductor",{"_index":1838,"title":{},"body":{"license.html":{}}}],["separable",{"_index":2132,"title":{},"body":{"license.html":{}}}],["separate",{"_index":2061,"title":{},"body":{"license.html":{}}}],["separately",{"_index":2058,"title":{},"body":{"license.html":{}}}],["separates",{"_index":1642,"title":{},"body":{"index.html":{}}}],["server",{"_index":2102,"title":{},"body":{"license.html":{}}}],["serves",{"_index":1924,"title":{},"body":{"license.html":{}}}],["service",{"_index":1254,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["serviceconcept",{"_index":1535,"title":{},"body":{"changelog.html":{}}}],["services",{"_index":853,"title":{},"body":{"injectables/NavigationService.html":{},"changelog.html":{},"index.html":{}}}],["servicing",{"_index":2430,"title":{},"body":{"license.html":{}}}],["set",{"_index":1162,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["setdensity",{"_index":938,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["setdensity(density",{"_index":954,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["setnavstatus",{"_index":1639,"title":{},"body":{"index.html":{}}}],["settheme",{"_index":939,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["settheme(theme",{"_index":956,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["settings",{"_index":125,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/BaseLayoutComponent.html":{},"components/DefaultHeaderComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LayoutComponent.html":{},"components/MinimalLayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ReleaseInfoComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"changelog.html":{},"index.html":{}}}],["settingsbuttoncomponent",{"_index":124,"title":{"components/SettingsButtonComponent.html":{}},"body":{"components/AppsButtonComponent.html":{},"components/BaseLayoutComponent.html":{},"components/DefaultHeaderComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LayoutComponent.html":{},"components/MinimalLayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ReleaseInfoComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"index.html":{}}}],["settingsmenuitem",{"_index":921,"title":{"interfaces/SettingsMenuItem.html":{}},"body":{"interfaces/ReleaseInfoModule.html":{},"components/SettingsButtonComponent.html":{},"interfaces/SettingsMenuItem.html":{}}}],["settingsmenuitemcomponent",{"_index":920,"title":{},"body":{"interfaces/ReleaseInfoModule.html":{},"interfaces/SettingsMenuItem.html":{},"miscellaneous/typealiases.html":{}}}],["settypography",{"_index":940,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["settypography(typography",{"_index":958,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["shadow",{"_index":475,"title":{},"body":{"components/LayoutComponent.html":{},"components/SidenavComponent.html":{}}}],["shall",{"_index":2000,"title":{},"body":{"license.html":{}}}],["share",{"_index":1709,"title":{},"body":{"license.html":{}}}],["shared",{"_index":1948,"title":{},"body":{"license.html":{}}}],["show",{"_index":1183,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["side",{"_index":555,"title":{},"body":{"injectables/LayoutService.html":{},"changelog.html":{}}}],["sidebar",{"_index":1058,"title":{},"body":{"components/SidenavComponent.html":{},"index.html":{}}}],["sidenav",{"_index":129,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/BaseLayoutComponent.html":{},"components/DefaultHeaderComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LayoutComponent.html":{},"components/MinimalLayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ReleaseInfoComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"changelog.html":{}}}],["sidenav'},{'name",{"_index":127,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/BaseLayoutComponent.html":{},"components/DefaultHeaderComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LayoutComponent.html":{},"components/MinimalLayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ReleaseInfoComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["sidenav.component.html",{"_index":1010,"title":{},"body":{"components/SidenavComponent.html":{}}}],["sidenav.component.scss",{"_index":1009,"title":{},"body":{"components/SidenavComponent.html":{}}}],["sidenav/sidenav",{"_index":448,"title":{},"body":{"components/LayoutComponent.html":{}}}],["sidenav/sidenav.component",{"_index":450,"title":{},"body":{"components/LayoutComponent.html":{}}}],["sidenavcomponent",{"_index":126,"title":{"components/SidenavComponent.html":{}},"body":{"components/AppsButtonComponent.html":{},"components/BaseLayoutComponent.html":{},"components/DefaultHeaderComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LayoutComponent.html":{},"components/MinimalLayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ReleaseInfoComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["sidenavcontentcomponentservice",{"_index":1524,"title":{},"body":{"changelog.html":{}}}],["sidenavfooterdirective",{"_index":139,"title":{"directives/SidenavFooterDirective.html":{}},"body":{"components/AppsButtonComponent.html":{},"components/BaseLayoutComponent.html":{},"components/DefaultHeaderComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LayoutComponent.html":{},"components/MinimalLayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ReleaseInfoComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"directives/SidenavFooterDirective.html":{},"components/SidenavToggleButtonComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["sidenavfooterdirective()?.template",{"_index":1045,"title":{},"body":{"components/SidenavComponent.html":{}}}],["sidenavheaderdirective",{"_index":141,"title":{"directives/SidenavHeaderDirective.html":{}},"body":{"components/AppsButtonComponent.html":{},"components/BaseLayoutComponent.html":{},"components/DefaultHeaderComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LayoutComponent.html":{},"components/MinimalLayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ReleaseInfoComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"directives/SidenavHeaderDirective.html":{},"components/SidenavToggleButtonComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["sidenavheaderdirective()?.template",{"_index":1044,"title":{},"body":{"components/SidenavComponent.html":{}}}],["sidenavigation",{"_index":1527,"title":{},"body":{"changelog.html":{}}}],["sidenavmode",{"_index":1011,"title":{},"body":{"components/SidenavComponent.html":{}}}],["sidenavtogglebuttoncomponent",{"_index":128,"title":{"components/SidenavToggleButtonComponent.html":{}},"body":{"components/AppsButtonComponent.html":{},"components/BaseLayoutComponent.html":{},"components/DefaultHeaderComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LayoutComponent.html":{},"components/MinimalLayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ReleaseInfoComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["signal",{"_index":61,"title":{},"body":{"components/AppsButtonComponent.html":{},"injectables/ExternalAppsService.html":{},"injectables/FooterService.html":{},"injectables/HeaderService.html":{},"components/LayoutComponent.html":{},"injectables/LayoutService.html":{},"injectables/LogoService.html":{},"components/NavigationItemComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"changelog.html":{}}}],["signal(coercearray(inject(rxap_settings_menu_item",{"_index":969,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["signal(collapsable",{"_index":567,"title":{},"body":{"injectables/LayoutService.html":{}}}],["signal(false",{"_index":59,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/NavigationItemComponent.html":{}}}],["signal(fixedinviewport",{"_index":569,"title":{},"body":{"injectables/LayoutService.html":{}}}],["signal(mode",{"_index":563,"title":{},"body":{"injectables/LayoutService.html":{}}}],["signal(opened",{"_index":561,"title":{},"body":{"injectables/LayoutService.html":{}}}],["signal(pinned",{"_index":565,"title":{},"body":{"injectables/LayoutService.html":{}}}],["signal>>(this.components.map(component",{"_index":363,"title":{},"body":{"injectables/FooterService.html":{},"injectables/HeaderService.html":{}}}],["signalportals",{"_index":414,"title":{},"body":{"injectables/HeaderService.html":{}}}],["signed",{"_index":1422,"title":{},"body":{"changelog.html":{}}}],["significant",{"_index":2163,"title":{},"body":{"license.html":{}}}],["signout",{"_index":1445,"title":{},"body":{"changelog.html":{}}}],["similar",{"_index":2013,"title":{},"body":{"license.html":{}}}],["simplechanges",{"_index":723,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["simultaneously",{"_index":2387,"title":{},"body":{"license.html":{}}}],["single",{"_index":1216,"title":{},"body":{"changelog.html":{},"index.html":{},"license.html":{}}}],["software",{"_index":1686,"title":{},"body":{"license.html":{}}}],["sold",{"_index":2144,"title":{},"body":{"license.html":{}}}],["sole",{"_index":1981,"title":{},"body":{"license.html":{}}}],["solely",{"_index":1993,"title":{},"body":{"license.html":{}}}],["solid",{"_index":485,"title":{},"body":{"components/LayoutComponent.html":{},"components/SidenavComponent.html":{}}}],["source",{"_index":4,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/BaseLayoutComponent.html":{},"components/DefaultHeaderComponent.html":{},"injectables/ExternalAppsService.html":{},"components/FooterComponent.html":{},"directives/FooterDirective.html":{},"injectables/FooterService.html":{},"components/HeaderComponent.html":{},"directives/HeaderDirective.html":{},"injectables/HeaderService.html":{},"components/LayoutComponent.html":{},"injectables/LayoutService.html":{},"injectables/LogoService.html":{},"components/MinimalLayoutComponent.html":{},"components/NavigationComponent.html":{},"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{},"components/ReleaseInfoComponent.html":{},"interfaces/ReleaseInfoModule.html":{},"components/SettingsButtonComponent.html":{},"interfaces/SettingsMenuItem.html":{},"components/SidenavComponent.html":{},"directives/SidenavFooterDirective.html":{},"directives/SidenavHeaderDirective.html":{},"components/SidenavToggleButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"license.html":{}}}],["space",{"_index":1066,"title":{},"body":{"components/SidenavComponent.html":{}}}],["spare",{"_index":2094,"title":{},"body":{"license.html":{}}}],["speak",{"_index":1724,"title":{},"body":{"license.html":{}}}],["special",{"_index":1820,"title":{},"body":{"license.html":{}}}],["specific",{"_index":1404,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["specifically",{"_index":1952,"title":{},"body":{"license.html":{}}}],["specified",{"_index":1912,"title":{},"body":{"license.html":{}}}],["specifies",{"_index":2406,"title":{},"body":{"license.html":{}}}],["specify",{"_index":2410,"title":{},"body":{"license.html":{}}}],["spirit",{"_index":2399,"title":{},"body":{"license.html":{}}}],["split",{"_index":1459,"title":{},"body":{"changelog.html":{}}}],["src",{"_index":591,"title":{},"body":{"injectables/LogoService.html":{}}}],["src/.../generator.ts",{"_index":1553,"title":{},"body":{"miscellaneous/functions.html":{}}}],["src/.../navigation",{"_index":1554,"title":{},"body":{"miscellaneous/functions.html":{},"miscellaneous/typealiases.html":{}}}],["src/.../provide.ts",{"_index":1556,"title":{},"body":{"miscellaneous/functions.html":{}}}],["src/.../tokens.ts",{"_index":2479,"title":{},"body":{"miscellaneous/variables.html":{}}}],["src/.../types.ts",{"_index":2477,"title":{},"body":{"miscellaneous/typealiases.html":{}}}],["src/generators/init/generator.ts",{"_index":1565,"title":{},"body":{"miscellaneous/functions.html":{}}}],["src/lib/base",{"_index":146,"title":{},"body":{"components/BaseLayoutComponent.html":{}}}],["src/lib/default",{"_index":10,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/DefaultHeaderComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["src/lib/external",{"_index":192,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["src/lib/footer.service.ts",{"_index":347,"title":{},"body":{"injectables/FooterService.html":{}}}],["src/lib/footer.service.ts:23",{"_index":365,"title":{},"body":{"injectables/FooterService.html":{}}}],["src/lib/footer.service.ts:31",{"_index":360,"title":{},"body":{"injectables/FooterService.html":{}}}],["src/lib/footer.service.ts:40",{"_index":352,"title":{},"body":{"injectables/FooterService.html":{}}}],["src/lib/footer.service.ts:56",{"_index":357,"title":{},"body":{"injectables/FooterService.html":{}}}],["src/lib/footer/footer.component.ts",{"_index":314,"title":{},"body":{"components/FooterComponent.html":{}}}],["src/lib/footer/footer.component.ts:23",{"_index":325,"title":{},"body":{"components/FooterComponent.html":{}}}],["src/lib/footer/footer.component.ts:24",{"_index":323,"title":{},"body":{"components/FooterComponent.html":{}}}],["src/lib/footer/footer.directive.ts",{"_index":332,"title":{},"body":{"directives/FooterDirective.html":{}}}],["src/lib/header.service.ts",{"_index":406,"title":{},"body":{"injectables/HeaderService.html":{}}}],["src/lib/header.service.ts:25",{"_index":410,"title":{},"body":{"injectables/HeaderService.html":{}}}],["src/lib/header.service.ts:33",{"_index":409,"title":{},"body":{"injectables/HeaderService.html":{}}}],["src/lib/header.service.ts:43",{"_index":407,"title":{},"body":{"injectables/HeaderService.html":{}}}],["src/lib/header.service.ts:59",{"_index":408,"title":{},"body":{"injectables/HeaderService.html":{}}}],["src/lib/header/header.component.ts",{"_index":386,"title":{},"body":{"components/HeaderComponent.html":{}}}],["src/lib/header/header.component.ts:30",{"_index":392,"title":{},"body":{"components/HeaderComponent.html":{}}}],["src/lib/header/header.component.ts:34",{"_index":395,"title":{},"body":{"components/HeaderComponent.html":{}}}],["src/lib/header/header.component.ts:35",{"_index":393,"title":{},"body":{"components/HeaderComponent.html":{}}}],["src/lib/header/header.directive.ts",{"_index":402,"title":{},"body":{"directives/HeaderDirective.html":{}}}],["src/lib/layout.service.ts",{"_index":500,"title":{},"body":{"injectables/LayoutService.html":{}}}],["src/lib/layout.service.ts:104",{"_index":517,"title":{},"body":{"injectables/LayoutService.html":{}}}],["src/lib/layout.service.ts:108",{"_index":518,"title":{},"body":{"injectables/LayoutService.html":{}}}],["src/lib/layout.service.ts:112",{"_index":516,"title":{},"body":{"injectables/LayoutService.html":{}}}],["src/lib/layout.service.ts:116",{"_index":515,"title":{},"body":{"injectables/LayoutService.html":{}}}],["src/lib/layout.service.ts:23",{"_index":529,"title":{},"body":{"injectables/LayoutService.html":{}}}],["src/lib/layout.service.ts:24",{"_index":528,"title":{},"body":{"injectables/LayoutService.html":{}}}],["src/lib/layout.service.ts:25",{"_index":530,"title":{},"body":{"injectables/LayoutService.html":{}}}],["src/lib/layout.service.ts:26",{"_index":520,"title":{},"body":{"injectables/LayoutService.html":{}}}],["src/lib/layout.service.ts:27",{"_index":524,"title":{},"body":{"injectables/LayoutService.html":{}}}],["src/lib/layout.service.ts:28",{"_index":526,"title":{},"body":{"injectables/LayoutService.html":{}}}],["src/lib/layout.service.ts:29",{"_index":523,"title":{},"body":{"injectables/LayoutService.html":{}}}],["src/lib/layout.service.ts:30",{"_index":527,"title":{},"body":{"injectables/LayoutService.html":{}}}],["src/lib/layout.service.ts:31",{"_index":525,"title":{},"body":{"injectables/LayoutService.html":{}}}],["src/lib/layout.service.ts:32",{"_index":521,"title":{},"body":{"injectables/LayoutService.html":{}}}],["src/lib/layout.service.ts:37",{"_index":514,"title":{},"body":{"injectables/LayoutService.html":{}}}],["src/lib/layout/layout.component.ts",{"_index":415,"title":{},"body":{"components/LayoutComponent.html":{}}}],["src/lib/layout/layout.component.ts:73",{"_index":431,"title":{},"body":{"components/LayoutComponent.html":{}}}],["src/lib/layout/layout.component.ts:74",{"_index":433,"title":{},"body":{"components/LayoutComponent.html":{}}}],["src/lib/layout/layout.component.ts:75",{"_index":429,"title":{},"body":{"components/LayoutComponent.html":{}}}],["src/lib/logo.service.ts",{"_index":588,"title":{},"body":{"injectables/LogoService.html":{}}}],["src/lib/logo.service.ts:14",{"_index":598,"title":{},"body":{"injectables/LogoService.html":{}}}],["src/lib/logo.service.ts:22",{"_index":600,"title":{},"body":{"injectables/LogoService.html":{}}}],["src/lib/logo.service.ts:23",{"_index":602,"title":{},"body":{"injectables/LogoService.html":{}}}],["src/lib/logo.service.ts:24",{"_index":593,"title":{},"body":{"injectables/LogoService.html":{}}}],["src/lib/minimal",{"_index":604,"title":{},"body":{"components/MinimalLayoutComponent.html":{}}}],["src/lib/navigation",{"_index":768,"title":{},"body":{"components/NavigationProgressBarComponent.html":{}}}],["src/lib/navigation.service.ts",{"_index":783,"title":{},"body":{"injectables/NavigationService.html":{}}}],["src/lib/navigation.service.ts:101",{"_index":793,"title":{},"body":{"injectables/NavigationService.html":{}}}],["src/lib/navigation.service.ts:105",{"_index":802,"title":{},"body":{"injectables/NavigationService.html":{}}}],["src/lib/navigation.service.ts:112",{"_index":803,"title":{},"body":{"injectables/NavigationService.html":{}}}],["src/lib/navigation.service.ts:37",{"_index":804,"title":{},"body":{"injectables/NavigationService.html":{}}}],["src/lib/navigation.service.ts:45",{"_index":788,"title":{},"body":{"injectables/NavigationService.html":{}}}],["src/lib/navigation.service.ts:78",{"_index":800,"title":{},"body":{"injectables/NavigationService.html":{}}}],["src/lib/navigation.service.ts:86",{"_index":791,"title":{},"body":{"injectables/NavigationService.html":{}}}],["src/lib/navigation.service.ts:97",{"_index":796,"title":{},"body":{"injectables/NavigationService.html":{}}}],["src/lib/navigation/navigation",{"_index":675,"title":{},"body":{"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"components/NavigationItemComponent.html":{},"interfaces/NavigationStatus.html":{},"miscellaneous/functions.html":{},"miscellaneous/typealiases.html":{}}}],["src/lib/navigation/navigation.component.ts",{"_index":607,"title":{},"body":{"components/NavigationComponent.html":{}}}],["src/lib/navigation/navigation.component.ts:51",{"_index":622,"title":{},"body":{"components/NavigationComponent.html":{}}}],["src/lib/navigation/navigation.component.ts:53",{"_index":623,"title":{},"body":{"components/NavigationComponent.html":{}}}],["src/lib/navigation/navigation.component.ts:59",{"_index":635,"title":{},"body":{"components/NavigationComponent.html":{}}}],["src/lib/navigation/navigation.component.ts:61",{"_index":637,"title":{},"body":{"components/NavigationComponent.html":{}}}],["src/lib/navigation/navigation.component.ts:63",{"_index":624,"title":{},"body":{"components/NavigationComponent.html":{}}}],["src/lib/navigation/navigation.component.ts:78",{"_index":631,"title":{},"body":{"components/NavigationComponent.html":{}}}],["src/lib/navigation/navigation.component.ts:84",{"_index":633,"title":{},"body":{"components/NavigationComponent.html":{}}}],["src/lib/navigation/navigation.component.ts:90",{"_index":628,"title":{},"body":{"components/NavigationComponent.html":{}}}],["src/lib/provide.ts",{"_index":1570,"title":{},"body":{"miscellaneous/functions.html":{}}}],["src/lib/release",{"_index":888,"title":{},"body":{"components/ReleaseInfoComponent.html":{}}}],["src/lib/sidenav/sidenav",{"_index":1068,"title":{},"body":{"directives/SidenavFooterDirective.html":{},"directives/SidenavHeaderDirective.html":{}}}],["src/lib/sidenav/sidenav.component.ts",{"_index":1003,"title":{},"body":{"components/SidenavComponent.html":{}}}],["src/lib/sidenav/sidenav.component.ts:63",{"_index":1033,"title":{},"body":{"components/SidenavComponent.html":{}}}],["src/lib/sidenav/sidenav.component.ts:64",{"_index":1019,"title":{},"body":{"components/SidenavComponent.html":{}}}],["src/lib/sidenav/sidenav.component.ts:65",{"_index":1023,"title":{},"body":{"components/SidenavComponent.html":{}}}],["src/lib/sidenav/sidenav.component.ts:66",{"_index":1021,"title":{},"body":{"components/SidenavComponent.html":{}}}],["src/lib/sidenav/sidenav.component.ts:67",{"_index":1027,"title":{},"body":{"components/SidenavComponent.html":{}}}],["src/lib/sidenav/sidenav.component.ts:68",{"_index":1017,"title":{},"body":{"components/SidenavComponent.html":{}}}],["src/lib/sidenav/sidenav.component.ts:69",{"_index":1016,"title":{},"body":{"components/SidenavComponent.html":{}}}],["src/lib/sidenav/sidenav.component.ts:70",{"_index":1025,"title":{},"body":{"components/SidenavComponent.html":{}}}],["src/lib/sidenav/sidenav.component.ts:71",{"_index":1029,"title":{},"body":{"components/SidenavComponent.html":{}}}],["src/lib/sidenav/sidenav.component.ts:72",{"_index":1031,"title":{},"body":{"components/SidenavComponent.html":{}}}],["src/lib/sidenav/sidenav.component.ts:74",{"_index":1014,"title":{},"body":{"components/SidenavComponent.html":{}}}],["src/lib/sidenav/sidenav.component.ts:78",{"_index":1013,"title":{},"body":{"components/SidenavComponent.html":{}}}],["src/lib/sidenav/sidenav.component.ts:83",{"_index":1012,"title":{},"body":{"components/SidenavComponent.html":{}}}],["src/lib/tokens.ts",{"_index":2481,"title":{},"body":{"miscellaneous/variables.html":{}}}],["src/lib/types.ts",{"_index":915,"title":{},"body":{"interfaces/ReleaseInfoModule.html":{},"interfaces/SettingsMenuItem.html":{},"miscellaneous/typealiases.html":{}}}],["stand",{"_index":1805,"title":{},"body":{"license.html":{}}}],["standalone",{"_index":23,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/BaseLayoutComponent.html":{},"components/DefaultHeaderComponent.html":{},"components/FooterComponent.html":{},"directives/FooterDirective.html":{},"components/HeaderComponent.html":{},"directives/HeaderDirective.html":{},"components/LayoutComponent.html":{},"components/MinimalLayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ReleaseInfoComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"directives/SidenavFooterDirective.html":{},"directives/SidenavHeaderDirective.html":{},"components/SidenavToggleButtonComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["standard",{"_index":1906,"title":{},"body":{"license.html":{}}}],["standards",{"_index":1909,"title":{},"body":{"license.html":{}}}],["start",{"_index":1262,"title":{},"body":{"changelog.html":{}}}],["started",{"_index":1104,"title":{"changelog.html":{},"index.html":{},"license.html":{}},"body":{"index.html":{}}}],["startwith",{"_index":729,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["startwith(true",{"_index":762,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["state",{"_index":1241,"title":{},"body":{"changelog.html":{}}}],["stated",{"_index":1966,"title":{},"body":{"license.html":{}}}],["statement",{"_index":2243,"title":{},"body":{"license.html":{}}}],["states",{"_index":1815,"title":{},"body":{"license.html":{}}}],["static",{"_index":1124,"title":{},"body":{"changelog.html":{}}}],["stating",{"_index":2036,"title":{},"body":{"license.html":{}}}],["status",{"_index":695,"title":{},"body":{"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{},"changelog.html":{},"index.html":{},"license.html":{}}}],["status.isvisible",{"_index":841,"title":{},"body":{"injectables/NavigationService.html":{}}}],["statustoken",{"_index":839,"title":{},"body":{"injectables/NavigationService.html":{}}}],["steps",{"_index":1759,"title":{},"body":{"license.html":{}}}],["storage",{"_index":2068,"title":{},"body":{"license.html":{}}}],["string",{"_index":212,"title":{},"body":{"injectables/ExternalAppsService.html":{},"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{},"interfaces/ReleaseInfoModule.html":{},"components/SettingsButtonComponent.html":{},"interfaces/SettingsMenuItem.html":{},"changelog.html":{}}}],["structuredclone(app",{"_index":288,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["structuredclone(applist",{"_index":309,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["style",{"_index":718,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["styles",{"_index":6,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["styleurl",{"_index":151,"title":{},"body":{"components/BaseLayoutComponent.html":{},"components/DefaultHeaderComponent.html":{},"components/MinimalLayoutComponent.html":{},"components/ReleaseInfoComponent.html":{}}}],["styleurls",{"_index":33,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["styling",{"_index":1464,"title":{},"body":{"changelog.html":{}}}],["sub",{"_index":1096,"title":{},"body":{"components/UserProfileIconComponent.html":{},"dependencies.html":{}}}],["sub@^18.0.3",{"_index":1597,"title":{},"body":{"index.html":{}}}],["subdividing",{"_index":2297,"title":{},"body":{"license.html":{}}}],["subject",{"_index":2290,"title":{},"body":{"license.html":{}}}],["sublicenses",{"_index":2329,"title":{},"body":{"license.html":{}}}],["sublicensing",{"_index":1994,"title":{},"body":{"license.html":{}}}],["subpackages",{"_index":1461,"title":{},"body":{"changelog.html":{}}}],["subprograms",{"_index":1951,"title":{},"body":{"license.html":{}}}],["subscriber.next(event.matches",{"_index":548,"title":{},"body":{"injectables/LayoutService.html":{}}}],["subscription",{"_index":727,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["subsection",{"_index":2106,"title":{},"body":{"license.html":{}}}],["substantial",{"_index":2158,"title":{},"body":{"license.html":{}}}],["substantially",{"_index":1803,"title":{},"body":{"license.html":{}}}],["such",{"_index":1747,"title":{},"body":{"license.html":{}}}],["sue",{"_index":2343,"title":{},"body":{"license.html":{}}}],["suffice",{"_index":2167,"title":{},"body":{"license.html":{}}}],["supplement",{"_index":2198,"title":{},"body":{"license.html":{}}}],["support",{"_index":1123,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["supports",{"_index":2114,"title":{},"body":{"license.html":{}}}],["suppressed",{"_index":1495,"title":{},"body":{"changelog.html":{}}}],["sure",{"_index":1715,"title":{},"body":{"license.html":{}}}],["surrender",{"_index":1741,"title":{},"body":{"license.html":{}}}],["survive",{"_index":2242,"title":{},"body":{"license.html":{}}}],["sustained",{"_index":2444,"title":{},"body":{"license.html":{}}}],["switchmap",{"_index":808,"title":{},"body":{"injectables/NavigationService.html":{}}}],["switchmap((navigationitemornull",{"_index":863,"title":{},"body":{"injectables/NavigationService.html":{}}}],["switchmap((navigationwithoutstatuscheck",{"_index":822,"title":{},"body":{"injectables/NavigationService.html":{}}}],["sync",{"_index":1263,"title":{},"body":{"changelog.html":{}}}],["system",{"_index":1416,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["systematic",{"_index":1790,"title":{},"body":{"license.html":{}}}],["t",{"_index":919,"title":{},"body":{"interfaces/ReleaseInfoModule.html":{},"interfaces/SettingsMenuItem.html":{}}}],["tab",{"_index":1659,"title":{},"body":{"index.html":{}}}],["tag",{"_index":1227,"title":{},"body":{"changelog.html":{}}}],["tailwind",{"_index":1171,"title":{},"body":{"changelog.html":{}}}],["take",{"_index":1706,"title":{},"body":{"license.html":{}}}],["tangible",{"_index":2138,"title":{},"body":{"license.html":{}}}],["tap",{"_index":730,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["technological",{"_index":2003,"title":{},"body":{"license.html":{}}}],["tells",{"_index":1895,"title":{},"body":{"license.html":{}}}],["template",{"_index":5,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/BaseLayoutComponent.html":{},"components/DefaultHeaderComponent.html":{},"components/FooterComponent.html":{},"directives/FooterDirective.html":{},"components/HeaderComponent.html":{},"directives/HeaderDirective.html":{},"components/LayoutComponent.html":{},"components/MinimalLayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ReleaseInfoComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"directives/SidenavFooterDirective.html":{},"directives/SidenavHeaderDirective.html":{},"components/SidenavToggleButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"index.html":{}}}],["templateportal",{"_index":335,"title":{},"body":{"directives/FooterDirective.html":{},"directives/HeaderDirective.html":{}}}],["templateref",{"_index":336,"title":{},"body":{"directives/FooterDirective.html":{},"directives/HeaderDirective.html":{},"directives/SidenavFooterDirective.html":{},"directives/SidenavHeaderDirective.html":{}}}],["templateurl",{"_index":35,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/BaseLayoutComponent.html":{},"components/DefaultHeaderComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LayoutComponent.html":{},"components/MinimalLayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ReleaseInfoComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["term",{"_index":1964,"title":{},"body":{"license.html":{}}}],["terminate",{"_index":2249,"title":{},"body":{"license.html":{}}}],["terminated",{"_index":2272,"title":{},"body":{"license.html":{}}}],["terminates",{"_index":2258,"title":{},"body":{"license.html":{}}}],["termination",{"_index":2246,"title":{},"body":{"license.html":{}}}],["terms",{"_index":1755,"title":{},"body":{"license.html":{}}}],["text",{"_index":652,"title":{},"body":{"components/NavigationComponent.html":{},"index.html":{}}}],["theme",{"_index":437,"title":{},"body":{"components/LayoutComponent.html":{},"injectables/LayoutService.html":{},"components/SettingsButtonComponent.html":{},"changelog.html":{},"dependencies.html":{}}}],["theme.css",{"_index":1278,"title":{},"body":{"changelog.html":{}}}],["theme.darkmode",{"_index":991,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["theme.density",{"_index":459,"title":{},"body":{"components/LayoutComponent.html":{}}}],["theme.preset",{"_index":457,"title":{},"body":{"components/LayoutComponent.html":{}}}],["theme.typography",{"_index":463,"title":{},"body":{"components/LayoutComponent.html":{}}}],["theme@^18.0.3",{"_index":1598,"title":{},"body":{"index.html":{}}}],["themedensity",{"_index":439,"title":{},"body":{"components/LayoutComponent.html":{},"components/SettingsButtonComponent.html":{}}}],["themedensity.normal",{"_index":461,"title":{},"body":{"components/LayoutComponent.html":{}}}],["themename",{"_index":1002,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["themepalette",{"_index":397,"title":{},"body":{"components/HeaderComponent.html":{}}}],["themeservice",{"_index":436,"title":{},"body":{"components/LayoutComponent.html":{},"components/SettingsButtonComponent.html":{}}}],["therefore",{"_index":1742,"title":{},"body":{"license.html":{}}}],["things",{"_index":1733,"title":{},"body":{"license.html":{}}}],["third",{"_index":2028,"title":{},"body":{"license.html":{}}}],["this._portal",{"_index":341,"title":{},"body":{"directives/FooterDirective.html":{},"directives/HeaderDirective.html":{}}}],["this._subscription.add",{"_index":756,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["this.activeapplist.set(applist",{"_index":310,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["this.add(id",{"_index":825,"title":{},"body":{"injectables/NavigationService.html":{}}}],["this.appfilterlist",{"_index":306,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["this.applist().length",{"_index":56,"title":{},"body":{"components/AppsButtonComponent.html":{}}}],["this.apps",{"_index":300,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["this.apps.find(app",{"_index":282,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["this.apps.some(app",{"_index":278,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["this.checknavigationitemstatusproviders(navigationitem",{"_index":873,"title":{},"body":{"injectables/NavigationService.html":{}}}],["this.checknavigationstatusproviders",{"_index":866,"title":{},"body":{"injectables/NavigationService.html":{}}}],["this.checknavigationstatusproviders(navigationwithoutstatuscheck",{"_index":823,"title":{},"body":{"injectables/NavigationService.html":{}}}],["this.children",{"_index":752,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["this.collapsable",{"_index":566,"title":{},"body":{"injectables/LayoutService.html":{}}}],["this.collapsable.set(!ismobile",{"_index":580,"title":{},"body":{"injectables/LayoutService.html":{}}}],["this.collapsed",{"_index":570,"title":{},"body":{"injectables/LayoutService.html":{},"components/NavigationItemComponent.html":{}}}],["this.config",{"_index":820,"title":{},"body":{"injectables/NavigationService.html":{}}}],["this.config.get('logo",{"_index":595,"title":{},"body":{"injectables/LogoService.html":{}}}],["this.config.get('navigation.apps",{"_index":245,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["this.config.get('navigation.collapsable",{"_index":551,"title":{},"body":{"injectables/LayoutService.html":{}}}],["this.config.get('navigation.fixedinviewport",{"_index":558,"title":{},"body":{"injectables/LayoutService.html":{}}}],["this.config.get('navigation.mode",{"_index":554,"title":{},"body":{"injectables/LayoutService.html":{}}}],["this.config.get('navigation.opened",{"_index":557,"title":{},"body":{"injectables/LayoutService.html":{}}}],["this.config.get('navigation.pinned",{"_index":552,"title":{},"body":{"injectables/LayoutService.html":{}}}],["this.currentthemedensity",{"_index":574,"title":{},"body":{"injectables/LayoutService.html":{}}}],["this.dialog.open(environmentcomponent",{"_index":906,"title":{},"body":{"components/ReleaseInfoComponent.html":{}}}],["this.environment.production",{"_index":311,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["this.externalapps",{"_index":299,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["this.externalappsservice.activeapplist",{"_index":54,"title":{},"body":{"components/AppsButtonComponent.html":{}}}],["this.externalappsservice.getapplist",{"_index":85,"title":{},"body":{"components/AppsButtonComponent.html":{}}}],["this.extractusernamefromprofile(profile",{"_index":1092,"title":{},"body":{"components/UserProfileIconComponent.html":{}}}],["this.fixedbottomgap",{"_index":571,"title":{},"body":{"injectables/LayoutService.html":{}}}],["this.fixedinviewport",{"_index":568,"title":{},"body":{"injectables/LayoutService.html":{}}}],["this.fixedtopgap",{"_index":577,"title":{},"body":{"injectables/LayoutService.html":{}}}],["this.footerservice.portalcount",{"_index":573,"title":{},"body":{"injectables/LayoutService.html":{}}}],["this.footerservice.portals",{"_index":324,"title":{},"body":{"components/FooterComponent.html":{}}}],["this.footerservice.pushportal(this._portal",{"_index":344,"title":{},"body":{"directives/FooterDirective.html":{}}}],["this.footerservice.removeportal(this._portal",{"_index":346,"title":{},"body":{"directives/FooterDirective.html":{}}}],["this.getapp(appid",{"_index":289,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["this.getapprouterlink(appid",{"_index":295,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["this.getappurl(appid",{"_index":292,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["this.getpathprefix",{"_index":229,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["this.hasapp(appid",{"_index":280,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["this.headerservice.portalcount",{"_index":579,"title":{},"body":{"injectables/LayoutService.html":{}}}],["this.headerservice.portals",{"_index":394,"title":{},"body":{"components/HeaderComponent.html":{}}}],["this.headerservice.pushportal(this._portal",{"_index":404,"title":{},"body":{"directives/HeaderDirective.html":{}}}],["this.headerservice.removeportal(this._portal",{"_index":405,"title":{},"body":{"directives/HeaderDirective.html":{}}}],["this.injector",{"_index":967,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["this.injector.get",{"_index":838,"title":{},"body":{"injectables/NavigationService.html":{}}}],["this.insert(id",{"_index":818,"title":{},"body":{"injectables/NavigationService.html":{}}}],["this.inserts.delete(id",{"_index":829,"title":{},"body":{"injectables/NavigationService.html":{}}}],["this.inserts.get(id",{"_index":828,"title":{},"body":{"injectables/NavigationService.html":{}}}],["this.inserts.has(id",{"_index":827,"title":{},"body":{"injectables/NavigationService.html":{}}}],["this.inserts.has(navigationitem.insert",{"_index":880,"title":{},"body":{"injectables/NavigationService.html":{}}}],["this.inserts.set(id",{"_index":826,"title":{},"body":{"injectables/NavigationService.html":{}}}],["this.ismobile",{"_index":543,"title":{},"body":{"injectables/LayoutService.html":{}}}],["this.isnavigationdivideritem(item",{"_index":668,"title":{},"body":{"components/NavigationComponent.html":{}}}],["this.isnavigationitem(item",{"_index":669,"title":{},"body":{"components/NavigationComponent.html":{}}}],["this.isopen.update(isopen",{"_index":83,"title":{},"body":{"components/AppsButtonComponent.html":{}}}],["this.items",{"_index":636,"title":{},"body":{"components/NavigationComponent.html":{}}}],["this.layoutcomponentservice.collapsable",{"_index":164,"title":{},"body":{"components/DefaultHeaderComponent.html":{}}}],["this.layoutcomponentservice.opened",{"_index":168,"title":{},"body":{"components/DefaultHeaderComponent.html":{},"components/SidenavToggleButtonComponent.html":{}}}],["this.layoutcomponentservice.toggleopened",{"_index":1081,"title":{},"body":{"components/SidenavToggleButtonComponent.html":{}}}],["this.layoutservice.closesidenav",{"_index":1041,"title":{},"body":{"components/SidenavComponent.html":{}}}],["this.layoutservice.collapsable",{"_index":1015,"title":{},"body":{"components/SidenavComponent.html":{}}}],["this.layoutservice.collapsed",{"_index":634,"title":{},"body":{"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/SidenavComponent.html":{}}}],["this.layoutservice.fixedbottomgap",{"_index":1018,"title":{},"body":{"components/SidenavComponent.html":{}}}],["this.layoutservice.fixedinviewport",{"_index":1020,"title":{},"body":{"components/SidenavComponent.html":{}}}],["this.layoutservice.fixedtopgap",{"_index":1022,"title":{},"body":{"components/SidenavComponent.html":{}}}],["this.layoutservice.mode",{"_index":1032,"title":{},"body":{"components/SidenavComponent.html":{}}}],["this.layoutservice.opened",{"_index":1024,"title":{},"body":{"components/SidenavComponent.html":{}}}],["this.layoutservice.opensidenav",{"_index":1039,"title":{},"body":{"components/SidenavComponent.html":{}}}],["this.layoutservice.pinned",{"_index":1026,"title":{},"body":{"components/SidenavComponent.html":{}}}],["this.layoutservice.togglepinned",{"_index":1037,"title":{},"body":{"components/SidenavComponent.html":{}}}],["this.level",{"_index":714,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["this.localeid",{"_index":312,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["this.localeid.replace",{"_index":313,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["this.logo().height",{"_index":592,"title":{},"body":{"injectables/LogoService.html":{}}}],["this.logo().src",{"_index":599,"title":{},"body":{"injectables/LogoService.html":{}}}],["this.logo().width",{"_index":601,"title":{},"body":{"injectables/LogoService.html":{}}}],["this.logoservice.height",{"_index":428,"title":{},"body":{"components/LayoutComponent.html":{}}}],["this.logoservice.src",{"_index":430,"title":{},"body":{"components/LayoutComponent.html":{}}}],["this.logoservice.width",{"_index":432,"title":{},"body":{"components/LayoutComponent.html":{}}}],["this.mediamatcher.matchmedia('(max",{"_index":540,"title":{},"body":{"injectables/LayoutService.html":{}}}],["this.mode",{"_index":562,"title":{},"body":{"injectables/LayoutService.html":{}}}],["this.mode.set('over",{"_index":585,"title":{},"body":{"injectables/LayoutService.html":{}}}],["this.mode.set('side",{"_index":583,"title":{},"body":{"injectables/LayoutService.html":{}}}],["this.navigation",{"_index":816,"title":{},"body":{"injectables/NavigationService.html":{}}}],["this.navigation$.next(this.replaceinserts(this.navigation",{"_index":830,"title":{},"body":{"injectables/NavigationService.html":{}}}],["this.navigation$.pipe",{"_index":821,"title":{},"body":{"injectables/NavigationService.html":{}}}],["this.navigationitems",{"_index":660,"title":{},"body":{"components/NavigationComponent.html":{}}}],["this.opened",{"_index":560,"title":{},"body":{"injectables/LayoutService.html":{}}}],["this.opened.set(false",{"_index":581,"title":{},"body":{"injectables/LayoutService.html":{}}}],["this.opened.set(true",{"_index":584,"title":{},"body":{"injectables/LayoutService.html":{}}}],["this.opened.update(opened",{"_index":586,"title":{},"body":{"injectables/LayoutService.html":{}}}],["this.pinned",{"_index":564,"title":{},"body":{"injectables/LayoutService.html":{}}}],["this.pinned.update(pinned",{"_index":587,"title":{},"body":{"injectables/LayoutService.html":{}}}],["this.portals().includes(portal",{"_index":375,"title":{},"body":{"injectables/FooterService.html":{},"injectables/HeaderService.html":{}}}],["this.portals().indexof(portal",{"_index":382,"title":{},"body":{"injectables/FooterService.html":{},"injectables/HeaderService.html":{}}}],["this.portals().length",{"_index":322,"title":{},"body":{"components/FooterComponent.html":{},"injectables/FooterService.html":{},"components/HeaderComponent.html":{},"injectables/HeaderService.html":{}}}],["this.portals.update(portals",{"_index":376,"title":{},"body":{"injectables/FooterService.html":{},"injectables/HeaderService.html":{}}}],["this.profile",{"_index":189,"title":{},"body":{"components/DefaultHeaderComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["this.pubsubservice.publish('authentication.logout",{"_index":1101,"title":{},"body":{"components/UserProfileIconComponent.html":{}}}],["this.replaceinserts(navigationitem.children",{"_index":884,"title":{},"body":{"injectables/NavigationService.html":{}}}],["this.replaceinserts(this.inserts.get(navigationitem.insert",{"_index":882,"title":{},"body":{"injectables/NavigationService.html":{}}}],["this.root",{"_index":658,"title":{},"body":{"components/NavigationComponent.html":{}}}],["this.router.events",{"_index":757,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["this.router.url.split",{"_index":765,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["this.sidenav()?.close",{"_index":1040,"title":{},"body":{"components/SidenavComponent.html":{}}}],["this.sidenav()?.open",{"_index":1038,"title":{},"body":{"components/SidenavComponent.html":{}}}],["this.template",{"_index":342,"title":{},"body":{"directives/FooterDirective.html":{},"directives/HeaderDirective.html":{}}}],["this.theme.applydensity(density",{"_index":981,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["this.theme.applydensity(this.theme.density",{"_index":982,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["this.theme.applytheme(theme",{"_index":987,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["this.theme.applytheme(this.theme.themename",{"_index":988,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["this.theme.applytypography(this.theme.typography",{"_index":985,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["this.theme.applytypography(typography",{"_index":984,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["this.theme.getavailablethemes",{"_index":960,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["this.theme.getavailabletypographies",{"_index":962,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["this.theme.setdensity(density",{"_index":983,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["this.theme.settheme(theme",{"_index":989,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["this.theme.settypography(typography",{"_index":986,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["this.themeservice.setdensity(theme.density",{"_index":462,"title":{},"body":{"components/LayoutComponent.html":{}}}],["this.themeservice.settheme(theme.preset",{"_index":458,"title":{},"body":{"components/LayoutComponent.html":{}}}],["this.themeservice.settypography(theme.typography",{"_index":464,"title":{},"body":{"components/LayoutComponent.html":{}}}],["this.updatenavigation",{"_index":819,"title":{},"body":{"injectables/NavigationService.html":{}}}],["this.username",{"_index":1102,"title":{},"body":{"components/UserProfileIconComponent.html":{}}}],["this.usersettingsthemeservice.get().then(theme",{"_index":456,"title":{},"body":{"components/LayoutComponent.html":{}}}],["this.usersettingsthemeservice.startsync().then",{"_index":455,"title":{},"body":{"components/LayoutComponent.html":{}}}],["this.usersettingsthemeservice.stopsync",{"_index":454,"title":{},"body":{"components/LayoutComponent.html":{}}}],["this.viewcontainerref",{"_index":343,"title":{},"body":{"directives/FooterDirective.html":{},"directives/HeaderDirective.html":{}}}],["those",{"_index":1801,"title":{},"body":{"license.html":{}}}],["though",{"_index":2201,"title":{},"body":{"license.html":{}}}],["threatened",{"_index":1812,"title":{},"body":{"license.html":{}}}],["three",{"_index":2092,"title":{},"body":{"license.html":{}}}],["through",{"_index":1882,"title":{},"body":{"license.html":{}}}],["throw",{"_index":283,"title":{},"body":{"injectables/ExternalAppsService.html":{},"components/NavigationComponent.html":{}}}],["thumb",{"_index":1056,"title":{},"body":{"components/SidenavComponent.html":{}}}],["thus",{"_index":1986,"title":{},"body":{"license.html":{}}}],["time",{"_index":2269,"title":{},"body":{"license.html":{}}}],["times",{"_index":381,"title":{},"body":{"injectables/FooterService.html":{},"injectables/HeaderService.html":{}}}],["title",{"_index":678,"title":{},"body":{"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"interfaces/NavigationStatus.html":{},"index.html":{}}}],["to192px",{"_index":1451,"title":{},"body":{"changelog.html":{}}}],["todo",{"_index":850,"title":{},"body":{"injectables/NavigationService.html":{}}}],["toesnext",{"_index":1481,"title":{},"body":{"changelog.html":{}}}],["toggle",{"_index":45,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/BaseLayoutComponent.html":{},"components/DefaultHeaderComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LayoutComponent.html":{},"components/MinimalLayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ReleaseInfoComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["toggleopened",{"_index":511,"title":{},"body":{"injectables/LayoutService.html":{}}}],["togglepinned",{"_index":512,"title":{},"body":{"injectables/LayoutService.html":{},"components/SidenavComponent.html":{}}}],["token",{"_index":1637,"title":{},"body":{"index.html":{}}}],["tokens",{"_index":275,"title":{},"body":{"injectables/ExternalAppsService.html":{},"injectables/FooterService.html":{},"injectables/HeaderService.html":{},"injectables/LogoService.html":{},"injectables/NavigationService.html":{},"components/ReleaseInfoComponent.html":{},"components/SettingsButtonComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["tools",{"_index":1942,"title":{},"body":{"license.html":{}}}],["tooltip",{"_index":1442,"title":{},"body":{"changelog.html":{}}}],["top",{"_index":1049,"title":{},"body":{"components/SidenavComponent.html":{}}}],["tosignal",{"_index":174,"title":{},"body":{"components/DefaultHeaderComponent.html":{},"injectables/LayoutService.html":{},"components/NavigationComponent.html":{},"components/NavigationProgressBarComponent.html":{}}}],["tosignal(new",{"_index":544,"title":{},"body":{"injectables/LayoutService.html":{}}}],["tosignal(observecurrentthemedensity",{"_index":522,"title":{},"body":{"injectables/LayoutService.html":{}}}],["tosignal(this.navigationservice.config",{"_index":661,"title":{},"body":{"components/NavigationComponent.html":{}}}],["tosignal(this.router.events.pipe",{"_index":775,"title":{},"body":{"components/NavigationProgressBarComponent.html":{}}}],["tosignal(this.userprofileservice.connect('user",{"_index":170,"title":{},"body":{"components/DefaultHeaderComponent.html":{}}}],["track",{"_index":86,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/ReleaseInfoComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{}}}],["trade",{"_index":2226,"title":{},"body":{"license.html":{}}}],["trademark",{"_index":2225,"title":{},"body":{"license.html":{}}}],["trademarks",{"_index":2227,"title":{},"body":{"license.html":{}}}],["transaction",{"_index":2173,"title":{},"body":{"license.html":{}}}],["transfer",{"_index":1884,"title":{},"body":{"license.html":{}}}],["transferred",{"_index":2174,"title":{},"body":{"license.html":{}}}],["transferring",{"_index":2294,"title":{},"body":{"license.html":{}}}],["transform",{"_index":467,"title":{},"body":{"components/LayoutComponent.html":{},"components/SidenavComponent.html":{}}}],["transition",{"_index":477,"title":{},"body":{"components/LayoutComponent.html":{},"components/NavigationItemComponent.html":{},"components/SidenavComponent.html":{}}}],["transition(':enter",{"_index":736,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["transition(':leave",{"_index":741,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["translatex(calc",{"_index":468,"title":{},"body":{"components/LayoutComponent.html":{},"components/SidenavComponent.html":{}}}],["transmission",{"_index":2126,"title":{},"body":{"license.html":{}}}],["treated",{"_index":2200,"title":{},"body":{"license.html":{}}}],["treaty",{"_index":2009,"title":{},"body":{"license.html":{}}}],["tree",{"_index":8,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/BaseLayoutComponent.html":{},"components/DefaultHeaderComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LayoutComponent.html":{},"components/MinimalLayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ReleaseInfoComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"miscellaneous/functions.html":{}}}],["trigger",{"_index":719,"title":{},"body":{"components/NavigationItemComponent.html":{},"changelog.html":{}}}],["trigger('sub",{"_index":734,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["true",{"_index":24,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/BaseLayoutComponent.html":{},"components/DefaultHeaderComponent.html":{},"injectables/ExternalAppsService.html":{},"components/FooterComponent.html":{},"directives/FooterDirective.html":{},"injectables/FooterService.html":{},"components/HeaderComponent.html":{},"directives/HeaderDirective.html":{},"injectables/HeaderService.html":{},"components/LayoutComponent.html":{},"injectables/LayoutService.html":{},"injectables/LogoService.html":{},"components/MinimalLayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"injectables/NavigationService.html":{},"components/ReleaseInfoComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"directives/SidenavFooterDirective.html":{},"directives/SidenavHeaderDirective.html":{},"components/SidenavToggleButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"index.html":{}}}],["tslib",{"_index":1539,"title":{},"body":{"dependencies.html":{}}}],["two",{"_index":1758,"title":{},"body":{"license.html":{}}}],["type",{"_index":215,"title":{},"body":{"injectables/ExternalAppsService.html":{},"injectables/FooterService.html":{},"injectables/HeaderService.html":{},"components/LayoutComponent.html":{},"injectables/LayoutService.html":{},"components/NavigationComponent.html":{},"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"components/NavigationItemComponent.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{},"interfaces/ReleaseInfoModule.html":{},"components/SettingsButtonComponent.html":{},"interfaces/SettingsMenuItem.html":{},"components/SidenavComponent.html":{},"directives/SidenavFooterDirective.html":{},"directives/SidenavHeaderDirective.html":{},"miscellaneous/functions.html":{},"miscellaneous/typealiases.html":{}}}],["typealiases",{"_index":2475,"title":{"miscellaneous/typealiases.html":{}},"body":{}}],["typedef",{"_index":413,"title":{},"body":{"injectables/HeaderService.html":{}}}],["typeof",{"_index":815,"title":{},"body":{"injectables/NavigationService.html":{}}}],["types",{"_index":276,"title":{},"body":{"injectables/ExternalAppsService.html":{},"components/SettingsButtonComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["typical",{"_index":2153,"title":{},"body":{"license.html":{}}}],["typography",{"_index":950,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["typographyname",{"_index":1001,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["ul[rxap",{"_index":112,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/BaseLayoutComponent.html":{},"components/DefaultHeaderComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LayoutComponent.html":{},"components/MinimalLayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ReleaseInfoComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["unacceptable",{"_index":1798,"title":{},"body":{"license.html":{}}}],["undefined",{"_index":794,"title":{},"body":{"injectables/NavigationService.html":{},"changelog.html":{},"miscellaneous/functions.html":{}}}],["under",{"_index":1842,"title":{},"body":{"license.html":{}}}],["unknown",{"_index":368,"title":{},"body":{"injectables/FooterService.html":{},"injectables/HeaderService.html":{}}}],["unless",{"_index":2161,"title":{},"body":{"license.html":{}}}],["unlimited",{"_index":1970,"title":{},"body":{"license.html":{}}}],["unmodified",{"_index":1857,"title":{},"body":{"license.html":{}}}],["unnecessary",{"_index":1997,"title":{},"body":{"license.html":{}}}],["unpacking",{"_index":2196,"title":{},"body":{"license.html":{}}}],["until",{"_index":2257,"title":{},"body":{"license.html":{}}}],["update",{"_index":790,"title":{},"body":{"injectables/NavigationService.html":{},"changelog.html":{}}}],["updatenavigation",{"_index":785,"title":{},"body":{"injectables/NavigationService.html":{}}}],["updates",{"_index":2184,"title":{},"body":{"license.html":{}}}],["upgrade",{"_index":1391,"title":{},"body":{"changelog.html":{}}}],["url",{"_index":291,"title":{},"body":{"injectables/ExternalAppsService.html":{},"index.html":{}}}],["urlparts",{"_index":764,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["urlparts[0",{"_index":766,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["usage",{"_index":1259,"title":{},"body":{"changelog.html":{}}}],["use",{"_index":797,"title":{},"body":{"injectables/NavigationService.html":{},"changelog.html":{},"index.html":{},"license.html":{}}}],["used",{"_index":1643,"title":{},"body":{"index.html":{},"license.html":{}}}],["user",{"_index":131,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/BaseLayoutComponent.html":{},"components/DefaultHeaderComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LayoutComponent.html":{},"components/MinimalLayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ReleaseInfoComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"changelog.html":{},"dependencies.html":{},"index.html":{},"license.html":{}}}],["user@^18.0.3",{"_index":1599,"title":{},"body":{"index.html":{}}}],["username",{"_index":1088,"title":{},"body":{"components/UserProfileIconComponent.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["userprofiledatasource",{"_index":179,"title":{},"body":{"components/DefaultHeaderComponent.html":{}}}],["userprofileiconcomponent",{"_index":130,"title":{"components/UserProfileIconComponent.html":{}},"body":{"components/AppsButtonComponent.html":{},"components/BaseLayoutComponent.html":{},"components/DefaultHeaderComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LayoutComponent.html":{},"components/MinimalLayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ReleaseInfoComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"index.html":{}}}],["userprofileservice",{"_index":187,"title":{},"body":{"components/DefaultHeaderComponent.html":{}}}],["users",{"_index":1717,"title":{},"body":{"license.html":{}}}],["usersettingsthemeservice",{"_index":440,"title":{},"body":{"components/LayoutComponent.html":{}}}],["uses",{"_index":1672,"title":{},"body":{"index.html":{},"license.html":{}}}],["using",{"_index":2125,"title":{},"body":{"license.html":{}}}],["utilities",{"_index":265,"title":{},"body":{"injectables/ExternalAppsService.html":{},"dependencies.html":{}}}],["utilities@^1.1.4",{"_index":1593,"title":{},"body":{"index.html":{}}}],["utility",{"_index":1281,"title":{},"body":{"changelog.html":{}}}],["valid",{"_index":2091,"title":{},"body":{"license.html":{}}}],["value",{"_index":52,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/DefaultHeaderComponent.html":{},"injectables/ExternalAppsService.html":{},"components/FooterComponent.html":{},"injectables/FooterService.html":{},"components/HeaderComponent.html":{},"injectables/HeaderService.html":{},"components/LayoutComponent.html":{},"injectables/LayoutService.html":{},"injectables/LogoService.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"injectables/NavigationService.html":{},"components/ReleaseInfoComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"miscellaneous/variables.html":{}}}],["var",{"_index":96,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/BaseLayoutComponent.html":{},"components/DefaultHeaderComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LayoutComponent.html":{},"components/MinimalLayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ReleaseInfoComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["variables",{"_index":2478,"title":{"miscellaneous/variables.html":{}},"body":{"miscellaneous/variables.html":{}}}],["verbatim",{"_index":1694,"title":{},"body":{"license.html":{}}}],["version",{"_index":909,"title":{},"body":{"components/ReleaseInfoComponent.html":{},"interfaces/ReleaseInfoModule.html":{},"interfaces/SettingsMenuItem.html":{},"changelog.html":{},"license.html":{},"properties.html":{}}}],["versions",{"_index":1382,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["very",{"_index":999,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["view",{"_index":1897,"title":{},"body":{"license.html":{}}}],["viewchild",{"_index":724,"title":{},"body":{"components/NavigationItemComponent.html":{},"components/SidenavComponent.html":{}}}],["viewchild(matsidenav",{"_index":1036,"title":{},"body":{"components/SidenavComponent.html":{}}}],["viewcontainerref",{"_index":337,"title":{},"body":{"directives/FooterDirective.html":{},"directives/HeaderDirective.html":{}}}],["viewencapsulation",{"_index":640,"title":{},"body":{"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{}}}],["viewencapsulation.none",{"_index":609,"title":{},"body":{"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{}}}],["violates",{"_index":2190,"title":{},"body":{"license.html":{}}}],["violation",{"_index":2253,"title":{},"body":{"license.html":{}}}],["visibility",{"_index":472,"title":{},"body":{"components/LayoutComponent.html":{},"components/SidenavComponent.html":{}}}],["visible",{"_index":473,"title":{},"body":{"components/LayoutComponent.html":{},"components/SidenavComponent.html":{},"changelog.html":{},"license.html":{}}}],["void",{"_index":50,"title":{},"body":{"components/AppsButtonComponent.html":{},"injectables/ExternalAppsService.html":{},"injectables/FooterService.html":{},"injectables/HeaderService.html":{},"injectables/LayoutService.html":{},"components/NavigationComponent.html":{},"injectables/NavigationService.html":{},"components/ReleaseInfoComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"license.html":{}}}],["volume",{"_index":2067,"title":{},"body":{"license.html":{}}}],["wait",{"_index":852,"title":{},"body":{"injectables/NavigationService.html":{}}}],["waiting",{"_index":856,"title":{},"body":{"injectables/NavigationService.html":{}}}],["waive",{"_index":2017,"title":{},"body":{"license.html":{}}}],["waiver",{"_index":2458,"title":{},"body":{"license.html":{}}}],["want",{"_index":1730,"title":{},"body":{"license.html":{}}}],["warranties",{"_index":1896,"title":{},"body":{"license.html":{}}}],["warranty",{"_index":1769,"title":{},"body":{"license.html":{}}}],["way",{"_index":1721,"title":{},"body":{"license.html":{}}}],["ways",{"_index":2081,"title":{},"body":{"license.html":{}}}],["webkit",{"_index":494,"title":{},"body":{"components/LayoutComponent.html":{},"components/SidenavComponent.html":{}}}],["well",{"_index":1875,"title":{},"body":{"license.html":{}}}],["whatever",{"_index":2299,"title":{},"body":{"license.html":{}}}],["whether",{"_index":1748,"title":{},"body":{"license.html":{}}}],["whole",{"_index":1920,"title":{},"body":{"license.html":{}}}],["whose",{"_index":2134,"title":{},"body":{"license.html":{}}}],["widely",{"_index":1915,"title":{},"body":{"license.html":{}}}],["width",{"_index":541,"title":{},"body":{"injectables/LayoutService.html":{},"injectables/LogoService.html":{},"components/SidenavComponent.html":{},"changelog.html":{}}}],["widthdefaultheadercomponent",{"_index":1557,"title":{},"body":{"miscellaneous/functions.html":{}}}],["window",{"_index":1931,"title":{},"body":{"license.html":{}}}],["wip",{"_index":1646,"title":{},"body":{"index.html":{}}}],["wipo",{"_index":2008,"title":{},"body":{"license.html":{}}}],["wish",{"_index":1728,"title":{},"body":{"license.html":{}}}],["withexternalapps",{"_index":1558,"title":{},"body":{"miscellaneous/functions.html":{}}}],["withexternalapps(...apps",{"_index":1574,"title":{},"body":{"miscellaneous/functions.html":{}}}],["withfootercomponents",{"_index":1559,"title":{},"body":{"miscellaneous/functions.html":{}}}],["withfootercomponents(components",{"_index":1575,"title":{},"body":{"miscellaneous/functions.html":{}}}],["withheadercomponents",{"_index":1560,"title":{},"body":{"miscellaneous/functions.html":{}}}],["withheadercomponents(components",{"_index":1576,"title":{},"body":{"miscellaneous/functions.html":{}}}],["within",{"_index":1613,"title":{},"body":{"index.html":{},"license.html":{}}}],["withnavigationconfig",{"_index":1561,"title":{},"body":{"miscellaneous/functions.html":{}}}],["withnavigationconfig(app_navigation",{"_index":1628,"title":{},"body":{"index.html":{}}}],["withnavigationconfig(config",{"_index":1577,"title":{},"body":{"miscellaneous/functions.html":{}}}],["withnavigationinserts",{"_index":1562,"title":{},"body":{"miscellaneous/functions.html":{}}}],["withnavigationinserts(inserts",{"_index":1578,"title":{},"body":{"miscellaneous/functions.html":{}}}],["withnavigationservice",{"_index":1626,"title":{},"body":{"index.html":{}}}],["without",{"_index":1860,"title":{},"body":{"license.html":{}}}],["withreleaseinfomodules",{"_index":1563,"title":{},"body":{"miscellaneous/functions.html":{}}}],["withreleaseinfomodules(...module",{"_index":1579,"title":{},"body":{"miscellaneous/functions.html":{}}}],["withsettingsmenuitems",{"_index":1564,"title":{},"body":{"miscellaneous/functions.html":{},"index.html":{}}}],["withsettingsmenuitems(...items",{"_index":1580,"title":{},"body":{"miscellaneous/functions.html":{}}}],["work",{"_index":1719,"title":{},"body":{"license.html":{}}}],["work's",{"_index":1941,"title":{},"body":{"license.html":{}}}],["working",{"_index":1916,"title":{},"body":{"license.html":{}}}],["works",{"_index":1702,"title":{},"body":{"license.html":{}}}],["workspace",{"_index":1583,"title":{},"body":{"index.html":{}}}],["worldwide",{"_index":2332,"title":{},"body":{"license.html":{}}}],["writablesignal",{"_index":519,"title":{},"body":{"injectables/LayoutService.html":{}}}],["writing",{"_index":2418,"title":{},"body":{"license.html":{}}}],["written",{"_index":2090,"title":{},"body":{"license.html":{}}}],["y",{"_index":1050,"title":{},"body":{"components/SidenavComponent.html":{}}}],["yarn",{"_index":1585,"title":{},"body":{"index.html":{}}}],["years",{"_index":2093,"title":{},"body":{"license.html":{}}}],["yourself",{"_index":2350,"title":{},"body":{"license.html":{}}}]],"pipeline":["stemmer"]},
|
|
3
|
+
"store": {"components/AppsButtonComponent.html":{"url":"components/AppsButtonComponent.html","title":"component - AppsButtonComponent","body":"\n \n\n\n\n\n\n Components\n \n AppsButtonComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/lib/default-header/apps-button/apps-button.component.ts\n\n\n\n\n\n \n Implements\n \n \n OnInit\n \n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n rxap-apps-button\n \n\n \n standalone\n true\n \n\n \n imports\n \n NgOptimizedImage\n MatButton\n RouterLink\n MatAnchor\n MatIconButton\n MatIcon\n IconDirective\n \n \n\n \n styleUrls\n ./apps-button.component.scss\n \n\n\n\n \n templateUrl\n ./apps-button.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n Readonly\n appList\n \n \n Public\n Readonly\n hasApps\n \n \n Public\n Readonly\n isOpen\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n Public\n toggle\n \n \n \n \n\n\n\n\n\n \n \n\n\n\n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n Public\n toggle\n \n \n \n \n \n \n \n toggle()\n \n \n\n\n \n \n Defined in src/lib/default-header/apps-button/apps-button.component.ts:46\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n Readonly\n appList\n \n \n \n \n \n \n Default value : computed(() => this.externalAppsService.activeAppList())\n \n \n \n \n Defined in src/lib/default-header/apps-button/apps-button.component.ts:43\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n Readonly\n hasApps\n \n \n \n \n \n \n Default value : computed(() => this.appList().length > 0)\n \n \n \n \n Defined in src/lib/default-header/apps-button/apps-button.component.ts:44\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n Readonly\n isOpen\n \n \n \n \n \n \n Default value : signal(false)\n \n \n \n \n Defined in src/lib/default-header/apps-button/apps-button.component.ts:40\n \n \n\n \n \n The signal that indicates if the app list is open\n\n \n \n\n \n \n\n\n\n\n\n \n import { NgOptimizedImage } from '@angular/common';\nimport {\n ChangeDetectionStrategy,\n Component,\n computed,\n inject,\n OnInit,\n signal,\n} from '@angular/core';\nimport {\n MatAnchor,\n MatButton,\n MatIconButton,\n} from '@angular/material/button';\nimport { MatIcon } from '@angular/material/icon';\nimport { RouterLink } from '@angular/router';\nimport { IconDirective } from '@rxap/material-directives/icon';\nimport { ExternalAppsService } from '../../external-apps.service';\n\n@Component({\n selector: 'rxap-apps-button',\n templateUrl: './apps-button.component.html',\n styleUrls: [ './apps-button.component.scss' ],\n changeDetection: ChangeDetectionStrategy.OnPush,\n standalone: true,\n imports: [\n NgOptimizedImage,\n MatButton,\n RouterLink,\n MatAnchor,\n MatIconButton,\n MatIcon,\n IconDirective,\n ],\n})\nexport class AppsButtonComponent implements OnInit {\n /**\n * The signal that indicates if the app list is open\n */\n public readonly isOpen = signal(false);\n\n private readonly externalAppsService = inject(ExternalAppsService);\n public readonly appList = computed(() => this.externalAppsService.activeAppList());\n public readonly hasApps = computed(() => this.appList().length > 0);\n\n public toggle(): void {\n this.isOpen.update(isOpen => !isOpen);\n }\n\n public ngOnInit(): void {\n this.externalAppsService.getAppList();\n }\n\n}\n\n \n\n \n @if (hasApps()) {\n \n\n @if (isOpen()) {\n \n\n @for (app of appList(); track app.label) {\n @if (app.href) {\n \n \n @if (app.icon) {\n \n }\n @if (app.image) {\n \n }\n {{ app.label }}\n \n \n } @else if (app.routerLink) {\n \n \n @if (app.icon) {\n \n }\n @if (app.image) {\n \n }\n {{ app.label }}\n \n \n } @else {\n \n \n @if (app.icon) {\n \n }\n @if (app.image) {\n \n }\n {{ app.label }}\n \n \n }\n }\n\n \n }\n\n \n \n \n\n \n}\n\n \n\n \n \n ./apps-button.component.scss\n \n \n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = '@if (hasApps()) { @if (isOpen()) { @for (app of appList(); track app.label) { @if (app.href) { @if (app.icon) { } @if (app.image) { } {{ app.label }} } @else if (app.routerLink) { @if (app.icon) { } @if (app.image) { } {{ app.label }} } @else { @if (app.icon) { } @if (app.image) { } {{ app.label }} } } } }'\n var COMPONENTS = [{'name': 'AppsButtonComponent', 'selector': 'rxap-apps-button'},{'name': 'BaseLayoutComponent', 'selector': 'rxap-base-layout'},{'name': 'DefaultHeaderComponent', 'selector': 'rxap-default-header'},{'name': 'FooterComponent', 'selector': 'rxap-footer'},{'name': 'HeaderComponent', 'selector': 'rxap-header'},{'name': 'LayoutComponent', 'selector': 'rxap-layout'},{'name': 'MinimalLayoutComponent', 'selector': 'rxap-minimal-layout'},{'name': 'NavigationComponent', 'selector': 'ul[rxap-navigation]'},{'name': 'NavigationItemComponent', 'selector': 'li[rxap-navigation-item]'},{'name': 'NavigationProgressBarComponent', 'selector': 'rxap-navigation-progress-bar'},{'name': 'ReleaseInfoComponent', 'selector': 'rxap-release-info'},{'name': 'SettingsButtonComponent', 'selector': 'rxap-settings-button'},{'name': 'SidenavComponent', 'selector': 'rxap-sidenav'},{'name': 'SidenavToggleButtonComponent', 'selector': 'rxap-sidenav-toggle-button'},{'name': 'UserProfileIconComponent', 'selector': 'rxap-user-profile-icon'}];\n var DIRECTIVES = [{'name': 'FooterDirective', 'selector': '[rxapFooter]'},{'name': 'HeaderDirective', 'selector': '[rxapHeader]'},{'name': 'SidenavFooterDirective', 'selector': '[rxapSidenavFooter]'},{'name': 'SidenavHeaderDirective', 'selector': '[rxapSidenavHeader]'}];\n var ACTUAL_COMPONENT = {'name': 'AppsButtonComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/BaseLayoutComponent.html":{"url":"components/BaseLayoutComponent.html","title":"component - BaseLayoutComponent","body":"\n \n\n\n\n\n\n Components\n \n BaseLayoutComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/lib/base-layout/base-layout.component.ts\n\n\n\n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n rxap-base-layout\n \n\n \n standalone\n true\n \n\n \n imports\n \n HeaderComponent\n FooterComponent\n \n \n\n\n\n\n \n templateUrl\n ./base-layout.component.html\n \n\n\n\n \n styleUrl\n ./base-layout.component.scss\n \n\n\n\n\n\n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n \n import {\n ChangeDetectionStrategy,\n Component,\n} from '@angular/core';\nimport { FooterComponent } from '../footer/footer.component';\nimport { HeaderComponent } from '../header/header.component';\n\n@Component({\n selector: 'rxap-base-layout',\n standalone: true,\n imports: [\n HeaderComponent,\n FooterComponent,\n ],\n templateUrl: './base-layout.component.html',\n styleUrl: './base-layout.component.scss',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class BaseLayoutComponent {}\n\n \n\n \n \n \n \n \n\n\n \n\n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' '\n var COMPONENTS = [{'name': 'AppsButtonComponent', 'selector': 'rxap-apps-button'},{'name': 'BaseLayoutComponent', 'selector': 'rxap-base-layout'},{'name': 'DefaultHeaderComponent', 'selector': 'rxap-default-header'},{'name': 'FooterComponent', 'selector': 'rxap-footer'},{'name': 'HeaderComponent', 'selector': 'rxap-header'},{'name': 'LayoutComponent', 'selector': 'rxap-layout'},{'name': 'MinimalLayoutComponent', 'selector': 'rxap-minimal-layout'},{'name': 'NavigationComponent', 'selector': 'ul[rxap-navigation]'},{'name': 'NavigationItemComponent', 'selector': 'li[rxap-navigation-item]'},{'name': 'NavigationProgressBarComponent', 'selector': 'rxap-navigation-progress-bar'},{'name': 'ReleaseInfoComponent', 'selector': 'rxap-release-info'},{'name': 'SettingsButtonComponent', 'selector': 'rxap-settings-button'},{'name': 'SidenavComponent', 'selector': 'rxap-sidenav'},{'name': 'SidenavToggleButtonComponent', 'selector': 'rxap-sidenav-toggle-button'},{'name': 'UserProfileIconComponent', 'selector': 'rxap-user-profile-icon'}];\n var DIRECTIVES = [{'name': 'FooterDirective', 'selector': '[rxapFooter]'},{'name': 'HeaderDirective', 'selector': '[rxapHeader]'},{'name': 'SidenavFooterDirective', 'selector': '[rxapSidenavFooter]'},{'name': 'SidenavHeaderDirective', 'selector': '[rxapSidenavHeader]'}];\n var ACTUAL_COMPONENT = {'name': 'BaseLayoutComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/DefaultHeaderComponent.html":{"url":"components/DefaultHeaderComponent.html","title":"component - DefaultHeaderComponent","body":"\n \n\n\n\n\n\n Components\n \n DefaultHeaderComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/lib/default-header/default-header.component.ts\n\n\n\n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n \n host\n {}\n \n\n\n\n\n\n\n \n selector\n rxap-default-header\n \n\n \n standalone\n true\n \n\n \n imports\n \n AppsButtonComponent\n SettingsButtonComponent\n SidenavToggleButtonComponent\n UserProfileIconComponent\n \n \n\n\n\n\n \n templateUrl\n ./default-header.component.html\n \n\n\n\n \n styleUrl\n ./default-header.component.scss\n \n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n Readonly\n collapsable\n \n \n Public\n Readonly\n layoutComponentService\n \n \n Public\n Readonly\n opened\n \n \n Public\n Readonly\n profile\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n\n\n\n\n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n Readonly\n collapsable\n \n \n \n \n \n \n Default value : computed(() => this.layoutComponentService.collapsable())\n \n \n \n \n Defined in src/lib/default-header/default-header.component.ts:35\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n Readonly\n layoutComponentService\n \n \n \n \n \n \n Default value : inject(LayoutService)\n \n \n \n \n Defined in src/lib/default-header/default-header.component.ts:33\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n Readonly\n opened\n \n \n \n \n \n \n Default value : computed(() => this.layoutComponentService.opened())\n \n \n \n \n Defined in src/lib/default-header/default-header.component.ts:36\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n Readonly\n profile\n \n \n \n \n \n \n Default value : toSignal(this.userProfileService.connect('user-profile'), { initialValue: null })\n \n \n \n \n Defined in src/lib/default-header/default-header.component.ts:39\n \n \n\n\n \n \n\n\n\n\n\n \n import {\n ChangeDetectionStrategy,\n Component,\n computed,\n inject,\n} from '@angular/core';\nimport { toSignal } from '@angular/core/rxjs-interop';\nimport { LayoutService } from '../layout.service';\nimport { UserProfileDataSource } from '@rxap/ngx-user';\nimport { AppsButtonComponent } from './apps-button/apps-button.component';\nimport { SettingsButtonComponent } from './settings-button/settings-button.component';\nimport { SidenavToggleButtonComponent } from './sidenav-toggle-button/sidenav-toggle-button.component';\nimport { UserProfileIconComponent } from './user-profile-icon/user-profile-icon.component';\n\n@Component({\n selector: 'rxap-default-header',\n standalone: true,\n imports: [\n AppsButtonComponent,\n SettingsButtonComponent,\n SidenavToggleButtonComponent,\n UserProfileIconComponent,\n ],\n host: {\n 'class': 'grow',\n },\n templateUrl: './default-header.component.html',\n styleUrl: './default-header.component.scss',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class DefaultHeaderComponent {\n\n public readonly layoutComponentService = inject(LayoutService);\n\n public readonly collapsable = computed(() => this.layoutComponentService.collapsable());\n public readonly opened = computed(() => this.layoutComponentService.opened());\n\n private readonly userProfileService: UserProfileDataSource = inject(UserProfileDataSource);\n public readonly profile = toSignal(this.userProfileService.connect('user-profile'), { initialValue: null });\n\n}\n\n \n\n \n \n @if (!collapsable()) {\n \n }\n \n \n \n \n \n @if (this.profile(); as profile) {\n \n }\n\n\n \n\n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' @if (!collapsable()) { } @if (this.profile(); as profile) { }'\n var COMPONENTS = [{'name': 'AppsButtonComponent', 'selector': 'rxap-apps-button'},{'name': 'BaseLayoutComponent', 'selector': 'rxap-base-layout'},{'name': 'DefaultHeaderComponent', 'selector': 'rxap-default-header'},{'name': 'FooterComponent', 'selector': 'rxap-footer'},{'name': 'HeaderComponent', 'selector': 'rxap-header'},{'name': 'LayoutComponent', 'selector': 'rxap-layout'},{'name': 'MinimalLayoutComponent', 'selector': 'rxap-minimal-layout'},{'name': 'NavigationComponent', 'selector': 'ul[rxap-navigation]'},{'name': 'NavigationItemComponent', 'selector': 'li[rxap-navigation-item]'},{'name': 'NavigationProgressBarComponent', 'selector': 'rxap-navigation-progress-bar'},{'name': 'ReleaseInfoComponent', 'selector': 'rxap-release-info'},{'name': 'SettingsButtonComponent', 'selector': 'rxap-settings-button'},{'name': 'SidenavComponent', 'selector': 'rxap-sidenav'},{'name': 'SidenavToggleButtonComponent', 'selector': 'rxap-sidenav-toggle-button'},{'name': 'UserProfileIconComponent', 'selector': 'rxap-user-profile-icon'}];\n var DIRECTIVES = [{'name': 'FooterDirective', 'selector': '[rxapFooter]'},{'name': 'HeaderDirective', 'selector': '[rxapHeader]'},{'name': 'SidenavFooterDirective', 'selector': '[rxapSidenavFooter]'},{'name': 'SidenavHeaderDirective', 'selector': '[rxapSidenavHeader]'}];\n var ACTUAL_COMPONENT = {'name': 'DefaultHeaderComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/ExternalAppsService.html":{"url":"injectables/ExternalAppsService.html","title":"injectable - ExternalAppsService","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n ExternalAppsService\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/lib/external-apps.service.ts\n \n\n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n Readonly\n activeAppList\n \n \n Protected\n Readonly\n appFilterList\n \n \n Protected\n Readonly\n apps\n \n \n Protected\n Readonly\n config\n \n \n Protected\n Readonly\n environment\n \n \n Protected\n Readonly\n externalApps\n \n \n Protected\n Readonly\n localeId\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n Public\n getApp\n \n \n Public\n Async\n getAppList\n \n \n Public\n getAppRouterLink\n \n \n Public\n getAppRouterLinkOrThrow\n \n \n Public\n getAppUrl\n \n \n Public\n getAppUrlOrThrow\n \n \n Protected\n getPathPrefix\n \n \n Public\n hasApp\n \n \n Public\n navigate\n \n \n \n \n\n\n\n\n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n Public\n getApp\n \n \n \n \n \n \n \n getApp(appId: string)\n \n \n\n\n \n \n Defined in src/lib/external-apps.service.ts:40\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n appId\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : ExternalApp | null\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Public\n Async\n getAppList\n \n \n \n \n \n \n \n getAppList()\n \n \n\n\n \n \n Defined in src/lib/external-apps.service.ts:100\n \n \n\n\n \n \n\n \n Returns : Promise>\n\n \n \n \n \n \n \n \n \n \n \n \n Public\n getAppRouterLink\n \n \n \n \n \n \n \n getAppRouterLink(appId: string, path: string)\n \n \n\n\n \n \n Defined in src/lib/external-apps.service.ts:63\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n appId\n \n string\n \n\n \n No\n \n\n\n \n \n path\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : [] | null\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Public\n getAppRouterLinkOrThrow\n \n \n \n \n \n \n \n getAppRouterLinkOrThrow(appId: string, path: string)\n \n \n\n\n \n \n Defined in src/lib/external-apps.service.ts:82\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n appId\n \n string\n \n\n \n No\n \n\n\n \n \n path\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : string[]\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Public\n getAppUrl\n \n \n \n \n \n \n \n getAppUrl(appId: string, path: string, infix: string | null)\n \n \n\n\n \n \n Defined in src/lib/external-apps.service.ts:51\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Default value\n \n \n \n \n appId\n \n string\n \n\n \n No\n \n\n \n \n\n \n \n path\n \n string\n \n\n \n No\n \n\n \n \n\n \n \n infix\n \n string | null\n \n\n \n No\n \n\n \n this.getPathPrefix()\n \n\n \n \n \n \n \n Returns : string | null\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Public\n getAppUrlOrThrow\n \n \n \n \n \n \n \n getAppUrlOrThrow(appId: string, path: string)\n \n \n\n\n \n \n Defined in src/lib/external-apps.service.ts:74\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n appId\n \n string\n \n\n \n No\n \n\n\n \n \n path\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : string\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Protected\n getPathPrefix\n \n \n \n \n \n \n \n getPathPrefix()\n \n \n\n\n \n \n Defined in src/lib/external-apps.service.ts:122\n \n \n\n\n \n \n\n \n Returns : string\n\n \n \n \n \n \n \n \n \n \n \n \n Public\n hasApp\n \n \n \n \n \n \n \n hasApp(appId: string)\n \n \n\n\n \n \n Defined in src/lib/external-apps.service.ts:36\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n appId\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : boolean\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Public\n navigate\n \n \n \n \n \n \n \n navigate(appId: string, path: string)\n \n \n\n\n \n \n Defined in src/lib/external-apps.service.ts:90\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n appId\n \n string\n \n\n \n No\n \n\n\n \n \n path\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n Readonly\n activeAppList\n \n \n \n \n \n \n Default value : signal>([])\n \n \n \n \n Defined in src/lib/external-apps.service.ts:34\n \n \n\n \n \n The list of active apps that is processed by the getAppList method\n\n \n \n\n \n \n \n \n \n \n \n \n Protected\n Readonly\n appFilterList\n \n \n \n \n \n \n Default value : coerceArray(inject(RXAP_EXTERNAL_APP_FILTER, { optional: true }))\n \n \n \n \n Defined in src/lib/external-apps.service.ts:24\n \n \n\n\n \n \n \n \n \n \n \n \n Protected\n Readonly\n apps\n \n \n \n \n \n \n Type : Array\n\n \n \n \n \n Default value : this.config.get('navigation.apps', [])\n \n \n \n \n Defined in src/lib/external-apps.service.ts:28\n \n \n\n\n \n \n \n \n \n \n \n \n Protected\n Readonly\n config\n \n \n \n \n \n \n Default value : inject(ConfigService)\n \n \n \n \n Defined in src/lib/external-apps.service.ts:25\n \n \n\n\n \n \n \n \n \n \n \n \n Protected\n Readonly\n environment\n \n \n \n \n \n \n Default value : inject(RXAP_ENVIRONMENT)\n \n \n \n \n Defined in src/lib/external-apps.service.ts:27\n \n \n\n\n \n \n \n \n \n \n \n \n Protected\n Readonly\n externalApps\n \n \n \n \n \n \n Default value : coerceArray(inject(RXAP_EXTERNAL_APP, { optional: true }))\n \n \n \n \n Defined in src/lib/external-apps.service.ts:29\n \n \n\n\n \n \n \n \n \n \n \n \n Protected\n Readonly\n localeId\n \n \n \n \n \n \n Default value : inject(LOCALE_ID)\n \n \n \n \n Defined in src/lib/external-apps.service.ts:26\n \n \n\n\n \n \n\n\n \n\n\n \n import {\n inject,\n Injectable,\n LOCALE_ID,\n signal,\n} from '@angular/core';\n// eslint-disable-next-line @nx/enforce-module-boundaries\nimport { ClickOnLink } from '@rxap/browser-utilities';\nimport { ConfigService } from '@rxap/config';\nimport { RXAP_ENVIRONMENT } from '@rxap/environment';\nimport {\n coerceArray,\n JoinPath,\n} from '@rxap/utilities';\nimport {\n RXAP_EXTERNAL_APP,\n RXAP_EXTERNAL_APP_FILTER,\n} from './tokens';\nimport { ExternalApp } from './types';\n\n@Injectable()\nexport class ExternalAppsService {\n\n protected readonly appFilterList = coerceArray(inject(RXAP_EXTERNAL_APP_FILTER, { optional: true }));\n protected readonly config = inject(ConfigService);\n protected readonly localeId = inject(LOCALE_ID);\n protected readonly environment = inject(RXAP_ENVIRONMENT);\n protected readonly apps: Array = this.config.get('navigation.apps', []);\n protected readonly externalApps = coerceArray(inject(RXAP_EXTERNAL_APP, { optional: true }));\n\n /**\n * The list of active apps that is processed by the getAppList method\n */\n public readonly activeAppList = signal>([]);\n\n public hasApp(appId: string): boolean {\n return this.apps.some(app => app.id === appId);\n }\n\n public getApp(appId: string): ExternalApp | null {\n if (!this.hasApp(appId)) {\n return null;\n }\n const app = this.apps.find(app => app.id === appId);\n if (!app) {\n throw new Error(`FATAL: App with id \"${ appId }\" not found!`);\n }\n return structuredClone(app);\n }\n\n public getAppUrl(appId: string, path: string, infix: string | null = this.getPathPrefix()): string | null {\n\n const app = this.getApp(appId);\n\n if (!app || !app.href) {\n return null;\n }\n\n return JoinPath(app.href, infix, path);\n\n }\n\n public getAppRouterLink(appId: string, path: string): string[] | null {\n\n const app = this.getApp(appId);\n\n if (!app || !app.routerLink) {\n return null;\n }\n\n return [ ...app.routerLink, path ];\n }\n\n public getAppUrlOrThrow(appId: string, path: string): string {\n const url = this.getAppUrl(appId, path);\n if (url) {\n return url;\n }\n throw new Error(`Could not find url for app with id \"${ appId }\"`);\n }\n\n public getAppRouterLinkOrThrow(appId: string, path: string): string[] {\n const routerLink = this.getAppRouterLink(appId, path);\n if (routerLink) {\n return routerLink;\n }\n throw new Error(`Could not find router link for app with id \"${ appId }\"`);\n }\n\n public navigate(appId: string, path: string): void {\n\n const url = this.getAppUrl(appId, path);\n\n if (url) {\n ClickOnLink(url);\n }\n\n }\n\n public async getAppList(): Promise> {\n let appList: ExternalApp[] = [\n ...this.externalApps,\n ...this.apps,\n ].filter(app => !app.hidden)\n .map(app => structuredClone(app));\n\n appList.forEach(app => {\n if (app.href) {\n app.href = JoinPath(app.href, this.getPathPrefix());\n }\n });\n\n for (const appFilter of this.appFilterList) {\n appList = await appFilter.call(structuredClone(appList));\n }\n\n appList = structuredClone(appList);\n this.activeAppList.set(appList);\n return appList;\n }\n\n protected getPathPrefix(): string {\n if (this.environment.production && this.localeId) {\n return this.localeId.replace(/-.+$/, '');\n }\n return '';\n }\n\n}\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/FooterComponent.html":{"url":"components/FooterComponent.html","title":"component - FooterComponent","body":"\n \n\n\n\n\n\n Components\n \n FooterComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/lib/footer/footer.component.ts\n\n\n\n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n rxap-footer\n \n\n \n standalone\n true\n \n\n \n imports\n \n MatToolbarModule\n PortalModule\n \n \n\n \n styleUrls\n ./footer.component.scss\n \n\n\n\n \n templateUrl\n ./footer.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n Readonly\n hasPortals\n \n \n Public\n Readonly\n portals\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n\n\n\n\n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n Readonly\n hasPortals\n \n \n \n \n \n \n Default value : computed(() => this.portals().length > 0)\n \n \n \n \n Defined in src/lib/footer/footer.component.ts:24\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n Readonly\n portals\n \n \n \n \n \n \n Default value : computed(() => this.footerService.portals())\n \n \n \n \n Defined in src/lib/footer/footer.component.ts:23\n \n \n\n\n \n \n\n\n\n\n\n \n import { PortalModule } from '@angular/cdk/portal';\nimport {\n ChangeDetectionStrategy,\n Component,\n computed,\n inject,\n} from '@angular/core';\nimport { MatToolbarModule } from '@angular/material/toolbar';\nimport { FooterService } from '../footer.service';\n\n@Component({\n selector: 'rxap-footer',\n templateUrl: './footer.component.html',\n styleUrls: [ './footer.component.scss' ],\n changeDetection: ChangeDetectionStrategy.OnPush,\n standalone: true,\n imports: [ MatToolbarModule, PortalModule ],\n})\nexport class FooterComponent {\n\n private readonly footerService = inject(FooterService);\n\n public readonly portals = computed(() => this.footerService.portals());\n public readonly hasPortals = computed(() => this.portals().length > 0);\n\n}\n\n \n\n \n @if (hasPortals()) {\n \n @for (portal of portals(); track portal) {\n \n \n \n }\n \n}\n\n \n\n \n \n ./footer.component.scss\n \n \n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = '@if (hasPortals()) { @for (portal of portals(); track portal) { } }'\n var COMPONENTS = [{'name': 'AppsButtonComponent', 'selector': 'rxap-apps-button'},{'name': 'BaseLayoutComponent', 'selector': 'rxap-base-layout'},{'name': 'DefaultHeaderComponent', 'selector': 'rxap-default-header'},{'name': 'FooterComponent', 'selector': 'rxap-footer'},{'name': 'HeaderComponent', 'selector': 'rxap-header'},{'name': 'LayoutComponent', 'selector': 'rxap-layout'},{'name': 'MinimalLayoutComponent', 'selector': 'rxap-minimal-layout'},{'name': 'NavigationComponent', 'selector': 'ul[rxap-navigation]'},{'name': 'NavigationItemComponent', 'selector': 'li[rxap-navigation-item]'},{'name': 'NavigationProgressBarComponent', 'selector': 'rxap-navigation-progress-bar'},{'name': 'ReleaseInfoComponent', 'selector': 'rxap-release-info'},{'name': 'SettingsButtonComponent', 'selector': 'rxap-settings-button'},{'name': 'SidenavComponent', 'selector': 'rxap-sidenav'},{'name': 'SidenavToggleButtonComponent', 'selector': 'rxap-sidenav-toggle-button'},{'name': 'UserProfileIconComponent', 'selector': 'rxap-user-profile-icon'}];\n var DIRECTIVES = [{'name': 'FooterDirective', 'selector': '[rxapFooter]'},{'name': 'HeaderDirective', 'selector': '[rxapHeader]'},{'name': 'SidenavFooterDirective', 'selector': '[rxapSidenavFooter]'},{'name': 'SidenavHeaderDirective', 'selector': '[rxapSidenavHeader]'}];\n var ACTUAL_COMPONENT = {'name': 'FooterComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"directives/FooterDirective.html":{"url":"directives/FooterDirective.html","title":"directive - FooterDirective","body":"\n \n\n\n\n\n\n\n\n\n Directives\n FooterDirective\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/lib/footer/footer.directive.ts\n \n\n\n\n\n \n Implements\n \n \n OnInit\n OnDestroy\n \n\n\n \n Metadata\n \n \n\n \n Selector\n [rxapFooter]\n \n\n \n Standalone\n true\n \n\n\n\n \n \n \n\n\n\n\n\n\n\n\n\n\n \n\n\n \n import { TemplatePortal } from '@angular/cdk/portal';\nimport {\n Directive,\n inject,\n OnDestroy,\n OnInit,\n TemplateRef,\n ViewContainerRef,\n} from '@angular/core';\nimport { FooterService } from '../footer.service';\n\n@Directive({\n selector: '[rxapFooter]',\n standalone: true,\n})\nexport class FooterDirective implements OnInit, OnDestroy {\n private _portal?: TemplatePortal;\n\n private readonly footerService = inject(FooterService);\n private readonly template: TemplateRef = inject(TemplateRef);\n private readonly viewContainerRef = inject(ViewContainerRef);\n\n public ngOnInit() {\n this._portal = new TemplatePortal(\n this.template,\n this.viewContainerRef,\n );\n this.footerService.pushPortal(this._portal);\n }\n\n public ngOnDestroy() {\n if (this._portal) {\n this.footerService.removePortal(this._portal);\n }\n }\n}\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/FooterService.html":{"url":"injectables/FooterService.html","title":"injectable - FooterService","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n FooterService\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/lib/footer.service.ts\n \n\n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n Readonly\n portalCount\n \n \n Public\n Readonly\n portals\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n Public\n pushPortal\n \n \n Public\n removePortal\n \n \n \n \n\n\n\n\n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n Public\n pushPortal\n \n \n \n \n \n \n \n pushPortal(portal: Portal<>)\n \n \n\n\n \n \n Defined in src/lib/footer.service.ts:40\n \n \n\n\n \n \n Adds a portal to the list of portals.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n portal\n \n Portal<>\n \n\n \n No\n \n\n\n \n \nThe portal to be added.\n\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Public\n removePortal\n \n \n \n \n \n \n \n removePortal(portal: Portal<>)\n \n \n\n\n \n \n Defined in src/lib/footer.service.ts:56\n \n \n\n\n \n \n Removes a portal from the list of portals.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n portal\n \n Portal<>\n \n\n \n No\n \n\n\n \n \nThe portal to be removed.\n\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n Readonly\n portalCount\n \n \n \n \n \n \n Default value : computed(() => this.portals().length)\n \n \n \n \n Defined in src/lib/footer.service.ts:31\n \n \n\n \n \n Computes the count of portals.\n\n \n \n\n \n \n \n \n \n \n \n \n Public\n Readonly\n portals\n \n \n \n \n \n \n Default value : signal>>(this.components.map(component => new ComponentPortal(component)))\n \n \n \n \n Defined in src/lib/footer.service.ts:23\n \n \n\n \n \n Represents an array of Portal objects with unknown type.\n\n \n \n\n \n \n\n\n \n\n\n \n import {\n ComponentPortal,\n Portal,\n} from '@angular/cdk/portal';\nimport {\n computed,\n inject,\n Injectable,\n isDevMode,\n signal,\n} from '@angular/core';\nimport { RXAP_FOOTER_COMPONENT } from './tokens';\nimport { coerceArray } from '@rxap/utilities';\n\n@Injectable()\nexport class FooterService {\n\n private readonly components = coerceArray(inject(RXAP_FOOTER_COMPONENT, { optional: true }));\n\n /**\n * Represents an array of `Portal` objects with unknown type.\n */\n public readonly portals = signal>>(this.components.map(component => new ComponentPortal(component)));\n\n\n /**\n * Computes the count of portals.\n *\n * @returns {number} The count of portals.\n */\n public readonly portalCount = computed(() => this.portals().length);\n\n /**\n * Adds a portal to the list of portals.\n *\n * @param {Portal} portal - The portal to be added.\n *\n * @return {void}\n */\n public pushPortal(portal: Portal) {\n if (!this.portals().includes(portal)) {\n this.portals.update(portals => [ ...portals, portal ]);\n } else {\n if (isDevMode()) {\n console.warn('Can not add the same portal multiple times');\n }\n }\n }\n\n /**\n * Removes a portal from the list of portals.\n *\n * @param {Portal} portal - The portal to be removed.\n * @return {void}\n */\n public removePortal(portal: Portal) {\n const index = this.portals().indexOf(portal);\n if (index !== -1) {\n this.portals.update(portals => {\n portals.splice(index, 1);\n return portals.slice();\n });\n }\n }\n\n}\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/HeaderComponent.html":{"url":"components/HeaderComponent.html","title":"component - HeaderComponent","body":"\n \n\n\n\n\n\n Components\n \n HeaderComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/lib/header/header.component.ts\n\n\n\n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n rxap-header\n \n\n \n standalone\n true\n \n\n \n imports\n \n MatToolbar\n MatToolbarRow\n CdkPortalOutlet\n \n \n\n \n styleUrls\n ./header.component.scss\n \n\n\n\n \n templateUrl\n ./header.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n Readonly\n color\n \n \n Public\n Readonly\n hasPortals\n \n \n Public\n Readonly\n portals\n \n \n \n \n\n\n \n \n Inputs\n \n \n \n \n \n \n color\n \n \n \n \n\n\n\n\n \n \n\n\n\n \n Inputs\n \n \n \n \n \n color\n \n \n \n \n Defined in src/lib/header/header.component.ts:30\n \n \n \n \n\n\n\n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n Readonly\n color\n \n \n \n \n \n \n Defined in src/lib/header/header.component.ts:30\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n Readonly\n hasPortals\n \n \n \n \n \n \n Default value : computed(() => this.portals().length > 0)\n \n \n \n \n Defined in src/lib/header/header.component.ts:35\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n Readonly\n portals\n \n \n \n \n \n \n Default value : computed(() => this.headerService.portals())\n \n \n \n \n Defined in src/lib/header/header.component.ts:34\n \n \n\n\n \n \n\n\n\n\n\n \n import { CdkPortalOutlet } from '@angular/cdk/portal';\nimport {\n ChangeDetectionStrategy,\n Component,\n computed,\n inject,\n input,\n} from '@angular/core';\nimport { ThemePalette } from '@angular/material/core';\nimport {\n MatToolbar,\n MatToolbarRow,\n} from '@angular/material/toolbar';\nimport { HeaderService } from '../header.service';\n\n@Component({\n selector: 'rxap-header',\n templateUrl: './header.component.html',\n styleUrls: [ './header.component.scss' ],\n changeDetection: ChangeDetectionStrategy.OnPush,\n standalone: true,\n imports: [\n MatToolbar,\n MatToolbarRow,\n CdkPortalOutlet,\n ],\n})\nexport class HeaderComponent {\n\n public readonly color = input();\n\n private readonly headerService = inject(HeaderService);\n\n public readonly portals = computed(() => this.headerService.portals());\n public readonly hasPortals = computed(() => this.portals().length > 0);\n\n}\n\n \n\n \n @if (hasPortals()) {\n \n @for (portal of portals(); track portal) {\n \n \n \n }\n \n}\n\n \n\n \n \n ./header.component.scss\n \n \n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = '@if (hasPortals()) { @for (portal of portals(); track portal) { } }'\n var COMPONENTS = [{'name': 'AppsButtonComponent', 'selector': 'rxap-apps-button'},{'name': 'BaseLayoutComponent', 'selector': 'rxap-base-layout'},{'name': 'DefaultHeaderComponent', 'selector': 'rxap-default-header'},{'name': 'FooterComponent', 'selector': 'rxap-footer'},{'name': 'HeaderComponent', 'selector': 'rxap-header'},{'name': 'LayoutComponent', 'selector': 'rxap-layout'},{'name': 'MinimalLayoutComponent', 'selector': 'rxap-minimal-layout'},{'name': 'NavigationComponent', 'selector': 'ul[rxap-navigation]'},{'name': 'NavigationItemComponent', 'selector': 'li[rxap-navigation-item]'},{'name': 'NavigationProgressBarComponent', 'selector': 'rxap-navigation-progress-bar'},{'name': 'ReleaseInfoComponent', 'selector': 'rxap-release-info'},{'name': 'SettingsButtonComponent', 'selector': 'rxap-settings-button'},{'name': 'SidenavComponent', 'selector': 'rxap-sidenav'},{'name': 'SidenavToggleButtonComponent', 'selector': 'rxap-sidenav-toggle-button'},{'name': 'UserProfileIconComponent', 'selector': 'rxap-user-profile-icon'}];\n var DIRECTIVES = [{'name': 'FooterDirective', 'selector': '[rxapFooter]'},{'name': 'HeaderDirective', 'selector': '[rxapHeader]'},{'name': 'SidenavFooterDirective', 'selector': '[rxapSidenavFooter]'},{'name': 'SidenavHeaderDirective', 'selector': '[rxapSidenavHeader]'}];\n var ACTUAL_COMPONENT = {'name': 'HeaderComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"directives/HeaderDirective.html":{"url":"directives/HeaderDirective.html","title":"directive - HeaderDirective","body":"\n \n\n\n\n\n\n\n\n\n Directives\n HeaderDirective\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/lib/header/header.directive.ts\n \n\n\n\n\n \n Implements\n \n \n OnInit\n OnDestroy\n \n\n\n \n Metadata\n \n \n\n \n Selector\n [rxapHeader]\n \n\n \n Standalone\n true\n \n\n\n\n \n \n \n\n\n\n\n\n\n\n\n\n\n \n\n\n \n import { TemplatePortal } from '@angular/cdk/portal';\nimport {\n Directive,\n inject,\n OnDestroy,\n OnInit,\n TemplateRef,\n ViewContainerRef,\n} from '@angular/core';\nimport { HeaderService } from '../header.service';\n\n@Directive({\n selector: '[rxapHeader]',\n standalone: true,\n})\nexport class HeaderDirective implements OnInit, OnDestroy {\n private _portal?: TemplatePortal;\n\n private readonly headerService = inject(HeaderService);\n private readonly template: TemplateRef = inject(TemplateRef);\n private readonly viewContainerRef = inject(ViewContainerRef);\n\n public ngOnInit() {\n this._portal = new TemplatePortal(\n this.template,\n this.viewContainerRef,\n );\n this.headerService.pushPortal(this._portal);\n }\n\n public ngOnDestroy() {\n if (this._portal) {\n this.headerService.removePortal(this._portal);\n }\n }\n}\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/HeaderService.html":{"url":"injectables/HeaderService.html","title":"injectable - HeaderService","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n HeaderService\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/lib/header.service.ts\n \n\n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n Readonly\n portalCount\n \n \n Public\n Readonly\n portals\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n Public\n pushPortal\n \n \n Public\n removePortal\n \n \n \n \n\n\n\n\n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n Public\n pushPortal\n \n \n \n \n \n \n \n pushPortal(portal: Portal<>)\n \n \n\n\n \n \n Defined in src/lib/header.service.ts:43\n \n \n\n\n \n \n Adds a portal to the list of portals.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n portal\n \n Portal<>\n \n\n \n No\n \n\n\n \n \nThe portal to be added.\n\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Public\n removePortal\n \n \n \n \n \n \n \n removePortal(portal: Portal<>)\n \n \n\n\n \n \n Defined in src/lib/header.service.ts:59\n \n \n\n\n \n \n Removes a portal from the list of portals.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n portal\n \n Portal<>\n \n\n \n No\n \n\n\n \n \nThe portal to be removed.\n\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n Readonly\n portalCount\n \n \n \n \n \n \n Default value : computed(() => this.portals().length)\n \n \n \n \n Defined in src/lib/header.service.ts:33\n \n \n\n \n \n Computes the count of portals.\n\n \n \n\n \n \n \n \n \n \n \n \n Public\n Readonly\n portals\n \n \n \n \n \n \n Default value : signal>>(this.components.map(component => new ComponentPortal(component)))\n \n \n \n \n Defined in src/lib/header.service.ts:25\n \n \n\n \n \n Represents an array of Portal objects with unknown type.\n\n \n \n\n \n \n\n\n \n\n\n \n import {\n ComponentPortal,\n Portal,\n} from '@angular/cdk/portal';\nimport {\n computed,\n inject,\n Injectable,\n isDevMode,\n signal,\n} from '@angular/core';\nimport { RXAP_HEADER_COMPONENT } from './tokens';\nimport { coerceArray } from '@rxap/utilities';\n\n@Injectable()\nexport class HeaderService {\n\n private readonly components = coerceArray(inject(RXAP_HEADER_COMPONENT, { optional: true }));\n\n /**\n * Represents an array of `Portal` objects with unknown type.\n *\n * @typedef {Array>} SignalPortals\n */\n public readonly portals = signal>>(this.components.map(component => new ComponentPortal(component)));\n\n\n /**\n * Computes the count of portals.\n *\n * @returns {number} The count of portals.\n */\n public readonly portalCount = computed(() => this.portals().length);\n\n\n /**\n * Adds a portal to the list of portals.\n *\n * @param {Portal} portal - The portal to be added.\n *\n * @return {void}\n */\n public pushPortal(portal: Portal) {\n if (!this.portals().includes(portal)) {\n this.portals.update(portals => [ ...portals, portal ]);\n } else {\n if (isDevMode()) {\n console.warn('Can not add the same portal multiple times');\n }\n }\n }\n\n /**\n * Removes a portal from the list of portals.\n *\n * @param {Portal} portal - The portal to be removed.\n * @return {void}\n */\n public removePortal(portal: Portal) {\n const index = this.portals().indexOf(portal);\n if (index !== -1) {\n this.portals.update(portals => {\n portals.splice(index, 1);\n return portals.slice();\n });\n }\n }\n\n}\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/LayoutComponent.html":{"url":"components/LayoutComponent.html","title":"component - LayoutComponent","body":"\n \n\n\n\n\n\n Components\n \n LayoutComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/lib/layout/layout.component.ts\n\n\n\n\n\n \n Implements\n \n \n OnInit\n OnDestroy\n \n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n rxap-layout\n \n\n \n standalone\n true\n \n\n \n imports\n \n HeaderComponent\n MatSidenavModule\n AsyncPipe\n MatIconModule\n MatButtonModule\n RouterLink\n NgIf\n FooterComponent\n MatMenuModule\n NgOptimizedImage\n NavigationComponent\n RouterOutlet\n NgStyle\n NgClass\n SidenavComponent\n ReleaseInfoComponent\n SidenavFooterDirective\n NavigationProgressBarComponent\n \n \n\n \n styleUrls\n ./layout.component.scss\n \n\n\n\n \n templateUrl\n ./layout.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n Readonly\n logoHeight\n \n \n Public\n Readonly\n logoSrc\n \n \n Public\n Readonly\n logoWidth\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n\n\n\n\n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n Readonly\n logoHeight\n \n \n \n \n \n \n Type : Signal\n\n \n \n \n \n Default value : computed(() => this.logoService.height())\n \n \n \n \n Defined in src/lib/layout/layout.component.ts:75\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n Readonly\n logoSrc\n \n \n \n \n \n \n Type : Signal\n\n \n \n \n \n Default value : computed(() => this.logoService.src())\n \n \n \n \n Defined in src/lib/layout/layout.component.ts:73\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n Readonly\n logoWidth\n \n \n \n \n \n \n Type : Signal\n\n \n \n \n \n Default value : computed(() => this.logoService.width())\n \n \n \n \n Defined in src/lib/layout/layout.component.ts:74\n \n \n\n\n \n \n\n\n\n\n\n \n import {\n AsyncPipe,\n NgClass,\n NgIf,\n NgOptimizedImage,\n NgStyle,\n} from '@angular/common';\nimport {\n ChangeDetectionStrategy,\n Component,\n computed,\n inject,\n OnDestroy,\n OnInit,\n Signal,\n} from '@angular/core';\nimport { MatButtonModule } from '@angular/material/button';\nimport { MatIconModule } from '@angular/material/icon';\nimport { MatMenuModule } from '@angular/material/menu';\nimport { MatSidenavModule } from '@angular/material/sidenav';\nimport {\n RouterLink,\n RouterOutlet,\n} from '@angular/router';\nimport { ThemeService } from '@rxap/ngx-theme';\nimport {\n IsThemeDensity,\n ThemeDensity,\n UserSettingsThemeService,\n} from '@rxap/ngx-user';\nimport { FooterComponent } from '../footer/footer.component';\nimport { HeaderComponent } from '../header/header.component';\nimport { NavigationProgressBarComponent } from '../navigation-progress-bar/navigation-progress-bar.component';\nimport { LogoService } from '../logo.service';\nimport { NavigationComponent } from '../navigation/navigation.component';\nimport { ReleaseInfoComponent } from '../release-info/release-info.component';\nimport { SidenavFooterDirective } from '../sidenav/sidenav-footer.directive';\nimport { SidenavComponent } from '../sidenav/sidenav.component';\n\n\n@Component({\n selector: 'rxap-layout',\n templateUrl: './layout.component.html',\n styleUrls: [ './layout.component.scss' ],\n changeDetection: ChangeDetectionStrategy.OnPush,\n standalone: true,\n imports: [\n HeaderComponent,\n MatSidenavModule,\n AsyncPipe,\n MatIconModule,\n MatButtonModule,\n RouterLink,\n NgIf,\n FooterComponent,\n MatMenuModule,\n NgOptimizedImage,\n NavigationComponent,\n RouterOutlet,\n NgStyle,\n NgClass,\n SidenavComponent,\n ReleaseInfoComponent,\n SidenavFooterDirective,\n NavigationProgressBarComponent,\n ],\n})\nexport class LayoutComponent implements OnInit, OnDestroy {\n\n private readonly userSettingsThemeService = inject(UserSettingsThemeService);\n private readonly themeService = inject(ThemeService);\n private readonly logoService = inject(LogoService);\n public readonly logoSrc: Signal = computed(() => this.logoService.src());\n public readonly logoWidth: Signal = computed(() => this.logoService.width());\n public readonly logoHeight: Signal = computed(() => this.logoService.height());\n\n\n ngOnDestroy() {\n this.userSettingsThemeService.stopSync();\n }\n\n ngOnInit() {\n this.userSettingsThemeService.startSync().then(() => {\n this.userSettingsThemeService.get().then(theme => {\n if (theme.preset && theme.preset !== 'default') {\n this.themeService.setTheme(theme.preset, true);\n }\n if (theme.density && IsThemeDensity(theme.density) && theme.density !== ThemeDensity.Normal) {\n this.themeService.setDensity(theme.density, true);\n }\n if (theme.typography && theme.typography !== 'default') {\n this.themeService.setTypography(theme.typography, true);\n }\n });\n });\n }\n\n}\n\n \n\n \n \n\n\n \n \n \n \n \n \n \n\n\n\n \n\n \n \n ./layout.component.scss\n \n :host {\n .collapsable {\n\n &:not(.mat-drawer-opened) {\n transform: translateX(calc(-100% + 64px)) !important;\n visibility: visible !important;\n box-shadow: inherit !important;\n transition-property: transform;\n transition-delay: 250ms;\n display: flex;\n border-right: solid 1px rgba(0, 0, 0, .12);\n }\n\n ::ng-deep .mat-drawer-inner-container::-webkit-scrollbar {\n display: none; /* Chrome, Safari, Opera*/\n }\n\n }\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' '\n var COMPONENTS = [{'name': 'AppsButtonComponent', 'selector': 'rxap-apps-button'},{'name': 'BaseLayoutComponent', 'selector': 'rxap-base-layout'},{'name': 'DefaultHeaderComponent', 'selector': 'rxap-default-header'},{'name': 'FooterComponent', 'selector': 'rxap-footer'},{'name': 'HeaderComponent', 'selector': 'rxap-header'},{'name': 'LayoutComponent', 'selector': 'rxap-layout'},{'name': 'MinimalLayoutComponent', 'selector': 'rxap-minimal-layout'},{'name': 'NavigationComponent', 'selector': 'ul[rxap-navigation]'},{'name': 'NavigationItemComponent', 'selector': 'li[rxap-navigation-item]'},{'name': 'NavigationProgressBarComponent', 'selector': 'rxap-navigation-progress-bar'},{'name': 'ReleaseInfoComponent', 'selector': 'rxap-release-info'},{'name': 'SettingsButtonComponent', 'selector': 'rxap-settings-button'},{'name': 'SidenavComponent', 'selector': 'rxap-sidenav'},{'name': 'SidenavToggleButtonComponent', 'selector': 'rxap-sidenav-toggle-button'},{'name': 'UserProfileIconComponent', 'selector': 'rxap-user-profile-icon'}];\n var DIRECTIVES = [{'name': 'FooterDirective', 'selector': '[rxapFooter]'},{'name': 'HeaderDirective', 'selector': '[rxapHeader]'},{'name': 'SidenavFooterDirective', 'selector': '[rxapSidenavFooter]'},{'name': 'SidenavHeaderDirective', 'selector': '[rxapSidenavHeader]'}];\n var ACTUAL_COMPONENT = {'name': 'LayoutComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/LayoutService.html":{"url":"injectables/LayoutService.html","title":"injectable - LayoutService","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n LayoutService\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/lib/layout.service.ts\n \n\n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n Readonly\n collapsable\n \n \n Public\n Readonly\n collapsed\n \n \n Public\n Readonly\n currentThemeDensity\n \n \n Public\n Readonly\n fixedBottomGap\n \n \n Public\n Readonly\n fixedInViewport\n \n \n Public\n Readonly\n fixedTopGap\n \n \n Public\n Readonly\n isMobile\n \n \n Public\n Readonly\n mode\n \n \n Public\n Readonly\n opened\n \n \n Public\n Readonly\n pinned\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n closeSidenav\n \n \n openSidenav\n \n \n Public\n toggleOpened\n \n \n Public\n togglePinned\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor()\n \n \n \n \n Defined in src/lib/layout.service.ts:37\n \n \n\n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n closeSidenav\n \n \n \n \n \n \ncloseSidenav()\n \n \n\n\n \n \n Defined in src/lib/layout.service.ts:116\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n openSidenav\n \n \n \n \n \n \nopenSidenav()\n \n \n\n\n \n \n Defined in src/lib/layout.service.ts:112\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n Public\n toggleOpened\n \n \n \n \n \n \n \n toggleOpened()\n \n \n\n\n \n \n Defined in src/lib/layout.service.ts:104\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n Public\n togglePinned\n \n \n \n \n \n \n \n togglePinned()\n \n \n\n\n \n \n Defined in src/lib/layout.service.ts:108\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n Readonly\n collapsable\n \n \n \n \n \n \n Type : WritableSignal\n\n \n \n \n \n Defined in src/lib/layout.service.ts:26\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n Readonly\n collapsed\n \n \n \n \n \n \n Type : Signal\n\n \n \n \n \n Defined in src/lib/layout.service.ts:32\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n Readonly\n currentThemeDensity\n \n \n \n \n \n \n Default value : toSignal(ObserveCurrentThemeDensity())\n \n \n \n \n Defined in src/lib/layout.service.ts:29\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n Readonly\n fixedBottomGap\n \n \n \n \n \n \n Type : Signal\n\n \n \n \n \n Defined in src/lib/layout.service.ts:27\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n Readonly\n fixedInViewport\n \n \n \n \n \n \n Type : WritableSignal\n\n \n \n \n \n Defined in src/lib/layout.service.ts:31\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n Readonly\n fixedTopGap\n \n \n \n \n \n \n Type : Signal\n\n \n \n \n \n Defined in src/lib/layout.service.ts:28\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n Readonly\n isMobile\n \n \n \n \n \n \n Type : Signal\n\n \n \n \n \n Defined in src/lib/layout.service.ts:30\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n Readonly\n mode\n \n \n \n \n \n \n Type : WritableSignal\n\n \n \n \n \n Defined in src/lib/layout.service.ts:24\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n Readonly\n opened\n \n \n \n \n \n \n Type : WritableSignal\n\n \n \n \n \n Defined in src/lib/layout.service.ts:23\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n Readonly\n pinned\n \n \n \n \n \n \n Type : WritableSignal\n\n \n \n \n \n Defined in src/lib/layout.service.ts:25\n \n \n\n\n \n \n\n\n \n\n\n \n import { MediaMatcher } from '@angular/cdk/layout';\nimport {\n computed,\n effect,\n inject,\n Injectable,\n isDevMode,\n signal,\n Signal,\n WritableSignal,\n} from '@angular/core';\nimport { toSignal } from '@angular/core/rxjs-interop';\nimport { MatDrawerMode } from '@angular/material/sidenav';\nimport { ConfigService } from '@rxap/config';\nimport { ObserveCurrentThemeDensity } from '@rxap/ngx-theme';\nimport { Observable } from 'rxjs';\nimport { FooterService } from './footer.service';\nimport { HeaderService } from './header.service';\n\n@Injectable()\nexport class LayoutService {\n\n public readonly opened: WritableSignal;\n public readonly mode: WritableSignal;\n public readonly pinned: WritableSignal;\n public readonly collapsable: WritableSignal;\n public readonly fixedBottomGap: Signal;\n public readonly fixedTopGap: Signal;\n public readonly currentThemeDensity = toSignal(ObserveCurrentThemeDensity());\n public readonly isMobile: Signal;\n public readonly fixedInViewport: WritableSignal;\n public readonly collapsed: Signal;\n\n private readonly footerService = inject(FooterService);\n private readonly headerService = inject(HeaderService);\n private readonly config = inject(ConfigService);\n private readonly mediaMatcher = inject(MediaMatcher);\n\n constructor() {\n const mobileQuery = this.mediaMatcher.matchMedia('(max-width: 959px)');\n this.isMobile = toSignal(new Observable(subscriber => {\n mobileQuery.addEventListener('change', (event) => {\n subscriber.next(event.matches);\n });\n }), { initialValue: mobileQuery.matches });\n\n const initialCollapsable = this.config.get('navigation.collapsable', true);\n const collapsable = initialCollapsable && !this.isMobile();\n const pinned = this.config.get('navigation.pinned', false);\n const mode = this.config.get('navigation.mode', pinned || !collapsable ? 'side' : 'over');\n const opened = this.config.get('navigation.opened', (!collapsable || pinned) && !this.isMobile());\n const fixedInViewport = this.config.get('navigation.fixedInViewport', true);\n\n if (isDevMode()) {\n console.log({\n initialCollapsable,\n collapsable,\n pinned,\n mode,\n opened,\n fixedInViewport,\n });\n }\n\n this.opened = signal(opened);\n this.mode = signal(mode);\n this.pinned = signal(pinned);\n this.collapsable = signal(collapsable);\n this.fixedInViewport = signal(fixedInViewport);\n this.collapsed = computed(() => this.collapsable() && !this.opened() && !this.pinned());\n\n this.fixedBottomGap = computed(() => {\n const footerPortalCount = this.footerService.portalCount();\n const currentThemeDensity = this.currentThemeDensity() ?? 0;\n return footerPortalCount * (currentThemeDensity * 4 + 64);\n });\n\n this.fixedTopGap = computed(() => {\n const headerPortalCount = this.headerService.portalCount();\n const currentThemeDensity = this.currentThemeDensity() ?? 0;\n return headerPortalCount * (currentThemeDensity * 4 + 64);\n });\n\n if (initialCollapsable) {\n effect(() => {\n const isMobile = this.isMobile();\n this.collapsable.set(!isMobile);\n if (!isMobile && !this.pinned()) {\n this.opened.set(false);\n }\n }, { allowSignalWrites: true });\n }\n effect(() => {\n if (this.pinned()) {\n this.mode.set('side');\n this.opened.set(true);\n } else {\n this.mode.set('over');\n this.opened.set(false);\n }\n }, { allowSignalWrites: true });\n }\n\n public toggleOpened() {\n this.opened.update(opened => !opened);\n }\n\n public togglePinned() {\n this.pinned.update(pinned => !pinned);\n }\n\n openSidenav() {\n this.opened.set(true);\n }\n\n closeSidenav() {\n this.opened.set(false);\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/LogoService.html":{"url":"injectables/LogoService.html","title":"injectable - LogoService","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n LogoService\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/lib/logo.service.ts\n \n\n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n Readonly\n height\n \n \n Public\n Readonly\n logo\n \n \n Public\n Readonly\n src\n \n \n Public\n Readonly\n width\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n Readonly\n height\n \n \n \n \n \n \n Default value : computed(() => this.logo().height)\n \n \n \n \n Defined in src/lib/logo.service.ts:24\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n Readonly\n logo\n \n \n \n \n \n \n Default value : signal(\n inject(RXAP_LOGO_CONFIG, { optional: true }) ??\n this.config.get('logo', {\n src: 'logo.png',\n width: 192,\n }),\n )\n \n \n \n \n Defined in src/lib/logo.service.ts:14\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n Readonly\n src\n \n \n \n \n \n \n Default value : computed(() => this.logo().src)\n \n \n \n \n Defined in src/lib/logo.service.ts:22\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n Readonly\n width\n \n \n \n \n \n \n Default value : computed(() => this.logo().width)\n \n \n \n \n Defined in src/lib/logo.service.ts:23\n \n \n\n\n \n \n\n\n \n\n\n \n import {\n computed,\n inject,\n Injectable,\n signal,\n} from '@angular/core';\nimport { ConfigService } from '@rxap/config';\nimport { RXAP_LOGO_CONFIG } from './tokens';\n\n@Injectable()\nexport class LogoService {\n\n private readonly config = inject(ConfigService);\n public readonly logo = signal(\n inject(RXAP_LOGO_CONFIG, { optional: true }) ??\n this.config.get('logo', {\n src: 'logo.png',\n width: 192,\n }),\n );\n\n public readonly src = computed(() => this.logo().src);\n public readonly width = computed(() => this.logo().width);\n public readonly height = computed(() => this.logo().height);\n\n}\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/MinimalLayoutComponent.html":{"url":"components/MinimalLayoutComponent.html","title":"component - MinimalLayoutComponent","body":"\n \n\n\n\n\n\n Components\n \n MinimalLayoutComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/lib/minimal-layout/minimal-layout.component.ts\n\n\n\n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n rxap-minimal-layout\n \n\n \n standalone\n true\n \n\n \n imports\n \n RouterOutlet\n BaseLayoutComponent\n NavigationProgressBarComponent\n \n \n\n\n\n\n \n templateUrl\n ./minimal-layout.component.html\n \n\n\n\n \n styleUrl\n ./minimal-layout.component.scss\n \n\n\n\n\n\n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n \n import {\n ChangeDetectionStrategy,\n Component,\n} from '@angular/core';\nimport { RouterOutlet } from '@angular/router';\nimport { BaseLayoutComponent } from '../base-layout/base-layout.component';\nimport { NavigationProgressBarComponent } from '../navigation-progress-bar/navigation-progress-bar.component';\n\n@Component({\n selector: 'rxap-minimal-layout',\n standalone: true,\n imports: [ RouterOutlet, BaseLayoutComponent, NavigationProgressBarComponent ],\n templateUrl: './minimal-layout.component.html',\n styleUrl: './minimal-layout.component.scss',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class MinimalLayoutComponent {}\n\n \n\n \n \n \n \n\n\n \n\n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' '\n var COMPONENTS = [{'name': 'AppsButtonComponent', 'selector': 'rxap-apps-button'},{'name': 'BaseLayoutComponent', 'selector': 'rxap-base-layout'},{'name': 'DefaultHeaderComponent', 'selector': 'rxap-default-header'},{'name': 'FooterComponent', 'selector': 'rxap-footer'},{'name': 'HeaderComponent', 'selector': 'rxap-header'},{'name': 'LayoutComponent', 'selector': 'rxap-layout'},{'name': 'MinimalLayoutComponent', 'selector': 'rxap-minimal-layout'},{'name': 'NavigationComponent', 'selector': 'ul[rxap-navigation]'},{'name': 'NavigationItemComponent', 'selector': 'li[rxap-navigation-item]'},{'name': 'NavigationProgressBarComponent', 'selector': 'rxap-navigation-progress-bar'},{'name': 'ReleaseInfoComponent', 'selector': 'rxap-release-info'},{'name': 'SettingsButtonComponent', 'selector': 'rxap-settings-button'},{'name': 'SidenavComponent', 'selector': 'rxap-sidenav'},{'name': 'SidenavToggleButtonComponent', 'selector': 'rxap-sidenav-toggle-button'},{'name': 'UserProfileIconComponent', 'selector': 'rxap-user-profile-icon'}];\n var DIRECTIVES = [{'name': 'FooterDirective', 'selector': '[rxapFooter]'},{'name': 'HeaderDirective', 'selector': '[rxapHeader]'},{'name': 'SidenavFooterDirective', 'selector': '[rxapSidenavFooter]'},{'name': 'SidenavHeaderDirective', 'selector': '[rxapSidenavHeader]'}];\n var ACTUAL_COMPONENT = {'name': 'MinimalLayoutComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/NavigationComponent.html":{"url":"components/NavigationComponent.html","title":"component - NavigationComponent","body":"\n \n\n\n\n\n\n Components\n \n NavigationComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/lib/navigation/navigation.component.ts\n\n\n\n\n\n \n Implements\n \n \n OnInit\n \n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n \n encapsulation\n ViewEncapsulation.None\n \n\n\n\n\n \n host\n {}\n \n\n\n\n\n\n\n \n selector\n ul[rxap-navigation]\n \n\n \n standalone\n true\n \n\n \n imports\n \n NgFor\n NgIf\n MatDividerModule\n forwardRef(() => NavigationItemComponent)\n AsyncPipe\n \n \n\n \n styleUrls\n ./navigation.component.scss\n \n\n\n\n \n templateUrl\n ./navigation.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n Readonly\n collapsed\n \n \n Public\n items\n \n \n Public\n level\n \n \n Public\n navigationItems\n \n \n Public\n Readonly\n root\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n Public\n asNavigationItem\n \n \n Public\n isNavigationDividerItem\n \n \n Public\n isNavigationItem\n \n \n \n \n\n \n \n Inputs\n \n \n \n \n \n \n items\n \n \n level\n \n \n root\n \n \n \n \n\n\n\n\n \n \n\n\n\n \n Inputs\n \n \n \n \n \n items\n \n \n \n \n Defined in src/lib/navigation/navigation.component.ts:51\n \n \n \n \n \n \n \n \n \n level\n \n \n \n \n Default value : 0\n \n \n \n \n Defined in src/lib/navigation/navigation.component.ts:53\n \n \n \n \n \n \n \n \n \n root\n \n \n \n \n Default value : false\n \n \n \n \n Defined in src/lib/navigation/navigation.component.ts:63\n \n \n \n \n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n Public\n asNavigationItem\n \n \n \n \n \n \n \n asNavigationItem(item: NavigationItem | NavigationDividerItem)\n \n \n\n\n \n \n Defined in src/lib/navigation/navigation.component.ts:90\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n item\n \n NavigationItem | NavigationDividerItem\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : NavigationItem\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Public\n isNavigationDividerItem\n \n \n \n \n \n \n \n isNavigationDividerItem(item: NavigationItem | NavigationDividerItem)\n \n \n\n\n \n \n Defined in src/lib/navigation/navigation.component.ts:78\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n item\n \n NavigationItem | NavigationDividerItem\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : NavigationDividerItem\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Public\n isNavigationItem\n \n \n \n \n \n \n \n isNavigationItem(item: NavigationItem | NavigationDividerItem)\n \n \n\n\n \n \n Defined in src/lib/navigation/navigation.component.ts:84\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n item\n \n NavigationItem | NavigationDividerItem\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : NavigationItem\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n Readonly\n collapsed\n \n \n \n \n \n \n Default value : computed(() => this.layoutService.collapsed())\n \n \n \n \n Defined in src/lib/navigation/navigation.component.ts:59\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n items\n \n \n \n \n \n \n Defined in src/lib/navigation/navigation.component.ts:51\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n level\n \n \n \n \n \n \n Default value : 0\n \n \n \n \n Defined in src/lib/navigation/navigation.component.ts:53\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n navigationItems\n \n \n \n \n \n \n Default value : computed(() => this.items() ?? [])\n \n \n \n \n Defined in src/lib/navigation/navigation.component.ts:61\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n Readonly\n root\n \n \n \n \n \n \n Default value : false\n \n \n \n \n Defined in src/lib/navigation/navigation.component.ts:63\n \n \n\n\n \n \n\n\n\n\n\n \n import {\n AsyncPipe,\n NgFor,\n NgIf,\n} from '@angular/common';\nimport {\n ChangeDetectionStrategy,\n Component,\n computed,\n forwardRef,\n inject,\n INJECTOR,\n input,\n OnInit,\n runInInjectionContext,\n ViewEncapsulation,\n} from '@angular/core';\nimport { toSignal } from '@angular/core/rxjs-interop';\nimport { MatDividerModule } from '@angular/material/divider';\nimport { LayoutService } from '../layout.service';\nimport { NavigationService } from '../navigation.service';\nimport {\n Navigation,\n NavigationDividerItem,\n NavigationItem,\n} from './navigation-item';\nimport { NavigationItemComponent } from './navigation-item/navigation-item.component';\n\n@Component({\n // eslint-disable-next-line @angular-eslint/component-selector\n selector: 'ul[rxap-navigation]',\n templateUrl: './navigation.component.html',\n styleUrls: [ './navigation.component.scss' ],\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n standalone: true,\n // eslint-disable-next-line @angular-eslint/no-host-metadata-property\n host: {\n class: 'list-none dark:text-neutral-400 text-neutral-700',\n },\n imports: [\n NgFor,\n NgIf,\n MatDividerModule,\n forwardRef(() => NavigationItemComponent),\n AsyncPipe,\n ],\n})\nexport class NavigationComponent implements OnInit {\n\n public items = input();\n\n public level = input(0);\n\n private readonly navigationService = inject(NavigationService);\n\n private readonly layoutService = inject(LayoutService);\n\n public readonly collapsed = computed(() => this.layoutService.collapsed());\n\n public navigationItems = computed(() => this.items() ?? []);\n\n public readonly root = input(false);\n\n private readonly injector = inject(INJECTOR);\n\n public ngOnInit(): void {\n if (this.root()) {\n runInInjectionContext(this.injector, () => {\n this.navigationItems = toSignal(this.navigationService.config$, { initialValue: [] });\n });\n }\n }\n // region type save item property\n\n // required to check the type of the item property in the ngFor loop\n\n public isNavigationDividerItem(\n item: NavigationItem | NavigationDividerItem,\n ): item is NavigationDividerItem {\n return (item as any)['divider'];\n }\n\n public isNavigationItem(\n item: NavigationItem | NavigationDividerItem,\n ): item is NavigationItem {\n return !this.isNavigationDividerItem(item);\n }\n\n public asNavigationItem(\n item: NavigationItem | NavigationDividerItem,\n ): NavigationItem {\n if (!this.isNavigationItem(item)) {\n throw new Error('The item is not a NavigationItem');\n }\n return item;\n }\n\n // endregion\n}\n\n \n\n \n \n \n \n \n {{item.title}}\n \n \n \n \n \n \n\n\n \n\n \n \n ./navigation.component.scss\n \n \n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' {{item.title}} '\n var COMPONENTS = [{'name': 'AppsButtonComponent', 'selector': 'rxap-apps-button'},{'name': 'BaseLayoutComponent', 'selector': 'rxap-base-layout'},{'name': 'DefaultHeaderComponent', 'selector': 'rxap-default-header'},{'name': 'FooterComponent', 'selector': 'rxap-footer'},{'name': 'HeaderComponent', 'selector': 'rxap-header'},{'name': 'LayoutComponent', 'selector': 'rxap-layout'},{'name': 'MinimalLayoutComponent', 'selector': 'rxap-minimal-layout'},{'name': 'NavigationComponent', 'selector': 'ul[rxap-navigation]'},{'name': 'NavigationItemComponent', 'selector': 'li[rxap-navigation-item]'},{'name': 'NavigationProgressBarComponent', 'selector': 'rxap-navigation-progress-bar'},{'name': 'ReleaseInfoComponent', 'selector': 'rxap-release-info'},{'name': 'SettingsButtonComponent', 'selector': 'rxap-settings-button'},{'name': 'SidenavComponent', 'selector': 'rxap-sidenav'},{'name': 'SidenavToggleButtonComponent', 'selector': 'rxap-sidenav-toggle-button'},{'name': 'UserProfileIconComponent', 'selector': 'rxap-user-profile-icon'}];\n var DIRECTIVES = [{'name': 'FooterDirective', 'selector': '[rxapFooter]'},{'name': 'HeaderDirective', 'selector': '[rxapHeader]'},{'name': 'SidenavFooterDirective', 'selector': '[rxapSidenavFooter]'},{'name': 'SidenavHeaderDirective', 'selector': '[rxapSidenavHeader]'}];\n var ACTUAL_COMPONENT = {'name': 'NavigationComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/NavigationDividerItem.html":{"url":"interfaces/NavigationDividerItem.html","title":"interface - NavigationDividerItem","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n NavigationDividerItem\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/lib/navigation/navigation-item.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n divider\n \n \n \n Optional\n \n title\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n divider\n \n \n \n \n \n \n \n \n divider: boolean\n\n \n \n\n\n \n \n Type : boolean\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n title\n \n \n \n \n \n \n \n \n title: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n\n\n \n import { IconConfig } from '@rxap/utilities';\nimport {\n AbstractType,\n InjectionToken,\n Type,\n} from '@angular/core';\nimport { Observable } from 'rxjs';\n\nexport type Navigation = Array;\n\nexport type NavigationWithInserts = Array\n | NavigationDividerItem\n | NavigationInsertItem\n>;\n\nexport interface NavigationDividerItem {\n divider: boolean;\n title?: string;\n}\n\nexport function IsNavigationDividerItem(\n item: any,\n): item is NavigationDividerItem {\n return !!item && !!item['divider'];\n}\n\nexport interface NavigationInsertItem {\n insert: string;\n}\n\nexport function IsNavigationInsertItem(\n item: any,\n): item is NavigationInsertItem {\n return !!item && !!item['insert'];\n}\n\nexport interface NavigationStatus {\n isVisible(\n navigationItem: NavigationItem,\n ): Observable | Promise | boolean;\n}\n\nexport interface NavigationItem extends Record {\n routerLink: string[];\n label: string;\n children?: Children;\n icon?: IconConfig;\n status?: Array\n | InjectionToken\n | AbstractType\n >;\n}\n\nexport function IsNavigationItem(item: any): item is NavigationItem {\n return (\n !!item && !!item['routerLink'] && !!item['label']\n );\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/NavigationInsertItem.html":{"url":"interfaces/NavigationInsertItem.html","title":"interface - NavigationInsertItem","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n NavigationInsertItem\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/lib/navigation/navigation-item.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n insert\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n insert\n \n \n \n \n \n \n \n \n insert: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n \n \n\n\n \n import { IconConfig } from '@rxap/utilities';\nimport {\n AbstractType,\n InjectionToken,\n Type,\n} from '@angular/core';\nimport { Observable } from 'rxjs';\n\nexport type Navigation = Array;\n\nexport type NavigationWithInserts = Array\n | NavigationDividerItem\n | NavigationInsertItem\n>;\n\nexport interface NavigationDividerItem {\n divider: boolean;\n title?: string;\n}\n\nexport function IsNavigationDividerItem(\n item: any,\n): item is NavigationDividerItem {\n return !!item && !!item['divider'];\n}\n\nexport interface NavigationInsertItem {\n insert: string;\n}\n\nexport function IsNavigationInsertItem(\n item: any,\n): item is NavigationInsertItem {\n return !!item && !!item['insert'];\n}\n\nexport interface NavigationStatus {\n isVisible(\n navigationItem: NavigationItem,\n ): Observable | Promise | boolean;\n}\n\nexport interface NavigationItem extends Record {\n routerLink: string[];\n label: string;\n children?: Children;\n icon?: IconConfig;\n status?: Array\n | InjectionToken\n | AbstractType\n >;\n}\n\nexport function IsNavigationItem(item: any): item is NavigationItem {\n return (\n !!item && !!item['routerLink'] && !!item['label']\n );\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/NavigationItem.html":{"url":"interfaces/NavigationItem.html","title":"interface - NavigationItem","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n NavigationItem\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/lib/navigation/navigation-item.ts\n \n\n\n\n \n Extends\n \n \n Record\n \n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Optional\n \n children\n \n \n \n Optional\n \n icon\n \n \n \n \n label\n \n \n \n \n routerLink\n \n \n \n Optional\n \n status\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n children\n \n \n \n \n \n \n \n \n children: Children\n\n \n \n\n\n \n \n Type : Children\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n icon\n \n \n \n \n \n \n \n \n icon: IconConfig\n\n \n \n\n\n \n \n Type : IconConfig\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n label\n \n \n \n \n \n \n \n \n label: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n routerLink\n \n \n \n \n \n \n \n \n routerLink: string[]\n\n \n \n\n\n \n \n Type : string[]\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n status\n \n \n \n \n \n \n \n \n status: Array\n\n \n \n\n\n \n \n Type : Array\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n\n\n \n import { IconConfig } from '@rxap/utilities';\nimport {\n AbstractType,\n InjectionToken,\n Type,\n} from '@angular/core';\nimport { Observable } from 'rxjs';\n\nexport type Navigation = Array;\n\nexport type NavigationWithInserts = Array\n | NavigationDividerItem\n | NavigationInsertItem\n>;\n\nexport interface NavigationDividerItem {\n divider: boolean;\n title?: string;\n}\n\nexport function IsNavigationDividerItem(\n item: any,\n): item is NavigationDividerItem {\n return !!item && !!item['divider'];\n}\n\nexport interface NavigationInsertItem {\n insert: string;\n}\n\nexport function IsNavigationInsertItem(\n item: any,\n): item is NavigationInsertItem {\n return !!item && !!item['insert'];\n}\n\nexport interface NavigationStatus {\n isVisible(\n navigationItem: NavigationItem,\n ): Observable | Promise | boolean;\n}\n\nexport interface NavigationItem extends Record {\n routerLink: string[];\n label: string;\n children?: Children;\n icon?: IconConfig;\n status?: Array\n | InjectionToken\n | AbstractType\n >;\n}\n\nexport function IsNavigationItem(item: any): item is NavigationItem {\n return (\n !!item && !!item['routerLink'] && !!item['label']\n );\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/NavigationItemComponent.html":{"url":"components/NavigationItemComponent.html","title":"component - NavigationItemComponent","body":"\n \n\n\n\n\n\n Components\n \n NavigationItemComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/lib/navigation/navigation-item/navigation-item.component.ts\n\n\n\n\n\n \n Implements\n \n \n OnChanges\n OnDestroy\n \n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n \n encapsulation\n ViewEncapsulation.None\n \n\n\n\n\n\n\n\n\n\n\n \n selector\n li[rxap-navigation-item]\n \n\n \n standalone\n true\n \n\n \n imports\n \n RouterLinkActive\n RouterLink\n NgIf\n MatRippleModule\n MatIconModule\n IconDirective\n MatDividerModule\n forwardRef(() => NavigationComponent)\n NgClass\n \n \n\n \n styleUrls\n ./navigation-item.component.scss\n \n\n\n\n \n templateUrl\n ./navigation-item.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n Readonly\n active\n \n \n Public\n children\n \n \n Public\n Readonly\n collapsed\n \n \n Public\n Readonly\n item\n \n \n Public\n Readonly\n itemClasses\n \n \n Public\n Readonly\n level\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n Public\n asNavigationItem\n \n \n Public\n isNavigationDividerItem\n \n \n Public\n isNavigationItem\n \n \n \n \n\n \n \n Inputs\n \n \n \n \n \n \n item\n \n \n level\n \n \n \n \n\n\n\n\n \n \n\n\n\n \n Inputs\n \n \n \n \n \n item\n \n \n \n \n Required : true\n \n \n \n \n Defined in src/lib/navigation/navigation-item/navigation-item.component.ts:98\n \n \n \n \n \n \n \n \n \n level\n \n \n \n \n Default value : 0\n \n \n \n \n Defined in src/lib/navigation/navigation-item/navigation-item.component.ts:94\n \n \n \n \n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n Public\n asNavigationItem\n \n \n \n \n \n \n \n asNavigationItem(item: NavigationItem | NavigationDividerItem)\n \n \n\n\n \n \n Defined in src/lib/navigation/navigation-item/navigation-item.component.ts:178\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n item\n \n NavigationItem | NavigationDividerItem\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : NavigationItem\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Public\n isNavigationDividerItem\n \n \n \n \n \n \n \n isNavigationDividerItem(item: NavigationItem | NavigationDividerItem)\n \n \n\n\n \n \n Defined in src/lib/navigation/navigation-item/navigation-item.component.ts:166\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n item\n \n NavigationItem | NavigationDividerItem\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : NavigationDividerItem\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Public\n isNavigationItem\n \n \n \n \n \n \n \n isNavigationItem(item: NavigationItem | NavigationDividerItem)\n \n \n\n\n \n \n Defined in src/lib/navigation/navigation-item/navigation-item.component.ts:172\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n item\n \n NavigationItem | NavigationDividerItem\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : NavigationItem\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n Readonly\n active\n \n \n \n \n \n \n Default value : signal(false)\n \n \n \n \n Defined in src/lib/navigation/navigation-item/navigation-item.component.ts:99\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n children\n \n \n \n \n \n \n Type : Navigation | null\n\n \n \n \n \n Default value : null\n \n \n \n \n Defined in src/lib/navigation/navigation-item/navigation-item.component.ts:96\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n Readonly\n collapsed\n \n \n \n \n \n \n Default value : computed(() => this.layoutService.collapsed())\n \n \n \n \n Defined in src/lib/navigation/navigation-item/navigation-item.component.ts:111\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n Readonly\n item\n \n \n \n \n \n \n Defined in src/lib/navigation/navigation-item/navigation-item.component.ts:98\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n Readonly\n itemClasses\n \n \n \n \n \n \n Default value : computed(() => {\n let classes = `level-${ this.level() * 4 }`;\n if (this.collapsed()) {\n classes += ' invisible';\n }\n return classes;\n })\n \n \n \n \n Defined in src/lib/navigation/navigation-item/navigation-item.component.ts:101\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n Readonly\n level\n \n \n \n \n \n \n Default value : 0\n \n \n \n \n Defined in src/lib/navigation/navigation-item/navigation-item.component.ts:94\n \n \n\n\n \n \n\n\n\n\n\n \n import {\n animate,\n style,\n transition,\n trigger,\n} from '@angular/animations';\nimport {\n NgClass,\n NgIf,\n} from '@angular/common';\nimport {\n ChangeDetectionStrategy,\n Component,\n computed,\n ElementRef,\n forwardRef,\n inject,\n input,\n OnChanges,\n OnDestroy,\n Renderer2,\n signal,\n SimpleChanges,\n viewChild,\n ViewEncapsulation,\n} from '@angular/core';\nimport { MatRippleModule } from '@angular/material/core';\nimport { MatDividerModule } from '@angular/material/divider';\nimport { MatIconModule } from '@angular/material/icon';\nimport {\n NavigationEnd,\n Router,\n RouterLink,\n RouterLinkActive,\n} from '@angular/router';\nimport { IconDirective } from '@rxap/material-directives/icon';\nimport {\n debounceTime,\n Subscription,\n} from 'rxjs';\nimport {\n filter,\n startWith,\n tap,\n} from 'rxjs/operators';\nimport { LayoutService } from '../../layout.service';\nimport {\n Navigation,\n NavigationDividerItem,\n NavigationItem,\n} from '../navigation-item';\nimport { NavigationComponent } from '../navigation.component';\n\n@Component({\n // eslint-disable-next-line @angular-eslint/component-selector\n selector: 'li[rxap-navigation-item]',\n templateUrl: './navigation-item.component.html',\n styleUrls: [ './navigation-item.component.scss' ],\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n animations: [\n trigger('sub-nav', [\n transition(':enter', [\n style({\n display: 'block',\n height: '0',\n overflow: 'hidden',\n }),\n animate(150, style({ height: '*' })),\n ]),\n transition(':leave', [\n style({ overflow: 'hidden' }),\n animate(300, style({ height: '0' })),\n style({ display: 'none' }),\n ]),\n ]),\n ],\n standalone: true,\n imports: [\n RouterLinkActive,\n RouterLink,\n NgIf,\n MatRippleModule,\n MatIconModule,\n IconDirective,\n MatDividerModule,\n forwardRef(() => NavigationComponent),\n NgClass,\n ]\n})\nexport class NavigationItemComponent\n implements OnChanges, OnDestroy {\n\n public readonly level = input(0);\n\n public children: Navigation | null = null;\n\n public readonly item = input.required();\n public readonly active = signal(false);\n\n public readonly itemClasses = computed(() => {\n let classes = `level-${ this.level() * 4 }`;\n if (this.collapsed()) {\n classes += ' invisible';\n }\n return classes;\n });\n\n private readonly layoutService = inject(LayoutService);\n\n public readonly collapsed = computed(() => this.layoutService.collapsed());\n\n private readonly _subscription = new Subscription();\n\n private readonly router = inject(Router);\n private readonly elementRef = inject(ElementRef);\n private readonly renderer = inject(Renderer2);\n\n public ngOnChanges(changes: SimpleChanges) {\n if (changes['item']) {\n const item: NavigationItem = changes['item'].currentValue;\n this.children =\n item.children && item.children.length ? item.children : null;\n }\n }\n\n public ngAfterViewInit() {\n this._subscription.add(\n this.router.events\n .pipe(\n filter((event) => event instanceof NavigationEnd),\n debounceTime(100),\n startWith(true),\n tap(() => {\n let isActive = true;\n const urlParts = this.router.url.split('/');\n if (urlParts[0] === '') {\n urlParts[0] = '/';\n }\n for (let i = 0; i \n \n\n \n \n \n \n {{ item().label }}\n \n \n \n\n \n\n \n\n \n \n\n \n\n \n\n\n \n\n \n \n ./navigation-item.component.scss\n \n \n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' {{ item().label }} '\n var COMPONENTS = [{'name': 'AppsButtonComponent', 'selector': 'rxap-apps-button'},{'name': 'BaseLayoutComponent', 'selector': 'rxap-base-layout'},{'name': 'DefaultHeaderComponent', 'selector': 'rxap-default-header'},{'name': 'FooterComponent', 'selector': 'rxap-footer'},{'name': 'HeaderComponent', 'selector': 'rxap-header'},{'name': 'LayoutComponent', 'selector': 'rxap-layout'},{'name': 'MinimalLayoutComponent', 'selector': 'rxap-minimal-layout'},{'name': 'NavigationComponent', 'selector': 'ul[rxap-navigation]'},{'name': 'NavigationItemComponent', 'selector': 'li[rxap-navigation-item]'},{'name': 'NavigationProgressBarComponent', 'selector': 'rxap-navigation-progress-bar'},{'name': 'ReleaseInfoComponent', 'selector': 'rxap-release-info'},{'name': 'SettingsButtonComponent', 'selector': 'rxap-settings-button'},{'name': 'SidenavComponent', 'selector': 'rxap-sidenav'},{'name': 'SidenavToggleButtonComponent', 'selector': 'rxap-sidenav-toggle-button'},{'name': 'UserProfileIconComponent', 'selector': 'rxap-user-profile-icon'}];\n var DIRECTIVES = [{'name': 'FooterDirective', 'selector': '[rxapFooter]'},{'name': 'HeaderDirective', 'selector': '[rxapHeader]'},{'name': 'SidenavFooterDirective', 'selector': '[rxapSidenavFooter]'},{'name': 'SidenavHeaderDirective', 'selector': '[rxapSidenavHeader]'}];\n var ACTUAL_COMPONENT = {'name': 'NavigationItemComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/NavigationProgressBarComponent.html":{"url":"components/NavigationProgressBarComponent.html","title":"component - NavigationProgressBarComponent","body":"\n \n\n\n\n\n\n Components\n \n NavigationProgressBarComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/lib/navigation-progress-bar/navigation-progress-bar.component.ts\n\n\n\n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n rxap-navigation-progress-bar\n \n\n \n standalone\n true\n \n\n \n imports\n \n MatProgressBar\n \n \n\n \n styleUrls\n ./navigation-progress-bar.component.scss\n \n\n\n\n \n templateUrl\n ./navigation-progress-bar.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n Readonly\n navigating\n \n \n Public\n Readonly\n router\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n\n\n\n\n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n Readonly\n navigating\n \n \n \n \n \n \n Default value : toSignal(this.router.events.pipe(\n filter(\n event =>\n event instanceof NavigationStart ||\n event instanceof NavigationEnd ||\n event instanceof NavigationCancel,\n ),\n map(event => event instanceof NavigationStart),\n ), { initialValue: true })\n \n \n \n \n Defined in src/lib/navigation-progress-bar/navigation-progress-bar.component.ts:33\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n Readonly\n router\n \n \n \n \n \n \n Default value : inject(Router)\n \n \n \n \n Defined in src/lib/navigation-progress-bar/navigation-progress-bar.component.ts:31\n \n \n\n\n \n \n\n\n\n\n\n \n import {\n ChangeDetectionStrategy,\n Component,\n inject,\n} from '@angular/core';\nimport { toSignal } from '@angular/core/rxjs-interop';\nimport { MatProgressBar } from '@angular/material/progress-bar';\nimport {\n NavigationCancel,\n NavigationEnd,\n NavigationStart,\n Router,\n} from '@angular/router';\nimport {\n filter,\n map,\n} from 'rxjs/operators';\n\n@Component({\n selector: 'rxap-navigation-progress-bar',\n templateUrl: './navigation-progress-bar.component.html',\n styleUrls: [ './navigation-progress-bar.component.scss' ],\n changeDetection: ChangeDetectionStrategy.OnPush,\n standalone: true,\n imports: [\n MatProgressBar,\n ],\n})\nexport class NavigationProgressBarComponent {\n\n public readonly router = inject(Router);\n\n public readonly navigating = toSignal(this.router.events.pipe(\n filter(\n event =>\n event instanceof NavigationStart ||\n event instanceof NavigationEnd ||\n event instanceof NavigationCancel,\n ),\n map(event => event instanceof NavigationStart),\n ), { initialValue: true });\n\n}\n\n \n\n \n @if (navigating()) {\n\n}\n\n \n\n \n \n ./navigation-progress-bar.component.scss\n \n \n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = '@if (navigating()) {}'\n var COMPONENTS = [{'name': 'AppsButtonComponent', 'selector': 'rxap-apps-button'},{'name': 'BaseLayoutComponent', 'selector': 'rxap-base-layout'},{'name': 'DefaultHeaderComponent', 'selector': 'rxap-default-header'},{'name': 'FooterComponent', 'selector': 'rxap-footer'},{'name': 'HeaderComponent', 'selector': 'rxap-header'},{'name': 'LayoutComponent', 'selector': 'rxap-layout'},{'name': 'MinimalLayoutComponent', 'selector': 'rxap-minimal-layout'},{'name': 'NavigationComponent', 'selector': 'ul[rxap-navigation]'},{'name': 'NavigationItemComponent', 'selector': 'li[rxap-navigation-item]'},{'name': 'NavigationProgressBarComponent', 'selector': 'rxap-navigation-progress-bar'},{'name': 'ReleaseInfoComponent', 'selector': 'rxap-release-info'},{'name': 'SettingsButtonComponent', 'selector': 'rxap-settings-button'},{'name': 'SidenavComponent', 'selector': 'rxap-sidenav'},{'name': 'SidenavToggleButtonComponent', 'selector': 'rxap-sidenav-toggle-button'},{'name': 'UserProfileIconComponent', 'selector': 'rxap-user-profile-icon'}];\n var DIRECTIVES = [{'name': 'FooterDirective', 'selector': '[rxapFooter]'},{'name': 'HeaderDirective', 'selector': '[rxapHeader]'},{'name': 'SidenavFooterDirective', 'selector': '[rxapSidenavFooter]'},{'name': 'SidenavHeaderDirective', 'selector': '[rxapSidenavHeader]'}];\n var ACTUAL_COMPONENT = {'name': 'NavigationProgressBarComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/NavigationService.html":{"url":"injectables/NavigationService.html","title":"injectable - NavigationService","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n NavigationService\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/lib/navigation.service.ts\n \n\n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n Readonly\n config$\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n Public\n add\n \n \n Public\n get\n \n \n Public\n has\n \n \n Public\n insert\n \n \n Public\n remove\n \n \n Public\n updateNavigation\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(navigation: any, inserts: any | null)\n \n \n \n \n Defined in src/lib/navigation.service.ts:45\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n navigation\n \n \n any\n \n \n \n No\n \n \n \n \n inserts\n \n \n any | null\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n Public\n add\n \n \n \n \n \n \n \n add(id: string, value: NavigationWithInserts, update)\n \n \n\n\n \n \n Defined in src/lib/navigation.service.ts:86\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Default value\n \n \n \n \n id\n \n string\n \n\n \n No\n \n\n \n \n\n \n \n value\n \n NavigationWithInserts\n \n\n \n No\n \n\n \n \n\n \n \n update\n \n \n\n \n No\n \n\n \n true\n \n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Public\n get\n \n \n \n \n \n \n \n get(id: string)\n \n \n\n\n \n \n Defined in src/lib/navigation.service.ts:101\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n id\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : NavigationWithInserts | undefined\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Public\n has\n \n \n \n \n \n \n \n has(id: string)\n \n \n\n\n \n \n Defined in src/lib/navigation.service.ts:97\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n id\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : boolean\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Public\n insert\n \n \n \n \n \n \n use add instead\n \n \n \n \n \n insert(id: string, value: NavigationWithInserts, update)\n \n \n\n\n \n \n Defined in src/lib/navigation.service.ts:78\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Default value\n \n \n \n \n id\n \n string\n \n\n \n No\n \n\n \n \n\n \n \n value\n \n NavigationWithInserts\n \n\n \n No\n \n\n \n \n\n \n \n update\n \n \n\n \n No\n \n\n \n true\n \n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Public\n remove\n \n \n \n \n \n \n \n remove(id: string, update)\n \n \n\n\n \n \n Defined in src/lib/navigation.service.ts:105\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Default value\n \n \n \n \n id\n \n string\n \n\n \n No\n \n\n \n \n\n \n \n update\n \n \n\n \n No\n \n\n \n true\n \n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Public\n updateNavigation\n \n \n \n \n \n \n \n updateNavigation()\n \n \n\n\n \n \n Defined in src/lib/navigation.service.ts:112\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n Readonly\n config$\n \n \n \n \n \n \n Type : Observable\n\n \n \n \n \n Defined in src/lib/navigation.service.ts:37\n \n \n\n\n \n \n\n\n \n\n\n \n import {\n inject,\n Inject,\n Injectable,\n Injector,\n INJECTOR,\n Optional,\n} from '@angular/core';\nimport {\n combineLatest,\n from,\n Observable,\n of,\n ReplaySubject,\n} from 'rxjs';\nimport {\n catchError,\n map,\n switchMap,\n} from 'rxjs/operators';\nimport {\n IsNavigationDividerItem,\n IsNavigationInsertItem,\n IsNavigationItem,\n Navigation,\n NavigationDividerItem,\n NavigationItem,\n NavigationWithInserts,\n} from './navigation/navigation-item';\nimport {\n RXAP_NAVIGATION_CONFIG,\n RXAP_NAVIGATION_CONFIG_INSERTS,\n} from './tokens';\n\n@Injectable()\nexport class NavigationService {\n public readonly config$: Observable;\n\n private inserts = new Map();\n\n private readonly navigation: NavigationWithInserts;\n\n private readonly navigation$ = new ReplaySubject(1);\n\n private readonly injector: Injector = inject(INJECTOR);\n\n constructor(\n @Inject(RXAP_NAVIGATION_CONFIG)\n navigation: any,\n @Optional()\n @Inject(RXAP_NAVIGATION_CONFIG_INSERTS)\n inserts: any | null = null,\n ) {\n if (typeof navigation === 'function') {\n this.navigation = navigation();\n } else {\n this.navigation = navigation;\n }\n if (inserts) {\n Object.entries(inserts).forEach(([ id, insert ]: [ string, any ]) =>\n this.insert(id, insert, false),\n );\n }\n this.updateNavigation();\n this.config$ = this.navigation$.pipe(\n switchMap((navigationWithoutStatusCheck) =>\n this.checkNavigationStatusProviders(navigationWithoutStatusCheck),\n ),\n );\n }\n\n /**\n * @deprecated use add instead\n * @param id\n * @param value\n * @param update\n */\n public insert(\n id: string,\n value: NavigationWithInserts,\n update = true,\n ): void {\n this.add(id, value, update);\n }\n\n public add(\n id: string,\n value: NavigationWithInserts,\n update = true,\n ): void {\n this.inserts.set(id, value);\n if (update) {\n this.updateNavigation();\n }\n }\n\n public has(id: string): boolean {\n return this.inserts.has(id);\n }\n\n public get(id: string): NavigationWithInserts | undefined {\n return this.inserts.get(id);\n }\n\n public remove(id: string, update = true): void {\n this.inserts.delete(id);\n if (update) {\n this.updateNavigation();\n }\n }\n\n public updateNavigation(): void {\n this.navigation$.next(this.replaceInserts(this.navigation));\n }\n\n /**\n * @internal\n * @param navigationItem\n */\n public checkNavigationItemStatusProviders(\n navigationItem: NavigationItem | NavigationDividerItem,\n ): Observable {\n if (IsNavigationDividerItem(navigationItem) || !navigationItem.status) {\n return of(navigationItem);\n }\n const isVisibleArray$: Array> = navigationItem\n .status\n .map((statusToken) => this.injector.get(\n statusToken))\n .map((status) => {\n const isVisible = status.isVisible(\n navigationItem);\n if (typeof isVisible === 'boolean') {\n return of(isVisible);\n } else {\n return from(isVisible);\n }\n })\n .map(isVisible$ => isVisible$.pipe(catchError(e => {\n console.error(`isVisible method failed: ${ e.message }`);\n return of(false);\n })));\n // TODO : dont wait for all status services to complete, but cancel waiting if one returns false\n return combineLatest(isVisibleArray$).pipe(\n map((isVisibleArray) =>\n isVisibleArray.reduce((acc, isVisible) => acc && isVisible, true),\n ),\n map((isVisible) => (isVisible ? navigationItem : null)),\n switchMap((navigationItemOrNull) => {\n if (navigationItemOrNull) {\n if (navigationItemOrNull.children?.length) {\n return this.checkNavigationStatusProviders(\n navigationItemOrNull.children,\n ).pipe(\n map((children) => ({\n ...navigationItemOrNull,\n children,\n })),\n );\n }\n return of(navigationItemOrNull);\n }\n return of(null);\n }),\n );\n }\n\n /**\n * @internal\n * @param navigationItem\n */\n public checkNavigationStatusProviders(\n navigation: Navigation,\n ): Observable {\n return combineLatest(\n navigation.map((navigationItem) =>\n this.checkNavigationItemStatusProviders(navigationItem),\n ),\n ).pipe(\n map((navigationWithNullItems) => {\n const cleanNavigation: Navigation = [];\n\n for (const navigationItem of navigationWithNullItems) {\n if (navigationItem !== null) {\n cleanNavigation.push(navigationItem);\n }\n }\n\n return cleanNavigation;\n }),\n );\n }\n\n private replaceInserts(\n navigationWithInserts: NavigationWithInserts,\n ): Navigation {\n const navigation: Navigation = [];\n\n for (const navigationItem of navigationWithInserts) {\n if (IsNavigationInsertItem(navigationItem)) {\n if (this.inserts.has(navigationItem.insert)) {\n navigation.push(\n ...this.replaceInserts(this.inserts.get(navigationItem.insert)!),\n );\n }\n } else if (IsNavigationItem(navigationItem)) {\n navigation.push({\n ...navigationItem,\n children: this.replaceInserts(navigationItem.children ?? []),\n });\n } else if (IsNavigationDividerItem(navigationItem)) {\n navigation.push(navigationItem);\n }\n }\n\n return navigation;\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/NavigationStatus.html":{"url":"interfaces/NavigationStatus.html","title":"interface - NavigationStatus","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n NavigationStatus\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/lib/navigation/navigation-item.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Methods\n \n \n \n \n \n \n \n isVisible\n \n \n \n \n \n \n \n \n\n \n \n \n Methods\n \n \n \n \n \n \n \n isVisible\n \n \n \n \n \n \nisVisible(navigationItem: NavigationItem)\n \n \n\n\n \n \n Defined in src/lib/navigation/navigation-item.ts:39\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n navigationItem\n \n NavigationItem\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : Observable | Promise | boolean\n\n \n \n \n \n \n \n \n \n\n\n \n\n\n \n import { IconConfig } from '@rxap/utilities';\nimport {\n AbstractType,\n InjectionToken,\n Type,\n} from '@angular/core';\nimport { Observable } from 'rxjs';\n\nexport type Navigation = Array;\n\nexport type NavigationWithInserts = Array\n | NavigationDividerItem\n | NavigationInsertItem\n>;\n\nexport interface NavigationDividerItem {\n divider: boolean;\n title?: string;\n}\n\nexport function IsNavigationDividerItem(\n item: any,\n): item is NavigationDividerItem {\n return !!item && !!item['divider'];\n}\n\nexport interface NavigationInsertItem {\n insert: string;\n}\n\nexport function IsNavigationInsertItem(\n item: any,\n): item is NavigationInsertItem {\n return !!item && !!item['insert'];\n}\n\nexport interface NavigationStatus {\n isVisible(\n navigationItem: NavigationItem,\n ): Observable | Promise | boolean;\n}\n\nexport interface NavigationItem extends Record {\n routerLink: string[];\n label: string;\n children?: Children;\n icon?: IconConfig;\n status?: Array\n | InjectionToken\n | AbstractType\n >;\n}\n\nexport function IsNavigationItem(item: any): item is NavigationItem {\n return (\n !!item && !!item['routerLink'] && !!item['label']\n );\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/ReleaseInfoComponent.html":{"url":"components/ReleaseInfoComponent.html","title":"component - ReleaseInfoComponent","body":"\n \n\n\n\n\n\n Components\n \n ReleaseInfoComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/lib/release-info/release-info.component.ts\n\n\n\n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n rxap-release-info\n \n\n \n standalone\n true\n \n\n \n imports\n \n MatButton\n \n \n\n\n\n\n \n templateUrl\n ./release-info.component.html\n \n\n\n\n \n styleUrl\n ./release-info.component.scss\n \n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n Readonly\n modules\n \n \n Public\n Readonly\n release\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n openEnvironmentInfo\n \n \n \n \n\n\n\n\n\n \n \n\n\n\n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n openEnvironmentInfo\n \n \n \n \n \n \nopenEnvironmentInfo()\n \n \n\n\n \n \n Defined in src/lib/release-info/release-info.component.ts:33\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n Readonly\n modules\n \n \n \n \n \n \n Default value : coerceArray(inject(RXAP_RELEASE_INFO_MODULE, { optional: true }))\n \n \n \n \n Defined in src/lib/release-info/release-info.component.ts:28\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n Readonly\n release\n \n \n \n \n \n \n Default value : DetermineReleaseName(inject(RXAP_ENVIRONMENT))\n \n \n \n \n Defined in src/lib/release-info/release-info.component.ts:29\n \n \n\n\n \n \n\n\n\n\n\n \n import {\n ChangeDetectionStrategy,\n Component,\n inject,\n} from '@angular/core';\nimport { MatButton } from '@angular/material/button';\nimport { MatDialog } from '@angular/material/dialog';\nimport {\n DetermineReleaseName,\n EnvironmentComponent,\n RXAP_ENVIRONMENT,\n} from '@rxap/environment';\nimport { RXAP_RELEASE_INFO_MODULE } from '../tokens';\nimport { coerceArray } from '@rxap/utilities';\n\n@Component({\n selector: 'rxap-release-info',\n standalone: true,\n imports: [\n MatButton,\n ],\n templateUrl: './release-info.component.html',\n styleUrl: './release-info.component.scss',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class ReleaseInfoComponent {\n\n public readonly modules = coerceArray(inject(RXAP_RELEASE_INFO_MODULE, { optional: true }));\n public readonly release = DetermineReleaseName(inject(RXAP_ENVIRONMENT));\n\n private readonly dialog = inject(MatDialog);\n\n openEnvironmentInfo() {\n this.dialog.open(EnvironmentComponent, {\n closeOnNavigation: true,\n });\n }\n\n}\n\n \n\n \n \n {{ release }}\n @if (modules.length) {\n \n \n Module\n Version\n Hash\n \n \n @for (module of modules; track module.name) {\n \n {{ module.name }}\n {{ module.version }}\n {{ module.hash }}\n \n }\n \n \n }\n\n\n \n\n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' {{ release }} @if (modules.length) { Module Version Hash @for (module of modules; track module.name) { {{ module.name }} {{ module.version }} {{ module.hash }} } }'\n var COMPONENTS = [{'name': 'AppsButtonComponent', 'selector': 'rxap-apps-button'},{'name': 'BaseLayoutComponent', 'selector': 'rxap-base-layout'},{'name': 'DefaultHeaderComponent', 'selector': 'rxap-default-header'},{'name': 'FooterComponent', 'selector': 'rxap-footer'},{'name': 'HeaderComponent', 'selector': 'rxap-header'},{'name': 'LayoutComponent', 'selector': 'rxap-layout'},{'name': 'MinimalLayoutComponent', 'selector': 'rxap-minimal-layout'},{'name': 'NavigationComponent', 'selector': 'ul[rxap-navigation]'},{'name': 'NavigationItemComponent', 'selector': 'li[rxap-navigation-item]'},{'name': 'NavigationProgressBarComponent', 'selector': 'rxap-navigation-progress-bar'},{'name': 'ReleaseInfoComponent', 'selector': 'rxap-release-info'},{'name': 'SettingsButtonComponent', 'selector': 'rxap-settings-button'},{'name': 'SidenavComponent', 'selector': 'rxap-sidenav'},{'name': 'SidenavToggleButtonComponent', 'selector': 'rxap-sidenav-toggle-button'},{'name': 'UserProfileIconComponent', 'selector': 'rxap-user-profile-icon'}];\n var DIRECTIVES = [{'name': 'FooterDirective', 'selector': '[rxapFooter]'},{'name': 'HeaderDirective', 'selector': '[rxapHeader]'},{'name': 'SidenavFooterDirective', 'selector': '[rxapSidenavFooter]'},{'name': 'SidenavHeaderDirective', 'selector': '[rxapSidenavHeader]'}];\n var ACTUAL_COMPONENT = {'name': 'ReleaseInfoComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/ReleaseInfoModule.html":{"url":"interfaces/ReleaseInfoModule.html","title":"interface - ReleaseInfoModule","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n ReleaseInfoModule\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/lib/types.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Optional\n \n hash\n \n \n \n \n name\n \n \n \n \n version\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n hash\n \n \n \n \n \n \n \n \n hash: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n name\n \n \n \n \n \n \n \n \n name: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n version\n \n \n \n \n \n \n \n \n version: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n \n \n\n\n \n import { ComponentType } from '@angular/cdk/portal';\nimport { AppsNavigationConfig } from '@rxap/config';\nimport { IconConfig } from '@rxap/utilities';\n\n\n\nexport type ExternalApp = AppsNavigationConfig;\nexport type ExtractUsernameFromProfileFn = (profile: T) => string | null;\nexport interface ReleaseInfoModule {\n name: string;\n version: string;\n hash?: string;\n}\n\nexport type SettingsMenuItemComponent = ComponentType;\n\nexport interface SettingsMenuItem {\n icon?: IconConfig;\n label: string;\n action: () => any;\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/SettingsButtonComponent.html":{"url":"components/SettingsButtonComponent.html","title":"component - SettingsButtonComponent","body":"\n \n\n\n\n\n\n Components\n \n SettingsButtonComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/lib/default-header/settings-button/settings-button.component.ts\n\n\n\n\n\n\n\n\n Metadata\n \n \n\n\n\n\n\n\n\n\n\n\n\n\n \n selector\n rxap-settings-button\n \n\n \n standalone\n true\n \n\n \n imports\n \n MatIconButton\n MatIcon\n MatMenu\n MatMenuTrigger\n MatMenuItem\n CdkPortalOutlet\n IconDirective\n \n \n\n \n styleUrls\n ./settings-button.component.scss\n \n\n\n\n \n templateUrl\n ./settings-button.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n Readonly\n availableThemes\n \n \n Public\n Readonly\n availableTypographies\n \n \n customItemComponents\n \n \n customItems\n \n \n Public\n isDevMode\n \n \n Public\n Readonly\n theme\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n clickItem\n \n \n previewDensity\n \n \n previewTheme\n \n \n previewTypography\n \n \n restoreDensity\n \n \n restoreTheme\n \n \n restoreTypography\n \n \n setDensity\n \n \n setTheme\n \n \n setTypography\n \n \n \n \n\n\n\n\n\n \n \n\n\n\n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n clickItem\n \n \n \n \n \n \nclickItem(item: SettingsMenuItem)\n \n \n\n\n \n \n Defined in src/lib/default-header/settings-button/settings-button.component.ts:109\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n item\n \n SettingsMenuItem\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n previewDensity\n \n \n \n \n \n \npreviewDensity(density: ThemeDensity)\n \n \n\n\n \n \n Defined in src/lib/default-header/settings-button/settings-button.component.ts:73\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n density\n \n ThemeDensity\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n previewTheme\n \n \n \n \n \n \npreviewTheme(theme: string)\n \n \n\n\n \n \n Defined in src/lib/default-header/settings-button/settings-button.component.ts:97\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n theme\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n previewTypography\n \n \n \n \n \n \npreviewTypography(typography: string)\n \n \n\n\n \n \n Defined in src/lib/default-header/settings-button/settings-button.component.ts:85\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n typography\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n restoreDensity\n \n \n \n \n \n \nrestoreDensity()\n \n \n\n\n \n \n Defined in src/lib/default-header/settings-button/settings-button.component.ts:77\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n restoreTheme\n \n \n \n \n \n \nrestoreTheme()\n \n \n\n\n \n \n Defined in src/lib/default-header/settings-button/settings-button.component.ts:101\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n restoreTypography\n \n \n \n \n \n \nrestoreTypography()\n \n \n\n\n \n \n Defined in src/lib/default-header/settings-button/settings-button.component.ts:89\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n setDensity\n \n \n \n \n \n \nsetDensity(density: ThemeDensity)\n \n \n\n\n \n \n Defined in src/lib/default-header/settings-button/settings-button.component.ts:81\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n density\n \n ThemeDensity\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n setTheme\n \n \n \n \n \n \nsetTheme(theme: string)\n \n \n\n\n \n \n Defined in src/lib/default-header/settings-button/settings-button.component.ts:105\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n theme\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n setTypography\n \n \n \n \n \n \nsetTypography(typography: string)\n \n \n\n\n \n \n Defined in src/lib/default-header/settings-button/settings-button.component.ts:93\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n typography\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n Readonly\n availableThemes\n \n \n \n \n \n \n Default value : this.theme.getAvailableThemes()\n \n \n \n \n Defined in src/lib/default-header/settings-button/settings-button.component.ts:70\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n Readonly\n availableTypographies\n \n \n \n \n \n \n Default value : this.theme.getAvailableTypographies()\n \n \n \n \n Defined in src/lib/default-header/settings-button/settings-button.component.ts:67\n \n \n\n\n \n \n \n \n \n \n \n \n customItemComponents\n \n \n \n \n \n \n Default value : signal(\n coerceArray(inject(RXAP_SETTINGS_MENU_ITEM_COMPONENT, { optional: true }))\n .map(item => new ComponentPortal(item, null, this.injector)),\n )\n \n \n \n \n Defined in src/lib/default-header/settings-button/settings-button.component.ts:54\n \n \n\n\n \n \n \n \n \n \n \n \n customItems\n \n \n \n \n \n \n Default value : signal(coerceArray(inject(RXAP_SETTINGS_MENU_ITEM, { optional: true })))\n \n \n \n \n Defined in src/lib/default-header/settings-button/settings-button.component.ts:59\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n isDevMode\n \n \n \n \n \n \n Default value : isDevMode()\n \n \n \n \n Defined in src/lib/default-header/settings-button/settings-button.component.ts:49\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n Readonly\n theme\n \n \n \n \n \n \n Default value : inject(ThemeService)\n \n \n \n \n Defined in src/lib/default-header/settings-button/settings-button.component.ts:51\n \n \n\n\n \n \n\n\n\n\n\n \n import {\n CdkPortalOutlet,\n ComponentPortal,\n} from '@angular/cdk/portal';\nimport {\n Component,\n inject,\n Injector,\n isDevMode,\n runInInjectionContext,\n signal,\n} from '@angular/core';\nimport { MatIconButton } from '@angular/material/button';\nimport { MatIcon } from '@angular/material/icon';\nimport {\n MatMenu,\n MatMenuItem,\n MatMenuTrigger,\n} from '@angular/material/menu';\nimport { IconDirective } from '@rxap/material-directives/icon';\nimport {\n ThemeDensity,\n ThemeService,\n} from '@rxap/ngx-theme';\nimport { coerceArray } from '@rxap/utilities';\nimport {\n RXAP_SETTINGS_MENU_ITEM,\n RXAP_SETTINGS_MENU_ITEM_COMPONENT,\n} from '../../tokens';\nimport { SettingsMenuItem } from '../../types';\n\n@Component({\n selector: 'rxap-settings-button',\n standalone: true,\n templateUrl: './settings-button.component.html',\n styleUrls: [ './settings-button.component.scss' ],\n imports: [\n MatIconButton,\n MatIcon,\n MatMenu,\n MatMenuTrigger,\n MatMenuItem,\n CdkPortalOutlet,\n IconDirective,\n ],\n})\nexport class SettingsButtonComponent {\n\n public isDevMode = isDevMode();\n\n public readonly theme = inject(ThemeService);\n private readonly injector = inject(Injector);\n\n customItemComponents = signal(\n coerceArray(inject(RXAP_SETTINGS_MENU_ITEM_COMPONENT, { optional: true }))\n .map(item => new ComponentPortal(item, null, this.injector)),\n );\n\n customItems = signal(coerceArray(inject(RXAP_SETTINGS_MENU_ITEM, { optional: true })));\n\n private savePreviewDensityValue = false;\n private currentDensityValue: ThemeDensity | null = null;\n\n private savePreviewTypographyValue = false;\n private currentTypographyValue: string | null = null;\n\n public readonly availableTypographies = this.theme.getAvailableTypographies();\n private savePreviewThemeValue = false;\n\n public readonly availableThemes = this.theme.getAvailableThemes();\n private currentThemeValue: string | null = null;\n\n previewDensity(density: ThemeDensity) {\n this.theme.applyDensity(density);\n }\n\n restoreDensity() {\n this.theme.applyDensity(this.theme.density());\n }\n\n setDensity(density: ThemeDensity) {\n this.theme.setDensity(density);\n }\n\n previewTypography(typography: string) {\n this.theme.applyTypography(typography);\n }\n\n restoreTypography() {\n this.theme.applyTypography(this.theme.typography());\n }\n\n setTypography(typography: string) {\n this.theme.setTypography(typography);\n }\n\n previewTheme(theme: string) {\n this.theme.applyTheme(theme);\n }\n\n restoreTheme() {\n this.theme.applyTheme(this.theme.themeName());\n }\n\n setTheme(theme: string) {\n this.theme.setTheme(theme);\n }\n\n clickItem(item: SettingsMenuItem) {\n runInInjectionContext(this.injector, () => item.action());\n }\n}\n\n \n\n \n \n \n\n\n\n \n @if (theme.darkMode()) {\n \n } @else {\n \n }\n Mode\n \n \n \n Theme\n \n @for (item of customItems(); track item.label) {\n \n \n {{ item.label }}\n \n }\n @for (item of customItemComponents(); track item) {\n \n }\n\n\n\n \n \n Density\n \n @if (availableTypographies?.length) {\n \n \n Font\n \n }\n @if (availableThemes?.length) {\n \n \n Preset\n \n }\n\n\n\n \n \n Normal\n \n \n \n Dense\n \n \n \n Very Dense\n \n \n \n Extreme Dense\n \n\n\n @for (typographyName of availableTypographies ?? []; track typographyName) {\n \n {{ typographyName }}\n \n }\n\n\n\n @for (themeName of availableThemes ?? []; track themeName) {\n \n {{ themeName }}\n \n }\n\n\n \n\n \n \n ./settings-button.component.scss\n \n \n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' @if (theme.darkMode()) { } @else { } Mode Theme @for (item of customItems(); track item.label) { {{ item.label }} } @for (item of customItemComponents(); track item) { } Density @if (availableTypographies?.length) { Font } @if (availableThemes?.length) { Preset } Normal Dense Very Dense Extreme Dense @for (typographyName of availableTypographies ?? []; track typographyName) { {{ typographyName }} } @for (themeName of availableThemes ?? []; track themeName) { {{ themeName }} }'\n var COMPONENTS = [{'name': 'AppsButtonComponent', 'selector': 'rxap-apps-button'},{'name': 'BaseLayoutComponent', 'selector': 'rxap-base-layout'},{'name': 'DefaultHeaderComponent', 'selector': 'rxap-default-header'},{'name': 'FooterComponent', 'selector': 'rxap-footer'},{'name': 'HeaderComponent', 'selector': 'rxap-header'},{'name': 'LayoutComponent', 'selector': 'rxap-layout'},{'name': 'MinimalLayoutComponent', 'selector': 'rxap-minimal-layout'},{'name': 'NavigationComponent', 'selector': 'ul[rxap-navigation]'},{'name': 'NavigationItemComponent', 'selector': 'li[rxap-navigation-item]'},{'name': 'NavigationProgressBarComponent', 'selector': 'rxap-navigation-progress-bar'},{'name': 'ReleaseInfoComponent', 'selector': 'rxap-release-info'},{'name': 'SettingsButtonComponent', 'selector': 'rxap-settings-button'},{'name': 'SidenavComponent', 'selector': 'rxap-sidenav'},{'name': 'SidenavToggleButtonComponent', 'selector': 'rxap-sidenav-toggle-button'},{'name': 'UserProfileIconComponent', 'selector': 'rxap-user-profile-icon'}];\n var DIRECTIVES = [{'name': 'FooterDirective', 'selector': '[rxapFooter]'},{'name': 'HeaderDirective', 'selector': '[rxapHeader]'},{'name': 'SidenavFooterDirective', 'selector': '[rxapSidenavFooter]'},{'name': 'SidenavHeaderDirective', 'selector': '[rxapSidenavHeader]'}];\n var ACTUAL_COMPONENT = {'name': 'SettingsButtonComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/SettingsMenuItem.html":{"url":"interfaces/SettingsMenuItem.html","title":"interface - SettingsMenuItem","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n SettingsMenuItem\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/lib/types.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n action\n \n \n \n Optional\n \n icon\n \n \n \n \n label\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n action\n \n \n \n \n \n \n \n \n action: function\n\n \n \n\n\n \n \n Type : function\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n icon\n \n \n \n \n \n \n \n \n icon: IconConfig\n\n \n \n\n\n \n \n Type : IconConfig\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n label\n \n \n \n \n \n \n \n \n label: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n \n \n\n\n \n import { ComponentType } from '@angular/cdk/portal';\nimport { AppsNavigationConfig } from '@rxap/config';\nimport { IconConfig } from '@rxap/utilities';\n\n\n\nexport type ExternalApp = AppsNavigationConfig;\nexport type ExtractUsernameFromProfileFn = (profile: T) => string | null;\nexport interface ReleaseInfoModule {\n name: string;\n version: string;\n hash?: string;\n}\n\nexport type SettingsMenuItemComponent = ComponentType;\n\nexport interface SettingsMenuItem {\n icon?: IconConfig;\n label: string;\n action: () => any;\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/SidenavComponent.html":{"url":"components/SidenavComponent.html","title":"component - SidenavComponent","body":"\n \n\n\n\n\n\n Components\n \n SidenavComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/lib/sidenav/sidenav.component.ts\n\n\n\n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n rxap-sidenav\n \n\n \n standalone\n true\n \n\n \n imports\n \n MatIcon\n MatIconButton\n MatSidenav\n MatSidenavContainer\n MatSidenavContent\n NavigationComponent\n NgIf\n RouterOutlet\n NgClass\n NgStyle\n MatDivider\n NgTemplateOutlet\n MatButton\n \n \n\n \n styleUrls\n ./sidenav.component.scss\n \n\n\n\n \n templateUrl\n ./sidenav.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n Readonly\n collapsable\n \n \n Public\n Readonly\n collapsed\n \n \n Public\n Readonly\n fixedBottomGap\n \n \n Public\n Readonly\n fixedInViewport\n \n \n Public\n Readonly\n fixedTopGap\n \n \n Public\n Readonly\n opened\n \n \n Public\n Readonly\n pinned\n \n \n Public\n Readonly\n sidenavFooterDirective\n \n \n Public\n Readonly\n sidenavHeaderDirective\n \n \n Public\n Readonly\n sidenavMode\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n Async\n closeSidenav\n \n \n Async\n openSidenav\n \n \n togglePinned\n \n \n \n \n\n\n\n\n\n \n \n\n\n\n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n Async\n closeSidenav\n \n \n \n \n \n \n \n closeSidenav()\n \n \n\n\n \n \n Defined in src/lib/sidenav/sidenav.component.ts:83\n \n \n\n\n \n \n\n \n Returns : any\n\n \n \n \n \n \n \n \n \n \n \n \n Async\n openSidenav\n \n \n \n \n \n \n \n openSidenav()\n \n \n\n\n \n \n Defined in src/lib/sidenav/sidenav.component.ts:78\n \n \n\n\n \n \n\n \n Returns : any\n\n \n \n \n \n \n \n \n \n \n \n \n togglePinned\n \n \n \n \n \n \ntogglePinned()\n \n \n\n\n \n \n Defined in src/lib/sidenav/sidenav.component.ts:74\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n Readonly\n collapsable\n \n \n \n \n \n \n Type : Signal\n\n \n \n \n \n Default value : computed(() => this.layoutService.collapsable())\n \n \n \n \n Defined in src/lib/sidenav/sidenav.component.ts:69\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n Readonly\n collapsed\n \n \n \n \n \n \n Type : Signal\n\n \n \n \n \n Default value : computed(() => this.layoutService.collapsed())\n \n \n \n \n Defined in src/lib/sidenav/sidenav.component.ts:68\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n Readonly\n fixedBottomGap\n \n \n \n \n \n \n Type : Signal\n\n \n \n \n \n Default value : computed(() => this.layoutService.fixedBottomGap())\n \n \n \n \n Defined in src/lib/sidenav/sidenav.component.ts:64\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n Readonly\n fixedInViewport\n \n \n \n \n \n \n Type : Signal\n\n \n \n \n \n Default value : computed(() => this.layoutService.fixedInViewport())\n \n \n \n \n Defined in src/lib/sidenav/sidenav.component.ts:66\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n Readonly\n fixedTopGap\n \n \n \n \n \n \n Type : Signal\n\n \n \n \n \n Default value : computed(() => this.layoutService.fixedTopGap())\n \n \n \n \n Defined in src/lib/sidenav/sidenav.component.ts:65\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n Readonly\n opened\n \n \n \n \n \n \n Type : Signal\n\n \n \n \n \n Default value : computed(() => this.layoutService.opened())\n \n \n \n \n Defined in src/lib/sidenav/sidenav.component.ts:70\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n Readonly\n pinned\n \n \n \n \n \n \n Type : Signal\n\n \n \n \n \n Default value : computed(() => this.layoutService.pinned())\n \n \n \n \n Defined in src/lib/sidenav/sidenav.component.ts:67\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n Readonly\n sidenavFooterDirective\n \n \n \n \n \n \n Default value : contentChild(SidenavFooterDirective)\n \n \n \n \n Defined in src/lib/sidenav/sidenav.component.ts:71\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n Readonly\n sidenavHeaderDirective\n \n \n \n \n \n \n Default value : contentChild(SidenavHeaderDirective)\n \n \n \n \n Defined in src/lib/sidenav/sidenav.component.ts:72\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n Readonly\n sidenavMode\n \n \n \n \n \n \n Type : Signal\n\n \n \n \n \n Default value : computed(() => this.layoutService.mode())\n \n \n \n \n Defined in src/lib/sidenav/sidenav.component.ts:63\n \n \n\n\n \n \n\n\n\n\n\n \n import {\n NgClass,\n NgIf,\n NgStyle,\n NgTemplateOutlet,\n} from '@angular/common';\nimport {\n ChangeDetectionStrategy,\n Component,\n computed,\n contentChild,\n inject,\n Signal,\n viewChild,\n} from '@angular/core';\nimport {\n MatButton,\n MatIconButton,\n} from '@angular/material/button';\nimport { MatDivider } from '@angular/material/divider';\nimport { MatIcon } from '@angular/material/icon';\nimport {\n MatDrawerMode,\n MatSidenav,\n MatSidenavContainer,\n MatSidenavContent,\n} from '@angular/material/sidenav';\nimport { RouterOutlet } from '@angular/router';\nimport { LayoutService } from '../layout.service';\nimport { NavigationComponent } from '../navigation/navigation.component';\nimport { SidenavFooterDirective } from './sidenav-footer.directive';\nimport { SidenavHeaderDirective } from './sidenav-header.directive';\n\n@Component({\n selector: 'rxap-sidenav',\n templateUrl: './sidenav.component.html',\n styleUrls: [ './sidenav.component.scss' ],\n changeDetection: ChangeDetectionStrategy.OnPush,\n standalone: true,\n imports: [\n MatIcon,\n MatIconButton,\n MatSidenav,\n MatSidenavContainer,\n MatSidenavContent,\n NavigationComponent,\n NgIf,\n RouterOutlet,\n NgClass,\n NgStyle,\n MatDivider,\n NgTemplateOutlet,\n MatButton,\n ],\n})\nexport class SidenavComponent {\n\n private readonly layoutService = inject(LayoutService);\n\n\n private readonly sidenav = viewChild(MatSidenav);\n\n public readonly sidenavMode: Signal = computed(() => this.layoutService.mode());\n public readonly fixedBottomGap: Signal = computed(() => this.layoutService.fixedBottomGap());\n public readonly fixedTopGap: Signal = computed(() => this.layoutService.fixedTopGap());\n public readonly fixedInViewport: Signal = computed(() => this.layoutService.fixedInViewport());\n public readonly pinned: Signal = computed(() => this.layoutService.pinned());\n public readonly collapsed: Signal = computed(() => this.layoutService.collapsed());\n public readonly collapsable: Signal = computed(() => this.layoutService.collapsable());\n public readonly opened: Signal = computed(() => this.layoutService.opened());\n public readonly sidenavFooterDirective = contentChild(SidenavFooterDirective);\n public readonly sidenavHeaderDirective = contentChild(SidenavHeaderDirective);\n\n togglePinned() {\n this.layoutService.togglePinned();\n }\n\n async openSidenav() {\n await this.sidenav()?.open();\n this.layoutService.openSidenav();\n }\n\n async closeSidenav() {\n await this.sidenav()?.close();\n this.layoutService.closeSidenav();\n }\n\n}\n\n \n\n \n \n \n \n\n \n Navigation\n \n \n radio_button_unchecked\n radio_button_checked\n \n \n \n\n @if (sidenavHeaderDirective()?.template; as template) {\n \n \n \n \n }\n\n \n \n\n @if (sidenavFooterDirective()?.template; as template) {\n \n \n \n \n }\n \n \n \n \n \n\n\n \n\n \n \n ./sidenav.component.scss\n \n :host {\n .collapsable {\n\n &:not(.mat-drawer-opened) {\n transform: translateX(calc(-100% + 64px)) !important;\n visibility: visible !important;\n box-shadow: inherit !important;\n transition-property: transform;\n transition-delay: 250ms;\n display: flex;\n border-right: solid 1px rgba(0, 0, 0, .12);\n }\n\n ::ng-deep .mat-drawer-inner-container::-webkit-scrollbar {\n display: none; /* Chrome, Safari, Opera*/\n }\n\n }\n}\n\n\n.rxap-container {\n height: 100%;\n\n .inner {\n height: 100%;\n\n .header {\n padding-bottom: 12px;\n }\n\n .footer {\n padding-top: 12px;\n }\n\n .nav-container {\n overflow-y: scroll;\n padding-top: 12px;\n\n &::-webkit-scrollbar {\n width: 6px;\n }\n\n /* Track */\n &::-webkit-scrollbar-track {\n border-radius: 2px;\n }\n\n /* Handle */\n &::-webkit-scrollbar-thumb {\n border-radius: 10px;\n }\n\n }\n\n\n }\n\n .sidebar-toggle {\n min-height: 48px;\n\n .sidebar-toggle-inner {\n padding: 0 0;\n }\n\n .arrow {\n transform: rotate(180deg);\n }\n\n &.collapsed {\n\n .arrow {\n transform: initial;\n }\n\n .sidebar-toggle-inner {\n justify-content: space-around !important;\n }\n\n }\n\n }\n\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' Navigation radio_button_unchecked radio_button_checked @if (sidenavHeaderDirective()?.template; as template) { } @if (sidenavFooterDirective()?.template; as template) { } '\n var COMPONENTS = [{'name': 'AppsButtonComponent', 'selector': 'rxap-apps-button'},{'name': 'BaseLayoutComponent', 'selector': 'rxap-base-layout'},{'name': 'DefaultHeaderComponent', 'selector': 'rxap-default-header'},{'name': 'FooterComponent', 'selector': 'rxap-footer'},{'name': 'HeaderComponent', 'selector': 'rxap-header'},{'name': 'LayoutComponent', 'selector': 'rxap-layout'},{'name': 'MinimalLayoutComponent', 'selector': 'rxap-minimal-layout'},{'name': 'NavigationComponent', 'selector': 'ul[rxap-navigation]'},{'name': 'NavigationItemComponent', 'selector': 'li[rxap-navigation-item]'},{'name': 'NavigationProgressBarComponent', 'selector': 'rxap-navigation-progress-bar'},{'name': 'ReleaseInfoComponent', 'selector': 'rxap-release-info'},{'name': 'SettingsButtonComponent', 'selector': 'rxap-settings-button'},{'name': 'SidenavComponent', 'selector': 'rxap-sidenav'},{'name': 'SidenavToggleButtonComponent', 'selector': 'rxap-sidenav-toggle-button'},{'name': 'UserProfileIconComponent', 'selector': 'rxap-user-profile-icon'}];\n var DIRECTIVES = [{'name': 'FooterDirective', 'selector': '[rxapFooter]'},{'name': 'HeaderDirective', 'selector': '[rxapHeader]'},{'name': 'SidenavFooterDirective', 'selector': '[rxapSidenavFooter]'},{'name': 'SidenavHeaderDirective', 'selector': '[rxapSidenavHeader]'}];\n var ACTUAL_COMPONENT = {'name': 'SidenavComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"directives/SidenavFooterDirective.html":{"url":"directives/SidenavFooterDirective.html","title":"directive - SidenavFooterDirective","body":"\n \n\n\n\n\n\n\n\n\n Directives\n SidenavFooterDirective\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/lib/sidenav/sidenav-footer.directive.ts\n \n\n\n\n\n\n\n \n Metadata\n \n \n\n \n Selector\n [rxapSidenavFooter]\n \n\n \n Standalone\n true\n \n\n\n\n \n \n \n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n Readonly\n template\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(template: TemplateRef)\n \n \n \n \n Defined in src/lib/sidenav/sidenav-footer.directive.ts:11\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n template\n \n \n TemplateRef\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n\n\n\n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Public\n Readonly\n template\n \n \n \n \n \n \n Type : TemplateRef\n\n \n \n \n \n Decorators : \n \n \n @Inject(TemplateRef)\n \n \n \n \n \n Defined in src/lib/sidenav/sidenav-footer.directive.ts:14\n \n \n\n\n \n \n\n\n\n \n\n\n \n import {\n Directive,\n Inject,\n TemplateRef,\n} from '@angular/core';\n\n@Directive({\n selector: '[rxapSidenavFooter]',\n standalone: true,\n})\nexport class SidenavFooterDirective {\n constructor(\n @Inject(TemplateRef)\n public readonly template: TemplateRef,\n ) {\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"directives/SidenavHeaderDirective.html":{"url":"directives/SidenavHeaderDirective.html","title":"directive - SidenavHeaderDirective","body":"\n \n\n\n\n\n\n\n\n\n Directives\n SidenavHeaderDirective\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/lib/sidenav/sidenav-header.directive.ts\n \n\n\n\n\n\n\n \n Metadata\n \n \n\n \n Selector\n [rxapSidenavHeader]\n \n\n \n Standalone\n true\n \n\n\n\n \n \n \n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n Readonly\n template\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(template: TemplateRef)\n \n \n \n \n Defined in src/lib/sidenav/sidenav-header.directive.ts:11\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n template\n \n \n TemplateRef\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n\n\n\n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Public\n Readonly\n template\n \n \n \n \n \n \n Type : TemplateRef\n\n \n \n \n \n Decorators : \n \n \n @Inject(TemplateRef)\n \n \n \n \n \n Defined in src/lib/sidenav/sidenav-header.directive.ts:14\n \n \n\n\n \n \n\n\n\n \n\n\n \n import {\n Directive,\n Inject,\n TemplateRef,\n} from '@angular/core';\n\n@Directive({\n selector: '[rxapSidenavHeader]',\n standalone: true,\n})\nexport class SidenavHeaderDirective {\n constructor(\n @Inject(TemplateRef)\n public readonly template: TemplateRef,\n ) {\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/SidenavToggleButtonComponent.html":{"url":"components/SidenavToggleButtonComponent.html","title":"component - SidenavToggleButtonComponent","body":"\n \n\n\n\n\n\n Components\n \n SidenavToggleButtonComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/lib/default-header/sidenav-toggle-button/sidenav-toggle-button.component.ts\n\n\n\n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n rxap-sidenav-toggle-button\n \n\n \n standalone\n true\n \n\n \n imports\n \n MatIcon\n MatIconButton\n \n \n\n \n styleUrls\n ./sidenav-toggle-button.component.scss\n \n\n\n\n \n templateUrl\n ./sidenav-toggle-button.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n Readonly\n opened\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n Public\n toggle\n \n \n \n \n\n\n\n\n\n \n \n\n\n\n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n Public\n toggle\n \n \n \n \n \n \n \n toggle()\n \n \n\n\n \n \n Defined in src/lib/default-header/sidenav-toggle-button/sidenav-toggle-button.component.ts:28\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n Readonly\n opened\n \n \n \n \n \n \n Default value : computed(() => this.layoutComponentService.opened())\n \n \n \n \n Defined in src/lib/default-header/sidenav-toggle-button/sidenav-toggle-button.component.ts:26\n \n \n\n\n \n \n\n\n\n\n\n \n import {\n ChangeDetectionStrategy,\n Component,\n computed,\n inject,\n} from '@angular/core';\nimport { MatIconButton } from '@angular/material/button';\nimport { MatIcon } from '@angular/material/icon';\nimport { LayoutService } from '../../layout.service';\n\n@Component({\n selector: 'rxap-sidenav-toggle-button',\n templateUrl: './sidenav-toggle-button.component.html',\n styleUrls: [ './sidenav-toggle-button.component.scss' ],\n changeDetection: ChangeDetectionStrategy.OnPush,\n standalone: true,\n imports: [\n MatIcon,\n MatIconButton,\n ],\n})\nexport class SidenavToggleButtonComponent {\n\n private readonly layoutComponentService = inject(LayoutService);\n\n public readonly opened = computed(() => this.layoutComponentService.opened());\n\n public toggle() {\n this.layoutComponentService.toggleOpened();\n }\n\n}\n\n \n\n \n \n @if (opened()) {\n menu_open\n } @else {\n menu\n }\n\n\n \n\n \n \n ./sidenav-toggle-button.component.scss\n \n \n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' @if (opened()) { menu_open } @else { menu }'\n var COMPONENTS = [{'name': 'AppsButtonComponent', 'selector': 'rxap-apps-button'},{'name': 'BaseLayoutComponent', 'selector': 'rxap-base-layout'},{'name': 'DefaultHeaderComponent', 'selector': 'rxap-default-header'},{'name': 'FooterComponent', 'selector': 'rxap-footer'},{'name': 'HeaderComponent', 'selector': 'rxap-header'},{'name': 'LayoutComponent', 'selector': 'rxap-layout'},{'name': 'MinimalLayoutComponent', 'selector': 'rxap-minimal-layout'},{'name': 'NavigationComponent', 'selector': 'ul[rxap-navigation]'},{'name': 'NavigationItemComponent', 'selector': 'li[rxap-navigation-item]'},{'name': 'NavigationProgressBarComponent', 'selector': 'rxap-navigation-progress-bar'},{'name': 'ReleaseInfoComponent', 'selector': 'rxap-release-info'},{'name': 'SettingsButtonComponent', 'selector': 'rxap-settings-button'},{'name': 'SidenavComponent', 'selector': 'rxap-sidenav'},{'name': 'SidenavToggleButtonComponent', 'selector': 'rxap-sidenav-toggle-button'},{'name': 'UserProfileIconComponent', 'selector': 'rxap-user-profile-icon'}];\n var DIRECTIVES = [{'name': 'FooterDirective', 'selector': '[rxapFooter]'},{'name': 'HeaderDirective', 'selector': '[rxapHeader]'},{'name': 'SidenavFooterDirective', 'selector': '[rxapSidenavFooter]'},{'name': 'SidenavHeaderDirective', 'selector': '[rxapSidenavHeader]'}];\n var ACTUAL_COMPONENT = {'name': 'SidenavToggleButtonComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/UserProfileIconComponent.html":{"url":"components/UserProfileIconComponent.html","title":"component - UserProfileIconComponent","body":"\n \n\n\n\n\n\n Components\n \n UserProfileIconComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/lib/default-header/user-profile-icon/user-profile-icon.component.ts\n\n\n\n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n rxap-user-profile-icon\n \n\n \n standalone\n true\n \n\n \n imports\n \n MatMenuModule\n MatIconModule\n \n \n\n \n styleUrls\n ./user-profile-icon.component.scss\n \n\n\n\n \n templateUrl\n ./user-profile-icon.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n Readonly\n profile\n \n \n Public\n Readonly\n username\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n Public\n logout\n \n \n \n \n\n \n \n Inputs\n \n \n \n \n \n \n profile\n \n \n \n \n\n\n\n\n \n \n\n\n\n \n Inputs\n \n \n \n \n \n profile\n \n \n \n \n Required : true\n \n \n \n \n Defined in src/lib/default-header/user-profile-icon/user-profile-icon.component.ts:30\n \n \n \n \n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n Public\n logout\n \n \n \n \n \n \n \n logout()\n \n \n\n\n \n \n Defined in src/lib/default-header/user-profile-icon/user-profile-icon.component.ts:40\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n Readonly\n profile\n \n \n \n \n \n \n Defined in src/lib/default-header/user-profile-icon/user-profile-icon.component.ts:30\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n Readonly\n username\n \n \n \n \n \n \n Default value : computed(() => {\n const profile = this.profile();\n if (profile) {\n return this.extractUsernameFromProfile(profile);\n }\n return null;\n })\n \n \n \n \n Defined in src/lib/default-header/user-profile-icon/user-profile-icon.component.ts:32\n \n \n\n\n \n \n\n\n\n\n\n \n import {\n ChangeDetectionStrategy,\n Component,\n computed,\n inject,\n input,\n} from '@angular/core';\nimport { MatIconModule } from '@angular/material/icon';\nimport { MatMenuModule } from '@angular/material/menu';\nimport { PubSubService } from '@rxap/ngx-pub-sub';\nimport { EXTRACT_USERNAME_FROM_PROFILE } from '../../tokens';\nimport { ExtractUsernameFromProfileFn } from '../../types';\n\n@Component({\n selector: 'rxap-user-profile-icon',\n templateUrl: './user-profile-icon.component.html',\n styleUrls: [ './user-profile-icon.component.scss' ],\n changeDetection: ChangeDetectionStrategy.OnPush,\n standalone: true,\n imports: [\n MatMenuModule,\n MatIconModule,\n ],\n})\nexport class UserProfileIconComponent {\n\n private readonly extractUsernameFromProfile: ExtractUsernameFromProfileFn = inject(EXTRACT_USERNAME_FROM_PROFILE);\n private readonly pubSubService = inject(PubSubService);\n\n public readonly profile = input.required();\n\n public readonly username = computed(() => {\n const profile = this.profile();\n if (profile) {\n return this.extractUsernameFromProfile(profile);\n }\n return null;\n });\n\n public logout() {\n this.pubSubService.publish('authentication.logout');\n }\n\n\n}\n\n \n\n \n \n \n\n\n\n @if (this.username(); as username) {\n \n \n \n {{username}}\n \n \n }\n \n \n \n Logout\n \n \n\n\n \n\n \n \n ./user-profile-icon.component.scss\n \n \n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' @if (this.username(); as username) { {{username}} } Logout '\n var COMPONENTS = [{'name': 'AppsButtonComponent', 'selector': 'rxap-apps-button'},{'name': 'BaseLayoutComponent', 'selector': 'rxap-base-layout'},{'name': 'DefaultHeaderComponent', 'selector': 'rxap-default-header'},{'name': 'FooterComponent', 'selector': 'rxap-footer'},{'name': 'HeaderComponent', 'selector': 'rxap-header'},{'name': 'LayoutComponent', 'selector': 'rxap-layout'},{'name': 'MinimalLayoutComponent', 'selector': 'rxap-minimal-layout'},{'name': 'NavigationComponent', 'selector': 'ul[rxap-navigation]'},{'name': 'NavigationItemComponent', 'selector': 'li[rxap-navigation-item]'},{'name': 'NavigationProgressBarComponent', 'selector': 'rxap-navigation-progress-bar'},{'name': 'ReleaseInfoComponent', 'selector': 'rxap-release-info'},{'name': 'SettingsButtonComponent', 'selector': 'rxap-settings-button'},{'name': 'SidenavComponent', 'selector': 'rxap-sidenav'},{'name': 'SidenavToggleButtonComponent', 'selector': 'rxap-sidenav-toggle-button'},{'name': 'UserProfileIconComponent', 'selector': 'rxap-user-profile-icon'}];\n var DIRECTIVES = [{'name': 'FooterDirective', 'selector': '[rxapFooter]'},{'name': 'HeaderDirective', 'selector': '[rxapHeader]'},{'name': 'SidenavFooterDirective', 'selector': '[rxapSidenavFooter]'},{'name': 'SidenavHeaderDirective', 'selector': '[rxapSidenavHeader]'}];\n var ACTUAL_COMPONENT = {'name': 'UserProfileIconComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"changelog.html":{"url":"changelog.html","title":"getting-started - changelog","body":"\n \n\nChange Log\nAll notable changes to this project will be documented in this file.\nSee Conventional Commits for commit guidelines.\n18.1.0-dev.1 (2024-06-25)\nFeatures\n\nsupport static external apps (c005399)\n\n18.1.0-dev.0 (2024-06-24)\nBug Fixes\n\nmove language selector (8cfbe0d)\n\nFeatures\n\nadd signal (8f9e868)\nsupport custom settings components (9349248)\nsupport router link for app buttons (51b7502)\n\n18.0.3-dev.1 (2024-06-21)\nNote: Version bump only for package @rxap/layout\n18.0.3-dev.0 (2024-06-20)\nNote: Version bump only for package @rxap/layout\n18.0.2 (2024-06-18)\nNote: Version bump only for package @rxap/layout\n18.0.2-dev.2 (2024-06-17)\nNote: Version bump only for package @rxap/layout\n18.0.2-dev.1 (2024-06-17)\nNote: Version bump only for package @rxap/layout\n18.0.2-dev.0 (2024-06-05)\nNote: Version bump only for package @rxap/layout\n18.0.1 (2024-05-30)\nNote: Version bump only for package @rxap/layout\n18.0.1-dev.0 (2024-05-30)\nNote: Version bump only for package @rxap/layout\n17.0.1 (2024-05-29)\nNote: Version bump only for package @rxap/layout\n17.0.1-dev.0 (2024-05-29)\nNote: Version bump only for package @rxap/layout\n17.0.1 (2024-05-29)\nNote: Version bump only for package @rxap/layout\n17.0.1-dev.0 (2024-05-29)\nNote: Version bump only for package @rxap/layout\n16.0.3 (2024-05-28)\nNote: Version bump only for package @rxap/layout\n16.0.3-dev.0 (2024-05-28)\nNote: Version bump only for package @rxap/layout\n16.0.2 (2024-05-27)\nNote: Version bump only for package @rxap/layout\n16.0.2-dev.2 (2024-05-27)\nNote: Version bump only for package @rxap/layout\n16.0.2-dev.1 (2024-04-29)\nBug Fixes\n\ndisable theme and font menu point if property is false (2999fac)\nreturn null if explicit set to false (285b99c)\n\n16.0.2-dev.0 (2024-04-28)\nNote: Version bump only for package @rxap/layout\n16.0.1 (2024-04-17)\nNote: Version bump only for package @rxap/layout\n16.0.1-dev.4 (2024-04-09)\nNote: Version bump only for package @rxap/layout\n16.0.1-dev.3 (2024-03-11)\nNote: Version bump only for package @rxap/layout\n16.0.1-dev.2 (2024-03-05)\nNote: Version bump only for package @rxap/layout\n16.0.1-dev.1 (2024-03-04)\nBug Fixes\n\nuse correct tailwind class for hidden (e56611c)\n\n16.0.1-dev.0 (2024-02-09)\nBug Fixes\n\nremove FlexLayout dependency (1fea895)\n\n16.0.0 (2024-02-07)\nNote: Version bump only for package @rxap/layout\n16.0.0-dev.43 (2023-11-23)\nBug Fixes\n\nalways show the selected language (78d02b7)\n\n16.0.0-dev.42 (2023-10-30)\nBug Fixes\n\nonly add lang string if in production (f4b555c)\n\nFeatures\n\nadd getAppUrlOrThrow method (7e0c816)\n\n16.0.0-dev.41 (2023-10-11)\nNote: Version bump only for package @rxap/layout\n16.0.0-dev.40 (2023-10-11)\nNote: Version bump only for package @rxap/layout\n16.0.0-dev.39 (2023-10-11)\nBug Fixes\n\nadd browser-tailwind as imp dep if project has tailwind configuration (3d90660)\nadd licence file to publishable packages (d7de1cb)\napply restored theme config in the correct order (59f9b7e)\nchange overscroll-contain to overscroll-auto (8834055)\nclose sidenav if change to collapsed mode (d42cf01)\ndarkMode property was changed to a single (ed6002e)\ndisable i18n check in development mode (3394767)\nensure min padding for navigation items (2a50b09)\nensure sidenav container is always fulling the screen (706dad3)\nensure the project name is not included in the project tag list (46d4479)\nensure the username is always fully visible (6c8560a)\ngenerate readme with peer dependencies to install (27c2cd7)\nimprove dynamic theme handling (77c62df)\ninitial state issues (80f4aae)\nmove status infiltrator to layout component (7ee22ee)\nmove theme related code to the project angular-theme (c0fd3bc)\nonly add margin to sidenav content if in collapsed mode (96e00c4)\npeer dependency issue (ee95415)\nrefactor user service use (3b30276)\nremove @Required decorator (bcd9988)\nremove css class usage of container (472cc12)\nset default layout header color to undefined (569488a)\nstart user settings theme sync (6049e53)\nsupport advanced settings for layout sidenav (0a4a33d)\nuse authorization service directly (71024c3)\nuse mdi icons (55afb8b)\nuse new angular-theme project (67e9290)\nuse relative path as default (66d39a4)\nuse tailwind to create a bundled theme.css (da870f0)\n\nFeatures\n\nadd changelog button (582830b)\nadd language utility services (4c248be)\nload icons on layout component creation (29a5462)\nrestore theme settings from user settings (fd32708)\nsupport custom menu items for the layout header component (2e2c351)\nsupport dynamic font families and theme density (6a54998)\nsupport dynamic theme configuration (ce4f5c4)\nuse status indicator component (cfdce4e)\n\n16.0.0-dev.38 (2023-10-01)\nBug Fixes\n\nensure sidenav container is always fulling the screen (31c72a1)\n\n16.0.0-dev.37 (2023-09-30)\nBug Fixes\n\napply restored theme config in the correct order (95c5dc0)\n\n16.0.0-dev.36 (2023-09-30)\nBug Fixes\n\ndarkMode property was changed to a single (f497950)\nstart user settings theme sync (14545bf)\n\nFeatures\n\nrestore theme settings from user settings (35d2fef)\n\n16.0.0-dev.35 (2023-09-29)\nBug Fixes\n\nmove theme related code to the project angular-theme (dff497a)\nuse new angular-theme project (4d99def)\n\n16.0.0-dev.34 (2023-09-28)\nBug Fixes\n\nimprove dynamic theme handling (7ffd28b)\n\n16.0.0-dev.33 (2023-09-28)\nFeatures\n\nsupport dynamic font families and theme density (a212366)\nsupport dynamic theme configuration (2c0cf1d)\n\n16.0.0-dev.32 (2023-09-27)\nNote: Version bump only for package @rxap/layout\n16.0.0-dev.31 (2023-09-22)\nBug Fixes\n\ninitial state issues (f390f65)\n\n16.0.0-dev.30 (2023-09-21)\nBug Fixes\n\nchange overscroll-contain to overscroll-auto (0a8db9f)\n\n16.0.0-dev.29 (2023-09-21)\nBug Fixes\n\nclose sidenav if change to collapsed mode (7a35660)\nonly add margin to sidenav content if in collapsed mode (c72febe)\n\n16.0.0-dev.28 (2023-09-21)\nBug Fixes\n\nmove status infiltrator to layout component (1d1f69b)\nsupport advanced settings for layout sidenav (65ff765)\n\n16.0.0-dev.27 (2023-09-19)\nBug Fixes\n\nrefactor user service use (cf553c9)\nuse authorization service directly (35ec333)\n\nFeatures\n\nadd language utility services (96e6785)\n\n16.0.0-dev.26 (2023-09-18)\nBug Fixes\n\nuse relative path as default (42f1a8e)\n\n16.0.0-dev.25 (2023-09-17)\nFeatures\n\nadd changelog button (ccd3b2b)\n\n16.0.0-dev.24 (2023-09-14)\nBug Fixes\n\nremove css class usage of container (9a1969f)\n\n16.0.0-dev.23 (2023-09-12)\nBug Fixes\n\npeer dependency issue (e67e2b8)\n\n16.0.0-dev.22 (2023-09-12)\nNote: Version bump only for package @rxap/layout\n16.0.0-dev.21 (2023-09-07)\nBug Fixes\n\nensure the username is always fully visible (48fc3f5)\n\n16.0.0-dev.20 (2023-09-07)\nNote: Version bump only for package @rxap/layout\n16.0.0-dev.19 (2023-09-03)\nNote: Version bump only for package @rxap/layout\n16.0.0-dev.18 (2023-09-03)\nNote: Version bump only for package @rxap/layout\n16.0.0-dev.17 (2023-09-03)\nBug Fixes\n\nuse mdi icons (abc10a1)\n\nFeatures\n\nload icons on layout component creation (0143fc3)\n\n16.0.0-dev.16 (2023-09-01)\nFeatures\n\nuse status indicator component (a95c8ad)\n\n16.0.0-dev.15 (2023-08-31)\nBug Fixes\n\nensure the project name is not included in the project tag list (b131ac3)\n\n16.0.0-dev.14 (2023-08-24)\nFeatures\n\nsupport custom menu items for the layout header component (97ce8d0)\n\n16.0.0-dev.13 (2023-08-07)\nBug Fixes\n\nset default layout header color to undefined (21b6199)\n\n16.0.0-dev.12 (2023-08-06)\nBug Fixes\n\ndisable i18n check in development mode (69f92d3)\n\n16.0.0-dev.11 (2023-08-06)\nBug Fixes\n\nremove @Required decorator (8df4bf3)\n\n16.0.0-dev.10 (2023-08-04)\nBug Fixes\n\nadd licence file to publishable packages (ca6d4d5)\n\n16.0.0-dev.9 (2023-08-03)\nNote: Version bump only for package @rxap/layout\n16.0.0-dev.8 (2023-08-03)\nBug Fixes\n\nadd browser-tailwind as imp dep if project has tailwind configuration (6ea13c5)\nensure min padding for navigation items (2667fd7)\n\n16.0.0-dev.7 (2023-08-01)\nBug Fixes\n\ngenerate readme with peer dependencies to install (e7039bb)\nuse tailwind to create a bundled theme.css (bfda0dc)\n\n16.0.0-dev.6 (2023-08-01)\nBug Fixes\n\nresolve circular dependency between NavigationItemComponent and NavigationComponent (cc0eece)\nrestructure and merge mono repos packages, schematics, plugins and nest (a057d77)\nupdate package dependency versions (45bd022)\n\n16.0.0-dev.5 (2023-07-20)\nBug Fixes\n\nresolve circular dependency between NavigationItemComponent and NavigationComponent (3e97a5d)\n\n16.0.0-dev.4 (2023-07-10)\nBug Fixes\n\nupdate package dependency versions (8479f5c)\n\n16.0.0-dev.3 (2023-07-10)\nBug Fixes\n\nrestructure and merge mono repos packages, schematics, plugins and nest (653b4cd)\n\n16.0.0-dev.2 (2023-05-31)\nNote: Version bump only for package @rxap/layout\n16.0.0-dev.1 (2023-05-18)\nBug Fixes\n\nupdate rxap packagedependencies (6e12567)\n\n16.0.0-dev.0 (2023-05-18)\nchore\n\nupgrade to nrwl 16.x.x (12dd87e)\n\nBREAKING CHANGES\n\nupgrade nrwl 16.x.x\n\n15.0.0 (2023-05-17)\nchore\n\nupgrade to nrwl 15.x.x (ad95577)\n\nBREAKING CHANGES\n\nupgrade nrwl 15.x.x\n\n14.0.3 (2022-12-14)\nNote: Version bump only for package @rxap/layout\n14.0.2 (2022-12-13)\nNote: Version bump only for package @rxap/layout\n14.0.1 (2022-10-31)\nBug Fixes\n\nremove i18n specific ids (21ef36d)\n\n14.0.0 (2022-09-16)\nchore\n\nupgrade to 14.x.x (66f0719)\n\nBREAKING CHANGES\n\nupgrade to 14.x.x\n\n13.0.0 (2022-09-11)\nNote: Version bump only for package @rxap/layout\n13.0.0-next.3 (2022-03-29)\nNote: Version bump only for package @rxap/layout\n13.0.0-next.2 (2022-03-29)\nNote: Version bump only for package @rxap/layout\n13.0.0-next.1 (2022-03-17)\nBuild System\n\nupgrade to nrwl/angular13.x.x (f8920e7)\n\nBREAKING CHANGES\n\nupdate the core nrwl/angular packages to 13.x.x\n\nSigned-off-by: Merzough Münker mmuenker@digitaix.com\n12.2.3 (2022-02-24)\nBug Fixes\n\nnavigation: expose replace routerpipe (3a2a238)\n\n13.0.0-next.0 (2022-02-19)\nBuild System\n\nupgrade to nrwl/angular13.x.x (f8920e7)\n\nBREAKING CHANGES\n\nupdate the core nrwl/angular packages to 13.x.x\n\nSigned-off-by: Merzough Münker mmuenker@digitaix.com\n12.2.2 (2022-01-28)\nBug Fixes\n\nnavigation: only check children status if childrenexists (8f1d007)\n\n12.2.1 (2022-01-28)\nBug Fixes\n\nnavigation: support custom navigation itemproperties (a085d57)\n\n12.2.0 (2021-09-03)\nNote: Version bump only for package @rxap/layout\n12.2.0-next.0 (2021-08-11)\nBug Fixes\n\ndefault collapse sidenav (346be5d)\n\nFeatures\n\nadd tooltip for collapsed navigationitems (0a5c87b)\n\n12.1.0 (2021-07-22)\nNote: Version bump only for package @rxap/layout\n12.1.0-next.1 (2021-07-21)\nFeatures\n\nnavigate to root after signout (10a64b6)\n\n12.1.0-next.0 (2021-07-21)\nFeatures\n\nnavigate to root after signout (a98e467)\n\n12.0.11-alpha.0 (2021-07-20)\nNote: Version bump only for package @rxap/layout\n12.0.11-next.0 (2021-07-15)\nBug Fixes\n\nset default logo width to192px (cc1e4c2)\n\n12.0.10 (2021-07-12)\nBug Fixes\n\nlayout: fix missing modetype (cf1649a)\n\n12.0.9 (2021-07-09)\nNote: Version bump only for package @rxap/layout\n12.0.9-next.0 (2021-07-09)\nBug Fixes\n\nsplit into rxjs and reflect-metadata subpackages (ab6e325)\n\n12.0.8 (2021-07-09)\nNote: Version bump only for package @rxap/layout\n12.0.8-next.0 (2021-06-29)\nBug Fixes\n\ncollapse styling (e9fe775)\n\n12.0.7 (2021-06-24)\nNote: Version bump only for package @rxap/layout\n12.0.6 (2021-06-23)\nNote: Version bump only for package @rxap/layout\n12.0.5 (2021-06-23)\nNote: Version bump only for package @rxap/layout\n12.0.4 (2021-06-14)\nNote: Version bump only for package @rxap/layout\n12.0.3 (2021-06-09)\nBug Fixes\n\nremove ng-mockspeerDependency (0940f5f)\n\n12.0.2 (2021-06-09)\nBug Fixes\n\nadd readme generator (aca8e49)\n\n12.0.1 (2021-05-24)\nBug Fixes\n\nadd readme generator (aca8e49)\n\n12.0.0 (2021-05-24)\nNote: Version bump only for package @rxap/layout\n11.4.4 (2021-05-04)\nBug Fixes\n\nadd missing i18n tag (5139adb)\n\n11.4.3 (2021-04-30)\nBug Fixes\n\nschematics: update module toesnext (d1e2cd2)\nschematics: update to general schematicstsconfig (83e5f9a)\n\n11.4.2 (2021-04-28)\nBug Fixes\n\nnavigation-item: remove iconpadding (354cce1)\n\n11.4.1 (2021-04-21)\nBug Fixes\n\ntrigger auto redirectmanuel (849e28a)\n\n11.4.0 (2021-04-21)\nFeatures\n\nadd language selector (4204cd4)\n\n11.3.1 (2021-04-21)\nBug Fixes\n\nsuppressed href action (a7874fb)\n\n11.3.0 (2021-04-21)\nFeatures\n\nadd apps button concept (be394b0)\n\n11.2.2 (2021-03-19)\nBug Fixes\n\nupdate peer dependencies (954fde4)\n\n11.2.1 (2021-03-19)\nBug Fixes\n\nupdate peer dependencies (dd22b0c)\n\n11.2.0 (2021-03-19)\nBug Fixes\n\nupdate peer dependencies (2eeb7eb)\nupdate peer dependencies (c7d1267)\n\nFeatures\n\nmv the material directives to the packagerxap/material-directives (d54c5fe)\n\n11.1.1 (2021-03-09)\nNote: Version bump only for package @rxap/layout\n11.1.0 (2021-03-02)\nFeatures\n\nnavigation: add status providersupport (1dba44a)\n\n11.0.4 (2021-02-04)\nNote: Version bump only for package @rxap/layout\n11.0.3 (2021-01-15)\nNote: Version bump only for package @rxap/layout\n11.0.2 (2021-01-12)\nNote: Version bump only for package @rxap/layout\n11.0.1 (2021-01-05)\nNote: Version bump only for package @rxap/layout\n11.0.0 (2021-01-03)\nNote: Version bump only for package @rxap/layout\n10.0.0 (2021-01-03)\nBug Fixes\n\ncustom property keygeneration (b6e6d23)\nSidenavContentComponentService: update footer rowcount (1d2383c)\n\nFeatures\n\nlayout: add collapse sidenavigation (cb2082f)\nlayout: add collapse sidenavigation (069a66b)\nlayout: add collapse side navigationbutton (2873ec4)\nadd FooterDirective (3051ba6)\nsupport for custom root navigation and collapsedclasses (95d3e46)\nsupport for the new footer serviceconcept (4a175e8)\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"dependencies.html":{"url":"dependencies.html","title":"package-dependencies - dependencies","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n Dependencies\n \n \n \n @nx/devkit : 19.3.0\n \n tslib : 2.6.2\n \n\n\n \n \n Peer dependencies\n \n \n \n @angular/animations : ^18.0.1\n \n @angular/cdk : ^18.0.0\n \n @angular/common : ^18.0.1\n \n @angular/core : ^18.0.1\n \n @angular/material : ^18.0.0\n \n @angular/router : ^18.0.1\n \n @rxap/browser-utilities : ^1.1.4-dev.1\n \n @rxap/config : ^18.1.1-dev.2\n \n @rxap/environment : ^18.0.3-dev.2\n \n @rxap/material-directives : ^18.0.3-dev.1\n \n @rxap/ngx-pub-sub : ^18.0.3-dev.1\n \n @rxap/ngx-theme : ^18.0.3-dev.1\n \n @rxap/ngx-user : ^18.0.3-dev.1\n \n @rxap/pattern : ^1.1.5-dev.1\n \n @rxap/utilities : ^16.2.4-dev.1\n \n rxjs : ^7.8.1\n \n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"miscellaneous/functions.html":{"url":"miscellaneous/functions.html","title":"miscellaneous-functions - functions","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Miscellaneous\n Functions\n\n\n\n Index\n \n \n \n \n \n \n initGenerator (src/.../generator.ts)\n \n \n IsNavigationDividerItem (src/.../navigation-item.ts)\n \n \n IsNavigationInsertItem (src/.../navigation-item.ts)\n \n \n IsNavigationItem (src/.../navigation-item.ts)\n \n \n provideLayout (src/.../provide.ts)\n \n \n widthDefaultHeaderComponent (src/.../provide.ts)\n \n \n withExternalApps (src/.../provide.ts)\n \n \n withFooterComponents (src/.../provide.ts)\n \n \n withHeaderComponents (src/.../provide.ts)\n \n \n withNavigationConfig (src/.../provide.ts)\n \n \n withNavigationInserts (src/.../provide.ts)\n \n \n withReleaseInfoModules (src/.../provide.ts)\n \n \n withSettingsMenuItems (src/.../provide.ts)\n \n \n \n \n \n \n\n\n src/generators/init/generator.ts\n \n \n \n \n \n \n \n initGenerator\n \n \n \n \n \n \ninitGenerator(tree: Tree, options: InitGeneratorSchema)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n tree\n \n Tree\n \n\n \n No\n \n\n\n \n \n options\n \n InitGeneratorSchema\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n \n src/lib/navigation/navigation-item.ts\n \n \n \n \n \n \n \n IsNavigationDividerItem\n \n \n \n \n \n \nIsNavigationDividerItem(item: any)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n item\n \n any\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : NavigationDividerItem\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n IsNavigationInsertItem\n \n \n \n \n \n \nIsNavigationInsertItem(item: any)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n item\n \n any\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : NavigationInsertItem\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n IsNavigationItem\n \n \n \n \n \n \nIsNavigationItem(item: any)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n item\n \n any\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : NavigationItem\n\n \n \n \n \n \n \n \n \n src/lib/provide.ts\n \n \n \n \n \n \n \n provideLayout\n \n \n \n \n \n \nprovideLayout(...additionalProviders: undefined)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Optional\n \n \n \n \n additionalProviders\n\n \n No\n \n\n\n \n \n \n \n \n Returns : Provider[]\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n widthDefaultHeaderComponent\n \n \n \n \n \n \nwidthDefaultHeaderComponent()\n \n \n\n\n\n\n \n \n\n \n Returns : Provider\n\n \n \n \n \n \n \n \n \n \n \n \n withExternalApps\n \n \n \n \n \n \nwithExternalApps(...apps: undefined)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Optional\n \n \n \n \n apps\n\n \n No\n \n\n\n \n \n \n \n \n Returns : Provider[]\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n withFooterComponents\n \n \n \n \n \n \nwithFooterComponents(components: Array)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n components\n \n Array\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : Provider[]\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n withHeaderComponents\n \n \n \n \n \n \nwithHeaderComponents(components: Array)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n components\n \n Array\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : Provider[]\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n withNavigationConfig\n \n \n \n \n \n \nwithNavigationConfig(config)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Optional\n \n \n \n \n config\n\n \n No\n \n\n\n \n \n \n \n \n Returns : Provider[]\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n withNavigationInserts\n \n \n \n \n \n \nwithNavigationInserts(inserts: Record)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n inserts\n \n Record\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : Provider[]\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n withReleaseInfoModules\n \n \n \n \n \n \nwithReleaseInfoModules(...module: undefined)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Optional\n \n \n \n \n module\n\n \n No\n \n\n\n \n \n \n \n \n Returns : Provider[]\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n withSettingsMenuItems\n \n \n \n \n \n \nwithSettingsMenuItems(...items: Array)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n items\n \n Array\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : Provider[]\n\n \n \n \n \n \n \n \n \n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"index.html":{"url":"index.html","title":"getting-started - index","body":"\n \n\n@rxap/layout\n\n\n\n\n\n\n\nInstallation\nGet started\nGenerators\n\nInstallation\nAdd the package to your workspace:\nExample :yarn add @rxap/layoutInstall peer dependencies:\nExample :yarn add @angular/animations@^18.0.1 @angular/cdk@^18.0.0 @angular/common@^18.0.1 @angular/core@^18.0.1 @angular/material@^18.0.0 @angular/router@^18.0.1 @rxap/browser-utilities@^1.1.4-dev.1 @rxap/config@^18.1.1-dev.2 @rxap/environment@^18.0.3-dev.2 @rxap/material-directives@^18.0.3-dev.1 @rxap/ngx-pub-sub@^18.0.3-dev.1 @rxap/ngx-theme@^18.0.3-dev.1 @rxap/ngx-user@^18.0.3-dev.1 @rxap/pattern@^1.1.5-dev.1 @rxap/utilities@^16.2.4-dev.1 rxjs@^7.8.1 Execute the init generator:\nExample :yarn nx g @rxap/layout:initGet started\nLayout\nCreate a new file layout.routes.ts in the app folder. This file will contain all child routes that should be loaded within the layout component.\nExample :import { LayoutComponent, provideLayout } from '@rxap/layout';\n\nconst ROUTES: Route[] = [\n {\n path: '',\n component: LayoutComponent,\n children: [ ],\n providers: [ provideLayout() ],\n },\n];Import the layout routes into the app.routes.ts file.\nExample :export const appRoutes: Route[] = [\n {\n path: '',\n loadChildren: () => import('./layout.routes'),\n },\n {\n path: '**',\n redirectTo: '',\n },\n];Navigation\nCreate a new file app.navigation.ts in the app folder. This file will contain the navigation items that should be displayed in the layout component.\nExample :export const APP_NAVIGATION: () => NavigationWithInserts = () => [];Provide the app navigation in the layout routes:\nExample :import {\n LayoutComponent,\n ProvideNavigationConfig,\n withNavigationService,\n} from '@rxap/layout';\nimport { APP_NAVIGATION } from './app.navigation';\n\nconst ROUTES: Route[] = [\n {\n path: '',\n component: LayoutComponent,\n children: [ ],\n providers: [\n provideLayout(\n withNavigationConfig(APP_NAVIGATION),\n ),\n ],\n },\n];Navigation Item\nA navigation item represents a single item in the navigation sidebar. Each item has the required properties label and routerLink. The label property is the text that should be displayed in the sidebar. The routerLink property is the path that should be navigated to when the item is clicked.\nExample :const item: NavigationItem = {\n label: 'Home',\n routerLink: '/',\n};With the children property, a navigation item can have child items. The child items are displayed in a dropdown menu when the parent item is clicked.\nExample :const item: NavigationItem = {\n label: 'Home',\n routerLink: '/',\n children: [\n {\n label: 'Child',\n routerLink: '/child',\n },\n ],\n};Icon Property\nWith the icon property, the item can be assigned an icon. The icon is displayed to the left of the label. If the navigation sidebar is collapsed, only the icon is displayed.\nExample :const item: NavigationItem = {\n label: 'Home',\n routerLink: '/',\n icon: { icon: 'home' },\n};Status Property\nWith the status property, a injectable token, class or function can be assigned to the item. The object must have the method isVisible which returns a boolean. If the method returns false, the item is not displayed in the navigation sidebar.\nExample :@Injectable()\nclass SetNavStatus {\n isVisible(item: NavigationItem): boolean {\n return false;\n }\n}\n\nconst item: NavigationItem = {\n label: 'Home',\n routerLink: '/',\n status: SetNavStatus,\n};Navigation Divider Item\nA navigation divider item is a horizontal line that separates navigation items. It is used to group items in the navigation sidebar. It is required to set the property divider to true. With the optional property title, a title can be defined that is displayed below the divider.\nExample :const item: NavigationDividerItem = {\n divider: true,\n title: 'Group',\n};Navigation Insert Item (WIP)\nA navigation insert item is a placeholder for a navigation item that should be inserted into the navigation sidebar. \nThe item is used to define where a dynamic navigation should be inserted. The insert property is the key that is used \nidentify the insert item. The insert property is required.\nExample :const item: NavigationInsertItem = {\n insert: 'insert-key',\n};Header\nThe header is composed of the components from left to right: AppsButtonComponent, SettingsButtonComponent and UserProfileIconComponent.\nApps Button\nThe apps buttons allow for a navigation between different applications. To configure the apps button, the config path \nnavigation.apps must be set with an array of object with the property title and ether routerLink or href. If the\nproperty href is set, the link is opened in a new tab. If the property routerLink the router is used to navigate.\nExample :{\n \"navigation\": {\n \"apps\": [\n {\n \"title\": \"App 1\",\n \"routerLink\": [\"/\", \"app1\"]\n },\n {\n \"title\": \"App 2\",\n \"href\": \"https://app2.com\"\n }\n ]\n }\n}\nIf the application is in production mode, the current localId is appended to the url defined in the href property.\n\nSettings Button Customization (WIP)\nIt is possible to add custom items to the settings menu. This custom item can be a component or a configuration object.\n\n\nConfiguration Object\nThe action function is called when the item is clicked. It is possible to use the inject function to inject services.\nExample :import {\n LayoutComponent,\n ProvideNavigationConfig,\n withNavigationService,\n} from '@rxap/layout';\nimport { APP_NAVIGATION } from './app.navigation';\n\nconst ROUTES: Route[] = [\n {\n path: '',\n component: LayoutComponent,\n children: [ ],\n providers: [\n provideLayout(\n withNavigationConfig(APP_NAVIGATION),\n withSettingsMenuItems(\n {\n label: 'Custom Item',\n icon: { icon: 'home' },\n action: () => inject(MatDialog).open(MyCustomDialogComponent),\n }\n )\n ),\n ],\n },\n];Component\nIf a component is provided ensure the component template uses the mat-menu-item component:\nExample :My Custom ItemExample :import {\n LayoutComponent,\n ProvideNavigationConfig,\n withNavigationService,\n} from '@rxap/layout';\nimport { APP_NAVIGATION } from './app.navigation';\n\nconst ROUTES: Route[] = [\n {\n path: '',\n component: LayoutComponent,\n children: [ ],\n providers: [\n provideLayout(\n withNavigationConfig(APP_NAVIGATION),\n withSettingsMenuItems(\n MyCustomMenuItemComponent\n )\n ),\n ],\n },\n];User Profile (WIP)\n...\nDynamic Footer\nWith the directive rxapFooter it is possible to define a dynamic footer. When the directive is used on a in a component,\nthat is rendered in the layout component, the template is rendered in the footer of the layout component.\nExample :\n ...\n\n\n A button in the layout footer\nGenerators\ninit\n\nInitialize the package in the workspace\n\nExample :yarn nx g @rxap/layout:init\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"license.html":{"url":"license.html","title":"getting-started - license","body":"\n \n\nExample : GNU GENERAL PUBLIC LICENSE\n Version 3, 29 June 2007 Copyright (C) 2007 Free Software Foundation, Inc. https://fsf.org/\n Everyone is permitted to copy and distribute verbatim copies\n of this license document, but changing it is not allowed.\nExample : Preamble The GNU General Public License is a free, copyleft license for\nsoftware and other kinds of works.\n The licenses for most software and other practical works are designed\nto take away your freedom to share and change the works. By contrast,\nthe GNU General Public License is intended to guarantee your freedom to\nshare and change all versions of a program--to make sure it remains free\nsoftware for all its users. We, the Free Software Foundation, use the\nGNU General Public License for most of our software; it applies also to\nany other work released this way by its authors. You can apply it to\nyour programs, too.\n When we speak of free software, we are referring to freedom, not\nprice. Our General Public Licenses are designed to make sure that you\nhave the freedom to distribute copies of free software (and charge for\nthem if you wish), that you receive source code or can get it if you\nwant it, that you can change the software or use pieces of it in new\nfree programs, and that you know you can do these things.\n To protect your rights, we need to prevent others from denying you\nthese rights or asking you to surrender the rights. Therefore, you have\ncertain responsibilities if you distribute copies of the software, or if\nyou modify it: responsibilities to respect the freedom of others.\n For example, if you distribute copies of such a program, whether\ngratis or for a fee, you must pass on to the recipients the same\nfreedoms that you received. You must make sure that they, too, receive\nor can get the source code. And you must show them these terms so they\nknow their rights.\n Developers that use the GNU GPL protect your rights with two steps:\n(1) assert copyright on the software, and (2) offer you this License\ngiving you legal permission to copy, distribute and/or modify it.\n For the developers' and authors' protection, the GPL clearly explains\nthat there is no warranty for this free software. For both users' and\nauthors' sake, the GPL requires that modified versions be marked as\nchanged, so that their problems will not be attributed erroneously to\nauthors of previous versions.\n Some devices are designed to deny users access to install or run\nmodified versions of the software inside them, although the manufacturer\ncan do so. This is fundamentally incompatible with the aim of\nprotecting users' freedom to change the software. The systematic\npattern of such abuse occurs in the area of products for individuals to\nuse, which is precisely where it is most unacceptable. Therefore, we\nhave designed this version of the GPL to prohibit the practice for those\nproducts. If such problems arise substantially in other domains, we\nstand ready to extend this provision to those domains in future versions\nof the GPL, as needed to protect the freedom of users.\n Finally, every program is threatened constantly by software patents.\nStates should not allow patents to restrict development and use of\nsoftware on general-purpose computers, but in those that do, we wish to\navoid the special danger that patents applied to a free program could\nmake it effectively proprietary. To prevent this, the GPL assures that\npatents cannot be used to render the program non-free.\n The precise terms and conditions for copying, distribution and\nmodification follow.\nExample : TERMS AND CONDITIONS\nDefinitions.\n\n \"This License\" refers to version 3 of the GNU General Public License.\n \"Copyright\" also means copyright-like laws that apply to other kinds of\nworks, such as semiconductor masks.\n \"The Program\" refers to any copyrightable work licensed under this\nLicense. Each licensee is addressed as \"you\". \"Licensees\" and\n\"recipients\" may be individuals or organizations.\n To \"modify\" a work means to copy from or adapt all or part of the work\nin a fashion requiring copyright permission, other than the making of an\nexact copy. The resulting work is called a \"modified version\" of the\nearlier work or a work \"based on\" the earlier work.\n A \"covered work\" means either the unmodified Program or a work based\non the Program.\n To \"propagate\" a work means to do anything with it that, without\npermission, would make you directly or secondarily liable for\ninfringement under applicable copyright law, except executing it on a\ncomputer or modifying a private copy. Propagation includes copying,\ndistribution (with or without modification), making available to the\npublic, and in some countries other activities as well.\n To \"convey\" a work means any kind of propagation that enables other\nparties to make or receive copies. Mere interaction with a user through\na computer network, with no transfer of a copy, is not conveying.\n An interactive user interface displays \"Appropriate Legal Notices\"\nto the extent that it includes a convenient and prominently visible\nfeature that (1) displays an appropriate copyright notice, and (2)\ntells the user that there is no warranty for the work (except to the\nextent that warranties are provided), that licensees may convey the\nwork under this License, and how to view a copy of this License. If\nthe interface presents a list of user commands or options, such as a\nmenu, a prominent item in the list meets this criterion.\n\nSource Code.\n\n The \"source code\" for a work means the preferred form of the work\nfor making modifications to it. \"Object code\" means any non-source\nform of a work.\n A \"Standard Interface\" means an interface that either is an official\nstandard defined by a recognized standards body, or, in the case of\ninterfaces specified for a particular programming language, one that\nis widely used among developers working in that language.\n The \"System Libraries\" of an executable work include anything, other\nthan the work as a whole, that (a) is included in the normal form of\npackaging a Major Component, but which is not part of that Major\nComponent, and (b) serves only to enable use of the work with that\nMajor Component, or to implement a Standard Interface for which an\nimplementation is available to the public in source code form. A\n\"Major Component\", in this context, means a major essential component\n(kernel, window system, and so on) of the specific operating system\n(if any) on which the executable work runs, or a compiler used to\nproduce the work, or an object code interpreter used to run it.\n The \"Corresponding Source\" for a work in object code form means all\nthe source code needed to generate, install, and (for an executable\nwork) run the object code and to modify the work, including scripts to\ncontrol those activities. However, it does not include the work's\nSystem Libraries, or general-purpose tools or generally available free\nprograms which are used unmodified in performing those activities but\nwhich are not part of the work. For example, Corresponding Source\nincludes interface definition files associated with source files for\nthe work, and the source code for shared libraries and dynamically\nlinked subprograms that the work is specifically designed to require,\nsuch as by intimate data communication or control flow between those\nsubprograms and other parts of the work.\n The Corresponding Source need not include anything that users\ncan regenerate automatically from other parts of the Corresponding\nSource.\n The Corresponding Source for a work in source code form is that\nsame work.\n\nBasic Permissions.\n\n All rights granted under this License are granted for the term of\ncopyright on the Program, and are irrevocable provided the stated\nconditions are met. This License explicitly affirms your unlimited\npermission to run the unmodified Program. The output from running a\ncovered work is covered by this License only if the output, given its\ncontent, constitutes a covered work. This License acknowledges your\nrights of fair use or other equivalent, as provided by copyright law.\n You may make, run and propagate covered works that you do not\nconvey, without conditions so long as your license otherwise remains\nin force. You may convey covered works to others for the sole purpose\nof having them make modifications exclusively for you, or provide you\nwith facilities for running those works, provided that you comply with\nthe terms of this License in conveying all material for which you do\nnot control copyright. Those thus making or running the covered works\nfor you must do so exclusively on your behalf, under your direction\nand control, on terms that prohibit them from making any copies of\nyour copyrighted material outside their relationship with you.\n Conveying under any other circumstances is permitted solely under\nthe conditions stated below. Sublicensing is not allowed; section 10\nmakes it unnecessary.\n\nProtecting Users' Legal Rights From Anti-Circumvention Law.\n\n No covered work shall be deemed part of an effective technological\nmeasure under any applicable law fulfilling obligations under article\n11 of the WIPO copyright treaty adopted on 20 December 1996, or\nsimilar laws prohibiting or restricting circumvention of such\nmeasures.\n When you convey a covered work, you waive any legal power to forbid\ncircumvention of technological measures to the extent such circumvention\nis effected by exercising rights under this License with respect to\nthe covered work, and you disclaim any intention to limit operation or\nmodification of the work as a means of enforcing, against the work's\nusers, your or third parties' legal rights to forbid circumvention of\ntechnological measures.\n\nConveying Verbatim Copies.\n\n You may convey verbatim copies of the Program's source code as you\nreceive it, in any medium, provided that you conspicuously and\nappropriately publish on each copy an appropriate copyright notice;\nkeep intact all notices stating that this License and any\nnon-permissive terms added in accord with section 7 apply to the code;\nkeep intact all notices of the absence of any warranty; and give all\nrecipients a copy of this License along with the Program.\n You may charge any price or no price for each copy that you convey,\nand you may offer support or warranty protection for a fee.\n\nConveying Modified Source Versions.\n\n You may convey a work based on the Program, or the modifications to\nproduce it from the Program, in the form of source code under the\nterms of section 4, provided that you also meet all of these conditions:\nExample :a) The work must carry prominent notices stating that you modified\nit, and giving a relevant date.\n\nb) The work must carry prominent notices stating that it is\nreleased under this License and any conditions added under section\n7. This requirement modifies the requirement in section 4 to\n\"keep intact all notices\".\n\nc) You must license the entire work, as a whole, under this\nLicense to anyone who comes into possession of a copy. This\nLicense will therefore apply, along with any applicable section 7\nadditional terms, to the whole of the work, and all its parts,\nregardless of how they are packaged. This License gives no\npermission to license the work in any other way, but it does not\ninvalidate such permission if you have separately received it.\n\nd) If the work has interactive user interfaces, each must display\nAppropriate Legal Notices; however, if the Program has interactive\ninterfaces that do not display Appropriate Legal Notices, your\nwork need not make them do so. A compilation of a covered work with other separate and independent\nworks, which are not by their nature extensions of the covered work,\nand which are not combined with it such as to form a larger program,\nin or on a volume of a storage or distribution medium, is called an\n\"aggregate\" if the compilation and its resulting copyright are not\nused to limit the access or legal rights of the compilation's users\nbeyond what the individual works permit. Inclusion of a covered work\nin an aggregate does not cause this License to apply to the other\nparts of the aggregate.\n\nConveying Non-Source Forms.\n\n You may convey a covered work in object code form under the terms\nof sections 4 and 5, provided that you also convey the\nmachine-readable Corresponding Source under the terms of this License,\nin one of these ways:\nExample :a) Convey the object code in, or embodied in, a physical product\n(including a physical distribution medium), accompanied by the\nCorresponding Source fixed on a durable physical medium\ncustomarily used for software interchange.\n\nb) Convey the object code in, or embodied in, a physical product\n(including a physical distribution medium), accompanied by a\nwritten offer, valid for at least three years and valid for as\nlong as you offer spare parts or customer support for that product\nmodel, to give anyone who possesses the object code either (1) a\ncopy of the Corresponding Source for all the software in the\nproduct that is covered by this License, on a durable physical\nmedium customarily used for software interchange, for a price no\nmore than your reasonable cost of physically performing this\nconveying of source, or (2) access to copy the\nCorresponding Source from a network server at no charge.\n\nc) Convey individual copies of the object code with a copy of the\nwritten offer to provide the Corresponding Source. This\nalternative is allowed only occasionally and noncommercially, and\nonly if you received the object code with such an offer, in accord\nwith subsection 6b.\n\nd) Convey the object code by offering access from a designated\nplace (gratis or for a charge), and offer equivalent access to the\nCorresponding Source in the same way through the same place at no\nfurther charge. You need not require recipients to copy the\nCorresponding Source along with the object code. If the place to\ncopy the object code is a network server, the Corresponding Source\nmay be on a different server (operated by you or a third party)\nthat supports equivalent copying facilities, provided you maintain\nclear directions next to the object code saying where to find the\nCorresponding Source. Regardless of what server hosts the\nCorresponding Source, you remain obligated to ensure that it is\navailable for as long as needed to satisfy these requirements.\n\ne) Convey the object code using peer-to-peer transmission, provided\nyou inform other peers where the object code and Corresponding\nSource of the work are being offered to the general public at no\ncharge under subsection 6d. A separable portion of the object code, whose source code is excluded\nfrom the Corresponding Source as a System Library, need not be\nincluded in conveying the object code work.\n A \"User Product\" is either (1) a \"consumer product\", which means any\ntangible personal property which is normally used for personal, family,\nor household purposes, or (2) anything designed or sold for incorporation\ninto a dwelling. In determining whether a product is a consumer product,\ndoubtful cases shall be resolved in favor of coverage. For a particular\nproduct received by a particular user, \"normally used\" refers to a\ntypical or common use of that class of product, regardless of the status\nof the particular user or of the way in which the particular user\nactually uses, or expects or is expected to use, the product. A product\nis a consumer product regardless of whether the product has substantial\ncommercial, industrial or non-consumer uses, unless such uses represent\nthe only significant mode of use of the product.\n \"Installation Information\" for a User Product means any methods,\nprocedures, authorization keys, or other information required to install\nand execute modified versions of a covered work in that User Product from\na modified version of its Corresponding Source. The information must\nsuffice to ensure that the continued functioning of the modified object\ncode is in no case prevented or interfered with solely because\nmodification has been made.\n If you convey an object code work under this section in, or with, or\nspecifically for use in, a User Product, and the conveying occurs as\npart of a transaction in which the right of possession and use of the\nUser Product is transferred to the recipient in perpetuity or for a\nfixed term (regardless of how the transaction is characterized), the\nCorresponding Source conveyed under this section must be accompanied\nby the Installation Information. But this requirement does not apply\nif neither you nor any third party retains the ability to install\nmodified object code on the User Product (for example, the work has\nbeen installed in ROM).\n The requirement to provide Installation Information does not include a\nrequirement to continue to provide support service, warranty, or updates\nfor a work that has been modified or installed by the recipient, or for\nthe User Product in which it has been modified or installed. Access to a\nnetwork may be denied when the modification itself materially and\nadversely affects the operation of the network or violates the rules and\nprotocols for communication across the network.\n Corresponding Source conveyed, and Installation Information provided,\nin accord with this section must be in a format that is publicly\ndocumented (and with an implementation available to the public in\nsource code form), and must require no special password or key for\nunpacking, reading or copying.\n\nAdditional Terms.\n\n \"Additional permissions\" are terms that supplement the terms of this\nLicense by making exceptions from one or more of its conditions.\nAdditional permissions that are applicable to the entire Program shall\nbe treated as though they were included in this License, to the extent\nthat they are valid under applicable law. If additional permissions\napply only to part of the Program, that part may be used separately\nunder those permissions, but the entire Program remains governed by\nthis License without regard to the additional permissions.\n When you convey a copy of a covered work, you may at your option\nremove any additional permissions from that copy, or from any part of\nit. (Additional permissions may be written to require their own\nremoval in certain cases when you modify the work.) You may place\nadditional permissions on material, added by you to a covered work,\nfor which you have or can give appropriate copyright permission.\n Notwithstanding any other provision of this License, for material you\nadd to a covered work, you may (if authorized by the copyright holders of\nthat material) supplement the terms of this License with terms:\nExample :a) Disclaiming warranty or limiting liability differently from the\nterms of sections 15 and 16 of this License; or\n\nb) Requiring preservation of specified reasonable legal notices or\nauthor attributions in that material or in the Appropriate Legal\nNotices displayed by works containing it; or\n\nc) Prohibiting misrepresentation of the origin of that material, or\nrequiring that modified versions of such material be marked in\nreasonable ways as different from the original version; or\n\nd) Limiting the use for publicity purposes of names of licensors or\nauthors of the material; or\n\ne) Declining to grant rights under trademark law for use of some\ntrade names, trademarks, or service marks; or\n\nf) Requiring indemnification of licensors and authors of that\nmaterial by anyone who conveys the material (or modified versions of\nit) with contractual assumptions of liability to the recipient, for\nany liability that these contractual assumptions directly impose on\nthose licensors and authors. All other non-permissive additional terms are considered \"further\nrestrictions\" within the meaning of section 10. If the Program as you\nreceived it, or any part of it, contains a notice stating that it is\ngoverned by this License along with a term that is a further\nrestriction, you may remove that term. If a license document contains\na further restriction but permits relicensing or conveying under this\nLicense, you may add to a covered work material governed by the terms\nof that license document, provided that the further restriction does\nnot survive such relicensing or conveying.\n If you add terms to a covered work in accord with this section, you\nmust place, in the relevant source files, a statement of the\nadditional terms that apply to those files, or a notice indicating\nwhere to find the applicable terms.\n Additional terms, permissive or non-permissive, may be stated in the\nform of a separately written license, or stated as exceptions;\nthe above requirements apply either way.\n\nTermination.\n\n You may not propagate or modify a covered work except as expressly\nprovided under this License. Any attempt otherwise to propagate or\nmodify it is void, and will automatically terminate your rights under\nthis License (including any patent licenses granted under the third\nparagraph of section 11).\n However, if you cease all violation of this License, then your\nlicense from a particular copyright holder is reinstated (a)\nprovisionally, unless and until the copyright holder explicitly and\nfinally terminates your license, and (b) permanently, if the copyright\nholder fails to notify you of the violation by some reasonable means\nprior to 60 days after the cessation.\n Moreover, your license from a particular copyright holder is\nreinstated permanently if the copyright holder notifies you of the\nviolation by some reasonable means, this is the first time you have\nreceived notice of violation of this License (for any work) from that\ncopyright holder, and you cure the violation prior to 30 days after\nyour receipt of the notice.\n Termination of your rights under this section does not terminate the\nlicenses of parties who have received copies or rights from you under\nthis License. If your rights have been terminated and not permanently\nreinstated, you do not qualify to receive new licenses for the same\nmaterial under section 10.\n\nAcceptance Not Required for Having Copies.\n\n You are not required to accept this License in order to receive or\nrun a copy of the Program. Ancillary propagation of a covered work\noccurring solely as a consequence of using peer-to-peer transmission\nto receive a copy likewise does not require acceptance. However,\nnothing other than this License grants you permission to propagate or\nmodify any covered work. These actions infringe copyright if you do\nnot accept this License. Therefore, by modifying or propagating a\ncovered work, you indicate your acceptance of this License to do so.\n\nAutomatic Licensing of Downstream Recipients.\n\n Each time you convey a covered work, the recipient automatically\nreceives a license from the original licensors, to run, modify and\npropagate that work, subject to this License. You are not responsible\nfor enforcing compliance by third parties with this License.\n An \"entity transaction\" is a transaction transferring control of an\norganization, or substantially all assets of one, or subdividing an\norganization, or merging organizations. If propagation of a covered\nwork results from an entity transaction, each party to that\ntransaction who receives a copy of the work also receives whatever\nlicenses to the work the party's predecessor in interest had or could\ngive under the previous paragraph, plus a right to possession of the\nCorresponding Source of the work from the predecessor in interest, if\nthe predecessor has it or can get it with reasonable efforts.\n You may not impose any further restrictions on the exercise of the\nrights granted or affirmed under this License. For example, you may\nnot impose a license fee, royalty, or other charge for exercise of\nrights granted under this License, and you may not initiate litigation\n(including a cross-claim or counterclaim in a lawsuit) alleging that\nany patent claim is infringed by making, using, selling, offering for\nsale, or importing the Program or any portion of it.\n\nPatents.\n\n A \"contributor\" is a copyright holder who authorizes use under this\nLicense of the Program or a work on which the Program is based. The\nwork thus licensed is called the contributor's \"contributor version\".\n A contributor's \"essential patent claims\" are all patent claims\nowned or controlled by the contributor, whether already acquired or\nhereafter acquired, that would be infringed by some manner, permitted\nby this License, of making, using, or selling its contributor version,\nbut do not include claims that would be infringed only as a\nconsequence of further modification of the contributor version. For\npurposes of this definition, \"control\" includes the right to grant\npatent sublicenses in a manner consistent with the requirements of\nthis License.\n Each contributor grants you a non-exclusive, worldwide, royalty-free\npatent license under the contributor's essential patent claims, to\nmake, use, sell, offer for sale, import and otherwise run, modify and\npropagate the contents of its contributor version.\n In the following three paragraphs, a \"patent license\" is any express\nagreement or commitment, however denominated, not to enforce a patent\n(such as an express permission to practice a patent or covenant not to\nsue for patent infringement). To \"grant\" such a patent license to a\nparty means to make such an agreement or commitment not to enforce a\npatent against the party.\n If you convey a covered work, knowingly relying on a patent license,\nand the Corresponding Source of the work is not available for anyone\nto copy, free of charge and under the terms of this License, through a\npublicly available network server or other readily accessible means,\nthen you must either (1) cause the Corresponding Source to be so\navailable, or (2) arrange to deprive yourself of the benefit of the\npatent license for this particular work, or (3) arrange, in a manner\nconsistent with the requirements of this License, to extend the patent\nlicense to downstream recipients. \"Knowingly relying\" means you have\nactual knowledge that, but for the patent license, your conveying the\ncovered work in a country, or your recipient's use of the covered work\nin a country, would infringe one or more identifiable patents in that\ncountry that you have reason to believe are valid.\n If, pursuant to or in connection with a single transaction or\narrangement, you convey, or propagate by procuring conveyance of, a\ncovered work, and grant a patent license to some of the parties\nreceiving the covered work authorizing them to use, propagate, modify\nor convey a specific copy of the covered work, then the patent license\nyou grant is automatically extended to all recipients of the covered\nwork and works based on it.\n A patent license is \"discriminatory\" if it does not include within\nthe scope of its coverage, prohibits the exercise of, or is\nconditioned on the non-exercise of one or more of the rights that are\nspecifically granted under this License. You may not convey a covered\nwork if you are a party to an arrangement with a third party that is\nin the business of distributing software, under which you make payment\nto the third party based on the extent of your activity of conveying\nthe work, and under which the third party grants, to any of the\nparties who would receive the covered work from you, a discriminatory\npatent license (a) in connection with copies of the covered work\nconveyed by you (or copies made from those copies), or (b) primarily\nfor and in connection with specific products or compilations that\ncontain the covered work, unless you entered into that arrangement,\nor that patent license was granted, prior to 28 March 2007.\n Nothing in this License shall be construed as excluding or limiting\nany implied license or other defenses to infringement that may\notherwise be available to you under applicable patent law.\n\nNo Surrender of Others' Freedom.\n\n If conditions are imposed on you (whether by court order, agreement or\notherwise) that contradict the conditions of this License, they do not\nexcuse you from the conditions of this License. If you cannot convey a\ncovered work so as to satisfy simultaneously your obligations under this\nLicense and any other pertinent obligations, then as a consequence you may\nnot convey it at all. For example, if you agree to terms that obligate you\nto collect a royalty for further conveying from those to whom you convey\nthe Program, the only way you could satisfy both those terms and this\nLicense would be to refrain entirely from conveying the Program.\n\nUse with the GNU Affero General Public License.\n\n Notwithstanding any other provision of this License, you have\npermission to link or combine any covered work with a work licensed\nunder version 3 of the GNU Affero General Public License into a single\ncombined work, and to convey the resulting work. The terms of this\nLicense will continue to apply to the part which is the covered work,\nbut the special requirements of the GNU Affero General Public License,\nsection 13, concerning interaction through a network will apply to the\ncombination as such.\n\nRevised Versions of this License.\n\n The Free Software Foundation may publish revised and/or new versions of\nthe GNU General Public License from time to time. Such new versions will\nbe similar in spirit to the present version, but may differ in detail to\naddress new problems or concerns.\n Each version is given a distinguishing version number. If the\nProgram specifies that a certain numbered version of the GNU General\nPublic License \"or any later version\" applies to it, you have the\noption of following the terms and conditions either of that numbered\nversion or of any later version published by the Free Software\nFoundation. If the Program does not specify a version number of the\nGNU General Public License, you may choose any version ever published\nby the Free Software Foundation.\n If the Program specifies that a proxy can decide which future\nversions of the GNU General Public License can be used, that proxy's\npublic statement of acceptance of a version permanently authorizes you\nto choose that version for the Program.\n Later license versions may give you additional or different\npermissions. However, no additional obligations are imposed on any\nauthor or copyright holder as a result of your choosing to follow a\nlater version.\n\nDisclaimer of Warranty.\n\n THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY\nAPPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT\nHOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM \"AS IS\" WITHOUT WARRANTY\nOF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,\nTHE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\nPURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM\nIS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF\nALL NECESSARY SERVICING, REPAIR OR CORRECTION.\n\nLimitation of Liability.\n\n IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING\nWILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS\nTHE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY\nGENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE\nUSE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF\nDATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD\nPARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),\nEVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF\nSUCH DAMAGES.\n\nInterpretation of Sections 15 and 16.\n\n If the disclaimer of warranty and limitation of liability provided\nabove cannot be given local legal effect according to their terms,\nreviewing courts shall apply local law that most closely approximates\nan absolute waiver of all civil liability in connection with the\nProgram, unless a warranty or assumption of liability accompanies a\ncopy of the Program in return for a fee.\nExample : END OF TERMS AND CONDITIONS\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules.html":{"url":"modules.html","title":"modules - modules","body":"\n \n\n\n\n\n Modules\n\n\n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"overview.html":{"url":"overview.html","title":"overview - overview","body":"\n \n\n\n\n Overview\n\n \n\n \n \n \n \n \n 15 Components\n \n \n \n \n \n \n \n 4 Directives\n \n \n \n \n \n \n \n 6 Injectables\n \n \n \n \n \n \n \n 6 Interfaces\n \n \n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"properties.html":{"url":"properties.html","title":"package-properties - properties","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n Properties\n \n \n \n Version : 18.1.0-dev.1\n \n Keywords : angular, angular-layout, layout, ngx, packages, rxap, scope:compose\n \n Homepage : https:/gitlab.com/rxap/packages/packages/angular/layout\n \n Bugs : https://gitlab.com/rxap/packages/-/issues\n \n License : GPL-3.0-or-later\n \n Repository : https://gitlab.com/rxap/packages.git\n \n Author : Merzough Münker\n \n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"miscellaneous/typealiases.html":{"url":"miscellaneous/typealiases.html","title":"miscellaneous-typealiases - typealiases","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Miscellaneous\n Type aliases\n\n\n\n Index\n \n \n \n \n \n \n ExternalApp (src/.../types.ts)\n \n \n ExtractUsernameFromProfileFn (src/.../types.ts)\n \n \n Navigation (src/.../navigation-item.ts)\n \n \n NavigationWithInserts (src/.../navigation-item.ts)\n \n \n SettingsMenuItemComponent (src/.../types.ts)\n \n \n \n \n \n \n\n\n src/lib/types.ts\n \n \n \n \n \n \n ExternalApp\n \n \n \n \n AppsNavigationConfig\n\n \n \n \n \n \n \n \n \n \n ExtractUsernameFromProfileFn\n \n \n \n \n function\n\n \n \n \n \n \n \n \n \n \n SettingsMenuItemComponent\n \n \n \n \n ComponentType<>\n\n \n \n \n \n src/lib/navigation/navigation-item.ts\n \n \n \n \n \n \n Navigation\n \n \n \n \n Array\n\n \n \n \n \n \n \n \n \n \n NavigationWithInserts\n \n \n \n \n Array\n\n \n \n \n \n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"miscellaneous/variables.html":{"url":"miscellaneous/variables.html","title":"miscellaneous-variables - variables","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Miscellaneous\n Variables\n\n\n\n Index\n \n \n \n \n \n \n EXTRACT_USERNAME_FROM_PROFILE (src/.../tokens.ts)\n \n \n RXAP_EXTERNAL_APP (src/.../tokens.ts)\n \n \n RXAP_EXTERNAL_APP_FILTER (src/.../tokens.ts)\n \n \n RXAP_FOOTER_COMPONENT (src/.../tokens.ts)\n \n \n RXAP_HEADER_COMPONENT (src/.../tokens.ts)\n \n \n RXAP_LAYOUT_APPS_GRID (src/.../tokens.ts)\n \n \n RXAP_LOGO_CONFIG (src/.../tokens.ts)\n \n \n RXAP_NAVIGATION_CONFIG (src/.../tokens.ts)\n \n \n RXAP_NAVIGATION_CONFIG_INSERTS (src/.../tokens.ts)\n \n \n RXAP_RELEASE_INFO_MODULE (src/.../tokens.ts)\n \n \n RXAP_SETTINGS_MENU_ITEM (src/.../tokens.ts)\n \n \n RXAP_SETTINGS_MENU_ITEM_COMPONENT (src/.../tokens.ts)\n \n \n \n \n \n \n\n\n src/lib/tokens.ts\n \n \n \n \n \n \n \n EXTRACT_USERNAME_FROM_PROFILE\n \n \n \n \n \n \n Default value : new InjectionToken(\n 'extract-username-from-profile',\n {\n providedIn: 'root',\n factory: () => (profile: any) => (\n profile ? profile.username ?? profile.email ?? profile.name : null\n ) ?? null,\n },\n)\n \n \n\n\n \n \n \n \n \n \n \n \n RXAP_EXTERNAL_APP\n \n \n \n \n \n \n Default value : new InjectionToken('rxap/layout/external-app')\n \n \n\n\n \n \n \n \n \n \n \n \n RXAP_EXTERNAL_APP_FILTER\n \n \n \n \n \n \n Default value : new InjectionToken>('rxap/layout/app-config-filter')\n \n \n\n\n \n \n \n \n \n \n \n \n RXAP_FOOTER_COMPONENT\n \n \n \n \n \n \n Default value : new InjectionToken>('rxap/layout/footer-component')\n \n \n\n\n \n \n \n \n \n \n \n \n RXAP_HEADER_COMPONENT\n \n \n \n \n \n \n Default value : new InjectionToken>('rxap/layout/header-component')\n \n \n\n\n \n \n \n \n \n \n \n \n RXAP_LAYOUT_APPS_GRID\n \n \n \n \n \n \n Default value : new InjectionToken('rxap/layout/apps-grid')\n \n \n\n\n \n \n \n \n \n \n \n \n RXAP_LOGO_CONFIG\n \n \n \n \n \n \n Default value : new InjectionToken('rxap/layout/logo-config')\n \n \n\n\n \n \n \n \n \n \n \n \n RXAP_NAVIGATION_CONFIG\n \n \n \n \n \n \n Default value : new InjectionToken NavigationWithInserts)>(\n 'rxap/layout/navigation-config')\n \n \n\n\n \n \n \n \n \n \n \n \n RXAP_NAVIGATION_CONFIG_INSERTS\n \n \n \n \n \n \n Default value : new InjectionToken>(\n 'rxap/layout/navigation-config-inserts')\n \n \n\n\n \n \n \n \n \n \n \n \n RXAP_RELEASE_INFO_MODULE\n \n \n \n \n \n \n Default value : new InjectionToken('rxap/layout/release-info-module')\n \n \n\n\n \n \n \n \n \n \n \n \n RXAP_SETTINGS_MENU_ITEM\n \n \n \n \n \n \n Default value : new InjectionToken('rxap/layout/settings-menu-item')\n \n \n\n\n \n \n \n \n \n \n \n \n RXAP_SETTINGS_MENU_ITEM_COMPONENT\n \n \n \n \n \n \n Default value : new InjectionToken('rxap/layout/settings-menu-item-component')\n \n \n\n\n \n \n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"}}
|
|
4
4
|
}
|