{"version":3,"file":"notification-data.js","sourceRoot":"","sources":["../../../Scripts/components/notification-data.ts"],"names":[],"mappings":"AAAA,IAAU,IAAI,CAcb;AAdD,WAAU,IAAI;IAAC,IAAA,OAAO,CAcrB;IAdc,WAAA,OAAO;QAQrB,IAAY,gBAKX;QALD,WAAY,gBAAgB;YAC3B,uDAAQ,CAAA;YACR,6DAAW,CAAA;YACX,6DAAW,CAAA;YACX,yDAAS,CAAA;QACV,CAAC,EALW,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAK3B;IACF,CAAC,EAdc,OAAO,GAAP,YAAO,KAAP,YAAO,QAcrB;AAAD,CAAC,EAdS,IAAI,KAAJ,IAAI,QAcb","sourcesContent":["namespace Seac.Commons {\r\n\texport interface Notification {\r\n\t\tmessage\t\t\t\t: string;\r\n\t\ttitle?\t\t\t\t: string;\r\n\t\tonClick\t\t\t\t: () => void;\r\n\t\tnotificationType\t: NotificationType;\r\n\t}\r\n\r\n\texport enum NotificationType {\r\n\t\tinfo\t= 1,\r\n\t\tsuccess = 2,\r\n\t\twarning = 3,\r\n\t\terror\t= 4,\r\n\t}\r\n}\r\n"]}