@rxap/layout 18.0.2 → 18.0.3-dev.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (182) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/README.md +14 -1
  3. package/compodoc/changelog.html +732 -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 +241 -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 +197 -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 +460 -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 +13308 -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 +25 -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 +46 -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.562,1,3.015,2,1.673,3,0.258,4,0.203,5,0.23,6,5.304,7,2.711,8,0.203,9,1.297,10,0.808,11,4.468,12,3.478,13,4.738,14,4.468,15,3.793,16,3.793,17,0.721,18,2.711,19,3.767,20,4.374,21,2.083,22,5.304,23,4.682,24,0.72,25,3.194,26,0.817,27,0.025,28,0.695,29,0.423,30,0.581,31,2.34,32,3.793,33,3.194,34,5.167,35,1.705,36,3.478,37,2.939,38,3.194,39,2.529,40,3.793,41,5.015,42,4.182,43,3.194,44,1.117,45,1.269,46,4.374,47,3.793,48,3.194,49,3.793,50,3.194,51,1.562,52,0.504,53,0.872,54,2.711,55,0.258,56,2.393,57,1.673,58,1.554,59,1.554,60,1.673,61,2.711,62,2.393,63,2.711,64,2.711,65,2.156,66,2.393,67,1.966,68,2.393,69,2.156,70,2.711,71,1.355,72,2.711,73,0.722,74,0.361,75,1.049,76,2.711,77,1.808,78,3.348,79,2.393,80,1.355,81,1.966,82,1.355,83,3.015,84,2.393,85,1.554,86,1.355,87,0.346,88,1.88,89,3.793,90,2.027,91,1.036,92,2.711,93,2.393,94,2.711,95,2.711,96,1.93,97,2.711,98,2.711,99,3.187,100,4.401,101,2.711,102,3.793,103,4.986,104,3.793,105,2.156,106,1.049,107,2.711,108,2.393,109,2.711,110,3.348,111,2.711,112,2.711,113,2.711,114,3.793,115,2.156,116,2.711,117,2.711,118,2.711,119,2.711,120,2.711,121,2.711,122,0.015,123,0.015]],["title/components/AppsButtonComponent.html",[124,0.166,125,0.898]],["body/components/AppsButtonComponent.html",[1,4.289,3,0.274,4,0.216,5,0.245,8,0.216,10,0.734,17,0.753,24,0.63,26,0.473,27,0.025,28,0.678,29,0.245,30,0.527,36,2.293,44,1.631,45,1.852,52,0.53,53,0.927,55,0.274,73,0.768,74,0.274,80,1.978,87,0.369,88,1.645,91,1.115,100,2.546,110,3.99,122,0.016,123,0.016,124,0.252,125,1.47,126,1.196,127,0.768,128,0.927,129,0.927,130,0.871,131,5.732,132,4.865,133,2.092,134,2.116,135,2.789,136,2.591,137,0.675,138,1.354,139,1.354,140,1.495,141,1.673,142,1.66,143,2.64,144,0.989,145,0.866,146,1.273,147,1.984,148,3.014,149,2.416,150,2.115,151,4.52,152,1.273,153,3.278,154,1.273,155,2.871,156,0.6,157,5.326,158,3.398,159,3.99,160,4.294,161,3.398,162,3.959,163,2.591,164,3.398,165,3.398,166,0.987,167,2.885,168,2.293,169,1.35,170,1.542,171,0.987,172,3.398,173,2.293,174,2.64,175,3.495,176,2.293,177,1.924,178,1.542,179,2.546,180,3.398,181,1.78,182,2.885,183,2.885,184,2.885,185,3.398,186,3.398,187,3.398,188,2.092,189,1.78,190,2.885,191,4.664,192,0.927,193,1.273,194,1.273,195,0.631,196,1.564,197,0.927,198,1.639,199,0.871,200,0.927,201,0.871,202,0.927,203,0.871,204,0.819,205,0.927,206,0.871,207,0.927,208,0.819,209,0.927,210,0.927,211,0.819,212,0.927,213,0.808,214,0.927,215,0.871,216,0.927,217,0.927,218,0.871,219,0.927,220,0.871,221,0.871,222,0.871,223,0.927,224,0.871,225,1.366,226,1.273,227,0.871,228,0.927,229,0.927,230,0.871,231,1.196,232,0.871,233,0.768,234,0.819,235,0.927,236,0.871,237,0.927,238,0.871,239,0.871,240,0.631,241,0.768,242,0.927,243,0.819,244,0.927,245,0.819,246,0.871,247,0.927]],["title/injectables/AuthenticationServiceMock.html",[0,1.224,248,2.971]],["body/injectables/AuthenticationServiceMock.html",[0,2.142,2,2.727,3,0.42,4,0.331,5,0.375,8,0.331,9,1.778,10,0.77,24,0.616,27,0.024,35,1.512,51,2.142,52,0.42,55,0.42,57,2.727,58,2.535,59,2.535,60,2.727,74,0.42,79,3.902,87,0.565,122,0.021,123,0.021,248,5.199,249,5.209,250,5.701,251,5.209,252,5.209,253,3.515,254,2.727]],["title/interfaces/ExternalApps.html",[36,2.362,75,1.15]],["body/interfaces/ExternalApps.html",[0,1.675,1,2.385,3,0.285,4,0.225,5,0.254,6,3,7,3,8,0.225,10,0.721,12,2.385,13,3,17,0.571,19,3.233,20,3,21,2.073,22,4.613,23,4.072,27,0.025,29,0.452,30,0.646,31,1.851,32,3,34,4.066,36,3.667,37,2.763,39,2,40,3,41,4.704,42,3.589,46,4.066,47,3,49,3,51,1.236,52,0.518,53,0.964,54,3,55,0.285,56,2.648,57,1.851,58,1.72,59,1.72,60,1.851,61,3,62,2.648,63,3,64,3,65,2.385,66,2.648,67,2.175,68,2.648,69,2.385,70,3,71,1.499,72,3,73,0.799,74,0.387,75,1.161,76,4.945,77,3.298,78,4.562,79,4.365,80,1.499,81,3.586,82,2.305,83,4.109,84,4.365,85,1.72,86,1.499,87,0.383,88,1.939,89,4.066,90,2.173,91,1.081,92,3,93,2.648,94,3,95,3,96,1.983,97,3,98,3,99,3.288,100,4.562,101,3,102,4.066,103,5.169,104,4.066,105,2.385,106,1.161,107,3,108,2.648,109,3,110,3.589,111,3,112,3,113,3,114,4.066,115,2.385,116,3,117,3,118,3,119,3,120,3,121,3,122,0.016,123,0.016,156,0.616,255,1.72]],["title/components/FooterComponent.html",[124,0.166,199,0.898]],["body/components/FooterComponent.html",[3,0.312,4,0.246,5,0.279,8,0.246,10,0.673,17,0.822,24,0.602,26,0.538,27,0.024,28,0.715,29,0.366,30,0.383,52,0.507,55,0.312,74,0.312,87,0.42,91,1.056,122,0.017,123,0.017,124,0.269,125,0.993,126,1.305,127,0.875,128,1.056,129,1.056,130,0.993,137,0.768,138,1.478,139,1.478,140,1.512,141,1.698,142,0.993,144,1.079,145,0.945,146,1.389,147,2.119,148,3.22,152,1.389,154,1.389,156,0.654,166,1.124,171,1.124,192,1.056,193,1.389,194,1.389,195,0.719,196,1.649,197,1.056,198,1.713,199,1.55,200,1.056,201,0.993,202,1.056,203,0.993,204,0.932,205,1.056,206,0.993,207,1.056,208,0.932,209,1.056,210,1.056,211,0.932,212,1.056,213,0.882,214,1.056,215,0.993,216,1.056,217,1.056,218,0.993,219,1.056,220,0.993,221,0.993,222,0.993,223,1.056,224,0.993,225,1.459,226,1.389,227,0.993,228,1.056,229,1.056,230,0.993,231,1.305,232,0.993,233,0.875,234,0.932,235,1.056,236,0.993,237,1.056,238,0.993,239,0.993,240,0.719,241,0.875,242,1.056,243,0.932,244,1.056,245,0.932,246,0.993,247,1.056,256,3.871,257,3.814,258,4.828,259,4.262,260,2.979,261,5.688,262,5.091,263,5.052,264,3.286,265,3.871,266,3.871,267,1.884,268,2.612,269,3.286]],["title/directives/FooterDirective.html",[195,0.65,241,0.791]],["body/directives/FooterDirective.html",[3,0.376,4,0.296,5,0.336,10,0.678,17,0.925,24,0.551,26,0.648,27,0.025,28,0.551,29,0.336,30,0.461,52,0.501,53,1.272,55,0.376,74,0.376,87,0.505,88,1.998,91,1.151,106,1.531,122,0.019,123,0.019,127,1.402,134,2.599,135,3.248,136,3.018,137,0.925,140,1.214,144,1.214,145,1.063,181,2.441,189,2.441,195,1.063,240,0.865,241,1.295,263,5.067,264,3.956,267,2.268,268,3.145,270,4.661,271,5.729,272,4.848,273,5.815,274,4.661,275,6.203,276,4.661,277,4.661,278,3.492,279,3.956,280,5.729,281,4.661,282,4.661,283,4.661,284,4.661]],["title/components/HeaderComponent.html",[124,0.166,201,0.898]],["body/components/HeaderComponent.html",[3,0.24,4,0.189,5,0.214,8,0.189,10,0.804,17,0.686,24,0.725,26,0.414,27,0.025,28,0.64,29,0.441,30,0.49,44,1.041,45,1.182,52,0.56,53,0.812,55,0.24,74,0.24,87,0.323,91,1.227,122,0.014,123,0.014,124,0.235,125,1.387,126,1.09,127,0.673,128,0.812,129,0.812,130,0.763,132,2.526,137,0.591,138,1.234,139,1.234,140,1.475,141,1.645,142,1.09,144,0.901,145,0.789,146,1.16,147,1.847,149,2.25,150,1.969,152,1.16,154,1.16,156,0.546,163,2.783,166,0.864,168,2.009,169,1.182,170,1.35,171,0.864,192,0.812,193,1.16,194,1.16,195,0.552,196,1.476,197,0.812,198,1.561,199,0.763,200,0.812,201,1.634,202,0.812,203,0.763,204,0.717,205,0.812,206,0.763,207,0.812,208,0.717,209,0.812,210,0.812,211,0.717,212,0.812,213,0.859,214,0.812,215,1.387,216,1.353,217,0.812,218,0.763,219,0.812,220,1.387,221,1.09,222,0.763,223,0.812,224,1.387,225,1.387,226,1.561,227,0.763,228,0.812,229,0.812,230,0.763,231,1.09,232,1.387,233,0.961,234,1.194,235,0.812,236,0.763,237,0.812,238,0.763,239,0.763,240,0.552,241,0.673,242,0.812,243,0.717,244,0.812,245,0.717,246,0.763,247,0.812,258,4.209,260,2.596,267,1.448,269,2.526,285,2.976,286,3.185,287,3.346,288,3.346,289,4.209,290,4.209,291,4.209,292,4.209,293,4.209,294,4.958,295,4.958,296,4.958,297,4.251,298,3.715,299,4.591,300,3.979,301,3.346,302,2.869,303,4.209,304,2.976,305,4.855,306,4.251,307,4.958,308,2.869,309,2.976,310,2.976,311,1.803,312,2.976,313,2.976,314,4.251,315,2.976,316,2.976,317,2.869,318,2.23,319,2.23,320,2.526,321,2.526,322,2.009,323,2.526,324,2.976,325,2.23,326,2.976,327,2.23,328,2.526,329,2.526,330,4.958,331,2.526,332,2.976,333,2.526,334,2.526,335,2.009,336,2.976,337,2.976,338,2.23,339,2.526,340,2.009,341,2.23]],["title/components/LanguageSelectorComponent.html",[124,0.166,203,0.898]],["body/components/LanguageSelectorComponent.html",[3,0.281,4,0.222,5,0.251,8,0.222,10,0.562,17,0.563,24,0.562,26,0.485,27,0.025,28,0.686,29,0.342,30,0.345,42,2.613,52,0.526,55,0.281,74,0.281,87,0.378,91,1.002,122,0.016,123,0.016,124,0.255,125,0.894,126,1.217,127,0.788,128,0.952,129,0.952,130,0.894,137,0.692,138,1.378,139,1.378,140,1.507,141,1.679,142,0.894,144,1.006,145,0.881,146,1.296,147,2.01,148,3.055,152,1.296,154,1.296,156,0.61,166,1.012,171,1.012,192,0.952,193,1.296,194,1.296,195,0.647,196,1.581,197,0.952,198,1.654,199,0.894,200,0.952,201,0.894,202,0.952,203,1.486,204,1.665,205,0.952,206,0.894,207,0.952,208,0.84,209,0.952,210,0.952,211,0.84,212,0.952,213,0.823,214,0.952,215,0.894,216,0.952,217,0.952,218,0.894,219,0.952,220,0.894,221,0.894,222,0.894,223,0.952,224,0.894,225,1.384,226,1.296,227,0.894,228,0.952,229,0.952,230,0.894,231,1.217,232,0.894,233,0.788,234,0.84,235,0.952,236,0.894,237,0.952,238,0.894,239,0.894,240,0.647,241,0.788,242,0.952,243,0.84,244,0.952,245,0.84,246,0.894,247,0.952,289,4.582,290,4.582,291,4.582,292,4.582,293,4.582,318,2.613,319,2.613,320,2.96,321,4.582,323,2.96,327,2.613,342,5.398,343,4.582,344,3.488,345,4.582,346,5.398,347,4.748,348,3.488,349,6.062,350,3.488,351,3.488,352,1.826,353,2.96,354,2.613,355,5.398,356,4.748,357,2.486,358,3.488,359,2.96,360,2.96,361,2.827,362,3.488,363,2.613,364,2.96,365,4.582,366,4.03,367,4.748,368,3.204,369,2.613,370,2.613,371,2.146,372,2.96,373,2.96,374,2.146,375,3.488]],["title/components/LayoutComponent.html",[124,0.166,206,0.898]],["body/components/LayoutComponent.html",[3,0.201,4,0.158,5,0.179,8,0.158,10,0.83,17,0.602,21,1.441,23,4.337,24,0.755,26,0.346,27,0.025,28,0.588,29,0.459,30,0.246,44,1.304,52,0.534,53,1.017,55,0.201,68,1.864,69,1.679,74,0.201,87,0.27,88,1.38,91,1.301,93,1.864,122,0.013,123,0.013,124,0.212,125,0.638,126,0.956,127,0.562,128,0.679,129,0.679,130,0.638,134,1.691,135,2.341,136,2.175,137,0.494,138,1.082,139,1.082,140,1.445,141,1.603,142,0.638,144,0.79,145,1.075,146,1.017,147,1.665,149,2.028,150,1.775,151,3.795,152,1.017,154,1.017,156,0.479,163,3.137,166,0.722,169,0.988,170,1.129,171,0.722,181,1.303,189,1.303,192,0.679,193,1.017,194,1.017,195,0.462,196,1.355,197,0.679,198,1.451,199,1.273,200,0.679,201,1.273,202,0.679,203,0.638,204,0.599,205,0.679,206,1.273,207,0.679,208,1.196,209,0.679,210,0.679,211,0.599,212,0.679,213,0.86,214,0.679,215,0.638,216,0.679,217,0.679,218,0.638,219,0.679,220,0.638,221,0.638,222,0.638,223,0.679,224,0.638,225,1.432,226,1.017,227,0.638,228,0.679,229,0.679,230,0.638,231,0.956,232,0.638,233,0.843,234,0.599,235,0.679,236,0.638,237,0.679,238,0.638,239,0.956,240,0.462,241,0.562,242,0.679,243,0.599,244,0.679,245,0.599,246,0.638,247,0.679,260,2.341,287,3.017,288,3.017,298,3.349,300,3.747,301,3.351,311,1.055,322,1.679,338,1.864,339,2.111,340,1.679,341,1.864,352,2.341,361,1.952,363,1.864,364,2.111,365,2.111,371,1.531,374,2.294,376,2.488,377,2.516,378,4.471,379,2.175,380,4.471,381,4.471,382,4.471,383,4.471,384,3.728,385,3.795,386,3.795,387,4.471,388,4.471,389,3.795,390,5.318,391,4.471,392,2.111,393,5.789,394,2.488,395,2.488,396,2.488,397,2.488,398,2.488,399,2.488,400,2.11,401,2.488,402,2.488,403,2.488,404,2.488,405,4.471,406,3.728,407,3.164,408,2.488,409,2.488,410,2.111,411,2.111,412,2.111,413,1.531,414,2.488,415,2.111,416,1.055,417,1.679,418,3.164,419,1.531,420,2.488,421,2.111,422,3.728,423,2.488,424,2.488,425,2.111,426,2.488,427,2.488,428,2.488,429,2.488,430,2.111,431,2.488,432,2.111,433,2.488,434,2.111,435,2.488,436,2.488,437,2.488,438,2.488,439,2.488,440,2.488,441,2.488,442,2.488,443,2.488,444,2.488,445,2.488,446,2.488,447,2.488,448,2.488,449,3.728,450,2.488,451,3.728,452,2.488,453,2.488,454,2.488,455,3.728,456,2.488,457,3.728,458,3.728,459,1.679,460,2.488,461,2.488,462,3.728,463,2.488,464,1.679,465,2.488,466,3.795,467,2.488,468,1.864,469,2.488,470,2.488,471,2.488,472,3.164,473,1.408,474,2.488,475,2.488,476,2.793,477,2.488,478,1.864,479,2.111,480,2.111,481,2.488,482,2.111,483,2.111,484,2.111,485,2.111,486,1.679,487,2.488,488,2.488,489,2.488]],["title/injectables/LayoutComponentService.html",[0,1.224,300,2.154]],["body/injectables/LayoutComponentService.html",[0,1.525,2,1.616,3,0.249,4,0.196,5,0.222,8,0.196,9,1.266,10,0.846,17,0.704,19,3.71,24,0.787,26,0.429,27,0.025,28,0.365,29,0.469,30,0.5,31,2.649,35,1.266,37,2.494,51,1.525,52,0.519,53,0.842,55,0.249,67,1.899,74,0.249,80,1.309,85,1.502,86,1.309,87,0.335,88,1.347,91,1.309,99,3.24,122,0.015,123,0.015,145,0.81,156,0.561,163,2.929,168,2.083,263,4.345,267,1.502,298,4.51,299,4.923,300,2.684,301,3.71,305,4.923,338,3.268,340,2.083,352,1.616,357,2.284,361,2.284,385,4.294,386,4.294,389,5.11,411,2.62,412,2.62,419,1.899,430,2.62,432,2.62,434,4.294,490,3.086,491,5.497,492,4.294,493,3.71,494,5.497,495,5.497,496,3.086,497,4.882,498,6.188,499,3.086,500,3.086,501,3.086,502,6.427,503,3.086,504,3.086,505,3.086,506,3.086,507,3.086,508,3.086,509,3.086,510,3.086,511,3.086,512,3.086,513,5.058,514,3.702,515,2.62,516,2.62,517,2.62,518,3.086,519,2.62,520,3.086,521,3.086,522,3.086,523,3.086,524,3.086,525,3.086,526,3.086,527,3.086,528,5.058,529,3.086,530,5.058,531,3.086,532,3.086,533,3.086,534,2.62,535,3.086,536,3.086,537,3.086,538,3.086,539,3.086,540,3.086,541,3.086,542,3.086,543,4.362,544,4.362,545,3.702,546,3.086,547,3.086,548,2.62,549,3.086,550,3.086,551,3.086,552,2.083,553,3.086,554,4.362,555,3.086,556,3.086,557,3.086,558,3.086,559,3.086,560,3.086]],["title/interfaces/LogoConfig.html",[75,1.15,497,2.623]],["body/interfaces/LogoConfig.html",[3,0.418,4,0.329,5,0.373,8,0.329,21,1.885,27,0.024,29,0.467,30,0.686,74,0.418,75,1.702,122,0.021,123,0.021,156,0.785,255,2.521,357,3.511,400,3.923,497,4.575,548,5.691,561,5.181,562,4.524]],["title/components/NavigationComponent.html",[124,0.166,208,0.843]],["body/components/NavigationComponent.html",[3,0.205,4,0.161,5,0.183,8,0.161,9,1.098,10,0.811,17,0.611,21,1.313,24,0.758,26,0.746,27,0.025,28,0.709,29,0.466,30,0.576,35,1.456,44,1.582,45,1.991,51,1.323,52,0.503,53,0.692,55,0.205,57,1.981,58,1.841,59,1.841,60,1.981,71,1.076,73,0.574,74,0.205,80,1.918,82,2.274,86,2.54,87,0.41,88,1.168,91,0.996,96,1.397,105,1.712,106,0.834,122,0.013,123,0.013,124,0.214,125,0.651,126,0.97,127,0.574,128,0.692,129,0.692,130,0.651,134,1.716,135,2.369,136,2.201,137,0.751,138,1.098,139,1.098,140,1.454,141,1.586,142,0.651,144,0.802,145,0.702,146,1.032,147,1.685,148,2.838,152,1.032,154,1.032,156,0.486,166,0.737,171,0.737,174,3.183,177,2.141,178,1.151,181,1.329,188,1.562,189,1.329,192,0.692,193,1.032,194,1.032,195,0.471,196,1.368,197,0.692,198,1.464,199,0.651,200,0.692,201,0.651,202,0.692,203,0.651,204,0.611,205,0.692,206,0.651,207,0.692,208,1.208,209,1.234,210,0.692,211,1.208,212,0.692,213,1.132,214,0.692,215,0.651,216,0.692,217,0.692,218,0.651,219,0.692,220,0.651,221,0.651,222,0.651,223,0.692,224,0.651,225,1.536,226,1.032,227,0.651,228,0.692,229,0.692,230,0.651,231,0.97,232,0.651,233,0.574,234,0.611,235,0.692,236,0.651,237,0.692,238,0.651,239,0.651,240,0.471,241,0.574,242,0.692,243,0.611,244,0.692,245,0.611,246,0.651,247,0.692,253,1.712,260,2.369,302,2.553,311,1.604,317,3.384,361,1.981,400,1.436,417,1.712,459,3.053,473,2.56,486,1.712,563,2.537,564,3.211,565,3.211,566,3.389,567,3.84,568,4.524,569,3.783,570,4.524,571,3.84,572,2.201,573,3.053,574,3.389,575,3.84,576,3.211,577,3.783,578,3.211,579,2.537,580,4.214,581,4.524,582,5.014,583,3.301,584,3.783,585,2.537,586,3.783,587,3.783,588,2.154,589,2.988,590,2.905,591,2.537,592,2.77,593,1.901,594,2.537,595,1.329,596,2.537,597,3.783,598,3.211,599,2.537,600,2.537,601,2.537,602,2.154,603,2.154,604,1.901,605,2.537,606,2.154,607,2.154,608,2.537,609,2.537,610,2.141,611,2.154,612,1.901,613,2.537,614,3.783,615,2.537,616,2.537,617,2.537,618,2.537,619,2.537,620,1.901,621,2.537,622,3.783,623,2.537,624,4.524,625,2.154,626,2.537,627,1.436,628,2.537,629,2.537,630,2.154,631,2.537,632,2.537,633,1.562,634,2.537,635,2.537,636,2.537,637,2.537,638,2.537,639,2.537,640,3.783]],["title/interfaces/NavigationDividerItem.html",[75,1.15,590,1.588]],["body/interfaces/NavigationDividerItem.html",[3,0.353,4,0.278,5,0.315,8,0.278,21,1.933,27,0.025,29,0.469,30,0.545,39,2.476,52,0.486,55,0.353,71,1.855,73,0.989,74,0.557,75,2.079,77,2.476,82,2.683,90,2.735,96,1.862,122,0.019,123,0.019,156,0.708,213,0.758,254,3.157,255,2.129,379,2.129,416,1.855,572,2.129,589,2.871,590,2.871,592,2.899,595,2.291,641,2.291,642,2.476,643,4.27,644,4.27,645,3.717,646,3.717,647,3.117,648,2.68,649,2.291,650,3.412,651,2.952,652,2.692,653,2.476,654,2.952,655,2.692,656,2.692,657,2.952,658,2.952,659,2.884,660,2.692,661,2.952,662,2.952]],["title/interfaces/NavigationInsertItem.html",[75,1.15,650,1.981]],["body/interfaces/NavigationInsertItem.html",[3,0.358,4,0.282,5,0.319,8,0.282,21,1.939,27,0.025,29,0.458,39,2.51,52,0.489,55,0.358,71,1.88,73,1.002,74,0.558,75,2.089,77,2.51,82,2.356,90,2.752,96,1.873,122,0.019,123,0.019,156,0.714,213,0.768,254,3.176,255,2.158,379,2.158,416,1.88,572,2.158,589,2.885,590,2.752,592,2.906,595,2.322,641,2.322,642,2.51,643,2.993,644,2.993,645,3.749,646,3.749,647,3.144,648,2.703,649,2.322,650,3.599,651,2.993,652,3.913,653,2.51,654,2.993,655,2.729,656,2.729,657,2.993,658,2.993,659,2.909,660,2.729,661,2.993,662,2.993]],["title/interfaces/NavigationItem.html",[75,1.15,589,1.588]],["body/interfaces/NavigationItem.html",[3,0.339,4,0.267,5,0.303,8,0.267,21,1.969,27,0.025,29,0.488,30,0.652,39,2.38,52,0.478,55,0.339,71,1.783,73,0.95,74,0.553,75,2.049,77,3.53,82,2.278,90,2.923,96,1.828,122,0.018,123,0.018,156,0.69,213,0.729,254,3.099,255,2.046,379,3.035,416,2.645,572,2.046,589,2.923,590,2.685,592,2.876,595,2.202,641,2.202,642,2.38,643,2.838,644,2.838,645,4.208,646,3.625,647,3.04,648,2.614,649,2.202,650,3.35,651,2.838,652,2.588,653,2.38,654,2.838,655,2.588,656,2.588,657,3.625,658,3.625,659,3.508,660,3.838,661,2.838,662,2.838]],["title/components/NavigationItemComponent.html",[124,0.166,211,0.843]],["body/components/NavigationItemComponent.html",[3,0.187,4,0.147,5,0.167,8,0.147,9,1.026,10,0.799,17,0.571,24,0.752,26,0.718,27,0.025,28,0.69,29,0.446,30,0.51,35,1.391,37,2.341,44,1.498,45,2.049,51,0.811,52,0.523,53,0.633,55,0.187,57,1.215,58,1.129,59,1.129,60,1.215,71,0.984,73,0.524,74,0.187,80,0.984,81,2.176,82,2.188,87,0.252,88,1.746,91,1.108,96,0.716,99,1.852,106,0.762,122,0.012,123,0.012,124,0.203,125,0.595,126,0.907,127,0.524,128,0.633,129,0.633,130,0.595,134,1.604,136,2.085,137,0.46,138,1.026,139,1.026,140,1.438,141,1.561,142,0.595,144,0.749,145,1.049,146,0.965,147,1.596,150,1.702,152,0.965,154,0.965,156,0.455,163,1.129,166,0.673,169,0.921,171,0.673,174,2.001,176,1.566,177,2.001,178,1.052,179,1.738,192,0.633,193,0.965,194,0.965,195,0.431,196,1.308,197,0.633,198,1.408,199,0.595,200,0.633,201,0.595,202,0.633,203,0.595,204,0.559,205,0.633,206,0.595,207,0.633,208,1.154,209,0.633,210,0.633,211,1.154,212,1.169,213,1.101,214,0.633,215,0.595,216,0.633,217,0.633,218,0.595,219,0.633,220,0.595,221,0.595,222,0.595,223,0.633,224,0.595,225,1.494,226,0.965,227,0.595,228,0.633,229,0.633,230,0.595,231,0.907,232,0.595,233,0.524,234,0.559,235,0.633,236,0.595,237,0.633,238,0.595,239,0.595,240,0.431,241,0.524,242,0.633,243,0.559,244,0.633,245,0.559,246,0.595,247,0.633,273,4.798,279,1.969,287,2.892,302,2.386,311,1.5,317,2.892,319,1.738,361,2.701,379,2.085,400,1.313,407,3.001,410,1.969,413,1.428,472,1.969,476,2.649,486,1.566,552,1.566,562,2.892,564,3.001,565,3.001,566,3.21,567,3.637,571,3.001,572,1.721,573,2.386,575,3.637,576,3.001,578,3.001,583,3.175,588,1.969,589,2.849,590,2.644,592,2.583,593,1.738,595,1.215,598,3.001,602,1.969,603,1.969,604,1.738,606,1.969,607,5.451,610,1.313,611,1.969,620,1.738,627,1.313,633,2.637,641,3.363,659,2.244,663,2.32,664,4.285,665,5.828,666,4.285,667,4.285,668,4.285,669,3.536,670,4.285,671,3.536,672,4.792,673,1.969,674,3.669,675,5.653,676,4.285,677,4.792,678,5.653,679,2.32,680,2.32,681,2.32,682,3.536,683,2.32,684,2.32,685,2.32,686,3.536,687,2.32,688,2.32,689,3.536,690,2.32,691,2.32,692,2.32,693,2.32,694,2.32,695,3.536,696,2.32,697,5.436,698,1.969,699,1.969,700,3.001,701,2.32,702,2.32,703,2.32,704,2.32,705,1.738,706,2.32,707,2.32,708,2.32,709,1.969,710,2.32,711,2.32,712,2.649,713,2.32,714,2.32,715,2.32,716,2.32,717,2.32,718,3.536,719,2.32,720,2.32,721,1.969,722,2.32,723,2.32,724,2.32,725,2.32,726,2.32,727,2.32,728,2.32,729,3.536,730,2.32,731,2.32,732,2.32,733,2.32,734,2.32,735,1.969,736,2.32,737,2.32,738,2.32,739,2.32,740,3.536,741,3.536]],["title/components/NavigationProgressBarComponent.html",[124,0.166,215,0.898]],["body/components/NavigationProgressBarComponent.html",[3,0.283,4,0.223,5,0.253,8,0.223,10,0.772,17,0.77,24,0.641,26,0.489,27,0.024,28,0.688,29,0.39,30,0.347,52,0.506,53,0.959,55,0.283,73,0.794,74,0.283,87,0.381,91,1.006,122,0.016,123,0.016,124,0.256,125,0.901,126,1.223,127,0.794,128,0.959,129,0.959,130,0.901,137,0.697,138,1.385,139,1.385,140,1.499,141,1.68,142,0.901,144,1.011,145,0.886,146,1.302,147,2.018,152,1.302,154,1.302,156,0.613,166,1.02,171,1.02,176,3.22,178,1.594,192,0.959,193,1.302,194,1.302,195,0.652,196,1.586,197,0.959,198,1.658,199,0.901,200,0.959,201,0.901,202,0.959,203,0.901,204,0.846,205,0.959,206,0.901,207,0.959,208,0.846,209,0.959,210,0.959,211,0.846,212,0.959,213,1.146,214,0.959,215,1.49,216,1.896,217,0.959,218,0.901,219,0.959,220,0.901,221,0.901,222,0.901,223,0.959,224,0.901,225,1.389,226,1.302,227,0.901,228,0.959,229,0.959,230,0.901,231,1.223,232,0.901,233,0.794,234,0.846,235,0.959,236,0.901,237,0.959,238,0.901,239,0.901,240,0.652,241,0.794,242,0.959,243,0.846,244,0.959,245,0.846,246,0.901,247,0.959,260,2.837,311,1.49,331,4.933,413,2.162,552,4.101,648,2.636,673,2.982,674,4.463,700,4.05,721,4.05,735,4.933,742,5.812,743,3.513,744,5.418,745,5.418,746,5.418,747,4.771,748,5.418,749,4.771,750,3.513,751,4.771,752,5.418,753,2.162,754,3.513,755,3.513,756,3.513,757,3.513]],["title/injectables/NavigationService.html",[0,1.224,580,2.623]],["body/injectables/NavigationService.html",[0,1.354,2,1.371,3,0.211,4,0.166,5,0.189,8,0.166,9,1.124,10,0.814,17,0.625,21,1.935,24,0.715,26,0.792,27,0.025,28,0.673,29,0.435,30,0.598,31,2.414,35,1.709,37,2.582,44,1.612,45,2.56,51,2.114,52,0.459,53,0.715,55,0.313,73,0.592,74,0.211,80,1.643,82,1.955,83,4.165,85,1.274,86,1.111,87,0.284,88,1.678,90,1.188,91,1.056,96,2.011,99,2.98,106,1.273,122,0.013,123,0.013,145,1.093,156,0.498,168,1.767,175,1.962,178,1.188,213,1.155,254,1.371,308,2.614,416,1.111,572,1.274,573,1.767,580,2.902,589,2.89,590,1.757,592,1.111,627,2.192,648,2.645,649,3.41,652,3.345,653,1.482,656,3.345,659,2.028,753,2.384,758,2.619,759,3.668,760,2.902,761,5.093,762,2.619,763,5.131,764,4.613,765,2.619,766,2.619,767,5.528,768,2.619,769,3.873,770,2.619,771,3.873,772,2.619,773,2.902,774,3.873,775,2.619,776,2.619,777,3.873,778,2.619,779,2.619,780,2.619,781,3.873,782,2.619,783,2.223,784,2.223,785,2.619,786,2.619,787,2.619,788,2.619,789,2.619,790,3.873,791,3.873,792,2.619,793,2.619,794,4.609,795,2.619,796,2.619,797,2.619,798,2.619,799,2.619,800,5.435,801,2.619,802,2.619,803,2.619,804,2.619,805,2.619,806,2.619,807,3.873,808,2.619,809,3.873,810,3.873,811,2.619,812,2.619,813,2.619,814,2.619,815,2.619,816,2.619,817,2.619,818,2.619,819,2.619,820,2.619,821,2.619,822,2.619,823,2.223,824,2.619,825,2.619,826,2.619,827,2.619,828,2.619,829,2.619,830,2.223,831,2.619,832,2.619,833,2.619,834,2.223,835,2.619,836,2.619,837,2.619,838,2.619,839,2.619,840,2.619,841,3.873,842,2.619,843,2.619,844,2.619,845,2.619,846,2.619,847,2.619,848,2.619,849,2.619,850,2.619,851,2.619,852,3.873,853,2.619,854,2.619,855,2.619,856,2.619,857,2.619,858,3.873,859,2.619,860,2.619,861,2.619,862,2.619]],["title/interfaces/NavigationStatus.html",[75,1.15,655,2.154]],["body/interfaces/NavigationStatus.html",[3,0.35,4,0.276,5,0.313,8,0.276,9,1.591,21,1.832,24,0.514,26,0.604,27,0.025,28,0.514,29,0.454,30,0.429,35,1.261,39,3.103,52,0.485,55,0.35,71,1.841,73,0.982,74,0.556,75,2.073,77,2.458,82,2.548,90,2.726,96,1.855,122,0.019,123,0.019,213,0.752,254,3.146,255,2.113,379,2.113,416,1.841,572,2.113,589,3.061,590,2.726,592,2.895,595,2.274,641,2.871,642,2.458,643,2.93,644,2.93,645,3.699,646,3.699,647,3.103,648,2.923,649,2.274,650,3.4,651,2.93,652,2.672,653,2.458,654,2.93,655,3.374,656,3.697,657,2.93,658,2.93,659,2.871,660,2.672,661,2.93,662,2.93,863,4.342,864,4.342]],["title/pipes/ReplaceRouterPathsPipe.html",[627,1.981,865,2.971]],["body/pipes/ReplaceRouterPathsPipe.html",[3,0.391,4,0.308,5,0.349,9,1.407,10,0.694,17,0.782,21,1.832,24,0.694,26,0.674,27,0.024,28,0.747,29,0.422,30,0.479,35,1.407,52,0.509,55,0.391,73,1.095,74,0.391,87,0.526,96,1.496,122,0.02,123,0.02,134,2.199,137,0.962,144,1.244,145,1.089,156,0.623,374,2.982,379,2.358,627,3.321,648,3.071,674,4.426,865,4.98,866,4.846,867,5.356,868,4.846,869,5.867,870,4.98,871,4.846,872,5.867,873,4.728,874,4.846,875,5.867,876,4.113,877,4.846,878,4.846]],["title/injectables/ReplaceRouterPathsService.html",[0,1.224,873,2.623]],["body/injectables/ReplaceRouterPathsService.html",[0,2.111,2,2.661,3,0.41,4,0.323,5,0.366,8,0.323,9,1.752,10,0.762,21,1.869,24,0.601,26,0.707,27,0.024,28,0.601,29,0.366,30,0.503,35,1.475,52,0.487,55,0.41,73,1.149,74,0.41,85,2.473,86,2.155,87,0.551,96,1.569,122,0.02,123,0.02,374,3.715,379,2.473,648,3.134,674,4.074,867,5.124,870,5.124,873,4.523,879,5.082,880,5.082,881,5.082]],["title/components/ResetButtonComponent.html",[124,0.166,218,0.898]],["body/components/ResetButtonComponent.html",[3,0.31,4,0.244,5,0.277,8,0.244,10,0.671,17,0.818,24,0.6,26,0.535,27,0.024,28,0.713,29,0.365,30,0.38,52,0.486,53,1.049,55,0.31,74,0.31,87,0.417,91,1.052,122,0.017,123,0.017,124,0.268,125,0.986,126,1.3,127,0.869,128,1.049,129,1.049,130,0.986,133,2.367,137,0.763,138,1.471,139,1.471,140,1.511,141,1.697,142,0.986,143,2.869,144,1.074,145,0.941,146,1.383,149,2.572,150,2.252,152,1.383,153,3.489,154,1.383,155,3.119,156,0.651,166,1.116,169,1.527,170,1.745,192,1.049,193,1.383,194,1.383,195,0.714,196,1.645,197,1.049,198,1.709,199,0.986,200,1.049,201,0.986,202,1.049,203,0.986,204,0.926,205,1.049,206,0.986,207,1.049,208,0.926,209,1.049,210,1.049,211,0.926,212,1.049,213,0.878,214,1.049,215,0.986,216,1.049,217,1.049,218,1.546,219,1.817,220,0.986,221,0.986,222,0.986,223,1.049,224,0.986,225,1.454,226,1.383,227,0.986,228,1.049,229,1.049,230,0.986,231,1.3,232,0.986,233,0.869,234,0.926,235,1.049,236,0.986,237,1.049,238,0.986,239,0.986,240,0.714,241,0.869,242,1.049,243,0.926,244,1.049,245,0.926,246,0.986,247,1.049,267,1.871,311,1.631,882,5.67,883,5.67,884,6.735,885,3.845,886,3.845,887,5.069,888,3.845]],["title/components/SettingsButtonComponent.html",[124,0.166,220,0.898]],["body/components/SettingsButtonComponent.html",[3,0.193,4,0.152,5,0.172,8,0.152,9,1.049,10,0.748,17,0.583,21,1.931,24,0.777,26,0.794,27,0.025,28,0.726,29,0.442,30,0.565,35,1.781,37,2.784,44,1.263,45,1.435,51,2.145,52,0.51,55,0.193,73,0.539,74,0.193,80,1.849,87,0.259,88,1.925,90,1.083,91,1.173,96,1.116,106,1.432,122,0.012,123,0.012,124,0.206,125,0.612,126,0.926,127,0.539,128,0.651,129,0.651,130,0.612,133,1.469,134,1.639,135,2.283,136,2.121,137,0.474,140,1.437,141,1.592,142,0.612,143,2.045,144,0.766,145,0.671,146,0.986,149,1.978,150,1.731,152,0.986,153,2.683,154,0.986,155,2.223,156,0.464,163,2.121,169,0.948,170,1.083,171,0.693,174,2.045,177,1.351,178,1.083,179,1.788,181,1.249,182,2.025,188,1.469,189,1.249,190,2.025,192,0.651,193,0.986,194,0.986,195,0.443,196,1.327,197,0.651,198,1.425,199,0.612,200,0.651,201,0.612,202,0.651,203,1.247,204,0.87,205,0.651,206,0.612,207,0.651,208,0.575,209,0.651,210,0.651,211,0.575,212,0.651,213,0.626,214,0.651,215,0.612,216,0.651,217,0.651,218,0.612,219,0.651,220,1.247,221,1.508,222,0.612,223,0.651,224,0.612,225,1.118,226,0.986,227,0.612,228,0.651,229,0.651,230,0.612,231,0.926,232,0.612,233,0.539,234,0.575,235,0.651,236,0.612,237,0.651,238,0.612,239,0.612,240,0.443,241,0.539,242,0.651,243,0.575,244,0.651,245,0.575,246,0.612,247,0.651,259,3.266,268,1.61,288,2.942,308,1.61,322,1.61,333,5.611,343,2.025,352,1.892,413,1.469,418,4.434,419,3.704,421,4.99,493,2.438,574,3.266,753,1.469,763,4.845,889,6.611,890,4.359,891,4.359,892,4.359,893,5.496,894,4.862,895,3.613,896,3.613,897,3.613,898,4.862,899,4.862,900,4.862,901,3.613,902,3.613,903,3.613,904,2.386,905,4.359,906,4.862,907,5.708,908,2.386,909,2.386,910,3.613,911,2.386,912,4.127,913,3.613,914,2.386,915,3.613,916,2.386,917,3.613,918,2.386,919,2.386,920,2.386,921,3.613,922,2.386,923,3.613,924,2.386,925,3.613,926,2.386,927,2.386,928,2.386,929,2.386,930,2.386,931,2.386,932,2.025,933,2.386,934,1.61,935,2.386,936,2.386,937,2.386,938,2.386,939,2.386,940,2.386,941,2.386,942,2.386,943,2.386,944,2.386,945,2.386,946,2.386,947,2.386,948,2.386,949,2.386,950,2.386,951,2.386,952,2.386,953,2.386,954,2.386,955,2.386,956,2.386,957,2.386,958,2.386,959,2.386,960,2.386,961,2.386,962,2.386,963,2.386,964,2.386,965,2.386,966,2.386,967,2.386,968,2.386,969,2.438,970,3.613,971,3.066,972,5.496,973,3.613,974,3.613,975,3.613,976,3.613,977,2.386]],["title/components/SidenavComponent.html",[124,0.166,222,0.898]],["body/components/SidenavComponent.html",[3,0.249,4,0.196,5,0.222,8,0.196,10,0.748,17,0.499,24,0.651,26,0.43,27,0.025,28,0.651,29,0.396,30,0.574,52,0.519,55,0.249,57,1.618,58,1.503,59,1.503,60,1.618,74,0.249,87,0.473,91,0.94,122,0.015,123,0.015,124,0.239,125,0.792,126,1.119,127,0.698,128,0.843,129,0.843,130,0.792,137,0.866,138,1.267,139,1.267,140,1.481,141,1.667,142,0.792,144,0.925,145,0.81,146,1.191,147,1.885,149,2.296,150,2.01,152,1.191,154,1.191,156,0.561,166,0.897,169,1.227,170,1.402,171,0.897,192,0.843,193,1.191,194,1.191,195,0.574,196,1.501,197,0.843,198,1.583,199,0.792,200,0.843,201,0.792,202,0.843,203,0.792,204,0.744,205,0.843,206,0.792,207,0.843,208,1.325,209,0.843,210,0.843,211,0.744,212,0.843,213,0.756,214,0.843,215,0.792,216,0.843,217,0.843,218,0.792,219,0.843,220,0.792,221,0.792,222,1.41,223,0.843,224,0.792,225,1.706,226,1.583,227,0.792,228,0.843,229,0.843,230,0.792,231,1.119,232,0.792,233,0.698,234,0.744,235,0.843,236,0.792,237,0.843,238,0.792,239,1.298,240,0.574,241,0.698,242,0.843,243,1.491,244,0.843,245,1.491,246,0.792,247,0.843,253,2.085,257,2.315,260,2.65,286,2.315,287,3.416,311,1.851,354,2.315,357,1.618,361,2.286,368,3.712,369,2.315,370,3.792,371,2.686,372,2.622,373,3.705,374,2.686,377,2.085,425,2.622,459,3.416,464,2.946,466,2.622,473,1.749,483,4.296,484,4.296,485,4.296,562,3.416,566,3.792,583,3.571,604,2.315,610,1.749,709,2.622,712,2.315,978,3.09,979,5.061,980,4.296,981,3.705,982,3.09,983,4.365,984,3.09,985,4.365,986,3.09,987,4.365,988,3.09,989,3.09,990,3.09,991,3.09,992,4.365,993,3.705,994,5.802,995,3.705,996,3.09,997,3.09,998,4.365,999,3.27,1000,3.09,1001,3.09,1002,3.09,1003,2.622,1004,2.622,1005,3.09,1006,3.09,1007,2.315,1008,2.622,1009,3.09,1010,2.315,1011,3.09,1012,3.09]],["title/injectables/SidenavComponentService.html",[0,1.224,583,2.154]],["body/injectables/SidenavComponentService.html",[0,2.043,2,2.521,3,0.388,4,0.306,5,0.347,8,0.306,9,1.696,10,0.806,17,0.777,18,4.086,19,4.416,24,0.745,26,0.67,27,0.024,28,0.57,29,0.347,30,0.476,31,3.06,35,1.397,44,1.683,45,1.912,51,2.043,52,0.508,55,0.388,67,2.963,73,1.088,74,0.388,85,2.343,86,2.041,87,0.522,91,1.215,106,1.92,122,0.02,123,0.02,156,0.751,583,3.596,1007,4.714,1013,4.814,1014,6.543,1015,5.844,1016,4.814,1017,5.844,1018,4.814,1019,4.814,1020,4.814,1021,4.814,1022,4.814]],["title/directives/SidenavFooterDirective.html",[195,0.65,243,0.843]],["body/directives/SidenavFooterDirective.html",[3,0.402,4,0.316,5,0.358,8,0.316,10,0.755,17,0.963,24,0.706,26,0.692,27,0.024,28,0.589,29,0.429,30,0.492,52,0.402,53,1.358,55,0.402,74,0.402,87,0.54,91,1.185,122,0.02,123,0.02,127,1.496,137,0.988,140,1.264,144,1.264,145,1.107,156,0.766,195,1.107,240,0.924,243,1.436,272,5.069,278,4.467,311,2.111,1023,5.419,1024,4.978,1025,5.963,1026,4.225,1027,4.978,1028,4.978]],["title/directives/SidenavHeaderDirective.html",[195,0.65,245,0.843]],["body/directives/SidenavHeaderDirective.html",[3,0.402,4,0.316,5,0.358,8,0.316,10,0.755,17,0.963,24,0.706,26,0.692,27,0.024,28,0.589,29,0.429,30,0.492,52,0.402,53,1.358,55,0.402,74,0.402,87,0.54,91,1.185,122,0.02,123,0.02,127,1.496,137,0.988,140,1.264,144,1.264,145,1.107,156,0.766,195,1.107,240,0.924,245,1.436,246,1.529,272,5.069,278,4.467,311,2.111,1023,5.419,1026,4.225,1029,4.978,1030,4.978,1031,4.978]],["title/components/SidenavToggleButtonComponent.html",[124,0.166,224,0.898]],["body/components/SidenavToggleButtonComponent.html",[3,0.295,4,0.232,5,0.263,8,0.232,10,0.729,17,0.591,24,0.654,26,0.509,27,0.024,28,0.699,29,0.398,30,0.362,52,0.497,55,0.295,74,0.295,87,0.397,91,1.177,122,0.017,123,0.017,124,0.262,125,0.938,126,1.257,127,0.827,128,0.998,129,0.998,130,0.938,133,2.251,137,0.726,138,1.423,139,1.423,140,1.505,141,1.688,142,0.938,143,2.775,144,1.039,145,0.91,146,1.338,147,2.06,149,2.509,150,2.196,152,1.338,153,3.404,154,1.338,155,3.017,156,0.63,163,2.691,166,1.062,169,1.453,170,1.659,171,1.062,192,0.998,193,1.338,194,1.338,195,0.679,196,1.612,197,0.998,198,1.681,199,0.938,200,0.998,201,0.938,202,0.998,203,0.938,204,0.881,205,0.998,206,0.938,207,0.998,208,0.881,209,0.998,210,0.998,211,0.881,212,0.998,213,0.85,214,0.998,215,0.938,216,0.998,217,0.998,218,0.938,219,0.998,220,0.938,221,0.938,222,0.938,223,0.998,224,1.515,225,1.728,226,1.912,227,0.938,228,0.998,229,0.998,230,0.938,231,1.257,232,0.938,233,0.827,234,0.881,235,0.998,236,0.938,237,0.998,238,0.938,239,0.938,240,0.679,241,0.827,242,0.998,243,0.881,244,0.998,245,0.881,246,0.938,247,0.998,300,4.104,301,3.732,328,3.105,334,5.015,340,2.468,341,2.74,354,2.74,392,3.105,1032,5.909,1033,4.903,1034,3.105,1035,3.673,1036,4.903]],["title/components/SignOutComponent.html",[124,0.166,227,0.898]],["body/components/SignOutComponent.html",[3,0.309,4,0.244,5,0.276,8,0.244,9,1.469,10,0.67,12,3.821,17,0.817,24,0.599,26,0.534,27,0.024,28,0.712,29,0.276,30,0.379,35,1.113,52,0.486,55,0.309,74,0.309,87,0.416,88,1.184,91,0.712,115,2.588,122,0.017,123,0.017,124,0.268,125,0.983,126,1.298,127,0.867,128,1.047,129,1.047,130,0.983,137,0.761,138,1.469,139,1.469,140,1.511,141,1.697,142,0.983,144,1.072,145,0.939,146,1.381,149,2.569,150,2.249,152,1.381,154,1.381,159,3.791,160,4.511,166,1.113,169,1.523,170,1.74,173,2.588,192,1.047,193,1.381,194,1.381,195,0.712,196,1.643,197,1.047,198,1.708,199,0.983,200,1.047,201,0.983,202,1.047,203,0.983,204,0.924,205,1.047,206,0.983,207,1.047,208,0.924,209,1.047,210,1.047,211,0.924,212,1.047,213,0.877,214,1.047,215,0.983,216,1.047,217,1.047,218,0.983,219,1.047,220,0.983,221,0.983,222,0.983,223,1.047,224,0.983,225,1.452,226,1.381,227,1.544,228,1.815,229,1.047,230,0.983,231,1.298,232,0.983,233,0.867,234,0.924,235,1.047,236,0.983,237,1.047,238,0.983,239,0.983,240,0.712,241,0.867,242,1.047,243,0.924,244,1.047,245,0.924,246,0.983,247,1.047,1037,5.662,1038,5.662,1039,3.835,1040,4.295,1041,5.662,1042,5.06,1043,5.111,1044,3.835,1045,3.835,1046,3.835,1047,3.255]],["title/components/ToggleWindowSidenavButtonComponent.html",[124,0.166,230,0.898]],["body/components/ToggleWindowSidenavButtonComponent.html",[3,0.275,4,0.216,5,0.245,8,0.297,9,1.356,10,0.711,24,0.631,27,0.024,28,0.631,29,0.336,35,0.989,44,1.191,45,1.353,51,1.191,52,0.463,55,0.275,57,1.784,58,1.658,59,1.658,60,1.784,74,0.275,80,1.981,82,1.444,87,0.507,106,1.119,122,0.016,123,0.016,124,0.252,125,0.873,126,1.198,127,0.77,128,0.93,129,0.93,130,0.873,133,2.096,137,0.927,138,1.356,139,1.356,140,1.495,141,1.68,142,0.873,143,3.247,144,0.99,145,0.867,146,1.275,147,1.986,149,2.419,150,2.118,152,1.275,153,3.282,154,1.275,155,2.875,166,0.989,169,1.353,170,1.545,171,0.989,192,0.93,193,1.275,194,1.275,195,0.632,196,1.566,197,0.93,198,1.64,199,0.873,200,0.93,201,0.873,202,0.93,203,0.873,204,0.82,205,0.93,206,0.873,207,0.93,208,0.82,209,0.93,210,0.93,211,0.82,212,0.93,213,0.81,214,0.93,215,0.873,216,0.93,217,0.93,218,0.873,219,0.93,220,0.873,221,0.873,222,0.873,223,0.93,224,0.873,225,1.794,226,1.88,227,0.873,228,0.93,229,0.93,230,1.471,231,1.789,232,0.873,233,0.77,234,0.82,235,0.93,236,0.873,237,0.93,238,0.873,239,0.873,240,0.632,241,0.77,242,0.93,243,0.82,244,0.93,245,0.82,246,0.873,247,0.93,253,2.299,302,3.153,317,3.153,361,1.784,371,2.875,459,3.598,473,1.928,478,2.552,479,2.891,480,2.891,610,1.928,995,2.891,999,2.552,1034,2.891,1048,5.737,1049,5.737,1050,5.332,1051,4.672,1052,5.332,1053,5.332,1054,3.406,1055,3.406,1056,3.965,1057,4.672,1058,3.406,1059,2.891,1060,2.891,1061,3.406,1062,3.406,1063,3.406,1064,4.672,1065,4.672,1066,4.672,1067,2.891]],["title/components/UserProfileIconComponent.html",[124,0.166,232,0.898]],["body/components/UserProfileIconComponent.html",[3,0.246,4,0.194,5,0.22,8,0.194,9,1.257,10,0.71,12,3.394,17,0.699,21,0.887,24,0.595,26,0.425,27,0.025,28,0.647,29,0.362,30,0.302,35,0.887,37,2.482,52,0.517,53,0.833,55,0.246,73,0.69,74,0.406,81,1.88,85,1.486,86,1.295,87,0.331,88,1.337,91,0.804,99,1.599,106,1.003,115,2.061,122,0.015,123,0.015,124,0.238,125,0.783,126,1.11,127,0.69,128,0.833,129,0.833,130,0.783,137,0.606,138,1.257,139,1.257,140,1.479,141,1.651,142,0.783,144,0.918,145,0.804,146,1.181,147,1.873,150,1.997,152,1.181,154,1.181,156,0.556,159,3.768,160,4.1,163,2.447,166,0.887,169,1.213,171,0.887,173,2.061,175,3.244,176,2.061,178,1.386,183,2.592,184,4.269,192,0.833,193,1.181,194,1.181,195,0.567,196,1.493,197,0.833,198,1.576,199,0.783,200,0.833,201,0.783,202,0.833,203,0.783,204,0.736,205,0.833,206,0.783,207,0.833,208,0.736,209,0.833,210,0.833,211,0.736,212,0.833,213,0.75,214,0.833,215,0.783,216,0.833,217,0.833,218,0.783,219,0.833,220,0.783,221,0.783,222,0.783,223,0.833,224,0.783,225,1.29,226,1.181,227,0.783,228,0.833,229,0.833,230,0.783,231,1.11,232,1.403,233,1.449,234,1.676,235,0.833,236,0.783,237,0.833,238,0.783,239,0.783,240,0.567,241,0.69,242,0.833,243,0.736,244,0.833,245,0.736,246,0.783,247,0.833,260,2.634,288,3.394,322,2.061,335,3.693,352,1.599,357,2.267,359,4.903,371,2.664,464,2.061,486,2.922,515,2.592,516,2.592,517,2.592,562,2.922,647,2.45,660,3.368,712,2.288,753,1.88,969,2.061,999,2.288,1043,5.092,1047,2.592,1059,2.592,1067,4.269,1068,4.1,1069,2.288,1070,5.029,1071,4.329,1072,4.495,1073,3.054,1074,5.472,1075,5.029,1076,4.644,1077,4.329,1078,4.329,1079,3.054,1080,4.329,1081,3.054,1082,3.054,1083,2.592,1084,2.592,1085,2.592,1086,2.592,1087,2.592,1088,2.592,1089,3.054,1090,3.054,1091,3.054,1092,3.054,1093,3.054,1094,3.054,1095,3.054,1096,3.054,1097,4.329,1098,4.329,1099,3.675,1100,3.054,1101,3.054,1102,3.054,1103,3.054,1104,3.054,1105,3.054,1106,3.054]],["title/components/VersionComponent.html",[124,0.166,236,0.898]],["body/components/VersionComponent.html",[3,0.289,4,0.228,5,0.258,8,0.228,10,0.724,17,0.781,24,0.572,26,0.499,27,0.025,28,0.724,29,0.348,30,0.355,51,1.254,52,0.509,53,0.979,55,0.289,71,1.521,73,0.811,74,0.289,87,0.389,88,1.494,122,0.016,123,0.016,124,0.259,125,0.92,126,1.241,127,0.811,128,0.979,129,0.979,130,0.92,134,2.195,135,2.867,136,2.664,137,0.712,138,1.404,139,1.404,140,1.502,141,1.684,142,0.92,144,1.025,145,0.898,146,1.32,148,3.099,152,1.32,154,1.32,156,0.622,166,1.041,171,1.041,174,3.099,177,2.738,178,1.627,181,1.878,188,2.207,189,1.878,192,0.979,193,1.32,194,1.32,195,0.666,196,1.599,197,0.979,198,1.67,199,0.92,200,0.979,201,0.92,202,0.979,203,0.92,204,0.864,205,0.979,206,0.92,207,0.979,208,0.864,209,0.979,210,0.979,211,0.864,212,0.979,213,0.838,214,0.979,215,0.92,216,0.979,217,0.979,218,0.92,219,0.979,220,0.92,221,0.92,222,0.92,223,0.979,224,0.92,225,1.404,226,1.32,227,0.92,228,0.979,229,0.979,230,0.92,231,1.241,232,0.92,233,0.811,234,0.864,235,0.979,236,1.503,237,0.979,238,0.92,239,0.92,240,0.666,241,0.811,242,0.979,243,0.864,244,0.979,245,0.864,246,0.92,247,0.979,267,1.745,345,4.647,357,1.878,368,3.265,369,2.687,370,2.687,464,2.42,625,3.044,630,3.044,633,2.207,969,3.265,1003,3.044,1099,4.106,1107,3.586,1108,4.255,1109,5.475,1110,4.838,1111,4.102,1112,3.586,1113,5.861,1114,3.586,1115,5.475,1116,3.586,1117,3.586,1118,4.838,1119,4.838,1120,3.586,1121,4.838,1122,4.838,1123,4.838,1124,3.586,1125,3.586]],["title/components/WindowContainerSidenavComponent.html",[124,0.166,238,0.898]],["body/components/WindowContainerSidenavComponent.html",[3,0.254,4,0.2,5,0.226,8,0.281,9,1.283,10,0.783,17,0.714,21,1.61,24,0.656,26,0.615,27,0.025,28,0.691,29,0.368,30,0.437,35,0.913,44,1.1,45,1.249,51,1.1,52,0.489,53,0.858,55,0.254,73,0.711,74,0.254,83,3.942,87,0.341,88,1.578,91,0.949,96,0.971,99,2.903,105,2.123,106,1.919,122,0.015,123,0.015,124,0.262,125,0.807,126,1.422,127,0.711,128,0.858,129,0.858,130,0.807,134,2.006,135,2.677,136,2.487,137,0.624,138,1.283,139,1.283,140,1.484,141,1.657,142,0.807,144,0.937,145,0.821,146,1.206,148,2.893,152,1.206,154,1.206,156,0.568,166,0.913,171,0.913,174,2.893,177,1.781,178,1.427,181,1.647,188,2.721,189,1.647,192,0.858,193,1.206,194,1.206,195,0.584,196,1.513,197,0.858,198,1.594,199,0.807,200,0.858,201,0.807,202,0.858,203,0.807,204,0.758,205,0.858,206,0.807,207,0.858,208,0.758,209,0.858,210,0.858,211,0.758,212,0.858,213,0.766,214,0.858,215,0.807,216,0.858,217,0.858,218,0.807,219,0.858,220,0.807,221,0.807,222,0.807,223,0.858,224,0.807,225,1.498,226,1.206,227,0.807,228,0.858,229,0.858,230,0.807,231,1.655,232,0.807,233,0.711,234,0.758,235,0.858,236,0.807,237,0.858,238,1.422,239,1.772,240,0.584,241,0.711,242,0.858,243,0.758,244,0.858,245,0.758,246,0.807,247,0.858,259,3.83,267,1.531,268,2.123,311,1.334,400,2.893,753,2.721,932,3.753,980,4.339,981,3.753,1126,5.841,1127,5.841,1128,3.146,1129,5.111,1130,4.154,1131,4.421,1132,3.146,1133,5.841,1134,3.146,1135,4.421,1136,3.146,1137,3.146,1138,4.421,1139,3.146,1140,5.111,1141,3.146,1142,4.421,1143,3.146,1144,4.421,1145,3.146,1146,3.146,1147,3.146,1148,3.146,1149,4.421,1150,3.146,1151,5.544,1152,3.146,1153,2.67,1154,3.146,1155,3.146,1156,3.146,1157,3.146,1158,3.146,1159,3.146,1160,3.146,1161,3.146,1162,3.146,1163,3.146]],["title/changelog.html",[934,1.979,1164,2.197,1165,2.197]],["body/changelog.html",[5,0.21,15,1.118,16,1.899,21,0.382,27,0.008,28,0.265,31,1.172,37,0.597,41,1.676,44,1.465,58,1.419,62,0.987,73,0.298,78,0.987,80,0.949,81,0.81,86,1.237,87,0.316,96,0.407,106,0.958,122,0.008,123,0.008,124,0.222,137,0.261,140,0.279,141,0.317,142,0.338,143,1.651,204,0.828,208,0.539,211,0.539,213,0.85,221,1.206,225,1.257,233,0.947,239,0.882,240,0.415,241,0.298,250,1.899,257,1.676,286,2.577,303,1.899,308,1.51,357,0.69,360,1.899,363,0.987,368,1.51,377,3.767,416,1.777,417,1.968,419,3.676,468,1.676,473,1.947,482,3.556,492,1.118,493,2.827,534,1.118,574,2.577,592,0.558,610,1.947,612,1.676,620,2.577,633,1.377,659,0.69,698,1.118,759,4.173,760,3.523,767,4.549,773,4.252,823,1.118,830,1.899,876,1.118,912,1.899,934,1.51,969,1.968,993,3.271,1004,1.899,1007,2.887,1008,1.899,1010,1.676,1035,2.185,1072,1.676,1108,4.605,1130,2.577,1166,3.271,1167,1.317,1168,1.317,1169,4.19,1170,5.226,1171,1.118,1172,1.317,1173,1.317,1174,1.317,1175,1.317,1176,1.317,1177,1.676,1178,3.271,1179,6.269,1180,5.676,1181,5.076,1182,6.824,1183,6.824,1184,4.619,1185,5.792,1186,3.673,1187,2.476,1188,3.439,1189,3.439,1190,3.439,1191,3.556,1192,6.032,1193,1.899,1194,3.556,1195,3.439,1196,4.162,1197,2.237,1198,3.992,1199,3.439,1200,2.917,1201,5.581,1202,6.844,1203,6.844,1204,1.317,1205,1.317,1206,1.317,1207,1.317,1208,4.19,1209,2.237,1210,6.516,1211,2.237,1212,5.973,1213,3.793,1214,2.917,1215,4.468,1216,1.317,1217,4.19,1218,1.317,1219,4.468,1220,1.317,1221,6.738,1222,5.761,1223,1.317,1224,6.738,1225,2.917,1226,3.853,1227,1.118,1228,1.317,1229,1.317,1230,1.317,1231,3.992,1232,1.317,1233,1.317,1234,1.317,1235,5.838,1236,1.317,1237,1.317,1238,1.317,1239,1.317,1240,2.237,1241,2.237,1242,2.237,1243,3.439,1244,1.317,1245,2.237,1246,2.237,1247,3.556,1248,1.317,1249,1.899,1250,2.237,1251,1.899,1252,1.317,1253,3.439,1254,1.899,1255,2.917,1256,1.317,1257,2.237,1258,1.317,1259,2.237,1260,1.899,1261,1.899,1262,1.317,1263,3.439,1264,1.899,1265,1.317,1266,3.992,1267,1.317,1268,2.237,1269,2.237,1270,1.317,1271,1.899,1272,2.917,1273,1.317,1274,2.237,1275,1.317,1276,1.899,1277,3.439,1278,3.174,1279,2.827,1280,1.899,1281,1.317,1282,2.237,1283,4.19,1284,2.237,1285,1.317,1286,2.237,1287,1.899,1288,1.317,1289,3.439,1290,2.237,1291,1.317,1292,2.237,1293,1.899,1294,1.317,1295,1.317,1296,2.237,1297,1.317,1298,2.237,1299,1.317,1300,2.237,1301,1.317,1302,2.237,1303,2.237,1304,1.317,1305,1.317,1306,2.237,1307,2.237,1308,1.317,1309,4.436,1310,2.237,1311,1.317,1312,1.899,1313,1.899,1314,1.317,1315,2.237,1316,3.439,1317,1.317,1318,1.317,1319,2.237,1320,1.317,1321,2.237,1322,2.237,1323,2.237,1324,1.317,1325,1.317,1326,2.237,1327,1.317,1328,2.237,1329,2.237,1330,1.317,1331,2.237,1332,1.317,1333,3.853,1334,1.317,1335,2.237,1336,1.317,1337,1.317,1338,2.237,1339,1.317,1340,1.317,1341,5.226,1342,1.317,1343,1.317,1344,1.317,1345,1.317,1346,1.317,1347,1.317,1348,1.317,1349,1.317,1350,1.317,1351,1.317,1352,1.317,1353,1.317,1354,1.317,1355,1.317,1356,1.317,1357,1.317,1358,1.317,1359,2.237,1360,1.317,1361,1.317,1362,1.317,1363,1.317,1364,1.317,1365,1.317,1366,1.317,1367,1.317,1368,1.317,1369,1.317,1370,3.853,1371,1.317,1372,1.317,1373,1.317,1374,1.317,1375,1.317,1376,1.317,1377,1.317,1378,1.317,1379,2.917,1380,1.317,1381,1.317,1382,1.317,1383,1.317,1384,1.317,1385,1.317,1386,1.317,1387,1.317,1388,1.317,1389,1.317,1390,1.317,1391,1.317,1392,1.317,1393,1.317,1394,1.317,1395,5.226,1396,2.917,1397,1.317,1398,1.317,1399,3.853,1400,1.317,1401,1.317,1402,1.317,1403,1.317,1404,1.317,1405,1.317,1406,1.317,1407,1.317,1408,1.317,1409,1.317,1410,1.317,1411,1.317,1412,1.317,1413,1.317,1414,1.317,1415,1.317,1416,1.317,1417,2.237,1418,2.237,1419,1.899,1420,1.317,1421,2.237,1422,2.237,1423,2.237,1424,2.237,1425,3.439,1426,2.237,1427,2.237,1428,1.317,1429,1.899,1430,1.317,1431,1.317,1432,1.317,1433,1.317,1434,1.317,1435,1.317,1436,1.317,1437,2.917,1438,4.703,1439,3.439,1440,2.237,1441,1.317,1442,3.853,1443,1.317,1444,2.237,1445,1.317,1446,1.317,1447,5.359,1448,1.317,1449,1.118,1450,1.317,1451,1.118,1452,1.317,1453,1.317,1454,1.317,1455,1.118,1456,2.237,1457,1.317,1458,3.853,1459,1.317,1460,1.317,1461,2.237,1462,2.237,1463,1.899,1464,2.237,1465,2.237,1466,2.237,1467,2.237,1468,2.237,1469,2.237,1470,1.899,1471,1.899,1472,2.237,1473,1.317,1474,1.317,1475,1.317,1476,1.317,1477,4.19,1478,1.317,1479,1.317,1480,1.317,1481,1.317,1482,1.317,1483,1.317,1484,2.237,1485,6.624,1486,1.317,1487,1.317,1488,1.317,1489,1.317,1490,2.917,1491,1.317,1492,1.317,1493,2.237,1494,1.317,1495,1.899,1496,1.317,1497,1.317,1498,1.317,1499,1.317,1500,2.237,1501,1.317,1502,1.317,1503,2.237,1504,1.317,1505,1.317,1506,1.317,1507,1.317,1508,2.237,1509,1.317,1510,1.317,1511,1.317,1512,1.317,1513,1.317,1514,1.317,1515,1.317,1516,1.317,1517,1.317,1518,1.317,1519,1.899,1520,2.237,1521,1.317,1522,1.317,1523,1.317,1524,1.317,1525,1.317,1526,1.317,1527,1.317,1528,1.118,1529,1.317,1530,1.317,1531,1.317,1532,1.317,1533,1.317,1534,1.317,1535,1.317,1536,1.317,1537,1.317,1538,1.317,1539,1.317,1540,1.317,1541,1.317,1542,1.317,1543,1.317,1544,1.317,1545,1.317,1546,1.317,1547,1.317,1548,1.317,1549,1.317,1550,1.317,1551,1.317,1552,1.317,1553,1.317,1554,1.118,1555,1.317,1556,1.317,1557,1.317,1558,1.317,1559,1.317,1560,1.317,1561,1.317,1562,1.317,1563,1.317,1564,1.317,1565,1.317,1566,1.317,1567,1.317,1568,1.317,1569,1.317,1570,1.317,1571,1.317,1572,2.237,1573,1.317,1574,1.317,1575,1.317,1576,1.317,1577,1.317,1578,1.317,1579,1.317,1580,1.317,1581,1.317]],["title/dependencies.html",[1184,1.979,1279,2.838]],["body/dependencies.html",[4,0.298,27,0.025,55,0.378,56,3.514,65,3.165,66,3.514,67,2.887,69,3.165,71,1.989,73,1.06,122,0.019,123,0.019,171,1.362,173,3.165,233,1.06,240,0.871,267,2.282,318,3.514,325,3.514,327,3.514,352,3.485,353,3.981,413,2.887,415,3.981,416,1.989,417,3.165,419,2.887,699,3.981,705,3.514,934,3.165,1177,5.31,1186,5.373,1193,5.649,1278,3.165,1279,3.881,1582,4.69,1583,4.69,1584,4.69,1585,4.69,1586,4.69,1587,5.752,1588,4.69,1589,4.69,1590,5.752,1591,4.69,1592,4.69]],["title/miscellaneous/functions.html",[1593,1.66,1594,3.57]],["body/miscellaneous/functions.html",[8,0.32,26,0.924,27,0.024,28,0.786,29,0.478,30,0.657,35,1.861,122,0.02,123,0.02,130,1.644,572,2.919,573,4.049,589,2.282,590,2.282,592,2.719,593,3.768,595,2.634,641,2.634,642,3.758,650,2.847,653,3.396,1593,2.847,1594,4.269,1595,5.999,1596,5.029,1597,5.442,1598,5.029,1599,5.029,1600,5.092,1601,5.999,1602,5.029]],["title/index.html",[8,0.186,1164,2.197,1165,2.197]],["body/index.html",[27,0.02,65,3.292,122,0.02,123,0.02,325,3.655,352,3.523,416,2.069,705,3.655,759,4.271,1184,3.975,1185,4.141,1186,5.393,1278,3.292,1279,3.292,1519,4.141,1603,5,1604,4.878,1605,5.891,1606,5.579,1607,6.573,1608,4.878,1609,4.878,1610,4.878,1611,4.878,1612,4.878,1613,4.878,1614,4.878,1615,4.878,1616,4.878,1617,4.878,1618,4.878,1619,4.878,1620,4.878,1621,4.878,1622,4.878,1623,4.878,1624,4.878,1625,4.878,1626,4.878,1627,4.878,1628,4.878,1629,4.878,1630,4.878,1631,4.878,1632,4.878,1633,4.141,1634,5.891,1635,5.891,1636,5.891,1637,4.878,1638,4.878,1639,4.878]],["title/license.html",[1164,2.197,1165,2.197,1640,2.197]],["body/license.html",[4,0.4,9,0.257,10,0.624,24,0.105,27,0.011,51,0.31,52,0.072,59,0.431,75,1.095,84,3.204,87,0.096,88,0.274,96,0.274,106,0.986,108,1.187,122,0.007,123,0.005,124,0.142,204,0.382,231,0.227,233,1.126,255,1.045,366,3.775,400,0.897,416,0.376,468,0.664,473,0.502,476,1.187,478,1.609,493,0.598,514,0.753,545,1.823,552,0.598,592,0.376,612,1.187,633,1.608,759,1.449,760,1.187,773,4.12,834,2.829,971,0.753,1010,0.664,1035,0.664,1040,0.753,1056,1.345,1060,0.753,1108,3.797,1130,1.187,1153,0.753,1166,2.217,1171,0.753,1187,0.753,1194,0.753,1196,0.753,1198,0.753,1213,1.345,1227,0.753,1231,1.823,1249,3.906,1251,1.345,1254,0.753,1260,0.753,1261,1.345,1264,0.753,1266,1.345,1271,1.823,1276,0.753,1278,1.763,1280,2.217,1293,5.184,1309,1.823,1312,0.753,1313,1.345,1419,0.753,1429,4.131,1449,0.753,1451,1.823,1455,1.345,1463,2.548,1495,1.345,1528,4.399,1554,4.024,1600,0.753,1603,2.217,1606,3.906,1633,0.753,1640,5.164,1641,4.741,1642,2.217,1643,0.887,1644,2.148,1645,5.789,1646,2.612,1647,5.086,1648,5.627,1649,3.001,1650,0.887,1651,0.887,1652,0.887,1653,3.001,1654,5.684,1655,3.001,1656,2.148,1657,4.867,1658,2.148,1659,0.887,1660,2.148,1661,0.887,1662,0.887,1663,1.584,1664,4.602,1665,3.333,1666,0.887,1667,3.333,1668,0.887,1669,0.887,1670,3.866,1671,1.584,1672,0.887,1673,0.887,1674,0.887,1675,6.224,1676,4.602,1677,2.148,1678,2.148,1679,4.083,1680,1.584,1681,6.892,1682,1.584,1683,3.333,1684,3.618,1685,2.612,1686,0.887,1687,0.887,1688,2.612,1689,3.866,1690,1.584,1691,3.866,1692,0.887,1693,0.887,1694,1.584,1695,0.887,1696,2.148,1697,5.353,1698,3.001,1699,1.584,1700,2.612,1701,0.887,1702,0.887,1703,1.584,1704,2.612,1705,2.148,1706,1.584,1707,4.448,1708,1.584,1709,5.5,1710,3.001,1711,1.584,1712,2.612,1713,0.887,1714,3.618,1715,3.001,1716,0.887,1717,3.618,1718,5.925,1719,2.148,1720,2.829,1721,0.887,1722,0.887,1723,2.548,1724,0.887,1725,3.001,1726,3.866,1727,1.584,1728,4.448,1729,4.276,1730,2.612,1731,1.584,1732,0.887,1733,0.887,1734,4.448,1735,1.584,1736,0.887,1737,0.887,1738,4.741,1739,1.584,1740,2.148,1741,0.887,1742,0.887,1743,1.584,1744,0.887,1745,0.887,1746,3.333,1747,3.866,1748,0.887,1749,0.887,1750,0.887,1751,0.887,1752,0.887,1753,0.887,1754,1.584,1755,0.887,1756,0.887,1757,0.887,1758,1.584,1759,0.887,1760,2.148,1761,1.584,1762,0.887,1763,0.887,1764,1.584,1765,1.584,1766,4.867,1767,0.887,1768,1.584,1769,1.584,1770,0.887,1771,0.887,1772,1.584,1773,2.148,1774,1.584,1775,2.148,1776,1.584,1777,0.887,1778,0.887,1779,3.333,1780,0.887,1781,0.887,1782,0.887,1783,2.612,1784,0.887,1785,0.887,1786,2.612,1787,0.887,1788,0.887,1789,0.887,1790,0.887,1791,0.887,1792,4.602,1793,0.887,1794,4.083,1795,0.887,1796,4.741,1797,2.612,1798,3.001,1799,3.333,1800,1.584,1801,0.887,1802,2.148,1803,5.271,1804,1.584,1805,0.887,1806,0.887,1807,0.887,1808,2.148,1809,6.299,1810,3.866,1811,0.887,1812,0.887,1813,1.584,1814,1.584,1815,0.887,1816,4.276,1817,0.887,1818,2.612,1819,3.866,1820,0.887,1821,2.148,1822,2.148,1823,1.584,1824,3.333,1825,6.299,1826,2.148,1827,4.083,1828,2.612,1829,3.001,1830,0.887,1831,1.584,1832,2.148,1833,4.083,1834,4.276,1835,2.612,1836,0.887,1837,1.584,1838,1.584,1839,2.612,1840,2.612,1841,4.083,1842,0.887,1843,2.148,1844,0.887,1845,5.789,1846,1.584,1847,0.887,1848,3.866,1849,0.887,1850,1.584,1851,2.612,1852,3.866,1853,0.887,1854,4.981,1855,2.148,1856,1.584,1857,3.618,1858,4.276,1859,3.333,1860,0.887,1861,0.887,1862,0.887,1863,3.333,1864,0.887,1865,1.584,1866,4.741,1867,0.887,1868,0.887,1869,0.887,1870,2.148,1871,0.887,1872,0.887,1873,0.887,1874,2.148,1875,5.5,1876,2.148,1877,0.887,1878,0.887,1879,0.887,1880,0.887,1881,1.584,1882,1.584,1883,4.083,1884,0.887,1885,0.887,1886,0.887,1887,2.148,1888,2.148,1889,3.333,1890,2.148,1891,0.887,1892,3.001,1893,3.333,1894,0.887,1895,0.887,1896,0.887,1897,1.584,1898,0.887,1899,2.148,1900,0.887,1901,0.887,1902,0.887,1903,0.887,1904,1.584,1905,0.887,1906,5.627,1907,3.866,1908,0.887,1909,3.333,1910,1.584,1911,0.887,1912,0.887,1913,1.584,1914,1.584,1915,2.612,1916,0.887,1917,0.887,1918,0.887,1919,0.887,1920,1.584,1921,2.148,1922,3.001,1923,0.887,1924,2.148,1925,1.584,1926,0.887,1927,3.001,1928,0.887,1929,2.612,1930,0.887,1931,3.618,1932,2.612,1933,0.887,1934,3.001,1935,0.887,1936,1.584,1937,0.887,1938,0.887,1939,2.148,1940,2.148,1941,0.887,1942,0.887,1943,0.887,1944,2.148,1945,2.148,1946,3.333,1947,0.887,1948,0.887,1949,1.584,1950,1.584,1951,3.001,1952,1.584,1953,0.887,1954,1.584,1955,0.887,1956,0.887,1957,0.887,1958,0.887,1959,0.887,1960,0.887,1961,2.148,1962,0.887,1963,0.887,1964,4.981,1965,0.887,1966,0.887,1967,0.887,1968,3.001,1969,3.001,1970,0.887,1971,0.887,1972,2.148,1973,0.887,1974,0.887,1975,2.612,1976,0.887,1977,0.887,1978,0.887,1979,0.887,1980,0.887,1981,0.887,1982,1.584,1983,1.584,1984,0.887,1985,2.148,1986,0.887,1987,0.887,1988,1.584,1989,0.887,1990,0.887,1991,0.887,1992,0.887,1993,1.584,1994,1.584,1995,1.584,1996,1.584,1997,4.083,1998,0.887,1999,3.333,2000,0.887,2001,0.887,2002,1.584,2003,2.148,2004,2.148,2005,2.612,2006,2.612,2007,2.148,2008,2.612,2009,2.148,2010,0.887,2011,3.001,2012,2.612,2013,0.887,2014,1.584,2015,1.584,2016,0.887,2017,3.001,2018,1.584,2019,2.612,2020,2.612,2021,0.887,2022,2.148,2023,4.867,2024,3.001,2025,0.887,2026,0.887,2027,0.887,2028,2.148,2029,2.148,2030,1.584,2031,0.887,2032,0.887,2033,0.887,2034,0.887,2035,1.584,2036,0.887,2037,0.887,2038,0.887,2039,2.148,2040,0.887,2041,0.887,2042,1.584,2043,0.887,2044,0.887,2045,1.584,2046,0.887,2047,2.148,2048,0.887,2049,0.887,2050,0.887,2051,1.584,2052,1.584,2053,3.333,2054,5.5,2055,2.148,2056,1.584,2057,1.584,2058,1.584,2059,1.584,2060,2.612,2061,2.612,2062,1.584,2063,0.887,2064,0.887,2065,0.887,2066,0.887,2067,0.887,2068,2.612,2069,3.333,2070,1.584,2071,0.887,2072,3.001,2073,0.887,2074,0.887,2075,0.887,2076,1.584,2077,0.887,2078,1.584,2079,0.887,2080,3.001,2081,3.866,2082,2.148,2083,0.887,2084,4.448,2085,0.887,2086,0.887,2087,0.887,2088,0.887,2089,0.887,2090,0.887,2091,0.887,2092,0.887,2093,2.148,2094,3.001,2095,1.584,2096,2.612,2097,1.584,2098,0.887,2099,0.887,2100,1.584,2101,0.887,2102,0.887,2103,0.887,2104,1.584,2105,0.887,2106,0.887,2107,0.887,2108,2.612,2109,0.887,2110,1.584,2111,1.584,2112,0.887,2113,0.887,2114,2.148,2115,0.887,2116,0.887,2117,0.887,2118,0.887,2119,0.887,2120,1.584,2121,0.887,2122,0.887,2123,1.584,2124,0.887,2125,0.887,2126,0.887,2127,2.148,2128,0.887,2129,0.887,2130,0.887,2131,0.887,2132,0.887,2133,3.001,2134,0.887,2135,0.887,2136,3.333,2137,0.887,2138,0.887,2139,0.887,2140,0.887,2141,0.887,2142,0.887,2143,0.887,2144,1.584,2145,3.618,2146,0.887,2147,2.612,2148,0.887,2149,0.887,2150,2.148,2151,0.887,2152,0.887,2153,2.148,2154,0.887,2155,1.584,2156,0.887,2157,0.887,2158,0.887,2159,0.887,2160,0.887,2161,0.887,2162,0.887,2163,0.887,2164,0.887,2165,0.887,2166,1.584,2167,0.887,2168,0.887,2169,0.887,2170,0.887,2171,1.584,2172,1.584,2173,0.887,2174,0.887,2175,2.148,2176,0.887,2177,1.584,2178,0.887,2179,1.584,2180,0.887,2181,1.584,2182,0.887,2183,2.148,2184,3.618,2185,0.887,2186,0.887,2187,1.345,2188,0.887,2189,0.887,2190,0.887,2191,0.887,2192,0.887,2193,1.584,2194,0.887,2195,1.584,2196,2.612,2197,0.887,2198,3.001,2199,0.887,2200,0.887,2201,0.887,2202,0.887,2203,0.887,2204,0.887,2205,1.584,2206,1.584,2207,1.584,2208,2.148,2209,0.887,2210,1.584,2211,1.584,2212,0.887,2213,1.584,2214,2.148,2215,0.887,2216,1.584,2217,0.887,2218,1.584,2219,0.887,2220,2.148,2221,1.584,2222,0.887,2223,0.887,2224,1.584,2225,5.627,2226,1.584,2227,0.887,2228,3.001,2229,4.276,2230,2.148,2231,0.887,2232,0.887,2233,0.887,2234,2.612,2235,0.887,2236,0.887,2237,2.148,2238,0.887,2239,1.584,2240,0.887,2241,0.887,2242,0.887,2243,0.887,2244,2.612,2245,0.887,2246,0.887,2247,0.887,2248,0.887,2249,2.612,2250,1.584,2251,0.887,2252,0.887,2253,2.148,2254,0.887,2255,1.584,2256,2.148,2257,0.887,2258,1.584,2259,0.887,2260,0.887,2261,0.887,2262,0.887,2263,1.584,2264,2.148,2265,0.887,2266,0.887,2267,0.887,2268,1.584,2269,0.887,2270,1.584,2271,0.887,2272,0.887,2273,0.887,2274,0.887,2275,0.887,2276,2.148,2277,1.584,2278,0.887,2279,0.887,2280,2.612,2281,0.887,2282,2.148,2283,0.887,2284,0.887,2285,0.887,2286,1.584,2287,0.887,2288,0.887,2289,0.887,2290,2.148,2291,1.584,2292,1.584,2293,0.887,2294,3.618,2295,1.584,2296,2.148,2297,2.612,2298,0.887,2299,0.887,2300,1.584,2301,0.887,2302,2.148,2303,0.887,2304,1.584,2305,0.887,2306,0.887,2307,0.887,2308,0.887,2309,1.584,2310,0.887,2311,1.584,2312,2.148,2313,1.584,2314,0.887,2315,1.584,2316,0.887,2317,0.887,2318,1.584,2319,1.584,2320,0.887,2321,0.887,2322,1.584,2323,0.887,2324,0.887,2325,0.887,2326,0.887,2327,0.887,2328,2.148,2329,0.887,2330,0.887,2331,0.887,2332,0.887,2333,0.887,2334,2.612,2335,2.148,2336,0.887,2337,0.887,2338,0.887,2339,0.887,2340,0.887,2341,1.584,2342,0.887,2343,0.887,2344,0.887,2345,0.887,2346,0.887,2347,0.887,2348,0.887,2349,0.887,2350,0.887,2351,0.887,2352,0.887,2353,0.887,2354,0.887,2355,2.148,2356,0.887,2357,1.584,2358,0.887,2359,0.887,2360,0.887,2361,0.887,2362,0.887,2363,0.887,2364,0.887,2365,0.887,2366,0.887,2367,0.887,2368,2.148,2369,0.887,2370,0.887,2371,0.887,2372,0.887,2373,1.584,2374,0.887,2375,0.887,2376,0.887,2377,0.887,2378,0.887,2379,0.887,2380,0.887,2381,1.584,2382,1.584,2383,2.217,2384,1.584,2385,0.887,2386,1.584,2387,0.887,2388,0.887,2389,0.887,2390,0.887,2391,0.887,2392,1.584,2393,1.584,2394,0.887,2395,1.584,2396,0.887,2397,0.887,2398,0.887,2399,0.887,2400,0.887,2401,0.887,2402,0.887,2403,0.887,2404,0.887,2405,0.887,2406,0.887,2407,0.887,2408,1.584,2409,0.887,2410,2.148,2411,0.887,2412,0.887,2413,0.887,2414,0.887,2415,0.887,2416,0.887,2417,0.887,2418,0.887,2419,0.887,2420,0.887,2421,0.887,2422,0.887,2423,0.887,2424,0.887,2425,0.887,2426,1.584,2427,0.887,2428,0.887,2429,0.887,2430,0.887,2431,0.887,2432,0.887,2433,0.887,2434,0.887,2435,0.887,2436,0.887]],["title/modules.html",[1111,3.566]],["body/modules.html",[27,0.022,122,0.022,123,0.022,1111,4.226]],["title/overview.html",[2437,4.04]],["body/overview.html",[2,2.898,27,0.021,122,0.021,123,0.021,126,1.419,240,1.027,255,2.693,627,3.132,1191,4.697,1642,4.697,1723,4.697,2437,4.697,2438,6.344]],["title/properties.html",[156,0.541,1184,1.979]],["body/properties.html",[27,0.024,122,0.021,123,0.021,141,1.277,156,0.682,377,4.177,610,3.504,1108,3.579,1177,3.973,1178,4.501,1247,4.501,1287,4.501,1470,4.501,1471,4.501,1640,3.973,1720,4.501,2187,4.501,2383,4.501,2439,5.303,2440,5.303,2441,5.303,2442,5.303,2443,5.303,2444,5.303,2445,5.303,2446,5.303,2447,5.303,2448,5.303]],["title/miscellaneous/typealiases.html",[1593,1.66,2449,4.205]],["body/miscellaneous/typealiases.html",[8,0.341,27,0.021,29,0.387,90,2.829,122,0.021,123,0.021,213,1.081,234,1.587,254,2.813,335,3.625,641,2.813,642,3.73,649,3.266,1068,4.024,1069,4.672,1076,5.293,1593,3.04,1597,5.293,2450,5.371,2451,4.559]],["title/miscellaneous/variables.html",[1593,1.66,2452,3.57]],["body/miscellaneous/variables.html",[8,0.3,27,0.024,31,3.269,37,2.622,44,2.403,45,2.729,85,2.301,86,2.005,106,2.258,122,0.02,123,0.02,124,0.273,162,4.014,167,4.906,234,1.634,329,4.906,335,3.191,519,4.906,647,3.533,649,2.476,764,4.014,783,4.906,784,4.906,1068,3.543,1069,4.331,1072,3.543,1083,4.906,1084,4.014,1085,4.014,1086,4.014,1087,4.014,1088,4.014,1593,2.676,2451,4.014,2452,4.014,2453,5.78,2454,6.786,2455,4.728,2456,4.728,2457,4.728,2458,4.728,2459,4.728,2460,5.78]]],"invertedIndex":[["",{"_index":27,"title":{},"body":{"injectables/AppUrlService.html":{},"components/AppsButtonComponent.html":{},"injectables/AuthenticationServiceMock.html":{},"interfaces/ExternalApps.html":{},"components/FooterComponent.html":{},"directives/FooterDirective.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"injectables/LayoutComponentService.html":{},"interfaces/LogoConfig.html":{},"components/NavigationComponent.html":{},"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{},"pipes/ReplaceRouterPathsPipe.html":{},"injectables/ReplaceRouterPathsService.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"injectables/SidenavComponentService.html":{},"directives/SidenavFooterDirective.html":{},"directives/SidenavHeaderDirective.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{},"changelog.html":{},"dependencies.html":{},"miscellaneous/functions.html":{},"index.html":{},"license.html":{},"modules.html":{},"overview.html":{},"properties.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["0",{"_index":361,"title":{},"body":{"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"injectables/LayoutComponentService.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/SidenavComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{}}}],["01",{"_index":1341,"title":{},"body":{"changelog.html":{}}}],["0143fc3",{"_index":1391,"title":{},"body":{"changelog.html":{}}}],["02",{"_index":1217,"title":{},"body":{"changelog.html":{}}}],["03",{"_index":1212,"title":{},"body":{"changelog.html":{}}}],["04",{"_index":1201,"title":{},"body":{"changelog.html":{}}}],["05",{"_index":1192,"title":{},"body":{"changelog.html":{}}}],["06",{"_index":1180,"title":{},"body":{"changelog.html":{}}}],["069a66b",{"_index":1574,"title":{},"body":{"changelog.html":{}}}],["07",{"_index":1222,"title":{},"body":{"changelog.html":{}}}],["08",{"_index":1395,"title":{},"body":{"changelog.html":{}}}],["09",{"_index":1210,"title":{},"body":{"changelog.html":{}}}],["0940f5f",{"_index":1517,"title":{},"body":{"changelog.html":{}}}],["0a4a33d",{"_index":1311,"title":{},"body":{"changelog.html":{}}}],["0a5c87b",{"_index":1489,"title":{},"body":{"changelog.html":{}}}],["0a8db9f",{"_index":1362,"title":{},"body":{"changelog.html":{}}}],["0px",{"_index":1065,"title":{},"body":{"components/ToggleWindowSidenavButtonComponent.html":{}}}],["1",{"_index":1723,"title":{},"body":{"license.html":{},"overview.html":{}}}],["1.1.4",{"_index":1589,"title":{},"body":{"dependencies.html":{}}}],["10",{"_index":1231,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["10.0.0",{"_index":1566,"title":{},"body":{"changelog.html":{}}}],["100",{"_index":464,"title":{},"body":{"components/LayoutComponent.html":{},"components/SidenavComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{}}}],["10000",{"_index":1063,"title":{},"body":{"components/ToggleWindowSidenavButtonComponent.html":{}}}],["10a64b6",{"_index":1491,"title":{},"body":{"changelog.html":{}}}],["10px",{"_index":1003,"title":{},"body":{"components/SidenavComponent.html":{},"components/VersionComponent.html":{}}}],["11",{"_index":1213,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["11.0.0",{"_index":1565,"title":{},"body":{"changelog.html":{}}}],["11.0.1",{"_index":1564,"title":{},"body":{"changelog.html":{}}}],["11.0.2",{"_index":1563,"title":{},"body":{"changelog.html":{}}}],["11.0.3",{"_index":1562,"title":{},"body":{"changelog.html":{}}}],["11.0.4",{"_index":1561,"title":{},"body":{"changelog.html":{}}}],["11.1.0",{"_index":1558,"title":{},"body":{"changelog.html":{}}}],["11.1.1",{"_index":1557,"title":{},"body":{"changelog.html":{}}}],["11.2.0",{"_index":1550,"title":{},"body":{"changelog.html":{}}}],["11.2.1",{"_index":1548,"title":{},"body":{"changelog.html":{}}}],["11.2.2",{"_index":1546,"title":{},"body":{"changelog.html":{}}}],["11.3.0",{"_index":1543,"title":{},"body":{"changelog.html":{}}}],["11.3.1",{"_index":1539,"title":{},"body":{"changelog.html":{}}}],["11.4.0",{"_index":1537,"title":{},"body":{"changelog.html":{}}}],["11.4.1",{"_index":1534,"title":{},"body":{"changelog.html":{}}}],["11.4.2",{"_index":1531,"title":{},"body":{"changelog.html":{}}}],["11.4.3",{"_index":1525,"title":{},"body":{"changelog.html":{}}}],["11.4.4",{"_index":1523,"title":{},"body":{"changelog.html":{}}}],["12",{"_index":482,"title":{},"body":{"components/LayoutComponent.html":{},"changelog.html":{}}}],["12.0.0",{"_index":1522,"title":{},"body":{"changelog.html":{}}}],["12.0.1",{"_index":1521,"title":{},"body":{"changelog.html":{}}}],["12.0.10",{"_index":1498,"title":{},"body":{"changelog.html":{}}}],["12.0.11",{"_index":1493,"title":{},"body":{"changelog.html":{}}}],["12.0.2",{"_index":1518,"title":{},"body":{"changelog.html":{}}}],["12.0.3",{"_index":1515,"title":{},"body":{"changelog.html":{}}}],["12.0.4",{"_index":1514,"title":{},"body":{"changelog.html":{}}}],["12.0.5",{"_index":1513,"title":{},"body":{"changelog.html":{}}}],["12.0.6",{"_index":1512,"title":{},"body":{"changelog.html":{}}}],["12.0.7",{"_index":1511,"title":{},"body":{"changelog.html":{}}}],["12.0.8",{"_index":1508,"title":{},"body":{"changelog.html":{}}}],["12.0.9",{"_index":1503,"title":{},"body":{"changelog.html":{}}}],["12.1.0",{"_index":1490,"title":{},"body":{"changelog.html":{}}}],["12.2.0",{"_index":1484,"title":{},"body":{"changelog.html":{}}}],["12.2.1",{"_index":1481,"title":{},"body":{"changelog.html":{}}}],["12.2.2",{"_index":1478,"title":{},"body":{"changelog.html":{}}}],["12.2.3",{"_index":1473,"title":{},"body":{"changelog.html":{}}}],["12dd87e",{"_index":1441,"title":{},"body":{"changelog.html":{}}}],["12px",{"_index":370,"title":{},"body":{"components/LanguageSelectorComponent.html":{},"components/SidenavComponent.html":{},"components/VersionComponent.html":{}}}],["13",{"_index":1449,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["13.0.0",{"_index":1458,"title":{},"body":{"changelog.html":{}}}],["13.x.x",{"_index":1468,"title":{},"body":{"changelog.html":{}}}],["14",{"_index":1379,"title":{},"body":{"changelog.html":{}}}],["14.0.0",{"_index":1454,"title":{},"body":{"changelog.html":{}}}],["14.0.1",{"_index":1450,"title":{},"body":{"changelog.html":{}}}],["14.0.2",{"_index":1448,"title":{},"body":{"changelog.html":{}}}],["14.0.3",{"_index":1446,"title":{},"body":{"changelog.html":{}}}],["14.x.x",{"_index":1456,"title":{},"body":{"changelog.html":{}}}],["14545bf",{"_index":1347,"title":{},"body":{"changelog.html":{}}}],["15",{"_index":1495,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["15.0.0",{"_index":1443,"title":{},"body":{"changelog.html":{}}}],["15.x.x",{"_index":1444,"title":{},"body":{"changelog.html":{}}}],["15px",{"_index":1064,"title":{},"body":{"components/ToggleWindowSidenavButtonComponent.html":{}}}],["16",{"_index":1455,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["16.0.0",{"_index":1221,"title":{},"body":{"changelog.html":{}}}],["16.0.1",{"_index":1208,"title":{},"body":{"changelog.html":{}}}],["16.0.2",{"_index":1199,"title":{},"body":{"changelog.html":{}}}],["16.0.3",{"_index":1197,"title":{},"body":{"changelog.html":{}}}],["16.2.4",{"_index":1591,"title":{},"body":{"dependencies.html":{}}}],["16.x.x",{"_index":1440,"title":{},"body":{"changelog.html":{}}}],["16px",{"_index":362,"title":{},"body":{"components/LanguageSelectorComponent.html":{}}}],["17",{"_index":1191,"title":{},"body":{"changelog.html":{},"overview.html":{}}}],["17.0.1",{"_index":1195,"title":{},"body":{"changelog.html":{}}}],["18",{"_index":1189,"title":{},"body":{"changelog.html":{}}}],["18.0.0",{"_index":1587,"title":{},"body":{"dependencies.html":{}}}],["18.0.1",{"_index":1193,"title":{},"body":{"changelog.html":{},"dependencies.html":{}}}],["18.0.2",{"_index":1188,"title":{},"body":{"changelog.html":{}}}],["18.0.3",{"_index":1177,"title":{},"body":{"changelog.html":{},"dependencies.html":{},"properties.html":{}}}],["18.1.1",{"_index":1590,"title":{},"body":{"dependencies.html":{}}}],["19",{"_index":1370,"title":{},"body":{"changelog.html":{}}}],["19.3.0",{"_index":1583,"title":{},"body":{"dependencies.html":{}}}],["192",{"_index":550,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["1996",{"_index":1981,"title":{},"body":{"license.html":{}}}],["1d1f69b",{"_index":1367,"title":{},"body":{"changelog.html":{}}}],["1d2383c",{"_index":1571,"title":{},"body":{"changelog.html":{}}}],["1dba44a",{"_index":1560,"title":{},"body":{"changelog.html":{}}}],["1fea895",{"_index":1220,"title":{},"body":{"changelog.html":{}}}],["1px",{"_index":480,"title":{},"body":{"components/LayoutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{}}}],["2",{"_index":1725,"title":{},"body":{"license.html":{}}}],["2.6.2",{"_index":1585,"title":{},"body":{"dependencies.html":{}}}],["20",{"_index":1187,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["2007",{"_index":1644,"title":{},"body":{"license.html":{}}}],["2021",{"_index":1485,"title":{},"body":{"changelog.html":{}}}],["2022",{"_index":1447,"title":{},"body":{"changelog.html":{}}}],["2023",{"_index":1224,"title":{},"body":{"changelog.html":{}}}],["2024",{"_index":1179,"title":{},"body":{"changelog.html":{}}}],["21",{"_index":1181,"title":{},"body":{"changelog.html":{}}}],["21b6199",{"_index":1402,"title":{},"body":{"changelog.html":{}}}],["21ef36d",{"_index":1453,"title":{},"body":{"changelog.html":{}}}],["22",{"_index":1359,"title":{},"body":{"changelog.html":{}}}],["23",{"_index":1225,"title":{},"body":{"changelog.html":{}}}],["24",{"_index":1399,"title":{},"body":{"changelog.html":{}}}],["250ms",{"_index":475,"title":{},"body":{"components/LayoutComponent.html":{}}}],["256",{"_index":443,"title":{},"body":{"components/LayoutComponent.html":{}}}],["2667fd7",{"_index":1412,"title":{},"body":{"changelog.html":{}}}],["27",{"_index":1200,"title":{},"body":{"changelog.html":{}}}],["27c2cd7",{"_index":1281,"title":{},"body":{"changelog.html":{}}}],["28",{"_index":1198,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["285b99c",{"_index":1207,"title":{},"body":{"changelog.html":{}}}],["2873ec4",{"_index":1576,"title":{},"body":{"changelog.html":{}}}],["29",{"_index":1196,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["2999fac",{"_index":1205,"title":{},"body":{"changelog.html":{}}}],["29a5462",{"_index":1330,"title":{},"body":{"changelog.html":{}}}],["2a50b09",{"_index":1267,"title":{},"body":{"changelog.html":{}}}],["2c0cf1d",{"_index":1356,"title":{},"body":{"changelog.html":{}}}],["2e2c351",{"_index":1334,"title":{},"body":{"changelog.html":{}}}],["2eeb7eb",{"_index":1551,"title":{},"body":{"changelog.html":{}}}],["2px",{"_index":1000,"title":{},"body":{"components/SidenavComponent.html":{}}}],["3",{"_index":1642,"title":{},"body":{"license.html":{},"overview.html":{}}}],["3.0",{"_index":2446,"title":{},"body":{"properties.html":{}}}],["30",{"_index":1194,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["3051ba6",{"_index":1577,"title":{},"body":{"changelog.html":{}}}],["31",{"_index":1396,"title":{},"body":{"changelog.html":{}}}],["31c72a1",{"_index":1342,"title":{},"body":{"changelog.html":{}}}],["32px",{"_index":359,"title":{},"body":{"components/LanguageSelectorComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["3394767",{"_index":1265,"title":{},"body":{"changelog.html":{}}}],["346be5d",{"_index":1486,"title":{},"body":{"changelog.html":{}}}],["354cce1",{"_index":1533,"title":{},"body":{"changelog.html":{}}}],["35d2fef",{"_index":1348,"title":{},"body":{"changelog.html":{}}}],["35ec333",{"_index":1372,"title":{},"body":{"changelog.html":{}}}],["3a2a238",{"_index":1476,"title":{},"body":{"changelog.html":{}}}],["3b30276",{"_index":1299,"title":{},"body":{"changelog.html":{}}}],["3d90660",{"_index":1244,"title":{},"body":{"changelog.html":{}}}],["3e97a5d",{"_index":1432,"title":{},"body":{"changelog.html":{}}}],["4",{"_index":545,"title":{},"body":{"injectables/LayoutComponentService.html":{},"license.html":{}}}],["400",{"_index":615,"title":{},"body":{"components/NavigationComponent.html":{}}}],["4204cd4",{"_index":1538,"title":{},"body":{"changelog.html":{}}}],["42f1a8e",{"_index":1375,"title":{},"body":{"changelog.html":{}}}],["45bd022",{"_index":1430,"title":{},"body":{"changelog.html":{}}}],["46d4479",{"_index":1273,"title":{},"body":{"changelog.html":{}}}],["472cc12",{"_index":1304,"title":{},"body":{"changelog.html":{}}}],["48fc3f5",{"_index":1385,"title":{},"body":{"changelog.html":{}}}],["48px",{"_index":1005,"title":{},"body":{"components/SidenavComponent.html":{}}}],["4a175e8",{"_index":1581,"title":{},"body":{"changelog.html":{}}}],["4c248be",{"_index":1327,"title":{},"body":{"changelog.html":{}}}],["4d99def",{"_index":1351,"title":{},"body":{"changelog.html":{}}}],["5",{"_index":2048,"title":{},"body":{"license.html":{}}}],["5139adb",{"_index":1524,"title":{},"body":{"changelog.html":{}}}],["55afb8b",{"_index":1317,"title":{},"body":{"changelog.html":{}}}],["569488a",{"_index":1305,"title":{},"body":{"changelog.html":{}}}],["582830b",{"_index":1325,"title":{},"body":{"changelog.html":{}}}],["59f9b7e",{"_index":1252,"title":{},"body":{"changelog.html":{}}}],["6",{"_index":2438,"title":{},"body":{"overview.html":{}}}],["60",{"_index":2238,"title":{},"body":{"license.html":{}}}],["6049e53",{"_index":1308,"title":{},"body":{"changelog.html":{}}}],["64",{"_index":543,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["64px",{"_index":465,"title":{},"body":{"components/LayoutComponent.html":{}}}],["653b4cd",{"_index":1434,"title":{},"body":{"changelog.html":{}}}],["65ff765",{"_index":1368,"title":{},"body":{"changelog.html":{}}}],["66d39a4",{"_index":1320,"title":{},"body":{"changelog.html":{}}}],["66f0719",{"_index":1457,"title":{},"body":{"changelog.html":{}}}],["67e9290",{"_index":1318,"title":{},"body":{"changelog.html":{}}}],["69f92d3",{"_index":1404,"title":{},"body":{"changelog.html":{}}}],["6a54998",{"_index":1336,"title":{},"body":{"changelog.html":{}}}],["6b",{"_index":2077,"title":{},"body":{"license.html":{}}}],["6c8560a",{"_index":1275,"title":{},"body":{"changelog.html":{}}}],["6d",{"_index":2102,"title":{},"body":{"license.html":{}}}],["6e12567",{"_index":1436,"title":{},"body":{"changelog.html":{}}}],["6ea13c5",{"_index":1411,"title":{},"body":{"changelog.html":{}}}],["6px",{"_index":372,"title":{},"body":{"components/LanguageSelectorComponent.html":{},"components/SidenavComponent.html":{}}}],["7",{"_index":2009,"title":{},"body":{"license.html":{}}}],["7.8.1",{"_index":1592,"title":{},"body":{"dependencies.html":{}}}],["700",{"_index":617,"title":{},"body":{"components/NavigationComponent.html":{}}}],["706dad3",{"_index":1270,"title":{},"body":{"changelog.html":{}}}],["70px",{"_index":1061,"title":{},"body":{"components/ToggleWindowSidenavButtonComponent.html":{}}}],["71024c3",{"_index":1314,"title":{},"body":{"changelog.html":{}}}],["77c62df",{"_index":1285,"title":{},"body":{"changelog.html":{}}}],["78d02b7",{"_index":1229,"title":{},"body":{"changelog.html":{}}}],["7a35660",{"_index":1364,"title":{},"body":{"changelog.html":{}}}],["7e0c816",{"_index":1236,"title":{},"body":{"changelog.html":{}}}],["7ee22ee",{"_index":1291,"title":{},"body":{"changelog.html":{}}}],["7ffd28b",{"_index":1353,"title":{},"body":{"changelog.html":{}}}],["80f4aae",{"_index":1288,"title":{},"body":{"changelog.html":{}}}],["83e5f9a",{"_index":1530,"title":{},"body":{"changelog.html":{}}}],["8479f5c",{"_index":1433,"title":{},"body":{"changelog.html":{}}}],["849e28a",{"_index":1536,"title":{},"body":{"changelog.html":{}}}],["8834055",{"_index":1256,"title":{},"body":{"changelog.html":{}}}],["8df4bf3",{"_index":1406,"title":{},"body":{"changelog.html":{}}}],["8f1d007",{"_index":1480,"title":{},"body":{"changelog.html":{}}}],["8px",{"_index":1125,"title":{},"body":{"components/VersionComponent.html":{}}}],["954fde4",{"_index":1547,"title":{},"body":{"changelog.html":{}}}],["959px",{"_index":527,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["95c5dc0",{"_index":1344,"title":{},"body":{"changelog.html":{}}}],["95d3e46",{"_index":1579,"title":{},"body":{"changelog.html":{}}}],["96e00c4",{"_index":1295,"title":{},"body":{"changelog.html":{}}}],["96e6785",{"_index":1373,"title":{},"body":{"changelog.html":{}}}],["97ce8d0",{"_index":1400,"title":{},"body":{"changelog.html":{}}}],["9a1969f",{"_index":1380,"title":{},"body":{"changelog.html":{}}}],["9px",{"_index":1124,"title":{},"body":{"components/VersionComponent.html":{}}}],["_apps",{"_index":89,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{}}}],["_isactive",{"_index":716,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["_portal",{"_index":276,"title":{},"body":{"directives/FooterDirective.html":{}}}],["_root",{"_index":570,"title":{},"body":{"components/NavigationComponent.html":{}}}],["_subscription",{"_index":179,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/NavigationItemComponent.html":{},"components/SettingsButtonComponent.html":{}}}],["a057d77",{"_index":1428,"title":{},"body":{"changelog.html":{}}}],["a085d57",{"_index":1483,"title":{},"body":{"changelog.html":{}}}],["a212366",{"_index":1355,"title":{},"body":{"changelog.html":{}}}],["a7874fb",{"_index":1542,"title":{},"body":{"changelog.html":{}}}],["a95c8ad",{"_index":1393,"title":{},"body":{"changelog.html":{}}}],["a98e467",{"_index":1492,"title":{},"body":{"changelog.html":{}}}],["ab6e325",{"_index":1507,"title":{},"body":{"changelog.html":{}}}],["abc10a1",{"_index":1390,"title":{},"body":{"changelog.html":{}}}],["ability",{"_index":2152,"title":{},"body":{"license.html":{}}}],["above",{"_index":2220,"title":{},"body":{"license.html":{}}}],["absence",{"_index":2010,"title":{},"body":{"license.html":{}}}],["absolute",{"_index":1060,"title":{},"body":{"components/ToggleWindowSidenavButtonComponent.html":{},"license.html":{}}}],["abstracttype",{"_index":646,"title":{},"body":{"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"interfaces/NavigationStatus.html":{}}}],["abuse",{"_index":1757,"title":{},"body":{"license.html":{}}}],["aca8e49",{"_index":1520,"title":{},"body":{"changelog.html":{}}}],["acc",{"_index":838,"title":{},"body":{"injectables/NavigationService.html":{}}}],["accept",{"_index":2250,"title":{},"body":{"license.html":{}}}],["acceptance",{"_index":2249,"title":{},"body":{"license.html":{}}}],["access",{"_index":1746,"title":{},"body":{"license.html":{}}}],["accessible",{"_index":2321,"title":{},"body":{"license.html":{}}}],["accessors",{"_index":578,"title":{},"body":{"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{}}}],["accompanied",{"_index":2055,"title":{},"body":{"license.html":{}}}],["accompanies",{"_index":2435,"title":{},"body":{"license.html":{}}}],["accord",{"_index":2008,"title":{},"body":{"license.html":{}}}],["according",{"_index":2427,"title":{},"body":{"license.html":{}}}],["acknowledges",{"_index":1942,"title":{},"body":{"license.html":{}}}],["acquired",{"_index":2300,"title":{},"body":{"license.html":{}}}],["action",{"_index":1541,"title":{},"body":{"changelog.html":{}}}],["actions",{"_index":2257,"title":{},"body":{"license.html":{}}}],["activatedroute",{"_index":906,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["active",{"_index":670,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["activities",{"_index":1843,"title":{},"body":{"license.html":{}}}],["activity",{"_index":2348,"title":{},"body":{"license.html":{}}}],["actual",{"_index":2326,"title":{},"body":{"license.html":{}}}],["actual_component",{"_index":247,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["actually",{"_index":2126,"title":{},"body":{"license.html":{}}}],["ad95577",{"_index":1445,"title":{},"body":{"changelog.html":{}}}],["adapt",{"_index":1815,"title":{},"body":{"license.html":{}}}],["add",{"_index":759,"title":{},"body":{"injectables/NavigationService.html":{},"changelog.html":{},"index.html":{},"license.html":{}}}],["add(component",{"_index":1148,"title":{},"body":{"components/WindowContainerSidenavComponent.html":{}}}],["add(id",{"_index":766,"title":{},"body":{"injectables/NavigationService.html":{}}}],["added",{"_index":2007,"title":{},"body":{"license.html":{}}}],["additional",{"_index":2023,"title":{},"body":{"license.html":{}}}],["address",{"_index":2378,"title":{},"body":{"license.html":{}}}],["addressed",{"_index":1812,"title":{},"body":{"license.html":{}}}],["adopted",{"_index":1979,"title":{},"body":{"license.html":{}}}],["advanced",{"_index":1310,"title":{},"body":{"changelog.html":{}}}],["adversely",{"_index":2160,"title":{},"body":{"license.html":{}}}],["advised",{"_index":2423,"title":{},"body":{"license.html":{}}}],["affects",{"_index":2161,"title":{},"body":{"license.html":{}}}],["affero",{"_index":2368,"title":{},"body":{"license.html":{}}}],["affirmed",{"_index":2281,"title":{},"body":{"license.html":{}}}],["affirms",{"_index":1937,"title":{},"body":{"license.html":{}}}],["against",{"_index":1996,"title":{},"body":{"license.html":{}}}],["aggregate",{"_index":2039,"title":{},"body":{"license.html":{}}}],["agree",{"_index":2363,"title":{},"body":{"license.html":{}}}],["agreed",{"_index":2409,"title":{},"body":{"license.html":{}}}],["agreement",{"_index":2312,"title":{},"body":{"license.html":{}}}],["aim",{"_index":1753,"title":{},"body":{"license.html":{}}}],["aliases",{"_index":2450,"title":{},"body":{"miscellaneous/typealiases.html":{}}}],["alleging",{"_index":2289,"title":{},"body":{"license.html":{}}}],["allow",{"_index":1781,"title":{},"body":{"license.html":{}}}],["allowed",{"_index":1660,"title":{},"body":{"license.html":{}}}],["allowsignalwrites",{"_index":558,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["along",{"_index":2012,"title":{},"body":{"license.html":{}}}],["alpha.0",{"_index":1494,"title":{},"body":{"changelog.html":{}}}],["already",{"_index":1153,"title":{},"body":{"components/WindowContainerSidenavComponent.html":{},"license.html":{}}}],["alternative",{"_index":2073,"title":{},"body":{"license.html":{}}}],["although",{"_index":1749,"title":{},"body":{"license.html":{}}}],["always",{"_index":1226,"title":{},"body":{"changelog.html":{}}}],["ancillary",{"_index":2251,"title":{},"body":{"license.html":{}}}],["and/or",{"_index":1730,"title":{},"body":{"license.html":{}}}],["angular",{"_index":610,"title":{},"body":{"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/SidenavComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"changelog.html":{},"properties.html":{}}}],["angular/animations",{"_index":699,"title":{},"body":{"components/NavigationItemComponent.html":{},"dependencies.html":{}}}],["angular/animations@^18.0.1",{"_index":1609,"title":{},"body":{"index.html":{}}}],["angular/cdk",{"_index":1586,"title":{},"body":{"dependencies.html":{}}}],["angular/cdk/layout",{"_index":512,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["angular/cdk/overlay",{"_index":703,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["angular/cdk/portal",{"_index":268,"title":{},"body":{"components/FooterComponent.html":{},"directives/FooterDirective.html":{},"components/SettingsButtonComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["angular/cdk@^18.0.0",{"_index":1610,"title":{},"body":{"index.html":{}}}],["angular/common",{"_index":171,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{},"dependencies.html":{}}}],["angular/common@^18.0.1",{"_index":1611,"title":{},"body":{"index.html":{}}}],["angular/core",{"_index":55,"title":{},"body":{"injectables/AppUrlService.html":{},"components/AppsButtonComponent.html":{},"injectables/AuthenticationServiceMock.html":{},"interfaces/ExternalApps.html":{},"components/FooterComponent.html":{},"directives/FooterDirective.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"injectables/LayoutComponentService.html":{},"components/NavigationComponent.html":{},"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{},"pipes/ReplaceRouterPathsPipe.html":{},"injectables/ReplaceRouterPathsService.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"injectables/SidenavComponentService.html":{},"directives/SidenavFooterDirective.html":{},"directives/SidenavHeaderDirective.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{},"dependencies.html":{}}}],["angular/core/rxjs",{"_index":516,"title":{},"body":{"injectables/LayoutComponentService.html":{},"components/UserProfileIconComponent.html":{}}}],["angular/core@^18.0.1",{"_index":1612,"title":{},"body":{"index.html":{}}}],["angular/forms",{"_index":318,"title":{},"body":{"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"dependencies.html":{}}}],["angular/forms@^18.0.1",{"_index":1613,"title":{},"body":{"index.html":{}}}],["angular/material",{"_index":1588,"title":{},"body":{"dependencies.html":{}}}],["angular/material/button",{"_index":170,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/HeaderComponent.html":{},"components/LayoutComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{}}}],["angular/material/core",{"_index":319,"title":{},"body":{"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/NavigationItemComponent.html":{}}}],["angular/material/divider",{"_index":604,"title":{},"body":{"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/SidenavComponent.html":{}}}],["angular/material/form",{"_index":320,"title":{},"body":{"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{}}}],["angular/material/icon",{"_index":169,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/HeaderComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationItemComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["angular/material/menu",{"_index":322,"title":{},"body":{"components/HeaderComponent.html":{},"components/LayoutComponent.html":{},"components/SettingsButtonComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["angular/material/progress",{"_index":754,"title":{},"body":{"components/NavigationProgressBarComponent.html":{}}}],["angular/material/select",{"_index":323,"title":{},"body":{"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{}}}],["angular/material/sidenav",{"_index":412,"title":{},"body":{"components/LayoutComponent.html":{},"injectables/LayoutComponentService.html":{}}}],["angular/material/slide",{"_index":324,"title":{},"body":{"components/HeaderComponent.html":{}}}],["angular/material/toolbar",{"_index":269,"title":{},"body":{"components/FooterComponent.html":{},"components/HeaderComponent.html":{}}}],["angular/material@^18.0.0",{"_index":1614,"title":{},"body":{"index.html":{}}}],["angular/router",{"_index":413,"title":{},"body":{"components/LayoutComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/SettingsButtonComponent.html":{},"dependencies.html":{}}}],["angular/router@^18.0.1",{"_index":1615,"title":{},"body":{"index.html":{}}}],["animate",{"_index":696,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["animate(150",{"_index":713,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["animate(300",{"_index":715,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["animations",{"_index":707,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["anti",{"_index":1967,"title":{},"body":{"license.html":{}}}],["any)['divider",{"_index":635,"title":{},"body":{"components/NavigationComponent.html":{}}}],["anyone",{"_index":2020,"title":{},"body":{"license.html":{}}}],["anything",{"_index":1828,"title":{},"body":{"license.html":{}}}],["app",{"_index":100,"title":{},"body":{"injectables/AppUrlService.html":{},"components/AppsButtonComponent.html":{},"interfaces/ExternalApps.html":{}}}],["app.hidden",{"_index":112,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{}}}],["app.id",{"_index":98,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{}}}],["app.label",{"_index":191,"title":{},"body":{"components/AppsButtonComponent.html":{}}}],["appid",{"_index":34,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{}}}],["applicable",{"_index":1833,"title":{},"body":{"license.html":{}}}],["applied",{"_index":1788,"title":{},"body":{"license.html":{}}}],["applies",{"_index":1680,"title":{},"body":{"license.html":{}}}],["applist",{"_index":110,"title":{},"body":{"injectables/AppUrlService.html":{},"components/AppsButtonComponent.html":{},"interfaces/ExternalApps.html":{}}}],["apply",{"_index":1249,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["appropriate",{"_index":1857,"title":{},"body":{"license.html":{}}}],["appropriately",{"_index":2001,"title":{},"body":{"license.html":{}}}],["approximates",{"_index":2431,"title":{},"body":{"license.html":{}}}],["apps",{"_index":142,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{},"changelog.html":{}}}],["appsbuttoncomponent",{"_index":125,"title":{"components/AppsButtonComponent.html":{}},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["appurlservice",{"_index":1,"title":{"injectables/AppUrlService.html":{}},"body":{"injectables/AppUrlService.html":{},"components/AppsButtonComponent.html":{},"interfaces/ExternalApps.html":{}}}],["area",{"_index":1759,"title":{},"body":{"license.html":{}}}],["arise",{"_index":1767,"title":{},"body":{"license.html":{}}}],["arising",{"_index":2413,"title":{},"body":{"license.html":{}}}],["around",{"_index":1012,"title":{},"body":{"components/SidenavComponent.html":{}}}],["arrange",{"_index":2322,"title":{},"body":{"license.html":{}}}],["arrangement",{"_index":2335,"title":{},"body":{"license.html":{}}}],["array",{"_index":90,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{},"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{},"components/SettingsButtonComponent.html":{},"miscellaneous/typealiases.html":{}}}],["arrow",{"_index":373,"title":{},"body":{"components/LanguageSelectorComponent.html":{},"components/SidenavComponent.html":{}}}],["article",{"_index":1976,"title":{},"body":{"license.html":{}}}],["asking",{"_index":1702,"title":{},"body":{"license.html":{}}}],["asnavigationitem",{"_index":571,"title":{},"body":{"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{}}}],["asnavigationitem(item",{"_index":588,"title":{},"body":{"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{}}}],["assert",{"_index":1724,"title":{},"body":{"license.html":{}}}],["assets",{"_index":2271,"title":{},"body":{"license.html":{}}}],["assets/logo.png",{"_index":549,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["associated",{"_index":1916,"title":{},"body":{"license.html":{}}}],["assume",{"_index":2403,"title":{},"body":{"license.html":{}}}],["assumption",{"_index":2434,"title":{},"body":{"license.html":{}}}],["assumptions",{"_index":2207,"title":{},"body":{"license.html":{}}}],["assures",{"_index":1791,"title":{},"body":{"license.html":{}}}],["async",{"_index":12,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{},"components/SignOutComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["asyncpipe",{"_index":260,"title":{},"body":{"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/SidenavComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["attempt",{"_index":2223,"title":{},"body":{"license.html":{}}}],["attributed",{"_index":1741,"title":{},"body":{"license.html":{}}}],["attributions",{"_index":2188,"title":{},"body":{"license.html":{}}}],["authenticationservice",{"_index":159,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/SignOutComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["authenticationservicemock",{"_index":248,"title":{"injectables/AuthenticationServiceMock.html":{}},"body":{"injectables/AuthenticationServiceMock.html":{}}}],["author",{"_index":2187,"title":{},"body":{"license.html":{},"properties.html":{}}}],["authorization",{"_index":1312,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["authorizationservice",{"_index":22,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{}}}],["authorized",{"_index":2180,"title":{},"body":{"license.html":{}}}],["authorizes",{"_index":2295,"title":{},"body":{"license.html":{}}}],["authorizing",{"_index":2339,"title":{},"body":{"license.html":{}}}],["authors",{"_index":1684,"title":{},"body":{"license.html":{}}}],["auto",{"_index":1255,"title":{},"body":{"changelog.html":{}}}],["automatic",{"_index":2261,"title":{},"body":{"license.html":{}}}],["automatically",{"_index":1929,"title":{},"body":{"license.html":{}}}],["available",{"_index":1841,"title":{},"body":{"license.html":{}}}],["availablethemes",{"_index":891,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["availabletypographies",{"_index":892,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["avatar",{"_index":1101,"title":{},"body":{"components/UserProfileIconComponent.html":{}}}],["avoid",{"_index":1785,"title":{},"body":{"license.html":{}}}],["await",{"_index":115,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{},"components/SignOutComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["away",{"_index":1669,"title":{},"body":{"license.html":{}}}],["b",{"_index":1893,"title":{},"body":{"license.html":{}}}],["b131ac3",{"_index":1397,"title":{},"body":{"changelog.html":{}}}],["b6e6d23",{"_index":1568,"title":{},"body":{"changelog.html":{}}}],["background",{"_index":1067,"title":{},"body":{"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["bar",{"_index":744,"title":{},"body":{"components/NavigationProgressBarComponent.html":{}}}],["bar'},{'name",{"_index":217,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["bar.component",{"_index":332,"title":{},"body":{"components/HeaderComponent.html":{}}}],["bar.component.html",{"_index":747,"title":{},"body":{"components/NavigationProgressBarComponent.html":{}}}],["bar.component.scss",{"_index":746,"title":{},"body":{"components/NavigationProgressBarComponent.html":{}}}],["bar.component.ts",{"_index":743,"title":{},"body":{"components/NavigationProgressBarComponent.html":{}}}],["bar.component.ts:37",{"_index":749,"title":{},"body":{"components/NavigationProgressBarComponent.html":{}}}],["bar.component.ts:40",{"_index":750,"title":{},"body":{"components/NavigationProgressBarComponent.html":{}}}],["bar/navigation",{"_index":331,"title":{},"body":{"components/HeaderComponent.html":{},"components/NavigationProgressBarComponent.html":{}}}],["based",{"_index":1824,"title":{},"body":{"license.html":{}}}],["basic",{"_index":1930,"title":{},"body":{"license.html":{}}}],["bcd9988",{"_index":1301,"title":{},"body":{"changelog.html":{}}}],["be394b0",{"_index":1545,"title":{},"body":{"changelog.html":{}}}],["behalf",{"_index":1955,"title":{},"body":{"license.html":{}}}],["behaviorsubject",{"_index":1018,"title":{},"body":{"injectables/SidenavComponentService.html":{}}}],["behaviorsubject(true",{"_index":1017,"title":{},"body":{"injectables/SidenavComponentService.html":{}}}],["being",{"_index":2100,"title":{},"body":{"license.html":{}}}],["believe",{"_index":2332,"title":{},"body":{"license.html":{}}}],["below",{"_index":1962,"title":{},"body":{"license.html":{}}}],["benefit",{"_index":2325,"title":{},"body":{"license.html":{}}}],["between",{"_index":1419,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["beyond",{"_index":2041,"title":{},"body":{"license.html":{}}}],["bfda0dc",{"_index":1415,"title":{},"body":{"changelog.html":{}}}],["black",{"_index":1066,"title":{},"body":{"components/ToggleWindowSidenavButtonComponent.html":{}}}],["block",{"_index":711,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["body",{"_index":1880,"title":{},"body":{"license.html":{}}}],["boolean",{"_index":82,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{},"components/NavigationComponent.html":{},"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"components/NavigationItemComponent.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{},"components/ToggleWindowSidenavButtonComponent.html":{}}}],["border",{"_index":371,"title":{},"body":{"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/SidenavComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["both",{"_index":1735,"title":{},"body":{"license.html":{}}}],["bottom",{"_index":369,"title":{},"body":{"components/LanguageSelectorComponent.html":{},"components/SidenavComponent.html":{},"components/VersionComponent.html":{}}}],["boundaries",{"_index":63,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{}}}],["box",{"_index":469,"title":{},"body":{"components/LayoutComponent.html":{}}}],["breaking",{"_index":1442,"title":{},"body":{"changelog.html":{}}}],["browser",{"_index":1240,"title":{},"body":{"changelog.html":{}}}],["bug",{"_index":1202,"title":{},"body":{"changelog.html":{}}}],["bugs",{"_index":2444,"title":{},"body":{"properties.html":{}}}],["build",{"_index":1462,"title":{},"body":{"changelog.html":{}}}],["bump",{"_index":1183,"title":{},"body":{"changelog.html":{}}}],["bundled",{"_index":1322,"title":{},"body":{"changelog.html":{}}}],["business",{"_index":2345,"title":{},"body":{"license.html":{}}}],["button",{"_index":143,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"changelog.html":{}}}],["button'},{'name",{"_index":198,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["button.component",{"_index":330,"title":{},"body":{"components/HeaderComponent.html":{}}}],["button.component.html",{"_index":155,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{}}}],["button.component.scss",{"_index":153,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{}}}],["button.component.ts",{"_index":133,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{}}}],["button.component.ts:101",{"_index":916,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["button.component.ts:105",{"_index":920,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["button.component.ts:109",{"_index":926,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["button.component.ts:113",{"_index":914,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["button.component.ts:117",{"_index":919,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["button.component.ts:121",{"_index":924,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["button.component.ts:18",{"_index":886,"title":{},"body":{"components/ResetButtonComponent.html":{}}}],["button.component.ts:21",{"_index":888,"title":{},"body":{"components/ResetButtonComponent.html":{}}}],["button.component.ts:25",{"_index":1033,"title":{},"body":{"components/SidenavToggleButtonComponent.html":{}}}],["button.component.ts:27",{"_index":1034,"title":{},"body":{"components/SidenavToggleButtonComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{}}}],["button.component.ts:30",{"_index":1054,"title":{},"body":{"components/ToggleWindowSidenavButtonComponent.html":{}}}],["button.component.ts:32",{"_index":1055,"title":{},"body":{"components/ToggleWindowSidenavButtonComponent.html":{}}}],["button.component.ts:40",{"_index":929,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["button.component.ts:41",{"_index":930,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["button.component.ts:47",{"_index":165,"title":{},"body":{"components/AppsButtonComponent.html":{}}}],["button.component.ts:49",{"_index":164,"title":{},"body":{"components/AppsButtonComponent.html":{}}}],["button.component.ts:50",{"_index":928,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["button.component.ts:51",{"_index":161,"title":{},"body":{"components/AppsButtonComponent.html":{}}}],["button.component.ts:53",{"_index":927,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["button.component.ts:54",{"_index":908,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["button.component.ts:57",{"_index":931,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["button.component.ts:85",{"_index":909,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["button.component.ts:89",{"_index":911,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["button.component.ts:93",{"_index":918,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["button.component.ts:97",{"_index":922,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["button/apps",{"_index":132,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/HeaderComponent.html":{}}}],["button/reset",{"_index":883,"title":{},"body":{"components/ResetButtonComponent.html":{}}}],["button/settings",{"_index":333,"title":{},"body":{"components/HeaderComponent.html":{},"components/SettingsButtonComponent.html":{}}}],["button/sidenav",{"_index":334,"title":{},"body":{"components/HeaderComponent.html":{},"components/SidenavToggleButtonComponent.html":{}}}],["button/toggle",{"_index":1049,"title":{},"body":{"components/ToggleWindowSidenavButtonComponent.html":{}}}],["c",{"_index":1646,"title":{},"body":{"license.html":{}}}],["c0fd3bc",{"_index":1294,"title":{},"body":{"changelog.html":{}}}],["c72febe",{"_index":1365,"title":{},"body":{"changelog.html":{}}}],["c7d1267",{"_index":1552,"title":{},"body":{"changelog.html":{}}}],["ca6d4d5",{"_index":1408,"title":{},"body":{"changelog.html":{}}}],["calc(100",{"_index":358,"title":{},"body":{"components/LanguageSelectorComponent.html":{}}}],["called",{"_index":1822,"title":{},"body":{"license.html":{}}}],["cancel",{"_index":832,"title":{},"body":{"injectables/NavigationService.html":{}}}],["carry",{"_index":2014,"title":{},"body":{"license.html":{}}}],["case",{"_index":1881,"title":{},"body":{"license.html":{}}}],["cases",{"_index":2120,"title":{},"body":{"license.html":{}}}],["catcherror",{"_index":785,"title":{},"body":{"injectables/NavigationService.html":{}}}],["cause",{"_index":2045,"title":{},"body":{"license.html":{}}}],["cb2082f",{"_index":1573,"title":{},"body":{"changelog.html":{}}}],["cc0eece",{"_index":1420,"title":{},"body":{"changelog.html":{}}}],["cc1e4c2",{"_index":1497,"title":{},"body":{"changelog.html":{}}}],["ccd3b2b",{"_index":1377,"title":{},"body":{"changelog.html":{}}}],["cdr",{"_index":581,"title":{},"body":{"components/NavigationComponent.html":{}}}],["ce4f5c4",{"_index":1337,"title":{},"body":{"changelog.html":{}}}],["cease",{"_index":2227,"title":{},"body":{"license.html":{}}}],["center",{"_index":1097,"title":{},"body":{"components/UserProfileIconComponent.html":{}}}],["certain",{"_index":1705,"title":{},"body":{"license.html":{}}}],["cessation",{"_index":2240,"title":{},"body":{"license.html":{}}}],["cf1649a",{"_index":1502,"title":{},"body":{"changelog.html":{}}}],["cf553c9",{"_index":1371,"title":{},"body":{"changelog.html":{}}}],["cfdce4e",{"_index":1339,"title":{},"body":{"changelog.html":{}}}],["change",{"_index":1166,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["changed",{"_index":1260,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["changedetection",{"_index":138,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["changedetectionstrategy",{"_index":166,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["changedetectionstrategy.onpush",{"_index":139,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["changedetectorref",{"_index":582,"title":{},"body":{"components/NavigationComponent.html":{}}}],["changelog",{"_index":934,"title":{"changelog.html":{}},"body":{"components/SettingsButtonComponent.html":{},"changelog.html":{},"dependencies.html":{}}}],["changelog@^18.0.3",{"_index":1625,"title":{},"body":{"index.html":{}}}],["changelogservice",{"_index":907,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["changes",{"_index":1169,"title":{},"body":{"changelog.html":{}}}],["changes['item",{"_index":726,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["changes['item'].currentvalue",{"_index":727,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["changing",{"_index":1659,"title":{},"body":{"license.html":{}}}],["characterized",{"_index":2149,"title":{},"body":{"license.html":{}}}],["charge",{"_index":1689,"title":{},"body":{"license.html":{}}}],["check",{"_index":417,"title":{},"body":{"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"changelog.html":{},"dependencies.html":{}}}],["check@^18.0.3",{"_index":1627,"title":{},"body":{"index.html":{}}}],["checknavigationitemstatusproviders",{"_index":808,"title":{},"body":{"injectables/NavigationService.html":{}}}],["checknavigationstatusproviders",{"_index":848,"title":{},"body":{"injectables/NavigationService.html":{}}}],["children",{"_index":659,"title":{},"body":{"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"components/NavigationItemComponent.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{},"changelog.html":{}}}],["childrenexists",{"_index":1479,"title":{},"body":{"changelog.html":{}}}],["choose",{"_index":2386,"title":{},"body":{"license.html":{}}}],["choosing",{"_index":2391,"title":{},"body":{"license.html":{}}}],["chore",{"_index":1437,"title":{},"body":{"changelog.html":{}}}],["chrome",{"_index":487,"title":{},"body":{"components/LayoutComponent.html":{}}}],["circular",{"_index":1418,"title":{},"body":{"changelog.html":{}}}],["circumstances",{"_index":1960,"title":{},"body":{"license.html":{}}}],["circumvention",{"_index":1968,"title":{},"body":{"license.html":{}}}],["civil",{"_index":2433,"title":{},"body":{"license.html":{}}}],["claim",{"_index":2286,"title":{},"body":{"license.html":{}}}],["claims",{"_index":2297,"title":{},"body":{"license.html":{}}}],["class",{"_index":87,"title":{},"body":{"injectables/AppUrlService.html":{},"components/AppsButtonComponent.html":{},"injectables/AuthenticationServiceMock.html":{},"interfaces/ExternalApps.html":{},"components/FooterComponent.html":{},"directives/FooterDirective.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"injectables/LayoutComponentService.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"injectables/NavigationService.html":{},"pipes/ReplaceRouterPathsPipe.html":{},"injectables/ReplaceRouterPathsService.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"injectables/SidenavComponentService.html":{},"directives/SidenavFooterDirective.html":{},"directives/SidenavHeaderDirective.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{},"changelog.html":{},"license.html":{}}}],["class.active",{"_index":671,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["class.rxap",{"_index":577,"title":{},"body":{"components/NavigationComponent.html":{}}}],["cleannavigation",{"_index":852,"title":{},"body":{"injectables/NavigationService.html":{}}}],["cleannavigation.push(navigationitem",{"_index":854,"title":{},"body":{"injectables/NavigationService.html":{}}}],["clear",{"_index":2087,"title":{},"body":{"license.html":{}}}],["clearly",{"_index":1732,"title":{},"body":{"license.html":{}}}],["clickonlink",{"_index":64,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{}}}],["clickonlink(url",{"_index":109,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{}}}],["close",{"_index":1257,"title":{},"body":{"changelog.html":{}}}],["closely",{"_index":2430,"title":{},"body":{"license.html":{}}}],["code",{"_index":1293,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["coerceboolean",{"_index":605,"title":{},"body":{"components/NavigationComponent.html":{}}}],["coerceboolean(value",{"_index":623,"title":{},"body":{"components/NavigationComponent.html":{}}}],["collapsable",{"_index":298,"title":{},"body":{"components/HeaderComponent.html":{},"components/LayoutComponent.html":{},"injectables/LayoutComponentService.html":{}}}],["collapse",{"_index":993,"title":{},"body":{"components/SidenavComponent.html":{},"changelog.html":{}}}],["collapsed",{"_index":1007,"title":{},"body":{"components/SidenavComponent.html":{},"injectables/SidenavComponentService.html":{},"changelog.html":{}}}],["collapsedclasses",{"_index":1578,"title":{},"body":{"changelog.html":{}}}],["collect",{"_index":2365,"title":{},"body":{"license.html":{}}}],["color",{"_index":303,"title":{},"body":{"components/HeaderComponent.html":{},"changelog.html":{}}}],["combination",{"_index":2372,"title":{},"body":{"license.html":{}}}],["combine",{"_index":2370,"title":{},"body":{"license.html":{}}}],["combined",{"_index":2035,"title":{},"body":{"license.html":{}}}],["combinelatest",{"_index":781,"title":{},"body":{"injectables/NavigationService.html":{}}}],["combinelatest(isvisiblearray$).pipe",{"_index":835,"title":{},"body":{"injectables/NavigationService.html":{}}}],["comes",{"_index":2021,"title":{},"body":{"license.html":{}}}],["commands",{"_index":1869,"title":{},"body":{"license.html":{}}}],["commercial",{"_index":2131,"title":{},"body":{"license.html":{}}}],["commit",{"_index":1175,"title":{},"body":{"changelog.html":{}}}],["commitment",{"_index":2313,"title":{},"body":{"license.html":{}}}],["commits",{"_index":1174,"title":{},"body":{"changelog.html":{}}}],["common",{"_index":2125,"title":{},"body":{"license.html":{}}}],["commonmodule",{"_index":890,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["communication",{"_index":1925,"title":{},"body":{"license.html":{}}}],["compilation",{"_index":2030,"title":{},"body":{"license.html":{}}}],["compilation's",{"_index":2040,"title":{},"body":{"license.html":{}}}],["compilations",{"_index":2350,"title":{},"body":{"license.html":{}}}],["compiler",{"_index":1903,"title":{},"body":{"license.html":{}}}],["complete",{"_index":831,"title":{},"body":{"injectables/NavigationService.html":{}}}],["compliance",{"_index":2267,"title":{},"body":{"license.html":{}}}],["comply",{"_index":1953,"title":{},"body":{"license.html":{}}}],["component",{"_index":124,"title":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{},"changelog.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["component.component",{"_index":1155,"title":{},"body":{"components/WindowContainerSidenavComponent.html":{}}}],["component.componentfactoryresolver",{"_index":1158,"title":{},"body":{"components/WindowContainerSidenavComponent.html":{}}}],["component.id",{"_index":1152,"title":{},"body":{"components/WindowContainerSidenavComponent.html":{}}}],["component.injector",{"_index":1157,"title":{},"body":{"components/WindowContainerSidenavComponent.html":{}}}],["component.viewcontainerref",{"_index":1156,"title":{},"body":{"components/WindowContainerSidenavComponent.html":{}}}],["component_template",{"_index":197,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["componentportal",{"_index":932,"title":{},"body":{"components/SettingsButtonComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["componentportal(item",{"_index":951,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["components",{"_index":126,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{},"overview.html":{}}}],["componenttype",{"_index":933,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["computed",{"_index":513,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["computer",{"_index":1837,"title":{},"body":{"license.html":{}}}],["computers",{"_index":1784,"title":{},"body":{"license.html":{}}}],["concept",{"_index":1544,"title":{},"body":{"changelog.html":{}}}],["concerning",{"_index":2371,"title":{},"body":{"license.html":{}}}],["concerns",{"_index":2379,"title":{},"body":{"license.html":{}}}],["conditioned",{"_index":2344,"title":{},"body":{"license.html":{}}}],["conditions",{"_index":1796,"title":{},"body":{"license.html":{}}}],["config",{"_index":31,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{},"injectables/LayoutComponentService.html":{},"injectables/NavigationService.html":{},"injectables/SidenavComponentService.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["configservice",{"_index":19,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{},"injectables/LayoutComponentService.html":{},"injectables/SidenavComponentService.html":{}}}],["configuration",{"_index":1243,"title":{},"body":{"changelog.html":{}}}],["connection",{"_index":2334,"title":{},"body":{"license.html":{}}}],["consequence",{"_index":2253,"title":{},"body":{"license.html":{}}}],["consequential",{"_index":2412,"title":{},"body":{"license.html":{}}}],["considered",{"_index":2209,"title":{},"body":{"license.html":{}}}],["consistent",{"_index":2304,"title":{},"body":{"license.html":{}}}],["console.error('isvisible",{"_index":822,"title":{},"body":{"injectables/NavigationService.html":{}}}],["conspicuously",{"_index":2000,"title":{},"body":{"license.html":{}}}],["const",{"_index":99,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{},"injectables/LayoutComponentService.html":{},"components/NavigationItemComponent.html":{},"injectables/NavigationService.html":{},"components/UserProfileIconComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["constantly",{"_index":1778,"title":{},"body":{"license.html":{}}}],["constitutes",{"_index":1941,"title":{},"body":{"license.html":{}}}],["constructor",{"_index":17,"title":{},"body":{"injectables/AppUrlService.html":{},"components/AppsButtonComponent.html":{},"interfaces/ExternalApps.html":{},"components/FooterComponent.html":{},"directives/FooterDirective.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"injectables/LayoutComponentService.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"injectables/NavigationService.html":{},"pipes/ReplaceRouterPathsPipe.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"injectables/SidenavComponentService.html":{},"directives/SidenavFooterDirective.html":{},"directives/SidenavHeaderDirective.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["constructor(authenticationservice",{"_index":1044,"title":{},"body":{"components/SignOutComponent.html":{}}}],["constructor(config",{"_index":18,"title":{},"body":{"injectables/AppUrlService.html":{},"injectables/SidenavComponentService.html":{}}}],["constructor(footercomponentservice",{"_index":496,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["constructor(footerservice",{"_index":264,"title":{},"body":{"components/FooterComponent.html":{},"directives/FooterDirective.html":{}}}],["constructor(grid",{"_index":158,"title":{},"body":{"components/AppsButtonComponent.html":{}}}],["constructor(headercomponentservice",{"_index":304,"title":{},"body":{"components/HeaderComponent.html":{}}}],["constructor(language",{"_index":348,"title":{},"body":{"components/LanguageSelectorComponent.html":{}}}],["constructor(layoutcomponentservice",{"_index":392,"title":{},"body":{"components/LayoutComponent.html":{},"components/SidenavToggleButtonComponent.html":{}}}],["constructor(navigation",{"_index":762,"title":{},"body":{"injectables/NavigationService.html":{}}}],["constructor(navigationservice",{"_index":579,"title":{},"body":{"components/NavigationComponent.html":{}}}],["constructor(private",{"_index":1019,"title":{},"body":{"injectables/SidenavComponentService.html":{}}}],["constructor(public",{"_index":354,"title":{},"body":{"components/LanguageSelectorComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{}}}],["constructor(resetservice",{"_index":885,"title":{},"body":{"components/ResetButtonComponent.html":{}}}],["constructor(router",{"_index":673,"title":{},"body":{"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{}}}],["constructor(service",{"_index":1132,"title":{},"body":{"components/WindowContainerSidenavComponent.html":{}}}],["constructor(sidenav",{"_index":982,"title":{},"body":{"components/SidenavComponent.html":{}}}],["constructor(template",{"_index":1026,"title":{},"body":{"directives/SidenavFooterDirective.html":{},"directives/SidenavHeaderDirective.html":{}}}],["constructor(theme",{"_index":904,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["constructor(userprofileservice",{"_index":1073,"title":{},"body":{"components/UserProfileIconComponent.html":{}}}],["constructor(version",{"_index":1112,"title":{},"body":{"components/VersionComponent.html":{}}}],["construed",{"_index":2353,"title":{},"body":{"license.html":{}}}],["consumer",{"_index":2108,"title":{},"body":{"license.html":{}}}],["contain",{"_index":1254,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["container",{"_index":239,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{},"changelog.html":{}}}],["containercomponent",{"_index":1140,"title":{},"body":{"components/WindowContainerSidenavComponent.html":{}}}],["containing",{"_index":2190,"title":{},"body":{"license.html":{}}}],["contains",{"_index":2213,"title":{},"body":{"license.html":{}}}],["content",{"_index":1010,"title":{},"body":{"components/SidenavComponent.html":{},"changelog.html":{},"license.html":{}}}],["contentchild",{"_index":988,"title":{},"body":{"components/SidenavComponent.html":{}}}],["contentchild(sidenavfooterdirective",{"_index":985,"title":{},"body":{"components/SidenavComponent.html":{}}}],["contentchild(sidenavheaderdirective",{"_index":987,"title":{},"body":{"components/SidenavComponent.html":{}}}],["contents",{"_index":2308,"title":{},"body":{"license.html":{}}}],["context",{"_index":1898,"title":{},"body":{"license.html":{}}}],["continue",{"_index":2155,"title":{},"body":{"license.html":{}}}],["continued",{"_index":2140,"title":{},"body":{"license.html":{}}}],["contractual",{"_index":2206,"title":{},"body":{"license.html":{}}}],["contradict",{"_index":2359,"title":{},"body":{"license.html":{}}}],["contrast",{"_index":1672,"title":{},"body":{"license.html":{}}}],["contributor",{"_index":2294,"title":{},"body":{"license.html":{}}}],["contributor's",{"_index":2296,"title":{},"body":{"license.html":{}}}],["control",{"_index":1909,"title":{},"body":{"license.html":{}}}],["controlled",{"_index":2299,"title":{},"body":{"license.html":{}}}],["convenient",{"_index":1860,"title":{},"body":{"license.html":{}}}],["conventional",{"_index":1173,"title":{},"body":{"changelog.html":{}}}],["convey",{"_index":1845,"title":{},"body":{"license.html":{}}}],["conveyance",{"_index":2337,"title":{},"body":{"license.html":{}}}],["conveyed",{"_index":2150,"title":{},"body":{"license.html":{}}}],["conveying",{"_index":1854,"title":{},"body":{"license.html":{}}}],["conveys",{"_index":2205,"title":{},"body":{"license.html":{}}}],["copies",{"_index":1657,"title":{},"body":{"license.html":{}}}],["copy",{"_index":1654,"title":{},"body":{"license.html":{}}}],["copying",{"_index":1797,"title":{},"body":{"license.html":{}}}],["copyleft",{"_index":1662,"title":{},"body":{"license.html":{}}}],["copyright",{"_index":1645,"title":{},"body":{"license.html":{}}}],["copyrightable",{"_index":1807,"title":{},"body":{"license.html":{}}}],["copyrighted",{"_index":1957,"title":{},"body":{"license.html":{}}}],["core",{"_index":1466,"title":{},"body":{"changelog.html":{}}}],["correct",{"_index":1214,"title":{},"body":{"changelog.html":{}}}],["correction",{"_index":2407,"title":{},"body":{"license.html":{}}}],["corresponding",{"_index":1906,"title":{},"body":{"license.html":{}}}],["cost",{"_index":2070,"title":{},"body":{"license.html":{}}}],["counterclaim",{"_index":2287,"title":{},"body":{"license.html":{}}}],["countries",{"_index":1842,"title":{},"body":{"license.html":{}}}],["country",{"_index":2328,"title":{},"body":{"license.html":{}}}],["court",{"_index":2358,"title":{},"body":{"license.html":{}}}],["courts",{"_index":2429,"title":{},"body":{"license.html":{}}}],["covenant",{"_index":2316,"title":{},"body":{"license.html":{}}}],["cover",{"_index":1100,"title":{},"body":{"components/UserProfileIconComponent.html":{}}}],["coverage",{"_index":2123,"title":{},"body":{"license.html":{}}}],["covered",{"_index":1825,"title":{},"body":{"license.html":{}}}],["create",{"_index":1321,"title":{},"body":{"changelog.html":{}}}],["creation",{"_index":1329,"title":{},"body":{"changelog.html":{}}}],["criterion",{"_index":1872,"title":{},"body":{"license.html":{}}}],["cross",{"_index":2285,"title":{},"body":{"license.html":{}}}],["css",{"_index":1302,"title":{},"body":{"changelog.html":{}}}],["cure",{"_index":2245,"title":{},"body":{"license.html":{}}}],["currentdensityvalue",{"_index":937,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["currentthemedensity",{"_index":521,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["currentthemevalue",{"_index":941,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["currenttypographyvalue",{"_index":939,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["cursor",{"_index":1103,"title":{},"body":{"components/UserProfileIconComponent.html":{}}}],["custom",{"_index":1333,"title":{},"body":{"changelog.html":{}}}],["customarily",{"_index":2058,"title":{},"body":{"license.html":{}}}],["customer",{"_index":2065,"title":{},"body":{"license.html":{}}}],["d",{"_index":2029,"title":{},"body":{"license.html":{}}}],["d1e2cd2",{"_index":1527,"title":{},"body":{"changelog.html":{}}}],["d42cf01",{"_index":1258,"title":{},"body":{"changelog.html":{}}}],["d54c5fe",{"_index":1556,"title":{},"body":{"changelog.html":{}}}],["d7de1cb",{"_index":1248,"title":{},"body":{"changelog.html":{}}}],["da870f0",{"_index":1324,"title":{},"body":{"changelog.html":{}}}],["damages",{"_index":2410,"title":{},"body":{"license.html":{}}}],["danger",{"_index":1787,"title":{},"body":{"license.html":{}}}],["dark:text",{"_index":613,"title":{},"body":{"components/NavigationComponent.html":{}}}],["darkmode",{"_index":1259,"title":{},"body":{"changelog.html":{}}}],["data",{"_index":1924,"title":{},"body":{"license.html":{}}}],["data.layout.header.menu.items",{"_index":957,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["data?.layout?.header?.menu?.items?.length",{"_index":956,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["datasourcecollectiondirective",{"_index":294,"title":{},"body":{"components/HeaderComponent.html":{}}}],["date",{"_index":2016,"title":{},"body":{"license.html":{}}}],["days",{"_index":2239,"title":{},"body":{"license.html":{}}}],["dd22b0c",{"_index":1549,"title":{},"body":{"changelog.html":{}}}],["debouncetime",{"_index":701,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["debouncetime(100",{"_index":736,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["december",{"_index":1980,"title":{},"body":{"license.html":{}}}],["decide",{"_index":2388,"title":{},"body":{"license.html":{}}}],["declining",{"_index":2197,"title":{},"body":{"license.html":{}}}],["decorator",{"_index":1300,"title":{},"body":{"changelog.html":{}}}],["decorators",{"_index":311,"title":{},"body":{"components/HeaderComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SidenavComponent.html":{},"directives/SidenavFooterDirective.html":{},"directives/SidenavHeaderDirective.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["deemed",{"_index":1970,"title":{},"body":{"license.html":{}}}],["deep",{"_index":364,"title":{},"body":{"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{}}}],["default",{"_index":44,"title":{},"body":{"injectables/AppUrlService.html":{},"components/AppsButtonComponent.html":{},"components/HeaderComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"injectables/NavigationService.html":{},"components/SettingsButtonComponent.html":{},"injectables/SidenavComponentService.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/WindowContainerSidenavComponent.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["defective",{"_index":2402,"title":{},"body":{"license.html":{}}}],["defenses",{"_index":2356,"title":{},"body":{"license.html":{}}}],["defined",{"_index":24,"title":{},"body":{"injectables/AppUrlService.html":{},"components/AppsButtonComponent.html":{},"injectables/AuthenticationServiceMock.html":{},"components/FooterComponent.html":{},"directives/FooterDirective.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"injectables/LayoutComponentService.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{},"pipes/ReplaceRouterPathsPipe.html":{},"injectables/ReplaceRouterPathsService.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"injectables/SidenavComponentService.html":{},"directives/SidenavFooterDirective.html":{},"directives/SidenavHeaderDirective.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{},"license.html":{}}}],["definition",{"_index":1914,"title":{},"body":{"license.html":{}}}],["definitions",{"_index":1801,"title":{},"body":{"license.html":{}}}],["delay",{"_index":474,"title":{},"body":{"components/LayoutComponent.html":{}}}],["denied",{"_index":2157,"title":{},"body":{"license.html":{}}}],["denominated",{"_index":2314,"title":{},"body":{"license.html":{}}}],["dense",{"_index":972,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["density",{"_index":912,"title":{},"body":{"components/SettingsButtonComponent.html":{},"changelog.html":{}}}],["deny",{"_index":1745,"title":{},"body":{"license.html":{}}}],["denying",{"_index":1701,"title":{},"body":{"license.html":{}}}],["dep",{"_index":1242,"title":{},"body":{"changelog.html":{}}}],["dependencies",{"_index":1279,"title":{"dependencies.html":{}},"body":{"changelog.html":{},"dependencies.html":{},"index.html":{}}}],["dependency",{"_index":1219,"title":{},"body":{"changelog.html":{}}}],["deprecated",{"_index":799,"title":{},"body":{"injectables/NavigationService.html":{}}}],["deprive",{"_index":2323,"title":{},"body":{"license.html":{}}}],["designated",{"_index":2079,"title":{},"body":{"license.html":{}}}],["designed",{"_index":1667,"title":{},"body":{"license.html":{}}}],["detail",{"_index":2377,"title":{},"body":{"license.html":{}}}],["determinereleasename",{"_index":414,"title":{},"body":{"components/LayoutComponent.html":{}}}],["determinereleasename(this.environment",{"_index":445,"title":{},"body":{"components/LayoutComponent.html":{}}}],["determining",{"_index":2118,"title":{},"body":{"license.html":{}}}],["dev.0",{"_index":1186,"title":{},"body":{"changelog.html":{},"dependencies.html":{},"index.html":{}}}],["dev.1",{"_index":1178,"title":{},"body":{"changelog.html":{},"properties.html":{}}}],["dev.10",{"_index":1407,"title":{},"body":{"changelog.html":{}}}],["dev.11",{"_index":1405,"title":{},"body":{"changelog.html":{}}}],["dev.12",{"_index":1403,"title":{},"body":{"changelog.html":{}}}],["dev.13",{"_index":1401,"title":{},"body":{"changelog.html":{}}}],["dev.14",{"_index":1398,"title":{},"body":{"changelog.html":{}}}],["dev.15",{"_index":1394,"title":{},"body":{"changelog.html":{}}}],["dev.16",{"_index":1392,"title":{},"body":{"changelog.html":{}}}],["dev.17",{"_index":1389,"title":{},"body":{"changelog.html":{}}}],["dev.18",{"_index":1388,"title":{},"body":{"changelog.html":{}}}],["dev.19",{"_index":1387,"title":{},"body":{"changelog.html":{}}}],["dev.2",{"_index":1190,"title":{},"body":{"changelog.html":{}}}],["dev.20",{"_index":1386,"title":{},"body":{"changelog.html":{}}}],["dev.21",{"_index":1384,"title":{},"body":{"changelog.html":{}}}],["dev.22",{"_index":1383,"title":{},"body":{"changelog.html":{}}}],["dev.23",{"_index":1381,"title":{},"body":{"changelog.html":{}}}],["dev.24",{"_index":1378,"title":{},"body":{"changelog.html":{}}}],["dev.25",{"_index":1376,"title":{},"body":{"changelog.html":{}}}],["dev.26",{"_index":1374,"title":{},"body":{"changelog.html":{}}}],["dev.27",{"_index":1369,"title":{},"body":{"changelog.html":{}}}],["dev.28",{"_index":1366,"title":{},"body":{"changelog.html":{}}}],["dev.29",{"_index":1363,"title":{},"body":{"changelog.html":{}}}],["dev.3",{"_index":1211,"title":{},"body":{"changelog.html":{}}}],["dev.30",{"_index":1361,"title":{},"body":{"changelog.html":{}}}],["dev.31",{"_index":1358,"title":{},"body":{"changelog.html":{}}}],["dev.32",{"_index":1357,"title":{},"body":{"changelog.html":{}}}],["dev.33",{"_index":1354,"title":{},"body":{"changelog.html":{}}}],["dev.34",{"_index":1352,"title":{},"body":{"changelog.html":{}}}],["dev.35",{"_index":1349,"title":{},"body":{"changelog.html":{}}}],["dev.36",{"_index":1345,"title":{},"body":{"changelog.html":{}}}],["dev.37",{"_index":1343,"title":{},"body":{"changelog.html":{}}}],["dev.38",{"_index":1340,"title":{},"body":{"changelog.html":{}}}],["dev.39",{"_index":1239,"title":{},"body":{"changelog.html":{}}}],["dev.4",{"_index":1209,"title":{},"body":{"changelog.html":{}}}],["dev.40",{"_index":1238,"title":{},"body":{"changelog.html":{}}}],["dev.41",{"_index":1237,"title":{},"body":{"changelog.html":{}}}],["dev.42",{"_index":1230,"title":{},"body":{"changelog.html":{}}}],["dev.43",{"_index":1223,"title":{},"body":{"changelog.html":{}}}],["dev.5",{"_index":1431,"title":{},"body":{"changelog.html":{}}}],["dev.6",{"_index":1416,"title":{},"body":{"changelog.html":{}}}],["dev.7",{"_index":1413,"title":{},"body":{"changelog.html":{}}}],["dev.8",{"_index":1410,"title":{},"body":{"changelog.html":{}}}],["dev.9",{"_index":1409,"title":{},"body":{"changelog.html":{}}}],["developers",{"_index":1719,"title":{},"body":{"license.html":{}}}],["development",{"_index":1264,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["devices",{"_index":1744,"title":{},"body":{"license.html":{}}}],["dff497a",{"_index":1350,"title":{},"body":{"changelog.html":{}}}],["differ",{"_index":2376,"title":{},"body":{"license.html":{}}}],["different",{"_index":2082,"title":{},"body":{"license.html":{}}}],["differently",{"_index":2185,"title":{},"body":{"license.html":{}}}],["direction",{"_index":1956,"title":{},"body":{"license.html":{}}}],["directions",{"_index":2088,"title":{},"body":{"license.html":{}}}],["directive",{"_index":195,"title":{"directives/FooterDirective.html":{},"directives/SidenavFooterDirective.html":{},"directives/SidenavHeaderDirective.html":{}},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"directives/FooterDirective.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"directives/SidenavFooterDirective.html":{},"directives/SidenavHeaderDirective.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["directives",{"_index":240,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"directives/FooterDirective.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"directives/SidenavFooterDirective.html":{},"directives/SidenavHeaderDirective.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{},"changelog.html":{},"dependencies.html":{},"overview.html":{}}}],["directives/icon",{"_index":706,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["directives@^18.0.3",{"_index":1624,"title":{},"body":{"index.html":{}}}],["directly",{"_index":1313,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["disable",{"_index":58,"title":{},"body":{"injectables/AppUrlService.html":{},"injectables/AuthenticationServiceMock.html":{},"interfaces/ExternalApps.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/SidenavComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"changelog.html":{}}}],["disclaim",{"_index":1991,"title":{},"body":{"license.html":{}}}],["disclaimer",{"_index":2392,"title":{},"body":{"license.html":{}}}],["disclaiming",{"_index":2182,"title":{},"body":{"license.html":{}}}],["discriminatory",{"_index":2341,"title":{},"body":{"license.html":{}}}],["display",{"_index":476,"title":{},"body":{"components/LayoutComponent.html":{},"components/NavigationItemComponent.html":{},"license.html":{}}}],["displayed",{"_index":2189,"title":{},"body":{"license.html":{}}}],["displays",{"_index":1856,"title":{},"body":{"license.html":{}}}],["distinctuntilchanged",{"_index":1080,"title":{},"body":{"components/UserProfileIconComponent.html":{}}}],["distinguishing",{"_index":2380,"title":{},"body":{"license.html":{}}}],["distribute",{"_index":1655,"title":{},"body":{"license.html":{}}}],["distributing",{"_index":2346,"title":{},"body":{"license.html":{}}}],["distribution",{"_index":1798,"title":{},"body":{"license.html":{}}}],["divider",{"_index":643,"title":{},"body":{"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"interfaces/NavigationStatus.html":{}}}],["document",{"_index":1658,"title":{},"body":{"license.html":{}}}],["documented",{"_index":1171,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["dom",{"_index":129,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["domains",{"_index":1769,"title":{},"body":{"license.html":{}}}],["dont",{"_index":828,"title":{},"body":{"injectables/NavigationService.html":{}}}],["double_arrow",{"_index":992,"title":{},"body":{"components/SidenavComponent.html":{}}}],["doubtful",{"_index":2119,"title":{},"body":{"license.html":{}}}],["downstream",{"_index":2263,"title":{},"body":{"license.html":{}}}],["drawer",{"_index":462,"title":{},"body":{"components/LayoutComponent.html":{}}}],["durable",{"_index":2057,"title":{},"body":{"license.html":{}}}],["dwelling",{"_index":2117,"title":{},"body":{"license.html":{}}}],["dynamic",{"_index":1283,"title":{},"body":{"changelog.html":{}}}],["dynamically",{"_index":1918,"title":{},"body":{"license.html":{}}}],["e",{"_index":2095,"title":{},"body":{"license.html":{}}}],["e.message",{"_index":825,"title":{},"body":{"injectables/NavigationService.html":{}}}],["e56611c",{"_index":1216,"title":{},"body":{"changelog.html":{}}}],["e67e2b8",{"_index":1382,"title":{},"body":{"changelog.html":{}}}],["e7039bb",{"_index":1414,"title":{},"body":{"changelog.html":{}}}],["e9fe775",{"_index":1510,"title":{},"body":{"changelog.html":{}}}],["each",{"_index":1810,"title":{},"body":{"license.html":{}}}],["earlier",{"_index":1823,"title":{},"body":{"license.html":{}}}],["ed6002e",{"_index":1262,"title":{},"body":{"changelog.html":{}}}],["ee95415",{"_index":1297,"title":{},"body":{"changelog.html":{}}}],["effect",{"_index":514,"title":{},"body":{"injectables/LayoutComponentService.html":{},"license.html":{}}}],["effected",{"_index":1989,"title":{},"body":{"license.html":{}}}],["effective",{"_index":1971,"title":{},"body":{"license.html":{}}}],["effectively",{"_index":1789,"title":{},"body":{"license.html":{}}}],["efforts",{"_index":2279,"title":{},"body":{"license.html":{}}}],["element",{"_index":194,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["elementref",{"_index":675,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["embodied",{"_index":2052,"title":{},"body":{"license.html":{}}}],["empty",{"_index":79,"title":{},"body":{"injectables/AppUrlService.html":{},"injectables/AuthenticationServiceMock.html":{},"interfaces/ExternalApps.html":{}}}],["enable",{"_index":1895,"title":{},"body":{"license.html":{}}}],["enables",{"_index":1847,"title":{},"body":{"license.html":{}}}],["encapsulation",{"_index":564,"title":{},"body":{"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{}}}],["end",{"_index":2436,"title":{},"body":{"license.html":{}}}],["endregion",{"_index":639,"title":{},"body":{"components/NavigationComponent.html":{}}}],["enforce",{"_index":2315,"title":{},"body":{"license.html":{}}}],["enforcing",{"_index":1995,"title":{},"body":{"license.html":{}}}],["ensure",{"_index":1266,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["entered",{"_index":2351,"title":{},"body":{"license.html":{}}}],["entire",{"_index":2019,"title":{},"body":{"license.html":{}}}],["entirely",{"_index":2367,"title":{},"body":{"license.html":{}}}],["entity",{"_index":2268,"title":{},"body":{"license.html":{}}}],["environment",{"_index":23,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{},"components/LayoutComponent.html":{}}}],["equivalent",{"_index":1944,"title":{},"body":{"license.html":{}}}],["erroneously",{"_index":1742,"title":{},"body":{"license.html":{}}}],["error('the",{"_index":638,"title":{},"body":{"components/NavigationComponent.html":{}}}],["error(`component",{"_index":1150,"title":{},"body":{"components/WindowContainerSidenavComponent.html":{}}}],["error(`could",{"_index":107,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{}}}],["eslint",{"_index":57,"title":{},"body":{"injectables/AppUrlService.html":{},"injectables/AuthenticationServiceMock.html":{},"interfaces/ExternalApps.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/SidenavComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{}}}],["eslint/component",{"_index":611,"title":{},"body":{"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{}}}],["eslint/no",{"_index":253,"title":{},"body":{"injectables/AuthenticationServiceMock.html":{},"components/NavigationComponent.html":{},"components/SidenavComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{}}}],["essential",{"_index":1899,"title":{},"body":{"license.html":{}}}],["even",{"_index":2422,"title":{},"body":{"license.html":{}}}],["event",{"_index":552,"title":{},"body":{"injectables/LayoutComponentService.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"license.html":{}}}],["eventemitter",{"_index":1053,"title":{},"body":{"components/ToggleWindowSidenavButtonComponent.html":{}}}],["everyone",{"_index":1652,"title":{},"body":{"license.html":{}}}],["exact",{"_index":1820,"title":{},"body":{"license.html":{}}}],["example",{"_index":1606,"title":{},"body":{"index.html":{},"license.html":{}}}],["except",{"_index":1835,"title":{},"body":{"license.html":{}}}],["exceptions",{"_index":2172,"title":{},"body":{"license.html":{}}}],["excluded",{"_index":2106,"title":{},"body":{"license.html":{}}}],["excluding",{"_index":2354,"title":{},"body":{"license.html":{}}}],["exclusive",{"_index":2305,"title":{},"body":{"license.html":{}}}],["exclusively",{"_index":1950,"title":{},"body":{"license.html":{}}}],["excuse",{"_index":2360,"title":{},"body":{"license.html":{}}}],["executable",{"_index":1888,"title":{},"body":{"license.html":{}}}],["execute",{"_index":1633,"title":{},"body":{"index.html":{},"license.html":{}}}],["executing",{"_index":1836,"title":{},"body":{"license.html":{}}}],["exercise",{"_index":2280,"title":{},"body":{"license.html":{}}}],["exercising",{"_index":1990,"title":{},"body":{"license.html":{}}}],["exists",{"_index":1154,"title":{},"body":{"components/WindowContainerSidenavComponent.html":{}}}],["expected",{"_index":2129,"title":{},"body":{"license.html":{}}}],["expects",{"_index":2128,"title":{},"body":{"license.html":{}}}],["explains",{"_index":1733,"title":{},"body":{"license.html":{}}}],["explicit",{"_index":1206,"title":{},"body":{"changelog.html":{}}}],["explicitly",{"_index":1936,"title":{},"body":{"license.html":{}}}],["export",{"_index":74,"title":{},"body":{"injectables/AppUrlService.html":{},"components/AppsButtonComponent.html":{},"injectables/AuthenticationServiceMock.html":{},"interfaces/ExternalApps.html":{},"components/FooterComponent.html":{},"directives/FooterDirective.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"injectables/LayoutComponentService.html":{},"interfaces/LogoConfig.html":{},"components/NavigationComponent.html":{},"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{},"pipes/ReplaceRouterPathsPipe.html":{},"injectables/ReplaceRouterPathsService.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"injectables/SidenavComponentService.html":{},"directives/SidenavFooterDirective.html":{},"directives/SidenavHeaderDirective.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["expose",{"_index":1474,"title":{},"body":{"changelog.html":{}}}],["express",{"_index":2311,"title":{},"body":{"license.html":{}}}],["expressed",{"_index":2394,"title":{},"body":{"license.html":{}}}],["expressly",{"_index":2222,"title":{},"body":{"license.html":{}}}],["extend",{"_index":1772,"title":{},"body":{"license.html":{}}}],["extended",{"_index":2340,"title":{},"body":{"license.html":{}}}],["extends",{"_index":657,"title":{},"body":{"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"interfaces/NavigationStatus.html":{}}}],["extensions",{"_index":2034,"title":{},"body":{"license.html":{}}}],["extent",{"_index":1859,"title":{},"body":{"license.html":{}}}],["externalapps",{"_index":36,"title":{"interfaces/ExternalApps.html":{}},"body":{"injectables/AppUrlService.html":{},"components/AppsButtonComponent.html":{},"interfaces/ExternalApps.html":{}}}],["extract",{"_index":1084,"title":{},"body":{"components/UserProfileIconComponent.html":{},"miscellaneous/variables.html":{}}}],["extract_username_from_profile",{"_index":1083,"title":{},"body":{"components/UserProfileIconComponent.html":{},"miscellaneous/variables.html":{}}}],["extractusernamefromprofile",{"_index":1075,"title":{},"body":{"components/UserProfileIconComponent.html":{}}}],["extractusernamefromprofilefn",{"_index":1076,"title":{},"body":{"components/UserProfileIconComponent.html":{},"miscellaneous/typealiases.html":{}}}],["extreme",{"_index":974,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["f",{"_index":2203,"title":{},"body":{"license.html":{}}}],["f390f65",{"_index":1360,"title":{},"body":{"changelog.html":{}}}],["f497950",{"_index":1346,"title":{},"body":{"changelog.html":{}}}],["f4b555c",{"_index":1234,"title":{},"body":{"changelog.html":{}}}],["f8920e7",{"_index":1465,"title":{},"body":{"changelog.html":{}}}],["facilities",{"_index":1952,"title":{},"body":{"license.html":{}}}],["factory",{"_index":1085,"title":{},"body":{"components/UserProfileIconComponent.html":{},"miscellaneous/variables.html":{}}}],["failed",{"_index":824,"title":{},"body":{"injectables/NavigationService.html":{}}}],["fails",{"_index":2235,"title":{},"body":{"license.html":{}}}],["failure",{"_index":2420,"title":{},"body":{"license.html":{}}}],["fair",{"_index":1943,"title":{},"body":{"license.html":{}}}],["false",{"_index":80,"title":{},"body":{"injectables/AppUrlService.html":{},"components/AppsButtonComponent.html":{},"interfaces/ExternalApps.html":{},"injectables/LayoutComponentService.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"injectables/NavigationService.html":{},"components/SettingsButtonComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"changelog.html":{}}}],["families",{"_index":1335,"title":{},"body":{"changelog.html":{}}}],["family",{"_index":2112,"title":{},"body":{"license.html":{}}}],["fashion",{"_index":1817,"title":{},"body":{"license.html":{}}}],["favor",{"_index":2122,"title":{},"body":{"license.html":{}}}],["fd32708",{"_index":1332,"title":{},"body":{"changelog.html":{}}}],["feature",{"_index":1862,"title":{},"body":{"license.html":{}}}],["features",{"_index":1235,"title":{},"body":{"changelog.html":{}}}],["fee",{"_index":1712,"title":{},"body":{"license.html":{}}}],["field",{"_index":321,"title":{},"body":{"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{}}}],["file",{"_index":5,"title":{},"body":{"injectables/AppUrlService.html":{},"components/AppsButtonComponent.html":{},"injectables/AuthenticationServiceMock.html":{},"interfaces/ExternalApps.html":{},"components/FooterComponent.html":{},"directives/FooterDirective.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"injectables/LayoutComponentService.html":{},"interfaces/LogoConfig.html":{},"components/NavigationComponent.html":{},"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{},"pipes/ReplaceRouterPathsPipe.html":{},"injectables/ReplaceRouterPathsService.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"injectables/SidenavComponentService.html":{},"directives/SidenavFooterDirective.html":{},"directives/SidenavHeaderDirective.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{},"changelog.html":{}}}],["files",{"_index":1915,"title":{},"body":{"license.html":{}}}],["filter",{"_index":176,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["filter((event",{"_index":734,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["filter(app",{"_index":111,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{}}}],["filter(boolean",{"_index":184,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["filteredapplist",{"_index":114,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{}}}],["filteredapplist.push(app",{"_index":117,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{}}}],["finally",{"_index":1776,"title":{},"body":{"license.html":{}}}],["find",{"_index":108,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{},"license.html":{}}}],["first",{"_index":2243,"title":{},"body":{"license.html":{}}}],["firstvaluefrom",{"_index":72,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{}}}],["firstvaluefrom(this.authorizationservice.haspermission$(app.permissions",{"_index":116,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{}}}],["fitness",{"_index":2397,"title":{},"body":{"license.html":{}}}],["fix",{"_index":1499,"title":{},"body":{"changelog.html":{}}}],["fixed",{"_index":2056,"title":{},"body":{"license.html":{}}}],["fixedbottomgap",{"_index":385,"title":{},"body":{"components/LayoutComponent.html":{},"injectables/LayoutComponentService.html":{}}}],["fixedtopgap",{"_index":386,"title":{},"body":{"components/LayoutComponent.html":{},"injectables/LayoutComponentService.html":{}}}],["fixes",{"_index":1203,"title":{},"body":{"changelog.html":{}}}],["flex",{"_index":477,"title":{},"body":{"components/LayoutComponent.html":{}}}],["flexlayout",{"_index":1218,"title":{},"body":{"changelog.html":{}}}],["flow",{"_index":1926,"title":{},"body":{"license.html":{}}}],["focus",{"_index":1105,"title":{},"body":{"components/UserProfileIconComponent.html":{}}}],["follow",{"_index":1800,"title":{},"body":{"license.html":{}}}],["following",{"_index":2309,"title":{},"body":{"license.html":{}}}],["font",{"_index":969,"title":{},"body":{"components/SettingsButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"changelog.html":{}}}],["footer",{"_index":257,"title":{},"body":{"components/FooterComponent.html":{},"components/SidenavComponent.html":{},"changelog.html":{}}}],["footer'},{'name",{"_index":200,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["footer.component.html",{"_index":262,"title":{},"body":{"components/FooterComponent.html":{}}}],["footer.component.scss",{"_index":261,"title":{},"body":{"components/FooterComponent.html":{}}}],["footer.directive",{"_index":989,"title":{},"body":{"components/SidenavComponent.html":{}}}],["footer.directive.ts",{"_index":1024,"title":{},"body":{"directives/SidenavFooterDirective.html":{}}}],["footer.directive.ts:11",{"_index":1027,"title":{},"body":{"directives/SidenavFooterDirective.html":{}}}],["footer.directive.ts:14",{"_index":1028,"title":{},"body":{"directives/SidenavFooterDirective.html":{}}}],["footer/footer.component",{"_index":423,"title":{},"body":{"components/LayoutComponent.html":{}}}],["footercomponent",{"_index":199,"title":{"components/FooterComponent.html":{}},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["footercomponentservice",{"_index":491,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["footerdirective",{"_index":241,"title":{"directives/FooterDirective.html":{}},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"directives/FooterDirective.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{},"changelog.html":{}}}],["footerservice",{"_index":263,"title":{},"body":{"components/FooterComponent.html":{},"directives/FooterDirective.html":{},"injectables/LayoutComponentService.html":{}}}],["forbid",{"_index":1988,"title":{},"body":{"license.html":{}}}],["force",{"_index":1947,"title":{},"body":{"license.html":{}}}],["form",{"_index":366,"title":{},"body":{"components/LanguageSelectorComponent.html":{},"license.html":{}}}],["format",{"_index":2165,"title":{},"body":{"license.html":{}}}],["forms",{"_index":2046,"title":{},"body":{"license.html":{}}}],["formsmodule",{"_index":292,"title":{},"body":{"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{}}}],["forwardref",{"_index":567,"title":{},"body":{"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{}}}],["foundation",{"_index":1649,"title":{},"body":{"license.html":{}}}],["free",{"_index":1647,"title":{},"body":{"license.html":{}}}],["freedom",{"_index":1670,"title":{},"body":{"license.html":{}}}],["freedoms",{"_index":1716,"title":{},"body":{"license.html":{}}}],["from(isvisible",{"_index":819,"title":{},"body":{"injectables/NavigationService.html":{}}}],["fulfilling",{"_index":1974,"title":{},"body":{"license.html":{}}}],["fulling",{"_index":1268,"title":{},"body":{"changelog.html":{}}}],["fully",{"_index":1274,"title":{},"body":{"changelog.html":{}}}],["function",{"_index":254,"title":{},"body":{"injectables/AuthenticationServiceMock.html":{},"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{},"miscellaneous/typealiases.html":{}}}],["functioning",{"_index":2141,"title":{},"body":{"license.html":{}}}],["functions",{"_index":1594,"title":{"miscellaneous/functions.html":{}},"body":{"miscellaneous/functions.html":{}}}],["fundamentally",{"_index":1751,"title":{},"body":{"license.html":{}}}],["further",{"_index":2081,"title":{},"body":{"license.html":{}}}],["future",{"_index":1774,"title":{},"body":{"license.html":{}}}],["g",{"_index":1636,"title":{},"body":{"index.html":{}}}],["general",{"_index":1528,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["generally",{"_index":1912,"title":{},"body":{"license.html":{}}}],["generate",{"_index":1276,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["generator",{"_index":1519,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["generators",{"_index":1604,"title":{},"body":{"index.html":{}}}],["get(id",{"_index":769,"title":{},"body":{"injectables/NavigationService.html":{}}}],["getapp",{"_index":11,"title":{},"body":{"injectables/AppUrlService.html":{}}}],["getapp(appid",{"_index":32,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{}}}],["getapplist",{"_index":13,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{}}}],["getappurl",{"_index":14,"title":{},"body":{"injectables/AppUrlService.html":{}}}],["getappurl(appid",{"_index":40,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{}}}],["getappurlorthrow",{"_index":15,"title":{},"body":{"injectables/AppUrlService.html":{},"changelog.html":{}}}],["getappurlorthrow(appid",{"_index":47,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{}}}],["getcustommenuitems(data",{"_index":955,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["getisactive",{"_index":692,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["getpathprefix",{"_index":118,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{}}}],["getting",{"_index":1164,"title":{"changelog.html":{},"index.html":{},"license.html":{}},"body":{}}],["give",{"_index":2011,"title":{},"body":{"license.html":{}}}],["given",{"_index":1940,"title":{},"body":{"license.html":{}}}],["gives",{"_index":2026,"title":{},"body":{"license.html":{}}}],["giving",{"_index":1727,"title":{},"body":{"license.html":{}}}],["gnu",{"_index":1641,"title":{},"body":{"license.html":{}}}],["governed",{"_index":2175,"title":{},"body":{"license.html":{}}}],["gpl",{"_index":1720,"title":{},"body":{"license.html":{},"properties.html":{}}}],["grant",{"_index":2198,"title":{},"body":{"license.html":{}}}],["granted",{"_index":1931,"title":{},"body":{"license.html":{}}}],["grants",{"_index":2256,"title":{},"body":{"license.html":{}}}],["gratis",{"_index":1711,"title":{},"body":{"license.html":{}}}],["grid",{"_index":162,"title":{},"body":{"components/AppsButtonComponent.html":{},"miscellaneous/variables.html":{}}}],["guarantee",{"_index":1674,"title":{},"body":{"license.html":{}}}],["guidelines",{"_index":1176,"title":{},"body":{"changelog.html":{}}}],["handle",{"_index":1001,"title":{},"body":{"components/SidenavComponent.html":{}}}],["handling",{"_index":1284,"title":{},"body":{"changelog.html":{}}}],["has(id",{"_index":771,"title":{},"body":{"injectables/NavigationService.html":{}}}],["having",{"_index":1949,"title":{},"body":{"license.html":{}}}],["header",{"_index":286,"title":{},"body":{"components/HeaderComponent.html":{},"components/SidenavComponent.html":{},"changelog.html":{}}}],["header'},{'name",{"_index":202,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["header.component.html",{"_index":297,"title":{},"body":{"components/HeaderComponent.html":{}}}],["header.component.scss",{"_index":296,"title":{},"body":{"components/HeaderComponent.html":{}}}],["header.directive",{"_index":990,"title":{},"body":{"components/SidenavComponent.html":{}}}],["header.directive.ts",{"_index":1029,"title":{},"body":{"directives/SidenavHeaderDirective.html":{}}}],["header.directive.ts:11",{"_index":1030,"title":{},"body":{"directives/SidenavHeaderDirective.html":{}}}],["header.directive.ts:14",{"_index":1031,"title":{},"body":{"directives/SidenavHeaderDirective.html":{}}}],["header/header.component",{"_index":424,"title":{},"body":{"components/LayoutComponent.html":{}}}],["headercomponent",{"_index":201,"title":{"components/HeaderComponent.html":{}},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["headercomponentservice",{"_index":299,"title":{},"body":{"components/HeaderComponent.html":{},"injectables/LayoutComponentService.html":{}}}],["headerservice",{"_index":305,"title":{},"body":{"components/HeaderComponent.html":{},"injectables/LayoutComponentService.html":{}}}],["height",{"_index":562,"title":{},"body":{"interfaces/LogoConfig.html":{},"components/NavigationItemComponent.html":{},"components/SidenavComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["hereafter",{"_index":2301,"title":{},"body":{"license.html":{}}}],["hidden",{"_index":81,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{},"components/NavigationItemComponent.html":{},"components/UserProfileIconComponent.html":{},"changelog.html":{}}}],["holder",{"_index":2229,"title":{},"body":{"license.html":{}}}],["holders",{"_index":2181,"title":{},"body":{"license.html":{}}}],["homepage",{"_index":2442,"title":{},"body":{"properties.html":{}}}],["host",{"_index":459,"title":{},"body":{"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/SidenavComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{}}}],["hostbinding",{"_index":602,"title":{},"body":{"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{}}}],["hostbinding('class.active",{"_index":717,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["hostbinding('class.rxap",{"_index":597,"title":{},"body":{"components/NavigationComponent.html":{}}}],["hostbindings",{"_index":576,"title":{},"body":{"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{}}}],["hosts",{"_index":2090,"title":{},"body":{"license.html":{}}}],["household",{"_index":2113,"title":{},"body":{"license.html":{}}}],["hover",{"_index":1102,"title":{},"body":{"components/UserProfileIconComponent.html":{}}}],["href",{"_index":78,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{},"changelog.html":{}}}],["html",{"_index":193,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["https://fsf.org",{"_index":1651,"title":{},"body":{"license.html":{}}}],["https://gitlab.com/rxap/packages",{"_index":2445,"title":{},"body":{"properties.html":{}}}],["https://gitlab.com/rxap/packages.git",{"_index":2448,"title":{},"body":{"properties.html":{}}}],["https://via.placeholder.com/256x128px",{"_index":440,"title":{},"body":{"components/LayoutComponent.html":{}}}],["https:/gitlab.com/rxap/packages/packages/angular/layout",{"_index":2443,"title":{},"body":{"properties.html":{}}}],["i18n",{"_index":1263,"title":{},"body":{"changelog.html":{}}}],["icon",{"_index":660,"title":{},"body":{"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"interfaces/NavigationStatus.html":{},"components/UserProfileIconComponent.html":{}}}],["icon'},{'name",{"_index":235,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["icon.component",{"_index":336,"title":{},"body":{"components/HeaderComponent.html":{}}}],["icon.component.html",{"_index":1071,"title":{},"body":{"components/UserProfileIconComponent.html":{}}}],["icon.component.scss",{"_index":1070,"title":{},"body":{"components/UserProfileIconComponent.html":{}}}],["icon.component.ts",{"_index":1069,"title":{},"body":{"components/UserProfileIconComponent.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["icon.component.ts:52",{"_index":1077,"title":{},"body":{"components/UserProfileIconComponent.html":{}}}],["icon.component.ts:74",{"_index":1079,"title":{},"body":{"components/UserProfileIconComponent.html":{}}}],["icon/user",{"_index":335,"title":{},"body":{"components/HeaderComponent.html":{},"components/UserProfileIconComponent.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["iconconfig",{"_index":645,"title":{},"body":{"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"interfaces/NavigationStatus.html":{}}}],["icondirective",{"_index":667,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["iconloaderservice",{"_index":393,"title":{},"body":{"components/LayoutComponent.html":{}}}],["iconloaderservice.load",{"_index":429,"title":{},"body":{"components/LayoutComponent.html":{}}}],["iconpadding",{"_index":1532,"title":{},"body":{"changelog.html":{}}}],["icons",{"_index":1316,"title":{},"body":{"changelog.html":{}}}],["id",{"_index":83,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{},"injectables/NavigationService.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["identifiable",{"_index":2330,"title":{},"body":{"license.html":{}}}],["ids",{"_index":1452,"title":{},"body":{"changelog.html":{}}}],["image",{"_index":76,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{}}}],["imp",{"_index":1241,"title":{},"body":{"changelog.html":{}}}],["implement",{"_index":1896,"title":{},"body":{"license.html":{}}}],["implementation",{"_index":1897,"title":{},"body":{"license.html":{}}}],["implements",{"_index":134,"title":{},"body":{"components/AppsButtonComponent.html":{},"directives/FooterDirective.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"pipes/ReplaceRouterPathsPipe.html":{},"components/SettingsButtonComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["implied",{"_index":2355,"title":{},"body":{"license.html":{}}}],["import",{"_index":52,"title":{},"body":{"injectables/AppUrlService.html":{},"components/AppsButtonComponent.html":{},"injectables/AuthenticationServiceMock.html":{},"interfaces/ExternalApps.html":{},"components/FooterComponent.html":{},"directives/FooterDirective.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"injectables/LayoutComponentService.html":{},"components/NavigationComponent.html":{},"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{},"pipes/ReplaceRouterPathsPipe.html":{},"injectables/ReplaceRouterPathsService.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"injectables/SidenavComponentService.html":{},"directives/SidenavFooterDirective.html":{},"directives/SidenavHeaderDirective.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{},"license.html":{}}}],["important",{"_index":466,"title":{},"body":{"components/LayoutComponent.html":{},"components/SidenavComponent.html":{}}}],["importing",{"_index":2293,"title":{},"body":{"license.html":{}}}],["imports",{"_index":146,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["impose",{"_index":2208,"title":{},"body":{"license.html":{}}}],["imposed",{"_index":2357,"title":{},"body":{"license.html":{}}}],["improve",{"_index":1282,"title":{},"body":{"changelog.html":{}}}],["inability",{"_index":2414,"title":{},"body":{"license.html":{}}}],["inaccurate",{"_index":2417,"title":{},"body":{"license.html":{}}}],["inc",{"_index":1650,"title":{},"body":{"license.html":{}}}],["incidental",{"_index":2411,"title":{},"body":{"license.html":{}}}],["include",{"_index":1889,"title":{},"body":{"license.html":{}}}],["included",{"_index":1271,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["includes",{"_index":1840,"title":{},"body":{"license.html":{}}}],["including",{"_index":1907,"title":{},"body":{"license.html":{}}}],["inclusion",{"_index":2044,"title":{},"body":{"license.html":{}}}],["incompatible",{"_index":1752,"title":{},"body":{"license.html":{}}}],["incorporation",{"_index":2116,"title":{},"body":{"license.html":{}}}],["indemnification",{"_index":2204,"title":{},"body":{"license.html":{}}}],["independent",{"_index":2032,"title":{},"body":{"license.html":{}}}],["index",{"_index":8,"title":{"index.html":{}},"body":{"injectables/AppUrlService.html":{},"components/AppsButtonComponent.html":{},"injectables/AuthenticationServiceMock.html":{},"interfaces/ExternalApps.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"injectables/LayoutComponentService.html":{},"interfaces/LogoConfig.html":{},"components/NavigationComponent.html":{},"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{},"injectables/ReplaceRouterPathsService.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"injectables/SidenavComponentService.html":{},"directives/SidenavFooterDirective.html":{},"directives/SidenavHeaderDirective.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{},"miscellaneous/functions.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["indicate",{"_index":2260,"title":{},"body":{"license.html":{}}}],["indicating",{"_index":2219,"title":{},"body":{"license.html":{}}}],["indicator",{"_index":1338,"title":{},"body":{"changelog.html":{}}}],["individual",{"_index":2042,"title":{},"body":{"license.html":{}}}],["individuals",{"_index":1761,"title":{},"body":{"license.html":{}}}],["industrial",{"_index":2132,"title":{},"body":{"license.html":{}}}],["infiltrator",{"_index":1290,"title":{},"body":{"changelog.html":{}}}],["infix",{"_index":42,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{},"components/LanguageSelectorComponent.html":{}}}],["info",{"_index":3,"title":{},"body":{"injectables/AppUrlService.html":{},"components/AppsButtonComponent.html":{},"injectables/AuthenticationServiceMock.html":{},"interfaces/ExternalApps.html":{},"components/FooterComponent.html":{},"directives/FooterDirective.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"injectables/LayoutComponentService.html":{},"interfaces/LogoConfig.html":{},"components/NavigationComponent.html":{},"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{},"pipes/ReplaceRouterPathsPipe.html":{},"injectables/ReplaceRouterPathsService.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"injectables/SidenavComponentService.html":{},"directives/SidenavFooterDirective.html":{},"directives/SidenavHeaderDirective.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["inform",{"_index":2098,"title":{},"body":{"license.html":{}}}],["information",{"_index":2136,"title":{},"body":{"license.html":{}}}],["infringe",{"_index":2258,"title":{},"body":{"license.html":{}}}],["infringed",{"_index":2290,"title":{},"body":{"license.html":{}}}],["infringement",{"_index":1832,"title":{},"body":{"license.html":{}}}],["inherit",{"_index":471,"title":{},"body":{"components/LayoutComponent.html":{}}}],["init",{"_index":1634,"title":{},"body":{"index.html":{}}}],["initgenerator",{"_index":1595,"title":{},"body":{"miscellaneous/functions.html":{}}}],["initgenerator(tree",{"_index":1599,"title":{},"body":{"miscellaneous/functions.html":{}}}],["initgeneratorschema",{"_index":1601,"title":{},"body":{"miscellaneous/functions.html":{}}}],["initial",{"_index":1008,"title":{},"body":{"components/SidenavComponent.html":{},"changelog.html":{}}}],["initialcollapsable",{"_index":530,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["initialize",{"_index":1638,"title":{},"body":{"index.html":{}}}],["initialvalue",{"_index":1096,"title":{},"body":{"components/UserProfileIconComponent.html":{}}}],["initiate",{"_index":2283,"title":{},"body":{"license.html":{}}}],["inject",{"_index":53,"title":{},"body":{"injectables/AppUrlService.html":{},"components/AppsButtonComponent.html":{},"interfaces/ExternalApps.html":{},"directives/FooterDirective.html":{},"components/HeaderComponent.html":{},"components/LayoutComponent.html":{},"injectables/LayoutComponentService.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"injectables/NavigationService.html":{},"components/ResetButtonComponent.html":{},"directives/SidenavFooterDirective.html":{},"directives/SidenavHeaderDirective.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["inject(changedetectorref",{"_index":619,"title":{},"body":{"components/NavigationComponent.html":{}}}],["inject(configservice",{"_index":524,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["inject(elementref",{"_index":722,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["inject(extract_username_from_profile",{"_index":1089,"title":{},"body":{"components/UserProfileIconComponent.html":{}}}],["inject(footerservice",{"_index":277,"title":{},"body":{"directives/FooterDirective.html":{}}}],["inject(headerservice",{"_index":314,"title":{},"body":{"components/HeaderComponent.html":{}}}],["inject(injector",{"_index":788,"title":{},"body":{"injectables/NavigationService.html":{}}}],["inject(locale_id",{"_index":92,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{}}}],["inject(navigationservice",{"_index":618,"title":{},"body":{"components/NavigationComponent.html":{}}}],["inject(overlay",{"_index":724,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["inject(renderer2",{"_index":723,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["inject(resetservice",{"_index":887,"title":{},"body":{"components/ResetButtonComponent.html":{}}}],["inject(router",{"_index":721,"title":{},"body":{"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{}}}],["inject(rxap_environment",{"_index":93,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{},"components/LayoutComponent.html":{}}}],["inject(rxap_header_component",{"_index":337,"title":{},"body":{"components/HeaderComponent.html":{}}}],["inject(rxap_layout_apps_grid",{"_index":180,"title":{},"body":{"components/AppsButtonComponent.html":{}}}],["inject(rxap_logo_config",{"_index":523,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["inject(rxap_navigation_config",{"_index":787,"title":{},"body":{"injectables/NavigationService.html":{}}}],["inject(rxap_navigation_config_inserts",{"_index":789,"title":{},"body":{"injectables/NavigationService.html":{}}}],["inject(sidenavcomponentservice",{"_index":598,"title":{},"body":{"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{}}}],["inject(templateref",{"_index":278,"title":{},"body":{"directives/FooterDirective.html":{},"directives/SidenavFooterDirective.html":{},"directives/SidenavHeaderDirective.html":{}}}],["inject(themeservice",{"_index":428,"title":{},"body":{"components/LayoutComponent.html":{}}}],["inject(usersettingsthemeservice",{"_index":427,"title":{},"body":{"components/LayoutComponent.html":{}}}],["inject(versionservice",{"_index":1117,"title":{},"body":{"components/VersionComponent.html":{}}}],["inject(viewcontainerref",{"_index":279,"title":{},"body":{"directives/FooterDirective.html":{},"components/NavigationItemComponent.html":{}}}],["inject(windowcontainersidenavservice",{"_index":1138,"title":{},"body":{"components/WindowContainerSidenavComponent.html":{}}}],["injectable",{"_index":0,"title":{"injectables/AppUrlService.html":{},"injectables/AuthenticationServiceMock.html":{},"injectables/LayoutComponentService.html":{},"injectables/NavigationService.html":{},"injectables/ReplaceRouterPathsService.html":{},"injectables/SidenavComponentService.html":{}},"body":{"injectables/AppUrlService.html":{},"injectables/AuthenticationServiceMock.html":{},"interfaces/ExternalApps.html":{},"injectables/LayoutComponentService.html":{},"injectables/NavigationService.html":{},"injectables/ReplaceRouterPathsService.html":{},"injectables/SidenavComponentService.html":{}}}],["injectables",{"_index":2,"title":{},"body":{"injectables/AppUrlService.html":{},"injectables/AuthenticationServiceMock.html":{},"injectables/LayoutComponentService.html":{},"injectables/NavigationService.html":{},"injectables/ReplaceRouterPathsService.html":{},"injectables/SidenavComponentService.html":{},"overview.html":{}}}],["injectiontoken",{"_index":647,"title":{},"body":{"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"interfaces/NavigationStatus.html":{},"components/UserProfileIconComponent.html":{},"miscellaneous/variables.html":{}}}],["injectiontoken('rxap/layout/apps",{"_index":2458,"title":{},"body":{"miscellaneous/variables.html":{}}}],["injectiontoken('rxap/layout/footer",{"_index":2456,"title":{},"body":{"miscellaneous/variables.html":{}}}],["injectiontoken('rxap/layout/header",{"_index":2457,"title":{},"body":{"miscellaneous/variables.html":{}}}],["injectiontoken('rxap/layout/logo",{"_index":2459,"title":{},"body":{"miscellaneous/variables.html":{}}}],["injector",{"_index":763,"title":{},"body":{"injectables/NavigationService.html":{},"components/SettingsButtonComponent.html":{}}}],["inner",{"_index":483,"title":{},"body":{"components/LayoutComponent.html":{},"components/SidenavComponent.html":{}}}],["input",{"_index":317,"title":{},"body":{"components/HeaderComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{}}}],["inputs",{"_index":302,"title":{},"body":{"components/HeaderComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{}}}],["insert",{"_index":652,"title":{},"body":{"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{}}}],["insert(id",{"_index":775,"title":{},"body":{"injectables/NavigationService.html":{}}}],["inserts",{"_index":764,"title":{},"body":{"injectables/NavigationService.html":{},"miscellaneous/variables.html":{}}}],["inside",{"_index":1748,"title":{},"body":{"license.html":{}}}],["install",{"_index":1280,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["installation",{"_index":1603,"title":{},"body":{"index.html":{},"license.html":{}}}],["installed",{"_index":2153,"title":{},"body":{"license.html":{}}}],["instanceof",{"_index":735,"title":{},"body":{"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{}}}],["instead",{"_index":774,"title":{},"body":{"injectables/NavigationService.html":{}}}],["intact",{"_index":2004,"title":{},"body":{"license.html":{}}}],["intended",{"_index":1673,"title":{},"body":{"license.html":{}}}],["intention",{"_index":1992,"title":{},"body":{"license.html":{}}}],["interaction",{"_index":1850,"title":{},"body":{"license.html":{}}}],["interactive",{"_index":1855,"title":{},"body":{"license.html":{}}}],["interchange",{"_index":2059,"title":{},"body":{"license.html":{}}}],["interest",{"_index":2277,"title":{},"body":{"license.html":{}}}],["interface",{"_index":75,"title":{"interfaces/ExternalApps.html":{},"interfaces/LogoConfig.html":{},"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"interfaces/NavigationStatus.html":{}},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{},"interfaces/LogoConfig.html":{},"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"interfaces/NavigationStatus.html":{},"license.html":{}}}],["interfaces",{"_index":255,"title":{},"body":{"interfaces/ExternalApps.html":{},"interfaces/LogoConfig.html":{},"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"interfaces/NavigationStatus.html":{},"license.html":{},"overview.html":{}}}],["interfered",{"_index":2143,"title":{},"body":{"license.html":{}}}],["internal",{"_index":807,"title":{},"body":{"injectables/NavigationService.html":{}}}],["interop",{"_index":517,"title":{},"body":{"injectables/LayoutComponentService.html":{},"components/UserProfileIconComponent.html":{}}}],["interpretation",{"_index":2425,"title":{},"body":{"license.html":{}}}],["interpreter",{"_index":1905,"title":{},"body":{"license.html":{}}}],["intimate",{"_index":1923,"title":{},"body":{"license.html":{}}}],["invalidate",{"_index":2027,"title":{},"body":{"license.html":{}}}],["irrevocable",{"_index":1933,"title":{},"body":{"license.html":{}}}],["isactive",{"_index":672,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["isactive(value",{"_index":719,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["isdevmode",{"_index":893,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["isnavigationdivideritem",{"_index":572,"title":{},"body":{"components/NavigationComponent.html":{},"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"components/NavigationItemComponent.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{},"miscellaneous/functions.html":{}}}],["isnavigationdivideritem(item",{"_index":593,"title":{},"body":{"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"miscellaneous/functions.html":{}}}],["isnavigationdivideritem(navigationitem",{"_index":809,"title":{},"body":{"injectables/NavigationService.html":{}}}],["isnavigationinsertitem",{"_index":653,"title":{},"body":{"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{},"miscellaneous/functions.html":{}}}],["isnavigationinsertitem(item",{"_index":1602,"title":{},"body":{"miscellaneous/functions.html":{}}}],["isnavigationinsertitem(navigationitem",{"_index":856,"title":{},"body":{"injectables/NavigationService.html":{}}}],["isnavigationitem",{"_index":573,"title":{},"body":{"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"injectables/NavigationService.html":{},"miscellaneous/functions.html":{}}}],["isnavigationitem(item",{"_index":595,"title":{},"body":{"components/NavigationComponent.html":{},"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"components/NavigationItemComponent.html":{},"interfaces/NavigationStatus.html":{},"miscellaneous/functions.html":{}}}],["isnavigationitem(navigationitem",{"_index":860,"title":{},"body":{"injectables/NavigationService.html":{}}}],["isopen",{"_index":157,"title":{},"body":{"components/AppsButtonComponent.html":{}}}],["issue",{"_index":1296,"title":{},"body":{"changelog.html":{}}}],["issues",{"_index":1287,"title":{},"body":{"changelog.html":{},"properties.html":{}}}],["isthemedensity",{"_index":420,"title":{},"body":{"components/LayoutComponent.html":{}}}],["isthemedensity(theme.density",{"_index":452,"title":{},"body":{"components/LayoutComponent.html":{}}}],["isvisible",{"_index":656,"title":{},"body":{"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{}}}],["isvisible$.pipe(catcherror(e",{"_index":821,"title":{},"body":{"injectables/NavigationService.html":{}}}],["isvisible(navigationitem",{"_index":863,"title":{},"body":{"interfaces/NavigationStatus.html":{}}}],["isvisiblearray",{"_index":812,"title":{},"body":{"injectables/NavigationService.html":{}}}],["isvisiblearray.reduce((acc",{"_index":837,"title":{},"body":{"injectables/NavigationService.html":{}}}],["item",{"_index":592,"title":{},"body":{"components/NavigationComponent.html":{},"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"components/NavigationItemComponent.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{},"changelog.html":{},"miscellaneous/functions.html":{},"license.html":{}}}],["item.children",{"_index":729,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["item.children.length",{"_index":730,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["item.component",{"_index":608,"title":{},"body":{"components/NavigationComponent.html":{}}}],["item.component.html",{"_index":669,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["item.component.scss",{"_index":668,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["item.component.ts",{"_index":663,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["item.component.ts:102",{"_index":688,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["item.component.ts:105",{"_index":690,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["item.component.ts:108",{"_index":680,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["item.component.ts:110",{"_index":687,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["item.component.ts:113",{"_index":682,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["item.component.ts:117",{"_index":694,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["item.component.ts:122",{"_index":679,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["item.component.ts:128",{"_index":691,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["item.component.ts:187",{"_index":684,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["item.component.ts:193",{"_index":685,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["item.component.ts:199",{"_index":683,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["item.component.ts:98",{"_index":681,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["item.label",{"_index":741,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["item.title",{"_index":640,"title":{},"body":{"components/NavigationComponent.html":{}}}],["item.ts",{"_index":642,"title":{},"body":{"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"interfaces/NavigationStatus.html":{},"miscellaneous/functions.html":{},"miscellaneous/typealiases.html":{}}}],["item.ts:39",{"_index":864,"title":{},"body":{"interfaces/NavigationStatus.html":{}}}],["item.value",{"_index":356,"title":{},"body":{"components/LanguageSelectorComponent.html":{}}}],["item/navigation",{"_index":607,"title":{},"body":{"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{}}}],["item['divider",{"_index":651,"title":{},"body":{"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"interfaces/NavigationStatus.html":{}}}],["item['insert",{"_index":654,"title":{},"body":{"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"interfaces/NavigationStatus.html":{}}}],["item['label",{"_index":662,"title":{},"body":{"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"interfaces/NavigationStatus.html":{}}}],["item['routerlink",{"_index":661,"title":{},"body":{"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"interfaces/NavigationStatus.html":{}}}],["item]'},{'name",{"_index":214,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["itemproperties",{"_index":1482,"title":{},"body":{"changelog.html":{}}}],["items",{"_index":574,"title":{},"body":{"components/NavigationComponent.html":{},"components/SettingsButtonComponent.html":{},"changelog.html":{}}}],["items.map(item",{"_index":950,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["itself",{"_index":2158,"title":{},"body":{"license.html":{}}}],["joinpath",{"_index":70,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{}}}],["joinpath(app.href",{"_index":102,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{}}}],["june",{"_index":1643,"title":{},"body":{"license.html":{}}}],["justify",{"_index":1009,"title":{},"body":{"components/SidenavComponent.html":{}}}],["keep",{"_index":2003,"title":{},"body":{"license.html":{}}}],["kernel",{"_index":1900,"title":{},"body":{"license.html":{}}}],["key",{"_index":2168,"title":{},"body":{"license.html":{}}}],["keygeneration",{"_index":1567,"title":{},"body":{"changelog.html":{}}}],["keys",{"_index":2138,"title":{},"body":{"license.html":{}}}],["keyvalue",{"_index":1115,"title":{},"body":{"components/VersionComponent.html":{}}}],["keyvaluepipe",{"_index":345,"title":{},"body":{"components/LanguageSelectorComponent.html":{},"components/VersionComponent.html":{}}}],["keywords",{"_index":2439,"title":{},"body":{"properties.html":{}}}],["kind",{"_index":1846,"title":{},"body":{"license.html":{}}}],["kinds",{"_index":1663,"title":{},"body":{"license.html":{}}}],["know",{"_index":1694,"title":{},"body":{"license.html":{}}}],["knowingly",{"_index":2318,"title":{},"body":{"license.html":{}}}],["knowledge",{"_index":2327,"title":{},"body":{"license.html":{}}}],["label",{"_index":77,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{},"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"interfaces/NavigationStatus.html":{}}}],["lang",{"_index":1232,"title":{},"body":{"changelog.html":{}}}],["language",{"_index":204,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{},"changelog.html":{},"license.html":{}}}],["languageselectorcomponent",{"_index":203,"title":{"components/LanguageSelectorComponent.html":{}},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["languageselectorservice",{"_index":349,"title":{},"body":{"components/LanguageSelectorComponent.html":{}}}],["larger",{"_index":2036,"title":{},"body":{"license.html":{}}}],["later",{"_index":2383,"title":{},"body":{"license.html":{},"properties.html":{}}}],["law",{"_index":1834,"title":{},"body":{"license.html":{}}}],["laws",{"_index":1804,"title":{},"body":{"license.html":{}}}],["lawsuit",{"_index":2288,"title":{},"body":{"license.html":{}}}],["layout",{"_index":377,"title":{},"body":{"components/LayoutComponent.html":{},"components/SidenavComponent.html":{},"changelog.html":{},"properties.html":{}}}],["layout'},{'name",{"_index":207,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["layout.component.html",{"_index":384,"title":{},"body":{"components/LayoutComponent.html":{}}}],["layout.component.scss",{"_index":383,"title":{},"body":{"components/LayoutComponent.html":{}}}],["layout.component.service",{"_index":426,"title":{},"body":{"components/LayoutComponent.html":{}}}],["layout/layout.component.service",{"_index":328,"title":{},"body":{"components/HeaderComponent.html":{},"components/SidenavToggleButtonComponent.html":{}}}],["layoutcomponent",{"_index":206,"title":{"components/LayoutComponent.html":{}},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["layoutcomponentservice",{"_index":300,"title":{"injectables/LayoutComponentService.html":{}},"body":{"components/HeaderComponent.html":{},"components/LayoutComponent.html":{},"injectables/LayoutComponentService.html":{},"components/SidenavToggleButtonComponent.html":{}}}],["layoutcomponentservice.collapsable",{"_index":339,"title":{},"body":{"components/HeaderComponent.html":{},"components/LayoutComponent.html":{}}}],["layoutcomponentservice.fixedbottomgap",{"_index":431,"title":{},"body":{"components/LayoutComponent.html":{}}}],["layoutcomponentservice.fixedtopgap",{"_index":433,"title":{},"body":{"components/LayoutComponent.html":{}}}],["layoutcomponentservice.mode",{"_index":437,"title":{},"body":{"components/LayoutComponent.html":{}}}],["layoutcomponentservice.opened",{"_index":341,"title":{},"body":{"components/HeaderComponent.html":{},"components/LayoutComponent.html":{},"components/SidenavToggleButtonComponent.html":{}}}],["layoutcomponentservice.pinned",{"_index":435,"title":{},"body":{"components/LayoutComponent.html":{}}}],["legal",{"_index":1728,"title":{},"body":{"license.html":{}}}],["legend",{"_index":192,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["level",{"_index":575,"title":{},"body":{"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{}}}],["li[rxap",{"_index":212,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["liability",{"_index":2184,"title":{},"body":{"license.html":{}}}],["liable",{"_index":1831,"title":{},"body":{"license.html":{}}}],["libraries",{"_index":1887,"title":{},"body":{"license.html":{}}}],["library",{"_index":2107,"title":{},"body":{"license.html":{}}}],["licence",{"_index":1245,"title":{},"body":{"changelog.html":{}}}],["license",{"_index":1640,"title":{"license.html":{}},"body":{"license.html":{},"properties.html":{}}}],["licensed",{"_index":1808,"title":{},"body":{"license.html":{}}}],["licensee",{"_index":1811,"title":{},"body":{"license.html":{}}}],["licensees",{"_index":1813,"title":{},"body":{"license.html":{}}}],["licenses",{"_index":1665,"title":{},"body":{"license.html":{}}}],["licensing",{"_index":2262,"title":{},"body":{"license.html":{}}}],["licensors",{"_index":2196,"title":{},"body":{"license.html":{}}}],["likewise",{"_index":2254,"title":{},"body":{"license.html":{}}}],["limit",{"_index":1993,"title":{},"body":{"license.html":{}}}],["limitation",{"_index":2408,"title":{},"body":{"license.html":{}}}],["limited",{"_index":2395,"title":{},"body":{"license.html":{}}}],["limiting",{"_index":2183,"title":{},"body":{"license.html":{}}}],["line",{"_index":60,"title":{},"body":{"injectables/AppUrlService.html":{},"injectables/AuthenticationServiceMock.html":{},"interfaces/ExternalApps.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/SidenavComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{}}}],["link",{"_index":2369,"title":{},"body":{"license.html":{}}}],["linked",{"_index":1919,"title":{},"body":{"license.html":{}}}],["list",{"_index":612,"title":{},"body":{"components/NavigationComponent.html":{},"changelog.html":{},"license.html":{}}}],["litigation",{"_index":2284,"title":{},"body":{"license.html":{}}}],["load",{"_index":1328,"title":{},"body":{"changelog.html":{}}}],["local",{"_index":2426,"title":{},"body":{"license.html":{}}}],["locale_id",{"_index":54,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{}}}],["localeid",{"_index":20,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{}}}],["localize",{"_index":353,"title":{},"body":{"components/LanguageSelectorComponent.html":{},"dependencies.html":{}}}],["localize@^18.0.3",{"_index":1626,"title":{},"body":{"index.html":{}}}],["log",{"_index":1167,"title":{},"body":{"changelog.html":{}}}],["logo",{"_index":492,"title":{},"body":{"injectables/LayoutComponentService.html":{},"changelog.html":{}}}],["logoconfig",{"_index":497,"title":{"interfaces/LogoConfig.html":{}},"body":{"injectables/LayoutComponentService.html":{},"interfaces/LogoConfig.html":{}}}],["logosrc",{"_index":387,"title":{},"body":{"components/LayoutComponent.html":{}}}],["logout",{"_index":1043,"title":{},"body":{"components/SignOutComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["logowidth",{"_index":388,"title":{},"body":{"components/LayoutComponent.html":{}}}],["long",{"_index":1945,"title":{},"body":{"license.html":{}}}],["loop",{"_index":634,"title":{},"body":{"components/NavigationComponent.html":{}}}],["loss",{"_index":2415,"title":{},"body":{"license.html":{}}}],["losses",{"_index":2418,"title":{},"body":{"license.html":{}}}],["machine",{"_index":2049,"title":{},"body":{"license.html":{}}}],["made",{"_index":2144,"title":{},"body":{"license.html":{}}}],["maintain",{"_index":2086,"title":{},"body":{"license.html":{}}}],["major",{"_index":1892,"title":{},"body":{"license.html":{}}}],["make",{"_index":1676,"title":{},"body":{"license.html":{}}}],["makes",{"_index":1965,"title":{},"body":{"license.html":{}}}],["making",{"_index":1819,"title":{},"body":{"license.html":{}}}],["manner",{"_index":2302,"title":{},"body":{"license.html":{}}}],["manufacturer",{"_index":1750,"title":{},"body":{"license.html":{}}}],["map",{"_index":753,"title":{},"body":{"components/NavigationProgressBarComponent.html":{},"injectables/NavigationService.html":{},"components/SettingsButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["map((children",{"_index":845,"title":{},"body":{"injectables/NavigationService.html":{}}}],["map((isvisible",{"_index":839,"title":{},"body":{"injectables/NavigationService.html":{}}}],["map((isvisiblearray",{"_index":836,"title":{},"body":{"injectables/NavigationService.html":{}}}],["map((navigationwithnullitems",{"_index":851,"title":{},"body":{"injectables/NavigationService.html":{}}}],["map((status",{"_index":816,"title":{},"body":{"injectables/NavigationService.html":{}}}],["map((statustoken",{"_index":813,"title":{},"body":{"injectables/NavigationService.html":{}}}],["map(app",{"_index":113,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{}}}],["map(data",{"_index":947,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["map(event",{"_index":757,"title":{},"body":{"components/NavigationProgressBarComponent.html":{}}}],["map(extractusernamefromprofile",{"_index":1095,"title":{},"body":{"components/UserProfileIconComponent.html":{}}}],["map(isvisible",{"_index":820,"title":{},"body":{"injectables/NavigationService.html":{}}}],["map(items",{"_index":949,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["march",{"_index":2352,"title":{},"body":{"license.html":{}}}],["margin",{"_index":360,"title":{},"body":{"components/LanguageSelectorComponent.html":{},"changelog.html":{}}}],["marked",{"_index":1739,"title":{},"body":{"license.html":{}}}],["marks",{"_index":2202,"title":{},"body":{"license.html":{}}}],["masks",{"_index":1806,"title":{},"body":{"license.html":{}}}],["mat",{"_index":365,"title":{},"body":{"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{}}}],["matbuttonmodule",{"_index":149,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/HeaderComponent.html":{},"components/LayoutComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{}}}],["matching",{"_index":123,"title":{},"body":{"injectables/AppUrlService.html":{},"components/AppsButtonComponent.html":{},"injectables/AuthenticationServiceMock.html":{},"interfaces/ExternalApps.html":{},"components/FooterComponent.html":{},"directives/FooterDirective.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"injectables/LayoutComponentService.html":{},"interfaces/LogoConfig.html":{},"components/NavigationComponent.html":{},"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{},"pipes/ReplaceRouterPathsPipe.html":{},"injectables/ReplaceRouterPathsService.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"injectables/SidenavComponentService.html":{},"directives/SidenavFooterDirective.html":{},"directives/SidenavHeaderDirective.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{},"changelog.html":{},"dependencies.html":{},"miscellaneous/functions.html":{},"index.html":{},"license.html":{},"modules.html":{},"overview.html":{},"properties.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["matdividermodule",{"_index":566,"title":{},"body":{"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/SidenavComponent.html":{}}}],["matdrawermode",{"_index":411,"title":{},"body":{"components/LayoutComponent.html":{},"injectables/LayoutComponentService.html":{}}}],["material",{"_index":1554,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["materially",{"_index":2159,"title":{},"body":{"license.html":{}}}],["matformfieldmodule",{"_index":289,"title":{},"body":{"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{}}}],["maticonmodule",{"_index":150,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/HeaderComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationItemComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["matmenumodule",{"_index":288,"title":{},"body":{"components/HeaderComponent.html":{},"components/LayoutComponent.html":{},"components/SettingsButtonComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["matoptionmodule",{"_index":293,"title":{},"body":{"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{}}}],["matprogressbarmodule",{"_index":745,"title":{},"body":{"components/NavigationProgressBarComponent.html":{}}}],["matripplemodule",{"_index":666,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["matselectmodule",{"_index":291,"title":{},"body":{"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{}}}],["matsidenav",{"_index":405,"title":{},"body":{"components/LayoutComponent.html":{}}}],["matsidenavmodule",{"_index":378,"title":{},"body":{"components/LayoutComponent.html":{}}}],["matslidetogglemodule",{"_index":295,"title":{},"body":{"components/HeaderComponent.html":{}}}],["mattoolbarmodule",{"_index":258,"title":{},"body":{"components/FooterComponent.html":{},"components/HeaderComponent.html":{}}}],["mdi",{"_index":1315,"title":{},"body":{"changelog.html":{}}}],["meaning",{"_index":2212,"title":{},"body":{"license.html":{}}}],["means",{"_index":1803,"title":{},"body":{"license.html":{}}}],["measure",{"_index":1973,"title":{},"body":{"license.html":{}}}],["measures",{"_index":1985,"title":{},"body":{"license.html":{}}}],["mediamatcher",{"_index":498,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["mediamatcher.matchmedia('(max",{"_index":526,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["medium",{"_index":1999,"title":{},"body":{"license.html":{}}}],["meet",{"_index":2013,"title":{},"body":{"license.html":{}}}],["meets",{"_index":1871,"title":{},"body":{"license.html":{}}}],["menu",{"_index":1035,"title":{},"body":{"components/SidenavToggleButtonComponent.html":{},"changelog.html":{},"license.html":{}}}],["menu_open",{"_index":1036,"title":{},"body":{"components/SidenavToggleButtonComponent.html":{}}}],["merchantability",{"_index":2396,"title":{},"body":{"license.html":{}}}],["mere",{"_index":1849,"title":{},"body":{"license.html":{}}}],["merge",{"_index":1422,"title":{},"body":{"changelog.html":{}}}],["merging",{"_index":2273,"title":{},"body":{"license.html":{}}}],["merzough",{"_index":1470,"title":{},"body":{"changelog.html":{},"properties.html":{}}}],["met",{"_index":1935,"title":{},"body":{"license.html":{}}}],["metadata",{"_index":137,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"directives/FooterDirective.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"pipes/ReplaceRouterPathsPipe.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"directives/SidenavFooterDirective.html":{},"directives/SidenavHeaderDirective.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{},"changelog.html":{}}}],["method",{"_index":823,"title":{},"body":{"injectables/NavigationService.html":{},"changelog.html":{}}}],["methods",{"_index":9,"title":{},"body":{"injectables/AppUrlService.html":{},"injectables/AuthenticationServiceMock.html":{},"injectables/LayoutComponentService.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{},"pipes/ReplaceRouterPathsPipe.html":{},"injectables/ReplaceRouterPathsService.html":{},"components/SettingsButtonComponent.html":{},"injectables/SidenavComponentService.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/WindowContainerSidenavComponent.html":{},"license.html":{}}}],["min",{"_index":1004,"title":{},"body":{"components/SidenavComponent.html":{},"changelog.html":{}}}],["miscellaneous",{"_index":1593,"title":{"miscellaneous/functions.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}},"body":{"miscellaneous/functions.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["misrepresentation",{"_index":2191,"title":{},"body":{"license.html":{}}}],["missing",{"_index":1500,"title":{},"body":{"changelog.html":{}}}],["mmuenker@digitaix.com",{"_index":1472,"title":{},"body":{"changelog.html":{}}}],["mobile",{"_index":528,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["mobilequery",{"_index":525,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["mobilequery.addeventlistener('change",{"_index":551,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["mobilequery.matches",{"_index":529,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["mockspeerdependency",{"_index":1516,"title":{},"body":{"changelog.html":{}}}],["mode",{"_index":493,"title":{},"body":{"injectables/LayoutComponentService.html":{},"components/SettingsButtonComponent.html":{},"changelog.html":{},"license.html":{}}}],["model",{"_index":2066,"title":{},"body":{"license.html":{}}}],["modetype",{"_index":1501,"title":{},"body":{"changelog.html":{}}}],["modification",{"_index":1799,"title":{},"body":{"license.html":{}}}],["modifications",{"_index":1874,"title":{},"body":{"license.html":{}}}],["modified",{"_index":1738,"title":{},"body":{"license.html":{}}}],["modifies",{"_index":2018,"title":{},"body":{"license.html":{}}}],["modify",{"_index":1707,"title":{},"body":{"license.html":{}}}],["modifying",{"_index":1838,"title":{},"body":{"license.html":{}}}],["module",{"_index":62,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{},"changelog.html":{}}}],["module.value.hash",{"_index":1123,"title":{},"body":{"components/VersionComponent.html":{}}}],["module.value.name",{"_index":1121,"title":{},"body":{"components/VersionComponent.html":{}}}],["module.value.semantic",{"_index":1122,"title":{},"body":{"components/VersionComponent.html":{}}}],["modules",{"_index":1111,"title":{"modules.html":{}},"body":{"components/VersionComponent.html":{},"modules.html":{}}}],["mono",{"_index":1423,"title":{},"body":{"changelog.html":{}}}],["more",{"_index":2068,"title":{},"body":{"license.html":{}}}],["moreover",{"_index":2241,"title":{},"body":{"license.html":{}}}],["move",{"_index":1289,"title":{},"body":{"changelog.html":{}}}],["mv",{"_index":1553,"title":{},"body":{"changelog.html":{}}}],["münker",{"_index":1471,"title":{},"body":{"changelog.html":{},"properties.html":{}}}],["name",{"_index":28,"title":{},"body":{"injectables/AppUrlService.html":{},"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"directives/FooterDirective.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"injectables/LayoutComponentService.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{},"pipes/ReplaceRouterPathsPipe.html":{},"injectables/ReplaceRouterPathsService.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"injectables/SidenavComponentService.html":{},"directives/SidenavFooterDirective.html":{},"directives/SidenavHeaderDirective.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{},"changelog.html":{},"miscellaneous/functions.html":{}}}],["names",{"_index":2195,"title":{},"body":{"license.html":{}}}],["nature",{"_index":2033,"title":{},"body":{"license.html":{}}}],["nav",{"_index":709,"title":{},"body":{"components/NavigationItemComponent.html":{},"components/SidenavComponent.html":{}}}],["navigate",{"_index":16,"title":{},"body":{"injectables/AppUrlService.html":{},"changelog.html":{}}}],["navigate(appid",{"_index":49,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{}}}],["navigating",{"_index":748,"title":{},"body":{"components/NavigationProgressBarComponent.html":{}}}],["navigation",{"_index":213,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{},"changelog.html":{},"miscellaneous/typealiases.html":{}}}],["navigation.component",{"_index":704,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["navigation.component.html",{"_index":569,"title":{},"body":{"components/NavigationComponent.html":{}}}],["navigation.component.scss",{"_index":568,"title":{},"body":{"components/NavigationComponent.html":{}}}],["navigation.map((navigationitem",{"_index":849,"title":{},"body":{"injectables/NavigationService.html":{}}}],["navigation.push",{"_index":858,"title":{},"body":{"injectables/NavigationService.html":{}}}],["navigation.push(navigationitem",{"_index":862,"title":{},"body":{"injectables/NavigationService.html":{}}}],["navigation.service",{"_index":609,"title":{},"body":{"components/NavigationComponent.html":{}}}],["navigation/navigation.component",{"_index":425,"title":{},"body":{"components/LayoutComponent.html":{},"components/SidenavComponent.html":{}}}],["navigation]'},{'name",{"_index":210,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["navigationbutton",{"_index":1575,"title":{},"body":{"changelog.html":{}}}],["navigationcancel",{"_index":751,"title":{},"body":{"components/NavigationProgressBarComponent.html":{}}}],["navigationcomponent",{"_index":208,"title":{"components/NavigationComponent.html":{}},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{},"changelog.html":{}}}],["navigationdivideritem",{"_index":590,"title":{"interfaces/NavigationDividerItem.html":{}},"body":{"components/NavigationComponent.html":{},"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"components/NavigationItemComponent.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{},"miscellaneous/functions.html":{}}}],["navigationend",{"_index":700,"title":{},"body":{"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{}}}],["navigationinsertitem",{"_index":650,"title":{"interfaces/NavigationInsertItem.html":{}},"body":{"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"interfaces/NavigationStatus.html":{},"miscellaneous/functions.html":{}}}],["navigationitem",{"_index":589,"title":{"interfaces/NavigationItem.html":{}},"body":{"components/NavigationComponent.html":{},"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"components/NavigationItemComponent.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{},"miscellaneous/functions.html":{}}}],["navigationitem.status",{"_index":810,"title":{},"body":{"injectables/NavigationService.html":{}}}],["navigationitemcomponent",{"_index":211,"title":{"components/NavigationItemComponent.html":{}},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{},"changelog.html":{}}}],["navigationitemornull",{"_index":841,"title":{},"body":{"injectables/NavigationService.html":{}}}],["navigationitemornull.children",{"_index":844,"title":{},"body":{"injectables/NavigationService.html":{}}}],["navigationitemornull.children?.length",{"_index":842,"title":{},"body":{"injectables/NavigationService.html":{}}}],["navigationitems",{"_index":1488,"title":{},"body":{"changelog.html":{}}}],["navigationprogressbarcomponent",{"_index":215,"title":{"components/NavigationProgressBarComponent.html":{}},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["navigationservice",{"_index":580,"title":{"injectables/NavigationService.html":{}},"body":{"components/NavigationComponent.html":{},"injectables/NavigationService.html":{}}}],["navigationstart",{"_index":752,"title":{},"body":{"components/NavigationProgressBarComponent.html":{}}}],["navigationstatus",{"_index":655,"title":{"interfaces/NavigationStatus.html":{}},"body":{"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"interfaces/NavigationStatus.html":{}}}],["navigationwithinserts",{"_index":649,"title":{},"body":{"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["navigationwithnullitems",{"_index":853,"title":{},"body":{"injectables/NavigationService.html":{}}}],["necessary",{"_index":2404,"title":{},"body":{"license.html":{}}}],["need",{"_index":1698,"title":{},"body":{"license.html":{}}}],["needed",{"_index":1775,"title":{},"body":{"license.html":{}}}],["nest",{"_index":1427,"title":{},"body":{"changelog.html":{}}}],["network",{"_index":1852,"title":{},"body":{"license.html":{}}}],["neutral",{"_index":614,"title":{},"body":{"components/NavigationComponent.html":{}}}],["new",{"_index":106,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{},"directives/FooterDirective.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"injectables/NavigationService.html":{},"components/SettingsButtonComponent.html":{},"injectables/SidenavComponentService.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/WindowContainerSidenavComponent.html":{},"changelog.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["next",{"_index":59,"title":{},"body":{"injectables/AppUrlService.html":{},"injectables/AuthenticationServiceMock.html":{},"interfaces/ExternalApps.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/SidenavComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"license.html":{}}}],["next.0",{"_index":1477,"title":{},"body":{"changelog.html":{}}}],["next.1",{"_index":1461,"title":{},"body":{"changelog.html":{}}}],["next.2",{"_index":1460,"title":{},"body":{"changelog.html":{}}}],["next.3",{"_index":1459,"title":{},"body":{"changelog.html":{}}}],["ng",{"_index":363,"title":{},"body":{"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"changelog.html":{}}}],["ngafterviewinit",{"_index":731,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["ngclass",{"_index":287,"title":{},"body":{"components/HeaderComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationItemComponent.html":{},"components/SidenavComponent.html":{}}}],["ngfor",{"_index":148,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/NavigationComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["ngif",{"_index":147,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["ngonchanges(changes",{"_index":725,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["ngondestroy",{"_index":189,"title":{},"body":{"components/AppsButtonComponent.html":{},"directives/FooterDirective.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/SettingsButtonComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["ngoninit",{"_index":181,"title":{},"body":{"components/AppsButtonComponent.html":{},"directives/FooterDirective.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/SettingsButtonComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["ngoptimizedimage",{"_index":151,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/LayoutComponent.html":{}}}],["ngstyle",{"_index":382,"title":{},"body":{"components/LayoutComponent.html":{}}}],["ngtemplateoutlet",{"_index":979,"title":{},"body":{"components/SidenavComponent.html":{}}}],["ngx",{"_index":2440,"title":{},"body":{"properties.html":{}}}],["non",{"_index":1794,"title":{},"body":{"license.html":{}}}],["noncommercially",{"_index":2075,"title":{},"body":{"license.html":{}}}],["none",{"_index":486,"title":{},"body":{"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["normal",{"_index":971,"title":{},"body":{"components/SettingsButtonComponent.html":{},"license.html":{}}}],["normally",{"_index":2111,"title":{},"body":{"license.html":{}}}],["not(.mat",{"_index":461,"title":{},"body":{"components/LayoutComponent.html":{}}}],["notable",{"_index":1168,"title":{},"body":{"changelog.html":{}}}],["note",{"_index":1182,"title":{},"body":{"changelog.html":{}}}],["nothing",{"_index":2255,"title":{},"body":{"license.html":{}}}],["notice",{"_index":1863,"title":{},"body":{"license.html":{}}}],["notices",{"_index":1858,"title":{},"body":{"license.html":{}}}],["notifies",{"_index":2242,"title":{},"body":{"license.html":{}}}],["notify",{"_index":2236,"title":{},"body":{"license.html":{}}}],["notwithstanding",{"_index":2179,"title":{},"body":{"license.html":{}}}],["nrwl",{"_index":1439,"title":{},"body":{"changelog.html":{}}}],["nrwl/angular",{"_index":1467,"title":{},"body":{"changelog.html":{}}}],["nrwl/angular13.x.x",{"_index":1464,"title":{},"body":{"changelog.html":{}}}],["null",{"_index":37,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{},"injectables/LayoutComponentService.html":{},"components/NavigationItemComponent.html":{},"injectables/NavigationService.html":{},"components/SettingsButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["number",{"_index":400,"title":{},"body":{"components/LayoutComponent.html":{},"interfaces/LogoConfig.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/WindowContainerSidenavComponent.html":{},"license.html":{}}}],["numbered",{"_index":2382,"title":{},"body":{"license.html":{}}}],["nx",{"_index":1635,"title":{},"body":{"index.html":{}}}],["nx/devkit",{"_index":1582,"title":{},"body":{"dependencies.html":{}}}],["nx/enforce",{"_index":61,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{}}}],["object",{"_index":1875,"title":{},"body":{"license.html":{}}}],["object.entries(inserts).foreach",{"_index":792,"title":{},"body":{"injectables/NavigationService.html":{}}}],["obligate",{"_index":2364,"title":{},"body":{"license.html":{}}}],["obligated",{"_index":2092,"title":{},"body":{"license.html":{}}}],["obligations",{"_index":1975,"title":{},"body":{"license.html":{}}}],["observable",{"_index":648,"title":{},"body":{"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"components/NavigationProgressBarComponent.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{},"pipes/ReplaceRouterPathsPipe.html":{},"injectables/ReplaceRouterPathsService.html":{}}}],["observecurrentthemedensity",{"_index":518,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["occasionally",{"_index":2074,"title":{},"body":{"license.html":{}}}],["occurring",{"_index":2252,"title":{},"body":{"license.html":{}}}],["occurs",{"_index":1758,"title":{},"body":{"license.html":{}}}],["of(false",{"_index":826,"title":{},"body":{"injectables/NavigationService.html":{}}}],["of(isvisible",{"_index":818,"title":{},"body":{"injectables/NavigationService.html":{}}}],["of(navigationitem",{"_index":811,"title":{},"body":{"injectables/NavigationService.html":{}}}],["of(navigationitemornull",{"_index":846,"title":{},"body":{"injectables/NavigationService.html":{}}}],["of(null",{"_index":847,"title":{},"body":{"injectables/NavigationService.html":{}}}],["of(routerlink",{"_index":881,"title":{},"body":{"injectables/ReplaceRouterPathsService.html":{}}}],["offer",{"_index":1726,"title":{},"body":{"license.html":{}}}],["offered",{"_index":2101,"title":{},"body":{"license.html":{}}}],["offering",{"_index":2078,"title":{},"body":{"license.html":{}}}],["official",{"_index":1877,"title":{},"body":{"license.html":{}}}],["onchanges",{"_index":664,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["ondestroy",{"_index":136,"title":{},"body":{"components/AppsButtonComponent.html":{},"directives/FooterDirective.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/SettingsButtonComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["one",{"_index":834,"title":{},"body":{"injectables/NavigationService.html":{},"license.html":{}}}],["oninit",{"_index":135,"title":{},"body":{"components/AppsButtonComponent.html":{},"directives/FooterDirective.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/SettingsButtonComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["openchangelogdialog",{"_index":894,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["opened",{"_index":301,"title":{},"body":{"components/HeaderComponent.html":{},"components/LayoutComponent.html":{},"injectables/LayoutComponentService.html":{},"components/SidenavToggleButtonComponent.html":{}}}],["openwindowsidenav",{"_index":1050,"title":{},"body":{"components/ToggleWindowSidenavButtonComponent.html":{}}}],["openwindowsidenavchange",{"_index":1052,"title":{},"body":{"components/ToggleWindowSidenavButtonComponent.html":{}}}],["opera",{"_index":489,"title":{},"body":{"components/LayoutComponent.html":{}}}],["operate",{"_index":2421,"title":{},"body":{"license.html":{}}}],["operated",{"_index":2083,"title":{},"body":{"license.html":{}}}],["operating",{"_index":1901,"title":{},"body":{"license.html":{}}}],["operation",{"_index":1994,"title":{},"body":{"license.html":{}}}],["option",{"_index":2177,"title":{},"body":{"license.html":{}}}],["optional",{"_index":30,"title":{},"body":{"injectables/AppUrlService.html":{},"components/AppsButtonComponent.html":{},"interfaces/ExternalApps.html":{},"components/FooterComponent.html":{},"directives/FooterDirective.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"injectables/LayoutComponentService.html":{},"interfaces/LogoConfig.html":{},"components/NavigationComponent.html":{},"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationItem.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{},"pipes/ReplaceRouterPathsPipe.html":{},"injectables/ReplaceRouterPathsService.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"injectables/SidenavComponentService.html":{},"directives/SidenavFooterDirective.html":{},"directives/SidenavHeaderDirective.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{},"miscellaneous/functions.html":{}}}],["optional()@inject(rxap_header_component",{"_index":312,"title":{},"body":{"components/HeaderComponent.html":{}}}],["options",{"_index":1600,"title":{},"body":{"miscellaneous/functions.html":{},"license.html":{}}}],["order",{"_index":1251,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["organization",{"_index":2270,"title":{},"body":{"license.html":{}}}],["organizations",{"_index":1814,"title":{},"body":{"license.html":{}}}],["origin",{"_index":2192,"title":{},"body":{"license.html":{}}}],["original",{"_index":2193,"title":{},"body":{"license.html":{}}}],["others",{"_index":1700,"title":{},"body":{"license.html":{}}}],["otherwise",{"_index":1946,"title":{},"body":{"license.html":{}}}],["out",{"_index":1040,"title":{},"body":{"components/SignOutComponent.html":{},"license.html":{}}}],["out'},{'name",{"_index":229,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["out.component.html",{"_index":1042,"title":{},"body":{"components/SignOutComponent.html":{}}}],["out.component.scss",{"_index":1041,"title":{},"body":{"components/SignOutComponent.html":{}}}],["out.component.ts",{"_index":1039,"title":{},"body":{"components/SignOutComponent.html":{}}}],["out.component.ts:17",{"_index":1045,"title":{},"body":{"components/SignOutComponent.html":{}}}],["out.component.ts:24",{"_index":1046,"title":{},"body":{"components/SignOutComponent.html":{}}}],["out/sign",{"_index":1038,"title":{},"body":{"components/SignOutComponent.html":{}}}],["outline",{"_index":1106,"title":{},"body":{"components/UserProfileIconComponent.html":{}}}],["output",{"_index":1056,"title":{},"body":{"components/ToggleWindowSidenavButtonComponent.html":{},"license.html":{}}}],["outputs",{"_index":1051,"title":{},"body":{"components/ToggleWindowSidenavButtonComponent.html":{}}}],["outside",{"_index":1958,"title":{},"body":{"license.html":{}}}],["over",{"_index":535,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["overflow",{"_index":712,"title":{},"body":{"components/NavigationItemComponent.html":{},"components/SidenavComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["overlay",{"_index":678,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["overscroll",{"_index":1253,"title":{},"body":{"changelog.html":{}}}],["overview",{"_index":2437,"title":{"overview.html":{}},"body":{"overview.html":{}}}],["owned",{"_index":2298,"title":{},"body":{"license.html":{}}}],["package",{"_index":1184,"title":{"dependencies.html":{},"properties.html":{}},"body":{"changelog.html":{},"index.html":{}}}],["packaged",{"_index":2025,"title":{},"body":{"license.html":{}}}],["packagedependencies",{"_index":1435,"title":{},"body":{"changelog.html":{}}}],["packagerxap/material",{"_index":1555,"title":{},"body":{"changelog.html":{}}}],["packages",{"_index":1247,"title":{},"body":{"changelog.html":{},"properties.html":{}}}],["packaging",{"_index":1891,"title":{},"body":{"license.html":{}}}],["padding",{"_index":368,"title":{},"body":{"components/LanguageSelectorComponent.html":{},"components/SidenavComponent.html":{},"components/VersionComponent.html":{},"changelog.html":{}}}],["paragraph",{"_index":2226,"title":{},"body":{"license.html":{}}}],["paragraphs",{"_index":2310,"title":{},"body":{"license.html":{}}}],["param",{"_index":800,"title":{},"body":{"injectables/NavigationService.html":{}}}],["parameters",{"_index":26,"title":{},"body":{"injectables/AppUrlService.html":{},"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"directives/FooterDirective.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"injectables/LayoutComponentService.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{},"pipes/ReplaceRouterPathsPipe.html":{},"injectables/ReplaceRouterPathsService.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"injectables/SidenavComponentService.html":{},"directives/SidenavFooterDirective.html":{},"directives/SidenavHeaderDirective.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{},"miscellaneous/functions.html":{}}}],["part",{"_index":1816,"title":{},"body":{"license.html":{}}}],["particular",{"_index":1883,"title":{},"body":{"license.html":{}}}],["parties",{"_index":1848,"title":{},"body":{"license.html":{}}}],["parts",{"_index":1927,"title":{},"body":{"license.html":{}}}],["party",{"_index":2084,"title":{},"body":{"license.html":{}}}],["party's",{"_index":2275,"title":{},"body":{"license.html":{}}}],["pass",{"_index":1713,"title":{},"body":{"license.html":{}}}],["password",{"_index":2167,"title":{},"body":{"license.html":{}}}],["patent",{"_index":2225,"title":{},"body":{"license.html":{}}}],["patents",{"_index":1779,"title":{},"body":{"license.html":{}}}],["path",{"_index":41,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{},"changelog.html":{}}}],["paths.pipe.ts",{"_index":868,"title":{},"body":{"pipes/ReplaceRouterPathsPipe.html":{}}}],["paths.pipe.ts:14",{"_index":874,"title":{},"body":{"pipes/ReplaceRouterPathsPipe.html":{}}}],["paths.pipe.ts:18",{"_index":871,"title":{},"body":{"pipes/ReplaceRouterPathsPipe.html":{}}}],["paths.service",{"_index":877,"title":{},"body":{"pipes/ReplaceRouterPathsPipe.html":{}}}],["paths.service.ts",{"_index":879,"title":{},"body":{"injectables/ReplaceRouterPathsService.html":{}}}],["paths.service.ts:10",{"_index":880,"title":{},"body":{"injectables/ReplaceRouterPathsService.html":{}}}],["pattern",{"_index":1756,"title":{},"body":{"license.html":{}}}],["payment",{"_index":2347,"title":{},"body":{"license.html":{}}}],["peer",{"_index":1278,"title":{},"body":{"changelog.html":{},"dependencies.html":{},"index.html":{},"license.html":{}}}],["peers",{"_index":2099,"title":{},"body":{"license.html":{}}}],["performance",{"_index":2400,"title":{},"body":{"license.html":{}}}],["performing",{"_index":1913,"title":{},"body":{"license.html":{}}}],["permanently",{"_index":2234,"title":{},"body":{"license.html":{}}}],["permission",{"_index":1729,"title":{},"body":{"license.html":{}}}],["permissions",{"_index":84,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{},"license.html":{}}}],["permissive",{"_index":2006,"title":{},"body":{"license.html":{}}}],["permit",{"_index":2043,"title":{},"body":{"license.html":{}}}],["permits",{"_index":2215,"title":{},"body":{"license.html":{}}}],["permitted",{"_index":1653,"title":{},"body":{"license.html":{}}}],["perpetuity",{"_index":2148,"title":{},"body":{"license.html":{}}}],["personal",{"_index":2110,"title":{},"body":{"license.html":{}}}],["pertinent",{"_index":2362,"title":{},"body":{"license.html":{}}}],["physical",{"_index":2053,"title":{},"body":{"license.html":{}}}],["physically",{"_index":2071,"title":{},"body":{"license.html":{}}}],["pieces",{"_index":1693,"title":{},"body":{"license.html":{}}}],["pinned",{"_index":389,"title":{},"body":{"components/LayoutComponent.html":{},"injectables/LayoutComponentService.html":{}}}],["pipe",{"_index":627,"title":{"pipes/ReplaceRouterPathsPipe.html":{}},"body":{"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"injectables/NavigationService.html":{},"pipes/ReplaceRouterPathsPipe.html":{},"overview.html":{}}}],["pipes",{"_index":866,"title":{},"body":{"pipes/ReplaceRouterPathsPipe.html":{}}}],["pipetransform",{"_index":875,"title":{},"body":{"pipes/ReplaceRouterPathsPipe.html":{}}}],["place",{"_index":2080,"title":{},"body":{"license.html":{}}}],["plugins",{"_index":1426,"title":{},"body":{"changelog.html":{}}}],["plus",{"_index":2278,"title":{},"body":{"license.html":{}}}],["point",{"_index":1204,"title":{},"body":{"changelog.html":{}}}],["pointer",{"_index":1104,"title":{},"body":{"components/UserProfileIconComponent.html":{}}}],["portal",{"_index":1151,"title":{},"body":{"components/WindowContainerSidenavComponent.html":{}}}],["portal.detach",{"_index":1163,"title":{},"body":{"components/WindowContainerSidenavComponent.html":{}}}],["portalmodule",{"_index":259,"title":{},"body":{"components/FooterComponent.html":{},"components/SettingsButtonComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["portals",{"_index":1129,"title":{},"body":{"components/WindowContainerSidenavComponent.html":{}}}],["portion",{"_index":2104,"title":{},"body":{"license.html":{}}}],["position",{"_index":1059,"title":{},"body":{"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["possesses",{"_index":2067,"title":{},"body":{"license.html":{}}}],["possession",{"_index":2022,"title":{},"body":{"license.html":{}}}],["possibility",{"_index":2424,"title":{},"body":{"license.html":{}}}],["power",{"_index":1987,"title":{},"body":{"license.html":{}}}],["practical",{"_index":1666,"title":{},"body":{"license.html":{}}}],["practice",{"_index":1765,"title":{},"body":{"license.html":{}}}],["preamble",{"_index":1661,"title":{},"body":{"license.html":{}}}],["precise",{"_index":1795,"title":{},"body":{"license.html":{}}}],["precisely",{"_index":1762,"title":{},"body":{"license.html":{}}}],["predecessor",{"_index":2276,"title":{},"body":{"license.html":{}}}],["preferred",{"_index":1873,"title":{},"body":{"license.html":{}}}],["present",{"_index":2375,"title":{},"body":{"license.html":{}}}],["presents",{"_index":1868,"title":{},"body":{"license.html":{}}}],["preservation",{"_index":2186,"title":{},"body":{"license.html":{}}}],["preset",{"_index":970,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["prevent",{"_index":1699,"title":{},"body":{"license.html":{}}}],["prevented",{"_index":2142,"title":{},"body":{"license.html":{}}}],["previewdensity",{"_index":895,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["previewdensity(density",{"_index":910,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["previewtheme",{"_index":896,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["previewtheme(theme",{"_index":913,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["previewtypography",{"_index":897,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["previewtypography(typography",{"_index":915,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["previous",{"_index":1743,"title":{},"body":{"license.html":{}}}],["price",{"_index":1688,"title":{},"body":{"license.html":{}}}],["primarily",{"_index":2349,"title":{},"body":{"license.html":{}}}],["prior",{"_index":2237,"title":{},"body":{"license.html":{}}}],["private",{"_index":88,"title":{},"body":{"injectables/AppUrlService.html":{},"components/AppsButtonComponent.html":{},"interfaces/ExternalApps.html":{},"directives/FooterDirective.html":{},"components/LayoutComponent.html":{},"injectables/LayoutComponentService.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"injectables/NavigationService.html":{},"components/SettingsButtonComponent.html":{},"components/SignOutComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{},"license.html":{}}}],["problems",{"_index":1740,"title":{},"body":{"license.html":{}}}],["procedures",{"_index":2137,"title":{},"body":{"license.html":{}}}],["procuring",{"_index":2336,"title":{},"body":{"license.html":{}}}],["produce",{"_index":1904,"title":{},"body":{"license.html":{}}}],["product",{"_index":2054,"title":{},"body":{"license.html":{}}}],["production",{"_index":1233,"title":{},"body":{"changelog.html":{}}}],["products",{"_index":1760,"title":{},"body":{"license.html":{}}}],["profile",{"_index":234,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["profile.email",{"_index":1087,"title":{},"body":{"components/UserProfileIconComponent.html":{},"miscellaneous/variables.html":{}}}],["profile.name",{"_index":1088,"title":{},"body":{"components/UserProfileIconComponent.html":{},"miscellaneous/variables.html":{}}}],["profile.username",{"_index":1086,"title":{},"body":{"components/UserProfileIconComponent.html":{},"miscellaneous/variables.html":{}}}],["program",{"_index":1675,"title":{},"body":{"license.html":{}}}],["program's",{"_index":1998,"title":{},"body":{"license.html":{}}}],["programming",{"_index":1884,"title":{},"body":{"license.html":{}}}],["programs",{"_index":1685,"title":{},"body":{"license.html":{}}}],["progress",{"_index":216,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["prohibit",{"_index":1764,"title":{},"body":{"license.html":{}}}],["prohibiting",{"_index":1983,"title":{},"body":{"license.html":{}}}],["prohibits",{"_index":2343,"title":{},"body":{"license.html":{}}}],["project",{"_index":1170,"title":{},"body":{"changelog.html":{}}}],["prominent",{"_index":1870,"title":{},"body":{"license.html":{}}}],["prominently",{"_index":1861,"title":{},"body":{"license.html":{}}}],["promise",{"_index":39,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{},"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"interfaces/NavigationStatus.html":{}}}],["propagate",{"_index":1827,"title":{},"body":{"license.html":{}}}],["propagating",{"_index":2259,"title":{},"body":{"license.html":{}}}],["propagation",{"_index":1839,"title":{},"body":{"license.html":{}}}],["properties",{"_index":156,"title":{"properties.html":{}},"body":{"components/AppsButtonComponent.html":{},"interfaces/ExternalApps.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"injectables/LayoutComponentService.html":{},"interfaces/LogoConfig.html":{},"components/NavigationComponent.html":{},"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"injectables/NavigationService.html":{},"pipes/ReplaceRouterPathsPipe.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"injectables/SidenavComponentService.html":{},"directives/SidenavFooterDirective.html":{},"directives/SidenavHeaderDirective.html":{},"components/SidenavToggleButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{},"properties.html":{}}}],["property",{"_index":473,"title":{},"body":{"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/SidenavComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"changelog.html":{},"license.html":{}}}],["proprietary",{"_index":1790,"title":{},"body":{"license.html":{}}}],["protect",{"_index":1696,"title":{},"body":{"license.html":{}}}],["protecting",{"_index":1754,"title":{},"body":{"license.html":{}}}],["protection",{"_index":1731,"title":{},"body":{"license.html":{}}}],["protocols",{"_index":2164,"title":{},"body":{"license.html":{}}}],["prove",{"_index":2401,"title":{},"body":{"license.html":{}}}],["provide",{"_index":1951,"title":{},"body":{"license.html":{}}}],["provided",{"_index":1866,"title":{},"body":{"license.html":{}}}],["providedin",{"_index":85,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{},"injectables/LayoutComponentService.html":{},"injectables/NavigationService.html":{},"injectables/ReplaceRouterPathsService.html":{},"injectables/SidenavComponentService.html":{},"components/UserProfileIconComponent.html":{},"miscellaneous/variables.html":{}}}],["providersupport",{"_index":1559,"title":{},"body":{"changelog.html":{}}}],["provision",{"_index":1773,"title":{},"body":{"license.html":{}}}],["provisionally",{"_index":2231,"title":{},"body":{"license.html":{}}}],["proxy",{"_index":2387,"title":{},"body":{"license.html":{}}}],["proxy's",{"_index":2389,"title":{},"body":{"license.html":{}}}],["public",{"_index":10,"title":{},"body":{"injectables/AppUrlService.html":{},"components/AppsButtonComponent.html":{},"injectables/AuthenticationServiceMock.html":{},"interfaces/ExternalApps.html":{},"components/FooterComponent.html":{},"directives/FooterDirective.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"injectables/LayoutComponentService.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"injectables/NavigationService.html":{},"pipes/ReplaceRouterPathsPipe.html":{},"injectables/ReplaceRouterPathsService.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"injectables/SidenavComponentService.html":{},"directives/SidenavFooterDirective.html":{},"directives/SidenavHeaderDirective.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{},"license.html":{}}}],["publicity",{"_index":2194,"title":{},"body":{"license.html":{}}}],["publicly",{"_index":2166,"title":{},"body":{"license.html":{}}}],["publish",{"_index":2002,"title":{},"body":{"license.html":{}}}],["publishable",{"_index":1246,"title":{},"body":{"changelog.html":{}}}],["published",{"_index":2384,"title":{},"body":{"license.html":{}}}],["purpose",{"_index":1783,"title":{},"body":{"license.html":{}}}],["purposes",{"_index":2114,"title":{},"body":{"license.html":{}}}],["pursuant",{"_index":2333,"title":{},"body":{"license.html":{}}}],["qualify",{"_index":2248,"title":{},"body":{"license.html":{}}}],["quality",{"_index":2399,"title":{},"body":{"license.html":{}}}],["radio_button_checked",{"_index":458,"title":{},"body":{"components/LayoutComponent.html":{}}}],["radio_button_unchecked",{"_index":457,"title":{},"body":{"components/LayoutComponent.html":{}}}],["radius",{"_index":999,"title":{},"body":{"components/SidenavComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["readable",{"_index":2050,"title":{},"body":{"license.html":{}}}],["readily",{"_index":2320,"title":{},"body":{"license.html":{}}}],["reading",{"_index":2170,"title":{},"body":{"license.html":{}}}],["readme",{"_index":1277,"title":{},"body":{"changelog.html":{}}}],["readonly",{"_index":91,"title":{},"body":{"injectables/AppUrlService.html":{},"components/AppsButtonComponent.html":{},"interfaces/ExternalApps.html":{},"components/FooterComponent.html":{},"directives/FooterDirective.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"injectables/LayoutComponentService.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"injectables/NavigationService.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"injectables/SidenavComponentService.html":{},"directives/SidenavFooterDirective.html":{},"directives/SidenavHeaderDirective.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/UserProfileIconComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["ready",{"_index":1771,"title":{},"body":{"license.html":{}}}],["reason",{"_index":2331,"title":{},"body":{"license.html":{}}}],["reasonable",{"_index":2069,"title":{},"body":{"license.html":{}}}],["receipt",{"_index":2246,"title":{},"body":{"license.html":{}}}],["receive",{"_index":1691,"title":{},"body":{"license.html":{}}}],["received",{"_index":1717,"title":{},"body":{"license.html":{}}}],["receives",{"_index":2264,"title":{},"body":{"license.html":{}}}],["receiving",{"_index":2338,"title":{},"body":{"license.html":{}}}],["recipient",{"_index":2147,"title":{},"body":{"license.html":{}}}],["recipient's",{"_index":2329,"title":{},"body":{"license.html":{}}}],["recipients",{"_index":1714,"title":{},"body":{"license.html":{}}}],["recognized",{"_index":1878,"title":{},"body":{"license.html":{}}}],["record",{"_index":658,"title":{},"body":{"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"interfaces/NavigationStatus.html":{}}}],["redirectmanuel",{"_index":1535,"title":{},"body":{"changelog.html":{}}}],["refactor",{"_index":1298,"title":{},"body":{"changelog.html":{}}}],["referring",{"_index":1687,"title":{},"body":{"license.html":{}}}],["refers",{"_index":1802,"title":{},"body":{"license.html":{}}}],["reflect",{"_index":1505,"title":{},"body":{"changelog.html":{}}}],["refrain",{"_index":2366,"title":{},"body":{"license.html":{}}}],["regard",{"_index":2176,"title":{},"body":{"license.html":{}}}],["regardless",{"_index":2024,"title":{},"body":{"license.html":{}}}],["regenerate",{"_index":1928,"title":{},"body":{"license.html":{}}}],["region",{"_index":631,"title":{},"body":{"components/NavigationComponent.html":{}}}],["reinstated",{"_index":2230,"title":{},"body":{"license.html":{}}}],["related",{"_index":1292,"title":{},"body":{"changelog.html":{}}}],["relationship",{"_index":1959,"title":{},"body":{"license.html":{}}}],["relative",{"_index":1319,"title":{},"body":{"changelog.html":{}}}],["release",{"_index":390,"title":{},"body":{"components/LayoutComponent.html":{}}}],["released",{"_index":1682,"title":{},"body":{"license.html":{}}}],["relevant",{"_index":2015,"title":{},"body":{"license.html":{}}}],["relicensing",{"_index":2216,"title":{},"body":{"license.html":{}}}],["relying",{"_index":2319,"title":{},"body":{"license.html":{}}}],["remain",{"_index":2091,"title":{},"body":{"license.html":{}}}],["remains",{"_index":1678,"title":{},"body":{"license.html":{}}}],["removal",{"_index":2178,"title":{},"body":{"license.html":{}}}],["remove",{"_index":760,"title":{},"body":{"injectables/NavigationService.html":{},"changelog.html":{},"license.html":{}}}],["remove(component",{"_index":1160,"title":{},"body":{"components/WindowContainerSidenavComponent.html":{}}}],["remove(id",{"_index":777,"title":{},"body":{"injectables/NavigationService.html":{}}}],["render",{"_index":1793,"title":{},"body":{"license.html":{}}}],["rendered",{"_index":2416,"title":{},"body":{"license.html":{}}}],["renderer",{"_index":676,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["renderer2",{"_index":677,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["repair",{"_index":2406,"title":{},"body":{"license.html":{}}}],["repeat",{"_index":1098,"title":{},"body":{"components/UserProfileIconComponent.html":{}}}],["replace",{"_index":876,"title":{},"body":{"pipes/ReplaceRouterPathsPipe.html":{},"changelog.html":{}}}],["replaceinserts",{"_index":855,"title":{},"body":{"injectables/NavigationService.html":{}}}],["replacerouterpaths",{"_index":869,"title":{},"body":{"pipes/ReplaceRouterPathsPipe.html":{}}}],["replacerouterpathspipe",{"_index":865,"title":{"pipes/ReplaceRouterPathsPipe.html":{}},"body":{"pipes/ReplaceRouterPathsPipe.html":{}}}],["replacerouterpathsservice",{"_index":873,"title":{"injectables/ReplaceRouterPathsService.html":{}},"body":{"pipes/ReplaceRouterPathsPipe.html":{},"injectables/ReplaceRouterPathsService.html":{}}}],["replaysubject",{"_index":782,"title":{},"body":{"injectables/NavigationService.html":{}}}],["replaysubject(1",{"_index":786,"title":{},"body":{"injectables/NavigationService.html":{}}}],["repos",{"_index":1424,"title":{},"body":{"changelog.html":{}}}],["repository",{"_index":2447,"title":{},"body":{"properties.html":{}}}],["represent",{"_index":2134,"title":{},"body":{"license.html":{}}}],["require",{"_index":1922,"title":{},"body":{"license.html":{}}}],["required",{"_index":633,"title":{},"body":{"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/VersionComponent.html":{},"changelog.html":{},"license.html":{}}}],["requirement",{"_index":2017,"title":{},"body":{"license.html":{}}}],["requirements",{"_index":2094,"title":{},"body":{"license.html":{}}}],["requires",{"_index":1737,"title":{},"body":{"license.html":{}}}],["requiring",{"_index":1818,"title":{},"body":{"license.html":{}}}],["reset",{"_index":219,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["resetbuttoncomponent",{"_index":218,"title":{"components/ResetButtonComponent.html":{}},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["resetservice",{"_index":884,"title":{},"body":{"components/ResetButtonComponent.html":{}}}],["resolve",{"_index":1417,"title":{},"body":{"changelog.html":{}}}],["resolved",{"_index":2121,"title":{},"body":{"license.html":{}}}],["respect",{"_index":1708,"title":{},"body":{"license.html":{}}}],["responsibilities",{"_index":1706,"title":{},"body":{"license.html":{}}}],["responsible",{"_index":2266,"title":{},"body":{"license.html":{}}}],["restore",{"_index":1331,"title":{},"body":{"changelog.html":{}}}],["restored",{"_index":1250,"title":{},"body":{"changelog.html":{}}}],["restoredensity",{"_index":898,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["restoretheme",{"_index":899,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["restoretypography",{"_index":900,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["restrict",{"_index":1782,"title":{},"body":{"license.html":{}}}],["restricting",{"_index":1984,"title":{},"body":{"license.html":{}}}],["restriction",{"_index":2214,"title":{},"body":{"license.html":{}}}],["restrictions",{"_index":2210,"title":{},"body":{"license.html":{}}}],["restructure",{"_index":1421,"title":{},"body":{"changelog.html":{}}}],["result",{"_index":2390,"title":{},"body":{"license.html":{}}}],["resulting",{"_index":1821,"title":{},"body":{"license.html":{}}}],["results",{"_index":122,"title":{},"body":{"injectables/AppUrlService.html":{},"components/AppsButtonComponent.html":{},"injectables/AuthenticationServiceMock.html":{},"interfaces/ExternalApps.html":{},"components/FooterComponent.html":{},"directives/FooterDirective.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"injectables/LayoutComponentService.html":{},"interfaces/LogoConfig.html":{},"components/NavigationComponent.html":{},"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{},"pipes/ReplaceRouterPathsPipe.html":{},"injectables/ReplaceRouterPathsService.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"injectables/SidenavComponentService.html":{},"directives/SidenavFooterDirective.html":{},"directives/SidenavHeaderDirective.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{},"changelog.html":{},"dependencies.html":{},"miscellaneous/functions.html":{},"index.html":{},"license.html":{},"modules.html":{},"overview.html":{},"properties.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["retains",{"_index":2151,"title":{},"body":{"license.html":{}}}],["return",{"_index":96,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{},"components/NavigationComponent.html":{},"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"components/NavigationItemComponent.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{},"pipes/ReplaceRouterPathsPipe.html":{},"injectables/ReplaceRouterPathsService.html":{},"components/SettingsButtonComponent.html":{},"components/WindowContainerSidenavComponent.html":{},"changelog.html":{},"license.html":{}}}],["returns",{"_index":35,"title":{},"body":{"injectables/AppUrlService.html":{},"injectables/AuthenticationServiceMock.html":{},"injectables/LayoutComponentService.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{},"pipes/ReplaceRouterPathsPipe.html":{},"injectables/ReplaceRouterPathsService.html":{},"components/SettingsButtonComponent.html":{},"injectables/SidenavComponentService.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/WindowContainerSidenavComponent.html":{},"miscellaneous/functions.html":{}}}],["reviewing",{"_index":2428,"title":{},"body":{"license.html":{}}}],["revised",{"_index":2373,"title":{},"body":{"license.html":{}}}],["rgba(0",{"_index":481,"title":{},"body":{"components/LayoutComponent.html":{}}}],["right",{"_index":478,"title":{},"body":{"components/LayoutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"license.html":{}}}],["rights",{"_index":1697,"title":{},"body":{"license.html":{}}}],["risk",{"_index":2398,"title":{},"body":{"license.html":{}}}],["rom",{"_index":2154,"title":{},"body":{"license.html":{}}}],["root",{"_index":86,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{},"injectables/LayoutComponentService.html":{},"components/NavigationComponent.html":{},"injectables/NavigationService.html":{},"injectables/ReplaceRouterPathsService.html":{},"injectables/SidenavComponentService.html":{},"components/UserProfileIconComponent.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["root(value",{"_index":621,"title":{},"body":{"components/NavigationComponent.html":{}}}],["rotate(180deg",{"_index":1006,"title":{},"body":{"components/SidenavComponent.html":{}}}],["route",{"_index":905,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["router",{"_index":674,"title":{},"body":{"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"pipes/ReplaceRouterPathsPipe.html":{},"injectables/ReplaceRouterPathsService.html":{}}}],["routerlink",{"_index":379,"title":{},"body":{"components/LayoutComponent.html":{},"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"components/NavigationItemComponent.html":{},"interfaces/NavigationStatus.html":{},"pipes/ReplaceRouterPathsPipe.html":{},"injectables/ReplaceRouterPathsService.html":{}}}],["routerlinkactive",{"_index":665,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["routeroutlet",{"_index":380,"title":{},"body":{"components/LayoutComponent.html":{}}}],["routerpipe",{"_index":1475,"title":{},"body":{"changelog.html":{}}}],["rowcount",{"_index":1570,"title":{},"body":{"changelog.html":{}}}],["royalty",{"_index":2282,"title":{},"body":{"license.html":{}}}],["rrp",{"_index":872,"title":{},"body":{"pipes/ReplaceRouterPathsPipe.html":{}}}],["rules",{"_index":2163,"title":{},"body":{"license.html":{}}}],["run",{"_index":1747,"title":{},"body":{"license.html":{}}}],["running",{"_index":1939,"title":{},"body":{"license.html":{}}}],["runs",{"_index":1902,"title":{},"body":{"license.html":{}}}],["rxap",{"_index":141,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{},"changelog.html":{},"properties.html":{}}}],["rxap/authentication",{"_index":173,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/SignOutComponent.html":{},"components/UserProfileIconComponent.html":{},"dependencies.html":{}}}],["rxap/authentication@^18.0.3",{"_index":1616,"title":{},"body":{"index.html":{}}}],["rxap/authorization",{"_index":56,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{},"dependencies.html":{}}}],["rxap/authorization@^18.0.3",{"_index":1617,"title":{},"body":{"index.html":{}}}],["rxap/browser",{"_index":65,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{},"dependencies.html":{},"index.html":{}}}],["rxap/config",{"_index":67,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{},"injectables/LayoutComponentService.html":{},"injectables/SidenavComponentService.html":{},"dependencies.html":{}}}],["rxap/config@^18.1.1",{"_index":1619,"title":{},"body":{"index.html":{}}}],["rxap/data",{"_index":325,"title":{},"body":{"components/HeaderComponent.html":{},"dependencies.html":{},"index.html":{}}}],["rxap/directives",{"_index":327,"title":{},"body":{"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"dependencies.html":{}}}],["rxap/directives@^18.0.3",{"_index":1621,"title":{},"body":{"index.html":{}}}],["rxap/environment",{"_index":69,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{},"components/LayoutComponent.html":{},"dependencies.html":{}}}],["rxap/environment@^18.0.3",{"_index":1622,"title":{},"body":{"index.html":{}}}],["rxap/icon",{"_index":415,"title":{},"body":{"components/LayoutComponent.html":{},"dependencies.html":{}}}],["rxap/icon@^18.0.3",{"_index":1623,"title":{},"body":{"index.html":{}}}],["rxap/layout",{"_index":1185,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["rxap/layout/navigation",{"_index":2460,"title":{},"body":{"miscellaneous/variables.html":{}}}],["rxap/layout:init",{"_index":1639,"title":{},"body":{"index.html":{}}}],["rxap/layout:initgenerators",{"_index":1637,"title":{},"body":{"index.html":{}}}],["rxap/layoutinstall",{"_index":1608,"title":{},"body":{"index.html":{}}}],["rxap/material",{"_index":705,"title":{},"body":{"components/NavigationItemComponent.html":{},"dependencies.html":{},"index.html":{}}}],["rxap/ngx",{"_index":352,"title":{},"body":{"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"injectables/LayoutComponentService.html":{},"components/SettingsButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"dependencies.html":{},"index.html":{}}}],["rxap/services",{"_index":267,"title":{},"body":{"components/FooterComponent.html":{},"directives/FooterDirective.html":{},"components/HeaderComponent.html":{},"injectables/LayoutComponentService.html":{},"components/ResetButtonComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{},"dependencies.html":{}}}],["rxap/services@^18.0.3",{"_index":1630,"title":{},"body":{"index.html":{}}}],["rxap/utilities",{"_index":71,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{},"components/NavigationComponent.html":{},"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"components/NavigationItemComponent.html":{},"interfaces/NavigationStatus.html":{},"components/VersionComponent.html":{},"dependencies.html":{}}}],["rxap/utilities@^16.2.4",{"_index":1631,"title":{},"body":{"index.html":{}}}],["rxap_environment",{"_index":68,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{},"components/LayoutComponent.html":{}}}],["rxap_footer_component",{"_index":2453,"title":{},"body":{"miscellaneous/variables.html":{}}}],["rxap_header_component",{"_index":329,"title":{},"body":{"components/HeaderComponent.html":{},"miscellaneous/variables.html":{}}}],["rxap_layout_apps_grid",{"_index":167,"title":{},"body":{"components/AppsButtonComponent.html":{},"miscellaneous/variables.html":{}}}],["rxap_logo_config",{"_index":519,"title":{},"body":{"injectables/LayoutComponentService.html":{},"miscellaneous/variables.html":{}}}],["rxap_navigation_config",{"_index":783,"title":{},"body":{"injectables/NavigationService.html":{},"miscellaneous/variables.html":{}}}],["rxap_navigation_config_inserts",{"_index":784,"title":{},"body":{"injectables/NavigationService.html":{},"miscellaneous/variables.html":{}}}],["rxapauthenticationservice",{"_index":160,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/SignOutComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["rxapfooter",{"_index":271,"title":{},"body":{"directives/FooterDirective.html":{}}}],["rxapfooter]'},{'name",{"_index":242,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["rxapsidenavfooter",{"_index":1025,"title":{},"body":{"directives/SidenavFooterDirective.html":{}}}],["rxapsidenavfooter]'},{'name",{"_index":244,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["rxapsidenavheader",{"_index":246,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"directives/SidenavHeaderDirective.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["rxjs",{"_index":73,"title":{},"body":{"injectables/AppUrlService.html":{},"components/AppsButtonComponent.html":{},"interfaces/ExternalApps.html":{},"components/NavigationComponent.html":{},"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{},"pipes/ReplaceRouterPathsPipe.html":{},"injectables/ReplaceRouterPathsService.html":{},"components/SettingsButtonComponent.html":{},"injectables/SidenavComponentService.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{},"changelog.html":{},"dependencies.html":{}}}],["rxjs/operators",{"_index":178,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"injectables/NavigationService.html":{},"components/SettingsButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["rxjs@^7.8.1",{"_index":1632,"title":{},"body":{"index.html":{}}}],["safari",{"_index":488,"title":{},"body":{"components/LayoutComponent.html":{}}}],["sake",{"_index":1736,"title":{},"body":{"license.html":{}}}],["sale",{"_index":2292,"title":{},"body":{"license.html":{}}}],["same",{"_index":1715,"title":{},"body":{"license.html":{}}}],["satisfy",{"_index":2093,"title":{},"body":{"license.html":{}}}],["save",{"_index":632,"title":{},"body":{"components/NavigationComponent.html":{}}}],["savepreviewdensityvalue",{"_index":936,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["savepreviewthemevalue",{"_index":940,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["savepreviewtypographyvalue",{"_index":938,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["saying",{"_index":2089,"title":{},"body":{"license.html":{}}}],["schematics",{"_index":1425,"title":{},"body":{"changelog.html":{}}}],["schematicstsconfig",{"_index":1529,"title":{},"body":{"changelog.html":{}}}],["scope",{"_index":2342,"title":{},"body":{"license.html":{}}}],["scope:compose",{"_index":2441,"title":{},"body":{"properties.html":{}}}],["screen",{"_index":1269,"title":{},"body":{"changelog.html":{}}}],["scripts",{"_index":1908,"title":{},"body":{"license.html":{}}}],["scroll",{"_index":997,"title":{},"body":{"components/SidenavComponent.html":{}}}],["scrollbar",{"_index":485,"title":{},"body":{"components/LayoutComponent.html":{},"components/SidenavComponent.html":{}}}],["secondarily",{"_index":1830,"title":{},"body":{"license.html":{}}}],["section",{"_index":1964,"title":{},"body":{"license.html":{}}}],["sections",{"_index":2047,"title":{},"body":{"license.html":{}}}],["see",{"_index":1172,"title":{},"body":{"changelog.html":{}}}],["select",{"_index":355,"title":{},"body":{"components/LanguageSelectorComponent.html":{}}}],["selected",{"_index":1228,"title":{},"body":{"changelog.html":{}}}],["selector",{"_index":140,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"directives/FooterDirective.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"directives/SidenavFooterDirective.html":{},"directives/SidenavHeaderDirective.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{},"changelog.html":{}}}],["selector'},{'name",{"_index":205,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["selector.component",{"_index":935,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["selector.component.html",{"_index":347,"title":{},"body":{"components/LanguageSelectorComponent.html":{}}}],["selector.component.scss",{"_index":346,"title":{},"body":{"components/LanguageSelectorComponent.html":{}}}],["selector.component.ts",{"_index":344,"title":{},"body":{"components/LanguageSelectorComponent.html":{}}}],["selector.component.ts:34",{"_index":350,"title":{},"body":{"components/LanguageSelectorComponent.html":{}}}],["selector.component.ts:35",{"_index":351,"title":{},"body":{"components/LanguageSelectorComponent.html":{}}}],["selector/language",{"_index":343,"title":{},"body":{"components/LanguageSelectorComponent.html":{},"components/SettingsButtonComponent.html":{}}}],["sell",{"_index":2307,"title":{},"body":{"license.html":{}}}],["selling",{"_index":2291,"title":{},"body":{"license.html":{}}}],["semiconductor",{"_index":1805,"title":{},"body":{"license.html":{}}}],["separable",{"_index":2103,"title":{},"body":{"license.html":{}}}],["separate",{"_index":2031,"title":{},"body":{"license.html":{}}}],["separately",{"_index":2028,"title":{},"body":{"license.html":{}}}],["server",{"_index":2072,"title":{},"body":{"license.html":{}}}],["serves",{"_index":1894,"title":{},"body":{"license.html":{}}}],["service",{"_index":1130,"title":{},"body":{"components/WindowContainerSidenavComponent.html":{},"changelog.html":{},"license.html":{}}}],["serviceconcept",{"_index":1580,"title":{},"body":{"changelog.html":{}}}],["services",{"_index":830,"title":{},"body":{"injectables/NavigationService.html":{},"changelog.html":{}}}],["servicing",{"_index":2405,"title":{},"body":{"license.html":{}}}],["set",{"_index":620,"title":{},"body":{"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"changelog.html":{}}}],["setdensity",{"_index":901,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["setdensity(density",{"_index":921,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["setisactive(value",{"_index":693,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["setroot(value",{"_index":601,"title":{},"body":{"components/NavigationComponent.html":{}}}],["settheme",{"_index":902,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["settheme(theme",{"_index":923,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["settings",{"_index":221,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{},"changelog.html":{}}}],["settingsbuttoncomponent",{"_index":220,"title":{"components/SettingsButtonComponent.html":{}},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["settypography",{"_index":903,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["settypography(typography",{"_index":925,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["shadow",{"_index":470,"title":{},"body":{"components/LayoutComponent.html":{}}}],["shall",{"_index":1969,"title":{},"body":{"license.html":{}}}],["share",{"_index":1671,"title":{},"body":{"license.html":{}}}],["shared",{"_index":1917,"title":{},"body":{"license.html":{}}}],["show",{"_index":1227,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["side",{"_index":534,"title":{},"body":{"injectables/LayoutComponentService.html":{},"changelog.html":{}}}],["sidebar",{"_index":994,"title":{},"body":{"components/SidenavComponent.html":{}}}],["sidenav",{"_index":225,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{},"changelog.html":{}}}],["sidenav'},{'name",{"_index":223,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["sidenav.collapsable",{"_index":460,"title":{},"body":{"components/LayoutComponent.html":{}}}],["sidenav.component.html",{"_index":981,"title":{},"body":{"components/SidenavComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["sidenav.component.scss",{"_index":980,"title":{},"body":{"components/SidenavComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["sidenav.component.service",{"_index":991,"title":{},"body":{"components/SidenavComponent.html":{}}}],["sidenav.component.ts",{"_index":1128,"title":{},"body":{"components/WindowContainerSidenavComponent.html":{}}}],["sidenav.component.ts:30",{"_index":1137,"title":{},"body":{"components/WindowContainerSidenavComponent.html":{}}}],["sidenav.component.ts:32",{"_index":1134,"title":{},"body":{"components/WindowContainerSidenavComponent.html":{}}}],["sidenav.component.ts:36",{"_index":1139,"title":{},"body":{"components/WindowContainerSidenavComponent.html":{}}}],["sidenav.component.ts:57",{"_index":1136,"title":{},"body":{"components/WindowContainerSidenavComponent.html":{}}}],["sidenav/sidenav.component.service",{"_index":606,"title":{},"body":{"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{}}}],["sidenav/window",{"_index":1127,"title":{},"body":{"components/WindowContainerSidenavComponent.html":{}}}],["sidenavcomponent",{"_index":222,"title":{"components/SidenavComponent.html":{}},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["sidenavcomponentservice",{"_index":583,"title":{"injectables/SidenavComponentService.html":{}},"body":{"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/SidenavComponent.html":{},"injectables/SidenavComponentService.html":{}}}],["sidenavcontentcomponentservice",{"_index":1569,"title":{},"body":{"changelog.html":{}}}],["sidenavfooterdirective",{"_index":243,"title":{"directives/SidenavFooterDirective.html":{}},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"directives/SidenavFooterDirective.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["sidenavheaderdirective",{"_index":245,"title":{"directives/SidenavHeaderDirective.html":{}},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"directives/SidenavHeaderDirective.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["sidenavigation",{"_index":1572,"title":{},"body":{"changelog.html":{}}}],["sidenavmode",{"_index":391,"title":{},"body":{"components/LayoutComponent.html":{}}}],["sidenavtogglebuttoncomponent",{"_index":224,"title":{"components/SidenavToggleButtonComponent.html":{}},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["sign",{"_index":228,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["signal",{"_index":163,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/HeaderComponent.html":{},"components/LayoutComponent.html":{},"injectables/LayoutComponentService.html":{},"components/NavigationItemComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["signal(collapsable",{"_index":541,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["signal(false",{"_index":686,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["signal(mode",{"_index":539,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["signal(opened",{"_index":537,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["signal(pinned",{"_index":540,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["signed",{"_index":1469,"title":{},"body":{"changelog.html":{}}}],["significant",{"_index":2135,"title":{},"body":{"license.html":{}}}],["signout",{"_index":250,"title":{},"body":{"injectables/AuthenticationServiceMock.html":{},"changelog.html":{}}}],["signoutcomponent",{"_index":227,"title":{"components/SignOutComponent.html":{}},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["similar",{"_index":1982,"title":{},"body":{"license.html":{}}}],["simplechanges",{"_index":695,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["simultaneously",{"_index":2361,"title":{},"body":{"license.html":{}}}],["single",{"_index":1261,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["size",{"_index":1099,"title":{},"body":{"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{}}}],["skip",{"_index":1081,"title":{},"body":{"components/UserProfileIconComponent.html":{}}}],["skip(1",{"_index":1094,"title":{},"body":{"components/UserProfileIconComponent.html":{}}}],["software",{"_index":1648,"title":{},"body":{"license.html":{}}}],["sold",{"_index":2115,"title":{},"body":{"license.html":{}}}],["sole",{"_index":1948,"title":{},"body":{"license.html":{}}}],["solely",{"_index":1961,"title":{},"body":{"license.html":{}}}],["solid",{"_index":479,"title":{},"body":{"components/LayoutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{}}}],["source",{"_index":4,"title":{},"body":{"injectables/AppUrlService.html":{},"components/AppsButtonComponent.html":{},"injectables/AuthenticationServiceMock.html":{},"interfaces/ExternalApps.html":{},"components/FooterComponent.html":{},"directives/FooterDirective.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"injectables/LayoutComponentService.html":{},"interfaces/LogoConfig.html":{},"components/NavigationComponent.html":{},"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{},"pipes/ReplaceRouterPathsPipe.html":{},"injectables/ReplaceRouterPathsService.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"injectables/SidenavComponentService.html":{},"directives/SidenavFooterDirective.html":{},"directives/SidenavHeaderDirective.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{},"dependencies.html":{},"license.html":{}}}],["source/directive",{"_index":326,"title":{},"body":{"components/HeaderComponent.html":{}}}],["source@^18.1.1",{"_index":1620,"title":{},"body":{"index.html":{}}}],["space",{"_index":1011,"title":{},"body":{"components/SidenavComponent.html":{}}}],["spare",{"_index":2064,"title":{},"body":{"license.html":{}}}],["speak",{"_index":1686,"title":{},"body":{"license.html":{}}}],["special",{"_index":1786,"title":{},"body":{"license.html":{}}}],["specific",{"_index":1451,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["specifically",{"_index":1921,"title":{},"body":{"license.html":{}}}],["specified",{"_index":1882,"title":{},"body":{"license.html":{}}}],["specifies",{"_index":2381,"title":{},"body":{"license.html":{}}}],["specify",{"_index":2385,"title":{},"body":{"license.html":{}}}],["spirit",{"_index":2374,"title":{},"body":{"license.html":{}}}],["split",{"_index":1504,"title":{},"body":{"changelog.html":{}}}],["src",{"_index":548,"title":{},"body":{"injectables/LayoutComponentService.html":{},"interfaces/LogoConfig.html":{}}}],["src/.../generator.ts",{"_index":1596,"title":{},"body":{"miscellaneous/functions.html":{}}}],["src/.../navigation",{"_index":1597,"title":{},"body":{"miscellaneous/functions.html":{},"miscellaneous/typealiases.html":{}}}],["src/.../tokens.ts",{"_index":2454,"title":{},"body":{"miscellaneous/variables.html":{}}}],["src/.../user",{"_index":2451,"title":{},"body":{"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["src/generators/init/generator.ts",{"_index":1598,"title":{},"body":{"miscellaneous/functions.html":{}}}],["src/lib/app",{"_index":6,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{}}}],["src/lib/authentication.service.mock.ts",{"_index":249,"title":{},"body":{"injectables/AuthenticationServiceMock.html":{}}}],["src/lib/authentication.service.mock.ts:7",{"_index":251,"title":{},"body":{"injectables/AuthenticationServiceMock.html":{}}}],["src/lib/footer.directive.ts",{"_index":270,"title":{},"body":{"directives/FooterDirective.html":{}}}],["src/lib/footer.directive.ts:17",{"_index":274,"title":{},"body":{"directives/FooterDirective.html":{}}}],["src/lib/footer/footer.component.ts",{"_index":256,"title":{},"body":{"components/FooterComponent.html":{}}}],["src/lib/footer/footer.component.ts:22",{"_index":265,"title":{},"body":{"components/FooterComponent.html":{}}}],["src/lib/footer/footer.component.ts:25",{"_index":266,"title":{},"body":{"components/FooterComponent.html":{}}}],["src/lib/header/apps",{"_index":131,"title":{},"body":{"components/AppsButtonComponent.html":{}}}],["src/lib/header/header.component.ts",{"_index":285,"title":{},"body":{"components/HeaderComponent.html":{}}}],["src/lib/header/header.component.ts:68",{"_index":309,"title":{},"body":{"components/HeaderComponent.html":{}}}],["src/lib/header/header.component.ts:70",{"_index":310,"title":{},"body":{"components/HeaderComponent.html":{}}}],["src/lib/header/header.component.ts:71",{"_index":306,"title":{},"body":{"components/HeaderComponent.html":{}}}],["src/lib/header/header.component.ts:75",{"_index":315,"title":{},"body":{"components/HeaderComponent.html":{}}}],["src/lib/header/header.component.ts:76",{"_index":316,"title":{},"body":{"components/HeaderComponent.html":{}}}],["src/lib/header/header.component.ts:77",{"_index":313,"title":{},"body":{"components/HeaderComponent.html":{}}}],["src/lib/header/language",{"_index":342,"title":{},"body":{"components/LanguageSelectorComponent.html":{}}}],["src/lib/header/navigation",{"_index":742,"title":{},"body":{"components/NavigationProgressBarComponent.html":{}}}],["src/lib/header/reset",{"_index":882,"title":{},"body":{"components/ResetButtonComponent.html":{}}}],["src/lib/header/settings",{"_index":889,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["src/lib/header/sidenav",{"_index":1032,"title":{},"body":{"components/SidenavToggleButtonComponent.html":{}}}],["src/lib/header/sign",{"_index":1037,"title":{},"body":{"components/SignOutComponent.html":{}}}],["src/lib/header/user",{"_index":1068,"title":{},"body":{"components/UserProfileIconComponent.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["src/lib/layout/layout.component.service.ts",{"_index":490,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["src/lib/layout/layout.component.service.ts:26",{"_index":508,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["src/lib/layout/layout.component.service.ts:28",{"_index":510,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["src/lib/layout/layout.component.service.ts:29",{"_index":509,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["src/lib/layout/layout.component.service.ts:30",{"_index":511,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["src/lib/layout/layout.component.service.ts:31",{"_index":503,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["src/lib/layout/layout.component.service.ts:32",{"_index":504,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["src/lib/layout/layout.component.service.ts:33",{"_index":505,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["src/lib/layout/layout.component.service.ts:35",{"_index":499,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["src/lib/layout/layout.component.service.ts:39",{"_index":506,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["src/lib/layout/layout.component.service.ts:40",{"_index":507,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["src/lib/layout/layout.component.service.ts:95",{"_index":500,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["src/lib/layout/layout.component.service.ts:99",{"_index":501,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["src/lib/layout/layout.component.ts",{"_index":376,"title":{},"body":{"components/LayoutComponent.html":{}}}],["src/lib/layout/layout.component.ts:75",{"_index":409,"title":{},"body":{"components/LayoutComponent.html":{}}}],["src/lib/layout/layout.component.ts:76",{"_index":396,"title":{},"body":{"components/LayoutComponent.html":{}}}],["src/lib/layout/layout.component.ts:77",{"_index":397,"title":{},"body":{"components/LayoutComponent.html":{}}}],["src/lib/layout/layout.component.ts:78",{"_index":403,"title":{},"body":{"components/LayoutComponent.html":{}}}],["src/lib/layout/layout.component.ts:79",{"_index":395,"title":{},"body":{"components/LayoutComponent.html":{}}}],["src/lib/layout/layout.component.ts:80",{"_index":399,"title":{},"body":{"components/LayoutComponent.html":{}}}],["src/lib/layout/layout.component.ts:81",{"_index":401,"title":{},"body":{"components/LayoutComponent.html":{}}}],["src/lib/layout/layout.component.ts:82",{"_index":404,"title":{},"body":{"components/LayoutComponent.html":{}}}],["src/lib/layout/layout.component.ts:83",{"_index":402,"title":{},"body":{"components/LayoutComponent.html":{}}}],["src/lib/layout/layout.component.ts:85",{"_index":408,"title":{},"body":{"components/LayoutComponent.html":{}}}],["src/lib/layout/layout.component.ts:88",{"_index":394,"title":{},"body":{"components/LayoutComponent.html":{}}}],["src/lib/layout/layout.component.ts:91",{"_index":398,"title":{},"body":{"components/LayoutComponent.html":{}}}],["src/lib/navigation/navigation",{"_index":641,"title":{},"body":{"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"components/NavigationItemComponent.html":{},"interfaces/NavigationStatus.html":{},"miscellaneous/functions.html":{},"miscellaneous/typealiases.html":{}}}],["src/lib/navigation/navigation.component.ts",{"_index":563,"title":{},"body":{"components/NavigationComponent.html":{}}}],["src/lib/navigation/navigation.component.ts:103",{"_index":596,"title":{},"body":{"components/NavigationComponent.html":{}}}],["src/lib/navigation/navigation.component.ts:109",{"_index":591,"title":{},"body":{"components/NavigationComponent.html":{}}}],["src/lib/navigation/navigation.component.ts:53",{"_index":585,"title":{},"body":{"components/NavigationComponent.html":{}}}],["src/lib/navigation/navigation.component.ts:54",{"_index":600,"title":{},"body":{"components/NavigationComponent.html":{}}}],["src/lib/navigation/navigation.component.ts:56",{"_index":584,"title":{},"body":{"components/NavigationComponent.html":{}}}],["src/lib/navigation/navigation.component.ts:64",{"_index":599,"title":{},"body":{"components/NavigationComponent.html":{}}}],["src/lib/navigation/navigation.component.ts:69",{"_index":587,"title":{},"body":{"components/NavigationComponent.html":{}}}],["src/lib/navigation/navigation.component.ts:72",{"_index":586,"title":{},"body":{"components/NavigationComponent.html":{}}}],["src/lib/navigation/navigation.component.ts:97",{"_index":594,"title":{},"body":{"components/NavigationComponent.html":{}}}],["src/lib/navigation/navigation.service.ts",{"_index":758,"title":{},"body":{"injectables/NavigationService.html":{}}}],["src/lib/navigation/navigation.service.ts:100",{"_index":770,"title":{},"body":{"injectables/NavigationService.html":{}}}],["src/lib/navigation/navigation.service.ts:104",{"_index":778,"title":{},"body":{"injectables/NavigationService.html":{}}}],["src/lib/navigation/navigation.service.ts:111",{"_index":779,"title":{},"body":{"injectables/NavigationService.html":{}}}],["src/lib/navigation/navigation.service.ts:36",{"_index":780,"title":{},"body":{"injectables/NavigationService.html":{}}}],["src/lib/navigation/navigation.service.ts:42",{"_index":765,"title":{},"body":{"injectables/NavigationService.html":{}}}],["src/lib/navigation/navigation.service.ts:77",{"_index":776,"title":{},"body":{"injectables/NavigationService.html":{}}}],["src/lib/navigation/navigation.service.ts:85",{"_index":768,"title":{},"body":{"injectables/NavigationService.html":{}}}],["src/lib/navigation/navigation.service.ts:96",{"_index":772,"title":{},"body":{"injectables/NavigationService.html":{}}}],["src/lib/navigation/replace",{"_index":867,"title":{},"body":{"pipes/ReplaceRouterPathsPipe.html":{},"injectables/ReplaceRouterPathsService.html":{}}}],["src/lib/sidenav/sidenav",{"_index":1023,"title":{},"body":{"directives/SidenavFooterDirective.html":{},"directives/SidenavHeaderDirective.html":{}}}],["src/lib/sidenav/sidenav.component.service.ts",{"_index":1013,"title":{},"body":{"injectables/SidenavComponentService.html":{}}}],["src/lib/sidenav/sidenav.component.service.ts:14",{"_index":1016,"title":{},"body":{"injectables/SidenavComponentService.html":{}}}],["src/lib/sidenav/sidenav.component.service.ts:8",{"_index":1015,"title":{},"body":{"injectables/SidenavComponentService.html":{}}}],["src/lib/sidenav/sidenav.component.ts",{"_index":978,"title":{},"body":{"components/SidenavComponent.html":{}}}],["src/lib/sidenav/sidenav.component.ts:44",{"_index":986,"title":{},"body":{"components/SidenavComponent.html":{}}}],["src/lib/sidenav/sidenav.component.ts:47",{"_index":983,"title":{},"body":{"components/SidenavComponent.html":{}}}],["src/lib/sidenav/sidenav.component.ts:49",{"_index":984,"title":{},"body":{"components/SidenavComponent.html":{}}}],["src/lib/sidenav/version/version.component.ts",{"_index":1107,"title":{},"body":{"components/VersionComponent.html":{}}}],["src/lib/sidenav/version/version.component.ts:33",{"_index":1116,"title":{},"body":{"components/VersionComponent.html":{}}}],["src/lib/sidenav/version/version.component.ts:35",{"_index":1114,"title":{},"body":{"components/VersionComponent.html":{}}}],["src/lib/toggle",{"_index":1048,"title":{},"body":{"components/ToggleWindowSidenavButtonComponent.html":{}}}],["src/lib/tokens.ts",{"_index":2455,"title":{},"body":{"miscellaneous/variables.html":{}}}],["src/lib/types.ts",{"_index":561,"title":{},"body":{"interfaces/LogoConfig.html":{}}}],["src/lib/window",{"_index":1126,"title":{},"body":{"components/WindowContainerSidenavComponent.html":{}}}],["stand",{"_index":1770,"title":{},"body":{"license.html":{}}}],["standalone",{"_index":144,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"directives/FooterDirective.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"pipes/ReplaceRouterPathsPipe.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"directives/SidenavFooterDirective.html":{},"directives/SidenavHeaderDirective.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["standard",{"_index":1876,"title":{},"body":{"license.html":{}}}],["standards",{"_index":1879,"title":{},"body":{"license.html":{}}}],["start",{"_index":1306,"title":{},"body":{"changelog.html":{}}}],["started",{"_index":1165,"title":{"changelog.html":{},"index.html":{},"license.html":{}},"body":{}}],["startwith",{"_index":702,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["startwith(true",{"_index":737,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["state",{"_index":1286,"title":{},"body":{"changelog.html":{}}}],["stated",{"_index":1934,"title":{},"body":{"license.html":{}}}],["statement",{"_index":2218,"title":{},"body":{"license.html":{}}}],["states",{"_index":1780,"title":{},"body":{"license.html":{}}}],["static",{"_index":407,"title":{},"body":{"components/LayoutComponent.html":{},"components/NavigationItemComponent.html":{}}}],["stating",{"_index":2005,"title":{},"body":{"license.html":{}}}],["status",{"_index":416,"title":{},"body":{"components/LayoutComponent.html":{},"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{},"changelog.html":{},"dependencies.html":{},"index.html":{},"license.html":{}}}],["status.isvisible",{"_index":817,"title":{},"body":{"injectables/NavigationService.html":{}}}],["statusindicatorcomponent",{"_index":381,"title":{},"body":{"components/LayoutComponent.html":{}}}],["statustoken",{"_index":815,"title":{},"body":{"injectables/NavigationService.html":{}}}],["steps",{"_index":1722,"title":{},"body":{"license.html":{}}}],["stoppropagationdirective",{"_index":290,"title":{},"body":{"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{}}}],["storage",{"_index":2038,"title":{},"body":{"license.html":{}}}],["string",{"_index":21,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{},"components/LayoutComponent.html":{},"interfaces/LogoConfig.html":{},"components/NavigationComponent.html":{},"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{},"pipes/ReplaceRouterPathsPipe.html":{},"injectables/ReplaceRouterPathsService.html":{},"components/SettingsButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/WindowContainerSidenavComponent.html":{},"changelog.html":{}}}],["style",{"_index":697,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["styles",{"_index":128,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["styleurls",{"_index":152,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["styling",{"_index":1509,"title":{},"body":{"changelog.html":{}}}],["subdividing",{"_index":2272,"title":{},"body":{"license.html":{}}}],["subject",{"_index":2265,"title":{},"body":{"license.html":{}}}],["sublicenses",{"_index":2303,"title":{},"body":{"license.html":{}}}],["sublicensing",{"_index":1963,"title":{},"body":{"license.html":{}}}],["subpackages",{"_index":1506,"title":{},"body":{"changelog.html":{}}}],["subprograms",{"_index":1920,"title":{},"body":{"license.html":{}}}],["subscribe",{"_index":188,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/NavigationComponent.html":{},"components/SettingsButtonComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["subscription",{"_index":174,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/SettingsButtonComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["subsection",{"_index":2076,"title":{},"body":{"license.html":{}}}],["substantial",{"_index":2130,"title":{},"body":{"license.html":{}}}],["substantially",{"_index":1768,"title":{},"body":{"license.html":{}}}],["such",{"_index":1709,"title":{},"body":{"license.html":{}}}],["sue",{"_index":2317,"title":{},"body":{"license.html":{}}}],["suffice",{"_index":2139,"title":{},"body":{"license.html":{}}}],["supplement",{"_index":2171,"title":{},"body":{"license.html":{}}}],["support",{"_index":1309,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["supports",{"_index":2085,"title":{},"body":{"license.html":{}}}],["suppressed",{"_index":1540,"title":{},"body":{"changelog.html":{}}}],["sure",{"_index":1677,"title":{},"body":{"license.html":{}}}],["surrender",{"_index":1703,"title":{},"body":{"license.html":{}}}],["survive",{"_index":2217,"title":{},"body":{"license.html":{}}}],["sustained",{"_index":2419,"title":{},"body":{"license.html":{}}}],["switchmap",{"_index":175,"title":{},"body":{"components/AppsButtonComponent.html":{},"injectables/NavigationService.html":{},"components/UserProfileIconComponent.html":{}}}],["switchmap((navigationitemornull",{"_index":840,"title":{},"body":{"injectables/NavigationService.html":{}}}],["switchmap((navigationwithoutstatuscheck",{"_index":797,"title":{},"body":{"injectables/NavigationService.html":{}}}],["sync",{"_index":1307,"title":{},"body":{"changelog.html":{}}}],["system",{"_index":1463,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["systematic",{"_index":1755,"title":{},"body":{"license.html":{}}}],["t",{"_index":1082,"title":{},"body":{"components/UserProfileIconComponent.html":{}}}],["tag",{"_index":1272,"title":{},"body":{"changelog.html":{}}}],["tailwind",{"_index":1215,"title":{},"body":{"changelog.html":{}}}],["take",{"_index":1668,"title":{},"body":{"license.html":{}}}],["tangible",{"_index":2109,"title":{},"body":{"license.html":{}}}],["tap",{"_index":177,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/SettingsButtonComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["tap((apps",{"_index":186,"title":{},"body":{"components/AppsButtonComponent.html":{}}}],["tap((navigation",{"_index":628,"title":{},"body":{"components/NavigationComponent.html":{}}}],["tap(component",{"_index":1144,"title":{},"body":{"components/WindowContainerSidenavComponent.html":{}}}],["tap(items",{"_index":953,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["technological",{"_index":1972,"title":{},"body":{"license.html":{}}}],["tells",{"_index":1864,"title":{},"body":{"license.html":{}}}],["template",{"_index":127,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"directives/FooterDirective.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"directives/SidenavFooterDirective.html":{},"directives/SidenavHeaderDirective.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["templateportal",{"_index":275,"title":{},"body":{"directives/FooterDirective.html":{}}}],["templateref",{"_index":272,"title":{},"body":{"directives/FooterDirective.html":{},"directives/SidenavFooterDirective.html":{},"directives/SidenavHeaderDirective.html":{}}}],["templateurl",{"_index":154,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["term",{"_index":1932,"title":{},"body":{"license.html":{}}}],["terminate",{"_index":2224,"title":{},"body":{"license.html":{}}}],["terminated",{"_index":2247,"title":{},"body":{"license.html":{}}}],["terminates",{"_index":2233,"title":{},"body":{"license.html":{}}}],["termination",{"_index":2221,"title":{},"body":{"license.html":{}}}],["terms",{"_index":1718,"title":{},"body":{"license.html":{}}}],["text",{"_index":616,"title":{},"body":{"components/NavigationComponent.html":{}}}],["theme",{"_index":419,"title":{},"body":{"components/LayoutComponent.html":{},"injectables/LayoutComponentService.html":{},"components/SettingsButtonComponent.html":{},"changelog.html":{},"dependencies.html":{}}}],["theme.css",{"_index":1323,"title":{},"body":{"changelog.html":{}}}],["theme.density",{"_index":451,"title":{},"body":{"components/LayoutComponent.html":{}}}],["theme.preset",{"_index":449,"title":{},"body":{"components/LayoutComponent.html":{}}}],["theme.typography",{"_index":455,"title":{},"body":{"components/LayoutComponent.html":{}}}],["theme@^18.0.3",{"_index":1628,"title":{},"body":{"index.html":{}}}],["themedensity",{"_index":421,"title":{},"body":{"components/LayoutComponent.html":{},"components/SettingsButtonComponent.html":{}}}],["themedensity.normal",{"_index":453,"title":{},"body":{"components/LayoutComponent.html":{}}}],["themename",{"_index":976,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["themepalette",{"_index":307,"title":{},"body":{"components/HeaderComponent.html":{}}}],["themeservice",{"_index":418,"title":{},"body":{"components/LayoutComponent.html":{},"components/SettingsButtonComponent.html":{}}}],["therefore",{"_index":1704,"title":{},"body":{"license.html":{}}}],["things",{"_index":1695,"title":{},"body":{"license.html":{}}}],["third",{"_index":1997,"title":{},"body":{"license.html":{}}}],["this._apps",{"_index":94,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{}}}],["this._apps.find(app",{"_index":97,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{}}}],["this._isactive",{"_index":718,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["this._portal",{"_index":280,"title":{},"body":{"directives/FooterDirective.html":{}}}],["this._root",{"_index":622,"title":{},"body":{"components/NavigationComponent.html":{}}}],["this._subscription",{"_index":182,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/SettingsButtonComponent.html":{}}}],["this._subscription.add",{"_index":732,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["this._subscription?.unsubscribe",{"_index":190,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/SettingsButtonComponent.html":{}}}],["this.active.set(value",{"_index":720,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["this.add(component",{"_index":1142,"title":{},"body":{"components/WindowContainerSidenavComponent.html":{}}}],["this.add(id",{"_index":801,"title":{},"body":{"injectables/NavigationService.html":{}}}],["this.applist.set(apps",{"_index":187,"title":{},"body":{"components/AppsButtonComponent.html":{}}}],["this.appurlservice.getapplist",{"_index":185,"title":{},"body":{"components/AppsButtonComponent.html":{}}}],["this.authenticationservice.isauthenticated$.pipe",{"_index":183,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["this.authenticationservice.signout",{"_index":1047,"title":{},"body":{"components/SignOutComponent.html":{},"components/UserProfileIconComponent.html":{}}}],["this.availablethemes",{"_index":942,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["this.availabletypographies",{"_index":944,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["this.cdr.detectchanges",{"_index":629,"title":{},"body":{"components/NavigationComponent.html":{}}}],["this.changelogservice.showchangelogdialog",{"_index":958,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["this.checknavigationitemstatusproviders(navigationitem",{"_index":850,"title":{},"body":{"injectables/NavigationService.html":{}}}],["this.checknavigationstatusproviders",{"_index":843,"title":{},"body":{"injectables/NavigationService.html":{}}}],["this.checknavigationstatusproviders(navigationwithoutstatuscheck",{"_index":798,"title":{},"body":{"injectables/NavigationService.html":{}}}],["this.children",{"_index":728,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["this.collapsable",{"_index":338,"title":{},"body":{"components/HeaderComponent.html":{},"components/LayoutComponent.html":{},"injectables/LayoutComponentService.html":{}}}],["this.collapsable.set(!event.matches",{"_index":553,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["this.collapsed$.next(!this.collapsed$.value",{"_index":1022,"title":{},"body":{"injectables/SidenavComponentService.html":{}}}],["this.collapsed$.next(this.config.get('navigation.collapsed",{"_index":1020,"title":{},"body":{"injectables/SidenavComponentService.html":{}}}],["this.collapsed$.value",{"_index":1021,"title":{},"body":{"injectables/SidenavComponentService.html":{}}}],["this.config",{"_index":795,"title":{},"body":{"injectables/NavigationService.html":{}}}],["this.config.get('navigation.apps",{"_index":95,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{}}}],["this.config.get('navigation.collapsable",{"_index":531,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["this.config.get('navigation.mode",{"_index":533,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["this.config.get('navigation.opened",{"_index":536,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["this.config.get('navigation.pinned",{"_index":532,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["this.currentthemedensity",{"_index":544,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["this.environment.production",{"_index":119,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{}}}],["this.fixedbottomgap",{"_index":430,"title":{},"body":{"components/LayoutComponent.html":{},"injectables/LayoutComponentService.html":{}}}],["this.fixedtopgap",{"_index":432,"title":{},"body":{"components/LayoutComponent.html":{},"injectables/LayoutComponentService.html":{}}}],["this.footercomponentservice.portalcount",{"_index":542,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["this.footerservice.pushportal(this._portal",{"_index":283,"title":{},"body":{"directives/FooterDirective.html":{}}}],["this.footerservice.removeportal(this._portal",{"_index":284,"title":{},"body":{"directives/FooterDirective.html":{}}}],["this.getapp(appid",{"_index":101,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{}}}],["this.getappurl(appid",{"_index":104,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{}}}],["this.getcustommenuitems(data",{"_index":948,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["this.getpathprefix",{"_index":46,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{}}}],["this.headercomponentservice.componentcount",{"_index":546,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["this.injector",{"_index":952,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["this.injector.get",{"_index":814,"title":{},"body":{"injectables/NavigationService.html":{}}}],["this.insert(id",{"_index":793,"title":{},"body":{"injectables/NavigationService.html":{}}}],["this.inserts.delete(id",{"_index":805,"title":{},"body":{"injectables/NavigationService.html":{}}}],["this.inserts.get(id",{"_index":804,"title":{},"body":{"injectables/NavigationService.html":{}}}],["this.inserts.has(id",{"_index":803,"title":{},"body":{"injectables/NavigationService.html":{}}}],["this.inserts.has(navigationitem.insert",{"_index":857,"title":{},"body":{"injectables/NavigationService.html":{}}}],["this.inserts.set(id",{"_index":802,"title":{},"body":{"injectables/NavigationService.html":{}}}],["this.isnavigationdivideritem(item",{"_index":636,"title":{},"body":{"components/NavigationComponent.html":{}}}],["this.isnavigationitem(item",{"_index":637,"title":{},"body":{"components/NavigationComponent.html":{}}}],["this.items",{"_index":624,"title":{},"body":{"components/NavigationComponent.html":{}}}],["this.items.set(items",{"_index":954,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["this.layoutcomponentservice.logo.src",{"_index":439,"title":{},"body":{"components/LayoutComponent.html":{}}}],["this.layoutcomponentservice.logo.width",{"_index":442,"title":{},"body":{"components/LayoutComponent.html":{}}}],["this.localeid",{"_index":120,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{}}}],["this.localeid.replace",{"_index":121,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{}}}],["this.logo",{"_index":547,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["this.logosrc",{"_index":438,"title":{},"body":{"components/LayoutComponent.html":{}}}],["this.logowidth",{"_index":441,"title":{},"body":{"components/LayoutComponent.html":{}}}],["this.mode",{"_index":538,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["this.mode.set('over",{"_index":557,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["this.mode.set('side",{"_index":555,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["this.modules",{"_index":1118,"title":{},"body":{"components/VersionComponent.html":{}}}],["this.navigating",{"_index":755,"title":{},"body":{"components/NavigationProgressBarComponent.html":{}}}],["this.navigation",{"_index":791,"title":{},"body":{"injectables/NavigationService.html":{}}}],["this.navigation$.next(this.replaceinserts(this.navigation",{"_index":806,"title":{},"body":{"injectables/NavigationService.html":{}}}],["this.navigation$.pipe",{"_index":796,"title":{},"body":{"injectables/NavigationService.html":{}}}],["this.navigationservice.config",{"_index":626,"title":{},"body":{"components/NavigationComponent.html":{}}}],["this.opened",{"_index":340,"title":{},"body":{"components/HeaderComponent.html":{},"components/LayoutComponent.html":{},"injectables/LayoutComponentService.html":{},"components/SidenavToggleButtonComponent.html":{}}}],["this.opened.set(!this.opened",{"_index":559,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["this.opened.set(false",{"_index":554,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["this.opened.set(true",{"_index":556,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["this.openwindowsidenav",{"_index":1057,"title":{},"body":{"components/ToggleWindowSidenavButtonComponent.html":{}}}],["this.openwindowsidenavchange.emit(this.openwindowsidenav",{"_index":1058,"title":{},"body":{"components/ToggleWindowSidenavButtonComponent.html":{}}}],["this.pinned",{"_index":434,"title":{},"body":{"components/LayoutComponent.html":{},"injectables/LayoutComponentService.html":{}}}],["this.pinned.set(!this.pinned",{"_index":560,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["this.portals.delete(component.id",{"_index":1162,"title":{},"body":{"components/WindowContainerSidenavComponent.html":{}}}],["this.portals.get(component.id",{"_index":1161,"title":{},"body":{"components/WindowContainerSidenavComponent.html":{}}}],["this.portals.has(component.id",{"_index":1149,"title":{},"body":{"components/WindowContainerSidenavComponent.html":{}}}],["this.portals.set(component.id",{"_index":1159,"title":{},"body":{"components/WindowContainerSidenavComponent.html":{}}}],["this.release",{"_index":444,"title":{},"body":{"components/LayoutComponent.html":{}}}],["this.remove(component",{"_index":1146,"title":{},"body":{"components/WindowContainerSidenavComponent.html":{}}}],["this.replaceinserts(navigationitem.children",{"_index":861,"title":{},"body":{"injectables/NavigationService.html":{}}}],["this.replaceinserts(this.inserts.get(navigationitem.insert",{"_index":859,"title":{},"body":{"injectables/NavigationService.html":{}}}],["this.route.data.pipe",{"_index":946,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["this.router.events",{"_index":733,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["this.router.events.pipe",{"_index":756,"title":{},"body":{"components/NavigationProgressBarComponent.html":{}}}],["this.router.url.split",{"_index":739,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["this.rrp.transform(routerlink",{"_index":878,"title":{},"body":{"pipes/ReplaceRouterPathsPipe.html":{}}}],["this.service.getall",{"_index":1141,"title":{},"body":{"components/WindowContainerSidenavComponent.html":{}}}],["this.sidenavmode",{"_index":436,"title":{},"body":{"components/LayoutComponent.html":{}}}],["this.subscription",{"_index":625,"title":{},"body":{"components/NavigationComponent.html":{},"components/VersionComponent.html":{}}}],["this.subscription.add(this.service.add$.pipe",{"_index":1143,"title":{},"body":{"components/WindowContainerSidenavComponent.html":{}}}],["this.subscription.add(this.service.remove$.pipe",{"_index":1145,"title":{},"body":{"components/WindowContainerSidenavComponent.html":{}}}],["this.subscription.unsubscribe",{"_index":1147,"title":{},"body":{"components/WindowContainerSidenavComponent.html":{}}}],["this.subscription?.unsubscribe",{"_index":630,"title":{},"body":{"components/NavigationComponent.html":{},"components/VersionComponent.html":{}}}],["this.template",{"_index":281,"title":{},"body":{"directives/FooterDirective.html":{}}}],["this.theme.applydensity(density",{"_index":959,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["this.theme.applydensity(this.theme.density",{"_index":960,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["this.theme.applytheme(theme",{"_index":965,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["this.theme.applytheme(this.theme.themename",{"_index":966,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["this.theme.applytypography(this.theme.typography",{"_index":963,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["this.theme.applytypography(typography",{"_index":962,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["this.theme.getavailablethemes",{"_index":943,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["this.theme.getavailabletypographies",{"_index":945,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["this.theme.setdensity(density",{"_index":961,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["this.theme.settheme(theme",{"_index":967,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["this.theme.settypography(typography",{"_index":964,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["this.themeservice.setdensity(theme.density",{"_index":454,"title":{},"body":{"components/LayoutComponent.html":{}}}],["this.themeservice.settheme(theme.preset",{"_index":450,"title":{},"body":{"components/LayoutComponent.html":{}}}],["this.themeservice.settypography(theme.typography",{"_index":456,"title":{},"body":{"components/LayoutComponent.html":{}}}],["this.updatenavigation",{"_index":794,"title":{},"body":{"injectables/NavigationService.html":{}}}],["this.username",{"_index":1090,"title":{},"body":{"components/UserProfileIconComponent.html":{}}}],["this.userprofileservice.connect",{"_index":1092,"title":{},"body":{"components/UserProfileIconComponent.html":{}}}],["this.usersettingsthemeservice.get().then(theme",{"_index":448,"title":{},"body":{"components/LayoutComponent.html":{}}}],["this.usersettingsthemeservice.startsync",{"_index":447,"title":{},"body":{"components/LayoutComponent.html":{}}}],["this.usersettingsthemeservice.stopsync",{"_index":446,"title":{},"body":{"components/LayoutComponent.html":{}}}],["this.version.get",{"_index":1119,"title":{},"body":{"components/VersionComponent.html":{}}}],["this.version.update$.pipe",{"_index":1120,"title":{},"body":{"components/VersionComponent.html":{}}}],["this.viewcontainerref",{"_index":282,"title":{},"body":{"directives/FooterDirective.html":{}}}],["those",{"_index":1766,"title":{},"body":{"license.html":{}}}],["though",{"_index":2174,"title":{},"body":{"license.html":{}}}],["threatened",{"_index":1777,"title":{},"body":{"license.html":{}}}],["three",{"_index":2062,"title":{},"body":{"license.html":{}}}],["through",{"_index":1851,"title":{},"body":{"license.html":{}}}],["throw",{"_index":105,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{},"components/NavigationComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["thumb",{"_index":1002,"title":{},"body":{"components/SidenavComponent.html":{}}}],["thus",{"_index":1954,"title":{},"body":{"license.html":{}}}],["time",{"_index":2244,"title":{},"body":{"license.html":{}}}],["title",{"_index":644,"title":{},"body":{"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"interfaces/NavigationStatus.html":{}}}],["to192px",{"_index":1496,"title":{},"body":{"changelog.html":{}}}],["todo",{"_index":827,"title":{},"body":{"injectables/NavigationService.html":{}}}],["toesnext",{"_index":1526,"title":{},"body":{"changelog.html":{}}}],["toggle",{"_index":226,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["togglenavigationcollapse",{"_index":1014,"title":{},"body":{"injectables/SidenavComponentService.html":{}}}],["toggleopened",{"_index":494,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["togglepinned",{"_index":495,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["togglewindowsidenavbuttoncomponent",{"_index":230,"title":{"components/ToggleWindowSidenavButtonComponent.html":{}},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["tokens",{"_index":168,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/HeaderComponent.html":{},"injectables/LayoutComponentService.html":{},"injectables/NavigationService.html":{}}}],["tools",{"_index":1911,"title":{},"body":{"license.html":{}}}],["tooltip",{"_index":1487,"title":{},"body":{"changelog.html":{}}}],["top",{"_index":995,"title":{},"body":{"components/SidenavComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{}}}],["tosignal",{"_index":515,"title":{},"body":{"injectables/LayoutComponentService.html":{},"components/UserProfileIconComponent.html":{}}}],["tosignal(observecurrentthemedensity",{"_index":522,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["tosignal(this.authenticationservice.isauthenticated$.pipe",{"_index":1091,"title":{},"body":{"components/UserProfileIconComponent.html":{}}}],["track",{"_index":998,"title":{},"body":{"components/SidenavComponent.html":{}}}],["trackby",{"_index":1131,"title":{},"body":{"components/WindowContainerSidenavComponent.html":{}}}],["trackby(index",{"_index":1135,"title":{},"body":{"components/WindowContainerSidenavComponent.html":{}}}],["trade",{"_index":2200,"title":{},"body":{"license.html":{}}}],["trademark",{"_index":2199,"title":{},"body":{"license.html":{}}}],["trademarks",{"_index":2201,"title":{},"body":{"license.html":{}}}],["transaction",{"_index":2145,"title":{},"body":{"license.html":{}}}],["transfer",{"_index":1853,"title":{},"body":{"license.html":{}}}],["transferred",{"_index":2146,"title":{},"body":{"license.html":{}}}],["transferring",{"_index":2269,"title":{},"body":{"license.html":{}}}],["transform",{"_index":374,"title":{},"body":{"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"pipes/ReplaceRouterPathsPipe.html":{},"injectables/ReplaceRouterPathsService.html":{},"components/SidenavComponent.html":{}}}],["transform(routerlink",{"_index":870,"title":{},"body":{"pipes/ReplaceRouterPathsPipe.html":{},"injectables/ReplaceRouterPathsService.html":{}}}],["transition",{"_index":472,"title":{},"body":{"components/LayoutComponent.html":{},"components/NavigationItemComponent.html":{}}}],["transition(':enter",{"_index":710,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["transition(':leave",{"_index":714,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["translatex(calc",{"_index":463,"title":{},"body":{"components/LayoutComponent.html":{}}}],["translatey(0",{"_index":375,"title":{},"body":{"components/LanguageSelectorComponent.html":{}}}],["transmission",{"_index":2097,"title":{},"body":{"license.html":{}}}],["treated",{"_index":2173,"title":{},"body":{"license.html":{}}}],["treaty",{"_index":1978,"title":{},"body":{"license.html":{}}}],["tree",{"_index":130,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{},"miscellaneous/functions.html":{}}}],["trigger",{"_index":698,"title":{},"body":{"components/NavigationItemComponent.html":{},"changelog.html":{}}}],["trigger('sub",{"_index":708,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["true",{"_index":145,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"directives/FooterDirective.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"injectables/LayoutComponentService.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"injectables/NavigationService.html":{},"pipes/ReplaceRouterPathsPipe.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"directives/SidenavFooterDirective.html":{},"directives/SidenavHeaderDirective.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["tslib",{"_index":1584,"title":{},"body":{"dependencies.html":{}}}],["two",{"_index":1721,"title":{},"body":{"license.html":{}}}],["type",{"_index":29,"title":{},"body":{"injectables/AppUrlService.html":{},"components/AppsButtonComponent.html":{},"interfaces/ExternalApps.html":{},"components/FooterComponent.html":{},"directives/FooterDirective.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"injectables/LayoutComponentService.html":{},"interfaces/LogoConfig.html":{},"components/NavigationComponent.html":{},"interfaces/NavigationDividerItem.html":{},"interfaces/NavigationInsertItem.html":{},"interfaces/NavigationItem.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"injectables/NavigationService.html":{},"interfaces/NavigationStatus.html":{},"pipes/ReplaceRouterPathsPipe.html":{},"injectables/ReplaceRouterPathsService.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"injectables/SidenavComponentService.html":{},"directives/SidenavFooterDirective.html":{},"directives/SidenavHeaderDirective.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{},"miscellaneous/functions.html":{},"miscellaneous/typealiases.html":{}}}],["typealiases",{"_index":2449,"title":{"miscellaneous/typealiases.html":{}},"body":{}}],["typeof",{"_index":790,"title":{},"body":{"injectables/NavigationService.html":{}}}],["types",{"_index":520,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["typescript",{"_index":252,"title":{},"body":{"injectables/AuthenticationServiceMock.html":{}}}],["typical",{"_index":2124,"title":{},"body":{"license.html":{}}}],["typography",{"_index":917,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["typographyname",{"_index":975,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["ul[rxap",{"_index":209,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["unacceptable",{"_index":1763,"title":{},"body":{"license.html":{}}}],["undefined",{"_index":308,"title":{},"body":{"components/HeaderComponent.html":{},"injectables/NavigationService.html":{},"components/SettingsButtonComponent.html":{},"changelog.html":{}}}],["under",{"_index":1809,"title":{},"body":{"license.html":{}}}],["unless",{"_index":2133,"title":{},"body":{"license.html":{}}}],["unlimited",{"_index":1938,"title":{},"body":{"license.html":{}}}],["unmodified",{"_index":1826,"title":{},"body":{"license.html":{}}}],["unnecessary",{"_index":1966,"title":{},"body":{"license.html":{}}}],["unpacking",{"_index":2169,"title":{},"body":{"license.html":{}}}],["until",{"_index":2232,"title":{},"body":{"license.html":{}}}],["update",{"_index":767,"title":{},"body":{"injectables/NavigationService.html":{},"changelog.html":{}}}],["updatenavigation",{"_index":761,"title":{},"body":{"injectables/NavigationService.html":{}}}],["updates",{"_index":2156,"title":{},"body":{"license.html":{}}}],["upgrade",{"_index":1438,"title":{},"body":{"changelog.html":{}}}],["url",{"_index":103,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{}}}],["url.service",{"_index":172,"title":{},"body":{"components/AppsButtonComponent.html":{}}}],["url.service.ts",{"_index":7,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{}}}],["url.service.ts:30",{"_index":25,"title":{},"body":{"injectables/AppUrlService.html":{}}}],["url.service.ts:43",{"_index":33,"title":{},"body":{"injectables/AppUrlService.html":{}}}],["url.service.ts:47",{"_index":43,"title":{},"body":{"injectables/AppUrlService.html":{}}}],["url.service.ts:59",{"_index":48,"title":{},"body":{"injectables/AppUrlService.html":{}}}],["url.service.ts:67",{"_index":50,"title":{},"body":{"injectables/AppUrlService.html":{}}}],["url.service.ts:77",{"_index":38,"title":{},"body":{"injectables/AppUrlService.html":{}}}],["urlparts",{"_index":738,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["urlparts[0",{"_index":740,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["usage",{"_index":1303,"title":{},"body":{"changelog.html":{}}}],["use",{"_index":773,"title":{},"body":{"injectables/NavigationService.html":{},"changelog.html":{},"license.html":{}}}],["used",{"_index":1792,"title":{},"body":{"license.html":{}}}],["user",{"_index":233,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{},"changelog.html":{},"dependencies.html":{},"license.html":{}}}],["user@^18.0.3",{"_index":1629,"title":{},"body":{"index.html":{}}}],["username",{"_index":1072,"title":{},"body":{"components/UserProfileIconComponent.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["userprofiledatasource",{"_index":1074,"title":{},"body":{"components/UserProfileIconComponent.html":{}}}],["userprofileiconcomponent",{"_index":232,"title":{"components/UserProfileIconComponent.html":{}},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["userprofileservice",{"_index":1078,"title":{},"body":{"components/UserProfileIconComponent.html":{}}}],["users",{"_index":1679,"title":{},"body":{"license.html":{}}}],["usersettingsthemeservice",{"_index":422,"title":{},"body":{"components/LayoutComponent.html":{}}}],["uses",{"_index":2127,"title":{},"body":{"license.html":{}}}],["using",{"_index":2096,"title":{},"body":{"license.html":{}}}],["utilities",{"_index":66,"title":{},"body":{"injectables/AppUrlService.html":{},"interfaces/ExternalApps.html":{},"dependencies.html":{}}}],["utilities@^1.1.4",{"_index":1618,"title":{},"body":{"index.html":{}}}],["utility",{"_index":1326,"title":{},"body":{"changelog.html":{}}}],["valid",{"_index":2061,"title":{},"body":{"license.html":{}}}],["value",{"_index":45,"title":{},"body":{"injectables/AppUrlService.html":{},"components/AppsButtonComponent.html":{},"components/HeaderComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"injectables/NavigationService.html":{},"components/SettingsButtonComponent.html":{},"injectables/SidenavComponentService.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/WindowContainerSidenavComponent.html":{},"miscellaneous/variables.html":{}}}],["var",{"_index":196,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["variables",{"_index":2452,"title":{"miscellaneous/variables.html":{}},"body":{"miscellaneous/variables.html":{}}}],["verbatim",{"_index":1656,"title":{},"body":{"license.html":{}}}],["version",{"_index":1108,"title":{},"body":{"components/VersionComponent.html":{},"changelog.html":{},"license.html":{},"properties.html":{}}}],["version'},{'name",{"_index":237,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["version.component.html",{"_index":1110,"title":{},"body":{"components/VersionComponent.html":{}}}],["version.component.scss",{"_index":1109,"title":{},"body":{"components/VersionComponent.html":{}}}],["versioncomponent",{"_index":236,"title":{"components/VersionComponent.html":{}},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["versions",{"_index":1429,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["versionservice",{"_index":1113,"title":{},"body":{"components/VersionComponent.html":{}}}],["very",{"_index":973,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["view",{"_index":1867,"title":{},"body":{"license.html":{}}}],["viewchange",{"_index":1093,"title":{},"body":{"components/UserProfileIconComponent.html":{}}}],["viewchild",{"_index":410,"title":{},"body":{"components/LayoutComponent.html":{},"components/NavigationItemComponent.html":{}}}],["viewchild(matsidenav",{"_index":406,"title":{},"body":{"components/LayoutComponent.html":{}}}],["viewchild(routerlinkactive",{"_index":689,"title":{},"body":{"components/NavigationItemComponent.html":{}}}],["viewcontainerref",{"_index":273,"title":{},"body":{"directives/FooterDirective.html":{},"components/NavigationItemComponent.html":{}}}],["viewencapsulation",{"_index":603,"title":{},"body":{"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{}}}],["viewencapsulation.none",{"_index":565,"title":{},"body":{"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{}}}],["violates",{"_index":2162,"title":{},"body":{"license.html":{}}}],["violation",{"_index":2228,"title":{},"body":{"license.html":{}}}],["visibility",{"_index":467,"title":{},"body":{"components/LayoutComponent.html":{}}}],["visible",{"_index":468,"title":{},"body":{"components/LayoutComponent.html":{},"changelog.html":{},"license.html":{}}}],["void",{"_index":51,"title":{},"body":{"injectables/AppUrlService.html":{},"injectables/AuthenticationServiceMock.html":{},"interfaces/ExternalApps.html":{},"injectables/LayoutComponentService.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"injectables/NavigationService.html":{},"components/SettingsButtonComponent.html":{},"injectables/SidenavComponentService.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{},"license.html":{}}}],["volume",{"_index":2037,"title":{},"body":{"license.html":{}}}],["wait",{"_index":829,"title":{},"body":{"injectables/NavigationService.html":{}}}],["waiting",{"_index":833,"title":{},"body":{"injectables/NavigationService.html":{}}}],["waive",{"_index":1986,"title":{},"body":{"license.html":{}}}],["waiver",{"_index":2432,"title":{},"body":{"license.html":{}}}],["want",{"_index":1692,"title":{},"body":{"license.html":{}}}],["warranties",{"_index":1865,"title":{},"body":{"license.html":{}}}],["warranty",{"_index":1734,"title":{},"body":{"license.html":{}}}],["way",{"_index":1683,"title":{},"body":{"license.html":{}}}],["ways",{"_index":2051,"title":{},"body":{"license.html":{}}}],["webkit",{"_index":484,"title":{},"body":{"components/LayoutComponent.html":{},"components/SidenavComponent.html":{}}}],["well",{"_index":1844,"title":{},"body":{"license.html":{}}}],["what's",{"_index":968,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["what\\'s",{"_index":977,"title":{},"body":{"components/SettingsButtonComponent.html":{}}}],["whatever",{"_index":2274,"title":{},"body":{"license.html":{}}}],["whether",{"_index":1710,"title":{},"body":{"license.html":{}}}],["whole",{"_index":1890,"title":{},"body":{"license.html":{}}}],["whose",{"_index":2105,"title":{},"body":{"license.html":{}}}],["widely",{"_index":1885,"title":{},"body":{"license.html":{}}}],["width",{"_index":357,"title":{},"body":{"components/LanguageSelectorComponent.html":{},"injectables/LayoutComponentService.html":{},"interfaces/LogoConfig.html":{},"components/SidenavComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"changelog.html":{}}}],["window",{"_index":231,"title":{},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{},"license.html":{}}}],["windowcontainersidenavcomponent",{"_index":238,"title":{"components/WindowContainerSidenavComponent.html":{}},"body":{"components/AppsButtonComponent.html":{},"components/FooterComponent.html":{},"components/HeaderComponent.html":{},"components/LanguageSelectorComponent.html":{},"components/LayoutComponent.html":{},"components/NavigationComponent.html":{},"components/NavigationItemComponent.html":{},"components/NavigationProgressBarComponent.html":{},"components/ResetButtonComponent.html":{},"components/SettingsButtonComponent.html":{},"components/SidenavComponent.html":{},"components/SidenavToggleButtonComponent.html":{},"components/SignOutComponent.html":{},"components/ToggleWindowSidenavButtonComponent.html":{},"components/UserProfileIconComponent.html":{},"components/VersionComponent.html":{},"components/WindowContainerSidenavComponent.html":{}}}],["windowcontainersidenavservice",{"_index":1133,"title":{},"body":{"components/WindowContainerSidenavComponent.html":{}}}],["wipo",{"_index":1977,"title":{},"body":{"license.html":{}}}],["wish",{"_index":1690,"title":{},"body":{"license.html":{}}}],["within",{"_index":2211,"title":{},"body":{"license.html":{}}}],["without",{"_index":1829,"title":{},"body":{"license.html":{}}}],["work",{"_index":1681,"title":{},"body":{"license.html":{}}}],["work's",{"_index":1910,"title":{},"body":{"license.html":{}}}],["working",{"_index":1886,"title":{},"body":{"license.html":{}}}],["works",{"_index":1664,"title":{},"body":{"license.html":{}}}],["workspace",{"_index":1605,"title":{},"body":{"index.html":{}}}],["worldwide",{"_index":2306,"title":{},"body":{"license.html":{}}}],["wrapper",{"_index":367,"title":{},"body":{"components/LanguageSelectorComponent.html":{}}}],["writablesignal",{"_index":502,"title":{},"body":{"injectables/LayoutComponentService.html":{}}}],["writing",{"_index":2393,"title":{},"body":{"license.html":{}}}],["written",{"_index":2060,"title":{},"body":{"license.html":{}}}],["y",{"_index":996,"title":{},"body":{"components/SidenavComponent.html":{}}}],["yarn",{"_index":1607,"title":{},"body":{"index.html":{}}}],["years",{"_index":2063,"title":{},"body":{"license.html":{}}}],["yourself",{"_index":2324,"title":{},"body":{"license.html":{}}}],["z",{"_index":1062,"title":{},"body":{"components/ToggleWindowSidenavButtonComponent.html":{}}}]],"pipeline":["stemmer"]},
3
+ "store": {"injectables/AppUrlService.html":{"url":"injectables/AppUrlService.html","title":"injectable - AppUrlService","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n AppUrlService\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/lib/app-url.service.ts\n \n\n\n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n Public\n getApp\n \n \n Public\n Async\n getAppList\n \n \n Public\n getAppUrl\n \n \n Public\n getAppUrlOrThrow\n \n \n Public\n navigate\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(config: ConfigService, localeId: string, authorizationService: AuthorizationService, environment: Environment)\n \n \n \n \n Defined in src/lib/app-url.service.ts:30\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n config\n \n \n ConfigService\n \n \n \n No\n \n \n \n \n localeId\n \n \n string\n \n \n \n No\n \n \n \n \n authorizationService\n \n \n AuthorizationService\n \n \n \n No\n \n \n \n \n environment\n \n \n Environment\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n Public\n getApp\n \n \n \n \n \n \n \n getApp(appId: string)\n \n \n\n\n \n \n Defined in src/lib/app-url.service.ts:43\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n appId\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : ExternalApps | null\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Public\n Async\n getAppList\n \n \n \n \n \n \n \n getAppList()\n \n \n\n\n \n \n Defined in src/lib/app-url.service.ts:77\n \n \n\n\n \n \n\n \n Returns : Promise>\n\n \n \n \n \n \n \n \n \n \n \n \n Public\n getAppUrl\n \n \n \n \n \n \n \n getAppUrl(appId: string, path: string, infix: string | null)\n \n \n\n\n \n \n Defined in src/lib/app-url.service.ts:47\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Default value\n \n \n \n \n appId\n \n string\n \n\n \n No\n \n\n \n \n\n \n \n path\n \n string\n \n\n \n No\n \n\n \n \n\n \n \n infix\n \n string | null\n \n\n \n No\n \n\n \n this.getPathPrefix()\n \n\n \n \n \n \n \n Returns : string | null\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Public\n getAppUrlOrThrow\n \n \n \n \n \n \n \n getAppUrlOrThrow(appId: string, path: string)\n \n \n\n\n \n \n Defined in src/lib/app-url.service.ts:59\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n appId\n \n string\n \n\n \n No\n \n\n\n \n \n path\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : string\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Public\n navigate\n \n \n \n \n \n \n \n navigate(appId: string, path: string)\n \n \n\n\n \n \n Defined in src/lib/app-url.service.ts:67\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n appId\n \n string\n \n\n \n No\n \n\n\n \n \n path\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n\n \n\n\n \n import {\n Inject,\n Injectable,\n LOCALE_ID,\n} from '@angular/core';\nimport { AuthorizationService } from '@rxap/authorization';\n// eslint-disable-next-line @nx/enforce-module-boundaries\nimport { ClickOnLink } from '@rxap/browser-utilities';\nimport { ConfigService } from '@rxap/config';\nimport {\n Environment,\n RXAP_ENVIRONMENT,\n} from '@rxap/environment';\nimport { JoinPath } from '@rxap/utilities';\nimport { firstValueFrom } from 'rxjs';\n\nexport interface ExternalApps {\n image?: string;\n label: string;\n href: string;\n empty?: false;\n hidden?: boolean;\n id?: string;\n permissions: string[];\n}\n\n@Injectable({ providedIn: 'root' })\nexport class AppUrlService {\n\n private _apps: Array;\n\n constructor(\n private readonly config: ConfigService,\n @Inject(LOCALE_ID)\n private readonly localeId: string,\n private readonly authorizationService: AuthorizationService,\n @Inject(RXAP_ENVIRONMENT)\n private readonly environment: Environment,\n ) {\n this._apps = this.config.get('navigation.apps', []);\n }\n\n public getApp(appId: string): ExternalApps | null {\n return this._apps.find(app => app.id === appId) ?? null;\n }\n\n public getAppUrl(appId: string, path: string, infix: string | null = this.getPathPrefix()): string | null {\n\n const app = this.getApp(appId);\n\n if (app) {\n return JoinPath(app.href, infix, path);\n }\n\n return null;\n\n }\n\n public getAppUrlOrThrow(appId: string, path: string): string {\n const url = this.getAppUrl(appId, path);\n if (url) {\n return url;\n }\n throw new Error(`Could not find app with id \"${ appId }\"`);\n }\n\n public navigate(appId: string, path: string): void {\n\n const url = this.getAppUrl(appId, path);\n\n if (url) {\n ClickOnLink(url);\n }\n\n }\n\n public async getAppList(): Promise> {\n const appList = this\n ._apps\n .filter(app => !app.hidden)\n .map(app => ({\n ...app,\n href: JoinPath(app.href, this.getPathPrefix()),\n }));\n\n const filteredAppList: Array = [];\n for (const app of appList) {\n if (await firstValueFrom(this.authorizationService.hasPermission$(app.permissions))) {\n filteredAppList.push(app);\n }\n }\n return filteredAppList;\n }\n\n private getPathPrefix(): string {\n if (this.environment.production && this.localeId) {\n return this.localeId.replace(/-.+$/, '');\n }\n return '';\n }\n\n}\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/AppsButtonComponent.html":{"url":"components/AppsButtonComponent.html","title":"component - AppsButtonComponent","body":"\n \n\n\n\n\n\n Components\n \n AppsButtonComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/lib/header/apps-button/apps-button.component.ts\n\n\n\n\n\n \n Implements\n \n \n OnInit\n OnDestroy\n \n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n rxap-apps-button\n \n\n \n standalone\n true\n \n\n \n imports\n \n NgIf\n NgFor\n MatButtonModule\n MatIconModule\n NgOptimizedImage\n \n \n\n \n styleUrls\n ./apps-button.component.scss\n \n\n\n\n \n templateUrl\n ./apps-button.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n Readonly\n appList\n \n \n Public\n isOpen\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(grid: any, appUrlService: AppUrlService, authenticationService: RxapAuthenticationService)\n \n \n \n \n Defined in src/lib/header/apps-button/apps-button.component.ts:51\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n grid\n \n \n any\n \n \n \n No\n \n \n \n \n appUrlService\n \n \n AppUrlService\n \n \n \n No\n \n \n \n \n authenticationService\n \n \n RxapAuthenticationService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n\n\n\n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n Readonly\n appList\n \n \n \n \n \n \n Default value : signal>([])\n \n \n \n \n Defined in src/lib/header/apps-button/apps-button.component.ts:49\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n isOpen\n \n \n \n \n \n \n Default value : false\n \n \n \n \n Defined in src/lib/header/apps-button/apps-button.component.ts:47\n \n \n\n\n \n \n\n\n\n\n\n \n import {\n ChangeDetectionStrategy,\n Component,\n Inject,\n OnDestroy,\n OnInit,\n Optional,\n signal,\n} from '@angular/core';\nimport { RXAP_LAYOUT_APPS_GRID } from '../../tokens';\nimport { MatIconModule } from '@angular/material/icon';\nimport { MatButtonModule } from '@angular/material/button';\nimport {\n NgFor,\n NgIf,\n NgOptimizedImage,\n} from '@angular/common';\nimport {\n AppUrlService,\n ExternalApps,\n} from '../../app-url.service';\nimport { RxapAuthenticationService } from '@rxap/authentication';\nimport {\n Subscription,\n switchMap,\n} from 'rxjs';\nimport {\n filter,\n tap,\n} from 'rxjs/operators';\n\n@Component({\n selector: 'rxap-apps-button',\n templateUrl: './apps-button.component.html',\n styleUrls: [ './apps-button.component.scss' ],\n changeDetection: ChangeDetectionStrategy.OnPush,\n standalone: true,\n imports: [\n NgIf,\n NgFor,\n MatButtonModule,\n MatIconModule,\n NgOptimizedImage,\n ],\n})\nexport class AppsButtonComponent implements OnInit, OnDestroy {\n public isOpen = false;\n\n public readonly appList = signal>([]);\n\n private _subscription?: Subscription;\n\n constructor(\n @Optional()\n @Inject(RXAP_LAYOUT_APPS_GRID)\n grid: any,\n private readonly appUrlService: AppUrlService,\n private readonly authenticationService: RxapAuthenticationService,\n ) {}\n\n ngOnInit() {\n this._subscription = this.authenticationService.isAuthenticated$.pipe(\n filter(Boolean),\n switchMap(() => this.appUrlService.getAppList()),\n tap((apps) => this.appList.set(apps)),\n ).subscribe();\n }\n\n ngOnDestroy() {\n this._subscription?.unsubscribe();\n }\n\n}\n\n \n\n \n \n\n \n\n \n \n \n \n {{app.label}}\n \n \n \n\n \n\n \n \n \n\n\n\n \n\n \n \n ./apps-button.component.scss\n \n \n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' {{app.label}} '\n var COMPONENTS = [{'name': 'AppsButtonComponent', 'selector': 'rxap-apps-button'},{'name': 'FooterComponent', 'selector': 'rxap-footer'},{'name': 'HeaderComponent', 'selector': 'rxap-header'},{'name': 'LanguageSelectorComponent', 'selector': 'rxap-language-selector'},{'name': 'LayoutComponent', 'selector': 'rxap-layout'},{'name': 'NavigationComponent', 'selector': 'ul[rxap-navigation]'},{'name': 'NavigationItemComponent', 'selector': 'li[rxap-navigation-item]'},{'name': 'NavigationProgressBarComponent', 'selector': 'rxap-navigation-progress-bar'},{'name': 'ResetButtonComponent', 'selector': 'rxap-reset-button'},{'name': 'SettingsButtonComponent', 'selector': 'rxap-settings-button'},{'name': 'SidenavComponent', 'selector': 'rxap-sidenav'},{'name': 'SidenavToggleButtonComponent', 'selector': 'rxap-sidenav-toggle-button'},{'name': 'SignOutComponent', 'selector': 'rxap-sign-out'},{'name': 'ToggleWindowSidenavButtonComponent', 'selector': 'rxap-toggle-window-sidenav-button'},{'name': 'UserProfileIconComponent', 'selector': 'rxap-user-profile-icon'},{'name': 'VersionComponent', 'selector': 'rxap-version'},{'name': 'WindowContainerSidenavComponent', 'selector': 'rxap-window-container-sidenav'}];\n var DIRECTIVES = [{'name': 'FooterDirective', 'selector': '[rxapFooter]'},{'name': 'SidenavFooterDirective', 'selector': '[rxapSidenavFooter]'},{'name': 'SidenavHeaderDirective', 'selector': '[rxapSidenavHeader]'}];\n var ACTUAL_COMPONENT = {'name': 'AppsButtonComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/AuthenticationServiceMock.html":{"url":"injectables/AuthenticationServiceMock.html","title":"injectable - AuthenticationServiceMock","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n AuthenticationServiceMock\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/lib/authentication.service.mock.ts\n \n\n\n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n Public\n signOut\n \n \n \n \n\n\n\n\n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n Public\n signOut\n \n \n \n \n \n \n \n signOut()\n \n \n\n\n \n \n Defined in src/lib/authentication.service.mock.ts:7\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n\n\n \n\n\n \n import { Injectable } from '@angular/core';\n\n@Injectable()\nexport class AuthenticationServiceMock {\n\n // eslint-disable-next-line @typescript-eslint/no-empty-function\n public signOut(): void {\n }\n\n}\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/ExternalApps.html":{"url":"interfaces/ExternalApps.html","title":"interface - ExternalApps","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n ExternalApps\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/lib/app-url.service.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Optional\n \n empty\n \n \n \n Optional\n \n hidden\n \n \n \n \n href\n \n \n \n Optional\n \n id\n \n \n \n Optional\n \n image\n \n \n \n \n label\n \n \n \n \n permissions\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n empty\n \n \n \n \n \n \n \n \n empty: \n\n \n \n\n\n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n hidden\n \n \n \n \n \n \n \n \n hidden: boolean\n\n \n \n\n\n \n \n Type : boolean\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n href\n \n \n \n \n \n \n \n \n href: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n id\n \n \n \n \n \n \n \n \n id: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n image\n \n \n \n \n \n \n \n \n image: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n label\n \n \n \n \n \n \n \n \n label: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n permissions\n \n \n \n \n \n \n \n \n permissions: string[]\n\n \n \n\n\n \n \n Type : string[]\n\n \n \n\n\n\n\n\n \n \n \n \n\n\n \n import {\n Inject,\n Injectable,\n LOCALE_ID,\n} from '@angular/core';\nimport { AuthorizationService } from '@rxap/authorization';\n// eslint-disable-next-line @nx/enforce-module-boundaries\nimport { ClickOnLink } from '@rxap/browser-utilities';\nimport { ConfigService } from '@rxap/config';\nimport {\n Environment,\n RXAP_ENVIRONMENT,\n} from '@rxap/environment';\nimport { JoinPath } from '@rxap/utilities';\nimport { firstValueFrom } from 'rxjs';\n\nexport interface ExternalApps {\n image?: string;\n label: string;\n href: string;\n empty?: false;\n hidden?: boolean;\n id?: string;\n permissions: string[];\n}\n\n@Injectable({ providedIn: 'root' })\nexport class AppUrlService {\n\n private _apps: Array;\n\n constructor(\n private readonly config: ConfigService,\n @Inject(LOCALE_ID)\n private readonly localeId: string,\n private readonly authorizationService: AuthorizationService,\n @Inject(RXAP_ENVIRONMENT)\n private readonly environment: Environment,\n ) {\n this._apps = this.config.get('navigation.apps', []);\n }\n\n public getApp(appId: string): ExternalApps | null {\n return this._apps.find(app => app.id === appId) ?? null;\n }\n\n public getAppUrl(appId: string, path: string, infix: string | null = this.getPathPrefix()): string | null {\n\n const app = this.getApp(appId);\n\n if (app) {\n return JoinPath(app.href, infix, path);\n }\n\n return null;\n\n }\n\n public getAppUrlOrThrow(appId: string, path: string): string {\n const url = this.getAppUrl(appId, path);\n if (url) {\n return url;\n }\n throw new Error(`Could not find app with id \"${ appId }\"`);\n }\n\n public navigate(appId: string, path: string): void {\n\n const url = this.getAppUrl(appId, path);\n\n if (url) {\n ClickOnLink(url);\n }\n\n }\n\n public async getAppList(): Promise> {\n const appList = this\n ._apps\n .filter(app => !app.hidden)\n .map(app => ({\n ...app,\n href: JoinPath(app.href, this.getPathPrefix()),\n }));\n\n const filteredAppList: Array = [];\n for (const app of appList) {\n if (await firstValueFrom(this.authorizationService.hasPermission$(app.permissions))) {\n filteredAppList.push(app);\n }\n }\n return filteredAppList;\n }\n\n private getPathPrefix(): string {\n if (this.environment.production && this.localeId) {\n return this.localeId.replace(/-.+$/, '');\n }\n return '';\n }\n\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/FooterComponent.html":{"url":"components/FooterComponent.html","title":"component - FooterComponent","body":"\n \n\n\n\n\n\n Components\n \n FooterComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/lib/footer/footer.component.ts\n\n\n\n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n rxap-footer\n \n\n \n standalone\n true\n \n\n \n imports\n \n NgIf\n MatToolbarModule\n NgFor\n PortalModule\n AsyncPipe\n \n \n\n \n styleUrls\n ./footer.component.scss\n \n\n\n\n \n templateUrl\n ./footer.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n Readonly\n footerService\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(footerService: FooterService)\n \n \n \n \n Defined in src/lib/footer/footer.component.ts:22\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n footerService\n \n \n FooterService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n\n\n\n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n Readonly\n footerService\n \n \n \n \n \n \n Type : FooterService\n\n \n \n \n \n Defined in src/lib/footer/footer.component.ts:25\n \n \n\n\n \n \n\n\n\n\n\n \n import {\n ChangeDetectionStrategy,\n Component,\n} from '@angular/core';\nimport { FooterService } from '@rxap/services';\nimport { PortalModule } from '@angular/cdk/portal';\nimport { MatToolbarModule } from '@angular/material/toolbar';\nimport {\n AsyncPipe,\n NgFor,\n NgIf,\n} from '@angular/common';\n\n@Component({\n selector: 'rxap-footer',\n templateUrl: './footer.component.html',\n styleUrls: [ './footer.component.scss' ],\n changeDetection: ChangeDetectionStrategy.OnPush,\n standalone: true,\n imports: [ NgIf, MatToolbarModule, NgFor, PortalModule, AsyncPipe ],\n})\nexport class FooterComponent {\n\n constructor(\n public readonly footerService: FooterService,\n ) {\n }\n\n}\n\n \n\n \n \n \n \n \n \n \n\n\n \n\n \n \n ./footer.component.scss\n \n \n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' '\n var COMPONENTS = [{'name': 'AppsButtonComponent', 'selector': 'rxap-apps-button'},{'name': 'FooterComponent', 'selector': 'rxap-footer'},{'name': 'HeaderComponent', 'selector': 'rxap-header'},{'name': 'LanguageSelectorComponent', 'selector': 'rxap-language-selector'},{'name': 'LayoutComponent', 'selector': 'rxap-layout'},{'name': 'NavigationComponent', 'selector': 'ul[rxap-navigation]'},{'name': 'NavigationItemComponent', 'selector': 'li[rxap-navigation-item]'},{'name': 'NavigationProgressBarComponent', 'selector': 'rxap-navigation-progress-bar'},{'name': 'ResetButtonComponent', 'selector': 'rxap-reset-button'},{'name': 'SettingsButtonComponent', 'selector': 'rxap-settings-button'},{'name': 'SidenavComponent', 'selector': 'rxap-sidenav'},{'name': 'SidenavToggleButtonComponent', 'selector': 'rxap-sidenav-toggle-button'},{'name': 'SignOutComponent', 'selector': 'rxap-sign-out'},{'name': 'ToggleWindowSidenavButtonComponent', 'selector': 'rxap-toggle-window-sidenav-button'},{'name': 'UserProfileIconComponent', 'selector': 'rxap-user-profile-icon'},{'name': 'VersionComponent', 'selector': 'rxap-version'},{'name': 'WindowContainerSidenavComponent', 'selector': 'rxap-window-container-sidenav'}];\n var DIRECTIVES = [{'name': 'FooterDirective', 'selector': '[rxapFooter]'},{'name': 'SidenavFooterDirective', 'selector': '[rxapSidenavFooter]'},{'name': 'SidenavHeaderDirective', 'selector': '[rxapSidenavHeader]'}];\n var ACTUAL_COMPONENT = {'name': 'FooterComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"directives/FooterDirective.html":{"url":"directives/FooterDirective.html","title":"directive - FooterDirective","body":"\n \n\n\n\n\n\n\n\n\n Directives\n FooterDirective\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/lib/footer.directive.ts\n \n\n\n\n\n \n Implements\n \n \n OnInit\n OnDestroy\n \n\n\n \n Metadata\n \n \n\n \n Selector\n [rxapFooter]\n \n\n \n Standalone\n true\n \n\n\n\n \n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(footerService: FooterService, template: TemplateRef, viewContainerRef: ViewContainerRef)\n \n \n \n \n Defined in src/lib/footer.directive.ts:17\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n footerService\n \n \n FooterService\n \n \n \n No\n \n \n \n \n template\n \n \n TemplateRef\n \n \n \n No\n \n \n \n \n viewContainerRef\n \n \n ViewContainerRef\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n\n\n\n\n\n\n\n \n\n\n \n import {\n Directive,\n Inject,\n OnDestroy,\n OnInit,\n TemplateRef,\n ViewContainerRef,\n} from '@angular/core';\nimport { FooterService } from '@rxap/services';\nimport { TemplatePortal } from '@angular/cdk/portal';\n\n@Directive({\n selector: '[rxapFooter]',\n standalone: true,\n})\nexport class FooterDirective implements OnInit, OnDestroy {\n private _portal?: TemplatePortal;\n\n constructor(\n @Inject(FooterService)\n private readonly footerService: FooterService,\n @Inject(TemplateRef)\n private readonly template: TemplateRef,\n @Inject(ViewContainerRef)\n private readonly viewContainerRef: ViewContainerRef,\n ) {\n }\n\n public ngOnInit() {\n this._portal = new TemplatePortal(\n this.template,\n this.viewContainerRef,\n );\n this.footerService.pushPortal(this._portal);\n }\n\n public ngOnDestroy() {\n if (this._portal) {\n this.footerService.removePortal(this._portal);\n }\n }\n}\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/HeaderComponent.html":{"url":"components/HeaderComponent.html","title":"component - HeaderComponent","body":"\n \n\n\n\n\n\n Components\n \n HeaderComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/lib/header/header.component.ts\n\n\n\n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n rxap-header\n \n\n \n standalone\n true\n \n\n \n imports\n \n MatToolbarModule\n NgClass\n NgIf\n MatButtonModule\n MatMenuModule\n MatIconModule\n MatFormFieldModule\n StopPropagationDirective\n MatSelectModule\n FormsModule\n MatOptionModule\n DataSourceCollectionDirective\n MatSlideToggleModule\n AsyncPipe\n NavigationProgressBarComponent\n UserProfileIconComponent\n AppsButtonComponent\n SettingsButtonComponent\n SidenavToggleButtonComponent\n \n \n\n \n styleUrls\n ./header.component.scss\n \n\n\n\n \n templateUrl\n ./header.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n Readonly\n collapsable\n \n \n \n \n Public\n headerComponent\n \n \n \n Public\n Readonly\n headerComponentService\n \n \n Public\n Readonly\n layoutComponentService\n \n \n Public\n Readonly\n opened\n \n \n \n \n\n\n \n \n Inputs\n \n \n \n \n \n \n color\n \n \n \n \n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(headerComponentService: HeaderService, layoutComponentService: LayoutComponentService, headerComponent: any)\n \n \n \n \n Defined in src/lib/header/header.component.ts:71\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n headerComponentService\n \n \n HeaderService\n \n \n \n No\n \n \n \n \n layoutComponentService\n \n \n LayoutComponentService\n \n \n \n No\n \n \n \n \n headerComponent\n \n \n any\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n Inputs\n \n \n \n \n \n color\n \n \n \n \n Type : ThemePalette\n\n \n \n \n \n Default value : undefined\n \n \n \n \n Defined in src/lib/header/header.component.ts:68\n \n \n \n \n\n\n\n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n Readonly\n collapsable\n \n \n \n \n \n \n Type : Signal\n\n \n \n \n \n Defined in src/lib/header/header.component.ts:70\n \n \n\n\n \n \n \n \n \n \n \n \n \n \n Public\n headerComponent\n \n \n \n \n \n \n Type : any\n\n \n \n \n \n Decorators : \n \n \n @Optional()@Inject(RXAP_HEADER_COMPONENT)\n \n \n \n \n \n Defined in src/lib/header/header.component.ts:77\n \n \n\n\n \n \n \n \n \n \n \n \n \n Public\n Readonly\n headerComponentService\n \n \n \n \n \n \n Type : HeaderService\n\n \n \n \n \n Decorators : \n \n \n @Inject(HeaderService)\n \n \n \n \n \n Defined in src/lib/header/header.component.ts:75\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n Readonly\n layoutComponentService\n \n \n \n \n \n \n Type : LayoutComponentService\n\n \n \n \n \n Defined in src/lib/header/header.component.ts:76\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n Readonly\n opened\n \n \n \n \n \n \n Type : Signal\n\n \n \n \n \n Defined in src/lib/header/header.component.ts:71\n \n \n\n\n \n \n\n\n\n\n\n \n import {\n AsyncPipe,\n NgClass,\n NgIf,\n} from '@angular/common';\nimport {\n ChangeDetectionStrategy,\n Component,\n Inject,\n Input,\n Optional,\n Signal,\n} from '@angular/core';\nimport { FormsModule } from '@angular/forms';\nimport { MatButtonModule } from '@angular/material/button';\nimport {\n MatOptionModule,\n ThemePalette,\n} from '@angular/material/core';\nimport { MatFormFieldModule } from '@angular/material/form-field';\nimport { MatIconModule } from '@angular/material/icon';\nimport { MatMenuModule } from '@angular/material/menu';\nimport { MatSelectModule } from '@angular/material/select';\nimport { MatSlideToggleModule } from '@angular/material/slide-toggle';\nimport { MatToolbarModule } from '@angular/material/toolbar';\nimport { DataSourceCollectionDirective } from '@rxap/data-source/directive';\nimport { StopPropagationDirective } from '@rxap/directives';\nimport { HeaderService } from '@rxap/services';\nimport { LayoutComponentService } from '../layout/layout.component.service';\nimport { RXAP_HEADER_COMPONENT } from '../tokens';\nimport { AppsButtonComponent } from './apps-button/apps-button.component';\nimport { NavigationProgressBarComponent } from './navigation-progress-bar/navigation-progress-bar.component';\nimport { SettingsButtonComponent } from './settings-button/settings-button.component';\nimport { SidenavToggleButtonComponent } from './sidenav-toggle-button/sidenav-toggle-button.component';\nimport { UserProfileIconComponent } from './user-profile-icon/user-profile-icon.component';\n\n@Component({\n selector: 'rxap-header',\n templateUrl: './header.component.html',\n styleUrls: [ './header.component.scss' ],\n changeDetection: ChangeDetectionStrategy.OnPush,\n standalone: true,\n imports: [\n MatToolbarModule,\n NgClass,\n NgIf,\n MatButtonModule,\n MatMenuModule,\n MatIconModule,\n MatFormFieldModule,\n StopPropagationDirective,\n MatSelectModule,\n FormsModule,\n MatOptionModule,\n DataSourceCollectionDirective,\n MatSlideToggleModule,\n AsyncPipe,\n NavigationProgressBarComponent,\n UserProfileIconComponent,\n AppsButtonComponent,\n SettingsButtonComponent,\n SidenavToggleButtonComponent,\n ],\n})\nexport class HeaderComponent {\n\n @Input()\n public color: ThemePalette = undefined;\n\n public readonly collapsable: Signal;\n public readonly opened: Signal;\n\n constructor(\n @Inject(HeaderService)\n public readonly headerComponentService: HeaderService,\n public readonly layoutComponentService: LayoutComponentService,\n @Optional() @Inject(RXAP_HEADER_COMPONENT) public headerComponent: any,\n ) {\n this.collapsable = layoutComponentService.collapsable;\n this.opened = layoutComponentService.opened;\n }\n\n}\n\n \n\n \n \n \n \n \n \n \n \n \n \n \n\n\n\n\n \n\n \n \n ./header.component.scss\n \n \n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' '\n var COMPONENTS = [{'name': 'AppsButtonComponent', 'selector': 'rxap-apps-button'},{'name': 'FooterComponent', 'selector': 'rxap-footer'},{'name': 'HeaderComponent', 'selector': 'rxap-header'},{'name': 'LanguageSelectorComponent', 'selector': 'rxap-language-selector'},{'name': 'LayoutComponent', 'selector': 'rxap-layout'},{'name': 'NavigationComponent', 'selector': 'ul[rxap-navigation]'},{'name': 'NavigationItemComponent', 'selector': 'li[rxap-navigation-item]'},{'name': 'NavigationProgressBarComponent', 'selector': 'rxap-navigation-progress-bar'},{'name': 'ResetButtonComponent', 'selector': 'rxap-reset-button'},{'name': 'SettingsButtonComponent', 'selector': 'rxap-settings-button'},{'name': 'SidenavComponent', 'selector': 'rxap-sidenav'},{'name': 'SidenavToggleButtonComponent', 'selector': 'rxap-sidenav-toggle-button'},{'name': 'SignOutComponent', 'selector': 'rxap-sign-out'},{'name': 'ToggleWindowSidenavButtonComponent', 'selector': 'rxap-toggle-window-sidenav-button'},{'name': 'UserProfileIconComponent', 'selector': 'rxap-user-profile-icon'},{'name': 'VersionComponent', 'selector': 'rxap-version'},{'name': 'WindowContainerSidenavComponent', 'selector': 'rxap-window-container-sidenav'}];\n var DIRECTIVES = [{'name': 'FooterDirective', 'selector': '[rxapFooter]'},{'name': 'SidenavFooterDirective', 'selector': '[rxapSidenavFooter]'},{'name': 'SidenavHeaderDirective', 'selector': '[rxapSidenavHeader]'}];\n var ACTUAL_COMPONENT = {'name': 'HeaderComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/LanguageSelectorComponent.html":{"url":"components/LanguageSelectorComponent.html","title":"component - LanguageSelectorComponent","body":"\n \n\n\n\n\n\n Components\n \n LanguageSelectorComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/lib/header/language-selector/language-selector.component.ts\n\n\n\n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n rxap-language-selector\n \n\n \n standalone\n true\n \n\n \n imports\n \n NgIf\n MatFormFieldModule\n StopPropagationDirective\n MatSelectModule\n FormsModule\n NgFor\n MatOptionModule\n KeyValuePipe\n \n \n\n \n styleUrls\n ./language-selector.component.scss\n \n\n\n\n \n templateUrl\n ./language-selector.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n Readonly\n language\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(language: LanguageSelectorService)\n \n \n \n \n Defined in src/lib/header/language-selector/language-selector.component.ts:34\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n language\n \n \n LanguageSelectorService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n\n\n\n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n Readonly\n language\n \n \n \n \n \n \n Type : LanguageSelectorService\n\n \n \n \n \n Defined in src/lib/header/language-selector/language-selector.component.ts:35\n \n \n\n\n \n \n\n\n\n\n\n \n import {\n KeyValuePipe,\n NgFor,\n NgIf,\n} from '@angular/common';\nimport {\n ChangeDetectionStrategy,\n Component,\n} from '@angular/core';\nimport { FormsModule } from '@angular/forms';\nimport { MatOptionModule } from '@angular/material/core';\nimport { MatFormFieldModule } from '@angular/material/form-field';\nimport { MatSelectModule } from '@angular/material/select';\nimport { StopPropagationDirective } from '@rxap/directives';\nimport { LanguageSelectorService } from '@rxap/ngx-localize';\n\n@Component({\n selector: 'rxap-language-selector',\n templateUrl: './language-selector.component.html',\n styleUrls: [ './language-selector.component.scss' ],\n changeDetection: ChangeDetectionStrategy.OnPush,\n standalone: true,\n imports: [\n NgIf,\n MatFormFieldModule,\n StopPropagationDirective,\n MatSelectModule,\n FormsModule,\n NgFor,\n MatOptionModule,\n KeyValuePipe,\n ],\n})\nexport class LanguageSelectorComponent {\n constructor(public readonly language: LanguageSelectorService) {\n }\n\n}\n\n \n\n \n \n \n \n Select Language\n \n {{item.value}}\n \n \n \n\n\n \n\n \n \n ./language-selector.component.scss\n \n .language-selector {\n width: calc(100% - 32px);\n margin: 0 16px;\n\n ::ng-deep {\n\n .mat-form-field-wrapper {\n padding-bottom: 0;\n\n .mat-form-field-infix {\n padding: 12px 0;\n border-width: 6px;\n\n .mat-select-arrow-wrapper {\n transform: translateY(0%);\n }\n\n }\n\n }\n\n }\n\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' Select Language {{item.value}} '\n var COMPONENTS = [{'name': 'AppsButtonComponent', 'selector': 'rxap-apps-button'},{'name': 'FooterComponent', 'selector': 'rxap-footer'},{'name': 'HeaderComponent', 'selector': 'rxap-header'},{'name': 'LanguageSelectorComponent', 'selector': 'rxap-language-selector'},{'name': 'LayoutComponent', 'selector': 'rxap-layout'},{'name': 'NavigationComponent', 'selector': 'ul[rxap-navigation]'},{'name': 'NavigationItemComponent', 'selector': 'li[rxap-navigation-item]'},{'name': 'NavigationProgressBarComponent', 'selector': 'rxap-navigation-progress-bar'},{'name': 'ResetButtonComponent', 'selector': 'rxap-reset-button'},{'name': 'SettingsButtonComponent', 'selector': 'rxap-settings-button'},{'name': 'SidenavComponent', 'selector': 'rxap-sidenav'},{'name': 'SidenavToggleButtonComponent', 'selector': 'rxap-sidenav-toggle-button'},{'name': 'SignOutComponent', 'selector': 'rxap-sign-out'},{'name': 'ToggleWindowSidenavButtonComponent', 'selector': 'rxap-toggle-window-sidenav-button'},{'name': 'UserProfileIconComponent', 'selector': 'rxap-user-profile-icon'},{'name': 'VersionComponent', 'selector': 'rxap-version'},{'name': 'WindowContainerSidenavComponent', 'selector': 'rxap-window-container-sidenav'}];\n var DIRECTIVES = [{'name': 'FooterDirective', 'selector': '[rxapFooter]'},{'name': 'SidenavFooterDirective', 'selector': '[rxapSidenavFooter]'},{'name': 'SidenavHeaderDirective', 'selector': '[rxapSidenavHeader]'}];\n var ACTUAL_COMPONENT = {'name': 'LanguageSelectorComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/LayoutComponent.html":{"url":"components/LayoutComponent.html","title":"component - LayoutComponent","body":"\n \n\n\n\n\n\n Components\n \n LayoutComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/lib/layout/layout.component.ts\n\n\n\n\n\n \n Implements\n \n \n OnInit\n OnDestroy\n \n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n rxap-layout\n \n\n \n standalone\n true\n \n\n \n imports\n \n HeaderComponent\n MatSidenavModule\n AsyncPipe\n MatIconModule\n MatButtonModule\n RouterLink\n NgIf\n FooterComponent\n MatMenuModule\n NgOptimizedImage\n NavigationComponent\n RouterOutlet\n StatusIndicatorComponent\n NgStyle\n NgClass\n \n \n\n \n styleUrls\n ./layout.component.scss\n \n\n\n\n \n templateUrl\n ./layout.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n Readonly\n collapsable\n \n \n Public\n Readonly\n fixedBottomGap\n \n \n Public\n Readonly\n fixedTopGap\n \n \n Public\n Readonly\n layoutComponentService\n \n \n Public\n Readonly\n logoSrc\n \n \n Public\n Readonly\n logoWidth\n \n \n Public\n Readonly\n opened\n \n \n Public\n Readonly\n pinned\n \n \n Public\n Readonly\n release\n \n \n \n Public\n sidenav\n \n \n Public\n Readonly\n sidenavMode\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(layoutComponentService: LayoutComponentService, environment: Environment, iconLoaderService: IconLoaderService)\n \n \n \n \n Defined in src/lib/layout/layout.component.ts:88\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n layoutComponentService\n \n \n LayoutComponentService\n \n \n \n No\n \n \n \n \n environment\n \n \n Environment\n \n \n \n No\n \n \n \n \n iconLoaderService\n \n \n IconLoaderService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n\n\n\n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n Readonly\n collapsable\n \n \n \n \n \n \n Type : Signal\n\n \n \n \n \n Defined in src/lib/layout/layout.component.ts:79\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n Readonly\n fixedBottomGap\n \n \n \n \n \n \n Type : Signal\n\n \n \n \n \n Defined in src/lib/layout/layout.component.ts:76\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n Readonly\n fixedTopGap\n \n \n \n \n \n \n Type : Signal\n\n \n \n \n \n Defined in src/lib/layout/layout.component.ts:77\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n Readonly\n layoutComponentService\n \n \n \n \n \n \n Type : LayoutComponentService\n\n \n \n \n \n Defined in src/lib/layout/layout.component.ts:91\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n Readonly\n logoSrc\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Defined in src/lib/layout/layout.component.ts:80\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n Readonly\n logoWidth\n \n \n \n \n \n \n Type : number\n\n \n \n \n \n Defined in src/lib/layout/layout.component.ts:81\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n Readonly\n opened\n \n \n \n \n \n \n Type : Signal\n\n \n \n \n \n Defined in src/lib/layout/layout.component.ts:83\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n Readonly\n pinned\n \n \n \n \n \n \n Type : Signal\n\n \n \n \n \n Defined in src/lib/layout/layout.component.ts:78\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n Readonly\n release\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Defined in src/lib/layout/layout.component.ts:82\n \n \n\n\n \n \n \n \n \n \n \n \n \n Public\n sidenav\n \n \n \n \n \n \n Type : MatSidenav\n\n \n \n \n \n Decorators : \n \n \n @ViewChild(MatSidenav, {static: true})\n \n \n \n \n \n Defined in src/lib/layout/layout.component.ts:85\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n Readonly\n sidenavMode\n \n \n \n \n \n \n Type : Signal\n\n \n \n \n \n Defined in src/lib/layout/layout.component.ts:75\n \n \n\n\n \n \n\n\n\n\n\n \n import {\n AsyncPipe,\n NgClass,\n NgIf,\n NgOptimizedImage,\n NgStyle,\n} from '@angular/common';\nimport {\n ChangeDetectionStrategy,\n Component,\n inject,\n Inject,\n OnDestroy,\n OnInit,\n Signal,\n ViewChild,\n} from '@angular/core';\nimport { MatButtonModule } from '@angular/material/button';\nimport { MatIconModule } from '@angular/material/icon';\nimport { MatMenuModule } from '@angular/material/menu';\nimport {\n MatDrawerMode,\n MatSidenav,\n MatSidenavModule,\n} from '@angular/material/sidenav';\nimport {\n RouterLink,\n RouterOutlet,\n} from '@angular/router';\nimport {\n DetermineReleaseName,\n Environment,\n RXAP_ENVIRONMENT,\n} from '@rxap/environment';\nimport { IconLoaderService } from '@rxap/icon';\nimport { StatusIndicatorComponent } from '@rxap/ngx-status-check';\nimport { ThemeService } from '@rxap/ngx-theme';\nimport {\n IsThemeDensity,\n ThemeDensity,\n UserSettingsThemeService,\n} from '@rxap/ngx-user';\nimport { FooterComponent } from '../footer/footer.component';\nimport { HeaderComponent } from '../header/header.component';\nimport { NavigationComponent } from '../navigation/navigation.component';\nimport { LayoutComponentService } from './layout.component.service';\n\n\n@Component({\n selector: 'rxap-layout',\n templateUrl: './layout.component.html',\n styleUrls: [ './layout.component.scss' ],\n changeDetection: ChangeDetectionStrategy.OnPush,\n standalone: true,\n imports: [\n HeaderComponent,\n MatSidenavModule,\n AsyncPipe,\n MatIconModule,\n MatButtonModule,\n RouterLink,\n NgIf,\n FooterComponent,\n MatMenuModule,\n NgOptimizedImage,\n NavigationComponent,\n RouterOutlet,\n StatusIndicatorComponent,\n NgStyle,\n NgClass,\n ],\n})\nexport class LayoutComponent implements OnInit, OnDestroy {\n\n public readonly sidenavMode: Signal;\n public readonly fixedBottomGap: Signal;\n public readonly fixedTopGap: Signal;\n public readonly pinned: Signal;\n public readonly collapsable: Signal;\n public readonly logoSrc: string;\n public readonly logoWidth: number;\n public readonly release: string;\n public readonly opened: Signal;\n\n @ViewChild(MatSidenav, { static: true }) public sidenav!: MatSidenav;\n\n private readonly userSettingsThemeService = inject(UserSettingsThemeService);\n private readonly themeService = inject(ThemeService);\n\n constructor(\n public readonly layoutComponentService: LayoutComponentService,\n @Inject(RXAP_ENVIRONMENT)\n private readonly environment: Environment,\n iconLoaderService: IconLoaderService,\n ) {\n iconLoaderService.load();\n this.fixedBottomGap = layoutComponentService.fixedBottomGap;\n this.fixedTopGap = layoutComponentService.fixedTopGap;\n this.pinned = layoutComponentService.pinned;\n this.collapsable = layoutComponentService.collapsable;\n this.opened = layoutComponentService.opened;\n this.sidenavMode = layoutComponentService.mode;\n this.logoSrc = this.layoutComponentService.logo.src ?? 'https://via.placeholder.com/256x128px';\n this.logoWidth = this.layoutComponentService.logo.width ?? 256;\n this.release = DetermineReleaseName(this.environment);\n }\n\n ngOnDestroy() {\n this.userSettingsThemeService.stopSync();\n }\n\n ngOnInit() {\n this.userSettingsThemeService.startSync();\n this.userSettingsThemeService.get().then(theme => {\n if (theme.preset && theme.preset !== 'default') {\n this.themeService.setTheme(theme.preset, true);\n }\n if (theme.density && IsThemeDensity(theme.density) && theme.density !== ThemeDensity.Normal) {\n this.themeService.setDensity(theme.density, true);\n }\n if (theme.typography && theme.typography !== 'default') {\n this.themeService.setTypography(theme.typography, true);\n }\n });\n }\n\n}\n\n \n\n \n \n\n \n \n \n \n\n \n Navigation\n \n \n radio_button_unchecked\n radio_button_checked\n \n \n \n\n \n \n\n \n \n {{release}}\n \n \n \n \n \n \n \n \n\n-->\n\n \n\n \n \n ./layout.component.scss\n \n :host {\n .sidenav.collapsable {\n\n &:not(.mat-drawer-opened) {\n transform: translateX(calc(-100% + 64px)) !important;\n visibility: visible !important;\n box-shadow: inherit !important;\n transition-property: transform;\n transition-delay: 250ms;\n display: flex;\n border-right: solid 1px rgba(0, 0, 0, .12);\n }\n\n ::ng-deep .mat-drawer-inner-container::-webkit-scrollbar {\n display: none; /* Chrome, Safari, Opera*/\n }\n\n }\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' Navigation radio_button_unchecked radio_button_checked {{release}} -->'\n var COMPONENTS = [{'name': 'AppsButtonComponent', 'selector': 'rxap-apps-button'},{'name': 'FooterComponent', 'selector': 'rxap-footer'},{'name': 'HeaderComponent', 'selector': 'rxap-header'},{'name': 'LanguageSelectorComponent', 'selector': 'rxap-language-selector'},{'name': 'LayoutComponent', 'selector': 'rxap-layout'},{'name': 'NavigationComponent', 'selector': 'ul[rxap-navigation]'},{'name': 'NavigationItemComponent', 'selector': 'li[rxap-navigation-item]'},{'name': 'NavigationProgressBarComponent', 'selector': 'rxap-navigation-progress-bar'},{'name': 'ResetButtonComponent', 'selector': 'rxap-reset-button'},{'name': 'SettingsButtonComponent', 'selector': 'rxap-settings-button'},{'name': 'SidenavComponent', 'selector': 'rxap-sidenav'},{'name': 'SidenavToggleButtonComponent', 'selector': 'rxap-sidenav-toggle-button'},{'name': 'SignOutComponent', 'selector': 'rxap-sign-out'},{'name': 'ToggleWindowSidenavButtonComponent', 'selector': 'rxap-toggle-window-sidenav-button'},{'name': 'UserProfileIconComponent', 'selector': 'rxap-user-profile-icon'},{'name': 'VersionComponent', 'selector': 'rxap-version'},{'name': 'WindowContainerSidenavComponent', 'selector': 'rxap-window-container-sidenav'}];\n var DIRECTIVES = [{'name': 'FooterDirective', 'selector': '[rxapFooter]'},{'name': 'SidenavFooterDirective', 'selector': '[rxapSidenavFooter]'},{'name': 'SidenavHeaderDirective', 'selector': '[rxapSidenavHeader]'}];\n var ACTUAL_COMPONENT = {'name': 'LayoutComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/LayoutComponentService.html":{"url":"injectables/LayoutComponentService.html","title":"injectable - LayoutComponentService","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n LayoutComponentService\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/lib/layout/layout.component.service.ts\n \n\n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n Readonly\n collapsable\n \n \n Public\n Readonly\n fixedBottomGap\n \n \n Public\n Readonly\n fixedTopGap\n \n \n Public\n Readonly\n footerComponentService\n \n \n Public\n Readonly\n headerComponentService\n \n \n Public\n logo\n \n \n Public\n Readonly\n mode\n \n \n Public\n Readonly\n opened\n \n \n Public\n Readonly\n pinned\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n Public\n toggleOpened\n \n \n Public\n togglePinned\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \n Public\n constructor(footerComponentService: FooterService, headerComponentService: HeaderService, logoConfig: LogoConfig | null, config: ConfigService, mediaMatcher: MediaMatcher)\n \n \n \n \n Defined in src/lib/layout/layout.component.service.ts:35\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n footerComponentService\n \n \n FooterService\n \n \n \n No\n \n \n \n \n headerComponentService\n \n \n HeaderService\n \n \n \n No\n \n \n \n \n logoConfig\n \n \n LogoConfig | null\n \n \n \n No\n \n \n \n \n config\n \n \n ConfigService\n \n \n \n No\n \n \n \n \n mediaMatcher\n \n \n MediaMatcher\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n Public\n toggleOpened\n \n \n \n \n \n \n \n toggleOpened()\n \n \n\n\n \n \n Defined in src/lib/layout/layout.component.service.ts:95\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n Public\n togglePinned\n \n \n \n \n \n \n \n togglePinned()\n \n \n\n\n \n \n Defined in src/lib/layout/layout.component.service.ts:99\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n Readonly\n collapsable\n \n \n \n \n \n \n Type : WritableSignal\n\n \n \n \n \n Defined in src/lib/layout/layout.component.service.ts:31\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n Readonly\n fixedBottomGap\n \n \n \n \n \n \n Type : Signal\n\n \n \n \n \n Defined in src/lib/layout/layout.component.service.ts:32\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n Readonly\n fixedTopGap\n \n \n \n \n \n \n Type : Signal\n\n \n \n \n \n Defined in src/lib/layout/layout.component.service.ts:33\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n Readonly\n footerComponentService\n \n \n \n \n \n \n Type : FooterService\n\n \n \n \n \n Defined in src/lib/layout/layout.component.service.ts:39\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n Readonly\n headerComponentService\n \n \n \n \n \n \n Type : HeaderService\n\n \n \n \n \n Defined in src/lib/layout/layout.component.service.ts:40\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n logo\n \n \n \n \n \n \n Type : LogoConfig\n\n \n \n \n \n Defined in src/lib/layout/layout.component.service.ts:26\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n Readonly\n mode\n \n \n \n \n \n \n Type : WritableSignal\n\n \n \n \n \n Defined in src/lib/layout/layout.component.service.ts:29\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n Readonly\n opened\n \n \n \n \n \n \n Type : WritableSignal\n\n \n \n \n \n Defined in src/lib/layout/layout.component.service.ts:28\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n Readonly\n pinned\n \n \n \n \n \n \n Type : WritableSignal\n\n \n \n \n \n Defined in src/lib/layout/layout.component.service.ts:30\n \n \n\n\n \n \n\n\n \n\n\n \n import { MediaMatcher } from '@angular/cdk/layout';\nimport {\n computed,\n effect,\n Inject,\n Injectable,\n Optional,\n signal,\n Signal,\n WritableSignal,\n} from '@angular/core';\nimport { toSignal } from '@angular/core/rxjs-interop';\nimport { MatDrawerMode } from '@angular/material/sidenav';\nimport { ConfigService } from '@rxap/config';\nimport { ObserveCurrentThemeDensity } from '@rxap/ngx-theme';\nimport {\n FooterService,\n HeaderService,\n} from '@rxap/services';\nimport { RXAP_LOGO_CONFIG } from '../tokens';\nimport { LogoConfig } from '../types';\n\n@Injectable({ providedIn: 'root' })\nexport class LayoutComponentService {\n\n public logo: LogoConfig;\n\n public readonly opened: WritableSignal;\n public readonly mode: WritableSignal;\n public readonly pinned: WritableSignal;\n public readonly collapsable: WritableSignal;\n public readonly fixedBottomGap: Signal;\n public readonly fixedTopGap: Signal;\n\n private readonly currentThemeDensity = toSignal(ObserveCurrentThemeDensity());\n\n\n public constructor(\n public readonly footerComponentService: FooterService,\n public readonly headerComponentService: HeaderService,\n @Optional() @Inject(RXAP_LOGO_CONFIG) logoConfig: LogoConfig | null = null,\n @Inject(ConfigService)\n private readonly config: ConfigService,\n mediaMatcher: MediaMatcher,\n ) {\n const mobileQuery = mediaMatcher.matchMedia('(max-width: 959px)');\n const mobile = mobileQuery.matches;\n const initialCollapsable = this.config.get('navigation.collapsable', true);\n const collapsable = initialCollapsable && !mobile;\n const pinned = this.config.get('navigation.pinned', false);\n const mode = this.config.get('navigation.mode', pinned || !collapsable ? 'side' : 'over');\n const opened = this.config.get('navigation.opened', (!collapsable || pinned) && !mobile);\n\n this.opened = signal(opened);\n this.mode = signal(mode);\n this.pinned = signal(pinned);\n this.collapsable = signal(collapsable);\n\n this.fixedBottomGap = computed(() => this.footerComponentService.portalCount() * (\n 64 + (\n this.currentThemeDensity() ?? 0\n ) * 4\n ));\n this.fixedTopGap = computed(() => this.headerComponentService.componentCount() * (\n 64 + (\n this.currentThemeDensity() ?? 0\n ) * 4\n ));\n\n this.logo = logoConfig ?? {\n src: 'assets/logo.png',\n width: 192,\n };\n mobileQuery.addEventListener('change', (event) => {\n if (initialCollapsable) {\n this.collapsable.set(!event.matches);\n if (this.collapsable()) {\n if (!this.pinned()) {\n this.opened.set(false);\n }\n }\n }\n });\n effect(() => {\n if (this.pinned()) {\n this.mode.set('side');\n this.opened.set(true);\n } else {\n this.mode.set('over');\n this.opened.set(false);\n }\n }, { allowSignalWrites: true });\n }\n\n public toggleOpened() {\n this.opened.set(!this.opened());\n }\n\n public togglePinned() {\n this.pinned.set(!this.pinned());\n }\n\n}\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/LogoConfig.html":{"url":"interfaces/LogoConfig.html","title":"interface - LogoConfig","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n LogoConfig\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/lib/types.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Optional\n \n height\n \n \n \n Optional\n \n src\n \n \n \n Optional\n \n width\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n height\n \n \n \n \n \n \n \n \n height: number\n\n \n \n\n\n \n \n Type : number\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n src\n \n \n \n \n \n \n \n \n src: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n width\n \n \n \n \n \n \n \n \n width: number\n\n \n \n\n\n \n \n Type : number\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n\n\n \n export interface LogoConfig {\n src?: string;\n width?: number;\n height?: number;\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/NavigationComponent.html":{"url":"components/NavigationComponent.html","title":"component - NavigationComponent","body":"\n \n\n\n\n\n\n Components\n \n NavigationComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/lib/navigation/navigation.component.ts\n\n\n\n\n\n \n Implements\n \n \n OnInit\n OnDestroy\n \n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n \n encapsulation\n ViewEncapsulation.None\n \n\n\n\n\n \n host\n {}\n \n\n\n\n\n\n\n \n selector\n ul[rxap-navigation]\n \n\n \n standalone\n true\n \n\n \n imports\n \n NgFor\n NgIf\n MatDividerModule\n forwardRef(() => NavigationItemComponent)\n AsyncPipe\n \n \n\n \n styleUrls\n ./navigation.component.scss\n \n\n\n\n \n templateUrl\n ./navigation.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n _root\n \n \n \n Public\n Readonly\n sidenav\n \n \n Public\n Optional\n subscription\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n Public\n asNavigationItem\n \n \n Public\n isNavigationDividerItem\n \n \n Public\n isNavigationItem\n \n \n \n \n\n \n \n Inputs\n \n \n \n \n \n \n items\n \n \n level\n \n \n root\n \n \n \n \n\n\n \n \n HostBindings\n \n \n \n \n \n \n class.rxap-root-navigation\n \n \n \n \n\n\n \n \n Accessors\n \n \n \n \n \n \n root\n \n \n \n \n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(navigationService: NavigationService, cdr: ChangeDetectorRef, sidenav: SidenavComponentService)\n \n \n \n \n Defined in src/lib/navigation/navigation.component.ts:56\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n navigationService\n \n \n NavigationService\n \n \n \n No\n \n \n \n \n cdr\n \n \n ChangeDetectorRef\n \n \n \n No\n \n \n \n \n sidenav\n \n \n SidenavComponentService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n Inputs\n \n \n \n \n \n items\n \n \n \n \n Type : Navigation\n\n \n \n \n \n Defined in src/lib/navigation/navigation.component.ts:53\n \n \n \n \n \n \n \n \n \n level\n \n \n \n \n Type : number\n\n \n \n \n \n Default value : 0\n \n \n \n \n Defined in src/lib/navigation/navigation.component.ts:56\n \n \n \n \n \n \n \n \n \n root\n \n \n \n \n Type : boolean | string\n\n \n \n \n \n Defined in src/lib/navigation/navigation.component.ts:72\n \n \n \n \n\n\n \n HostBindings \n \n \n \n \n \n class.rxap-root-navigation\n \n \n \n \n \n \n Type : boolean\n\n \n \n \n \n Default value : false\n \n \n \n \n Defined in src/lib/navigation/navigation.component.ts:69\n \n \n\n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n Public\n asNavigationItem\n \n \n \n \n \n \n \n asNavigationItem(item: NavigationItem | NavigationDividerItem)\n \n \n\n\n \n \n Defined in src/lib/navigation/navigation.component.ts:109\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n item\n \n NavigationItem | NavigationDividerItem\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : NavigationItem\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Public\n isNavigationDividerItem\n \n \n \n \n \n \n \n isNavigationDividerItem(item: NavigationItem | NavigationDividerItem)\n \n \n\n\n \n \n Defined in src/lib/navigation/navigation.component.ts:97\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n item\n \n NavigationItem | NavigationDividerItem\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : NavigationDividerItem\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Public\n isNavigationItem\n \n \n \n \n \n \n \n isNavigationItem(item: NavigationItem | NavigationDividerItem)\n \n \n\n\n \n \n Defined in src/lib/navigation/navigation.component.ts:103\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n item\n \n NavigationItem | NavigationDividerItem\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : NavigationItem\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Public\n _root\n \n \n \n \n \n \n Default value : false\n \n \n \n \n Decorators : \n \n \n @HostBinding('class.rxap-root-navigation')\n \n \n \n \n \n Defined in src/lib/navigation/navigation.component.ts:69\n \n \n\n\n \n \n \n \n \n \n \n \n \n Public\n Readonly\n sidenav\n \n \n \n \n \n \n Type : SidenavComponentService\n\n \n \n \n \n Decorators : \n \n \n @Inject(SidenavComponentService)\n \n \n \n \n \n Defined in src/lib/navigation/navigation.component.ts:64\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n Optional\n subscription\n \n \n \n \n \n \n Type : Subscription\n\n \n \n \n \n Defined in src/lib/navigation/navigation.component.ts:54\n \n \n\n\n \n \n\n\n \n \n Accessors\n \n \n \n \n \n \n root\n \n \n\n\n \n \n setroot(value: boolean | string)\n \n \n \n \n Defined in src/lib/navigation/navigation.component.ts:72\n \n \n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n value\n \n \n boolean | string\n \n \n \n No\n \n \n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n\n\n\n\n \n import {\n AsyncPipe,\n NgFor,\n NgIf,\n} from '@angular/common';\nimport {\n ChangeDetectionStrategy,\n ChangeDetectorRef,\n Component,\n forwardRef,\n HostBinding,\n Inject,\n Input,\n OnDestroy,\n OnInit,\n ViewEncapsulation,\n} from '@angular/core';\nimport { MatDividerModule } from '@angular/material/divider';\nimport { coerceBoolean } from '@rxap/utilities';\nimport { Subscription } from 'rxjs';\nimport { tap } from 'rxjs/operators';\nimport { SidenavComponentService } from '../sidenav/sidenav.component.service';\nimport {\n Navigation,\n NavigationDividerItem,\n NavigationItem,\n} from './navigation-item';\nimport { NavigationItemComponent } from './navigation-item/navigation-item.component';\nimport { NavigationService } from './navigation.service';\n\n@Component({\n // eslint-disable-next-line @angular-eslint/component-selector\n selector: 'ul[rxap-navigation]',\n templateUrl: './navigation.component.html',\n styleUrls: [ './navigation.component.scss' ],\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n standalone: true,\n // eslint-disable-next-line @angular-eslint/no-host-metadata-property\n host: {\n class: 'list-none dark:text-neutral-400 text-neutral-700',\n },\n imports: [\n NgFor,\n NgIf,\n MatDividerModule,\n forwardRef(() => NavigationItemComponent),\n AsyncPipe,\n ],\n})\nexport class NavigationComponent implements OnInit, OnDestroy {\n @Input()\n public items!: Navigation;\n public subscription?: Subscription;\n @Input()\n public level = 0;\n\n constructor(\n @Inject(NavigationService)\n private readonly navigationService: NavigationService,\n @Inject(ChangeDetectorRef)\n private readonly cdr: ChangeDetectorRef,\n @Inject(SidenavComponentService)\n public readonly sidenav: SidenavComponentService,\n ) {\n }\n\n @HostBinding('class.rxap-root-navigation')\n public _root = false;\n\n @Input()\n public set root(value: boolean | '') {\n this._root = coerceBoolean(value);\n }\n\n public ngOnInit(): void {\n if (this._root) {\n this.items = [];\n this.subscription = this.navigationService.config$\n .pipe(\n tap((navigation) => (this.items = navigation)),\n tap(() => this.cdr.detectChanges()),\n )\n .subscribe();\n }\n this.items ??= [];\n }\n\n public ngOnDestroy() {\n this.subscription?.unsubscribe();\n }\n\n // region type save item property\n\n // required to check the type of the item property in the ngFor loop\n\n public isNavigationDividerItem(\n item: NavigationItem | NavigationDividerItem,\n ): item is NavigationDividerItem {\n return (item as any)['divider'];\n }\n\n public isNavigationItem(\n item: NavigationItem | NavigationDividerItem,\n ): item is NavigationItem {\n return !this.isNavigationDividerItem(item);\n }\n\n public asNavigationItem(\n item: NavigationItem | NavigationDividerItem,\n ): NavigationItem {\n if (!this.isNavigationItem(item)) {\n throw new Error('The item is not a NavigationItem');\n }\n return item;\n }\n\n // endregion\n}\n\n \n\n \n \n \n \n \n {{item.title}}\n \n \n \n \n \n\n\n \n\n \n \n ./navigation.component.scss\n \n \n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' {{item.title}} '\n var COMPONENTS = [{'name': 'AppsButtonComponent', 'selector': 'rxap-apps-button'},{'name': 'FooterComponent', 'selector': 'rxap-footer'},{'name': 'HeaderComponent', 'selector': 'rxap-header'},{'name': 'LanguageSelectorComponent', 'selector': 'rxap-language-selector'},{'name': 'LayoutComponent', 'selector': 'rxap-layout'},{'name': 'NavigationComponent', 'selector': 'ul[rxap-navigation]'},{'name': 'NavigationItemComponent', 'selector': 'li[rxap-navigation-item]'},{'name': 'NavigationProgressBarComponent', 'selector': 'rxap-navigation-progress-bar'},{'name': 'ResetButtonComponent', 'selector': 'rxap-reset-button'},{'name': 'SettingsButtonComponent', 'selector': 'rxap-settings-button'},{'name': 'SidenavComponent', 'selector': 'rxap-sidenav'},{'name': 'SidenavToggleButtonComponent', 'selector': 'rxap-sidenav-toggle-button'},{'name': 'SignOutComponent', 'selector': 'rxap-sign-out'},{'name': 'ToggleWindowSidenavButtonComponent', 'selector': 'rxap-toggle-window-sidenav-button'},{'name': 'UserProfileIconComponent', 'selector': 'rxap-user-profile-icon'},{'name': 'VersionComponent', 'selector': 'rxap-version'},{'name': 'WindowContainerSidenavComponent', 'selector': 'rxap-window-container-sidenav'}];\n var DIRECTIVES = [{'name': 'FooterDirective', 'selector': '[rxapFooter]'},{'name': 'SidenavFooterDirective', 'selector': '[rxapSidenavFooter]'},{'name': 'SidenavHeaderDirective', 'selector': '[rxapSidenavHeader]'}];\n var ACTUAL_COMPONENT = {'name': 'NavigationComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/NavigationDividerItem.html":{"url":"interfaces/NavigationDividerItem.html","title":"interface - NavigationDividerItem","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n NavigationDividerItem\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/lib/navigation/navigation-item.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n divider\n \n \n \n Optional\n \n title\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n divider\n \n \n \n \n \n \n \n \n divider: boolean\n\n \n \n\n\n \n \n Type : boolean\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n title\n \n \n \n \n \n \n \n \n title: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n\n\n \n import { IconConfig } from '@rxap/utilities';\nimport {\n AbstractType,\n InjectionToken,\n Type,\n} from '@angular/core';\nimport { Observable } from 'rxjs';\n\nexport type Navigation = Array;\n\nexport type NavigationWithInserts = Array\n | NavigationDividerItem\n | NavigationInsertItem\n>;\n\nexport interface NavigationDividerItem {\n divider: boolean;\n title?: string;\n}\n\nexport function IsNavigationDividerItem(\n item: any,\n): item is NavigationDividerItem {\n return !!item && !!item['divider'];\n}\n\nexport interface NavigationInsertItem {\n insert: string;\n}\n\nexport function IsNavigationInsertItem(\n item: any,\n): item is NavigationInsertItem {\n return !!item && !!item['insert'];\n}\n\nexport interface NavigationStatus {\n isVisible(\n navigationItem: NavigationItem,\n ): Observable | Promise | boolean;\n}\n\nexport interface NavigationItem extends Record {\n routerLink: string[];\n label: string;\n children?: Children;\n icon?: IconConfig;\n status?: Array\n | InjectionToken\n | AbstractType\n >;\n}\n\nexport function IsNavigationItem(item: any): item is NavigationItem {\n return (\n !!item && !!item['routerLink'] && !!item['label']\n );\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/NavigationInsertItem.html":{"url":"interfaces/NavigationInsertItem.html","title":"interface - NavigationInsertItem","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n NavigationInsertItem\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/lib/navigation/navigation-item.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n insert\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n insert\n \n \n \n \n \n \n \n \n insert: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n \n \n\n\n \n import { IconConfig } from '@rxap/utilities';\nimport {\n AbstractType,\n InjectionToken,\n Type,\n} from '@angular/core';\nimport { Observable } from 'rxjs';\n\nexport type Navigation = Array;\n\nexport type NavigationWithInserts = Array\n | NavigationDividerItem\n | NavigationInsertItem\n>;\n\nexport interface NavigationDividerItem {\n divider: boolean;\n title?: string;\n}\n\nexport function IsNavigationDividerItem(\n item: any,\n): item is NavigationDividerItem {\n return !!item && !!item['divider'];\n}\n\nexport interface NavigationInsertItem {\n insert: string;\n}\n\nexport function IsNavigationInsertItem(\n item: any,\n): item is NavigationInsertItem {\n return !!item && !!item['insert'];\n}\n\nexport interface NavigationStatus {\n isVisible(\n navigationItem: NavigationItem,\n ): Observable | Promise | boolean;\n}\n\nexport interface NavigationItem extends Record {\n routerLink: string[];\n label: string;\n children?: Children;\n icon?: IconConfig;\n status?: Array\n | InjectionToken\n | AbstractType\n >;\n}\n\nexport function IsNavigationItem(item: any): item is NavigationItem {\n return (\n !!item && !!item['routerLink'] && !!item['label']\n );\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/NavigationItem.html":{"url":"interfaces/NavigationItem.html","title":"interface - NavigationItem","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n NavigationItem\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/lib/navigation/navigation-item.ts\n \n\n\n\n \n Extends\n \n \n Record\n \n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Optional\n \n children\n \n \n \n Optional\n \n icon\n \n \n \n \n label\n \n \n \n \n routerLink\n \n \n \n Optional\n \n status\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n children\n \n \n \n \n \n \n \n \n children: Children\n\n \n \n\n\n \n \n Type : Children\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n icon\n \n \n \n \n \n \n \n \n icon: IconConfig\n\n \n \n\n\n \n \n Type : IconConfig\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n label\n \n \n \n \n \n \n \n \n label: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n routerLink\n \n \n \n \n \n \n \n \n routerLink: string[]\n\n \n \n\n\n \n \n Type : string[]\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n status\n \n \n \n \n \n \n \n \n status: Array\n\n \n \n\n\n \n \n Type : Array\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n\n\n \n import { IconConfig } from '@rxap/utilities';\nimport {\n AbstractType,\n InjectionToken,\n Type,\n} from '@angular/core';\nimport { Observable } from 'rxjs';\n\nexport type Navigation = Array;\n\nexport type NavigationWithInserts = Array\n | NavigationDividerItem\n | NavigationInsertItem\n>;\n\nexport interface NavigationDividerItem {\n divider: boolean;\n title?: string;\n}\n\nexport function IsNavigationDividerItem(\n item: any,\n): item is NavigationDividerItem {\n return !!item && !!item['divider'];\n}\n\nexport interface NavigationInsertItem {\n insert: string;\n}\n\nexport function IsNavigationInsertItem(\n item: any,\n): item is NavigationInsertItem {\n return !!item && !!item['insert'];\n}\n\nexport interface NavigationStatus {\n isVisible(\n navigationItem: NavigationItem,\n ): Observable | Promise | boolean;\n}\n\nexport interface NavigationItem extends Record {\n routerLink: string[];\n label: string;\n children?: Children;\n icon?: IconConfig;\n status?: Array\n | InjectionToken\n | AbstractType\n >;\n}\n\nexport function IsNavigationItem(item: any): item is NavigationItem {\n return (\n !!item && !!item['routerLink'] && !!item['label']\n );\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/NavigationItemComponent.html":{"url":"components/NavigationItemComponent.html","title":"component - NavigationItemComponent","body":"\n \n\n\n\n\n\n Components\n \n NavigationItemComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/lib/navigation/navigation-item/navigation-item.component.ts\n\n\n\n\n\n \n Implements\n \n \n OnChanges\n OnDestroy\n \n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n \n encapsulation\n ViewEncapsulation.None\n \n\n\n\n\n\n\n\n\n\n\n \n selector\n li[rxap-navigation-item]\n \n\n \n standalone\n true\n \n\n \n imports\n \n RouterLinkActive\n RouterLink\n NgIf\n MatRippleModule\n MatIconModule\n IconDirective\n MatDividerModule\n forwardRef(() => NavigationComponent)\n NgClass\n \n \n\n \n styleUrls\n ./navigation-item.component.scss\n \n\n\n\n \n templateUrl\n ./navigation-item.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n active\n \n \n Public\n children\n \n \n \n Public\n routerLinkActive\n \n \n \n Public\n Readonly\n sidenav\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n Public\n asNavigationItem\n \n \n Public\n isNavigationDividerItem\n \n \n Public\n isNavigationItem\n \n \n \n \n\n \n \n Inputs\n \n \n \n \n \n \n item\n \n \n level\n \n \n \n \n\n\n \n \n HostBindings\n \n \n \n \n \n \n class.active\n \n \n \n \n\n\n \n \n Accessors\n \n \n \n \n \n \n isActive\n \n \n \n \n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(router: Router, sidenav: SidenavComponentService, elementRef: ElementRef, renderer: Renderer2, overlay: Overlay, viewContainerRef: ViewContainerRef)\n \n \n \n \n Defined in src/lib/navigation/navigation-item/navigation-item.component.ts:122\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n router\n \n \n Router\n \n \n \n No\n \n \n \n \n sidenav\n \n \n SidenavComponentService\n \n \n \n No\n \n \n \n \n elementRef\n \n \n ElementRef\n \n \n \n No\n \n \n \n \n renderer\n \n \n Renderer2\n \n \n \n No\n \n \n \n \n overlay\n \n \n Overlay\n \n \n \n No\n \n \n \n \n viewContainerRef\n \n \n ViewContainerRef\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n Inputs\n \n \n \n \n \n item\n \n \n \n \n Type : NavigationItem\n\n \n \n \n \n Required :  true\n \n \n \n \n Defined in src/lib/navigation/navigation-item/navigation-item.component.ts:108\n \n \n \n \n \n \n \n \n \n level\n \n \n \n \n Type : number\n\n \n \n \n \n Default value : 0\n \n \n \n \n Defined in src/lib/navigation/navigation-item/navigation-item.component.ts:98\n \n \n \n \n\n\n \n HostBindings \n \n \n \n \n \n class.active\n \n \n \n \n \n \n Type : boolean\n\n \n \n \n \n Defined in src/lib/navigation/navigation-item/navigation-item.component.ts:113\n \n \n\n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n Public\n asNavigationItem\n \n \n \n \n \n \n \n asNavigationItem(item: NavigationItem | NavigationDividerItem)\n \n \n\n\n \n \n Defined in src/lib/navigation/navigation-item/navigation-item.component.ts:199\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n item\n \n NavigationItem | NavigationDividerItem\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : NavigationItem\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Public\n isNavigationDividerItem\n \n \n \n \n \n \n \n isNavigationDividerItem(item: NavigationItem | NavigationDividerItem)\n \n \n\n\n \n \n Defined in src/lib/navigation/navigation-item/navigation-item.component.ts:187\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n item\n \n NavigationItem | NavigationDividerItem\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : NavigationDividerItem\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Public\n isNavigationItem\n \n \n \n \n \n \n \n isNavigationItem(item: NavigationItem | NavigationDividerItem)\n \n \n\n\n \n \n Defined in src/lib/navigation/navigation-item/navigation-item.component.ts:193\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n item\n \n NavigationItem | NavigationDividerItem\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : NavigationItem\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n active\n \n \n \n \n \n \n Default value : signal(false)\n \n \n \n \n Defined in src/lib/navigation/navigation-item/navigation-item.component.ts:110\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n children\n \n \n \n \n \n \n Type : Navigation | null\n\n \n \n \n \n Default value : null\n \n \n \n \n Defined in src/lib/navigation/navigation-item/navigation-item.component.ts:102\n \n \n\n\n \n \n \n \n \n \n \n \n \n Public\n routerLinkActive\n \n \n \n \n \n \n Type : RouterLinkActive\n\n \n \n \n \n Decorators : \n \n \n @ViewChild(RouterLinkActive, {static: true})\n \n \n \n \n \n Defined in src/lib/navigation/navigation-item/navigation-item.component.ts:105\n \n \n\n\n \n \n \n \n \n \n \n \n \n Public\n Readonly\n sidenav\n \n \n \n \n \n \n Type : SidenavComponentService\n\n \n \n \n \n Decorators : \n \n \n @Inject(SidenavComponentService)\n \n \n \n \n \n Defined in src/lib/navigation/navigation-item/navigation-item.component.ts:128\n \n \n\n\n \n \n\n\n \n \n Accessors\n \n \n \n \n \n \n isActive\n \n \n\n \n \n getisActive()\n \n \n \n \n Defined in src/lib/navigation/navigation-item/navigation-item.component.ts:113\n \n \n\n \n \n setisActive(value: boolean)\n \n \n \n \n Defined in src/lib/navigation/navigation-item/navigation-item.component.ts:117\n \n \n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n value\n \n \n boolean\n \n \n \n No\n \n \n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n\n\n\n\n \n import {\n ChangeDetectionStrategy,\n Component,\n ElementRef,\n forwardRef,\n HostBinding,\n Inject,\n Input,\n OnChanges,\n OnDestroy,\n Renderer2,\n signal,\n SimpleChanges,\n ViewChild,\n ViewContainerRef,\n ViewEncapsulation,\n} from '@angular/core';\nimport { Required } from '@rxap/utilities';\nimport {\n animate,\n style,\n transition,\n trigger,\n} from '@angular/animations';\nimport {\n NavigationEnd,\n Router,\n RouterLink,\n RouterLinkActive,\n} from '@angular/router';\nimport {\n debounceTime,\n Subscription,\n} from 'rxjs';\nimport {\n filter,\n startWith,\n tap,\n} from 'rxjs/operators';\nimport { Overlay } from '@angular/cdk/overlay';\nimport { SidenavComponentService } from '../../sidenav/sidenav.component.service';\nimport { NavigationComponent } from '../navigation.component';\nimport { MatDividerModule } from '@angular/material/divider';\nimport { IconDirective } from '@rxap/material-directives/icon';\nimport { MatIconModule } from '@angular/material/icon';\nimport { MatRippleModule } from '@angular/material/core';\nimport {\n NgClass,\n NgIf,\n} from '@angular/common';\nimport {\n Navigation,\n NavigationDividerItem,\n NavigationItem,\n} from '../navigation-item';\n\n@Component({\n // eslint-disable-next-line @angular-eslint/component-selector\n selector: 'li[rxap-navigation-item]',\n templateUrl: './navigation-item.component.html',\n styleUrls: [ './navigation-item.component.scss' ],\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n animations: [\n trigger('sub-nav', [\n transition(':enter', [\n style({\n display: 'block',\n height: '0',\n overflow: 'hidden',\n }),\n animate(150, style({ height: '*' })),\n ]),\n transition(':leave', [\n style({ overflow: 'hidden' }),\n animate(300, style({ height: '0' })),\n style({ display: 'none' }),\n ]),\n ]),\n ],\n standalone: true,\n imports: [\n RouterLinkActive,\n RouterLink,\n NgIf,\n MatRippleModule,\n MatIconModule,\n IconDirective,\n MatDividerModule,\n forwardRef(() => NavigationComponent),\n NgClass,\n ],\n})\nexport class NavigationItemComponent\n implements OnChanges, OnDestroy {\n\n @Input()\n public level = 0;\n\n private _isActive = false;\n\n public children: Navigation | null = null;\n\n @ViewChild(RouterLinkActive, { static: true })\n public routerLinkActive!: RouterLinkActive;\n\n @Input({ required: true })\n public item!: NavigationItem;\n\n public active = signal(false);\n\n @HostBinding('class.active')\n get isActive(): boolean {\n return this._isActive;\n }\n\n set isActive(value: boolean) {\n this._isActive = value;\n this.active.set(value);\n }\n\n private readonly _subscription = new Subscription();\n\n constructor(\n @Inject(Router)\n private readonly router: Router,\n @Inject(SidenavComponentService)\n public readonly sidenav: SidenavComponentService,\n @Inject(ElementRef)\n private readonly elementRef: ElementRef,\n @Inject(Renderer2)\n private readonly renderer: Renderer2,\n @Inject(Overlay)\n private readonly overlay: Overlay,\n @Inject(ViewContainerRef)\n private readonly viewContainerRef: ViewContainerRef,\n ) {\n }\n\n public ngOnChanges(changes: SimpleChanges) {\n if (changes['item']) {\n const item: NavigationItem = changes['item'].currentValue;\n this.children =\n item.children && item.children.length ? item.children : null;\n }\n }\n\n public ngAfterViewInit() {\n this._subscription.add(\n this.router.events\n .pipe(\n filter((event) => event instanceof NavigationEnd),\n debounceTime(100),\n startWith(true),\n tap(() => {\n let isActive = true;\n const urlParts = this.router.url.split('/');\n if (urlParts[0] === '') {\n urlParts[0] = '/';\n }\n for (let i = 0; i \n \n\n \n \n \n \n {{ item.label }}\n \n \n \n\n \n\n \n\n \n \n\n \n\n \n\n\n \n\n \n \n ./navigation-item.component.scss\n \n \n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' {{ item.label }} '\n var COMPONENTS = [{'name': 'AppsButtonComponent', 'selector': 'rxap-apps-button'},{'name': 'FooterComponent', 'selector': 'rxap-footer'},{'name': 'HeaderComponent', 'selector': 'rxap-header'},{'name': 'LanguageSelectorComponent', 'selector': 'rxap-language-selector'},{'name': 'LayoutComponent', 'selector': 'rxap-layout'},{'name': 'NavigationComponent', 'selector': 'ul[rxap-navigation]'},{'name': 'NavigationItemComponent', 'selector': 'li[rxap-navigation-item]'},{'name': 'NavigationProgressBarComponent', 'selector': 'rxap-navigation-progress-bar'},{'name': 'ResetButtonComponent', 'selector': 'rxap-reset-button'},{'name': 'SettingsButtonComponent', 'selector': 'rxap-settings-button'},{'name': 'SidenavComponent', 'selector': 'rxap-sidenav'},{'name': 'SidenavToggleButtonComponent', 'selector': 'rxap-sidenav-toggle-button'},{'name': 'SignOutComponent', 'selector': 'rxap-sign-out'},{'name': 'ToggleWindowSidenavButtonComponent', 'selector': 'rxap-toggle-window-sidenav-button'},{'name': 'UserProfileIconComponent', 'selector': 'rxap-user-profile-icon'},{'name': 'VersionComponent', 'selector': 'rxap-version'},{'name': 'WindowContainerSidenavComponent', 'selector': 'rxap-window-container-sidenav'}];\n var DIRECTIVES = [{'name': 'FooterDirective', 'selector': '[rxapFooter]'},{'name': 'SidenavFooterDirective', 'selector': '[rxapSidenavFooter]'},{'name': 'SidenavHeaderDirective', 'selector': '[rxapSidenavHeader]'}];\n var ACTUAL_COMPONENT = {'name': 'NavigationItemComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/NavigationProgressBarComponent.html":{"url":"components/NavigationProgressBarComponent.html","title":"component - NavigationProgressBarComponent","body":"\n \n\n\n\n\n\n Components\n \n NavigationProgressBarComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/lib/header/navigation-progress-bar/navigation-progress-bar.component.ts\n\n\n\n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n rxap-navigation-progress-bar\n \n\n \n standalone\n true\n \n\n \n imports\n \n NgIf\n MatProgressBarModule\n AsyncPipe\n \n \n\n \n styleUrls\n ./navigation-progress-bar.component.scss\n \n\n\n\n \n templateUrl\n ./navigation-progress-bar.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n navigating$\n \n \n \n Public\n Readonly\n router\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \n Public\n constructor(router: Router)\n \n \n \n \n Defined in src/lib/header/navigation-progress-bar/navigation-progress-bar.component.ts:37\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n router\n \n \n Router\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n\n\n\n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n navigating$\n \n \n \n \n \n \n Type : Observable\n\n \n \n \n \n Defined in src/lib/header/navigation-progress-bar/navigation-progress-bar.component.ts:37\n \n \n\n\n \n \n \n \n \n \n \n \n \n Public\n Readonly\n router\n \n \n \n \n \n \n Type : Router\n\n \n \n \n \n Decorators : \n \n \n @Inject(Router)\n \n \n \n \n \n Defined in src/lib/header/navigation-progress-bar/navigation-progress-bar.component.ts:40\n \n \n\n\n \n \n\n\n\n\n\n \n import {\n ChangeDetectionStrategy,\n Component,\n Inject,\n} from '@angular/core';\nimport { Observable } from 'rxjs';\nimport {\n NavigationCancel,\n NavigationEnd,\n NavigationStart,\n Router,\n} from '@angular/router';\nimport {\n filter,\n map,\n} from 'rxjs/operators';\nimport { MatProgressBarModule } from '@angular/material/progress-bar';\nimport {\n AsyncPipe,\n NgIf,\n} from '@angular/common';\n\n@Component({\n selector: 'rxap-navigation-progress-bar',\n templateUrl: './navigation-progress-bar.component.html',\n styleUrls: [ './navigation-progress-bar.component.scss' ],\n changeDetection: ChangeDetectionStrategy.OnPush,\n standalone: true,\n imports: [\n NgIf,\n MatProgressBarModule,\n AsyncPipe,\n ],\n})\nexport class NavigationProgressBarComponent {\n\n public navigating$: Observable;\n\n public constructor(\n @Inject(Router) public readonly router: Router,\n ) {\n this.navigating$ = this.router.events.pipe(\n filter(\n event =>\n event instanceof NavigationStart ||\n event instanceof NavigationEnd ||\n event instanceof NavigationCancel,\n ),\n map(event => event instanceof NavigationStart),\n );\n }\n\n}\n\n \n\n \n \n\n \n\n \n \n ./navigation-progress-bar.component.scss\n \n \n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ''\n var COMPONENTS = [{'name': 'AppsButtonComponent', 'selector': 'rxap-apps-button'},{'name': 'FooterComponent', 'selector': 'rxap-footer'},{'name': 'HeaderComponent', 'selector': 'rxap-header'},{'name': 'LanguageSelectorComponent', 'selector': 'rxap-language-selector'},{'name': 'LayoutComponent', 'selector': 'rxap-layout'},{'name': 'NavigationComponent', 'selector': 'ul[rxap-navigation]'},{'name': 'NavigationItemComponent', 'selector': 'li[rxap-navigation-item]'},{'name': 'NavigationProgressBarComponent', 'selector': 'rxap-navigation-progress-bar'},{'name': 'ResetButtonComponent', 'selector': 'rxap-reset-button'},{'name': 'SettingsButtonComponent', 'selector': 'rxap-settings-button'},{'name': 'SidenavComponent', 'selector': 'rxap-sidenav'},{'name': 'SidenavToggleButtonComponent', 'selector': 'rxap-sidenav-toggle-button'},{'name': 'SignOutComponent', 'selector': 'rxap-sign-out'},{'name': 'ToggleWindowSidenavButtonComponent', 'selector': 'rxap-toggle-window-sidenav-button'},{'name': 'UserProfileIconComponent', 'selector': 'rxap-user-profile-icon'},{'name': 'VersionComponent', 'selector': 'rxap-version'},{'name': 'WindowContainerSidenavComponent', 'selector': 'rxap-window-container-sidenav'}];\n var DIRECTIVES = [{'name': 'FooterDirective', 'selector': '[rxapFooter]'},{'name': 'SidenavFooterDirective', 'selector': '[rxapSidenavFooter]'},{'name': 'SidenavHeaderDirective', 'selector': '[rxapSidenavHeader]'}];\n var ACTUAL_COMPONENT = {'name': 'NavigationProgressBarComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/NavigationService.html":{"url":"injectables/NavigationService.html","title":"injectable - NavigationService","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n NavigationService\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/lib/navigation/navigation.service.ts\n \n\n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n Readonly\n config$\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n Public\n add\n \n \n Public\n get\n \n \n Public\n has\n \n \n Public\n insert\n \n \n Public\n remove\n \n \n Public\n updateNavigation\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(navigation: any, injector: Injector, inserts: any | null)\n \n \n \n \n Defined in src/lib/navigation/navigation.service.ts:42\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n navigation\n \n \n any\n \n \n \n No\n \n \n \n \n injector\n \n \n Injector\n \n \n \n No\n \n \n \n \n inserts\n \n \n any | null\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n Public\n add\n \n \n \n \n \n \n \n add(id: string, value: NavigationWithInserts, update)\n \n \n\n\n \n \n Defined in src/lib/navigation/navigation.service.ts:85\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Default value\n \n \n \n \n id\n \n string\n \n\n \n No\n \n\n \n \n\n \n \n value\n \n NavigationWithInserts\n \n\n \n No\n \n\n \n \n\n \n \n update\n \n \n\n \n No\n \n\n \n true\n \n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Public\n get\n \n \n \n \n \n \n \n get(id: string)\n \n \n\n\n \n \n Defined in src/lib/navigation/navigation.service.ts:100\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n id\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : NavigationWithInserts | undefined\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Public\n has\n \n \n \n \n \n \n \n has(id: string)\n \n \n\n\n \n \n Defined in src/lib/navigation/navigation.service.ts:96\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n id\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : boolean\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Public\n insert\n \n \n \n \n \n \n use add instead\n \n \n \n \n \n insert(id: string, value: NavigationWithInserts, update)\n \n \n\n\n \n \n Defined in src/lib/navigation/navigation.service.ts:77\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Default value\n \n \n \n \n id\n \n string\n \n\n \n No\n \n\n \n \n\n \n \n value\n \n NavigationWithInserts\n \n\n \n No\n \n\n \n \n\n \n \n update\n \n \n\n \n No\n \n\n \n true\n \n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Public\n remove\n \n \n \n \n \n \n \n remove(id: string, update)\n \n \n\n\n \n \n Defined in src/lib/navigation/navigation.service.ts:104\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Default value\n \n \n \n \n id\n \n string\n \n\n \n No\n \n\n \n \n\n \n \n update\n \n \n\n \n No\n \n\n \n true\n \n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Public\n updateNavigation\n \n \n \n \n \n \n \n updateNavigation()\n \n \n\n\n \n \n Defined in src/lib/navigation/navigation.service.ts:111\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n Readonly\n config$\n \n \n \n \n \n \n Type : Observable\n\n \n \n \n \n Defined in src/lib/navigation/navigation.service.ts:36\n \n \n\n\n \n \n\n\n \n\n\n \n import type { Injector } from '@angular/core';\nimport {\n Inject,\n Injectable,\n INJECTOR,\n Optional,\n} from '@angular/core';\nimport {\n combineLatest,\n from,\n Observable,\n of,\n ReplaySubject,\n} from 'rxjs';\nimport {\n IsNavigationDividerItem,\n IsNavigationInsertItem,\n IsNavigationItem,\n Navigation,\n NavigationDividerItem,\n NavigationItem,\n NavigationWithInserts,\n} from './navigation-item';\nimport {\n RXAP_NAVIGATION_CONFIG,\n RXAP_NAVIGATION_CONFIG_INSERTS,\n} from '../tokens';\nimport {\n catchError,\n map,\n switchMap,\n} from 'rxjs/operators';\n\n@Injectable({ providedIn: 'root' })\nexport class NavigationService {\n public readonly config$: Observable;\n\n private inserts = new Map();\n\n private readonly navigation: NavigationWithInserts;\n\n private readonly navigation$ = new ReplaySubject(1);\n\n constructor(\n @Inject(RXAP_NAVIGATION_CONFIG)\n navigation: any,\n @Inject(INJECTOR)\n private readonly injector: Injector,\n @Optional()\n @Inject(RXAP_NAVIGATION_CONFIG_INSERTS)\n inserts: any | null = null,\n ) {\n if (typeof navigation === 'function') {\n this.navigation = navigation();\n } else {\n this.navigation = navigation;\n }\n if (inserts) {\n Object.entries(inserts).forEach(([ id, insert ]: [ string, any ]) =>\n this.insert(id, insert, false),\n );\n }\n this.updateNavigation();\n this.config$ = this.navigation$.pipe(\n switchMap((navigationWithoutStatusCheck) =>\n this.checkNavigationStatusProviders(navigationWithoutStatusCheck),\n ),\n );\n }\n\n /**\n * @deprecated use add instead\n * @param id\n * @param value\n * @param update\n */\n public insert(\n id: string,\n value: NavigationWithInserts,\n update = true,\n ): void {\n this.add(id, value, update);\n }\n\n public add(\n id: string,\n value: NavigationWithInserts,\n update = true,\n ): void {\n this.inserts.set(id, value);\n if (update) {\n this.updateNavigation();\n }\n }\n\n public has(id: string): boolean {\n return this.inserts.has(id);\n }\n\n public get(id: string): NavigationWithInserts | undefined {\n return this.inserts.get(id);\n }\n\n public remove(id: string, update = true): void {\n this.inserts.delete(id);\n if (update) {\n this.updateNavigation();\n }\n }\n\n public updateNavigation(): void {\n this.navigation$.next(this.replaceInserts(this.navigation));\n }\n\n /**\n * @internal\n * @param navigationItem\n */\n public checkNavigationItemStatusProviders(\n navigationItem: NavigationItem | NavigationDividerItem,\n ): Observable {\n if (IsNavigationDividerItem(navigationItem) || !navigationItem.status) {\n return of(navigationItem);\n }\n const isVisibleArray$: Array> = navigationItem.status\n .map((statusToken) => this.injector.get(\n statusToken))\n .map((status) => {\n const isVisible = status.isVisible(\n navigationItem);\n if (typeof isVisible === 'boolean') {\n return of(isVisible);\n } else {\n return from(isVisible);\n }\n })\n .map(isVisible$ => isVisible$.pipe(catchError(e => {\n console.error('isVisible method failed: ' +\n e.message);\n return of(false);\n })));\n // TODO : dont wait for all status services to complete, but cancel waiting if one returns false\n return combineLatest(isVisibleArray$).pipe(\n map((isVisibleArray) =>\n isVisibleArray.reduce((acc, isVisible) => acc && isVisible, true),\n ),\n map((isVisible) => (isVisible ? navigationItem : null)),\n switchMap((navigationItemOrNull) => {\n if (navigationItemOrNull) {\n if (navigationItemOrNull.children?.length) {\n return this.checkNavigationStatusProviders(\n navigationItemOrNull.children,\n ).pipe(\n map((children) => ({\n ...navigationItemOrNull,\n children,\n })),\n );\n }\n return of(navigationItemOrNull);\n }\n return of(null);\n }),\n );\n }\n\n /**\n * @internal\n * @param navigationItem\n */\n public checkNavigationStatusProviders(\n navigation: Navigation,\n ): Observable {\n return combineLatest(\n navigation.map((navigationItem) =>\n this.checkNavigationItemStatusProviders(navigationItem),\n ),\n ).pipe(\n map((navigationWithNullItems) => {\n const cleanNavigation: Navigation = [];\n\n for (const navigationItem of navigationWithNullItems) {\n if (navigationItem !== null) {\n cleanNavigation.push(navigationItem);\n }\n }\n\n return cleanNavigation;\n }),\n );\n }\n\n private replaceInserts(\n navigationWithInserts: NavigationWithInserts,\n ): Navigation {\n const navigation: Navigation = [];\n\n for (const navigationItem of navigationWithInserts) {\n if (IsNavigationInsertItem(navigationItem)) {\n if (this.inserts.has(navigationItem.insert)) {\n navigation.push(\n ...this.replaceInserts(this.inserts.get(navigationItem.insert)!),\n );\n }\n } else if (IsNavigationItem(navigationItem)) {\n navigation.push({\n ...navigationItem,\n children: this.replaceInserts(navigationItem.children ?? []),\n });\n } else if (IsNavigationDividerItem(navigationItem)) {\n navigation.push(navigationItem);\n }\n }\n\n return navigation;\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/NavigationStatus.html":{"url":"interfaces/NavigationStatus.html","title":"interface - NavigationStatus","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n NavigationStatus\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/lib/navigation/navigation-item.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Methods\n \n \n \n \n \n \n \n isVisible\n \n \n \n \n \n \n \n \n\n \n \n \n Methods\n \n \n \n \n \n \n \n isVisible\n \n \n \n \n \n \nisVisible(navigationItem: NavigationItem)\n \n \n\n\n \n \n Defined in src/lib/navigation/navigation-item.ts:39\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n navigationItem\n \n NavigationItem\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : Observable | Promise | boolean\n\n \n \n \n \n \n \n \n \n\n\n \n\n\n \n import { IconConfig } from '@rxap/utilities';\nimport {\n AbstractType,\n InjectionToken,\n Type,\n} from '@angular/core';\nimport { Observable } from 'rxjs';\n\nexport type Navigation = Array;\n\nexport type NavigationWithInserts = Array\n | NavigationDividerItem\n | NavigationInsertItem\n>;\n\nexport interface NavigationDividerItem {\n divider: boolean;\n title?: string;\n}\n\nexport function IsNavigationDividerItem(\n item: any,\n): item is NavigationDividerItem {\n return !!item && !!item['divider'];\n}\n\nexport interface NavigationInsertItem {\n insert: string;\n}\n\nexport function IsNavigationInsertItem(\n item: any,\n): item is NavigationInsertItem {\n return !!item && !!item['insert'];\n}\n\nexport interface NavigationStatus {\n isVisible(\n navigationItem: NavigationItem,\n ): Observable | Promise | boolean;\n}\n\nexport interface NavigationItem extends Record {\n routerLink: string[];\n label: string;\n children?: Children;\n icon?: IconConfig;\n status?: Array\n | InjectionToken\n | AbstractType\n >;\n}\n\nexport function IsNavigationItem(item: any): item is NavigationItem {\n return (\n !!item && !!item['routerLink'] && !!item['label']\n );\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"pipes/ReplaceRouterPathsPipe.html":{"url":"pipes/ReplaceRouterPathsPipe.html","title":"pipe - ReplaceRouterPathsPipe","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n Pipes\n ReplaceRouterPathsPipe\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n src/lib/navigation/replace-router-paths.pipe.ts\n \n\n\n\n\n \n Metadata\n \n \n \n Name\n replaceRouterPaths\n \n \n Standalone\n true\n \n \n \n \n\n \n \n \n Methods\n \n \n \n \n \n \n \n transform\n \n \n \n \n \n \ntransform(routerLink: string[])\n \n \n\n\n \n \n Defined in src/lib/navigation/replace-router-paths.pipe.ts:18\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n routerLink\n \n string[]\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n rrp\n \n \n \n \n \n \n Type : ReplaceRouterPathsService\n\n \n \n \n \n Defined in src/lib/navigation/replace-router-paths.pipe.ts:14\n \n \n\n\n \n \n\n\n \n\n\n \n import {\n Pipe,\n PipeTransform,\n} from '@angular/core';\nimport { Observable } from 'rxjs';\nimport { ReplaceRouterPathsService } from './replace-router-paths.service';\n\n@Pipe({\n name: 'replaceRouterPaths',\n standalone: true,\n})\nexport class ReplaceRouterPathsPipe implements PipeTransform {\n constructor(\n public rrp: ReplaceRouterPathsService,\n ) {\n }\n\n transform(routerLink: string[]): Observable {\n return this.rrp.transform(routerLink);\n }\n}\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/ReplaceRouterPathsService.html":{"url":"injectables/ReplaceRouterPathsService.html","title":"injectable - ReplaceRouterPathsService","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n ReplaceRouterPathsService\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/lib/navigation/replace-router-paths.service.ts\n \n\n\n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n Public\n transform\n \n \n \n \n\n\n\n\n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n Public\n transform\n \n \n \n \n \n \n \n transform(routerLink: string[])\n \n \n\n\n \n \n Defined in src/lib/navigation/replace-router-paths.service.ts:10\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n routerLink\n \n string[]\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n\n\n \n\n\n \n import { Injectable } from '@angular/core';\nimport {\n Observable,\n of,\n} from 'rxjs';\n\n@Injectable({ providedIn: 'root' })\nexport class ReplaceRouterPathsService {\n\n public transform(routerLink: string[]): Observable {\n return of(routerLink);\n }\n\n}\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/ResetButtonComponent.html":{"url":"components/ResetButtonComponent.html","title":"component - ResetButtonComponent","body":"\n \n\n\n\n\n\n Components\n \n ResetButtonComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/lib/header/reset-button/reset-button.component.ts\n\n\n\n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n rxap-reset-button\n \n\n \n standalone\n true\n \n\n \n imports\n \n MatButtonModule\n MatIconModule\n \n \n\n \n styleUrls\n ./reset-button.component.scss\n \n\n\n\n \n templateUrl\n ./reset-button.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n Readonly\n resetService\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(resetService: ResetService)\n \n \n \n \n Defined in src/lib/header/reset-button/reset-button.component.ts:18\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n resetService\n \n \n ResetService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n\n\n\n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Public\n Readonly\n resetService\n \n \n \n \n \n \n Type : ResetService\n\n \n \n \n \n Decorators : \n \n \n @Inject(ResetService)\n \n \n \n \n \n Defined in src/lib/header/reset-button/reset-button.component.ts:21\n \n \n\n\n \n \n\n\n\n\n\n \n import {\n ChangeDetectionStrategy,\n Component,\n Inject,\n} from '@angular/core';\nimport { ResetService } from '@rxap/services';\nimport { MatIconModule } from '@angular/material/icon';\nimport { MatButtonModule } from '@angular/material/button';\n\n@Component({\n selector: 'rxap-reset-button',\n templateUrl: './reset-button.component.html',\n styleUrls: [ './reset-button.component.scss' ],\n changeDetection: ChangeDetectionStrategy.OnPush,\n standalone: true,\n imports: [ MatButtonModule, MatIconModule ],\n})\nexport class ResetButtonComponent {\n constructor(\n @Inject(ResetService)\n public readonly resetService: ResetService,\n ) {\n }\n}\n\n \n\n \n \n \n\n\n \n\n \n \n ./reset-button.component.scss\n \n \n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' '\n var COMPONENTS = [{'name': 'AppsButtonComponent', 'selector': 'rxap-apps-button'},{'name': 'FooterComponent', 'selector': 'rxap-footer'},{'name': 'HeaderComponent', 'selector': 'rxap-header'},{'name': 'LanguageSelectorComponent', 'selector': 'rxap-language-selector'},{'name': 'LayoutComponent', 'selector': 'rxap-layout'},{'name': 'NavigationComponent', 'selector': 'ul[rxap-navigation]'},{'name': 'NavigationItemComponent', 'selector': 'li[rxap-navigation-item]'},{'name': 'NavigationProgressBarComponent', 'selector': 'rxap-navigation-progress-bar'},{'name': 'ResetButtonComponent', 'selector': 'rxap-reset-button'},{'name': 'SettingsButtonComponent', 'selector': 'rxap-settings-button'},{'name': 'SidenavComponent', 'selector': 'rxap-sidenav'},{'name': 'SidenavToggleButtonComponent', 'selector': 'rxap-sidenav-toggle-button'},{'name': 'SignOutComponent', 'selector': 'rxap-sign-out'},{'name': 'ToggleWindowSidenavButtonComponent', 'selector': 'rxap-toggle-window-sidenav-button'},{'name': 'UserProfileIconComponent', 'selector': 'rxap-user-profile-icon'},{'name': 'VersionComponent', 'selector': 'rxap-version'},{'name': 'WindowContainerSidenavComponent', 'selector': 'rxap-window-container-sidenav'}];\n var DIRECTIVES = [{'name': 'FooterDirective', 'selector': '[rxapFooter]'},{'name': 'SidenavFooterDirective', 'selector': '[rxapSidenavFooter]'},{'name': 'SidenavHeaderDirective', 'selector': '[rxapSidenavHeader]'}];\n var ACTUAL_COMPONENT = {'name': 'ResetButtonComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/SettingsButtonComponent.html":{"url":"components/SettingsButtonComponent.html","title":"component - SettingsButtonComponent","body":"\n \n\n\n\n\n\n Components\n \n SettingsButtonComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/lib/header/settings-button/settings-button.component.ts\n\n\n\n\n\n \n Implements\n \n \n OnInit\n OnDestroy\n \n\n\n\n Metadata\n \n \n\n\n\n\n\n\n\n\n\n\n\n\n \n selector\n rxap-settings-button\n \n\n \n standalone\n true\n \n\n \n imports\n \n CommonModule\n MatButtonModule\n MatIconModule\n LanguageSelectorComponent\n MatMenuModule\n PortalModule\n \n \n\n \n styleUrls\n ./settings-button.component.scss\n \n\n\n\n \n templateUrl\n ./settings-button.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n Readonly\n availableThemes\n \n \n Public\n Readonly\n availableTypographies\n \n \n Public\n isDevMode\n \n \n items\n \n \n Public\n Readonly\n theme\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n openChangelogDialog\n \n \n previewDensity\n \n \n previewTheme\n \n \n previewTypography\n \n \n restoreDensity\n \n \n restoreTheme\n \n \n restoreTypography\n \n \n setDensity\n \n \n setTheme\n \n \n setTypography\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(theme: ThemeService, route: ActivatedRoute, injector: Injector, changelogService: ChangelogService)\n \n \n \n \n Defined in src/lib/header/settings-button/settings-button.component.ts:54\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n theme\n \n \n ThemeService\n \n \n \n No\n \n \n \n \n route\n \n \n ActivatedRoute\n \n \n \n No\n \n \n \n \n injector\n \n \n Injector\n \n \n \n No\n \n \n \n \n changelogService\n \n \n ChangelogService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n openChangelogDialog\n \n \n \n \n \n \nopenChangelogDialog()\n \n \n\n\n \n \n Defined in src/lib/header/settings-button/settings-button.component.ts:85\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n previewDensity\n \n \n \n \n \n \npreviewDensity(density: ThemeDensity)\n \n \n\n\n \n \n Defined in src/lib/header/settings-button/settings-button.component.ts:89\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n density\n \n ThemeDensity\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n previewTheme\n \n \n \n \n \n \npreviewTheme(theme: string)\n \n \n\n\n \n \n Defined in src/lib/header/settings-button/settings-button.component.ts:113\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n theme\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n previewTypography\n \n \n \n \n \n \npreviewTypography(typography: string)\n \n \n\n\n \n \n Defined in src/lib/header/settings-button/settings-button.component.ts:101\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n typography\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n restoreDensity\n \n \n \n \n \n \nrestoreDensity()\n \n \n\n\n \n \n Defined in src/lib/header/settings-button/settings-button.component.ts:93\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n restoreTheme\n \n \n \n \n \n \nrestoreTheme()\n \n \n\n\n \n \n Defined in src/lib/header/settings-button/settings-button.component.ts:117\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n restoreTypography\n \n \n \n \n \n \nrestoreTypography()\n \n \n\n\n \n \n Defined in src/lib/header/settings-button/settings-button.component.ts:105\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n setDensity\n \n \n \n \n \n \nsetDensity(density: ThemeDensity)\n \n \n\n\n \n \n Defined in src/lib/header/settings-button/settings-button.component.ts:97\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n density\n \n ThemeDensity\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n setTheme\n \n \n \n \n \n \nsetTheme(theme: string)\n \n \n\n\n \n \n Defined in src/lib/header/settings-button/settings-button.component.ts:121\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n theme\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n setTypography\n \n \n \n \n \n \nsetTypography(typography: string)\n \n \n\n\n \n \n Defined in src/lib/header/settings-button/settings-button.component.ts:109\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n typography\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n Readonly\n availableThemes\n \n \n \n \n \n \n Type : string[] | null\n\n \n \n \n \n Defined in src/lib/header/settings-button/settings-button.component.ts:53\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n Readonly\n availableTypographies\n \n \n \n \n \n \n Type : string[] | null\n\n \n \n \n \n Defined in src/lib/header/settings-button/settings-button.component.ts:50\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n isDevMode\n \n \n \n \n \n \n Default value : isDevMode()\n \n \n \n \n Defined in src/lib/header/settings-button/settings-button.component.ts:40\n \n \n\n\n \n \n \n \n \n \n \n \n items\n \n \n \n \n \n \n Default value : signal>>([])\n \n \n \n \n Defined in src/lib/header/settings-button/settings-button.component.ts:41\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n Readonly\n theme\n \n \n \n \n \n \n Type : ThemeService\n\n \n \n \n \n Defined in src/lib/header/settings-button/settings-button.component.ts:57\n \n \n\n\n \n \n\n\n\n\n\n \n import {\n ComponentPortal,\n ComponentType,\n PortalModule,\n} from '@angular/cdk/portal';\nimport { CommonModule } from '@angular/common';\nimport {\n Component,\n Injector,\n isDevMode,\n OnDestroy,\n OnInit,\n signal,\n} from '@angular/core';\nimport { MatButtonModule } from '@angular/material/button';\nimport { MatIconModule } from '@angular/material/icon';\nimport { MatMenuModule } from '@angular/material/menu';\nimport { ActivatedRoute } from '@angular/router';\nimport { ChangelogService } from '@rxap/ngx-changelog';\nimport {\n ThemeDensity,\n ThemeService,\n} from '@rxap/ngx-theme';\nimport { Subscription } from 'rxjs';\nimport {\n map,\n tap,\n} from 'rxjs/operators';\nimport { LanguageSelectorComponent } from '../language-selector/language-selector.component';\n\n@Component({\n selector: 'rxap-settings-button',\n standalone: true,\n imports: [ CommonModule, MatButtonModule, MatIconModule, LanguageSelectorComponent, MatMenuModule, PortalModule ],\n templateUrl: './settings-button.component.html',\n styleUrls: [ './settings-button.component.scss' ],\n})\nexport class SettingsButtonComponent implements OnInit, OnDestroy {\n\n public isDevMode = isDevMode();\n items = signal>>([]);\n private _subscription?: Subscription;\n\n private savePreviewDensityValue = false;\n private currentDensityValue: ThemeDensity | null = null;\n\n private savePreviewTypographyValue = false;\n private currentTypographyValue: string | null = null;\n\n public readonly availableTypographies: string[] | null;\n private savePreviewThemeValue = false;\n\n public readonly availableThemes: string[] | null;\n private currentThemeValue: string | null = null;\n\n constructor(\n public readonly theme: ThemeService,\n private readonly route: ActivatedRoute,\n private readonly injector: Injector,\n private readonly changelogService: ChangelogService,\n ) {\n this.availableThemes = this.theme.getAvailableThemes();\n this.availableTypographies = this.theme.getAvailableTypographies();\n }\n\n ngOnDestroy() {\n this._subscription?.unsubscribe();\n }\n\n ngOnInit() {\n this._subscription = this.route.data.pipe(\n map(data => this.getCustomMenuItems(data)),\n map(items => items.map(item => new ComponentPortal(item, undefined, this.injector))),\n tap(items => this.items.set(items)),\n ).subscribe();\n }\n\n private getCustomMenuItems(data: any): Array> {\n if (data?.layout?.header?.menu?.items?.length) {\n return data.layout.header.menu.items;\n }\n return [];\n }\n\n openChangelogDialog() {\n this.changelogService.showChangelogDialog();\n }\n\n previewDensity(density: ThemeDensity) {\n this.theme.applyDensity(density);\n }\n\n restoreDensity() {\n this.theme.applyDensity(this.theme.density());\n }\n\n setDensity(density: ThemeDensity) {\n this.theme.setDensity(density);\n }\n\n previewTypography(typography: string) {\n this.theme.applyTypography(typography);\n }\n\n restoreTypography() {\n this.theme.applyTypography(this.theme.typography());\n }\n\n setTypography(typography: string) {\n this.theme.setTypography(typography);\n }\n\n previewTheme(theme: string) {\n this.theme.applyTheme(theme);\n }\n\n restoreTheme() {\n this.theme.applyTheme(this.theme.themeName());\n }\n\n setTheme(theme: string) {\n this.theme.setTheme(theme);\n }\n\n}\n\n \n\n \n \n \n\n\n\n \n \n \n Mode\n \n \n \n Theme\n \n \n \n \n What's new\n \n \n \n \n\n\n\n \n \n Density\n \n \n \n Font\n \n \n \n Preset\n \n\n\n\n \n \n Normal\n \n \n \n Dense\n \n \n \n Very Dense\n \n \n \n Extreme Dense\n \n\n\n \n \n {{ typographyName }}\n \n \n\n\n\n \n \n {{ themeName }}\n \n \n\n\n \n\n \n \n ./settings-button.component.scss\n \n \n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' Mode Theme What\\'s new Density Font Preset Normal Dense Very Dense Extreme Dense {{ typographyName }} {{ themeName }} '\n var COMPONENTS = [{'name': 'AppsButtonComponent', 'selector': 'rxap-apps-button'},{'name': 'FooterComponent', 'selector': 'rxap-footer'},{'name': 'HeaderComponent', 'selector': 'rxap-header'},{'name': 'LanguageSelectorComponent', 'selector': 'rxap-language-selector'},{'name': 'LayoutComponent', 'selector': 'rxap-layout'},{'name': 'NavigationComponent', 'selector': 'ul[rxap-navigation]'},{'name': 'NavigationItemComponent', 'selector': 'li[rxap-navigation-item]'},{'name': 'NavigationProgressBarComponent', 'selector': 'rxap-navigation-progress-bar'},{'name': 'ResetButtonComponent', 'selector': 'rxap-reset-button'},{'name': 'SettingsButtonComponent', 'selector': 'rxap-settings-button'},{'name': 'SidenavComponent', 'selector': 'rxap-sidenav'},{'name': 'SidenavToggleButtonComponent', 'selector': 'rxap-sidenav-toggle-button'},{'name': 'SignOutComponent', 'selector': 'rxap-sign-out'},{'name': 'ToggleWindowSidenavButtonComponent', 'selector': 'rxap-toggle-window-sidenav-button'},{'name': 'UserProfileIconComponent', 'selector': 'rxap-user-profile-icon'},{'name': 'VersionComponent', 'selector': 'rxap-version'},{'name': 'WindowContainerSidenavComponent', 'selector': 'rxap-window-container-sidenav'}];\n var DIRECTIVES = [{'name': 'FooterDirective', 'selector': '[rxapFooter]'},{'name': 'SidenavFooterDirective', 'selector': '[rxapSidenavFooter]'},{'name': 'SidenavHeaderDirective', 'selector': '[rxapSidenavHeader]'}];\n var ACTUAL_COMPONENT = {'name': 'SettingsButtonComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/SidenavComponent.html":{"url":"components/SidenavComponent.html","title":"component - SidenavComponent","body":"\n \n\n\n\n\n\n Components\n \n SidenavComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/lib/sidenav/sidenav.component.ts\n\n\n\n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n \n host\n {}\n \n\n\n\n\n\n\n \n selector\n rxap-sidenav\n \n\n \n standalone\n true\n \n\n \n imports\n \n NgClass\n NgIf\n NgTemplateOutlet\n MatDividerModule\n NavigationComponent\n MatButtonModule\n MatIconModule\n AsyncPipe\n \n \n\n \n styleUrls\n ./sidenav.component.scss\n \n\n\n\n \n templateUrl\n ./sidenav.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n Readonly\n sidenav\n \n \n \n Public\n Optional\n sidenavFooterDirective\n \n \n \n Public\n Optional\n sidenavHeaderDirective\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(sidenav: SidenavComponentService)\n \n \n \n \n Defined in src/lib/sidenav/sidenav.component.ts:47\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n sidenav\n \n \n SidenavComponentService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n\n\n\n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n Readonly\n sidenav\n \n \n \n \n \n \n Type : SidenavComponentService\n\n \n \n \n \n Defined in src/lib/sidenav/sidenav.component.ts:49\n \n \n\n\n \n \n \n \n \n \n \n \n \n Public\n Optional\n sidenavFooterDirective\n \n \n \n \n \n \n Type : SidenavFooterDirective\n\n \n \n \n \n Decorators : \n \n \n @ContentChild(SidenavFooterDirective)\n \n \n \n \n \n Defined in src/lib/sidenav/sidenav.component.ts:44\n \n \n\n\n \n \n \n \n \n \n \n \n \n Public\n Optional\n sidenavHeaderDirective\n \n \n \n \n \n \n Type : SidenavHeaderDirective\n\n \n \n \n \n Decorators : \n \n \n @ContentChild(SidenavHeaderDirective)\n \n \n \n \n \n Defined in src/lib/sidenav/sidenav.component.ts:47\n \n \n\n\n \n \n\n\n\n\n\n \n import {\n ChangeDetectionStrategy,\n Component,\n ContentChild,\n} from '@angular/core';\nimport { SidenavFooterDirective } from './sidenav-footer.directive';\nimport { SidenavHeaderDirective } from './sidenav-header.directive';\nimport { SidenavComponentService } from './sidenav.component.service';\nimport { MatIconModule } from '@angular/material/icon';\nimport { MatButtonModule } from '@angular/material/button';\nimport { NavigationComponent } from '../navigation/navigation.component';\nimport { MatDividerModule } from '@angular/material/divider';\nimport {\n AsyncPipe,\n NgClass,\n NgIf,\n NgTemplateOutlet,\n} from '@angular/common';\n\n@Component({\n selector: 'rxap-sidenav',\n templateUrl: './sidenav.component.html',\n styleUrls: [ './sidenav.component.scss' ],\n changeDetection: ChangeDetectionStrategy.OnPush,\n // eslint-disable-next-line @angular-eslint/no-host-metadata-property\n host: {\n class: 'rxap-layout-sidenav',\n },\n standalone: true,\n imports: [\n NgClass,\n NgIf,\n NgTemplateOutlet,\n MatDividerModule,\n NavigationComponent,\n MatButtonModule,\n MatIconModule,\n AsyncPipe,\n ],\n})\nexport class SidenavComponent {\n\n @ContentChild(SidenavFooterDirective)\n public sidenavFooterDirective?: SidenavFooterDirective;\n\n @ContentChild(SidenavHeaderDirective)\n public sidenavHeaderDirective?: SidenavHeaderDirective;\n\n constructor(public readonly sidenav: SidenavComponentService) {\n }\n\n}\n\n \n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n double_arrow\n Collapse sidebar\n \n \n \n \n \n \n \n \n \n\n\n \n\n \n \n ./sidenav.component.scss\n \n .rxap-container {\n height: 100%;\n\n .inner {\n height: 100%;\n\n .header {\n padding-bottom: 12px;\n }\n\n .footer {\n padding-top: 12px;\n }\n\n .nav-container {\n overflow-y: scroll;\n padding-top: 12px;\n\n &::-webkit-scrollbar {\n width: 6px;\n }\n\n /* Track */\n &::-webkit-scrollbar-track {\n border-radius: 2px;\n }\n\n /* Handle */\n &::-webkit-scrollbar-thumb {\n border-radius: 10px;\n }\n\n }\n\n\n }\n\n .sidebar-toggle {\n min-height: 48px;\n\n .sidebar-toggle-inner {\n padding: 0 0;\n }\n\n .arrow {\n transform: rotate(180deg);\n }\n\n &.collapsed {\n\n .arrow {\n transform: initial;\n }\n\n .sidebar-toggle-inner {\n justify-content: space-around !important;\n }\n\n }\n\n }\n\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' double_arrow Collapse sidebar '\n var COMPONENTS = [{'name': 'AppsButtonComponent', 'selector': 'rxap-apps-button'},{'name': 'FooterComponent', 'selector': 'rxap-footer'},{'name': 'HeaderComponent', 'selector': 'rxap-header'},{'name': 'LanguageSelectorComponent', 'selector': 'rxap-language-selector'},{'name': 'LayoutComponent', 'selector': 'rxap-layout'},{'name': 'NavigationComponent', 'selector': 'ul[rxap-navigation]'},{'name': 'NavigationItemComponent', 'selector': 'li[rxap-navigation-item]'},{'name': 'NavigationProgressBarComponent', 'selector': 'rxap-navigation-progress-bar'},{'name': 'ResetButtonComponent', 'selector': 'rxap-reset-button'},{'name': 'SettingsButtonComponent', 'selector': 'rxap-settings-button'},{'name': 'SidenavComponent', 'selector': 'rxap-sidenav'},{'name': 'SidenavToggleButtonComponent', 'selector': 'rxap-sidenav-toggle-button'},{'name': 'SignOutComponent', 'selector': 'rxap-sign-out'},{'name': 'ToggleWindowSidenavButtonComponent', 'selector': 'rxap-toggle-window-sidenav-button'},{'name': 'UserProfileIconComponent', 'selector': 'rxap-user-profile-icon'},{'name': 'VersionComponent', 'selector': 'rxap-version'},{'name': 'WindowContainerSidenavComponent', 'selector': 'rxap-window-container-sidenav'}];\n var DIRECTIVES = [{'name': 'FooterDirective', 'selector': '[rxapFooter]'},{'name': 'SidenavFooterDirective', 'selector': '[rxapSidenavFooter]'},{'name': 'SidenavHeaderDirective', 'selector': '[rxapSidenavHeader]'}];\n var ACTUAL_COMPONENT = {'name': 'SidenavComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/SidenavComponentService.html":{"url":"injectables/SidenavComponentService.html","title":"injectable - SidenavComponentService","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n SidenavComponentService\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/lib/sidenav/sidenav.component.service.ts\n \n\n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n Readonly\n collapsed$\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n Public\n toggleNavigationCollapse\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(config: ConfigService)\n \n \n \n \n Defined in src/lib/sidenav/sidenav.component.service.ts:8\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n config\n \n \n ConfigService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n Public\n toggleNavigationCollapse\n \n \n \n \n \n \n \n toggleNavigationCollapse()\n \n \n\n\n \n \n Defined in src/lib/sidenav/sidenav.component.service.ts:14\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n Readonly\n collapsed$\n \n \n \n \n \n \n Default value : new BehaviorSubject(true)\n \n \n \n \n Defined in src/lib/sidenav/sidenav.component.service.ts:8\n \n \n\n\n \n \n\n\n \n\n\n \n import { Injectable } from '@angular/core';\nimport { BehaviorSubject } from 'rxjs';\nimport { ConfigService } from '@rxap/config';\n\n@Injectable({ providedIn: 'root' })\nexport class SidenavComponentService {\n\n public readonly collapsed$ = new BehaviorSubject(true);\n\n constructor(private readonly config: ConfigService) {\n this.collapsed$.next(this.config.get('navigation.collapsed', this.collapsed$.value));\n }\n\n public toggleNavigationCollapse(): void {\n this.collapsed$.next(!this.collapsed$.value);\n }\n\n}\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"directives/SidenavFooterDirective.html":{"url":"directives/SidenavFooterDirective.html","title":"directive - SidenavFooterDirective","body":"\n \n\n\n\n\n\n\n\n\n Directives\n SidenavFooterDirective\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/lib/sidenav/sidenav-footer.directive.ts\n \n\n\n\n\n\n\n \n Metadata\n \n \n\n \n Selector\n [rxapSidenavFooter]\n \n\n \n Standalone\n true\n \n\n\n\n \n \n \n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n Readonly\n template\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(template: TemplateRef)\n \n \n \n \n Defined in src/lib/sidenav/sidenav-footer.directive.ts:11\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n template\n \n \n TemplateRef\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n\n\n\n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Public\n Readonly\n template\n \n \n \n \n \n \n Type : TemplateRef\n\n \n \n \n \n Decorators : \n \n \n @Inject(TemplateRef)\n \n \n \n \n \n Defined in src/lib/sidenav/sidenav-footer.directive.ts:14\n \n \n\n\n \n \n\n\n\n \n\n\n \n import {\n Directive,\n Inject,\n TemplateRef,\n} from '@angular/core';\n\n@Directive({\n selector: '[rxapSidenavFooter]',\n standalone: true,\n})\nexport class SidenavFooterDirective {\n constructor(\n @Inject(TemplateRef)\n public readonly template: TemplateRef,\n ) {\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"directives/SidenavHeaderDirective.html":{"url":"directives/SidenavHeaderDirective.html","title":"directive - SidenavHeaderDirective","body":"\n \n\n\n\n\n\n\n\n\n Directives\n SidenavHeaderDirective\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/lib/sidenav/sidenav-header.directive.ts\n \n\n\n\n\n\n\n \n Metadata\n \n \n\n \n Selector\n [rxapSidenavHeader]\n \n\n \n Standalone\n true\n \n\n\n\n \n \n \n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n Readonly\n template\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(template: TemplateRef)\n \n \n \n \n Defined in src/lib/sidenav/sidenav-header.directive.ts:11\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n template\n \n \n TemplateRef\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n\n\n\n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Public\n Readonly\n template\n \n \n \n \n \n \n Type : TemplateRef\n\n \n \n \n \n Decorators : \n \n \n @Inject(TemplateRef)\n \n \n \n \n \n Defined in src/lib/sidenav/sidenav-header.directive.ts:14\n \n \n\n\n \n \n\n\n\n \n\n\n \n import {\n Directive,\n Inject,\n TemplateRef,\n} from '@angular/core';\n\n@Directive({\n selector: '[rxapSidenavHeader]',\n standalone: true,\n})\nexport class SidenavHeaderDirective {\n constructor(\n @Inject(TemplateRef)\n public readonly template: TemplateRef,\n ) {\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/SidenavToggleButtonComponent.html":{"url":"components/SidenavToggleButtonComponent.html","title":"component - SidenavToggleButtonComponent","body":"\n \n\n\n\n\n\n Components\n \n SidenavToggleButtonComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/lib/header/sidenav-toggle-button/sidenav-toggle-button.component.ts\n\n\n\n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n rxap-sidenav-toggle-button\n \n\n \n standalone\n true\n \n\n \n imports\n \n MatButtonModule\n NgIf\n MatIconModule\n \n \n\n \n styleUrls\n ./sidenav-toggle-button.component.scss\n \n\n\n\n \n templateUrl\n ./sidenav-toggle-button.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n Readonly\n layoutComponentService\n \n \n Public\n Readonly\n opened\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(layoutComponentService: LayoutComponentService)\n \n \n \n \n Defined in src/lib/header/sidenav-toggle-button/sidenav-toggle-button.component.ts:25\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n layoutComponentService\n \n \n LayoutComponentService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n\n\n\n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n Readonly\n layoutComponentService\n \n \n \n \n \n \n Type : LayoutComponentService\n\n \n \n \n \n Defined in src/lib/header/sidenav-toggle-button/sidenav-toggle-button.component.ts:27\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n Readonly\n opened\n \n \n \n \n \n \n Type : Signal\n\n \n \n \n \n Defined in src/lib/header/sidenav-toggle-button/sidenav-toggle-button.component.ts:25\n \n \n\n\n \n \n\n\n\n\n\n \n import { NgIf } from '@angular/common';\nimport {\n ChangeDetectionStrategy,\n Component,\n Signal,\n} from '@angular/core';\nimport { MatButtonModule } from '@angular/material/button';\nimport { MatIconModule } from '@angular/material/icon';\nimport { LayoutComponentService } from '../../layout/layout.component.service';\n\n@Component({\n selector: 'rxap-sidenav-toggle-button',\n templateUrl: './sidenav-toggle-button.component.html',\n styleUrls: [ './sidenav-toggle-button.component.scss' ],\n changeDetection: ChangeDetectionStrategy.OnPush,\n standalone: true,\n imports: [\n MatButtonModule,\n NgIf,\n MatIconModule,\n ],\n})\nexport class SidenavToggleButtonComponent {\n\n public readonly opened: Signal;\n\n constructor(public readonly layoutComponentService: LayoutComponentService) {\n this.opened = layoutComponentService.opened;\n }\n\n}\n\n \n\n \n \n menu\n menu_open\n\n\n \n\n \n \n ./sidenav-toggle-button.component.scss\n \n \n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' menu menu_open'\n var COMPONENTS = [{'name': 'AppsButtonComponent', 'selector': 'rxap-apps-button'},{'name': 'FooterComponent', 'selector': 'rxap-footer'},{'name': 'HeaderComponent', 'selector': 'rxap-header'},{'name': 'LanguageSelectorComponent', 'selector': 'rxap-language-selector'},{'name': 'LayoutComponent', 'selector': 'rxap-layout'},{'name': 'NavigationComponent', 'selector': 'ul[rxap-navigation]'},{'name': 'NavigationItemComponent', 'selector': 'li[rxap-navigation-item]'},{'name': 'NavigationProgressBarComponent', 'selector': 'rxap-navigation-progress-bar'},{'name': 'ResetButtonComponent', 'selector': 'rxap-reset-button'},{'name': 'SettingsButtonComponent', 'selector': 'rxap-settings-button'},{'name': 'SidenavComponent', 'selector': 'rxap-sidenav'},{'name': 'SidenavToggleButtonComponent', 'selector': 'rxap-sidenav-toggle-button'},{'name': 'SignOutComponent', 'selector': 'rxap-sign-out'},{'name': 'ToggleWindowSidenavButtonComponent', 'selector': 'rxap-toggle-window-sidenav-button'},{'name': 'UserProfileIconComponent', 'selector': 'rxap-user-profile-icon'},{'name': 'VersionComponent', 'selector': 'rxap-version'},{'name': 'WindowContainerSidenavComponent', 'selector': 'rxap-window-container-sidenav'}];\n var DIRECTIVES = [{'name': 'FooterDirective', 'selector': '[rxapFooter]'},{'name': 'SidenavFooterDirective', 'selector': '[rxapSidenavFooter]'},{'name': 'SidenavHeaderDirective', 'selector': '[rxapSidenavHeader]'}];\n var ACTUAL_COMPONENT = {'name': 'SidenavToggleButtonComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/SignOutComponent.html":{"url":"components/SignOutComponent.html","title":"component - SignOutComponent","body":"\n \n\n\n\n\n\n Components\n \n SignOutComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/lib/header/sign-out/sign-out.component.ts\n\n\n\n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n rxap-sign-out\n \n\n \n standalone\n true\n \n\n \n imports\n \n MatButtonModule\n MatIconModule\n \n \n\n \n styleUrls\n ./sign-out.component.scss\n \n\n\n\n \n templateUrl\n ./sign-out.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n Public\n Async\n logout\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(authenticationService: RxapAuthenticationService)\n \n \n \n \n Defined in src/lib/header/sign-out/sign-out.component.ts:17\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n authenticationService\n \n \n RxapAuthenticationService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n Public\n Async\n logout\n \n \n \n \n \n \n \n logout()\n \n \n\n\n \n \n Defined in src/lib/header/sign-out/sign-out.component.ts:24\n \n \n\n\n \n \n\n \n Returns : any\n\n \n \n \n \n \n\n\n\n\n\n \n import {\n ChangeDetectionStrategy,\n Component,\n} from '@angular/core';\nimport { RxapAuthenticationService } from '@rxap/authentication';\nimport { MatIconModule } from '@angular/material/icon';\nimport { MatButtonModule } from '@angular/material/button';\n\n@Component({\n selector: 'rxap-sign-out',\n templateUrl: './sign-out.component.html',\n styleUrls: [ './sign-out.component.scss' ],\n changeDetection: ChangeDetectionStrategy.OnPush,\n standalone: true,\n imports: [ MatButtonModule, MatIconModule ],\n})\nexport class SignOutComponent {\n\n constructor(\n private readonly authenticationService: RxapAuthenticationService,\n ) {\n }\n\n public async logout() {\n await this.authenticationService.signOut();\n }\n\n}\n\n \n\n \n \n \n\n\n \n\n \n \n ./sign-out.component.scss\n \n \n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' '\n var COMPONENTS = [{'name': 'AppsButtonComponent', 'selector': 'rxap-apps-button'},{'name': 'FooterComponent', 'selector': 'rxap-footer'},{'name': 'HeaderComponent', 'selector': 'rxap-header'},{'name': 'LanguageSelectorComponent', 'selector': 'rxap-language-selector'},{'name': 'LayoutComponent', 'selector': 'rxap-layout'},{'name': 'NavigationComponent', 'selector': 'ul[rxap-navigation]'},{'name': 'NavigationItemComponent', 'selector': 'li[rxap-navigation-item]'},{'name': 'NavigationProgressBarComponent', 'selector': 'rxap-navigation-progress-bar'},{'name': 'ResetButtonComponent', 'selector': 'rxap-reset-button'},{'name': 'SettingsButtonComponent', 'selector': 'rxap-settings-button'},{'name': 'SidenavComponent', 'selector': 'rxap-sidenav'},{'name': 'SidenavToggleButtonComponent', 'selector': 'rxap-sidenav-toggle-button'},{'name': 'SignOutComponent', 'selector': 'rxap-sign-out'},{'name': 'ToggleWindowSidenavButtonComponent', 'selector': 'rxap-toggle-window-sidenav-button'},{'name': 'UserProfileIconComponent', 'selector': 'rxap-user-profile-icon'},{'name': 'VersionComponent', 'selector': 'rxap-version'},{'name': 'WindowContainerSidenavComponent', 'selector': 'rxap-window-container-sidenav'}];\n var DIRECTIVES = [{'name': 'FooterDirective', 'selector': '[rxapFooter]'},{'name': 'SidenavFooterDirective', 'selector': '[rxapSidenavFooter]'},{'name': 'SidenavHeaderDirective', 'selector': '[rxapSidenavHeader]'}];\n var ACTUAL_COMPONENT = {'name': 'SignOutComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/ToggleWindowSidenavButtonComponent.html":{"url":"components/ToggleWindowSidenavButtonComponent.html","title":"component - ToggleWindowSidenavButtonComponent","body":"\n \n\n\n\n\n\n Components\n \n ToggleWindowSidenavButtonComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/lib/toggle-window-sidenav-button/toggle-window-sidenav-button.component.ts\n\n\n\n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n \n host\n {}\n \n\n\n\n\n\n\n \n selector\n rxap-toggle-window-sidenav-button\n \n\n \n standalone\n true\n \n\n \n imports\n \n MatButtonModule\n NgIf\n MatIconModule\n \n \n\n \n styleUrls\n ./toggle-window-sidenav-button.component.scss\n \n\n\n\n \n templateUrl\n ./toggle-window-sidenav-button.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n Public\n toggle\n \n \n \n \n\n \n \n Inputs\n \n \n \n \n \n \n openWindowSidenav\n \n \n \n \n\n \n \n Outputs\n \n \n \n \n \n \n openWindowSidenavChange\n \n \n \n \n\n\n\n \n \n\n\n\n \n Inputs\n \n \n \n \n \n openWindowSidenav\n \n \n \n \n Type : boolean\n\n \n \n \n \n Default value : false\n \n \n \n \n Defined in src/lib/toggle-window-sidenav-button/toggle-window-sidenav-button.component.ts:27\n \n \n \n \n\n \n Outputs\n \n \n \n \n \n openWindowSidenavChange\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in src/lib/toggle-window-sidenav-button/toggle-window-sidenav-button.component.ts:30\n \n \n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n Public\n toggle\n \n \n \n \n \n \n \n toggle()\n \n \n\n\n \n \n Defined in src/lib/toggle-window-sidenav-button/toggle-window-sidenav-button.component.ts:32\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n\n\n\n\n\n \n import {\n ChangeDetectionStrategy,\n Component,\n EventEmitter,\n Input,\n Output,\n} from '@angular/core';\nimport { MatIconModule } from '@angular/material/icon';\nimport { NgIf } from '@angular/common';\nimport { MatButtonModule } from '@angular/material/button';\n\n@Component({\n selector: 'rxap-toggle-window-sidenav-button',\n templateUrl: './toggle-window-sidenav-button.component.html',\n styleUrls: [ './toggle-window-sidenav-button.component.scss' ],\n changeDetection: ChangeDetectionStrategy.OnPush,\n // eslint-disable-next-line @angular-eslint/no-host-metadata-property\n host: {\n class: 'rxap-toggle-window-sidenav-button',\n },\n standalone: true,\n imports: [ MatButtonModule, NgIf, MatIconModule ],\n})\nexport class ToggleWindowSidenavButtonComponent {\n\n @Input()\n public openWindowSidenav = false;\n\n @Output()\n public openWindowSidenavChange = new EventEmitter();\n\n public toggle() {\n this.openWindowSidenav = !this.openWindowSidenav;\n this.openWindowSidenavChange.emit(this.openWindowSidenav);\n }\n\n}\n\n \n\n \n \n \n \n \n \n \n \n \n \n\n\n \n\n \n \n ./toggle-window-sidenav-button.component.scss\n \n .toggle-button {\n position: absolute;\n top: 70px;\n right: 0;\n z-index: 10000;\n border-radius: 15px 0px 0px 15px;\n border: 1px solid black;\n background: black;\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' '\n var COMPONENTS = [{'name': 'AppsButtonComponent', 'selector': 'rxap-apps-button'},{'name': 'FooterComponent', 'selector': 'rxap-footer'},{'name': 'HeaderComponent', 'selector': 'rxap-header'},{'name': 'LanguageSelectorComponent', 'selector': 'rxap-language-selector'},{'name': 'LayoutComponent', 'selector': 'rxap-layout'},{'name': 'NavigationComponent', 'selector': 'ul[rxap-navigation]'},{'name': 'NavigationItemComponent', 'selector': 'li[rxap-navigation-item]'},{'name': 'NavigationProgressBarComponent', 'selector': 'rxap-navigation-progress-bar'},{'name': 'ResetButtonComponent', 'selector': 'rxap-reset-button'},{'name': 'SettingsButtonComponent', 'selector': 'rxap-settings-button'},{'name': 'SidenavComponent', 'selector': 'rxap-sidenav'},{'name': 'SidenavToggleButtonComponent', 'selector': 'rxap-sidenav-toggle-button'},{'name': 'SignOutComponent', 'selector': 'rxap-sign-out'},{'name': 'ToggleWindowSidenavButtonComponent', 'selector': 'rxap-toggle-window-sidenav-button'},{'name': 'UserProfileIconComponent', 'selector': 'rxap-user-profile-icon'},{'name': 'VersionComponent', 'selector': 'rxap-version'},{'name': 'WindowContainerSidenavComponent', 'selector': 'rxap-window-container-sidenav'}];\n var DIRECTIVES = [{'name': 'FooterDirective', 'selector': '[rxapFooter]'},{'name': 'SidenavFooterDirective', 'selector': '[rxapSidenavFooter]'},{'name': 'SidenavHeaderDirective', 'selector': '[rxapSidenavHeader]'}];\n var ACTUAL_COMPONENT = {'name': 'ToggleWindowSidenavButtonComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/UserProfileIconComponent.html":{"url":"components/UserProfileIconComponent.html","title":"component - UserProfileIconComponent","body":"\n \n\n\n\n\n\n Components\n \n UserProfileIconComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/lib/header/user-profile-icon/user-profile-icon.component.ts\n\n\n\n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n rxap-user-profile-icon\n \n\n \n standalone\n true\n \n\n \n imports\n \n MatMenuModule\n MatIconModule\n NgIf\n AsyncPipe\n \n \n\n \n styleUrls\n ./user-profile-icon.component.scss\n \n\n\n\n \n templateUrl\n ./user-profile-icon.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n username\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n Public\n Async\n logout\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(userProfileService: UserProfileDataSource, authenticationService: RxapAuthenticationService, extractUsernameFromProfile: ExtractUsernameFromProfileFn)\n \n \n \n \n Defined in src/lib/header/user-profile-icon/user-profile-icon.component.ts:52\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n userProfileService\n \n \n UserProfileDataSource\n \n \n \n No\n \n \n \n \n authenticationService\n \n \n RxapAuthenticationService\n \n \n \n No\n \n \n \n \n extractUsernameFromProfile\n \n \n ExtractUsernameFromProfileFn\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n Public\n Async\n logout\n \n \n \n \n \n \n \n logout()\n \n \n\n\n \n \n Defined in src/lib/header/user-profile-icon/user-profile-icon.component.ts:74\n \n \n\n\n \n \n\n \n Returns : any\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n username\n \n \n \n \n \n \n Type : Signal\n\n \n \n \n \n Defined in src/lib/header/user-profile-icon/user-profile-icon.component.ts:52\n \n \n\n\n \n \n\n\n\n\n\n \n import {\n AsyncPipe,\n NgIf,\n} from '@angular/common';\nimport {\n ChangeDetectionStrategy,\n Component,\n Inject,\n InjectionToken,\n Signal,\n} from '@angular/core';\nimport { toSignal } from '@angular/core/rxjs-interop';\nimport { MatIconModule } from '@angular/material/icon';\nimport { MatMenuModule } from '@angular/material/menu';\nimport { RxapAuthenticationService } from '@rxap/authentication';\nimport { UserProfileDataSource } from '@rxap/ngx-user';\nimport {\n distinctUntilChanged,\n filter,\n skip,\n} from 'rxjs';\nimport {\n map,\n switchMap,\n} from 'rxjs/operators';\n\nexport type ExtractUsernameFromProfileFn = (profile: T) => string | null;\n\nexport const EXTRACT_USERNAME_FROM_PROFILE = new InjectionToken(\n 'extract-username-from-profile',\n {\n providedIn: 'root',\n factory: () => (profile: any) => (profile ? profile.username ?? profile.email ?? profile.name : null) ?? null,\n },\n);\n\n@Component({\n selector: 'rxap-user-profile-icon',\n templateUrl: './user-profile-icon.component.html',\n styleUrls: [ './user-profile-icon.component.scss' ],\n changeDetection: ChangeDetectionStrategy.OnPush,\n standalone: true,\n imports: [\n MatMenuModule,\n MatIconModule,\n NgIf,\n AsyncPipe,\n ],\n})\nexport class UserProfileIconComponent {\n\n public username: Signal;\n\n constructor(\n private readonly userProfileService: UserProfileDataSource,\n private readonly authenticationService: RxapAuthenticationService,\n @Inject(EXTRACT_USERNAME_FROM_PROFILE)\n extractUsernameFromProfile: ExtractUsernameFromProfileFn,\n ) {\n this.username = toSignal(this.authenticationService.isAuthenticated$.pipe(\n filter(Boolean),\n switchMap(() => this.userProfileService.connect({\n viewChange: this.authenticationService.isAuthenticated$.pipe(\n skip(1),\n filter(Boolean),\n distinctUntilChanged(),\n ),\n })),\n filter(Boolean),\n map(extractUsernameFromProfile),\n ), { initialValue: null });\n }\n\n public async logout() {\n await this.authenticationService.signOut();\n }\n\n\n}\n\n \n\n \n \n \n\n\n\n \n \n \n {{username()}}\n \n \n \n \n \n Logout\n \n \n\n\n \n\n \n \n ./user-profile-icon.component.scss\n \n .profile-icon {\n border-radius: 100%;\n border: none;\n height: 32px;\n width: 32px;\n overflow: hidden;\n background-position: center center;\n background-repeat: no-repeat;\n background-size: cover;\n\n .avatar-icon {\n width: 32px;\n height: 32px;\n font-size: 32px;\n }\n\n &:hover {\n cursor: pointer;\n }\n\n &:focus {\n outline: none;\n }\n\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' {{username()}} Logout '\n var COMPONENTS = [{'name': 'AppsButtonComponent', 'selector': 'rxap-apps-button'},{'name': 'FooterComponent', 'selector': 'rxap-footer'},{'name': 'HeaderComponent', 'selector': 'rxap-header'},{'name': 'LanguageSelectorComponent', 'selector': 'rxap-language-selector'},{'name': 'LayoutComponent', 'selector': 'rxap-layout'},{'name': 'NavigationComponent', 'selector': 'ul[rxap-navigation]'},{'name': 'NavigationItemComponent', 'selector': 'li[rxap-navigation-item]'},{'name': 'NavigationProgressBarComponent', 'selector': 'rxap-navigation-progress-bar'},{'name': 'ResetButtonComponent', 'selector': 'rxap-reset-button'},{'name': 'SettingsButtonComponent', 'selector': 'rxap-settings-button'},{'name': 'SidenavComponent', 'selector': 'rxap-sidenav'},{'name': 'SidenavToggleButtonComponent', 'selector': 'rxap-sidenav-toggle-button'},{'name': 'SignOutComponent', 'selector': 'rxap-sign-out'},{'name': 'ToggleWindowSidenavButtonComponent', 'selector': 'rxap-toggle-window-sidenav-button'},{'name': 'UserProfileIconComponent', 'selector': 'rxap-user-profile-icon'},{'name': 'VersionComponent', 'selector': 'rxap-version'},{'name': 'WindowContainerSidenavComponent', 'selector': 'rxap-window-container-sidenav'}];\n var DIRECTIVES = [{'name': 'FooterDirective', 'selector': '[rxapFooter]'},{'name': 'SidenavFooterDirective', 'selector': '[rxapSidenavFooter]'},{'name': 'SidenavHeaderDirective', 'selector': '[rxapSidenavHeader]'}];\n var ACTUAL_COMPONENT = {'name': 'UserProfileIconComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/VersionComponent.html":{"url":"components/VersionComponent.html","title":"component - VersionComponent","body":"\n \n\n\n\n\n\n Components\n \n VersionComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/lib/sidenav/version/version.component.ts\n\n\n\n\n\n \n Implements\n \n \n OnInit\n OnDestroy\n \n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n rxap-version\n \n\n \n standalone\n true\n \n\n \n imports\n \n NgFor\n KeyValuePipe\n \n \n\n \n styleUrls\n ./version.component.scss\n \n\n\n\n \n templateUrl\n ./version.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n modules\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(version: VersionService)\n \n \n \n \n Defined in src/lib/sidenav/version/version.component.ts:35\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n version\n \n \n VersionService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n\n\n\n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n modules\n \n \n \n \n \n \n Type : KeyValue\n\n \n \n \n \n Defined in src/lib/sidenav/version/version.component.ts:33\n \n \n\n\n \n \n\n\n\n\n\n \n import {\n ChangeDetectionStrategy,\n Component,\n Inject,\n OnDestroy,\n OnInit,\n} from '@angular/core';\nimport {\n Version,\n VersionService,\n} from '@rxap/services';\nimport {\n KeyValue,\n Required,\n} from '@rxap/utilities';\nimport { tap } from 'rxjs/operators';\nimport { Subscription } from 'rxjs';\nimport {\n KeyValuePipe,\n NgFor,\n} from '@angular/common';\n\n@Component({\n selector: 'rxap-version',\n templateUrl: './version.component.html',\n styleUrls: [ './version.component.scss' ],\n changeDetection: ChangeDetectionStrategy.OnPush,\n standalone: true,\n imports: [ NgFor, KeyValuePipe ],\n})\nexport class VersionComponent implements OnInit, OnDestroy {\n\n public modules!: KeyValue;\n\n private subscription?: Subscription;\n\n constructor(\n @Inject(VersionService) private version: VersionService,\n ) {\n }\n\n public ngOnInit(): void {\n this.modules = this.version.get();\n this.subscription = this.version.update$.pipe(\n tap(() => this.modules = this.version.get()),\n ).subscribe();\n }\n\n public ngOnDestroy() {\n this.subscription?.unsubscribe();\n }\n\n}\n\n \n\n \n \n \n {{module.value.name}}\n {{module.value.semantic}}\n {{module.value.hash}}\n \n\n\n \n\n \n \n ./version.component.scss\n \n .version {\n width: 100%;\n font-size: 9px;\n padding: 8px;\n\n .name {\n padding-bottom: 12px;\n font-size: 10px;\n }\n\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' {{module.value.name}} {{module.value.semantic}} {{module.value.hash}} '\n var COMPONENTS = [{'name': 'AppsButtonComponent', 'selector': 'rxap-apps-button'},{'name': 'FooterComponent', 'selector': 'rxap-footer'},{'name': 'HeaderComponent', 'selector': 'rxap-header'},{'name': 'LanguageSelectorComponent', 'selector': 'rxap-language-selector'},{'name': 'LayoutComponent', 'selector': 'rxap-layout'},{'name': 'NavigationComponent', 'selector': 'ul[rxap-navigation]'},{'name': 'NavigationItemComponent', 'selector': 'li[rxap-navigation-item]'},{'name': 'NavigationProgressBarComponent', 'selector': 'rxap-navigation-progress-bar'},{'name': 'ResetButtonComponent', 'selector': 'rxap-reset-button'},{'name': 'SettingsButtonComponent', 'selector': 'rxap-settings-button'},{'name': 'SidenavComponent', 'selector': 'rxap-sidenav'},{'name': 'SidenavToggleButtonComponent', 'selector': 'rxap-sidenav-toggle-button'},{'name': 'SignOutComponent', 'selector': 'rxap-sign-out'},{'name': 'ToggleWindowSidenavButtonComponent', 'selector': 'rxap-toggle-window-sidenav-button'},{'name': 'UserProfileIconComponent', 'selector': 'rxap-user-profile-icon'},{'name': 'VersionComponent', 'selector': 'rxap-version'},{'name': 'WindowContainerSidenavComponent', 'selector': 'rxap-window-container-sidenav'}];\n var DIRECTIVES = [{'name': 'FooterDirective', 'selector': '[rxapFooter]'},{'name': 'SidenavFooterDirective', 'selector': '[rxapSidenavFooter]'},{'name': 'SidenavHeaderDirective', 'selector': '[rxapSidenavHeader]'}];\n var ACTUAL_COMPONENT = {'name': 'VersionComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/WindowContainerSidenavComponent.html":{"url":"components/WindowContainerSidenavComponent.html","title":"component - WindowContainerSidenavComponent","body":"\n \n\n\n\n\n\n Components\n \n WindowContainerSidenavComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/lib/window-container-sidenav/window-container-sidenav.component.ts\n\n\n\n\n\n \n Implements\n \n \n OnInit\n OnDestroy\n \n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n rxap-window-container-sidenav\n \n\n \n standalone\n true\n \n\n \n imports\n \n NgFor\n PortalModule\n \n \n\n \n styleUrls\n ./window-container-sidenav.component.scss\n \n\n\n\n \n templateUrl\n ./window-container-sidenav.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n portals\n \n \n \n Public\n Readonly\n service\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n Public\n trackBy\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(service: WindowContainerSidenavService)\n \n \n \n \n Defined in src/lib/window-container-sidenav/window-container-sidenav.component.ts:32\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n service\n \n \n WindowContainerSidenavService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n Public\n trackBy\n \n \n \n \n \n \n \n trackBy(index: number, id: string)\n \n \n\n\n \n \n Defined in src/lib/window-container-sidenav/window-container-sidenav.component.ts:57\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n index\n \n number\n \n\n \n No\n \n\n\n \n \n id\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : string\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n portals\n \n \n \n \n \n \n Default value : new Map>()\n \n \n \n \n Defined in src/lib/window-container-sidenav/window-container-sidenav.component.ts:30\n \n \n\n\n \n \n \n \n \n \n \n \n \n Public\n Readonly\n service\n \n \n \n \n \n \n Type : WindowContainerSidenavService\n\n \n \n \n \n Decorators : \n \n \n @Inject(WindowContainerSidenavService)\n \n \n \n \n \n Defined in src/lib/window-container-sidenav/window-container-sidenav.component.ts:36\n \n \n\n\n \n \n\n\n\n\n\n \n import {\n ChangeDetectionStrategy,\n Component,\n Inject,\n OnDestroy,\n OnInit,\n} from '@angular/core';\nimport {\n ContainerComponent,\n WindowContainerSidenavService,\n} from '@rxap/services';\nimport {\n ComponentPortal,\n PortalModule,\n} from '@angular/cdk/portal';\nimport { tap } from 'rxjs/operators';\nimport { Subscription } from 'rxjs';\nimport { NgFor } from '@angular/common';\n\n@Component({\n selector: 'rxap-window-container-sidenav',\n templateUrl: './window-container-sidenav.component.html',\n styleUrls: [ './window-container-sidenav.component.scss' ],\n changeDetection: ChangeDetectionStrategy.OnPush,\n standalone: true,\n imports: [ NgFor, PortalModule ],\n})\nexport class WindowContainerSidenavComponent implements OnInit, OnDestroy {\n\n public portals = new Map>();\n\n private subscription = new Subscription();\n\n constructor(\n @Inject(WindowContainerSidenavService)\n public readonly service: WindowContainerSidenavService,\n ) {\n }\n\n public ngOnInit(): void {\n const components = this.service.getAll();\n for (const component of components) {\n this.add(component);\n }\n this.subscription.add(this.service.add$.pipe(\n tap(component => this.add(component)),\n ).subscribe());\n this.subscription.add(this.service.remove$.pipe(\n tap(component => this.remove(component)),\n ).subscribe());\n }\n\n public ngOnDestroy() {\n this.subscription.unsubscribe();\n }\n\n public trackBy(index: number, id: string) {\n return id;\n }\n\n private add(component: ContainerComponent) {\n if (this.portals.has(component.id)) {\n throw new Error(`Component portal with id ${ component.id } already exists`);\n }\n const portal = new ComponentPortal(\n component.component,\n component.viewContainerRef,\n component.injector,\n component.componentFactoryResolver,\n );\n this.portals.set(component.id, portal);\n }\n\n private remove(component: ContainerComponent) {\n if (this.portals.has(component.id)) {\n const portal = this.portals.get(component.id)!;\n this.portals.delete(component.id);\n portal.detach();\n }\n }\n\n}\n\n \n\n \n \n\n \n \n \n\n\n\n \n\n \n \n ./window-container-sidenav.component.scss\n \n \n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' '\n var COMPONENTS = [{'name': 'AppsButtonComponent', 'selector': 'rxap-apps-button'},{'name': 'FooterComponent', 'selector': 'rxap-footer'},{'name': 'HeaderComponent', 'selector': 'rxap-header'},{'name': 'LanguageSelectorComponent', 'selector': 'rxap-language-selector'},{'name': 'LayoutComponent', 'selector': 'rxap-layout'},{'name': 'NavigationComponent', 'selector': 'ul[rxap-navigation]'},{'name': 'NavigationItemComponent', 'selector': 'li[rxap-navigation-item]'},{'name': 'NavigationProgressBarComponent', 'selector': 'rxap-navigation-progress-bar'},{'name': 'ResetButtonComponent', 'selector': 'rxap-reset-button'},{'name': 'SettingsButtonComponent', 'selector': 'rxap-settings-button'},{'name': 'SidenavComponent', 'selector': 'rxap-sidenav'},{'name': 'SidenavToggleButtonComponent', 'selector': 'rxap-sidenav-toggle-button'},{'name': 'SignOutComponent', 'selector': 'rxap-sign-out'},{'name': 'ToggleWindowSidenavButtonComponent', 'selector': 'rxap-toggle-window-sidenav-button'},{'name': 'UserProfileIconComponent', 'selector': 'rxap-user-profile-icon'},{'name': 'VersionComponent', 'selector': 'rxap-version'},{'name': 'WindowContainerSidenavComponent', 'selector': 'rxap-window-container-sidenav'}];\n var DIRECTIVES = [{'name': 'FooterDirective', 'selector': '[rxapFooter]'},{'name': 'SidenavFooterDirective', 'selector': '[rxapSidenavFooter]'},{'name': 'SidenavHeaderDirective', 'selector': '[rxapSidenavHeader]'}];\n var ACTUAL_COMPONENT = {'name': 'WindowContainerSidenavComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"changelog.html":{"url":"changelog.html","title":"getting-started - changelog","body":"\n \n\nChange Log\nAll notable changes to this project will be documented in this file.\nSee Conventional Commits for commit guidelines.\n18.0.3-dev.1 (2024-06-21)\nNote: Version bump only for package @rxap/layout\n18.0.3-dev.0 (2024-06-20)\nNote: Version bump only for package @rxap/layout\n18.0.2 (2024-06-18)\nNote: Version bump only for package @rxap/layout\n18.0.2-dev.2 (2024-06-17)\nNote: Version bump only for package @rxap/layout\n18.0.2-dev.1 (2024-06-17)\nNote: Version bump only for package @rxap/layout\n18.0.2-dev.0 (2024-06-05)\nNote: Version bump only for package @rxap/layout\n18.0.1 (2024-05-30)\nNote: Version bump only for package @rxap/layout\n18.0.1-dev.0 (2024-05-30)\nNote: Version bump only for package @rxap/layout\n17.0.1 (2024-05-29)\nNote: Version bump only for package @rxap/layout\n17.0.1-dev.0 (2024-05-29)\nNote: Version bump only for package @rxap/layout\n17.0.1 (2024-05-29)\nNote: Version bump only for package @rxap/layout\n17.0.1-dev.0 (2024-05-29)\nNote: Version bump only for package @rxap/layout\n16.0.3 (2024-05-28)\nNote: Version bump only for package @rxap/layout\n16.0.3-dev.0 (2024-05-28)\nNote: Version bump only for package @rxap/layout\n16.0.2 (2024-05-27)\nNote: Version bump only for package @rxap/layout\n16.0.2-dev.2 (2024-05-27)\nNote: Version bump only for package @rxap/layout\n16.0.2-dev.1 (2024-04-29)\nBug Fixes\n\ndisable theme and font menu point if property is false (2999fac)\nreturn null if explicit set to false (285b99c)\n\n16.0.2-dev.0 (2024-04-28)\nNote: Version bump only for package @rxap/layout\n16.0.1 (2024-04-17)\nNote: Version bump only for package @rxap/layout\n16.0.1-dev.4 (2024-04-09)\nNote: Version bump only for package @rxap/layout\n16.0.1-dev.3 (2024-03-11)\nNote: Version bump only for package @rxap/layout\n16.0.1-dev.2 (2024-03-05)\nNote: Version bump only for package @rxap/layout\n16.0.1-dev.1 (2024-03-04)\nBug Fixes\n\nuse correct tailwind class for hidden (e56611c)\n\n16.0.1-dev.0 (2024-02-09)\nBug Fixes\n\nremove FlexLayout dependency (1fea895)\n\n16.0.0 (2024-02-07)\nNote: Version bump only for package @rxap/layout\n16.0.0-dev.43 (2023-11-23)\nBug Fixes\n\nalways show the selected language (78d02b7)\n\n16.0.0-dev.42 (2023-10-30)\nBug Fixes\n\nonly add lang string if in production (f4b555c)\n\nFeatures\n\nadd getAppUrlOrThrow method (7e0c816)\n\n16.0.0-dev.41 (2023-10-11)\nNote: Version bump only for package @rxap/layout\n16.0.0-dev.40 (2023-10-11)\nNote: Version bump only for package @rxap/layout\n16.0.0-dev.39 (2023-10-11)\nBug Fixes\n\nadd browser-tailwind as imp dep if project has tailwind configuration (3d90660)\nadd licence file to publishable packages (d7de1cb)\napply restored theme config in the correct order (59f9b7e)\nchange overscroll-contain to overscroll-auto (8834055)\nclose sidenav if change to collapsed mode (d42cf01)\ndarkMode property was changed to a single (ed6002e)\ndisable i18n check in development mode (3394767)\nensure min padding for navigation items (2a50b09)\nensure sidenav container is always fulling the screen (706dad3)\nensure the project name is not included in the project tag list (46d4479)\nensure the username is always fully visible (6c8560a)\ngenerate readme with peer dependencies to install (27c2cd7)\nimprove dynamic theme handling (77c62df)\ninitial state issues (80f4aae)\nmove status infiltrator to layout component (7ee22ee)\nmove theme related code to the project angular-theme (c0fd3bc)\nonly add margin to sidenav content if in collapsed mode (96e00c4)\npeer dependency issue (ee95415)\nrefactor user service use (3b30276)\nremove @Required decorator (bcd9988)\nremove css class usage of container (472cc12)\nset default layout header color to undefined (569488a)\nstart user settings theme sync (6049e53)\nsupport advanced settings for layout sidenav (0a4a33d)\nuse authorization service directly (71024c3)\nuse mdi icons (55afb8b)\nuse new angular-theme project (67e9290)\nuse relative path as default (66d39a4)\nuse tailwind to create a bundled theme.css (da870f0)\n\nFeatures\n\nadd changelog button (582830b)\nadd language utility services (4c248be)\nload icons on layout component creation (29a5462)\nrestore theme settings from user settings (fd32708)\nsupport custom menu items for the layout header component (2e2c351)\nsupport dynamic font families and theme density (6a54998)\nsupport dynamic theme configuration (ce4f5c4)\nuse status indicator component (cfdce4e)\n\n16.0.0-dev.38 (2023-10-01)\nBug Fixes\n\nensure sidenav container is always fulling the screen (31c72a1)\n\n16.0.0-dev.37 (2023-09-30)\nBug Fixes\n\napply restored theme config in the correct order (95c5dc0)\n\n16.0.0-dev.36 (2023-09-30)\nBug Fixes\n\ndarkMode property was changed to a single (f497950)\nstart user settings theme sync (14545bf)\n\nFeatures\n\nrestore theme settings from user settings (35d2fef)\n\n16.0.0-dev.35 (2023-09-29)\nBug Fixes\n\nmove theme related code to the project angular-theme (dff497a)\nuse new angular-theme project (4d99def)\n\n16.0.0-dev.34 (2023-09-28)\nBug Fixes\n\nimprove dynamic theme handling (7ffd28b)\n\n16.0.0-dev.33 (2023-09-28)\nFeatures\n\nsupport dynamic font families and theme density (a212366)\nsupport dynamic theme configuration (2c0cf1d)\n\n16.0.0-dev.32 (2023-09-27)\nNote: Version bump only for package @rxap/layout\n16.0.0-dev.31 (2023-09-22)\nBug Fixes\n\ninitial state issues (f390f65)\n\n16.0.0-dev.30 (2023-09-21)\nBug Fixes\n\nchange overscroll-contain to overscroll-auto (0a8db9f)\n\n16.0.0-dev.29 (2023-09-21)\nBug Fixes\n\nclose sidenav if change to collapsed mode (7a35660)\nonly add margin to sidenav content if in collapsed mode (c72febe)\n\n16.0.0-dev.28 (2023-09-21)\nBug Fixes\n\nmove status infiltrator to layout component (1d1f69b)\nsupport advanced settings for layout sidenav (65ff765)\n\n16.0.0-dev.27 (2023-09-19)\nBug Fixes\n\nrefactor user service use (cf553c9)\nuse authorization service directly (35ec333)\n\nFeatures\n\nadd language utility services (96e6785)\n\n16.0.0-dev.26 (2023-09-18)\nBug Fixes\n\nuse relative path as default (42f1a8e)\n\n16.0.0-dev.25 (2023-09-17)\nFeatures\n\nadd changelog button (ccd3b2b)\n\n16.0.0-dev.24 (2023-09-14)\nBug Fixes\n\nremove css class usage of container (9a1969f)\n\n16.0.0-dev.23 (2023-09-12)\nBug Fixes\n\npeer dependency issue (e67e2b8)\n\n16.0.0-dev.22 (2023-09-12)\nNote: Version bump only for package @rxap/layout\n16.0.0-dev.21 (2023-09-07)\nBug Fixes\n\nensure the username is always fully visible (48fc3f5)\n\n16.0.0-dev.20 (2023-09-07)\nNote: Version bump only for package @rxap/layout\n16.0.0-dev.19 (2023-09-03)\nNote: Version bump only for package @rxap/layout\n16.0.0-dev.18 (2023-09-03)\nNote: Version bump only for package @rxap/layout\n16.0.0-dev.17 (2023-09-03)\nBug Fixes\n\nuse mdi icons (abc10a1)\n\nFeatures\n\nload icons on layout component creation (0143fc3)\n\n16.0.0-dev.16 (2023-09-01)\nFeatures\n\nuse status indicator component (a95c8ad)\n\n16.0.0-dev.15 (2023-08-31)\nBug Fixes\n\nensure the project name is not included in the project tag list (b131ac3)\n\n16.0.0-dev.14 (2023-08-24)\nFeatures\n\nsupport custom menu items for the layout header component (97ce8d0)\n\n16.0.0-dev.13 (2023-08-07)\nBug Fixes\n\nset default layout header color to undefined (21b6199)\n\n16.0.0-dev.12 (2023-08-06)\nBug Fixes\n\ndisable i18n check in development mode (69f92d3)\n\n16.0.0-dev.11 (2023-08-06)\nBug Fixes\n\nremove @Required decorator (8df4bf3)\n\n16.0.0-dev.10 (2023-08-04)\nBug Fixes\n\nadd licence file to publishable packages (ca6d4d5)\n\n16.0.0-dev.9 (2023-08-03)\nNote: Version bump only for package @rxap/layout\n16.0.0-dev.8 (2023-08-03)\nBug Fixes\n\nadd browser-tailwind as imp dep if project has tailwind configuration (6ea13c5)\nensure min padding for navigation items (2667fd7)\n\n16.0.0-dev.7 (2023-08-01)\nBug Fixes\n\ngenerate readme with peer dependencies to install (e7039bb)\nuse tailwind to create a bundled theme.css (bfda0dc)\n\n16.0.0-dev.6 (2023-08-01)\nBug Fixes\n\nresolve circular dependency between NavigationItemComponent and NavigationComponent (cc0eece)\nrestructure and merge mono repos packages, schematics, plugins and nest (a057d77)\nupdate package dependency versions (45bd022)\n\n16.0.0-dev.5 (2023-07-20)\nBug Fixes\n\nresolve circular dependency between NavigationItemComponent and NavigationComponent (3e97a5d)\n\n16.0.0-dev.4 (2023-07-10)\nBug Fixes\n\nupdate package dependency versions (8479f5c)\n\n16.0.0-dev.3 (2023-07-10)\nBug Fixes\n\nrestructure and merge mono repos packages, schematics, plugins and nest (653b4cd)\n\n16.0.0-dev.2 (2023-05-31)\nNote: Version bump only for package @rxap/layout\n16.0.0-dev.1 (2023-05-18)\nBug Fixes\n\nupdate rxap packagedependencies (6e12567)\n\n16.0.0-dev.0 (2023-05-18)\nchore\n\nupgrade to nrwl 16.x.x (12dd87e)\n\nBREAKING CHANGES\n\nupgrade nrwl 16.x.x\n\n15.0.0 (2023-05-17)\nchore\n\nupgrade to nrwl 15.x.x (ad95577)\n\nBREAKING CHANGES\n\nupgrade nrwl 15.x.x\n\n14.0.3 (2022-12-14)\nNote: Version bump only for package @rxap/layout\n14.0.2 (2022-12-13)\nNote: Version bump only for package @rxap/layout\n14.0.1 (2022-10-31)\nBug Fixes\n\nremove i18n specific ids (21ef36d)\n\n14.0.0 (2022-09-16)\nchore\n\nupgrade to 14.x.x (66f0719)\n\nBREAKING CHANGES\n\nupgrade to 14.x.x\n\n13.0.0 (2022-09-11)\nNote: Version bump only for package @rxap/layout\n13.0.0-next.3 (2022-03-29)\nNote: Version bump only for package @rxap/layout\n13.0.0-next.2 (2022-03-29)\nNote: Version bump only for package @rxap/layout\n13.0.0-next.1 (2022-03-17)\nBuild System\n\nupgrade to nrwl/angular13.x.x (f8920e7)\n\nBREAKING CHANGES\n\nupdate the core nrwl/angular packages to 13.x.x\n\nSigned-off-by: Merzough Münker mmuenker@digitaix.com\n12.2.3 (2022-02-24)\nBug Fixes\n\nnavigation: expose replace routerpipe (3a2a238)\n\n13.0.0-next.0 (2022-02-19)\nBuild System\n\nupgrade to nrwl/angular13.x.x (f8920e7)\n\nBREAKING CHANGES\n\nupdate the core nrwl/angular packages to 13.x.x\n\nSigned-off-by: Merzough Münker mmuenker@digitaix.com\n12.2.2 (2022-01-28)\nBug Fixes\n\nnavigation: only check children status if childrenexists (8f1d007)\n\n12.2.1 (2022-01-28)\nBug Fixes\n\nnavigation: support custom navigation itemproperties (a085d57)\n\n12.2.0 (2021-09-03)\nNote: Version bump only for package @rxap/layout\n12.2.0-next.0 (2021-08-11)\nBug Fixes\n\ndefault collapse sidenav (346be5d)\n\nFeatures\n\nadd tooltip for collapsed navigationitems (0a5c87b)\n\n12.1.0 (2021-07-22)\nNote: Version bump only for package @rxap/layout\n12.1.0-next.1 (2021-07-21)\nFeatures\n\nnavigate to root after signout (10a64b6)\n\n12.1.0-next.0 (2021-07-21)\nFeatures\n\nnavigate to root after signout (a98e467)\n\n12.0.11-alpha.0 (2021-07-20)\nNote: Version bump only for package @rxap/layout\n12.0.11-next.0 (2021-07-15)\nBug Fixes\n\nset default logo width to192px (cc1e4c2)\n\n12.0.10 (2021-07-12)\nBug Fixes\n\nlayout: fix missing modetype (cf1649a)\n\n12.0.9 (2021-07-09)\nNote: Version bump only for package @rxap/layout\n12.0.9-next.0 (2021-07-09)\nBug Fixes\n\nsplit into rxjs and reflect-metadata subpackages (ab6e325)\n\n12.0.8 (2021-07-09)\nNote: Version bump only for package @rxap/layout\n12.0.8-next.0 (2021-06-29)\nBug Fixes\n\ncollapse styling (e9fe775)\n\n12.0.7 (2021-06-24)\nNote: Version bump only for package @rxap/layout\n12.0.6 (2021-06-23)\nNote: Version bump only for package @rxap/layout\n12.0.5 (2021-06-23)\nNote: Version bump only for package @rxap/layout\n12.0.4 (2021-06-14)\nNote: Version bump only for package @rxap/layout\n12.0.3 (2021-06-09)\nBug Fixes\n\nremove ng-mockspeerDependency (0940f5f)\n\n12.0.2 (2021-06-09)\nBug Fixes\n\nadd readme generator (aca8e49)\n\n12.0.1 (2021-05-24)\nBug Fixes\n\nadd readme generator (aca8e49)\n\n12.0.0 (2021-05-24)\nNote: Version bump only for package @rxap/layout\n11.4.4 (2021-05-04)\nBug Fixes\n\nadd missing i18n tag (5139adb)\n\n11.4.3 (2021-04-30)\nBug Fixes\n\nschematics: update module toesnext (d1e2cd2)\nschematics: update to general schematicstsconfig (83e5f9a)\n\n11.4.2 (2021-04-28)\nBug Fixes\n\nnavigation-item: remove iconpadding (354cce1)\n\n11.4.1 (2021-04-21)\nBug Fixes\n\ntrigger auto redirectmanuel (849e28a)\n\n11.4.0 (2021-04-21)\nFeatures\n\nadd language selector (4204cd4)\n\n11.3.1 (2021-04-21)\nBug Fixes\n\nsuppressed href action (a7874fb)\n\n11.3.0 (2021-04-21)\nFeatures\n\nadd apps button concept (be394b0)\n\n11.2.2 (2021-03-19)\nBug Fixes\n\nupdate peer dependencies (954fde4)\n\n11.2.1 (2021-03-19)\nBug Fixes\n\nupdate peer dependencies (dd22b0c)\n\n11.2.0 (2021-03-19)\nBug Fixes\n\nupdate peer dependencies (2eeb7eb)\nupdate peer dependencies (c7d1267)\n\nFeatures\n\nmv the material directives to the packagerxap/material-directives (d54c5fe)\n\n11.1.1 (2021-03-09)\nNote: Version bump only for package @rxap/layout\n11.1.0 (2021-03-02)\nFeatures\n\nnavigation: add status providersupport (1dba44a)\n\n11.0.4 (2021-02-04)\nNote: Version bump only for package @rxap/layout\n11.0.3 (2021-01-15)\nNote: Version bump only for package @rxap/layout\n11.0.2 (2021-01-12)\nNote: Version bump only for package @rxap/layout\n11.0.1 (2021-01-05)\nNote: Version bump only for package @rxap/layout\n11.0.0 (2021-01-03)\nNote: Version bump only for package @rxap/layout\n10.0.0 (2021-01-03)\nBug Fixes\n\ncustom property keygeneration (b6e6d23)\nSidenavContentComponentService: update footer rowcount (1d2383c)\n\nFeatures\n\nlayout: add collapse sidenavigation (cb2082f)\nlayout: add collapse sidenavigation (069a66b)\nlayout: add collapse side navigationbutton (2873ec4)\nadd FooterDirective (3051ba6)\nsupport for custom root navigation and collapsedclasses (95d3e46)\nsupport for the new footer serviceconcept (4a175e8)\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"dependencies.html":{"url":"dependencies.html","title":"package-dependencies - dependencies","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n Dependencies\n \n \n \n @nx/devkit : 19.3.0\n \n tslib : 2.6.2\n \n\n\n \n \n Peer dependencies\n \n \n \n @angular/animations : ^18.0.1\n \n @angular/cdk : ^18.0.0\n \n @angular/common : ^18.0.1\n \n @angular/core : ^18.0.1\n \n @angular/forms : ^18.0.1\n \n @angular/material : ^18.0.0\n \n @angular/router : ^18.0.1\n \n @rxap/authentication : ^18.0.3-dev.0\n \n @rxap/authorization : ^18.0.3-dev.0\n \n @rxap/browser-utilities : ^1.1.4-dev.0\n \n @rxap/config : ^18.1.1-dev.0\n \n @rxap/data-source : ^18.1.1-dev.0\n \n @rxap/directives : ^18.0.3-dev.0\n \n @rxap/environment : ^18.0.3-dev.0\n \n @rxap/icon : ^18.0.3-dev.0\n \n @rxap/material-directives : ^18.0.3-dev.0\n \n @rxap/ngx-changelog : ^18.0.3-dev.0\n \n @rxap/ngx-localize : ^18.0.3-dev.0\n \n @rxap/ngx-status-check : ^18.0.3-dev.0\n \n @rxap/ngx-theme : ^18.0.3-dev.0\n \n @rxap/ngx-user : ^18.0.3-dev.0\n \n @rxap/services : ^18.0.3-dev.0\n \n @rxap/utilities : ^16.2.4-dev.0\n \n rxjs : ^7.8.1\n \n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"miscellaneous/functions.html":{"url":"miscellaneous/functions.html","title":"miscellaneous-functions - functions","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Miscellaneous\n Functions\n\n\n\n Index\n \n \n \n \n \n \n initGenerator   (src/.../generator.ts)\n \n \n IsNavigationDividerItem   (src/.../navigation-item.ts)\n \n \n IsNavigationInsertItem   (src/.../navigation-item.ts)\n \n \n IsNavigationItem   (src/.../navigation-item.ts)\n \n \n \n \n \n \n\n\n src/generators/init/generator.ts\n \n \n \n \n \n \n \n initGenerator\n \n \n \n \n \n \ninitGenerator(tree: Tree, options: InitGeneratorSchema)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n tree\n \n Tree\n \n\n \n No\n \n\n\n \n \n options\n \n InitGeneratorSchema\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n \n src/lib/navigation/navigation-item.ts\n \n \n \n \n \n \n \n IsNavigationDividerItem\n \n \n \n \n \n \nIsNavigationDividerItem(item: any)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n item\n \n any\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : NavigationDividerItem\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n IsNavigationInsertItem\n \n \n \n \n \n \nIsNavigationInsertItem(item: any)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n item\n \n any\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : NavigationInsertItem\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n IsNavigationItem\n \n \n \n \n \n \nIsNavigationItem(item: any)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n item\n \n any\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : NavigationItem\n\n \n \n \n \n \n \n \n \n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"index.html":{"url":"index.html","title":"getting-started - index","body":"\n \n\n@rxap/layout\n\n\n\n\n\n\n\nInstallation\nGenerators\n\nInstallation\nAdd the package to your workspace:\nExample :yarn add @rxap/layoutInstall peer dependencies:\nExample :yarn add @angular/animations@^18.0.1 @angular/cdk@^18.0.0 @angular/common@^18.0.1 @angular/core@^18.0.1 @angular/forms@^18.0.1 @angular/material@^18.0.0 @angular/router@^18.0.1 @rxap/authentication@^18.0.3-dev.0 @rxap/authorization@^18.0.3-dev.0 @rxap/browser-utilities@^1.1.4-dev.0 @rxap/config@^18.1.1-dev.0 @rxap/data-source@^18.1.1-dev.0 @rxap/directives@^18.0.3-dev.0 @rxap/environment@^18.0.3-dev.0 @rxap/icon@^18.0.3-dev.0 @rxap/material-directives@^18.0.3-dev.0 @rxap/ngx-changelog@^18.0.3-dev.0 @rxap/ngx-localize@^18.0.3-dev.0 @rxap/ngx-status-check@^18.0.3-dev.0 @rxap/ngx-theme@^18.0.3-dev.0 @rxap/ngx-user@^18.0.3-dev.0 @rxap/services@^18.0.3-dev.0 @rxap/utilities@^16.2.4-dev.0 rxjs@^7.8.1 Execute the init generator:\nExample :yarn nx g @rxap/layout:initGenerators\ninit\n\nInitialize the package in the workspace\n\nExample :yarn nx g @rxap/layout:init\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"license.html":{"url":"license.html","title":"getting-started - license","body":"\n \n\nExample : GNU GENERAL PUBLIC LICENSE\n Version 3, 29 June 2007 Copyright (C) 2007 Free Software Foundation, Inc. https://fsf.org/\n Everyone is permitted to copy and distribute verbatim copies\n of this license document, but changing it is not allowed.\nExample : Preamble The GNU General Public License is a free, copyleft license for\nsoftware and other kinds of works.\n The licenses for most software and other practical works are designed\nto take away your freedom to share and change the works. By contrast,\nthe GNU General Public License is intended to guarantee your freedom to\nshare and change all versions of a program--to make sure it remains free\nsoftware for all its users. We, the Free Software Foundation, use the\nGNU General Public License for most of our software; it applies also to\nany other work released this way by its authors. You can apply it to\nyour programs, too.\n When we speak of free software, we are referring to freedom, not\nprice. Our General Public Licenses are designed to make sure that you\nhave the freedom to distribute copies of free software (and charge for\nthem if you wish), that you receive source code or can get it if you\nwant it, that you can change the software or use pieces of it in new\nfree programs, and that you know you can do these things.\n To protect your rights, we need to prevent others from denying you\nthese rights or asking you to surrender the rights. Therefore, you have\ncertain responsibilities if you distribute copies of the software, or if\nyou modify it: responsibilities to respect the freedom of others.\n For example, if you distribute copies of such a program, whether\ngratis or for a fee, you must pass on to the recipients the same\nfreedoms that you received. You must make sure that they, too, receive\nor can get the source code. And you must show them these terms so they\nknow their rights.\n Developers that use the GNU GPL protect your rights with two steps:\n(1) assert copyright on the software, and (2) offer you this License\ngiving you legal permission to copy, distribute and/or modify it.\n For the developers' and authors' protection, the GPL clearly explains\nthat there is no warranty for this free software. For both users' and\nauthors' sake, the GPL requires that modified versions be marked as\nchanged, so that their problems will not be attributed erroneously to\nauthors of previous versions.\n Some devices are designed to deny users access to install or run\nmodified versions of the software inside them, although the manufacturer\ncan do so. This is fundamentally incompatible with the aim of\nprotecting users' freedom to change the software. The systematic\npattern of such abuse occurs in the area of products for individuals to\nuse, which is precisely where it is most unacceptable. Therefore, we\nhave designed this version of the GPL to prohibit the practice for those\nproducts. If such problems arise substantially in other domains, we\nstand ready to extend this provision to those domains in future versions\nof the GPL, as needed to protect the freedom of users.\n Finally, every program is threatened constantly by software patents.\nStates should not allow patents to restrict development and use of\nsoftware on general-purpose computers, but in those that do, we wish to\navoid the special danger that patents applied to a free program could\nmake it effectively proprietary. To prevent this, the GPL assures that\npatents cannot be used to render the program non-free.\n The precise terms and conditions for copying, distribution and\nmodification follow.\nExample : TERMS AND CONDITIONS\nDefinitions.\n\n \"This License\" refers to version 3 of the GNU General Public License.\n \"Copyright\" also means copyright-like laws that apply to other kinds of\nworks, such as semiconductor masks.\n \"The Program\" refers to any copyrightable work licensed under this\nLicense. Each licensee is addressed as \"you\". \"Licensees\" and\n\"recipients\" may be individuals or organizations.\n To \"modify\" a work means to copy from or adapt all or part of the work\nin a fashion requiring copyright permission, other than the making of an\nexact copy. The resulting work is called a \"modified version\" of the\nearlier work or a work \"based on\" the earlier work.\n A \"covered work\" means either the unmodified Program or a work based\non the Program.\n To \"propagate\" a work means to do anything with it that, without\npermission, would make you directly or secondarily liable for\ninfringement under applicable copyright law, except executing it on a\ncomputer or modifying a private copy. Propagation includes copying,\ndistribution (with or without modification), making available to the\npublic, and in some countries other activities as well.\n To \"convey\" a work means any kind of propagation that enables other\nparties to make or receive copies. Mere interaction with a user through\na computer network, with no transfer of a copy, is not conveying.\n An interactive user interface displays \"Appropriate Legal Notices\"\nto the extent that it includes a convenient and prominently visible\nfeature that (1) displays an appropriate copyright notice, and (2)\ntells the user that there is no warranty for the work (except to the\nextent that warranties are provided), that licensees may convey the\nwork under this License, and how to view a copy of this License. If\nthe interface presents a list of user commands or options, such as a\nmenu, a prominent item in the list meets this criterion.\n\nSource Code.\n\n The \"source code\" for a work means the preferred form of the work\nfor making modifications to it. \"Object code\" means any non-source\nform of a work.\n A \"Standard Interface\" means an interface that either is an official\nstandard defined by a recognized standards body, or, in the case of\ninterfaces specified for a particular programming language, one that\nis widely used among developers working in that language.\n The \"System Libraries\" of an executable work include anything, other\nthan the work as a whole, that (a) is included in the normal form of\npackaging a Major Component, but which is not part of that Major\nComponent, and (b) serves only to enable use of the work with that\nMajor Component, or to implement a Standard Interface for which an\nimplementation is available to the public in source code form. A\n\"Major Component\", in this context, means a major essential component\n(kernel, window system, and so on) of the specific operating system\n(if any) on which the executable work runs, or a compiler used to\nproduce the work, or an object code interpreter used to run it.\n The \"Corresponding Source\" for a work in object code form means all\nthe source code needed to generate, install, and (for an executable\nwork) run the object code and to modify the work, including scripts to\ncontrol those activities. However, it does not include the work's\nSystem Libraries, or general-purpose tools or generally available free\nprograms which are used unmodified in performing those activities but\nwhich are not part of the work. For example, Corresponding Source\nincludes interface definition files associated with source files for\nthe work, and the source code for shared libraries and dynamically\nlinked subprograms that the work is specifically designed to require,\nsuch as by intimate data communication or control flow between those\nsubprograms and other parts of the work.\n The Corresponding Source need not include anything that users\ncan regenerate automatically from other parts of the Corresponding\nSource.\n The Corresponding Source for a work in source code form is that\nsame work.\n\nBasic Permissions.\n\n All rights granted under this License are granted for the term of\ncopyright on the Program, and are irrevocable provided the stated\nconditions are met. This License explicitly affirms your unlimited\npermission to run the unmodified Program. The output from running a\ncovered work is covered by this License only if the output, given its\ncontent, constitutes a covered work. This License acknowledges your\nrights of fair use or other equivalent, as provided by copyright law.\n You may make, run and propagate covered works that you do not\nconvey, without conditions so long as your license otherwise remains\nin force. You may convey covered works to others for the sole purpose\nof having them make modifications exclusively for you, or provide you\nwith facilities for running those works, provided that you comply with\nthe terms of this License in conveying all material for which you do\nnot control copyright. Those thus making or running the covered works\nfor you must do so exclusively on your behalf, under your direction\nand control, on terms that prohibit them from making any copies of\nyour copyrighted material outside their relationship with you.\n Conveying under any other circumstances is permitted solely under\nthe conditions stated below. Sublicensing is not allowed; section 10\nmakes it unnecessary.\n\nProtecting Users' Legal Rights From Anti-Circumvention Law.\n\n No covered work shall be deemed part of an effective technological\nmeasure under any applicable law fulfilling obligations under article\n11 of the WIPO copyright treaty adopted on 20 December 1996, or\nsimilar laws prohibiting or restricting circumvention of such\nmeasures.\n When you convey a covered work, you waive any legal power to forbid\ncircumvention of technological measures to the extent such circumvention\nis effected by exercising rights under this License with respect to\nthe covered work, and you disclaim any intention to limit operation or\nmodification of the work as a means of enforcing, against the work's\nusers, your or third parties' legal rights to forbid circumvention of\ntechnological measures.\n\nConveying Verbatim Copies.\n\n You may convey verbatim copies of the Program's source code as you\nreceive it, in any medium, provided that you conspicuously and\nappropriately publish on each copy an appropriate copyright notice;\nkeep intact all notices stating that this License and any\nnon-permissive terms added in accord with section 7 apply to the code;\nkeep intact all notices of the absence of any warranty; and give all\nrecipients a copy of this License along with the Program.\n You may charge any price or no price for each copy that you convey,\nand you may offer support or warranty protection for a fee.\n\nConveying Modified Source Versions.\n\n You may convey a work based on the Program, or the modifications to\nproduce it from the Program, in the form of source code under the\nterms of section 4, provided that you also meet all of these conditions:\nExample :a) The work must carry prominent notices stating that you modified\nit, and giving a relevant date.\n\nb) The work must carry prominent notices stating that it is\nreleased under this License and any conditions added under section\n7. This requirement modifies the requirement in section 4 to\n\"keep intact all notices\".\n\nc) You must license the entire work, as a whole, under this\nLicense to anyone who comes into possession of a copy. This\nLicense will therefore apply, along with any applicable section 7\nadditional terms, to the whole of the work, and all its parts,\nregardless of how they are packaged. This License gives no\npermission to license the work in any other way, but it does not\ninvalidate such permission if you have separately received it.\n\nd) If the work has interactive user interfaces, each must display\nAppropriate Legal Notices; however, if the Program has interactive\ninterfaces that do not display Appropriate Legal Notices, your\nwork need not make them do so. A compilation of a covered work with other separate and independent\nworks, which are not by their nature extensions of the covered work,\nand which are not combined with it such as to form a larger program,\nin or on a volume of a storage or distribution medium, is called an\n\"aggregate\" if the compilation and its resulting copyright are not\nused to limit the access or legal rights of the compilation's users\nbeyond what the individual works permit. Inclusion of a covered work\nin an aggregate does not cause this License to apply to the other\nparts of the aggregate.\n\nConveying Non-Source Forms.\n\n You may convey a covered work in object code form under the terms\nof sections 4 and 5, provided that you also convey the\nmachine-readable Corresponding Source under the terms of this License,\nin one of these ways:\nExample :a) Convey the object code in, or embodied in, a physical product\n(including a physical distribution medium), accompanied by the\nCorresponding Source fixed on a durable physical medium\ncustomarily used for software interchange.\n\nb) Convey the object code in, or embodied in, a physical product\n(including a physical distribution medium), accompanied by a\nwritten offer, valid for at least three years and valid for as\nlong as you offer spare parts or customer support for that product\nmodel, to give anyone who possesses the object code either (1) a\ncopy of the Corresponding Source for all the software in the\nproduct that is covered by this License, on a durable physical\nmedium customarily used for software interchange, for a price no\nmore than your reasonable cost of physically performing this\nconveying of source, or (2) access to copy the\nCorresponding Source from a network server at no charge.\n\nc) Convey individual copies of the object code with a copy of the\nwritten offer to provide the Corresponding Source. This\nalternative is allowed only occasionally and noncommercially, and\nonly if you received the object code with such an offer, in accord\nwith subsection 6b.\n\nd) Convey the object code by offering access from a designated\nplace (gratis or for a charge), and offer equivalent access to the\nCorresponding Source in the same way through the same place at no\nfurther charge. You need not require recipients to copy the\nCorresponding Source along with the object code. If the place to\ncopy the object code is a network server, the Corresponding Source\nmay be on a different server (operated by you or a third party)\nthat supports equivalent copying facilities, provided you maintain\nclear directions next to the object code saying where to find the\nCorresponding Source. Regardless of what server hosts the\nCorresponding Source, you remain obligated to ensure that it is\navailable for as long as needed to satisfy these requirements.\n\ne) Convey the object code using peer-to-peer transmission, provided\nyou inform other peers where the object code and Corresponding\nSource of the work are being offered to the general public at no\ncharge under subsection 6d. A separable portion of the object code, whose source code is excluded\nfrom the Corresponding Source as a System Library, need not be\nincluded in conveying the object code work.\n A \"User Product\" is either (1) a \"consumer product\", which means any\ntangible personal property which is normally used for personal, family,\nor household purposes, or (2) anything designed or sold for incorporation\ninto a dwelling. In determining whether a product is a consumer product,\ndoubtful cases shall be resolved in favor of coverage. For a particular\nproduct received by a particular user, \"normally used\" refers to a\ntypical or common use of that class of product, regardless of the status\nof the particular user or of the way in which the particular user\nactually uses, or expects or is expected to use, the product. A product\nis a consumer product regardless of whether the product has substantial\ncommercial, industrial or non-consumer uses, unless such uses represent\nthe only significant mode of use of the product.\n \"Installation Information\" for a User Product means any methods,\nprocedures, authorization keys, or other information required to install\nand execute modified versions of a covered work in that User Product from\na modified version of its Corresponding Source. The information must\nsuffice to ensure that the continued functioning of the modified object\ncode is in no case prevented or interfered with solely because\nmodification has been made.\n If you convey an object code work under this section in, or with, or\nspecifically for use in, a User Product, and the conveying occurs as\npart of a transaction in which the right of possession and use of the\nUser Product is transferred to the recipient in perpetuity or for a\nfixed term (regardless of how the transaction is characterized), the\nCorresponding Source conveyed under this section must be accompanied\nby the Installation Information. But this requirement does not apply\nif neither you nor any third party retains the ability to install\nmodified object code on the User Product (for example, the work has\nbeen installed in ROM).\n The requirement to provide Installation Information does not include a\nrequirement to continue to provide support service, warranty, or updates\nfor a work that has been modified or installed by the recipient, or for\nthe User Product in which it has been modified or installed. Access to a\nnetwork may be denied when the modification itself materially and\nadversely affects the operation of the network or violates the rules and\nprotocols for communication across the network.\n Corresponding Source conveyed, and Installation Information provided,\nin accord with this section must be in a format that is publicly\ndocumented (and with an implementation available to the public in\nsource code form), and must require no special password or key for\nunpacking, reading or copying.\n\nAdditional Terms.\n\n \"Additional permissions\" are terms that supplement the terms of this\nLicense by making exceptions from one or more of its conditions.\nAdditional permissions that are applicable to the entire Program shall\nbe treated as though they were included in this License, to the extent\nthat they are valid under applicable law. If additional permissions\napply only to part of the Program, that part may be used separately\nunder those permissions, but the entire Program remains governed by\nthis License without regard to the additional permissions.\n When you convey a copy of a covered work, you may at your option\nremove any additional permissions from that copy, or from any part of\nit. (Additional permissions may be written to require their own\nremoval in certain cases when you modify the work.) You may place\nadditional permissions on material, added by you to a covered work,\nfor which you have or can give appropriate copyright permission.\n Notwithstanding any other provision of this License, for material you\nadd to a covered work, you may (if authorized by the copyright holders of\nthat material) supplement the terms of this License with terms:\nExample :a) Disclaiming warranty or limiting liability differently from the\nterms of sections 15 and 16 of this License; or\n\nb) Requiring preservation of specified reasonable legal notices or\nauthor attributions in that material or in the Appropriate Legal\nNotices displayed by works containing it; or\n\nc) Prohibiting misrepresentation of the origin of that material, or\nrequiring that modified versions of such material be marked in\nreasonable ways as different from the original version; or\n\nd) Limiting the use for publicity purposes of names of licensors or\nauthors of the material; or\n\ne) Declining to grant rights under trademark law for use of some\ntrade names, trademarks, or service marks; or\n\nf) Requiring indemnification of licensors and authors of that\nmaterial by anyone who conveys the material (or modified versions of\nit) with contractual assumptions of liability to the recipient, for\nany liability that these contractual assumptions directly impose on\nthose licensors and authors. All other non-permissive additional terms are considered \"further\nrestrictions\" within the meaning of section 10. If the Program as you\nreceived it, or any part of it, contains a notice stating that it is\ngoverned by this License along with a term that is a further\nrestriction, you may remove that term. If a license document contains\na further restriction but permits relicensing or conveying under this\nLicense, you may add to a covered work material governed by the terms\nof that license document, provided that the further restriction does\nnot survive such relicensing or conveying.\n If you add terms to a covered work in accord with this section, you\nmust place, in the relevant source files, a statement of the\nadditional terms that apply to those files, or a notice indicating\nwhere to find the applicable terms.\n Additional terms, permissive or non-permissive, may be stated in the\nform of a separately written license, or stated as exceptions;\nthe above requirements apply either way.\n\nTermination.\n\n You may not propagate or modify a covered work except as expressly\nprovided under this License. Any attempt otherwise to propagate or\nmodify it is void, and will automatically terminate your rights under\nthis License (including any patent licenses granted under the third\nparagraph of section 11).\n However, if you cease all violation of this License, then your\nlicense from a particular copyright holder is reinstated (a)\nprovisionally, unless and until the copyright holder explicitly and\nfinally terminates your license, and (b) permanently, if the copyright\nholder fails to notify you of the violation by some reasonable means\nprior to 60 days after the cessation.\n Moreover, your license from a particular copyright holder is\nreinstated permanently if the copyright holder notifies you of the\nviolation by some reasonable means, this is the first time you have\nreceived notice of violation of this License (for any work) from that\ncopyright holder, and you cure the violation prior to 30 days after\nyour receipt of the notice.\n Termination of your rights under this section does not terminate the\nlicenses of parties who have received copies or rights from you under\nthis License. If your rights have been terminated and not permanently\nreinstated, you do not qualify to receive new licenses for the same\nmaterial under section 10.\n\nAcceptance Not Required for Having Copies.\n\n You are not required to accept this License in order to receive or\nrun a copy of the Program. Ancillary propagation of a covered work\noccurring solely as a consequence of using peer-to-peer transmission\nto receive a copy likewise does not require acceptance. However,\nnothing other than this License grants you permission to propagate or\nmodify any covered work. These actions infringe copyright if you do\nnot accept this License. Therefore, by modifying or propagating a\ncovered work, you indicate your acceptance of this License to do so.\n\nAutomatic Licensing of Downstream Recipients.\n\n Each time you convey a covered work, the recipient automatically\nreceives a license from the original licensors, to run, modify and\npropagate that work, subject to this License. You are not responsible\nfor enforcing compliance by third parties with this License.\n An \"entity transaction\" is a transaction transferring control of an\norganization, or substantially all assets of one, or subdividing an\norganization, or merging organizations. If propagation of a covered\nwork results from an entity transaction, each party to that\ntransaction who receives a copy of the work also receives whatever\nlicenses to the work the party's predecessor in interest had or could\ngive under the previous paragraph, plus a right to possession of the\nCorresponding Source of the work from the predecessor in interest, if\nthe predecessor has it or can get it with reasonable efforts.\n You may not impose any further restrictions on the exercise of the\nrights granted or affirmed under this License. For example, you may\nnot impose a license fee, royalty, or other charge for exercise of\nrights granted under this License, and you may not initiate litigation\n(including a cross-claim or counterclaim in a lawsuit) alleging that\nany patent claim is infringed by making, using, selling, offering for\nsale, or importing the Program or any portion of it.\n\nPatents.\n\n A \"contributor\" is a copyright holder who authorizes use under this\nLicense of the Program or a work on which the Program is based. The\nwork thus licensed is called the contributor's \"contributor version\".\n A contributor's \"essential patent claims\" are all patent claims\nowned or controlled by the contributor, whether already acquired or\nhereafter acquired, that would be infringed by some manner, permitted\nby this License, of making, using, or selling its contributor version,\nbut do not include claims that would be infringed only as a\nconsequence of further modification of the contributor version. For\npurposes of this definition, \"control\" includes the right to grant\npatent sublicenses in a manner consistent with the requirements of\nthis License.\n Each contributor grants you a non-exclusive, worldwide, royalty-free\npatent license under the contributor's essential patent claims, to\nmake, use, sell, offer for sale, import and otherwise run, modify and\npropagate the contents of its contributor version.\n In the following three paragraphs, a \"patent license\" is any express\nagreement or commitment, however denominated, not to enforce a patent\n(such as an express permission to practice a patent or covenant not to\nsue for patent infringement). To \"grant\" such a patent license to a\nparty means to make such an agreement or commitment not to enforce a\npatent against the party.\n If you convey a covered work, knowingly relying on a patent license,\nand the Corresponding Source of the work is not available for anyone\nto copy, free of charge and under the terms of this License, through a\npublicly available network server or other readily accessible means,\nthen you must either (1) cause the Corresponding Source to be so\navailable, or (2) arrange to deprive yourself of the benefit of the\npatent license for this particular work, or (3) arrange, in a manner\nconsistent with the requirements of this License, to extend the patent\nlicense to downstream recipients. \"Knowingly relying\" means you have\nactual knowledge that, but for the patent license, your conveying the\ncovered work in a country, or your recipient's use of the covered work\nin a country, would infringe one or more identifiable patents in that\ncountry that you have reason to believe are valid.\n If, pursuant to or in connection with a single transaction or\narrangement, you convey, or propagate by procuring conveyance of, a\ncovered work, and grant a patent license to some of the parties\nreceiving the covered work authorizing them to use, propagate, modify\nor convey a specific copy of the covered work, then the patent license\nyou grant is automatically extended to all recipients of the covered\nwork and works based on it.\n A patent license is \"discriminatory\" if it does not include within\nthe scope of its coverage, prohibits the exercise of, or is\nconditioned on the non-exercise of one or more of the rights that are\nspecifically granted under this License. You may not convey a covered\nwork if you are a party to an arrangement with a third party that is\nin the business of distributing software, under which you make payment\nto the third party based on the extent of your activity of conveying\nthe work, and under which the third party grants, to any of the\nparties who would receive the covered work from you, a discriminatory\npatent license (a) in connection with copies of the covered work\nconveyed by you (or copies made from those copies), or (b) primarily\nfor and in connection with specific products or compilations that\ncontain the covered work, unless you entered into that arrangement,\nor that patent license was granted, prior to 28 March 2007.\n Nothing in this License shall be construed as excluding or limiting\nany implied license or other defenses to infringement that may\notherwise be available to you under applicable patent law.\n\nNo Surrender of Others' Freedom.\n\n If conditions are imposed on you (whether by court order, agreement or\notherwise) that contradict the conditions of this License, they do not\nexcuse you from the conditions of this License. If you cannot convey a\ncovered work so as to satisfy simultaneously your obligations under this\nLicense and any other pertinent obligations, then as a consequence you may\nnot convey it at all. For example, if you agree to terms that obligate you\nto collect a royalty for further conveying from those to whom you convey\nthe Program, the only way you could satisfy both those terms and this\nLicense would be to refrain entirely from conveying the Program.\n\nUse with the GNU Affero General Public License.\n\n Notwithstanding any other provision of this License, you have\npermission to link or combine any covered work with a work licensed\nunder version 3 of the GNU Affero General Public License into a single\ncombined work, and to convey the resulting work. The terms of this\nLicense will continue to apply to the part which is the covered work,\nbut the special requirements of the GNU Affero General Public License,\nsection 13, concerning interaction through a network will apply to the\ncombination as such.\n\nRevised Versions of this License.\n\n The Free Software Foundation may publish revised and/or new versions of\nthe GNU General Public License from time to time. Such new versions will\nbe similar in spirit to the present version, but may differ in detail to\naddress new problems or concerns.\n Each version is given a distinguishing version number. If the\nProgram specifies that a certain numbered version of the GNU General\nPublic License \"or any later version\" applies to it, you have the\noption of following the terms and conditions either of that numbered\nversion or of any later version published by the Free Software\nFoundation. If the Program does not specify a version number of the\nGNU General Public License, you may choose any version ever published\nby the Free Software Foundation.\n If the Program specifies that a proxy can decide which future\nversions of the GNU General Public License can be used, that proxy's\npublic statement of acceptance of a version permanently authorizes you\nto choose that version for the Program.\n Later license versions may give you additional or different\npermissions. However, no additional obligations are imposed on any\nauthor or copyright holder as a result of your choosing to follow a\nlater version.\n\nDisclaimer of Warranty.\n\n THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY\nAPPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT\nHOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM \"AS IS\" WITHOUT WARRANTY\nOF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,\nTHE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\nPURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM\nIS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF\nALL NECESSARY SERVICING, REPAIR OR CORRECTION.\n\nLimitation of Liability.\n\n IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING\nWILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS\nTHE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY\nGENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE\nUSE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF\nDATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD\nPARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),\nEVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF\nSUCH DAMAGES.\n\nInterpretation of Sections 15 and 16.\n\n If the disclaimer of warranty and limitation of liability provided\nabove cannot be given local legal effect according to their terms,\nreviewing courts shall apply local law that most closely approximates\nan absolute waiver of all civil liability in connection with the\nProgram, unless a warranty or assumption of liability accompanies a\ncopy of the Program in return for a fee.\nExample : END OF TERMS AND CONDITIONS\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules.html":{"url":"modules.html","title":"modules - modules","body":"\n \n\n\n\n\n Modules\n\n\n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"overview.html":{"url":"overview.html","title":"overview - overview","body":"\n \n\n\n\n Overview\n\n \n\n \n \n \n \n \n 17 Components\n \n \n \n \n \n \n \n 3 Directives\n \n \n \n \n \n \n \n 6 Injectables\n \n \n \n \n \n \n \n 1 Pipe\n \n \n \n \n \n \n \n 6 Interfaces\n \n \n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"properties.html":{"url":"properties.html","title":"package-properties - properties","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n Properties\n \n \n \n Version : 18.0.3-dev.1\n \n Keywords : angular, angular-layout, layout, ngx, packages, rxap, scope:compose\n \n Homepage : https:/gitlab.com/rxap/packages/packages/angular/layout\n \n Bugs : https://gitlab.com/rxap/packages/-/issues\n \n License : GPL-3.0-or-later\n \n Repository : https://gitlab.com/rxap/packages.git\n \n Author : Merzough Münker\n \n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"miscellaneous/typealiases.html":{"url":"miscellaneous/typealiases.html","title":"miscellaneous-typealiases - typealiases","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Miscellaneous\n Type aliases\n\n\n\n Index\n \n \n \n \n \n \n ExtractUsernameFromProfileFn   (src/.../user-profile-icon.component.ts)\n \n \n Navigation   (src/.../navigation-item.ts)\n \n \n NavigationWithInserts   (src/.../navigation-item.ts)\n \n \n \n \n \n \n\n\n src/lib/header/user-profile-icon/user-profile-icon.component.ts\n \n \n \n \n \n \n ExtractUsernameFromProfileFn\n \n \n \n \n function\n\n \n \n \n \n src/lib/navigation/navigation-item.ts\n \n \n \n \n \n \n Navigation\n \n \n \n \n Array\n\n \n \n \n \n \n \n \n \n \n NavigationWithInserts\n \n \n \n \n Array\n\n \n \n \n \n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"miscellaneous/variables.html":{"url":"miscellaneous/variables.html","title":"miscellaneous-variables - variables","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Miscellaneous\n Variables\n\n\n\n Index\n \n \n \n \n \n \n EXTRACT_USERNAME_FROM_PROFILE   (src/.../user-profile-icon.component.ts)\n \n \n RXAP_FOOTER_COMPONENT   (src/.../tokens.ts)\n \n \n RXAP_HEADER_COMPONENT   (src/.../tokens.ts)\n \n \n RXAP_LAYOUT_APPS_GRID   (src/.../tokens.ts)\n \n \n RXAP_LOGO_CONFIG   (src/.../tokens.ts)\n \n \n RXAP_NAVIGATION_CONFIG   (src/.../tokens.ts)\n \n \n RXAP_NAVIGATION_CONFIG_INSERTS   (src/.../tokens.ts)\n \n \n \n \n \n \n\n\n src/lib/header/user-profile-icon/user-profile-icon.component.ts\n \n \n \n \n \n \n \n EXTRACT_USERNAME_FROM_PROFILE\n \n \n \n \n \n \n Default value : new InjectionToken(\n 'extract-username-from-profile',\n {\n providedIn: 'root',\n factory: () => (profile: any) => (profile ? profile.username ?? profile.email ?? profile.name : null) ?? null,\n },\n)\n \n \n\n\n \n \n\n src/lib/tokens.ts\n \n \n \n \n \n \n \n RXAP_FOOTER_COMPONENT\n \n \n \n \n \n \n Default value : new InjectionToken('rxap/layout/footer-component')\n \n \n\n\n \n \n \n \n \n \n \n \n RXAP_HEADER_COMPONENT\n \n \n \n \n \n \n Default value : new InjectionToken('rxap/layout/header-component')\n \n \n\n\n \n \n \n \n \n \n \n \n RXAP_LAYOUT_APPS_GRID\n \n \n \n \n \n \n Default value : new InjectionToken('rxap/layout/apps-grid')\n \n \n\n\n \n \n \n \n \n \n \n \n RXAP_LOGO_CONFIG\n \n \n \n \n \n \n Default value : new InjectionToken('rxap/layout/logo-config')\n \n \n\n\n \n \n \n \n \n \n \n \n RXAP_NAVIGATION_CONFIG\n \n \n \n \n \n \n Default value : new InjectionToken NavigationWithInserts)>(\n 'rxap/layout/navigation-config')\n \n \n\n\n \n \n \n \n \n \n \n \n RXAP_NAVIGATION_CONFIG_INSERTS\n \n \n \n \n \n \n Default value : new InjectionToken>(\n 'rxap/layout/navigation-config-inserts')\n \n \n\n\n \n \n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"}}
4
+ }