12 Commits

Author SHA1 Message Date
Denys Vuika
9c88fcb830 Improved component hierarchy for actions
document actions are now nested within “document-actions” container to
separate them from other action types (i.e. folder actions); and to be
able applying bulk properties for “document-actions” collection if
needed (i.e. ‘show system actions’)
2016-04-27 10:33:17 +01:00
Denys Vuika
56896f2200 Declarative document actions
- initial support for declarative document actions (system and custom)

refs #20
2016-04-26 20:54:00 +01:00
Denys Vuika
9d74af1ce5 Actions dropdown for document list
- added actions dropdown stub
- accessibility improvements for list rows

refs #20
2016-04-26 16:47:22 +01:00
Denys Vuika
efe9f84968 Fix dependencies
- restore original “dependencies” settings
- preserve “peerDependencies”
2016-04-26 13:55:53 +01:00
Denys Vuika
8158a6b007 Core settings service, license fixes
- fixed license text as per Apache appendix
(http://www.apache.org/licenses/LICENSE-2.0)
- added AlfrescoSettings service to the core component library
- document list now takes host information from the AlfrescoSettings
service
2016-04-26 11:09:01 +01:00
Denys Vuika
66a8eb039f core library implementation; license fixes
- library with code/utils to be shared across other components or top
level application;
- moved MDL directive to core as an example
- license fixes
2016-04-25 14:11:44 +01:00
Denys Vuika
bae5bb1dc2 angular2 as peer dependency
closes #40
2016-04-25 10:45:15 +01:00
Denys Vuika
9ed45bfc8d Updated license and package info 2016-04-22 22:48:14 +01:00
Denys Vuika
2c73f4a8bd document-list cleanup
- removed HelloWorld from the package
- renamed namespace
2016-04-21 15:12:45 +01:00
Denys Vuika
a36828e5b3 Simplified package.json for documentlist 2016-04-21 14:19:57 +01:00
Denys Vuika
81516a9303 Updated npm ignore 2016-04-21 14:11:54 +01:00
Denys Vuika
1003f8e3ce Clean and minimal DocumentList component implementation 2016-04-21 14:01:15 +01:00