@rxap/layout 13.0.0 → 14.0.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 (60) hide show
  1. package/esm2020/lib/footer/footer.component.mjs +4 -4
  2. package/esm2020/lib/footer/footer.component.module.mjs +4 -6
  3. package/esm2020/lib/header/apps-button/apps-button.component.mjs +9 -9
  4. package/esm2020/lib/header/apps-button/apps-button.component.module.mjs +8 -10
  5. package/esm2020/lib/header/header.component.mjs +11 -11
  6. package/esm2020/lib/header/header.component.module.mjs +14 -16
  7. package/esm2020/lib/header/language-selector/language-selector.component.mjs +8 -8
  8. package/esm2020/lib/header/language-selector/language-selector.component.module.mjs +4 -6
  9. package/esm2020/lib/header/navigation-progress-bar/navigation-progress-bar.component.mjs +4 -4
  10. package/esm2020/lib/header/navigation-progress-bar/navigation-progress-bar.component.module.mjs +3 -5
  11. package/esm2020/lib/header/reset-button/reset-button.component.mjs +4 -4
  12. package/esm2020/lib/header/reset-button/reset-button.component.module.mjs +3 -5
  13. package/esm2020/lib/header/sidenav-toggle-button/sidenav-toggle-button.component.mjs +5 -5
  14. package/esm2020/lib/header/sidenav-toggle-button/sidenav-toggle-button.component.module.mjs +4 -6
  15. package/esm2020/lib/header/sign-out/sign-out.component.mjs +4 -4
  16. package/esm2020/lib/header/sign-out/sign-out.component.module.mjs +4 -6
  17. package/esm2020/lib/header/user-profile-icon/user-profile-icon.component.mjs +6 -6
  18. package/esm2020/lib/header/user-profile-icon/user-profile-icon.component.module.mjs +6 -8
  19. package/esm2020/lib/layout/layout.component.mjs +9 -9
  20. package/esm2020/lib/layout/layout.component.module.mjs +11 -13
  21. package/esm2020/lib/navigation/navigation-item/navigation-item.component.mjs +2 -2
  22. package/esm2020/lib/navigation/navigation.component.mjs +5 -5
  23. package/esm2020/lib/navigation/navigation.component.module.mjs +20 -22
  24. package/esm2020/lib/sidenav/sidenav.component.mjs +8 -8
  25. package/esm2020/lib/sidenav/sidenav.component.module.mjs +7 -9
  26. package/esm2020/lib/sidenav/version/version.component.mjs +2 -2
  27. package/esm2020/lib/sidenav/version/version.component.module.mjs +3 -5
  28. package/esm2020/lib/sidenav-content/sidenav-content.component.mjs +2 -2
  29. package/esm2020/lib/sidenav-content/sidenav-content.component.module.mjs +3 -5
  30. package/esm2020/lib/toggle-window-sidenav-button/toggle-window-sidenav-button.component.mjs +3 -3
  31. package/esm2020/lib/toggle-window-sidenav-button/toggle-window-sidenav-button.component.module.mjs +4 -6
  32. package/esm2020/lib/window-container-sidenav/window-container-sidenav.component.mjs +1 -1
  33. package/esm2020/lib/window-container-sidenav/window-container-sidenav.component.module.mjs +4 -6
  34. package/fesm2015/rxap-layout.mjs +456 -488
  35. package/fesm2015/rxap-layout.mjs.map +1 -1
  36. package/fesm2020/rxap-layout.mjs +415 -447
  37. package/fesm2020/rxap-layout.mjs.map +1 -1
  38. package/lib/footer/footer.component.d.ts +1 -1
  39. package/lib/footer.directive.d.ts +1 -1
  40. package/lib/header/apps-button/apps-button.component.d.ts +1 -1
  41. package/lib/header/header.component.d.ts +1 -1
  42. package/lib/header/language-selector/language-selector.component.d.ts +1 -1
  43. package/lib/header/navigation-progress-bar/navigation-progress-bar.component.d.ts +1 -1
  44. package/lib/header/reset-button/reset-button.component.d.ts +1 -1
  45. package/lib/header/sidenav-toggle-button/sidenav-toggle-button.component.d.ts +1 -1
  46. package/lib/header/sign-out/sign-out.component.d.ts +1 -1
  47. package/lib/header/user-profile-icon/user-profile-icon.component.d.ts +1 -1
  48. package/lib/layout/layout.component.d.ts +1 -1
  49. package/lib/navigation/navigation-item/navigation-item.component.d.ts +1 -1
  50. package/lib/navigation/navigation.component.d.ts +1 -1
  51. package/lib/navigation/replace-router-paths.pipe.d.ts +1 -1
  52. package/lib/sidenav/sidenav-footer.directive.d.ts +1 -1
  53. package/lib/sidenav/sidenav-header.directive.d.ts +1 -1
  54. package/lib/sidenav/sidenav.component.d.ts +1 -1
  55. package/lib/sidenav/version/version.component.d.ts +1 -1
  56. package/lib/sidenav-content/sidenav-content.component.d.ts +1 -1
  57. package/lib/toggle-window-sidenav-button/toggle-window-sidenav-button.component.d.ts +1 -1
  58. package/lib/window-container-sidenav/window-container-sidenav.component.d.ts +1 -1
  59. package/package.json +22 -25
  60. package/rxap-layout.d.ts +0 -5
