mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
GH Auto: Upstream dependencies ADF:8.4.0-22182348850 JS-API:9.4.0-22182348850 using Tag:8.4.0-22182348850 (#5043)
* [ci:force][auto-commit] Update dependencies ADF:8.4.0-22182348850 JS:9.4.0-22182348850 * Refactor components to use Angular's dependency injection with `inject` function. Removed unnecessary constructor parameters in `name-column`, `saved-searches-list`, `node-information`, and `content-url` components. Updated `node-actions` service to use string literals for `BatchOperationType`. Adjusted `showHeader` initialization in `document-base-page` component for consistency. --------- Co-authored-by: AleksanderSklorz <115619721+AleksanderSklorz@users.noreply.github.com> Co-authored-by: Denys Vuika <denys.vuika@gmail.com>
This commit is contained in:
co-authored by
AleksanderSklorz
Denys Vuika
parent
4204745227
commit
0008b7c170
+6
-6
@@ -41,11 +41,11 @@
|
||||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@alfresco/adf-content-services": "8.4.0-21916318527",
|
||||
"@alfresco/adf-core": "8.4.0-21916318527",
|
||||
"@alfresco/adf-extensions": "8.4.0-21916318527",
|
||||
"@alfresco/eslint-plugin-eslint-angular": "8.4.0-21916318527",
|
||||
"@alfresco/js-api": "9.4.0-21916318527",
|
||||
"@alfresco/adf-content-services": "8.4.0-22182348850",
|
||||
"@alfresco/adf-core": "8.4.0-22182348850",
|
||||
"@alfresco/adf-extensions": "8.4.0-22182348850",
|
||||
"@alfresco/eslint-plugin-eslint-angular": "8.4.0-22182348850",
|
||||
"@alfresco/js-api": "9.4.0-22182348850",
|
||||
"@angular/animations": "19.2.18",
|
||||
"@angular/cdk": "19.2.18",
|
||||
"@angular/common": "19.2.18",
|
||||
@@ -78,7 +78,7 @@
|
||||
"zone.js": "0.15.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@alfresco/adf-cli": "8.4.0-21916318527",
|
||||
"@alfresco/adf-cli": "8.4.0-22182348850",
|
||||
"@angular-devkit/build-angular": "19.2.19",
|
||||
"@angular-devkit/core": "19.2.18",
|
||||
"@angular-devkit/schematics": "19.2.18",
|
||||
|
||||
Reference in New Issue
Block a user