AAE-45391 Lazy loading and improvements for pdfJS (#11869)

* [AAE-45391] - Lazy loading some of the big external libs

* [AAE-45391] - Added some extra units to pdfjs viewer

* [AAE-45391] - Some improement on viewer component

* [AAE-45391] - Fixed the way it was redered to a newer angular system

* [AAE-45391] - Fixed the way it was redered to a newer angular system

* [AAE-45391] - fixed schematic

* [AAE-45391] - Added some docs for the schematics as well

* [AAE-37328] - Fixed comment on missing provider
This commit is contained in:
Vito Albano
2026-05-20 14:19:28 +05:30
committed by Anamika Dey
parent bd97a3b204
commit 2e6731993e
42 changed files with 939 additions and 65 deletions
+8 -3
View File
@@ -19,8 +19,7 @@
"dependencies": {
"cropperjs": "^1.6.2",
"angular-oauth2-oidc": "19.0.0",
"date-fns": "^2.30.0",
"rxjs": "7.8.2"
"date-fns": "^2.30.0"
},
"peerDependencies": {
"@angular/animations": ">=16.0.0",
@@ -37,7 +36,13 @@
"@alfresco/js-api": ">=9.4.1",
"@alfresco/adf-extensions": ">=8.4.1",
"minimatch": ">=10.0.0",
"pdfjs-dist": ">=3.3.122"
"pdfjs-dist": ">=3.3.122",
"rxjs": ">=7.8.0"
},
"peerDependenciesMeta": {
"pdfjs-dist": {
"optional": true
}
},
"keywords": [
"core",