@eui/core 10.6.11-snapshot-1663172685399 → 10.6.11
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/bundles/eui-core.umd.js +11 -0
- package/bundles/eui-core.umd.js.map +1 -1
- package/bundles/eui-core.umd.min.js +1 -1
- package/bundles/eui-core.umd.min.js.map +1 -1
- package/docs/injectables/UxAppShellService.html +78 -0
- package/docs/interfaces/UIState.html +38 -0
- package/docs/js/search/search_index.js +2 -2
- package/docs/miscellaneous/variables.html +1 -0
- package/esm2015/lib/services/ux-app-shell.service.js +12 -1
- package/fesm2015/eui-core.js +11 -0
- package/fesm2015/eui-core.js.map +1 -1
- package/lib/services/ux-app-shell.service.d.ts +3 -0
- package/package.json +2 -2
|
@@ -19,6 +19,7 @@ export interface UIState {
|
|
|
19
19
|
isSidebarStateCloseWithIcons?: boolean;
|
|
20
20
|
isSidebarExpandOnHover?: boolean;
|
|
21
21
|
hasSidebar?: boolean;
|
|
22
|
+
hasBreadcrumbs?: boolean;
|
|
22
23
|
hasHeader?: boolean;
|
|
23
24
|
hasHeaderLogo?: boolean;
|
|
24
25
|
hasHeaderEnvironment?: boolean;
|
|
@@ -95,11 +96,13 @@ export declare class UxAppShellService {
|
|
|
95
96
|
activateSidebarHeader(): void;
|
|
96
97
|
activateSidebarFooter(): void;
|
|
97
98
|
activateHeader(): void;
|
|
99
|
+
activateBreadcrumbs(): void;
|
|
98
100
|
activateTopMessage(height: number): void;
|
|
99
101
|
activateToolbar(): void;
|
|
100
102
|
fetchCssVars(): void;
|
|
101
103
|
initCssVars(): void;
|
|
102
104
|
activateHeaderCssVars(): void;
|
|
105
|
+
activateBreadcrumbsCssVars(): void;
|
|
103
106
|
activateTopMessageCssVars(height: number): void;
|
|
104
107
|
activateToolbarCssVars(): void;
|
|
105
108
|
activateFooterCssVars(): void;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eui/core",
|
|
3
|
-
"version": "10.6.11
|
|
4
|
-
"tag": "
|
|
3
|
+
"version": "10.6.11",
|
|
4
|
+
"tag": "prev",
|
|
5
5
|
"description": "eUI core package - holding UI components for Desktop applications",
|
|
6
6
|
"author": "ec.europa.eui@gmail.com",
|
|
7
7
|
"license": "EUPL-1.1",
|