@@ -4,5 +4,5 @@ export declare class FooterComponent {
4
4
  readonly footerService: FooterService;
5
5
  constructor(footerService: FooterService);
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<FooterComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<FooterComponent, "rxap-footer", never, {}, {}, never, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<FooterComponent, "rxap-footer", never, {}, {}, never, never, false>;
8
8
  }
@@ -10,7 +10,7 @@ export declare class FooterDirective implements OnInit, OnDestroy {
10
10
  ngOnInit(): void;
11
11
  ngOnDestroy(): void;
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<FooterDirective, never>;
13
- static ɵdir: i0.ɵɵDirectiveDeclaration<FooterDirective, "[rxapFooter]", never, {}, {}, never>;
13
+ static ɵdir: i0.ɵɵDirectiveDeclaration<FooterDirective, "[rxapFooter]", never, {}, {}, never, never, false>;
14
14
  }
15
15
  export declare class FooterDirectiveModule {
16
16
  static ɵfac: i0.ɵɵFactoryDeclaration<FooterDirectiveModule, never>;
@@ -20,5 +20,5 @@ export declare class AppsButtonComponent {
20
20
  grid: Array<AppsButtonGridItem>;
21
21
  constructor(grid: any, config: ConfigService);
22
22
  static ɵfac: i0.ɵɵFactoryDeclaration<AppsButtonComponent, [{ optional: true; }, null]>;
23
- static ɵcmp: i0.ɵɵComponentDeclaration<AppsButtonComponent, "rxap-apps-button", never, {}, {}, never, never>;
23
+ static ɵcmp: i0.ɵɵComponentDeclaration<AppsButtonComponent, "rxap-apps-button", never, {}, {}, never, never, false>;
24
24
  }
@@ -22,5 +22,5 @@ export declare class HeaderComponent implements OnInit, OnDestroy {
22
22
  updateComponents(): void;
23
23
  ngOnDestroy(): void;
24
24
  static ɵfac: i0.ɵɵFactoryDeclaration<HeaderComponent, [null, null, { optional: true; }]>;
25
- static ɵcmp: i0.ɵɵComponentDeclaration<HeaderComponent, "rxap-header", never, { "sidenav": "sidenav"; "color": "color"; "settingsMenuPanel": "settingsMenuPanel"; }, {}, never, ["*"]>;
25
+ static ɵcmp: i0.ɵɵComponentDeclaration<HeaderComponent, "rxap-header", never, { "sidenav": "sidenav"; "color": "color"; "settingsMenuPanel": "settingsMenuPanel"; }, {}, never, ["*"], false>;
26
26
  }
@@ -19,5 +19,5 @@ export declare class LanguageSelectorComponent {
19
19
  readonly language: LanguageSelectorService;
20
20
  constructor(language: LanguageSelectorService);
21
21
  static ɵfac: i0.ɵɵFactoryDeclaration<LanguageSelectorComponent, never>;
22
- static ɵcmp: i0.ɵɵComponentDeclaration<LanguageSelectorComponent, "rxap-language-selector", never, {}, {}, never, never>;
22
+ static ɵcmp: i0.ɵɵComponentDeclaration<LanguageSelectorComponent, "rxap-language-selector", never, {}, {}, never, never, false>;
23
23
  }
@@ -6,5 +6,5 @@ export declare class NavigationProgressBarComponent {
6
6
  navigating$: Observable<boolean>;
7
7
  constructor(router: Router);
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<NavigationProgressBarComponent, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<NavigationProgressBarComponent, "rxap-navigation-progress-bar", never, {}, {}, never, never>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<NavigationProgressBarComponent, "rxap-navigation-progress-bar", never, {}, {}, never, never, false>;
10
10
  }
@@ -4,5 +4,5 @@ export declare class ResetButtonComponent {
4
4
  readonly resetService: ResetService;
5
5
  constructor(resetService: ResetService);
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<ResetButtonComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<ResetButtonComponent, "rxap-reset-button", never, {}, {}, never, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<ResetButtonComponent, "rxap-reset-button", never, {}, {}, never, never, false>;
8
8
  }
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
3
3
  export declare class SidenavToggleButtonComponent {
4
4
  sidenav: MatSidenav;
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<SidenavToggleButtonComponent, never>;
6
- static ɵcmp: i0.ɵɵComponentDeclaration<SidenavToggleButtonComponent, "rxap-sidenav-toggle-button", never, { "sidenav": "sidenav"; }, {}, never, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<SidenavToggleButtonComponent, "rxap-sidenav-toggle-button", never, { "sidenav": "sidenav"; }, {}, never, never, false>;
7
7
  }
@@ -5,5 +5,5 @@ export declare class SignOutComponent {
5
5
  constructor(router: Router);
6
6
  redirectToRoot(): void;
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<SignOutComponent, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<SignOutComponent, "rxap-sign-out", never, {}, {}, never, never>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<SignOutComponent, "rxap-sign-out", never, {}, {}, never, never, false>;
9
9
  }
@@ -7,5 +7,5 @@ export declare class UserProfileIconComponent {
7
7
  userName$: Observable<string>;
8
8
  constructor(userService: UserService);
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<UserProfileIconComponent, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<UserProfileIconComponent, "rxap-user-profile-icon", never, {}, {}, never, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<UserProfileIconComponent, "rxap-user-profile-icon", never, {}, {}, never, never, false>;
11
11
  }
@@ -7,5 +7,5 @@ export declare class LayoutComponent {
7
7
  sidenav: MatSidenav;
8
8
  constructor(layoutComponentService: LayoutComponentService);
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<LayoutComponent, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<LayoutComponent, "rxap-layout", never, {}, {}, never, ["*"]>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<LayoutComponent, "rxap-layout", never, {}, {}, never, ["*"], false>;
11
11
  }
@@ -35,5 +35,5 @@ export declare class NavigationItemComponent implements OnChanges, AfterViewInit
35
35
  isNavigationItem(item: NavigationItem | NavigationDividerItem): item is NavigationItem;
36
36
  asNavigationItem(item: NavigationItem | NavigationDividerItem): NavigationItem;
37
37
  static ɵfac: i0.ɵɵFactoryDeclaration<NavigationItemComponent, never>;
38
- static ɵcmp: i0.ɵɵComponentDeclaration<NavigationItemComponent, "li[rxap-navigation-item]", never, { "item": "item"; "level": "level"; }, {}, never, never>;
38
+ static ɵcmp: i0.ɵɵComponentDeclaration<NavigationItemComponent, "li[rxap-navigation-item]", never, { "item": "item"; "level": "level"; }, {}, never, never, false>;
39
39
  }
