@csmart/ngc-smart-core 1.14.32 → 1.15.1

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 (28) hide show
  1. package/esm2020/lib/ngc-smart-core.module.mjs +12 -12
  2. package/esm2020/lib/smart-auth/smart-access-control.directive.mjs +4 -4
  3. package/esm2020/lib/smart-auth/smart-auth.service.mjs +4 -4
  4. package/esm2020/lib/smart-auth/smart-authorization-guard.service.mjs +4 -4
  5. package/esm2020/lib/smart-auth/smart-error.component.mjs +4 -4
  6. package/esm2020/lib/smart-auth/smart-login-staff-resolver.service.mjs +4 -4
  7. package/esm2020/lib/smart-auth/smart-selected-offender-resolver.service.mjs +4 -4
  8. package/esm2020/lib/smart-navbar/smart-navbar.component.mjs +7 -7
  9. package/esm2020/lib/smart-navbar/smart-navbar.service.mjs +4 -4
  10. package/esm2020/lib/smart-offender-header/smart-offender-header.component.mjs +7 -7
  11. package/esm2020/lib/smart-offender-header/smart-offender-header.service.mjs +4 -4
  12. package/esm2020/lib/smart-offender-header/smart-offender-redirect.guard.mjs +4 -4
  13. package/esm2020/lib/smart-staff-offender-options/smart-staff-offender-options-resolver.service.mjs +4 -4
  14. package/esm2020/lib/smart-staff-offender-options/smart-staff-offender-options.component.mjs +7 -7
  15. package/esm2020/lib/smart-staff-offender-options/smart-staff-offender-options.service.mjs +7 -7
  16. package/esm2020/lib/smart-storage/xdm.service.mjs +6 -6
  17. package/fesm2015/csmart-ngc-smart-core.mjs +87 -87
  18. package/fesm2015/csmart-ngc-smart-core.mjs.map +1 -1
  19. package/fesm2020/csmart-ngc-smart-core.mjs +87 -87
  20. package/fesm2020/csmart-ngc-smart-core.mjs.map +1 -1
  21. package/lib/ngc-smart-core.module.d.ts +7 -7
  22. package/lib/smart-auth/smart-access-control.directive.d.ts +1 -1
  23. package/lib/smart-auth/smart-error.component.d.ts +1 -1
  24. package/lib/smart-navbar/smart-navbar.component.d.ts +2 -2
  25. package/lib/smart-offender-header/smart-offender-header.component.d.ts +1 -1
  26. package/lib/smart-staff-offender-options/smart-staff-offender-options.component.d.ts +1 -1
  27. package/lib/smart-staff-offender-options/smart-staff-offender-options.service.d.ts +1 -1
  28. package/package.json +1 -1
@@ -6,15 +6,15 @@ import * as i4 from "./smart-staff-offender-options/smart-staff-offender-options
6
6
  import * as i5 from "./smart-auth/smart-access-control.directive";
7
7
  import * as i6 from "@angular/common";
8
8
  import * as i7 from "@angular/common/http";
9
- import * as i8 from "@angular/material/button";
10
- import * as i9 from "@angular/material/menu";
11
- import * as i10 from "@angular/material/tabs";
12
- import * as i11 from "@angular/material/select";
13
- import * as i12 from "@angular/material/card";
14
- import * as i13 from "@angular/material/checkbox";
9
+ import * as i8 from "@angular/material/legacy-button";
10
+ import * as i9 from "@angular/material/legacy-menu";
11
+ import * as i10 from "@angular/material/legacy-tabs";
12
+ import * as i11 from "@angular/material/legacy-select";
13
+ import * as i12 from "@angular/material/legacy-card";
14
+ import * as i13 from "@angular/material/legacy-checkbox";
15
15
  import * as i14 from "@angular/forms";
16
16
  export declare class NgcSmartCoreModule {
17
17
  static ɵfac: i0.ɵɵFactoryDeclaration<NgcSmartCoreModule, never>;
18
- static ɵmod: i0.ɵɵNgModuleDeclaration<NgcSmartCoreModule, [typeof i1.SmartOffenderHeaderComponent, typeof i2.SmartNavbarComponent, typeof i3.SmartErrorComponent, typeof i4.SmartStaffOffenderOptionsComponent, typeof i5.SmartAccessControlDirective], [typeof i6.CommonModule, typeof i7.HttpClientModule, typeof i8.MatButtonModule, typeof i9.MatMenuModule, typeof i10.MatTabsModule, typeof i11.MatSelectModule, typeof i12.MatCardModule, typeof i13.MatCheckboxModule, typeof i14.ReactiveFormsModule], [typeof i1.SmartOffenderHeaderComponent, typeof i2.SmartNavbarComponent, typeof i3.SmartErrorComponent, typeof i4.SmartStaffOffenderOptionsComponent, typeof i5.SmartAccessControlDirective]>;
18
+ static ɵmod: i0.ɵɵNgModuleDeclaration<NgcSmartCoreModule, [typeof i1.SmartOffenderHeaderComponent, typeof i2.SmartNavbarComponent, typeof i3.SmartErrorComponent, typeof i4.SmartStaffOffenderOptionsComponent, typeof i5.SmartAccessControlDirective], [typeof i6.CommonModule, typeof i7.HttpClientModule, typeof i8.MatLegacyButtonModule, typeof i9.MatLegacyMenuModule, typeof i10.MatLegacyTabsModule, typeof i11.MatLegacySelectModule, typeof i12.MatLegacyCardModule, typeof i13.MatLegacyCheckboxModule, typeof i14.ReactiveFormsModule], [typeof i1.SmartOffenderHeaderComponent, typeof i2.SmartNavbarComponent, typeof i3.SmartErrorComponent, typeof i4.SmartStaffOffenderOptionsComponent, typeof i5.SmartAccessControlDirective]>;
19
19
  static ɵinj: i0.ɵɵInjectorDeclaration<NgcSmartCoreModule>;
20
20
  }
