@rxap/layout 18.0.2 → 18.0.3-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.
Files changed (182) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/README.md +1 -1
  3. package/compodoc/changelog.html +730 -0
  4. package/compodoc/components/AppsButtonComponent.html +604 -0
  5. package/compodoc/components/FooterComponent.html +487 -0
  6. package/compodoc/components/HeaderComponent.html +781 -0
  7. package/compodoc/components/LanguageSelectorComponent.html +526 -0
  8. package/compodoc/components/LayoutComponent.html +1035 -0
  9. package/compodoc/components/NavigationComponent.html +1156 -0
  10. package/compodoc/components/NavigationItemComponent.html +1328 -0
  11. package/compodoc/components/NavigationProgressBarComponent.html +550 -0
  12. package/compodoc/components/ResetButtonComponent.html +486 -0
  13. package/compodoc/components/SettingsButtonComponent.html +1416 -0
  14. package/compodoc/components/SidenavComponent.html +689 -0
  15. package/compodoc/components/SidenavToggleButtonComponent.html +517 -0
  16. package/compodoc/components/SignOutComponent.html +493 -0
  17. package/compodoc/components/ToggleWindowSidenavButtonComponent.html +549 -0
  18. package/compodoc/components/UserProfileIconComponent.html +657 -0
  19. package/compodoc/components/VersionComponent.html +524 -0
  20. package/compodoc/components/WindowContainerSidenavComponent.html +687 -0
  21. package/compodoc/dependencies.html +239 -0
  22. package/compodoc/directives/FooterDirective.html +371 -0
  23. package/compodoc/directives/SidenavFooterDirective.html +387 -0
  24. package/compodoc/directives/SidenavHeaderDirective.html +387 -0
  25. package/compodoc/fonts/ionicons.eot +0 -0
  26. package/compodoc/fonts/ionicons.svg +2090 -0
  27. package/compodoc/fonts/ionicons.ttf +0 -0
  28. package/compodoc/fonts/ionicons.woff +0 -0
  29. package/compodoc/fonts/ionicons.woff2 +0 -0
  30. package/compodoc/fonts/roboto-v15-latin-300.eot +0 -0
  31. package/compodoc/fonts/roboto-v15-latin-300.svg +314 -0
  32. package/compodoc/fonts/roboto-v15-latin-300.ttf +0 -0
  33. package/compodoc/fonts/roboto-v15-latin-300.woff +0 -0
  34. package/compodoc/fonts/roboto-v15-latin-300.woff2 +0 -0
  35. package/compodoc/fonts/roboto-v15-latin-700.eot +0 -0
  36. package/compodoc/fonts/roboto-v15-latin-700.svg +310 -0
  37. package/compodoc/fonts/roboto-v15-latin-700.ttf +0 -0
  38. package/compodoc/fonts/roboto-v15-latin-700.woff +0 -0
  39. package/compodoc/fonts/roboto-v15-latin-700.woff2 +0 -0
  40. package/compodoc/fonts/roboto-v15-latin-italic.eot +0 -0
  41. package/compodoc/fonts/roboto-v15-latin-italic.svg +323 -0
  42. package/compodoc/fonts/roboto-v15-latin-italic.ttf +0 -0
  43. package/compodoc/fonts/roboto-v15-latin-italic.woff +0 -0
  44. package/compodoc/fonts/roboto-v15-latin-italic.woff2 +0 -0
  45. package/compodoc/fonts/roboto-v15-latin-regular.eot +0 -0
  46. package/compodoc/fonts/roboto-v15-latin-regular.svg +308 -0
  47. package/compodoc/fonts/roboto-v15-latin-regular.ttf +0 -0
  48. package/compodoc/fonts/roboto-v15-latin-regular.woff +0 -0
  49. package/compodoc/fonts/roboto-v15-latin-regular.woff2 +0 -0
  50. package/compodoc/graph/dependencies.svg +24 -0
  51. package/compodoc/images/compodoc-vectorise-inverted.png +0 -0
  52. package/compodoc/images/compodoc-vectorise-inverted.svg +201 -0
  53. package/compodoc/images/compodoc-vectorise.png +0 -0
  54. package/compodoc/images/compodoc-vectorise.svg +201 -0
  55. package/compodoc/images/favicon.ico +0 -0
  56. package/compodoc/index.html +190 -0
  57. package/compodoc/injectables/AppUrlService.html +829 -0
  58. package/compodoc/injectables/AuthenticationServiceMock.html +303 -0
  59. package/compodoc/injectables/LayoutComponentService.html +848 -0
  60. package/compodoc/injectables/NavigationService.html +1081 -0
  61. package/compodoc/injectables/ReplaceRouterPathsService.html +337 -0
  62. package/compodoc/injectables/SidenavComponentService.html +408 -0
  63. package/compodoc/interfaces/ExternalApps.html +634 -0
  64. package/compodoc/interfaces/LogoConfig.html +381 -0
  65. package/compodoc/interfaces/NavigationDividerItem.html +385 -0
  66. package/compodoc/interfaces/NavigationInsertItem.html +340 -0
  67. package/compodoc/interfaces/NavigationItem.html +520 -0
  68. package/compodoc/interfaces/NavigationStatus.html +376 -0
  69. package/compodoc/js/compodoc.js +14 -0
  70. package/compodoc/js/lazy-load-graphs.js +44 -0
  71. package/compodoc/js/libs/EventDispatcher.js +5 -0
  72. package/compodoc/js/libs/bootstrap-native.js +2 -0
  73. package/compodoc/js/libs/clipboard.min.js +7 -0
  74. package/compodoc/js/libs/custom-elements-es5-adapter.js +15 -0
  75. package/compodoc/js/libs/custom-elements.min.js +38 -0
  76. package/compodoc/js/libs/d3.v3.min.js +2 -0
  77. package/compodoc/js/libs/deep-iterator.js +2 -0
  78. package/compodoc/js/libs/es6-shim.min.js +12 -0
  79. package/compodoc/js/libs/htmlparser.js +23 -0
  80. package/compodoc/js/libs/innersvg.js +9 -0
  81. package/compodoc/js/libs/lit-html.js +1 -0
  82. package/compodoc/js/libs/prism.js +46 -0
  83. package/compodoc/js/libs/promise.min.js +6 -0
  84. package/compodoc/js/libs/svg-pan-zoom.min.js +3 -0
  85. package/compodoc/js/libs/tablesort.min.js +6 -0
  86. package/compodoc/js/libs/tablesort.number.min.js +6 -0
  87. package/compodoc/js/libs/vis.min.js +47 -0
  88. package/compodoc/js/libs/zepto.min.js +2 -0
  89. package/compodoc/js/menu-wc.js +237 -0
  90. package/compodoc/js/menu-wc_es5.js +40 -0
  91. package/compodoc/js/menu.js +270 -0
  92. package/compodoc/js/routes.js +301 -0
  93. package/compodoc/js/search/lunr.min.js +6 -0
  94. package/compodoc/js/search/search-lunr.js +67 -0
  95. package/compodoc/js/search/search.js +283 -0
  96. package/compodoc/js/search/search_index.js +4 -0
  97. package/compodoc/js/sourceCode.js +58 -0
  98. package/compodoc/js/svg-pan-zoom.controls.js +53 -0
  99. package/compodoc/js/tabs.js +21 -0
  100. package/compodoc/js/tree.js +147 -0
  101. package/compodoc/license.html +731 -0
  102. package/compodoc/miscellaneous/functions.html +389 -0
  103. package/compodoc/miscellaneous/typealiases.html +256 -0
  104. package/compodoc/miscellaneous/variables.html +370 -0
  105. package/compodoc/modules.html +183 -0
  106. package/compodoc/overview.html +225 -0
  107. package/compodoc/pipes/ReplaceRouterPathsPipe.html +363 -0
  108. package/compodoc/properties.html +195 -0
  109. package/compodoc/styles/bootstrap-card.css +219 -0
  110. package/compodoc/styles/bootstrap.min.css +6 -0
  111. package/compodoc/styles/compodoc.css +1124 -0
  112. package/compodoc/styles/dark.css +121 -0
  113. package/compodoc/styles/ionicons.min.css +11 -0
  114. package/compodoc/styles/laravel.css +113 -0
  115. package/compodoc/styles/material.css +131 -0
  116. package/compodoc/styles/original.css +51 -0
  117. package/compodoc/styles/postmark.css +238 -0
  118. package/compodoc/styles/prism.css +301 -0
  119. package/compodoc/styles/readthedocs.css +117 -0
  120. package/compodoc/styles/reset.css +129 -0
  121. package/compodoc/styles/stripe.css +106 -0
  122. package/compodoc/styles/style.css +7 -0
  123. package/compodoc/styles/tablesort.css +33 -0
  124. package/compodoc/styles/vagrant.css +130 -0
  125. package/docs/.nojekyll +1 -0
  126. package/docs/assets/highlight.css +43 -0
  127. package/docs/assets/icons.js +15 -0
  128. package/docs/assets/icons.svg +1 -0
  129. package/docs/assets/main.js +59 -0
  130. package/docs/assets/navigation.js +1 -0
  131. package/docs/assets/search.js +1 -0
  132. package/docs/assets/style.css +1412 -0
  133. package/docs/classes/AppUrlService.html +13 -0
  134. package/docs/classes/AppsButtonComponent.html +9 -0
  135. package/docs/classes/AuthenticationServiceMock.html +3 -0
  136. package/docs/classes/FooterComponent.html +3 -0
  137. package/docs/classes/FooterDirective.html +8 -0
  138. package/docs/classes/HeaderComponent.html +8 -0
  139. package/docs/classes/LanguageSelectorComponent.html +3 -0
  140. package/docs/classes/LayoutComponent.html +18 -0
  141. package/docs/classes/LayoutComponentService.html +15 -0
  142. package/docs/classes/NavigationComponent.html +15 -0
  143. package/docs/classes/NavigationItemComponent.html +22 -0
  144. package/docs/classes/NavigationProgressBarComponent.html +4 -0
  145. package/docs/classes/NavigationService.html +17 -0
  146. package/docs/classes/ReplaceRouterPathsPipe.html +4 -0
  147. package/docs/classes/ReplaceRouterPathsService.html +3 -0
  148. package/docs/classes/ResetButtonComponent.html +3 -0
  149. package/docs/classes/SettingsButtonComponent.html +30 -0
  150. package/docs/classes/SidenavComponent.html +5 -0
  151. package/docs/classes/SidenavComponentService.html +5 -0
  152. package/docs/classes/SidenavFooterDirective.html +3 -0
  153. package/docs/classes/SidenavHeaderDirective.html +3 -0
  154. package/docs/classes/SidenavToggleButtonComponent.html +4 -0
  155. package/docs/classes/SignOutComponent.html +4 -0
  156. package/docs/classes/ToggleWindowSidenavButtonComponent.html +5 -0
  157. package/docs/classes/UserProfileIconComponent.html +6 -0
  158. package/docs/classes/VersionComponent.html +7 -0
  159. package/docs/classes/WindowContainerSidenavComponent.html +10 -0
  160. package/docs/documentation.json +13292 -0
  161. package/docs/functions/IsNavigationDividerItem.html +1 -0
  162. package/docs/functions/IsNavigationInsertItem.html +1 -0
  163. package/docs/functions/IsNavigationItem.html +1 -0
  164. package/docs/index.html +16 -0
  165. package/docs/interfaces/ExternalApps.html +8 -0
  166. package/docs/interfaces/LogoConfig.html +4 -0
  167. package/docs/interfaces/NavigationDividerItem.html +3 -0
  168. package/docs/interfaces/NavigationInsertItem.html +2 -0
  169. package/docs/interfaces/NavigationItem.html +6 -0
  170. package/docs/interfaces/NavigationStatus.html +2 -0
  171. package/docs/modules.html +47 -0
  172. package/docs/types/ExtractUsernameFromProfileFn.html +1 -0
  173. package/docs/types/Navigation.html +1 -0
  174. package/docs/types/NavigationWithInserts.html +1 -0
  175. package/docs/variables/EXTRACT_USERNAME_FROM_PROFILE.html +1 -0
  176. package/docs/variables/RXAP_FOOTER_COMPONENT.html +1 -0
  177. package/docs/variables/RXAP_HEADER_COMPONENT.html +1 -0
  178. package/docs/variables/RXAP_LAYOUT_APPS_GRID.html +1 -0
  179. package/docs/variables/RXAP_LOGO_CONFIG.html +1 -0
  180. package/docs/variables/RXAP_NAVIGATION_CONFIG.html +1 -0
  181. package/docs/variables/RXAP_NAVIGATION_CONFIG_INSERTS.html +1 -0
  182. package/package.json +44 -44
@@ -0,0 +1,4 @@
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"}}
4
+ }