@europeana/portal
Version:
Europeana Portal
2 lines • 10.6 kB
JavaScript
(window.webpackJsonp=window.webpackJsonp||[]).push([[84],{1122:function(t,e,n){"use strict";n.r(e);var o={name:"LangSelector",mixins:[n(825).a],head:function(){return{htmlAttrs:{lang:this.$i18n.locale}}}},r=n(59),l=Object(r.a)(o,(function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("b-dropdown",{attrs:{variant:"light","toggle-class":"text-decoration-none"}},[n("template",{slot:"button-content"},[t._v("\n "+t._s(t.selectedLocale.name)+"\n ")]),t._v(" "),t._l(t.availableLocales,(function(e){return n("b-dropdown-item",{key:e.code,attrs:{href:t.switchLocalePath(e.code),"data-qa":e.name+" language option"}},[t._v("\n "+t._s(e.name)+"\n ")])}))],2)}),[],!1,null,null,null).exports,c=(n(13),n(10),{name:"LinkGroup",components:{SmartLink:n(203).a},props:{caption:{type:String,default:""},links:{type:Array,required:!0},linkClass:{type:String,default:""},listClass:{type:String,default:""}},computed:{filteredLinks:function(){return 0!==this.links.length&&this.links.filter((function(link){return null!==link}))}}}),d=n(997),f=n.n(d),h=Object(r.a)(c,(function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",[t.caption?n("div",{staticClass:"group-title text-uppercase font-weight-bold",attrs:{"data-qa":"link group caption"}},[t._v("\n "+t._s(t.caption)+"\n ")]):t._e(),t._v(" "),n("ul",{staticClass:"m-0 p-0",class:t.listClass,attrs:{"data-qa":"link group links"}},t._l(t.filteredLinks,(function(link,e){return n("li",{key:e,staticClass:"link"},[link.url?n("SmartLink",{attrs:{destination:link.url,"link-class":t.linkClass,"data-qa":link.dataQa}},[link.icon?n("span",{class:"footer-link-icon "+link.icon,attrs:{title:link.text}}):[t._v("\n "+t._s(link.text)+"\n ")]],2):[t._v("\n "+t._s(link.text)+"\n ")]],2)})),0)])}),[],!1,null,null,null);"function"==typeof f.a&&f()(h);var v={components:{LangSelector:l,LinkGroup:h.exports,EULogo:n(832).a},data:function(){return{social:[{text:"Facebook",url:"https://www.facebook.com/Europeana",icon:"icon-facebook"},{text:"Twitter",url:"https://twitter.com/europeanaeu",icon:"icon-twitter"},{text:"Pinterest",url:"https://www.pinterest.com/europeana",icon:"icon-pinterest"},{text:"Instagram",url:"https://www.instagram.com/europeana_eu/",icon:"icon-instagram"},{text:"LinkedIn",url:"https://www.linkedin.com/company/europeana",icon:"icon-linkedin"}]}},computed:{debugSettings:function(){return this.$store.getters["debug/settings"]},showDebugLinkGroup:function(){return!!this.debugSettings.enabled},footerMoreInfo:function(){return{name:this.$t("footer.navigation.MoreInfoLabel"),links:[{url:"/about-us",text:this.$t("footer.navigation.about")},{url:"/for-developers",text:this.$t("footer.navigation.forDevelopers")},{url:"https://pro.europeana.eu/services/data-publication-services",text:this.$t("footer.navigation.provide")},{url:"https://zcv4-zcmp.maillist-manage.eu/ua/Optin?od=12ba7e82b5aa&zx=14ad17d982&sD=119ffcbc10c08987",text:this.$t("footer.navigation.subscribe")}]}},footerHelp:function(){return{name:this.$t("footer.navigation.help"),links:[{url:"/help",text:this.$t("footer.navigation.help")},{url:"/rights",text:this.$t("footer.navigation.terms")},{url:"/rights/privacy-policy",text:this.$t("footer.navigation.privacy")},{url:"/rights/accessibility-policy",text:this.$t("footer.navigation.accessibility")},{url:"/rights/cookies-policy",text:this.$t("footer.navigation.cookies")}]}},debugLinkGroup:function(){return{name:this.$t("debug.debug"),links:[{url:"/debug",text:this.$t("debug.settings.title")},{url:"#api-requests",text:this.$t("debug.apiRequests.title"),dataQa:"API requests link"},{url:"/debug/oembed",text:"oEmbed"}]}}}},E=n(998),m=n.n(E),_=Object(r.a)(v,(function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("footer",{staticClass:"page-footer py-5 px-3",attrs:{"data-qa":"footer"}},[n("b-container",[n("b-row",[n("b-col",{staticClass:"pb-4",attrs:{lg:"5"}},[n("div",{staticClass:"mb-3"},[n("div",{staticClass:"group-title text-uppercase font-weight-bold"},[t._v("\n "+t._s(t.$t("footer.ourMission"))+"\n ")]),t._v(" "),n("p",{staticClass:"font-italic mb-0"},[t._v("\n "+t._s(t.$t("footer.ourMissionQuote"))+"\n ")])]),t._v(" "),n("LinkGroup",{attrs:{"list-class":"footer-link-list social-links","link-class":"footer-link",caption:t.$t("footer.findUsElsewhere"),links:t.social}})],1),t._v(" "),n("b-col",{staticClass:"pb-4",attrs:{lg:"4"}},[n("b-row",[n("b-col",{staticClass:"mb-3",attrs:{cols:"6",lg:"12"}},[t.footerMoreInfo?n("LinkGroup",{attrs:{"list-class":"footer-link-list","link-class":"footer-link",caption:t.footerMoreInfo.name,links:t.footerMoreInfo.links}}):t._e()],1),t._v(" "),n("b-col",{attrs:{cols:"6",lg:"12"}},[t.footerHelp?n("LinkGroup",{attrs:{"list-class":"footer-link-list","link-class":"footer-link",caption:t.footerHelp.name,links:t.footerHelp.links}}):t._e()],1)],1)],1),t._v(" "),n("b-col",{attrs:{lg:"3"}},[n("b-row",[n("b-col",{staticClass:"mb-3",attrs:{cols:"6",lg:"12"}},[n("div",{staticClass:"group-title text-uppercase font-weight-bold pr-2"},[t._v("\n "+t._s(t.$t("footer.customiseWebsiteLanguage"))+"\n ")]),t._v(" "),n("LangSelector",{attrs:{"data-qa":"language selector"}})],1),t._v(" "),n("b-col",{attrs:{cols:"6",lg:"12"}},[t.showDebugLinkGroup?n("LinkGroup",{attrs:{"list-class":"footer-link-list","link-class":"footer-link",caption:t.debugLinkGroup.name,links:t.debugLinkGroup.links,"data-qa":"debug link group"}}):t._e()],1)],1)],1)],1),t._v(" "),n("hr",{staticClass:"my-5"}),t._v(" "),n("b-row",[n("b-col",{attrs:{lg:"6"}},[n("div",{staticClass:"sub-footer"},[n("EULogo",{staticClass:"mb-3"}),t._v(" "),n("p",[t._v(t._s(t.$t("footer.disclaimerLine1")))]),t._v(" "),n("p",[t._v(t._s(t.$t("footer.disclaimerLine2")))])],1)])],1)],1)],1)}),[],!1,null,null,null);"function"==typeof m.a&&m()(_);e.default=_.exports},744:function(t,e,n){t.exports=n.p+"img/en-Funded by the EU_NEG.c525aa1.svg"},745:function(t,e,n){var content=n(790);content.__esModule&&(content=content.default),"string"==typeof content&&(content=[[t.i,content,""]]),content.locals&&(t.exports=content.locals);(0,n(138).default)("8f389d24",content,!0,{sourceMap:!1})},765:function(t,e,n){var map={"./bg-Funded by the EU_NEG.svg":766,"./cs-Funded by the EU_NEG.svg":767,"./da-Funded by the EU_NEG.svg":768,"./de-Funded by the EU_NEG.svg":769,"./el-Funded by the EU_NEG.svg":770,"./en-Funded by the EU_NEG.svg":744,"./es-Funded by the EU_NEG.svg":771,"./et-Funded by the EU_NEG.svg":772,"./fi-Funded by the EU_NEG.svg":773,"./fr-Funded by the EU_NEG.svg":774,"./ga-Funded by the EU_NEG.svg":775,"./hr-Funded by the EU_NEG.svg":776,"./hu-Funded by the EU_NEG.svg":777,"./it-Funded by the EU_NEG.svg":778,"./lt-Funded by the EU_NEG.svg":779,"./lv-Funded by the EU_NEG.svg":780,"./mt-Funded by the EU_NEG.svg":781,"./nl-Funded by the EU_NEG.svg":782,"./pl-Funded by the EU_NEG.svg":783,"./pt-Funded by the EU_NEG.svg":784,"./ro-Funded by the EU_NEG.svg":785,"./sk-Funded by the EU_NEG.svg":786,"./sl-Funded by the EU_NEG.svg":787,"./sv-Funded by the EU_NEG.svg":788};function o(t){var e=r(t);return n(e)}function r(t){if(!n.o(map,t)){var e=new Error("Cannot find module '"+t+"'");throw e.code="MODULE_NOT_FOUND",e}return map[t]}o.keys=function(){return Object.keys(map)},o.resolve=r,t.exports=o,o.id=765},766:function(t,e,n){t.exports=n.p+"img/bg-Funded by the EU_NEG.cefbc91.svg"},767:function(t,e,n){t.exports=n.p+"img/cs-Funded by the EU_NEG.f3e843d.svg"},768:function(t,e,n){t.exports=n.p+"img/da-Funded by the EU_NEG.c5d4782.svg"},769:function(t,e,n){t.exports=n.p+"img/de-Funded by the EU_NEG.d40dd37.svg"},770:function(t,e,n){t.exports=n.p+"img/el-Funded by the EU_NEG.23cd4ee.svg"},771:function(t,e,n){t.exports=n.p+"img/es-Funded by the EU_NEG.d09f7f4.svg"},772:function(t,e,n){t.exports=n.p+"img/et-Funded by the EU_NEG.6c2442c.svg"},773:function(t,e,n){t.exports=n.p+"img/fi-Funded by the EU_NEG.01ae701.svg"},774:function(t,e,n){t.exports=n.p+"img/fr-Funded by the EU_NEG.5088469.svg"},775:function(t,e,n){t.exports=n.p+"img/ga-Funded by the EU_NEG.b8fe76e.svg"},776:function(t,e,n){t.exports=n.p+"img/hr-Funded by the EU_NEG.9c1c5ab.svg"},777:function(t,e,n){t.exports=n.p+"img/hu-Funded by the EU_NEG.4d58af8.svg"},778:function(t,e,n){t.exports=n.p+"img/it-Funded by the EU_NEG.06404bb.svg"},779:function(t,e,n){t.exports=n.p+"img/lt-Funded by the EU_NEG.1e4d691.svg"},780:function(t,e,n){t.exports=n.p+"img/lv-Funded by the EU_NEG.7f906fc.svg"},781:function(t,e,n){t.exports=n.p+"img/mt-Funded by the EU_NEG.62decf5.svg"},782:function(t,e,n){t.exports=n.p+"img/nl-Funded by the EU_NEG.80e817d.svg"},783:function(t,e,n){t.exports=n.p+"img/pl-Funded by the EU_NEG.2c88e12.svg"},784:function(t,e,n){t.exports=n.p+"img/pt-Funded by the EU_NEG.d1cf706.svg"},785:function(t,e,n){t.exports=n.p+"img/ro-Funded by the EU_NEG.add434f.svg"},786:function(t,e,n){t.exports=n.p+"img/sk-Funded by the EU_NEG.5d8e226.svg"},787:function(t,e,n){t.exports=n.p+"img/sl-Funded by the EU_NEG.7a4cea8.svg"},788:function(t,e,n){t.exports=n.p+"img/sv-Funded by the EU_NEG.88fcb04.svg"},789:function(t,e,n){"use strict";n(745)},790:function(t,e,n){var o=n(137)(!1);o.push([t.i,".bottom-right[data-v-437068f1]{position:absolute;bottom:0;max-width:calc(100vw - 95px - 3rem);--right-spacing: calc(64 / 304 * 50%)}@media(max-width: 575px){.bottom-right[data-v-437068f1]{margin-bottom:1rem;margin-left:1rem;right:calc(95px + 1rem)}}@media(min-width: 576px){.bottom-right[data-v-437068f1]{right:0;transform:translate(calc(-95px - var(--right-spacing)), -50%)}}@media(min-width: 1920px){.bottom-right[data-v-437068f1]{transform:translate(calc(-5.9375vw - var(--right-spacing)), -50%)}}",""]),t.exports=o},791:function(t,e){},825:function(t,e,n){"use strict";n(13),n(10),n(80);e.a={computed:{availableLocales:function(){var t=this;return this.$i18n.locales.filter((function(i){return i.code!==t.$i18n.locale}))},selectedLocale:function(){var t=this;return this.$i18n.locales.find((function(e){return e.code===t.$i18n.locale}))}}}},832:function(t,e,n){"use strict";var o={name:"EULogo",computed:{localisedEULogo:function(){var t;try{t=n(765)("./".concat(this.$i18n.locale,"-Funded by the EU_NEG.svg"))}catch(e){t=n(744)}return t}}},r=(n(789),n(59)),l=n(791),c=n.n(l),component=Object(r.a)(o,(function(){var t=this,e=t.$createElement;return(t._self._c||e)("img",{staticClass:"eu-logo",attrs:{width:"304",height:"64",src:t.localisedEULogo,alt:t.$t("footer.imageDescription")}})}),[],!1,null,"437068f1",null);"function"==typeof c.a&&c()(component);e.a=component.exports},997:function(t,e){},998:function(t,e){}}]);
//# sourceMappingURL=ee82cda.js.map