* [AAE-4569] Added readOnly property to breadcrumb components
* [AAE-4569] Add method for testing if an anchor element should be used
* [AAE-4569] Add missing return type
* [AAE-4569] Add unit test
* [AAE-4427] Embed upload progress dialog inside the upload from your device tab in attach file widget
* Fix failing unit tesT
* Add unit tests
* Removed not needed condition
* Make upload from your device tab same size as Repository tab
* Revert renaming causing breaking change
* simplify if conditions
* Update js-api version
* Use typescript ?. operator
* Add unit test for non existing datatable entries
* added the possibility to show/hide cancel&submit buttons and also to emit the changes without any buttons
* added new doc
* Added optional on variable models to avoid breaking changes (#6328)
Co-authored-by: Vito Albano <vitoalbano@vitoalbano-mbp-0120.local>
* added the possibility to show/hide cancel&submit buttons and also to emit the changes without any buttons
* added new doc
Co-authored-by: Vito <vito.albano@alfresco.com>
Co-authored-by: Vito Albano <vitoalbano@vitoalbano-mbp-0120.local>
* New feature: Search Filter Component - Hide facet if there is no filter category
* remove comments
* Fix lint errors
* Fix-Add unit tests
* Change demo shell facet query to current year
* Fix search e2e to use always current year
Co-authored-by: Raphael Kister <raphael.kister@alfresco.com>
Co-authored-by: Eugenio Romano <eugenio.romano@alfresco.com>
* [AAE-3967] Add datetime-range search filter component
* Fix bug from max date is not resetting when clicking the clear button
* Fix formatting identation on date-range component
* Add unit tests
* Add documentation
* Fix comments
* [AAE-3966] FE - Disable the upload button when the user doesn't have permissions in a folder
* * Handled both error messages while searching
* * Refactored names
* * Fixed unit tests and added some * Updated doc
* * Fixed comment
* Fix content node selector search should align with the filtering
* Add a flag to disable optionally the search execution in the filters
* Add unit tests
* refactoring - Remove content node selector service and use the main search service instead
* Fix existing unit tests to align with the new changes
* Fix bug when copying a file
* add include properties in demo shell search config
* revert attach-file-cloud widget
* Remove unused import
* More unit tests
* [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-3637] Attach file - Upload button is not disabled when the user is in search mode
* Add missing documentation for Input on the search filters
* * Added warning message
* * Added Unit tests to the recent changes
* * Fixed css error
* * Updated string
Co-authored-by: adomi <ardit.domi@alfresco.com>
* 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-3111] Select uploaded files by default
* [AAE-3321] Select uploaded local files by default
* * After rebase
* * Renamed method/property names
* * Fixed comments
* Added a private method to bubble up preselected nodes
* * Added unit tests
* * Fixed typo* added doc* Preselect based on the selection mode
* * Added way to test in demo shell