blob: 78fa68b65a56898632902b205e65fee5a43d576f [file] [log] [blame]
/*! For license information please see LICENSES */
(window.webpackJsonp=window.webpackJsonp||[]).push([[3],{11:function(e,t,n){"use strict";function r(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function o(e){for(var i=1;i<arguments.length;i++){var source=null!=arguments[i]?arguments[i]:{},t=Object.keys(source);"function"==typeof Object.getOwnPropertySymbols&&(t=t.concat(Object.getOwnPropertySymbols(source).filter(function(e){return Object.getOwnPropertyDescriptor(source,e).enumerable}))),t.forEach(function(t){r(e,t,source[t])})}return e}n.d(t,"a",function(){return o})},120:function(e,t){function n(e){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}n.keys=function(){return[]},n.resolve=n,e.exports=n,n.id=120},134:function(e,t,n){"use strict";var r=n(37);n.n(r).a},135:function(e,t,n){"use strict";var r=n(38);n.n(r).a},136:function(e,t,n){},137:function(e,t,n){"use strict";var r=n(39);n.n(r).a},138:function(e,t,n){"use strict";var r=n(41);n.n(r).a},139:function(e,t,n){"use strict";var r=n(42);n.n(r).a},140:function(e,t,n){"use strict";var r=n(43);n.n(r).a},141:function(e,t,n){"use strict";var r=n(44);n.n(r).a},142:function(e,t,n){(function(t){var n="undefined"!=typeof window?window:"undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?self:{},r=function(){var e=/\blang(?:uage)?-([\w-]+)\b/i,t=0,r=n.Prism={manual:n.Prism&&n.Prism.manual,disableWorkerMessageHandler:n.Prism&&n.Prism.disableWorkerMessageHandler,util:{encode:function(e){return e instanceof o?new o(e.type,r.util.encode(e.content),e.alias):"Array"===r.util.type(e)?e.map(r.util.encode):e.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/\u00a0/g," ")},type:function(e){return Object.prototype.toString.call(e).match(/\[object (\w+)\]/)[1]},objId:function(e){return e.__id||Object.defineProperty(e,"__id",{value:++t}),e.__id},clone:function(e,t){var n=r.util.type(e);switch(t=t||{},n){case"Object":if(t[r.util.objId(e)])return t[r.util.objId(e)];var o={};for(var c in t[r.util.objId(e)]=o,e)e.hasOwnProperty(c)&&(o[c]=r.util.clone(e[c],t));return o;case"Array":if(t[r.util.objId(e)])return t[r.util.objId(e)];o=[];return t[r.util.objId(e)]=o,e.forEach(function(e,i){o[i]=r.util.clone(e,t)}),o}return e}},languages:{extend:function(e,t){var n=r.util.clone(r.languages[e]);for(var o in t)n[o]=t[o];return n},insertBefore:function(e,t,n,o){var c=(o=o||r.languages)[e];if(2==arguments.length){for(var l in n=arguments[1])n.hasOwnProperty(l)&&(c[l]=n[l]);return c}var f={};for(var h in c)if(c.hasOwnProperty(h)){if(h==t)for(var l in n)n.hasOwnProperty(l)&&(f[l]=n[l]);f[h]=c[h]}return r.languages.DFS(r.languages,function(t,n){n===o[e]&&t!=e&&(this[t]=f)}),o[e]=f},DFS:function(e,t,n,o){for(var i in o=o||{},e)e.hasOwnProperty(i)&&(t.call(e,i,e[i],n||i),"Object"!==r.util.type(e[i])||o[r.util.objId(e[i])]?"Array"!==r.util.type(e[i])||o[r.util.objId(e[i])]||(o[r.util.objId(e[i])]=!0,r.languages.DFS(e[i],t,i,o)):(o[r.util.objId(e[i])]=!0,r.languages.DFS(e[i],t,null,o)))}},plugins:{},highlightAll:function(e,t){r.highlightAllUnder(document,e,t)},highlightAllUnder:function(e,t,n){var o={callback:n,selector:'code[class*="language-"], [class*="language-"] code, code[class*="lang-"], [class*="lang-"] code'};r.hooks.run("before-highlightall",o);for(var element,c=o.elements||e.querySelectorAll(o.selector),i=0;element=c[i++];)r.highlightElement(element,!0===t,o.callback)},highlightElement:function(element,t,o){for(var c,l,f=element;f&&!e.test(f.className);)f=f.parentNode;f&&(c=(f.className.match(e)||[,""])[1].toLowerCase(),l=r.languages[c]),element.className=element.className.replace(e,"").replace(/\s+/g," ")+" language-"+c,element.parentNode&&(f=element.parentNode,/pre/i.test(f.nodeName)&&(f.className=f.className.replace(e,"").replace(/\s+/g," ")+" language-"+c));var h={element:element,language:c,grammar:l,code:element.textContent};if(r.hooks.run("before-sanity-check",h),!h.code||!h.grammar)return h.code&&(r.hooks.run("before-highlight",h),h.element.textContent=h.code,r.hooks.run("after-highlight",h)),void r.hooks.run("complete",h);if(r.hooks.run("before-highlight",h),t&&n.Worker){var d=new Worker(r.filename);d.onmessage=function(e){h.highlightedCode=e.data,r.hooks.run("before-insert",h),h.element.innerHTML=h.highlightedCode,o&&o.call(h.element),r.hooks.run("after-highlight",h),r.hooks.run("complete",h)},d.postMessage(JSON.stringify({language:h.language,code:h.code,immediateClose:!0}))}else h.highlightedCode=r.highlight(h.code,h.grammar,h.language),r.hooks.run("before-insert",h),h.element.innerHTML=h.highlightedCode,o&&o.call(element),r.hooks.run("after-highlight",h),r.hooks.run("complete",h)},highlight:function(text,e,t){var n={code:text,grammar:e,language:t};return r.hooks.run("before-tokenize",n),n.tokens=r.tokenize(n.code,n.grammar),r.hooks.run("after-tokenize",n),o.stringify(r.util.encode(n.tokens),n.language)},matchGrammar:function(text,e,t,n,o,c,l){var f=r.Token;for(var h in t)if(t.hasOwnProperty(h)&&t[h]){if(h==l)return;var d=t[h];d="Array"===r.util.type(d)?d:[d];for(var m=0;m<d.length;++m){var pattern=d[m],v=pattern.inside,y=!!pattern.lookbehind,x=!!pattern.greedy,w=0,_=pattern.alias;if(x&&!pattern.pattern.global){var k=pattern.pattern.toString().match(/[imuy]*$/)[0];pattern.pattern=RegExp(pattern.pattern.source,k+"g")}pattern=pattern.pattern||pattern;for(var i=n,C=o;i<e.length;C+=e[i].length,++i){var $=e[i];if(e.length>text.length)return;if(!($ instanceof f)){if(x&&i!=e.length-1){if(pattern.lastIndex=C,!(S=pattern.exec(text)))break;for(var E=S.index+(y?S[1].length:0),j=S.index+S[0].length,A=i,p=C,O=e.length;A<O&&(p<j||!e[A].type&&!e[A-1].greedy);++A)E>=(p+=e[A].length)&&(++i,C=p);if(e[i]instanceof f)continue;P=A-i,$=text.slice(C,p),S.index-=C}else{pattern.lastIndex=0;var S=pattern.exec($),P=1}if(S){y&&(w=S[1]?S[1].length:0);j=(E=S.index+w)+(S=S[0].slice(w)).length;var T=$.slice(0,E),R=$.slice(j),N=[i,P];T&&(++i,C+=T.length,N.push(T));var F=new f(h,v?r.tokenize(S,v):S,_,S,x);if(N.push(F),R&&N.push(R),Array.prototype.splice.apply(e,N),1!=P&&r.matchGrammar(text,e,t,i,C,!0,h),c)break}else if(c)break}}}}},tokenize:function(text,e,t){var n=[text],o=e.rest;if(o){for(var c in o)e[c]=o[c];delete e.rest}return r.matchGrammar(text,n,e,0,0,!1),n},hooks:{all:{},add:function(e,t){var n=r.hooks.all;n[e]=n[e]||[],n[e].push(t)},run:function(e,t){var n=r.hooks.all[e];if(n&&n.length)for(var o,i=0;o=n[i++];)o(t)}}},o=r.Token=function(e,content,t,n,r){this.type=e,this.content=content,this.alias=t,this.length=0|(n||"").length,this.greedy=!!r};if(o.stringify=function(e,t,n){if("string"==typeof e)return e;if("Array"===r.util.type(e))return e.map(function(element){return o.stringify(element,t,e)}).join("");var c={type:e.type,content:o.stringify(e.content,t,n),tag:"span",classes:["token",e.type],attributes:{},language:t,parent:n};if(e.alias){var l="Array"===r.util.type(e.alias)?e.alias:[e.alias];Array.prototype.push.apply(c.classes,l)}r.hooks.run("wrap",c);var f=Object.keys(c.attributes).map(function(e){return e+'="'+(c.attributes[e]||"").replace(/"/g,"&quot;")+'"'}).join(" ");return"<"+c.tag+' class="'+c.classes.join(" ")+'"'+(f?" "+f:"")+">"+c.content+"</"+c.tag+">"},!n.document)return n.addEventListener?(r.disableWorkerMessageHandler||n.addEventListener("message",function(e){var t=JSON.parse(e.data),o=t.language,code=t.code,c=t.immediateClose;n.postMessage(r.highlight(code,r.languages[o],o)),c&&n.close()},!1),n.Prism):n.Prism;var script=document.currentScript||[].slice.call(document.getElementsByTagName("script")).pop();return script&&(r.filename=script.src,r.manual||script.hasAttribute("data-manual")||("loading"!==document.readyState?window.requestAnimationFrame?window.requestAnimationFrame(r.highlightAll):window.setTimeout(r.highlightAll,16):document.addEventListener("DOMContentLoaded",r.highlightAll))),n.Prism}();e.exports&&(e.exports=r),void 0!==t&&(t.Prism=r),r.languages.markup={comment:/<!--[\s\S]*?-->/,prolog:/<\?[\s\S]+?\?>/,doctype:/<!DOCTYPE[\s\S]+?>/i,cdata:/<!\[CDATA\[[\s\S]*?]]>/i,tag:{pattern:/<\/?(?!\d)[^\s>\/=$<%]+(?:\s+[^\s>\/=]+(?:=(?:("|')(?:\\[\s\S]|(?!\1)[^\\])*\1|[^\s'">=]+))?)*\s*\/?>/i,greedy:!0,inside:{tag:{pattern:/^<\/?[^\s>\/]+/i,inside:{punctuation:/^<\/?/,namespace:/^[^\s>\/:]+:/}},"attr-value":{pattern:/=(?:("|')(?:\\[\s\S]|(?!\1)[^\\])*\1|[^\s'">=]+)/i,inside:{punctuation:[/^=/,{pattern:/(^|[^\\])["']/,lookbehind:!0}]}},punctuation:/\/?>/,"attr-name":{pattern:/[^\s>\/]+/,inside:{namespace:/^[^\s>\/:]+:/}}}},entity:/&#?[\da-z]{1,8};/i},r.languages.markup.tag.inside["attr-value"].inside.entity=r.languages.markup.entity,r.hooks.add("wrap",function(e){"entity"===e.type&&(e.attributes.title=e.content.replace(/&amp;/,"&"))}),r.languages.xml=r.languages.markup,r.languages.html=r.languages.markup,r.languages.mathml=r.languages.markup,r.languages.svg=r.languages.markup,r.languages.css={comment:/\/\*[\s\S]*?\*\//,atrule:{pattern:/@[\w-]+?.*?(?:;|(?=\s*\{))/i,inside:{rule:/@[\w-]+/}},url:/url\((?:(["'])(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1|.*?)\)/i,selector:/[^{}\s][^{};]*?(?=\s*\{)/,string:{pattern:/("|')(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,greedy:!0},property:/[-_a-z\xA0-\uFFFF][-\w\xA0-\uFFFF]*(?=\s*:)/i,important:/\B!important\b/i,function:/[-a-z0-9]+(?=\()/i,punctuation:/[(){};:]/},r.languages.css.atrule.inside.rest=r.languages.css,r.languages.markup&&(r.languages.insertBefore("markup","tag",{style:{pattern:/(<style[\s\S]*?>)[\s\S]*?(?=<\/style>)/i,lookbehind:!0,inside:r.languages.css,alias:"language-css",greedy:!0}}),r.languages.insertBefore("inside","attr-value",{"style-attr":{pattern:/\s*style=("|')(?:\\[\s\S]|(?!\1)[^\\])*\1/i,inside:{"attr-name":{pattern:/^\s*style/i,inside:r.languages.markup.tag.inside},punctuation:/^\s*=\s*['"]|['"]\s*$/,"attr-value":{pattern:/.+/i,inside:r.languages.css}},alias:"language-css"}},r.languages.markup.tag)),r.languages.clike={comment:[{pattern:/(^|[^\\])\/\*[\s\S]*?(?:\*\/|$)/,lookbehind:!0},{pattern:/(^|[^\\:])\/\/.*/,lookbehind:!0,greedy:!0}],string:{pattern:/(["'])(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,greedy:!0},"class-name":{pattern:/((?:\b(?:class|interface|extends|implements|trait|instanceof|new)\s+)|(?:catch\s+\())[\w.\\]+/i,lookbehind:!0,inside:{punctuation:/[.\\]/}},keyword:/\b(?:if|else|while|do|for|return|in|instanceof|function|new|try|throw|catch|finally|null|break|continue)\b/,boolean:/\b(?:true|false)\b/,function:/[a-z0-9_]+(?=\()/i,number:/\b0x[\da-f]+\b|(?:\b\d+\.?\d*|\B\.\d+)(?:e[+-]?\d+)?/i,operator:/--?|\+\+?|!=?=?|<=?|>=?|==?=?|&&?|\|\|?|\?|\*|\/|~|\^|%/,punctuation:/[{}[\];(),.:]/},r.languages.javascript=r.languages.extend("clike",{keyword:/\b(?:as|async|await|break|case|catch|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally|for|from|function|get|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|set|static|super|switch|this|throw|try|typeof|var|void|while|with|yield)\b/,number:/\b(?:0[xX][\dA-Fa-f]+|0[bB][01]+|0[oO][0-7]+|NaN|Infinity)\b|(?:\b\d+\.?\d*|\B\.\d+)(?:[Ee][+-]?\d+)?/,function:/[_$a-z\xA0-\uFFFF][$\w\xA0-\uFFFF]*(?=\s*\()/i,operator:/-[-=]?|\+[+=]?|!=?=?|<<?=?|>>?>?=?|=(?:==?|>)?|&[&=]?|\|[|=]?|\*\*?=?|\/=?|~|\^=?|%=?|\?|\.{3}/}),r.languages.insertBefore("javascript","keyword",{regex:{pattern:/((?:^|[^$\w\xA0-\uFFFF."'\])\s])\s*)\/(\[[^\]\r\n]+]|\\.|[^/\\\[\r\n])+\/[gimyu]{0,5}(?=\s*($|[\r\n,.;})\]]))/,lookbehind:!0,greedy:!0},"function-variable":{pattern:/[_$a-z\xA0-\uFFFF][$\w\xA0-\uFFFF]*(?=\s*=\s*(?:function\b|(?:\([^()]*\)|[_$a-z\xA0-\uFFFF][$\w\xA0-\uFFFF]*)\s*=>))/i,alias:"function"},constant:/\b[A-Z][A-Z\d_]*\b/}),r.languages.insertBefore("javascript","string",{"template-string":{pattern:/`(?:\\[\s\S]|\${[^}]+}|[^\\`])*`/,greedy:!0,inside:{interpolation:{pattern:/\${[^}]+}/,inside:{"interpolation-punctuation":{pattern:/^\${|}$/,alias:"punctuation"},rest:null}},string:/[\s\S]+/}}}),r.languages.javascript["template-string"].inside.interpolation.inside.rest=r.languages.javascript,r.languages.markup&&r.languages.insertBefore("markup","tag",{script:{pattern:/(<script[\s\S]*?>)[\s\S]*?(?=<\/script>)/i,lookbehind:!0,inside:r.languages.javascript,alias:"language-javascript",greedy:!0}}),r.languages.js=r.languages.javascript,"undefined"!=typeof self&&self.Prism&&self.document&&document.querySelector&&(self.Prism.fileHighlight=function(){var e={js:"javascript",py:"python",rb:"ruby",ps1:"powershell",psm1:"powershell",sh:"bash",bat:"batch",h:"c",tex:"latex"};Array.prototype.slice.call(document.querySelectorAll("pre[data-src]")).forEach(function(pre){for(var t,n=pre.getAttribute("data-src"),o=pre,c=/\blang(?:uage)?-([\w-]+)\b/i;o&&!c.test(o.className);)o=o.parentNode;if(o&&(t=(pre.className.match(c)||[,""])[1]),!t){var l=(n.match(/\.(\w+)$/)||[,""])[1];t=e[l]||l}var code=document.createElement("code");code.className="language-"+t,pre.textContent="",code.textContent="Loading…",pre.appendChild(code);var f=new XMLHttpRequest;f.open("GET",n,!0),f.onreadystatechange=function(){4==f.readyState&&(f.status<400&&f.responseText?(code.textContent=f.responseText,r.highlightElement(code)):f.status>=400?code.textContent="✖ Error "+f.status+" while fetching file: "+f.statusText:code.textContent="✖ Error: File does not exist or is empty")},f.send(null)}),r.plugins.toolbar&&r.plugins.toolbar.registerButton("download-file",function(e){var pre=e.element.parentNode;if(pre&&/pre/i.test(pre.nodeName)&&pre.hasAttribute("data-src")&&pre.hasAttribute("data-download-link")){var t=pre.getAttribute("data-src"),a=document.createElement("a");return a.textContent=pre.getAttribute("data-download-link-label")||"Download",a.setAttribute("download",""),a.href=t,a}})},document.addEventListener("DOMContentLoaded",self.Prism.fileHighlight))}).call(this,n(22))},143:function(e,t){Prism.languages.json={property:/"(?:\\.|[^\\"\r\n])*"(?=\s*:)/i,string:{pattern:/"(?:\\.|[^\\"\r\n])*"(?!\s*:)/,greedy:!0},number:/\b0x[\dA-Fa-f]+\b|(?:\b\d+\.?\d*|\B\.\d+)(?:[Ee][+-]?\d+)?/,punctuation:/[{}[\]);,]/,operator:/:/g,boolean:/\b(?:true|false)\b/i,null:/\bnull\b/i},Prism.languages.jsonp=Prism.languages.json},144:function(e,t,n){"use strict";n.r(t);n(66),n(51),n(52);function r(e){return(r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function o(e){return(o="function"==typeof Symbol&&"symbol"===r(Symbol.iterator)?function(e){return r(e)}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":r(e)})(e)}n(45),n(102);var c=n(5),l=(n(78),n(80),n(63),n(21),n(64),n(46),n(83),n(107),n(119),n(0)),f=(n(61),n(120)),h=f.keys();function d(e){var t=f(e);return t.default||t}var m={},v=!0,y=!1,x=void 0;try{for(var w,_=h[Symbol.iterator]();!(v=(w=_.next()).done);v=!0){var k=w.value;m[k.replace(/^\.\//,"").replace(/\.(js|mjs|ts)$/,"")]=d(k)}}catch(e){y=!0,x=e}finally{try{v||null==_.return||_.return()}finally{if(y)throw x}}var C=m,$=(n(62),n(121),n(122),n(124),n(126),n(127),n(130),n(11));function E(e){l.a.config.errorHandler&&l.a.config.errorHandler(e)}function j(e){return e.then(function(e){return e.default||e})}function A(e,t){if(t||!e.options.__hasNuxtData){var n=e.options._originDataFn||e.options.data||function(){return{}};e.options._originDataFn=n,e.options.data=function(){var data=n.call(this);return this.$ssrContext&&(t=this.$ssrContext.asyncData[e.cid]),Object($.a)({},data,t)},e.options.__hasNuxtData=!0,e._Ctor&&e._Ctor.options&&(e._Ctor.options.data=e.options.data)}}function O(e){return e.options&&e._Ctor===e?e:(e.options?(e._Ctor=e,e.extendOptions=e.options):(e=l.a.extend(e))._Ctor=e,!e.options.name&&e.options.__file&&(e.options.name=e.options.__file),e)}function S(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];return Array.prototype.concat.apply([],e.matched.map(function(e,n){return Object.keys(e.components).map(function(r){return t&&t.push(n),e.components[r]})}))}function P(e,t){return Array.prototype.concat.apply([],e.matched.map(function(e,n){return Object.keys(e.components).reduce(function(r,o){return e.components[o]?r.push(t(e.components[o],e.instances[o],e,o,n)):delete e.components[o],r},[])}))}function T(e){return Promise.all(P(e,function(){var e=Object(c.a)(regeneratorRuntime.mark(function e(t,n,r,o){return regeneratorRuntime.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if("function"!=typeof t||t.options){e.next=4;break}return e.next=3,t();case 3:t=e.sent;case 4:return r.components[o]=O(t),e.abrupt("return",r.components[o]);case 6:case"end":return e.stop()}},e)}));return function(t,n,r,o){return e.apply(this,arguments)}}()))}function R(e){return N.apply(this,arguments)}function N(){return(N=Object(c.a)(regeneratorRuntime.mark(function e(t){return regeneratorRuntime.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,T(t);case 2:return e.abrupt("return",Object($.a)({},t,{meta:S(t).map(function(e,n){return Object($.a)({},e.options.meta,(t.matched[n]||{}).meta)})}));case 3:case"end":return e.stop()}},e)}))).apply(this,arguments)}function F(e,t){return L.apply(this,arguments)}function L(){return(L=Object(c.a)(regeneratorRuntime.mark(function e(t,n){return regeneratorRuntime.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(t.context||(t.context={isStatic:!0,isDev:!1,isHMR:!1,app:t,payload:n.payload,error:n.error,base:"/unide/",env:{}},n.req&&(t.context.req=n.req),n.res&&(t.context.res=n.res),t.context.redirect=function(e,path,n){if(e){t.context._redirected=!0;var r=o(path);if("number"==typeof e||"undefined"!==r&&"object"!==r||(n=path||{},r=o(path=e),e=302),"object"===r&&(path=t.router.resolve(path).href),!/(^[.]{1,2}\/)|(^\/(?!\/))/.test(path))throw path=K(path,n),window.location.replace(path),new Error("ERR_REDIRECT");t.context.next({path:path,query:n,status:e})}},t.context.nuxtState=window.__NUXT__),t.context.next=n.next,t.context._redirected=!1,t.context._errored=!1,t.context.isHMR=!!n.isHMR,!n.route){e.next=9;break}return e.next=8,R(n.route);case 8:t.context.route=e.sent;case 9:if(t.context.params=t.context.route.params||{},t.context.query=t.context.route.query||{},!n.from){e.next=15;break}return e.next=14,R(n.from);case 14:t.context.from=e.sent;case 15:case"end":return e.stop()}},e)}))).apply(this,arguments)}function D(e,t){var n;return(n=2===e.length?new Promise(function(n){e(t,function(e,data){e&&t.error(e),n(data=data||{})})}):e(t))&&(n instanceof Promise||"function"==typeof n.then)||(n=Promise.resolve(n)),n}function M(base,e){var path=window.location.pathname;return"hash"===e?window.location.hash.replace(/^#\//,""):(base&&0===path.indexOf(base)&&(path=path.slice(base.length)),decodeURI(path||"/")+window.location.search+window.location.hash)}function I(e,t){return function(e){for(var t=new Array(e.length),i=0;i<e.length;i++)"object"===o(e[i])&&(t[i]=new RegExp("^(?:"+e[i].pattern+")$"));return function(n,r){for(var path="",data=n||{},o=r||{},c=o.pretty?H:encodeURIComponent,l=0;l<e.length;l++){var f=e[l];if("string"!=typeof f){var h=data[f.name||"pathMatch"],d=void 0;if(null==h){if(f.optional){f.partial&&(path+=f.prefix);continue}throw new TypeError('Expected "'+f.name+'" to be defined')}if(Array.isArray(h)){if(!f.repeat)throw new TypeError('Expected "'+f.name+'" to not repeat, but received `'+JSON.stringify(h)+"`");if(0===h.length){if(f.optional)continue;throw new TypeError('Expected "'+f.name+'" to not be empty')}for(var m=0;m<h.length;m++){if(d=c(h[m]),!t[l].test(d))throw new TypeError('Expected all "'+f.name+'" to match "'+f.pattern+'", but received `'+JSON.stringify(d)+"`");path+=(0===m?f.prefix:f.delimiter)+d}}else{if(d=f.asterisk?encodeURI(h).replace(/[?#]/g,function(e){return"%"+e.charCodeAt(0).toString(16).toUpperCase()}):c(h),!t[l].test(d))throw new TypeError('Expected "'+f.name+'" to match "'+f.pattern+'", but received "'+d+'"');path+=f.prefix+d}}else path+=f}return path}}(function(e,t){var n,r=[],o=0,c=0,path="",l=t&&t.delimiter||"/";for(;null!=(n=z.exec(e));){var f=n[0],h=n[1],d=n.index;if(path+=e.slice(c,d),c=d+f.length,h)path+=h[1];else{var m=e[c],v=n[2],y=n[3],x=n[4],w=n[5],_=n[6],k=n[7];path&&(r.push(path),path="");var C=null!=v&&null!=m&&m!==v,$="+"===_||"*"===_,E="?"===_||"*"===_,j=n[2]||l,pattern=x||w;r.push({name:y||o++,prefix:v||"",delimiter:j,optional:E,repeat:$,partial:C,asterisk:!!k,pattern:pattern?W(pattern):k?".*":"[^"+J(j)+"]+?"})}}c<e.length&&(path+=e.substr(c));path&&r.push(path);return r}(e,t))}function B(e,t){var n={},r=Object($.a)({},e,t);for(var o in r)String(e[o])!==String(t[o])&&(n[o]=!0);return n}function U(e){var t;if(e.message||"string"==typeof e)t=e.message||e;else try{t=JSON.stringify(e,null,2)}catch(n){t="[".concat(e.constructor.name,"]")}return Object($.a)({},e,{message:t,statusCode:e.statusCode||e.status||e.response&&e.response.status||500})}window.onNuxtReadyCbs=[],window.onNuxtReady=function(e){window.onNuxtReadyCbs.push(e)};var z=new RegExp(["(\\\\.)","([\\/.])?(?:(?:\\:(\\w+)(?:\\(((?:\\\\.|[^\\\\()])+)\\))?|\\(((?:\\\\.|[^\\\\()])+)\\))([+*?])?|(\\*))"].join("|"),"g");function H(e){return encodeURI(e).replace(/[/?#]/g,function(e){return"%"+e.charCodeAt(0).toString(16).toUpperCase()})}function J(e){return e.replace(/([.+*?=^!:${}()[\]|/\\])/g,"\\$1")}function W(e){return e.replace(/([=!:$/()])/g,"\\$1")}function K(e,t){var n,r=e.indexOf("://");-1!==r?(n=e.substring(0,r),e=e.substring(r+3)):e.startsWith("//")&&(e=e.substring(2));var o,c=e.split("/"),l=(n?n+"://":"//")+c.shift(),path=c.filter(Boolean).join("/");return 2===(c=path.split("#")).length&&(path=c[0],o=c[1]),l+=path?"/"+path:"",t&&"{}"!==JSON.stringify(t)&&(l+=(2===e.split("?").length?"&":"?")+function(e){return Object.keys(e).sort().map(function(t){var n=e[t];return null==n?"":Array.isArray(n)?n.slice().map(function(e){return[t,"=",e].join("")}).join("&"):t+"="+n}).filter(Boolean).join("&")}(t)),l+=o?"#"+o:""}var Q=n(88),Z=n.n(Q),G=n(60),V=function(){return j(Promise.all([n.e(2),n.e(5)]).then(n.bind(null,358)))},X=function(){return j(Promise.all([n.e(2),n.e(6)]).then(n.bind(null,359)))},Y=function(){return j(n.e(7).then(n.bind(null,360)))},ee=function(){return j(n.e(9).then(n.bind(null,361)))},te=function(){return j(n.e(10).then(n.bind(null,362)))},ne=function(){return j(n.e(11).then(n.bind(null,369)))},re=function(){return j(Promise.all([n.e(1),n.e(0),n.e(12)]).then(n.bind(null,363)))},ae=function(){return j(Promise.all([n.e(1),n.e(0),n.e(13)]).then(n.bind(null,364)))},ie=function(){return j(Promise.all([n.e(1),n.e(0),n.e(14)]).then(n.bind(null,365)))},oe=function(){return j(Promise.all([n.e(1),n.e(0),n.e(15)]).then(n.bind(null,366)))},se=function(){return j(Promise.all([n.e(1),n.e(0),n.e(16)]).then(n.bind(null,367)))},ue=function(){return j(Promise.all([n.e(1),n.e(0),n.e(17)]).then(n.bind(null,368)))},ce=function(){return j(n.e(8).then(n.bind(null,370)))};l.a.use(G.a);var le=function(e,t,n){var r=e.hash;return n||(r?{selector:r}:{})};var pe=n(89),fe=n.n(pe),he=Object($.a)({},fe.a,{name:"NoSsr"}),de={name:"NuxtChild",functional:!0,props:{nuxtChildKey:{type:String,default:""},keepAlive:Boolean,keepAliveProps:{type:Object,default:void 0}},render:function(e,t){var n=t.parent,data=t.data,r=t.props;data.nuxtChild=!0;for(var o=n,c=n.$nuxt.nuxt.transitions,l=n.$nuxt.nuxt.defaultTransition,f=0;n;)n.$vnode&&n.$vnode.data.nuxtChild&&f++,n=n.$parent;data.nuxtChildDepth=f;var h=c[f]||l,d={};me.forEach(function(e){void 0!==h[e]&&(d[e]=h[e])});var m={};ge.forEach(function(e){"function"==typeof h[e]&&(m[e]=h[e].bind(o))});var v=m.beforeEnter;m.beforeEnter=function(e){if(window.$nuxt.$nextTick(function(){window.$nuxt.$emit("triggerScroll")}),v)return v.call(o,e)};var y=[e("router-view",data)];return r.keepAlive&&(y=[e("keep-alive",{props:r.keepAliveProps},y)]),e("transition",{props:d,on:m},y)}},me=["name","mode","appear","css","type","duration","enterClass","leaveClass","appearClass","enterActiveClass","enterActiveClass","leaveActiveClass","appearActiveClass","enterToClass","leaveToClass","appearToClass"],ge=["beforeEnter","enter","afterEnter","enterCancelled","beforeLeave","leave","afterLeave","leaveCancelled","beforeAppear","appear","afterAppear","appearCancelled"],ve={name:"NuxtError",props:{error:{type:Object,default:null}},head:function(){return{title:this.message,meta:[{name:"viewport",content:"width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no"}]}},computed:{statusCode:function(){return this.error&&this.error.statusCode||500},message:function(){return this.error.message||"Error"}}},ye=(n(134),n(2)),be=Object(ye.a)(ve,function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"__nuxt-error-page"},[n("div",{staticClass:"error"},[n("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"90",height:"90",fill:"#DBE1EC",viewBox:"0 0 48 48"}},[n("path",{attrs:{d:"M22 30h4v4h-4zm0-16h4v12h-4zm1.99-10C12.94 4 4 12.95 4 24s8.94 20 19.99 20S44 35.05 44 24 35.04 4 23.99 4zM24 40c-8.84 0-16-7.16-16-16S15.16 8 24 8s16 7.16 16 16-7.16 16-16 16z"}})]),e._v(" "),n("div",{staticClass:"title"},[e._v(e._s(e.message))]),e._v(" "),404===e.statusCode?n("p",{staticClass:"description"},[n("NuxtLink",{staticClass:"error-link",attrs:{to:"/"}},[e._v("Back to the home page")])],1):e._e(),e._v(" "),e._m(0)])])},[function(){var e=this.$createElement,t=this._self._c||e;return t("div",{staticClass:"logo"},[t("a",{attrs:{href:"https://nuxtjs.org",target:"_blank",rel:"noopener"}},[this._v("Nuxt.js")])])}],!1,null,null,null).exports,xe={name:"Nuxt",components:{NuxtChild:de,NuxtError:be},props:{nuxtChildKey:{type:String,default:void 0},keepAlive:Boolean,keepAliveProps:{type:Object,default:void 0},name:{type:String,default:"default"}},computed:{routerViewKey:function(){if(void 0!==this.nuxtChildKey||this.$route.matched.length>1)return this.nuxtChildKey||I(this.$route.matched[0].path)(this.$route.params);var e=this.$route.matched[0]&&this.$route.matched[0].components.default;return e&&e.options&&e.options.key?"function"==typeof e.options.key?e.options.key(this.$route):e.options.key:this.$route.path}},beforeCreate:function(){l.a.util.defineReactive(this,"nuxt",this.$root.$options.nuxt)},render:function(e){return this.nuxt.err?e("NuxtError",{props:{error:this.nuxt.err}}):e("NuxtChild",{key:this.routerViewKey,props:this.$props})}},we={name:"NuxtLoading",data:function(){return{percent:0,show:!1,canSucceed:!0,reversed:!1,skipTimerCount:0,rtl:!1,throttle:200,duration:5e3,continuous:!1}},computed:{left:function(){return!(!this.continuous&&!this.rtl)&&(this.rtl?this.reversed?"0px":"auto":this.reversed?"auto":"0px")}},beforeDestroy:function(){this.clear()},methods:{clear:function(){clearInterval(this._timer),clearTimeout(this._throttle),this._timer=null},start:function(){var e=this;return this.clear(),this.percent=0,this.reversed=!1,this.skipTimerCount=0,this.canSucceed=!0,this.throttle?this._throttle=setTimeout(function(){return e.startTimer()},this.throttle):this.startTimer(),this},set:function(e){return this.show=!0,this.canSucceed=!0,this.percent=Math.min(100,Math.max(0,Math.floor(e))),this},get:function(){return this.percent},increase:function(e){return this.percent=Math.min(100,Math.floor(this.percent+e)),this},decrease:function(e){return this.percent=Math.max(0,Math.floor(this.percent-e)),this},pause:function(){return clearInterval(this._timer),this},resume:function(){return this.startTimer(),this},finish:function(){return this.percent=this.reversed?0:100,this.hide(),this},hide:function(){var e=this;return this.clear(),setTimeout(function(){e.show=!1,e.$nextTick(function(){e.percent=0,e.reversed=!1})},500),this},fail:function(){return this.canSucceed=!1,this},startTimer:function(){var e=this;this.show||(this.show=!0),void 0===this._cut&&(this._cut=1e4/Math.floor(this.duration)),this._timer=setInterval(function(){e.skipTimerCount>0?e.skipTimerCount--:(e.reversed?e.decrease(e._cut):e.increase(e._cut),e.continuous&&(e.percent>=100?(e.skipTimerCount=1,e.reversed=!e.reversed):e.percent<=0&&(e.skipTimerCount=1,e.reversed=!e.reversed)))},100)}},render:function(e){var t=e(!1);return this.show&&(t=e("div",{staticClass:"nuxt-progress",class:{"nuxt-progress-notransition":this.skipTimerCount>0,"nuxt-progress-failed":!this.canSucceed},style:{width:this.percent+"%",left:this.left}})),t}},_e=(n(135),Object(ye.a)(we,void 0,void 0,!1,null,null,null).exports),ke=(n(136),n(137),Object(ye.a)({},function(){this.$createElement;this._self._c;return this._m(0)},[function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("footer",{staticClass:"footer"},[n("div",{staticClass:"container"},[n("div",{staticClass:"columns is-mobile is-multiline is-centered"},[n("div",{staticClass:"column is-narrow"},[n("a",{attrs:{href:"http://www.eclipse.org"}},[e._v("Eclipse Foundation")])]),e._v(" "),n("div",{staticClass:"column is-narrow"},[n("a",{attrs:{href:"http://www.eclipse.org/legal/privacy.php"}},[e._v("Privacy Policy")])]),e._v(" "),n("div",{staticClass:"column is-narrow"},[n("a",{attrs:{href:"http://www.eclipse.org/legal/termsofuse.php"}},[e._v("Terms of Use")])]),e._v(" "),n("div",{staticClass:"column is-narrow"},[n("a",{attrs:{href:"http://www.eclipse.org/legal/copyright.php"}},[e._v("Copyright Agent")])]),e._v(" "),n("div",{staticClass:"column is-narrow"},[n("a",{attrs:{href:"https://eclipse.org/security/ "}},[e._v("Security reports")])]),e._v(" "),n("div",{staticClass:"column is-narrow"},[n("a",{attrs:{href:"http://www.eclipse.org/legal/"}},[e._v("Legal")])])])])])}],!1,null,null,null).exports),Ce=n(40).a,$e=(n(138),Object(ye.a)(Ce,function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("header",{staticClass:"nav-header"},[n("div",{staticClass:"container"},[n("nav",{staticClass:"navbar"},[n("div",{staticClass:"navbar-menu",class:{"is-active":e.isMenuActive},attrs:{id:"navMenu"},on:{click:function(t){e.isMenuActive=!1}}},[n("div",{staticClass:"navbar-start"},[e._t("default")],2)]),e._v(" "),n("div",{staticClass:"navbar-brand"},[n("div",{staticClass:"navbar-burger burger",class:{"is-active":e.isMenuActive},on:{click:function(t){e.isMenuActive=!e.isMenuActive}}},[n("span"),e._v(" "),n("span"),e._v(" "),n("span")]),e._v(" "),n("nuxt-link",{staticClass:"navbar-item",attrs:{to:"/"}},[n("img",{attrs:{src:"logo.svg",alt:e.brand}})])],1)])])])},[],!1,null,null,null).exports),Ee={components:{eclipseFooter:ke,navbar:$e}},je=Object(ye.a)(Ee,function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",[n("navbar",[n("nuxt-link",{staticClass:"navbar-item",attrs:{exact:"","active-class":"is-active",to:"/"}},[e._v("\n Home\n ")]),e._v(" "),n("nuxt-link",{staticClass:"navbar-item",attrs:{"active-class":"is-active",to:"/proposal"}},[e._v("\n Proposal\n ")]),e._v(" "),n("nuxt-link",{staticClass:"navbar-item",attrs:{"active-class":"is-active",to:"/specification"}},[e._v("\n Specification\n ")]),e._v(" "),n("nuxt-link",{staticClass:"navbar-item",attrs:{"active-class":"is-active",to:"/blog"}},[e._v("\n Blog Archives\n ")]),e._v(" "),n("nuxt-link",{staticClass:"navbar-item",attrs:{"active-class":"is-active",to:"/faq"}},[e._v("\n FAQ\n ")])],1),e._v(" "),n("div",{staticClass:"container"},[n("div",{staticClass:"header clearfix"}),e._v(" "),n("nuxt")],1),e._v(" "),n("eclipseFooter")],1)},[],!1,null,null,null).exports,Ae=n(90),Oe={data:function(){return{posts:Ae.slice().reverse()}},components:{}},Se=(n(139),Object(ye.a)(Oe,function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"recentPosts"},[n("h4",{staticClass:"subtitle is-5"},[e._v("\n Recent Posts\n ")]),e._v(" "),n("ul",e._l(e.posts,function(t){return n("li",{key:t.url},[n("nuxt-link",{attrs:{to:t.url}},[e._v("\n "+e._s(t.title)+"\n ")])],1)}),0)])},[],!1,null,null,null).exports),Pe=n(91),Te=(navigator.languages&&navigator.languages[0]||navigator.language||navigator.userLanguage).toLowerCase().split(/[_-]+/)[0],Re={data:function(){return{posts:Pe.slice().reverse()}},filters:{timeStamp:function(e){var t=e.year,n=e.month,r=new Date(Date.UTC(t,n||0,1));return Intl.DateTimeFormat(Te,{month:"long",year:"numeric"}).format(r)}}},Ne=(n(140),{components:{eclipseFooter:ke,blogArchives:Object(ye.a)(Re,function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"blogArchives"},[n("h4",{staticClass:"subtitle is-5"},[e._v("\n Blog Archives\n ")]),e._v(" "),n("ul",e._l(e.posts,function(t){return n("li",{key:t.url},[n("nuxt-link",{attrs:{to:t.url}},[e._v("\n "+e._s(e._f("timeStamp")(t))+"\n ")]),e._v("\n ("+e._s(t.count)+")\n ")],1)}),0)])},[],!1,null,null,null).exports,navbar:$e,recentPosts:Se}}),Fe=(n(141),{_default:je,_sidebar:Object(ye.a)(Ne,function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",[n("navbar",[n("nuxt-link",{staticClass:"navbar-item",attrs:{exact:"","active-class":"is-active",to:"/"}},[e._v("\n Home\n ")]),e._v(" "),n("nuxt-link",{staticClass:"navbar-item",attrs:{"active-class":"is-active",to:"/proposal"}},[e._v("\n Proposal\n ")]),e._v(" "),n("nuxt-link",{staticClass:"navbar-item",attrs:{"active-class":"is-active",to:"/specification"}},[e._v("\n Specification\n ")]),e._v(" "),n("nuxt-link",{staticClass:"navbar-item",attrs:{"active-class":"is-active",to:"/blog"}},[e._v("\n Blog Archives\n ")]),e._v(" "),n("nuxt-link",{staticClass:"navbar-item",attrs:{"active-class":"is-active",to:"/faq"}},[e._v("\n FAQ\n ")])],1),e._v(" "),n("div",{staticClass:"container"},[n("div",{staticClass:"header clearfix"}),e._v(" "),n("div",{staticClass:"columns"},[n("nuxt",{staticClass:"column is-8"}),e._v(" "),n("div",{staticClass:"sidebar column is-3 is-offset-1"},[n("recentPosts"),e._v(" "),n("blogArchives")],1)],1)]),e._v(" "),n("eclipseFooter")],1)},[],!1,null,null,null).exports}),Le={head:{title:"Welcome",titleTemplate:"Eclipse unide - %s",meta:[{charset:"utf-8"},{name:"viewport",content:"width=device-width, initial-scale=1"},{hid:"description",name:"description",content:"Eclipse Unide: Understand Industry devices"}],link:[{rel:"icon",type:"image/x-icon",href:"/unide/favicon.ico"}],style:[],script:[]},render:function(e,t){var n=e("NuxtLoading",{ref:"loading"}),r=e(this.layout||"nuxt"),o=e("div",{domProps:{id:"__layout"},key:this.layoutName},[r]),c=e("transition",{props:{name:"layout",mode:"out-in"},on:{beforeEnter:function(e){window.$nuxt.$nextTick(function(){window.$nuxt.$emit("triggerScroll")})}}},[o]);return e("div",{domProps:{id:"__nuxt"}},[n,c])},data:function(){return{isOnline:!0,layout:null,layoutName:""}},beforeCreate:function(){l.a.util.defineReactive(this,"nuxt",this.$options.nuxt)},created:function(){l.a.prototype.$nuxt=this,window.$nuxt=this,this.refreshOnlineStatus(),window.addEventListener("online",this.refreshOnlineStatus),window.addEventListener("offline",this.refreshOnlineStatus),this.error=this.nuxt.error},mounted:function(){this.$loading=this.$refs.loading},watch:{"nuxt.err":"errorChanged"},computed:{isOffline:function(){return!this.isOnline}},methods:{refreshOnlineStatus:function(){void 0===window.navigator.onLine?this.isOnline=!0:this.isOnline=window.navigator.onLine},errorChanged:function(){this.nuxt.err&&this.$loading&&(this.$loading.fail&&this.$loading.fail(),this.$loading.finish&&this.$loading.finish())},setLayout:function(e){return e&&Fe["_"+e]||(e="default"),this.layoutName=e,this.layout=Fe["_"+e],this.layout},loadLayout:function(e){return e&&Fe["_"+e]||(e="default"),Promise.resolve(Fe["_"+e])}},components:{NuxtLoading:_e}};n(142),n(143);l.a.component(he.name,he),l.a.component(de.name,de),l.a.component("NChild",de),l.a.component(xe.name,xe),l.a.use(Z.a,{keyName:"head",attribute:"data-n-head",ssrAttribute:"data-n-head-ssr",tagIDKeyName:"hid"});var De={name:"page",mode:"out-in",appear:!1,appearClass:"appear",appearActiveClass:"appear-active",appearToClass:"appear-to"};function Me(){return(Me=Object(c.a)(regeneratorRuntime.mark(function e(t){var n,r,o,c,path;return regeneratorRuntime.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,new G.a({mode:"history",base:"/unide/",linkActiveClass:"nuxt-link-active",linkExactActiveClass:"nuxt-link-exact-active",scrollBehavior:le,routes:[{path:"/article",component:V,name:"article"},{path:"/blog",component:X,name:"blog"},{path:"/faq",component:Y,name:"faq"},{path:"/proposal",component:ee,name:"proposal"},{path:"/specification",component:te,children:[{path:"",component:ne,name:"specification"},{path:"v2/machine-message",component:re,name:"specification-v2-machine-message"},{path:"v2/measurement-message",component:ae,name:"specification-v2-measurement-message"},{path:"v2/process-message",component:ie,name:"specification-v2-process-message"},{path:"v3/machine-message",component:oe,name:"specification-v3-machine-message"},{path:"v3/measurement-message",component:se,name:"specification-v3-measurement-message"},{path:"v3/process-message",component:ue,name:"specification-v3-process-message"}]},{path:"/",component:ce,name:"index"},{path:"/specification/machine-message",redirect:"/specification/v3/machine-message"},{path:"/specification/measurement-message",redirect:"/specification/v3/measurement-message"},{path:"/specification/process-message",redirect:"/specification/v3/process-message"},{path:"/blog/:year/:month/:day/:name",component:V,name:"article"},{path:"/blog/:year?/:month?/:day?",component:X,name:"blog"}],fallback:!1});case 2:return n=e.sent,r=Object($.a)({router:n,nuxt:{defaultTransition:De,transitions:[De],setTransitions:function(e){return Array.isArray(e)||(e=[e]),e=e.map(function(e){return e=e?"string"==typeof e?Object.assign({},De,{name:e}):Object.assign({},De,e):De}),this.$options.nuxt.transitions=e,e},err:null,dateErr:null,error:function(e){e=e||null,r.context._errored=!!e,e=e?U(e):null;var n=this.nuxt||this.$options.nuxt;return n.dateErr=Date.now(),n.err=e,t&&(t.nuxt.error=e),e}}},Le),o=t?t.next:function(e){return r.router.push(e)},t?c=n.resolve(t.url).route:(path=M(n.options.base),c=n.resolve(path).route),e.next=8,F(r,{route:c,next:o,error:r.nuxt.error.bind(r),payload:t?t.payload:void 0,req:t?t.req:void 0,res:t?t.res:void 0,beforeRenderFns:t?t.beforeRenderFns:void 0});case 8:(function(e,t){if(!e)throw new Error("inject(key, value) has no key provided");if(void 0===t)throw new Error("inject(key, value) has no value provided");r[e="$"+e]=t;var n="__nuxt_"+e+"_installed__";l.a[n]||(l.a[n]=!0,l.a.use(function(){l.a.prototype.hasOwnProperty(e)||Object.defineProperty(l.a.prototype,e,{get:function(){return this.$root.$options[e]}})}))}),e.next=12;break;case 12:e.next=15;break;case 15:return e.abrupt("return",{app:r,router:n});case 16:case"end":return e.stop()}},e)}))).apply(this,arguments)}var qe=window.requestIdleCallback||function(e){var t=Date.now();return setTimeout(function(){e({didTimeout:!1,timeRemaining:function(){return Math.max(0,50-(Date.now()-t))}})},1)},Ie=window.IntersectionObserver&&new window.IntersectionObserver(function(e){e.forEach(function(e){var t=e.intersectionRatio,link=e.target;t<=0||link.__prefetch()})}),Be={name:"NuxtLink",extends:l.a.component("RouterLink"),props:{noPrefetch:{type:Boolean,default:!1}},mounted:function(){this.noPrefetch||qe(this.observe,{timeout:2e3})},beforeDestroy:function(){this.__observed&&(Ie.unobserve(this.$el),delete this.$el.__prefetch)},methods:{observe:function(){Ie&&this.shouldPrefetch()&&(this.$el.__prefetch=this.prefetch.bind(this),Ie.observe(this.$el),this.__observed=!0)},shouldPrefetch:function(){return this.getPrefetchComponents().length>0},canPrefetch:function(){var e=navigator.connection;return!(this.$nuxt.isOffline||e&&((e.effectiveType||"").includes("2g")||e.saveData))},getPrefetchComponents:function(){return this.$router.resolve(this.to,this.$route,this.append).resolved.matched.map(function(e){return e.components.default}).filter(function(e){return"function"==typeof e&&!e.options&&!e.__prefetched})},prefetch:function(){if(this.canPrefetch()){Ie.unobserve(this.$el);var e=this.getPrefetchComponents(),t=!0,n=!1,r=void 0;try{for(var o,c=e[Symbol.iterator]();!(t=(o=c.next()).done);t=!0){var l=o.value;try{l(),l.__prefetched=!0}catch(e){}}}catch(e){n=!0,r=e}finally{try{t||null==c.return||c.return()}finally{if(n)throw r}}}}}};l.a.component(Be.name,Be),l.a.component("NLink",Be);var Ue,ze,He=[],Je=window.__NUXT__||{};Object.assign(l.a.config,{silent:!0,performance:!1});var We=l.a.config.errorHandler||console.error;function Ke(e,t,n){var r=function(component){var e=function(component,e){if(!component||!component.options||!component.options[e])return{};var option=component.options[e];if("function"==typeof option){for(var t=arguments.length,n=new Array(t>2?t-2:0),r=2;r<t;r++)n[r-2]=arguments[r];return option.apply(void 0,n)}return option}(component,"transition",t,n)||{};return"string"==typeof e?{name:e}:e};return e.map(function(e){var t=Object.assign({},r(e));if(n&&n.matched.length&&n.matched[0].components.default){var o=r(n.matched[0].components.default);Object.keys(o).filter(function(e){return o[e]&&e.toLowerCase().includes("leave")}).forEach(function(e){t[e]=o[e]})}return t})}function Qe(e,t,n){return Ze.apply(this,arguments)}function Ze(){return(Ze=Object(c.a)(regeneratorRuntime.mark(function e(t,n,r){var o,c,l,f,h=this;return regeneratorRuntime.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return this._pathChanged=!!Ue.nuxt.err||n.path!==t.path,this._queryChanged=JSON.stringify(t.query)!==JSON.stringify(n.query),this._diffQuery=this._queryChanged?B(t.query,n.query):[],this._pathChanged&&this.$loading.start&&!this.$loading.manual&&this.$loading.start(),e.prev=4,e.next=7,T(t);case 7:o=e.sent,!this._pathChanged&&this._queryChanged&&o.some(function(e){var t=e.options.watchQuery;return!0===t||!!Array.isArray(t)&&t.some(function(e){return h._diffQuery[e]})})&&this.$loading.start&&!this.$loading.manual&&this.$loading.start(),r(),e.next=23;break;case 12:if(e.prev=12,e.t0=e.catch(4),c=e.t0||{},l=c.statusCode||c.status||c.response&&c.response.status||500,f=c.message||"",!/^Loading chunk (\d)+ failed\./.test(f)){e.next=20;break}return window.location.reload(!0),e.abrupt("return");case 20:this.error({statusCode:l,message:f}),this.$nuxt.$emit("routeChanged",t,n,c),r();case 23:case"end":return e.stop()}},e,this,[[4,12]])}))).apply(this,arguments)}function Ge(e,t){return Je.serverRendered&&t&&A(e,t),e._Ctor=e,e}function Ve(e,t,n){var r=this,o=[],c=!1;if(void 0!==n&&(o=[],(n=O(n)).options.middleware&&(o=o.concat(n.options.middleware)),e.forEach(function(e){e.options.middleware&&(o=o.concat(e.options.middleware))})),o=o.map(function(e){return"function"==typeof e?e:("function"!=typeof C[e]&&(c=!0,r.error({statusCode:500,message:"Unknown middleware "+e})),C[e])}),!c)return function e(t,n){return!t.length||n._redirected||n._errored?Promise.resolve():D(t[0],n).then(function(){return e(t.slice(1),n)})}(o,t)}function Xe(e,t,n){return Ye.apply(this,arguments)}function Ye(){return(Ye=Object(c.a)(regeneratorRuntime.mark(function e(t,n,r){var o,c,l,f,h,d,m,v,y,x,w,_,k,C,$,j,O=this;return regeneratorRuntime.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(!1!==this._pathChanged||!1!==this._queryChanged){e.next=2;break}return e.abrupt("return",r());case 2:return He=t===n?[]:S(n,o=[]).map(function(e,i){return I(n.matched[o[i]].path)(n.params)}),c=!1,l=function(path){n.path===path.path&&O.$loading.finish&&O.$loading.finish(),n.path!==path.path&&O.$loading.pause&&O.$loading.pause(),c||(c=!0,r(path))},e.next=7,F(Ue,{route:t,from:n,next:l.bind(this)});case 7:if(this._dateLastError=Ue.nuxt.dateErr,this._hadError=!!Ue.nuxt.err,(h=S(t,f=[])).length){e.next=25;break}return e.next=14,Ve.call(this,h,Ue.context);case 14:if(!c){e.next=16;break}return e.abrupt("return");case 16:return e.next=18,this.loadLayout("function"==typeof be.layout?be.layout(Ue.context):be.layout);case 18:return d=e.sent,e.next=21,Ve.call(this,h,Ue.context,d);case 21:if(!c){e.next=23;break}return e.abrupt("return");case 23:return Ue.context.error({statusCode:404,message:"This page could not be found"}),e.abrupt("return",r());case 25:return h.forEach(function(e){e._Ctor&&e._Ctor.options&&(e.options.asyncData=e._Ctor.options.asyncData,e.options.fetch=e._Ctor.options.fetch)}),this.setTransitions(Ke(h,t,n)),e.prev=27,e.next=30,Ve.call(this,h,Ue.context);case 30:if(!c){e.next=32;break}return e.abrupt("return");case 32:if(!Ue.context._errored){e.next=34;break}return e.abrupt("return",r());case 34:return"function"==typeof(m=h[0].options.layout)&&(m=m(Ue.context)),e.next=38,this.loadLayout(m);case 38:return m=e.sent,e.next=41,Ve.call(this,h,Ue.context,m);case 41:if(!c){e.next=43;break}return e.abrupt("return");case 43:if(!Ue.context._errored){e.next=45;break}return e.abrupt("return",r());case 45:v=!0,e.prev=46,y=!0,x=!1,w=void 0,e.prev=50,_=h[Symbol.iterator]();case 52:if(y=(k=_.next()).done){e.next=64;break}if("function"==typeof(C=k.value).options.validate){e.next=56;break}return e.abrupt("continue",61);case 56:return e.next=58,C.options.validate(Ue.context);case 58:if(v=e.sent){e.next=61;break}return e.abrupt("break",64);case 61:y=!0,e.next=52;break;case 64:e.next=70;break;case 66:e.prev=66,e.t0=e.catch(50),x=!0,w=e.t0;case 70:e.prev=70,e.prev=71,y||null==_.return||_.return();case 73:if(e.prev=73,!x){e.next=76;break}throw w;case 76:return e.finish(73);case 77:return e.finish(70);case 78:e.next=84;break;case 80:return e.prev=80,e.t1=e.catch(46),this.error({statusCode:e.t1.statusCode||"500",message:e.t1.message}),e.abrupt("return",r());case 84:if(v){e.next=87;break}return this.error({statusCode:404,message:"This page could not be found"}),e.abrupt("return",r());case 87:return e.next=89,Promise.all(h.map(function(e,i){if(e._path=I(t.matched[f[i]].path)(t.params),e._dataRefresh=!1,O._pathChanged&&O._queryChanged||e._path!==He[i])e._dataRefresh=!0;else if(!O._pathChanged&&O._queryChanged){var n=e.options.watchQuery;!0===n?e._dataRefresh=!0:Array.isArray(n)&&(e._dataRefresh=n.some(function(e){return O._diffQuery[e]}))}if(!O._hadError&&O._isMounted&&!e._dataRefresh)return Promise.resolve();var r=[],o=e.options.asyncData&&"function"==typeof e.options.asyncData,c=!!e.options.fetch,l=o&&c?30:45;if(o){var h=D(e.options.asyncData,Ue.context).then(function(t){A(e,t),O.$loading.increase&&O.$loading.increase(l)});r.push(h)}if(O.$loading.manual=!1===e.options.loading,c){var p=e.options.fetch(Ue.context);p&&(p instanceof Promise||"function"==typeof p.then)||(p=Promise.resolve(p)),p.then(function(e){O.$loading.increase&&O.$loading.increase(l)}),r.push(p)}return Promise.all(r)}));case 89:c||(this.$loading.finish&&!this.$loading.manual&&this.$loading.finish(),r()),e.next=106;break;case 92:if(e.prev=92,e.t2=e.catch(27),"ERR_REDIRECT"!==($=e.t2||{}).message){e.next=97;break}return e.abrupt("return",this.$nuxt.$emit("routeChanged",t,n,$));case 97:return He=[],E($),"function"==typeof(j=be.layout)&&(j=j(Ue.context)),e.next=103,this.loadLayout(j);case 103:this.error($),this.$nuxt.$emit("routeChanged",t,n,$),r();case 106:case"end":return e.stop()}},e,this,[[27,92],[46,80],[50,66,70,78],[71,,73,77]])}))).apply(this,arguments)}function et(e,t){P(e,function(e,t,n,r){return"object"!==o(e)||e.options||((e=l.a.extend(e))._Ctor=e,n.components[r]=e),e})}function tt(e){this._hadError&&this._dateLastError===this.$options.nuxt.dateErr&&this.error();var t=this.$options.nuxt.err?be.layout:e.matched[0].components.default.options.layout;"function"==typeof t&&(t=t(Ue.context)),this.setLayout(t)}function nt(e,t){var n=this;!1===this._pathChanged&&!1===this._queryChanged||l.a.nextTick(function(){var t=[],r=function(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];return Array.prototype.concat.apply([],e.matched.map(function(e,n){return Object.keys(e.instances).map(function(r){return t&&t.push(n),e.instances[r]})}))}(e,t),o=S(e,t);r.forEach(function(e,i){if(e&&e.constructor._dataRefresh&&o[i]===e.constructor&&"function"==typeof e.constructor.options.data){var t=e.constructor.options.data.call(e);for(var n in t)l.a.set(e.$data,n,t[n])}}),tt.call(n,e)})}function at(e){window.onNuxtReadyCbs.forEach(function(t){"function"==typeof t&&t(e)}),"function"==typeof window._onNuxtLoaded&&window._onNuxtLoaded(e),ze.afterEach(function(t,n){l.a.nextTick(function(){return e.$nuxt.$emit("routeChanged",t,n)})})}function it(){return(it=Object(c.a)(regeneratorRuntime.mark(function e(t){var n,r,o,f;return regeneratorRuntime.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return Ue=t.app,ze=t.router,e.next=4,Promise.all((path=void 0,path=M((h=ze).options.base,h.options.mode),P(h.match(path),function(){var e=Object(c.a)(regeneratorRuntime.mark(function e(t,n,r,o,c){var l;return regeneratorRuntime.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if("function"!=typeof t||t.options){e.next=4;break}return e.next=3,t();case 3:t=e.sent;case 4:return l=Ge(O(t),Je.data?Je.data[c]:null),r.components[o]=l,e.abrupt("return",l);case 7:case"end":return e.stop()}},e)}));return function(t,n,r,o,c){return e.apply(this,arguments)}}())));case 4:return n=e.sent,r=new l.a(Ue),o=Je.layout||"default",e.next=9,r.loadLayout(o);case 9:if(r.setLayout(o),f=function(){r.$mount("#__nuxt"),l.a.nextTick(function(){at(r)})},r.setTransitions=r.$options.nuxt.setTransitions.bind(r),n.length&&(r.setTransitions(Ke(n,ze.currentRoute)),He=ze.currentRoute.matched.map(function(e){return I(e.path)(ze.currentRoute.params)})),r.$loading={},Je.error&&r.error(Je.error),ze.beforeEach(Qe.bind(r)),ze.beforeEach(Xe.bind(r)),ze.afterEach(et),ze.afterEach(nt.bind(r)),!Je.serverRendered){e.next=22;break}return f(),e.abrupt("return");case 22:Xe.call(r,ze.currentRoute,ze.currentRoute,function(path){if(!path)return et(ze.currentRoute,ze.currentRoute),tt.call(r,ze.currentRoute),void f();ze.push(path,function(){return f()},function(e){if(!e)return f();We(e)})});case 23:case"end":return e.stop()}var h,path},e)}))).apply(this,arguments)}(function(e){return Me.apply(this,arguments)})().then(function(e){return it.apply(this,arguments)}).catch(function(e){e.message="[nuxt] Error while mounting app: "+e.message,We(e)})},37:function(e,t,n){},38:function(e,t,n){},39:function(e,t,n){},40:function(e,t,n){"use strict";(function(e){t.a={data:function(){return{brand:e.env.BRAND,isMenuActive:!1}},components:{}}}).call(this,n(65))},41:function(e,t,n){},42:function(e,t,n){},43:function(e,t,n){},44:function(e,t,n){},5:function(e,t,n){"use strict";function r(e,t,n,r,o,c,l){try{var f=e[c](l),h=f.value}catch(e){return void n(e)}f.done?t(h):Promise.resolve(h).then(r,o)}function o(e){return function(){var t=this,n=arguments;return new Promise(function(o,c){var l=e.apply(t,n);function f(e){r(l,o,c,f,h,"next",e)}function h(e){r(l,o,c,f,h,"throw",e)}f(void 0)})}}n.d(t,"a",function(){return o})},89:function(e,t,n){"use strict";var r={name:"NoSsr",functional:!0,props:{placeholder:String,placeholderTag:{type:String,default:"div"}},render:function(e,t){var n=t.parent,r=t.slots,o=t.props,c=r(),l=c.default;void 0===l&&(l=[]);var f=c.placeholder;return n._isMounted?l:(n.$once("hook:mounted",function(){n.$forceUpdate()}),o.placeholderTag&&(o.placeholder||f)?e(o.placeholderTag,{class:["no-ssr-placeholder"]},o.placeholder||f):l.length>0?l.map(function(){return e(!1)}):e(!1))}};e.exports=r},90:function(e){e.exports=[{url:"/blog/2018/2/13/grinding-machine-scenario",title:"Use Cases: Unide and the Eclipse Testbed",date:"2018-02-13T00:00:00.000Z"},{url:"/blog/2018/3/26/Release-0.2.0",title:"Unide 0.2.0 released",date:"2018-03-26T10:39:00.000Z"},{url:"/blog/2018/9/4/Template-for-PPMP-transformation",title:"Use Cases: Template for transformation",date:"2018-09-04T00:00:00.000Z"},{url:"/blog/2019/3/1/Version-3",title:"Protocol Version 3 release candidate",date:"2019-03-01T00:00:00.000Z"},{url:"/blog/2019/11/26/Version-3-final",title:"Protocol v3 final",date:"2019-11-26T00:00:00.000Z"}]},91:function(e){e.exports=[{year:"2016",month:"9",url:"/blog/2016/9",count:4},{year:"2017",month:"3",url:"/blog/2017/3",count:1},{year:"2017",month:"6",url:"/blog/2017/6",count:2},{year:"2017",month:"10",url:"/blog/2017/10",count:2},{year:"2018",month:"1",url:"/blog/2018/1",count:1},{year:"2018",month:"2",url:"/blog/2018/2",count:2},{year:"2018",month:"3",url:"/blog/2018/3",count:1},{year:"2018",month:"9",url:"/blog/2018/9",count:1},{year:"2019",month:"3",url:"/blog/2019/3",count:1},{year:"2019",month:"11",url:"/blog/2019/11",count:1}]},92:function(e,t,n){e.exports=n(144)}},[[92,18,4]]]);