diff --git a/200.html b/404.html similarity index 59% rename from 200.html rename to 404.html index a645ae7..e6729aa 100644 --- a/200.html +++ b/404.html @@ -1,9 +1,9 @@ - ETC Node Explorer + ETC Node Explorer -
Loading...
- +
Loading...
+ diff --git a/_nuxt/007788b.js b/_nuxt/007788b.js new file mode 100644 index 0000000..58341b4 --- /dev/null +++ b/_nuxt/007788b.js @@ -0,0 +1 @@ +(window.webpackJsonp=window.webpackJsonp||[]).push([[18,5,10,14,15],{447:function(t,e,n){"use strict";n.r(e);var o=n(15),r=(n(224),n(64),n(3));n(309),n(448),n(36),n(22),n(28),n(40),n(53),n(45),n(54);function l(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,o)}return n}function c(t){for(var e=1;e0?[e("tr",[e("th",{staticClass:"text-left"}),t._v(" "),t._l(t.inlineColNames,(function(n){return e("th",{key:n,staticClass:"text-right"},[t._v("\n "+t._s(n)+"\n ")])}))],2)]:t._e()],2),t._v(" "),e("tbody",t._l(t.table,(function(n,r){return e("tr",{key:r},[t.to?[e("td",{staticClass:"text-left"},[e("nuxt-link",{attrs:{to:"/"+t.to+"/"+r}},[t._v("\n "+t._s(r)+"\n ")])],1)]:[e("td",{staticClass:"text-left"},[t._v("\n "+t._s("-"===r?t.noLabelText:r)+"\n ")])],t._v(" "),"object"===Object(o.a)(n)?t._l(Object.values(n),(function(o){return e("td",{key:"".concat(r,"/").concat(o),staticClass:"text-right"},[t._v("\n "+t._s(o)+" ("+t._s(t.percent(o,t.rowTotal(Object.values(n))))+"%)\n ")])})):[e("td",{staticClass:"text-right"},[t._v("\n "+t._s(n)+" ("+t._s(t.percent(n,t.total))+"%)\n ")])]],2)})),0)]},proxy:!0}])})],1),t._v(" "),t.isMobile?t._e():e("apexchart",{staticClass:"my-3",attrs:{width:"256",type:"pie",options:t.getChartOptions(),series:t.series}})],1)])}),[],!1,null,null,null);e.default=component.exports},449:function(t,e,n){"use strict";n.r(e);var o={props:{title:{type:String,default:function(){return""}},tooltip:{type:String,default:function(){return""}},threeLine:{type:Boolean,default:function(){return!1}}}},r=n(101),component=Object(r.a)(o,(function(){var t=this,e=t._self._c;return e("v-list-item",{staticStyle:{"border-bottom":"1px solid #272727"}},[e("v-list-item-action",[e("v-tooltip",{attrs:{right:""},scopedSlots:t._u([{key:"activator",fn:function(n){var o=n.on,r=n.attrs;return[e("v-icon",t._g(t._b({},"v-icon",r,!1),o),[t._v("mdi-information-outline")])]}}])},[t._v(" "),e("span",[t._v("\n "+t._s(t.tooltip)+"\n ")])])],1),t._v(" "),e("v-list-item-content",[e("v-list-item-title",[t._v(t._s(t.title))]),t._v(" "),e("v-list-item-subtitle",[t._t("subtitle")],2),t._v(" "),t.threeLine?e("v-list-item-subtitle",[t._t("subtitle2")],2):t._e()],1),t._v(" "),e("v-list-item-action",[e("v-list-item-action-text",[t._t("action")],2),t._v(" "),e("v-list-item-action-text",[t._t("action2")],2)],1)],1)}),[],!1,null,null,null);e.default=component.exports},451:function(t,e,n){"use strict";n.r(e);n(26),n(185),n(29),n(103),n(65);var o=n(171),r=n(306),l=n(476),c=n(477),d=n(478),f={name:"NodeTable",components:{ExtendedListItem:n(449).default},props:{nodes:{type:Array,required:!0},title:{type:String,default:function(){return""}},breadcrumbs:{type:Array,default:function(){return[]}}},data:function(){return{search:null,expanded:[],tab:null,nf:new Intl.NumberFormat(this.locale,{}),locales:{en:r.a,es:l.a,ru:c.a,zh:d.a}}},computed:{isMobile:function(){return this.$store.state.mobile},locale:function(){return this.$i18n.locale},chartHeaders:function(){return[{text:this.$t("nodes.nodeId.title"),align:"start",sortable:!1,value:"id"},{text:this.$t("nodes.country"),align:"start",sortable:!0,value:"ip_info.country_name"},{text:this.$t("nodes.client.title"),align:"start",sortable:!0,value:"client.name"},{text:this.$t("nodes.identity.title"),align:"start",sortable:!0,value:"client.identity"},{text:this.$t("nodes.version"),sortable:!0,value:"client.release"},{text:this.$t("nodes.protocolEth"),sortable:!0,align:"center",value:"protocols.eth.version"},{text:this.$t("nodes.protocolSnap"),align:"center",sortable:!0,value:"protocols.snap.version"},{text:this.$t("nodes.forkId.title"),align:"center",sortable:!0,value:"protocols.eth.forkId.tag"},{text:this.$t("nodes.nextFork"),align:"center",sortable:!0,value:"protocols.eth.forkId.nextTag"},{text:this.$t("nodes.uptime"),align:"center",sortable:!0,value:"contact.first.unix"},{text:this.$t("nodes.lastseen"),align:"center",sortable:!0,value:"contact.last.unix"}]}},methods:{formatHash:function(t,e,n){return t.substr(0,e)+"..."+t.substr(t.length-n)},formatRelease:function(t){return t.split("-")[0].replace("v","")},formatIpAddress:function(address){return address.split(":")[0]},formatUptime:function(t){return Object(o.a)(new Date(1e3*t.first.unix),new Date(1e3*t.last.unix),{addSuffix:!1,locale:this.locales[this.locale]})},formatLastSeen:function(t){return Object(o.a)(new Date(1e3*t.last.unix),Date.now(),{addSuffix:!0,locale:this.locales[this.locale]})}}},v=n(101),component=Object(v.a)(f,(function(){var t=this,e=t._self._c;return e("v-card",{attrs:{tile:""}},[e("v-card-title",[t.isMobile?t._e():[e("v-icon",{staticClass:"mr-2"},[t._v("mdi-server-network")]),t._v("\n "+t._s(t.title)+"\n ")],t._v(" "),e("v-spacer"),t._v(" "),e("v-text-field",{class:{"pt-0":!0,"w-100":t.isMobile},attrs:{"append-icon":"mdi-magnify",label:t.$t("nodes.search"),"single-line":"","hide-details":""},model:{value:t.search,callback:function(e){t.search=e},expression:"search"}}),t._v(" "),t.isMobile?t._e():e("v-btn",{staticClass:"ml-2",attrs:{icon:""},on:{click:function(e){return t.$store.dispatch("drawers/toggleCharts")}}},[e("v-icon",[t._v("mdi-chart-pie")])],1)],2),t._v(" "),e("v-data-table",{staticClass:"elevation-1",attrs:{search:t.search,headers:t.chartHeaders,items:t.nodes,expanded:t.expanded,"item-key":"id","show-expand":!t.isMobile,"hide-default-footer":!0,"items-per-page":-1,"loading-text":t.$t("nodes.loading"),"no-data-text":t.$t("nodes.noData"),"no-results-text":t.$t("nodes.noResults"),"disable-pagination":t.isMobile},on:{"update:expanded":function(e){t.expanded=e}},scopedSlots:t._u([t.isMobile?null:{key:"top",fn:function(n){var o=n.pagination,r=n.options,l=n.updateOptions;return[e("v-data-footer",{staticClass:"bb-1",attrs:{pagination:o,options:r,"items-per-page-all-text":t.$t("nodes.all"),"items-per-page-text":t.$t("nodes.perPage")},on:{"update:options":l},scopedSlots:t._u([t.isMobile?null:{key:"prepend",fn:function(){return[e("v-breadcrumbs",{attrs:{items:t.breadcrumbs}})]},proxy:!0}],null,!0)})]}},{key:"expanded-item",fn:function(n){var o=n.headers,r=n.item;return[e("td",{attrs:{colspan:o.length}},[e("v-tabs",{model:{value:t.tab,callback:function(e){t.tab=e},expression:"tab"}},[e("v-tab",[t._v(t._s(t.$t("nodes.overview")))]),t._v(" "),e("v-tab",[t._v(t._s(t.$t("nodes.raw")))])],1),t._v(" "),e("v-tabs-items",{model:{value:t.tab,callback:function(e){t.tab=e},expression:"tab"}},[e("v-tab-item",[e("v-list",{attrs:{dense:""}},[e("extended-list-item",{attrs:{title:t.$t("nodes.nodeId.title"),tooltip:t.$t("nodes.nodeId.tooltip"),"three-line":""},scopedSlots:t._u([{key:"subtitle",fn:function(){return[t._v("\n "+t._s(r.id)+"\n ")]},proxy:!0}],null,!0)}),t._v(" "),e("extended-list-item",{attrs:{title:t.$t("nodes.ipAddress.title"),tooltip:t.$t("nodes.ipAddress.tooltip")},scopedSlots:t._u([{key:"subtitle",fn:function(){return[t._v("\n "+t._s(t.formatIpAddress(r.network.remoteAddress))+"\n ")]},proxy:!0}],null,!0)}),t._v(" "),e("extended-list-item",{attrs:{title:t.$t("nodes.client.title"),tooltip:t.$t("nodes.client.tooltip")},scopedSlots:t._u([{key:"subtitle",fn:function(){return[t._v("\n "+t._s(r.name)+"\n ")]},proxy:!0}],null,!0)}),t._v(" "),e("extended-list-item",{attrs:{title:t.$t("nodes.enode.title"),tooltip:t.$t("nodes.enode.tooltip")},scopedSlots:t._u([{key:"subtitle",fn:function(){return[t._v("\n "+t._s(r.enode)+"\n ")]},proxy:!0}],null,!0)}),t._v(" "),e("extended-list-item",{attrs:{title:t.$t("nodes.protocols.title"),tooltip:t.$t("nodes.protocols.tooltip")},scopedSlots:t._u([{key:"subtitle",fn:function(){return[t._v("\n "+t._s(r.caps.join(", "))+"\n ")]},proxy:!0},{key:"action",fn:function(){return[e("v-chip",{attrs:{label:""}},[t._v("\n "+t._s(r.protocols.eth.version)+"\n ")])]},proxy:!0}],null,!0)}),t._v(" "),r.protocols.eth.forkId?e("extended-list-item",{attrs:{title:t.$t("nodes.forkId.title"),tooltip:t.$t("nodes.forkId.tooltip")},scopedSlots:t._u([{key:"subtitle",fn:function(){return[t._v("\n "+t._s(r.protocols.eth.forkId.tag)+" ("+t._s(r.protocols.eth.forkId.hash)+")\n ")]},proxy:!0},{key:"action",fn:function(){return[t._v(" "+t._s(t.$t("nodes.forkId.action1")))]},proxy:!0},{key:"action2",fn:function(){return[t._v("\n "+t._s(t.nf.format(r.protocols.eth.forkId.next))+"\n ")]},proxy:!0}],null,!0)}):t._e(),t._v(" "),e("extended-list-item",{attrs:{title:t.$t("nodes.head.title"),tooltip:t.$t("nodes.head.tooltip")},scopedSlots:t._u([{key:"subtitle",fn:function(){return[t._v("\n "+t._s(r.protocols.eth.head)+"\n ")]},proxy:!0},{key:"action",fn:function(){return[t._v(t._s(t.$t("nodes.head.action1")))]},proxy:!0},{key:"action2",fn:function(){return[t._v("\n "+t._s(t.nf.format(r.protocols.eth.difficulty))+"\n ")]},proxy:!0}],null,!0)})],1)],1),t._v(" "),e("v-tab-item",[e("pre",{staticClass:"mb-6"},[e("code",{staticStyle:{"overflow-x":"auto"}},[t._v(t._s(r))])])])],1)],1)]}},{key:"item.id",fn:function(e){var n=e.item;return[t._v("\n "+t._s(t.formatHash(n.id,10,0))+"\n ")]}},{key:"item.client.name",fn:function(e){var n=e.item;return[t._v("\n "+t._s("-"===n.client.name?t.$t("nodes.unknown"):n.client.name)+"\n ")]}},{key:"item.network.remoteAddress",fn:function(e){var n=e.item;return[t._v("\n "+t._s(t.formatIpAddress(n.network.remoteAddress))+"\n ")]}},{key:"item.protocols.eth.head",fn:function(e){var n=e.item;return[t._v("\n "+t._s(t.formatHash(n.protocols.eth.head,10,8))+"\n ")]}},{key:"item.client.release",fn:function(e){var n=e.item;return[t._v("\n "+t._s(t.formatRelease(n.client.release))+"\n ")]}},{key:"item.protocols.eth.version",fn:function(e){var n=e.item;return[t._v("\n "+t._s(n.protocols.eth?"v"+n.protocols.eth.version:"-")+"\n ")]}},{key:"item.protocols.snap.version",fn:function(e){var n=e.item;return[t._v("\n "+t._s(n.protocols.snap?"v"+n.protocols.snap.version:"-")+"\n ")]}},{key:"item.protocols.eth.forkId.next",fn:function(e){var n=e.item;return[t._v("\n "+t._s(t.nf.format(n.protocols.eth.forkId.next))+"\n ")]}},{key:"item.contact.first.unix",fn:function(e){var n=e.item;return[t._v("\n "+t._s(t.formatUptime(n.contact))+"\n ")]}},{key:"item.contact.last.unix",fn:function(e){var n=e.item;return[t._v("\n "+t._s(t.formatLastSeen(n.contact))+"\n ")]}}],null,!0)})],1)}),[],!1,null,null,null);e.default=component.exports},452:function(t,e,n){"use strict";n.r(e);var o=n(460),r={name:"Overview",components:{TableChartCard:n(447).default,WorldMap:o.a},props:{nodes:{type:Object,required:!0},countries:{type:Object,required:!0}},data:function(){return{showMapOverlay:!1,mapOverlayCountry:"",mapOverlayCount:0}},computed:{totalNodes:function(){return this.nodes.raw.length}},methods:{onMouseEnterMapCountry:function(t){this.countries[t]&&(this.mapOverlayCountry=t+": ",this.mapOverlayCount=this.countries[t],this.showMapOverlay=!0)},onMouseLeaveMapCountry:function(){this.showMapOverlay=!1,this.mapOverlayCountry="",this.mapOverlayCount=0}}},l=n(101),component=Object(l.a)(r,(function(){var t=this,e=t._self._c;return e("span",{staticClass:"node-overview pa-0 ma-0 bg-0"},[e("v-card",{staticClass:"mr-1 mb-1 mt-1",staticStyle:{"margin-left":"6px"},attrs:{tile:""}},[t.showMapOverlay?e("v-sheet",{staticClass:"bg-0",staticStyle:{position:"absolute",bottom:"0"},attrs:{"hide-overlay":"",persistent:"",width:"180"}},[e("v-card",{staticClass:"bg-0",attrs:{tile:""}},[e("v-card-text",{attrs:{color:"primary"}},[t._v(t._s(t.mapOverlayCountry)+"\n "+t._s(t.$tc("map.nodes",t.mapOverlayCount)))])],1)],1):t._e(),t._v(" "),e("world-map",{attrs:{"low-color":"#b1efff","high-color":"#14d0ff","country-data":t.countries,"default-country-fill-color":"#5a5a5a","country-colors":!1,"show-color-bar":!0,"show-overlay":t.showMapOverlay,"country-stroke-color":"#222"},on:{mouseenter:t.onMouseEnterMapCountry,mouseleave:t.onMouseLeaveMapCountry}})],1),t._v(" "),e("table-chart-card",{staticClass:"mr-1 mb-1",staticStyle:{"margin-left":"6px"},attrs:{title:t.$t("home.clients"),table:t.nodes.clients.table,labels:t.nodes.clients.chart.labels,series:t.nodes.clients.chart.series,total:t.totalNodes,"no-label-text":t.$t("nodes.unknown"),icon:"mdi-console"}}),t._v(" "),e("table-chart-card",{staticClass:"mr-1 mb-1",staticStyle:{"margin-left":"6px"},attrs:{title:t.$t("home.forkIdCurrent"),table:t.nodes.forks.current.table,labels:t.nodes.forks.current.chart.labels,series:t.nodes.forks.current.chart.series,total:t.totalNodes,icon:"mdi-directions-fork"}}),t._v(" "),e("table-chart-card",{staticClass:"mr-1 mb-1",staticStyle:{"margin-left":"6px"},attrs:{title:t.$t("home.forkIdNext"),table:t.nodes.forks.next.table,labels:t.nodes.forks.next.chart.labels,series:t.nodes.forks.next.chart.series,total:t.totalNodes,"no-label-text":t.$t("nodes.none"),icon:"mdi-directions-fork"}}),t._v(" "),e("table-chart-card",{staticClass:"mr-1 mb-1",staticStyle:{"margin-left":"6px"},attrs:{title:t.$t("nodes.protocolEth"),table:t.nodes.protocols.eth.table,labels:t.nodes.protocols.eth.chart.labels,series:t.nodes.protocols.eth.chart.series,total:t.totalNodes,icon:"mdi-handshake"}}),t._v(" "),e("table-chart-card",{staticClass:"mr-1 mb-1",staticStyle:{"margin-left":"6px"},attrs:{title:t.$t("nodes.protocolSnap"),table:t.nodes.protocols.snap.table,labels:t.nodes.protocols.snap.chart.labels,series:t.nodes.protocols.snap.chart.series,total:t.totalNodes,"no-label-text":t.$t("nodes.disabled"),icon:"mdi-handshake"}})],1)}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{TableChartCard:n(447).default})},461:function(t,e,n){"use strict";n.r(e);var o={props:{side:{type:String,default:function(){return"right"}},id:{type:String,default:function(){return"navigation"}},dark:{type:Boolean,default:function(){return!0}}},data:function(){return{shown:!1,width:580,borderSize:2}},computed:{show:{get:function(){return this.$store.state.drawers[this.id]||!1},set:function(t){this.$store.dispatch("drawers/set_"+this.id,t)}}},mounted:function(){this.setBorderWidth(),this.setEvents()},methods:{setBorderWidth:function(){var t="drawer-"+this.id,i=this.$refs[t].$el.querySelector(".v-navigation-drawer__border");i.style.width=this.borderSize+"px",i.style.cursor="ew-resize"},setEvents:function(){var t="drawer-"+this.id,e=this.borderSize,n=this.$refs[t].$el,o=n.querySelector(".v-navigation-drawer__border"),r=this,l=n.classList.contains("v-navigation-drawer--right")?"right":"left";function c(t){document.body.style.cursor="ew-resize";var e="right"===l?document.body.scrollWidth-t.clientX:t.clientX;n.style.width=e+"px"}o.addEventListener("mousedown",(function(t){t.offsetX0?e("v-col",{staticClass:"pa-0",attrs:{cols:"12"}},[e("v-tabs",{staticClass:"bg-0 pa-0",attrs:{"fixed-tabs":""},model:{value:t.tab,callback:function(e){t.tab=e},expression:"tab"}},[e("v-tab",[t._v("overview")]),t._v(" "),e("v-tab",[t._v("nodes")]),t._v(" "),e("v-tab-item",[e("overview",{attrs:{nodes:t.nodes,countries:t.countryData}})],1),t._v(" "),e("v-tab-item",[e("node-table",{attrs:{nodes:t.nodes.raw,pagination:!0,title:t.$t("home.title"),breadcrumbs:t.breadcrumbs}})],1)],1)],1):t._e():e("v-col",{staticClass:"pa-1",attrs:{cols:"12"}},[t.nodes.raw.length>0?e("resizable-drawer",{attrs:{id:"charts",side:"right",dark:t.darkmode}},[e("overview",{attrs:{nodes:t.nodes,countries:t.countryData}})],1):t._e(),t._v(" "),e("node-table",{attrs:{nodes:t.nodes.raw,pagination:!0,title:t.$t("home.title"),breadcrumbs:t.breadcrumbs}})],1)],1)}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{Overview:n(452).default,NodeTable:n(451).default})}}]); \ No newline at end of file diff --git a/_nuxt/0343916.js b/_nuxt/0343916.js deleted file mode 100644 index d638bf7..0000000 --- a/_nuxt/0343916.js +++ /dev/null @@ -1 +0,0 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[12,5,8,9,10],{310:function(t,e,n){"use strict";n.r(e);var o=n(11);n(315),n(316),n(27),n(12),n(26),n(46),n(35),n(47);function r(object,t){var e=Object.keys(object);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(object);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(object,t).enumerable}))),e.push.apply(e,n)}return e}function l(t){for(var i=1;i0?n("v-col",{staticClass:"pa-0",attrs:{cols:"12"}},[n("v-tabs",{staticClass:"bg-0 pa-0",attrs:{"fixed-tabs":""},model:{value:t.tab,callback:function(e){t.tab=e},expression:"tab"}},[n("v-tab",[t._v("overview")]),t._v(" "),n("v-tab",[t._v("nodes")]),t._v(" "),n("v-tab-item",[n("overview",{attrs:{nodes:t.nodes,countries:t.countryData}})],1),t._v(" "),n("v-tab-item",[n("node-table",{attrs:{nodes:t.nodes.raw,pagination:!0,title:t.$t("home.title"),breadcrumbs:t.breadcrumbs}})],1)],1)],1):t._e():n("v-col",{staticClass:"pa-1",attrs:{cols:"12"}},[t.nodes.raw.length>0?n("resizable-drawer",{attrs:{id:"charts",side:"right",dark:t.darkmode}},[n("overview",{attrs:{nodes:t.nodes,countries:t.countryData}})],1):t._e(),t._v(" "),n("node-table",{attrs:{nodes:t.nodes.raw,pagination:!0,title:t.$t("home.title"),breadcrumbs:t.breadcrumbs}})],1)],1)}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{Overview:n(320).default,NodeTable:n(319).default})}}]); \ No newline at end of file diff --git a/_nuxt/084ac9b.js b/_nuxt/084ac9b.js new file mode 100644 index 0000000..2722843 --- /dev/null +++ b/_nuxt/084ac9b.js @@ -0,0 +1 @@ +(window.webpackJsonp=window.webpackJsonp||[]).push([[16],{447:function(t,e,r){"use strict";r.r(e);var n=r(15),o=(r(224),r(64),r(3));r(309),r(448),r(36),r(22),r(28),r(40),r(53),r(45),r(54);function l(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,n)}return r}function c(t){for(var e=1;e0?[e("tr",[e("th",{staticClass:"text-left"}),t._v(" "),t._l(t.inlineColNames,(function(r){return e("th",{key:r,staticClass:"text-right"},[t._v("\n "+t._s(r)+"\n ")])}))],2)]:t._e()],2),t._v(" "),e("tbody",t._l(t.table,(function(r,o){return e("tr",{key:o},[t.to?[e("td",{staticClass:"text-left"},[e("nuxt-link",{attrs:{to:"/"+t.to+"/"+o}},[t._v("\n "+t._s(o)+"\n ")])],1)]:[e("td",{staticClass:"text-left"},[t._v("\n "+t._s("-"===o?t.noLabelText:o)+"\n ")])],t._v(" "),"object"===Object(n.a)(r)?t._l(Object.values(r),(function(n){return e("td",{key:"".concat(o,"/").concat(n),staticClass:"text-right"},[t._v("\n "+t._s(n)+" ("+t._s(t.percent(n,t.rowTotal(Object.values(r))))+"%)\n ")])})):[e("td",{staticClass:"text-right"},[t._v("\n "+t._s(r)+" ("+t._s(t.percent(r,t.total))+"%)\n ")])]],2)})),0)]},proxy:!0}])})],1),t._v(" "),t.isMobile?t._e():e("apexchart",{staticClass:"my-3",attrs:{width:"256",type:"pie",options:t.getChartOptions(),series:t.series}})],1)])}),[],!1,null,null,null);e.default=component.exports},448:function(t,e,r){"use strict";var n=r(12),o=r(18),l=r(102),c=r(311),f=r(310),d=r(16),h=RangeError,v=String,y=Math.floor,_=o(f),O=o("".slice),j=o(1..toFixed),w=function(t,e,r){return 0===e?r:e%2==1?w(t,e-1,r*t):w(t*t,e/2,r)},x=function(data,t,e){for(var r=-1,n=e;++r<6;)n+=t*data[r],data[r]=n%1e7,n=y(n/1e7)},m=function(data,t){for(var e=6,r=0;--e>=0;)r+=data[e],data[e]=y(r/t),r=r%t*1e7},C=function(data){for(var t=6,s="";--t>=0;)if(""!==s||0===t||0!==data[t]){var e=v(data[t]);s=""===s?e:s+_("0",7-e.length)+e}return s};n({target:"Number",proto:!0,forced:d((function(){return"0.000"!==j(8e-5,3)||"1"!==j(.9,0)||"1.25"!==j(1.255,2)||"1000000000000000128"!==j(0xde0b6b3a7640080,0)}))||!d((function(){j({})}))},{toFixed:function(t){var e,r,n,o,f=c(this),d=l(t),data=[0,0,0,0,0,0],y="",j="0";if(d<0||d>20)throw new h("Incorrect fraction digits");if(f!=f)return"NaN";if(f<=-1e21||f>=1e21)return v(f);if(f<0&&(y="-",f=-f),f>1e-21)if(r=(e=function(t){for(var e=0,r=t;r>=4096;)e+=12,r/=4096;for(;r>=2;)e+=1,r/=2;return e}(f*w(2,69,1))-69)<0?f*w(2,-e,1):f/w(2,e,1),r*=4503599627370496,(e=52-e)>0){for(x(data,0,r),n=d;n>=7;)x(data,1e7,0),n-=7;for(x(data,w(10,n,1),0),n=e-1;n>=23;)m(data,1<<23),n-=23;m(data,1<0?y+((o=j.length)<=d?"0."+_("0",d-o)+j:O(j,0,o-d)+"."+O(j,o-d)):y+j}})}}]); \ No newline at end of file diff --git a/_nuxt/134fc9f.js b/_nuxt/134fc9f.js new file mode 100644 index 0000000..6bdc29d --- /dev/null +++ b/_nuxt/134fc9f.js @@ -0,0 +1,2 @@ +/*! For license information please see LICENSES */ +(window.webpackJsonp=window.webpackJsonp||[]).push([[1],{448:function(L,l,t){"use strict";var e=t(12),n=t(18),r=t(102),d=t(311),c=t(310),o=t(16),f=RangeError,h=String,v=Math.floor,M=n(c),z=n("".slice),m=n(1..toFixed),_=function(L,l,t){return 0===l?t:l%2==1?_(L,l-1,t*L):_(L*L,l/2,t)},C=function(data,L,l){for(var t=-1,e=l;++t<6;)e+=L*data[t],data[t]=e%1e7,e=v(e/1e7)},y=function(data,L){for(var l=6,t=0;--l>=0;)t+=data[l],data[l]=v(t/L),t=t%L*1e7},w=function(data){for(var L=6,s="";--L>=0;)if(""!==s||0===L||0!==data[L]){var l=h(data[L]);s=""===s?l:s+M("0",7-l.length)+l}return s};e({target:"Number",proto:!0,forced:o((function(){return"0.000"!==m(8e-5,3)||"1"!==m(.9,0)||"1.25"!==m(1.255,2)||"1000000000000000128"!==m(0xde0b6b3a7640080,0)}))||!o((function(){m({})}))},{toFixed:function(L){var l,t,e,n,c=d(this),o=r(L),data=[0,0,0,0,0,0],v="",m="0";if(o<0||o>20)throw new f("Incorrect fraction digits");if(c!=c)return"NaN";if(c<=-1e21||c>=1e21)return h(c);if(c<0&&(v="-",c=-c),c>1e-21)if(t=(l=function(L){for(var l=0,t=L;t>=4096;)l+=12,t/=4096;for(;t>=2;)l+=1,t/=2;return l}(c*_(2,69,1))-69)<0?c*_(2,-l,1):c/_(2,l,1),t*=4503599627370496,(l=52-l)>0){for(C(data,0,t),e=o;e>=7;)C(data,1e7,0),e-=7;for(C(data,_(10,e,1),0),e=l-1;e>=23;)y(data,1<<23),e-=23;y(data,1<0?v+((n=m.length)<=o?"0."+M("0",o-n)+m:z(m,0,n-o)+"."+z(m,n-o)):v+m}})},459:function(L,l,t){var content=t(466);content.__esModule&&(content=content.default),"string"==typeof content&&(content=[[L.i,content,""]]),content.locals&&(L.exports=content.locals);(0,t(124).default)("d4ac7838",content,!0,{sourceMap:!1})},460:function(L,l,t){"use strict";t(64);var e=t(463),n=t.n(e),r=(t(22),t(45),t(46),t(33),{mounted:function(){var L=document.getElementsByClassName("land"),l=this;Array.from(L).forEach((function(p){p.addEventListener("mouseenter",(function(){l.$emit("mouseenter",p.id)})),p.addEventListener("mouseleave",(function(){l.$emit("mouseleave",p.id)}))}))}}),d=t(101),c=Object(d.a)(r,(function(){var L=this,l=L._self._c;return l("svg",{attrs:{id:"map-svg",xmlns:"http://www.w3.org/2000/svg","xmlns:amcharts":"http://amcharts.com/ammap","xmlns:xlink":"http://www.w3.org/1999/xlink",version:"1.1",width:"100%",viewBox:"0 0 1008 650"}},[l("defs",[l("amcharts:ammap",{attrs:{projection:"mercator",leftLongitude:"-169.6",topLatitude:"83.68",rightLongitude:"190.25",bottomLatitude:"-55.55"}})],1),L._v(" "),l("g",[l("path",{staticClass:"land",attrs:{id:"AE",title:"United Arab Emirates",d:"M619.87,393.72L620.37,393.57L620.48,394.41L622.67,393.93L624.99,394.01L626.68,394.1L628.6,392.03L630.7,390.05L632.47,388.15L633,389.2L633.38,391.64L631.95,391.65L631.72,393.65L632.22,394.07L630.95,394.67L630.94,395.92L630.12,397.18L630.05,398.39L629.48,399.03L621.06,397.51L619.98,394.43z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"AF",title:"Afghanistan",d:"M646.88,356.9L649.74,358.2L651.85,357.74L652.44,356.19L654.65,355.67L656.23,354.62L656.79,351.83L659.15,351.15L659.59,349.9L660.92,350.84L661.76,350.95L663.32,350.98L665.44,351.72L666.29,352.14L668.32,351.02L669.27,351.69L670.17,350.09L671.85,350.16L672.28,349.64L672.58,348.21L673.79,346.98L675.3,347.78L675,348.87L675.85,349.04L675.58,351.99L676.69,353.14L677.67,352.4L678.92,352.06L680.66,350.49L682.59,350.75L685.49,350.75L685.99,351.76L684.35,352.15L682.93,352.8L679.71,353.2L676.7,353.93L675.06,355.44L675.72,356.9L676.05,358.6L674.65,360.03L674.77,361.33L674,362.55L671.33,362.44L672.43,364.66L670.65,365.51L669.46,367.51L669.61,369.49L668.51,370.41L667.48,370.11L665.33,370.54L665.03,371.45L662.94,371.45L661.38,373.29L661.28,376.04L657.63,377.37L655.68,377.09L655.11,377.79L653.44,377.39L650.63,377.87L645.94,376.23L648.48,373.3L648.25,371.2L646.13,370.65L645.91,368.56L644.99,365.92L646.19,364.09L644.97,363.6L645.74,361.15z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"AL",title:"Albania",d:"M532.98,334.66L532.63,335.93L533.03,337.52L534.19,338.42L534.13,339.39L533.22,339.93L533.05,341.12L531.75,342.88L531.27,342.63L531.22,341.83L529.66,340.6L529.42,338.85L529.66,336.32L530.04,335.16L529.57,334.57L529.38,333.38L530.6,331.51L530.77,332.23L531.53,331.89L532.13,332.91L532.8,333.29z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"AM",title:"Armenia",d:"M597.45,337.5L601.35,336.92L601.93,337.9L603,338.54L602.43,339.46L603.93,340.72L603.14,341.88L604.33,342.87L605.59,343.46L605.65,345.96L604.63,346.06L603.49,343.98L603.5,343.43L602.26,343.44L601.43,342.46L600.85,342.56L599.74,341.5L597.66,340.59L597.93,338.8z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"AO",title:"Angola",d:"M521.03,479.78l0.69,2.09l0.8,1.68l0.64,0.91l1.07,1.47l1.85,-0.23l0.93,-0.4l1.55,0.4l0.42,-0.7l0.7,-1.64l1.74,-0.11l0.15,-0.49l1.43,-0.01l-0.24,1.01l3.4,-0.02l0.05,1.77l0.57,1.09l-0.41,1.7l0.21,1.74l0.94,1.05l-0.15,3.37l0.69,-0.26l1.22,0.07l1.74,-0.42l1.28,0.17l0.3,0.88l-0.32,1.38l0.49,1.34l-0.42,1.07l0.24,0.99l-5.84,-0.04l-0.13,9.16l1.89,2.38l1.83,1.82l-5.15,1.19l-6.79,-0.41l-1.94,-1.4l-11.37,0.13l-0.42,0.21l-1.67,-1.32l-1.82,-0.09l-1.68,0.5l-1.35,0.56l-0.26,-1.83l0.39,-2.55l0.97,-2.65l0.15,-1.24l0.91,-2.59l0.67,-1.17l1.61,-1.87l0.9,-1.27l0.29,-2.11l-0.15,-1.61l-0.84,-1.01l-0.75,-1.72l-0.69,-1.69l0.15,-0.59l0.86,-1.12l-0.85,-2.72l-0.57,-1.88l-1.4,-1.77l0.27,-0.54l1.16,-0.38l0.81,0.05l0.98,-0.34L521.03,479.78zM510.12,479.24l-0.71,0.3l-0.75,-2.1l1.13,-1.21l0.85,-0.47l1.05,0.96l-1.02,0.59l-0.46,0.72L510.12,479.24z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"AR",title:"Argentina",d:"M291.6,648.91l-2.66,0.25l-1.43,-1.73l-1.69,-0.13l-3,0l0,-10.57l1.08,2.15l1.4,3.53l3.65,2.87l3.93,1.21L291.6,648.91zM293.1,526.47l1.65,2.18l1.09,-2.43l3.2,0.12l0.45,0.64l5.15,4.94l2.29,0.46l3.43,2.26l2.89,1.2l0.4,1.36l-2.76,4.73l2.83,0.85l3.15,0.48l2.22,-0.5l2.54,-2.4l0.46,-2.74l1.39,-0.59l1.41,1.79l-0.06,2.49l-2.36,1.73l-1.88,1.28l-3.16,3.08l-3.74,4.37l-0.7,2.59l-0.75,3.37l0.03,3.3l-0.61,0.74l-0.22,2.17l-0.19,1.76l3.56,2.91l-0.38,2.37l1.75,1.51l-0.14,1.7l-2.69,4.52l-4.16,1.91l-5.62,0.75l-3.08,-0.36l0.59,2.15l-0.57,2.72l0.52,1.85l-1.68,1.3l-2.87,0.51l-2.7,-1.35l-1.08,0.97l0.39,3.71l1.89,1.14l1.54,-1.19l0.84,1.96l-2.58,1.18l-2.25,2.38l-0.41,3.91l-0.66,2.11l-2.65,0.01l-2.2,2.04l-0.8,3.01l2.76,2.98l2.68,0.83l-0.96,3.73l-3.31,2.38l-1.82,5.03l-2.56,1.72l-1.15,2.06l0.91,4.64l1.87,2.63l-1.18,-0.23l-2.6,-0.71l-6.78,-0.61l-1.16,-2.63l0.05,-3.33l-1.87,0.28l-0.99,-1.6l-0.25,-4.6l2.15,-1.88l0.89,-2.68l-0.33,-2.11l1.49,-3.52l1.02,-5.35l-0.3,-2.33l1.22,-0.75l-0.3,-1.48l-1.3,-0.78l0.92,-1.63l-1.27,-1.46l-0.65,-4.4l1.13,-0.77l-0.47,-4.54l0.66,-3.75l0.75,-3.22l1.68,-1.3l-0.85,-3.46l-0.01,-3.22l2.12,-2.26l-0.06,-2.87l1.6,-3.31l0.01,-3.09l-0.73,-0.61l-1.29,-5.69l1.73,-3.34l-0.27,-3.11l1,-2.9l1.84,-2.96l1.98,-1.95l-0.84,-1.23l0.59,-1l-0.09,-5.14l3.05,-1.51l0.96,-3.16l-0.34,-0.76l2.34,-2.72L293.1,526.47z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"AT",title:"Austria",d:"M522.86,309.85L522.65,311.56L521.07,311.57L521.61,312.46L520.68,315.11L520.15,315.8L517.7,315.9L516.28,316.82L513.96,316.51L509.95,315.46L509.33,314.03L506.56,314.75L506.23,315.52L504.53,314.94L503.1,314.83L501.83,314.09L502.26,313.08L502.15,312.34L503,312.12L504.42,313.26L504.82,312.17L507.29,312.35L509.3,311.61L510.64,311.73L511.51,312.58L511.78,311.88L511.38,309.16L512.39,308.62L513.37,306.67L515.46,308.04L517.03,306.3L518.02,305.98L520.2,307.28L521.51,307.06L522.81,307.86L522.58,308.4z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"AU",title:"Australia",d:"M882.93,588.16l2.71,1.28l1.53,-0.51l2.19,-0.71l1.68,0.25l0.2,4.43l-0.96,1.3l-0.29,3.06l-0.98,-1.05l-1.95,2.67l-0.58,-0.21l-1.72,-0.12l-1.73,-3.28l-0.38,-2.5l-1.62,-3.25l0.07,-1.7L882.93,588.16zM877.78,502.1l1.01,2.25l1.8,-1.08l0.93,1.22l1.35,1.13l-0.29,1.28l0.6,2.48l0.43,1.45l0.71,0.35l0.76,2.5l-0.27,1.52l0.91,1.99l3.04,1.54l1.98,1.41l1.88,1.29l-0.37,0.72l1.6,1.87l1.09,3.25l1.12,-0.66l1.14,1.31l0.69,-0.46l0.48,3.21l1.99,1.87l1.3,1.17l2.19,2.49l0.79,2.49l0.07,1.77l-0.19,1.94l1.34,2.68l-0.16,2.81l-0.49,1.48l-0.76,2.87l0.06,1.86l-0.55,2.34l-1.24,3l-2.08,1.63l-1.02,2.59l-0.94,1.67l-0.83,2.93l-1.08,1.71l-0.71,2.58l-0.36,2.4l0.14,1.11l-1.61,1.22l-3.14,0.13l-2.59,1.45l-1.29,1.38l-1.69,1.54l-2.32,-1.58l-1.72,-0.63l0.44,-1.85l-1.53,0.67l-2.46,2.58l-2.42,-0.97l-1.59,-0.56l-1.6,-0.25l-2.71,-1.03l-1.81,-2.18l-0.52,-2.66l-0.65,-1.75l-1.38,-1.4l-2.7,-0.41l0.92,-1.66l-0.68,-2.52l-1.37,2.35l-2.5,0.63l1.47,-1.88l0.42,-1.95l1.08,-1.65l-0.22,-2.47l-2.28,2.85l-1.75,1.15l-1.07,2.69l-2.19,-1.4l0.09,-1.79l-1.75,-2.43l-1.48,-1.25l0.53,-0.77l-3.6,-2l-1.97,-0.09l-2.7,-1.6l-5.02,0.31l-3.63,1.18l-3.19,1.1l-2.68,-0.22l-2.97,1.7l-2.43,0.77l-0.54,1.75l-1.04,1.36l-2.38,0.08l-1.76,0.3l-2.48,-0.61l-2.02,0.37l-1.92,0.15l-1.67,1.8l-0.82,-0.15l-1.41,0.96l-1.35,1.08l-2.05,-0.13l-1.88,0l-2.97,-2.17l-1.51,-0.64l0.06,-1.93l1.39,-0.46l0.48,-0.76l-0.1,-1.2l0.34,-2.3l-0.31,-1.95l-1.48,-3.29l-0.46,-1.85l0.12,-1.83l-1.12,-2.08l-0.07,-0.93l-1.24,-1.26l-0.35,-2.47l-1.6,-2.48l-0.39,-1.33l1.23,1.35l-0.95,-2.88l1.39,0.9l0.83,1.2l-0.05,-1.59l-1.39,-2.43l-0.27,-0.97l-0.65,-0.92l0.3,-1.77l0.57,-0.75l0.38,-1.52l-0.3,-1.77l1.16,-2.17l0.21,2.29l1.18,-2.07l2.28,-1l1.37,-1.28l2.14,-1.1l1.27,-0.23l0.77,0.37l2.21,-1.11l1.7,-0.33l0.42,-0.65l0.74,-0.27l1.55,0.07l2.95,-0.87l1.52,-1.31l0.72,-1.58l1.64,-1.49l0.13,-1.17l0.07,-1.59l1.96,-2.47l1.18,2.51l1.19,-0.58l-1,-1.38l0.88,-1.41l1.24,0.63l0.34,-2.21l1.53,-1.42l0.68,-1.14l1.41,-0.49l0.04,-0.8l1.23,0.34l0.05,-0.72l1.23,-0.41l1.36,-0.39l2.07,1.32l1.56,1.71l1.75,0.02l1.78,0.27l-0.59,-1.58l1.34,-2.3l1.26,-0.75l-0.44,-0.71l1.22,-1.63l1.7,-1.01l1.43,0.34l2.36,-0.54l-0.05,-1.45l-2.05,-0.94l1.49,-0.41l1.86,0.7l1.49,1.17l2.36,0.73l0.8,-0.29l1.74,0.88l1.64,-0.82l1.05,0.25l0.66,-0.55l1.29,1.41l-0.75,1.53l-1.06,1.16l-0.96,0.1l0.33,1.15l-0.82,1.43l-1,1.41l0.2,0.81l2.23,1.6l2.16,0.93l1.44,1l2.03,1.72l0.79,0l1.47,0.75l0.43,0.9l2.68,0.99l1.85,-1l0.55,-1.57l0.57,-1.29l0.35,-1.59l0.85,-2.3l-0.39,-1.39l0.2,-0.84l-0.32,-1.64l0.37,-2.16l0.54,-0.58l-0.44,-0.95l0.68,-1.51l0.53,-1.56l0.07,-0.81l1.04,-1.06l0.79,1.39l0.19,1.78l0.7,0.34l0.12,1.2l1.02,1.45l0.21,1.62L877.78,502.1z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"AZ",title:"Azerbaijan",d:"M601.43,342.46l0.83,0.97l1.24,-0.01l-0.01,0.56l1.14,2.08l-1.92,-0.48l-1.42,-1.66l-0.44,-1.37L601.43,342.46zM608.08,337.03l1.24,0.25l0.48,-0.95l1.67,-1.51l1.47,1.97l1.43,2.62l1.31,0.17l0.86,0.99l-2.31,0.29l-0.49,2.82l-0.48,1.26l-1.03,0.84l0.08,1.77l-0.7,0.18l-1.75,-1.87l0.97,-1.78l-0.83,-1.06l-1.05,0.27l-3.31,2.66l-0.06,-2.5l-1.26,-0.59l-1.19,-0.99l0.79,-1.16l-1.49,-1.26l0.56,-0.92l-1.07,-0.64l-0.58,-0.97l0.69,-0.61l2.09,1.07l1.51,0.22l0.38,-0.43l-1.38,-2.02l0.73,-0.52l0.79,0.13L608.08,337.03z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"BA",title:"Bosnia and Herzegovina",d:"M528.54,323.11L529.56,323.1L528.86,324.82L530.21,326.32L529.8,328.14L529.14,328.31L528.61,328.67L527.7,329.56L527.29,331.66L524.81,330.22L523.75,328.61L522.68,327.76L521.39,326.31L520.79,325.1L519.41,323.27L520,321.63L521.01,322.54L521.61,321.72L522.92,321.63L525.33,322.29L527.27,322.23z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"BD",title:"Bangladesh",d:"M735.09,400.41L735.04,402.56L734.06,402.1L734.24,404.51L733.44,402.95L733.28,401.43L732.74,399.98L731.57,398.22L728.99,398.1L729.25,399.35L728.37,401.02L727.17,400.41L726.76,400.96L725.97,400.63L724.89,400.36L724.45,397.88L723.48,395.6L723.95,393.76L722.23,392.94L722.85,391.82L724.6,390.67L722.58,389.04L723.57,386.93L725.79,388.27L727.13,388.43L727.38,390.58L730.04,391L732.65,390.95L734.26,391.48L732.97,394.07L731.71,394.25L730.85,395.98L732.38,397.56L732.84,395.62L733.62,395.61z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"BE",title:"Belgium",d:"M484.55,295.91L486.6,296.26L489.2,295.33L490.97,297.28L492.52,298.32L492.2,301.29L491.47,301.45L491.16,303.88L488.71,301.91L487.27,302.25L485.31,300.19L484.01,298.42L482.71,298.35L482.3,296.79z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"BF",title:"Burkina Faso",d:"M467.33,436.4L465.41,435.67L464.09,435.78L463.11,436.49L461.85,435.89L461.36,434.96L460.1,434.34L459.91,432.7L460.68,431.49L460.61,430.53L462.84,428.17L463.25,426.21L464.02,425.51L465.38,425.89L466.55,425.31L466.93,424.57L469.11,423.29L469.64,422.39L472.26,421.19L473.81,420.78L474.51,421.33L476.3,421.32L476.08,422.72L476.46,424.03L478.04,425.9L478.12,427.28L481.36,427.93L481.29,429.88L480.68,430.74L479.31,431L478.74,432.24L477.78,432.56L475.32,432.5L474.02,432.28L473.12,432.74L471.88,432.53L467.01,432.66L466.94,434.27z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"BG",title:"Bulgaria",d:"M538.78,325.56L539.59,327.16L540.67,326.87L542.83,327.48L546.95,327.68L548.34,326.69L551.64,325.79L553.68,327.2L555.33,327.61L553.87,329.2L552.85,331.93L553.75,334.09L551.34,333.58L548.48,334.76L548.45,336.62L545.9,336.97L543.93,335.67L541.68,336.7L539.61,336.59L539.41,334.12L538,332.91L538.47,332.37L538.16,331.92L538.63,330.71L539.7,329.52L538.34,327.86L538.09,326.44z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"BI",title:"Burundi",d:"M557.52,475.93L557.34,472.56L556.63,471.3L558.34,471.52L559.2,469.93L560.69,470.11L560.85,471.21L561.45,471.84L561.48,472.75L560.79,473.33L559.69,474.79L558.68,475.8z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"BJ",title:"Benin",d:"M482.8,445.92L480.48,446.25L479.79,444.31L479.92,437.85L479.35,437.27L479.25,435.88L478.27,434.89L477.42,434.06L477.78,432.56L478.74,432.24L479.31,431L480.68,430.74L481.29,429.88L482.23,429.05L483.24,429.04L485.38,430.68L485.27,431.63L485.9,433.31L485.35,434.45L485.64,435.21L484.28,436.96L483.42,437.83L482.89,439.6L482.96,441.39z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"BN",title:"Brunei Darussalam",d:"M795.46,450.77L796.57,449.72L798.96,448.19L798.83,449.57L798.67,451.35L797.33,451.26L796.74,452.21z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"BO",title:"Bolivia",d:"M299.04,526.35L295.84,526.22L294.75,528.65L293.1,526.47L289.43,525.74L287.1,528.46L285.07,528.87L283.97,524.72L282.47,521.38L283.35,518.51L281.88,517.26L281.51,515.14L280.13,513.14L281.9,510L280.69,507.56L281.34,506.59L280.83,505.52L281.93,504.08L281.99,501.64L282.12,499.62L282.73,498.66L280.3,494.08L282.39,494.32L283.83,494.25L284.46,493.4L286.91,492.25L288.38,491.19L292.05,490.71L291.76,492.83L292.1,493.92L291.87,495.82L294.92,498.37L298.06,498.84L299.16,499.91L301.06,500.48L302.22,501.31L303.98,501.28L305.61,502.13L305.73,503.79L306.28,504.63L306.32,505.88L305.5,505.92L306.58,509.29L311.95,509.41L311.54,511.09L311.84,512.24L313.37,513.06L314.04,514.88L313.54,517.2L312.77,518.49L313.04,520.18L312.16,520.79L312.12,519.88L309.5,518.37L306.9,518.32L302.01,519.18L300.67,521.8L300.6,523.4L299.49,526.99z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"BR",title:"Brazil",d:"M313.68,551.79L317.42,547.42L320.59,544.34L322.47,543.06L324.83,541.33L324.89,538.84L323.48,537.05L322.09,537.64L322.64,535.86L323.02,534.04L323.02,532.36L322.01,531.81L320.96,532.3L319.92,532.17L319.59,530.99L319.33,528.22L318.8,527.32L316.91,526.5L315.77,527.09L312.81,526.51L312.99,522.45L312.16,520.79L313.04,520.18L312.77,518.49L313.54,517.2L314.04,514.88L313.37,513.06L311.84,512.24L311.54,511.09L311.95,509.41L306.58,509.29L305.5,505.92L306.32,505.88L306.28,504.63L305.73,503.79L305.61,502.13L303.98,501.28L302.22,501.31L301.06,500.48L299.16,499.91L298.06,498.84L294.92,498.37L291.87,495.82L292.1,493.92L291.76,492.83L292.05,490.71L288.38,491.19L286.91,492.25L284.46,493.4L283.83,494.25L282.39,494.32L280.3,494.08L278.72,494.57L277.44,494.24L277.63,489.94L275.33,491.6L272.86,491.53L271.8,490.02L269.94,489.86L270.53,488.65L268.97,486.93L267.8,484.4L268.54,483.89L268.54,482.7L270.24,481.89L269.96,480.38L270.67,479.4L270.88,478.1L274.08,476.19L276.38,475.66L276.75,475.24L279.28,475.37L280.54,467.72L280.61,466.51L280.17,464.92L278.93,463.9L278.94,461.88L280.52,461.42L281.08,461.71L281.17,460.64L279.53,460.35L279.5,458.61L284.96,458.67L285.89,457.71L286.67,458.59L287.21,460.24L287.74,459.89L289.29,461.37L291.47,461.19L292.01,460.33L294.09,459.68L295.25,459.23L295.57,458.05L297.58,457.25L297.42,456.67L295.05,456.43L294.66,454.67L294.77,452.8L293.52,452.08L294.04,451.82L296.12,452.18L298.35,452.88L299.16,452.22L301.17,451.78L304.31,450.74L305.34,449.67L304.96,448.88L306.42,448.76L307.08,449.4L306.71,450.63L307.67,451.05L308.32,452.35L307.54,453.33L307.09,455.71L307.81,457.12L308.01,458.41L309.74,459.71L311.12,459.85L311.43,459.31L312.31,459.19L313.58,458.7L314.49,457.96L316.04,458.19L316.72,458.09L318.25,458.32L318.5,457.75L318.03,457.2L318.31,456.39L319.44,456.64L320.77,456.35L322.37,456.94L323.6,457.52L324.47,456.76L325.09,456.88L325.48,457.67L326.82,457.47L327.89,456.41L328.75,454.35L330.41,451.8L331.37,451.67L332.06,453.21L333.63,458.09L335.13,458.55L335.21,460.47L333.1,462.76L333.97,463.6L338.93,464.04L339.03,466.83L341.16,465L344.69,466.01L349.34,467.71L350.71,469.34L350.25,470.88L353.51,470.02L358.97,471.5L363.16,471.39L367.3,473.7L370.88,476.83L373.04,477.63L375.44,477.75L376.46,478.63L377.41,482.2L377.88,483.89L376.76,488.55L375.33,490.39L371.38,494.33L369.59,497.54L367.52,500.02L366.82,500.08L366.03,502.18L366.23,507.58L365.45,512.06L365.15,513.99L364.27,515.14L363.77,519.08L360.93,522.96L360.45,526.05L358.18,527.36L357.52,529.17L354.48,529.16L350.07,530.33L348.09,531.68L344.95,532.57L341.65,535.01L339.28,538.07L338.87,540.39L339.34,542.12L338.81,545.3L338.18,546.85L336.22,548.6L333.11,554.28L330.64,556.87L328.73,558.41L327.46,561.57L325.6,563.48L324.82,561.58L326.06,560.01L324.44,557.76L322.24,555.94L319.35,553.86L318.31,553.95L315.5,551.45z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"BS",title:"Bahamas",d:"M257.86,395.2l-0.69,0.15l-0.71,-1.76l-1.05,-0.89l0.61,-1.95l0.84,0.12l0.98,2.55L257.86,395.2zM257.06,386.51l-3.06,0.5l-0.2,-1.15l1.32,-0.25l1.85,0.09L257.06,386.51zM259.36,386.48l-0.48,2.21l-0.52,-0.4l0.05,-1.63l-1.26,-1.23l-0.01,-0.36L259.36,386.48z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"BT",title:"Bhutan",d:"M732.36,382.78L733.5,383.78L733.3,385.71L731.01,385.8L728.65,385.59L726.88,386.08L724.33,384.89L724.28,384.26L726.13,381.92L727.64,381.12L729.65,381.85L731.13,381.93z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"BW",title:"Botswana",d:"M547.17,515.95L547.73,516.47L548.62,518.18L551.79,521.43L552.99,521.75L553,522.8L553.82,524.7L555.99,525.16L557.78,526.52L553.81,528.74L551.29,531L550.36,533.03L549.52,534.18L547.99,534.43L547.5,535.9L547.21,536.86L545.42,537.58L543.14,537.43L541.8,536.57L540.62,536.19L539.25,536.91L538.56,538.39L537.23,539.32L535.83,540.71L533.82,541.03L533.2,539.94L533.46,538.04L531.79,535.11L531.04,534.65L531.04,525.79L533.8,525.68L533.88,515.11L535.97,515.02L540.29,513.99L541.37,515.2L543.15,514.05L544.01,514.04L545.59,513.38L546.09,513.6z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"BY",title:"Belarus",d:"M541.1,284.07L543.81,284.11L546.85,282.31L547.5,279.59L549.8,278.02L549.54,275.82L551.24,274.98L554.26,273.05L557.21,274.31L557.61,275.54L559.08,274.95L561.82,276.13L562.09,278.44L561.49,279.76L563.25,282.91L564.39,283.78L564.22,284.64L566.11,285.47L566.92,286.72L565.83,287.74L563.57,287.58L563.03,288.02L563.69,289.56L564.38,292.49L561.97,292.76L561.11,293.76L560.92,296.02L559.81,295.59L557.28,295.81L556.54,294.76L555.49,295.54L554.44,294.89L552.23,294.8L549.1,293.72L546.27,293.36L544.1,293.46L542.56,294.69L541.22,294.86L541.17,292.85L540.3,290.73L541.98,289.79L542,287.94L541.22,286.16z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"BZ",title:"Belize",d:"M225.31,412.96L225.29,412.53L225.63,412.39L226.14,412.74L227.14,410.97L227.67,410.93L227.68,411.36L228.21,411.37L228.17,412.17L227.71,413.44L227.96,413.89L227.67,414.94L227.84,415.21L227.52,416.68L226.97,417.46L226.46,417.55L225.9,418.55L225.07,418.55L225.29,415.27z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"CA",title:"Canada",d:"M198.93,96.23l-0.22,-5.9l3.63,0.58l1.63,0.96l3.35,4.92l-0.76,4.97l-4.15,2.77l-2.28,-3.12L198.93,96.23zM212.14,108.88l0.33,-1.49l-1.97,-2.45l-5.65,-0.19l0.75,3.68l5.25,0.83L212.14,108.88zM248.49,155.83l3.08,5.1l0.81,0.57l3.07,-1.27l3.02,0.2l2.98,0.28l-0.25,-2.64l-4.84,-5.38l-6.42,-1.08l-1.35,0.67L248.49,155.83zM183.06,93.13l-2.71,4.19l6.24,0.52l4.61,4.44l4.58,1.5l-1.09,-5.68l-2.14,-6.73l-7.58,-5.35l-5.5,-2.04l0.2,5.69L183.06,93.13zM208.96,82.89l5.13,-0.12l-2.22,4l-0.04,5.3l3.01,5.76l5.81,1.77l4.96,-0.99l5.18,-10.73l3.85,-4.45l-3.38,-4.97l-2.21,-10.65l-4.6,-3.19l-4.72,-3.68l-3.58,-9.56l-6.52,0.94l1.23,4.15l-2.87,1.25l-1.94,5.32l-1.94,7.46l1.78,7.26L208.96,82.89zM145.21,136.27l3.92,1.95l12.67,-1.3l-5.82,4.77l0.36,3.43l4.26,-0.24l7.07,-4.58l9.5,-1.67l1.71,-5.22l-0.49,-5.57l-2.94,-0.5l-2.5,1.93l-1.1,-4.13l-0.95,-5.7l-2.9,-1.42l-2.57,4.41l4.01,11.05l-4.9,-0.85l-4.98,-6.79l-7.89,-4l-2.64,3.32L145.21,136.27zM167.77,94.21l-3.65,-2.9l-1.5,-0.66l-2.88,4.28l-0.05,2l4.66,0.01L167.77,94.21zM166.31,106.56l0.93,-3.99l-3.95,-2.12l-4.09,1.39l-2.27,4.26l4.16,4.21L166.31,106.56zM195.4,139.8l4.62,-1.11l1.28,-8.25l-0.09,-5.95l-2.14,-5.56l-0.22,1.6l-3.94,-0.7l-4.22,4.09l-3.02,-0.37l0.18,8.92l4.6,-0.87l-0.06,6.47L195.4,139.8zM192.12,185.41l-5.06,-3.93l-4.71,-4.21l-0.87,-6.18l-1.76,-8.92l-3.14,-3.84l-2.79,-1.55l-2.47,1.42l1.99,9.59l-1.41,3.73l-2.29,-8.98l-2.56,-3.11l-3.17,4.81l-3.9,-4.76l-6.24,2.87l1.4,-4.46l-2.87,-1.87l-7.51,5.84l-1.95,3.71l-2.35,6.77l4.9,2.32l4.33,-0.12l-6.5,3.46l1.48,3.13l3.98,0.17l5.99,-0.67l5.42,1.96l-3.66,1.44l-3.95,-0.37l-4.33,1.41l-1.87,0.87l3.45,6.35l2.49,-0.88l3.83,2.15l1.52,3.65l4.99,-0.73l7.1,-1.16l5.26,-2.65l3.26,-0.48l4.82,2.12l5.07,1.22l0.94,-2.86l-1.79,-3.05l4.6,-0.64L192.12,185.41zM199.86,184.43l-1.96,3.54l-2.47,2.49l3.83,3.54l2.28,-0.85l3.78,2.36l1.74,-2.73l-1.71,-3.03l-0.84,-1.53l-1.68,-1.46L199.86,184.43zM182.25,154.98l-2.13,-2.17l-3.76,0.4l-0.95,1.38l4.37,6.75L182.25,154.98zM210.94,168.15l3.01,-6.93l3.34,-1.85l4.19,-8.74l-5.36,-2.47l-5.84,-0.36l-2.78,2.77l-1.47,4.23l-0.04,4.82l1.75,8.19L210.94,168.15zM228.09,145.15l5.76,-0.18l8.04,-1.61l3.59,1.28l4.18,-2.26l1.75,-2.84l-0.63,-4.52l-3,-4.23l-4.56,-0.8l-5.71,0.97l-4.46,2.44l-4.09,-0.94l-3.78,-0.5l-1.78,-2.7l-3.22,-2.61l0.64,-4.43l-2.42,-3.98l-5.52,0.03l-3.11,-3.99l-5.78,-0.8l-1.06,5.1l3.25,3.74l5.8,1.45l2.81,5.09l0.34,5.6l0.97,5.99l7.45,3.42L228.09,145.15zM139.07,126.88l5.21,-5.05l2.62,-0.59l2.16,-4.23l0.38,-9.77l-3.85,1.91l-4.3,-0.18l-5.76,8.19l-4.76,8.98l3.8,2.51L139.07,126.88zM211.25,143.05l1.53,-4.14l-1.02,-3.46l-2.45,-3.92l-4.03,3.02l-1.49,4.92l3.4,2.79L211.25,143.05zM202.94,154.49l-0.73,-2.88l-5,1.26l-3.34,-2.11l-3.32,4.8l3.09,6.28l-5.72,-1.17l-0.06,3.01l6.97,7.05l1.94,3.38l2.7,0.73l4.6,-3.41l0.5,-8.21l-4.24,-4.07L202.94,154.49zM128.95,308.23l-1.16,-2.34l-2.8,-1.77l-1.39,-2.05l-0.95,-1.5l-2.64,-0.46l-1.72,-0.67l-2.94,-0.96l-0.24,1.02l1.08,2.38l2.89,0.78l0.5,1.23l2.51,1.5l0.84,1.51l4.6,1.92L128.95,308.23zM250.65,230.6l-2,-2.11l-2.06,0.5l-0.25,-3.06l-3.21,-2.04l-3.07,-2.27l-1.63,-1.75l-1.43,1.03l-0.52,-2.96l-2.03,-0.55l-0.96,6.13l-0.36,5.11l-2.44,3.14l3.8,-0.6l0.96,3.65l3.99,-3.23l2.78,-3.38l1.57,2.86l4.36,1.51L250.65,230.6zM130.12,178.05l7.38,-4.18V170l3.48,-6.41l6.88,-6.69l3.52,-2.47l-3.01,-4.2l-2.72,-2.95l-7.16,-0.57l-4,-2.16l-9.48,1.63l2.74,6.23l-2.43,6.43l-1.94,6.87l-1.2,3.86l6.47,4.69L130.12,178.05zM264.36,205.36l0.32,-1.01l-0.03,-3.17l-2.19,-2.08l-2.57,1.05l-1.19,4.17l0.7,3.56l3.14,-0.36L264.36,205.36zM288.18,212.9l4.41,6.6l3.45,2.85l4.92,-7.87l0.87,-4.93l-4.41,-0.47l-4.03,-6.7l-4.45,-1.64l-6.6,-4.97l5.15,-3.63l-2.65,-7.54l-2.44,-3.35l-6.77,-3.35l-2.92,-5.55l-5.21,1.99l-0.36,-3.86l-3.86,-4.32l-6.22,-4.71l-2.65,3.71l-5.55,2.66l0.42,-6.06l-4.81,-10.05l-7.11,4.06l-2.59,7.7l-2.21,-5.92l2.06,-6.37l-7.24,2.65l-2.88,3.99l-2.15,8.42l0.89,9.05l3.98,0.04l-2.93,3.92l2.33,2.96l4.55,1.25l5.93,2.42l10.2,1.82l5.08,-1.04l1.5,-2.42l2.21,2.79l2.47,0.46l2.97,4.96l-1.8,1.98l5.68,2.63l4.29,3.68l1.08,2.55l0.77,3.24l-3.63,6.93l-0.98,3.44l0.94,2.42l-5.77,0.86l-5.27,0.12l-1.85,4.87l2.37,2.23l8.11,-1.03l-0.04,-1.89l4.08,3.15l4.18,3.28l-0.98,1.77l3.4,3.02l6.02,3.53l7.6,2.39l-0.46,-2.09l-2.92,-3.67l-3.96,-5.37l7.03,5l3.54,1.66l0.97,-4.44l-1.82,-6.3l-1.16,-1.73l-3.81,-3.03l-2.95,-3.91l0.35,-3.94L288.18,212.9zM222.35,51.34l2.34,7.29l4.96,5.88l9.81,-1.09l6.31,1.97l-4.38,6.05l-2.21,-1.78l-7.66,-0.71l1.19,8.31l3.96,6.04l-0.8,5.2l-4.97,3.46l-2.27,5.47l4.55,2.65l3.82,8.55l-7.5,-5.7l-1.71,0.94l1.38,9.38l-5.18,2.83l0.35,5.85l5.3,0.63l4.17,1.44l8.24,-1.84l7.33,3.27l7.49,-7.19l-0.06,-3.02l-4.79,0.48l-0.39,-2.84l3.92,-3.83l1.33,-5.15l4.33,-3.83l2.66,-4.76l-2.32,-7.1l1.94,-2.65l-3.86,-1.89l8.49,-1.63l1.79,-3.15l5.78,-2.6l4.8,-13.47l4.57,-4.94l6.62,-11.12l-6.1,0.1l2.54,-4.3l6.78,-3.99l6.84,-8.9l0.12,-5.73l-5.13,-6.04l-6.02,-2.93l-7.49,-1.82l-6.07,-1.49l-6.07,-1.5l-8.1,3.98l-1.49,-2.53l-8.57,0.98l-5.03,2.57l-3.7,3.65l-2.13,11.74L239,24.52l-3.48,-1.14l-4.12,7.97l-5.5,3.35l-3.27,0.66l-4.17,3.84l0.61,6.65L222.35,51.34zM296.75,316.34l-0.98,-1.98l-1.06,1.26l0.7,1.36l3.56,1.71l1.04,-0.26l1.38,-1.66l-2.6,0.11L296.75,316.34zM239.75,238.48l0.61,1.63l1.98,0.14l3.28,-3.34l0.06,-1.19l-3.85,-0.06L239.75,238.48zM301.88,304.92l-2.87,-1.8l-3.69,-1.09l-0.97,0.37l2.61,2.04l3.63,1.34l1.36,-0.08L301.88,304.92zM326.76,309.71l-0.36,-2.24l-1.96,0.72l0.87,-3.11l-2.8,-1.32l-1.29,1.05l-2.49,-1.18l0.98,-1.51l-1.88,-0.93l-1.83,1.47l1.86,-3.82l1.5,-2.8l0.54,-1.22l-1.3,-0.2l-2.43,1.55l-1.74,2.53l-2.9,6.92l-2.35,2.56l1.22,1.14l-1.75,1.47l0.43,1.23l5.44,0.13l3.01,-0.25l2.69,1.01l-1.98,1.93l1.67,0.14l3.25,-3.58l0.78,0.53l-0.61,3.37l1.84,0.77l1.27,-0.15l1.18,-3.61L326.76,309.71zM305.57,314.47l-2.81,4.56l-4.63,0.58l-3.64,-2.01l-0.92,-3.07l-0.89,-4.46l2.65,-2.83l-2.48,-2.09l-4.19,0.43l-5.88,3.53l-4.5,5.45l-2.38,0.67l3.23,-3.8l4.04,-5.57l3.57,-1.9l2.35,-3.11l2.9,-0.3l4.21,0.03l6,0.92l4.74,-0.71l3.53,-3.62l4.62,-1.59l2.01,-1.58l2.04,-1.71l-0.2,-5.19l-1.13,-1.77l-2.18,-0.63l-1.11,-4.05l-1.8,-1.55l-4.47,-1.26l-2.52,-2.82l-3.73,-2.83l1.13,-3.2l-3.1,-6.26l-3.65,-6.89l-2.18,-4.98l-1.86,2.61l-2.68,6.05l-4.06,2.97l-2.03,-3.16l-2.56,-0.85l-0.93,-6.99l0.08,-4.8l-5,-0.44l-0.85,-2.27l-3.45,-3.44l-2.61,-2.04l-2.32,1.58l-2.88,-0.58l-4.81,-1.65l-1.95,1.4l0.94,9.18l1.22,5.12l-3.31,5.75l3.41,4.02l1.9,4.44l0.23,3.42l-1.55,3.5l-3.18,3.46l-4.49,2.28l1.98,2.53l1.46,7.4l-1.52,4.68l-2.16,1.46l-4.17,-4.28l-2.03,-5.17l-0.87,-4.76l0.46,-4.19l-3.05,-0.47l-4.63,-0.28l-2.97,-2.08l-3.51,-1.37l-2.01,-2.38l-2.8,-1.94l-5.21,-2.23l-3.92,1.02l-1.31,-3.95l-1.26,-4.99l-4.12,-0.9l0.15,-6.41l1.09,-4.48l3.04,-6.6l3.43,-4.9l3.26,-0.77l0.19,-4.05l2.21,-2.68l4.01,-0.42l3.25,-4.39l0.82,-2.9l2.7,-5.73l0.84,-3.5l2.9,2.11l3.9,-1.08l5.49,-4.96l0.36,-3.54l-1.98,-3.98l2.09,-4.06l-0.17,-3.87l-3.76,-3.95l-4.14,-1.19l-3.98,-0.62l-0.15,8.71l-2.04,6.56l-2.93,5.3l-2.71,-4.95l0.84,-5.61l-3.35,-5.02l-3.75,6.09l0.01,-7.99l-5.21,-1.63l2.49,-4.01l-3.81,-9.59l-2.84,-3.91l-3.7,-1.44l-3.32,6.43l-0.22,9.34l3.27,3.29l3,4.91l-1.27,7.71l-2.26,-0.2l-1.78,5.88l0.02,-7l-4.34,-2.58l-2.49,1.33l0.32,4.67l-4.09,-0.18l-4.35,1.17l-4.95,-3.35l-3.13,0.6l-2.82,-4.11l-2.26,-1.84l-2.24,0.77l-3.41,0.35l-1.81,2.61l2.86,3.19l-3.05,3.72l-2.99,-4.42l-2.39,1.3l-7.57,0.87l-5.07,-1.59l3.94,-3.74l-3.78,-3.9l-2.75,0.5l-3.86,-1.32l-6.56,-2.89l-4.29,-3.37l-3.4,-0.47l-1.06,2.36l-3.44,1.31l-0.38,-6.15l-3.73,5.5l-4.74,-7.32l-1.94,-0.89l-0.63,3.91l-2.09,1.9l-1.93,-3.39l-4.59,2.05l-4.2,3.55l-4.17,-0.98l-3.4,2.5l-2.46,3.28l-2.92,-0.72l-4.41,-3.8l-5.23,-1.94l-0.02,27.65l-0.01,35.43l2.76,0.17l2.73,1.56l1.96,2.44l2.49,3.6l2.73,-3.05l2.81,-1.79l1.49,2.85l1.89,2.23l2.57,2.42l1.75,3.79l2.87,5.88l4.77,3.2l0.08,3.12l-1.56,2.35l0.06,2.48l3.39,3.45l0.49,3.76l3.59,1.96l-0.4,2.79l1.56,3.96l5.08,1.82l2,1.89l5.43,4.23l0.38,0.01h7.96h8.32h2.76h8.55h8.27h8.41l8.42,0l9.53,0l9.59,0l5.8,0l0.01,-1.64l0.95,-0.02l0.5,2.35l0.87,0.72l1.96,0.26l2.86,0.67l2.72,1.3l2.27,-0.55l3.45,1.09l1.14,-1.66l1.59,-0.66l0.62,-1.03l0.63,-0.55l2.61,0.86l1.93,0.1l0.67,0.57l0.94,2.38l3.15,0.63l-0.49,1.18l1.11,1.21l-0.48,1.56l1.18,0.51l-0.59,1.37l0.75,0.13l0.53,-0.6l0.55,0.9l2.1,0.5l2.13,0.04l2.27,0.41l2.51,0.78l0.91,1.26l1.82,3.04l-0.9,1.3l-2.28,-0.54l-1.42,-2.44l0.36,2.49l-1.34,2.17l0.15,1.84l-0.23,1.07l-1.81,1.27l-1.32,2.09l-0.62,1.32l1.54,0.24l2.08,-1.2l1.23,-1.06l0.83,-0.17l1.54,0.38l0.75,-0.59l1.37,-0.48l2.44,-0.47v0l0,0l-0.25,-1.15l-0.13,0.04l-0.86,0.2l-1.12,-0.36l0.84,-1.32l0.85,-0.46l1.98,-0.56l2.37,-0.53l1.24,0.73l0.78,-0.85l0.89,-0.54l0.6,0.29l0.03,0.06l2.87,-2.73l1.27,-0.73l4.26,-0.03l5.17,0l0.28,-0.98l0.9,-0.2l1.19,-0.62l1,-1.82l0.86,-3.15l2.14,-3.1l0.93,1.08l1.88,-0.7l1.25,1.19l0,5.52l1.83,2.25l3.12,-0.48l4.49,-0.13l-4.87,3.26l0.11,3.29l2.13,0.28l3.13,-2.79l2.78,-1.58l6.21,-2.35l3.47,-2.62l-1.81,-1.46L305.57,314.47zM251.91,243.37l1.1,-3.12l-0.71,-1.23l-1.15,-0.13l-1.08,1.8l-0.13,0.41l0.74,1.77L251.91,243.37zM109.25,279.8L109.25,279.8l1.56,-2.35L109.25,279.8zM105.85,283.09l-2.69,0.38l-1.32,-0.62l-0.17,1.52l0.52,2.07l1.42,1.46l1.04,2.13l1.69,2.1l1.12,0.01l-2.44,-3.7L105.85,283.09z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"CD",title:"Democratic Republic of Congo",d:"M561.71,453.61L561.54,456.87L562.66,457.24L561.76,458.23L560.68,458.97L559.61,460.43L559.02,461.72L558.86,463.96L558.21,465.02L558.19,467.12L557.38,467.9L557.28,469.56L556.89,469.77L556.63,471.3L557.34,472.56L557.52,475.93L558.02,478.5L557.74,479.96L558.3,481.58L559.93,483.15L561.44,486.7L560.34,486.41L556.57,486.89L555.82,487.22L555.02,489.02L555.65,490.27L555.15,493.62L554.8,496.47L555.56,496.98L557.52,498.08L558.29,497.57L558.53,500.65L556.38,500.62L555.23,499.05L554.2,497.83L552.05,497.43L551.42,495.94L549.7,496.84L547.46,496.44L546.52,495.15L544.74,494.89L543.43,494.96L543.27,494.08L542.3,494.01L541.02,493.84L539.29,494.26L538.07,494.19L537.37,494.45L537.52,491.08L536.59,490.03L536.38,488.3L536.79,486.6L536.23,485.51L536.18,483.75L532.77,483.77L533.02,482.76L531.59,482.77L531.44,483.26L529.7,483.37L528.99,485L528.57,485.71L527.02,485.31L526.1,485.71L524.24,485.93L523.17,484.46L522.53,483.55L521.72,481.87L521.03,479.78L512.76,479.75L511.77,480.08L510.96,480.03L509.8,480.41L509.41,479.54L510.12,479.24L510.21,478.02L510.67,477.3L511.69,476.72L512.43,477L513.39,475.93L514.91,475.96L515.09,476.75L516.14,477.25L517.79,475.49L519.42,474.13L520.13,473.24L520.04,470.94L521.26,468.23L522.54,466.8L524.39,465.46L524.71,464.57L524.78,463.55L525.24,462.58L525.09,461L525.44,458.53L525.99,456.79L526.83,455.3L526.99,453.62L527.24,451.67L528.34,450.25L529.84,449.35L532.15,450.3L533.93,451.33L535.98,451.61L538.07,452.15L538.91,450.47L539.3,450.25L540.57,450.53L543.7,449.14L544.8,449.73L545.71,449.65L546.13,448.97L547.17,448.73L549.28,449.02L551.08,449.08L552.01,448.79L553.7,451.1L554.96,451.43L555.71,450.96L557.01,451.15L558.57,450.56L559.24,451.75z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"CF",title:"Central African Republic",d:"M518.09,442.66L520.41,442.44L520.93,441.72L521.39,441.78L522.09,442.41L525.62,441.34L526.81,440.24L528.28,439.25L528,438.26L528.79,438L531.5,438.18L534.14,436.87L536.16,433.78L537.59,432.64L539.36,432.15L539.68,433.37L541.3,435.14L541.3,436.29L540.85,437.47L541.03,438.34L542,439.15L544.14,440.39L545.67,441.52L545.7,442.44L547.58,443.9L548.75,445.11L549.46,446.79L551.56,447.9L552.01,448.79L551.08,449.08L549.28,449.02L547.17,448.73L546.13,448.97L545.71,449.65L544.8,449.73L543.7,449.14L540.57,450.53L539.3,450.25L538.91,450.47L538.07,452.15L535.98,451.61L533.93,451.33L532.15,450.3L529.84,449.35L528.34,450.25L527.24,451.67L526.99,453.62L525.19,453.46L523.29,452.99L521.62,454.47L520.15,457.07L519.85,456.26L519.73,454.99L518.45,454.09L517.41,452.65L517.17,451.65L515.85,450.19L516.07,449.36L515.79,448.18L516.01,446.01L516.68,445.5z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"CG",title:"Republic of Congo",d:"M511.69,476.72L510.64,475.76L509.79,476.23L508.66,477.43L506.36,474.48L508.49,472.94L507.44,471.09L508.4,470.39L510.29,470.05L510.51,468.81L512.01,470.15L514.49,470.27L515.35,468.95L515.7,467.1L515.39,464.92L514.07,463.28L515.28,460.05L514.58,459.5L512.5,459.72L511.71,458.29L511.92,457.07L515.45,457.18L517.72,457.91L519.95,458.57L520.15,457.07L521.62,454.47L523.29,452.99L525.19,453.46L526.99,453.62L526.83,455.3L525.99,456.79L525.44,458.53L525.09,461L525.24,462.58L524.78,463.55L524.71,464.57L524.39,465.46L522.54,466.8L521.26,468.23L520.04,470.94L520.13,473.24L519.42,474.13L517.79,475.49L516.14,477.25L515.09,476.75L514.91,475.96L513.39,475.93L512.43,477z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"CH",title:"Switzerland",d:"M502.15,312.34L502.26,313.08L501.83,314.09L503.1,314.83L504.53,314.94L504.31,316.61L503.08,317.3L501,316.79L500.39,318.42L499.06,318.55L498.57,317.91L497,319.27L495.65,319.46L494.44,318.6L493.48,316.83L492.14,317.47L492.18,315.63L494.23,313.32L494.14,312.27L495.42,312.66L496.19,311.95L498.57,311.98L499.15,311.08z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"CI",title:"Côte d'Ivoire",d:"M467.24,449.46L465.97,449.49L464.01,448.94L462.22,448.97L458.89,449.46L456.95,450.27L454.17,451.29L453.63,451.22L453.84,448.92L454.11,448.57L454.03,447.46L452.84,446.29L451.95,446.1L451.13,445.33L451.74,444.09L451.46,442.73L451.59,441.91L452.04,441.91L452.2,440.68L451.98,440.14L452.25,439.75L453.29,439.41L452.6,437.15L451.95,435.99L452.18,435.02L452.74,434.81L453.1,434.55L453.88,434.97L456.04,435L456.56,434.17L457.04,434.23L457.85,433.91L458.29,435.12L458.94,434.76L460.1,434.34L461.36,434.96L461.85,435.89L463.11,436.49L464.09,435.78L465.41,435.67L467.33,436.4L468.07,440.41L466.89,442.77L466.16,445.94L467.37,448.35z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"CL",title:"Chile",d:"M282.81,636.73l0,10.57l3,0l1.69,0.13l-0.93,1.98l-2.4,1.53l-1.38,-0.16l-1.66,-0.4l-2.04,-1.48l-2.94,-0.71l-3.53,-2.71l-2.86,-2.57l-3.86,-5.25l2.31,0.97l3.94,3.13l3.72,1.7l1.45,-2.17l0.91,-3.2l2.58,-1.91L282.81,636.73zM283.97,524.72l1.1,4.15l2.02,-0.41l0.34,0.76l-0.96,3.16l-3.05,1.51l0.09,5.14l-0.59,1l0.84,1.23l-1.98,1.95l-1.84,2.96l-1,2.9l0.27,3.11l-1.73,3.34l1.29,5.69l0.73,0.61l-0.01,3.09l-1.6,3.31l0.06,2.87l-2.12,2.26l0.01,3.22l0.85,3.46l-1.68,1.3l-0.75,3.22l-0.66,3.75l0.47,4.54l-1.13,0.77l0.65,4.4l1.27,1.46l-0.92,1.63l1.3,0.78l0.3,1.48l-1.22,0.75l0.3,2.33l-1.02,5.35l-1.49,3.52l0.33,2.11l-0.89,2.68l-2.15,1.88l0.25,4.6l0.99,1.6l1.87,-0.28l-0.05,3.33l1.16,2.63l6.78,0.61l2.6,0.71l-2.49,-0.03l-1.35,1.13l-2.53,1.67l-0.45,4.38l-1.19,0.11l-3.16,-1.54l-3.21,-3.25l0,0l-3.49,-2.63l-0.88,-2.87l0.79,-2.62l-1.41,-2.94l-0.36,-7.34l1.19,-4.03l2.96,-3.19l-4.26,-1.19l2.67,-3.57l0.95,-6.56l3.12,1.37l1.46,-7.97l-1.88,-1l-0.88,4.75l-1.77,-0.54l0.88,-5.42l0.96,-6.84l1.29,-2.48l-0.81,-3.5l-0.23,-3.98l1.18,-0.11l1.72,-5.6l1.94,-5.43l1.19,-4.97l-0.65,-4.91l0.84,-2.67l-0.34,-3.96l1.64,-3.87l0.51,-6.04l0.9,-6.37l0.88,-6.75l-0.21,-4.87l-0.58,-4.15l1.44,-0.75l0.75,-1.5l1.37,1.99l0.37,2.12l1.47,1.25l-0.88,2.87L283.97,524.72z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"CM",title:"Cameroon",d:"M511.92,457.07L511.57,456.92L509.91,457.28L508.2,456.9L506.87,457.09L502.31,457.02L502.72,454.82L501.62,452.98L500.34,452.5L499.77,451.25L499.05,450.85L499.09,450.08L499.81,448.1L501.14,445.4L501.95,445.37L503.62,443.73L504.69,443.69L506.26,444.84L508.19,443.89L508.45,442.73L509.08,441.59L509.51,440.17L511.01,439.01L511.58,437.04L512.17,436.41L512.57,434.94L513.31,433.13L515.67,430.93L515.82,429.98L516.13,429.47L515.02,428.33L515.11,427.43L515.9,427.26L517.01,429.09L517.2,430.98L517.1,432.87L518.62,435.44L517.06,435.41L516.27,435.61L514.99,435.33L514.38,436.66L516.03,438.31L517.25,438.79L517.65,439.96L518.53,441.89L518.09,442.66L516.68,445.5L516.01,446.01L515.79,448.18L516.07,449.36L515.85,450.19L517.17,451.65L517.41,452.65L518.45,454.09L519.73,454.99L519.85,456.26L520.15,457.07L519.95,458.57L517.72,457.91L515.45,457.18z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"CN",title:"China",d:"M784.63,410.41l-2.42,1.41l-2.3,-0.91l-0.08,-2.53l1.38,-1.34l3.06,-0.83l1.61,0.07l0.63,1.13l-1.23,1.3L784.63,410.41zM833.19,302.89l4.88,1.38l3.32,3.03l1.13,3.95l4.26,0l2.43,-1.65l4.63,-1.24l-1.47,3.76l-1.09,1.51l-0.96,4.46l-1.89,3.89l-3.4,-0.7l-2.41,1.4l0.74,3.36l-0.4,4.55l-1.43,0.1l0.02,1.93l-1.81,-2.24l-1.11,2.13l-4.33,1.62l0.44,1.97l-2.42,-0.14l-1.33,-1.17l-1.93,2.64l-3.09,1.98l-2.28,2.35l-3.92,1.06l-2.06,1.69l-3.02,0.98l1.49,-1.67l-0.59,-1.41l2.22,-2.45l-1.48,-1.93l-2.44,1.3l-3.17,2.54l-1.73,2.34l-2.75,0.17l-1.43,1.68l1.48,2.41l2.29,0.58l0.09,1.58l2.22,1.02l3.14,-2.51l2.49,1.37l1.81,0.09l0.46,1.84l-3.97,0.97l-1.31,1.87l-2.73,1.73l-1.44,2.39l3.02,1.86l1.1,3.31l1.71,3.05l1.9,2.53l-0.05,2.43l-1.76,0.89l0.67,1.73l1.65,1l-0.43,2.61l-0.71,2.52l-1.57,0.28l-2.05,3.41l-2.27,4.09l-2.6,3.68l-3.86,2.82l-3.9,2.55l-3.16,0.35l-1.71,1.34l-0.97,-0.98l-1.59,1.5l-3.92,1.5l-2.97,0.46l-0.96,3.15l-1.55,0.17l-0.74,-2.16l0.66,-1.16l-3.76,-0.96l-1.33,0.49l-2.82,-0.78l-1.33,-1.22l0.44,-1.74l-2.56,-0.55l-1.35,-1.14l-2.39,1.62l-2.73,0.35l-2.24,-0.02l-1.5,0.74l-1.45,0.44l0.42,3.43l-1.5,-0.08l-0.25,-0.7l-0.08,-1.24l-2.06,0.87l-1.21,-0.55l-2.08,-1.13l0.82,-2.51l-1.78,-0.59l-0.67,-2.8l-2.96,0.51l0.34,-3.63l2.66,-2.58l0.11,-2.57l-0.08,-2.4l-1.22,-0.75l-0.94,-1.86l-1.64,0.24l-3.02,-0.47l0.95,-1.33l-1.31,-1.99l-2,1.35L740.4,378l-3.23,2.03l-2.55,2.36l-2.26,0.39l-1.23,-0.85l-1.48,-0.08l-2,-0.73l-1.51,0.8l-1.85,2.34l-0.24,-2.48l-1.71,0.66l-3.27,-0.31l-3.17,-0.73l-2.28,-1.39l-2.18,-0.63l-0.94,-1.53l-1.58,-0.46l-2.83,-2.09l-2.25,-0.99l-1.16,0.77l-3.9,-2.26l-2.75,-2.07l-0.79,-3.63l2.01,0.44l0.09,-1.69l-1.12,-1.71l0.28,-2.74l-3.01,-3.99l-4.61,-1.39l-0.83,-2.66l-2.07,-1.63l-0.5,-1.01l-0.42,-2.01l0.1,-1.38l-1.7,-0.81l-0.92,0.36l-0.71,-3.32l0.8,-0.83l-0.39,-0.85l2.68,-1.73l1.94,-0.72l2.97,0.49l1.06,-2.35l3.6,-0.44l1,-1.48l4.42,-2.03l0.39,-0.85l-0.22,-2.17l1.92,-1l-2.52,-6.75l5.55,-1.58l1.44,-0.89l2.02,-7.26l5.56,1.35l1.56,-1.86l0.13,-4.19l2.33,-0.39l2.13,-2.83l1.1,-0.35l0.74,2.97l2.36,2.23l4,1.57l1.93,3.32l-1.08,4.73l1.01,1.73l3.33,0.68l3.78,0.55l3.39,2.45l1.73,0.43l1.28,3.57l1.65,2.27l3.09,-0.09l5.79,0.85l3.73,-0.53l2.77,0.57l4.15,2.29l3.39,0l1.24,1.16l3.26,-2.01l4.53,-1.31l4.2,-0.14l3.28,-1.34l2.01,-2.05l1.96,-1.3l-0.45,-1.28l-0.9,-1.5l1.47,-2.54l1.58,0.36l2.88,0.8l2.79,-2.1l4.28,-1.55l2.05,-2.66l1.97,-1.16l4.07,-0.54l2.21,0.46l0.31,-1.45l-2.54,-2.89l-2.25,-1.33l-2.16,1.54l-2.77,-0.65l-1.59,0.53l-0.72,-1.71l1.98,-4.23l1.37,-3.25l3.37,1.63l3.95,-2.74l-0.03,-1.93l2.53,-4.73l1.56,-1.45l-0.04,-2.52l-1.54,-1.1l2.32,-2.31l3.48,-0.84l3.72,-0.13l4.2,1.39l2.46,1.71l1.73,4.61l1.05,1.94l0.98,2.73L833.19,302.89z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"CO",title:"Colombia",d:"M263.92,463.81L262.72,463.15L261.34,462.23L260.54,462.67L258.16,462.28L257.48,461.08L256.96,461.13L254.15,459.54L253.77,458.67L254.82,458.46L254.7,457.07L255.35,456.06L256.74,455.87L257.93,454.12L259,452.66L257.96,451.99L258.49,450.37L257.86,447.81L258.46,447.08L258.02,444.71L256.88,443.21L257.24,441.85L258.15,442.05L258.68,441.21L258.03,439.56L258.37,439.14L259.81,439.23L261.92,437.26L263.07,436.96L263.1,436.03L263.62,433.64L265.23,432.32L266.99,432.27L267.21,431.68L269.41,431.91L271.62,430.48L272.71,429.84L274.06,428.47L275.06,428.64L275.79,429.39L275.25,430.35L273.45,430.83L272.74,432.25L271.65,433.06L270.84,434.12L270.49,436.13L269.72,437.79L271.16,437.97L271.52,439.27L272.14,439.89L272.36,441.02L272.03,442.06L272.13,442.65L272.82,442.88L273.49,443.86L277.09,443.59L278.72,443.95L280.7,446.36L281.83,446.06L283.85,446.21L285.45,445.89L286.44,446.38L285.93,447.88L285.31,448.82L285.09,450.83L285.65,452.68L286.45,453.51L286.54,454.14L285.12,455.53L286.14,456.14L286.89,457.12L287.74,459.89L287.21,460.24L286.67,458.59L285.89,457.71L284.96,458.67L279.5,458.61L279.53,460.35L281.17,460.64L281.08,461.71L280.52,461.42L278.94,461.88L278.93,463.9L280.17,464.92L280.61,466.51L280.54,467.72L279.28,475.37L277.88,473.88L277.04,473.82L278.85,470.98L276.7,469.67L275.02,469.91L274.01,469.43L272.46,470.17L270.37,469.82L268.72,466.9L267.42,466.18L266.53,464.86L264.67,463.54z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"CR",title:"Costa Rica",d:"M242.63,440.4L241.11,439.77L240.54,439.18L240.86,438.69L240.76,438.07L239.98,437.39L238.88,436.84L237.91,436.48L237.73,435.65L236.99,435.14L237.17,435.97L236.61,436.64L235.97,435.86L235.07,435.58L234.69,435.01L234.71,434.15L235.08,433.25L234.29,432.85L234.93,432.31L235.35,431.94L237.2,432.69L237.84,432.32L238.73,432.56L239.2,433.14L240.02,433.33L240.69,432.73L241.41,434.27L242.49,435.41L243.81,436.62L242.72,436.87L242.74,438L243.32,438.42L242.9,438.76L243.01,439.27L242.78,439.84z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"CU",title:"Cuba",d:"M244.58,396.94L247.01,397.16L249.21,397.19L251.84,398.22L252.96,399.33L255.58,398.99L256.57,399.69L258.95,401.56L260.69,402.91L261.61,402.87L263.29,403.48L263.08,404.32L265.15,404.44L267.27,405.66L266.94,406.35L265.07,406.73L263.18,406.88L261.25,406.64L257.24,406.93L259.12,405.27L257.98,404.5L256.17,404.3L255.2,403.44L254.53,401.74L252.95,401.85L250.33,401.05L249.49,400.42L245.84,399.95L244.86,399.36L245.91,398.61L243.16,398.46L241.15,400.02L239.98,400.06L239.58,400.8L238.2,401.13L237,400.84L238.48,399.91L239.08,398.82L240.35,398.15L241.78,397.56L243.91,397.27z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"CY",title:"Cyprus",d:"M570.31,358.29L572.2,356.83L569.65,357.85L567.63,357.8L567.23,358.63L567.03,358.65L565.7,358.77L566.35,360.14L567.72,360.58L570.6,359.2L570.51,358.93z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"CZ",title:"Czech Republic",d:"M522.81,307.86L521.51,307.06L520.2,307.28L518.02,305.98L517.03,306.3L515.46,308.04L513.37,306.67L511.79,304.84L510.36,303.8L510.06,301.98L509.57,300.68L511.61,299.73L512.65,298.63L514.66,297.77L515.37,296.93L516.11,297.44L517.36,296.97L518.69,298.4L520.78,298.79L520.61,300L522.13,300.9L522.55,299.77L524.47,300.26L524.74,301.63L526.82,301.89L528.11,304.02L527.28,304.03L526.84,304.8L526.2,304.99L526.02,305.96L525.48,306.17L525.4,306.56L524.45,307L523.2,306.93z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"DE",title:"Germany",d:"M503.07,278.92L503.12,280.8L505.96,281.92L505.93,283.62L508.78,282.72L510.35,281.41L513.52,283.3L514.84,284.81L515.5,287.2L514.72,288.45L515.73,290.1L516.43,292.55L516.21,294.11L517.36,296.97L516.11,297.44L515.37,296.93L514.66,297.77L512.65,298.63L511.61,299.73L509.57,300.68L510.06,301.98L510.36,303.8L511.79,304.84L513.37,306.67L512.39,308.62L511.38,309.16L511.78,311.88L511.51,312.58L510.64,311.73L509.3,311.61L507.29,312.35L504.82,312.17L504.42,313.26L503,312.12L502.15,312.34L499.15,311.08L498.57,311.98L496.19,311.95L496.54,308.97L497.96,306.07L493.92,305.29L492.6,304.16L492.76,302.27L492.2,301.29L492.52,298.32L492.04,293.63L493.73,293.63L494.44,291.92L495.14,287.69L494.61,286.11L495.16,285.11L497.5,284.85L498.02,285.89L499.93,283.56L499.29,281.77L499.16,279.02L501.28,279.66z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"DJ",title:"Djibouti",d:"M596.05,427.72L596.71,428.6L596.62,429.79L595.02,430.47L596.23,431.24L595.19,432.76L594.57,432.26L593.9,432.46L592.33,432.41L592.28,431.55L592.07,430.76L593.01,429.43L594,428.17L595.2,428.42z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"DK",title:"Denmark",d:"M510.83,275.84l-1.68,3.97l-2.93,-2.76l-0.39,-2.05l4.11,-1.66L510.83,275.84zM505.85,271.59l-0.69,1.9l-0.83,-0.55l-2.02,3.59l0.76,2.39l-1.79,0.74l-2.12,-0.64l-1.14,-2.72l-0.08,-5.12l0.47,-1.38l0.8,-1.54l2.47,-0.32l0.98,-1.43l2.26,-1.47l-0.1,2.68l-0.83,1.68l0.34,1.43L505.85,271.59z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"DO",title:"Dominican Republic",d:"M274.18,407.35L274.53,406.84L276.72,406.86L278.38,407.62L279.12,407.54L279.63,408.59L281.16,408.53L281.07,409.41L282.32,409.52L283.7,410.6L282.66,411.8L281.32,411.16L280.04,411.28L279.12,411.14L278.61,411.68L277.53,411.86L277.11,411.14L276.18,411.57L275.06,413.57L274.34,413.11L274.19,412.27L274.25,411.47L273.53,410.59L274.21,410.09L274.43,408.96z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"DZ",title:"Algeria",d:"M508.9,396.08L499.29,401.83L491.17,407.68L487.22,409L484.11,409.29L484.08,407.41L482.78,406.93L481.03,406.08L480.37,404.69L470.91,398.14L461.45,391.49L450.9,383.96L450.96,383.35L450.96,383.14L450.93,379.39L455.46,377.03L458.26,376.54L460.55,375.68L461.63,374.06L464.91,372.77L465.03,370.36L466.65,370.07L467.92,368.86L471.59,368.3L472.1,367.02L471.36,366.31L470.39,362.78L470.23,360.73L469.17,358.55L471.86,356.68L474.9,356.08L476.67,354.65L479.37,353.6L484.12,352.98L488.76,352.69L490.17,353.21L492.81,351.84L495.81,351.81L496.95,352.62L498.86,352.41L498.29,354.2L498.74,357.48L498.08,360.3L496.35,362.18L496.6,364.71L498.89,366.69L498.92,367.5L500.64,368.83L501.84,374.69L502.75,377.53L502.9,379.01L502.41,381.6L502.61,383.04L502.25,384.76L502.5,386.73L501.38,388.02L503.04,390.28L503.15,391.6L504.14,393.31L505.45,392.75L507.67,394.17z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"EC",title:"Ecuador",d:"M250.1,472.87L251.59,470.79L250.98,469.57L249.91,470.87L248.23,469.64L248.8,468.86L248.33,466.33L249.31,465.91L249.83,464.18L250.89,462.38L250.69,461.25L252.23,460.65L254.15,459.54L256.96,461.13L257.48,461.08L258.16,462.28L260.54,462.67L261.34,462.23L262.72,463.15L263.92,463.81L264.31,465.92L263.44,467.73L260.38,470.65L257.01,471.75L255.29,474.18L254.76,476.06L253.17,477.21L252,475.8L250.86,475.5L249.7,475.72L249.63,474.7L250.43,474.04z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"EE",title:"Estonia",d:"M543.42,264.71L543.75,261.59L542.72,262.26L540.94,260.36L540.69,257.25L544.24,255.72L547.77,254.91L550.81,255.83L553.71,255.66L554.13,256.62L552.14,259.76L552.97,264.72L551.77,266.38L549.45,266.37L547.04,264.43L545.81,263.78z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"EG",title:"Egypt",d:"M573.17,377.28L572.38,378.57L571.78,380.97L571.02,382.61L570.36,383.17L569.43,382.15L568.16,380.73L566.16,376.16L565.88,376.45L567.04,379.82L568.76,383L570.88,387.88L571.91,389.56L572.81,391.3L575.33,394.7L574.77,395.23L574.86,397.2L578.13,399.91L578.62,400.53L567.5,400.53L556.62,400.53L545.35,400.53L545.35,389.3L545.35,378.12L544.51,375.54L545.23,373.54L544.8,372.15L545.81,370.58L549.54,370.53L552.24,371.39L555.02,372.36L556.32,372.86L558.48,371.83L559.63,370.9L562.11,370.63L564.1,371.04L564.87,372.66L565.52,371.59L567.76,372.36L569.95,372.55L571.33,371.73z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"EH",title:"Western Sahara",d:"M438.57,383.06L442.19,383.07L450.94,383.1L450.94,383.1L450.94,383.1L442.19,383.07L438.57,383.06L438.46,383.15L438.41,383.19L436.63,386.39L434.77,387.53L433.75,389.44L433.69,391.09L432.94,392.88L432,393.37L430.44,395.31L429.48,397.46L429.66,398.48L428.74,400.05L427.66,400.87L427.53,402.26L427.41,403.53L428.02,402.53L439,402.55L438.47,398.2L439.16,396.65L441.78,396.38L441.69,388.52L450.9,388.69L450.9,383.96L450.96,383.35L450.96,383.14z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"ER",title:"Eritrea",d:"M594,428.17L593.04,427.24L591.89,425.57L590.65,424.65L589.92,423.65L587.48,422.5L585.56,422.47L584.88,421.86L583.24,422.54L581.54,421.23L580.66,423.38L577.4,422.78L577.1,421.63L578.31,417.38L578.58,415.45L579.46,414.55L581.53,414.07L582.95,412.4L584.58,415.78L585.35,418.45L586.89,419.86L590.71,422.58L592.27,424.22L593.79,425.88L594.67,426.86L596.05,427.72L595.2,428.42z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"ES",title:"Spain",d:"M449.92,334.56L450.06,331.88L448.92,330.22L452.88,327.45L456.31,328.15L460.08,328.12L463.06,328.78L465.39,328.58L469.92,328.7L471.04,330.19L476.2,331.92L477.22,331.1L480.38,332.82L483.63,332.33L483.78,334.52L481.12,337.01L477.53,337.79L477.28,339.03L475.55,341.06L474.47,344.02L475.56,346.07L473.94,347.67L473.34,349.97L471.22,350.67L469.23,353.36L465.68,353.41L463,353.35L461.25,354.57L460.18,355.88L458.8,355.59L457.77,354.42L456.97,352.42L454.35,351.88L454.12,350.72L455.16,349.4L455.54,348.44L454.58,347.38L455.35,345.03L454.23,342.86L455.44,342.56L455.55,340.84L456.01,340.31L456.04,337.43L457.34,336.43L456.56,334.55L454.92,334.42L454.44,334.89L452.79,334.9L452.08,333.06L450.94,333.61z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"ET",title:"Ethiopia",d:"M581.54,421.23L583.24,422.54L584.88,421.86L585.56,422.47L587.48,422.5L589.92,423.65L590.65,424.65L591.89,425.57L593.04,427.24L594,428.17L593.01,429.43L592.07,430.76L592.28,431.55L592.33,432.41L593.9,432.46L594.57,432.26L595.19,432.76L594.58,433.77L595.62,435.33L596.65,436.69L597.72,437.7L606.89,441.04L609.25,441.02L601.32,449.44L597.67,449.56L595.17,451.53L593.38,451.58L592.61,452.46L590.69,452.46L589.56,451.52L587,452.69L586.17,453.85L584.3,453.63L583.68,453.31L583.02,453.38L582.14,453.36L578.59,450.98L576.64,450.98L575.68,450.07L575.68,448.5L574.22,448.03L572.57,444.98L571.29,444.33L570.79,443.21L569.37,441.84L567.65,441.64L568.61,440.03L570.09,439.96L570.51,439.1L570.48,436.57L571.31,433.61L572.63,432.81L572.92,431.65L574.12,429.48L575.81,428.06L576.95,425.25L577.4,422.78L580.66,423.38z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"FK",title:"Falkland Islands",d:"M303.66,633.13L307.02,630.44L309.41,631.56L311.09,629.77L313.33,631.78L312.49,633.36L308.7,634.72L307.44,633.13L305.06,635.18z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"FI",title:"Finland",d:"M555.42,193.1L555.01,198.5L559.31,203.49L556.72,208.97L559.98,216.93L558.09,222.69L560.62,227.55L559.47,231.69L563.62,235.95L562.56,239.05L559.96,242.5L553.96,249.91L548.87,250.36L543.94,252.43L539.38,253.61L537.75,250.54L535.04,248.67L535.66,242.95L534.3,237.54L535.64,233.96L538.18,230.02L544.59,223L546.47,221.61L546.17,218.77L542.27,215.55L541.33,212.85L541.25,201.73L536.88,196.58L533.14,192.77L534.82,190.69L537.94,194.84L541.6,194.45L544.61,196.32L547.28,192.88L548.66,187.03L553.01,184.25L556.61,187.51z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"FJ",title:"Fiji",d:"M980.53,508.61l-0.35,1.4l-0.23,0.16l-1.78,0.72l-1.79,0.61l-0.36,-1.09l1.4,-0.6l0.89,-0.16l1.64,-0.91L980.53,508.61zM974.69,512.92l-1.27,-0.36l-1.08,1l0.27,1.29l1.55,0.36l1.74,-0.4l0.46,-1.53l-0.96,-0.84L974.69,512.92z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"FR",title:"France",d:"M502.06,333.54l-0.93,2.89l-1.27,-0.76l-0.65,-2.53l0.57,-1.41l1.81,-1.45L502.06,333.54zM485.31,300.19l1.96,2.06l1.44,-0.34l2.45,1.97l0.63,0.37l0.81,-0.09l1.32,1.12l4.04,0.79l-1.42,2.9l-0.36,2.98l-0.77,0.71l-1.28,-0.38l0.09,1.05l-2.05,2.3l-0.04,1.84l1.34,-0.63l0.96,1.77l-0.12,1.13l0.83,1.5l-0.97,1.21l0.72,3.04l1.52,0.49l-0.32,1.68l-2.54,2.17l-5.53,-1.04l-4.08,1.24l-0.32,2.29l-3.25,0.49l-3.15,-1.72l-1.02,0.82l-5.16,-1.73l-1.12,-1.49l1.45,-2.32l0.53,-7.88l-2.89,-4.26l-2.07,-2.09l-4.29,-1.6l-0.28,-3.07l3.64,-0.92l4.71,1.09l-0.89,-4.84l2.65,1.85l6.53,-3.37l0.84,-3.61l2.45,-0.9l0.41,1.56l1.3,0.07L485.31,300.19z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"GA",title:"Gabon",d:"M506.36,474.48L503.48,471.66L501.62,469.36L499.92,466.48L500.01,465.56L500.62,464.66L501.3,462.64L501.87,460.57L502.82,460.41L506.89,460.44L506.87,457.09L508.2,456.9L509.91,457.28L511.57,456.92L511.92,457.07L511.71,458.29L512.5,459.72L514.58,459.5L515.28,460.05L514.07,463.28L515.39,464.92L515.7,467.1L515.35,468.95L514.49,470.27L512.01,470.15L510.51,468.81L510.29,470.05L508.4,470.39L507.44,471.09L508.49,472.94z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"GB",title:"United Kingdom",d:"M459.38,281l-1.5,3.29l-2.12,-0.98l-1.73,0.07l0.58,-2.57l-0.58,-2.6l2.35,-0.2L459.38,281zM466.83,260.24l-3,5.73l2.86,-0.72l3.07,0.03l-0.73,4.22l-2.52,4.53l2.9,0.32l0.22,0.52l2.5,5.79l1.92,0.77l1.73,5.41l0.8,1.84l3.4,0.88l-0.34,2.93l-1.43,1.33l1.12,2.33l-2.52,2.33l-3.75,-0.04l-4.77,1.21l-1.31,-0.87l-1.85,2.06l-2.59,-0.5l-1.97,1.67l-1.49,-0.87l4.11,-4.64l2.51,-0.97l-0.02,0l-4.38,-0.75l-0.79,-1.8l2.93,-1.41l-1.54,-2.48l0.53,-3.06l4.17,0.42l0,0l0.41,-2.74l-1.88,-2.95l-0.04,-0.07l-3.4,-0.85l-0.67,-1.32l1.02,-2.2l-0.92,-1.37l-1.51,2.34l-0.16,-4.8l-1.42,-2.59l1.02,-5.36l2.18,-4.31l2.24,0.42L466.83,260.24z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"GE",title:"Georgia",d:"M591.76,335.85L592.18,334.25L591.48,331.68L589.86,330.27L588.31,329.83L587.28,328.66L587.62,328.2L589.99,328.86L594.12,329.48L597.94,331.31L598.43,332.02L600.13,331.42L602.75,332.22L603.6,333.77L605.37,334.64L604.64,335.15L606.02,337.17L605.64,337.6L604.13,337.38L602.04,336.32L601.35,336.92L597.45,337.5L594.75,335.68z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"GF",title:"French Guiana",d:"M327.89,456.41l-1.07,1.06l-1.34,0.2l-0.38,-0.78l-0.63,-0.12l-0.87,0.76l-1.22,-0.57l0.71,-1.19l0.24,-1.27l0.48,-1.2l-1.09,-1.65l-0.22,-1.91l1.46,-2.41l0.95,0.31l2.06,0.66l2.97,2.36l0.46,1.14l-1.66,2.55L327.89,456.41z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"GH",title:"Ghana",d:"M478.23,446.84L473.83,448.48L472.27,449.44L469.74,450.25L467.24,449.46L467.37,448.35L466.16,445.94L466.89,442.77L468.07,440.41L467.33,436.4L466.94,434.27L467.01,432.66L471.88,432.53L473.12,432.74L474.02,432.28L475.32,432.5L475.11,433.39L476.28,434.85L476.28,436.9L476.55,439.12L477.25,440.15L476.63,442.68L476.85,444.08L477.6,445.86z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"GL",title:"Greenland",d:"M344.13,23.91L353.55,10.3L363.39,11.37L366.96,2.42L376.87,0L399.27,3.15L416.81,21.74L411.63,30.04L400.9,30.97L385.81,33L387.22,36.64L397.15,34.4L405.59,41.31L411.04,35.19L413.37,42.34L410.29,53.31L417.43,46.38L431.04,38.83L439.45,42.64L441.02,50.76L429.59,63.42L428.01,67.32L419.05,70.18L425.54,70.97L422.26,82.48L420,92.07L420.09,107.33L423.46,115.67L419.08,116.18L414.47,120.06L419.64,126.36L420.3,135.98L417.3,137L420.93,146.15L414.71,146.9L417.96,151.04L417.04,154.55L413.09,156.06L409.18,156.09L412.69,162.57L412.73,166.7L407.18,162.87L405.74,165.36L409.52,167.65L413.2,173.13L414.26,180.08L409.26,181.7L407.1,178.44L403.63,173.46L404.59,179.33L401.34,183.74L408.72,184.09L412.59,184.54L405.07,191.57L397.45,197.7L389.25,200.31L386.16,200.35L383.26,203.22L379.36,210.85L373.33,215.74L371.39,216.03L367.65,217.7L363.63,219.29L361.22,223.41L361.18,227.97L359.77,232.13L355.19,237.08L356.32,241.79L355.06,246.64L353.63,252.2L349.68,252.54L345.54,247.91L339.93,247.88L337.21,244.7L335.34,238.9L330.48,231.22L329.06,227.07L328.68,221.18L324.79,214.91L325.8,209.74L323.93,207.21L326.7,198.56L330.92,195.71L332.03,192.45L332.62,186.19L329.41,189.05L327.89,190.24L325.37,191.38L321.93,188.77L321.74,183.22L322.84,178.74L325.44,178.62L331.16,180.87L326.34,175.44L323.83,172.43L321.04,173.67L318.7,171.48L321.83,162.98L320.13,159.45L317.9,152.71L314.53,141.8L310.96,137.63L310.99,133L303.46,126.31L297.51,125.46L290.02,125.93L283.18,126.79L279.92,123.04L275.05,115.38L282.41,111.41L288.06,110.73L276.06,107.37L269.74,101.93L270.13,96.59L280.74,89.72L291.01,82.56L292.09,76.92L284.53,71.16L286.97,64.52L296.68,52.19L300.76,50.21L299.59,41.64L306.23,36.4L314.85,33.19L323.47,33.01L326.53,39.31L333.97,27.99L340.66,35.77L344.59,37.36L350.42,43.77L343.75,33z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"GM",title:"Gambia",d:"M428.03,426.43L428.39,425.16L431.44,425.07L432.08,424.4L432.97,424.35L434.07,425.06L434.94,425.07L435.87,424.59L436.43,425.41L435.22,426.06L434,426.01L432.8,425.4L431.76,426.06L431.26,426.09L430.58,426.49z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"GN",title:"Guinea",d:"M451.59,441.91L450.8,441.84L450.23,442.97L449.43,442.96L448.89,442.36L449.07,441.23L447.9,439.51L447.17,439.82L446.57,439.89L445.8,440.05L445.83,439.02L445.38,438.28L445.47,437.46L444.86,436.27L444.08,435.26L441.84,435.26L441.19,435.79L440.41,435.85L439.93,436.46L439.61,437.25L438.11,438.49L436.88,436.82L435.79,435.71L435.07,435.35L434.37,434.78L434.06,433.53L433.65,432.91L432.83,432.44L434.08,431.06L434.93,431.11L435.66,430.63L436.28,430.63L436.72,430.25L436.48,429.31L436.79,429.01L436.84,428.04L438.19,428.07L440.21,428.77L440.83,428.7L441.04,428.39L442.56,428.61L442.97,428.45L443.13,429.5L443.58,429.49L444.31,429.11L444.77,429.21L445.55,429.93L446.75,430.16L447.52,429.54L448.43,429.16L449.1,428.76L449.66,428.84L450.28,429.46L450.62,430.25L451.77,431.44L451.19,432.17L451.08,433.09L451.68,432.81L452.03,433.15L451.88,433.99L452.74,434.81L452.18,435.02L451.95,435.99L452.6,437.15L453.29,439.41L452.25,439.75L451.98,440.14L452.2,440.68L452.04,441.91z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"GQ",title:"Equatorial Guinea",d:"M501.87,460.57L501.34,460.15L502.31,457.02L506.87,457.09L506.89,460.44L502.82,460.41z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"GR",title:"Greece",d:"M541.7,356.71l1.53,1.16l2.18,-0.19l2.09,0.24l-0.07,0.6l1.53,-0.41l-0.35,1.01l-4.04,0.29l0.03,-0.56l-3.42,-0.67L541.7,356.71zM549.85,335.75l-0.87,2.33l-0.67,0.41l-1.71,-0.1l-1.46,-0.35l-3.4,0.96l1.94,2.06l-1.42,0.59l-1.56,0l-1.48,-1.88l-0.53,0.8l0.63,2.18l1.4,1.7l-1.06,0.79l1.56,1.65l1.39,1.03l0.04,2l-1.36,-1.15l-1.24,0.21l0.83,1.8l-0.92,0.19l-1,-0.69l1.2,3.95l-0.58,0l-0.45,-1.25l-0.57,-0.02l-0.26,1.32l-0.45,-0.3l0.1,-0.74l-0.56,-1.04h-0.64l0.12,0.84l-0.25,0.27l-0.62,-0.54l-0.38,-1.01l0.52,-0.57l-0.36,-0.74l-0.41,-0.38l-0.42,-0.09l-0.49,-0.94l0.58,-0.52l0.36,-0.48l0.56,0.1l0.25,-0.41l0.59,-0.16l0.68,0.46l0.55,0.17l0.39,-0.62l-0.94,-0.08l-0.56,-0.19l-1.25,0.28l-1.22,0.05l-1.09,-1.64l-0.18,-0.25l0.17,-0.64l-1.42,-1.15l-0.19,-1.03l1.3,-1.76l0.17,-1.19l0.91,-0.53l0.06,-0.97l1.83,-0.33l1.07,-0.81l1.52,0.07l0.46,-0.65l0.53,-0.12l2.07,0.11l2.25,-1.02l1.98,1.3l2.55,-0.35l0.03,-1.86L549.85,335.75z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"GT",title:"Guatemala",d:"M222.64,424.75L221.2,424.25L219.45,424.2L218.17,423.63L216.66,422.45L216.73,421.61L217.05,420.93L216.66,420.39L218.01,418.03L221.6,418.02L221.68,417.04L221.22,416.86L220.91,416.23L219.87,415.56L218.83,414.58L220.1,414.58L220.1,412.93L222.72,412.93L225.31,412.96L225.29,415.27L225.07,418.55L225.9,418.55L226.82,419.08L227.06,418.64L227.88,419.01L226.61,420.12L225.28,420.93L225.08,421.48L225.3,422.04L224.72,422.78L224.06,422.95L224.21,423.29L223.69,423.61L222.73,424.33z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"GW",title:"Guinea-Bissau",d:"M432.83,432.44L431.33,431.25L430.15,431.07L429.51,430.26L429.52,429.83L428.67,429.23L428.49,428.62L429.98,428.15L430.91,428.24L431.66,427.92L436.84,428.04L436.79,429.01L436.48,429.31L436.72,430.25L436.28,430.63L435.66,430.63L434.93,431.11L434.08,431.06z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"GY",title:"Guyana",d:"M307.7,440L309.54,441.03L311.28,442.86L311.35,444.31L312.41,444.38L313.91,445.74L315.02,446.72L314.57,449.24L312.87,449.97L313.02,450.62L312.5,452.07L313.75,454.09L314.64,454.1L315.01,455.67L316.72,458.09L316.04,458.19L314.49,457.96L313.58,458.7L312.31,459.19L311.43,459.31L311.12,459.85L309.74,459.71L308.01,458.41L307.81,457.12L307.09,455.71L307.54,453.33L308.32,452.35L307.67,451.05L306.71,450.63L307.08,449.4L306.42,448.76L304.96,448.88L303.07,446.76L303.83,445.99L303.77,444.69L305.5,444.24L306.19,443.72L305.23,442.68L305.48,441.65z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"HN",title:"Honduras",d:"M230.43,426.9L229.95,426.01L229.09,425.76L229.29,424.61L228.91,424.3L228.33,424.1L227.1,424.44L227,424.05L226.15,423.59L225.55,423.02L224.72,422.78L225.3,422.04L225.08,421.48L225.28,420.93L226.61,420.12L227.88,419.01L228.17,419.13L228.79,418.62L229.59,418.58L229.85,418.81L230.29,418.67L231.59,418.93L232.89,418.85L233.79,418.53L234.12,418.21L235.01,418.36L235.68,418.56L236.41,418.49L236.97,418.24L238.25,418.64L238.7,418.7L239.55,419.24L240.36,419.89L241.38,420.33L242.12,421.13L241.16,421.07L240.77,421.46L239.8,421.84L239.09,421.84L238.47,422.21L237.91,422.08L237.43,421.64L237.14,421.72L236.78,422.41L236.51,422.38L236.46,422.98L235.48,423.77L234.97,424.11L234.68,424.47L233.85,423.89L233.25,424.65L232.66,424.63L232,424.7L232.06,426.11L231.65,426.13L231.3,426.79z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"HR",title:"Croatia",d:"M528.05,318.93L528.73,320.48L529.62,321.62L528.54,323.11L527.27,322.23L525.33,322.29L522.92,321.63L521.61,321.72L521.01,322.54L520,321.63L519.41,323.27L520.79,325.1L521.39,326.31L522.68,327.76L523.75,328.61L524.81,330.22L527.29,331.66L526.98,332.3L524.35,330.9L522.72,329.52L520.16,328.38L517.8,325.53L518.37,325.23L517.09,323.59L517.03,322.25L515.23,321.63L514.37,323.34L513.54,322.01L513.61,320.63L513.71,320.57L515.66,320.71L516.18,320.03L517.13,320.68L518.23,320.76L518.22,319.64L519.19,319.23L519.47,317.61L521.7,316.53L522.59,317.03L524.69,318.76L527,319.53z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"HT",title:"Haiti",d:"M270.04,406.75L271.75,406.88L274.18,407.35L274.43,408.96L274.21,410.09L273.53,410.59L274.25,411.47L274.19,412.27L272.33,411.77L271.01,411.97L269.3,411.76L267.99,412.31L266.48,411.39L266.73,410.44L269.31,410.85L271.43,411.09L272.44,410.43L271.16,409.16L271.18,408.03L269.41,407.57z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"HU",title:"Hungary",d:"M520.68,315.11L521.61,312.46L521.07,311.57L522.65,311.56L522.86,309.85L524.29,310.92L525.32,311.38L527.68,310.87L527.9,310.03L529.02,309.9L530.38,309.25L530.68,309.52L532,309L532.66,308L533.58,307.75L536.58,309.03L537.18,308.6L538.73,309.74L538.93,310.86L537.22,311.73L535.89,314.53L534.2,317.29L531.95,318.05L530.2,317.88L528.05,318.93L527,319.53L524.69,318.76L522.59,317.03L521.7,316.53L521.15,315.16z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"ID",title:"Indonesia",d:"M813.72,492.06l-1.18,0.05l-3.72,-1.98l2.61,-0.56l1.47,0.86l0.98,0.86L813.72,492.06zM824.15,491.78l-2.4,0.62l-0.34,-0.34l0.25,-0.96l1.21,-1.72l2.77,-1.12l0.28,0.56l0.05,0.86L824.15,491.78zM805.83,486.01l1.01,0.75l1.73,-0.23l0.7,1.2l-3.24,0.57l-1.94,0.38l-1.51,-0.02l0.96,-1.62l1.54,-0.02L805.83,486.01zM819.86,486l-0.41,1.56l-4.21,0.8l-3.73,-0.35l-0.01,-1.03l2.23,-0.59l1.76,0.84l1.87,-0.21L819.86,486zM779.82,482.31l5.37,0.28l0.62,-1.16l5.2,1.35l1.02,1.82l4.21,0.51l3.44,1.67l-3.2,1.07l-3.08,-1.13l-2.54,0.08l-2.91,-0.21l-2.62,-0.51l-3.25,-1.07l-2.06,-0.28l-1.17,0.35l-5.11,-1.16l-0.49,-1.21l-2.57,-0.21l1.92,-2.68l3.4,0.17l2.26,1.09l1.16,0.21L779.82,482.31zM853,480.73l-1.44,1.91l-0.27,-2.11l0.5,-1.01l0.59,-0.95l0.64,0.82L853,480.73zM832.04,473.02l-1.05,0.93l-1.94,-0.51l-0.55,-1.2l2.84,-0.13L832.04,473.02zM841.08,472.01l1.02,2.13l-2.37,-1.15l-2.34,-0.23l-1.58,0.18l-1.94,-0.1l0.67,-1.53l3.46,-0.12L841.08,472.01zM851.37,466.59l0.78,4.51l2.9,1.67l2.34,-2.96l3.22,-1.68l2.49,0l2.4,0.97l2.08,1l3.01,0.53l0.05,9.1l0.05,9.16l-2.5,-2.31l-2.85,-0.57l-0.69,0.8l-3.55,0.09l1.19,-2.29l1.77,-0.78l-0.73,-3.05l-1.35,-2.35l-5.44,-2.37l-2.31,-0.23l-4.21,-2.58l-0.83,1.36l-1.08,0.25l-0.64,-1.02l-0.01,-1.21l-2.14,-1.37l3.02,-1l2,0.05l-0.24,-0.74l-4.1,-0.01l-1.11,-1.66l-2.5,-0.51l-1.19,-1.38l3.78,-0.67l1.44,-0.91l4.5,1.14L851.37,466.59zM826.41,459.43l-2.25,2.76l-2.11,0.54l-2.7,-0.54l-4.67,0.14l-2.45,0.4l-0.4,2.11l2.51,2.48l1.51,-1.26l5.23,-0.95l-0.23,1.28l-1.22,-0.4l-1.22,1.63l-2.47,1.08l2.65,3.57l-0.51,0.96l2.52,3.22l-0.02,1.84l-1.5,0.82l-1.1,-0.98l1.36,-2.29l-2.75,1.08l-0.7,-0.77l0.36,-1.08l-2.02,-1.64l0.21,-2.72l-1.87,0.85l0.24,3.25l0.11,4l-1.78,0.41l-1.2,-0.82l0.8,-2.57l-0.43,-2.69l-1.18,-0.02l-0.87,-1.91l1.16,-1.83l0.4,-2.21l1.41,-4.2l0.59,-1.15l2.38,-2.07l2.19,0.82l3.54,0.39l3.22,-0.12l2.77,-2.02L826.41,459.43zM836.08,460.23l-0.15,2.43l-1.45,-0.27l-0.43,1.69l1.16,1.47l-0.79,0.33l-1.13,-1.76l-0.83,-3.56l0.56,-2.23l0.93,-1.01l0.2,1.52l1.66,0.24L836.08,460.23zM805.76,458.29l3.14,2.58l-3.32,0.33l-0.94,1.9l0.12,2.52l-2.7,1.91L802,470.3l-1.08,4.27l-0.41,-0.99l-3.19,1.26l-1.11,-1.71l-2,-0.16l-1.4,-0.89l-3.33,1l-1.02,-1.35l-1.84,0.15l-2.31,-0.32l-0.43,-3.74l-1.4,-0.77l-1.35,-2.38l-0.39,-2.44l0.33,-2.58l1.67,-1.85l0.47,1.86l1.92,1.57l1.81,-0.57l1.79,0.2l1.63,-1.41l1.34,-0.24l2.65,0.78l2.29,-0.59l1.44,-3.88l1.08,-0.97l0.97,-3.17l3.22,0l2.43,0.47l-1.59,2.52l2.06,2.64L805.76,458.29zM771.95,479.71l-3.1,0.06l-2.36,-2.34l-3.6,-2.28l-1.2,-1.69l-2.12,-2.27l-1.39,-2.09l-2.13,-3.9l-2.46,-2.32l-0.82,-2.39l-1.03,-2.17l-2.53,-1.75l-1.47,-2.39l-2.11,-1.56l-2.92,-3.08l-0.25,-1.42l1.81,0.11l4.34,0.54l2.48,2.73l2.17,1.89l1.55,1.16l2.66,3l2.85,0.04l2.36,1.91l1.62,2.33l2.13,1.27l-1.12,2.27l1.61,0.97l1.01,0.07l0.48,1.94l0.98,1.56l2.06,0.25l1.36,1.76l-0.7,3.47L771.95,479.71z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"IE",title:"Ireland",d:"M457.88,284.29L458.34,287.65L456.22,291.77L451.25,294.45L447.28,293.77L449.55,288.99L448.09,284.22L451.9,280.47L454.02,278.2L454.6,280.8L454.02,283.37L455.76,283.31z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"IL",title:"Israel",d:"M575.41,366.82L574.92,367.87L573.9,367.41L573.32,369.61L574.02,369.97L573.31,370.43L573.18,371.29L574.5,370.84L574.57,372.11L573.17,377.28L571.33,371.73L572.14,370.65L571.95,370.46L572.69,368.93L573.26,366.43L573.66,365.59L573.74,365.56L574.68,365.56L574.94,364.98L575.69,364.93L575.73,366.3L575.35,366.8z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"IN",title:"India",d:"M693.5,357.44L696.51,361.43L696.23,364.17L697.34,365.88L697.25,367.57L695.24,367.13L696.03,370.76L698.78,372.82L702.68,375.09L700.9,376.55L699.81,379.54L702.53,380.74L705.17,382.29L708.83,384.06L712.67,384.47L714.29,386.06L716.45,386.35L719.83,387.08L722.16,387.03L722.48,385.79L722.11,383.8L722.33,382.45L724.04,381.78L724.28,384.26L724.33,384.89L726.88,386.08L728.65,385.59L731.01,385.8L733.3,385.71L733.5,383.78L732.36,382.78L734.62,382.38L737.17,380.03L740.4,378L742.75,378.78L744.75,377.44L746.07,379.42L745.12,380.76L748.14,381.23L748.36,382.43L747.37,383.01L747.6,384.94L745.6,384.37L741.97,386.53L742.05,388.31L740.51,390.91L740.36,392.41L739.11,394.93L736.92,394.23L736.81,397.38L736.18,398.41L736.48,399.69L735.09,400.41L733.62,395.61L732.84,395.62L732.38,397.56L730.85,395.98L731.71,394.25L732.97,394.07L734.26,391.48L732.65,390.95L730.04,391L727.38,390.58L727.13,388.43L725.79,388.27L723.57,386.93L722.58,389.04L724.6,390.67L722.85,391.82L722.23,392.94L723.95,393.76L723.48,395.6L724.45,397.88L724.89,400.36L724.48,401.46L722.58,401.42L719.12,402.04L719.28,404.29L717.78,406.05L713.75,408.05L710.61,411.51L708.5,413.36L705.71,415.27L705.71,416.61L704.31,417.33L701.78,418.36L700.47,418.52L699.63,420.72L700.21,424.47L700.36,426.84L699.18,429.55L699.16,434.38L697.71,434.52L696.44,436.67L697.29,437.6L694.73,438.4L693.79,440.32L692.66,441.13L690.01,438.5L688.71,434.54L687.63,431.68L686.65,430.34L685.16,427.6L684.47,424.02L683.98,422.22L681.43,418.25L680.27,412.61L679.43,408.84L679.44,405.26L678.9,402.46L674.82,404.25L672.84,403.89L669.18,400.26L670.53,399.17L669.7,397.99L666.41,395.41L668.28,393.37L674.45,393.38L673.89,390.74L672.32,389.18L672,386.79L670.16,385.39L673.25,382.09L676.51,382.33L679.44,379.01L681.2,375.75L683.92,372.51L683.88,370.18L686.27,368.27L684,366.64L683.03,364.39L682.04,361.44L683.41,359.98L687.67,360.81L690.79,360.3z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"IQ",title:"Iraq",d:"M602.61,355.77L604.44,356.81L604.66,358.81L603.24,359.98L602.59,362.62L604.54,365.8L607.97,367.62L609.42,370.12L608.96,372.49L609.85,372.49L609.88,374.22L611.43,375.91L609.77,375.76L607.88,375.49L605.82,378.57L600.61,378.31L592.71,371.82L588.53,369.53L585.15,368.64L584.02,364.6L590.23,361.1L591.29,356.98L591.02,354.46L592.56,353.6L594,351.42L595.2,350.87L598.46,351.33L599.45,352.22L600.79,351.63z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"IR",title:"Iran",d:"M626.44,351.53L628.91,350.85L630.9,348.83L632.77,348.93L634,348.27L636,348.6L639.1,350.39L641.34,350.78L644.54,353.87L646.63,353.99L646.88,356.9L645.74,361.15L644.97,363.6L646.19,364.09L644.99,365.92L645.91,368.56L646.13,370.65L648.25,371.2L648.48,373.3L645.94,376.23L647.32,377.91L648.45,379.84L651.13,381.24L651.21,384.01L652.55,384.52L652.78,385.96L648.74,387.57L647.68,391.17L642.41,390.24L639.35,389.53L636.19,389.12L634.99,385.31L633.65,384.75L631.49,385.31L628.67,386.82L625.24,385.79L622.41,383.38L619.71,382.48L617.84,379.47L615.77,375.2L614.26,375.72L612.48,374.65L611.43,375.91L609.88,374.22L609.85,372.49L608.96,372.49L609.42,370.12L607.97,367.62L604.54,365.8L602.59,362.62L603.24,359.98L604.66,358.81L604.44,356.81L602.61,355.77L600.79,351.63L599.26,348.8L599.8,347.71L598.93,343.59L600.85,342.56L601.29,343.93L602.71,345.59L604.63,346.06L605.65,345.96L608.96,343.3L610.01,343.03L610.83,344.1L609.87,345.88L611.62,347.74L612.31,347.57L613.2,350.18L615.86,350.91L617.81,352.67L621.79,353.27L626.17,352.35z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"IS",title:"Iceland",d:"M434.57,212.43L433.93,216.91L437.09,221.51L433.45,226.52L425.36,230.9L422.94,232.05L419.25,231.12L411.43,229.11L414.19,226.27L408.09,223.07L413.05,221.79L412.93,219.82L407.05,218.25L408.94,213.78L413.19,212.75L417.56,217.43L421.82,213.68L425.35,215.64L429.92,211.93z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"IT",title:"Italy",d:"M518.77,347.88l-1.01,2.78l0.42,1.09l-0.59,1.79l-2.14,-1.31l-1.43,-0.38l-3.91,-1.79l0.39,-1.82l3.28,0.32l2.86,-0.39L518.77,347.88zM501.08,337.06l1.68,2.62l-0.39,4.81l-1.27,-0.23l-1.14,1.2l-1.06,-0.95l-0.11,-4.38l-0.64,-2.1l1.54,0.19L501.08,337.06zM509.95,315.46l4.01,1.05l-0.3,1.99l0.67,1.71l-2.23,-0.58l-2.28,1.42l0.16,1.97l-0.34,1.12l0.92,1.99l2.63,1.95l1.41,3.17l3.12,3.05l2.2,-0.02l0.68,0.83l-0.79,0.74l2.51,1.35l2.06,1.12l2.4,1.92l0.29,0.68l-0.52,1.31l-1.56,-1.7l-2.44,-0.6l-1.18,2.36l2.03,1.34l-0.33,1.88l-1.17,0.21l-1.5,3.06l-1.17,0.27l0.01,-1.08l0.57,-1.91l0.61,-0.77l-1.09,-2.09l-0.86,-1.83l-1.16,-0.46l-0.83,-1.58l-1.8,-0.67l-1.21,-1.49l-2.07,-0.24l-2.19,-1.68l-2.56,-2.45l-1.91,-2.19l-0.87,-3.8l-1.4,-0.45l-2.28,-1.29l-1.29,0.53l-1.62,1.8l-1.17,0.28l0.32,-1.68l-1.52,-0.49l-0.72,-3.04l0.97,-1.21l-0.83,-1.5l0.12,-1.13l1.21,0.86l1.35,-0.19l1.57,-1.36l0.49,0.64l1.34,-0.13l0.61,-1.63l2.07,0.51l1.24,-0.68l0.22,-1.67l1.7,0.58l0.33,-0.78l2.77,-0.71L509.95,315.46z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"JM",title:"Jamaica",d:"M257.76,410.96L259.65,411.22L261.14,411.93L261.6,412.73L259.63,412.78L258.78,413.27L257.21,412.8L255.61,411.73L255.94,411.06L257.12,410.86z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"JO",title:"Jordan",d:"M574.92,367.87L575.41,366.82L578.53,368.14L584.02,364.6L585.15,368.64L584.62,369.13L579,370.78L581.8,374.04L580.87,374.58L580.41,375.67L578.27,376.11L577.6,377.27L576.38,378.25L573.26,377.74L573.17,377.28L574.57,372.11L574.5,370.84L574.92,369.88z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"JP",title:"Japan",d:"M852.76,362.01l0.36,1.15l-1.58,2.03l-1.15,-1.07l-1.44,0.78l-0.74,1.95l-1.83,-0.95l0.02,-1.58l1.55,-2l1.59,0.39l1.15,-1.42L852.76,362.01zM870.53,351.73l-1.06,2.78l0.49,1.73l-1.46,2.42l-3.58,1.6l-4.93,0.21l-4,3.84l-1.88,-1.29L854,360.5l-4.88,0.75l-3.32,1.59l-3.28,0.06l2.84,2.46l-1.87,5.61l-1.81,1.37l-1.36,-1.27l0.69,-2.96l-1.77,-0.96l-1.14,-2.28l2.65,-1.03l1.47,-2.11l2.82,-1.75l2.06,-2.33l5.58,-1.02l3,0.7l2.93,-6.17l1.87,1.67l4.11,-3.51l1.59,-1.38l1.76,-4.38l-0.48,-4.1l1.18,-2.33l2.98,-0.68l1.53,5.11l-0.08,2.94l-2.59,3.6L870.53,351.73zM878.76,325.8l1.97,0.83l1.98,-1.65l0.62,4.35l-4.16,1.05l-2.46,3.76l-4.41,-2.58l-1.53,4.12l-3.12,0.06l-0.39,-3.74l1.39,-2.94l3,-0.21l0.82,-5.38l0.83,-3.09l3.29,4.12L878.76,325.8z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"KE",title:"Kenya",d:"M590.19,465.78L591.85,468.07L589.89,469.19L589.2,470.35L588.14,470.55L587.75,472.52L586.85,473.64L586.3,475.5L585.17,476.42L581.15,473.63L580.95,472.01L570.79,466.34L570.31,466.03L570.29,463.08L571.09,461.95L572.47,460.11L573.49,458.08L572.26,454.88L571.93,453.48L570.6,451.54L572.32,449.87L574.22,448.03L575.68,448.5L575.68,450.07L576.64,450.98L578.59,450.98L582.14,453.36L583.02,453.38L583.68,453.31L584.3,453.63L586.17,453.85L587,452.69L589.56,451.52L590.69,452.46L592.61,452.46L590.16,455.63z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"KG",title:"Kyrgyzstan",d:"M674.22,333.11L674.85,331.45L676.69,330.91L681.31,332.22L681.74,329.98L683.33,329.18L687.33,330.79L688.35,330.37L693,330.47L697.16,330.87L698.56,332.24L700.29,332.79L699.9,333.65L695.48,335.68L694.48,337.16L690.88,337.6L689.82,339.95L686.85,339.46L684.92,340.18L682.24,341.9L682.63,342.75L681.83,343.58L676.53,344.13L673.06,342.96L670.02,343.24L670.29,341.14L673.34,341.75L674.37,340.62L676.5,340.98L680.09,338.34L676.77,336.38L674.77,337.31L672.7,335.91L675.05,333.48z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"KH",title:"Cambodia",d:"M765.44,433.6L764.3,432.12L762.89,429.18L762.22,425.73L764.02,423.35L767.64,422.8L770.27,423.21L772.58,424.34L773.85,422.35L776.34,423.41L776.99,425.33L776.64,428.75L771.93,430.94L773.16,432.67L770.22,432.87L767.79,434.01z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"KP",title:"North Korea",d:"M841.55,332.62L841.94,333.29L840.88,333.06L839.66,334.33L838.82,335.61L838.93,338.28L837.48,339.09L836.98,339.74L835.92,340.82L834.05,341.42L832.84,342.4L832.75,343.97L832.42,344.37L833.54,344.95L835.13,346.53L834.72,347.39L833.53,347.62L831.55,347.79L830.46,349.39L829.2,349.27L829.03,349.59L827.67,348.92L827.33,349.58L826.51,349.87L826.41,349.21L825.68,348.89L824.93,348.32L825.7,346.75L826.36,346.33L826.11,345.68L826.82,343.74L826.63,343.15L825,342.75L823.68,341.78L825.96,339.43L829.05,337.45L830.98,334.8L832.31,335.97L834.73,336.11L834.29,334.14L838.62,332.51L839.74,330.38z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"KR",title:"South Korea",d:"M835.13,346.53L837.55,350.71L838.24,352.98L838.26,356.96L837.21,358.84L834.67,359.5L832.43,360.91L829.9,361.2L829.59,359.35L830.11,356.78L828.87,353.18L830.95,352.59L829.03,349.59L829.2,349.27L830.46,349.39L831.55,347.79L833.53,347.62L834.72,347.39z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"XK",title:"Kosovo",d:"M533.47,333.92L533.34,334.69L532.98,334.66L532.8,333.29L532.13,332.91L531.53,331.89L532.05,331.04L532.72,330.76L533.11,329.5L533.61,329.28L534.01,329.82L534.54,330.06L534.9,330.67L535.36,330.85L535.91,331.55L536.31,331.53L535.99,332.46L535.66,332.91L535.75,333.19L535.12,333.33z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"KW",title:"Kuwait",d:"M609.77,375.76L610.35,377.17L610.1,377.9L611,380.31L609.02,380.39L608.32,378.88L605.82,378.57L607.88,375.49z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"KZ",title:"Kazakhstan",d:"M674.22,333.11L672.61,333.81L668.92,336.42L667.69,339.07L666.64,339.09L665.88,337.34L662.31,337.22L661.74,334.16L660.37,334.13L660.58,330.33L657.23,327.53L652.42,327.83L649.13,328.39L646.45,324.89L644.16,323.41L639.81,320.57L639.29,320.22L632.07,322.57L632.18,336.7L630.74,336.88L628.78,333.95L626.88,332.89L623.7,333.68L622.46,334.93L622.3,334.01L622.99,332.44L622.46,331.12L619.21,329.82L617.94,326.35L616.4,325.37L616.3,324.09L619.03,324.46L619.14,321.58L621.52,320.94L623.97,321.53L624.48,317.62L623.98,315.11L621.17,315.31L618.79,314.31L615.54,316.1L612.93,316.96L611.5,316.3L611.79,314.2L610,311.44L607.92,311.55L605.54,308.72L607.16,305.5L606.34,304.63L608.57,299.86L611.46,302.39L611.81,299.2L617.59,294.35L621.97,294.23L628.16,297.33L631.47,299.12L634.45,297.25L638.89,297.17L642.48,299.46L643.3,298.15L647.23,298.34L647.94,296.23L643.39,293.14L646.08,290.91L645.56,289.66L648.25,288.45L646.23,285.25L647.51,283.63L658,281.97L659.37,280.78L666.39,278.99L668.91,276.95L673.95,278.01L674.83,283.02L677.76,281.86L681.36,283.49L681.13,286.07L683.82,285.8L690.84,281.31L689.82,282.81L693.4,286.47L699.66,298.05L701.16,295.72L705.02,298.28L709.05,297.14L710.59,297.94L711.94,300.49L713.9,301.33L715.1,303.18L718.71,302.6L720.2,305.23L718.06,308.06L715.73,308.46L715.6,312.64L714.04,314.5L708.48,313.15L706.46,320.41L705.02,321.3L699.47,322.88L701.99,329.63L700.07,330.63L700.29,332.79L698.56,332.24L697.16,330.87L693,330.47L688.35,330.37L687.33,330.79L683.33,329.18L681.74,329.98L681.31,332.22L676.69,330.91L674.85,331.45z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"LA",title:"Lao People's Democratic Republic",d:"M770.27,423.21L771.18,421.91L771.31,419.47L769.04,416.94L768.86,414.07L766.73,411.69L764.61,411.49L764.05,412.51L762.4,412.59L761.56,412.08L758.61,413.82L758.54,411.2L759.23,408.09L757.34,407.96L757.18,406.18L755.96,405.26L756.56,404.16L758.95,402.22L759.2,402.92L760.69,403L760.27,399.57L761.72,399.13L763.36,401.5L764.62,404.22L768.07,404.25L769.16,406.84L767.37,407.61L766.56,408.68L769.92,410.44L772.25,413.9L774.02,416.47L776.14,418.49L776.85,420.53L776.34,423.41L773.85,422.35L772.58,424.34z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"LB",title:"Lebanon",d:"M575.69,364.93L574.94,364.98L574.68,365.56L573.74,365.56L574.74,362.83L576.13,360.45L576.19,360.33L577.45,360.51L577.91,361.83L576.38,363.1z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"LK",title:"Sri Lanka",d:"M704.57,442.37L704.15,445.29L702.98,446.09L700.54,446.73L699.2,444.5L698.71,440.47L699.98,435.89L701.91,437.46L703.22,439.44z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"LR",title:"Liberia",d:"M453.63,451.22L452.89,451.24L450,449.91L447.46,447.78L445.07,446.25L443.18,444.44L443.85,443.54L444,442.73L445.26,441.2L446.57,439.89L447.17,439.82L447.9,439.51L449.07,441.23L448.89,442.36L449.43,442.96L450.23,442.97L450.8,441.84L451.59,441.91L451.46,442.73L451.74,444.09L451.13,445.33L451.95,446.1L452.84,446.29L454.03,447.46L454.11,448.57L453.84,448.92z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"LS",title:"Lesotho",d:"M556.5,547.75L557.48,548.71L556.62,550.27L556.14,551.32L554.58,551.82L554.06,552.86L553.06,553.18L550.96,550.69L552.45,548.66L553.97,547.41L555.28,546.77z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"LT",title:"Lithuania",d:"M538.99,282.09L538.76,280.87L539.06,279.54L537.82,278.77L534.89,277.91L534.29,273.75L537.5,272.2L542.2,272.53L544.96,272.03L545.35,273.08L546.84,273.4L549.54,275.82L549.8,278.02L547.5,279.59L546.85,282.31L543.81,284.11L541.1,284.07L540.43,282.61z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"LU",title:"Luxembourg",d:"M492.2,301.29L492.76,302.27L492.6,304.16L491.79,304.26L491.16,303.88L491.47,301.45z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"LV",title:"Latvia",d:"M534.29,273.75L534.39,269.94L535.77,266.7L538.41,264.92L540.63,268.8L542.88,268.7L543.42,264.71L545.81,263.78L547.04,264.43L549.45,266.37L551.77,266.38L553.12,267.57L553.35,270.06L554.26,273.05L551.24,274.98L549.54,275.82L546.84,273.4L545.35,273.08L544.96,272.03L542.2,272.53L537.5,272.2z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"LY",title:"Libya",d:"M516.89,397.93L514.91,399.05L513.33,397.39L508.9,396.08L507.67,394.17L505.45,392.75L504.14,393.31L503.15,391.6L503.04,390.28L501.38,388.02L502.5,386.73L502.25,384.76L502.61,383.04L502.41,381.6L502.9,379.01L502.75,377.53L501.84,374.69L503.21,373.94L503.45,372.56L503.15,371.21L505.08,369.95L505.94,368.9L507.31,367.95L507.47,365.4L510.76,366.55L511.94,366.26L514.28,366.82L518,368.29L519.31,371.21L521.83,371.85L525.78,373.21L528.77,374.82L530.14,373.98L531.48,372.49L530.83,369.98L531.71,368.38L533.73,366.83L535.66,366.38L539.45,367.06L540.41,368.54L541.45,368.55L542.34,369.11L545.13,369.5L545.81,370.58L544.8,372.15L545.23,373.54L544.51,375.54L545.35,378.12L545.35,389.3L545.35,400.53L545.35,406.49L542.13,406.5L542.09,407.74L530.91,402.04L519.72,396.27z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"MA",title:"Morocco",d:"M450.96,383.14L450.93,379.39L455.46,377.03L458.26,376.54L460.55,375.68L461.63,374.06L464.91,372.77L465.03,370.36L466.65,370.07L467.92,368.86L471.59,368.3L472.1,367.02L471.36,366.31L470.39,362.78L470.23,360.73L469.17,358.55L467.95,358.51L465.05,357.76L462.38,358L460.69,356.54L458.63,356.52L457.74,358.63L455.87,362.14L453.79,363.53L450.98,365.06L449.18,367.3L448.8,369.04L447.73,371.86L448.43,375.89L446.09,378.57L444.69,379.42L442.48,381.59L439.87,381.94L438.57,383.06L442.19,383.07L450.94,383.1L450.94,383.1L450.94,383.1L442.19,383.07L438.57,383.06z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"MD",title:"Moldova",d:"M549.89,309.45L550.56,308.83L552.42,308.41L554.49,309.72L555.64,309.88L556.91,311L556.71,312.41L557.73,313.08L558.13,314.8L559.11,315.84L558.92,316.44L559.44,316.86L558.7,317.15L557.04,317.04L556.77,316.47L556.18,316.8L556.38,317.52L555.61,318.81L555.12,320.18L554.42,320.62L553.91,318.79L554.21,317.07L554.12,315.28L552.5,312.84L551.61,311.09L550.74,309.85z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"ME",title:"Montenegro",d:"M530.77,332.23L530.6,331.51L529.38,333.38L529.57,334.57L528.98,334.28L528.2,333.05L526.98,332.3L527.29,331.66L527.7,329.56L528.61,328.67L529.14,328.31L529.88,328.97L530.29,329.51L531.21,329.92L532.28,330.71L532.05,331.04L531.53,331.89z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"MG",title:"Madagascar",d:"M614.17,498.4L614.91,499.61L615.6,501.5L616.06,504.96L616.78,506.31L616.5,507.69L616.01,508.55L615.05,506.85L614.53,507.71L615.06,509.85L614.81,511.09L614.04,511.76L613.86,514.24L612.76,517.66L611.38,521.75L609.64,527.42L608.57,531.63L607.3,535.18L605.02,535.91L602.57,537.22L600.96,536.43L598.73,535.33L597.96,533.71L597.77,531L596.79,528.58L596.53,526.41L597.03,524.25L598.32,523.73L598.33,522.74L599.67,520.48L599.92,518.6L599.27,517.2L598.74,515.35L598.52,512.65L599.5,511.02L599.87,509.17L601.27,509.07L602.84,508.47L603.87,507.95L605.11,507.91L606.7,506.26L609.01,504.48L609.85,503.04L609.47,501.81L610.66,502.16L612.21,500.17L612.26,498.45L613.19,497.17z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"MK",title:"Macedonia",d:"M532.98,334.66L533.34,334.69L533.47,333.92L535.12,333.33L535.75,333.19L536.71,332.97L538,332.91L539.41,334.12L539.61,336.59L539.07,336.71L538.61,337.36L537.09,337.29L536.02,338.1L534.19,338.42L533.03,337.52L532.63,335.93z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"ML",title:"Mali",d:"M441.13,422.22L442.07,421.7L442.54,420L443.43,419.93L445.39,420.73L446.97,420.16L448.05,420.35L448.48,419.71L459.73,419.67L460.35,417.64L459.86,417.28L458.51,404.6L457.16,391.54L461.45,391.49L470.91,398.14L480.37,404.69L481.03,406.08L482.78,406.93L484.08,407.41L484.11,409.29L487.22,409L487.23,415.75L485.69,417.69L485.45,419.48L482.96,419.93L479.14,420.18L478.1,421.21L476.3,421.32L474.51,421.33L473.81,420.78L472.26,421.19L469.64,422.39L469.11,423.29L466.93,424.57L466.55,425.31L465.38,425.89L464.02,425.51L463.25,426.21L462.84,428.17L460.61,430.53L460.68,431.49L459.91,432.7L460.1,434.34L458.94,434.76L458.29,435.12L457.85,433.91L457.04,434.23L456.56,434.17L456.04,435L453.88,434.97L453.1,434.55L452.74,434.81L451.88,433.99L452.03,433.15L451.68,432.81L451.08,433.09L451.19,432.17L451.77,431.44L450.62,430.25L450.28,429.46L449.66,428.84L449.1,428.76L448.43,429.16L447.52,429.54L446.75,430.16L445.55,429.93L444.77,429.21L444.31,429.11L443.58,429.49L443.13,429.5L442.97,428.45L443.1,427.56L442.86,426.46L441.81,425.65L441.26,424.01z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"MM",title:"Myanmar",d:"M754.36,405.95L752.72,407.23L750.74,407.37L749.46,410.56L748.28,411.09L749.64,413.66L751.42,415.79L752.56,417.71L751.54,420.23L750.57,420.76L751.24,422.21L753.11,424.49L753.43,426.09L753.38,427.42L754.48,430.02L752.94,432.67L751.58,435.58L751.31,433.48L752.17,431.3L751.23,429.62L751.46,426.51L750.32,425.03L749.41,421.59L748.9,417.93L747.69,415.53L745.84,416.99L742.65,419.05L741.08,418.79L739.34,418.12L740.31,414.51L739.73,411.77L737.53,408.38L737.87,407.31L736.23,406.93L734.24,404.51L734.06,402.1L735.04,402.56L735.09,400.41L736.48,399.69L736.18,398.41L736.81,397.38L736.92,394.23L739.11,394.93L740.36,392.41L740.51,390.91L742.05,388.31L741.97,386.53L745.6,384.37L747.6,384.94L747.37,383.01L748.36,382.43L748.14,381.23L749.78,380.99L750.72,382.85L751.94,383.6L752.03,386L751.91,388.57L749.26,391.15L748.92,394.78L751.88,394.28L752.55,397.08L754.33,397.67L753.51,400.17L755.59,401.3L756.81,401.85L758.86,400.98L758.95,402.22L756.56,404.16L755.96,405.26z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"MN",title:"Mongolia",d:"M721.29,304.88L724.25,304.14L729.6,300.4L733.87,298.33L736.3,299.68L739.23,299.74L741.1,301.79L743.9,301.94L747.96,303.03L750.68,300L749.54,297.4L752.45,292.74L755.59,294.61L758.13,295.14L761.43,296.29L761.96,299.61L765.95,301.45L768.6,300.64L772.14,300.07L774.95,300.65L777.7,302.74L779.4,304.94L782,304.9L785.53,305.59L788.11,304.53L791.8,303.82L795.91,300.76L797.59,301.23L799.06,302.69L802.4,302.33L801.04,305.58L799.06,309.8L799.78,311.51L801.37,310.98L804.13,311.63L806.29,310.09L808.54,311.42L811.08,314.31L810.77,315.76L808.56,315.3L804.49,315.84L802.51,317L800.46,319.66L796.18,321.21L793.39,323.31L790.51,322.51L788.93,322.15L787.46,324.69L788.35,326.19L788.81,327.47L786.84,328.77L784.83,330.82L781.56,332.15L777.35,332.3L772.82,333.61L769.56,335.62L768.32,334.46L764.93,334.46L760.78,332.17L758.01,331.6L754.28,332.13L748.49,331.28L745.4,331.37L743.76,329.1L742.48,325.53L740.75,325.1L737.36,322.65L733.58,322.1L730.25,321.42L729.24,319.69L730.32,314.96L728.39,311.65L724.39,310.08L722.03,307.85z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"MR",title:"Mauritania",d:"M441.13,422.22L439.28,420.24L437.58,418.11L435.72,417.34L434.38,416.49L432.81,416.52L431.45,417.15L430.05,416.9L429.09,417.83L428.85,416.27L429.63,414.83L429.98,412.08L429.67,409.17L429.33,407.7L429.61,406.23L428.89,404.81L427.41,403.53L428.02,402.53L439,402.55L438.47,398.2L439.16,396.65L441.78,396.38L441.69,388.52L450.9,388.69L450.9,383.96L461.45,391.49L457.16,391.54L458.51,404.6L459.86,417.28L460.35,417.64L459.73,419.67L448.48,419.71L448.05,420.35L446.97,420.16L445.39,420.73L443.43,419.93L442.54,420L442.07,421.7z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"MW",title:"Malawi",d:"M572.15,495.69L571.37,497.85L572.15,501.57L573.13,501.53L574.14,502.45L575.31,504.53L575.55,508.25L574.34,508.86L573.48,510.87L571.65,509.08L571.45,507.04L572.04,505.69L571.87,504.54L570.77,503.81L569.99,504.07L568.38,502.69L566.91,501.95L567.76,499.29L568.64,498.3L568.1,495.94L568.66,493.64L569.14,492.87L568.43,490.47L567.11,489.21L569.85,489.73L570.42,490.51L571.37,491.83z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"MX",title:"Mexico",d:"M202.89,388.72L201.8,391.43L201.31,393.64L201.1,397.72L200.83,399.19L201.32,400.83L202.19,402.3L202.75,404.61L204.61,406.82L205.26,408.51L206.36,409.96L209.34,410.75L210.5,411.97L212.96,411.15L215.09,410.86L217.19,410.33L218.96,409.82L220.74,408.62L221.41,406.89L221.64,404.4L222.13,403.53L224.02,402.74L226.99,402.05L229.47,402.15L231.17,401.9L231.84,402.53L231.75,403.97L230.24,405.74L229.58,407.55L230.09,408.06L229.67,409.34L228.97,411.63L228.26,410.88L227.67,410.93L227.14,410.97L226.14,412.74L225.63,412.39L225.29,412.53L225.31,412.96L222.72,412.93L220.1,412.93L220.1,414.58L218.83,414.58L219.87,415.56L220.91,416.23L221.22,416.86L221.68,417.04L221.6,418.02L218.01,418.03L216.66,420.39L217.05,420.93L216.73,421.61L216.66,422.45L213.49,419.34L212.04,418.4L209.75,417.64L208.19,417.85L205.93,418.94L204.52,419.23L202.54,418.47L200.44,417.91L197.82,416.58L195.72,416.17L192.54,414.82L190.2,413.42L189.49,412.64L187.92,412.47L185.05,411.54L183.88,410.2L180.87,408.53L179.47,406.66L178.8,405.21L179.73,404.92L179.44,404.07L180.09,403.3L180.1,402.26L179.16,400.92L178.9,399.72L177.96,398.2L175.49,395.18L172.67,392.79L171.31,390.88L168.9,389.62L168.39,388.86L168.82,386.94L167.39,386.21L165.73,384.69L165.03,382.5L163.52,382.24L161.9,380.58L160.58,379.03L160.46,378.03L158.95,375.61L157.96,373.13L158,371.88L155.97,370.59L155.04,370.73L153.44,369.83L152.99,371.16L153.45,372.72L153.72,375.15L154.69,376.48L156.77,378.69L157.23,379.44L157.66,379.66L158.02,380.76L158.52,380.71L159.09,382.75L159.94,383.55L160.53,384.66L162.3,386.26L163.23,389.15L164.06,390.5L164.84,391.94L164.99,393.56L166.34,393.66L167.47,395.05L168.49,396.41L168.42,396.95L167.24,398.06L166.74,398.05L166,396.2L164.17,394.47L162.15,392.99L160.71,392.21L160.8,389.96L160.38,388.28L159.04,387.32L157.11,385.93L156.74,386.33L156.04,385.51L154.31,384.76L152.66,382.93L152.86,382.69L154.01,382.87L155.05,381.69L155.16,380.26L153,377.99L151.36,377.1L150.32,375.09L149.28,372.97L147.98,370.36L146.84,367.4L150.03,367.15L153.59,366.79L153.33,367.43L157.56,369.04L163.96,371.35L169.54,371.32L171.76,371.32L171.76,369.97L176.62,369.97L177.64,371.14L179.08,372.17L180.74,373.6L181.67,375.29L182.37,377.05L183.82,378.02L186.15,378.98L187.91,376.45L190.21,376.39L192.18,377.67L193.59,379.85L194.56,381.71L196.21,383.51L196.83,385.7L197.62,387.17L199.8,388.13L201.79,388.81z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"MY",title:"Malaysia",d:"M758.65,446.07l0.22,1.44l1.85,-0.33l0.92,-1.15l0.64,0.26l1.66,1.69l1.18,1.87l0.16,1.88l-0.3,1.27l0.27,0.96l0.21,1.65l0.99,0.77l1.1,2.46l-0.05,0.94l-1.99,0.19l-2.65,-2.06l-3.32,-2.21l-0.33,-1.42l-1.62,-1.87l-0.39,-2.31l-1.01,-1.52l0.31,-2.04l-0.62,-1.19l0.49,-0.5L758.65,446.07zM807.84,450.9l-2.06,0.95l-2.43,-0.47l-3.22,0l-0.97,3.17l-1.08,0.97l-1.44,3.88l-2.29,0.59l-2.65,-0.78l-1.34,0.24l-1.63,1.41l-1.79,-0.2l-1.81,0.57l-1.92,-1.57l-0.47,-1.86l2.05,0.96l2.17,-0.52l0.56,-2.36l1.2,-0.53l3.36,-0.6l2.01,-2.21l1.38,-1.77l1.28,1.45l0.59,-0.95l1.34,0.09l0.16,-1.78l0.13,-1.38l2.16,-1.95l1.41,-2.19l1.13,-0.01l1.44,1.42l0.13,1.22l1.85,0.78l2.34,0.84l-0.2,1.1l-1.88,0.14L807.84,450.9z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"MZ",title:"Mozambique",d:"M572.15,495.69L574.26,495.46L577.63,496.26L578.37,495.9L580.32,495.83L581.32,494.98L583,495.02L586.06,493.92L588.29,492.28L588.75,493.55L588.63,496.38L588.98,498.88L589.09,503.36L589.58,504.76L588.75,506.83L587.66,508.84L585.87,510.64L583.31,511.75L580.15,513.16L576.98,516.31L575.9,516.85L573.94,518.94L572.79,519.63L572.55,521.75L573.88,524L574.43,525.76L574.47,526.66L574.96,526.51L574.88,529.47L574.43,530.88L575.09,531.4L574.67,532.67L573.5,533.76L571.19,534.8L567.82,536.46L566.59,537.61L566.83,538.91L567.54,539.12L567.3,540.76L565.18,540.74L564.94,539.36L564.52,537.97L564.28,536.86L564.78,533.43L564.05,531.26L562.71,527L565.66,523.59L566.4,521.44L566.83,521.17L567.14,519.43L566.69,518.55L566.81,516.35L567.36,514.31L567.35,510.62L565.9,509.68L564.56,509.47L563.96,508.75L562.66,508.14L560.32,508.2L560.14,507.12L559.87,505.07L568.38,502.69L569.99,504.07L570.77,503.81L571.87,504.54L572.04,505.69L571.45,507.04L571.65,509.08L573.48,510.87L574.34,508.86L575.55,508.25L575.31,504.53L574.14,502.45L573.13,501.53L572.15,501.57L571.37,497.85z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"NA",title:"Namibia",d:"M521.08,546.54L519,544.15L517.9,541.85L517.28,538.82L516.59,536.57L515.65,531.85L515.59,528.22L515.23,526.58L514.14,525.34L512.69,522.87L511.22,519.3L510.61,517.45L508.32,514.58L508.15,512.33L509.5,511.78L511.18,511.28L513,511.37L514.67,512.69L515.09,512.48L526.46,512.36L528.4,513.76L535.19,514.17L540.34,512.98L542.64,512.31L544.46,512.48L545.56,513.14L545.59,513.38L544.01,514.04L543.15,514.05L541.37,515.2L540.29,513.99L535.97,515.02L533.88,515.11L533.8,525.68L531.04,525.79L531.04,534.65L531.03,546.17L528.53,547.8L527.03,548.03L525.26,547.43L524,547.2L523.53,545.84L522.42,544.97z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"NC",title:"New Caledonia",d:"M940.08,523.48L942.38,525.34L943.83,526.72L942.77,527.45L941.22,526.63L939.22,525.28L937.41,523.69L935.56,521.59L935.17,520.58L936.37,520.63L937.95,521.64L939.18,522.65z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"NE",title:"Niger",d:"M481.29,429.88L481.36,427.93L478.12,427.28L478.04,425.9L476.46,424.03L476.08,422.72L476.3,421.32L478.1,421.21L479.14,420.18L482.96,419.93L485.45,419.48L485.69,417.69L487.23,415.75L487.22,409L491.17,407.68L499.29,401.83L508.9,396.08L513.33,397.39L514.91,399.05L516.89,397.93L517.58,402.6L518.63,403.38L518.68,404.33L519.84,405.35L519.23,406.63L518.15,412.61L518.01,416.4L514.43,419.14L513.22,422.94L514.39,424L514.38,425.85L516.18,425.92L515.9,427.26L515.11,427.43L515.02,428.33L514.49,428.4L512.6,425.27L511.94,425.15L509.75,426.75L507.58,425.92L506.07,425.75L505.26,426.15L503.61,426.07L501.96,427.29L500.53,427.36L497.14,425.88L495.81,426.58L494.38,426.53L493.33,425.45L490.51,424.38L487.5,424.72L486.77,425.34L486.38,426.99L485.57,428.14L485.38,430.68L483.24,429.04L482.23,429.05z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"NG",title:"Nigeria",d:"M499.09,450.08L496.18,451.08L495.11,450.94L494.03,451.56L491.79,451.5L490.29,449.75L489.37,447.73L487.38,445.89L485.27,445.92L482.8,445.92L482.96,441.39L482.89,439.6L483.42,437.83L484.28,436.96L485.64,435.21L485.35,434.45L485.9,433.31L485.27,431.63L485.38,430.68L485.57,428.14L486.38,426.99L486.77,425.34L487.5,424.72L490.51,424.38L493.33,425.45L494.38,426.53L495.81,426.58L497.14,425.88L500.53,427.36L501.96,427.29L503.61,426.07L505.26,426.15L506.07,425.75L507.58,425.92L509.75,426.75L511.94,425.15L512.6,425.27L514.49,428.4L515.02,428.33L516.13,429.47L515.82,429.98L515.67,430.93L513.31,433.13L512.57,434.94L512.17,436.41L511.58,437.04L511.01,439.01L509.51,440.17L509.08,441.59L508.45,442.73L508.19,443.89L506.26,444.84L504.69,443.69L503.62,443.73L501.95,445.37L501.14,445.4L499.81,448.1z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"NI",title:"Nicaragua",d:"M234.93,432.31L233.96,431.41L232.65,430.26L232.03,429.3L230.85,428.41L229.44,427.12L229.75,426.68L230.22,427.11L230.43,426.9L231.3,426.79L231.65,426.13L232.06,426.11L232,424.7L232.66,424.63L233.25,424.65L233.85,423.89L234.68,424.47L234.97,424.11L235.48,423.77L236.46,422.98L236.51,422.38L236.78,422.41L237.14,421.72L237.43,421.64L237.91,422.08L238.47,422.21L239.09,421.84L239.8,421.84L240.77,421.46L241.16,421.07L242.12,421.13L241.88,421.41L241.74,422.05L242.02,423.1L241.38,424.08L241.08,425.23L240.98,426.5L241.14,427.23L241.21,428.52L240.78,428.8L240.52,430.02L240.71,430.77L240.13,431.5L240.27,432.26L240.69,432.73L240.02,433.33L239.2,433.14L238.73,432.56L237.84,432.32L237.2,432.69L235.35,431.94z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"NL",title:"Netherlands",d:"M492.28,285.98L494.61,286.11L495.14,287.69L494.44,291.92L493.73,293.63L492.04,293.63L492.52,298.32L490.97,297.28L489.2,295.33L486.6,296.26L484.55,295.91L485.99,294.67L488.45,287.93z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"NO",title:"Norway",d:"M554.23,175.61l8.77,6.24l-3.61,2.23l3.07,5.11l-4.77,3.19l-2.26,0.72l1.19,-5.59l-3.6,-3.25l-4.35,2.78l-1.38,5.85l-2.67,3.44l-3.01,-1.87l-3.66,0.38l-3.12,-4.15l-1.68,2.09l-1.74,0.32l-0.41,5.08l-5.28,-1.22l-0.74,4.22l-2.69,-0.03l-1.85,5.24l-2.8,7.87l-4.35,9.5l1.02,2.23l-0.98,2.55l-2.78,-0.11l-1.82,5.91l0.17,8.04l1.79,2.98l-0.93,6.73l-2.33,3.81l-1.24,3.15l-1.88,-3.35l-5.54,6.27l-3.74,1.24l-3.88,-2.71l-1,-5.86l-0.89,-13.26l2.58,-3.88l7.4,-5.18l5.54,-6.59l5.13,-9.3l6.74,-13.76l4.7,-5.67l7.71,-9.89l6.15,-3.59l4.61,0.44l4.27,-6.99l5.11,0.38L554.23,175.61z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"NP",title:"Nepal",d:"M722.33,382.45L722.11,383.8L722.48,385.79L722.16,387.03L719.83,387.08L716.45,386.35L714.29,386.06L712.67,384.47L708.83,384.06L705.17,382.29L702.53,380.74L699.81,379.54L700.9,376.55L702.68,375.09L703.84,374.31L706.09,375.31L708.92,377.4L710.49,377.86L711.43,379.39L713.61,380.02L715.89,381.41L719.06,382.14z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"NZ",title:"New Zealand",d:"M960.38,588.63l0.64,1.53l1.99,-1.5l0.81,1.57l0,1.57l-1.04,1.74l-1.83,2.8l-1.43,1.54l1.03,1.86l-2.16,0.05l-2.4,1.46l-0.75,2.57l-1.59,4.03l-2.2,1.8l-1.4,1.16l-2.58,-0.09l-1.82,-1.34l-3.05,-0.28l-0.47,-1.48l1.51,-2.96l3.53,-3.87l1.81,-0.73l2.01,-1.47l2.4,-2.01l1.68,-1.98l1.25,-2.81l1.06,-0.95l0.42,-2.07l1.97,-1.7L960.38,588.63zM964.84,571.61l2.03,3.67l0.06,-2.38l1.27,0.95l0.42,2.65l2.26,1.15l1.89,0.28l1.6,-1.35l1.42,0.41l-0.68,3.15l-0.85,2.09l-2.14,-0.07l-0.75,1.1l0.26,1.56l-0.41,0.68l-1.06,1.97l-1.39,2.53l-2.17,1.49l-0.48,-0.98l-1.17,-0.54l1.62,-3.04l-0.92,-2.01l-3.02,-1.45l0.08,-1.31l2.03,-1.25l0.47,-2.74l-0.13,-2.28l-1.14,-2.34l0.08,-0.61l-1.34,-1.43l-2.21,-3.04l-1.17,-2.41l1.04,-0.27l1.53,1.89l2.18,0.89L964.84,571.61z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"OM",title:"Oman",d:"M640.29,403.18l-1.05,2.04l-1.27,-0.16l-0.58,0.71l-0.45,1.5l0.34,1.98l-0.26,0.36l-1.29,-0.01l-1.75,1.1l-0.27,1.43l-0.64,0.62l-1.74,-0.02l-1.1,0.74l0.01,1.18l-1.36,0.81l-1.55,-0.27l-1.88,0.98l-1.3,0.16l-0.92,-2.04l-2.19,-4.84l8.41,-2.96l1.87,-5.97l-1.29,-2.14l0.07,-1.22l0.82,-1.26l0.01,-1.25l1.27,-0.6l-0.5,-0.42l0.23,-2l1.43,-0.01l1.26,2.09l1.57,1.11l2.06,0.4l1.66,0.55l1.27,1.74l0.76,1l1,0.38l-0.01,0.67l-1.02,1.79l-0.45,0.84L640.29,403.18zM633.37,388.64L633,389.2l-0.53,-1.06l0.82,-1.06l0.35,0.27L633.37,388.64z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"PA",title:"Panama",d:"M256.88,443.21L255.95,442.4L255.35,440.88L256.04,440.13L255.33,439.94L254.81,439.01L253.41,438.23L252.18,438.41L251.62,439.39L250.48,440.09L249.87,440.19L249.6,440.78L250.93,442.3L250.17,442.66L249.76,443.08L248.46,443.22L247.97,441.54L247.61,442.02L246.68,441.86L246.12,440.72L244.97,440.54L244.24,440.21L243.04,440.21L242.95,440.82L242.63,440.4L242.78,439.84L243.01,439.27L242.9,438.76L243.32,438.42L242.74,438L242.72,436.87L243.81,436.62L244.81,437.63L244.75,438.23L245.87,438.35L246.14,438.12L246.91,438.82L248.29,438.61L249.48,437.9L251.18,437.33L252.14,436.49L253.69,436.65L253.58,436.93L255.15,437.03L256.4,437.52L257.31,438.36L258.37,439.14L258.03,439.56L258.68,441.21L258.15,442.05L257.24,441.85z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"PE",title:"Peru",d:"M280.13,513.14L279.38,514.65L277.94,515.39L275.13,513.71L274.88,512.51L269.33,509.59L264.3,506.42L262.13,504.64L260.97,502.27L261.43,501.44L259.06,497.69L256.29,492.45L253.65,486.83L252.5,485.54L251.62,483.48L249.44,481.64L247.44,480.51L248.35,479.26L246.99,476.59L247.86,474.64L250.1,472.87L250.43,474.04L249.63,474.7L249.7,475.72L250.86,475.5L252,475.8L253.17,477.21L254.76,476.06L255.29,474.18L257.01,471.75L260.38,470.65L263.44,467.73L264.31,465.92L263.92,463.81L264.67,463.54L266.53,464.86L267.42,466.18L268.72,466.9L270.37,469.82L272.46,470.17L274.01,469.43L275.02,469.91L276.7,469.67L278.85,470.98L277.04,473.82L277.88,473.88L279.28,475.37L276.75,475.24L276.38,475.66L274.08,476.19L270.88,478.1L270.67,479.4L269.96,480.38L270.24,481.89L268.54,482.7L268.54,483.89L267.8,484.4L268.97,486.93L270.53,488.65L269.94,489.86L271.8,490.02L272.86,491.53L275.33,491.6L277.63,489.94L277.44,494.24L278.72,494.57L280.3,494.08L282.73,498.66L282.12,499.62L281.99,501.64L281.93,504.08L280.83,505.52L281.34,506.59L280.69,507.56L281.9,510z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"PG",title:"Papua New Guinea",d:"M912.32,482.42l-0.79,0.28l-1.21,-1.08l-1.23,-1.78l-0.6,-2.13l0.39,-0.27l0.3,0.83l0.85,0.63l1.36,1.77l1.32,0.95L912.32,482.42zM901.39,478.67l-1.47,0.23l-0.44,0.79l-1.53,0.68l-1.44,0.66l-1.49,0l-2.3,-0.81l-1.6,-0.78l0.23,-0.87l2.51,0.41l1.53,-0.22l0.42,-1.34l0.4,-0.07l0.27,1.49l1.6,-0.21l0.79,-0.96l1.57,-1l-0.31,-1.65l1.68,-0.05l0.57,0.46l-0.06,1.55L901.39,478.67zM887.96,484.02l2.5,1.84l1.82,2.99l1.61,-0.09l-0.11,1.25l2.17,0.48l-0.84,0.53l2.98,1.19l-0.31,0.82l-1.86,0.2l-0.69,-0.73l-2.41,-0.32l-2.83,-0.43l-2.18,-1.8l-1.59,-1.55l-1.46,-2.46l-3.66,-1.23l-2.38,0.8l-1.71,0.93l0.36,2.08l-2.2,0.97l-1.57,-0.47l-2.9,-0.12l-0.05,-9.16l-0.05,-9.1l4.87,1.92l5.18,1.6l1.93,1.43l1.56,1.41l0.43,1.65l4.67,1.73l0.68,1.49l-2.58,0.3L887.96,484.02zM904.63,475.93l-0.88,0.74l-0.53,-1.65l-0.65,-1.08l-1.27,-0.91l-1.6,-1.19l-2.02,-0.82l0.78,-0.67l1.51,0.78l0.95,0.61l1.18,0.67l1.12,1.17l1.07,0.89L904.63,475.93z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"PH",title:"Philippines",d:"M829.59,439.86l0.29,1.87l0.17,1.58l-0.96,2.57l-1.02,-2.86l-1.31,1.42l0.9,2.06l-0.8,1.31l-3.3,-1.63l-0.79,-2.03l0.86,-1.33l-1.78,-1.33l-0.88,1.17l-1.32,-0.11l-2.08,1.57l-0.46,-0.82l1.1,-2.37l1.77,-0.79l1.53,-1.06l0.99,1.27l2.13,-0.77l0.46,-1.26l1.98,-0.08l-0.17,-2.18l2.27,1.34l0.24,1.42L829.59,439.86zM822.88,434.6l-1.01,0.93l-0.88,1.79l-0.88,0.84l-1.73,-1.95l0.58,-0.76l0.7,-0.79l0.31,-1.76l1.55,-0.17l-0.45,1.91l2.08,-2.74L822.88,434.6zM807.52,437.32l-3.73,2.67l1.38,-1.97l2.03,-1.74l1.68,-1.96l1.47,-2.82l0.5,2.31l-1.85,1.56L807.52,437.32zM817,430.02l1.68,0.88l1.78,0l-0.05,1.19l-1.3,1.2l-1.78,0.85l-0.1,-1.32l0.2,-1.45L817,430.02zM827.14,429.25l0.79,3.18l-2.16,-0.75l0.06,0.95l0.69,1.75l-1.33,0.63l-0.12,-1.99l-0.84,-0.15l-0.44,-1.72l1.65,0.23l-0.04,-1.08l-1.71,-2.18l2.69,0.06L827.14,429.25zM816,426.66l-0.74,2.47l-1.2,-1.42l-1.43,-2.18l2.4,0.1L816,426.66zM815.42,410.92l1.73,0.84l0.86,-0.76l0.25,0.75l-0.46,1.22l0.96,2.09l-0.74,2.42l-1.65,0.96l-0.44,2.33l0.63,2.29l1.49,0.32l1.24,-0.34l3.5,1.59l-0.27,1.56l0.92,0.69l-0.29,1.32l-2.18,-1.4l-1.04,-1.5l-0.72,1.05l-1.79,-1.72l-2.55,0.42l-1.4,-0.63l0.14,-1.19l0.88,-0.73l-0.84,-0.67l-0.36,1.04l-1.38,-1.65l-0.42,-1.26l-0.1,-2.77l1.13,0.96l0.29,-4.55l0.91,-2.66L815.42,410.92z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"PL",title:"Poland",d:"M517.36,296.97L516.21,294.11L516.43,292.55L515.73,290.1L514.72,288.45L515.5,287.2L514.84,284.81L516.76,283.42L521.13,281.2L524.67,279.56L527.46,280.38L527.67,281.56L530.38,281.62L533.83,282.17L538.99,282.09L540.43,282.61L541.1,284.07L541.22,286.16L542,287.94L541.98,289.79L540.3,290.73L541.17,292.85L541.22,294.86L542.63,298.75L542.33,299.99L540.94,300.5L538.39,304.11L539.11,306.03L538.5,305.78L535.84,304.14L533.82,304.74L532.5,304.3L530.84,305.22L529.43,303.7L528.27,304.28L528.11,304.02L526.82,301.89L524.74,301.63L524.47,300.26L522.55,299.77L522.13,300.9L520.61,300L520.78,298.79L518.69,298.4z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"PK",title:"Pakistan",d:"M685.99,351.76L688.06,353.39L688.89,356.05L693.5,357.44L690.79,360.3L687.67,360.81L683.41,359.98L682.04,361.44L683.03,364.39L684,366.64L686.27,368.27L683.88,370.18L683.92,372.51L681.2,375.75L679.44,379.01L676.51,382.33L673.25,382.09L670.16,385.39L672,386.79L672.32,389.18L673.89,390.74L674.45,393.38L668.28,393.37L666.41,395.41L664.36,394.64L663.52,392.44L661.35,390.1L656.19,390.68L651.63,390.73L647.68,391.17L648.74,387.57L652.78,385.96L652.55,384.52L651.21,384.01L651.13,381.24L648.45,379.84L647.32,377.91L645.94,376.23L650.63,377.87L653.44,377.39L655.11,377.79L655.68,377.09L657.63,377.37L661.28,376.04L661.38,373.29L662.94,371.45L665.03,371.45L665.33,370.54L667.48,370.11L668.51,370.41L669.61,369.49L669.46,367.51L670.65,365.51L672.43,364.66L671.33,362.44L674,362.55L674.77,361.33L674.65,360.03L676.05,358.6L675.72,356.9L675.06,355.44L676.7,353.93L679.71,353.2L682.93,352.8L684.35,352.15z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"PR",title:"Puerto Rico",d:"M289.41,410.89L290.84,411.15L291.35,411.73L290.63,412.47L288.52,412.45L286.88,412.55L286.72,411.3L287.11,410.87z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"PS",title:"Palestinian Territories",d:"M574.92,367.87L574.92,369.88L574.5,370.84L573.18,371.29L573.31,370.43L574.02,369.97L573.32,369.61L573.9,367.41z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"PT",title:"Portugal",d:"M449.92,334.56L450.94,333.61L452.08,333.06L452.79,334.9L454.44,334.89L454.92,334.42L456.56,334.55L457.34,336.43L456.04,337.43L456.01,340.31L455.55,340.84L455.44,342.56L454.23,342.86L455.35,345.03L454.58,347.38L455.54,348.44L455.16,349.4L454.12,350.72L454.35,351.88L453.23,352.79L451.75,352.3L450.3,352.68L450.73,349.94L450.47,347.76L449.21,347.43L448.54,346.08L448.77,343.72L449.88,342.41L450.08,340.94L450.67,338.73L450.6,337.16L450.04,335.82z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"PY",title:"Paraguay",d:"M299.49,526.99L300.6,523.4L300.67,521.8L302.01,519.18L306.9,518.32L309.5,518.37L312.12,519.88L312.16,520.79L312.99,522.45L312.81,526.51L315.77,527.09L316.91,526.5L318.8,527.32L319.33,528.22L319.59,530.99L319.92,532.17L320.96,532.3L322.01,531.81L323.02,532.36L323.02,534.04L322.64,535.86L322.09,537.64L321.63,540.39L319.09,542.79L316.87,543.29L313.72,542.81L310.9,541.96L313.66,537.23L313.25,535.86L310.37,534.66L306.94,532.4L304.65,531.94z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"QA",title:"Qatar",d:"M617.72,392.16L617.53,389.92L618.29,388.3L619.05,387.96L619.9,388.93L619.95,390.74L619.34,392.55L618.56,392.77z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"RO",title:"Romania",d:"M538.93,310.86L540.14,309.97L541.88,310.43L543.67,310.45L544.97,311.46L545.93,310.82L548,310.42L548.71,309.44L549.89,309.45L550.74,309.85L551.61,311.09L552.5,312.84L554.12,315.28L554.21,317.07L553.91,318.79L554.42,320.62L555.67,321.35L556.98,320.71L558.26,321.39L558.32,322.42L556.96,323.26L556.11,322.9L555.33,327.61L553.68,327.2L551.64,325.79L548.34,326.69L546.95,327.68L542.83,327.48L540.67,326.87L539.59,327.16L538.78,325.56L538.27,324.88L538.92,324.22L538.22,323.73L537.34,324.61L535.71,323.47L535.49,321.84L533.78,320.9L533.47,319.63L531.95,318.05L534.2,317.29L535.89,314.53L537.22,311.73z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"RS",title:"Serbia",d:"M533.78,320.9L535.49,321.84L535.71,323.47L537.34,324.61L538.22,323.73L538.92,324.22L538.27,324.88L538.78,325.56L538.09,326.44L538.34,327.86L539.7,329.52L538.63,330.71L538.16,331.92L538.47,332.37L538,332.91L536.71,332.97L535.75,333.19L535.66,332.91L535.99,332.46L536.31,331.53L535.91,331.55L535.36,330.85L534.9,330.67L534.54,330.06L534.01,329.82L533.61,329.28L533.11,329.5L532.72,330.76L532.05,331.04L532.28,330.71L531.21,329.92L530.29,329.51L529.88,328.97L529.14,328.31L529.8,328.14L530.21,326.32L528.86,324.82L529.56,323.1L528.54,323.11L529.62,321.62L528.73,320.48L528.05,318.93L530.2,317.88L531.95,318.05L533.47,319.63z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"RU",title:"Russia",d:"M1008.27,215.75l-2.78,2.97l-4.6,0.7l-0.07,6.46l-1.12,1.35l-2.63,-0.19l-2.14,-2.26l-3.73,-1.92l-0.63,-2.89l-2.85,-1.1l-3.19,0.87l-1.52,-2.37l0.61,-2.55l-3.36,1.64l1.26,3.19l-1.59,2.83l-0.02,0.04l-3.6,2.89l-3.63,-0.48l2.53,3.44l1.67,5.2l1.29,1.67l0.33,2.53l-0.72,1.6l-5.23,-1.32l-7.84,4.51l-2.49,0.69l-4.29,4.1l-4.07,3.5l-1.03,2.55l-4.01,-3.9l-7.31,4.42l-1.28,-2.08l-2.7,2.39l-3.75,-0.76l-0.9,3.63l-3.36,5.22l0.1,2.14l3.19,1.17l-0.38,7.46l-2.6,0.19l-1.2,4.15l1.17,2.1l-4.9,2.47l-0.97,5.4l-4.18,1.14l-0.84,4.66l-4.04,4.18l-1.04,-3.08l-1.2,-6.69l-1.56,-10.65l1.35,-6.95l2.37,-3.07l0.15,-2.44l4.36,-1.18l5.01,-6.78l4.83,-5.73l5.04,-4.57l2.25,-8.37l-3.41,0.51l-1.68,4.92l-7.11,6.36l-2.3,-7.14l-7.24,2l-7.02,9.56l2.32,3.38l-6.26,1.42l-4.33,0.56l0.2,-3.95l-4.36,-0.84l-3.47,2.7l-8.57,-0.94l-9.22,1.62l-9.08,10.33l-10.75,11.78l4.42,0.61l1.38,3l2.72,1.05l1.79,-2.38l3.08,0.31l4.05,5.19l0.09,3.92l-2.19,4.51l-0.24,5.27l-1.26,6.85l-4.23,6.01l-0.94,2.82l-3.81,4.66l-3.78,4.53l-1.81,2.28l-3.74,2.25l-1.77,0.05l-1.76,-1.86l-3.76,2.79l-0.44,1.26l-0.39,-0.66l-0.02,-1.93l1.43,-0.1l0.4,-4.55l-0.74,-3.36l2.41,-1.4l3.4,0.7l1.89,-3.89l0.96,-4.46l1.09,-1.51l1.47,-3.76l-4.63,1.24l-2.43,1.65l-4.26,0l-1.13,-3.95l-3.32,-3.03l-4.88,-1.38l-1.04,-4.28l-0.98,-2.73l-1.05,-1.94l-1.73,-4.61l-2.46,-1.71l-4.2,-1.39l-3.72,0.13l-3.48,0.84l-2.32,2.31l1.54,1.1l0.04,2.52l-1.56,1.45l-2.53,4.72l0.03,1.93l-3.95,2.74l-3.37,-1.63l-3.35,0.36l-1.47,-1.46l-1.68,-0.47l-4.11,3.06l-3.69,0.71l-2.58,1.06l-3.53,-0.7l-2.6,0.04l-1.7,-2.2l-2.75,-2.09l-2.81,-0.58l-3.55,0.57l-2.65,0.81l-3.98,-1.84l-0.53,-3.32l-3.3,-1.15l-2.54,-0.53l-3.14,-1.87l-2.9,4.66l1.14,2.6l-2.73,3.03l-4.05,-1.09l-2.8,-0.16l-1.87,-2.04l-2.92,-0.06l-2.44,-1.35l-4.26,2.07l-5.35,3.74l-2.96,0.74l-1.1,0.35l-1.49,-2.63l-3.61,0.58l-1.19,-1.84l-1.96,-0.85l-1.35,-2.55l-1.55,-0.8l-4.03,1.14l-3.86,-2.57l-1.49,2.33l-6.27,-11.58l-3.58,-3.66l1.03,-1.5l-7.03,4.49l-2.69,0.27l0.23,-2.58l-3.6,-1.63l-2.93,1.17l-0.88,-5.01l-5.04,-1.06l-2.52,2.03l-7.02,1.79l-1.37,1.19l-10.49,1.66l-1.29,1.62l2.02,3.21l-2.69,1.2l0.53,1.25l-2.69,2.22l4.54,3.1l-0.7,2.11l-3.94,-0.19l-0.81,1.31l-3.59,-2.29l-4.45,0.09l-2.98,1.87l-3.32,-1.79l-6.18,-3.1l-4.38,0.12l-5.79,4.85l-0.35,3.19l-2.88,-2.53l-2.24,4.77l0.82,0.87l-1.62,3.21l2.38,2.84l2.08,-0.12l1.79,2.76l-0.28,2.1l1.42,0.66l-1.28,2.39l-2.72,0.66l-2.79,4.09l2.55,3.7l-0.28,2.59l3.06,4.46l-1.67,1.51l-0.48,0.95l-1.24,-0.25l-1.93,-2.27l-0.79,-0.13l-1.76,-0.87l-0.86,-1.55l-2.62,-0.79l-1.7,0.6l-0.49,-0.71l-3.82,-1.83l-4.13,-0.62l-2.37,-0.66l-0.34,0.45l-3.57,-3.27l-3.2,-1.48l-2.42,-2.32l2.04,-0.64l2.33,-3.35l-1.57,-1.6l4.13,-1.67l-0.07,-0.9l-2.52,0.66l0.09,-1.83l1.45,-1.16l2.71,-0.31l0.44,-1.4l-0.62,-2.33l1.14,-2.23l-0.03,-1.26l-4.13,-1.41l-1.64,0.05l-1.73,-2.04l-2.15,0.69l-3.56,-1.54l0.06,-0.87l-1,-1.93l-2.24,-0.22l-0.23,-1.39l0.7,-0.91l-1.79,-2.58l-2.91,0.44l-0.85,-0.23l-0.71,1.04l-1.05,-0.18l-0.69,-2.94l-0.66,-1.54l0.54,-0.44l2.26,0.16l1.09,-1.02l-0.81,-1.25l-1.89,-0.83l0.17,-0.86l-1.14,-0.87l-1.76,-3.15l0.6,-1.31l-0.27,-2.31l-2.74,-1.18l-1.47,0.59l-0.4,-1.24l-2.95,-1.26l-0.9,-2.99l-0.24,-2.49l-1.35,-1.19l1.2,-1.66l-0.83,-4.96l2,-3.13l-0.42,-0.96l3.19,-3.07l-2.94,-2.68l6,-7.41l2.6,-3.45l1.05,-3.1l-4.15,-4.26l1.15,-4.15l-2.52,-4.85l1.89,-5.76l-3.26,-7.96l2.59,-5.48l-4.29,-4.99l0.41,-5.4l2.26,-0.72l4.77,-3.19l2.89,-2.81l4.61,4.86l7.68,1.88l10.59,8.65l2.15,3.51l0.19,4.8l-3.11,3.69l-4.58,1.85l-12.52,-5.31l-2.06,0.9l4.57,5.1l0.18,3.15l0.18,6.75l3.61,1.97l2.19,1.66l0.36,-3.11l-1.69,-2.8l1.78,-2.51l6.78,4.1l2.36,-1.59l-1.89,-4.88l6.53,-6.74l2.59,0.4l2.62,2.43l1.63,-4.81l-2.34,-4.28l1.37,-4.41l-2.06,-4.69l7.84,2.44l1.6,4.18l-3.55,0.91l0.02,4.04l2.21,2.44l4.33,-1.54l0.69,-4.61l5.86,-3.52l9.79,-6.54l2.11,0.38l-2.76,4.64l3.48,0.78l2.01,-2.58l5.25,-0.21l4.16,-3.19l3.2,4.62l3.19,-5.09l-2.94,-4.58l1.46,-2.66l8.28,2.44l3.88,2.49l10.16,8.8l1.88,-3.97l-2.85,-4.11l-0.08,-1.68l-3.38,-0.78l0.92,-3.83l-1.5,-6.49l-0.08,-2.74l5.17,-7.99l1.84,-8.42l2.08,-1.88l7.42,2.51l0.58,5.18l-2.66,7.28l1.74,2.78l0.9,5.94l-0.64,11.07l3.09,4.73l-1.2,5.01l-5.49,10.2l3.21,1.02l1.12,-2.51l3.08,-1.82l0.74,-3.55l2.43,-3.49l-1.63,-4.26l1.31,-5.08l-3.07,-0.64l-0.67,-4.42l2.24,-8.28l-3.64,-7.03l5.02,-6.04l-0.65,-6.62l1.4,-0.22l1.47,5.19l-1.11,8.67l3,1.59l-1.28,-6.37l4.69,-3.58l5.82,-0.49l5.18,5.18l-2.49,-7.62l-0.28,-10.28l4.88,-2.02l6.74,0.44l6.08,-1.32l-2.28,-5.38l3.25,-7.02l3.22,-0.3l5.45,-5.51l7.4,-1.51l0.94,-3.15l7.36,-1.08l2.29,2.61l6.29,-6.24l5.15,0.2l0.77,-5.24l2.68,-5.33l6.62,-5.31l4.81,4.21l-3.82,3.13l6.35,1.92l0.76,6.03l2.56,-2.94l8.2,0.16l6.32,5.84l2.25,4.35l-0.7,5.85l-3.1,3.24l-7.37,5.92l-2.11,3.08l3.48,1.43l4.15,2.55l2.52,-1.91l1.43,6.39l1.23,-2.56l4.48,-1.57l9,1.65l0.68,4.58l11.72,1.43l0.16,-7.47l5.95,1.74l4.48,-0.05l4.53,5.14l1.29,6.04l-1.66,3.84l3.52,6.98l4.41,3.49l2.71,-9.18l4.5,4l4.78,-2.38l5.43,2.72l2.07,-2.47l4.59,1.24l-2.02,-8.4l3.7,-4.07l25.32,6.06l2.39,5.35l7.34,6.65l11.32,-1.62l5.58,1.41l2.33,3.5l-0.34,6.02l3.45,2.29l3.75,-1.64l4.97,-0.21l5.29,1.57l5.31,-0.89l4.88,6.99l3.47,-2.48l-2.27,-5.07l1.25,-3.62l8.95,2.29l5.83,-0.49l8.06,3.84l3.92,3.44l6.87,5.86l7.35,7.34l-0.24,4.44l1.89,1.74l-0.65,-5.15l7.61,1.07L1008.27,215.75zM880.84,306.25l-2.82,-7.68l-1.16,-4.51l0.07,-4.5l-0.97,-4.5l-0.73,-3.15l-1.25,0.67l1.11,2.21l-2.59,2.17l-0.25,6.3l1.64,4.41l-0.12,5.85l-0.65,3.24l0.32,4.54l-0.31,4.01l0.52,3.4l1.84,-3.13l2.13,2.44l0.08,-2.84l-2.73,-4.23l1.72,-6.11L880.84,306.25zM537.82,278.77l-2.94,-0.86l-3.87,1.58l-0.64,2.13l3.45,0.55l5.16,-0.07l-0.22,-1.23l0.3,-1.33L537.82,278.77zM979.95,178.65l3.66,-0.52l2.89,-2.06l0.24,-1.19l-4.06,-2.51l-2.38,-0.02l-0.36,0.37l-3.57,3.64l0.5,2.73L979.95,178.65zM870.07,151.56l-2.66,3.92l0.49,0.52l5.75,1.08l4.25,-0.07l-0.34,-2.57l-3.98,-3.81L870.07,151.56zM894.64,142.03l3.24,-4.25l-7.04,-2.88l-5.23,-1.68l-0.67,3.59l5.21,4.27L894.64,142.03zM869.51,140.34l10.33,0.3l2.21,-8.14l-10.13,-6.07l-7.4,-0.51l-3.7,2.18l-1.51,7.75l5.55,7.01L869.51,140.34zM622.39,166.28l-2.87,1.96l0.41,4.83l5.08,2.35l0.74,3.82l9.16,1.1l1.66,-0.74l-5.36,-7.11l-0.57,-7.52l4.39,-9.14l4.18,-9.82l8.71,-10.17l8.56,-5.34l9.93,-5.74l1.88,-3.71l-1.95,-4.83l-5.46,1.6l-4.8,4.49l-9.33,2.22l-9.26,7.41l-6.27,5.85l0.76,4.87l-6.71,9.03l2.58,1.22l-5.56,8.27L622.39,166.28zM769.87,98.34l0.83,-5.72l-7.11,-8.34l-2.11,-0.98l-2.3,1.7l-5.12,18.6L769.87,98.34zM605.64,69.03l3.04,3.88l3.28,-2.69l0.39,-2.72l2.52,-1.27l3.76,-2.23l1.08,-2.62l-4.16,-3.85l-2.64,2.9l-1.61,4.12l-0.57,-4.65l-4.26,0.21L601,63.25l6.24,0.52L605.64,69.03zM736.89,82.07l4.65,5.73l7.81,4.2l6.12,-1.8l0.69,-13.62l-6.46,-16.04l-5.45,-9.02l-6.07,4.11l-7.28,11.83l3.83,3.27L736.89,82.07z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"RW",title:"Rwanda",d:"M560.54,466.55L561.66,468.12L561.49,469.76L560.69,470.11L559.2,469.93L558.34,471.52L556.63,471.3L556.89,469.77L557.28,469.56L557.38,467.9L558.19,467.12L558.87,467.41z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"SA",title:"Saudi Arabia",d:"M595.2,417.22L594.84,415.98L593.99,415.1L593.77,413.93L592.33,412.89L590.83,410.43L590.04,408.02L588.1,405.98L586.85,405.5L584.99,402.65L584.67,400.57L584.79,398.78L583.18,395.42L581.87,394.23L580.35,393.6L579.43,391.84L579.58,391.15L578.8,389.55L577.98,388.86L576.89,386.54L575.18,384.02L573.75,381.86L572.36,381.87L572.79,380.13L572.92,379.02L573.26,377.74L576.38,378.25L577.6,377.27L578.27,376.11L580.41,375.67L580.87,374.58L581.8,374.04L579,370.78L584.62,369.13L585.15,368.64L588.53,369.53L592.71,371.82L600.61,378.31L605.82,378.57L608.32,378.88L609.02,380.39L611,380.31L612.1,383.04L613.48,383.75L613.96,384.86L615.87,386.17L616.04,387.46L615.76,388.49L616.12,389.53L616.92,390.4L617.3,391.41L617.72,392.16L618.56,392.77L619.34,392.55L619.87,393.72L619.98,394.43L621.06,397.51L629.48,399.03L630.05,398.39L631.33,400.53L629.46,406.5L621.05,409.46L612.97,410.59L610.35,411.91L608.34,414.98L607.03,415.46L606.33,414.49L605.26,414.64L602.55,414.35L602.03,414.05L598.8,414.12L598.04,414.39L596.89,413.63L596.14,415.06L596.43,416.29z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"SB",title:"Solomon Islands",d:"M929.81,492.75l0.78,0.97l-1.96,-0.02l-1.07,-1.74l1.67,0.69L929.81,492.75zM926.26,491.02l-1.09,0.06l-1.72,-0.29l-0.59,-0.44l0.18,-1.12l1.85,0.44l0.91,0.59L926.26,491.02zM928.58,490.25l-0.42,0.52l-2.08,-2.45l-0.58,-1.68h0.95l1.01,2.25L928.58,490.25zM923.52,486.69l0.12,0.57l-2.2,-1.19l-1.54,-1.01l-1.05,-0.94l0.42,-0.29l1.29,0.67l2.3,1.29L923.52,486.69zM916.97,483.91l-0.56,0.16l-1.23,-0.64l-1.15,-1.15l0.14,-0.47l1.67,1.18L916.97,483.91z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"SD",title:"Sudan",d:"M570.48,436.9L570.09,436.85L570.14,435.44L569.8,434.47L568.36,433.35L568.02,431.3L568.36,429.2L567.06,429.01L566.87,429.64L565.18,429.79L565.86,430.62L566.1,432.33L564.56,433.89L563.16,435.93L561.72,436.22L559.36,434.57L558.3,435.15L558.01,435.98L556.57,436.51L556.47,437.09L553.68,437.09L553.29,436.51L551.27,436.41L550.26,436.9L549.49,436.65L548.05,435L547.57,434.23L545.54,434.62L544.77,435.93L544.05,438.45L543.09,438.98L542.23,439.29L542,439.15L541.03,438.34L540.85,437.47L541.3,436.29L541.3,435.14L539.68,433.37L539.36,432.15L539.39,431.46L538.36,430.63L538.33,428.97L537.75,427.87L536.76,428.04L537.04,426.99L537.77,425.79L537.45,424.61L538.37,423.73L537.79,423.06L538.53,421.28L539.81,419.15L542.23,419.35L542.09,407.74L542.13,406.5L545.35,406.49L545.35,400.53L556.62,400.53L567.5,400.53L578.62,400.53L579.52,403.47L578.91,404.01L579.32,407.07L580.35,410.59L581.41,411.32L582.95,412.4L581.53,414.07L579.46,414.55L578.58,415.45L578.31,417.38L577.1,421.63L577.4,422.78L576.95,425.25L575.81,428.06L574.12,429.48L572.92,431.65L572.63,432.81L571.31,433.61L570.48,436.57z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"SE",title:"Sweden",d:"M537.45,217.49L534.73,222.18L535.17,226.2L530.71,231.33L525.3,236.67L523.25,245.08L525.25,249.15L527.93,252.29L525.36,258.52L522.44,259.78L521.37,268.62L519.78,273.38L516.38,272.89L514.79,276.84L511.54,277.07L510.65,272.36L508.3,266.55L506.17,259.05L507.41,255.9L509.74,252.09L510.67,245.36L508.88,242.38L508.7,234.34L510.53,228.43L513.31,228.54L514.28,225.99L513.26,223.76L517.61,214.26L520.42,206.39L522.27,201.15L524.96,201.17L525.71,196.96L530.99,198.18L531.4,193.1L533.14,192.77L536.88,196.58L541.25,201.73L541.33,212.85L542.27,215.55z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"SI",title:"Slovenia",d:"M513.96,316.51L516.28,316.82L517.7,315.9L520.15,315.8L520.68,315.11L521.15,315.16L521.7,316.53L519.47,317.61L519.19,319.23L518.22,319.64L518.23,320.76L517.13,320.68L516.18,320.03L515.66,320.71L513.71,320.57L514.33,320.21L513.66,318.5z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"SJ",title:"Svalbard and Jan Mayen",d:"M544.58,104.49l-6.26,5.36l-4.95,-3.02l1.94,-3.42l-1.69,-4.34l5.81,-2.78l1.11,5.18L544.58,104.49zM526.43,77.81l9.23,11.29l-7.06,5.66l-1.56,10.09l-2.46,2.49l-1.33,10.51l-3.38,0.48l-6.03,-7.64l2.54,-4.62l-4.2,-3.86l-5.46,-11.82l-2.18,-11.79l7.64,-5.69l1.54,5.56l3.99,-0.22l1.06,-5.43l4.12,-0.56L526.43,77.81zM546.6,66.35l5.5,5.8l-4.16,8.52l-8.13,1.81l-8.27,-2.56l-0.5,-4.32l-4.02,-0.28l-3.07,-7.48l8.66,-4.72l4.07,4.08l2.84,-5.09L546.6,66.35z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"SK",title:"Slovakia",d:"M528.11,304.02L528.27,304.28L529.43,303.7L530.84,305.22L532.5,304.3L533.82,304.74L535.84,304.14L538.5,305.78L537.73,306.89L537.18,308.6L536.58,309.03L533.58,307.75L532.66,308L532,309L530.68,309.52L530.38,309.25L529.02,309.9L527.9,310.03L527.68,310.87L525.32,311.38L524.29,310.92L522.86,309.85L522.58,308.4L522.81,307.86L523.2,306.93L524.45,307L525.4,306.56L525.48,306.17L526.02,305.96L526.2,304.99L526.84,304.8L527.28,304.03z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"SL",title:"Sierra Leone",d:"M443.18,444.44L442.42,444.23L440.41,443.1L438.95,441.6L438.46,440.57L438.11,438.49L439.61,437.25L439.93,436.46L440.41,435.85L441.19,435.79L441.84,435.26L444.08,435.26L444.86,436.27L445.47,437.46L445.38,438.28L445.83,439.02L445.8,440.05L446.57,439.89L445.26,441.2L444,442.73L443.85,443.54z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"SN",title:"Senegal",d:"M428.39,425.16L427.23,422.92L425.83,421.9L427.07,421.35L428.43,419.32L429.09,417.83L430.05,416.9L431.45,417.15L432.81,416.52L434.38,416.49L435.72,417.34L437.58,418.11L439.28,420.24L441.13,422.22L441.26,424.01L441.81,425.65L442.86,426.46L443.1,427.56L442.97,428.45L442.56,428.61L441.04,428.39L440.83,428.7L440.21,428.77L438.19,428.07L436.84,428.04L431.66,427.92L430.91,428.24L429.98,428.15L428.49,428.62L428.03,426.43L430.58,426.49L431.26,426.09L431.76,426.06L432.8,425.4L434,426.01L435.22,426.06L436.43,425.41L435.87,424.59L434.94,425.07L434.07,425.06L432.97,424.35L432.08,424.4L431.44,425.07z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"SO",title:"Somalia",d:"M618.63,430.43L618.56,429.64L617.5,429.65L616.17,430.63L614.68,430.91L613.39,431.33L612.5,431.39L610.9,431.49L609.9,432.01L608.51,432.2L606.04,433.08L602.99,433.41L600.34,434.14L598.95,434.13L597.69,432.94L597.14,431.77L596.23,431.24L595.19,432.76L594.58,433.77L595.62,435.33L596.65,436.69L597.72,437.7L606.89,441.04L609.25,441.02L601.32,449.44L597.67,449.56L595.17,451.53L593.38,451.58L592.61,452.46L590.16,455.63L590.19,465.78L591.85,468.07L592.48,467.41L593.13,465.95L596.2,462.57L598.81,460.45L603.01,457.69L605.81,455.43L609.11,451.62L611.5,448.49L613.91,444.39L615.64,440.8L616.99,437.65L617.78,434.6L618.38,433.58L618.37,432.08z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"SR",title:"Suriname",d:"M315.02,446.72L318.38,447.28L318.68,446.77L320.95,446.57L323.96,447.33L322.5,449.73L322.72,451.64L323.83,453.3L323.34,454.5L323.09,455.77L322.37,456.94L320.77,456.35L319.44,456.64L318.31,456.39L318.03,457.2L318.5,457.75L318.25,458.32L316.72,458.09L315.01,455.67L314.64,454.1L313.75,454.09L312.5,452.07L313.02,450.62L312.87,449.97L314.57,449.24z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"SS",title:"South Sudan",d:"M570.48,436.9L570.51,439.1L570.09,439.96L568.61,440.03L567.65,441.64L569.37,441.84L570.79,443.21L571.29,444.33L572.57,444.98L574.22,448.03L572.32,449.87L570.6,451.54L568.87,452.82L566.9,452.82L564.64,453.47L562.86,452.84L561.71,453.61L559.24,451.75L558.57,450.56L557.01,451.15L555.71,450.96L554.96,451.43L553.7,451.1L552.01,448.79L551.56,447.9L549.46,446.79L548.75,445.11L547.58,443.9L545.7,442.44L545.67,441.52L544.14,440.39L542.23,439.29L543.09,438.98L544.05,438.45L544.77,435.93L545.54,434.62L547.57,434.23L548.05,435L549.49,436.65L550.26,436.9L551.27,436.41L553.29,436.51L553.68,437.09L556.47,437.09L556.57,436.51L558.01,435.98L558.3,435.15L559.36,434.57L561.72,436.22L563.16,435.93L564.56,433.89L566.1,432.33L565.86,430.62L565.18,429.79L566.87,429.64L567.06,429.01L568.36,429.2L568.02,431.3L568.36,433.35L569.8,434.47L570.14,435.44L570.09,436.85z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"SV",title:"El Salvador",d:"M229.09,425.76L228.78,426.43L227.16,426.39L226.15,426.12L224.99,425.55L223.43,425.37L222.64,424.75L222.73,424.33L223.69,423.61L224.21,423.29L224.06,422.95L224.72,422.78L225.55,423.02L226.15,423.59L227,424.05L227.1,424.44L228.33,424.1L228.91,424.3L229.29,424.61z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"SY",title:"Syria",d:"M584.02,364.6L578.53,368.14L575.41,366.82L575.35,366.8L575.73,366.3L575.69,364.93L576.38,363.1L577.91,361.83L577.45,360.51L576.19,360.33L575.93,357.72L576.61,356.31L577.36,355.56L578.11,354.8L578.27,352.86L579.18,353.54L582.27,352.57L583.76,353.22L586.07,353.21L589.29,351.9L590.81,351.96L594,351.42L592.56,353.6L591.02,354.46L591.29,356.98L590.23,361.1z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"SZ",title:"Swaziland",d:"M565.18,540.74L564.61,542.13L562.97,542.46L561.29,540.77L561.27,539.69L562.03,538.52L562.3,537.62L563.11,537.4L564.52,537.97L564.94,539.36z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"TD",title:"Chad",d:"M515.9,427.26L516.18,425.92L514.38,425.85L514.39,424L513.22,422.94L514.43,419.14L518.01,416.4L518.15,412.61L519.23,406.63L519.84,405.35L518.68,404.33L518.63,403.38L517.58,402.6L516.89,397.93L519.72,396.27L530.91,402.04L542.09,407.74L542.23,419.35L539.81,419.15L538.53,421.28L537.79,423.06L538.37,423.73L537.45,424.61L537.77,425.79L537.04,426.99L536.76,428.04L537.75,427.87L538.33,428.97L538.36,430.63L539.39,431.46L539.36,432.15L537.59,432.64L536.16,433.78L534.14,436.87L531.5,438.18L528.79,438L528,438.26L528.28,439.25L526.81,440.24L525.62,441.34L522.09,442.41L521.39,441.78L520.93,441.72L520.41,442.44L518.09,442.66L518.53,441.89L517.65,439.96L517.25,438.79L516.03,438.31L514.38,436.66L514.99,435.33L516.27,435.61L517.06,435.41L518.62,435.44L517.1,432.87L517.2,430.98L517.01,429.09z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"TF",title:"French Southern and Antarctic Lands",d:"M668.54,619.03L670.34,620.36L672.99,620.9L673.09,621.71L672.31,623.67L668,623.95L667.93,621.66L668.35,619.9z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"TG",title:"Togo",d:"M480.48,446.25L478.23,446.84L477.6,445.86L476.85,444.08L476.63,442.68L477.25,440.15L476.55,439.12L476.28,436.9L476.28,434.85L475.11,433.39L475.32,432.5L477.78,432.56L477.42,434.06L478.27,434.89L479.25,435.88L479.35,437.27L479.92,437.85L479.79,444.31z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"TH",title:"Thailand",d:"M762.89,429.18L760.37,427.87L757.97,427.93L758.38,425.68L755.91,425.7L755.69,428.84L754.18,432.99L753.27,435.49L753.46,437.54L755.28,437.63L756.42,440.2L756.93,442.63L758.49,444.24L760.19,444.57L761.64,446.02L760.73,447.17L758.87,447.51L758.65,446.07L756.37,444.84L755.88,445.34L754.77,444.27L754.29,442.88L752.8,441.29L751.44,439.96L750.98,441.61L750.45,440.05L750.76,438.29L751.58,435.58L752.94,432.67L754.48,430.02L753.38,427.42L753.43,426.09L753.11,424.49L751.24,422.21L750.57,420.76L751.54,420.23L752.56,417.71L751.42,415.79L749.64,413.66L748.28,411.09L749.46,410.56L750.74,407.37L752.72,407.23L754.36,405.95L755.96,405.26L757.18,406.18L757.34,407.96L759.23,408.09L758.54,411.2L758.61,413.82L761.56,412.08L762.4,412.59L764.05,412.51L764.61,411.49L766.73,411.69L768.86,414.07L769.04,416.94L771.31,419.47L771.18,421.91L770.27,423.21L767.64,422.8L764.02,423.35L762.22,425.73z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"TJ",title:"Tajikistan",d:"M674.37,340.62L673.34,341.75L670.29,341.14L670.02,343.24L673.06,342.96L676.53,344.13L681.83,343.58L682.54,346.91L683.46,346.55L685.16,347.36L685.07,348.74L685.49,350.75L682.59,350.75L680.66,350.49L678.92,352.06L677.67,352.4L676.69,353.14L675.58,351.99L675.85,349.04L675,348.87L675.3,347.78L673.79,346.98L672.58,348.21L672.28,349.64L671.85,350.16L670.17,350.09L669.27,351.69L668.32,351.02L666.29,352.14L665.44,351.72L667.01,348.15L666.41,345.49L664.35,344.63L665.08,343.04L667.42,343.21L668.75,341.2L669.64,338.85L673.39,337.99L672.81,339.7L673.21,340.72z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"TL",title:"Timor-Leste",d:"M825.65,488.25L825.98,487.59L828.39,486.96L830.35,486.86L831.22,486.51L832.28,486.86L831.25,487.62L828.33,488.85L825.98,489.67L825.93,488.81z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"TM",title:"Turkmenistan",d:"M646.88,356.9L646.63,353.99L644.54,353.87L641.34,350.78L639.1,350.39L636,348.6L634,348.27L632.77,348.93L630.9,348.83L628.91,350.85L626.44,351.53L625.92,349.04L626.33,345.31L624.14,344.09L624.86,341.61L623,341.39L623.62,338.3L626.26,339.21L628.73,338.02L626.68,335.79L625.88,333.65L623.62,334.61L623.34,337.34L622.46,334.93L623.7,333.68L626.88,332.89L628.78,333.95L630.74,336.88L632.18,336.7L635.34,336.65L634.88,334.77L637.28,333.47L639.64,331.27L643.42,333.27L643.72,336.26L644.79,337.03L647.82,336.86L648.76,337.53L650.14,341.32L653.35,343.83L655.18,345.52L658.11,347.27L661.84,348.79L661.76,350.95L660.92,350.84L659.59,349.9L659.15,351.15L656.79,351.83L656.23,354.62L654.65,355.67L652.44,356.19L651.85,357.74L649.74,358.2z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"TN",title:"Tunisia",d:"M501.84,374.69L500.64,368.83L498.92,367.5L498.89,366.69L496.6,364.71L496.35,362.18L498.08,360.3L498.74,357.48L498.29,354.2L498.86,352.41L501.92,351L503.88,351.42L503.8,353.19L506.18,351.9L506.38,352.57L504.97,354.28L504.96,355.88L505.93,356.73L505.56,359.69L503.71,361.4L504.24,363.23L505.69,363.29L506.4,364.88L507.47,365.4L507.31,367.95L505.94,368.9L505.08,369.95L503.15,371.21L503.45,372.56L503.21,373.94z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"TR",title:"Turkey",d:"M578.75,336.6l4.02,1.43l3.27,-0.57l2.41,0.33l3.31,-1.94l2.99,-0.18l2.7,1.83l0.48,1.3l-0.27,1.79l2.08,0.91l1.1,1.06l-1.92,1.03l0.88,4.11l-0.55,1.1l1.53,2.82l-1.34,0.59l-0.98,-0.89l-3.26,-0.45l-1.2,0.55l-3.19,0.54l-1.51,-0.06l-3.23,1.31l-2.31,0.01l-1.49,-0.66l-3.09,0.97l-0.92,-0.68l-0.15,1.94l-0.75,0.76l-0.75,0.76l-1.03,-1.57l1.06,-1.3l-1.71,0.3l-2.35,-0.8l-1.93,2l-4.26,0.39l-2.27,-1.86l-3.02,-0.12l-0.65,1.44l-1.94,0.41l-2.71,-1.85l-3.06,0.06l-1.66,-3.48l-2.05,-1.96l1.36,-2.78l-1.78,-1.72l3.11,-3.48l4.32,-0.15l1.18,-2.81l5.34,0.49l3.37,-2.42l3.27,-1.06l4.64,-0.08L578.75,336.6zM551.5,338.99l-2.34,1.98l-0.88,-1.71l0.04,-0.76l0.67,-0.41l0.87,-2.33l-1.37,-0.99l2.86,-1.18l2.41,0.5l0.33,1.44l2.45,1.2l-0.51,0.91l-3.33,0.2L551.5,338.99z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"TT",title:"Trinidad and Tobago",d:"M302.31,433.24L303.92,432.87L304.51,432.97L304.4,435.08L302.06,435.39L301.55,435.14L302.37,434.36z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"TW",title:"Taiwan",d:"M816.7,393.27L815.01,398.14L813.81,400.62L812.33,398.07L812.01,395.82L813.66,392.82L815.91,390.5L817.19,391.41z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"TZ",title:"Tanzania",d:"M570.31,466.03L570.79,466.34L580.95,472.01L581.15,473.63L585.17,476.42L583.88,479.87L584.04,481.46L585.84,482.48L585.92,483.21L585.15,484.91L585.31,485.76L585.13,487.11L586.11,488.87L587.27,491.66L588.29,492.28L586.06,493.92L583,495.02L581.32,494.98L580.32,495.83L578.37,495.9L577.63,496.26L574.26,495.46L572.15,495.69L571.37,491.83L570.42,490.51L569.85,489.73L567.11,489.21L565.51,488.36L563.73,487.89L562.61,487.41L561.44,486.7L559.93,483.15L558.3,481.58L557.74,479.96L558.02,478.5L557.52,475.93L558.68,475.8L559.69,474.79L560.79,473.33L561.48,472.75L561.45,471.84L560.85,471.21L560.69,470.11L561.49,469.76L561.66,468.12L560.54,466.55L561.53,466.21L564.6,466.25z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"UA",title:"Ukraine",d:"M564.38,292.49L565.42,292.68L566.13,291.64L566.98,291.87L569.89,291.43L571.68,294L570.98,294.92L571.21,296.31L573.45,296.52L574.45,298.45L574.39,299.32L577.95,300.86L580.1,300.17L581.83,302.21L583.47,302.17L587.6,303.57L587.63,304.84L586.5,307.07L587.11,309.4L586.67,310.79L583.96,311.1L582.52,312.26L582.43,314.09L580.19,314.42L578.32,315.74L575.7,315.95L573.28,317.47L571.96,318.5L573.45,319.97L574.82,320.93L577.68,320.69L577.13,322.11L574.06,322.79L570.25,325.06L568.7,324.27L569.31,322.42L566.25,321.26L566.75,320.49L569.91,318.86L569.51,318.05L569.06,318.46L568.62,318.24L564.26,317.22L564.07,315.71L561.47,316.21L560.43,318.44L558.26,321.39L556.98,320.71L555.67,321.35L554.42,320.62L555.12,320.18L555.61,318.81L556.38,317.52L556.18,316.8L556.77,316.48L557.04,317.04L558.7,317.15L559.44,316.86L558.92,316.44L559.11,315.84L558.13,314.8L557.73,313.08L556.71,312.41L556.91,311L555.64,309.88L554.49,309.72L552.42,308.41L550.56,308.83L549.89,309.45L548.71,309.44L548,310.42L545.93,310.82L544.98,311.46L543.67,310.45L541.88,310.43L540.14,309.97L538.93,310.86L538.73,309.74L537.18,308.6L537.73,306.89L538.5,305.79L539.12,306.03L538.39,304.11L540.94,300.5L542.33,299.99L542.63,298.75L541.22,294.86L542.56,294.69L544.1,293.46L546.27,293.36L549.1,293.72L552.23,294.8L554.44,294.89L555.49,295.54L556.54,294.76L557.28,295.81L559.81,295.59L560.92,296.02L561.11,293.76L561.97,292.76z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"UG",title:"Uganda",d:"M564.6,466.25L561.53,466.21L560.54,466.55L558.87,467.41L558.19,467.12L558.21,465.02L558.86,463.96L559.02,461.72L559.61,460.43L560.68,458.97L561.76,458.23L562.66,457.24L561.54,456.87L561.71,453.61L562.86,452.84L564.64,453.47L566.9,452.82L568.87,452.82L570.6,451.54L571.93,453.48L572.26,454.88L573.49,458.08L572.47,460.11L571.09,461.95L570.29,463.08L570.31,466.03z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"US",title:"United States",d:"M109.25,279.8L109.25,279.8l-1.54,-1.83l-2.47,-1.57l-0.79,-4.36l-3.61,-4.13l-1.51,-4.94l-2.69,-0.34l-4.46,-0.13l-3.29,-1.54l-5.8,-5.64l-2.68,-1.05l-4.9,-1.99l-3.88,0.48l-5.51,-2.59l-3.33,-2.43l-3.11,1.21l0.58,3.93l-1.55,0.36l-3.24,1.16l-2.47,1.86l-3.11,1.16l-0.4,-3.24l1.26,-5.53l2.98,-1.77l-0.77,-1.46l-3.57,3.22l-1.91,3.77l-4.04,3.95l2.05,2.65l-2.65,3.85l-3.01,2.21l-2.81,1.59l-0.69,2.29l-4.38,2.63l-0.89,2.36l-3.28,2.13l-1.92,-0.38l-2.62,1.38l-2.85,1.67l-2.33,1.63l-4.81,1.38l-0.44,-0.81l3.07,-2.27l2.74,-1.51l2.99,-2.71l3.48,-0.56l1.38,-2.06l3.89,-3.05l0.63,-1.03l2.07,-1.83l0.48,-4l1.43,-3.17l-3.23,1.64l-0.9,-0.93l-1.52,1.95l-1.83,-2.73l-0.76,1.94l-1.05,-2.7l-2.8,2.17l-1.72,0l-0.24,-3.23l0.51,-2.02l-1.81,-1.98l-3.65,1.07l-2.37,-2.63l-1.92,-1.36l-0.01,-3.25l-2.16,-2.48l1.08,-3.41l2.29,-3.37l1,-3.15l2.27,-0.45l1.92,0.99l2.26,-3.01l2.04,0.54l2.14,-1.96l-0.52,-2.92l-1.57,-1.16l2.08,-2.52l-1.72,0.07l-2.98,1.43l-0.85,1.43l-2.21,-1.43l-3.97,0.73l-4.11,-1.56l-1.18,-2.65l-3.55,-3.91l3.94,-2.87l6.25,-3.41h2.31l-0.38,3.48l5.92,-0.27l-2.28,-4.34l-3.45,-2.72l-1.99,-3.64l-2.69,-3.17l-3.85,-2.38l1.57,-4.03l4.97,-0.25l3.54,-3.58l0.67,-3.92l2.86,-3.91l2.73,-0.95l5.31,-3.76l2.58,0.57l4.31,-4.61l4.24,1.83l2.03,3.87l1.25,-1.65l4.74,0.51l-0.17,1.95l4.29,1.43l2.86,-0.84l5.91,2.64l5.39,0.78l2.16,1.07l3.73,-1.34l4.25,2.46l3.05,1.13l-0.02,27.65l-0.01,35.43l2.76,0.17l2.73,1.56l1.96,2.44l2.49,3.6l2.73,-3.05l2.81,-1.79l1.49,2.85l1.89,2.23l2.57,2.42l1.75,3.79l2.87,5.88l4.77,3.2l0.08,3.12L109.25,279.8zM285.18,314.23l-1.25,-1.19l-1.88,0.7l-0.93,-1.08l-2.14,3.1l-0.86,3.15l-1,1.82l-1.19,0.62l-0.9,0.2l-0.28,0.98l-5.17,0l-4.26,0.03l-1.27,0.73l-2.87,2.73l0.29,0.54l0.17,1.51l-2.1,1.27l-2.3,-0.32l-2.2,-0.14l-1.33,0.44l0.25,1.15l0,0l0.05,0.37l-2.42,2.27l-2.11,1.09l-1.44,0.51l-1.66,1.03l-2.03,0.5l-1.4,-0.19l-1.73,-0.77l0.96,-1.45l0.62,-1.32l1.32,-2.09l-0.14,-1.57l-0.5,-2.24l-1.04,-0.39l-1.74,1.7l-0.56,-0.03l-0.14,-0.97l1.54,-1.56l0.26,-1.79l-0.23,-1.79l-2.08,-1.55l-2.38,-0.8l-0.39,1.52l-0.62,0.4l-0.5,1.95l-0.26,-1.33l-1.12,0.95l-0.7,1.32l-0.73,1.92l-0.14,1.64l0.93,2.38l-0.08,2.51l-1.14,1.84l-0.57,0.52l-0.76,0.41l-0.95,0.02l-0.26,-0.25l-0.76,-1.98l-0.02,-0.98l0.08,-0.94l-0.35,-1.87l0.53,-2.18l0.63,-2.71l1.46,-3.03l-0.42,0.01l-2.06,2.54l-0.38,-0.46l1.1,-1.42l1.67,-2.57l1.91,-0.36l2.19,-0.8l2.21,0.42l0.09,0.02l2.47,-0.36l-1.4,-1.61l-0.75,-0.13l-0.86,-0.16l-0.59,-1.14l-2.75,0.36l-2.49,0.9l-1.97,-1.55l-1.59,-0.52l0.9,-2.17l-2.48,1.37l-2.25,1.33l-2.16,1.04l-1.72,-1.4l-2.81,0.85l0.01,-0.6l1.9,-1.73l1.99,-1.65l2.86,-1.37l-3.45,-1.09l-2.27,0.55l-2.72,-1.3l-2.86,-0.67l-1.96,-0.26l-0.87,-0.72l-0.5,-2.35l-0.95,0.02l-0.01,1.64l-5.8,0l-9.59,0l-9.53,0l-8.42,0h-8.41h-8.27h-8.55h-2.76h-8.32h-7.96l0.95,3.47l0.45,3.41l-0.69,1.09l-1.49,-3.91l-4.05,-1.42l-0.34,0.82l0.82,1.94l0.89,3.53l0.51,5.42l-0.34,3.59l-0.34,3.54l-1.1,3.61l0.9,2.9l0.1,3.2l-0.61,3.05l1.49,1.99l0.39,2.95l2.17,2.99l1.24,1.17l-0.1,0.82l2.34,4.85l2.72,3.45l0.34,1.87l0.71,0.55l2.6,0.33l1,0.91l1.57,0.17l0.31,0.96l1.31,0.4l1.82,1.92l0.47,1.7l3.19,-0.25l3.56,-0.36l-0.26,0.65l4.23,1.6l6.4,2.31l5.58,-0.02l2.22,0l0.01,-1.35l4.86,0l1.02,1.16l1.43,1.03l1.67,1.43l0.93,1.69l0.7,1.77l1.45,0.97l2.33,0.96l1.77,-2.53l2.29,-0.06l1.98,1.28l1.41,2.18l0.97,1.86l1.65,1.8l0.62,2.19l0.79,1.47l2.19,0.96l1.99,0.68l1.09,-0.09l-0.53,-1.06l-0.14,-1.5l0.03,-2.16l0.65,-1.42l1.53,-1.51l2.79,-1.37l2.55,-2.37l2.36,-0.75l1.74,-0.23l2.04,0.74l2.45,-0.4l2.09,1.69l2.03,0.1l1.05,-0.61l1.04,0.47l0.53,-0.42l-0.6,-0.63l0.05,-1.3l-0.5,-0.86l1.16,-0.5l2.14,-0.22l2.49,0.36l3.17,-0.41l1.76,0.8l1.36,1.5l0.5,0.16l2.83,-1.46l1.09,0.49l2.19,2.68l0.79,1.75l-0.58,2.1l0.42,1.23l1.3,2.4l1.49,2.68l1.07,0.71l0.44,1.35l1.38,0.37l0.84,-0.39l0.7,-1.89l0.12,-1.21l0.09,-2.1l-1.33,-3.65l-0.02,-1.37l-1.25,-2.25l-0.94,-2.75l-0.5,-2.25l0.43,-2.31l1.32,-1.94l1.58,-1.57l3.08,-2.16l0.4,-1.12l1.42,-1.23l1.4,-0.22l1.84,-1.98l2.9,-1.01l1.78,-2.53l-0.39,-3.46l-0.29,-1.21l-0.8,-0.24l-0.12,-3.35l-1.93,-1.14l1.85,0.56l-0.6,-2.26l0.54,-1.55l0.33,2.97l1.43,1.36l-0.87,2.4l0.26,0.14l1.58,-2.81l0.9,-1.38l-0.04,-1.35l-0.7,-0.64l-0.58,-1.94l0.92,0.9l0.62,0.19l0.21,0.92l2.04,-2.78l0.61,-2.62l-0.83,-0.17l0.85,-1.02l-0.08,0.45l1.79,-0.01l3.93,-1.11l-0.83,-0.7l-4.12,0.7l2.34,-1.07l1.63,-0.18l1.22,-0.19l2.07,-0.65l1.35,0.07l1.89,-0.61l0.22,-1.07l-0.84,-0.84l0.29,1.37l-1.16,-0.09l-0.93,-1.99l0.03,-2.01l0.48,-0.86l1.48,-2.28l2.96,-1.15l2.88,-1.34l2.99,-1.9l-0.48,-1.29l-1.83,-2.25L285.18,314.23zM45.62,263.79l-1.5,0.8l-2.55,1.86l0.43,2.42l1.43,1.32l2.8,-1.95l2.43,-2.47l-1.19,-1.63L45.62,263.79zM0,235.22l2.04,-1.26l0.23,-0.68L0,232.61V235.22zM8.5,250.59l-2.77,0.97l1.7,1.52l1.84,1.04l1.72,-0.87l-0.27,-2.15L8.5,250.59zM105.85,283.09l-2.69,0.38l-1.32,-0.62l-0.17,1.52l0.52,2.07l1.42,1.46l1.04,2.13l1.69,2.1l1.12,0.01l-2.44,-3.7L105.85,283.09zM37.13,403.77l-1,-0.28l-0.27,0.26l0.02,0.19l0.32,0.24l0.48,0.63l0.94,-0.21l0.23,-0.36L37.13,403.77zM34.14,403.23l1.5,0.09l0.09,-0.32l-1.38,-0.13L34.14,403.23zM40.03,406.52l-0.5,-0.26l-1.07,-0.5l-0.21,-0.06l-0.16,0.28l0.19,0.58l-0.49,0.48l-0.14,0.33l0.46,1.08l-0.08,0.83l0.7,0.42l0.41,-0.49l0.9,-0.46l1.1,-0.63l0.07,-0.16l-0.71,-1.04L40.03,406.52zM32.17,401.38l-0.75,0.41l0.11,0.12l0.36,0.68l0.98,0.11l0.2,0.04l0.15,-0.17l-0.81,-0.99L32.17,401.38zM27.77,399.82l-0.43,0.3l-0.15,0.22l0.94,0.55l0.33,-0.3l-0.06,-0.7L27.77,399.82z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"UY",title:"Uruguay",d:"M313.68,551.79L315.5,551.45L318.31,553.95L319.35,553.86L322.24,555.94L324.44,557.76L326.06,560.01L324.82,561.58L325.6,563.48L324.39,565.6L321.22,567.48L319.15,566.8L317.63,567.17L315.04,565.71L313.14,565.82L311.43,563.95L311.65,561.79L312.26,561.05L312.23,557.75L312.98,554.38z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"UZ",title:"Uzbekistan",d:"M661.76,350.95L661.84,348.79L658.11,347.27L655.18,345.52L653.35,343.83L650.14,341.32L648.76,337.53L647.82,336.86L644.79,337.03L643.72,336.26L643.42,333.27L639.64,331.27L637.28,333.47L634.88,334.77L635.34,336.65L632.18,336.7L632.07,322.57L639.29,320.22L639.81,320.57L644.16,323.41L646.45,324.89L649.13,328.39L652.42,327.83L657.23,327.53L660.58,330.33L660.37,334.13L661.74,334.16L662.31,337.22L665.88,337.34L666.64,339.09L667.69,339.07L668.92,336.42L672.61,333.81L674.22,333.11L675.05,333.48L672.7,335.91L674.77,337.31L676.77,336.38L680.09,338.34L676.5,340.98L674.37,340.62L673.21,340.72L672.81,339.7L673.39,337.99L669.64,338.85L668.75,341.2L667.42,343.21L665.08,343.04L664.35,344.63L666.41,345.49L667.01,348.15L665.44,351.72L663.32,350.98z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"VE",title:"Venezuela",d:"M275.25,430.35L275.17,431.02L273.52,431.35L274.44,432.64L274.4,434.13L273.17,435.77L274.23,438.01L275.44,437.83L276.07,435.79L275.2,434.79L275.06,432.65L278.55,431.49L278.16,430.15L279.14,429.25L280.15,431.25L282.12,431.3L283.94,432.88L284.05,433.82L286.56,433.84L289.56,433.55L291.17,434.82L293.31,435.17L294.88,434.29L294.91,433.57L298.39,433.4L301.75,433.36L299.37,434.2L300.32,435.54L302.57,435.75L304.69,437.14L305.14,439.4L306.6,439.33L307.7,440L305.48,441.65L305.23,442.68L306.19,443.72L305.5,444.24L303.77,444.69L303.83,445.99L303.07,446.76L304.96,448.88L305.34,449.67L304.31,450.74L301.17,451.78L299.16,452.22L298.35,452.88L296.12,452.18L294.04,451.82L293.52,452.08L294.77,452.8L294.66,454.67L295.05,456.43L297.42,456.67L297.58,457.25L295.57,458.05L295.25,459.23L294.09,459.68L292.01,460.33L291.47,461.19L289.29,461.37L287.74,459.89L286.89,457.12L286.14,456.14L285.12,455.53L286.54,454.14L286.45,453.51L285.65,452.68L285.09,450.83L285.31,448.82L285.93,447.88L286.44,446.38L285.45,445.89L283.85,446.21L281.83,446.06L280.7,446.36L278.72,443.95L277.09,443.59L273.49,443.86L272.82,442.88L272.13,442.65L272.03,442.06L272.36,441.02L272.14,439.89L271.52,439.27L271.16,437.97L269.72,437.79L270.49,436.13L270.84,434.12L271.65,433.06L272.74,432.25L273.45,430.83z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"VN",title:"Vietnam",d:"M778.21,401.87L774.47,404.43L772.13,407.24L771.51,409.29L773.66,412.38L776.28,416.2L778.82,417.99L780.53,420.32L781.81,425.64L781.43,430.66L779.1,432.53L775.88,434.36L773.6,436.72L770.1,439.34L769.08,437.53L769.87,435.62L767.79,434.01L770.22,432.87L773.16,432.67L771.93,430.94L776.64,428.75L776.99,425.33L776.34,423.41L776.85,420.53L776.14,418.49L774.02,416.47L772.25,413.9L769.92,410.44L766.56,408.68L767.37,407.61L769.16,406.84L768.07,404.25L764.62,404.22L763.36,401.5L761.72,399.13L763.23,398.39L765.46,398.41L768.19,398.06L770.58,396.44L771.93,397.58L774.5,398.13L774.05,399.87L775.39,401.09z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"VU",title:"Vanuatu",d:"M945.87,509.9l-0.92,0.38l-0.94,-1.27l0.1,-0.78L945.87,509.9zM943.8,505.46l0.46,2.33l-0.75,-0.36l-0.58,0.16l-0.4,-0.8l-0.06,-2.21L943.8,505.46z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"YE",title:"Yemen",d:"M624.16,416.33L622.13,417.12L621.59,418.4L621.52,419.39L618.73,420.61L614.25,421.96L611.74,423.99L610.51,424.14L609.67,423.97L608.03,425.17L606.24,425.72L603.89,425.87L603.18,426.03L602.57,426.78L601.83,426.99L601.4,427.72L600.01,427.66L599.11,428.04L597.17,427.9L596.44,426.23L596.52,424.66L596.07,423.81L595.52,421.69L594.71,420.5L595.27,420.36L594.98,419.04L595.32,418.48L595.2,417.22L596.43,416.29L596.14,415.06L596.89,413.63L598.04,414.39L598.8,414.12L602.03,414.05L602.55,414.35L605.26,414.64L606.33,414.49L607.03,415.46L608.34,414.98L610.35,411.91L612.97,410.59L621.05,409.46L623.25,414.3z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"ZA",title:"South Africa",d:"M563.63,548.71l-0.55,0.46l-1.19,1.63l-0.78,1.66l-1.59,2.33l-3.17,3.38l-1.98,1.98l-2.12,1.51l-2.93,1.3l-1.43,0.17l-0.36,0.93l-1.7,-0.5l-1.39,0.64l-3.04,-0.65l-1.7,0.41l-1.16,-0.18l-2.89,1.33l-2.39,0.54l-1.73,1.28l-1.28,0.08l-1.19,-1.21l-0.95,-0.06l-1.21,-1.51l-0.13,0.47l-0.37,-0.91l0.02,-1.96l-0.91,-2.23l0.9,-0.6l-0.07,-2.53l-1.84,-3.05l-1.41,-2.74l0,-0.01l-2.01,-4.15l1.34,-1.57l1.11,0.87l0.47,1.36l1.26,0.23l1.76,0.6l1.51,-0.23l2.5,-1.63l0,-11.52l0.76,0.46l1.66,2.93l-0.26,1.89l0.63,1.1l2.01,-0.32l1.4,-1.39l1.33,-0.93l0.69,-1.48l1.37,-0.72l1.18,0.38l1.34,0.87l2.28,0.15l1.79,-0.72l0.28,-0.96l0.49,-1.47l1.53,-0.25l0.84,-1.15l0.93,-2.03l2.52,-2.26l3.97,-2.22l1.14,0.03l1.36,0.51l0.94,-0.36l1.49,0.3l1.34,4.26l0.73,2.17l-0.5,3.43l0.24,1.11l-1.42,-0.57l-0.81,0.22l-0.26,0.9l-0.77,1.17l0.03,1.08l1.67,1.7l1.64,-0.34l0.57,-1.39l2.13,0.03l-0.7,2.28l-0.33,2.62l-0.73,1.43L563.63,548.71zM556.5,547.75l-1.22,-0.98l-1.31,0.65l-1.52,1.25l-1.5,2.03l2.1,2.48l1,-0.32l0.52,-1.03l1.56,-0.5l0.48,-1.05l0.86,-1.56L556.5,547.75z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"ZM",title:"Zambia",d:"M567.11,489.21L568.43,490.47L569.14,492.87L568.66,493.64L568.1,495.94L568.64,498.3L567.76,499.29L566.91,501.95L568.38,502.69L559.87,505.07L560.14,507.12L558.01,507.52L556.42,508.67L556.08,509.68L555.07,509.9L552.63,512.3L551.08,514.19L550.13,514.26L549.22,513.92L546.09,513.6L545.59,513.38L545.56,513.14L544.46,512.48L542.64,512.31L540.34,512.98L538.51,511.16L536.62,508.78L536.75,499.62L542.59,499.66L542.35,498.67L542.77,497.6L542.28,496.27L542.6,494.89L542.3,494.01L543.27,494.08L543.43,494.96L544.74,494.89L546.52,495.15L547.46,496.44L549.7,496.84L551.42,495.94L552.05,497.43L554.2,497.83L555.23,499.05L556.38,500.62L558.53,500.65L558.29,497.57L557.52,498.08L555.56,496.98L554.8,496.47L555.15,493.62L555.65,490.27L555.02,489.02L555.82,487.22L556.57,486.89L560.34,486.41L561.44,486.7L562.61,487.41L563.73,487.89L565.51,488.36z"}}),L._v(" "),l("path",{staticClass:"land",attrs:{id:"ZW",title:"Zimbabwe",d:"M562.71,527L561.22,526.7L560.27,527.06L558.92,526.55L557.78,526.52L555.99,525.16L553.82,524.7L553,522.8L552.99,521.75L551.79,521.43L548.62,518.18L547.73,516.47L547.17,515.95L546.09,513.6L549.22,513.92L550.13,514.26L551.08,514.19L552.63,512.3L555.07,509.9L556.08,509.68L556.42,508.67L558.01,507.52L560.14,507.12L560.32,508.2L562.66,508.14L563.96,508.75L564.56,509.47L565.9,509.68L567.35,510.62L567.36,514.31L566.81,516.35L566.69,518.55L567.14,519.43L566.83,521.17L566.4,521.44L565.66,523.59z"}})])])}),[],!1,null,null,null).exports;const o=(L,l)=>{const{min:t,max:e}=(L=>{let l,t;return Object.keys(L).forEach((e=>{if("unknown"===e)return;const n=L[e];(nt||void 0===t)&&(t=n)})),{min:l,max:t}})(L),n=((L,l)=>1/(l-L))(t,e),r=[];return Object.keys(L).forEach((e=>{if("unknown"===e)return;const d=L[e],c=l(n*(d-t)).hex();r.push(`.vue-world-map #${e} { fill: ${c}; }`)})),r};var f={components:{Map:c},watch:{countryData:function(){this.renderMapCSS()}},props:{showColorBar:{type:Boolean,default:!0},lowColor:{type:String,default:"#fde2e2"},highColor:{type:String,default:"#d83737"},countryData:{type:Object,required:!0},defaultCountryFillColor:{type:String,default:"#dadada"},countryStrokeColor:{type:String,default:"black"}},data:function(){return{node:document.createElement("style"),chromaScale:n.a.scale([this.$props.lowColor,this.$props.highColor])}},methods:{on_mouseenter:function(L){this.$emit("mouseenter",L)},on_mouseleave:function(L){this.$emit("mouseleave",L)},renderMapCSS:function(){var L=(({defaultCountryFillColor:L,countryStrokeColor:l})=>`.vue-world-map .land{fill:${L};stroke:${l};}`)(this.$props),l=o(this.$props.countryData,this.chromaScale);this.$data.node.innerHTML=((L,l)=>(l.push(L),l.join(" ")))(L,l)},colorGradient:function(){for(var L=document.getElementById("color_bar"),l=["","-o-","-ms-","-moz-","-webkit-"],t=0;tt&&(L=t),L},EL=function(L){return L.length>=3?Array.prototype.slice.call(L):L[0]},x=function(L){var i,l;for(L._clipped=!1,L._unclipped=L.slice(0),i=l=0;l<3;i=++l)i<3?((L[i]<0||L[i]>255)&&(L._clipped=!0),L[i]<0&&(L[i]=0),L[i]>255&&(L[i]=255)):3===i&&(L[i]<0&&(L[i]=0),L[i]>1&&(L[i]=1));return L._clipped||delete L._unclipped,L},d=Math.PI,NL=Math.round,G=Math.cos,j=Math.floor,oL=Math.pow,eL=Math.log,AL=Math.sin,xL=Math.sqrt,C=Math.atan2,iL=Math.max,_=Math.abs,f=2*d,c=d/3,n=d/180,o=180/d,A=function(){return arguments[0]instanceof e?arguments[0]:function(L,l,t){t.prototype=L.prototype;var e=new t,n=L.apply(e,l);return Object(n)===n?n:e}(e,arguments,(function(){}))},A.default=A,m=[],null!==L&&null!=L.exports&&(L.exports=A),void 0===(t=function(){return A}.apply(l,[]))||(L.exports=t),A.version="1.4.1",z={},v=[],M=!1,e=function(){function L(){var L,l,t,e,n,r,d,c,o;for(r=this,l=[],c=0,e=arguments.length;c1&&(d=l[l.length-1]),null!=z[d])r._rgb=x(z[d](EL(l.slice(0,-1))));else{for(M||(v=v.sort((function(a,b){return b.p-a.p})),M=!0),o=0,n=v.length;o3?L[3]:1]},OL=function(L){return 255*(L<=.00304?12.92*L:1.055*oL(L,1/2.4)-.055)},Q=function(L){return L>r.t1?L*L*L:r.t2*(L-r.t0)},r={Kn:18,Xn:.95047,Yn:1,Zn:1.08883,t0:.137931034,t1:.206896552,t2:.12841855,t3:.008856452},gL=function(){var b,g,L,l,t,e,n;return L=(l=EL(arguments))[0],g=l[1],b=l[2],e=(t=yL(L,g,b))[0],[116*(n=t[1])-16,500*(e-n),200*(n-t[2])]},wL=function(L){return(L/=255)<=.04045?L/12.92:oL((L+.055)/1.055,2.4)},RL=function(L){return L>r.t3?oL(L,1/3):L/r.t2+r.t0},yL=function(){var b,g,L,l;return L=(l=EL(arguments))[0],g=l[1],b=l[2],L=wL(L),g=wL(g),b=wL(b),[RL((.4124564*L+.3575761*g+.1804375*b)/r.Xn),RL((.2126729*L+.7151522*g+.072175*b)/r.Yn),RL((.0193339*L+.119192*g+.9503041*b)/r.Zn)]},A.lab=function(){return function(L,l,t){t.prototype=L.prototype;var e=new t,n=L.apply(e,l);return Object(n)===n?n:e}(e,jL.call(arguments).concat(["lab"]),(function(){}))},z.lab=W,e.prototype.lab=function(){return gL(this._rgb)},y=function(L){var l,t,e,n,r,d,c,o,f,h,v;return 2===(L=function(){var l,t,e;for(e=[],t=0,l=L.length;t=0&&a[3]<=1?"rgb":void 0}}),z.lrgb=z.rgb,V=function(L,l,t,n){var r,d;return r=L._rgb,d=l._rgb,new e(xL(oL(r[0],2)*(1-t)+oL(d[0],2)*t),xL(oL(r[1],2)*(1-t)+oL(d[1],2)*t),xL(oL(r[2],2)*(1-t)+oL(d[2],2)*t),n)},h=function(L){var l,t,n,r,d;for(l=1/L.length,d=[0,0,0,0],n=0,t=L.length;n1&&(d[3]=1),new e(x(d))},m.push(["lrgb",V]),A.average=function(L,l){var t,e,n,r,c,o,f,i,v,M,z,m,_;if(null==l&&(l="rgb"),v=L.length,L=L.map((function(L){return A(L)})),f=L.splice(0,1)[0],"lrgb"===l)return h(L);for(i in r=[],c=0,o=0,m=f.get(l))m[i]=m[i]||0,r.push(isNaN(m[i])?0:1),"h"!==l.charAt(i)||isNaN(m[i])||(t=m[i]/180*d,c+=G(t),o+=AL(t));for(e=f.alpha(),z=0,M=L.length;z=360;)t-=360;m[i]=t}else m[i]=m[i]/r[i];return A(m,l).alpha(e/v)},I=function(L){var l,u;if(L.match(/^#?([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$/))return 4!==L.length&&7!==L.length||(L=L.substr(1)),3===L.length&&(L=(L=L.split(""))[0]+L[0]+L[1]+L[1]+L[2]+L[2]),[(u=parseInt(L,16))>>16,u>>8&255,255&u,1];if(L.match(/^#?([A-Fa-f0-9]{8})$/))return 9===L.length&&(L=L.substr(1)),[(u=parseInt(L,16))>>24&255,u>>16&255,u>>8&255,NL((255&u)/255*100)/100];if(null!=z.css&&(l=z.css(L)))return l;throw"unknown color: "+L},pL=function(L,l){var a,b,g,t,e,n;return null==l&&(l="auto"),e=L[0],g=L[1],b=L[2],a=L[3],"auto"===l&&(l=a<1?"rgba":"rgb"),e=Math.round(e),g=Math.round(g),b=Math.round(b),n=(n="000000"+(e<<16|g<<8|b).toString(16)).substr(n.length-6),t=(t="0"+NL(255*a).toString(16)).substr(t.length-2),"#"+function(){switch(l.toLowerCase()){case"rgba":return n+t;case"argb":return t+n;default:return n}}()},z.hex=function(L){return I(L)},A.hex=function(){return function(L,l,t){t.prototype=L.prototype;var e=new t,n=L.apply(e,l);return Object(n)===n?n:e}(e,jL.call(arguments).concat(["hex"]),(function(){}))},e.prototype.hex=function(L){return null==L&&(L="auto"),pL(this._rgb,L)},v.push({p:4,test:function(L){if(1===arguments.length&&"string"===GL(L))return"hex"}}),U=function(){var L,b,l,g,t,i,e,n,r,d,s,c,o,f;if(t=(L=EL(arguments))[0],s=L[1],e=L[2],0===s)r=g=b=255*e;else{for(l=[0,0,0],c=2*e-(o=e<.5?e*(1+s):e+s-e*s),(f=[0,0,0])[0]=(t/=360)+1/3,f[1]=t,f[2]=t-1/3,i=n=0;n<=2;i=++n)f[i]<0&&(f[i]+=1),f[i]>1&&(f[i]-=1),6*f[i]<1?l[i]=c+6*(o-c)*f[i]:2*f[i]<1?l[i]=o:3*f[i]<2?l[i]=c+(o-c)*(2/3-f[i])*6:l[i]=c;r=(d=[NL(255*l[0]),NL(255*l[1]),NL(255*l[2])])[0],g=d[1],b=d[2]}return L.length>3?[r,g,b,L[3]]:[r,g,b]},vL=function(L,g,b){var l,t,e,n,s;return void 0!==L&&L.length>=3&&(L=(n=L)[0],g=n[1],b=n[2]),L/=255,g/=255,b/=255,e=Math.min(L,g,b),t=((iL=Math.max(L,g,b))+e)/2,iL===e?(s=0,l=Number.NaN):s=t<.5?(iL-e)/(iL+e):(iL-e)/(2-iL-e),L===iL?l=(g-b)/(iL-e):g===iL?l=2+(b-L)/(iL-e):b===iL&&(l=4+(L-g)/(iL-e)),(l*=60)<0&&(l+=360),[l,s,t]},A.hsl=function(){return function(L,l,t){t.prototype=L.prototype;var e=new t,n=L.apply(e,l);return Object(n)===n?n:e}(e,jL.call(arguments).concat(["hsl"]),(function(){}))},z.hsl=U,e.prototype.hsl=function(){return vL(this._rgb)},D=function(){var L,b,l,g,t,i,p,q,e,n,r,d,c,o,f,s,h,v;if(t=(L=EL(arguments))[0],s=L[1],v=L[2],v*=255,0===s)e=g=b=v;else switch(360===t&&(t=0),t>360&&(t-=360),t<0&&(t+=360),p=v*(1-s),q=v*(1-s*(l=(t/=60)-(i=j(t)))),h=v*(1-s*(1-l)),i){case 0:e=(n=[v,h,p])[0],g=n[1],b=n[2];break;case 1:e=(r=[q,v,p])[0],g=r[1],b=r[2];break;case 2:e=(d=[p,v,h])[0],g=d[1],b=d[2];break;case 3:e=(c=[p,q,v])[0],g=c[1],b=c[2];break;case 4:e=(o=[h,p,v])[0],g=o[1],b=o[2];break;case 5:e=(f=[v,p,q])[0],g=f[1],b=f[2]}return[e,g,b,L.length>3?L[3]:1]},ML=function(){var b,L,g,l,t,e,n,s,r;return e=(n=EL(arguments))[0],g=n[1],b=n[2],t=Math.min(e,g,b),L=(iL=Math.max(e,g,b))-t,r=iL/255,0===iL?(l=Number.NaN,s=0):(s=L/iL,e===iL&&(l=(g-b)/L),g===iL&&(l=2+(b-e)/L),b===iL&&(l=4+(e-g)/L),(l*=60)<0&&(l+=360)),[l,s,r]},A.hsv=function(){return function(L,l,t){t.prototype=L.prototype;var e=new t,n=L.apply(e,l);return Object(n)===n?n:e}(e,jL.call(arguments).concat(["hsv"]),(function(){}))},z.hsv=D,e.prototype.hsv=function(){return ML(this._rgb)},dL=function(L){return"number"===GL(L)&&L>=0&&L<=16777215?[L>>16,L>>8&255,255&L,1]:(console.warn("unknown num color: "+L),[0,0,0,1])},_L=function(){var L;return((L=EL(arguments))[0]<<16)+(L[1]<<8)+L[2]},A.num=function(L){return new e(L,"num")},e.prototype.num=function(L){return null==L&&(L="rgb"),_L(this._rgb,L)},z.num=dL,v.push({p:1,test:function(L){if(1===arguments.length&&"number"===GL(L)&&L>=0&&L<=16777215)return"num"}}),T=function(){var L,l,t,b,e,n,g,r,i,p,q,d,c,o,f,h,v,M,z,m;if(r=(t=EL(arguments))[0],e=t[1],l=t[2],g=g/100*255,L=255*(e/=100),0===e)d=g=b=l;else switch(360===r&&(r=0),r>360&&(r-=360),r<0&&(r+=360),q=(p=l*(1-e))+L*(1-(n=(r/=60)-(i=j(r)))),z=p+L*n,m=p+L,i){case 0:d=(c=[m,z,p])[0],g=c[1],b=c[2];break;case 1:d=(o=[q,m,p])[0],g=o[1],b=o[2];break;case 2:d=(f=[p,m,z])[0],g=f[1],b=f[2];break;case 3:d=(h=[p,q,m])[0],g=h[1],b=h[2];break;case 4:d=(v=[z,p,m])[0],g=v[1],b=v[2];break;case 5:d=(M=[m,p,q])[0],g=M[1],b=M[2]}return[d,g,b,t.length>3?t[3]:1]},hL=function(){var L,b,l,t,g,e,n,r,d;return r=(d=EL(arguments))[0],g=d[1],b=d[2],n=Math.min(r,g,b),l=100*(t=(iL=Math.max(r,g,b))-n)/255,L=n/(255-t)*100,0===t?e=Number.NaN:(r===iL&&(e=(g-b)/t),g===iL&&(e=2+(b-r)/t),b===iL&&(e=4+(r-g)/t),(e*=60)<0&&(e+=360)),[e,l,L]},A.hcg=function(){return function(L,l,t){t.prototype=L.prototype;var e=new t,n=L.apply(e,l);return Object(n)===n?n:e}(e,jL.call(arguments).concat(["hcg"]),(function(){}))},z.hcg=T,e.prototype.hcg=function(){return hL(this._rgb)},E=function(L){var l,t,e,i,n,r,d,c;if(L=L.toLowerCase(),null!=A.colors&&A.colors[L])return I(A.colors[L]);if(n=L.match(/rgb\(\s*(\-?\d+),\s*(\-?\d+)\s*,\s*(\-?\d+)\s*\)/)){for(d=n.slice(1,4),i=r=0;r<=2;i=++r)d[i]=+d[i];d[3]=1}else if(n=L.match(/rgba\(\s*(\-?\d+),\s*(\-?\d+)\s*,\s*(\-?\d+)\s*,\s*([01]|[01]?\.\d+)\)/))for(d=n.slice(1,5),i=c=0;c<=3;i=++c)d[i]=+d[i];else if(n=L.match(/rgb\(\s*(\-?\d+(?:\.\d+)?)%,\s*(\-?\d+(?:\.\d+)?)%\s*,\s*(\-?\d+(?:\.\d+)?)%\s*\)/)){for(d=n.slice(1,4),i=l=0;l<=2;i=++l)d[i]=NL(2.55*d[i]);d[3]=1}else if(n=L.match(/rgba\(\s*(\-?\d+(?:\.\d+)?)%,\s*(\-?\d+(?:\.\d+)?)%\s*,\s*(\-?\d+(?:\.\d+)?)%\s*,\s*([01]|[01]?\.\d+)\)/)){for(d=n.slice(1,5),i=t=0;t<=2;i=++t)d[i]=NL(2.55*d[i]);d[3]=+d[3]}else(n=L.match(/hsl\(\s*(\-?\d+(?:\.\d+)?),\s*(\-?\d+(?:\.\d+)?)%\s*,\s*(\-?\d+(?:\.\d+)?)%\s*\)/))?((e=n.slice(1,4))[1]*=.01,e[2]*=.01,(d=U(e))[3]=1):(n=L.match(/hsla\(\s*(\-?\d+(?:\.\d+)?),\s*(\-?\d+(?:\.\d+)?)%\s*,\s*(\-?\d+(?:\.\d+)?)%\s*,\s*([01]|[01]?\.\d+)\)/))&&((e=n.slice(1,4))[1]*=.01,e[2]*=.01,(d=U(e))[3]=+n[4]);return d},uL=function(L){var l;return"rgb"===(l=L[3]<1?"rgba":"rgb")?l+"("+L.slice(0,3).map(NL).join(",")+")":"rgba"===l?l+"("+L.slice(0,3).map(NL).join(",")+","+L[3]+")":void 0},kL=function(a){return NL(100*a)/100},F=function(L,l){var t;return t=l<1?"hsla":"hsl",L[0]=kL(L[0]||0),L[1]=kL(100*L[1])+"%",L[2]=kL(100*L[2])+"%","hsla"===t&&(L[3]=l),t+"("+L.join(",")+")"},z.css=function(L){return E(L)},A.css=function(){return function(L,l,t){t.prototype=L.prototype;var e=new t,n=L.apply(e,l);return Object(n)===n?n:e}(e,jL.call(arguments).concat(["css"]),(function(){}))},e.prototype.css=function(L){return null==L&&(L="rgb"),"rgb"===L.slice(0,3)?uL(this._rgb):"hsl"===L.slice(0,3)?F(this.hsl(),this.alpha()):void 0},z.named=function(L){return I(PL[L])},v.push({p:5,test:function(L){if(1===arguments.length&&null!=PL[L])return"named"}}),e.prototype.name=function(L){var l,t;for(t in arguments.length&&(PL[L]&&(this._rgb=I(PL[L])),this._rgb[3]=1),l=this.hex("rgb"),PL)if(l===PL[t])return t;return l},LL=function(){var L,l,t,e;return t=(e=EL(arguments))[0],L=e[1],l=e[2],[t,G(l*=n)*L,AL(l)*L]},lL=function(){var L,a,l,b,t,e,n,r,d;return n=(l=EL(arguments))[0],t=l[1],e=l[2],L=(r=LL(n,t,e))[0],a=r[1],b=r[2],[(d=W(L,a,b))[0],d[1],b=d[2],l.length>3?l[3]:1]},X=function(){var a,b,L,l,t,e;return t=(e=EL(arguments))[0],a=e[1],b=e[2],L=xL(a*a+b*b),l=(C(b,a)*o+360)%360,0===NL(1e4*L)&&(l=Number.NaN),[t,L,l]},zL=function(){var a,b,g,L,l,t,e;return l=(t=EL(arguments))[0],g=t[1],b=t[2],L=(e=gL(l,g,b))[0],a=e[1],b=e[2],X(L,a,b)},A.lch=function(){var L;return L=EL(arguments),new e(L,"lch")},A.hcl=function(){var L;return L=EL(arguments),new e(L,"hcl")},z.lch=lL,z.hcl=function(){var L,l,t,e;return l=(e=EL(arguments))[0],L=e[1],t=e[2],lL([t,L,l])},e.prototype.lch=function(){return zL(this._rgb)},e.prototype.hcl=function(){return zL(this._rgb).reverse()},fL=function(L){var b,l,g,t,e,n;return null==L&&(L="rgb"),e=(n=EL(arguments))[0],g=n[1],b=n[2],g/=255,b/=255,[(1-(e/=255)-(t=1-Math.max(e,Math.max(g,b))))*(l=t<1?1/(1-t):0),(1-g-t)*l,(1-b-t)*l,t]},B=function(){var L,l,t,e,n,r;return t=(l=EL(arguments))[0],n=l[1],r=l[2],e=l[3],L=l.length>4?l[4]:1,1===e?[0,0,0,L]:[t>=1?0:255*(1-t)*(1-e),n>=1?0:255*(1-n)*(1-e),r>=1?0:255*(1-r)*(1-e),L]},z.cmyk=function(){return B(EL(arguments))},A.cmyk=function(){return function(L,l,t){t.prototype=L.prototype;var e=new t,n=L.apply(e,l);return Object(n)===n?n:e}(e,jL.call(arguments).concat(["cmyk"]),(function(){}))},e.prototype.cmyk=function(){return fL(this._rgb)},z.gl=function(){var i,L,l,t,e;for(t=function(){var l,t;for(L in t=[],l=EL(arguments))e=l[L],t.push(e);return t}.apply(this,arguments),i=l=0;l<=2;i=++l)t[i]*=255;return t},A.gl=function(){return function(L,l,t){t.prototype=L.prototype;var e=new t,n=L.apply(e,l);return Object(n)===n?n:e}(e,jL.call(arguments).concat(["gl"]),(function(){}))},e.prototype.gl=function(){var L;return[(L=this._rgb)[0]/255,L[1]/255,L[2]/255,L[3]]},mL=function(L,g,b){var l;return L=(l=EL(arguments))[0],g=l[1],b=l[2],.2126*(L=nL(L))+.7152*(g=nL(g))+.0722*(b=nL(b))},nL=function(L){return(L/=255)<=.03928?L/12.92:oL((L+.055)/1.055,2.4)},J=function(L,l,t,n){var r,d;return r=L._rgb,d=l._rgb,new e(r[0]+t*(d[0]-r[0]),r[1]+t*(d[1]-r[1]),r[2]+t*(d[2]-r[2]),n)},m.push(["rgb",J]),e.prototype.luminance=function(L,l){var t,e,n,r;return null==l&&(l="rgb"),arguments.length?(n=this._rgb,0===L?n=[0,0,0,this._rgb[3]]:1===L?n=[255,255,255,this[3]]:(t=mL(this._rgb),1e-7,e=20,r=function(t,n){var d,c;return d=(c=t.interpolate(n,.5,l)).luminance(),Math.abs(L-d)<1e-7||!e--?c:d>L?r(t,c):r(c,n)},n=t>L?r(A("black"),this).rgba():r(this,A("white")).rgba()),A(n).alpha(this.alpha())):mL(this._rgb)},BL=function(L){var b,g,l,t;return(t=L/100)<66?(l=255,g=-155.25485562709179-.44596950469579133*(g=t-2)+104.49216199393888*eL(g),b=t<20?0:.8274096064007395*(b=t-10)-254.76935184120902+115.67994401066147*eL(b)):(l=351.97690566805693+.114206453784165*(l=t-55)-40.25366309332127*eL(l),g=325.4494125711974+.07943456536662342*(g=t-50)-28.0852963507957*eL(g),b=255),[l,g,b]},CL=function(){var b,L,l,t,e,n,r;for(t=(e=EL(arguments))[0],e[1],b=e[2],l=1e3,L=4e4,.4;L-l>.4;)(n=BL(r=.5*(L+l)))[2]/n[0]>=b/t?L=r:l=r;return NL(r)},A.temperature=A.kelvin=function(){return function(L,l,t){t.prototype=L.prototype;var e=new t,n=L.apply(e,l);return Object(n)===n?n:e}(e,jL.call(arguments).concat(["temperature"]),(function(){}))},z.temperature=z.kelvin=z.K=BL,e.prototype.temperature=function(){return CL(this._rgb)},e.prototype.kelvin=e.prototype.temperature,A.contrast=function(a,b){var L,l,t,n;return"string"!==(t=GL(a))&&"number"!==t||(a=new e(a)),"string"!==(n=GL(b))&&"number"!==n||(b=new e(b)),(L=a.luminance())>(l=b.luminance())?(L+.05)/(l+.05):(l+.05)/(L+.05)},A.distance=function(a,b,L){var l,i,t,n,r,d,c;for(i in null==L&&(L="lab"),"string"!==(r=GL(a))&&"number"!==r||(a=new e(a)),"string"!==(d=GL(b))&&"number"!==d||(b=new e(b)),t=a.get(L),n=b.get(L),c=0,t)c+=(l=(t[i]||0)-(n[i]||0))*l;return Math.sqrt(c)},A.deltaE=function(a,b,L,l){var t,n,r,c,o,f,h,v,M,z,m,y,w,h1,k,N,S,A,x,B,E,P,R,O;for(null==L&&(L=1),null==l&&(l=1),"string"!==(k=GL(a))&&"number"!==k||(a=new e(a)),"string"!==(N=GL(b))&&"number"!==N||(b=new e(b)),t=(S=a.lab())[0],r=S[1],o=S[2],n=(A=b.lab())[0],c=A[1],f=A[2],h=xL(r*r+o*o),v=xL(c*c+f*f),B=t<16?.511:.040975*t/(1+.01765*t),x=.0638*h/(1+.0131*h)+.638,h1=h<1e-6?0:180*C(o,r)/d;h1<0;)h1+=360;for(;h1>=360;)h1-=360;return E=h1>=164&&h1<=345?.56+_(.2*G(d*(h1+168)/180)):.36+_(.4*G(d*(h1+35)/180)),w=xL((M=h*h*h*h)/(M+1900)),xL((P=(t-n)/(L*B))*P+(R=(y=h-v)/(l*x))*R+((z=r-c)*z+(m=o-f)*m-y*y)/((O=x*(w*E+1-w))*O))},e.prototype.get=function(L){var l,i,t,e,n;return this,t=(e=L.split("."))[0],l=e[1],n=this[t](),l?(i=t.indexOf(l))>-1?n[i]:console.warn("unknown channel "+l+" in mode "+t):n},e.prototype.set=function(L,l){var t,i,e,n,r;if(this,e=(n=L.split("."))[0],t=n[1])if(r=this[e](),(i=e.indexOf(t))>-1)if("string"===GL(l))switch(l.charAt(0)){case"+":case"-":r[i]+=+l;break;case"*":r[i]*=+l.substr(1);break;case"/":r[i]/=+l.substr(1);break;default:r[i]=+l}else r[i]=l;else console.warn("unknown channel "+t+" in mode "+e);else r=l;return A(r,e).alpha(this.alpha())},e.prototype.clipped=function(){return this._rgb._clipped||!1},e.prototype.alpha=function(a){return arguments.length?A.rgb([this._rgb[0],this._rgb[1],this._rgb[2],a]):this._rgb[3]},e.prototype.darken=function(L){var l;return null==L&&(L=1),this,(l=this.lab())[0]-=r.Kn*L,A.lab(l).alpha(this.alpha())},e.prototype.brighten=function(L){return null==L&&(L=1),this.darken(-L)},e.prototype.darker=e.prototype.darken,e.prototype.brighter=e.prototype.brighten,e.prototype.saturate=function(L){var l;return null==L&&(L=1),this,(l=this.lch())[1]+=L*r.Kn,l[1]<0&&(l[1]=0),A.lch(l).alpha(this.alpha())},e.prototype.desaturate=function(L){return null==L&&(L=1),this.saturate(-L)},e.prototype.premultiply=function(){var a,L;return L=this.rgb(),a=this.alpha(),A(L[0]*a,L[1]*a,L[2]*a,a)},sL=function(a,b){return a*b/255},P=function(a,b){return a>b?b:a},tL=function(a,b){return a>b?a:b},SL=function(a,b){return 255*(1-(1-a/255)*(1-b/255))},cL=function(a,b){return b<128?2*a*b/255:255*(1-2*(1-a/255)*(1-b/255))},S=function(a,b){return 255*(1-(1-b/255)/(a/255))},R=function(a,b){return 255===a||(a=b/255*255/(1-a/255))>255?255:a},(w=function(L,l,t){if(!w[t])throw"unknown blend mode "+t;return w[t](L,l)}).normal=(k=function(L){return function(l,t){var e,n;return e=A(t).rgb(),n=A(l).rgb(),A(L(e,n),"rgb")}})((O=function(L){return function(l,t){var i,e,n;for(n=[],i=e=0;e<=3;i=++e)n[i]=L(l[i],t[i]);return n}})((function(a,b){return a}))),w.multiply=k(O(sL)),w.screen=k(O(SL)),w.overlay=k(O(cL)),w.darken=k(O(P)),w.lighten=k(O(tL)),w.dodge=k(O(R)),w.burn=k(O(S)),A.blend=w,A.analyze=function(data){var L,l,t,e;for(t={min:Number.MAX_VALUE,max:-1*Number.MAX_VALUE,sum:0,values:[],count:0},l=0,L=data.length;lt.max&&(t.max=e),t.count+=1);return t.domain=[t.min,t.max],t.limits=function(L,l){return A.limits(t,L,l)},t},A.scale=function(L,l){var t,e,n,r,d,c,o,f,h,v,M,z,m,_,C,y,w,k,N,S,x;return h="rgb",v=A("#ccc"),_=0,!1,d=[0,1],m=[],z=[0,0],t=!1,n=[],M=!1,f=0,o=1,r=!1,e={},C=!0,c=1,S=function(L){var l,col,t,e,r,d;if(null==L&&(L=["#fff","#000"]),null!=L&&"string"===GL(L)&&null!=A.brewer&&(L=A.brewer[L]||A.brewer[L.toLowerCase()]||L),"array"===GL(L)){for(1===L.length&&(L=[L[0],L[0]]),l=t=0,e=(L=L.slice(0)).length-1;0<=e?t<=e:t>=e;l=0<=e?++t:--t)col=L[l],"string"===GL(col)&&(L[l]=A(col));for(m.length=0,l=d=0,r=L.length-1;0<=r?d<=r:d>=r;l=0<=r?++d:--d)m.push(l/(L.length-1))}return N(),n=L},w=function(L){var i,l;if(null!=t){for(l=t.length-1,i=0;i=t[i];)i++;return i-1}return 0},x=function(L){return L},function(L){var i,l,e,n,r;return r=L,t.length>2&&(n=t.length-1,i=w(L),e=t[0]+(t[1]-t[0])*(0+.5*_),l=t[n-1]+(t[n]-t[n-1])*(1-.5*_),r=f+(t[i]+.5*(t[i+1]-t[i])-e)/(l-e)*(o-f)),r},k=function(L,l){var col,i,r,d,p,M,_;if(null==l&&(l=!1),isNaN(L)||null===L)return v;if(_=l?L:t&&t.length>2?w(L)/(t.length-2):o!==f?(L-f)/(o-f):1,l||(_=x(_)),1!==c&&(_=oL(_,c)),_=z[0]+_*(1-z[0]-z[1]),_=Math.min(1,Math.max(0,_)),r=Math.floor(1e4*_),C&&e[r])col=e[r];else{if("array"===GL(n))for(i=d=0,M=m.length-1;0<=M?d<=M:d>=M;i=0<=M?++d:--d){if(_<=(p=m[i])){col=n[i];break}if(_>=p&&i===m.length-1){col=n[i];break}if(_>p&&_=h;l=0<=h?++v:--v)m.push(l/(e-1));return d=[f,o],y},y.mode=function(L){return arguments.length?(h=L,N(),y):h},y.range=function(L,l){return S(L),y},y.out=function(L){return M=L,y},y.spread=function(L){return arguments.length?(_=L,y):_},y.correctLightness=function(L){return null==L&&(L=!0),r=L,N(),x=r?function(L){var l,t,e,n,r,d,c,o,f;for(l=k(0,!0).lab()[0],t=k(1,!0).lab()[0],c=l>t,e=k(L,!0).lab()[0],n=e-(r=l+(t-l)*L),o=0,f=1,d=20;Math.abs(n)>.01&&d-- >0;)c&&(n*=-1),n<0?(o=L,L+=.5*(f-L)):(f=L,L+=.5*(o-L)),e=k(L,!0).lab()[0],n=e-r;return L}:function(L){return L},y},y.padding=function(p){return null!=p?("number"===GL(p)&&(p=[p,p]),z=p,y):z},y.colors=function(l,e){var dd,r,i,c,o,f,h,v;if(arguments.length<2&&(e="hex"),o=[],0===arguments.length)o=n.slice(0);else if(1===l)o=[y(.5)];else if(l>1)r=d[0],dd=d[1]-r,o=function(){f=[];for(var L=0;0<=l?Ll;0<=l?L++:L--)f.push(L);return f}.apply(this).map((function(i){return y(r+i/(l-1)*dd)}));else{if(L=[],h=[],t&&t.length>2)for(i=v=1,c=t.length;1<=c?vc;i=1<=c?++v:--v)h.push(.5*(t[i-1]+t[i]));else h=d;o=h.map((function(L){return y(L)}))}return A[e]&&(o=o.map((function(L){return L[e]()}))),o},y.cache=function(L){return null!=L?(C=L,y):C},y.gamma=function(g){return null!=g?(c=g,y):c},y.nodata=function(L){return null!=L?(v=A(L),y):v},y},null==A.scales&&(A.scales={}),A.scales.cool=function(){return A.scale([A.hsl(180,1,.9),A.hsl(250,.7,.4)])},A.scales.hot=function(){return A.scale(["#000","#f00","#ff0","#fff"],[0,.25,.75,1]).mode("rgb")},A.analyze=function(data,L,filter){var l,t,e,n,r,d;if(r={min:Number.MAX_VALUE,max:-1*Number.MAX_VALUE,sum:0,values:[],count:0},null==filter&&(filter=function(){return!0}),l=function(L){null==L||isNaN(L)||(r.values.push(L),r.sum+=L,Lr.max&&(r.max=L),r.count+=1)},d=function(t,e){if(filter(t,e))return null!=L&&"function"===GL(L)?l(L(t)):null!=L&&"string"===GL(L)||"number"===GL(L)?l(t[L]):l(t)},"array"===GL(data))for(n=0,e=data.length;n=Y;i=1<=Y?++F:--F)G.push(P+i/l*(iL-P));G.push(iL)}else if("l"===L.substr(0,1)){if(P<=0)throw"Logarithmic scales are only possible for values > 0";for(R=Math.LOG10E*eL(P),E=Math.LOG10E*eL(iL),G.push(P),i=hL=1,Z=l-1;1<=Z?hL<=Z:hL>=Z;i=1<=Z?++hL:--hL)G.push(oL(10,R+i/l*(E-R)));G.push(iL)}else if("q"===L.substr(0,1)){for(G.push(P),i=t=1,W=l-1;1<=W?t<=W:t>=W;i=1<=W?++t:--t)p=(uL.length-1)*i/l,(U=j(p))===p?G.push(uL[U]):(D=p-U,G.push(uL[U]*(1-D)+uL[U+1]*D));G.push(iL)}else if("k"===L.substr(0,1)){for(T=uL.length,C=new Array(T),N=new Array(l),sL=!0,I=0,w=null,(w=[]).push(P),i=e=1,Q=l-1;1<=Q?e<=Q:e>=Q;i=1<=Q?++e:--e)w.push(P+i/l*(iL-P));for(w.push(iL);sL;){for(x=n=0,LL=l-1;0<=LL?n<=LL:n>=LL;x=0<=LL?++n:--n)N[x]=0;for(i=r=0,lL=T-1;0<=lL?r<=lL:r>=lL;i=0<=lL?++r:--r){for(fL=uL[i],O=Number.MAX_VALUE,x=d=0,tL=l-1;0<=tL?d<=tL:d>=tL;x=0<=tL?++d:--d)(S=_(w[x]-fL))=aL;x=0<=aL?++c:--c)K[x]=null;for(i=o=0,nL=T-1;0<=nL?o<=nL:o>=nL;i=0<=nL?++o:--o)null===K[k=C[i]]?K[k]=uL[i]:K[k]+=uL[i];for(x=f=0,rL=l-1;0<=rL?f<=rL:f>=rL;x=0<=rL?++f:--f)K[x]*=1/N[x];for(sL=!1,x=h=0,H=l-1;0<=H?h<=H:h>=H;x=0<=H?++h:--h)if(K[x]!==w[i]){sL=!0;break}w=K,++I>200&&(sL=!1)}for(B={},x=v=0,V=l-1;0<=V?v<=V:v>=V;x=0<=V?++v:--v)B[x]=[];for(i=M=0,$=T-1;0<=$?M<=$:M>=$;i=0<=$?++M:--M)B[k=C[i]].push(uL[i]);for(dL=[],x=z=0,J=l-1;0<=J?z<=J:z>=J;x=0<=J?++z:--z)dL.push(B[x][0]),dL.push(B[x][B[x].length-1]);for(dL=dL.sort((function(a,b){return a-b})),G.push(dL[0]),i=m=1,X=dL.length-1;m<=X;i=m+=2)cL=dL[i],isNaN(cL)||-1!==G.indexOf(cL)||G.push(cL)}return G},K=function(L,s,i){var l,b,g,t;return L=(l=EL(arguments))[0],s=l[1],i=l[2],isNaN(L)&&(L=0),(L/=360)<1/3?g=1-((b=(1-s)/3)+(t=(1+s*G(f*L)/G(c-f*L))/3)):L<2/3?b=1-((t=(1-s)/3)+(g=(1+s*G(f*(L-=1/3))/G(c-f*L))/3)):t=1-((g=(1-s)/3)+(b=(1+s*G(f*(L-=2/3))/G(c-f*L))/3)),[255*(t=aL(i*t*3)),255*(g=aL(i*g*3)),255*(b=aL(i*b*3)),l.length>3?l[3]:1]},bL=function(){var b,g,L,i,l,t,s;return l=(t=EL(arguments))[0],g=t[1],b=t[2],f=2*Math.PI,l/=255,g/=255,b/=255,0===(s=1-Math.min(l,g,b)/(i=(l+g+b)/3))?L=0:(L=(l-g+(l-b))/2,L/=Math.sqrt((l-g)*(l-g)+(l-b)*(g-b)),L=Math.acos(L),b>g&&(L=f-L),L/=f),[360*L,s,i]},A.hsi=function(){return function(L,l,t){t.prototype=L.prototype;var e=new t,n=L.apply(e,l);return Object(n)===n?n:e}(e,jL.call(arguments).concat(["hsi"]),(function(){}))},z.hsi=K,e.prototype.hsi=function(){return bL(this._rgb)},Z=function(L,l,t,e){var n,r,d,c,o,f,h,v,M,z;return"hsl"===e?(M=L.hsl(),z=l.hsl()):"hsv"===e?(M=L.hsv(),z=l.hsv()):"hcg"===e?(M=L.hcg(),z=l.hcg()):"hsi"===e?(M=L.hsi(),z=l.hsi()):"lch"!==e&&"hcl"!==e||(e="hcl",M=L.hcl(),z=l.hcl()),"h"===e.substr(0,1)&&(r=M[0],h=M[1],c=M[2],d=z[0],v=z[1],o=z[2]),isNaN(r)||isNaN(d)?isNaN(r)?isNaN(d)?n=Number.NaN:(n=d,1!==c&&0!==c||"hsv"===e||(f=v)):(n=r,1!==o&&0!==o||"hsv"===e||(f=h)):n=r+t*(d>r&&d-r>180?d-(r+360):d180?d+360-r:d-r),null==f&&(f=h+t*(v-h)),A[e](n,f,c+t*(o-c))},$=function(L,l,t,e){var n,r;return n=L.num(),r=l.num(),A.num(n+(r-n)*t,"num")},(m=m.concat(function(){var L,l,t,e;for(e=[],l=0,L=(t=["hsv","hsl","hsi","hcl","lch","hcg"]).length;l0?[e("tr",[e("th",{staticClass:"text-left"}),t._v(" "),t._l(t.inlineColNames,(function(r){return e("th",{key:r,staticClass:"text-right"},[t._v("\n "+t._s(r)+"\n ")])}))],2)]:t._e()],2),t._v(" "),e("tbody",t._l(t.table,(function(r,n){return e("tr",{key:n},[t.to?[e("td",{staticClass:"text-left"},[e("nuxt-link",{attrs:{to:"/"+t.to+"/"+n}},[t._v("\n "+t._s(n)+"\n ")])],1)]:[e("td",{staticClass:"text-left"},[t._v("\n "+t._s("-"===n?t.noLabelText:n)+"\n ")])],t._v(" "),"object"===Object(o.a)(r)?t._l(Object.values(r),(function(o){return e("td",{key:"".concat(n,"/").concat(o),staticClass:"text-right"},[t._v("\n "+t._s(o)+" ("+t._s(t.percent(o,t.rowTotal(Object.values(r))))+"%)\n ")])})):[e("td",{staticClass:"text-right"},[t._v("\n "+t._s(r)+" ("+t._s(t.percent(r,t.total))+"%)\n ")])]],2)})),0)]},proxy:!0}])})],1),t._v(" "),t.isMobile?t._e():e("apexchart",{staticClass:"my-3",attrs:{width:"256",type:"pie",options:t.getChartOptions(),series:t.series}})],1)])}),[],!1,null,null,null);e.default=component.exports},452:function(t,e,r){"use strict";r.r(e);var o=r(460),n={name:"Overview",components:{TableChartCard:r(447).default,WorldMap:o.a},props:{nodes:{type:Object,required:!0},countries:{type:Object,required:!0}},data:function(){return{showMapOverlay:!1,mapOverlayCountry:"",mapOverlayCount:0}},computed:{totalNodes:function(){return this.nodes.raw.length}},methods:{onMouseEnterMapCountry:function(t){this.countries[t]&&(this.mapOverlayCountry=t+": ",this.mapOverlayCount=this.countries[t],this.showMapOverlay=!0)},onMouseLeaveMapCountry:function(){this.showMapOverlay=!1,this.mapOverlayCountry="",this.mapOverlayCount=0}}},l=r(101),component=Object(l.a)(n,(function(){var t=this,e=t._self._c;return e("span",{staticClass:"node-overview pa-0 ma-0 bg-0"},[e("v-card",{staticClass:"mr-1 mb-1 mt-1",staticStyle:{"margin-left":"6px"},attrs:{tile:""}},[t.showMapOverlay?e("v-sheet",{staticClass:"bg-0",staticStyle:{position:"absolute",bottom:"0"},attrs:{"hide-overlay":"",persistent:"",width:"180"}},[e("v-card",{staticClass:"bg-0",attrs:{tile:""}},[e("v-card-text",{attrs:{color:"primary"}},[t._v(t._s(t.mapOverlayCountry)+"\n "+t._s(t.$tc("map.nodes",t.mapOverlayCount)))])],1)],1):t._e(),t._v(" "),e("world-map",{attrs:{"low-color":"#b1efff","high-color":"#14d0ff","country-data":t.countries,"default-country-fill-color":"#5a5a5a","country-colors":!1,"show-color-bar":!0,"show-overlay":t.showMapOverlay,"country-stroke-color":"#222"},on:{mouseenter:t.onMouseEnterMapCountry,mouseleave:t.onMouseLeaveMapCountry}})],1),t._v(" "),e("table-chart-card",{staticClass:"mr-1 mb-1",staticStyle:{"margin-left":"6px"},attrs:{title:t.$t("home.clients"),table:t.nodes.clients.table,labels:t.nodes.clients.chart.labels,series:t.nodes.clients.chart.series,total:t.totalNodes,"no-label-text":t.$t("nodes.unknown"),icon:"mdi-console"}}),t._v(" "),e("table-chart-card",{staticClass:"mr-1 mb-1",staticStyle:{"margin-left":"6px"},attrs:{title:t.$t("home.forkIdCurrent"),table:t.nodes.forks.current.table,labels:t.nodes.forks.current.chart.labels,series:t.nodes.forks.current.chart.series,total:t.totalNodes,icon:"mdi-directions-fork"}}),t._v(" "),e("table-chart-card",{staticClass:"mr-1 mb-1",staticStyle:{"margin-left":"6px"},attrs:{title:t.$t("home.forkIdNext"),table:t.nodes.forks.next.table,labels:t.nodes.forks.next.chart.labels,series:t.nodes.forks.next.chart.series,total:t.totalNodes,"no-label-text":t.$t("nodes.none"),icon:"mdi-directions-fork"}}),t._v(" "),e("table-chart-card",{staticClass:"mr-1 mb-1",staticStyle:{"margin-left":"6px"},attrs:{title:t.$t("nodes.protocolEth"),table:t.nodes.protocols.eth.table,labels:t.nodes.protocols.eth.chart.labels,series:t.nodes.protocols.eth.chart.series,total:t.totalNodes,icon:"mdi-handshake"}}),t._v(" "),e("table-chart-card",{staticClass:"mr-1 mb-1",staticStyle:{"margin-left":"6px"},attrs:{title:t.$t("nodes.protocolSnap"),table:t.nodes.protocols.snap.table,labels:t.nodes.protocols.snap.chart.labels,series:t.nodes.protocols.snap.chart.series,total:t.totalNodes,"no-label-text":t.$t("nodes.disabled"),icon:"mdi-handshake"}})],1)}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{TableChartCard:r(447).default})}}]); \ No newline at end of file diff --git a/_nuxt/1a354a1.js b/_nuxt/1a354a1.js new file mode 100644 index 0000000..617c94c --- /dev/null +++ b/_nuxt/1a354a1.js @@ -0,0 +1 @@ +(window.webpackJsonp=window.webpackJsonp||[]).push([[9],{454:function(t,e,r){"use strict";r.r(e);r(29),r(309);var o={name:"ForkCountdownCard",props:{latestBlockNumber:{type:Number,required:!0}},computed:{nextFork:function(){return this.$store.state.params.hardfork},secondsPerBlock:function(){return this.nextFork.secondsPerBlock},isForked:function(){return this.latestBlockNumber>=this.nextFork.blockNumber},numberOfBlocksTillHardFork:function(){return this.nextFork.blockNumber-this.latestBlockNumber},numberOfBlocksAfterHardFork:function(){return this.latestBlockNumber-this.nextFork.blockNumber},forkAt:function(){var t=(this.nextFork.blockNumber-this.latestBlockNumber)*this.secondsPerBlock;return this.$dateFns.add(new Date,{seconds:t})},forkAtUTC:function(){return this.$dateFns.addMinutes(this.forkAt,this.forkAt.getTimezoneOffset())}}},n=r(101),component=Object(n.a)(o,(function(){var t=this,e=t._self._c;return e("v-sheet",{staticClass:"pa-5 mx-1 mr-1 mb-1"},[e("h1",{staticClass:"mb-3"},[t._v("ETC "+t._s(t.nextFork.name)+" Upgrade Countdown")]),t._v(" "),e("p",[t._v("\n The "),e("a",{attrs:{href:t.nextFork.ecip}},[t._v(t._s(t.nextFork.name)+" Hardfork")]),t._v("\n "+t._s(t.isForked?"occurred":"will occur")+" at block\n "),e("strong",[t._v(t._s(t.nextFork.blockNumber))]),t._v(".\n ")]),t._v(" "),0===t.latestBlockNumber?e("v-skeleton-loader",{attrs:{type:"list-item-two-line"}}):t.isForked?e("p",[t._v("\n 🎉 🎉 Booyah! "+t._s(t.numberOfBlocksAfterHardFork)+" blocks and counting in the\n "+t._s(t.nextFork.name)+" era. 🎉 🎉\n ")]):e("div",[e("p",[t._v("\n The "),e("strong",[t._v("current block number")]),t._v(" is\n "),e("strong",[e("a",{attrs:{href:"https://etc.blockscout.com/block/".concat(t.latestBlockNumber,"?tab=txs")}},[t._v(t._s(t.latestBlockNumber))])]),t._v(", leaving "),e("strong",[t._v(t._s(t.numberOfBlocksTillHardFork))]),t._v(" blocks.\n ")]),t._v(" "),e("p",[t._v("\n Assuming a "),e("strong",[t._v(t._s(t.secondsPerBlock))]),t._v(" second block interval,\n the fork is estimated to be\n "),e("strong",[t._v(t._s(t.$dateFns.formatDistance(t.forkAt,new Date,{addSuffix:!0}))+"\n from now")]),t._v(", at:\n ")]),t._v(" "),e("ul",{staticClass:"mb-3"},[e("li",[t._v("\n Local ("+t._s(t.$dateFns.format(t.forkAt,"XXXXX"))+"):\n "+t._s(t.$dateFns.format(t.forkAt,"iiii, PPPp"))+"\n ")]),t._v(" "),e("li",[t._v("Universal (UTC): "+t._s(t.$dateFns.format(t.forkAtUTC,"iiii, PPPp")))])]),t._v(" "),e("v-divider"),t._v(" "),e("p",{staticClass:"mt-3"},[t._v("\n To prepare for this fork, please upgrade Ethereum Classic client\n programs to equal to or better than the following versions.\n ")]),t._v(" "),e("ul",[e("li",[e("a",{attrs:{href:"https://github.com/etclabscore/core-geth/releases"}},[t._v("core-geth v1.12.17")])]),t._v(" "),e("li",[e("a",{attrs:{href:"https://github.com/hyperledger/besu/releases"}},[t._v("besu v21.10.8")])])]),t._v(" "),e("p",[t._v("\n You can also better monitor the fork transition at the\n "),e("a",{attrs:{href:"https://fork-monitor.etc-network.info/",target:"_blank"}},[t._v("Fork Monitor")]),t._v(".\n ")])],1)],1)}),[],!1,null,null,null);e.default=component.exports}}]); \ No newline at end of file diff --git a/_nuxt/0ae596c.js b/_nuxt/1e35547.js similarity index 71% rename from _nuxt/0ae596c.js rename to _nuxt/1e35547.js index 0ee9911..74af5ab 100644 --- a/_nuxt/0ae596c.js +++ b/_nuxt/1e35547.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[5],{323:function(t,e,r){"use strict";r.r(e);var n={props:{side:{type:String,default:function(){return"right"}},id:{type:String,default:function(){return"navigation"}},dark:{type:Boolean,default:function(){return!0}}},data:function(){return{shown:!1,width:580,borderSize:2}},computed:{show:{get:function(){return this.$store.state.drawers[this.id]||!1},set:function(t){this.$store.dispatch("drawers/set_"+this.id,t)}}},mounted:function(){this.setBorderWidth(),this.setEvents()},methods:{setBorderWidth:function(){var t="drawer-"+this.id,i=this.$refs[t].$el.querySelector(".v-navigation-drawer__border");i.style.width=this.borderSize+"px",i.style.cursor="ew-resize"},setEvents:function(){var t="drawer-"+this.id,e=this.borderSize,r=this.$refs[t].$el,n=r.querySelector(".v-navigation-drawer__border"),o=this,d=r.classList.contains("v-navigation-drawer--right")?"right":"left";function c(t){document.body.style.cursor="ew-resize";var e="right"===d?document.body.scrollWidth-t.clientX:t.clientX;r.style.width=e+"px"}n.addEventListener("mousedown",(function(t){t.offsetX0&&void 0!==arguments[0]?arguments[0]:"").split("/");e&&e[1]&&!/v\d+\.\d+\.\d+/.test(e[1])&&(t=e[1],e.splice(1,1));var data={name:e[0]?e[0]:"-",identity:t||"-",release:e[1]?e[1]:"-",platform:e[2]?e[2]:"-",extra:e[3]?e[3]:""};return data.nameWithIdentity=data.name,t&&(data.nameWithIdentity+="/".concat(t)),data}},183:function(t){t.exports=JSON.parse('{"id":{"0xfc64ec04":"Frontier","0x97c2c34c":"Homestead","0xdb06803f":"Gas Reprice","0xaff4bed4":"Die Hard","0xf79a63c0":"Gotham","0x744899d6":"Defuse Difficulty Bomb","0x518b59c6":"Atlantis","0x7ba22882":"Agharta","0x9007bfcc":"Phoenix","0xdb63a1ca":"Thanos","0x0f6bf187":"Magneto","0x7fd1bb25":"Mystique","0x0121eac0":"Spiral"},"block":{"0":"-","1150000":"Homestead","2500000":"Gas Reprice","3000000":"Die Hard","5000000":"Gotham","5900000":"Defuse Difficulty Bomb","8772000":"Atlantis","9573000":"Agharta","10500839":"Phoenix","11700000":"Thanos","13189133":"Magneto","14525000":"Mystique","19000000":"Spiral"}}')},221:function(t,e,r){"use strict";var n=r(14);r(41),r(40),r(22),r(103),r(26),r(65);e.a=function(t){var e=t.app;e.i18n.onLanguageSwitched=function(){var t=Object(n.a)(regeneratorRuntime.mark((function t(r,n){var o,s;return regeneratorRuntime.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,e.store.dispatch("content/fetch");case 2:o=e.router.history.current.fullPath,s=o.split("/"),e.i18n.locales.filter((function(i){return i.code===s[1]})).length&&e.i18n.locale!==s[1]&&(s[1]=e.i18n.locale,o=s.join("/"),e.router.replace({path:o}));case 6:case"end":return t.stop()}}),t)})));return function(e,r){return t.apply(this,arguments)}}()}},222:function(t,e,r){"use strict";var n=r(9),o=r(223),c=r.n(o);n.default.use(c.a),n.default.component("Apexchart",c.a)},272:function(t,e,r){var content=r(365);content.__esModule&&(content=content.default),"string"==typeof content&&(content=[[t.i,content,""]]),content.locals&&(t.exports=content.locals);(0,r(124).default)("7628914a",content,!0,{sourceMap:!1})},302:function(t){t.exports=JSON.parse('{"a":"1.0.0"}')},307:function(t,e,r){"use strict";r(29);var n=r(14),o=(r(40),r(22),r(41),{name:"DefaultLayout",data:function(){return{fab:!1}},fetch:function(){var t=this;return Object(n.a)(regeneratorRuntime.mark((function e(){return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,t.$store.dispatch("set_mobile",window.innerWidth<600);case 2:return e.next=4,t.$store.dispatch("content/fetch");case 4:case"end":return e.stop()}}),e)})))()},computed:{darkmode:{get:function(){return this.$vuetify.theme.dark},set:function(){this.$vuetify.theme.dark=!this.$vuetify.theme.dark}},theme:function(){return this.$vuetify.theme.dark?"dark":"light"},params:function(){return this.$store.state.params},avlLocales:function(){var t=this;return this.$i18n.locales.filter((function(i){return i.code!==t.$i18n.locale}))},locale:function(){return this.$i18n.locale},groups:function(){return this.$store.state.content.groups},items:function(){return this.$store.state.content.items},article:function(){return this.$store.state.content.selected.article},isMobile:function(){return this.$store.state.mobile}},mounted:function(){this.onResize(),window.addEventListener("resize",this.onResize,{passive:!0})},methods:{onScroll:function(t){if("undefined"!=typeof window){var e=window.pageYOffset||t.target.scrollTop||0;this.fab=e>20}},toTop:function(){this.$vuetify.goTo("header",{duration:300,offset:0,easing:"easeInOutCubic"})},onResize:function(){this.$store.dispatch("set_mobile",window.innerWidth<600)}}}),c=r(101),component=Object(c.a)(o,(function(){var t=this,e=t._self._c;return e("v-app",{attrs:{dark:""}},[e("v-app-bar",{attrs:{fixed:"",app:"",flat:t.isMobile,"clipped-right":""}},[e("v-btn",{staticClass:"mr-1",attrs:{icon:"",nuxt:"",to:"/"}},[e("v-icon",[t._v("mdi-home")])],1),t._v(" "),e("v-spacer"),t._v(" "),e("v-btn",{attrs:{icon:""},on:{click:function(e){e.stopPropagation(),t.$vuetify.theme.dark=!t.$vuetify.theme.dark}}},[e("v-icon",[t._v("mdi-theme-light-dark")])],1),t._v(" "),e("v-menu",{attrs:{"offset-y":""},scopedSlots:t._u([{key:"activator",fn:function(r){var n=r.on,o=r.attrs;return[e("v-btn",t._g(t._b({attrs:{icon:""}},"v-btn",o,!1),n),[e("v-icon",[t._v("mdi-translate")])],1)]}}])},[t._v(" "),e("v-list",[t._l(t.avlLocales,(function(r,n){return e("v-list-item",{key:n,on:{click:function(e){return t.$i18n.setLocale(r.code)}}},[e("v-list-item-title",[t._v(t._s(r.name))])],1)})),t._v(" "),e("v-divider"),t._v(" "),e("v-list-item",{attrs:{href:t.params.github,target:"_blank"}},[e("v-list-item-title",[t._v(t._s(t.$t("helpTranslate")))])],1)],2)],1),t._v(" "),e("v-btn",{attrs:{icon:"",href:t.params.github,target:"_blank"}},[e("v-icon",[t._v("mdi-github")])],1)],1),t._v(" "),e("v-main",[e("v-container",{staticClass:"pb-12",attrs:{fluid:""}},[e("nuxt")],1)],1),t._v(" "),e("v-footer",{staticClass:"px-2",staticStyle:{"background-color":"var(--v-primary-base)","font-size":"12px","font-weight":"600"},attrs:{padless:"",app:"",fixed:"",height:"22px"}},[e("v-spacer"),t._v(" "),e("span",{staticStyle:{color:"#fff"}},[t._v("\n "+t._s(t.$t("footer.copyright"))+"\n ")]),t._v(" "),e("v-spacer")],1),t._v(" "),e("v-btn",{directives:[{name:"show",rawName:"v-show",value:t.fab,expression:"fab"},{name:"scroll",rawName:"v-scroll",value:t.onScroll,expression:"onScroll"}],staticClass:"mb-5",staticStyle:{"z-index":"5"},attrs:{fab:"",dark:"",fixed:"",bottom:"",right:"",color:"secondary"},on:{click:t.toTop}},[e("v-icon",[t._v("mdi-chevron-up")])],1)],1)}),[],!1,null,null,null);e.a=component.exports},315:function(t,e,r){r(316),t.exports=r(317)},354:function(t,e,r){"use strict";r.r(e);r(29);var n=r(63);e.default=function(t){var e=t.route,r=t.redirect;"fork-name"!==e.name||n.hardfork.enabled&&e.params.name===n.hardfork.name.toLowerCase()||r("/")}},364:function(t,e,r){"use strict";r(272)},365:function(t,e,r){var n=r(123)((function(i){return i[1]}));n.push([t.i,"h1[data-v-495dc2cf]{font-size:20px}",""]),n.locals={},t.exports=n},368:function(t,e,r){var content=r(369);content.__esModule&&(content=content.default),"string"==typeof content&&(content=[[t.i,content,""]]),content.locals&&(t.exports=content.locals);(0,r(124).default)("2a7347de",content,!0,{sourceMap:!1})},369:function(t,e,r){var n=r(123)((function(i){return i[1]}));n.push([t.i,"@import url(https://fonts.googleapis.com/css2?family=IBM+Plex+Mono&display=swap);"]),n.push([t.i,'::-webkit-scrollbar{height:6px;width:6px}::-webkit-scrollbar-track{background:var(--v-staticborders-base)!important;z-index:4!important}::-webkit-scrollbar-thumb{background:var(--v-primary-base)!important}.ff-scrollbar-fix{scrollbar-color:var(--v-primary-base) var(--v-staticborders-base);scrollbar-width:thin;transform:translateZ(0)}html{overflow-y:hidden!important;scrollbar-color:var(--v-primary-base) #2f2f2f;scrollbar-width:thin}.v-main__wrap{max-height:calc(100vh - 86px)!important;overflow-y:auto!important}a{-webkit-text-decoration:none!important;text-decoration:none!important}.v-application{font-family:"IBM Plex Mono",monospace!important}.nuxt-content>h2{margin-bottom:8px}.nuxt-content>ul{margin-bottom:20px;margin-top:20px}#color_bar{margin-bottom:10px!important}#map-svg{padding:5px!important}.w-100{width:100%}.mw-320{max-width:320px!important}.v-tabs-items{background:transparent!important}.bg-0{background-color:transparent!important}.no-tt{text-transform:none!important}.v-navigation-drawer__border:hover{background-color:var(--v-primary-base)!important}pre{word-wrap:normal;background-color:transparent;max-width:100%;overflow-x:auto;scrollbar-color:var(--v-primary-base) #2f2f2f;scrollbar-width:thin;transform:translateZ(0);white-space:pre}pre>code{background-color:transparent!important;font-family:"IBM Plex Mono",monospace!important}.v-application pre>code{padding:0!important;white-space:pre!important}.nuxt-content-highlight{position:relative}.filename{color:#fff;line-height:1;margin-right:1rem;margin-top:.75rem;position:absolute;right:0;top:0;z-index:2}pre[class*=language-]{font-family:"IBM Plex Mono",monospace!important}.nuxt-content-highlight{margin-bottom:20px;margin-top:20px}.nuxt-content-highlight>div.code-toolbar>div.toolbar>div.toolbar-item>button{border:1px solid #fff!important;border-radius:4px;bottom:0;color:#fff;font-family:"IBM Plex Mono",monospace!important;margin-bottom:.75rem;margin-right:1rem;padding:4px;position:absolute;right:0}.nuxt-content-highlight>.code-toolbar>div.toolbar>div.toolbar-item>button:hover{border:1px solid var(--v-primary-base)!important;color:var(--v-primary-base)}.code-toolbar{position:relative}.code-toolbar>div.toolbar{bottom:0;position:absolute;right:0}.static-toc-active{border-left:6px solid var(--v-primary-base);color:var(--v-primary-base)!important}.v-list-item--link:before{background-color:transparent!important}table{border-collapse:collapse;margin-bottom:10px;width:100%}.nuxt-content>h2{margin-top:50px}.mw-300{max-width:300px!important}.v-navigation-drawer__content .v-data-table__wrapper{overflow:inherit}.static-toc{border-left:6px solid var(--v-staticborders-base)!important}.bt-1{border-top:1px solid var(--v-staticborders-base)!important}.bb-1{border-bottom:1px solid var(--v-staticborders-base)!important}.nuxt-content>h1>a>span.header-link,.nuxt-content>h2>a>span.header-link,.nuxt-content>h3>a>span.header-link,.nuxt-content>h4>a>span.header-link,.nuxt-content>h5>a>span.header-link,.nuxt-content>h6>a>span.header-link{color:var(--v-staticborders-base)!important}.nuxt-content>h1>a>span.header-link:hover,.nuxt-content>h2>a>span.header-link:hover,.nuxt-content>h3>a>span.header-link:hover,.nuxt-content>h4>a>span.header-link:hover,.nuxt-content>h5>a>span.header-link:hover,.nuxt-content>h6>a>span.header-link:hover{color:var(--v-primary-base)!important}.nuxt-content>table>tbody>tr>td,.nuxt-content>table>thead>tr>th{border:1px solid var(--v-staticborders-base)!important;padding:6px!important}.nuxt-content>table>tbody>tr:nth-child(odd){background:var(--v-zebrastripes-base)!important}.v-sheet.v-app-bar.v-toolbar{box-shadow:inset 0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)!important}.node-overview .theme--dark.v-data-table>.v-data-table__wrapper>table>tbody>tr>td{word-wrap:anywhere}.theme--light.v-toolbar{background-color:#f5f5f5!important}.theme--dark.v-navigation-drawer{background-color:#121212!important}.theme--dark>div.v-card__text>div.nuxt-content-container>.nuxt-content-editor{color:#fff!important}',""]),n.locals={},t.exports=n},374:function(t,e,r){"use strict";r.r(e),r.d(e,"state",(function(){return o})),r.d(e,"mutations",(function(){return c})),r.d(e,"actions",(function(){return l}));var n=r(302),o=function(){return{static:n.a,mobile:!1}},c={SET_MOBILE:function(t,e){t.mobile=e}},l={set_mobile:function(t,e){var r=t.commit;e!==t.state.mobile&&r("SET_MOBILE",e)}}},375:function(t,e,r){"use strict";r.r(e),r.d(e,"state",(function(){return h})),r.d(e,"mutations",(function(){return m})),r.d(e,"actions",(function(){return v}));r(43),r(22),r(37),r(29),r(46),r(33),r(28),r(42),r(44),r(34);var n=r(19),o=r(14),c=(r(41),r(26),r(65),r(303)),l=r.n(c);function f(t,e){var r="undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(!r){if(Array.isArray(t)||(r=function(t,e){if(!t)return;if("string"==typeof t)return d(t,e);var r=Object.prototype.toString.call(t).slice(8,-1);"Object"===r&&t.constructor&&(r=t.constructor.name);if("Map"===r||"Set"===r)return Array.from(t);if("Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return d(t,e)}(t))||e&&t&&"number"==typeof t.length){r&&(t=r);var i=0,n=function(){};return{s:n,n:function(){return i>=t.length?{done:!0}:{done:!1,value:t[i++]}},e:function(t){throw t},f:n}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var o,c=!0,l=!1;return{s:function(){r=r.call(t)},n:function(){var t=r.next();return c=t.done,t},e:function(t){l=!0,o=t},f:function(){try{c||null==r.return||r.return()}finally{if(l)throw o}}}}function d(t,e){(null==e||e>t.length)&&(e=t.length);for(var i=0,r=new Array(e);it&&(t=e.blockNumber),t}),0);return{liveStats:t,latestBlockNumber:e}}},396:function(t,e,r){"use strict";r.r(e),r.d(e,"state",(function(){return y})),r.d(e,"mutations",(function(){return x})),r.d(e,"actions",(function(){return k}));r(43),r(22),r(37),r(46),r(33),r(26),r(28),r(42),r(44),r(34);var n=r(19),o=r(14),c=(r(41),r(224),r(36),r(397),r(282),r(138),r(29),r(70)),l=r.n(c),f=r(183),d=r(63),h=r(177);function m(t,e){var r="undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(!r){if(Array.isArray(t)||(r=function(t,e){if(!t)return;if("string"==typeof t)return v(t,e);var r=Object.prototype.toString.call(t).slice(8,-1);"Object"===r&&t.constructor&&(r=t.constructor.name);if("Map"===r||"Set"===r)return Array.from(t);if("Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return v(t,e)}(t))||e&&t&&"number"==typeof t.length){r&&(t=r);var i=0,n=function(){};return{s:n,n:function(){return i>=t.length?{done:!0}:{done:!1,value:t[i++]}},e:function(t){throw t},f:n}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var o,c=!0,l=!1;return{s:function(){r=r.call(t)},n:function(){var t=r.next();return c=t.done,t},e:function(t){l=!0,o=t},f:function(){try{c||null==r.return||r.return()}finally{if(l)throw o}}}}function v(t,e){(null==e||e>t.length)&&(e=t.length);for(var i=0,r=new Array(e);i0){var R=Object(h.a)(S.name);if(S.client=R,f[S.client.nameWithIdentity]=f[S.client.nameWithIdentity]?f[S.client.nameWithIdentity]+1:1,S.protocols.eth.forkId){S.protocols.eth.forkId.tag=w(S.protocols.eth.forkId.hash),S.protocols.eth.forkId.nextTag=O(S.protocols.eth.forkId.next),y.current[S.protocols.eth.forkId.tag]=y.current[S.protocols.eth.forkId.tag]?y.current[S.protocols.eth.forkId.tag]+1:1,y.next[S.protocols.eth.forkId.nextTag]=y.next[S.protocols.eth.forkId.nextTag]?y.next[S.protocols.eth.forkId.nextTag]+1:1;var j=!1,I="Not Ready";(S.protocols.eth.forkId.next===c||S.protocols.eth.forkId.tag===l&&0===S.protocols.eth.forkId.next)&&(j=!0,I="Ready"),v.Total[I]+=1,d.hardfork.enabled&&(v[S.client.name]||(v[S.client.name]={Ready:0,"Not Ready":0}),v[S.client.name][j?"Ready":"Not Ready"]+=1)}var A="v"+S.protocols.eth.version;if(x.eth[A]=x.eth[A]?x.eth[A]+1:1,S.protocols.snap){var s="v"+S.protocols.snap.version;x.snap[s]=x.snap[s]?x.snap[s]+1:1}else x.snap["-"]=x.snap["-"]?x.snap["-"]+1:1;k[S.ip_info.country]=k[S.ip_info.country]?k[S.ip_info.country]+1:1,_.push(S)}}}catch(t){T.e(t)}finally{T.f()}var N=v.Total;return delete v.Total,v.Total=N,{nodes:_,clients:f,clientsForkAdoption:v,forks:y,protocols:x,countries:k}},w=function(t){return f.id[t]||t},O=function(t){return f.block[t]||t},E=function(){return Object.entries(f.block).pop()}},401:function(t,e,r){"use strict";r.r(e),r.d(e,"state",(function(){return m})),r.d(e,"mutations",(function(){return v})),r.d(e,"actions",(function(){return y}));var n=r(19),o=r(14),c=(r(41),r(224),r(36),r(22),r(138),r(43),r(37),r(29),r(46),r(33),r(26),r(28),r(42),r(44),r(34),r(70)),l=r.n(c),f=r(63);function d(t,e){var r="undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(!r){if(Array.isArray(t)||(r=function(t,e){if(!t)return;if("string"==typeof t)return h(t,e);var r=Object.prototype.toString.call(t).slice(8,-1);"Object"===r&&t.constructor&&(r=t.constructor.name);if("Map"===r||"Set"===r)return Array.from(t);if("Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return h(t,e)}(t))||e&&t&&"number"==typeof t.length){r&&(t=r);var i=0,n=function(){};return{s:n,n:function(){return i>=t.length?{done:!0}:{done:!1,value:t[i++]}},e:function(t){throw t},f:n}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var o,c=!0,l=!1;return{s:function(){r=r.call(t)},n:function(){var t=r.next();return c=t.done,t},e:function(t){l=!0,o=t},f:function(){try{c||null==r.return||r.return()}finally{if(l)throw o}}}}function h(t,e){(null==e||e>t.length)&&(e=t.length);for(var i=0,r=new Array(e);i2)if(43===(l=(o=C(o)).charCodeAt(0))||45===l){if(88===(t=o.charCodeAt(2))||120===t)return NaN}else if(48===l){switch(o.charCodeAt(1)){case 66:case 98:e=2,n=49;break;case 79:case 111:e=8,n=55;break;default:return+o}for(d=(r=o.slice(2)).length,c=0;cn)return NaN;return parseInt(r,e)}return+o};if(r(y,!w(" 0o1")||!w("0b1")||w("+0x1"))){for(var A,E=function(L){var l=arguments.length<1?0:L,t=this;return t instanceof E&&(k?v((function(){N.valueOf.call(t)})):o(t)!=y)?f(new w(S(l)),t,E):S(l)},x=e?z(w):"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,isFinite,isInteger,isNaN,isSafeInteger,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,parseFloat,parseInt,isInteger,fromString,range".split(","),G=0;x.length>G;G++)c(w,A=x[G])&&!c(E,A)&&_(E,A,m(w,A));E.prototype=N,N.constructor=E,d(n,y,E)}},316:function(L,l,t){"use strict";var e=t(2),n=t(61),r=t(318),d=t(211),c=t(6),o=1..toFixed,f=Math.floor,h=function(L,l,t){return 0===l?t:l%2==1?h(L,l-1,t*L):h(L*L,l/2,t)},v=function(data,L,l){for(var t=-1,e=l;++t<6;)e+=L*data[t],data[t]=e%1e7,e=f(e/1e7)},M=function(data,L){for(var l=6,t=0;--l>=0;)t+=data[l],data[l]=f(t/L),t=t%L*1e7},z=function(data){for(var L=6,s="";--L>=0;)if(""!==s||0===L||0!==data[L]){var l=String(data[L]);s=""===s?l:s+d.call("0",7-l.length)+l}return s};e({target:"Number",proto:!0,forced:o&&("0.000"!==8e-5.toFixed(3)||"1"!==.9.toFixed(0)||"1.25"!==1.255.toFixed(2)||"1000000000000000128"!==(0xde0b6b3a7640080).toFixed(0))||!c((function(){o.call({})}))},{toFixed:function(L){var l,t,e,c,o=r(this),f=n(L),data=[0,0,0,0,0,0],m="",_="0";if(f<0||f>20)throw RangeError("Incorrect fraction digits");if(o!=o)return"NaN";if(o<=-1e21||o>=1e21)return String(o);if(o<0&&(m="-",o=-o),o>1e-21)if(t=(l=function(L){for(var l=0,t=L;t>=4096;)l+=12,t/=4096;for(;t>=2;)l+=1,t/=2;return l}(o*h(2,69,1))-69)<0?o*h(2,-l,1):o/h(2,l,1),t*=4503599627370496,(l=52-l)>0){for(v(data,0,t),e=f;e>=7;)v(data,1e7,0),e-=7;for(v(data,h(10,e,1),0),e=l-1;e>=23;)M(data,1<<23),e-=23;M(data,1<0?m+((c=_.length)<=f?"0."+d.call("0",f-c)+_:_.slice(0,c-f)+"."+_.slice(c-f)):m+_}})},318:function(L,l,t){var e=t(60);L.exports=function(L){if("number"!=typeof L&&"Number"!=e(L))throw TypeError("Incorrect invocation");return+L}},321:function(L,l,t){var content=t(331);content.__esModule&&(content=content.default),"string"==typeof content&&(content=[[L.i,content,""]]),content.locals&&(L.exports=content.locals);(0,t(74).default)("7804e21e",content,!0,{sourceMap:!1})},322:function(L,l,t){"use strict";t(50);var e=t(328),n=t.n(e),r=(t(35),t(28),t(13),{mounted:function(){var L=document.getElementsByClassName("land"),l=this;Array.from(L).forEach((function(p){p.addEventListener("mouseenter",(function(){l.$emit("mouseenter",p.id)})),p.addEventListener("mouseleave",(function(){l.$emit("mouseleave",p.id)}))}))}}),d=t(59),c=Object(d.a)(r,(function(){var L=this,l=L.$createElement,t=L._self._c||l;return t("svg",{attrs:{id:"map-svg",xmlns:"http://www.w3.org/2000/svg","xmlns:amcharts":"http://amcharts.com/ammap","xmlns:xlink":"http://www.w3.org/1999/xlink",version:"1.1",width:"100%",viewBox:"0 0 1008 650"}},[t("defs",[t("amcharts:ammap",{attrs:{projection:"mercator",leftLongitude:"-169.6",topLatitude:"83.68",rightLongitude:"190.25",bottomLatitude:"-55.55"}})],1),L._v(" "),t("g",[t("path",{staticClass:"land",attrs:{id:"AE",title:"United Arab Emirates",d:"M619.87,393.72L620.37,393.57L620.48,394.41L622.67,393.93L624.99,394.01L626.68,394.1L628.6,392.03L630.7,390.05L632.47,388.15L633,389.2L633.38,391.64L631.95,391.65L631.72,393.65L632.22,394.07L630.95,394.67L630.94,395.92L630.12,397.18L630.05,398.39L629.48,399.03L621.06,397.51L619.98,394.43z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"AF",title:"Afghanistan",d:"M646.88,356.9L649.74,358.2L651.85,357.74L652.44,356.19L654.65,355.67L656.23,354.62L656.79,351.83L659.15,351.15L659.59,349.9L660.92,350.84L661.76,350.95L663.32,350.98L665.44,351.72L666.29,352.14L668.32,351.02L669.27,351.69L670.17,350.09L671.85,350.16L672.28,349.64L672.58,348.21L673.79,346.98L675.3,347.78L675,348.87L675.85,349.04L675.58,351.99L676.69,353.14L677.67,352.4L678.92,352.06L680.66,350.49L682.59,350.75L685.49,350.75L685.99,351.76L684.35,352.15L682.93,352.8L679.71,353.2L676.7,353.93L675.06,355.44L675.72,356.9L676.05,358.6L674.65,360.03L674.77,361.33L674,362.55L671.33,362.44L672.43,364.66L670.65,365.51L669.46,367.51L669.61,369.49L668.51,370.41L667.48,370.11L665.33,370.54L665.03,371.45L662.94,371.45L661.38,373.29L661.28,376.04L657.63,377.37L655.68,377.09L655.11,377.79L653.44,377.39L650.63,377.87L645.94,376.23L648.48,373.3L648.25,371.2L646.13,370.65L645.91,368.56L644.99,365.92L646.19,364.09L644.97,363.6L645.74,361.15z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"AL",title:"Albania",d:"M532.98,334.66L532.63,335.93L533.03,337.52L534.19,338.42L534.13,339.39L533.22,339.93L533.05,341.12L531.75,342.88L531.27,342.63L531.22,341.83L529.66,340.6L529.42,338.85L529.66,336.32L530.04,335.16L529.57,334.57L529.38,333.38L530.6,331.51L530.77,332.23L531.53,331.89L532.13,332.91L532.8,333.29z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"AM",title:"Armenia",d:"M597.45,337.5L601.35,336.92L601.93,337.9L603,338.54L602.43,339.46L603.93,340.72L603.14,341.88L604.33,342.87L605.59,343.46L605.65,345.96L604.63,346.06L603.49,343.98L603.5,343.43L602.26,343.44L601.43,342.46L600.85,342.56L599.74,341.5L597.66,340.59L597.93,338.8z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"AO",title:"Angola",d:"M521.03,479.78l0.69,2.09l0.8,1.68l0.64,0.91l1.07,1.47l1.85,-0.23l0.93,-0.4l1.55,0.4l0.42,-0.7l0.7,-1.64l1.74,-0.11l0.15,-0.49l1.43,-0.01l-0.24,1.01l3.4,-0.02l0.05,1.77l0.57,1.09l-0.41,1.7l0.21,1.74l0.94,1.05l-0.15,3.37l0.69,-0.26l1.22,0.07l1.74,-0.42l1.28,0.17l0.3,0.88l-0.32,1.38l0.49,1.34l-0.42,1.07l0.24,0.99l-5.84,-0.04l-0.13,9.16l1.89,2.38l1.83,1.82l-5.15,1.19l-6.79,-0.41l-1.94,-1.4l-11.37,0.13l-0.42,0.21l-1.67,-1.32l-1.82,-0.09l-1.68,0.5l-1.35,0.56l-0.26,-1.83l0.39,-2.55l0.97,-2.65l0.15,-1.24l0.91,-2.59l0.67,-1.17l1.61,-1.87l0.9,-1.27l0.29,-2.11l-0.15,-1.61l-0.84,-1.01l-0.75,-1.72l-0.69,-1.69l0.15,-0.59l0.86,-1.12l-0.85,-2.72l-0.57,-1.88l-1.4,-1.77l0.27,-0.54l1.16,-0.38l0.81,0.05l0.98,-0.34L521.03,479.78zM510.12,479.24l-0.71,0.3l-0.75,-2.1l1.13,-1.21l0.85,-0.47l1.05,0.96l-1.02,0.59l-0.46,0.72L510.12,479.24z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"AR",title:"Argentina",d:"M291.6,648.91l-2.66,0.25l-1.43,-1.73l-1.69,-0.13l-3,0l0,-10.57l1.08,2.15l1.4,3.53l3.65,2.87l3.93,1.21L291.6,648.91zM293.1,526.47l1.65,2.18l1.09,-2.43l3.2,0.12l0.45,0.64l5.15,4.94l2.29,0.46l3.43,2.26l2.89,1.2l0.4,1.36l-2.76,4.73l2.83,0.85l3.15,0.48l2.22,-0.5l2.54,-2.4l0.46,-2.74l1.39,-0.59l1.41,1.79l-0.06,2.49l-2.36,1.73l-1.88,1.28l-3.16,3.08l-3.74,4.37l-0.7,2.59l-0.75,3.37l0.03,3.3l-0.61,0.74l-0.22,2.17l-0.19,1.76l3.56,2.91l-0.38,2.37l1.75,1.51l-0.14,1.7l-2.69,4.52l-4.16,1.91l-5.62,0.75l-3.08,-0.36l0.59,2.15l-0.57,2.72l0.52,1.85l-1.68,1.3l-2.87,0.51l-2.7,-1.35l-1.08,0.97l0.39,3.71l1.89,1.14l1.54,-1.19l0.84,1.96l-2.58,1.18l-2.25,2.38l-0.41,3.91l-0.66,2.11l-2.65,0.01l-2.2,2.04l-0.8,3.01l2.76,2.98l2.68,0.83l-0.96,3.73l-3.31,2.38l-1.82,5.03l-2.56,1.72l-1.15,2.06l0.91,4.64l1.87,2.63l-1.18,-0.23l-2.6,-0.71l-6.78,-0.61l-1.16,-2.63l0.05,-3.33l-1.87,0.28l-0.99,-1.6l-0.25,-4.6l2.15,-1.88l0.89,-2.68l-0.33,-2.11l1.49,-3.52l1.02,-5.35l-0.3,-2.33l1.22,-0.75l-0.3,-1.48l-1.3,-0.78l0.92,-1.63l-1.27,-1.46l-0.65,-4.4l1.13,-0.77l-0.47,-4.54l0.66,-3.75l0.75,-3.22l1.68,-1.3l-0.85,-3.46l-0.01,-3.22l2.12,-2.26l-0.06,-2.87l1.6,-3.31l0.01,-3.09l-0.73,-0.61l-1.29,-5.69l1.73,-3.34l-0.27,-3.11l1,-2.9l1.84,-2.96l1.98,-1.95l-0.84,-1.23l0.59,-1l-0.09,-5.14l3.05,-1.51l0.96,-3.16l-0.34,-0.76l2.34,-2.72L293.1,526.47z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"AT",title:"Austria",d:"M522.86,309.85L522.65,311.56L521.07,311.57L521.61,312.46L520.68,315.11L520.15,315.8L517.7,315.9L516.28,316.82L513.96,316.51L509.95,315.46L509.33,314.03L506.56,314.75L506.23,315.52L504.53,314.94L503.1,314.83L501.83,314.09L502.26,313.08L502.15,312.34L503,312.12L504.42,313.26L504.82,312.17L507.29,312.35L509.3,311.61L510.64,311.73L511.51,312.58L511.78,311.88L511.38,309.16L512.39,308.62L513.37,306.67L515.46,308.04L517.03,306.3L518.02,305.98L520.2,307.28L521.51,307.06L522.81,307.86L522.58,308.4z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"AU",title:"Australia",d:"M882.93,588.16l2.71,1.28l1.53,-0.51l2.19,-0.71l1.68,0.25l0.2,4.43l-0.96,1.3l-0.29,3.06l-0.98,-1.05l-1.95,2.67l-0.58,-0.21l-1.72,-0.12l-1.73,-3.28l-0.38,-2.5l-1.62,-3.25l0.07,-1.7L882.93,588.16zM877.78,502.1l1.01,2.25l1.8,-1.08l0.93,1.22l1.35,1.13l-0.29,1.28l0.6,2.48l0.43,1.45l0.71,0.35l0.76,2.5l-0.27,1.52l0.91,1.99l3.04,1.54l1.98,1.41l1.88,1.29l-0.37,0.72l1.6,1.87l1.09,3.25l1.12,-0.66l1.14,1.31l0.69,-0.46l0.48,3.21l1.99,1.87l1.3,1.17l2.19,2.49l0.79,2.49l0.07,1.77l-0.19,1.94l1.34,2.68l-0.16,2.81l-0.49,1.48l-0.76,2.87l0.06,1.86l-0.55,2.34l-1.24,3l-2.08,1.63l-1.02,2.59l-0.94,1.67l-0.83,2.93l-1.08,1.71l-0.71,2.58l-0.36,2.4l0.14,1.11l-1.61,1.22l-3.14,0.13l-2.59,1.45l-1.29,1.38l-1.69,1.54l-2.32,-1.58l-1.72,-0.63l0.44,-1.85l-1.53,0.67l-2.46,2.58l-2.42,-0.97l-1.59,-0.56l-1.6,-0.25l-2.71,-1.03l-1.81,-2.18l-0.52,-2.66l-0.65,-1.75l-1.38,-1.4l-2.7,-0.41l0.92,-1.66l-0.68,-2.52l-1.37,2.35l-2.5,0.63l1.47,-1.88l0.42,-1.95l1.08,-1.65l-0.22,-2.47l-2.28,2.85l-1.75,1.15l-1.07,2.69l-2.19,-1.4l0.09,-1.79l-1.75,-2.43l-1.48,-1.25l0.53,-0.77l-3.6,-2l-1.97,-0.09l-2.7,-1.6l-5.02,0.31l-3.63,1.18l-3.19,1.1l-2.68,-0.22l-2.97,1.7l-2.43,0.77l-0.54,1.75l-1.04,1.36l-2.38,0.08l-1.76,0.3l-2.48,-0.61l-2.02,0.37l-1.92,0.15l-1.67,1.8l-0.82,-0.15l-1.41,0.96l-1.35,1.08l-2.05,-0.13l-1.88,0l-2.97,-2.17l-1.51,-0.64l0.06,-1.93l1.39,-0.46l0.48,-0.76l-0.1,-1.2l0.34,-2.3l-0.31,-1.95l-1.48,-3.29l-0.46,-1.85l0.12,-1.83l-1.12,-2.08l-0.07,-0.93l-1.24,-1.26l-0.35,-2.47l-1.6,-2.48l-0.39,-1.33l1.23,1.35l-0.95,-2.88l1.39,0.9l0.83,1.2l-0.05,-1.59l-1.39,-2.43l-0.27,-0.97l-0.65,-0.92l0.3,-1.77l0.57,-0.75l0.38,-1.52l-0.3,-1.77l1.16,-2.17l0.21,2.29l1.18,-2.07l2.28,-1l1.37,-1.28l2.14,-1.1l1.27,-0.23l0.77,0.37l2.21,-1.11l1.7,-0.33l0.42,-0.65l0.74,-0.27l1.55,0.07l2.95,-0.87l1.52,-1.31l0.72,-1.58l1.64,-1.49l0.13,-1.17l0.07,-1.59l1.96,-2.47l1.18,2.51l1.19,-0.58l-1,-1.38l0.88,-1.41l1.24,0.63l0.34,-2.21l1.53,-1.42l0.68,-1.14l1.41,-0.49l0.04,-0.8l1.23,0.34l0.05,-0.72l1.23,-0.41l1.36,-0.39l2.07,1.32l1.56,1.71l1.75,0.02l1.78,0.27l-0.59,-1.58l1.34,-2.3l1.26,-0.75l-0.44,-0.71l1.22,-1.63l1.7,-1.01l1.43,0.34l2.36,-0.54l-0.05,-1.45l-2.05,-0.94l1.49,-0.41l1.86,0.7l1.49,1.17l2.36,0.73l0.8,-0.29l1.74,0.88l1.64,-0.82l1.05,0.25l0.66,-0.55l1.29,1.41l-0.75,1.53l-1.06,1.16l-0.96,0.1l0.33,1.15l-0.82,1.43l-1,1.41l0.2,0.81l2.23,1.6l2.16,0.93l1.44,1l2.03,1.72l0.79,0l1.47,0.75l0.43,0.9l2.68,0.99l1.85,-1l0.55,-1.57l0.57,-1.29l0.35,-1.59l0.85,-2.3l-0.39,-1.39l0.2,-0.84l-0.32,-1.64l0.37,-2.16l0.54,-0.58l-0.44,-0.95l0.68,-1.51l0.53,-1.56l0.07,-0.81l1.04,-1.06l0.79,1.39l0.19,1.78l0.7,0.34l0.12,1.2l1.02,1.45l0.21,1.62L877.78,502.1z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"AZ",title:"Azerbaijan",d:"M601.43,342.46l0.83,0.97l1.24,-0.01l-0.01,0.56l1.14,2.08l-1.92,-0.48l-1.42,-1.66l-0.44,-1.37L601.43,342.46zM608.08,337.03l1.24,0.25l0.48,-0.95l1.67,-1.51l1.47,1.97l1.43,2.62l1.31,0.17l0.86,0.99l-2.31,0.29l-0.49,2.82l-0.48,1.26l-1.03,0.84l0.08,1.77l-0.7,0.18l-1.75,-1.87l0.97,-1.78l-0.83,-1.06l-1.05,0.27l-3.31,2.66l-0.06,-2.5l-1.26,-0.59l-1.19,-0.99l0.79,-1.16l-1.49,-1.26l0.56,-0.92l-1.07,-0.64l-0.58,-0.97l0.69,-0.61l2.09,1.07l1.51,0.22l0.38,-0.43l-1.38,-2.02l0.73,-0.52l0.79,0.13L608.08,337.03z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"BA",title:"Bosnia and Herzegovina",d:"M528.54,323.11L529.56,323.1L528.86,324.82L530.21,326.32L529.8,328.14L529.14,328.31L528.61,328.67L527.7,329.56L527.29,331.66L524.81,330.22L523.75,328.61L522.68,327.76L521.39,326.31L520.79,325.1L519.41,323.27L520,321.63L521.01,322.54L521.61,321.72L522.92,321.63L525.33,322.29L527.27,322.23z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"BD",title:"Bangladesh",d:"M735.09,400.41L735.04,402.56L734.06,402.1L734.24,404.51L733.44,402.95L733.28,401.43L732.74,399.98L731.57,398.22L728.99,398.1L729.25,399.35L728.37,401.02L727.17,400.41L726.76,400.96L725.97,400.63L724.89,400.36L724.45,397.88L723.48,395.6L723.95,393.76L722.23,392.94L722.85,391.82L724.6,390.67L722.58,389.04L723.57,386.93L725.79,388.27L727.13,388.43L727.38,390.58L730.04,391L732.65,390.95L734.26,391.48L732.97,394.07L731.71,394.25L730.85,395.98L732.38,397.56L732.84,395.62L733.62,395.61z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"BE",title:"Belgium",d:"M484.55,295.91L486.6,296.26L489.2,295.33L490.97,297.28L492.52,298.32L492.2,301.29L491.47,301.45L491.16,303.88L488.71,301.91L487.27,302.25L485.31,300.19L484.01,298.42L482.71,298.35L482.3,296.79z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"BF",title:"Burkina Faso",d:"M467.33,436.4L465.41,435.67L464.09,435.78L463.11,436.49L461.85,435.89L461.36,434.96L460.1,434.34L459.91,432.7L460.68,431.49L460.61,430.53L462.84,428.17L463.25,426.21L464.02,425.51L465.38,425.89L466.55,425.31L466.93,424.57L469.11,423.29L469.64,422.39L472.26,421.19L473.81,420.78L474.51,421.33L476.3,421.32L476.08,422.72L476.46,424.03L478.04,425.9L478.12,427.28L481.36,427.93L481.29,429.88L480.68,430.74L479.31,431L478.74,432.24L477.78,432.56L475.32,432.5L474.02,432.28L473.12,432.74L471.88,432.53L467.01,432.66L466.94,434.27z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"BG",title:"Bulgaria",d:"M538.78,325.56L539.59,327.16L540.67,326.87L542.83,327.48L546.95,327.68L548.34,326.69L551.64,325.79L553.68,327.2L555.33,327.61L553.87,329.2L552.85,331.93L553.75,334.09L551.34,333.58L548.48,334.76L548.45,336.62L545.9,336.97L543.93,335.67L541.68,336.7L539.61,336.59L539.41,334.12L538,332.91L538.47,332.37L538.16,331.92L538.63,330.71L539.7,329.52L538.34,327.86L538.09,326.44z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"BI",title:"Burundi",d:"M557.52,475.93L557.34,472.56L556.63,471.3L558.34,471.52L559.2,469.93L560.69,470.11L560.85,471.21L561.45,471.84L561.48,472.75L560.79,473.33L559.69,474.79L558.68,475.8z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"BJ",title:"Benin",d:"M482.8,445.92L480.48,446.25L479.79,444.31L479.92,437.85L479.35,437.27L479.25,435.88L478.27,434.89L477.42,434.06L477.78,432.56L478.74,432.24L479.31,431L480.68,430.74L481.29,429.88L482.23,429.05L483.24,429.04L485.38,430.68L485.27,431.63L485.9,433.31L485.35,434.45L485.64,435.21L484.28,436.96L483.42,437.83L482.89,439.6L482.96,441.39z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"BN",title:"Brunei Darussalam",d:"M795.46,450.77L796.57,449.72L798.96,448.19L798.83,449.57L798.67,451.35L797.33,451.26L796.74,452.21z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"BO",title:"Bolivia",d:"M299.04,526.35L295.84,526.22L294.75,528.65L293.1,526.47L289.43,525.74L287.1,528.46L285.07,528.87L283.97,524.72L282.47,521.38L283.35,518.51L281.88,517.26L281.51,515.14L280.13,513.14L281.9,510L280.69,507.56L281.34,506.59L280.83,505.52L281.93,504.08L281.99,501.64L282.12,499.62L282.73,498.66L280.3,494.08L282.39,494.32L283.83,494.25L284.46,493.4L286.91,492.25L288.38,491.19L292.05,490.71L291.76,492.83L292.1,493.92L291.87,495.82L294.92,498.37L298.06,498.84L299.16,499.91L301.06,500.48L302.22,501.31L303.98,501.28L305.61,502.13L305.73,503.79L306.28,504.63L306.32,505.88L305.5,505.92L306.58,509.29L311.95,509.41L311.54,511.09L311.84,512.24L313.37,513.06L314.04,514.88L313.54,517.2L312.77,518.49L313.04,520.18L312.16,520.79L312.12,519.88L309.5,518.37L306.9,518.32L302.01,519.18L300.67,521.8L300.6,523.4L299.49,526.99z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"BR",title:"Brazil",d:"M313.68,551.79L317.42,547.42L320.59,544.34L322.47,543.06L324.83,541.33L324.89,538.84L323.48,537.05L322.09,537.64L322.64,535.86L323.02,534.04L323.02,532.36L322.01,531.81L320.96,532.3L319.92,532.17L319.59,530.99L319.33,528.22L318.8,527.32L316.91,526.5L315.77,527.09L312.81,526.51L312.99,522.45L312.16,520.79L313.04,520.18L312.77,518.49L313.54,517.2L314.04,514.88L313.37,513.06L311.84,512.24L311.54,511.09L311.95,509.41L306.58,509.29L305.5,505.92L306.32,505.88L306.28,504.63L305.73,503.79L305.61,502.13L303.98,501.28L302.22,501.31L301.06,500.48L299.16,499.91L298.06,498.84L294.92,498.37L291.87,495.82L292.1,493.92L291.76,492.83L292.05,490.71L288.38,491.19L286.91,492.25L284.46,493.4L283.83,494.25L282.39,494.32L280.3,494.08L278.72,494.57L277.44,494.24L277.63,489.94L275.33,491.6L272.86,491.53L271.8,490.02L269.94,489.86L270.53,488.65L268.97,486.93L267.8,484.4L268.54,483.89L268.54,482.7L270.24,481.89L269.96,480.38L270.67,479.4L270.88,478.1L274.08,476.19L276.38,475.66L276.75,475.24L279.28,475.37L280.54,467.72L280.61,466.51L280.17,464.92L278.93,463.9L278.94,461.88L280.52,461.42L281.08,461.71L281.17,460.64L279.53,460.35L279.5,458.61L284.96,458.67L285.89,457.71L286.67,458.59L287.21,460.24L287.74,459.89L289.29,461.37L291.47,461.19L292.01,460.33L294.09,459.68L295.25,459.23L295.57,458.05L297.58,457.25L297.42,456.67L295.05,456.43L294.66,454.67L294.77,452.8L293.52,452.08L294.04,451.82L296.12,452.18L298.35,452.88L299.16,452.22L301.17,451.78L304.31,450.74L305.34,449.67L304.96,448.88L306.42,448.76L307.08,449.4L306.71,450.63L307.67,451.05L308.32,452.35L307.54,453.33L307.09,455.71L307.81,457.12L308.01,458.41L309.74,459.71L311.12,459.85L311.43,459.31L312.31,459.19L313.58,458.7L314.49,457.96L316.04,458.19L316.72,458.09L318.25,458.32L318.5,457.75L318.03,457.2L318.31,456.39L319.44,456.64L320.77,456.35L322.37,456.94L323.6,457.52L324.47,456.76L325.09,456.88L325.48,457.67L326.82,457.47L327.89,456.41L328.75,454.35L330.41,451.8L331.37,451.67L332.06,453.21L333.63,458.09L335.13,458.55L335.21,460.47L333.1,462.76L333.97,463.6L338.93,464.04L339.03,466.83L341.16,465L344.69,466.01L349.34,467.71L350.71,469.34L350.25,470.88L353.51,470.02L358.97,471.5L363.16,471.39L367.3,473.7L370.88,476.83L373.04,477.63L375.44,477.75L376.46,478.63L377.41,482.2L377.88,483.89L376.76,488.55L375.33,490.39L371.38,494.33L369.59,497.54L367.52,500.02L366.82,500.08L366.03,502.18L366.23,507.58L365.45,512.06L365.15,513.99L364.27,515.14L363.77,519.08L360.93,522.96L360.45,526.05L358.18,527.36L357.52,529.17L354.48,529.16L350.07,530.33L348.09,531.68L344.95,532.57L341.65,535.01L339.28,538.07L338.87,540.39L339.34,542.12L338.81,545.3L338.18,546.85L336.22,548.6L333.11,554.28L330.64,556.87L328.73,558.41L327.46,561.57L325.6,563.48L324.82,561.58L326.06,560.01L324.44,557.76L322.24,555.94L319.35,553.86L318.31,553.95L315.5,551.45z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"BS",title:"Bahamas",d:"M257.86,395.2l-0.69,0.15l-0.71,-1.76l-1.05,-0.89l0.61,-1.95l0.84,0.12l0.98,2.55L257.86,395.2zM257.06,386.51l-3.06,0.5l-0.2,-1.15l1.32,-0.25l1.85,0.09L257.06,386.51zM259.36,386.48l-0.48,2.21l-0.52,-0.4l0.05,-1.63l-1.26,-1.23l-0.01,-0.36L259.36,386.48z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"BT",title:"Bhutan",d:"M732.36,382.78L733.5,383.78L733.3,385.71L731.01,385.8L728.65,385.59L726.88,386.08L724.33,384.89L724.28,384.26L726.13,381.92L727.64,381.12L729.65,381.85L731.13,381.93z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"BW",title:"Botswana",d:"M547.17,515.95L547.73,516.47L548.62,518.18L551.79,521.43L552.99,521.75L553,522.8L553.82,524.7L555.99,525.16L557.78,526.52L553.81,528.74L551.29,531L550.36,533.03L549.52,534.18L547.99,534.43L547.5,535.9L547.21,536.86L545.42,537.58L543.14,537.43L541.8,536.57L540.62,536.19L539.25,536.91L538.56,538.39L537.23,539.32L535.83,540.71L533.82,541.03L533.2,539.94L533.46,538.04L531.79,535.11L531.04,534.65L531.04,525.79L533.8,525.68L533.88,515.11L535.97,515.02L540.29,513.99L541.37,515.2L543.15,514.05L544.01,514.04L545.59,513.38L546.09,513.6z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"BY",title:"Belarus",d:"M541.1,284.07L543.81,284.11L546.85,282.31L547.5,279.59L549.8,278.02L549.54,275.82L551.24,274.98L554.26,273.05L557.21,274.31L557.61,275.54L559.08,274.95L561.82,276.13L562.09,278.44L561.49,279.76L563.25,282.91L564.39,283.78L564.22,284.64L566.11,285.47L566.92,286.72L565.83,287.74L563.57,287.58L563.03,288.02L563.69,289.56L564.38,292.49L561.97,292.76L561.11,293.76L560.92,296.02L559.81,295.59L557.28,295.81L556.54,294.76L555.49,295.54L554.44,294.89L552.23,294.8L549.1,293.72L546.27,293.36L544.1,293.46L542.56,294.69L541.22,294.86L541.17,292.85L540.3,290.73L541.98,289.79L542,287.94L541.22,286.16z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"BZ",title:"Belize",d:"M225.31,412.96L225.29,412.53L225.63,412.39L226.14,412.74L227.14,410.97L227.67,410.93L227.68,411.36L228.21,411.37L228.17,412.17L227.71,413.44L227.96,413.89L227.67,414.94L227.84,415.21L227.52,416.68L226.97,417.46L226.46,417.55L225.9,418.55L225.07,418.55L225.29,415.27z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"CA",title:"Canada",d:"M198.93,96.23l-0.22,-5.9l3.63,0.58l1.63,0.96l3.35,4.92l-0.76,4.97l-4.15,2.77l-2.28,-3.12L198.93,96.23zM212.14,108.88l0.33,-1.49l-1.97,-2.45l-5.65,-0.19l0.75,3.68l5.25,0.83L212.14,108.88zM248.49,155.83l3.08,5.1l0.81,0.57l3.07,-1.27l3.02,0.2l2.98,0.28l-0.25,-2.64l-4.84,-5.38l-6.42,-1.08l-1.35,0.67L248.49,155.83zM183.06,93.13l-2.71,4.19l6.24,0.52l4.61,4.44l4.58,1.5l-1.09,-5.68l-2.14,-6.73l-7.58,-5.35l-5.5,-2.04l0.2,5.69L183.06,93.13zM208.96,82.89l5.13,-0.12l-2.22,4l-0.04,5.3l3.01,5.76l5.81,1.77l4.96,-0.99l5.18,-10.73l3.85,-4.45l-3.38,-4.97l-2.21,-10.65l-4.6,-3.19l-4.72,-3.68l-3.58,-9.56l-6.52,0.94l1.23,4.15l-2.87,1.25l-1.94,5.32l-1.94,7.46l1.78,7.26L208.96,82.89zM145.21,136.27l3.92,1.95l12.67,-1.3l-5.82,4.77l0.36,3.43l4.26,-0.24l7.07,-4.58l9.5,-1.67l1.71,-5.22l-0.49,-5.57l-2.94,-0.5l-2.5,1.93l-1.1,-4.13l-0.95,-5.7l-2.9,-1.42l-2.57,4.41l4.01,11.05l-4.9,-0.85l-4.98,-6.79l-7.89,-4l-2.64,3.32L145.21,136.27zM167.77,94.21l-3.65,-2.9l-1.5,-0.66l-2.88,4.28l-0.05,2l4.66,0.01L167.77,94.21zM166.31,106.56l0.93,-3.99l-3.95,-2.12l-4.09,1.39l-2.27,4.26l4.16,4.21L166.31,106.56zM195.4,139.8l4.62,-1.11l1.28,-8.25l-0.09,-5.95l-2.14,-5.56l-0.22,1.6l-3.94,-0.7l-4.22,4.09l-3.02,-0.37l0.18,8.92l4.6,-0.87l-0.06,6.47L195.4,139.8zM192.12,185.41l-5.06,-3.93l-4.71,-4.21l-0.87,-6.18l-1.76,-8.92l-3.14,-3.84l-2.79,-1.55l-2.47,1.42l1.99,9.59l-1.41,3.73l-2.29,-8.98l-2.56,-3.11l-3.17,4.81l-3.9,-4.76l-6.24,2.87l1.4,-4.46l-2.87,-1.87l-7.51,5.84l-1.95,3.71l-2.35,6.77l4.9,2.32l4.33,-0.12l-6.5,3.46l1.48,3.13l3.98,0.17l5.99,-0.67l5.42,1.96l-3.66,1.44l-3.95,-0.37l-4.33,1.41l-1.87,0.87l3.45,6.35l2.49,-0.88l3.83,2.15l1.52,3.65l4.99,-0.73l7.1,-1.16l5.26,-2.65l3.26,-0.48l4.82,2.12l5.07,1.22l0.94,-2.86l-1.79,-3.05l4.6,-0.64L192.12,185.41zM199.86,184.43l-1.96,3.54l-2.47,2.49l3.83,3.54l2.28,-0.85l3.78,2.36l1.74,-2.73l-1.71,-3.03l-0.84,-1.53l-1.68,-1.46L199.86,184.43zM182.25,154.98l-2.13,-2.17l-3.76,0.4l-0.95,1.38l4.37,6.75L182.25,154.98zM210.94,168.15l3.01,-6.93l3.34,-1.85l4.19,-8.74l-5.36,-2.47l-5.84,-0.36l-2.78,2.77l-1.47,4.23l-0.04,4.82l1.75,8.19L210.94,168.15zM228.09,145.15l5.76,-0.18l8.04,-1.61l3.59,1.28l4.18,-2.26l1.75,-2.84l-0.63,-4.52l-3,-4.23l-4.56,-0.8l-5.71,0.97l-4.46,2.44l-4.09,-0.94l-3.78,-0.5l-1.78,-2.7l-3.22,-2.61l0.64,-4.43l-2.42,-3.98l-5.52,0.03l-3.11,-3.99l-5.78,-0.8l-1.06,5.1l3.25,3.74l5.8,1.45l2.81,5.09l0.34,5.6l0.97,5.99l7.45,3.42L228.09,145.15zM139.07,126.88l5.21,-5.05l2.62,-0.59l2.16,-4.23l0.38,-9.77l-3.85,1.91l-4.3,-0.18l-5.76,8.19l-4.76,8.98l3.8,2.51L139.07,126.88zM211.25,143.05l1.53,-4.14l-1.02,-3.46l-2.45,-3.92l-4.03,3.02l-1.49,4.92l3.4,2.79L211.25,143.05zM202.94,154.49l-0.73,-2.88l-5,1.26l-3.34,-2.11l-3.32,4.8l3.09,6.28l-5.72,-1.17l-0.06,3.01l6.97,7.05l1.94,3.38l2.7,0.73l4.6,-3.41l0.5,-8.21l-4.24,-4.07L202.94,154.49zM128.95,308.23l-1.16,-2.34l-2.8,-1.77l-1.39,-2.05l-0.95,-1.5l-2.64,-0.46l-1.72,-0.67l-2.94,-0.96l-0.24,1.02l1.08,2.38l2.89,0.78l0.5,1.23l2.51,1.5l0.84,1.51l4.6,1.92L128.95,308.23zM250.65,230.6l-2,-2.11l-2.06,0.5l-0.25,-3.06l-3.21,-2.04l-3.07,-2.27l-1.63,-1.75l-1.43,1.03l-0.52,-2.96l-2.03,-0.55l-0.96,6.13l-0.36,5.11l-2.44,3.14l3.8,-0.6l0.96,3.65l3.99,-3.23l2.78,-3.38l1.57,2.86l4.36,1.51L250.65,230.6zM130.12,178.05l7.38,-4.18V170l3.48,-6.41l6.88,-6.69l3.52,-2.47l-3.01,-4.2l-2.72,-2.95l-7.16,-0.57l-4,-2.16l-9.48,1.63l2.74,6.23l-2.43,6.43l-1.94,6.87l-1.2,3.86l6.47,4.69L130.12,178.05zM264.36,205.36l0.32,-1.01l-0.03,-3.17l-2.19,-2.08l-2.57,1.05l-1.19,4.17l0.7,3.56l3.14,-0.36L264.36,205.36zM288.18,212.9l4.41,6.6l3.45,2.85l4.92,-7.87l0.87,-4.93l-4.41,-0.47l-4.03,-6.7l-4.45,-1.64l-6.6,-4.97l5.15,-3.63l-2.65,-7.54l-2.44,-3.35l-6.77,-3.35l-2.92,-5.55l-5.21,1.99l-0.36,-3.86l-3.86,-4.32l-6.22,-4.71l-2.65,3.71l-5.55,2.66l0.42,-6.06l-4.81,-10.05l-7.11,4.06l-2.59,7.7l-2.21,-5.92l2.06,-6.37l-7.24,2.65l-2.88,3.99l-2.15,8.42l0.89,9.05l3.98,0.04l-2.93,3.92l2.33,2.96l4.55,1.25l5.93,2.42l10.2,1.82l5.08,-1.04l1.5,-2.42l2.21,2.79l2.47,0.46l2.97,4.96l-1.8,1.98l5.68,2.63l4.29,3.68l1.08,2.55l0.77,3.24l-3.63,6.93l-0.98,3.44l0.94,2.42l-5.77,0.86l-5.27,0.12l-1.85,4.87l2.37,2.23l8.11,-1.03l-0.04,-1.89l4.08,3.15l4.18,3.28l-0.98,1.77l3.4,3.02l6.02,3.53l7.6,2.39l-0.46,-2.09l-2.92,-3.67l-3.96,-5.37l7.03,5l3.54,1.66l0.97,-4.44l-1.82,-6.3l-1.16,-1.73l-3.81,-3.03l-2.95,-3.91l0.35,-3.94L288.18,212.9zM222.35,51.34l2.34,7.29l4.96,5.88l9.81,-1.09l6.31,1.97l-4.38,6.05l-2.21,-1.78l-7.66,-0.71l1.19,8.31l3.96,6.04l-0.8,5.2l-4.97,3.46l-2.27,5.47l4.55,2.65l3.82,8.55l-7.5,-5.7l-1.71,0.94l1.38,9.38l-5.18,2.83l0.35,5.85l5.3,0.63l4.17,1.44l8.24,-1.84l7.33,3.27l7.49,-7.19l-0.06,-3.02l-4.79,0.48l-0.39,-2.84l3.92,-3.83l1.33,-5.15l4.33,-3.83l2.66,-4.76l-2.32,-7.1l1.94,-2.65l-3.86,-1.89l8.49,-1.63l1.79,-3.15l5.78,-2.6l4.8,-13.47l4.57,-4.94l6.62,-11.12l-6.1,0.1l2.54,-4.3l6.78,-3.99l6.84,-8.9l0.12,-5.73l-5.13,-6.04l-6.02,-2.93l-7.49,-1.82l-6.07,-1.49l-6.07,-1.5l-8.1,3.98l-1.49,-2.53l-8.57,0.98l-5.03,2.57l-3.7,3.65l-2.13,11.74L239,24.52l-3.48,-1.14l-4.12,7.97l-5.5,3.35l-3.27,0.66l-4.17,3.84l0.61,6.65L222.35,51.34zM296.75,316.34l-0.98,-1.98l-1.06,1.26l0.7,1.36l3.56,1.71l1.04,-0.26l1.38,-1.66l-2.6,0.11L296.75,316.34zM239.75,238.48l0.61,1.63l1.98,0.14l3.28,-3.34l0.06,-1.19l-3.85,-0.06L239.75,238.48zM301.88,304.92l-2.87,-1.8l-3.69,-1.09l-0.97,0.37l2.61,2.04l3.63,1.34l1.36,-0.08L301.88,304.92zM326.76,309.71l-0.36,-2.24l-1.96,0.72l0.87,-3.11l-2.8,-1.32l-1.29,1.05l-2.49,-1.18l0.98,-1.51l-1.88,-0.93l-1.83,1.47l1.86,-3.82l1.5,-2.8l0.54,-1.22l-1.3,-0.2l-2.43,1.55l-1.74,2.53l-2.9,6.92l-2.35,2.56l1.22,1.14l-1.75,1.47l0.43,1.23l5.44,0.13l3.01,-0.25l2.69,1.01l-1.98,1.93l1.67,0.14l3.25,-3.58l0.78,0.53l-0.61,3.37l1.84,0.77l1.27,-0.15l1.18,-3.61L326.76,309.71zM305.57,314.47l-2.81,4.56l-4.63,0.58l-3.64,-2.01l-0.92,-3.07l-0.89,-4.46l2.65,-2.83l-2.48,-2.09l-4.19,0.43l-5.88,3.53l-4.5,5.45l-2.38,0.67l3.23,-3.8l4.04,-5.57l3.57,-1.9l2.35,-3.11l2.9,-0.3l4.21,0.03l6,0.92l4.74,-0.71l3.53,-3.62l4.62,-1.59l2.01,-1.58l2.04,-1.71l-0.2,-5.19l-1.13,-1.77l-2.18,-0.63l-1.11,-4.05l-1.8,-1.55l-4.47,-1.26l-2.52,-2.82l-3.73,-2.83l1.13,-3.2l-3.1,-6.26l-3.65,-6.89l-2.18,-4.98l-1.86,2.61l-2.68,6.05l-4.06,2.97l-2.03,-3.16l-2.56,-0.85l-0.93,-6.99l0.08,-4.8l-5,-0.44l-0.85,-2.27l-3.45,-3.44l-2.61,-2.04l-2.32,1.58l-2.88,-0.58l-4.81,-1.65l-1.95,1.4l0.94,9.18l1.22,5.12l-3.31,5.75l3.41,4.02l1.9,4.44l0.23,3.42l-1.55,3.5l-3.18,3.46l-4.49,2.28l1.98,2.53l1.46,7.4l-1.52,4.68l-2.16,1.46l-4.17,-4.28l-2.03,-5.17l-0.87,-4.76l0.46,-4.19l-3.05,-0.47l-4.63,-0.28l-2.97,-2.08l-3.51,-1.37l-2.01,-2.38l-2.8,-1.94l-5.21,-2.23l-3.92,1.02l-1.31,-3.95l-1.26,-4.99l-4.12,-0.9l0.15,-6.41l1.09,-4.48l3.04,-6.6l3.43,-4.9l3.26,-0.77l0.19,-4.05l2.21,-2.68l4.01,-0.42l3.25,-4.39l0.82,-2.9l2.7,-5.73l0.84,-3.5l2.9,2.11l3.9,-1.08l5.49,-4.96l0.36,-3.54l-1.98,-3.98l2.09,-4.06l-0.17,-3.87l-3.76,-3.95l-4.14,-1.19l-3.98,-0.62l-0.15,8.71l-2.04,6.56l-2.93,5.3l-2.71,-4.95l0.84,-5.61l-3.35,-5.02l-3.75,6.09l0.01,-7.99l-5.21,-1.63l2.49,-4.01l-3.81,-9.59l-2.84,-3.91l-3.7,-1.44l-3.32,6.43l-0.22,9.34l3.27,3.29l3,4.91l-1.27,7.71l-2.26,-0.2l-1.78,5.88l0.02,-7l-4.34,-2.58l-2.49,1.33l0.32,4.67l-4.09,-0.18l-4.35,1.17l-4.95,-3.35l-3.13,0.6l-2.82,-4.11l-2.26,-1.84l-2.24,0.77l-3.41,0.35l-1.81,2.61l2.86,3.19l-3.05,3.72l-2.99,-4.42l-2.39,1.3l-7.57,0.87l-5.07,-1.59l3.94,-3.74l-3.78,-3.9l-2.75,0.5l-3.86,-1.32l-6.56,-2.89l-4.29,-3.37l-3.4,-0.47l-1.06,2.36l-3.44,1.31l-0.38,-6.15l-3.73,5.5l-4.74,-7.32l-1.94,-0.89l-0.63,3.91l-2.09,1.9l-1.93,-3.39l-4.59,2.05l-4.2,3.55l-4.17,-0.98l-3.4,2.5l-2.46,3.28l-2.92,-0.72l-4.41,-3.8l-5.23,-1.94l-0.02,27.65l-0.01,35.43l2.76,0.17l2.73,1.56l1.96,2.44l2.49,3.6l2.73,-3.05l2.81,-1.79l1.49,2.85l1.89,2.23l2.57,2.42l1.75,3.79l2.87,5.88l4.77,3.2l0.08,3.12l-1.56,2.35l0.06,2.48l3.39,3.45l0.49,3.76l3.59,1.96l-0.4,2.79l1.56,3.96l5.08,1.82l2,1.89l5.43,4.23l0.38,0.01h7.96h8.32h2.76h8.55h8.27h8.41l8.42,0l9.53,0l9.59,0l5.8,0l0.01,-1.64l0.95,-0.02l0.5,2.35l0.87,0.72l1.96,0.26l2.86,0.67l2.72,1.3l2.27,-0.55l3.45,1.09l1.14,-1.66l1.59,-0.66l0.62,-1.03l0.63,-0.55l2.61,0.86l1.93,0.1l0.67,0.57l0.94,2.38l3.15,0.63l-0.49,1.18l1.11,1.21l-0.48,1.56l1.18,0.51l-0.59,1.37l0.75,0.13l0.53,-0.6l0.55,0.9l2.1,0.5l2.13,0.04l2.27,0.41l2.51,0.78l0.91,1.26l1.82,3.04l-0.9,1.3l-2.28,-0.54l-1.42,-2.44l0.36,2.49l-1.34,2.17l0.15,1.84l-0.23,1.07l-1.81,1.27l-1.32,2.09l-0.62,1.32l1.54,0.24l2.08,-1.2l1.23,-1.06l0.83,-0.17l1.54,0.38l0.75,-0.59l1.37,-0.48l2.44,-0.47v0l0,0l-0.25,-1.15l-0.13,0.04l-0.86,0.2l-1.12,-0.36l0.84,-1.32l0.85,-0.46l1.98,-0.56l2.37,-0.53l1.24,0.73l0.78,-0.85l0.89,-0.54l0.6,0.29l0.03,0.06l2.87,-2.73l1.27,-0.73l4.26,-0.03l5.17,0l0.28,-0.98l0.9,-0.2l1.19,-0.62l1,-1.82l0.86,-3.15l2.14,-3.1l0.93,1.08l1.88,-0.7l1.25,1.19l0,5.52l1.83,2.25l3.12,-0.48l4.49,-0.13l-4.87,3.26l0.11,3.29l2.13,0.28l3.13,-2.79l2.78,-1.58l6.21,-2.35l3.47,-2.62l-1.81,-1.46L305.57,314.47zM251.91,243.37l1.1,-3.12l-0.71,-1.23l-1.15,-0.13l-1.08,1.8l-0.13,0.41l0.74,1.77L251.91,243.37zM109.25,279.8L109.25,279.8l1.56,-2.35L109.25,279.8zM105.85,283.09l-2.69,0.38l-1.32,-0.62l-0.17,1.52l0.52,2.07l1.42,1.46l1.04,2.13l1.69,2.1l1.12,0.01l-2.44,-3.7L105.85,283.09z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"CD",title:"Democratic Republic of Congo",d:"M561.71,453.61L561.54,456.87L562.66,457.24L561.76,458.23L560.68,458.97L559.61,460.43L559.02,461.72L558.86,463.96L558.21,465.02L558.19,467.12L557.38,467.9L557.28,469.56L556.89,469.77L556.63,471.3L557.34,472.56L557.52,475.93L558.02,478.5L557.74,479.96L558.3,481.58L559.93,483.15L561.44,486.7L560.34,486.41L556.57,486.89L555.82,487.22L555.02,489.02L555.65,490.27L555.15,493.62L554.8,496.47L555.56,496.98L557.52,498.08L558.29,497.57L558.53,500.65L556.38,500.62L555.23,499.05L554.2,497.83L552.05,497.43L551.42,495.94L549.7,496.84L547.46,496.44L546.52,495.15L544.74,494.89L543.43,494.96L543.27,494.08L542.3,494.01L541.02,493.84L539.29,494.26L538.07,494.19L537.37,494.45L537.52,491.08L536.59,490.03L536.38,488.3L536.79,486.6L536.23,485.51L536.18,483.75L532.77,483.77L533.02,482.76L531.59,482.77L531.44,483.26L529.7,483.37L528.99,485L528.57,485.71L527.02,485.31L526.1,485.71L524.24,485.93L523.17,484.46L522.53,483.55L521.72,481.87L521.03,479.78L512.76,479.75L511.77,480.08L510.96,480.03L509.8,480.41L509.41,479.54L510.12,479.24L510.21,478.02L510.67,477.3L511.69,476.72L512.43,477L513.39,475.93L514.91,475.96L515.09,476.75L516.14,477.25L517.79,475.49L519.42,474.13L520.13,473.24L520.04,470.94L521.26,468.23L522.54,466.8L524.39,465.46L524.71,464.57L524.78,463.55L525.24,462.58L525.09,461L525.44,458.53L525.99,456.79L526.83,455.3L526.99,453.62L527.24,451.67L528.34,450.25L529.84,449.35L532.15,450.3L533.93,451.33L535.98,451.61L538.07,452.15L538.91,450.47L539.3,450.25L540.57,450.53L543.7,449.14L544.8,449.73L545.71,449.65L546.13,448.97L547.17,448.73L549.28,449.02L551.08,449.08L552.01,448.79L553.7,451.1L554.96,451.43L555.71,450.96L557.01,451.15L558.57,450.56L559.24,451.75z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"CF",title:"Central African Republic",d:"M518.09,442.66L520.41,442.44L520.93,441.72L521.39,441.78L522.09,442.41L525.62,441.34L526.81,440.24L528.28,439.25L528,438.26L528.79,438L531.5,438.18L534.14,436.87L536.16,433.78L537.59,432.64L539.36,432.15L539.68,433.37L541.3,435.14L541.3,436.29L540.85,437.47L541.03,438.34L542,439.15L544.14,440.39L545.67,441.52L545.7,442.44L547.58,443.9L548.75,445.11L549.46,446.79L551.56,447.9L552.01,448.79L551.08,449.08L549.28,449.02L547.17,448.73L546.13,448.97L545.71,449.65L544.8,449.73L543.7,449.14L540.57,450.53L539.3,450.25L538.91,450.47L538.07,452.15L535.98,451.61L533.93,451.33L532.15,450.3L529.84,449.35L528.34,450.25L527.24,451.67L526.99,453.62L525.19,453.46L523.29,452.99L521.62,454.47L520.15,457.07L519.85,456.26L519.73,454.99L518.45,454.09L517.41,452.65L517.17,451.65L515.85,450.19L516.07,449.36L515.79,448.18L516.01,446.01L516.68,445.5z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"CG",title:"Republic of Congo",d:"M511.69,476.72L510.64,475.76L509.79,476.23L508.66,477.43L506.36,474.48L508.49,472.94L507.44,471.09L508.4,470.39L510.29,470.05L510.51,468.81L512.01,470.15L514.49,470.27L515.35,468.95L515.7,467.1L515.39,464.92L514.07,463.28L515.28,460.05L514.58,459.5L512.5,459.72L511.71,458.29L511.92,457.07L515.45,457.18L517.72,457.91L519.95,458.57L520.15,457.07L521.62,454.47L523.29,452.99L525.19,453.46L526.99,453.62L526.83,455.3L525.99,456.79L525.44,458.53L525.09,461L525.24,462.58L524.78,463.55L524.71,464.57L524.39,465.46L522.54,466.8L521.26,468.23L520.04,470.94L520.13,473.24L519.42,474.13L517.79,475.49L516.14,477.25L515.09,476.75L514.91,475.96L513.39,475.93L512.43,477z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"CH",title:"Switzerland",d:"M502.15,312.34L502.26,313.08L501.83,314.09L503.1,314.83L504.53,314.94L504.31,316.61L503.08,317.3L501,316.79L500.39,318.42L499.06,318.55L498.57,317.91L497,319.27L495.65,319.46L494.44,318.6L493.48,316.83L492.14,317.47L492.18,315.63L494.23,313.32L494.14,312.27L495.42,312.66L496.19,311.95L498.57,311.98L499.15,311.08z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"CI",title:"Côte d'Ivoire",d:"M467.24,449.46L465.97,449.49L464.01,448.94L462.22,448.97L458.89,449.46L456.95,450.27L454.17,451.29L453.63,451.22L453.84,448.92L454.11,448.57L454.03,447.46L452.84,446.29L451.95,446.1L451.13,445.33L451.74,444.09L451.46,442.73L451.59,441.91L452.04,441.91L452.2,440.68L451.98,440.14L452.25,439.75L453.29,439.41L452.6,437.15L451.95,435.99L452.18,435.02L452.74,434.81L453.1,434.55L453.88,434.97L456.04,435L456.56,434.17L457.04,434.23L457.85,433.91L458.29,435.12L458.94,434.76L460.1,434.34L461.36,434.96L461.85,435.89L463.11,436.49L464.09,435.78L465.41,435.67L467.33,436.4L468.07,440.41L466.89,442.77L466.16,445.94L467.37,448.35z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"CL",title:"Chile",d:"M282.81,636.73l0,10.57l3,0l1.69,0.13l-0.93,1.98l-2.4,1.53l-1.38,-0.16l-1.66,-0.4l-2.04,-1.48l-2.94,-0.71l-3.53,-2.71l-2.86,-2.57l-3.86,-5.25l2.31,0.97l3.94,3.13l3.72,1.7l1.45,-2.17l0.91,-3.2l2.58,-1.91L282.81,636.73zM283.97,524.72l1.1,4.15l2.02,-0.41l0.34,0.76l-0.96,3.16l-3.05,1.51l0.09,5.14l-0.59,1l0.84,1.23l-1.98,1.95l-1.84,2.96l-1,2.9l0.27,3.11l-1.73,3.34l1.29,5.69l0.73,0.61l-0.01,3.09l-1.6,3.31l0.06,2.87l-2.12,2.26l0.01,3.22l0.85,3.46l-1.68,1.3l-0.75,3.22l-0.66,3.75l0.47,4.54l-1.13,0.77l0.65,4.4l1.27,1.46l-0.92,1.63l1.3,0.78l0.3,1.48l-1.22,0.75l0.3,2.33l-1.02,5.35l-1.49,3.52l0.33,2.11l-0.89,2.68l-2.15,1.88l0.25,4.6l0.99,1.6l1.87,-0.28l-0.05,3.33l1.16,2.63l6.78,0.61l2.6,0.71l-2.49,-0.03l-1.35,1.13l-2.53,1.67l-0.45,4.38l-1.19,0.11l-3.16,-1.54l-3.21,-3.25l0,0l-3.49,-2.63l-0.88,-2.87l0.79,-2.62l-1.41,-2.94l-0.36,-7.34l1.19,-4.03l2.96,-3.19l-4.26,-1.19l2.67,-3.57l0.95,-6.56l3.12,1.37l1.46,-7.97l-1.88,-1l-0.88,4.75l-1.77,-0.54l0.88,-5.42l0.96,-6.84l1.29,-2.48l-0.81,-3.5l-0.23,-3.98l1.18,-0.11l1.72,-5.6l1.94,-5.43l1.19,-4.97l-0.65,-4.91l0.84,-2.67l-0.34,-3.96l1.64,-3.87l0.51,-6.04l0.9,-6.37l0.88,-6.75l-0.21,-4.87l-0.58,-4.15l1.44,-0.75l0.75,-1.5l1.37,1.99l0.37,2.12l1.47,1.25l-0.88,2.87L283.97,524.72z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"CM",title:"Cameroon",d:"M511.92,457.07L511.57,456.92L509.91,457.28L508.2,456.9L506.87,457.09L502.31,457.02L502.72,454.82L501.62,452.98L500.34,452.5L499.77,451.25L499.05,450.85L499.09,450.08L499.81,448.1L501.14,445.4L501.95,445.37L503.62,443.73L504.69,443.69L506.26,444.84L508.19,443.89L508.45,442.73L509.08,441.59L509.51,440.17L511.01,439.01L511.58,437.04L512.17,436.41L512.57,434.94L513.31,433.13L515.67,430.93L515.82,429.98L516.13,429.47L515.02,428.33L515.11,427.43L515.9,427.26L517.01,429.09L517.2,430.98L517.1,432.87L518.62,435.44L517.06,435.41L516.27,435.61L514.99,435.33L514.38,436.66L516.03,438.31L517.25,438.79L517.65,439.96L518.53,441.89L518.09,442.66L516.68,445.5L516.01,446.01L515.79,448.18L516.07,449.36L515.85,450.19L517.17,451.65L517.41,452.65L518.45,454.09L519.73,454.99L519.85,456.26L520.15,457.07L519.95,458.57L517.72,457.91L515.45,457.18z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"CN",title:"China",d:"M784.63,410.41l-2.42,1.41l-2.3,-0.91l-0.08,-2.53l1.38,-1.34l3.06,-0.83l1.61,0.07l0.63,1.13l-1.23,1.3L784.63,410.41zM833.19,302.89l4.88,1.38l3.32,3.03l1.13,3.95l4.26,0l2.43,-1.65l4.63,-1.24l-1.47,3.76l-1.09,1.51l-0.96,4.46l-1.89,3.89l-3.4,-0.7l-2.41,1.4l0.74,3.36l-0.4,4.55l-1.43,0.1l0.02,1.93l-1.81,-2.24l-1.11,2.13l-4.33,1.62l0.44,1.97l-2.42,-0.14l-1.33,-1.17l-1.93,2.64l-3.09,1.98l-2.28,2.35l-3.92,1.06l-2.06,1.69l-3.02,0.98l1.49,-1.67l-0.59,-1.41l2.22,-2.45l-1.48,-1.93l-2.44,1.3l-3.17,2.54l-1.73,2.34l-2.75,0.17l-1.43,1.68l1.48,2.41l2.29,0.58l0.09,1.58l2.22,1.02l3.14,-2.51l2.49,1.37l1.81,0.09l0.46,1.84l-3.97,0.97l-1.31,1.87l-2.73,1.73l-1.44,2.39l3.02,1.86l1.1,3.31l1.71,3.05l1.9,2.53l-0.05,2.43l-1.76,0.89l0.67,1.73l1.65,1l-0.43,2.61l-0.71,2.52l-1.57,0.28l-2.05,3.41l-2.27,4.09l-2.6,3.68l-3.86,2.82l-3.9,2.55l-3.16,0.35l-1.71,1.34l-0.97,-0.98l-1.59,1.5l-3.92,1.5l-2.97,0.46l-0.96,3.15l-1.55,0.17l-0.74,-2.16l0.66,-1.16l-3.76,-0.96l-1.33,0.49l-2.82,-0.78l-1.33,-1.22l0.44,-1.74l-2.56,-0.55l-1.35,-1.14l-2.39,1.62l-2.73,0.35l-2.24,-0.02l-1.5,0.74l-1.45,0.44l0.42,3.43l-1.5,-0.08l-0.25,-0.7l-0.08,-1.24l-2.06,0.87l-1.21,-0.55l-2.08,-1.13l0.82,-2.51l-1.78,-0.59l-0.67,-2.8l-2.96,0.51l0.34,-3.63l2.66,-2.58l0.11,-2.57l-0.08,-2.4l-1.22,-0.75l-0.94,-1.86l-1.64,0.24l-3.02,-0.47l0.95,-1.33l-1.31,-1.99l-2,1.35L740.4,378l-3.23,2.03l-2.55,2.36l-2.26,0.39l-1.23,-0.85l-1.48,-0.08l-2,-0.73l-1.51,0.8l-1.85,2.34l-0.24,-2.48l-1.71,0.66l-3.27,-0.31l-3.17,-0.73l-2.28,-1.39l-2.18,-0.63l-0.94,-1.53l-1.58,-0.46l-2.83,-2.09l-2.25,-0.99l-1.16,0.77l-3.9,-2.26l-2.75,-2.07l-0.79,-3.63l2.01,0.44l0.09,-1.69l-1.12,-1.71l0.28,-2.74l-3.01,-3.99l-4.61,-1.39l-0.83,-2.66l-2.07,-1.63l-0.5,-1.01l-0.42,-2.01l0.1,-1.38l-1.7,-0.81l-0.92,0.36l-0.71,-3.32l0.8,-0.83l-0.39,-0.85l2.68,-1.73l1.94,-0.72l2.97,0.49l1.06,-2.35l3.6,-0.44l1,-1.48l4.42,-2.03l0.39,-0.85l-0.22,-2.17l1.92,-1l-2.52,-6.75l5.55,-1.58l1.44,-0.89l2.02,-7.26l5.56,1.35l1.56,-1.86l0.13,-4.19l2.33,-0.39l2.13,-2.83l1.1,-0.35l0.74,2.97l2.36,2.23l4,1.57l1.93,3.32l-1.08,4.73l1.01,1.73l3.33,0.68l3.78,0.55l3.39,2.45l1.73,0.43l1.28,3.57l1.65,2.27l3.09,-0.09l5.79,0.85l3.73,-0.53l2.77,0.57l4.15,2.29l3.39,0l1.24,1.16l3.26,-2.01l4.53,-1.31l4.2,-0.14l3.28,-1.34l2.01,-2.05l1.96,-1.3l-0.45,-1.28l-0.9,-1.5l1.47,-2.54l1.58,0.36l2.88,0.8l2.79,-2.1l4.28,-1.55l2.05,-2.66l1.97,-1.16l4.07,-0.54l2.21,0.46l0.31,-1.45l-2.54,-2.89l-2.25,-1.33l-2.16,1.54l-2.77,-0.65l-1.59,0.53l-0.72,-1.71l1.98,-4.23l1.37,-3.25l3.37,1.63l3.95,-2.74l-0.03,-1.93l2.53,-4.73l1.56,-1.45l-0.04,-2.52l-1.54,-1.1l2.32,-2.31l3.48,-0.84l3.72,-0.13l4.2,1.39l2.46,1.71l1.73,4.61l1.05,1.94l0.98,2.73L833.19,302.89z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"CO",title:"Colombia",d:"M263.92,463.81L262.72,463.15L261.34,462.23L260.54,462.67L258.16,462.28L257.48,461.08L256.96,461.13L254.15,459.54L253.77,458.67L254.82,458.46L254.7,457.07L255.35,456.06L256.74,455.87L257.93,454.12L259,452.66L257.96,451.99L258.49,450.37L257.86,447.81L258.46,447.08L258.02,444.71L256.88,443.21L257.24,441.85L258.15,442.05L258.68,441.21L258.03,439.56L258.37,439.14L259.81,439.23L261.92,437.26L263.07,436.96L263.1,436.03L263.62,433.64L265.23,432.32L266.99,432.27L267.21,431.68L269.41,431.91L271.62,430.48L272.71,429.84L274.06,428.47L275.06,428.64L275.79,429.39L275.25,430.35L273.45,430.83L272.74,432.25L271.65,433.06L270.84,434.12L270.49,436.13L269.72,437.79L271.16,437.97L271.52,439.27L272.14,439.89L272.36,441.02L272.03,442.06L272.13,442.65L272.82,442.88L273.49,443.86L277.09,443.59L278.72,443.95L280.7,446.36L281.83,446.06L283.85,446.21L285.45,445.89L286.44,446.38L285.93,447.88L285.31,448.82L285.09,450.83L285.65,452.68L286.45,453.51L286.54,454.14L285.12,455.53L286.14,456.14L286.89,457.12L287.74,459.89L287.21,460.24L286.67,458.59L285.89,457.71L284.96,458.67L279.5,458.61L279.53,460.35L281.17,460.64L281.08,461.71L280.52,461.42L278.94,461.88L278.93,463.9L280.17,464.92L280.61,466.51L280.54,467.72L279.28,475.37L277.88,473.88L277.04,473.82L278.85,470.98L276.7,469.67L275.02,469.91L274.01,469.43L272.46,470.17L270.37,469.82L268.72,466.9L267.42,466.18L266.53,464.86L264.67,463.54z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"CR",title:"Costa Rica",d:"M242.63,440.4L241.11,439.77L240.54,439.18L240.86,438.69L240.76,438.07L239.98,437.39L238.88,436.84L237.91,436.48L237.73,435.65L236.99,435.14L237.17,435.97L236.61,436.64L235.97,435.86L235.07,435.58L234.69,435.01L234.71,434.15L235.08,433.25L234.29,432.85L234.93,432.31L235.35,431.94L237.2,432.69L237.84,432.32L238.73,432.56L239.2,433.14L240.02,433.33L240.69,432.73L241.41,434.27L242.49,435.41L243.81,436.62L242.72,436.87L242.74,438L243.32,438.42L242.9,438.76L243.01,439.27L242.78,439.84z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"CU",title:"Cuba",d:"M244.58,396.94L247.01,397.16L249.21,397.19L251.84,398.22L252.96,399.33L255.58,398.99L256.57,399.69L258.95,401.56L260.69,402.91L261.61,402.87L263.29,403.48L263.08,404.32L265.15,404.44L267.27,405.66L266.94,406.35L265.07,406.73L263.18,406.88L261.25,406.64L257.24,406.93L259.12,405.27L257.98,404.5L256.17,404.3L255.2,403.44L254.53,401.74L252.95,401.85L250.33,401.05L249.49,400.42L245.84,399.95L244.86,399.36L245.91,398.61L243.16,398.46L241.15,400.02L239.98,400.06L239.58,400.8L238.2,401.13L237,400.84L238.48,399.91L239.08,398.82L240.35,398.15L241.78,397.56L243.91,397.27z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"CY",title:"Cyprus",d:"M570.31,358.29L572.2,356.83L569.65,357.85L567.63,357.8L567.23,358.63L567.03,358.65L565.7,358.77L566.35,360.14L567.72,360.58L570.6,359.2L570.51,358.93z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"CZ",title:"Czech Republic",d:"M522.81,307.86L521.51,307.06L520.2,307.28L518.02,305.98L517.03,306.3L515.46,308.04L513.37,306.67L511.79,304.84L510.36,303.8L510.06,301.98L509.57,300.68L511.61,299.73L512.65,298.63L514.66,297.77L515.37,296.93L516.11,297.44L517.36,296.97L518.69,298.4L520.78,298.79L520.61,300L522.13,300.9L522.55,299.77L524.47,300.26L524.74,301.63L526.82,301.89L528.11,304.02L527.28,304.03L526.84,304.8L526.2,304.99L526.02,305.96L525.48,306.17L525.4,306.56L524.45,307L523.2,306.93z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"DE",title:"Germany",d:"M503.07,278.92L503.12,280.8L505.96,281.92L505.93,283.62L508.78,282.72L510.35,281.41L513.52,283.3L514.84,284.81L515.5,287.2L514.72,288.45L515.73,290.1L516.43,292.55L516.21,294.11L517.36,296.97L516.11,297.44L515.37,296.93L514.66,297.77L512.65,298.63L511.61,299.73L509.57,300.68L510.06,301.98L510.36,303.8L511.79,304.84L513.37,306.67L512.39,308.62L511.38,309.16L511.78,311.88L511.51,312.58L510.64,311.73L509.3,311.61L507.29,312.35L504.82,312.17L504.42,313.26L503,312.12L502.15,312.34L499.15,311.08L498.57,311.98L496.19,311.95L496.54,308.97L497.96,306.07L493.92,305.29L492.6,304.16L492.76,302.27L492.2,301.29L492.52,298.32L492.04,293.63L493.73,293.63L494.44,291.92L495.14,287.69L494.61,286.11L495.16,285.11L497.5,284.85L498.02,285.89L499.93,283.56L499.29,281.77L499.16,279.02L501.28,279.66z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"DJ",title:"Djibouti",d:"M596.05,427.72L596.71,428.6L596.62,429.79L595.02,430.47L596.23,431.24L595.19,432.76L594.57,432.26L593.9,432.46L592.33,432.41L592.28,431.55L592.07,430.76L593.01,429.43L594,428.17L595.2,428.42z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"DK",title:"Denmark",d:"M510.83,275.84l-1.68,3.97l-2.93,-2.76l-0.39,-2.05l4.11,-1.66L510.83,275.84zM505.85,271.59l-0.69,1.9l-0.83,-0.55l-2.02,3.59l0.76,2.39l-1.79,0.74l-2.12,-0.64l-1.14,-2.72l-0.08,-5.12l0.47,-1.38l0.8,-1.54l2.47,-0.32l0.98,-1.43l2.26,-1.47l-0.1,2.68l-0.83,1.68l0.34,1.43L505.85,271.59z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"DO",title:"Dominican Republic",d:"M274.18,407.35L274.53,406.84L276.72,406.86L278.38,407.62L279.12,407.54L279.63,408.59L281.16,408.53L281.07,409.41L282.32,409.52L283.7,410.6L282.66,411.8L281.32,411.16L280.04,411.28L279.12,411.14L278.61,411.68L277.53,411.86L277.11,411.14L276.18,411.57L275.06,413.57L274.34,413.11L274.19,412.27L274.25,411.47L273.53,410.59L274.21,410.09L274.43,408.96z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"DZ",title:"Algeria",d:"M508.9,396.08L499.29,401.83L491.17,407.68L487.22,409L484.11,409.29L484.08,407.41L482.78,406.93L481.03,406.08L480.37,404.69L470.91,398.14L461.45,391.49L450.9,383.96L450.96,383.35L450.96,383.14L450.93,379.39L455.46,377.03L458.26,376.54L460.55,375.68L461.63,374.06L464.91,372.77L465.03,370.36L466.65,370.07L467.92,368.86L471.59,368.3L472.1,367.02L471.36,366.31L470.39,362.78L470.23,360.73L469.17,358.55L471.86,356.68L474.9,356.08L476.67,354.65L479.37,353.6L484.12,352.98L488.76,352.69L490.17,353.21L492.81,351.84L495.81,351.81L496.95,352.62L498.86,352.41L498.29,354.2L498.74,357.48L498.08,360.3L496.35,362.18L496.6,364.71L498.89,366.69L498.92,367.5L500.64,368.83L501.84,374.69L502.75,377.53L502.9,379.01L502.41,381.6L502.61,383.04L502.25,384.76L502.5,386.73L501.38,388.02L503.04,390.28L503.15,391.6L504.14,393.31L505.45,392.75L507.67,394.17z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"EC",title:"Ecuador",d:"M250.1,472.87L251.59,470.79L250.98,469.57L249.91,470.87L248.23,469.64L248.8,468.86L248.33,466.33L249.31,465.91L249.83,464.18L250.89,462.38L250.69,461.25L252.23,460.65L254.15,459.54L256.96,461.13L257.48,461.08L258.16,462.28L260.54,462.67L261.34,462.23L262.72,463.15L263.92,463.81L264.31,465.92L263.44,467.73L260.38,470.65L257.01,471.75L255.29,474.18L254.76,476.06L253.17,477.21L252,475.8L250.86,475.5L249.7,475.72L249.63,474.7L250.43,474.04z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"EE",title:"Estonia",d:"M543.42,264.71L543.75,261.59L542.72,262.26L540.94,260.36L540.69,257.25L544.24,255.72L547.77,254.91L550.81,255.83L553.71,255.66L554.13,256.62L552.14,259.76L552.97,264.72L551.77,266.38L549.45,266.37L547.04,264.43L545.81,263.78z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"EG",title:"Egypt",d:"M573.17,377.28L572.38,378.57L571.78,380.97L571.02,382.61L570.36,383.17L569.43,382.15L568.16,380.73L566.16,376.16L565.88,376.45L567.04,379.82L568.76,383L570.88,387.88L571.91,389.56L572.81,391.3L575.33,394.7L574.77,395.23L574.86,397.2L578.13,399.91L578.62,400.53L567.5,400.53L556.62,400.53L545.35,400.53L545.35,389.3L545.35,378.12L544.51,375.54L545.23,373.54L544.8,372.15L545.81,370.58L549.54,370.53L552.24,371.39L555.02,372.36L556.32,372.86L558.48,371.83L559.63,370.9L562.11,370.63L564.1,371.04L564.87,372.66L565.52,371.59L567.76,372.36L569.95,372.55L571.33,371.73z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"EH",title:"Western Sahara",d:"M438.57,383.06L442.19,383.07L450.94,383.1L450.94,383.1L450.94,383.1L442.19,383.07L438.57,383.06L438.46,383.15L438.41,383.19L436.63,386.39L434.77,387.53L433.75,389.44L433.69,391.09L432.94,392.88L432,393.37L430.44,395.31L429.48,397.46L429.66,398.48L428.74,400.05L427.66,400.87L427.53,402.26L427.41,403.53L428.02,402.53L439,402.55L438.47,398.2L439.16,396.65L441.78,396.38L441.69,388.52L450.9,388.69L450.9,383.96L450.96,383.35L450.96,383.14z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"ER",title:"Eritrea",d:"M594,428.17L593.04,427.24L591.89,425.57L590.65,424.65L589.92,423.65L587.48,422.5L585.56,422.47L584.88,421.86L583.24,422.54L581.54,421.23L580.66,423.38L577.4,422.78L577.1,421.63L578.31,417.38L578.58,415.45L579.46,414.55L581.53,414.07L582.95,412.4L584.58,415.78L585.35,418.45L586.89,419.86L590.71,422.58L592.27,424.22L593.79,425.88L594.67,426.86L596.05,427.72L595.2,428.42z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"ES",title:"Spain",d:"M449.92,334.56L450.06,331.88L448.92,330.22L452.88,327.45L456.31,328.15L460.08,328.12L463.06,328.78L465.39,328.58L469.92,328.7L471.04,330.19L476.2,331.92L477.22,331.1L480.38,332.82L483.63,332.33L483.78,334.52L481.12,337.01L477.53,337.79L477.28,339.03L475.55,341.06L474.47,344.02L475.56,346.07L473.94,347.67L473.34,349.97L471.22,350.67L469.23,353.36L465.68,353.41L463,353.35L461.25,354.57L460.18,355.88L458.8,355.59L457.77,354.42L456.97,352.42L454.35,351.88L454.12,350.72L455.16,349.4L455.54,348.44L454.58,347.38L455.35,345.03L454.23,342.86L455.44,342.56L455.55,340.84L456.01,340.31L456.04,337.43L457.34,336.43L456.56,334.55L454.92,334.42L454.44,334.89L452.79,334.9L452.08,333.06L450.94,333.61z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"ET",title:"Ethiopia",d:"M581.54,421.23L583.24,422.54L584.88,421.86L585.56,422.47L587.48,422.5L589.92,423.65L590.65,424.65L591.89,425.57L593.04,427.24L594,428.17L593.01,429.43L592.07,430.76L592.28,431.55L592.33,432.41L593.9,432.46L594.57,432.26L595.19,432.76L594.58,433.77L595.62,435.33L596.65,436.69L597.72,437.7L606.89,441.04L609.25,441.02L601.32,449.44L597.67,449.56L595.17,451.53L593.38,451.58L592.61,452.46L590.69,452.46L589.56,451.52L587,452.69L586.17,453.85L584.3,453.63L583.68,453.31L583.02,453.38L582.14,453.36L578.59,450.98L576.64,450.98L575.68,450.07L575.68,448.5L574.22,448.03L572.57,444.98L571.29,444.33L570.79,443.21L569.37,441.84L567.65,441.64L568.61,440.03L570.09,439.96L570.51,439.1L570.48,436.57L571.31,433.61L572.63,432.81L572.92,431.65L574.12,429.48L575.81,428.06L576.95,425.25L577.4,422.78L580.66,423.38z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"FK",title:"Falkland Islands",d:"M303.66,633.13L307.02,630.44L309.41,631.56L311.09,629.77L313.33,631.78L312.49,633.36L308.7,634.72L307.44,633.13L305.06,635.18z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"FI",title:"Finland",d:"M555.42,193.1L555.01,198.5L559.31,203.49L556.72,208.97L559.98,216.93L558.09,222.69L560.62,227.55L559.47,231.69L563.62,235.95L562.56,239.05L559.96,242.5L553.96,249.91L548.87,250.36L543.94,252.43L539.38,253.61L537.75,250.54L535.04,248.67L535.66,242.95L534.3,237.54L535.64,233.96L538.18,230.02L544.59,223L546.47,221.61L546.17,218.77L542.27,215.55L541.33,212.85L541.25,201.73L536.88,196.58L533.14,192.77L534.82,190.69L537.94,194.84L541.6,194.45L544.61,196.32L547.28,192.88L548.66,187.03L553.01,184.25L556.61,187.51z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"FJ",title:"Fiji",d:"M980.53,508.61l-0.35,1.4l-0.23,0.16l-1.78,0.72l-1.79,0.61l-0.36,-1.09l1.4,-0.6l0.89,-0.16l1.64,-0.91L980.53,508.61zM974.69,512.92l-1.27,-0.36l-1.08,1l0.27,1.29l1.55,0.36l1.74,-0.4l0.46,-1.53l-0.96,-0.84L974.69,512.92z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"FR",title:"France",d:"M502.06,333.54l-0.93,2.89l-1.27,-0.76l-0.65,-2.53l0.57,-1.41l1.81,-1.45L502.06,333.54zM485.31,300.19l1.96,2.06l1.44,-0.34l2.45,1.97l0.63,0.37l0.81,-0.09l1.32,1.12l4.04,0.79l-1.42,2.9l-0.36,2.98l-0.77,0.71l-1.28,-0.38l0.09,1.05l-2.05,2.3l-0.04,1.84l1.34,-0.63l0.96,1.77l-0.12,1.13l0.83,1.5l-0.97,1.21l0.72,3.04l1.52,0.49l-0.32,1.68l-2.54,2.17l-5.53,-1.04l-4.08,1.24l-0.32,2.29l-3.25,0.49l-3.15,-1.72l-1.02,0.82l-5.16,-1.73l-1.12,-1.49l1.45,-2.32l0.53,-7.88l-2.89,-4.26l-2.07,-2.09l-4.29,-1.6l-0.28,-3.07l3.64,-0.92l4.71,1.09l-0.89,-4.84l2.65,1.85l6.53,-3.37l0.84,-3.61l2.45,-0.9l0.41,1.56l1.3,0.07L485.31,300.19z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"GA",title:"Gabon",d:"M506.36,474.48L503.48,471.66L501.62,469.36L499.92,466.48L500.01,465.56L500.62,464.66L501.3,462.64L501.87,460.57L502.82,460.41L506.89,460.44L506.87,457.09L508.2,456.9L509.91,457.28L511.57,456.92L511.92,457.07L511.71,458.29L512.5,459.72L514.58,459.5L515.28,460.05L514.07,463.28L515.39,464.92L515.7,467.1L515.35,468.95L514.49,470.27L512.01,470.15L510.51,468.81L510.29,470.05L508.4,470.39L507.44,471.09L508.49,472.94z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"GB",title:"United Kingdom",d:"M459.38,281l-1.5,3.29l-2.12,-0.98l-1.73,0.07l0.58,-2.57l-0.58,-2.6l2.35,-0.2L459.38,281zM466.83,260.24l-3,5.73l2.86,-0.72l3.07,0.03l-0.73,4.22l-2.52,4.53l2.9,0.32l0.22,0.52l2.5,5.79l1.92,0.77l1.73,5.41l0.8,1.84l3.4,0.88l-0.34,2.93l-1.43,1.33l1.12,2.33l-2.52,2.33l-3.75,-0.04l-4.77,1.21l-1.31,-0.87l-1.85,2.06l-2.59,-0.5l-1.97,1.67l-1.49,-0.87l4.11,-4.64l2.51,-0.97l-0.02,0l-4.38,-0.75l-0.79,-1.8l2.93,-1.41l-1.54,-2.48l0.53,-3.06l4.17,0.42l0,0l0.41,-2.74l-1.88,-2.95l-0.04,-0.07l-3.4,-0.85l-0.67,-1.32l1.02,-2.2l-0.92,-1.37l-1.51,2.34l-0.16,-4.8l-1.42,-2.59l1.02,-5.36l2.18,-4.31l2.24,0.42L466.83,260.24z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"GE",title:"Georgia",d:"M591.76,335.85L592.18,334.25L591.48,331.68L589.86,330.27L588.31,329.83L587.28,328.66L587.62,328.2L589.99,328.86L594.12,329.48L597.94,331.31L598.43,332.02L600.13,331.42L602.75,332.22L603.6,333.77L605.37,334.64L604.64,335.15L606.02,337.17L605.64,337.6L604.13,337.38L602.04,336.32L601.35,336.92L597.45,337.5L594.75,335.68z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"GF",title:"French Guiana",d:"M327.89,456.41l-1.07,1.06l-1.34,0.2l-0.38,-0.78l-0.63,-0.12l-0.87,0.76l-1.22,-0.57l0.71,-1.19l0.24,-1.27l0.48,-1.2l-1.09,-1.65l-0.22,-1.91l1.46,-2.41l0.95,0.31l2.06,0.66l2.97,2.36l0.46,1.14l-1.66,2.55L327.89,456.41z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"GH",title:"Ghana",d:"M478.23,446.84L473.83,448.48L472.27,449.44L469.74,450.25L467.24,449.46L467.37,448.35L466.16,445.94L466.89,442.77L468.07,440.41L467.33,436.4L466.94,434.27L467.01,432.66L471.88,432.53L473.12,432.74L474.02,432.28L475.32,432.5L475.11,433.39L476.28,434.85L476.28,436.9L476.55,439.12L477.25,440.15L476.63,442.68L476.85,444.08L477.6,445.86z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"GL",title:"Greenland",d:"M344.13,23.91L353.55,10.3L363.39,11.37L366.96,2.42L376.87,0L399.27,3.15L416.81,21.74L411.63,30.04L400.9,30.97L385.81,33L387.22,36.64L397.15,34.4L405.59,41.31L411.04,35.19L413.37,42.34L410.29,53.31L417.43,46.38L431.04,38.83L439.45,42.64L441.02,50.76L429.59,63.42L428.01,67.32L419.05,70.18L425.54,70.97L422.26,82.48L420,92.07L420.09,107.33L423.46,115.67L419.08,116.18L414.47,120.06L419.64,126.36L420.3,135.98L417.3,137L420.93,146.15L414.71,146.9L417.96,151.04L417.04,154.55L413.09,156.06L409.18,156.09L412.69,162.57L412.73,166.7L407.18,162.87L405.74,165.36L409.52,167.65L413.2,173.13L414.26,180.08L409.26,181.7L407.1,178.44L403.63,173.46L404.59,179.33L401.34,183.74L408.72,184.09L412.59,184.54L405.07,191.57L397.45,197.7L389.25,200.31L386.16,200.35L383.26,203.22L379.36,210.85L373.33,215.74L371.39,216.03L367.65,217.7L363.63,219.29L361.22,223.41L361.18,227.97L359.77,232.13L355.19,237.08L356.32,241.79L355.06,246.64L353.63,252.2L349.68,252.54L345.54,247.91L339.93,247.88L337.21,244.7L335.34,238.9L330.48,231.22L329.06,227.07L328.68,221.18L324.79,214.91L325.8,209.74L323.93,207.21L326.7,198.56L330.92,195.71L332.03,192.45L332.62,186.19L329.41,189.05L327.89,190.24L325.37,191.38L321.93,188.77L321.74,183.22L322.84,178.74L325.44,178.62L331.16,180.87L326.34,175.44L323.83,172.43L321.04,173.67L318.7,171.48L321.83,162.98L320.13,159.45L317.9,152.71L314.53,141.8L310.96,137.63L310.99,133L303.46,126.31L297.51,125.46L290.02,125.93L283.18,126.79L279.92,123.04L275.05,115.38L282.41,111.41L288.06,110.73L276.06,107.37L269.74,101.93L270.13,96.59L280.74,89.72L291.01,82.56L292.09,76.92L284.53,71.16L286.97,64.52L296.68,52.19L300.76,50.21L299.59,41.64L306.23,36.4L314.85,33.19L323.47,33.01L326.53,39.31L333.97,27.99L340.66,35.77L344.59,37.36L350.42,43.77L343.75,33z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"GM",title:"Gambia",d:"M428.03,426.43L428.39,425.16L431.44,425.07L432.08,424.4L432.97,424.35L434.07,425.06L434.94,425.07L435.87,424.59L436.43,425.41L435.22,426.06L434,426.01L432.8,425.4L431.76,426.06L431.26,426.09L430.58,426.49z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"GN",title:"Guinea",d:"M451.59,441.91L450.8,441.84L450.23,442.97L449.43,442.96L448.89,442.36L449.07,441.23L447.9,439.51L447.17,439.82L446.57,439.89L445.8,440.05L445.83,439.02L445.38,438.28L445.47,437.46L444.86,436.27L444.08,435.26L441.84,435.26L441.19,435.79L440.41,435.85L439.93,436.46L439.61,437.25L438.11,438.49L436.88,436.82L435.79,435.71L435.07,435.35L434.37,434.78L434.06,433.53L433.65,432.91L432.83,432.44L434.08,431.06L434.93,431.11L435.66,430.63L436.28,430.63L436.72,430.25L436.48,429.31L436.79,429.01L436.84,428.04L438.19,428.07L440.21,428.77L440.83,428.7L441.04,428.39L442.56,428.61L442.97,428.45L443.13,429.5L443.58,429.49L444.31,429.11L444.77,429.21L445.55,429.93L446.75,430.16L447.52,429.54L448.43,429.16L449.1,428.76L449.66,428.84L450.28,429.46L450.62,430.25L451.77,431.44L451.19,432.17L451.08,433.09L451.68,432.81L452.03,433.15L451.88,433.99L452.74,434.81L452.18,435.02L451.95,435.99L452.6,437.15L453.29,439.41L452.25,439.75L451.98,440.14L452.2,440.68L452.04,441.91z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"GQ",title:"Equatorial Guinea",d:"M501.87,460.57L501.34,460.15L502.31,457.02L506.87,457.09L506.89,460.44L502.82,460.41z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"GR",title:"Greece",d:"M541.7,356.71l1.53,1.16l2.18,-0.19l2.09,0.24l-0.07,0.6l1.53,-0.41l-0.35,1.01l-4.04,0.29l0.03,-0.56l-3.42,-0.67L541.7,356.71zM549.85,335.75l-0.87,2.33l-0.67,0.41l-1.71,-0.1l-1.46,-0.35l-3.4,0.96l1.94,2.06l-1.42,0.59l-1.56,0l-1.48,-1.88l-0.53,0.8l0.63,2.18l1.4,1.7l-1.06,0.79l1.56,1.65l1.39,1.03l0.04,2l-1.36,-1.15l-1.24,0.21l0.83,1.8l-0.92,0.19l-1,-0.69l1.2,3.95l-0.58,0l-0.45,-1.25l-0.57,-0.02l-0.26,1.32l-0.45,-0.3l0.1,-0.74l-0.56,-1.04h-0.64l0.12,0.84l-0.25,0.27l-0.62,-0.54l-0.38,-1.01l0.52,-0.57l-0.36,-0.74l-0.41,-0.38l-0.42,-0.09l-0.49,-0.94l0.58,-0.52l0.36,-0.48l0.56,0.1l0.25,-0.41l0.59,-0.16l0.68,0.46l0.55,0.17l0.39,-0.62l-0.94,-0.08l-0.56,-0.19l-1.25,0.28l-1.22,0.05l-1.09,-1.64l-0.18,-0.25l0.17,-0.64l-1.42,-1.15l-0.19,-1.03l1.3,-1.76l0.17,-1.19l0.91,-0.53l0.06,-0.97l1.83,-0.33l1.07,-0.81l1.52,0.07l0.46,-0.65l0.53,-0.12l2.07,0.11l2.25,-1.02l1.98,1.3l2.55,-0.35l0.03,-1.86L549.85,335.75z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"GT",title:"Guatemala",d:"M222.64,424.75L221.2,424.25L219.45,424.2L218.17,423.63L216.66,422.45L216.73,421.61L217.05,420.93L216.66,420.39L218.01,418.03L221.6,418.02L221.68,417.04L221.22,416.86L220.91,416.23L219.87,415.56L218.83,414.58L220.1,414.58L220.1,412.93L222.72,412.93L225.31,412.96L225.29,415.27L225.07,418.55L225.9,418.55L226.82,419.08L227.06,418.64L227.88,419.01L226.61,420.12L225.28,420.93L225.08,421.48L225.3,422.04L224.72,422.78L224.06,422.95L224.21,423.29L223.69,423.61L222.73,424.33z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"GW",title:"Guinea-Bissau",d:"M432.83,432.44L431.33,431.25L430.15,431.07L429.51,430.26L429.52,429.83L428.67,429.23L428.49,428.62L429.98,428.15L430.91,428.24L431.66,427.92L436.84,428.04L436.79,429.01L436.48,429.31L436.72,430.25L436.28,430.63L435.66,430.63L434.93,431.11L434.08,431.06z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"GY",title:"Guyana",d:"M307.7,440L309.54,441.03L311.28,442.86L311.35,444.31L312.41,444.38L313.91,445.74L315.02,446.72L314.57,449.24L312.87,449.97L313.02,450.62L312.5,452.07L313.75,454.09L314.64,454.1L315.01,455.67L316.72,458.09L316.04,458.19L314.49,457.96L313.58,458.7L312.31,459.19L311.43,459.31L311.12,459.85L309.74,459.71L308.01,458.41L307.81,457.12L307.09,455.71L307.54,453.33L308.32,452.35L307.67,451.05L306.71,450.63L307.08,449.4L306.42,448.76L304.96,448.88L303.07,446.76L303.83,445.99L303.77,444.69L305.5,444.24L306.19,443.72L305.23,442.68L305.48,441.65z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"HN",title:"Honduras",d:"M230.43,426.9L229.95,426.01L229.09,425.76L229.29,424.61L228.91,424.3L228.33,424.1L227.1,424.44L227,424.05L226.15,423.59L225.55,423.02L224.72,422.78L225.3,422.04L225.08,421.48L225.28,420.93L226.61,420.12L227.88,419.01L228.17,419.13L228.79,418.62L229.59,418.58L229.85,418.81L230.29,418.67L231.59,418.93L232.89,418.85L233.79,418.53L234.12,418.21L235.01,418.36L235.68,418.56L236.41,418.49L236.97,418.24L238.25,418.64L238.7,418.7L239.55,419.24L240.36,419.89L241.38,420.33L242.12,421.13L241.16,421.07L240.77,421.46L239.8,421.84L239.09,421.84L238.47,422.21L237.91,422.08L237.43,421.64L237.14,421.72L236.78,422.41L236.51,422.38L236.46,422.98L235.48,423.77L234.97,424.11L234.68,424.47L233.85,423.89L233.25,424.65L232.66,424.63L232,424.7L232.06,426.11L231.65,426.13L231.3,426.79z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"HR",title:"Croatia",d:"M528.05,318.93L528.73,320.48L529.62,321.62L528.54,323.11L527.27,322.23L525.33,322.29L522.92,321.63L521.61,321.72L521.01,322.54L520,321.63L519.41,323.27L520.79,325.1L521.39,326.31L522.68,327.76L523.75,328.61L524.81,330.22L527.29,331.66L526.98,332.3L524.35,330.9L522.72,329.52L520.16,328.38L517.8,325.53L518.37,325.23L517.09,323.59L517.03,322.25L515.23,321.63L514.37,323.34L513.54,322.01L513.61,320.63L513.71,320.57L515.66,320.71L516.18,320.03L517.13,320.68L518.23,320.76L518.22,319.64L519.19,319.23L519.47,317.61L521.7,316.53L522.59,317.03L524.69,318.76L527,319.53z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"HT",title:"Haiti",d:"M270.04,406.75L271.75,406.88L274.18,407.35L274.43,408.96L274.21,410.09L273.53,410.59L274.25,411.47L274.19,412.27L272.33,411.77L271.01,411.97L269.3,411.76L267.99,412.31L266.48,411.39L266.73,410.44L269.31,410.85L271.43,411.09L272.44,410.43L271.16,409.16L271.18,408.03L269.41,407.57z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"HU",title:"Hungary",d:"M520.68,315.11L521.61,312.46L521.07,311.57L522.65,311.56L522.86,309.85L524.29,310.92L525.32,311.38L527.68,310.87L527.9,310.03L529.02,309.9L530.38,309.25L530.68,309.52L532,309L532.66,308L533.58,307.75L536.58,309.03L537.18,308.6L538.73,309.74L538.93,310.86L537.22,311.73L535.89,314.53L534.2,317.29L531.95,318.05L530.2,317.88L528.05,318.93L527,319.53L524.69,318.76L522.59,317.03L521.7,316.53L521.15,315.16z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"ID",title:"Indonesia",d:"M813.72,492.06l-1.18,0.05l-3.72,-1.98l2.61,-0.56l1.47,0.86l0.98,0.86L813.72,492.06zM824.15,491.78l-2.4,0.62l-0.34,-0.34l0.25,-0.96l1.21,-1.72l2.77,-1.12l0.28,0.56l0.05,0.86L824.15,491.78zM805.83,486.01l1.01,0.75l1.73,-0.23l0.7,1.2l-3.24,0.57l-1.94,0.38l-1.51,-0.02l0.96,-1.62l1.54,-0.02L805.83,486.01zM819.86,486l-0.41,1.56l-4.21,0.8l-3.73,-0.35l-0.01,-1.03l2.23,-0.59l1.76,0.84l1.87,-0.21L819.86,486zM779.82,482.31l5.37,0.28l0.62,-1.16l5.2,1.35l1.02,1.82l4.21,0.51l3.44,1.67l-3.2,1.07l-3.08,-1.13l-2.54,0.08l-2.91,-0.21l-2.62,-0.51l-3.25,-1.07l-2.06,-0.28l-1.17,0.35l-5.11,-1.16l-0.49,-1.21l-2.57,-0.21l1.92,-2.68l3.4,0.17l2.26,1.09l1.16,0.21L779.82,482.31zM853,480.73l-1.44,1.91l-0.27,-2.11l0.5,-1.01l0.59,-0.95l0.64,0.82L853,480.73zM832.04,473.02l-1.05,0.93l-1.94,-0.51l-0.55,-1.2l2.84,-0.13L832.04,473.02zM841.08,472.01l1.02,2.13l-2.37,-1.15l-2.34,-0.23l-1.58,0.18l-1.94,-0.1l0.67,-1.53l3.46,-0.12L841.08,472.01zM851.37,466.59l0.78,4.51l2.9,1.67l2.34,-2.96l3.22,-1.68l2.49,0l2.4,0.97l2.08,1l3.01,0.53l0.05,9.1l0.05,9.16l-2.5,-2.31l-2.85,-0.57l-0.69,0.8l-3.55,0.09l1.19,-2.29l1.77,-0.78l-0.73,-3.05l-1.35,-2.35l-5.44,-2.37l-2.31,-0.23l-4.21,-2.58l-0.83,1.36l-1.08,0.25l-0.64,-1.02l-0.01,-1.21l-2.14,-1.37l3.02,-1l2,0.05l-0.24,-0.74l-4.1,-0.01l-1.11,-1.66l-2.5,-0.51l-1.19,-1.38l3.78,-0.67l1.44,-0.91l4.5,1.14L851.37,466.59zM826.41,459.43l-2.25,2.76l-2.11,0.54l-2.7,-0.54l-4.67,0.14l-2.45,0.4l-0.4,2.11l2.51,2.48l1.51,-1.26l5.23,-0.95l-0.23,1.28l-1.22,-0.4l-1.22,1.63l-2.47,1.08l2.65,3.57l-0.51,0.96l2.52,3.22l-0.02,1.84l-1.5,0.82l-1.1,-0.98l1.36,-2.29l-2.75,1.08l-0.7,-0.77l0.36,-1.08l-2.02,-1.64l0.21,-2.72l-1.87,0.85l0.24,3.25l0.11,4l-1.78,0.41l-1.2,-0.82l0.8,-2.57l-0.43,-2.69l-1.18,-0.02l-0.87,-1.91l1.16,-1.83l0.4,-2.21l1.41,-4.2l0.59,-1.15l2.38,-2.07l2.19,0.82l3.54,0.39l3.22,-0.12l2.77,-2.02L826.41,459.43zM836.08,460.23l-0.15,2.43l-1.45,-0.27l-0.43,1.69l1.16,1.47l-0.79,0.33l-1.13,-1.76l-0.83,-3.56l0.56,-2.23l0.93,-1.01l0.2,1.52l1.66,0.24L836.08,460.23zM805.76,458.29l3.14,2.58l-3.32,0.33l-0.94,1.9l0.12,2.52l-2.7,1.91L802,470.3l-1.08,4.27l-0.41,-0.99l-3.19,1.26l-1.11,-1.71l-2,-0.16l-1.4,-0.89l-3.33,1l-1.02,-1.35l-1.84,0.15l-2.31,-0.32l-0.43,-3.74l-1.4,-0.77l-1.35,-2.38l-0.39,-2.44l0.33,-2.58l1.67,-1.85l0.47,1.86l1.92,1.57l1.81,-0.57l1.79,0.2l1.63,-1.41l1.34,-0.24l2.65,0.78l2.29,-0.59l1.44,-3.88l1.08,-0.97l0.97,-3.17l3.22,0l2.43,0.47l-1.59,2.52l2.06,2.64L805.76,458.29zM771.95,479.71l-3.1,0.06l-2.36,-2.34l-3.6,-2.28l-1.2,-1.69l-2.12,-2.27l-1.39,-2.09l-2.13,-3.9l-2.46,-2.32l-0.82,-2.39l-1.03,-2.17l-2.53,-1.75l-1.47,-2.39l-2.11,-1.56l-2.92,-3.08l-0.25,-1.42l1.81,0.11l4.34,0.54l2.48,2.73l2.17,1.89l1.55,1.16l2.66,3l2.85,0.04l2.36,1.91l1.62,2.33l2.13,1.27l-1.12,2.27l1.61,0.97l1.01,0.07l0.48,1.94l0.98,1.56l2.06,0.25l1.36,1.76l-0.7,3.47L771.95,479.71z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"IE",title:"Ireland",d:"M457.88,284.29L458.34,287.65L456.22,291.77L451.25,294.45L447.28,293.77L449.55,288.99L448.09,284.22L451.9,280.47L454.02,278.2L454.6,280.8L454.02,283.37L455.76,283.31z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"IL",title:"Israel",d:"M575.41,366.82L574.92,367.87L573.9,367.41L573.32,369.61L574.02,369.97L573.31,370.43L573.18,371.29L574.5,370.84L574.57,372.11L573.17,377.28L571.33,371.73L572.14,370.65L571.95,370.46L572.69,368.93L573.26,366.43L573.66,365.59L573.74,365.56L574.68,365.56L574.94,364.98L575.69,364.93L575.73,366.3L575.35,366.8z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"IN",title:"India",d:"M693.5,357.44L696.51,361.43L696.23,364.17L697.34,365.88L697.25,367.57L695.24,367.13L696.03,370.76L698.78,372.82L702.68,375.09L700.9,376.55L699.81,379.54L702.53,380.74L705.17,382.29L708.83,384.06L712.67,384.47L714.29,386.06L716.45,386.35L719.83,387.08L722.16,387.03L722.48,385.79L722.11,383.8L722.33,382.45L724.04,381.78L724.28,384.26L724.33,384.89L726.88,386.08L728.65,385.59L731.01,385.8L733.3,385.71L733.5,383.78L732.36,382.78L734.62,382.38L737.17,380.03L740.4,378L742.75,378.78L744.75,377.44L746.07,379.42L745.12,380.76L748.14,381.23L748.36,382.43L747.37,383.01L747.6,384.94L745.6,384.37L741.97,386.53L742.05,388.31L740.51,390.91L740.36,392.41L739.11,394.93L736.92,394.23L736.81,397.38L736.18,398.41L736.48,399.69L735.09,400.41L733.62,395.61L732.84,395.62L732.38,397.56L730.85,395.98L731.71,394.25L732.97,394.07L734.26,391.48L732.65,390.95L730.04,391L727.38,390.58L727.13,388.43L725.79,388.27L723.57,386.93L722.58,389.04L724.6,390.67L722.85,391.82L722.23,392.94L723.95,393.76L723.48,395.6L724.45,397.88L724.89,400.36L724.48,401.46L722.58,401.42L719.12,402.04L719.28,404.29L717.78,406.05L713.75,408.05L710.61,411.51L708.5,413.36L705.71,415.27L705.71,416.61L704.31,417.33L701.78,418.36L700.47,418.52L699.63,420.72L700.21,424.47L700.36,426.84L699.18,429.55L699.16,434.38L697.71,434.52L696.44,436.67L697.29,437.6L694.73,438.4L693.79,440.32L692.66,441.13L690.01,438.5L688.71,434.54L687.63,431.68L686.65,430.34L685.16,427.6L684.47,424.02L683.98,422.22L681.43,418.25L680.27,412.61L679.43,408.84L679.44,405.26L678.9,402.46L674.82,404.25L672.84,403.89L669.18,400.26L670.53,399.17L669.7,397.99L666.41,395.41L668.28,393.37L674.45,393.38L673.89,390.74L672.32,389.18L672,386.79L670.16,385.39L673.25,382.09L676.51,382.33L679.44,379.01L681.2,375.75L683.92,372.51L683.88,370.18L686.27,368.27L684,366.64L683.03,364.39L682.04,361.44L683.41,359.98L687.67,360.81L690.79,360.3z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"IQ",title:"Iraq",d:"M602.61,355.77L604.44,356.81L604.66,358.81L603.24,359.98L602.59,362.62L604.54,365.8L607.97,367.62L609.42,370.12L608.96,372.49L609.85,372.49L609.88,374.22L611.43,375.91L609.77,375.76L607.88,375.49L605.82,378.57L600.61,378.31L592.71,371.82L588.53,369.53L585.15,368.64L584.02,364.6L590.23,361.1L591.29,356.98L591.02,354.46L592.56,353.6L594,351.42L595.2,350.87L598.46,351.33L599.45,352.22L600.79,351.63z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"IR",title:"Iran",d:"M626.44,351.53L628.91,350.85L630.9,348.83L632.77,348.93L634,348.27L636,348.6L639.1,350.39L641.34,350.78L644.54,353.87L646.63,353.99L646.88,356.9L645.74,361.15L644.97,363.6L646.19,364.09L644.99,365.92L645.91,368.56L646.13,370.65L648.25,371.2L648.48,373.3L645.94,376.23L647.32,377.91L648.45,379.84L651.13,381.24L651.21,384.01L652.55,384.52L652.78,385.96L648.74,387.57L647.68,391.17L642.41,390.24L639.35,389.53L636.19,389.12L634.99,385.31L633.65,384.75L631.49,385.31L628.67,386.82L625.24,385.79L622.41,383.38L619.71,382.48L617.84,379.47L615.77,375.2L614.26,375.72L612.48,374.65L611.43,375.91L609.88,374.22L609.85,372.49L608.96,372.49L609.42,370.12L607.97,367.62L604.54,365.8L602.59,362.62L603.24,359.98L604.66,358.81L604.44,356.81L602.61,355.77L600.79,351.63L599.26,348.8L599.8,347.71L598.93,343.59L600.85,342.56L601.29,343.93L602.71,345.59L604.63,346.06L605.65,345.96L608.96,343.3L610.01,343.03L610.83,344.1L609.87,345.88L611.62,347.74L612.31,347.57L613.2,350.18L615.86,350.91L617.81,352.67L621.79,353.27L626.17,352.35z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"IS",title:"Iceland",d:"M434.57,212.43L433.93,216.91L437.09,221.51L433.45,226.52L425.36,230.9L422.94,232.05L419.25,231.12L411.43,229.11L414.19,226.27L408.09,223.07L413.05,221.79L412.93,219.82L407.05,218.25L408.94,213.78L413.19,212.75L417.56,217.43L421.82,213.68L425.35,215.64L429.92,211.93z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"IT",title:"Italy",d:"M518.77,347.88l-1.01,2.78l0.42,1.09l-0.59,1.79l-2.14,-1.31l-1.43,-0.38l-3.91,-1.79l0.39,-1.82l3.28,0.32l2.86,-0.39L518.77,347.88zM501.08,337.06l1.68,2.62l-0.39,4.81l-1.27,-0.23l-1.14,1.2l-1.06,-0.95l-0.11,-4.38l-0.64,-2.1l1.54,0.19L501.08,337.06zM509.95,315.46l4.01,1.05l-0.3,1.99l0.67,1.71l-2.23,-0.58l-2.28,1.42l0.16,1.97l-0.34,1.12l0.92,1.99l2.63,1.95l1.41,3.17l3.12,3.05l2.2,-0.02l0.68,0.83l-0.79,0.74l2.51,1.35l2.06,1.12l2.4,1.92l0.29,0.68l-0.52,1.31l-1.56,-1.7l-2.44,-0.6l-1.18,2.36l2.03,1.34l-0.33,1.88l-1.17,0.21l-1.5,3.06l-1.17,0.27l0.01,-1.08l0.57,-1.91l0.61,-0.77l-1.09,-2.09l-0.86,-1.83l-1.16,-0.46l-0.83,-1.58l-1.8,-0.67l-1.21,-1.49l-2.07,-0.24l-2.19,-1.68l-2.56,-2.45l-1.91,-2.19l-0.87,-3.8l-1.4,-0.45l-2.28,-1.29l-1.29,0.53l-1.62,1.8l-1.17,0.28l0.32,-1.68l-1.52,-0.49l-0.72,-3.04l0.97,-1.21l-0.83,-1.5l0.12,-1.13l1.21,0.86l1.35,-0.19l1.57,-1.36l0.49,0.64l1.34,-0.13l0.61,-1.63l2.07,0.51l1.24,-0.68l0.22,-1.67l1.7,0.58l0.33,-0.78l2.77,-0.71L509.95,315.46z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"JM",title:"Jamaica",d:"M257.76,410.96L259.65,411.22L261.14,411.93L261.6,412.73L259.63,412.78L258.78,413.27L257.21,412.8L255.61,411.73L255.94,411.06L257.12,410.86z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"JO",title:"Jordan",d:"M574.92,367.87L575.41,366.82L578.53,368.14L584.02,364.6L585.15,368.64L584.62,369.13L579,370.78L581.8,374.04L580.87,374.58L580.41,375.67L578.27,376.11L577.6,377.27L576.38,378.25L573.26,377.74L573.17,377.28L574.57,372.11L574.5,370.84L574.92,369.88z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"JP",title:"Japan",d:"M852.76,362.01l0.36,1.15l-1.58,2.03l-1.15,-1.07l-1.44,0.78l-0.74,1.95l-1.83,-0.95l0.02,-1.58l1.55,-2l1.59,0.39l1.15,-1.42L852.76,362.01zM870.53,351.73l-1.06,2.78l0.49,1.73l-1.46,2.42l-3.58,1.6l-4.93,0.21l-4,3.84l-1.88,-1.29L854,360.5l-4.88,0.75l-3.32,1.59l-3.28,0.06l2.84,2.46l-1.87,5.61l-1.81,1.37l-1.36,-1.27l0.69,-2.96l-1.77,-0.96l-1.14,-2.28l2.65,-1.03l1.47,-2.11l2.82,-1.75l2.06,-2.33l5.58,-1.02l3,0.7l2.93,-6.17l1.87,1.67l4.11,-3.51l1.59,-1.38l1.76,-4.38l-0.48,-4.1l1.18,-2.33l2.98,-0.68l1.53,5.11l-0.08,2.94l-2.59,3.6L870.53,351.73zM878.76,325.8l1.97,0.83l1.98,-1.65l0.62,4.35l-4.16,1.05l-2.46,3.76l-4.41,-2.58l-1.53,4.12l-3.12,0.06l-0.39,-3.74l1.39,-2.94l3,-0.21l0.82,-5.38l0.83,-3.09l3.29,4.12L878.76,325.8z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"KE",title:"Kenya",d:"M590.19,465.78L591.85,468.07L589.89,469.19L589.2,470.35L588.14,470.55L587.75,472.52L586.85,473.64L586.3,475.5L585.17,476.42L581.15,473.63L580.95,472.01L570.79,466.34L570.31,466.03L570.29,463.08L571.09,461.95L572.47,460.11L573.49,458.08L572.26,454.88L571.93,453.48L570.6,451.54L572.32,449.87L574.22,448.03L575.68,448.5L575.68,450.07L576.64,450.98L578.59,450.98L582.14,453.36L583.02,453.38L583.68,453.31L584.3,453.63L586.17,453.85L587,452.69L589.56,451.52L590.69,452.46L592.61,452.46L590.16,455.63z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"KG",title:"Kyrgyzstan",d:"M674.22,333.11L674.85,331.45L676.69,330.91L681.31,332.22L681.74,329.98L683.33,329.18L687.33,330.79L688.35,330.37L693,330.47L697.16,330.87L698.56,332.24L700.29,332.79L699.9,333.65L695.48,335.68L694.48,337.16L690.88,337.6L689.82,339.95L686.85,339.46L684.92,340.18L682.24,341.9L682.63,342.75L681.83,343.58L676.53,344.13L673.06,342.96L670.02,343.24L670.29,341.14L673.34,341.75L674.37,340.62L676.5,340.98L680.09,338.34L676.77,336.38L674.77,337.31L672.7,335.91L675.05,333.48z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"KH",title:"Cambodia",d:"M765.44,433.6L764.3,432.12L762.89,429.18L762.22,425.73L764.02,423.35L767.64,422.8L770.27,423.21L772.58,424.34L773.85,422.35L776.34,423.41L776.99,425.33L776.64,428.75L771.93,430.94L773.16,432.67L770.22,432.87L767.79,434.01z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"KP",title:"North Korea",d:"M841.55,332.62L841.94,333.29L840.88,333.06L839.66,334.33L838.82,335.61L838.93,338.28L837.48,339.09L836.98,339.74L835.92,340.82L834.05,341.42L832.84,342.4L832.75,343.97L832.42,344.37L833.54,344.95L835.13,346.53L834.72,347.39L833.53,347.62L831.55,347.79L830.46,349.39L829.2,349.27L829.03,349.59L827.67,348.92L827.33,349.58L826.51,349.87L826.41,349.21L825.68,348.89L824.93,348.32L825.7,346.75L826.36,346.33L826.11,345.68L826.82,343.74L826.63,343.15L825,342.75L823.68,341.78L825.96,339.43L829.05,337.45L830.98,334.8L832.31,335.97L834.73,336.11L834.29,334.14L838.62,332.51L839.74,330.38z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"KR",title:"South Korea",d:"M835.13,346.53L837.55,350.71L838.24,352.98L838.26,356.96L837.21,358.84L834.67,359.5L832.43,360.91L829.9,361.2L829.59,359.35L830.11,356.78L828.87,353.18L830.95,352.59L829.03,349.59L829.2,349.27L830.46,349.39L831.55,347.79L833.53,347.62L834.72,347.39z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"XK",title:"Kosovo",d:"M533.47,333.92L533.34,334.69L532.98,334.66L532.8,333.29L532.13,332.91L531.53,331.89L532.05,331.04L532.72,330.76L533.11,329.5L533.61,329.28L534.01,329.82L534.54,330.06L534.9,330.67L535.36,330.85L535.91,331.55L536.31,331.53L535.99,332.46L535.66,332.91L535.75,333.19L535.12,333.33z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"KW",title:"Kuwait",d:"M609.77,375.76L610.35,377.17L610.1,377.9L611,380.31L609.02,380.39L608.32,378.88L605.82,378.57L607.88,375.49z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"KZ",title:"Kazakhstan",d:"M674.22,333.11L672.61,333.81L668.92,336.42L667.69,339.07L666.64,339.09L665.88,337.34L662.31,337.22L661.74,334.16L660.37,334.13L660.58,330.33L657.23,327.53L652.42,327.83L649.13,328.39L646.45,324.89L644.16,323.41L639.81,320.57L639.29,320.22L632.07,322.57L632.18,336.7L630.74,336.88L628.78,333.95L626.88,332.89L623.7,333.68L622.46,334.93L622.3,334.01L622.99,332.44L622.46,331.12L619.21,329.82L617.94,326.35L616.4,325.37L616.3,324.09L619.03,324.46L619.14,321.58L621.52,320.94L623.97,321.53L624.48,317.62L623.98,315.11L621.17,315.31L618.79,314.31L615.54,316.1L612.93,316.96L611.5,316.3L611.79,314.2L610,311.44L607.92,311.55L605.54,308.72L607.16,305.5L606.34,304.63L608.57,299.86L611.46,302.39L611.81,299.2L617.59,294.35L621.97,294.23L628.16,297.33L631.47,299.12L634.45,297.25L638.89,297.17L642.48,299.46L643.3,298.15L647.23,298.34L647.94,296.23L643.39,293.14L646.08,290.91L645.56,289.66L648.25,288.45L646.23,285.25L647.51,283.63L658,281.97L659.37,280.78L666.39,278.99L668.91,276.95L673.95,278.01L674.83,283.02L677.76,281.86L681.36,283.49L681.13,286.07L683.82,285.8L690.84,281.31L689.82,282.81L693.4,286.47L699.66,298.05L701.16,295.72L705.02,298.28L709.05,297.14L710.59,297.94L711.94,300.49L713.9,301.33L715.1,303.18L718.71,302.6L720.2,305.23L718.06,308.06L715.73,308.46L715.6,312.64L714.04,314.5L708.48,313.15L706.46,320.41L705.02,321.3L699.47,322.88L701.99,329.63L700.07,330.63L700.29,332.79L698.56,332.24L697.16,330.87L693,330.47L688.35,330.37L687.33,330.79L683.33,329.18L681.74,329.98L681.31,332.22L676.69,330.91L674.85,331.45z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"LA",title:"Lao People's Democratic Republic",d:"M770.27,423.21L771.18,421.91L771.31,419.47L769.04,416.94L768.86,414.07L766.73,411.69L764.61,411.49L764.05,412.51L762.4,412.59L761.56,412.08L758.61,413.82L758.54,411.2L759.23,408.09L757.34,407.96L757.18,406.18L755.96,405.26L756.56,404.16L758.95,402.22L759.2,402.92L760.69,403L760.27,399.57L761.72,399.13L763.36,401.5L764.62,404.22L768.07,404.25L769.16,406.84L767.37,407.61L766.56,408.68L769.92,410.44L772.25,413.9L774.02,416.47L776.14,418.49L776.85,420.53L776.34,423.41L773.85,422.35L772.58,424.34z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"LB",title:"Lebanon",d:"M575.69,364.93L574.94,364.98L574.68,365.56L573.74,365.56L574.74,362.83L576.13,360.45L576.19,360.33L577.45,360.51L577.91,361.83L576.38,363.1z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"LK",title:"Sri Lanka",d:"M704.57,442.37L704.15,445.29L702.98,446.09L700.54,446.73L699.2,444.5L698.71,440.47L699.98,435.89L701.91,437.46L703.22,439.44z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"LR",title:"Liberia",d:"M453.63,451.22L452.89,451.24L450,449.91L447.46,447.78L445.07,446.25L443.18,444.44L443.85,443.54L444,442.73L445.26,441.2L446.57,439.89L447.17,439.82L447.9,439.51L449.07,441.23L448.89,442.36L449.43,442.96L450.23,442.97L450.8,441.84L451.59,441.91L451.46,442.73L451.74,444.09L451.13,445.33L451.95,446.1L452.84,446.29L454.03,447.46L454.11,448.57L453.84,448.92z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"LS",title:"Lesotho",d:"M556.5,547.75L557.48,548.71L556.62,550.27L556.14,551.32L554.58,551.82L554.06,552.86L553.06,553.18L550.96,550.69L552.45,548.66L553.97,547.41L555.28,546.77z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"LT",title:"Lithuania",d:"M538.99,282.09L538.76,280.87L539.06,279.54L537.82,278.77L534.89,277.91L534.29,273.75L537.5,272.2L542.2,272.53L544.96,272.03L545.35,273.08L546.84,273.4L549.54,275.82L549.8,278.02L547.5,279.59L546.85,282.31L543.81,284.11L541.1,284.07L540.43,282.61z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"LU",title:"Luxembourg",d:"M492.2,301.29L492.76,302.27L492.6,304.16L491.79,304.26L491.16,303.88L491.47,301.45z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"LV",title:"Latvia",d:"M534.29,273.75L534.39,269.94L535.77,266.7L538.41,264.92L540.63,268.8L542.88,268.7L543.42,264.71L545.81,263.78L547.04,264.43L549.45,266.37L551.77,266.38L553.12,267.57L553.35,270.06L554.26,273.05L551.24,274.98L549.54,275.82L546.84,273.4L545.35,273.08L544.96,272.03L542.2,272.53L537.5,272.2z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"LY",title:"Libya",d:"M516.89,397.93L514.91,399.05L513.33,397.39L508.9,396.08L507.67,394.17L505.45,392.75L504.14,393.31L503.15,391.6L503.04,390.28L501.38,388.02L502.5,386.73L502.25,384.76L502.61,383.04L502.41,381.6L502.9,379.01L502.75,377.53L501.84,374.69L503.21,373.94L503.45,372.56L503.15,371.21L505.08,369.95L505.94,368.9L507.31,367.95L507.47,365.4L510.76,366.55L511.94,366.26L514.28,366.82L518,368.29L519.31,371.21L521.83,371.85L525.78,373.21L528.77,374.82L530.14,373.98L531.48,372.49L530.83,369.98L531.71,368.38L533.73,366.83L535.66,366.38L539.45,367.06L540.41,368.54L541.45,368.55L542.34,369.11L545.13,369.5L545.81,370.58L544.8,372.15L545.23,373.54L544.51,375.54L545.35,378.12L545.35,389.3L545.35,400.53L545.35,406.49L542.13,406.5L542.09,407.74L530.91,402.04L519.72,396.27z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"MA",title:"Morocco",d:"M450.96,383.14L450.93,379.39L455.46,377.03L458.26,376.54L460.55,375.68L461.63,374.06L464.91,372.77L465.03,370.36L466.65,370.07L467.92,368.86L471.59,368.3L472.1,367.02L471.36,366.31L470.39,362.78L470.23,360.73L469.17,358.55L467.95,358.51L465.05,357.76L462.38,358L460.69,356.54L458.63,356.52L457.74,358.63L455.87,362.14L453.79,363.53L450.98,365.06L449.18,367.3L448.8,369.04L447.73,371.86L448.43,375.89L446.09,378.57L444.69,379.42L442.48,381.59L439.87,381.94L438.57,383.06L442.19,383.07L450.94,383.1L450.94,383.1L450.94,383.1L442.19,383.07L438.57,383.06z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"MD",title:"Moldova",d:"M549.89,309.45L550.56,308.83L552.42,308.41L554.49,309.72L555.64,309.88L556.91,311L556.71,312.41L557.73,313.08L558.13,314.8L559.11,315.84L558.92,316.44L559.44,316.86L558.7,317.15L557.04,317.04L556.77,316.47L556.18,316.8L556.38,317.52L555.61,318.81L555.12,320.18L554.42,320.62L553.91,318.79L554.21,317.07L554.12,315.28L552.5,312.84L551.61,311.09L550.74,309.85z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"ME",title:"Montenegro",d:"M530.77,332.23L530.6,331.51L529.38,333.38L529.57,334.57L528.98,334.28L528.2,333.05L526.98,332.3L527.29,331.66L527.7,329.56L528.61,328.67L529.14,328.31L529.88,328.97L530.29,329.51L531.21,329.92L532.28,330.71L532.05,331.04L531.53,331.89z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"MG",title:"Madagascar",d:"M614.17,498.4L614.91,499.61L615.6,501.5L616.06,504.96L616.78,506.31L616.5,507.69L616.01,508.55L615.05,506.85L614.53,507.71L615.06,509.85L614.81,511.09L614.04,511.76L613.86,514.24L612.76,517.66L611.38,521.75L609.64,527.42L608.57,531.63L607.3,535.18L605.02,535.91L602.57,537.22L600.96,536.43L598.73,535.33L597.96,533.71L597.77,531L596.79,528.58L596.53,526.41L597.03,524.25L598.32,523.73L598.33,522.74L599.67,520.48L599.92,518.6L599.27,517.2L598.74,515.35L598.52,512.65L599.5,511.02L599.87,509.17L601.27,509.07L602.84,508.47L603.87,507.95L605.11,507.91L606.7,506.26L609.01,504.48L609.85,503.04L609.47,501.81L610.66,502.16L612.21,500.17L612.26,498.45L613.19,497.17z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"MK",title:"Macedonia",d:"M532.98,334.66L533.34,334.69L533.47,333.92L535.12,333.33L535.75,333.19L536.71,332.97L538,332.91L539.41,334.12L539.61,336.59L539.07,336.71L538.61,337.36L537.09,337.29L536.02,338.1L534.19,338.42L533.03,337.52L532.63,335.93z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"ML",title:"Mali",d:"M441.13,422.22L442.07,421.7L442.54,420L443.43,419.93L445.39,420.73L446.97,420.16L448.05,420.35L448.48,419.71L459.73,419.67L460.35,417.64L459.86,417.28L458.51,404.6L457.16,391.54L461.45,391.49L470.91,398.14L480.37,404.69L481.03,406.08L482.78,406.93L484.08,407.41L484.11,409.29L487.22,409L487.23,415.75L485.69,417.69L485.45,419.48L482.96,419.93L479.14,420.18L478.1,421.21L476.3,421.32L474.51,421.33L473.81,420.78L472.26,421.19L469.64,422.39L469.11,423.29L466.93,424.57L466.55,425.31L465.38,425.89L464.02,425.51L463.25,426.21L462.84,428.17L460.61,430.53L460.68,431.49L459.91,432.7L460.1,434.34L458.94,434.76L458.29,435.12L457.85,433.91L457.04,434.23L456.56,434.17L456.04,435L453.88,434.97L453.1,434.55L452.74,434.81L451.88,433.99L452.03,433.15L451.68,432.81L451.08,433.09L451.19,432.17L451.77,431.44L450.62,430.25L450.28,429.46L449.66,428.84L449.1,428.76L448.43,429.16L447.52,429.54L446.75,430.16L445.55,429.93L444.77,429.21L444.31,429.11L443.58,429.49L443.13,429.5L442.97,428.45L443.1,427.56L442.86,426.46L441.81,425.65L441.26,424.01z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"MM",title:"Myanmar",d:"M754.36,405.95L752.72,407.23L750.74,407.37L749.46,410.56L748.28,411.09L749.64,413.66L751.42,415.79L752.56,417.71L751.54,420.23L750.57,420.76L751.24,422.21L753.11,424.49L753.43,426.09L753.38,427.42L754.48,430.02L752.94,432.67L751.58,435.58L751.31,433.48L752.17,431.3L751.23,429.62L751.46,426.51L750.32,425.03L749.41,421.59L748.9,417.93L747.69,415.53L745.84,416.99L742.65,419.05L741.08,418.79L739.34,418.12L740.31,414.51L739.73,411.77L737.53,408.38L737.87,407.31L736.23,406.93L734.24,404.51L734.06,402.1L735.04,402.56L735.09,400.41L736.48,399.69L736.18,398.41L736.81,397.38L736.92,394.23L739.11,394.93L740.36,392.41L740.51,390.91L742.05,388.31L741.97,386.53L745.6,384.37L747.6,384.94L747.37,383.01L748.36,382.43L748.14,381.23L749.78,380.99L750.72,382.85L751.94,383.6L752.03,386L751.91,388.57L749.26,391.15L748.92,394.78L751.88,394.28L752.55,397.08L754.33,397.67L753.51,400.17L755.59,401.3L756.81,401.85L758.86,400.98L758.95,402.22L756.56,404.16L755.96,405.26z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"MN",title:"Mongolia",d:"M721.29,304.88L724.25,304.14L729.6,300.4L733.87,298.33L736.3,299.68L739.23,299.74L741.1,301.79L743.9,301.94L747.96,303.03L750.68,300L749.54,297.4L752.45,292.74L755.59,294.61L758.13,295.14L761.43,296.29L761.96,299.61L765.95,301.45L768.6,300.64L772.14,300.07L774.95,300.65L777.7,302.74L779.4,304.94L782,304.9L785.53,305.59L788.11,304.53L791.8,303.82L795.91,300.76L797.59,301.23L799.06,302.69L802.4,302.33L801.04,305.58L799.06,309.8L799.78,311.51L801.37,310.98L804.13,311.63L806.29,310.09L808.54,311.42L811.08,314.31L810.77,315.76L808.56,315.3L804.49,315.84L802.51,317L800.46,319.66L796.18,321.21L793.39,323.31L790.51,322.51L788.93,322.15L787.46,324.69L788.35,326.19L788.81,327.47L786.84,328.77L784.83,330.82L781.56,332.15L777.35,332.3L772.82,333.61L769.56,335.62L768.32,334.46L764.93,334.46L760.78,332.17L758.01,331.6L754.28,332.13L748.49,331.28L745.4,331.37L743.76,329.1L742.48,325.53L740.75,325.1L737.36,322.65L733.58,322.1L730.25,321.42L729.24,319.69L730.32,314.96L728.39,311.65L724.39,310.08L722.03,307.85z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"MR",title:"Mauritania",d:"M441.13,422.22L439.28,420.24L437.58,418.11L435.72,417.34L434.38,416.49L432.81,416.52L431.45,417.15L430.05,416.9L429.09,417.83L428.85,416.27L429.63,414.83L429.98,412.08L429.67,409.17L429.33,407.7L429.61,406.23L428.89,404.81L427.41,403.53L428.02,402.53L439,402.55L438.47,398.2L439.16,396.65L441.78,396.38L441.69,388.52L450.9,388.69L450.9,383.96L461.45,391.49L457.16,391.54L458.51,404.6L459.86,417.28L460.35,417.64L459.73,419.67L448.48,419.71L448.05,420.35L446.97,420.16L445.39,420.73L443.43,419.93L442.54,420L442.07,421.7z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"MW",title:"Malawi",d:"M572.15,495.69L571.37,497.85L572.15,501.57L573.13,501.53L574.14,502.45L575.31,504.53L575.55,508.25L574.34,508.86L573.48,510.87L571.65,509.08L571.45,507.04L572.04,505.69L571.87,504.54L570.77,503.81L569.99,504.07L568.38,502.69L566.91,501.95L567.76,499.29L568.64,498.3L568.1,495.94L568.66,493.64L569.14,492.87L568.43,490.47L567.11,489.21L569.85,489.73L570.42,490.51L571.37,491.83z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"MX",title:"Mexico",d:"M202.89,388.72L201.8,391.43L201.31,393.64L201.1,397.72L200.83,399.19L201.32,400.83L202.19,402.3L202.75,404.61L204.61,406.82L205.26,408.51L206.36,409.96L209.34,410.75L210.5,411.97L212.96,411.15L215.09,410.86L217.19,410.33L218.96,409.82L220.74,408.62L221.41,406.89L221.64,404.4L222.13,403.53L224.02,402.74L226.99,402.05L229.47,402.15L231.17,401.9L231.84,402.53L231.75,403.97L230.24,405.74L229.58,407.55L230.09,408.06L229.67,409.34L228.97,411.63L228.26,410.88L227.67,410.93L227.14,410.97L226.14,412.74L225.63,412.39L225.29,412.53L225.31,412.96L222.72,412.93L220.1,412.93L220.1,414.58L218.83,414.58L219.87,415.56L220.91,416.23L221.22,416.86L221.68,417.04L221.6,418.02L218.01,418.03L216.66,420.39L217.05,420.93L216.73,421.61L216.66,422.45L213.49,419.34L212.04,418.4L209.75,417.64L208.19,417.85L205.93,418.94L204.52,419.23L202.54,418.47L200.44,417.91L197.82,416.58L195.72,416.17L192.54,414.82L190.2,413.42L189.49,412.64L187.92,412.47L185.05,411.54L183.88,410.2L180.87,408.53L179.47,406.66L178.8,405.21L179.73,404.92L179.44,404.07L180.09,403.3L180.1,402.26L179.16,400.92L178.9,399.72L177.96,398.2L175.49,395.18L172.67,392.79L171.31,390.88L168.9,389.62L168.39,388.86L168.82,386.94L167.39,386.21L165.73,384.69L165.03,382.5L163.52,382.24L161.9,380.58L160.58,379.03L160.46,378.03L158.95,375.61L157.96,373.13L158,371.88L155.97,370.59L155.04,370.73L153.44,369.83L152.99,371.16L153.45,372.72L153.72,375.15L154.69,376.48L156.77,378.69L157.23,379.44L157.66,379.66L158.02,380.76L158.52,380.71L159.09,382.75L159.94,383.55L160.53,384.66L162.3,386.26L163.23,389.15L164.06,390.5L164.84,391.94L164.99,393.56L166.34,393.66L167.47,395.05L168.49,396.41L168.42,396.95L167.24,398.06L166.74,398.05L166,396.2L164.17,394.47L162.15,392.99L160.71,392.21L160.8,389.96L160.38,388.28L159.04,387.32L157.11,385.93L156.74,386.33L156.04,385.51L154.31,384.76L152.66,382.93L152.86,382.69L154.01,382.87L155.05,381.69L155.16,380.26L153,377.99L151.36,377.1L150.32,375.09L149.28,372.97L147.98,370.36L146.84,367.4L150.03,367.15L153.59,366.79L153.33,367.43L157.56,369.04L163.96,371.35L169.54,371.32L171.76,371.32L171.76,369.97L176.62,369.97L177.64,371.14L179.08,372.17L180.74,373.6L181.67,375.29L182.37,377.05L183.82,378.02L186.15,378.98L187.91,376.45L190.21,376.39L192.18,377.67L193.59,379.85L194.56,381.71L196.21,383.51L196.83,385.7L197.62,387.17L199.8,388.13L201.79,388.81z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"MY",title:"Malaysia",d:"M758.65,446.07l0.22,1.44l1.85,-0.33l0.92,-1.15l0.64,0.26l1.66,1.69l1.18,1.87l0.16,1.88l-0.3,1.27l0.27,0.96l0.21,1.65l0.99,0.77l1.1,2.46l-0.05,0.94l-1.99,0.19l-2.65,-2.06l-3.32,-2.21l-0.33,-1.42l-1.62,-1.87l-0.39,-2.31l-1.01,-1.52l0.31,-2.04l-0.62,-1.19l0.49,-0.5L758.65,446.07zM807.84,450.9l-2.06,0.95l-2.43,-0.47l-3.22,0l-0.97,3.17l-1.08,0.97l-1.44,3.88l-2.29,0.59l-2.65,-0.78l-1.34,0.24l-1.63,1.41l-1.79,-0.2l-1.81,0.57l-1.92,-1.57l-0.47,-1.86l2.05,0.96l2.17,-0.52l0.56,-2.36l1.2,-0.53l3.36,-0.6l2.01,-2.21l1.38,-1.77l1.28,1.45l0.59,-0.95l1.34,0.09l0.16,-1.78l0.13,-1.38l2.16,-1.95l1.41,-2.19l1.13,-0.01l1.44,1.42l0.13,1.22l1.85,0.78l2.34,0.84l-0.2,1.1l-1.88,0.14L807.84,450.9z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"MZ",title:"Mozambique",d:"M572.15,495.69L574.26,495.46L577.63,496.26L578.37,495.9L580.32,495.83L581.32,494.98L583,495.02L586.06,493.92L588.29,492.28L588.75,493.55L588.63,496.38L588.98,498.88L589.09,503.36L589.58,504.76L588.75,506.83L587.66,508.84L585.87,510.64L583.31,511.75L580.15,513.16L576.98,516.31L575.9,516.85L573.94,518.94L572.79,519.63L572.55,521.75L573.88,524L574.43,525.76L574.47,526.66L574.96,526.51L574.88,529.47L574.43,530.88L575.09,531.4L574.67,532.67L573.5,533.76L571.19,534.8L567.82,536.46L566.59,537.61L566.83,538.91L567.54,539.12L567.3,540.76L565.18,540.74L564.94,539.36L564.52,537.97L564.28,536.86L564.78,533.43L564.05,531.26L562.71,527L565.66,523.59L566.4,521.44L566.83,521.17L567.14,519.43L566.69,518.55L566.81,516.35L567.36,514.31L567.35,510.62L565.9,509.68L564.56,509.47L563.96,508.75L562.66,508.14L560.32,508.2L560.14,507.12L559.87,505.07L568.38,502.69L569.99,504.07L570.77,503.81L571.87,504.54L572.04,505.69L571.45,507.04L571.65,509.08L573.48,510.87L574.34,508.86L575.55,508.25L575.31,504.53L574.14,502.45L573.13,501.53L572.15,501.57L571.37,497.85z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"NA",title:"Namibia",d:"M521.08,546.54L519,544.15L517.9,541.85L517.28,538.82L516.59,536.57L515.65,531.85L515.59,528.22L515.23,526.58L514.14,525.34L512.69,522.87L511.22,519.3L510.61,517.45L508.32,514.58L508.15,512.33L509.5,511.78L511.18,511.28L513,511.37L514.67,512.69L515.09,512.48L526.46,512.36L528.4,513.76L535.19,514.17L540.34,512.98L542.64,512.31L544.46,512.48L545.56,513.14L545.59,513.38L544.01,514.04L543.15,514.05L541.37,515.2L540.29,513.99L535.97,515.02L533.88,515.11L533.8,525.68L531.04,525.79L531.04,534.65L531.03,546.17L528.53,547.8L527.03,548.03L525.26,547.43L524,547.2L523.53,545.84L522.42,544.97z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"NC",title:"New Caledonia",d:"M940.08,523.48L942.38,525.34L943.83,526.72L942.77,527.45L941.22,526.63L939.22,525.28L937.41,523.69L935.56,521.59L935.17,520.58L936.37,520.63L937.95,521.64L939.18,522.65z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"NE",title:"Niger",d:"M481.29,429.88L481.36,427.93L478.12,427.28L478.04,425.9L476.46,424.03L476.08,422.72L476.3,421.32L478.1,421.21L479.14,420.18L482.96,419.93L485.45,419.48L485.69,417.69L487.23,415.75L487.22,409L491.17,407.68L499.29,401.83L508.9,396.08L513.33,397.39L514.91,399.05L516.89,397.93L517.58,402.6L518.63,403.38L518.68,404.33L519.84,405.35L519.23,406.63L518.15,412.61L518.01,416.4L514.43,419.14L513.22,422.94L514.39,424L514.38,425.85L516.18,425.92L515.9,427.26L515.11,427.43L515.02,428.33L514.49,428.4L512.6,425.27L511.94,425.15L509.75,426.75L507.58,425.92L506.07,425.75L505.26,426.15L503.61,426.07L501.96,427.29L500.53,427.36L497.14,425.88L495.81,426.58L494.38,426.53L493.33,425.45L490.51,424.38L487.5,424.72L486.77,425.34L486.38,426.99L485.57,428.14L485.38,430.68L483.24,429.04L482.23,429.05z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"NG",title:"Nigeria",d:"M499.09,450.08L496.18,451.08L495.11,450.94L494.03,451.56L491.79,451.5L490.29,449.75L489.37,447.73L487.38,445.89L485.27,445.92L482.8,445.92L482.96,441.39L482.89,439.6L483.42,437.83L484.28,436.96L485.64,435.21L485.35,434.45L485.9,433.31L485.27,431.63L485.38,430.68L485.57,428.14L486.38,426.99L486.77,425.34L487.5,424.72L490.51,424.38L493.33,425.45L494.38,426.53L495.81,426.58L497.14,425.88L500.53,427.36L501.96,427.29L503.61,426.07L505.26,426.15L506.07,425.75L507.58,425.92L509.75,426.75L511.94,425.15L512.6,425.27L514.49,428.4L515.02,428.33L516.13,429.47L515.82,429.98L515.67,430.93L513.31,433.13L512.57,434.94L512.17,436.41L511.58,437.04L511.01,439.01L509.51,440.17L509.08,441.59L508.45,442.73L508.19,443.89L506.26,444.84L504.69,443.69L503.62,443.73L501.95,445.37L501.14,445.4L499.81,448.1z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"NI",title:"Nicaragua",d:"M234.93,432.31L233.96,431.41L232.65,430.26L232.03,429.3L230.85,428.41L229.44,427.12L229.75,426.68L230.22,427.11L230.43,426.9L231.3,426.79L231.65,426.13L232.06,426.11L232,424.7L232.66,424.63L233.25,424.65L233.85,423.89L234.68,424.47L234.97,424.11L235.48,423.77L236.46,422.98L236.51,422.38L236.78,422.41L237.14,421.72L237.43,421.64L237.91,422.08L238.47,422.21L239.09,421.84L239.8,421.84L240.77,421.46L241.16,421.07L242.12,421.13L241.88,421.41L241.74,422.05L242.02,423.1L241.38,424.08L241.08,425.23L240.98,426.5L241.14,427.23L241.21,428.52L240.78,428.8L240.52,430.02L240.71,430.77L240.13,431.5L240.27,432.26L240.69,432.73L240.02,433.33L239.2,433.14L238.73,432.56L237.84,432.32L237.2,432.69L235.35,431.94z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"NL",title:"Netherlands",d:"M492.28,285.98L494.61,286.11L495.14,287.69L494.44,291.92L493.73,293.63L492.04,293.63L492.52,298.32L490.97,297.28L489.2,295.33L486.6,296.26L484.55,295.91L485.99,294.67L488.45,287.93z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"NO",title:"Norway",d:"M554.23,175.61l8.77,6.24l-3.61,2.23l3.07,5.11l-4.77,3.19l-2.26,0.72l1.19,-5.59l-3.6,-3.25l-4.35,2.78l-1.38,5.85l-2.67,3.44l-3.01,-1.87l-3.66,0.38l-3.12,-4.15l-1.68,2.09l-1.74,0.32l-0.41,5.08l-5.28,-1.22l-0.74,4.22l-2.69,-0.03l-1.85,5.24l-2.8,7.87l-4.35,9.5l1.02,2.23l-0.98,2.55l-2.78,-0.11l-1.82,5.91l0.17,8.04l1.79,2.98l-0.93,6.73l-2.33,3.81l-1.24,3.15l-1.88,-3.35l-5.54,6.27l-3.74,1.24l-3.88,-2.71l-1,-5.86l-0.89,-13.26l2.58,-3.88l7.4,-5.18l5.54,-6.59l5.13,-9.3l6.74,-13.76l4.7,-5.67l7.71,-9.89l6.15,-3.59l4.61,0.44l4.27,-6.99l5.11,0.38L554.23,175.61z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"NP",title:"Nepal",d:"M722.33,382.45L722.11,383.8L722.48,385.79L722.16,387.03L719.83,387.08L716.45,386.35L714.29,386.06L712.67,384.47L708.83,384.06L705.17,382.29L702.53,380.74L699.81,379.54L700.9,376.55L702.68,375.09L703.84,374.31L706.09,375.31L708.92,377.4L710.49,377.86L711.43,379.39L713.61,380.02L715.89,381.41L719.06,382.14z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"NZ",title:"New Zealand",d:"M960.38,588.63l0.64,1.53l1.99,-1.5l0.81,1.57l0,1.57l-1.04,1.74l-1.83,2.8l-1.43,1.54l1.03,1.86l-2.16,0.05l-2.4,1.46l-0.75,2.57l-1.59,4.03l-2.2,1.8l-1.4,1.16l-2.58,-0.09l-1.82,-1.34l-3.05,-0.28l-0.47,-1.48l1.51,-2.96l3.53,-3.87l1.81,-0.73l2.01,-1.47l2.4,-2.01l1.68,-1.98l1.25,-2.81l1.06,-0.95l0.42,-2.07l1.97,-1.7L960.38,588.63zM964.84,571.61l2.03,3.67l0.06,-2.38l1.27,0.95l0.42,2.65l2.26,1.15l1.89,0.28l1.6,-1.35l1.42,0.41l-0.68,3.15l-0.85,2.09l-2.14,-0.07l-0.75,1.1l0.26,1.56l-0.41,0.68l-1.06,1.97l-1.39,2.53l-2.17,1.49l-0.48,-0.98l-1.17,-0.54l1.62,-3.04l-0.92,-2.01l-3.02,-1.45l0.08,-1.31l2.03,-1.25l0.47,-2.74l-0.13,-2.28l-1.14,-2.34l0.08,-0.61l-1.34,-1.43l-2.21,-3.04l-1.17,-2.41l1.04,-0.27l1.53,1.89l2.18,0.89L964.84,571.61z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"OM",title:"Oman",d:"M640.29,403.18l-1.05,2.04l-1.27,-0.16l-0.58,0.71l-0.45,1.5l0.34,1.98l-0.26,0.36l-1.29,-0.01l-1.75,1.1l-0.27,1.43l-0.64,0.62l-1.74,-0.02l-1.1,0.74l0.01,1.18l-1.36,0.81l-1.55,-0.27l-1.88,0.98l-1.3,0.16l-0.92,-2.04l-2.19,-4.84l8.41,-2.96l1.87,-5.97l-1.29,-2.14l0.07,-1.22l0.82,-1.26l0.01,-1.25l1.27,-0.6l-0.5,-0.42l0.23,-2l1.43,-0.01l1.26,2.09l1.57,1.11l2.06,0.4l1.66,0.55l1.27,1.74l0.76,1l1,0.38l-0.01,0.67l-1.02,1.79l-0.45,0.84L640.29,403.18zM633.37,388.64L633,389.2l-0.53,-1.06l0.82,-1.06l0.35,0.27L633.37,388.64z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"PA",title:"Panama",d:"M256.88,443.21L255.95,442.4L255.35,440.88L256.04,440.13L255.33,439.94L254.81,439.01L253.41,438.23L252.18,438.41L251.62,439.39L250.48,440.09L249.87,440.19L249.6,440.78L250.93,442.3L250.17,442.66L249.76,443.08L248.46,443.22L247.97,441.54L247.61,442.02L246.68,441.86L246.12,440.72L244.97,440.54L244.24,440.21L243.04,440.21L242.95,440.82L242.63,440.4L242.78,439.84L243.01,439.27L242.9,438.76L243.32,438.42L242.74,438L242.72,436.87L243.81,436.62L244.81,437.63L244.75,438.23L245.87,438.35L246.14,438.12L246.91,438.82L248.29,438.61L249.48,437.9L251.18,437.33L252.14,436.49L253.69,436.65L253.58,436.93L255.15,437.03L256.4,437.52L257.31,438.36L258.37,439.14L258.03,439.56L258.68,441.21L258.15,442.05L257.24,441.85z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"PE",title:"Peru",d:"M280.13,513.14L279.38,514.65L277.94,515.39L275.13,513.71L274.88,512.51L269.33,509.59L264.3,506.42L262.13,504.64L260.97,502.27L261.43,501.44L259.06,497.69L256.29,492.45L253.65,486.83L252.5,485.54L251.62,483.48L249.44,481.64L247.44,480.51L248.35,479.26L246.99,476.59L247.86,474.64L250.1,472.87L250.43,474.04L249.63,474.7L249.7,475.72L250.86,475.5L252,475.8L253.17,477.21L254.76,476.06L255.29,474.18L257.01,471.75L260.38,470.65L263.44,467.73L264.31,465.92L263.92,463.81L264.67,463.54L266.53,464.86L267.42,466.18L268.72,466.9L270.37,469.82L272.46,470.17L274.01,469.43L275.02,469.91L276.7,469.67L278.85,470.98L277.04,473.82L277.88,473.88L279.28,475.37L276.75,475.24L276.38,475.66L274.08,476.19L270.88,478.1L270.67,479.4L269.96,480.38L270.24,481.89L268.54,482.7L268.54,483.89L267.8,484.4L268.97,486.93L270.53,488.65L269.94,489.86L271.8,490.02L272.86,491.53L275.33,491.6L277.63,489.94L277.44,494.24L278.72,494.57L280.3,494.08L282.73,498.66L282.12,499.62L281.99,501.64L281.93,504.08L280.83,505.52L281.34,506.59L280.69,507.56L281.9,510z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"PG",title:"Papua New Guinea",d:"M912.32,482.42l-0.79,0.28l-1.21,-1.08l-1.23,-1.78l-0.6,-2.13l0.39,-0.27l0.3,0.83l0.85,0.63l1.36,1.77l1.32,0.95L912.32,482.42zM901.39,478.67l-1.47,0.23l-0.44,0.79l-1.53,0.68l-1.44,0.66l-1.49,0l-2.3,-0.81l-1.6,-0.78l0.23,-0.87l2.51,0.41l1.53,-0.22l0.42,-1.34l0.4,-0.07l0.27,1.49l1.6,-0.21l0.79,-0.96l1.57,-1l-0.31,-1.65l1.68,-0.05l0.57,0.46l-0.06,1.55L901.39,478.67zM887.96,484.02l2.5,1.84l1.82,2.99l1.61,-0.09l-0.11,1.25l2.17,0.48l-0.84,0.53l2.98,1.19l-0.31,0.82l-1.86,0.2l-0.69,-0.73l-2.41,-0.32l-2.83,-0.43l-2.18,-1.8l-1.59,-1.55l-1.46,-2.46l-3.66,-1.23l-2.38,0.8l-1.71,0.93l0.36,2.08l-2.2,0.97l-1.57,-0.47l-2.9,-0.12l-0.05,-9.16l-0.05,-9.1l4.87,1.92l5.18,1.6l1.93,1.43l1.56,1.41l0.43,1.65l4.67,1.73l0.68,1.49l-2.58,0.3L887.96,484.02zM904.63,475.93l-0.88,0.74l-0.53,-1.65l-0.65,-1.08l-1.27,-0.91l-1.6,-1.19l-2.02,-0.82l0.78,-0.67l1.51,0.78l0.95,0.61l1.18,0.67l1.12,1.17l1.07,0.89L904.63,475.93z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"PH",title:"Philippines",d:"M829.59,439.86l0.29,1.87l0.17,1.58l-0.96,2.57l-1.02,-2.86l-1.31,1.42l0.9,2.06l-0.8,1.31l-3.3,-1.63l-0.79,-2.03l0.86,-1.33l-1.78,-1.33l-0.88,1.17l-1.32,-0.11l-2.08,1.57l-0.46,-0.82l1.1,-2.37l1.77,-0.79l1.53,-1.06l0.99,1.27l2.13,-0.77l0.46,-1.26l1.98,-0.08l-0.17,-2.18l2.27,1.34l0.24,1.42L829.59,439.86zM822.88,434.6l-1.01,0.93l-0.88,1.79l-0.88,0.84l-1.73,-1.95l0.58,-0.76l0.7,-0.79l0.31,-1.76l1.55,-0.17l-0.45,1.91l2.08,-2.74L822.88,434.6zM807.52,437.32l-3.73,2.67l1.38,-1.97l2.03,-1.74l1.68,-1.96l1.47,-2.82l0.5,2.31l-1.85,1.56L807.52,437.32zM817,430.02l1.68,0.88l1.78,0l-0.05,1.19l-1.3,1.2l-1.78,0.85l-0.1,-1.32l0.2,-1.45L817,430.02zM827.14,429.25l0.79,3.18l-2.16,-0.75l0.06,0.95l0.69,1.75l-1.33,0.63l-0.12,-1.99l-0.84,-0.15l-0.44,-1.72l1.65,0.23l-0.04,-1.08l-1.71,-2.18l2.69,0.06L827.14,429.25zM816,426.66l-0.74,2.47l-1.2,-1.42l-1.43,-2.18l2.4,0.1L816,426.66zM815.42,410.92l1.73,0.84l0.86,-0.76l0.25,0.75l-0.46,1.22l0.96,2.09l-0.74,2.42l-1.65,0.96l-0.44,2.33l0.63,2.29l1.49,0.32l1.24,-0.34l3.5,1.59l-0.27,1.56l0.92,0.69l-0.29,1.32l-2.18,-1.4l-1.04,-1.5l-0.72,1.05l-1.79,-1.72l-2.55,0.42l-1.4,-0.63l0.14,-1.19l0.88,-0.73l-0.84,-0.67l-0.36,1.04l-1.38,-1.65l-0.42,-1.26l-0.1,-2.77l1.13,0.96l0.29,-4.55l0.91,-2.66L815.42,410.92z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"PL",title:"Poland",d:"M517.36,296.97L516.21,294.11L516.43,292.55L515.73,290.1L514.72,288.45L515.5,287.2L514.84,284.81L516.76,283.42L521.13,281.2L524.67,279.56L527.46,280.38L527.67,281.56L530.38,281.62L533.83,282.17L538.99,282.09L540.43,282.61L541.1,284.07L541.22,286.16L542,287.94L541.98,289.79L540.3,290.73L541.17,292.85L541.22,294.86L542.63,298.75L542.33,299.99L540.94,300.5L538.39,304.11L539.11,306.03L538.5,305.78L535.84,304.14L533.82,304.74L532.5,304.3L530.84,305.22L529.43,303.7L528.27,304.28L528.11,304.02L526.82,301.89L524.74,301.63L524.47,300.26L522.55,299.77L522.13,300.9L520.61,300L520.78,298.79L518.69,298.4z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"PK",title:"Pakistan",d:"M685.99,351.76L688.06,353.39L688.89,356.05L693.5,357.44L690.79,360.3L687.67,360.81L683.41,359.98L682.04,361.44L683.03,364.39L684,366.64L686.27,368.27L683.88,370.18L683.92,372.51L681.2,375.75L679.44,379.01L676.51,382.33L673.25,382.09L670.16,385.39L672,386.79L672.32,389.18L673.89,390.74L674.45,393.38L668.28,393.37L666.41,395.41L664.36,394.64L663.52,392.44L661.35,390.1L656.19,390.68L651.63,390.73L647.68,391.17L648.74,387.57L652.78,385.96L652.55,384.52L651.21,384.01L651.13,381.24L648.45,379.84L647.32,377.91L645.94,376.23L650.63,377.87L653.44,377.39L655.11,377.79L655.68,377.09L657.63,377.37L661.28,376.04L661.38,373.29L662.94,371.45L665.03,371.45L665.33,370.54L667.48,370.11L668.51,370.41L669.61,369.49L669.46,367.51L670.65,365.51L672.43,364.66L671.33,362.44L674,362.55L674.77,361.33L674.65,360.03L676.05,358.6L675.72,356.9L675.06,355.44L676.7,353.93L679.71,353.2L682.93,352.8L684.35,352.15z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"PR",title:"Puerto Rico",d:"M289.41,410.89L290.84,411.15L291.35,411.73L290.63,412.47L288.52,412.45L286.88,412.55L286.72,411.3L287.11,410.87z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"PS",title:"Palestinian Territories",d:"M574.92,367.87L574.92,369.88L574.5,370.84L573.18,371.29L573.31,370.43L574.02,369.97L573.32,369.61L573.9,367.41z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"PT",title:"Portugal",d:"M449.92,334.56L450.94,333.61L452.08,333.06L452.79,334.9L454.44,334.89L454.92,334.42L456.56,334.55L457.34,336.43L456.04,337.43L456.01,340.31L455.55,340.84L455.44,342.56L454.23,342.86L455.35,345.03L454.58,347.38L455.54,348.44L455.16,349.4L454.12,350.72L454.35,351.88L453.23,352.79L451.75,352.3L450.3,352.68L450.73,349.94L450.47,347.76L449.21,347.43L448.54,346.08L448.77,343.72L449.88,342.41L450.08,340.94L450.67,338.73L450.6,337.16L450.04,335.82z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"PY",title:"Paraguay",d:"M299.49,526.99L300.6,523.4L300.67,521.8L302.01,519.18L306.9,518.32L309.5,518.37L312.12,519.88L312.16,520.79L312.99,522.45L312.81,526.51L315.77,527.09L316.91,526.5L318.8,527.32L319.33,528.22L319.59,530.99L319.92,532.17L320.96,532.3L322.01,531.81L323.02,532.36L323.02,534.04L322.64,535.86L322.09,537.64L321.63,540.39L319.09,542.79L316.87,543.29L313.72,542.81L310.9,541.96L313.66,537.23L313.25,535.86L310.37,534.66L306.94,532.4L304.65,531.94z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"QA",title:"Qatar",d:"M617.72,392.16L617.53,389.92L618.29,388.3L619.05,387.96L619.9,388.93L619.95,390.74L619.34,392.55L618.56,392.77z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"RO",title:"Romania",d:"M538.93,310.86L540.14,309.97L541.88,310.43L543.67,310.45L544.97,311.46L545.93,310.82L548,310.42L548.71,309.44L549.89,309.45L550.74,309.85L551.61,311.09L552.5,312.84L554.12,315.28L554.21,317.07L553.91,318.79L554.42,320.62L555.67,321.35L556.98,320.71L558.26,321.39L558.32,322.42L556.96,323.26L556.11,322.9L555.33,327.61L553.68,327.2L551.64,325.79L548.34,326.69L546.95,327.68L542.83,327.48L540.67,326.87L539.59,327.16L538.78,325.56L538.27,324.88L538.92,324.22L538.22,323.73L537.34,324.61L535.71,323.47L535.49,321.84L533.78,320.9L533.47,319.63L531.95,318.05L534.2,317.29L535.89,314.53L537.22,311.73z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"RS",title:"Serbia",d:"M533.78,320.9L535.49,321.84L535.71,323.47L537.34,324.61L538.22,323.73L538.92,324.22L538.27,324.88L538.78,325.56L538.09,326.44L538.34,327.86L539.7,329.52L538.63,330.71L538.16,331.92L538.47,332.37L538,332.91L536.71,332.97L535.75,333.19L535.66,332.91L535.99,332.46L536.31,331.53L535.91,331.55L535.36,330.85L534.9,330.67L534.54,330.06L534.01,329.82L533.61,329.28L533.11,329.5L532.72,330.76L532.05,331.04L532.28,330.71L531.21,329.92L530.29,329.51L529.88,328.97L529.14,328.31L529.8,328.14L530.21,326.32L528.86,324.82L529.56,323.1L528.54,323.11L529.62,321.62L528.73,320.48L528.05,318.93L530.2,317.88L531.95,318.05L533.47,319.63z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"RU",title:"Russia",d:"M1008.27,215.75l-2.78,2.97l-4.6,0.7l-0.07,6.46l-1.12,1.35l-2.63,-0.19l-2.14,-2.26l-3.73,-1.92l-0.63,-2.89l-2.85,-1.1l-3.19,0.87l-1.52,-2.37l0.61,-2.55l-3.36,1.64l1.26,3.19l-1.59,2.83l-0.02,0.04l-3.6,2.89l-3.63,-0.48l2.53,3.44l1.67,5.2l1.29,1.67l0.33,2.53l-0.72,1.6l-5.23,-1.32l-7.84,4.51l-2.49,0.69l-4.29,4.1l-4.07,3.5l-1.03,2.55l-4.01,-3.9l-7.31,4.42l-1.28,-2.08l-2.7,2.39l-3.75,-0.76l-0.9,3.63l-3.36,5.22l0.1,2.14l3.19,1.17l-0.38,7.46l-2.6,0.19l-1.2,4.15l1.17,2.1l-4.9,2.47l-0.97,5.4l-4.18,1.14l-0.84,4.66l-4.04,4.18l-1.04,-3.08l-1.2,-6.69l-1.56,-10.65l1.35,-6.95l2.37,-3.07l0.15,-2.44l4.36,-1.18l5.01,-6.78l4.83,-5.73l5.04,-4.57l2.25,-8.37l-3.41,0.51l-1.68,4.92l-7.11,6.36l-2.3,-7.14l-7.24,2l-7.02,9.56l2.32,3.38l-6.26,1.42l-4.33,0.56l0.2,-3.95l-4.36,-0.84l-3.47,2.7l-8.57,-0.94l-9.22,1.62l-9.08,10.33l-10.75,11.78l4.42,0.61l1.38,3l2.72,1.05l1.79,-2.38l3.08,0.31l4.05,5.19l0.09,3.92l-2.19,4.51l-0.24,5.27l-1.26,6.85l-4.23,6.01l-0.94,2.82l-3.81,4.66l-3.78,4.53l-1.81,2.28l-3.74,2.25l-1.77,0.05l-1.76,-1.86l-3.76,2.79l-0.44,1.26l-0.39,-0.66l-0.02,-1.93l1.43,-0.1l0.4,-4.55l-0.74,-3.36l2.41,-1.4l3.4,0.7l1.89,-3.89l0.96,-4.46l1.09,-1.51l1.47,-3.76l-4.63,1.24l-2.43,1.65l-4.26,0l-1.13,-3.95l-3.32,-3.03l-4.88,-1.38l-1.04,-4.28l-0.98,-2.73l-1.05,-1.94l-1.73,-4.61l-2.46,-1.71l-4.2,-1.39l-3.72,0.13l-3.48,0.84l-2.32,2.31l1.54,1.1l0.04,2.52l-1.56,1.45l-2.53,4.72l0.03,1.93l-3.95,2.74l-3.37,-1.63l-3.35,0.36l-1.47,-1.46l-1.68,-0.47l-4.11,3.06l-3.69,0.71l-2.58,1.06l-3.53,-0.7l-2.6,0.04l-1.7,-2.2l-2.75,-2.09l-2.81,-0.58l-3.55,0.57l-2.65,0.81l-3.98,-1.84l-0.53,-3.32l-3.3,-1.15l-2.54,-0.53l-3.14,-1.87l-2.9,4.66l1.14,2.6l-2.73,3.03l-4.05,-1.09l-2.8,-0.16l-1.87,-2.04l-2.92,-0.06l-2.44,-1.35l-4.26,2.07l-5.35,3.74l-2.96,0.74l-1.1,0.35l-1.49,-2.63l-3.61,0.58l-1.19,-1.84l-1.96,-0.85l-1.35,-2.55l-1.55,-0.8l-4.03,1.14l-3.86,-2.57l-1.49,2.33l-6.27,-11.58l-3.58,-3.66l1.03,-1.5l-7.03,4.49l-2.69,0.27l0.23,-2.58l-3.6,-1.63l-2.93,1.17l-0.88,-5.01l-5.04,-1.06l-2.52,2.03l-7.02,1.79l-1.37,1.19l-10.49,1.66l-1.29,1.62l2.02,3.21l-2.69,1.2l0.53,1.25l-2.69,2.22l4.54,3.1l-0.7,2.11l-3.94,-0.19l-0.81,1.31l-3.59,-2.29l-4.45,0.09l-2.98,1.87l-3.32,-1.79l-6.18,-3.1l-4.38,0.12l-5.79,4.85l-0.35,3.19l-2.88,-2.53l-2.24,4.77l0.82,0.87l-1.62,3.21l2.38,2.84l2.08,-0.12l1.79,2.76l-0.28,2.1l1.42,0.66l-1.28,2.39l-2.72,0.66l-2.79,4.09l2.55,3.7l-0.28,2.59l3.06,4.46l-1.67,1.51l-0.48,0.95l-1.24,-0.25l-1.93,-2.27l-0.79,-0.13l-1.76,-0.87l-0.86,-1.55l-2.62,-0.79l-1.7,0.6l-0.49,-0.71l-3.82,-1.83l-4.13,-0.62l-2.37,-0.66l-0.34,0.45l-3.57,-3.27l-3.2,-1.48l-2.42,-2.32l2.04,-0.64l2.33,-3.35l-1.57,-1.6l4.13,-1.67l-0.07,-0.9l-2.52,0.66l0.09,-1.83l1.45,-1.16l2.71,-0.31l0.44,-1.4l-0.62,-2.33l1.14,-2.23l-0.03,-1.26l-4.13,-1.41l-1.64,0.05l-1.73,-2.04l-2.15,0.69l-3.56,-1.54l0.06,-0.87l-1,-1.93l-2.24,-0.22l-0.23,-1.39l0.7,-0.91l-1.79,-2.58l-2.91,0.44l-0.85,-0.23l-0.71,1.04l-1.05,-0.18l-0.69,-2.94l-0.66,-1.54l0.54,-0.44l2.26,0.16l1.09,-1.02l-0.81,-1.25l-1.89,-0.83l0.17,-0.86l-1.14,-0.87l-1.76,-3.15l0.6,-1.31l-0.27,-2.31l-2.74,-1.18l-1.47,0.59l-0.4,-1.24l-2.95,-1.26l-0.9,-2.99l-0.24,-2.49l-1.35,-1.19l1.2,-1.66l-0.83,-4.96l2,-3.13l-0.42,-0.96l3.19,-3.07l-2.94,-2.68l6,-7.41l2.6,-3.45l1.05,-3.1l-4.15,-4.26l1.15,-4.15l-2.52,-4.85l1.89,-5.76l-3.26,-7.96l2.59,-5.48l-4.29,-4.99l0.41,-5.4l2.26,-0.72l4.77,-3.19l2.89,-2.81l4.61,4.86l7.68,1.88l10.59,8.65l2.15,3.51l0.19,4.8l-3.11,3.69l-4.58,1.85l-12.52,-5.31l-2.06,0.9l4.57,5.1l0.18,3.15l0.18,6.75l3.61,1.97l2.19,1.66l0.36,-3.11l-1.69,-2.8l1.78,-2.51l6.78,4.1l2.36,-1.59l-1.89,-4.88l6.53,-6.74l2.59,0.4l2.62,2.43l1.63,-4.81l-2.34,-4.28l1.37,-4.41l-2.06,-4.69l7.84,2.44l1.6,4.18l-3.55,0.91l0.02,4.04l2.21,2.44l4.33,-1.54l0.69,-4.61l5.86,-3.52l9.79,-6.54l2.11,0.38l-2.76,4.64l3.48,0.78l2.01,-2.58l5.25,-0.21l4.16,-3.19l3.2,4.62l3.19,-5.09l-2.94,-4.58l1.46,-2.66l8.28,2.44l3.88,2.49l10.16,8.8l1.88,-3.97l-2.85,-4.11l-0.08,-1.68l-3.38,-0.78l0.92,-3.83l-1.5,-6.49l-0.08,-2.74l5.17,-7.99l1.84,-8.42l2.08,-1.88l7.42,2.51l0.58,5.18l-2.66,7.28l1.74,2.78l0.9,5.94l-0.64,11.07l3.09,4.73l-1.2,5.01l-5.49,10.2l3.21,1.02l1.12,-2.51l3.08,-1.82l0.74,-3.55l2.43,-3.49l-1.63,-4.26l1.31,-5.08l-3.07,-0.64l-0.67,-4.42l2.24,-8.28l-3.64,-7.03l5.02,-6.04l-0.65,-6.62l1.4,-0.22l1.47,5.19l-1.11,8.67l3,1.59l-1.28,-6.37l4.69,-3.58l5.82,-0.49l5.18,5.18l-2.49,-7.62l-0.28,-10.28l4.88,-2.02l6.74,0.44l6.08,-1.32l-2.28,-5.38l3.25,-7.02l3.22,-0.3l5.45,-5.51l7.4,-1.51l0.94,-3.15l7.36,-1.08l2.29,2.61l6.29,-6.24l5.15,0.2l0.77,-5.24l2.68,-5.33l6.62,-5.31l4.81,4.21l-3.82,3.13l6.35,1.92l0.76,6.03l2.56,-2.94l8.2,0.16l6.32,5.84l2.25,4.35l-0.7,5.85l-3.1,3.24l-7.37,5.92l-2.11,3.08l3.48,1.43l4.15,2.55l2.52,-1.91l1.43,6.39l1.23,-2.56l4.48,-1.57l9,1.65l0.68,4.58l11.72,1.43l0.16,-7.47l5.95,1.74l4.48,-0.05l4.53,5.14l1.29,6.04l-1.66,3.84l3.52,6.98l4.41,3.49l2.71,-9.18l4.5,4l4.78,-2.38l5.43,2.72l2.07,-2.47l4.59,1.24l-2.02,-8.4l3.7,-4.07l25.32,6.06l2.39,5.35l7.34,6.65l11.32,-1.62l5.58,1.41l2.33,3.5l-0.34,6.02l3.45,2.29l3.75,-1.64l4.97,-0.21l5.29,1.57l5.31,-0.89l4.88,6.99l3.47,-2.48l-2.27,-5.07l1.25,-3.62l8.95,2.29l5.83,-0.49l8.06,3.84l3.92,3.44l6.87,5.86l7.35,7.34l-0.24,4.44l1.89,1.74l-0.65,-5.15l7.61,1.07L1008.27,215.75zM880.84,306.25l-2.82,-7.68l-1.16,-4.51l0.07,-4.5l-0.97,-4.5l-0.73,-3.15l-1.25,0.67l1.11,2.21l-2.59,2.17l-0.25,6.3l1.64,4.41l-0.12,5.85l-0.65,3.24l0.32,4.54l-0.31,4.01l0.52,3.4l1.84,-3.13l2.13,2.44l0.08,-2.84l-2.73,-4.23l1.72,-6.11L880.84,306.25zM537.82,278.77l-2.94,-0.86l-3.87,1.58l-0.64,2.13l3.45,0.55l5.16,-0.07l-0.22,-1.23l0.3,-1.33L537.82,278.77zM979.95,178.65l3.66,-0.52l2.89,-2.06l0.24,-1.19l-4.06,-2.51l-2.38,-0.02l-0.36,0.37l-3.57,3.64l0.5,2.73L979.95,178.65zM870.07,151.56l-2.66,3.92l0.49,0.52l5.75,1.08l4.25,-0.07l-0.34,-2.57l-3.98,-3.81L870.07,151.56zM894.64,142.03l3.24,-4.25l-7.04,-2.88l-5.23,-1.68l-0.67,3.59l5.21,4.27L894.64,142.03zM869.51,140.34l10.33,0.3l2.21,-8.14l-10.13,-6.07l-7.4,-0.51l-3.7,2.18l-1.51,7.75l5.55,7.01L869.51,140.34zM622.39,166.28l-2.87,1.96l0.41,4.83l5.08,2.35l0.74,3.82l9.16,1.1l1.66,-0.74l-5.36,-7.11l-0.57,-7.52l4.39,-9.14l4.18,-9.82l8.71,-10.17l8.56,-5.34l9.93,-5.74l1.88,-3.71l-1.95,-4.83l-5.46,1.6l-4.8,4.49l-9.33,2.22l-9.26,7.41l-6.27,5.85l0.76,4.87l-6.71,9.03l2.58,1.22l-5.56,8.27L622.39,166.28zM769.87,98.34l0.83,-5.72l-7.11,-8.34l-2.11,-0.98l-2.3,1.7l-5.12,18.6L769.87,98.34zM605.64,69.03l3.04,3.88l3.28,-2.69l0.39,-2.72l2.52,-1.27l3.76,-2.23l1.08,-2.62l-4.16,-3.85l-2.64,2.9l-1.61,4.12l-0.57,-4.65l-4.26,0.21L601,63.25l6.24,0.52L605.64,69.03zM736.89,82.07l4.65,5.73l7.81,4.2l6.12,-1.8l0.69,-13.62l-6.46,-16.04l-5.45,-9.02l-6.07,4.11l-7.28,11.83l3.83,3.27L736.89,82.07z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"RW",title:"Rwanda",d:"M560.54,466.55L561.66,468.12L561.49,469.76L560.69,470.11L559.2,469.93L558.34,471.52L556.63,471.3L556.89,469.77L557.28,469.56L557.38,467.9L558.19,467.12L558.87,467.41z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"SA",title:"Saudi Arabia",d:"M595.2,417.22L594.84,415.98L593.99,415.1L593.77,413.93L592.33,412.89L590.83,410.43L590.04,408.02L588.1,405.98L586.85,405.5L584.99,402.65L584.67,400.57L584.79,398.78L583.18,395.42L581.87,394.23L580.35,393.6L579.43,391.84L579.58,391.15L578.8,389.55L577.98,388.86L576.89,386.54L575.18,384.02L573.75,381.86L572.36,381.87L572.79,380.13L572.92,379.02L573.26,377.74L576.38,378.25L577.6,377.27L578.27,376.11L580.41,375.67L580.87,374.58L581.8,374.04L579,370.78L584.62,369.13L585.15,368.64L588.53,369.53L592.71,371.82L600.61,378.31L605.82,378.57L608.32,378.88L609.02,380.39L611,380.31L612.1,383.04L613.48,383.75L613.96,384.86L615.87,386.17L616.04,387.46L615.76,388.49L616.12,389.53L616.92,390.4L617.3,391.41L617.72,392.16L618.56,392.77L619.34,392.55L619.87,393.72L619.98,394.43L621.06,397.51L629.48,399.03L630.05,398.39L631.33,400.53L629.46,406.5L621.05,409.46L612.97,410.59L610.35,411.91L608.34,414.98L607.03,415.46L606.33,414.49L605.26,414.64L602.55,414.35L602.03,414.05L598.8,414.12L598.04,414.39L596.89,413.63L596.14,415.06L596.43,416.29z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"SB",title:"Solomon Islands",d:"M929.81,492.75l0.78,0.97l-1.96,-0.02l-1.07,-1.74l1.67,0.69L929.81,492.75zM926.26,491.02l-1.09,0.06l-1.72,-0.29l-0.59,-0.44l0.18,-1.12l1.85,0.44l0.91,0.59L926.26,491.02zM928.58,490.25l-0.42,0.52l-2.08,-2.45l-0.58,-1.68h0.95l1.01,2.25L928.58,490.25zM923.52,486.69l0.12,0.57l-2.2,-1.19l-1.54,-1.01l-1.05,-0.94l0.42,-0.29l1.29,0.67l2.3,1.29L923.52,486.69zM916.97,483.91l-0.56,0.16l-1.23,-0.64l-1.15,-1.15l0.14,-0.47l1.67,1.18L916.97,483.91z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"SD",title:"Sudan",d:"M570.48,436.9L570.09,436.85L570.14,435.44L569.8,434.47L568.36,433.35L568.02,431.3L568.36,429.2L567.06,429.01L566.87,429.64L565.18,429.79L565.86,430.62L566.1,432.33L564.56,433.89L563.16,435.93L561.72,436.22L559.36,434.57L558.3,435.15L558.01,435.98L556.57,436.51L556.47,437.09L553.68,437.09L553.29,436.51L551.27,436.41L550.26,436.9L549.49,436.65L548.05,435L547.57,434.23L545.54,434.62L544.77,435.93L544.05,438.45L543.09,438.98L542.23,439.29L542,439.15L541.03,438.34L540.85,437.47L541.3,436.29L541.3,435.14L539.68,433.37L539.36,432.15L539.39,431.46L538.36,430.63L538.33,428.97L537.75,427.87L536.76,428.04L537.04,426.99L537.77,425.79L537.45,424.61L538.37,423.73L537.79,423.06L538.53,421.28L539.81,419.15L542.23,419.35L542.09,407.74L542.13,406.5L545.35,406.49L545.35,400.53L556.62,400.53L567.5,400.53L578.62,400.53L579.52,403.47L578.91,404.01L579.32,407.07L580.35,410.59L581.41,411.32L582.95,412.4L581.53,414.07L579.46,414.55L578.58,415.45L578.31,417.38L577.1,421.63L577.4,422.78L576.95,425.25L575.81,428.06L574.12,429.48L572.92,431.65L572.63,432.81L571.31,433.61L570.48,436.57z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"SE",title:"Sweden",d:"M537.45,217.49L534.73,222.18L535.17,226.2L530.71,231.33L525.3,236.67L523.25,245.08L525.25,249.15L527.93,252.29L525.36,258.52L522.44,259.78L521.37,268.62L519.78,273.38L516.38,272.89L514.79,276.84L511.54,277.07L510.65,272.36L508.3,266.55L506.17,259.05L507.41,255.9L509.74,252.09L510.67,245.36L508.88,242.38L508.7,234.34L510.53,228.43L513.31,228.54L514.28,225.99L513.26,223.76L517.61,214.26L520.42,206.39L522.27,201.15L524.96,201.17L525.71,196.96L530.99,198.18L531.4,193.1L533.14,192.77L536.88,196.58L541.25,201.73L541.33,212.85L542.27,215.55z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"SI",title:"Slovenia",d:"M513.96,316.51L516.28,316.82L517.7,315.9L520.15,315.8L520.68,315.11L521.15,315.16L521.7,316.53L519.47,317.61L519.19,319.23L518.22,319.64L518.23,320.76L517.13,320.68L516.18,320.03L515.66,320.71L513.71,320.57L514.33,320.21L513.66,318.5z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"SJ",title:"Svalbard and Jan Mayen",d:"M544.58,104.49l-6.26,5.36l-4.95,-3.02l1.94,-3.42l-1.69,-4.34l5.81,-2.78l1.11,5.18L544.58,104.49zM526.43,77.81l9.23,11.29l-7.06,5.66l-1.56,10.09l-2.46,2.49l-1.33,10.51l-3.38,0.48l-6.03,-7.64l2.54,-4.62l-4.2,-3.86l-5.46,-11.82l-2.18,-11.79l7.64,-5.69l1.54,5.56l3.99,-0.22l1.06,-5.43l4.12,-0.56L526.43,77.81zM546.6,66.35l5.5,5.8l-4.16,8.52l-8.13,1.81l-8.27,-2.56l-0.5,-4.32l-4.02,-0.28l-3.07,-7.48l8.66,-4.72l4.07,4.08l2.84,-5.09L546.6,66.35z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"SK",title:"Slovakia",d:"M528.11,304.02L528.27,304.28L529.43,303.7L530.84,305.22L532.5,304.3L533.82,304.74L535.84,304.14L538.5,305.78L537.73,306.89L537.18,308.6L536.58,309.03L533.58,307.75L532.66,308L532,309L530.68,309.52L530.38,309.25L529.02,309.9L527.9,310.03L527.68,310.87L525.32,311.38L524.29,310.92L522.86,309.85L522.58,308.4L522.81,307.86L523.2,306.93L524.45,307L525.4,306.56L525.48,306.17L526.02,305.96L526.2,304.99L526.84,304.8L527.28,304.03z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"SL",title:"Sierra Leone",d:"M443.18,444.44L442.42,444.23L440.41,443.1L438.95,441.6L438.46,440.57L438.11,438.49L439.61,437.25L439.93,436.46L440.41,435.85L441.19,435.79L441.84,435.26L444.08,435.26L444.86,436.27L445.47,437.46L445.38,438.28L445.83,439.02L445.8,440.05L446.57,439.89L445.26,441.2L444,442.73L443.85,443.54z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"SN",title:"Senegal",d:"M428.39,425.16L427.23,422.92L425.83,421.9L427.07,421.35L428.43,419.32L429.09,417.83L430.05,416.9L431.45,417.15L432.81,416.52L434.38,416.49L435.72,417.34L437.58,418.11L439.28,420.24L441.13,422.22L441.26,424.01L441.81,425.65L442.86,426.46L443.1,427.56L442.97,428.45L442.56,428.61L441.04,428.39L440.83,428.7L440.21,428.77L438.19,428.07L436.84,428.04L431.66,427.92L430.91,428.24L429.98,428.15L428.49,428.62L428.03,426.43L430.58,426.49L431.26,426.09L431.76,426.06L432.8,425.4L434,426.01L435.22,426.06L436.43,425.41L435.87,424.59L434.94,425.07L434.07,425.06L432.97,424.35L432.08,424.4L431.44,425.07z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"SO",title:"Somalia",d:"M618.63,430.43L618.56,429.64L617.5,429.65L616.17,430.63L614.68,430.91L613.39,431.33L612.5,431.39L610.9,431.49L609.9,432.01L608.51,432.2L606.04,433.08L602.99,433.41L600.34,434.14L598.95,434.13L597.69,432.94L597.14,431.77L596.23,431.24L595.19,432.76L594.58,433.77L595.62,435.33L596.65,436.69L597.72,437.7L606.89,441.04L609.25,441.02L601.32,449.44L597.67,449.56L595.17,451.53L593.38,451.58L592.61,452.46L590.16,455.63L590.19,465.78L591.85,468.07L592.48,467.41L593.13,465.95L596.2,462.57L598.81,460.45L603.01,457.69L605.81,455.43L609.11,451.62L611.5,448.49L613.91,444.39L615.64,440.8L616.99,437.65L617.78,434.6L618.38,433.58L618.37,432.08z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"SR",title:"Suriname",d:"M315.02,446.72L318.38,447.28L318.68,446.77L320.95,446.57L323.96,447.33L322.5,449.73L322.72,451.64L323.83,453.3L323.34,454.5L323.09,455.77L322.37,456.94L320.77,456.35L319.44,456.64L318.31,456.39L318.03,457.2L318.5,457.75L318.25,458.32L316.72,458.09L315.01,455.67L314.64,454.1L313.75,454.09L312.5,452.07L313.02,450.62L312.87,449.97L314.57,449.24z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"SS",title:"South Sudan",d:"M570.48,436.9L570.51,439.1L570.09,439.96L568.61,440.03L567.65,441.64L569.37,441.84L570.79,443.21L571.29,444.33L572.57,444.98L574.22,448.03L572.32,449.87L570.6,451.54L568.87,452.82L566.9,452.82L564.64,453.47L562.86,452.84L561.71,453.61L559.24,451.75L558.57,450.56L557.01,451.15L555.71,450.96L554.96,451.43L553.7,451.1L552.01,448.79L551.56,447.9L549.46,446.79L548.75,445.11L547.58,443.9L545.7,442.44L545.67,441.52L544.14,440.39L542.23,439.29L543.09,438.98L544.05,438.45L544.77,435.93L545.54,434.62L547.57,434.23L548.05,435L549.49,436.65L550.26,436.9L551.27,436.41L553.29,436.51L553.68,437.09L556.47,437.09L556.57,436.51L558.01,435.98L558.3,435.15L559.36,434.57L561.72,436.22L563.16,435.93L564.56,433.89L566.1,432.33L565.86,430.62L565.18,429.79L566.87,429.64L567.06,429.01L568.36,429.2L568.02,431.3L568.36,433.35L569.8,434.47L570.14,435.44L570.09,436.85z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"SV",title:"El Salvador",d:"M229.09,425.76L228.78,426.43L227.16,426.39L226.15,426.12L224.99,425.55L223.43,425.37L222.64,424.75L222.73,424.33L223.69,423.61L224.21,423.29L224.06,422.95L224.72,422.78L225.55,423.02L226.15,423.59L227,424.05L227.1,424.44L228.33,424.1L228.91,424.3L229.29,424.61z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"SY",title:"Syria",d:"M584.02,364.6L578.53,368.14L575.41,366.82L575.35,366.8L575.73,366.3L575.69,364.93L576.38,363.1L577.91,361.83L577.45,360.51L576.19,360.33L575.93,357.72L576.61,356.31L577.36,355.56L578.11,354.8L578.27,352.86L579.18,353.54L582.27,352.57L583.76,353.22L586.07,353.21L589.29,351.9L590.81,351.96L594,351.42L592.56,353.6L591.02,354.46L591.29,356.98L590.23,361.1z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"SZ",title:"Swaziland",d:"M565.18,540.74L564.61,542.13L562.97,542.46L561.29,540.77L561.27,539.69L562.03,538.52L562.3,537.62L563.11,537.4L564.52,537.97L564.94,539.36z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"TD",title:"Chad",d:"M515.9,427.26L516.18,425.92L514.38,425.85L514.39,424L513.22,422.94L514.43,419.14L518.01,416.4L518.15,412.61L519.23,406.63L519.84,405.35L518.68,404.33L518.63,403.38L517.58,402.6L516.89,397.93L519.72,396.27L530.91,402.04L542.09,407.74L542.23,419.35L539.81,419.15L538.53,421.28L537.79,423.06L538.37,423.73L537.45,424.61L537.77,425.79L537.04,426.99L536.76,428.04L537.75,427.87L538.33,428.97L538.36,430.63L539.39,431.46L539.36,432.15L537.59,432.64L536.16,433.78L534.14,436.87L531.5,438.18L528.79,438L528,438.26L528.28,439.25L526.81,440.24L525.62,441.34L522.09,442.41L521.39,441.78L520.93,441.72L520.41,442.44L518.09,442.66L518.53,441.89L517.65,439.96L517.25,438.79L516.03,438.31L514.38,436.66L514.99,435.33L516.27,435.61L517.06,435.41L518.62,435.44L517.1,432.87L517.2,430.98L517.01,429.09z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"TF",title:"French Southern and Antarctic Lands",d:"M668.54,619.03L670.34,620.36L672.99,620.9L673.09,621.71L672.31,623.67L668,623.95L667.93,621.66L668.35,619.9z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"TG",title:"Togo",d:"M480.48,446.25L478.23,446.84L477.6,445.86L476.85,444.08L476.63,442.68L477.25,440.15L476.55,439.12L476.28,436.9L476.28,434.85L475.11,433.39L475.32,432.5L477.78,432.56L477.42,434.06L478.27,434.89L479.25,435.88L479.35,437.27L479.92,437.85L479.79,444.31z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"TH",title:"Thailand",d:"M762.89,429.18L760.37,427.87L757.97,427.93L758.38,425.68L755.91,425.7L755.69,428.84L754.18,432.99L753.27,435.49L753.46,437.54L755.28,437.63L756.42,440.2L756.93,442.63L758.49,444.24L760.19,444.57L761.64,446.02L760.73,447.17L758.87,447.51L758.65,446.07L756.37,444.84L755.88,445.34L754.77,444.27L754.29,442.88L752.8,441.29L751.44,439.96L750.98,441.61L750.45,440.05L750.76,438.29L751.58,435.58L752.94,432.67L754.48,430.02L753.38,427.42L753.43,426.09L753.11,424.49L751.24,422.21L750.57,420.76L751.54,420.23L752.56,417.71L751.42,415.79L749.64,413.66L748.28,411.09L749.46,410.56L750.74,407.37L752.72,407.23L754.36,405.95L755.96,405.26L757.18,406.18L757.34,407.96L759.23,408.09L758.54,411.2L758.61,413.82L761.56,412.08L762.4,412.59L764.05,412.51L764.61,411.49L766.73,411.69L768.86,414.07L769.04,416.94L771.31,419.47L771.18,421.91L770.27,423.21L767.64,422.8L764.02,423.35L762.22,425.73z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"TJ",title:"Tajikistan",d:"M674.37,340.62L673.34,341.75L670.29,341.14L670.02,343.24L673.06,342.96L676.53,344.13L681.83,343.58L682.54,346.91L683.46,346.55L685.16,347.36L685.07,348.74L685.49,350.75L682.59,350.75L680.66,350.49L678.92,352.06L677.67,352.4L676.69,353.14L675.58,351.99L675.85,349.04L675,348.87L675.3,347.78L673.79,346.98L672.58,348.21L672.28,349.64L671.85,350.16L670.17,350.09L669.27,351.69L668.32,351.02L666.29,352.14L665.44,351.72L667.01,348.15L666.41,345.49L664.35,344.63L665.08,343.04L667.42,343.21L668.75,341.2L669.64,338.85L673.39,337.99L672.81,339.7L673.21,340.72z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"TL",title:"Timor-Leste",d:"M825.65,488.25L825.98,487.59L828.39,486.96L830.35,486.86L831.22,486.51L832.28,486.86L831.25,487.62L828.33,488.85L825.98,489.67L825.93,488.81z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"TM",title:"Turkmenistan",d:"M646.88,356.9L646.63,353.99L644.54,353.87L641.34,350.78L639.1,350.39L636,348.6L634,348.27L632.77,348.93L630.9,348.83L628.91,350.85L626.44,351.53L625.92,349.04L626.33,345.31L624.14,344.09L624.86,341.61L623,341.39L623.62,338.3L626.26,339.21L628.73,338.02L626.68,335.79L625.88,333.65L623.62,334.61L623.34,337.34L622.46,334.93L623.7,333.68L626.88,332.89L628.78,333.95L630.74,336.88L632.18,336.7L635.34,336.65L634.88,334.77L637.28,333.47L639.64,331.27L643.42,333.27L643.72,336.26L644.79,337.03L647.82,336.86L648.76,337.53L650.14,341.32L653.35,343.83L655.18,345.52L658.11,347.27L661.84,348.79L661.76,350.95L660.92,350.84L659.59,349.9L659.15,351.15L656.79,351.83L656.23,354.62L654.65,355.67L652.44,356.19L651.85,357.74L649.74,358.2z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"TN",title:"Tunisia",d:"M501.84,374.69L500.64,368.83L498.92,367.5L498.89,366.69L496.6,364.71L496.35,362.18L498.08,360.3L498.74,357.48L498.29,354.2L498.86,352.41L501.92,351L503.88,351.42L503.8,353.19L506.18,351.9L506.38,352.57L504.97,354.28L504.96,355.88L505.93,356.73L505.56,359.69L503.71,361.4L504.24,363.23L505.69,363.29L506.4,364.88L507.47,365.4L507.31,367.95L505.94,368.9L505.08,369.95L503.15,371.21L503.45,372.56L503.21,373.94z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"TR",title:"Turkey",d:"M578.75,336.6l4.02,1.43l3.27,-0.57l2.41,0.33l3.31,-1.94l2.99,-0.18l2.7,1.83l0.48,1.3l-0.27,1.79l2.08,0.91l1.1,1.06l-1.92,1.03l0.88,4.11l-0.55,1.1l1.53,2.82l-1.34,0.59l-0.98,-0.89l-3.26,-0.45l-1.2,0.55l-3.19,0.54l-1.51,-0.06l-3.23,1.31l-2.31,0.01l-1.49,-0.66l-3.09,0.97l-0.92,-0.68l-0.15,1.94l-0.75,0.76l-0.75,0.76l-1.03,-1.57l1.06,-1.3l-1.71,0.3l-2.35,-0.8l-1.93,2l-4.26,0.39l-2.27,-1.86l-3.02,-0.12l-0.65,1.44l-1.94,0.41l-2.71,-1.85l-3.06,0.06l-1.66,-3.48l-2.05,-1.96l1.36,-2.78l-1.78,-1.72l3.11,-3.48l4.32,-0.15l1.18,-2.81l5.34,0.49l3.37,-2.42l3.27,-1.06l4.64,-0.08L578.75,336.6zM551.5,338.99l-2.34,1.98l-0.88,-1.71l0.04,-0.76l0.67,-0.41l0.87,-2.33l-1.37,-0.99l2.86,-1.18l2.41,0.5l0.33,1.44l2.45,1.2l-0.51,0.91l-3.33,0.2L551.5,338.99z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"TT",title:"Trinidad and Tobago",d:"M302.31,433.24L303.92,432.87L304.51,432.97L304.4,435.08L302.06,435.39L301.55,435.14L302.37,434.36z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"TW",title:"Taiwan",d:"M816.7,393.27L815.01,398.14L813.81,400.62L812.33,398.07L812.01,395.82L813.66,392.82L815.91,390.5L817.19,391.41z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"TZ",title:"Tanzania",d:"M570.31,466.03L570.79,466.34L580.95,472.01L581.15,473.63L585.17,476.42L583.88,479.87L584.04,481.46L585.84,482.48L585.92,483.21L585.15,484.91L585.31,485.76L585.13,487.11L586.11,488.87L587.27,491.66L588.29,492.28L586.06,493.92L583,495.02L581.32,494.98L580.32,495.83L578.37,495.9L577.63,496.26L574.26,495.46L572.15,495.69L571.37,491.83L570.42,490.51L569.85,489.73L567.11,489.21L565.51,488.36L563.73,487.89L562.61,487.41L561.44,486.7L559.93,483.15L558.3,481.58L557.74,479.96L558.02,478.5L557.52,475.93L558.68,475.8L559.69,474.79L560.79,473.33L561.48,472.75L561.45,471.84L560.85,471.21L560.69,470.11L561.49,469.76L561.66,468.12L560.54,466.55L561.53,466.21L564.6,466.25z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"UA",title:"Ukraine",d:"M564.38,292.49L565.42,292.68L566.13,291.64L566.98,291.87L569.89,291.43L571.68,294L570.98,294.92L571.21,296.31L573.45,296.52L574.45,298.45L574.39,299.32L577.95,300.86L580.1,300.17L581.83,302.21L583.47,302.17L587.6,303.57L587.63,304.84L586.5,307.07L587.11,309.4L586.67,310.79L583.96,311.1L582.52,312.26L582.43,314.09L580.19,314.42L578.32,315.74L575.7,315.95L573.28,317.47L571.96,318.5L573.45,319.97L574.82,320.93L577.68,320.69L577.13,322.11L574.06,322.79L570.25,325.06L568.7,324.27L569.31,322.42L566.25,321.26L566.75,320.49L569.91,318.86L569.51,318.05L569.06,318.46L568.62,318.24L564.26,317.22L564.07,315.71L561.47,316.21L560.43,318.44L558.26,321.39L556.98,320.71L555.67,321.35L554.42,320.62L555.12,320.18L555.61,318.81L556.38,317.52L556.18,316.8L556.77,316.48L557.04,317.04L558.7,317.15L559.44,316.86L558.92,316.44L559.11,315.84L558.13,314.8L557.73,313.08L556.71,312.41L556.91,311L555.64,309.88L554.49,309.72L552.42,308.41L550.56,308.83L549.89,309.45L548.71,309.44L548,310.42L545.93,310.82L544.98,311.46L543.67,310.45L541.88,310.43L540.14,309.97L538.93,310.86L538.73,309.74L537.18,308.6L537.73,306.89L538.5,305.79L539.12,306.03L538.39,304.11L540.94,300.5L542.33,299.99L542.63,298.75L541.22,294.86L542.56,294.69L544.1,293.46L546.27,293.36L549.1,293.72L552.23,294.8L554.44,294.89L555.49,295.54L556.54,294.76L557.28,295.81L559.81,295.59L560.92,296.02L561.11,293.76L561.97,292.76z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"UG",title:"Uganda",d:"M564.6,466.25L561.53,466.21L560.54,466.55L558.87,467.41L558.19,467.12L558.21,465.02L558.86,463.96L559.02,461.72L559.61,460.43L560.68,458.97L561.76,458.23L562.66,457.24L561.54,456.87L561.71,453.61L562.86,452.84L564.64,453.47L566.9,452.82L568.87,452.82L570.6,451.54L571.93,453.48L572.26,454.88L573.49,458.08L572.47,460.11L571.09,461.95L570.29,463.08L570.31,466.03z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"US",title:"United States",d:"M109.25,279.8L109.25,279.8l-1.54,-1.83l-2.47,-1.57l-0.79,-4.36l-3.61,-4.13l-1.51,-4.94l-2.69,-0.34l-4.46,-0.13l-3.29,-1.54l-5.8,-5.64l-2.68,-1.05l-4.9,-1.99l-3.88,0.48l-5.51,-2.59l-3.33,-2.43l-3.11,1.21l0.58,3.93l-1.55,0.36l-3.24,1.16l-2.47,1.86l-3.11,1.16l-0.4,-3.24l1.26,-5.53l2.98,-1.77l-0.77,-1.46l-3.57,3.22l-1.91,3.77l-4.04,3.95l2.05,2.65l-2.65,3.85l-3.01,2.21l-2.81,1.59l-0.69,2.29l-4.38,2.63l-0.89,2.36l-3.28,2.13l-1.92,-0.38l-2.62,1.38l-2.85,1.67l-2.33,1.63l-4.81,1.38l-0.44,-0.81l3.07,-2.27l2.74,-1.51l2.99,-2.71l3.48,-0.56l1.38,-2.06l3.89,-3.05l0.63,-1.03l2.07,-1.83l0.48,-4l1.43,-3.17l-3.23,1.64l-0.9,-0.93l-1.52,1.95l-1.83,-2.73l-0.76,1.94l-1.05,-2.7l-2.8,2.17l-1.72,0l-0.24,-3.23l0.51,-2.02l-1.81,-1.98l-3.65,1.07l-2.37,-2.63l-1.92,-1.36l-0.01,-3.25l-2.16,-2.48l1.08,-3.41l2.29,-3.37l1,-3.15l2.27,-0.45l1.92,0.99l2.26,-3.01l2.04,0.54l2.14,-1.96l-0.52,-2.92l-1.57,-1.16l2.08,-2.52l-1.72,0.07l-2.98,1.43l-0.85,1.43l-2.21,-1.43l-3.97,0.73l-4.11,-1.56l-1.18,-2.65l-3.55,-3.91l3.94,-2.87l6.25,-3.41h2.31l-0.38,3.48l5.92,-0.27l-2.28,-4.34l-3.45,-2.72l-1.99,-3.64l-2.69,-3.17l-3.85,-2.38l1.57,-4.03l4.97,-0.25l3.54,-3.58l0.67,-3.92l2.86,-3.91l2.73,-0.95l5.31,-3.76l2.58,0.57l4.31,-4.61l4.24,1.83l2.03,3.87l1.25,-1.65l4.74,0.51l-0.17,1.95l4.29,1.43l2.86,-0.84l5.91,2.64l5.39,0.78l2.16,1.07l3.73,-1.34l4.25,2.46l3.05,1.13l-0.02,27.65l-0.01,35.43l2.76,0.17l2.73,1.56l1.96,2.44l2.49,3.6l2.73,-3.05l2.81,-1.79l1.49,2.85l1.89,2.23l2.57,2.42l1.75,3.79l2.87,5.88l4.77,3.2l0.08,3.12L109.25,279.8zM285.18,314.23l-1.25,-1.19l-1.88,0.7l-0.93,-1.08l-2.14,3.1l-0.86,3.15l-1,1.82l-1.19,0.62l-0.9,0.2l-0.28,0.98l-5.17,0l-4.26,0.03l-1.27,0.73l-2.87,2.73l0.29,0.54l0.17,1.51l-2.1,1.27l-2.3,-0.32l-2.2,-0.14l-1.33,0.44l0.25,1.15l0,0l0.05,0.37l-2.42,2.27l-2.11,1.09l-1.44,0.51l-1.66,1.03l-2.03,0.5l-1.4,-0.19l-1.73,-0.77l0.96,-1.45l0.62,-1.32l1.32,-2.09l-0.14,-1.57l-0.5,-2.24l-1.04,-0.39l-1.74,1.7l-0.56,-0.03l-0.14,-0.97l1.54,-1.56l0.26,-1.79l-0.23,-1.79l-2.08,-1.55l-2.38,-0.8l-0.39,1.52l-0.62,0.4l-0.5,1.95l-0.26,-1.33l-1.12,0.95l-0.7,1.32l-0.73,1.92l-0.14,1.64l0.93,2.38l-0.08,2.51l-1.14,1.84l-0.57,0.52l-0.76,0.41l-0.95,0.02l-0.26,-0.25l-0.76,-1.98l-0.02,-0.98l0.08,-0.94l-0.35,-1.87l0.53,-2.18l0.63,-2.71l1.46,-3.03l-0.42,0.01l-2.06,2.54l-0.38,-0.46l1.1,-1.42l1.67,-2.57l1.91,-0.36l2.19,-0.8l2.21,0.42l0.09,0.02l2.47,-0.36l-1.4,-1.61l-0.75,-0.13l-0.86,-0.16l-0.59,-1.14l-2.75,0.36l-2.49,0.9l-1.97,-1.55l-1.59,-0.52l0.9,-2.17l-2.48,1.37l-2.25,1.33l-2.16,1.04l-1.72,-1.4l-2.81,0.85l0.01,-0.6l1.9,-1.73l1.99,-1.65l2.86,-1.37l-3.45,-1.09l-2.27,0.55l-2.72,-1.3l-2.86,-0.67l-1.96,-0.26l-0.87,-0.72l-0.5,-2.35l-0.95,0.02l-0.01,1.64l-5.8,0l-9.59,0l-9.53,0l-8.42,0h-8.41h-8.27h-8.55h-2.76h-8.32h-7.96l0.95,3.47l0.45,3.41l-0.69,1.09l-1.49,-3.91l-4.05,-1.42l-0.34,0.82l0.82,1.94l0.89,3.53l0.51,5.42l-0.34,3.59l-0.34,3.54l-1.1,3.61l0.9,2.9l0.1,3.2l-0.61,3.05l1.49,1.99l0.39,2.95l2.17,2.99l1.24,1.17l-0.1,0.82l2.34,4.85l2.72,3.45l0.34,1.87l0.71,0.55l2.6,0.33l1,0.91l1.57,0.17l0.31,0.96l1.31,0.4l1.82,1.92l0.47,1.7l3.19,-0.25l3.56,-0.36l-0.26,0.65l4.23,1.6l6.4,2.31l5.58,-0.02l2.22,0l0.01,-1.35l4.86,0l1.02,1.16l1.43,1.03l1.67,1.43l0.93,1.69l0.7,1.77l1.45,0.97l2.33,0.96l1.77,-2.53l2.29,-0.06l1.98,1.28l1.41,2.18l0.97,1.86l1.65,1.8l0.62,2.19l0.79,1.47l2.19,0.96l1.99,0.68l1.09,-0.09l-0.53,-1.06l-0.14,-1.5l0.03,-2.16l0.65,-1.42l1.53,-1.51l2.79,-1.37l2.55,-2.37l2.36,-0.75l1.74,-0.23l2.04,0.74l2.45,-0.4l2.09,1.69l2.03,0.1l1.05,-0.61l1.04,0.47l0.53,-0.42l-0.6,-0.63l0.05,-1.3l-0.5,-0.86l1.16,-0.5l2.14,-0.22l2.49,0.36l3.17,-0.41l1.76,0.8l1.36,1.5l0.5,0.16l2.83,-1.46l1.09,0.49l2.19,2.68l0.79,1.75l-0.58,2.1l0.42,1.23l1.3,2.4l1.49,2.68l1.07,0.71l0.44,1.35l1.38,0.37l0.84,-0.39l0.7,-1.89l0.12,-1.21l0.09,-2.1l-1.33,-3.65l-0.02,-1.37l-1.25,-2.25l-0.94,-2.75l-0.5,-2.25l0.43,-2.31l1.32,-1.94l1.58,-1.57l3.08,-2.16l0.4,-1.12l1.42,-1.23l1.4,-0.22l1.84,-1.98l2.9,-1.01l1.78,-2.53l-0.39,-3.46l-0.29,-1.21l-0.8,-0.24l-0.12,-3.35l-1.93,-1.14l1.85,0.56l-0.6,-2.26l0.54,-1.55l0.33,2.97l1.43,1.36l-0.87,2.4l0.26,0.14l1.58,-2.81l0.9,-1.38l-0.04,-1.35l-0.7,-0.64l-0.58,-1.94l0.92,0.9l0.62,0.19l0.21,0.92l2.04,-2.78l0.61,-2.62l-0.83,-0.17l0.85,-1.02l-0.08,0.45l1.79,-0.01l3.93,-1.11l-0.83,-0.7l-4.12,0.7l2.34,-1.07l1.63,-0.18l1.22,-0.19l2.07,-0.65l1.35,0.07l1.89,-0.61l0.22,-1.07l-0.84,-0.84l0.29,1.37l-1.16,-0.09l-0.93,-1.99l0.03,-2.01l0.48,-0.86l1.48,-2.28l2.96,-1.15l2.88,-1.34l2.99,-1.9l-0.48,-1.29l-1.83,-2.25L285.18,314.23zM45.62,263.79l-1.5,0.8l-2.55,1.86l0.43,2.42l1.43,1.32l2.8,-1.95l2.43,-2.47l-1.19,-1.63L45.62,263.79zM0,235.22l2.04,-1.26l0.23,-0.68L0,232.61V235.22zM8.5,250.59l-2.77,0.97l1.7,1.52l1.84,1.04l1.72,-0.87l-0.27,-2.15L8.5,250.59zM105.85,283.09l-2.69,0.38l-1.32,-0.62l-0.17,1.52l0.52,2.07l1.42,1.46l1.04,2.13l1.69,2.1l1.12,0.01l-2.44,-3.7L105.85,283.09zM37.13,403.77l-1,-0.28l-0.27,0.26l0.02,0.19l0.32,0.24l0.48,0.63l0.94,-0.21l0.23,-0.36L37.13,403.77zM34.14,403.23l1.5,0.09l0.09,-0.32l-1.38,-0.13L34.14,403.23zM40.03,406.52l-0.5,-0.26l-1.07,-0.5l-0.21,-0.06l-0.16,0.28l0.19,0.58l-0.49,0.48l-0.14,0.33l0.46,1.08l-0.08,0.83l0.7,0.42l0.41,-0.49l0.9,-0.46l1.1,-0.63l0.07,-0.16l-0.71,-1.04L40.03,406.52zM32.17,401.38l-0.75,0.41l0.11,0.12l0.36,0.68l0.98,0.11l0.2,0.04l0.15,-0.17l-0.81,-0.99L32.17,401.38zM27.77,399.82l-0.43,0.3l-0.15,0.22l0.94,0.55l0.33,-0.3l-0.06,-0.7L27.77,399.82z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"UY",title:"Uruguay",d:"M313.68,551.79L315.5,551.45L318.31,553.95L319.35,553.86L322.24,555.94L324.44,557.76L326.06,560.01L324.82,561.58L325.6,563.48L324.39,565.6L321.22,567.48L319.15,566.8L317.63,567.17L315.04,565.71L313.14,565.82L311.43,563.95L311.65,561.79L312.26,561.05L312.23,557.75L312.98,554.38z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"UZ",title:"Uzbekistan",d:"M661.76,350.95L661.84,348.79L658.11,347.27L655.18,345.52L653.35,343.83L650.14,341.32L648.76,337.53L647.82,336.86L644.79,337.03L643.72,336.26L643.42,333.27L639.64,331.27L637.28,333.47L634.88,334.77L635.34,336.65L632.18,336.7L632.07,322.57L639.29,320.22L639.81,320.57L644.16,323.41L646.45,324.89L649.13,328.39L652.42,327.83L657.23,327.53L660.58,330.33L660.37,334.13L661.74,334.16L662.31,337.22L665.88,337.34L666.64,339.09L667.69,339.07L668.92,336.42L672.61,333.81L674.22,333.11L675.05,333.48L672.7,335.91L674.77,337.31L676.77,336.38L680.09,338.34L676.5,340.98L674.37,340.62L673.21,340.72L672.81,339.7L673.39,337.99L669.64,338.85L668.75,341.2L667.42,343.21L665.08,343.04L664.35,344.63L666.41,345.49L667.01,348.15L665.44,351.72L663.32,350.98z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"VE",title:"Venezuela",d:"M275.25,430.35L275.17,431.02L273.52,431.35L274.44,432.64L274.4,434.13L273.17,435.77L274.23,438.01L275.44,437.83L276.07,435.79L275.2,434.79L275.06,432.65L278.55,431.49L278.16,430.15L279.14,429.25L280.15,431.25L282.12,431.3L283.94,432.88L284.05,433.82L286.56,433.84L289.56,433.55L291.17,434.82L293.31,435.17L294.88,434.29L294.91,433.57L298.39,433.4L301.75,433.36L299.37,434.2L300.32,435.54L302.57,435.75L304.69,437.14L305.14,439.4L306.6,439.33L307.7,440L305.48,441.65L305.23,442.68L306.19,443.72L305.5,444.24L303.77,444.69L303.83,445.99L303.07,446.76L304.96,448.88L305.34,449.67L304.31,450.74L301.17,451.78L299.16,452.22L298.35,452.88L296.12,452.18L294.04,451.82L293.52,452.08L294.77,452.8L294.66,454.67L295.05,456.43L297.42,456.67L297.58,457.25L295.57,458.05L295.25,459.23L294.09,459.68L292.01,460.33L291.47,461.19L289.29,461.37L287.74,459.89L286.89,457.12L286.14,456.14L285.12,455.53L286.54,454.14L286.45,453.51L285.65,452.68L285.09,450.83L285.31,448.82L285.93,447.88L286.44,446.38L285.45,445.89L283.85,446.21L281.83,446.06L280.7,446.36L278.72,443.95L277.09,443.59L273.49,443.86L272.82,442.88L272.13,442.65L272.03,442.06L272.36,441.02L272.14,439.89L271.52,439.27L271.16,437.97L269.72,437.79L270.49,436.13L270.84,434.12L271.65,433.06L272.74,432.25L273.45,430.83z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"VN",title:"Vietnam",d:"M778.21,401.87L774.47,404.43L772.13,407.24L771.51,409.29L773.66,412.38L776.28,416.2L778.82,417.99L780.53,420.32L781.81,425.64L781.43,430.66L779.1,432.53L775.88,434.36L773.6,436.72L770.1,439.34L769.08,437.53L769.87,435.62L767.79,434.01L770.22,432.87L773.16,432.67L771.93,430.94L776.64,428.75L776.99,425.33L776.34,423.41L776.85,420.53L776.14,418.49L774.02,416.47L772.25,413.9L769.92,410.44L766.56,408.68L767.37,407.61L769.16,406.84L768.07,404.25L764.62,404.22L763.36,401.5L761.72,399.13L763.23,398.39L765.46,398.41L768.19,398.06L770.58,396.44L771.93,397.58L774.5,398.13L774.05,399.87L775.39,401.09z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"VU",title:"Vanuatu",d:"M945.87,509.9l-0.92,0.38l-0.94,-1.27l0.1,-0.78L945.87,509.9zM943.8,505.46l0.46,2.33l-0.75,-0.36l-0.58,0.16l-0.4,-0.8l-0.06,-2.21L943.8,505.46z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"YE",title:"Yemen",d:"M624.16,416.33L622.13,417.12L621.59,418.4L621.52,419.39L618.73,420.61L614.25,421.96L611.74,423.99L610.51,424.14L609.67,423.97L608.03,425.17L606.24,425.72L603.89,425.87L603.18,426.03L602.57,426.78L601.83,426.99L601.4,427.72L600.01,427.66L599.11,428.04L597.17,427.9L596.44,426.23L596.52,424.66L596.07,423.81L595.52,421.69L594.71,420.5L595.27,420.36L594.98,419.04L595.32,418.48L595.2,417.22L596.43,416.29L596.14,415.06L596.89,413.63L598.04,414.39L598.8,414.12L602.03,414.05L602.55,414.35L605.26,414.64L606.33,414.49L607.03,415.46L608.34,414.98L610.35,411.91L612.97,410.59L621.05,409.46L623.25,414.3z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"ZA",title:"South Africa",d:"M563.63,548.71l-0.55,0.46l-1.19,1.63l-0.78,1.66l-1.59,2.33l-3.17,3.38l-1.98,1.98l-2.12,1.51l-2.93,1.3l-1.43,0.17l-0.36,0.93l-1.7,-0.5l-1.39,0.64l-3.04,-0.65l-1.7,0.41l-1.16,-0.18l-2.89,1.33l-2.39,0.54l-1.73,1.28l-1.28,0.08l-1.19,-1.21l-0.95,-0.06l-1.21,-1.51l-0.13,0.47l-0.37,-0.91l0.02,-1.96l-0.91,-2.23l0.9,-0.6l-0.07,-2.53l-1.84,-3.05l-1.41,-2.74l0,-0.01l-2.01,-4.15l1.34,-1.57l1.11,0.87l0.47,1.36l1.26,0.23l1.76,0.6l1.51,-0.23l2.5,-1.63l0,-11.52l0.76,0.46l1.66,2.93l-0.26,1.89l0.63,1.1l2.01,-0.32l1.4,-1.39l1.33,-0.93l0.69,-1.48l1.37,-0.72l1.18,0.38l1.34,0.87l2.28,0.15l1.79,-0.72l0.28,-0.96l0.49,-1.47l1.53,-0.25l0.84,-1.15l0.93,-2.03l2.52,-2.26l3.97,-2.22l1.14,0.03l1.36,0.51l0.94,-0.36l1.49,0.3l1.34,4.26l0.73,2.17l-0.5,3.43l0.24,1.11l-1.42,-0.57l-0.81,0.22l-0.26,0.9l-0.77,1.17l0.03,1.08l1.67,1.7l1.64,-0.34l0.57,-1.39l2.13,0.03l-0.7,2.28l-0.33,2.62l-0.73,1.43L563.63,548.71zM556.5,547.75l-1.22,-0.98l-1.31,0.65l-1.52,1.25l-1.5,2.03l2.1,2.48l1,-0.32l0.52,-1.03l1.56,-0.5l0.48,-1.05l0.86,-1.56L556.5,547.75z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"ZM",title:"Zambia",d:"M567.11,489.21L568.43,490.47L569.14,492.87L568.66,493.64L568.1,495.94L568.64,498.3L567.76,499.29L566.91,501.95L568.38,502.69L559.87,505.07L560.14,507.12L558.01,507.52L556.42,508.67L556.08,509.68L555.07,509.9L552.63,512.3L551.08,514.19L550.13,514.26L549.22,513.92L546.09,513.6L545.59,513.38L545.56,513.14L544.46,512.48L542.64,512.31L540.34,512.98L538.51,511.16L536.62,508.78L536.75,499.62L542.59,499.66L542.35,498.67L542.77,497.6L542.28,496.27L542.6,494.89L542.3,494.01L543.27,494.08L543.43,494.96L544.74,494.89L546.52,495.15L547.46,496.44L549.7,496.84L551.42,495.94L552.05,497.43L554.2,497.83L555.23,499.05L556.38,500.62L558.53,500.65L558.29,497.57L557.52,498.08L555.56,496.98L554.8,496.47L555.15,493.62L555.65,490.27L555.02,489.02L555.82,487.22L556.57,486.89L560.34,486.41L561.44,486.7L562.61,487.41L563.73,487.89L565.51,488.36z"}}),L._v(" "),t("path",{staticClass:"land",attrs:{id:"ZW",title:"Zimbabwe",d:"M562.71,527L561.22,526.7L560.27,527.06L558.92,526.55L557.78,526.52L555.99,525.16L553.82,524.7L553,522.8L552.99,521.75L551.79,521.43L548.62,518.18L547.73,516.47L547.17,515.95L546.09,513.6L549.22,513.92L550.13,514.26L551.08,514.19L552.63,512.3L555.07,509.9L556.08,509.68L556.42,508.67L558.01,507.52L560.14,507.12L560.32,508.2L562.66,508.14L563.96,508.75L564.56,509.47L565.9,509.68L567.35,510.62L567.36,514.31L566.81,516.35L566.69,518.55L567.14,519.43L566.83,521.17L566.4,521.44L565.66,523.59z"}})])])}),[],!1,null,null,null).exports;const o=(L,l)=>{const{min:t,max:e}=(L=>{let l,t;return Object.keys(L).forEach((e=>{if("unknown"===e)return;const n=L[e];(nt||void 0===t)&&(t=n)})),{min:l,max:t}})(L),n=((L,l)=>1/(l-L))(t,e),r=[];return Object.keys(L).forEach((e=>{if("unknown"===e)return;const d=L[e],c=l(n*(d-t)).hex();r.push(`.vue-world-map #${e} { fill: ${c}; }`)})),r};var f={components:{Map:c},watch:{countryData:function(){this.renderMapCSS()}},props:{showColorBar:{type:Boolean,default:!0},lowColor:{type:String,default:"#fde2e2"},highColor:{type:String,default:"#d83737"},countryData:{type:Object,required:!0},defaultCountryFillColor:{type:String,default:"#dadada"},countryStrokeColor:{type:String,default:"black"}},data:function(){return{node:document.createElement("style"),chromaScale:n.a.scale([this.$props.lowColor,this.$props.highColor])}},methods:{on_mouseenter:function(L){this.$emit("mouseenter",L)},on_mouseleave:function(L){this.$emit("mouseleave",L)},renderMapCSS:function(){var L=(({defaultCountryFillColor:L,countryStrokeColor:l})=>`.vue-world-map .land{fill:${L};stroke:${l};}`)(this.$props),l=o(this.$props.countryData,this.chromaScale);this.$data.node.innerHTML=((L,l)=>(l.push(L),l.join(" ")))(L,l)},colorGradient:function(){for(var L=document.getElementById("color_bar"),l=["","-o-","-ms-","-moz-","-webkit-"],t=0;tt&&(L=t),L},BL=function(L){return L.length>=3?Array.prototype.slice.call(L):L[0]},E=function(L){var i,l;for(L._clipped=!1,L._unclipped=L.slice(0),i=l=0;l<3;i=++l)i<3?((L[i]<0||L[i]>255)&&(L._clipped=!0),L[i]<0&&(L[i]=0),L[i]>255&&(L[i]=255)):3===i&&(L[i]<0&&(L[i]=0),L[i]>1&&(L[i]=1));return L._clipped||delete L._unclipped,L},d=Math.PI,kL=Math.round,G=Math.cos,R=Math.floor,oL=Math.pow,eL=Math.log,AL=Math.sin,EL=Math.sqrt,C=Math.atan2,iL=Math.max,_=Math.abs,f=2*d,c=d/3,n=d/180,o=180/d,(A=function(){return arguments[0]instanceof e?arguments[0]:function(L,l,t){t.prototype=L.prototype;var e=new t,n=L.apply(e,l);return Object(n)===n?n:e}(e,arguments,(function(){}))}).default=A,m=[],null!==L&&null!=L.exports&&(L.exports=A),void 0===(t=function(){return A}.apply(l,[]))||(L.exports=t),A.version="1.4.1",z={},v=[],M=!1,e=function(){function L(){var L,l,t,e,n,r,d,c,o;for(r=this,l=[],c=0,e=arguments.length;c1&&(d=l[l.length-1]),null!=z[d])r._rgb=E(z[d](BL(l.slice(0,-1))));else{for(M||(v=v.sort((function(a,b){return b.p-a.p})),M=!0),o=0,n=v.length;o3?L[3]:1]},OL=function(L){return 255*(L<=.00304?12.92*L:1.055*oL(L,1/2.4)-.055)},Q=function(L){return L>r.t1?L*L*L:r.t2*(L-r.t0)},r={Kn:18,Xn:.95047,Yn:1,Zn:1.08883,t0:.137931034,t1:.206896552,t2:.12841855,t3:.008856452},gL=function(){var b,g,L,l,t,e,n;return L=(l=BL(arguments))[0],g=l[1],b=l[2],e=(t=yL(L,g,b))[0],[116*(n=t[1])-16,500*(e-n),200*(n-t[2])]},wL=function(L){return(L/=255)<=.04045?L/12.92:oL((L+.055)/1.055,2.4)},PL=function(L){return L>r.t3?oL(L,1/3):L/r.t2+r.t0},yL=function(){var b,g,L,l;return L=(l=BL(arguments))[0],g=l[1],b=l[2],L=wL(L),g=wL(g),b=wL(b),[PL((.4124564*L+.3575761*g+.1804375*b)/r.Xn),PL((.2126729*L+.7151522*g+.072175*b)/r.Yn),PL((.0193339*L+.119192*g+.9503041*b)/r.Zn)]},A.lab=function(){return function(L,l,t){t.prototype=L.prototype;var e=new t,n=L.apply(e,l);return Object(n)===n?n:e}(e,RL.call(arguments).concat(["lab"]),(function(){}))},z.lab=W,e.prototype.lab=function(){return gL(this._rgb)},y=function(L){var l,t,e,n,r,d,c,o,f,h,v;return 2===(L=function(){var l,t,e;for(e=[],t=0,l=L.length;t=0&&a[3]<=1?"rgb":void 0}}),z.lrgb=z.rgb,$=function(L,l,t,n){var r,d;return r=L._rgb,d=l._rgb,new e(EL(oL(r[0],2)*(1-t)+oL(d[0],2)*t),EL(oL(r[1],2)*(1-t)+oL(d[1],2)*t),EL(oL(r[2],2)*(1-t)+oL(d[2],2)*t),n)},h=function(L){var l,t,n,r,d;for(l=1/L.length,d=[0,0,0,0],n=0,t=L.length;n1&&(d[3]=1),new e(E(d))},m.push(["lrgb",$]),A.average=function(L,l){var t,e,n,r,c,o,f,i,v,M,z,m,_;if(null==l&&(l="rgb"),v=L.length,f=(L=L.map((function(L){return A(L)}))).splice(0,1)[0],"lrgb"===l)return h(L);for(i in r=[],c=0,o=0,m=f.get(l))m[i]=m[i]||0,r.push(isNaN(m[i])?0:1),"h"!==l.charAt(i)||isNaN(m[i])||(t=m[i]/180*d,c+=G(t),o+=AL(t));for(e=f.alpha(),z=0,M=L.length;z=360;)t-=360;m[i]=t}else m[i]=m[i]/r[i];return A(m,l).alpha(e/v)},j=function(L){var l,u;if(L.match(/^#?([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$/))return 4!==L.length&&7!==L.length||(L=L.substr(1)),3===L.length&&(L=(L=L.split(""))[0]+L[0]+L[1]+L[1]+L[2]+L[2]),[(u=parseInt(L,16))>>16,u>>8&255,255&u,1];if(L.match(/^#?([A-Fa-f0-9]{8})$/))return 9===L.length&&(L=L.substr(1)),[(u=parseInt(L,16))>>24&255,u>>16&255,u>>8&255,kL((255&u)/255*100)/100];if(null!=z.css&&(l=z.css(L)))return l;throw"unknown color: "+L},pL=function(L,l){var a,b,g,t,e,n;return null==l&&(l="auto"),e=L[0],g=L[1],b=L[2],a=L[3],"auto"===l&&(l=a<1?"rgba":"rgb"),e=Math.round(e),g=Math.round(g),b=Math.round(b),n=(n="000000"+(e<<16|g<<8|b).toString(16)).substr(n.length-6),t=(t="0"+kL(255*a).toString(16)).substr(t.length-2),"#"+function(){switch(l.toLowerCase()){case"rgba":return n+t;case"argb":return t+n;default:return n}}()},z.hex=function(L){return j(L)},A.hex=function(){return function(L,l,t){t.prototype=L.prototype;var e=new t,n=L.apply(e,l);return Object(n)===n?n:e}(e,RL.call(arguments).concat(["hex"]),(function(){}))},e.prototype.hex=function(L){return null==L&&(L="auto"),pL(this._rgb,L)},v.push({p:4,test:function(L){if(1===arguments.length&&"string"===GL(L))return"hex"}}),U=function(){var L,b,l,g,t,i,e,n,r,d,s,c,o,f;if(t=(L=BL(arguments))[0],s=L[1],e=L[2],0===s)r=g=b=255*e;else{for(l=[0,0,0],c=2*e-(o=e<.5?e*(1+s):e+s-e*s),(f=[0,0,0])[0]=(t/=360)+1/3,f[1]=t,f[2]=t-1/3,i=n=0;n<=2;i=++n)f[i]<0&&(f[i]+=1),f[i]>1&&(f[i]-=1),6*f[i]<1?l[i]=c+6*(o-c)*f[i]:2*f[i]<1?l[i]=o:3*f[i]<2?l[i]=c+(o-c)*(2/3-f[i])*6:l[i]=c;r=(d=[kL(255*l[0]),kL(255*l[1]),kL(255*l[2])])[0],g=d[1],b=d[2]}return L.length>3?[r,g,b,L[3]]:[r,g,b]},vL=function(L,g,b){var l,t,e,n,s;return void 0!==L&&L.length>=3&&(L=(n=L)[0],g=n[1],b=n[2]),L/=255,g/=255,b/=255,e=Math.min(L,g,b),t=((iL=Math.max(L,g,b))+e)/2,iL===e?(s=0,l=Number.NaN):s=t<.5?(iL-e)/(iL+e):(iL-e)/(2-iL-e),L===iL?l=(g-b)/(iL-e):g===iL?l=2+(b-L)/(iL-e):b===iL&&(l=4+(L-g)/(iL-e)),(l*=60)<0&&(l+=360),[l,s,t]},A.hsl=function(){return function(L,l,t){t.prototype=L.prototype;var e=new t,n=L.apply(e,l);return Object(n)===n?n:e}(e,RL.call(arguments).concat(["hsl"]),(function(){}))},z.hsl=U,e.prototype.hsl=function(){return vL(this._rgb)},D=function(){var L,b,l,g,t,i,p,q,e,n,r,d,c,o,f,s,h,v;if(t=(L=BL(arguments))[0],s=L[1],v=L[2],v*=255,0===s)e=g=b=v;else switch(360===t&&(t=0),t>360&&(t-=360),t<0&&(t+=360),p=v*(1-s),q=v*(1-s*(l=(t/=60)-(i=R(t)))),h=v*(1-s*(1-l)),i){case 0:e=(n=[v,h,p])[0],g=n[1],b=n[2];break;case 1:e=(r=[q,v,p])[0],g=r[1],b=r[2];break;case 2:e=(d=[p,v,h])[0],g=d[1],b=d[2];break;case 3:e=(c=[p,q,v])[0],g=c[1],b=c[2];break;case 4:e=(o=[h,p,v])[0],g=o[1],b=o[2];break;case 5:e=(f=[v,p,q])[0],g=f[1],b=f[2]}return[e,g,b,L.length>3?L[3]:1]},ML=function(){var b,L,g,l,t,e,n,s,r;return e=(n=BL(arguments))[0],g=n[1],b=n[2],t=Math.min(e,g,b),L=(iL=Math.max(e,g,b))-t,r=iL/255,0===iL?(l=Number.NaN,s=0):(s=L/iL,e===iL&&(l=(g-b)/L),g===iL&&(l=2+(b-e)/L),b===iL&&(l=4+(e-g)/L),(l*=60)<0&&(l+=360)),[l,s,r]},A.hsv=function(){return function(L,l,t){t.prototype=L.prototype;var e=new t,n=L.apply(e,l);return Object(n)===n?n:e}(e,RL.call(arguments).concat(["hsv"]),(function(){}))},z.hsv=D,e.prototype.hsv=function(){return ML(this._rgb)},dL=function(L){return"number"===GL(L)&&L>=0&&L<=16777215?[L>>16,L>>8&255,255&L,1]:(console.warn("unknown num color: "+L),[0,0,0,1])},_L=function(){var L;return((L=BL(arguments))[0]<<16)+(L[1]<<8)+L[2]},A.num=function(L){return new e(L,"num")},e.prototype.num=function(L){return null==L&&(L="rgb"),_L(this._rgb,L)},z.num=dL,v.push({p:1,test:function(L){if(1===arguments.length&&"number"===GL(L)&&L>=0&&L<=16777215)return"num"}}),T=function(){var L,l,t,b,e,n,g,r,i,p,q,d,c,o,f,h,v,M,z,m;if(r=(t=BL(arguments))[0],e=t[1],l=t[2],g=g/100*255,L=255*(e/=100),0===e)d=g=b=l;else switch(360===r&&(r=0),r>360&&(r-=360),r<0&&(r+=360),q=(p=l*(1-e))+L*(1-(n=(r/=60)-(i=R(r)))),z=p+L*n,m=p+L,i){case 0:d=(c=[m,z,p])[0],g=c[1],b=c[2];break;case 1:d=(o=[q,m,p])[0],g=o[1],b=o[2];break;case 2:d=(f=[p,m,z])[0],g=f[1],b=f[2];break;case 3:d=(h=[p,q,m])[0],g=h[1],b=h[2];break;case 4:d=(v=[z,p,m])[0],g=v[1],b=v[2];break;case 5:d=(M=[m,p,q])[0],g=M[1],b=M[2]}return[d,g,b,t.length>3?t[3]:1]},hL=function(){var L,b,l,t,g,e,n,r,d;return r=(d=BL(arguments))[0],g=d[1],b=d[2],n=Math.min(r,g,b),l=100*(t=(iL=Math.max(r,g,b))-n)/255,L=n/(255-t)*100,0===t?e=Number.NaN:(r===iL&&(e=(g-b)/t),g===iL&&(e=2+(b-r)/t),b===iL&&(e=4+(r-g)/t),(e*=60)<0&&(e+=360)),[e,l,L]},A.hcg=function(){return function(L,l,t){t.prototype=L.prototype;var e=new t,n=L.apply(e,l);return Object(n)===n?n:e}(e,RL.call(arguments).concat(["hcg"]),(function(){}))},z.hcg=T,e.prototype.hcg=function(){return hL(this._rgb)},B=function(L){var l,t,e,i,n,r,d,c;if(L=L.toLowerCase(),null!=A.colors&&A.colors[L])return j(A.colors[L]);if(n=L.match(/rgb\(\s*(\-?\d+),\s*(\-?\d+)\s*,\s*(\-?\d+)\s*\)/)){for(d=n.slice(1,4),i=r=0;r<=2;i=++r)d[i]=+d[i];d[3]=1}else if(n=L.match(/rgba\(\s*(\-?\d+),\s*(\-?\d+)\s*,\s*(\-?\d+)\s*,\s*([01]|[01]?\.\d+)\)/))for(d=n.slice(1,5),i=c=0;c<=3;i=++c)d[i]=+d[i];else if(n=L.match(/rgb\(\s*(\-?\d+(?:\.\d+)?)%,\s*(\-?\d+(?:\.\d+)?)%\s*,\s*(\-?\d+(?:\.\d+)?)%\s*\)/)){for(d=n.slice(1,4),i=l=0;l<=2;i=++l)d[i]=kL(2.55*d[i]);d[3]=1}else if(n=L.match(/rgba\(\s*(\-?\d+(?:\.\d+)?)%,\s*(\-?\d+(?:\.\d+)?)%\s*,\s*(\-?\d+(?:\.\d+)?)%\s*,\s*([01]|[01]?\.\d+)\)/)){for(d=n.slice(1,5),i=t=0;t<=2;i=++t)d[i]=kL(2.55*d[i]);d[3]=+d[3]}else(n=L.match(/hsl\(\s*(\-?\d+(?:\.\d+)?),\s*(\-?\d+(?:\.\d+)?)%\s*,\s*(\-?\d+(?:\.\d+)?)%\s*\)/))?((e=n.slice(1,4))[1]*=.01,e[2]*=.01,(d=U(e))[3]=1):(n=L.match(/hsla\(\s*(\-?\d+(?:\.\d+)?),\s*(\-?\d+(?:\.\d+)?)%\s*,\s*(\-?\d+(?:\.\d+)?)%\s*,\s*([01]|[01]?\.\d+)\)/))&&((e=n.slice(1,4))[1]*=.01,e[2]*=.01,(d=U(e))[3]=+n[4]);return d},uL=function(L){var l;return"rgb"===(l=L[3]<1?"rgba":"rgb")?l+"("+L.slice(0,3).map(kL).join(",")+")":"rgba"===l?l+"("+L.slice(0,3).map(kL).join(",")+","+L[3]+")":void 0},NL=function(a){return kL(100*a)/100},K=function(L,l){var t;return t=l<1?"hsla":"hsl",L[0]=NL(L[0]||0),L[1]=NL(100*L[1])+"%",L[2]=NL(100*L[2])+"%","hsla"===t&&(L[3]=l),t+"("+L.join(",")+")"},z.css=function(L){return B(L)},A.css=function(){return function(L,l,t){t.prototype=L.prototype;var e=new t,n=L.apply(e,l);return Object(n)===n?n:e}(e,RL.call(arguments).concat(["css"]),(function(){}))},e.prototype.css=function(L){return null==L&&(L="rgb"),"rgb"===L.slice(0,3)?uL(this._rgb):"hsl"===L.slice(0,3)?K(this.hsl(),this.alpha()):void 0},z.named=function(L){return j(IL[L])},v.push({p:5,test:function(L){if(1===arguments.length&&null!=IL[L])return"named"}}),e.prototype.name=function(L){var l,t;for(t in arguments.length&&(IL[L]&&(this._rgb=j(IL[L])),this._rgb[3]=1),l=this.hex("rgb"),IL)if(l===IL[t])return t;return l},LL=function(){var L,l,t,e;return t=(e=BL(arguments))[0],L=e[1],l=e[2],[t,G(l*=n)*L,AL(l)*L]},lL=function(){var L,a,l,b,t,e,n,r,d;return n=(l=BL(arguments))[0],t=l[1],e=l[2],L=(r=LL(n,t,e))[0],a=r[1],b=r[2],[(d=W(L,a,b))[0],d[1],b=d[2],l.length>3?l[3]:1]},X=function(){var a,b,L,l,t,e;return t=(e=BL(arguments))[0],a=e[1],b=e[2],L=EL(a*a+b*b),l=(C(b,a)*o+360)%360,0===kL(1e4*L)&&(l=Number.NaN),[t,L,l]},zL=function(){var a,b,g,L,l,t,e;return l=(t=BL(arguments))[0],g=t[1],b=t[2],L=(e=gL(l,g,b))[0],a=e[1],b=e[2],X(L,a,b)},A.lch=function(){var L;return L=BL(arguments),new e(L,"lch")},A.hcl=function(){var L;return L=BL(arguments),new e(L,"hcl")},z.lch=lL,z.hcl=function(){var L,l,t,e;return l=(e=BL(arguments))[0],L=e[1],t=e[2],lL([t,L,l])},e.prototype.lch=function(){return zL(this._rgb)},e.prototype.hcl=function(){return zL(this._rgb).reverse()},fL=function(L){var b,l,g,t,e,n;return null==L&&(L="rgb"),e=(n=BL(arguments))[0],g=n[1],b=n[2],g/=255,b/=255,[(1-(e/=255)-(t=1-Math.max(e,Math.max(g,b))))*(l=t<1?1/(1-t):0),(1-g-t)*l,(1-b-t)*l,t]},x=function(){var L,l,t,e,n,r;return t=(l=BL(arguments))[0],n=l[1],r=l[2],e=l[3],L=l.length>4?l[4]:1,1===e?[0,0,0,L]:[t>=1?0:255*(1-t)*(1-e),n>=1?0:255*(1-n)*(1-e),r>=1?0:255*(1-r)*(1-e),L]},z.cmyk=function(){return x(BL(arguments))},A.cmyk=function(){return function(L,l,t){t.prototype=L.prototype;var e=new t,n=L.apply(e,l);return Object(n)===n?n:e}(e,RL.call(arguments).concat(["cmyk"]),(function(){}))},e.prototype.cmyk=function(){return fL(this._rgb)},z.gl=function(){var i,L,l,t,e;for(t=function(){var l,t;for(L in t=[],l=BL(arguments))e=l[L],t.push(e);return t}.apply(this,arguments),i=l=0;l<=2;i=++l)t[i]*=255;return t},A.gl=function(){return function(L,l,t){t.prototype=L.prototype;var e=new t,n=L.apply(e,l);return Object(n)===n?n:e}(e,RL.call(arguments).concat(["gl"]),(function(){}))},e.prototype.gl=function(){var L;return[(L=this._rgb)[0]/255,L[1]/255,L[2]/255,L[3]]},mL=function(L,g,b){var l;return L=(l=BL(arguments))[0],g=l[1],b=l[2],.2126*(L=nL(L))+.7152*(g=nL(g))+.0722*(b=nL(b))},nL=function(L){return(L/=255)<=.03928?L/12.92:oL((L+.055)/1.055,2.4)},J=function(L,l,t,n){var r,d;return r=L._rgb,d=l._rgb,new e(r[0]+t*(d[0]-r[0]),r[1]+t*(d[1]-r[1]),r[2]+t*(d[2]-r[2]),n)},m.push(["rgb",J]),e.prototype.luminance=function(L,l){var t,e,n,r,d;return null==l&&(l="rgb"),arguments.length?(r=this._rgb,0===L?r=[0,0,0,this._rgb[3]]:1===L?r=[255,255,255,this[3]]:(t=mL(this._rgb),e=1e-7,n=20,d=function(t,r){var c,o;return c=(o=t.interpolate(r,.5,l)).luminance(),Math.abs(L-c)L?d(t,o):d(o,r)},r=t>L?d(A("black"),this).rgba():d(this,A("white")).rgba()),A(r).alpha(this.alpha())):mL(this._rgb)},xL=function(L){var b,g,l,t;return(t=L/100)<66?(l=255,g=-155.25485562709179-.44596950469579133*(g=t-2)+104.49216199393888*eL(g),b=t<20?0:.8274096064007395*(b=t-10)-254.76935184120902+115.67994401066147*eL(b)):(l=351.97690566805693+.114206453784165*(l=t-55)-40.25366309332127*eL(l),g=325.4494125711974+.07943456536662342*(g=t-50)-28.0852963507957*eL(g),b=255),[l,g,b]},CL=function(){var b,L,l,t,e,n,r,d;for(e=(n=BL(arguments))[0],n[1],b=n[2],t=1e3,l=4e4,L=.4;l-t>L;)(r=xL(d=.5*(l+t)))[2]/r[0]>=b/e?l=d:t=d;return kL(d)},A.temperature=A.kelvin=function(){return function(L,l,t){t.prototype=L.prototype;var e=new t,n=L.apply(e,l);return Object(n)===n?n:e}(e,RL.call(arguments).concat(["temperature"]),(function(){}))},z.temperature=z.kelvin=z.K=xL,e.prototype.temperature=function(){return CL(this._rgb)},e.prototype.kelvin=e.prototype.temperature,A.contrast=function(a,b){var L,l,t,n;return"string"!==(t=GL(a))&&"number"!==t||(a=new e(a)),"string"!==(n=GL(b))&&"number"!==n||(b=new e(b)),(L=a.luminance())>(l=b.luminance())?(L+.05)/(l+.05):(l+.05)/(L+.05)},A.distance=function(a,b,L){var l,i,t,n,r,d,c;for(i in null==L&&(L="lab"),"string"!==(r=GL(a))&&"number"!==r||(a=new e(a)),"string"!==(d=GL(b))&&"number"!==d||(b=new e(b)),t=a.get(L),n=b.get(L),c=0,t)c+=(l=(t[i]||0)-(n[i]||0))*l;return Math.sqrt(c)},A.deltaE=function(a,b,L,l){var t,n,r,c,o,f,h,v,M,z,m,y,w,h1,N,k,S,A,E,x,B,I,P,O;for(null==L&&(L=1),null==l&&(l=1),"string"!==(N=GL(a))&&"number"!==N||(a=new e(a)),"string"!==(k=GL(b))&&"number"!==k||(b=new e(b)),t=(S=a.lab())[0],r=S[1],o=S[2],n=(A=b.lab())[0],c=A[1],f=A[2],h=EL(r*r+o*o),v=EL(c*c+f*f),x=t<16?.511:.040975*t/(1+.01765*t),E=.0638*h/(1+.0131*h)+.638,h1=h<1e-6?0:180*C(o,r)/d;h1<0;)h1+=360;for(;h1>=360;)h1-=360;return B=h1>=164&&h1<=345?.56+_(.2*G(d*(h1+168)/180)):.36+_(.4*G(d*(h1+35)/180)),w=EL((M=h*h*h*h)/(M+1900)),EL((I=(t-n)/(L*x))*I+(P=(y=h-v)/(l*E))*P+((z=r-c)*z+(m=o-f)*m-y*y)/((O=E*(w*B+1-w))*O))},e.prototype.get=function(L){var l,i,t,e,n;return this,t=(e=L.split("."))[0],l=e[1],n=this[t](),l?(i=t.indexOf(l))>-1?n[i]:console.warn("unknown channel "+l+" in mode "+t):n},e.prototype.set=function(L,l){var t,i,e,n,r;if(this,e=(n=L.split("."))[0],t=n[1])if(r=this[e](),(i=e.indexOf(t))>-1)if("string"===GL(l))switch(l.charAt(0)){case"+":case"-":r[i]+=+l;break;case"*":r[i]*=+l.substr(1);break;case"/":r[i]/=+l.substr(1);break;default:r[i]=+l}else r[i]=l;else console.warn("unknown channel "+t+" in mode "+e);else r=l;return A(r,e).alpha(this.alpha())},e.prototype.clipped=function(){return this._rgb._clipped||!1},e.prototype.alpha=function(a){return arguments.length?A.rgb([this._rgb[0],this._rgb[1],this._rgb[2],a]):this._rgb[3]},e.prototype.darken=function(L){var l;return null==L&&(L=1),this,(l=this.lab())[0]-=r.Kn*L,A.lab(l).alpha(this.alpha())},e.prototype.brighten=function(L){return null==L&&(L=1),this.darken(-L)},e.prototype.darker=e.prototype.darken,e.prototype.brighter=e.prototype.brighten,e.prototype.saturate=function(L){var l;return null==L&&(L=1),this,(l=this.lch())[1]+=L*r.Kn,l[1]<0&&(l[1]=0),A.lch(l).alpha(this.alpha())},e.prototype.desaturate=function(L){return null==L&&(L=1),this.saturate(-L)},e.prototype.premultiply=function(){var a,L;return L=this.rgb(),a=this.alpha(),A(L[0]*a,L[1]*a,L[2]*a,a)},sL=function(a,b){return a*b/255},I=function(a,b){return a>b?b:a},tL=function(a,b){return a>b?a:b},SL=function(a,b){return 255*(1-(1-a/255)*(1-b/255))},cL=function(a,b){return b<128?2*a*b/255:255*(1-2*(1-a/255)*(1-b/255))},S=function(a,b){return 255*(1-(1-b/255)/(a/255))},P=function(a,b){return 255===a||(a=b/255*255/(1-a/255))>255?255:a},(w=function(L,l,t){if(!w[t])throw"unknown blend mode "+t;return w[t](L,l)}).normal=(N=function(L){return function(l,t){var e,n;return e=A(t).rgb(),n=A(l).rgb(),A(L(e,n),"rgb")}})((O=function(L){return function(l,t){var i,e,n;for(n=[],i=e=0;e<=3;i=++e)n[i]=L(l[i],t[i]);return n}})((function(a,b){return a}))),w.multiply=N(O(sL)),w.screen=N(O(SL)),w.overlay=N(O(cL)),w.darken=N(O(I)),w.lighten=N(O(tL)),w.dodge=N(O(P)),w.burn=N(O(S)),A.blend=w,A.analyze=function(data){var L,l,t,e;for(t={min:Number.MAX_VALUE,max:-1*Number.MAX_VALUE,sum:0,values:[],count:0},l=0,L=data.length;lt.max&&(t.max=e),t.count+=1);return t.domain=[t.min,t.max],t.limits=function(L,l){return A.limits(t,L,l)},t},A.scale=function(L,l){var t,e,n,r,d,c,o,f,h,v,M,z,m,_,C,y,w,N,k,S,E;return h="rgb",v=A("#ccc"),_=0,!1,d=[0,1],m=[],z=[0,0],t=!1,n=[],M=!1,f=0,o=1,r=!1,e={},C=!0,c=1,S=function(L){var l,col,t,e,r,d;if(null==L&&(L=["#fff","#000"]),null!=L&&"string"===GL(L)&&null!=A.brewer&&(L=A.brewer[L]||A.brewer[L.toLowerCase()]||L),"array"===GL(L)){for(1===L.length&&(L=[L[0],L[0]]),l=t=0,e=(L=L.slice(0)).length-1;0<=e?t<=e:t>=e;l=0<=e?++t:--t)col=L[l],"string"===GL(col)&&(L[l]=A(col));for(m.length=0,l=d=0,r=L.length-1;0<=r?d<=r:d>=r;l=0<=r?++d:--d)m.push(l/(L.length-1))}return k(),n=L},w=function(L){var i,l;if(null!=t){for(l=t.length-1,i=0;i=t[i];)i++;return i-1}return 0},E=function(L){return L},function(L){var i,l,e,n,r;return r=L,t.length>2&&(n=t.length-1,i=w(L),e=t[0]+(t[1]-t[0])*(0+.5*_),l=t[n-1]+(t[n]-t[n-1])*(1-.5*_),r=f+(t[i]+.5*(t[i+1]-t[i])-e)/(l-e)*(o-f)),r},N=function(L,l){var col,i,r,d,p,M,_;if(null==l&&(l=!1),isNaN(L)||null===L)return v;if(_=l?L:t&&t.length>2?w(L)/(t.length-2):o!==f?(L-f)/(o-f):1,l||(_=E(_)),1!==c&&(_=oL(_,c)),_=z[0]+_*(1-z[0]-z[1]),_=Math.min(1,Math.max(0,_)),r=Math.floor(1e4*_),C&&e[r])col=e[r];else{if("array"===GL(n))for(i=d=0,M=m.length-1;0<=M?d<=M:d>=M;i=0<=M?++d:--d){if(_<=(p=m[i])){col=n[i];break}if(_>=p&&i===m.length-1){col=n[i];break}if(_>p&&_=h;l=0<=h?++v:--v)m.push(l/(e-1));return d=[f,o],y},y.mode=function(L){return arguments.length?(h=L,k(),y):h},y.range=function(L,l){return S(L),y},y.out=function(L){return M=L,y},y.spread=function(L){return arguments.length?(_=L,y):_},y.correctLightness=function(L){return null==L&&(L=!0),r=L,k(),E=r?function(L){var l,t,e,n,r,d,c,o,f;for(l=N(0,!0).lab()[0],t=N(1,!0).lab()[0],c=l>t,e=N(L,!0).lab()[0],n=e-(r=l+(t-l)*L),o=0,f=1,d=20;Math.abs(n)>.01&&d-- >0;)c&&(n*=-1),n<0?(o=L,L+=.5*(f-L)):(f=L,L+=.5*(o-L)),e=N(L,!0).lab()[0],n=e-r;return L}:function(L){return L},y},y.padding=function(p){return null!=p?("number"===GL(p)&&(p=[p,p]),z=p,y):z},y.colors=function(l,e){var dd,r,i,c,o,f,h,v;if(arguments.length<2&&(e="hex"),o=[],0===arguments.length)o=n.slice(0);else if(1===l)o=[y(.5)];else if(l>1)r=d[0],dd=d[1]-r,o=function(){f=[];for(var L=0;0<=l?Ll;0<=l?L++:L--)f.push(L);return f}.apply(this).map((function(i){return y(r+i/(l-1)*dd)}));else{if(L=[],h=[],t&&t.length>2)for(i=v=1,c=t.length;1<=c?vc;i=1<=c?++v:--v)h.push(.5*(t[i-1]+t[i]));else h=d;o=h.map((function(L){return y(L)}))}return A[e]&&(o=o.map((function(L){return L[e]()}))),o},y.cache=function(L){return null!=L?(C=L,y):C},y.gamma=function(g){return null!=g?(c=g,y):c},y.nodata=function(L){return null!=L?(v=A(L),y):v},y},null==A.scales&&(A.scales={}),A.scales.cool=function(){return A.scale([A.hsl(180,1,.9),A.hsl(250,.7,.4)])},A.scales.hot=function(){return A.scale(["#000","#f00","#ff0","#fff"],[0,.25,.75,1]).mode("rgb")},A.analyze=function(data,L,filter){var l,t,e,n,r,d;if(r={min:Number.MAX_VALUE,max:-1*Number.MAX_VALUE,sum:0,values:[],count:0},null==filter&&(filter=function(){return!0}),l=function(L){null==L||isNaN(L)||(r.values.push(L),r.sum+=L,Lr.max&&(r.max=L),r.count+=1)},d=function(t,e){if(filter(t,e))return null!=L&&"function"===GL(L)?l(L(t)):null!=L&&"string"===GL(L)||"number"===GL(L)?l(t[L]):l(t)},"array"===GL(data))for(n=0,e=data.length;n=Y;i=1<=Y?++K:--K)G.push(I+i/l*(iL-I));G.push(iL)}else if("l"===L.substr(0,1)){if(I<=0)throw"Logarithmic scales are only possible for values > 0";for(P=Math.LOG10E*eL(I),B=Math.LOG10E*eL(iL),G.push(I),i=hL=1,V=l-1;1<=V?hL<=V:hL>=V;i=1<=V?++hL:--hL)G.push(oL(10,P+i/l*(B-P)));G.push(iL)}else if("q"===L.substr(0,1)){for(G.push(I),i=t=1,W=l-1;1<=W?t<=W:t>=W;i=1<=W?++t:--t)p=(uL.length-1)*i/l,(U=R(p))===p?G.push(uL[U]):(D=p-U,G.push(uL[U]*(1-D)+uL[U+1]*D));G.push(iL)}else if("k"===L.substr(0,1)){for(T=uL.length,C=new Array(T),k=new Array(l),sL=!0,j=0,w=null,(w=[]).push(I),i=e=1,Q=l-1;1<=Q?e<=Q:e>=Q;i=1<=Q?++e:--e)w.push(I+i/l*(iL-I));for(w.push(iL);sL;){for(E=n=0,LL=l-1;0<=LL?n<=LL:n>=LL;E=0<=LL?++n:--n)k[E]=0;for(i=r=0,lL=T-1;0<=lL?r<=lL:r>=lL;i=0<=lL?++r:--r){for(fL=uL[i],O=Number.MAX_VALUE,E=d=0,tL=l-1;0<=tL?d<=tL:d>=tL;E=0<=tL?++d:--d)(S=_(w[E]-fL))=aL;E=0<=aL?++c:--c)F[E]=null;for(i=o=0,nL=T-1;0<=nL?o<=nL:o>=nL;i=0<=nL?++o:--o)null===F[N=C[i]]?F[N]=uL[i]:F[N]+=uL[i];for(E=f=0,rL=l-1;0<=rL?f<=rL:f>=rL;E=0<=rL?++f:--f)F[E]*=1/k[E];for(sL=!1,E=h=0,Z=l-1;0<=Z?h<=Z:h>=Z;E=0<=Z?++h:--h)if(F[E]!==w[i]){sL=!0;break}w=F,++j>200&&(sL=!1)}for(x={},E=v=0,$=l-1;0<=$?v<=$:v>=$;E=0<=$?++v:--v)x[E]=[];for(i=M=0,H=T-1;0<=H?M<=H:M>=H;i=0<=H?++M:--M)x[N=C[i]].push(uL[i]);for(dL=[],E=z=0,J=l-1;0<=J?z<=J:z>=J;E=0<=J?++z:--z)dL.push(x[E][0]),dL.push(x[E][x[E].length-1]);for(dL=dL.sort((function(a,b){return a-b})),G.push(dL[0]),i=m=1,X=dL.length-1;m<=X;i=m+=2)cL=dL[i],isNaN(cL)||-1!==G.indexOf(cL)||G.push(cL)}return G},F=function(L,s,i){var l,b,g,t;return L=(l=BL(arguments))[0],s=l[1],i=l[2],isNaN(L)&&(L=0),(L/=360)<1/3?g=1-((b=(1-s)/3)+(t=(1+s*G(f*L)/G(c-f*L))/3)):L<2/3?b=1-((t=(1-s)/3)+(g=(1+s*G(f*(L-=1/3))/G(c-f*L))/3)):t=1-((g=(1-s)/3)+(b=(1+s*G(f*(L-=2/3))/G(c-f*L))/3)),[255*(t=aL(i*t*3)),255*(g=aL(i*g*3)),255*(b=aL(i*b*3)),l.length>3?l[3]:1]},bL=function(){var b,g,L,i,l,t,s;return l=(t=BL(arguments))[0],g=t[1],b=t[2],f=2*Math.PI,l/=255,g/=255,b/=255,0===(s=1-Math.min(l,g,b)/(i=(l+g+b)/3))?L=0:(L=(l-g+(l-b))/2,L/=Math.sqrt((l-g)*(l-g)+(l-b)*(g-b)),L=Math.acos(L),b>g&&(L=f-L),L/=f),[360*L,s,i]},A.hsi=function(){return function(L,l,t){t.prototype=L.prototype;var e=new t,n=L.apply(e,l);return Object(n)===n?n:e}(e,RL.call(arguments).concat(["hsi"]),(function(){}))},z.hsi=F,e.prototype.hsi=function(){return bL(this._rgb)},V=function(L,l,t,e){var n,r,d,c,o,f,h,v,M,z;return"hsl"===e?(M=L.hsl(),z=l.hsl()):"hsv"===e?(M=L.hsv(),z=l.hsv()):"hcg"===e?(M=L.hcg(),z=l.hcg()):"hsi"===e?(M=L.hsi(),z=l.hsi()):"lch"!==e&&"hcl"!==e||(e="hcl",M=L.hcl(),z=l.hcl()),"h"===e.substr(0,1)&&(r=M[0],h=M[1],c=M[2],d=z[0],v=z[1],o=z[2]),isNaN(r)||isNaN(d)?isNaN(r)?isNaN(d)?n=Number.NaN:(n=d,1!==c&&0!==c||"hsv"===e||(f=v)):(n=r,1!==o&&0!==o||"hsv"===e||(f=h)):n=r+t*(d>r&&d-r>180?d-(r+360):d180?d+360-r:d-r),null==f&&(f=h+t*(v-h)),A[e](n,f,c+t*(o-c))},H=function(L,l,t,e){var n,r;return n=L.num(),r=l.num(),A.num(n+(r-n)*t,"num")},(m=m.concat(function(){var L,l,t,e;for(e=[],l=0,L=(t=["hsv","hsl","hsi","hcl","lch","hcg"]).length;l0?"en "+o:"hace "+o:o},d=n(168),l={date:Object(d.a)({formats:{full:"EEEE, d 'de' MMMM 'de' y",long:"d 'de' MMMM 'de' y",medium:"d MMM y",short:"dd/MM/y"},defaultWidth:"full"}),time:Object(d.a)({formats:{full:"HH:mm:ss zzzz",long:"HH:mm:ss z",medium:"HH:mm:ss",short:"HH:mm"},defaultWidth:"full"}),dateTime:Object(d.a)({formats:{full:"{{date}} 'a las' {{time}}",long:"{{date}} 'a las' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},defaultWidth:"full"})},m={lastWeek:"'el' eeee 'pasado a la' p",yesterday:"'ayer a la' p",today:"'hoy a la' p",tomorrow:"'mañana a la' p",nextWeek:"eeee 'a la' p",other:"P"},c={lastWeek:"'el' eeee 'pasado a las' p",yesterday:"'ayer a las' p",today:"'hoy a las' p",tomorrow:"'mañana a las' p",nextWeek:"eeee 'a las' p",other:"P"},h=function(e,t,n,r){return 1!==t.getUTCHours()?c[e]:m[e]},v=n(117),f={ordinalNumber:function(e,t){return Number(e)+"º"},era:Object(v.a)({values:{narrow:["AC","DC"],abbreviated:["AC","DC"],wide:["antes de cristo","después de cristo"]},defaultWidth:"wide"}),quarter:Object(v.a)({values:{narrow:["1","2","3","4"],abbreviated:["T1","T2","T3","T4"],wide:["1º trimestre","2º trimestre","3º trimestre","4º trimestre"]},defaultWidth:"wide",argumentCallback:function(e){return Number(e)-1}}),month:Object(v.a)({values:{narrow:["e","f","m","a","m","j","j","a","s","o","n","d"],abbreviated:["ene","feb","mar","abr","may","jun","jul","ago","sep","oct","nov","dic"],wide:["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"]},defaultWidth:"wide"}),day:Object(v.a)({values:{narrow:["d","l","m","m","j","v","s"],short:["do","lu","ma","mi","ju","vi","sá"],abbreviated:["dom","lun","mar","mié","jue","vie","sáb"],wide:["domingo","lunes","martes","miércoles","jueves","viernes","sábado"]},defaultWidth:"wide"}),dayPeriod:Object(v.a)({values:{narrow:{am:"a",pm:"p",midnight:"mn",noon:"md",morning:"mañana",afternoon:"tarde",evening:"tarde",night:"noche"},abbreviated:{am:"AM",pm:"PM",midnight:"medianoche",noon:"mediodia",morning:"mañana",afternoon:"tarde",evening:"tarde",night:"noche"},wide:{am:"a.m.",pm:"p.m.",midnight:"medianoche",noon:"mediodia",morning:"mañana",afternoon:"tarde",evening:"tarde",night:"noche"}},defaultWidth:"wide",formattingValues:{narrow:{am:"a",pm:"p",midnight:"mn",noon:"md",morning:"de la mañana",afternoon:"de la tarde",evening:"de la tarde",night:"de la noche"},abbreviated:{am:"AM",pm:"PM",midnight:"medianoche",noon:"mediodia",morning:"de la mañana",afternoon:"de la tarde",evening:"de la tarde",night:"de la noche"},wide:{am:"a.m.",pm:"p.m.",midnight:"medianoche",noon:"mediodia",morning:"de la mañana",afternoon:"de la tarde",evening:"de la tarde",night:"de la noche"}},defaultFormattingWidth:"wide"})},w=n(225),y=n(118),W={code:"es",formatDistance:o,formatLong:l,formatRelative:h,localize:f,match:{ordinalNumber:Object(w.a)({matchPattern:/^(\d+)(º)?/i,parsePattern:/\d+/i,valueCallback:function(e){return parseInt(e,10)}}),era:Object(y.a)({matchPatterns:{narrow:/^(ac|dc|a|d)/i,abbreviated:/^(a\.?\s?c\.?|a\.?\s?e\.?\s?c\.?|d\.?\s?c\.?|e\.?\s?c\.?)/i,wide:/^(antes de cristo|antes de la era com[uú]n|despu[eé]s de cristo|era com[uú]n)/i},defaultMatchWidth:"wide",parsePatterns:{any:[/^ac/i,/^dc/i],wide:[/^(antes de cristo|antes de la era com[uú]n)/i,/^(despu[eé]s de cristo|era com[uú]n)/i]},defaultParseWidth:"any"}),quarter:Object(y.a)({matchPatterns:{narrow:/^[1234]/i,abbreviated:/^T[1234]/i,wide:/^[1234](º)? trimestre/i},defaultMatchWidth:"wide",parsePatterns:{any:[/1/i,/2/i,/3/i,/4/i]},defaultParseWidth:"any",valueCallback:function(e){return e+1}}),month:Object(y.a)({matchPatterns:{narrow:/^[efmajsond]/i,abbreviated:/^(ene|feb|mar|abr|may|jun|jul|ago|sep|oct|nov|dic)/i,wide:/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i},defaultMatchWidth:"wide",parsePatterns:{narrow:[/^e/i,/^f/i,/^m/i,/^a/i,/^m/i,/^j/i,/^j/i,/^a/i,/^s/i,/^o/i,/^n/i,/^d/i],any:[/^en/i,/^feb/i,/^mar/i,/^abr/i,/^may/i,/^jun/i,/^jul/i,/^ago/i,/^sep/i,/^oct/i,/^nov/i,/^dic/i]},defaultParseWidth:"any"}),day:Object(y.a)({matchPatterns:{narrow:/^[dlmjvs]/i,short:/^(do|lu|ma|mi|ju|vi|s[áa])/i,abbreviated:/^(dom|lun|mar|mi[ée]|jue|vie|s[áa]b)/i,wide:/^(domingo|lunes|martes|mi[ée]rcoles|jueves|viernes|s[áa]bado)/i},defaultMatchWidth:"wide",parsePatterns:{narrow:[/^d/i,/^l/i,/^m/i,/^m/i,/^j/i,/^v/i,/^s/i],any:[/^do/i,/^lu/i,/^ma/i,/^mi/i,/^ju/i,/^vi/i,/^sa/i]},defaultParseWidth:"any"}),dayPeriod:Object(y.a)({matchPatterns:{narrow:/^(a|p|mn|md|(de la|a las) (mañana|tarde|noche))/i,any:/^([ap]\.?\s?m\.?|medianoche|mediodia|(de la|a las) (mañana|tarde|noche))/i},defaultMatchWidth:"any",parsePatterns:{any:{am:/^a/i,pm:/^p/i,midnight:/^mn/i,noon:/^md/i,morning:/mañana/i,afternoon:/tarde/i,evening:/tarde/i,night:/noche/i}},defaultParseWidth:"any"})},options:{weekStartsOn:1,firstWeekContainsDate:1}};t.a=W},477:function(e,t,n){"use strict";function r(e,t){if(void 0!==e.one&&1===t)return e.one;var n=t%10,r=t%100;return 1===n&&11!==r?e.singularNominative.replace("{{count}}",String(t)):n>=2&&n<=4&&(r<10||r>20)?e.singularGenitive.replace("{{count}}",String(t)):e.pluralGenitive.replace("{{count}}",String(t))}function o(e){return function(t,n){return null!=n&&n.addSuffix?n.comparison&&n.comparison>0?e.future?r(e.future,t):"через "+r(e.regular,t):e.past?r(e.past,t):r(e.regular,t)+" назад":r(e.regular,t)}}var d={lessThanXSeconds:o({regular:{one:"меньше секунды",singularNominative:"меньше {{count}} секунды",singularGenitive:"меньше {{count}} секунд",pluralGenitive:"меньше {{count}} секунд"},future:{one:"меньше, чем через секунду",singularNominative:"меньше, чем через {{count}} секунду",singularGenitive:"меньше, чем через {{count}} секунды",pluralGenitive:"меньше, чем через {{count}} секунд"}}),xSeconds:o({regular:{singularNominative:"{{count}} секунда",singularGenitive:"{{count}} секунды",pluralGenitive:"{{count}} секунд"},past:{singularNominative:"{{count}} секунду назад",singularGenitive:"{{count}} секунды назад",pluralGenitive:"{{count}} секунд назад"},future:{singularNominative:"через {{count}} секунду",singularGenitive:"через {{count}} секунды",pluralGenitive:"через {{count}} секунд"}}),halfAMinute:function(e,t){return null!=t&&t.addSuffix?t.comparison&&t.comparison>0?"через полминуты":"полминуты назад":"полминуты"},lessThanXMinutes:o({regular:{one:"меньше минуты",singularNominative:"меньше {{count}} минуты",singularGenitive:"меньше {{count}} минут",pluralGenitive:"меньше {{count}} минут"},future:{one:"меньше, чем через минуту",singularNominative:"меньше, чем через {{count}} минуту",singularGenitive:"меньше, чем через {{count}} минуты",pluralGenitive:"меньше, чем через {{count}} минут"}}),xMinutes:o({regular:{singularNominative:"{{count}} минута",singularGenitive:"{{count}} минуты",pluralGenitive:"{{count}} минут"},past:{singularNominative:"{{count}} минуту назад",singularGenitive:"{{count}} минуты назад",pluralGenitive:"{{count}} минут назад"},future:{singularNominative:"через {{count}} минуту",singularGenitive:"через {{count}} минуты",pluralGenitive:"через {{count}} минут"}}),aboutXHours:o({regular:{singularNominative:"около {{count}} часа",singularGenitive:"около {{count}} часов",pluralGenitive:"около {{count}} часов"},future:{singularNominative:"приблизительно через {{count}} час",singularGenitive:"приблизительно через {{count}} часа",pluralGenitive:"приблизительно через {{count}} часов"}}),xHours:o({regular:{singularNominative:"{{count}} час",singularGenitive:"{{count}} часа",pluralGenitive:"{{count}} часов"}}),xDays:o({regular:{singularNominative:"{{count}} день",singularGenitive:"{{count}} дня",pluralGenitive:"{{count}} дней"}}),aboutXWeeks:o({regular:{singularNominative:"около {{count}} недели",singularGenitive:"около {{count}} недель",pluralGenitive:"около {{count}} недель"},future:{singularNominative:"приблизительно через {{count}} неделю",singularGenitive:"приблизительно через {{count}} недели",pluralGenitive:"приблизительно через {{count}} недель"}}),xWeeks:o({regular:{singularNominative:"{{count}} неделя",singularGenitive:"{{count}} недели",pluralGenitive:"{{count}} недель"}}),aboutXMonths:o({regular:{singularNominative:"около {{count}} месяца",singularGenitive:"около {{count}} месяцев",pluralGenitive:"около {{count}} месяцев"},future:{singularNominative:"приблизительно через {{count}} месяц",singularGenitive:"приблизительно через {{count}} месяца",pluralGenitive:"приблизительно через {{count}} месяцев"}}),xMonths:o({regular:{singularNominative:"{{count}} месяц",singularGenitive:"{{count}} месяца",pluralGenitive:"{{count}} месяцев"}}),aboutXYears:o({regular:{singularNominative:"около {{count}} года",singularGenitive:"около {{count}} лет",pluralGenitive:"около {{count}} лет"},future:{singularNominative:"приблизительно через {{count}} год",singularGenitive:"приблизительно через {{count}} года",pluralGenitive:"приблизительно через {{count}} лет"}}),xYears:o({regular:{singularNominative:"{{count}} год",singularGenitive:"{{count}} года",pluralGenitive:"{{count}} лет"}}),overXYears:o({regular:{singularNominative:"больше {{count}} года",singularGenitive:"больше {{count}} лет",pluralGenitive:"больше {{count}} лет"},future:{singularNominative:"больше, чем через {{count}} год",singularGenitive:"больше, чем через {{count}} года",pluralGenitive:"больше, чем через {{count}} лет"}}),almostXYears:o({regular:{singularNominative:"почти {{count}} год",singularGenitive:"почти {{count}} года",pluralGenitive:"почти {{count}} лет"},future:{singularNominative:"почти через {{count}} год",singularGenitive:"почти через {{count}} года",pluralGenitive:"почти через {{count}} лет"}})},l=function(e,t,n){return d[e](t,n)},m=n(168),c={date:Object(m.a)({formats:{full:"EEEE, d MMMM y 'г.'",long:"d MMMM y 'г.'",medium:"d MMM y 'г.'",short:"dd.MM.y"},defaultWidth:"full"}),time:Object(m.a)({formats:{full:"H:mm:ss zzzz",long:"H:mm:ss z",medium:"H:mm:ss",short:"H:mm"},defaultWidth:"full"}),dateTime:Object(m.a)({formats:{any:"{{date}}, {{time}}"},defaultWidth:"any"})},h=n(458),v=["воскресенье","понедельник","вторник","среду","четверг","пятницу","субботу"];function f(e){var t=v[e];return 2===e?"'во "+t+" в' p":"'в "+t+" в' p"}var w={lastWeek:function(e,t,n){var r=e.getUTCDay();return Object(h.a)(e,t,n)?f(r):function(e){var t=v[e];switch(e){case 0:return"'в прошлое "+t+" в' p";case 1:case 2:case 4:return"'в прошлый "+t+" в' p";case 3:case 5:case 6:return"'в прошлую "+t+" в' p"}}(r)},yesterday:"'вчера в' p",today:"'сегодня в' p",tomorrow:"'завтра в' p",nextWeek:function(e,t,n){var r=e.getUTCDay();return Object(h.a)(e,t,n)?f(r):function(e){var t=v[e];switch(e){case 0:return"'в следующее "+t+" в' p";case 1:case 2:case 4:return"'в следующий "+t+" в' p";case 3:case 5:case 6:return"'в следующую "+t+" в' p"}}(r)},other:"P"},y=function(e,t,n,r){var o=w[e];return"function"==typeof o?o(t,n,r):o},W=n(117),j={ordinalNumber:function(e,t){var n=Number(e),r=null==t?void 0:t.unit;return n+("date"===r?"-е":"week"===r||"minute"===r||"second"===r?"-я":"-й")},era:Object(W.a)({values:{narrow:["до н.э.","н.э."],abbreviated:["до н. э.","н. э."],wide:["до нашей эры","нашей эры"]},defaultWidth:"wide"}),quarter:Object(W.a)({values:{narrow:["1","2","3","4"],abbreviated:["1-й кв.","2-й кв.","3-й кв.","4-й кв."],wide:["1-й квартал","2-й квартал","3-й квартал","4-й квартал"]},defaultWidth:"wide",argumentCallback:function(e){return e-1}}),month:Object(W.a)({values:{narrow:["Я","Ф","М","А","М","И","И","А","С","О","Н","Д"],abbreviated:["янв.","фев.","март","апр.","май","июнь","июль","авг.","сент.","окт.","нояб.","дек."],wide:["январь","февраль","март","апрель","май","июнь","июль","август","сентябрь","октябрь","ноябрь","декабрь"]},defaultWidth:"wide",formattingValues:{narrow:["Я","Ф","М","А","М","И","И","А","С","О","Н","Д"],abbreviated:["янв.","фев.","мар.","апр.","мая","июн.","июл.","авг.","сент.","окт.","нояб.","дек."],wide:["января","февраля","марта","апреля","мая","июня","июля","августа","сентября","октября","ноября","декабря"]},defaultFormattingWidth:"wide"}),day:Object(W.a)({values:{narrow:["В","П","В","С","Ч","П","С"],short:["вс","пн","вт","ср","чт","пт","сб"],abbreviated:["вск","пнд","втр","срд","чтв","птн","суб"],wide:["воскресенье","понедельник","вторник","среда","четверг","пятница","суббота"]},defaultWidth:"wide"}),dayPeriod:Object(W.a)({values:{narrow:{am:"ДП",pm:"ПП",midnight:"полн.",noon:"полд.",morning:"утро",afternoon:"день",evening:"веч.",night:"ночь"},abbreviated:{am:"ДП",pm:"ПП",midnight:"полн.",noon:"полд.",morning:"утро",afternoon:"день",evening:"веч.",night:"ночь"},wide:{am:"ДП",pm:"ПП",midnight:"полночь",noon:"полдень",morning:"утро",afternoon:"день",evening:"вечер",night:"ночь"}},defaultWidth:"any",formattingValues:{narrow:{am:"ДП",pm:"ПП",midnight:"полн.",noon:"полд.",morning:"утра",afternoon:"дня",evening:"веч.",night:"ночи"},abbreviated:{am:"ДП",pm:"ПП",midnight:"полн.",noon:"полд.",morning:"утра",afternoon:"дня",evening:"веч.",night:"ночи"},wide:{am:"ДП",pm:"ПП",midnight:"полночь",noon:"полдень",morning:"утра",afternoon:"дня",evening:"вечера",night:"ночи"}},defaultFormattingWidth:"wide"})},M=n(118),P=n(225),G={code:"ru",formatDistance:l,formatLong:c,formatRelative:y,localize:j,match:{ordinalNumber:Object(P.a)({matchPattern:/^(\d+)(-?(е|я|й|ое|ье|ая|ья|ый|ой|ий|ый))?/i,parsePattern:/\d+/i,valueCallback:function(e){return parseInt(e,10)}}),era:Object(M.a)({matchPatterns:{narrow:/^((до )?н\.?\s?э\.?)/i,abbreviated:/^((до )?н\.?\s?э\.?)/i,wide:/^(до нашей эры|нашей эры|наша эра)/i},defaultMatchWidth:"wide",parsePatterns:{any:[/^д/i,/^н/i]},defaultParseWidth:"any"}),quarter:Object(M.a)({matchPatterns:{narrow:/^[1234]/i,abbreviated:/^[1234](-?[ыои]?й?)? кв.?/i,wide:/^[1234](-?[ыои]?й?)? квартал/i},defaultMatchWidth:"wide",parsePatterns:{any:[/1/i,/2/i,/3/i,/4/i]},defaultParseWidth:"any",valueCallback:function(e){return e+1}}),month:Object(M.a)({matchPatterns:{narrow:/^[яфмаисонд]/i,abbreviated:/^(янв|фев|март?|апр|ма[йя]|июн[ья]?|июл[ья]?|авг|сент?|окт|нояб?|дек)\.?/i,wide:/^(январ[ья]|феврал[ья]|марта?|апрел[ья]|ма[йя]|июн[ья]|июл[ья]|августа?|сентябр[ья]|октябр[ья]|октябр[ья]|ноябр[ья]|декабр[ья])/i},defaultMatchWidth:"wide",parsePatterns:{narrow:[/^я/i,/^ф/i,/^м/i,/^а/i,/^м/i,/^и/i,/^и/i,/^а/i,/^с/i,/^о/i,/^н/i,/^я/i],any:[/^я/i,/^ф/i,/^мар/i,/^ап/i,/^ма[йя]/i,/^июн/i,/^июл/i,/^ав/i,/^с/i,/^о/i,/^н/i,/^д/i]},defaultParseWidth:"any"}),day:Object(M.a)({matchPatterns:{narrow:/^[впсч]/i,short:/^(вс|во|пн|по|вт|ср|чт|че|пт|пя|сб|су)\.?/i,abbreviated:/^(вск|вос|пнд|пон|втр|вто|срд|сре|чтв|чет|птн|пят|суб).?/i,wide:/^(воскресень[ея]|понедельника?|вторника?|сред[аы]|четверга?|пятниц[аы]|суббот[аы])/i},defaultMatchWidth:"wide",parsePatterns:{narrow:[/^в/i,/^п/i,/^в/i,/^с/i,/^ч/i,/^п/i,/^с/i],any:[/^в[ос]/i,/^п[он]/i,/^в/i,/^ср/i,/^ч/i,/^п[ят]/i,/^с[уб]/i]},defaultParseWidth:"any"}),dayPeriod:Object(M.a)({matchPatterns:{narrow:/^([дп]п|полн\.?|полд\.?|утр[оа]|день|дня|веч\.?|ноч[ьи])/i,abbreviated:/^([дп]п|полн\.?|полд\.?|утр[оа]|день|дня|веч\.?|ноч[ьи])/i,wide:/^([дп]п|полночь|полдень|утр[оа]|день|дня|вечера?|ноч[ьи])/i},defaultMatchWidth:"wide",parsePatterns:{any:{am:/^дп/i,pm:/^пп/i,midnight:/^полн/i,noon:/^полд/i,morning:/^у/i,afternoon:/^д[ен]/i,evening:/^в/i,night:/^н/i}},defaultParseWidth:"any"})},options:{weekStartsOn:1,firstWeekContainsDate:1}};t.a=G},478:function(e,t,n){"use strict";var r={lessThanXSeconds:{one:"不到 1 秒",other:"不到 {{count}} 秒"},xSeconds:{one:"1 秒",other:"{{count}} 秒"},halfAMinute:"半分钟",lessThanXMinutes:{one:"不到 1 分钟",other:"不到 {{count}} 分钟"},xMinutes:{one:"1 分钟",other:"{{count}} 分钟"},xHours:{one:"1 小时",other:"{{count}} 小时"},aboutXHours:{one:"大约 1 小时",other:"大约 {{count}} 小时"},xDays:{one:"1 天",other:"{{count}} 天"},aboutXWeeks:{one:"大约 1 个星期",other:"大约 {{count}} 个星期"},xWeeks:{one:"1 个星期",other:"{{count}} 个星期"},aboutXMonths:{one:"大约 1 个月",other:"大约 {{count}} 个月"},xMonths:{one:"1 个月",other:"{{count}} 个月"},aboutXYears:{one:"大约 1 年",other:"大约 {{count}} 年"},xYears:{one:"1 年",other:"{{count}} 年"},overXYears:{one:"超过 1 年",other:"超过 {{count}} 年"},almostXYears:{one:"将近 1 年",other:"将近 {{count}} 年"}},o=function(e,t,n){var o,d=r[e];return o="string"==typeof d?d:1===t?d.one:d.other.replace("{{count}}",String(t)),null!=n&&n.addSuffix?n.comparison&&n.comparison>0?o+"内":o+"前":o},d=n(168),l={date:Object(d.a)({formats:{full:"y'年'M'月'd'日' EEEE",long:"y'年'M'月'd'日'",medium:"yyyy-MM-dd",short:"yy-MM-dd"},defaultWidth:"full"}),time:Object(d.a)({formats:{full:"zzzz a h:mm:ss",long:"z a h:mm:ss",medium:"a h:mm:ss",short:"a h:mm"},defaultWidth:"full"}),dateTime:Object(d.a)({formats:{full:"{{date}} {{time}}",long:"{{date}} {{time}}",medium:"{{date}} {{time}}",short:"{{date}} {{time}}"},defaultWidth:"full"})},m=n(458);function c(e,t,n){var r="eeee p";return Object(m.a)(e,t,n)?r:e.getTime()>t.getTime()?"'下个'"+r:"'上个'"+r}var h={lastWeek:c,yesterday:"'昨天' p",today:"'今天' p",tomorrow:"'明天' p",nextWeek:c,other:"PP p"},v=function(e,t,n,r){var o=h[e];return"function"==typeof o?o(t,n,r):o},f=n(117),w={ordinalNumber:function(e,t){var n=Number(e);switch(null==t?void 0:t.unit){case"date":return n.toString()+"日";case"hour":return n.toString()+"时";case"minute":return n.toString()+"分";case"second":return n.toString()+"秒";default:return"第 "+n.toString()}},era:Object(f.a)({values:{narrow:["前","公元"],abbreviated:["前","公元"],wide:["公元前","公元"]},defaultWidth:"wide"}),quarter:Object(f.a)({values:{narrow:["1","2","3","4"],abbreviated:["第一季","第二季","第三季","第四季"],wide:["第一季度","第二季度","第三季度","第四季度"]},defaultWidth:"wide",argumentCallback:function(e){return e-1}}),month:Object(f.a)({values:{narrow:["一","二","三","四","五","六","七","八","九","十","十一","十二"],abbreviated:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],wide:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"]},defaultWidth:"wide"}),day:Object(f.a)({values:{narrow:["日","一","二","三","四","五","六"],short:["日","一","二","三","四","五","六"],abbreviated:["周日","周一","周二","周三","周四","周五","周六"],wide:["星期日","星期一","星期二","星期三","星期四","星期五","星期六"]},defaultWidth:"wide"}),dayPeriod:Object(f.a)({values:{narrow:{am:"上",pm:"下",midnight:"凌晨",noon:"午",morning:"早",afternoon:"下午",evening:"晚",night:"夜"},abbreviated:{am:"上午",pm:"下午",midnight:"凌晨",noon:"中午",morning:"早晨",afternoon:"中午",evening:"晚上",night:"夜间"},wide:{am:"上午",pm:"下午",midnight:"凌晨",noon:"中午",morning:"早晨",afternoon:"中午",evening:"晚上",night:"夜间"}},defaultWidth:"wide",formattingValues:{narrow:{am:"上",pm:"下",midnight:"凌晨",noon:"午",morning:"早",afternoon:"下午",evening:"晚",night:"夜"},abbreviated:{am:"上午",pm:"下午",midnight:"凌晨",noon:"中午",morning:"早晨",afternoon:"中午",evening:"晚上",night:"夜间"},wide:{am:"上午",pm:"下午",midnight:"凌晨",noon:"中午",morning:"早晨",afternoon:"中午",evening:"晚上",night:"夜间"}},defaultFormattingWidth:"wide"})},y=n(118),W=n(225),j={code:"zh-CN",formatDistance:o,formatLong:l,formatRelative:v,localize:w,match:{ordinalNumber:Object(W.a)({matchPattern:/^(第\s*)?\d+(日|时|分|秒)?/i,parsePattern:/\d+/i,valueCallback:function(e){return parseInt(e,10)}}),era:Object(y.a)({matchPatterns:{narrow:/^(前)/i,abbreviated:/^(前)/i,wide:/^(公元前|公元)/i},defaultMatchWidth:"wide",parsePatterns:{any:[/^(前)/i,/^(公元)/i]},defaultParseWidth:"any"}),quarter:Object(y.a)({matchPatterns:{narrow:/^[1234]/i,abbreviated:/^第[一二三四]刻/i,wide:/^第[一二三四]刻钟/i},defaultMatchWidth:"wide",parsePatterns:{any:[/(1|一)/i,/(2|二)/i,/(3|三)/i,/(4|四)/i]},defaultParseWidth:"any",valueCallback:function(e){return e+1}}),month:Object(y.a)({matchPatterns:{narrow:/^(一|二|三|四|五|六|七|八|九|十[二一])/i,abbreviated:/^(一|二|三|四|五|六|七|八|九|十[二一]|\d|1[12])月/i,wide:/^(一|二|三|四|五|六|七|八|九|十[二一])月/i},defaultMatchWidth:"wide",parsePatterns:{narrow:[/^一/i,/^二/i,/^三/i,/^四/i,/^五/i,/^六/i,/^七/i,/^八/i,/^九/i,/^十(?!(一|二))/i,/^十一/i,/^十二/i],any:[/^一|1/i,/^二|2/i,/^三|3/i,/^四|4/i,/^五|5/i,/^六|6/i,/^七|7/i,/^八|8/i,/^九|9/i,/^十(?!(一|二))|10/i,/^十一|11/i,/^十二|12/i]},defaultParseWidth:"any"}),day:Object(y.a)({matchPatterns:{narrow:/^[一二三四五六日]/i,short:/^[一二三四五六日]/i,abbreviated:/^周[一二三四五六日]/i,wide:/^星期[一二三四五六日]/i},defaultMatchWidth:"wide",parsePatterns:{any:[/日/i,/一/i,/二/i,/三/i,/四/i,/五/i,/六/i]},defaultParseWidth:"any"}),dayPeriod:Object(y.a)({matchPatterns:{any:/^(上午?|下午?|午夜|[中正]午|早上?|下午|晚上?|凌晨|)/i},defaultMatchWidth:"any",parsePatterns:{any:{am:/^上午?/i,pm:/^下午?/i,midnight:/^午夜/i,noon:/^[中正]午/i,morning:/^早上/i,afternoon:/^下午/i,evening:/^晚上?/i,night:/^凌晨/i}},defaultParseWidth:"any"})},options:{weekStartsOn:1,firstWeekContainsDate:4}};t.a=j}}]); \ No newline at end of file diff --git a/_nuxt/508b97e.js b/_nuxt/508b97e.js new file mode 100644 index 0000000..2683544 --- /dev/null +++ b/_nuxt/508b97e.js @@ -0,0 +1 @@ +(window.webpackJsonp=window.webpackJsonp||[]).push([[8,16],{447:function(t,e,r){"use strict";r.r(e);var n=r(15),o=(r(224),r(64),r(3));r(309),r(448),r(36),r(22),r(28),r(40),r(53),r(45),r(54);function l(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,n)}return r}function c(t){for(var e=1;e0?[e("tr",[e("th",{staticClass:"text-left"}),t._v(" "),t._l(t.inlineColNames,(function(r){return e("th",{key:r,staticClass:"text-right"},[t._v("\n "+t._s(r)+"\n ")])}))],2)]:t._e()],2),t._v(" "),e("tbody",t._l(t.table,(function(r,o){return e("tr",{key:o},[t.to?[e("td",{staticClass:"text-left"},[e("nuxt-link",{attrs:{to:"/"+t.to+"/"+o}},[t._v("\n "+t._s(o)+"\n ")])],1)]:[e("td",{staticClass:"text-left"},[t._v("\n "+t._s("-"===o?t.noLabelText:o)+"\n ")])],t._v(" "),"object"===Object(n.a)(r)?t._l(Object.values(r),(function(n){return e("td",{key:"".concat(o,"/").concat(n),staticClass:"text-right"},[t._v("\n "+t._s(n)+" ("+t._s(t.percent(n,t.rowTotal(Object.values(r))))+"%)\n ")])})):[e("td",{staticClass:"text-right"},[t._v("\n "+t._s(r)+" ("+t._s(t.percent(r,t.total))+"%)\n ")])]],2)})),0)]},proxy:!0}])})],1),t._v(" "),t.isMobile?t._e():e("apexchart",{staticClass:"my-3",attrs:{width:"256",type:"pie",options:t.getChartOptions(),series:t.series}})],1)])}),[],!1,null,null,null);e.default=component.exports},448:function(t,e,r){"use strict";var n=r(12),o=r(18),l=r(102),c=r(311),f=r(310),d=r(16),h=RangeError,v=String,y=Math.floor,_=o(f),O=o("".slice),m=o(1..toFixed),j=function(t,e,r){return 0===e?r:e%2==1?j(t,e-1,r*t):j(t*t,e/2,r)},C=function(data,t,e){for(var r=-1,n=e;++r<6;)n+=t*data[r],data[r]=n%1e7,n=y(n/1e7)},w=function(data,t){for(var e=6,r=0;--e>=0;)r+=data[e],data[e]=y(r/t),r=r%t*1e7},x=function(data){for(var t=6,s="";--t>=0;)if(""!==s||0===t||0!==data[t]){var e=v(data[t]);s=""===s?e:s+_("0",7-e.length)+e}return s};n({target:"Number",proto:!0,forced:d((function(){return"0.000"!==m(8e-5,3)||"1"!==m(.9,0)||"1.25"!==m(1.255,2)||"1000000000000000128"!==m(0xde0b6b3a7640080,0)}))||!d((function(){m({})}))},{toFixed:function(t){var e,r,n,o,f=c(this),d=l(t),data=[0,0,0,0,0,0],y="",m="0";if(d<0||d>20)throw new h("Incorrect fraction digits");if(f!=f)return"NaN";if(f<=-1e21||f>=1e21)return v(f);if(f<0&&(y="-",f=-f),f>1e-21)if(r=(e=function(t){for(var e=0,r=t;r>=4096;)e+=12,r/=4096;for(;r>=2;)e+=1,r/=2;return e}(f*j(2,69,1))-69)<0?f*j(2,-e,1):f/j(2,e,1),r*=4503599627370496,(e=52-e)>0){for(C(data,0,r),n=d;n>=7;)C(data,1e7,0),n-=7;for(C(data,j(10,n,1),0),n=e-1;n>=23;)w(data,1<<23),n-=23;w(data,1<0?y+((o=m.length)<=d?"0."+_("0",d-o)+m:O(m,0,o-d)+"."+O(m,o-d)):y+m}})},453:function(t,e,r){"use strict";r.r(e);var n={name:"ForkClientUpgraded",components:{TableChartCard:r(447).default},props:{nodes:{type:Object,required:!0}},computed:{totalNodes:function(){return this.nodes.raw.length}}},o=r(101),component=Object(o.a)(n,(function(){var t=this;return(0,t._self._c)("table-chart-card",{staticClass:"mr-1 mb-1",staticStyle:{"margin-left":"6px"},attrs:{title:t.$t("upcomingForkCard.title"),table:t.nodes.clientsForkAdoption.table,labels:t.nodes.clientsForkAdoption.chart.labels,series:t.nodes.clientsForkAdoption.chart.series,total:t.totalNodes,"no-label-text":t.$t("nodes.none"),colors:["#00E396","#FD6A6A"],icon:"mdi-directions-fork"}})}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{TableChartCard:r(447).default})}}]); \ No newline at end of file diff --git a/_nuxt/5e9b759.js b/_nuxt/5e9b759.js deleted file mode 100644 index a6f98f0..0000000 --- a/_nuxt/5e9b759.js +++ /dev/null @@ -1 +0,0 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[9,8],{317:function(t,e,n){"use strict";n.r(e);var o={props:{title:{type:String,default:function(){return""}},tooltip:{type:String,default:function(){return""}},threeLine:{type:Boolean,default:function(){return!1}}}},r=n(59),component=Object(r.a)(o,(function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("v-list-item",{staticStyle:{"border-bottom":"1px solid #272727"}},[n("v-list-item-action",[n("v-tooltip",{attrs:{right:""},scopedSlots:t._u([{key:"activator",fn:function(e){var o=e.on,r=e.attrs;return[n("v-icon",t._g(t._b({},"v-icon",r,!1),o),[t._v("mdi-information-outline")])]}}])},[t._v(" "),n("span",[t._v("\n "+t._s(t.tooltip)+"\n ")])])],1),t._v(" "),n("v-list-item-content",[n("v-list-item-title",[t._v(t._s(t.title))]),t._v(" "),n("v-list-item-subtitle",[t._t("subtitle")],2),t._v(" "),t.threeLine?n("v-list-item-subtitle",[t._t("subtitle2")],2):t._e()],1),t._v(" "),n("v-list-item-action",[n("v-list-item-action-text",[t._t("action")],2),t._v(" "),n("v-list-item-action-text",[t._t("action2")],2)],1)],1)}),[],!1,null,null,null);e.default=component.exports},319:function(t,e,n){"use strict";n.r(e);n(21),n(48),n(49);var o=n(346),r=n(343),l=n(347),c=n(348),d=n(349),f={name:"NodeTable",components:{ExtendedListItem:n(317).default},props:{nodes:{type:Array,required:!0},title:{type:String,default:function(){return""}},breadcrumbs:{type:Array,default:function(){return[]}}},data:function(){return{search:null,expanded:[],tab:null,nf:new Intl.NumberFormat(this.locale,{}),locales:{en:r.a,es:l.a,ru:c.a,zh:d.a}}},computed:{isMobile:function(){return this.$store.state.mobile},locale:function(){return this.$i18n.locale},chartHeaders:function(){return[{text:this.$t("nodes.nodeId.title"),align:"start",sortable:!1,value:"id"},{text:this.$t("nodes.country"),align:"start",sortable:!0,value:"ip_info.country_name"},{text:this.$t("nodes.client.title"),align:"start",sortable:!0,value:"client.name"},{text:this.$t("nodes.version"),sortable:!0,value:"client.release"},{text:this.$t("nodes.protocolEth"),sortable:!0,align:"center",value:"protocols.eth.version"},{text:this.$t("nodes.protocolSnap"),align:"center",sortable:!0,value:"protocols.snap.version"},{text:this.$t("nodes.forkId.title"),align:"center",sortable:!0,value:"protocols.eth.forkId.tag"},{text:this.$t("nodes.nextFork"),align:"center",sortable:!0,value:"protocols.eth.forkId.nextTag"},{text:this.$t("nodes.uptime"),align:"center",sortable:!0,value:"contact.first.unix"},{text:this.$t("nodes.lastseen"),align:"center",sortable:!0,value:"contact.last.unix"}]}},methods:{formatHash:function(t,e,n){return t.substr(0,e)+"..."+t.substr(t.length-n)},formatRelease:function(t){return t.split("-")[0].replace("v","")},formatIpAddress:function(address){return address.split(":")[0]},formatUptime:function(t){return Object(o.a)(new Date(1e3*t.first.unix),new Date(1e3*t.last.unix),{addSuffix:!1,locale:this.locales[this.locale]})},formatLastSeen:function(t){return Object(o.a)(new Date(1e3*t.last.unix),Date.now(),{addSuffix:!0,locale:this.locales[this.locale]})}}},v=n(59),component=Object(v.a)(f,(function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("v-card",{attrs:{tile:""}},[n("v-card-title",[t.isMobile?t._e():[n("v-icon",{staticClass:"mr-2"},[t._v("mdi-server-network")]),t._v("\n "+t._s(t.title)+"\n ")],t._v(" "),n("v-spacer"),t._v(" "),n("v-text-field",{class:{"pt-0":!0,"w-100":t.isMobile},attrs:{"append-icon":"mdi-magnify",label:t.$t("nodes.search"),"single-line":"","hide-details":""},model:{value:t.search,callback:function(e){t.search=e},expression:"search"}}),t._v(" "),t.isMobile?t._e():n("v-btn",{staticClass:"ml-2",attrs:{icon:""},on:{click:function(e){return t.$store.dispatch("drawers/toggleCharts")}}},[n("v-icon",[t._v("mdi-chart-pie")])],1)],2),t._v(" "),n("v-data-table",{staticClass:"elevation-1",attrs:{search:t.search,headers:t.chartHeaders,items:t.nodes,expanded:t.expanded,"item-key":"id","show-expand":!t.isMobile,"hide-default-footer":!0,"items-per-page":-1,"loading-text":t.$t("nodes.loading"),"no-data-text":t.$t("nodes.noData"),"no-results-text":t.$t("nodes.noResults"),"disable-pagination":t.isMobile},on:{"update:expanded":function(e){t.expanded=e}},scopedSlots:t._u([t.isMobile?null:{key:"top",fn:function(e){var o=e.pagination,r=e.options,l=e.updateOptions;return[n("v-data-footer",{staticClass:"bb-1",attrs:{pagination:o,options:r,"items-per-page-all-text":t.$t("nodes.all"),"items-per-page-text":t.$t("nodes.perPage")},on:{"update:options":l},scopedSlots:t._u([t.isMobile?null:{key:"prepend",fn:function(){return[n("v-breadcrumbs",{attrs:{items:t.breadcrumbs}})]},proxy:!0}],null,!0)})]}},{key:"expanded-item",fn:function(e){var o=e.headers,r=e.item;return[n("td",{attrs:{colspan:o.length}},[n("v-tabs",{model:{value:t.tab,callback:function(e){t.tab=e},expression:"tab"}},[n("v-tab",[t._v(t._s(t.$t("nodes.overview")))]),t._v(" "),n("v-tab",[t._v(t._s(t.$t("nodes.raw")))])],1),t._v(" "),n("v-tabs-items",{model:{value:t.tab,callback:function(e){t.tab=e},expression:"tab"}},[n("v-tab-item",[n("v-list",{attrs:{dense:""}},[n("extended-list-item",{attrs:{title:t.$t("nodes.nodeId.title"),tooltip:t.$t("nodes.nodeId.tooltip"),"three-line":""},scopedSlots:t._u([{key:"subtitle",fn:function(){return[t._v("\n "+t._s(r.id)+"\n ")]},proxy:!0}],null,!0)}),t._v(" "),n("extended-list-item",{attrs:{title:t.$t("nodes.ipAddress.title"),tooltip:t.$t("nodes.ipAddress.tooltip")},scopedSlots:t._u([{key:"subtitle",fn:function(){return[t._v("\n "+t._s(t.formatIpAddress(r.network.remoteAddress))+"\n ")]},proxy:!0}],null,!0)}),t._v(" "),n("extended-list-item",{attrs:{title:t.$t("nodes.client.title"),tooltip:t.$t("nodes.client.tooltip")},scopedSlots:t._u([{key:"subtitle",fn:function(){return[t._v("\n "+t._s(r.name)+"\n ")]},proxy:!0}],null,!0)}),t._v(" "),n("extended-list-item",{attrs:{title:t.$t("nodes.enode.title"),tooltip:t.$t("nodes.enode.tooltip")},scopedSlots:t._u([{key:"subtitle",fn:function(){return[t._v("\n "+t._s(r.enode)+"\n ")]},proxy:!0}],null,!0)}),t._v(" "),n("extended-list-item",{attrs:{title:t.$t("nodes.protocols.title"),tooltip:t.$t("nodes.protocols.tooltip")},scopedSlots:t._u([{key:"subtitle",fn:function(){return[t._v("\n "+t._s(r.caps.join(", "))+"\n ")]},proxy:!0},{key:"action",fn:function(){return[n("v-chip",{attrs:{label:""}},[t._v("\n "+t._s(r.protocols.eth.version)+"\n ")])]},proxy:!0}],null,!0)}),t._v(" "),r.protocols.eth.forkId?n("extended-list-item",{attrs:{title:t.$t("nodes.forkId.title"),tooltip:t.$t("nodes.forkId.tooltip")},scopedSlots:t._u([{key:"subtitle",fn:function(){return[t._v("\n "+t._s(r.protocols.eth.forkId.tag)+" ("+t._s(r.protocols.eth.forkId.hash)+")\n ")]},proxy:!0},{key:"action",fn:function(){return[t._v(" "+t._s(t.$t("nodes.forkId.action1")))]},proxy:!0},{key:"action2",fn:function(){return[t._v("\n "+t._s(t.nf.format(r.protocols.eth.forkId.next))+"\n ")]},proxy:!0}],null,!0)}):t._e(),t._v(" "),n("extended-list-item",{attrs:{title:t.$t("nodes.head.title"),tooltip:t.$t("nodes.head.tooltip")},scopedSlots:t._u([{key:"subtitle",fn:function(){return[t._v("\n "+t._s(r.protocols.eth.head)+"\n ")]},proxy:!0},{key:"action",fn:function(){return[t._v(t._s(t.$t("nodes.head.action1")))]},proxy:!0},{key:"action2",fn:function(){return[t._v("\n "+t._s(t.nf.format(r.protocols.eth.difficulty))+"\n ")]},proxy:!0}],null,!0)})],1)],1),t._v(" "),n("v-tab-item",[n("pre",{staticClass:"mb-6"},[n("code",{staticStyle:{"overflow-x":"auto"}},[t._v(t._s(r))])])])],1)],1)]}},{key:"item.id",fn:function(e){var n=e.item;return[t._v("\n "+t._s(t.formatHash(n.id,10,0))+"\n ")]}},{key:"item.client.name",fn:function(e){var n=e.item;return[t._v("\n "+t._s("-"===n.client.name?t.$t("nodes.unknown"):n.client.name)+"\n ")]}},{key:"item.network.remoteAddress",fn:function(e){var n=e.item;return[t._v("\n "+t._s(t.formatIpAddress(n.network.remoteAddress))+"\n ")]}},{key:"item.protocols.eth.head",fn:function(e){var n=e.item;return[t._v("\n "+t._s(t.formatHash(n.protocols.eth.head,10,8))+"\n ")]}},{key:"item.client.release",fn:function(e){var n=e.item;return[t._v("\n "+t._s(t.formatRelease(n.client.release))+"\n ")]}},{key:"item.protocols.eth.version",fn:function(e){var n=e.item;return[t._v("\n "+t._s(n.protocols.eth?"v"+n.protocols.eth.version:"-")+"\n ")]}},{key:"item.protocols.snap.version",fn:function(e){var n=e.item;return[t._v("\n "+t._s(n.protocols.snap?"v"+n.protocols.snap.version:"-")+"\n ")]}},{key:"item.protocols.eth.forkId.next",fn:function(e){var n=e.item;return[t._v("\n "+t._s(t.nf.format(n.protocols.eth.forkId.next))+"\n ")]}},{key:"item.contact.first.unix",fn:function(e){var n=e.item;return[t._v("\n "+t._s(t.formatUptime(n.contact))+"\n ")]}},{key:"item.contact.last.unix",fn:function(e){var n=e.item;return[t._v("\n "+t._s(t.formatLastSeen(n.contact))+"\n ")]}}],null,!0)})],1)}),[],!1,null,null,null);e.default=component.exports}}]); \ No newline at end of file diff --git a/_nuxt/606c725.js b/_nuxt/606c725.js new file mode 100644 index 0000000..4ec4202 --- /dev/null +++ b/_nuxt/606c725.js @@ -0,0 +1 @@ +(window.webpackJsonp=window.webpackJsonp||[]).push([[4,6],{462:function(t,e,n){"use strict";n.r(e);n(26),n(185),n(28),n(42);var r=n(14),o=(n(41),{name:"Search",props:{mobile:{type:Boolean,default:function(){return!1}}},data:function(){return{query:null,search:null,isLoading:!1,articles:[]}},computed:{menu:function(){return{auto:!1,rounded:!0,flat:!0,right:!0,maxHeight:this.mobile?"auto":304,origin:"right top"}}},watch:{search:function(t){var e=this;return Object(r.a)(regeneratorRuntime.mark((function n(){return regeneratorRuntime.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:if(t){n.next=3;break}return e.articles=[],n.abrupt("return");case 3:return e.isLoading=!0,n.next=6,e.$content(e.$i18n.locale,{deep:!0}).sortBy("createdAt","asc").limit(12).search(t).fetch();case 6:e.articles=n.sent,e.isLoading=!1;case 8:case"end":return n.stop()}}),n)})))()}}}),l=n(101),component=Object(l.a)(o,(function(){var t=this,e=t._self._c;return e("v-autocomplete",{class:{"mw-300":!t.mobile},attrs:{items:t.articles,"is-loading":t.isLoading,"search-input":t.search,"no-filter":"",clearable:"","hide-details":"","hide-selected":"",flat:"",outlined:!t.mobile,filled:t.mobile,solo:"",attach:"",dense:!t.mobile,rounded:!t.mobile,"prepend-inner-icon":"mdi-magnify","full-width":t.mobile,"allow-overflow":!1,"menu-props":t.menu},on:{"update:searchInput":function(e){t.search=e},"update:search-input":function(e){t.search=e}},scopedSlots:t._u([{key:"no-data",fn:function(){return[e("v-list-item",[e("v-list-item-title",[t._v("\n "+t._s(t.$t("search.noResults"))+"\n ")])],1)]},proxy:!0},{key:"selection",fn:function(n){var r=n.attr,o=n.on,l=n.item,c=n.selected;return[e("v-chip",t._g(t._b({staticClass:"white--text",attrs:{"input-value":c,color:"blue-grey"}},"v-chip",r,!1),o),[e("span",{domProps:{textContent:t._s(l.title)}})])]}},{key:"item",fn:function(n){var r=n.item;return[e("v-list-item",{attrs:{flat:"",to:{path:r.path}},on:{click:function(e){return t.$emit("resultClicked")}}},[e("v-list-item-content",[e("v-list-item-title",[t._v(t._s(r.title))]),t._v(" "),e("v-list-item-subtitle",[t._v(t._s(r.description))])],1)],1)]}}]),model:{value:t.query,callback:function(e){t.query=e},expression:"query"}})}),[],!1,null,null,null);e.default=component.exports},482:function(t,e,n){"use strict";n.r(e);var r={name:"SearchMobile",components:{Search:n(462).default},data:function(){return{dialog:!1}}},o=n(101),component=Object(o.a)(r,(function(){var t=this,e=t._self._c;return e("v-dialog",{attrs:{fullscreen:"","hide-overlay":"",transition:"dialog-bottom-transition"},scopedSlots:t._u([{key:"activator",fn:function(n){var r=n.on,o=n.attrs;return[e("v-btn",t._g(t._b({attrs:{icon:""}},"v-btn",o,!1),r),[e("v-icon",[t._v("mdi-magnify")])],1)]}}]),model:{value:t.dialog,callback:function(e){t.dialog=e},expression:"dialog"}},[t._v(" "),e("v-card",{attrs:{tile:""}},[e("v-toolbar",{attrs:{color:"primary"}},[e("v-btn",{attrs:{icon:""},on:{click:function(e){t.dialog=!1}}},[e("v-icon",[t._v("mdi-close")])],1),t._v(" "),e("v-toolbar-title",[t._v(t._s(t.$t("search.title")))]),t._v(" "),e("v-spacer"),t._v(" "),e("v-toolbar-items")],1),t._v(" "),e("search",{attrs:{mobile:!0},on:{resultClicked:function(e){t.dialog=!1}}})],1)],1)}),[],!1,null,null,null);e.default=component.exports}}]); \ No newline at end of file diff --git a/_nuxt/6396f97.js b/_nuxt/6396f97.js deleted file mode 100644 index 804171b..0000000 --- a/_nuxt/6396f97.js +++ /dev/null @@ -1,2 +0,0 @@ -/*! For license information please see LICENSES */ -(window.webpackJsonp=window.webpackJsonp||[]).push([[14],{1:function(t,e,n){"use strict";n.d(e,"k",(function(){return y})),n.d(e,"m",(function(){return w})),n.d(e,"l",(function(){return k})),n.d(e,"e",(function(){return _})),n.d(e,"b",(function(){return S})),n.d(e,"s",(function(){return C})),n.d(e,"g",(function(){return A})),n.d(e,"h",(function(){return O})),n.d(e,"d",(function(){return T})),n.d(e,"r",(function(){return V})),n.d(e,"j",(function(){return P})),n.d(e,"t",(function(){return L})),n.d(e,"o",(function(){return j})),n.d(e,"q",(function(){return E})),n.d(e,"f",(function(){return M})),n.d(e,"c",(function(){return z})),n.d(e,"i",(function(){return B})),n.d(e,"p",(function(){return $})),n.d(e,"a",(function(){return X})),n.d(e,"v",(function(){return G})),n.d(e,"n",(function(){return U})),n.d(e,"u",(function(){return Z}));n(28),n(12),n(31),n(32),n(46),n(35),n(47);var r=n(19),o=n(3),l=n(11),c=n(5),d=(n(25),n(26),n(97),n(10),n(17),n(50),n(43),n(27),n(13),n(18),n(24),n(21),n(48),n(101),n(145),n(147),n(71),n(72),n(233),n(42),n(53),n(0)),h=n(20);function m(object,t){var e=Object.keys(object);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(object);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(object,t).enumerable}))),e.push.apply(e,n)}return e}function f(t){for(var i=1;i=t.length?{done:!0}:{done:!1,value:t[i++]}},e:function(t){throw t},f:r}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var o,l=!0,c=!1;return{s:function(){n=n.call(t)},n:function(){var t=n.next();return l=t.done,t},e:function(t){c=!0,o=t},f:function(){try{l||null==n.return||n.return()}finally{if(c)throw o}}}}function x(t,e){(null==e||e>t.length)&&(e=t.length);for(var i=0,n=new Array(e);i1&&void 0!==arguments[1]?arguments[1]:[],r=t.$children||[],o=v(r);try{for(o.s();!(e=o.n()).done;){var l=e.value;l.$fetch?n.push(l):l.$children&&_(l,n)}}catch(t){o.e(t)}finally{o.f()}return n}function S(t,e){if(e||!t.options.__hasNuxtData){var n=t.options._originDataFn||t.options.data||function(){return{}};t.options._originDataFn=n,t.options.data=function(){var data=n.call(this,this);return this.$ssrContext&&(e=this.$ssrContext.asyncData[t.cid]),f(f({},data),e)},t.options.__hasNuxtData=!0,t._Ctor&&t._Ctor.options&&(t._Ctor.options.data=t.options.data)}}function C(t){return t.options&&t._Ctor===t||(t.options?(t._Ctor=t,t.extendOptions=t.options):(t=d.default.extend(t))._Ctor=t,!t.options.name&&t.options.__file&&(t.options.name=t.options.__file)),t}function A(t){var e=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"components";return Array.prototype.concat.apply([],t.matched.map((function(t,r){return Object.keys(t[n]).map((function(o){return e&&e.push(r),t[n][o]}))})))}function O(t){var e=arguments.length>1&&void 0!==arguments[1]&&arguments[1];return A(t,e,"instances")}function T(t,e){return Array.prototype.concat.apply([],t.matched.map((function(t,n){return Object.keys(t.components).reduce((function(r,o){return t.components[o]?r.push(e(t.components[o],t.instances[o],t,o,n)):delete t.components[o],r}),[])})))}function V(t,e){return Promise.all(T(t,function(){var t=Object(o.a)(regeneratorRuntime.mark((function t(n,r,o,l){var c,d;return regeneratorRuntime.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if("function"!=typeof n||n.options){t.next=11;break}return t.prev=1,t.next=4,n();case 4:n=t.sent,t.next=11;break;case 7:throw t.prev=7,t.t0=t.catch(1),t.t0&&"ChunkLoadError"===t.t0.name&&"undefined"!=typeof window&&window.sessionStorage&&(c=Date.now(),(!(d=parseInt(window.sessionStorage.getItem("nuxt-reload")))||d+6e4=t.length?{done:!0}:{done:!1,value:t[i++]}},e:function(t){throw t},f:r}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var o,c=!0,d=!1;return{s:function(){n=n.call(t)},n:function(){var t=n.next();return c=t.done,t},e:function(t){d=!0,o=t},f:function(){try{c||null==n.return||n.return()}finally{if(d)throw o}}}}function l(t,e){(null==e||e>t.length)&&(e=t.length);for(var i=0,n=new Array(e);i0},canPrefetch:function(){var t=navigator.connection;return!(this.$nuxt.isOffline||t&&((t.effectiveType||"").includes("2g")||t.saveData))},getPrefetchComponents:function(){return this.$router.resolve(this.to,this.$route,this.append).resolved.matched.map((function(t){return t.components.default})).filter((function(t){return"function"==typeof t&&!t.options&&!t.__prefetched}))},prefetchLink:function(){if(this.canPrefetch()){h.unobserve(this.$el);var t,e=o(this.getPrefetchComponents());try{for(e.s();!(t=e.n()).done;){var n=t.value,r=n();r instanceof Promise&&r.catch((function(){})),n.__prefetched=!0}}catch(t){e.e(t)}finally{e.f()}}}}}},135:function(t,e,n){"use strict";t.exports=function(t){return t.toLowerCase()}},136:function(t,e,n){"use strict";var r={name:"ClientOnly",functional:!0,props:{placeholder:String,placeholderTag:{type:String,default:"div"}},render:function(t,e){var n=e.parent,r=e.slots,o=e.props,l=r(),c=l.default;void 0===c&&(c=[]);var d=l.placeholder;return n._isMounted?c:(n.$once("hook:mounted",(function(){n.$forceUpdate()})),o.placeholderTag&&(o.placeholder||d)?t(o.placeholderTag,{class:["client-only-placeholder"]},o.placeholder||d):c.length>0?c.map((function(){return t(!1)})):t(!1))}};t.exports=r},139:function(t,e,n){var r;"undefined"!=typeof self&&self,r=function(t){return function(t){var e={};function n(r){if(e[r])return e[r].exports;var o=e[r]={i:r,l:!1,exports:{}};return t[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}return n.m=t,n.c=e,n.d=function(t,e,r){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:r})},n.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var o in t)n.d(r,o,function(e){return t[e]}.bind(null,o));return r},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(object,t){return Object.prototype.hasOwnProperty.call(object,t)},n.p="/dist/",n(n.s="./src/index.ts")}({"./src/components/VAlert/VAlert.sass":function(t,e,n){},"./src/components/VAlert/VAlert.ts":function(t,e,n){"use strict";n.r(e),n("./src/components/VAlert/VAlert.sass");var r=n("./src/components/VSheet/index.ts"),o=n("./src/components/VBtn/index.ts"),l=n("./src/components/VIcon/index.ts"),c=n("./src/mixins/toggleable/index.ts"),d=n("./src/mixins/themeable/index.ts"),h=n("./src/mixins/transitionable/index.ts"),m=n("./src/util/mixins.ts"),f=n("./src/util/console.ts"),v=function(){return(v=Object.assign||function(t){for(var s,i=1,e=arguments.length;i0,"v-app-bar--shrink-on-scroll":this.shrinkOnScroll})},scrollRatio:function(){var t=this.computedScrollThreshold;return Math.max((t-this.currentScroll)/t,0)},computedContentHeight:function(){if(!this.shrinkOnScroll)return r.default.options.computed.computedContentHeight.call(this);var t=this.dense?48:56;return t+(this.computedOriginalHeight-t)*this.scrollRatio},computedFontSize:function(){if(this.isProminent)return 1.25+.25*this.scrollRatio},computedLeft:function(){return!this.app||this.clippedLeft?0:this.$vuetify.application.left},computedMarginTop:function(){return this.app?this.$vuetify.application.bar:0},computedOpacity:function(){if(this.fadeImgOnScroll)return this.scrollRatio},computedOriginalHeight:function(){var t=r.default.options.computed.computedContentHeight.call(this);return this.isExtended&&(t+=parseInt(this.extensionHeight)),t},computedRight:function(){return!this.app||this.clippedRight?0:this.$vuetify.application.right},computedScrollThreshold:function(){return this.scrollThreshold?Number(this.scrollThreshold):this.computedOriginalHeight-(this.dense?48:56)},computedTransform:function(){if(!this.canScroll||this.elevateOnScroll&&0===this.currentScroll&&this.isActive)return 0;if(this.isActive)return 0;var t=this.scrollOffScreen?this.computedHeight:this.computedContentHeight;return this.bottom?t:-t},hideShadow:function(){return this.elevateOnScroll&&this.isExtended?this.currentScroll0:r.default.options.computed.isCollapsed.call(this)},isProminent:function(){return r.default.options.computed.isProminent.call(this)||this.shrinkOnScroll},styles:function(){return v(v({},r.default.options.computed.styles.call(this)),{fontSize:Object(m.convertToUnit)(this.computedFontSize,"rem"),marginTop:Object(m.convertToUnit)(this.computedMarginTop),transform:"translateY("+Object(m.convertToUnit)(this.computedTransform)+")",left:Object(m.convertToUnit)(this.computedLeft),right:Object(m.convertToUnit)(this.computedRight)})}},watch:{canScroll:"onScroll",computedTransform:function(){this.canScroll&&(this.clippedLeft||this.clippedRight)&&this.callUpdate()},invertedScroll:function(t){this.isActive=!t||0!==this.currentScroll}},created:function(){this.invertedScroll&&(this.isActive=!1)},methods:{genBackground:function(){var t=r.default.options.methods.genBackground.call(this);return t.data=this._b(t.data||{},t.tag,{style:{opacity:this.computedOpacity}}),t},updateApplication:function(){return this.invertedScroll?0:this.computedHeight+this.computedTransform},thresholdMet:function(){this.invertedScroll?this.isActive=this.currentScroll>this.computedScrollThreshold:(this.hideOnScroll&&(this.isActive=this.isScrollingUp||this.currentScroll-1}},hideNoData:Boolean,menuProps:{type:r.default.options.props.menuProps.type,default:function(){return h}},noFilter:Boolean,searchInput:{type:String}},data:function(){return{lazySearch:this.searchInput}},computed:{classes:function(){return d(d({},r.default.options.computed.classes.call(this)),{"v-autocomplete":!0,"v-autocomplete--is-selecting-index":this.selectedIndex>-1})},computedItems:function(){return this.filteredItems},selectedValues:function(){var t=this;return this.selectedItems.map((function(e){return t.getValue(e)}))},hasDisplayedItems:function(){var t=this;return this.hideSelected?this.filteredItems.some((function(e){return!t.hasItem(e)})):this.filteredItems.length>0},currentRange:function(){return null==this.selectedItem?0:String(this.getText(this.selectedItem)).length},filteredItems:function(){var t=this;return!this.isSearching||this.noFilter||null==this.internalSearch?this.allItems:this.allItems.filter((function(e){var n=Object(c.getPropertyFromItem)(e,t.itemText),text=null!=n?String(n):"";return t.filter(e,String(t.internalSearch),text)}))},internalSearch:{get:function(){return this.lazySearch},set:function(t){this.lazySearch!==t&&(this.lazySearch=t,this.$emit("update:search-input",t))}},isAnyValueAllowed:function(){return!1},isDirty:function(){return this.searchIsDirty||this.selectedItems.length>0},isSearching:function(){return this.multiple&&this.searchIsDirty||this.searchIsDirty&&this.internalSearch!==this.getText(this.selectedItem)},menuCanShow:function(){return!!this.isFocused&&(this.hasDisplayedItems||!this.hideNoData)},$_menuProps:function(){var t=r.default.options.computed.$_menuProps.call(this);return t.contentClass=("v-autocomplete__content "+(t.contentClass||"")).trim(),d(d({},h),t)},searchIsDirty:function(){return null!=this.internalSearch&&""!==this.internalSearch},selectedItem:function(){var t=this;return this.multiple?null:this.selectedItems.find((function(i){return t.valueComparator(t.getValue(i),t.getValue(t.internalValue))}))},listData:function(){var data=r.default.options.computed.listData.call(this);return data.props=d(d({},data.props),{items:this.virtualizedItems,noFilter:this.noFilter||!this.isSearching||!this.filteredItems.length,searchInput:this.internalSearch}),data}},watch:{filteredItems:"onFilteredItemsChanged",internalValue:"setSearch",isFocused:function(t){t?(document.addEventListener("copy",this.onCopy),this.$refs.input&&this.$refs.input.select()):(document.removeEventListener("copy",this.onCopy),this.$refs.input&&this.$refs.input.blur(),this.updateSelf())},isMenuActive:function(t){!t&&this.hasSlot&&(this.lazySearch=null)},items:function(t,e){e&&e.length||!this.hideNoData||!this.isFocused||this.isMenuActive||!t.length||this.activateMenu()},searchInput:function(t){this.lazySearch=t},internalSearch:"onInternalSearchChanged",itemText:"updateSelf"},created:function(){this.setSearch()},destroyed:function(){document.removeEventListener("copy",this.onCopy)},methods:{onFilteredItemsChanged:function(t,e){var n=this;t!==e&&(this.setMenuIndex(-1),this.$nextTick((function(){n.internalSearch&&(1===t.length||n.autoSelectFirst)&&(n.$refs.menu.getTiles(),n.setMenuIndex(0))})))},onInternalSearchChanged:function(){this.updateMenuDimensions()},updateMenuDimensions:function(){this.isMenuActive&&this.$refs.menu&&this.$refs.menu.updateDimensions()},changeSelectedIndex:function(t){this.searchIsDirty||(this.multiple&&t===c.keyCodes.left?-1===this.selectedIndex?this.selectedIndex=this.selectedItems.length-1:this.selectedIndex--:this.multiple&&t===c.keyCodes.right?this.selectedIndex>=this.selectedItems.length-1?this.selectedIndex=-1:this.selectedIndex++:t!==c.keyCodes.backspace&&t!==c.keyCodes.delete||this.deleteCurrentItem())},deleteCurrentItem:function(){var t=this.selectedIndex,e=this.selectedItems[t];if(this.isInteractive&&!this.getDisabled(e)){var n=this.selectedItems.length-1;if(-1!==this.selectedIndex||0===n){var r=t!==this.selectedItems.length-1?t:t-1;this.selectedItems[r]?this.selectItem(e):this.setValue(this.multiple?[]:null),this.selectedIndex=r}else this.selectedIndex=n}},clearableCallback:function(){this.internalSearch=null,r.default.options.methods.clearableCallback.call(this)},genInput:function(){var input=o.default.options.methods.genInput.call(this);return input.data=Object(l.default)(input.data,{attrs:{"aria-activedescendant":Object(c.getObjectValueByPath)(this.$refs.menu,"activeTile.id"),autocomplete:Object(c.getObjectValueByPath)(input.data,"attrs.autocomplete","off")},domProps:{value:this.internalSearch}}),input},genInputSlot:function(){var slot=r.default.options.methods.genInputSlot.call(this);return slot.data.attrs.role="combobox",slot},genSelections:function(){return this.hasSlot||this.multiple?r.default.options.methods.genSelections.call(this):[]},onClick:function(t){this.isInteractive&&(this.selectedIndex>-1?this.selectedIndex=-1:this.onFocus(),this.isAppendInner(t.target)||this.activateMenu())},onInput:function(t){if(!(this.selectedIndex>-1)&&t.target){var e=t.target,n=e.value;e.value&&this.activateMenu(),this.internalSearch=n,this.badInput=e.validity&&e.validity.badInput}},onKeyDown:function(t){var e=t.keyCode;!t.ctrlKey&&[c.keyCodes.home,c.keyCodes.end].includes(e)||r.default.options.methods.onKeyDown.call(this,t),this.changeSelectedIndex(e)},onSpaceDown:function(t){},onTabDown:function(t){r.default.options.methods.onTabDown.call(this,t),this.updateSelf()},onUpDown:function(t){t.preventDefault(),this.activateMenu()},selectItem:function(t){r.default.options.methods.selectItem.call(this,t),this.setSearch()},setSelectedItems:function(){r.default.options.methods.setSelectedItems.call(this),this.isFocused||this.setSearch()},setSearch:function(){var t=this;this.$nextTick((function(){t.multiple&&t.internalSearch&&t.isMenuActive||(t.internalSearch=!t.selectedItems.length||t.multiple||t.hasSlot?null:t.getText(t.selectedItem))}))},updateSelf:function(){(this.searchIsDirty||this.internalValue)&&(this.valueComparator(this.internalSearch,this.getValue(this.internalValue))||this.setSearch())},hasItem:function(t){return this.selectedValues.indexOf(this.getValue(t))>-1},onCopy:function(t){var e,n;if(-1!==this.selectedIndex){var r=this.selectedItems[this.selectedIndex],o=this.getText(r);null===(e=t.clipboardData)||void 0===e||e.setData("text/plain",o),null===(n=t.clipboardData)||void 0===n||n.setData("text/vnd.vuetify.autocomplete.item+plain",o),t.preventDefault()}}}})},"./src/components/VAutocomplete/index.ts":function(t,e,n){"use strict";n.r(e);var r=n("./src/components/VAutocomplete/VAutocomplete.ts");n.d(e,"VAutocomplete",(function(){return r.default})),e.default=r.default},"./src/components/VAvatar/VAvatar.sass":function(t,e,n){},"./src/components/VAvatar/VAvatar.ts":function(t,e,n){"use strict";n.r(e),n("./src/components/VAvatar/VAvatar.sass");var r=n("./src/mixins/colorable/index.ts"),o=n("./src/mixins/measurable/index.ts"),l=n("./src/mixins/roundable/index.ts"),c=n("./src/util/helpers.ts"),d=n("./src/util/mixins.ts"),h=function(){return(h=Object.assign||function(t){for(var s,i=1,e=arguments.length;i0)&&!(r=i.next()).done;)l.push(r.value)}catch(t){o={error:t}}finally{try{r&&!r.done&&(n=i.return)&&n.call(i)}finally{if(o)throw o.error}}return l},_=Object(v.default)(r.default,m.default,h.default,f.default,Object(l.factory)("btnToggle"),Object(c.factory)("inputValue"));e.default=_.extend().extend({name:"v-btn",props:{activeClass:{type:String,default:function(){return this.btnToggle?this.btnToggle.activeClass:""}},block:Boolean,depressed:Boolean,fab:Boolean,icon:Boolean,loading:Boolean,outlined:Boolean,plain:Boolean,retainFocusOnClick:Boolean,rounded:Boolean,tag:{type:String,default:"button"},text:Boolean,tile:Boolean,type:{type:String,default:"button"},value:null},data:function(){return{proxyClass:"v-btn--active"}},computed:{classes:function(){return w(w(w(w(w(w({"v-btn":!0},m.default.options.computed.classes.call(this)),{"v-btn--absolute":this.absolute,"v-btn--block":this.block,"v-btn--bottom":this.bottom,"v-btn--disabled":this.disabled,"v-btn--is-elevated":this.isElevated,"v-btn--fab":this.fab,"v-btn--fixed":this.fixed,"v-btn--has-bg":this.hasBg,"v-btn--icon":this.icon,"v-btn--left":this.left,"v-btn--loading":this.loading,"v-btn--outlined":this.outlined,"v-btn--plain":this.plain,"v-btn--right":this.right,"v-btn--round":this.isRound,"v-btn--rounded":this.rounded,"v-btn--router":this.to,"v-btn--text":this.text,"v-btn--tile":this.tile,"v-btn--top":this.top}),this.themeClasses),this.groupClasses),this.elevationClasses),this.sizeableClasses)},computedElevation:function(){if(!this.disabled)return d.default.options.computed.computedElevation.call(this)},computedRipple:function(){var t,e=!this.icon&&!this.fab||{circle:!0};return!this.disabled&&(null!==(t=this.ripple)&&void 0!==t?t:e)},hasBg:function(){return!(this.text||this.plain||this.outlined||this.icon)},isElevated:function(){return Boolean(!(this.icon||this.text||this.outlined||this.depressed||this.disabled||this.plain||!(null==this.elevation||Number(this.elevation)>0)))},isRound:function(){return Boolean(this.icon||this.fab)},styles:function(){return w({},this.measurableStyles)}},created:function(){var t=this;[["flat","text"],["outline","outlined"],["round","rounded"]].forEach((function(e){var n=k(e,2),r=n[0],o=n[1];t.$attrs.hasOwnProperty(r)&&Object(x.breaking)(r,o,t)}))},methods:{click:function(t){!this.retainFocusOnClick&&!this.fab&&t.detail&&this.$el.blur(),this.$emit("click",t),this.btnToggle&&this.toggle()},genContent:function(){return this.$createElement("span",{staticClass:"v-btn__content"},this.$slots.default)},genLoader:function(){return this.$createElement("span",{class:"v-btn__loader"},this.$slots.loader||[this.$createElement(o.default,{props:{indeterminate:!0,size:23,width:2}})])}},render:function(t){var e=[this.genContent(),this.loading&&this.genLoader()],n=this.generateRouteLink(),r=n.tag,data=n.data,o=this.hasBg?this.setBackgroundColor:this.setTextColor;return"button"===r&&(data.attrs.type=this.type,data.attrs.disabled=this.disabled),data.attrs.value=["string","number"].includes(y(this.value))?this.value:JSON.stringify(this.value),t(r,this.disabled?data:o(this.color,data),e)}})},"./src/components/VBtn/index.ts":function(t,e,n){"use strict";n.r(e);var r=n("./src/components/VBtn/VBtn.ts");n.d(e,"VBtn",(function(){return r.default})),e.default=r.default},"./src/components/VBtnToggle/VBtnToggle.sass":function(t,e,n){},"./src/components/VBtnToggle/VBtnToggle.ts":function(t,e,n){"use strict";n.r(e),n("./src/components/VBtnToggle/VBtnToggle.sass");var r=n("./src/mixins/button-group/index.ts"),o=n("./src/mixins/colorable/index.ts"),l=n("./src/util/mixins.ts"),c=function(){return(c=Object.assign||function(t){for(var s,i=1,e=arguments.length;i0,r=n?l.nextDay:l.prevDay,o=n?l.DAYS_IN_MONTH_MAX:l.DAY_MIN,c=n?t:-t;--c>=0;)switch(this.type){case"month":e.day=o,r(e);break;case"week":Object(l.relativeDays)(e,r,l.DAYS_IN_WEEK);break;case"day":Object(l.relativeDays)(e,r,1);break;case"4day":Object(l.relativeDays)(e,r,4);break;case"category":Object(l.relativeDays)(e,r,this.parsedCategoryDays)}Object(l.updateWeekday)(e),Object(l.updateFormatted)(e),Object(l.updateRelative)(e,this.times.now),this.value instanceof Date?this.$emit("input",Object(l.timestampToDate)(e)):"number"==typeof this.value?this.$emit("input",Object(l.timestampToDate)(e).getTime()):this.$emit("input",e.date),this.$emit("moved",e)},next:function(t){void 0===t&&(t=1),this.move(t)},prev:function(t){void 0===t&&(t=1),this.move(-t)},timeToY:function(time,t){void 0===t&&(t=!0);var e=this.$children[0];return!(!e||!e.timeToY)&&e.timeToY(time,t)},timeDelta:function(time){var t=this.$children[0];return!(!t||!t.timeDelta)&&t.timeDelta(time)},minutesToPixels:function(t){var e=this.$children[0];return e&&e.minutesToPixels?e.minutesToPixels(t):-1},scrollToTime:function(time){var t=this.$children[0];return!(!t||!t.scrollToTime)&&t.scrollToTime(time)},parseTimestamp:function(input,t){return Object(l.parseTimestamp)(input,t,this.times.now)},timestampToDate:function(t){return Object(l.timestampToDate)(t)},getCategoryList:function(t){var e=this;if(!this.noEvents){var n=t.reduce((function(map,t,e){return"object"===v(t)&&t.categoryName?map[t.categoryName]={index:e,count:0}:"string"==typeof t&&(map[t]={index:e,count:0}),map}),{});if(!this.categoryHideDynamic||!this.categoryShowAll){var r=t.length;this.parsedEvents.forEach((function(t){var o=t.category;"string"!=typeof o&&(o=e.categoryForInvalid),o&&(o in n?n[o].count++:e.categoryHideDynamic||(n[o]={index:r++,count:1}))}))}if(!this.categoryShowAll)for(var o in n)0===n[o].count&&delete n[o];t=t.filter((function(t){return"object"===v(t)&&t.categoryName?n.hasOwnProperty(t.categoryName):"string"==typeof t&&n.hasOwnProperty(t)}))}return t}},render:function(t){var e=this,n=this.renderProps,r=n.start,o=n.end,l=n.maxDays,component=n.component,c=n.weekdays,d=n.categories;return t(component,{staticClass:"v-calendar",class:{"v-calendar-events":!this.noEvents},props:x(x({},this.$props),{start:r.date,end:o.date,maxDays:l,weekdays:c,categories:d}),directives:[{modifiers:{quiet:!0},name:"resize",value:this.updateEventVisibility}],on:x(x({},this.$listeners),{"click:date":function(t){e.$listeners.input&&e.$emit("input",t.date),e.$listeners["click:date"]&&e.$emit("click:date",t)}}),scopedSlots:this.getScopedSlots()})}})},"./src/components/VCalendar/VCalendarCategory.sass":function(t,e,n){},"./src/components/VCalendar/VCalendarCategory.ts":function(t,e,n){"use strict";n.r(e),n("./src/components/VCalendar/VCalendarCategory.sass");var r=n("./src/components/VCalendar/VCalendarDaily.ts"),o=n("./src/util/helpers.ts"),l=n("./src/components/VCalendar/util/props.ts"),c=n("./src/components/VCalendar/util/parser.ts");function d(t){return(d="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}var h=function(){return(h=Object.assign||function(t){for(var s,i=1,e=arguments.length;i0)&&!(r=i.next()).done;)l.push(r.value)}catch(t){o={error:t}}finally{try{r&&!r.done&&(n=i.return)&&n.call(i)}finally{if(o)throw o.error}}return l},f=function(){for(var t=[],i=0;i0)&&!(r=i.next()).done;)l.push(r.value)}catch(t){o={error:t}}finally{try{r&&!r.done&&(n=i.return)&&n.call(i)}finally{if(o)throw o.error}}return l},m=function(){for(var t=[],i=0;i0)&&!(r=i.next()).done;)l.push(r.value)}catch(t){o={error:t}}finally{try{r&&!r.done&&(n=i.return)&&n.call(i)}finally{if(o)throw o.error}}return l},v=function(){for(var t=[],i=0;iObject(h.getDayIdentifier)(this.parsedEnd)},genHead:function(){return this.$createElement("div",{staticClass:"v-calendar-weekly__head"},this.genHeadDays())},genHeadDays:function(){var header=this.todayWeek.map(this.genHeadDay);return this.showWeek&&header.unshift(this.$createElement("div",{staticClass:"v-calendar-weekly__head-weeknumber"})),header},genHeadDay:function(t,e){var n=this.isOutside(this.days[e]),r=t.present?this.color:void 0;return this.$createElement("div",this.setTextColor(r,{key:t.date,staticClass:"v-calendar-weekly__head-weekday",class:this.getRelativeClasses(t,n)}),this.weekdayFormatter(t,this.shortWeekdays))},genWeeks:function(){for(var t=this.days,e=this.parsedWeekdays.length,n=[],i=0;i0?"numeric":void 0})(t,!0)},updateEventVisibility:function(){if(!this.noEvents&&this.eventMore){var t=this.eventHeight,e=this.getEventsMap();for(var n in e){var r=e[n],o=r.parent,l=r.events,c=r.more;if(!c)break;for(var d=o.getBoundingClientRect(),h=l.length-1,m=l.map((function(t){return{event:t,bottom:t.getBoundingClientRect().bottom}})).sort((function(a,b){return a.bottom-b.bottom})),f=0,i=0;i<=h;i++){var v=m[i].bottom;(i===h?v>d.bottom:v+t>d.bottom)&&(m[i].event.style.display="none",f++)}f?(c.style.display="",c.innerHTML=this.$vuetify.lang.t(this.eventMoreText,f)):c.style.display="none"}}},getEventsMap:function(){var t={},e=this.$refs.events;return e&&e.forEach?(e.forEach((function(e){var n=e.getAttribute("data-date");e.parentElement&&n&&(n in t||(t[n]={parent:e.parentElement,more:null,events:[]}),e.getAttribute("data-more")?t[n].more=e:(t[n].events.push(e),e.style.display=""))})),t):t},genDayEvent:function(t,e){var n=t.event,r=this.eventHeight,o=this.eventMarginBottom,l=Object(h.getDayIdentifier)(e),c=e.week,d=l===n.startIdentifier,m=l===n.endIdentifier,f=95;if(!this.categoryMode)for(var i=e.index+1;i=v)){m=!0;break}f+=100,m=m||v===n.endIdentifier}var x={eventParsed:n,day:e,start:d,end:m,timed:!1};return this.genEvent(n,x,!1,{staticClass:"v-event",class:{"v-event-start":d,"v-event-end":m},style:{height:r+"px",width:f+"%","margin-bottom":o+"px"},attrs:{"data-date":e.date},key:n.index,ref:"events",refInFor:!0})},genTimedEvent:function(t,e){var n=t.event,r=t.left,o=t.width;if(e.timeDelta(n.end)<0||e.timeDelta(n.start)>=1||Object(m.isEventHiddenOn)(n,e))return!1;var l=Object(h.getDayIdentifier)(e),c=n.startIdentifier>=l,d=n.endIdentifier>l,f=c?e.timeToY(n.start):0,v=d?e.timeToY(1440):e.timeToY(n.end),x=Math.max(this.eventHeight,v-f),y={eventParsed:n,day:e,start:c,end:d,timed:!0};return this.genEvent(n,y,!0,{staticClass:"v-event-timed",style:{top:f+"px",height:x+"px",left:r+"%",width:o+"%"}})},genEvent:function(t,e,n,data){var r,o=this,slot=this.$scopedSlots.event,text=this.eventTextColorFunction(t.input),l=this.eventColorFunction(t.input),c=t.start.hour<12&&t.end.hour>=12,d=Object(h.diffMinutes)(t.start,t.end)<=this.parsedEventOverlapThreshold,m=this.formatTime,f=function(){return m(t.start,c)+" - "+m(t.end,!0)},x=function(){var e=o.eventNameFunction(t,n);if(t.start.hasTime){if(n){var time=f();return""+e+""+(d?", ":"
")+time}return""+(time=m(t.start,!0))+" "+e}return e},y=v(v({},e),{event:t.input,outside:e.day.outside,singline:d,overlapsNoon:c,formatTime:m,timeSummary:f,eventSummary:x});return this.$createElement("div",this.setTextColor(text,this.setBackgroundColor(l,v({on:this.getDefaultMouseEventHandlers(":event",(function(t){return v(v({},y),{nativeEvent:t})})),directives:[{name:"ripple",value:null===(r=this.eventRipple)||void 0===r||r}]},data))),slot?slot(y):[this.genName(x)])},genName:function(t){return this.$createElement("div",{staticClass:"pl-1",domProps:{innerHTML:t()}})},genPlaceholder:function(t){var e=this.eventHeight+this.eventMarginBottom;return this.$createElement("div",{style:{height:e+"px"},attrs:{"data-date":t.date},ref:"events",refInFor:!0})},genMore:function(t){var e,n=this,r=this.eventHeight,o=this.eventMarginBottom;return this.$createElement("div",{staticClass:"v-event-more pl-1",class:{"v-outside":t.outside},attrs:{"data-date":t.date,"data-more":1},directives:[{name:"ripple",value:null===(e=this.eventRipple)||void 0===e||e}],on:{click:function(){return n.$emit("click:more",t)}},style:{display:"none",height:r+"px","margin-bottom":o+"px"},ref:"events",refInFor:!0})},getVisibleEvents:function(){var t=Object(h.getDayIdentifier)(this.days[0]),e=Object(h.getDayIdentifier)(this.days[this.days.length-1]);return this.parsedEvents.filter((function(n){return Object(m.isEventOverlapping)(n,t,e)}))},isEventForCategory:function(t,e){return!this.categoryMode||"object"===f(e)&&e.categoryName&&e.categoryName===t.category||"string"==typeof t.category&&e===t.category||"string"!=typeof t.category&&null===e},getEventsForDay:function(t){var e=Object(h.getDayIdentifier)(t),n=this.eventWeekdays[0];return this.parsedEvents.filter((function(r){return Object(m.isEventStart)(r,t,e,n)}))},getEventsForDayAll:function(t){var e=this,n=Object(h.getDayIdentifier)(t),r=this.eventWeekdays[0];return this.parsedEvents.filter((function(o){return o.allDay&&(e.categoryMode?Object(m.isEventOn)(o,n):Object(m.isEventStart)(o,t,n,r))&&e.isEventForCategory(o,t.category)}))},getEventsForDayTimed:function(t){var e=this,n=Object(h.getDayIdentifier)(t);return this.parsedEvents.filter((function(r){return!r.allDay&&Object(m.isEventOn)(r,n)&&e.isEventForCategory(r,t.category)}))},getScopedSlots:function(){var t=this;if(this.noEvents)return v({},this.$scopedSlots);var e=this.eventModeFunction(this.parsedEvents,this.eventWeekdays[0],this.parsedEventOverlapThreshold),n=function(input){return!!input},r=function(r,o,l,c){var d=o(r),h=e(r,d,c,t.categoryMode);if(c)return h.map((function(t){return l(t,r)})).filter(n);var m=[];return h.forEach((function(e,n){for(;m.length0&&t.eventMore&&n.push(t.genMore(e)),l){var slot=l(e);slot&&(n=n?n.concat(slot):slot)}return n},"day-header":function(e){var n=r(e,t.getEventsForDayAll,t.genDayEvent,!1);if(c){var slot=c(e);slot&&(n=n?n.concat(slot):slot)}return n},"day-body":function(e){var n=r(e,t.getEventsForDayTimed,t.genTimedEvent,!0),o=[t.$createElement("div",{staticClass:"v-event-timed-container"},n)];if(d){var slot=d(e);slot&&(o=o.concat(slot))}return o}})}}})},"./src/components/VCalendar/mixins/calendar-with-intervals.ts":function(t,e,n){"use strict";n.r(e);var r=n("./src/components/VCalendar/mixins/calendar-base.ts"),o=n("./src/components/VCalendar/util/props.ts"),l=n("./src/components/VCalendar/util/timestamp.ts");e.default=r.default.extend({name:"calendar-with-intervals",props:o.default.intervals,computed:{parsedFirstInterval:function(){return parseInt(this.firstInterval)},parsedIntervalMinutes:function(){return parseInt(this.intervalMinutes)},parsedIntervalCount:function(){return parseInt(this.intervalCount)},parsedIntervalHeight:function(){return parseFloat(this.intervalHeight)},parsedFirstTime:function(){return Object(l.parseTime)(this.firstTime)},firstMinute:function(){var time=this.parsedFirstTime;return!1!==time&&time>=0&&time<=l.MINUTES_IN_DAY?time:this.parsedFirstInterval*this.parsedIntervalMinutes},bodyHeight:function(){return this.parsedIntervalCount*this.parsedIntervalHeight},days:function(){return Object(l.createDayList)(this.parsedStart,this.parsedEnd,this.times.today,this.weekdaySkips,this.maxDays)},intervals:function(){var t=this.days,e=this.firstMinute,n=this.parsedIntervalMinutes,r=this.parsedIntervalCount,o=this.times.now;return t.map((function(t){return Object(l.createIntervalList)(t,e,n,r,o)}))},intervalFormatter:function(){if(this.intervalFormat)return this.intervalFormat;var t={timeZone:"UTC",hour:"2-digit",minute:"2-digit"},e={timeZone:"UTC",hour:"numeric",minute:"2-digit"},n={timeZone:"UTC",hour:"numeric"};return Object(l.createNativeLocaleFormatter)(this.currentLocale,(function(r,o){return o?0===r.minute?n:e:t}))}},methods:{showIntervalLabelDefault:function(t){var e=this.intervals[0][0];return!(e.hour===t.hour&&e.minute===t.minute)},intervalStyleDefault:function(t){},getTimestampAtEvent:function(t,e){var n=Object(l.copyTimestamp)(e),r=t.currentTarget.getBoundingClientRect(),o=this.firstMinute,c=t,d=t,h=c.changedTouches||c.touches,m=((h&&h[0]?h[0].clientY:d.clientY)-r.top)/this.parsedIntervalHeight,f=o+Math.floor(m*this.parsedIntervalMinutes);return Object(l.updateMinutes)(n,f,this.times.now)},getSlotScope:function(t){var e=Object(l.copyTimestamp)(t);return e.timeToY=this.timeToY,e.timeDelta=this.timeDelta,e.minutesToPixels=this.minutesToPixels,e.week=this.days,e},scrollToTime:function(time){var t=this.timeToY(time),e=this.$refs.scrollArea;return!(!1===t||!e||(e.scrollTop=t,0))},minutesToPixels:function(t){return t/this.parsedIntervalMinutes*this.parsedIntervalHeight},timeToY:function(time,t){void 0===t&&(t=!0);var e=this.timeDelta(time);return!1!==e&&(e*=this.bodyHeight,t&&(e<0&&(e=0),e>this.bodyHeight&&(e=this.bodyHeight))),e},timeDelta:function(time){var t=Object(l.parseTime)(time);return!1!==t&&(t-this.firstMinute)/(this.parsedIntervalCount*this.parsedIntervalMinutes)}}})},"./src/components/VCalendar/mixins/mouse.ts":function(t,e,n){"use strict";n.r(e);var r=n("vue"),o=n.n(r);e.default=o.a.extend({name:"mouse",methods:{getDefaultMouseEventHandlers:function(t,e){var n;return this.getMouseEventHandlers(((n={})["click"+t]={event:"click"},n["contextmenu"+t]={event:"contextmenu",prevent:!0,result:!1},n["mousedown"+t]={event:"mousedown"},n["mousemove"+t]={event:"mousemove"},n["mouseup"+t]={event:"mouseup"},n["mouseenter"+t]={event:"mouseenter"},n["mouseleave"+t]={event:"mouseleave"},n["touchstart"+t]={event:"touchstart"},n["touchmove"+t]={event:"touchmove"},n["touchend"+t]={event:"touchend"},n),e)},getMouseEventHandlers:function(t,e){var n=this,r={},o=function(o){var c=t[o];if(!l.$listeners[o])return"continue";var d=(c.passive?"&":(c.once?"~":"")+(c.capture?"!":""))+c.event,h=function(t){var r=t;return(void 0===c.button||r.buttons>0&&r.button===c.button)&&(c.prevent&&t.preventDefault(),c.stop&&t.stopPropagation(),n.$emit(o,e(t))),c.result};d in r?Array.isArray(r[d])?r[d].push(h):r[d]=[r[d],h]:r[d]=h},l=this;for(var c in t)o(c);return r}}})},"./src/components/VCalendar/mixins/times.ts":function(t,e,n){"use strict";n.r(e);var r=n("vue"),o=n.n(r),l=n("./src/components/VCalendar/util/timestamp.ts");e.default=o.a.extend({name:"times",props:{now:{type:String,validator:l.validateTimestamp}},data:function(){return{times:{now:Object(l.parseTimestamp)("0000-00-00 00:00",!0),today:Object(l.parseTimestamp)("0000-00-00",!0)}}},computed:{parsedNow:function(){return this.now?Object(l.parseTimestamp)(this.now,!0):null}},watch:{parsedNow:"updateTimes"},created:function(){this.updateTimes(),this.setPresent()},methods:{setPresent:function(){this.times.now.present=this.times.today.present=!0,this.times.now.past=this.times.today.past=!1,this.times.now.future=this.times.today.future=!1},updateTimes:function(){var t=this.parsedNow||this.getNow();this.updateDay(t,this.times.now),this.updateTime(t,this.times.now),this.updateDay(t,this.times.today)},getNow:function(){return Object(l.parseDate)(new Date)},updateDay:function(t,e){t.date!==e.date&&(e.year=t.year,e.month=t.month,e.day=t.day,e.weekday=t.weekday,e.date=t.date)},updateTime:function(t,e){t.time!==e.time&&(e.hour=t.hour,e.minute=t.minute,e.time=t.time)}}})},"./src/components/VCalendar/modes/column.ts":function(t,e,n){"use strict";n.r(e),n.d(e,"column",(function(){return o}));var r=n("./src/components/VCalendar/modes/common.ts"),o=function(t,e,n){var o=Object(r.getOverlapGroupHandler)(e);return function(t,e,n,r){var l=o.getVisuals(t,e,n,r);return n&&l.forEach((function(t){t.left=100*t.column/t.columnCount,t.width=100/t.columnCount})),l}}},"./src/components/VCalendar/modes/common.ts":function(t,e,n){"use strict";n.r(e),n.d(e,"getVisuals",(function(){return l})),n.d(e,"hasOverlap",(function(){return c})),n.d(e,"setColumnCount",(function(){return d})),n.d(e,"getRange",(function(){return h})),n.d(e,"getDayRange",(function(){return m})),n.d(e,"getNormalizedRange",(function(){return f})),n.d(e,"getOpenGroup",(function(){return v})),n.d(e,"getOverlapGroupHandler",(function(){return x}));var r=n("./src/components/VCalendar/util/timestamp.ts"),o=function(t,e){var n="function"==typeof Symbol&&t[Symbol.iterator];if(!n)return t;var r,o,i=n.call(t),l=[];try{for(;(void 0===e||e-- >0)&&!(r=i.next()).done;)l.push(r.value)}catch(t){o={error:t}}finally{try{r&&!r.done&&(n=i.return)&&n.call(i)}finally{if(o)throw o.error}}return l};function l(t,e){void 0===e&&(e=0);var n=t.map((function(t){return{event:t,columnCount:0,column:0,left:0,width:100}}));return n.sort((function(a,b){return Math.max(e,a.event.startTimestampIdentifier)-Math.max(e,b.event.startTimestampIdentifier)||b.event.endTimestampIdentifier-a.event.endTimestampIdentifier})),n}function c(t,e,n,r,o){return void 0===o&&(o=!0),o?!(t>=r||e<=n):!(t>r||e0&&!c(r,l,e.min,e.max,x)&&(d(e.groups),e.reset());var f=v(e.groups,r,l,x);-1===f&&(f=e.groups.length,e.groups.push({start:r,end:l,visuals:[]}));var y=e.groups[f];y.visuals.push(t),y.start=Math.min(y.start,r),y.end=Math.max(y.end,l),t.column=f,-1===e.min?(e.min=r,e.max=l):(e.min=Math.min(e.min,r),e.max=Math.max(e.max,l))})),d(e.groups),x&&e.reset(),w}};return e}},"./src/components/VCalendar/modes/index.ts":function(t,e,n){"use strict";n.r(e),n.d(e,"CalendarEventOverlapModes",(function(){return l}));var r=n("./src/components/VCalendar/modes/stack.ts"),o=n("./src/components/VCalendar/modes/column.ts"),l={stack:r.stack,column:o.column}},"./src/components/VCalendar/modes/stack.ts":function(t,e,n){"use strict";n.r(e),n.d(e,"stack",(function(){return h}));var r=n("./src/components/VCalendar/modes/common.ts"),o=n("./src/components/VCalendar/util/timestamp.ts"),l=function(t){var s="function"==typeof Symbol&&Symbol.iterator,e=s&&t[s],i=0;if(e)return e.call(t);if(t&&"number"==typeof t.length)return{next:function(){return t&&i>=t.length&&(t=void 0),{value:t&&t[i++],done:!t}}};throw new TypeError(s?"Object is not iterable.":"Symbol.iterator is not defined.")},c=function(t,e){var n="function"==typeof Symbol&&t[Symbol.iterator];if(!n)return t;var r,o,i=n.call(t),l=[];try{for(;(void 0===e||e-- >0)&&!(r=i.next()).done;)l.push(r.value)}catch(t){o={error:t}}finally{try{r&&!r.done&&(n=i.return)&&n.call(i)}finally{if(o)throw o.error}}return l},d=100,h=function(t,e,n){var d=Object(r.getOverlapGroupHandler)(e);return function(t,e,h,f){var w,_,C,A,O,T;if(!h)return d.getVisuals(t,e,h,f);var V=Object(o.getTimestampIdentifier)(t),P=Object(r.getVisuals)(e,V),I=function(t,e){var n,o,d,h,m=[];try{for(var f=l(t),v=f.next();!v.done;v=f.next()){var x=v.value,y=c(Object(r.getNormalizedRange)(x.event,e),2),w=y[0],k=y[1],_=!1;try{for(var S=(d=void 0,l(m)),C=S.next();!C.done;C=S.next()){var A=C.value;if(Object(r.hasOverlap)(w,k,A.start,A.end)){A.visuals.push(x),A.end=Math.max(A.end,k),_=!0;break}}}catch(t){d={error:t}}finally{try{C&&!C.done&&(h=S.return)&&h.call(S)}finally{if(d)throw d.error}}_||m.push({start:w,end:k,visuals:[x]})}}catch(t){n={error:t}}finally{try{v&&!v.done&&(o=f.return)&&o.call(f)}finally{if(n)throw n.error}}return m}(P,V);try{for(var L=l(I),D=L.next();!D.done;D=L.next()){var j=D.value,E=[];try{for(var M=(C=void 0,l(j.visuals)),z=M.next();!z.done;z=M.next()){var B=k(z.value,V),$=v(B,E);if(!1===$)(F=y(B,E))&&(B.parent=F,B.sibling=Object(r.hasOverlap)(B.start,B.end,F.start,S(F.start,n)),B.index=F.index+1,F.children.push(B));else{var F=c(x(B,E,$-1,$-1),1)[0],R=x(B,E,$+1,$+E.length,!0);B.children=R,B.index=$,F&&(B.parent=F,B.sibling=Object(r.hasOverlap)(B.start,B.end,F.start,S(F.start,n)),F.children.push(B));try{for(var N=(O=void 0,l(R)),H=N.next();!H.done;H=N.next()){var Y=H.value;Y.parent===F&&(Y.parent=B),Y.index-B.index<=1&&B.sibling&&Object(r.hasOverlap)(B.start,S(B.start,n),Y.start,Y.end)&&(Y.sibling=!0)}}catch(t){O={error:t}}finally{try{H&&!H.done&&(T=N.return)&&T.call(N)}finally{if(O)throw O.error}}}E.push(B)}}catch(t){C={error:t}}finally{try{z&&!z.done&&(A=M.return)&&A.call(M)}finally{if(C)throw C.error}}m(E,n)}}catch(t){w={error:t}}finally{try{D&&!D.done&&(_=L.return)&&_.call(L)}finally{if(w)throw w.error}}return P.sort((function(a,b){return a.left-b.left||a.event.startTimestampIdentifier-b.event.startTimestampIdentifier})),P}};function m(t,e){var n,r;try{for(var o=l(t),c=o.next();!c.done;c=o.next()){var h=c.value,m=h.visual,v=h.parent,x=_(h)+1,y=v?v.visual.left:0,k=d-y,S=Math.min(5,d/x),C=f(h,t),A=k/(x-h.index+1),O=k/(x-h.index+(h.sibling?1:0))*C;v&&(m.left=h.sibling?y+A:y+S),m.width=w(h,t,e)?d-m.left:Math.min(d-m.left,1.7*O)}}catch(t){n={error:t}}finally{try{c&&!c.done&&(r=o.return)&&r.call(o)}finally{if(n)throw n.error}}}function f(t,e){if(!t.children.length)return 1;var n=t.index+e.length;return t.children.reduce((function(t,e){return Math.min(t,e.index)}),n)-t.index}function v(t,e){var n=function(t,e){var n,o,c=[];try{for(var d=l(e),h=d.next();!h.done;h=d.next()){var m=h.value;Object(r.hasOverlap)(t.start,t.end,m.start,m.end)&&c.push(m.index)}}catch(t){n={error:t}}finally{try{h&&!h.done&&(o=d.return)&&o.call(d)}finally{if(n)throw n.error}}return c}(t,e);n.sort();for(var i=0;i=n&&x.index<=o&&Object(r.hasOverlap)(t.start,t.end,x.start,x.end)&&m.push(x)}}catch(t){d={error:t}}finally{try{v&&!v.done&&(h=f.return)&&h.call(f)}finally{if(d)throw d.error}}if(c&&m.length>0){var y=m.reduce((function(t,e){return Math.min(t,e.index)}),m[0].index);return m.filter((function(t){return t.index===y}))}return m}function y(t,e){var n,o,c=null;try{for(var d=l(e),h=d.next();!h.done;h=d.next()){var m=h.value;Object(r.hasOverlap)(t.start,t.end,m.start,m.end)&&(null===c||m.index>c.index)&&(c=m)}}catch(t){n={error:t}}finally{try{h&&!h.done&&(o=d.return)&&o.call(d)}finally{if(n)throw n.error}}return c}function w(t,e,n){var o,c;try{for(var d=l(e),h=d.next();!h.done;h=d.next()){var m=h.value;if(m!==t&&m.index>t.index&&Object(r.hasOverlap)(t.start,S(t.start,n),m.start,m.end))return!1}}catch(t){o={error:t}}finally{try{h&&!h.done&&(c=d.return)&&c.call(d)}finally{if(o)throw o.error}}return!0}function k(t,e){var n=c(Object(r.getNormalizedRange)(t.event,e),2);return{parent:null,sibling:!0,index:0,visual:t,start:n[0],end:n[1],children:[]}}function _(t){var e,n,r=t.index;try{for(var o=l(t.children),c=o.next();!c.done;c=o.next()){var d=_(c.value);d>r&&(r=d)}}catch(t){e={error:t}}finally{try{c&&!c.done&&(n=o.return)&&n.call(o)}finally{if(e)throw e.error}}return r}function S(t,e){var n=t%100,r=n+e;return t-n+100*Math.floor(r/60)+r%60}},"./src/components/VCalendar/util/events.ts":function(t,e,n){"use strict";n.r(e),n.d(e,"parseEvent",(function(){return o})),n.d(e,"isEventOn",(function(){return l})),n.d(e,"isEventHiddenOn",(function(){return c})),n.d(e,"isEventStart",(function(){return d})),n.d(e,"isEventOverlapping",(function(){return h}));var r=n("./src/components/VCalendar/util/timestamp.ts");function o(input,t,e,n,o,l){void 0===o&&(o=!1),void 0===l&&(l=!1);var c=input[e],d=input[n],h=Object(r.parseTimestamp)(c,!0),m=d?Object(r.parseTimestamp)(d,!0):h,f=Object(r.isTimedless)(c)?Object(r.updateHasTime)(h,o):h,v=Object(r.isTimedless)(d)?Object(r.updateHasTime)(m,o):m,x=Object(r.getDayIdentifier)(f),y=Object(r.getTimestampIdentifier)(f),w=Object(r.getDayIdentifier)(v),k=f.hasTime?0:2359;return{input:input,start:f,startIdentifier:x,startTimestampIdentifier:y,end:v,endIdentifier:w,endTimestampIdentifier:Object(r.getTimestampIdentifier)(v)+k,allDay:!f.hasTime,index:t,category:l}}function l(t,e){return e>=t.startIdentifier&&e<=t.endIdentifier}function c(t,e){return"00:00"===t.end.time&&t.end.date===e.date&&t.start.date!==e.date}function d(t,e,n,r){return n===t.startIdentifier||r===e.weekday&&l(t,n)}function h(t,e,n){return e<=t.endIdentifier&&n>=t.startIdentifier}},"./src/components/VCalendar/util/parser.ts":function(t,e,n){"use strict";function r(t){return(r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}n.r(e),n.d(e,"parsedCategoryText",(function(){return l})),n.d(e,"getParsedCategories",(function(){return c}));var o=function(){return(o=Object.assign||function(t){for(var s,i=1,e=arguments.length;ir.DAYS_IN_WEEK||0===t.length)return!1;for(var e={},n=!1,i=0;i=r.DAYS_IN_WEEK)return!1;if(i>0){var l=o-t[i-1];if(l<0){if(n)return!1;n=!0}else if(0===l)return!1}if(e[o])return!1;e[o]=!0}return!0}return!1}e.default={base:{start:{type:[String,Number,Date],validate:r.validateTimestamp,default:function(){return Object(r.parseDate)(new Date).date}},end:{type:[String,Number,Date],validate:r.validateTimestamp},weekdays:{type:[Array,String],default:function(){return[0,1,2,3,4,5,6]},validate:c},hideHeader:{type:Boolean},shortWeekdays:{type:Boolean,default:!0},weekdayFormat:{type:Function,default:null},dayFormat:{type:Function,default:null}},intervals:{maxDays:{type:Number,default:7},shortIntervals:{type:Boolean,default:!0},intervalHeight:{type:[Number,String],default:48,validate:l},intervalWidth:{type:[Number,String],default:60,validate:l},intervalMinutes:{type:[Number,String],default:60,validate:l},firstInterval:{type:[Number,String],default:0,validate:l},firstTime:{type:[Number,String,Object],validate:r.validateTime},intervalCount:{type:[Number,String],default:24,validate:l},intervalFormat:{type:Function,default:null},intervalStyle:{type:Function,default:null},showIntervalLabel:{type:Function,default:null}},weeks:{localeFirstDayOfYear:{type:[String,Number],default:0},minWeeks:{validate:l,default:1},shortMonths:{type:Boolean,default:!0},showMonthOnFirst:{type:Boolean,default:!0},showWeek:Boolean,monthFormat:{type:Function,default:null}},calendar:{type:{type:String,default:"month"},value:{type:[String,Number,Date],validate:r.validateTimestamp}},category:{categories:{type:[Array,String],default:""},categoryText:{type:[String,Function]},categoryHideDynamic:{type:Boolean},categoryShowAll:{type:Boolean},categoryForInvalid:{type:String,default:""},categoryDays:{type:[Number,String],default:1,validate:function(t){return isFinite(parseInt(t))&&parseInt(t)>0}}},events:{events:{type:Array,default:function(){return[]}},eventStart:{type:String,default:"start"},eventEnd:{type:String,default:"end"},eventTimed:{type:[String,Function],default:"timed"},eventCategory:{type:[String,Function],default:"category"},eventHeight:{type:Number,default:20},eventColor:{type:[String,Function],default:"primary"},eventTextColor:{type:[String,Function],default:"white"},eventName:{type:[String,Function],default:"name"},eventOverlapThreshold:{type:[String,Number],default:60},eventOverlapMode:{type:[String,Function],default:"stack",validate:function(t){return t in o.CalendarEventOverlapModes||"function"==typeof t}},eventMore:{type:Boolean,default:!0},eventMoreText:{type:String,default:"$vuetify.calendar.moreEvents"},eventRipple:{type:[Boolean,Object],default:null},eventMarginBottom:{type:Number,default:1}}}},"./src/components/VCalendar/util/timestamp.ts":function(t,e,n){"use strict";n.r(e),n.d(e,"PARSE_REGEX",(function(){return l})),n.d(e,"PARSE_TIME",(function(){return c})),n.d(e,"DAYS_IN_MONTH",(function(){return d})),n.d(e,"DAYS_IN_MONTH_LEAP",(function(){return h})),n.d(e,"DAYS_IN_MONTH_MIN",(function(){return m})),n.d(e,"DAYS_IN_MONTH_MAX",(function(){return f})),n.d(e,"MONTH_MAX",(function(){return v})),n.d(e,"MONTH_MIN",(function(){return x})),n.d(e,"DAY_MIN",(function(){return y})),n.d(e,"DAYS_IN_WEEK",(function(){return w})),n.d(e,"MINUTES_IN_HOUR",(function(){return k})),n.d(e,"MINUTE_MAX",(function(){return _})),n.d(e,"MINUTES_IN_DAY",(function(){return S})),n.d(e,"HOURS_IN_DAY",(function(){return C})),n.d(e,"HOUR_MAX",(function(){return A})),n.d(e,"FIRST_HOUR",(function(){return O})),n.d(e,"OFFSET_YEAR",(function(){return T})),n.d(e,"OFFSET_MONTH",(function(){return V})),n.d(e,"OFFSET_HOUR",(function(){return P})),n.d(e,"OFFSET_TIME",(function(){return I})),n.d(e,"getStartOfWeek",(function(){return L})),n.d(e,"getEndOfWeek",(function(){return D})),n.d(e,"getStartOfMonth",(function(){return j})),n.d(e,"getEndOfMonth",(function(){return E})),n.d(e,"validateTime",(function(){return M})),n.d(e,"parseTime",(function(){return z})),n.d(e,"validateTimestamp",(function(){return B})),n.d(e,"parseTimestamp",(function(){return $})),n.d(e,"parseDate",(function(){return F})),n.d(e,"getDayIdentifier",(function(){return R})),n.d(e,"getTimeIdentifier",(function(){return N})),n.d(e,"getTimestampIdentifier",(function(){return H})),n.d(e,"updateRelative",(function(){return Y})),n.d(e,"isTimedless",(function(){return W})),n.d(e,"updateHasTime",(function(){return X})),n.d(e,"updateMinutes",(function(){return G})),n.d(e,"updateWeekday",(function(){return U})),n.d(e,"updateFormatted",(function(){return Z})),n.d(e,"getWeekday",(function(){return K})),n.d(e,"daysInMonth",(function(){return J})),n.d(e,"copyTimestamp",(function(){return Q})),n.d(e,"padNumber",(function(){return tt})),n.d(e,"getDate",(function(){return et})),n.d(e,"getTime",(function(){return it})),n.d(e,"nextMinutes",(function(){return nt})),n.d(e,"nextDay",(function(){return at})),n.d(e,"prevDay",(function(){return ot})),n.d(e,"relativeDays",(function(){return st})),n.d(e,"diffMinutes",(function(){return lt})),n.d(e,"findWeekday",(function(){return pt})),n.d(e,"getWeekdaySkips",(function(){return ct})),n.d(e,"timestampToDate",(function(){return ut})),n.d(e,"createDayList",(function(){return ht})),n.d(e,"createIntervalList",(function(){return mt})),n.d(e,"createNativeLocaleFormatter",(function(){return ft}));var r=n("./src/util/dateTimeUtils.ts");function o(t){return(o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}var l=/^(\d{4})-(\d{1,2})(-(\d{1,2}))?([^\d]+(\d{1,2}))?(:(\d{1,2}))?(:(\d{1,2}))?$/,c=/(\d\d?)(:(\d\d?)|)(:(\d\d?)|)/,d=[0,31,28,31,30,31,30,31,31,30,31,30,31],h=[0,31,29,31,30,31,30,31,31,30,31,30,31],m=28,f=31,v=12,x=1,y=1,w=7,k=60,_=59,S=1440,C=24,A=23,O=0,T=1e4,V=100,P=100,I=1e4;function L(t,e,n){var r=Q(t);return pt(r,e[0],ot),Z(r),n&&Y(r,n,r.hasTime),r}function D(t,e,n){var r=Q(t);return pt(r,e[e.length-1]),Z(r),n&&Y(r,n,r.hasTime),r}function j(t){var e=Q(t);return e.day=y,U(e),Z(e),e}function E(t){var e=Q(t);return e.day=J(e.year,e.month),U(e),Z(e),e}function M(input){return"number"==typeof input&&isFinite(input)||!!c.exec(input)||"object"===o(input)&&isFinite(input.hour)&&isFinite(input.minute)}function z(input){if("number"==typeof input)return input;if("string"==typeof input){var t=c.exec(input);return!!t&&60*parseInt(t[1])+parseInt(t[3]||0)}return"object"===o(input)&&"number"==typeof input.hour&&"number"==typeof input.minute&&60*input.hour+input.minute}function B(input){return"number"==typeof input&&isFinite(input)||"string"==typeof input&&!!l.exec(input)||input instanceof Date}function $(input,t,e){if(void 0===t&&(t=!1),"number"==typeof input&&isFinite(input)&&(input=new Date(input)),input instanceof Date){var n=F(input);return e&&Y(n,e,n.hasTime),n}if("string"!=typeof input){if(t)throw new Error(input+" is not a valid timestamp. It must be a Date, number of seconds since Epoch, or a string in the format of YYYY-MM-DD or YYYY-MM-DD hh:mm. Zero-padding is optional and seconds are ignored.");return null}var r=l.exec(input);if(!r){if(t)throw new Error(input+" is not a valid timestamp. It must be a Date, number of seconds since Epoch, or a string in the format of YYYY-MM-DD or YYYY-MM-DD hh:mm. Zero-padding is optional and seconds are ignored.");return null}var o={date:input,time:"",year:parseInt(r[1]),month:parseInt(r[2]),day:parseInt(r[4])||1,hour:parseInt(r[6])||0,minute:parseInt(r[8])||0,weekday:0,hasDay:!!r[4],hasTime:!(!r[6]||!r[8]),past:!1,present:!1,future:!1};return U(o),Z(o),e&&Y(o,e,o.hasTime),o}function F(t){return Z({date:"",time:"",year:t.getFullYear(),month:t.getMonth()+1,day:t.getDate(),weekday:t.getDay(),hour:t.getHours(),minute:t.getMinutes(),hasDay:!0,hasTime:!0,past:!1,present:!0,future:!1})}function R(t){return t.year*T+t.month*V+t.day}function N(t){return t.hour*P+t.minute}function H(t){return R(t)*I+N(t)}function Y(t,e,time){void 0===time&&(time=!1);var a=R(e),b=R(t),n=a===b;return t.hasTime&&time&&n&&(n=(a=N(e))===(b=N(t))),t.past=ba,t}function W(input){return input instanceof Date||"number"==typeof input&&isFinite(input)}function X(t,e,n){return t.hasTime!==e&&(t.hasTime=e,e||(t.hour=A,t.minute=_,t.time=it(t)),n&&Y(t,n,t.hasTime)),t}function G(t,e,n){return t.hasTime=!0,t.hour=Math.floor(e/k),t.minute=e%k,t.time=it(t),n&&Y(t,n,!0),t}function U(t){return t.weekday=K(t),t}function Z(t){return t.time=it(t),t.date=et(t),t}function K(t){if(t.hasDay){var e=Math.floor,n=t.day,r=(t.month+9)%v+1,o=e(t.year/100),l=t.year%100-(t.month<=2?1:0);return((n+e(2.6*r-.2)-2*o+l+e(l/4)+e(o/4))%7+7)%7}return t.weekday}function J(t,e){return Object(r.isLeapYear)(t)?h[e]:d[e]}function Q(t){return{date:t.date,time:t.time,year:t.year,month:t.month,day:t.day,weekday:t.weekday,hour:t.hour,minute:t.minute,hasDay:t.hasDay,hasTime:t.hasTime,past:t.past,present:t.present,future:t.future}}function tt(t,e){for(var n=String(t);n.lengthk;)t.minute-=k,t.hour++,t.hour>=C&&(at(t),t.hour=O);return t}function at(t){return t.day++,t.weekday=(t.weekday+1)%w,t.day>m&&t.day>J(t.year,t.month)&&(t.day=y,t.month++,t.month>v&&(t.month=x,t.year++)),t}function ot(t){return t.day--,t.weekday=(t.weekday+6)%w,t.day=0;)e(t);return t}function lt(t,e){return 525600*(e.year-t.year)+43800*(e.month-t.month)+1440*(e.day-t.day)+60*(e.hour-t.hour)+(e.minute-t.minute)}function pt(t,e,n,r){for(void 0===n&&(n=at),void 0===r&&(r=6);t.weekday!==e&&--r>=0;)n(t);return t}function ct(t){for(var e=[1,1,1,1,1,1,1],n=[0,0,0,0,0,0,0],i=0;i0}},mandatory:{type:Boolean,default:!0},progress:Boolean,progressColor:String,showArrows:{type:Boolean,default:!0},verticalDelimiters:{type:String,default:void 0}},provide:function(){return{parentTheme:this.theme}},data:function(){return{internalHeight:this.height,slideTimeout:void 0}},computed:{classes:function(){return f(f({},r.default.options.computed.classes.call(this)),{"v-carousel":!0,"v-carousel--hide-delimiter-background":this.hideDelimiterBackground,"v-carousel--vertical-delimiters":this.isVertical})},isDark:function(){return this.dark||!this.light},isVertical:function(){return null!=this.verticalDelimiters}},watch:{internalValue:"restartTimeout",interval:"restartTimeout",height:function(t,e){t!==e&&t&&(this.internalHeight=t)},cycle:function(t){t?this.restartTimeout():(clearTimeout(this.slideTimeout),this.slideTimeout=void 0)}},created:function(){this.$attrs.hasOwnProperty("hide-controls")&&Object(m.breaking)("hide-controls",':show-arrows="false"',this)},mounted:function(){this.startTimeout()},methods:{genControlIcons:function(){return this.isVertical?null:r.default.options.methods.genControlIcons.call(this)},genDelimiters:function(){return this.$createElement("div",{staticClass:"v-carousel__controls",style:{left:"left"===this.verticalDelimiters&&this.isVertical?0:"auto",right:"right"===this.verticalDelimiters?0:"auto"}},[this.genItems()])},genItems:function(){for(var t=this,e=this.items.length,n=[],i=0;i0?+this.interval:6e3))}},render:function(t){var e=r.default.options.render.call(this,t);return e.data.style="height: "+Object(h.convertToUnit)(this.height)+";",this.hideDelimiters||e.children.push(this.genDelimiters()),(this.progress||this.progressColor)&&e.children.push(this.genProgress()),e}})},"./src/components/VCarousel/VCarouselItem.ts":function(t,e,n){"use strict";n.r(e);var r=n("./src/components/VWindow/VWindowItem.ts"),o=n("./src/components/VImg/index.ts"),l=n("./src/util/mixins.ts"),c=n("./src/util/helpers.ts"),d=n("./src/mixins/routable/index.ts"),h=function(){return(h=Object.assign||function(t){for(var s,i=1,e=arguments.length;i0)&&!(r=i.next()).done;)l.push(r.value)}catch(t){o={error:t}}finally{try{r&&!r.done&&(n=i.return)&&n.call(i)}finally{if(o)throw o.error}}return l};e.default=Object(r.default)(c.default,v.default,f.default,h.default,Object(d.factory)("chipGroup"),Object(m.factory)("inputValue")).extend({name:"v-chip",props:{active:{type:Boolean,default:!0},activeClass:{type:String,default:function(){return this.chipGroup?this.chipGroup.activeClass:""}},close:Boolean,closeIcon:{type:String,default:"$delete"},closeLabel:{type:String,default:"$vuetify.close"},disabled:Boolean,draggable:Boolean,filter:Boolean,filterIcon:{type:String,default:"$complete"},label:Boolean,link:Boolean,outlined:Boolean,pill:Boolean,tag:{type:String,default:"span"},textColor:String,value:null},data:function(){return{proxyClass:"v-chip--active"}},computed:{classes:function(){return y(y(y(y(y({"v-chip":!0},f.default.options.computed.classes.call(this)),{"v-chip--clickable":this.isClickable,"v-chip--disabled":this.disabled,"v-chip--draggable":this.draggable,"v-chip--label":this.label,"v-chip--link":this.isLink,"v-chip--no-color":!this.color,"v-chip--outlined":this.outlined,"v-chip--pill":this.pill,"v-chip--removable":this.hasClose}),this.themeClasses),this.sizeableClasses),this.groupClasses)},hasClose:function(){return Boolean(this.close)},isClickable:function(){return Boolean(f.default.options.computed.isClickable.call(this)||this.chipGroup)}},created:function(){var t=this;[["outline","outlined"],["selected","input-value"],["value","active"],["@input","@active.sync"]].forEach((function(e){var n=w(e,2),r=n[0],o=n[1];t.$attrs.hasOwnProperty(r)&&Object(x.breaking)(r,o,t)}))},methods:{click:function(t){this.$emit("click",t),this.chipGroup&&this.toggle()},genFilter:function(){var t=[];return this.isActive&&t.push(this.$createElement(l.default,{staticClass:"v-chip__filter",props:{left:!0}},this.filterIcon)),this.$createElement(o.VExpandXTransition,t)},genClose:function(){var t=this;return this.$createElement(l.default,{staticClass:"v-chip__close",props:{right:!0,size:18},attrs:{"aria-label":this.$vuetify.lang.t(this.closeLabel)},on:{click:function(e){e.stopPropagation(),e.preventDefault(),t.$emit("click:close"),t.$emit("update:active",!1)}}},this.closeIcon)},genContent:function(){return this.$createElement("span",{staticClass:"v-chip__content"},[this.filter&&this.genFilter(),this.$slots.default,this.hasClose&&this.genClose()])}},render:function(t){var e=[this.genContent()],n=this.generateRouteLink(),r=n.tag,data=n.data;data.attrs=y(y({},data.attrs),{draggable:this.draggable?"true":void 0,tabindex:this.chipGroup&&!this.disabled?0:data.attrs.tabindex}),data.directives.push({name:"show",value:this.active}),data=this.setBackgroundColor(this.color,data);var o=this.textColor||this.outlined&&this.color;return t(r,this.setTextColor(o,data),e)}})},"./src/components/VChip/index.ts":function(t,e,n){"use strict";n.r(e);var r=n("./src/components/VChip/VChip.ts");n.d(e,"VChip",(function(){return r.default})),e.default=r.default},"./src/components/VChipGroup/VChipGroup.sass":function(t,e,n){},"./src/components/VChipGroup/VChipGroup.ts":function(t,e,n){"use strict";n.r(e),n("./src/components/VChipGroup/VChipGroup.sass");var r=n("./src/components/VSlideGroup/VSlideGroup.ts"),o=n("./src/mixins/colorable/index.ts"),l=n("./src/util/mixins.ts"),c=function(){return(c=Object.assign||function(t){for(var s,i=1,e=arguments.length;i0)&&!(r=i.next()).done;)l.push(r.value)}catch(t){o={error:t}}finally{try{r&&!r.done&&(n=i.return)&&n.call(i)}finally{if(o)throw o.error}}return l},f={rgba:{inputs:[["r",255,"int"],["g",255,"int"],["b",255,"int"],["a",1,"float"]],from:h.fromRGBA},hsla:{inputs:[["h",360,"int"],["s",1,"float"],["l",1,"float"],["a",1,"float"]],from:h.fromHSLA},hexa:{from:h.fromHexa}};e.default=d.a.extend({name:"v-color-picker-edit",props:{color:Object,disabled:Boolean,hideAlpha:Boolean,hideModeSwitch:Boolean,mode:{type:String,default:"rgba",validator:function(t){return Object.keys(f).includes(t)}}},data:function(){return{modes:f,internalMode:this.mode}},computed:{currentMode:function(){return this.modes[this.internalMode]}},watch:{mode:function(t){this.internalMode=t}},created:function(){this.internalMode=this.mode},methods:{getValue:function(t,e){return"float"===e?Math.round(100*t)/100:"int"===e?Math.round(t):0},parseValue:function(t,e){return"float"===e?parseFloat(t):"int"===e&&parseInt(t,10)||0},changeMode:function(){var t=Object.keys(this.modes),e=t.indexOf(this.internalMode),n=t[(e+1)%t.length];this.internalMode=n,this.$emit("update:mode",n)},genInput:function(t,e,n,r){return this.$createElement("div",{staticClass:"v-color-picker__input"},[this.$createElement("input",{key:t,attrs:e,domProps:{value:n},on:r}),this.$createElement("span",t.toUpperCase())])},genInputs:function(){var t=this;if("hexa"===this.internalMode){var e=this.color.hexa,n=this.hideAlpha&&e.endsWith("FF")?e.substr(0,7):e;return this.genInput("hex",{maxlength:this.hideAlpha?7:9,disabled:this.disabled},n,{change:function(e){var n=e.target;t.$emit("update:color",t.currentMode.from(Object(l.parseHex)(n.value)))}})}return(this.hideAlpha?this.currentMode.inputs.slice(0,-1):this.currentMode.inputs).map((function(e){var n=m(e,3),r=n[0],o=n[1],l=n[2],c=t.color[t.internalMode];return t.genInput(r,{type:"number",min:0,max:o,step:"float"===l?"0.01":"int"===l?"1":void 0,disabled:t.disabled},t.getValue(c[r],l),{input:function(e){var n,o=e.target,d=t.parseValue(o.value||"0",l);t.$emit("update:color",t.currentMode.from(Object.assign({},c,((n={})[r]=d,n)),t.color.alpha))}})}))},genSwitch:function(){return this.$createElement(r.default,{props:{small:!0,icon:!0,disabled:this.disabled},on:{click:this.changeMode}},[this.$createElement(o.default,"$unfold")])}},render:function(t){return t("div",{staticClass:"v-color-picker__edit"},[this.genInputs(),!this.hideModeSwitch&&this.genSwitch()])}})},"./src/components/VColorPicker/VColorPickerPreview.sass":function(t,e,n){},"./src/components/VColorPicker/VColorPickerPreview.ts":function(t,e,n){"use strict";n.r(e),n("./src/components/VColorPicker/VColorPickerPreview.sass");var r=n("./src/components/VSlider/VSlider.ts"),o=n("./src/util/colorUtils.ts"),l=n("vue"),c=n.n(l),d=n("./src/components/VColorPicker/util/index.ts"),h=function(){return(h=Object.assign||function(t){for(var s,i=1,e=arguments.length;i2&&this.color.alpha>.5,light:Object(m.contrastRatio)(this.color.rgba,v)>2&&this.color.alpha>.5}},"$success")]);return this.$createElement("div",{staticClass:"v-color-picker__color",on:{click:function(){return e.disabled||e.$emit("update:color",Object(l.fromHex)("transparent"===t?"#00000000":t))}}},[content])},genSwatches:function(){var t=this;return this.swatches.map((function(e){var n=e.map(t.genColor);return t.$createElement("div",{staticClass:"v-color-picker__swatch"},n)}))}},render:function(t){return t("div",{staticClass:"v-color-picker__swatches",style:{maxWidth:Object(c.convertToUnit)(this.maxWidth),maxHeight:Object(c.convertToUnit)(this.maxHeight)}},[this.$createElement("div",this.genSwatches())])}})},"./src/components/VColorPicker/index.ts":function(t,e,n){"use strict";n.r(e);var r=n("./src/components/VColorPicker/VColorPicker.ts");n.d(e,"VColorPicker",(function(){return r.default}));var o=n("./src/components/VColorPicker/VColorPickerSwatches.ts");n.d(e,"VColorPickerSwatches",(function(){return o.default}));var l=n("./src/components/VColorPicker/VColorPickerCanvas.ts");n.d(e,"VColorPickerCanvas",(function(){return l.default})),e.default=r.default},"./src/components/VColorPicker/util/index.ts":function(t,e,n){"use strict";n.r(e),n.d(e,"fromHSVA",(function(){return d})),n.d(e,"fromHSLA",(function(){return h})),n.d(e,"fromRGBA",(function(){return m})),n.d(e,"fromHexa",(function(){return f})),n.d(e,"fromHex",(function(){return v})),n.d(e,"parseColor",(function(){return y})),n.d(e,"extractColor",(function(){return k})),n.d(e,"hasAlpha",(function(){return _}));var r=n("./src/util/colorUtils.ts");function o(t){return(o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}var l=function(){return(l=Object.assign||function(t){for(var s,i=1,e=arguments.length;i7:"object"===o(t)&&(x(t,["a"])||x(t,["alpha"])))}},"./src/components/VCombobox/VCombobox.ts":function(t,e,n){"use strict";n.r(e),n("./src/components/VAutocomplete/VAutocomplete.sass");var r=n("./src/components/VSelect/VSelect.ts"),o=n("./src/components/VAutocomplete/VAutocomplete.ts"),l=n("./src/util/helpers.ts");function c(t){return(c="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}var d=function(){return(d=Object.assign||function(t){for(var s,i=1,e=arguments.length;i-1||this.$nextTick(this.updateSelf)},onFilteredItemsChanged:function(t,e){this.autoSelectFirst&&o.default.options.methods.onFilteredItemsChanged.call(this,t,e)},onKeyDown:function(t){var e=t.keyCode;!t.ctrlKey&&[l.keyCodes.home,l.keyCodes.end].includes(e)||r.default.options.methods.onKeyDown.call(this,t),this.multiple&&e===l.keyCodes.left&&0===this.$refs.input.selectionStart?this.updateSelf():e===l.keyCodes.enter&&this.onEnterDown(t),this.changeSelectedIndex(e)},onTabDown:function(t){if(this.multiple&&this.internalSearch&&-1===this.getMenuIndex())return t.preventDefault(),t.stopPropagation(),this.updateTags();o.default.options.methods.onTabDown.call(this,t)},selectItem:function(t){this.editingIndex>-1?this.updateEditing():(o.default.options.methods.selectItem.call(this,t),this.internalSearch&&this.multiple&&this.getText(t).toLocaleLowerCase().includes(this.internalSearch.toLocaleLowerCase())&&(this.internalSearch=null))},setSelectedItems:function(){null==this.internalValue||""===this.internalValue?this.selectedItems=[]:this.selectedItems=this.multiple?this.internalValue:[this.internalValue]},setValue:function(t){r.default.options.methods.setValue.call(this,null!=t?t:this.internalSearch)},updateEditing:function(){var t=this.internalValue.slice();t[this.editingIndex]=this.internalSearch,this.setValue(t),this.editingIndex=-1},updateCombobox:function(){this.searchIsDirty&&(this.internalSearch!==this.getText(this.internalValue)&&this.setValue(),(Boolean(this.$scopedSlots.selection)||this.hasChips)&&(this.internalSearch=null))},updateSelf:function(){this.multiple?this.updateTags():this.updateCombobox()},updateTags:function(){var t=this,e=this.getMenuIndex();if(!(e<0&&!this.searchIsDirty||!this.internalSearch)){if(this.editingIndex>-1)return this.updateEditing();var n=this.selectedItems.findIndex((function(e){return t.internalSearch===t.getText(e)})),r=n>-1&&"object"===c(this.selectedItems[n])?Object.assign({},this.selectedItems[n]):this.internalSearch;if(n>-1){var o=this.internalValue.slice();o.splice(n,1),this.setValue(o)}if(e>-1)return this.internalSearch=null;this.selectItem(r),this.internalSearch=null}},onPaste:function(t){var e;if(this.multiple&&!this.searchIsDirty){var n=null===(e=t.clipboardData)||void 0===e?void 0:e.getData("text/vnd.vuetify.autocomplete.item+plain");n&&-1===this.findExistingIndex(n)&&(t.preventDefault(),r.default.options.methods.selectItem.call(this,n))}},clearableCallback:function(){this.editingIndex=-1,o.default.options.methods.clearableCallback.call(this)}}})},"./src/components/VCombobox/index.ts":function(t,e,n){"use strict";n.r(e);var r=n("./src/components/VCombobox/VCombobox.ts");n.d(e,"VCombobox",(function(){return r.default})),e.default=r.default},"./src/components/VContent/VContent.ts":function(t,e,n){"use strict";n.r(e);var r=n("./src/components/VMain/VMain.ts"),o=n("./src/util/console.ts");e.default=r.default.extend({name:"v-main",created:function(){Object(o.deprecate)("v-content","v-main",this)},render:function(t){var e=r.default.options.render.call(this,t);return e.data.staticClass+=" v-content",e.children[0].data.staticClass+=" v-content__wrap",t(e.tag,e.data,e.children)}})},"./src/components/VContent/index.ts":function(t,e,n){"use strict";n.r(e);var r=n("./src/components/VContent/VContent.ts");n.d(e,"VContent",(function(){return r.default})),e.default=r.default},"./src/components/VCounter/VCounter.sass":function(t,e,n){},"./src/components/VCounter/VCounter.ts":function(t,e,n){"use strict";n.r(e),n("./src/components/VCounter/VCounter.sass");var r=n("./src/mixins/themeable/index.ts"),o=n("./src/util/mixins.ts"),l=function(){return(l=Object.assign||function(t){for(var s,i=1,e=arguments.length;io},Object(r.functionalThemeClasses)(e))},content)}})},"./src/components/VCounter/index.ts":function(t,e,n){"use strict";n.r(e);var r=n("./src/components/VCounter/VCounter.ts");n.d(e,"VCounter",(function(){return r.default})),e.default=r.default},"./src/components/VData/VData.ts":function(t,e,n){"use strict";n.r(e);var r=n("./src/util/helpers.ts"),o=n("vue"),l=n.n(o),c=function(){return(c=Object.assign||function(t){for(var s,i=1,e=arguments.length;i0)&&!(r=i.next()).done;)l.push(r.value)}catch(t){o={error:t}}finally{try{r&&!r.done&&(n=i.return)&&n.call(i)}finally{if(o)throw o.error}}return l},h=function(){for(var t=[],i=0;i0&&(t=n.sortDesc).push.apply(t,h(Object(r.fillArray)(m,!1))),f>0&&(e=n.groupDesc).push.apply(e,h(Object(r.fillArray)(f,!1))),{internalOptions:n}},computed:{itemsLength:function(){return this.serverItemsLength>=0?this.serverItemsLength:this.filteredItems.length},pageCount:function(){return this.internalOptions.itemsPerPage<=0?1:Math.ceil(this.itemsLength/this.internalOptions.itemsPerPage)},pageStart:function(){return-1!==this.internalOptions.itemsPerPage&&this.items.length?(this.internalOptions.page-1)*this.internalOptions.itemsPerPage:0},pageStop:function(){return-1===this.internalOptions.itemsPerPage?this.itemsLength:this.items.length?Math.min(this.itemsLength,this.internalOptions.page*this.internalOptions.itemsPerPage):0},isGrouped:function(){return!!this.internalOptions.groupBy.length},pagination:function(){return{page:this.internalOptions.page,itemsPerPage:this.internalOptions.itemsPerPage,pageStart:this.pageStart,pageStop:this.pageStop,pageCount:this.pageCount,itemsLength:this.itemsLength}},filteredItems:function(){var t=this.items.slice();return!this.disableFiltering&&this.serverItemsLength<=0&&(t=this.customFilter(t,this.search)),t},computedItems:function(){var t=this.filteredItems.slice();return(!this.disableSort||this.internalOptions.groupBy.length)&&this.serverItemsLength<=0&&(t=this.sortItems(t)),!this.disablePagination&&this.serverItemsLength<=0&&(t=this.paginateItems(t)),t},groupedItems:function(){return this.isGrouped?this.groupItems(this.computedItems):null},scopedProps:function(){return{sort:this.sort,sortArray:this.sortArray,group:this.group,items:this.computedItems,options:this.internalOptions,updateOptions:this.updateOptions,pagination:this.pagination,groupedItems:this.groupedItems,originalItemsLength:this.items.length}},computedOptions:function(){return c({},this.options)}},watch:{computedOptions:{handler:function(t,e){Object(r.deepEqual)(t,e)||this.updateOptions(t)},deep:!0,immediate:!0},internalOptions:{handler:function(t,e){Object(r.deepEqual)(t,e)||this.$emit("update:options",t)},deep:!0,immediate:!0},page:function(t){this.updateOptions({page:t})},"internalOptions.page":function(t){this.$emit("update:page",t)},itemsPerPage:function(t){this.updateOptions({itemsPerPage:t})},"internalOptions.itemsPerPage":function(t){this.$emit("update:items-per-page",t)},sortBy:function(t){this.updateOptions({sortBy:Object(r.wrapInArray)(t)})},"internalOptions.sortBy":function(t,e){!Object(r.deepEqual)(t,e)&&this.$emit("update:sort-by",Array.isArray(this.sortBy)?t:t[0])},sortDesc:function(t){this.updateOptions({sortDesc:Object(r.wrapInArray)(t)})},"internalOptions.sortDesc":function(t,e){!Object(r.deepEqual)(t,e)&&this.$emit("update:sort-desc",Array.isArray(this.sortDesc)?t:t[0])},groupBy:function(t){this.updateOptions({groupBy:Object(r.wrapInArray)(t)})},"internalOptions.groupBy":function(t,e){!Object(r.deepEqual)(t,e)&&this.$emit("update:group-by",Array.isArray(this.groupBy)?t:t[0])},groupDesc:function(t){this.updateOptions({groupDesc:Object(r.wrapInArray)(t)})},"internalOptions.groupDesc":function(t,e){!Object(r.deepEqual)(t,e)&&this.$emit("update:group-desc",Array.isArray(this.groupDesc)?t:t[0])},multiSort:function(t){this.updateOptions({multiSort:t})},"internalOptions.multiSort":function(t){this.$emit("update:multi-sort",t)},mustSort:function(t){this.updateOptions({mustSort:t})},"internalOptions.mustSort":function(t){this.$emit("update:must-sort",t)},pageCount:{handler:function(t){this.$emit("page-count",t)},immediate:!0},computedItems:{handler:function(t){this.$emit("current-items",t)},immediate:!0},pagination:{handler:function(t,e){Object(r.deepEqual)(t,e)||this.$emit("pagination",this.pagination)},immediate:!0}},methods:{toggle:function(t,e,n,o,l,c){var d=e.slice(),desc=n.slice(),h=d.findIndex((function(e){return e===t}));return h<0?(c||(d=[],desc=[]),d.push(t),desc.push(!1)):h>=0&&!desc[h]?desc[h]=!0:l?desc[h]=!1:(d.splice(h,1),desc.splice(h,1)),Object(r.deepEqual)(d,e)&&Object(r.deepEqual)(desc,n)||(o=1),{by:d,desc:desc,page:o}},group:function(t){var e=this.toggle(t,this.internalOptions.groupBy,this.internalOptions.groupDesc,this.internalOptions.page,!0,!1),n=e.by,r=e.desc,o=e.page;this.updateOptions({groupBy:n,groupDesc:r,page:o})},sort:function(t){if(Array.isArray(t))return this.sortArray(t);var e=this.toggle(t,this.internalOptions.sortBy,this.internalOptions.sortDesc,this.internalOptions.page,this.internalOptions.mustSort,this.internalOptions.multiSort),n=e.by,r=e.desc,o=e.page;this.updateOptions({sortBy:n,sortDesc:r,page:o})},sortArray:function(t){var e=this,n=t.map((function(s){var i=e.internalOptions.sortBy.findIndex((function(t){return t===s}));return i>-1&&e.internalOptions.sortDesc[i]}));this.updateOptions({sortBy:t,sortDesc:n})},updateOptions:function(t){this.internalOptions=c(c(c({},this.internalOptions),t),{page:this.serverItemsLength<0?Math.max(1,Math.min(t.page||this.internalOptions.page,this.pageCount)):t.page||this.internalOptions.page})},sortItems:function(t){var e=[],n=[];return this.disableSort||(e=this.internalOptions.sortBy,n=this.internalOptions.sortDesc),this.internalOptions.groupBy.length&&(e=h(this.internalOptions.groupBy,e),n=h(this.internalOptions.groupDesc,n)),this.customSort(t,e,n,this.locale)},groupItems:function(t){return this.customGroup(t,this.internalOptions.groupBy,this.internalOptions.groupDesc)},paginateItems:function(t){return-1===this.serverItemsLength&&t.length<=this.pageStart&&(this.internalOptions.page=Math.max(1,Math.ceil(t.length/this.internalOptions.itemsPerPage))||1),t.slice(this.pageStart,this.pageStop)}},render:function(){return this.$scopedSlots.default&&this.$scopedSlots.default(this.scopedProps)}})},"./src/components/VData/index.ts":function(t,e,n){"use strict";n.r(e);var r=n("./src/components/VData/VData.ts");n.d(e,"VData",(function(){return r.default})),e.default=r.default},"./src/components/VDataIterator/VDataFooter.sass":function(t,e,n){},"./src/components/VDataIterator/VDataFooter.ts":function(t,e,n){"use strict";n.r(e),n("./src/components/VDataIterator/VDataFooter.sass");var r=n("./src/components/VSelect/VSelect.ts"),o=n("./src/components/VIcon/index.ts"),l=n("./src/components/VBtn/index.ts"),c=n("vue"),d=n.n(c),h=n("./src/util/helpers.ts");function m(t){return(m="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}e.default=d.a.extend({name:"v-data-footer",props:{options:{type:Object,required:!0},pagination:{type:Object,required:!0},itemsPerPageOptions:{type:Array,default:function(){return[5,10,15,-1]}},prevIcon:{type:String,default:"$prev"},nextIcon:{type:String,default:"$next"},firstIcon:{type:String,default:"$first"},lastIcon:{type:String,default:"$last"},itemsPerPageText:{type:String,default:"$vuetify.dataFooter.itemsPerPageText"},itemsPerPageAllText:{type:String,default:"$vuetify.dataFooter.itemsPerPageAll"},showFirstLastPage:Boolean,showCurrentPage:Boolean,disablePagination:Boolean,disableItemsPerPage:Boolean,pageText:{type:String,default:"$vuetify.dataFooter.pageText"}},computed:{disableNextPageIcon:function(){return this.options.itemsPerPage<=0||this.options.page*this.options.itemsPerPage>=this.pagination.itemsLength||this.pagination.pageStop<0},computedDataItemsPerPageOptions:function(){var t=this;return this.itemsPerPageOptions.map((function(option){return"object"===m(option)?option:t.genDataItemsPerPageOption(option)}))}},methods:{updateOptions:function(t){this.$emit("update:options",Object.assign({},this.options,t))},onFirstPage:function(){this.updateOptions({page:1})},onPreviousPage:function(){this.updateOptions({page:this.options.page-1})},onNextPage:function(){this.updateOptions({page:this.options.page+1})},onLastPage:function(){this.updateOptions({page:this.pagination.pageCount})},onChangeItemsPerPage:function(t){this.updateOptions({itemsPerPage:t,page:1})},genDataItemsPerPageOption:function(option){return{text:-1===option?this.$vuetify.lang.t(this.itemsPerPageAllText):String(option),value:option}},genItemsPerPageSelect:function(){var t=this.options.itemsPerPage,e=this.computedDataItemsPerPageOptions;return e.length<=1?null:(e.find((function(e){return e.value===t}))||(t=e[0]),this.$createElement("div",{staticClass:"v-data-footer__select"},[this.$vuetify.lang.t(this.itemsPerPageText),this.$createElement(r.default,{attrs:{"aria-label":this.$vuetify.lang.t(this.itemsPerPageText)},props:{disabled:this.disableItemsPerPage,items:e,value:t,hideDetails:!0,auto:!0,minWidth:"75px"},on:{input:this.onChangeItemsPerPage}})]))},genPaginationInfo:function(){var t=["–"],e=this.pagination.itemsLength,n=this.pagination.pageStart,r=this.pagination.pageStop;return this.pagination.itemsLength&&this.pagination.itemsPerPage?(n=this.pagination.pageStart+1,r=e=this.pagination.pageCount||-1===this.options.itemsPerPage,this.$vuetify.lang.t("$vuetify.dataFooter.lastPage"),this.$vuetify.rtl?this.firstIcon:this.lastIcon))),[this.$createElement("div",{staticClass:"v-data-footer__icons-before"},t),this.showCurrentPage&&this.$createElement("span",[this.options.page.toString()]),this.$createElement("div",{staticClass:"v-data-footer__icons-after"},e)]}},render:function(){return this.$createElement("div",{staticClass:"v-data-footer"},[Object(h.getSlot)(this,"prepend"),this.genItemsPerPageSelect(),this.genPaginationInfo(),this.genIcons()])}})},"./src/components/VDataIterator/VDataIterator.ts":function(t,e,n){"use strict";n.r(e);var r=n("./src/components/VData/index.ts"),o=n("./src/components/VDataIterator/VDataFooter.ts"),l=n("./src/mixins/mobile/index.ts"),c=n("./src/mixins/themeable/index.ts"),d=n("./src/util/mixins.ts"),h=n("./src/util/helpers.ts"),m=n("./src/util/console.ts"),f=function(){return(f=Object.assign||function(t){for(var s,i=1,e=arguments.length;i0)&&!(r=i.next()).done;)l.push(r.value)}catch(t){o={error:t}}finally{try{r&&!r.done&&(n=i.return)&&n.call(i)}finally{if(o)throw o.error}}return l};e.default=Object(d.default)(l.default,c.default).extend({name:"v-data-iterator",props:f(f({},r.VData.options.props),{itemKey:{type:String,default:"id"},value:{type:Array,default:function(){return[]}},singleSelect:Boolean,expanded:{type:Array,default:function(){return[]}},mobileBreakpoint:f(f({},l.default.options.props.mobileBreakpoint),{default:600}),singleExpand:Boolean,loading:[Boolean,String],noResultsText:{type:String,default:"$vuetify.dataIterator.noResultsText"},noDataText:{type:String,default:"$vuetify.noDataText"},loadingText:{type:String,default:"$vuetify.dataIterator.loadingText"},hideDefaultFooter:Boolean,footerProps:Object,selectableKey:{type:String,default:"isSelectable"}}),data:function(){return{selection:{},expansion:{},internalCurrentItems:[],shiftKeyDown:!1,lastEntry:-1}},computed:{everyItem:function(){var t=this;return!!this.selectableItems.length&&this.selectableItems.every((function(i){return t.isSelected(i)}))},someItems:function(){var t=this;return this.selectableItems.some((function(i){return t.isSelected(i)}))},sanitizedFooterProps:function(){return Object(h.camelizeObjectKeys)(this.footerProps)},selectableItems:function(){var t=this;return this.internalCurrentItems.filter((function(e){return t.isSelectable(e)}))}},watch:{value:{handler:function(t){var e=this;this.selection=t.reduce((function(t,n){return t[Object(h.getObjectValueByPath)(n,e.itemKey)]=n,t}),{})},immediate:!0},selection:function(t,e){Object(h.deepEqual)(Object.keys(t),Object.keys(e))||this.$emit("input",Object.values(t))},expanded:{handler:function(t){var e=this;this.expansion=t.reduce((function(t,n){return t[Object(h.getObjectValueByPath)(n,e.itemKey)]=!0,t}),{})},immediate:!0},expansion:function(t,e){var n=this;if(!Object(h.deepEqual)(t,e)){var r=Object.keys(t).filter((function(e){return t[e]})),o=r.length?this.items.filter((function(i){return r.includes(String(Object(h.getObjectValueByPath)(i,n.itemKey)))})):[];this.$emit("update:expanded",o)}}},created:function(){var t=this;[["disable-initial-sort","sort-by"],["filter","custom-filter"],["pagination","options"],["total-items","server-items-length"],["hide-actions","hide-default-footer"],["rows-per-page-items","footer-props.items-per-page-options"],["rows-per-page-text","footer-props.items-per-page-text"],["prev-icon","footer-props.prev-icon"],["next-icon","footer-props.next-icon"]].forEach((function(e){var n=v(e,2),r=n[0],o=n[1];t.$attrs.hasOwnProperty(r)&&Object(m.breaking)(r,o,t)})),["expand","content-class","content-props","content-tag"].forEach((function(e){t.$attrs.hasOwnProperty(e)&&Object(m.removed)(e)}))},mounted:function(){window.addEventListener("keydown",this.onKeyDown),window.addEventListener("keyup",this.onKeyUp)},beforeDestroy:function(){window.removeEventListener("keydown",this.onKeyDown),window.removeEventListener("keyup",this.onKeyUp)},methods:{onKeyDown:function(t){t.keyCode===h.keyCodes.shift&&(this.shiftKeyDown=!0)},onKeyUp:function(t){t.keyCode===h.keyCodes.shift&&(this.shiftKeyDown=!1)},toggleSelectAll:function(t){for(var e=Object.assign({},this.selection),i=0;i0)&&!(r=i.next()).done;)l.push(r.value)}catch(t){o={error:t}}finally{try{r&&!r.done&&(n=i.return)&&n.call(i)}finally{if(o)throw o.error}}return l},c=function(){for(var t=[],i=0;i0)&&!(r=i.next()).done;)l.push(r.value)}catch(t){o={error:t}}finally{try{r&&!r.done&&(n=i.return)&&n.call(i)}finally{if(o)throw o.error}}return l};function V(t,e,filter){return function(header){var n=Object(_.getObjectValueByPath)(t,header.value);return header.filter?header.filter(n,e,t):filter(n,e,t)}}e.default=Object(k.default)(o.VDataIterator,y.default).extend({name:"v-data-table",directives:{ripple:w.default},props:{headers:{type:Array,default:function(){return[]}},showSelect:Boolean,checkboxColor:String,showExpand:Boolean,showGroupBy:Boolean,height:[Number,String],hideDefaultHeader:Boolean,caption:String,dense:Boolean,headerProps:Object,calculateWidths:Boolean,fixedHeader:Boolean,headersLength:Number,expandIcon:{type:String,default:"$expand"},customFilter:{type:Function,default:_.defaultFilter},itemClass:{type:[String,Function],default:function(){return""}},loaderHeight:{type:[Number,String],default:4}},data:function(){return{internalGroupBy:[],openCache:{},widths:[]}},computed:{computedHeaders:function(){var t=this;if(!this.headers)return[];var e,n=this.headers.filter((function(e){return void 0===e.value||!t.internalGroupBy.find((function(t){return t===e.value}))})),r={text:"",sortable:!1,width:"1px"};return this.showSelect&&((e=n.findIndex((function(t){return"data-table-select"===t.value})))<0?n.unshift(O(O({},r),{value:"data-table-select"})):n.splice(e,1,O(O({},r),n[e]))),this.showExpand&&((e=n.findIndex((function(t){return"data-table-expand"===t.value})))<0?n.unshift(O(O({},r),{value:"data-table-expand"})):n.splice(e,1,O(O({},r),n[e]))),n},colspanAttrs:function(){return this.isMobile?void 0:{colspan:this.headersLength||this.computedHeaders.length}},columnSorters:function(){return this.computedHeaders.reduce((function(t,header){return header.sort&&(t[header.value]=header.sort),t}),{})},headersWithCustomFilters:function(){return this.headers.filter((function(header){return header.filter&&(!header.hasOwnProperty("filterable")||!0===header.filterable)}))},headersWithoutCustomFilters:function(){return this.headers.filter((function(header){return!(header.filter||header.hasOwnProperty("filterable")&&!0!==header.filterable)}))},sanitizedHeaderProps:function(){return Object(_.camelizeObjectKeys)(this.headerProps)},computedItemsPerPage:function(){var t=this.options&&this.options.itemsPerPage?this.options.itemsPerPage:this.itemsPerPage,e=this.sanitizedFooterProps.itemsPerPageOptions;if(e&&!e.find((function(e){return"number"==typeof e?e===t:e.value===t}))){var n=e[0];return"object"===A(n)?n.value:n}return t}},created:function(){var t=this;[["sort-icon","header-props.sort-icon"],["hide-headers","hide-default-header"],["select-all","show-select"]].forEach((function(e){var n=T(e,2),r=n[0],o=n[1];t.$attrs.hasOwnProperty(r)&&Object(S.breaking)(r,o,t)}))},mounted:function(){this.calculateWidths&&(window.addEventListener("resize",this.calcWidths),this.calcWidths())},beforeDestroy:function(){this.calculateWidths&&window.removeEventListener("resize",this.calcWidths)},methods:{calcWidths:function(){this.widths=Array.from(this.$el.querySelectorAll("th")).map((function(t){return t.clientWidth}))},customFilterWithColumns:function(t,e){return function(t,e,n,r,o){return e="string"==typeof e?e.trim():null,t.filter((function(t){var l=n.every(V(t,e,_.defaultFilter)),c=!e||r.some(V(t,e,o));return l&&c}))}(t,e,this.headersWithCustomFilters,this.headersWithoutCustomFilters,this.customFilter)},customSortWithHeaders:function(t,e,n,r){return this.customSort(t,e,n,r,this.columnSorters)},createItemProps:function(t,e){var n=o.VDataIterator.options.methods.createItemProps.call(this,t,e);return Object.assign(n,{headers:this.computedHeaders})},genCaption:function(t){return this.caption?[this.$createElement("caption",[this.caption])]:Object(_.getSlot)(this,"caption",t,!0)},genColgroup:function(t){var e=this;return this.$createElement("colgroup",this.computedHeaders.map((function(header){return e.$createElement("col",{class:{divider:header.divider}})})))},genLoading:function(){var th=this.$createElement("th",{staticClass:"column",attrs:this.colspanAttrs},[this.genProgress()]),tr=this.$createElement("tr",{staticClass:"v-data-table__progress"},[th]);return this.$createElement("thead",[tr])},genHeaders:function(t){var data={props:O(O({},this.sanitizedHeaderProps),{headers:this.computedHeaders,options:t.options,mobile:this.isMobile,showGroupBy:this.showGroupBy,checkboxColor:this.checkboxColor,someItems:this.someItems,everyItem:this.everyItem,singleSelect:this.singleSelect,disableSort:this.disableSort}),on:{sort:t.sort,group:t.group,"toggle-select-all":this.toggleSelectAll}},e=[Object(_.getSlot)(this,"header",O(O({},data),{isMobile:this.isMobile}))];if(!this.hideDefaultHeader){var n=Object(_.getPrefixedScopedSlots)("header.",this.$scopedSlots);e.push(this.$createElement(c.default,O(O({},data),{scopedSlots:n})))}return this.loading&&e.push(this.genLoading()),e},genEmptyWrapper:function(content){return this.$createElement("tr",{staticClass:"v-data-table__empty-wrapper"},[this.$createElement("td",{attrs:this.colspanAttrs},content)])},genItems:function(t,e){var n=this.genEmpty(e.originalItemsLength,e.pagination.itemsLength);return n?[n]:e.groupedItems?this.genGroupedRows(e.groupedItems,e):this.genRows(t,e)},genGroupedRows:function(t,e){var n=this;return t.map((function(t){return n.openCache.hasOwnProperty(t.name)||n.$set(n.openCache,t.name,!0),n.$scopedSlots.group?n.$scopedSlots.group({group:t.name,options:e.options,isMobile:n.isMobile,items:t.items,headers:n.computedHeaders}):n.genDefaultGroupedRow(t.name,t.items,e)}))},genDefaultGroupedRow:function(t,e,n){var r=this,o=!!this.openCache[t],c=[this.$createElement("template",{slot:"row.content"},this.genRows(e,n))],h=function(){return r.$set(r.openCache,t,!r.openCache[t])},f=function(){return n.updateOptions({groupBy:[],groupDesc:[]})};if(this.$scopedSlots["group.header"])c.unshift(this.$createElement("template",{slot:"column.header"},[this.$scopedSlots["group.header"]({group:t,groupBy:n.options.groupBy,isMobile:this.isMobile,items:e,headers:this.computedHeaders,isOpen:o,toggle:h,remove:f})]));else{var v=this.$createElement(l.default,{staticClass:"ma-0",props:{icon:!0,small:!0},on:{click:h}},[this.$createElement(d.default,[o?"$minus":"$plus"])]),x=this.$createElement(l.default,{staticClass:"ma-0",props:{icon:!0,small:!0},on:{click:f}},[this.$createElement(d.default,["$close"])]),y=this.$createElement("td",{staticClass:"text-start",attrs:this.colspanAttrs},[v,n.options.groupBy[0]+": "+t,x]);c.unshift(this.$createElement("template",{slot:"column.header"},[y]))}return this.$scopedSlots["group.summary"]&&c.push(this.$createElement("template",{slot:"column.summary"},[this.$scopedSlots["group.summary"]({group:t,groupBy:n.options.groupBy,isMobile:this.isMobile,items:e,headers:this.computedHeaders,isOpen:o,toggle:h})])),this.$createElement(m.default,{key:t,props:{value:o}},c)},genRows:function(t,e){return this.$scopedSlots.item?this.genScopedRows(t,e):this.genDefaultRows(t,e)},genScopedRows:function(t,e){for(var n=[],i=0;i0)&&!(r=i.next()).done;)l.push(r.value)}catch(t){o={error:t}}finally{try{r&&!r.done&&(n=i.return)&&n.call(i)}finally{if(o)throw o.error}}return l},d=function(){for(var t=[],i=0;i=0,o=this.options.sortDesc[n];data.class.push("sortable");var c=this.getAria(r,o),h=c.ariaLabel,m=c.ariaSort;data.attrs["aria-label"]+=(header.text?": ":"")+h,data.attrs["aria-sort"]=m,r&&(data.class.push("active"),data.class.push(o?"desc":"asc")),"end"===header.align?e.unshift(this.genSortIcon()):e.push(this.genSortIcon()),this.options.multiSort&&r&&e.push(this.$createElement("span",{class:"v-data-table-header__sort-badge"},[String(n+1)]))}return this.showGroupBy&&!1!==header.groupable&&e.push(this.genGroupByToggle(header)),this.$createElement("th",data,e)}},render:function(){var t=this;return this.$createElement("thead",{staticClass:"v-data-table-header"},[this.$createElement("tr",this.headers.map((function(header){return t.genHeader(header)})))])}})},"./src/components/VDataTable/VDataTableHeaderMobile.ts":function(t,e,n){"use strict";n.r(e);var r=n("./src/util/mixins.ts"),o=n("./src/components/VSelect/VSelect.ts"),l=n("./src/components/VChip/index.ts"),c=n("./src/components/VDataTable/mixins/header.ts"),d=n("./src/util/helpers.ts"),h=function(t,e){var n="function"==typeof Symbol&&t[Symbol.iterator];if(!n)return t;var r,o,i=n.call(t),l=[];try{for(;(void 0===e||e-- >0)&&!(r=i.next()).done;)l.push(r.value)}catch(t){o={error:t}}finally{try{r&&!r.done&&(n=i.return)&&n.call(i)}finally{if(o)throw o.error}}return l},m=function(){for(var t=[],i=0;i=0,c=this.options.sortDesc[r];return n.push(this.$createElement("div",{staticClass:"v-chip__close",class:{sortable:!0,active:o,asc:o&&!c,desc:o&&c}},[this.genSortIcon()])),this.$createElement(l.default,{staticClass:"sortable",on:{click:function(n){n.stopPropagation(),e.$emit("sort",t.item.value)}}},n)},genSortSelect:function(t){var e=this;return this.$createElement(o.default,{props:{label:this.$vuetify.lang.t(this.sortByText),items:t,hideDetails:!0,multiple:this.options.multiSort,value:this.options.multiSort?this.options.sortBy:this.options.sortBy[0],menuProps:{closeOnContentClick:!0}},on:{change:function(t){return e.$emit("sort",t)}},scopedSlots:{selection:function(t){return e.genSortChip(t)}}})}},render:function(t){var e=[],header=this.headers.find((function(t){return"data-table-select"===t.value}));header&&!this.singleSelect&&e.push(this.$createElement("div",{class:m(["v-data-table-header-mobile__select"],Object(d.wrapInArray)(header.class)),attrs:{width:header.width}},[this.genSelectAll()]));var n=this.headers.filter((function(t){return!1!==t.sortable&&"data-table-select"!==t.value})).map((function(t){return{text:t.text,value:t.value}}));!this.disableSort&&n.length&&e.push(this.genSortSelect(n));var th=t("th",[t("div",{staticClass:"v-data-table-header-mobile__wrapper"},e)]),tr=t("tr",[th]);return t("thead",{staticClass:"v-data-table-header v-data-table-header-mobile"},[tr])}})},"./src/components/VDataTable/VEditDialog.sass":function(t,e,n){},"./src/components/VDataTable/VEditDialog.ts":function(t,e,n){"use strict";n.r(e),n("./src/components/VDataTable/VEditDialog.sass");var r=n("./src/mixins/returnable/index.ts"),o=n("./src/mixins/themeable/index.ts"),l=n("./src/util/helpers.ts"),c=n("./src/components/VBtn/index.ts"),d=n("./src/components/VMenu/index.ts"),h=n("./src/util/mixins.ts");e.default=Object(h.default)(r.default,o.default).extend({name:"v-edit-dialog",props:{cancelText:{default:"Cancel"},large:Boolean,eager:Boolean,persistent:Boolean,saveText:{default:"Save"},transition:{type:String,default:"slide-x-reverse-transition"}},data:function(){return{isActive:!1}},watch:{isActive:function(t){t?(this.$emit("open"),setTimeout(this.focus,50)):this.$emit("close")}},methods:{cancel:function(){this.isActive=!1,this.$emit("cancel")},focus:function(){var input=this.$refs.content.querySelector("input");input&&input.focus()},genButton:function(t,text){return this.$createElement(c.default,{props:{text:!0,color:"primary",light:!0},on:{click:t}},text)},genActions:function(){var t=this;return this.$createElement("div",{class:"v-small-dialog__actions"},[this.genButton(this.cancel,this.cancelText),this.genButton((function(){t.save(t.returnValue),t.$emit("save")}),this.saveText)])},genContent:function(){var t=this;return this.$createElement("div",{staticClass:"v-small-dialog__content",on:{keydown:function(e){e.keyCode===l.keyCodes.esc&&t.cancel(),e.keyCode===l.keyCodes.enter&&(t.save(t.returnValue),t.$emit("save"))}},ref:"content"},[this.$slots.input])}},render:function(t){var e=this;return t(d.default,{staticClass:"v-small-dialog",class:this.themeClasses,props:{contentClass:"v-small-dialog__menu-content",transition:this.transition,origin:"top right",right:!0,value:this.isActive,closeOnClick:!this.persistent,closeOnContentClick:!1,eager:this.eager,light:this.light,dark:this.dark},on:{input:function(t){return e.isActive=t}},scopedSlots:{activator:function(n){var r=n.on;return t("div",{staticClass:"v-small-dialog__activator",on:r},[t("span",{staticClass:"v-small-dialog__activator__content"},e.$slots.default)])}}},[this.genContent(),this.large?this.genActions():null])}})},"./src/components/VDataTable/VSimpleTable.sass":function(t,e,n){},"./src/components/VDataTable/VSimpleTable.ts":function(t,e,n){"use strict";n.r(e),n("./src/components/VDataTable/VSimpleTable.sass");var r=n("./src/util/helpers.ts"),o=n("./src/mixins/themeable/index.ts"),l=n("./src/util/mixins.ts"),c=function(){return(c=Object.assign||function(t){for(var s,i=1,e=arguments.length;i")}:t}},watch:{internalActivePicker:{immediate:!0,handler:function(t){this.$emit("update:active-picker",t)}},activePicker:function(t){this.internalActivePicker=t},tableDate:function(t,e){var n="month"===this.type?"year":"month";this.isReversing=Object(k.sanitizeDateString)(t,n)0)&&!(r=i.next()).done;)l.push(r.value)}catch(t){o={error:t}}finally{try{r&&!r.done&&(n=i.return)&&n.call(i)}finally{if(o)throw o.error}}return l};e.default=Object(m.default)(l.default,c.default,d.default).extend({name:"v-date-picker-header",props:{disabled:Boolean,format:Function,min:String,max:String,nextAriaLabel:String,nextIcon:{type:String,default:"$next"},prevAriaLabel:String,prevIcon:{type:String,default:"$prev"},readonly:Boolean,value:{type:[Number,String],required:!0}},data:function(){return{isReversing:!1}},computed:{formatter:function(){return this.format?this.format:String(this.value).split("-")[1]?Object(h.createNativeLocaleFormatter)(this.currentLocale,{month:"long",year:"numeric",timeZone:"UTC"},{length:7}):Object(h.createNativeLocaleFormatter)(this.currentLocale,{year:"numeric",timeZone:"UTC"},{length:4})}},watch:{value:function(t,e){this.isReversing=t0?this.nextAriaLabel:this.prevAriaLabel,l=n?this.$vuetify.lang.t(n):void 0,c=this.disabled||t<0&&this.min&&this.calculateChange(t)0&&this.max&&this.calculateChange(t)>this.max;return this.$createElement(r.default,{attrs:{"aria-label":l},props:{dark:this.dark,disabled:c,icon:!0,light:this.light},on:{click:function(n){n.stopPropagation(),e.$emit("input",e.calculateChange(t))}}},[this.$createElement(o.default,t<0==!this.$vuetify.rtl?this.prevIcon:this.nextIcon)])},calculateChange:function(t){var e=v(String(this.value).split("-").map(Number),2),n=e[0];return null==e[1]?""+(n+t):Object(h.monthChange)(String(this.value),t)},genHeader:function(){var t=this,e=!this.disabled&&(this.color||"accent"),header=this.$createElement("div",this.setTextColor(e,{key:String(this.value)}),[this.$createElement("button",{attrs:{type:"button"},on:{click:function(){return t.$emit("toggle")}}},[this.$slots.default||this.formatter(String(this.value))])]),n=this.$createElement("transition",{props:{name:this.isReversing===!this.$vuetify.rtl?"tab-reverse-transition":"tab-transition"}},[header]);return this.$createElement("div",{staticClass:"v-date-picker-header__value",class:{"v-date-picker-header__value--disabled":this.disabled}},[n])}},render:function(){return this.$createElement("div",{staticClass:"v-date-picker-header",class:f({"v-date-picker-header--disabled":this.disabled},this.themeClasses)},[this.genBtn(-1),this.genHeader(),this.genBtn(1)])}})},"./src/components/VDatePicker/VDatePickerMonthTable.ts":function(t,e,n){"use strict";n.r(e);var r=n("./src/components/VDatePicker/mixins/date-picker-table.ts"),o=n("./src/components/VDatePicker/util/index.ts"),l=n("./src/util/mixins.ts");e.default=Object(l.default)(r.default).extend({name:"v-date-picker-month-table",computed:{formatter:function(){return this.format||Object(o.createNativeLocaleFormatter)(this.currentLocale,{month:"short",timeZone:"UTC"},{start:5,length:2})}},methods:{calculateTableDate:function(t){return""+(parseInt(this.tableDate,10)+Math.sign(t||1))},genTBody:function(){for(var t=this,e=[],n=Array(3).fill(null),r=12/n.length,l=function(r){var l=n.map((function(e,col){var l=r*n.length+col,c=t.displayedYear+"-"+Object(o.pad)(l+1);return t.$createElement("td",{key:l},[t.genButton(c,!1,"month",t.formatter)])}));e.push(c.$createElement("tr",{key:r},l))},c=this,d=0;d=r;o--)t.push(this.genYearItem(o));return t}},render:function(){return this.$createElement("ul",{staticClass:"v-date-picker-years",ref:"years"},this.genYearItems())}})},"./src/components/VDatePicker/index.ts":function(t,e,n){"use strict";n.r(e);var r=n("./src/components/VDatePicker/VDatePicker.ts");n.d(e,"VDatePicker",(function(){return r.default}));var o=n("./src/components/VDatePicker/VDatePickerTitle.ts");n.d(e,"VDatePickerTitle",(function(){return o.default}));var l=n("./src/components/VDatePicker/VDatePickerHeader.ts");n.d(e,"VDatePickerHeader",(function(){return l.default}));var c=n("./src/components/VDatePicker/VDatePickerDateTable.ts");n.d(e,"VDatePickerDateTable",(function(){return c.default}));var d=n("./src/components/VDatePicker/VDatePickerMonthTable.ts");n.d(e,"VDatePickerMonthTable",(function(){return d.default}));var h=n("./src/components/VDatePicker/VDatePickerYears.ts");n.d(e,"VDatePickerYears",(function(){return h.default})),e.default={$_vuetify_subcomponents:{VDatePicker:r.default,VDatePickerTitle:o.default,VDatePickerHeader:l.default,VDatePickerDateTable:c.default,VDatePickerMonthTable:d.default,VDatePickerYears:h.default}}},"./src/components/VDatePicker/mixins/date-picker-table.ts":function(t,e,n){"use strict";n.r(e),n("./src/components/VDatePicker/VDatePickerTable.sass");var r=n("./src/directives/touch/index.ts"),o=n("./src/mixins/colorable/index.ts"),l=n("./src/mixins/localable/index.ts"),c=n("./src/mixins/themeable/index.ts"),d=n("./src/components/VDatePicker/util/index.ts"),h=n("./src/components/VDatePicker/util/isDateAllowed.ts"),m=n("./src/util/mergeData.ts"),f=n("./src/util/mixins.ts"),v=n("./src/util/helpers.ts"),x=function(){return(x=Object.assign||function(t){for(var s,i=1,e=arguments.length;i0)&&!(r=i.next()).done;)l.push(r.value)}catch(t){o={error:t}}finally{try{r&&!r.done&&(n=i.return)&&n.call(i)}finally{if(o)throw o.error}}return l},w=function(){for(var t=[],i=0;i=Object(d.sanitizeDateString)(this.min,r))||t>0&&(!this.max||n<=Object(d.sanitizeDateString)(this.max,r))},wheel:function(t,e){this.$emit("update:table-date",e(t.deltaY))},touch:function(t,e){this.$emit("update:table-date",e(t))},genTable:function(t,e,n){var r=this,o=this.$createElement("transition",{props:{name:this.computedTransition}},[this.$createElement("table",{key:this.tableDate},e)]),l={name:"touch",value:{left:function(t){return t.offsetX<-15&&r.isValidScroll(1,n)&&r.touch(1,n)},right:function(t){return t.offsetX>15&&r.isValidScroll(-1,n)&&r.touch(-1,n)}}};return this.$createElement("div",{staticClass:t,class:x({"v-date-picker-table--disabled":this.disabled},this.themeClasses),on:!this.disabled&&this.scrollable?{wheel:function(t){t.preventDefault(),r.isValidScroll(t.deltaY,n)&&r.wheelThrottle(t,n)}}:void 0,directives:[l]},[o])},isSelected:function(t){if(Array.isArray(this.value)){if(this.range&&2===this.value.length){var e=y(w(this.value).sort(),2),n=e[0],r=e[1];return n<=t&&t<=r}return-1!==this.value.indexOf(t)}return t===this.value}}})},"./src/components/VDatePicker/util/createNativeLocaleFormatter.ts":function(t,e,n){"use strict";n.r(e);var r=n("./src/components/VDatePicker/util/pad.ts"),o=function(t,e){var n="function"==typeof Symbol&&t[Symbol.iterator];if(!n)return t;var r,o,i=n.call(t),l=[];try{for(;(void 0===e||e-- >0)&&!(r=i.next()).done;)l.push(r.value)}catch(t){o={error:t}}finally{try{r&&!r.done&&(n=i.return)&&n.call(i)}finally{if(o)throw o.error}}return l};e.default=function(t,e,n){void 0===n&&(n={start:0,length:0});var l=function(t){var e=o(t.trim().split(" ")[0].split("-"),3),n=e[0],l=e[1],c=e[2];return[Object(r.default)(n,4),Object(r.default)(l||1),Object(r.default)(c||1)].join("-")};try{var c=new Intl.DateTimeFormat(t||void 0,e);return function(t){return c.format(new Date(l(t)+"T00:00:00+00:00"))}}catch(t){return n.start||n.length?function(t){return l(t).substr(n.start||0,n.length)}:void 0}}},"./src/components/VDatePicker/util/eventHelpers.ts":function(t,e,n){"use strict";function r(t,e,n){return Object.keys(t.$listeners).reduce((function(r,o){return o.endsWith(e)&&(r[o.slice(0,-e.length)]=function(e){return t.$emit(o,n,e)}),r}),{})}function o(t,e){return Object.keys(t.$listeners).reduce((function(n,r){return r.endsWith(e)&&(n[r]=t.$listeners[r]),n}),{})}n.r(e),n.d(e,"createItemTypeNativeListeners",(function(){return r})),n.d(e,"createItemTypeListeners",(function(){return o}))},"./src/components/VDatePicker/util/index.ts":function(t,e,n){"use strict";n.r(e);var r=n("./src/components/VDatePicker/util/eventHelpers.ts");n.d(e,"createItemTypeListeners",(function(){return r.createItemTypeListeners})),n.d(e,"createItemTypeNativeListeners",(function(){return r.createItemTypeNativeListeners}));var o=n("./src/components/VDatePicker/util/createNativeLocaleFormatter.ts");n.d(e,"createNativeLocaleFormatter",(function(){return o.default}));var l=n("./src/components/VDatePicker/util/monthChange.ts");n.d(e,"monthChange",(function(){return l.default}));var c=n("./src/components/VDatePicker/util/sanitizeDateString.ts");n.d(e,"sanitizeDateString",(function(){return c.default}));var d=n("./src/components/VDatePicker/util/pad.ts");n.d(e,"pad",(function(){return d.default}))},"./src/components/VDatePicker/util/isDateAllowed.ts":function(t,e,n){"use strict";function r(t,e,n,r){return(!r||r(t))&&(!e||t>=e.substr(0,10))&&(!n||t<=n)}n.r(e),n.d(e,"default",(function(){return r}))},"./src/components/VDatePicker/util/monthChange.ts":function(t,e,n){"use strict";n.r(e);var r=n("./src/components/VDatePicker/util/pad.ts"),o=function(t,e){var n="function"==typeof Symbol&&t[Symbol.iterator];if(!n)return t;var r,o,i=n.call(t),l=[];try{for(;(void 0===e||e-- >0)&&!(r=i.next()).done;)l.push(r.value)}catch(t){o={error:t}}finally{try{r&&!r.done&&(n=i.return)&&n.call(i)}finally{if(o)throw o.error}}return l};e.default=function(t,e){var n=o(t.split("-").map(Number),2),l=n[0],c=n[1];return c+e===0?l-1+"-12":c+e===13?l+1+"-01":l+"-"+Object(r.default)(c+e)}},"./src/components/VDatePicker/util/pad.ts":function(t,e,n){"use strict";n.r(e),e.default=function(t,e){return void 0===e&&(e=2),n=t,r=e,o="0",r>>=0,n=String(n),o=String(o),n.length>r?String(n):((r-=n.length)>o.length&&(o+=o.repeat(r/o.length)),o.slice(0,r)+String(n));var n,r,o}},"./src/components/VDatePicker/util/sanitizeDateString.ts":function(t,e,n){"use strict";n.r(e);var r=n("./src/components/VDatePicker/util/pad.ts"),o=function(t,e){var n="function"==typeof Symbol&&t[Symbol.iterator];if(!n)return t;var r,o,i=n.call(t),l=[];try{for(;(void 0===e||e-- >0)&&!(r=i.next()).done;)l.push(r.value)}catch(t){o={error:t}}finally{try{r&&!r.done&&(n=i.return)&&n.call(i)}finally{if(o)throw o.error}}return l};e.default=function(t,e){var n=o(t.split("-"),3),l=n[0],c=n[1],d=void 0===c?1:c,h=n[2],m=void 0===h?1:h;return(l+"-"+Object(r.default)(d)+"-"+Object(r.default)(m)).substr(0,{date:10,month:7,year:4}[e])}},"./src/components/VDialog/VDialog.sass":function(t,e,n){},"./src/components/VDialog/VDialog.ts":function(t,e,n){"use strict";n.r(e),n("./src/components/VDialog/VDialog.sass");var r=n("./src/components/VThemeProvider/index.ts"),o=n("./src/mixins/activatable/index.ts"),l=n("./src/mixins/dependent/index.ts"),c=n("./src/mixins/detachable/index.ts"),d=n("./src/mixins/overlayable/index.ts"),h=n("./src/mixins/returnable/index.ts"),m=n("./src/mixins/stackable/index.ts"),f=n("./src/mixins/toggleable/index.ts"),v=n("./src/directives/click-outside/index.ts"),x=n("./src/util/mixins.ts"),y=n("./src/util/console.ts"),w=n("./src/util/helpers.ts"),k=function(){return(k=Object.assign||function(t){for(var s,i=1,e=arguments.length;i0)&&!(r=i.next()).done;)l.push(r.value)}catch(t){o={error:t}}finally{try{r&&!r.done&&(n=i.return)&&n.call(i)}finally{if(o)throw o.error}}return l},S=function(){for(var t=[],i=0;i=this.getMaxZIndex()},hideScroll:function(){this.fullscreen?document.documentElement.classList.add("overflow-y-hidden"):d.default.options.methods.hideScroll.call(this)},show:function(){var t=this;!this.fullscreen&&!this.hideOverlay&&this.genOverlay(),this.$nextTick((function(){t.$nextTick((function(){t.previousActiveElement=document.activeElement,t.$refs.content.focus(),t.bind()}))}))},bind:function(){window.addEventListener("focusin",this.onFocusin)},unbind:function(){window.removeEventListener("focusin",this.onFocusin)},onClickOutside:function(t){this.$emit("click:outside",t),this.persistent?this.noClickAnimation||this.animateClick():this.isActive=!1},onKeydown:function(t){if(t.keyCode===w.keyCodes.esc&&!this.getOpenDependents().length)if(this.persistent)this.noClickAnimation||this.animateClick();else{this.isActive=!1;var e=this.getActivator();this.$nextTick((function(){return e&&e.focus()}))}this.$emit("keydown",t)},onFocusin:function(t){if(t&&this.retainFocus){var e=t.target;if(e&&![document,this.$refs.content].includes(e)&&!this.$refs.content.contains(e)&&this.activeZIndex>=this.getMaxZIndex()&&!this.getOpenDependentElements().some((function(t){return t.contains(e)}))){var n=this.$refs.content.querySelectorAll('button, [href], input, select, textarea, [tabindex]:not([tabindex="-1"])'),r=S(n).find((function(t){return!t.hasAttribute("disabled")}));r&&r.focus()}}},genContent:function(){var t=this;return this.showLazyContent((function(){return[t.$createElement(r.VThemeProvider,{props:{root:!0,light:t.light,dark:t.dark}},[t.$createElement("div",{class:t.contentClasses,attrs:k({role:"document",tabindex:t.isActive?0:void 0},t.getScopeIdAttrs()),on:{keydown:t.onKeydown},style:{zIndex:t.activeZIndex},ref:"content"},[t.genTransition()])])]}))},genTransition:function(){var content=this.genInnerContent();return this.transition?this.$createElement("transition",{props:{name:this.transition,origin:this.origin,appear:!0}},[content]):content},genInnerContent:function(){var data={class:this.classes,ref:"dialog",directives:[{name:"click-outside",value:{handler:this.onClickOutside,closeConditional:this.closeConditional,include:this.getOpenDependentElements}},{name:"show",value:this.isActive}],style:{transformOrigin:this.origin}};return this.fullscreen||(data.style=k(k({},data.style),{maxWidth:"none"===this.maxWidth?void 0:Object(w.convertToUnit)(this.maxWidth),width:"auto"===this.width?void 0:Object(w.convertToUnit)(this.width)})),this.$createElement("div",data,this.getContentSlot())}},render:function(t){return t("div",{staticClass:"v-dialog__container",class:{"v-dialog__container--attached":""===this.attach||!0===this.attach||"attach"===this.attach},attrs:{role:"dialog"}},[this.genActivator(),this.genContent()])}})},"./src/components/VDialog/index.ts":function(t,e,n){"use strict";n.r(e);var r=n("./src/components/VDialog/VDialog.ts");n.d(e,"VDialog",(function(){return r.default})),e.default=r.default},"./src/components/VDivider/VDivider.sass":function(t,e,n){},"./src/components/VDivider/VDivider.ts":function(t,e,n){"use strict";n.r(e),n("./src/components/VDivider/VDivider.sass");var r=n("./src/mixins/themeable/index.ts"),o=function(){return(o=Object.assign||function(t){for(var s,i=1,e=arguments.length;i0&&"boolean"==typeof this.value[0]&&Object(o.breaking)(':value="[true, false, true]"',':value="[0, 2]"',this)},methods:{updateItem:function(t,e){var n=this.getValue(t,e),r=this.getValue(t,e+1);t.isActive=this.toggleMethod(n),t.nextIsActive=this.toggleMethod(r)}}})},"./src/components/VExpansionPanel/index.ts":function(t,e,n){"use strict";n.r(e);var r=n("./src/components/VExpansionPanel/VExpansionPanels.ts");n.d(e,"VExpansionPanels",(function(){return r.default}));var o=n("./src/components/VExpansionPanel/VExpansionPanel.ts");n.d(e,"VExpansionPanel",(function(){return o.default}));var l=n("./src/components/VExpansionPanel/VExpansionPanelContent.ts");n.d(e,"VExpansionPanelContent",(function(){return l.default}));var c=n("./src/components/VExpansionPanel/VExpansionPanelHeader.ts");n.d(e,"VExpansionPanelHeader",(function(){return c.default})),e.default={$_vuetify_subcomponents:{VExpansionPanels:r.default,VExpansionPanel:o.default,VExpansionPanelHeader:c.default,VExpansionPanelContent:l.default}}},"./src/components/VFileInput/VFileInput.sass":function(t,e,n){},"./src/components/VFileInput/VFileInput.ts":function(t,e,n){"use strict";n.r(e),n("./src/components/VFileInput/VFileInput.sass");var r=n("./src/components/VTextField/index.ts"),o=n("./src/components/VChip/index.ts"),l=n("./src/util/helpers.ts"),c=n("./src/util/console.ts"),d=n("./src/util/mergeData.ts");function h(t){return(h="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}var m=function(){return(m=Object.assign||function(t){for(var s,i=1,e=arguments.length;i0)&&!(r=i.next()).done;)l.push(r.value)}catch(t){o={error:t}}finally{try{r&&!r.done&&(n=i.return)&&n.call(i)}finally{if(o)throw o.error}}return l},v=function(){for(var t=[],i=0;i0},isLabelActive:function(){return this.isDirty},isMultiple:function(){return this.$attrs.hasOwnProperty("multiple")},text:function(){var t=this;return this.isDirty||!this.isFocused&&this.hasLabel?this.internalArrayValue.map((function(e){var n=e.name,r=void 0===n?"":n,o=e.size,c=void 0===o?0:o,d=t.truncateText(r);return t.showSize?d+" ("+Object(l.humanReadableFileSize)(c,1024===t.base)+")":d})):[this.placeholder]},base:function(){return"boolean"!=typeof this.showSize?this.showSize:void 0},hasChips:function(){return this.chips||this.smallChips}},watch:{readonly:{handler:function(t){!0===t&&Object(c.consoleError)("readonly is not supported on ",this)},immediate:!0},value:function(t){var e=this.isMultiple?t:t?[t]:[];Object(l.deepEqual)(e,this.$refs.input.files)||(this.$refs.input.value="")}},methods:{clearableCallback:function(){this.internalValue=this.isMultiple?[]:null,this.$refs.input.value=""},genChips:function(){var t=this;return this.isDirty?this.text.map((function(text,e){return t.$createElement(o.VChip,{props:{small:t.smallChips},on:{"click:close":function(){var n=t.internalValue;n.splice(e,1),t.internalValue=n}}},[text])})):[]},genControl:function(){var t=r.default.options.methods.genControl.call(this);return this.hideInput&&(t.data.style=Object(d.mergeStyles)(t.data.style,{display:"none"})),t},genInput:function(){var input=r.default.options.methods.genInput.call(this);return delete input.data.domProps.value,delete input.data.on.input,input.data.on.change=this.onInput,[this.genSelections(),input]},genPrependSlot:function(){var t=this;if(!this.prependIcon)return null;var e=this.genIcon("prepend",(function(){t.$refs.input.click()}));return this.genSlot("prepend","outer",[e])},genSelectionText:function(){var t=this.text.length;return t<2?this.text:this.showSize&&!this.counter?[this.computedCounterValue]:[this.$vuetify.lang.t(this.counterString,t)]},genSelections:function(){var t=this,e=[];return this.isDirty&&this.$scopedSlots.selection?this.internalArrayValue.forEach((function(n,r){t.$scopedSlots.selection&&e.push(t.$scopedSlots.selection({text:t.text[r],file:n,index:r}))})):e.push(this.hasChips&&this.isDirty?this.genChips():this.genSelectionText()),this.$createElement("div",{staticClass:"v-file-input__text",class:{"v-file-input__text--placeholder":this.placeholder&&!this.isDirty,"v-file-input__text--chips":this.hasChips&&!this.$scopedSlots.selection}},e)},genTextFieldSlot:function(){var t=this,e=r.default.options.methods.genTextFieldSlot.call(this);return e.data.on=m(m({},e.data.on||{}),{click:function(){return t.$refs.input.click()}}),e},onInput:function(t){var e=v(t.target.files||[]);this.internalValue=this.isMultiple?e:e[0],this.initialValue=this.internalValue},onKeyDown:function(t){this.$emit("keydown",t)},truncateText:function(t){if(t.length0)&&!(r=i.next()).done;)l.push(r.value)}catch(t){o={error:t}}finally{try{r&&!r.done&&(n=i.return)&&n.call(i)}finally{if(o)throw o.error}}return l},m=function(){for(var t=[],i=0;i4}(e)?this.renderSvgIcon(e,t):this.renderFontIcon(e,t):this.renderSvgIconComponent(e,t)}});e.default=f.a.extend({name:"v-icon",$_wrapperFor:y,functional:!0,render:function(t,e){var data=e.data,n=e.children,r="";return data.domProps&&(r=data.domProps.textContent||data.domProps.innerHTML||r,delete data.domProps.textContent,delete data.domProps.innerHTML),t(y,data,r?[r]:n)}})},"./src/components/VIcon/index.ts":function(t,e,n){"use strict";n.r(e);var r=n("./src/components/VIcon/VIcon.ts");n.d(e,"VIcon",(function(){return r.default})),e.default=r.default},"./src/components/VImg/VImg.sass":function(t,e,n){},"./src/components/VImg/VImg.ts":function(t,e,n){"use strict";n.r(e),n("./src/components/VImg/VImg.sass");var r=n("./src/directives/intersect/index.ts"),o=n("./src/components/VResponsive/index.ts"),l=n("./src/mixins/themeable/index.ts"),c=n("./src/util/mixins.ts"),d=n("./src/util/mergeData.ts"),h=n("./src/util/console.ts");function m(t){return(m="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}var f="undefined"!=typeof window&&"IntersectionObserver"in window;e.default=Object(c.default)(o.default,l.default).extend({name:"v-img",directives:{intersect:r.default},props:{alt:String,contain:Boolean,eager:Boolean,gradient:String,lazySrc:String,options:{type:Object,default:function(){return{root:void 0,rootMargin:void 0,threshold:void 0}}},position:{type:String,default:"center center"},sizes:String,src:{type:[String,Object],default:""},srcset:String,transition:{type:[Boolean,String],default:"fade-transition"}},data:function(){return{currentSrc:"",image:null,isLoading:!0,calculatedAspectRatio:void 0,naturalWidth:void 0,hasError:!1}},computed:{computedAspectRatio:function(){return Number(this.normalisedSrc.aspect||this.calculatedAspectRatio)},normalisedSrc:function(){return this.src&&"object"===m(this.src)?{src:this.src.src,srcset:this.srcset||this.src.srcset,lazySrc:this.lazySrc||this.src.lazySrc,aspect:Number(this.aspectRatio||this.src.aspect)}:{src:this.src,srcset:this.srcset,lazySrc:this.lazySrc,aspect:Number(this.aspectRatio||0)}},__cachedImage:function(){if(!(this.normalisedSrc.src||this.normalisedSrc.lazySrc||this.gradient))return[];var t=[],e=this.isLoading?this.normalisedSrc.lazySrc:this.currentSrc;this.gradient&&t.push("linear-gradient("+this.gradient+")"),e&&t.push('url("'+e+'")');var image=this.$createElement("div",{staticClass:"v-image__image",class:{"v-image__image--preload":this.isLoading,"v-image__image--contain":this.contain,"v-image__image--cover":!this.contain},style:{backgroundImage:t.join(", "),backgroundPosition:this.position},key:+this.isLoading});return this.transition?this.$createElement("transition",{attrs:{name:this.transition,mode:"in-out"}},[image]):image}},watch:{src:function(){this.isLoading?this.loadImage():this.init(void 0,void 0,!0)},"$vuetify.breakpoint.width":"getSrc"},mounted:function(){this.init()},methods:{init:function(t,e,n){if(!f||n||this.eager){if(this.normalisedSrc.lazySrc){var r=new Image;r.src=this.normalisedSrc.lazySrc,this.pollForSize(r,null)}this.normalisedSrc.src&&this.loadImage()}},onLoad:function(){this.getSrc(),this.isLoading=!1,this.$emit("load",this.src),this.image&&(this.normalisedSrc.src.endsWith(".svg")||this.normalisedSrc.src.startsWith("data:image/svg+xml"))&&(this.image.naturalHeight&&this.image.naturalWidth?(this.naturalWidth=this.image.naturalWidth,this.calculatedAspectRatio=this.image.naturalWidth/this.image.naturalHeight):this.calculatedAspectRatio=1)},onError:function(){this.hasError=!0,this.$emit("error",this.src)},getSrc:function(){this.image&&(this.currentSrc=this.image.currentSrc||this.image.src)},loadImage:function(){var t=this,image=new Image;this.image=image,image.onload=function(){image.decode?image.decode().catch((function(e){Object(h.consoleWarn)("Failed to decode image, trying to render anyway\n\nsrc: "+t.normalisedSrc.src+(e.message?"\nOriginal error: "+e.message:""),t)})).then(t.onLoad):t.onLoad()},image.onerror=this.onError,this.hasError=!1,this.sizes&&(image.sizes=this.sizes),this.normalisedSrc.srcset&&(image.srcset=this.normalisedSrc.srcset),image.src=this.normalisedSrc.src,this.$emit("loadstart",this.normalisedSrc.src),this.aspectRatio||this.pollForSize(image),this.getSrc()},pollForSize:function(img,t){var e=this;void 0===t&&(t=100),function n(){var r=img.naturalHeight,o=img.naturalWidth;r||o?(e.naturalWidth=o,e.calculatedAspectRatio=o/r):img.complete||!e.isLoading||e.hasError||null==t||setTimeout(n,t)}()},genContent:function(){var content=o.default.options.methods.genContent.call(this);return this.naturalWidth&&this._b(content.data,"div",{style:{width:this.naturalWidth+"px"}}),content},__genPlaceholder:function(){if(this.$slots.placeholder){var t=this.isLoading?[this.$createElement("div",{staticClass:"v-image__placeholder"},this.$slots.placeholder)]:[];return this.transition?this.$createElement("transition",{props:{appear:!0,name:this.transition}},t):t[0]}}},render:function(t){var e=o.default.options.render.call(this,t),data=Object(d.default)(e.data,{staticClass:"v-image",attrs:{"aria-label":this.alt,role:this.alt?"img":void 0},class:this.themeClasses,directives:f?[{name:"intersect",modifiers:{once:!0},value:{handler:this.init,options:this.options}}]:void 0});return e.children=[this.__cachedSizer,this.__cachedImage,this.__genPlaceholder(),this.genContent()],t(e.tag,data,e.children)}})},"./src/components/VImg/index.ts":function(t,e,n){"use strict";n.r(e);var r=n("./src/components/VImg/VImg.ts");n.d(e,"VImg",(function(){return r.default})),e.default=r.default},"./src/components/VInput/VInput.sass":function(t,e,n){},"./src/components/VInput/VInput.ts":function(t,e,n){"use strict";n.r(e),n("./src/components/VInput/VInput.sass");var r=n("./src/components/VIcon/index.ts"),o=n("./src/components/VLabel/index.ts"),l=n("./src/components/VMessages/index.ts"),c=n("./src/mixins/binds-attrs/index.ts"),d=n("./src/mixins/validatable/index.ts"),h=n("./src/util/helpers.ts"),m=n("./src/util/mergeData.ts"),f=n("./src/util/mixins.ts"),v=function(){return(v=Object.assign||function(t){for(var s,i=1,e=arguments.length;i0},hasHint:function(){return!this.hasMessages&&!!this.hint&&(this.persistentHint||this.isFocused)},hasLabel:function(){return!(!this.$slots.label&&!this.label)},internalValue:{get:function(){return this.lazyValue},set:function(t){this.lazyValue=t,this.$emit(this.$_modelEvent,t)}},isDirty:function(){return!!this.lazyValue},isLabelActive:function(){return this.isDirty},messagesToDisplay:function(){var t=this;return this.hasHint?[this.hint]:this.hasMessages?this.validations.map((function(e){if("string"==typeof e)return e;var n=e(t.internalValue);return"string"==typeof n?n:""})).filter((function(t){return""!==t})):[]},showDetails:function(){return!1===this.hideDetails||"auto"===this.hideDetails&&this.hasDetails}},watch:{value:function(t){this.lazyValue=t}},beforeCreate:function(){this.$_modelEvent=this.$options.model&&this.$options.model.event||"input"},methods:{genContent:function(){return[this.genPrependSlot(),this.genControl(),this.genAppendSlot()]},genControl:function(){return this.$createElement("div",{staticClass:"v-input__control",attrs:{title:this.attrs$.title}},[this.genInputSlot(),this.genMessages()])},genDefaultSlot:function(){return[this.genLabel(),this.$slots.default]},genIcon:function(t,e,n){var o=this;void 0===n&&(n={});var l=this[t+"Icon"],c="click:"+Object(h.kebabCase)(t),d=!(!this.listeners$[c]&&!e),data=Object(m.default)({attrs:{"aria-label":d?Object(h.kebabCase)(t).split("-")[0]+" icon":void 0,color:this.validationState,dark:this.dark,disabled:this.isDisabled,light:this.light},on:d?{click:function(t){t.preventDefault(),t.stopPropagation(),o.$emit(c,t),e&&e(t)},mouseup:function(t){t.preventDefault(),t.stopPropagation()}}:void 0},n);return this.$createElement("div",{staticClass:"v-input__icon",class:t?"v-input__icon--"+Object(h.kebabCase)(t):void 0},[this.$createElement(r.default,data,l)])},genInputSlot:function(){return this.$createElement("div",this.setBackgroundColor(this.backgroundColor,{staticClass:"v-input__slot",style:{height:Object(h.convertToUnit)(this.height)},on:{click:this.onClick,mousedown:this.onMouseDown,mouseup:this.onMouseUp},ref:"input-slot"}),[this.genDefaultSlot()])},genLabel:function(){return this.hasLabel?this.$createElement(o.default,{props:{color:this.validationState,dark:this.dark,disabled:this.isDisabled,focused:this.hasState,for:this.computedId,light:this.light}},this.$slots.label||this.label):null},genMessages:function(){var t=this;return this.showDetails?this.$createElement(l.default,{props:{color:this.hasHint?"":this.validationState,dark:this.dark,light:this.light,value:this.messagesToDisplay},attrs:{role:this.hasMessages?"alert":null},scopedSlots:{default:function(e){return Object(h.getSlot)(t,"message",e)}}}):null},genSlot:function(t,e,slot){if(!slot.length)return null;var n=t+"-"+e;return this.$createElement("div",{staticClass:"v-input__"+n,ref:n},slot)},genPrependSlot:function(){var slot=[];return this.$slots.prepend?slot.push(this.$slots.prepend):this.prependIcon&&slot.push(this.genIcon("prepend")),this.genSlot("prepend","outer",slot)},genAppendSlot:function(){var slot=[];return this.$slots.append?slot.push(this.$slots.append):this.appendIcon&&slot.push(this.genIcon("append")),this.genSlot("append","outer",slot)},onClick:function(t){this.$emit("click",t)},onMouseDown:function(t){this.hasMouseDown=!0,this.$emit("mousedown",t)},onMouseUp:function(t){this.hasMouseDown=!1,this.$emit("mouseup",t)}},render:function(t){return t("div",this.setTextColor(this.validationState,{staticClass:"v-input",class:this.classes}),this.genContent())}})},"./src/components/VInput/index.ts":function(t,e,n){"use strict";n.r(e);var r=n("./src/components/VInput/VInput.ts");n.d(e,"VInput",(function(){return r.default})),e.default=r.default},"./src/components/VItemGroup/VItem.ts":function(t,e,n){"use strict";n.r(e),n.d(e,"BaseItem",(function(){return d}));var r=n("./src/mixins/groupable/index.ts"),o=n("./src/util/mixins.ts"),l=n("./src/util/console.ts"),c=n("vue"),d=n.n(c).a.extend({props:{activeClass:String,value:{required:!1}},data:function(){return{isActive:!1}},methods:{toggle:function(){this.isActive=!this.isActive}},render:function(){var t,element;return this.$scopedSlots.default?(this.$scopedSlots.default&&(element=this.$scopedSlots.default({active:this.isActive,toggle:this.toggle})),Array.isArray(element)&&1===element.length&&(element=element[0]),element&&!Array.isArray(element)&&element.tag?(element.data=this._b(element.data||{},element.tag,{class:(t={},t[this.activeClass]=this.isActive,t)}),element):(Object(l.consoleWarn)("v-item should only contain a single element",this),element)):(Object(l.consoleWarn)("v-item is missing a default scopedSlot",this),null)}});e.default=Object(o.default)(d,Object(r.factory)("itemGroup","v-item","v-item-group")).extend({name:"v-item"})},"./src/components/VItemGroup/VItemGroup.sass":function(t,e,n){},"./src/components/VItemGroup/VItemGroup.ts":function(t,e,n){"use strict";n.r(e),n.d(e,"BaseItemGroup",(function(){return h})),n("./src/components/VItemGroup/VItemGroup.sass");var r=n("./src/mixins/proxyable/index.ts"),o=n("./src/mixins/themeable/index.ts"),l=n("./src/util/mixins.ts"),c=n("./src/util/console.ts"),d=function(){return(d=Object.assign||function(t){for(var s,i=1,e=arguments.length;i-1&&e.length-1<1||null!=this.max&&n<0&&e.length+1>this.max||(n>-1?e.splice(n,1):e.push(t),this.internalValue=e)},updateSingle:function(t){var e=t===this.internalValue;this.mandatory&&e||(this.internalValue=e?void 0:t)}},render:function(t){return t(this.tag,this.genData(),this.$slots.default)}});e.default=h.extend({name:"v-item-group",provide:function(){return{itemGroup:this}}})},"./src/components/VItemGroup/index.ts":function(t,e,n){"use strict";n.r(e);var r=n("./src/components/VItemGroup/VItem.ts");n.d(e,"VItem",(function(){return r.default}));var o=n("./src/components/VItemGroup/VItemGroup.ts");n.d(e,"VItemGroup",(function(){return o.default})),e.default={$_vuetify_subcomponents:{VItem:r.default,VItemGroup:o.default}}},"./src/components/VLabel/VLabel.sass":function(t,e,n){},"./src/components/VLabel/VLabel.ts":function(t,e,n){"use strict";n.r(e),n("./src/components/VLabel/VLabel.sass");var r=n("./src/mixins/colorable/index.ts"),o=n("./src/mixins/themeable/index.ts"),l=n("./src/util/mixins.ts"),c=n("./src/util/helpers.ts"),d=function(){return(d=Object.assign||function(t){for(var s,i=1,e=arguments.length;i=t.length&&(t=void 0),{value:t&&t[i++],done:!t}}};throw new TypeError(s?"Object is not iterable.":"Symbol.iterator is not defined.")};e.default=r.default.extend().extend({name:"v-list",provide:function(){return{isInList:!0,list:this}},inject:{isInMenu:{default:!1},isInNav:{default:!1}},props:{dense:Boolean,disabled:Boolean,expand:Boolean,flat:Boolean,nav:Boolean,rounded:Boolean,subheader:Boolean,threeLine:Boolean,twoLine:Boolean},data:function(){return{groups:[]}},computed:{classes:function(){return o(o({},r.default.options.computed.classes.call(this)),{"v-list--dense":this.dense,"v-list--disabled":this.disabled,"v-list--flat":this.flat,"v-list--nav":this.nav,"v-list--rounded":this.rounded,"v-list--subheader":this.subheader,"v-list--two-line":this.twoLine,"v-list--three-line":this.threeLine})}},methods:{register:function(content){this.groups.push(content)},unregister:function(content){var t=this.groups.findIndex((function(g){return g._uid===content._uid}));t>-1&&this.groups.splice(t,1)},listClick:function(t){var e,n;if(!this.expand)try{for(var r=l(this.groups),o=r.next();!o.done;o=r.next())o.value.toggle(t)}catch(t){e={error:t}}finally{try{o&&!o.done&&(n=r.return)&&n.call(r)}finally{if(e)throw e.error}}}},render:function(t){var data={staticClass:"v-list",class:this.classes,style:this.styles,attrs:o({role:this.isInNav||this.isInMenu?void 0:"list"},this.attrs$)};return t(this.tag,this.setBackgroundColor(this.color,data),[this.$slots.default])}})},"./src/components/VList/VListGroup.sass":function(t,e,n){},"./src/components/VList/VListGroup.ts":function(t,e,n){"use strict";n.r(e),n("./src/components/VList/VListGroup.sass");var r=n("./src/components/VIcon/index.ts"),o=n("./src/components/VList/VListItem.ts"),l=n("./src/components/VList/VListItemIcon.ts"),c=n("./src/mixins/binds-attrs/index.ts"),d=n("./src/mixins/bootable/index.ts"),h=n("./src/mixins/colorable/index.ts"),m=n("./src/mixins/toggleable/index.ts"),f=n("./src/mixins/registrable/index.ts"),v=n("./src/directives/ripple/index.ts"),x=n("./src/components/transitions/index.ts"),y=n("./src/util/mixins.ts"),w=n("./src/util/helpers.ts"),k=function(){return(k=Object.assign||function(t){for(var s,i=1,e=arguments.length;i1&&(data.staticClass+=" v-list-item__action--stack"),t("div",data,r)}})},"./src/components/VList/VListItemAvatar.ts":function(t,e,n){"use strict";n.r(e);var r=n("./src/components/VAvatar/index.ts"),o=function(){return(o=Object.assign||function(t){for(var s,i=1,e=arguments.length;i0)&&!(r=i.next()).done;)l.push(r.value)}catch(t){o={error:t}}finally{try{r&&!r.done&&(n=i.return)&&n.call(i)}finally{if(o)throw o.error}}return l},A=function(){for(var t=[],i=0;i-1})))},styles:function(){return{maxHeight:this.calculatedMaxHeight,minWidth:this.calculatedMinWidth,maxWidth:this.calculatedMaxWidth,top:this.calculatedTop,left:this.calculatedLeft,transformOrigin:this.origin,zIndex:this.zIndex||this.activeZIndex}}},watch:{isActive:function(t){t||(this.listIndex=-1)},isContentActive:function(t){this.hasJustFocused=t},listIndex:function(t,e){if(t in this.tiles){var n=this.tiles[t];n.classList.add("v-list-item--highlighted"),this.$refs.content.scrollTop=n.offsetTop-n.clientHeight}e in this.tiles&&this.tiles[e].classList.remove("v-list-item--highlighted")}},created:function(){this.$attrs.hasOwnProperty("full-width")&&Object(k.removed)("full-width",this)},mounted:function(){this.isActive&&this.callActivate()},methods:{activate:function(){var t=this;this.updateDimensions(),requestAnimationFrame((function(){t.startTransition().then((function(){t.$refs.content&&(t.calculatedTopAuto=t.calcTopAuto(),t.auto&&(t.$refs.content.scrollTop=t.calcScrollPosition()))}))}))},calcScrollPosition:function(){var t=this.$refs.content,e=t.querySelector(".v-list-item--active"),n=t.scrollHeight-t.offsetHeight;return e?Math.min(n,Math.max(0,e.offsetTop-t.offsetHeight/2+e.offsetHeight/2)):t.scrollTop},calcLeftAuto:function(){return parseInt(this.dimensions.activator.left-2*this.defaultOffset)},calcTopAuto:function(){var t=this.$refs.content,e=t.querySelector(".v-list-item--active");if(e||(this.selectedIndex=null),this.offsetY||!e)return this.computedTop;this.selectedIndex=Array.from(this.tiles).indexOf(e);var n=e.offsetTop-this.calcScrollPosition(),r=t.querySelector(".v-list-item").offsetTop;return this.computedTop-n-r-1},changeListIndex:function(t){if(this.getTiles(),this.isActive&&this.hasClickableTiles)if(t.keyCode!==_.keyCodes.tab){if(t.keyCode===_.keyCodes.down)this.nextTile();else if(t.keyCode===_.keyCodes.up)this.prevTile();else if(t.keyCode===_.keyCodes.end)this.lastTile();else if(t.keyCode===_.keyCodes.home)this.firstTile();else{if(t.keyCode!==_.keyCodes.enter||-1===this.listIndex)return;this.tiles[this.listIndex].click()}t.preventDefault()}else this.isActive=!1},closeConditional:function(t){var e=t.target;return this.isActive&&!this._isDestroyed&&this.closeOnClick&&!this.$refs.content.contains(e)},genActivatorAttributes:function(){var t=o.default.options.methods.genActivatorAttributes.call(this);return this.activeTile&&this.activeTile.id?S(S({},t),{"aria-activedescendant":this.activeTile.id}):t},genActivatorListeners:function(){var t=d.default.options.methods.genActivatorListeners.call(this);return this.disableKeys||(t.keydown=this.onKeyDown),t},genTransition:function(){var content=this.genContent();return this.transition?this.$createElement("transition",{props:{name:this.transition}},[content]):content},genDirectives:function(){var t=this,e=[{name:"show",value:this.isContentActive}];return!this.openOnHover&&this.closeOnClick&&e.push({name:"click-outside",value:{handler:function(){t.isActive=!1},closeConditional:this.closeConditional,include:function(){return A([t.$el],t.getOpenDependentElements())}}}),e},genContent:function(){var t,e=this,n={attrs:S(S({},this.getScopeIdAttrs()),{role:"role"in this.$attrs?this.$attrs.role:"menu"}),staticClass:"v-menu__content",class:S(S(S({},this.rootThemeClasses),this.roundedClasses),(t={"v-menu__content--auto":this.auto,"v-menu__content--fixed":this.activatorFixed,menuable__content__active:this.isActive},t[this.contentClass.trim()]=!0,t)),style:this.styles,directives:this.genDirectives(),ref:"content",on:{click:function(t){t.target.getAttribute("disabled")||e.closeOnContentClick&&(e.isActive=!1)},keydown:this.onKeyDown}};return this.$listeners.scroll&&(n.on=n.on||{},n.on.scroll=this.$listeners.scroll),!this.disabled&&this.openOnHover&&(n.on=n.on||{},n.on.mouseenter=this.mouseEnterHandler),this.openOnHover&&(n.on=n.on||{},n.on.mouseleave=this.mouseLeaveHandler),this.$createElement("div",n,this.getContentSlot())},getTiles:function(){this.$refs.content&&(this.tiles=Array.from(this.$refs.content.querySelectorAll(".v-list-item")))},mouseEnterHandler:function(){var t=this;this.runDelay("open",(function(){t.hasJustFocused||(t.hasJustFocused=!0)}))},mouseLeaveHandler:function(t){var e=this;this.runDelay("close",(function(){e.$refs.content.contains(t.relatedTarget)||requestAnimationFrame((function(){e.isActive=!1,e.callDeactivate()}))}))},nextTile:function(){var t=this.tiles[this.listIndex+1];if(!t){if(!this.tiles.length)return;return this.listIndex=-1,void this.nextTile()}this.listIndex++,-1===t.tabIndex&&this.nextTile()},prevTile:function(){var t=this.tiles[this.listIndex-1];if(!t){if(!this.tiles.length)return;return this.listIndex=this.tiles.length,void this.prevTile()}this.listIndex--,-1===t.tabIndex&&this.prevTile()},lastTile:function(){var t=this.tiles[this.tiles.length-1];t&&(this.listIndex=this.tiles.length-1,-1===t.tabIndex&&this.prevTile())},firstTile:function(){var t=this.tiles[0];t&&(this.listIndex=0,-1===t.tabIndex&&this.nextTile())},onKeyDown:function(t){var e=this;if(t.keyCode===_.keyCodes.esc){setTimeout((function(){e.isActive=!1}));var n=this.getActivator();this.$nextTick((function(){return n&&n.focus()}))}else!this.isActive&&[_.keyCodes.up,_.keyCodes.down].includes(t.keyCode)&&(this.isActive=!0);this.$nextTick((function(){return e.changeListIndex(t)}))},onResize:function(){this.isActive&&(this.$refs.content.offsetWidth,this.updateDimensions(),clearTimeout(this.resizeTimeout),this.resizeTimeout=window.setTimeout(this.updateDimensions,100))}},render:function(t){var e=this;return t("div",{staticClass:"v-menu",class:{"v-menu--attached":""===this.attach||!0===this.attach||"attach"===this.attach},directives:[{arg:"500",name:"resize",value:this.onResize}]},[!this.activator&&this.genActivator(),this.showLazyContent((function(){return[e.$createElement(r.VThemeProvider,{props:{root:!0,light:e.light,dark:e.dark}},[e.genTransition()])]}))])}})},"./src/components/VMenu/index.ts":function(t,e,n){"use strict";n.r(e);var r=n("./src/components/VMenu/VMenu.ts");n.d(e,"VMenu",(function(){return r.default})),e.default=r.default},"./src/components/VMessages/VMessages.sass":function(t,e,n){},"./src/components/VMessages/VMessages.ts":function(t,e,n){"use strict";n.r(e),n("./src/components/VMessages/VMessages.sass");var r=n("./src/mixins/colorable/index.ts"),o=n("./src/mixins/themeable/index.ts"),l=n("./src/util/mixins.ts"),c=n("./src/util/helpers.ts");e.default=Object(l.default)(r.default,o.default).extend({name:"v-messages",props:{value:{type:Array,default:function(){return[]}}},methods:{genChildren:function(){return this.$createElement("transition-group",{staticClass:"v-messages__wrapper",attrs:{name:"message-transition",tag:"div"}},this.value.map(this.genMessage))},genMessage:function(t,e){return this.$createElement("div",{staticClass:"v-messages__message",key:e},Object(c.getSlot)(this,"default",{message:t,key:e})||[t])}},render:function(t){return t("div",this.setTextColor(this.color,{staticClass:"v-messages",class:this.themeClasses}),[this.genChildren()])}})},"./src/components/VMessages/index.ts":function(t,e,n){"use strict";n.r(e);var r=n("./src/components/VMessages/VMessages.ts");n.d(e,"VMessages",(function(){return r.default})),e.default=r.default},"./src/components/VNavigationDrawer/VNavigationDrawer.sass":function(t,e,n){},"./src/components/VNavigationDrawer/VNavigationDrawer.ts":function(t,e,n){"use strict";n.r(e),n("./src/components/VNavigationDrawer/VNavigationDrawer.sass");var r=n("./src/components/VImg/VImg.ts"),o=n("./src/mixins/applicationable/index.ts"),l=n("./src/mixins/colorable/index.ts"),c=n("./src/mixins/dependent/index.ts"),d=n("./src/mixins/mobile/index.ts"),h=n("./src/mixins/overlayable/index.ts"),m=n("./src/mixins/ssr-bootable/index.ts"),f=n("./src/mixins/themeable/index.ts"),v=n("./src/directives/click-outside/index.ts"),x=n("./src/directives/resize/index.ts"),y=n("./src/directives/touch/index.ts"),w=n("./src/util/helpers.ts"),k=n("./src/util/mixins.ts"),_=function(){return(_=Object.assign||function(t){for(var s,i=1,e=arguments.length;i=this.touchArea.right?this.isActive=!0:!this.right&&this.isActive&&(this.isActive=!1)))},swipeRight:function(t){this.isActive&&!this.right||(this.calculateTouchArea(),Math.abs(t.touchendX-t.touchstartX)<100||(!this.right&&t.touchstartX<=this.touchArea.left?this.isActive=!0:this.right&&this.isActive&&(this.isActive=!1)))},updateApplication:function(){if(!this.isActive||this.isMobile||this.temporary||!this.$el)return 0;var t=Number(this.computedWidth);return isNaN(t)?this.$el.clientWidth:t},updateMiniVariant:function(t){this.miniVariant!==t&&this.$emit("update:mini-variant",t)}},render:function(t){var e=[this.genPrepend(),this.genContent(),this.genAppend(),this.genBorder()];return(this.src||Object(w.getSlot)(this,"img"))&&e.unshift(this.genBackground()),t(this.tag,this.setBackgroundColor(this.color,{class:this.classes,style:this.styles,directives:this.genDirectives(),on:this.genListeners()}),e)}})},"./src/components/VNavigationDrawer/index.ts":function(t,e,n){"use strict";n.r(e);var r=n("./src/components/VNavigationDrawer/VNavigationDrawer.ts");n.d(e,"VNavigationDrawer",(function(){return r.default})),e.default=r.default},"./src/components/VOverflowBtn/VOverflowBtn.sass":function(t,e,n){},"./src/components/VOverflowBtn/VOverflowBtn.ts":function(t,e,n){"use strict";n.r(e),n("./src/components/VOverflowBtn/VOverflowBtn.sass");var r=n("./src/components/VSelect/VSelect.ts"),o=n("./src/components/VAutocomplete/index.ts"),l=n("./src/components/VTextField/VTextField.ts"),c=n("./src/components/VBtn/index.ts"),d=n("./src/util/console.ts"),h=function(){return(h=Object.assign||function(t){for(var s,i=1,e=arguments.length;i0)&&!(r=i.next()).done;)l.push(r.value)}catch(t){o={error:t}}finally{try{r&&!r.done&&(n=i.return)&&n.call(i)}finally{if(o)throw o.error}}return l},v=function(){for(var t=[],i=0;ir&&this.value0?t:1;i<=e;i++)n.push(i);return n},genIcon:function(t,e,n,o,label){return t("li",[t("button",{staticClass:"v-pagination__navigation",class:{"v-pagination__navigation--disabled":n},attrs:{disabled:n,type:"button","aria-label":label},on:n?{}:{click:o}},[t(r.default,[e])])])},genItem:function(t,i){var e=this,n=i===this.value&&(this.color||"primary"),r=i===this.value,o=r?this.currentPageAriaLabel:this.pageAriaLabel;return t("button",this.setBackgroundColor(n,{staticClass:"v-pagination__item",class:{"v-pagination__item--active":i===this.value},attrs:{type:"button","aria-current":r,"aria-label":this.$vuetify.lang.t(o,i)},on:{click:function(){return e.$emit("input",i)}}}),[i.toString()])},genItems:function(t){var e=this;return this.items.map((function(i,n){return t("li",{key:n},[isNaN(Number(i))?t("span",{class:"v-pagination__more"},[i.toString()]):e.genItem(t,i)])}))},genList:function(t,e){return t("ul",{directives:[{modifiers:{quiet:!0},name:"resize",value:this.onResize}],class:this.classes},e)}},render:function(t){var e=[this.genIcon(t,this.$vuetify.rtl?this.nextIcon:this.prevIcon,this.value<=1,this.previous,this.$vuetify.lang.t(this.previousAriaLabel)),this.genItems(t),this.genIcon(t,this.$vuetify.rtl?this.prevIcon:this.nextIcon,this.value>=this.length,this.next,this.$vuetify.lang.t(this.nextAriaLabel))];return t("nav",{attrs:{role:"navigation","aria-label":this.$vuetify.lang.t(this.wrapperAriaLabel)}},[this.genList(t,e)])}})},"./src/components/VPagination/index.ts":function(t,e,n){"use strict";n.r(e);var r=n("./src/components/VPagination/VPagination.ts");n.d(e,"VPagination",(function(){return r.default})),e.default=r.default},"./src/components/VParallax/VParallax.sass":function(t,e,n){},"./src/components/VParallax/VParallax.ts":function(t,e,n){"use strict";n.r(e),n("./src/components/VParallax/VParallax.sass");var r=n("./src/mixins/translatable/index.ts"),o=n("./src/util/mixins.ts"),l=Object(o.default)(r.default);e.default=l.extend().extend({name:"v-parallax",props:{alt:{type:String,default:""},height:{type:[String,Number],default:500},src:String,srcset:String},data:function(){return{isBooted:!1}},computed:{styles:function(){return{display:"block",opacity:this.isBooted?1:0,transform:"translate(-50%, "+this.parallax+"px)"}}},mounted:function(){this.init()},methods:{init:function(){var t=this,img=this.$refs.img;img&&(img.complete?(this.translate(),this.listeners()):img.addEventListener("load",(function(){t.translate(),t.listeners()}),!1),this.isBooted=!0)},objHeight:function(){return this.$refs.img.naturalHeight}},render:function(t){var e=t("div",{staticClass:"v-parallax__image-container"},[t("img",{staticClass:"v-parallax__image",style:this.styles,attrs:{src:this.src,srcset:this.srcset,alt:this.alt},ref:"img"})]),content=t("div",{staticClass:"v-parallax__content"},this.$slots.default);return t("div",{staticClass:"v-parallax",style:{height:this.height+"px"},on:this.$listeners},[e,content])}})},"./src/components/VParallax/index.ts":function(t,e,n){"use strict";n.r(e);var r=n("./src/components/VParallax/VParallax.ts");n.d(e,"VParallax",(function(){return r.default})),e.default=r.default},"./src/components/VPicker/VPicker.sass":function(t,e,n){},"./src/components/VPicker/VPicker.ts":function(t,e,n){"use strict";n.r(e),n("./src/components/VPicker/VPicker.sass"),n("./src/components/VCard/VCard.sass");var r=n("./src/mixins/colorable/index.ts"),o=n("./src/mixins/elevatable/index.ts"),l=n("./src/mixins/themeable/index.ts"),c=n("./src/util/helpers.ts"),d=n("./src/util/mixins.ts"),h=function(){return(h=Object.assign||function(t){for(var s,i=1,e=arguments.length;i100?100:parseFloat(this.value)},strokeDashArray:function(){return Math.round(1e3*this.circumference)/1e3},strokeDashOffset:function(){return(100-this.normalizedValue)/100*this.circumference+"px"},strokeWidth:function(){return Number(this.width)/+this.size*this.viewBoxSize*2},styles:function(){return{height:Object(l.convertToUnit)(this.calculatedSize),width:Object(l.convertToUnit)(this.calculatedSize)}},svgStyles:function(){return{transform:"rotate("+Number(this.rotate)+"deg)"}},viewBoxSize:function(){return this.radius/(1-Number(this.width)/+this.size)}},methods:{genCircle:function(t,e){return this.$createElement("circle",{class:"v-progress-circular__"+t,attrs:{fill:"transparent",cx:2*this.viewBoxSize,cy:2*this.viewBoxSize,r:this.radius,"stroke-width":this.strokeWidth,"stroke-dasharray":this.strokeDashArray,"stroke-dashoffset":e}})},genSvg:function(){var t=[this.indeterminate||this.genCircle("underlay",0),this.genCircle("overlay",this.strokeDashOffset)];return this.$createElement("svg",{style:this.svgStyles,attrs:{xmlns:"http://www.w3.org/2000/svg",viewBox:this.viewBoxSize+" "+this.viewBoxSize+" "+2*this.viewBoxSize+" "+2*this.viewBoxSize}},t)},genInfo:function(){return this.$createElement("div",{staticClass:"v-progress-circular__info"},this.$slots.default)},onObserve:function(t,e,n){this.isVisible=n}},render:function(t){return t("div",this.setTextColor(this.color,{staticClass:"v-progress-circular",attrs:{role:"progressbar","aria-valuemin":0,"aria-valuemax":100,"aria-valuenow":this.indeterminate?void 0:this.normalizedValue},class:this.classes,directives:[{name:"intersect",value:this.onObserve}],style:this.styles,on:this.$listeners}),[this.genSvg(),this.genInfo()])}})},"./src/components/VProgressCircular/index.ts":function(t,e,n){"use strict";n.r(e);var r=n("./src/components/VProgressCircular/VProgressCircular.ts");n.d(e,"VProgressCircular",(function(){return r.default})),e.default=r.default},"./src/components/VProgressLinear/VProgressLinear.sass":function(t,e,n){},"./src/components/VProgressLinear/VProgressLinear.ts":function(t,e,n){"use strict";n.r(e),n("./src/components/VProgressLinear/VProgressLinear.sass");var r=n("./src/components/transitions/index.ts"),o=n("./src/directives/intersect/index.ts"),l=n("./src/mixins/colorable/index.ts"),c=n("./src/mixins/positionable/index.ts"),d=n("./src/mixins/proxyable/index.ts"),h=n("./src/mixins/themeable/index.ts"),m=n("./src/util/helpers.ts"),f=n("./src/util/mixins.ts"),v=function(){return(v=Object.assign||function(t){for(var s,i=1,e=arguments.length;i100?100:parseFloat(t)}},render:function(t){return t("div",{staticClass:"v-progress-linear",attrs:{role:"progressbar","aria-valuemin":0,"aria-valuemax":this.normalizedBuffer,"aria-valuenow":this.indeterminate?void 0:this.normalizedValue},class:this.classes,directives:[{name:"intersect",value:this.onObserve}],style:{bottom:this.bottom?0:void 0,height:this.active?Object(m.convertToUnit)(this.height):0,top:this.top?0:void 0},on:this.genListeners()},[this.__cachedStream,this.__cachedBackground,this.__cachedBuffer,this.__cachedBar,this.genContent()])}})},"./src/components/VProgressLinear/index.ts":function(t,e,n){"use strict";n.r(e);var r=n("./src/components/VProgressLinear/VProgressLinear.ts");n.d(e,"VProgressLinear",(function(){return r.default})),e.default=r.default},"./src/components/VRadioGroup/VRadio.sass":function(t,e,n){},"./src/components/VRadioGroup/VRadio.ts":function(t,e,n){"use strict";n.r(e),n("./src/components/VRadioGroup/VRadio.sass");var r=n("./src/components/VLabel/index.ts"),o=n("./src/components/VIcon/index.ts"),l=n("./src/components/VInput/index.ts"),c=n("./src/mixins/binds-attrs/index.ts"),d=n("./src/mixins/colorable/index.ts"),h=n("./src/mixins/groupable/index.ts"),m=n("./src/mixins/rippleable/index.ts"),f=n("./src/mixins/themeable/index.ts"),v=n("./src/mixins/selectable/index.ts"),x=n("./src/util/helpers.ts"),y=n("./src/util/mixins.ts"),w=n("./src/util/mergeData.ts"),k=function(){return(k=Object.assign||function(t){for(var s,i=1,e=arguments.length;i0)&&!(r=i.next()).done;)l.push(r.value)}catch(t){o={error:t}}finally{try{r&&!r.done&&(n=i.return)&&n.call(i)}finally{if(o)throw o.error}}return l},d=function(){for(var t=[],i=0;in[1]||n[1]=0}},watch:{internalValue:function(t){t!==this.value&&this.$emit("input",t)},value:function(t){this.internalValue=t}},methods:{createClickFn:function(i){var t=this;return function(e){if(!t.readonly){var n=t.genHoverIndex(e,i);t.clearable&&t.internalValue===n?t.internalValue=0:t.internalValue=n}}},createProps:function(i){var t={index:i,value:this.internalValue,click:this.createClickFn(i),isFilled:Math.floor(this.internalValue)>i,isHovered:Math.floor(this.hoverIndex)>i};return this.halfIncrements&&(t.isHalfHovered=!t.isHovered&&(this.hoverIndex-i)%1>0,t.isHalfFilled=!t.isFilled&&(this.internalValue-i)%1>0),t},genHoverIndex:function(t,i){var e=this.isHalfEvent(t);return this.halfIncrements&&this.$vuetify.rtl&&(e=!e),i+(e?.5:1)},getIconName:function(t){var e=this.isHovering?t.isHovered:t.isFilled,n=this.isHovering?t.isHalfHovered:t.isHalfFilled;return e?this.fullIcon:n?this.halfIcon:this.emptyIcon},getColor:function(t){if(this.isHovering){if(t.isHovered||t.isHalfHovered)return this.color}else if(t.isFilled||t.isHalfFilled)return this.color;return this.backgroundColor},isHalfEvent:function(t){if(this.halfIncrements){var rect=t.target&&t.target.getBoundingClientRect();if(rect&&t.pageX-rect.left=t.length&&(t=void 0),{value:t&&t[i++],done:!t}}};throw new TypeError(s?"Object is not iterable.":"Symbol.iterator is not defined.")},C={closeOnClick:!1,closeOnContentClick:!1,disableKeys:!0,openOnClick:!1,maxHeight:304},A=Object(k.default)(d.default,h.default,m.default,f.default);e.default=A.extend().extend({name:"v-select",directives:{ClickOutside:v.default},props:{appendIcon:{type:String,default:"$dropdown"},attach:{type:null,default:!1},cacheItems:Boolean,chips:Boolean,clearable:Boolean,deletableChips:Boolean,disableLookup:Boolean,eager:Boolean,hideSelected:Boolean,items:{type:Array,default:function(){return[]}},itemColor:{type:String,default:"primary"},itemDisabled:{type:[String,Array,Function],default:"disabled"},itemText:{type:[String,Array,Function],default:"text"},itemValue:{type:[String,Array,Function],default:"value"},menuProps:{type:[String,Array,Object],default:function(){return C}},multiple:Boolean,openOnClear:Boolean,returnObject:Boolean,smallChips:Boolean},data:function(){return{cachedItems:this.cacheItems?this.items:[],menuIsBooted:!1,isMenuActive:!1,lastItem:20,lazyValue:void 0!==this.value?this.value:this.multiple?[]:void 0,selectedIndex:-1,selectedItems:[],keyboardLookupPrefix:"",keyboardLookupLastTime:0}},computed:{allItems:function(){return this.filterDuplicates(this.cachedItems.concat(this.items))},classes:function(){return _(_({},d.default.options.computed.classes.call(this)),{"v-select":!0,"v-select--chips":this.hasChips,"v-select--chips--small":this.smallChips,"v-select--is-menu-active":this.isMenuActive,"v-select--is-multi":this.multiple})},computedItems:function(){return this.allItems},computedOwns:function(){return"list-"+this._uid},computedCounterValue:function(){var t=this.multiple?this.selectedItems:(this.getText(this.selectedItems[0])||"").toString();return"function"==typeof this.counterValue?this.counterValue(t):t.length},directives:function(){var t=this;return this.isFocused?[{name:"click-outside",value:{handler:this.blur,closeConditional:this.closeConditional,include:function(){return t.getOpenDependentElements()}}}]:void 0},dynamicHeight:function(){return"auto"},hasChips:function(){return this.chips||this.smallChips},hasSlot:function(){return Boolean(this.hasChips||this.$scopedSlots.selection)},isDirty:function(){return this.selectedItems.length>0},listData:function(){var t,e=this.$vnode&&this.$vnode.context.$options._scopeId,n=e?((t={})[e]=!0,t):{};return{attrs:_(_({},n),{id:this.computedOwns}),props:{action:this.multiple,color:this.itemColor,dense:this.dense,hideSelected:this.hideSelected,items:this.virtualizedItems,itemDisabled:this.itemDisabled,itemText:this.itemText,itemValue:this.itemValue,noDataText:this.$vuetify.lang.t(this.noDataText),selectedItems:this.selectedItems},on:{select:this.selectItem},scopedSlots:{item:this.$scopedSlots.item}}},staticList:function(){return(this.$slots["no-data"]||this.$slots["prepend-item"]||this.$slots["append-item"])&&Object(w.consoleError)("assert: staticList should not be called if slots are used"),this.$createElement(l.default,this.listData)},virtualizedItems:function(){return this.$_menuProps.auto?this.computedItems:this.computedItems.slice(0,this.lastItem)},menuCanShow:function(){return!0},$_menuProps:function(){var t="string"==typeof this.menuProps?this.menuProps.split(","):this.menuProps;return Array.isArray(t)&&(t=t.reduce((function(t,p){return t[p.trim()]=!0,t}),{})),_(_(_({},C),{eager:this.eager,value:this.menuCanShow&&this.isMenuActive,nudgeBottom:t.offsetY?1:0}),t)}},watch:{internalValue:function(t){this.initialValue=t,this.setSelectedItems()},isMenuActive:function(t){var e=this;window.setTimeout((function(){return e.onMenuActiveChange(t)}))},items:{immediate:!0,handler:function(t){var e=this;this.cacheItems&&this.$nextTick((function(){e.cachedItems=e.filterDuplicates(e.cachedItems.concat(t))})),this.setSelectedItems()}}},methods:{blur:function(t){d.default.options.methods.blur.call(this,t),this.isMenuActive=!1,this.isFocused=!1,this.selectedIndex=-1,this.setMenuIndex(-1)},activateMenu:function(){this.isInteractive&&!this.isMenuActive&&(this.isMenuActive=!0)},clearableCallback:function(){var t=this;this.setValue(this.multiple?[]:null),this.setMenuIndex(-1),this.$nextTick((function(){return t.$refs.input&&t.$refs.input.focus()})),this.openOnClear&&(this.isMenuActive=!0)},closeConditional:function(t){return!this.isMenuActive||!this._isDestroyed&&(!this.getContent()||!this.getContent().contains(t.target))&&this.$el&&!this.$el.contains(t.target)&&t.target!==this.$el},filterDuplicates:function(t){for(var e=new Map,n=0;n1e3&&(this.keyboardLookupPrefix=""),this.keyboardLookupPrefix+=t.key.toLowerCase(),this.keyboardLookupLastTime=n;var r=this.allItems.findIndex((function(t){return(e.getText(t)||"").toString().toLowerCase().startsWith(e.keyboardLookupPrefix)})),o=this.allItems[r];-1!==r&&(this.lastItem=Math.max(this.lastItem,r+5),this.setValue(this.returnObject?o:this.getValue(o)),this.$nextTick((function(){return e.$refs.menu.getTiles()})),setTimeout((function(){return e.setMenuIndex(r)})))}},onKeyDown:function(t){var e=this;if(!this.isReadonly||t.keyCode===y.keyCodes.tab){var n=t.keyCode,menu=this.$refs.menu;if([y.keyCodes.enter,y.keyCodes.space].includes(n)&&this.activateMenu(),this.$emit("keydown",t),menu)return this.isMenuActive&&n!==y.keyCodes.tab&&this.$nextTick((function(){menu.changeListIndex(t),e.$emit("update:list-index",menu.listIndex)})),!this.isMenuActive&&[y.keyCodes.up,y.keyCodes.down,y.keyCodes.home,y.keyCodes.end].includes(n)?this.onUpDown(t):n===y.keyCodes.esc?this.onEscDown(t):n===y.keyCodes.tab?this.onTabDown(t):n===y.keyCodes.space?this.onSpaceDown(t):void 0}},onMenuActiveChange:function(t){if(!(this.multiple&&!t||this.getMenuIndex()>-1)){var menu=this.$refs.menu;if(menu&&this.isDirty)for(var i=0;ithis.computedItems.length)return;this.getContent().scrollHeight-(this.getContent().scrollTop+this.getContent().clientHeight)<200&&(this.lastItem+=20)}else requestAnimationFrame((function(){return t.getContent().scrollTop=0}))},onSpaceDown:function(t){t.preventDefault()},onTabDown:function(t){var menu=this.$refs.menu;if(menu){var e=menu.activeTile;!this.multiple&&e&&this.isMenuActive?(t.preventDefault(),t.stopPropagation(),e.click()):this.blur(t)}},onUpDown:function(t){var e=this,menu=this.$refs.menu;if(menu){if(t.preventDefault(),this.multiple)return this.activateMenu();var n=t.keyCode;menu.isBooted=!0,window.requestAnimationFrame((function(){if(menu.getTiles(),!menu.hasClickableTiles)return e.activateMenu();switch(n){case y.keyCodes.up:menu.prevTile();break;case y.keyCodes.down:menu.nextTile();break;case y.keyCodes.home:menu.firstTile();break;case y.keyCodes.end:menu.lastTile()}e.selectItem(e.allItems[e.getMenuIndex()])}))}},selectItem:function(t){var e=this;if(this.multiple){var n=(this.internalValue||[]).slice(),i=this.findExistingIndex(t);if(-1!==i?n.splice(i,1):n.push(t),this.setValue(n.map((function(i){return e.returnObject?i:e.getValue(i)}))),this.$nextTick((function(){e.$refs.menu&&e.$refs.menu.updateDimensions()})),!this.multiple)return;var r=this.getMenuIndex();if(this.setMenuIndex(-1),this.hideSelected)return;this.$nextTick((function(){return e.setMenuIndex(r)}))}else this.setValue(this.returnObject?t:this.getValue(t)),this.isMenuActive=!1},setMenuIndex:function(t){this.$refs.menu&&(this.$refs.menu.listIndex=t)},setSelectedItems:function(){var t,e,n=this,r=[],o=this.multiple&&Array.isArray(this.internalValue)?this.internalValue:[this.internalValue],l=function(t){var e=c.allItems.findIndex((function(e){return n.valueComparator(n.getValue(e),n.getValue(t))}));e>-1&&r.push(c.allItems[e])},c=this;try{for(var d=S(o),h=d.next();!h.done;h=d.next())l(h.value)}catch(e){t={error:e}}finally{try{h&&!h.done&&(e=d.return)&&e.call(d)}finally{if(t)throw t.error}}this.selectedItems=r},setValue:function(t){this.valueComparator(t,this.internalValue)||(this.internalValue=t,this.$emit("change",t))},isAppendInner:function(t){var e=this.$refs["append-inner"];return e&&(e===t||e.contains(t))}}})},"./src/components/VSelect/VSelectList.ts":function(t,e,n){"use strict";n.r(e);var r=n("./src/components/VCheckbox/VSimpleCheckbox.ts"),o=n("./src/components/VDivider/index.ts"),l=n("./src/components/VSubheader/index.ts"),c=n("./src/components/VList/index.ts"),d=n("./src/directives/ripple/index.ts"),h=n("./src/mixins/colorable/index.ts"),m=n("./src/mixins/themeable/index.ts"),f=n("./src/util/helpers.ts"),v=n("./src/util/mixins.ts"),x=function(){return(x=Object.assign||function(t){for(var s,i=1,e=arguments.length;i'+Object(f.escapeHTML)(text)+""},getMaskedCharacters:function(text){var t=(this.searchInput||"").toString().toLocaleLowerCase(),e=text.toLocaleLowerCase().indexOf(t);return e<0?{start:text,middle:"",end:""}:{start:text.slice(0,e),middle:text.slice(e,e+t.length),end:text.slice(e+t.length)}},genTile:function(t){var e=this,n=t.item,r=t.index,o=t.disabled,l=void 0===o?null:o,d=t.value,h=void 0!==d&&d;h||(h=this.hasItem(n)),n===Object(n)&&(l=null!==l?l:this.getDisabled(n));var m={attrs:{"aria-selected":String(h),id:"list-item-"+this._uid+"-"+r,role:"option"},on:{mousedown:function(t){t.preventDefault()},click:function(){return l||e.$emit("select",n)}},props:{activeClass:this.tileActiveClass,disabled:l,ripple:!0,inputValue:h}};if(!this.$scopedSlots.item)return this.$createElement(c.VListItem,m,[this.action&&!this.hideSelected&&this.items.length>0?this.genAction(n,h):null,this.genTileContent(n,r)]);var f=this.$scopedSlots.item({parent:this,item:n,attrs:x(x({},m.attrs),m.props),on:m.on});return this.needsTile(f)?this.$createElement(c.VListItem,m,f):f},genTileContent:function(t,e){void 0===e&&(e=0);var n=this.genFilteredText(this.getText(t));return this.$createElement(c.VListItemContent,[this.$createElement(c.VListItemTitle,{domProps:{innerHTML:n}})])},hasItem:function(t){return this.parsedItems.indexOf(this.getValue(t))>-1},needsTile:function(slot){return 1!==slot.length||null==slot[0].componentOptions||"v-list-item"!==slot[0].componentOptions.Ctor.options.name},getDisabled:function(t){return Boolean(Object(f.getPropertyFromItem)(t,this.itemDisabled,!1))},getText:function(t){return String(Object(f.getPropertyFromItem)(t,this.itemText,t))},getValue:function(t){return Object(f.getPropertyFromItem)(t,this.itemValue,this.getText(t))}},render:function(){for(var t=[],e=this.items.length,n=0;n0)&&!(r=i.next()).done;)l.push(r.value)}catch(t){o={error:t}}finally{try{r&&!r.done&&(n=i.return)&&n.call(i)}finally{if(o)throw o.error}}return l};e.default=Object(c.default)(r.default,o.default,l.default).extend({name:"VSkeletonLoader",props:{boilerplate:Boolean,loading:Boolean,tile:Boolean,transition:String,type:String,types:{type:Object,default:function(){return{}}}},computed:{attrs:function(){return this.isLoading?this.boilerplate?{}:h({"aria-busy":!0,"aria-live":"polite",role:"alert"},this.$attrs):this.$attrs},classes:function(){return h(h({"v-skeleton-loader--boilerplate":this.boilerplate,"v-skeleton-loader--is-loading":this.isLoading,"v-skeleton-loader--tile":this.tile},this.themeClasses),this.elevationClasses)},isLoading:function(){return!("default"in this.$scopedSlots)||this.loading},rootTypes:function(){return h({actions:"button@2",article:"heading, paragraph",avatar:"avatar",button:"button",card:"image, card-heading","card-avatar":"image, list-item-avatar","card-heading":"heading",chip:"chip","date-picker":"list-item, card-heading, divider, date-picker-options, date-picker-days, actions","date-picker-options":"text, avatar@2","date-picker-days":"avatar@28",heading:"heading",image:"image","list-item":"text","list-item-avatar":"avatar, text","list-item-two-line":"sentences","list-item-avatar-two-line":"avatar, sentences","list-item-three-line":"paragraph","list-item-avatar-three-line":"avatar, paragraph",paragraph:"text@3",sentences:"text@2",table:"table-heading, table-thead, table-tbody, table-tfoot","table-heading":"heading, text","table-thead":"heading@6","table-tbody":"table-row-divider@6","table-row-divider":"table-row, divider","table-row":"table-cell@6","table-cell":"text","table-tfoot":"text@2, avatar@2",text:"text"},this.types)}},methods:{genBone:function(text,t){return this.$createElement("div",{staticClass:"v-skeleton-loader__"+text+" v-skeleton-loader__bone"},t)},genBones:function(t){var e=this,n=m(t.split("@"),2),r=n[0],o=n[1];return Array.from({length:o}).map((function(){return e.genStructure(r)}))},genStructure:function(t){var e=[];t=t||this.type||"";var n=this.rootTypes[t]||"";if(t===n);else{if(t.indexOf(",")>-1)return this.mapBones(t);if(t.indexOf("@")>-1)return this.genBones(t);n.indexOf(",")>-1?e=this.mapBones(n):n.indexOf("@")>-1?e=this.genBones(n):n&&e.push(this.genStructure(n))}return[this.genBone(t,e)]},genSkeleton:function(){var t=[];return this.isLoading?t.push(this.genStructure()):t.push(Object(d.getSlot)(this)),this.transition?this.$createElement("transition",{props:{name:this.transition},on:{afterEnter:this.resetStyles,beforeEnter:this.onBeforeEnter,beforeLeave:this.onBeforeLeave,leaveCancelled:this.resetStyles}},t):t},mapBones:function(t){return t.replace(/\s/g,"").split(",").map(this.genStructure)},onBeforeEnter:function(t){this.resetStyles(t),this.isLoading&&(t._initialStyle={display:t.style.display,transition:t.style.transition},t.style.setProperty("transition","none","important"))},onBeforeLeave:function(t){t.style.setProperty("display","none","important")},resetStyles:function(t){t._initialStyle&&(t.style.display=t._initialStyle.display||"",t.style.transition=t._initialStyle.transition,delete t._initialStyle)}},render:function(t){return t("div",{staticClass:"v-skeleton-loader",attrs:this.attrs,on:this.$listeners,class:this.classes,style:this.isLoading?this.measurableStyles:void 0},[this.genSkeleton()])}})},"./src/components/VSkeletonLoader/index.ts":function(t,e,n){"use strict";n.r(e);var r=n("./src/components/VSkeletonLoader/VSkeletonLoader.ts");n.d(e,"VSkeletonLoader",(function(){return r.default})),e.default=r.default},"./src/components/VSlideGroup/VSlideGroup.sass":function(t,e,n){},"./src/components/VSlideGroup/VSlideGroup.ts":function(t,e,n){"use strict";n.r(e),n.d(e,"BaseSlideGroup",(function(){return v})),n("./src/components/VSlideGroup/VSlideGroup.sass");var r=n("./src/components/VIcon/index.ts"),o=n("./src/components/transitions/index.ts"),l=n("./src/components/VItemGroup/VItemGroup.ts"),c=n("./src/mixins/mobile/index.ts"),d=n("./src/directives/resize/index.ts"),h=n("./src/directives/touch/index.ts"),m=n("./src/util/mixins.ts"),f=function(){return(f=Object.assign||function(t){for(var s,i=1,e=arguments.length;i0;case"mobile":return this.isMobile||this.isOverflowing||Math.abs(this.scrollOffset)>0;default:return!this.isMobile&&(this.isOverflowing||Math.abs(this.scrollOffset)>0)}},hasNext:function(){if(!this.hasAffixes)return!1;var t=this.widths,content=t.content,e=t.wrapper;return content>Math.abs(this.scrollOffset)+e},hasPrev:function(){return this.hasAffixes&&0!==this.scrollOffset}},watch:{internalValue:"setWidths",isOverflowing:"setWidths",scrollOffset:function(t){this.$refs.content.style.transform="translateX("+-t+"px)"}},beforeUpdate:function(){this.internalItemsLength=(this.$children||[]).length},updated:function(){this.internalItemsLength!==(this.$children||[]).length&&this.setWidths()},methods:{genNext:function(){var t=this,slot=this.$scopedSlots.next?this.$scopedSlots.next({}):this.$slots.next||this.__cachedNext;return this.$createElement("div",{staticClass:"v-slide-group__next",class:{"v-slide-group__next--disabled":!this.hasNext},on:{click:function(){return t.onAffixClick("next")}},key:"next"},[slot])},genContent:function(){return this.$createElement("div",{staticClass:"v-slide-group__content",ref:"content"},this.$slots.default)},genData:function(){return{class:this.classes,directives:[{name:"resize",value:this.onResize}]}},genIcon:function(t){var e=t;this.$vuetify.rtl&&"prev"===t?e="next":this.$vuetify.rtl&&"next"===t&&(e="prev");var n=this["has"+t[0].toUpperCase()+t.slice(1)];return this.showArrows||n?this.$createElement(r.default,{props:{disabled:!n}},this[e+"Icon"]):null},genPrev:function(){var t=this,slot=this.$scopedSlots.prev?this.$scopedSlots.prev({}):this.$slots.prev||this.__cachedPrev;return this.$createElement("div",{staticClass:"v-slide-group__prev",class:{"v-slide-group__prev--disabled":!this.hasPrev},on:{click:function(){return t.onAffixClick("prev")}},key:"prev"},[slot])},genTransition:function(t){return this.$createElement(o.VFadeTransition,[this.genIcon(t)])},genWrapper:function(){var t=this;return this.$createElement("div",{staticClass:"v-slide-group__wrapper",directives:[{name:"touch",value:{start:function(e){return t.overflowCheck(e,t.onTouchStart)},move:function(e){return t.overflowCheck(e,t.onTouchMove)},end:function(e){return t.overflowCheck(e,t.onTouchEnd)}}}],ref:"wrapper"},[this.genContent()])},calculateNewOffset:function(t,e,n,r){var o=n?-1:1,l=o*r+("prev"===t?-1:1)*e.wrapper;return o*Math.max(Math.min(l,e.content-e.wrapper),0)},onAffixClick:function(t){this.$emit("click:"+t),this.scrollTo(t)},onResize:function(){this._isDestroyed||this.setWidths()},onTouchStart:function(t){var content=this.$refs.content;this.startX=this.scrollOffset+t.touchstartX,content.style.setProperty("transition","none"),content.style.setProperty("willChange","transform")},onTouchMove:function(t){if(this.canTouch){if(!this.isSwiping){var e=t.touchmoveX-t.touchstartX,n=t.touchmoveY-t.touchstartY;this.isSwipingHorizontal=Math.abs(e)>Math.abs(n),this.isSwiping=!0}this.isSwipingHorizontal&&(this.scrollOffset=this.startX-t.touchmoveX,document.documentElement.style.overflowY="hidden")}},onTouchEnd:function(){if(this.canTouch){var t=this.$refs,content=t.content,e=t.wrapper,n=content.clientWidth-e.clientWidth;content.style.setProperty("transition",null),content.style.setProperty("willChange",null),this.$vuetify.rtl?this.scrollOffset>0||!this.isOverflowing?this.scrollOffset=0:this.scrollOffset<=-n&&(this.scrollOffset=-n):this.scrollOffset<0||!this.isOverflowing?this.scrollOffset=0:this.scrollOffset>=n&&(this.scrollOffset=n),this.isSwiping=!1,document.documentElement.style.removeProperty("overflow-y")}},overflowCheck:function(t,e){t.stopPropagation(),this.isOverflowing&&e(t)},scrollIntoView:function(){if(!this.selectedItem&&this.items.length){var t=this.items[this.items.length-1].$el.getBoundingClientRect(),e=this.$refs.wrapper.getBoundingClientRect();(this.$vuetify.rtl&&e.rightt.left)&&this.scrollTo("prev")}this.selectedItem&&(0===this.selectedIndex||!this.centerActive&&!this.isOverflowing?this.scrollOffset=0:this.centerActive?this.scrollOffset=this.calculateCenteredOffset(this.selectedItem.$el,this.widths,this.$vuetify.rtl):this.isOverflowing&&(this.scrollOffset=this.calculateUpdatedOffset(this.selectedItem.$el,this.widths,this.$vuetify.rtl,this.scrollOffset)))},calculateUpdatedOffset:function(t,e,n,r){var o=t.clientWidth,l=n?e.content-t.offsetLeft-o:t.offsetLeft;n&&(r=-r);var c=e.wrapper+r,d=o+l,h=.4*o;return l<=r?r=Math.max(l-h,0):c<=d&&(r=Math.min(r-(c-d-h),e.content-e.wrapper)),n?-r:r},calculateCenteredOffset:function(t,e,n){var r=t.offsetLeft,o=t.clientWidth;if(n){var l=e.content-r-o/2-e.wrapper/2;return-Math.min(e.content-e.wrapper,Math.max(0,l))}return l=r+o/2-e.wrapper/2,Math.min(e.content-e.wrapper,Math.max(0,l))},scrollTo:function(t){this.scrollOffset=this.calculateNewOffset(t,{content:this.$refs.content?this.$refs.content.clientWidth:0,wrapper:this.$refs.wrapper?this.$refs.wrapper.clientWidth:0},this.$vuetify.rtl,this.scrollOffset)},setWidths:function(){var t=this;window.requestAnimationFrame((function(){var e=t.$refs,content=e.content,n=e.wrapper;t.widths={content:content?content.clientWidth:0,wrapper:n?n.clientWidth:0},t.isOverflowing=t.widths.wrapper+10?parseFloat(this.step):0},inputWidth:function(){return(this.roundValue(this.internalValue)-this.minValue)/(this.maxValue-this.minValue)*100},trackFillStyles:function(){var t,e=this.vertical?"bottom":"left",n=this.vertical?"top":"right",r=this.vertical?"height":"width",o=this.$vuetify.rtl?"auto":"0",l=this.$vuetify.rtl?"0":"auto",c=this.isDisabled?"calc("+this.inputWidth+"% - 10px)":this.inputWidth+"%";return(t={transition:this.trackTransition})[e]=o,t[n]=l,t[r]=c,t},trackStyles:function(){var t,e=this.vertical?this.$vuetify.rtl?"bottom":"top":this.$vuetify.rtl?"left":"right",n=this.vertical?"height":"width",r=this.isDisabled?"calc("+(100-this.inputWidth)+"% - 10px)":"calc("+(100-this.inputWidth)+"%)";return(t={transition:this.trackTransition})[e]="0px",t[n]=r,t},showTicks:function(){return this.tickLabels.length>0||!(this.isDisabled||!this.stepNumeric||!this.ticks)},numTicks:function(){return Math.ceil((this.maxValue-this.minValue)/this.stepNumeric)},showThumbLabel:function(){return!(this.isDisabled||!this.thumbLabel&&!this.$scopedSlots["thumb-label"])},computedTrackColor:function(){if(!this.isDisabled)return this.trackColor?this.trackColor:this.isDark?this.validationState:this.validationState||"primary lighten-3"},computedTrackFillColor:function(){if(!this.isDisabled)return this.trackFillColor?this.trackFillColor:this.validationState||this.computedColor},computedThumbColor:function(){return this.thumbColor?this.thumbColor:this.validationState||this.computedColor}},watch:{min:function(t){var e=parseFloat(t);e>this.internalValue&&this.$emit("input",e)},max:function(t){var e=parseFloat(t);e0}},l)},genThumbContainer:function(t,e,n,r,o,l,c){void 0===c&&(c="thumb");var d=[this.genThumb()],h=this.genThumbLabelContent(t);return this.showThumbLabel&&d.push(this.genThumbLabel(h)),this.$createElement("div",this.setTextColor(this.computedThumbColor,{ref:c,key:c,staticClass:"v-slider__thumb-container",class:{"v-slider__thumb-container--active":n,"v-slider__thumb-container--focused":r,"v-slider__thumb-container--show-label":this.showThumbLabel},style:this.getThumbContainerStyles(e),attrs:f({role:"slider",tabindex:this.isDisabled?-1:this.$attrs.tabindex?this.$attrs.tabindex:0,"aria-label":this.label,"aria-valuemin":this.min,"aria-valuemax":this.max,"aria-valuenow":this.internalValue,"aria-readonly":String(this.isReadonly),"aria-orientation":this.vertical?"vertical":"horizontal"},this.$attrs),on:{focus:o,blur:l,keydown:this.onKeyDown}}),d)},genThumbLabelContent:function(t){return this.$scopedSlots["thumb-label"]?this.$scopedSlots["thumb-label"]({value:t}):[this.$createElement("span",[String(t)])]},genThumbLabel:function(content){var t=Object(h.convertToUnit)(this.thumbSize),e=this.vertical?"translateY(20%) translateY("+(Number(this.thumbSize)/3-1)+"px) translateX(55%) rotate(135deg)":"translateY(-20%) translateY(-12px) translateX(-50%) rotate(45deg)";return this.$createElement(o.VScaleTransition,{props:{origin:"bottom center"}},[this.$createElement("div",{staticClass:"v-slider__thumb-label-container",directives:[{name:"show",value:this.isFocused||this.isActive||"always"===this.thumbLabel}]},[this.$createElement("div",this.setBackgroundColor(this.computedThumbColor,{staticClass:"v-slider__thumb-label",style:{height:t,width:t,transform:e}}),[this.$createElement("div",content)])])])},genThumb:function(){return this.$createElement("div",this.setBackgroundColor(this.computedThumbColor,{staticClass:"v-slider__thumb"}))},getThumbContainerStyles:function(t){var e,n=this.vertical?"top":"left",r=this.$vuetify.rtl?100-t:t;return r=this.vertical?100-r:r,(e={transition:this.trackTransition})[n]=r+"%",e},onSliderMouseDown:function(t){var e,n=this;t.preventDefault(),this.oldValue=this.internalValue,this.isActive=!0;var r=!h.passiveSupported||{passive:!0,capture:!0},o=!!h.passiveSupported&&{passive:!0};(null===(e=t.target)||void 0===e?void 0:e.matches(".v-slider__thumb-container, .v-slider__thumb-container *"))?this.thumbPressed=!0:(window.clearTimeout(this.mouseTimeout),this.mouseTimeout=window.setTimeout((function(){n.thumbPressed=!0}),300));var l="touches"in t;this.onMouseMove(t),this.app.addEventListener(l?"touchmove":"mousemove",this.onMouseMove,o),Object(h.addOnceEventListener)(this.app,l?"touchend":"mouseup",this.onSliderMouseUp,r),this.$emit("start",this.internalValue)},onSliderMouseUp:function(t){t.stopPropagation(),window.clearTimeout(this.mouseTimeout),this.thumbPressed=!1;var e=!!h.passiveSupported&&{passive:!0};this.app.removeEventListener("touchmove",this.onMouseMove,e),this.app.removeEventListener("mousemove",this.onMouseMove,e),this.$emit("mouseup",t),this.$emit("end",this.internalValue),Object(h.deepEqual)(this.oldValue,this.internalValue)||(this.$emit("change",this.internalValue),this.noClick=!0),this.isActive=!1},onMouseMove:function(t){"mousemove"===t.type&&(this.thumbPressed=!0),this.internalValue=this.parseMouseMove(t)},onKeyDown:function(t){if(this.isInteractive){var e=this.parseKeyDown(t,this.internalValue);null==e||ethis.maxValue||(this.internalValue=e,this.$emit("change",e))}},onSliderClick:function(t){this.noClick?this.noClick=!1:(this.$refs.thumb.focus(),this.onMouseMove(t),this.$emit("change",this.internalValue))},onBlur:function(t){this.isFocused=!1,this.$emit("blur",t)},onFocus:function(t){this.isFocused=!0,this.$emit("focus",t)},parseMouseMove:function(t){var e=this.vertical?"top":"left",n=this.vertical?"height":"width",r=this.vertical?"clientY":"clientX",o=this.$refs.track.getBoundingClientRect(),l=o[e],c=o[n],d="touches"in t?t.touches[0][r]:t[r],h=Math.min(Math.max((d-l)/c,0),1)||0;return this.vertical&&(h=1-h),this.$vuetify.rtl&&(h=1-h),parseFloat(this.min)+h*(this.maxValue-this.minValue)},parseKeyDown:function(t,e){if(this.isInteractive){var n=h.keyCodes.pageup,r=h.keyCodes.pagedown,o=h.keyCodes.end,l=h.keyCodes.home,c=h.keyCodes.left,d=h.keyCodes.right,m=h.keyCodes.down,f=h.keyCodes.up;if([n,r,o,l,c,d,m,f].includes(t.keyCode)){t.preventDefault();var v=this.stepNumeric||1,x=(this.maxValue-this.minValue)/v;return[c,d,m,f].includes(t.keyCode)?e+=((this.$vuetify.rtl?[c,f]:[d,f]).includes(t.keyCode)?1:-1)*v*(t.shiftKey?3:t.ctrlKey?2:1):t.keyCode===l?e=this.minValue:t.keyCode===o?e=this.maxValue:e-=(t.keyCode===r?1:-1)*v*(x>100?x/10:10),e}}},roundValue:function(t){if(!this.stepNumeric)return t;var e=this.step.toString().trim(),n=e.indexOf(".")>-1?e.length-e.indexOf(".")-1:0,r=this.minValue%this.stepNumeric,o=Math.round((t-r)/this.stepNumeric)*this.stepNumeric+r;return parseFloat(Math.min(o,this.maxValue).toFixed(n))}}})},"./src/components/VSlider/index.ts":function(t,e,n){"use strict";n.r(e);var r=n("./src/components/VSlider/VSlider.ts");n.d(e,"VSlider",(function(){return r.default})),e.default=r.default},"./src/components/VSnackbar/VSnackbar.sass":function(t,e,n){},"./src/components/VSnackbar/VSnackbar.ts":function(t,e,n){"use strict";n.r(e),n("./src/components/VSnackbar/VSnackbar.sass");var r=n("./src/components/VSheet/VSheet.ts"),o=n("./src/mixins/colorable/index.ts"),l=n("./src/mixins/themeable/index.ts"),c=n("./src/mixins/toggleable/index.ts"),d=n("./src/mixins/positionable/index.ts"),h=n("./src/util/mixins.ts"),m=n("./src/util/helpers.ts"),f=n("./src/util/console.ts");e.default=Object(h.default)(r.default,o.default,c.default,Object(d.factory)(["absolute","bottom","left","right","top"])).extend({name:"v-snackbar",props:{app:Boolean,centered:Boolean,contentClass:{type:String,default:""},multiLine:Boolean,text:Boolean,timeout:{type:[Number,String],default:5e3},transition:{type:[Boolean,String],default:"v-snack-transition",validator:function(t){return"string"==typeof t||!1===t}},vertical:Boolean},data:function(){return{activeTimeout:-1}},computed:{classes:function(){return{"v-snack--absolute":this.absolute,"v-snack--active":this.isActive,"v-snack--bottom":this.bottom||!this.top,"v-snack--centered":this.centered,"v-snack--has-background":this.hasBackground,"v-snack--left":this.left,"v-snack--multi-line":this.multiLine&&!this.vertical,"v-snack--right":this.right,"v-snack--text":this.text,"v-snack--top":this.top,"v-snack--vertical":this.vertical}},hasBackground:function(){return!this.text&&!this.outlined},isDark:function(){return this.hasBackground?!this.light:l.default.options.computed.isDark.call(this)},styles:function(){if(this.absolute)return{};var t=this.$vuetify.application,e=t.bar,n=t.bottom,footer=t.footer,r=t.insetFooter,o=t.left,l=t.right,c=t.top;return{paddingBottom:Object(m.convertToUnit)(n+footer+r),paddingLeft:this.app?Object(m.convertToUnit)(o):void 0,paddingRight:this.app?Object(m.convertToUnit)(l):void 0,paddingTop:Object(m.convertToUnit)(e+c)}}},watch:{isActive:"setTimeout",timeout:"setTimeout"},mounted:function(){this.isActive&&this.setTimeout()},created:function(){this.$attrs.hasOwnProperty("auto-height")&&Object(f.removed)("auto-height",this),0==this.timeout&&Object(f.deprecate)('timeout="0"',"-1",this)},methods:{genActions:function(){return this.$createElement("div",{staticClass:"v-snack__action "},[Object(m.getSlot)(this,"action",{attrs:{class:"v-snack__btn"}})])},genContent:function(){var t;return this.$createElement("div",{staticClass:"v-snack__content",class:(t={},t[this.contentClass]=!0,t),attrs:{role:"status","aria-live":"polite"}},[Object(m.getSlot)(this)])},genWrapper:function(){var t=this,data=(this.hasBackground?this.setBackgroundColor:this.setTextColor)(this.color,{staticClass:"v-snack__wrapper",class:r.default.options.computed.classes.call(this),style:r.default.options.computed.styles.call(this),directives:[{name:"show",value:this.isActive}],on:{mouseenter:function(){return window.clearTimeout(t.activeTimeout)},mouseleave:this.setTimeout}});return this.$createElement("div",data,[this.genContent(),this.genActions()])},genTransition:function(){return this.$createElement("transition",{props:{name:this.transition}},[this.genWrapper()])},setTimeout:function(){var t=this;window.clearTimeout(this.activeTimeout);var e=Number(this.timeout);this.isActive&&![0,-1].includes(e)&&(this.activeTimeout=window.setTimeout((function(){t.isActive=!1}),e))}},render:function(t){return t("div",{staticClass:"v-snack",class:this.classes,style:this.styles},[!1!==this.transition?this.genTransition():this.genWrapper()])}})},"./src/components/VSnackbar/index.ts":function(t,e,n){"use strict";n.r(e);var r=n("./src/components/VSnackbar/VSnackbar.ts");n.d(e,"VSnackbar",(function(){return r.default})),e.default=r.default},"./src/components/VSparkline/VSparkline.ts":function(t,e,n){"use strict";n.r(e);var r=n("./src/mixins/colorable/index.ts"),o=n("./src/util/mixins.ts"),l=n("./src/components/VSparkline/helpers/core.ts"),c=n("./src/components/VSparkline/helpers/path.ts");function d(t){return(d="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}var h=function(){return(h=Object.assign||function(t){for(var s,i=1,e=arguments.length;i0||this.$scopedSlots.label)},parsedLabels:function(){for(var t=[],e=this._values,n=e.length,i=0;t.length0)&&!(r=i.next()).done;)l.push(r.value)}catch(t){o={error:t}}finally{try{r&&!r.done&&(n=i.return)&&n.call(i)}finally{if(o)throw o.error}}return l},o=function(){for(var t=[],i=0;i0&&(m=0),h<0&&(h=0);var f=r/d,v=(c-l)/(h-m||1),x=c-Math.abs(m*v);return t.map((function(t,e){var r=Math.abs(v*t);return{x:n+e*f,y:x-r+ +(t<0)*r,height:r,value:t}}))}},"./src/components/VSparkline/helpers/math.ts":function(t,e,n){"use strict";function r(t){return parseInt(t,10)}function o(t,e,n){return r(t.x+n.x)===r(2*e.x)&&r(t.y+n.y)===r(2*e.y)}function l(t,e){return Math.sqrt(Math.pow(e.x-t.x,2)+Math.pow(e.y-t.y,2))}function c(t,e,n){var r=t.x-e.x,o=t.y-e.y,l=Math.sqrt(r*r+o*o),c=r/l,d=o/l;return{x:e.x+c*n,y:e.y+d*n}}n.r(e),n.d(e,"checkCollinear",(function(){return o})),n.d(e,"getDistance",(function(){return l})),n.d(e,"moveTo",(function(){return c}))},"./src/components/VSparkline/helpers/path.ts":function(t,e,n){"use strict";n.r(e),n.d(e,"genPath",(function(){return o}));var r=n("./src/components/VSparkline/helpers/math.ts");function o(t,e,n,o){void 0===n&&(n=!1),void 0===o&&(o=75);var l=t.shift(),c=t[t.length-1];return(n?"M"+l.x+" "+(o-l.x+2)+" L"+l.x+" "+l.y:"M"+l.x+" "+l.y)+t.map((function(n,o){var c=t[o+1],d=t[o-1]||l,h=c&&Object(r.checkCollinear)(c,n,d);if(!c||h)return"L"+n.x+" "+n.y;var m=Math.min(Object(r.getDistance)(d,n),Object(r.getDistance)(c,n)),f=m/2=0;)this.steps[t].toggle(this.internalValue);for(t=this.content.length;--t>=0;)this.content[t].toggle(this.internalValue,this.isReverse)}},render:function(t){return t(this.tag,{staticClass:"v-stepper",class:this.classes,style:this.styles},this.$slots.default)}})},"./src/components/VStepper/VStepperContent.ts":function(t,e,n){"use strict";n.r(e);var r=n("./src/components/transitions/index.ts"),o=n("./src/mixins/registrable/index.ts"),l=n("./src/util/helpers.ts"),c=n("./src/util/mixins.ts"),d=Object(c.default)(Object(o.inject)("stepper","v-stepper-content","v-stepper"));e.default=d.extend().extend({name:"v-stepper-content",inject:{isVerticalProvided:{from:"isVertical"}},props:{step:{type:[Number,String],required:!0}},data:function(){return{height:0,isActive:null,isReverse:!1,isVertical:this.isVerticalProvided}},computed:{computedTransition:function(){return(this.$vuetify.rtl?!this.isReverse:this.isReverse)?r.VTabReverseTransition:r.VTabTransition},styles:function(){return this.isVertical?{height:Object(l.convertToUnit)(this.height)}:{}}},watch:{isActive:function(t,e){t&&null==e?this.height="auto":this.isVertical&&(this.isActive?this.enter():this.leave())}},mounted:function(){this.$refs.wrapper.addEventListener("transitionend",this.onTransition,!1),this.stepper&&this.stepper.register(this)},beforeDestroy:function(){this.$refs.wrapper.removeEventListener("transitionend",this.onTransition,!1),this.stepper&&this.stepper.unregister(this)},methods:{onTransition:function(t){this.isActive&&"height"===t.propertyName&&(this.height="auto")},enter:function(){var t=this,e=0;requestAnimationFrame((function(){e=t.$refs.wrapper.scrollHeight})),this.height=0,setTimeout((function(){return t.isActive&&(t.height=e||"auto")}),450)},leave:function(){var t=this;this.height=this.$refs.wrapper.clientHeight,setTimeout((function(){return t.height=0}),10)},toggle:function(t,e){this.isActive=t.toString()===this.step.toString(),this.isReverse=e}},render:function(t){var e={staticClass:"v-stepper__content"},n={staticClass:"v-stepper__wrapper",style:this.styles,ref:"wrapper"};this.isVertical||(e.directives=[{name:"show",value:this.isActive}]);var r=t("div",n,[this.$slots.default]),content=t("div",e,[r]);return t(this.computedTransition,{on:this.$listeners},[content])}})},"./src/components/VStepper/VStepperStep.ts":function(t,e,n){"use strict";n.r(e);var r=n("./src/components/VIcon/index.ts"),o=n("./src/mixins/colorable/index.ts"),l=n("./src/mixins/registrable/index.ts"),c=n("./src/directives/ripple/index.ts"),d=n("./src/util/mixins.ts"),h=Object(d.default)(o.default,Object(l.inject)("stepper","v-stepper-step","v-stepper"));e.default=h.extend().extend({name:"v-stepper-step",directives:{ripple:c.default},inject:["stepClick"],props:{color:{type:String,default:"primary"},complete:Boolean,completeIcon:{type:String,default:"$complete"},editable:Boolean,editIcon:{type:String,default:"$edit"},errorIcon:{type:String,default:"$error"},rules:{type:Array,default:function(){return[]}},step:[Number,String]},data:function(){return{isActive:!1,isInactive:!0}},computed:{classes:function(){return{"v-stepper__step--active":this.isActive,"v-stepper__step--editable":this.editable,"v-stepper__step--inactive":this.isInactive,"v-stepper__step--error error--text":this.hasError,"v-stepper__step--complete":this.complete}},hasError:function(){return this.rules.some((function(t){return!0!==t()}))}},mounted:function(){this.stepper&&this.stepper.register(this)},beforeDestroy:function(){this.stepper&&this.stepper.unregister(this)},methods:{click:function(t){t.stopPropagation(),this.$emit("click",t),this.editable&&this.stepClick(this.step)},genIcon:function(t){return this.$createElement(r.default,t)},genLabel:function(){return this.$createElement("div",{staticClass:"v-stepper__label"},this.$slots.default)},genStep:function(){var t=!(this.hasError||!this.complete&&!this.isActive)&&this.color;return this.$createElement("span",this.setBackgroundColor(t,{staticClass:"v-stepper__step__step"}),this.genStepContent())},genStepContent:function(){var t=[];return this.hasError?t.push(this.genIcon(this.errorIcon)):this.complete?this.editable?t.push(this.genIcon(this.editIcon)):t.push(this.genIcon(this.completeIcon)):t.push(String(this.step)),t},toggle:function(t){this.isActive=t.toString()===this.step.toString(),this.isInactive=Number(t)-1&&t.preventDefault(),t.detail&&this.$el.blur(),this.$emit("click",t),this.to||this.toggle()}},render:function(t){var e=this,n=this.generateRouteLink(),r=n.tag,data=n.data;return data.attrs=h(h({},data.attrs),{"aria-selected":String(this.isActive),role:"tab",tabindex:0}),data.on=h(h({},data.on),{keydown:function(t){t.keyCode===c.keyCodes.enter&&e.click(t),e.$emit("keydown",t)}}),t(r,data,this.$slots.default)}})},"./src/components/VTabs/VTabItem.ts":function(t,e,n){"use strict";n.r(e);var r=n("./src/components/VWindow/VWindowItem.ts");e.default=r.default.extend({name:"v-tab-item",props:{id:String},methods:{genWindowItem:function(){var t=r.default.options.methods.genWindowItem.call(this);return t.data.domProps=t.data.domProps||{},t.data.domProps.id=this.id||this.value,t}}})},"./src/components/VTabs/VTabs.sass":function(t,e,n){},"./src/components/VTabs/VTabs.ts":function(t,e,n){"use strict";n.r(e),n("./src/components/VTabs/VTabs.sass");var r=n("./src/components/VTabs/VTabsBar.ts"),o=n("./src/components/VTabs/VTabsItems.ts"),l=n("./src/components/VTabs/VTabsSlider.ts"),c=n("./src/mixins/colorable/index.ts"),d=n("./src/mixins/proxyable/index.ts"),h=n("./src/mixins/themeable/index.ts"),m=n("./src/directives/resize/index.ts"),f=n("./src/util/helpers.ts"),v=n("./src/util/mixins.ts"),x=function(){return(x=Object.assign||function(t){for(var s,i=1,e=arguments.length;i=t.length&&(t=void 0),{value:t&&t[i++],done:!t}}};throw new TypeError(s?"Object is not iterable.":"Symbol.iterator is not defined.")};e.default=Object(c.default)(r.BaseSlideGroup,l.default,o.default).extend({name:"v-tabs-bar",provide:function(){return{tabsBar:this}},computed:{classes:function(){return d(d(d({},r.BaseSlideGroup.options.computed.classes.call(this)),{"v-tabs-bar":!0,"v-tabs-bar--is-mobile":this.isMobile,"v-tabs-bar--show-arrows":this.showArrows}),this.themeClasses)}},watch:{items:"callSlider",internalValue:"callSlider",$route:"onRouteChange"},methods:{callSlider:function(){this.isBooted&&this.$emit("call:slider")},genContent:function(){var t=r.BaseSlideGroup.options.methods.genContent.call(this);return t.data=t.data||{},t.data.staticClass+=" v-tabs-bar__content",t},onRouteChange:function(t,e){var n,r;if(!this.mandatory){var o=this.items,l=t.path,c=e.path,d=!1,m=!1;try{for(var f=h(o),v=f.next();!v.done;v=f.next()){var x=v.value;if(x.to===l?d=!0:x.to===c&&(m=!0),d&&m)break}}catch(t){n={error:t}}finally{try{v&&!v.done&&(r=f.return)&&r.call(f)}finally{if(n)throw n.error}}!d&&m&&(this.internalValue=void 0)}}},render:function(t){var e=r.BaseSlideGroup.options.render.call(this,t);return e.data.attrs={role:"tablist"},e}})},"./src/components/VTabs/VTabsItems.ts":function(t,e,n){"use strict";n.r(e);var r=n("./src/components/VWindow/VWindow.ts"),o=n("./src/components/VItemGroup/VItemGroup.ts"),l=function(){return(l=Object.assign||function(t){for(var s,i=1,e=arguments.length;i0)&&!(r=i.next()).done;)l.push(r.value)}catch(t){o={error:t}}finally{try{r&&!r.done&&(n=i.return)&&n.call(i)}finally{if(o)throw o.error}}return l},C=function(){for(var t=[],i=0;i0||this.badInput},isEnclosed:function(){return this.filled||this.isSolo||this.outlined},isLabelActive:function(){return this.isDirty||O.includes(this.type)},isSingle:function(){return this.isSolo||this.singleLine||this.fullWidth||this.filled&&!this.hasLabel},isSolo:function(){return this.solo||this.soloInverted},labelPosition:function(){var t=this.prefix&&!this.labelValue?this.prefixWidth:0;return this.labelValue&&this.prependWidth&&(t-=this.prependWidth),this.$vuetify.rtl===this.reverse?{left:t,right:"auto"}:{left:"auto",right:t}},showLabel:function(){return this.hasLabel&&!(this.isSingle&&this.labelValue)},labelValue:function(){return this.isFocused||this.isLabelActive||this.persistentPlaceholder}},watch:{outlined:"setLabelWidth",label:function(){this.$nextTick(this.setLabelWidth)},prefix:function(){this.$nextTick(this.setPrefixWidth)},isFocused:"updateValue",value:function(t){this.lazyValue=t}},created:function(){this.$attrs.hasOwnProperty("box")&&Object(y.breaking)("box","filled",this),this.$attrs.hasOwnProperty("browser-autocomplete")&&Object(y.breaking)("browser-autocomplete","autocomplete",this),this.shaped&&!(this.filled||this.outlined||this.isSolo)&&Object(y.consoleWarn)("shaped should be used with either filled or outlined",this)},mounted:function(){var t=this;this.$watch((function(){return t.labelValue}),this.setLabelWidth),this.autofocus&&this.tryAutofocus(),requestAnimationFrame((function(){return t.isBooted=!0}))},methods:{focus:function(){this.onFocus()},blur:function(t){var e=this;window.requestAnimationFrame((function(){e.$refs.input&&e.$refs.input.blur()}))},clearableCallback:function(){var t=this;this.$refs.input&&this.$refs.input.focus(),this.$nextTick((function(){return t.internalValue=null}))},genAppendSlot:function(){var slot=[];return this.$slots["append-outer"]?slot.push(this.$slots["append-outer"]):this.appendOuterIcon&&slot.push(this.genIcon("appendOuter")),this.genSlot("append","outer",slot)},genPrependInnerSlot:function(){var slot=[];return this.$slots["prepend-inner"]?slot.push(this.$slots["prepend-inner"]):this.prependInnerIcon&&slot.push(this.genIcon("prependInner")),this.genSlot("prepend","inner",slot)},genIconSlot:function(){var slot=[];return this.$slots.append?slot.push(this.$slots.append):this.appendIcon&&slot.push(this.genIcon("append")),this.genSlot("append","inner",slot)},genInputSlot:function(){var input=r.default.options.methods.genInputSlot.call(this),t=this.genPrependInnerSlot();return t&&(input.children=input.children||[],input.children.unshift(t)),input},genClearIcon:function(){return this.clearable?this.isDirty?this.genSlot("append","inner",[this.genIcon("clear",this.clearableCallback)]):this.genSlot("append","inner",[this.$createElement("div")]):null},genCounter:function(){var t,e,n;if(!this.hasCounter)return null;var r=!0===this.counter?this.attrs$.maxlength:this.counter,l={dark:this.dark,light:this.light,max:r,value:this.computedCounterValue};return null!==(n=null===(e=(t=this.$scopedSlots).counter)||void 0===e?void 0:e.call(t,{props:l}))&&void 0!==n?n:this.$createElement(o.default,{props:l})},genControl:function(){return r.default.options.methods.genControl.call(this)},genDefaultSlot:function(){return[this.genFieldset(),this.genTextFieldSlot(),this.genClearIcon(),this.genIconSlot(),this.genProgress()]},genFieldset:function(){return this.outlined?this.$createElement("fieldset",{attrs:{"aria-hidden":!0}},[this.genLegend()]):null},genLabel:function(){if(!this.showLabel)return null;var data={props:{absolute:!0,color:this.validationState,dark:this.dark,disabled:this.isDisabled,focused:!this.isSingle&&(this.isFocused||!!this.validationState),for:this.computedId,left:this.labelPosition.left,light:this.light,right:this.labelPosition.right,value:this.labelValue}};return this.$createElement(l.default,data,this.$slots.label||this.label)},genLegend:function(){var t=this.singleLine||!this.labelValue&&!this.isDirty?0:this.labelWidth,span=this.$createElement("span",{domProps:{innerHTML:"​"}});return this.$createElement("legend",{style:{width:this.isSingle?void 0:Object(x.convertToUnit)(t)}},[span])},genInput:function(){var t=Object.assign({},this.listeners$);delete t.change;var e=this.attrs$,n=(e.title,_(e,["title"]));return this.$createElement("input",{style:{},domProps:{value:"number"===this.type&&Object.is(this.lazyValue,-0)?"-0":this.lazyValue},attrs:k(k({},n),{autofocus:this.autofocus,disabled:this.isDisabled,id:this.computedId,placeholder:this.persistentPlaceholder||this.isFocused||!this.hasLabel?this.placeholder:void 0,readonly:this.isReadonly,type:this.type}),on:Object.assign(t,{blur:this.onBlur,input:this.onInput,focus:this.onFocus,keydown:this.onKeyDown}),ref:"input",directives:[{name:"resize",modifiers:{quiet:!0},value:this.onResize}]})},genMessages:function(){if(!this.showDetails)return null;var t=r.default.options.methods.genMessages.call(this),e=this.genCounter();return this.$createElement("div",{staticClass:"v-text-field__details"},[t,e])},genTextFieldSlot:function(){return this.$createElement("div",{staticClass:"v-text-field__slot"},[this.genLabel(),this.prefix?this.genAffix("prefix"):null,this.genInput(),this.suffix?this.genAffix("suffix"):null])},genAffix:function(t){return this.$createElement("div",{class:"v-text-field__"+t,ref:t},this[t])},onBlur:function(t){var e=this;this.isFocused=!1,t&&this.$nextTick((function(){return e.$emit("blur",t)}))},onClick:function(){this.isFocused||this.isDisabled||!this.$refs.input||this.$refs.input.focus()},onFocus:function(t){if(this.$refs.input){var e=Object(v.attachedRoot)(this.$el);if(e)return e.activeElement!==this.$refs.input?this.$refs.input.focus():void(this.isFocused||(this.isFocused=!0,t&&this.$emit("focus",t)))}},onInput:function(t){var e=t.target;this.internalValue=e.value,this.badInput=e.validity&&e.validity.badInput},onKeyDown:function(t){t.keyCode===x.keyCodes.enter&&this.$emit("change",this.internalValue),this.$emit("keydown",t)},onMouseDown:function(t){t.target!==this.$refs.input&&(t.preventDefault(),t.stopPropagation()),r.default.options.methods.onMouseDown.call(this,t)},onMouseUp:function(t){this.hasMouseDown&&this.focus(),r.default.options.methods.onMouseUp.call(this,t)},setLabelWidth:function(){this.outlined&&(this.labelWidth=this.$refs.label?Math.min(.75*this.$refs.label.scrollWidth+6,this.$el.offsetWidth-24):0)},setPrefixWidth:function(){this.$refs.prefix&&(this.prefixWidth=this.$refs.prefix.offsetWidth)},setPrependWidth:function(){this.outlined&&this.$refs["prepend-inner"]&&(this.prependWidth=this.$refs["prepend-inner"].offsetWidth)},tryAutofocus:function(){if(!this.autofocus||"undefined"==typeof document||!this.$refs.input)return!1;var t=Object(v.attachedRoot)(this.$el);return!(!t||t.activeElement===this.$refs.input||(this.$refs.input.focus(),0))},updateValue:function(t){this.hasColor=t,t?this.initialValue=this.lazyValue:this.initialValue!==this.lazyValue&&this.$emit("change",this.lazyValue)},onResize:function(){this.setLabelWidth(),this.setPrefixWidth(),this.setPrependWidth()}}})},"./src/components/VTextField/index.ts":function(t,e,n){"use strict";n.r(e);var r=n("./src/components/VTextField/VTextField.ts");n.d(e,"VTextField",(function(){return r.default})),e.default=r.default},"./src/components/VTextarea/VTextarea.sass":function(t,e,n){},"./src/components/VTextarea/VTextarea.ts":function(t,e,n){"use strict";n.r(e),n("./src/components/VTextarea/VTextarea.sass");var r=n("./src/components/VTextField/VTextField.ts"),o=n("./src/util/mixins.ts"),l=function(){return(l=Object.assign||function(t){for(var s,i=1,e=arguments.length;i0)&&!(r=i.next()).done;)l.push(r.value)}catch(t){o={error:t}}finally{try{r&&!r.done&&(n=i.return)&&n.call(i)}finally{if(o)throw o.error}}return l},x=Object(d.createRange)(24),y=Object(d.createRange)(12),w=y.map((function(t){return t+12})),k=Object(d.createRange)(60),_={1:"hour",2:"minute",3:"second"};e.default=Object(m.default)(l.default,c.default).extend({name:"v-time-picker",props:{allowedHours:[Function,Array],allowedMinutes:[Function,Array],allowedSeconds:[Function,Array],disabled:Boolean,format:{type:String,default:"ampm",validator:function(t){return["ampm","24hr"].includes(t)}},min:String,max:String,readonly:Boolean,scrollable:Boolean,useSeconds:Boolean,value:null,ampmInTitle:Boolean},data:function(){return{inputHour:null,inputMinute:null,inputSecond:null,lazyInputHour:null,lazyInputMinute:null,lazyInputSecond:null,period:"am",selecting:f.SelectingTimes.Hour}},computed:{selectingHour:{get:function(){return this.selecting===f.SelectingTimes.Hour},set:function(t){this.selecting=f.SelectingTimes.Hour}},selectingMinute:{get:function(){return this.selecting===f.SelectingTimes.Minute},set:function(t){this.selecting=f.SelectingTimes.Minute}},selectingSecond:{get:function(){return this.selecting===f.SelectingTimes.Second},set:function(t){this.selecting=f.SelectingTimes.Second}},isAllowedHourCb:function(){var t,e=this;if(t=this.allowedHours instanceof Array?function(t){return e.allowedHours.includes(t)}:this.allowedHours,!this.min&&!this.max)return t;var n=this.min?Number(this.min.split(":")[0]):0,r=this.max?Number(this.max.split(":")[0]):23;return function(e){return e>=1*n&&e<=1*r&&(!t||t(e))}},isAllowedMinuteCb:function(){var t,e=this,n=!this.isAllowedHourCb||null===this.inputHour||this.isAllowedHourCb(this.inputHour);if(t=this.allowedMinutes instanceof Array?function(t){return e.allowedMinutes.includes(t)}:this.allowedMinutes,!this.min&&!this.max)return n?t:function(){return!1};var r=v(this.min?this.min.split(":").map(Number):[0,0],2),o=r[0],l=r[1],c=v(this.max?this.max.split(":").map(Number):[23,59],2),d=c[0],h=c[1],m=60*o+1*l,f=60*d+1*h;return function(r){var time=60*e.inputHour+r;return time>=m&&time<=f&&n&&(!t||t(r))}},isAllowedSecondCb:function(){var t,e=this,n=(!this.isAllowedHourCb||null===this.inputHour||this.isAllowedHourCb(this.inputHour))&&(!this.isAllowedMinuteCb||null===this.inputMinute||this.isAllowedMinuteCb(this.inputMinute));if(t=this.allowedSeconds instanceof Array?function(t){return e.allowedSeconds.includes(t)}:this.allowedSeconds,!this.min&&!this.max)return n?t:function(){return!1};var r=v(this.min?this.min.split(":").map(Number):[0,0,0],3),o=r[0],l=r[1],c=r[2],d=v(this.max?this.max.split(":").map(Number):[23,59,59],3),h=d[0],m=d[1],f=d[2],x=3600*o+60*l+1*(c||0),y=3600*h+60*m+1*(f||0);return function(r){var time=3600*e.inputHour+60*e.inputMinute+r;return time>=x&&time<=y&&n&&(!t||t(r))}},isAmPm:function(){return"ampm"===this.format}},watch:{value:"setInputData"},mounted:function(){this.setInputData(this.value),this.$on("update:period",this.setPeriod)},methods:{genValue:function(){return null==this.inputHour||null==this.inputMinute||this.useSeconds&&null==this.inputSecond?null:Object(h.default)(this.inputHour)+":"+Object(h.default)(this.inputMinute)+(this.useSeconds?":"+Object(h.default)(this.inputSecond):"")},emitValue:function(){var t=this.genValue();null!==t&&this.$emit("input",t)},setPeriod:function(t){if(this.period=t,null!=this.inputHour){var e=this.inputHour+("am"===t?-12:12);this.inputHour=this.firstAllowed("hour",e),this.emitValue()}},setInputData:function(t){if(null==t||""===t)this.inputHour=null,this.inputMinute=null,this.inputSecond=null;else if(t instanceof Date)this.inputHour=t.getHours(),this.inputMinute=t.getMinutes(),this.inputSecond=t.getSeconds();else{var e=v(t.trim().toLowerCase().match(/^(\d+):(\d+)(:(\d+))?([ap]m)?$/)||new Array(6),6),n=e[1],r=e[2],o=e[4],l=e[5];this.inputHour=l?this.convert12to24(parseInt(n,10),l):parseInt(n,10),this.inputMinute=parseInt(r,10),this.inputSecond=parseInt(o||0,10)}this.period=null==this.inputHour||this.inputHour<12?"am":"pm"},convert24to12:function(t){return t?(t-1)%12+1:12},convert12to24:function(t,e){return t%12+("pm"===e?12:0)},onInput:function(t){this.selecting===f.SelectingTimes.Hour?this.inputHour=this.isAmPm?this.convert12to24(t,this.period):t:this.selecting===f.SelectingTimes.Minute?this.inputMinute=t:this.inputSecond=t,this.emitValue()},onChange:function(t){this.$emit("click:"+_[this.selecting],t);var e=this.selecting===(this.useSeconds?f.SelectingTimes.Second:f.SelectingTimes.Minute);if(this.selecting===f.SelectingTimes.Hour?this.selecting=f.SelectingTimes.Minute:this.useSeconds&&this.selecting===f.SelectingTimes.Minute&&(this.selecting=f.SelectingTimes.Second),this.inputHour!==this.lazyInputHour||this.inputMinute!==this.lazyInputMinute||this.useSeconds&&this.inputSecond!==this.lazyInputSecond){var time=this.genValue();null!==time&&(this.lazyInputHour=this.inputHour,this.lazyInputMinute=this.inputMinute,this.useSeconds&&(this.lazyInputSecond=this.inputSecond),e&&this.$emit("change",time))}},firstAllowed:function(t,e){var n="hour"===t?this.isAllowedHourCb:"minute"===t?this.isAllowedMinuteCb:this.isAllowedSecondCb;if(!n)return e;var r="minute"===t||"second"===t?k:this.isAmPm?e<12?y:w:x;return((r.find((function(t){return n((t+e)%r.length+r[0])}))||0)+e)%r.length+r[0]},genClock:function(){return this.$createElement(o.default,{props:{allowedValues:this.selecting===f.SelectingTimes.Hour?this.isAllowedHourCb:this.selecting===f.SelectingTimes.Minute?this.isAllowedMinuteCb:this.isAllowedSecondCb,color:this.color,dark:this.dark,disabled:this.disabled,double:this.selecting===f.SelectingTimes.Hour&&!this.isAmPm,format:this.selecting===f.SelectingTimes.Hour?this.isAmPm?this.convert24to12:function(t){return t}:function(t){return Object(h.default)(t,2)},light:this.light,max:this.selecting===f.SelectingTimes.Hour?this.isAmPm&&"am"===this.period?11:23:59,min:this.selecting===f.SelectingTimes.Hour&&this.isAmPm&&"pm"===this.period?12:0,readonly:this.readonly,scrollable:this.scrollable,size:Number(this.width)-(!this.fullWidth&&this.landscape?80:20),step:this.selecting===f.SelectingTimes.Hour?1:5,value:this.selecting===f.SelectingTimes.Hour?this.inputHour:this.selecting===f.SelectingTimes.Minute?this.inputMinute:this.inputSecond},on:{input:this.onInput,change:this.onChange},ref:"clock"})},genClockAmPm:function(){return this.$createElement("div",this.setTextColor(this.color||"primary",{staticClass:"v-time-picker-clock__ampm"}),[this.genPickerButton("period","am",this.$vuetify.lang.t("$vuetify.timePicker.am"),this.disabled||this.readonly),this.genPickerButton("period","pm",this.$vuetify.lang.t("$vuetify.timePicker.pm"),this.disabled||this.readonly)])},genPickerBody:function(){return this.$createElement("div",{staticClass:"v-time-picker-clock__container",key:this.selecting},[!this.ampmInTitle&&this.isAmPm&&this.genClockAmPm(),this.genClock()])},genPickerTitle:function(){var t=this;return this.$createElement(r.default,{props:{ampm:this.isAmPm,ampmReadonly:this.isAmPm&&!this.ampmInTitle,disabled:this.disabled,hour:this.inputHour,minute:this.inputMinute,second:this.inputSecond,period:this.period,readonly:this.readonly,useSeconds:this.useSeconds,selecting:this.selecting},on:{"update:selecting":function(e){return t.selecting=e},"update:period":function(e){return t.$emit("update:period",e)}},ref:"title",slot:"title"})}},render:function(){return this.genPicker("v-picker--time")}})},"./src/components/VTimePicker/VTimePickerClock.sass":function(t,e,n){},"./src/components/VTimePicker/VTimePickerClock.ts":function(t,e,n){"use strict";n.r(e),n("./src/components/VTimePicker/VTimePickerClock.sass");var r=n("./src/mixins/colorable/index.ts"),o=n("./src/mixins/themeable/index.ts"),l=n("./src/util/mixins.ts"),c=function(){return(c=Object.assign||function(t){for(var s,i=1,e=arguments.length;i=this.roundCount},handScale:function(t){return this.isInner(t)?this.innerRadiusScale:1},isAllowed:function(t){return!this.allowedValues||this.allowedValues(t)},genValues:function(){for(var t=[],e=this.min;e<=this.max;e+=this.step){var n=e===this.value&&(this.color||"accent");t.push(this.$createElement("span",this.setBackgroundColor(n,{staticClass:"v-time-picker-clock__item",class:{"v-time-picker-clock__item--active":e===this.displayedValue,"v-time-picker-clock__item--disabled":this.disabled||!this.isAllowed(e)},style:this.getTransform(e),domProps:{innerHTML:""+this.format(e)+""}})))}return t},genHand:function(){var t="scaleY("+this.handScale(this.displayedValue)+")",e=this.rotate+this.degreesPerUnit*(this.displayedValue-this.min),n=null!=this.value&&(this.color||"accent");return this.$createElement("div",this.setBackgroundColor(n,{staticClass:"v-time-picker-clock__hand",class:{"v-time-picker-clock__hand--inner":this.isInner(this.value)},style:{transform:"rotate("+e+"deg) "+t}}))},getTransform:function(i){var t=this.getPosition(i);return{left:50+50*t.x+"%",top:50+50*t.y+"%"}},getPosition:function(t){var e=this.rotate*Math.PI/180;return{x:Math.sin((t-this.min)*this.degrees+e)*this.handScale(t),y:-Math.cos((t-this.min)*this.degrees+e)*this.handScale(t)}},onMouseDown:function(t){t.preventDefault(),this.valueOnMouseDown=null,this.valueOnMouseUp=null,this.isDragging=!0,this.onDragMove(t)},onMouseUp:function(t){t.stopPropagation(),this.isDragging=!1,null!==this.valueOnMouseUp&&this.isAllowed(this.valueOnMouseUp)&&this.$emit("change",this.valueOnMouseUp)},onDragMove:function(t){if(t.preventDefault(),(this.isDragging||"click"===t.type)&&this.$refs.clock)for(var e,n=this.$refs.clock.getBoundingClientRect(),r=n.width,o=n.top,l=n.left,c=this.$refs.innerClock.getBoundingClientRect().width,d=("touches"in t?t.touches[0]:t),h={x:r/2,y:-r/2},m={x:d.clientX-l,y:o-d.clientY},f=Math.round(this.angle(h,m)-this.rotate+360)%360,v=this.double&&this.euclidean(h,m)<(c+c*this.innerRadiusScale)/4,x=Math.ceil(15/this.degreesPerUnit),i=0;i0)&&!(r=i.next()).done;)l.push(r.value)}catch(t){o={error:t}}finally{try{r&&!r.done&&(n=i.return)&&n.call(i)}finally{if(o)throw o.error}}return l};e.default=r.default.extend({name:"v-toolbar",props:{absolute:Boolean,bottom:Boolean,collapse:Boolean,dense:Boolean,extended:Boolean,extensionHeight:{default:48,type:[Number,String]},flat:Boolean,floating:Boolean,prominent:Boolean,short:Boolean,src:{type:[String,Object],default:""},tag:{type:String,default:"header"}},data:function(){return{isExtended:!1}},computed:{computedHeight:function(){var t=this.computedContentHeight;if(!this.isExtended)return t;var e=parseInt(this.extensionHeight);return this.isCollapsed?t:t+(isNaN(e)?0:e)},computedContentHeight:function(){return this.height?parseInt(this.height):this.isProminent&&this.dense?96:this.isProminent&&this.short?112:this.isProminent?128:this.dense?48:this.short||this.$vuetify.breakpoint.smAndDown?56:64},classes:function(){return d(d({},r.default.options.computed.classes.call(this)),{"v-toolbar":!0,"v-toolbar--absolute":this.absolute,"v-toolbar--bottom":this.bottom,"v-toolbar--collapse":this.collapse,"v-toolbar--collapsed":this.isCollapsed,"v-toolbar--dense":this.dense,"v-toolbar--extended":this.isExtended,"v-toolbar--flat":this.flat,"v-toolbar--floating":this.floating,"v-toolbar--prominent":this.isProminent})},isCollapsed:function(){return this.collapse},isProminent:function(){return this.prominent},styles:function(){return d(d({},this.measurableStyles),{height:Object(l.convertToUnit)(this.computedHeight)})}},created:function(){var t=this;[["app",""],["manual-scroll",''],["clipped-left",""],["clipped-right",""],["inverted-scroll",""],["scroll-off-screen",""],["scroll-target",""],["scroll-threshold",""],["card",""]].forEach((function(e){var n=h(e,2),r=n[0],o=n[1];t.$attrs.hasOwnProperty(r)&&Object(c.breaking)(r,o,t)}))},methods:{genBackground:function(){var t={height:Object(l.convertToUnit)(this.computedHeight),src:this.src},image=this.$scopedSlots.img?this.$scopedSlots.img({props:t}):this.$createElement(o.default,{props:t});return this.$createElement("div",{staticClass:"v-toolbar__image"},[image])},genContent:function(){return this.$createElement("div",{staticClass:"v-toolbar__content",style:{height:Object(l.convertToUnit)(this.computedContentHeight)}},Object(l.getSlot)(this))},genExtension:function(){return this.$createElement("div",{staticClass:"v-toolbar__extension",style:{height:Object(l.convertToUnit)(this.extensionHeight)}},Object(l.getSlot)(this,"extension"))}},render:function(t){this.isExtended=this.extended||!!this.$scopedSlots.extension;var e=[this.genContent()],data=this.setBackgroundColor(this.color,{class:this.classes,style:this.styles,on:this.$listeners});return this.isExtended&&e.push(this.genExtension()),(this.src||this.$scopedSlots.img)&&e.unshift(this.genBackground()),t(this.tag,data,e)}})},"./src/components/VToolbar/index.ts":function(t,e,n){"use strict";n.r(e),n.d(e,"VToolbarItems",(function(){return c})),n.d(e,"VToolbarTitle",(function(){return l}));var r=n("./src/components/VToolbar/VToolbar.ts");n.d(e,"VToolbar",(function(){return r.default}));var o=n("./src/util/helpers.ts"),l=Object(o.createSimpleFunctional)("v-toolbar__title"),c=Object(o.createSimpleFunctional)("v-toolbar__items");e.default={$_vuetify_subcomponents:{VToolbar:r.default,VToolbarItems:c,VToolbarTitle:l}}},"./src/components/VTooltip/VTooltip.sass":function(t,e,n){},"./src/components/VTooltip/VTooltip.ts":function(t,e,n){"use strict";n.r(e),n("./src/components/VTooltip/VTooltip.sass");var r=n("./src/mixins/activatable/index.ts"),o=n("./src/mixins/colorable/index.ts"),l=n("./src/mixins/delayable/index.ts"),c=n("./src/mixins/dependent/index.ts"),d=n("./src/mixins/menuable/index.ts"),h=n("./src/mixins/toggleable/index.ts"),m=n("./src/util/helpers.ts"),f=n("./src/util/console.ts"),v=n("./src/util/mixins.ts");e.default=Object(v.default)(o.default,l.default,c.default,d.default,h.default).extend({name:"v-tooltip",props:{closeDelay:{type:[Number,String],default:0},disabled:Boolean,fixed:{type:Boolean,default:!0},openDelay:{type:[Number,String],default:0},openOnHover:{type:Boolean,default:!0},tag:{type:String,default:"span"},transition:String},data:function(){return{calculatedMinWidth:0,closeDependents:!1}},computed:{calculatedLeft:function(){var t=this.dimensions,e=t.activator,content=t.content,n=!(this.bottom||this.left||this.top||this.right),r=!1!==this.attach?e.offsetLeft:e.left,o=0;return this.top||this.bottom||n?o=r+e.width/2-content.width/2:(this.left||this.right)&&(o=r+(this.right?e.width:-content.width)+(this.right?10:-10)),this.nudgeLeft&&(o-=parseInt(this.nudgeLeft)),this.nudgeRight&&(o+=parseInt(this.nudgeRight)),this.calcXOverflow(o,this.dimensions.content.width)+"px"},calculatedTop:function(){var t=this.dimensions,e=t.activator,content=t.content,n=!1!==this.attach?e.offsetTop:e.top,r=0;return this.top||this.bottom?r=n+(this.bottom?e.height:-content.height)+(this.bottom?10:-10):(this.left||this.right)&&(r=n+e.height/2-content.height/2),this.nudgeTop&&(r-=parseInt(this.nudgeTop)),this.nudgeBottom&&(r+=parseInt(this.nudgeBottom)),this.calcYOverflow(r+this.pageYOffset)+"px"},classes:function(){return{"v-tooltip--top":this.top,"v-tooltip--right":this.right,"v-tooltip--bottom":this.bottom,"v-tooltip--left":this.left,"v-tooltip--attached":""===this.attach||!0===this.attach||"attach"===this.attach}},computedTransition:function(){return this.transition?this.transition:this.isActive?"scale-transition":"fade-transition"},offsetY:function(){return this.top||this.bottom},offsetX:function(){return this.left||this.right},styles:function(){return{left:this.calculatedLeft,maxWidth:Object(m.convertToUnit)(this.maxWidth),minWidth:Object(m.convertToUnit)(this.minWidth),opacity:this.isActive?.9:0,top:this.calculatedTop,zIndex:this.zIndex||this.activeZIndex}}},beforeMount:function(){var t=this;this.$nextTick((function(){t.value&&t.callActivate()}))},mounted:function(){"v-slot"===Object(m.getSlotType)(this,"activator",!0)&&Object(f.consoleError)("v-tooltip's activator slot must be bound, try '