* [auto-commit] Update JS-API to 4.3.0-3226 for branch: update-js-api originated from JS-API PR: 3226
* [auto-commit] Update JS-API to 4.3.0-3229 for branch: update-js-api originated from JS-API PR: 3229
* [auto-commit] Update JS-API to 4.3.0-3232 for branch: update-js-api originated from JS-API PR: 3232
* [auto-commit] Update JS-API to 4.3.0-3234 for branch: update-js-api originated from JS-API PR: 3234
Co-authored-by: Travis CI User <travis@example.org>
Co-authored-by: Eugenio Romano <eromano@users.noreply.github.com>
* [AAE-4452] FE - [ADF] Fetch destination folder path from variables
* * Added unit test on the attach-file-cloud widget
* Created a mock object.
* Created destination and path type model objects
* * Moved destination path logic from form-field-model to upload-cloud widget component
* * Added unit test to the recent changes
* Improved unit tests
* * FIxed comments
* Added one more unit test
* [AAE4504] FE - [ADF] Fetch destination Folder Path from a static path
* * Added condition to check destination folder path
* * Added typescript way to check
* Fix attach file from local e2e
* * Added unit tests to the recent changes
* * Fixed comments
Co-authored-by: Cristina Jalba <cristina.jalba@ness.com>
* [ACA-4053] Add appVersion multiselect dropdown in cloud filters
* Call applications api to fetch the versions
* Keep both old and new appVersion filter
* minor changes
* Add unit tests
* Fix comments - remove appVersionMultiple input and use a common appVersion input
* Experimental solution
* Unify event emitters for aps and cloud filters
* Update emitter descriptions
* Fix/Add unit tests
* Unit tests part 2
* Update documentation, put mock objects into separate mock files and remove them from test files
* rename tests
* align demo-shell with the new changes
* fix aps demo shell
* [MNT-22003] - fixed check on variable for visibility service
* [MNT-22003] - update variable for test
* [MNT-22003] - added extra unit test for checking the process variable passed
Co-authored-by: Vito Albano <vitoalbano@vitoalbano-mbp-0120.local>
* use interface instead of class
* cleanup code and fix html template typo
* api cleanup
* use interface instead of class
* code cleanup and test fixes
* use interface instead of class
* use interface instead of class, fix typing issues
* fix IDE support for spec files
* fix IDE for spec files
* unify filter compare
* remove jest
* use generics to reduce code duplication
* generic saveas
* unify code
* [AAE-3410] Restricted Breadcrumb navigation when upload widget type set to only ACS
* * Added/Modified unit tests to the recent changes
* Fixed failing UT
* * Updated contentNodeSelectorPanel doc
* * After rebase
* [AAE-3694] Add new Service Method for service task integration
* Split task list services in two
* Move ServiceTaskQueryCloudRequestModel to a newe file
* 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>