@mediusinc/mng-commons-layout 6.2.0 → 7.0.0-rc.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.
Files changed (97) hide show
  1. package/components/index.d.ts +168 -10
  2. package/components/pages/error/index.d.ts +10 -1
  3. package/components/pages/main/index.d.ts +35 -2
  4. package/components/pages/main/lazy/index.d.ts +11 -1
  5. package/components/pages/not-found/index.d.ts +10 -1
  6. package/fesm2022/mediusinc-mng-commons-layout-components-pages-error.mjs +4 -4
  7. package/fesm2022/mediusinc-mng-commons-layout-components-pages-error.mjs.map +1 -1
  8. package/fesm2022/mediusinc-mng-commons-layout-components-pages-main-lazy.mjs.map +1 -1
  9. package/fesm2022/mediusinc-mng-commons-layout-components-pages-main.mjs +9 -9
  10. package/fesm2022/mediusinc-mng-commons-layout-components-pages-main.mjs.map +1 -1
  11. package/fesm2022/mediusinc-mng-commons-layout-components-pages-not-found.mjs +4 -4
  12. package/fesm2022/mediusinc-mng-commons-layout-components-pages-not-found.mjs.map +1 -1
  13. package/fesm2022/mediusinc-mng-commons-layout-components.mjs +66 -65
  14. package/fesm2022/mediusinc-mng-commons-layout-components.mjs.map +1 -1
  15. package/fesm2022/mediusinc-mng-commons-layout.mjs +40 -41
  16. package/fesm2022/mediusinc-mng-commons-layout.mjs.map +1 -1
  17. package/index.d.ts +206 -8
  18. package/package.json +25 -16
  19. package/styles/atlantis/index.scss +16 -0
  20. package/{scss → styles/atlantis}/layout/_content.scss +1 -1
  21. package/{scss → styles/atlantis}/layout/_main.scss +17 -2
  22. package/{scss → styles/atlantis}/layout/_profile.scss +1 -1
  23. package/styles/atlantis/layout/_sass_variables.scss +1 -0
  24. package/{scss → styles/atlantis}/layout/_sidebar_drawer.scss +5 -3
  25. package/{scss → styles/atlantis}/layout/_sidebar_horizontal.scss +8 -10
  26. package/{scss → styles/atlantis}/layout/_sidebar_reveal.scss +9 -12
  27. package/{scss → styles/atlantis}/layout/_sidebar_slim.scss +1 -2
  28. package/{scss → styles/atlantis}/layout/_sidebar_slim_plus.scss +1 -2
  29. package/{scss → styles/atlantis}/layout/_sidebar_vertical.scss +3 -1
  30. package/{scss → styles/atlantis}/layout/_topbar.scss +0 -1
  31. package/styles/atlantis/layout/atlantis.scss +0 -0
  32. package/{scss → styles/atlantis}/layout/layout.scss +3 -3
  33. package/{scss → styles/atlantis}/layout/variables/_dark.scss +2 -2
  34. package/{scss → styles/atlantis}/layout/variables/_light.scss +2 -2
  35. package/styles/tailwindcss-commons/atlantis/index.css +20 -0
  36. package/styles/tailwindcss-commons/atlantis/layout/breadcrumb.css +100 -0
  37. package/styles/tailwindcss-commons/atlantis/layout/content.css +3 -0
  38. package/styles/tailwindcss-commons/atlantis/layout/main.css +67 -0
  39. package/styles/tailwindcss-commons/atlantis/layout/profile.css +10 -0
  40. package/styles/tailwindcss-commons/atlantis/layout/responsive.css +131 -0
  41. package/styles/tailwindcss-commons/atlantis/layout/sidebar-drawer.css +286 -0
  42. package/styles/tailwindcss-commons/atlantis/layout/sidebar-reveal.css +204 -0
  43. package/styles/tailwindcss-commons/atlantis/layout/sidebar-slim-plus.css +166 -0
  44. package/styles/tailwindcss-commons/atlantis/layout/sidebar-slim.css +156 -0
  45. package/styles/tailwindcss-commons/atlantis/layout/sidebar-vertical.css +184 -0
  46. package/styles/tailwindcss-commons/atlantis/layout/topbar.css +203 -0
  47. package/styles/tailwindcss-commons/atlantis/layout/utils.css +29 -0
  48. package/styles/tailwindcss-commons/atlantis/variables/common.css +15 -0
  49. package/styles/tailwindcss-commons/atlantis/variables/dark.css +10 -0
  50. package/styles/tailwindcss-commons/atlantis/variables/light.css +10 -0
  51. package/styles/tailwindcss-commons/index.css +14 -0
  52. package/styles/tailwindcss-commons/index_wo_atlantis.css +13 -0
  53. package/styles/tailwindcss-commons/setup/breakpoints.css +15 -0
  54. package/styles/tailwindcss-commons/setup/dark.css +2 -0
  55. package/{scss/layout/mng/variables/_mng-variables-common.scss → styles/tailwindcss-commons/setup/variables.css} +9 -0
  56. package/{scss/layout/mng/theme/_mng_theme_button.scss → styles/tailwindcss-commons/styles/button.css} +2 -2
  57. package/{scss/layout/mng/theme/_mng_theme_dialog.scss → styles/tailwindcss-commons/styles/dialog.css} +22 -18
  58. package/styles/tailwindcss-commons/styles/tailwind.css +44 -0
  59. package/styles/tailwindcss-commons/styles/topbar.css +24 -0
  60. package/version-info.json +6 -6
  61. package/components/lib/components/breadcrumb.component.d.ts +0 -9
  62. package/components/lib/components/footer.component.d.ts +0 -13
  63. package/components/lib/components/main-layout.component.d.ts +0 -23
  64. package/components/lib/components/menu-item.component.d.ts +0 -26
  65. package/components/lib/components/menu.component.d.ts +0 -12
  66. package/components/lib/components/settings.component.d.ts +0 -28
  67. package/components/lib/components/sidebar.component.d.ts +0 -15
  68. package/components/lib/components/topbar-user.component.d.ts +0 -16
  69. package/components/lib/components/topbar.component.d.ts +0 -16
  70. package/components/lib/components/version.component.d.ts +0 -19
  71. package/components/pages/error/lib/error.page.component.d.ts +0 -7
  72. package/components/pages/main/lazy/lib/route-builder.d.ts +0 -8
  73. package/components/pages/main/lib/main-layout.component.d.ts +0 -23
  74. package/components/pages/main/lib/route-builder.d.ts +0 -8
  75. package/components/pages/not-found/lib/not-found.page.component.d.ts +0 -7
  76. package/lib/helpers/menu-items.d.ts +0 -5
  77. package/lib/models/layout-state.model.d.ts +0 -10
  78. package/lib/models/menu.model.d.ts +0 -4
  79. package/lib/provide.d.ts +0 -8
  80. package/lib/services/layout-feature-config.token.d.ts +0 -91
  81. package/lib/services/layout.service.d.ts +0 -48
  82. package/lib/services/menu.service.d.ts +0 -22
  83. package/lib/services/version.service.d.ts +0 -14
  84. package/scss/commons.scss +0 -1
  85. package/scss/layout/_sass_variables.scss +0 -1
  86. package/scss/layout/mng/layout/_mng_layout_topbar.scss +0 -18
  87. /package/{scss → styles/atlantis}/layout/_breadcrumb.scss +0 -0
  88. /package/{scss → styles/atlantis}/layout/_config.scss +0 -0
  89. /package/{scss → styles/atlantis}/layout/_responsive.scss +0 -0
  90. /package/{scss → styles/atlantis}/layout/_utils.scss +0 -0
  91. /package/{scss → styles/atlantis}/layout/variables/_common.scss +0 -0
  92. /package/{scss/layout/mng/layout/_mng_layout_footer.scss → styles/tailwindcss-commons/styles/footer.css} +0 -0
  93. /package/{scss/layout/mng/layout/_mng_layout.scss → styles/tailwindcss-commons/styles/layout.css} +0 -0
  94. /package/{scss/layout/mng/layout/_mng_layout_menu.scss → styles/tailwindcss-commons/styles/menu.css} +0 -0
  95. /package/{scss/layout/mng/layout/_mng_sidebar_vertical.scss → styles/tailwindcss-commons/styles/sidebar.css} +0 -0
  96. /package/{scss/layout/mng/theme/_mng_theme_toast.scss → styles/tailwindcss-commons/styles/toast.css} +0 -0
  97. /package/{scss/layout/mng/theme/_mng_theme_toggleswitch.scss → styles/tailwindcss-commons/styles/toggleswitch.css} +0 -0
