Greatly reduced markup for document/folder actions

refs #20, #9
This commit is contained in:
Denys Vuika
2016-05-04 13:06:10 +01:00
parent 548fb14f4c
commit eb5c7d7aae
47 changed files with 192 additions and 1065 deletions

View File

@@ -18,6 +18,8 @@ export declare class ContentActionModel {
icon: string;
title: string;
handler: ContentActionHandler;
type: string;
target: string;
}
export interface ContentActionHandler {
(obj: any): any;

View File

@@ -1 +1 @@
{"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"}
{"version":3,"file":"content-action.model.js","sourceRoot":"","sources":["content-action.model.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;GAeG;;;;;;;;YAEH;gBAAA;gBAMA,CAAC;gBAAD,yBAAC;YAAD,CAAC,AAND,IAMC;YAND,mDAMC,CAAA"}

View File

@@ -19,6 +19,8 @@ export class ContentActionModel {
icon: string;
title: string;
handler: ContentActionHandler;
type: string;
target: string;
}
export interface ContentActionHandler {