@rxap/layout 19.0.0-dev.3 → 19.0.1-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.
- package/CHANGELOG.md +12 -0
- package/README.md +1 -1
- package/compodoc/changelog.html +6 -0
- package/compodoc/dependencies.html +20 -20
- package/compodoc/index.html +1 -1
- package/compodoc/js/search/search_index.js +2 -2
- package/compodoc/properties.html +1 -1
- package/docs/classes/AppsButtonComponent.html +3 -3
- package/docs/classes/BaseLayoutComponent.html +1 -1
- package/docs/classes/DefaultHeaderComponent.html +2 -2
- package/docs/classes/DefaultHeaderService.html +6 -6
- package/docs/classes/ExternalAppsService.html +2 -2
- package/docs/classes/FooterComponent.html +2 -2
- package/docs/classes/FooterDirective.html +2 -2
- package/docs/classes/FooterService.html +6 -6
- package/docs/classes/HeaderComponent.html +2 -2
- package/docs/classes/HeaderDirective.html +2 -2
- package/docs/classes/HeaderService.html +6 -6
- package/docs/classes/LayoutComponent.html +2 -2
- package/docs/classes/LayoutService.html +2 -2
- package/docs/classes/LogoService.html +2 -2
- package/docs/classes/MinimalLayoutComponent.html +1 -1
- package/docs/classes/NavigationComponent.html +2 -2
- package/docs/classes/NavigationItemComponent.html +2 -2
- package/docs/classes/NavigationProgressBarComponent.html +2 -2
- package/docs/classes/NavigationService.html +3 -3
- package/docs/classes/ReleaseInfoComponent.html +2 -2
- package/docs/classes/SettingsButtonComponent.html +2 -2
- package/docs/classes/SidenavComponent.html +2 -2
- package/docs/classes/SidenavFooterDirective.html +2 -2
- package/docs/classes/SidenavHeaderDirective.html +2 -2
- package/docs/classes/SidenavToggleButtonComponent.html +2 -2
- package/docs/classes/UserProfileIconComponent.html +2 -2
- package/docs/documentation.json +369 -369
- package/docs/functions/IsNavigationDividerItem.html +1 -1
- package/docs/functions/IsNavigationInsertItem.html +1 -1
- package/docs/functions/IsNavigationItem.html +1 -1
- package/docs/functions/provideExternalApps.html +1 -1
- package/docs/functions/provideLayout.html +1 -1
- package/docs/functions/withDefaultHeaderComponent.html +1 -1
- package/docs/functions/withDefaultHeaderItems.html +1 -1
- package/docs/functions/withFooterComponents.html +1 -1
- package/docs/functions/withHeaderComponents.html +1 -1
- package/docs/functions/withNavigationConfig.html +1 -1
- package/docs/functions/withNavigationInserts.html +1 -1
- package/docs/functions/withReleaseInfoModules.html +1 -1
- package/docs/functions/withSettingsMenuItems.html +1 -1
- package/docs/functions/withUserProfileDataSource.html +1 -1
- package/docs/index.html +1 -1
- package/docs/interfaces/NavigationDividerItem.html +2 -2
- package/docs/interfaces/NavigationInsertItem.html +2 -2
- package/docs/interfaces/NavigationItem.html +2 -2
- package/docs/interfaces/NavigationStatus.html +2 -2
- package/docs/interfaces/ReleaseInfoModule.html +2 -2
- package/docs/interfaces/SettingsMenuItem.html +2 -2
- package/docs/types/DefaultHeaderItemComponent.html +1 -1
- package/docs/types/ExternalApp.html +1 -1
- package/docs/types/ExtractUsernameFromProfileFn.html +1 -1
- package/docs/types/Navigation.html +1 -1
- package/docs/types/NavigationWithInserts.html +1 -1
- package/docs/types/SettingsMenuItemComponent.html +1 -1
- package/docs/variables/EXTRACT_USERNAME_FROM_PROFILE.html +1 -1
- package/docs/variables/RXAP_DEFAULT_HEADER_ITEM_COMPONENT.html +1 -1
- package/docs/variables/RXAP_EXTERNAL_APP.html +1 -1
- package/docs/variables/RXAP_EXTERNAL_APP_FILTER.html +1 -1
- package/docs/variables/RXAP_FOOTER_COMPONENT.html +1 -1
- package/docs/variables/RXAP_HEADER_COMPONENT.html +1 -1
- package/docs/variables/RXAP_LAYOUT_APPS_GRID.html +1 -1
- package/docs/variables/RXAP_LOGO_CONFIG.html +1 -1
- package/docs/variables/RXAP_NAVIGATION_CONFIG.html +1 -1
- package/docs/variables/RXAP_NAVIGATION_CONFIG_INSERTS.html +1 -1
- package/docs/variables/RXAP_RELEASE_INFO_MODULE.html +1 -1
- package/docs/variables/RXAP_SETTINGS_MENU_ITEM.html +1 -1
- package/docs/variables/RXAP_SETTINGS_MENU_ITEM_COMPONENT.html +1 -1
- package/docs/variables/RXAP_USER_PROFILE_DATA_SOURCE.html +1 -1
- package/package.json +36 -35
- package/theme.css +1 -425
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,18 @@
|
|
|
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.1](https://gitlab.com/rxap/packages/compare/@rxap/layout@19.0.1-dev.0...@rxap/layout@19.0.1-dev.1) (2025-01-21)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @rxap/layout
|
|
9
|
+
|
|
10
|
+
## [19.0.1-dev.0](https://gitlab.com/rxap/packages/compare/@rxap/layout@19.0.0...@rxap/layout@19.0.1-dev.0) (2025-01-08)
|
|
11
|
+
|
|
12
|
+
**Note:** Version bump only for package @rxap/layout
|
|
13
|
+
|
|
14
|
+
# [19.0.0](https://gitlab.com/rxap/packages/compare/@rxap/layout@19.0.0-dev.3...@rxap/layout@19.0.0) (2025-01-08)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @rxap/layout
|
|
17
|
+
|
|
6
18
|
# [19.0.0-dev.3](https://gitlab.com/rxap/packages/compare/@rxap/layout@19.0.0-dev.2...@rxap/layout@19.0.0-dev.3) (2025-01-04)
|
|
7
19
|
|
|
8
20
|
**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
|
|
22
|
+
yarn add @angular/animations@^19.0.3 @angular/cdk@^19.0.2 @angular/common@^19.0.3 @angular/core@^19.0.3 @angular/material@^19.0.2 @angular/router@^19.0.3 @rxap/browser-utilities@^1.1.10-dev.0 @rxap/config@^19.0.1-dev.0 @rxap/data-source@^19.0.1-dev.0 @rxap/environment@^19.0.1-dev.0 @rxap/material-directives@^19.0.1-dev.0 @rxap/ngx-pub-sub@^19.0.1-dev.0 @rxap/ngx-theme@^19.0.1-dev.0 @rxap/pattern@^1.1.11-dev.0 @rxap/utilities@^16.4.2-dev.0 rxjs@^7.8.1
|
|
23
23
|
```
|
|
24
24
|
**Execute the init generator:**
|
|
25
25
|
```bash
|
package/compodoc/changelog.html
CHANGED
|
@@ -85,6 +85,12 @@
|
|
|
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.0...@rxap/layout@19.0.1-dev.1">19.0.1-dev.1</a> (2025-01-21)</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.0...@rxap/layout@19.0.1-dev.0">19.0.1-dev.0</a> (2025-01-08)</h2>
|
|
91
|
+
<p><strong>Note:</strong> Version bump only for package @rxap/layout</p>
|
|
92
|
+
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@19.0.0-dev.3...@rxap/layout@19.0.0">19.0.0</a> (2025-01-08)</h1>
|
|
93
|
+
<p><strong>Note:</strong> Version bump only for package @rxap/layout</p>
|
|
88
94
|
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@19.0.0-dev.2...@rxap/layout@19.0.0-dev.3">19.0.0-dev.3</a> (2025-01-04)</h1>
|
|
89
95
|
<p><strong>Note:</strong> Version bump only for package @rxap/layout</p>
|
|
90
96
|
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@19.0.0-dev.1...@rxap/layout@19.0.0-dev.2">19.0.0-dev.2</a> (2025-01-03)</h1>
|
|
@@ -101,13 +101,13 @@
|
|
|
101
101
|
</ol>
|
|
102
102
|
<ul class="dependencies-list">
|
|
103
103
|
<li>
|
|
104
|
-
<b>@nx/devkit</b> : 20.
|
|
104
|
+
<b>@nx/devkit</b> : 20.3.1</li>
|
|
105
105
|
<li>
|
|
106
|
-
<b>@rxap/ts-morph</b> : ^1.5.
|
|
106
|
+
<b>@rxap/ts-morph</b> : ^1.5.3-dev.1</li>
|
|
107
107
|
<li>
|
|
108
|
-
<b>@rxap/workspace-ts-morph</b> : ^19.1.
|
|
108
|
+
<b>@rxap/workspace-ts-morph</b> : ^19.1.9-dev.1</li>
|
|
109
109
|
<li>
|
|
110
|
-
<b>@rxap/workspace-utilities</b> : ^19.6.
|
|
110
|
+
<b>@rxap/workspace-utilities</b> : ^19.6.1-dev.0</li>
|
|
111
111
|
<li>
|
|
112
112
|
<b>tslib</b> : 2.6.2</li>
|
|
113
113
|
</ul>
|
|
@@ -119,37 +119,37 @@
|
|
|
119
119
|
</ol>
|
|
120
120
|
<ul class="dependencies-list">
|
|
121
121
|
<li>
|
|
122
|
-
<b>@angular/animations</b> : 19.0.3</li>
|
|
122
|
+
<b>@angular/animations</b> : ^19.0.3</li>
|
|
123
123
|
<li>
|
|
124
|
-
<b>@angular/cdk</b> : 19.0.2</li>
|
|
124
|
+
<b>@angular/cdk</b> : ^19.0.2</li>
|
|
125
125
|
<li>
|
|
126
|
-
<b>@angular/common</b> : 19.0.3</li>
|
|
126
|
+
<b>@angular/common</b> : ^19.0.3</li>
|
|
127
127
|
<li>
|
|
128
|
-
<b>@angular/core</b> : 19.0.3</li>
|
|
128
|
+
<b>@angular/core</b> : ^19.0.3</li>
|
|
129
129
|
<li>
|
|
130
|
-
<b>@angular/material</b> : 19.0.2</li>
|
|
130
|
+
<b>@angular/material</b> : ^19.0.2</li>
|
|
131
131
|
<li>
|
|
132
|
-
<b>@angular/router</b> : 19.0.3</li>
|
|
132
|
+
<b>@angular/router</b> : ^19.0.3</li>
|
|
133
133
|
<li>
|
|
134
|
-
<b>@rxap/browser-utilities</b> : ^1.1.
|
|
134
|
+
<b>@rxap/browser-utilities</b> : ^1.1.10-dev.0</li>
|
|
135
135
|
<li>
|
|
136
|
-
<b>@rxap/config</b> : ^19.0.
|
|
136
|
+
<b>@rxap/config</b> : ^19.0.1-dev.0</li>
|
|
137
137
|
<li>
|
|
138
|
-
<b>@rxap/data-source</b> : ^19.0.
|
|
138
|
+
<b>@rxap/data-source</b> : ^19.0.1-dev.0</li>
|
|
139
139
|
<li>
|
|
140
|
-
<b>@rxap/environment</b> : ^19.0.
|
|
140
|
+
<b>@rxap/environment</b> : ^19.0.1-dev.0</li>
|
|
141
141
|
<li>
|
|
142
|
-
<b>@rxap/material-directives</b> : ^19.0.
|
|
142
|
+
<b>@rxap/material-directives</b> : ^19.0.1-dev.0</li>
|
|
143
143
|
<li>
|
|
144
|
-
<b>@rxap/ngx-pub-sub</b> : ^19.0.
|
|
144
|
+
<b>@rxap/ngx-pub-sub</b> : ^19.0.1-dev.0</li>
|
|
145
145
|
<li>
|
|
146
|
-
<b>@rxap/ngx-theme</b> : ^19.0.
|
|
146
|
+
<b>@rxap/ngx-theme</b> : ^19.0.1-dev.0</li>
|
|
147
147
|
<li>
|
|
148
|
-
<b>@rxap/pattern</b> : ^1.1.
|
|
148
|
+
<b>@rxap/pattern</b> : ^1.1.11-dev.0</li>
|
|
149
149
|
<li>
|
|
150
|
-
<b>@rxap/utilities</b> : ^16.4.
|
|
150
|
+
<b>@rxap/utilities</b> : ^16.4.2-dev.0</li>
|
|
151
151
|
<li>
|
|
152
|
-
<b>rxjs</b> : 7.8.1</li>
|
|
152
|
+
<b>rxjs</b> : ^7.8.1</li>
|
|
153
153
|
</ul>
|
|
154
154
|
|
|
155
155
|
|
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@
|
|
100
|
+
<b>Example :</b><div><pre class="line-numbers"><code class="language-bash">yarn add @angular/animations@^19.0.3 @angular/cdk@^19.0.2 @angular/common@^19.0.3 @angular/core@^19.0.3 @angular/material@^19.0.2 @angular/router@^19.0.3 @rxap/browser-utilities@^1.1.10-dev.0 @rxap/config@^19.0.1-dev.0 @rxap/data-source@^19.0.1-dev.0 @rxap/environment@^19.0.1-dev.0 @rxap/material-directives@^19.0.1-dev.0 @rxap/ngx-pub-sub@^19.0.1-dev.0 @rxap/ngx-theme@^19.0.1-dev.0 @rxap/pattern@^1.1.11-dev.0 @rxap/utilities@^16.4.2-dev.0 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>
|