@rxap/layout 18.0.3-dev.0 → 18.1.0-dev.0
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 +16 -0
- package/README.md +280 -1
- package/compodoc/changelog.html +13 -0
- package/compodoc/components/AppsButtonComponent.html +185 -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 +11 -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 +183 -1
- package/compodoc/injectables/ExternalAppsService.html +1274 -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 +544 -1
- package/compodoc/miscellaneous/typealiases.html +40 -2
- package/compodoc/miscellaneous/variables.html +100 -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 +18 -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 +8546 -8346
- 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/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 +74 -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 +29 -17
- package/docs/types/ExternalApps.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_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 +38 -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 +97 -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 +73 -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 +9 -1
- package/esm2022/lib/types.mjs +1 -1
- package/fesm2022/rxap-layout.mjs +845 -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 +25 -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 +12 -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 +11 -3
- package/lib/types.d.ts +15 -4
- package/package.json +32 -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.56,1,3.01,2,1.669,3,0.257,4,0.202,5,0.229,6,5.3,7,2.705,8,0.202,9,1.295,10,0.808,11,4.461,12,3.473,13,4.733,14,4.461,15,3.787,16,3.787,17,0.72,18,2.705,19,3.763,20,4.369,21,2.083,22,5.3,23,4.679,24,0.72,25,3.187,26,0.816,27,0.025,28,0.694,29,0.423,30,0.581,31,2.336,32,3.787,33,3.187,34,5.163,35,1.704,36,3.473,37,2.937,38,3.187,39,2.525,40,3.787,41,5.013,42,4.177,43,3.187,44,1.114,45,1.266,46,4.369,47,3.787,48,3.187,49,3.787,50,3.187,51,1.56,52,0.504,53,0.87,54,2.705,55,0.257,56,2.388,57,1.669,58,1.551,59,1.551,60,1.669,61,2.705,62,2.388,63,2.705,64,2.705,65,2.151,66,2.388,67,1.961,68,2.388,69,2.151,70,2.705,71,1.351,72,2.705,73,0.72,74,0.36,75,1.047,76,2.705,77,1.804,78,3.342,79,2.388,80,1.351,81,1.961,82,1.351,83,3.01,84,2.388,85,1.551,86,1.351,87,0.346,88,1.878,89,3.787,90,2.024,91,1.035,92,2.705,93,2.388,94,2.705,95,2.705,96,1.928,97,2.705,98,2.705,99,3.185,100,4.397,101,2.705,102,3.787,103,4.982,104,3.787,105,2.151,106,1.047,107,2.705,108,2.388,109,2.705,110,3.342,111,2.705,112,2.705,113,2.705,114,3.787,115,2.151,116,2.705,117,2.705,118,2.705,119,2.705,120,2.705,121,2.705,122,0.015,123,0.015]],["title/components/AppsButtonComponent.html",[124,0.166,125,0.898]],["body/components/AppsButtonComponent.html",[1,4.286,3,0.274,4,0.215,5,0.244,8,0.215,10,0.734,17,0.752,24,0.629,26,0.472,27,0.025,28,0.678,29,0.244,30,0.526,36,2.288,44,1.629,45,1.85,52,0.53,53,0.925,55,0.274,73,0.767,74,0.274,80,1.975,87,0.368,88,1.643,91,1.114,100,2.541,110,3.986,122,0.016,123,0.016,124,0.252,125,1.469,126,1.194,127,0.767,128,0.925,129,0.925,130,0.925,131,5.727,132,4.861,133,2.087,134,2.113,135,2.786,136,2.589,137,0.673,138,1.352,139,1.352,140,1.495,141,1.673,142,1.659,143,2.636,144,0.987,145,0.865,146,1.271,147,1.981,148,3.011,149,2.413,150,2.113,151,4.515,152,1.271,153,3.274,154,1.271,155,2.866,156,0.599,157,5.32,158,3.391,159,3.986,160,4.291,161,3.391,162,3.953,163,2.589,164,3.391,165,3.391,166,0.984,167,2.878,168,2.288,169,1.347,170,1.539,171,0.984,172,3.391,173,2.288,174,2.636,175,3.489,176,2.288,177,1.919,178,1.539,179,2.541,180,3.391,181,1.776,182,2.878,183,2.878,184,2.878,185,3.391,186,3.391,187,3.391,188,2.087,189,1.776,190,2.878,191,4.657,192,0.925,193,1.271,194,1.271,195,0.629,196,1.563,197,0.925,198,1.638,199,0.87,200,0.925,201,0.87,202,0.925,203,0.87,204,0.817,205,0.925,206,0.87,207,0.925,208,0.817,209,0.925,210,0.925,211,0.817,212,0.925,213,0.807,214,0.925,215,0.87,216,0.925,217,0.925,218,0.87,219,0.925,220,0.87,221,0.87,222,0.87,223,0.925,224,0.87,225,1.364,226,1.271,227,0.87,228,0.925,229,0.925,230,0.87,231,1.194,232,0.87,233,0.767,234,0.817,235,0.925,236,0.87,237,0.925,238,0.87,239,0.87,240,0.629,241,0.767,242,0.925,243,0.817,244,0.925,245,0.817,246,0.87,247,0.925]],["title/injectables/AuthenticationServiceMock.html",[0,1.224,248,2.971]],["body/injectables/AuthenticationServiceMock.html",[0,2.141,2,2.726,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.511,51,2.141,52,0.42,55,0.42,57,2.726,58,2.533,59,2.533,60,2.726,74,0.42,79,3.901,87,0.565,122,0.021,123,0.021,248,5.198,249,5.206,250,5.7,251,5.206,252,5.206,253,3.513,254,2.726]],["title/interfaces/ExternalApps.html",[36,2.362,75,1.15]],["body/interfaces/ExternalApps.html",[0,1.673,1,2.38,3,0.285,4,0.224,5,0.254,6,2.994,7,2.994,8,0.224,10,0.72,12,2.38,13,2.994,17,0.569,19,3.228,20,2.994,21,2.073,22,4.608,23,4.067,27,0.025,29,0.452,30,0.646,31,1.847,32,2.994,34,4.061,36,3.664,37,2.761,39,1.996,40,2.994,41,4.701,42,3.584,46,4.061,47,2.994,49,2.994,51,1.233,52,0.518,53,0.962,54,2.994,55,0.285,56,2.642,57,1.847,58,1.716,59,1.716,60,1.847,61,2.994,62,2.642,63,2.994,64,2.994,65,2.38,66,2.642,67,2.171,68,2.642,69,2.38,70,2.994,71,1.496,72,2.994,73,0.797,74,0.386,75,1.159,76,4.941,77,3.295,78,4.559,79,4.361,80,1.496,81,3.583,82,2.302,83,4.107,84,4.361,85,1.716,86,1.496,87,0.383,88,1.938,89,4.061,90,2.17,91,1.081,92,2.994,93,2.642,94,2.994,95,2.994,96,1.982,97,2.994,98,2.994,99,3.286,100,4.559,101,2.994,102,4.061,103,5.165,104,4.061,105,2.38,106,1.159,107,2.994,108,2.642,109,2.994,110,3.584,111,2.994,112,2.994,113,2.994,114,4.061,115,2.38,116,2.994,117,2.994,118,2.994,119,2.994,120,2.994,121,2.994,122,0.016,123,0.016,156,0.615,255,1.716]],["title/components/FooterComponent.html",[124,0.166,199,0.898]],["body/components/FooterComponent.html",[3,0.312,4,0.245,5,0.278,8,0.245,10,0.673,17,0.821,24,0.602,26,0.538,27,0.024,28,0.715,29,0.366,30,0.382,52,0.506,55,0.312,74,0.312,87,0.419,91,1.055,122,0.017,123,0.017,124,0.269,125,0.991,126,1.304,127,0.874,128,1.054,129,1.054,130,1.054,137,0.767,138,1.476,139,1.476,140,1.512,141,1.698,142,0.991,144,1.078,145,0.944,146,1.388,147,2.117,148,3.217,152,1.388,154,1.388,156,0.654,166,1.122,171,1.122,192,1.054,193,1.388,194,1.388,195,0.717,196,1.648,197,1.054,198,1.712,199,1.549,200,1.054,201,0.991,202,1.054,203,0.991,204,0.931,205,1.054,206,0.991,207,1.054,208,0.931,209,1.054,210,1.054,211,0.931,212,1.054,213,0.881,214,1.054,215,0.991,216,1.054,217,1.054,218,0.991,219,1.054,220,0.991,221,0.991,222,0.991,223,1.054,224,0.991,225,1.457,226,1.388,227,0.991,228,1.054,229,1.054,230,0.991,231,1.304,232,0.991,233,0.874,234,0.931,235,1.054,236,0.991,237,1.054,238,0.991,239,0.991,240,0.717,241,0.874,242,1.054,243,0.931,244,1.054,245,0.931,246,0.991,247,1.054,256,3.864,257,3.81,258,4.824,259,4.258,260,2.976,261,5.683,262,5.085,263,5.051,264,3.28,265,3.864,266,3.864,267,1.88,268,2.608,269,3.28]],["title/directives/FooterDirective.html",[195,0.65,241,0.791]],["body/directives/FooterDirective.html",[3,0.376,4,0.296,5,0.335,10,0.678,17,0.924,24,0.551,26,0.648,27,0.025,28,0.551,29,0.335,30,0.461,52,0.5,53,1.271,55,0.376,74,0.376,87,0.505,88,1.998,91,1.151,106,1.53,122,0.019,123,0.019,127,1.402,134,2.598,135,3.247,136,3.017,137,0.924,140,1.214,144,1.214,145,1.063,181,2.438,189,2.438,195,1.063,240,0.864,241,1.294,263,5.066,264,3.952,267,2.266,268,3.142,270,4.656,271,5.726,272,4.846,273,5.814,274,4.656,275,6.2,276,4.656,277,4.656,278,3.488,279,3.952,280,5.726,281,4.656,282,4.656,283,4.656,284,4.656]],["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.685,24,0.724,26,0.413,27,0.025,28,0.639,29,0.44,30,0.49,44,1.038,45,1.179,52,0.56,53,0.81,55,0.24,74,0.24,87,0.322,91,1.226,122,0.014,123,0.014,124,0.234,125,1.385,126,1.088,127,0.671,128,0.81,129,0.81,130,0.81,132,2.52,137,0.589,138,1.232,139,1.232,140,1.475,141,1.645,142,1.088,144,0.899,145,0.788,146,1.158,147,1.844,149,2.246,150,1.966,152,1.158,154,1.158,156,0.545,163,2.781,166,0.862,168,2.003,169,1.179,170,1.347,171,0.862,192,0.81,193,1.158,194,1.158,195,0.551,196,1.474,197,0.81,198,1.559,199,0.761,200,0.81,201,1.633,202,0.81,203,0.761,204,0.715,205,0.81,206,0.761,207,0.81,208,0.715,209,0.81,210,0.81,211,0.715,212,0.81,213,0.858,214,0.81,215,1.385,216,1.351,217,0.81,218,0.761,219,0.81,220,1.385,221,1.088,222,0.761,223,0.81,224,1.385,225,1.385,226,1.559,227,0.761,228,0.81,229,0.81,230,0.761,231,1.088,232,1.385,233,0.959,234,1.193,235,0.81,236,0.761,237,0.81,238,0.761,239,0.761,240,0.551,241,0.671,242,0.81,243,0.715,244,0.81,245,0.715,246,0.761,247,0.81,258,4.203,260,2.593,267,1.445,269,2.52,285,2.969,286,3.179,287,3.341,288,3.341,289,4.203,290,4.203,291,4.203,292,4.203,293,4.203,294,4.951,295,4.951,296,4.951,297,4.243,298,3.71,299,4.585,300,3.977,301,3.341,302,2.863,303,4.203,304,2.969,305,4.851,306,4.243,307,4.951,308,2.863,309,2.969,310,2.969,311,1.799,312,2.969,313,2.969,314,4.243,315,2.969,316,2.969,317,2.863,318,2.224,319,2.224,320,2.52,321,2.52,322,2.003,323,2.52,324,2.969,325,2.224,326,2.969,327,2.224,328,2.52,329,2.52,330,4.951,331,2.52,332,2.969,333,2.52,334,2.52,335,2.003,336,2.969,337,2.969,338,2.224,339,2.52,340,2.003,341,2.224]],["title/components/LanguageSelectorComponent.html",[124,0.166,203,0.898]],["body/components/LanguageSelectorComponent.html",[3,0.281,4,0.221,5,0.251,8,0.221,10,0.561,17,0.562,24,0.561,26,0.484,27,0.025,28,0.685,29,0.341,30,0.344,42,2.608,52,0.525,55,0.281,74,0.281,87,0.377,91,1.001,122,0.016,123,0.016,124,0.255,125,0.892,126,1.216,127,0.787,128,0.95,129,0.95,130,0.95,137,0.691,138,1.376,139,1.376,140,1.507,141,1.678,142,0.892,144,1.005,145,0.88,146,1.294,147,2.008,148,3.052,152,1.294,154,1.294,156,0.609,166,1.01,171,1.01,192,0.95,193,1.294,194,1.294,195,0.646,196,1.58,197,0.95,198,1.653,199,0.892,200,0.95,201,0.892,202,0.95,203,1.485,204,1.664,205,0.95,206,0.892,207,0.95,208,0.838,209,0.95,210,0.95,211,0.838,212,0.95,213,0.822,214,0.95,215,0.892,216,0.95,217,0.95,218,0.892,219,0.95,220,0.892,221,0.892,222,0.892,223,0.95,224,0.892,225,1.383,226,1.294,227,0.892,228,0.95,229,0.95,230,0.892,231,1.216,232,0.892,233,0.787,234,0.838,235,0.95,236,0.892,237,0.95,238,0.892,239,0.892,240,0.646,241,0.787,242,0.95,243,0.838,244,0.95,245,0.838,246,0.892,247,0.95,289,4.577,290,4.577,291,4.577,292,4.577,293,4.577,318,2.608,319,2.608,320,2.954,321,4.577,323,2.954,327,2.608,342,5.392,343,4.577,344,3.48,345,4.577,346,5.392,347,4.741,348,3.48,349,6.057,350,3.48,351,3.48,352,1.823,353,2.954,354,2.608,355,5.392,356,4.741,357,2.483,358,3.48,359,2.954,360,2.954,361,2.824,362,3.48,363,2.608,364,2.954,365,4.577,366,4.024,367,4.741,368,3.199,369,2.608,370,2.608,371,2.142,372,2.954,373,2.954,374,2.142,375,3.48]],["title/components/LayoutComponent.html",[124,0.166,206,0.898]],["body/components/LayoutComponent.html",[3,0.2,4,0.158,5,0.179,8,0.158,10,0.829,17,0.601,21,1.439,23,4.333,24,0.754,26,0.345,27,0.025,28,0.587,29,0.459,30,0.245,44,1.301,52,0.533,53,1.015,55,0.2,68,1.858,69,1.674,74,0.2,87,0.269,88,1.378,91,1.301,93,1.858,122,0.013,123,0.013,124,0.211,125,0.636,126,0.954,127,0.561,128,0.677,129,0.677,130,0.677,134,1.687,135,2.337,136,2.172,137,0.492,138,1.08,139,1.08,140,1.444,141,1.602,142,0.636,144,0.788,145,1.074,146,1.015,147,1.662,149,2.025,150,1.772,151,3.788,152,1.015,154,1.015,156,0.478,163,3.135,166,0.72,169,0.985,170,1.125,171,0.72,181,1.299,189,1.299,192,0.677,193,1.015,194,1.015,195,0.46,196,1.353,197,0.677,198,1.449,199,1.271,200,0.677,201,1.271,202,0.677,203,0.636,204,0.597,205,0.677,206,1.271,207,0.677,208,1.194,209,0.677,210,0.677,211,0.597,212,0.677,213,0.859,214,0.677,215,0.636,216,0.677,217,0.677,218,0.636,219,0.677,220,0.636,221,0.636,222,0.636,223,0.677,224,0.636,225,1.43,226,1.015,227,0.636,228,0.677,229,0.677,230,0.636,231,0.954,232,0.636,233,0.841,234,0.597,235,0.677,236,0.636,237,0.677,238,0.636,239,0.954,240,0.46,241,0.561,242,0.677,243,0.597,244,0.677,245,0.597,246,0.636,247,0.677,260,2.337,287,3.012,288,3.012,298,3.343,300,3.744,301,3.346,311,1.052,322,1.674,338,1.858,339,2.105,340,1.674,341,1.858,352,2.337,361,1.948,363,1.858,364,2.105,365,2.105,371,1.526,374,2.289,376,2.48,377,2.51,378,4.463,379,2.172,380,4.463,381,4.463,382,4.463,383,4.463,384,3.719,385,3.788,386,3.788,387,4.463,388,4.463,389,3.788,390,5.312,391,4.463,392,2.105,393,5.783,394,2.48,395,2.48,396,2.48,397,2.48,398,2.48,399,2.48,400,2.105,401,2.48,402,2.48,403,2.48,404,2.48,405,4.463,406,3.719,407,3.157,408,2.48,409,2.48,410,2.105,411,2.105,412,2.105,413,1.526,414,2.48,415,2.105,416,1.052,417,1.674,418,3.157,419,1.526,420,2.48,421,2.105,422,3.719,423,2.48,424,2.48,425,2.105,426,2.48,427,2.48,428,2.48,429,2.48,430,2.105,431,2.48,432,2.105,433,2.48,434,2.105,435,2.48,436,2.48,437,2.48,438,2.48,439,2.48,440,2.48,441,2.48,442,2.48,443,2.48,444,2.48,445,2.48,446,2.48,447,2.48,448,2.48,449,3.719,450,2.48,451,3.719,452,2.48,453,2.48,454,2.48,455,3.719,456,2.48,457,3.719,458,3.719,459,1.674,460,2.48,461,2.48,462,3.719,463,2.48,464,1.674,465,2.48,466,3.788,467,2.48,468,1.858,469,2.48,470,2.48,471,2.48,472,3.157,473,1.404,474,2.48,475,2.48,476,2.787,477,2.48,478,1.858,479,2.105,480,2.105,481,2.48,482,2.105,483,2.105,484,2.105,485,2.105,486,1.674,487,2.48,488,2.48,489,2.48]],["title/injectables/LayoutComponentService.html",[0,1.224,300,2.154]],["body/injectables/LayoutComponentService.html",[0,1.523,2,1.612,3,0.248,4,0.196,5,0.222,8,0.196,9,1.264,10,0.845,17,0.703,19,3.706,24,0.787,26,0.428,27,0.025,28,0.364,29,0.469,30,0.5,31,2.645,35,1.264,37,2.491,51,1.523,52,0.518,53,0.84,55,0.248,67,1.895,74,0.248,80,1.306,85,1.498,86,1.306,87,0.334,88,1.345,91,1.309,99,3.238,122,0.015,123,0.015,145,0.808,156,0.56,163,2.927,168,2.078,263,4.341,267,1.498,298,4.507,299,4.918,300,2.68,301,3.706,305,4.918,338,3.262,340,2.078,352,1.612,357,2.28,361,2.28,385,4.288,386,4.288,389,5.106,411,2.613,412,2.613,419,1.895,430,2.613,432,2.613,434,4.288,490,3.079,491,5.491,492,4.288,493,3.706,494,5.491,495,5.491,496,3.079,497,4.879,498,6.184,499,3.079,500,3.079,501,3.079,502,6.424,503,3.079,504,3.079,505,3.079,506,3.079,507,3.079,508,3.079,509,3.079,510,3.079,511,3.079,512,3.079,513,5.052,514,3.696,515,2.613,516,2.613,517,2.613,518,3.079,519,2.613,520,3.079,521,3.079,522,3.079,523,3.079,524,3.079,525,3.079,526,3.079,527,3.079,528,5.052,529,3.079,530,5.052,531,3.079,532,3.079,533,3.079,534,2.613,535,3.079,536,3.079,537,3.079,538,3.079,539,3.079,540,3.079,541,3.079,542,3.079,543,4.354,544,4.354,545,3.696,546,3.079,547,3.079,548,2.613,549,3.079,550,3.079,551,3.079,552,2.078,553,3.079,554,4.354,555,3.079,556,3.079,557,3.079,558,3.079,559,3.079,560,3.079]],["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.884,27,0.024,29,0.467,30,0.685,74,0.418,75,1.701,122,0.021,123,0.021,156,0.785,255,2.52,357,3.51,400,3.923,497,4.573,548,5.69,561,5.178,562,4.524]],["title/components/NavigationComponent.html",[124,0.166,208,0.843]],["body/components/NavigationComponent.html",[3,0.204,4,0.161,5,0.182,8,0.161,9,1.096,10,0.811,17,0.609,21,1.311,24,0.757,26,0.745,27,0.025,28,0.708,29,0.466,30,0.576,35,1.454,44,1.579,45,1.988,51,1.32,52,0.502,53,0.69,55,0.204,57,1.977,58,1.837,59,1.837,60,1.977,71,1.073,73,0.572,74,0.204,80,1.915,82,2.272,86,2.537,87,0.409,88,1.166,91,0.994,96,1.394,105,1.707,106,0.831,122,0.013,123,0.013,124,0.214,125,0.649,126,0.968,127,0.572,128,0.69,129,0.69,130,0.69,134,1.713,135,2.365,136,2.197,137,0.749,138,1.096,139,1.096,140,1.453,141,1.585,142,0.649,144,0.8,145,0.701,146,1.03,147,1.682,148,2.834,152,1.03,154,1.03,156,0.485,166,0.734,171,0.734,174,3.18,177,2.137,178,1.148,181,1.325,188,1.557,189,1.325,192,0.69,193,1.03,194,1.03,195,0.47,196,1.366,197,0.69,198,1.462,199,0.649,200,0.69,201,0.649,202,0.69,203,0.649,204,0.609,205,0.69,206,0.649,207,0.69,208,1.206,209,1.232,210,0.69,211,1.206,212,0.69,213,1.131,214,0.69,215,0.649,216,0.69,217,0.69,218,0.649,219,0.69,220,0.649,221,0.649,222,0.649,223,0.69,224,0.649,225,1.534,226,1.03,227,0.649,228,0.69,229,0.69,230,0.649,231,0.968,232,0.649,233,0.572,234,0.609,235,0.69,236,0.649,237,0.69,238,0.649,239,0.649,240,0.47,241,0.572,242,0.69,243,0.609,244,0.69,245,0.609,246,0.649,247,0.69,253,1.707,260,2.365,302,2.547,311,1.601,317,3.379,361,1.977,400,1.432,417,1.707,459,3.047,473,2.556,486,1.707,563,2.53,564,3.204,565,3.204,566,3.383,567,3.833,568,4.516,569,3.775,570,4.516,571,3.833,572,2.197,573,3.047,574,3.383,575,3.833,576,3.204,577,3.775,578,3.204,579,2.53,580,4.209,581,4.516,582,5.007,583,3.297,584,3.775,585,2.53,586,3.775,587,3.775,588,2.147,589,2.986,590,2.903,591,2.53,592,2.769,593,1.895,594,2.53,595,1.325,596,2.53,597,3.775,598,3.204,599,2.53,600,2.53,601,2.53,602,2.147,603,2.147,604,1.895,605,2.53,606,2.147,607,2.147,608,2.53,609,2.53,610,2.137,611,2.147,612,1.895,613,2.53,614,3.775,615,2.53,616,2.53,617,2.53,618,2.53,619,2.53,620,1.895,621,2.53,622,3.775,623,2.53,624,4.516,625,2.147,626,2.53,627,1.432,628,2.53,629,2.53,630,2.147,631,2.53,632,2.53,633,1.557,634,2.53,635,2.53,636,2.53,637,2.53,638,2.53,639,2.53,640,3.775]],["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.932,27,0.025,29,0.469,30,0.544,39,2.473,52,0.486,55,0.353,71,1.853,73,0.988,74,0.556,75,2.078,77,2.473,82,2.682,90,2.733,96,1.86,122,0.019,123,0.019,156,0.707,213,0.757,254,3.155,255,2.126,379,2.126,416,1.853,572,2.126,589,2.869,590,2.869,592,2.898,595,2.288,641,2.288,642,2.473,643,4.268,644,4.268,645,3.714,646,3.714,647,3.115,648,2.678,649,2.288,650,3.41,651,2.949,652,2.689,653,2.473,654,2.949,655,2.689,656,2.689,657,2.949,658,2.949,659,2.882,660,2.689,661,2.949,662,2.949]],["title/interfaces/NavigationInsertItem.html",[75,1.15,650,1.981]],["body/interfaces/NavigationInsertItem.html",[3,0.357,4,0.281,5,0.319,8,0.281,21,1.939,27,0.025,29,0.458,39,2.507,52,0.489,55,0.357,71,1.878,73,1.001,74,0.558,75,2.088,77,2.507,82,2.354,90,2.751,96,1.872,122,0.019,123,0.019,156,0.713,213,0.768,254,3.175,255,2.155,379,2.155,416,1.878,572,2.155,589,2.883,590,2.751,592,2.906,595,2.319,641,2.319,642,2.507,643,2.989,644,2.989,645,3.746,646,3.746,647,3.142,648,2.701,649,2.319,650,3.597,651,2.989,652,3.912,653,2.507,654,2.989,655,2.726,656,2.726,657,2.989,658,2.989,659,2.907,660,2.726,661,2.989,662,2.989]],["title/interfaces/NavigationItem.html",[75,1.15,589,1.588]],["body/interfaces/NavigationItem.html",[3,0.339,4,0.267,5,0.302,8,0.267,21,1.968,27,0.025,29,0.488,30,0.652,39,2.377,52,0.477,55,0.339,71,1.781,73,0.949,74,0.553,75,2.048,77,3.528,82,2.276,90,2.922,96,1.826,122,0.018,123,0.018,156,0.69,213,0.728,254,3.097,255,2.043,379,3.033,416,2.643,572,2.043,589,2.922,590,2.683,592,2.875,595,2.199,641,2.199,642,2.377,643,2.834,644,2.834,645,4.206,646,3.621,647,3.037,648,2.611,649,2.199,650,3.348,651,2.834,652,2.584,653,2.377,654,2.834,655,2.584,656,2.584,657,3.621,658,3.621,659,3.507,660,3.836,661,2.834,662,2.834]],["title/components/NavigationItemComponent.html",[124,0.166,211,0.843]],["body/components/NavigationItemComponent.html",[3,0.187,4,0.147,5,0.166,8,0.147,9,1.024,10,0.799,17,0.57,24,0.752,26,0.717,27,0.025,28,0.689,29,0.445,30,0.51,35,1.389,37,2.337,44,1.495,45,2.046,51,0.809,52,0.523,53,0.631,55,0.187,57,1.211,58,1.125,59,1.125,60,1.211,71,0.981,73,0.523,74,0.187,80,0.981,81,2.171,82,2.185,87,0.251,88,1.744,91,1.107,96,0.714,99,1.847,106,0.76,122,0.012,123,0.012,124,0.202,125,0.593,126,0.905,127,0.523,128,0.631,129,0.631,130,0.631,134,1.6,136,2.081,137,0.459,138,1.024,139,1.024,140,1.437,141,1.56,142,0.593,144,0.748,145,1.048,146,0.963,147,1.593,150,1.698,152,0.963,154,0.963,156,0.453,163,1.125,166,0.671,169,0.918,171,0.671,174,1.997,176,1.561,177,1.997,178,1.049,179,1.733,192,0.631,193,0.963,194,0.963,195,0.429,196,1.306,197,0.631,198,1.406,199,0.593,200,0.631,201,0.593,202,0.631,203,0.593,204,0.557,205,0.631,206,0.593,207,0.631,208,1.152,209,0.631,210,0.631,211,1.152,212,1.167,213,1.101,214,0.631,215,0.593,216,0.631,217,0.631,218,0.593,219,0.631,220,0.593,221,0.593,222,0.593,223,0.631,224,0.593,225,1.493,226,0.963,227,0.593,228,0.631,229,0.631,230,0.593,231,0.905,232,0.593,233,0.523,234,0.557,235,0.631,236,0.593,237,0.631,238,0.593,239,0.593,240,0.429,241,0.523,242,0.631,243,0.557,244,0.631,245,0.557,246,0.593,247,0.631,273,4.793,279,1.963,287,2.886,302,2.381,311,1.496,317,2.886,319,1.733,361,2.698,379,2.081,400,1.309,407,2.994,410,1.963,413,1.423,472,1.963,476,2.643,486,1.561,552,1.561,562,2.886,564,2.994,565,2.994,566,3.204,567,3.63,571,2.994,572,1.717,573,2.381,575,3.63,576,2.994,578,2.994,583,3.171,588,1.963,589,2.847,590,2.641,592,2.581,593,1.733,595,1.211,598,2.994,602,1.963,603,1.963,604,1.733,606,1.963,607,5.448,610,1.309,611,1.963,620,1.733,627,1.309,633,2.632,641,3.361,659,2.239,663,2.313,664,4.277,665,5.822,666,4.277,667,4.277,668,4.277,669,3.528,670,4.277,671,3.528,672,4.785,673,1.963,674,3.664,675,5.647,676,4.277,677,4.785,678,5.647,679,2.313,680,2.313,681,2.313,682,3.528,683,2.313,684,2.313,685,2.313,686,3.528,687,2.313,688,2.313,689,3.528,690,2.313,691,2.313,692,2.313,693,2.313,694,2.313,695,3.528,696,2.313,697,5.429,698,1.963,699,1.963,700,2.994,701,2.313,702,2.313,703,2.313,704,2.313,705,1.733,706,2.313,707,2.313,708,2.313,709,1.963,710,2.313,711,2.313,712,2.643,713,2.313,714,2.313,715,2.313,716,2.313,717,2.313,718,3.528,719,2.313,720,2.313,721,1.963,722,2.313,723,2.313,724,2.313,725,2.313,726,2.313,727,2.313,728,2.313,729,3.528,730,2.313,731,2.313,732,2.313,733,2.313,734,2.313,735,1.963,736,2.313,737,2.313,738,2.313,739,2.313,740,3.528,741,3.528]],["title/components/NavigationProgressBarComponent.html",[124,0.166,215,0.898]],["body/components/NavigationProgressBarComponent.html",[3,0.283,4,0.223,5,0.252,8,0.223,10,0.772,17,0.769,24,0.64,26,0.488,27,0.024,28,0.687,29,0.39,30,0.347,52,0.505,53,0.957,55,0.283,73,0.792,74,0.283,87,0.38,91,1.005,122,0.016,123,0.016,124,0.256,125,0.899,126,1.222,127,0.792,128,0.957,129,0.957,130,0.957,137,0.696,138,1.383,139,1.383,140,1.499,141,1.68,142,0.899,144,1.01,145,0.884,146,1.3,147,2.016,152,1.3,154,1.3,156,0.612,166,1.018,171,1.018,176,3.215,178,1.59,192,0.957,193,1.3,194,1.3,195,0.651,196,1.585,197,0.957,198,1.657,199,0.899,200,0.957,201,0.899,202,0.957,203,0.899,204,0.844,205,0.957,206,0.899,207,0.957,208,0.844,209,0.957,210,0.957,211,0.844,212,0.957,213,1.146,214,0.957,215,1.489,216,1.896,217,0.957,218,0.899,219,0.957,220,0.899,221,0.899,222,0.899,223,0.957,224,0.899,225,1.388,226,1.3,227,0.899,228,0.957,229,0.957,230,0.899,231,1.222,232,0.899,233,0.792,234,0.844,235,0.957,236,0.899,237,0.957,238,0.899,239,0.899,240,0.651,241,0.792,242,0.957,243,0.844,244,0.957,245,0.844,246,0.899,247,0.957,260,2.834,311,1.487,331,4.929,413,2.157,552,4.098,648,2.634,673,2.976,674,4.461,700,4.044,721,4.044,735,4.929,742,5.807,743,3.506,744,5.412,745,5.412,746,5.412,747,4.764,748,5.412,749,4.764,750,3.506,751,4.764,752,5.412,753,2.157,754,3.506,755,3.506,756,3.506,757,3.506]],["title/injectables/NavigationService.html",[0,1.224,580,2.623]],["body/injectables/NavigationService.html",[0,1.352,2,1.368,3,0.211,4,0.166,5,0.188,8,0.166,9,1.122,10,0.814,17,0.624,21,1.935,24,0.715,26,0.791,27,0.025,28,0.673,29,0.435,30,0.597,31,2.41,35,1.707,37,2.579,44,1.609,45,2.558,51,2.112,52,0.459,53,0.713,55,0.312,73,0.59,74,0.211,80,1.639,82,1.951,83,4.162,85,1.271,86,1.107,87,0.283,88,1.676,90,1.185,91,1.055,96,2.01,99,2.977,106,1.27,122,0.013,123,0.013,145,1.092,156,0.497,168,1.762,175,1.957,178,1.185,213,1.155,254,1.368,308,2.608,416,1.107,572,1.271,573,1.762,580,2.896,589,2.888,590,1.754,592,1.107,627,2.188,648,2.642,649,3.408,652,3.341,653,1.478,656,3.341,659,2.024,753,2.379,758,2.612,759,3.663,760,2.896,761,5.086,762,2.612,763,5.126,764,4.608,765,2.612,766,2.612,767,5.525,768,2.612,769,3.865,770,2.612,771,3.865,772,2.612,773,2.896,774,3.865,775,2.612,776,2.612,777,3.865,778,2.612,779,2.612,780,2.612,781,3.865,782,2.612,783,2.217,784,2.217,785,2.612,786,2.612,787,2.612,788,2.612,789,2.612,790,3.865,791,3.865,792,2.612,793,2.612,794,4.601,795,2.612,796,2.612,797,2.612,798,2.612,799,2.612,800,5.429,801,2.612,802,2.612,803,2.612,804,2.612,805,2.612,806,2.612,807,3.865,808,2.612,809,3.865,810,3.865,811,2.612,812,2.612,813,2.612,814,2.612,815,2.612,816,2.612,817,2.612,818,2.612,819,2.612,820,2.612,821,2.612,822,2.612,823,2.217,824,2.612,825,2.612,826,2.612,827,2.612,828,2.612,829,2.612,830,2.217,831,2.612,832,2.612,833,2.612,834,2.217,835,2.612,836,2.612,837,2.612,838,2.612,839,2.612,840,2.612,841,3.865,842,2.612,843,2.612,844,2.612,845,2.612,846,2.612,847,2.612,848,2.612,849,2.612,850,2.612,851,2.612,852,3.865,853,2.612,854,2.612,855,2.612,856,2.612,857,2.612,858,3.865,859,2.612,860,2.612,861,2.612,862,2.612]],["title/interfaces/NavigationStatus.html",[75,1.15,655,2.154]],["body/interfaces/NavigationStatus.html",[3,0.35,4,0.276,5,0.312,8,0.276,9,1.59,21,1.831,24,0.513,26,0.603,27,0.025,28,0.513,29,0.454,30,0.429,35,1.259,39,3.1,52,0.484,55,0.35,71,1.839,73,0.98,74,0.556,75,2.072,77,2.455,82,2.546,90,2.724,96,1.854,122,0.019,123,0.019,213,0.752,254,3.144,255,2.11,379,2.11,416,1.839,572,2.11,589,3.06,590,2.724,592,2.894,595,2.271,641,2.868,642,2.455,643,2.927,644,2.927,645,3.697,646,3.697,647,3.1,648,2.922,649,2.271,650,3.398,651,2.927,652,2.669,653,2.455,654,2.927,655,3.371,656,3.695,657,2.927,658,2.927,659,2.868,660,2.669,661,2.927,662,2.927,863,4.337,864,4.337]],["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.406,10,0.694,17,0.782,21,1.831,24,0.694,26,0.674,27,0.024,28,0.746,29,0.422,30,0.479,35,1.406,52,0.509,55,0.391,73,1.095,74,0.391,87,0.525,96,1.495,122,0.02,123,0.02,134,2.197,137,0.961,144,1.243,145,1.089,156,0.622,374,2.98,379,2.356,627,3.319,648,3.07,674,4.424,865,4.978,866,4.842,867,5.354,868,4.842,869,5.864,870,4.978,871,4.842,872,5.864,873,4.726,874,4.842,875,5.864,876,4.11,877,4.842,878,4.842]],["title/injectables/ReplaceRouterPathsService.html",[0,1.224,873,2.623]],["body/injectables/ReplaceRouterPathsService.html",[0,2.11,2,2.66,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.706,27,0.024,28,0.601,29,0.366,30,0.502,35,1.474,52,0.487,55,0.41,73,1.148,74,0.41,85,2.471,86,2.154,87,0.551,96,1.568,122,0.02,123,0.02,374,3.714,379,2.471,648,3.133,674,4.072,867,5.122,870,5.122,873,4.521,879,5.079,880,5.079,881,5.079]],["title/components/ResetButtonComponent.html",[124,0.166,218,0.898]],["body/components/ResetButtonComponent.html",[3,0.31,4,0.244,5,0.276,8,0.244,10,0.67,17,0.817,24,0.599,26,0.534,27,0.024,28,0.713,29,0.364,30,0.38,52,0.486,53,1.048,55,0.31,74,0.31,87,0.416,91,1.052,122,0.017,123,0.017,124,0.268,125,0.984,126,1.298,127,0.868,128,1.048,129,1.048,130,1.048,133,2.363,137,0.762,138,1.47,139,1.47,140,1.511,141,1.697,142,0.984,143,2.866,144,1.073,145,0.94,146,1.382,149,2.57,150,2.25,152,1.382,153,3.487,154,1.382,155,3.116,156,0.651,166,1.114,169,1.525,170,1.742,192,1.048,193,1.382,194,1.382,195,0.713,196,1.644,197,1.048,198,1.708,199,0.984,200,1.048,201,0.984,202,1.048,203,0.984,204,0.925,205,1.048,206,0.984,207,1.048,208,0.925,209,1.048,210,1.048,211,0.925,212,1.048,213,0.877,214,1.048,215,0.984,216,1.048,217,1.048,218,1.545,219,1.816,220,0.984,221,0.984,222,0.984,223,1.048,224,0.984,225,1.453,226,1.382,227,0.984,228,1.048,229,1.048,230,0.984,231,1.298,232,0.984,233,0.868,234,0.925,235,1.048,236,0.984,237,1.048,238,0.984,239,0.984,240,0.713,241,0.868,242,1.048,243,0.925,244,1.048,245,0.925,246,0.984,247,1.048,267,1.868,311,1.628,882,5.665,883,5.665,884,6.733,885,3.839,886,3.839,887,5.063,888,3.839]],["title/components/SettingsButtonComponent.html",[124,0.166,220,0.898]],["body/components/SettingsButtonComponent.html",[3,0.192,4,0.151,5,0.171,8,0.151,9,1.046,10,0.747,17,0.582,21,1.93,24,0.776,26,0.793,27,0.025,28,0.725,29,0.441,30,0.564,35,1.78,37,2.781,44,1.26,45,1.431,51,2.144,52,0.51,55,0.192,73,0.538,74,0.192,80,1.845,87,0.258,88,1.924,90,1.079,91,1.172,96,1.113,106,1.43,122,0.012,123,0.012,124,0.206,125,0.61,126,0.924,127,0.538,128,0.649,129,0.649,130,0.649,133,1.464,134,1.635,135,2.279,136,2.117,137,0.472,140,1.437,141,1.591,142,0.61,143,2.04,144,0.764,145,0.669,146,0.983,149,1.974,150,1.728,152,0.983,153,2.678,154,0.983,155,2.218,156,0.463,163,2.117,169,0.945,170,1.079,171,0.691,174,2.04,177,1.346,178,1.079,179,1.782,181,1.246,182,2.019,188,1.464,189,1.246,190,2.019,192,0.649,193,0.983,194,0.983,195,0.442,196,1.325,197,0.649,198,1.423,199,0.61,200,0.649,201,0.61,202,0.649,203,1.245,204,0.868,205,0.649,206,0.61,207,0.649,208,0.573,209,0.649,210,0.649,211,0.573,212,0.649,213,0.625,214,0.649,215,0.61,216,0.649,217,0.649,218,0.61,219,0.649,220,1.245,221,1.506,222,0.61,223,0.649,224,0.61,225,1.116,226,0.983,227,0.61,228,0.649,229,0.649,230,0.61,231,0.924,232,0.61,233,0.538,234,0.573,235,0.649,236,0.61,237,0.649,238,0.61,239,0.61,240,0.442,241,0.538,242,0.649,243,0.573,244,0.649,245,0.573,246,0.61,247,0.649,259,3.26,268,1.605,288,2.936,308,1.605,322,1.605,333,5.608,343,2.019,352,1.887,413,1.464,418,4.428,419,3.701,421,4.985,493,2.432,574,3.26,753,1.464,763,4.84,889,6.607,890,4.351,891,4.351,892,4.351,893,5.489,894,4.854,895,3.604,896,3.604,897,3.604,898,4.854,899,4.854,900,4.854,901,3.604,902,3.604,903,3.604,904,2.379,905,4.351,906,4.854,907,5.702,908,2.379,909,2.379,910,3.604,911,2.379,912,4.121,913,3.604,914,2.379,915,3.604,916,2.379,917,3.604,918,2.379,919,2.379,920,2.379,921,3.604,922,2.379,923,3.604,924,2.379,925,3.604,926,2.379,927,2.379,928,2.379,929,2.379,930,2.379,931,2.379,932,2.019,933,2.379,934,1.605,935,2.379,936,2.379,937,2.379,938,2.379,939,2.379,940,2.379,941,2.379,942,2.379,943,2.379,944,2.379,945,2.379,946,2.379,947,2.379,948,2.379,949,2.379,950,2.379,951,2.379,952,2.379,953,2.379,954,2.379,955,2.379,956,2.379,957,2.379,958,2.379,959,2.379,960,2.379,961,2.379,962,2.379,963,2.379,964,2.379,965,2.379,966,2.379,967,2.379,968,2.379,969,2.432,970,3.604,971,3.059,972,5.489,973,3.604,974,3.604,975,3.604,976,3.604,977,2.379]],["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.498,24,0.65,26,0.429,27,0.025,28,0.65,29,0.396,30,0.573,52,0.518,55,0.249,57,1.614,58,1.5,59,1.5,60,1.614,74,0.249,87,0.473,91,0.938,122,0.015,123,0.015,124,0.239,125,0.79,126,1.117,127,0.697,128,0.841,129,0.841,130,0.841,137,0.865,138,1.265,139,1.265,140,1.48,141,1.666,142,0.79,144,0.924,145,0.809,146,1.189,147,1.883,149,2.293,150,2.007,152,1.189,154,1.189,156,0.56,166,0.895,169,1.224,170,1.398,171,0.895,192,0.841,193,1.189,194,1.189,195,0.572,196,1.499,197,0.841,198,1.582,199,0.79,200,0.841,201,0.79,202,0.841,203,0.79,204,0.742,205,0.841,206,0.79,207,0.841,208,1.323,209,0.841,210,0.841,211,0.742,212,0.841,213,0.755,214,0.841,215,0.79,216,0.841,217,0.841,218,0.79,219,0.841,220,0.79,221,0.79,222,1.409,223,0.841,224,0.79,225,1.705,226,1.582,227,0.79,228,0.841,229,0.841,230,0.79,231,1.117,232,0.79,233,0.697,234,0.742,235,0.841,236,0.79,237,0.841,238,0.79,239,1.296,240,0.572,241,0.697,242,0.841,243,1.49,244,0.841,245,1.49,246,0.79,247,0.841,253,2.08,257,2.309,260,2.647,286,2.309,287,3.411,311,1.848,354,2.309,357,1.614,361,2.282,368,3.708,369,2.309,370,3.787,371,2.682,372,2.616,373,3.699,374,2.682,377,2.08,425,2.616,459,3.411,464,2.941,466,2.616,473,1.744,483,4.29,484,4.29,485,4.29,562,3.411,566,3.787,583,3.567,604,2.309,610,1.744,709,2.616,712,2.309,978,3.082,979,5.055,980,4.29,981,3.699,982,3.082,983,4.357,984,3.082,985,4.357,986,3.082,987,4.357,988,3.082,989,3.082,990,3.082,991,3.082,992,4.357,993,3.699,994,5.797,995,3.699,996,3.082,997,3.082,998,4.357,999,3.265,1000,3.082,1001,3.082,1002,3.082,1003,2.616,1004,2.616,1005,3.082,1006,3.082,1007,2.309,1008,2.616,1009,3.082,1010,2.309,1011,3.082,1012,3.082]],["title/injectables/SidenavComponentService.html",[0,1.224,583,2.154]],["body/injectables/SidenavComponentService.html",[0,2.042,2,2.519,3,0.388,4,0.306,5,0.346,8,0.306,9,1.695,10,0.806,17,0.777,18,4.083,19,4.414,24,0.744,26,0.669,27,0.024,28,0.569,29,0.346,30,0.476,31,3.058,35,1.396,44,1.682,45,1.91,51,2.042,52,0.508,55,0.388,67,2.96,73,1.087,74,0.388,85,2.341,86,2.04,87,0.522,91,1.214,106,1.919,122,0.02,123,0.02,156,0.751,583,3.595,1007,4.712,1013,4.81,1014,6.541,1015,5.841,1016,4.81,1017,5.841,1018,4.81,1019,4.81,1020,4.81,1021,4.81,1022,4.81]],["title/directives/SidenavFooterDirective.html",[195,0.65,243,0.843]],["body/directives/SidenavFooterDirective.html",[3,0.401,4,0.316,5,0.358,8,0.316,10,0.755,17,0.962,24,0.705,26,0.692,27,0.024,28,0.589,29,0.429,30,0.492,52,0.401,53,1.357,55,0.401,74,0.401,87,0.54,91,1.185,122,0.02,123,0.02,127,1.495,137,0.987,140,1.263,144,1.263,145,1.106,156,0.766,195,1.106,240,0.923,243,1.436,272,5.068,278,4.466,311,2.11,1023,5.417,1024,4.975,1025,5.96,1026,4.222,1027,4.975,1028,4.975]],["title/directives/SidenavHeaderDirective.html",[195,0.65,245,0.843]],["body/directives/SidenavHeaderDirective.html",[3,0.401,4,0.316,5,0.358,8,0.316,10,0.755,17,0.962,24,0.705,26,0.692,27,0.024,28,0.589,29,0.429,30,0.492,52,0.401,53,1.357,55,0.401,74,0.401,87,0.54,91,1.185,122,0.02,123,0.02,127,1.495,137,0.987,140,1.263,144,1.263,145,1.106,156,0.766,195,1.106,240,0.923,245,1.436,246,1.528,272,5.068,278,4.466,311,2.11,1023,5.417,1026,4.222,1029,4.975,1030,4.975,1031,4.975]],["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.589,24,0.654,26,0.508,27,0.024,28,0.699,29,0.398,30,0.361,52,0.497,55,0.295,74,0.295,87,0.396,91,1.177,122,0.017,123,0.017,124,0.261,125,0.936,126,1.256,127,0.825,128,0.996,129,0.996,130,0.996,133,2.247,137,0.725,138,1.421,139,1.421,140,1.505,141,1.687,142,0.936,143,2.772,144,1.038,145,0.909,146,1.336,147,2.058,149,2.507,150,2.194,152,1.336,153,3.4,154,1.336,155,3.014,156,0.629,163,2.689,166,1.06,169,1.45,170,1.656,171,1.06,192,0.996,193,1.336,194,1.336,195,0.678,196,1.611,197,0.996,198,1.68,199,0.936,200,0.996,201,0.936,202,0.996,203,0.936,204,0.879,205,0.996,206,0.936,207,0.996,208,0.879,209,0.996,210,0.996,211,0.879,212,0.996,213,0.849,214,0.996,215,0.936,216,0.996,217,0.996,218,0.936,219,0.996,220,0.936,221,0.936,222,0.936,223,0.996,224,1.514,225,1.727,226,1.912,227,0.936,228,0.996,229,0.996,230,0.936,231,1.256,232,0.936,233,0.825,234,0.879,235,0.996,236,0.936,237,0.996,238,0.936,239,0.936,240,0.678,241,0.825,242,0.996,243,0.879,244,0.996,245,0.879,246,0.936,247,0.996,300,4.102,301,3.729,328,3.099,334,5.011,340,2.464,341,2.735,354,2.735,392,3.099,1032,5.904,1033,4.897,1034,3.099,1035,3.669,1036,4.897]],["title/components/SignOutComponent.html",[124,0.166,227,0.898]],["body/components/SignOutComponent.html",[3,0.309,4,0.243,5,0.276,8,0.243,9,1.467,10,0.669,12,3.818,17,0.816,24,0.598,26,0.533,27,0.024,28,0.712,29,0.276,30,0.379,35,1.111,52,0.486,55,0.309,74,0.309,87,0.415,88,1.182,91,0.711,115,2.584,122,0.017,123,0.017,124,0.268,125,0.982,126,1.296,127,0.865,128,1.045,129,1.045,130,1.045,137,0.76,138,1.467,139,1.467,140,1.511,141,1.696,142,0.982,144,1.071,145,0.938,146,1.379,149,2.567,150,2.247,152,1.379,154,1.379,159,3.787,160,4.508,166,1.111,169,1.52,170,1.737,173,2.584,192,1.045,193,1.379,194,1.379,195,0.711,196,1.642,197,1.045,198,1.707,199,0.982,200,1.045,201,0.982,202,1.045,203,0.982,204,0.922,205,1.045,206,0.982,207,1.045,208,0.922,209,1.045,210,1.045,211,0.922,212,1.045,213,0.876,214,1.045,215,0.982,216,1.045,217,1.045,218,0.982,219,1.045,220,0.982,221,0.982,222,0.982,223,1.045,224,0.982,225,1.451,226,1.379,227,1.543,228,1.815,229,1.045,230,0.982,231,1.296,232,0.982,233,0.865,234,0.922,235,1.045,236,0.982,237,1.045,238,0.982,239,0.982,240,0.711,241,0.865,242,1.045,243,0.922,244,1.045,245,0.922,246,0.982,247,1.045,1037,5.658,1038,5.658,1039,3.829,1040,4.29,1041,5.658,1042,5.054,1043,5.107,1044,3.829,1045,3.829,1046,3.829,1047,3.25]],["title/components/ToggleWindowSidenavButtonComponent.html",[124,0.166,230,0.898]],["body/components/ToggleWindowSidenavButtonComponent.html",[3,0.274,4,0.216,5,0.245,8,0.296,9,1.354,10,0.711,24,0.63,27,0.024,28,0.63,29,0.336,35,0.987,44,1.189,45,1.35,51,1.189,52,0.463,55,0.274,57,1.78,58,1.654,59,1.654,60,1.78,74,0.274,80,1.978,82,1.441,87,0.506,106,1.117,122,0.016,123,0.016,124,0.252,125,0.872,126,1.196,127,0.768,128,0.928,129,0.928,130,0.928,133,2.092,137,0.926,138,1.354,139,1.354,140,1.495,141,1.68,142,0.872,143,3.245,144,0.989,145,0.866,146,1.273,147,1.984,149,2.416,150,2.115,152,1.273,153,3.278,154,1.273,155,2.871,166,0.987,169,1.35,170,1.542,171,0.987,192,0.928,193,1.273,194,1.273,195,0.631,196,1.564,197,0.928,198,1.639,199,0.872,200,0.928,201,0.872,202,0.928,203,0.872,204,0.819,205,0.928,206,0.872,207,0.928,208,0.819,209,0.928,210,0.928,211,0.819,212,0.928,213,0.808,214,0.928,215,0.872,216,0.928,217,0.928,218,0.872,219,0.928,220,0.872,221,0.872,222,0.872,223,0.928,224,0.872,225,1.794,226,1.88,227,0.872,228,0.928,229,0.928,230,1.47,231,1.788,232,0.872,233,0.768,234,0.819,235,0.928,236,0.872,237,0.928,238,0.872,239,0.872,240,0.631,241,0.768,242,0.928,243,0.819,244,0.928,245,0.819,246,0.872,247,0.928,253,2.294,302,3.148,317,3.148,361,1.78,371,2.871,459,3.594,473,1.924,478,2.547,479,2.885,480,2.885,610,1.924,995,2.885,999,2.547,1034,2.885,1048,5.732,1049,5.732,1050,5.326,1051,4.665,1052,5.326,1053,5.326,1054,3.399,1055,3.399,1056,3.96,1057,4.665,1058,3.399,1059,2.885,1060,2.885,1061,3.399,1062,3.399,1063,3.399,1064,4.665,1065,4.665,1066,4.665,1067,2.885]],["title/components/UserProfileIconComponent.html",[124,0.166,232,0.898]],["body/components/UserProfileIconComponent.html",[3,0.246,4,0.194,5,0.219,8,0.194,9,1.255,10,0.709,12,3.389,17,0.698,21,0.884,24,0.594,26,0.424,27,0.025,28,0.647,29,0.362,30,0.301,35,0.884,37,2.48,52,0.517,53,0.831,55,0.246,73,0.689,74,0.405,81,1.875,85,1.482,86,1.292,87,0.33,88,1.335,91,0.802,99,1.595,106,1.001,115,2.056,122,0.015,123,0.015,124,0.238,125,0.781,126,1.108,127,0.689,128,0.831,129,0.831,130,0.831,137,0.605,138,1.255,139,1.255,140,1.479,141,1.651,142,0.781,144,0.916,145,0.802,146,1.179,147,1.871,150,1.995,152,1.179,154,1.179,156,0.555,159,3.763,160,4.095,163,2.444,166,0.884,169,1.21,171,0.884,173,2.056,175,3.238,176,2.056,178,1.382,183,2.586,184,4.263,192,0.831,193,1.179,194,1.179,195,0.566,196,1.491,197,0.831,198,1.575,199,0.781,200,0.831,201,0.781,202,0.831,203,0.781,204,0.734,205,0.831,206,0.781,207,0.831,208,0.734,209,0.831,210,0.831,211,0.734,212,0.831,213,0.749,214,0.831,215,0.781,216,0.831,217,0.831,218,0.781,219,0.831,220,0.781,221,0.781,222,0.781,223,0.831,224,0.781,225,1.288,226,1.179,227,0.781,228,0.831,229,0.831,230,0.781,231,1.108,232,1.402,233,1.449,234,1.675,235,0.831,236,0.781,237,0.831,238,0.781,239,0.781,240,0.566,241,0.689,242,0.831,243,0.734,244,0.831,245,0.734,246,0.781,247,0.831,260,2.63,288,3.389,322,2.056,335,3.688,352,1.595,357,2.263,359,4.899,371,2.66,464,2.056,486,2.917,515,2.586,516,2.586,517,2.586,562,2.917,647,2.446,660,3.364,712,2.283,753,1.875,969,2.056,999,2.283,1043,5.088,1047,2.586,1059,2.586,1067,4.263,1068,4.095,1069,2.283,1070,5.023,1071,4.322,1072,4.491,1073,3.047,1074,5.466,1075,5.023,1076,4.639,1077,4.322,1078,4.322,1079,3.047,1080,4.322,1081,3.047,1082,3.047,1083,2.586,1084,2.586,1085,2.586,1086,2.586,1087,2.586,1088,2.586,1089,3.047,1090,3.047,1091,3.047,1092,3.047,1093,3.047,1094,3.047,1095,3.047,1096,3.047,1097,4.322,1098,4.322,1099,3.668,1100,3.047,1101,3.047,1102,3.047,1103,3.047,1104,3.047,1105,3.047,1106,3.047]],["title/components/VersionComponent.html",[124,0.166,236,0.898]],["body/components/VersionComponent.html",[3,0.289,4,0.227,5,0.258,8,0.227,10,0.724,17,0.78,24,0.572,26,0.498,27,0.025,28,0.724,29,0.348,30,0.354,51,1.251,52,0.509,53,0.977,55,0.289,71,1.518,73,0.809,74,0.289,87,0.388,88,1.492,122,0.016,123,0.016,124,0.259,125,0.918,126,1.239,127,0.809,128,0.977,129,0.977,130,0.977,134,2.192,135,2.864,136,2.662,137,0.71,138,1.403,139,1.403,140,1.502,141,1.684,142,0.918,144,1.024,145,0.897,146,1.318,148,3.096,152,1.318,154,1.318,156,0.621,166,1.039,171,1.039,174,3.096,177,2.735,178,1.624,181,1.874,188,2.203,189,1.874,192,0.977,193,1.318,194,1.318,195,0.664,196,1.598,197,0.977,198,1.669,199,0.918,200,0.977,201,0.918,202,0.977,203,0.918,204,0.862,205,0.977,206,0.918,207,0.977,208,0.862,209,0.977,210,0.977,211,0.862,212,0.977,213,0.837,214,0.977,215,0.918,216,0.977,217,0.977,218,0.918,219,0.977,220,0.918,221,0.918,222,0.918,223,0.977,224,0.918,225,1.403,226,1.318,227,0.918,228,0.977,229,0.977,230,0.918,231,1.239,232,0.918,233,0.809,234,0.862,235,0.977,236,1.502,237,0.977,238,0.918,239,0.918,240,0.664,241,0.809,242,0.977,243,0.862,244,0.977,245,0.862,246,0.918,247,0.977,267,1.742,345,4.643,357,1.874,368,3.261,369,2.681,370,2.681,464,2.415,625,3.038,630,3.038,633,2.203,969,3.261,1003,3.038,1099,4.101,1107,3.579,1108,4.253,1109,5.47,1110,4.832,1111,4.098,1112,3.579,1113,5.856,1114,3.579,1115,5.47,1116,3.579,1117,3.579,1118,4.832,1119,4.832,1120,3.579,1121,4.832,1122,4.832,1123,4.832,1124,3.579,1125,3.579]],["title/components/WindowContainerSidenavComponent.html",[124,0.166,238,0.898]],["body/components/WindowContainerSidenavComponent.html",[3,0.253,4,0.199,5,0.226,8,0.28,9,1.281,10,0.782,17,0.713,21,1.608,24,0.655,26,0.614,27,0.025,28,0.691,29,0.367,30,0.437,35,0.911,44,1.098,45,1.246,51,1.098,52,0.488,53,0.856,55,0.253,73,0.709,74,0.253,83,3.938,87,0.34,88,1.576,91,0.948,96,0.969,99,2.9,105,2.118,106,1.917,122,0.015,123,0.015,124,0.262,125,0.805,126,1.42,127,0.709,128,0.856,129,0.856,130,0.856,134,2.002,135,2.673,136,2.484,137,0.623,138,1.281,139,1.281,140,1.483,141,1.657,142,0.805,144,0.935,145,0.819,146,1.204,148,2.889,152,1.204,154,1.204,156,0.567,166,0.911,171,0.911,174,2.889,177,1.776,178,1.424,181,1.644,188,2.716,189,1.644,192,0.856,193,1.204,194,1.204,195,0.583,196,1.511,197,0.856,198,1.593,199,0.805,200,0.856,201,0.805,202,0.856,203,0.805,204,0.756,205,0.856,206,0.805,207,0.856,208,0.756,209,0.856,210,0.856,211,0.756,212,0.856,213,0.765,214,0.856,215,0.805,216,0.856,217,0.856,218,0.805,219,0.856,220,0.805,221,0.805,222,0.805,223,0.856,224,0.805,225,1.497,226,1.204,227,0.805,228,0.856,229,0.856,230,0.805,231,1.655,232,0.805,233,0.709,234,0.756,235,0.856,236,0.805,237,0.856,238,1.42,239,1.771,240,0.583,241,0.709,242,0.856,243,0.756,244,0.856,245,0.756,246,0.805,247,0.856,259,3.825,267,1.527,268,2.118,311,1.331,400,2.889,753,2.716,932,3.746,980,4.333,981,3.746,1126,5.836,1127,5.836,1128,3.139,1129,5.105,1130,4.15,1131,4.414,1132,3.139,1133,5.836,1134,3.139,1135,4.414,1136,3.139,1137,3.139,1138,4.414,1139,3.139,1140,5.105,1141,3.139,1142,4.414,1143,3.139,1144,4.414,1145,3.139,1146,3.139,1147,3.139,1148,3.139,1149,4.414,1150,3.139,1151,5.539,1152,3.139,1153,2.664,1154,3.139,1155,3.139,1156,3.139,1157,3.139,1158,3.139,1159,3.139,1160,3.139,1161,3.139,1162,3.139,1163,3.139]],["title/changelog.html",[934,1.979,1164,2.197,1165,2.197]],["body/changelog.html",[5,0.21,15,1.118,16,1.9,21,0.382,27,0.008,28,0.265,31,1.172,37,0.598,41,1.677,44,1.465,58,1.42,62,0.987,73,0.298,78,0.987,80,0.949,81,0.811,86,1.237,87,0.316,96,0.407,106,0.959,122,0.008,123,0.008,124,0.223,137,0.262,140,0.279,141,0.317,142,0.338,143,1.652,204,0.829,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.9,257,1.677,286,2.578,303,1.9,308,1.51,357,0.69,360,1.9,363,0.987,368,1.51,377,3.767,416,1.777,417,1.969,419,3.676,468,1.677,473,1.947,482,3.557,492,1.118,493,2.828,534,1.118,574,2.578,592,0.559,610,1.947,612,1.677,620,2.578,633,1.377,659,0.69,698,1.118,759,4.174,760,3.524,767,4.549,773,4.253,823,1.118,830,1.9,876,1.118,912,1.9,934,1.51,969,1.969,993,3.272,1004,1.9,1007,2.888,1008,1.9,1010,1.677,1035,2.186,1072,1.677,1108,4.598,1130,2.578,1166,3.272,1167,1.317,1168,1.317,1169,4.191,1170,5.227,1171,1.118,1172,1.317,1173,1.317,1174,1.317,1175,1.317,1176,1.317,1177,1.118,1178,4.162,1179,6.228,1180,5.582,1181,2.477,1182,6.813,1183,6.813,1184,4.612,1185,5.783,1186,2.92,1187,3.44,1188,3.44,1189,3.557,1190,3.44,1191,6.033,1192,1.9,1193,3.557,1194,3.44,1195,4.162,1196,2.238,1197,3.993,1198,3.44,1199,2.918,1200,5.582,1201,6.845,1202,6.845,1203,1.317,1204,1.317,1205,1.317,1206,1.317,1207,4.191,1208,2.238,1209,6.516,1210,2.238,1211,5.974,1212,3.794,1213,2.918,1214,4.469,1215,1.317,1216,4.191,1217,1.317,1218,4.469,1219,1.317,1220,6.738,1221,5.762,1222,1.317,1223,6.738,1224,2.918,1225,3.854,1226,1.118,1227,1.317,1228,1.317,1229,1.317,1230,3.993,1231,1.317,1232,1.317,1233,1.317,1234,5.839,1235,1.317,1236,1.317,1237,1.317,1238,1.317,1239,2.238,1240,2.238,1241,2.238,1242,3.44,1243,1.317,1244,2.238,1245,2.238,1246,3.557,1247,1.317,1248,1.9,1249,2.238,1250,1.9,1251,1.317,1252,3.44,1253,1.9,1254,2.918,1255,1.317,1256,2.238,1257,1.317,1258,2.238,1259,1.9,1260,1.9,1261,1.317,1262,3.44,1263,1.9,1264,1.317,1265,3.993,1266,1.317,1267,2.238,1268,2.238,1269,1.317,1270,1.9,1271,2.918,1272,1.317,1273,2.238,1274,1.317,1275,1.9,1276,3.44,1277,3.174,1278,2.828,1279,1.9,1280,1.317,1281,2.238,1282,4.191,1283,2.238,1284,1.317,1285,2.238,1286,1.9,1287,1.317,1288,3.44,1289,2.238,1290,1.317,1291,2.238,1292,1.9,1293,1.317,1294,1.317,1295,2.238,1296,1.317,1297,2.238,1298,1.317,1299,2.238,1300,1.317,1301,2.238,1302,2.238,1303,1.317,1304,1.317,1305,2.238,1306,2.238,1307,1.317,1308,4.437,1309,2.238,1310,1.317,1311,1.9,1312,1.9,1313,1.317,1314,2.238,1315,3.44,1316,1.317,1317,1.317,1318,2.238,1319,1.317,1320,2.238,1321,2.238,1322,2.238,1323,1.317,1324,1.317,1325,2.238,1326,1.317,1327,2.238,1328,2.238,1329,1.317,1330,2.238,1331,1.317,1332,3.854,1333,1.317,1334,2.238,1335,1.317,1336,1.317,1337,2.238,1338,1.317,1339,1.317,1340,5.227,1341,1.317,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,2.238,1359,1.317,1360,1.317,1361,4.904,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.854,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.918,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.227,1396,2.918,1397,1.317,1398,1.317,1399,3.854,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.238,1418,2.238,1419,1.9,1420,1.317,1421,2.238,1422,2.238,1423,2.238,1424,2.238,1425,3.44,1426,2.238,1427,2.238,1428,1.317,1429,1.9,1430,1.317,1431,1.317,1432,1.317,1433,1.317,1434,1.317,1435,1.317,1436,1.317,1437,2.918,1438,4.704,1439,3.44,1440,2.238,1441,1.317,1442,3.854,1443,1.317,1444,2.238,1445,1.317,1446,1.317,1447,5.36,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.238,1457,1.317,1458,3.854,1459,1.317,1460,1.317,1461,2.238,1462,2.238,1463,1.9,1464,2.238,1465,2.238,1466,2.238,1467,2.238,1468,2.238,1469,2.238,1470,1.9,1471,1.9,1472,2.238,1473,1.317,1474,1.317,1475,1.317,1476,1.317,1477,4.191,1478,1.317,1479,1.317,1480,1.317,1481,1.317,1482,1.317,1483,1.317,1484,2.238,1485,6.624,1486,1.317,1487,1.317,1488,1.317,1489,1.317,1490,2.918,1491,1.317,1492,1.317,1493,2.238,1494,1.317,1495,1.9,1496,1.317,1497,1.317,1498,1.317,1499,1.317,1500,2.238,1501,1.317,1502,1.317,1503,2.238,1504,1.317,1505,1.317,1506,1.317,1507,1.317,1508,2.238,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,2.238,1520,2.238,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.238,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,1278,2.838]],["body/dependencies.html",[4,0.307,27,0.025,55,0.39,56,3.622,65,3.262,66,3.622,67,2.975,69,3.262,71,2.05,73,1.093,122,0.02,123,0.02,171,1.403,173,3.262,233,1.093,240,0.897,267,2.352,318,3.622,325,3.622,327,3.622,352,3.514,353,4.103,413,2.975,415,4.103,416,2.05,417,3.262,419,2.975,699,4.103,705,3.622,934,3.262,1186,6.039,1192,5.697,1277,3.262,1278,3.953,1582,4.834,1583,4.834,1584,4.834,1585,5.858,1586,4.834,1587,4.834,1588,5.858,1589,4.834,1590,4.834]],["title/miscellaneous/functions.html",[1591,1.66,1592,3.57]],["body/miscellaneous/functions.html",[8,0.329,26,0.903,27,0.024,28,0.768,29,0.467,30,0.642,35,1.884,122,0.021,123,0.021,572,2.97,573,4.119,589,2.349,590,2.349,592,2.753,593,3.88,595,2.712,641,2.712,642,3.794,650,2.931,653,3.455,1591,2.931,1592,4.395,1593,5.51,1594,5.178]],["title/index.html",[8,0.186,1164,2.197,1165,2.197]],["body/index.html",[27,0.021,65,3.488,122,0.021,123,0.021,325,3.873,352,3.579,416,2.192,705,3.873,759,4.377,1184,3.488,1185,4.388,1277,3.488,1278,3.488,1595,5.176,1596,5.169,1597,5.176,1598,6.098,1599,5.169,1600,5.169,1601,5.169,1602,5.169,1603,5.169,1604,5.169,1605,5.169,1606,5.169,1607,5.169,1608,5.169,1609,5.169,1610,5.169,1611,5.169,1612,5.169,1613,5.169,1614,5.169,1615,5.169,1616,5.169,1617,5.169,1618,5.169,1619,5.169,1620,5.169,1621,5.169,1622,5.169,1623,5.169]],["title/license.html",[1164,2.197,1165,2.197,1624,2.197]],["body/license.html",[4,0.4,9,0.256,10,0.623,24,0.104,27,0.011,51,0.309,52,0.071,59,0.43,75,1.092,84,3.197,87,0.096,88,0.273,96,0.273,106,0.983,108,1.182,122,0.007,123,0.005,124,0.142,204,0.38,231,0.226,233,1.124,255,1.041,366,3.768,400,0.893,416,0.374,468,0.661,473,0.5,476,1.182,478,1.603,493,0.596,514,0.749,545,1.816,552,0.596,592,0.374,612,1.182,633,1.602,759,1.444,760,1.182,773,4.115,834,2.821,971,0.749,1010,0.661,1035,0.661,1040,0.749,1056,1.34,1060,0.749,1108,3.793,1130,1.182,1153,0.749,1166,2.21,1171,0.749,1181,0.749,1193,0.749,1195,0.749,1197,0.749,1212,1.34,1226,0.749,1230,1.816,1248,3.899,1250,1.34,1253,0.749,1259,0.749,1260,1.34,1263,0.749,1265,1.34,1270,1.816,1275,0.749,1277,1.757,1279,2.21,1292,5.179,1308,1.816,1311,0.749,1312,1.34,1419,0.749,1429,4.124,1449,0.749,1451,1.816,1455,1.34,1463,2.54,1495,1.34,1528,4.392,1554,4.017,1595,2.21,1597,3.899,1624,5.162,1625,4.732,1626,2.21,1627,0.883,1628,2.14,1629,5.783,1630,2.603,1631,5.078,1632,5.62,1633,2.992,1634,0.883,1635,0.883,1636,0.883,1637,2.992,1638,5.678,1639,2.992,1640,2.14,1641,4.858,1642,2.14,1643,0.883,1644,2.14,1645,0.883,1646,0.883,1647,1.578,1648,4.593,1649,3.323,1650,0.883,1651,3.323,1652,0.883,1653,0.883,1654,3.856,1655,1.578,1656,0.883,1657,0.883,1658,0.883,1659,6.219,1660,4.593,1661,2.14,1662,2.14,1663,4.074,1664,1.578,1665,6.889,1666,1.578,1667,3.323,1668,3.608,1669,2.603,1670,0.883,1671,0.883,1672,2.603,1673,3.856,1674,1.578,1675,3.856,1676,0.883,1677,0.883,1678,1.578,1679,0.883,1680,2.14,1681,5.346,1682,2.992,1683,1.578,1684,2.603,1685,0.883,1686,0.883,1687,1.578,1688,2.603,1689,2.14,1690,1.578,1691,4.439,1692,1.578,1693,5.492,1694,2.992,1695,1.578,1696,2.603,1697,0.883,1698,3.608,1699,2.992,1700,0.883,1701,3.608,1702,5.919,1703,2.14,1704,2.821,1705,0.883,1706,0.883,1707,2.54,1708,0.883,1709,2.992,1710,3.856,1711,1.578,1712,4.439,1713,4.267,1714,2.603,1715,1.578,1716,0.883,1717,0.883,1718,4.439,1719,1.578,1720,0.883,1721,0.883,1722,4.732,1723,1.578,1724,2.14,1725,0.883,1726,0.883,1727,1.578,1728,0.883,1729,0.883,1730,3.323,1731,3.856,1732,0.883,1733,0.883,1734,0.883,1735,0.883,1736,0.883,1737,0.883,1738,1.578,1739,0.883,1740,0.883,1741,0.883,1742,1.578,1743,0.883,1744,2.14,1745,1.578,1746,0.883,1747,0.883,1748,1.578,1749,1.578,1750,4.858,1751,0.883,1752,1.578,1753,1.578,1754,0.883,1755,0.883,1756,1.578,1757,2.14,1758,1.578,1759,2.14,1760,1.578,1761,0.883,1762,0.883,1763,3.323,1764,0.883,1765,0.883,1766,0.883,1767,2.603,1768,0.883,1769,0.883,1770,2.603,1771,0.883,1772,0.883,1773,0.883,1774,0.883,1775,0.883,1776,4.593,1777,0.883,1778,4.074,1779,0.883,1780,4.732,1781,2.603,1782,2.992,1783,3.323,1784,1.578,1785,0.883,1786,2.14,1787,5.263,1788,1.578,1789,0.883,1790,0.883,1791,0.883,1792,2.14,1793,6.294,1794,3.856,1795,0.883,1796,0.883,1797,1.578,1798,1.578,1799,0.883,1800,4.267,1801,0.883,1802,2.603,1803,3.856,1804,0.883,1805,2.14,1806,2.14,1807,1.578,1808,3.323,1809,6.294,1810,2.14,1811,4.074,1812,2.603,1813,2.992,1814,0.883,1815,1.578,1816,2.14,1817,4.074,1818,4.267,1819,2.603,1820,0.883,1821,1.578,1822,1.578,1823,2.603,1824,2.603,1825,4.074,1826,0.883,1827,2.14,1828,0.883,1829,5.783,1830,1.578,1831,0.883,1832,3.856,1833,0.883,1834,1.578,1835,2.603,1836,3.856,1837,0.883,1838,4.973,1839,2.14,1840,1.578,1841,3.608,1842,4.267,1843,3.323,1844,0.883,1845,0.883,1846,0.883,1847,3.323,1848,0.883,1849,1.578,1850,4.732,1851,0.883,1852,0.883,1853,0.883,1854,0.883,1855,2.14,1856,0.883,1857,0.883,1858,0.883,1859,2.14,1860,5.492,1861,2.14,1862,0.883,1863,0.883,1864,0.883,1865,0.883,1866,1.578,1867,1.578,1868,4.074,1869,0.883,1870,0.883,1871,0.883,1872,2.14,1873,2.14,1874,3.323,1875,2.14,1876,0.883,1877,2.992,1878,3.323,1879,0.883,1880,0.883,1881,0.883,1882,1.578,1883,0.883,1884,2.14,1885,0.883,1886,0.883,1887,0.883,1888,0.883,1889,1.578,1890,0.883,1891,5.62,1892,3.856,1893,0.883,1894,3.323,1895,1.578,1896,0.883,1897,0.883,1898,1.578,1899,1.578,1900,2.603,1901,0.883,1902,0.883,1903,0.883,1904,0.883,1905,1.578,1906,2.14,1907,2.992,1908,0.883,1909,2.14,1910,1.578,1911,0.883,1912,2.992,1913,0.883,1914,2.603,1915,0.883,1916,3.608,1917,2.603,1918,0.883,1919,2.992,1920,0.883,1921,1.578,1922,0.883,1923,0.883,1924,2.14,1925,2.14,1926,0.883,1927,0.883,1928,0.883,1929,2.14,1930,2.14,1931,3.323,1932,0.883,1933,0.883,1934,1.578,1935,1.578,1936,2.992,1937,1.578,1938,0.883,1939,1.578,1940,0.883,1941,0.883,1942,0.883,1943,0.883,1944,0.883,1945,0.883,1946,2.14,1947,0.883,1948,0.883,1949,4.973,1950,0.883,1951,0.883,1952,0.883,1953,2.992,1954,2.992,1955,0.883,1956,0.883,1957,2.14,1958,0.883,1959,0.883,1960,2.603,1961,0.883,1962,0.883,1963,0.883,1964,0.883,1965,0.883,1966,0.883,1967,1.578,1968,1.578,1969,0.883,1970,2.14,1971,0.883,1972,0.883,1973,1.578,1974,0.883,1975,0.883,1976,0.883,1977,0.883,1978,1.578,1979,1.578,1980,1.578,1981,1.578,1982,4.074,1983,0.883,1984,3.323,1985,0.883,1986,0.883,1987,1.578,1988,2.14,1989,2.14,1990,2.603,1991,2.603,1992,2.14,1993,2.603,1994,2.14,1995,0.883,1996,2.992,1997,2.603,1998,0.883,1999,1.578,2000,1.578,2001,0.883,2002,2.992,2003,1.578,2004,2.603,2005,2.603,2006,0.883,2007,2.14,2008,4.858,2009,2.992,2010,0.883,2011,0.883,2012,0.883,2013,2.14,2014,2.14,2015,1.578,2016,0.883,2017,0.883,2018,0.883,2019,0.883,2020,1.578,2021,0.883,2022,0.883,2023,0.883,2024,2.14,2025,0.883,2026,0.883,2027,1.578,2028,0.883,2029,0.883,2030,1.578,2031,0.883,2032,2.14,2033,0.883,2034,0.883,2035,0.883,2036,1.578,2037,1.578,2038,3.323,2039,5.492,2040,2.14,2041,1.578,2042,1.578,2043,1.578,2044,1.578,2045,2.603,2046,2.603,2047,1.578,2048,0.883,2049,0.883,2050,0.883,2051,0.883,2052,0.883,2053,2.603,2054,3.323,2055,1.578,2056,0.883,2057,2.992,2058,0.883,2059,0.883,2060,0.883,2061,1.578,2062,0.883,2063,1.578,2064,0.883,2065,2.992,2066,3.856,2067,2.14,2068,0.883,2069,4.439,2070,0.883,2071,0.883,2072,0.883,2073,0.883,2074,0.883,2075,0.883,2076,0.883,2077,0.883,2078,2.14,2079,2.992,2080,1.578,2081,2.603,2082,1.578,2083,0.883,2084,0.883,2085,1.578,2086,0.883,2087,0.883,2088,0.883,2089,1.578,2090,0.883,2091,0.883,2092,0.883,2093,2.603,2094,0.883,2095,1.578,2096,1.578,2097,0.883,2098,0.883,2099,2.14,2100,0.883,2101,0.883,2102,0.883,2103,0.883,2104,0.883,2105,1.578,2106,0.883,2107,0.883,2108,1.578,2109,0.883,2110,0.883,2111,0.883,2112,2.14,2113,0.883,2114,0.883,2115,0.883,2116,0.883,2117,0.883,2118,2.992,2119,0.883,2120,0.883,2121,3.323,2122,0.883,2123,0.883,2124,0.883,2125,0.883,2126,0.883,2127,0.883,2128,0.883,2129,0.883,2130,1.578,2131,3.608,2132,0.883,2133,2.603,2134,0.883,2135,0.883,2136,2.14,2137,0.883,2138,0.883,2139,2.14,2140,0.883,2141,1.578,2142,0.883,2143,0.883,2144,0.883,2145,0.883,2146,0.883,2147,0.883,2148,0.883,2149,0.883,2150,0.883,2151,0.883,2152,1.578,2153,0.883,2154,0.883,2155,0.883,2156,0.883,2157,1.578,2158,1.578,2159,0.883,2160,0.883,2161,2.14,2162,0.883,2163,1.578,2164,0.883,2165,1.578,2166,0.883,2167,1.578,2168,0.883,2169,2.14,2170,3.608,2171,0.883,2172,0.883,2173,1.34,2174,0.883,2175,0.883,2176,0.883,2177,0.883,2178,0.883,2179,1.578,2180,0.883,2181,1.578,2182,2.603,2183,0.883,2184,2.992,2185,0.883,2186,0.883,2187,0.883,2188,0.883,2189,0.883,2190,0.883,2191,1.578,2192,1.578,2193,1.578,2194,2.14,2195,0.883,2196,1.578,2197,1.578,2198,0.883,2199,1.578,2200,2.14,2201,0.883,2202,1.578,2203,0.883,2204,1.578,2205,0.883,2206,2.14,2207,1.578,2208,0.883,2209,0.883,2210,1.578,2211,5.62,2212,1.578,2213,0.883,2214,2.992,2215,4.267,2216,2.14,2217,0.883,2218,0.883,2219,0.883,2220,2.603,2221,0.883,2222,0.883,2223,2.14,2224,0.883,2225,1.578,2226,0.883,2227,0.883,2228,0.883,2229,0.883,2230,2.603,2231,0.883,2232,0.883,2233,0.883,2234,0.883,2235,2.603,2236,1.578,2237,0.883,2238,0.883,2239,2.14,2240,0.883,2241,1.578,2242,2.14,2243,0.883,2244,1.578,2245,0.883,2246,0.883,2247,0.883,2248,0.883,2249,1.578,2250,2.14,2251,0.883,2252,0.883,2253,0.883,2254,1.578,2255,0.883,2256,1.578,2257,0.883,2258,0.883,2259,0.883,2260,0.883,2261,0.883,2262,2.14,2263,1.578,2264,0.883,2265,0.883,2266,2.603,2267,0.883,2268,2.14,2269,0.883,2270,0.883,2271,0.883,2272,1.578,2273,0.883,2274,0.883,2275,0.883,2276,2.14,2277,1.578,2278,1.578,2279,0.883,2280,3.608,2281,1.578,2282,2.14,2283,2.603,2284,0.883,2285,0.883,2286,1.578,2287,0.883,2288,2.14,2289,0.883,2290,1.578,2291,0.883,2292,0.883,2293,0.883,2294,0.883,2295,1.578,2296,0.883,2297,1.578,2298,2.14,2299,1.578,2300,0.883,2301,1.578,2302,0.883,2303,0.883,2304,1.578,2305,1.578,2306,0.883,2307,0.883,2308,1.578,2309,0.883,2310,0.883,2311,0.883,2312,0.883,2313,0.883,2314,2.14,2315,0.883,2316,0.883,2317,0.883,2318,0.883,2319,0.883,2320,2.603,2321,2.14,2322,0.883,2323,0.883,2324,0.883,2325,0.883,2326,0.883,2327,1.578,2328,0.883,2329,0.883,2330,0.883,2331,0.883,2332,0.883,2333,0.883,2334,0.883,2335,0.883,2336,0.883,2337,0.883,2338,0.883,2339,0.883,2340,0.883,2341,2.14,2342,0.883,2343,1.578,2344,0.883,2345,0.883,2346,0.883,2347,0.883,2348,0.883,2349,0.883,2350,0.883,2351,0.883,2352,0.883,2353,0.883,2354,2.14,2355,0.883,2356,0.883,2357,0.883,2358,0.883,2359,1.578,2360,0.883,2361,0.883,2362,0.883,2363,0.883,2364,0.883,2365,0.883,2366,0.883,2367,1.578,2368,1.578,2369,2.21,2370,1.578,2371,0.883,2372,1.578,2373,0.883,2374,0.883,2375,0.883,2376,0.883,2377,0.883,2378,1.578,2379,1.578,2380,0.883,2381,1.578,2382,0.883,2383,0.883,2384,0.883,2385,0.883,2386,0.883,2387,0.883,2388,0.883,2389,0.883,2390,0.883,2391,0.883,2392,0.883,2393,0.883,2394,1.578,2395,0.883,2396,2.14,2397,0.883,2398,0.883,2399,0.883,2400,0.883,2401,0.883,2402,0.883,2403,0.883,2404,0.883,2405,0.883,2406,0.883,2407,0.883,2408,0.883,2409,0.883,2410,0.883,2411,0.883,2412,1.578,2413,0.883,2414,0.883,2415,0.883,2416,0.883,2417,0.883,2418,0.883,2419,0.883,2420,0.883,2421,0.883,2422,0.883]],["title/modules.html",[1111,3.566]],["body/modules.html",[27,0.022,122,0.022,123,0.022,1111,4.226]],["title/overview.html",[2423,4.04]],["body/overview.html",[2,2.897,27,0.021,122,0.021,123,0.021,126,1.419,240,1.027,255,2.692,627,3.132,1189,4.696,1626,4.696,1707,4.696,2423,4.696,2424,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.681,377,4.176,610,3.503,1108,3.577,1177,4.5,1178,4.5,1246,4.5,1286,4.5,1470,4.5,1471,4.5,1624,3.972,1704,4.5,2173,4.5,2369,4.5,2425,5.301,2426,5.301,2427,5.301,2428,5.301,2429,5.301,2430,5.301,2431,5.301,2432,5.301,2433,5.301,2434,5.301]],["title/miscellaneous/typealiases.html",[1591,1.66,2435,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.08,234,1.587,254,2.812,335,3.624,641,2.812,642,3.729,649,3.265,1068,4.023,1069,4.671,1076,5.292,1591,3.039,1593,5.292,2436,5.369,2437,4.558]],["title/miscellaneous/variables.html",[1591,1.66,2438,3.57]],["body/miscellaneous/variables.html",[8,0.3,27,0.024,31,3.268,37,2.621,44,2.402,45,2.729,85,2.299,86,2.003,106,2.257,122,0.02,123,0.02,124,0.273,162,4.01,167,4.903,234,1.634,329,4.903,335,3.188,519,4.903,647,3.532,649,2.474,764,4.01,783,4.903,784,4.903,1068,3.539,1069,4.328,1072,3.539,1083,4.903,1084,4.01,1085,4.01,1086,4.01,1087,4.01,1088,4.01,1591,2.674,2437,4.01,2438,4.01,2439,5.777,2440,6.785,2441,4.724,2442,4.724,2443,4.724,2444,4.724,2445,4.724,2446,5.777]]],"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":1340,"title":{},"body":{"changelog.html":{}}}],["0143fc3",{"_index":1391,"title":{},"body":{"changelog.html":{}}}],["02",{"_index":1216,"title":{},"body":{"changelog.html":{}}}],["03",{"_index":1211,"title":{},"body":{"changelog.html":{}}}],["04",{"_index":1200,"title":{},"body":{"changelog.html":{}}}],["05",{"_index":1191,"title":{},"body":{"changelog.html":{}}}],["06",{"_index":1180,"title":{},"body":{"changelog.html":{}}}],["069a66b",{"_index":1574,"title":{},"body":{"changelog.html":{}}}],["07",{"_index":1221,"title":{},"body":{"changelog.html":{}}}],["08",{"_index":1395,"title":{},"body":{"changelog.html":{}}}],["09",{"_index":1209,"title":{},"body":{"changelog.html":{}}}],["0940f5f",{"_index":1517,"title":{},"body":{"changelog.html":{}}}],["0a4a33d",{"_index":1310,"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":1707,"title":{},"body":{"license.html":{},"overview.html":{}}}],["1.1.3",{"_index":1587,"title":{},"body":{"dependencies.html":{}}}],["10",{"_index":1230,"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":1212,"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":1346,"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":1220,"title":{},"body":{"changelog.html":{}}}],["16.0.1",{"_index":1207,"title":{},"body":{"changelog.html":{}}}],["16.0.2",{"_index":1198,"title":{},"body":{"changelog.html":{}}}],["16.0.3",{"_index":1196,"title":{},"body":{"changelog.html":{}}}],["16.2.3",{"_index":1589,"title":{},"body":{"dependencies.html":{}}}],["16.x.x",{"_index":1440,"title":{},"body":{"changelog.html":{}}}],["16px",{"_index":362,"title":{},"body":{"components/LanguageSelectorComponent.html":{}}}],["17",{"_index":1189,"title":{},"body":{"changelog.html":{},"overview.html":{}}}],["17.0.1",{"_index":1194,"title":{},"body":{"changelog.html":{}}}],["18",{"_index":1187,"title":{},"body":{"changelog.html":{}}}],["18.0.0",{"_index":1585,"title":{},"body":{"dependencies.html":{}}}],["18.0.1",{"_index":1192,"title":{},"body":{"changelog.html":{},"dependencies.html":{}}}],["18.0.2",{"_index":1186,"title":{},"body":{"changelog.html":{},"dependencies.html":{}}}],["18.0.3",{"_index":1177,"title":{},"body":{"changelog.html":{},"properties.html":{}}}],["18.1.0",{"_index":1588,"title":{},"body":{"dependencies.html":{}}}],["19",{"_index":1370,"title":{},"body":{"changelog.html":{}}}],["192",{"_index":550,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["1996",{"_index":1966,"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":1219,"title":{},"body":{"changelog.html":{}}}],["1px",{"_index":480,"title":{},"body":{"components/LayoutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{}}}],["2",{"_index":1709,"title":{},"body":{"license.html":{}}}],["2.6.2",{"_index":1583,"title":{},"body":{"dependencies.html":{}}}],["20",{"_index":1181,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["2007",{"_index":1628,"title":{},"body":{"license.html":{}}}],["2021",{"_index":1485,"title":{},"body":{"changelog.html":{}}}],["2022",{"_index":1447,"title":{},"body":{"changelog.html":{}}}],["2023",{"_index":1223,"title":{},"body":{"changelog.html":{}}}],["2024",{"_index":1179,"title":{},"body":{"changelog.html":{}}}],["21",{"_index":1361,"title":{},"body":{"changelog.html":{}}}],["21b6199",{"_index":1402,"title":{},"body":{"changelog.html":{}}}],["21ef36d",{"_index":1453,"title":{},"body":{"changelog.html":{}}}],["22",{"_index":1358,"title":{},"body":{"changelog.html":{}}}],["23",{"_index":1224,"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":1199,"title":{},"body":{"changelog.html":{}}}],["27c2cd7",{"_index":1280,"title":{},"body":{"changelog.html":{}}}],["28",{"_index":1197,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["285b99c",{"_index":1206,"title":{},"body":{"changelog.html":{}}}],["2873ec4",{"_index":1576,"title":{},"body":{"changelog.html":{}}}],["29",{"_index":1195,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["2999fac",{"_index":1204,"title":{},"body":{"changelog.html":{}}}],["29a5462",{"_index":1329,"title":{},"body":{"changelog.html":{}}}],["2a50b09",{"_index":1266,"title":{},"body":{"changelog.html":{}}}],["2c0cf1d",{"_index":1355,"title":{},"body":{"changelog.html":{}}}],["2e2c351",{"_index":1333,"title":{},"body":{"changelog.html":{}}}],["2eeb7eb",{"_index":1551,"title":{},"body":{"changelog.html":{}}}],["2px",{"_index":1000,"title":{},"body":{"components/SidenavComponent.html":{}}}],["3",{"_index":1626,"title":{},"body":{"license.html":{},"overview.html":{}}}],["3.0",{"_index":2432,"title":{},"body":{"properties.html":{}}}],["30",{"_index":1193,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["3051ba6",{"_index":1577,"title":{},"body":{"changelog.html":{}}}],["31",{"_index":1396,"title":{},"body":{"changelog.html":{}}}],["31c72a1",{"_index":1341,"title":{},"body":{"changelog.html":{}}}],["32px",{"_index":359,"title":{},"body":{"components/LanguageSelectorComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["3394767",{"_index":1264,"title":{},"body":{"changelog.html":{}}}],["346be5d",{"_index":1486,"title":{},"body":{"changelog.html":{}}}],["354cce1",{"_index":1533,"title":{},"body":{"changelog.html":{}}}],["35d2fef",{"_index":1347,"title":{},"body":{"changelog.html":{}}}],["35ec333",{"_index":1372,"title":{},"body":{"changelog.html":{}}}],["3a2a238",{"_index":1476,"title":{},"body":{"changelog.html":{}}}],["3b30276",{"_index":1298,"title":{},"body":{"changelog.html":{}}}],["3d90660",{"_index":1243,"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":1272,"title":{},"body":{"changelog.html":{}}}],["472cc12",{"_index":1303,"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":1326,"title":{},"body":{"changelog.html":{}}}],["4d99def",{"_index":1350,"title":{},"body":{"changelog.html":{}}}],["5",{"_index":2033,"title":{},"body":{"license.html":{}}}],["5139adb",{"_index":1524,"title":{},"body":{"changelog.html":{}}}],["55afb8b",{"_index":1316,"title":{},"body":{"changelog.html":{}}}],["569488a",{"_index":1304,"title":{},"body":{"changelog.html":{}}}],["582830b",{"_index":1324,"title":{},"body":{"changelog.html":{}}}],["59f9b7e",{"_index":1251,"title":{},"body":{"changelog.html":{}}}],["6",{"_index":2424,"title":{},"body":{"overview.html":{}}}],["60",{"_index":2224,"title":{},"body":{"license.html":{}}}],["6049e53",{"_index":1307,"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":1319,"title":{},"body":{"changelog.html":{}}}],["66f0719",{"_index":1457,"title":{},"body":{"changelog.html":{}}}],["67e9290",{"_index":1317,"title":{},"body":{"changelog.html":{}}}],["69f92d3",{"_index":1404,"title":{},"body":{"changelog.html":{}}}],["6a54998",{"_index":1335,"title":{},"body":{"changelog.html":{}}}],["6b",{"_index":2062,"title":{},"body":{"license.html":{}}}],["6c8560a",{"_index":1274,"title":{},"body":{"changelog.html":{}}}],["6d",{"_index":2087,"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":1994,"title":{},"body":{"license.html":{}}}],["7.8.1",{"_index":1590,"title":{},"body":{"dependencies.html":{}}}],["700",{"_index":617,"title":{},"body":{"components/NavigationComponent.html":{}}}],["706dad3",{"_index":1269,"title":{},"body":{"changelog.html":{}}}],["70px",{"_index":1061,"title":{},"body":{"components/ToggleWindowSidenavButtonComponent.html":{}}}],["71024c3",{"_index":1313,"title":{},"body":{"changelog.html":{}}}],["77c62df",{"_index":1284,"title":{},"body":{"changelog.html":{}}}],["78d02b7",{"_index":1228,"title":{},"body":{"changelog.html":{}}}],["7a35660",{"_index":1364,"title":{},"body":{"changelog.html":{}}}],["7e0c816",{"_index":1235,"title":{},"body":{"changelog.html":{}}}],["7ee22ee",{"_index":1290,"title":{},"body":{"changelog.html":{}}}],["7ffd28b",{"_index":1352,"title":{},"body":{"changelog.html":{}}}],["80f4aae",{"_index":1287,"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":1255,"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":1343,"title":{},"body":{"changelog.html":{}}}],["95d3e46",{"_index":1579,"title":{},"body":{"changelog.html":{}}}],["96e00c4",{"_index":1294,"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":1354,"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":2138,"title":{},"body":{"license.html":{}}}],["above",{"_index":2206,"title":{},"body":{"license.html":{}}}],["absence",{"_index":1995,"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":1741,"title":{},"body":{"license.html":{}}}],["aca8e49",{"_index":1520,"title":{},"body":{"changelog.html":{}}}],["acc",{"_index":838,"title":{},"body":{"injectables/NavigationService.html":{}}}],["accept",{"_index":2236,"title":{},"body":{"license.html":{}}}],["acceptance",{"_index":2235,"title":{},"body":{"license.html":{}}}],["access",{"_index":1730,"title":{},"body":{"license.html":{}}}],["accessible",{"_index":2307,"title":{},"body":{"license.html":{}}}],["accessors",{"_index":578,"title":{},"body":{"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{}}}],["accompanied",{"_index":2040,"title":{},"body":{"license.html":{}}}],["accompanies",{"_index":2421,"title":{},"body":{"license.html":{}}}],["accord",{"_index":1993,"title":{},"body":{"license.html":{}}}],["according",{"_index":2413,"title":{},"body":{"license.html":{}}}],["acknowledges",{"_index":1927,"title":{},"body":{"license.html":{}}}],["acquired",{"_index":2286,"title":{},"body":{"license.html":{}}}],["action",{"_index":1541,"title":{},"body":{"changelog.html":{}}}],["actions",{"_index":2243,"title":{},"body":{"license.html":{}}}],["activatedroute",{"_index":906,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["active",{"_index":670,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["activities",{"_index":1827,"title":{},"body":{"license.html":{}}}],["activity",{"_index":2334,"title":{},"body":{"license.html":{}}}],["actual",{"_index":2312,"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":2111,"title":{},"body":{"license.html":{}}}],["ad95577",{"_index":1445,"title":{},"body":{"changelog.html":{}}}],["adapt",{"_index":1799,"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":1992,"title":{},"body":{"license.html":{}}}],["additional",{"_index":2008,"title":{},"body":{"license.html":{}}}],["address",{"_index":2364,"title":{},"body":{"license.html":{}}}],["addressed",{"_index":1796,"title":{},"body":{"license.html":{}}}],["adopted",{"_index":1964,"title":{},"body":{"license.html":{}}}],["advanced",{"_index":1309,"title":{},"body":{"changelog.html":{}}}],["adversely",{"_index":2146,"title":{},"body":{"license.html":{}}}],["advised",{"_index":2409,"title":{},"body":{"license.html":{}}}],["affects",{"_index":2147,"title":{},"body":{"license.html":{}}}],["affero",{"_index":2354,"title":{},"body":{"license.html":{}}}],["affirmed",{"_index":2267,"title":{},"body":{"license.html":{}}}],["affirms",{"_index":1922,"title":{},"body":{"license.html":{}}}],["against",{"_index":1981,"title":{},"body":{"license.html":{}}}],["aggregate",{"_index":2024,"title":{},"body":{"license.html":{}}}],["agree",{"_index":2349,"title":{},"body":{"license.html":{}}}],["agreed",{"_index":2395,"title":{},"body":{"license.html":{}}}],["agreement",{"_index":2298,"title":{},"body":{"license.html":{}}}],["aim",{"_index":1737,"title":{},"body":{"license.html":{}}}],["aliases",{"_index":2436,"title":{},"body":{"miscellaneous/typealiases.html":{}}}],["alleging",{"_index":2275,"title":{},"body":{"license.html":{}}}],["allow",{"_index":1765,"title":{},"body":{"license.html":{}}}],["allowed",{"_index":1644,"title":{},"body":{"license.html":{}}}],["allowsignalwrites",{"_index":558,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["along",{"_index":1997,"title":{},"body":{"license.html":{}}}],["alpha.0",{"_index":1494,"title":{},"body":{"changelog.html":{}}}],["already",{"_index":1153,"title":{},"body":{"components/WindowContainerSidenavComponent.html":{},"license.html":{}}}],["alternative",{"_index":2058,"title":{},"body":{"license.html":{}}}],["although",{"_index":1733,"title":{},"body":{"license.html":{}}}],["always",{"_index":1225,"title":{},"body":{"changelog.html":{}}}],["ancillary",{"_index":2237,"title":{},"body":{"license.html":{}}}],["and/or",{"_index":1714,"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":1600,"title":{},"body":{"index.html":{}}}],["angular/cdk",{"_index":1584,"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":1601,"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":1602,"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":1603,"title":{},"body":{"index.html":{}}}],["angular/forms",{"_index":318,"title":{},"body":{"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"dependencies.html":{}}}],["angular/forms@^18.0.1",{"_index":1604,"title":{},"body":{"index.html":{}}}],["angular/material",{"_index":1586,"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":1605,"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":1606,"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":1952,"title":{},"body":{"license.html":{}}}],["any)['divider",{"_index":635,"title":{},"body":{"components/NavigationComponent.html":{}}}],["anyone",{"_index":2005,"title":{},"body":{"license.html":{}}}],["anything",{"_index":1812,"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":1817,"title":{},"body":{"license.html":{}}}],["applied",{"_index":1772,"title":{},"body":{"license.html":{}}}],["applies",{"_index":1664,"title":{},"body":{"license.html":{}}}],["applist",{"_index":110,"title":{},"body":{"injectables/AppUrlService.html":{},"components/AppsButtonComponent.html":{},"interfaces/ExternalApps.html":{}}}],["apply",{"_index":1248,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["appropriate",{"_index":1841,"title":{},"body":{"license.html":{}}}],["appropriately",{"_index":1986,"title":{},"body":{"license.html":{}}}],["approximates",{"_index":2417,"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":1743,"title":{},"body":{"license.html":{}}}],["arise",{"_index":1751,"title":{},"body":{"license.html":{}}}],["arising",{"_index":2399,"title":{},"body":{"license.html":{}}}],["around",{"_index":1012,"title":{},"body":{"components/SidenavComponent.html":{}}}],["arrange",{"_index":2308,"title":{},"body":{"license.html":{}}}],["arrangement",{"_index":2321,"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":1961,"title":{},"body":{"license.html":{}}}],["asking",{"_index":1686,"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":1708,"title":{},"body":{"license.html":{}}}],["assets",{"_index":2257,"title":{},"body":{"license.html":{}}}],["assets/logo.png",{"_index":549,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["associated",{"_index":1901,"title":{},"body":{"license.html":{}}}],["assume",{"_index":2389,"title":{},"body":{"license.html":{}}}],["assumption",{"_index":2420,"title":{},"body":{"license.html":{}}}],["assumptions",{"_index":2193,"title":{},"body":{"license.html":{}}}],["assures",{"_index":1775,"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":2209,"title":{},"body":{"license.html":{}}}],["attributed",{"_index":1725,"title":{},"body":{"license.html":{}}}],["attributions",{"_index":2174,"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":2173,"title":{},"body":{"license.html":{},"properties.html":{}}}],["authorization",{"_index":1311,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["authorizationservice",{"_index":22,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{}}}],["authorized",{"_index":2166,"title":{},"body":{"license.html":{}}}],["authorizes",{"_index":2281,"title":{},"body":{"license.html":{}}}],["authorizing",{"_index":2325,"title":{},"body":{"license.html":{}}}],["authors",{"_index":1668,"title":{},"body":{"license.html":{}}}],["auto",{"_index":1254,"title":{},"body":{"changelog.html":{}}}],["automatic",{"_index":2247,"title":{},"body":{"license.html":{}}}],["automatically",{"_index":1914,"title":{},"body":{"license.html":{}}}],["available",{"_index":1825,"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":1769,"title":{},"body":{"license.html":{}}}],["await",{"_index":115,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{},"components/SignOutComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["away",{"_index":1653,"title":{},"body":{"license.html":{}}}],["b",{"_index":1878,"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":1808,"title":{},"body":{"license.html":{}}}],["basic",{"_index":1915,"title":{},"body":{"license.html":{}}}],["bcd9988",{"_index":1300,"title":{},"body":{"changelog.html":{}}}],["be394b0",{"_index":1545,"title":{},"body":{"changelog.html":{}}}],["behalf",{"_index":1940,"title":{},"body":{"license.html":{}}}],["behaviorsubject",{"_index":1018,"title":{},"body":{"injectables/SidenavComponentService.html":{}}}],["behaviorsubject(true",{"_index":1017,"title":{},"body":{"injectables/SidenavComponentService.html":{}}}],["being",{"_index":2085,"title":{},"body":{"license.html":{}}}],["believe",{"_index":2318,"title":{},"body":{"license.html":{}}}],["below",{"_index":1947,"title":{},"body":{"license.html":{}}}],["benefit",{"_index":2311,"title":{},"body":{"license.html":{}}}],["between",{"_index":1419,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["beyond",{"_index":2026,"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":1865,"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":1719,"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":1239,"title":{},"body":{"changelog.html":{}}}],["bug",{"_index":1201,"title":{},"body":{"changelog.html":{}}}],["bugs",{"_index":2430,"title":{},"body":{"properties.html":{}}}],["build",{"_index":1462,"title":{},"body":{"changelog.html":{}}}],["bump",{"_index":1183,"title":{},"body":{"changelog.html":{}}}],["bundled",{"_index":1321,"title":{},"body":{"changelog.html":{}}}],["business",{"_index":2331,"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":1630,"title":{},"body":{"license.html":{}}}],["c0fd3bc",{"_index":1293,"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":1806,"title":{},"body":{"license.html":{}}}],["cancel",{"_index":832,"title":{},"body":{"injectables/NavigationService.html":{}}}],["carry",{"_index":1999,"title":{},"body":{"license.html":{}}}],["case",{"_index":1866,"title":{},"body":{"license.html":{}}}],["cases",{"_index":2105,"title":{},"body":{"license.html":{}}}],["catcherror",{"_index":785,"title":{},"body":{"injectables/NavigationService.html":{}}}],["cause",{"_index":2030,"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":1336,"title":{},"body":{"changelog.html":{}}}],["cease",{"_index":2213,"title":{},"body":{"license.html":{}}}],["center",{"_index":1097,"title":{},"body":{"components/UserProfileIconComponent.html":{}}}],["certain",{"_index":1689,"title":{},"body":{"license.html":{}}}],["cessation",{"_index":2226,"title":{},"body":{"license.html":{}}}],["cf1649a",{"_index":1502,"title":{},"body":{"changelog.html":{}}}],["cf553c9",{"_index":1371,"title":{},"body":{"changelog.html":{}}}],["cfdce4e",{"_index":1338,"title":{},"body":{"changelog.html":{}}}],["change",{"_index":1166,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["changed",{"_index":1259,"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.2",{"_index":1616,"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":1643,"title":{},"body":{"license.html":{}}}],["characterized",{"_index":2135,"title":{},"body":{"license.html":{}}}],["charge",{"_index":1673,"title":{},"body":{"license.html":{}}}],["check",{"_index":417,"title":{},"body":{"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"changelog.html":{},"dependencies.html":{}}}],["check@^18.0.2",{"_index":1618,"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":2372,"title":{},"body":{"license.html":{}}}],["choosing",{"_index":2377,"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":1945,"title":{},"body":{"license.html":{}}}],["circumvention",{"_index":1953,"title":{},"body":{"license.html":{}}}],["civil",{"_index":2419,"title":{},"body":{"license.html":{}}}],["claim",{"_index":2272,"title":{},"body":{"license.html":{}}}],["claims",{"_index":2283,"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":2072,"title":{},"body":{"license.html":{}}}],["clearly",{"_index":1716,"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":1256,"title":{},"body":{"changelog.html":{}}}],["closely",{"_index":2416,"title":{},"body":{"license.html":{}}}],["code",{"_index":1292,"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":2351,"title":{},"body":{"license.html":{}}}],["color",{"_index":303,"title":{},"body":{"components/HeaderComponent.html":{},"changelog.html":{}}}],["combination",{"_index":2358,"title":{},"body":{"license.html":{}}}],["combine",{"_index":2356,"title":{},"body":{"license.html":{}}}],["combined",{"_index":2020,"title":{},"body":{"license.html":{}}}],["combinelatest",{"_index":781,"title":{},"body":{"injectables/NavigationService.html":{}}}],["combinelatest(isvisiblearray$).pipe",{"_index":835,"title":{},"body":{"injectables/NavigationService.html":{}}}],["comes",{"_index":2006,"title":{},"body":{"license.html":{}}}],["commands",{"_index":1853,"title":{},"body":{"license.html":{}}}],["commercial",{"_index":2116,"title":{},"body":{"license.html":{}}}],["commit",{"_index":1175,"title":{},"body":{"changelog.html":{}}}],["commitment",{"_index":2299,"title":{},"body":{"license.html":{}}}],["commits",{"_index":1174,"title":{},"body":{"changelog.html":{}}}],["common",{"_index":2110,"title":{},"body":{"license.html":{}}}],["commonmodule",{"_index":890,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["communication",{"_index":1910,"title":{},"body":{"license.html":{}}}],["compilation",{"_index":2015,"title":{},"body":{"license.html":{}}}],["compilation's",{"_index":2025,"title":{},"body":{"license.html":{}}}],["compilations",{"_index":2336,"title":{},"body":{"license.html":{}}}],["compiler",{"_index":1888,"title":{},"body":{"license.html":{}}}],["complete",{"_index":831,"title":{},"body":{"injectables/NavigationService.html":{}}}],["compliance",{"_index":2253,"title":{},"body":{"license.html":{}}}],["comply",{"_index":1938,"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":1821,"title":{},"body":{"license.html":{}}}],["computers",{"_index":1768,"title":{},"body":{"license.html":{}}}],["concept",{"_index":1544,"title":{},"body":{"changelog.html":{}}}],["concerning",{"_index":2357,"title":{},"body":{"license.html":{}}}],["concerns",{"_index":2365,"title":{},"body":{"license.html":{}}}],["conditioned",{"_index":2330,"title":{},"body":{"license.html":{}}}],["conditions",{"_index":1780,"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":1242,"title":{},"body":{"changelog.html":{}}}],["connection",{"_index":2320,"title":{},"body":{"license.html":{}}}],["consequence",{"_index":2239,"title":{},"body":{"license.html":{}}}],["consequential",{"_index":2398,"title":{},"body":{"license.html":{}}}],["considered",{"_index":2195,"title":{},"body":{"license.html":{}}}],["consistent",{"_index":2290,"title":{},"body":{"license.html":{}}}],["console.error('isvisible",{"_index":822,"title":{},"body":{"injectables/NavigationService.html":{}}}],["conspicuously",{"_index":1985,"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":1762,"title":{},"body":{"license.html":{}}}],["constitutes",{"_index":1926,"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":2339,"title":{},"body":{"license.html":{}}}],["consumer",{"_index":2093,"title":{},"body":{"license.html":{}}}],["contain",{"_index":1253,"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":2176,"title":{},"body":{"license.html":{}}}],["contains",{"_index":2199,"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":2294,"title":{},"body":{"license.html":{}}}],["context",{"_index":1883,"title":{},"body":{"license.html":{}}}],["continue",{"_index":2141,"title":{},"body":{"license.html":{}}}],["continued",{"_index":2126,"title":{},"body":{"license.html":{}}}],["contractual",{"_index":2192,"title":{},"body":{"license.html":{}}}],["contradict",{"_index":2345,"title":{},"body":{"license.html":{}}}],["contrast",{"_index":1656,"title":{},"body":{"license.html":{}}}],["contributor",{"_index":2280,"title":{},"body":{"license.html":{}}}],["contributor's",{"_index":2282,"title":{},"body":{"license.html":{}}}],["control",{"_index":1894,"title":{},"body":{"license.html":{}}}],["controlled",{"_index":2285,"title":{},"body":{"license.html":{}}}],["convenient",{"_index":1844,"title":{},"body":{"license.html":{}}}],["conventional",{"_index":1173,"title":{},"body":{"changelog.html":{}}}],["convey",{"_index":1829,"title":{},"body":{"license.html":{}}}],["conveyance",{"_index":2323,"title":{},"body":{"license.html":{}}}],["conveyed",{"_index":2136,"title":{},"body":{"license.html":{}}}],["conveying",{"_index":1838,"title":{},"body":{"license.html":{}}}],["conveys",{"_index":2191,"title":{},"body":{"license.html":{}}}],["copies",{"_index":1641,"title":{},"body":{"license.html":{}}}],["copy",{"_index":1638,"title":{},"body":{"license.html":{}}}],["copying",{"_index":1781,"title":{},"body":{"license.html":{}}}],["copyleft",{"_index":1646,"title":{},"body":{"license.html":{}}}],["copyright",{"_index":1629,"title":{},"body":{"license.html":{}}}],["copyrightable",{"_index":1791,"title":{},"body":{"license.html":{}}}],["copyrighted",{"_index":1942,"title":{},"body":{"license.html":{}}}],["core",{"_index":1466,"title":{},"body":{"changelog.html":{}}}],["correct",{"_index":1213,"title":{},"body":{"changelog.html":{}}}],["correction",{"_index":2393,"title":{},"body":{"license.html":{}}}],["corresponding",{"_index":1891,"title":{},"body":{"license.html":{}}}],["cost",{"_index":2055,"title":{},"body":{"license.html":{}}}],["counterclaim",{"_index":2273,"title":{},"body":{"license.html":{}}}],["countries",{"_index":1826,"title":{},"body":{"license.html":{}}}],["country",{"_index":2314,"title":{},"body":{"license.html":{}}}],["court",{"_index":2344,"title":{},"body":{"license.html":{}}}],["courts",{"_index":2415,"title":{},"body":{"license.html":{}}}],["covenant",{"_index":2302,"title":{},"body":{"license.html":{}}}],["cover",{"_index":1100,"title":{},"body":{"components/UserProfileIconComponent.html":{}}}],["coverage",{"_index":2108,"title":{},"body":{"license.html":{}}}],["covered",{"_index":1809,"title":{},"body":{"license.html":{}}}],["create",{"_index":1320,"title":{},"body":{"changelog.html":{}}}],["creation",{"_index":1328,"title":{},"body":{"changelog.html":{}}}],["criterion",{"_index":1857,"title":{},"body":{"license.html":{}}}],["cross",{"_index":2271,"title":{},"body":{"license.html":{}}}],["css",{"_index":1301,"title":{},"body":{"changelog.html":{}}}],["cure",{"_index":2231,"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":1332,"title":{},"body":{"changelog.html":{}}}],["customarily",{"_index":2043,"title":{},"body":{"license.html":{}}}],["customer",{"_index":2050,"title":{},"body":{"license.html":{}}}],["d",{"_index":2014,"title":{},"body":{"license.html":{}}}],["d1e2cd2",{"_index":1527,"title":{},"body":{"changelog.html":{}}}],["d42cf01",{"_index":1257,"title":{},"body":{"changelog.html":{}}}],["d54c5fe",{"_index":1556,"title":{},"body":{"changelog.html":{}}}],["d7de1cb",{"_index":1247,"title":{},"body":{"changelog.html":{}}}],["da870f0",{"_index":1323,"title":{},"body":{"changelog.html":{}}}],["damages",{"_index":2396,"title":{},"body":{"license.html":{}}}],["danger",{"_index":1771,"title":{},"body":{"license.html":{}}}],["dark:text",{"_index":613,"title":{},"body":{"components/NavigationComponent.html":{}}}],["darkmode",{"_index":1258,"title":{},"body":{"changelog.html":{}}}],["data",{"_index":1909,"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":2001,"title":{},"body":{"license.html":{}}}],["days",{"_index":2225,"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":1965,"title":{},"body":{"license.html":{}}}],["decide",{"_index":2374,"title":{},"body":{"license.html":{}}}],["declining",{"_index":2183,"title":{},"body":{"license.html":{}}}],["decorator",{"_index":1299,"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":1955,"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":2388,"title":{},"body":{"license.html":{}}}],["defenses",{"_index":2342,"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":1899,"title":{},"body":{"license.html":{}}}],["definitions",{"_index":1785,"title":{},"body":{"license.html":{}}}],["delay",{"_index":474,"title":{},"body":{"components/LayoutComponent.html":{}}}],["denied",{"_index":2143,"title":{},"body":{"license.html":{}}}],["denominated",{"_index":2300,"title":{},"body":{"license.html":{}}}],["dense",{"_index":972,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["density",{"_index":912,"title":{},"body":{"components/SettingsButtonComponent.html":{},"changelog.html":{}}}],["deny",{"_index":1729,"title":{},"body":{"license.html":{}}}],["denying",{"_index":1685,"title":{},"body":{"license.html":{}}}],["dep",{"_index":1241,"title":{},"body":{"changelog.html":{}}}],["dependencies",{"_index":1278,"title":{"dependencies.html":{}},"body":{"changelog.html":{},"dependencies.html":{},"index.html":{}}}],["dependency",{"_index":1218,"title":{},"body":{"changelog.html":{}}}],["deprecated",{"_index":799,"title":{},"body":{"injectables/NavigationService.html":{}}}],["deprive",{"_index":2309,"title":{},"body":{"license.html":{}}}],["designated",{"_index":2064,"title":{},"body":{"license.html":{}}}],["designed",{"_index":1651,"title":{},"body":{"license.html":{}}}],["detail",{"_index":2363,"title":{},"body":{"license.html":{}}}],["determinereleasename",{"_index":414,"title":{},"body":{"components/LayoutComponent.html":{}}}],["determinereleasename(this.environment",{"_index":445,"title":{},"body":{"components/LayoutComponent.html":{}}}],["determining",{"_index":2103,"title":{},"body":{"license.html":{}}}],["dev.0",{"_index":1178,"title":{},"body":{"changelog.html":{},"properties.html":{}}}],["dev.1",{"_index":1190,"title":{},"body":{"changelog.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":1188,"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":1210,"title":{},"body":{"changelog.html":{}}}],["dev.30",{"_index":1360,"title":{},"body":{"changelog.html":{}}}],["dev.31",{"_index":1357,"title":{},"body":{"changelog.html":{}}}],["dev.32",{"_index":1356,"title":{},"body":{"changelog.html":{}}}],["dev.33",{"_index":1353,"title":{},"body":{"changelog.html":{}}}],["dev.34",{"_index":1351,"title":{},"body":{"changelog.html":{}}}],["dev.35",{"_index":1348,"title":{},"body":{"changelog.html":{}}}],["dev.36",{"_index":1344,"title":{},"body":{"changelog.html":{}}}],["dev.37",{"_index":1342,"title":{},"body":{"changelog.html":{}}}],["dev.38",{"_index":1339,"title":{},"body":{"changelog.html":{}}}],["dev.39",{"_index":1238,"title":{},"body":{"changelog.html":{}}}],["dev.4",{"_index":1208,"title":{},"body":{"changelog.html":{}}}],["dev.40",{"_index":1237,"title":{},"body":{"changelog.html":{}}}],["dev.41",{"_index":1236,"title":{},"body":{"changelog.html":{}}}],["dev.42",{"_index":1229,"title":{},"body":{"changelog.html":{}}}],["dev.43",{"_index":1222,"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":1703,"title":{},"body":{"license.html":{}}}],["development",{"_index":1263,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["devices",{"_index":1728,"title":{},"body":{"license.html":{}}}],["dff497a",{"_index":1349,"title":{},"body":{"changelog.html":{}}}],["differ",{"_index":2362,"title":{},"body":{"license.html":{}}}],["different",{"_index":2067,"title":{},"body":{"license.html":{}}}],["differently",{"_index":2171,"title":{},"body":{"license.html":{}}}],["direction",{"_index":1941,"title":{},"body":{"license.html":{}}}],["directions",{"_index":2073,"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.2",{"_index":1615,"title":{},"body":{"index.html":{}}}],["directly",{"_index":1312,"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":1976,"title":{},"body":{"license.html":{}}}],["disclaimer",{"_index":2378,"title":{},"body":{"license.html":{}}}],["disclaiming",{"_index":2168,"title":{},"body":{"license.html":{}}}],["discriminatory",{"_index":2327,"title":{},"body":{"license.html":{}}}],["display",{"_index":476,"title":{},"body":{"components/LayoutComponent.html":{},"components/NavigationItemComponent.html":{},"license.html":{}}}],["displayed",{"_index":2175,"title":{},"body":{"license.html":{}}}],["displays",{"_index":1840,"title":{},"body":{"license.html":{}}}],["distinctuntilchanged",{"_index":1080,"title":{},"body":{"components/UserProfileIconComponent.html":{}}}],["distinguishing",{"_index":2366,"title":{},"body":{"license.html":{}}}],["distribute",{"_index":1639,"title":{},"body":{"license.html":{}}}],["distributing",{"_index":2332,"title":{},"body":{"license.html":{}}}],["distribution",{"_index":1782,"title":{},"body":{"license.html":{}}}],["divider",{"_index":643,"title":{},"body":{"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"interfaces/NavigationStatus.html":{}}}],["document",{"_index":1642,"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":1753,"title":{},"body":{"license.html":{}}}],["dont",{"_index":828,"title":{},"body":{"injectables/NavigationService.html":{}}}],["double_arrow",{"_index":992,"title":{},"body":{"components/SidenavComponent.html":{}}}],["doubtful",{"_index":2104,"title":{},"body":{"license.html":{}}}],["downstream",{"_index":2249,"title":{},"body":{"license.html":{}}}],["drawer",{"_index":462,"title":{},"body":{"components/LayoutComponent.html":{}}}],["durable",{"_index":2042,"title":{},"body":{"license.html":{}}}],["dwelling",{"_index":2102,"title":{},"body":{"license.html":{}}}],["dynamic",{"_index":1282,"title":{},"body":{"changelog.html":{}}}],["dynamically",{"_index":1903,"title":{},"body":{"license.html":{}}}],["e",{"_index":2080,"title":{},"body":{"license.html":{}}}],["e.message",{"_index":825,"title":{},"body":{"injectables/NavigationService.html":{}}}],["e56611c",{"_index":1215,"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":1794,"title":{},"body":{"license.html":{}}}],["earlier",{"_index":1807,"title":{},"body":{"license.html":{}}}],["ed6002e",{"_index":1261,"title":{},"body":{"changelog.html":{}}}],["ee95415",{"_index":1296,"title":{},"body":{"changelog.html":{}}}],["effect",{"_index":514,"title":{},"body":{"injectables/LayoutComponentService.html":{},"license.html":{}}}],["effected",{"_index":1974,"title":{},"body":{"license.html":{}}}],["effective",{"_index":1956,"title":{},"body":{"license.html":{}}}],["effectively",{"_index":1773,"title":{},"body":{"license.html":{}}}],["efforts",{"_index":2265,"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":2037,"title":{},"body":{"license.html":{}}}],["empty",{"_index":79,"title":{},"body":{"injectables/AppUrlService.html":{},"injectables/AuthenticationServiceMock.html":{},"interfaces/ExternalApps.html":{}}}],["enable",{"_index":1880,"title":{},"body":{"license.html":{}}}],["enables",{"_index":1831,"title":{},"body":{"license.html":{}}}],["encapsulation",{"_index":564,"title":{},"body":{"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{}}}],["end",{"_index":2422,"title":{},"body":{"license.html":{}}}],["endregion",{"_index":639,"title":{},"body":{"components/NavigationComponent.html":{}}}],["enforce",{"_index":2301,"title":{},"body":{"license.html":{}}}],["enforcing",{"_index":1980,"title":{},"body":{"license.html":{}}}],["ensure",{"_index":1265,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["entered",{"_index":2337,"title":{},"body":{"license.html":{}}}],["entire",{"_index":2004,"title":{},"body":{"license.html":{}}}],["entirely",{"_index":2353,"title":{},"body":{"license.html":{}}}],["entity",{"_index":2254,"title":{},"body":{"license.html":{}}}],["environment",{"_index":23,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{},"components/LayoutComponent.html":{}}}],["equivalent",{"_index":1929,"title":{},"body":{"license.html":{}}}],["erroneously",{"_index":1726,"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":1884,"title":{},"body":{"license.html":{}}}],["even",{"_index":2408,"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":1636,"title":{},"body":{"license.html":{}}}],["exact",{"_index":1804,"title":{},"body":{"license.html":{}}}],["example",{"_index":1597,"title":{},"body":{"index.html":{},"license.html":{}}}],["except",{"_index":1819,"title":{},"body":{"license.html":{}}}],["exceptions",{"_index":2158,"title":{},"body":{"license.html":{}}}],["excluded",{"_index":2091,"title":{},"body":{"license.html":{}}}],["excluding",{"_index":2340,"title":{},"body":{"license.html":{}}}],["exclusive",{"_index":2291,"title":{},"body":{"license.html":{}}}],["exclusively",{"_index":1935,"title":{},"body":{"license.html":{}}}],["excuse",{"_index":2346,"title":{},"body":{"license.html":{}}}],["executable",{"_index":1873,"title":{},"body":{"license.html":{}}}],["execute",{"_index":2124,"title":{},"body":{"license.html":{}}}],["executing",{"_index":1820,"title":{},"body":{"license.html":{}}}],["exercise",{"_index":2266,"title":{},"body":{"license.html":{}}}],["exercising",{"_index":1975,"title":{},"body":{"license.html":{}}}],["exists",{"_index":1154,"title":{},"body":{"components/WindowContainerSidenavComponent.html":{}}}],["expected",{"_index":2114,"title":{},"body":{"license.html":{}}}],["expects",{"_index":2113,"title":{},"body":{"license.html":{}}}],["explains",{"_index":1717,"title":{},"body":{"license.html":{}}}],["explicit",{"_index":1205,"title":{},"body":{"changelog.html":{}}}],["explicitly",{"_index":1921,"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":2297,"title":{},"body":{"license.html":{}}}],["expressed",{"_index":2380,"title":{},"body":{"license.html":{}}}],["expressly",{"_index":2208,"title":{},"body":{"license.html":{}}}],["extend",{"_index":1756,"title":{},"body":{"license.html":{}}}],["extended",{"_index":2326,"title":{},"body":{"license.html":{}}}],["extends",{"_index":657,"title":{},"body":{"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"interfaces/NavigationStatus.html":{}}}],["extensions",{"_index":2019,"title":{},"body":{"license.html":{}}}],["extent",{"_index":1843,"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":2189,"title":{},"body":{"license.html":{}}}],["f390f65",{"_index":1359,"title":{},"body":{"changelog.html":{}}}],["f497950",{"_index":1345,"title":{},"body":{"changelog.html":{}}}],["f4b555c",{"_index":1233,"title":{},"body":{"changelog.html":{}}}],["f8920e7",{"_index":1465,"title":{},"body":{"changelog.html":{}}}],["facilities",{"_index":1937,"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":2221,"title":{},"body":{"license.html":{}}}],["failure",{"_index":2406,"title":{},"body":{"license.html":{}}}],["fair",{"_index":1928,"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":1334,"title":{},"body":{"changelog.html":{}}}],["family",{"_index":2097,"title":{},"body":{"license.html":{}}}],["fashion",{"_index":1801,"title":{},"body":{"license.html":{}}}],["favor",{"_index":2107,"title":{},"body":{"license.html":{}}}],["fd32708",{"_index":1331,"title":{},"body":{"changelog.html":{}}}],["feature",{"_index":1846,"title":{},"body":{"license.html":{}}}],["features",{"_index":1234,"title":{},"body":{"changelog.html":{}}}],["fee",{"_index":1696,"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":1900,"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":1760,"title":{},"body":{"license.html":{}}}],["find",{"_index":108,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{},"license.html":{}}}],["first",{"_index":2229,"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":2383,"title":{},"body":{"license.html":{}}}],["fix",{"_index":1499,"title":{},"body":{"changelog.html":{}}}],["fixed",{"_index":2041,"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":1202,"title":{},"body":{"changelog.html":{}}}],["flex",{"_index":477,"title":{},"body":{"components/LayoutComponent.html":{}}}],["flexlayout",{"_index":1217,"title":{},"body":{"changelog.html":{}}}],["flow",{"_index":1911,"title":{},"body":{"license.html":{}}}],["focus",{"_index":1105,"title":{},"body":{"components/UserProfileIconComponent.html":{}}}],["follow",{"_index":1784,"title":{},"body":{"license.html":{}}}],["following",{"_index":2295,"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":1973,"title":{},"body":{"license.html":{}}}],["force",{"_index":1932,"title":{},"body":{"license.html":{}}}],["form",{"_index":366,"title":{},"body":{"components/LanguageSelectorComponent.html":{},"license.html":{}}}],["format",{"_index":2151,"title":{},"body":{"license.html":{}}}],["forms",{"_index":2031,"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":1633,"title":{},"body":{"license.html":{}}}],["free",{"_index":1631,"title":{},"body":{"license.html":{}}}],["freedom",{"_index":1654,"title":{},"body":{"license.html":{}}}],["freedoms",{"_index":1700,"title":{},"body":{"license.html":{}}}],["from(isvisible",{"_index":819,"title":{},"body":{"injectables/NavigationService.html":{}}}],["fulfilling",{"_index":1959,"title":{},"body":{"license.html":{}}}],["fulling",{"_index":1267,"title":{},"body":{"changelog.html":{}}}],["fully",{"_index":1273,"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":2127,"title":{},"body":{"license.html":{}}}],["functions",{"_index":1592,"title":{"miscellaneous/functions.html":{}},"body":{"miscellaneous/functions.html":{}}}],["fundamentally",{"_index":1735,"title":{},"body":{"license.html":{}}}],["further",{"_index":2066,"title":{},"body":{"license.html":{}}}],["future",{"_index":1758,"title":{},"body":{"license.html":{}}}],["general",{"_index":1528,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["generally",{"_index":1897,"title":{},"body":{"license.html":{}}}],["generate",{"_index":1275,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["generator",{"_index":1519,"title":{},"body":{"changelog.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":1996,"title":{},"body":{"license.html":{}}}],["given",{"_index":1925,"title":{},"body":{"license.html":{}}}],["gives",{"_index":2011,"title":{},"body":{"license.html":{}}}],["giving",{"_index":1711,"title":{},"body":{"license.html":{}}}],["gnu",{"_index":1625,"title":{},"body":{"license.html":{}}}],["governed",{"_index":2161,"title":{},"body":{"license.html":{}}}],["gpl",{"_index":1704,"title":{},"body":{"license.html":{},"properties.html":{}}}],["grant",{"_index":2184,"title":{},"body":{"license.html":{}}}],["granted",{"_index":1916,"title":{},"body":{"license.html":{}}}],["grants",{"_index":2242,"title":{},"body":{"license.html":{}}}],["gratis",{"_index":1695,"title":{},"body":{"license.html":{}}}],["grid",{"_index":162,"title":{},"body":{"components/AppsButtonComponent.html":{},"miscellaneous/variables.html":{}}}],["guarantee",{"_index":1658,"title":{},"body":{"license.html":{}}}],["guidelines",{"_index":1176,"title":{},"body":{"changelog.html":{}}}],["handle",{"_index":1001,"title":{},"body":{"components/SidenavComponent.html":{}}}],["handling",{"_index":1283,"title":{},"body":{"changelog.html":{}}}],["has(id",{"_index":771,"title":{},"body":{"injectables/NavigationService.html":{}}}],["having",{"_index":1934,"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":2287,"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":2215,"title":{},"body":{"license.html":{}}}],["holders",{"_index":2167,"title":{},"body":{"license.html":{}}}],["homepage",{"_index":2428,"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":2075,"title":{},"body":{"license.html":{}}}],["household",{"_index":2098,"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":1635,"title":{},"body":{"license.html":{}}}],["https://gitlab.com/rxap/packages",{"_index":2431,"title":{},"body":{"properties.html":{}}}],["https://gitlab.com/rxap/packages.git",{"_index":2434,"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":2429,"title":{},"body":{"properties.html":{}}}],["i18n",{"_index":1262,"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":1315,"title":{},"body":{"changelog.html":{}}}],["id",{"_index":83,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{},"injectables/NavigationService.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["identifiable",{"_index":2316,"title":{},"body":{"license.html":{}}}],["ids",{"_index":1452,"title":{},"body":{"changelog.html":{}}}],["image",{"_index":76,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{}}}],["imp",{"_index":1240,"title":{},"body":{"changelog.html":{}}}],["implement",{"_index":1881,"title":{},"body":{"license.html":{}}}],["implementation",{"_index":1882,"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":2341,"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":2279,"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":2194,"title":{},"body":{"license.html":{}}}],["imposed",{"_index":2343,"title":{},"body":{"license.html":{}}}],["improve",{"_index":1281,"title":{},"body":{"changelog.html":{}}}],["inability",{"_index":2400,"title":{},"body":{"license.html":{}}}],["inaccurate",{"_index":2403,"title":{},"body":{"license.html":{}}}],["inc",{"_index":1634,"title":{},"body":{"license.html":{}}}],["incidental",{"_index":2397,"title":{},"body":{"license.html":{}}}],["include",{"_index":1874,"title":{},"body":{"license.html":{}}}],["included",{"_index":1270,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["includes",{"_index":1824,"title":{},"body":{"license.html":{}}}],["including",{"_index":1892,"title":{},"body":{"license.html":{}}}],["inclusion",{"_index":2029,"title":{},"body":{"license.html":{}}}],["incompatible",{"_index":1736,"title":{},"body":{"license.html":{}}}],["incorporation",{"_index":2101,"title":{},"body":{"license.html":{}}}],["indemnification",{"_index":2190,"title":{},"body":{"license.html":{}}}],["independent",{"_index":2017,"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":2246,"title":{},"body":{"license.html":{}}}],["indicating",{"_index":2205,"title":{},"body":{"license.html":{}}}],["indicator",{"_index":1337,"title":{},"body":{"changelog.html":{}}}],["individual",{"_index":2027,"title":{},"body":{"license.html":{}}}],["individuals",{"_index":1745,"title":{},"body":{"license.html":{}}}],["industrial",{"_index":2117,"title":{},"body":{"license.html":{}}}],["infiltrator",{"_index":1289,"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":2083,"title":{},"body":{"license.html":{}}}],["information",{"_index":2121,"title":{},"body":{"license.html":{}}}],["infringe",{"_index":2244,"title":{},"body":{"license.html":{}}}],["infringed",{"_index":2276,"title":{},"body":{"license.html":{}}}],["infringement",{"_index":1816,"title":{},"body":{"license.html":{}}}],["inherit",{"_index":471,"title":{},"body":{"components/LayoutComponent.html":{}}}],["initial",{"_index":1008,"title":{},"body":{"components/SidenavComponent.html":{},"changelog.html":{}}}],["initialcollapsable",{"_index":530,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["initialvalue",{"_index":1096,"title":{},"body":{"components/UserProfileIconComponent.html":{}}}],["initiate",{"_index":2269,"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":2444,"title":{},"body":{"miscellaneous/variables.html":{}}}],["injectiontoken('rxap/layout/footer",{"_index":2442,"title":{},"body":{"miscellaneous/variables.html":{}}}],["injectiontoken('rxap/layout/header",{"_index":2443,"title":{},"body":{"miscellaneous/variables.html":{}}}],["injectiontoken('rxap/layout/logo",{"_index":2445,"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":1732,"title":{},"body":{"license.html":{}}}],["install",{"_index":1279,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["installation",{"_index":1595,"title":{},"body":{"index.html":{},"license.html":{}}}],["installed",{"_index":2139,"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":1989,"title":{},"body":{"license.html":{}}}],["intended",{"_index":1657,"title":{},"body":{"license.html":{}}}],["intention",{"_index":1977,"title":{},"body":{"license.html":{}}}],["interaction",{"_index":1834,"title":{},"body":{"license.html":{}}}],["interactive",{"_index":1839,"title":{},"body":{"license.html":{}}}],["interchange",{"_index":2044,"title":{},"body":{"license.html":{}}}],["interest",{"_index":2263,"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":2129,"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":2411,"title":{},"body":{"license.html":{}}}],["interpreter",{"_index":1890,"title":{},"body":{"license.html":{}}}],["intimate",{"_index":1908,"title":{},"body":{"license.html":{}}}],["invalidate",{"_index":2012,"title":{},"body":{"license.html":{}}}],["irrevocable",{"_index":1918,"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":1594,"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":1295,"title":{},"body":{"changelog.html":{}}}],["issues",{"_index":1286,"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":2144,"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":1627,"title":{},"body":{"license.html":{}}}],["justify",{"_index":1009,"title":{},"body":{"components/SidenavComponent.html":{}}}],["keep",{"_index":1988,"title":{},"body":{"license.html":{}}}],["kernel",{"_index":1885,"title":{},"body":{"license.html":{}}}],["key",{"_index":2154,"title":{},"body":{"license.html":{}}}],["keygeneration",{"_index":1567,"title":{},"body":{"changelog.html":{}}}],["keys",{"_index":2123,"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":2425,"title":{},"body":{"properties.html":{}}}],["kind",{"_index":1830,"title":{},"body":{"license.html":{}}}],["kinds",{"_index":1647,"title":{},"body":{"license.html":{}}}],["know",{"_index":1678,"title":{},"body":{"license.html":{}}}],["knowingly",{"_index":2304,"title":{},"body":{"license.html":{}}}],["knowledge",{"_index":2313,"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":1231,"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":2021,"title":{},"body":{"license.html":{}}}],["later",{"_index":2369,"title":{},"body":{"license.html":{},"properties.html":{}}}],["law",{"_index":1818,"title":{},"body":{"license.html":{}}}],["laws",{"_index":1788,"title":{},"body":{"license.html":{}}}],["lawsuit",{"_index":2274,"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":1712,"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":2170,"title":{},"body":{"license.html":{}}}],["liable",{"_index":1815,"title":{},"body":{"license.html":{}}}],["libraries",{"_index":1872,"title":{},"body":{"license.html":{}}}],["library",{"_index":2092,"title":{},"body":{"license.html":{}}}],["licence",{"_index":1244,"title":{},"body":{"changelog.html":{}}}],["license",{"_index":1624,"title":{"license.html":{}},"body":{"license.html":{},"properties.html":{}}}],["licensed",{"_index":1792,"title":{},"body":{"license.html":{}}}],["licensee",{"_index":1795,"title":{},"body":{"license.html":{}}}],["licensees",{"_index":1797,"title":{},"body":{"license.html":{}}}],["licenses",{"_index":1649,"title":{},"body":{"license.html":{}}}],["licensing",{"_index":2248,"title":{},"body":{"license.html":{}}}],["licensors",{"_index":2182,"title":{},"body":{"license.html":{}}}],["likewise",{"_index":2240,"title":{},"body":{"license.html":{}}}],["limit",{"_index":1978,"title":{},"body":{"license.html":{}}}],["limitation",{"_index":2394,"title":{},"body":{"license.html":{}}}],["limited",{"_index":2381,"title":{},"body":{"license.html":{}}}],["limiting",{"_index":2169,"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":2355,"title":{},"body":{"license.html":{}}}],["linked",{"_index":1904,"title":{},"body":{"license.html":{}}}],["list",{"_index":612,"title":{},"body":{"components/NavigationComponent.html":{},"changelog.html":{},"license.html":{}}}],["litigation",{"_index":2270,"title":{},"body":{"license.html":{}}}],["load",{"_index":1327,"title":{},"body":{"changelog.html":{}}}],["local",{"_index":2412,"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.2",{"_index":1617,"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":1930,"title":{},"body":{"license.html":{}}}],["loop",{"_index":634,"title":{},"body":{"components/NavigationComponent.html":{}}}],["loss",{"_index":2401,"title":{},"body":{"license.html":{}}}],["losses",{"_index":2404,"title":{},"body":{"license.html":{}}}],["machine",{"_index":2034,"title":{},"body":{"license.html":{}}}],["made",{"_index":2130,"title":{},"body":{"license.html":{}}}],["maintain",{"_index":2071,"title":{},"body":{"license.html":{}}}],["major",{"_index":1877,"title":{},"body":{"license.html":{}}}],["make",{"_index":1660,"title":{},"body":{"license.html":{}}}],["makes",{"_index":1950,"title":{},"body":{"license.html":{}}}],["making",{"_index":1803,"title":{},"body":{"license.html":{}}}],["manner",{"_index":2288,"title":{},"body":{"license.html":{}}}],["manufacturer",{"_index":1734,"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":2338,"title":{},"body":{"license.html":{}}}],["margin",{"_index":360,"title":{},"body":{"components/LanguageSelectorComponent.html":{},"changelog.html":{}}}],["marked",{"_index":1723,"title":{},"body":{"license.html":{}}}],["marks",{"_index":2188,"title":{},"body":{"license.html":{}}}],["masks",{"_index":1790,"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":2145,"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":1314,"title":{},"body":{"changelog.html":{}}}],["meaning",{"_index":2198,"title":{},"body":{"license.html":{}}}],["means",{"_index":1787,"title":{},"body":{"license.html":{}}}],["measure",{"_index":1958,"title":{},"body":{"license.html":{}}}],["measures",{"_index":1970,"title":{},"body":{"license.html":{}}}],["mediamatcher",{"_index":498,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["mediamatcher.matchmedia('(max",{"_index":526,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["medium",{"_index":1984,"title":{},"body":{"license.html":{}}}],["meet",{"_index":1998,"title":{},"body":{"license.html":{}}}],["meets",{"_index":1856,"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":2382,"title":{},"body":{"license.html":{}}}],["mere",{"_index":1833,"title":{},"body":{"license.html":{}}}],["merge",{"_index":1422,"title":{},"body":{"changelog.html":{}}}],["merging",{"_index":2259,"title":{},"body":{"license.html":{}}}],["merzough",{"_index":1470,"title":{},"body":{"changelog.html":{},"properties.html":{}}}],["met",{"_index":1920,"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":1591,"title":{"miscellaneous/functions.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}},"body":{"miscellaneous/functions.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["misrepresentation",{"_index":2177,"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":2051,"title":{},"body":{"license.html":{}}}],["modetype",{"_index":1501,"title":{},"body":{"changelog.html":{}}}],["modification",{"_index":1783,"title":{},"body":{"license.html":{}}}],["modifications",{"_index":1859,"title":{},"body":{"license.html":{}}}],["modified",{"_index":1722,"title":{},"body":{"license.html":{}}}],["modifies",{"_index":2003,"title":{},"body":{"license.html":{}}}],["modify",{"_index":1691,"title":{},"body":{"license.html":{}}}],["modifying",{"_index":1822,"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":2053,"title":{},"body":{"license.html":{}}}],["moreover",{"_index":2227,"title":{},"body":{"license.html":{}}}],["move",{"_index":1288,"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":2181,"title":{},"body":{"license.html":{}}}],["nature",{"_index":2018,"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":2390,"title":{},"body":{"license.html":{}}}],["need",{"_index":1682,"title":{},"body":{"license.html":{}}}],["needed",{"_index":1759,"title":{},"body":{"license.html":{}}}],["nest",{"_index":1427,"title":{},"body":{"changelog.html":{}}}],["network",{"_index":1836,"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":2426,"title":{},"body":{"properties.html":{}}}],["non",{"_index":1778,"title":{},"body":{"license.html":{}}}],["noncommercially",{"_index":2060,"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":2096,"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":2241,"title":{},"body":{"license.html":{}}}],["notice",{"_index":1847,"title":{},"body":{"license.html":{}}}],["notices",{"_index":1842,"title":{},"body":{"license.html":{}}}],["notifies",{"_index":2228,"title":{},"body":{"license.html":{}}}],["notify",{"_index":2222,"title":{},"body":{"license.html":{}}}],["notwithstanding",{"_index":2165,"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":2368,"title":{},"body":{"license.html":{}}}],["nx/enforce",{"_index":61,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{}}}],["object",{"_index":1860,"title":{},"body":{"license.html":{}}}],["object.entries(inserts).foreach",{"_index":792,"title":{},"body":{"injectables/NavigationService.html":{}}}],["obligate",{"_index":2350,"title":{},"body":{"license.html":{}}}],["obligated",{"_index":2077,"title":{},"body":{"license.html":{}}}],["obligations",{"_index":1960,"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":2059,"title":{},"body":{"license.html":{}}}],["occurring",{"_index":2238,"title":{},"body":{"license.html":{}}}],["occurs",{"_index":1742,"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":1710,"title":{},"body":{"license.html":{}}}],["offered",{"_index":2086,"title":{},"body":{"license.html":{}}}],["offering",{"_index":2063,"title":{},"body":{"license.html":{}}}],["official",{"_index":1862,"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":2407,"title":{},"body":{"license.html":{}}}],["operated",{"_index":2068,"title":{},"body":{"license.html":{}}}],["operating",{"_index":1886,"title":{},"body":{"license.html":{}}}],["operation",{"_index":1979,"title":{},"body":{"license.html":{}}}],["option",{"_index":2163,"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":1854,"title":{},"body":{"license.html":{}}}],["order",{"_index":1250,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["organization",{"_index":2256,"title":{},"body":{"license.html":{}}}],["organizations",{"_index":1798,"title":{},"body":{"license.html":{}}}],["origin",{"_index":2178,"title":{},"body":{"license.html":{}}}],["original",{"_index":2179,"title":{},"body":{"license.html":{}}}],["others",{"_index":1684,"title":{},"body":{"license.html":{}}}],["otherwise",{"_index":1931,"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":1943,"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":1252,"title":{},"body":{"changelog.html":{}}}],["overview",{"_index":2423,"title":{"overview.html":{}},"body":{"overview.html":{}}}],["owned",{"_index":2284,"title":{},"body":{"license.html":{}}}],["package",{"_index":1184,"title":{"dependencies.html":{},"properties.html":{}},"body":{"changelog.html":{},"index.html":{}}}],["packaged",{"_index":2010,"title":{},"body":{"license.html":{}}}],["packagedependencies",{"_index":1435,"title":{},"body":{"changelog.html":{}}}],["packagerxap/material",{"_index":1555,"title":{},"body":{"changelog.html":{}}}],["packages",{"_index":1246,"title":{},"body":{"changelog.html":{},"properties.html":{}}}],["packaging",{"_index":1876,"title":{},"body":{"license.html":{}}}],["padding",{"_index":368,"title":{},"body":{"components/LanguageSelectorComponent.html":{},"components/SidenavComponent.html":{},"components/VersionComponent.html":{},"changelog.html":{}}}],["paragraph",{"_index":2212,"title":{},"body":{"license.html":{}}}],["paragraphs",{"_index":2296,"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":1800,"title":{},"body":{"license.html":{}}}],["particular",{"_index":1868,"title":{},"body":{"license.html":{}}}],["parties",{"_index":1832,"title":{},"body":{"license.html":{}}}],["parts",{"_index":1912,"title":{},"body":{"license.html":{}}}],["party",{"_index":2069,"title":{},"body":{"license.html":{}}}],["party's",{"_index":2261,"title":{},"body":{"license.html":{}}}],["pass",{"_index":1697,"title":{},"body":{"license.html":{}}}],["password",{"_index":2153,"title":{},"body":{"license.html":{}}}],["patent",{"_index":2211,"title":{},"body":{"license.html":{}}}],["patents",{"_index":1763,"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":1740,"title":{},"body":{"license.html":{}}}],["payment",{"_index":2333,"title":{},"body":{"license.html":{}}}],["peer",{"_index":1277,"title":{},"body":{"changelog.html":{},"dependencies.html":{},"index.html":{},"license.html":{}}}],["peers",{"_index":2084,"title":{},"body":{"license.html":{}}}],["performance",{"_index":2386,"title":{},"body":{"license.html":{}}}],["performing",{"_index":1898,"title":{},"body":{"license.html":{}}}],["permanently",{"_index":2220,"title":{},"body":{"license.html":{}}}],["permission",{"_index":1713,"title":{},"body":{"license.html":{}}}],["permissions",{"_index":84,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{},"license.html":{}}}],["permissive",{"_index":1991,"title":{},"body":{"license.html":{}}}],["permit",{"_index":2028,"title":{},"body":{"license.html":{}}}],["permits",{"_index":2201,"title":{},"body":{"license.html":{}}}],["permitted",{"_index":1637,"title":{},"body":{"license.html":{}}}],["perpetuity",{"_index":2134,"title":{},"body":{"license.html":{}}}],["personal",{"_index":2095,"title":{},"body":{"license.html":{}}}],["pertinent",{"_index":2348,"title":{},"body":{"license.html":{}}}],["physical",{"_index":2038,"title":{},"body":{"license.html":{}}}],["physically",{"_index":2056,"title":{},"body":{"license.html":{}}}],["pieces",{"_index":1677,"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":2065,"title":{},"body":{"license.html":{}}}],["plugins",{"_index":1426,"title":{},"body":{"changelog.html":{}}}],["plus",{"_index":2264,"title":{},"body":{"license.html":{}}}],["point",{"_index":1203,"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":2089,"title":{},"body":{"license.html":{}}}],["position",{"_index":1059,"title":{},"body":{"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["possesses",{"_index":2052,"title":{},"body":{"license.html":{}}}],["possession",{"_index":2007,"title":{},"body":{"license.html":{}}}],["possibility",{"_index":2410,"title":{},"body":{"license.html":{}}}],["power",{"_index":1972,"title":{},"body":{"license.html":{}}}],["practical",{"_index":1650,"title":{},"body":{"license.html":{}}}],["practice",{"_index":1749,"title":{},"body":{"license.html":{}}}],["preamble",{"_index":1645,"title":{},"body":{"license.html":{}}}],["precise",{"_index":1779,"title":{},"body":{"license.html":{}}}],["precisely",{"_index":1746,"title":{},"body":{"license.html":{}}}],["predecessor",{"_index":2262,"title":{},"body":{"license.html":{}}}],["preferred",{"_index":1858,"title":{},"body":{"license.html":{}}}],["present",{"_index":2361,"title":{},"body":{"license.html":{}}}],["presents",{"_index":1852,"title":{},"body":{"license.html":{}}}],["preservation",{"_index":2172,"title":{},"body":{"license.html":{}}}],["preset",{"_index":970,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["prevent",{"_index":1683,"title":{},"body":{"license.html":{}}}],["prevented",{"_index":2128,"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":1727,"title":{},"body":{"license.html":{}}}],["price",{"_index":1672,"title":{},"body":{"license.html":{}}}],["primarily",{"_index":2335,"title":{},"body":{"license.html":{}}}],["prior",{"_index":2223,"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":1724,"title":{},"body":{"license.html":{}}}],["procedures",{"_index":2122,"title":{},"body":{"license.html":{}}}],["procuring",{"_index":2322,"title":{},"body":{"license.html":{}}}],["produce",{"_index":1889,"title":{},"body":{"license.html":{}}}],["product",{"_index":2039,"title":{},"body":{"license.html":{}}}],["production",{"_index":1232,"title":{},"body":{"changelog.html":{}}}],["products",{"_index":1744,"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":1659,"title":{},"body":{"license.html":{}}}],["program's",{"_index":1983,"title":{},"body":{"license.html":{}}}],["programming",{"_index":1869,"title":{},"body":{"license.html":{}}}],["programs",{"_index":1669,"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":1748,"title":{},"body":{"license.html":{}}}],["prohibiting",{"_index":1968,"title":{},"body":{"license.html":{}}}],["prohibits",{"_index":2329,"title":{},"body":{"license.html":{}}}],["project",{"_index":1170,"title":{},"body":{"changelog.html":{}}}],["prominent",{"_index":1855,"title":{},"body":{"license.html":{}}}],["prominently",{"_index":1845,"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":1811,"title":{},"body":{"license.html":{}}}],["propagating",{"_index":2245,"title":{},"body":{"license.html":{}}}],["propagation",{"_index":1823,"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":1774,"title":{},"body":{"license.html":{}}}],["protect",{"_index":1680,"title":{},"body":{"license.html":{}}}],["protecting",{"_index":1738,"title":{},"body":{"license.html":{}}}],["protection",{"_index":1715,"title":{},"body":{"license.html":{}}}],["protocols",{"_index":2150,"title":{},"body":{"license.html":{}}}],["prove",{"_index":2387,"title":{},"body":{"license.html":{}}}],["provide",{"_index":1936,"title":{},"body":{"license.html":{}}}],["provided",{"_index":1850,"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":1757,"title":{},"body":{"license.html":{}}}],["provisionally",{"_index":2217,"title":{},"body":{"license.html":{}}}],["proxy",{"_index":2373,"title":{},"body":{"license.html":{}}}],["proxy's",{"_index":2375,"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":2180,"title":{},"body":{"license.html":{}}}],["publicly",{"_index":2152,"title":{},"body":{"license.html":{}}}],["publish",{"_index":1987,"title":{},"body":{"license.html":{}}}],["publishable",{"_index":1245,"title":{},"body":{"changelog.html":{}}}],["published",{"_index":2370,"title":{},"body":{"license.html":{}}}],["purpose",{"_index":1767,"title":{},"body":{"license.html":{}}}],["purposes",{"_index":2099,"title":{},"body":{"license.html":{}}}],["pursuant",{"_index":2319,"title":{},"body":{"license.html":{}}}],["qualify",{"_index":2234,"title":{},"body":{"license.html":{}}}],["quality",{"_index":2385,"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":2035,"title":{},"body":{"license.html":{}}}],["readily",{"_index":2306,"title":{},"body":{"license.html":{}}}],["reading",{"_index":2156,"title":{},"body":{"license.html":{}}}],["readme",{"_index":1276,"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":1755,"title":{},"body":{"license.html":{}}}],["reason",{"_index":2317,"title":{},"body":{"license.html":{}}}],["reasonable",{"_index":2054,"title":{},"body":{"license.html":{}}}],["receipt",{"_index":2232,"title":{},"body":{"license.html":{}}}],["receive",{"_index":1675,"title":{},"body":{"license.html":{}}}],["received",{"_index":1701,"title":{},"body":{"license.html":{}}}],["receives",{"_index":2250,"title":{},"body":{"license.html":{}}}],["receiving",{"_index":2324,"title":{},"body":{"license.html":{}}}],["recipient",{"_index":2133,"title":{},"body":{"license.html":{}}}],["recipient's",{"_index":2315,"title":{},"body":{"license.html":{}}}],["recipients",{"_index":1698,"title":{},"body":{"license.html":{}}}],["recognized",{"_index":1863,"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":1297,"title":{},"body":{"changelog.html":{}}}],["referring",{"_index":1671,"title":{},"body":{"license.html":{}}}],["refers",{"_index":1786,"title":{},"body":{"license.html":{}}}],["reflect",{"_index":1505,"title":{},"body":{"changelog.html":{}}}],["refrain",{"_index":2352,"title":{},"body":{"license.html":{}}}],["regard",{"_index":2162,"title":{},"body":{"license.html":{}}}],["regardless",{"_index":2009,"title":{},"body":{"license.html":{}}}],["regenerate",{"_index":1913,"title":{},"body":{"license.html":{}}}],["region",{"_index":631,"title":{},"body":{"components/NavigationComponent.html":{}}}],["reinstated",{"_index":2216,"title":{},"body":{"license.html":{}}}],["related",{"_index":1291,"title":{},"body":{"changelog.html":{}}}],["relationship",{"_index":1944,"title":{},"body":{"license.html":{}}}],["relative",{"_index":1318,"title":{},"body":{"changelog.html":{}}}],["release",{"_index":390,"title":{},"body":{"components/LayoutComponent.html":{}}}],["released",{"_index":1666,"title":{},"body":{"license.html":{}}}],["relevant",{"_index":2000,"title":{},"body":{"license.html":{}}}],["relicensing",{"_index":2202,"title":{},"body":{"license.html":{}}}],["relying",{"_index":2305,"title":{},"body":{"license.html":{}}}],["remain",{"_index":2076,"title":{},"body":{"license.html":{}}}],["remains",{"_index":1662,"title":{},"body":{"license.html":{}}}],["removal",{"_index":2164,"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":1777,"title":{},"body":{"license.html":{}}}],["rendered",{"_index":2402,"title":{},"body":{"license.html":{}}}],["renderer",{"_index":676,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["renderer2",{"_index":677,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["repair",{"_index":2392,"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":2433,"title":{},"body":{"properties.html":{}}}],["represent",{"_index":2119,"title":{},"body":{"license.html":{}}}],["require",{"_index":1907,"title":{},"body":{"license.html":{}}}],["required",{"_index":633,"title":{},"body":{"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/VersionComponent.html":{},"changelog.html":{},"license.html":{}}}],["requirement",{"_index":2002,"title":{},"body":{"license.html":{}}}],["requirements",{"_index":2079,"title":{},"body":{"license.html":{}}}],["requires",{"_index":1721,"title":{},"body":{"license.html":{}}}],["requiring",{"_index":1802,"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":2106,"title":{},"body":{"license.html":{}}}],["respect",{"_index":1692,"title":{},"body":{"license.html":{}}}],["responsibilities",{"_index":1690,"title":{},"body":{"license.html":{}}}],["responsible",{"_index":2252,"title":{},"body":{"license.html":{}}}],["restore",{"_index":1330,"title":{},"body":{"changelog.html":{}}}],["restored",{"_index":1249,"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":1766,"title":{},"body":{"license.html":{}}}],["restricting",{"_index":1969,"title":{},"body":{"license.html":{}}}],["restriction",{"_index":2200,"title":{},"body":{"license.html":{}}}],["restrictions",{"_index":2196,"title":{},"body":{"license.html":{}}}],["restructure",{"_index":1421,"title":{},"body":{"changelog.html":{}}}],["result",{"_index":2376,"title":{},"body":{"license.html":{}}}],["resulting",{"_index":1805,"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":2137,"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":2414,"title":{},"body":{"license.html":{}}}],["revised",{"_index":2359,"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":1681,"title":{},"body":{"license.html":{}}}],["risk",{"_index":2384,"title":{},"body":{"license.html":{}}}],["rom",{"_index":2140,"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":2268,"title":{},"body":{"license.html":{}}}],["rrp",{"_index":872,"title":{},"body":{"pipes/ReplaceRouterPathsPipe.html":{}}}],["rules",{"_index":2149,"title":{},"body":{"license.html":{}}}],["run",{"_index":1731,"title":{},"body":{"license.html":{}}}],["running",{"_index":1924,"title":{},"body":{"license.html":{}}}],["runs",{"_index":1887,"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.2",{"_index":1607,"title":{},"body":{"index.html":{}}}],["rxap/authorization",{"_index":56,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{},"dependencies.html":{}}}],["rxap/authorization@^18.0.2",{"_index":1608,"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.0",{"_index":1610,"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.2",{"_index":1612,"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.2",{"_index":1613,"title":{},"body":{"index.html":{}}}],["rxap/icon",{"_index":415,"title":{},"body":{"components/LayoutComponent.html":{},"dependencies.html":{}}}],["rxap/icon@^18.0.2",{"_index":1614,"title":{},"body":{"index.html":{}}}],["rxap/layout",{"_index":1185,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["rxap/layout/navigation",{"_index":2446,"title":{},"body":{"miscellaneous/variables.html":{}}}],["rxap/layoutinstall",{"_index":1599,"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.2",{"_index":1621,"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.3",{"_index":1622,"title":{},"body":{"index.html":{}}}],["rxap_environment",{"_index":68,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{},"components/LayoutComponent.html":{}}}],["rxap_footer_component",{"_index":2439,"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":1623,"title":{},"body":{"index.html":{}}}],["safari",{"_index":488,"title":{},"body":{"components/LayoutComponent.html":{}}}],["sake",{"_index":1720,"title":{},"body":{"license.html":{}}}],["sale",{"_index":2278,"title":{},"body":{"license.html":{}}}],["same",{"_index":1699,"title":{},"body":{"license.html":{}}}],["satisfy",{"_index":2078,"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":2074,"title":{},"body":{"license.html":{}}}],["schematics",{"_index":1425,"title":{},"body":{"changelog.html":{}}}],["schematicstsconfig",{"_index":1529,"title":{},"body":{"changelog.html":{}}}],["scope",{"_index":2328,"title":{},"body":{"license.html":{}}}],["scope:compose",{"_index":2427,"title":{},"body":{"properties.html":{}}}],["screen",{"_index":1268,"title":{},"body":{"changelog.html":{}}}],["scripts",{"_index":1893,"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":1814,"title":{},"body":{"license.html":{}}}],["section",{"_index":1949,"title":{},"body":{"license.html":{}}}],["sections",{"_index":2032,"title":{},"body":{"license.html":{}}}],["see",{"_index":1172,"title":{},"body":{"changelog.html":{}}}],["select",{"_index":355,"title":{},"body":{"components/LanguageSelectorComponent.html":{}}}],["selected",{"_index":1227,"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":2293,"title":{},"body":{"license.html":{}}}],["selling",{"_index":2277,"title":{},"body":{"license.html":{}}}],["semiconductor",{"_index":1789,"title":{},"body":{"license.html":{}}}],["separable",{"_index":2088,"title":{},"body":{"license.html":{}}}],["separate",{"_index":2016,"title":{},"body":{"license.html":{}}}],["separately",{"_index":2013,"title":{},"body":{"license.html":{}}}],["server",{"_index":2057,"title":{},"body":{"license.html":{}}}],["serves",{"_index":1879,"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":2391,"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":1954,"title":{},"body":{"license.html":{}}}],["share",{"_index":1655,"title":{},"body":{"license.html":{}}}],["shared",{"_index":1902,"title":{},"body":{"license.html":{}}}],["show",{"_index":1226,"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":2120,"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":1967,"title":{},"body":{"license.html":{}}}],["simplechanges",{"_index":695,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["simultaneously",{"_index":2347,"title":{},"body":{"license.html":{}}}],["single",{"_index":1260,"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":1632,"title":{},"body":{"license.html":{}}}],["sold",{"_index":2100,"title":{},"body":{"license.html":{}}}],["sole",{"_index":1933,"title":{},"body":{"license.html":{}}}],["solely",{"_index":1946,"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.0",{"_index":1611,"title":{},"body":{"index.html":{}}}],["space",{"_index":1011,"title":{},"body":{"components/SidenavComponent.html":{}}}],["spare",{"_index":2049,"title":{},"body":{"license.html":{}}}],["speak",{"_index":1670,"title":{},"body":{"license.html":{}}}],["special",{"_index":1770,"title":{},"body":{"license.html":{}}}],["specific",{"_index":1451,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["specifically",{"_index":1906,"title":{},"body":{"license.html":{}}}],["specified",{"_index":1867,"title":{},"body":{"license.html":{}}}],["specifies",{"_index":2367,"title":{},"body":{"license.html":{}}}],["specify",{"_index":2371,"title":{},"body":{"license.html":{}}}],["spirit",{"_index":2360,"title":{},"body":{"license.html":{}}}],["split",{"_index":1504,"title":{},"body":{"changelog.html":{}}}],["src",{"_index":548,"title":{},"body":{"injectables/LayoutComponentService.html":{},"interfaces/LogoConfig.html":{}}}],["src/.../navigation",{"_index":1593,"title":{},"body":{"miscellaneous/functions.html":{},"miscellaneous/typealiases.html":{}}}],["src/.../tokens.ts",{"_index":2440,"title":{},"body":{"miscellaneous/variables.html":{}}}],["src/.../user",{"_index":2437,"title":{},"body":{"miscellaneous/typealiases.html":{},"miscellaneous/variables.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":2441,"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":1754,"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":1861,"title":{},"body":{"license.html":{}}}],["standards",{"_index":1864,"title":{},"body":{"license.html":{}}}],["start",{"_index":1305,"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":1285,"title":{},"body":{"changelog.html":{}}}],["stated",{"_index":1919,"title":{},"body":{"license.html":{}}}],["statement",{"_index":2204,"title":{},"body":{"license.html":{}}}],["states",{"_index":1764,"title":{},"body":{"license.html":{}}}],["static",{"_index":407,"title":{},"body":{"components/LayoutComponent.html":{},"components/NavigationItemComponent.html":{}}}],["stating",{"_index":1990,"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":1706,"title":{},"body":{"license.html":{}}}],["stoppropagationdirective",{"_index":290,"title":{},"body":{"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{}}}],["storage",{"_index":2023,"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":2258,"title":{},"body":{"license.html":{}}}],["subject",{"_index":2251,"title":{},"body":{"license.html":{}}}],["sublicenses",{"_index":2289,"title":{},"body":{"license.html":{}}}],["sublicensing",{"_index":1948,"title":{},"body":{"license.html":{}}}],["subpackages",{"_index":1506,"title":{},"body":{"changelog.html":{}}}],["subprograms",{"_index":1905,"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":2061,"title":{},"body":{"license.html":{}}}],["substantial",{"_index":2115,"title":{},"body":{"license.html":{}}}],["substantially",{"_index":1752,"title":{},"body":{"license.html":{}}}],["such",{"_index":1693,"title":{},"body":{"license.html":{}}}],["sue",{"_index":2303,"title":{},"body":{"license.html":{}}}],["suffice",{"_index":2125,"title":{},"body":{"license.html":{}}}],["supplement",{"_index":2157,"title":{},"body":{"license.html":{}}}],["support",{"_index":1308,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["supports",{"_index":2070,"title":{},"body":{"license.html":{}}}],["suppressed",{"_index":1540,"title":{},"body":{"changelog.html":{}}}],["sure",{"_index":1661,"title":{},"body":{"license.html":{}}}],["surrender",{"_index":1687,"title":{},"body":{"license.html":{}}}],["survive",{"_index":2203,"title":{},"body":{"license.html":{}}}],["sustained",{"_index":2405,"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":1306,"title":{},"body":{"changelog.html":{}}}],["system",{"_index":1463,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["systematic",{"_index":1739,"title":{},"body":{"license.html":{}}}],["t",{"_index":1082,"title":{},"body":{"components/UserProfileIconComponent.html":{}}}],["tag",{"_index":1271,"title":{},"body":{"changelog.html":{}}}],["tailwind",{"_index":1214,"title":{},"body":{"changelog.html":{}}}],["take",{"_index":1652,"title":{},"body":{"license.html":{}}}],["tangible",{"_index":2094,"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":1957,"title":{},"body":{"license.html":{}}}],["tells",{"_index":1848,"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":1917,"title":{},"body":{"license.html":{}}}],["terminate",{"_index":2210,"title":{},"body":{"license.html":{}}}],["terminated",{"_index":2233,"title":{},"body":{"license.html":{}}}],["terminates",{"_index":2219,"title":{},"body":{"license.html":{}}}],["termination",{"_index":2207,"title":{},"body":{"license.html":{}}}],["terms",{"_index":1702,"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":1322,"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.2",{"_index":1619,"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":1688,"title":{},"body":{"license.html":{}}}],["things",{"_index":1679,"title":{},"body":{"license.html":{}}}],["third",{"_index":1982,"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":1750,"title":{},"body":{"license.html":{}}}],["though",{"_index":2160,"title":{},"body":{"license.html":{}}}],["threatened",{"_index":1761,"title":{},"body":{"license.html":{}}}],["three",{"_index":2047,"title":{},"body":{"license.html":{}}}],["through",{"_index":1835,"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":1939,"title":{},"body":{"license.html":{}}}],["time",{"_index":2230,"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":1896,"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":2186,"title":{},"body":{"license.html":{}}}],["trademark",{"_index":2185,"title":{},"body":{"license.html":{}}}],["trademarks",{"_index":2187,"title":{},"body":{"license.html":{}}}],["transaction",{"_index":2131,"title":{},"body":{"license.html":{}}}],["transfer",{"_index":1837,"title":{},"body":{"license.html":{}}}],["transferred",{"_index":2132,"title":{},"body":{"license.html":{}}}],["transferring",{"_index":2255,"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":2082,"title":{},"body":{"license.html":{}}}],["treated",{"_index":2159,"title":{},"body":{"license.html":{}}}],["treaty",{"_index":1963,"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":{}}}],["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":1582,"title":{},"body":{"dependencies.html":{}}}],["two",{"_index":1705,"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":2435,"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":2109,"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":1747,"title":{},"body":{"license.html":{}}}],["undefined",{"_index":308,"title":{},"body":{"components/HeaderComponent.html":{},"injectables/NavigationService.html":{},"components/SettingsButtonComponent.html":{},"changelog.html":{}}}],["under",{"_index":1793,"title":{},"body":{"license.html":{}}}],["unless",{"_index":2118,"title":{},"body":{"license.html":{}}}],["unlimited",{"_index":1923,"title":{},"body":{"license.html":{}}}],["unmodified",{"_index":1810,"title":{},"body":{"license.html":{}}}],["unnecessary",{"_index":1951,"title":{},"body":{"license.html":{}}}],["unpacking",{"_index":2155,"title":{},"body":{"license.html":{}}}],["until",{"_index":2218,"title":{},"body":{"license.html":{}}}],["update",{"_index":767,"title":{},"body":{"injectables/NavigationService.html":{},"changelog.html":{}}}],["updatenavigation",{"_index":761,"title":{},"body":{"injectables/NavigationService.html":{}}}],["updates",{"_index":2142,"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":1302,"title":{},"body":{"changelog.html":{}}}],["use",{"_index":773,"title":{},"body":{"injectables/NavigationService.html":{},"changelog.html":{},"license.html":{}}}],["used",{"_index":1776,"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.2",{"_index":1620,"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":1663,"title":{},"body":{"license.html":{}}}],["usersettingsthemeservice",{"_index":422,"title":{},"body":{"components/LayoutComponent.html":{}}}],["uses",{"_index":2112,"title":{},"body":{"license.html":{}}}],["using",{"_index":2081,"title":{},"body":{"license.html":{}}}],["utilities",{"_index":66,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{},"dependencies.html":{}}}],["utilities@^1.1.3",{"_index":1609,"title":{},"body":{"index.html":{}}}],["utility",{"_index":1325,"title":{},"body":{"changelog.html":{}}}],["valid",{"_index":2046,"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":2438,"title":{"miscellaneous/variables.html":{}},"body":{"miscellaneous/variables.html":{}}}],["verbatim",{"_index":1640,"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":1851,"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":2148,"title":{},"body":{"license.html":{}}}],["violation",{"_index":2214,"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":2022,"title":{},"body":{"license.html":{}}}],["wait",{"_index":829,"title":{},"body":{"injectables/NavigationService.html":{}}}],["waiting",{"_index":833,"title":{},"body":{"injectables/NavigationService.html":{}}}],["waive",{"_index":1971,"title":{},"body":{"license.html":{}}}],["waiver",{"_index":2418,"title":{},"body":{"license.html":{}}}],["want",{"_index":1676,"title":{},"body":{"license.html":{}}}],["warranties",{"_index":1849,"title":{},"body":{"license.html":{}}}],["warranty",{"_index":1718,"title":{},"body":{"license.html":{}}}],["way",{"_index":1667,"title":{},"body":{"license.html":{}}}],["ways",{"_index":2036,"title":{},"body":{"license.html":{}}}],["webkit",{"_index":484,"title":{},"body":{"components/LayoutComponent.html":{},"components/SidenavComponent.html":{}}}],["well",{"_index":1828,"title":{},"body":{"license.html":{}}}],["what's",{"_index":968,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["what\\'s",{"_index":977,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["whatever",{"_index":2260,"title":{},"body":{"license.html":{}}}],["whether",{"_index":1694,"title":{},"body":{"license.html":{}}}],["whole",{"_index":1875,"title":{},"body":{"license.html":{}}}],["whose",{"_index":2090,"title":{},"body":{"license.html":{}}}],["widely",{"_index":1870,"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":1962,"title":{},"body":{"license.html":{}}}],["wish",{"_index":1674,"title":{},"body":{"license.html":{}}}],["within",{"_index":2197,"title":{},"body":{"license.html":{}}}],["without",{"_index":1813,"title":{},"body":{"license.html":{}}}],["work",{"_index":1665,"title":{},"body":{"license.html":{}}}],["work's",{"_index":1895,"title":{},"body":{"license.html":{}}}],["working",{"_index":1871,"title":{},"body":{"license.html":{}}}],["works",{"_index":1648,"title":{},"body":{"license.html":{}}}],["workspace",{"_index":1596,"title":{},"body":{"index.html":{}}}],["worldwide",{"_index":2292,"title":{},"body":{"license.html":{}}}],["wrapper",{"_index":367,"title":{},"body":{"components/LanguageSelectorComponent.html":{}}}],["writablesignal",{"_index":502,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["writing",{"_index":2379,"title":{},"body":{"license.html":{}}}],["written",{"_index":2045,"title":{},"body":{"license.html":{}}}],["y",{"_index":996,"title":{},"body":{"components/SidenavComponent.html":{}}}],["yarn",{"_index":1598,"title":{},"body":{"index.html":{}}}],["years",{"_index":2048,"title":{},"body":{"license.html":{}}}],["yourself",{"_index":2310,"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.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 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.2\n \n @rxap/authorization : ^18.0.2\n \n @rxap/browser-utilities : ^1.1.3\n \n @rxap/config : ^18.1.0\n \n @rxap/data-source : ^18.1.0\n \n @rxap/directives : ^18.0.2\n \n @rxap/environment : ^18.0.2\n \n @rxap/icon : ^18.0.2\n \n @rxap/material-directives : ^18.0.2\n \n @rxap/ngx-changelog : ^18.0.2\n \n @rxap/ngx-localize : ^18.0.2\n \n @rxap/ngx-status-check : ^18.0.2\n \n @rxap/ngx-theme : ^18.0.2\n \n @rxap/ngx-user : ^18.0.2\n \n @rxap/services : ^18.0.2\n \n @rxap/utilities : ^16.2.3\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 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/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\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.2 @rxap/authorization@^18.0.2 @rxap/browser-utilities@^1.1.3 @rxap/config@^18.1.0 @rxap/data-source@^18.1.0 @rxap/directives@^18.0.2 @rxap/environment@^18.0.2 @rxap/icon@^18.0.2 @rxap/material-directives@^18.0.2 @rxap/ngx-changelog@^18.0.2 @rxap/ngx-localize@^18.0.2 @rxap/ngx-status-check@^18.0.2 @rxap/ngx-theme@^18.0.2 @rxap/ngx-user@^18.0.2 @rxap/services@^18.0.2 @rxap/utilities@^16.2.3 rxjs@^7.8.1 \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.0\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.301,1,1.451,2,0.891,3,0.244,4,0.244,5,0.684,6,1.234,7,0.95,8,0.89,9,0.216,10,3.545,11,5.81,12,4.92,13,2.368,14,2.481,15,3.114,16,0.684,17,1.414,18,1.414,19,1.485,20,1.772,21,1.55,22,2.704,23,1.02,24,0.612,25,1.326,26,4.322,27,3.807,28,2.277,29,5.105,30,3.422,31,3.422,32,1.723,33,3.807,34,1.326,35,3.305,36,0.274,37,0.47,38,1.077,39,1.13,40,4.92,41,5.81,42,6.018,43,1.326,44,1.738,45,0.894,46,3.176,47,0.89,48,0.026,49,1.739,50,0.963,51,1.099,52,1.854,53,4.432,54,3.176,55,4.432,56,2.125,57,3.176,58,3.752,59,3.176,60,1.984,61,4.432,62,3.703,63,2.291,64,4.432,65,0.408,66,1.778,67,1.014,68,0.514,69,0.305,70,1.778,71,1.642,72,1.642,73,3.305,74,3.176,75,3.176,76,0.244,77,0.37,78,0.684,79,3.176,80,3.176,81,1.937,82,3.176,83,2.481,84,6.3,85,3.752,86,6.018,87,3.752,88,0.95,89,1.326,90,1.326,91,0.514,92,1.652,93,0.95,94,0.705,95,1.527,96,0.89,97,0.95,98,1.527,99,0.89,100,1.326,101,0.89,102,0.95,103,0.89,104,0.834,105,0.89,106,0.95,107,0.834,108,0.95,109,0.95,110,0.834,111,0.95,112,0.772,113,0.95,114,0.89,115,0.95,116,0.95,117,0.89,118,0.95,119,0.95,120,0.834,121,0.834,122,0.89,123,0.95,124,0.89,125,0.89,126,0.834,127,0.731,128,0.731,129,0.595,130,0.595,131,0.781,132,0.95,133,0.834,134,0.95,135,0.834,136,0.95,137,0.834,138,0.89,139,0.95,140,0.016,141,0.016]],["title/components/BaseLayoutComponent.html",[0,0.204,96,0.97]],["body/components/BaseLayoutComponent.html",[0,0.347,1,1.105,2,1.074,3,0.324,4,0.324,5,0.905,7,1.258,8,1.179,9,0.285,16,0.905,17,1.706,18,1.706,19,1.524,20,1.835,21,1.035,23,1.231,24,0.739,25,1.599,34,1.599,44,1.258,48,0.025,50,0.733,65,0.399,67,1.342,69,0.404,76,0.324,77,0.489,88,1.258,89,1.599,90,1.599,91,0.68,92,1.849,93,1.258,94,0.812,95,1.757,96,1.733,97,1.982,98,1.757,99,1.179,100,1.599,101,1.733,102,1.258,103,1.733,104,1.105,105,1.179,106,1.258,107,1.105,108,1.258,109,1.258,110,1.105,111,1.258,112,0.931,113,1.258,114,1.179,115,1.258,116,1.258,117,1.179,118,1.258,119,1.258,120,1.105,121,1.105,122,1.179,123,1.258,124,1.179,125,1.179,126,1.105,127,0.968,128,0.968,129,0.788,130,0.788,131,1.035,132,1.258,133,1.105,134,1.258,135,1.105,136,1.258,137,1.105,138,1.179,139,1.258,140,0.019,141,0.019,142,4.205,143,3.56,144,3.56,145,2.993,146,3.985,147,3.582,148,3.985,149,3.56,150,3.56]],["title/components/DefaultHeaderComponent.html",[0,0.204,99,0.97]],["body/components/DefaultHeaderComponent.html",[0,0.313,1,1.497,2,0.936,3,0.263,4,0.263,5,0.735,7,1.022,8,0.958,9,0.232,10,3.638,12,2.892,16,0.735,17,1.487,18,1.487,19,1.496,20,1.789,21,1.147,23,1.073,24,0.644,25,1.394,34,1.394,36,0.295,37,0.494,38,1.082,39,1.174,44,1.587,45,0.922,48,0.026,50,1.157,51,1.226,52,1.903,65,0.435,67,1.09,68,0.552,69,0.328,76,0.263,77,0.542,78,0.735,88,1.022,89,1.394,90,1.394,91,0.552,92,1.705,93,1.022,94,0.733,95,1.587,96,0.958,97,1.022,98,1.587,99,1.598,100,1.394,101,0.958,102,1.022,103,0.958,104,0.897,105,0.958,106,1.022,107,0.897,108,1.022,109,1.022,110,0.897,111,1.022,112,0.812,113,1.022,114,0.958,115,1.022,116,1.022,117,0.958,118,1.022,119,1.022,120,1.497,121,1.224,122,0.958,123,1.022,124,1.598,125,1.307,126,1.497,127,1.221,128,1.514,129,0.64,130,0.64,131,0.84,132,1.022,133,0.897,134,1.022,135,0.897,136,1.022,137,0.897,138,0.958,139,1.022,140,0.017,141,0.017,147,3.124,151,5.964,152,3.416,153,3.124,154,2.843,155,3.946,156,3.946,157,3.997,158,4.491,159,2.97,160,4.66,161,3.416,162,2.843,163,3.416,164,3.946,165,3.416,166,4.66,167,3.124,168,1.939,169,3.416,170,2.289,171,2.289,172,2.289,173,1.766,174,2.084,175,4.66,176,1.766,177,5.304,178,2.892,179,2.892,180,2.892,181,3.416,182,3.416,183,3.416,184,3.416,185,3.946]],["title/injectables/ExternalAppsService.html",[73,2.579,186,1.178]],["body/injectables/ExternalAppsService.html",[3,0.2,4,0.2,9,0.177,21,1.385,24,0.531,28,2.038,36,0.225,37,0.408,38,1.111,39,1.161,40,4.271,43,1.15,45,1.058,47,1.711,48,0.026,49,1.309,50,1.015,51,1.253,60,1.776,62,4.09,63,1.988,65,0.395,68,0.421,69,0.25,73,2.867,76,0.2,77,0.303,85,3.868,87,3.255,94,0.805,140,0.014,141,0.014,168,2.649,186,1.309,187,1.347,188,6.584,189,2.605,190,4.569,191,6.66,192,4.569,193,2.19,194,4.569,195,4.569,196,3.844,197,3.868,198,5.629,199,3.844,200,3.844,201,3.844,202,3.255,203,5.044,204,3.844,205,2.867,206,3.844,207,2.939,208,2.605,209,2.263,210,1.286,211,1.501,212,6.368,213,3.381,214,2.605,215,2.345,216,3.844,217,5.012,218,2.605,219,3.844,220,2.605,221,3.844,222,5.044,223,2.605,224,4.569,225,3.844,226,2.605,227,2.605,228,3.844,229,2.605,230,1.988,231,3.844,232,2.605,233,2.605,234,3.255,235,3.844,236,2.577,237,3.844,238,2.605,239,1.494,240,3.844,241,2.605,242,2.867,243,2.605,244,3.844,245,2.605,246,3.844,247,2.605,248,2.605,249,1.943,250,1.746,251,1.746,252,1.746,253,2.605,254,1.589,255,2.605,256,2.605,257,1.943,258,2.206,259,1.943,260,1.459,261,2.206,262,1.943,263,1.589,264,2.605,265,0.948,266,2.206,267,1.249,268,1.943,269,1.905,270,2.605,271,3.844,272,2.605,273,2.791,274,2.605,275,3.868,276,1.556,277,2.605,278,3.868,279,2.605,280,3.844,281,3.844,282,3.844,283,4.766,284,3.844,285,3.844,286,3.255,287,2.605,288,1.589,289,1.746,290,2.605,291,2.605,292,2.605,293,2.605,294,2.605,295,2.605,296,2.605,297,2.206,298,2.605,299,2.605,300,2.605,301,2.605,302,2.605,303,2.605]],["title/components/FooterComponent.html",[0,0.204,101,0.97]],["body/components/FooterComponent.html",[0,0.331,1,1.003,2,1.009,3,0.294,4,0.294,5,0.822,6,1.484,7,1.142,8,1.071,9,0.259,16,0.822,17,1.603,18,1.603,19,1.512,20,1.815,21,0.94,23,1.156,24,0.694,25,1.502,32,1.952,34,1.502,36,0.33,37,0.532,38,1.028,39,1.129,44,1.142,45,0.812,48,0.026,50,0.978,51,1.081,52,1.976,56,2.407,65,0.404,67,1.219,68,0.618,69,0.367,76,0.294,77,0.444,78,0.822,83,2.812,88,1.142,89,1.502,90,1.502,91,0.618,92,1.783,93,1.142,94,0.775,95,1.678,96,1.071,97,1.142,98,1.678,99,1.071,100,1.502,101,1.671,102,1.142,103,1.071,104,1.003,105,1.071,106,1.142,107,1.003,108,1.142,109,1.142,110,1.003,111,1.142,112,0.875,113,1.142,114,1.071,115,1.142,116,1.142,117,1.071,118,1.142,119,1.142,120,1.003,121,1.003,122,1.071,123,1.142,124,1.071,125,1.071,126,1.003,127,0.879,128,0.879,129,0.715,130,0.715,131,0.94,132,1.142,133,1.003,134,1.142,135,1.003,136,1.142,137,1.003,138,1.071,139,1.142,140,0.018,141,0.018,304,3.818,305,3.366,306,5.611,307,5.611,308,5.611,309,5.021,310,5.243,311,4.15,312,3.366,313,3.818,314,5.021,315,3.818,316,1.703,317,3.233,318,3.063,319,2.848,320,2.848,321,3.995]],["title/directives/FooterDirective.html",[91,0.559,131,0.851]],["body/directives/FooterDirective.html",[3,0.371,4,0.371,5,1.037,9,0.327,14,3.256,15,3.81,16,1.037,19,1.251,23,1.339,24,0.804,38,0.94,39,1.088,48,0.026,65,0.424,68,0.779,69,0.463,76,0.371,77,0.561,78,1.396,81,2.939,91,0.94,130,0.902,131,1.431,140,0.021,141,0.021,276,1.641,316,2.149,318,3.547,319,3.593,320,3.593,322,4.817,323,4.186,324,4.923,325,5.288,326,3.897,327,4.923,328,4.079,329,3.229,330,4.079,331,4.923,332,4.079,333,4.079,334,4.817,335,3.593,336,4.817]],["title/injectables/FooterService.html",[186,1.178,318,2.11]],["body/injectables/FooterService.html",[2,0.764,3,0.293,4,0.293,9,0.258,24,0.526,36,0.483,37,0.531,38,1.101,39,1.128,43,1.498,45,0.963,47,1.57,48,0.026,49,2.027,50,0.873,51,1.078,52,1.787,60,1.479,63,3.077,65,0.404,68,0.615,69,0.365,76,0.293,77,0.443,78,0.819,94,0.692,140,0.018,141,0.018,186,1.706,187,1.967,209,1.947,210,1.281,211,1.378,239,1.947,263,2.321,265,1.384,267,1.824,269,1.675,273,1.824,276,1.706,311,4.532,312,3.358,316,1.697,318,3.056,321,4.738,337,3.804,338,4.742,339,4.241,340,4.241,341,4.241,342,3.804,343,4.241,344,4.241,345,3.735,346,4.241,347,3.804,348,4.241,349,4.241,350,3.804,351,4.241,352,4.742,353,4.241,354,4.241,355,3.804,356,3.735,357,4.241,358,4.241,359,2.837,360,3.358,361,3.221,362,3.804,363,2.837,364,3.735,365,3.221,366,4.241,367,3.221,368,2.13,369,2.837,370,3.221,371,3.221,372,3.221,373,3.358,374,3.221,375,3.221]],["title/components/HeaderComponent.html",[0,0.204,103,0.97]],["body/components/HeaderComponent.html",[0,0.326,1,0.97,2,0.987,3,0.284,4,0.284,5,0.794,6,1.434,7,1.104,8,1.035,9,0.25,16,0.794,17,1.567,18,1.567,19,1.507,20,1.807,21,0.908,23,1.13,24,0.678,25,1.469,32,1.908,34,1.469,36,0.319,37,0.52,38,1.069,39,1.163,44,1.104,45,0.951,48,0.026,50,0.961,51,1.057,52,1.954,56,2.354,65,0.415,67,1.178,68,0.597,69,0.354,76,0.284,77,0.429,78,0.794,83,2.749,88,1.104,89,1.469,90,1.469,91,0.597,92,1.759,93,1.104,94,0.762,95,1.65,96,1.035,97,1.104,98,1.65,99,1.035,100,1.469,101,1.035,102,1.104,103,1.649,104,0.97,105,1.035,106,1.104,107,0.97,108,1.104,109,1.104,110,0.97,111,1.104,112,0.855,113,1.104,114,1.035,115,1.104,116,1.104,117,1.035,118,1.104,119,1.104,120,0.97,121,0.97,122,1.035,123,1.104,124,1.035,125,1.035,126,0.97,127,0.85,128,0.85,129,0.691,130,0.691,131,0.908,132,1.104,133,0.97,134,1.104,135,0.97,136,1.104,137,0.97,138,1.035,139,1.104,140,0.018,141,0.018,154,2.995,155,4.157,156,4.671,310,5.184,311,4.104,312,3.291,316,1.646,317,3.124,321,3.942,376,3.69,377,5.517,378,5.517,379,4.671,380,5.184,381,3.291,382,4.909,383,3.69,384,4.909,385,3.69,386,3.291,387,3.69,388,3.124,389,2.995,390,2.752,391,2.752]],["title/directives/HeaderDirective.html",[91,0.559,133,0.909]],["body/directives/HeaderDirective.html",[3,0.371,4,0.371,5,1.037,9,0.327,14,3.256,15,3.81,16,1.037,19,1.251,23,1.339,24,0.804,38,0.94,39,1.088,48,0.026,65,0.424,68,0.779,69,0.463,76,0.371,77,0.561,78,1.396,81,2.939,91,0.94,130,0.902,133,1.528,140,0.021,141,0.021,276,1.641,316,2.149,323,4.186,325,5.288,326,3.897,327,4.923,328,4.079,329,3.229,330,4.079,331,4.923,332,4.079,333,4.079,335,3.593,389,3.547,390,3.593,391,3.593,392,4.817,393,5.814,394,4.817,395,4.817]],["title/injectables/HeaderService.html",[186,1.178,389,2.11]],["body/injectables/HeaderService.html",[2,0.76,3,0.291,4,0.291,9,0.257,24,0.523,36,0.482,37,0.529,38,1.1,39,1.126,43,1.492,45,0.96,47,1.566,48,0.026,49,2.022,50,0.869,51,1.074,52,1.782,60,1.47,63,3.07,65,0.403,68,0.612,69,0.363,76,0.291,77,0.44,78,0.814,94,0.689,140,0.018,141,0.018,186,1.699,187,1.955,209,1.939,210,1.278,211,1.374,239,2.17,263,2.307,265,1.375,267,1.813,269,1.67,273,1.813,276,1.699,311,4.527,312,3.344,316,1.687,321,4.736,338,4.727,339,4.224,340,4.224,341,4.224,343,4.224,344,4.224,345,3.72,346,4.224,348,4.224,349,4.224,351,4.224,352,4.727,353,4.224,354,4.224,356,3.72,357,4.224,358,4.224,359,2.82,360,3.344,363,2.82,364,3.72,365,3.201,366,4.224,367,3.201,368,2.117,369,2.82,370,3.201,371,3.201,372,3.201,373,3.344,374,3.201,375,3.201,389,3.044,396,3.781,397,3.781,398,3.781,399,3.781,400,3.781,401,3.201,402,3.781,403,3.781,404,3.781]],["title/components/LayoutComponent.html",[0,0.204,104,0.909]],["body/components/LayoutComponent.html",[0,0.288,1,0.769,2,0.841,3,0.225,4,0.225,5,0.63,6,1.138,7,0.876,8,0.821,9,0.199,14,2.343,15,2.979,16,0.63,17,1.335,18,1.335,19,1.472,20,1.751,21,0.72,23,0.963,24,0.779,25,1.252,26,4.134,28,2.178,32,1.627,34,1.252,36,0.253,37,0.444,38,1.016,39,1.135,44,0.876,45,0.79,48,0.026,50,1.021,51,1.051,52,1.926,56,2.006,60,2.346,65,0.457,66,1.639,67,0.934,68,0.474,69,0.281,70,1.639,71,1.514,72,1.514,76,0.225,77,0.341,78,1.051,81,1.786,88,0.876,89,1.252,90,1.252,91,0.474,92,1.594,93,0.876,94,0.675,95,1.461,96,0.821,97,0.876,98,1.461,99,0.821,100,1.252,101,1.494,102,0.876,103,1.494,104,1.4,105,0.821,106,0.876,107,1.4,108,0.876,109,0.876,110,0.769,111,0.876,112,0.851,113,0.876,114,1.494,115,1.461,116,0.876,117,1.494,118,1.252,119,0.876,120,0.769,121,0.769,122,1.494,123,0.876,124,0.821,125,0.821,126,0.769,127,0.963,128,0.674,129,0.548,130,0.548,131,0.72,132,0.876,133,0.769,134,0.876,135,1.4,136,0.876,137,0.769,138,0.821,139,0.876,140,0.015,141,0.015,145,2.343,146,3.12,148,3.641,149,2.479,150,2.479,153,1.962,157,1.962,159,1.639,176,2.163,210,1.051,323,3.273,335,2.183,405,2.928,406,4.883,407,4.134,408,3.641,409,4.883,410,3.273,411,4.134,412,3.641,413,4.134,414,3.641,415,4.883,416,4.883,417,4.883,418,4.184,419,2.928,420,4.184,421,2.928,422,4.184,423,2.928,424,2.183,425,2.183,426,3.543,427,1.786,428,2.928,429,2.479,430,4.184,431,2.183,432,2.479,433,3.12,434,2.928,435,2.479,436,2.479,437,2.928,438,2.928,439,2.479,440,2.928,441,2.928,442,2.479,443,2.928,444,2.928,445,2.928,446,2.928,447,4.184,448,2.928,449,4.184,450,2.928,451,2.928,452,2.928,453,4.184,454,2.928,455,2.479,456,3.543,457,3.543,458,2.479,459,2.479,460,2.479,461,4.134,462,2.479,463,1.962,464,2.479,465,2.479,466,2.479,467,3.12,468,1.639,469,2.479,470,2.479,471,2.805,472,2.479,473,2.479,474,1.962,475,2.479,476,2.479,477,2.479,478,2.183,479,2.183,480,2.479,481,2.183,482,2.479,483,2.183,484,2.479,485,2.479,486,1.962,487,2.479,488,2.479,489,2.479]],["title/injectables/LayoutService.html",[173,1.788,186,1.178]],["body/injectables/LayoutService.html",[3,0.226,4,0.226,9,0.2,24,0.738,36,0.254,37,0.445,38,1.139,39,1.224,43,1.256,45,1.079,47,1.497,48,0.026,49,1.819,50,0.513,51,0.633,52,1.704,56,2.013,60,2.48,65,0.427,68,0.476,69,0.282,76,0.226,77,0.342,78,1.149,140,0.015,141,0.015,157,4.051,159,3.287,167,1.972,170,1.972,171,1.972,172,1.972,173,2.171,176,1.521,186,1.43,187,1.521,193,1.41,210,1.354,242,2.194,259,2.194,260,1.647,269,1.256,273,3.126,318,2.562,319,2.194,320,2.194,360,2.814,389,2.562,390,2.194,391,2.194,425,2.194,427,1.795,490,2.942,491,2.741,492,6.043,493,4.145,494,4.781,495,4.145,496,5.646,497,3.445,498,5.231,499,4.521,500,4.521,501,5.339,502,4.521,503,3.282,504,2.942,505,2.942,506,2.942,507,2.942,508,2.942,509,6.455,510,2.942,511,2.942,512,4.199,513,2.942,514,2.942,515,2.942,516,2.942,517,2.942,518,2.942,519,2.942,520,2.942,521,4.199,522,2.942,523,4.145,524,2.491,525,2.942,526,1.647,527,1.312,528,2.942,529,2.942,530,2.942,531,1.972,532,2.942,533,5.339,534,2.942,535,2.942,536,2.942,537,1.972,538,2.942,539,2.942,540,5.339,541,2.942,542,2.942,543,1.647,544,2.942,545,2.491,546,2.942,547,2.942,548,2.942,549,2.942,550,4.199,551,2.942,552,2.942,553,2.942,554,5.339,555,2.942,556,4.199,557,2.942,558,2.942,559,2.942,560,2.491,561,2.942,562,4.199,563,2.942,564,4.199,565,2.814,566,4.199,567,2.942,568,4.199,569,2.942,570,2.942,571,4.896,572,4.199,573,2.942,574,4.199,575,2.942,576,2.942,577,2.942]],["title/injectables/LogoService.html",[186,1.178,433,2.579]],["body/injectables/LogoService.html",[3,0.339,4,0.339,9,0.299,24,0.761,36,0.381,37,0.584,38,1.124,39,1.216,45,1.017,48,0.026,50,1.096,51,1.354,52,2.137,60,2.334,65,0.408,68,0.713,69,0.423,76,0.339,77,0.513,78,0.949,140,0.02,141,0.02,186,1.876,187,2.28,193,2.114,211,1.355,242,3.289,259,3.289,260,2.469,267,2.114,433,4.107,531,4.339,578,4.41,579,4.478,580,5.084,581,6.473,582,5.507,583,4.41,584,5.507,585,5.507,586,5.507,587,5.507,588,4.41,589,5.507,590,4.41,591,5.507,592,4.41,593,3.734]],["title/components/MinimalLayoutComponent.html",[0,0.204,105,0.97]],["body/components/MinimalLayoutComponent.html",[0,0.344,1,1.085,2,1.062,3,0.318,4,0.318,5,0.889,7,1.236,8,1.158,9,0.28,16,0.889,17,1.687,18,1.687,19,1.522,20,1.831,21,1.017,23,1.217,24,0.73,25,1.581,34,1.581,44,1.236,48,0.025,50,0.72,65,0.417,67,1.319,69,0.397,72,2.136,76,0.318,77,0.481,88,1.236,89,1.581,90,1.581,91,0.668,92,1.837,93,1.236,94,0.805,95,1.743,96,1.722,97,1.581,98,1.743,99,1.158,100,1.581,101,1.158,102,1.236,103,1.158,104,1.085,105,1.722,106,1.975,107,1.085,108,1.236,109,1.236,110,1.085,111,1.236,112,1.015,113,1.236,114,1.722,115,1.743,116,1.236,117,1.158,118,1.236,119,1.236,120,1.085,121,1.085,122,1.158,123,1.236,124,1.158,125,1.158,126,1.085,127,0.951,128,0.951,129,0.774,130,0.774,131,1.017,132,1.236,133,1.085,134,1.236,135,1.085,136,1.236,137,1.085,138,1.158,139,1.236,140,0.019,141,0.019,143,3.498,144,3.498,145,2.959,146,3.941,147,3.542,148,3.941,412,4.345,431,3.081,432,3.498,594,4.131,595,4.131,596,4.131]],["title/components/NavigationComponent.html",[0,0.204,107,0.909]],["body/components/NavigationComponent.html",[0,0.281,1,0.737,2,0.815,3,0.216,4,0.216,5,0.604,6,1.09,7,0.839,8,0.786,9,0.19,14,2.272,15,2.908,16,0.873,17,1.295,18,1.295,19,1.47,20,1.713,21,0.69,23,0.934,24,0.561,25,1.214,32,1.577,34,1.214,36,0.242,37,0.43,38,1.114,39,1.083,43,1.214,44,0.839,45,1.034,47,1.337,48,0.026,49,0.955,50,1.038,51,1.244,52,1.769,56,1.945,63,1.45,65,0.414,66,1.571,67,0.895,68,0.454,69,0.269,76,0.216,77,0.472,78,1.026,81,1.711,88,0.839,89,1.214,90,1.214,91,0.454,92,1.563,93,0.839,94,0.798,95,1.426,96,0.786,97,0.839,98,1.426,99,0.786,100,1.214,101,0.786,102,0.839,103,0.786,104,0.737,105,0.786,106,0.839,107,1.372,108,1.426,109,0.839,110,1.372,111,0.839,112,1.038,113,0.839,114,0.786,115,0.839,116,0.839,117,0.786,118,0.839,119,0.839,120,0.737,121,0.737,122,0.786,123,0.839,124,0.786,125,0.786,126,0.737,127,0.646,128,0.646,129,0.525,130,0.525,131,0.69,132,0.839,133,0.737,134,0.839,135,0.737,136,0.839,137,0.737,138,0.786,139,0.839,140,0.015,141,0.015,153,3.195,162,1.711,167,1.88,170,1.88,171,1.88,172,1.88,173,2.098,174,1.711,209,1.853,210,1.193,211,1.173,249,3.026,250,2.72,251,2.72,252,2.72,269,1.426,275,2.375,276,0.955,381,2.72,386,2.72,407,4.036,410,3.195,468,2.669,486,1.88,491,2.669,543,2.272,597,2.805,598,3.435,599,3.435,600,5.224,601,4.036,602,4.036,603,4.767,604,4.057,605,3.715,606,4.693,607,4.036,608,4.133,609,4.036,610,2.285,611,3.195,612,4.057,613,4.057,614,4.057,615,2.375,616,2.754,617,2.688,618,2.805,619,2.239,620,2.092,621,2.805,622,1.45,623,2.805,624,3.026,625,2.805,626,4.057,627,2.805,628,3.026,629,2.375,630,2.375,631,2.092,632,3.026,633,2.805,634,2.375,635,2.805,636,2.72,637,2.375,638,2.805,639,2.805,640,4.057,641,2.805,642,2.375,643,2.805,644,2.375,645,2.805,646,2.805,647,2.092,648,2.805,649,2.375,650,2.805,651,2.805,652,2.805,653,2.805,654,1.571,655,2.375,656,2.805,657,2.805,658,2.805,659,2.805,660,2.805,661,2.805,662,4.057]],["title/interfaces/NavigationDividerItem.html",[617,1.439,663,1.178]],["body/interfaces/NavigationDividerItem.html",[3,0.337,4,0.337,9,0.297,28,1.953,36,0.378,37,0.581,48,0.026,65,0.406,69,0.42,76,0.525,112,0.763,129,0.82,140,0.02,141,0.02,207,2.742,210,1.39,211,1.349,215,2.671,230,3.243,239,2.327,265,1.592,269,1.791,526,3.07,527,1.953,610,2.099,616,2.61,617,2.61,619,2.303,622,2.264,663,2.137,664,2.099,665,2.264,666,2.452,667,3.827,668,3.827,669,3.07,670,3.675,671,3.345,672,2.099,673,3.095,674,2.87,675,2.935,676,2.452,677,2.452,678,2.935,679,2.671,680,2.452,681,2.935,682,2.671,683,2.264,684,2.629,685,2.099,686,2.935,687,2.935]],["title/interfaces/NavigationInsertItem.html",[663,1.178,673,1.788]],["body/interfaces/NavigationInsertItem.html",[3,0.341,4,0.341,9,0.301,28,1.978,36,0.383,37,0.586,48,0.026,65,0.409,69,0.426,76,0.526,112,0.773,129,0.831,140,0.02,141,0.02,207,2.751,210,1.357,215,2.706,230,2.857,239,2.34,265,1.613,269,1.801,526,3.095,527,1.978,610,2.126,616,2.622,617,2.505,619,2.309,622,2.293,663,2.147,664,2.126,665,2.293,666,2.484,667,2.706,668,2.706,669,3.095,670,3.705,671,3.372,672,2.126,673,3.258,674,2.887,675,2.973,676,3.529,677,2.484,678,2.973,679,2.706,680,2.484,681,2.973,682,2.706,683,2.293,684,2.65,685,2.126,686,2.973,687,2.973]],["title/interfaces/NavigationItem.html",[616,1.439,663,1.178]],["body/interfaces/NavigationItem.html",[3,0.324,4,0.324,9,0.286,28,2.76,36,0.364,37,0.568,48,0.026,65,0.399,69,0.405,76,0.521,112,0.735,129,1.159,140,0.019,141,0.019,207,2.792,210,1.445,211,1.606,215,2.572,230,2.768,239,2.483,265,1.534,269,1.76,526,2.998,527,1.881,610,2.022,616,2.657,617,2.447,619,2.286,622,2.18,663,2.108,664,2.022,665,2.18,666,2.361,667,2.572,668,2.572,669,3.465,670,3.589,671,3.266,672,2.022,673,3.041,674,2.82,675,2.826,676,2.361,677,2.361,678,2.826,679,2.572,680,2.361,681,3.589,682,3.266,683,3.199,684,3.179,685,2.967,686,2.826,687,2.826]],["title/components/NavigationItemComponent.html",[0,0.204,110,0.909]],["body/components/NavigationItemComponent.html",[0,0.263,1,0.656,2,0.749,3,0.192,4,0.192,5,0.538,6,0.971,7,0.747,8,0.7,9,0.169,14,2.086,16,0.538,17,1.189,18,1.189,19,1.45,20,1.676,21,0.614,23,0.858,24,0.683,25,1.114,28,1.988,32,1.448,34,1.114,36,0.216,37,0.395,38,1.104,39,1.165,43,1.114,44,0.747,45,1.008,47,1.249,48,0.026,50,1.001,51,1.193,52,1.687,56,2.534,58,3.154,60,0.971,65,0.433,66,1.398,67,0.797,68,0.404,69,0.24,71,1.291,72,1.291,76,0.192,77,0.291,78,1.138,88,0.747,89,1.114,90,1.114,91,0.404,92,1.478,93,0.747,94,0.766,95,1.333,96,0.7,97,0.747,98,1.333,99,0.7,100,1.114,101,0.7,102,0.747,103,0.7,104,0.656,105,0.7,106,0.747,107,1.298,108,0.747,109,0.747,110,1.298,111,1.333,112,1.112,113,0.747,114,0.7,115,0.747,116,0.747,117,0.7,118,0.747,119,0.747,120,0.656,121,0.656,122,0.7,123,0.747,124,0.7,125,0.7,126,0.656,127,0.575,128,0.575,129,0.468,130,0.468,131,0.614,132,0.747,133,0.656,134,0.747,135,0.656,136,0.747,137,0.656,138,0.7,139,0.747,140,0.013,141,0.013,162,1.524,168,2.199,173,1.926,174,1.524,209,1.732,210,1.063,211,1.096,234,3.773,249,1.862,250,1.674,251,1.674,252,1.674,269,1.114,273,1.786,276,0.851,288,2.273,323,2.987,381,2.497,386,1.674,388,2.115,408,3.323,410,2.987,414,3.323,467,1.862,471,2.497,486,1.674,491,2.495,527,1.114,537,1.674,560,3.154,565,2.497,579,3.323,598,3.154,599,3.154,601,3.773,602,3.773,606,4.863,609,3.154,610,1.786,611,2.497,615,2.115,616,2.555,617,2.456,619,2.15,620,1.862,622,1.291,624,2.778,630,2.115,631,1.862,634,5.345,636,1.674,637,2.115,644,2.115,654,1.398,665,3.264,684,2.136,688,2.497,689,4.456,690,4.456,691,4.456,692,3.773,693,4.456,694,3.726,695,4.456,696,3.726,697,3.726,698,2.497,699,2.497,700,2.497,701,2.497,702,2.497,703,2.497,704,5.543,705,3.726,706,3.726,707,2.497,708,2.497,709,5.543,710,2.115,711,2.115,712,3.726,713,2.497,714,3.726,715,2.115,716,3.154,717,1.674,718,2.115,719,2.497,720,3.726,721,1.862,722,2.497,723,3.726,724,1.862,725,2.497,726,2.497,727,2.497,728,2.115,729,2.497,730,2.497,731,3.154,732,3.154,733,2.497,734,2.497,735,2.497,736,2.115,737,2.497,738,2.115,739,2.497,740,2.497,741,2.497,742,2.497,743,2.497,744,2.497,745,2.497,746,3.726,747,2.497,748,2.497,749,2.497,750,2.497,751,2.115,752,2.497,753,2.115,754,2.497,755,2.497,756,2.497,757,2.497,758,2.497,759,3.726,760,3.726]],["title/components/NavigationProgressBarComponent.html",[0,0.204,114,0.97]],["body/components/NavigationProgressBarComponent.html",[0,0.321,1,0.94,2,0.966,3,0.275,4,0.275,5,0.77,6,1.391,7,1.071,8,1.003,9,0.243,16,0.77,17,1.535,18,1.535,19,1.503,20,1.8,21,0.88,23,1.107,24,0.803,25,1.439,32,1.87,34,1.439,36,0.309,37,0.51,38,1.009,39,1.087,44,1.071,45,0.778,48,0.026,50,0.947,51,1.035,65,0.411,67,1.142,68,0.579,69,0.344,72,1.85,76,0.275,77,0.416,88,1.071,89,1.439,90,1.439,91,0.579,92,1.738,93,1.071,94,0.751,95,1.625,96,1.003,97,1.071,98,1.625,99,1.003,100,1.439,101,1.003,102,1.071,103,1.003,104,0.94,105,1.003,106,1.071,107,0.94,108,1.071,109,1.071,110,0.94,111,1.071,112,1.144,113,1.071,114,1.629,115,2.04,116,1.071,117,1.003,118,1.071,119,1.071,120,0.94,121,0.94,122,1.003,123,1.071,124,1.003,125,1.003,126,0.94,127,0.824,128,0.824,129,0.67,130,0.67,131,0.88,132,1.071,133,0.94,134,1.071,135,0.94,136,1.071,137,0.94,138,1.003,139,1.071,140,0.017,141,0.017,167,3.224,170,2.399,171,2.399,172,2.399,288,3.544,431,4.051,537,4.448,716,4.599,721,4.051,724,2.669,738,4.072,753,5.488,761,5.432,762,3.578,763,5.432,764,5.432,765,5.432,766,4.809,767,6.06,768,4.809,769,6.06,770,5.432,771,4.809,772,3.578,773,3.578,774,3.578,775,3.03]],["title/injectables/NavigationService.html",[186,1.178,632,2.579]],["body/injectables/NavigationService.html",[3,0.207,4,0.207,9,0.183,24,0.813,36,0.233,37,0.418,38,1.103,39,0.993,43,1.179,45,0.976,47,1.65,48,0.026,49,2.055,50,0.812,51,1.38,65,0.37,68,0.637,69,0.259,76,0.207,77,0.314,78,1.174,94,0.787,112,1.146,140,0.014,141,0.014,168,2.37,186,1.342,187,1.393,193,2.234,207,2.754,209,2.215,210,1.267,211,1.484,230,2.409,236,1.806,239,1.047,267,1.292,269,1.937,273,2.731,276,1.342,278,5.211,364,4.067,368,3.054,503,2.641,526,3.054,527,1.202,543,2.206,610,1.292,611,1.806,616,2.667,617,1.639,619,0.918,628,3.822,632,2.938,647,2.009,672,3.104,674,1.292,676,3.054,677,1.509,680,3.054,684,1.889,685,1.889,724,2.009,751,3.336,775,3.336,776,2.694,777,2.938,778,5.126,779,2.694,780,4.067,781,2.694,782,2.694,783,5.481,784,2.694,785,3.94,786,2.694,787,2.938,788,3.94,789,2.694,790,2.641,791,3.94,792,2.694,793,2.694,794,3.94,795,2.694,796,2.694,797,2.694,798,3.94,799,2.694,800,2.694,801,2.694,802,2.694,803,2.281,804,2.281,805,2.694,806,2.694,807,2.694,808,3.94,809,3.94,810,2.694,811,2.694,812,4.659,813,2.694,814,2.694,815,2.694,816,2.694,817,2.694,818,2.694,819,2.694,820,2.694,821,2.694,822,2.694,823,2.694,824,3.94,825,2.694,826,3.94,827,2.694,828,2.694,829,2.694,830,2.694,831,2.694,832,2.694,833,2.694,834,2.694,835,2.694,836,2.694,837,2.694,838,2.694,839,2.694,840,2.694,841,2.694,842,2.694,843,2.694,844,2.694,845,2.694,846,2.009,847,2.694,848,2.694,849,2.694,850,2.281,851,2.694,852,2.694,853,2.694,854,2.694,855,2.694,856,2.694,857,3.94,858,2.694,859,2.694,860,2.694,861,2.694,862,2.694,863,2.694,864,2.694,865,2.694,866,2.694,867,2.694,868,3.94,869,2.694,870,2.694,871,2.694,872,2.694,873,2.694,874,3.94,875,2.694,876,2.694,877,2.694,878,2.694]],["title/interfaces/NavigationStatus.html",[663,1.178,679,2.11]],["body/interfaces/NavigationStatus.html",[3,0.335,4,0.335,9,0.295,28,1.939,36,0.375,43,1.633,45,0.703,47,1.219,48,0.026,65,0.405,69,0.417,76,0.524,94,0.601,112,0.758,129,0.814,140,0.02,141,0.02,207,2.603,209,1.69,210,1.347,211,1.07,215,3.33,230,3.085,239,2.319,265,1.581,269,1.785,526,3.341,527,1.939,610,2.084,616,2.778,617,2.482,619,2.3,622,2.248,663,2.131,664,2.084,665,2.822,666,2.434,667,2.652,668,2.652,669,3.056,670,3.659,671,3.33,672,2.084,673,3.085,674,2.86,675,2.914,676,2.434,677,2.434,678,2.914,679,3.33,680,3.341,681,2.914,682,2.652,683,2.248,684,2.617,685,2.084,686,2.914,687,2.914,879,4.348,880,4.348]],["title/components/ReleaseInfoComponent.html",[0,0.204,117,0.97]],["body/components/ReleaseInfoComponent.html",[0,0.319,1,0.929,2,0.959,3,0.416,4,0.272,5,0.761,7,1.058,8,0.992,9,0.24,16,0.761,17,1.523,18,1.523,19,1.501,20,1.798,21,0.87,23,1.099,24,0.834,25,1.428,27,4.027,34,1.428,36,0.305,37,0.506,38,1.006,39,1.108,43,1.428,44,1.058,45,0.874,47,0.992,48,0.026,49,1.205,50,0.941,51,1.027,65,0.422,67,1.129,68,0.572,69,0.34,70,1.981,76,0.272,77,0.412,78,0.761,83,2.672,88,1.058,89,1.428,90,1.428,91,0.572,92,1.729,93,1.058,94,0.746,95,1.616,96,0.992,97,1.058,98,1.616,99,0.992,100,1.428,101,0.992,102,1.058,103,0.992,104,0.929,105,0.992,106,1.058,107,0.929,108,1.058,109,1.058,110,0.929,111,1.058,112,0.832,113,1.058,114,0.992,115,1.058,116,1.058,117,1.621,118,2.013,119,1.058,120,0.929,121,0.929,122,0.992,123,1.058,124,0.992,125,0.992,126,0.929,127,0.814,128,0.814,129,0.663,130,0.663,131,0.87,132,1.058,133,0.929,134,1.058,135,0.929,136,1.058,137,0.929,138,0.992,139,1.058,140,0.017,141,0.017,147,3.199,211,1.174,254,3.527,261,2.995,262,2.638,263,2.158,265,1.287,267,1.696,436,4.895,881,5.781,882,3.537,883,4.772,884,4.772,885,4.501,886,5.781,887,3.537,888,4.772,889,3.537,890,4.772,891,3.537,892,3.537,893,3.537,894,3.537,895,3.537,896,2.995,897,3.537,898,3.537,899,3.537,900,3.537,901,4.772,902,2.672,903,3.559,904,5.781,905,4.772,906,4.772]],["title/interfaces/ReleaseInfoModule.html",[663,1.178,907,2.579]],["body/interfaces/ReleaseInfoModule.html",[3,0.369,4,0.369,9,0.325,36,0.414,37,0.615,48,0.026,65,0.423,76,0.51,94,0.895,128,1.104,129,0.898,140,0.021,141,0.021,168,1.995,207,2.91,210,1.45,211,1.427,213,3.214,260,2.685,265,1.744,316,2.139,663,1.975,664,2.299,669,3.246,683,2.479,902,3.626,903,4.828,907,4.324,908,3.576,909,4.324,910,4.324,911,3.214,912,4.06,913,3.576,914,3.214,915,3.214]],["title/components/SettingsButtonComponent.html",[0,0.204,120,0.909]],["body/components/SettingsButtonComponent.html",[0,0.254,1,0.62,2,0.717,3,0.182,4,0.182,5,0.508,6,0.917,7,0.706,8,0.662,9,0.16,10,3.979,13,1.759,16,0.508,19,1.434,20,1.689,21,0.581,22,2.178,23,0.822,24,0.75,25,1.068,30,2.887,31,2.887,32,1.388,33,3.211,34,1.068,35,2.662,36,0.204,37,0.378,38,1.009,39,1.055,43,1.068,44,0.706,45,1.048,47,1.698,48,0.026,49,2.062,50,0.982,51,1.168,60,1.674,65,0.411,68,0.382,69,0.227,70,1.321,71,1.22,76,0.182,77,0.275,78,1.213,83,3.249,88,0.706,89,1.068,90,1.068,91,0.382,92,1.436,93,0.706,94,0.837,95,1.288,96,0.662,97,0.706,98,1.288,99,0.662,100,1.068,101,0.662,102,0.706,103,0.662,104,0.62,105,0.662,106,0.706,107,0.62,108,0.706,109,0.706,110,0.62,111,0.706,112,0.622,113,0.706,114,0.662,115,0.706,116,0.706,117,0.662,118,0.706,119,0.706,120,1.262,121,1.524,122,0.662,123,0.706,124,0.662,125,0.662,126,0.62,127,0.543,128,0.543,129,0.442,130,0.442,131,0.581,132,0.706,133,0.62,134,0.706,135,0.62,136,0.706,137,0.62,138,0.662,139,0.706,140,0.013,141,0.013,168,2.414,176,1.22,178,5.523,207,2.651,209,2.19,210,1.213,211,1.514,263,1.439,265,0.858,267,1.131,268,1.759,276,1.216,316,1.052,359,1.759,360,3.637,379,3.646,424,1.759,426,1.998,427,3.54,429,4.913,442,3.023,497,2.178,543,2.411,619,1.919,628,2.662,629,1.998,647,1.759,649,1.998,692,3.646,717,1.582,718,1.998,914,3.218,916,6.522,917,4.306,918,4.306,919,4.306,920,5.157,921,5.157,922,5.157,923,5.157,924,3.57,925,3.57,926,3.57,927,3.57,928,4.802,929,4.802,930,4.802,931,3.57,932,3.57,933,3.57,934,3.57,935,2.359,936,3.57,937,2.359,938,4.065,939,3.57,940,2.359,941,3.57,942,2.359,943,3.57,944,2.359,945,2.359,946,2.359,947,3.57,948,2.359,949,3.57,950,2.359,951,3.57,952,2.359,953,3.57,954,2.359,955,3.57,956,2.359,957,3.57,958,3.57,959,3.57,960,3.57,961,2.359,962,3.57,963,2.359,964,2.359,965,2.359,966,1.998,967,1.998,968,2.359,969,2.359,970,2.359,971,2.359,972,2.359,973,2.359,974,2.359,975,2.359,976,2.359,977,2.359,978,2.359,979,2.359,980,2.359,981,2.359,982,2.359,983,2.359,984,3.57,985,4.802,986,3.57,987,3.023,988,3.57,989,3.57,990,3.023,991,5.426,992,3.57,993,3.57,994,5.426,995,5.426]],["title/interfaces/SettingsMenuItem.html",[663,1.178,914,2.318]],["body/interfaces/SettingsMenuItem.html",[3,0.369,4,0.369,9,0.325,36,0.414,37,0.615,48,0.026,65,0.423,76,0.51,94,0.663,128,1.104,129,1.213,140,0.021,141,0.021,168,1.995,207,2.836,210,1.45,211,1.427,213,3.214,260,2.685,265,1.744,316,2.139,663,1.975,664,2.299,669,3.626,674,2.78,683,3.347,902,2.685,903,3.576,907,3.576,908,3.576,909,4.324,910,4.324,911,3.214,912,4.06,913,3.576,914,3.886,915,4.34]],["title/components/SidenavComponent.html",[0,0.204,122,0.97]],["body/components/SidenavComponent.html",[0,0.257,1,0.632,2,0.728,3,0.185,4,0.185,5,1.12,6,0.936,7,0.72,8,0.675,9,0.163,16,0.518,17,1.157,18,1.157,19,1.438,20,1.708,21,0.592,23,0.835,24,0.501,25,1.084,27,3.251,30,2.922,31,2.922,32,1.409,34,1.084,36,0.208,37,0.384,38,1.11,39,1.201,43,1.084,44,1.451,45,1.025,47,1.222,48,0.026,49,0.82,50,1.077,51,1.31,52,2.088,56,2.326,60,2.544,65,0.419,66,1.348,67,0.768,68,0.389,69,0.231,70,1.348,71,1.245,72,1.245,76,0.185,77,0.28,78,0.78,83,2.03,88,0.72,89,1.084,90,1.084,91,0.389,92,1.451,93,0.72,94,0.602,95,1.304,96,0.675,97,0.72,98,1.304,99,0.675,100,1.084,101,0.675,102,0.72,103,0.675,104,0.632,105,0.675,106,0.72,107,1.274,108,0.72,109,0.72,110,0.632,111,0.72,112,0.845,113,0.72,114,0.675,115,0.72,116,0.72,117,0.675,118,0.72,119,0.72,120,0.632,121,0.632,122,1.36,123,0.72,124,0.675,125,1.533,126,0.632,127,0.554,128,0.554,129,0.451,130,0.451,131,0.592,132,0.72,133,0.632,134,0.72,135,1.367,136,0.72,137,1.367,138,0.675,139,0.72,140,0.013,141,0.013,153,1.614,154,1.469,157,3.251,159,2.716,162,1.469,173,1.874,174,1.469,197,4.629,210,1.257,297,3.069,305,1.614,410,2.922,412,3.251,413,3.691,414,3.251,425,1.795,435,2.038,439,2.038,455,2.038,456,3.069,457,4.107,458,2.038,459,3.691,460,2.038,461,4.107,462,2.038,463,1.614,464,2.038,465,2.038,466,2.038,467,2.703,468,1.348,469,2.038,470,2.038,471,2.43,472,2.038,473,3.691,474,1.614,475,2.038,476,2.038,477,2.038,478,1.795,479,1.795,480,2.038,481,1.795,482,4.107,483,3.251,484,4.107,485,4.107,486,1.614,487,2.038,488,2.038,489,2.038,491,2.716,493,3.691,494,3.691,495,3.691,498,3.691,499,4.107,500,4.107,502,4.107,524,2.038,531,1.614,579,3.251,624,2.703,631,1.795,715,2.038,728,2.038,731,2.038,996,2.407,997,4.359,998,4.359,999,4.359,1000,4.359,1001,4.359,1002,4.359,1003,3.625,1004,4.359,1005,2.407,1006,2.407,1007,2.407,1008,3.625,1009,2.407,1010,2.407,1011,3.625,1012,2.407,1013,3.625,1014,2.407,1015,3.625,1016,2.407,1017,3.625,1018,2.407,1019,3.625,1020,2.407,1021,3.625,1022,2.407,1023,3.625,1024,2.407,1025,3.625,1026,2.407,1027,2.407,1028,2.407,1029,2.407,1030,2.407,1031,2.407,1032,2.407,1033,2.407,1034,2.407,1035,3.625,1036,3.625,1037,3.625,1038,3.625,1039,4.107,1040,2.407,1041,4.359,1042,3.625,1043,2.407,1044,2.407,1045,2.407,1046,3.625,1047,2.407,1048,2.407,1049,2.407,1050,2.407,1051,3.691,1052,2.038,1053,2.407,1054,3.625,1055,2.407,1056,2.038,1057,2.407,1058,1.795,1059,2.407,1060,2.407]],["title/directives/SidenavFooterDirective.html",[91,0.559,135,0.909]],["body/directives/SidenavFooterDirective.html",[3,0.381,4,0.381,5,1.409,9,0.336,16,1.065,19,1.272,23,1.361,24,0.817,36,0.427,37,0.626,38,1.022,39,1.101,45,0.956,48,0.025,65,0.336,68,0.801,69,0.475,76,0.381,77,0.576,91,0.956,94,0.684,130,0.927,135,1.553,140,0.021,141,0.021,209,1.924,210,1.272,211,1.218,326,4.483,329,3.961,503,3.961,1061,5.349,1062,4.949,1063,5.909,1064,4.191,1065,4.949,1066,4.191,1067,4.949]],["title/directives/SidenavHeaderDirective.html",[91,0.559,137,0.909]],["body/directives/SidenavHeaderDirective.html",[3,0.381,4,0.381,5,1.409,9,0.336,16,1.065,19,1.272,23,1.361,24,0.817,36,0.427,37,0.626,38,1.022,39,1.101,45,0.956,48,0.025,65,0.336,68,0.801,69,0.475,76,0.381,77,0.576,91,0.956,94,0.684,130,0.927,137,1.553,138,1.657,140,0.021,141,0.021,209,1.924,210,1.272,211,1.218,326,4.483,329,3.961,503,3.961,1061,5.349,1064,4.191,1066,4.191,1068,4.949,1069,4.949,1070,4.949]],["title/components/SidenavToggleButtonComponent.html",[0,0.204,124,0.97]],["body/components/SidenavToggleButtonComponent.html",[0,0.328,1,0.981,2,0.994,3,0.287,4,0.287,5,0.804,6,1.452,7,1.117,8,1.047,9,0.253,10,3.386,13,2.785,16,0.804,17,1.579,18,1.579,19,1.509,20,1.81,21,0.919,22,3.019,23,1.139,24,0.684,25,1.48,30,3.72,31,3.72,32,1.924,33,4.139,34,1.48,35,3.69,36,0.322,37,0.525,38,1.022,39,1.03,43,1.48,44,2.082,45,0.8,47,1.047,48,0.026,49,1.272,50,0.862,51,0.804,52,1.771,65,0.401,67,1.192,68,0.604,69,0.359,70,2.091,71,1.931,76,0.287,77,0.435,78,0.804,88,1.117,89,1.48,90,1.48,91,0.604,92,1.768,93,1.117,94,0.767,95,1.66,96,1.047,97,1.117,98,1.66,99,1.047,100,1.48,101,1.047,102,1.117,103,1.047,104,0.981,105,1.047,106,1.117,107,0.981,108,1.117,109,1.117,110,0.981,111,1.117,112,0.862,113,1.117,114,1.047,115,1.117,116,1.117,117,1.047,118,1.117,119,1.117,120,0.981,121,0.981,122,1.047,123,1.117,124,1.657,125,1.835,126,0.981,127,0.86,128,0.86,129,0.7,130,0.7,131,0.919,132,1.117,133,0.981,134,1.117,135,0.981,136,1.117,137,0.981,138,1.047,139,1.117,140,0.018,141,0.018,158,3.162,159,3.442,162,2.279,164,4.19,173,1.931,174,2.279,179,4.699,1071,5.55,1072,3.735,1073,3.735,1074,3.735,1075,4.949,1076,3.019]],["title/components/UserProfileIconComponent.html",[0,0.204,126,0.909]],["body/components/UserProfileIconComponent.html",[0,0.314,1,0.9,2,0.939,3,0.264,4,0.264,5,0.738,6,1.332,7,1.025,8,0.961,9,0.233,10,3.643,16,0.738,17,1.491,18,1.491,19,1.497,20,1.79,21,0.843,23,1.075,24,0.734,25,1.397,32,1.816,34,1.397,36,0.296,37,0.495,38,1.053,39,1.118,43,1.397,44,1.025,45,0.923,47,0.961,48,0.026,49,1.167,50,0.814,51,0.738,52,1.696,65,0.418,67,1.094,68,0.554,69,0.329,71,1.772,76,0.264,77,0.399,78,1.005,88,1.025,89,1.397,90,1.397,91,0.554,92,1.707,93,1.025,94,0.734,95,1.589,96,0.961,97,1.025,98,1.589,99,0.961,100,1.397,101,0.961,102,1.025,103,0.961,104,0.9,105,0.961,106,1.025,107,0.9,108,1.025,109,1.025,110,0.9,111,1.025,112,0.814,113,1.025,114,0.961,115,1.025,116,1.025,117,0.961,118,1.025,119,1.025,120,0.9,121,0.9,122,0.961,123,1.025,124,0.961,125,0.961,126,1.499,127,1.478,128,1.62,129,0.995,130,0.642,131,0.843,132,1.025,133,0.9,134,1.025,135,0.9,136,1.025,137,0.9,138,0.961,139,1.025,140,0.017,141,0.017,168,1.943,176,1.772,180,5.055,185,3.955,267,1.643,268,2.556,269,1.707,273,2.239,381,3.131,386,2.297,408,3.962,411,4.499,424,2.556,654,1.919,736,2.902,911,3.131,1077,5.971,1078,3.427,1079,5.313,1080,4.671,1081,4.702,1082,6.161,1083,4.671,1084,3.427,1085,4.671,1086,3.427,1087,4.671,1088,2.556,1089,2.902,1090,2.902,1091,3.427,1092,3.427,1093,3.427,1094,3.427,1095,4.671]],["title/changelog.html",[1096,2.161,1097,1.942,1098,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.332,22,1.804,48,0.008,50,0.734,60,0.524,62,0.904,63,1.178,77,0.344,94,0.315,107,0.598,110,0.598,112,0.856,121,1.29,125,1.377,127,0.97,130,0.427,131,0.332,140,0.008,141,0.008,145,3.117,154,2.121,168,0.561,193,1.092,202,1.142,205,1.699,207,0.561,217,1.699,236,0.904,250,1.982,254,0.823,269,0.403,276,1.007,288,0.823,289,0.904,305,1.527,368,3.465,380,1.929,427,3.626,463,1.527,468,1.946,478,3.143,479,1.006,483,2.592,491,2.175,497,2.571,527,0.602,531,0.904,543,1.276,545,1.142,580,1.142,605,2.33,607,1.142,608,2.205,619,0.459,636,2.33,654,1.276,655,2.504,684,0.647,685,2.021,710,1.142,732,1.142,777,3.517,783,4.532,787,1.699,790,3.792,846,1.699,902,3.782,915,0.904,938,1.929,987,2.504,1039,1.929,1052,1.929,1056,1.929,1058,1.699,1076,1.804,1081,1.699,1098,1.929,1099,3.289,1100,1.349,1101,1.349,1102,4.215,1103,5.224,1104,1.142,1105,1.349,1106,1.349,1107,1.349,1108,1.349,1109,1.349,1110,1.142,1111,4.3,1112,6.262,1113,5.739,1114,4.215,1115,6.784,1116,6.784,1117,3.884,1118,3.289,1119,1.349,1120,5.881,1121,1.349,1122,4.628,1123,3.569,1124,1.349,1125,1.142,1126,1.349,1127,1.929,1128,2.897,1129,5.078,1130,6.755,1131,6.755,1132,4.541,1133,5.719,1134,2.504,1135,3.476,1136,3.476,1137,3.476,1138,4.215,1139,6,1140,1.929,1141,3.569,1142,3.476,1143,4.158,1144,2.278,1145,3.993,1146,3.476,1147,2.957,1148,5.567,1149,1.349,1150,1.349,1151,1.349,1152,2.943,1153,1.349,1154,4.215,1155,2.278,1156,6.462,1157,2.278,1158,5.943,1159,3.799,1160,2.957,1161,4.487,1162,1.349,1163,4.215,1164,1.349,1165,4.487,1166,1.349,1167,6.673,1168,5.739,1169,1.349,1170,6.673,1171,2.957,1172,3.884,1173,1.142,1174,1.349,1175,1.349,1176,1.349,1177,3.993,1178,1.349,1179,1.142,1180,1.349,1181,1.349,1182,1.349,1183,1.349,1184,1.349,1185,2.278,1186,2.278,1187,2.278,1188,2.943,1189,1.349,1190,2.278,1191,2.278,1192,3.569,1193,1.349,1194,1.929,1195,2.278,1196,1.929,1197,1.349,1198,3.476,1199,1.699,1200,2.957,1201,1.349,1202,2.278,1203,1.349,1204,2.278,1205,1.929,1206,1.699,1207,1.349,1208,3.476,1209,1.929,1210,1.349,1211,3.517,1212,1.349,1213,2.278,1214,2.278,1215,1.349,1216,1.929,1217,2.957,1218,1.349,1219,2.278,1220,1.349,1221,1.929,1222,3.476,1223,3.161,1224,2.825,1225,1.929,1226,1.349,1227,2.278,1228,3.569,1229,2.278,1230,1.349,1231,2.278,1232,1.929,1233,1.349,1234,2.278,1235,1.349,1236,2.278,1237,1.929,1238,1.349,1239,2.278,1240,1.349,1241,2.278,1242,1.349,1243,2.278,1244,2.943,1245,1.349,1246,2.278,1247,1.349,1248,2.278,1249,2.278,1250,1.349,1251,1.349,1252,2.278,1253,2.278,1254,1.349,1255,2.278,1256,1.349,1257,1.929,1258,1.929,1259,1.349,1260,2.278,1261,3.476,1262,1.349,1263,1.349,1264,2.278,1265,1.349,1266,1.929,1267,2.278,1268,2.278,1269,1.349,1270,1.349,1271,2.278,1272,1.349,1273,2.278,1274,2.278,1275,1.349,1276,2.278,1277,1.349,1278,1.349,1279,2.278,1280,1.349,1281,1.349,1282,2.278,1283,1.349,1284,1.349,1285,5.224,1286,1.349,1287,1.349,1288,1.349,1289,1.349,1290,1.349,1291,1.349,1292,1.349,1293,1.349,1294,1.349,1295,1.349,1296,1.349,1297,1.349,1298,1.349,1299,1.349,1300,1.349,1301,1.349,1302,1.349,1303,2.278,1304,1.349,1305,1.349,1306,1.349,1307,1.349,1308,1.349,1309,1.349,1310,1.349,1311,1.349,1312,1.349,1313,1.349,1314,3.884,1315,1.349,1316,1.349,1317,1.349,1318,1.349,1319,1.349,1320,1.349,1321,1.349,1322,1.349,1323,2.957,1324,1.349,1325,1.349,1326,1.349,1327,1.349,1328,1.349,1329,1.349,1330,1.349,1331,1.349,1332,1.349,1333,1.349,1334,1.349,1335,1.349,1336,1.349,1337,1.349,1338,1.349,1339,5.224,1340,2.957,1341,1.349,1342,1.349,1343,1.349,1344,1.349,1345,1.349,1346,1.349,1347,1.349,1348,1.349,1349,1.349,1350,1.349,1351,1.349,1352,1.349,1353,1.349,1354,1.349,1355,1.349,1356,1.349,1357,1.349,1358,1.349,1359,1.349,1360,2.278,1361,2.278,1362,1.699,1363,1.349,1364,2.278,1365,2.278,1366,2.278,1367,2.278,1368,3.476,1369,2.278,1370,2.278,1371,1.349,1372,1.929,1373,1.349,1374,1.349,1375,1.349,1376,1.349,1377,1.349,1378,1.349,1379,1.349,1380,2.957,1381,4.716,1382,3.476,1383,2.278,1384,1.349,1385,3.884,1386,1.349,1387,2.278,1388,1.349,1389,1.349,1390,5.352,1391,1.349,1392,1.142,1393,1.349,1394,1.142,1395,1.349,1396,1.349,1397,1.349,1398,1.142,1399,2.278,1400,1.349,1401,3.884,1402,1.349,1403,1.349,1404,2.278,1405,2.278,1406,1.929,1407,2.278,1408,2.278,1409,2.278,1410,2.278,1411,2.278,1412,2.278,1413,1.929,1414,1.929,1415,2.278,1416,1.349,1417,1.349,1418,1.349,1419,1.349,1420,1.349,1421,4.215,1422,1.349,1423,1.349,1424,1.349,1425,1.349,1426,1.349,1427,1.349,1428,2.278,1429,6.564,1430,3.884,1431,1.349,1432,1.349,1433,1.349,1434,2.957,1435,2.278,1436,1.349,1437,1.349,1438,2.278,1439,1.349,1440,1.699,1441,1.349,1442,1.349,1443,1.349,1444,1.349,1445,2.278,1446,1.349,1447,1.349,1448,2.278,1449,1.349,1450,1.349,1451,1.349,1452,1.349,1453,2.278,1454,1.349,1455,1.349,1456,1.349,1457,1.349,1458,1.349,1459,1.349,1460,1.349,1461,1.349,1462,1.349,1463,1.349,1464,1.929,1465,2.278,1466,1.349,1467,1.349,1468,1.349,1469,1.349,1470,1.349,1471,1.349,1472,1.349,1473,1.142,1474,1.349,1475,1.349,1476,1.349,1477,1.349,1478,1.349,1479,1.349,1480,1.349,1481,1.349,1482,1.349,1483,1.349,1484,1.349,1485,1.349,1486,1.142,1487,1.349,1488,1.349,1489,1.349,1490,1.349,1491,1.349,1492,1.349,1493,1.349,1494,1.349,1495,1.349,1496,1.349,1497,1.349,1498,1.349,1499,1.142,1500,1.349,1501,1.349,1502,1.349,1503,1.349,1504,1.349,1505,1.349,1506,1.349,1507,1.349,1508,1.349,1509,1.349,1510,1.349,1511,1.349,1512,1.349,1513,1.349,1514,1.349,1515,1.349,1516,1.349,1517,2.278,1518,1.349,1519,1.349,1520,1.349,1521,1.349,1522,1.349,1523,1.349,1524,1.349,1525,1.349,1526,1.349]],["title/dependencies.html",[1132,1.942,1224,2.784]],["body/dependencies.html",[48,0.026,66,2.762,69,0.474,72,2.551,127,1.136,130,0.924,140,0.021,141,0.021,176,3.262,257,3.679,258,4.177,260,2.762,262,3.679,265,1.794,427,3.01,527,2.201,711,4.177,717,3.307,1088,3.679,1089,4.177,1127,5.657,1128,5.187,1140,5.535,1223,3.307,1224,3.953,1527,4.933,1528,4.933,1529,4.933,1530,4.933,1531,4.933,1532,5.898,1533,4.933,1534,4.933,1535,4.933,1536,4.933,1537,4.933,1538,4.933,1539,4.933]],["title/miscellaneous/functions.html",[1540,1.622,1541,3.517]],["body/miscellaneous/functions.html",[2,1.083,8,1.658,36,0.368,47,1.929,48,0.026,94,0.951,140,0.019,141,0.019,193,2.044,209,2.675,210,1.448,211,1.693,239,2.545,254,2.601,605,2.858,610,2.585,611,3.614,616,1.774,617,1.774,619,2.014,620,3.179,622,2.204,665,2.204,666,3.479,673,2.204,677,3.019,682,3.289,780,3.179,787,4.02,1540,2.387,1541,3.61,1542,5.391,1543,4.263,1544,5.006,1545,4.565,1546,6.726,1547,5.913,1548,5.391,1549,5.391,1550,5.391,1551,5.391,1552,5.391,1553,4.565,1554,4.263,1555,4.263,1556,4.565,1557,5.391,1558,4.263,1559,4.263,1560,4.263,1561,4.263,1562,6.726,1563,4.263,1564,4.263,1565,4.263,1566,4.263,1567,4.263,1568,4.263]],["title/index.html",[36,0.25,1096,2.161,1097,1.942]],["body/index.html",[0,0.382,1,0.672,2,0.514,5,0.816,9,0.362,21,1.23,22,3.05,24,0.524,28,2.756,37,0.271,45,0.613,47,1.063,48,0.026,62,3.578,65,0.403,68,0.613,76,0.292,77,0.441,91,0.613,104,1.562,112,1.168,120,0.672,121,0.996,126,0.672,127,0.589,128,0.589,129,1.137,140,0.014,141,0.014,145,3.328,154,2.314,159,1.432,176,2.337,186,1.292,193,1.226,205,1.907,211,0.629,217,4.433,230,1.961,236,2.542,239,0.994,252,1.714,257,1.907,269,0.765,273,3.042,276,1.539,283,2.166,288,1.56,289,1.714,305,3.351,324,2.166,356,1.907,368,2.799,373,1.714,468,3.651,474,1.714,481,1.907,491,1.432,497,1.56,543,2.123,605,3.748,616,2.221,617,1.064,619,2.336,642,2.166,654,2.531,667,3.257,668,3.411,672,1.226,673,1.322,674,2.167,676,3.241,680,1.432,683,3.139,684,2.681,685,2.167,717,1.714,790,1.714,846,1.907,915,2.542,1051,4.734,1076,2.757,1088,1.907,1097,2.542,1123,4.232,1125,2.166,1128,4.528,1132,2.542,1133,4.52,1152,3.827,1179,2.166,1188,3.211,1199,2.828,1206,1.907,1211,1.907,1223,1.714,1224,1.714,1228,3.827,1266,3.211,1362,1.907,1464,2.166,1486,4.232,1545,4.52,1553,3.211,1569,3.211,1570,3.792,1571,3.792,1572,5.624,1573,4.999,1574,2.558,1575,2.558,1576,2.558,1577,2.558,1578,2.558,1579,2.558,1580,2.558,1581,2.558,1582,2.558,1583,2.558,1584,2.558,1585,2.558,1586,2.558,1587,2.558,1588,2.558,1589,2.558,1590,2.558,1591,2.166,1592,3.792,1593,3.792,1594,3.792,1595,2.558,1596,2.558,1597,3.792,1598,5.338,1599,5.788,1600,2.558,1601,2.166,1602,5.338,1603,4.999,1604,2.558,1605,2.558,1606,2.558,1607,2.558,1608,2.558,1609,2.558,1610,4.9,1611,4.999,1612,2.166,1613,4.519,1614,4.519,1615,4.519,1616,4.519,1617,2.166,1618,2.558,1619,4.519,1620,5.592,1621,2.558,1622,2.558,1623,3.792,1624,3.792,1625,2.558,1626,4.232,1627,3.792,1628,2.558,1629,2.558,1630,2.558,1631,4.52,1632,3.792,1633,2.166,1634,4.519,1635,2.558,1636,3.792,1637,3.792,1638,3.211,1639,2.558,1640,2.558,1641,2.166,1642,2.166,1643,2.558,1644,2.558,1645,2.558,1646,2.558,1647,2.558,1648,2.558,1649,2.166,1650,2.558,1651,2.558,1652,2.558,1653,2.558,1654,2.558,1655,2.558,1656,4.519,1657,2.166,1658,2.558,1659,2.166,1660,2.166,1661,2.558,1662,2.558,1663,3.211,1664,2.558,1665,2.558]],["title/license.html",[1096,2.161,1097,1.942,1666,2.161]],["body/license.html",[0,0.181,4,0.482,38,0.856,43,0.276,45,0.149,48,0.012,49,0.314,63,0.848,65,0.063,77,0.107,78,0.199,127,1.154,140,0.008,141,0.006,251,0.619,269,0.276,276,1.045,286,1.388,289,0.619,345,1.65,363,1.223,368,1.239,369,2.289,373,2.057,463,0.619,468,0.517,471,1.099,474,1.483,497,0.563,523,0.782,537,0.619,565,1.483,619,0.314,654,1.501,663,1.158,664,1.061,685,0.443,777,1.223,790,3.693,850,2.878,902,3.153,990,0.782,1058,0.688,1076,0.563,1099,2.269,1104,0.782,1118,1.388,1122,1.873,1134,0.782,1141,0.782,1143,0.782,1145,0.782,1159,1.388,1173,0.782,1177,1.873,1194,3.932,1196,1.388,1199,0.688,1205,0.782,1206,1.223,1209,0.782,1211,1.223,1216,1.873,1221,0.782,1223,1.796,1225,2.269,1237,5.155,1244,1.388,1257,0.782,1258,1.388,1362,0.688,1372,4.15,1392,0.782,1394,1.873,1398,1.388,1406,2.599,1440,1.223,1473,4.407,1499,4.046,1556,0.782,1569,2.269,1572,3.932,1591,0.782,1601,1.388,1610,0.782,1612,2.599,1617,3.323,1626,4.665,1631,3.932,1633,0.782,1638,0.782,1641,0.782,1642,1.873,1649,2.599,1657,1.873,1659,4.046,1660,1.873,1663,0.782,1666,5.091,1667,4.779,1668,2.68,1669,0.923,1670,2.212,1671,5.786,1672,2.68,1673,5.113,1674,5.631,1675,3.069,1676,0.923,1677,0.923,1678,0.923,1679,3.069,1680,5.686,1681,3.069,1682,2.212,1683,4.901,1684,2.212,1685,0.923,1686,2.212,1687,0.923,1688,0.923,1689,1.64,1690,4.644,1691,3.399,1692,0.923,1693,3.399,1694,0.923,1695,0.923,1696,3.925,1697,1.64,1698,0.923,1699,0.923,1700,0.923,1701,6.198,1702,4.644,1703,2.212,1704,2.212,1705,4.139,1706,1.64,1707,6.827,1708,1.64,1709,3.399,1710,3.681,1711,2.68,1712,0.923,1713,0.923,1714,2.68,1715,3.925,1716,1.64,1717,3.925,1718,0.923,1719,0.923,1720,1.64,1721,0.923,1722,2.212,1723,5.369,1724,3.069,1725,1.64,1726,2.68,1727,0.923,1728,0.923,1729,1.64,1730,2.68,1731,2.212,1732,1.64,1733,4.494,1734,1.64,1735,5.51,1736,3.069,1737,1.64,1738,2.68,1739,0.923,1740,3.681,1741,0.923,1742,3.681,1743,5.915,1744,2.212,1745,2.878,1746,0.923,1747,0.923,1748,0.923,1749,3.925,1750,1.64,1751,4.494,1752,4.327,1753,2.68,1754,1.64,1755,0.923,1756,0.923,1757,4.494,1758,1.64,1759,0.923,1760,0.923,1761,4.779,1762,1.64,1763,2.212,1764,0.923,1765,0.923,1766,1.64,1767,0.923,1768,0.923,1769,3.399,1770,3.925,1771,0.923,1772,0.923,1773,0.923,1774,0.923,1775,0.923,1776,0.923,1777,1.64,1778,0.923,1779,0.923,1780,0.923,1781,1.64,1782,0.923,1783,2.212,1784,1.64,1785,0.923,1786,0.923,1787,1.64,1788,1.64,1789,4.901,1790,0.923,1791,1.64,1792,1.64,1793,0.923,1794,0.923,1795,1.64,1796,2.212,1797,1.64,1798,2.212,1799,1.64,1800,0.923,1801,0.923,1802,3.399,1803,0.923,1804,0.923,1805,2.68,1806,0.923,1807,0.923,1808,2.68,1809,0.923,1810,0.923,1811,0.923,1812,0.923,1813,0.923,1814,0.923,1815,4.139,1816,0.923,1817,4.779,1818,2.68,1819,3.069,1820,3.399,1821,1.64,1822,0.923,1823,2.212,1824,5.291,1825,1.64,1826,0.923,1827,0.923,1828,0.923,1829,2.212,1830,6.269,1831,0.923,1832,0.923,1833,1.64,1834,1.64,1835,0.923,1836,4.327,1837,0.923,1838,2.68,1839,3.925,1840,0.923,1841,2.212,1842,1.64,1843,3.399,1844,6.269,1845,2.212,1846,4.139,1847,2.68,1848,3.069,1849,0.923,1850,1.64,1851,2.212,1852,4.139,1853,4.327,1854,2.68,1855,0.923,1856,1.64,1857,1.64,1858,2.68,1859,2.68,1860,4.139,1861,0.923,1862,2.212,1863,0.923,1864,5.786,1865,1.64,1866,0.923,1867,3.925,1868,0.923,1869,1.64,1870,2.68,1871,3.925,1872,0.923,1873,5.012,1874,2.212,1875,1.64,1876,3.681,1877,4.327,1878,3.399,1879,0.923,1880,0.923,1881,0.923,1882,3.399,1883,0.923,1884,1.64,1885,0.923,1886,0.923,1887,0.923,1888,2.212,1889,0.923,1890,0.923,1891,0.923,1892,4.494,1893,2.212,1894,2.212,1895,0.923,1896,0.923,1897,0.923,1898,0.923,1899,1.64,1900,1.64,1901,4.139,1902,0.923,1903,0.923,1904,0.923,1905,2.212,1906,2.212,1907,3.399,1908,2.212,1909,0.923,1910,3.069,1911,3.399,1912,0.923,1913,0.923,1914,0.923,1915,1.64,1916,0.923,1917,2.212,1918,0.923,1919,0.923,1920,0.923,1921,0.923,1922,0.923,1923,1.64,1924,0.923,1925,5.631,1926,3.925,1927,0.923,1928,3.399,1929,1.64,1930,0.923,1931,0.923,1932,1.64,1933,1.64,1934,2.68,1935,0.923,1936,0.923,1937,0.923,1938,0.923,1939,1.64,1940,2.212,1941,3.069,1942,0.923,1943,2.212,1944,1.64,1945,0.923,1946,3.069,1947,0.923,1948,2.68,1949,0.923,1950,4.327,1951,3.681,1952,2.68,1953,0.923,1954,3.069,1955,0.923,1956,1.64,1957,0.923,1958,0.923,1959,1.64,1960,2.212,1961,2.212,1962,0.923,1963,0.923,1964,0.923,1965,2.212,1966,2.212,1967,3.399,1968,0.923,1969,0.923,1970,1.64,1971,1.64,1972,1.64,1973,0.923,1974,1.64,1975,0.923,1976,0.923,1977,0.923,1978,0.923,1979,0.923,1980,0.923,1981,2.212,1982,0.923,1983,5.012,1984,0.923,1985,0.923,1986,0.923,1987,3.069,1988,3.069,1989,0.923,1990,0.923,1991,2.212,1992,0.923,1993,0.923,1994,2.68,1995,0.923,1996,0.923,1997,0.923,1998,0.923,1999,0.923,2000,0.923,2001,1.64,2002,1.64,2003,0.923,2004,2.212,2005,0.923,2006,0.923,2007,1.64,2008,0.923,2009,0.923,2010,0.923,2011,0.923,2012,1.64,2013,1.64,2014,1.64,2015,1.64,2016,4.139,2017,0.923,2018,3.399,2019,0.923,2020,0.923,2021,1.64,2022,2.212,2023,2.212,2024,2.68,2025,2.68,2026,2.68,2027,2.212,2028,0.923,2029,3.069,2030,2.68,2031,0.923,2032,1.64,2033,1.64,2034,0.923,2035,3.069,2036,1.64,2037,2.68,2038,2.68,2039,0.923,2040,2.212,2041,4.901,2042,3.069,2043,0.923,2044,0.923,2045,0.923,2046,2.212,2047,2.212,2048,1.64,2049,0.923,2050,0.923,2051,0.923,2052,0.923,2053,1.64,2054,0.923,2055,0.923,2056,0.923,2057,2.212,2058,0.923,2059,0.923,2060,1.64,2061,0.923,2062,0.923,2063,1.64,2064,0.923,2065,2.212,2066,0.923,2067,0.923,2068,0.923,2069,1.64,2070,1.64,2071,3.399,2072,5.51,2073,2.212,2074,1.64,2075,1.64,2076,1.64,2077,1.64,2078,2.68,2079,2.68,2080,1.64,2081,0.923,2082,0.923,2083,0.923,2084,0.923,2085,0.923,2086,2.68,2087,3.399,2088,1.64,2089,0.923,2090,3.069,2091,0.923,2092,0.923,2093,0.923,2094,1.64,2095,0.923,2096,1.64,2097,0.923,2098,3.069,2099,3.925,2100,0.923,2101,4.494,2102,0.923,2103,0.923,2104,0.923,2105,0.923,2106,0.923,2107,0.923,2108,0.923,2109,0.923,2110,2.212,2111,3.069,2112,1.64,2113,2.68,2114,1.64,2115,0.923,2116,0.923,2117,1.64,2118,0.923,2119,0.923,2120,0.923,2121,1.64,2122,0.923,2123,0.923,2124,0.923,2125,2.68,2126,0.923,2127,1.64,2128,1.64,2129,0.923,2130,0.923,2131,2.212,2132,0.923,2133,0.923,2134,0.923,2135,0.923,2136,0.923,2137,1.64,2138,0.923,2139,0.923,2140,1.64,2141,0.923,2142,0.923,2143,0.923,2144,0.923,2145,0.923,2146,0.923,2147,0.923,2148,0.923,2149,3.069,2150,0.923,2151,0.923,2152,3.399,2153,0.923,2154,0.923,2155,0.923,2156,0.923,2157,0.923,2158,0.923,2159,0.923,2160,1.64,2161,3.681,2162,0.923,2163,2.68,2164,0.923,2165,0.923,2166,2.212,2167,0.923,2168,0.923,2169,2.212,2170,0.923,2171,1.64,2172,0.923,2173,0.923,2174,0.923,2175,0.923,2176,0.923,2177,0.923,2178,0.923,2179,0.923,2180,0.923,2181,0.923,2182,1.64,2183,0.923,2184,0.923,2185,0.923,2186,1.64,2187,1.64,2188,0.923,2189,0.923,2190,2.212,2191,0.923,2192,1.64,2193,0.923,2194,1.64,2195,0.923,2196,1.64,2197,0.923,2198,2.212,2199,3.681,2200,0.923,2201,0.923,2202,1.388,2203,0.923,2204,0.923,2205,0.923,2206,0.923,2207,1.64,2208,0.923,2209,1.64,2210,2.68,2211,0.923,2212,3.069,2213,0.923,2214,0.923,2215,0.923,2216,0.923,2217,0.923,2218,0.923,2219,1.64,2220,1.64,2221,1.64,2222,2.212,2223,0.923,2224,1.64,2225,0.923,2226,1.64,2227,2.212,2228,0.923,2229,1.64,2230,0.923,2231,1.64,2232,0.923,2233,2.212,2234,1.64,2235,0.923,2236,0.923,2237,1.64,2238,5.631,2239,1.64,2240,0.923,2241,3.069,2242,4.327,2243,2.212,2244,0.923,2245,0.923,2246,0.923,2247,2.68,2248,0.923,2249,0.923,2250,2.212,2251,0.923,2252,1.64,2253,0.923,2254,0.923,2255,0.923,2256,0.923,2257,2.68,2258,0.923,2259,0.923,2260,0.923,2261,0.923,2262,2.68,2263,1.64,2264,0.923,2265,0.923,2266,2.212,2267,0.923,2268,1.64,2269,2.212,2270,0.923,2271,1.64,2272,0.923,2273,0.923,2274,0.923,2275,0.923,2276,1.64,2277,2.212,2278,0.923,2279,0.923,2280,0.923,2281,1.64,2282,0.923,2283,1.64,2284,0.923,2285,0.923,2286,0.923,2287,0.923,2288,0.923,2289,2.212,2290,1.64,2291,0.923,2292,0.923,2293,2.68,2294,0.923,2295,2.212,2296,0.923,2297,0.923,2298,0.923,2299,1.64,2300,0.923,2301,0.923,2302,0.923,2303,2.212,2304,1.64,2305,1.64,2306,0.923,2307,3.681,2308,1.64,2309,2.212,2310,2.68,2311,0.923,2312,0.923,2313,0.923,2314,1.64,2315,0.923,2316,2.212,2317,0.923,2318,1.64,2319,0.923,2320,0.923,2321,0.923,2322,0.923,2323,1.64,2324,0.923,2325,1.64,2326,2.212,2327,1.64,2328,0.923,2329,1.64,2330,0.923,2331,0.923,2332,1.64,2333,1.64,2334,0.923,2335,0.923,2336,1.64,2337,0.923,2338,0.923,2339,0.923,2340,0.923,2341,0.923,2342,2.212,2343,0.923,2344,0.923,2345,0.923,2346,0.923,2347,0.923,2348,2.68,2349,2.212,2350,0.923,2351,0.923,2352,0.923,2353,0.923,2354,0.923,2355,1.64,2356,0.923,2357,0.923,2358,0.923,2359,0.923,2360,0.923,2361,0.923,2362,0.923,2363,0.923,2364,0.923,2365,0.923,2366,0.923,2367,0.923,2368,0.923,2369,2.212,2370,0.923,2371,1.64,2372,0.923,2373,0.923,2374,0.923,2375,0.923,2376,0.923,2377,0.923,2378,0.923,2379,0.923,2380,0.923,2381,0.923,2382,2.212,2383,0.923,2384,0.923,2385,0.923,2386,1.64,2387,0.923,2388,0.923,2389,0.923,2390,0.923,2391,0.923,2392,0.923,2393,0.923,2394,1.64,2395,1.64,2396,2.269,2397,1.64,2398,0.923,2399,1.64,2400,0.923,2401,0.923,2402,0.923,2403,0.923,2404,0.923,2405,1.64,2406,1.64,2407,0.923,2408,1.64,2409,0.923,2410,0.923,2411,0.923,2412,0.923,2413,0.923,2414,0.923,2415,0.923,2416,0.923,2417,0.923,2418,0.923,2419,0.923,2420,0.923,2421,1.64,2422,0.923,2423,2.212,2424,0.923,2425,0.923,2426,0.923,2427,0.923,2428,0.923,2429,0.923,2430,0.923,2431,0.923,2432,0.923,2433,0.923,2434,0.923,2435,0.923,2436,0.923,2437,0.923,2438,0.923,2439,1.64,2440,0.923,2441,0.923,2442,0.923,2443,0.923,2444,0.923,2445,0.923,2446,0.923,2447,0.923,2448,0.923,2449,0.923,2450,0.923]],["title/modules.html",[885,3.504]],["body/modules.html",[48,0.023,140,0.023,141,0.023,885,4.152]],["title/overview.html",[2451,3.979]],["body/overview.html",[2,1.103,48,0.023,130,1.028,140,0.023,141,0.023,187,2.837,565,3.679,664,2.631,1440,4.093,2451,4.647,2452,6.277]],["title/properties.html",[37,0.44,1132,1.942]],["body/properties.html",[20,1.38,37,0.557,48,0.025,140,0.022,141,0.022,145,3.427,636,4.103,902,2.942,1110,4.448,1111,4.448,1192,4.448,1232,4.448,1413,4.448,1414,4.448,1666,3.918,1745,4.448,2202,4.448,2396,4.448,2453,5.254,2454,5.254,2455,5.254,2456,5.254,2457,5.254,2458,5.254,2459,5.254,2460,5.254,2461,5.254,2462,5.254]],["title/miscellaneous/typealiases.html",[1540,1.622,2463,4.153]],["body/miscellaneous/typealiases.html",[36,0.457,48,0.022,112,1.072,140,0.022,141,0.022,210,1.141,213,4.123,239,2.391,665,2.74,666,3.64,672,2.949,674,2.541,908,3.952,909,3.952,910,3.952,911,4.123,913,4.587,1540,2.967,1544,5.208,2464,5.299,2465,6.5]],["title/miscellaneous/variables.html",[1540,1.622,2466,3.517]],["body/miscellaneous/variables.html",[0,0.357,3,0.344,36,0.386,48,0.026,50,1.207,51,1.491,128,1.391,140,0.02,141,0.02,168,2.31,193,3.029,254,2.726,266,4.701,276,2.359,361,4.701,401,4.701,593,4.701,608,3.332,619,1.891,671,3.685,672,2.142,721,3.332,780,3.332,803,4.701,804,4.701,896,4.701,966,4.701,967,4.701,1076,3.387,1081,3.332,1090,4.701,1540,2.502,2466,3.783,2467,6.927,2468,5.552,2469,4.468,2470,4.468,2471,4.468,2472,4.468,2473,4.468,2474,4.468,2475,4.468,2476,4.468,2477,4.468,2478,4.468,2479,4.468,2480,4.468,2481,4.468,2482,5.552,2483,4.468,2484,5.552]]],"invertedIndex":[["",{"_index":48,"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":56,"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":1285,"title":{},"body":{"changelog.html":{}}}],["0143fc3",{"_index":1335,"title":{},"body":{"changelog.html":{}}}],["02",{"_index":1163,"title":{},"body":{"changelog.html":{}}}],["03",{"_index":1158,"title":{},"body":{"changelog.html":{}}}],["04",{"_index":1148,"title":{},"body":{"changelog.html":{}}}],["05",{"_index":1139,"title":{},"body":{"changelog.html":{}}}],["06",{"_index":1113,"title":{},"body":{"changelog.html":{}}}],["069a66b",{"_index":1519,"title":{},"body":{"changelog.html":{}}}],["07",{"_index":1168,"title":{},"body":{"changelog.html":{}}}],["08",{"_index":1339,"title":{},"body":{"changelog.html":{}}}],["09",{"_index":1156,"title":{},"body":{"changelog.html":{}}}],["0940f5f",{"_index":1462,"title":{},"body":{"changelog.html":{}}}],["0a4a33d",{"_index":1256,"title":{},"body":{"changelog.html":{}}}],["0a5c87b",{"_index":1433,"title":{},"body":{"changelog.html":{}}}],["0a8db9f",{"_index":1306,"title":{},"body":{"changelog.html":{}}}],["1",{"_index":373,"title":{},"body":{"injectables/FooterService.html":{},"injectables/HeaderService.html":{},"index.html":{},"license.html":{}}}],["1.1.4",{"_index":1534,"title":{},"body":{"dependencies.html":{}}}],["1.1.5",{"_index":1537,"title":{},"body":{"dependencies.html":{}}}],["10",{"_index":1177,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["10.0.0",{"_index":1511,"title":{},"body":{"changelog.html":{}}}],["100",{"_index":459,"title":{},"body":{"components/LayoutComponent.html":{},"components/SidenavComponent.html":{}}}],["10a64b6",{"_index":1436,"title":{},"body":{"changelog.html":{}}}],["10px",{"_index":1050,"title":{},"body":{"components/SidenavComponent.html":{}}}],["11",{"_index":1159,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["11.0.0",{"_index":1510,"title":{},"body":{"changelog.html":{}}}],["11.0.1",{"_index":1509,"title":{},"body":{"changelog.html":{}}}],["11.0.2",{"_index":1508,"title":{},"body":{"changelog.html":{}}}],["11.0.3",{"_index":1507,"title":{},"body":{"changelog.html":{}}}],["11.0.4",{"_index":1506,"title":{},"body":{"changelog.html":{}}}],["11.1.0",{"_index":1503,"title":{},"body":{"changelog.html":{}}}],["11.1.1",{"_index":1502,"title":{},"body":{"changelog.html":{}}}],["11.2.0",{"_index":1495,"title":{},"body":{"changelog.html":{}}}],["11.2.1",{"_index":1493,"title":{},"body":{"changelog.html":{}}}],["11.2.2",{"_index":1491,"title":{},"body":{"changelog.html":{}}}],["11.3.0",{"_index":1488,"title":{},"body":{"changelog.html":{}}}],["11.3.1",{"_index":1484,"title":{},"body":{"changelog.html":{}}}],["11.4.0",{"_index":1482,"title":{},"body":{"changelog.html":{}}}],["11.4.1",{"_index":1479,"title":{},"body":{"changelog.html":{}}}],["11.4.2",{"_index":1476,"title":{},"body":{"changelog.html":{}}}],["11.4.3",{"_index":1470,"title":{},"body":{"changelog.html":{}}}],["11.4.4",{"_index":1468,"title":{},"body":{"changelog.html":{}}}],["12",{"_index":478,"title":{},"body":{"components/LayoutComponent.html":{},"components/SidenavComponent.html":{},"changelog.html":{}}}],["12.0.0",{"_index":1467,"title":{},"body":{"changelog.html":{}}}],["12.0.1",{"_index":1466,"title":{},"body":{"changelog.html":{}}}],["12.0.10",{"_index":1443,"title":{},"body":{"changelog.html":{}}}],["12.0.11",{"_index":1438,"title":{},"body":{"changelog.html":{}}}],["12.0.2",{"_index":1463,"title":{},"body":{"changelog.html":{}}}],["12.0.3",{"_index":1460,"title":{},"body":{"changelog.html":{}}}],["12.0.4",{"_index":1459,"title":{},"body":{"changelog.html":{}}}],["12.0.5",{"_index":1458,"title":{},"body":{"changelog.html":{}}}],["12.0.6",{"_index":1457,"title":{},"body":{"changelog.html":{}}}],["12.0.7",{"_index":1456,"title":{},"body":{"changelog.html":{}}}],["12.0.8",{"_index":1453,"title":{},"body":{"changelog.html":{}}}],["12.0.9",{"_index":1448,"title":{},"body":{"changelog.html":{}}}],["12.1.0",{"_index":1434,"title":{},"body":{"changelog.html":{}}}],["12.2.0",{"_index":1428,"title":{},"body":{"changelog.html":{}}}],["12.2.1",{"_index":1425,"title":{},"body":{"changelog.html":{}}}],["12.2.2",{"_index":1422,"title":{},"body":{"changelog.html":{}}}],["12.2.3",{"_index":1416,"title":{},"body":{"changelog.html":{}}}],["12dd87e",{"_index":1384,"title":{},"body":{"changelog.html":{}}}],["12px",{"_index":1041,"title":{},"body":{"components/SidenavComponent.html":{}}}],["13",{"_index":1392,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["13.0.0",{"_index":1401,"title":{},"body":{"changelog.html":{}}}],["13.x.x",{"_index":1411,"title":{},"body":{"changelog.html":{}}}],["14",{"_index":1323,"title":{},"body":{"changelog.html":{}}}],["14.0.0",{"_index":1397,"title":{},"body":{"changelog.html":{}}}],["14.0.1",{"_index":1393,"title":{},"body":{"changelog.html":{}}}],["14.0.2",{"_index":1391,"title":{},"body":{"changelog.html":{}}}],["14.0.3",{"_index":1389,"title":{},"body":{"changelog.html":{}}}],["14.x.x",{"_index":1399,"title":{},"body":{"changelog.html":{}}}],["14545bf",{"_index":1291,"title":{},"body":{"changelog.html":{}}}],["15",{"_index":1440,"title":{},"body":{"changelog.html":{},"license.html":{},"overview.html":{}}}],["15.0.0",{"_index":1386,"title":{},"body":{"changelog.html":{}}}],["15.x.x",{"_index":1387,"title":{},"body":{"changelog.html":{}}}],["16",{"_index":1398,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["16.0.0",{"_index":1167,"title":{},"body":{"changelog.html":{}}}],["16.0.1",{"_index":1154,"title":{},"body":{"changelog.html":{}}}],["16.0.2",{"_index":1146,"title":{},"body":{"changelog.html":{}}}],["16.0.3",{"_index":1144,"title":{},"body":{"changelog.html":{}}}],["16.2.4",{"_index":1538,"title":{},"body":{"dependencies.html":{}}}],["16.x.x",{"_index":1383,"title":{},"body":{"changelog.html":{}}}],["17",{"_index":1138,"title":{},"body":{"changelog.html":{}}}],["17.0.1",{"_index":1142,"title":{},"body":{"changelog.html":{}}}],["18",{"_index":1136,"title":{},"body":{"changelog.html":{}}}],["18.0.0",{"_index":1532,"title":{},"body":{"dependencies.html":{}}}],["18.0.1",{"_index":1140,"title":{},"body":{"changelog.html":{},"dependencies.html":{}}}],["18.0.2",{"_index":1135,"title":{},"body":{"changelog.html":{}}}],["18.0.3",{"_index":1127,"title":{},"body":{"changelog.html":{},"dependencies.html":{}}}],["18.1.0",{"_index":1110,"title":{},"body":{"changelog.html":{},"properties.html":{}}}],["18.1.1",{"_index":1535,"title":{},"body":{"dependencies.html":{}}}],["19",{"_index":1314,"title":{},"body":{"changelog.html":{}}}],["19.3.0",{"_index":1528,"title":{},"body":{"dependencies.html":{}}}],["192",{"_index":587,"title":{},"body":{"injectables/LogoService.html":{}}}],["1996",{"_index":2000,"title":{},"body":{"license.html":{}}}],["1d1f69b",{"_index":1311,"title":{},"body":{"changelog.html":{}}}],["1d2383c",{"_index":1516,"title":{},"body":{"changelog.html":{}}}],["1dba44a",{"_index":1505,"title":{},"body":{"changelog.html":{}}}],["1fea895",{"_index":1166,"title":{},"body":{"changelog.html":{}}}],["1px",{"_index":476,"title":{},"body":{"components/LayoutComponent.html":{},"components/SidenavComponent.html":{}}}],["2",{"_index":1649,"title":{},"body":{"index.html":{},"license.html":{}}}],["2.6.2",{"_index":1530,"title":{},"body":{"dependencies.html":{}}}],["20",{"_index":1134,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["2007",{"_index":1670,"title":{},"body":{"license.html":{}}}],["2021",{"_index":1429,"title":{},"body":{"changelog.html":{}}}],["2022",{"_index":1390,"title":{},"body":{"changelog.html":{}}}],["2023",{"_index":1170,"title":{},"body":{"changelog.html":{}}}],["2024",{"_index":1112,"title":{},"body":{"changelog.html":{}}}],["21",{"_index":1129,"title":{},"body":{"changelog.html":{}}}],["21b6199",{"_index":1345,"title":{},"body":{"changelog.html":{}}}],["21ef36d",{"_index":1396,"title":{},"body":{"changelog.html":{}}}],["22",{"_index":1303,"title":{},"body":{"changelog.html":{}}}],["23",{"_index":1171,"title":{},"body":{"changelog.html":{}}}],["24",{"_index":1114,"title":{},"body":{"changelog.html":{}}}],["250ms",{"_index":470,"title":{},"body":{"components/LayoutComponent.html":{},"components/SidenavComponent.html":{}}}],["2667fd7",{"_index":1355,"title":{},"body":{"changelog.html":{}}}],["27",{"_index":1147,"title":{},"body":{"changelog.html":{}}}],["27c2cd7",{"_index":1226,"title":{},"body":{"changelog.html":{}}}],["28",{"_index":1145,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["285b99c",{"_index":1153,"title":{},"body":{"changelog.html":{}}}],["2873ec4",{"_index":1521,"title":{},"body":{"changelog.html":{}}}],["29",{"_index":1143,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["2999fac",{"_index":1150,"title":{},"body":{"changelog.html":{}}}],["29a5462",{"_index":1275,"title":{},"body":{"changelog.html":{}}}],["2a50b09",{"_index":1212,"title":{},"body":{"changelog.html":{}}}],["2c0cf1d",{"_index":1300,"title":{},"body":{"changelog.html":{}}}],["2e2c351",{"_index":1278,"title":{},"body":{"changelog.html":{}}}],["2eeb7eb",{"_index":1496,"title":{},"body":{"changelog.html":{}}}],["2px",{"_index":1047,"title":{},"body":{"components/SidenavComponent.html":{}}}],["3",{"_index":1668,"title":{},"body":{"license.html":{}}}],["3.0",{"_index":2460,"title":{},"body":{"properties.html":{}}}],["30",{"_index":1141,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["3051ba6",{"_index":1522,"title":{},"body":{"changelog.html":{}}}],["31",{"_index":1340,"title":{},"body":{"changelog.html":{}}}],["31c72a1",{"_index":1286,"title":{},"body":{"changelog.html":{}}}],["3394767",{"_index":1210,"title":{},"body":{"changelog.html":{}}}],["346be5d",{"_index":1431,"title":{},"body":{"changelog.html":{}}}],["354cce1",{"_index":1478,"title":{},"body":{"changelog.html":{}}}],["35d2fef",{"_index":1292,"title":{},"body":{"changelog.html":{}}}],["35ec333",{"_index":1316,"title":{},"body":{"changelog.html":{}}}],["3a2a238",{"_index":1420,"title":{},"body":{"changelog.html":{}}}],["3b30276",{"_index":1245,"title":{},"body":{"changelog.html":{}}}],["3d90660",{"_index":1189,"title":{},"body":{"changelog.html":{}}}],["3e97a5d",{"_index":1375,"title":{},"body":{"changelog.html":{}}}],["4",{"_index":565,"title":{},"body":{"injectables/LayoutService.html":{},"components/NavigationItemComponent.html":{},"license.html":{},"overview.html":{}}}],["400",{"_index":641,"title":{},"body":{"components/NavigationComponent.html":{}}}],["4204cd4",{"_index":1483,"title":{},"body":{"changelog.html":{}}}],["42f1a8e",{"_index":1319,"title":{},"body":{"changelog.html":{}}}],["45bd022",{"_index":1373,"title":{},"body":{"changelog.html":{}}}],["46d4479",{"_index":1218,"title":{},"body":{"changelog.html":{}}}],["472cc12",{"_index":1250,"title":{},"body":{"changelog.html":{}}}],["48fc3f5",{"_index":1329,"title":{},"body":{"changelog.html":{}}}],["48px",{"_index":1053,"title":{},"body":{"components/SidenavComponent.html":{}}}],["4a175e8",{"_index":1526,"title":{},"body":{"changelog.html":{}}}],["4c248be",{"_index":1272,"title":{},"body":{"changelog.html":{}}}],["4d99def",{"_index":1295,"title":{},"body":{"changelog.html":{}}}],["5",{"_index":2066,"title":{},"body":{"license.html":{}}}],["5139adb",{"_index":1469,"title":{},"body":{"changelog.html":{}}}],["51b7502",{"_index":1126,"title":{},"body":{"changelog.html":{}}}],["55afb8b",{"_index":1262,"title":{},"body":{"changelog.html":{}}}],["569488a",{"_index":1251,"title":{},"body":{"changelog.html":{}}}],["582830b",{"_index":1270,"title":{},"body":{"changelog.html":{}}}],["59f9b7e",{"_index":1197,"title":{},"body":{"changelog.html":{}}}],["6",{"_index":2452,"title":{},"body":{"overview.html":{}}}],["60",{"_index":2251,"title":{},"body":{"license.html":{}}}],["6049e53",{"_index":1254,"title":{},"body":{"changelog.html":{}}}],["64",{"_index":566,"title":{},"body":{"injectables/LayoutService.html":{}}}],["64px",{"_index":460,"title":{},"body":{"components/LayoutComponent.html":{},"components/SidenavComponent.html":{}}}],["653b4cd",{"_index":1377,"title":{},"body":{"changelog.html":{}}}],["65ff765",{"_index":1312,"title":{},"body":{"changelog.html":{}}}],["66d39a4",{"_index":1265,"title":{},"body":{"changelog.html":{}}}],["66f0719",{"_index":1400,"title":{},"body":{"changelog.html":{}}}],["67e9290",{"_index":1263,"title":{},"body":{"changelog.html":{}}}],["69f92d3",{"_index":1347,"title":{},"body":{"changelog.html":{}}}],["6a54998",{"_index":1280,"title":{},"body":{"changelog.html":{}}}],["6b",{"_index":2095,"title":{},"body":{"license.html":{}}}],["6c8560a",{"_index":1220,"title":{},"body":{"changelog.html":{}}}],["6d",{"_index":2119,"title":{},"body":{"license.html":{}}}],["6e12567",{"_index":1379,"title":{},"body":{"changelog.html":{}}}],["6ea13c5",{"_index":1354,"title":{},"body":{"changelog.html":{}}}],["6px",{"_index":1045,"title":{},"body":{"components/SidenavComponent.html":{}}}],["7",{"_index":2027,"title":{},"body":{"license.html":{}}}],["7.8.1",{"_index":1539,"title":{},"body":{"dependencies.html":{}}}],["700",{"_index":643,"title":{},"body":{"components/NavigationComponent.html":{}}}],["706dad3",{"_index":1215,"title":{},"body":{"changelog.html":{}}}],["71024c3",{"_index":1259,"title":{},"body":{"changelog.html":{}}}],["77c62df",{"_index":1230,"title":{},"body":{"changelog.html":{}}}],["78d02b7",{"_index":1175,"title":{},"body":{"changelog.html":{}}}],["7a35660",{"_index":1308,"title":{},"body":{"changelog.html":{}}}],["7e0c816",{"_index":1181,"title":{},"body":{"changelog.html":{}}}],["7ee22ee",{"_index":1235,"title":{},"body":{"changelog.html":{}}}],["7ffd28b",{"_index":1297,"title":{},"body":{"changelog.html":{}}}],["80f4aae",{"_index":1233,"title":{},"body":{"changelog.html":{}}}],["83e5f9a",{"_index":1475,"title":{},"body":{"changelog.html":{}}}],["8479f5c",{"_index":1376,"title":{},"body":{"changelog.html":{}}}],["849e28a",{"_index":1481,"title":{},"body":{"changelog.html":{}}}],["8834055",{"_index":1201,"title":{},"body":{"changelog.html":{}}}],["8cfbe0d",{"_index":1119,"title":{},"body":{"changelog.html":{}}}],["8df4bf3",{"_index":1349,"title":{},"body":{"changelog.html":{}}}],["8f1d007",{"_index":1424,"title":{},"body":{"changelog.html":{}}}],["8f9e868",{"_index":1121,"title":{},"body":{"changelog.html":{}}}],["9349248",{"_index":1124,"title":{},"body":{"changelog.html":{}}}],["954fde4",{"_index":1492,"title":{},"body":{"changelog.html":{}}}],["959px",{"_index":532,"title":{},"body":{"injectables/LayoutService.html":{}}}],["95c5dc0",{"_index":1288,"title":{},"body":{"changelog.html":{}}}],["95d3e46",{"_index":1524,"title":{},"body":{"changelog.html":{}}}],["96e00c4",{"_index":1240,"title":{},"body":{"changelog.html":{}}}],["96e6785",{"_index":1317,"title":{},"body":{"changelog.html":{}}}],["97ce8d0",{"_index":1343,"title":{},"body":{"changelog.html":{}}}],["9a1969f",{"_index":1324,"title":{},"body":{"changelog.html":{}}}],["_portal",{"_index":328,"title":{},"body":{"directives/FooterDirective.html":{},"directives/HeaderDirective.html":{}}}],["_subscription",{"_index":737,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["a057d77",{"_index":1371,"title":{},"body":{"changelog.html":{}}}],["a085d57",{"_index":1427,"title":{},"body":{"changelog.html":{}}}],["a212366",{"_index":1299,"title":{},"body":{"changelog.html":{}}}],["a7874fb",{"_index":1487,"title":{},"body":{"changelog.html":{}}}],["a95c8ad",{"_index":1337,"title":{},"body":{"changelog.html":{}}}],["a98e467",{"_index":1437,"title":{},"body":{"changelog.html":{}}}],["ab6e325",{"_index":1452,"title":{},"body":{"changelog.html":{}}}],["abc10a1",{"_index":1334,"title":{},"body":{"changelog.html":{}}}],["ability",{"_index":2168,"title":{},"body":{"license.html":{}}}],["above",{"_index":2233,"title":{},"body":{"license.html":{}}}],["absence",{"_index":2028,"title":{},"body":{"license.html":{}}}],["absolute",{"_index":2445,"title":{},"body":{"license.html":{}}}],["abstracttype",{"_index":670,"title":{},"body":{"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"interfaces/NavigationStatus.html":{}}}],["abuse",{"_index":1780,"title":{},"body":{"license.html":{}}}],["aca8e49",{"_index":1465,"title":{},"body":{"changelog.html":{}}}],["acc",{"_index":854,"title":{},"body":{"injectables/NavigationService.html":{}}}],["accept",{"_index":2263,"title":{},"body":{"license.html":{}}}],["acceptance",{"_index":2262,"title":{},"body":{"license.html":{}}}],["access",{"_index":1769,"title":{},"body":{"license.html":{}}}],["accessible",{"_index":2335,"title":{},"body":{"license.html":{}}}],["accompanied",{"_index":2073,"title":{},"body":{"license.html":{}}}],["accompanies",{"_index":2449,"title":{},"body":{"license.html":{}}}],["accord",{"_index":2026,"title":{},"body":{"license.html":{}}}],["according",{"_index":2440,"title":{},"body":{"license.html":{}}}],["acknowledges",{"_index":1963,"title":{},"body":{"license.html":{}}}],["acquired",{"_index":2314,"title":{},"body":{"license.html":{}}}],["action",{"_index":915,"title":{},"body":{"interfaces/ReleaseInfoModule.html":{},"interfaces/SettingsMenuItem.html":{},"changelog.html":{},"index.html":{}}}],["actions",{"_index":2270,"title":{},"body":{"license.html":{}}}],["active",{"_index":234,"title":{},"body":{"injectables/ExternalAppsService.html":{},"components/NavigationItemComponent.html":{}}}],["activeapplist",{"_index":190,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["activities",{"_index":1862,"title":{},"body":{"license.html":{}}}],["activity",{"_index":2362,"title":{},"body":{"license.html":{}}}],["actual",{"_index":2340,"title":{},"body":{"license.html":{}}}],["actual_component",{"_index":139,"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":2143,"title":{},"body":{"license.html":{}}}],["ad95577",{"_index":1388,"title":{},"body":{"changelog.html":{}}}],["adapt",{"_index":1835,"title":{},"body":{"license.html":{}}}],["add",{"_index":368,"title":{},"body":{"injectables/FooterService.html":{},"injectables/HeaderService.html":{},"injectables/NavigationService.html":{},"changelog.html":{},"index.html":{},"license.html":{}}}],["add(id",{"_index":782,"title":{},"body":{"injectables/NavigationService.html":{}}}],["added",{"_index":345,"title":{},"body":{"injectables/FooterService.html":{},"injectables/HeaderService.html":{},"license.html":{}}}],["additional",{"_index":2041,"title":{},"body":{"license.html":{}}}],["additionalproviders",{"_index":1561,"title":{},"body":{"miscellaneous/functions.html":{}}}],["address",{"_index":2391,"title":{},"body":{"license.html":{}}}],["addressed",{"_index":1832,"title":{},"body":{"license.html":{}}}],["adds",{"_index":343,"title":{},"body":{"injectables/FooterService.html":{},"injectables/HeaderService.html":{}}}],["adopted",{"_index":1998,"title":{},"body":{"license.html":{}}}],["advanced",{"_index":1255,"title":{},"body":{"changelog.html":{}}}],["adversely",{"_index":2176,"title":{},"body":{"license.html":{}}}],["advised",{"_index":2436,"title":{},"body":{"license.html":{}}}],["affects",{"_index":2177,"title":{},"body":{"license.html":{}}}],["affero",{"_index":2382,"title":{},"body":{"license.html":{}}}],["affirmed",{"_index":2294,"title":{},"body":{"license.html":{}}}],["affirms",{"_index":1957,"title":{},"body":{"license.html":{}}}],["against",{"_index":2015,"title":{},"body":{"license.html":{}}}],["aggregate",{"_index":2057,"title":{},"body":{"license.html":{}}}],["agree",{"_index":2377,"title":{},"body":{"license.html":{}}}],["agreed",{"_index":2422,"title":{},"body":{"license.html":{}}}],["agreement",{"_index":2326,"title":{},"body":{"license.html":{}}}],["aim",{"_index":1776,"title":{},"body":{"license.html":{}}}],["aliases",{"_index":2464,"title":{},"body":{"miscellaneous/typealiases.html":{}}}],["alleging",{"_index":2302,"title":{},"body":{"license.html":{}}}],["allow",{"_index":1641,"title":{},"body":{"index.html":{},"license.html":{}}}],["allowed",{"_index":1686,"title":{},"body":{"license.html":{}}}],["allowsignalwrites",{"_index":572,"title":{},"body":{"injectables/LayoutService.html":{}}}],["along",{"_index":2030,"title":{},"body":{"license.html":{}}}],["alpha.0",{"_index":1439,"title":{},"body":{"changelog.html":{}}}],["already",{"_index":2313,"title":{},"body":{"license.html":{}}}],["alternative",{"_index":2091,"title":{},"body":{"license.html":{}}}],["although",{"_index":1772,"title":{},"body":{"license.html":{}}}],["always",{"_index":1172,"title":{},"body":{"changelog.html":{}}}],["ancillary",{"_index":2264,"title":{},"body":{"license.html":{}}}],["and/or",{"_index":1753,"title":{},"body":{"license.html":{}}}],["angular",{"_index":636,"title":{},"body":{"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"changelog.html":{},"properties.html":{}}}],["angular/animations",{"_index":711,"title":{},"body":{"components/NavigationItemComponent.html":{},"dependencies.html":{}}}],["angular/animations@^18.0.1",{"_index":1575,"title":{},"body":{"index.html":{}}}],["angular/cdk",{"_index":1531,"title":{},"body":{"dependencies.html":{}}}],["angular/cdk/layout",{"_index":522,"title":{},"body":{"injectables/LayoutService.html":{}}}],["angular/cdk/portal",{"_index":316,"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":1576,"title":{},"body":{"index.html":{}}}],["angular/common",{"_index":66,"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":1577,"title":{},"body":{"index.html":{}}}],["angular/core",{"_index":69,"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":171,"title":{},"body":{"components/DefaultHeaderComponent.html":{},"injectables/LayoutService.html":{},"components/NavigationComponent.html":{},"components/NavigationProgressBarComponent.html":{}}}],["angular/core@^18.0.1",{"_index":1578,"title":{},"body":{"index.html":{}}}],["angular/material",{"_index":1533,"title":{},"body":{"dependencies.html":{}}}],["angular/material/button",{"_index":70,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/LayoutComponent.html":{},"components/ReleaseInfoComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{}}}],["angular/material/core",{"_index":388,"title":{},"body":{"components/HeaderComponent.html":{},"components/NavigationItemComponent.html":{}}}],["angular/material/dialog",{"_index":893,"title":{},"body":{"components/ReleaseInfoComponent.html":{}}}],["angular/material/divider",{"_index":631,"title":{},"body":{"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/SidenavComponent.html":{}}}],["angular/material/icon",{"_index":71,"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":424,"title":{},"body":{"components/LayoutComponent.html":{},"components/SettingsButtonComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["angular/material/progress",{"_index":774,"title":{},"body":{"components/NavigationProgressBarComponent.html":{}}}],["angular/material/sidenav",{"_index":425,"title":{},"body":{"components/LayoutComponent.html":{},"injectables/LayoutService.html":{},"components/SidenavComponent.html":{}}}],["angular/material/toolbar",{"_index":317,"title":{},"body":{"components/FooterComponent.html":{},"components/HeaderComponent.html":{}}}],["angular/material@^18.0.0",{"_index":1579,"title":{},"body":{"index.html":{}}}],["angular/router",{"_index":72,"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":1580,"title":{},"body":{"index.html":{}}}],["animate",{"_index":708,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["animate(150",{"_index":733,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["animate(300",{"_index":735,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["animations",{"_index":726,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["anti",{"_index":1986,"title":{},"body":{"license.html":{}}}],["any)['divider",{"_index":657,"title":{},"body":{"components/NavigationComponent.html":{}}}],["anyone",{"_index":2038,"title":{},"body":{"license.html":{}}}],["anything",{"_index":1847,"title":{},"body":{"license.html":{}}}],["app",{"_index":62,"title":{},"body":{"components/AppsButtonComponent.html":{},"injectables/ExternalAppsService.html":{},"changelog.html":{},"index.html":{}}}],["app.hidden",{"_index":292,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["app.href",{"_index":85,"title":{},"body":{"components/AppsButtonComponent.html":{},"injectables/ExternalAppsService.html":{}}}],["app.id",{"_index":271,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["app.image",{"_index":86,"title":{},"body":{"components/AppsButtonComponent.html":{}}}],["app.label",{"_index":84,"title":{},"body":{"components/AppsButtonComponent.html":{}}}],["app.navigation",{"_index":1615,"title":{},"body":{"index.html":{}}}],["app.navigation.ts",{"_index":1609,"title":{},"body":{"index.html":{}}}],["app.routerlink",{"_index":87,"title":{},"body":{"components/AppsButtonComponent.html":{},"injectables/ExternalAppsService.html":{}}}],["app.routes.ts",{"_index":1604,"title":{},"body":{"index.html":{}}}],["app1",{"_index":1648,"title":{},"body":{"index.html":{}}}],["app_navigation",{"_index":1611,"title":{},"body":{"index.html":{}}}],["appended",{"_index":1654,"title":{},"body":{"index.html":{}}}],["appfilter",{"_index":295,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["appfilter.call(structuredclone(applist",{"_index":298,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["appfilterlist",{"_index":192,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["appid",{"_index":212,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["applicable",{"_index":1852,"title":{},"body":{"license.html":{}}}],["application",{"_index":1651,"title":{},"body":{"index.html":{}}}],["applications",{"_index":1643,"title":{},"body":{"index.html":{}}}],["applied",{"_index":1810,"title":{},"body":{"license.html":{}}}],["applies",{"_index":1706,"title":{},"body":{"license.html":{}}}],["applist",{"_index":40,"title":{},"body":{"components/AppsButtonComponent.html":{},"injectables/ExternalAppsService.html":{}}}],["applist.foreach(app",{"_index":294,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["apply",{"_index":1194,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["appropriate",{"_index":1876,"title":{},"body":{"license.html":{}}}],["appropriately",{"_index":2020,"title":{},"body":{"license.html":{}}}],["approutes",{"_index":1605,"title":{},"body":{"index.html":{}}}],["approximates",{"_index":2444,"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":{},"index.html":{}}}],["apps.service",{"_index":75,"title":{},"body":{"components/AppsButtonComponent.html":{}}}],["apps.service.ts",{"_index":189,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["apps.service.ts:117",{"_index":227,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["apps.service.ts:21",{"_index":238,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["apps.service.ts:22",{"_index":243,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["apps.service.ts:23",{"_index":247,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["apps.service.ts:24",{"_index":245,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["apps.service.ts:25",{"_index":241,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["apps.service.ts:30",{"_index":233,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["apps.service.ts:32",{"_index":229,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["apps.service.ts:36",{"_index":208,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["apps.service.ts:47",{"_index":223,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["apps.service.ts:59",{"_index":218,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["apps.service.ts:70",{"_index":226,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["apps.service.ts:78",{"_index":220,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["apps.service.ts:86",{"_index":232,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["apps.service.ts:96",{"_index":214,"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":910,"title":{},"body":{"interfaces/ReleaseInfoModule.html":{},"interfaces/SettingsMenuItem.html":{},"miscellaneous/typealiases.html":{}}}],["area",{"_index":1782,"title":{},"body":{"license.html":{}}}],["arise",{"_index":1790,"title":{},"body":{"license.html":{}}}],["arising",{"_index":2426,"title":{},"body":{"license.html":{}}}],["around",{"_index":1060,"title":{},"body":{"components/SidenavComponent.html":{}}}],["arrange",{"_index":2336,"title":{},"body":{"license.html":{}}}],["arrangement",{"_index":2349,"title":{},"body":{"license.html":{}}}],["array",{"_index":239,"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":1054,"title":{},"body":{"components/SidenavComponent.html":{}}}],["article",{"_index":1995,"title":{},"body":{"license.html":{}}}],["asking",{"_index":1728,"title":{},"body":{"license.html":{}}}],["asnavigationitem",{"_index":609,"title":{},"body":{"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{}}}],["asnavigationitem(item",{"_index":615,"title":{},"body":{"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{}}}],["assert",{"_index":1748,"title":{},"body":{"license.html":{}}}],["assets",{"_index":2284,"title":{},"body":{"license.html":{}}}],["assigned",{"_index":1623,"title":{},"body":{"index.html":{}}}],["associated",{"_index":1935,"title":{},"body":{"license.html":{}}}],["assume",{"_index":2416,"title":{},"body":{"license.html":{}}}],["assumption",{"_index":2448,"title":{},"body":{"license.html":{}}}],["assumptions",{"_index":2221,"title":{},"body":{"license.html":{}}}],["assures",{"_index":1813,"title":{},"body":{"license.html":{}}}],["async",{"_index":197,"title":{},"body":{"injectables/ExternalAppsService.html":{},"components/SidenavComponent.html":{}}}],["asyncpipe",{"_index":407,"title":{},"body":{"components/LayoutComponent.html":{},"components/NavigationComponent.html":{}}}],["attempt",{"_index":2236,"title":{},"body":{"license.html":{}}}],["attributed",{"_index":1764,"title":{},"body":{"license.html":{}}}],["attributions",{"_index":2203,"title":{},"body":{"license.html":{}}}],["author",{"_index":2202,"title":{},"body":{"license.html":{},"properties.html":{}}}],["authorization",{"_index":1257,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["authorized",{"_index":2195,"title":{},"body":{"license.html":{}}}],["authorizes",{"_index":2308,"title":{},"body":{"license.html":{}}}],["authorizing",{"_index":2353,"title":{},"body":{"license.html":{}}}],["authors",{"_index":1710,"title":{},"body":{"license.html":{}}}],["auto",{"_index":1200,"title":{},"body":{"changelog.html":{}}}],["automatic",{"_index":2274,"title":{},"body":{"license.html":{}}}],["automatically",{"_index":1948,"title":{},"body":{"license.html":{}}}],["available",{"_index":1860,"title":{},"body":{"license.html":{}}}],["availablethemes",{"_index":920,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["availablethemes?.length",{"_index":988,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["availabletypographies",{"_index":921,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["availabletypographies?.length",{"_index":986,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["avoid",{"_index":1807,"title":{},"body":{"license.html":{}}}],["await",{"_index":297,"title":{},"body":{"injectables/ExternalAppsService.html":{},"components/SidenavComponent.html":{}}}],["away",{"_index":1695,"title":{},"body":{"license.html":{}}}],["b",{"_index":1911,"title":{},"body":{"license.html":{}}}],["b131ac3",{"_index":1341,"title":{},"body":{"changelog.html":{}}}],["b6e6d23",{"_index":1513,"title":{},"body":{"changelog.html":{}}}],["bar",{"_index":763,"title":{},"body":{"components/NavigationProgressBarComponent.html":{}}}],["bar'},{'name",{"_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":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ReleaseInfoComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["bar.component",{"_index":432,"title":{},"body":{"components/LayoutComponent.html":{},"components/MinimalLayoutComponent.html":{}}}],["bar.component.html",{"_index":766,"title":{},"body":{"components/NavigationProgressBarComponent.html":{}}}],["bar.component.scss",{"_index":765,"title":{},"body":{"components/NavigationProgressBarComponent.html":{}}}],["bar.component.ts",{"_index":762,"title":{},"body":{"components/NavigationProgressBarComponent.html":{}}}],["bar.component.ts:31",{"_index":773,"title":{},"body":{"components/NavigationProgressBarComponent.html":{}}}],["bar.component.ts:33",{"_index":772,"title":{},"body":{"components/NavigationProgressBarComponent.html":{}}}],["bar/navigation",{"_index":431,"title":{},"body":{"components/LayoutComponent.html":{},"components/MinimalLayoutComponent.html":{},"components/NavigationProgressBarComponent.html":{}}}],["base",{"_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":{}}}],["based",{"_index":1843,"title":{},"body":{"license.html":{}}}],["baselayoutcomponent",{"_index":96,"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":1949,"title":{},"body":{"license.html":{}}}],["bcd9988",{"_index":1247,"title":{},"body":{"changelog.html":{}}}],["be394b0",{"_index":1490,"title":{},"body":{"changelog.html":{}}}],["behalf",{"_index":1975,"title":{},"body":{"license.html":{}}}],["being",{"_index":2117,"title":{},"body":{"license.html":{}}}],["believe",{"_index":2346,"title":{},"body":{"license.html":{}}}],["below",{"_index":1633,"title":{},"body":{"index.html":{},"license.html":{}}}],["benefit",{"_index":2339,"title":{},"body":{"license.html":{}}}],["between",{"_index":1362,"title":{},"body":{"changelog.html":{},"index.html":{},"license.html":{}}}],["beyond",{"_index":2059,"title":{},"body":{"license.html":{}}}],["bfda0dc",{"_index":1358,"title":{},"body":{"changelog.html":{}}}],["block",{"_index":730,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["body",{"_index":1898,"title":{},"body":{"license.html":{}}}],["boolean",{"_index":230,"title":{},"body":{"injectables/ExternalAppsService.html":{},"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{},"index.html":{}}}],["border",{"_index":473,"title":{},"body":{"components/LayoutComponent.html":{},"components/SidenavComponent.html":{}}}],["both",{"_index":1758,"title":{},"body":{"license.html":{}}}],["bottom",{"_index":1040,"title":{},"body":{"components/SidenavComponent.html":{}}}],["boundaries",{"_index":255,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["box",{"_index":464,"title":{},"body":{"components/LayoutComponent.html":{},"components/SidenavComponent.html":{}}}],["breaking",{"_index":1385,"title":{},"body":{"changelog.html":{}}}],["browser",{"_index":1185,"title":{},"body":{"changelog.html":{}}}],["bug",{"_index":1115,"title":{},"body":{"changelog.html":{}}}],["bugs",{"_index":2458,"title":{},"body":{"properties.html":{}}}],["build",{"_index":1405,"title":{},"body":{"changelog.html":{}}}],["bump",{"_index":1131,"title":{},"body":{"changelog.html":{}}}],["bundled",{"_index":1267,"title":{},"body":{"changelog.html":{}}}],["business",{"_index":2359,"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":95,"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":177,"title":{},"body":{"components/DefaultHeaderComponent.html":{}}}],["button.component.html",{"_index":35,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavToggleButtonComponent.html":{}}}],["button.component.scss",{"_index":33,"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":945,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["button.component.ts:105",{"_index":950,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["button.component.ts:109",{"_index":935,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["button.component.ts:26",{"_index":1073,"title":{},"body":{"components/SidenavToggleButtonComponent.html":{}}}],["button.component.ts:28",{"_index":1072,"title":{},"body":{"components/SidenavToggleButtonComponent.html":{}}}],["button.component.ts:38",{"_index":59,"title":{},"body":{"components/AppsButtonComponent.html":{}}}],["button.component.ts:41",{"_index":54,"title":{},"body":{"components/AppsButtonComponent.html":{}}}],["button.component.ts:42",{"_index":57,"title":{},"body":{"components/AppsButtonComponent.html":{}}}],["button.component.ts:44",{"_index":46,"title":{},"body":{"components/AppsButtonComponent.html":{}}}],["button.component.ts:49",{"_index":964,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["button.component.ts:51",{"_index":965,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["button.component.ts:54",{"_index":961,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["button.component.ts:59",{"_index":963,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["button.component.ts:67",{"_index":956,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["button.component.ts:70",{"_index":954,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["button.component.ts:73",{"_index":937,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["button.component.ts:77",{"_index":944,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["button.component.ts:81",{"_index":948,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["button.component.ts:85",{"_index":942,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["button.component.ts:89",{"_index":946,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["button.component.ts:93",{"_index":952,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["button.component.ts:97",{"_index":940,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["button/apps",{"_index":12,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/DefaultHeaderComponent.html":{}}}],["button/settings",{"_index":178,"title":{},"body":{"components/DefaultHeaderComponent.html":{},"components/SettingsButtonComponent.html":{}}}],["button/sidenav",{"_index":179,"title":{},"body":{"components/DefaultHeaderComponent.html":{},"components/SidenavToggleButtonComponent.html":{}}}],["buttons",{"_index":1125,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["c",{"_index":1672,"title":{},"body":{"license.html":{}}}],["c0fd3bc",{"_index":1238,"title":{},"body":{"changelog.html":{}}}],["c72febe",{"_index":1309,"title":{},"body":{"changelog.html":{}}}],["c7d1267",{"_index":1497,"title":{},"body":{"changelog.html":{}}}],["ca6d4d5",{"_index":1351,"title":{},"body":{"changelog.html":{}}}],["called",{"_index":1657,"title":{},"body":{"index.html":{},"license.html":{}}}],["cancel",{"_index":848,"title":{},"body":{"injectables/NavigationService.html":{}}}],["carry",{"_index":2032,"title":{},"body":{"license.html":{}}}],["case",{"_index":1899,"title":{},"body":{"license.html":{}}}],["cases",{"_index":2137,"title":{},"body":{"license.html":{}}}],["catcherror",{"_index":800,"title":{},"body":{"injectables/NavigationService.html":{}}}],["cause",{"_index":2063,"title":{},"body":{"license.html":{}}}],["cb2082f",{"_index":1518,"title":{},"body":{"changelog.html":{}}}],["cc0eece",{"_index":1363,"title":{},"body":{"changelog.html":{}}}],["cc1e4c2",{"_index":1442,"title":{},"body":{"changelog.html":{}}}],["ccd3b2b",{"_index":1321,"title":{},"body":{"changelog.html":{}}}],["cdkportaloutlet",{"_index":379,"title":{},"body":{"components/HeaderComponent.html":{},"components/SettingsButtonComponent.html":{}}}],["ce4f5c4",{"_index":1281,"title":{},"body":{"changelog.html":{}}}],["cease",{"_index":2240,"title":{},"body":{"license.html":{}}}],["certain",{"_index":1731,"title":{},"body":{"license.html":{}}}],["cessation",{"_index":2253,"title":{},"body":{"license.html":{}}}],["cf1649a",{"_index":1447,"title":{},"body":{"changelog.html":{}}}],["cf553c9",{"_index":1315,"title":{},"body":{"changelog.html":{}}}],["cfdce4e",{"_index":1283,"title":{},"body":{"changelog.html":{}}}],["change",{"_index":1099,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["changed",{"_index":1205,"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":67,"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":1098,"title":{"changelog.html":{}},"body":{"changelog.html":{}}}],["changes",{"_index":1102,"title":{},"body":{"changelog.html":{}}}],["changes['item",{"_index":743,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["changes['item'].currentvalue",{"_index":744,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["changing",{"_index":1685,"title":{},"body":{"license.html":{}}}],["characterized",{"_index":2165,"title":{},"body":{"license.html":{}}}],["charge",{"_index":1715,"title":{},"body":{"license.html":{}}}],["check",{"_index":655,"title":{},"body":{"components/NavigationComponent.html":{},"changelog.html":{}}}],["checknavigationitemstatusproviders",{"_index":825,"title":{},"body":{"injectables/NavigationService.html":{}}}],["checknavigationstatusproviders",{"_index":864,"title":{},"body":{"injectables/NavigationService.html":{}}}],["child",{"_index":1598,"title":{},"body":{"index.html":{}}}],["children",{"_index":684,"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":1423,"title":{},"body":{"changelog.html":{}}}],["choose",{"_index":2399,"title":{},"body":{"license.html":{}}}],["choosing",{"_index":2404,"title":{},"body":{"license.html":{}}}],["chore",{"_index":1380,"title":{},"body":{"changelog.html":{}}}],["chrome",{"_index":487,"title":{},"body":{"components/LayoutComponent.html":{},"components/SidenavComponent.html":{}}}],["circular",{"_index":1361,"title":{},"body":{"changelog.html":{}}}],["circumstances",{"_index":1980,"title":{},"body":{"license.html":{}}}],["circumvention",{"_index":1987,"title":{},"body":{"license.html":{}}}],["civil",{"_index":2447,"title":{},"body":{"license.html":{}}}],["claim",{"_index":2299,"title":{},"body":{"license.html":{}}}],["claims",{"_index":2310,"title":{},"body":{"license.html":{}}}],["class",{"_index":77,"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":704,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["cleannavigation",{"_index":868,"title":{},"body":{"injectables/NavigationService.html":{}}}],["cleannavigation.push(navigationitem",{"_index":870,"title":{},"body":{"injectables/NavigationService.html":{}}}],["clear",{"_index":2104,"title":{},"body":{"license.html":{}}}],["clearly",{"_index":1755,"title":{},"body":{"license.html":{}}}],["clicked",{"_index":1619,"title":{},"body":{"index.html":{}}}],["clickitem",{"_index":924,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["clickitem(item",{"_index":934,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["clickonlink",{"_index":256,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["clickonlink(url",{"_index":290,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["close",{"_index":1202,"title":{},"body":{"changelog.html":{}}}],["closely",{"_index":2443,"title":{},"body":{"license.html":{}}}],["closeonnavigation",{"_index":900,"title":{},"body":{"components/ReleaseInfoComponent.html":{}}}],["closesidenav",{"_index":499,"title":{},"body":{"injectables/LayoutService.html":{},"components/SidenavComponent.html":{}}}],["code",{"_index":1237,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["coercearray",{"_index":263,"title":{},"body":{"injectables/ExternalAppsService.html":{},"injectables/FooterService.html":{},"injectables/HeaderService.html":{},"components/ReleaseInfoComponent.html":{},"components/SettingsButtonComponent.html":{}}}],["coercearray(inject(rxap_external_app_filter",{"_index":237,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["coercearray(inject(rxap_footer_component",{"_index":362,"title":{},"body":{"injectables/FooterService.html":{}}}],["coercearray(inject(rxap_header_component",{"_index":402,"title":{},"body":{"injectables/HeaderService.html":{}}}],["coercearray(inject(rxap_release_info_module",{"_index":888,"title":{},"body":{"components/ReleaseInfoComponent.html":{}}}],["coercearray(inject(rxap_settings_menu_item_component",{"_index":957,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["collapsable",{"_index":157,"title":{},"body":{"components/DefaultHeaderComponent.html":{},"components/LayoutComponent.html":{},"injectables/LayoutService.html":{},"components/SidenavComponent.html":{}}}],["collapse",{"_index":1430,"title":{},"body":{"changelog.html":{}}}],["collapsed",{"_index":491,"title":{},"body":{"injectables/LayoutService.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/SidenavComponent.html":{},"changelog.html":{},"index.html":{}}}],["collapsedclasses",{"_index":1523,"title":{},"body":{"changelog.html":{}}}],["collect",{"_index":2379,"title":{},"body":{"license.html":{}}}],["color",{"_index":380,"title":{},"body":{"components/HeaderComponent.html":{},"changelog.html":{}}}],["combination",{"_index":2385,"title":{},"body":{"license.html":{}}}],["combine",{"_index":2383,"title":{},"body":{"license.html":{}}}],["combined",{"_index":2053,"title":{},"body":{"license.html":{}}}],["combinelatest",{"_index":798,"title":{},"body":{"injectables/NavigationService.html":{}}}],["combinelatest(isvisiblearray$).pipe",{"_index":851,"title":{},"body":{"injectables/NavigationService.html":{}}}],["comes",{"_index":2039,"title":{},"body":{"license.html":{}}}],["commands",{"_index":1887,"title":{},"body":{"license.html":{}}}],["commercial",{"_index":2147,"title":{},"body":{"license.html":{}}}],["commit",{"_index":1108,"title":{},"body":{"changelog.html":{}}}],["commitment",{"_index":2327,"title":{},"body":{"license.html":{}}}],["commits",{"_index":1107,"title":{},"body":{"changelog.html":{}}}],["common",{"_index":2142,"title":{},"body":{"license.html":{}}}],["communication",{"_index":1944,"title":{},"body":{"license.html":{}}}],["compilation",{"_index":2048,"title":{},"body":{"license.html":{}}}],["compilation's",{"_index":2058,"title":{},"body":{"license.html":{}}}],["compilations",{"_index":2364,"title":{},"body":{"license.html":{}}}],["compiler",{"_index":1922,"title":{},"body":{"license.html":{}}}],["complete",{"_index":847,"title":{},"body":{"injectables/NavigationService.html":{}}}],["compliance",{"_index":2280,"title":{},"body":{"license.html":{}}}],["comply",{"_index":1973,"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":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":{}}}],["componentportal",{"_index":359,"title":{},"body":{"injectables/FooterService.html":{},"injectables/HeaderService.html":{},"components/SettingsButtonComponent.html":{}}}],["componentportal(component",{"_index":354,"title":{},"body":{"injectables/FooterService.html":{},"injectables/HeaderService.html":{}}}],["componentportal(item",{"_index":959,"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":909,"title":{},"body":{"interfaces/ReleaseInfoModule.html":{},"interfaces/SettingsMenuItem.html":{},"miscellaneous/typealiases.html":{}}}],["composed",{"_index":1640,"title":{},"body":{"index.html":{}}}],["computed",{"_index":52,"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":1856,"title":{},"body":{"license.html":{}}}],["computers",{"_index":1806,"title":{},"body":{"license.html":{}}}],["computes",{"_index":351,"title":{},"body":{"injectables/FooterService.html":{},"injectables/HeaderService.html":{}}}],["concept",{"_index":1489,"title":{},"body":{"changelog.html":{}}}],["concerning",{"_index":2384,"title":{},"body":{"license.html":{}}}],["concerns",{"_index":2392,"title":{},"body":{"license.html":{}}}],["conditioned",{"_index":2358,"title":{},"body":{"license.html":{}}}],["conditions",{"_index":1817,"title":{},"body":{"license.html":{}}}],["config",{"_index":193,"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":259,"title":{},"body":{"injectables/ExternalAppsService.html":{},"injectables/LayoutService.html":{},"injectables/LogoService.html":{}}}],["configuration",{"_index":1188,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["configure",{"_index":1644,"title":{},"body":{"index.html":{}}}],["connection",{"_index":2348,"title":{},"body":{"license.html":{}}}],["consequence",{"_index":2266,"title":{},"body":{"license.html":{}}}],["consequential",{"_index":2425,"title":{},"body":{"license.html":{}}}],["considered",{"_index":2223,"title":{},"body":{"license.html":{}}}],["consistent",{"_index":2318,"title":{},"body":{"license.html":{}}}],["console.error(`isvisible",{"_index":839,"title":{},"body":{"injectables/NavigationService.html":{}}}],["console.log",{"_index":549,"title":{},"body":{"injectables/LayoutService.html":{}}}],["console.warn('can",{"_index":367,"title":{},"body":{"injectables/FooterService.html":{},"injectables/HeaderService.html":{}}}],["conspicuously",{"_index":2019,"title":{},"body":{"license.html":{}}}],["const",{"_index":273,"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":1801,"title":{},"body":{"license.html":{}}}],["constitutes",{"_index":1962,"title":{},"body":{"license.html":{}}}],["constructor",{"_index":503,"title":{},"body":{"injectables/LayoutService.html":{},"injectables/NavigationService.html":{},"directives/SidenavFooterDirective.html":{},"directives/SidenavHeaderDirective.html":{}}}],["constructor(navigation",{"_index":779,"title":{},"body":{"injectables/NavigationService.html":{}}}],["constructor(template",{"_index":1064,"title":{},"body":{"directives/SidenavFooterDirective.html":{},"directives/SidenavHeaderDirective.html":{}}}],["construed",{"_index":2367,"title":{},"body":{"license.html":{}}}],["consumer",{"_index":2125,"title":{},"body":{"license.html":{}}}],["contain",{"_index":1199,"title":{},"body":{"changelog.html":{},"index.html":{},"license.html":{}}}],["container",{"_index":483,"title":{},"body":{"components/LayoutComponent.html":{},"components/SidenavComponent.html":{},"changelog.html":{}}}],["containing",{"_index":2204,"title":{},"body":{"license.html":{}}}],["contains",{"_index":2226,"title":{},"body":{"license.html":{}}}],["content",{"_index":1058,"title":{},"body":{"components/SidenavComponent.html":{},"changelog.html":{},"license.html":{}}}],["contentchild",{"_index":1027,"title":{},"body":{"components/SidenavComponent.html":{}}}],["contentchild(sidenavfooterdirective",{"_index":1021,"title":{},"body":{"components/SidenavComponent.html":{}}}],["contentchild(sidenavheaderdirective",{"_index":1023,"title":{},"body":{"components/SidenavComponent.html":{}}}],["contents",{"_index":2322,"title":{},"body":{"license.html":{}}}],["context",{"_index":1916,"title":{},"body":{"license.html":{}}}],["continue",{"_index":2171,"title":{},"body":{"license.html":{}}}],["continued",{"_index":2156,"title":{},"body":{"license.html":{}}}],["contractual",{"_index":2220,"title":{},"body":{"license.html":{}}}],["contradict",{"_index":2373,"title":{},"body":{"license.html":{}}}],["contrast",{"_index":1698,"title":{},"body":{"license.html":{}}}],["contributor",{"_index":2307,"title":{},"body":{"license.html":{}}}],["contributor's",{"_index":2309,"title":{},"body":{"license.html":{}}}],["control",{"_index":1928,"title":{},"body":{"license.html":{}}}],["controlled",{"_index":2312,"title":{},"body":{"license.html":{}}}],["convenient",{"_index":1879,"title":{},"body":{"license.html":{}}}],["conventional",{"_index":1106,"title":{},"body":{"changelog.html":{}}}],["convey",{"_index":1864,"title":{},"body":{"license.html":{}}}],["conveyance",{"_index":2351,"title":{},"body":{"license.html":{}}}],["conveyed",{"_index":2166,"title":{},"body":{"license.html":{}}}],["conveying",{"_index":1873,"title":{},"body":{"license.html":{}}}],["conveys",{"_index":2219,"title":{},"body":{"license.html":{}}}],["copies",{"_index":1683,"title":{},"body":{"license.html":{}}}],["copy",{"_index":1680,"title":{},"body":{"license.html":{}}}],["copying",{"_index":1818,"title":{},"body":{"license.html":{}}}],["copyleft",{"_index":1688,"title":{},"body":{"license.html":{}}}],["copyright",{"_index":1671,"title":{},"body":{"license.html":{}}}],["copyrightable",{"_index":1828,"title":{},"body":{"license.html":{}}}],["copyrighted",{"_index":1977,"title":{},"body":{"license.html":{}}}],["core",{"_index":1409,"title":{},"body":{"changelog.html":{}}}],["correct",{"_index":1160,"title":{},"body":{"changelog.html":{}}}],["correction",{"_index":2420,"title":{},"body":{"license.html":{}}}],["corresponding",{"_index":1925,"title":{},"body":{"license.html":{}}}],["cost",{"_index":2088,"title":{},"body":{"license.html":{}}}],["count",{"_index":352,"title":{},"body":{"injectables/FooterService.html":{},"injectables/HeaderService.html":{}}}],["counterclaim",{"_index":2300,"title":{},"body":{"license.html":{}}}],["countries",{"_index":1861,"title":{},"body":{"license.html":{}}}],["country",{"_index":2342,"title":{},"body":{"license.html":{}}}],["court",{"_index":2372,"title":{},"body":{"license.html":{}}}],["courts",{"_index":2442,"title":{},"body":{"license.html":{}}}],["covenant",{"_index":2330,"title":{},"body":{"license.html":{}}}],["coverage",{"_index":2140,"title":{},"body":{"license.html":{}}}],["covered",{"_index":1844,"title":{},"body":{"license.html":{}}}],["create",{"_index":1266,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["creation",{"_index":1274,"title":{},"body":{"changelog.html":{}}}],["criterion",{"_index":1890,"title":{},"body":{"license.html":{}}}],["cross",{"_index":2298,"title":{},"body":{"license.html":{}}}],["css",{"_index":1248,"title":{},"body":{"changelog.html":{}}}],["cure",{"_index":2258,"title":{},"body":{"license.html":{}}}],["current",{"_index":1652,"title":{},"body":{"index.html":{}}}],["currentdensityvalue",{"_index":969,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["currentthemedensity",{"_index":492,"title":{},"body":{"injectables/LayoutService.html":{}}}],["currentthemevalue",{"_index":973,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["currenttypographyvalue",{"_index":971,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["custom",{"_index":1123,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["customarily",{"_index":2076,"title":{},"body":{"license.html":{}}}],["customer",{"_index":2083,"title":{},"body":{"license.html":{}}}],["customitemcomponents",{"_index":922,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["customitems",{"_index":923,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["customization",{"_index":1655,"title":{},"body":{"index.html":{}}}],["d",{"_index":2047,"title":{},"body":{"license.html":{}}}],["d1e2cd2",{"_index":1472,"title":{},"body":{"changelog.html":{}}}],["d42cf01",{"_index":1203,"title":{},"body":{"changelog.html":{}}}],["d54c5fe",{"_index":1501,"title":{},"body":{"changelog.html":{}}}],["d7de1cb",{"_index":1193,"title":{},"body":{"changelog.html":{}}}],["da870f0",{"_index":1269,"title":{},"body":{"changelog.html":{}}}],["damages",{"_index":2423,"title":{},"body":{"license.html":{}}}],["danger",{"_index":1809,"title":{},"body":{"license.html":{}}}],["dark:text",{"_index":639,"title":{},"body":{"components/NavigationComponent.html":{}}}],["darkmode",{"_index":1204,"title":{},"body":{"changelog.html":{}}}],["data",{"_index":1943,"title":{},"body":{"license.html":{}}}],["date",{"_index":2034,"title":{},"body":{"license.html":{}}}],["days",{"_index":2252,"title":{},"body":{"license.html":{}}}],["dd22b0c",{"_index":1494,"title":{},"body":{"changelog.html":{}}}],["debouncetime",{"_index":719,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["debouncetime(100",{"_index":754,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["december",{"_index":1999,"title":{},"body":{"license.html":{}}}],["decide",{"_index":2401,"title":{},"body":{"license.html":{}}}],["declining",{"_index":2211,"title":{},"body":{"license.html":{}}}],["decorator",{"_index":1246,"title":{},"body":{"changelog.html":{}}}],["decorators",{"_index":1066,"title":{},"body":{"directives/SidenavFooterDirective.html":{},"directives/SidenavHeaderDirective.html":{}}}],["deemed",{"_index":1989,"title":{},"body":{"license.html":{}}}],["deep",{"_index":480,"title":{},"body":{"components/LayoutComponent.html":{},"components/SidenavComponent.html":{}}}],["default",{"_index":50,"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":99,"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":2415,"title":{},"body":{"license.html":{}}}],["defenses",{"_index":2370,"title":{},"body":{"license.html":{}}}],["define",{"_index":1637,"title":{},"body":{"index.html":{}}}],["defined",{"_index":45,"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":1933,"title":{},"body":{"license.html":{}}}],["definitions",{"_index":1822,"title":{},"body":{"license.html":{}}}],["delay",{"_index":469,"title":{},"body":{"components/LayoutComponent.html":{},"components/SidenavComponent.html":{}}}],["denied",{"_index":2173,"title":{},"body":{"license.html":{}}}],["denominated",{"_index":2328,"title":{},"body":{"license.html":{}}}],["dense",{"_index":991,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["density",{"_index":938,"title":{},"body":{"components/SettingsButtonComponent.html":{},"changelog.html":{}}}],["deny",{"_index":1768,"title":{},"body":{"license.html":{}}}],["denying",{"_index":1727,"title":{},"body":{"license.html":{}}}],["dep",{"_index":1187,"title":{},"body":{"changelog.html":{}}}],["dependencies",{"_index":1224,"title":{"dependencies.html":{}},"body":{"changelog.html":{},"dependencies.html":{},"index.html":{}}}],["dependency",{"_index":1165,"title":{},"body":{"changelog.html":{}}}],["deprecated",{"_index":817,"title":{},"body":{"injectables/NavigationService.html":{}}}],["deprive",{"_index":2337,"title":{},"body":{"license.html":{}}}],["description",{"_index":344,"title":{},"body":{"injectables/FooterService.html":{},"injectables/HeaderService.html":{}}}],["designated",{"_index":2097,"title":{},"body":{"license.html":{}}}],["designed",{"_index":1693,"title":{},"body":{"license.html":{}}}],["detail",{"_index":2390,"title":{},"body":{"license.html":{}}}],["determinereleasename",{"_index":894,"title":{},"body":{"components/ReleaseInfoComponent.html":{}}}],["determinereleasename(inject(rxap_environment",{"_index":890,"title":{},"body":{"components/ReleaseInfoComponent.html":{}}}],["determining",{"_index":2135,"title":{},"body":{"license.html":{}}}],["dev.0",{"_index":1111,"title":{},"body":{"changelog.html":{},"properties.html":{}}}],["dev.1",{"_index":1128,"title":{},"body":{"changelog.html":{},"dependencies.html":{},"index.html":{}}}],["dev.10",{"_index":1350,"title":{},"body":{"changelog.html":{}}}],["dev.11",{"_index":1348,"title":{},"body":{"changelog.html":{}}}],["dev.12",{"_index":1346,"title":{},"body":{"changelog.html":{}}}],["dev.13",{"_index":1344,"title":{},"body":{"changelog.html":{}}}],["dev.14",{"_index":1342,"title":{},"body":{"changelog.html":{}}}],["dev.15",{"_index":1338,"title":{},"body":{"changelog.html":{}}}],["dev.16",{"_index":1336,"title":{},"body":{"changelog.html":{}}}],["dev.17",{"_index":1333,"title":{},"body":{"changelog.html":{}}}],["dev.18",{"_index":1332,"title":{},"body":{"changelog.html":{}}}],["dev.19",{"_index":1331,"title":{},"body":{"changelog.html":{}}}],["dev.2",{"_index":1137,"title":{},"body":{"changelog.html":{}}}],["dev.20",{"_index":1330,"title":{},"body":{"changelog.html":{}}}],["dev.21",{"_index":1328,"title":{},"body":{"changelog.html":{}}}],["dev.22",{"_index":1327,"title":{},"body":{"changelog.html":{}}}],["dev.23",{"_index":1325,"title":{},"body":{"changelog.html":{}}}],["dev.24",{"_index":1322,"title":{},"body":{"changelog.html":{}}}],["dev.25",{"_index":1320,"title":{},"body":{"changelog.html":{}}}],["dev.26",{"_index":1318,"title":{},"body":{"changelog.html":{}}}],["dev.27",{"_index":1313,"title":{},"body":{"changelog.html":{}}}],["dev.28",{"_index":1310,"title":{},"body":{"changelog.html":{}}}],["dev.29",{"_index":1307,"title":{},"body":{"changelog.html":{}}}],["dev.3",{"_index":1157,"title":{},"body":{"changelog.html":{}}}],["dev.30",{"_index":1305,"title":{},"body":{"changelog.html":{}}}],["dev.31",{"_index":1302,"title":{},"body":{"changelog.html":{}}}],["dev.32",{"_index":1301,"title":{},"body":{"changelog.html":{}}}],["dev.33",{"_index":1298,"title":{},"body":{"changelog.html":{}}}],["dev.34",{"_index":1296,"title":{},"body":{"changelog.html":{}}}],["dev.35",{"_index":1293,"title":{},"body":{"changelog.html":{}}}],["dev.36",{"_index":1289,"title":{},"body":{"changelog.html":{}}}],["dev.37",{"_index":1287,"title":{},"body":{"changelog.html":{}}}],["dev.38",{"_index":1284,"title":{},"body":{"changelog.html":{}}}],["dev.39",{"_index":1184,"title":{},"body":{"changelog.html":{}}}],["dev.4",{"_index":1155,"title":{},"body":{"changelog.html":{}}}],["dev.40",{"_index":1183,"title":{},"body":{"changelog.html":{}}}],["dev.41",{"_index":1182,"title":{},"body":{"changelog.html":{}}}],["dev.42",{"_index":1176,"title":{},"body":{"changelog.html":{}}}],["dev.43",{"_index":1169,"title":{},"body":{"changelog.html":{}}}],["dev.5",{"_index":1374,"title":{},"body":{"changelog.html":{}}}],["dev.6",{"_index":1359,"title":{},"body":{"changelog.html":{}}}],["dev.7",{"_index":1356,"title":{},"body":{"changelog.html":{}}}],["dev.8",{"_index":1353,"title":{},"body":{"changelog.html":{}}}],["dev.9",{"_index":1352,"title":{},"body":{"changelog.html":{}}}],["developers",{"_index":1744,"title":{},"body":{"license.html":{}}}],["development",{"_index":1209,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["devices",{"_index":1767,"title":{},"body":{"license.html":{}}}],["dff497a",{"_index":1294,"title":{},"body":{"changelog.html":{}}}],["dialog",{"_index":897,"title":{},"body":{"components/ReleaseInfoComponent.html":{}}}],["differ",{"_index":2389,"title":{},"body":{"license.html":{}}}],["different",{"_index":1642,"title":{},"body":{"index.html":{},"license.html":{}}}],["differently",{"_index":2200,"title":{},"body":{"license.html":{}}}],["direction",{"_index":1976,"title":{},"body":{"license.html":{}}}],["directions",{"_index":2105,"title":{},"body":{"license.html":{}}}],["directive",{"_index":91,"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":130,"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":718,"title":{},"body":{"components/NavigationItemComponent.html":{},"components/SettingsButtonComponent.html":{}}}],["directives@^18.0.3",{"_index":1584,"title":{},"body":{"index.html":{}}}],["directly",{"_index":1258,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["disable",{"_index":250,"title":{},"body":{"injectables/ExternalAppsService.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"changelog.html":{}}}],["disclaim",{"_index":2010,"title":{},"body":{"license.html":{}}}],["disclaimer",{"_index":2405,"title":{},"body":{"license.html":{}}}],["disclaiming",{"_index":2197,"title":{},"body":{"license.html":{}}}],["discriminatory",{"_index":2355,"title":{},"body":{"license.html":{}}}],["display",{"_index":471,"title":{},"body":{"components/LayoutComponent.html":{},"components/NavigationItemComponent.html":{},"components/SidenavComponent.html":{},"license.html":{}}}],["displayed",{"_index":1610,"title":{},"body":{"index.html":{},"license.html":{}}}],["displays",{"_index":1875,"title":{},"body":{"license.html":{}}}],["distinguishing",{"_index":2393,"title":{},"body":{"license.html":{}}}],["distribute",{"_index":1681,"title":{},"body":{"license.html":{}}}],["distributing",{"_index":2360,"title":{},"body":{"license.html":{}}}],["distribution",{"_index":1819,"title":{},"body":{"license.html":{}}}],["divider",{"_index":667,"title":{},"body":{"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"interfaces/NavigationStatus.html":{},"index.html":{}}}],["document",{"_index":1684,"title":{},"body":{"license.html":{}}}],["documented",{"_index":1104,"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":1792,"title":{},"body":{"license.html":{}}}],["dont",{"_index":844,"title":{},"body":{"injectables/NavigationService.html":{}}}],["doubtful",{"_index":2136,"title":{},"body":{"license.html":{}}}],["downstream",{"_index":2276,"title":{},"body":{"license.html":{}}}],["drawer",{"_index":456,"title":{},"body":{"components/LayoutComponent.html":{},"components/SidenavComponent.html":{}}}],["dropdown",{"_index":1621,"title":{},"body":{"index.html":{}}}],["durable",{"_index":2075,"title":{},"body":{"license.html":{}}}],["dwelling",{"_index":2134,"title":{},"body":{"license.html":{}}}],["dynamic",{"_index":1228,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["dynamically",{"_index":1937,"title":{},"body":{"license.html":{}}}],["e",{"_index":2112,"title":{},"body":{"license.html":{}}}],["e.message",{"_index":841,"title":{},"body":{"injectables/NavigationService.html":{}}}],["e56611c",{"_index":1162,"title":{},"body":{"changelog.html":{}}}],["e67e2b8",{"_index":1326,"title":{},"body":{"changelog.html":{}}}],["e7039bb",{"_index":1357,"title":{},"body":{"changelog.html":{}}}],["e9fe775",{"_index":1455,"title":{},"body":{"changelog.html":{}}}],["each",{"_index":1617,"title":{},"body":{"index.html":{},"license.html":{}}}],["earlier",{"_index":1842,"title":{},"body":{"license.html":{}}}],["ed6002e",{"_index":1207,"title":{},"body":{"changelog.html":{}}}],["ee95415",{"_index":1242,"title":{},"body":{"changelog.html":{}}}],["effect",{"_index":523,"title":{},"body":{"injectables/LayoutService.html":{},"license.html":{}}}],["effected",{"_index":2008,"title":{},"body":{"license.html":{}}}],["effective",{"_index":1990,"title":{},"body":{"license.html":{}}}],["effectively",{"_index":1811,"title":{},"body":{"license.html":{}}}],["efforts",{"_index":2292,"title":{},"body":{"license.html":{}}}],["element",{"_index":90,"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":712,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["embodied",{"_index":2070,"title":{},"body":{"license.html":{}}}],["enable",{"_index":1913,"title":{},"body":{"license.html":{}}}],["enables",{"_index":1866,"title":{},"body":{"license.html":{}}}],["encapsulation",{"_index":598,"title":{},"body":{"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{}}}],["end",{"_index":2450,"title":{},"body":{"license.html":{}}}],["endregion",{"_index":661,"title":{},"body":{"components/NavigationComponent.html":{}}}],["enforce",{"_index":2329,"title":{},"body":{"license.html":{}}}],["enforcing",{"_index":2014,"title":{},"body":{"license.html":{}}}],["ensure",{"_index":1211,"title":{},"body":{"changelog.html":{},"index.html":{},"license.html":{}}}],["entered",{"_index":2365,"title":{},"body":{"license.html":{}}}],["entire",{"_index":2037,"title":{},"body":{"license.html":{}}}],["entirely",{"_index":2381,"title":{},"body":{"license.html":{}}}],["entity",{"_index":2281,"title":{},"body":{"license.html":{}}}],["environment",{"_index":194,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["environmentcomponent",{"_index":895,"title":{},"body":{"components/ReleaseInfoComponent.html":{}}}],["equivalent",{"_index":1965,"title":{},"body":{"license.html":{}}}],["erroneously",{"_index":1765,"title":{},"body":{"license.html":{}}}],["error('the",{"_index":660,"title":{},"body":{"components/NavigationComponent.html":{}}}],["error(`could",{"_index":285,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["error(`fatal",{"_index":277,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["eslint",{"_index":249,"title":{},"body":{"injectables/ExternalAppsService.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{}}}],["eslint/component",{"_index":637,"title":{},"body":{"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{}}}],["eslint/no",{"_index":638,"title":{},"body":{"components/NavigationComponent.html":{}}}],["essential",{"_index":1917,"title":{},"body":{"license.html":{}}}],["ether",{"_index":1646,"title":{},"body":{"index.html":{}}}],["even",{"_index":2435,"title":{},"body":{"license.html":{}}}],["event",{"_index":537,"title":{},"body":{"injectables/LayoutService.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"license.html":{}}}],["everyone",{"_index":1678,"title":{},"body":{"license.html":{}}}],["exact",{"_index":1840,"title":{},"body":{"license.html":{}}}],["example",{"_index":1572,"title":{},"body":{"index.html":{},"license.html":{}}}],["except",{"_index":1854,"title":{},"body":{"license.html":{}}}],["exceptions",{"_index":2187,"title":{},"body":{"license.html":{}}}],["excluded",{"_index":2123,"title":{},"body":{"license.html":{}}}],["excluding",{"_index":2368,"title":{},"body":{"license.html":{}}}],["exclusive",{"_index":2319,"title":{},"body":{"license.html":{}}}],["exclusively",{"_index":1971,"title":{},"body":{"license.html":{}}}],["excuse",{"_index":2374,"title":{},"body":{"license.html":{}}}],["executable",{"_index":1906,"title":{},"body":{"license.html":{}}}],["execute",{"_index":1591,"title":{},"body":{"index.html":{},"license.html":{}}}],["executing",{"_index":1855,"title":{},"body":{"license.html":{}}}],["exercise",{"_index":2293,"title":{},"body":{"license.html":{}}}],["exercising",{"_index":2009,"title":{},"body":{"license.html":{}}}],["expected",{"_index":2145,"title":{},"body":{"license.html":{}}}],["expects",{"_index":2144,"title":{},"body":{"license.html":{}}}],["explains",{"_index":1756,"title":{},"body":{"license.html":{}}}],["explicit",{"_index":1151,"title":{},"body":{"changelog.html":{}}}],["explicitly",{"_index":1956,"title":{},"body":{"license.html":{}}}],["export",{"_index":76,"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":1417,"title":{},"body":{"changelog.html":{}}}],["express",{"_index":2325,"title":{},"body":{"license.html":{}}}],["expressed",{"_index":2407,"title":{},"body":{"license.html":{}}}],["expressly",{"_index":2235,"title":{},"body":{"license.html":{}}}],["extend",{"_index":1795,"title":{},"body":{"license.html":{}}}],["extended",{"_index":2354,"title":{},"body":{"license.html":{}}}],["extends",{"_index":681,"title":{},"body":{"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"interfaces/NavigationStatus.html":{}}}],["extensions",{"_index":2052,"title":{},"body":{"license.html":{}}}],["extent",{"_index":1878,"title":{},"body":{"license.html":{}}}],["external",{"_index":74,"title":{},"body":{"components/AppsButtonComponent.html":{}}}],["externalapps",{"_index":213,"title":{},"body":{"injectables/ExternalAppsService.html":{},"interfaces/ReleaseInfoModule.html":{},"interfaces/SettingsMenuItem.html":{},"miscellaneous/typealiases.html":{}}}],["externalappsservice",{"_index":73,"title":{"injectables/ExternalAppsService.html":{}},"body":{"components/AppsButtonComponent.html":{},"injectables/ExternalAppsService.html":{}}}],["extract",{"_index":2470,"title":{},"body":{"miscellaneous/variables.html":{}}}],["extract_username_from_profile",{"_index":1090,"title":{},"body":{"components/UserProfileIconComponent.html":{},"miscellaneous/variables.html":{}}}],["extractusernamefromprofile",{"_index":1091,"title":{},"body":{"components/UserProfileIconComponent.html":{}}}],["extractusernamefromprofilefn",{"_index":911,"title":{},"body":{"interfaces/ReleaseInfoModule.html":{},"interfaces/SettingsMenuItem.html":{},"components/UserProfileIconComponent.html":{},"miscellaneous/typealiases.html":{}}}],["extreme",{"_index":993,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["f",{"_index":2217,"title":{},"body":{"license.html":{}}}],["f390f65",{"_index":1304,"title":{},"body":{"changelog.html":{}}}],["f497950",{"_index":1290,"title":{},"body":{"changelog.html":{}}}],["f4b555c",{"_index":1180,"title":{},"body":{"changelog.html":{}}}],["f8920e7",{"_index":1408,"title":{},"body":{"changelog.html":{}}}],["facilities",{"_index":1972,"title":{},"body":{"license.html":{}}}],["factory",{"_index":2472,"title":{},"body":{"miscellaneous/variables.html":{}}}],["failed",{"_index":840,"title":{},"body":{"injectables/NavigationService.html":{}}}],["fails",{"_index":2248,"title":{},"body":{"license.html":{}}}],["failure",{"_index":2433,"title":{},"body":{"license.html":{}}}],["fair",{"_index":1964,"title":{},"body":{"license.html":{}}}],["false",{"_index":543,"title":{},"body":{"injectables/LayoutService.html":{},"components/NavigationComponent.html":{},"injectables/NavigationService.html":{},"components/SettingsButtonComponent.html":{},"changelog.html":{},"index.html":{}}}],["families",{"_index":1279,"title":{},"body":{"changelog.html":{}}}],["family",{"_index":2129,"title":{},"body":{"license.html":{}}}],["fashion",{"_index":1837,"title":{},"body":{"license.html":{}}}],["favor",{"_index":2139,"title":{},"body":{"license.html":{}}}],["fd32708",{"_index":1277,"title":{},"body":{"changelog.html":{}}}],["feature",{"_index":1881,"title":{},"body":{"license.html":{}}}],["features",{"_index":1120,"title":{},"body":{"changelog.html":{}}}],["fee",{"_index":1738,"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":1934,"title":{},"body":{"license.html":{}}}],["filter",{"_index":721,"title":{},"body":{"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"miscellaneous/variables.html":{}}}],["filter((event",{"_index":752,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["filter(app",{"_index":291,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["finally",{"_index":1799,"title":{},"body":{"license.html":{}}}],["find",{"_index":286,"title":{},"body":{"injectables/ExternalAppsService.html":{},"license.html":{}}}],["first",{"_index":2256,"title":{},"body":{"license.html":{}}}],["fitness",{"_index":2410,"title":{},"body":{"license.html":{}}}],["fix",{"_index":1444,"title":{},"body":{"changelog.html":{}}}],["fixed",{"_index":2074,"title":{},"body":{"license.html":{}}}],["fixedbottomgap",{"_index":493,"title":{},"body":{"injectables/LayoutService.html":{},"components/SidenavComponent.html":{}}}],["fixedinviewport",{"_index":494,"title":{},"body":{"injectables/LayoutService.html":{},"components/SidenavComponent.html":{}}}],["fixedtopgap",{"_index":495,"title":{},"body":{"injectables/LayoutService.html":{},"components/SidenavComponent.html":{}}}],["fixes",{"_index":1116,"title":{},"body":{"changelog.html":{}}}],["flex",{"_index":472,"title":{},"body":{"components/LayoutComponent.html":{},"components/SidenavComponent.html":{}}}],["flexlayout",{"_index":1164,"title":{},"body":{"changelog.html":{}}}],["flow",{"_index":1945,"title":{},"body":{"license.html":{}}}],["folder",{"_index":1597,"title":{},"body":{"index.html":{}}}],["follow",{"_index":1821,"title":{},"body":{"license.html":{}}}],["following",{"_index":2323,"title":{},"body":{"license.html":{}}}],["font",{"_index":987,"title":{},"body":{"components/SettingsButtonComponent.html":{},"changelog.html":{}}}],["footer",{"_index":305,"title":{},"body":{"components/FooterComponent.html":{},"components/SidenavComponent.html":{},"changelog.html":{},"index.html":{}}}],["footer'},{'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":{}}}],["footer.component.html",{"_index":309,"title":{},"body":{"components/FooterComponent.html":{}}}],["footer.component.scss",{"_index":308,"title":{},"body":{"components/FooterComponent.html":{}}}],["footer.directive",{"_index":439,"title":{},"body":{"components/LayoutComponent.html":{},"components/SidenavComponent.html":{}}}],["footer.directive.ts",{"_index":1062,"title":{},"body":{"directives/SidenavFooterDirective.html":{}}}],["footer.directive.ts:11",{"_index":1065,"title":{},"body":{"directives/SidenavFooterDirective.html":{}}}],["footer.directive.ts:14",{"_index":1067,"title":{},"body":{"directives/SidenavFooterDirective.html":{}}}],["footer.service",{"_index":319,"title":{},"body":{"components/FooterComponent.html":{},"directives/FooterDirective.html":{},"injectables/LayoutService.html":{}}}],["footer/footer.component",{"_index":149,"title":{},"body":{"components/BaseLayoutComponent.html":{},"components/LayoutComponent.html":{}}}],["footercomponent",{"_index":101,"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":131,"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":562,"title":{},"body":{"injectables/LayoutService.html":{}}}],["footerservice",{"_index":318,"title":{"injectables/FooterService.html":{}},"body":{"components/FooterComponent.html":{},"directives/FooterDirective.html":{},"injectables/FooterService.html":{},"injectables/LayoutService.html":{}}}],["forbid",{"_index":2007,"title":{},"body":{"license.html":{}}}],["force",{"_index":1968,"title":{},"body":{"license.html":{}}}],["form",{"_index":1892,"title":{},"body":{"license.html":{}}}],["format",{"_index":2181,"title":{},"body":{"license.html":{}}}],["forms",{"_index":2064,"title":{},"body":{"license.html":{}}}],["forwardref",{"_index":602,"title":{},"body":{"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{}}}],["found",{"_index":279,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["foundation",{"_index":1675,"title":{},"body":{"license.html":{}}}],["free",{"_index":1673,"title":{},"body":{"license.html":{}}}],["freedom",{"_index":1696,"title":{},"body":{"license.html":{}}}],["freedoms",{"_index":1741,"title":{},"body":{"license.html":{}}}],["from(isvisible",{"_index":836,"title":{},"body":{"injectables/NavigationService.html":{}}}],["fulfilling",{"_index":1993,"title":{},"body":{"license.html":{}}}],["fulling",{"_index":1213,"title":{},"body":{"changelog.html":{}}}],["fully",{"_index":1219,"title":{},"body":{"changelog.html":{}}}],["function",{"_index":674,"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":2157,"title":{},"body":{"license.html":{}}}],["functions",{"_index":1541,"title":{"miscellaneous/functions.html":{}},"body":{"miscellaneous/functions.html":{}}}],["fundamentally",{"_index":1774,"title":{},"body":{"license.html":{}}}],["further",{"_index":2099,"title":{},"body":{"license.html":{}}}],["future",{"_index":1797,"title":{},"body":{"license.html":{}}}],["g",{"_index":1594,"title":{},"body":{"index.html":{}}}],["general",{"_index":1473,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["generally",{"_index":1931,"title":{},"body":{"license.html":{}}}],["generate",{"_index":1221,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["generator",{"_index":1464,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["generators",{"_index":1570,"title":{},"body":{"index.html":{}}}],["get(id",{"_index":785,"title":{},"body":{"injectables/NavigationService.html":{}}}],["getapp",{"_index":196,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["getapp(appid",{"_index":206,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["getapplist",{"_index":198,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["getapprouterlink",{"_index":199,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["getapprouterlink(appid",{"_index":216,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["getapprouterlinkorthrow",{"_index":200,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["getapprouterlinkorthrow(appid",{"_index":219,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["getappurl",{"_index":201,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["getappurl(appid",{"_index":221,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["getappurlorthrow",{"_index":202,"title":{},"body":{"injectables/ExternalAppsService.html":{},"changelog.html":{}}}],["getappurlorthrow(appid",{"_index":225,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["getpathprefix",{"_index":203,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["getting",{"_index":1096,"title":{"changelog.html":{},"index.html":{},"license.html":{}},"body":{}}],["give",{"_index":2029,"title":{},"body":{"license.html":{}}}],["given",{"_index":1961,"title":{},"body":{"license.html":{}}}],["gives",{"_index":2044,"title":{},"body":{"license.html":{}}}],["giving",{"_index":1750,"title":{},"body":{"license.html":{}}}],["gnu",{"_index":1667,"title":{},"body":{"license.html":{}}}],["governed",{"_index":2190,"title":{},"body":{"license.html":{}}}],["gpl",{"_index":1745,"title":{},"body":{"license.html":{},"properties.html":{}}}],["grant",{"_index":2212,"title":{},"body":{"license.html":{}}}],["granted",{"_index":1951,"title":{},"body":{"license.html":{}}}],["grants",{"_index":2269,"title":{},"body":{"license.html":{}}}],["gratis",{"_index":1737,"title":{},"body":{"license.html":{}}}],["grid",{"_index":2480,"title":{},"body":{"miscellaneous/variables.html":{}}}],["group",{"_index":1632,"title":{},"body":{"index.html":{}}}],["grow",{"_index":182,"title":{},"body":{"components/DefaultHeaderComponent.html":{}}}],["guarantee",{"_index":1700,"title":{},"body":{"license.html":{}}}],["guidelines",{"_index":1109,"title":{},"body":{"changelog.html":{}}}],["handle",{"_index":1048,"title":{},"body":{"components/SidenavComponent.html":{}}}],["handling",{"_index":1229,"title":{},"body":{"changelog.html":{}}}],["has(id",{"_index":788,"title":{},"body":{"injectables/NavigationService.html":{}}}],["hasapp",{"_index":204,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["hasapp(appid",{"_index":228,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["hasapps",{"_index":41,"title":{},"body":{"components/AppsButtonComponent.html":{}}}],["hash",{"_index":903,"title":{},"body":{"components/ReleaseInfoComponent.html":{},"interfaces/ReleaseInfoModule.html":{},"interfaces/SettingsMenuItem.html":{}}}],["hasportals",{"_index":310,"title":{},"body":{"components/FooterComponent.html":{},"components/HeaderComponent.html":{}}}],["having",{"_index":1970,"title":{},"body":{"license.html":{}}}],["header",{"_index":154,"title":{},"body":{"components/DefaultHeaderComponent.html":{},"components/HeaderComponent.html":{},"components/SidenavComponent.html":{},"changelog.html":{},"index.html":{}}}],["header'},{'name",{"_index":100,"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":155,"title":{},"body":{"components/DefaultHeaderComponent.html":{},"components/HeaderComponent.html":{}}}],["header.component.scss",{"_index":156,"title":{},"body":{"components/DefaultHeaderComponent.html":{},"components/HeaderComponent.html":{}}}],["header.component.ts",{"_index":152,"title":{},"body":{"components/DefaultHeaderComponent.html":{}}}],["header.component.ts:33",{"_index":163,"title":{},"body":{"components/DefaultHeaderComponent.html":{}}}],["header.component.ts:35",{"_index":161,"title":{},"body":{"components/DefaultHeaderComponent.html":{}}}],["header.component.ts:36",{"_index":165,"title":{},"body":{"components/DefaultHeaderComponent.html":{}}}],["header.component.ts:39",{"_index":169,"title":{},"body":{"components/DefaultHeaderComponent.html":{}}}],["header.directive",{"_index":1028,"title":{},"body":{"components/SidenavComponent.html":{}}}],["header.directive.ts",{"_index":1068,"title":{},"body":{"directives/SidenavHeaderDirective.html":{}}}],["header.directive.ts:11",{"_index":1069,"title":{},"body":{"directives/SidenavHeaderDirective.html":{}}}],["header.directive.ts:14",{"_index":1070,"title":{},"body":{"directives/SidenavHeaderDirective.html":{}}}],["header.service",{"_index":390,"title":{},"body":{"components/HeaderComponent.html":{},"directives/HeaderDirective.html":{},"injectables/LayoutService.html":{}}}],["header/apps",{"_index":11,"title":{},"body":{"components/AppsButtonComponent.html":{}}}],["header/default",{"_index":151,"title":{},"body":{"components/DefaultHeaderComponent.html":{}}}],["header/header.component",{"_index":150,"title":{},"body":{"components/BaseLayoutComponent.html":{},"components/LayoutComponent.html":{}}}],["header/settings",{"_index":916,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["header/sidenav",{"_index":1071,"title":{},"body":{"components/SidenavToggleButtonComponent.html":{}}}],["header/user",{"_index":1077,"title":{},"body":{"components/UserProfileIconComponent.html":{}}}],["headercomponent",{"_index":103,"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":133,"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":568,"title":{},"body":{"injectables/LayoutService.html":{}}}],["headerservice",{"_index":389,"title":{"injectables/HeaderService.html":{}},"body":{"components/HeaderComponent.html":{},"directives/HeaderDirective.html":{},"injectables/HeaderService.html":{},"injectables/LayoutService.html":{}}}],["height",{"_index":579,"title":{},"body":{"injectables/LogoService.html":{},"components/NavigationItemComponent.html":{},"components/SidenavComponent.html":{}}}],["hereafter",{"_index":2315,"title":{},"body":{"license.html":{}}}],["hidden",{"_index":732,"title":{},"body":{"components/NavigationItemComponent.html":{},"changelog.html":{}}}],["holder",{"_index":2242,"title":{},"body":{"license.html":{}}}],["holders",{"_index":2196,"title":{},"body":{"license.html":{}}}],["home",{"_index":1620,"title":{},"body":{"index.html":{}}}],["homepage",{"_index":2456,"title":{},"body":{"properties.html":{}}}],["horizontal",{"_index":1629,"title":{},"body":{"index.html":{}}}],["host",{"_index":153,"title":{},"body":{"components/DefaultHeaderComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/SidenavComponent.html":{}}}],["hosts",{"_index":2107,"title":{},"body":{"license.html":{}}}],["household",{"_index":2130,"title":{},"body":{"license.html":{}}}],["href",{"_index":1486,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["html",{"_index":89,"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":1650,"title":{},"body":{"index.html":{}}}],["https://fsf.org",{"_index":1677,"title":{},"body":{"license.html":{}}}],["https://gitlab.com/rxap/packages",{"_index":2459,"title":{},"body":{"properties.html":{}}}],["https://gitlab.com/rxap/packages.git",{"_index":2462,"title":{},"body":{"properties.html":{}}}],["https:/gitlab.com/rxap/packages/packages/angular/layout",{"_index":2457,"title":{},"body":{"properties.html":{}}}],["i18n",{"_index":1208,"title":{},"body":{"changelog.html":{}}}],["icon",{"_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":{},"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":181,"title":{},"body":{"components/DefaultHeaderComponent.html":{}}}],["icon.component.html",{"_index":1080,"title":{},"body":{"components/UserProfileIconComponent.html":{}}}],["icon.component.scss",{"_index":1079,"title":{},"body":{"components/UserProfileIconComponent.html":{}}}],["icon.component.ts",{"_index":1078,"title":{},"body":{"components/UserProfileIconComponent.html":{}}}],["icon.component.ts:30",{"_index":1083,"title":{},"body":{"components/UserProfileIconComponent.html":{}}}],["icon.component.ts:32",{"_index":1086,"title":{},"body":{"components/UserProfileIconComponent.html":{}}}],["icon.component.ts:40",{"_index":1084,"title":{},"body":{"components/UserProfileIconComponent.html":{}}}],["icon/user",{"_index":180,"title":{},"body":{"components/DefaultHeaderComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["iconconfig",{"_index":669,"title":{},"body":{"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"interfaces/NavigationStatus.html":{},"interfaces/ReleaseInfoModule.html":{},"interfaces/SettingsMenuItem.html":{}}}],["icondirective",{"_index":692,"title":{},"body":{"components/NavigationItemComponent.html":{},"components/SettingsButtonComponent.html":{}}}],["iconpadding",{"_index":1477,"title":{},"body":{"changelog.html":{}}}],["icons",{"_index":1261,"title":{},"body":{"changelog.html":{}}}],["id",{"_index":278,"title":{},"body":{"injectables/ExternalAppsService.html":{},"injectables/NavigationService.html":{}}}],["identifiable",{"_index":2344,"title":{},"body":{"license.html":{}}}],["identify",{"_index":1639,"title":{},"body":{"index.html":{}}}],["ids",{"_index":1395,"title":{},"body":{"changelog.html":{}}}],["imp",{"_index":1186,"title":{},"body":{"changelog.html":{}}}],["implement",{"_index":1914,"title":{},"body":{"license.html":{}}}],["implementation",{"_index":1915,"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":2369,"title":{},"body":{"license.html":{}}}],["import",{"_index":65,"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":1607,"title":{},"body":{"index.html":{}}}],["important",{"_index":461,"title":{},"body":{"components/LayoutComponent.html":{},"components/SidenavComponent.html":{}}}],["importing",{"_index":2306,"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":2222,"title":{},"body":{"license.html":{}}}],["imposed",{"_index":2371,"title":{},"body":{"license.html":{}}}],["improve",{"_index":1227,"title":{},"body":{"changelog.html":{}}}],["inability",{"_index":2428,"title":{},"body":{"license.html":{}}}],["inaccurate",{"_index":2430,"title":{},"body":{"license.html":{}}}],["inc",{"_index":1676,"title":{},"body":{"license.html":{}}}],["incidental",{"_index":2424,"title":{},"body":{"license.html":{}}}],["include",{"_index":1907,"title":{},"body":{"license.html":{}}}],["included",{"_index":1216,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["includes",{"_index":1859,"title":{},"body":{"license.html":{}}}],["including",{"_index":1926,"title":{},"body":{"license.html":{}}}],["inclusion",{"_index":2062,"title":{},"body":{"license.html":{}}}],["incompatible",{"_index":1775,"title":{},"body":{"license.html":{}}}],["incorporation",{"_index":2133,"title":{},"body":{"license.html":{}}}],["indemnification",{"_index":2218,"title":{},"body":{"license.html":{}}}],["independent",{"_index":2050,"title":{},"body":{"license.html":{}}}],["index",{"_index":36,"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":2273,"title":{},"body":{"license.html":{}}}],["indicates",{"_index":61,"title":{},"body":{"components/AppsButtonComponent.html":{}}}],["indicating",{"_index":2232,"title":{},"body":{"license.html":{}}}],["indicator",{"_index":1282,"title":{},"body":{"changelog.html":{}}}],["individual",{"_index":2060,"title":{},"body":{"license.html":{}}}],["individuals",{"_index":1784,"title":{},"body":{"license.html":{}}}],["industrial",{"_index":2148,"title":{},"body":{"license.html":{}}}],["infiltrator",{"_index":1234,"title":{},"body":{"changelog.html":{}}}],["infix",{"_index":222,"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":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":{}}}],["info.component",{"_index":437,"title":{},"body":{"components/LayoutComponent.html":{}}}],["info.component.html",{"_index":883,"title":{},"body":{"components/ReleaseInfoComponent.html":{}}}],["info.component.scss",{"_index":884,"title":{},"body":{"components/ReleaseInfoComponent.html":{}}}],["info.component.ts",{"_index":882,"title":{},"body":{"components/ReleaseInfoComponent.html":{}}}],["info.component.ts:28",{"_index":889,"title":{},"body":{"components/ReleaseInfoComponent.html":{}}}],["info.component.ts:29",{"_index":891,"title":{},"body":{"components/ReleaseInfoComponent.html":{}}}],["info.component.ts:33",{"_index":887,"title":{},"body":{"components/ReleaseInfoComponent.html":{}}}],["info/release",{"_index":436,"title":{},"body":{"components/LayoutComponent.html":{},"components/ReleaseInfoComponent.html":{}}}],["inform",{"_index":2115,"title":{},"body":{"license.html":{}}}],["information",{"_index":2152,"title":{},"body":{"license.html":{}}}],["infringe",{"_index":2271,"title":{},"body":{"license.html":{}}}],["infringed",{"_index":2303,"title":{},"body":{"license.html":{}}}],["infringement",{"_index":1851,"title":{},"body":{"license.html":{}}}],["inherit",{"_index":466,"title":{},"body":{"components/LayoutComponent.html":{},"components/SidenavComponent.html":{}}}],["init",{"_index":1592,"title":{},"body":{"index.html":{}}}],["initgenerator",{"_index":1542,"title":{},"body":{"miscellaneous/functions.html":{}}}],["initgenerator(tree",{"_index":1555,"title":{},"body":{"miscellaneous/functions.html":{}}}],["initgeneratorschema",{"_index":1557,"title":{},"body":{"miscellaneous/functions.html":{}}}],["initial",{"_index":1056,"title":{},"body":{"components/SidenavComponent.html":{},"changelog.html":{}}}],["initialcollapsable",{"_index":540,"title":{},"body":{"injectables/LayoutService.html":{}}}],["initialize",{"_index":1664,"title":{},"body":{"index.html":{}}}],["initialvalue",{"_index":167,"title":{},"body":{"components/DefaultHeaderComponent.html":{},"injectables/LayoutService.html":{},"components/NavigationComponent.html":{},"components/NavigationProgressBarComponent.html":{}}}],["initiate",{"_index":2296,"title":{},"body":{"license.html":{}}}],["inject",{"_index":68,"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":242,"title":{},"body":{"injectables/ExternalAppsService.html":{},"injectables/LayoutService.html":{},"injectables/LogoService.html":{}}}],["inject(elementref",{"_index":739,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["inject(externalappsservice",{"_index":79,"title":{},"body":{"components/AppsButtonComponent.html":{}}}],["inject(extract_username_from_profile",{"_index":1092,"title":{},"body":{"components/UserProfileIconComponent.html":{}}}],["inject(footerservice",{"_index":320,"title":{},"body":{"components/FooterComponent.html":{},"directives/FooterDirective.html":{},"injectables/LayoutService.html":{}}}],["inject(headerservice",{"_index":391,"title":{},"body":{"components/HeaderComponent.html":{},"directives/HeaderDirective.html":{},"injectables/LayoutService.html":{}}}],["inject(injector",{"_index":647,"title":{},"body":{"components/NavigationComponent.html":{},"injectables/NavigationService.html":{},"components/SettingsButtonComponent.html":{}}}],["inject(layoutservice",{"_index":162,"title":{},"body":{"components/DefaultHeaderComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{}}}],["inject(locale_id",{"_index":246,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["inject(logoservice",{"_index":443,"title":{},"body":{"components/LayoutComponent.html":{}}}],["inject(matdialog",{"_index":898,"title":{},"body":{"components/ReleaseInfoComponent.html":{}}}],["inject(matdialog).open(mycustomdialogcomponent",{"_index":1658,"title":{},"body":{"index.html":{}}}],["inject(mediamatcher",{"_index":528,"title":{},"body":{"injectables/LayoutService.html":{}}}],["inject(navigationservice",{"_index":645,"title":{},"body":{"components/NavigationComponent.html":{}}}],["inject(pubsubservice",{"_index":1093,"title":{},"body":{"components/UserProfileIconComponent.html":{}}}],["inject(renderer2",{"_index":741,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["inject(router",{"_index":738,"title":{},"body":{"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{}}}],["inject(rxap_environment",{"_index":244,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["inject(rxap_logo_config",{"_index":584,"title":{},"body":{"injectables/LogoService.html":{}}}],["inject(rxap_navigation_config",{"_index":806,"title":{},"body":{"injectables/NavigationService.html":{}}}],["inject(rxap_navigation_config_inserts",{"_index":807,"title":{},"body":{"injectables/NavigationService.html":{}}}],["inject(templateref",{"_index":329,"title":{},"body":{"directives/FooterDirective.html":{},"directives/HeaderDirective.html":{},"directives/SidenavFooterDirective.html":{},"directives/SidenavHeaderDirective.html":{}}}],["inject(themeservice",{"_index":442,"title":{},"body":{"components/LayoutComponent.html":{},"components/SettingsButtonComponent.html":{}}}],["inject(userprofiledatasource",{"_index":184,"title":{},"body":{"components/DefaultHeaderComponent.html":{}}}],["inject(usersettingsthemeservice",{"_index":441,"title":{},"body":{"components/LayoutComponent.html":{}}}],["inject(viewcontainerref",{"_index":330,"title":{},"body":{"directives/FooterDirective.html":{},"directives/HeaderDirective.html":{}}}],["injectable",{"_index":186,"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":187,"title":{},"body":{"injectables/ExternalAppsService.html":{},"injectables/FooterService.html":{},"injectables/HeaderService.html":{},"injectables/LayoutService.html":{},"injectables/LogoService.html":{},"injectables/NavigationService.html":{},"overview.html":{}}}],["injectiontoken",{"_index":671,"title":{},"body":{"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"interfaces/NavigationStatus.html":{},"miscellaneous/variables.html":{}}}],["injectiontoken('rxap/layout/apps",{"_index":2479,"title":{},"body":{"miscellaneous/variables.html":{}}}],["injectiontoken('rxap/layout/logo",{"_index":2481,"title":{},"body":{"miscellaneous/variables.html":{}}}],["injectiontoken('rxap/layout/release",{"_index":2483,"title":{},"body":{"miscellaneous/variables.html":{}}}],["injectiontoken('rxap/layout/settings",{"_index":2484,"title":{},"body":{"miscellaneous/variables.html":{}}}],["injectiontoken>('rxap/layout/app",{"_index":2476,"title":{},"body":{"miscellaneous/variables.html":{}}}],["injectiontoken>('rxap/layout/footer",{"_index":2477,"title":{},"body":{"miscellaneous/variables.html":{}}}],["injectiontoken>('rxap/layout/header",{"_index":2478,"title":{},"body":{"miscellaneous/variables.html":{}}}],["injector",{"_index":628,"title":{},"body":{"components/NavigationComponent.html":{},"injectables/NavigationService.html":{},"components/SettingsButtonComponent.html":{}}}],["inner",{"_index":482,"title":{},"body":{"components/LayoutComponent.html":{},"components/SidenavComponent.html":{}}}],["input",{"_index":386,"title":{},"body":{"components/HeaderComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["input(0",{"_index":644,"title":{},"body":{"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{}}}],["input(false",{"_index":646,"title":{},"body":{"components/NavigationComponent.html":{}}}],["input.required",{"_index":736,"title":{},"body":{"components/NavigationItemComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["inputs",{"_index":381,"title":{},"body":{"components/HeaderComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["insert",{"_index":676,"title":{},"body":{"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{},"index.html":{}}}],["insert(id",{"_index":792,"title":{},"body":{"injectables/NavigationService.html":{}}}],["inserted",{"_index":1636,"title":{},"body":{"index.html":{}}}],["inserts",{"_index":780,"title":{},"body":{"injectables/NavigationService.html":{},"miscellaneous/functions.html":{},"miscellaneous/variables.html":{}}}],["inside",{"_index":1771,"title":{},"body":{"license.html":{}}}],["install",{"_index":1225,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["installation",{"_index":1569,"title":{},"body":{"index.html":{},"license.html":{}}}],["installed",{"_index":2169,"title":{},"body":{"license.html":{}}}],["instanceof",{"_index":753,"title":{},"body":{"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{}}}],["instead",{"_index":791,"title":{},"body":{"injectables/NavigationService.html":{}}}],["intact",{"_index":2023,"title":{},"body":{"license.html":{}}}],["intended",{"_index":1699,"title":{},"body":{"license.html":{}}}],["intention",{"_index":2011,"title":{},"body":{"license.html":{}}}],["interaction",{"_index":1869,"title":{},"body":{"license.html":{}}}],["interactive",{"_index":1874,"title":{},"body":{"license.html":{}}}],["interchange",{"_index":2077,"title":{},"body":{"license.html":{}}}],["interest",{"_index":2290,"title":{},"body":{"license.html":{}}}],["interface",{"_index":663,"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":664,"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":2159,"title":{},"body":{"license.html":{}}}],["internal",{"_index":824,"title":{},"body":{"injectables/NavigationService.html":{}}}],["interop",{"_index":172,"title":{},"body":{"components/DefaultHeaderComponent.html":{},"injectables/LayoutService.html":{},"components/NavigationComponent.html":{},"components/NavigationProgressBarComponent.html":{}}}],["interpretation",{"_index":2438,"title":{},"body":{"license.html":{}}}],["interpreter",{"_index":1924,"title":{},"body":{"license.html":{}}}],["intimate",{"_index":1942,"title":{},"body":{"license.html":{}}}],["invalidate",{"_index":2045,"title":{},"body":{"license.html":{}}}],["invisible",{"_index":706,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["irrevocable",{"_index":1953,"title":{},"body":{"license.html":{}}}],["isactive",{"_index":756,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["isdevmode",{"_index":360,"title":{},"body":{"injectables/FooterService.html":{},"injectables/HeaderService.html":{},"injectables/LayoutService.html":{},"components/SettingsButtonComponent.html":{}}}],["ismobile",{"_index":496,"title":{},"body":{"injectables/LayoutService.html":{}}}],["isnavigationdivideritem",{"_index":610,"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":620,"title":{},"body":{"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"miscellaneous/functions.html":{}}}],["isnavigationdivideritem(navigationitem",{"_index":826,"title":{},"body":{"injectables/NavigationService.html":{}}}],["isnavigationinsertitem",{"_index":677,"title":{},"body":{"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{},"miscellaneous/functions.html":{}}}],["isnavigationinsertitem(item",{"_index":1558,"title":{},"body":{"miscellaneous/functions.html":{}}}],["isnavigationinsertitem(navigationitem",{"_index":872,"title":{},"body":{"injectables/NavigationService.html":{}}}],["isnavigationitem",{"_index":611,"title":{},"body":{"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"injectables/NavigationService.html":{},"miscellaneous/functions.html":{}}}],["isnavigationitem(item",{"_index":622,"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":876,"title":{},"body":{"injectables/NavigationService.html":{}}}],["isopen",{"_index":42,"title":{},"body":{"components/AppsButtonComponent.html":{}}}],["issue",{"_index":1241,"title":{},"body":{"changelog.html":{}}}],["issues",{"_index":1232,"title":{},"body":{"changelog.html":{},"properties.html":{}}}],["isthemedensity",{"_index":428,"title":{},"body":{"components/LayoutComponent.html":{}}}],["isthemedensity(theme.density",{"_index":450,"title":{},"body":{"components/LayoutComponent.html":{}}}],["isvisible",{"_index":680,"title":{},"body":{"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{},"index.html":{}}}],["isvisible$.pipe(catcherror(e",{"_index":838,"title":{},"body":{"injectables/NavigationService.html":{}}}],["isvisible(item",{"_index":1628,"title":{},"body":{"index.html":{}}}],["isvisible(navigationitem",{"_index":879,"title":{},"body":{"interfaces/NavigationStatus.html":{}}}],["isvisiblearray",{"_index":829,"title":{},"body":{"injectables/NavigationService.html":{}}}],["isvisiblearray.reduce((acc",{"_index":853,"title":{},"body":{"injectables/NavigationService.html":{}}}],["item",{"_index":619,"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":760,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["item.action",{"_index":983,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["item.children",{"_index":746,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["item.children.length",{"_index":747,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["item.component",{"_index":635,"title":{},"body":{"components/NavigationComponent.html":{}}}],["item.component.html",{"_index":694,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["item.component.scss",{"_index":693,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["item.component.ts",{"_index":688,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["item.component.ts:101",{"_index":707,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["item.component.ts:111",{"_index":703,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["item.component.ts:166",{"_index":699,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["item.component.ts:172",{"_index":700,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["item.component.ts:178",{"_index":698,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["item.component.ts:94",{"_index":697,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["item.component.ts:96",{"_index":702,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["item.component.ts:98",{"_index":696,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["item.component.ts:99",{"_index":701,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["item.label",{"_index":985,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["item.title",{"_index":662,"title":{},"body":{"components/NavigationComponent.html":{}}}],["item.ts",{"_index":666,"title":{},"body":{"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"interfaces/NavigationStatus.html":{},"miscellaneous/functions.html":{},"miscellaneous/typealiases.html":{}}}],["item.ts:39",{"_index":880,"title":{},"body":{"interfaces/NavigationStatus.html":{}}}],["item/navigation",{"_index":634,"title":{},"body":{"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{}}}],["item['divider",{"_index":675,"title":{},"body":{"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"interfaces/NavigationStatus.html":{}}}],["item['insert",{"_index":678,"title":{},"body":{"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"interfaces/NavigationStatus.html":{}}}],["item['label",{"_index":687,"title":{},"body":{"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"interfaces/NavigationStatus.html":{}}}],["item['routerlink",{"_index":686,"title":{},"body":{"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"interfaces/NavigationStatus.html":{}}}],["item]'},{'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":{}}}],["itemclasses",{"_index":695,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["itemexample",{"_index":1661,"title":{},"body":{"index.html":{}}}],["itemproperties",{"_index":1426,"title":{},"body":{"changelog.html":{}}}],["items",{"_index":605,"title":{},"body":{"components/NavigationComponent.html":{},"changelog.html":{},"miscellaneous/functions.html":{},"index.html":{}}}],["itself",{"_index":2174,"title":{},"body":{"license.html":{}}}],["joinpath",{"_index":264,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["joinpath(app.href",{"_index":282,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["june",{"_index":1669,"title":{},"body":{"license.html":{}}}],["justify",{"_index":1057,"title":{},"body":{"components/SidenavComponent.html":{}}}],["keep",{"_index":2022,"title":{},"body":{"license.html":{}}}],["kernel",{"_index":1918,"title":{},"body":{"license.html":{}}}],["key",{"_index":1638,"title":{},"body":{"index.html":{},"license.html":{}}}],["keygeneration",{"_index":1512,"title":{},"body":{"changelog.html":{}}}],["keys",{"_index":2154,"title":{},"body":{"license.html":{}}}],["keywords",{"_index":2453,"title":{},"body":{"properties.html":{}}}],["kind",{"_index":1865,"title":{},"body":{"license.html":{}}}],["kinds",{"_index":1689,"title":{},"body":{"license.html":{}}}],["know",{"_index":1720,"title":{},"body":{"license.html":{}}}],["knowingly",{"_index":2332,"title":{},"body":{"license.html":{}}}],["knowledge",{"_index":2341,"title":{},"body":{"license.html":{}}}],["label",{"_index":683,"title":{},"body":{"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"interfaces/NavigationStatus.html":{},"interfaces/ReleaseInfoModule.html":{},"interfaces/SettingsMenuItem.html":{},"index.html":{}}}],["lang",{"_index":1178,"title":{},"body":{"changelog.html":{}}}],["language",{"_index":1118,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["larger",{"_index":2054,"title":{},"body":{"license.html":{}}}],["later",{"_index":2396,"title":{},"body":{"license.html":{},"properties.html":{}}}],["law",{"_index":1853,"title":{},"body":{"license.html":{}}}],["laws",{"_index":1825,"title":{},"body":{"license.html":{}}}],["lawsuit",{"_index":2301,"title":{},"body":{"license.html":{}}}],["layout",{"_index":145,"title":{},"body":{"components/BaseLayoutComponent.html":{},"components/LayoutComponent.html":{},"components/MinimalLayoutComponent.html":{},"changelog.html":{},"index.html":{},"properties.html":{}}}],["layout'},{'name",{"_index":98,"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":596,"title":{},"body":{"components/MinimalLayoutComponent.html":{}}}],["layout.component.html",{"_index":146,"title":{},"body":{"components/BaseLayoutComponent.html":{},"components/LayoutComponent.html":{},"components/MinimalLayoutComponent.html":{}}}],["layout.component.scss",{"_index":148,"title":{},"body":{"components/BaseLayoutComponent.html":{},"components/LayoutComponent.html":{},"components/MinimalLayoutComponent.html":{}}}],["layout.component.ts",{"_index":144,"title":{},"body":{"components/BaseLayoutComponent.html":{},"components/MinimalLayoutComponent.html":{}}}],["layout.routes.ts",{"_index":1596,"title":{},"body":{"index.html":{}}}],["layout.service",{"_index":174,"title":{},"body":{"components/DefaultHeaderComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{}}}],["layout/base",{"_index":143,"title":{},"body":{"components/BaseLayoutComponent.html":{},"components/MinimalLayoutComponent.html":{}}}],["layout/minimal",{"_index":595,"title":{},"body":{"components/MinimalLayoutComponent.html":{}}}],["layoutcomponent",{"_index":104,"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":158,"title":{},"body":{"components/DefaultHeaderComponent.html":{},"components/SidenavToggleButtonComponent.html":{}}}],["layoutservice",{"_index":173,"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":1624,"title":{},"body":{"index.html":{}}}],["legal",{"_index":1751,"title":{},"body":{"license.html":{}}}],["legend",{"_index":88,"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":606,"title":{},"body":{"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{}}}],["li[rxap",{"_index":111,"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":2199,"title":{},"body":{"license.html":{}}}],["liable",{"_index":1850,"title":{},"body":{"license.html":{}}}],["libraries",{"_index":1905,"title":{},"body":{"license.html":{}}}],["library",{"_index":2124,"title":{},"body":{"license.html":{}}}],["licence",{"_index":1190,"title":{},"body":{"changelog.html":{}}}],["license",{"_index":1666,"title":{"license.html":{}},"body":{"license.html":{},"properties.html":{}}}],["licensed",{"_index":1829,"title":{},"body":{"license.html":{}}}],["licensee",{"_index":1831,"title":{},"body":{"license.html":{}}}],["licensees",{"_index":1833,"title":{},"body":{"license.html":{}}}],["licenses",{"_index":1691,"title":{},"body":{"license.html":{}}}],["licensing",{"_index":2275,"title":{},"body":{"license.html":{}}}],["licensors",{"_index":2210,"title":{},"body":{"license.html":{}}}],["likewise",{"_index":2267,"title":{},"body":{"license.html":{}}}],["limit",{"_index":2012,"title":{},"body":{"license.html":{}}}],["limitation",{"_index":2421,"title":{},"body":{"license.html":{}}}],["limited",{"_index":2408,"title":{},"body":{"license.html":{}}}],["limiting",{"_index":2198,"title":{},"body":{"license.html":{}}}],["line",{"_index":252,"title":{},"body":{"injectables/ExternalAppsService.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"index.html":{}}}],["link",{"_index":289,"title":{},"body":{"injectables/ExternalAppsService.html":{},"changelog.html":{},"index.html":{},"license.html":{}}}],["linked",{"_index":1938,"title":{},"body":{"license.html":{}}}],["list",{"_index":63,"title":{},"body":{"components/AppsButtonComponent.html":{},"injectables/ExternalAppsService.html":{},"injectables/FooterService.html":{},"injectables/HeaderService.html":{},"components/NavigationComponent.html":{},"changelog.html":{},"license.html":{}}}],["litigation",{"_index":2297,"title":{},"body":{"license.html":{}}}],["load",{"_index":1273,"title":{},"body":{"changelog.html":{}}}],["loadchildren",{"_index":1606,"title":{},"body":{"index.html":{}}}],["loaded",{"_index":1600,"title":{},"body":{"index.html":{}}}],["local",{"_index":2439,"title":{},"body":{"license.html":{}}}],["locale_id",{"_index":248,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["localeid",{"_index":195,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["localid",{"_index":1653,"title":{},"body":{"index.html":{}}}],["log",{"_index":1100,"title":{},"body":{"changelog.html":{}}}],["logo",{"_index":580,"title":{},"body":{"injectables/LogoService.html":{},"changelog.html":{}}}],["logo.png",{"_index":586,"title":{},"body":{"injectables/LogoService.html":{}}}],["logo.service",{"_index":434,"title":{},"body":{"components/LayoutComponent.html":{}}}],["logoheight",{"_index":415,"title":{},"body":{"components/LayoutComponent.html":{}}}],["logoservice",{"_index":433,"title":{"injectables/LogoService.html":{}},"body":{"components/LayoutComponent.html":{},"injectables/LogoService.html":{}}}],["logosrc",{"_index":416,"title":{},"body":{"components/LayoutComponent.html":{}}}],["logout",{"_index":1082,"title":{},"body":{"components/UserProfileIconComponent.html":{}}}],["logowidth",{"_index":417,"title":{},"body":{"components/LayoutComponent.html":{}}}],["long",{"_index":1966,"title":{},"body":{"license.html":{}}}],["loop",{"_index":656,"title":{},"body":{"components/NavigationComponent.html":{}}}],["loss",{"_index":2429,"title":{},"body":{"license.html":{}}}],["losses",{"_index":2431,"title":{},"body":{"license.html":{}}}],["machine",{"_index":2067,"title":{},"body":{"license.html":{}}}],["made",{"_index":2160,"title":{},"body":{"license.html":{}}}],["maintain",{"_index":2103,"title":{},"body":{"license.html":{}}}],["major",{"_index":1910,"title":{},"body":{"license.html":{}}}],["make",{"_index":1702,"title":{},"body":{"license.html":{}}}],["makes",{"_index":1984,"title":{},"body":{"license.html":{}}}],["making",{"_index":1839,"title":{},"body":{"license.html":{}}}],["manner",{"_index":2316,"title":{},"body":{"license.html":{}}}],["manufacturer",{"_index":1773,"title":{},"body":{"license.html":{}}}],["map",{"_index":775,"title":{},"body":{"components/NavigationProgressBarComponent.html":{},"injectables/NavigationService.html":{}}}],["map((children",{"_index":861,"title":{},"body":{"injectables/NavigationService.html":{}}}],["map((isvisible",{"_index":855,"title":{},"body":{"injectables/NavigationService.html":{}}}],["map((isvisiblearray",{"_index":852,"title":{},"body":{"injectables/NavigationService.html":{}}}],["map((navigationwithnullitems",{"_index":867,"title":{},"body":{"injectables/NavigationService.html":{}}}],["map((status",{"_index":833,"title":{},"body":{"injectables/NavigationService.html":{}}}],["map((statustoken",{"_index":830,"title":{},"body":{"injectables/NavigationService.html":{}}}],["map(app",{"_index":293,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["map(event",{"_index":771,"title":{},"body":{"components/NavigationProgressBarComponent.html":{}}}],["map(isvisible",{"_index":837,"title":{},"body":{"injectables/NavigationService.html":{}}}],["map(item",{"_index":958,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["march",{"_index":2366,"title":{},"body":{"license.html":{}}}],["margin",{"_index":1239,"title":{},"body":{"changelog.html":{}}}],["marked",{"_index":1762,"title":{},"body":{"license.html":{}}}],["marks",{"_index":2216,"title":{},"body":{"license.html":{}}}],["masks",{"_index":1827,"title":{},"body":{"license.html":{}}}],["mat",{"_index":481,"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":409,"title":{},"body":{"components/LayoutComponent.html":{}}}],["matching",{"_index":141,"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":892,"title":{},"body":{"components/ReleaseInfoComponent.html":{}}}],["matdivider",{"_index":1000,"title":{},"body":{"components/SidenavComponent.html":{}}}],["matdividermodule",{"_index":601,"title":{},"body":{"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{}}}],["matdrawermode",{"_index":524,"title":{},"body":{"injectables/LayoutService.html":{},"components/SidenavComponent.html":{}}}],["material",{"_index":1499,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["materially",{"_index":2175,"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":408,"title":{},"body":{"components/LayoutComponent.html":{},"components/NavigationItemComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["matmenu",{"_index":917,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["matmenuitem",{"_index":919,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["matmenumodule",{"_index":411,"title":{},"body":{"components/LayoutComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["matmenutrigger",{"_index":918,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["matprogressbar",{"_index":764,"title":{},"body":{"components/NavigationProgressBarComponent.html":{}}}],["matripplemodule",{"_index":691,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["matsidenav",{"_index":997,"title":{},"body":{"components/SidenavComponent.html":{}}}],["matsidenavcontainer",{"_index":998,"title":{},"body":{"components/SidenavComponent.html":{}}}],["matsidenavcontent",{"_index":999,"title":{},"body":{"components/SidenavComponent.html":{}}}],["matsidenavmodule",{"_index":406,"title":{},"body":{"components/LayoutComponent.html":{}}}],["mattoolbar",{"_index":377,"title":{},"body":{"components/HeaderComponent.html":{}}}],["mattoolbarmodule",{"_index":306,"title":{},"body":{"components/FooterComponent.html":{}}}],["mattoolbarrow",{"_index":378,"title":{},"body":{"components/HeaderComponent.html":{}}}],["mdi",{"_index":1260,"title":{},"body":{"changelog.html":{}}}],["meaning",{"_index":2225,"title":{},"body":{"license.html":{}}}],["means",{"_index":1824,"title":{},"body":{"license.html":{}}}],["measure",{"_index":1992,"title":{},"body":{"license.html":{}}}],["measures",{"_index":2004,"title":{},"body":{"license.html":{}}}],["mediamatcher",{"_index":521,"title":{},"body":{"injectables/LayoutService.html":{}}}],["medium",{"_index":2018,"title":{},"body":{"license.html":{}}}],["meet",{"_index":2031,"title":{},"body":{"license.html":{}}}],["meets",{"_index":1889,"title":{},"body":{"license.html":{}}}],["menu",{"_index":1076,"title":{},"body":{"components/SidenavToggleButtonComponent.html":{},"changelog.html":{},"index.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["menu_open",{"_index":1075,"title":{},"body":{"components/SidenavToggleButtonComponent.html":{}}}],["merchantability",{"_index":2409,"title":{},"body":{"license.html":{}}}],["mere",{"_index":1868,"title":{},"body":{"license.html":{}}}],["merge",{"_index":1365,"title":{},"body":{"changelog.html":{}}}],["merging",{"_index":2286,"title":{},"body":{"license.html":{}}}],["merzough",{"_index":1413,"title":{},"body":{"changelog.html":{},"properties.html":{}}}],["met",{"_index":1955,"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":236,"title":{},"body":{"injectables/ExternalAppsService.html":{},"injectables/NavigationService.html":{},"changelog.html":{},"index.html":{}}}],["methods",{"_index":43,"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":1052,"title":{},"body":{"components/SidenavComponent.html":{},"changelog.html":{}}}],["minimal",{"_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":{}}}],["minimallayoutcomponent",{"_index":105,"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":1540,"title":{"miscellaneous/functions.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}},"body":{"miscellaneous/functions.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["misrepresentation",{"_index":2205,"title":{},"body":{"license.html":{}}}],["missing",{"_index":1445,"title":{},"body":{"changelog.html":{}}}],["mmuenker@digitaix.com",{"_index":1415,"title":{},"body":{"changelog.html":{}}}],["mobilequery",{"_index":529,"title":{},"body":{"injectables/LayoutService.html":{}}}],["mobilequery.addeventlistener('change",{"_index":536,"title":{},"body":{"injectables/LayoutService.html":{}}}],["mobilequery.matches",{"_index":539,"title":{},"body":{"injectables/LayoutService.html":{}}}],["mockspeerdependency",{"_index":1461,"title":{},"body":{"changelog.html":{}}}],["mode",{"_index":497,"title":{},"body":{"injectables/LayoutService.html":{},"components/SettingsButtonComponent.html":{},"changelog.html":{},"index.html":{},"license.html":{}}}],["model",{"_index":2084,"title":{},"body":{"license.html":{}}}],["modetype",{"_index":1446,"title":{},"body":{"changelog.html":{}}}],["modification",{"_index":1820,"title":{},"body":{"license.html":{}}}],["modifications",{"_index":1893,"title":{},"body":{"license.html":{}}}],["modified",{"_index":1761,"title":{},"body":{"license.html":{}}}],["modifies",{"_index":2036,"title":{},"body":{"license.html":{}}}],["modify",{"_index":1733,"title":{},"body":{"license.html":{}}}],["modifying",{"_index":1857,"title":{},"body":{"license.html":{}}}],["module",{"_index":254,"title":{},"body":{"injectables/ExternalAppsService.html":{},"components/ReleaseInfoComponent.html":{},"changelog.html":{},"miscellaneous/functions.html":{},"miscellaneous/variables.html":{}}}],["module.hash",{"_index":906,"title":{},"body":{"components/ReleaseInfoComponent.html":{}}}],["module.name",{"_index":904,"title":{},"body":{"components/ReleaseInfoComponent.html":{}}}],["module.version",{"_index":905,"title":{},"body":{"components/ReleaseInfoComponent.html":{}}}],["modules",{"_index":885,"title":{"modules.html":{}},"body":{"components/ReleaseInfoComponent.html":{},"modules.html":{}}}],["modules.length",{"_index":901,"title":{},"body":{"components/ReleaseInfoComponent.html":{}}}],["mono",{"_index":1366,"title":{},"body":{"changelog.html":{}}}],["more",{"_index":2086,"title":{},"body":{"license.html":{}}}],["moreover",{"_index":2254,"title":{},"body":{"license.html":{}}}],["move",{"_index":1117,"title":{},"body":{"changelog.html":{}}}],["multiple",{"_index":370,"title":{},"body":{"injectables/FooterService.html":{},"injectables/HeaderService.html":{}}}],["mv",{"_index":1498,"title":{},"body":{"changelog.html":{}}}],["mycustommenuitemcomponent",{"_index":1662,"title":{},"body":{"index.html":{}}}],["münker",{"_index":1414,"title":{},"body":{"changelog.html":{},"properties.html":{}}}],["name",{"_index":94,"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":2209,"title":{},"body":{"license.html":{}}}],["nature",{"_index":2051,"title":{},"body":{"license.html":{}}}],["nav",{"_index":728,"title":{},"body":{"components/NavigationItemComponent.html":{},"components/SidenavComponent.html":{}}}],["navigate",{"_index":205,"title":{},"body":{"injectables/ExternalAppsService.html":{},"changelog.html":{},"index.html":{}}}],["navigate(appid",{"_index":231,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["navigated",{"_index":1618,"title":{},"body":{"index.html":{}}}],["navigating",{"_index":767,"title":{},"body":{"components/NavigationProgressBarComponent.html":{}}}],["navigation",{"_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":{},"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":1645,"title":{},"body":{"index.html":{}}}],["navigation.component",{"_index":725,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["navigation.component.html",{"_index":604,"title":{},"body":{"components/NavigationComponent.html":{}}}],["navigation.component.scss",{"_index":603,"title":{},"body":{"components/NavigationComponent.html":{}}}],["navigation.map((navigationitem",{"_index":865,"title":{},"body":{"injectables/NavigationService.html":{}}}],["navigation.push",{"_index":874,"title":{},"body":{"injectables/NavigationService.html":{}}}],["navigation.push(navigationitem",{"_index":878,"title":{},"body":{"injectables/NavigationService.html":{}}}],["navigation.service",{"_index":633,"title":{},"body":{"components/NavigationComponent.html":{}}}],["navigation/navigation",{"_index":802,"title":{},"body":{"injectables/NavigationService.html":{}}}],["navigation/navigation.component",{"_index":435,"title":{},"body":{"components/LayoutComponent.html":{},"components/SidenavComponent.html":{}}}],["navigation]'},{'name",{"_index":109,"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":1520,"title":{},"body":{"changelog.html":{}}}],["navigationcancel",{"_index":770,"title":{},"body":{"components/NavigationProgressBarComponent.html":{}}}],["navigationcomponent",{"_index":107,"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":617,"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":716,"title":{},"body":{"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{}}}],["navigationinsertitem",{"_index":673,"title":{"interfaces/NavigationInsertItem.html":{}},"body":{"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"interfaces/NavigationStatus.html":{},"miscellaneous/functions.html":{},"index.html":{}}}],["navigationitem",{"_index":616,"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":827,"title":{},"body":{"injectables/NavigationService.html":{}}}],["navigationitemcomponent",{"_index":110,"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":857,"title":{},"body":{"injectables/NavigationService.html":{}}}],["navigationitemornull.children",{"_index":860,"title":{},"body":{"injectables/NavigationService.html":{}}}],["navigationitemornull.children?.length",{"_index":858,"title":{},"body":{"injectables/NavigationService.html":{}}}],["navigationitems",{"_index":607,"title":{},"body":{"components/NavigationComponent.html":{},"changelog.html":{}}}],["navigationprogressbarcomponent",{"_index":114,"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":632,"title":{"injectables/NavigationService.html":{}},"body":{"components/NavigationComponent.html":{},"injectables/NavigationService.html":{}}}],["navigationstart",{"_index":769,"title":{},"body":{"components/NavigationProgressBarComponent.html":{}}}],["navigationstatus",{"_index":679,"title":{"interfaces/NavigationStatus.html":{}},"body":{"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"interfaces/NavigationStatus.html":{}}}],["navigationwithinserts",{"_index":672,"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":869,"title":{},"body":{"injectables/NavigationService.html":{}}}],["necessary",{"_index":2417,"title":{},"body":{"license.html":{}}}],["need",{"_index":1724,"title":{},"body":{"license.html":{}}}],["needed",{"_index":1798,"title":{},"body":{"license.html":{}}}],["nest",{"_index":1370,"title":{},"body":{"changelog.html":{}}}],["network",{"_index":1871,"title":{},"body":{"license.html":{}}}],["neutral",{"_index":640,"title":{},"body":{"components/NavigationComponent.html":{}}}],["new",{"_index":276,"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":251,"title":{},"body":{"injectables/ExternalAppsService.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"license.html":{}}}],["next.0",{"_index":1421,"title":{},"body":{"changelog.html":{}}}],["next.1",{"_index":1404,"title":{},"body":{"changelog.html":{}}}],["next.2",{"_index":1403,"title":{},"body":{"changelog.html":{}}}],["next.3",{"_index":1402,"title":{},"body":{"changelog.html":{}}}],["ng",{"_index":479,"title":{},"body":{"components/LayoutComponent.html":{},"components/SidenavComponent.html":{},"changelog.html":{}}}],["ngafterviewinit",{"_index":748,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["ngclass",{"_index":414,"title":{},"body":{"components/LayoutComponent.html":{},"components/NavigationItemComponent.html":{},"components/SidenavComponent.html":{}}}],["ngfor",{"_index":600,"title":{},"body":{"components/NavigationComponent.html":{}}}],["ngif",{"_index":410,"title":{},"body":{"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/SidenavComponent.html":{}}}],["ngonchanges(changes",{"_index":742,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["ngondestroy",{"_index":335,"title":{},"body":{"directives/FooterDirective.html":{},"directives/HeaderDirective.html":{},"components/LayoutComponent.html":{}}}],["ngoninit",{"_index":81,"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":413,"title":{},"body":{"components/LayoutComponent.html":{},"components/SidenavComponent.html":{}}}],["ngtemplateoutlet",{"_index":1001,"title":{},"body":{"components/SidenavComponent.html":{}}}],["ngx",{"_index":2454,"title":{},"body":{"properties.html":{}}}],["non",{"_index":1815,"title":{},"body":{"license.html":{}}}],["noncommercially",{"_index":2093,"title":{},"body":{"license.html":{}}}],["none",{"_index":486,"title":{},"body":{"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/SidenavComponent.html":{}}}],["normal",{"_index":990,"title":{},"body":{"components/SettingsButtonComponent.html":{},"license.html":{}}}],["normally",{"_index":2128,"title":{},"body":{"license.html":{}}}],["not(.mat",{"_index":455,"title":{},"body":{"components/LayoutComponent.html":{},"components/SidenavComponent.html":{}}}],["notable",{"_index":1101,"title":{},"body":{"changelog.html":{}}}],["note",{"_index":1130,"title":{},"body":{"changelog.html":{}}}],["nothing",{"_index":2268,"title":{},"body":{"license.html":{}}}],["notice",{"_index":1882,"title":{},"body":{"license.html":{}}}],["notices",{"_index":1877,"title":{},"body":{"license.html":{}}}],["notifies",{"_index":2255,"title":{},"body":{"license.html":{}}}],["notify",{"_index":2249,"title":{},"body":{"license.html":{}}}],["notwithstanding",{"_index":2194,"title":{},"body":{"license.html":{}}}],["nrwl",{"_index":1382,"title":{},"body":{"changelog.html":{}}}],["nrwl/angular",{"_index":1410,"title":{},"body":{"changelog.html":{}}}],["nrwl/angular13.x.x",{"_index":1407,"title":{},"body":{"changelog.html":{}}}],["null",{"_index":168,"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":363,"title":{},"body":{"injectables/FooterService.html":{},"injectables/HeaderService.html":{},"license.html":{}}}],["numbered",{"_index":2395,"title":{},"body":{"license.html":{}}}],["nx",{"_index":1593,"title":{},"body":{"index.html":{}}}],["nx/devkit",{"_index":1527,"title":{},"body":{"dependencies.html":{}}}],["nx/enforce",{"_index":253,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["object",{"_index":1626,"title":{},"body":{"index.html":{},"license.html":{}}}],["object.entries(inserts).foreach",{"_index":810,"title":{},"body":{"injectables/NavigationService.html":{}}}],["objects",{"_index":357,"title":{},"body":{"injectables/FooterService.html":{},"injectables/HeaderService.html":{}}}],["obligate",{"_index":2378,"title":{},"body":{"license.html":{}}}],["obligated",{"_index":2109,"title":{},"body":{"license.html":{}}}],["obligations",{"_index":1994,"title":{},"body":{"license.html":{}}}],["observable",{"_index":526,"title":{},"body":{"injectables/LayoutService.html":{},"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{}}}],["observable(subscriber",{"_index":535,"title":{},"body":{"injectables/LayoutService.html":{}}}],["observecurrentthemedensity",{"_index":525,"title":{},"body":{"injectables/LayoutService.html":{}}}],["occasionally",{"_index":2092,"title":{},"body":{"license.html":{}}}],["occurring",{"_index":2265,"title":{},"body":{"license.html":{}}}],["occurs",{"_index":1781,"title":{},"body":{"license.html":{}}}],["of(false",{"_index":842,"title":{},"body":{"injectables/NavigationService.html":{}}}],["of(isvisible",{"_index":835,"title":{},"body":{"injectables/NavigationService.html":{}}}],["of(navigationitem",{"_index":828,"title":{},"body":{"injectables/NavigationService.html":{}}}],["of(navigationitemornull",{"_index":862,"title":{},"body":{"injectables/NavigationService.html":{}}}],["of(null",{"_index":863,"title":{},"body":{"injectables/NavigationService.html":{}}}],["offer",{"_index":1749,"title":{},"body":{"license.html":{}}}],["offered",{"_index":2118,"title":{},"body":{"license.html":{}}}],["offering",{"_index":2096,"title":{},"body":{"license.html":{}}}],["official",{"_index":1895,"title":{},"body":{"license.html":{}}}],["onchanges",{"_index":689,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["ondestroy",{"_index":323,"title":{},"body":{"directives/FooterDirective.html":{},"directives/HeaderDirective.html":{},"components/LayoutComponent.html":{},"components/NavigationItemComponent.html":{}}}],["one",{"_index":850,"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":64,"title":{},"body":{"components/AppsButtonComponent.html":{}}}],["opened",{"_index":159,"title":{},"body":{"components/DefaultHeaderComponent.html":{},"components/LayoutComponent.html":{},"injectables/LayoutService.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"index.html":{}}}],["openenvironmentinfo",{"_index":886,"title":{},"body":{"components/ReleaseInfoComponent.html":{}}}],["opensidenav",{"_index":500,"title":{},"body":{"injectables/LayoutService.html":{},"components/SidenavComponent.html":{}}}],["opera",{"_index":489,"title":{},"body":{"components/LayoutComponent.html":{},"components/SidenavComponent.html":{}}}],["operate",{"_index":2434,"title":{},"body":{"license.html":{}}}],["operated",{"_index":2100,"title":{},"body":{"license.html":{}}}],["operating",{"_index":1920,"title":{},"body":{"license.html":{}}}],["operation",{"_index":2013,"title":{},"body":{"license.html":{}}}],["option",{"_index":2192,"title":{},"body":{"license.html":{}}}],["optional",{"_index":211,"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":1556,"title":{},"body":{"miscellaneous/functions.html":{},"license.html":{}}}],["order",{"_index":1196,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["organization",{"_index":2283,"title":{},"body":{"license.html":{}}}],["organizations",{"_index":1834,"title":{},"body":{"license.html":{}}}],["origin",{"_index":2206,"title":{},"body":{"license.html":{}}}],["original",{"_index":2207,"title":{},"body":{"license.html":{}}}],["others",{"_index":1726,"title":{},"body":{"license.html":{}}}],["otherwise",{"_index":1967,"title":{},"body":{"license.html":{}}}],["out",{"_index":2427,"title":{},"body":{"license.html":{}}}],["output",{"_index":1959,"title":{},"body":{"license.html":{}}}],["outside",{"_index":1978,"title":{},"body":{"license.html":{}}}],["over",{"_index":546,"title":{},"body":{"injectables/LayoutService.html":{}}}],["overflow",{"_index":731,"title":{},"body":{"components/NavigationItemComponent.html":{},"components/SidenavComponent.html":{}}}],["overscroll",{"_index":1198,"title":{},"body":{"changelog.html":{}}}],["overview",{"_index":2451,"title":{"overview.html":{}},"body":{"overview.html":{}}}],["owned",{"_index":2311,"title":{},"body":{"license.html":{}}}],["package",{"_index":1132,"title":{"dependencies.html":{},"properties.html":{}},"body":{"changelog.html":{},"index.html":{}}}],["packaged",{"_index":2043,"title":{},"body":{"license.html":{}}}],["packagedependencies",{"_index":1378,"title":{},"body":{"changelog.html":{}}}],["packagerxap/material",{"_index":1500,"title":{},"body":{"changelog.html":{}}}],["packages",{"_index":1192,"title":{},"body":{"changelog.html":{},"properties.html":{}}}],["packaging",{"_index":1909,"title":{},"body":{"license.html":{}}}],["padding",{"_index":1039,"title":{},"body":{"components/SidenavComponent.html":{},"changelog.html":{}}}],["paragraph",{"_index":2239,"title":{},"body":{"license.html":{}}}],["paragraphs",{"_index":2324,"title":{},"body":{"license.html":{}}}],["param",{"_index":364,"title":{},"body":{"injectables/FooterService.html":{},"injectables/HeaderService.html":{},"injectables/NavigationService.html":{}}}],["parameters",{"_index":209,"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":1622,"title":{},"body":{"index.html":{}}}],["part",{"_index":1836,"title":{},"body":{"license.html":{}}}],["particular",{"_index":1901,"title":{},"body":{"license.html":{}}}],["parties",{"_index":1867,"title":{},"body":{"license.html":{}}}],["parts",{"_index":1946,"title":{},"body":{"license.html":{}}}],["party",{"_index":2101,"title":{},"body":{"license.html":{}}}],["party's",{"_index":2288,"title":{},"body":{"license.html":{}}}],["pass",{"_index":1739,"title":{},"body":{"license.html":{}}}],["password",{"_index":2183,"title":{},"body":{"license.html":{}}}],["patent",{"_index":2238,"title":{},"body":{"license.html":{}}}],["patents",{"_index":1802,"title":{},"body":{"license.html":{}}}],["path",{"_index":217,"title":{},"body":{"injectables/ExternalAppsService.html":{},"changelog.html":{},"index.html":{}}}],["pattern",{"_index":1779,"title":{},"body":{"license.html":{}}}],["payment",{"_index":2361,"title":{},"body":{"license.html":{}}}],["peer",{"_index":1223,"title":{},"body":{"changelog.html":{},"dependencies.html":{},"index.html":{},"license.html":{}}}],["peers",{"_index":2116,"title":{},"body":{"license.html":{}}}],["performance",{"_index":2413,"title":{},"body":{"license.html":{}}}],["performing",{"_index":1932,"title":{},"body":{"license.html":{}}}],["permanently",{"_index":2247,"title":{},"body":{"license.html":{}}}],["permission",{"_index":1752,"title":{},"body":{"license.html":{}}}],["permissions",{"_index":1950,"title":{},"body":{"license.html":{}}}],["permissive",{"_index":2025,"title":{},"body":{"license.html":{}}}],["permit",{"_index":2061,"title":{},"body":{"license.html":{}}}],["permits",{"_index":2228,"title":{},"body":{"license.html":{}}}],["permitted",{"_index":1679,"title":{},"body":{"license.html":{}}}],["perpetuity",{"_index":2164,"title":{},"body":{"license.html":{}}}],["personal",{"_index":2127,"title":{},"body":{"license.html":{}}}],["pertinent",{"_index":2376,"title":{},"body":{"license.html":{}}}],["physical",{"_index":2071,"title":{},"body":{"license.html":{}}}],["physically",{"_index":2089,"title":{},"body":{"license.html":{}}}],["pieces",{"_index":1719,"title":{},"body":{"license.html":{}}}],["pinned",{"_index":498,"title":{},"body":{"injectables/LayoutService.html":{},"components/SidenavComponent.html":{}}}],["pipe",{"_index":751,"title":{},"body":{"components/NavigationItemComponent.html":{},"injectables/NavigationService.html":{}}}],["place",{"_index":2098,"title":{},"body":{"license.html":{}}}],["placeholder",{"_index":1635,"title":{},"body":{"index.html":{}}}],["plugins",{"_index":1369,"title":{},"body":{"changelog.html":{}}}],["plus",{"_index":2291,"title":{},"body":{"license.html":{}}}],["point",{"_index":1149,"title":{},"body":{"changelog.html":{}}}],["portal",{"_index":321,"title":{},"body":{"components/FooterComponent.html":{},"injectables/FooterService.html":{},"components/HeaderComponent.html":{},"injectables/HeaderService.html":{}}}],["portalcount",{"_index":338,"title":{},"body":{"injectables/FooterService.html":{},"injectables/HeaderService.html":{}}}],["portalmodule",{"_index":307,"title":{},"body":{"components/FooterComponent.html":{}}}],["portals",{"_index":311,"title":{},"body":{"components/FooterComponent.html":{},"injectables/FooterService.html":{},"components/HeaderComponent.html":{},"injectables/HeaderService.html":{}}}],["portals.slice",{"_index":375,"title":{},"body":{"injectables/FooterService.html":{},"injectables/HeaderService.html":{}}}],["portals.splice(index",{"_index":374,"title":{},"body":{"injectables/FooterService.html":{},"injectables/HeaderService.html":{}}}],["portion",{"_index":2121,"title":{},"body":{"license.html":{}}}],["possesses",{"_index":2085,"title":{},"body":{"license.html":{}}}],["possession",{"_index":2040,"title":{},"body":{"license.html":{}}}],["possibility",{"_index":2437,"title":{},"body":{"license.html":{}}}],["possible",{"_index":1656,"title":{},"body":{"index.html":{}}}],["power",{"_index":2006,"title":{},"body":{"license.html":{}}}],["practical",{"_index":1692,"title":{},"body":{"license.html":{}}}],["practice",{"_index":1788,"title":{},"body":{"license.html":{}}}],["preamble",{"_index":1687,"title":{},"body":{"license.html":{}}}],["precise",{"_index":1816,"title":{},"body":{"license.html":{}}}],["precisely",{"_index":1785,"title":{},"body":{"license.html":{}}}],["predecessor",{"_index":2289,"title":{},"body":{"license.html":{}}}],["preferred",{"_index":1891,"title":{},"body":{"license.html":{}}}],["present",{"_index":2388,"title":{},"body":{"license.html":{}}}],["presents",{"_index":1886,"title":{},"body":{"license.html":{}}}],["preservation",{"_index":2201,"title":{},"body":{"license.html":{}}}],["preset",{"_index":989,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["prevent",{"_index":1725,"title":{},"body":{"license.html":{}}}],["prevented",{"_index":2158,"title":{},"body":{"license.html":{}}}],["previewdensity",{"_index":925,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["previewdensity(density",{"_index":936,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["previewtheme",{"_index":926,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["previewtheme(theme",{"_index":939,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["previewtypography",{"_index":927,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["previewtypography(typography",{"_index":941,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["previous",{"_index":1766,"title":{},"body":{"license.html":{}}}],["price",{"_index":1714,"title":{},"body":{"license.html":{}}}],["primarily",{"_index":2363,"title":{},"body":{"license.html":{}}}],["prior",{"_index":2250,"title":{},"body":{"license.html":{}}}],["private",{"_index":78,"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":1763,"title":{},"body":{"license.html":{}}}],["procedures",{"_index":2153,"title":{},"body":{"license.html":{}}}],["processed",{"_index":235,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["procuring",{"_index":2350,"title":{},"body":{"license.html":{}}}],["produce",{"_index":1923,"title":{},"body":{"license.html":{}}}],["product",{"_index":2072,"title":{},"body":{"license.html":{}}}],["production",{"_index":1179,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["products",{"_index":1783,"title":{},"body":{"license.html":{}}}],["profile",{"_index":128,"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":2474,"title":{},"body":{"miscellaneous/variables.html":{}}}],["profile.name",{"_index":2475,"title":{},"body":{"miscellaneous/variables.html":{}}}],["profile.username",{"_index":2473,"title":{},"body":{"miscellaneous/variables.html":{}}}],["program",{"_index":1701,"title":{},"body":{"license.html":{}}}],["program's",{"_index":2017,"title":{},"body":{"license.html":{}}}],["programming",{"_index":1902,"title":{},"body":{"license.html":{}}}],["programs",{"_index":1711,"title":{},"body":{"license.html":{}}}],["progress",{"_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":{}}}],["prohibit",{"_index":1787,"title":{},"body":{"license.html":{}}}],["prohibiting",{"_index":2002,"title":{},"body":{"license.html":{}}}],["prohibits",{"_index":2357,"title":{},"body":{"license.html":{}}}],["project",{"_index":1103,"title":{},"body":{"changelog.html":{}}}],["prominent",{"_index":1888,"title":{},"body":{"license.html":{}}}],["prominently",{"_index":1880,"title":{},"body":{"license.html":{}}}],["promise",{"_index":215,"title":{},"body":{"injectables/ExternalAppsService.html":{},"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"interfaces/NavigationStatus.html":{}}}],["propagate",{"_index":1846,"title":{},"body":{"license.html":{}}}],["propagating",{"_index":2272,"title":{},"body":{"license.html":{}}}],["propagation",{"_index":1858,"title":{},"body":{"license.html":{}}}],["properties",{"_index":37,"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":468,"title":{},"body":{"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/SidenavComponent.html":{},"changelog.html":{},"index.html":{},"license.html":{}}}],["proprietary",{"_index":1812,"title":{},"body":{"license.html":{}}}],["protect",{"_index":1722,"title":{},"body":{"license.html":{}}}],["protected",{"_index":191,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["protecting",{"_index":1777,"title":{},"body":{"license.html":{}}}],["protection",{"_index":1754,"title":{},"body":{"license.html":{}}}],["protocols",{"_index":2180,"title":{},"body":{"license.html":{}}}],["prove",{"_index":2414,"title":{},"body":{"license.html":{}}}],["provide",{"_index":1612,"title":{},"body":{"index.html":{},"license.html":{}}}],["provided",{"_index":1659,"title":{},"body":{"index.html":{},"license.html":{}}}],["providedin",{"_index":2471,"title":{},"body":{"miscellaneous/variables.html":{}}}],["providelayout",{"_index":1545,"title":{},"body":{"miscellaneous/functions.html":{},"index.html":{}}}],["providelayout(...additionalproviders",{"_index":1560,"title":{},"body":{"miscellaneous/functions.html":{}}}],["providenavigationconfig",{"_index":1613,"title":{},"body":{"index.html":{}}}],["provider",{"_index":1562,"title":{},"body":{"miscellaneous/functions.html":{}}}],["providers",{"_index":1603,"title":{},"body":{"index.html":{}}}],["providersupport",{"_index":1504,"title":{},"body":{"changelog.html":{}}}],["provision",{"_index":1796,"title":{},"body":{"license.html":{}}}],["provisionally",{"_index":2244,"title":{},"body":{"license.html":{}}}],["proxy",{"_index":2400,"title":{},"body":{"license.html":{}}}],["proxy's",{"_index":2402,"title":{},"body":{"license.html":{}}}],["pub",{"_index":1088,"title":{},"body":{"components/UserProfileIconComponent.html":{},"dependencies.html":{},"index.html":{}}}],["public",{"_index":38,"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":2208,"title":{},"body":{"license.html":{}}}],["publicly",{"_index":2182,"title":{},"body":{"license.html":{}}}],["publish",{"_index":2021,"title":{},"body":{"license.html":{}}}],["publishable",{"_index":1191,"title":{},"body":{"changelog.html":{}}}],["published",{"_index":2397,"title":{},"body":{"license.html":{}}}],["pubsubservice",{"_index":1087,"title":{},"body":{"components/UserProfileIconComponent.html":{}}}],["purpose",{"_index":1805,"title":{},"body":{"license.html":{}}}],["purposes",{"_index":2131,"title":{},"body":{"license.html":{}}}],["pursuant",{"_index":2347,"title":{},"body":{"license.html":{}}}],["pushportal",{"_index":339,"title":{},"body":{"injectables/FooterService.html":{},"injectables/HeaderService.html":{}}}],["pushportal(portal",{"_index":341,"title":{},"body":{"injectables/FooterService.html":{},"injectables/HeaderService.html":{}}}],["qualify",{"_index":2261,"title":{},"body":{"license.html":{}}}],["quality",{"_index":2412,"title":{},"body":{"license.html":{}}}],["radio_button_checked",{"_index":1036,"title":{},"body":{"components/SidenavComponent.html":{}}}],["radio_button_unchecked",{"_index":1035,"title":{},"body":{"components/SidenavComponent.html":{}}}],["radius",{"_index":1046,"title":{},"body":{"components/SidenavComponent.html":{}}}],["readable",{"_index":2068,"title":{},"body":{"license.html":{}}}],["readily",{"_index":2334,"title":{},"body":{"license.html":{}}}],["reading",{"_index":2185,"title":{},"body":{"license.html":{}}}],["readme",{"_index":1222,"title":{},"body":{"changelog.html":{}}}],["readonly",{"_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":{}}}],["ready",{"_index":1794,"title":{},"body":{"license.html":{}}}],["reason",{"_index":2345,"title":{},"body":{"license.html":{}}}],["reasonable",{"_index":2087,"title":{},"body":{"license.html":{}}}],["receipt",{"_index":2259,"title":{},"body":{"license.html":{}}}],["receive",{"_index":1717,"title":{},"body":{"license.html":{}}}],["received",{"_index":1742,"title":{},"body":{"license.html":{}}}],["receives",{"_index":2277,"title":{},"body":{"license.html":{}}}],["receiving",{"_index":2352,"title":{},"body":{"license.html":{}}}],["recipient",{"_index":2163,"title":{},"body":{"license.html":{}}}],["recipient's",{"_index":2343,"title":{},"body":{"license.html":{}}}],["recipients",{"_index":1740,"title":{},"body":{"license.html":{}}}],["recognized",{"_index":1896,"title":{},"body":{"license.html":{}}}],["record",{"_index":682,"title":{},"body":{"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"interfaces/NavigationStatus.html":{},"miscellaneous/functions.html":{}}}],["redirectmanuel",{"_index":1480,"title":{},"body":{"changelog.html":{}}}],["redirectto",{"_index":1608,"title":{},"body":{"index.html":{}}}],["refactor",{"_index":1243,"title":{},"body":{"changelog.html":{}}}],["referring",{"_index":1713,"title":{},"body":{"license.html":{}}}],["refers",{"_index":1823,"title":{},"body":{"license.html":{}}}],["reflect",{"_index":1450,"title":{},"body":{"changelog.html":{}}}],["refrain",{"_index":2380,"title":{},"body":{"license.html":{}}}],["regard",{"_index":2191,"title":{},"body":{"license.html":{}}}],["regardless",{"_index":2042,"title":{},"body":{"license.html":{}}}],["regenerate",{"_index":1947,"title":{},"body":{"license.html":{}}}],["region",{"_index":652,"title":{},"body":{"components/NavigationComponent.html":{}}}],["reinstated",{"_index":2243,"title":{},"body":{"license.html":{}}}],["related",{"_index":1236,"title":{},"body":{"changelog.html":{}}}],["relationship",{"_index":1979,"title":{},"body":{"license.html":{}}}],["relative",{"_index":1264,"title":{},"body":{"changelog.html":{}}}],["release",{"_index":118,"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":1708,"title":{},"body":{"license.html":{}}}],["releaseinfocomponent",{"_index":117,"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":907,"title":{"interfaces/ReleaseInfoModule.html":{}},"body":{"interfaces/ReleaseInfoModule.html":{},"interfaces/SettingsMenuItem.html":{}}}],["relevant",{"_index":2033,"title":{},"body":{"license.html":{}}}],["relicensing",{"_index":2229,"title":{},"body":{"license.html":{}}}],["relying",{"_index":2333,"title":{},"body":{"license.html":{}}}],["remain",{"_index":2108,"title":{},"body":{"license.html":{}}}],["remains",{"_index":1704,"title":{},"body":{"license.html":{}}}],["removal",{"_index":2193,"title":{},"body":{"license.html":{}}}],["remove",{"_index":777,"title":{},"body":{"injectables/NavigationService.html":{},"changelog.html":{},"license.html":{}}}],["remove(id",{"_index":794,"title":{},"body":{"injectables/NavigationService.html":{}}}],["removed",{"_index":349,"title":{},"body":{"injectables/FooterService.html":{},"injectables/HeaderService.html":{}}}],["removeportal",{"_index":340,"title":{},"body":{"injectables/FooterService.html":{},"injectables/HeaderService.html":{}}}],["removeportal(portal",{"_index":346,"title":{},"body":{"injectables/FooterService.html":{},"injectables/HeaderService.html":{}}}],["removes",{"_index":348,"title":{},"body":{"injectables/FooterService.html":{},"injectables/HeaderService.html":{}}}],["render",{"_index":1814,"title":{},"body":{"license.html":{}}}],["rendered",{"_index":1663,"title":{},"body":{"index.html":{},"license.html":{}}}],["renderer",{"_index":740,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["renderer2",{"_index":713,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["repair",{"_index":2419,"title":{},"body":{"license.html":{}}}],["replace",{"_index":1418,"title":{},"body":{"changelog.html":{}}}],["replaceinserts",{"_index":871,"title":{},"body":{"injectables/NavigationService.html":{}}}],["replaysubject",{"_index":799,"title":{},"body":{"injectables/NavigationService.html":{}}}],["replaysubject(1",{"_index":805,"title":{},"body":{"injectables/NavigationService.html":{}}}],["repos",{"_index":1367,"title":{},"body":{"changelog.html":{}}}],["repository",{"_index":2461,"title":{},"body":{"properties.html":{}}}],["represent",{"_index":2150,"title":{},"body":{"license.html":{}}}],["represents",{"_index":356,"title":{},"body":{"injectables/FooterService.html":{},"injectables/HeaderService.html":{},"index.html":{}}}],["require",{"_index":1941,"title":{},"body":{"license.html":{}}}],["required",{"_index":654,"title":{},"body":{"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/UserProfileIconComponent.html":{},"changelog.html":{},"index.html":{},"license.html":{}}}],["requirement",{"_index":2035,"title":{},"body":{"license.html":{}}}],["requirements",{"_index":2111,"title":{},"body":{"license.html":{}}}],["requires",{"_index":1760,"title":{},"body":{"license.html":{}}}],["requiring",{"_index":1838,"title":{},"body":{"license.html":{}}}],["resolve",{"_index":1360,"title":{},"body":{"changelog.html":{}}}],["resolved",{"_index":2138,"title":{},"body":{"license.html":{}}}],["respect",{"_index":1734,"title":{},"body":{"license.html":{}}}],["responsibilities",{"_index":1732,"title":{},"body":{"license.html":{}}}],["responsible",{"_index":2279,"title":{},"body":{"license.html":{}}}],["restore",{"_index":1276,"title":{},"body":{"changelog.html":{}}}],["restored",{"_index":1195,"title":{},"body":{"changelog.html":{}}}],["restoredensity",{"_index":928,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["restoretheme",{"_index":929,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["restoretypography",{"_index":930,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["restrict",{"_index":1804,"title":{},"body":{"license.html":{}}}],["restricting",{"_index":2003,"title":{},"body":{"license.html":{}}}],["restriction",{"_index":2227,"title":{},"body":{"license.html":{}}}],["restrictions",{"_index":2224,"title":{},"body":{"license.html":{}}}],["restructure",{"_index":1364,"title":{},"body":{"changelog.html":{}}}],["result",{"_index":2403,"title":{},"body":{"license.html":{}}}],["resulting",{"_index":1841,"title":{},"body":{"license.html":{}}}],["results",{"_index":140,"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":2167,"title":{},"body":{"license.html":{}}}],["return",{"_index":269,"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":47,"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":2441,"title":{},"body":{"license.html":{}}}],["revised",{"_index":2386,"title":{},"body":{"license.html":{}}}],["rgba(0",{"_index":477,"title":{},"body":{"components/LayoutComponent.html":{},"components/SidenavComponent.html":{}}}],["right",{"_index":474,"title":{},"body":{"components/LayoutComponent.html":{},"components/SidenavComponent.html":{},"index.html":{},"license.html":{}}}],["rights",{"_index":1723,"title":{},"body":{"license.html":{}}}],["risk",{"_index":2411,"title":{},"body":{"license.html":{}}}],["rom",{"_index":2170,"title":{},"body":{"license.html":{}}}],["root",{"_index":608,"title":{},"body":{"components/NavigationComponent.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["rotate(180deg",{"_index":1055,"title":{},"body":{"components/SidenavComponent.html":{}}}],["route",{"_index":1602,"title":{},"body":{"index.html":{}}}],["router",{"_index":288,"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":690,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["routeroutlet",{"_index":412,"title":{},"body":{"components/LayoutComponent.html":{},"components/MinimalLayoutComponent.html":{},"components/SidenavComponent.html":{}}}],["routerpipe",{"_index":1419,"title":{},"body":{"changelog.html":{}}}],["routes",{"_index":1599,"title":{},"body":{"index.html":{}}}],["rowcount",{"_index":1515,"title":{},"body":{"changelog.html":{}}}],["royalty",{"_index":2295,"title":{},"body":{"license.html":{}}}],["rules",{"_index":2179,"title":{},"body":{"license.html":{}}}],["run",{"_index":1770,"title":{},"body":{"license.html":{}}}],["runininjectioncontext",{"_index":629,"title":{},"body":{"components/NavigationComponent.html":{},"components/SettingsButtonComponent.html":{}}}],["runininjectioncontext(this.injector",{"_index":649,"title":{},"body":{"components/NavigationComponent.html":{},"components/SettingsButtonComponent.html":{}}}],["running",{"_index":1960,"title":{},"body":{"license.html":{}}}],["runs",{"_index":1921,"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":257,"title":{},"body":{"injectables/ExternalAppsService.html":{},"dependencies.html":{},"index.html":{}}}],["rxap/config",{"_index":260,"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":1582,"title":{},"body":{"index.html":{}}}],["rxap/environment",{"_index":262,"title":{},"body":{"injectables/ExternalAppsService.html":{},"components/ReleaseInfoComponent.html":{},"dependencies.html":{}}}],["rxap/environment@^18.0.3",{"_index":1583,"title":{},"body":{"index.html":{}}}],["rxap/layout",{"_index":1133,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["rxap/layout/navigation",{"_index":2482,"title":{},"body":{"miscellaneous/variables.html":{}}}],["rxap/layout:init",{"_index":1665,"title":{},"body":{"index.html":{}}}],["rxap/layout:initget",{"_index":1595,"title":{},"body":{"index.html":{}}}],["rxap/layoutinstall",{"_index":1574,"title":{},"body":{"index.html":{}}}],["rxap/material",{"_index":717,"title":{},"body":{"components/NavigationItemComponent.html":{},"components/SettingsButtonComponent.html":{},"dependencies.html":{},"index.html":{}}}],["rxap/ngx",{"_index":176,"title":{},"body":{"components/DefaultHeaderComponent.html":{},"components/LayoutComponent.html":{},"injectables/LayoutService.html":{},"components/SettingsButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"dependencies.html":{},"index.html":{}}}],["rxap/pattern",{"_index":1536,"title":{},"body":{"dependencies.html":{}}}],["rxap/pattern@^1.1.5",{"_index":1588,"title":{},"body":{"index.html":{}}}],["rxap/utilities",{"_index":265,"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":1589,"title":{},"body":{"index.html":{}}}],["rxap_environment",{"_index":261,"title":{},"body":{"injectables/ExternalAppsService.html":{},"components/ReleaseInfoComponent.html":{}}}],["rxap_external_app_filter",{"_index":266,"title":{},"body":{"injectables/ExternalAppsService.html":{},"miscellaneous/variables.html":{}}}],["rxap_footer_component",{"_index":361,"title":{},"body":{"injectables/FooterService.html":{},"miscellaneous/variables.html":{}}}],["rxap_header_component",{"_index":401,"title":{},"body":{"injectables/HeaderService.html":{},"miscellaneous/variables.html":{}}}],["rxap_layout_apps_grid",{"_index":2468,"title":{},"body":{"miscellaneous/variables.html":{}}}],["rxap_logo_config",{"_index":593,"title":{},"body":{"injectables/LogoService.html":{},"miscellaneous/variables.html":{}}}],["rxap_navigation_config",{"_index":803,"title":{},"body":{"injectables/NavigationService.html":{},"miscellaneous/variables.html":{}}}],["rxap_navigation_config_inserts",{"_index":804,"title":{},"body":{"injectables/NavigationService.html":{},"miscellaneous/variables.html":{}}}],["rxap_release_info_module",{"_index":896,"title":{},"body":{"components/ReleaseInfoComponent.html":{},"miscellaneous/variables.html":{}}}],["rxap_settings_menu_item",{"_index":966,"title":{},"body":{"components/SettingsButtonComponent.html":{},"miscellaneous/variables.html":{}}}],["rxap_settings_menu_item_component",{"_index":967,"title":{},"body":{"components/SettingsButtonComponent.html":{},"miscellaneous/variables.html":{}}}],["rxapfooter",{"_index":324,"title":{},"body":{"directives/FooterDirective.html":{},"index.html":{}}}],["rxapfooter]'},{'name",{"_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":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["rxapheader",{"_index":393,"title":{},"body":{"directives/HeaderDirective.html":{}}}],["rxapheader]'},{'name",{"_index":134,"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":1063,"title":{},"body":{"directives/SidenavFooterDirective.html":{}}}],["rxapsidenavfooter]'},{'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":{}}}],["rxapsidenavheader",{"_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":{},"directives/SidenavHeaderDirective.html":{},"components/SidenavToggleButtonComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["rxjs",{"_index":527,"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":724,"title":{},"body":{"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"injectables/NavigationService.html":{}}}],["rxjs@^7.8.1",{"_index":1590,"title":{},"body":{"index.html":{}}}],["safari",{"_index":488,"title":{},"body":{"components/LayoutComponent.html":{},"components/SidenavComponent.html":{}}}],["sake",{"_index":1759,"title":{},"body":{"license.html":{}}}],["sale",{"_index":2305,"title":{},"body":{"license.html":{}}}],["same",{"_index":369,"title":{},"body":{"injectables/FooterService.html":{},"injectables/HeaderService.html":{},"license.html":{}}}],["satisfy",{"_index":2110,"title":{},"body":{"license.html":{}}}],["save",{"_index":653,"title":{},"body":{"components/NavigationComponent.html":{}}}],["savepreviewdensityvalue",{"_index":968,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["savepreviewthemevalue",{"_index":972,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["savepreviewtypographyvalue",{"_index":970,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["saying",{"_index":2106,"title":{},"body":{"license.html":{}}}],["schematics",{"_index":1368,"title":{},"body":{"changelog.html":{}}}],["schematicstsconfig",{"_index":1474,"title":{},"body":{"changelog.html":{}}}],["scope",{"_index":2356,"title":{},"body":{"license.html":{}}}],["scope:compose",{"_index":2455,"title":{},"body":{"properties.html":{}}}],["screen",{"_index":1214,"title":{},"body":{"changelog.html":{}}}],["scripts",{"_index":1927,"title":{},"body":{"license.html":{}}}],["scroll",{"_index":1044,"title":{},"body":{"components/SidenavComponent.html":{}}}],["scrollbar",{"_index":485,"title":{},"body":{"components/LayoutComponent.html":{},"components/SidenavComponent.html":{}}}],["secondarily",{"_index":1849,"title":{},"body":{"license.html":{}}}],["section",{"_index":1983,"title":{},"body":{"license.html":{}}}],["sections",{"_index":2065,"title":{},"body":{"license.html":{}}}],["see",{"_index":1105,"title":{},"body":{"changelog.html":{}}}],["selected",{"_index":1174,"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":2321,"title":{},"body":{"license.html":{}}}],["selling",{"_index":2304,"title":{},"body":{"license.html":{}}}],["semiconductor",{"_index":1826,"title":{},"body":{"license.html":{}}}],["separable",{"_index":2120,"title":{},"body":{"license.html":{}}}],["separate",{"_index":2049,"title":{},"body":{"license.html":{}}}],["separately",{"_index":2046,"title":{},"body":{"license.html":{}}}],["separates",{"_index":1630,"title":{},"body":{"index.html":{}}}],["server",{"_index":2090,"title":{},"body":{"license.html":{}}}],["serves",{"_index":1912,"title":{},"body":{"license.html":{}}}],["service",{"_index":1244,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["serviceconcept",{"_index":1525,"title":{},"body":{"changelog.html":{}}}],["services",{"_index":846,"title":{},"body":{"injectables/NavigationService.html":{},"changelog.html":{},"index.html":{}}}],["servicing",{"_index":2418,"title":{},"body":{"license.html":{}}}],["set",{"_index":1152,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["setdensity",{"_index":931,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["setdensity(density",{"_index":947,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["setnavstatus",{"_index":1627,"title":{},"body":{"index.html":{}}}],["settheme",{"_index":932,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["settheme(theme",{"_index":949,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["settings",{"_index":121,"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":120,"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":914,"title":{"interfaces/SettingsMenuItem.html":{}},"body":{"interfaces/ReleaseInfoModule.html":{},"components/SettingsButtonComponent.html":{},"interfaces/SettingsMenuItem.html":{}}}],["settingsmenuitemcomponent",{"_index":913,"title":{},"body":{"interfaces/ReleaseInfoModule.html":{},"interfaces/SettingsMenuItem.html":{},"miscellaneous/typealiases.html":{}}}],["settypography",{"_index":933,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["settypography(typography",{"_index":951,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["shadow",{"_index":465,"title":{},"body":{"components/LayoutComponent.html":{},"components/SidenavComponent.html":{}}}],["shall",{"_index":1988,"title":{},"body":{"license.html":{}}}],["share",{"_index":1697,"title":{},"body":{"license.html":{}}}],["shared",{"_index":1936,"title":{},"body":{"license.html":{}}}],["show",{"_index":1173,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["side",{"_index":545,"title":{},"body":{"injectables/LayoutService.html":{},"changelog.html":{}}}],["sidebar",{"_index":1051,"title":{},"body":{"components/SidenavComponent.html":{},"index.html":{}}}],["sidenav",{"_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":{}}}],["sidenav'},{'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":{}}}],["sidenav.component.html",{"_index":1003,"title":{},"body":{"components/SidenavComponent.html":{}}}],["sidenav.component.scss",{"_index":1002,"title":{},"body":{"components/SidenavComponent.html":{}}}],["sidenav/sidenav",{"_index":438,"title":{},"body":{"components/LayoutComponent.html":{}}}],["sidenav/sidenav.component",{"_index":440,"title":{},"body":{"components/LayoutComponent.html":{}}}],["sidenavcomponent",{"_index":122,"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":1514,"title":{},"body":{"changelog.html":{}}}],["sidenavfooterdirective",{"_index":135,"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":1038,"title":{},"body":{"components/SidenavComponent.html":{}}}],["sidenavheaderdirective",{"_index":137,"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":1037,"title":{},"body":{"components/SidenavComponent.html":{}}}],["sidenavigation",{"_index":1517,"title":{},"body":{"changelog.html":{}}}],["sidenavmode",{"_index":1004,"title":{},"body":{"components/SidenavComponent.html":{}}}],["sidenavtogglebuttoncomponent",{"_index":124,"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":60,"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":962,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["signal(collapsable",{"_index":557,"title":{},"body":{"injectables/LayoutService.html":{}}}],["signal(false",{"_index":58,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/NavigationItemComponent.html":{}}}],["signal(fixedinviewport",{"_index":559,"title":{},"body":{"injectables/LayoutService.html":{}}}],["signal(mode",{"_index":553,"title":{},"body":{"injectables/LayoutService.html":{}}}],["signal(opened",{"_index":551,"title":{},"body":{"injectables/LayoutService.html":{}}}],["signal(pinned",{"_index":555,"title":{},"body":{"injectables/LayoutService.html":{}}}],["signal>>(this.components.map(component",{"_index":353,"title":{},"body":{"injectables/FooterService.html":{},"injectables/HeaderService.html":{}}}],["signalportals",{"_index":404,"title":{},"body":{"injectables/HeaderService.html":{}}}],["signed",{"_index":1412,"title":{},"body":{"changelog.html":{}}}],["significant",{"_index":2151,"title":{},"body":{"license.html":{}}}],["signout",{"_index":1435,"title":{},"body":{"changelog.html":{}}}],["similar",{"_index":2001,"title":{},"body":{"license.html":{}}}],["simplechanges",{"_index":714,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["simultaneously",{"_index":2375,"title":{},"body":{"license.html":{}}}],["single",{"_index":1206,"title":{},"body":{"changelog.html":{},"index.html":{},"license.html":{}}}],["software",{"_index":1674,"title":{},"body":{"license.html":{}}}],["sold",{"_index":2132,"title":{},"body":{"license.html":{}}}],["sole",{"_index":1969,"title":{},"body":{"license.html":{}}}],["solely",{"_index":1981,"title":{},"body":{"license.html":{}}}],["solid",{"_index":475,"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":1059,"title":{},"body":{"components/SidenavComponent.html":{}}}],["spare",{"_index":2082,"title":{},"body":{"license.html":{}}}],["speak",{"_index":1712,"title":{},"body":{"license.html":{}}}],["special",{"_index":1808,"title":{},"body":{"license.html":{}}}],["specific",{"_index":1394,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["specifically",{"_index":1940,"title":{},"body":{"license.html":{}}}],["specified",{"_index":1900,"title":{},"body":{"license.html":{}}}],["specifies",{"_index":2394,"title":{},"body":{"license.html":{}}}],["specify",{"_index":2398,"title":{},"body":{"license.html":{}}}],["spirit",{"_index":2387,"title":{},"body":{"license.html":{}}}],["split",{"_index":1449,"title":{},"body":{"changelog.html":{}}}],["src",{"_index":581,"title":{},"body":{"injectables/LogoService.html":{}}}],["src/.../generator.ts",{"_index":1543,"title":{},"body":{"miscellaneous/functions.html":{}}}],["src/.../navigation",{"_index":1544,"title":{},"body":{"miscellaneous/functions.html":{},"miscellaneous/typealiases.html":{}}}],["src/.../provide.ts",{"_index":1546,"title":{},"body":{"miscellaneous/functions.html":{}}}],["src/.../tokens.ts",{"_index":2467,"title":{},"body":{"miscellaneous/variables.html":{}}}],["src/.../types.ts",{"_index":2465,"title":{},"body":{"miscellaneous/typealiases.html":{}}}],["src/generators/init/generator.ts",{"_index":1554,"title":{},"body":{"miscellaneous/functions.html":{}}}],["src/lib/base",{"_index":142,"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":188,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["src/lib/footer.service.ts",{"_index":337,"title":{},"body":{"injectables/FooterService.html":{}}}],["src/lib/footer.service.ts:23",{"_index":355,"title":{},"body":{"injectables/FooterService.html":{}}}],["src/lib/footer.service.ts:31",{"_index":350,"title":{},"body":{"injectables/FooterService.html":{}}}],["src/lib/footer.service.ts:40",{"_index":342,"title":{},"body":{"injectables/FooterService.html":{}}}],["src/lib/footer.service.ts:56",{"_index":347,"title":{},"body":{"injectables/FooterService.html":{}}}],["src/lib/footer/footer.component.ts",{"_index":304,"title":{},"body":{"components/FooterComponent.html":{}}}],["src/lib/footer/footer.component.ts:23",{"_index":315,"title":{},"body":{"components/FooterComponent.html":{}}}],["src/lib/footer/footer.component.ts:24",{"_index":313,"title":{},"body":{"components/FooterComponent.html":{}}}],["src/lib/footer/footer.directive.ts",{"_index":322,"title":{},"body":{"directives/FooterDirective.html":{}}}],["src/lib/header.service.ts",{"_index":396,"title":{},"body":{"injectables/HeaderService.html":{}}}],["src/lib/header.service.ts:25",{"_index":400,"title":{},"body":{"injectables/HeaderService.html":{}}}],["src/lib/header.service.ts:33",{"_index":399,"title":{},"body":{"injectables/HeaderService.html":{}}}],["src/lib/header.service.ts:43",{"_index":397,"title":{},"body":{"injectables/HeaderService.html":{}}}],["src/lib/header.service.ts:59",{"_index":398,"title":{},"body":{"injectables/HeaderService.html":{}}}],["src/lib/header/header.component.ts",{"_index":376,"title":{},"body":{"components/HeaderComponent.html":{}}}],["src/lib/header/header.component.ts:30",{"_index":382,"title":{},"body":{"components/HeaderComponent.html":{}}}],["src/lib/header/header.component.ts:34",{"_index":385,"title":{},"body":{"components/HeaderComponent.html":{}}}],["src/lib/header/header.component.ts:35",{"_index":383,"title":{},"body":{"components/HeaderComponent.html":{}}}],["src/lib/header/header.directive.ts",{"_index":392,"title":{},"body":{"directives/HeaderDirective.html":{}}}],["src/lib/layout.service.ts",{"_index":490,"title":{},"body":{"injectables/LayoutService.html":{}}}],["src/lib/layout.service.ts:104",{"_index":507,"title":{},"body":{"injectables/LayoutService.html":{}}}],["src/lib/layout.service.ts:108",{"_index":508,"title":{},"body":{"injectables/LayoutService.html":{}}}],["src/lib/layout.service.ts:112",{"_index":506,"title":{},"body":{"injectables/LayoutService.html":{}}}],["src/lib/layout.service.ts:116",{"_index":505,"title":{},"body":{"injectables/LayoutService.html":{}}}],["src/lib/layout.service.ts:23",{"_index":519,"title":{},"body":{"injectables/LayoutService.html":{}}}],["src/lib/layout.service.ts:24",{"_index":518,"title":{},"body":{"injectables/LayoutService.html":{}}}],["src/lib/layout.service.ts:25",{"_index":520,"title":{},"body":{"injectables/LayoutService.html":{}}}],["src/lib/layout.service.ts:26",{"_index":510,"title":{},"body":{"injectables/LayoutService.html":{}}}],["src/lib/layout.service.ts:27",{"_index":514,"title":{},"body":{"injectables/LayoutService.html":{}}}],["src/lib/layout.service.ts:28",{"_index":516,"title":{},"body":{"injectables/LayoutService.html":{}}}],["src/lib/layout.service.ts:29",{"_index":513,"title":{},"body":{"injectables/LayoutService.html":{}}}],["src/lib/layout.service.ts:30",{"_index":517,"title":{},"body":{"injectables/LayoutService.html":{}}}],["src/lib/layout.service.ts:31",{"_index":515,"title":{},"body":{"injectables/LayoutService.html":{}}}],["src/lib/layout.service.ts:32",{"_index":511,"title":{},"body":{"injectables/LayoutService.html":{}}}],["src/lib/layout.service.ts:37",{"_index":504,"title":{},"body":{"injectables/LayoutService.html":{}}}],["src/lib/layout/layout.component.ts",{"_index":405,"title":{},"body":{"components/LayoutComponent.html":{}}}],["src/lib/layout/layout.component.ts:73",{"_index":421,"title":{},"body":{"components/LayoutComponent.html":{}}}],["src/lib/layout/layout.component.ts:74",{"_index":423,"title":{},"body":{"components/LayoutComponent.html":{}}}],["src/lib/layout/layout.component.ts:75",{"_index":419,"title":{},"body":{"components/LayoutComponent.html":{}}}],["src/lib/logo.service.ts",{"_index":578,"title":{},"body":{"injectables/LogoService.html":{}}}],["src/lib/logo.service.ts:14",{"_index":588,"title":{},"body":{"injectables/LogoService.html":{}}}],["src/lib/logo.service.ts:22",{"_index":590,"title":{},"body":{"injectables/LogoService.html":{}}}],["src/lib/logo.service.ts:23",{"_index":592,"title":{},"body":{"injectables/LogoService.html":{}}}],["src/lib/logo.service.ts:24",{"_index":583,"title":{},"body":{"injectables/LogoService.html":{}}}],["src/lib/minimal",{"_index":594,"title":{},"body":{"components/MinimalLayoutComponent.html":{}}}],["src/lib/navigation",{"_index":761,"title":{},"body":{"components/NavigationProgressBarComponent.html":{}}}],["src/lib/navigation.service.ts",{"_index":776,"title":{},"body":{"injectables/NavigationService.html":{}}}],["src/lib/navigation.service.ts:101",{"_index":786,"title":{},"body":{"injectables/NavigationService.html":{}}}],["src/lib/navigation.service.ts:105",{"_index":795,"title":{},"body":{"injectables/NavigationService.html":{}}}],["src/lib/navigation.service.ts:112",{"_index":796,"title":{},"body":{"injectables/NavigationService.html":{}}}],["src/lib/navigation.service.ts:37",{"_index":797,"title":{},"body":{"injectables/NavigationService.html":{}}}],["src/lib/navigation.service.ts:45",{"_index":781,"title":{},"body":{"injectables/NavigationService.html":{}}}],["src/lib/navigation.service.ts:78",{"_index":793,"title":{},"body":{"injectables/NavigationService.html":{}}}],["src/lib/navigation.service.ts:86",{"_index":784,"title":{},"body":{"injectables/NavigationService.html":{}}}],["src/lib/navigation.service.ts:97",{"_index":789,"title":{},"body":{"injectables/NavigationService.html":{}}}],["src/lib/navigation/navigation",{"_index":665,"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":597,"title":{},"body":{"components/NavigationComponent.html":{}}}],["src/lib/navigation/navigation.component.ts:51",{"_index":612,"title":{},"body":{"components/NavigationComponent.html":{}}}],["src/lib/navigation/navigation.component.ts:53",{"_index":613,"title":{},"body":{"components/NavigationComponent.html":{}}}],["src/lib/navigation/navigation.component.ts:59",{"_index":625,"title":{},"body":{"components/NavigationComponent.html":{}}}],["src/lib/navigation/navigation.component.ts:61",{"_index":627,"title":{},"body":{"components/NavigationComponent.html":{}}}],["src/lib/navigation/navigation.component.ts:63",{"_index":614,"title":{},"body":{"components/NavigationComponent.html":{}}}],["src/lib/navigation/navigation.component.ts:78",{"_index":621,"title":{},"body":{"components/NavigationComponent.html":{}}}],["src/lib/navigation/navigation.component.ts:84",{"_index":623,"title":{},"body":{"components/NavigationComponent.html":{}}}],["src/lib/navigation/navigation.component.ts:90",{"_index":618,"title":{},"body":{"components/NavigationComponent.html":{}}}],["src/lib/provide.ts",{"_index":1559,"title":{},"body":{"miscellaneous/functions.html":{}}}],["src/lib/release",{"_index":881,"title":{},"body":{"components/ReleaseInfoComponent.html":{}}}],["src/lib/sidenav/sidenav",{"_index":1061,"title":{},"body":{"directives/SidenavFooterDirective.html":{},"directives/SidenavHeaderDirective.html":{}}}],["src/lib/sidenav/sidenav.component.ts",{"_index":996,"title":{},"body":{"components/SidenavComponent.html":{}}}],["src/lib/sidenav/sidenav.component.ts:63",{"_index":1026,"title":{},"body":{"components/SidenavComponent.html":{}}}],["src/lib/sidenav/sidenav.component.ts:64",{"_index":1012,"title":{},"body":{"components/SidenavComponent.html":{}}}],["src/lib/sidenav/sidenav.component.ts:65",{"_index":1016,"title":{},"body":{"components/SidenavComponent.html":{}}}],["src/lib/sidenav/sidenav.component.ts:66",{"_index":1014,"title":{},"body":{"components/SidenavComponent.html":{}}}],["src/lib/sidenav/sidenav.component.ts:67",{"_index":1020,"title":{},"body":{"components/SidenavComponent.html":{}}}],["src/lib/sidenav/sidenav.component.ts:68",{"_index":1010,"title":{},"body":{"components/SidenavComponent.html":{}}}],["src/lib/sidenav/sidenav.component.ts:69",{"_index":1009,"title":{},"body":{"components/SidenavComponent.html":{}}}],["src/lib/sidenav/sidenav.component.ts:70",{"_index":1018,"title":{},"body":{"components/SidenavComponent.html":{}}}],["src/lib/sidenav/sidenav.component.ts:71",{"_index":1022,"title":{},"body":{"components/SidenavComponent.html":{}}}],["src/lib/sidenav/sidenav.component.ts:72",{"_index":1024,"title":{},"body":{"components/SidenavComponent.html":{}}}],["src/lib/sidenav/sidenav.component.ts:74",{"_index":1007,"title":{},"body":{"components/SidenavComponent.html":{}}}],["src/lib/sidenav/sidenav.component.ts:78",{"_index":1006,"title":{},"body":{"components/SidenavComponent.html":{}}}],["src/lib/sidenav/sidenav.component.ts:83",{"_index":1005,"title":{},"body":{"components/SidenavComponent.html":{}}}],["src/lib/tokens.ts",{"_index":2469,"title":{},"body":{"miscellaneous/variables.html":{}}}],["src/lib/types.ts",{"_index":908,"title":{},"body":{"interfaces/ReleaseInfoModule.html":{},"interfaces/SettingsMenuItem.html":{},"miscellaneous/typealiases.html":{}}}],["stand",{"_index":1793,"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":1894,"title":{},"body":{"license.html":{}}}],["standards",{"_index":1897,"title":{},"body":{"license.html":{}}}],["start",{"_index":1252,"title":{},"body":{"changelog.html":{}}}],["started",{"_index":1097,"title":{"changelog.html":{},"index.html":{},"license.html":{}},"body":{"index.html":{}}}],["startwith",{"_index":722,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["startwith(true",{"_index":755,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["state",{"_index":1231,"title":{},"body":{"changelog.html":{}}}],["stated",{"_index":1954,"title":{},"body":{"license.html":{}}}],["statement",{"_index":2231,"title":{},"body":{"license.html":{}}}],["states",{"_index":1803,"title":{},"body":{"license.html":{}}}],["stating",{"_index":2024,"title":{},"body":{"license.html":{}}}],["status",{"_index":685,"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":834,"title":{},"body":{"injectables/NavigationService.html":{}}}],["statustoken",{"_index":832,"title":{},"body":{"injectables/NavigationService.html":{}}}],["steps",{"_index":1747,"title":{},"body":{"license.html":{}}}],["storage",{"_index":2056,"title":{},"body":{"license.html":{}}}],["string",{"_index":207,"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":280,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["structuredclone(applist",{"_index":299,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["style",{"_index":709,"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":147,"title":{},"body":{"components/BaseLayoutComponent.html":{},"components/DefaultHeaderComponent.html":{},"components/MinimalLayoutComponent.html":{},"components/ReleaseInfoComponent.html":{}}}],["styleurls",{"_index":32,"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":1454,"title":{},"body":{"changelog.html":{}}}],["sub",{"_index":1089,"title":{},"body":{"components/UserProfileIconComponent.html":{},"dependencies.html":{}}}],["sub@^18.0.3",{"_index":1585,"title":{},"body":{"index.html":{}}}],["subdividing",{"_index":2285,"title":{},"body":{"license.html":{}}}],["subject",{"_index":2278,"title":{},"body":{"license.html":{}}}],["sublicenses",{"_index":2317,"title":{},"body":{"license.html":{}}}],["sublicensing",{"_index":1982,"title":{},"body":{"license.html":{}}}],["subpackages",{"_index":1451,"title":{},"body":{"changelog.html":{}}}],["subprograms",{"_index":1939,"title":{},"body":{"license.html":{}}}],["subscriber.next(event.matches",{"_index":538,"title":{},"body":{"injectables/LayoutService.html":{}}}],["subscription",{"_index":720,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["subsection",{"_index":2094,"title":{},"body":{"license.html":{}}}],["substantial",{"_index":2146,"title":{},"body":{"license.html":{}}}],["substantially",{"_index":1791,"title":{},"body":{"license.html":{}}}],["such",{"_index":1735,"title":{},"body":{"license.html":{}}}],["sue",{"_index":2331,"title":{},"body":{"license.html":{}}}],["suffice",{"_index":2155,"title":{},"body":{"license.html":{}}}],["supplement",{"_index":2186,"title":{},"body":{"license.html":{}}}],["support",{"_index":1122,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["supports",{"_index":2102,"title":{},"body":{"license.html":{}}}],["suppressed",{"_index":1485,"title":{},"body":{"changelog.html":{}}}],["sure",{"_index":1703,"title":{},"body":{"license.html":{}}}],["surrender",{"_index":1729,"title":{},"body":{"license.html":{}}}],["survive",{"_index":2230,"title":{},"body":{"license.html":{}}}],["sustained",{"_index":2432,"title":{},"body":{"license.html":{}}}],["switchmap",{"_index":801,"title":{},"body":{"injectables/NavigationService.html":{}}}],["switchmap((navigationitemornull",{"_index":856,"title":{},"body":{"injectables/NavigationService.html":{}}}],["switchmap((navigationwithoutstatuscheck",{"_index":815,"title":{},"body":{"injectables/NavigationService.html":{}}}],["sync",{"_index":1253,"title":{},"body":{"changelog.html":{}}}],["system",{"_index":1406,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["systematic",{"_index":1778,"title":{},"body":{"license.html":{}}}],["t",{"_index":912,"title":{},"body":{"interfaces/ReleaseInfoModule.html":{},"interfaces/SettingsMenuItem.html":{}}}],["tab",{"_index":1647,"title":{},"body":{"index.html":{}}}],["tag",{"_index":1217,"title":{},"body":{"changelog.html":{}}}],["tailwind",{"_index":1161,"title":{},"body":{"changelog.html":{}}}],["take",{"_index":1694,"title":{},"body":{"license.html":{}}}],["tangible",{"_index":2126,"title":{},"body":{"license.html":{}}}],["tap",{"_index":723,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["technological",{"_index":1991,"title":{},"body":{"license.html":{}}}],["tells",{"_index":1883,"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":325,"title":{},"body":{"directives/FooterDirective.html":{},"directives/HeaderDirective.html":{}}}],["templateref",{"_index":326,"title":{},"body":{"directives/FooterDirective.html":{},"directives/HeaderDirective.html":{},"directives/SidenavFooterDirective.html":{},"directives/SidenavHeaderDirective.html":{}}}],["templateurl",{"_index":34,"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":1952,"title":{},"body":{"license.html":{}}}],["terminate",{"_index":2237,"title":{},"body":{"license.html":{}}}],["terminated",{"_index":2260,"title":{},"body":{"license.html":{}}}],["terminates",{"_index":2246,"title":{},"body":{"license.html":{}}}],["termination",{"_index":2234,"title":{},"body":{"license.html":{}}}],["terms",{"_index":1743,"title":{},"body":{"license.html":{}}}],["text",{"_index":642,"title":{},"body":{"components/NavigationComponent.html":{},"index.html":{}}}],["theme",{"_index":427,"title":{},"body":{"components/LayoutComponent.html":{},"injectables/LayoutService.html":{},"components/SettingsButtonComponent.html":{},"changelog.html":{},"dependencies.html":{}}}],["theme.css",{"_index":1268,"title":{},"body":{"changelog.html":{}}}],["theme.darkmode",{"_index":984,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["theme.density",{"_index":449,"title":{},"body":{"components/LayoutComponent.html":{}}}],["theme.preset",{"_index":447,"title":{},"body":{"components/LayoutComponent.html":{}}}],["theme.typography",{"_index":453,"title":{},"body":{"components/LayoutComponent.html":{}}}],["theme@^18.0.3",{"_index":1586,"title":{},"body":{"index.html":{}}}],["themedensity",{"_index":429,"title":{},"body":{"components/LayoutComponent.html":{},"components/SettingsButtonComponent.html":{}}}],["themedensity.normal",{"_index":451,"title":{},"body":{"components/LayoutComponent.html":{}}}],["themename",{"_index":995,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["themepalette",{"_index":387,"title":{},"body":{"components/HeaderComponent.html":{}}}],["themeservice",{"_index":426,"title":{},"body":{"components/LayoutComponent.html":{},"components/SettingsButtonComponent.html":{}}}],["therefore",{"_index":1730,"title":{},"body":{"license.html":{}}}],["things",{"_index":1721,"title":{},"body":{"license.html":{}}}],["third",{"_index":2016,"title":{},"body":{"license.html":{}}}],["this._portal",{"_index":331,"title":{},"body":{"directives/FooterDirective.html":{},"directives/HeaderDirective.html":{}}}],["this._subscription.add",{"_index":749,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["this.activeapplist.set(applist",{"_index":300,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["this.add(id",{"_index":818,"title":{},"body":{"injectables/NavigationService.html":{}}}],["this.appfilterlist",{"_index":296,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["this.applist().length",{"_index":55,"title":{},"body":{"components/AppsButtonComponent.html":{}}}],["this.apps.find(app",{"_index":274,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["this.apps.some(app",{"_index":270,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["this.checknavigationitemstatusproviders(navigationitem",{"_index":866,"title":{},"body":{"injectables/NavigationService.html":{}}}],["this.checknavigationstatusproviders",{"_index":859,"title":{},"body":{"injectables/NavigationService.html":{}}}],["this.checknavigationstatusproviders(navigationwithoutstatuscheck",{"_index":816,"title":{},"body":{"injectables/NavigationService.html":{}}}],["this.children",{"_index":745,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["this.collapsable",{"_index":556,"title":{},"body":{"injectables/LayoutService.html":{}}}],["this.collapsable.set(!ismobile",{"_index":570,"title":{},"body":{"injectables/LayoutService.html":{}}}],["this.collapsed",{"_index":560,"title":{},"body":{"injectables/LayoutService.html":{},"components/NavigationItemComponent.html":{}}}],["this.config",{"_index":813,"title":{},"body":{"injectables/NavigationService.html":{}}}],["this.config.get('logo",{"_index":585,"title":{},"body":{"injectables/LogoService.html":{}}}],["this.config.get('navigation.apps",{"_index":240,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["this.config.get('navigation.collapsable",{"_index":541,"title":{},"body":{"injectables/LayoutService.html":{}}}],["this.config.get('navigation.fixedinviewport",{"_index":548,"title":{},"body":{"injectables/LayoutService.html":{}}}],["this.config.get('navigation.mode",{"_index":544,"title":{},"body":{"injectables/LayoutService.html":{}}}],["this.config.get('navigation.opened",{"_index":547,"title":{},"body":{"injectables/LayoutService.html":{}}}],["this.config.get('navigation.pinned",{"_index":542,"title":{},"body":{"injectables/LayoutService.html":{}}}],["this.currentthemedensity",{"_index":564,"title":{},"body":{"injectables/LayoutService.html":{}}}],["this.dialog.open(environmentcomponent",{"_index":899,"title":{},"body":{"components/ReleaseInfoComponent.html":{}}}],["this.environment.production",{"_index":301,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["this.externalappsservice.activeapplist",{"_index":53,"title":{},"body":{"components/AppsButtonComponent.html":{}}}],["this.externalappsservice.getapplist",{"_index":82,"title":{},"body":{"components/AppsButtonComponent.html":{}}}],["this.extractusernamefromprofile(profile",{"_index":1085,"title":{},"body":{"components/UserProfileIconComponent.html":{}}}],["this.fixedbottomgap",{"_index":561,"title":{},"body":{"injectables/LayoutService.html":{}}}],["this.fixedinviewport",{"_index":558,"title":{},"body":{"injectables/LayoutService.html":{}}}],["this.fixedtopgap",{"_index":567,"title":{},"body":{"injectables/LayoutService.html":{}}}],["this.footerservice.portalcount",{"_index":563,"title":{},"body":{"injectables/LayoutService.html":{}}}],["this.footerservice.portals",{"_index":314,"title":{},"body":{"components/FooterComponent.html":{}}}],["this.footerservice.pushportal(this._portal",{"_index":334,"title":{},"body":{"directives/FooterDirective.html":{}}}],["this.footerservice.removeportal(this._portal",{"_index":336,"title":{},"body":{"directives/FooterDirective.html":{}}}],["this.getapp(appid",{"_index":281,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["this.getapprouterlink(appid",{"_index":287,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["this.getappurl(appid",{"_index":284,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["this.getpathprefix",{"_index":224,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["this.hasapp(appid",{"_index":272,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["this.headerservice.portalcount",{"_index":569,"title":{},"body":{"injectables/LayoutService.html":{}}}],["this.headerservice.portals",{"_index":384,"title":{},"body":{"components/HeaderComponent.html":{}}}],["this.headerservice.pushportal(this._portal",{"_index":394,"title":{},"body":{"directives/HeaderDirective.html":{}}}],["this.headerservice.removeportal(this._portal",{"_index":395,"title":{},"body":{"directives/HeaderDirective.html":{}}}],["this.injector",{"_index":960,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["this.injector.get",{"_index":831,"title":{},"body":{"injectables/NavigationService.html":{}}}],["this.insert(id",{"_index":811,"title":{},"body":{"injectables/NavigationService.html":{}}}],["this.inserts.delete(id",{"_index":822,"title":{},"body":{"injectables/NavigationService.html":{}}}],["this.inserts.get(id",{"_index":821,"title":{},"body":{"injectables/NavigationService.html":{}}}],["this.inserts.has(id",{"_index":820,"title":{},"body":{"injectables/NavigationService.html":{}}}],["this.inserts.has(navigationitem.insert",{"_index":873,"title":{},"body":{"injectables/NavigationService.html":{}}}],["this.inserts.set(id",{"_index":819,"title":{},"body":{"injectables/NavigationService.html":{}}}],["this.ismobile",{"_index":533,"title":{},"body":{"injectables/LayoutService.html":{}}}],["this.isnavigationdivideritem(item",{"_index":658,"title":{},"body":{"components/NavigationComponent.html":{}}}],["this.isnavigationitem(item",{"_index":659,"title":{},"body":{"components/NavigationComponent.html":{}}}],["this.isopen.update(isopen",{"_index":80,"title":{},"body":{"components/AppsButtonComponent.html":{}}}],["this.items",{"_index":626,"title":{},"body":{"components/NavigationComponent.html":{}}}],["this.layoutcomponentservice.collapsable",{"_index":160,"title":{},"body":{"components/DefaultHeaderComponent.html":{}}}],["this.layoutcomponentservice.opened",{"_index":164,"title":{},"body":{"components/DefaultHeaderComponent.html":{},"components/SidenavToggleButtonComponent.html":{}}}],["this.layoutcomponentservice.toggleopened",{"_index":1074,"title":{},"body":{"components/SidenavToggleButtonComponent.html":{}}}],["this.layoutservice.closesidenav",{"_index":1034,"title":{},"body":{"components/SidenavComponent.html":{}}}],["this.layoutservice.collapsable",{"_index":1008,"title":{},"body":{"components/SidenavComponent.html":{}}}],["this.layoutservice.collapsed",{"_index":624,"title":{},"body":{"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/SidenavComponent.html":{}}}],["this.layoutservice.fixedbottomgap",{"_index":1011,"title":{},"body":{"components/SidenavComponent.html":{}}}],["this.layoutservice.fixedinviewport",{"_index":1013,"title":{},"body":{"components/SidenavComponent.html":{}}}],["this.layoutservice.fixedtopgap",{"_index":1015,"title":{},"body":{"components/SidenavComponent.html":{}}}],["this.layoutservice.mode",{"_index":1025,"title":{},"body":{"components/SidenavComponent.html":{}}}],["this.layoutservice.opened",{"_index":1017,"title":{},"body":{"components/SidenavComponent.html":{}}}],["this.layoutservice.opensidenav",{"_index":1032,"title":{},"body":{"components/SidenavComponent.html":{}}}],["this.layoutservice.pinned",{"_index":1019,"title":{},"body":{"components/SidenavComponent.html":{}}}],["this.layoutservice.togglepinned",{"_index":1030,"title":{},"body":{"components/SidenavComponent.html":{}}}],["this.level",{"_index":705,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["this.localeid",{"_index":302,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["this.localeid.replace",{"_index":303,"title":{},"body":{"injectables/ExternalAppsService.html":{}}}],["this.logo().height",{"_index":582,"title":{},"body":{"injectables/LogoService.html":{}}}],["this.logo().src",{"_index":589,"title":{},"body":{"injectables/LogoService.html":{}}}],["this.logo().width",{"_index":591,"title":{},"body":{"injectables/LogoService.html":{}}}],["this.logoservice.height",{"_index":418,"title":{},"body":{"components/LayoutComponent.html":{}}}],["this.logoservice.src",{"_index":420,"title":{},"body":{"components/LayoutComponent.html":{}}}],["this.logoservice.width",{"_index":422,"title":{},"body":{"components/LayoutComponent.html":{}}}],["this.mediamatcher.matchmedia('(max",{"_index":530,"title":{},"body":{"injectables/LayoutService.html":{}}}],["this.mode",{"_index":552,"title":{},"body":{"injectables/LayoutService.html":{}}}],["this.mode.set('over",{"_index":575,"title":{},"body":{"injectables/LayoutService.html":{}}}],["this.mode.set('side",{"_index":573,"title":{},"body":{"injectables/LayoutService.html":{}}}],["this.navigation",{"_index":809,"title":{},"body":{"injectables/NavigationService.html":{}}}],["this.navigation$.next(this.replaceinserts(this.navigation",{"_index":823,"title":{},"body":{"injectables/NavigationService.html":{}}}],["this.navigation$.pipe",{"_index":814,"title":{},"body":{"injectables/NavigationService.html":{}}}],["this.navigationitems",{"_index":650,"title":{},"body":{"components/NavigationComponent.html":{}}}],["this.opened",{"_index":550,"title":{},"body":{"injectables/LayoutService.html":{}}}],["this.opened.set(false",{"_index":571,"title":{},"body":{"injectables/LayoutService.html":{}}}],["this.opened.set(true",{"_index":574,"title":{},"body":{"injectables/LayoutService.html":{}}}],["this.opened.update(opened",{"_index":576,"title":{},"body":{"injectables/LayoutService.html":{}}}],["this.pinned",{"_index":554,"title":{},"body":{"injectables/LayoutService.html":{}}}],["this.pinned.update(pinned",{"_index":577,"title":{},"body":{"injectables/LayoutService.html":{}}}],["this.portals().includes(portal",{"_index":365,"title":{},"body":{"injectables/FooterService.html":{},"injectables/HeaderService.html":{}}}],["this.portals().indexof(portal",{"_index":372,"title":{},"body":{"injectables/FooterService.html":{},"injectables/HeaderService.html":{}}}],["this.portals().length",{"_index":312,"title":{},"body":{"components/FooterComponent.html":{},"injectables/FooterService.html":{},"components/HeaderComponent.html":{},"injectables/HeaderService.html":{}}}],["this.portals.update(portals",{"_index":366,"title":{},"body":{"injectables/FooterService.html":{},"injectables/HeaderService.html":{}}}],["this.profile",{"_index":185,"title":{},"body":{"components/DefaultHeaderComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["this.pubsubservice.publish('authentication.logout",{"_index":1094,"title":{},"body":{"components/UserProfileIconComponent.html":{}}}],["this.replaceinserts(navigationitem.children",{"_index":877,"title":{},"body":{"injectables/NavigationService.html":{}}}],["this.replaceinserts(this.inserts.get(navigationitem.insert",{"_index":875,"title":{},"body":{"injectables/NavigationService.html":{}}}],["this.root",{"_index":648,"title":{},"body":{"components/NavigationComponent.html":{}}}],["this.router.events",{"_index":750,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["this.router.url.split",{"_index":758,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["this.sidenav()?.close",{"_index":1033,"title":{},"body":{"components/SidenavComponent.html":{}}}],["this.sidenav()?.open",{"_index":1031,"title":{},"body":{"components/SidenavComponent.html":{}}}],["this.template",{"_index":332,"title":{},"body":{"directives/FooterDirective.html":{},"directives/HeaderDirective.html":{}}}],["this.theme.applydensity(density",{"_index":974,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["this.theme.applydensity(this.theme.density",{"_index":975,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["this.theme.applytheme(theme",{"_index":980,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["this.theme.applytheme(this.theme.themename",{"_index":981,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["this.theme.applytypography(this.theme.typography",{"_index":978,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["this.theme.applytypography(typography",{"_index":977,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["this.theme.getavailablethemes",{"_index":953,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["this.theme.getavailabletypographies",{"_index":955,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["this.theme.setdensity(density",{"_index":976,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["this.theme.settheme(theme",{"_index":982,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["this.theme.settypography(typography",{"_index":979,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["this.themeservice.setdensity(theme.density",{"_index":452,"title":{},"body":{"components/LayoutComponent.html":{}}}],["this.themeservice.settheme(theme.preset",{"_index":448,"title":{},"body":{"components/LayoutComponent.html":{}}}],["this.themeservice.settypography(theme.typography",{"_index":454,"title":{},"body":{"components/LayoutComponent.html":{}}}],["this.updatenavigation",{"_index":812,"title":{},"body":{"injectables/NavigationService.html":{}}}],["this.username",{"_index":1095,"title":{},"body":{"components/UserProfileIconComponent.html":{}}}],["this.usersettingsthemeservice.get().then(theme",{"_index":446,"title":{},"body":{"components/LayoutComponent.html":{}}}],["this.usersettingsthemeservice.startsync().then",{"_index":445,"title":{},"body":{"components/LayoutComponent.html":{}}}],["this.usersettingsthemeservice.stopsync",{"_index":444,"title":{},"body":{"components/LayoutComponent.html":{}}}],["this.viewcontainerref",{"_index":333,"title":{},"body":{"directives/FooterDirective.html":{},"directives/HeaderDirective.html":{}}}],["those",{"_index":1789,"title":{},"body":{"license.html":{}}}],["though",{"_index":2189,"title":{},"body":{"license.html":{}}}],["threatened",{"_index":1800,"title":{},"body":{"license.html":{}}}],["three",{"_index":2080,"title":{},"body":{"license.html":{}}}],["through",{"_index":1870,"title":{},"body":{"license.html":{}}}],["throw",{"_index":275,"title":{},"body":{"injectables/ExternalAppsService.html":{},"components/NavigationComponent.html":{}}}],["thumb",{"_index":1049,"title":{},"body":{"components/SidenavComponent.html":{}}}],["thus",{"_index":1974,"title":{},"body":{"license.html":{}}}],["time",{"_index":2257,"title":{},"body":{"license.html":{}}}],["times",{"_index":371,"title":{},"body":{"injectables/FooterService.html":{},"injectables/HeaderService.html":{}}}],["title",{"_index":668,"title":{},"body":{"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"interfaces/NavigationStatus.html":{},"index.html":{}}}],["to192px",{"_index":1441,"title":{},"body":{"changelog.html":{}}}],["todo",{"_index":843,"title":{},"body":{"injectables/NavigationService.html":{}}}],["toesnext",{"_index":1471,"title":{},"body":{"changelog.html":{}}}],["toggle",{"_index":44,"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":501,"title":{},"body":{"injectables/LayoutService.html":{}}}],["togglepinned",{"_index":502,"title":{},"body":{"injectables/LayoutService.html":{},"components/SidenavComponent.html":{}}}],["token",{"_index":1625,"title":{},"body":{"index.html":{}}}],["tokens",{"_index":267,"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":1930,"title":{},"body":{"license.html":{}}}],["tooltip",{"_index":1432,"title":{},"body":{"changelog.html":{}}}],["top",{"_index":1042,"title":{},"body":{"components/SidenavComponent.html":{}}}],["tosignal",{"_index":170,"title":{},"body":{"components/DefaultHeaderComponent.html":{},"injectables/LayoutService.html":{},"components/NavigationComponent.html":{},"components/NavigationProgressBarComponent.html":{}}}],["tosignal(new",{"_index":534,"title":{},"body":{"injectables/LayoutService.html":{}}}],["tosignal(observecurrentthemedensity",{"_index":512,"title":{},"body":{"injectables/LayoutService.html":{}}}],["tosignal(this.navigationservice.config",{"_index":651,"title":{},"body":{"components/NavigationComponent.html":{}}}],["tosignal(this.router.events.pipe",{"_index":768,"title":{},"body":{"components/NavigationProgressBarComponent.html":{}}}],["tosignal(this.userprofileservice.connect('user",{"_index":166,"title":{},"body":{"components/DefaultHeaderComponent.html":{}}}],["track",{"_index":83,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/ReleaseInfoComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{}}}],["trade",{"_index":2214,"title":{},"body":{"license.html":{}}}],["trademark",{"_index":2213,"title":{},"body":{"license.html":{}}}],["trademarks",{"_index":2215,"title":{},"body":{"license.html":{}}}],["transaction",{"_index":2161,"title":{},"body":{"license.html":{}}}],["transfer",{"_index":1872,"title":{},"body":{"license.html":{}}}],["transferred",{"_index":2162,"title":{},"body":{"license.html":{}}}],["transferring",{"_index":2282,"title":{},"body":{"license.html":{}}}],["transform",{"_index":457,"title":{},"body":{"components/LayoutComponent.html":{},"components/SidenavComponent.html":{}}}],["transition",{"_index":467,"title":{},"body":{"components/LayoutComponent.html":{},"components/NavigationItemComponent.html":{},"components/SidenavComponent.html":{}}}],["transition(':enter",{"_index":729,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["transition(':leave",{"_index":734,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["translatex(calc",{"_index":458,"title":{},"body":{"components/LayoutComponent.html":{},"components/SidenavComponent.html":{}}}],["transmission",{"_index":2114,"title":{},"body":{"license.html":{}}}],["treated",{"_index":2188,"title":{},"body":{"license.html":{}}}],["treaty",{"_index":1997,"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":710,"title":{},"body":{"components/NavigationItemComponent.html":{},"changelog.html":{}}}],["trigger('sub",{"_index":727,"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":1529,"title":{},"body":{"dependencies.html":{}}}],["two",{"_index":1746,"title":{},"body":{"license.html":{}}}],["type",{"_index":210,"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":2463,"title":{"miscellaneous/typealiases.html":{}},"body":{}}],["typedef",{"_index":403,"title":{},"body":{"injectables/HeaderService.html":{}}}],["typeof",{"_index":808,"title":{},"body":{"injectables/NavigationService.html":{}}}],["types",{"_index":268,"title":{},"body":{"injectables/ExternalAppsService.html":{},"components/SettingsButtonComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["typical",{"_index":2141,"title":{},"body":{"license.html":{}}}],["typography",{"_index":943,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["typographyname",{"_index":994,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["ul[rxap",{"_index":108,"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":1786,"title":{},"body":{"license.html":{}}}],["undefined",{"_index":787,"title":{},"body":{"injectables/NavigationService.html":{},"changelog.html":{},"miscellaneous/functions.html":{}}}],["under",{"_index":1830,"title":{},"body":{"license.html":{}}}],["unknown",{"_index":358,"title":{},"body":{"injectables/FooterService.html":{},"injectables/HeaderService.html":{}}}],["unless",{"_index":2149,"title":{},"body":{"license.html":{}}}],["unlimited",{"_index":1958,"title":{},"body":{"license.html":{}}}],["unmodified",{"_index":1845,"title":{},"body":{"license.html":{}}}],["unnecessary",{"_index":1985,"title":{},"body":{"license.html":{}}}],["unpacking",{"_index":2184,"title":{},"body":{"license.html":{}}}],["until",{"_index":2245,"title":{},"body":{"license.html":{}}}],["update",{"_index":783,"title":{},"body":{"injectables/NavigationService.html":{},"changelog.html":{}}}],["updatenavigation",{"_index":778,"title":{},"body":{"injectables/NavigationService.html":{}}}],["updates",{"_index":2172,"title":{},"body":{"license.html":{}}}],["upgrade",{"_index":1381,"title":{},"body":{"changelog.html":{}}}],["url",{"_index":283,"title":{},"body":{"injectables/ExternalAppsService.html":{},"index.html":{}}}],["urlparts",{"_index":757,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["urlparts[0",{"_index":759,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["usage",{"_index":1249,"title":{},"body":{"changelog.html":{}}}],["use",{"_index":790,"title":{},"body":{"injectables/NavigationService.html":{},"changelog.html":{},"index.html":{},"license.html":{}}}],["used",{"_index":1631,"title":{},"body":{"index.html":{},"license.html":{}}}],["user",{"_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":{},"changelog.html":{},"dependencies.html":{},"index.html":{},"license.html":{}}}],["user@^18.0.3",{"_index":1587,"title":{},"body":{"index.html":{}}}],["username",{"_index":1081,"title":{},"body":{"components/UserProfileIconComponent.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["userprofiledatasource",{"_index":175,"title":{},"body":{"components/DefaultHeaderComponent.html":{}}}],["userprofileiconcomponent",{"_index":126,"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":183,"title":{},"body":{"components/DefaultHeaderComponent.html":{}}}],["users",{"_index":1705,"title":{},"body":{"license.html":{}}}],["usersettingsthemeservice",{"_index":430,"title":{},"body":{"components/LayoutComponent.html":{}}}],["uses",{"_index":1660,"title":{},"body":{"index.html":{},"license.html":{}}}],["using",{"_index":2113,"title":{},"body":{"license.html":{}}}],["utilities",{"_index":258,"title":{},"body":{"injectables/ExternalAppsService.html":{},"dependencies.html":{}}}],["utilities@^1.1.4",{"_index":1581,"title":{},"body":{"index.html":{}}}],["utility",{"_index":1271,"title":{},"body":{"changelog.html":{}}}],["valid",{"_index":2079,"title":{},"body":{"license.html":{}}}],["value",{"_index":51,"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":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":{}}}],["variables",{"_index":2466,"title":{"miscellaneous/variables.html":{}},"body":{"miscellaneous/variables.html":{}}}],["verbatim",{"_index":1682,"title":{},"body":{"license.html":{}}}],["version",{"_index":902,"title":{},"body":{"components/ReleaseInfoComponent.html":{},"interfaces/ReleaseInfoModule.html":{},"interfaces/SettingsMenuItem.html":{},"changelog.html":{},"license.html":{},"properties.html":{}}}],["versions",{"_index":1372,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["very",{"_index":992,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["view",{"_index":1885,"title":{},"body":{"license.html":{}}}],["viewchild",{"_index":715,"title":{},"body":{"components/NavigationItemComponent.html":{},"components/SidenavComponent.html":{}}}],["viewchild(matsidenav",{"_index":1029,"title":{},"body":{"components/SidenavComponent.html":{}}}],["viewcontainerref",{"_index":327,"title":{},"body":{"directives/FooterDirective.html":{},"directives/HeaderDirective.html":{}}}],["viewencapsulation",{"_index":630,"title":{},"body":{"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{}}}],["viewencapsulation.none",{"_index":599,"title":{},"body":{"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{}}}],["violates",{"_index":2178,"title":{},"body":{"license.html":{}}}],["violation",{"_index":2241,"title":{},"body":{"license.html":{}}}],["visibility",{"_index":462,"title":{},"body":{"components/LayoutComponent.html":{},"components/SidenavComponent.html":{}}}],["visible",{"_index":463,"title":{},"body":{"components/LayoutComponent.html":{},"components/SidenavComponent.html":{},"changelog.html":{},"license.html":{}}}],["void",{"_index":49,"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":2055,"title":{},"body":{"license.html":{}}}],["wait",{"_index":845,"title":{},"body":{"injectables/NavigationService.html":{}}}],["waiting",{"_index":849,"title":{},"body":{"injectables/NavigationService.html":{}}}],["waive",{"_index":2005,"title":{},"body":{"license.html":{}}}],["waiver",{"_index":2446,"title":{},"body":{"license.html":{}}}],["want",{"_index":1718,"title":{},"body":{"license.html":{}}}],["warranties",{"_index":1884,"title":{},"body":{"license.html":{}}}],["warranty",{"_index":1757,"title":{},"body":{"license.html":{}}}],["way",{"_index":1709,"title":{},"body":{"license.html":{}}}],["ways",{"_index":2069,"title":{},"body":{"license.html":{}}}],["webkit",{"_index":484,"title":{},"body":{"components/LayoutComponent.html":{},"components/SidenavComponent.html":{}}}],["well",{"_index":1863,"title":{},"body":{"license.html":{}}}],["whatever",{"_index":2287,"title":{},"body":{"license.html":{}}}],["whether",{"_index":1736,"title":{},"body":{"license.html":{}}}],["whole",{"_index":1908,"title":{},"body":{"license.html":{}}}],["whose",{"_index":2122,"title":{},"body":{"license.html":{}}}],["widely",{"_index":1903,"title":{},"body":{"license.html":{}}}],["width",{"_index":531,"title":{},"body":{"injectables/LayoutService.html":{},"injectables/LogoService.html":{},"components/SidenavComponent.html":{},"changelog.html":{}}}],["widthdefaultheadercomponent",{"_index":1547,"title":{},"body":{"miscellaneous/functions.html":{}}}],["window",{"_index":1919,"title":{},"body":{"license.html":{}}}],["wip",{"_index":1634,"title":{},"body":{"index.html":{}}}],["wipo",{"_index":1996,"title":{},"body":{"license.html":{}}}],["wish",{"_index":1716,"title":{},"body":{"license.html":{}}}],["withfootercomponents",{"_index":1548,"title":{},"body":{"miscellaneous/functions.html":{}}}],["withfootercomponents(components",{"_index":1563,"title":{},"body":{"miscellaneous/functions.html":{}}}],["withheadercomponents",{"_index":1549,"title":{},"body":{"miscellaneous/functions.html":{}}}],["withheadercomponents(components",{"_index":1564,"title":{},"body":{"miscellaneous/functions.html":{}}}],["within",{"_index":1601,"title":{},"body":{"index.html":{},"license.html":{}}}],["withnavigationconfig",{"_index":1550,"title":{},"body":{"miscellaneous/functions.html":{}}}],["withnavigationconfig(app_navigation",{"_index":1616,"title":{},"body":{"index.html":{}}}],["withnavigationconfig(config",{"_index":1565,"title":{},"body":{"miscellaneous/functions.html":{}}}],["withnavigationinserts",{"_index":1551,"title":{},"body":{"miscellaneous/functions.html":{}}}],["withnavigationinserts(inserts",{"_index":1566,"title":{},"body":{"miscellaneous/functions.html":{}}}],["withnavigationservice",{"_index":1614,"title":{},"body":{"index.html":{}}}],["without",{"_index":1848,"title":{},"body":{"license.html":{}}}],["withreleaseinfomodules",{"_index":1552,"title":{},"body":{"miscellaneous/functions.html":{}}}],["withreleaseinfomodules(...module",{"_index":1567,"title":{},"body":{"miscellaneous/functions.html":{}}}],["withsettingsmenuitems",{"_index":1553,"title":{},"body":{"miscellaneous/functions.html":{},"index.html":{}}}],["withsettingsmenuitems(...items",{"_index":1568,"title":{},"body":{"miscellaneous/functions.html":{}}}],["work",{"_index":1707,"title":{},"body":{"license.html":{}}}],["work's",{"_index":1929,"title":{},"body":{"license.html":{}}}],["working",{"_index":1904,"title":{},"body":{"license.html":{}}}],["works",{"_index":1690,"title":{},"body":{"license.html":{}}}],["workspace",{"_index":1571,"title":{},"body":{"index.html":{}}}],["worldwide",{"_index":2320,"title":{},"body":{"license.html":{}}}],["writablesignal",{"_index":509,"title":{},"body":{"injectables/LayoutService.html":{}}}],["writing",{"_index":2406,"title":{},"body":{"license.html":{}}}],["written",{"_index":2078,"title":{},"body":{"license.html":{}}}],["y",{"_index":1043,"title":{},"body":{"components/SidenavComponent.html":{}}}],["yarn",{"_index":1573,"title":{},"body":{"index.html":{}}}],["years",{"_index":2081,"title":{},"body":{"license.html":{}}}],["yourself",{"_index":2338,"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 \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:44\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:41\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:42\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:38\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 { 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 ],\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.image) {\n \n }\n {{ app.label }}\n \n \n } @else if (app.routerLink) {\n \n \n @if (app.image) {\n \n }\n {{ app.label }}\n \n \n } @else {\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.image) { } {{ app.label }} } @else if (app.routerLink) { @if (app.image) { } {{ app.label }} } @else { @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 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: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 : 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/external-apps.service.ts:96\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: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 : [] | 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: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 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: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/external-apps.service.ts:70\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:117\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:32\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:86\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:30\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:21\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:25\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:22\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:24\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:23\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 { RXAP_EXTERNAL_APP_FILTER } from './tokens';\nimport { ExternalApps } 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\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): ExternalApps | 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: ExternalApps[] = this\n .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 ExternalApps = 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 ExternalApps = 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.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.1\n \n @rxap/environment : ^18.0.3-dev.1\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 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 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.1 @rxap/environment@^18.0.3-dev.1 @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.0\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 ExternalApps (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 ExternalApps\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_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_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
|
}
|