* table cell component
- table cell component with performance improvements
* permissions and sorting fixes
- fixed ability to set default sorting
- fixed permission evaluation
- new: context menu now also works with permissions
- disabled tags column in demo shell due to performance implications
* fix unit tests
* fix tsconfig for unit testing
* allow setting sorting in html
* readme update
* update readme
* restore permissions code
* - Remove the check permission from the datatable and move inside the documentlist
* Remove commented test
* Add check permission on delete folder/file
* Provide a way to disable the action when if there is no permission
* Improve the code using the external permission inside the folder/document action service
* Add basic documentation.
- How disable the button when the permission is missing
- How to show a notification message when the permission is missing
* Resize the image
* Change the value to true for demo purpose
* Update folder-actions.service.ts
* Update document-actions.service.ts
* improved uploading of files
- new core/UploadDirective to allow dropping files to any html element
- enhanced file dropping for DataTable rows (disabled by default)
- enhanced file dropping for DocumentList rows (disabled by default)
- upload drop area now handles file uploads for child elements (i.e.
rows in the document list)
* fix unit tests
* unit tests and code cleanup
* #1732, fix upload of folders
* support for column definitions in html
- provides generic support for html-based column definitions for
datatable-like controls
* html column definitions for Task List component
* html column definitions for Document List component
* update code and documentation
* Allow navigation to folders from search results
- Uses router to pass ID of the folder
- Modified document list component to accept folder ID without path
- Current limitations
- Breadcrumb cannot currently be shown when navigating via folder id
- Clicking between folders does not update the current route
* Allow root folder ID to be changed and have documentlist reload
- e.g switching from Company home to My Files
* New tests for navigating to folders based on ID
Refs #666
- expose ‘error’ event
- change path only on successful navigation
- extend demo shell with error handling and reporting
- additional unit tests for document-list
- reworked breadcrumb
- deprecated up button in favour of external implementations
- removed hardcoded “document library” path from document list (always
start with root)
- always dealing with ‘absolute’ paths
- simplified upload demo