* add animation on show and hide of results
make the style similar to the other material 2 menu
fix issue popup always stays on the screen
fix Search does not collapse if its input is focused
* minor code style issues
* minors fix and test fix
* fix app.config.json error in test
* update beta10 mat-menu-base method
* karma configuration all
* ignore pkg lock
* update pkg json
* date picker update material beta.10
* isDateInstance moment adapter
* style and datepicker update material2 beta 10
* update test dateitem to beta10
* regenerate style files
* use material icons web font
* fix data range material 2 beta 10
* minors cleaning
* recreate styles
* remove unused componentHandler var
* fix failing test checkbox
* [ADF-1458] reverting changes from ADF-1458
* [ADF-1458] reapply default value to disabled
* [ADF-1458] revert changes on README
* [ADF-1458] update readme added more check for node permission checking
* [ADF-1458] reverting changes to tests
* [ADF-1458] revert changes for test directive
* First steps
* Every package have separate entry points for styling mixins
* Moving to config dir, and using it in demo shell
* Remove webpack config include path magic from activiti-form package
* Fixing all the webpack common configs and using relative paths in the prebuilt themes
* Datatable header fix
* Update documentation
* [ADF-1368] adding success action event even form file deleted on document actions
* [ADF-1368] reflecting delete changes on documentlist
* [ADF-1368] added event on upload service when a file is deleted from external source
* [ADF-1368] pinned version beta8 for material
* [ADF-1368] added test cases for success event on documentlist actions delete
* Deprecate enabled input property in UploadDragAreaComponent
* Refactoring about disabled property
* using adf-node-permission directive, deprecating disableWithNoPermission
* Parent component access from directive
* Upliad drag area component uses the directive also
* Usage of property instead of helper method in the NodePermissionSubjects
* Fix small issues
* Update readme files
* Update material to beta8
* Install @angular/cdk
* DropdownBreadcrumb component
* Style fixes
* Fix styling issues after rebase
* Fix Material issue in processlist
* Update material again, because of rebase errors... :/
* Fix new tslint rule raised errors
* use the same upload component between the content and process service
* Create a BaseUploadServe inside the core
The AlfrescoUpload should extend the BaseUpload
* Improve the code
* Move the process service from the demo shell to form component
* Merge [ADF-917] added exlcluded files into app config to prevent special files
* Remove typo
* Fix import
* Fix FileModel import
* Fix Denys comment
* Fix unit test with the new path of UploadService
* Add missing implementation
* add codelyzer in core and datatable
* add codelyzer in the main build
* order imports
* fix import in test
* fix import test
* import reorder form
* tasklist and processlist import reorder
* user preferences service
* unit tests and code improvements
* fix tests
* fix tests
* fix tests
* add missing production settings
* readme updates
* integrate with the core module
* rework folder uploading
- flatterns hierarchy on folder upload
- performs a single traversal for the entire folder heirarchy and ends with a comple file list
- allows now dropping folders on existing folders
- overall code improvements
* fix unit tests
* readme updates
* clean old and unused code
* code cleanup
* limit concurrent uploads
* update code as per review
* fix upload button for Safari
* fixes for Safari
- Safari compatibility
- code updates based on review
* fix code
* fix unit tests
* coverage single components run fix
* remove spec.ts from coverage
* make the coverage and the istanbul-instrumenter-loader works only over the console test because a problem on the remapping for the browser test
* move tslint on the main folder of any component
* remove build:w from readme
* stop build tslint error also in spec files
* clear karma file from unnecessary files
* add set -f for build all script in order to accept *
* fix lint problem and failing tests
* fix failing test search component
* add loader test for viewer
* fix tslint error userinfo
* --max_old_space_size=2048 remove
* fix tslint error uploader unused EventEmitter
* remove spec|index|.*mock|.*model|.*event from coverage
* upload feature rework
lots of improvements for upload dialog and underlying services
* readme update
- readme cleanup
- remove some old comments from code
- update readme with new events for Upload Service
* restore prerequisites section in readme