{"version":3,"file":"communications-panel-9c678154.js","sources":["../../../app/javascript/formability/formSubmission/mixins/correspondenceMixin.ts","../../../app/javascript/formability/formSubmission/components/note.vue","../../../app/javascript/formability/formSubmission/components/note.vue?vue&type=template&lang.js","../../../app/javascript/formability/formSubmission/components/create-note.vue","../../../app/javascript/formability/formSubmission/components/create-note.vue?vue&type=template&lang.js","../../../app/javascript/formability/formSubmission/components/notes-tab.vue","../../../app/javascript/formability/formSubmission/components/notes-tab.vue?vue&type=template&lang.js","../../../app/javascript/formability/formSubmission/enums/communicationsPanelType.ts","../../../app/javascript/common/mixins/createMessageMixin.ts","../../../app/javascript/formability/formSubmission/components/message.vue","../../../app/javascript/formability/formSubmission/components/message.vue?vue&type=template&lang.js","../../../app/javascript/formability/formSubmission/components/create-message.vue","../../../app/javascript/formability/formSubmission/components/create-message.vue?vue&type=template&lang.js","../../../app/javascript/formability/formSubmission/components/messages-tab.vue","../../../app/javascript/formability/formSubmission/components/messages-tab.vue?vue&type=template&lang.js","../../../app/javascript/formability/formSubmission/components/submissionComment.vue","../../../app/javascript/formability/formSubmission/components/submissionComment.vue?vue&type=template&lang.js","../../../app/javascript/formability/formSubmission/components/revision-tab.vue","../../../app/javascript/formability/formSubmission/components/revision-tab.vue?vue&type=template&lang.js","../../../app/javascript/formability/formSubmission/components/communications-panel.vue","../../../app/javascript/formability/formSubmission/components/communications-panel.vue?vue&type=template&lang.js"],"sourcesContent":["import {CorrespondenceType} from \"../../../common/models/formSubmission/correspondences/correspondenceType\";\n\nexport default {\n computed: {\n correspondenceLines(): string[] {\n return this.correspondence.text.split(/\\r?\\n/);\n },\n correspondenceTypeName(): string {\n return CorrespondenceType[this.correspondence.correspondence_type];\n }\n },\n methods: {\n emitTryDestroy(event): void {\n this.$emit('correspondence:tryDestroy', event);\n },\n }\n};","\n {{note.author | fullName}} Action: {{note.action_title}}
{{note.author | fullName}}
\n {{note.c_at | shortDate}} at {{note.c_at | time12}}\nAction: {{note.action_title}}
\n \nThere are no notes
on this {{parent}} yet.
Why not be the first?
\nThere are no notes
on this {{parent}} yet.
Why not be the first?
\n{{ message.author | fullName }}
\n {{ message.c_at | shortDate }} at {{ message.c_at | time12 }}\n{{ text }}
\n{{ message.author | fullName }}
\n {{ message.c_at | shortDate }} at {{ message.c_at | time12 }}\n{{ text }}
\nThere are no messages
on this {{parent}} yet.
Why not be the first?
\nThere are no messages
on this {{parent}} yet.
Why not be the first?
\n{{helpBalloonMessage}}
\n{{helpBalloonMessage}}
\n