@rxap/layout 18.0.3-dev.1 → 18.1.0-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 +18 -0
- package/README.md +267 -1
- package/compodoc/changelog.html +16 -0
- package/compodoc/components/AppsButtonComponent.html +197 -153
- package/compodoc/components/BaseLayoutComponent.html +351 -0
- package/compodoc/components/DefaultHeaderComponent.html +545 -0
- package/compodoc/components/FooterComponent.html +58 -79
- package/compodoc/components/HeaderComponent.html +49 -294
- package/compodoc/components/LanguageSelectorComponent.html +6 -54
- package/compodoc/components/LayoutComponent.html +69 -464
- package/compodoc/components/MinimalLayoutComponent.html +349 -0
- package/compodoc/components/NavigationComponent.html +116 -312
- package/compodoc/components/NavigationItemComponent.html +130 -361
- package/compodoc/components/NavigationProgressBarComponent.html +41 -107
- package/compodoc/components/ReleaseInfoComponent.html +536 -0
- package/compodoc/components/SettingsButtonComponent.html +186 -225
- package/compodoc/components/SidenavComponent.html +566 -142
- package/compodoc/components/SidenavToggleButtonComponent.html +71 -91
- package/compodoc/components/SignOutComponent.html +7 -60
- package/compodoc/components/UserProfileIconComponent.html +97 -161
- package/compodoc/dependencies.html +9 -25
- package/compodoc/directives/FooterDirective-1.html +293 -0
- package/compodoc/directives/FooterDirective.html +8 -86
- package/compodoc/directives/HeaderDirective.html +293 -0
- package/compodoc/index.html +177 -2
- package/compodoc/injectables/ExternalAppsService.html +1311 -0
- package/compodoc/injectables/FooterService.html +573 -0
- package/compodoc/injectables/HeaderService.html +576 -0
- package/compodoc/injectables/LayoutService.html +899 -0
- package/compodoc/injectables/LogoService.html +411 -0
- package/compodoc/injectables/NavigationService.html +46 -57
- package/compodoc/interfaces/ReleaseInfoModule.html +385 -0
- package/compodoc/interfaces/SettingsMenuItem.html +385 -0
- package/compodoc/js/menu-wc.js +24 -40
- package/compodoc/js/menu-wc_es5.js +1 -1
- package/compodoc/js/search/search_index.js +2 -2
- package/compodoc/miscellaneous/functions.html +532 -0
- package/compodoc/miscellaneous/typealiases.html +40 -2
- package/compodoc/miscellaneous/variables.html +123 -9
- package/compodoc/overview.html +2 -10
- package/compodoc/properties.html +1 -1
- package/docs/assets/highlight.css +42 -0
- package/docs/assets/navigation.js +1 -1
- package/docs/assets/search.js +1 -1
- package/docs/classes/AppsButtonComponent.html +8 -8
- package/docs/classes/BaseLayoutComponent.html +2 -0
- package/docs/classes/DefaultHeaderComponent.html +7 -0
- package/docs/classes/ExternalAppsService.html +19 -0
- package/docs/classes/FooterComponent.html +5 -3
- package/docs/classes/FooterDirective.html +2 -2
- package/docs/classes/FooterService.html +14 -0
- package/docs/classes/HeaderComponent.html +6 -8
- package/docs/classes/HeaderDirective.html +8 -0
- package/docs/classes/HeaderService.html +14 -0
- package/docs/classes/LayoutComponent.html +4 -12
- 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 +7 -8
- package/docs/classes/NavigationItemComponent.html +6 -9
- package/docs/classes/NavigationProgressBarComponent.html +3 -3
- package/docs/classes/NavigationService.html +3 -3
- package/docs/classes/ReleaseInfoComponent.html +6 -0
- package/docs/classes/SettingsButtonComponent.html +6 -11
- package/docs/classes/SidenavComponent.html +17 -5
- package/docs/classes/SidenavFooterDirective.html +2 -2
- package/docs/classes/SidenavHeaderDirective.html +2 -2
- package/docs/classes/SidenavToggleButtonComponent.html +4 -3
- package/docs/classes/UserProfileIconComponent.html +5 -4
- package/docs/documentation.json +9635 -9292
- package/docs/functions/IsNavigationDividerItem.html +1 -1
- package/docs/functions/IsNavigationInsertItem.html +1 -1
- package/docs/functions/IsNavigationItem.html +1 -1
- package/docs/functions/provideLayout.html +1 -0
- package/docs/functions/widthDefaultHeaderComponent.html +1 -0
- package/docs/functions/withExternalApps.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/index.html +65 -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/interfaces/ReleaseInfoModule.html +4 -0
- package/docs/interfaces/SettingsMenuItem.html +4 -0
- package/docs/modules.html +31 -17
- package/docs/types/ExternalApp.html +1 -0
- 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 -0
- package/docs/variables/EXTRACT_USERNAME_FROM_PROFILE.html +1 -1
- 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 -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 -0
- package/docs/variables/RXAP_SETTINGS_MENU_ITEM.html +1 -0
- package/docs/variables/RXAP_SETTINGS_MENU_ITEM_COMPONENT.html +1 -0
- package/esm2022/index.mjs +35 -40
- package/esm2022/lib/base-layout/base-layout.component.mjs +16 -0
- package/esm2022/lib/default-header/apps-button/apps-button.component.mjs +40 -0
- package/esm2022/lib/default-header/default-header.component.mjs +32 -0
- package/esm2022/lib/default-header/settings-button/settings-button.component.mjs +73 -0
- package/esm2022/lib/default-header/sidenav-toggle-button/sidenav-toggle-button.component.mjs +24 -0
- package/esm2022/lib/default-header/user-profile-icon/user-profile-icon.component.mjs +35 -0
- package/esm2022/lib/external-apps.service.mjs +99 -0
- package/esm2022/lib/footer/footer.component.mjs +13 -13
- package/esm2022/lib/footer/footer.directive.mjs +30 -0
- package/esm2022/lib/footer.service.mjs +58 -0
- package/esm2022/lib/header/header.component.mjs +17 -65
- package/esm2022/lib/header/header.directive.mjs +30 -0
- package/esm2022/lib/header.service.mjs +60 -0
- package/esm2022/lib/layout/layout.component.mjs +33 -47
- package/esm2022/lib/layout.service.mjs +93 -0
- package/esm2022/lib/logo.service.mjs +23 -0
- package/esm2022/lib/minimal-layout/minimal-layout.component.mjs +14 -0
- package/esm2022/lib/navigation/navigation-item/navigation-item.component.mjs +30 -64
- package/esm2022/lib/navigation/navigation.component.mjs +22 -48
- package/esm2022/lib/navigation-progress-bar/navigation-progress-bar.component.mjs +23 -0
- package/esm2022/lib/navigation.service.mjs +141 -0
- package/esm2022/lib/provide.mjs +80 -0
- package/esm2022/lib/release-info/release-info.component.mjs +28 -0
- package/esm2022/lib/sidenav/sidenav.component.mjs +50 -33
- package/esm2022/lib/tokens.mjs +10 -1
- package/esm2022/lib/types.mjs +1 -1
- package/fesm2022/rxap-layout.mjs +856 -833
- package/fesm2022/rxap-layout.mjs.map +1 -1
- package/index.d.ts +18 -19
- package/lib/base-layout/base-layout.component.d.ts +5 -0
- package/lib/default-header/apps-button/apps-button.component.d.ts +15 -0
- package/lib/default-header/default-header.component.d.ts +11 -0
- package/lib/{header → default-header}/settings-button/settings-button.component.d.ts +6 -14
- package/lib/{header → default-header}/sidenav-toggle-button/sidenav-toggle-button.component.d.ts +3 -5
- package/lib/default-header/user-profile-icon/user-profile-icon.component.d.ts +10 -0
- package/lib/external-apps.service.d.ts +26 -0
- package/lib/footer/footer.component.d.ts +3 -3
- package/lib/{footer.directive.d.ts → footer/footer.directive.d.ts} +2 -4
- package/lib/footer.service.d.ts +32 -0
- package/lib/header/header.component.d.ts +6 -12
- package/lib/header/header.directive.d.ts +12 -0
- package/lib/header.service.d.ts +34 -0
- package/lib/layout/layout.component.d.ts +4 -17
- package/lib/layout.service.d.ts +26 -0
- package/lib/logo.service.d.ts +10 -0
- package/lib/minimal-layout/minimal-layout.component.d.ts +5 -0
- package/lib/navigation/navigation-item/navigation-item.component.d.ts +10 -18
- package/lib/navigation/navigation.component.d.ts +10 -15
- package/lib/{header/navigation-progress-bar → navigation-progress-bar}/navigation-progress-bar.component.d.ts +1 -3
- package/lib/{navigation/navigation.service.d.ts → navigation.service.d.ts} +4 -5
- package/lib/provide.d.ts +13 -0
- package/lib/release-info/release-info.component.d.ts +9 -0
- package/lib/sidenav/sidenav.component.d.ts +18 -6
- package/lib/tokens.d.ts +12 -3
- package/lib/types.d.ts +15 -4
- package/package.json +30 -66
- package/theme.css +1 -1
- package/docs/classes/AppUrlService.html +0 -13
- package/docs/classes/AuthenticationServiceMock.html +0 -3
- package/docs/classes/LanguageSelectorComponent.html +0 -3
- package/docs/classes/LayoutComponentService.html +0 -15
- package/docs/classes/ReplaceRouterPathsPipe.html +0 -4
- package/docs/classes/ReplaceRouterPathsService.html +0 -3
- package/docs/classes/ResetButtonComponent.html +0 -3
- package/docs/classes/SidenavComponentService.html +0 -5
- package/docs/classes/SignOutComponent.html +0 -4
- package/docs/classes/ToggleWindowSidenavButtonComponent.html +0 -5
- package/docs/classes/VersionComponent.html +0 -7
- package/docs/classes/WindowContainerSidenavComponent.html +0 -10
- package/docs/interfaces/ExternalApps.html +0 -8
- package/docs/interfaces/LogoConfig.html +0 -4
- package/esm2022/lib/app-url.service.mjs +0 -78
- package/esm2022/lib/authentication.service.mock.mjs +0 -13
- package/esm2022/lib/footer.directive.mjs +0 -40
- package/esm2022/lib/header/apps-button/apps-button.component.mjs +0 -46
- package/esm2022/lib/header/language-selector/language-selector.component.mjs +0 -35
- package/esm2022/lib/header/navigation-progress-bar/navigation-progress-bar.component.mjs +0 -30
- package/esm2022/lib/header/reset-button/reset-button.component.mjs +0 -23
- package/esm2022/lib/header/settings-button/settings-button.component.mjs +0 -87
- package/esm2022/lib/header/sidenav-toggle-button/sidenav-toggle-button.component.mjs +0 -26
- package/esm2022/lib/header/sign-out/sign-out.component.mjs +0 -23
- package/esm2022/lib/header/user-profile-icon/user-profile-icon.component.mjs +0 -45
- package/esm2022/lib/layout/layout.component.service.mjs +0 -77
- package/esm2022/lib/navigation/navigation.service.mjs +0 -145
- package/esm2022/lib/navigation/replace-router-paths.pipe.mjs +0 -22
- package/esm2022/lib/navigation/replace-router-paths.service.mjs +0 -15
- package/esm2022/lib/sidenav/sidenav.component.service.mjs +0 -22
- package/esm2022/lib/sidenav/version/version.component.mjs +0 -28
- package/esm2022/lib/toggle-window-sidenav-button/toggle-window-sidenav-button.component.mjs +0 -30
- package/esm2022/lib/window-container-sidenav/window-container-sidenav.component.mjs +0 -54
- package/lib/app-url.service.d.ts +0 -29
- package/lib/authentication.service.mock.d.ts +0 -6
- package/lib/header/apps-button/apps-button.component.d.ts +0 -16
- package/lib/header/language-selector/language-selector.component.d.ts +0 -8
- package/lib/header/reset-button/reset-button.component.d.ts +0 -8
- package/lib/header/sign-out/sign-out.component.d.ts +0 -9
- package/lib/header/user-profile-icon/user-profile-icon.component.d.ts +0 -15
- package/lib/layout/layout.component.service.d.ts +0 -25
- package/lib/navigation/replace-router-paths.pipe.d.ts +0 -11
- package/lib/navigation/replace-router-paths.service.d.ts +0 -7
- package/lib/sidenav/sidenav.component.service.d.ts +0 -11
- package/lib/sidenav/version/version.component.d.ts +0 -14
- package/lib/toggle-window-sidenav-button/toggle-window-sidenav-button.component.d.ts +0 -9
- package/lib/window-container-sidenav/window-container-sidenav.component.d.ts +0 -17
|
@@ -161,11 +161,8 @@
|
|
|
161
161
|
<tr>
|
|
162
162
|
<td class="col-md-3">imports</td>
|
|
163
163
|
<td class="col-md-9">
|
|
164
|
-
<code>NgIf</code>
|
|
165
164
|
<code>MatToolbarModule</code>
|
|
166
|
-
<code>NgFor</code>
|
|
167
165
|
<code>PortalModule</code>
|
|
168
|
-
<code>AsyncPipe</code>
|
|
169
166
|
</td>
|
|
170
167
|
</tr>
|
|
171
168
|
|
|
@@ -207,7 +204,12 @@
|
|
|
207
204
|
<li>
|
|
208
205
|
<span class="modifier">Public</span>
|
|
209
206
|
<span class="modifier">Readonly</span>
|
|
210
|
-
<a href="#
|
|
207
|
+
<a href="#hasPortals" >hasPortals</a>
|
|
208
|
+
</li>
|
|
209
|
+
<li>
|
|
210
|
+
<span class="modifier">Public</span>
|
|
211
|
+
<span class="modifier">Readonly</span>
|
|
212
|
+
<a href="#portals" >portals</a>
|
|
211
213
|
</li>
|
|
212
214
|
</ul>
|
|
213
215
|
</td>
|
|
@@ -222,54 +224,6 @@
|
|
|
222
224
|
</table>
|
|
223
225
|
</section>
|
|
224
226
|
|
|
225
|
-
<section data-compodoc="block-constructor">
|
|
226
|
-
<h3 id="constructor">Constructor</h3>
|
|
227
|
-
<table class="table table-sm table-bordered">
|
|
228
|
-
<tbody>
|
|
229
|
-
<tr>
|
|
230
|
-
<td class="col-md-4">
|
|
231
|
-
<code>constructor(footerService: FooterService)</code>
|
|
232
|
-
</td>
|
|
233
|
-
</tr>
|
|
234
|
-
<tr>
|
|
235
|
-
<td class="col-md-4">
|
|
236
|
-
<div class="io-line">Defined in <a href="" data-line="22" class="link-to-prism">src/lib/footer/footer.component.ts:22</a></div>
|
|
237
|
-
</td>
|
|
238
|
-
</tr>
|
|
239
|
-
|
|
240
|
-
<tr>
|
|
241
|
-
<td class="col-md-4">
|
|
242
|
-
<div>
|
|
243
|
-
<b>Parameters :</b>
|
|
244
|
-
<table class="params">
|
|
245
|
-
<thead>
|
|
246
|
-
<tr>
|
|
247
|
-
<td>Name</td>
|
|
248
|
-
<td>Type</td>
|
|
249
|
-
<td>Optional</td>
|
|
250
|
-
</tr>
|
|
251
|
-
</thead>
|
|
252
|
-
<tbody>
|
|
253
|
-
<tr>
|
|
254
|
-
<td>footerService</td>
|
|
255
|
-
|
|
256
|
-
<td>
|
|
257
|
-
<code>FooterService</code>
|
|
258
|
-
</td>
|
|
259
|
-
|
|
260
|
-
<td>
|
|
261
|
-
No
|
|
262
|
-
</td>
|
|
263
|
-
|
|
264
|
-
</tr>
|
|
265
|
-
</tbody>
|
|
266
|
-
</table>
|
|
267
|
-
</div>
|
|
268
|
-
</td>
|
|
269
|
-
</tr>
|
|
270
|
-
</tbody>
|
|
271
|
-
</table>
|
|
272
|
-
</section>
|
|
273
227
|
|
|
274
228
|
|
|
275
229
|
|
|
@@ -285,24 +239,50 @@
|
|
|
285
239
|
<tbody>
|
|
286
240
|
<tr>
|
|
287
241
|
<td class="col-md-4">
|
|
288
|
-
<a name="
|
|
242
|
+
<a name="hasPortals"></a>
|
|
289
243
|
<span class="name">
|
|
290
244
|
<span class="modifier">Public</span>
|
|
291
245
|
<span class="modifier">Readonly</span>
|
|
292
|
-
<span ><b>
|
|
293
|
-
<a href="#
|
|
246
|
+
<span ><b>hasPortals</b></span>
|
|
247
|
+
<a href="#hasPortals"><span class="icon ion-ios-link"></span></a>
|
|
294
248
|
</span>
|
|
295
249
|
</td>
|
|
296
250
|
</tr>
|
|
297
251
|
<tr>
|
|
298
252
|
<td class="col-md-4">
|
|
299
|
-
<i>
|
|
253
|
+
<i>Default value : </i><code>computed(() => this.portals().length > 0)</code>
|
|
254
|
+
</td>
|
|
255
|
+
</tr>
|
|
256
|
+
<tr>
|
|
257
|
+
<td class="col-md-4">
|
|
258
|
+
<div class="io-line">Defined in <a href="" data-line="24" class="link-to-prism">src/lib/footer/footer.component.ts:24</a></div>
|
|
259
|
+
</td>
|
|
260
|
+
</tr>
|
|
300
261
|
|
|
262
|
+
|
|
263
|
+
</tbody>
|
|
264
|
+
</table>
|
|
265
|
+
<table class="table table-sm table-bordered">
|
|
266
|
+
<tbody>
|
|
267
|
+
<tr>
|
|
268
|
+
<td class="col-md-4">
|
|
269
|
+
<a name="portals"></a>
|
|
270
|
+
<span class="name">
|
|
271
|
+
<span class="modifier">Public</span>
|
|
272
|
+
<span class="modifier">Readonly</span>
|
|
273
|
+
<span ><b>portals</b></span>
|
|
274
|
+
<a href="#portals"><span class="icon ion-ios-link"></span></a>
|
|
275
|
+
</span>
|
|
276
|
+
</td>
|
|
277
|
+
</tr>
|
|
278
|
+
<tr>
|
|
279
|
+
<td class="col-md-4">
|
|
280
|
+
<i>Default value : </i><code>computed(() => this.footerService.portals())</code>
|
|
301
281
|
</td>
|
|
302
282
|
</tr>
|
|
303
283
|
<tr>
|
|
304
284
|
<td class="col-md-4">
|
|
305
|
-
<div class="io-line">Defined in <a href="" data-line="
|
|
285
|
+
<div class="io-line">Defined in <a href="" data-line="23" class="link-to-prism">src/lib/footer/footer.component.ts:23</a></div>
|
|
306
286
|
</td>
|
|
307
287
|
</tr>
|
|
308
288
|
|
|
@@ -315,18 +295,15 @@
|
|
|
315
295
|
|
|
316
296
|
|
|
317
297
|
<div class="tab-pane fade tab-source-code" id="source">
|
|
318
|
-
<pre class="line-numbers compodoc-sourcecode"><code class="language-typescript">import {
|
|
298
|
+
<pre class="line-numbers compodoc-sourcecode"><code class="language-typescript">import { PortalModule } from '@angular/cdk/portal';
|
|
299
|
+
import {
|
|
319
300
|
ChangeDetectionStrategy,
|
|
320
301
|
Component,
|
|
302
|
+
computed,
|
|
303
|
+
inject,
|
|
321
304
|
} from '@angular/core';
|
|
322
|
-
import { FooterService } from '@rxap/services';
|
|
323
|
-
import { PortalModule } from '@angular/cdk/portal';
|
|
324
305
|
import { MatToolbarModule } from '@angular/material/toolbar';
|
|
325
|
-
import {
|
|
326
|
-
AsyncPipe,
|
|
327
|
-
NgFor,
|
|
328
|
-
NgIf,
|
|
329
|
-
} from '@angular/common';
|
|
306
|
+
import { FooterService } from '../footer.service';
|
|
330
307
|
|
|
331
308
|
@Component({
|
|
332
309
|
selector: 'rxap-footer',
|
|
@@ -334,27 +311,29 @@ import {
|
|
|
334
311
|
styleUrls: [ './footer.component.scss' ],
|
|
335
312
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
336
313
|
standalone: true,
|
|
337
|
-
imports: [
|
|
314
|
+
imports: [ MatToolbarModule, PortalModule ],
|
|
338
315
|
})
|
|
339
316
|
export class FooterComponent {
|
|
340
317
|
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
)
|
|
344
|
-
|
|
318
|
+
private readonly footerService = inject(FooterService);
|
|
319
|
+
|
|
320
|
+
public readonly portals = computed(() => this.footerService.portals());
|
|
321
|
+
public readonly hasPortals = computed(() => this.portals().length > 0);
|
|
345
322
|
|
|
346
323
|
}
|
|
347
324
|
</code></pre>
|
|
348
325
|
</div>
|
|
349
326
|
|
|
350
327
|
<div class="tab-pane fade " id="templateData">
|
|
351
|
-
<pre class="line-numbers"><code class="language-html"
|
|
352
|
-
<mat-toolbar
|
|
353
|
-
|
|
354
|
-
<
|
|
355
|
-
|
|
328
|
+
<pre class="line-numbers"><code class="language-html">@if (hasPortals()) {
|
|
329
|
+
<mat-toolbar class="mat-elevation-z1">
|
|
330
|
+
@for (portal of portals(); track portal) {
|
|
331
|
+
<mat-toolbar-row>
|
|
332
|
+
<ng-template [cdkPortalOutlet]="portal"></ng-template>
|
|
333
|
+
</mat-toolbar-row>
|
|
334
|
+
}
|
|
356
335
|
</mat-toolbar>
|
|
357
|
-
|
|
336
|
+
}
|
|
358
337
|
</code></pre>
|
|
359
338
|
</div>
|
|
360
339
|
|
|
@@ -390,9 +369,9 @@ export class FooterComponent {
|
|
|
390
369
|
<script src="../js/libs/htmlparser.js"></script>
|
|
391
370
|
<script src="../js/libs/deep-iterator.js"></script>
|
|
392
371
|
<script>
|
|
393
|
-
var COMPONENT_TEMPLATE = '<div
|
|
394
|
-
var COMPONENTS = [{'name': 'AppsButtonComponent', 'selector': 'rxap-apps-button'},{'name': '
|
|
395
|
-
var DIRECTIVES = [{'name': 'FooterDirective', 'selector': '[rxapFooter]'},{'name': 'SidenavFooterDirective', 'selector': '[rxapSidenavFooter]'},{'name': 'SidenavHeaderDirective', 'selector': '[rxapSidenavHeader]'}];
|
|
372
|
+
var COMPONENT_TEMPLATE = '<div>@if (hasPortals()) { <mat-toolbar class="mat-elevation-z1"> @for (portal of portals(); track portal) { <mat-toolbar-row> <ng-template [cdkPortalOutlet]="portal"></ng-template> </mat-toolbar-row> } </mat-toolbar>}</div>'
|
|
373
|
+
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'}];
|
|
374
|
+
var DIRECTIVES = [{'name': 'FooterDirective', 'selector': '[rxapFooter]'},{'name': 'HeaderDirective', 'selector': '[rxapHeader]'},{'name': 'SidenavFooterDirective', 'selector': '[rxapSidenavFooter]'},{'name': 'SidenavHeaderDirective', 'selector': '[rxapSidenavHeader]'}];
|
|
396
375
|
var ACTUAL_COMPONENT = {'name': 'FooterComponent'};
|
|
397
376
|
</script>
|
|
398
377
|
<script src="../js/tree.js"></script>
|