@rxap/layout 16.0.0-dev.10 → 16.0.0-dev.12

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.
@@ -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": { "alias": "sidenav"; "required": false; }; }, {}, never, never, true, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<SidenavToggleButtonComponent, "rxap-sidenav-toggle-button", never, { "sidenav": { "alias": "sidenav"; "required": true; }; }, {}, never, never, true, never>;
7
7
  }
@@ -1,13 +1,10 @@
1
- import { ConfigService } from '@rxap/config';
2
- import { I18nService } from './i18n.service';
3
1
  import { RxapUserProfileService } from '@rxap/authentication';
2
+ import { I18nService } from './i18n.service';
4
3
  import * as i0 from "@angular/core";
5
4
  export declare class I18nCheckGuard {
6
- private readonly config;
7
- private readonly localId;
8
5
  private readonly i18nService;
9
6
  private readonly userProfileService;
10
- constructor(config: ConfigService, localId: string, i18nService: I18nService, userProfileService: RxapUserProfileService);
7
+ constructor(i18nService: I18nService, userProfileService: RxapUserProfileService);
11
8
  canActivate(): Promise<boolean>;
12
9
  static ɵfac: i0.ɵɵFactoryDeclaration<I18nCheckGuard, never>;
13
10
  static ɵprov: i0.ɵɵInjectableDeclaration<I18nCheckGuard>;
@@ -28,5 +28,5 @@ export declare class NavigationItemComponent implements OnChanges, OnDestroy {
28
28
  isNavigationItem(item: NavigationItem | NavigationDividerItem): item is NavigationItem;
29
29
  asNavigationItem(item: NavigationItem | NavigationDividerItem): NavigationItem;
30
30
  static ɵfac: i0.ɵɵFactoryDeclaration<NavigationItemComponent, never>;
31
- static ɵcmp: i0.ɵɵComponentDeclaration<NavigationItemComponent, "li[rxap-navigation-item]", never, { "level": { "alias": "level"; "required": false; }; "item": { "alias": "item"; "required": false; }; }, {}, never, never, true, never>;
31
+ static ɵcmp: i0.ɵɵComponentDeclaration<NavigationItemComponent, "li[rxap-navigation-item]", never, { "level": { "alias": "level"; "required": false; }; "item": { "alias": "item"; "required": true; }; }, {}, never, never, true, never>;
32
32
  }
@@ -1,8 +1,8 @@
1
1
  import { ChangeDetectorRef, OnDestroy, OnInit } from '@angular/core';
2
2
  import { Subscription } from 'rxjs';
3
+ import { SidenavComponentService } from '../sidenav/sidenav.component.service';
3
4
  import { Navigation, NavigationDividerItem, NavigationItem } from './navigation-item';
4
5
  import { NavigationService } from './navigation.service';
5
- import { SidenavComponentService } from '../sidenav/sidenav.component.service';
6
6
  import * as i0 from "@angular/core";
7
7
  export declare class NavigationComponent implements OnInit, OnDestroy {
8
8
  private readonly navigationService;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rxap/layout",
3
- "version": "16.0.0-dev.10",
3
+ "version": "16.0.0-dev.12",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^16.1.4",
6
6
  "@angular/cdk": "^16.1.4",
@@ -10,15 +10,15 @@
10
10
  "@angular/forms": "^16.1.4",
11
11
  "@angular/material": "^16.1.4",
12
12
  "@angular/router": "^16.1.4",
13
- "@rxap/authentication": "^16.0.0-dev.7",
14
- "@rxap/browser-utilities": "^0.0.2-dev.0",
15
- "@rxap/config": "^16.0.0-dev.8",
16
- "@rxap/data-source": "^16.0.0-dev.8",
17
- "@rxap/directives": "^16.0.0-dev.7",
18
- "@rxap/environment": "^16.0.0-dev.7",
19
- "@rxap/material-directives": "^16.0.0-dev.9",
20
- "@rxap/services": "^16.0.0-dev.7",
21
- "@rxap/utilities": "^16.0.0-dev.5",
13
+ "@rxap/authentication": "^16.0.0-dev.8",
14
+ "@rxap/browser-utilities": "^0.0.2-dev.1",
15
+ "@rxap/config": "^16.0.0-dev.9",
16
+ "@rxap/data-source": "^16.0.0-dev.10",
17
+ "@rxap/directives": "^16.0.0-dev.9",
18
+ "@rxap/environment": "^16.0.0-dev.8",
19
+ "@rxap/material-directives": "^16.0.0-dev.11",
20
+ "@rxap/services": "^16.0.0-dev.8",
21
+ "@rxap/utilities": "^16.0.0-dev.7",
22
22
  "rxjs": "^7.8.0"
23
23
  },
24
24
  "sideEffects": false,
@@ -55,39 +55,39 @@
55
55
  "packageGroup": [
56
56
  {
57
57
  "package": "@rxap/authentication",
58
- "version": "16.0.0-dev.7"
58
+ "version": "16.0.0-dev.8"
59
59
  },
60
60
  {
61
61
  "package": "@rxap/browser-utilities",
62
- "version": "0.0.2-dev.0"
62
+ "version": "0.0.2-dev.1"
63
63
  },
64
64
  {
65
65
  "package": "@rxap/config",
66
- "version": "16.0.0-dev.8"
66
+ "version": "16.0.0-dev.9"
67
67
  },
68
68
  {
69
69
  "package": "@rxap/data-source",
70
- "version": "16.0.0-dev.8"
70
+ "version": "16.0.0-dev.10"
71
71
  },
72
72
  {
73
73
  "package": "@rxap/directives",
74
- "version": "16.0.0-dev.7"
74
+ "version": "16.0.0-dev.9"
75
75
  },
76
76
  {
77
77
  "package": "@rxap/environment",
78
- "version": "16.0.0-dev.7"
78
+ "version": "16.0.0-dev.8"
79
79
  },
80
80
  {
81
81
  "package": "@rxap/material-directives",
82
- "version": "16.0.0-dev.9"
82
+ "version": "16.0.0-dev.11"
83
83
  },
84
84
  {
85
85
  "package": "@rxap/services",
86
- "version": "16.0.0-dev.7"
86
+ "version": "16.0.0-dev.8"
87
87
  },
88
88
  {
89
89
  "package": "@rxap/utilities",
90
- "version": "16.0.0-dev.5"
90
+ "version": "16.0.0-dev.7"
91
91
  },
92
92
  {
93
93
  "package": "@rxap/rxjs",
@@ -95,7 +95,7 @@
95
95
  }
96
96
  ]
97
97
  },
98
- "gitHead": "20620e6fe09d85f69aedad8c9193f03a12e58951",
98
+ "gitHead": "8be6612428b63a297a57b3f621a9a69e492dd827",
99
99
  "module": "fesm2022/rxap-layout.mjs",
100
100
  "typings": "index.d.ts",
101
101
  "exports": {