@rxap/layout 18.1.0-dev.0 → 18.1.0-dev.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (92) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/README.md +1 -1
  3. package/compodoc/changelog.html +5 -0
  4. package/compodoc/components/AppsButtonComponent.html +18 -6
  5. package/compodoc/dependencies.html +2 -2
  6. package/compodoc/index.html +1 -1
  7. package/compodoc/injectables/ExternalAppsService.html +77 -40
  8. package/compodoc/interfaces/ReleaseInfoModule.html +1 -1
  9. package/compodoc/interfaces/SettingsMenuItem.html +1 -1
  10. package/compodoc/js/search/search_index.js +2 -2
  11. package/compodoc/miscellaneous/functions.html +60 -0
  12. package/compodoc/miscellaneous/typealiases.html +3 -3
  13. package/compodoc/miscellaneous/variables.html +24 -1
  14. package/compodoc/properties.html +1 -1
  15. package/docs/assets/navigation.js +1 -1
  16. package/docs/assets/search.js +1 -1
  17. package/docs/classes/AppsButtonComponent.html +3 -3
  18. package/docs/classes/BaseLayoutComponent.html +1 -1
  19. package/docs/classes/DefaultHeaderComponent.html +2 -2
  20. package/docs/classes/ExternalAppsService.html +3 -2
  21. package/docs/classes/FooterComponent.html +2 -2
  22. package/docs/classes/FooterDirective.html +2 -2
  23. package/docs/classes/FooterService.html +6 -6
  24. package/docs/classes/HeaderComponent.html +2 -2
  25. package/docs/classes/HeaderDirective.html +2 -2
  26. package/docs/classes/HeaderService.html +6 -6
  27. package/docs/classes/LayoutComponent.html +2 -2
  28. package/docs/classes/LayoutService.html +2 -2
  29. package/docs/classes/LogoService.html +2 -2
  30. package/docs/classes/MinimalLayoutComponent.html +1 -1
  31. package/docs/classes/NavigationComponent.html +2 -2
  32. package/docs/classes/NavigationItemComponent.html +2 -2
  33. package/docs/classes/NavigationProgressBarComponent.html +2 -2
  34. package/docs/classes/NavigationService.html +3 -3
  35. package/docs/classes/ReleaseInfoComponent.html +2 -2
  36. package/docs/classes/SettingsButtonComponent.html +2 -2
  37. package/docs/classes/SidenavComponent.html +2 -2
  38. package/docs/classes/SidenavFooterDirective.html +2 -2
  39. package/docs/classes/SidenavHeaderDirective.html +2 -2
  40. package/docs/classes/SidenavToggleButtonComponent.html +2 -2
  41. package/docs/classes/UserProfileIconComponent.html +2 -2
  42. package/docs/documentation.json +1018 -859
  43. package/docs/functions/IsNavigationDividerItem.html +1 -1
  44. package/docs/functions/IsNavigationInsertItem.html +1 -1
  45. package/docs/functions/IsNavigationItem.html +1 -1
  46. package/docs/functions/provideLayout.html +1 -1
  47. package/docs/functions/widthDefaultHeaderComponent.html +1 -1
  48. package/docs/functions/withExternalApps.html +1 -0
  49. package/docs/functions/withFooterComponents.html +1 -1
  50. package/docs/functions/withHeaderComponents.html +1 -1
  51. package/docs/functions/withNavigationConfig.html +1 -1
  52. package/docs/functions/withNavigationInserts.html +1 -1
  53. package/docs/functions/withReleaseInfoModules.html +1 -1
  54. package/docs/functions/withSettingsMenuItems.html +1 -1
  55. package/docs/index.html +1 -1
  56. package/docs/interfaces/NavigationDividerItem.html +2 -2
  57. package/docs/interfaces/NavigationInsertItem.html +2 -2
  58. package/docs/interfaces/NavigationItem.html +2 -2
  59. package/docs/interfaces/NavigationStatus.html +2 -2
  60. package/docs/interfaces/ReleaseInfoModule.html +2 -2
  61. package/docs/interfaces/SettingsMenuItem.html +2 -2
  62. package/docs/modules.html +3 -1
  63. package/docs/types/ExternalApp.html +1 -0
  64. package/docs/types/ExtractUsernameFromProfileFn.html +1 -1
  65. package/docs/types/Navigation.html +1 -1
  66. package/docs/types/NavigationWithInserts.html +1 -1
  67. package/docs/types/SettingsMenuItemComponent.html +1 -1
  68. package/docs/variables/EXTRACT_USERNAME_FROM_PROFILE.html +1 -1
  69. package/docs/variables/RXAP_EXTERNAL_APP.html +1 -0
  70. package/docs/variables/RXAP_EXTERNAL_APP_FILTER.html +1 -1
  71. package/docs/variables/RXAP_FOOTER_COMPONENT.html +1 -1
  72. package/docs/variables/RXAP_HEADER_COMPONENT.html +1 -1
  73. package/docs/variables/RXAP_LAYOUT_APPS_GRID.html +1 -1
  74. package/docs/variables/RXAP_LOGO_CONFIG.html +1 -1
  75. package/docs/variables/RXAP_NAVIGATION_CONFIG.html +1 -1
  76. package/docs/variables/RXAP_NAVIGATION_CONFIG_INSERTS.html +1 -1
  77. package/docs/variables/RXAP_RELEASE_INFO_MODULE.html +1 -1
  78. package/docs/variables/RXAP_SETTINGS_MENU_ITEM.html +1 -1
  79. package/docs/variables/RXAP_SETTINGS_MENU_ITEM_COMPONENT.html +1 -1
  80. package/esm2022/lib/default-header/apps-button/apps-button.component.mjs +5 -3
  81. package/esm2022/lib/external-apps.service.mjs +7 -5
  82. package/esm2022/lib/provide.mjs +9 -2
  83. package/esm2022/lib/tokens.mjs +2 -1
  84. package/esm2022/lib/types.mjs +1 -1
  85. package/fesm2022/rxap-layout.mjs +17 -6
  86. package/fesm2022/rxap-layout.mjs.map +1 -1
  87. package/lib/external-apps.service.d.ts +5 -4
  88. package/lib/provide.d.ts +2 -1
  89. package/lib/tokens.d.ts +1 -0
  90. package/lib/types.d.ts +1 -1
  91. package/package.json +7 -7
  92. package/docs/types/ExternalApps.html +0 -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.