* [ACA-3368] Update datatable columns when presetColumn schema changes
* [ACA-3368] Add presetColumn change detection for task list
* [ACA-3368] Improve unit tests, fix comments
* [ACA-3368] More unit test improvements
* added a new input: file
* unit test - having singleFile option and a file as input, the type of the input for uploading should be button instead of file
* added a click event for the upload button and also handle if having a file as input, the type of the input should be 'button' instead of 'file'
* handling allowed for upload also for 'update' permissions over a dropped file. also emitting a new event for updating file version if i'm dropping a single file over another file.
* unit tests for handling dropping a file over another
* added a new input (file type)
* passing a file to adf-version-upload component
* new input as file and toggle new version if having that as input + unit test
* added new input as file for new version
* added new input to allow dropping a file over another to update it's version
* added a new variable for handling dropping a file over another one and also handle a new event when we update the file version
* pass a new dropped file to the dialog
* new message
* new method to allow isDropTarget for a file instead only to folders.
* new emitter for updating a file's version
* allows updating a file's version by dropping another file over it.
* refactor allowDropFiles
* update docs for drag&drop file into another file
* update for drag&drop a file over another file functionality
* made the allowDropFiles checking optional for isDropTarget property, only checking if the value is passed to the share-data-row
Co-authored-by: Eugenio Romano <eugenio.romano@alfresco.com>
* changing the event on row from keyup to keydown to fix the issue of reopening the file after closing ussing only keyboard (opening and closing the file by enter)
* Reverting the 'onRowKeyDown' to not make a breaking change and added a new method to handle the opening file using 'enter' key
* Added unit test - it should emit double click if keydown "enter key" on row
* Small changes for clean coding
* header row as adf-datatable-row
* remove tabindex if header is hidden
* adjust logic if no row data is passed
* skip row focus if disabled
* set active row index on header interaction
* take in account header row
* fix header row and cells focus
* tests
* fix reference
* fix tests
* [ADF-4893] Fix visibility condition in datatable action menu
* Add filtering for when menu cache is disabled
* Fix unit test and improve code
* Fix linting
* Fix linting
* Add missing return type
* [ADF-2765] Fix for the gallery view in datatable component
* [ADF-2765] Fixed lint errors
* [ADF-2765] Changed maximum columns per row number
* [ADF-2765] Removed trailing whitespace
* react on [disabled] binding changes
* [disabled] binding updates for context menu items
* evaluating disabled state with a function
* unit test
* restore original description
* remove irrelevant test
* fix tests
* * Created DataColumnSchemaAssembler component to get column schema from html and app.config.json
* Removed column related method from tasklist.
* * Removed data property from the tasklist component
* Using rows input property instead of data input property of the datatable
* * Renamed DataColumnSchemaAssembler to DataTableSchema
* Refactored DataTableSchema component
* * Changed schem property into an input schemaColumns property in dataTable component
* * Added selectFirstRow input property to select a first row of datatable
* Removed unnecessary method from tasklist component
* * Added test case for the recent changes
* Added mock object for the tasklist spec
* * Added testcases for recent changes in the datatable component
* * Updated datatable and tasklist document for the recent changes
* * Refactored process-service and task list component
* Updated datatable document.
* [ADF-3039] Task List - Enanchement
* Changed schemaColumn name to columns
* Updated datatable documentation.
* data input Annotated with @deprecated in the tasklist component
* * Added an sorting input to the datatable.
* Updated datatable and tasklist documentation
* Added method to get current sorting order.
* * After rebasing
* * Revert sorting changes
* * After rebase
* * fixed conflicts
* * Fixed failing testcase after rebased.
* reset selection when rows are replaced from code
* code fixes
* unit test updates
* visualise selection count for testing purposes
* make row selection api public
* remove question mark from the event name
* [ADF-3082] Custom Task filters don't work.
* Added an sorting input to the datatable.
* Updated documentation for the recent changes.
* Added testcases for the recent changes.
* [ADF-3082] Custom Task filters don't work
* Added a sorting input to the datatable
* Added testcases to the recent changes.
* Updated doc for the recent changes.
* * Refactored task/process list dataSort.
* * Refactored process/task list datasort method