mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[ACS-5611] Add custom metadata side panels as new extension feature (#3466)
* [ACS-5611] Add custom metadata panels as new extensions feature * [ACS-5611] Add custom metadata panels unit tests * [ACS-5611] Minor fixes * [ACS-5611] Text ellipsis for name column to always display badges * [ACS-5611] Use latest ADF and JS-API * [ACS-5611] Unit test fix * [ACS-5611] Click action only if exists
This commit is contained in:
+7
-7
@@ -33,11 +33,11 @@
|
||||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@alfresco/adf-content-services": "6.4.0-6377399867",
|
||||
"@alfresco/adf-core": "6.4.0-6377399867",
|
||||
"@alfresco/adf-extensions": "6.4.0-6377399867",
|
||||
"@alfresco/eslint-plugin-eslint-angular": "6.4.0-6377399867",
|
||||
"@alfresco/js-api": "7.1.0-1371",
|
||||
"@alfresco/adf-content-services": "6.4.0-6497510485",
|
||||
"@alfresco/adf-core": "6.4.0-6497510485",
|
||||
"@alfresco/adf-extensions": "6.4.0-6497510485",
|
||||
"@alfresco/eslint-plugin-eslint-angular": "6.4.0-6497510485",
|
||||
"@alfresco/js-api": "7.1.0-1384",
|
||||
"@angular/animations": "14.1.3",
|
||||
"@angular/cdk": "14.1.3",
|
||||
"@angular/common": "14.1.3",
|
||||
@@ -69,8 +69,8 @@
|
||||
"zone.js": "0.11.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@alfresco/adf-cli": "6.4.0-6377399867",
|
||||
"@alfresco/adf-testing": "6.4.0-6377399867",
|
||||
"@alfresco/adf-cli": "6.4.0-6497510485",
|
||||
"@alfresco/adf-testing": "6.4.0-6497510485",
|
||||
"@angular-devkit/build-angular": "14.2.11",
|
||||
"@angular-devkit/core": "14.1.2",
|
||||
"@angular-devkit/schematics": "14.1.2",
|
||||
|
||||
Reference in New Issue
Block a user