* 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>
* [AAE-3469] New Service Task Lisst Component
* Fix unit tests
* Add documentation
* Add public methods to Data Table Schema
* [AAE-3469] New Service Task Cloud Component
* Fix comments
* Fix comments
* Fix unit tests
* [MNT-21705] - fixed column display for fields
* [MNT-21705] - fixed unit test
* [MNT-21636] - adding flag for enable-disable column
* [MNT-21705] - fixed broken unit test
* [MNT-21705] - added documentation for extra form input field
Co-authored-by: Vito Albano <vitoalbano@vitoalbano-mbp-0120.local>
* accessibility
* add thumb focus
* close thumbs list event
* fix eventbus listener
* rename parameter
* track previous focused element
* implement FocusKeyManager
* fix getGlobalEventBus is deprecated
* keyboard navigation
* set tabindex
* setActiveItem on list change
* update test
* run builds scripts sequentially
* temporary enable prod builds
* use ng instead of nx for adf-core
* increase mem
* downgrage the ts target
* downgrade main tsconfig
* update config
* downgrade scss-bundle
* raise mem only for prod builds
* restore dev build
* update angular cdk
* try restore build target
* upgrade unit tests after angular upgrade
* fix tests after angular upgrade
* remove old e2e
* AAE-3273 Manage empty option in retrieve content metadata dropdowns
* AAE-3273 Add unit tests
* AAE-3273 Refactor add not present fields
* AAE-3273 Add unit test in core
* select filter input component
* include theme
* add filter input
* show input conditionally
* convert value to string for d:int type values
* filter list options pipe
* add components to module
* convert int value to string
* i18n
* update tests
* tests
* update config
* remove unneeded decorator
* fix lint
* update schema
* remove filter pipe
* provide a filtered list
* Open select dialog on all types, fetch destination folder from a relative path
* Dialog UI refactor, multiple upload from local
* Fix document list should automatically reload after upload
* Remove not used ViewChild
* Fix imports, read destination folder from form field
* support different alias
* Remove not needed property, reuse selection mode
* Remove unused methods
* Fix unit tests
* * Added unit tests
* Fixed failing unit tests
* * Added unit for upload button
* Skipped failing e2e
* * Removed process-storage related code
* * Removed unncessory model and code
*
* * Removed contentHost from formCloud model
* * Skiped content-services e2e
* Skip failing process e2e related to attachment
Co-authored-by: sivakumar414ram <siva.kumar@muraai.com>
Co-authored-by: maurizio vitale <maurizio.vitale@alfresco.com>
* small fix, forgot to add the line when creating the last branch
* fixing the wrong parameter passing
* small fix, forgot to add the line when creating the last branch
* fixing the wrong parameter passing
* ACA-100: Exclude preview of a previous version e2e tests until ADF starts using ACS 7+
* ACA-100: Change protractor.conf.js path in Jasmine Opts
* fixing the wrong parameter passing
Co-authored-by: kristian <kristian.dimitrov@alfresco.com>
* card min max value validator
* card match value validator
* card value length validator
* map validators to constraint type
* add minmax
* update exported validators
* register validators based on constraint type
* translate errors with parameters
* tests