Quick actions for document list

- support for quick actions (folders/documents)
- reworked project structure for document list (simplified naming and
hierarchy)

refs #20, #50
This commit is contained in:
Denys Vuika
2016-04-28 13:02:21 +01:00
parent 48bf3cfaff
commit 84aa5a4efd
64 changed files with 922 additions and 152 deletions

View File

@@ -15,6 +15,7 @@
* limitations under the License.
*/
export declare class ContentActionModel {
icon: string;
title: string;
handler: ContentActionHandler;
}

View File

@@ -1 +1 @@
{"version":3,"file":"content-action.model.js","sourceRoot":"","sources":["content-action.model.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;GAeG;;;;;;;;YAEH;gBAAA;gBAGA,CAAC;gBAAD,yBAAC;YAAD,CAAC,AAHD,IAGC;YAHD,mDAGC,CAAA"}
{"version":3,"file":"content-action.model.js","sourceRoot":"","sources":["content-action.model.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;GAeG;;;;;;;;YAEH;gBAAA;gBAIA,CAAC;gBAAD,yBAAC;YAAD,CAAC,AAJD,IAIC;YAJD,mDAIC,CAAA"}

View File

@@ -16,6 +16,7 @@
*/
export class ContentActionModel {
icon: string;
title: string;
handler: ContentActionHandler;
}