@rxap/layout 18.0.3-dev.0 → 18.1.0-dev.0
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 +16 -0
- package/README.md +280 -1
- package/compodoc/changelog.html +13 -0
- package/compodoc/components/AppsButtonComponent.html +185 -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 +11 -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 +183 -1
- package/compodoc/injectables/ExternalAppsService.html +1274 -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 +544 -1
- package/compodoc/miscellaneous/typealiases.html +40 -2
- package/compodoc/miscellaneous/variables.html +100 -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 +18 -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 +8546 -8346
- 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/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 +74 -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 +29 -17
- package/docs/types/ExternalApps.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_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 +38 -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 +97 -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 +73 -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 +9 -1
- package/esm2022/lib/types.mjs +1 -1
- package/fesm2022/rxap-layout.mjs +845 -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 +25 -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 +12 -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 +11 -3
- package/lib/types.d.ts +15 -4
- package/package.json +32 -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
|
@@ -111,6 +111,9 @@
|
|
|
111
111
|
<tr>
|
|
112
112
|
<td class="col-md-4">
|
|
113
113
|
<ul class="index-list">
|
|
114
|
+
<li>
|
|
115
|
+
<a href="#initGenerator" title="src/generators/init/generator.ts" ><b>initGenerator</b> (src/.../generator.ts)</a>
|
|
116
|
+
</li>
|
|
114
117
|
<li>
|
|
115
118
|
<a href="#IsNavigationDividerItem" title="src/lib/navigation/navigation-item.ts" ><b>IsNavigationDividerItem</b> (src/.../navigation-item.ts)</a>
|
|
116
119
|
</li>
|
|
@@ -120,6 +123,30 @@
|
|
|
120
123
|
<li>
|
|
121
124
|
<a href="#IsNavigationItem" title="src/lib/navigation/navigation-item.ts" ><b>IsNavigationItem</b> (src/.../navigation-item.ts)</a>
|
|
122
125
|
</li>
|
|
126
|
+
<li>
|
|
127
|
+
<a href="#provideLayout" title="src/lib/provide.ts" ><b>provideLayout</b> (src/.../provide.ts)</a>
|
|
128
|
+
</li>
|
|
129
|
+
<li>
|
|
130
|
+
<a href="#widthDefaultHeaderComponent" title="src/lib/provide.ts" ><b>widthDefaultHeaderComponent</b> (src/.../provide.ts)</a>
|
|
131
|
+
</li>
|
|
132
|
+
<li>
|
|
133
|
+
<a href="#withFooterComponents" title="src/lib/provide.ts" ><b>withFooterComponents</b> (src/.../provide.ts)</a>
|
|
134
|
+
</li>
|
|
135
|
+
<li>
|
|
136
|
+
<a href="#withHeaderComponents" title="src/lib/provide.ts" ><b>withHeaderComponents</b> (src/.../provide.ts)</a>
|
|
137
|
+
</li>
|
|
138
|
+
<li>
|
|
139
|
+
<a href="#withNavigationConfig" title="src/lib/provide.ts" ><b>withNavigationConfig</b> (src/.../provide.ts)</a>
|
|
140
|
+
</li>
|
|
141
|
+
<li>
|
|
142
|
+
<a href="#withNavigationInserts" title="src/lib/provide.ts" ><b>withNavigationInserts</b> (src/.../provide.ts)</a>
|
|
143
|
+
</li>
|
|
144
|
+
<li>
|
|
145
|
+
<a href="#withReleaseInfoModules" title="src/lib/provide.ts" ><b>withReleaseInfoModules</b> (src/.../provide.ts)</a>
|
|
146
|
+
</li>
|
|
147
|
+
<li>
|
|
148
|
+
<a href="#withSettingsMenuItems" title="src/lib/provide.ts" ><b>withSettingsMenuItems</b> (src/.../provide.ts)</a>
|
|
149
|
+
</li>
|
|
123
150
|
</ul>
|
|
124
151
|
</td>
|
|
125
152
|
</tr>
|
|
@@ -127,7 +154,75 @@
|
|
|
127
154
|
</table>
|
|
128
155
|
</section>
|
|
129
156
|
|
|
130
|
-
<h3>src/
|
|
157
|
+
<h3>src/generators/init/generator.ts</h3>
|
|
158
|
+
<section data-compodoc="block-methods">
|
|
159
|
+
<h3></h3> <table class="table table-sm table-bordered">
|
|
160
|
+
<tbody>
|
|
161
|
+
<tr>
|
|
162
|
+
<td class="col-md-4">
|
|
163
|
+
<a name="initGenerator"></a>
|
|
164
|
+
<span class="name">
|
|
165
|
+
<span ><b>initGenerator</b></span>
|
|
166
|
+
<a href="#initGenerator"><span class="icon ion-ios-link"></span></a>
|
|
167
|
+
</span>
|
|
168
|
+
</td>
|
|
169
|
+
</tr>
|
|
170
|
+
<tr>
|
|
171
|
+
<td class="col-md-4">
|
|
172
|
+
<code>initGenerator(tree: Tree, options: InitGeneratorSchema)</code>
|
|
173
|
+
</td>
|
|
174
|
+
</tr>
|
|
175
|
+
|
|
176
|
+
|
|
177
|
+
|
|
178
|
+
|
|
179
|
+
<tr>
|
|
180
|
+
<td class="col-md-4">
|
|
181
|
+
|
|
182
|
+
<div class="io-description">
|
|
183
|
+
<b>Parameters :</b>
|
|
184
|
+
|
|
185
|
+
<table class="params">
|
|
186
|
+
<thead>
|
|
187
|
+
<tr>
|
|
188
|
+
<td>Name</td>
|
|
189
|
+
<td>Type</td>
|
|
190
|
+
<td>Optional</td>
|
|
191
|
+
</tr>
|
|
192
|
+
</thead>
|
|
193
|
+
<tbody>
|
|
194
|
+
<tr>
|
|
195
|
+
<td>tree</td>
|
|
196
|
+
<td>
|
|
197
|
+
<code>Tree</code>
|
|
198
|
+
</td>
|
|
199
|
+
|
|
200
|
+
<td>
|
|
201
|
+
No
|
|
202
|
+
</td>
|
|
203
|
+
|
|
204
|
+
|
|
205
|
+
</tr>
|
|
206
|
+
<tr>
|
|
207
|
+
<td>options</td>
|
|
208
|
+
<td>
|
|
209
|
+
<code>InitGeneratorSchema</code>
|
|
210
|
+
</td>
|
|
211
|
+
|
|
212
|
+
<td>
|
|
213
|
+
No
|
|
214
|
+
</td>
|
|
215
|
+
|
|
216
|
+
|
|
217
|
+
</tr>
|
|
218
|
+
</tbody>
|
|
219
|
+
</table>
|
|
220
|
+
</div>
|
|
221
|
+
</td>
|
|
222
|
+
</tr>
|
|
223
|
+
</tbody>
|
|
224
|
+
</table>
|
|
225
|
+
</section> <h3>src/lib/navigation/navigation-item.ts</h3>
|
|
131
226
|
<section data-compodoc="block-methods">
|
|
132
227
|
<h3></h3> <table class="table table-sm table-bordered">
|
|
133
228
|
<tbody>
|
|
@@ -304,6 +399,454 @@
|
|
|
304
399
|
<div class="io-description">
|
|
305
400
|
<b>Returns : </b> <code><a href="../interfaces/NavigationItem.html" target="_self" >NavigationItem</a></code>
|
|
306
401
|
|
|
402
|
+
</div>
|
|
403
|
+
<div class="io-description">
|
|
404
|
+
|
|
405
|
+
</div>
|
|
406
|
+
</td>
|
|
407
|
+
</tr>
|
|
408
|
+
</tbody>
|
|
409
|
+
</table>
|
|
410
|
+
</section> <h3>src/lib/provide.ts</h3>
|
|
411
|
+
<section data-compodoc="block-methods">
|
|
412
|
+
<h3></h3> <table class="table table-sm table-bordered">
|
|
413
|
+
<tbody>
|
|
414
|
+
<tr>
|
|
415
|
+
<td class="col-md-4">
|
|
416
|
+
<a name="provideLayout"></a>
|
|
417
|
+
<span class="name">
|
|
418
|
+
<span ><b>provideLayout</b></span>
|
|
419
|
+
<a href="#provideLayout"><span class="icon ion-ios-link"></span></a>
|
|
420
|
+
</span>
|
|
421
|
+
</td>
|
|
422
|
+
</tr>
|
|
423
|
+
<tr>
|
|
424
|
+
<td class="col-md-4">
|
|
425
|
+
<code>provideLayout(...additionalProviders: undefined)</code>
|
|
426
|
+
</td>
|
|
427
|
+
</tr>
|
|
428
|
+
|
|
429
|
+
|
|
430
|
+
|
|
431
|
+
|
|
432
|
+
<tr>
|
|
433
|
+
<td class="col-md-4">
|
|
434
|
+
|
|
435
|
+
<div class="io-description">
|
|
436
|
+
<b>Parameters :</b>
|
|
437
|
+
|
|
438
|
+
<table class="params">
|
|
439
|
+
<thead>
|
|
440
|
+
<tr>
|
|
441
|
+
<td>Name</td>
|
|
442
|
+
<td>Optional</td>
|
|
443
|
+
</tr>
|
|
444
|
+
</thead>
|
|
445
|
+
<tbody>
|
|
446
|
+
<tr>
|
|
447
|
+
<td>additionalProviders</td>
|
|
448
|
+
|
|
449
|
+
<td>
|
|
450
|
+
No
|
|
451
|
+
</td>
|
|
452
|
+
|
|
453
|
+
|
|
454
|
+
</tr>
|
|
455
|
+
</tbody>
|
|
456
|
+
</table>
|
|
457
|
+
</div>
|
|
458
|
+
<div class="io-description">
|
|
459
|
+
<b>Returns : </b> <code>Provider[]</code>
|
|
460
|
+
|
|
461
|
+
</div>
|
|
462
|
+
<div class="io-description">
|
|
463
|
+
|
|
464
|
+
</div>
|
|
465
|
+
</td>
|
|
466
|
+
</tr>
|
|
467
|
+
</tbody>
|
|
468
|
+
</table>
|
|
469
|
+
<table class="table table-sm table-bordered">
|
|
470
|
+
<tbody>
|
|
471
|
+
<tr>
|
|
472
|
+
<td class="col-md-4">
|
|
473
|
+
<a name="widthDefaultHeaderComponent"></a>
|
|
474
|
+
<span class="name">
|
|
475
|
+
<span ><b>widthDefaultHeaderComponent</b></span>
|
|
476
|
+
<a href="#widthDefaultHeaderComponent"><span class="icon ion-ios-link"></span></a>
|
|
477
|
+
</span>
|
|
478
|
+
</td>
|
|
479
|
+
</tr>
|
|
480
|
+
<tr>
|
|
481
|
+
<td class="col-md-4">
|
|
482
|
+
<code>widthDefaultHeaderComponent()</code>
|
|
483
|
+
</td>
|
|
484
|
+
</tr>
|
|
485
|
+
|
|
486
|
+
|
|
487
|
+
|
|
488
|
+
|
|
489
|
+
<tr>
|
|
490
|
+
<td class="col-md-4">
|
|
491
|
+
|
|
492
|
+
<div class="io-description">
|
|
493
|
+
<b>Returns : </b> <code>Provider</code>
|
|
494
|
+
|
|
495
|
+
</div>
|
|
496
|
+
</td>
|
|
497
|
+
</tr>
|
|
498
|
+
</tbody>
|
|
499
|
+
</table>
|
|
500
|
+
<table class="table table-sm table-bordered">
|
|
501
|
+
<tbody>
|
|
502
|
+
<tr>
|
|
503
|
+
<td class="col-md-4">
|
|
504
|
+
<a name="withFooterComponents"></a>
|
|
505
|
+
<span class="name">
|
|
506
|
+
<span ><b>withFooterComponents</b></span>
|
|
507
|
+
<a href="#withFooterComponents"><span class="icon ion-ios-link"></span></a>
|
|
508
|
+
</span>
|
|
509
|
+
</td>
|
|
510
|
+
</tr>
|
|
511
|
+
<tr>
|
|
512
|
+
<td class="col-md-4">
|
|
513
|
+
<code>withFooterComponents(components: Array)</code>
|
|
514
|
+
</td>
|
|
515
|
+
</tr>
|
|
516
|
+
|
|
517
|
+
|
|
518
|
+
|
|
519
|
+
|
|
520
|
+
<tr>
|
|
521
|
+
<td class="col-md-4">
|
|
522
|
+
|
|
523
|
+
<div class="io-description">
|
|
524
|
+
<b>Parameters :</b>
|
|
525
|
+
|
|
526
|
+
<table class="params">
|
|
527
|
+
<thead>
|
|
528
|
+
<tr>
|
|
529
|
+
<td>Name</td>
|
|
530
|
+
<td>Type</td>
|
|
531
|
+
<td>Optional</td>
|
|
532
|
+
</tr>
|
|
533
|
+
</thead>
|
|
534
|
+
<tbody>
|
|
535
|
+
<tr>
|
|
536
|
+
<td>components</td>
|
|
537
|
+
<td>
|
|
538
|
+
<code>Array</code>
|
|
539
|
+
</td>
|
|
540
|
+
|
|
541
|
+
<td>
|
|
542
|
+
No
|
|
543
|
+
</td>
|
|
544
|
+
|
|
545
|
+
|
|
546
|
+
</tr>
|
|
547
|
+
</tbody>
|
|
548
|
+
</table>
|
|
549
|
+
</div>
|
|
550
|
+
<div class="io-description">
|
|
551
|
+
<b>Returns : </b> <code>Provider[]</code>
|
|
552
|
+
|
|
553
|
+
</div>
|
|
554
|
+
<div class="io-description">
|
|
555
|
+
|
|
556
|
+
</div>
|
|
557
|
+
</td>
|
|
558
|
+
</tr>
|
|
559
|
+
</tbody>
|
|
560
|
+
</table>
|
|
561
|
+
<table class="table table-sm table-bordered">
|
|
562
|
+
<tbody>
|
|
563
|
+
<tr>
|
|
564
|
+
<td class="col-md-4">
|
|
565
|
+
<a name="withHeaderComponents"></a>
|
|
566
|
+
<span class="name">
|
|
567
|
+
<span ><b>withHeaderComponents</b></span>
|
|
568
|
+
<a href="#withHeaderComponents"><span class="icon ion-ios-link"></span></a>
|
|
569
|
+
</span>
|
|
570
|
+
</td>
|
|
571
|
+
</tr>
|
|
572
|
+
<tr>
|
|
573
|
+
<td class="col-md-4">
|
|
574
|
+
<code>withHeaderComponents(components: Array)</code>
|
|
575
|
+
</td>
|
|
576
|
+
</tr>
|
|
577
|
+
|
|
578
|
+
|
|
579
|
+
|
|
580
|
+
|
|
581
|
+
<tr>
|
|
582
|
+
<td class="col-md-4">
|
|
583
|
+
|
|
584
|
+
<div class="io-description">
|
|
585
|
+
<b>Parameters :</b>
|
|
586
|
+
|
|
587
|
+
<table class="params">
|
|
588
|
+
<thead>
|
|
589
|
+
<tr>
|
|
590
|
+
<td>Name</td>
|
|
591
|
+
<td>Type</td>
|
|
592
|
+
<td>Optional</td>
|
|
593
|
+
</tr>
|
|
594
|
+
</thead>
|
|
595
|
+
<tbody>
|
|
596
|
+
<tr>
|
|
597
|
+
<td>components</td>
|
|
598
|
+
<td>
|
|
599
|
+
<code>Array</code>
|
|
600
|
+
</td>
|
|
601
|
+
|
|
602
|
+
<td>
|
|
603
|
+
No
|
|
604
|
+
</td>
|
|
605
|
+
|
|
606
|
+
|
|
607
|
+
</tr>
|
|
608
|
+
</tbody>
|
|
609
|
+
</table>
|
|
610
|
+
</div>
|
|
611
|
+
<div class="io-description">
|
|
612
|
+
<b>Returns : </b> <code>Provider[]</code>
|
|
613
|
+
|
|
614
|
+
</div>
|
|
615
|
+
<div class="io-description">
|
|
616
|
+
|
|
617
|
+
</div>
|
|
618
|
+
</td>
|
|
619
|
+
</tr>
|
|
620
|
+
</tbody>
|
|
621
|
+
</table>
|
|
622
|
+
<table class="table table-sm table-bordered">
|
|
623
|
+
<tbody>
|
|
624
|
+
<tr>
|
|
625
|
+
<td class="col-md-4">
|
|
626
|
+
<a name="withNavigationConfig"></a>
|
|
627
|
+
<span class="name">
|
|
628
|
+
<span ><b>withNavigationConfig</b></span>
|
|
629
|
+
<a href="#withNavigationConfig"><span class="icon ion-ios-link"></span></a>
|
|
630
|
+
</span>
|
|
631
|
+
</td>
|
|
632
|
+
</tr>
|
|
633
|
+
<tr>
|
|
634
|
+
<td class="col-md-4">
|
|
635
|
+
<code>withNavigationConfig(config)</code>
|
|
636
|
+
</td>
|
|
637
|
+
</tr>
|
|
638
|
+
|
|
639
|
+
|
|
640
|
+
|
|
641
|
+
|
|
642
|
+
<tr>
|
|
643
|
+
<td class="col-md-4">
|
|
644
|
+
|
|
645
|
+
<div class="io-description">
|
|
646
|
+
<b>Parameters :</b>
|
|
647
|
+
|
|
648
|
+
<table class="params">
|
|
649
|
+
<thead>
|
|
650
|
+
<tr>
|
|
651
|
+
<td>Name</td>
|
|
652
|
+
<td>Optional</td>
|
|
653
|
+
</tr>
|
|
654
|
+
</thead>
|
|
655
|
+
<tbody>
|
|
656
|
+
<tr>
|
|
657
|
+
<td>config</td>
|
|
658
|
+
|
|
659
|
+
<td>
|
|
660
|
+
No
|
|
661
|
+
</td>
|
|
662
|
+
|
|
663
|
+
|
|
664
|
+
</tr>
|
|
665
|
+
</tbody>
|
|
666
|
+
</table>
|
|
667
|
+
</div>
|
|
668
|
+
<div class="io-description">
|
|
669
|
+
<b>Returns : </b> <code>Provider[]</code>
|
|
670
|
+
|
|
671
|
+
</div>
|
|
672
|
+
<div class="io-description">
|
|
673
|
+
|
|
674
|
+
</div>
|
|
675
|
+
</td>
|
|
676
|
+
</tr>
|
|
677
|
+
</tbody>
|
|
678
|
+
</table>
|
|
679
|
+
<table class="table table-sm table-bordered">
|
|
680
|
+
<tbody>
|
|
681
|
+
<tr>
|
|
682
|
+
<td class="col-md-4">
|
|
683
|
+
<a name="withNavigationInserts"></a>
|
|
684
|
+
<span class="name">
|
|
685
|
+
<span ><b>withNavigationInserts</b></span>
|
|
686
|
+
<a href="#withNavigationInserts"><span class="icon ion-ios-link"></span></a>
|
|
687
|
+
</span>
|
|
688
|
+
</td>
|
|
689
|
+
</tr>
|
|
690
|
+
<tr>
|
|
691
|
+
<td class="col-md-4">
|
|
692
|
+
<code>withNavigationInserts(inserts: Record)</code>
|
|
693
|
+
</td>
|
|
694
|
+
</tr>
|
|
695
|
+
|
|
696
|
+
|
|
697
|
+
|
|
698
|
+
|
|
699
|
+
<tr>
|
|
700
|
+
<td class="col-md-4">
|
|
701
|
+
|
|
702
|
+
<div class="io-description">
|
|
703
|
+
<b>Parameters :</b>
|
|
704
|
+
|
|
705
|
+
<table class="params">
|
|
706
|
+
<thead>
|
|
707
|
+
<tr>
|
|
708
|
+
<td>Name</td>
|
|
709
|
+
<td>Type</td>
|
|
710
|
+
<td>Optional</td>
|
|
711
|
+
</tr>
|
|
712
|
+
</thead>
|
|
713
|
+
<tbody>
|
|
714
|
+
<tr>
|
|
715
|
+
<td>inserts</td>
|
|
716
|
+
<td>
|
|
717
|
+
<code>Record</code>
|
|
718
|
+
</td>
|
|
719
|
+
|
|
720
|
+
<td>
|
|
721
|
+
No
|
|
722
|
+
</td>
|
|
723
|
+
|
|
724
|
+
|
|
725
|
+
</tr>
|
|
726
|
+
</tbody>
|
|
727
|
+
</table>
|
|
728
|
+
</div>
|
|
729
|
+
<div class="io-description">
|
|
730
|
+
<b>Returns : </b> <code>Provider[]</code>
|
|
731
|
+
|
|
732
|
+
</div>
|
|
733
|
+
<div class="io-description">
|
|
734
|
+
|
|
735
|
+
</div>
|
|
736
|
+
</td>
|
|
737
|
+
</tr>
|
|
738
|
+
</tbody>
|
|
739
|
+
</table>
|
|
740
|
+
<table class="table table-sm table-bordered">
|
|
741
|
+
<tbody>
|
|
742
|
+
<tr>
|
|
743
|
+
<td class="col-md-4">
|
|
744
|
+
<a name="withReleaseInfoModules"></a>
|
|
745
|
+
<span class="name">
|
|
746
|
+
<span ><b>withReleaseInfoModules</b></span>
|
|
747
|
+
<a href="#withReleaseInfoModules"><span class="icon ion-ios-link"></span></a>
|
|
748
|
+
</span>
|
|
749
|
+
</td>
|
|
750
|
+
</tr>
|
|
751
|
+
<tr>
|
|
752
|
+
<td class="col-md-4">
|
|
753
|
+
<code>withReleaseInfoModules(...module: undefined)</code>
|
|
754
|
+
</td>
|
|
755
|
+
</tr>
|
|
756
|
+
|
|
757
|
+
|
|
758
|
+
|
|
759
|
+
|
|
760
|
+
<tr>
|
|
761
|
+
<td class="col-md-4">
|
|
762
|
+
|
|
763
|
+
<div class="io-description">
|
|
764
|
+
<b>Parameters :</b>
|
|
765
|
+
|
|
766
|
+
<table class="params">
|
|
767
|
+
<thead>
|
|
768
|
+
<tr>
|
|
769
|
+
<td>Name</td>
|
|
770
|
+
<td>Optional</td>
|
|
771
|
+
</tr>
|
|
772
|
+
</thead>
|
|
773
|
+
<tbody>
|
|
774
|
+
<tr>
|
|
775
|
+
<td>module</td>
|
|
776
|
+
|
|
777
|
+
<td>
|
|
778
|
+
No
|
|
779
|
+
</td>
|
|
780
|
+
|
|
781
|
+
|
|
782
|
+
</tr>
|
|
783
|
+
</tbody>
|
|
784
|
+
</table>
|
|
785
|
+
</div>
|
|
786
|
+
<div class="io-description">
|
|
787
|
+
<b>Returns : </b> <code>Provider[]</code>
|
|
788
|
+
|
|
789
|
+
</div>
|
|
790
|
+
<div class="io-description">
|
|
791
|
+
|
|
792
|
+
</div>
|
|
793
|
+
</td>
|
|
794
|
+
</tr>
|
|
795
|
+
</tbody>
|
|
796
|
+
</table>
|
|
797
|
+
<table class="table table-sm table-bordered">
|
|
798
|
+
<tbody>
|
|
799
|
+
<tr>
|
|
800
|
+
<td class="col-md-4">
|
|
801
|
+
<a name="withSettingsMenuItems"></a>
|
|
802
|
+
<span class="name">
|
|
803
|
+
<span ><b>withSettingsMenuItems</b></span>
|
|
804
|
+
<a href="#withSettingsMenuItems"><span class="icon ion-ios-link"></span></a>
|
|
805
|
+
</span>
|
|
806
|
+
</td>
|
|
807
|
+
</tr>
|
|
808
|
+
<tr>
|
|
809
|
+
<td class="col-md-4">
|
|
810
|
+
<code>withSettingsMenuItems(...items: Array)</code>
|
|
811
|
+
</td>
|
|
812
|
+
</tr>
|
|
813
|
+
|
|
814
|
+
|
|
815
|
+
|
|
816
|
+
|
|
817
|
+
<tr>
|
|
818
|
+
<td class="col-md-4">
|
|
819
|
+
|
|
820
|
+
<div class="io-description">
|
|
821
|
+
<b>Parameters :</b>
|
|
822
|
+
|
|
823
|
+
<table class="params">
|
|
824
|
+
<thead>
|
|
825
|
+
<tr>
|
|
826
|
+
<td>Name</td>
|
|
827
|
+
<td>Type</td>
|
|
828
|
+
<td>Optional</td>
|
|
829
|
+
</tr>
|
|
830
|
+
</thead>
|
|
831
|
+
<tbody>
|
|
832
|
+
<tr>
|
|
833
|
+
<td>items</td>
|
|
834
|
+
<td>
|
|
835
|
+
<code>Array</code>
|
|
836
|
+
</td>
|
|
837
|
+
|
|
838
|
+
<td>
|
|
839
|
+
No
|
|
840
|
+
</td>
|
|
841
|
+
|
|
842
|
+
|
|
843
|
+
</tr>
|
|
844
|
+
</tbody>
|
|
845
|
+
</table>
|
|
846
|
+
</div>
|
|
847
|
+
<div class="io-description">
|
|
848
|
+
<b>Returns : </b> <code>Provider[]</code>
|
|
849
|
+
|
|
307
850
|
</div>
|
|
308
851
|
<div class="io-description">
|
|
309
852
|
|
|
@@ -112,7 +112,10 @@
|
|
|
112
112
|
<td class="col-md-4">
|
|
113
113
|
<ul class="index-list">
|
|
114
114
|
<li>
|
|
115
|
-
<a href="#
|
|
115
|
+
<a href="#ExternalApps" title="src/lib/types.ts" ><b>ExternalApps</b> (src/.../types.ts)</a>
|
|
116
|
+
</li>
|
|
117
|
+
<li>
|
|
118
|
+
<a href="#ExtractUsernameFromProfileFn" title="src/lib/types.ts" ><b>ExtractUsernameFromProfileFn</b> (src/.../types.ts)</a>
|
|
116
119
|
</li>
|
|
117
120
|
<li>
|
|
118
121
|
<a href="#Navigation" title="src/lib/navigation/navigation-item.ts" ><b>Navigation</b> (src/.../navigation-item.ts)</a>
|
|
@@ -120,6 +123,9 @@
|
|
|
120
123
|
<li>
|
|
121
124
|
<a href="#NavigationWithInserts" title="src/lib/navigation/navigation-item.ts" ><b>NavigationWithInserts</b> (src/.../navigation-item.ts)</a>
|
|
122
125
|
</li>
|
|
126
|
+
<li>
|
|
127
|
+
<a href="#SettingsMenuItemComponent" title="src/lib/types.ts" ><b>SettingsMenuItemComponent</b> (src/.../types.ts)</a>
|
|
128
|
+
</li>
|
|
123
129
|
</ul>
|
|
124
130
|
</td>
|
|
125
131
|
</tr>
|
|
@@ -127,8 +133,24 @@
|
|
|
127
133
|
</table>
|
|
128
134
|
</section>
|
|
129
135
|
|
|
130
|
-
<h3>src/lib/
|
|
136
|
+
<h3>src/lib/types.ts</h3>
|
|
131
137
|
<section data-compodoc="block-typealias">
|
|
138
|
+
<table class="table table-sm table-bordered">
|
|
139
|
+
<tbody>
|
|
140
|
+
<tr>
|
|
141
|
+
<td class="col-md-4">
|
|
142
|
+
<a name="ExternalApps"></a>
|
|
143
|
+
<span class="name "><b>ExternalApps</b><a href="#ExternalApps"><span class="icon ion-ios-link"></span></a></span>
|
|
144
|
+
</td>
|
|
145
|
+
</tr>
|
|
146
|
+
<tr>
|
|
147
|
+
<td class="col-md-4">
|
|
148
|
+
<code> <code><a href="../miscellaneous/typealiases.html#Navigation" target="_self" >AppsNavigationConfig</a></code>
|
|
149
|
+
</code>
|
|
150
|
+
</td>
|
|
151
|
+
</tr>
|
|
152
|
+
</tbody>
|
|
153
|
+
</table>
|
|
132
154
|
<table class="table table-sm table-bordered">
|
|
133
155
|
<tbody>
|
|
134
156
|
<tr>
|
|
@@ -140,6 +162,22 @@
|
|
|
140
162
|
<tr>
|
|
141
163
|
<td class="col-md-4">
|
|
142
164
|
<code> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/function" target="_blank" >function</a></code>
|
|
165
|
+
</code>
|
|
166
|
+
</td>
|
|
167
|
+
</tr>
|
|
168
|
+
</tbody>
|
|
169
|
+
</table>
|
|
170
|
+
<table class="table table-sm table-bordered">
|
|
171
|
+
<tbody>
|
|
172
|
+
<tr>
|
|
173
|
+
<td class="col-md-4">
|
|
174
|
+
<a name="SettingsMenuItemComponent"></a>
|
|
175
|
+
<span class="name "><b>SettingsMenuItemComponent</b><a href="#SettingsMenuItemComponent"><span class="icon ion-ios-link"></span></a></span>
|
|
176
|
+
</td>
|
|
177
|
+
</tr>
|
|
178
|
+
<tr>
|
|
179
|
+
<td class="col-md-4">
|
|
180
|
+
<code> <code>ComponentType<></code>
|
|
143
181
|
</code>
|
|
144
182
|
</td>
|
|
145
183
|
</tr>
|