@@ -1,28 +0,0 @@
1
- import { Injector } from '@angular/core';
2
- import { TranslateService } from '@ngx-translate/core';
3
- import { LayoutMenuMode, LayoutService } from '@mediusinc/mng-commons-layout';
4
- import { ColorScheme, CommonsService } from '@mediusinc/mng-commons/core';
5
- import * as i0 from "@angular/core";
6
- interface ColorSchemeOption {
7
- value: ColorScheme;
8
- label: string;
9
- }
10
- export declare class SettingsComponent {
11
- private readonly dynamicDialogConfig;
12
- private readonly dynamicDialogRef;
13
- readonly injector: Injector;
14
- readonly translate: TranslateService;
15
- readonly commons: CommonsService;
16
- readonly layout: LayoutService;
17
- readonly menuModes: LayoutMenuMode[];
18
- colorSchemeOptions: import("@angular/core").WritableSignal<ColorSchemeOption[]>;
19
- constructor();
20
- switchLocale(language: string): void;
21
- switchDataLocale(language: string): void;
22
- onMenuModeChange(mode: LayoutMenuMode): void;
23
- onColorSchemeChange(scheme: ColorScheme): void;
24
- closeDialog(): void;
25
- static ɵfac: i0.ɵɵFactoryDeclaration<SettingsComponent, never>;
26
- static ɵcmp: i0.ɵɵComponentDeclaration<SettingsComponent, "mng-settings", never, {}, {}, never, never, true, never>;
27
- }
28
- export {};
@@ -1,15 +0,0 @@
1
- import { ElementRef, Type } from '@angular/core';
2
- import { LayoutService } from '@mediusinc/mng-commons-layout';
3
- import * as i0 from "@angular/core";
4
- export declare class SidebarComponent {
5
- private readonly config;
6
- readonly layout: LayoutService;
7
- readonly el: ElementRef<any>;
8
- menuComponent: import("@angular/core").WritableSignal<Type<any> | undefined>;
9
- private timeout;
10
- onMouseEnter(): void;
11
- onMouseLeave(): void;
12
- anchor(): void;
13
- static ɵfac: i0.ɵɵFactoryDeclaration<SidebarComponent, never>;
14
- static ɵcmp: i0.ɵɵComponentDeclaration<SidebarComponent, "mng-sidebar", never, {}, {}, never, never, true, never>;
15
- }
@@ -1,16 +0,0 @@
1
- import { IUser } from '@mediusinc/mng-commons/core';
2
- import * as i0 from "@angular/core";
3
- export declare class TopbarUserComponent {
4
- private readonly injector;
5
- private readonly dialogService;
6
- private readonly commons;
7
- hrefJsVoid: import("@angular/platform-browser").SafeUrl;
8
- private readonly config;
9
- user: import("@angular/core").Signal<IUser | undefined>;
10
- userRoles: import("@angular/core").Signal<string[]>;
11
- settingsDisabled: import("@angular/core").WritableSignal<boolean>;
12
- logout(user: IUser | undefined, event: Event): void;
13
- openSettings(): void;
14
- static ɵfac: i0.ɵɵFactoryDeclaration<TopbarUserComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<TopbarUserComponent, "mng-topbar-user-component", never, {}, {}, never, never, true, never>;
16
- }
@@ -1,16 +0,0 @@
1
- import { ElementRef, Type } from '@angular/core';
2
- import { LayoutService } from '@mediusinc/mng-commons-layout';
3
- import { CommonsService } from '@mediusinc/mng-commons/core';
4
- import * as i0 from "@angular/core";
5
- export declare class TopbarComponent {
6
- readonly el: ElementRef<any>;
7
- readonly commons: CommonsService;
8
- readonly layout: LayoutService;
9
- protected readonly config: import("@mediusinc/mng-commons-layout").LayoutFeatureConfig | null;
10
- topbarUserComponent: import("@angular/core").WritableSignal<Type<any> | undefined>;
11
- breadcrumbComponent: import("@angular/core").WritableSignal<Type<any> | undefined>;
12
- onMenuButtonClick(): void;
13
- switchLocale(language: string): void;
14
- static ɵfac: i0.ɵɵFactoryDeclaration<TopbarComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<TopbarComponent, "mng-topbar", never, {}, {}, never, never, true, never>;
16
- }
@@ -1,19 +0,0 @@
1
- import { VersionConfig, VersionConfigType } from '@mediusinc/mng-commons/core';
2
- import * as i0 from "@angular/core";
3
- export declare class VersionComponent {
4
- private readonly versionService;
5
- private readonly configService;
6
- private readonly destroyRef;
7
- private readonly jsonPathPipe;
8
- readonly versionInput: import("@angular/core").InputSignal<VersionConfigType>;
9
- readonly isLoading: import("@angular/core").WritableSignal<boolean>;
10
- private readonly loadedVersion;
11
- versionAsArray: import("@angular/core").Signal<VersionConfig[] | undefined>;
12
- private readonly versionInfo;
13
- private readonly versionAsString;
14
- private readonly displayName;
15
- readonly displayText: import("@angular/core").Signal<string>;
16
- constructor();
17
- static ɵfac: i0.ɵɵFactoryDeclaration<VersionComponent, never>;
18
- static ɵcmp: i0.ɵɵComponentDeclaration<VersionComponent, "mng-version", never, { "versionInput": { "alias": "version"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
19
- }
@@ -1,7 +0,0 @@
1
- import { LayoutService } from '@mediusinc/mng-commons-layout';
2
- import * as i0 from "@angular/core";
3
- export declare class ErrorPageComponent {
4
- readonly layout: LayoutService;
5
- static ɵfac: i0.ɵɵFactoryDeclaration<ErrorPageComponent, never>;
6
- static ɵcmp: i0.ɵɵComponentDeclaration<ErrorPageComponent, "mng-error-page", never, {}, {}, never, never, true, never>;
7
- }
@@ -1,8 +0,0 @@
1
- import { RouteBuilder } from '@mediusinc/mng-commons/core';
2
- /**
3
- * Creates a layout route on the specified path.
4
- *
5
- * @param {String} path - The path of the route.
6
- * @return {RouteBuilder} - The route builder for the layout route.
7
- */
8
- export declare function createLayoutLazyRoute(path: string): RouteBuilder;
@@ -1,23 +0,0 @@
1
- import { OnDestroy, Type } from '@angular/core';
2
- import { LayoutService } from '@mediusinc/mng-commons-layout';
3
- import * as i0 from "@angular/core";
4
- export declare class MainLayoutComponent implements OnDestroy {
5
- private readonly config;
6
- readonly layout: LayoutService;
7
- private readonly menuService;
8
- private readonly renderer;
9
- private appTopbar;
10
- readonly ripple: import("@angular/core").WritableSignal<boolean>;
11
- topbarComponent: import("@angular/core").WritableSignal<Type<any> | undefined>;
12
- breadcrumbsComponent: import("@angular/core").WritableSignal<Type<any> | undefined>;
13
- footerComponent: import("@angular/core").WritableSignal<Type<any> | undefined>;
14
- useNotificationWrapper: import("@angular/core").WritableSignal<boolean>;
15
- private menuOutsideClickListener;
16
- constructor();
17
- blockBodyScroll(): void;
18
- unblockBodyScroll(): void;
19
- hideMenu(): void;
20
- ngOnDestroy(): void;
21
- static ɵfac: i0.ɵɵFactoryDeclaration<MainLayoutComponent, never>;
22
- static ɵcmp: i0.ɵɵComponentDeclaration<MainLayoutComponent, "mng-main-layout", never, {}, {}, never, never, true, never>;
23
- }
@@ -1,8 +0,0 @@
1
- import { RouteBuilder } from '@mediusinc/mng-commons/core';
2
- /**
3
- * Creates a layout route on the specified path.
4
- *
5
- * @param {String} path - The path of the route.
6
- * @return {RouteBuilder} - The route builder for the layout route.
7
- */
8
- export declare function createLayoutRoute(path: string): RouteBuilder;
@@ -1,7 +0,0 @@
1
- import { LayoutService } from '@mediusinc/mng-commons-layout';
2
- import * as i0 from "@angular/core";
3
- export declare class NotFoundPageComponent {
4
- readonly layout: LayoutService;
5
- static ɵfac: i0.ɵɵFactoryDeclaration<NotFoundPageComponent, never>;
6
- static ɵcmp: i0.ɵɵComponentDeclaration<NotFoundPageComponent, "mng-not-found-page", never, {}, {}, never, never, true, never>;
7
- }
@@ -1,5 +0,0 @@
1
- import { CommonsMenuItem, InternalCommonsMenuItem } from '@mediusinc/mng-commons/core';
2
- /**
3
- * @internal
4
- */
5
- export declare function prepareMenuItemsToInternal(menuItems: CommonsMenuItem[], parentKey?: string): InternalCommonsMenuItem[];
@@ -1,10 +0,0 @@
1
- export interface LayoutState {
2
- staticMenuDesktopInactive: boolean;
3
- overlayMenuActive: boolean;
4
- rightMenuActive: boolean;
5
- configSidebarVisible: boolean;
6
- staticMenuMobileActive: boolean;
7
- menuHoverActive: boolean;
8
- sidebarActive: boolean;
9
- anchored: boolean;
10
- }
@@ -1,4 +0,0 @@
1
- export interface MenuChangeEvent {
2
- key?: string;
3
- eventType?: 'routeChange' | 'reset';
4
- }
package/lib/provide.d.ts DELETED
@@ -1,8 +0,0 @@
1
- import { CommonsFeature } from '@mediusinc/mng-commons/core';
2
- import { LayoutFeatureConfig } from './services/layout-feature-config.token';
3
- /**
4
- * Prepares providers for usage of the layout functionalities.
5
- *
6
- * @returns {CommonsFeature} The `CommonsFeature` object with the layout configuration.
7
- */
8
- export declare function withLayout(config?: LayoutFeatureConfig): CommonsFeature;
@@ -1,91 +0,0 @@
1
- import { InjectionToken, Type } from '@angular/core';
2
- import { MenuItem } from 'primeng/api';
3
- export type LayoutMenuMode = 'static' | 'overlay' | 'reveal' | 'drawer' | 'slim' | 'slim-plus';
4
- export type ColorScheme = 'light' | 'dark' | 'auto';
5
- /**
6
- * Set of configurations for layout customization.
7
- */
8
- export interface LayoutFeatureConfig {
9
- /**
10
- * Choose default menu mode.
11
- */
12
- menuMode?: LayoutMenuMode;
13
- /**
14
- * Sets available menu modes.
15
- */
16
- menuModes?: LayoutMenuMode[];
17
- /**
18
- * Predefines menu modes (instead of taking them from route data config).
19
- */
20
- menuItems?: MenuItem[];
21
- /**
22
- * Logo path (usually icon part only).
23
- */
24
- logoPath?: string | false;
25
- /**
26
- * Logo path for light color mode (usually icon part only).
27
- */
28
- logoPathLight?: string;
29
- /**
30
- * Logo path for dark color mode (usually icon part only).
31
- */
32
- logoPathDark?: string;
33
- /**
34
- * Logo path (usually name part only).
35
- */
36
- logoNamePath?: string | false;
37
- /**
38
- * Logo path for light color mode (usually name part only).
39
- */
40
- logoNamePathLight?: string;
41
- /**
42
- * Logo path for dark color mode (usually name part only).
43
- */
44
- logoNamePathDark?: string;
45
- /**
46
- * Default color scheme (defaults to 'auto').
47
- */
48
- colorScheme?: ColorScheme;
49
- /**
50
- * Enable ripple effect.
51
- */
52
- ripple?: boolean;
53
- /**
54
- * Disables wrapping layout in notification wrapper.
55
- */
56
- disableNotificationWrapper?: boolean;
57
- /**
58
- * Set custom components instead of default layout's one. If false provided for component, then it will not be displayed.
59
- */
60
- components?: {
61
- /**
62
- * Specify custom topbar component or disable (if false).
63
- */
64
- topbar?: Type<any> | false;
65
- /**
66
- * Specify custom menu component or disable (if false).
67
- */
68
- menu?: Type<any> | false;
69
- /**
70
- * Specify custom footer component or disable (if false).
71
- */
72
- footer?: Type<any> | false;
73
- /**
74
- * Specify custom breadcrumb component or disable (if false).
75
- */
76
- breadcrumb?: Type<any> | false;
77
- /**
78
- * Specify custom topbarUser component or disable (if false).
79
- */
80
- topbarUser?: Type<any> | false;
81
- /**
82
- * Specify custom version component or disable (if false).
83
- */
84
- version?: Type<any> | false;
85
- /**
86
- * Specify custom settings component or disable (if false).
87
- */
88
- settings?: Type<any> | false;
89
- };
90
- }
91
- export declare const COMMONS_LAYOUT_FEATURE_CONFIG_IT: InjectionToken<LayoutFeatureConfig>;
@@ -1,48 +0,0 @@
1
- import { LayoutState } from '../models/layout-state.model';
2
- import { ColorScheme, LayoutMenuMode } from './layout-feature-config.token';
3
- import * as i0 from "@angular/core";
4
- export declare class LayoutService {
5
- private readonly typeName;
6
- private readonly storageMenuModeKey;
7
- private readonly storageColorSchemeKey;
8
- private readonly platformId;
9
- private readonly document;
10
- private readonly commonsConfig;
11
- private readonly config;
12
- private readonly storageService;
13
- state: import("@angular/core").WritableSignal<LayoutState>;
14
- private overlayOpen;
15
- overlayOpen$: import("rxjs").Observable<any>;
16
- private _colorSchemeSetting;
17
- colorSchemeSetting: import("@angular/core").Signal<ColorScheme>;
18
- private _colorScheme;
19
- colorScheme: import("@angular/core").Signal<ColorScheme>;
20
- colorSchemeIsLight: import("@angular/core").Signal<boolean>;
21
- private getInitColorScheme;
22
- private getInitActualColorScheme;
23
- private getDefaultColorScheme;
24
- setColorScheme(scheme: ColorScheme): void;
25
- readonly menuModes: LayoutMenuMode[];
26
- private _menuMode;
27
- menuMode: import("@angular/core").Signal<LayoutMenuMode>;
28
- private appLogoLight;
29
- private appLogoDark;
30
- appLogo: import("@angular/core").Signal<string | false>;
31
- private appLogoNameLight;
32
- private appLogoNameDark;
33
- appLogoName: import("@angular/core").Signal<string | false>;
34
- isOverlay: import("@angular/core").Signal<boolean>;
35
- isSlim: import("@angular/core").Signal<boolean>;
36
- isSlimPlus: import("@angular/core").Signal<boolean>;
37
- submenuOverlayKey: import("@angular/core").WritableSignal<string | undefined>;
38
- constructor();
39
- onMenuModeChange(mode: LayoutMenuMode): void;
40
- onMenuToggle(): void;
41
- onOverlaySubmenuOpen(key: string): void;
42
- onOverlaySubmenuClose(): void;
43
- isDesktop(): boolean;
44
- isMobile(): boolean;
45
- private initMenuMode;
46
- static ɵfac: i0.ɵɵFactoryDeclaration<LayoutService, never>;
47
- static ɵprov: i0.ɵɵInjectableDeclaration<LayoutService>;
48
- }
@@ -1,22 +0,0 @@
1
- import { CommonsMenuItem, InternalCommonsMenuItem } from '@mediusinc/mng-commons/core';
2
- import { MenuChangeEvent } from '../models/menu.model';
3
- import * as i0 from "@angular/core";
4
- export declare class MenuService {
5
- private readonly destroyRef;
6
- private readonly logger;
7
- private readonly router;
8
- private readonly commonsRouter;
9
- private readonly _menuItems;
10
- menuItems: import("@angular/core").Signal<InternalCommonsMenuItem[]>;
11
- private readonly menuChangeSubject;
12
- menuChange$: import("rxjs").Observable<MenuChangeEvent>;
13
- private routeLoadedChildrenSubscriptions;
14
- setItems(menuItems: Array<CommonsMenuItem>): void;
15
- private appendListenersToLazyChildren;
16
- private findAndSetActiveMenuItem;
17
- private listenToMenuItemLazyChildrenLoad;
18
- private findActiveRouteMatches;
19
- reset(): void;
20
- static ɵfac: i0.ɵɵFactoryDeclaration<MenuService, never>;
21
- static ɵprov: i0.ɵɵInjectableDeclaration<MenuService>;
22
- }
@@ -1,14 +0,0 @@
1
- import { HttpClient } from '@angular/common/http';
2
- import { Observable } from 'rxjs';
3
- import { CommonsConfigurationService } from '@mediusinc/mng-commons/core';
4
- import * as i0 from "@angular/core";
5
- export declare class VersionService {
6
- private http;
7
- private configurationService;
8
- private readonly logger;
9
- private cache;
10
- constructor(http: HttpClient, configurationService: CommonsConfigurationService);
11
- loadVersion(path: string, baseConfigKey?: string, jsonPath?: string): Observable<unknown>;
12
- static ɵfac: i0.ɵɵFactoryDeclaration<VersionService, never>;
13
- static ɵprov: i0.ɵɵInjectableDeclaration<VersionService>;
14
- }
package/scss/commons.scss DELETED
@@ -1 +0,0 @@
1
- @use './layout/layout';
@@ -1 +0,0 @@
1
- $breakpoint: 992px !default;
@@ -1,18 +0,0 @@
1
- .layout-topbar .topbar-menu li.topbar-item a {
2
- display: flex;
3
- align-items: center;
4
- }
5
-
6
- .layout-topbar .topbar-menu li.topbar-item ul {
7
- padding: 8px 0 8px 0;
8
- background: var(--surface-card);
9
- box-shadow: var(--p-overlay-navigation-shadow);
10
-
11
- & li {
12
- margin-left: 0;
13
-
14
- a {
15
- padding: 10px;
16
- }
17
- }
18
- }
File without changes
File without changes