* translate breadcrumb root in demo shell
* optional "max items" feature and style fixes
* should not be restricted by default
* style updates
* toolbar and breadcrumb layout fixes
* breadcrumb demo and testing page
* full toolbar scenario
* fix translation issue with the dropdown and custom root
* a11y fixes
* fix issue with duplicate id, remove unused attribute
* [ADF-2739] Long names in breadcrumb fixed
* [ADF-2739] Updated styles
* [ADF-2739] Fixing @mixin for breadcrumb
* [ADF-2739] Waiting for changes in demo-shell
* [ADF-2739] Fixed @mixin
* [ADF-2739] Fixed issue related to breadcrumb position
* [ADF-2739] Improved ngOnChanges call for breadcrumb
* [ADF-2739] Fixed issues with lint
* [ADF-2739] Removed comment in dropdown breadcrumb component file
* [ADF-2739] Changed recalculateNodes method from public to protected
* [ADF-2500] The full content of Trashcan is not displayed.
fix pagination problem and add tests
* refactor code
* custom resources services
* move custom resources in separate service part 2
* move custom resources in separate service part 3
* move isCustomResources in custom resources
* move getCorrispondinNodeIds in custom services
* reorganize code
* add pagination interface
* remove permissions check document list and use the common cs method
remove the merge option and move it in the paginator
* make infinte scrolling always use the target
* restore loading infinite page
* fix license header
* fix type problems
* breadcrumb test service
* fix test
* export CustomResourcesService
* fix test pagination
* fix content ndoe test
* remove timeout content node selector test
* fix after rebase
* ripristinate observalbe in search service
* fix wrong type return stub document list test
* fix search service
* fix test document list
* move handle error in common method
* restore observable in search control
* Update search-control.component.spec.ts
* fix after rebase
* add import switchmap
* core import in karma conf
* missing commas
* fix mocks
* fix mock searchquerybody
* search test fix