@@ -20,5 +20,5 @@ export declare class NavigationComponent implements OnInit, OnDestroy {
20
20
  isNavigationItem(item: NavigationItem | NavigationDividerItem): item is NavigationItem;
21
21
  asNavigationItem(item: NavigationItem | NavigationDividerItem): NavigationItem;
22
22
  static ɵfac: i0.ɵɵFactoryDeclaration<NavigationComponent, never>;
23
- static ɵcmp: i0.ɵɵComponentDeclaration<NavigationComponent, "ul[rxap-navigation]", never, { "root": "root"; "items": "items"; "level": "level"; }, {}, never, never>;
23
+ static ɵcmp: i0.ɵɵComponentDeclaration<NavigationComponent, "ul[rxap-navigation]", never, { "root": "root"; "items": "items"; "level": "level"; }, {}, never, never, false>;
24
24
  }
@@ -7,7 +7,7 @@ export declare class ReplaceRouterPathsPipe implements PipeTransform {
7
7
  constructor(rrp: ReplaceRouterPathsService);
8
8
  transform(routerLink: string[]): Observable<string[]>;
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<ReplaceRouterPathsPipe, never>;
10
- static ɵpipe: i0.ɵɵPipeDeclaration<ReplaceRouterPathsPipe, "replaceRouterPaths">;
10
+ static ɵpipe: i0.ɵɵPipeDeclaration<ReplaceRouterPathsPipe, "replaceRouterPaths", false>;
11
11
  }
