@rxap/layout 19.0.1-dev.13 → 19.0.1-dev.4
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 +0 -38
- package/README.md +1 -1
- package/compodoc/changelog.html +0 -21
- package/compodoc/components/DefaultHeaderComponent.html +3 -3
- package/compodoc/dependencies.html +13 -13
- package/compodoc/index.html +1 -1
- package/compodoc/js/search/search_index.js +2 -2
- package/compodoc/properties.html +1 -1
- package/docs/assets/icons.js +15 -0
- package/docs/assets/icons.svg +1 -0
- package/docs/{html/assets → assets}/main.js +4 -5
- package/docs/assets/navigation.js +1 -0
- package/docs/assets/search.js +1 -0
- package/docs/assets/style.css +1412 -0
- package/docs/classes/AppsButtonComponent.html +9 -0
- package/docs/classes/BaseLayoutComponent.html +2 -0
- package/docs/classes/DefaultHeaderComponent.html +9 -0
- package/docs/classes/DefaultHeaderService.html +16 -0
- package/docs/classes/ExternalAppsService.html +19 -0
- package/docs/classes/FooterComponent.html +5 -0
- package/docs/classes/FooterDirective.html +8 -0
- package/docs/classes/FooterService.html +14 -0
- package/docs/classes/HeaderComponent.html +6 -0
- package/docs/classes/HeaderDirective.html +8 -0
- package/docs/classes/HeaderService.html +14 -0
- package/docs/classes/LayoutComponent.html +6 -0
- package/docs/classes/LayoutService.html +20 -0
- package/docs/classes/LogoService.html +7 -0
- package/docs/classes/MinimalLayoutComponent.html +2 -0
- package/docs/classes/NavigationComponent.html +14 -0
- package/docs/classes/NavigationItemComponent.html +19 -0
- package/docs/classes/NavigationProgressBarComponent.html +4 -0
- package/docs/classes/NavigationService.html +17 -0
- package/docs/classes/ReleaseInfoComponent.html +6 -0
- package/docs/classes/SettingsButtonComponent.html +25 -0
- package/docs/classes/SidenavComponent.html +17 -0
- package/docs/classes/SidenavFooterDirective.html +3 -0
- package/docs/classes/SidenavHeaderDirective.html +3 -0
- package/docs/classes/SidenavToggleButtonComponent.html +5 -0
- package/docs/classes/UserProfileIconComponent.html +7 -0
- package/docs/documentation.json +3528 -1831
- package/docs/functions/IsNavigationDividerItem.html +1 -0
- package/docs/functions/IsNavigationInsertItem.html +1 -0
- package/docs/functions/IsNavigationItem.html +1 -0
- package/docs/functions/provideExternalApps.html +1 -0
- package/docs/functions/provideLayout.html +1 -0
- package/docs/functions/withDefaultHeaderComponent.html +1 -0
- package/docs/functions/withDefaultHeaderItems.html +1 -0
- package/docs/functions/withFooterComponents.html +1 -0
- package/docs/functions/withHeaderComponents.html +1 -0
- package/docs/functions/withNavigationConfig.html +1 -0
- package/docs/functions/withNavigationInserts.html +1 -0
- package/docs/functions/withReleaseInfoModules.html +1 -0
- package/docs/functions/withSettingsMenuItems.html +1 -0
- package/docs/functions/withUserProfileDataSource.html +1 -0
- package/docs/index.html +88 -0
- package/docs/interfaces/NavigationDividerItem.html +3 -0
- package/docs/interfaces/NavigationInsertItem.html +2 -0
- package/docs/interfaces/NavigationItem.html +6 -0
- package/docs/interfaces/NavigationStatus.html +2 -0
- package/docs/interfaces/ReleaseInfoModule.html +4 -0
- package/docs/interfaces/SettingsMenuItem.html +4 -0
- package/docs/modules.html +67 -0
- package/docs/types/DefaultHeaderItemComponent.html +1 -0
- package/docs/types/ExternalApp.html +1 -0
- package/docs/types/ExtractUsernameFromProfileFn.html +1 -0
- package/docs/types/Navigation.html +1 -0
- package/docs/types/NavigationWithInserts.html +1 -0
- package/docs/types/SettingsMenuItemComponent.html +1 -0
- package/docs/variables/EXTRACT_USERNAME_FROM_PROFILE.html +1 -0
- package/docs/variables/RXAP_DEFAULT_HEADER_ITEM_COMPONENT.html +1 -0
- package/docs/variables/RXAP_EXTERNAL_APP.html +1 -0
- package/docs/variables/RXAP_EXTERNAL_APP_FILTER.html +1 -0
- package/docs/variables/RXAP_FOOTER_COMPONENT.html +1 -0
- package/docs/variables/RXAP_HEADER_COMPONENT.html +1 -0
- package/docs/variables/RXAP_LAYOUT_APPS_GRID.html +1 -0
- package/docs/variables/RXAP_LOGO_CONFIG.html +1 -0
- package/docs/variables/RXAP_NAVIGATION_CONFIG.html +1 -0
- package/docs/variables/RXAP_NAVIGATION_CONFIG_INSERTS.html +1 -0
- package/docs/variables/RXAP_RELEASE_INFO_MODULE.html +1 -0
- package/docs/variables/RXAP_SETTINGS_MENU_ITEM.html +1 -0
- package/docs/variables/RXAP_SETTINGS_MENU_ITEM_COMPONENT.html +1 -0
- package/docs/variables/RXAP_USER_PROFILE_DATA_SOURCE.html +1 -0
- package/fesm2022/rxap-layout.mjs +2 -2
- package/fesm2022/rxap-layout.mjs.map +1 -1
- package/package.json +29 -29
- package/docs/html/assets/hierarchy.js +0 -1
- package/docs/html/assets/icons.js +0 -18
- package/docs/html/assets/icons.svg +0 -1
- package/docs/html/assets/navigation.js +0 -1
- package/docs/html/assets/search.js +0 -1
- package/docs/html/assets/style.css +0 -1611
- package/docs/html/classes/AppsButtonComponent.html +0 -13
- package/docs/html/classes/BaseLayoutComponent.html +0 -2
- package/docs/html/classes/DefaultHeaderComponent.html +0 -7
- package/docs/html/classes/DefaultHeaderService.html +0 -13
- package/docs/html/classes/ExternalAppsService.html +0 -19
- package/docs/html/classes/FooterComponent.html +0 -4
- package/docs/html/classes/FooterDirective.html +0 -11
- package/docs/html/classes/FooterService.html +0 -13
- package/docs/html/classes/HeaderComponent.html +0 -5
- package/docs/html/classes/HeaderDirective.html +0 -11
- package/docs/html/classes/HeaderService.html +0 -13
- package/docs/html/classes/LayoutComponent.html +0 -5
- package/docs/html/classes/LayoutService.html +0 -16
- package/docs/html/classes/LogoService.html +0 -6
- package/docs/html/classes/MinimalLayoutComponent.html +0 -2
- package/docs/html/classes/NavigationComponent.html +0 -16
- package/docs/html/classes/NavigationItemComponent.html +0 -24
- package/docs/html/classes/NavigationProgressBarComponent.html +0 -4
- package/docs/html/classes/NavigationService.html +0 -12
- package/docs/html/classes/ReleaseInfoComponent.html +0 -5
- package/docs/html/classes/SettingsButtonComponent.html +0 -18
- package/docs/html/classes/SidenavComponent.html +0 -15
- package/docs/html/classes/SidenavFooterDirective.html +0 -3
- package/docs/html/classes/SidenavHeaderDirective.html +0 -3
- package/docs/html/classes/SidenavToggleButtonComponent.html +0 -4
- package/docs/html/classes/UserProfileIconComponent.html +0 -5
- package/docs/html/functions/IsNavigationDividerItem.html +0 -1
- package/docs/html/functions/IsNavigationInsertItem.html +0 -1
- package/docs/html/functions/IsNavigationItem.html +0 -1
- package/docs/html/functions/provideExternalApps.html +0 -1
- package/docs/html/functions/provideLayout.html +0 -1
- package/docs/html/functions/withDefaultHeaderComponent.html +0 -1
- package/docs/html/functions/withDefaultHeaderItems.html +0 -1
- package/docs/html/functions/withFooterComponents.html +0 -1
- package/docs/html/functions/withHeaderComponents.html +0 -1
- package/docs/html/functions/withNavigationConfig.html +0 -1
- package/docs/html/functions/withNavigationInserts.html +0 -1
- package/docs/html/functions/withReleaseInfoModules.html +0 -1
- package/docs/html/functions/withSettingsMenuItems.html +0 -1
- package/docs/html/functions/withUserProfileDataSource.html +0 -1
- package/docs/html/index.html +0 -106
- package/docs/html/interfaces/NavigationDividerItem.html +0 -3
- package/docs/html/interfaces/NavigationInsertItem.html +0 -2
- package/docs/html/interfaces/NavigationItem.html +0 -6
- package/docs/html/interfaces/NavigationStatus.html +0 -2
- package/docs/html/interfaces/ReleaseInfoModule.html +0 -4
- package/docs/html/interfaces/SettingsMenuItem.html +0 -4
- package/docs/html/modules.html +0 -1
- package/docs/html/types/DefaultHeaderItemComponent.html +0 -1
- package/docs/html/types/ExternalApp.html +0 -1
- package/docs/html/types/ExtractUsernameFromProfileFn.html +0 -1
- package/docs/html/types/Navigation.html +0 -1
- package/docs/html/types/NavigationWithInserts.html +0 -1
- package/docs/html/types/SettingsMenuItemComponent.html +0 -1
- package/docs/html/variables/EXTRACT_USERNAME_FROM_PROFILE.html +0 -1
- package/docs/html/variables/RXAP_DEFAULT_HEADER_ITEM_COMPONENT.html +0 -1
- package/docs/html/variables/RXAP_EXTERNAL_APP.html +0 -1
- package/docs/html/variables/RXAP_EXTERNAL_APP_FILTER.html +0 -1
- package/docs/html/variables/RXAP_FOOTER_COMPONENT.html +0 -1
- package/docs/html/variables/RXAP_HEADER_COMPONENT.html +0 -1
- package/docs/html/variables/RXAP_LAYOUT_APPS_GRID.html +0 -1
- package/docs/html/variables/RXAP_LOGO_CONFIG.html +0 -1
- package/docs/html/variables/RXAP_NAVIGATION_CONFIG.html +0 -1
- package/docs/html/variables/RXAP_NAVIGATION_CONFIG_INSERTS.html +0 -1
- package/docs/html/variables/RXAP_RELEASE_INFO_MODULE.html +0 -1
- package/docs/html/variables/RXAP_SETTINGS_MENU_ITEM.html +0 -1
- package/docs/html/variables/RXAP_SETTINGS_MENU_ITEM_COMPONENT.html +0 -1
- package/docs/html/variables/RXAP_USER_PROFILE_DATA_SOURCE.html +0 -1
- package/docs/markdown/README.md +0 -304
- package/docs/markdown/classes/AppsButtonComponent.md +0 -83
- package/docs/markdown/classes/BaseLayoutComponent.md +0 -19
- package/docs/markdown/classes/DefaultHeaderComponent.md +0 -59
- package/docs/markdown/classes/DefaultHeaderService.md +0 -87
- package/docs/markdown/classes/ExternalAppsService.md +0 -251
- package/docs/markdown/classes/FooterComponent.md +0 -35
- package/docs/markdown/classes/FooterDirective.md +0 -65
- package/docs/markdown/classes/FooterService.md +0 -87
- package/docs/markdown/classes/HeaderComponent.md +0 -43
- package/docs/markdown/classes/HeaderDirective.md +0 -65
- package/docs/markdown/classes/HeaderService.md +0 -87
- package/docs/markdown/classes/LayoutComponent.md +0 -43
- package/docs/markdown/classes/LayoutService.md +0 -149
- package/docs/markdown/classes/LogoService.md +0 -51
- package/docs/markdown/classes/MinimalLayoutComponent.md +0 -19
- package/docs/markdown/classes/NavigationComponent.md +0 -139
- package/docs/markdown/classes/NavigationItemComponent.md +0 -195
- package/docs/markdown/classes/NavigationProgressBarComponent.md +0 -35
- package/docs/markdown/classes/NavigationService.md +0 -205
- package/docs/markdown/classes/ReleaseInfoComponent.md +0 -47
- package/docs/markdown/classes/SettingsButtonComponent.md +0 -229
- package/docs/markdown/classes/SidenavComponent.md +0 -135
- package/docs/markdown/classes/SidenavFooterDirective.md +0 -35
- package/docs/markdown/classes/SidenavHeaderDirective.md +0 -35
- package/docs/markdown/classes/SidenavToggleButtonComponent.md +0 -39
- package/docs/markdown/classes/UserProfileIconComponent.md +0 -47
- package/docs/markdown/functions/IsNavigationDividerItem.md +0 -21
- package/docs/markdown/functions/IsNavigationInsertItem.md +0 -21
- package/docs/markdown/functions/IsNavigationItem.md +0 -21
- package/docs/markdown/functions/provideExternalApps.md +0 -21
- package/docs/markdown/functions/provideLayout.md +0 -21
- package/docs/markdown/functions/withDefaultHeaderComponent.md +0 -15
- package/docs/markdown/functions/withDefaultHeaderItems.md +0 -21
- package/docs/markdown/functions/withFooterComponents.md +0 -21
- package/docs/markdown/functions/withHeaderComponents.md +0 -21
- package/docs/markdown/functions/withNavigationConfig.md +0 -21
- package/docs/markdown/functions/withNavigationInserts.md +0 -21
- package/docs/markdown/functions/withReleaseInfoModules.md +0 -21
- package/docs/markdown/functions/withSettingsMenuItems.md +0 -21
- package/docs/markdown/functions/withUserProfileDataSource.md +0 -25
- package/docs/markdown/globals.md +0 -86
- package/docs/markdown/interfaces/NavigationDividerItem.md +0 -25
- package/docs/markdown/interfaces/NavigationInsertItem.md +0 -17
- package/docs/markdown/interfaces/NavigationItem.md +0 -61
- package/docs/markdown/interfaces/NavigationStatus.md +0 -27
- package/docs/markdown/interfaces/ReleaseInfoModule.md +0 -33
- package/docs/markdown/interfaces/SettingsMenuItem.md +0 -37
- package/docs/markdown/type-aliases/DefaultHeaderItemComponent.md +0 -11
- package/docs/markdown/type-aliases/ExternalApp.md +0 -11
- package/docs/markdown/type-aliases/ExtractUsernameFromProfileFn.md +0 -25
- package/docs/markdown/type-aliases/Navigation.md +0 -11
- package/docs/markdown/type-aliases/NavigationWithInserts.md +0 -11
- package/docs/markdown/type-aliases/SettingsMenuItemComponent.md +0 -11
- package/docs/markdown/variables/EXTRACT_USERNAME_FROM_PROFILE.md +0 -11
- package/docs/markdown/variables/RXAP_DEFAULT_HEADER_ITEM_COMPONENT.md +0 -11
- package/docs/markdown/variables/RXAP_EXTERNAL_APP.md +0 -11
- package/docs/markdown/variables/RXAP_EXTERNAL_APP_FILTER.md +0 -11
- package/docs/markdown/variables/RXAP_FOOTER_COMPONENT.md +0 -11
- package/docs/markdown/variables/RXAP_HEADER_COMPONENT.md +0 -11
- package/docs/markdown/variables/RXAP_LAYOUT_APPS_GRID.md +0 -11
- package/docs/markdown/variables/RXAP_LOGO_CONFIG.md +0 -11
- package/docs/markdown/variables/RXAP_NAVIGATION_CONFIG.md +0 -11
- package/docs/markdown/variables/RXAP_NAVIGATION_CONFIG_INSERTS.md +0 -11
- package/docs/markdown/variables/RXAP_RELEASE_INFO_MODULE.md +0 -11
- package/docs/markdown/variables/RXAP_SETTINGS_MENU_ITEM.md +0 -11
- package/docs/markdown/variables/RXAP_SETTINGS_MENU_ITEM_COMPONENT.md +0 -11
- package/docs/markdown/variables/RXAP_USER_PROFILE_DATA_SOURCE.md +0 -11
- package/docs/wiki/Class.AppsButtonComponent.md +0 -79
- package/docs/wiki/Class.BaseLayoutComponent.md +0 -15
- package/docs/wiki/Class.DefaultHeaderComponent.md +0 -55
- package/docs/wiki/Class.DefaultHeaderService.md +0 -83
- package/docs/wiki/Class.ExternalAppsService.md +0 -247
- package/docs/wiki/Class.FooterComponent.md +0 -31
- package/docs/wiki/Class.FooterDirective.md +0 -61
- package/docs/wiki/Class.FooterService.md +0 -83
- package/docs/wiki/Class.HeaderComponent.md +0 -39
- package/docs/wiki/Class.HeaderDirective.md +0 -61
- package/docs/wiki/Class.HeaderService.md +0 -83
- package/docs/wiki/Class.LayoutComponent.md +0 -39
- package/docs/wiki/Class.LayoutService.md +0 -145
- package/docs/wiki/Class.LogoService.md +0 -47
- package/docs/wiki/Class.MinimalLayoutComponent.md +0 -15
- package/docs/wiki/Class.NavigationComponent.md +0 -135
- package/docs/wiki/Class.NavigationItemComponent.md +0 -191
- package/docs/wiki/Class.NavigationProgressBarComponent.md +0 -31
- package/docs/wiki/Class.NavigationService.md +0 -201
- package/docs/wiki/Class.ReleaseInfoComponent.md +0 -43
- package/docs/wiki/Class.SettingsButtonComponent.md +0 -225
- package/docs/wiki/Class.SidenavComponent.md +0 -131
- package/docs/wiki/Class.SidenavFooterDirective.md +0 -31
- package/docs/wiki/Class.SidenavHeaderDirective.md +0 -31
- package/docs/wiki/Class.SidenavToggleButtonComponent.md +0 -35
- package/docs/wiki/Class.UserProfileIconComponent.md +0 -43
- package/docs/wiki/Function.IsNavigationDividerItem.md +0 -17
- package/docs/wiki/Function.IsNavigationInsertItem.md +0 -17
- package/docs/wiki/Function.IsNavigationItem.md +0 -17
- package/docs/wiki/Function.provideExternalApps.md +0 -17
- package/docs/wiki/Function.provideLayout.md +0 -17
- package/docs/wiki/Function.withDefaultHeaderComponent.md +0 -11
- package/docs/wiki/Function.withDefaultHeaderItems.md +0 -17
- package/docs/wiki/Function.withFooterComponents.md +0 -17
- package/docs/wiki/Function.withHeaderComponents.md +0 -17
- package/docs/wiki/Function.withNavigationConfig.md +0 -17
- package/docs/wiki/Function.withNavigationInserts.md +0 -17
- package/docs/wiki/Function.withReleaseInfoModules.md +0 -17
- package/docs/wiki/Function.withSettingsMenuItems.md +0 -17
- package/docs/wiki/Function.withUserProfileDataSource.md +0 -21
- package/docs/wiki/Home.md +0 -300
- package/docs/wiki/Interface.NavigationDividerItem.md +0 -21
- package/docs/wiki/Interface.NavigationInsertItem.md +0 -13
- package/docs/wiki/Interface.NavigationItem.md +0 -57
- package/docs/wiki/Interface.NavigationStatus.md +0 -23
- package/docs/wiki/Interface.ReleaseInfoModule.md +0 -29
- package/docs/wiki/Interface.SettingsMenuItem.md +0 -33
- package/docs/wiki/TypeAlias.DefaultHeaderItemComponent.md +0 -7
- package/docs/wiki/TypeAlias.ExternalApp.md +0 -7
- package/docs/wiki/TypeAlias.ExtractUsernameFromProfileFn.md +0 -21
- package/docs/wiki/TypeAlias.Navigation.md +0 -7
- package/docs/wiki/TypeAlias.NavigationWithInserts.md +0 -7
- package/docs/wiki/TypeAlias.SettingsMenuItemComponent.md +0 -7
- package/docs/wiki/Variable.EXTRACT_USERNAME_FROM_PROFILE.md +0 -7
- package/docs/wiki/Variable.RXAP_DEFAULT_HEADER_ITEM_COMPONENT.md +0 -7
- package/docs/wiki/Variable.RXAP_EXTERNAL_APP.md +0 -7
- package/docs/wiki/Variable.RXAP_EXTERNAL_APP_FILTER.md +0 -7
- package/docs/wiki/Variable.RXAP_FOOTER_COMPONENT.md +0 -7
- package/docs/wiki/Variable.RXAP_HEADER_COMPONENT.md +0 -7
- package/docs/wiki/Variable.RXAP_LAYOUT_APPS_GRID.md +0 -7
- package/docs/wiki/Variable.RXAP_LOGO_CONFIG.md +0 -7
- package/docs/wiki/Variable.RXAP_NAVIGATION_CONFIG.md +0 -7
- package/docs/wiki/Variable.RXAP_NAVIGATION_CONFIG_INSERTS.md +0 -7
- package/docs/wiki/Variable.RXAP_RELEASE_INFO_MODULE.md +0 -7
- package/docs/wiki/Variable.RXAP_SETTINGS_MENU_ITEM.md +0 -7
- package/docs/wiki/Variable.RXAP_SETTINGS_MENU_ITEM_COMPONENT.md +0 -7
- package/docs/wiki/Variable.RXAP_USER_PROFILE_DATA_SOURCE.md +0 -7
- package/docs/wiki/_Sidebar.md +0 -82
- package/docs/wiki/globals.md +0 -82
- /package/docs/{html/.nojekyll → .nojekyll} +0 -0
- /package/docs/{html/assets → assets}/highlight.css +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -3,44 +3,6 @@
|
|
|
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-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)
|
|
7
|
-
|
|
8
|
-
**Note:** Version bump only for package @rxap/layout
|
|
9
|
-
|
|
10
|
-
## [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)
|
|
11
|
-
|
|
12
|
-
**Note:** Version bump only for package @rxap/layout
|
|
13
|
-
|
|
14
|
-
## [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)
|
|
15
|
-
|
|
16
|
-
**Note:** Version bump only for package @rxap/layout
|
|
17
|
-
|
|
18
|
-
## [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)
|
|
19
|
-
|
|
20
|
-
**Note:** Version bump only for package @rxap/layout
|
|
21
|
-
|
|
22
|
-
## [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)
|
|
23
|
-
|
|
24
|
-
**Note:** Version bump only for package @rxap/layout
|
|
25
|
-
|
|
26
|
-
## [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)
|
|
27
|
-
|
|
28
|
-
### Bug Fixes
|
|
29
|
-
|
|
30
|
-
- header buttons ([624721c](https://gitlab.com/rxap/packages/commit/624721ce05f0eb2d69191e6888727d1c14e2708e))
|
|
31
|
-
|
|
32
|
-
## [19.0.1-dev.7](https://gitlab.com/rxap/packages/compare/@rxap/layout@19.0.1-dev.6...@rxap/layout@19.0.1-dev.7) (2025-01-29)
|
|
33
|
-
|
|
34
|
-
**Note:** Version bump only for package @rxap/layout
|
|
35
|
-
|
|
36
|
-
## [19.0.1-dev.6](https://gitlab.com/rxap/packages/compare/@rxap/layout@19.0.1-dev.5...@rxap/layout@19.0.1-dev.6) (2025-01-29)
|
|
37
|
-
|
|
38
|
-
**Note:** Version bump only for package @rxap/layout
|
|
39
|
-
|
|
40
|
-
## [19.0.1-dev.5](https://gitlab.com/rxap/packages/compare/@rxap/layout@19.0.1-dev.4...@rxap/layout@19.0.1-dev.5) (2025-01-29)
|
|
41
|
-
|
|
42
|
-
**Note:** Version bump only for package @rxap/layout
|
|
43
|
-
|
|
44
6
|
## [19.0.1-dev.4](https://gitlab.com/rxap/packages/compare/@rxap/layout@19.0.1-dev.3...@rxap/layout@19.0.1-dev.4) (2025-01-28)
|
|
45
7
|
|
|
46
8
|
**Note:** Version bump only for package @rxap/layout
|
package/README.md
CHANGED
|
@@ -19,7 +19,7 @@ yarn add @rxap/layout
|
|
|
19
19
|
```
|
|
20
20
|
**Install peer dependencies:**
|
|
21
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.
|
|
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
23
|
```
|
|
24
24
|
**Execute the init generator:**
|
|
25
25
|
```bash
|
package/compodoc/changelog.html
CHANGED
|
@@ -85,27 +85,6 @@
|
|
|
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.12...@rxap/layout@19.0.1-dev.13">19.0.1-dev.13</a> (2025-02-11)</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.11...@rxap/layout@19.0.1-dev.12">19.0.1-dev.12</a> (2025-02-11)</h2>
|
|
91
|
-
<p><strong>Note:</strong> Version bump only for package @rxap/layout</p>
|
|
92
|
-
<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>
|
|
93
|
-
<p><strong>Note:</strong> Version bump only for package @rxap/layout</p>
|
|
94
|
-
<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>
|
|
95
|
-
<p><strong>Note:</strong> Version bump only for package @rxap/layout</p>
|
|
96
|
-
<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>
|
|
97
|
-
<p><strong>Note:</strong> Version bump only for package @rxap/layout</p>
|
|
98
|
-
<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>
|
|
99
|
-
<h3>Bug Fixes</h3>
|
|
100
|
-
<ul>
|
|
101
|
-
<li>header buttons (<a href="https://gitlab.com/rxap/packages/commit/624721ce05f0eb2d69191e6888727d1c14e2708e">624721c</a>)</li>
|
|
102
|
-
</ul>
|
|
103
|
-
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@19.0.1-dev.6...@rxap/layout@19.0.1-dev.7">19.0.1-dev.7</a> (2025-01-29)</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.5...@rxap/layout@19.0.1-dev.6">19.0.1-dev.6</a> (2025-01-29)</h2>
|
|
106
|
-
<p><strong>Note:</strong> Version bump only for package @rxap/layout</p>
|
|
107
|
-
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@19.0.1-dev.4...@rxap/layout@19.0.1-dev.5">19.0.1-dev.5</a> (2025-01-29)</h2>
|
|
108
|
-
<p><strong>Note:</strong> Version bump only for package @rxap/layout</p>
|
|
109
88
|
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@19.0.1-dev.3...@rxap/layout@19.0.1-dev.4">19.0.1-dev.4</a> (2025-01-28)</h2>
|
|
110
89
|
<p><strong>Note:</strong> Version bump only for package @rxap/layout</p>
|
|
111
90
|
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@19.0.1-dev.2...@rxap/layout@19.0.1-dev.3">19.0.1-dev.3</a> (2025-01-28)</h2>
|
|
@@ -445,7 +445,7 @@ export class DefaultHeaderComponent {
|
|
|
445
445
|
|
|
446
446
|
<div class="tab-pane fade " id="templateData">
|
|
447
447
|
<pre class="line-numbers"><code class="language-html"><div class="w-full flex flex-row gap-x-4 justify-between items-center">
|
|
448
|
-
@if (collapsable()) {
|
|
448
|
+
@if (!collapsable()) {
|
|
449
449
|
<rxap-sidenav-toggle-button></rxap-sidenav-toggle-button>
|
|
450
450
|
}
|
|
451
451
|
<div class="grow flex flex-row gap-x-4 items-center">
|
|
@@ -456,7 +456,7 @@ export class DefaultHeaderComponent {
|
|
|
456
456
|
</div>
|
|
457
457
|
<rxap-apps-button class="grow-0"></rxap-apps-button>
|
|
458
458
|
<rxap-settings-button class="grow-0"></rxap-settings-button>
|
|
459
|
-
@if (profile(); as profile) {
|
|
459
|
+
@if (this.profile(); as profile) {
|
|
460
460
|
<rxap-user-profile-icon [profile]="profile" class="grow-0"></rxap-user-profile-icon>
|
|
461
461
|
}
|
|
462
462
|
</div>
|
|
@@ -489,7 +489,7 @@ export class DefaultHeaderComponent {
|
|
|
489
489
|
<script src="../js/libs/htmlparser.js"></script>
|
|
490
490
|
<script src="../js/libs/deep-iterator.js"></script>
|
|
491
491
|
<script>
|
|
492
|
-
var COMPONENT_TEMPLATE = '<div><div class="w-full flex flex-row gap-x-4 justify-between items-center"> @if (collapsable()) { <rxap-sidenav-toggle-button></rxap-sidenav-toggle-button> } <div class="grow flex flex-row gap-x-4 items-center"> @for (portal of portals(); track portal) { <ng-template [cdkPortalOutlet]="portal"></ng-template> } <ng-content></ng-content> </div> <rxap-apps-button class="grow-0"></rxap-apps-button> <rxap-settings-button class="grow-0"></rxap-settings-button> @if (profile(); as profile) { <rxap-user-profile-icon [profile]="profile" class="grow-0"></rxap-user-profile-icon> }</div></div>'
|
|
492
|
+
var COMPONENT_TEMPLATE = '<div><div class="w-full flex flex-row gap-x-4 justify-between items-center"> @if (!collapsable()) { <rxap-sidenav-toggle-button></rxap-sidenav-toggle-button> } <div class="grow flex flex-row gap-x-4 items-center"> @for (portal of portals(); track portal) { <ng-template [cdkPortalOutlet]="portal"></ng-template> } <ng-content></ng-content> </div> <rxap-apps-button class="grow-0"></rxap-apps-button> <rxap-settings-button class="grow-0"></rxap-settings-button> @if (this.profile(); as profile) { <rxap-user-profile-icon [profile]="profile" class="grow-0"></rxap-user-profile-icon> }</div></div>'
|
|
493
493
|
var COMPONENTS = [{'name': 'AppsButtonComponent', 'selector': 'rxap-apps-button'},{'name': 'BaseLayoutComponent', 'selector': 'rxap-base-layout'},{'name': 'DefaultHeaderComponent', 'selector': 'rxap-default-header'},{'name': 'FooterComponent', 'selector': 'rxap-footer'},{'name': 'HeaderComponent', 'selector': 'rxap-header'},{'name': 'LayoutComponent', 'selector': 'rxap-layout'},{'name': 'MinimalLayoutComponent', 'selector': 'rxap-minimal-layout'},{'name': 'NavigationComponent', 'selector': 'ul[rxap-navigation]'},{'name': 'NavigationItemComponent', 'selector': 'li[rxap-navigation-item]'},{'name': 'NavigationProgressBarComponent', 'selector': 'rxap-navigation-progress-bar'},{'name': 'ReleaseInfoComponent', 'selector': 'rxap-release-info'},{'name': 'SettingsButtonComponent', 'selector': 'rxap-settings-button'},{'name': 'SidenavComponent', 'selector': 'rxap-sidenav'},{'name': 'SidenavToggleButtonComponent', 'selector': 'rxap-sidenav-toggle-button'},{'name': 'UserProfileIconComponent', 'selector': 'rxap-user-profile-icon'}];
|
|
494
494
|
var DIRECTIVES = [{'name': 'FooterDirective', 'selector': '[rxapFooter]'},{'name': 'HeaderDirective', 'selector': '[rxapHeader]'},{'name': 'SidenavFooterDirective', 'selector': '[rxapSidenavFooter]'},{'name': 'SidenavHeaderDirective', 'selector': '[rxapSidenavHeader]'}];
|
|
495
495
|
var ACTUAL_COMPONENT = {'name': 'DefaultHeaderComponent'};
|
|
@@ -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.0</li>
|
|
105
105
|
<li>
|
|
106
|
-
<b>@rxap/ts-morph</b> : ^1.5.3-dev.
|
|
106
|
+
<b>@rxap/ts-morph</b> : ^1.5.3-dev.3</li>
|
|
107
107
|
<li>
|
|
108
|
-
<b>@rxap/workspace-ts-morph</b> : ^19.1.9-dev.
|
|
108
|
+
<b>@rxap/workspace-ts-morph</b> : ^19.1.9-dev.4</li>
|
|
109
109
|
<li>
|
|
110
|
-
<b>@rxap/workspace-utilities</b> : ^19.6.1-dev.
|
|
110
|
+
<b>@rxap/workspace-utilities</b> : ^19.6.1-dev.3</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.2</li>
|
|
135
135
|
<li>
|
|
136
|
-
<b>@rxap/config</b> : ^19.0.1-dev.
|
|
136
|
+
<b>@rxap/config</b> : ^19.0.1-dev.2</li>
|
|
137
137
|
<li>
|
|
138
|
-
<b>@rxap/data-source</b> : ^19.0.1-dev.
|
|
138
|
+
<b>@rxap/data-source</b> : ^19.0.1-dev.2</li>
|
|
139
139
|
<li>
|
|
140
|
-
<b>@rxap/environment</b> : ^19.0.1-dev.
|
|
140
|
+
<b>@rxap/environment</b> : ^19.0.1-dev.2</li>
|
|
141
141
|
<li>
|
|
142
|
-
<b>@rxap/material-directives</b> : ^19.0.1-dev.
|
|
142
|
+
<b>@rxap/material-directives</b> : ^19.0.1-dev.2</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.2</li>
|
|
145
145
|
<li>
|
|
146
|
-
<b>@rxap/ngx-theme</b> : ^19.0.1-dev.
|
|
146
|
+
<b>@rxap/ngx-theme</b> : ^19.0.1-dev.2</li>
|
|
147
147
|
<li>
|
|
148
|
-
<b>@rxap/pattern</b> : ^1.1.11-dev.
|
|
148
|
+
<b>@rxap/pattern</b> : ^1.1.11-dev.2</li>
|
|
149
149
|
<li>
|
|
150
|
-
<b>@rxap/utilities</b> : ^16.4.2-dev.
|
|
150
|
+
<b>@rxap/utilities</b> : ^16.4.2-dev.2</li>
|
|
151
151
|
<li>
|
|
152
152
|
<b>rxjs</b> : ^7.8.1</li>
|
|
153
153
|
</ul>
|
package/compodoc/index.html
CHANGED
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
<h1>Installation</h1>
|
|
98
98
|
<p><strong>Add the package to your workspace:</strong></p>
|
|
99
99
|
<b>Example :</b><div><pre class="line-numbers"><code class="language-bash">yarn add @rxap/layout</code></pre></div><p><strong>Install peer dependencies:</strong></p>
|
|
100
|
-
<b>Example :</b><div><pre class="line-numbers"><code class="language-bash">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.
|
|
100
|
+
<b>Example :</b><div><pre class="line-numbers"><code class="language-bash">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 </code></pre></div><p><strong>Execute the init generator:</strong></p>
|
|
101
101
|
<b>Example :</b><div><pre class="line-numbers"><code class="language-bash">yarn nx g @rxap/layout:init</code></pre></div><h1>Get started</h1>
|
|
102
102
|
<h2>Layout</h2>
|
|
103
103
|
<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>
|