@cleavelandprice/ngx-lib 3.10.1 → 3.11.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 (100) hide show
  1. package/active-directory/gui/components/user-chooser/user-chooser.component.d.ts +6 -7
  2. package/active-directory/gui/components/user-form-field/user-form-field.component.d.ts +2 -4
  3. package/active-directory/gui/model/selectable-group.d.ts +4 -0
  4. package/active-directory/gui/model/selectable-user.d.ts +1 -4
  5. package/active-directory/services/active-directory.service.d.ts +1 -4
  6. package/authentication/object/services/authentication.service.d.ts +2 -4
  7. package/authentication/token/gui/components/login/login.component.d.ts +0 -2
  8. package/authentication/token/gui/components/login-form/login-form.component.d.ts +4 -4
  9. package/authentication/token/gui/services/authentication.service.d.ts +2 -3
  10. package/authentication/token/services/authentication.service.d.ts +1 -1
  11. package/dialog/components/choice/choice.component.d.ts +1 -2
  12. package/dialog/components/confirmation/confirmation.component.d.ts +1 -2
  13. package/dialog/components/input/input.component.d.ts +1 -2
  14. package/dialog/components/message/message.component.d.ts +1 -2
  15. package/esm2022/active-directory/active-directory.module.mjs +8 -9
  16. package/esm2022/active-directory/gui/components/user-chooser/user-chooser.component.mjs +32 -32
  17. package/esm2022/active-directory/gui/components/user-form-field/user-form-field.component.mjs +30 -30
  18. package/esm2022/active-directory/gui/gui.module.mjs +8 -9
  19. package/esm2022/active-directory/gui/model/selectable-group.mjs +2 -0
  20. package/esm2022/active-directory/gui/model/selectable-user.mjs +1 -1
  21. package/esm2022/active-directory/services/active-directory.service.mjs +32 -38
  22. package/esm2022/authentication/authentication.base.module.mjs +6 -7
  23. package/esm2022/authentication/object/object.module.mjs +8 -9
  24. package/esm2022/authentication/object/services/authentication.service.mjs +24 -23
  25. package/esm2022/authentication/token/gui/components/login/login.component.mjs +15 -16
  26. package/esm2022/authentication/token/gui/components/login-form/login-form.component.mjs +24 -25
  27. package/esm2022/authentication/token/gui/services/authentication.service.mjs +13 -12
  28. package/esm2022/authentication/token/gui/token-gui.module.mjs +8 -9
  29. package/esm2022/authentication/token/services/authentication.service.mjs +18 -15
  30. package/esm2022/authentication/token/token.module.mjs +8 -9
  31. package/esm2022/dialog/components/base/base.component.mjs +12 -14
  32. package/esm2022/dialog/components/choice/choice.component.mjs +14 -17
  33. package/esm2022/dialog/components/confirmation/confirmation.component.mjs +14 -17
  34. package/esm2022/dialog/components/input/input.component.mjs +14 -17
  35. package/esm2022/dialog/components/message/message.component.mjs +14 -17
  36. package/esm2022/dialog/dialog.module.mjs +6 -7
  37. package/esm2022/lib/model/service-config.mjs +1 -1
  38. package/esm2022/lib/ngx-lib.module.mjs +8 -9
  39. package/esm2022/lib/services/app-path-config.service.mjs +12 -16
  40. package/esm2022/msgraph/msgraph.module.mjs +8 -9
  41. package/esm2022/quill/components/editor/editor.component.mjs +10 -11
  42. package/esm2022/quill/components/raw/raw.component.mjs +9 -13
  43. package/esm2022/quill/mention/components/editor/editor.component.mjs +9 -10
  44. package/esm2022/quill/mention/quill-mention.module.mjs +8 -9
  45. package/esm2022/quill/quill.module.mjs +8 -9
  46. package/esm2022/sharepoint/components/employee-photo/employee-photo.component.mjs +13 -14
  47. package/esm2022/sharepoint/pipes/employee-photo-url.pipe.mjs +11 -12
  48. package/esm2022/sharepoint/services/sharepoint.service.mjs +44 -44
  49. package/esm2022/sharepoint/sharepoint.module.mjs +8 -9
  50. package/esm2022/table/components/table/table.component.mjs +5 -6
  51. package/esm2022/upload/components/upload/upload.component.mjs +15 -14
  52. package/esm2022/upload/components/upload-dialog/upload-dialog.component.mjs +19 -18
  53. package/esm2022/upload/services/upload.service.mjs +13 -17
  54. package/esm2022/upload/upload.module.mjs +8 -9
  55. package/esm2022/url-utilities/pipes/safe-resource-url.pipe.mjs +10 -11
  56. package/esm2022/url-utilities/pipes/safe-url.pipe.mjs +10 -11
  57. package/esm2022/url-utilities/pipes/uri-scheme.pipe.mjs +5 -6
  58. package/esm2022/url-utilities/url-utilities.module.mjs +6 -7
  59. package/fesm2022/cleavelandprice-ngx-lib-active-directory-gui.mjs +54 -52
  60. package/fesm2022/cleavelandprice-ngx-lib-active-directory-gui.mjs.map +1 -1
  61. package/fesm2022/cleavelandprice-ngx-lib-active-directory.mjs +36 -40
  62. package/fesm2022/cleavelandprice-ngx-lib-active-directory.mjs.map +1 -1
  63. package/fesm2022/cleavelandprice-ngx-lib-authentication-object.mjs +28 -25
  64. package/fesm2022/cleavelandprice-ngx-lib-authentication-object.mjs.map +1 -1
  65. package/fesm2022/cleavelandprice-ngx-lib-authentication-token-gui.mjs +46 -43
  66. package/fesm2022/cleavelandprice-ngx-lib-authentication-token-gui.mjs.map +1 -1
  67. package/fesm2022/cleavelandprice-ngx-lib-authentication-token.mjs +22 -18
  68. package/fesm2022/cleavelandprice-ngx-lib-authentication-token.mjs.map +1 -1
  69. package/fesm2022/cleavelandprice-ngx-lib-authentication.mjs +4 -4
  70. package/fesm2022/cleavelandprice-ngx-lib-authentication.mjs.map +1 -1
  71. package/fesm2022/cleavelandprice-ngx-lib-dialog.mjs +53 -58
  72. package/fesm2022/cleavelandprice-ngx-lib-dialog.mjs.map +1 -1
  73. package/fesm2022/cleavelandprice-ngx-lib-msgraph.mjs +6 -6
  74. package/fesm2022/cleavelandprice-ngx-lib-msgraph.mjs.map +1 -1
  75. package/fesm2022/cleavelandprice-ngx-lib-quill-mention.mjs +13 -13
  76. package/fesm2022/cleavelandprice-ngx-lib-quill-mention.mjs.map +1 -1
  77. package/fesm2022/cleavelandprice-ngx-lib-quill.mjs +20 -23
  78. package/fesm2022/cleavelandprice-ngx-lib-quill.mjs.map +1 -1
  79. package/fesm2022/cleavelandprice-ngx-lib-sharepoint.mjs +62 -60
  80. package/fesm2022/cleavelandprice-ngx-lib-sharepoint.mjs.map +1 -1
  81. package/fesm2022/cleavelandprice-ngx-lib-table.mjs +3 -3
  82. package/fesm2022/cleavelandprice-ngx-lib-table.mjs.map +1 -1
  83. package/fesm2022/cleavelandprice-ngx-lib-upload.mjs +42 -41
  84. package/fesm2022/cleavelandprice-ngx-lib-upload.mjs.map +1 -1
  85. package/fesm2022/cleavelandprice-ngx-lib-url-utilities.mjs +21 -21
  86. package/fesm2022/cleavelandprice-ngx-lib-url-utilities.mjs.map +1 -1
  87. package/fesm2022/cleavelandprice-ngx-lib.mjs +16 -18
  88. package/fesm2022/cleavelandprice-ngx-lib.mjs.map +1 -1
  89. package/lib/services/app-path-config.service.d.ts +2 -4
  90. package/package.json +14 -14
  91. package/quill/components/editor/editor.component.d.ts +1 -1
  92. package/quill/components/raw/raw.component.d.ts +0 -1
  93. package/sharepoint/components/employee-photo/employee-photo.component.d.ts +1 -2
  94. package/sharepoint/pipes/employee-photo-url.pipe.d.ts +0 -2
  95. package/sharepoint/services/sharepoint.service.d.ts +3 -5
  96. package/upload/components/upload/upload.component.d.ts +1 -2
  97. package/upload/components/upload-dialog/upload-dialog.component.d.ts +1 -2
  98. package/upload/services/upload.service.d.ts +2 -4
  99. package/url-utilities/pipes/safe-resource-url.pipe.d.ts +1 -2
  100. package/url-utilities/pipes/safe-url.pipe.d.ts +1 -2
@@ -1,11 +1,11 @@
1
- import { OnInit, AfterViewChecked, ElementRef } from '@angular/core';
1
+ import { AfterViewChecked, ElementRef, OnInit } from '@angular/core';
2
2
  import { FormControl, FormGroup } from '@angular/forms';
3
- import { MatDialogRef } from '@angular/material/dialog';
4
3
  import { MatListOption, MatSelectionList } from '@angular/material/list';
5
4
  import { MatTableDataSource } from '@angular/material/table';
6
- import { ActiveDirectoryService, Group } from '@cleavelandprice/ngx-lib/active-directory';
7
- import { SharePointService, PhotoItem } from '@cleavelandprice/ngx-lib/sharepoint';
8
- import { SelectableGroup, SelectableUser } from '../../model/selectable-user';
5
+ import { Group } from '@cleavelandprice/ngx-lib/active-directory';
6
+ import { PhotoItem } from '@cleavelandprice/ngx-lib/sharepoint';
7
+ import { SelectableGroup } from '../../model/selectable-group';
8
+ import { SelectableUser } from '../../model/selectable-user';
9
9
  import { UserChooserData } from '../../model/user-chooser-data';
10
10
  import * as i0 from "@angular/core";
11
11
  export declare class UserChooserComponent implements OnInit, AfterViewChecked {
@@ -15,7 +15,6 @@ export declare class UserChooserComponent implements OnInit, AfterViewChecked {
15
15
  private sharePointService;
16
16
  selectionList: MatSelectionList | undefined;
17
17
  filterInput: ElementRef | undefined;
18
- filterInputFocused: boolean;
19
18
  filterForm: FormGroup<{
20
19
  filter: FormControl<any>;
21
20
  }>;
@@ -27,7 +26,7 @@ export declare class UserChooserComponent implements OnInit, AfterViewChecked {
27
26
  get selectedUsers(): (SelectableUser | SelectableGroup)[];
28
27
  get filterValue(): string;
29
28
  get adGroupsNeeded(): boolean;
30
- constructor(data: UserChooserData, dialogRef: MatDialogRef<UserChooserComponent>, activeDirectoryService: ActiveDirectoryService, sharePointService: SharePointService);
29
+ constructor(data: UserChooserData);
31
30
  ngOnInit(): void;
32
31
  ngAfterViewChecked(): void;
33
32
  listSelectionChanged(options: MatListOption[]): void;
@@ -1,7 +1,6 @@
1
1
  import { EventEmitter, OnInit } from '@angular/core';
2
- import { MatDialog } from '@angular/material/dialog';
3
- import { ActiveDirectoryService, User, UserOrGroup } from '@cleavelandprice/ngx-lib/active-directory';
4
- import { PhotoItem, SharePointService } from '@cleavelandprice/ngx-lib/sharepoint';
2
+ import { User, UserOrGroup } from '@cleavelandprice/ngx-lib/active-directory';
3
+ import { PhotoItem } from '@cleavelandprice/ngx-lib/sharepoint';
5
4
  import { UserChooserData } from '../../model/user-chooser-data';
6
5
  import * as i0 from "@angular/core";
7
6
  export declare class UserFormFieldComponent implements OnInit {
@@ -17,7 +16,6 @@ export declare class UserFormFieldComponent implements OnInit {
17
16
  users: User[] | undefined;
18
17
  groups: UserOrGroup[] | undefined;
19
18
  photos: PhotoItem[] | undefined;
20
- constructor(dialog: MatDialog, activeDirectoryService: ActiveDirectoryService, sharePointService: SharePointService);
21
19
  ngOnInit(): void;
22
20
  selectUser(): void;
23
21
  unSelectUser(accountName: string): void;
@@ -0,0 +1,4 @@
1
+ import { UserOrGroup } from "@cleavelandprice/ngx-lib/active-directory";
2
+ export interface SelectableGroup extends UserOrGroup {
3
+ selected: boolean;
4
+ }
@@ -1,8 +1,5 @@
1
- import { User, UserOrGroup } from "@cleavelandprice/ngx-lib/active-directory";
1
+ import { User } from "@cleavelandprice/ngx-lib/active-directory";
2
2
  export interface SelectableUser extends User {
3
3
  selected: boolean;
4
4
  photoUrl: string;
5
5
  }
6
- export interface SelectableGroup extends UserOrGroup {
7
- selected: boolean;
8
- }
@@ -1,10 +1,8 @@
1
- import { HttpClient } from '@angular/common/http';
2
1
  import { Observable } from 'rxjs';
3
2
  import { ADObject } from '../model/ad-object';
4
3
  import { ADObjectWithChildren } from '../model/ad-object-with-children';
5
4
  import { CleavelandPriceUser } from '../model/cleaveland-price-user';
6
5
  import { Group } from '../model/group';
7
- import { ServiceConfig } from '../model/service-config';
8
6
  import { User } from '../model/user';
9
7
  import * as i0 from "@angular/core";
10
8
  export declare class ActiveDirectoryService {
@@ -13,7 +11,6 @@ export declare class ActiveDirectoryService {
13
11
  private cache;
14
12
  private defaultCacheLifeMinutes;
15
13
  private get cacheExpired();
16
- constructor(config: ServiceConfig, http: HttpClient);
17
14
  getUsers(includePhoto?: boolean, includeDisabled?: boolean, parentOU?: string): Observable<CleavelandPriceUser[]>;
18
15
  getUser(accountName: string, includePhoto?: boolean): Observable<CleavelandPriceUser>;
19
16
  clearCache(): void;
@@ -27,6 +24,6 @@ export declare class ActiveDirectoryService {
27
24
  getComputers(includeDisabled?: boolean, parentOU?: string): Observable<User[]>;
28
25
  getServers(includeDisabled?: boolean, parentOU?: string): Observable<User[]>;
29
26
  getWorkstations(includeDisabled?: boolean, parentOU?: string): Observable<User[]>;
30
- static ɵfac: i0.ɵɵFactoryDeclaration<ActiveDirectoryService, [{ optional: true; }, null]>;
27
+ static ɵfac: i0.ɵɵFactoryDeclaration<ActiveDirectoryService, never>;
31
28
  static ɵprov: i0.ɵɵInjectableDeclaration<ActiveDirectoryService>;
32
29
  }
@@ -1,8 +1,6 @@
1
1
  import { EventEmitter } from '@angular/core';
2
- import { HttpClient } from '@angular/common/http';
3
2
  import { User } from '@cleavelandprice/ngx-lib/active-directory';
4
3
  import { AbstractAuthenticationService, AuthenticatedUser } from '@cleavelandprice/ngx-lib/authentication';
5
- import { ServiceConfig } from '../model/service-config';
6
4
  import * as i0 from "@angular/core";
7
5
  export declare class AuthenticationService implements AbstractAuthenticationService {
8
6
  private config;
@@ -15,11 +13,11 @@ export declare class AuthenticationService implements AbstractAuthenticationServ
15
13
  authenticatedUser: AuthenticatedUser | undefined;
16
14
  get useSessionStorage(): boolean;
17
15
  get storage(): Storage;
18
- constructor(config: ServiceConfig, http: HttpClient);
16
+ constructor();
19
17
  login(username: string, password: string, adminGroup?: string, additionalInfo?: string): void;
20
18
  logout(): void;
21
19
  validateUser(token: User): void;
22
20
  checkForExistingToken(): void;
23
- static ɵfac: i0.ɵɵFactoryDeclaration<AuthenticationService, [{ optional: true; }, null]>;
21
+ static ɵfac: i0.ɵɵFactoryDeclaration<AuthenticationService, never>;
24
22
  static ɵprov: i0.ɵɵInjectableDeclaration<AuthenticationService>;
25
23
  }
@@ -1,4 +1,3 @@
1
- import { MatDialog } from '@angular/material/dialog';
2
1
  import { AuthenticationService } from '../../services/authentication.service';
3
2
  import * as i0 from "@angular/core";
4
3
  export declare class LoginComponent {
@@ -6,7 +5,6 @@ export declare class LoginComponent {
6
5
  authenticationService: AuthenticationService;
7
6
  adminGroup: string;
8
7
  additionalInfo: string;
9
- constructor(dialog: MatDialog, authenticationService: AuthenticationService);
10
8
  login(): void;
11
9
  confirmLogout(): void;
12
10
  static ɵfac: i0.ɵɵFactoryDeclaration<LoginComponent, never>;
@@ -1,12 +1,12 @@
1
- import { OnInit, OnDestroy } from '@angular/core';
2
- import { FormGroup, FormControl } from '@angular/forms';
1
+ import { OnDestroy, OnInit } from '@angular/core';
2
+ import { FormControl, FormGroup } from '@angular/forms';
3
3
  import { MatDialogRef } from '@angular/material/dialog';
4
4
  import { Subscription } from 'rxjs';
5
5
  import { LoginFormData } from '../../model/login-form-data';
6
6
  import { AuthenticationService } from '../../services/authentication.service';
7
7
  import * as i0 from "@angular/core";
8
8
  export declare class LoginFormComponent implements OnInit, OnDestroy {
9
- dialogRef: MatDialogRef<LoginFormComponent>;
9
+ dialogRef: MatDialogRef<any, any>;
10
10
  authenticationService: AuthenticationService;
11
11
  errorMessage: string | undefined;
12
12
  authenticatedChangedSubscription: Subscription;
@@ -17,7 +17,7 @@ export declare class LoginFormComponent implements OnInit, OnDestroy {
17
17
  adminGroup: FormControl<any>;
18
18
  additionalInfo: FormControl<any>;
19
19
  }>;
20
- constructor(data: LoginFormData, dialogRef: MatDialogRef<LoginFormComponent>, authenticationService: AuthenticationService);
20
+ constructor(data: LoginFormData);
21
21
  ngOnInit(): void;
22
22
  ngOnDestroy(): void;
23
23
  authenticate(): void;
@@ -1,5 +1,4 @@
1
1
  import { HttpClient } from '@angular/common/http';
2
- import { SharePointService } from '@cleavelandprice/ngx-lib/sharepoint';
3
2
  import { AuthenticationService as TokenAuthenticationService } from '@cleavelandprice/ngx-lib/authentication/token';
4
3
  import { ServiceConfig } from '../model/service-config';
5
4
  import * as i0 from "@angular/core";
@@ -7,9 +6,9 @@ export declare class AuthenticationService extends TokenAuthenticationService {
7
6
  config: ServiceConfig;
8
7
  http: HttpClient;
9
8
  private sharePointService;
10
- constructor(config: ServiceConfig, http: HttpClient, sharePointService: SharePointService);
9
+ constructor(config: ServiceConfig, http: HttpClient);
11
10
  validateUser(token: string): void;
12
11
  private getPhoto;
13
- static ɵfac: i0.ɵɵFactoryDeclaration<AuthenticationService, [{ optional: true; }, null, null]>;
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<AuthenticationService, [{ optional: true; }, null]>;
14
13
  static ɵprov: i0.ɵɵInjectableDeclaration<AuthenticationService>;
15
14
  }
@@ -1,5 +1,5 @@
1
- import { EventEmitter } from '@angular/core';
2
1
  import { HttpClient } from '@angular/common/http';
2
+ import { EventEmitter } from '@angular/core';
3
3
  import { AbstractAuthenticationService, AuthenticatedUser } from '@cleavelandprice/ngx-lib/authentication';
4
4
  import { ServiceConfig } from '../model/service-config';
5
5
  import * as i0 from "@angular/core";
@@ -4,9 +4,8 @@ import { DialogType } from '../../model/dialog-type';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class ChoiceComponent {
6
6
  data: DialogChoiceData;
7
- dialogRef: MatDialogRef<ChoiceComponent>;
7
+ dialogRef: MatDialogRef<any, any>;
8
8
  dialogType: DialogType;
9
- constructor(data: DialogChoiceData, dialogRef: MatDialogRef<ChoiceComponent>);
10
9
  static ɵfac: i0.ɵɵFactoryDeclaration<ChoiceComponent, never>;
11
10
  static ɵcmp: i0.ɵɵComponentDeclaration<ChoiceComponent, "cp-dialog-choice", never, {}, {}, never, never, false, never>;
12
11
  }
@@ -4,9 +4,8 @@ import { DialogType } from '../../model/dialog-type';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class ConfirmationComponent {
6
6
  data: DialogBaseData;
7
- dialogRef: MatDialogRef<ConfirmationComponent>;
7
+ dialogRef: MatDialogRef<any, any>;
8
8
  dialogType: DialogType;
9
- constructor(data: DialogBaseData, dialogRef: MatDialogRef<ConfirmationComponent>);
10
9
  static ɵfac: i0.ɵɵFactoryDeclaration<ConfirmationComponent, never>;
11
10
  static ɵcmp: i0.ɵɵComponentDeclaration<ConfirmationComponent, "cp-dialog-confirmation", never, {}, {}, never, never, false, never>;
12
11
  }
@@ -4,9 +4,8 @@ import { DialogType } from '../../model/dialog-type';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class InputComponent {
6
6
  data: DialogBaseData;
7
- dialogRef: MatDialogRef<InputComponent>;
7
+ dialogRef: MatDialogRef<any, any>;
8
8
  dialogType: DialogType;
9
- constructor(data: DialogBaseData, dialogRef: MatDialogRef<InputComponent>);
10
9
  static ɵfac: i0.ɵɵFactoryDeclaration<InputComponent, never>;
11
10
  static ɵcmp: i0.ɵɵComponentDeclaration<InputComponent, "cp-dialog-input", never, {}, {}, never, never, false, never>;
12
11
  }
@@ -4,9 +4,8 @@ import { DialogType } from '../../model/dialog-type';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class MessageComponent {
6
6
  data: DialogBaseData;
7
- dialogRef: MatDialogRef<MessageComponent>;
7
+ dialogRef: MatDialogRef<any, any>;
8
8
  dialogType: DialogType;
9
- constructor(data: DialogBaseData, dialogRef: MatDialogRef<MessageComponent>);
10
9
  static ɵfac: i0.ɵɵFactoryDeclaration<MessageComponent, never>;
11
10
  static ɵcmp: i0.ɵɵComponentDeclaration<MessageComponent, "cp-dialog-message", never, {}, {}, never, never, false, never>;
12
11
  }
@@ -3,7 +3,7 @@ import { CommonModule } from '@angular/common';
3
3
  import { ServiceConfig } from './model/service-config';
4
4
  import { ActiveDirectoryService } from './services/active-directory.service';
5
5
  import * as i0 from "@angular/core";
6
- class ActiveDirectoryModule {
6
+ export class ActiveDirectoryModule {
7
7
  static forRoot(config) {
8
8
  return {
9
9
  ngModule: ActiveDirectoryModule,
@@ -18,12 +18,11 @@ class ActiveDirectoryModule {
18
18
  throw new Error('ActiveDirectoryModule is already loaded. Import it in the AppModule only');
19
19
  }
20
20
  }
21
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: ActiveDirectoryModule, deps: [{ token: ActiveDirectoryModule, optional: true, skipSelf: true }], target: i0.ɵɵFactoryTarget.NgModule }); }
22
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.4", ngImport: i0, type: ActiveDirectoryModule, imports: [CommonModule] }); }
23
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: ActiveDirectoryModule, imports: [CommonModule] }); }
21
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: ActiveDirectoryModule, deps: [{ token: ActiveDirectoryModule, optional: true, skipSelf: true }], target: i0.ɵɵFactoryTarget.NgModule }); }
22
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.1.2", ngImport: i0, type: ActiveDirectoryModule, imports: [CommonModule] }); }
23
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: ActiveDirectoryModule, imports: [CommonModule] }); }
24
24
  }
25
- export { ActiveDirectoryModule };
26
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: ActiveDirectoryModule, decorators: [{
25
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: ActiveDirectoryModule, decorators: [{
27
26
  type: NgModule,
28
27
  args: [{
29
28
  declarations: [],
@@ -32,9 +31,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", ngImpor
32
31
  ],
33
32
  exports: []
34
33
  }]
35
- }], ctorParameters: function () { return [{ type: ActiveDirectoryModule, decorators: [{
34
+ }], ctorParameters: () => [{ type: ActiveDirectoryModule, decorators: [{
36
35
  type: Optional
37
36
  }, {
38
37
  type: SkipSelf
39
- }] }]; } });
40
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWN0aXZlLWRpcmVjdG9yeS5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jbGVhdmVsYW5kcHJpY2Uvbmd4LWxpYi9hY3RpdmUtZGlyZWN0b3J5L3NyYy9hY3RpdmUtZGlyZWN0b3J5Lm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQXVCLFFBQVEsRUFBRSxRQUFRLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ2xGLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUUvQyxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0sd0JBQXdCLENBQUM7QUFFdkQsT0FBTyxFQUFFLHNCQUFzQixFQUFFLE1BQU0scUNBQXFDLENBQUM7O0FBRTdFLE1BT2EscUJBQXFCO0lBQ2hDLE1BQU0sQ0FBQyxPQUFPLENBQUMsTUFBcUI7UUFDbEMsT0FBTztZQUNMLFFBQVEsRUFBRSxxQkFBcUI7WUFDL0IsU0FBUyxFQUFFO2dCQUNULHNCQUFzQjtnQkFDdEIsRUFBRSxPQUFPLEVBQUUsYUFBYSxFQUFFLFFBQVEsRUFBRSxNQUFNLEVBQUU7YUFDN0M7U0FDRixDQUFDO0lBQ0osQ0FBQztJQUVELFlBQW9DLFlBQW1DO1FBQ3JFLElBQUksWUFBWSxFQUFFO1lBQ2hCLE1BQU0sSUFBSSxLQUFLLENBQ2IsMEVBQTBFLENBQUMsQ0FBQztTQUMvRTtJQUNILENBQUM7OEdBaEJVLHFCQUFxQjsrR0FBckIscUJBQXFCLFlBSjlCLFlBQVk7K0dBSUgscUJBQXFCLFlBSjlCLFlBQVk7O1NBSUgscUJBQXFCOzJGQUFyQixxQkFBcUI7a0JBUGpDLFFBQVE7bUJBQUM7b0JBQ1IsWUFBWSxFQUFFLEVBQUU7b0JBQ2hCLE9BQU8sRUFBRTt3QkFDUCxZQUFZO3FCQUNiO29CQUNELE9BQU8sRUFBRSxFQUFFO2lCQUNaOzswQkFZYyxRQUFROzswQkFBSSxRQUFRIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTW9kdWxlV2l0aFByb3ZpZGVycywgTmdNb2R1bGUsIE9wdGlvbmFsLCBTa2lwU2VsZiB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xyXG5cclxuaW1wb3J0IHsgU2VydmljZUNvbmZpZyB9IGZyb20gJy4vbW9kZWwvc2VydmljZS1jb25maWcnO1xyXG5cclxuaW1wb3J0IHsgQWN0aXZlRGlyZWN0b3J5U2VydmljZSB9IGZyb20gJy4vc2VydmljZXMvYWN0aXZlLWRpcmVjdG9yeS5zZXJ2aWNlJztcclxuXHJcbkBOZ01vZHVsZSh7XHJcbiAgZGVjbGFyYXRpb25zOiBbXSxcclxuICBpbXBvcnRzOiBbXHJcbiAgICBDb21tb25Nb2R1bGVcclxuICBdLFxyXG4gIGV4cG9ydHM6IFtdXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBBY3RpdmVEaXJlY3RvcnlNb2R1bGUge1xyXG4gIHN0YXRpYyBmb3JSb290KGNvbmZpZzogU2VydmljZUNvbmZpZyk6IE1vZHVsZVdpdGhQcm92aWRlcnM8QWN0aXZlRGlyZWN0b3J5TW9kdWxlPiB7XHJcbiAgICByZXR1cm4ge1xyXG4gICAgICBuZ01vZHVsZTogQWN0aXZlRGlyZWN0b3J5TW9kdWxlLFxyXG4gICAgICBwcm92aWRlcnM6IFtcclxuICAgICAgICBBY3RpdmVEaXJlY3RvcnlTZXJ2aWNlLFxyXG4gICAgICAgIHsgcHJvdmlkZTogU2VydmljZUNvbmZpZywgdXNlVmFsdWU6IGNvbmZpZyB9XHJcbiAgICAgIF1cclxuICAgIH07XHJcbiAgfVxyXG5cclxuICBjb25zdHJ1Y3RvcihAT3B0aW9uYWwoKSBAU2tpcFNlbGYoKSBwYXJlbnRNb2R1bGU6IEFjdGl2ZURpcmVjdG9yeU1vZHVsZSkge1xyXG4gICAgaWYgKHBhcmVudE1vZHVsZSkge1xyXG4gICAgICB0aHJvdyBuZXcgRXJyb3IoXHJcbiAgICAgICAgJ0FjdGl2ZURpcmVjdG9yeU1vZHVsZSBpcyBhbHJlYWR5IGxvYWRlZC4gSW1wb3J0IGl0IGluIHRoZSBBcHBNb2R1bGUgb25seScpO1xyXG4gICAgfVxyXG4gIH1cclxufVxyXG4iXX0=
38
+ }] }] });
39
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWN0aXZlLWRpcmVjdG9yeS5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jbGVhdmVsYW5kcHJpY2Uvbmd4LWxpYi9hY3RpdmUtZGlyZWN0b3J5L3NyYy9hY3RpdmUtZGlyZWN0b3J5Lm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQXVCLFFBQVEsRUFBRSxRQUFRLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ2xGLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUUvQyxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0sd0JBQXdCLENBQUM7QUFFdkQsT0FBTyxFQUFFLHNCQUFzQixFQUFFLE1BQU0scUNBQXFDLENBQUM7O0FBUzdFLE1BQU0sT0FBTyxxQkFBcUI7SUFDaEMsTUFBTSxDQUFDLE9BQU8sQ0FBQyxNQUFxQjtRQUNsQyxPQUFPO1lBQ0wsUUFBUSxFQUFFLHFCQUFxQjtZQUMvQixTQUFTLEVBQUU7Z0JBQ1Qsc0JBQXNCO2dCQUN0QixFQUFFLE9BQU8sRUFBRSxhQUFhLEVBQUUsUUFBUSxFQUFFLE1BQU0sRUFBRTthQUM3QztTQUNGLENBQUM7SUFDSixDQUFDO0lBRUQsWUFBb0MsWUFBbUM7UUFDckUsSUFBSSxZQUFZLEVBQUUsQ0FBQztZQUNqQixNQUFNLElBQUksS0FBSyxDQUNiLDBFQUEwRSxDQUFDLENBQUM7UUFDaEYsQ0FBQztJQUNILENBQUM7OEdBaEJVLHFCQUFxQjsrR0FBckIscUJBQXFCLFlBSjlCLFlBQVk7K0dBSUgscUJBQXFCLFlBSjlCLFlBQVk7OzJGQUlILHFCQUFxQjtrQkFQakMsUUFBUTttQkFBQztvQkFDUixZQUFZLEVBQUUsRUFBRTtvQkFDaEIsT0FBTyxFQUFFO3dCQUNQLFlBQVk7cUJBQ2I7b0JBQ0QsT0FBTyxFQUFFLEVBQUU7aUJBQ1o7OzBCQVljLFFBQVE7OzBCQUFJLFFBQVEiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBNb2R1bGVXaXRoUHJvdmlkZXJzLCBOZ01vZHVsZSwgT3B0aW9uYWwsIFNraXBTZWxmIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XHJcblxyXG5pbXBvcnQgeyBTZXJ2aWNlQ29uZmlnIH0gZnJvbSAnLi9tb2RlbC9zZXJ2aWNlLWNvbmZpZyc7XHJcblxyXG5pbXBvcnQgeyBBY3RpdmVEaXJlY3RvcnlTZXJ2aWNlIH0gZnJvbSAnLi9zZXJ2aWNlcy9hY3RpdmUtZGlyZWN0b3J5LnNlcnZpY2UnO1xyXG5cclxuQE5nTW9kdWxlKHtcclxuICBkZWNsYXJhdGlvbnM6IFtdLFxyXG4gIGltcG9ydHM6IFtcclxuICAgIENvbW1vbk1vZHVsZVxyXG4gIF0sXHJcbiAgZXhwb3J0czogW11cclxufSlcclxuZXhwb3J0IGNsYXNzIEFjdGl2ZURpcmVjdG9yeU1vZHVsZSB7XHJcbiAgc3RhdGljIGZvclJvb3QoY29uZmlnOiBTZXJ2aWNlQ29uZmlnKTogTW9kdWxlV2l0aFByb3ZpZGVyczxBY3RpdmVEaXJlY3RvcnlNb2R1bGU+IHtcclxuICAgIHJldHVybiB7XHJcbiAgICAgIG5nTW9kdWxlOiBBY3RpdmVEaXJlY3RvcnlNb2R1bGUsXHJcbiAgICAgIHByb3ZpZGVyczogW1xyXG4gICAgICAgIEFjdGl2ZURpcmVjdG9yeVNlcnZpY2UsXHJcbiAgICAgICAgeyBwcm92aWRlOiBTZXJ2aWNlQ29uZmlnLCB1c2VWYWx1ZTogY29uZmlnIH1cclxuICAgICAgXVxyXG4gICAgfTtcclxuICB9XHJcblxyXG4gIGNvbnN0cnVjdG9yKEBPcHRpb25hbCgpIEBTa2lwU2VsZigpIHBhcmVudE1vZHVsZTogQWN0aXZlRGlyZWN0b3J5TW9kdWxlKSB7XHJcbiAgICBpZiAocGFyZW50TW9kdWxlKSB7XHJcbiAgICAgIHRocm93IG5ldyBFcnJvcihcclxuICAgICAgICAnQWN0aXZlRGlyZWN0b3J5TW9kdWxlIGlzIGFscmVhZHkgbG9hZGVkLiBJbXBvcnQgaXQgaW4gdGhlIEFwcE1vZHVsZSBvbmx5Jyk7XHJcbiAgICB9XHJcbiAgfVxyXG59XHJcbiJdfQ==