@rxap/layout 18.2.0-dev.2 → 18.2.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 +4 -0
- 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 +3 -4
- 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 -6
- 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 +1756 -1664
- 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 -0
- package/docs/functions/provideLayout.html +1 -1
- package/docs/functions/withDefaultHeaderComponent.html +1 -1
- 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 -0
- 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 +3 -1
- 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_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 -0
- package/package.json +18 -18
- package/docs/functions/withExternalApps.html +0 -1
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "18.2.0-dev.
|
|
2
|
+
"version": "18.2.0-dev.3",
|
|
3
3
|
"name": "@rxap/layout",
|
|
4
4
|
"license": "GPL-3.0-or-later",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"@nx/devkit": "19.4.2",
|
|
7
|
-
"@rxap/ts-morph": "^1.4.3-dev.
|
|
8
|
-
"@rxap/workspace-ts-morph": "^19.1.3-dev.
|
|
7
|
+
"@rxap/ts-morph": "^1.4.3-dev.4",
|
|
8
|
+
"@rxap/workspace-ts-morph": "^19.1.3-dev.8",
|
|
9
9
|
"@rxap/workspace-utilities": "^19.4.0-dev.6",
|
|
10
10
|
"tslib": "2.6.2"
|
|
11
11
|
},
|
|
@@ -17,12 +17,12 @@
|
|
|
17
17
|
"@angular/material": "^18.0.6",
|
|
18
18
|
"@angular/router": "^18.0.6",
|
|
19
19
|
"@rxap/browser-utilities": "^1.1.6-dev.0",
|
|
20
|
-
"@rxap/config": "^18.
|
|
21
|
-
"@rxap/data-source": "^18.1.3-dev.
|
|
22
|
-
"@rxap/environment": "^18.0.5-dev.
|
|
23
|
-
"@rxap/material-directives": "^18.1.0-dev.
|
|
24
|
-
"@rxap/ngx-pub-sub": "^18.1.0-dev.
|
|
25
|
-
"@rxap/ngx-theme": "^18.1.0-dev.
|
|
20
|
+
"@rxap/config": "^18.2.0-dev.0",
|
|
21
|
+
"@rxap/data-source": "^18.1.3-dev.1",
|
|
22
|
+
"@rxap/environment": "^18.0.5-dev.2",
|
|
23
|
+
"@rxap/material-directives": "^18.1.0-dev.2",
|
|
24
|
+
"@rxap/ngx-pub-sub": "^18.1.0-dev.2",
|
|
25
|
+
"@rxap/ngx-theme": "^18.1.0-dev.2",
|
|
26
26
|
"@rxap/pattern": "^1.1.7-dev.1",
|
|
27
27
|
"@rxap/utilities": "^16.3.0-dev.2",
|
|
28
28
|
"rxjs": "^7.8.1"
|
|
@@ -89,11 +89,11 @@
|
|
|
89
89
|
},
|
|
90
90
|
{
|
|
91
91
|
"package": "@rxap/config",
|
|
92
|
-
"version": "18.
|
|
92
|
+
"version": "18.2.0-dev.0"
|
|
93
93
|
},
|
|
94
94
|
{
|
|
95
95
|
"package": "@rxap/data-source",
|
|
96
|
-
"version": "18.1.3-dev.
|
|
96
|
+
"version": "18.1.3-dev.1"
|
|
97
97
|
},
|
|
98
98
|
{
|
|
99
99
|
"package": "@rxap/data-structure-tree",
|
|
@@ -101,27 +101,27 @@
|
|
|
101
101
|
},
|
|
102
102
|
{
|
|
103
103
|
"package": "@rxap/definition",
|
|
104
|
-
"version": "18.0.5-dev.
|
|
104
|
+
"version": "18.0.5-dev.1"
|
|
105
105
|
},
|
|
106
106
|
{
|
|
107
107
|
"package": "@rxap/environment",
|
|
108
|
-
"version": "18.0.5-dev.
|
|
108
|
+
"version": "18.0.5-dev.2"
|
|
109
109
|
},
|
|
110
110
|
{
|
|
111
111
|
"package": "@rxap/material-directives",
|
|
112
|
-
"version": "18.1.0-dev.
|
|
112
|
+
"version": "18.1.0-dev.2"
|
|
113
113
|
},
|
|
114
114
|
{
|
|
115
115
|
"package": "@rxap/ngx-memory",
|
|
116
|
-
"version": "18.0.5-dev.
|
|
116
|
+
"version": "18.0.5-dev.1"
|
|
117
117
|
},
|
|
118
118
|
{
|
|
119
119
|
"package": "@rxap/ngx-pub-sub",
|
|
120
|
-
"version": "18.1.0-dev.
|
|
120
|
+
"version": "18.1.0-dev.2"
|
|
121
121
|
},
|
|
122
122
|
{
|
|
123
123
|
"package": "@rxap/ngx-theme",
|
|
124
|
-
"version": "18.1.0-dev.
|
|
124
|
+
"version": "18.1.0-dev.2"
|
|
125
125
|
},
|
|
126
126
|
{
|
|
127
127
|
"package": "@rxap/pattern",
|
|
@@ -151,7 +151,7 @@
|
|
|
151
151
|
"directory": "packages/angular/layout"
|
|
152
152
|
},
|
|
153
153
|
"sideEffects": false,
|
|
154
|
-
"gitHead": "
|
|
154
|
+
"gitHead": "2fa112bca0576f297e701eb1ff3f3f58651de1aa",
|
|
155
155
|
"module": "fesm2022/rxap-layout.mjs",
|
|
156
156
|
"typings": "index.d.ts",
|
|
157
157
|
"exports": {
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>withExternalApps | @rxap/layout</title><meta name="description" content="Documentation for @rxap/layout"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search" data-base=".."><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@rxap/layout</a></div><div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../modules.html">@rxap/layout</a></li><li><a href="withExternalApps.html">withExternalApps</a></li></ul><h1>Function withExternalApps</h1></div><section class="tsd-panel"><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a id="withExternalApps" class="tsd-anchor"></a><span class="tsd-kind-call-signature">with<wbr/>External<wbr/>Apps</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">...</span><span class="tsd-kind-parameter">apps</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Provider</span><span class="tsd-signature-symbol">[]</span><a href="#withExternalApps" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><code class="tsd-tag ts-flagRest">Rest</code> <span class="tsd-signature-symbol">...</span><span class="tsd-kind-parameter">apps</span>: <span class="tsd-signature-type">AppsNavigationConfig</span><span class="tsd-signature-symbol">[]</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Provider</span><span class="tsd-signature-symbol">[]</span></h4><aside class="tsd-sources"><ul><li>Defined in <a href="https://gitlab.com/rxap/packages/-/blob/b25f99b1af6cf155d5b610745962d065ee997f75/packages/angular/layout/src/lib/provide.ts#L51">lib/provide.ts:51</a></li></ul></aside></li></ul></section></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-index-accordion"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><h4 class="uppercase">Member Visibility</h4><form><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-private" name="private"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Private</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></form></div><div class="tsd-theme-toggle"><h4 class="uppercase">Theme</h4><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1"></use></svg><span>@rxap/layout</span></a><ul class="tsd-small-nested-navigation" id="tsd-nav-container" data-base=".."><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
|