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
Generated
+30
-30
@@ -9,11 +9,11 @@
|
||||
"version": "7.3.0",
|
||||
"license": "LGPL-3.0",
|
||||
"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",
|
||||
@@ -46,7 +46,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",
|
||||
@@ -103,13 +103,13 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@alfresco/adf-cli": {
|
||||
"version": "8.4.0-21916318527",
|
||||
"resolved": "https://registry.npmjs.org/@alfresco/adf-cli/-/adf-cli-8.4.0-21916318527.tgz",
|
||||
"integrity": "sha512-Gh8D537RHAz3b6wzZF7G2OAfTNvFILak3aQiA5yHS4wVECDgqLUV24ts5PAzyYhdU4AJCdJ6UvNO4erldQY6bg==",
|
||||
"version": "8.4.0-22182348850",
|
||||
"resolved": "https://registry.npmjs.org/@alfresco/adf-cli/-/adf-cli-8.4.0-22182348850.tgz",
|
||||
"integrity": "sha512-RzNQrRNeWeO/YTuaqeJyDwqdzzVPjJeMhqhA/FDkEQkpiC+ihDiBRKz+IqFfr4N+43ovMUCjBlU0rIjp8tAZjw==",
|
||||
"dev": true,
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@alfresco/js-api": ">=9.4.0-21916318527",
|
||||
"@alfresco/js-api": ">=9.4.0-22182348850",
|
||||
"ejs": "^3.1.10",
|
||||
"license-checker": "^25.0.1",
|
||||
"node-fetch": "^2.7.0",
|
||||
@@ -121,16 +121,16 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@alfresco/adf-content-services": {
|
||||
"version": "8.4.0-21916318527",
|
||||
"resolved": "https://registry.npmjs.org/@alfresco/adf-content-services/-/adf-content-services-8.4.0-21916318527.tgz",
|
||||
"integrity": "sha512-Z4ooKxIpfTasMRq2QxIvIRHYkn1sywZdPf2R3oBeRAJq2IQygO8Rp2E9WhPxm+xFgyafLM75z0t5Kd6ZUpLWDA==",
|
||||
"version": "8.4.0-22182348850",
|
||||
"resolved": "https://registry.npmjs.org/@alfresco/adf-content-services/-/adf-content-services-8.4.0-22182348850.tgz",
|
||||
"integrity": "sha512-43HRQdZ0Ff49gF0s8D1kMuD85B9zkYIr58wTwO6g36Rxu5O4iGqhDnLg7KrhaA3pV9IMQmfixVCAXJAHltyeYw==",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"tslib": "^2.3.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@alfresco/adf-core": ">=8.4.0-21916318527",
|
||||
"@alfresco/js-api": ">=9.4.0-21916318527",
|
||||
"@alfresco/adf-core": ">=8.4.0-22182348850",
|
||||
"@alfresco/js-api": ">=9.4.0-22182348850",
|
||||
"@angular/animations": ">=14.1.3",
|
||||
"@angular/cdk": ">=14.1.2",
|
||||
"@angular/common": ">=14.1.3",
|
||||
@@ -145,9 +145,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@alfresco/adf-core": {
|
||||
"version": "8.4.0-21916318527",
|
||||
"resolved": "https://registry.npmjs.org/@alfresco/adf-core/-/adf-core-8.4.0-21916318527.tgz",
|
||||
"integrity": "sha512-DNkR+UH51drG3V/PNR0B87tTEockFxBoxPWMl7ZgxfPaJRyztXlQIdkXMB0P2GsUGteK4gGkWpzhHpHFjFrsVA==",
|
||||
"version": "8.4.0-22182348850",
|
||||
"resolved": "https://registry.npmjs.org/@alfresco/adf-core/-/adf-core-8.4.0-22182348850.tgz",
|
||||
"integrity": "sha512-KWATXfrqjaXKO0s5mnIIqAD5la0LkaSuBdUpbBonZsBTPvM5tQzGq42y8NJYatFAGrYfsrSKJCOCsEYe4dN1Xw==",
|
||||
"license": "Apache-2.0",
|
||||
"peer": true,
|
||||
"dependencies": {
|
||||
@@ -159,8 +159,8 @@
|
||||
"tslib": "^2.3.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@alfresco/adf-extensions": ">=8.4.0-21916318527",
|
||||
"@alfresco/js-api": ">=9.4.0-21916318527",
|
||||
"@alfresco/adf-extensions": ">=8.4.0-22182348850",
|
||||
"@alfresco/js-api": ">=9.4.0-22182348850",
|
||||
"@angular/animations": ">=16.0.0",
|
||||
"@angular/cdk": ">=16.0.0",
|
||||
"@angular/common": ">=16.0.0",
|
||||
@@ -193,30 +193,30 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@alfresco/adf-extensions": {
|
||||
"version": "8.4.0-21916318527",
|
||||
"resolved": "https://registry.npmjs.org/@alfresco/adf-extensions/-/adf-extensions-8.4.0-21916318527.tgz",
|
||||
"integrity": "sha512-sZAOWCcl6OnA3P451ExI/2U4cuAQNFHZAtz66pj+38oQUFZZpRPFMUFdZQJh2JEImUrKhIORyaICcdzDc+fcfA==",
|
||||
"version": "8.4.0-22182348850",
|
||||
"resolved": "https://registry.npmjs.org/@alfresco/adf-extensions/-/adf-extensions-8.4.0-22182348850.tgz",
|
||||
"integrity": "sha512-ubKOcs9c1u5krQgMu7A3RgksVfLiJZNZM4x0yQOsm8wvNeZ0y95FZXdVw50GPx6FKeXE4SH3//YwwCgNvqvRQw==",
|
||||
"license": "Apache-2.0",
|
||||
"peer": true,
|
||||
"dependencies": {
|
||||
"tslib": "^2.3.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@alfresco/js-api": ">=9.4.0-21916318527",
|
||||
"@alfresco/js-api": ">=9.4.0-22182348850",
|
||||
"@angular/common": ">=14.1.3",
|
||||
"@angular/core": ">=14.1.3"
|
||||
}
|
||||
},
|
||||
"node_modules/@alfresco/eslint-plugin-eslint-angular": {
|
||||
"version": "8.4.0-21916318527",
|
||||
"resolved": "https://registry.npmjs.org/@alfresco/eslint-plugin-eslint-angular/-/eslint-plugin-eslint-angular-8.4.0-21916318527.tgz",
|
||||
"integrity": "sha512-YatXVKxIb83wbNFXvYniTPMmq2Hes4uHUzDtkoswhah1YcbwadKTCElkVht7wXvccL8TeKX4RyM9w2c+fmoq8g==",
|
||||
"version": "8.4.0-22182348850",
|
||||
"resolved": "https://registry.npmjs.org/@alfresco/eslint-plugin-eslint-angular/-/eslint-plugin-eslint-angular-8.4.0-22182348850.tgz",
|
||||
"integrity": "sha512-n0QRqI9Pp08Djf6yjq47bO5i892XO4HzZY91rkdpkI+lPNho6rrzWue/9jBTxTtyTzk6RmXyHmIe2QZkyx5bsQ==",
|
||||
"license": "Apache-2.0"
|
||||
},
|
||||
"node_modules/@alfresco/js-api": {
|
||||
"version": "9.4.0-21916318527",
|
||||
"resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-9.4.0-21916318527.tgz",
|
||||
"integrity": "sha512-hhM+d4L8BErp3N1FY1/RemJ0GOP5wCRhV1b/uku1eSMjQd1kvwVZ+aNvBmKNo8hUCQGtdSnwDlm55tQhBjK1LQ==",
|
||||
"version": "9.4.0-22182348850",
|
||||
"resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-9.4.0-22182348850.tgz",
|
||||
"integrity": "sha512-0WIdQexoUfEMTcqQvbBERAZJEHh9c/YvY1dPbkv9qS9IJT4j9Y1ornzxZY6wi0/bcMWI9g6JsgAfMxZ7u4wNYw==",
|
||||
"license": "Apache-2.0",
|
||||
"peer": true,
|
||||
"dependencies": {
|
||||
|
||||
Reference in New Issue
Block a user