!function(){try{var t="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},e=(new Error).stack;e&&(t._sentryDebugIds=t._sentryDebugIds||{},t._sentryDebugIds[e]="7592708b-d97b-443c-9478-2b6d0dad148b",t._sentryDebugIdIdentifier="sentry-dbid-7592708b-d97b-443c-9478-2b6d0dad148b")}catch(t){}}();var _global="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};_global.SENTRY_RELEASE={id:"db5a8d14d0713a9b49de5e6b0b00d154ccb6b6bf"},(window.webpackJsonp=window.webpackJsonp||[]).push([[11],{452:function(t,e,n){"use strict";var r=n(5),o=n(266);r({target:"String",proto:!0,forced:n(267)("link")},{link:function(t){return o(this,"a","href",t)}})},453:function(t,e,n){"use strict";var r={computed:{links:function(){return this.$store.state.breadcrumb.links}}},o=n(2),component=Object(o.a)(r,(function(){var t=this,e=t._self._c;return e("nav",{staticClass:"breadcrumb"},[e("ul",[e("li",[e("nuxt-link",{attrs:{to:{name:"index"}}},[t._v("\n\t\t\t\tHome\n\t\t\t")])],1),t._v(" "),t._l(t.links,(function(link,n){return e("li",{key:n,class:{"is-active":n==t.links.length-1}},[e("nuxt-link",{attrs:{to:link.to}},[t._v("\n\t\t\t\t"+t._s(link.text)+"\n\t\t\t")])],1)}))],2)])}),[],!1,null,null,null);e.a=component.exports},457:function(t,e,n){"use strict";n(20),n(21),n(25),n(26),n(22),n(10),n(17);var r=n(8),o=(n(34),n(15));function l(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function c(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?l(Object(n),!0).forEach((function(e){Object(r.a)(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):l(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}var d={props:{image:{type:Object,required:!0},contentImage:{type:Boolean,default:!1}},data:function(){return{mounted:!1}},computed:c(c({},Object(o.c)({breakpoint:function(t){return t.device.breakpoint},resolution:function(t){return t.device.resolution},format:function(t){return t.device.image_format}})),{},{src:function(){return!!this.mounted&&this.image.urls[this.breakpoint][this.resolution][this.format]},alt:function(){return!!this.mounted&&this.image.alt},styles:function(){return!!this.contentImage&&{width:this.image.width?"".concat(this.image.width,"px"):"100%"}},width:function(){return!(!this.image.hasOwnProperty("dimensions")||null===this.image.dimensions)&&this.image.dimensions[this.breakpoint].width},height:function(){return!(!this.image.hasOwnProperty("dimensions")||null===this.image.dimensions)&&this.image.dimensions[this.breakpoint].height}}),mounted:function(){var t=this;this.$nextTick((function(){setTimeout((function(){t.mounted=!0}),10)}))}},f=n(2),component=Object(f.a)(d,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"lazy-image"},[e("img",{style:t.styles,attrs:{src:t.src,alt:t.alt,width:t.width,height:t.height}})])}),[],!1,null,null,null);e.a=component.exports},461:function(t,e,n){"use strict";n(21),n(55),n(10),n(452);var r={props:{links:{type:Array,required:!0}},data:function(){return{link:this.links[0].value,internalLinks:this.links}},computed:{desktopAndUp:function(){return this.$store.state.device.desktopAndUp}},watch:{link:function(t){t&&this.$router.push(t)},desktopAndUp:function(t){this.setHint()}},mounted:function(){this.setHint()},methods:{setHint:function(){this.internalLinks[0].text=this.desktopAndUp?"Choose...":"Jump to..."}}},o=n(2),component=Object(o.a)(r,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"select is-fullwidth"},[e("select",{directives:[{name:"model",rawName:"v-model",value:t.link,expression:"link"}],on:{change:function(e){var n=Array.prototype.filter.call(e.target.options,(function(t){return t.selected})).map((function(t){return"_value"in t?t._value:t.value}));t.link=e.target.multiple?n:n[0]}}},t._l(t.internalLinks,(function(link,n){return e("option",{key:n,domProps:{value:link.value}},[t._v("\n\t\t\t"+t._s(link.text)+"\n\t\t")])})),0)])}),[],!1,null,null,null);e.a=component.exports},466:function(t,e,n){"use strict";var r=n(2),component=Object(r.a)({},(function(){var t=this._self._c;return t("svg",{staticClass:"icon-large-arrow",attrs:{viewBox:"0 0 73 150"}},[t("path",{attrs:{d:"M0,0h30l43,75l-43,75H0l43-75L0,0z"}})])}),[],!1,null,null,null);e.a=component.exports},471:function(t,e,n){"use strict";var r={components:{LazyImage:n(457).a},props:{post:{type:Object,required:!0}},computed:{isArticle:function(){return"article"===this.post.type},href:function(){return this.isArticle?this.$router.resolve({name:"blog-post-slug",params:{slug:this.post.slug}}).href:this.post.url}},methods:{category:function(){switch(this.post.category){case"artist":return"Emerging Artist Series";case"record":return"For The Record";case"dms":return"The Adventures of DMS";case"newsletters":return"Newsletters"}},credit:function(){return this.post.author?this.post.author:"DMS"},colorClass:function(){switch(this.post.category){case"record":return"is-primary";case"artist":return"is-info";case"dms":return"is-warning"}return"is-grey"},goToPost:function(){this.isArticle?this.$router.push({name:"blog-post-slug",params:{slug:this.post.slug}}):window.open(this.post.url,"_blank")}}},o=n(2),component=Object(o.a)(r,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"box blog-post-box",on:{click:function(e){return t.goToPost()}}},[e("div",{staticClass:"columns is-desktop is-gapless is-multiline"},[e("div",{staticClass:"column is-narrow blog-thumb"},[t.post.image?e("LazyImage",{attrs:{image:t.post.image}}):t._e()],1),t._v(" "),e("div",{staticClass:"column"},[e("div",{staticClass:"blog-post-content"},[e("p",{class:"blog-category "+t.colorClass()},[t._v("\n\t\t\t\t\t"+t._s(t.category())+"\n\t\t\t\t")]),t._v(" "),e("h3",{staticClass:"title blog-title"},[t.isArticle?e("nuxt-link",{attrs:{to:{name:"blog-post-slug",params:{slug:t.post.slug}}}},[t._v("\n\t\t\t\t\t\t"+t._s(t.post.title)+"\n\t\t\t\t\t")]):e("a",{attrs:{href:t.href,target:"_blank"},on:{click:function(t){t.stopPropagation()}}},[t._v("\n\t\t\t\t\t\t"+t._s(t.post.title)+"\n\t\t\t\t\t")])],1),t._v(" "),e("p",{staticClass:"blog-credit is-size-7"},[t._v("\n\t\t\t\t\t"+t._s(t.credit())+"\n\t\t\t\t")])])])])])}),[],!1,null,null,null);e.a=component.exports},473:function(t,e,n){"use strict";n(34);var r=n(466),o=n(457),l={components:{LargeArrow:r.a,LazyImage:o.a},props:{post:{type:Object,required:!0}},data:function(){return{featureElement:null,featureWidth:0,featureHeight:0,loading:!1}},computed:{breakpoint:function(){return this.$store.state.device.breakpoint},desktopAndUp:function(){return this.$store.state.device.desktopAndUp},featureImageContainerStyles:function(){return this.desktopAndUp?{height:"".concat(this.featureHeight,"px")}:{}},featureImageStyles:function(){var t=this.featureWidth>this.featureHeight?this.featureWidth:this.featureHeight;return{flex:"0 0 ".concat(t,"px"),display:this.featureHeight?"block":"none"}}},watch:{breakpoint:function(){this.build()}},mounted:function(){var t=this;this.$nextTick((function(){t.build()}))},methods:{build:function(){var t=this;this.featureElement=this.$refs.featureContent,this.featureWidth=0,this.featureHeight=0,setTimeout((function(){t.featureWidth=t.featureElement.offsetWidth,t.featureHeight=t.featureElement.offsetHeight}))},category:function(t){switch(t.category){case"artist":return"Emerging Artist Series";case"record":return"For The Record";case"dms":return"The Adventures of DMS";case"newsletters":return"Newsletters"}},title:function(t){var title=t.title;return t.show_subtitle&&t.subtitle&&(title+=" - ".concat(t.subtitle)),title},credit:function(t){return t.author?t.author:"DMS"},colorClass:function(t){switch(t.category){case"record":return"is-primary";case"artist":return"is-info";case"dms":return"is-warning"}return"is-grey"}}},c=n(2),component=Object(c.a)(l,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"featured-post"},[e("div",{staticClass:"box",on:{click:function(e){return t.$router.push({name:"blog-post-slug",params:{slug:t.post.slug}})}}},[e("div",{staticClass:"columns is-desktop is-gapless"},[e("div",{staticClass:"column is-6-desktop"},[e("div",{staticClass:"blog-cover"},[e("div",{class:"image "+t.colorClass(t.post),style:t.featureImageContainerStyles},[t.post.image?e("LazyImage",{style:t.featureImageStyles,attrs:{image:t.post.image}}):t._e(),t._v(" "),e("LargeArrow")],1)])]),t._v(" "),e("div",{ref:"featureContent",staticClass:"column is-6-desktop"},[e("div",{staticClass:"box-content"},[e("p",{class:"blog-category "+t.colorClass(t.post)},[t._v("\n\t\t\t\t\t\t"+t._s(t.category(t.post))+"\n\t\t\t\t\t")]),t._v(" "),e("h3",{staticClass:"title blog-title"},[e("nuxt-link",{attrs:{to:{name:"blog-post-slug",params:{slug:t.post.slug}}}},[t._v("\n\t\t\t\t\t\t\t"+t._s(t.title(t.post))+"\n\t\t\t\t\t\t")])],1),t._v(" "),e("p",{staticClass:"blog-summary"},[t._v("\n\t\t\t\t\t\t"+t._s(t.post.summary)+"\n\t\t\t\t\t")]),t._v(" "),e("p",{staticClass:"blog-credit is-size-7"},[t._v("\n\t\t\t\t\t\t"+t._s(t.credit(t.post))+"\n\t\t\t\t\t")])])])])])])}),[],!1,null,null,null);e.a=component.exports},479:function(t,e,n){"use strict";var r=n(83),o=n(4),l=n(1),c=n.n(l),d=(n(41),n(21),n(130),n(100),n(10),n(453)),f=n(461),h=n(457),m=n(473),v=n(471),y=n(170),_={components:{Breadcrumb:d.a,SelectBoxLinks:f.a,LazyImage:h.a,Featured:m.a,Listing:v.a,Button:y.a},props:{featured:{type:[Boolean,Object],required:!0},posts:{type:Array,required:!0},next:{type:[Boolean,Number],required:!0},category:{type:String,required:!0}},data:function(){return{links:[{text:"Choose...",value:null},{text:"For The Record",value:{name:"blog-for-the-record"}},{text:"Emerging Artist Series",value:{name:"blog-emerging-artist-series"}},{text:"The Adventures of DMS",value:{name:"blog-the-adventures-of-dms"}},{text:"Newsletters",value:{name:"blog-newsletters"}}],loading:!1}},computed:{filteredPosts:function(){return"all"===this.category?this.posts.filter((function(t){return"newsletters"!==t.category})):this.posts},title:function(){var title=["DMS News Blog"];switch(this.category){case"record":title.push("For The Record");break;case"artist":title.push("Emerging Artist Series");break;case"dms":title.push("The Adventures of DMS");break;case"newsletters":title.push("Newsletters")}return title.join(" - ")}},methods:{loadMore:function(){var t=this;return Object(o.a)(c.a.mark((function e(){var n;return c.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return t.loading=!0,e.next=3,t.$axios.$get("blog/".concat(t.category,"/").concat(t.next));case 3:n=e.sent,t.posts=[].concat(Object(r.a)(t.posts),Object(r.a)(n.posts)),t.next=n.next,t.loading=!1;case 7:case"end":return e.stop()}}),e)})))()}}},w=n(2),component=Object(w.a)(_,(function(){var t=this,e=t._self._c;return e("div",[e("section",{staticClass:"section header"},[e("div",{staticClass:"container"},[e("div",{staticClass:"columns is-desktop is-vcentered"},[e("div",{staticClass:"column"},[e("Breadcrumb"),t._v(" "),e("h1",{staticClass:"title is-1"},[t._v(t._s(t.title))])],1),t._v(" "),"all"===t.category?e("div",{staticClass:"column is-one-third-desktop"},[e("div",{staticClass:"field"},[e("label",{staticClass:"label has-text-right is-hidden-touch"},[t._v("Prefer to choose a category?")]),t._v(" "),e("div",{staticClass:"control"},[e("SelectBoxLinks",{attrs:{links:t.links}})],1)])]):t._e()])])]),t._v(" "),e("section",{staticClass:"section"},[e("div",{staticClass:"container"},[t.featured?e("Featured",{attrs:{post:t.featured}}):t._e(),t._v(" "),e("div",{staticClass:"columns is-multiline blog-posts"},t._l(t.filteredPosts,(function(t,n){return e("div",{key:n,staticClass:"column is-6"},[e("Listing",{attrs:{post:t}})],1)})),0),t._v(" "),t.next?e("div",{staticClass:"blog-load-more has-text-centered"},[e("Button",{attrs:{loading:t.loading,color:"primary"},nativeOn:{click:function(e){return t.loadMore()}}},[t._v("\n\t\t\t\t\tLoad More\n\t\t\t\t")])],1):t._e()],1)])])}),[],!1,null,null,null);e.a=component.exports},582:function(t,e,n){"use strict";n.r(e);var r=n(4),o=n(1),l=n.n(o),c={components:{Articles:n(479).a},asyncData:function(t){return Object(r.a)(l.a.mark((function e(){var n,r;return l.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return n=t.$axios,e.next=3,n.$get("blog/newsletters/1");case 3:return r=e.sent,e.abrupt("return",{featured:r.featured,posts:r.posts,next:r.next});case 5:case"end":return e.stop()}}),e)})))()},head:function(){return{title:"DMS News Blog - Newsletter Archive",meta:[{hid:"description",name:"description",content:"Our digital newsletters offer a healthy dose of music-related adventure, advice and articles to our global following. A longer read."}]}},created:function(){this.$store.commit("breadcrumb/addLinks",[{text:"Blog",to:{name:"blog"}},{text:"Newsletters",to:{name:"blog-newsletters"}}])}},d=n(2),component=Object(d.a)(c,(function(){var t=this;return(0,t._self._c)("Articles",{attrs:{featured:t.featured,posts:t.posts,next:t.next,category:"newsletters"}})}),[],!1,null,null,null);e.default=component.exports}}]);