* Create new panel component and search refactoring
* Replace
* First refactoring - Fix global search and service injection issues
* More refactoring
* Fix service injection - create one new instance for content-node-selector component
* Avoid having more services extending BaseQueryBuilderService
* more refactoring, remove injecting the SearchQueryBuilderService from the content node selector service
* Fix build errors to launch unit tests
* Fix existing unit tests
* Fix wrong import and constructor injection comments
* Fix wrong import
* Fix comments
* Fix api compatibility
* Revert demo shell causing e2e fail
Co-authored-by: adomi <ardit.domi@alfresco.com>
* Angular 9 compatibility: add explicit types to prevent automatic deep imports
If you do not provide an explicit return type to a function then TypeScript
will try to guess it and create a dynamic import type for the `.d.ts` files.
Often the imports incorrectly point to a path deep within a package,
rather than accessing the type via the correct public facing import.
From Angular v9, using ivy, such deep imports cause compilation
errors and will prevent this library from being used for ivy enabled
applications.
This commit fixes this problem for a component and a service that
the adf-core library exports.
* Angular 9 compatibility: import DOCUMENT from `@angular/common`
In Angular 7 importing `DOCUMENT` from `platform-browser` was
deprecated, and it was removed completely in Angular 8.
* fix type afterlast alpha
* fix type after last alpha
* fix types demo shell
* [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
* (wip) facet container
* shaping out the API
* code lint fixes
* radiobox facet example
* fields selector facet
* search limits support
* scope locations facet example
* move custom search to 'search.query' config
* use facet fields and queries from the config file
* use facet filters
* use facet buckets in query
* preserve expanded/checked states
* code cleanup and binding fixes
* fix apis after rebase
* extract query builder into separate class
* code improvements
* full chip list (merge facet fields with queries)
* placeholder for range requests
* move search infrastructure to ADF core
* cleanup code
* auto-search on init
* move search components to the content services
* selected facets chip list
* split into separate components at ADF level
* move the rest of the implementation to ADF
* facet builder fixes and tests
* translation support for category names
* docs placeholders
* update language level
* unit tests and packaging updates
* fix after rebase
* remove fdescribe
* some docs on search settings
* rename components as per review
* simplify chip list as per review
* turn query builder into service
* improve search service, integrate old search results
* fix node selector integration
* move service to the top module
* update tests
* remove fdescribe
* update tests
* test fixes
* test fixes
* test updates
* fix tests
* code and test fixes
* remove fit
* fix tests
* fix tests
* remove obsolete test
* increase bundle threshold
* update docs to reflect PR changes
* fix docs
* [ADF-2150] changed query body parameter to a function
* [ADF-2150] added an example page where to try change query body
* [ADF-2150] improved queryBody mechanism
* [ADF-2150] fixed content node test
* [ADF-2150] extended docs added another way to use the query node
* [ADF-2150] fixed test for search on content node
* [ADF-2150] added some improvements to service config
* [ADF-2150] changed the documentation accordingly
* [ADF-2150] added PR changes
* [ADF-2150] fixed jdoc
* [ADF-2150] added checkbox to switch from service approach to input object approach
* [ADF-2150] fixed build error on demo shell
* adding debounce time in object picker
unify search api
fix multiples duplicate result
remove limit of 4 character to search
* remove three.min.js
* remove unused import
* tlsint fix and remove file
* rename sitesApiService to sitesService as all the other services
* fix test timeout async
* fix viewer script
export insights and diagram
remove requires svg
fix new data adapter path
dist working with diagrams commented out
change use of minimatch
fix unused import
remove unused component
fix test
new import moment es6 and throw rxjs
fix import analytics test
fix imports rxjs
new pacakging
* fix after rebase
* fix test upload services
* exclude temporarily button event test
* restore commented demo shell files
* fix process spy