12
12
  export declare class ReplaceRouterPathsPipeModule {
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<ReplaceRouterPathsPipeModule, never>;
@@ -4,5 +4,5 @@ export declare class SidenavFooterDirective {
4
4
  readonly template: TemplateRef<void>;
5
5
  constructor(template: TemplateRef<void>);
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<SidenavFooterDirective, never>;
7
- static ɵdir: i0.ɵɵDirectiveDeclaration<SidenavFooterDirective, "[rxapSidenavFooter]", never, {}, {}, never>;
7
+ static ɵdir: i0.ɵɵDirectiveDeclaration<SidenavFooterDirective, "[rxapSidenavFooter]", never, {}, {}, never, never, false>;
8
8
  }
@@ -4,5 +4,5 @@ export declare class SidenavHeaderDirective {
4
4
  readonly template: TemplateRef<void>;
5
5
  constructor(template: TemplateRef<void>);
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<SidenavHeaderDirective, never>;
7
- static ɵdir: i0.ɵɵDirectiveDeclaration<SidenavHeaderDirective, "[rxapSidenavHeader]", never, {}, {}, never>;
7
+ static ɵdir: i0.ɵɵDirectiveDeclaration<SidenavHeaderDirective, "[rxapSidenavHeader]", never, {}, {}, never, never, false>;
8
8
  }
@@ -8,5 +8,5 @@ export declare class SidenavComponent {
8
8
  sidenavHeaderDirective?: SidenavHeaderDirective;
9
9
  constructor(sidenav: SidenavComponentService);
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<SidenavComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<SidenavComponent, "rxap-sidenav", never, {}, {}, ["sidenavFooterDirective", "sidenavHeaderDirective"], never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<SidenavComponent, "rxap-sidenav", never, {}, {}, ["sidenavFooterDirective", "sidenavHeaderDirective"], never, false>;
12
12
  }
@@ -10,5 +10,5 @@ export declare class VersionComponent implements OnInit, OnDestroy {
10
10
  ngOnInit(): void;
11
11
  ngOnDestroy(): void;
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<VersionComponent, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<VersionComponent, "rxap-version", never, {}, {}, never, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<VersionComponent, "rxap-version", never, {}, {}, never, never, false>;
14
14
  }
@@ -8,5 +8,5 @@ export declare class SidenavContentComponent implements OnInit {
8
8
  constructor(sccs: SidenavContentComponentService);
9
9
  ngOnInit(): void;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<SidenavContentComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<SidenavContentComponent, "rxap-sidenav-content", never, { "sidenav": "sidenav"; }, {}, never, ["*"]>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<SidenavContentComponent, "rxap-sidenav-content", never, { "sidenav": "sidenav"; }, {}, never, ["*"], false>;
12
12
  }
@@ -7,5 +7,5 @@ export declare class ToggleWindowSidenavButtonComponent implements OnInit {
7
7
  ngOnInit(): void;
8
8
  toggle(): void;
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<ToggleWindowSidenavButtonComponent, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<ToggleWindowSidenavButtonComponent, "rxap-toggle-window-sidenav-button", never, { "openWindowSidenav": "openWindowSidenav"; }, { "openWindowSidenavChange": "openWindowSidenavChange"; }, never, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<ToggleWindowSidenavButtonComponent, "rxap-toggle-window-sidenav-button", never, { "openWindowSidenav": "openWindowSidenav"; }, { "openWindowSidenavChange": "openWindowSidenavChange"; }, never, never, false>;
11
11
  }
@@ -13,5 +13,5 @@ export declare class WindowContainerSidenavComponent implements OnInit, OnDestro
13
13
  private add;
14
14
  private remove;
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<WindowContainerSidenavComponent, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<WindowContainerSidenavComponent, "rxap-window-container-sidenav", never, {}, {}, never, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<WindowContainerSidenavComponent, "rxap-window-container-sidenav", never, {}, {}, never, never, false>;
17
17
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rxap/layout",
3
- "version": "13.0.0",
3
+ "version": "14.0.0",
4
4
  "bugs": {
5
5
  "url": "https://gitlab.com/rxap/packages/-/issues",
6
6
  "email": "incoming+rxap-packages-14898188-issue-@incoming.gitlab.com"
@@ -17,29 +17,29 @@
17
17
  "license": "MIT",
18
18
  "description": "A collection of components and services that provides standard layouts for angular applications.",
19
19
  "peerDependencies": {
20
- "@angular-devkit/schematics": "^13.2.4",
21
- "@angular/animations": "^13.2.3",
22
- "@angular/cdk": "^13.2.3",
23
- "@angular/common": "^13.2.3",
24
- "@angular/core": "^13.2.3",
25
- "@angular/flex-layout": "^13.0.0-beta.38",
26
- "@angular/forms": "^13.2.3",
27
- "@angular/localize": "^13.2.3",
28
- "@angular/material": "^13.2.3",
29
- "@angular/platform-browser": "^13.2.3",
30
- "@angular/platform-browser-dynamic": "^13.2.3",
31
- "@angular/router": "^13.2.3",
20
+ "@angular-devkit/schematics": "^14.2.3",
21
+ "@angular/animations": "^14.2.2",
22
+ "@angular/cdk": "^14.2.2",
23
+ "@angular/common": "^14.2.2",
24
+ "@angular/core": "^14.2.2",
25
+ "@angular/flex-layout": "^14.0.0-beta.40",
26
+ "@angular/forms": "^14.2.2",
27
+ "@angular/localize": "^14.2.2",
28
+ "@angular/material": "^14.2.2",
29
+ "@angular/platform-browser": "^14.2.2",
30
+ "@angular/platform-browser-dynamic": "^14.2.2",
31
+ "@angular/router": "^14.2.2",
32
32
  "@rxap/authentication": "^13.0.0",
33
- "@rxap/components": "^13.0.0",
33
+ "@rxap/components": "^14.0.0",
34
34
  "@rxap/config": "^13.0.0",
35
35
  "@rxap/definition": "^13.0.0",
36
36
  "@rxap/directives": "^13.0.0",
37
- "@rxap/forms": "^13.0.0",
38
- "@rxap/material-directives": "^13.0.0",
37
+ "@rxap/forms": "^14.0.0",
38
+ "@rxap/material-directives": "^14.0.0",
39
39
  "@rxap/services": "^13.0.0",
40
40
  "@rxap/utilities": "^13.0.0",
41
41
  "reflect-metadata": "^0.1.13",
42
- "rxjs": "^6.5.5"
42
+ "rxjs": "^6.6.0"
43
43
  },
44
44
  "schematics": "./collection.json",
45
45
  "ng-update": {
@@ -65,24 +65,21 @@
65
65
  "save": "dependencies"
66
66
  },
67
67
  "dependencies": {
68
- "@rxap/schematics-utilities": "^13.0.0-next.1",
69
- "tslib": "^2.3.1",
70
- "@rxap/schematics-ts-morph": "^13.0.0-next.1",
71
- "@rxap/validator": "1.0.0",
72
- "uuid": "8.3.2"
68
+ "@rxap/schematics-utilities": "^14.0.0",
69
+ "tslib": "^2.3.1"
73
70
  },
74
71
  "module": "fesm2015/rxap-layout.mjs",
75
72
  "es2020": "fesm2020/rxap-layout.mjs",
76
73
  "esm2020": "esm2020/rxap-layout.mjs",
77
74
  "fesm2020": "fesm2020/rxap-layout.mjs",
78
75
  "fesm2015": "fesm2015/rxap-layout.mjs",
79
- "typings": "rxap-layout.d.ts",
76
+ "typings": "index.d.ts",
80
77
  "exports": {
81
78
  "./package.json": {
82
79
  "default": "./package.json"
83
80
  },
84
81
  ".": {
85
- "types": "./rxap-layout.d.ts",
82
+ "types": "./index.d.ts",
86
83
  "esm2020": "./esm2020/rxap-layout.mjs",
87
84
  "es2020": "./fesm2020/rxap-layout.mjs",
88
85
  "es2015": "./fesm2015/rxap-layout.mjs",
@@ -94,4 +91,4 @@
94
91
  "scripts": {
95
92
  "prepublishOnly": "node --eval \"console.error('ERROR: Trying to publish a package that has been compiled by Ivy in full compilation mode. This is not allowed.\\nPlease delete and rebuild the package with Ivy partial compilation mode, before attempting to publish.\\n')\" && exit 1"
96
93
  }
97
- }
94
+ }
package/rxap-layout.d.ts DELETED
@@ -1,5 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- /// <amd-module name="@rxap/layout" />
5
- export * from './index';