GH Auto: Upstream dependencies ADF:8.6.0-26272920976 JS-API:9.6.0-26272920976 using Tag:8.6.0-26272920976 (#5178)

* [ci:force][auto-commit] Update dependencies ADF:8.6.0-26272920976  JS:9.6.0-26272920976

* remove adf-core.globals

* file upload fix

* fail e2e with wait fix

* fix(e2e): unique username + viewer content render wait

* feat(viewer): register providePdfViewer for ADF 8.6.0+

* exclude test

* fix comment

---------

Co-authored-by: MichalKinas <113341662+MichalKinas@users.noreply.github.com>
Co-authored-by: Mykyta Maliarchuk <mykyta.maliarchuk@hyland.com>
Co-authored-by: akashrathod28 <akash.rathod@hyland.com>
This commit is contained in:
Alfresco Build
2026-05-22 16:12:15 +02:00
committed by GitHub
co-authored by MichalKinas Mykyta Maliarchuk akashrathod28
parent adadbe17d5
commit c4ff14f359
13 changed files with 143 additions and 588 deletions
+2
View File
@@ -25,6 +25,7 @@
import { importProvidersFrom, ApplicationConfig } from '@angular/core';
import { provideNoopAnimations, provideAnimations } from '@angular/platform-browser/animations';
import { AuthGuard, provideAppConfig, provideCoreAuth, provideI18N } from '@alfresco/adf-core';
import { providePdfViewer } from '@alfresco/adf-core/viewer/pdf';
import { AppService, provideContentAppExtensions } from '@alfresco/aca-shared';
import { provideApplicationExtensions } from './extensions.module';
import { environment } from '../environments/environment';
@@ -73,6 +74,7 @@ export const AppConfig: ApplicationConfig = {
providers: [
provideCoreAuth({ useHash: true }),
provideAppConfig(),
providePdfViewer(),
importProvidersFrom(ContentServiceExtensionModule),
provideI18N({
assets: [['app', 'assets']]