@@ -10,5 +10,5 @@ export declare class SmartAccessControlDirective implements OnInit {
10
10
  ngOnInit(): void;
11
11
  checkAccess(): void;
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<SmartAccessControlDirective, never>;
13
- static ɵdir: i0.ɵɵDirectiveDeclaration<SmartAccessControlDirective, "[accessControl]", never, { "accessControlConfig": "accessControlConfig"; }, {}, never, never, false>;
13
+ static ɵdir: i0.ɵɵDirectiveDeclaration<SmartAccessControlDirective, "[accessControl]", never, { "accessControlConfig": "accessControlConfig"; }, {}, never, never, false, never>;
14
14
  }
@@ -13,5 +13,5 @@ export declare class SmartErrorComponent implements OnInit {
13
13
  logout(): void;
14
14
  portal(): void;
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<SmartErrorComponent, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<SmartErrorComponent, "app-smart-error", never, {}, {}, never, never, false>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<SmartErrorComponent, "app-smart-error", never, {}, {}, never, never, false, never>;
17
17
  }
@@ -1,5 +1,5 @@
1
1
  import { OnInit, OnChanges, OnDestroy } from '@angular/core';
2
- import { MatTabGroup } from '@angular/material/tabs';
2
+ import { MatLegacyTabGroup as MatTabGroup } from '@angular/material/legacy-tabs';
3
3
  import { MsalService } from '@azure/msal-angular';
4
4
  import { SmartNavbarConfig } from './smart-navbar-config';
5
5
  import { SmartNavbarService } from './smart-navbar.service';
@@ -36,5 +36,5 @@ export declare class SmartNavbarComponent implements OnInit, OnChanges, OnDestro
36
36
  private isVictimRole;
37
37
  private isExternalRole;
38
38
  static ɵfac: i0.ɵɵFactoryDeclaration<SmartNavbarComponent, never>;
39
- static ɵcmp: i0.ɵɵComponentDeclaration<SmartNavbarComponent, "app-smart-navbar", never, { "serviceApiUrl": "serviceApiUrl"; "appModuleId": "appModuleId"; }, {}, never, never, false>;
39
+ static ɵcmp: i0.ɵɵComponentDeclaration<SmartNavbarComponent, "app-smart-navbar", never, { "serviceApiUrl": "serviceApiUrl"; "appModuleId": "appModuleId"; }, {}, never, never, false, never>;
40
40
  }
@@ -28,5 +28,5 @@ export declare class SmartOffenderHeaderComponent implements OnInit, OnDestroy {
28
28
  private hasIntakeRole;
29
29
  private isIntakeRole;
30
30
  static ɵfac: i0.ɵɵFactoryDeclaration<SmartOffenderHeaderComponent, never>;
31
- static ɵcmp: i0.ɵɵComponentDeclaration<SmartOffenderHeaderComponent, "app-smart-offender-header", never, {}, {}, never, never, false>;
31
+ static ɵcmp: i0.ɵɵComponentDeclaration<SmartOffenderHeaderComponent, "app-smart-offender-header", never, {}, {}, never, never, false, never>;
32
32
  }
@@ -18,5 +18,5 @@ export declare class SmartStaffOffenderOptionsComponent implements OnInit {
18
18
  private createForm;
19
19
  onSave(): void;
20
20
  static ɵfac: i0.ɵɵFactoryDeclaration<SmartStaffOffenderOptionsComponent, never>;
21
- static ɵcmp: i0.ɵɵComponentDeclaration<SmartStaffOffenderOptionsComponent, "lib-smart-staff-offender-options", never, {}, {}, never, never, false>;
21
+ static ɵcmp: i0.ɵɵComponentDeclaration<SmartStaffOffenderOptionsComponent, "lib-smart-staff-offender-options", never, {}, {}, never, never, false, never>;
22
22
  }
@@ -1,6 +1,6 @@
1
1
  import { HttpClient } from '@angular/common/http';
2
2
  import { Observable } from 'rxjs';
3
- import { MatSnackBar } from '@angular/material/snack-bar';
3
+ import { MatLegacySnackBar as MatSnackBar } from '@angular/material/legacy-snack-bar';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class SmartStaffOffenderOptionsService {
6
6
  private http;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@csmart/ngc-smart-core",
3
- "version": "1.14.32",
3
+ "version": "1.15.1",
4
4
  "repository": "https://csosadev@dev.azure.com/csosadev/ngc-smart-core/_git/ngc-smart-core",
5
5
  "author": "Rick",
6
6
  "license": "MIT",