@rxap/layout 19.0.0-dev.1 → 19.0.0-dev.3

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 (112) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/README.md +1 -1
  3. package/compodoc/changelog.html +91 -0
  4. package/compodoc/components/AppsButtonComponent.html +18 -23
  5. package/compodoc/components/BaseLayoutComponent.html +8 -13
  6. package/compodoc/components/DefaultHeaderComponent.html +76 -35
  7. package/compodoc/components/FooterComponent.html +7 -12
  8. package/compodoc/components/HeaderComponent.html +13 -18
  9. package/compodoc/components/LayoutComponent.html +29 -72
  10. package/compodoc/components/MinimalLayoutComponent.html +5 -10
  11. package/compodoc/components/NavigationComponent.html +31 -36
  12. package/compodoc/components/NavigationItemComponent.html +52 -51
  13. package/compodoc/components/NavigationProgressBarComponent.html +9 -14
  14. package/compodoc/components/ReleaseInfoComponent.html +11 -16
  15. package/compodoc/components/SettingsButtonComponent.html +64 -53
  16. package/compodoc/components/SidenavComponent.html +35 -40
  17. package/compodoc/components/SidenavToggleButtonComponent.html +11 -16
  18. package/compodoc/components/UserProfileIconComponent.html +18 -20
  19. package/compodoc/dependencies.html +23 -17
  20. package/compodoc/index.html +1 -1
  21. package/compodoc/injectables/DefaultHeaderService.html +585 -0
  22. package/compodoc/interfaces/NavigationDividerItem.html +1 -1
  23. package/compodoc/interfaces/NavigationInsertItem.html +1 -1
  24. package/compodoc/interfaces/NavigationItem.html +3 -3
  25. package/compodoc/interfaces/NavigationStatus.html +1 -1
  26. package/compodoc/interfaces/ReleaseInfoModule.html +2 -0
  27. package/compodoc/interfaces/SettingsMenuItem.html +2 -0
  28. package/compodoc/js/menu-wc.js +3 -0
  29. package/compodoc/js/menu-wc_es5.js +2 -2
  30. package/compodoc/js/search/search_index.js +2 -2
  31. package/compodoc/miscellaneous/functions.html +387 -6
  32. package/compodoc/miscellaneous/typealiases.html +19 -0
  33. package/compodoc/miscellaneous/variables.html +50 -1
  34. package/compodoc/overview.html +1 -1
  35. package/compodoc/properties.html +1 -1
  36. package/docs/assets/navigation.js +1 -1
  37. package/docs/assets/search.js +1 -1
  38. package/docs/classes/AppsButtonComponent.html +3 -3
  39. package/docs/classes/BaseLayoutComponent.html +1 -1
  40. package/docs/classes/DefaultHeaderComponent.html +5 -2
  41. package/docs/classes/DefaultHeaderService.html +16 -0
  42. package/docs/classes/ExternalAppsService.html +2 -2
  43. package/docs/classes/FooterComponent.html +2 -2
  44. package/docs/classes/FooterDirective.html +2 -2
  45. package/docs/classes/FooterService.html +6 -6
  46. package/docs/classes/HeaderComponent.html +2 -2
  47. package/docs/classes/HeaderDirective.html +2 -2
  48. package/docs/classes/HeaderService.html +6 -6
  49. package/docs/classes/LayoutComponent.html +2 -2
  50. package/docs/classes/LayoutService.html +2 -2
  51. package/docs/classes/LogoService.html +2 -2
  52. package/docs/classes/MinimalLayoutComponent.html +1 -1
  53. package/docs/classes/NavigationComponent.html +2 -2
  54. package/docs/classes/NavigationItemComponent.html +2 -2
  55. package/docs/classes/NavigationProgressBarComponent.html +2 -2
  56. package/docs/classes/NavigationService.html +3 -3
  57. package/docs/classes/ReleaseInfoComponent.html +2 -2
  58. package/docs/classes/SettingsButtonComponent.html +2 -2
  59. package/docs/classes/SidenavComponent.html +2 -2
  60. package/docs/classes/SidenavFooterDirective.html +2 -2
  61. package/docs/classes/SidenavHeaderDirective.html +2 -2
  62. package/docs/classes/SidenavToggleButtonComponent.html +2 -2
  63. package/docs/classes/UserProfileIconComponent.html +2 -2
  64. package/docs/documentation.json +2279 -1170
  65. package/docs/functions/IsNavigationDividerItem.html +1 -1
  66. package/docs/functions/IsNavigationInsertItem.html +1 -1
  67. package/docs/functions/IsNavigationItem.html +1 -1
  68. package/docs/functions/provideExternalApps.html +1 -1
  69. package/docs/functions/provideLayout.html +1 -1
  70. package/docs/functions/withDefaultHeaderComponent.html +1 -1
  71. package/docs/functions/withDefaultHeaderItems.html +1 -0
  72. package/docs/functions/withFooterComponents.html +1 -1
  73. package/docs/functions/withHeaderComponents.html +1 -1
  74. package/docs/functions/withNavigationConfig.html +1 -1
  75. package/docs/functions/withNavigationInserts.html +1 -1
  76. package/docs/functions/withReleaseInfoModules.html +1 -1
  77. package/docs/functions/withSettingsMenuItems.html +1 -1
  78. package/docs/functions/withUserProfileDataSource.html +1 -1
  79. package/docs/index.html +1 -1
  80. package/docs/interfaces/NavigationDividerItem.html +2 -2
  81. package/docs/interfaces/NavigationInsertItem.html +2 -2
  82. package/docs/interfaces/NavigationItem.html +2 -2
  83. package/docs/interfaces/NavigationStatus.html +2 -2
  84. package/docs/interfaces/ReleaseInfoModule.html +2 -2
  85. package/docs/interfaces/SettingsMenuItem.html +2 -2
  86. package/docs/modules.html +5 -1
  87. package/docs/types/DefaultHeaderItemComponent.html +1 -0
  88. package/docs/types/ExternalApp.html +1 -1
  89. package/docs/types/ExtractUsernameFromProfileFn.html +1 -1
  90. package/docs/types/Navigation.html +1 -1
  91. package/docs/types/NavigationWithInserts.html +1 -1
  92. package/docs/types/SettingsMenuItemComponent.html +1 -1
  93. package/docs/variables/EXTRACT_USERNAME_FROM_PROFILE.html +1 -1
  94. package/docs/variables/RXAP_DEFAULT_HEADER_ITEM_COMPONENT.html +1 -0
  95. package/docs/variables/RXAP_EXTERNAL_APP.html +1 -1
  96. package/docs/variables/RXAP_EXTERNAL_APP_FILTER.html +1 -1
  97. package/docs/variables/RXAP_FOOTER_COMPONENT.html +1 -1
  98. package/docs/variables/RXAP_HEADER_COMPONENT.html +1 -1
  99. package/docs/variables/RXAP_LAYOUT_APPS_GRID.html +1 -1
  100. package/docs/variables/RXAP_LOGO_CONFIG.html +1 -1
  101. package/docs/variables/RXAP_NAVIGATION_CONFIG.html +1 -1
  102. package/docs/variables/RXAP_NAVIGATION_CONFIG_INSERTS.html +1 -1
  103. package/docs/variables/RXAP_RELEASE_INFO_MODULE.html +1 -1
  104. package/docs/variables/RXAP_SETTINGS_MENU_ITEM.html +1 -1
  105. package/docs/variables/RXAP_SETTINGS_MENU_ITEM_COMPONENT.html +1 -1
  106. package/docs/variables/RXAP_USER_PROFILE_DATA_SOURCE.html +1 -1
  107. package/package.json +35 -36
  108. package/src/migrations/18.0.0/add-seperate-external-apps-provider/__snapshots__/add-seperate-external-apps-provider.spec.ts.snap +22 -0
  109. package/src/migrations/18.0.0/add-theme-provider-to-app-config/__snapshots__/add-theme-provider-to-app-config.spec.ts.snap +18 -0
  110. package/src/migrations/18.0.0/add-user-theme-provider-to-layout-providers/__snapshots__/add-user-theme-provider-to-layout-providers.spec.ts.snap +51 -0
  111. package/src/migrations/18.0.0/add-with-user-profile-provider/__snapshots__/add-with-user-profile-provider.spec.ts.snap +53 -0
  112. package/theme.css +425 -1

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.