Socket
Socket
Sign inDemoInstall

@webcomponents/webcomponentsjs

Package Overview
Dependencies
Maintainers
3
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@webcomponents/webcomponentsjs - npm Package Compare versions

Comparing version 1.0.18 to 1.0.19

6

gulpfile.js

@@ -76,4 +76,6 @@ /**

'node_modules/@webcomponents/**/*.js',
'!node_modules/@webcomponents/*/externs/*.js'
], {base: './'})
'!node_modules/@webcomponents/*/externs/*.js',
'!node_modules/@webcomponents/*/node_modules/**',
'!**/bower_components/**'
], {base: './', follow: true})
.pipe(sourcemaps.init())

@@ -80,0 +82,0 @@ .pipe(closure(closureOptions))

{
"name": "@webcomponents/webcomponentsjs",
"version": "1.0.18",
"version": "1.0.19",
"description": "Web Components Polyfills",

@@ -30,6 +30,6 @@ "main": "webcomponents-lite.js",

"devDependencies": {
"@webcomponents/custom-elements": "^1.0.4",
"@webcomponents/custom-elements": "^1.0.6",
"@webcomponents/html-imports": "^1.0.3",
"@webcomponents/shadycss": "^1.0.6",
"@webcomponents/shadydom": "^1.0.6",
"@webcomponents/shadycss": "^1.1.0",
"@webcomponents/shadydom": "^1.0.8",
"@webcomponents/template": "^1.2.0",

@@ -40,4 +40,4 @@ "@webcomponents/webcomponents-platform": "^1.0.0",

"es6-promise": "^4.1.1",
"eslint": "^4.10.0",
"google-closure-compiler": "^20171023.0.1",
"eslint": "^4.11.0",
"google-closure-compiler": "^20171112.0.0",
"gulp": "^3.8.8",

@@ -44,0 +44,0 @@ "gulp-add-src": "^0.2.0",

@@ -10,39 +10,41 @@ (function(){/*

*/
'use strict';(function(b){function a(b,a){if("function"===typeof window.CustomEvent)return new CustomEvent(b,a);var c=document.createEvent("CustomEvent");c.initCustomEvent(b,!!a.bubbles,!!a.cancelable,a.detail);return c}function c(b){if(n)return b.ownerDocument!==document?b.ownerDocument:null;var a=b.__importDoc;if(!a&&b.parentNode){a=b.parentNode;if("function"===typeof a.closest)a=a.closest("link[rel=import]");else for(;!l(a)&&(a=a.parentNode););b.__importDoc=a}return a}function d(b){var a=document.querySelectorAll("link[rel=import]:not([import-dependency])"),
c=a.length;c?h(a,function(a){return k(a,function(){0===--c&&b()})}):b()}function e(b){function a(){"loading"!==document.readyState&&document.body&&(document.removeEventListener("readystatechange",a),b())}document.addEventListener("readystatechange",a);a()}function f(b){e(function(){return d(function(){return b&&b()})})}function k(b,a){if(b.__loaded)a&&a();else if("script"===b.localName&&!b.src||"style"===b.localName&&!b.firstChild)b.__loaded=!0,a&&a();else{var c=function(e){b.removeEventListener(e.type,
c);b.__loaded=!0;a&&a()};b.addEventListener("load",c);H&&"style"===b.localName||b.addEventListener("error",c)}}function l(b){return b.nodeType===Node.ELEMENT_NODE&&"link"===b.localName&&"import"===b.rel}function g(){var b=this;this.a={};this.b=0;this.g=new MutationObserver(function(a){return b.L(a)});this.g.observe(document.head,{childList:!0,subtree:!0});this.c(document)}function h(b,a,c){var e=b?b.length:0,d=c?-1:1;for(c=c?e-1:0;c<e&&0<=c;c+=d)a(b[c],c)}var n="import"in document.createElement("link"),
I=null;!1==="currentScript"in document&&Object.defineProperty(document,"currentScript",{get:function(){return I||("complete"!==document.readyState?document.scripts[document.scripts.length-1]:null)},configurable:!0});var ua=/(url\()([^)]*)(\))/g,va=/(@import[\s]+(?!url\())([^;]*)(;)/g,wa=/(<link[^>]*)(rel=['|"]?stylesheet['|"]?[^>]*>)/g,r={J:function(b,a){b.href&&b.setAttribute("href",r.j(b.getAttribute("href"),a));b.src&&b.setAttribute("src",r.j(b.getAttribute("src"),a));if("style"===b.localName){var c=
r.D(b.textContent,a,ua);b.textContent=r.D(c,a,va)}},D:function(b,a,c){return b.replace(c,function(b,c,e,d){b=e.replace(/["']/g,"");a&&(b=r.j(b,a));return c+"'"+b+"'"+d})},j:function(b,a){if(void 0===r.l){r.l=!1;try{var c=new URL("b","http://a");c.pathname="c%20d";r.l="http://a/c%20d"===c.href}catch(Qa){}}if(r.l)return(new URL(b,a)).href;c=r.G;c||(c=document.implementation.createHTMLDocument("temp"),r.G=c,c.w=c.createElement("base"),c.head.appendChild(c.w),c.v=c.createElement("a"));c.w.href=a;c.v.href=
b;return c.v.href||b}},U={async:!0,load:function(b,a,c){if(b)if(b.match(/^data:/)){b=b.split(",");var e=b[1];e=-1<b[0].indexOf(";base64")?atob(e):decodeURIComponent(e);a(e)}else{var d=new XMLHttpRequest;d.open("GET",b,U.async);d.onload=function(){var b=d.responseURL||d.getResponseHeader("Location");b&&0===b.indexOf("/")&&(b=(location.origin||location.protocol+"//"+location.host)+b);var e=d.response||d.responseText;304===d.status||0===d.status||200<=d.status&&300>d.status?a(e,b):c(e)};d.send()}else c("error: href must be specified")}},
H=/Trident/.test(navigator.userAgent)||/Edge\/\d./i.test(navigator.userAgent);g.prototype.c=function(b){var a=this;h(b.querySelectorAll("link[rel=import]"),function(b){return a.B(b)})};g.prototype.B=function(b){var a=this,c=b.href;if(void 0!==this.a[c]){var e=this.a[c];e&&e.__loaded&&(b.import=e,this.A(b))}else this.b++,this.a[c]="pending",U.load(c,function(b,e){b=a.M(b,e||c);a.a[c]=b;a.b--;a.c(b);a.C()},function(){a.a[c]=null;a.b--;a.C()})};g.prototype.M=function(b,a){if(!b)return document.createDocumentFragment();
H&&(b=b.replace(wa,function(b,a,c){return-1===b.indexOf("type=")?a+" type=import-disable "+c:b}));var c=document.createElement("template");c.innerHTML=b;if(c.content)b=c.content;else for(b=document.createDocumentFragment();c.firstChild;)b.appendChild(c.firstChild);if(c=b.querySelector("base"))a=r.j(c.getAttribute("href"),a),c.removeAttribute("href");var e=0;h(b.querySelectorAll('link[rel=import], link[rel=stylesheet][href][type=import-disable],\n style:not([type]), link[rel=stylesheet][href]:not([type]),\n script:not([type]), script[type="application/javascript"],\n script[type="text/javascript"]'),
function(b){k(b);r.J(b,a);b.setAttribute("import-dependency","");"script"===b.localName&&!b.src&&b.textContent&&(b.setAttribute("src","data:text/javascript;charset=utf-8,"+encodeURIComponent(b.textContent+("\n//# sourceURL="+a+(e?"-"+e:"")+".js\n"))),b.textContent="",e++)});return b};g.prototype.C=function(){var b=this;if(!this.b){this.g.disconnect();this.flatten(document);var a=!1,c=!1,e=function(){c&&a&&(b.c(document),b.b||(b.g.observe(document.head,{childList:!0,subtree:!0}),b.K()))};this.P(function(){c=
!0;e()});this.N(function(){a=!0;e()})}};g.prototype.flatten=function(b){var a=this;h(b.querySelectorAll("link[rel=import]"),function(b){var c=a.a[b.href];(b.import=c)&&c.nodeType===Node.DOCUMENT_FRAGMENT_NODE&&(a.a[b.href]=b,b.readyState="loading",b.import=b,a.flatten(c),b.appendChild(c))})};g.prototype.N=function(b){function a(d){if(d<e){var f=c[d],g=document.createElement("script");f.removeAttribute("import-dependency");h(f.attributes,function(b){return g.setAttribute(b.name,b.value)});I=g;f.parentNode.replaceChild(g,
f);k(g,function(){I=null;a(d+1)})}else b()}var c=document.querySelectorAll("script[import-dependency]"),e=c.length;a(0)};g.prototype.P=function(b){var a=document.querySelectorAll("style[import-dependency],\n link[rel=stylesheet][import-dependency]"),e=a.length;if(e){var d=H&&!!document.querySelector("link[rel=stylesheet][href][type=import-disable]");h(a,function(a){k(a,function(){a.removeAttribute("import-dependency");0===--e&&b()});if(d&&a.parentNode!==document.head){var f=document.createElement(a.localName);
f.__appliedElement=a;f.setAttribute("type","import-placeholder");a.parentNode.insertBefore(f,a.nextSibling);for(f=c(a);f&&c(f);)f=c(f);f.parentNode!==document.head&&(f=null);document.head.insertBefore(a,f);a.removeAttribute("type")}})}else b()};g.prototype.K=function(){var b=this;h(document.querySelectorAll("link[rel=import]"),function(a){return b.A(a)},!0)};g.prototype.A=function(b){b.__loaded||(b.__loaded=!0,b.import&&(b.import.readyState="complete"),b.dispatchEvent(a(b.import?"load":"error",{bubbles:!1,
cancelable:!1,detail:void 0})))};g.prototype.L=function(b){var a=this;h(b,function(b){return h(b.addedNodes,function(b){b&&b.nodeType===Node.ELEMENT_NODE&&(l(b)?a.B(b):a.c(b))})})};if(n){h(document.querySelectorAll("link[rel=import]"),function(b){b.import&&"loading"===b.import.readyState||(b.__loaded=!0)});var V=function(b){b=b.target;l(b)&&(b.__loaded=!0)};document.addEventListener("load",V,!0);document.addEventListener("error",V,!0)}else{var z=Object.getOwnPropertyDescriptor(Node.prototype,"baseURI");
Object.defineProperty((!z||z.configurable?Node:Element).prototype,"baseURI",{get:function(){var b=l(this)?this:c(this);return b?b.href:z&&z.get?z.get.call(this):(document.querySelector("base")||window.location).href},configurable:!0,enumerable:!0});e(function(){return new g})}f(function(){return document.dispatchEvent(a("HTMLImportsLoaded",{cancelable:!0,bubbles:!0,detail:void 0}))});b.useNative=n;b.whenReady=f;b.importForElement=c})(window.HTMLImports=window.HTMLImports||{});var aa=new Set("annotation-xml color-profile font-face font-face-src font-face-uri font-face-format font-face-name missing-glyph".split(" "));function m(b){var a=aa.has(b);b=/^[a-z][.0-9_a-z]*-[\-.0-9_a-z]*$/.test(b);return!a&&b}function p(b){var a=b.isConnected;if(void 0!==a)return a;for(;b&&!(b.__CE_isImportDocument||b instanceof Document);)b=b.parentNode||(window.ShadowRoot&&b instanceof ShadowRoot?b.host:void 0);return!(!b||!(b.__CE_isImportDocument||b instanceof Document))}
function q(b,a){for(;a&&a!==b&&!a.nextSibling;)a=a.parentNode;return a&&a!==b?a.nextSibling:null}
function t(b,a,c){c=void 0===c?new Set:c;for(var d=b;d;){if(d.nodeType===Node.ELEMENT_NODE){var e=d;a(e);var f=e.localName;if("link"===f&&"import"===e.getAttribute("rel")){d=e.import;if(d instanceof Node&&!c.has(d))for(c.add(d),d=d.firstChild;d;d=d.nextSibling)t(d,a,c);d=q(b,e);continue}else if("template"===f){d=q(b,e);continue}if(e=e.__CE_shadowRoot)for(e=e.firstChild;e;e=e.nextSibling)t(e,a,c)}d=d.firstChild?d.firstChild:q(b,d)}}function u(b,a,c){b[a]=c};function v(){this.a=new Map;this.g=new Map;this.c=[];this.b=!1}function ba(b,a,c){b.a.set(a,c);b.g.set(c.constructor,c)}function w(b,a){b.b=!0;b.c.push(a)}function x(b,a){b.b&&t(a,function(a){return y(b,a)})}function y(b,a){if(b.b&&!a.__CE_patched){a.__CE_patched=!0;for(var c=0;c<b.c.length;c++)b.c[c](a)}}function A(b,a){var c=[];t(a,function(b){return c.push(b)});for(a=0;a<c.length;a++){var d=c[a];1===d.__CE_state?b.connectedCallback(d):B(b,d)}}
function C(b,a){var c=[];t(a,function(b){return c.push(b)});for(a=0;a<c.length;a++){var d=c[a];1===d.__CE_state&&b.disconnectedCallback(d)}}
function D(b,a,c){c=void 0===c?{}:c;var d=c.R||new Set,e=c.F||function(a){return B(b,a)},f=[];t(a,function(a){if("link"===a.localName&&"import"===a.getAttribute("rel")){var c=a.import;c instanceof Node&&"complete"===c.readyState?(c.__CE_isImportDocument=!0,c.__CE_hasRegistry=!0):a.addEventListener("load",function(){var c=a.import;if(!c.__CE_documentLoadHandled){c.__CE_documentLoadHandled=!0;c.__CE_isImportDocument=!0;c.__CE_hasRegistry=!0;var f=new Set(d);f.delete(c);D(b,c,{R:f,F:e})}})}else f.push(a)},
d);if(b.b)for(a=0;a<f.length;a++)y(b,f[a]);for(a=0;a<f.length;a++)e(f[a])}
function B(b,a){if(void 0===a.__CE_state){var c=b.a.get(a.localName);if(c){c.constructionStack.push(a);var d=c.constructor;try{try{if(new d!==a)throw Error("The custom element constructor did not produce the element being upgraded.");}finally{c.constructionStack.pop()}}catch(k){throw a.__CE_state=2,k;}a.__CE_state=1;a.__CE_definition=c;if(c.attributeChangedCallback)for(c=c.observedAttributes,d=0;d<c.length;d++){var e=c[d],f=a.getAttribute(e);null!==f&&b.attributeChangedCallback(a,e,null,f,null)}p(a)&&
b.connectedCallback(a)}}}v.prototype.connectedCallback=function(b){var a=b.__CE_definition;a.connectedCallback&&a.connectedCallback.call(b)};v.prototype.disconnectedCallback=function(b){var a=b.__CE_definition;a.disconnectedCallback&&a.disconnectedCallback.call(b)};v.prototype.attributeChangedCallback=function(b,a,c,d,e){var f=b.__CE_definition;f.attributeChangedCallback&&-1<f.observedAttributes.indexOf(a)&&f.attributeChangedCallback.call(b,a,c,d,e)};function E(b,a){this.f=b;this.a=a;this.b=void 0;D(this.f,this.a);"loading"===this.a.readyState&&(this.b=new MutationObserver(this.c.bind(this)),this.b.observe(this.a,{childList:!0,subtree:!0}))}function F(b){b.b&&b.b.disconnect()}E.prototype.c=function(b){var a=this.a.readyState;"interactive"!==a&&"complete"!==a||F(this);for(a=0;a<b.length;a++)for(var c=b[a].addedNodes,d=0;d<c.length;d++)D(this.f,c[d])};function ca(){var b=this;this.b=this.a=void 0;this.c=new Promise(function(a){b.b=a;b.a&&a(b.a)})}function da(b){if(b.a)throw Error("Already resolved.");b.a=void 0;b.b&&b.b(void 0)};function G(b){this.m=!1;this.f=b;this.u=new Map;this.o=function(b){return b()};this.h=!1;this.s=[];this.H=new E(b,document)}
G.prototype.define=function(b,a){var c=this;if(!(a instanceof Function))throw new TypeError("Custom element constructors must be functions.");if(!m(b))throw new SyntaxError("The element name '"+b+"' is not valid.");if(this.f.a.get(b))throw Error("A custom element with name '"+b+"' has already been defined.");if(this.m)throw Error("A custom element is already being defined.");this.m=!0;try{var d=function(b){var a=e[b];if(void 0!==a&&!(a instanceof Function))throw Error("The '"+b+"' callback must be a function.");
return a},e=a.prototype;if(!(e instanceof Object))throw new TypeError("The custom element constructor's prototype is not an object.");var f=d("connectedCallback");var k=d("disconnectedCallback");var l=d("adoptedCallback");var g=d("attributeChangedCallback");var h=a.observedAttributes||[]}catch(n){return}finally{this.m=!1}a={localName:b,constructor:a,connectedCallback:f,disconnectedCallback:k,adoptedCallback:l,attributeChangedCallback:g,observedAttributes:h,constructionStack:[]};ba(this.f,b,a);this.s.push(a);
this.h||(this.h=!0,this.o(function(){return ea(c)}))};function ea(b){if(!1!==b.h){b.h=!1;for(var a=b.s,c=[],d=new Map,e=0;e<a.length;e++)d.set(a[e].localName,[]);D(b.f,document,{F:function(a){if(void 0===a.__CE_state){var e=a.localName,f=d.get(e);f?f.push(a):b.f.a.get(e)&&c.push(a)}}});for(e=0;e<c.length;e++)B(b.f,c[e]);for(;0<a.length;){var f=a.shift();e=f.localName;f=d.get(f.localName);for(var k=0;k<f.length;k++)B(b.f,f[k]);(e=b.u.get(e))&&da(e)}}}G.prototype.get=function(b){if(b=this.f.a.get(b))return b.constructor};
G.prototype.whenDefined=function(b){if(!m(b))return Promise.reject(new SyntaxError("'"+b+"' is not a valid custom element name."));var a=this.u.get(b);if(a)return a.c;a=new ca;this.u.set(b,a);this.f.a.get(b)&&!this.s.some(function(a){return a.localName===b})&&da(a);return a.c};G.prototype.O=function(b){F(this.H);var a=this.o;this.o=function(c){return b(function(){return a(c)})}};window.CustomElementRegistry=G;G.prototype.define=G.prototype.define;G.prototype.get=G.prototype.get;
'use strict';(function(a){function b(a,b){if("function"===typeof window.CustomEvent)return new CustomEvent(a,b);var d=document.createEvent("CustomEvent");d.initCustomEvent(a,!!b.bubbles,!!b.cancelable,b.detail);return d}function c(a){if(n)return a.ownerDocument!==document?a.ownerDocument:null;var b=a.__importDoc;if(!b&&a.parentNode){b=a.parentNode;if("function"===typeof b.closest)b=b.closest("link[rel=import]");else for(;!k(b)&&(b=b.parentNode););a.__importDoc=b}return b}function d(a){var b=document.querySelectorAll("link[rel=import]:not([import-dependency])"),
d=b.length;d?h(b,function(b){return l(b,function(){0===--d&&a()})}):a()}function e(a){function b(){"loading"!==document.readyState&&document.body&&(document.removeEventListener("readystatechange",b),a())}document.addEventListener("readystatechange",b);b()}function f(a){e(function(){return d(function(){return a&&a()})})}function l(a,b){if(a.__loaded)b&&b();else if("script"===a.localName&&!a.src||"style"===a.localName&&!a.firstChild)a.__loaded=!0,b&&b();else{var d=function(c){a.removeEventListener(c.type,
d);a.__loaded=!0;b&&b()};a.addEventListener("load",d);H&&"style"===a.localName||a.addEventListener("error",d)}}function k(a){return a.nodeType===Node.ELEMENT_NODE&&"link"===a.localName&&"import"===a.rel}function g(){var a=this;this.a={};this.b=0;this.g=new MutationObserver(function(b){return a.L(b)});this.g.observe(document.head,{childList:!0,subtree:!0});this.c(document)}function h(a,b,d){var c=a?a.length:0,e=d?-1:1;for(d=d?c-1:0;d<c&&0<=d;d+=e)b(a[d],d)}var n="import"in document.createElement("link"),
I=null;!1==="currentScript"in document&&Object.defineProperty(document,"currentScript",{get:function(){return I||("complete"!==document.readyState?document.scripts[document.scripts.length-1]:null)},configurable:!0});var ua=/(url\()([^)]*)(\))/g,va=/(@import[\s]+(?!url\())([^;]*)(;)/g,wa=/(<link[^>]*)(rel=['|"]?stylesheet['|"]?[^>]*>)/g,r={J:function(a,b){a.href&&a.setAttribute("href",r.j(a.getAttribute("href"),b));a.src&&a.setAttribute("src",r.j(a.getAttribute("src"),b));if("style"===a.localName){var d=
r.D(a.textContent,b,ua);a.textContent=r.D(d,b,va)}},D:function(a,b,d){return a.replace(d,function(a,d,c,e){a=c.replace(/["']/g,"");b&&(a=r.j(a,b));return d+"'"+a+"'"+e})},j:function(a,b){if(void 0===r.l){r.l=!1;try{var d=new URL("b","http://a");d.pathname="c%20d";r.l="http://a/c%20d"===d.href}catch(Qa){}}if(r.l)return(new URL(a,b)).href;d=r.G;d||(d=document.implementation.createHTMLDocument("temp"),r.G=d,d.w=d.createElement("base"),d.head.appendChild(d.w),d.v=d.createElement("a"));d.w.href=b;d.v.href=
a;return d.v.href||a}},U={async:!0,load:function(a,b,d){if(a)if(a.match(/^data:/)){a=a.split(",");var c=a[1];c=-1<a[0].indexOf(";base64")?atob(c):decodeURIComponent(c);b(c)}else{var e=new XMLHttpRequest;e.open("GET",a,U.async);e.onload=function(){var a=e.responseURL||e.getResponseHeader("Location");a&&0===a.indexOf("/")&&(a=(location.origin||location.protocol+"//"+location.host)+a);var c=e.response||e.responseText;304===e.status||0===e.status||200<=e.status&&300>e.status?b(c,a):d(c)};e.send()}else d("error: href must be specified")}},
H=/Trident/.test(navigator.userAgent)||/Edge\/\d./i.test(navigator.userAgent);g.prototype.c=function(a){var b=this;h(a.querySelectorAll("link[rel=import]"),function(a){return b.B(a)})};g.prototype.B=function(a){var b=this,d=a.href;if(void 0!==this.a[d]){var c=this.a[d];c&&c.__loaded&&(a.import=c,this.A(a))}else this.b++,this.a[d]="pending",U.load(d,function(a,c){a=b.M(a,c||d);b.a[d]=a;b.b--;b.c(a);b.C()},function(){b.a[d]=null;b.b--;b.C()})};g.prototype.M=function(a,b){if(!a)return document.createDocumentFragment();
H&&(a=a.replace(wa,function(a,b,d){return-1===a.indexOf("type=")?b+" type=import-disable "+d:a}));var d=document.createElement("template");d.innerHTML=a;if(d.content)a=d.content;else for(a=document.createDocumentFragment();d.firstChild;)a.appendChild(d.firstChild);if(d=a.querySelector("base"))b=r.j(d.getAttribute("href"),b),d.removeAttribute("href");var c=0;h(a.querySelectorAll('link[rel=import], link[rel=stylesheet][href][type=import-disable],\n style:not([type]), link[rel=stylesheet][href]:not([type]),\n script:not([type]), script[type="application/javascript"],\n script[type="text/javascript"]'),
function(a){l(a);r.J(a,b);a.setAttribute("import-dependency","");"script"===a.localName&&!a.src&&a.textContent&&(a.setAttribute("src","data:text/javascript;charset=utf-8,"+encodeURIComponent(a.textContent+("\n//# sourceURL="+b+(c?"-"+c:"")+".js\n"))),a.textContent="",c++)});return a};g.prototype.C=function(){var a=this;if(!this.b){this.g.disconnect();this.flatten(document);var b=!1,d=!1,c=function(){d&&b&&(a.c(document),a.b||(a.g.observe(document.head,{childList:!0,subtree:!0}),a.K()))};this.P(function(){d=
!0;c()});this.N(function(){b=!0;c()})}};g.prototype.flatten=function(a){var b=this;h(a.querySelectorAll("link[rel=import]"),function(a){var d=b.a[a.href];(a.import=d)&&d.nodeType===Node.DOCUMENT_FRAGMENT_NODE&&(b.a[a.href]=a,a.readyState="loading",a.import=a,b.flatten(d),a.appendChild(d))})};g.prototype.N=function(a){function b(e){if(e<c){var f=d[e],k=document.createElement("script");f.removeAttribute("import-dependency");h(f.attributes,function(a){return k.setAttribute(a.name,a.value)});I=k;f.parentNode.replaceChild(k,
f);l(k,function(){I=null;b(e+1)})}else a()}var d=document.querySelectorAll("script[import-dependency]"),c=d.length;b(0)};g.prototype.P=function(a){var b=document.querySelectorAll("style[import-dependency],\n link[rel=stylesheet][import-dependency]"),d=b.length;if(d){var e=H&&!!document.querySelector("link[rel=stylesheet][href][type=import-disable]");h(b,function(b){l(b,function(){b.removeAttribute("import-dependency");0===--d&&a()});if(e&&b.parentNode!==document.head){var f=document.createElement(b.localName);
f.__appliedElement=b;f.setAttribute("type","import-placeholder");b.parentNode.insertBefore(f,b.nextSibling);for(f=c(b);f&&c(f);)f=c(f);f.parentNode!==document.head&&(f=null);document.head.insertBefore(b,f);b.removeAttribute("type")}})}else a()};g.prototype.K=function(){var a=this;h(document.querySelectorAll("link[rel=import]"),function(b){return a.A(b)},!0)};g.prototype.A=function(a){a.__loaded||(a.__loaded=!0,a.import&&(a.import.readyState="complete"),a.dispatchEvent(b(a.import?"load":"error",{bubbles:!1,
cancelable:!1,detail:void 0})))};g.prototype.L=function(a){var b=this;h(a,function(a){return h(a.addedNodes,function(a){a&&a.nodeType===Node.ELEMENT_NODE&&(k(a)?b.B(a):b.c(a))})})};if(n){h(document.querySelectorAll("link[rel=import]"),function(a){a.import&&"loading"===a.import.readyState||(a.__loaded=!0)});var V=function(a){a=a.target;k(a)&&(a.__loaded=!0)};document.addEventListener("load",V,!0);document.addEventListener("error",V,!0)}else{var z=Object.getOwnPropertyDescriptor(Node.prototype,"baseURI");
Object.defineProperty((!z||z.configurable?Node:Element).prototype,"baseURI",{get:function(){var a=k(this)?this:c(this);return a?a.href:z&&z.get?z.get.call(this):(document.querySelector("base")||window.location).href},configurable:!0,enumerable:!0});e(function(){return new g})}f(function(){return document.dispatchEvent(b("HTMLImportsLoaded",{cancelable:!0,bubbles:!0,detail:void 0}))});a.useNative=n;a.whenReady=f;a.importForElement=c})(window.HTMLImports=window.HTMLImports||{});var aa=new Set("annotation-xml color-profile font-face font-face-src font-face-uri font-face-format font-face-name missing-glyph".split(" "));function m(a){var b=aa.has(a);a=/^[a-z][.0-9_a-z]*-[\-.0-9_a-z]*$/.test(a);return!b&&a}function p(a){var b=a.isConnected;if(void 0!==b)return b;for(;a&&!(a.__CE_isImportDocument||a instanceof Document);)a=a.parentNode||(window.ShadowRoot&&a instanceof ShadowRoot?a.host:void 0);return!(!a||!(a.__CE_isImportDocument||a instanceof Document))}
function q(a,b){for(;b&&b!==a&&!b.nextSibling;)b=b.parentNode;return b&&b!==a?b.nextSibling:null}
function t(a,b,c){c=void 0===c?new Set:c;for(var d=a;d;){if(d.nodeType===Node.ELEMENT_NODE){var e=d;b(e);var f=e.localName;if("link"===f&&"import"===e.getAttribute("rel")){d=e.import;if(d instanceof Node&&!c.has(d))for(c.add(d),d=d.firstChild;d;d=d.nextSibling)t(d,b,c);d=q(a,e);continue}else if("template"===f){d=q(a,e);continue}if(e=e.__CE_shadowRoot)for(e=e.firstChild;e;e=e.nextSibling)t(e,b,c)}d=d.firstChild?d.firstChild:q(a,d)}}function u(a,b,c){a[b]=c};function v(){this.a=new Map;this.g=new Map;this.c=[];this.b=!1}function ba(a,b,c){a.a.set(b,c);a.g.set(c.constructor,c)}function w(a,b){a.b=!0;a.c.push(b)}function x(a,b){a.b&&t(b,function(b){return y(a,b)})}function y(a,b){if(a.b&&!b.__CE_patched){b.__CE_patched=!0;for(var c=0;c<a.c.length;c++)a.c[c](b)}}function A(a,b){var c=[];t(b,function(a){return c.push(a)});for(b=0;b<c.length;b++){var d=c[b];1===d.__CE_state?a.connectedCallback(d):B(a,d)}}
function C(a,b){var c=[];t(b,function(a){return c.push(a)});for(b=0;b<c.length;b++){var d=c[b];1===d.__CE_state&&a.disconnectedCallback(d)}}
function D(a,b,c){c=void 0===c?{}:c;var d=c.R||new Set,e=c.F||function(b){return B(a,b)},f=[];t(b,function(b){if("link"===b.localName&&"import"===b.getAttribute("rel")){var c=b.import;c instanceof Node&&(c.__CE_isImportDocument=!0,c.__CE_hasRegistry=!0);c&&"complete"===c.readyState?c.__CE_documentLoadHandled=!0:b.addEventListener("load",function(){var c=b.import;if(!c.__CE_documentLoadHandled){c.__CE_documentLoadHandled=!0;var f=new Set(d);f.delete(c);D(a,c,{R:f,F:e})}})}else f.push(b)},d);if(a.b)for(b=
0;b<f.length;b++)y(a,f[b]);for(b=0;b<f.length;b++)e(f[b])}
function B(a,b){if(void 0===b.__CE_state){var c=b.ownerDocument;if(c.defaultView||c.__CE_isImportDocument&&c.__CE_hasRegistry)if(c=a.a.get(b.localName)){c.constructionStack.push(b);var d=c.constructor;try{try{if(new d!==b)throw Error("The custom element constructor did not produce the element being upgraded.");}finally{c.constructionStack.pop()}}catch(l){throw b.__CE_state=2,l;}b.__CE_state=1;b.__CE_definition=c;if(c.attributeChangedCallback)for(c=c.observedAttributes,d=0;d<c.length;d++){var e=c[d],
f=b.getAttribute(e);null!==f&&a.attributeChangedCallback(b,e,null,f,null)}p(b)&&a.connectedCallback(b)}}}v.prototype.connectedCallback=function(a){var b=a.__CE_definition;b.connectedCallback&&b.connectedCallback.call(a)};v.prototype.disconnectedCallback=function(a){var b=a.__CE_definition;b.disconnectedCallback&&b.disconnectedCallback.call(a)};
v.prototype.attributeChangedCallback=function(a,b,c,d,e){var f=a.__CE_definition;f.attributeChangedCallback&&-1<f.observedAttributes.indexOf(b)&&f.attributeChangedCallback.call(a,b,c,d,e)};function E(a){var b=document;this.f=a;this.a=b;this.b=void 0;D(this.f,this.a);"loading"===this.a.readyState&&(this.b=new MutationObserver(this.c.bind(this)),this.b.observe(this.a,{childList:!0,subtree:!0}))}function F(a){a.b&&a.b.disconnect()}E.prototype.c=function(a){var b=this.a.readyState;"interactive"!==b&&"complete"!==b||F(this);for(b=0;b<a.length;b++)for(var c=a[b].addedNodes,d=0;d<c.length;d++)D(this.f,c[d])};function ca(){var a=this;this.b=this.a=void 0;this.c=new Promise(function(b){a.b=b;a.a&&b(a.a)})}function da(a){if(a.a)throw Error("Already resolved.");a.a=void 0;a.b&&a.b(void 0)};function G(a){this.m=!1;this.f=a;this.u=new Map;this.o=function(a){return a()};this.h=!1;this.s=[];this.H=new E(a)}
G.prototype.define=function(a,b){var c=this;if(!(b instanceof Function))throw new TypeError("Custom element constructors must be functions.");if(!m(a))throw new SyntaxError("The element name '"+a+"' is not valid.");if(this.f.a.get(a))throw Error("A custom element with name '"+a+"' has already been defined.");if(this.m)throw Error("A custom element is already being defined.");this.m=!0;try{var d=function(a){var b=e[a];if(void 0!==b&&!(b instanceof Function))throw Error("The '"+a+"' callback must be a function.");
return b},e=b.prototype;if(!(e instanceof Object))throw new TypeError("The custom element constructor's prototype is not an object.");var f=d("connectedCallback");var l=d("disconnectedCallback");var k=d("adoptedCallback");var g=d("attributeChangedCallback");var h=b.observedAttributes||[]}catch(n){return}finally{this.m=!1}b={localName:a,constructor:b,connectedCallback:f,disconnectedCallback:l,adoptedCallback:k,attributeChangedCallback:g,observedAttributes:h,constructionStack:[]};ba(this.f,a,b);this.s.push(b);
this.h||(this.h=!0,this.o(function(){return ea(c)}))};function ea(a){if(!1!==a.h){a.h=!1;for(var b=a.s,c=[],d=new Map,e=0;e<b.length;e++)d.set(b[e].localName,[]);D(a.f,document,{F:function(b){if(void 0===b.__CE_state){var e=b.localName,f=d.get(e);f?f.push(b):a.f.a.get(e)&&c.push(b)}}});for(e=0;e<c.length;e++)B(a.f,c[e]);for(;0<b.length;){var f=b.shift();e=f.localName;f=d.get(f.localName);for(var l=0;l<f.length;l++)B(a.f,f[l]);(e=a.u.get(e))&&da(e)}}}G.prototype.get=function(a){if(a=this.f.a.get(a))return a.constructor};
G.prototype.whenDefined=function(a){if(!m(a))return Promise.reject(new SyntaxError("'"+a+"' is not a valid custom element name."));var b=this.u.get(a);if(b)return b.c;b=new ca;this.u.set(a,b);this.f.a.get(a)&&!this.s.some(function(b){return b.localName===a})&&da(b);return b.c};G.prototype.O=function(a){F(this.H);var b=this.o;this.o=function(c){return a(function(){return b(c)})}};window.CustomElementRegistry=G;G.prototype.define=G.prototype.define;G.prototype.get=G.prototype.get;
G.prototype.whenDefined=G.prototype.whenDefined;G.prototype.polyfillWrapFlushCallback=G.prototype.O;var J=window.Document.prototype.createElement,fa=window.Document.prototype.createElementNS,ha=window.Document.prototype.importNode,ia=window.Document.prototype.prepend,ja=window.Document.prototype.append,ka=window.DocumentFragment.prototype.prepend,la=window.DocumentFragment.prototype.append,ma=window.Node.prototype.cloneNode,K=window.Node.prototype.appendChild,na=window.Node.prototype.insertBefore,L=window.Node.prototype.removeChild,oa=window.Node.prototype.replaceChild,M=Object.getOwnPropertyDescriptor(window.Node.prototype,
"textContent"),pa=window.Element.prototype.attachShadow,N=Object.getOwnPropertyDescriptor(window.Element.prototype,"innerHTML"),O=window.Element.prototype.getAttribute,qa=window.Element.prototype.setAttribute,ra=window.Element.prototype.removeAttribute,P=window.Element.prototype.getAttributeNS,sa=window.Element.prototype.setAttributeNS,ta=window.Element.prototype.removeAttributeNS,xa=window.Element.prototype.insertAdjacentElement,ya=window.Element.prototype.prepend,za=window.Element.prototype.append,
Q=window.Element.prototype.before,Aa=window.Element.prototype.after,Ba=window.Element.prototype.replaceWith,Ca=window.Element.prototype.remove,Da=window.HTMLElement,R=Object.getOwnPropertyDescriptor(window.HTMLElement.prototype,"innerHTML"),Ea=window.HTMLElement.prototype.insertAdjacentElement;var Fa=new function(){};function Ga(){var b=S;window.HTMLElement=function(){function a(){var a=this.constructor,d=b.g.get(a);if(!d)throw Error("The custom element being constructed was not registered with `customElements`.");var e=d.constructionStack;if(0===e.length)return e=J.call(document,d.localName),Object.setPrototypeOf(e,a.prototype),e.__CE_state=1,e.__CE_definition=d,y(b,e),e;d=e.length-1;var f=e[d];if(f===Fa)throw Error("The HTMLElement constructor was either called reentrantly for this constructor or called multiple times.");
e[d]=Fa;Object.setPrototypeOf(f,a.prototype);y(b,f);return f}a.prototype=Da.prototype;return a}()};function T(b,a,c){function d(a){return function(c){for(var e=[],d=0;d<arguments.length;++d)e[d-0]=arguments[d];d=[];for(var f=[],h=0;h<e.length;h++){var n=e[h];n instanceof Element&&p(n)&&f.push(n);if(n instanceof DocumentFragment)for(n=n.firstChild;n;n=n.nextSibling)d.push(n);else d.push(n)}a.apply(this,e);for(e=0;e<f.length;e++)C(b,f[e]);if(p(this))for(e=0;e<d.length;e++)f=d[e],f instanceof Element&&A(b,f)}}void 0!==c.i&&(a.prepend=d(c.i));void 0!==c.append&&(a.append=d(c.append))};function Ha(){var b=S;u(Document.prototype,"createElement",function(a){if(this.__CE_hasRegistry){var c=b.a.get(a);if(c)return new c.constructor}a=J.call(this,a);y(b,a);return a});u(Document.prototype,"importNode",function(a,c){a=ha.call(this,a,c);this.__CE_hasRegistry?D(b,a):x(b,a);return a});u(Document.prototype,"createElementNS",function(a,c){if(this.__CE_hasRegistry&&(null===a||"http://www.w3.org/1999/xhtml"===a)){var d=b.a.get(c);if(d)return new d.constructor}a=fa.call(this,a,c);y(b,a);return a});
T(b,Document.prototype,{i:ia,append:ja})};function Ia(){var b=S;function a(a,d){Object.defineProperty(a,"textContent",{enumerable:d.enumerable,configurable:!0,get:d.get,set:function(a){if(this.nodeType===Node.TEXT_NODE)d.set.call(this,a);else{var c=void 0;if(this.firstChild){var e=this.childNodes,l=e.length;if(0<l&&p(this)){c=Array(l);for(var g=0;g<l;g++)c[g]=e[g]}}d.set.call(this,a);if(c)for(a=0;a<c.length;a++)C(b,c[a])}}})}u(Node.prototype,"insertBefore",function(a,d){if(a instanceof DocumentFragment){var c=Array.prototype.slice.apply(a.childNodes);
a=na.call(this,a,d);if(p(this))for(d=0;d<c.length;d++)A(b,c[d]);return a}c=p(a);d=na.call(this,a,d);c&&C(b,a);p(this)&&A(b,a);return d});u(Node.prototype,"appendChild",function(a){if(a instanceof DocumentFragment){var c=Array.prototype.slice.apply(a.childNodes);a=K.call(this,a);if(p(this))for(var e=0;e<c.length;e++)A(b,c[e]);return a}c=p(a);e=K.call(this,a);c&&C(b,a);p(this)&&A(b,a);return e});u(Node.prototype,"cloneNode",function(a){a=ma.call(this,a);this.ownerDocument.__CE_hasRegistry?D(b,a):x(b,
a);return a});u(Node.prototype,"removeChild",function(a){var c=p(a),e=L.call(this,a);c&&C(b,a);return e});u(Node.prototype,"replaceChild",function(a,d){if(a instanceof DocumentFragment){var c=Array.prototype.slice.apply(a.childNodes);a=oa.call(this,a,d);if(p(this))for(C(b,d),d=0;d<c.length;d++)A(b,c[d]);return a}c=p(a);var f=oa.call(this,a,d),k=p(this);k&&C(b,d);c&&C(b,a);k&&A(b,a);return f});M&&M.get?a(Node.prototype,M):w(b,function(b){a(b,{enumerable:!0,configurable:!0,get:function(){for(var b=
[],a=0;a<this.childNodes.length;a++)b.push(this.childNodes[a].textContent);return b.join("")},set:function(b){for(;this.firstChild;)L.call(this,this.firstChild);K.call(this,document.createTextNode(b))}})})};function Ja(b){var a=Element.prototype;function c(a){return function(c){for(var e=[],d=0;d<arguments.length;++d)e[d-0]=arguments[d];d=[];for(var l=[],g=0;g<e.length;g++){var h=e[g];h instanceof Element&&p(h)&&l.push(h);if(h instanceof DocumentFragment)for(h=h.firstChild;h;h=h.nextSibling)d.push(h);else d.push(h)}a.apply(this,e);for(e=0;e<l.length;e++)C(b,l[e]);if(p(this))for(e=0;e<d.length;e++)l=d[e],l instanceof Element&&A(b,l)}}void 0!==Q&&(a.before=c(Q));void 0!==Q&&(a.after=c(Aa));void 0!==Ba&&
u(a,"replaceWith",function(a){for(var c=[],d=0;d<arguments.length;++d)c[d-0]=arguments[d];d=[];for(var k=[],l=0;l<c.length;l++){var g=c[l];g instanceof Element&&p(g)&&k.push(g);if(g instanceof DocumentFragment)for(g=g.firstChild;g;g=g.nextSibling)d.push(g);else d.push(g)}l=p(this);Ba.apply(this,c);for(c=0;c<k.length;c++)C(b,k[c]);if(l)for(C(b,this),c=0;c<d.length;c++)k=d[c],k instanceof Element&&A(b,k)});void 0!==Ca&&u(a,"remove",function(){var a=p(this);Ca.call(this);a&&C(b,this)})};function Ka(){var b=S;function a(a,c){Object.defineProperty(a,"innerHTML",{enumerable:c.enumerable,configurable:!0,get:c.get,set:function(a){var e=this,d=void 0;p(this)&&(d=[],t(this,function(b){b!==e&&d.push(b)}));c.set.call(this,a);if(d)for(var f=0;f<d.length;f++){var k=d[f];1===k.__CE_state&&b.disconnectedCallback(k)}this.ownerDocument.__CE_hasRegistry?D(b,this):x(b,this);return a}})}function c(a,c){u(a,"insertAdjacentElement",function(a,e){var d=p(e);a=c.call(this,a,e);d&&C(b,e);p(a)&&A(b,e);
return a})}pa&&u(Element.prototype,"attachShadow",function(b){return this.__CE_shadowRoot=b=pa.call(this,b)});if(N&&N.get)a(Element.prototype,N);else if(R&&R.get)a(HTMLElement.prototype,R);else{var d=J.call(document,"div");w(b,function(b){a(b,{enumerable:!0,configurable:!0,get:function(){return ma.call(this,!0).innerHTML},set:function(b){var a="template"===this.localName?this.content:this;for(d.innerHTML=b;0<a.childNodes.length;)L.call(a,a.childNodes[0]);for(;0<d.childNodes.length;)K.call(a,d.childNodes[0])}})})}u(Element.prototype,
"setAttribute",function(a,c){if(1!==this.__CE_state)return qa.call(this,a,c);var d=O.call(this,a);qa.call(this,a,c);c=O.call(this,a);b.attributeChangedCallback(this,a,d,c,null)});u(Element.prototype,"setAttributeNS",function(a,c,d){if(1!==this.__CE_state)return sa.call(this,a,c,d);var e=P.call(this,a,c);sa.call(this,a,c,d);d=P.call(this,a,c);b.attributeChangedCallback(this,c,e,d,a)});u(Element.prototype,"removeAttribute",function(a){if(1!==this.__CE_state)return ra.call(this,a);var c=O.call(this,
a);ra.call(this,a);null!==c&&b.attributeChangedCallback(this,a,c,null,null)});u(Element.prototype,"removeAttributeNS",function(a,c){if(1!==this.__CE_state)return ta.call(this,a,c);var d=P.call(this,a,c);ta.call(this,a,c);var e=P.call(this,a,c);d!==e&&b.attributeChangedCallback(this,c,d,e,a)});Ea?c(HTMLElement.prototype,Ea):xa?c(Element.prototype,xa):console.warn("Custom Elements: `Element#insertAdjacentElement` was not patched.");T(b,Element.prototype,{i:ya,append:za});Ja(b)};var W=window.customElements;if(!W||W.forcePolyfill||"function"!=typeof W.define||"function"!=typeof W.get){var S=new v;Ga();Ha();T(S,DocumentFragment.prototype,{i:ka,append:la});Ia();Ka();document.__CE_hasRegistry=!0;var customElements=new G(S);Object.defineProperty(window,"customElements",{configurable:!0,enumerable:!0,value:customElements})};/*
Q=window.Element.prototype.before,Aa=window.Element.prototype.after,Ba=window.Element.prototype.replaceWith,Ca=window.Element.prototype.remove,Da=window.HTMLElement,R=Object.getOwnPropertyDescriptor(window.HTMLElement.prototype,"innerHTML"),Ea=window.HTMLElement.prototype.insertAdjacentElement;var Fa=new function(){};function Ga(){var a=S;window.HTMLElement=function(){function b(){var b=this.constructor,d=a.g.get(b);if(!d)throw Error("The custom element being constructed was not registered with `customElements`.");var e=d.constructionStack;if(0===e.length)return e=J.call(document,d.localName),Object.setPrototypeOf(e,b.prototype),e.__CE_state=1,e.__CE_definition=d,y(a,e),e;d=e.length-1;var f=e[d];if(f===Fa)throw Error("The HTMLElement constructor was either called reentrantly for this constructor or called multiple times.");
e[d]=Fa;Object.setPrototypeOf(f,b.prototype);y(a,f);return f}b.prototype=Da.prototype;return b}()};function T(a,b,c){function d(b){return function(d){for(var c=[],e=0;e<arguments.length;++e)c[e-0]=arguments[e];e=[];for(var f=[],h=0;h<c.length;h++){var n=c[h];n instanceof Element&&p(n)&&f.push(n);if(n instanceof DocumentFragment)for(n=n.firstChild;n;n=n.nextSibling)e.push(n);else e.push(n)}b.apply(this,c);for(c=0;c<f.length;c++)C(a,f[c]);if(p(this))for(c=0;c<e.length;c++)f=e[c],f instanceof Element&&A(a,f)}}void 0!==c.i&&(b.prepend=d(c.i));void 0!==c.append&&(b.append=d(c.append))};function Ha(){var a=S;u(Document.prototype,"createElement",function(b){if(this.__CE_hasRegistry){var c=a.a.get(b);if(c)return new c.constructor}b=J.call(this,b);y(a,b);return b});u(Document.prototype,"importNode",function(b,c){b=ha.call(this,b,c);this.__CE_hasRegistry?D(a,b):x(a,b);return b});u(Document.prototype,"createElementNS",function(b,c){if(this.__CE_hasRegistry&&(null===b||"http://www.w3.org/1999/xhtml"===b)){var d=a.a.get(c);if(d)return new d.constructor}b=fa.call(this,b,c);y(a,b);return b});
T(a,Document.prototype,{i:ia,append:ja})};function Ia(){var a=S;function b(b,d){Object.defineProperty(b,"textContent",{enumerable:d.enumerable,configurable:!0,get:d.get,set:function(b){if(this.nodeType===Node.TEXT_NODE)d.set.call(this,b);else{var c=void 0;if(this.firstChild){var e=this.childNodes,k=e.length;if(0<k&&p(this)){c=Array(k);for(var g=0;g<k;g++)c[g]=e[g]}}d.set.call(this,b);if(c)for(b=0;b<c.length;b++)C(a,c[b])}}})}u(Node.prototype,"insertBefore",function(b,d){if(b instanceof DocumentFragment){var c=Array.prototype.slice.apply(b.childNodes);
b=na.call(this,b,d);if(p(this))for(d=0;d<c.length;d++)A(a,c[d]);return b}c=p(b);d=na.call(this,b,d);c&&C(a,b);p(this)&&A(a,b);return d});u(Node.prototype,"appendChild",function(b){if(b instanceof DocumentFragment){var d=Array.prototype.slice.apply(b.childNodes);b=K.call(this,b);if(p(this))for(var c=0;c<d.length;c++)A(a,d[c]);return b}d=p(b);c=K.call(this,b);d&&C(a,b);p(this)&&A(a,b);return c});u(Node.prototype,"cloneNode",function(b){b=ma.call(this,b);this.ownerDocument.__CE_hasRegistry?D(a,b):x(a,
b);return b});u(Node.prototype,"removeChild",function(b){var d=p(b),c=L.call(this,b);d&&C(a,b);return c});u(Node.prototype,"replaceChild",function(b,d){if(b instanceof DocumentFragment){var c=Array.prototype.slice.apply(b.childNodes);b=oa.call(this,b,d);if(p(this))for(C(a,d),d=0;d<c.length;d++)A(a,c[d]);return b}c=p(b);var f=oa.call(this,b,d),l=p(this);l&&C(a,d);c&&C(a,b);l&&A(a,b);return f});M&&M.get?b(Node.prototype,M):w(a,function(a){b(a,{enumerable:!0,configurable:!0,get:function(){for(var a=
[],b=0;b<this.childNodes.length;b++)a.push(this.childNodes[b].textContent);return a.join("")},set:function(a){for(;this.firstChild;)L.call(this,this.firstChild);K.call(this,document.createTextNode(a))}})})};function Ja(a){var b=Element.prototype;function c(b){return function(d){for(var c=[],e=0;e<arguments.length;++e)c[e-0]=arguments[e];e=[];for(var k=[],g=0;g<c.length;g++){var h=c[g];h instanceof Element&&p(h)&&k.push(h);if(h instanceof DocumentFragment)for(h=h.firstChild;h;h=h.nextSibling)e.push(h);else e.push(h)}b.apply(this,c);for(c=0;c<k.length;c++)C(a,k[c]);if(p(this))for(c=0;c<e.length;c++)k=e[c],k instanceof Element&&A(a,k)}}void 0!==Q&&(b.before=c(Q));void 0!==Q&&(b.after=c(Aa));void 0!==Ba&&
u(b,"replaceWith",function(b){for(var d=[],c=0;c<arguments.length;++c)d[c-0]=arguments[c];c=[];for(var l=[],k=0;k<d.length;k++){var g=d[k];g instanceof Element&&p(g)&&l.push(g);if(g instanceof DocumentFragment)for(g=g.firstChild;g;g=g.nextSibling)c.push(g);else c.push(g)}k=p(this);Ba.apply(this,d);for(d=0;d<l.length;d++)C(a,l[d]);if(k)for(C(a,this),d=0;d<c.length;d++)l=c[d],l instanceof Element&&A(a,l)});void 0!==Ca&&u(b,"remove",function(){var b=p(this);Ca.call(this);b&&C(a,this)})};function Ka(){var a=S;function b(b,c){Object.defineProperty(b,"innerHTML",{enumerable:c.enumerable,configurable:!0,get:c.get,set:function(b){var d=this,e=void 0;p(this)&&(e=[],t(this,function(a){a!==d&&e.push(a)}));c.set.call(this,b);if(e)for(var f=0;f<e.length;f++){var h=e[f];1===h.__CE_state&&a.disconnectedCallback(h)}this.ownerDocument.__CE_hasRegistry?D(a,this):x(a,this);return b}})}function c(b,c){u(b,"insertAdjacentElement",function(b,d){var e=p(d);b=c.call(this,b,d);e&&C(a,d);p(b)&&A(a,d);
return b})}pa&&u(Element.prototype,"attachShadow",function(a){return this.__CE_shadowRoot=a=pa.call(this,a)});N&&N.get?b(Element.prototype,N):R&&R.get?b(HTMLElement.prototype,R):w(a,function(a){b(a,{enumerable:!0,configurable:!0,get:function(){return ma.call(this,!0).innerHTML},set:function(a){var b="template"===this.localName,d=b?this.content:this,c=J.call(document,this.localName);for(c.innerHTML=a;0<d.childNodes.length;)L.call(d,d.childNodes[0]);for(a=b?c.content:c;0<a.childNodes.length;)K.call(d,
a.childNodes[0])}})});u(Element.prototype,"setAttribute",function(b,c){if(1!==this.__CE_state)return qa.call(this,b,c);var d=O.call(this,b);qa.call(this,b,c);c=O.call(this,b);a.attributeChangedCallback(this,b,d,c,null)});u(Element.prototype,"setAttributeNS",function(b,c,f){if(1!==this.__CE_state)return sa.call(this,b,c,f);var d=P.call(this,b,c);sa.call(this,b,c,f);f=P.call(this,b,c);a.attributeChangedCallback(this,c,d,f,b)});u(Element.prototype,"removeAttribute",function(b){if(1!==this.__CE_state)return ra.call(this,
b);var d=O.call(this,b);ra.call(this,b);null!==d&&a.attributeChangedCallback(this,b,d,null,null)});u(Element.prototype,"removeAttributeNS",function(b,c){if(1!==this.__CE_state)return ta.call(this,b,c);var d=P.call(this,b,c);ta.call(this,b,c);var e=P.call(this,b,c);d!==e&&a.attributeChangedCallback(this,c,d,e,b)});Ea?c(HTMLElement.prototype,Ea):xa?c(Element.prototype,xa):console.warn("Custom Elements: `Element#insertAdjacentElement` was not patched.");T(a,Element.prototype,{i:ya,append:za});Ja(a)}
;var W=window.customElements;if(!W||W.forcePolyfill||"function"!=typeof W.define||"function"!=typeof W.get){var S=new v;Ga();Ha();T(S,DocumentFragment.prototype,{i:ka,append:la});Ia();Ka();document.__CE_hasRegistry=!0;var customElements=new G(S);Object.defineProperty(window,"customElements",{configurable:!0,enumerable:!0,value:customElements})};/*

@@ -56,3 +58,3 @@ Copyright (c) 2014 The Polymer Project Authors. All rights reserved.

*/
var X=window.customElements,Y=window.HTMLImports,La=window.HTMLTemplateElement;window.WebComponents=window.WebComponents||{};if(X&&X.polyfillWrapFlushCallback){var Z,Ma=function(){if(Z){La.I&&La.I(window.document);var b=Z;Z=null;b();return!0}},Na=Y.whenReady;X.polyfillWrapFlushCallback(function(b){Z=b;Na(Ma)});Y.whenReady=function(b){Na(function(){Ma()?Y.whenReady(b):b()})}}
var X=window.customElements,Y=window.HTMLImports,La=window.HTMLTemplateElement;window.WebComponents=window.WebComponents||{};if(X&&X.polyfillWrapFlushCallback){var Z,Ma=function(){if(Z){La.I&&La.I(window.document);var a=Z;Z=null;a();return!0}},Na=Y.whenReady;X.polyfillWrapFlushCallback(function(a){Z=a;Na(Ma)});Y.whenReady=function(a){Na(function(){Ma()?Y.whenReady(a):a()})}}
Y.whenReady(function(){requestAnimationFrame(function(){window.WebComponents.ready=!0;document.dispatchEvent(new CustomEvent("WebComponentsReady",{bubbles:!0}))})});var Oa=document.createElement("style");Oa.textContent="body {transition: opacity ease-in 0.2s; } \nbody[unresolved] {opacity: 0; display: block; overflow: hidden; position: relative; } \n";var Pa=document.querySelector("head");Pa.insertBefore(Oa,Pa.firstChild);/*

@@ -59,0 +61,0 @@

@@ -18,4 +18,4 @@ (function(){/*

HTMLElement.prototype.contains;w.appendChild=Element.prototype.appendChild;w.insertBefore=Fa;w.removeChild=Ga;w.setAttribute=Ha;w.removeAttribute=Ia;w.cloneNode=Ja;w.importNode=Ka;w.addEventListener=La;w.removeEventListener=Ma;w.Fa=Na;w.Ga=Oa;w.dispatchEvent=Pa;w.querySelector=Qa;w.querySelectorAll=Ra;w.contains=Sa;var Ta=/[&\u00A0"]/g,Ua=/[&\u00A0<>]/g;function Va(a){switch(a){case "&":return"&amp;";case "<":return"&lt;";case ">":return"&gt;";case '"':return"&quot;";case "\u00a0":return"&nbsp;"}}function Wa(a){for(var b={},c=0;c<a.length;c++)b[a[c]]=!0;return b}var Xa=Wa("area base br col command embed hr img input keygen link meta param source track wbr".split(" ")),Ya=Wa("style script xmp iframe noembed noframes plaintext noscript".split(" "));
function Za(a,b){"template"===a.localName&&(a=a.content);for(var c="",d=b?b(a):a.childNodes,e=0,f=d.length,g;e<f&&(g=d[e]);e++){a:{var h=g;var k=a;var l=b;switch(h.nodeType){case Node.ELEMENT_NODE:for(var m=h.localName,q="<"+m,H=h.attributes,N=0;k=H[N];N++)q+=" "+k.name+'="'+k.value.replace(Ta,Va)+'"';q+=">";h=Xa[m]?q:q+Za(h,l)+"</"+m+">";break a;case Node.TEXT_NODE:h=h.data;h=k&&Ya[k.localName]?h:h.replace(Ua,Va);break a;case Node.COMMENT_NODE:h="\x3c!--"+h.data+"--\x3e";break a;default:throw window.console.error(h),
Error("not implemented");}}c+=h}return c};var x={},y=document.createTreeWalker(document,NodeFilter.SHOW_ALL,null,!1),z=document.createTreeWalker(document,NodeFilter.SHOW_ELEMENT,null,!1);function $a(a){var b=[];y.currentNode=a;for(a=y.firstChild();a;)b.push(a),a=y.nextSibling();return b}x.parentNode=function(a){y.currentNode=a;return y.parentNode()};x.firstChild=function(a){y.currentNode=a;return y.firstChild()};x.lastChild=function(a){y.currentNode=a;return y.lastChild()};x.previousSibling=function(a){y.currentNode=a;return y.previousSibling()};
function Za(a,b){"template"===a.localName&&(a=a.content);for(var c="",d=b?b(a):a.childNodes,e=0,f=d.length,h;e<f&&(h=d[e]);e++){a:{var g=h;var k=a;var l=b;switch(g.nodeType){case Node.ELEMENT_NODE:for(var m=g.localName,q="<"+m,H=g.attributes,N=0;k=H[N];N++)q+=" "+k.name+'="'+k.value.replace(Ta,Va)+'"';q+=">";g=Xa[m]?q:q+Za(g,l)+"</"+m+">";break a;case Node.TEXT_NODE:g=g.data;g=k&&Ya[k.localName]?g:g.replace(Ua,Va);break a;case Node.COMMENT_NODE:g="\x3c!--"+g.data+"--\x3e";break a;default:throw window.console.error(g),
Error("not implemented");}}c+=g}return c};var x={},y=document.createTreeWalker(document,NodeFilter.SHOW_ALL,null,!1),z=document.createTreeWalker(document,NodeFilter.SHOW_ELEMENT,null,!1);function $a(a){var b=[];y.currentNode=a;for(a=y.firstChild();a;)b.push(a),a=y.nextSibling();return b}x.parentNode=function(a){y.currentNode=a;return y.parentNode()};x.firstChild=function(a){y.currentNode=a;return y.firstChild()};x.lastChild=function(a){y.currentNode=a;return y.lastChild()};x.previousSibling=function(a){y.currentNode=a;return y.previousSibling()};
x.nextSibling=function(a){y.currentNode=a;return y.nextSibling()};x.childNodes=$a;x.parentElement=function(a){z.currentNode=a;return z.parentNode()};x.firstElementChild=function(a){z.currentNode=a;return z.firstChild()};x.lastElementChild=function(a){z.currentNode=a;return z.lastChild()};x.previousElementSibling=function(a){z.currentNode=a;return z.previousSibling()};x.nextElementSibling=function(a){z.currentNode=a;return z.nextSibling()};

@@ -33,29 +33,29 @@ x.children=function(a){var b=[];z.currentNode=a;for(a=z.firstChild();a;)b.push(a),a=z.nextSibling();return b};x.innerHTML=function(a){return Za(a,function(a){return $a(a)})};x.textContent=function(a){switch(a.nodeType){case Node.ELEMENT_NODE:case Node.DOCUMENT_FRAGMENT_NODE:a=document.createTreeWalker(a,NodeFilter.SHOW_TEXT,null,!1);for(var b="",c;c=a.nextNode();)b+=c.nodeValue;return b;default:return a.nodeValue}};var ab=Object.getOwnPropertyDescriptor(Element.prototype,"innerHTML")||Object.getOwnPropertyDescriptor(HTMLElement.prototype,"innerHTML"),bb=document.implementation.createHTMLDocument("inert").createElement("div"),cb=Object.getOwnPropertyDescriptor(Document.prototype,"activeElement"),db={parentElement:{get:function(){var a=this.__shady&&this.__shady.parentNode;a&&a.nodeType!==Node.ELEMENT_NODE&&(a=null);return void 0!==a?a:x.parentElement(this)},configurable:!0},parentNode:{get:function(){var a=this.__shady&&

b.querySelectorAll&&(f=b.querySelectorAll("slot"));if(f&&f.length){e=f;break a}}e=void 0}(f=e)&&d.C.push.apply(d.C,[].concat(f instanceof Array?f:ia(ha(f))));d&&("slot"===a.localName||f)&&C(d);if(t(a)){d=c;ib(a);a.__shady=a.__shady||{};void 0!==a.__shady.firstChild&&(a.__shady.childNodes=null);if(b.nodeType===Node.DOCUMENT_FRAGMENT_NODE){f=b.childNodes;for(e=0;e<f.length;e++)jb(f[e],a,d);b.__shady=b.__shady||{};d=void 0!==b.__shady.firstChild?null:void 0;b.__shady.firstChild=b.__shady.lastChild=d;
b.__shady.childNodes=d}else jb(b,a,d);if(nb(a)){C(a.__shady.root);var g=!0}else a.__shady.root&&(g=!0)}g||(g=u(a)?a.host:a,c?(c=ob(c),w.insertBefore.call(g,b,c)):w.appendChild.call(g,b));pb(a,b);return b}
b.__shady.childNodes=d}else jb(b,a,d);if(nb(a)){C(a.__shady.root);var h=!0}else a.__shady.root&&(h=!0)}h||(h=u(a)?a.host:a,c?(c=ob(c),w.insertBefore.call(h,b,c)):w.appendChild.call(h,b));pb(a,b);return b}
function mb(a,b){if(b.parentNode!==a)throw Error("The node to be removed is not a child of this node: "+b);var c=ka(b);if(t(a)){b.__shady=b.__shady||{};a.__shady=a.__shady||{};b===a.__shady.firstChild&&(a.__shady.firstChild=b.__shady.nextSibling);b===a.__shady.lastChild&&(a.__shady.lastChild=b.__shady.previousSibling);var d=b.__shady.previousSibling,e=b.__shady.nextSibling;d&&(d.__shady=d.__shady||{},d.__shady.nextSibling=e);e&&(e.__shady=e.__shady||{},e.__shady.previousSibling=d);b.__shady.parentNode=
b.__shady.previousSibling=b.__shady.nextSibling=void 0;void 0!==a.__shady.childNodes&&(a.__shady.childNodes=null);if(nb(a)){C(a.__shady.root);var f=!0}}qb(b);if(c){(d=a&&"slot"===a.localName)&&(f=!0);rb(c);e=c.h;for(var g in e)for(var h=e[g],k=0;k<h.length;k++){var l=h[k];if(ua(b,l)){h.splice(k,1);var m=c.l.indexOf(l);0<=m&&c.l.splice(m,1);k--;if(m=l.__shady.D)for(l=0;l<m.length;l++){var q=m[l],H=x.parentNode(q);H&&w.removeChild.call(H,q)}m=!0}}(m||d)&&C(c)}f||(f=u(a)?a.host:a,(!a.__shady.root&&"slot"!==
b.__shady.previousSibling=b.__shady.nextSibling=void 0;void 0!==a.__shady.childNodes&&(a.__shady.childNodes=null);if(nb(a)){C(a.__shady.root);var f=!0}}qb(b);if(c){(d=a&&"slot"===a.localName)&&(f=!0);rb(c);e=c.h;for(var h in e)for(var g=e[h],k=0;k<g.length;k++){var l=g[k];if(ua(b,l)){g.splice(k,1);var m=c.l.indexOf(l);0<=m&&c.l.splice(m,1);k--;if(m=l.__shady.D)for(l=0;l<m.length;l++){var q=m[l],H=x.parentNode(q);H&&w.removeChild.call(H,q)}m=!0}}(m||d)&&C(c)}f||(f=u(a)?a.host:a,(!a.__shady.root&&"slot"!==
b.localName||f===x.parentNode(b))&&w.removeChild.call(f,b));pb(a,null,b);return b}function qb(a){if(a.__shady&&void 0!==a.__shady.$)for(var b=a.childNodes,c=0,d=b.length,e;c<d&&(e=b[c]);c++)qb(e);a.__shady&&(a.__shady.$=void 0)}function ob(a){var b=a;a&&"slot"===a.localName&&(b=(b=a.__shady&&a.__shady.D)&&b.length?b[0]:ob(a.nextSibling));return b}function nb(a){return(a=a&&a.__shady&&a.__shady.root)&&sb(a)}
function tb(a,b){if("slot"===b)a=a.parentNode,nb(a)&&C(a.__shady.root);else if("slot"===a.localName&&"name"===b&&(b=ka(a))){var c=a.oa,d=ub(a);if(d!==c){c=b.h[c];var e=c.indexOf(a);0<=e&&c.splice(e,1);c=b.h[d]||(b.h[d]=[]);c.push(a);1<c.length&&(b.h[d]=vb(c))}C(b)}}function pb(a,b,c){if(a=a.__shady&&a.__shady.G)b&&a.addedNodes.push(b),c&&a.removedNodes.push(c),Aa(a)}
function wb(a){if(a&&a.nodeType){a.__shady=a.__shady||{};var b=a.__shady.$;void 0===b&&(u(a)?b=a:b=(b=a.parentNode)?wb(b):a,w.contains.call(document.documentElement,a)&&(a.__shady.$=b));return b}}function xb(a,b,c){var d=[];yb(a.childNodes,b,c,d);return d}function yb(a,b,c,d){for(var e=0,f=a.length,g;e<f&&(g=a[e]);e++){var h;if(h=g.nodeType===Node.ELEMENT_NODE){h=g;var k=b,l=c,m=d,q=k(h);q&&m.push(h);l&&l(q)?h=q:(yb(h.childNodes,k,l,m),h=void 0)}if(h)break}}var zb=null;
function wb(a){if(a&&a.nodeType){a.__shady=a.__shady||{};var b=a.__shady.$;void 0===b&&(u(a)?b=a:b=(b=a.parentNode)?wb(b):a,w.contains.call(document.documentElement,a)&&(a.__shady.$=b));return b}}function xb(a,b,c){var d=[];yb(a.childNodes,b,c,d);return d}function yb(a,b,c,d){for(var e=0,f=a.length,h;e<f&&(h=a[e]);e++){var g;if(g=h.nodeType===Node.ELEMENT_NODE){g=h;var k=b,l=c,m=d,q=k(g);q&&m.push(g);l&&l(q)?g=q:(yb(g.childNodes,k,l,m),g=void 0)}if(g)break}}var zb=null;
function Ab(a,b,c){zb||(zb=window.ShadyCSS&&window.ShadyCSS.ScopingShim);zb&&"class"===b?zb.setElementClass(a,c):(w.setAttribute.call(a,b,c),tb(a,b))}function Bb(a,b){if(a.ownerDocument!==document)return w.importNode.call(document,a,b);var c=w.importNode.call(document,a,!1);if(b){a=a.childNodes;b=0;for(var d;b<a.length;b++)d=Bb(a[b],!0),c.appendChild(d)}return c};var Cb="__eventWrappers"+Date.now(),Db={blur:!0,focus:!0,focusin:!0,focusout:!0,click:!0,dblclick:!0,mousedown:!0,mouseenter:!0,mouseleave:!0,mousemove:!0,mouseout:!0,mouseover:!0,mouseup:!0,wheel:!0,beforeinput:!0,input:!0,keydown:!0,keyup:!0,compositionstart:!0,compositionupdate:!0,compositionend:!0,touchstart:!0,touchend:!0,touchmove:!0,touchcancel:!0,pointerover:!0,pointerenter:!0,pointerdown:!0,pointermove:!0,pointerup:!0,pointercancel:!0,pointerout:!0,pointerleave:!0,gotpointercapture:!0,lostpointercapture:!0,
dragstart:!0,drag:!0,dragenter:!0,dragleave:!0,dragover:!0,drop:!0,dragend:!0,DOMActivate:!0,DOMFocusIn:!0,DOMFocusOut:!0,keypress:!0};function Eb(a,b){var c=[],d=a;for(a=a===window?window:a.getRootNode();d;)c.push(d),d=d.assignedSlot?d.assignedSlot:d.nodeType===Node.DOCUMENT_FRAGMENT_NODE&&d.host&&(b||d!==a)?d.host:d.parentNode;c[c.length-1]===document&&c.push(window);return c}
function Fb(a,b){if(!u)return a;a=Eb(a,!0);for(var c=0,d,e,f,g;c<b.length;c++)if(d=b[c],f=d===window?window:d.getRootNode(),f!==e&&(g=a.indexOf(f),e=f),!u(f)||-1<g)return d}
function Fb(a,b){if(!u)return a;a=Eb(a,!0);for(var c=0,d,e,f,h;c<b.length;c++)if(d=b[c],f=d===window?window:d.getRootNode(),f!==e&&(h=a.indexOf(f),e=f),!u(f)||-1<h)return d}
var Gb={get composed(){!1!==this.isTrusted&&void 0===this.P&&(this.P=Db[this.type]);return this.P||!1},composedPath:function(){this.aa||(this.aa=Eb(this.__target,this.composed));return this.aa},get target(){return Fb(this.currentTarget,this.composedPath())},get relatedTarget(){if(!this.ba)return null;this.ca||(this.ca=Eb(this.ba,!0));return Fb(this.currentTarget,this.ca)},stopPropagation:function(){Event.prototype.stopPropagation.call(this);this.R=!0},stopImmediatePropagation:function(){Event.prototype.stopImmediatePropagation.call(this);
this.R=this.ka=!0}};function Hb(a){function b(b,d){b=new a(b,d);b.P=d&&!!d.composed;return b}oa(b,a);b.prototype=a.prototype;return b}var Ib={focus:!0,blur:!0};function Jb(a,b,c){if(c=b.__handlers&&b.__handlers[a.type]&&b.__handlers[a.type][c])for(var d=0,e;(e=c[d])&&a.target!==a.relatedTarget&&(e.call(b,a),!a.ka);d++);}
function Kb(a){var b=a.composedPath();Object.defineProperty(a,"currentTarget",{get:function(){return d},configurable:!0});for(var c=b.length-1;0<=c;c--){var d=b[c];Jb(a,d,"capture");if(a.R)return}Object.defineProperty(a,"eventPhase",{get:function(){return Event.AT_TARGET}});var e;for(c=0;c<b.length;c++){d=b[c];var f=d.__shady&&d.__shady.root;if(0===c||f&&f===e)if(Jb(a,d,"bubble"),d!==window&&(e=d.getRootNode()),a.R)break}}
function Lb(a,b,c,d,e,f){for(var g=0;g<a.length;g++){var h=a[g],k=h.type,l=h.capture,m=h.once,q=h.passive;if(b===h.node&&c===k&&d===l&&e===m&&f===q)return g}return-1}
function Mb(a,b,c){if(b){if("object"===typeof c){var d=!!c.capture;var e=!!c.once;var f=!!c.passive}else d=!!c,f=e=!1;var g=c&&c.S||this,h=b[Cb];if(h){if(-1<Lb(h,g,a,d,e,f))return}else b[Cb]=[];h=function(d){e&&this.removeEventListener(a,b,c);d.__target||Nb(d);if(g!==this){var f=Object.getOwnPropertyDescriptor(d,"currentTarget");Object.defineProperty(d,"currentTarget",{get:function(){return g},configurable:!0})}if(d.composed||-1<d.composedPath().indexOf(g))if(d.target===d.relatedTarget)d.eventPhase===
Event.BUBBLING_PHASE&&d.stopImmediatePropagation();else if(d.eventPhase===Event.CAPTURING_PHASE||d.bubbles||d.target===g){var h="object"===typeof b&&b.handleEvent?b.handleEvent(d):b.call(g,d);g!==this&&(f?(Object.defineProperty(d,"currentTarget",f),f=null):delete d.currentTarget);return h}};b[Cb].push({node:this,type:a,capture:d,once:e,passive:f,Ha:h});Ib[a]?(this.__handlers=this.__handlers||{},this.__handlers[a]=this.__handlers[a]||{capture:[],bubble:[]},this.__handlers[a][d?"capture":"bubble"].push(h)):
(this instanceof Window?w.Fa:w.addEventListener).call(this,a,h,c)}}
function Ob(a,b,c){if(b){if("object"===typeof c){var d=!!c.capture;var e=!!c.once;var f=!!c.passive}else d=!!c,f=e=!1;var g=c&&c.S||this,h=void 0;var k=null;try{k=b[Cb]}catch(l){}k&&(e=Lb(k,g,a,d,e,f),-1<e&&(h=k.splice(e,1)[0].Ha,k.length||(b[Cb]=void 0)));(this instanceof Window?w.Ga:w.removeEventListener).call(this,a,h||b,c);h&&Ib[a]&&this.__handlers&&this.__handlers[a]&&(a=this.__handlers[a][d?"capture":"bubble"],h=a.indexOf(h),-1<h&&a.splice(h,1))}}
function Lb(a,b,c,d,e,f){for(var h=0;h<a.length;h++){var g=a[h],k=g.type,l=g.capture,m=g.once,q=g.passive;if(b===g.node&&c===k&&d===l&&e===m&&f===q)return h}return-1}
function Mb(a,b,c){if(b){if(c&&"object"===typeof c){var d=!!c.capture;var e=!!c.once;var f=!!c.passive}else d=!!c,f=e=!1;var h=c&&c.S||this,g=b[Cb];if(g){if(-1<Lb(g,h,a,d,e,f))return}else b[Cb]=[];g=function(d){e&&this.removeEventListener(a,b,c);d.__target||Nb(d);if(h!==this){var f=Object.getOwnPropertyDescriptor(d,"currentTarget");Object.defineProperty(d,"currentTarget",{get:function(){return h},configurable:!0})}if(d.composed||-1<d.composedPath().indexOf(h))if(d.target===d.relatedTarget)d.eventPhase===
Event.BUBBLING_PHASE&&d.stopImmediatePropagation();else if(d.eventPhase===Event.CAPTURING_PHASE||d.bubbles||d.target===h){var g="object"===typeof b&&b.handleEvent?b.handleEvent(d):b.call(h,d);h!==this&&(f?(Object.defineProperty(d,"currentTarget",f),f=null):delete d.currentTarget);return g}};b[Cb].push({node:this,type:a,capture:d,once:e,passive:f,Ha:g});Ib[a]?(this.__handlers=this.__handlers||{},this.__handlers[a]=this.__handlers[a]||{capture:[],bubble:[]},this.__handlers[a][d?"capture":"bubble"].push(g)):
(this instanceof Window?w.Fa:w.addEventListener).call(this,a,g,c)}}
function Ob(a,b,c){if(b){if(c&&"object"===typeof c){var d=!!c.capture;var e=!!c.once;var f=!!c.passive}else d=!!c,f=e=!1;var h=c&&c.S||this,g=void 0;var k=null;try{k=b[Cb]}catch(l){}k&&(e=Lb(k,h,a,d,e,f),-1<e&&(g=k.splice(e,1)[0].Ha,k.length||(b[Cb]=void 0)));(this instanceof Window?w.Ga:w.removeEventListener).call(this,a,g||b,c);g&&Ib[a]&&this.__handlers&&this.__handlers[a]&&(a=this.__handlers[a][d?"capture":"bubble"],g=a.indexOf(g),-1<g&&a.splice(g,1))}}
function Pb(){for(var a in Ib)window.addEventListener(a,function(a){a.__target||(Nb(a),Kb(a))},!0)}function Nb(a){a.__target=a.target;a.ba=a.relatedTarget;if(r.F){var b=Object.getPrototypeOf(a);if(!b.hasOwnProperty("__patchProto")){var c=Object.create(b);c.Ja=b;ma(c,Gb);b.__patchProto=c}a.__proto__=b.__patchProto}else ma(a,Gb)}var Qb=Hb(window.Event),Rb=Hb(window.CustomEvent),Sb=Hb(window.MouseEvent);function Tb(a,b){return{index:a,H:[],L:b}}
function Ub(a,b,c,d){var e=0,f=0,g=0,h=0,k=Math.min(b-e,d-f);if(0==e&&0==f)a:{for(g=0;g<k;g++)if(a[g]!==c[g])break a;g=k}if(b==a.length&&d==c.length){h=a.length;for(var l=c.length,m=0;m<k-g&&Vb(a[--h],c[--l]);)m++;h=m}e+=g;f+=g;b-=h;d-=h;if(0==b-e&&0==d-f)return[];if(e==b){for(b=Tb(e,0);f<d;)b.H.push(c[f++]);return[b]}if(f==d)return[Tb(e,b-e)];k=e;g=f;d=d-g+1;h=b-k+1;b=Array(d);for(l=0;l<d;l++)b[l]=Array(h),b[l][0]=l;for(l=0;l<h;l++)b[0][l]=l;for(l=1;l<d;l++)for(m=1;m<h;m++)if(a[k+m-1]===c[g+l-1])b[l][m]=
b[l-1][m-1];else{var q=b[l-1][m]+1,H=b[l][m-1]+1;b[l][m]=q<H?q:H}k=b.length-1;g=b[0].length-1;d=b[k][g];for(a=[];0<k||0<g;)0==k?(a.push(2),g--):0==g?(a.push(3),k--):(h=b[k-1][g-1],l=b[k-1][g],m=b[k][g-1],q=l<m?l<h?l:h:m<h?m:h,q==h?(h==d?a.push(0):(a.push(1),d=h),k--,g--):q==l?(a.push(3),k--,d=l):(a.push(2),g--,d=m));a.reverse();b=void 0;k=[];for(g=0;g<a.length;g++)switch(a[g]){case 0:b&&(k.push(b),b=void 0);e++;f++;break;case 1:b||(b=Tb(e,0));b.L++;e++;b.H.push(c[f]);f++;break;case 2:b||(b=Tb(e,0));
function Ub(a,b,c,d){var e=0,f=0,h=0,g=0,k=Math.min(b-e,d-f);if(0==e&&0==f)a:{for(h=0;h<k;h++)if(a[h]!==c[h])break a;h=k}if(b==a.length&&d==c.length){g=a.length;for(var l=c.length,m=0;m<k-h&&Vb(a[--g],c[--l]);)m++;g=m}e+=h;f+=h;b-=g;d-=g;if(0==b-e&&0==d-f)return[];if(e==b){for(b=Tb(e,0);f<d;)b.H.push(c[f++]);return[b]}if(f==d)return[Tb(e,b-e)];k=e;h=f;d=d-h+1;g=b-k+1;b=Array(d);for(l=0;l<d;l++)b[l]=Array(g),b[l][0]=l;for(l=0;l<g;l++)b[0][l]=l;for(l=1;l<d;l++)for(m=1;m<g;m++)if(a[k+m-1]===c[h+l-1])b[l][m]=
b[l-1][m-1];else{var q=b[l-1][m]+1,H=b[l][m-1]+1;b[l][m]=q<H?q:H}k=b.length-1;h=b[0].length-1;d=b[k][h];for(a=[];0<k||0<h;)0==k?(a.push(2),h--):0==h?(a.push(3),k--):(g=b[k-1][h-1],l=b[k-1][h],m=b[k][h-1],q=l<m?l<g?l:g:m<g?m:g,q==g?(g==d?a.push(0):(a.push(1),d=g),k--,h--):q==l?(a.push(3),k--,d=l):(a.push(2),h--,d=m));a.reverse();b=void 0;k=[];for(h=0;h<a.length;h++)switch(a[h]){case 0:b&&(k.push(b),b=void 0);e++;f++;break;case 1:b||(b=Tb(e,0));b.L++;e++;b.H.push(c[f]);f++;break;case 2:b||(b=Tb(e,0));
b.L++;e++;break;case 3:b||(b=Tb(e,0)),b.H.push(c[f]),f++}b&&k.push(b);return k}function Vb(a,b){return a===b};var Wb={};function D(a,b,c){if(a!==Wb)throw new TypeError("Illegal constructor");a=document.createDocumentFragment();a.__proto__=D.prototype;a.ma="ShadyRoot";kb(b);kb(a);a.host=b;a.a=c&&c.mode;b.__shady=b.__shady||{};b.__shady.root=a;b.__shady.za="closed"!==a.a?a:null;a.K=!1;a.l=[];a.h={};a.C=[];c=x.childNodes(b);for(var d=0,e=c.length;d<e;d++)w.removeChild.call(b,c[d]);return a}D.prototype=Object.create(DocumentFragment.prototype);function C(a){a.K||(a.K=!0,xa(function(){return Xb(a)}))}
function Xb(a){for(var b;a;){a.K&&(b=a);a:{var c=a;a=c.host.getRootNode();if(u(a))for(var d=c.host.childNodes,e=0;e<d.length;e++)if(c=d[e],"slot"==c.localName)break a;a=void 0}}b&&b._renderRoot()}
D.prototype._renderRoot=function(){this.K=!1;rb(this);for(var a=0,b;a<this.l.length;a++){b=this.l[a];var c=b.__shady.assignedNodes;b.__shady.assignedNodes=[];b.__shady.D=[];if(b.__shady.da=c)for(var d=0;d<c.length;d++){var e=c[d];e.__shady.W=e.__shady.assignedSlot;e.__shady.assignedSlot===b&&(e.__shady.assignedSlot=null)}}for(b=this.host.firstChild;b;b=b.nextSibling)Yb(this,b);for(a=0;a<this.l.length;a++){b=this.l[a];if(!b.__shady.assignedNodes.length)for(c=b.firstChild;c;c=c.nextSibling)Yb(this,
c,b);c=b.parentNode;(c=c.__shady&&c.__shady.root)&&sb(c)&&c._renderRoot();Zb(this,b.__shady.D,b.__shady.assignedNodes);if(c=b.__shady.da){for(d=0;d<c.length;d++)c[d].__shady.W=null;b.__shady.da=null;c.length>b.__shady.assignedNodes.length&&(b.__shady.Y=!0)}b.__shady.Y&&(b.__shady.Y=!1,$b(this,b))}a=this.l;b=[];for(c=0;c<a.length;c++)d=a[c].parentNode,d.__shady&&d.__shady.root||!(0>b.indexOf(d))||b.push(d);for(a=0;a<b.length;a++){c=b[a];d=c===this?this.host:c;e=[];c=c.childNodes;for(var f=0;f<c.length;f++){var g=
c[f];if("slot"==g.localName){g=g.__shady.D;for(var h=0;h<g.length;h++)e.push(g[h])}else e.push(g)}c=void 0;f=x.childNodes(d);g=Ub(e,e.length,f,f.length);for(var k=h=0;h<g.length&&(c=g[h]);h++){for(var l=0,m;l<c.H.length&&(m=c.H[l]);l++)x.parentNode(m)===d&&w.removeChild.call(d,m),f.splice(c.index+k,1);k-=c.L}for(k=0;k<g.length&&(c=g[k]);k++)for(h=f[c.index],l=c.index;l<c.index+c.L;l++)m=e[l],w.insertBefore.call(d,m,h),f.splice(l,0,m)}};
c,b);c=b.parentNode;(c=c.__shady&&c.__shady.root)&&sb(c)&&c._renderRoot();Zb(this,b.__shady.D,b.__shady.assignedNodes);if(c=b.__shady.da){for(d=0;d<c.length;d++)c[d].__shady.W=null;b.__shady.da=null;c.length>b.__shady.assignedNodes.length&&(b.__shady.Y=!0)}b.__shady.Y&&(b.__shady.Y=!1,$b(this,b))}a=this.l;b=[];for(c=0;c<a.length;c++)d=a[c].parentNode,d.__shady&&d.__shady.root||!(0>b.indexOf(d))||b.push(d);for(a=0;a<b.length;a++){c=b[a];d=c===this?this.host:c;e=[];c=c.childNodes;for(var f=0;f<c.length;f++){var h=
c[f];if("slot"==h.localName){h=h.__shady.D;for(var g=0;g<h.length;g++)e.push(h[g])}else e.push(h)}c=void 0;f=x.childNodes(d);h=Ub(e,e.length,f,f.length);for(var k=g=0;g<h.length&&(c=h[g]);g++){for(var l=0,m;l<c.H.length&&(m=c.H[l]);l++)x.parentNode(m)===d&&w.removeChild.call(d,m),f.splice(c.index+k,1);k-=c.L}for(k=0;k<h.length&&(c=h[k]);k++)for(g=f[c.index],l=c.index;l<c.index+c.L;l++)m=e[l],w.insertBefore.call(d,m,g),f.splice(l,0,m)}};
function Yb(a,b,c){b.__shady=b.__shady||{};var d=b.__shady.W;b.__shady.W=null;c||(c=(a=a.h[b.slot||"__catchall"])&&a[0]);c?(c.__shady.assignedNodes.push(b),b.__shady.assignedSlot=c):b.__shady.assignedSlot=void 0;d!==b.__shady.assignedSlot&&b.__shady.assignedSlot&&(b.__shady.assignedSlot.__shady.Y=!0)}function Zb(a,b,c){for(var d=0,e;d<c.length&&(e=c[d]);d++)if("slot"==e.localName){var f=e.__shady.assignedNodes;f&&f.length&&Zb(a,b,f)}else b.push(c[d])}
function $b(a,b){w.dispatchEvent.call(b,new Event("slotchange"));b.__shady.assignedSlot&&$b(a,b.__shady.assignedSlot)}function rb(a){if(a.C.length){for(var b=a.C,c,d=0;d<b.length;d++){var e=b[d];e.__shady=e.__shady||{};kb(e);kb(e.parentNode);var f=ub(e);a.h[f]?(c=c||{},c[f]=!0,a.h[f].push(e)):a.h[f]=[e];a.l.push(e)}if(c)for(var g in c)a.h[g]=vb(a.h[g]);a.C=[]}}function ub(a){var b=a.name||a.getAttribute("name")||"__catchall";return a.oa=b}
function $b(a,b){w.dispatchEvent.call(b,new Event("slotchange"));b.__shady.assignedSlot&&$b(a,b.__shady.assignedSlot)}function rb(a){if(a.C.length){for(var b=a.C,c,d=0;d<b.length;d++){var e=b[d];e.__shady=e.__shady||{};kb(e);kb(e.parentNode);var f=ub(e);a.h[f]?(c=c||{},c[f]=!0,a.h[f].push(e)):a.h[f]=[e];a.l.push(e)}if(c)for(var h in c)a.h[h]=vb(a.h[h]);a.C=[]}}function ub(a){var b=a.name||a.getAttribute("name")||"__catchall";return a.oa=b}
function vb(a){return a.sort(function(a,c){a=ac(a);for(var b=ac(c),e=0;e<a.length;e++){c=a[e];var f=b[e];if(c!==f)return a=Array.from(c.parentNode.childNodes),a.indexOf(c)-a.indexOf(f)}})}function ac(a){var b=[];do b.unshift(a);while(a=a.parentNode);return b}function sb(a){rb(a);return!!a.l.length}D.prototype.addEventListener=function(a,b,c){"object"!==typeof c&&(c={capture:!!c});c.S=this;this.host.addEventListener(a,b,c)};

@@ -72,9 +72,10 @@ D.prototype.removeEventListener=function(a,b,c){"object"!==typeof c&&(c={capture:!!c});c.S=this;this.host.removeEventListener(a,b,c)};D.prototype.getElementById=function(a){return xb(this,function(b){return b.id==a},function(a){return!!a})[0]||null};var bc=D.prototype;A(bc,eb,!0);A(bc,gb,!0);function cc(a){var b=a.getRootNode();u(b)&&Xb(b);return a.__shady&&a.__shady.assignedSlot||null}

function K(a,b){var c=[];G(b,function(a){return c.push(a)});for(b=0;b<c.length;b++){var d=c[b];1===d.__CE_state&&a.disconnectedCallback(d)}}
function L(a,b,c){c=void 0===c?{}:c;var d=c.Ea||new Set,e=c.ia||function(b){return uc(a,b)},f=[];G(b,function(b){if("link"===b.localName&&"import"===b.getAttribute("rel")){var c=b.import;c instanceof Node&&"complete"===c.readyState?(c.__CE_isImportDocument=!0,c.__CE_hasRegistry=!0):b.addEventListener("load",function(){var c=b.import;if(!c.__CE_documentLoadHandled){c.__CE_documentLoadHandled=!0;c.__CE_isImportDocument=!0;c.__CE_hasRegistry=!0;var f=new Set(d);f.delete(c);L(a,c,{Ea:f,ia:e})}})}else f.push(b)},
d);if(a.c)for(b=0;b<f.length;b++)a.b(f[b]);for(b=0;b<f.length;b++)e(f[b])}
function uc(a,b){if(void 0===b.__CE_state){var c=a.a.get(b.localName);if(c){c.constructionStack.push(b);var d=c.constructor;try{try{if(new d!==b)throw Error("The custom element constructor did not produce the element being upgraded.");}finally{c.constructionStack.pop()}}catch(g){throw b.__CE_state=2,g;}b.__CE_state=1;b.__CE_definition=c;if(c.attributeChangedCallback)for(c=c.observedAttributes,d=0;d<c.length;d++){var e=c[d],f=b.getAttribute(e);null!==f&&a.attributeChangedCallback(b,e,null,f,null)}F(b)&&
a.connectedCallback(b)}}}qc.prototype.connectedCallback=function(a){var b=a.__CE_definition;b.connectedCallback&&b.connectedCallback.call(a)};qc.prototype.disconnectedCallback=function(a){var b=a.__CE_definition;b.disconnectedCallback&&b.disconnectedCallback.call(a)};qc.prototype.attributeChangedCallback=function(a,b,c,d,e){var f=a.__CE_definition;f.attributeChangedCallback&&-1<f.observedAttributes.indexOf(b)&&f.attributeChangedCallback.call(a,b,c,d,e)};function vc(a,b){this.g=a;this.a=b;this.w=void 0;L(this.g,this.a);"loading"===this.a.readyState&&(this.w=new MutationObserver(this.b.bind(this)),this.w.observe(this.a,{childList:!0,subtree:!0}))}function wc(a){a.w&&a.w.disconnect()}vc.prototype.b=function(a){var b=this.a.readyState;"interactive"!==b&&"complete"!==b||wc(this);for(b=0;b<a.length;b++)for(var c=a[b].addedNodes,d=0;d<c.length;d++)L(this.g,c[d])};function xc(){var a=this;this.b=this.a=void 0;this.c=new Promise(function(b){a.b=b;a.a&&b(a.a)})}function yc(a){if(a.a)throw Error("Already resolved.");a.a=void 0;a.b&&a.b(void 0)};function M(a){this.T=!1;this.g=a;this.X=new Map;this.U=function(a){return a()};this.J=!1;this.V=[];this.qa=new vc(a,document)}
function L(a,b,c){c=void 0===c?{}:c;var d=c.Ea||new Set,e=c.ia||function(b){return uc(a,b)},f=[];G(b,function(b){if("link"===b.localName&&"import"===b.getAttribute("rel")){var c=b.import;c instanceof Node&&(c.__CE_isImportDocument=!0,c.__CE_hasRegistry=!0);c&&"complete"===c.readyState?c.__CE_documentLoadHandled=!0:b.addEventListener("load",function(){var c=b.import;if(!c.__CE_documentLoadHandled){c.__CE_documentLoadHandled=!0;var f=new Set(d);f.delete(c);L(a,c,{Ea:f,ia:e})}})}else f.push(b)},d);if(a.c)for(b=
0;b<f.length;b++)a.b(f[b]);for(b=0;b<f.length;b++)e(f[b])}
function uc(a,b){if(void 0===b.__CE_state){var c=b.ownerDocument;if(c.defaultView||c.__CE_isImportDocument&&c.__CE_hasRegistry)if(c=a.a.get(b.localName)){c.constructionStack.push(b);var d=c.constructor;try{try{if(new d!==b)throw Error("The custom element constructor did not produce the element being upgraded.");}finally{c.constructionStack.pop()}}catch(h){throw b.__CE_state=2,h;}b.__CE_state=1;b.__CE_definition=c;if(c.attributeChangedCallback)for(c=c.observedAttributes,d=0;d<c.length;d++){var e=c[d],
f=b.getAttribute(e);null!==f&&a.attributeChangedCallback(b,e,null,f,null)}F(b)&&a.connectedCallback(b)}}}qc.prototype.connectedCallback=function(a){var b=a.__CE_definition;b.connectedCallback&&b.connectedCallback.call(a)};qc.prototype.disconnectedCallback=function(a){var b=a.__CE_definition;b.disconnectedCallback&&b.disconnectedCallback.call(a)};
qc.prototype.attributeChangedCallback=function(a,b,c,d,e){var f=a.__CE_definition;f.attributeChangedCallback&&-1<f.observedAttributes.indexOf(b)&&f.attributeChangedCallback.call(a,b,c,d,e)};function vc(a){var b=document;this.g=a;this.a=b;this.w=void 0;L(this.g,this.a);"loading"===this.a.readyState&&(this.w=new MutationObserver(this.b.bind(this)),this.w.observe(this.a,{childList:!0,subtree:!0}))}function wc(a){a.w&&a.w.disconnect()}vc.prototype.b=function(a){var b=this.a.readyState;"interactive"!==b&&"complete"!==b||wc(this);for(b=0;b<a.length;b++)for(var c=a[b].addedNodes,d=0;d<c.length;d++)L(this.g,c[d])};function xc(){var a=this;this.b=this.a=void 0;this.c=new Promise(function(b){a.b=b;a.a&&b(a.a)})}function yc(a){if(a.a)throw Error("Already resolved.");a.a=void 0;a.b&&a.b(void 0)};function M(a){this.T=!1;this.g=a;this.X=new Map;this.U=function(a){return a()};this.J=!1;this.V=[];this.qa=new vc(a)}
M.prototype.define=function(a,b){var c=this;if(!(b instanceof Function))throw new TypeError("Custom element constructors must be functions.");if(!oc(a))throw new SyntaxError("The element name '"+a+"' is not valid.");if(this.g.a.get(a))throw Error("A custom element with name '"+a+"' has already been defined.");if(this.T)throw Error("A custom element is already being defined.");this.T=!0;try{var d=function(a){var b=e[a];if(void 0!==b&&!(b instanceof Function))throw Error("The '"+a+"' callback must be a function.");
return b},e=b.prototype;if(!(e instanceof Object))throw new TypeError("The custom element constructor's prototype is not an object.");var f=d("connectedCallback");var g=d("disconnectedCallback");var h=d("adoptedCallback");var k=d("attributeChangedCallback");var l=b.observedAttributes||[]}catch(m){return}finally{this.T=!1}b={localName:a,constructor:b,connectedCallback:f,disconnectedCallback:g,adoptedCallback:h,attributeChangedCallback:k,observedAttributes:l,constructionStack:[]};rc(this.g,a,b);this.V.push(b);
this.J||(this.J=!0,this.U(function(){return zc(c)}))};function zc(a){if(!1!==a.J){a.J=!1;for(var b=a.V,c=[],d=new Map,e=0;e<b.length;e++)d.set(b[e].localName,[]);L(a.g,document,{ia:function(b){if(void 0===b.__CE_state){var e=b.localName,f=d.get(e);f?f.push(b):a.g.a.get(e)&&c.push(b)}}});for(e=0;e<c.length;e++)uc(a.g,c[e]);for(;0<b.length;){var f=b.shift();e=f.localName;f=d.get(f.localName);for(var g=0;g<f.length;g++)uc(a.g,f[g]);(e=a.X.get(e))&&yc(e)}}}M.prototype.get=function(a){if(a=this.g.a.get(a))return a.constructor};
return b},e=b.prototype;if(!(e instanceof Object))throw new TypeError("The custom element constructor's prototype is not an object.");var f=d("connectedCallback");var h=d("disconnectedCallback");var g=d("adoptedCallback");var k=d("attributeChangedCallback");var l=b.observedAttributes||[]}catch(m){return}finally{this.T=!1}b={localName:a,constructor:b,connectedCallback:f,disconnectedCallback:h,adoptedCallback:g,attributeChangedCallback:k,observedAttributes:l,constructionStack:[]};rc(this.g,a,b);this.V.push(b);
this.J||(this.J=!0,this.U(function(){return zc(c)}))};function zc(a){if(!1!==a.J){a.J=!1;for(var b=a.V,c=[],d=new Map,e=0;e<b.length;e++)d.set(b[e].localName,[]);L(a.g,document,{ia:function(b){if(void 0===b.__CE_state){var e=b.localName,f=d.get(e);f?f.push(b):a.g.a.get(e)&&c.push(b)}}});for(e=0;e<c.length;e++)uc(a.g,c[e]);for(;0<b.length;){var f=b.shift();e=f.localName;f=d.get(f.localName);for(var h=0;h<f.length;h++)uc(a.g,f[h]);(e=a.X.get(e))&&yc(e)}}}M.prototype.get=function(a){if(a=this.g.a.get(a))return a.constructor};
M.prototype.whenDefined=function(a){if(!oc(a))return Promise.reject(new SyntaxError("'"+a+"' is not a valid custom element name."));var b=this.X.get(a);if(b)return b.c;b=new xc;this.X.set(a,b);this.g.a.get(a)&&!this.V.some(function(b){return b.localName===a})&&yc(b);return b.c};M.prototype.ya=function(a){wc(this.qa);var b=this.U;this.U=function(c){return a(function(){return b(c)})}};window.CustomElementRegistry=M;M.prototype.define=M.prototype.define;M.prototype.get=M.prototype.get;

@@ -85,9 +86,9 @@ M.prototype.whenDefined=M.prototype.whenDefined;M.prototype.polyfillWrapFlushCallback=M.prototype.ya;var Ac=window.Document.prototype.createElement,Bc=window.Document.prototype.createElementNS,Cc=window.Document.prototype.importNode,Dc=window.Document.prototype.prepend,Ec=window.Document.prototype.append,Fc=window.DocumentFragment.prototype.prepend,Gc=window.DocumentFragment.prototype.append,Hc=window.Node.prototype.cloneNode,Ic=window.Node.prototype.appendChild,Jc=window.Node.prototype.insertBefore,Kc=window.Node.prototype.removeChild,Lc=window.Node.prototype.replaceChild,Mc=Object.getOwnPropertyDescriptor(window.Node.prototype,

e[d]=ed;Object.setPrototypeOf(f,b.prototype);a.b(f);return f}b.prototype=bd.prototype;return b}()};function gd(a,b,c){function d(b){return function(c){for(var d=[],e=0;e<arguments.length;++e)d[e-0]=arguments[e];e=[];for(var f=[],l=0;l<d.length;l++){var m=d[l];m instanceof Element&&F(m)&&f.push(m);if(m instanceof DocumentFragment)for(m=m.firstChild;m;m=m.nextSibling)e.push(m);else e.push(m)}b.apply(this,d);for(d=0;d<f.length;d++)K(a,f[d]);if(F(this))for(d=0;d<e.length;d++)f=e[d],f instanceof Element&&J(a,f)}}void 0!==c.O&&(b.prepend=d(c.O));void 0!==c.append&&(b.append=d(c.append))};function hd(){var a=O;I(Document.prototype,"createElement",function(b){if(this.__CE_hasRegistry){var c=a.a.get(b);if(c)return new c.constructor}b=Ac.call(this,b);a.b(b);return b});I(Document.prototype,"importNode",function(b,c){b=Cc.call(this,b,c);this.__CE_hasRegistry?L(a,b):tc(a,b);return b});I(Document.prototype,"createElementNS",function(b,c){if(this.__CE_hasRegistry&&(null===b||"http://www.w3.org/1999/xhtml"===b)){var d=a.a.get(c);if(d)return new d.constructor}b=Bc.call(this,b,c);a.b(b);return b});
gd(a,Document.prototype,{O:Dc,append:Ec})};function id(){var a=O;function b(b,d){Object.defineProperty(b,"textContent",{enumerable:d.enumerable,configurable:!0,get:d.get,set:function(b){if(this.nodeType===Node.TEXT_NODE)d.set.call(this,b);else{var c=void 0;if(this.firstChild){var e=this.childNodes,h=e.length;if(0<h&&F(this)){c=Array(h);for(var k=0;k<h;k++)c[k]=e[k]}}d.set.call(this,b);if(c)for(b=0;b<c.length;b++)K(a,c[b])}}})}I(Node.prototype,"insertBefore",function(b,d){if(b instanceof DocumentFragment){var c=Array.prototype.slice.apply(b.childNodes);
gd(a,Document.prototype,{O:Dc,append:Ec})};function id(){var a=O;function b(b,d){Object.defineProperty(b,"textContent",{enumerable:d.enumerable,configurable:!0,get:d.get,set:function(b){if(this.nodeType===Node.TEXT_NODE)d.set.call(this,b);else{var c=void 0;if(this.firstChild){var e=this.childNodes,g=e.length;if(0<g&&F(this)){c=Array(g);for(var k=0;k<g;k++)c[k]=e[k]}}d.set.call(this,b);if(c)for(b=0;b<c.length;b++)K(a,c[b])}}})}I(Node.prototype,"insertBefore",function(b,d){if(b instanceof DocumentFragment){var c=Array.prototype.slice.apply(b.childNodes);
b=Jc.call(this,b,d);if(F(this))for(d=0;d<c.length;d++)J(a,c[d]);return b}c=F(b);d=Jc.call(this,b,d);c&&K(a,b);F(this)&&J(a,b);return d});I(Node.prototype,"appendChild",function(b){if(b instanceof DocumentFragment){var c=Array.prototype.slice.apply(b.childNodes);b=Ic.call(this,b);if(F(this))for(var e=0;e<c.length;e++)J(a,c[e]);return b}c=F(b);e=Ic.call(this,b);c&&K(a,b);F(this)&&J(a,b);return e});I(Node.prototype,"cloneNode",function(b){b=Hc.call(this,b);this.ownerDocument.__CE_hasRegistry?L(a,b):
tc(a,b);return b});I(Node.prototype,"removeChild",function(b){var c=F(b),e=Kc.call(this,b);c&&K(a,b);return e});I(Node.prototype,"replaceChild",function(b,d){if(b instanceof DocumentFragment){var c=Array.prototype.slice.apply(b.childNodes);b=Lc.call(this,b,d);if(F(this))for(K(a,d),d=0;d<c.length;d++)J(a,c[d]);return b}c=F(b);var f=Lc.call(this,b,d),g=F(this);g&&K(a,d);c&&K(a,b);g&&J(a,b);return f});Mc&&Mc.get?b(Node.prototype,Mc):sc(a,function(a){b(a,{enumerable:!0,configurable:!0,get:function(){for(var a=
[],b=0;b<this.childNodes.length;b++)a.push(this.childNodes[b].textContent);return a.join("")},set:function(a){for(;this.firstChild;)Kc.call(this,this.firstChild);Ic.call(this,document.createTextNode(a))}})})};function jd(a){var b=Element.prototype;function c(b){return function(c){for(var d=[],e=0;e<arguments.length;++e)d[e-0]=arguments[e];e=[];for(var h=[],k=0;k<d.length;k++){var l=d[k];l instanceof Element&&F(l)&&h.push(l);if(l instanceof DocumentFragment)for(l=l.firstChild;l;l=l.nextSibling)e.push(l);else e.push(l)}b.apply(this,d);for(d=0;d<h.length;d++)K(a,h[d]);if(F(this))for(d=0;d<e.length;d++)h=e[d],h instanceof Element&&J(a,h)}}void 0!==Yc&&(b.before=c(Yc));void 0!==Yc&&(b.after=c(Zc));void 0!==
$c&&I(b,"replaceWith",function(b){for(var c=[],d=0;d<arguments.length;++d)c[d-0]=arguments[d];d=[];for(var g=[],h=0;h<c.length;h++){var k=c[h];k instanceof Element&&F(k)&&g.push(k);if(k instanceof DocumentFragment)for(k=k.firstChild;k;k=k.nextSibling)d.push(k);else d.push(k)}h=F(this);$c.apply(this,c);for(c=0;c<g.length;c++)K(a,g[c]);if(h)for(K(a,this),c=0;c<d.length;c++)g=d[c],g instanceof Element&&J(a,g)});void 0!==ad&&I(b,"remove",function(){var b=F(this);ad.call(this);b&&K(a,this)})};function kd(){var a=O;function b(b,c){Object.defineProperty(b,"innerHTML",{enumerable:c.enumerable,configurable:!0,get:c.get,set:function(b){var d=this,e=void 0;F(this)&&(e=[],G(this,function(a){a!==d&&e.push(a)}));c.set.call(this,b);if(e)for(var f=0;f<e.length;f++){var g=e[f];1===g.__CE_state&&a.disconnectedCallback(g)}this.ownerDocument.__CE_hasRegistry?L(a,this):tc(a,this);return b}})}function c(b,c){I(b,"insertAdjacentElement",function(b,d){var e=F(d);b=c.call(this,b,d);e&&K(a,d);F(b)&&J(a,d);
return b})}Nc&&I(Element.prototype,"attachShadow",function(a){return this.__CE_shadowRoot=a=Nc.call(this,a)});if(Oc&&Oc.get)b(Element.prototype,Oc);else if(cd&&cd.get)b(HTMLElement.prototype,cd);else{var d=Ac.call(document,"div");sc(a,function(a){b(a,{enumerable:!0,configurable:!0,get:function(){return Hc.call(this,!0).innerHTML},set:function(a){var b="template"===this.localName?this.content:this;for(d.innerHTML=a;0<b.childNodes.length;)Kc.call(b,b.childNodes[0]);for(;0<d.childNodes.length;)Ic.call(b,
d.childNodes[0])}})})}I(Element.prototype,"setAttribute",function(b,c){if(1!==this.__CE_state)return Qc.call(this,b,c);var d=Pc.call(this,b);Qc.call(this,b,c);c=Pc.call(this,b);a.attributeChangedCallback(this,b,d,c,null)});I(Element.prototype,"setAttributeNS",function(b,c,d){if(1!==this.__CE_state)return Tc.call(this,b,c,d);var e=Sc.call(this,b,c);Tc.call(this,b,c,d);d=Sc.call(this,b,c);a.attributeChangedCallback(this,c,e,d,b)});I(Element.prototype,"removeAttribute",function(b){if(1!==this.__CE_state)return Rc.call(this,
tc(a,b);return b});I(Node.prototype,"removeChild",function(b){var c=F(b),e=Kc.call(this,b);c&&K(a,b);return e});I(Node.prototype,"replaceChild",function(b,d){if(b instanceof DocumentFragment){var c=Array.prototype.slice.apply(b.childNodes);b=Lc.call(this,b,d);if(F(this))for(K(a,d),d=0;d<c.length;d++)J(a,c[d]);return b}c=F(b);var f=Lc.call(this,b,d),h=F(this);h&&K(a,d);c&&K(a,b);h&&J(a,b);return f});Mc&&Mc.get?b(Node.prototype,Mc):sc(a,function(a){b(a,{enumerable:!0,configurable:!0,get:function(){for(var a=
[],b=0;b<this.childNodes.length;b++)a.push(this.childNodes[b].textContent);return a.join("")},set:function(a){for(;this.firstChild;)Kc.call(this,this.firstChild);Ic.call(this,document.createTextNode(a))}})})};function jd(a){var b=Element.prototype;function c(b){return function(c){for(var d=[],e=0;e<arguments.length;++e)d[e-0]=arguments[e];e=[];for(var g=[],k=0;k<d.length;k++){var l=d[k];l instanceof Element&&F(l)&&g.push(l);if(l instanceof DocumentFragment)for(l=l.firstChild;l;l=l.nextSibling)e.push(l);else e.push(l)}b.apply(this,d);for(d=0;d<g.length;d++)K(a,g[d]);if(F(this))for(d=0;d<e.length;d++)g=e[d],g instanceof Element&&J(a,g)}}void 0!==Yc&&(b.before=c(Yc));void 0!==Yc&&(b.after=c(Zc));void 0!==
$c&&I(b,"replaceWith",function(b){for(var c=[],d=0;d<arguments.length;++d)c[d-0]=arguments[d];d=[];for(var h=[],g=0;g<c.length;g++){var k=c[g];k instanceof Element&&F(k)&&h.push(k);if(k instanceof DocumentFragment)for(k=k.firstChild;k;k=k.nextSibling)d.push(k);else d.push(k)}g=F(this);$c.apply(this,c);for(c=0;c<h.length;c++)K(a,h[c]);if(g)for(K(a,this),c=0;c<d.length;c++)h=d[c],h instanceof Element&&J(a,h)});void 0!==ad&&I(b,"remove",function(){var b=F(this);ad.call(this);b&&K(a,this)})};function kd(){var a=O;function b(b,c){Object.defineProperty(b,"innerHTML",{enumerable:c.enumerable,configurable:!0,get:c.get,set:function(b){var d=this,e=void 0;F(this)&&(e=[],G(this,function(a){a!==d&&e.push(a)}));c.set.call(this,b);if(e)for(var f=0;f<e.length;f++){var l=e[f];1===l.__CE_state&&a.disconnectedCallback(l)}this.ownerDocument.__CE_hasRegistry?L(a,this):tc(a,this);return b}})}function c(b,c){I(b,"insertAdjacentElement",function(b,d){var e=F(d);b=c.call(this,b,d);e&&K(a,d);F(b)&&J(a,d);
return b})}Nc&&I(Element.prototype,"attachShadow",function(a){return this.__CE_shadowRoot=a=Nc.call(this,a)});Oc&&Oc.get?b(Element.prototype,Oc):cd&&cd.get?b(HTMLElement.prototype,cd):sc(a,function(a){b(a,{enumerable:!0,configurable:!0,get:function(){return Hc.call(this,!0).innerHTML},set:function(a){var b="template"===this.localName,c=b?this.content:this,d=Ac.call(document,this.localName);for(d.innerHTML=a;0<c.childNodes.length;)Kc.call(c,c.childNodes[0]);for(a=b?d.content:d;0<a.childNodes.length;)Ic.call(c,
a.childNodes[0])}})});I(Element.prototype,"setAttribute",function(b,c){if(1!==this.__CE_state)return Qc.call(this,b,c);var d=Pc.call(this,b);Qc.call(this,b,c);c=Pc.call(this,b);a.attributeChangedCallback(this,b,d,c,null)});I(Element.prototype,"setAttributeNS",function(b,c,f){if(1!==this.__CE_state)return Tc.call(this,b,c,f);var d=Sc.call(this,b,c);Tc.call(this,b,c,f);f=Sc.call(this,b,c);a.attributeChangedCallback(this,c,d,f,b)});I(Element.prototype,"removeAttribute",function(b){if(1!==this.__CE_state)return Rc.call(this,
b);var c=Pc.call(this,b);Rc.call(this,b);null!==c&&a.attributeChangedCallback(this,b,c,null,null)});I(Element.prototype,"removeAttributeNS",function(b,c){if(1!==this.__CE_state)return Uc.call(this,b,c);var d=Sc.call(this,b,c);Uc.call(this,b,c);var e=Sc.call(this,b,c);d!==e&&a.attributeChangedCallback(this,c,d,e,b)});dd?c(HTMLElement.prototype,dd):Vc?c(Element.prototype,Vc):console.warn("Custom Elements: `Element#insertAdjacentElement` was not patched.");gd(a,Element.prototype,{O:Wc,append:Xc});jd(a)}

@@ -113,42 +114,43 @@ ;/*

function md(){this.end=this.start=0;this.rules=this.parent=this.previous=null;this.cssText=this.parsedCssText="";this.atRule=!1;this.type=0;this.parsedSelector=this.selector=this.keyframesName=""}
function nd(a){a=a.replace(od,"").replace(pd,"");var b=qd,c=a,d=new md;d.start=0;d.end=c.length;for(var e=d,f=0,g=c.length;f<g;f++)if("{"===c[f]){e.rules||(e.rules=[]);var h=e,k=h.rules[h.rules.length-1]||null;e=new md;e.start=f+1;e.parent=h;e.previous=k;h.rules.push(e)}else"}"===c[f]&&(e.end=f+1,e=e.parent||d);return b(d,a)}
function nd(a){a=a.replace(od,"").replace(pd,"");var b=qd,c=a,d=new md;d.start=0;d.end=c.length;for(var e=d,f=0,h=c.length;f<h;f++)if("{"===c[f]){e.rules||(e.rules=[]);var g=e,k=g.rules[g.rules.length-1]||null;e=new md;e.start=f+1;e.parent=g;e.previous=k;g.rules.push(e)}else"}"===c[f]&&(e.end=f+1,e=e.parent||d);return b(d,a)}
function qd(a,b){var c=b.substring(a.start,a.end-1);a.parsedCssText=a.cssText=c.trim();a.parent&&(c=b.substring(a.previous?a.previous.end:a.parent.start,a.start-1),c=rd(c),c=c.replace(sd," "),c=c.substring(c.lastIndexOf(";")+1),c=a.parsedSelector=a.selector=c.trim(),a.atRule=0===c.indexOf("@"),a.atRule?0===c.indexOf("@media")?a.type=td:c.match(ud)&&(a.type=vd,a.keyframesName=a.selector.split(sd).pop()):a.type=0===c.indexOf("--")?wd:xd);if(c=a.rules)for(var d=0,e=c.length,f;d<e&&(f=c[d]);d++)qd(f,
b);return a}function rd(a){return a.replace(/\\([0-9a-f]{1,6})\s/gi,function(a,c){a=c;for(c=6-a.length;c--;)a="0"+a;return"\\"+a})}
function yd(a,b,c){c=void 0===c?"":c;var d="";if(a.cssText||a.rules){var e=a.rules,f;if(f=e)f=e[0],f=!(f&&f.selector&&0===f.selector.indexOf("--"));if(f){f=0;for(var g=e.length,h;f<g&&(h=e[f]);f++)d=yd(h,b,d)}else b?b=a.cssText:(b=a.cssText,b=b.replace(zd,"").replace(Ad,""),b=b.replace(Bd,"").replace(Cd,"")),(d=b.trim())&&(d=" "+d+"\n")}d&&(a.selector&&(c+=a.selector+" {\n"),c+=d,a.selector&&(c+="}\n\n"));return c}
var xd=1,vd=7,td=4,wd=1E3,od=/\/\*[^*]*\*+([^/*][^*]*\*+)*\//gim,pd=/@import[^;]*;/gim,zd=/(?:^[^;\-\s}]+)?--[^;{}]*?:[^{};]*?(?:[;\n]|$)/gim,Ad=/(?:^[^;\-\s}]+)?--[^;{}]*?:[^{};]*?{[^}]*?}(?:[;\n]|$)?/gim,Bd=/@apply\s*\(?[^);]*\)?\s*(?:[;\n]|$)?/gim,Cd=/[^;:]*?:[^;]*?var\([^;]*\)(?:[;\n]|$)?/gim,ud=/^@[^\s]*keyframes/,sd=/\s+/g;var P=!(window.ShadyDOM&&window.ShadyDOM.inUse),Dd;function Ed(a){Dd=a&&a.shimcssproperties?!1:P||!(navigator.userAgent.match(/AppleWebKit\/601|Edge\/15/)||!window.CSS||!CSS.supports||!CSS.supports("box-shadow","0 0 0 var(--foo)"))}window.ShadyCSS&&void 0!==window.ShadyCSS.nativeCss?Dd=window.ShadyCSS.nativeCss:window.ShadyCSS?(Ed(window.ShadyCSS),window.ShadyCSS=void 0):Ed(window.WebComponents&&window.WebComponents.flags);var Q=Dd;var Fd=/(?:^|[;\s{]\s*)(--[\w-]*?)\s*:\s*(?:((?:'(?:\\'|.)*?'|"(?:\\"|.)*?"|\([^)]*?\)|[^};{])+)|\{([^}]*)\}(?:(?=[;\s}])|$))/gi,Gd=/(?:^|\W+)@apply\s*\(?([^);\n]*)\)?/gi,Hd=/(--[\w-]+)\s*([:,;)]|$)/gi,Id=/(animation\s*:)|(animation-name\s*:)/,Jd=/@media\s(.*)/,Kd=/\{[^}]*\}/g;function R(a,b){if(!a)return"";"string"===typeof a&&(a=nd(a));b&&S(a,b);return yd(a,Q)}function Ld(a){!a.__cssRules&&a.textContent&&(a.__cssRules=nd(a.textContent));return a.__cssRules||null}function Md(a){return!!a.parent&&a.parent.type===vd}function S(a,b,c,d){if(a){var e=!1,f=a.type;if(d&&f===td){var g=a.selector.match(Jd);g&&(window.matchMedia(g[1]).matches||(e=!0))}f===xd?b(a):c&&f===vd?c(a):f===wd&&(e=!0);if((a=a.rules)&&!e){e=0;f=a.length;for(var h;e<f&&(h=a[e]);e++)S(h,b,c,d)}}}
function Nd(a,b,c,d){var e=document.createElement("style");b&&e.setAttribute("scope",b);e.textContent=a;Od(e,c,d);return e}var T=null;function Od(a,b,c){b=b||document.head;b.insertBefore(a,c&&c.nextSibling||b.firstChild);T?a.compareDocumentPosition(T)===Node.DOCUMENT_POSITION_PRECEDING&&(T=a):T=a}
function Pd(a,b){var c=a.indexOf("var(");if(-1===c)return b(a,"","","");a:{var d=0;var e=c+3;for(var f=a.length;e<f;e++)if("("===a[e])d++;else if(")"===a[e]&&0===--d)break a;e=-1}d=a.substring(c+4,e);c=a.substring(0,c);a=Pd(a.substring(e+1),b);e=d.indexOf(",");return-1===e?b(c,d.trim(),"",a):b(c,d.substring(0,e).trim(),d.substring(e+1).trim(),a)}function Qd(a,b){P?a.setAttribute("class",b):window.ShadyDOM.nativeMethods.setAttribute.call(a,"class",b)}
function U(a){var b=a.localName,c="";b?-1<b.indexOf("-")||(c=b,b=a.getAttribute&&a.getAttribute("is")||""):(b=a.is,c=a.extends);return{is:b,I:c}};function Rd(){}function Sd(a,b,c){var d=V;a.__styleScoped?a.__styleScoped=null:Td(d,a,b||"",c)}function Td(a,b,c,d){b.nodeType===Node.ELEMENT_NODE&&Ud(b,c,d);if(b="template"===b.localName?(b.content||b.Ka).childNodes:b.children||b.childNodes)for(var e=0;e<b.length;e++)Td(a,b[e],c,d)}
function Ud(a,b,c){if(b)if(a.classList)c?(a.classList.remove("style-scope"),a.classList.remove(b)):(a.classList.add("style-scope"),a.classList.add(b));else if(a.getAttribute){var d=a.getAttribute(Vd);c?d&&(b=d.replace("style-scope","").replace(b,""),Qd(a,b)):Qd(a,(d?d+" ":"")+"style-scope "+b)}}function Wd(a,b,c){var d=V,e=a.__cssBuild;P||"shady"===e?b=R(b,c):(a=U(a),b=Xd(d,b,a.is,a.I,c)+"\n\n");return b.trim()}
function Xd(a,b,c,d,e){var f=Yd(c,d);c=c?Zd+c:"";return R(b,function(b){b.c||(b.selector=b.j=$d(a,b,a.b,c,f),b.c=!0);e&&e(b,c,f)})}function Yd(a,b){return b?"[is="+a+"]":a}function $d(a,b,c,d,e){var f=b.selector.split(ae);if(!Md(b)){b=0;for(var g=f.length,h;b<g&&(h=f[b]);b++)f[b]=c.call(a,h,d,e)}return f.join(ae)}function be(a){return a.replace(ce,function(a,c,d){-1<d.indexOf("+")?d=d.replace(/\+/g,"___"):-1<d.indexOf("___")&&(d=d.replace(/___/g,"+"));return":"+c+"("+d+")"})}
Rd.prototype.b=function(a,b,c){var d=!1;a=a.trim();var e=ce.test(a);e&&(a=a.replace(ce,function(a,b,c){return":"+b+"("+c.replace(/\s/g,"")+")"}),a=be(a));a=a.replace(de,ee+" $1");a=a.replace(fe,function(a,e,h){d||(a=ge(h,e,b,c),d=d||a.stop,e=a.ta,h=a.value);return e+h});e&&(a=be(a));return a};
function ge(a,b,c,d){var e=a.indexOf(he);0<=a.indexOf(ee)?a=ie(a,d):0!==e&&(a=c?je(a,c):a);c=!1;0<=e&&(b="",c=!0);if(c){var f=!0;c&&(a=a.replace(ke,function(a,b){return" > "+b}))}a=a.replace(le,function(a,b,c){return'[dir="'+c+'"] '+b+", "+b+'[dir="'+c+'"]'});return{value:a,ta:b,stop:f}}function je(a,b){a=a.split(me);a[0]+=b;return a.join(me)}
function ie(a,b){var c=a.match(ne);return(c=c&&c[2].trim()||"")?c[0].match(oe)?a.replace(ne,function(a,c,f){return b+f}):c.split(oe)[0]===b?c:pe:a.replace(ee,b)}function qe(a){a.selector===re&&(a.selector="html")}Rd.prototype.c=function(a){return a.match(he)?this.b(a,se):je(a.trim(),se)};p.Object.defineProperties(Rd.prototype,{a:{configurable:!0,enumerable:!0,get:function(){return"style-scope"}}});
var ce=/:(nth[-\w]+)\(([^)]+)\)/,se=":not(.style-scope)",ae=",",fe=/(^|[\s>+~]+)((?:\[.+?\]|[^\s>+~=[])+)/g,oe=/[[.:#*]/,ee=":host",re=":root",he="::slotted",de=new RegExp("^("+he+")"),ne=/(:host)(?:\(((?:\([^)(]*\)|[^)(]*)+?)\))/,ke=/(?:::slotted)(?:\(((?:\([^)(]*\)|[^)(]*)+?)\))/,le=/(.*):dir\((?:(ltr|rtl))\)/,Zd=".",me=":",Vd="class",pe="should_not_match",V=new Rd;function te(a,b,c,d,e){this.s=a||null;this.b=b||null;this.Z=c||[];this.B=null;this.I=e||"";this.a=this.m=this.v=null}function W(a){return a?a.__styleInfo:null}function ue(a,b){return a.__styleInfo=b}te.prototype.c=function(){return this.s};te.prototype._getStyleRules=te.prototype.c;var ve,X=window.Element.prototype;ve=X.matches||X.matchesSelector||X.mozMatchesSelector||X.msMatchesSelector||X.oMatchesSelector||X.webkitMatchesSelector;var we=navigator.userAgent.match("Trident");function xe(){}function ye(a){var b={},c=[],d=0;S(a,function(a){ze(a);a.index=d++;a=a.f.cssText;for(var c;c=Hd.exec(a);){var e=c[1];":"!==c[2]&&(b[e]=!0)}},function(a){c.push(a)});a.b=c;a=[];for(var e in b)a.push(e);return a}
function ze(a){if(!a.f){var b={},c={};Ae(a,c)&&(b.o=c,a.rules=null);b.cssText=a.parsedCssText.replace(Kd,"").replace(Fd,"");a.f=b}}function Ae(a,b){var c=a.f;if(c){if(c.o)return Object.assign(b,c.o),!0}else{c=a.parsedCssText;for(var d;a=Fd.exec(c);){d=(a[2]||a[3]).trim();if("inherit"!==d||"unset"!==d)b[a[1].trim()]=d;d=!0}return d}}
function Be(a,b,c){b&&(b=0<=b.indexOf(";")?Ce(a,b,c):Pd(b,function(b,e,f,g){if(!e)return b+g;(e=Be(a,c[e],c))&&"initial"!==e?"apply-shim-inherit"===e&&(e="inherit"):e=Be(a,c[f]||f,c)||f;return b+(e||"")+g}));return b&&b.trim()||""}
function Ce(a,b,c){b=b.split(";");for(var d=0,e,f;d<b.length;d++)if(e=b[d]){Gd.lastIndex=0;if(f=Gd.exec(e))e=Be(a,c[f[1]],c);else if(f=e.indexOf(":"),-1!==f){var g=e.substring(f);g=g.trim();g=Be(a,g,c)||g;e=e.substring(0,f)+g}b[d]=e&&e.lastIndexOf(";")===e.length-1?e.slice(0,-1):e||""}return b.join(";")}
function De(a,b){var c={},d=[];S(a,function(a){a.f||ze(a);var e=a.j||a.parsedSelector;b&&a.f.o&&e&&ve.call(b,e)&&(Ae(a,c),a=a.index,e=parseInt(a/32,10),d[e]=(d[e]||0)|1<<a%32)},null,!0);return{o:c,key:d}}
function Ee(a,b,c,d,e){c.f||ze(c);if(c.f.o){b=U(b);a=b.is;b=b.I;b=a?Yd(a,b):"html";var f=c.parsedSelector,g=":host > *"===f||"html"===f,h=0===f.indexOf(":host")&&!g;"shady"===d&&(g=f===b+" > *."+b||-1!==f.indexOf("html"),h=!g&&0===f.indexOf(b));"shadow"===d&&(g=":host > *"===f||"html"===f,h=h&&!g);if(g||h)d=b,h&&(P&&!c.j&&(c.j=$d(V,c,V.b,a?Zd+a:"",b)),d=c.j||b),e({Ba:d,xa:h,Ma:g})}}
function Fe(a,b){var c={},d={},e=Ge,f=b&&b.__cssBuild;S(b,function(b){Ee(e,a,b,f,function(e){ve.call(a.La||a,e.Ba)&&(e.xa?Ae(b,c):Ae(b,d))})},null,!0);return{Aa:d,wa:c}}
function He(a,b,c,d){var e=U(b),f=Yd(e.is,e.I),g=new RegExp("(?:^|[^.#[:])"+(b.extends?"\\"+f.slice(0,-1)+"\\]":f)+"($|[.:[\\s>+~])");e=W(b).s;var h=Ie(e,d);return Wd(b,e,function(b){var e="";b.f||ze(b);b.f.cssText&&(e=Ce(a,b.f.cssText,c));b.cssText=e;if(!P&&!Md(b)&&b.cssText){var k=e=b.cssText;null==b.fa&&(b.fa=Id.test(e));if(b.fa)if(null==b.N){b.N=[];for(var q in h)k=h[q],k=k(e),e!==k&&(e=k,b.N.push(q))}else{for(q=0;q<b.N.length;++q)k=h[b.N[q]],e=k(e);k=e}b.cssText=k;b.j=b.j||b.selector;e="."+d;
q=b.j.split(",");k=0;for(var H=q.length,N;k<H&&(N=q[k]);k++)q[k]=N.match(g)?N.replace(f,e):e+" "+N;b.selector=q.join(",")}})}function Ie(a,b){a=a.b;var c={};if(!P&&a)for(var d=0,e=a[d];d<a.length;e=a[++d]){var f=e,g=b;f.i=new RegExp(f.keyframesName,"g");f.a=f.keyframesName+"-"+g;f.j=f.j||f.selector;f.selector=f.j.replace(f.keyframesName,f.a);c[e.keyframesName]=Je(e)}return c}function Je(a){return function(b){return b.replace(a.i,a.a)}}
function Ke(a,b){var c=Ge,d=Ld(a);a.textContent=R(d,function(a){var d=a.cssText=a.parsedCssText;a.f&&a.f.cssText&&(d=d.replace(zd,"").replace(Ad,""),a.cssText=Ce(c,d,b))})}p.Object.defineProperties(xe.prototype,{a:{configurable:!0,enumerable:!0,get:function(){return"x-scope"}}});var Ge=new xe;var Le={},Me=window.customElements;if(Me&&!P){var Ne=Me.define;Me.define=function(a,b,c){var d=document.createComment(" Shady DOM styles for "+a+" "),e=document.head;e.insertBefore(d,(T?T.nextSibling:null)||e.firstChild);T=d;Le[a]=d;return Ne.call(Me,a,b,c)}};function Oe(a){this.cache={};this.a=void 0===a?100:a}Oe.prototype.store=function(a,b,c,d){var e=this.cache[a]||[];e.push({o:b,styleElement:c,m:d});e.length>this.a&&e.shift();this.cache[a]=e};Oe.prototype.fetch=function(a,b,c){if(a=this.cache[a])for(var d=a.length-1;0<=d;d--){var e=a[d],f;a:{for(f=0;f<c.length;f++){var g=c[f];if(e.o[g]!==b[g]){f=!1;break a}}f=!0}if(f)return e}};function Pe(){}
function Qe(a){for(var b=0;b<a.length;b++){var c=a[b];if(c.target!==document.documentElement&&c.target!==document.head)for(var d=0;d<c.addedNodes.length;d++){var e=c.addedNodes[d];if(e.nodeType===Node.ELEMENT_NODE){var f=e.getRootNode();var g=e;var h=[];g.classList?h=Array.from(g.classList):g instanceof window.SVGElement&&g.hasAttribute("class")&&(h=g.getAttribute("class").split(/\s+/));g=h;h=g.indexOf(V.a);if((g=-1<h?g[h+1]:"")&&f===e.ownerDocument)Sd(e,g,!0);else if(f.nodeType===Node.DOCUMENT_FRAGMENT_NODE&&
(f=f.host))if(f=U(f).is,g===f)for(e=window.ShadyDOM.nativeMethods.querySelectorAll.call(e,":not(."+V.a+")"),f=0;f<e.length;f++)Ud(e[f],g);else g&&Sd(e,g,!0),Sd(e,f)}}}}
if(!P){var Re=new MutationObserver(Qe),Se=function(a){Re.observe(a,{childList:!0,subtree:!0})};if(window.customElements&&!window.customElements.polyfillWrapFlushCallback)Se(document);else{var Te=function(){Se(document.body)};window.HTMLImports?window.HTMLImports.whenReady(Te):requestAnimationFrame(function(){if("loading"===document.readyState){var a=function(){Te();document.removeEventListener("readystatechange",a)};document.addEventListener("readystatechange",a)}else Te()})}Pe=function(){Qe(Re.takeRecords())}}
var Ue=Pe;var Ve={};var We=Promise.resolve();function Xe(a){if(a=Ve[a])a._applyShimCurrentVersion=a._applyShimCurrentVersion||0,a._applyShimValidatingVersion=a._applyShimValidatingVersion||0,a._applyShimNextVersion=(a._applyShimNextVersion||0)+1}function Ye(a){return a._applyShimCurrentVersion===a._applyShimNextVersion}function Ze(a){a._applyShimValidatingVersion=a._applyShimNextVersion;a.b||(a.b=!0,We.then(function(){a._applyShimCurrentVersion=a._applyShimNextVersion;a.b=!1}))};var $e=null,af=window.HTMLImports&&window.HTMLImports.whenReady||null,bf;function cf(a){requestAnimationFrame(function(){af?af(a):($e||($e=new Promise(function(a){bf=a}),"complete"===document.readyState?bf():document.addEventListener("readystatechange",function(){"complete"===document.readyState&&bf()})),$e.then(function(){a&&a()}))})};var df=new Oe;function Y(){var a=this;this.ea={};this.c=document.documentElement;var b=new md;b.rules=[];this.i=ue(this.c,new te(b));this.u=!1;this.b=this.a=null;cf(function(){ef(a)})}n=Y.prototype;n.ja=function(){Ue()};n.ua=function(a){return Ld(a)};n.Da=function(a){return R(a)};
n.prepareTemplate=function(a,b,c){if(!a.i){a.i=!0;a.name=b;a.extends=c;Ve[b]=a;var d=(d=a.content.querySelector("style"))?d.getAttribute("css-build")||"":"";var e=a.content.querySelectorAll("style");for(var f=[],g=0;g<e.length;g++){var h=e[g];f.push(h.textContent);h.parentNode.removeChild(h)}e=f.join("").trim();c={is:b,extends:c,Ia:d};P||Sd(a.content,b);ef(this);f=Gd.test(e)||Fd.test(e);Gd.lastIndex=0;Fd.lastIndex=0;e=nd(e);f&&Q&&this.a&&this.a.transformRules(e,b);a._styleAst=e;a.u=d;d=[];Q||(d=ye(a._styleAst));
if(!d.length||Q)e=P?a.content:null,b=Le[b],f=Wd(c,a._styleAst),b=f.length?Nd(f,c.is,e,b):void 0,a.a=b;a.c=d}};function ff(a){!a.b&&window.ShadyCSS&&window.ShadyCSS.CustomStyleInterface&&(a.b=window.ShadyCSS.CustomStyleInterface,a.b.transformCallback=function(b){a.ha(b)},a.b.validateCallback=function(){requestAnimationFrame(function(){(a.b.enqueued||a.u)&&a.A()})})}function ef(a){!a.a&&window.ShadyCSS&&window.ShadyCSS.ApplyShim&&(a.a=window.ShadyCSS.ApplyShim,a.a.invalidCallback=Xe);ff(a)}
n.A=function(){ef(this);if(this.b){var a=this.b.processStyles();if(this.b.enqueued){if(Q)for(var b=0;b<a.length;b++){var c=this.b.getStyleForCustomStyle(a[b]);if(c&&Q&&this.a){var d=Ld(c);ef(this);this.a.transformRules(d);c.textContent=R(d)}}else for(gf(this,this.c,this.i),b=0;b<a.length;b++)(c=this.b.getStyleForCustomStyle(a[b]))&&Ke(c,this.i.v);this.b.enqueued=!1;this.u&&!Q&&this.styleDocument()}}};
n.styleElement=function(a,b){var c=U(a).is,d=W(a);if(!d){var e=U(a);d=e.is;e=e.I;var f=Le[d];d=Ve[d];if(d){var g=d._styleAst;var h=d.c}d=ue(a,new te(g,f,h,0,e))}a!==this.c&&(this.u=!0);b&&(d.B=d.B||{},Object.assign(d.B,b));if(Q){if(d.B){b=d.B;for(var k in b)null===k?a.style.removeProperty(k):a.style.setProperty(k,b[k])}if(((k=Ve[c])||a===this.c)&&k&&k.a&&!Ye(k)){if(Ye(k)||k._applyShimValidatingVersion!==k._applyShimNextVersion)ef(this),this.a&&this.a.transformRules(k._styleAst,c),k.a.textContent=
Wd(a,d.s),Ze(k);P&&(c=a.shadowRoot)&&(c.querySelector("style").textContent=Wd(a,d.s));d.s=k._styleAst}}else if(gf(this,a,d),d.Z&&d.Z.length){c=d;k=U(a).is;d=(b=df.fetch(k,c.v,c.Z))?b.styleElement:null;g=c.m;(h=b&&b.m)||(h=this.ea[k]=(this.ea[k]||0)+1,h=k+"-"+h);c.m=h;h=c.m;e=Ge;e=d?d.textContent||"":He(e,a,c.v,h);f=W(a);var l=f.a;l&&!P&&l!==d&&(l._useCount--,0>=l._useCount&&l.parentNode&&l.parentNode.removeChild(l));P?f.a?(f.a.textContent=e,d=f.a):e&&(d=Nd(e,h,a.shadowRoot,f.b)):d?d.parentNode||(we&&
-1<e.indexOf("@media")&&(d.textContent=e),Od(d,null,f.b)):e&&(d=Nd(e,h,null,f.b));d&&(d._useCount=d._useCount||0,f.a!=d&&d._useCount++,f.a=d);h=d;P||(d=c.m,f=e=a.getAttribute("class")||"",g&&(f=e.replace(new RegExp("\\s*x-scope\\s*"+g+"\\s*","g")," ")),f+=(f?" ":"")+"x-scope "+d,e!==f&&Qd(a,f));b||df.store(k,c.v,h,c.m)}};function hf(a,b){return(b=b.getRootNode().host)?W(b)?b:hf(a,b):a.c}
function gf(a,b,c){a=hf(a,b);var d=W(a);a=Object.create(d.v||null);var e=Fe(b,c.s);b=De(d.s,b).o;Object.assign(a,e.wa,b,e.Aa);b=c.B;for(var f in b)if((e=b[f])||0===e)a[f]=e;f=Ge;b=Object.getOwnPropertyNames(a);for(e=0;e<b.length;e++)d=b[e],a[d]=Be(f,a[d],a);c.v=a}n.styleDocument=function(a){this.styleSubtree(this.c,a)};
n.styleSubtree=function(a,b){var c=a.shadowRoot;(c||a===this.c)&&this.styleElement(a,b);if(b=c&&(c.children||c.childNodes))for(a=0;a<b.length;a++)this.styleSubtree(b[a]);else if(a=a.children||a.childNodes)for(b=0;b<a.length;b++)this.styleSubtree(a[b])};n.ha=function(a){var b=this,c=Ld(a);S(c,function(a){if(P)qe(a);else{var c=V;a.selector=a.parsedSelector;qe(a);a.selector=a.j=$d(c,a,c.c,void 0,void 0)}Q&&(ef(b),b.a&&b.a.transformRule(a))});Q?a.textContent=R(c):this.i.s.rules.push(c)};
n.getComputedStyleValue=function(a,b){var c;Q||(c=(W(a)||W(hf(this,a))).v[b]);return(c=c||window.getComputedStyle(a).getPropertyValue(b))?c.trim():""};n.Ca=function(a,b){var c=a.getRootNode();b=b?b.split(/\s/):[];c=c.host&&c.host.localName;if(!c){var d=a.getAttribute("class");if(d){d=d.split(/\s/);for(var e=0;e<d.length;e++)if(d[e]===V.a){c=d[e+1];break}}}c&&b.push(V.a,c);Q||(c=W(a))&&c.m&&b.push(Ge.a,c.m);Qd(a,b.join(" "))};n.sa=function(a){return W(a)};Y.prototype.flush=Y.prototype.ja;
function yd(a,b,c){c=void 0===c?"":c;var d="";if(a.cssText||a.rules){var e=a.rules,f;if(f=e)f=e[0],f=!(f&&f.selector&&0===f.selector.indexOf("--"));if(f){f=0;for(var h=e.length,g;f<h&&(g=e[f]);f++)d=yd(g,b,d)}else b?b=a.cssText:(b=a.cssText,b=b.replace(zd,"").replace(Ad,""),b=b.replace(Bd,"").replace(Cd,"")),(d=b.trim())&&(d=" "+d+"\n")}d&&(a.selector&&(c+=a.selector+" {\n"),c+=d,a.selector&&(c+="}\n\n"));return c}
var xd=1,vd=7,td=4,wd=1E3,od=/\/\*[^*]*\*+([^/*][^*]*\*+)*\//gim,pd=/@import[^;]*;/gim,zd=/(?:^[^;\-\s}]+)?--[^;{}]*?:[^{};]*?(?:[;\n]|$)/gim,Ad=/(?:^[^;\-\s}]+)?--[^;{}]*?:[^{};]*?{[^}]*?}(?:[;\n]|$)?/gim,Bd=/@apply\s*\(?[^);]*\)?\s*(?:[;\n]|$)?/gim,Cd=/[^;:]*?:[^;]*?var\([^;]*\)(?:[;\n]|$)?/gim,ud=/^@[^\s]*keyframes/,sd=/\s+/g;var P=!(window.ShadyDOM&&window.ShadyDOM.inUse),Dd;function Ed(a){Dd=a&&a.shimcssproperties?!1:P||!(navigator.userAgent.match(/AppleWebKit\/601|Edge\/15/)||!window.CSS||!CSS.supports||!CSS.supports("box-shadow","0 0 0 var(--foo)"))}window.ShadyCSS&&void 0!==window.ShadyCSS.nativeCss?Dd=window.ShadyCSS.nativeCss:window.ShadyCSS?(Ed(window.ShadyCSS),window.ShadyCSS=void 0):Ed(window.WebComponents&&window.WebComponents.flags);var Q=Dd;var Fd=/(?:^|[;\s{]\s*)(--[\w-]*?)\s*:\s*(?:((?:'(?:\\'|.)*?'|"(?:\\"|.)*?"|\([^)]*?\)|[^};{])+)|\{([^}]*)\}(?:(?=[;\s}])|$))/gi,Gd=/(?:^|\W+)@apply\s*\(?([^);\n]*)\)?/gi,Hd=/(--[\w-]+)\s*([:,;)]|$)/gi,Id=/(animation\s*:)|(animation-name\s*:)/,Jd=/@media\s(.*)/,Kd=/\{[^}]*\}/g;var Ld=new Set;function R(a,b){if(!a)return"";"string"===typeof a&&(a=nd(a));b&&S(a,b);return yd(a,Q)}function Md(a){!a.__cssRules&&a.textContent&&(a.__cssRules=nd(a.textContent));return a.__cssRules||null}function Nd(a){return!!a.parent&&a.parent.type===vd}function S(a,b,c,d){if(a){var e=!1,f=a.type;if(d&&f===td){var h=a.selector.match(Jd);h&&(window.matchMedia(h[1]).matches||(e=!0))}f===xd?b(a):c&&f===vd?c(a):f===wd&&(e=!0);if((a=a.rules)&&!e){e=0;f=a.length;for(var g;e<f&&(g=a[e]);e++)S(g,b,c,d)}}}
function Od(a,b,c,d){var e=document.createElement("style");b&&e.setAttribute("scope",b);e.textContent=a;Pd(e,c,d);return e}var T=null;function Pd(a,b,c){b=b||document.head;b.insertBefore(a,c&&c.nextSibling||b.firstChild);T?a.compareDocumentPosition(T)===Node.DOCUMENT_POSITION_PRECEDING&&(T=a):T=a}
function Qd(a,b){var c=a.indexOf("var(");if(-1===c)return b(a,"","","");a:{var d=0;var e=c+3;for(var f=a.length;e<f;e++)if("("===a[e])d++;else if(")"===a[e]&&0===--d)break a;e=-1}d=a.substring(c+4,e);c=a.substring(0,c);a=Qd(a.substring(e+1),b);e=d.indexOf(",");return-1===e?b(c,d.trim(),"",a):b(c,d.substring(0,e).trim(),d.substring(e+1).trim(),a)}function Rd(a,b){P?a.setAttribute("class",b):window.ShadyDOM.nativeMethods.setAttribute.call(a,"class",b)}
function U(a){var b=a.localName,c="";b?-1<b.indexOf("-")||(c=b,b=a.getAttribute&&a.getAttribute("is")||""):(b=a.is,c=a.extends);return{is:b,I:c}};function Sd(){}function Td(a,b,c){var d=V;a.__styleScoped?a.__styleScoped=null:Ud(d,a,b||"",c)}function Ud(a,b,c,d){b.nodeType===Node.ELEMENT_NODE&&Vd(b,c,d);if(b="template"===b.localName?(b.content||b.Ka).childNodes:b.children||b.childNodes)for(var e=0;e<b.length;e++)Ud(a,b[e],c,d)}
function Vd(a,b,c){if(b)if(a.classList)c?(a.classList.remove("style-scope"),a.classList.remove(b)):(a.classList.add("style-scope"),a.classList.add(b));else if(a.getAttribute){var d=a.getAttribute(Wd);c?d&&(b=d.replace("style-scope","").replace(b,""),Rd(a,b)):Rd(a,(d?d+" ":"")+"style-scope "+b)}}function Xd(a,b,c){var d=V,e=a.__cssBuild;P||"shady"===e?b=R(b,c):(a=U(a),b=Yd(d,b,a.is,a.I,c)+"\n\n");return b.trim()}
function Yd(a,b,c,d,e){var f=Zd(c,d);c=c?$d+c:"";return R(b,function(b){b.c||(b.selector=b.j=ae(a,b,a.b,c,f),b.c=!0);e&&e(b,c,f)})}function Zd(a,b){return b?"[is="+a+"]":a}function ae(a,b,c,d,e){var f=b.selector.split(be);if(!Nd(b)){b=0;for(var h=f.length,g;b<h&&(g=f[b]);b++)f[b]=c.call(a,g,d,e)}return f.join(be)}function ce(a){return a.replace(de,function(a,c,d){-1<d.indexOf("+")?d=d.replace(/\+/g,"___"):-1<d.indexOf("___")&&(d=d.replace(/___/g,"+"));return":"+c+"("+d+")"})}
Sd.prototype.b=function(a,b,c){var d=!1;a=a.trim();var e=de.test(a);e&&(a=a.replace(de,function(a,b,c){return":"+b+"("+c.replace(/\s/g,"")+")"}),a=ce(a));a=a.replace(ee,fe+" $1");a=a.replace(ge,function(a,e,g){d||(a=he(g,e,b,c),d=d||a.stop,e=a.ta,g=a.value);return e+g});e&&(a=ce(a));return a};
function he(a,b,c,d){var e=a.indexOf(ie);0<=a.indexOf(fe)?a=je(a,d):0!==e&&(a=c?ke(a,c):a);c=!1;0<=e&&(b="",c=!0);if(c){var f=!0;c&&(a=a.replace(le,function(a,b){return" > "+b}))}a=a.replace(me,function(a,b,c){return'[dir="'+c+'"] '+b+", "+b+'[dir="'+c+'"]'});return{value:a,ta:b,stop:f}}function ke(a,b){a=a.split(ne);a[0]+=b;return a.join(ne)}
function je(a,b){var c=a.match(oe);return(c=c&&c[2].trim()||"")?c[0].match(pe)?a.replace(oe,function(a,c,f){return b+f}):c.split(pe)[0]===b?c:qe:a.replace(fe,b)}function re(a){a.selector===se&&(a.selector="html")}Sd.prototype.c=function(a){return a.match(ie)?this.b(a,te):ke(a.trim(),te)};p.Object.defineProperties(Sd.prototype,{a:{configurable:!0,enumerable:!0,get:function(){return"style-scope"}}});
var de=/:(nth[-\w]+)\(([^)]+)\)/,te=":not(.style-scope)",be=",",ge=/(^|[\s>+~]+)((?:\[.+?\]|[^\s>+~=[])+)/g,pe=/[[.:#*]/,fe=":host",se=":root",ie="::slotted",ee=new RegExp("^("+ie+")"),oe=/(:host)(?:\(((?:\([^)(]*\)|[^)(]*)+?)\))/,le=/(?:::slotted)(?:\(((?:\([^)(]*\)|[^)(]*)+?)\))/,me=/(.*):dir\((?:(ltr|rtl))\)/,$d=".",ne=":",Wd="class",qe="should_not_match",V=new Sd;function ue(a,b,c,d){this.s=a||null;this.b=b||null;this.Z=c||[];this.B=null;this.I=d||"";this.a=this.m=this.v=null}function W(a){return a?a.__styleInfo:null}function ve(a,b){return a.__styleInfo=b}ue.prototype.c=function(){return this.s};ue.prototype._getStyleRules=ue.prototype.c;var we,X=window.Element.prototype;we=X.matches||X.matchesSelector||X.mozMatchesSelector||X.msMatchesSelector||X.oMatchesSelector||X.webkitMatchesSelector;var xe=navigator.userAgent.match("Trident");function ye(){}function ze(a){var b={},c=[],d=0;S(a,function(a){Ae(a);a.index=d++;a=a.f.cssText;for(var c;c=Hd.exec(a);){var e=c[1];":"!==c[2]&&(b[e]=!0)}},function(a){c.push(a)});a.b=c;a=[];for(var e in b)a.push(e);return a}
function Ae(a){if(!a.f){var b={},c={};Be(a,c)&&(b.o=c,a.rules=null);b.cssText=a.parsedCssText.replace(Kd,"").replace(Fd,"");a.f=b}}function Be(a,b){var c=a.f;if(c){if(c.o)return Object.assign(b,c.o),!0}else{c=a.parsedCssText;for(var d;a=Fd.exec(c);){d=(a[2]||a[3]).trim();if("inherit"!==d||"unset"!==d)b[a[1].trim()]=d;d=!0}return d}}
function Ce(a,b,c){b&&(b=0<=b.indexOf(";")?De(a,b,c):Qd(b,function(b,e,f,h){if(!e)return b+h;(e=Ce(a,c[e],c))&&"initial"!==e?"apply-shim-inherit"===e&&(e="inherit"):e=Ce(a,c[f]||f,c)||f;return b+(e||"")+h}));return b&&b.trim()||""}
function De(a,b,c){b=b.split(";");for(var d=0,e,f;d<b.length;d++)if(e=b[d]){Gd.lastIndex=0;if(f=Gd.exec(e))e=Ce(a,c[f[1]],c);else if(f=e.indexOf(":"),-1!==f){var h=e.substring(f);h=h.trim();h=Ce(a,h,c)||h;e=e.substring(0,f)+h}b[d]=e&&e.lastIndexOf(";")===e.length-1?e.slice(0,-1):e||""}return b.join(";")}
function Ee(a,b){var c={},d=[];S(a,function(a){a.f||Ae(a);var e=a.j||a.parsedSelector;b&&a.f.o&&e&&we.call(b,e)&&(Be(a,c),a=a.index,e=parseInt(a/32,10),d[e]=(d[e]||0)|1<<a%32)},null,!0);return{o:c,key:d}}
function Fe(a,b,c,d){b.f||Ae(b);if(b.f.o){var e=U(a);a=e.is;e=e.I;e=a?Zd(a,e):"html";var f=b.parsedSelector,h=":host > *"===f||"html"===f,g=0===f.indexOf(":host")&&!h;"shady"===c&&(h=f===e+" > *."+e||-1!==f.indexOf("html"),g=!h&&0===f.indexOf(e));"shadow"===c&&(h=":host > *"===f||"html"===f,g=g&&!h);if(h||g)c=e,g&&(P&&!b.j&&(b.j=ae(V,b,V.b,a?$d+a:"",e)),c=b.j||e),d({Ba:c,xa:g,Ma:h})}}
function Ge(a,b){var c={},d={},e=b&&b.__cssBuild;S(b,function(b){Fe(a,b,e,function(e){we.call(a.La||a,e.Ba)&&(e.xa?Be(b,c):Be(b,d))})},null,!0);return{Aa:d,wa:c}}
function He(a,b,c,d){var e=U(b),f=Zd(e.is,e.I),h=new RegExp("(?:^|[^.#[:])"+(b.extends?"\\"+f.slice(0,-1)+"\\]":f)+"($|[.:[\\s>+~])");e=W(b).s;var g=Ie(e,d);return Xd(b,e,function(b){var e="";b.f||Ae(b);b.f.cssText&&(e=De(a,b.f.cssText,c));b.cssText=e;if(!P&&!Nd(b)&&b.cssText){var k=e=b.cssText;null==b.fa&&(b.fa=Id.test(e));if(b.fa)if(null==b.N){b.N=[];for(var q in g)k=g[q],k=k(e),e!==k&&(e=k,b.N.push(q))}else{for(q=0;q<b.N.length;++q)k=g[b.N[q]],e=k(e);k=e}b.cssText=k;b.j=b.j||b.selector;e="."+d;
q=b.j.split(",");k=0;for(var H=q.length,N;k<H&&(N=q[k]);k++)q[k]=N.match(h)?N.replace(f,e):e+" "+N;b.selector=q.join(",")}})}function Ie(a,b){a=a.b;var c={};if(!P&&a)for(var d=0,e=a[d];d<a.length;e=a[++d]){var f=e,h=b;f.i=new RegExp(f.keyframesName,"g");f.a=f.keyframesName+"-"+h;f.j=f.j||f.selector;f.selector=f.j.replace(f.keyframesName,f.a);c[e.keyframesName]=Je(e)}return c}function Je(a){return function(b){return b.replace(a.i,a.a)}}
function Ke(a,b){var c=Le,d=Md(a);a.textContent=R(d,function(a){var d=a.cssText=a.parsedCssText;a.f&&a.f.cssText&&(d=d.replace(zd,"").replace(Ad,""),a.cssText=De(c,d,b))})}p.Object.defineProperties(ye.prototype,{a:{configurable:!0,enumerable:!0,get:function(){return"x-scope"}}});var Le=new ye;var Me={},Ne=window.customElements;if(Ne&&!P){var Oe=Ne.define;Ne.define=function(a,b,c){var d=document.createComment(" Shady DOM styles for "+a+" "),e=document.head;e.insertBefore(d,(T?T.nextSibling:null)||e.firstChild);T=d;Me[a]=d;return Oe.call(Ne,a,b,c)}};function Pe(){this.cache={}}Pe.prototype.store=function(a,b,c,d){var e=this.cache[a]||[];e.push({o:b,styleElement:c,m:d});100<e.length&&e.shift();this.cache[a]=e};Pe.prototype.fetch=function(a,b,c){if(a=this.cache[a])for(var d=a.length-1;0<=d;d--){var e=a[d],f;a:{for(f=0;f<c.length;f++){var h=c[f];if(e.o[h]!==b[h]){f=!1;break a}}f=!0}if(f)return e}};function Qe(){}
function Re(a){for(var b=0;b<a.length;b++){var c=a[b];if(c.target!==document.documentElement&&c.target!==document.head)for(var d=0;d<c.addedNodes.length;d++){var e=c.addedNodes[d];if(e.nodeType===Node.ELEMENT_NODE){var f=e.getRootNode();var h=e;var g=[];h.classList?g=Array.from(h.classList):h instanceof window.SVGElement&&h.hasAttribute("class")&&(g=h.getAttribute("class").split(/\s+/));h=g;g=h.indexOf(V.a);if((h=-1<g?h[g+1]:"")&&f===e.ownerDocument)Td(e,h,!0);else if(f.nodeType===Node.DOCUMENT_FRAGMENT_NODE&&
(f=f.host))if(f=U(f).is,h===f)for(e=window.ShadyDOM.nativeMethods.querySelectorAll.call(e,":not(."+V.a+")"),f=0;f<e.length;f++)Vd(e[f],h);else h&&Td(e,h,!0),Td(e,f)}}}}
if(!P){var Se=new MutationObserver(Re),Te=function(a){Se.observe(a,{childList:!0,subtree:!0})};if(window.customElements&&!window.customElements.polyfillWrapFlushCallback)Te(document);else{var Ue=function(){Te(document.body)};window.HTMLImports?window.HTMLImports.whenReady(Ue):requestAnimationFrame(function(){if("loading"===document.readyState){var a=function(){Ue();document.removeEventListener("readystatechange",a)};document.addEventListener("readystatechange",a)}else Ue()})}Qe=function(){Re(Se.takeRecords())}}
var Ve=Qe;var We={};var Xe=Promise.resolve();function Ye(a){if(a=We[a])a._applyShimCurrentVersion=a._applyShimCurrentVersion||0,a._applyShimValidatingVersion=a._applyShimValidatingVersion||0,a._applyShimNextVersion=(a._applyShimNextVersion||0)+1}function Ze(a){return a._applyShimCurrentVersion===a._applyShimNextVersion}function $e(a){a._applyShimValidatingVersion=a._applyShimNextVersion;a.b||(a.b=!0,Xe.then(function(){a._applyShimCurrentVersion=a._applyShimNextVersion;a.b=!1}))};var af=null,bf=window.HTMLImports&&window.HTMLImports.whenReady||null,cf;function df(a){requestAnimationFrame(function(){bf?bf(a):(af||(af=new Promise(function(a){cf=a}),"complete"===document.readyState?cf():document.addEventListener("readystatechange",function(){"complete"===document.readyState&&cf()})),af.then(function(){a&&a()}))})};var ef=new Pe;function Y(){var a=this;this.ea={};this.c=document.documentElement;var b=new md;b.rules=[];this.i=ve(this.c,new ue(b));this.u=!1;this.b=this.a=null;df(function(){ff(a)})}n=Y.prototype;n.ja=function(){Ve()};n.ua=function(a){return Md(a)};n.Da=function(a){return R(a)};
n.prepareTemplate=function(a,b,c){if(!a.i){a.i=!0;a.name=b;a.extends=c;We[b]=a;var d=(d=a.content.querySelector("style"))?d.getAttribute("css-build")||"":"";var e=[];for(var f=a.content.querySelectorAll("style"),h=0;h<f.length;h++){var g=f[h];if(g.hasAttribute("shady-unscoped")){if(!P){var k=g.textContent;Ld.has(k)||(Ld.add(k),k=g.cloneNode(!0),document.head.appendChild(k));g.parentNode.removeChild(g)}}else e.push(g.textContent),g.parentNode.removeChild(g)}e=e.join("").trim();c={is:b,extends:c,Ia:d};
P||Td(a.content,b);ff(this);f=Gd.test(e)||Fd.test(e);Gd.lastIndex=0;Fd.lastIndex=0;e=nd(e);f&&Q&&this.a&&this.a.transformRules(e,b);a._styleAst=e;a.u=d;d=[];Q||(d=ze(a._styleAst));if(!d.length||Q)e=P?a.content:null,b=Me[b],f=Xd(c,a._styleAst),b=f.length?Od(f,c.is,e,b):void 0,a.a=b;a.c=d}};
function gf(a){!a.b&&window.ShadyCSS&&window.ShadyCSS.CustomStyleInterface&&(a.b=window.ShadyCSS.CustomStyleInterface,a.b.transformCallback=function(b){a.ha(b)},a.b.validateCallback=function(){requestAnimationFrame(function(){(a.b.enqueued||a.u)&&a.A()})})}function ff(a){!a.a&&window.ShadyCSS&&window.ShadyCSS.ApplyShim&&(a.a=window.ShadyCSS.ApplyShim,a.a.invalidCallback=Ye);gf(a)}
n.A=function(){ff(this);if(this.b){var a=this.b.processStyles();if(this.b.enqueued){if(Q)for(var b=0;b<a.length;b++){var c=this.b.getStyleForCustomStyle(a[b]);if(c&&Q&&this.a){var d=Md(c);ff(this);this.a.transformRules(d);c.textContent=R(d)}}else for(hf(this,this.c,this.i),b=0;b<a.length;b++)(c=this.b.getStyleForCustomStyle(a[b]))&&Ke(c,this.i.v);this.b.enqueued=!1;this.u&&!Q&&this.styleDocument()}}};
n.styleElement=function(a,b){var c=U(a).is,d=W(a);if(!d){var e=U(a);d=e.is;e=e.I;var f=Me[d];d=We[d];if(d){var h=d._styleAst;var g=d.c}d=ve(a,new ue(h,f,g,e))}a!==this.c&&(this.u=!0);b&&(d.B=d.B||{},Object.assign(d.B,b));if(Q){if(d.B){b=d.B;for(var k in b)null===k?a.style.removeProperty(k):a.style.setProperty(k,b[k])}if(((k=We[c])||a===this.c)&&k&&k.a&&!Ze(k)){if(Ze(k)||k._applyShimValidatingVersion!==k._applyShimNextVersion)ff(this),this.a&&this.a.transformRules(k._styleAst,c),k.a.textContent=Xd(a,
d.s),$e(k);P&&(c=a.shadowRoot)&&(c.querySelector("style").textContent=Xd(a,d.s));d.s=k._styleAst}}else if(hf(this,a,d),d.Z&&d.Z.length){c=d;k=U(a).is;d=(b=ef.fetch(k,c.v,c.Z))?b.styleElement:null;h=c.m;(g=b&&b.m)||(g=this.ea[k]=(this.ea[k]||0)+1,g=k+"-"+g);c.m=g;g=c.m;e=Le;e=d?d.textContent||"":He(e,a,c.v,g);f=W(a);var l=f.a;l&&!P&&l!==d&&(l._useCount--,0>=l._useCount&&l.parentNode&&l.parentNode.removeChild(l));P?f.a?(f.a.textContent=e,d=f.a):e&&(d=Od(e,g,a.shadowRoot,f.b)):d?d.parentNode||(xe&&-1<
e.indexOf("@media")&&(d.textContent=e),Pd(d,null,f.b)):e&&(d=Od(e,g,null,f.b));d&&(d._useCount=d._useCount||0,f.a!=d&&d._useCount++,f.a=d);g=d;P||(d=c.m,f=e=a.getAttribute("class")||"",h&&(f=e.replace(new RegExp("\\s*x-scope\\s*"+h+"\\s*","g")," ")),f+=(f?" ":"")+"x-scope "+d,e!==f&&Rd(a,f));b||ef.store(k,c.v,g,c.m)}};function jf(a,b){return(b=b.getRootNode().host)?W(b)?b:jf(a,b):a.c}
function hf(a,b,c){a=jf(a,b);var d=W(a);a=Object.create(d.v||null);var e=Ge(b,c.s);b=Ee(d.s,b).o;Object.assign(a,e.wa,b,e.Aa);b=c.B;for(var f in b)if((e=b[f])||0===e)a[f]=e;f=Le;b=Object.getOwnPropertyNames(a);for(e=0;e<b.length;e++)d=b[e],a[d]=Ce(f,a[d],a);c.v=a}n.styleDocument=function(a){this.styleSubtree(this.c,a)};
n.styleSubtree=function(a,b){var c=a.shadowRoot;(c||a===this.c)&&this.styleElement(a,b);if(b=c&&(c.children||c.childNodes))for(a=0;a<b.length;a++)this.styleSubtree(b[a]);else if(a=a.children||a.childNodes)for(b=0;b<a.length;b++)this.styleSubtree(a[b])};n.ha=function(a){var b=this,c=Md(a);S(c,function(a){if(P)re(a);else{var c=V;a.selector=a.parsedSelector;re(a);a.selector=a.j=ae(c,a,c.c,void 0,void 0)}Q&&(ff(b),b.a&&b.a.transformRule(a))});Q?a.textContent=R(c):this.i.s.rules.push(c)};
n.getComputedStyleValue=function(a,b){var c;Q||(c=(W(a)||W(jf(this,a))).v[b]);return(c=c||window.getComputedStyle(a).getPropertyValue(b))?c.trim():""};n.Ca=function(a,b){var c=a.getRootNode();b=b?b.split(/\s/):[];c=c.host&&c.host.localName;if(!c){var d=a.getAttribute("class");if(d){d=d.split(/\s/);for(var e=0;e<d.length;e++)if(d[e]===V.a){c=d[e+1];break}}}c&&b.push(V.a,c);Q||(c=W(a))&&c.m&&b.push(Le.a,c.m);Rd(a,b.join(" "))};n.sa=function(a){return W(a)};Y.prototype.flush=Y.prototype.ja;
Y.prototype.prepareTemplate=Y.prototype.prepareTemplate;Y.prototype.styleElement=Y.prototype.styleElement;Y.prototype.styleDocument=Y.prototype.styleDocument;Y.prototype.styleSubtree=Y.prototype.styleSubtree;Y.prototype.getComputedStyleValue=Y.prototype.getComputedStyleValue;Y.prototype.setElementClass=Y.prototype.Ca;Y.prototype._styleInfoForNode=Y.prototype.sa;Y.prototype.transformCustomStyleForDocument=Y.prototype.ha;Y.prototype.getStyleAst=Y.prototype.ua;Y.prototype.styleAstToString=Y.prototype.Da;
Y.prototype.flushCustomStyles=Y.prototype.A;Object.defineProperties(Y.prototype,{nativeShadow:{get:function(){return P}},nativeCss:{get:function(){return Q}}});var Z=new Y,jf,kf;window.ShadyCSS&&(jf=window.ShadyCSS.ApplyShim,kf=window.ShadyCSS.CustomStyleInterface);window.ShadyCSS={ScopingShim:Z,prepareTemplate:function(a,b,c){Z.A();Z.prepareTemplate(a,b,c)},styleSubtree:function(a,b){Z.A();Z.styleSubtree(a,b)},styleElement:function(a){Z.A();Z.styleElement(a)},styleDocument:function(a){Z.A();Z.styleDocument(a)},getComputedStyleValue:function(a,b){return Z.getComputedStyleValue(a,b)},nativeCss:Q,nativeShadow:P};jf&&(window.ShadyCSS.ApplyShim=jf);
kf&&(window.ShadyCSS.CustomStyleInterface=kf);var lf=window.document;window.WebComponents=window.WebComponents||{};function mf(){requestAnimationFrame(function(){window.WebComponents.ready=!0;window.document.dispatchEvent(new CustomEvent("WebComponentsReady",{bubbles:!0}))})}function nf(){mf();lf.removeEventListener("readystatechange",nf)}"loading"!==lf.readyState?mf():lf.addEventListener("readystatechange",nf);}).call(this);
Y.prototype.flushCustomStyles=Y.prototype.A;Object.defineProperties(Y.prototype,{nativeShadow:{get:function(){return P}},nativeCss:{get:function(){return Q}}});var Z=new Y,kf,lf;window.ShadyCSS&&(kf=window.ShadyCSS.ApplyShim,lf=window.ShadyCSS.CustomStyleInterface);window.ShadyCSS={ScopingShim:Z,prepareTemplate:function(a,b,c){Z.A();Z.prepareTemplate(a,b,c)},styleSubtree:function(a,b){Z.A();Z.styleSubtree(a,b)},styleElement:function(a){Z.A();Z.styleElement(a)},styleDocument:function(a){Z.A();Z.styleDocument(a)},getComputedStyleValue:function(a,b){return Z.getComputedStyleValue(a,b)},nativeCss:Q,nativeShadow:P};kf&&(window.ShadyCSS.ApplyShim=kf);
lf&&(window.ShadyCSS.CustomStyleInterface=lf);var mf=window.document;window.WebComponents=window.WebComponents||{};function nf(){requestAnimationFrame(function(){window.WebComponents.ready=!0;window.document.dispatchEvent(new CustomEvent("WebComponentsReady",{bubbles:!0}))})}function of(){nf();mf.removeEventListener("readystatechange",of)}"loading"!==mf.readyState?nf():mf.addEventListener("readystatechange",of);}).call(this);
//# sourceMappingURL=webcomponents-sd-ce.js.map

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc