@alfresco/adf-core 8.1.0-16120632321 → 8.1.0-16122789145

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.
@@ -19,9 +19,9 @@ import { OAuthStorage } from 'angular-oauth2-oidc';
19
19
  import { AuthModuleConfig } from './auth-config';
20
20
  import { RedirectAuthService } from './redirect-auth.service';
21
21
  import * as i0 from "@angular/core";
22
- import * as i1 from "./view/authentication-confirmation/authentication-confirmation.component";
23
- import * as i2 from "./auth-routing.module";
24
- import * as i3 from "angular-oauth2-oidc";
22
+ import * as i1 from "./auth-routing.module";
23
+ import * as i2 from "angular-oauth2-oidc";
24
+ import * as i3 from "./view/authentication-confirmation/authentication-confirmation.component";
25
25
  export declare const JWT_STORAGE_SERVICE: InjectionToken<OAuthStorage>;
26
26
  /**
27
27
  * Create a Login Factory function
@@ -37,6 +37,6 @@ export declare function oauthStorageFactory(): OAuthStorage;
37
37
  export declare class AuthModule {
38
38
  static forRoot(config?: AuthModuleConfig): ModuleWithProviders<AuthModule>;
39
39
  static ɵfac: i0.ɵɵFactoryDeclaration<AuthModule, never>;
40
- static ɵmod: i0.ɵɵNgModuleDeclaration<AuthModule, [typeof i1.AuthenticationConfirmationComponent], [typeof i2.AuthRoutingModule, typeof i3.OAuthModule], never>;
40
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AuthModule, never, [typeof i1.AuthRoutingModule, typeof i2.OAuthModule, typeof i3.AuthenticationConfirmationComponent], never>;
41
41
  static ɵinj: i0.ɵɵInjectorDeclaration<AuthModule>;
42
42
  }
@@ -2,5 +2,5 @@ import * as i0 from "@angular/core";
2
2
  export declare class AuthenticationConfirmationComponent {
3
3
  constructor();
4
4
  static ɵfac: i0.ɵɵFactoryDeclaration<AuthenticationConfirmationComponent, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<AuthenticationConfirmationComponent, "ng-component", never, {}, {}, never, never, false, never>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<AuthenticationConfirmationComponent, "ng-component", never, {}, {}, never, never, true, never>;
6
6
  }
@@ -19,5 +19,5 @@ export declare class ConfirmDialogComponent {
19
19
  constructor(data: ConfirmDialogComponentProps, sanitizer: DomSanitizer);
20
20
  sanitizedHtmlContent(): string;
21
21
  static ɵfac: i0.ɵɵFactoryDeclaration<ConfirmDialogComponent, never>;
22
- static ɵcmp: i0.ɵɵComponentDeclaration<ConfirmDialogComponent, "adf-confirm-dialog", never, {}, {}, never, never, false, never>;
22
+ static ɵcmp: i0.ɵɵComponentDeclaration<ConfirmDialogComponent, "adf-confirm-dialog", never, {}, {}, never, never, true, never>;
23
23
  }
@@ -1,12 +1,8 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./confirm.dialog";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@angular/forms";
5
- import * as i4 from "@ngx-translate/core";
6
- import * as i5 from "@angular/material/dialog";
7
- import * as i6 from "@angular/material/button";
3
+ /** @deprecated use `ConfirmDialogComponent` directly instead of importing this module */
8
4
  export declare class ConfirmDialogModule {
9
5
  static ɵfac: i0.ɵɵFactoryDeclaration<ConfirmDialogModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<ConfirmDialogModule, [typeof i1.ConfirmDialogComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i3.ReactiveFormsModule, typeof i4.TranslateModule, typeof i5.MatDialogModule, typeof i6.MatButtonModule], [typeof i1.ConfirmDialogComponent]>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ConfirmDialogModule, never, [typeof i1.ConfirmDialogComponent], [typeof i1.ConfirmDialogComponent]>;
11
7
  static ɵinj: i0.ɵɵInjectorDeclaration<ConfirmDialogModule>;
12
8
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@alfresco/adf-core",
3
3
  "description": "Alfresco ADF core",
4
- "version": "8.1.0-16120632321",
4
+ "version": "8.1.0-16122789145",
5
5
  "author": "Hyland Software, Inc. and its affiliates",
6
6
  "repository": {
7
7
  "type": "git",
@@ -63,8 +63,8 @@
63
63
  "@angular/router": ">=16.0.0",
64
64
  "@mat-datetimepicker/core": ">=12.0.1",
65
65
  "@ngx-translate/core": ">=16.0.0",
66
- "@alfresco/js-api": ">=9.1.0-16120632321",
67
- "@alfresco/adf-extensions": ">=8.1.0-16120632321",
66
+ "@alfresco/js-api": ">=9.1.0-16122789145",
67
+ "@alfresco/adf-extensions": ">=8.1.0-16122789145",
68
68
  "minimatch": ">=10.0.0",
69
69
  "pdfjs-dist": ">=3.3.122",
70
70
  "ts-morph": ">=20.0.0"