(window.webpackJsonp=window.webpackJsonp||[]).push([[0,60,61,62,63,64,65],{370:function(t,e,n){"use strict";n.r(e);n(15),n(24);var r={props:{address:{type:Object,required:!0}},computed:{propertyAddressString:function(){var t=""!==this.address.name?"".concat(this.address.name,", "):"",e=null!==this.address.number?"".concat(this.address.number," "):"";return"".concat(t).concat(e).concat(this.address.street,", ").concat(this.address.town,", ").concat(this.address.postcode)}},mounted:function(){var t=this;this.$nextTick((function(){t.$emit("string-address",t.propertyAddressString)}))}},o=n(2),component=Object(o.a)(r,(function(){var t=this,e=t.$createElement;return(t._self._c||e)("section",[t._v("\n "+t._s(t.propertyAddressString)+"\n")])}),[],!1,null,null,null);e.default=component.exports},399:function(t,e,n){"use strict";n.r(e);n(18);var r=n(370),o=n(649),l=n(616),d=n(618),c={components:{MemberAddress:r.default},props:{contactBaseUrl:{type:String},overview:{type:Object,required:!1,default:function(){return null}},emergencyPersonId:{type:String,required:!1,default:function(){return null}},memberContacts:{type:Boolean,required:!1,default:function(){return!1}}},data:function(){return{activeTab:0}},watch:{overview:function(t,e){console.log("the overview has changed"),console.log(t),console.log(e)}},computed:{smartOverview:function(){var t=this;if(null!=this.overview)return this.overview;if(null!==this.emergencyPersonId){if(null===this.$store.state.member.emergencyContacts)return null;var e=this.$store.state.member.emergencyContacts.filter((function(e){return e.id===t.emergencyPersonId&&"static"===e.type}));return 1===e.length?e[0]:null}return this.memberContacts?this.$store.state.member.contact:null},emails:function(){return null!==this.smartOverview&&void 0!==this.smartOverview?this.smartOverview.emails:null},phones:function(){return null!==this.smartOverview&&void 0!==this.smartOverview?this.smartOverview.phones:null},addresses:function(){return null!==this.smartOverview&&void 0!==this.smartOverview?this.smartOverview.addresses:null}},methods:{showAddPhoneModal:function(data){var t=this;this.$buefy.modal.open({parent:this,component:o.default,hasModalCard:!0,trapFocus:!0,fullScreen:!1,props:{contactBaseUrl:this.contactBaseUrl,data:data},events:{refresh:function(){t.$emit("refresh")}}})},showAddAddressModal:function(data){var t=this;this.$buefy.modal.open({parent:this,component:d.default,hasModalCard:!0,trapFocus:!0,fullScreen:!1,props:{contactBaseUrl:this.contactBaseUrl,data:data},events:{refresh:function(){t.$emit("refresh")}}})},showAddEmailAddressModal:function(data){var t=this;this.$buefy.modal.open({parent:this,component:l.default,hasModalCard:!0,trapFocus:!0,fullScreen:!1,props:{contactBaseUrl:this.contactBaseUrl,data:data},events:{refresh:function(){t.$emit("refresh")}}})}}},h=(n(689),n(2)),component=Object(h.a)(c,(function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"modal-card"},[n("header",{staticClass:"modal-card-head"},[n("p",{staticClass:"modal-card-title"},[t._v("\n Manage Contact Details\n ")]),t._v(" "),n("button",{staticClass:"delete",attrs:{type:"button"},on:{click:function(e){return t.$emit("close")}}})]),t._v(" "),n("section",{staticClass:"modal-card-body pt-0"},[n("b-tabs",{model:{value:t.activeTab,callback:function(e){t.activeTab=e},expression:"activeTab"}},[n("b-tab-item",{attrs:{label:"Email"}},[n("b-table",{attrs:{data:null!==t.emails?t.emails:[],striped:!0,hoverable:!0,loading:null===t.emails,"mobile-cards":!1},scopedSlots:t._u([{key:"empty",fn:function(){return[n("p",{staticClass:"has-text-centered"},[t._v("\n No email addresses to show.\n ")])]},proxy:!0}])},[n("b-table-column",{attrs:{field:"email",label:"Email"},scopedSlots:t._u([{key:"default",fn:function(e){return[t._v("\n "+t._s(e.row.email)+"\n ")]}}])}),t._v(" "),n("b-table-column",{scopedSlots:t._u([{key:"default",fn:function(e){return[n("div",{staticClass:"settings"},[n("b-button",{attrs:{size:"is-small","icon-left":"pencil-outline"},on:{click:function(n){return t.showAddEmailAddressModal({id:e.row.id,email:e.row.email})}}})],1)]}}])})],1),t._v(" "),n("div",{staticClass:"pt-2"},[n("b-button",{attrs:{type:"is-text",size:"is-small"},on:{click:function(e){return t.showAddEmailAddressModal(null)}}},[t._v("\n Add Email Address\n ")])],1)],1),t._v(" "),n("b-tab-item",{attrs:{label:"Phone"}},[n("b-table",{attrs:{data:null!==t.phones?t.phones:[],striped:!0,hoverable:!0,loading:null===t.emails,"mobile-cards":!1},scopedSlots:t._u([{key:"empty",fn:function(){return[n("p",{staticClass:"has-text-centered"},[t._v("\n No phone numbers to show.\n ")])]},proxy:!0}])},[n("b-table-column",{attrs:{field:"phone",label:"Phones"},scopedSlots:t._u([{key:"default",fn:function(e){return[t._v("\n "+t._s(e.row.phone)+"\n ")]}}])}),t._v(" "),n("b-table-column",{scopedSlots:t._u([{key:"default",fn:function(e){return[n("div",{staticClass:"settings"},[n("b-button",{attrs:{size:"is-small","icon-left":"pencil-outline"},on:{click:function(n){return t.showAddPhoneModal({id:e.row.id,phone:e.row.phone})}}})],1)]}}])})],1),t._v(" "),n("div",{staticClass:"pt-2"},[n("b-button",{attrs:{type:"is-text",size:"is-small"},on:{click:function(e){return t.showAddPhoneModal(null)}}},[t._v("\n Add Phone Number\n ")])],1)],1),t._v(" "),n("b-tab-item",{attrs:{label:"Address"}},[n("b-table",{attrs:{data:null!==t.addresses?t.addresses:[],striped:!0,hoverable:!0,loading:null===t.emails,"mobile-cards":!1},scopedSlots:t._u([{key:"empty",fn:function(){return[n("p",{staticClass:"has-text-centered"},[t._v("\n No addresses to show.\n ")])]},proxy:!0}])},[n("b-table-column",{attrs:{field:"address",label:"Address"},scopedSlots:t._u([{key:"default",fn:function(t){return[n("member-address",{attrs:{address:t.row.address}})]}}])}),t._v(" "),n("b-table-column",{scopedSlots:t._u([{key:"default",fn:function(e){return[n("div",{staticClass:"settings"},[n("b-button",{attrs:{size:"is-small","icon-left":"pencil-outline"},on:{click:function(n){return t.showAddAddressModal({id:e.row.id,address:e.row.address})}}})],1)]}}])})],1),t._v(" "),n("div",{staticClass:"pt-2"},[n("b-button",{attrs:{type:"is-text",size:"is-small"},on:{click:function(e){return t.showAddAddressModal(null)}}},[t._v("\n Add Address\n ")])],1)],1)],1)],1),t._v(" "),n("footer",{staticClass:"modal-card-foot"},[n("b-button",{attrs:{label:"Close"},on:{click:function(e){return t.$emit("close")}}})],1)])}),[],!1,null,"74775ac0",null);e.default=component.exports},400:function(t,e,n){"use strict";n.r(e),e.default={methods:{contactDispatch:function(){this.$store.dispatch("member/getMemberContactDetails",{type:"".concat(this.memberType,"s"),id:this.memberId})}}}},401:function(t,e,n){"use strict";n.r(e),e.default={props:{contactBaseUrl:{type:String},data:{type:Object,required:!1}}}},485:function(t,e,n){var content=n(550);content.__esModule&&(content=content.default),"string"==typeof content&&(content=[[t.i,content,""]]),content.locals&&(t.exports=content.locals);(0,n(35).default)("b197a25a",content,!0,{sourceMap:!1})},486:function(t,e,n){var content=n(552);content.__esModule&&(content=content.default),"string"==typeof content&&(content=[[t.i,content,""]]),content.locals&&(t.exports=content.locals);(0,n(35).default)("2faa6573",content,!0,{sourceMap:!1})},487:function(t,e,n){var content=n(554);content.__esModule&&(content=content.default),"string"==typeof content&&(content=[[t.i,content,""]]),content.locals&&(t.exports=content.locals);(0,n(35).default)("1d54fd48",content,!0,{sourceMap:!1})},549:function(t,e,n){"use strict";n(485)},550:function(t,e,n){var r=n(34)(!1);r.push([t.i,'.grid-container[data-v-2014cb64]{width:100%;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr;grid-gap:0 0;gap:0 0;grid-auto-flow:row;grid-template-areas:"left right"}.right[data-v-2014cb64]{grid-area:right;margin-left:auto;margin-right:0}.left[data-v-2014cb64]{grid-area:left}',""]),t.exports=r},551:function(t,e,n){"use strict";n(486)},552:function(t,e,n){var r=n(34)(!1);r.push([t.i,'.grid-container[data-v-39f273dd]{width:100%;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr;grid-gap:0 0;gap:0 0;grid-auto-flow:row;grid-template-areas:"left right"}.right[data-v-39f273dd]{grid-area:right;margin-left:auto;margin-right:0}.left[data-v-39f273dd]{grid-area:left}',""]),t.exports=r},553:function(t,e,n){"use strict";n(487)},554:function(t,e,n){var r=n(34)(!1);r.push([t.i,'.grid-container[data-v-aee416c2]{width:100%;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr;grid-gap:0 0;gap:0 0;grid-auto-flow:row;grid-template-areas:"left right"}.right[data-v-aee416c2]{grid-area:right;margin-left:auto;margin-right:0}.left[data-v-aee416c2]{grid-area:left}',""]),t.exports=r},575:function(t,e,n){var content=n(690);content.__esModule&&(content=content.default),"string"==typeof content&&(content=[[t.i,content,""]]),content.locals&&(t.exports=content.locals);(0,n(35).default)("575ec82a",content,!0,{sourceMap:!1})},616:function(t,e,n){"use strict";n.r(e);n(24);var r=n(400),o=n(401),l={mixins:[r.default,o.default],data:function(){return{emailAddress:""}},mounted:function(){var t=this;this.$nextTick((function(){null!==t.data&void 0!==t.data&&(t.emailAddress=t.data.email)}))},methods:{deleteEmail:function(){var t=this;this.$axios.delete("".concat(this.contactBaseUrl,"/email/").concat(this.data.id)).then((function(){t.$emit("refresh"),t.$parent.close()}))},addEmail:function(){var t=this,e=null===this.data?"".concat(this.contactBaseUrl,"/email"):"".concat(this.contactBaseUrl,"/email/").concat(this.data.id);this.$axios.post(e,{email:this.emailAddress}).then((function(e){t.$emit("refresh"),t.$parent.close()}))}}},d=(n(551),n(2)),component=Object(d.a)(l,(function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"modal-card"},[n("header",{staticClass:"modal-card-head"},[n("p",{staticClass:"modal-card-title"},[t._v("\n "+t._s(null===t.data?"Add":"Update")+" Email Address\n ")]),t._v(" "),n("button",{staticClass:"delete",attrs:{type:"button"},on:{click:function(e){return t.$emit("close")}}})]),t._v(" "),n("section",{staticClass:"modal-card-body"},[n("b-message",{attrs:{type:"is-warning"}},[t._v("\n Please ensure that the member is aware that these details will be accessible to any other groups on Athlete Manager that they are involved with.\n ")]),t._v(" "),n("b-field",{attrs:{label:"Email Address"}},[n("b-input",{model:{value:t.emailAddress,callback:function(e){t.emailAddress=e},expression:"emailAddress"}})],1)],1),t._v(" "),n("footer",{staticClass:"modal-card-foot"},[n("div",{staticClass:"grid-container"},[n("div",{staticClass:"right"},[null!==t.data?n("b-button",{attrs:{"icon-left":"delete-outline",type:"is-danger is-light"},on:{click:function(e){return t.deleteEmail()}}}):t._e()],1),t._v(" "),n("div",{staticClass:"left"},[n("b-button",{attrs:{label:"Close"},on:{click:function(e){return t.$emit("close")}}}),t._v(" "),n("b-button",{attrs:{label:null===t.data?"Add":"Update",type:"is-primary"},on:{click:function(e){return t.addEmail()}}})],1)])])])}),[],!1,null,"39f273dd",null);e.default=component.exports},618:function(t,e,n){"use strict";n.r(e);n(15),n(24);var r=n(400),o=n(401),l={mixins:[r.default,o.default],mounted:function(){var t=this;this.$nextTick((function(){null!==t.data&void 0!==t.data&&(t.propertyName=t.data.address.name,t.houseNumber=t.data.address.number,t.streetName=t.data.address.street,t.town=t.data.address.town,t.postcode=t.data.address.postcode)}))},data:function(){return{propertyName:"",houseNumber:"",streetName:"",town:"",postcode:""}},methods:{deleteAddress:function(){var t=this;this.$axios.delete("".concat(this.contactBaseUrl,"/address/").concat(this.data.id)).then((function(){t.$emit("refresh"),t.$parent.close()}))},addAddress:function(){var t=this,e=null===this.data?"".concat(this.contactBaseUrl,"/address"):"".concat(this.contactBaseUrl,"/address/").concat(this.data.id);this.$axios.post(e,{name:this.propertyName,number:""!==this.houseNumber?this.houseNumber:null,street:this.streetName,town:this.town,postcode:this.postcode}).then((function(e){t.$emit("refresh"),t.$parent.close()}))}}},d=(n(553),n(2)),component=Object(d.a)(l,(function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"modal-card"},[n("header",{staticClass:"modal-card-head"},[n("p",{staticClass:"modal-card-title"},[t._v("\n "+t._s(null===t.data?"Add":"Update")+" Address\n ")]),t._v(" "),n("button",{staticClass:"delete",attrs:{type:"button"},on:{click:function(e){return t.$emit("close")}}})]),t._v(" "),n("section",{staticClass:"modal-card-body"},[n("b-message",{attrs:{type:"is-warning"}},[t._v("\n Please ensure that the member is aware that these details will be accessible to any other groups on Athlete Manager that they are involved with.\n ")]),t._v(" "),n("b-field",{attrs:{label:"Property Name"}},[n("b-input",{model:{value:t.propertyName,callback:function(e){t.propertyName=e},expression:"propertyName"}})],1),t._v(" "),n("b-field",{attrs:{grouped:""}},[n("b-field",{attrs:{label:"Number",expanded:""}},[n("b-input",{model:{value:t.houseNumber,callback:function(e){t.houseNumber=e},expression:"houseNumber"}})],1),t._v(" "),n("b-field",{attrs:{label:"Street",expanded:""}},[n("b-input",{model:{value:t.streetName,callback:function(e){t.streetName=e},expression:"streetName"}})],1)],1),t._v(" "),n("b-field",{attrs:{label:"Town",expanded:""}},[n("b-input",{model:{value:t.town,callback:function(e){t.town=e},expression:"town"}})],1),t._v(" "),n("b-field",{attrs:{label:"Postcode",expanded:""}},[n("b-input",{model:{value:t.postcode,callback:function(e){t.postcode=e},expression:"postcode"}})],1)],1),t._v(" "),n("footer",{staticClass:"modal-card-foot"},[n("div",{staticClass:"grid-container"},[n("div",{staticClass:"right"},[null!==t.data?n("b-button",{attrs:{"icon-left":"delete-outline",type:"is-danger is-light"},on:{click:function(e){return t.deleteAddress()}}}):t._e()],1),t._v(" "),n("div",{staticClass:"left"},[n("b-button",{attrs:{label:"Close"},on:{click:function(e){return t.$emit("close")}}}),t._v(" "),n("b-button",{attrs:{label:null===t.data?"Add":"Update",type:"is-primary"},on:{click:function(e){return t.addAddress()}}})],1)])])])}),[],!1,null,"aee416c2",null);e.default=component.exports},649:function(t,e,n){"use strict";n.r(e);n(24);var r=n(400),o=n(401),l={mixins:[r.default,o.default],data:function(){return{phoneNumber:""}},mounted:function(){var t=this;this.$nextTick((function(){null!==t.data&void 0!==t.data&&(t.phoneNumber=t.data.phone)}))},methods:{deletePhoneNumber:function(){var t=this;this.$axios.delete("".concat(this.contactBaseUrl,"/phone/").concat(this.data.id)).then((function(){t.$emit("refresh"),t.$parent.close()}))},addPhone:function(){var t=this,e=null===this.data?"".concat(this.contactBaseUrl,"/phone"):"".concat(this.contactBaseUrl,"/phone/").concat(this.data.id);this.$axios.post(e,{phone:this.phoneNumber}).then((function(e){t.$emit("refresh"),t.$parent.close()}))}}},d=(n(549),n(2)),component=Object(d.a)(l,(function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"modal-card"},[n("header",{staticClass:"modal-card-head"},[n("p",{staticClass:"modal-card-title"},[t._v("\n "+t._s(null===t.data?"Add":"Update")+" Phone Number\n ")]),t._v(" "),n("button",{staticClass:"delete",attrs:{type:"button"},on:{click:function(e){return t.$emit("close")}}})]),t._v(" "),n("section",{staticClass:"modal-card-body"},[n("b-message",{attrs:{type:"is-warning"}},[t._v("\n Please ensure that the member is aware that these details will be accessible to any other groups on Athlete Manager that they are involved with.\n ")]),t._v(" "),n("b-field",{attrs:{label:"Phone Number"}},[n("b-input",{model:{value:t.phoneNumber,callback:function(e){t.phoneNumber=e},expression:"phoneNumber"}})],1)],1),t._v(" "),n("footer",{staticClass:"modal-card-foot"},[n("div",{staticClass:"grid-container"},[n("div",{staticClass:"right"},[null!==t.data?n("b-button",{attrs:{"icon-left":"delete-outline",type:"is-danger is-light"},on:{click:function(e){return t.deletePhoneNumber()}}}):t._e()],1),t._v(" "),n("div",{staticClass:"left"},[n("b-button",{attrs:{label:"Close"},on:{click:function(e){return t.$emit("close")}}}),t._v(" "),n("b-button",{attrs:{label:null===t.data?"Add":"Update",type:"is-primary"},on:{click:function(e){return t.addPhone()}}})],1)])])])}),[],!1,null,"2014cb64",null);e.default=component.exports},689:function(t,e,n){"use strict";n(575)},690:function(t,e,n){var r=n(34)(!1);r.push([t.i,".settings[data-v-74775ac0]{float:right}",""]),t.exports=r}}]);