@rxap/layout 19.0.0-dev.1 → 19.0.0-dev.3
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 +8 -0
- package/README.md +1 -1
- package/compodoc/changelog.html +91 -0
- package/compodoc/components/AppsButtonComponent.html +18 -23
- package/compodoc/components/BaseLayoutComponent.html +8 -13
- package/compodoc/components/DefaultHeaderComponent.html +76 -35
- package/compodoc/components/FooterComponent.html +7 -12
- package/compodoc/components/HeaderComponent.html +13 -18
- package/compodoc/components/LayoutComponent.html +29 -72
- package/compodoc/components/MinimalLayoutComponent.html +5 -10
- package/compodoc/components/NavigationComponent.html +31 -36
- package/compodoc/components/NavigationItemComponent.html +52 -51
- package/compodoc/components/NavigationProgressBarComponent.html +9 -14
- package/compodoc/components/ReleaseInfoComponent.html +11 -16
- package/compodoc/components/SettingsButtonComponent.html +64 -53
- package/compodoc/components/SidenavComponent.html +35 -40
- package/compodoc/components/SidenavToggleButtonComponent.html +11 -16
- package/compodoc/components/UserProfileIconComponent.html +18 -20
- package/compodoc/dependencies.html +23 -17
- package/compodoc/index.html +1 -1
- package/compodoc/injectables/DefaultHeaderService.html +585 -0
- package/compodoc/interfaces/NavigationDividerItem.html +1 -1
- package/compodoc/interfaces/NavigationInsertItem.html +1 -1
- package/compodoc/interfaces/NavigationItem.html +3 -3
- package/compodoc/interfaces/NavigationStatus.html +1 -1
- package/compodoc/interfaces/ReleaseInfoModule.html +2 -0
- package/compodoc/interfaces/SettingsMenuItem.html +2 -0
- package/compodoc/js/menu-wc.js +3 -0
- package/compodoc/js/menu-wc_es5.js +2 -2
- package/compodoc/js/search/search_index.js +2 -2
- package/compodoc/miscellaneous/functions.html +387 -6
- package/compodoc/miscellaneous/typealiases.html +19 -0
- package/compodoc/miscellaneous/variables.html +50 -1
- package/compodoc/overview.html +1 -1
- package/compodoc/properties.html +1 -1
- package/docs/assets/navigation.js +1 -1
- package/docs/assets/search.js +1 -1
- package/docs/classes/AppsButtonComponent.html +3 -3
- package/docs/classes/BaseLayoutComponent.html +1 -1
- package/docs/classes/DefaultHeaderComponent.html +5 -2
- package/docs/classes/DefaultHeaderService.html +16 -0
- 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 +2279 -1170
- 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 -0
- 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/modules.html +5 -1
- package/docs/types/DefaultHeaderItemComponent.html +1 -0
- 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 -0
- 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 +35 -36
- package/src/migrations/18.0.0/add-seperate-external-apps-provider/__snapshots__/add-seperate-external-apps-provider.spec.ts.snap +22 -0
- package/src/migrations/18.0.0/add-theme-provider-to-app-config/__snapshots__/add-theme-provider-to-app-config.spec.ts.snap +18 -0
- package/src/migrations/18.0.0/add-user-theme-provider-to-layout-providers/__snapshots__/add-user-theme-provider-to-layout-providers.spec.ts.snap +51 -0
- package/src/migrations/18.0.0/add-with-user-profile-provider/__snapshots__/add-with-user-profile-provider.spec.ts.snap +53 -0
- package/theme.css +425 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
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.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
|
+
|
|
8
|
+
**Note:** Version bump only for package @rxap/layout
|
|
9
|
+
|
|
10
|
+
# [19.0.0-dev.2](https://gitlab.com/rxap/packages/compare/@rxap/layout@19.0.0-dev.1...@rxap/layout@19.0.0-dev.2) (2025-01-03)
|
|
11
|
+
|
|
12
|
+
**Note:** Version bump only for package @rxap/layout
|
|
13
|
+
|
|
6
14
|
# [19.0.0-dev.1](https://gitlab.com/rxap/packages/compare/@rxap/layout@18.3.4-dev.0...@rxap/layout@19.0.0-dev.1) (2024-12-11)
|
|
7
15
|
|
|
8
16
|
**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.9-dev.2 @rxap/config@^19.0.0-dev.2 @rxap/data-source@^19.0.0-dev.2 @rxap/environment@^19.0.0-dev.2 @rxap/material-directives@^19.0.0-dev.2 @rxap/ngx-pub-sub@^19.0.0-dev.2 @rxap/ngx-theme@^19.0.0-dev.2 @rxap/pattern@^1.1.10-dev.2 @rxap/utilities@^16.4.1-dev.2 rxjs@7.8.1
|
|
23
23
|
```
|
|
24
24
|
**Execute the init generator:**
|
|
25
25
|
```bash
|
package/compodoc/changelog.html
CHANGED
|
@@ -85,6 +85,97 @@
|
|
|
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
|
+
<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
|
+
<p><strong>Note:</strong> Version bump only for package @rxap/layout</p>
|
|
90
|
+
<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>
|
|
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@18.3.4-dev.0...@rxap/layout@19.0.0-dev.1">19.0.0-dev.1</a> (2024-12-11)</h1>
|
|
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@18.3.3...@rxap/layout@18.3.4-dev.0">18.3.4-dev.0</a> (2024-12-10)</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@18.3.3-dev.1...@rxap/layout@18.3.3">18.3.3</a> (2024-12-10)</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@18.3.3-dev.0...@rxap/layout@18.3.3-dev.1">18.3.3-dev.1</a> (2024-11-05)</h2>
|
|
99
|
+
<p><strong>Note:</strong> Version bump only for package @rxap/layout</p>
|
|
100
|
+
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@18.3.2...@rxap/layout@18.3.3-dev.0">18.3.3-dev.0</a> (2024-11-04)</h2>
|
|
101
|
+
<p><strong>Note:</strong> Version bump only for package @rxap/layout</p>
|
|
102
|
+
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@18.3.2-dev.3...@rxap/layout@18.3.2">18.3.2</a> (2024-10-28)</h2>
|
|
103
|
+
<p><strong>Note:</strong> Version bump only for package @rxap/layout</p>
|
|
104
|
+
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@18.3.2-dev.2...@rxap/layout@18.3.2-dev.3">18.3.2-dev.3</a> (2024-10-25)</h2>
|
|
105
|
+
<p><strong>Note:</strong> Version bump only for package @rxap/layout</p>
|
|
106
|
+
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@18.3.2-dev.1...@rxap/layout@18.3.2-dev.2">18.3.2-dev.2</a> (2024-10-25)</h2>
|
|
107
|
+
<p><strong>Note:</strong> Version bump only for package @rxap/layout</p>
|
|
108
|
+
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@18.3.2-dev.0...@rxap/layout@18.3.2-dev.1">18.3.2-dev.1</a> (2024-10-04)</h2>
|
|
109
|
+
<p><strong>Note:</strong> Version bump only for package @rxap/layout</p>
|
|
110
|
+
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@18.3.1...@rxap/layout@18.3.2-dev.0">18.3.2-dev.0</a> (2024-09-18)</h2>
|
|
111
|
+
<p><strong>Note:</strong> Version bump only for package @rxap/layout</p>
|
|
112
|
+
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@18.3.1-dev.1...@rxap/layout@18.3.1">18.3.1</a> (2024-09-18)</h2>
|
|
113
|
+
<p><strong>Note:</strong> Version bump only for package @rxap/layout</p>
|
|
114
|
+
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@18.3.1-dev.0...@rxap/layout@18.3.1-dev.1">18.3.1-dev.1</a> (2024-09-09)</h2>
|
|
115
|
+
<p><strong>Note:</strong> Version bump only for package @rxap/layout</p>
|
|
116
|
+
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@18.3.0...@rxap/layout@18.3.1-dev.0">18.3.1-dev.0</a> (2024-08-30)</h2>
|
|
117
|
+
<p><strong>Note:</strong> Version bump only for package @rxap/layout</p>
|
|
118
|
+
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@18.3.0-dev.4...@rxap/layout@18.3.0">18.3.0</a> (2024-08-22)</h1>
|
|
119
|
+
<p><strong>Note:</strong> Version bump only for package @rxap/layout</p>
|
|
120
|
+
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@18.3.0-dev.3...@rxap/layout@18.3.0-dev.4">18.3.0-dev.4</a> (2024-08-22)</h1>
|
|
121
|
+
<p><strong>Note:</strong> Version bump only for package @rxap/layout</p>
|
|
122
|
+
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@18.3.0-dev.2...@rxap/layout@18.3.0-dev.3">18.3.0-dev.3</a> (2024-08-21)</h1>
|
|
123
|
+
<p><strong>Note:</strong> Version bump only for package @rxap/layout</p>
|
|
124
|
+
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@18.3.0-dev.1...@rxap/layout@18.3.0-dev.2">18.3.0-dev.2</a> (2024-08-16)</h1>
|
|
125
|
+
<h3>Features</h3>
|
|
126
|
+
<ul>
|
|
127
|
+
<li>support lazy component imports (<a href="https://gitlab.com/rxap/packages/commit/c308e328bc99f08b34811fbf0ecb91abcdd5a3d0">c308e32</a>)</li>
|
|
128
|
+
</ul>
|
|
129
|
+
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@18.3.0-dev.0...@rxap/layout@18.3.0-dev.1">18.3.0-dev.1</a> (2024-08-15)</h1>
|
|
130
|
+
<p><strong>Note:</strong> Version bump only for package @rxap/layout</p>
|
|
131
|
+
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@18.2.1-dev.2...@rxap/layout@18.3.0-dev.0">18.3.0-dev.0</a> (2024-08-15)</h1>
|
|
132
|
+
<h3>Features</h3>
|
|
133
|
+
<ul>
|
|
134
|
+
<li>support custom header items (<a href="https://gitlab.com/rxap/packages/commit/d25a43064ddde547c95183dab50f28c52a70a35a">d25a430</a>)</li>
|
|
135
|
+
</ul>
|
|
136
|
+
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@18.2.1-dev.1...@rxap/layout@18.2.1-dev.2">18.2.1-dev.2</a> (2024-08-12)</h2>
|
|
137
|
+
<p><strong>Note:</strong> Version bump only for package @rxap/layout</p>
|
|
138
|
+
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@18.2.1-dev.0...@rxap/layout@18.2.1-dev.1">18.2.1-dev.1</a> (2024-08-12)</h2>
|
|
139
|
+
<p><strong>Note:</strong> Version bump only for package @rxap/layout</p>
|
|
140
|
+
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@18.2.0...@rxap/layout@18.2.1-dev.0">18.2.1-dev.0</a> (2024-08-07)</h2>
|
|
141
|
+
<p><strong>Note:</strong> Version bump only for package @rxap/layout</p>
|
|
142
|
+
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@18.2.0-dev.3...@rxap/layout@18.2.0">18.2.0</a> (2024-07-30)</h1>
|
|
143
|
+
<p><strong>Note:</strong> Version bump only for package @rxap/layout</p>
|
|
144
|
+
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@18.2.0-dev.2...@rxap/layout@18.2.0-dev.3">18.2.0-dev.3</a> (2024-07-30)</h1>
|
|
145
|
+
<p><strong>Note:</strong> Version bump only for package @rxap/layout</p>
|
|
146
|
+
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@18.2.0-dev.1...@rxap/layout@18.2.0-dev.2">18.2.0-dev.2</a> (2024-07-25)</h1>
|
|
147
|
+
<p><strong>Note:</strong> Version bump only for package @rxap/layout</p>
|
|
148
|
+
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@18.2.0-dev.0...@rxap/layout@18.2.0-dev.1">18.2.0-dev.1</a> (2024-07-24)</h1>
|
|
149
|
+
<p><strong>Note:</strong> Version bump only for package @rxap/layout</p>
|
|
150
|
+
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@18.1.2-dev.6...@rxap/layout@18.2.0-dev.0">18.2.0-dev.0</a> (2024-07-24)</h1>
|
|
151
|
+
<h3>Features</h3>
|
|
152
|
+
<ul>
|
|
153
|
+
<li>provide ExternalApps as root service (<a href="https://gitlab.com/rxap/packages/commit/be0523923ff3ae759557fbd6fb88ec144ff810fa">be05239</a>)</li>
|
|
154
|
+
</ul>
|
|
155
|
+
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@18.1.2-dev.5...@rxap/layout@18.1.2-dev.6">18.1.2-dev.6</a> (2024-07-09)</h2>
|
|
156
|
+
<h3>Bug Fixes</h3>
|
|
157
|
+
<ul>
|
|
158
|
+
<li>use static pub sub topics (<a href="https://gitlab.com/rxap/packages/commit/780d3f9aae3b272713ad9946e7938f1f13dd91a4">780d3f9</a>)</li>
|
|
159
|
+
</ul>
|
|
160
|
+
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@18.1.2-dev.4...@rxap/layout@18.1.2-dev.5">18.1.2-dev.5</a> (2024-07-03)</h2>
|
|
161
|
+
<p><strong>Note:</strong> Version bump only for package @rxap/layout</p>
|
|
162
|
+
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@18.1.2-dev.3...@rxap/layout@18.1.2-dev.4">18.1.2-dev.4</a> (2024-07-03)</h2>
|
|
163
|
+
<p><strong>Note:</strong> Version bump only for package @rxap/layout</p>
|
|
164
|
+
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@18.1.2-dev.2...@rxap/layout@18.1.2-dev.3">18.1.2-dev.3</a> (2024-07-03)</h2>
|
|
165
|
+
<p><strong>Note:</strong> Version bump only for package @rxap/layout</p>
|
|
166
|
+
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@18.1.2-dev.1...@rxap/layout@18.1.2-dev.2">18.1.2-dev.2</a> (2024-07-03)</h2>
|
|
167
|
+
<p><strong>Note:</strong> Version bump only for package @rxap/layout</p>
|
|
168
|
+
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@18.1.2-dev.0...@rxap/layout@18.1.2-dev.1">18.1.2-dev.1</a> (2024-07-03)</h2>
|
|
169
|
+
<p><strong>Note:</strong> Version bump only for package @rxap/layout</p>
|
|
170
|
+
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@18.1.1...@rxap/layout@18.1.2-dev.0">18.1.2-dev.0</a> (2024-07-02)</h2>
|
|
171
|
+
<h3>Bug Fixes</h3>
|
|
172
|
+
<ul>
|
|
173
|
+
<li>improve support for router link types (<a href="https://gitlab.com/rxap/packages/commit/069f87e3a5b9615111cedca779f6a3c8ee0e13ea">069f87e</a>)</li>
|
|
174
|
+
</ul>
|
|
175
|
+
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@18.1.1-dev.0...@rxap/layout@18.1.1">18.1.1</a> (2024-06-30)</h2>
|
|
176
|
+
<p><strong>Note:</strong> Version bump only for package @rxap/layout</p>
|
|
177
|
+
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@18.1.0...@rxap/layout@18.1.1-dev.0">18.1.1-dev.0</a> (2024-06-30)</h2>
|
|
178
|
+
<p><strong>Note:</strong> Version bump only for package @rxap/layout</p>
|
|
88
179
|
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@18.1.0-dev.3...@rxap/layout@18.1.0">18.1.0</a> (2024-06-28)</h1>
|
|
89
180
|
<p><strong>Note:</strong> Version bump only for package @rxap/layout</p>
|
|
90
181
|
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/layout@18.1.0-dev.2...@rxap/layout@18.1.0-dev.3">18.1.0-dev.3</a> (2024-06-25)</h1>
|
|
@@ -159,10 +159,6 @@
|
|
|
159
159
|
<td class="col-md-9"><code>rxap-apps-button</code></td>
|
|
160
160
|
</tr>
|
|
161
161
|
|
|
162
|
-
<tr>
|
|
163
|
-
<td class="col-md-3">standalone</td>
|
|
164
|
-
<td class="col-md-9"><code>true</code></td>
|
|
165
|
-
</tr>
|
|
166
162
|
|
|
167
163
|
<tr>
|
|
168
164
|
<td class="col-md-3">imports</td>
|
|
@@ -287,8 +283,8 @@
|
|
|
287
283
|
|
|
288
284
|
<tr>
|
|
289
285
|
<td class="col-md-4">
|
|
290
|
-
<div class="io-line">Defined in <a href="" data-line="
|
|
291
|
-
class="link-to-prism">src/lib/default-header/apps-button/apps-button.component.ts:
|
|
286
|
+
<div class="io-line">Defined in <a href="" data-line="45"
|
|
287
|
+
class="link-to-prism">src/lib/default-header/apps-button/apps-button.component.ts:45</a></div>
|
|
292
288
|
</td>
|
|
293
289
|
</tr>
|
|
294
290
|
|
|
@@ -330,7 +326,7 @@
|
|
|
330
326
|
</tr>
|
|
331
327
|
<tr>
|
|
332
328
|
<td class="col-md-4">
|
|
333
|
-
<div class="io-line">Defined in <a href="" data-line="
|
|
329
|
+
<div class="io-line">Defined in <a href="" data-line="42" class="link-to-prism">src/lib/default-header/apps-button/apps-button.component.ts:42</a></div>
|
|
334
330
|
</td>
|
|
335
331
|
</tr>
|
|
336
332
|
|
|
@@ -357,7 +353,7 @@
|
|
|
357
353
|
</tr>
|
|
358
354
|
<tr>
|
|
359
355
|
<td class="col-md-4">
|
|
360
|
-
<div class="io-line">Defined in <a href="" data-line="
|
|
356
|
+
<div class="io-line">Defined in <a href="" data-line="43" class="link-to-prism">src/lib/default-header/apps-button/apps-button.component.ts:43</a></div>
|
|
361
357
|
</td>
|
|
362
358
|
</tr>
|
|
363
359
|
|
|
@@ -384,7 +380,7 @@
|
|
|
384
380
|
</tr>
|
|
385
381
|
<tr>
|
|
386
382
|
<td class="col-md-4">
|
|
387
|
-
<div class="io-line">Defined in <a href="" data-line="
|
|
383
|
+
<div class="io-line">Defined in <a href="" data-line="39" class="link-to-prism">src/lib/default-header/apps-button/apps-button.component.ts:39</a></div>
|
|
388
384
|
</td>
|
|
389
385
|
</tr>
|
|
390
386
|
|
|
@@ -423,20 +419,19 @@ import { IconDirective } from '@rxap/material-directives/icon';
|
|
|
423
419
|
import { ExternalAppsService } from '../../external-apps.service';
|
|
424
420
|
|
|
425
421
|
@Component({
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
],
|
|
422
|
+
selector: 'rxap-apps-button',
|
|
423
|
+
templateUrl: './apps-button.component.html',
|
|
424
|
+
styleUrls: ['./apps-button.component.scss'],
|
|
425
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
426
|
+
imports: [
|
|
427
|
+
NgOptimizedImage,
|
|
428
|
+
MatButton,
|
|
429
|
+
RouterLink,
|
|
430
|
+
MatAnchor,
|
|
431
|
+
MatIconButton,
|
|
432
|
+
MatIcon,
|
|
433
|
+
IconDirective,
|
|
434
|
+
]
|
|
440
435
|
})
|
|
441
436
|
export class AppsButtonComponent implements OnInit {
|
|
442
437
|
/**
|
|
@@ -149,10 +149,6 @@
|
|
|
149
149
|
<td class="col-md-9"><code>rxap-base-layout</code></td>
|
|
150
150
|
</tr>
|
|
151
151
|
|
|
152
|
-
<tr>
|
|
153
|
-
<td class="col-md-3">standalone</td>
|
|
154
|
-
<td class="col-md-9"><code>true</code></td>
|
|
155
|
-
</tr>
|
|
156
152
|
|
|
157
153
|
<tr>
|
|
158
154
|
<td class="col-md-3">imports</td>
|
|
@@ -205,15 +201,14 @@ import { FooterComponent } from '../footer/footer.component';
|
|
|
205
201
|
import { HeaderComponent } from '../header/header.component';
|
|
206
202
|
|
|
207
203
|
@Component({
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
204
|
+
selector: 'rxap-base-layout',
|
|
205
|
+
imports: [
|
|
206
|
+
HeaderComponent,
|
|
207
|
+
FooterComponent,
|
|
208
|
+
],
|
|
209
|
+
templateUrl: './base-layout.component.html',
|
|
210
|
+
styleUrl: './base-layout.component.scss',
|
|
211
|
+
changeDetection: ChangeDetectionStrategy.OnPush
|
|
217
212
|
})
|
|
218
213
|
export class BaseLayoutComponent {}
|
|
219
214
|
</code></pre>
|
|
@@ -153,10 +153,6 @@
|
|
|
153
153
|
<td class="col-md-9"><code>rxap-default-header</code></td>
|
|
154
154
|
</tr>
|
|
155
155
|
|
|
156
|
-
<tr>
|
|
157
|
-
<td class="col-md-3">standalone</td>
|
|
158
|
-
<td class="col-md-9"><code>true</code></td>
|
|
159
|
-
</tr>
|
|
160
156
|
|
|
161
157
|
<tr>
|
|
162
158
|
<td class="col-md-3">imports</td>
|
|
@@ -165,6 +161,8 @@
|
|
|
165
161
|
<code><a href="../components/SettingsButtonComponent.html" target="_self" >SettingsButtonComponent</a></code>
|
|
166
162
|
<code><a href="../components/SidenavToggleButtonComponent.html" target="_self" >SidenavToggleButtonComponent</a></code>
|
|
167
163
|
<code><a href="../components/UserProfileIconComponent.html" target="_self" >UserProfileIconComponent</a></code>
|
|
164
|
+
<code>MatToolbarRow</code>
|
|
165
|
+
<code>CdkPortalOutlet</code>
|
|
168
166
|
</td>
|
|
169
167
|
</tr>
|
|
170
168
|
|
|
@@ -211,13 +209,18 @@
|
|
|
211
209
|
<li>
|
|
212
210
|
<span class="modifier">Public</span>
|
|
213
211
|
<span class="modifier">Readonly</span>
|
|
214
|
-
<a href="#
|
|
212
|
+
<a href="#hasPortals" >hasPortals</a>
|
|
215
213
|
</li>
|
|
216
214
|
<li>
|
|
217
215
|
<span class="modifier">Public</span>
|
|
218
216
|
<span class="modifier">Readonly</span>
|
|
219
217
|
<a href="#opened" >opened</a>
|
|
220
218
|
</li>
|
|
219
|
+
<li>
|
|
220
|
+
<span class="modifier">Public</span>
|
|
221
|
+
<span class="modifier">Readonly</span>
|
|
222
|
+
<a href="#portals" >portals</a>
|
|
223
|
+
</li>
|
|
221
224
|
<li>
|
|
222
225
|
<span class="modifier">Public</span>
|
|
223
226
|
<span class="modifier">Readonly</span>
|
|
@@ -267,7 +270,7 @@
|
|
|
267
270
|
</tr>
|
|
268
271
|
<tr>
|
|
269
272
|
<td class="col-md-4">
|
|
270
|
-
<div class="io-line">Defined in <a href="" data-line="
|
|
273
|
+
<div class="io-line">Defined in <a href="" data-line="40" class="link-to-prism">src/lib/default-header/default-header.component.ts:40</a></div>
|
|
271
274
|
</td>
|
|
272
275
|
</tr>
|
|
273
276
|
|
|
@@ -278,23 +281,23 @@
|
|
|
278
281
|
<tbody>
|
|
279
282
|
<tr>
|
|
280
283
|
<td class="col-md-4">
|
|
281
|
-
<a name="
|
|
284
|
+
<a name="hasPortals"></a>
|
|
282
285
|
<span class="name">
|
|
283
286
|
<span class="modifier">Public</span>
|
|
284
287
|
<span class="modifier">Readonly</span>
|
|
285
|
-
<span ><b>
|
|
286
|
-
<a href="#
|
|
288
|
+
<span ><b>hasPortals</b></span>
|
|
289
|
+
<a href="#hasPortals"><span class="icon ion-ios-link"></span></a>
|
|
287
290
|
</span>
|
|
288
291
|
</td>
|
|
289
292
|
</tr>
|
|
290
293
|
<tr>
|
|
291
294
|
<td class="col-md-4">
|
|
292
|
-
<i>Default value : </i><code>
|
|
295
|
+
<i>Default value : </i><code>computed(() => this.portals().length > 0)</code>
|
|
293
296
|
</td>
|
|
294
297
|
</tr>
|
|
295
298
|
<tr>
|
|
296
299
|
<td class="col-md-4">
|
|
297
|
-
<div class="io-line">Defined in <a href="" data-line="
|
|
300
|
+
<div class="io-line">Defined in <a href="" data-line="47" class="link-to-prism">src/lib/default-header/default-header.component.ts:47</a></div>
|
|
298
301
|
</td>
|
|
299
302
|
</tr>
|
|
300
303
|
|
|
@@ -321,7 +324,34 @@
|
|
|
321
324
|
</tr>
|
|
322
325
|
<tr>
|
|
323
326
|
<td class="col-md-4">
|
|
324
|
-
<div class="io-line">Defined in <a href="" data-line="
|
|
327
|
+
<div class="io-line">Defined in <a href="" data-line="41" class="link-to-prism">src/lib/default-header/default-header.component.ts:41</a></div>
|
|
328
|
+
</td>
|
|
329
|
+
</tr>
|
|
330
|
+
|
|
331
|
+
|
|
332
|
+
</tbody>
|
|
333
|
+
</table>
|
|
334
|
+
<table class="table table-sm table-bordered">
|
|
335
|
+
<tbody>
|
|
336
|
+
<tr>
|
|
337
|
+
<td class="col-md-4">
|
|
338
|
+
<a name="portals"></a>
|
|
339
|
+
<span class="name">
|
|
340
|
+
<span class="modifier">Public</span>
|
|
341
|
+
<span class="modifier">Readonly</span>
|
|
342
|
+
<span ><b>portals</b></span>
|
|
343
|
+
<a href="#portals"><span class="icon ion-ios-link"></span></a>
|
|
344
|
+
</span>
|
|
345
|
+
</td>
|
|
346
|
+
</tr>
|
|
347
|
+
<tr>
|
|
348
|
+
<td class="col-md-4">
|
|
349
|
+
<i>Default value : </i><code>computed(() => this.defaultHeaderService.portals())</code>
|
|
350
|
+
</td>
|
|
351
|
+
</tr>
|
|
352
|
+
<tr>
|
|
353
|
+
<td class="col-md-4">
|
|
354
|
+
<div class="io-line">Defined in <a href="" data-line="46" class="link-to-prism">src/lib/default-header/default-header.component.ts:46</a></div>
|
|
325
355
|
</td>
|
|
326
356
|
</tr>
|
|
327
357
|
|
|
@@ -343,12 +373,12 @@
|
|
|
343
373
|
</tr>
|
|
344
374
|
<tr>
|
|
345
375
|
<td class="col-md-4">
|
|
346
|
-
<i>Default value : </i><code>toSignal(
|
|
376
|
+
<i>Default value : </i><code>toSignal(inject(RXAP_USER_PROFILE_DATA_SOURCE).connect('user-profile'), { initialValue: null })</code>
|
|
347
377
|
</td>
|
|
348
378
|
</tr>
|
|
349
379
|
<tr>
|
|
350
380
|
<td class="col-md-4">
|
|
351
|
-
<div class="io-line">Defined in <a href="" data-line="
|
|
381
|
+
<div class="io-line">Defined in <a href="" data-line="42" class="link-to-prism">src/lib/default-header/default-header.component.ts:42</a></div>
|
|
352
382
|
</td>
|
|
353
383
|
</tr>
|
|
354
384
|
|
|
@@ -361,45 +391,53 @@
|
|
|
361
391
|
|
|
362
392
|
|
|
363
393
|
<div class="tab-pane fade tab-source-code" id="source">
|
|
364
|
-
<pre class="line-numbers compodoc-sourcecode"><code class="language-typescript">import {
|
|
394
|
+
<pre class="line-numbers compodoc-sourcecode"><code class="language-typescript">import { CdkPortalOutlet } from '@angular/cdk/portal';
|
|
395
|
+
import {
|
|
365
396
|
ChangeDetectionStrategy,
|
|
366
397
|
Component,
|
|
367
398
|
computed,
|
|
368
399
|
inject,
|
|
369
400
|
} from '@angular/core';
|
|
370
401
|
import { toSignal } from '@angular/core/rxjs-interop';
|
|
402
|
+
import { MatToolbarRow } from '@angular/material/toolbar';
|
|
403
|
+
import { HeaderService } from '../header.service';
|
|
371
404
|
import { LayoutService } from '../layout.service';
|
|
372
|
-
import {
|
|
405
|
+
import { RXAP_USER_PROFILE_DATA_SOURCE } from '../tokens';
|
|
373
406
|
import { AppsButtonComponent } from './apps-button/apps-button.component';
|
|
407
|
+
import { DefaultHeaderService } from './default-header.service';
|
|
374
408
|
import { SettingsButtonComponent } from './settings-button/settings-button.component';
|
|
375
409
|
import { SidenavToggleButtonComponent } from './sidenav-toggle-button/sidenav-toggle-button.component';
|
|
376
410
|
import { UserProfileIconComponent } from './user-profile-icon/user-profile-icon.component';
|
|
377
411
|
|
|
378
412
|
@Component({
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
413
|
+
selector: 'rxap-default-header',
|
|
414
|
+
imports: [
|
|
415
|
+
AppsButtonComponent,
|
|
416
|
+
SettingsButtonComponent,
|
|
417
|
+
SidenavToggleButtonComponent,
|
|
418
|
+
UserProfileIconComponent,
|
|
419
|
+
MatToolbarRow,
|
|
420
|
+
CdkPortalOutlet,
|
|
421
|
+
],
|
|
422
|
+
host: {
|
|
423
|
+
'class': 'grow',
|
|
424
|
+
},
|
|
425
|
+
templateUrl: './default-header.component.html',
|
|
426
|
+
styleUrl: './default-header.component.scss',
|
|
427
|
+
changeDetection: ChangeDetectionStrategy.OnPush
|
|
393
428
|
})
|
|
394
429
|
export class DefaultHeaderComponent {
|
|
395
430
|
|
|
396
|
-
|
|
431
|
+
private readonly layoutComponentService = inject(LayoutService);
|
|
397
432
|
|
|
398
433
|
public readonly collapsable = computed(() => this.layoutComponentService.collapsable());
|
|
399
434
|
public readonly opened = computed(() => this.layoutComponentService.opened());
|
|
435
|
+
public readonly profile = toSignal(inject(RXAP_USER_PROFILE_DATA_SOURCE).connect('user-profile'), { initialValue: null });
|
|
436
|
+
|
|
437
|
+
private readonly defaultHeaderService = inject(DefaultHeaderService);
|
|
400
438
|
|
|
401
|
-
|
|
402
|
-
public readonly
|
|
439
|
+
public readonly portals = computed(() => this.defaultHeaderService.portals());
|
|
440
|
+
public readonly hasPortals = computed(() => this.portals().length > 0);
|
|
403
441
|
|
|
404
442
|
}
|
|
405
443
|
</code></pre>
|
|
@@ -410,7 +448,10 @@ export class DefaultHeaderComponent {
|
|
|
410
448
|
@if (!collapsable()) {
|
|
411
449
|
<rxap-sidenav-toggle-button></rxap-sidenav-toggle-button>
|
|
412
450
|
}
|
|
413
|
-
<div class="grow">
|
|
451
|
+
<div class="grow flex flex-row gap-x-4 items-center">
|
|
452
|
+
@for (portal of portals(); track portal) {
|
|
453
|
+
<ng-template [cdkPortalOutlet]="portal"></ng-template>
|
|
454
|
+
}
|
|
414
455
|
<ng-content></ng-content>
|
|
415
456
|
</div>
|
|
416
457
|
<rxap-apps-button class="grow-0"></rxap-apps-button>
|
|
@@ -448,7 +489,7 @@ export class DefaultHeaderComponent {
|
|
|
448
489
|
<script src="../js/libs/htmlparser.js"></script>
|
|
449
490
|
<script src="../js/libs/deep-iterator.js"></script>
|
|
450
491
|
<script>
|
|
451
|
-
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"> <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>'
|
|
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>'
|
|
452
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'}];
|
|
453
494
|
var DIRECTIVES = [{'name': 'FooterDirective', 'selector': '[rxapFooter]'},{'name': 'HeaderDirective', 'selector': '[rxapHeader]'},{'name': 'SidenavFooterDirective', 'selector': '[rxapSidenavFooter]'},{'name': 'SidenavHeaderDirective', 'selector': '[rxapSidenavHeader]'}];
|
|
454
495
|
var ACTUAL_COMPONENT = {'name': 'DefaultHeaderComponent'};
|
|
@@ -153,10 +153,6 @@
|
|
|
153
153
|
<td class="col-md-9"><code>rxap-footer</code></td>
|
|
154
154
|
</tr>
|
|
155
155
|
|
|
156
|
-
<tr>
|
|
157
|
-
<td class="col-md-3">standalone</td>
|
|
158
|
-
<td class="col-md-9"><code>true</code></td>
|
|
159
|
-
</tr>
|
|
160
156
|
|
|
161
157
|
<tr>
|
|
162
158
|
<td class="col-md-3">imports</td>
|
|
@@ -255,7 +251,7 @@
|
|
|
255
251
|
</tr>
|
|
256
252
|
<tr>
|
|
257
253
|
<td class="col-md-4">
|
|
258
|
-
<div class="io-line">Defined in <a href="" data-line="
|
|
254
|
+
<div class="io-line">Defined in <a href="" data-line="23" class="link-to-prism">src/lib/footer/footer.component.ts:23</a></div>
|
|
259
255
|
</td>
|
|
260
256
|
</tr>
|
|
261
257
|
|
|
@@ -282,7 +278,7 @@
|
|
|
282
278
|
</tr>
|
|
283
279
|
<tr>
|
|
284
280
|
<td class="col-md-4">
|
|
285
|
-
<div class="io-line">Defined in <a href="" data-line="
|
|
281
|
+
<div class="io-line">Defined in <a href="" data-line="22" class="link-to-prism">src/lib/footer/footer.component.ts:22</a></div>
|
|
286
282
|
</td>
|
|
287
283
|
</tr>
|
|
288
284
|
|
|
@@ -306,12 +302,11 @@ import { MatToolbarModule } from '@angular/material/toolbar';
|
|
|
306
302
|
import { FooterService } from '../footer.service';
|
|
307
303
|
|
|
308
304
|
@Component({
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
imports: [ MatToolbarModule, PortalModule ],
|
|
305
|
+
selector: 'rxap-footer',
|
|
306
|
+
templateUrl: './footer.component.html',
|
|
307
|
+
styleUrls: ['./footer.component.scss'],
|
|
308
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
309
|
+
imports: [MatToolbarModule, PortalModule]
|
|
315
310
|
})
|
|
316
311
|
export class FooterComponent {
|
|
317
312
|
|
|
@@ -153,10 +153,6 @@
|
|
|
153
153
|
<td class="col-md-9"><code>rxap-header</code></td>
|
|
154
154
|
</tr>
|
|
155
155
|
|
|
156
|
-
<tr>
|
|
157
|
-
<td class="col-md-3">standalone</td>
|
|
158
|
-
<td class="col-md-9"><code>true</code></td>
|
|
159
|
-
</tr>
|
|
160
156
|
|
|
161
157
|
<tr>
|
|
162
158
|
<td class="col-md-3">imports</td>
|
|
@@ -257,7 +253,7 @@
|
|
|
257
253
|
</tr>
|
|
258
254
|
<tr>
|
|
259
255
|
<td class="col-md-2" colspan="2">
|
|
260
|
-
<div class="io-line">Defined in <a href="" data-line="
|
|
256
|
+
<div class="io-line">Defined in <a href="" data-line="29" class="link-to-prism">src/lib/header/header.component.ts:29</a></div>
|
|
261
257
|
</td>
|
|
262
258
|
</tr>
|
|
263
259
|
</tbody>
|
|
@@ -287,7 +283,7 @@
|
|
|
287
283
|
</tr>
|
|
288
284
|
<tr>
|
|
289
285
|
<td class="col-md-4">
|
|
290
|
-
<div class="io-line">Defined in <a href="" data-line="
|
|
286
|
+
<div class="io-line">Defined in <a href="" data-line="29" class="link-to-prism">src/lib/header/header.component.ts:29</a></div>
|
|
291
287
|
</td>
|
|
292
288
|
</tr>
|
|
293
289
|
|
|
@@ -314,7 +310,7 @@
|
|
|
314
310
|
</tr>
|
|
315
311
|
<tr>
|
|
316
312
|
<td class="col-md-4">
|
|
317
|
-
<div class="io-line">Defined in <a href="" data-line="
|
|
313
|
+
<div class="io-line">Defined in <a href="" data-line="34" class="link-to-prism">src/lib/header/header.component.ts:34</a></div>
|
|
318
314
|
</td>
|
|
319
315
|
</tr>
|
|
320
316
|
|
|
@@ -341,7 +337,7 @@
|
|
|
341
337
|
</tr>
|
|
342
338
|
<tr>
|
|
343
339
|
<td class="col-md-4">
|
|
344
|
-
<div class="io-line">Defined in <a href="" data-line="
|
|
340
|
+
<div class="io-line">Defined in <a href="" data-line="33" class="link-to-prism">src/lib/header/header.component.ts:33</a></div>
|
|
345
341
|
</td>
|
|
346
342
|
</tr>
|
|
347
343
|
|
|
@@ -370,16 +366,15 @@ import {
|
|
|
370
366
|
import { HeaderService } from '../header.service';
|
|
371
367
|
|
|
372
368
|
@Component({
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
],
|
|
369
|
+
selector: 'rxap-header',
|
|
370
|
+
templateUrl: './header.component.html',
|
|
371
|
+
styleUrls: ['./header.component.scss'],
|
|
372
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
373
|
+
imports: [
|
|
374
|
+
MatToolbar,
|
|
375
|
+
MatToolbarRow,
|
|
376
|
+
CdkPortalOutlet,
|
|
377
|
+
]
|
|
383
378
|
})
|
|
384
379
|
export class HeaderComponent {
|
|
385
380
|
|