mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[ACA-4487] support search forms layout (#2195)
* [ACA-4487] support search chips -initial commit * * update adf, fixed comments and e2e * * update context menu test * * update tool bar test * * remove await expect * * add e2e back
This commit is contained in:
+6
-6
@@ -24,10 +24,10 @@
|
||||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@alfresco/adf-content-services": "4.5.0-32942",
|
||||
"@alfresco/adf-core": "4.5.0-32942",
|
||||
"@alfresco/adf-extensions": "4.5.0-32942",
|
||||
"@alfresco/js-api": "4.5.0-3603",
|
||||
"@alfresco/adf-content-services": "4.5.0-32949",
|
||||
"@alfresco/adf-core": "4.5.0-32949",
|
||||
"@alfresco/adf-extensions": "4.5.0-32949",
|
||||
"@alfresco/js-api": "4.5.0-3637",
|
||||
"@angular/animations": "10.0.4",
|
||||
"@angular/cdk": "^10.0.2",
|
||||
"@angular/common": "10.0.4",
|
||||
@@ -56,8 +56,8 @@
|
||||
"zone.js": "~0.10.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@alfresco/adf-cli": "4.5.0-32942",
|
||||
"@alfresco/adf-testing": "4.5.0-32942",
|
||||
"@alfresco/adf-cli": "4.5.0-32949",
|
||||
"@alfresco/adf-testing": "4.5.0-32949",
|
||||
"@angular-custom-builders/lite-serve": "^0.2.3",
|
||||
"@angular-devkit/build-angular": "^0.1002.0",
|
||||
"@angular-devkit/build-ng-packagr": "^0.1002.0",
|
||||
|
||||
Reference in New Issue
Block a user