[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:
Dharan
2021-06-27 12:55:28 +02:00
committed by GitHub
parent 35d6fb7b5c
commit 8a54b113a0
50 changed files with 423 additions and 588 deletions
+6 -6
View File
@@ -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",