@rxap/layout 18.0.3-dev.0 → 18.0.3-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 +4 -0
- package/README.md +14 -1
- package/compodoc/changelog.html +2 -0
- package/compodoc/dependencies.html +18 -16
- package/compodoc/index.html +8 -1
- package/compodoc/js/search/search_index.js +2 -2
- package/compodoc/miscellaneous/functions.html +72 -1
- package/compodoc/properties.html +1 -1
- package/docs/classes/AppUrlService.html +2 -2
- package/docs/classes/AppsButtonComponent.html +2 -2
- package/docs/classes/AuthenticationServiceMock.html +2 -2
- package/docs/classes/FooterComponent.html +2 -2
- package/docs/classes/FooterDirective.html +2 -2
- package/docs/classes/HeaderComponent.html +2 -2
- package/docs/classes/LanguageSelectorComponent.html +2 -2
- package/docs/classes/LayoutComponent.html +2 -2
- package/docs/classes/LayoutComponentService.html +2 -2
- 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/ReplaceRouterPathsPipe.html +2 -2
- package/docs/classes/ReplaceRouterPathsService.html +2 -2
- package/docs/classes/ResetButtonComponent.html +2 -2
- package/docs/classes/SettingsButtonComponent.html +2 -2
- package/docs/classes/SidenavComponent.html +2 -2
- package/docs/classes/SidenavComponentService.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/SignOutComponent.html +2 -2
- package/docs/classes/ToggleWindowSidenavButtonComponent.html +2 -2
- package/docs/classes/UserProfileIconComponent.html +2 -2
- package/docs/classes/VersionComponent.html +2 -2
- package/docs/classes/WindowContainerSidenavComponent.html +2 -2
- package/docs/documentation.json +378 -362
- package/docs/functions/IsNavigationDividerItem.html +1 -1
- package/docs/functions/IsNavigationInsertItem.html +1 -1
- package/docs/functions/IsNavigationItem.html +1 -1
- package/docs/index.html +11 -2
- package/docs/interfaces/ExternalApps.html +2 -2
- package/docs/interfaces/LogoConfig.html +2 -2
- 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/types/ExtractUsernameFromProfileFn.html +1 -1
- package/docs/types/Navigation.html +1 -1
- package/docs/types/NavigationWithInserts.html +1 -1
- package/docs/variables/EXTRACT_USERNAME_FROM_PROFILE.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/package.json +46 -44
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,10 @@
|
|
|
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
|
+
## [18.0.3-dev.1](https://gitlab.com/rxap/packages/compare/@rxap/layout@18.0.3-dev.0...@rxap/layout@18.0.3-dev.1) (2024-06-21)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @rxap/layout
|
|
9
|
+
|
|
6
10
|
## [18.0.3-dev.0](https://gitlab.com/rxap/packages/compare/@rxap/layout@18.0.2...@rxap/layout@18.0.3-dev.0) (2024-06-20)
|
|
7
11
|
|
|
8
12
|
**Note:** Version bump only for package @rxap/layout
|
package/README.md
CHANGED
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|

