{"version":3,"file":"costingDetailDirective.js","sourceRoot":"","sources":["../../../../src/modules/directives/costing/costingDetailDirective.ts"],"names":[],"mappings":"AAAA,IAAO,UAAU,CAoDhB;AApDD,WAAO,UAAU;IACb,IAAc,OAAO,CAkDpB;IAlDD,WAAc,OAAO;QACjB;YAiCI,gCAAmB,EAAgB;gBAAhB,OAAE,GAAF,EAAE,CAAc;gBAhCnC,aAAQ,GAAG,6gDA2BU,CAAC;gBACtB,UAAK,GAAG;oBACJ,OAAO,EAAE,GAAG;iBACf,CAAC;gBAKF,SAAI,GAAG,UAAC,MAAiB,EAAE,QAA6B,EAAE,GAAmB,EAAE,WAAkC;gBAEjH,CAAC,CAAA;YAJD,CAAC;YAMM,8BAAO,GAAd;gBACI,IAAM,SAAS,GAAG,UAAC,EAAE,IAAK,OAAA,IAAI,sBAAsB,CAAC,EAAE,CAAC,EAA9B,CAA8B,CAAC;gBACzD,SAAS,CAAC,OAAO,GAAG,CAAC,IAAI,CAAC,CAAC;gBAE3B,OAAO,SAAS,CAAC;YACrB,CAAC;YACL,6BAAC;QAAD,CAAC,AA9CD,IA8CC;QA9CY,8BAAsB,yBA8ClC,CAAA;QAED,OAAO,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,SAAS,CAAC,kBAAkB,EAAE,sBAAsB,CAAC,OAAO,EAAE,CAAC,CAAC;IAC1F,CAAC,EAlDa,OAAO,GAAP,kBAAO,KAAP,kBAAO,QAkDpB;AACL,CAAC,EApDM,UAAU,KAAV,UAAU,QAoDhB","sourcesContent":["module directives {\r\n export module costing {\r\n export class costingDetailDirective implements ng.IDirective {\r\n template = `\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
#CodeDescriptionColumn 1OperatorColumn 2ValuePer UnitActual
{{costingDetail.SequenceNumber}}{{costingDetail.Code}}{{costingDetail.Description}}{{costingDetail.Col1Code}}{{costingDetail.FormulaDescription}}{{costingDetail.Col2Code}}{{costingDetail.BaseCurrencyOutputValue | number: 2}}{{costingDetail.BaseCurrencyOutputUnitValue}}{{costingDetail.ActualValue | number: 2}}
`;\r\n scope = {\r\n ngModel: '='\r\n };\r\n\r\n constructor(public $q: ng.IQService) {\r\n }\r\n\r\n link = ($scope: ng.IScope, $element: ng.IAugmentedJQuery, att: ng.IAttributes, controllers: ng.IControllerService) => {\r\n\r\n }\r\n\r\n static factory(): ng.IDirectiveFactory {\r\n const directive = ($q) => new costingDetailDirective($q);\r\n directive.$inject = ['$q'];\r\n\r\n return directive;\r\n }\r\n }\r\n\r\n angular.module(\"app\").directive(\"gtsCostingDetail\", costingDetailDirective.factory());\r\n }\r\n}"]}