| | |
| | | import customTableCellIconTemplate from './customTableCellIcon.html'; |
| | | import customOutboundCountTemplate from './customOutboundCount.html'; |
| | | import customWeeklyReportTemplate from './customWeeklyReport.html'; |
| | | import customAgencyOppInputTemplate from './customAgencyOppInput.html'; |
| | | import { loadStyle} from 'lightning/platformResourceLoader'; |
| | | import LexCustomDataTable from '@salesforce/resourceUrl/LexCustomDataTable'; |
| | | |
| | |
| | | weeklyReport:{ |
| | | template: customWeeklyReportTemplate, |
| | | typeAttributes:['recordId','hospitalName','isShowButton'], |
| | | }, |
| | | agencyOppInput:{ |
| | | template: customAgencyOppInputTemplate, |
| | | typeAttributes:['inputValue','recordId','fieldName','showType'], |
| | | } |
| | | }; |
| | | constructor() { |