|
|
9
9
|
|
|
10
10
|
- [Installation](#installation)
|
|
11
|
+
- [Generators](#generators)
|
|
11
12
|
|
|
12
13
|
# Installation
|
|
13
14
|
|
|
@@ -17,5 +18,17 @@ yarn add @rxap/layout
|
|
|
17
18
|
```
|
|
18
19
|
**Install peer dependencies:**
|
|
19
20
|
```bash
|
|
20
|
-
yarn add @angular/animations@^18.0.1 @angular/cdk@^18.0.0 @angular/common@^18.0.1 @angular/core@^18.0.1 @angular/forms@^18.0.1 @angular/material@^18.0.0 @angular/router@^18.0.1 @rxap/authentication@^18.0.
|
|
21
|
+
yarn add @angular/animations@^18.0.1 @angular/cdk@^18.0.0 @angular/common@^18.0.1 @angular/core@^18.0.1 @angular/forms@^18.0.1 @angular/material@^18.0.0 @angular/router@^18.0.1 @rxap/authentication@^18.0.3-dev.0 @rxap/authorization@^18.0.3-dev.0 @rxap/browser-utilities@^1.1.4-dev.0 @rxap/config@^18.1.1-dev.0 @rxap/data-source@^18.1.1-dev.0 @rxap/directives@^18.0.3-dev.0 @rxap/environment@^18.0.3-dev.0 @rxap/icon@^18.0.3-dev.0 @rxap/material-directives@^18.0.3-dev.0 @rxap/ngx-changelog@^18.0.3-dev.0 @rxap/ngx-localize@^18.0.3-dev.0 @rxap/ngx-status-check@^18.0.3-dev.0 @rxap/ngx-theme@^18.0.3-dev.0 @rxap/ngx-user@^18.0.3-dev.0 @rxap/services@^18.0.3-dev.0 @rxap/utilities@^16.2.4-dev.0 rxjs@^7.8.1
|
|
22
|
+
```
|
|
23
|
+
**Execute the init generator:**
|
|
24
|
+
```bash
|
|
25
|
+
yarn nx g @rxap/layout:init
|
|
26
|
+
```
|
|
27
|
+
# Generators
|
|
28
|
+
|
|
29
|
+
## init
|
|
30
|
+
> Initialize the package in the workspace
|
|
31
|
+
|
|
32
|
+
```bash
|
|
33
|
+
yarn nx g @rxap/layout:init
|
|
21
34
|
```
|
package/compodoc/changelog.html
CHANGED
|
@@ -85,6 +85,8 @@
|
|
|
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@18.0.3-dev.0...@rxap/layout@18.0.3-dev.1">18.0.3-dev.1</a> (2024-06-21)</h2>
|
|
89
|
+
<p><strong>Note:</strong> Version bump only for package @rxap/layout</p>
|
|
88
90
|
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@18.0.2...@rxap/layout@18.0.3-dev.0">18.0.3-dev.0</a> (2024-06-20)</h2>
|
|
89
91
|
<p><strong>Note:</strong> Version bump only for package @rxap/layout</p>
|
|
90
92
|
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@18.0.2-dev.2...@rxap/layout@18.0.2">18.0.2</a> (2024-06-18)</h2>
|
|
@@ -100,6 +100,8 @@
|
|
|
100
100
|
<li class="breadcrumb-item">Dependencies</li>
|
|
101
101
|
</ol>
|
|
102
102
|
<ul class="dependencies-list">
|
|
103
|
+
<li>
|
|
104
|
+
<b>@nx/devkit</b> : 19.3.0</li>
|
|
103
105
|
<li>
|
|
104
106
|
<b>tslib</b> : 2.6.2</li>
|
|
105
107
|
</ul>
|
|
@@ -125,37 +127,37 @@
|
|
|
125
127
|
<li>
|
|
126
128
|
<b>@angular/router</b> : ^18.0.1</li>
|
|
127
129
|
<li>
|
|
128
|
-
<b>@rxap/authentication</b> : ^18.0.
|
|
130
|
+
<b>@rxap/authentication</b> : ^18.0.3-dev.0</li>
|
|
129
131
|
<li>
|
|
130
|
-
<b>@rxap/authorization</b> : ^18.0.
|
|
132
|
+
<b>@rxap/authorization</b> : ^18.0.3-dev.0</li>
|
|
131
133
|
<li>
|
|
132
|
-
<b>@rxap/browser-utilities</b> : ^1.1.
|
|
134
|
+
<b>@rxap/browser-utilities</b> : ^1.1.4-dev.0</li>
|
|
133
135
|
<li>
|
|
134
|
-
<b>@rxap/config</b> : ^18.1.0</li>
|
|
136
|
+
<b>@rxap/config</b> : ^18.1.1-dev.0</li>
|
|
135
137
|
<li>
|
|
136
|
-
<b>@rxap/data-source</b> : ^18.1.0</li>
|
|
138
|
+
<b>@rxap/data-source</b> : ^18.1.1-dev.0</li>
|
|
137
139
|
<li>
|
|
138
|
-
<b>@rxap/directives</b> : ^18.0.
|
|
140
|
+
<b>@rxap/directives</b> : ^18.0.3-dev.0</li>
|
|
139
141
|
<li>
|
|
140
|
-
<b>@rxap/environment</b> : ^18.0.
|
|
142
|
+
<b>@rxap/environment</b> : ^18.0.3-dev.0</li>
|
|
141
143
|
<li>
|
|
142
|
-
<b>@rxap/icon</b> : ^18.0.
|
|
144
|
+
<b>@rxap/icon</b> : ^18.0.3-dev.0</li>
|
|
143
145
|
<li>
|
|
144
|
-
<b>@rxap/material-directives</b> : ^18.0.
|
|
146
|
+
<b>@rxap/material-directives</b> : ^18.0.3-dev.0</li>
|
|
145
147
|
<li>
|
|
146
|
-
<b>@rxap/ngx-changelog</b> : ^18.0.
|
|
148
|
+
<b>@rxap/ngx-changelog</b> : ^18.0.3-dev.0</li>
|
|
147
149
|
<li>
|
|
148
|
-
<b>@rxap/ngx-localize</b> : ^18.0.
|
|
150
|
+
<b>@rxap/ngx-localize</b> : ^18.0.3-dev.0</li>
|
|
149
151
|
<li>
|
|
150
|
-
<b>@rxap/ngx-status-check</b> : ^18.0.
|
|
152
|
+
<b>@rxap/ngx-status-check</b> : ^18.0.3-dev.0</li>
|
|
151
153
|
<li>
|
|
152
|
-
<b>@rxap/ngx-theme</b> : ^18.0.
|
|
154
|
+
<b>@rxap/ngx-theme</b> : ^18.0.3-dev.0</li>
|
|
153
155
|
<li>
|
|
154
|
-
<b>@rxap/ngx-user</b> : ^18.0.
|
|
156
|
+
<b>@rxap/ngx-user</b> : ^18.0.3-dev.0</li>
|
|
155
157
|
<li>
|
|
156
|
-
<b>@rxap/services</b> : ^18.0.
|
|
158
|
+
<b>@rxap/services</b> : ^18.0.3-dev.0</li>
|
|
157
159
|
<li>
|
|
158
|
-
<b>@rxap/utilities</b> : ^16.2.
|
|
160
|
+
<b>@rxap/utilities</b> : ^16.2.4-dev.0</li>
|
|
159
161
|
<li>
|
|
160
162
|
<b>rxjs</b> : ^7.8.1</li>
|
|
161
163
|
</ul>
|
package/compodoc/index.html
CHANGED
|
@@ -91,11 +91,18 @@
|
|
|
91
91
|
<img src="https://img.shields.io/npm/l/@rxap/layout" alt="NPM" class="img-responsive"></p>
|
|
92
92
|
<ul>
|
|
93
93
|
<li><a href="#installation">Installation</a></li>
|
|
94
|
+
<li><a href="#generators">Generators</a></li>
|
|
94
95
|
</ul>
|
|
95
96
|
<h1>Installation</h1>
|
|
96
97
|
<p><strong>Add the package to your workspace:</strong></p>
|
|
97
98
|
<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>
|
|
98
|
-
<b>Example :</b><div><pre class="line-numbers"><code class="language-bash">yarn add @angular/animations@^18.0.1 @angular/cdk@^18.0.0 @angular/common@^18.0.1 @angular/core@^18.0.1 @angular/forms@^18.0.1 @angular/material@^18.0.0 @angular/router@^18.0.1 @rxap/authentication@^18.0.
|
|
99
|
+
<b>Example :</b><div><pre class="line-numbers"><code class="language-bash">yarn add @angular/animations@^18.0.1 @angular/cdk@^18.0.0 @angular/common@^18.0.1 @angular/core@^18.0.1 @angular/forms@^18.0.1 @angular/material@^18.0.0 @angular/router@^18.0.1 @rxap/authentication@^18.0.3-dev.0 @rxap/authorization@^18.0.3-dev.0 @rxap/browser-utilities@^1.1.4-dev.0 @rxap/config@^18.1.1-dev.0 @rxap/data-source@^18.1.1-dev.0 @rxap/directives@^18.0.3-dev.0 @rxap/environment@^18.0.3-dev.0 @rxap/icon@^18.0.3-dev.0 @rxap/material-directives@^18.0.3-dev.0 @rxap/ngx-changelog@^18.0.3-dev.0 @rxap/ngx-localize@^18.0.3-dev.0 @rxap/ngx-status-check@^18.0.3-dev.0 @rxap/ngx-theme@^18.0.3-dev.0 @rxap/ngx-user@^18.0.3-dev.0 @rxap/services@^18.0.3-dev.0 @rxap/utilities@^16.2.4-dev.0 rxjs@^7.8.1 </code></pre></div><p><strong>Execute the init generator:</strong></p>
|
|
100
|
+
<b>Example :</b><div><pre class="line-numbers"><code class="language-bash">yarn nx g @rxap/layout:init</code></pre></div><h1>Generators</h1>
|
|
101
|
+
<h2>init</h2>
|
|
102
|
+
<blockquote>
|
|
103
|
+
<p>Initialize the package in the workspace</p>
|
|
104
|
+
</blockquote>
|
|
105
|
+
<b>Example :</b><div><pre class="line-numbers"><code class="language-bash">yarn nx g @rxap/layout:init</code></pre></div>
|
|
99
106
|
|
|
100
107
|
|
|
101
108
|
|