* 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
* #1426 - added remove checklist feature on task details
* #1426 - Improved test for tasklist service
* 426 - added component test for deleting a checklist
- fix navigation within process details
- fix ‘create task’ button name (was ‘start task’ previously)
- put ‘create task’ and ‘start process’ buttons to proper places in
layout
* Provide a FormService event when you click on the uploaded content
* Add a formContentClick event to the Form component
* Provide a way to pass Blob to viewer
* Provide a way to use the viewer using a Blob
- Fix the pdf viewer
- Fix the image viewer
- Fix the media viewer
* Update the viewer documentation
* Use the ContentService provided by the core
* Fix and improve unit test
* Add unit test blob viewer
* 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
* extra DOM events for DataTable
- support for ‘row-click’ DOM event (bubbling)
- support for ‘row-dblclick’ DOM event (bubbling)
- DataRowEvent exposes ‘sender’ property to simplify access to
component from within handlers
- readme and test updates
* fix unit tests
* 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
* Update README.md
* #1173 fix doc documentlist
* Date widget: support for `display date format`
* unit tests update
* pin js-api version
* Fix Thumbnail preview (#1689)
* Fix Thumbnail preview
* Fix thumbnail unit test
* Remove the fix prexif
* Rollback the pin js api version
* Update package.json
* 1.2.1 tasklist,processlist,form
* i18n fixes
- fix issue with default (fallback) language set to browser language
- fix issue with fallback language loading when browser language set to
non-English locale
* code and UI fixes
- move document list i18n strings into own scope
- replace MDL menu with @angular/material menu (fixes issue with menu
items translation, not supported by MDL)
- minor improvements
* fix unit tests
* improve i18n docs and code
- provide basic documentation for Translation service
- remove custom Login component localisation in favour of documentation
sample
- simplified i18n setup for demo shell (single path for dev/prod env)
* remove unnecessary comments