{"version":3,"sources":["webpack:///./src/modules/MyUpcomingExpeditionsModule/MyUpcomingExpeditionsModule.vue?36f7","webpack:///./src/modules/MyUpcomingExpeditionsModule/MyUpcomingExpeditionsModule.ts?7d6a","webpack:///./src/modules/MyUpcomingExpeditionsModule/MyUpcomingExpeditionsModule.ts","webpack:///./src/modules/MyUpcomingExpeditionsModule/MyUpcomingExpeditionsModule.vue"],"names":["MyUpcomingExpeditionsModule","convertDate","date","dateValue","Date","format","components","extend","props","Expeditions","Name","Link","component","_vm","this","_h","$createElement","_c","_self","staticClass","p","length","_v","_l","expedition","index","key","attrs","_s","_e"],"mappings":"mGAAA,I,+BCA+I,EC6B/I,yB,+CAKA,OALyD,YAAAA,EAAA,GACvD,YAAAC,YAAA,SAAYC,GACV,IAAIC,EAAY,IAAIC,KAAKF,GACzB,OAAO,OAAAG,EAAA,GAAOF,EAAW,eAHRH,EAA2B,aAH/C,YAAU,CACTM,WAAY,MAEON,GAArB,CAxByC,IAAIO,OAAO,CAClDC,MAAO,YAAuD,CAC5DC,YAAa,CACX,CACEC,KAAM,sCACNN,KAAM,CAAC,IAAIA,KAAK,KAAM,EAAG,IACzBO,KAAM,KAER,CACED,KAAM,wBACNN,KAAM,CAAC,IAAIA,KAAK,KAAM,EAAG,GAAI,IAAIA,KAAK,KAAM,EAAG,GAAI,IAAIA,KAAK,KAAM,EAAG,IACrEO,KAAM,KAER,CACED,KAAM,wEACNN,KAAM,CAAC,IAAIA,KAAK,KAAM,EAAG,IACzBO,KAAM,W,OCbVC,EAAY,YACd,EHTW,WAAa,IAAIC,EAAIC,KAASC,EAAGF,EAAIG,eAAmBC,EAAGJ,EAAIK,MAAMD,IAAIF,EAAG,OAAOE,EAAG,MAAM,CAACE,YAAY,2BAA2B,CAAEN,EAAIO,EAAEX,YAAYY,OAAS,EAAGJ,EAAG,MAAM,CAACE,YAAY,4CAA4C,CAACF,EAAG,KAAK,CAACE,YAAY,kCAAkC,CAACN,EAAIS,GAAG,6BAA6BT,EAAIU,GAAIV,EAAIO,EAAa,YAAE,SAASI,EAAWC,GAAO,OAAOR,EAAG,MAAM,CAACS,IAAID,EAAMN,YAAY,gCAAgC,CAACF,EAAG,MAAM,CAACE,YAAY,yCAAyC,CAACF,EAAG,IAAI,CAACE,YAAY,kDAAkD,CAACF,EAAG,IAAI,CAACE,YAAY,yDAAyDQ,MAAM,CAAC,KAAOH,EAAWb,OAAO,CAACE,EAAIS,GAAGT,EAAIe,GAAGJ,EAAWd,WAAWO,EAAG,MAAM,CAACE,YAAY,kDAAkDN,EAAIU,GAAIC,EAAe,KAAE,SAAStB,EAAKuB,GAAO,OAAOR,EAAG,MAAM,CAACS,IAAID,EAAMN,YAAY,sCAAsC,CAACN,EAAIS,GAAG,iBAAiBT,EAAIe,GAAGf,EAAIZ,YAAYuB,EAAWpB,KAAKqB,KAAS,oBAAoB,UAAU,GAAGZ,EAAIgB,QAClgC,IGWpB,EACA,KACA,KACA,MAIa,UAAAjB,E","file":"192.04c23a526426c47675f9.js","sourcesContent":["var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:\"my-upcoming-expeditions\"},[(_vm.p.Expeditions.length > 0)?_c('div',{staticClass:\"my-upcoming-expeditions__content-wrapper\"},[_c('h3',{staticClass:\"my-upcoming-expeditions__title\"},[_vm._v(\"My upcoming expeditions\")]),_vm._l((_vm.p.Expeditions),function(expedition,index){return _c('div',{key:index,staticClass:\"my-upcoming-expeditions__row\"},[_c('div',{staticClass:\"my-upcoming-expeditions__flex-wrapper\"},[_c('p',{staticClass:\"my-upcoming-expeditions__name text--subheading\"},[_c('a',{staticClass:\"my-upcoming-expeditions__link cta cta--long-text-links\",attrs:{\"href\":expedition.Link}},[_vm._v(_vm._s(expedition.Name))])]),_c('div',{staticClass:\"my-upcoming-expeditions__list text--subheading\"},_vm._l((expedition.Date),function(date,index){return _c('div',{key:index,staticClass:\"my-upcoming-expeditions__list-item\"},[_vm._v(\"\\n \"+_vm._s(_vm.convertDate(expedition.Date[index]))+\"\\n \")])}),0)])])})],2):_vm._e()])}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import mod from \"-!../../../node_modules/ts-loader/index.js??ref--0!./MyUpcomingExpeditionsModule.ts?vue&type=script&lang=ts&\"; export default mod; export * from \"-!../../../node_modules/ts-loader/index.js??ref--0!./MyUpcomingExpeditionsModule.ts?vue&type=script&lang=ts&\"","import { Component, Vue } from 'vue-property-decorator';\n\nimport { MyUpcomingExpeditionsBlockViewModel } from './MyUpcomingExpeditionsModule.types';\nimport { getComponentProps } from '@/utils/vueUtils';\nimport { format } from 'date-fns';\nconst MyUpcomingExpeditionsModuleProps = Vue.extend({\n props: getComponentProps({\n Expeditions: [\n {\n Name: \"Explore Alaska's coastal wilderness\",\n Date: [new Date(2020, 1, 1)],\n Link: '#',\n },\n {\n Name: 'Passage through Egypt',\n Date: [new Date(2020, 1, 1), new Date(2020, 2, 1), new Date(2020, 3, 1)],\n Link: '#',\n },\n {\n Name: 'Vietnam and Cambodia: Along Mekong River, including Angkor and Saigon',\n Date: [new Date(2020, 4, 1)],\n Link: '#',\n },\n ],\n }),\n});\n@Component({\n components: {},\n})\nexport default class MyUpcomingExpeditionsModule extends MyUpcomingExpeditionsModuleProps {\n convertDate(date: Date): string {\n var dateValue = new Date(date);\n return format(dateValue, 'MMM d yyyy');\n }\n}\n","import { render, staticRenderFns } from \"./MyUpcomingExpeditionsModule.vue?vue&type=template&id=f7a788c6&\"\nimport script from \"./MyUpcomingExpeditionsModule.ts?vue&type=script&lang=ts&\"\nexport * from \"./MyUpcomingExpeditionsModule.ts?vue&type=script&lang=ts&\"\nimport style0 from \"./MyUpcomingExpeditionsModule.scss?vue&type=style&index=0&lang=scss&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports"],"sourceRoot":""}