Css class names for custom document columns

refs #51
This commit is contained in:
Denys Vuika
2016-05-04 10:11:37 +01:00
parent 0b1b87063c
commit 548fb14f4c
9 changed files with 15 additions and 5 deletions

View File

@@ -17,4 +17,5 @@
export declare class ContentColumnModel {
title: string;
source: string;
cssClass: string;
}

View File

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

View File

@@ -18,4 +18,5 @@
export class ContentColumnModel {
title: string;
source: string;
cssClass: string;
}