@rxap/layout 19.0.4-dev.5 → 19.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 +12 -0
- package/compodoc/changelog.html +10 -0
- package/compodoc/components/AppsButtonComponent.html +33 -1
- package/compodoc/components/DefaultHeaderComponent.html +66 -2
- package/compodoc/components/FooterComponent.html +33 -1
- package/compodoc/components/HeaderComponent.html +33 -1
- package/compodoc/components/LayoutComponent.html +33 -1
- package/compodoc/components/NavigationComponent.html +100 -4
- package/compodoc/components/NavigationItemComponent.html +165 -5
- package/compodoc/components/ReleaseInfoComponent.html +33 -1
- package/compodoc/components/SettingsButtonComponent.html +33 -1
- package/compodoc/components/SidenavComponent.html +176 -46
- package/compodoc/components/SidenavToggleButtonComponent.html +33 -1
- package/compodoc/components/UserProfileIconComponent.html +72 -2
- package/compodoc/injectables/LayoutService.html +67 -27
- package/compodoc/injectables/LogoService.html +10 -7
- package/compodoc/js/search/search_index.js +2 -2
- package/compodoc/miscellaneous/functions.html +6 -6
- package/compodoc/miscellaneous/variables.html +46 -0
- package/compodoc/properties.html +1 -1
- package/docs/documentation.json +2354 -1470
- package/docs/html/assets/navigation.js +1 -1
- package/docs/html/assets/search.js +1 -1
- package/docs/html/classes/AppsButtonComponent.html +5 -4
- package/docs/html/classes/BaseLayoutComponent.html +2 -2
- package/docs/html/classes/DefaultHeaderComponent.html +4 -2
- package/docs/html/classes/DefaultHeaderService.html +5 -5
- package/docs/html/classes/ExternalAppsService.html +2 -2
- package/docs/html/classes/FooterComponent.html +4 -3
- package/docs/html/classes/FooterDirective.html +3 -3
- package/docs/html/classes/FooterService.html +5 -5
- package/docs/html/classes/HeaderComponent.html +3 -2
- package/docs/html/classes/HeaderDirective.html +3 -3
- package/docs/html/classes/HeaderService.html +5 -5
- package/docs/html/classes/LayoutComponent.html +3 -2
- package/docs/html/classes/LayoutService.html +2 -2
- package/docs/html/classes/LogoService.html +2 -2
- package/docs/html/classes/MinimalLayoutComponent.html +2 -2
- package/docs/html/classes/NavigationComponent.html +6 -3
- package/docs/html/classes/NavigationItemComponent.html +11 -6
- package/docs/html/classes/NavigationProgressBarComponent.html +2 -2
- package/docs/html/classes/NavigationService.html +3 -3
- package/docs/html/classes/ReleaseInfoComponent.html +4 -3
- package/docs/html/classes/SettingsButtonComponent.html +3 -2
- package/docs/html/classes/SidenavComponent.html +5 -2
- package/docs/html/classes/SidenavFooterDirective.html +2 -2
- package/docs/html/classes/SidenavHeaderDirective.html +2 -2
- package/docs/html/classes/SidenavToggleButtonComponent.html +4 -3
- package/docs/html/classes/UserProfileIconComponent.html +5 -3
- package/docs/html/functions/IsNavigationDividerItem.html +1 -1
- package/docs/html/functions/IsNavigationInsertItem.html +1 -1
- package/docs/html/functions/IsNavigationItem.html +1 -1
- package/docs/html/functions/provideExternalApps.html +1 -1
- package/docs/html/functions/provideLayout.html +1 -1
- package/docs/html/functions/withDefaultHeaderComponent.html +1 -1
- package/docs/html/functions/withDefaultHeaderItems.html +1 -1
- package/docs/html/functions/withFooterComponents.html +1 -1
- package/docs/html/functions/withHeaderComponents.html +1 -1
- package/docs/html/functions/withNavigationConfig.html +1 -1
- package/docs/html/functions/withNavigationInserts.html +1 -1
- package/docs/html/functions/withReleaseInfoModules.html +1 -1
- package/docs/html/functions/withSettingsMenuItems.html +1 -1
- package/docs/html/functions/withUserProfileDataSource.html +1 -1
- package/docs/html/index.html +2 -2
- package/docs/html/interfaces/NavigationDividerItem.html +2 -2
- package/docs/html/interfaces/NavigationInsertItem.html +2 -2
- package/docs/html/interfaces/NavigationItem.html +2 -2
- package/docs/html/interfaces/NavigationStatus.html +2 -2
- package/docs/html/interfaces/ReleaseInfoModule.html +2 -2
- package/docs/html/interfaces/SettingsMenuItem.html +2 -2
- package/docs/html/modules.html +1 -1
- package/docs/html/types/DefaultHeaderItemComponent.html +1 -1
- package/docs/html/types/ExternalApp.html +1 -1
- package/docs/html/types/ExtractUsernameFromProfileFn.html +1 -1
- package/docs/html/types/Navigation.html +1 -1
- package/docs/html/types/NavigationWithInserts.html +1 -1
- package/docs/html/types/SettingsMenuItemComponent.html +1 -1
- package/docs/html/variables/EXTRACT_USERNAME_FROM_PROFILE.html +1 -1
- package/docs/html/variables/RXAP_DEFAULT_HEADER_ITEM_COMPONENT.html +1 -1
- package/docs/html/variables/RXAP_EXTERNAL_APP.html +1 -1
- package/docs/html/variables/RXAP_EXTERNAL_APP_FILTER.html +1 -1
- package/docs/html/variables/RXAP_FOOTER_COMPONENT.html +1 -1
- package/docs/html/variables/RXAP_HEADER_COMPONENT.html +1 -1
- package/docs/html/variables/RXAP_LAYOUT_APPS_GRID.html +1 -1
- package/docs/html/variables/RXAP_LOGO_CONFIG.html +1 -1
- package/docs/html/variables/RXAP_LOGO_CONFIG_DEFAULTS.html +1 -0
- package/docs/html/variables/RXAP_NAVIGATION_CONFIG.html +1 -1
- package/docs/html/variables/RXAP_NAVIGATION_CONFIG_INSERTS.html +1 -1
- package/docs/html/variables/RXAP_NAVIGATION_LAYOUT_CONFIG_DEFAULTS.html +1 -0
- package/docs/html/variables/RXAP_RELEASE_INFO_MODULE.html +1 -1
- package/docs/html/variables/RXAP_SETTINGS_MENU_ITEM.html +1 -1
- package/docs/html/variables/RXAP_SETTINGS_MENU_ITEM_COMPONENT.html +1 -1
- package/docs/html/variables/RXAP_USER_PROFILE_DATA_SOURCE.html +1 -1
- package/docs/markdown/README.md +1 -1
- package/docs/markdown/classes/AppsButtonComponent.md +15 -7
- package/docs/markdown/classes/BaseLayoutComponent.md +2 -2
- package/docs/markdown/classes/DefaultHeaderComponent.md +23 -7
- package/docs/markdown/classes/DefaultHeaderService.md +6 -6
- package/docs/markdown/classes/ExternalAppsService.md +18 -18
- package/docs/markdown/classes/FooterComponent.md +12 -4
- package/docs/markdown/classes/FooterDirective.md +4 -4
- package/docs/markdown/classes/FooterService.md +6 -6
- package/docs/markdown/classes/HeaderComponent.md +13 -5
- package/docs/markdown/classes/HeaderDirective.md +4 -4
- package/docs/markdown/classes/HeaderService.md +6 -6
- package/docs/markdown/classes/LayoutComponent.md +13 -5
- package/docs/markdown/classes/LayoutService.md +24 -18
- package/docs/markdown/classes/LogoService.md +6 -6
- package/docs/markdown/classes/MinimalLayoutComponent.md +2 -2
- package/docs/markdown/classes/NavigationComponent.md +35 -11
- package/docs/markdown/classes/NavigationItemComponent.md +54 -14
- package/docs/markdown/classes/NavigationProgressBarComponent.md +4 -4
- package/docs/markdown/classes/NavigationService.md +12 -12
- package/docs/markdown/classes/ReleaseInfoComponent.md +13 -5
- package/docs/markdown/classes/SettingsButtonComponent.md +26 -18
- package/docs/markdown/classes/SidenavComponent.md +49 -15
- package/docs/markdown/classes/SidenavFooterDirective.md +4 -4
- package/docs/markdown/classes/SidenavHeaderDirective.md +4 -4
- package/docs/markdown/classes/SidenavToggleButtonComponent.md +12 -4
- package/docs/markdown/classes/UserProfileIconComponent.md +21 -5
- package/docs/markdown/functions/IsNavigationDividerItem.md +2 -2
- package/docs/markdown/functions/IsNavigationInsertItem.md +2 -2
- package/docs/markdown/functions/IsNavigationItem.md +2 -2
- package/docs/markdown/functions/provideExternalApps.md +2 -2
- package/docs/markdown/functions/provideLayout.md +2 -2
- package/docs/markdown/functions/withDefaultHeaderComponent.md +2 -2
- package/docs/markdown/functions/withDefaultHeaderItems.md +2 -2
- package/docs/markdown/functions/withFooterComponents.md +2 -2
- package/docs/markdown/functions/withHeaderComponents.md +2 -2
- package/docs/markdown/functions/withNavigationConfig.md +2 -2
- package/docs/markdown/functions/withNavigationInserts.md +2 -2
- package/docs/markdown/functions/withReleaseInfoModules.md +2 -2
- package/docs/markdown/functions/withSettingsMenuItems.md +2 -2
- package/docs/markdown/functions/withUserProfileDataSource.md +2 -2
- package/docs/markdown/globals.md +4 -2
- package/docs/markdown/interfaces/NavigationDividerItem.md +4 -4
- package/docs/markdown/interfaces/NavigationInsertItem.md +3 -3
- package/docs/markdown/interfaces/NavigationItem.md +7 -7
- package/docs/markdown/interfaces/NavigationStatus.md +3 -3
- package/docs/markdown/interfaces/ReleaseInfoModule.md +5 -5
- package/docs/markdown/interfaces/SettingsMenuItem.md +5 -5
- package/docs/markdown/type-aliases/DefaultHeaderItemComponent.md +2 -2
- package/docs/markdown/type-aliases/ExternalApp.md +2 -2
- package/docs/markdown/type-aliases/ExtractUsernameFromProfileFn.md +2 -2
- package/docs/markdown/type-aliases/Navigation.md +2 -2
- package/docs/markdown/type-aliases/NavigationWithInserts.md +2 -2
- package/docs/markdown/type-aliases/SettingsMenuItemComponent.md +2 -2
- package/docs/markdown/variables/EXTRACT_USERNAME_FROM_PROFILE.md +2 -2
- package/docs/markdown/variables/RXAP_DEFAULT_HEADER_ITEM_COMPONENT.md +2 -2
- package/docs/markdown/variables/RXAP_EXTERNAL_APP.md +2 -2
- package/docs/markdown/variables/RXAP_EXTERNAL_APP_FILTER.md +2 -2
- package/docs/markdown/variables/RXAP_FOOTER_COMPONENT.md +2 -2
- package/docs/markdown/variables/RXAP_HEADER_COMPONENT.md +2 -2
- package/docs/markdown/variables/RXAP_LAYOUT_APPS_GRID.md +2 -2
- package/docs/markdown/variables/RXAP_LOGO_CONFIG.md +2 -2
- package/docs/markdown/variables/RXAP_LOGO_CONFIG_DEFAULTS.md +11 -0
- package/docs/markdown/variables/RXAP_NAVIGATION_CONFIG.md +2 -2
- package/docs/markdown/variables/RXAP_NAVIGATION_CONFIG_INSERTS.md +2 -2
- package/docs/markdown/variables/RXAP_NAVIGATION_LAYOUT_CONFIG_DEFAULTS.md +11 -0
- package/docs/markdown/variables/RXAP_RELEASE_INFO_MODULE.md +2 -2
- package/docs/markdown/variables/RXAP_SETTINGS_MENU_ITEM.md +2 -2
- package/docs/markdown/variables/RXAP_SETTINGS_MENU_ITEM_COMPONENT.md +2 -2
- package/docs/markdown/variables/RXAP_USER_PROFILE_DATA_SOURCE.md +2 -2
- package/docs/wiki/Class.AppsButtonComponent.md +14 -6
- package/docs/wiki/Class.BaseLayoutComponent.md +1 -1
- package/docs/wiki/Class.DefaultHeaderComponent.md +22 -6
- package/docs/wiki/Class.DefaultHeaderService.md +5 -5
- package/docs/wiki/Class.ExternalAppsService.md +17 -17
- package/docs/wiki/Class.FooterComponent.md +11 -3
- package/docs/wiki/Class.FooterDirective.md +3 -3
- package/docs/wiki/Class.FooterService.md +5 -5
- package/docs/wiki/Class.HeaderComponent.md +12 -4
- package/docs/wiki/Class.HeaderDirective.md +3 -3
- package/docs/wiki/Class.HeaderService.md +5 -5
- package/docs/wiki/Class.LayoutComponent.md +12 -4
- package/docs/wiki/Class.LayoutService.md +23 -17
- package/docs/wiki/Class.LogoService.md +5 -5
- package/docs/wiki/Class.MinimalLayoutComponent.md +1 -1
- package/docs/wiki/Class.NavigationComponent.md +34 -10
- package/docs/wiki/Class.NavigationItemComponent.md +53 -13
- package/docs/wiki/Class.NavigationProgressBarComponent.md +3 -3
- package/docs/wiki/Class.NavigationService.md +11 -11
- package/docs/wiki/Class.ReleaseInfoComponent.md +12 -4
- package/docs/wiki/Class.SettingsButtonComponent.md +25 -17
- package/docs/wiki/Class.SidenavComponent.md +48 -14
- package/docs/wiki/Class.SidenavFooterDirective.md +3 -3
- package/docs/wiki/Class.SidenavHeaderDirective.md +3 -3
- package/docs/wiki/Class.SidenavToggleButtonComponent.md +11 -3
- package/docs/wiki/Class.UserProfileIconComponent.md +20 -4
- package/docs/wiki/Function.IsNavigationDividerItem.md +1 -1
- package/docs/wiki/Function.IsNavigationInsertItem.md +1 -1
- package/docs/wiki/Function.IsNavigationItem.md +1 -1
- package/docs/wiki/Function.provideExternalApps.md +1 -1
- package/docs/wiki/Function.provideLayout.md +1 -1
- package/docs/wiki/Function.withDefaultHeaderComponent.md +1 -1
- package/docs/wiki/Function.withDefaultHeaderItems.md +1 -1
- package/docs/wiki/Function.withFooterComponents.md +1 -1
- package/docs/wiki/Function.withHeaderComponents.md +1 -1
- package/docs/wiki/Function.withNavigationConfig.md +1 -1
- package/docs/wiki/Function.withNavigationInserts.md +1 -1
- package/docs/wiki/Function.withReleaseInfoModules.md +1 -1
- package/docs/wiki/Function.withSettingsMenuItems.md +1 -1
- package/docs/wiki/Function.withUserProfileDataSource.md +1 -1
- package/docs/wiki/Interface.NavigationDividerItem.md +3 -3
- package/docs/wiki/Interface.NavigationInsertItem.md +2 -2
- package/docs/wiki/Interface.NavigationItem.md +6 -6
- package/docs/wiki/Interface.NavigationStatus.md +2 -2
- package/docs/wiki/Interface.ReleaseInfoModule.md +4 -4
- package/docs/wiki/Interface.SettingsMenuItem.md +4 -4
- package/docs/wiki/TypeAlias.DefaultHeaderItemComponent.md +1 -1
- package/docs/wiki/TypeAlias.ExternalApp.md +1 -1
- package/docs/wiki/TypeAlias.ExtractUsernameFromProfileFn.md +1 -1
- package/docs/wiki/TypeAlias.Navigation.md +1 -1
- package/docs/wiki/TypeAlias.NavigationWithInserts.md +1 -1
- package/docs/wiki/TypeAlias.SettingsMenuItemComponent.md +1 -1
- package/docs/wiki/Variable.EXTRACT_USERNAME_FROM_PROFILE.md +1 -1
- package/docs/wiki/Variable.RXAP_DEFAULT_HEADER_ITEM_COMPONENT.md +1 -1
- package/docs/wiki/Variable.RXAP_EXTERNAL_APP.md +1 -1
- package/docs/wiki/Variable.RXAP_EXTERNAL_APP_FILTER.md +1 -1
- package/docs/wiki/Variable.RXAP_FOOTER_COMPONENT.md +1 -1
- package/docs/wiki/Variable.RXAP_HEADER_COMPONENT.md +1 -1
- package/docs/wiki/Variable.RXAP_LAYOUT_APPS_GRID.md +1 -1
- package/docs/wiki/Variable.RXAP_LOGO_CONFIG.md +1 -1
- package/docs/wiki/Variable.RXAP_LOGO_CONFIG_DEFAULTS.md +7 -0
- package/docs/wiki/Variable.RXAP_NAVIGATION_CONFIG.md +1 -1
- package/docs/wiki/Variable.RXAP_NAVIGATION_CONFIG_INSERTS.md +1 -1
- package/docs/wiki/Variable.RXAP_NAVIGATION_LAYOUT_CONFIG_DEFAULTS.md +7 -0
- package/docs/wiki/Variable.RXAP_RELEASE_INFO_MODULE.md +1 -1
- package/docs/wiki/Variable.RXAP_SETTINGS_MENU_ITEM.md +1 -1
- package/docs/wiki/Variable.RXAP_SETTINGS_MENU_ITEM_COMPONENT.md +1 -1
- package/docs/wiki/Variable.RXAP_USER_PROFILE_DATA_SOURCE.md +1 -1
- package/docs/wiki/_Sidebar.md +2 -0
- package/docs/wiki/globals.md +3 -1
- package/fesm2022/rxap-layout.mjs +24 -16
- package/fesm2022/rxap-layout.mjs.map +1 -1
- package/lib/default-header/apps-button/apps-button.component.d.ts +2 -1
- package/lib/default-header/default-header.component.d.ts +4 -2
- package/lib/default-header/settings-button/settings-button.component.d.ts +2 -2
- package/lib/default-header/sidenav-toggle-button/sidenav-toggle-button.component.d.ts +2 -1
- package/lib/default-header/user-profile-icon/user-profile-icon.component.d.ts +4 -2
- package/lib/footer/footer.component.d.ts +2 -1
- package/lib/header/header.component.d.ts +2 -1
- package/lib/layout/layout.component.d.ts +2 -1
- package/lib/layout.service.d.ts +3 -2
- package/lib/navigation/navigation-item/navigation-item.component.d.ts +9 -6
- package/lib/navigation/navigation.component.d.ts +5 -3
- package/lib/release-info/release-info.component.d.ts +2 -1
- package/lib/sidenav/sidenav.component.d.ts +5 -3
- package/lib/tokens.d.ts +3 -1
- package/package.json +2 -2
- package/theme.css +425 -1
|
@@ -216,6 +216,11 @@
|
|
|
216
216
|
<tr>
|
|
217
217
|
<td class="col-md-4">
|
|
218
218
|
<ul class="index-list">
|
|
219
|
+
<li>
|
|
220
|
+
<span class="modifier">Protected</span>
|
|
221
|
+
<span class="modifier">Readonly</span>
|
|
222
|
+
<a href="#_subscription" >_subscription</a>
|
|
223
|
+
</li>
|
|
219
224
|
<li>
|
|
220
225
|
<span class="modifier">Public</span>
|
|
221
226
|
<span class="modifier">Readonly</span>
|
|
@@ -230,6 +235,11 @@
|
|
|
230
235
|
<span class="modifier">Readonly</span>
|
|
231
236
|
<a href="#collapsed" >collapsed</a>
|
|
232
237
|
</li>
|
|
238
|
+
<li>
|
|
239
|
+
<span class="modifier">Protected</span>
|
|
240
|
+
<span class="modifier">Readonly</span>
|
|
241
|
+
<a href="#elementRef" >elementRef</a>
|
|
242
|
+
</li>
|
|
233
243
|
<li>
|
|
234
244
|
<span class="modifier">Public</span>
|
|
235
245
|
<span class="modifier">Readonly</span>
|
|
@@ -240,11 +250,26 @@
|
|
|
240
250
|
<span class="modifier">Readonly</span>
|
|
241
251
|
<a href="#itemClasses" >itemClasses</a>
|
|
242
252
|
</li>
|
|
253
|
+
<li>
|
|
254
|
+
<span class="modifier">Protected</span>
|
|
255
|
+
<span class="modifier">Readonly</span>
|
|
256
|
+
<a href="#layoutService" >layoutService</a>
|
|
257
|
+
</li>
|
|
243
258
|
<li>
|
|
244
259
|
<span class="modifier">Public</span>
|
|
245
260
|
<span class="modifier">Readonly</span>
|
|
246
261
|
<a href="#level" >level</a>
|
|
247
262
|
</li>
|
|
263
|
+
<li>
|
|
264
|
+
<span class="modifier">Protected</span>
|
|
265
|
+
<span class="modifier">Readonly</span>
|
|
266
|
+
<a href="#renderer" >renderer</a>
|
|
267
|
+
</li>
|
|
268
|
+
<li>
|
|
269
|
+
<span class="modifier">Protected</span>
|
|
270
|
+
<span class="modifier">Readonly</span>
|
|
271
|
+
<a href="#router" >router</a>
|
|
272
|
+
</li>
|
|
248
273
|
</ul>
|
|
249
274
|
</td>
|
|
250
275
|
</tr>
|
|
@@ -563,6 +588,33 @@
|
|
|
563
588
|
<h3 id="inputs">
|
|
564
589
|
Properties
|
|
565
590
|
</h3>
|
|
591
|
+
<table class="table table-sm table-bordered">
|
|
592
|
+
<tbody>
|
|
593
|
+
<tr>
|
|
594
|
+
<td class="col-md-4">
|
|
595
|
+
<a name="_subscription"></a>
|
|
596
|
+
<span class="name">
|
|
597
|
+
<span class="modifier">Protected</span>
|
|
598
|
+
<span class="modifier">Readonly</span>
|
|
599
|
+
<span ><b>_subscription</b></span>
|
|
600
|
+
<a href="#_subscription"><span class="icon ion-ios-link"></span></a>
|
|
601
|
+
</span>
|
|
602
|
+
</td>
|
|
603
|
+
</tr>
|
|
604
|
+
<tr>
|
|
605
|
+
<td class="col-md-4">
|
|
606
|
+
<i>Default value : </i><code>new Subscription()</code>
|
|
607
|
+
</td>
|
|
608
|
+
</tr>
|
|
609
|
+
<tr>
|
|
610
|
+
<td class="col-md-4">
|
|
611
|
+
<div class="io-line">Defined in <a href="" data-line="113" class="link-to-prism">src/lib/navigation/navigation-item/navigation-item.component.ts:113</a></div>
|
|
612
|
+
</td>
|
|
613
|
+
</tr>
|
|
614
|
+
|
|
615
|
+
|
|
616
|
+
</tbody>
|
|
617
|
+
</table>
|
|
566
618
|
<table class="table table-sm table-bordered">
|
|
567
619
|
<tbody>
|
|
568
620
|
<tr>
|
|
@@ -647,6 +699,33 @@
|
|
|
647
699
|
</tr>
|
|
648
700
|
|
|
649
701
|
|
|
702
|
+
</tbody>
|
|
703
|
+
</table>
|
|
704
|
+
<table class="table table-sm table-bordered">
|
|
705
|
+
<tbody>
|
|
706
|
+
<tr>
|
|
707
|
+
<td class="col-md-4">
|
|
708
|
+
<a name="elementRef"></a>
|
|
709
|
+
<span class="name">
|
|
710
|
+
<span class="modifier">Protected</span>
|
|
711
|
+
<span class="modifier">Readonly</span>
|
|
712
|
+
<span ><b>elementRef</b></span>
|
|
713
|
+
<a href="#elementRef"><span class="icon ion-ios-link"></span></a>
|
|
714
|
+
</span>
|
|
715
|
+
</td>
|
|
716
|
+
</tr>
|
|
717
|
+
<tr>
|
|
718
|
+
<td class="col-md-4">
|
|
719
|
+
<i>Default value : </i><code>inject(ElementRef)</code>
|
|
720
|
+
</td>
|
|
721
|
+
</tr>
|
|
722
|
+
<tr>
|
|
723
|
+
<td class="col-md-4">
|
|
724
|
+
<div class="io-line">Defined in <a href="" data-line="116" class="link-to-prism">src/lib/navigation/navigation-item/navigation-item.component.ts:116</a></div>
|
|
725
|
+
</td>
|
|
726
|
+
</tr>
|
|
727
|
+
|
|
728
|
+
|
|
650
729
|
</tbody>
|
|
651
730
|
</table>
|
|
652
731
|
<table class="table table-sm table-bordered">
|
|
@@ -702,6 +781,33 @@
|
|
|
702
781
|
</tr>
|
|
703
782
|
|
|
704
783
|
|
|
784
|
+
</tbody>
|
|
785
|
+
</table>
|
|
786
|
+
<table class="table table-sm table-bordered">
|
|
787
|
+
<tbody>
|
|
788
|
+
<tr>
|
|
789
|
+
<td class="col-md-4">
|
|
790
|
+
<a name="layoutService"></a>
|
|
791
|
+
<span class="name">
|
|
792
|
+
<span class="modifier">Protected</span>
|
|
793
|
+
<span class="modifier">Readonly</span>
|
|
794
|
+
<span ><b>layoutService</b></span>
|
|
795
|
+
<a href="#layoutService"><span class="icon ion-ios-link"></span></a>
|
|
796
|
+
</span>
|
|
797
|
+
</td>
|
|
798
|
+
</tr>
|
|
799
|
+
<tr>
|
|
800
|
+
<td class="col-md-4">
|
|
801
|
+
<i>Default value : </i><code>inject(LayoutService)</code>
|
|
802
|
+
</td>
|
|
803
|
+
</tr>
|
|
804
|
+
<tr>
|
|
805
|
+
<td class="col-md-4">
|
|
806
|
+
<div class="io-line">Defined in <a href="" data-line="109" class="link-to-prism">src/lib/navigation/navigation-item/navigation-item.component.ts:109</a></div>
|
|
807
|
+
</td>
|
|
808
|
+
</tr>
|
|
809
|
+
|
|
810
|
+
|
|
705
811
|
</tbody>
|
|
706
812
|
</table>
|
|
707
813
|
<table class="table table-sm table-bordered">
|
|
@@ -729,6 +835,60 @@
|
|
|
729
835
|
</tr>
|
|
730
836
|
|
|
731
837
|
|
|
838
|
+
</tbody>
|
|
839
|
+
</table>
|
|
840
|
+
<table class="table table-sm table-bordered">
|
|
841
|
+
<tbody>
|
|
842
|
+
<tr>
|
|
843
|
+
<td class="col-md-4">
|
|
844
|
+
<a name="renderer"></a>
|
|
845
|
+
<span class="name">
|
|
846
|
+
<span class="modifier">Protected</span>
|
|
847
|
+
<span class="modifier">Readonly</span>
|
|
848
|
+
<span ><b>renderer</b></span>
|
|
849
|
+
<a href="#renderer"><span class="icon ion-ios-link"></span></a>
|
|
850
|
+
</span>
|
|
851
|
+
</td>
|
|
852
|
+
</tr>
|
|
853
|
+
<tr>
|
|
854
|
+
<td class="col-md-4">
|
|
855
|
+
<i>Default value : </i><code>inject(Renderer2)</code>
|
|
856
|
+
</td>
|
|
857
|
+
</tr>
|
|
858
|
+
<tr>
|
|
859
|
+
<td class="col-md-4">
|
|
860
|
+
<div class="io-line">Defined in <a href="" data-line="117" class="link-to-prism">src/lib/navigation/navigation-item/navigation-item.component.ts:117</a></div>
|
|
861
|
+
</td>
|
|
862
|
+
</tr>
|
|
863
|
+
|
|
864
|
+
|
|
865
|
+
</tbody>
|
|
866
|
+
</table>
|
|
867
|
+
<table class="table table-sm table-bordered">
|
|
868
|
+
<tbody>
|
|
869
|
+
<tr>
|
|
870
|
+
<td class="col-md-4">
|
|
871
|
+
<a name="router"></a>
|
|
872
|
+
<span class="name">
|
|
873
|
+
<span class="modifier">Protected</span>
|
|
874
|
+
<span class="modifier">Readonly</span>
|
|
875
|
+
<span ><b>router</b></span>
|
|
876
|
+
<a href="#router"><span class="icon ion-ios-link"></span></a>
|
|
877
|
+
</span>
|
|
878
|
+
</td>
|
|
879
|
+
</tr>
|
|
880
|
+
<tr>
|
|
881
|
+
<td class="col-md-4">
|
|
882
|
+
<i>Default value : </i><code>inject(Router)</code>
|
|
883
|
+
</td>
|
|
884
|
+
</tr>
|
|
885
|
+
<tr>
|
|
886
|
+
<td class="col-md-4">
|
|
887
|
+
<div class="io-line">Defined in <a href="" data-line="115" class="link-to-prism">src/lib/navigation/navigation-item/navigation-item.component.ts:115</a></div>
|
|
888
|
+
</td>
|
|
889
|
+
</tr>
|
|
890
|
+
|
|
891
|
+
|
|
732
892
|
</tbody>
|
|
733
893
|
</table>
|
|
734
894
|
</section>
|
|
@@ -845,15 +1005,15 @@ export class NavigationItemComponent
|
|
|
845
1005
|
return classes;
|
|
846
1006
|
});
|
|
847
1007
|
|
|
848
|
-
|
|
1008
|
+
protected readonly layoutService = inject(LayoutService);
|
|
849
1009
|
|
|
850
1010
|
public readonly collapsed = computed(() => this.layoutService.collapsed());
|
|
851
1011
|
|
|
852
|
-
|
|
1012
|
+
protected readonly _subscription = new Subscription();
|
|
853
1013
|
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
1014
|
+
protected readonly router = inject(Router);
|
|
1015
|
+
protected readonly elementRef = inject(ElementRef);
|
|
1016
|
+
protected readonly renderer = inject(Renderer2);
|
|
857
1017
|
|
|
858
1018
|
public ngOnChanges(changes: SimpleChanges) {
|
|
859
1019
|
if (changes['item']) {
|
|
@@ -192,6 +192,11 @@
|
|
|
192
192
|
<tr>
|
|
193
193
|
<td class="col-md-4">
|
|
194
194
|
<ul class="index-list">
|
|
195
|
+
<li>
|
|
196
|
+
<span class="modifier">Protected</span>
|
|
197
|
+
<span class="modifier">Readonly</span>
|
|
198
|
+
<a href="#dialog" >dialog</a>
|
|
199
|
+
</li>
|
|
195
200
|
<li>
|
|
196
201
|
<span class="modifier">Public</span>
|
|
197
202
|
<span class="modifier">Readonly</span>
|
|
@@ -282,6 +287,33 @@
|
|
|
282
287
|
<h3 id="inputs">
|
|
283
288
|
Properties
|
|
284
289
|
</h3>
|
|
290
|
+
<table class="table table-sm table-bordered">
|
|
291
|
+
<tbody>
|
|
292
|
+
<tr>
|
|
293
|
+
<td class="col-md-4">
|
|
294
|
+
<a name="dialog"></a>
|
|
295
|
+
<span class="name">
|
|
296
|
+
<span class="modifier">Protected</span>
|
|
297
|
+
<span class="modifier">Readonly</span>
|
|
298
|
+
<span ><b>dialog</b></span>
|
|
299
|
+
<a href="#dialog"><span class="icon ion-ios-link"></span></a>
|
|
300
|
+
</span>
|
|
301
|
+
</td>
|
|
302
|
+
</tr>
|
|
303
|
+
<tr>
|
|
304
|
+
<td class="col-md-4">
|
|
305
|
+
<i>Default value : </i><code>inject(MatDialog)</code>
|
|
306
|
+
</td>
|
|
307
|
+
</tr>
|
|
308
|
+
<tr>
|
|
309
|
+
<td class="col-md-4">
|
|
310
|
+
<div class="io-line">Defined in <a href="" data-line="30" class="link-to-prism">src/lib/release-info/release-info.component.ts:30</a></div>
|
|
311
|
+
</td>
|
|
312
|
+
</tr>
|
|
313
|
+
|
|
314
|
+
|
|
315
|
+
</tbody>
|
|
316
|
+
</table>
|
|
285
317
|
<table class="table table-sm table-bordered">
|
|
286
318
|
<tbody>
|
|
287
319
|
<tr>
|
|
@@ -371,7 +403,7 @@ export class ReleaseInfoComponent {
|
|
|
371
403
|
public readonly modules = coerceArray(inject(RXAP_RELEASE_INFO_MODULE, { optional: true }));
|
|
372
404
|
public readonly release = DetermineReleaseName(inject(RXAP_ENVIRONMENT));
|
|
373
405
|
|
|
374
|
-
|
|
406
|
+
protected readonly dialog = inject(MatDialog);
|
|
375
407
|
|
|
376
408
|
openEnvironmentInfo() {
|
|
377
409
|
this.dialog.open(EnvironmentComponent, {
|
|
@@ -215,6 +215,11 @@
|
|
|
215
215
|
<li>
|
|
216
216
|
<a href="#customItems" >customItems</a>
|
|
217
217
|
</li>
|
|
218
|
+
<li>
|
|
219
|
+
<span class="modifier">Protected</span>
|
|
220
|
+
<span class="modifier">Readonly</span>
|
|
221
|
+
<a href="#injector" >injector</a>
|
|
222
|
+
</li>
|
|
218
223
|
<li>
|
|
219
224
|
<span class="modifier">Public</span>
|
|
220
225
|
<a href="#isDevMode" >isDevMode</a>
|
|
@@ -985,6 +990,33 @@
|
|
|
985
990
|
</tr>
|
|
986
991
|
|
|
987
992
|
|
|
993
|
+
</tbody>
|
|
994
|
+
</table>
|
|
995
|
+
<table class="table table-sm table-bordered">
|
|
996
|
+
<tbody>
|
|
997
|
+
<tr>
|
|
998
|
+
<td class="col-md-4">
|
|
999
|
+
<a name="injector"></a>
|
|
1000
|
+
<span class="name">
|
|
1001
|
+
<span class="modifier">Protected</span>
|
|
1002
|
+
<span class="modifier">Readonly</span>
|
|
1003
|
+
<span ><b>injector</b></span>
|
|
1004
|
+
<a href="#injector"><span class="icon ion-ios-link"></span></a>
|
|
1005
|
+
</span>
|
|
1006
|
+
</td>
|
|
1007
|
+
</tr>
|
|
1008
|
+
<tr>
|
|
1009
|
+
<td class="col-md-4">
|
|
1010
|
+
<i>Default value : </i><code>inject(Injector)</code>
|
|
1011
|
+
</td>
|
|
1012
|
+
</tr>
|
|
1013
|
+
<tr>
|
|
1014
|
+
<td class="col-md-4">
|
|
1015
|
+
<div class="io-line">Defined in <a href="" data-line="60" class="link-to-prism">src/lib/default-header/settings-button/settings-button.component.ts:60</a></div>
|
|
1016
|
+
</td>
|
|
1017
|
+
</tr>
|
|
1018
|
+
|
|
1019
|
+
|
|
988
1020
|
</tbody>
|
|
989
1021
|
</table>
|
|
990
1022
|
<table class="table table-sm table-bordered">
|
|
@@ -1105,7 +1137,7 @@ export class SettingsButtonComponent {
|
|
|
1105
1137
|
public isDevMode = isDevMode();
|
|
1106
1138
|
|
|
1107
1139
|
public readonly theme = inject(ThemeService);
|
|
1108
|
-
|
|
1140
|
+
protected readonly injector = inject(Injector);
|
|
1109
1141
|
|
|
1110
1142
|
customItemComponents: Signal<ComponentPortal<unknown>[]> = toSignal(from(Promise.all(
|
|
1111
1143
|
coerceArray(inject(RXAP_SETTINGS_MENU_ITEM_COMPONENT, { optional: true }))
|