@rxap/layout 19.0.1-dev.8 → 19.0.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.
- package/CHANGELOG.md +34 -0
- package/README.md +25 -26
- package/compodoc/changelog.html +19 -0
- package/compodoc/dependencies.html +13 -13
- package/compodoc/index.html +26 -17
- package/compodoc/js/search/search_index.js +2 -2
- package/compodoc/miscellaneous/variables.html +26 -0
- package/compodoc/properties.html +4 -1
- package/docs/documentation.json +1732 -3429
- package/docs/html/assets/hierarchy.js +1 -0
- package/docs/{assets → html/assets}/highlight.css +19 -12
- package/docs/html/assets/icons.js +18 -0
- package/docs/html/assets/icons.svg +1 -0
- package/docs/{assets → html/assets}/main.js +5 -4
- package/docs/html/assets/navigation.js +1 -0
- package/docs/html/assets/search.js +1 -0
- package/docs/html/assets/style.css +1611 -0
- package/docs/html/classes/AppsButtonComponent.html +13 -0
- package/docs/html/classes/BaseLayoutComponent.html +2 -0
- package/docs/html/classes/DefaultHeaderComponent.html +7 -0
- package/docs/html/classes/DefaultHeaderService.html +13 -0
- package/docs/html/classes/ExternalAppsService.html +19 -0
- package/docs/html/classes/FooterComponent.html +4 -0
- package/docs/html/classes/FooterDirective.html +11 -0
- package/docs/html/classes/FooterService.html +13 -0
- package/docs/html/classes/HeaderComponent.html +5 -0
- package/docs/html/classes/HeaderDirective.html +11 -0
- package/docs/html/classes/HeaderService.html +13 -0
- package/docs/html/classes/LayoutComponent.html +5 -0
- package/docs/html/classes/LayoutService.html +16 -0
- package/docs/html/classes/LogoService.html +6 -0
- package/docs/html/classes/MinimalLayoutComponent.html +2 -0
- package/docs/html/classes/NavigationComponent.html +16 -0
- package/docs/html/classes/NavigationItemComponent.html +24 -0
- package/docs/html/classes/NavigationProgressBarComponent.html +4 -0
- package/docs/html/classes/NavigationService.html +12 -0
- package/docs/html/classes/ReleaseInfoComponent.html +5 -0
- package/docs/html/classes/SettingsButtonComponent.html +18 -0
- package/docs/html/classes/SidenavComponent.html +15 -0
- package/docs/html/classes/SidenavFooterDirective.html +3 -0
- package/docs/html/classes/SidenavHeaderDirective.html +3 -0
- package/docs/html/classes/SidenavToggleButtonComponent.html +4 -0
- package/docs/html/classes/UserProfileIconComponent.html +5 -0
- package/docs/html/functions/IsNavigationDividerItem.html +1 -0
- package/docs/html/functions/IsNavigationInsertItem.html +1 -0
- package/docs/html/functions/IsNavigationItem.html +1 -0
- package/docs/html/functions/provideExternalApps.html +1 -0
- package/docs/html/functions/provideLayout.html +1 -0
- package/docs/html/functions/withDefaultHeaderComponent.html +1 -0
- package/docs/html/functions/withDefaultHeaderItems.html +1 -0
- package/docs/html/functions/withFooterComponents.html +1 -0
- package/docs/html/functions/withHeaderComponents.html +1 -0
- package/docs/html/functions/withNavigationConfig.html +1 -0
- package/docs/html/functions/withNavigationInserts.html +1 -0
- package/docs/html/functions/withReleaseInfoModules.html +1 -0
- package/docs/html/functions/withSettingsMenuItems.html +1 -0
- package/docs/html/functions/withUserProfileDataSource.html +1 -0
- package/docs/html/index.html +110 -0
- package/docs/html/interfaces/NavigationDividerItem.html +3 -0
- package/docs/html/interfaces/NavigationInsertItem.html +2 -0
- package/docs/html/interfaces/NavigationItem.html +6 -0
- package/docs/html/interfaces/NavigationStatus.html +2 -0
- package/docs/html/interfaces/ReleaseInfoModule.html +4 -0
- package/docs/html/interfaces/SettingsMenuItem.html +4 -0
- package/docs/html/modules.html +1 -0
- package/docs/html/types/DefaultHeaderItemComponent.html +1 -0
- package/docs/html/types/ExternalApp.html +1 -0
- package/docs/html/types/ExtractUsernameFromProfileFn.html +1 -0
- package/docs/html/types/Navigation.html +1 -0
- package/docs/html/types/NavigationWithInserts.html +1 -0
- package/docs/html/types/SettingsMenuItemComponent.html +1 -0
- package/docs/html/variables/EXTRACT_USERNAME_FROM_PROFILE.html +1 -0
- package/docs/html/variables/RXAP_DEFAULT_HEADER_ITEM_COMPONENT.html +1 -0
- package/docs/html/variables/RXAP_EXTERNAL_APP.html +1 -0
- package/docs/html/variables/RXAP_EXTERNAL_APP_FILTER.html +1 -0
- package/docs/html/variables/RXAP_FOOTER_COMPONENT.html +1 -0
- package/docs/html/variables/RXAP_HEADER_COMPONENT.html +1 -0
- package/docs/html/variables/RXAP_LAYOUT_APPS_GRID.html +1 -0
- package/docs/html/variables/RXAP_LOGO_CONFIG.html +1 -0
- package/docs/html/variables/RXAP_NAVIGATION_CONFIG.html +1 -0
- package/docs/html/variables/RXAP_NAVIGATION_CONFIG_INSERTS.html +1 -0
- package/docs/html/variables/RXAP_RELEASE_INFO_MODULE.html +1 -0
- package/docs/html/variables/RXAP_SETTINGS_MENU_ITEM.html +1 -0
- package/docs/html/variables/RXAP_SETTINGS_MENU_ITEM_COMPONENT.html +1 -0
- package/docs/html/variables/RXAP_USER_PROFILE_DATA_SOURCE.html +1 -0
- package/docs/markdown/README.md +303 -0
- package/docs/markdown/classes/AppsButtonComponent.md +83 -0
- package/docs/markdown/classes/BaseLayoutComponent.md +19 -0
- package/docs/markdown/classes/DefaultHeaderComponent.md +59 -0
- package/docs/markdown/classes/DefaultHeaderService.md +87 -0
- package/docs/markdown/classes/ExternalAppsService.md +251 -0
- package/docs/markdown/classes/FooterComponent.md +35 -0
- package/docs/markdown/classes/FooterDirective.md +65 -0
- package/docs/markdown/classes/FooterService.md +87 -0
- package/docs/markdown/classes/HeaderComponent.md +43 -0
- package/docs/markdown/classes/HeaderDirective.md +65 -0
- package/docs/markdown/classes/HeaderService.md +87 -0
- package/docs/markdown/classes/LayoutComponent.md +43 -0
- package/docs/markdown/classes/LayoutService.md +149 -0
- package/docs/markdown/classes/LogoService.md +51 -0
- package/docs/markdown/classes/MinimalLayoutComponent.md +19 -0
- package/docs/markdown/classes/NavigationComponent.md +139 -0
- package/docs/markdown/classes/NavigationItemComponent.md +195 -0
- package/docs/markdown/classes/NavigationProgressBarComponent.md +35 -0
- package/docs/markdown/classes/NavigationService.md +205 -0
- package/docs/markdown/classes/ReleaseInfoComponent.md +47 -0
- package/docs/markdown/classes/SettingsButtonComponent.md +229 -0
- package/docs/markdown/classes/SidenavComponent.md +135 -0
- package/docs/markdown/classes/SidenavFooterDirective.md +35 -0
- package/docs/markdown/classes/SidenavHeaderDirective.md +35 -0
- package/docs/markdown/classes/SidenavToggleButtonComponent.md +39 -0
- package/docs/markdown/classes/UserProfileIconComponent.md +47 -0
- package/docs/markdown/functions/IsNavigationDividerItem.md +21 -0
- package/docs/markdown/functions/IsNavigationInsertItem.md +21 -0
- package/docs/markdown/functions/IsNavigationItem.md +21 -0
- package/docs/markdown/functions/provideExternalApps.md +21 -0
- package/docs/markdown/functions/provideLayout.md +21 -0
- package/docs/markdown/functions/withDefaultHeaderComponent.md +15 -0
- package/docs/markdown/functions/withDefaultHeaderItems.md +21 -0
- package/docs/markdown/functions/withFooterComponents.md +21 -0
- package/docs/markdown/functions/withHeaderComponents.md +21 -0
- package/docs/markdown/functions/withNavigationConfig.md +21 -0
- package/docs/markdown/functions/withNavigationInserts.md +21 -0
- package/docs/markdown/functions/withReleaseInfoModules.md +21 -0
- package/docs/markdown/functions/withSettingsMenuItems.md +21 -0
- package/docs/markdown/functions/withUserProfileDataSource.md +25 -0
- package/docs/markdown/globals.md +86 -0
- package/docs/markdown/interfaces/NavigationDividerItem.md +25 -0
- package/docs/markdown/interfaces/NavigationInsertItem.md +17 -0
- package/docs/markdown/interfaces/NavigationItem.md +61 -0
- package/docs/markdown/interfaces/NavigationStatus.md +27 -0
- package/docs/markdown/interfaces/ReleaseInfoModule.md +33 -0
- package/docs/markdown/interfaces/SettingsMenuItem.md +37 -0
- package/docs/markdown/type-aliases/DefaultHeaderItemComponent.md +11 -0
- package/docs/markdown/type-aliases/ExternalApp.md +11 -0
- package/docs/markdown/type-aliases/ExtractUsernameFromProfileFn.md +25 -0
- package/docs/markdown/type-aliases/Navigation.md +11 -0
- package/docs/markdown/type-aliases/NavigationWithInserts.md +11 -0
- package/docs/markdown/type-aliases/SettingsMenuItemComponent.md +11 -0
- package/docs/markdown/variables/EXTRACT_USERNAME_FROM_PROFILE.md +11 -0
- package/docs/markdown/variables/RXAP_DEFAULT_HEADER_ITEM_COMPONENT.md +11 -0
- package/docs/markdown/variables/RXAP_EXTERNAL_APP.md +11 -0
- package/docs/markdown/variables/RXAP_EXTERNAL_APP_FILTER.md +11 -0
- package/docs/markdown/variables/RXAP_FOOTER_COMPONENT.md +11 -0
- package/docs/markdown/variables/RXAP_HEADER_COMPONENT.md +11 -0
- package/docs/markdown/variables/RXAP_LAYOUT_APPS_GRID.md +11 -0
- package/docs/markdown/variables/RXAP_LOGO_CONFIG.md +11 -0
- package/docs/markdown/variables/RXAP_NAVIGATION_CONFIG.md +11 -0
- package/docs/markdown/variables/RXAP_NAVIGATION_CONFIG_INSERTS.md +11 -0
- package/docs/markdown/variables/RXAP_RELEASE_INFO_MODULE.md +11 -0
- package/docs/markdown/variables/RXAP_SETTINGS_MENU_ITEM.md +11 -0
- package/docs/markdown/variables/RXAP_SETTINGS_MENU_ITEM_COMPONENT.md +11 -0
- package/docs/markdown/variables/RXAP_USER_PROFILE_DATA_SOURCE.md +11 -0
- package/docs/wiki/Class.AppsButtonComponent.md +79 -0
- package/docs/wiki/Class.BaseLayoutComponent.md +15 -0
- package/docs/wiki/Class.DefaultHeaderComponent.md +55 -0
- package/docs/wiki/Class.DefaultHeaderService.md +83 -0
- package/docs/wiki/Class.ExternalAppsService.md +247 -0
- package/docs/wiki/Class.FooterComponent.md +31 -0
- package/docs/wiki/Class.FooterDirective.md +61 -0
- package/docs/wiki/Class.FooterService.md +83 -0
- package/docs/wiki/Class.HeaderComponent.md +39 -0
- package/docs/wiki/Class.HeaderDirective.md +61 -0
- package/docs/wiki/Class.HeaderService.md +83 -0
- package/docs/wiki/Class.LayoutComponent.md +39 -0
- package/docs/wiki/Class.LayoutService.md +145 -0
- package/docs/wiki/Class.LogoService.md +47 -0
- package/docs/wiki/Class.MinimalLayoutComponent.md +15 -0
- package/docs/wiki/Class.NavigationComponent.md +135 -0
- package/docs/wiki/Class.NavigationItemComponent.md +191 -0
- package/docs/wiki/Class.NavigationProgressBarComponent.md +31 -0
- package/docs/wiki/Class.NavigationService.md +201 -0
- package/docs/wiki/Class.ReleaseInfoComponent.md +43 -0
- package/docs/wiki/Class.SettingsButtonComponent.md +225 -0
- package/docs/wiki/Class.SidenavComponent.md +131 -0
- package/docs/wiki/Class.SidenavFooterDirective.md +31 -0
- package/docs/wiki/Class.SidenavHeaderDirective.md +31 -0
- package/docs/wiki/Class.SidenavToggleButtonComponent.md +35 -0
- package/docs/wiki/Class.UserProfileIconComponent.md +43 -0
- package/docs/wiki/Function.IsNavigationDividerItem.md +17 -0
- package/docs/wiki/Function.IsNavigationInsertItem.md +17 -0
- package/docs/wiki/Function.IsNavigationItem.md +17 -0
- package/docs/wiki/Function.provideExternalApps.md +17 -0
- package/docs/wiki/Function.provideLayout.md +17 -0
- package/docs/wiki/Function.withDefaultHeaderComponent.md +11 -0
- package/docs/wiki/Function.withDefaultHeaderItems.md +17 -0
- package/docs/wiki/Function.withFooterComponents.md +17 -0
- package/docs/wiki/Function.withHeaderComponents.md +17 -0
- package/docs/wiki/Function.withNavigationConfig.md +17 -0
- package/docs/wiki/Function.withNavigationInserts.md +17 -0
- package/docs/wiki/Function.withReleaseInfoModules.md +17 -0
- package/docs/wiki/Function.withSettingsMenuItems.md +17 -0
- package/docs/wiki/Function.withUserProfileDataSource.md +21 -0
- package/docs/wiki/Home.md +299 -0
- package/docs/wiki/Interface.NavigationDividerItem.md +21 -0
- package/docs/wiki/Interface.NavigationInsertItem.md +13 -0
- package/docs/wiki/Interface.NavigationItem.md +57 -0
- package/docs/wiki/Interface.NavigationStatus.md +23 -0
- package/docs/wiki/Interface.ReleaseInfoModule.md +29 -0
- package/docs/wiki/Interface.SettingsMenuItem.md +33 -0
- package/docs/wiki/TypeAlias.DefaultHeaderItemComponent.md +7 -0
- package/docs/wiki/TypeAlias.ExternalApp.md +7 -0
- package/docs/wiki/TypeAlias.ExtractUsernameFromProfileFn.md +21 -0
- package/docs/wiki/TypeAlias.Navigation.md +7 -0
- package/docs/wiki/TypeAlias.NavigationWithInserts.md +7 -0
- package/docs/wiki/TypeAlias.SettingsMenuItemComponent.md +7 -0
- package/docs/wiki/Variable.EXTRACT_USERNAME_FROM_PROFILE.md +7 -0
- package/docs/wiki/Variable.RXAP_DEFAULT_HEADER_ITEM_COMPONENT.md +7 -0
- package/docs/wiki/Variable.RXAP_EXTERNAL_APP.md +7 -0
- package/docs/wiki/Variable.RXAP_EXTERNAL_APP_FILTER.md +7 -0
- package/docs/wiki/Variable.RXAP_FOOTER_COMPONENT.md +7 -0
- package/docs/wiki/Variable.RXAP_HEADER_COMPONENT.md +7 -0
- package/docs/wiki/Variable.RXAP_LAYOUT_APPS_GRID.md +7 -0
- package/docs/wiki/Variable.RXAP_LOGO_CONFIG.md +7 -0
- package/docs/wiki/Variable.RXAP_NAVIGATION_CONFIG.md +7 -0
- package/docs/wiki/Variable.RXAP_NAVIGATION_CONFIG_INSERTS.md +7 -0
- package/docs/wiki/Variable.RXAP_RELEASE_INFO_MODULE.md +7 -0
- package/docs/wiki/Variable.RXAP_SETTINGS_MENU_ITEM.md +7 -0
- package/docs/wiki/Variable.RXAP_SETTINGS_MENU_ITEM_COMPONENT.md +7 -0
- package/docs/wiki/Variable.RXAP_USER_PROFILE_DATA_SOURCE.md +7 -0
- package/docs/wiki/_Sidebar.md +82 -0
- package/docs/wiki/globals.md +82 -0
- package/generators.json +7 -0
- package/package.json +31 -29
- package/docs/assets/icons.js +0 -15
- package/docs/assets/icons.svg +0 -1
- package/docs/assets/navigation.js +0 -1
- package/docs/assets/search.js +0 -1
- package/docs/assets/style.css +0 -1412
- package/docs/classes/AppsButtonComponent.html +0 -9
- package/docs/classes/BaseLayoutComponent.html +0 -2
- package/docs/classes/DefaultHeaderComponent.html +0 -9
- package/docs/classes/DefaultHeaderService.html +0 -16
- package/docs/classes/ExternalAppsService.html +0 -19
- package/docs/classes/FooterComponent.html +0 -5
- package/docs/classes/FooterDirective.html +0 -8
- package/docs/classes/FooterService.html +0 -14
- package/docs/classes/HeaderComponent.html +0 -6
- package/docs/classes/HeaderDirective.html +0 -8
- package/docs/classes/HeaderService.html +0 -14
- package/docs/classes/LayoutComponent.html +0 -6
- package/docs/classes/LayoutService.html +0 -20
- package/docs/classes/LogoService.html +0 -7
- package/docs/classes/MinimalLayoutComponent.html +0 -2
- package/docs/classes/NavigationComponent.html +0 -14
- package/docs/classes/NavigationItemComponent.html +0 -19
- package/docs/classes/NavigationProgressBarComponent.html +0 -4
- package/docs/classes/NavigationService.html +0 -17
- package/docs/classes/ReleaseInfoComponent.html +0 -6
- package/docs/classes/SettingsButtonComponent.html +0 -25
- package/docs/classes/SidenavComponent.html +0 -17
- package/docs/classes/SidenavFooterDirective.html +0 -3
- package/docs/classes/SidenavHeaderDirective.html +0 -3
- package/docs/classes/SidenavToggleButtonComponent.html +0 -5
- package/docs/classes/UserProfileIconComponent.html +0 -7
- package/docs/functions/IsNavigationDividerItem.html +0 -1
- package/docs/functions/IsNavigationInsertItem.html +0 -1
- package/docs/functions/IsNavigationItem.html +0 -1
- package/docs/functions/provideExternalApps.html +0 -1
- package/docs/functions/provideLayout.html +0 -1
- package/docs/functions/withDefaultHeaderComponent.html +0 -1
- package/docs/functions/withDefaultHeaderItems.html +0 -1
- package/docs/functions/withFooterComponents.html +0 -1
- package/docs/functions/withHeaderComponents.html +0 -1
- package/docs/functions/withNavigationConfig.html +0 -1
- package/docs/functions/withNavigationInserts.html +0 -1
- package/docs/functions/withReleaseInfoModules.html +0 -1
- package/docs/functions/withSettingsMenuItems.html +0 -1
- package/docs/functions/withUserProfileDataSource.html +0 -1
- package/docs/index.html +0 -88
- package/docs/interfaces/NavigationDividerItem.html +0 -3
- package/docs/interfaces/NavigationInsertItem.html +0 -2
- package/docs/interfaces/NavigationItem.html +0 -6
- package/docs/interfaces/NavigationStatus.html +0 -2
- package/docs/interfaces/ReleaseInfoModule.html +0 -4
- package/docs/interfaces/SettingsMenuItem.html +0 -4
- package/docs/modules.html +0 -67
- package/docs/types/DefaultHeaderItemComponent.html +0 -1
- package/docs/types/ExternalApp.html +0 -1
- package/docs/types/ExtractUsernameFromProfileFn.html +0 -1
- package/docs/types/Navigation.html +0 -1
- package/docs/types/NavigationWithInserts.html +0 -1
- package/docs/types/SettingsMenuItemComponent.html +0 -1
- package/docs/variables/EXTRACT_USERNAME_FROM_PROFILE.html +0 -1
- package/docs/variables/RXAP_DEFAULT_HEADER_ITEM_COMPONENT.html +0 -1
- package/docs/variables/RXAP_EXTERNAL_APP.html +0 -1
- package/docs/variables/RXAP_EXTERNAL_APP_FILTER.html +0 -1
- package/docs/variables/RXAP_FOOTER_COMPONENT.html +0 -1
- package/docs/variables/RXAP_HEADER_COMPONENT.html +0 -1
- package/docs/variables/RXAP_LAYOUT_APPS_GRID.html +0 -1
- package/docs/variables/RXAP_LOGO_CONFIG.html +0 -1
- package/docs/variables/RXAP_NAVIGATION_CONFIG.html +0 -1
- package/docs/variables/RXAP_NAVIGATION_CONFIG_INSERTS.html +0 -1
- package/docs/variables/RXAP_RELEASE_INFO_MODULE.html +0 -1
- package/docs/variables/RXAP_SETTINGS_MENU_ITEM.html +0 -1
- package/docs/variables/RXAP_SETTINGS_MENU_ITEM_COMPONENT.html +0 -1
- package/docs/variables/RXAP_USER_PROFILE_DATA_SOURCE.html +0 -1
- /package/docs/{.nojekyll → html/.nojekyll} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,40 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [19.0.1](https://gitlab.com/rxap/packages/compare/@rxap/layout@19.0.1-dev.15...@rxap/layout@19.0.1) (2025-02-13)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @rxap/layout
|
|
9
|
+
|
|
10
|
+
## [19.0.1-dev.15](https://gitlab.com/rxap/packages/compare/@rxap/layout@19.0.1-dev.14...@rxap/layout@19.0.1-dev.15) (2025-02-13)
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
- update package groups ([21378b7](https://gitlab.com/rxap/packages/commit/21378b776550fac07c12e59e98c1466e80ea1232))
|
|
15
|
+
|
|
16
|
+
## [19.0.1-dev.14](https://gitlab.com/rxap/packages/compare/@rxap/layout@19.0.1-dev.13...@rxap/layout@19.0.1-dev.14) (2025-02-13)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @rxap/layout
|
|
19
|
+
|
|
20
|
+
## [19.0.1-dev.13](https://gitlab.com/rxap/packages/compare/@rxap/layout@19.0.1-dev.12...@rxap/layout@19.0.1-dev.13) (2025-02-11)
|
|
21
|
+
|
|
22
|
+
**Note:** Version bump only for package @rxap/layout
|
|
23
|
+
|
|
24
|
+
## [19.0.1-dev.12](https://gitlab.com/rxap/packages/compare/@rxap/layout@19.0.1-dev.11...@rxap/layout@19.0.1-dev.12) (2025-02-11)
|
|
25
|
+
|
|
26
|
+
**Note:** Version bump only for package @rxap/layout
|
|
27
|
+
|
|
28
|
+
## [19.0.1-dev.11](https://gitlab.com/rxap/packages/compare/@rxap/layout@19.0.1-dev.10...@rxap/layout@19.0.1-dev.11) (2025-02-10)
|
|
29
|
+
|
|
30
|
+
**Note:** Version bump only for package @rxap/layout
|
|
31
|
+
|
|
32
|
+
## [19.0.1-dev.10](https://gitlab.com/rxap/packages/compare/@rxap/layout@19.0.1-dev.9...@rxap/layout@19.0.1-dev.10) (2025-02-07)
|
|
33
|
+
|
|
34
|
+
**Note:** Version bump only for package @rxap/layout
|
|
35
|
+
|
|
36
|
+
## [19.0.1-dev.9](https://gitlab.com/rxap/packages/compare/@rxap/layout@19.0.1-dev.8...@rxap/layout@19.0.1-dev.9) (2025-01-30)
|
|
37
|
+
|
|
38
|
+
**Note:** Version bump only for package @rxap/layout
|
|
39
|
+
|
|
6
40
|
## [19.0.1-dev.8](https://gitlab.com/rxap/packages/compare/@rxap/layout@19.0.1-dev.7...@rxap/layout@19.0.1-dev.8) (2025-01-29)
|
|
7
41
|
|
|
8
42
|
### Bug Fixes
|
package/README.md
CHANGED
|
@@ -1,33 +1,30 @@
|
|
|
1
|
-
|
|
1
|
+
This library provides a set of Angular components and services for creating consistent and configurable application layouts, including headers, footers, side navigation, and content areas. It offers features such as dynamic navigation, external application integration, and customizable themes. The library also includes directives for extending header and footer areas with custom content.
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/@rxap/layout)
|
|
4
|
-
[](https://commitizen.github.io/cz-cli/)
|
|
6
|
+
[](https://github.com/prettier/prettier)
|
|
8
|
+

|
|
7
10
|

|
|
8
|
-

|
|
9
|
-
|
|
10
|
-
- [Installation](#installation)
|
|
11
|
+
 -
|
|
12
|
+
[Installation](#installation)
|
|
11
13
|
- [Get started](#get-started)
|
|
12
14
|
- [Generators](#generators)
|
|
15
|
+
- [init](#init)
|
|
13
16
|
|
|
14
|
-
# Installation
|
|
15
|
-
|
|
16
|
-
**Add the package to your workspace:**
|
|
17
|
-
```bash
|
|
18
|
-
yarn add @rxap/layout
|
|
19
|
-
```
|
|
20
|
-
**Install peer dependencies:**
|
|
21
|
-
```bash
|
|
22
|
-
yarn add @angular/animations@^19.1.3 @angular/cdk@^19.1.1 @angular/common@^19.1.3 @angular/core@^19.1.3 @angular/material@^19.1.1 @angular/router@^19.1.3 @rxap/browser-utilities@^1.1.10-dev.2 @rxap/config@^19.0.1-dev.2 @rxap/data-source@^19.0.1-dev.2 @rxap/environment@^19.0.1-dev.2 @rxap/material-directives@^19.0.1-dev.2 @rxap/ngx-pub-sub@^19.0.1-dev.2 @rxap/ngx-theme@^19.0.1-dev.2 @rxap/pattern@^1.1.11-dev.2 @rxap/utilities@^16.4.2-dev.2 rxjs@^7.8.1
|
|
23
|
-
```
|
|
24
|
-
**Execute the init generator:**
|
|
25
|
-
```bash
|
|
26
|
-
yarn nx g @rxap/layout:init
|
|
17
|
+
# Installation **Add the package to your workspace:** ```bash yarn add
|
|
18
|
+
@rxap/layout
|
|
27
19
|
```
|
|
20
|
+
**Install peer dependencies:** ```bash yarn add
|
|
21
|
+
@angular/animations@^19.1.3 @angular/cdk@^19.1.1 @angular/common@^19.1.3 @angular/core@^19.1.3 @angular/material@^19.1.1 @angular/router@^19.1.3 @rxap/browser-utilities@^1.1.10-dev.5 @rxap/config@^19.0.1-dev.5 @rxap/data-source@^19.0.1-dev.5 @rxap/environment@^19.0.1-dev.5 @rxap/material-directives@^19.0.1-dev.5 @rxap/ngx-pub-sub@^19.0.1-dev.5 @rxap/ngx-theme@^19.0.1-dev.5 @rxap/pattern@^1.1.11-dev.5 @rxap/utilities@^16.4.2-dev.4 rxjs@^7.8.1
|
|
22
|
+
```
|
|
23
|
+
**Execute the init generator:** ```bash yarn nx g
|
|
24
|
+
@rxap/layout:init ```
|
|
28
25
|
# Get started
|
|
29
26
|
|
|
30
|
-
## Layout
|
|
27
|
+
## Layout
|
|
31
28
|
|
|
32
29
|
Create a new file `layout.routes.ts` in the `app` folder. This file will contain all child routes that should be loaded within the layout component.
|
|
33
30
|
|
|
@@ -292,9 +289,11 @@ that is rendered in the layout component, the template is rendered in the footer
|
|
|
292
289
|
|
|
293
290
|
# Generators
|
|
294
291
|
|
|
295
|
-
##
|
|
296
|
-
|
|
292
|
+
##
|
|
293
|
+
init
|
|
294
|
+
>
|
|
295
|
+
Initialize the package in the workspace
|
|
297
296
|
|
|
298
|
-
```bash
|
|
299
|
-
|
|
300
|
-
```
|
|
297
|
+
```bash nx g
|
|
298
|
+
@rxap/layout:init
|
|
299
|
+
```
|
package/compodoc/changelog.html
CHANGED
|
@@ -85,6 +85,25 @@
|
|
|
85
85
|
<h1>Change Log</h1>
|
|
86
86
|
<p>All notable changes to this project will be documented in this file.
|
|
87
87
|
See <a href="https://conventionalcommits.org">Conventional Commits</a> for commit guidelines.</p>
|
|
88
|
+
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@19.0.1-dev.15...@rxap/layout@19.0.1">19.0.1</a> (2025-02-13)</h2>
|
|
89
|
+
<p><strong>Note:</strong> Version bump only for package @rxap/layout</p>
|
|
90
|
+
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@19.0.1-dev.14...@rxap/layout@19.0.1-dev.15">19.0.1-dev.15</a> (2025-02-13)</h2>
|
|
91
|
+
<h3>Bug Fixes</h3>
|
|
92
|
+
<ul>
|
|
93
|
+
<li>update package groups (<a href="https://gitlab.com/rxap/packages/commit/21378b776550fac07c12e59e98c1466e80ea1232">21378b7</a>)</li>
|
|
94
|
+
</ul>
|
|
95
|
+
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@19.0.1-dev.13...@rxap/layout@19.0.1-dev.14">19.0.1-dev.14</a> (2025-02-13)</h2>
|
|
96
|
+
<p><strong>Note:</strong> Version bump only for package @rxap/layout</p>
|
|
97
|
+
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@19.0.1-dev.12...@rxap/layout@19.0.1-dev.13">19.0.1-dev.13</a> (2025-02-11)</h2>
|
|
98
|
+
<p><strong>Note:</strong> Version bump only for package @rxap/layout</p>
|
|
99
|
+
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@19.0.1-dev.11...@rxap/layout@19.0.1-dev.12">19.0.1-dev.12</a> (2025-02-11)</h2>
|
|
100
|
+
<p><strong>Note:</strong> Version bump only for package @rxap/layout</p>
|
|
101
|
+
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@19.0.1-dev.10...@rxap/layout@19.0.1-dev.11">19.0.1-dev.11</a> (2025-02-10)</h2>
|
|
102
|
+
<p><strong>Note:</strong> Version bump only for package @rxap/layout</p>
|
|
103
|
+
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@19.0.1-dev.9...@rxap/layout@19.0.1-dev.10">19.0.1-dev.10</a> (2025-02-07)</h2>
|
|
104
|
+
<p><strong>Note:</strong> Version bump only for package @rxap/layout</p>
|
|
105
|
+
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@19.0.1-dev.8...@rxap/layout@19.0.1-dev.9">19.0.1-dev.9</a> (2025-01-30)</h2>
|
|
106
|
+
<p><strong>Note:</strong> Version bump only for package @rxap/layout</p>
|
|
88
107
|
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@19.0.1-dev.7...@rxap/layout@19.0.1-dev.8">19.0.1-dev.8</a> (2025-01-29)</h2>
|
|
89
108
|
<h3>Bug Fixes</h3>
|
|
90
109
|
<ul>
|
|
@@ -101,13 +101,13 @@
|
|
|
101
101
|
</ol>
|
|
102
102
|
<ul class="dependencies-list">
|
|
103
103
|
<li>
|
|
104
|
-
<b>@nx/devkit</b> : 20.4.
|
|
104
|
+
<b>@nx/devkit</b> : 20.4.2</li>
|
|
105
105
|
<li>
|
|
106
|
-
<b>@rxap/ts-morph</b> : ^1.5.3
|
|
106
|
+
<b>@rxap/ts-morph</b> : ^1.5.3</li>
|
|
107
107
|
<li>
|
|
108
|
-
<b>@rxap/workspace-ts-morph</b> : ^19.1.9
|
|
108
|
+
<b>@rxap/workspace-ts-morph</b> : ^19.1.9</li>
|
|
109
109
|
<li>
|
|
110
|
-
<b>@rxap/workspace-utilities</b> : ^19.6.1
|
|
110
|
+
<b>@rxap/workspace-utilities</b> : ^19.6.1</li>
|
|
111
111
|
<li>
|
|
112
112
|
<b>tslib</b> : 2.6.2</li>
|
|
113
113
|
</ul>
|
|
@@ -131,23 +131,23 @@
|
|
|
131
131
|
<li>
|
|
132
132
|
<b>@angular/router</b> : ^19.1.3</li>
|
|
133
133
|
<li>
|
|
134
|
-
<b>@rxap/browser-utilities</b> : ^1.1.10-dev.
|
|
134
|
+
<b>@rxap/browser-utilities</b> : ^1.1.10-dev.5</li>
|
|
135
135
|
<li>
|
|
136
|
-
<b>@rxap/config</b> : ^19.0.1-dev.
|
|
136
|
+
<b>@rxap/config</b> : ^19.0.1-dev.5</li>
|
|
137
137
|
<li>
|
|
138
|
-
<b>@rxap/data-source</b> : ^19.0.1-dev.
|
|
138
|
+
<b>@rxap/data-source</b> : ^19.0.1-dev.5</li>
|
|
139
139
|
<li>
|
|
140
|
-
<b>@rxap/environment</b> : ^19.0.1-dev.
|
|
140
|
+
<b>@rxap/environment</b> : ^19.0.1-dev.5</li>
|
|
141
141
|
<li>
|
|
142
|
-
<b>@rxap/material-directives</b> : ^19.0.1-dev.
|
|
142
|
+
<b>@rxap/material-directives</b> : ^19.0.1-dev.5</li>
|
|
143
143
|
<li>
|
|
144
|
-
<b>@rxap/ngx-pub-sub</b> : ^19.0.1-dev.
|
|
144
|
+
<b>@rxap/ngx-pub-sub</b> : ^19.0.1-dev.5</li>
|
|
145
145
|
<li>
|
|
146
|
-
<b>@rxap/ngx-theme</b> : ^19.0.1-dev.
|
|
146
|
+
<b>@rxap/ngx-theme</b> : ^19.0.1-dev.5</li>
|
|
147
147
|
<li>
|
|
148
|
-
<b>@rxap/pattern</b> : ^1.1.11-dev.
|
|
148
|
+
<b>@rxap/pattern</b> : ^1.1.11-dev.5</li>
|
|
149
149
|
<li>
|
|
150
|
-
<b>@rxap/utilities</b> : ^16.4.2-dev.
|
|
150
|
+
<b>@rxap/utilities</b> : ^16.4.2-dev.4</li>
|
|
151
151
|
<li>
|
|
152
152
|
<b>rxjs</b> : ^7.8.1</li>
|
|
153
153
|
</ul>
|
package/compodoc/index.html
CHANGED
|
@@ -82,23 +82,29 @@
|
|
|
82
82
|
<div class="content getting-started">
|
|
83
83
|
<div class="content-data">
|
|
84
84
|
|
|
85
|
-
<
|
|
85
|
+
<p>This library provides a set of Angular components and services for creating consistent and configurable application layouts, including headers, footers, side navigation, and content areas. It offers features such as dynamic navigation, external application integration, and customizable themes. The library also includes directives for extending header and footer areas with custom content.</p>
|
|
86
86
|
<p><a href="https://www.npmjs.com/package/@rxap/layout"><img src="https://img.shields.io/npm/v/@rxap/layout?style=flat-square" alt="npm version" class="img-responsive"></a>
|
|
87
|
-
<a href="https://commitizen.github.io/cz-cli/"><img src="https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=flat-square" alt="commitizen
|
|
88
|
-
|
|
89
|
-
<img src="https://img.shields.io/
|
|
87
|
+
<a href="https://commitizen.github.io/cz-cli/"><img src="https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=flat-square" alt="commitizen
|
|
88
|
+
friendly" class="img-responsive"></a>
|
|
89
|
+
<a href="https://github.com/prettier/prettier"><img src="https://img.shields.io/badge/styled_with-prettier-ff69b4.svg?style=flat-square" alt="styled with
|
|
90
|
+
prettier" class="img-responsive"></a>
|
|
91
|
+
<img src="https://img.shields.io/librariesio/release/npm/@rxap/layout" alt="Libraries.io dependency status for latest release, scoped npm
|
|
92
|
+
package" class="img-responsive">
|
|
90
93
|
<img src="https://img.shields.io/npm/dm/@rxap/layout" alt="npm" class="img-responsive">
|
|
91
|
-
<img src="https://img.shields.io/npm/l/@rxap/layout" alt="NPM" class="img-responsive"
|
|
94
|
+
<img src="https://img.shields.io/npm/l/@rxap/layout" alt="NPM" class="img-responsive"> -
|
|
95
|
+
<a href="#installation">Installation</a></p>
|
|
92
96
|
<ul>
|
|
93
|
-
<li><a href="#installation">Installation</a></li>
|
|
94
97
|
<li><a href="#get-started">Get started</a></li>
|
|
95
|
-
<li><a href="#generators">Generators</a
|
|
98
|
+
<li><a href="#generators">Generators</a><ul>
|
|
99
|
+
<li><a href="#init">init</a></li>
|
|
96
100
|
</ul>
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
<
|
|
100
|
-
<
|
|
101
|
-
<b>Example :</b><div><pre class="line-numbers"><code class="language-
|
|
101
|
+
</li>
|
|
102
|
+
</ul>
|
|
103
|
+
<h1>Installation <strong>Add the package to your workspace:</strong> ```bash yarn add</h1>
|
|
104
|
+
<p>@rxap/layout</p>
|
|
105
|
+
<b>Example :</b><div><pre class="line-numbers"><code class="language-none">**Install peer dependencies:** ```bash yarn add
|
|
106
|
+
@angular/animations@^19.1.3 @angular/cdk@^19.1.1 @angular/common@^19.1.3 @angular/core@^19.1.3 @angular/material@^19.1.1 @angular/router@^19.1.3 @rxap/browser-utilities@^1.1.10-dev.5 @rxap/config@^19.0.1-dev.5 @rxap/data-source@^19.0.1-dev.5 @rxap/environment@^19.0.1-dev.5 @rxap/material-directives@^19.0.1-dev.5 @rxap/ngx-pub-sub@^19.0.1-dev.5 @rxap/ngx-theme@^19.0.1-dev.5 @rxap/pattern@^1.1.11-dev.5 @rxap/utilities@^16.4.2-dev.4 rxjs@^7.8.1 </code></pre></div><p><strong>Execute the init generator:</strong> <code>bash yarn nx g @rxap/layout:init </code></p>
|
|
107
|
+
<h1>Get started</h1>
|
|
102
108
|
<h2>Layout</h2>
|
|
103
109
|
<p>Create a new file <code>layout.routes.ts</code> in the <code>app</code> folder. This file will contain all child routes that should be loaded within the layout component.</p>
|
|
104
110
|
<b>Example :</b><div><pre class="line-numbers"><code class="language-typescript">import { LayoutComponent, provideLayout } from '@rxap/layout';
|
|
@@ -273,11 +279,14 @@ that is rendered in the layout component, the template is rendered in the footer
|
|
|
273
279
|
<ng-template rxapFooter>
|
|
274
280
|
<button mat-button>A button in the layout footer</button>
|
|
275
281
|
</ng-template></code></pre></div><h1>Generators</h1>
|
|
276
|
-
<
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
282
|
+
<b>Example :</b><div><pre class="line-numbers"><code class="language-none">##
|
|
283
|
+
init
|
|
284
|
+
>
|
|
285
|
+
Initialize the package in the workspace
|
|
286
|
+
|
|
287
|
+
```bash nx g
|
|
288
|
+
@rxap/layout:init
|
|
289
|
+
```</code></pre></div>
|
|
281
290
|
|
|
282
291
|
|
|
283
292
|
|