mirror of
https://github.com/jlengrand/webcomponentsjs.git
synced 2026-03-10 08:51:22 +00:00
Simple builds for now, will advanced compile later Mark built files as binary to hide generated changes
241 lines
101 KiB
JavaScript
241 lines
101 KiB
JavaScript
(function(){
|
|
/*
|
|
|
|
Copyright (c) 2016 The Polymer Project Authors. All rights reserved.
|
|
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
|
|
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
|
|
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
|
|
Code distributed by Google as part of the polymer project is also
|
|
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
|
|
*/
|
|
'use strict';var ba={scope:{},getGlobal:function(a){return"undefined"!=typeof window&&window===a?a:"undefined"!=typeof global&&null!=global?global:a}};ba.global=ba.getGlobal(this);
|
|
(function(a){function b(a,b){if("function"===typeof window.CustomEvent)return new CustomEvent(a,b);var c=document.createEvent("CustomEvent");c.initCustomEvent(a,!!b.bubbles,!!b.cancelable,b.detail);return c}function c(a){if(y)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(;!h(b)&&(b=b.parentNode););a.__importDoc=b}return b}function d(a){var b=document.querySelectorAll("link[rel=import]:not(import-dependency)"),
|
|
c=b.length;if(c)for(var d=0,e=b.length,f;d<e&&(f=b[d]);d++)g(f,function(){0===--c&&a()});else a()}function e(a){if("loading"!==document.readyState)a();else{var b=function(){"loading"!==document.readyState&&(document.removeEventListener("readystatechange",b),a())};document.addEventListener("readystatechange",b)}}function f(a){e(function(){return d(function(){return a&&a()})})}function g(a,b){if(a.__loaded)b&&b();else if("script"!==a.localName||a.src){var c=function(d){a.removeEventListener(d.type,
|
|
c);a.__loaded=!0;b&&b()};a.addEventListener("load",c);ra&&"style"===a.localName||a.addEventListener("error",c)}else a.__loaded=!0,b&&b()}function h(a){return a.nodeType===Node.ELEMENT_NODE&&"link"===a.localName&&"import"===a.rel}function k(){var a=this;this.documents={};this.inflight=0;this.dynamicImportsMO=new MutationObserver(function(b){return a.handleMutations(b)});e(function(){a.dynamicImportsMO.observe(document.head,{childList:!0,subtree:!0});a.loadImports(document)})}var y="import"in document.createElement("link"),
|
|
v=null;!1==="currentScript"in document&&Object.defineProperty(document,"currentScript",{get:function(){return v||("complete"!==document.readyState?document.scripts[document.scripts.length-1]:null)},configurable:!0});var J=/(^\/)|(^#)|(^[\w-\d]*:)/,V=/(url\()([^)]*)(\))/g,sa=/(@import[\s]+(?!url\())([^;]*)(;)/g,Qa=/(<link[^>]*)(rel=['|"]?stylesheet['|"]?[^>]*>)/g,r={fixUrls:function(a,b){a.href&&a.setAttribute("href",r.replaceAttrUrl(a.getAttribute("href"),b));a.src&&a.setAttribute("src",r.replaceAttrUrl(a.getAttribute("src"),
|
|
b));"style"===a.localName&&r.resolveUrlsInStyle(a,b)},fixUrlAttributes:function(a,b){for(var c=["action","src","href","url","style"],d=0,e;d<c.length&&(e=c[d]);d++){var f=a.attributes[e],g=f&&f.value;g&&0>g.search(/({{|\[\[)/)&&(f.value="style"===e?r.resolveUrlsInCssText(g,b):r.replaceAttrUrl(g,b))}},fixUrlsInTemplates:function(a,b){a=a.querySelectorAll("template");for(var c=0;c<a.length;c++)r.fixUrlsInTemplate(a[c],b)},fixUrlsInTemplate:function(a,b){a=a.content||a;for(var c=a.querySelectorAll("style, form[action], [src], [href], [url], [style]"),
|
|
d=0;d<c.length;d++){var e=c[d];"style"==e.localName?r.resolveUrlsInStyle(e,b):r.fixUrlAttributes(e,b)}r.fixUrlsInTemplates(a,b)},resolveUrlsInStyle:function(a,b){a.textContent=r.resolveUrlsInCssText(a.textContent,b)},resolveUrlsInCssText:function(a,b){a=r.replaceUrls(a,b,V);return a=r.replaceUrls(a,b,sa)},replaceUrls:function(a,b,c){return a.replace(c,function(a,c,d,e){a=d.replace(/["']/g,"");b&&(a=r.resolveUrl(a,b));return c+"'"+a+"'"+e})},replaceAttrUrl:function(a,b){return a&&J.test(a)?a:r.resolveUrl(a,
|
|
b)},resolveUrl:function(a,b){if(void 0===r.__workingURL){r.__workingURL=!1;try{var c=new URL("b","http://a");c.pathname="c%20d";r.__workingURL="http://a/c%20d"===c.href}catch(Pa){}}if(r.__workingURL)return(new URL(a,b)).href;c=r.__tempDoc;c||(c=document.implementation.createHTMLDocument("temp"),r.__tempDoc=c,c.__base=c.createElement("base"),c.head.appendChild(c.__base),c.__anchor=c.createElement("a"));c.__base.href=b;c.__anchor.href=a;return c.__anchor.href||a}},W={async:!0,load:function(a,b,c){if(a)if(a.match(/^data:/)){a=
|
|
a.split(",");var d=a[1],d=-1<a[0].indexOf(";base64")?atob(d):decodeURIComponent(d);b(d)}else{var e=new XMLHttpRequest;e.open("GET",a,W.async);e.onload=function(){var a=e.getResponseHeader("Location");a&&0===a.indexOf("/")&&(a=(location.origin||location.protocol+"//"+location.host)+a);var d=e.response||e.responseText;304===e.status||0===e.status||200<=e.status&&300>e.status?b(d,a):c(d)};e.send()}else c("error: href must be specified")}},ra=/Trident/.test(navigator.userAgent)||/Edge\/\d./i.test(navigator.userAgent);
|
|
k.prototype.loadImports=function(a){a=a.querySelectorAll("link[rel=import]");for(var b=0,c=a.length;b<c;b++)this.loadImport(a[b])};k.prototype.loadImport=function(a){var b=this,c=a.href;if(void 0!==this.documents[c]){var d=this.documents[c];d&&d.__loaded&&(a.import=d,this.fireEventIfNeeded(a))}else this.inflight++,this.documents[c]="pending",W.load(c,function(a,d){a=b.makeDocument(a,d||c);b.documents[c]=a;b.inflight--;b.loadImports(a);b.processImportsIfLoadingDone()},function(){b.documents[c]=null;
|
|
b.inflight--;b.processImportsIfLoadingDone()})};k.prototype.makeDocument=function(a,b){if(!a)return document.createDocumentFragment();ra&&(a=a.replace(Qa,function(a,b,c){return-1===a.indexOf("type=")?b+" type=import-disable "+c:a}));var c=document.createElement("template");c.innerHTML=a;if(c.content)a=c.content;else for(a=document.createDocumentFragment();c.firstChild;)a.appendChild(c.firstChild);if(c=a.querySelector("base"))b=r.replaceAttrUrl(c.getAttribute("href"),b),c.removeAttribute("href");for(var c=
|
|
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"]'),d=0,e=0,f=c.length,h;e<f&&(h=c[e]);e++)g(h),r.fixUrls(h,b),h.setAttribute("import-dependency",""),"script"===h.localName&&!h.src&&h.textContent&&(h.setAttribute("src","data:text/javascript;charset=utf-8,"+encodeURIComponent(h.textContent+("\n//# sourceURL="+
|
|
b+(d?"-"+d:"")+".js\n"))),h.textContent="",d++);r.fixUrlsInTemplates(a,b);return a};k.prototype.processImportsIfLoadingDone=function(){var a=this;if(!this.inflight){this.dynamicImportsMO.disconnect();this.flatten(document);var b=!1,c=!1,d=function(){c&&b&&(a.dynamicImportsMO.observe(document.head,{childList:!0,subtree:!0}),a.fireEvents())};this.waitForStyles(function(){c=!0;d()});this.runScripts(function(){b=!0;d()})}};k.prototype.flatten=function(a){a=a.querySelectorAll("link[rel=import]");for(var b=
|
|
{},c=0,d=a.length;c<d&&(b.n=a[c]);b={n:b.n},c++){var e=this.documents[b.n.href];(b.n.import=e)&&e.nodeType===Node.DOCUMENT_FRAGMENT_NODE&&(this.documents[b.n.href]=b.n,b.n.readyState="loading",b.n.import=b.n,Object.defineProperty(b.n,"baseURI",{get:function(a){return function(){return a.n.href}}(b),configurable:!0,enumerable:!0}),this.flatten(e),b.n.appendChild(e))}};k.prototype.runScripts=function(a){function b(e){if(e<d){var f=c[e],h=document.createElement("script");f.removeAttribute("import-dependency");
|
|
for(var k=0,r=f.attributes.length;k<r;k++)h.setAttribute(f.attributes[k].name,f.attributes[k].value);v=h;f.parentNode.replaceChild(h,f);g(h,function(){v=null;b(e+1)})}else a()}var c=document.querySelectorAll("script[import-dependency]"),d=c.length;b(0)};k.prototype.waitForStyles=function(a){var b=document.querySelectorAll("style[import-dependency],\n link[rel=stylesheet][import-dependency]"),d=b.length;if(d)for(var e=ra&&!!document.querySelector("link[rel=stylesheet][href][type=import-disable]"),
|
|
f={},h=0,k=b.length;h<k&&(f.s=b[h]);f={s:f.s},h++){if(g(f.s,function(b){return function(){b.s.removeAttribute("import-dependency");0===--d&&a()}}(f)),e&&f.s.parentNode!==document.head){var r=document.createElement(f.s.localName);r.__appliedElement=f.s;r.setAttribute("type","import-placeholder");f.s.parentNode.insertBefore(r,f.s.nextSibling);for(r=c(f.s);r&&c(r);)r=c(r);r.parentNode!==document.head&&(r=null);document.head.insertBefore(f.s,r);f.s.removeAttribute("type")}}else a()};k.prototype.fireEvents=
|
|
function(){for(var a=document.querySelectorAll("link[rel=import]"),b=a.length-1,c;0<=b&&(c=a[b]);b--)this.fireEventIfNeeded(c)};k.prototype.fireEventIfNeeded=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})))};k.prototype.handleMutations=function(a){for(var b=0;b<a.length;b++){var c=a[b];if(c.addedNodes)for(var d=0;d<c.addedNodes.length;d++){var e=c.addedNodes[d];e&&e.nodeType===Node.ELEMENT_NODE&&
|
|
(h(e)?this.loadImport(e):this.loadImports(e))}}};if(y){for(var H=document.querySelectorAll("link[rel=import]"),E=0,ta=H.length,aa;E<ta&&(aa=H[E]);E++)aa.import&&"loading"===aa.import.readyState||(aa.__loaded=!0);H=function(a){a=a.target;h(a)&&(a.__loaded=!0)};document.addEventListener("load",H,!0);document.addEventListener("error",H,!0)}else new k;f(function(){return document.dispatchEvent(b("HTMLImportsLoaded",{cancelable:!0,bubbles:!0,detail:void 0}))});a.useNative=y;a.whenReady=f;a.importForElement=
|
|
c})(window.HTMLImports=window.HTMLImports||{});var l={},ca=new Set("annotation-xml color-profile font-face font-face-src font-face-uri font-face-format font-face-name missing-glyph".split(" "));function ea(a,b){for(;b&&b!==a&&!b.nextSibling;)b=b.parentNode;return b&&b!==a?b.nextSibling:null}
|
|
function fa(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)fa(d,b,c);d=ea(a,e);continue}else if("template"===f){d=ea(a,e);continue}if(e=e.__CE_shadowRoot)for(e=e.firstChild;e;e=e.nextSibling)fa(e,b,c)}d=d.firstChild?d.firstChild:ea(a,d)}}
|
|
l.isValidCustomElementName=function(a){var b=ca.has(a);a=/^[a-z][.0-9_a-z]*-[\-.0-9_a-z]*$/.test(a);return!b&&a};l.isConnected=function(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))};l.walkDeepDescendantElements=fa;l.setPropertyUnchecked=function(a,b,c){a[b]=c};var m={default:{custom:1,failed:2}};var ga={};function n(){this._localNameToDefinition=new Map;this._constructorToDefinition=new Map;this._patches=[];this._hasPatches=!1}n.prototype.setDefinition=function(a,b){this._localNameToDefinition.set(a,b);this._constructorToDefinition.set(b.constructor,b)};n.prototype.localNameToDefinition=function(a){return this._localNameToDefinition.get(a)};n.prototype.constructorToDefinition=function(a){return this._constructorToDefinition.get(a)};n.prototype.addPatch=function(a){this._hasPatches=!0;this._patches.push(a)};
|
|
n.prototype.patchTree=function(a){var b=this;this._hasPatches&&l.walkDeepDescendantElements(a,function(a){return b.patch(a)})};n.prototype.patch=function(a){if(this._hasPatches&&!a.__CE_patched){a.__CE_patched=!0;for(var b=0;b<this._patches.length;b++)this._patches[b](a)}};n.prototype.connectTree=function(a){var b=[];l.walkDeepDescendantElements(a,function(a){return b.push(a)});for(a=0;a<b.length;a++){var c=b[a];c.__CE_state===m.default.custom?this.connectedCallback(c):this.upgradeElement(c)}};
|
|
n.prototype.disconnectTree=function(a){var b=[];l.walkDeepDescendantElements(a,function(a){return b.push(a)});for(a=0;a<b.length;a++){var c=b[a];c.__CE_state===m.default.custom&&this.disconnectedCallback(c)}};
|
|
n.prototype.patchAndUpgradeTree=function(a,b){b=void 0===b?new Set:b;var c=this,d=[];l.walkDeepDescendantElements(a,function(a){if("link"===a.localName&&"import"===a.getAttribute("rel")){var e=a.import;e instanceof Node&&"complete"===e.readyState?(e.__CE_isImportDocument=!0,e.__CE_hasRegistry=!0):a.addEventListener("load",function(){var d=a.import;d.__CE_documentLoadHandled||(d.__CE_documentLoadHandled=!0,d.__CE_isImportDocument=!0,d.__CE_hasRegistry=!0,new Set(b),b.delete(d),c.patchAndUpgradeTree(d,
|
|
b))})}else d.push(a)},b);if(this._hasPatches)for(a=0;a<d.length;a++)this.patch(d[a]);for(a=0;a<d.length;a++)this.upgradeElement(d[a])};
|
|
n.prototype.upgradeElement=function(a){if(void 0===a.__CE_state){var b=this.localNameToDefinition(a.localName);if(b){b.constructionStack.push(a);var c=b.constructor;try{try{if(new c!==a)throw Error("The custom element constructor did not produce the element being upgraded.");}finally{b.constructionStack.pop()}}catch(f){throw a.__CE_state=m.default.failed,f;}a.__CE_state=m.default.custom;a.__CE_definition=b;if(b.attributeChangedCallback)for(b=b.observedAttributes,c=0;c<b.length;c++){var d=b[c],e=a.getAttribute(d);
|
|
null!==e&&this.attributeChangedCallback(a,d,null,e,null)}l.isConnected(a)&&this.connectedCallback(a)}}};n.prototype.connectedCallback=function(a){var b=a.__CE_definition;b.connectedCallback&&b.connectedCallback.call(a)};n.prototype.disconnectedCallback=function(a){var b=a.__CE_definition;b.disconnectedCallback&&b.disconnectedCallback.call(a)};
|
|
n.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)};ga.default=n;var ha={};function ia(a,b){this._internals=a;this._document=b;this._observer=void 0;this._internals.patchAndUpgradeTree(this._document);"loading"===this._document.readyState&&(this._observer=new MutationObserver(this._handleMutations.bind(this)),this._observer.observe(this._document,{childList:!0,subtree:!0}))}ia.prototype.disconnect=function(){this._observer&&this._observer.disconnect()};
|
|
ia.prototype._handleMutations=function(a){var b=this._document.readyState;"interactive"!==b&&"complete"!==b||this.disconnect();for(b=0;b<a.length;b++)for(var c=a[b].addedNodes,d=0;d<c.length;d++)this._internals.patchAndUpgradeTree(c[d])};ha.default=ia;var ja={};function ka(){var a=this;this._resolve=this._value=void 0;this._promise=new Promise(function(b){a._resolve=b;a._value&&b(a._value)})}ka.prototype.resolve=function(a){if(this._value)throw Error("Already resolved.");this._value=a;this._resolve&&this._resolve(a)};ka.prototype.toPromise=function(){return this._promise};ja.default=ka;var la={};function p(a){this._elementDefinitionIsRunning=!1;this._internals=a;this._whenDefinedDeferred=new Map;this._flushCallback=function(a){return a()};this._flushPending=!1;this._unflushedLocalNames=[];this._documentConstructionObserver=new ha.default(a,document)}
|
|
p.prototype.define=function(a,b){var c=this;if(!(b instanceof Function))throw new TypeError("Custom element constructors must be functions.");if(!l.isValidCustomElementName(a))throw new SyntaxError("The element name '"+a+"' is not valid.");if(this._internals.localNameToDefinition(a))throw Error("A custom element with name '"+a+"' has already been defined.");if(this._elementDefinitionIsRunning)throw Error("A custom element is already being defined.");this._elementDefinitionIsRunning=!0;var d,e,f,g,
|
|
h;try{var k=function(a){var b=y[a];if(void 0!==b&&!(b instanceof Function))throw Error("The '"+a+"' callback must be a function.");return b},y=b.prototype;if(!(y instanceof Object))throw new TypeError("The custom element constructor's prototype is not an object.");d=k("connectedCallback");e=k("disconnectedCallback");f=k("adoptedCallback");g=k("attributeChangedCallback");h=b.observedAttributes||[]}catch(v){return}finally{this._elementDefinitionIsRunning=!1}this._internals.setDefinition(a,{localName:a,
|
|
constructor:b,connectedCallback:d,disconnectedCallback:e,adoptedCallback:f,attributeChangedCallback:g,observedAttributes:h,constructionStack:[]});this._unflushedLocalNames.push(a);this._flushPending||(this._flushPending=!0,this._flushCallback(function(){return c._flush()}))};
|
|
p.prototype._flush=function(){if(!1!==this._flushPending)for(this._flushPending=!1,this._internals.patchAndUpgradeTree(document);0<this._unflushedLocalNames.length;){var a=this._unflushedLocalNames.shift();(a=this._whenDefinedDeferred.get(a))&&a.resolve(void 0)}};p.prototype.get=function(a){if(a=this._internals.localNameToDefinition(a))return a.constructor};
|
|
p.prototype.whenDefined=function(a){if(!l.isValidCustomElementName(a))return Promise.reject(new SyntaxError("'"+a+"' is not a valid custom element name."));var b=this._whenDefinedDeferred.get(a);if(b)return b.toPromise();b=new ja.default;this._whenDefinedDeferred.set(a,b);this._internals.localNameToDefinition(a)&&-1===this._unflushedLocalNames.indexOf(a)&&b.resolve(void 0);return b.toPromise()};
|
|
p.prototype.polyfillWrapFlushCallback=function(a){this._documentConstructionObserver.disconnect();var b=this._flushCallback;this._flushCallback=function(c){return a(function(){return b(c)})}};window.CustomElementRegistry=p;p.prototype.define=p.prototype.define;p.prototype.get=p.prototype.get;p.prototype.whenDefined=p.prototype.whenDefined;p.prototype.polyfillWrapFlushCallback=p.prototype.polyfillWrapFlushCallback;la.default=p;var q={},ma={Document_createElement:window.Document.prototype.createElement,Document_createElementNS:window.Document.prototype.createElementNS,Document_importNode:window.Document.prototype.importNode,Document_prepend:window.Document.prototype.prepend,Document_append:window.Document.prototype.append,Node_cloneNode:window.Node.prototype.cloneNode,Node_appendChild:window.Node.prototype.appendChild,Node_insertBefore:window.Node.prototype.insertBefore,Node_removeChild:window.Node.prototype.removeChild,
|
|
Node_replaceChild:window.Node.prototype.replaceChild,Node_textContent:Object.getOwnPropertyDescriptor(window.Node.prototype,"textContent"),Element_attachShadow:window.Element.prototype.attachShadow,Element_innerHTML:Object.getOwnPropertyDescriptor(window.Element.prototype,"innerHTML"),Element_getAttribute:window.Element.prototype.getAttribute,Element_setAttribute:window.Element.prototype.setAttribute,Element_removeAttribute:window.Element.prototype.removeAttribute,Element_getAttributeNS:window.Element.prototype.getAttributeNS,
|
|
Element_setAttributeNS:window.Element.prototype.setAttributeNS,Element_removeAttributeNS:window.Element.prototype.removeAttributeNS,Element_insertAdjacentElement:window.Element.prototype.insertAdjacentElement,Element_prepend:window.Element.prototype.prepend,Element_append:window.Element.prototype.append,Element_before:window.Element.prototype.before,Element_after:window.Element.prototype.after,Element_replaceWith:window.Element.prototype.replaceWith,Element_remove:window.Element.prototype.remove,
|
|
HTMLElement:window.HTMLElement,HTMLElement_innerHTML:Object.getOwnPropertyDescriptor(window.HTMLElement.prototype,"innerHTML"),HTMLElement_insertAdjacentElement:window.HTMLElement.prototype.insertAdjacentElement};q.default=ma;var ua={},va=new function(){};ua.default=va;var wa={default:function(a){window.HTMLElement=function(){function b(){var b=this.constructor,d=a.constructorToDefinition(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=q.default.Document_createElement.call(document,d.localName),Object.setPrototypeOf(e,b.prototype),e.__CE_state=m.default.custom,e.__CE_definition=d,a.patch(e),e;var d=e.length-1,f=e[d];if(f===ua.default)throw Error("The HTMLElement constructor was either called reentrantly for this constructor or called multiple times.");
|
|
e[d]=ua.default;Object.setPrototypeOf(f,b.prototype);a.patch(f);return f}b.prototype=q.default.HTMLElement.prototype;return b}()}};var xa={default:function(a,b,c){b.prepend=function(b){for(var d=[],f=0;f<arguments.length;++f)d[f-0]=arguments[f];f=d.filter(function(a){return a instanceof Node&&l.isConnected(a)});c.prepend.apply(this,d);for(var g=0;g<f.length;g++)a.disconnectTree(f[g]);if(l.isConnected(this))for(f=0;f<d.length;f++)g=d[f],g instanceof Element&&a.connectTree(g)};b.append=function(b){for(var d=[],f=0;f<arguments.length;++f)d[f-0]=arguments[f];f=d.filter(function(a){return a instanceof Node&&l.isConnected(a)});c.append.apply(this,
|
|
d);for(var g=0;g<f.length;g++)a.disconnectTree(f[g]);if(l.isConnected(this))for(f=0;f<d.length;f++)g=d[f],g instanceof Element&&a.connectTree(g)}}};var ya={default:function(a){l.setPropertyUnchecked(Document.prototype,"createElement",function(b){if(this.__CE_hasRegistry){var c=a.localNameToDefinition(b);if(c)return new c.constructor}b=q.default.Document_createElement.call(this,b);a.patch(b);return b});l.setPropertyUnchecked(Document.prototype,"importNode",function(b,c){b=q.default.Document_importNode.call(this,b,c);this.__CE_hasRegistry?a.patchAndUpgradeTree(b):a.patchTree(b);return b});l.setPropertyUnchecked(Document.prototype,"createElementNS",
|
|
function(b,c){if(this.__CE_hasRegistry&&(null===b||"http://www.w3.org/1999/xhtml"===b)){var d=a.localNameToDefinition(c);if(d)return new d.constructor}b=q.default.Document_createElementNS.call(this,b,c);a.patch(b);return b});xa.default(a,Document.prototype,{prepend:q.default.Document_prepend,append:q.default.Document_append})}};var za={default:function(a){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&&l.isConnected(this))for(var c=Array(h),k=0;k<h;k++)c[k]=e[k]}d.set.call(this,b);if(c)for(b=0;b<c.length;b++)a.disconnectTree(c[b])}}})}l.setPropertyUnchecked(Node.prototype,"insertBefore",function(b,d){if(b instanceof DocumentFragment){var c=
|
|
Array.prototype.slice.apply(b.childNodes);b=q.default.Node_insertBefore.call(this,b,d);if(l.isConnected(this))for(d=0;d<c.length;d++)a.connectTree(c[d]);return b}c=l.isConnected(b);d=q.default.Node_insertBefore.call(this,b,d);c&&a.disconnectTree(b);l.isConnected(this)&&a.connectTree(b);return d});l.setPropertyUnchecked(Node.prototype,"appendChild",function(b){if(b instanceof DocumentFragment){var c=Array.prototype.slice.apply(b.childNodes);b=q.default.Node_appendChild.call(this,b);if(l.isConnected(this))for(var e=
|
|
0;e<c.length;e++)a.connectTree(c[e]);return b}c=l.isConnected(b);e=q.default.Node_appendChild.call(this,b);c&&a.disconnectTree(b);l.isConnected(this)&&a.connectTree(b);return e});l.setPropertyUnchecked(Node.prototype,"cloneNode",function(b){b=q.default.Node_cloneNode.call(this,b);this.ownerDocument.__CE_hasRegistry?a.patchAndUpgradeTree(b):a.patchTree(b);return b});l.setPropertyUnchecked(Node.prototype,"removeChild",function(b){var c=l.isConnected(b),e=q.default.Node_removeChild.call(this,b);c&&a.disconnectTree(b);
|
|
return e});l.setPropertyUnchecked(Node.prototype,"replaceChild",function(b,d){if(b instanceof DocumentFragment){var c=Array.prototype.slice.apply(b.childNodes);b=q.default.Node_replaceChild.call(this,b,d);if(l.isConnected(this))for(a.disconnectTree(d),d=0;d<c.length;d++)a.connectTree(c[d]);return b}var c=l.isConnected(b),f=q.default.Node_replaceChild.call(this,b,d),g=l.isConnected(this);g&&a.disconnectTree(d);c&&a.disconnectTree(b);g&&a.connectTree(b);return f});q.default.Node_textContent&&q.default.Node_textContent.get?
|
|
b(Node.prototype,q.default.Node_textContent):a.addPatch(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;)q.default.Node_removeChild.call(this,this.firstChild);q.default.Node_appendChild.call(this,document.createTextNode(a))}})})}};var Aa={default:function(a,b,c){b.before=function(b){for(var d=[],f=0;f<arguments.length;++f)d[f-0]=arguments[f];f=d.filter(function(a){return a instanceof Node&&l.isConnected(a)});c.before.apply(this,d);for(var g=0;g<f.length;g++)a.disconnectTree(f[g]);if(l.isConnected(this))for(f=0;f<d.length;f++)g=d[f],g instanceof Element&&a.connectTree(g)};b.after=function(b){for(var d=[],f=0;f<arguments.length;++f)d[f-0]=arguments[f];f=d.filter(function(a){return a instanceof Node&&l.isConnected(a)});c.after.apply(this,
|
|
d);for(var g=0;g<f.length;g++)a.disconnectTree(f[g]);if(l.isConnected(this))for(f=0;f<d.length;f++)g=d[f],g instanceof Element&&a.connectTree(g)};b.replaceWith=function(b){for(var d=[],f=0;f<arguments.length;++f)d[f-0]=arguments[f];var f=d.filter(function(a){return a instanceof Node&&l.isConnected(a)}),g=l.isConnected(this);c.replaceWith.apply(this,d);for(var h=0;h<f.length;h++)a.disconnectTree(f[h]);if(g)for(a.disconnectTree(this),f=0;f<d.length;f++)g=d[f],g instanceof Element&&a.connectTree(g)};
|
|
b.remove=function(){var b=l.isConnected(this);c.remove.call(this);b&&a.disconnectTree(this)}}};var Ca={default:function(a){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;l.isConnected(this)&&(e=[],l.walkDeepDescendantElements(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];g.__CE_state===m.default.custom&&a.disconnectedCallback(g)}this.ownerDocument.__CE_hasRegistry?a.patchAndUpgradeTree(this):a.patchTree(this);return b}})}function c(b,c){l.setPropertyUnchecked(b,
|
|
"insertAdjacentElement",function(b,d){var e=l.isConnected(d);b=c.call(this,b,d);e&&a.disconnectTree(d);l.isConnected(b)&&a.connectTree(d);return b})}q.default.Element_attachShadow?l.setPropertyUnchecked(Element.prototype,"attachShadow",function(a){return this.__CE_shadowRoot=a=q.default.Element_attachShadow.call(this,a)}):console.warn("Custom Elements: `Element#attachShadow` was not patched.");if(q.default.Element_innerHTML&&q.default.Element_innerHTML.get)b(Element.prototype,q.default.Element_innerHTML);
|
|
else if(q.default.HTMLElement_innerHTML&&q.default.HTMLElement_innerHTML.get)b(HTMLElement.prototype,q.default.HTMLElement_innerHTML);else{var d=q.default.Document_createElement.call(document,"div");a.addPatch(function(a){b(a,{enumerable:!0,configurable:!0,get:function(){return q.default.Node_cloneNode.call(this,!0).innerHTML},set:function(a){var b="template"===this.localName?this.content:this;for(d.innerHTML=a;0<b.childNodes.length;)q.default.Node_removeChild.call(b,b.childNodes[0]);for(;0<d.childNodes.length;)q.default.Node_appendChild.call(b,
|
|
d.childNodes[0])}})})}l.setPropertyUnchecked(Element.prototype,"setAttribute",function(b,c){if(this.__CE_state!==m.default.custom)return q.default.Element_setAttribute.call(this,b,c);var d=q.default.Element_getAttribute.call(this,b);q.default.Element_setAttribute.call(this,b,c);c=q.default.Element_getAttribute.call(this,b);d!==c&&a.attributeChangedCallback(this,b,d,c,null)});l.setPropertyUnchecked(Element.prototype,"setAttributeNS",function(b,c,d){if(this.__CE_state!==m.default.custom)return q.default.Element_setAttributeNS.call(this,
|
|
b,c,d);var e=q.default.Element_getAttributeNS.call(this,b,c);q.default.Element_setAttributeNS.call(this,b,c,d);d=q.default.Element_getAttributeNS.call(this,b,c);e!==d&&a.attributeChangedCallback(this,c,e,d,b)});l.setPropertyUnchecked(Element.prototype,"removeAttribute",function(b){if(this.__CE_state!==m.default.custom)return q.default.Element_removeAttribute.call(this,b);var c=q.default.Element_getAttribute.call(this,b);q.default.Element_removeAttribute.call(this,b);null!==c&&a.attributeChangedCallback(this,
|
|
b,c,null,null)});l.setPropertyUnchecked(Element.prototype,"removeAttributeNS",function(b,c){if(this.__CE_state!==m.default.custom)return q.default.Element_removeAttributeNS.call(this,b,c);var d=q.default.Element_getAttributeNS.call(this,b,c);q.default.Element_removeAttributeNS.call(this,b,c);var e=q.default.Element_getAttributeNS.call(this,b,c);d!==e&&a.attributeChangedCallback(this,c,d,e,b)});q.default.HTMLElement_insertAdjacentElement?c(HTMLElement.prototype,q.default.HTMLElement_insertAdjacentElement):
|
|
q.default.Element_insertAdjacentElement?c(Element.prototype,q.default.Element_insertAdjacentElement):console.warn("Custom Elements: `Element#insertAdjacentElement` was not patched.");xa.default(a,Element.prototype,{prepend:q.default.Element_prepend,append:q.default.Element_append});Aa.default(a,Element.prototype,{before:q.default.Element_before,after:q.default.Element_after,replaceWith:q.default.Element_replaceWith,remove:q.default.Element_remove})}};var Da=window.customElements;if(!Da||Da.forcePolyfill||"function"!=typeof Da.define||"function"!=typeof Da.get){var Ea=new ga.default;wa.default(Ea);ya.default(Ea);za.default(Ea);Ca.default(Ea);document.__CE_hasRegistry=!0;var Fa=new la.default(Ea);Object.defineProperty(window,"customElements",{configurable:!0,enumerable:!0,value:Fa})};/*
|
|
|
|
Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
|
|
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
|
|
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
|
|
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
|
|
Code distributed by Google as part of the polymer project is also
|
|
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
|
|
*/
|
|
(function(){if(customElements&&customElements.polyfillWrapFlushCallback){var a=function(){if(b){var a=b;b=null;a();return!0}},b,c=HTMLImports.whenReady;customElements.polyfillWrapFlushCallback(function(d){b=d;c(a)});HTMLImports.whenReady=function(b){c(function(){a()?HTMLImports.whenReady(b):b()})}}HTMLImports.whenReady(function(){requestAnimationFrame(function(){window.dispatchEvent(new CustomEvent("WebComponentsReady"))})})})(window.WebComponents);var Ga=document.createElement("style");Ga.textContent="body {transition: opacity ease-in 0.2s; } \nbody[unresolved] {opacity: 0; display: block; overflow: hidden; position: relative; } \n";var Ha=document.querySelector("head");Ha.insertBefore(Ga,Ha.firstChild);/*
|
|
|
|
Copyright (c) 2016 The Polymer Project Authors. All rights reserved.
|
|
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
|
|
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
|
|
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
|
|
Code distributed by Google as part of the polymer project is also
|
|
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
|
|
*/
|
|
var t={},Ia=window.ShadyDOM||{};Ia.hasNativeShadowDOM=!(!Element.prototype.attachShadow||!Node.prototype.getRootNode);var Ja=Object.getOwnPropertyDescriptor(Node.prototype,"firstChild");Ia.hasDescriptors=!!(Ja&&Ja.configurable&&Ja.get);Ia.inUse=Ia.force||!Ia.hasNativeShadowDOM;function Ka(a){return"ShadyRoot"===a.__localName}var La=Element.prototype,Ta=La.matches||La.matchesSelector||La.mozMatchesSelector||La.msMatchesSelector||La.oMatchesSelector||La.webkitMatchesSelector;
|
|
function Ua(a,b){if(a&&b)for(var c=Object.getOwnPropertyNames(b),d=0,e;d<c.length&&(e=c[d]);d++){var f=e,g=a,h=Object.getOwnPropertyDescriptor(b,f);h&&Object.defineProperty(g,f,h)}return a||b}var Va=document.createTextNode(""),Wa=0,Xa=[];(new MutationObserver(function(){for(;Xa.length;)try{Xa.shift()()}catch(a){throw Va.textContent=Wa++,a;}})).observe(Va,{characterData:!0});t.settings=Ia;t.isShadyRoot=Ka;t.ownerShadyRootForNode=function(a){a=a.getRootNode();if(Ka(a))return a};
|
|
t.matchesSelector=function(a,b){return Ta.call(a,b)};t.extend=Ua;t.extendAll=function(a,b){for(var c=[],d=1;d<arguments.length;++d)c[d-1]=arguments[d];for(d=0;d<c.length;d++)Ua(a,c[d]);return a};t.mixin=function(a,b){for(var c in b)a[c]=b[c];return a};t.patchPrototype=function(a,b){var c=Object.getPrototypeOf(a);if(!c.hasOwnProperty("__patchProto")){var d=Object.create(c);d.__sourceProto=c;Ua(d,b);c.__patchProto=d}a.__proto__=c.__patchProto};t.microtask=function(a){Xa.push(a);Va.textContent=Wa++};var Ya={},Za=[],$a;function ab(){$a=!1;for(var a=!!Za.length;Za.length;)Za.shift()();return a}ab.list=Za;Ya.enqueue=function(a){$a||($a=!0,t.microtask(ab));Za.push(a)};Ya.flush=ab;var bb={};function cb(){this._scheduled=!1;this.addedNodes=[];this.removedNodes=[];this.callbacks=new Set}cb.prototype.schedule=function(){var a=this;this._scheduled||(this._scheduled=!0,t.microtask(function(){a.flush()}))};cb.prototype.flush=function(){if(this._scheduled){this._scheduled=!1;var a=this.takeRecords();a.length&&this.callbacks.forEach(function(b){b(a)})}};
|
|
cb.prototype.takeRecords=function(){if(this.addedNodes.length||this.removedNodes.length){var a=[{addedNodes:this.addedNodes,removedNodes:this.removedNodes}];this.addedNodes=[];this.removedNodes=[];return a}return[]};bb.observeChildren=function(a,b){a.__shady=a.__shady||{};a.__shady.observer||(a.__shady.observer=new cb);a.__shady.observer.callbacks.add(b);var c=a.__shady.observer;return{_callback:b,_observer:c,_node:a,takeRecords:function(){return c.takeRecords()}}};
|
|
bb.unobserveChildren=function(a){var b=a&&a._observer;b&&(b.callbacks.delete(a._callback),b.callbacks.size||(a._node.__shady.observer=null))};bb.filterMutations=function(a,b){var c=b.getRootNode();return a.map(function(a){var b=c===a.target.getRootNode();if(b&&a.addedNodes){if(b=Array.from(a.addedNodes).filter(function(a){return c===a.getRootNode()}),b.length)return a=Object.create(a),Object.defineProperty(a,"addedNodes",{value:b,configurable:!0}),a}else if(b)return a}).filter(function(a){return a})};var u={},db=Element.prototype.insertBefore,eb=Element.prototype.removeChild,fb=Element.prototype.setAttribute,gb=Element.prototype.removeAttribute,hb=Element.prototype.cloneNode,ib=Document.prototype.importNode,jb=Element.prototype.addEventListener,kb=Element.prototype.removeEventListener;u.appendChild=Element.prototype.appendChild;u.insertBefore=db;u.removeChild=eb;u.setAttribute=fb;u.removeAttribute=gb;u.cloneNode=hb;u.importNode=ib;u.addEventListener=jb;u.removeEventListener=kb;var lb={},mb=/[&\u00A0"]/g,nb=/[&\u00A0<>]/g;function ob(a){switch(a){case "&":return"&";case "<":return"<";case ">":return">";case '"':return""";case "\u00a0":return" "}}function pb(a){for(var b={},c=0;c<a.length;c++)b[a[c]]=!0;return b}var qb=pb("area base br col command embed hr img input keygen link meta param source track wbr".split(" ")),rb=pb("style script xmp iframe noembed noframes plaintext noscript".split(" "));
|
|
function sb(a,b,c){switch(a.nodeType){case Node.ELEMENT_NODE:b=a.localName;for(var d="<"+b,e=a.attributes,f=0,g;g=e[f];f++)d+=" "+g.name+'="'+g.value.replace(mb,ob)+'"';d+=">";return qb[b]?d:d+tb(a,c)+"</"+b+">";case Node.TEXT_NODE:return a=a.data,b&&rb[b.localName]?a:a.replace(nb,ob);case Node.COMMENT_NODE:return"\x3c!--"+a.data+"--\x3e";default:throw window.console.error(a),Error("not implemented");}}
|
|
function tb(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++)c+=sb(g,a,b);return c}lb.getOuterHTML=sb;lb.getInnerHTML=tb;var w={},x=document.createTreeWalker(document,NodeFilter.SHOW_ALL,null,!1),z=document.createTreeWalker(document,NodeFilter.SHOW_ELEMENT,null,!1);function ub(a){var b=[];x.currentNode=a;for(a=x.firstChild();a;)b.push(a),a=x.nextSibling();return b}w.parentNode=function(a){x.currentNode=a;return x.parentNode()};w.firstChild=function(a){x.currentNode=a;return x.firstChild()};w.lastChild=function(a){x.currentNode=a;return x.lastChild()};w.previousSibling=function(a){x.currentNode=a;return x.previousSibling()};
|
|
w.nextSibling=function(a){x.currentNode=a;return x.nextSibling()};w.childNodes=ub;w.parentElement=function(a){z.currentNode=a;return z.parentNode()};w.firstElementChild=function(a){z.currentNode=a;return z.firstChild()};w.lastElementChild=function(a){z.currentNode=a;return z.lastChild()};w.previousElementSibling=function(a){z.currentNode=a;return z.previousSibling()};w.nextElementSibling=function(a){z.currentNode=a;return z.nextSibling()};
|
|
w.children=function(a){var b=[];z.currentNode=a;for(a=z.firstChild();a;)b.push(a),a=z.nextSibling();return b};w.innerHTML=function(a){return lb.getInnerHTML(a,function(a){return ub(a)})};w.textContent=function(a){if(a.nodeType!==Node.ELEMENT_NODE)return a.nodeValue;a=document.createTreeWalker(a,NodeFilter.SHOW_TEXT,null,!1);for(var b="",c;c=a.nextNode();)b+=c.nodeValue;return b};var A={};function vb(a,b){return a.__shady&&a.__shady[b]}A.getProperty=vb;A.hasProperty=function(a,b){return void 0!==vb(a,b)};var B={};function wb(a){return{get:function(){var b=A.getProperty(this,a);return void 0!==b?b:w[a](this)},configurable:!0}}
|
|
var xb=Object.getOwnPropertyDescriptor(Element.prototype,"innerHTML")||Object.getOwnPropertyDescriptor(HTMLElement.prototype,"innerHTML"),yb=document.implementation.createHTMLDocument("inert").createElement("div"),zb=Object.getOwnPropertyDescriptor(Document.prototype,"activeElement"),Ab={parentElement:wb("parentElement"),parentNode:wb("parentNode"),nextSibling:wb("nextSibling"),previousSibling:wb("previousSibling"),className:{get:function(){return this.getAttribute("class")},set:function(a){this.setAttribute("class",
|
|
a)},configurable:!0},nextElementSibling:{get:function(){if(A.hasProperty(this,"nextSibling")){for(var a=this.nextSibling;a&&a.nodeType!==Node.ELEMENT_NODE;)a=a.nextSibling;return a}return w.nextElementSibling(this)},configurable:!0},previousElementSibling:{get:function(){if(A.hasProperty(this,"previousSibling")){for(var a=this.previousSibling;a&&a.nodeType!==Node.ELEMENT_NODE;)a=a.previousSibling;return a}return w.previousElementSibling(this)},configurable:!0}},Bb={childNodes:{get:function(){if(A.hasProperty(this,
|
|
"firstChild")){if(!this.__shady.childNodes){this.__shady.childNodes=[];for(var a=this.firstChild;a;a=a.nextSibling)this.__shady.childNodes.push(a)}return this.__shady.childNodes}return w.childNodes(this)},configurable:!0},firstChild:wb("firstChild"),lastChild:wb("lastChild"),textContent:{get:function(){if(A.hasProperty(this,"firstChild")){for(var a=[],b=0,c=this.childNodes,d;d=c[b];b++)d.nodeType!==Node.COMMENT_NODE&&a.push(d.textContent);return a.join("")}return w.textContent(this)},set:function(a){if(this.nodeType!==
|
|
Node.ELEMENT_NODE)this.nodeValue=a;else{for(;this.firstChild;)this.removeChild(this.firstChild);a&&this.appendChild(document.createTextNode(a))}},configurable:!0},firstElementChild:{get:function(){if(A.hasProperty(this,"firstChild")){for(var a=this.firstChild;a&&a.nodeType!==Node.ELEMENT_NODE;)a=a.nextSibling;return a}return w.firstElementChild(this)},configurable:!0},lastElementChild:{get:function(){if(A.hasProperty(this,"lastChild")){for(var a=this.lastChild;a&&a.nodeType!==Node.ELEMENT_NODE;)a=
|
|
a.previousSibling;return a}return w.lastElementChild(this)},configurable:!0},children:{get:function(){return A.hasProperty(this,"firstChild")?Array.prototype.filter.call(this.childNodes,function(a){return a.nodeType===Node.ELEMENT_NODE}):w.children(this)},configurable:!0},innerHTML:{get:function(){var a="template"===this.localName?this.content:this;return A.hasProperty(this,"firstChild")?lb.getInnerHTML(a):w.innerHTML(a)},set:function(a){for(var b="template"===this.localName?this.content:this;b.firstChild;)b.removeChild(b.firstChild);
|
|
for(xb&&xb.set?xb.set.call(yb,a):yb.innerHTML=a;yb.firstChild;)b.appendChild(yb.firstChild)},configurable:!0}},Cb={shadowRoot:{get:function(){return this.shadyRoot},set:function(a){this.shadyRoot=a},configurable:!0}},Jb={activeElement:{get:function(){var a;a=zb&&zb.get?zb.get.call(document):t.settings.hasDescriptors?void 0:document.activeElement;if(a&&a.nodeType){var b=!!t.isShadyRoot(this);if(this===document||b&&this.host!==a&&this.host.contains(a)){for(b=t.ownerShadyRootForNode(a);b&&b!==this;)a=
|
|
b.host,b=t.ownerShadyRootForNode(a);a=this===document?b?null:a:b===this?a:null}else a=null}else a=null;return a},set:function(){},configurable:!0}};function Kb(a,b,c){for(var d in b){var e=Object.getOwnPropertyDescriptor(a,d);e&&e.configurable||!e&&c?Object.defineProperty(a,d,b[d]):c&&console.warn("Could not define",d,"on",a)}}
|
|
var Lb=t.settings.hasDescriptors?function(){}:function(a){a.__shady&&a.__shady.__outsideAccessors||(a.__shady=a.__shady||{},a.__shady.__outsideAccessors=!0,Kb(a,Ab,!0))},Mb=t.settings.hasDescriptors?function(){}:function(a){a.__shady&&a.__shady.__insideAccessors||(a.__shady=a.__shady||{},a.__shady.__insideAccessors=!0,Kb(a,Bb,!0),Kb(a,Cb,!0))};B.ShadowRootAccessor=Cb;B.ActiveElementAccessor=Jb;B.patchAccessors=function(a){Kb(a,Ab);Kb(a,Bb);Kb(a,Jb)};
|
|
B.patchShadowRootAccessors=function(a){Kb(a,Bb,!0);Kb(a,Jb,!0)};B.patchOutsideElementAccessors=Lb;B.patchInsideElementAccessors=Mb;var C={};
|
|
function Nb(a,b,c){B.patchOutsideElementAccessors(a);c=c||null;a.__shady=a.__shady||{};b.__shady=b.__shady||{};c&&(c.__shady=c.__shady||{});a.__shady.previousSibling=c?c.__shady.previousSibling:b.lastChild;var d=a.__shady.previousSibling;d&&d.__shady&&(d.__shady.nextSibling=a);(d=a.__shady.nextSibling=c)&&d.__shady&&(d.__shady.previousSibling=a);a.__shady.parentNode=b;c?c===b.__shady.firstChild&&(b.__shady.firstChild=a):(b.__shady.lastChild=a,b.__shady.firstChild||(b.__shady.firstChild=a));b.__shady.childNodes=
|
|
null}C.recordInsertBefore=function(a,b,c){B.patchInsideElementAccessors(b);b.__shady=b.__shady||{};A.hasProperty(b,"firstChild")&&(b.__shady.childNodes=null);if(a.nodeType===Node.DOCUMENT_FRAGMENT_NODE){for(var d=a.childNodes,e=0;e<d.length;e++)Nb(d[e],b,c);a.__shady=a.__shady||{};b=A.hasProperty(a,"firstChild")?null:void 0;a.__shady.firstChild=a.__shady.lastChild=b;a.__shady.childNodes=b}else Nb(a,b,c)};
|
|
C.recordRemoveChild=function(a,b){a.__shady=a.__shady||{};b.__shady=b.__shady||{};a===b.__shady.firstChild&&(b.__shady.firstChild=a.__shady.nextSibling);a===b.__shady.lastChild&&(b.__shady.lastChild=a.__shady.previousSibling);var c=a.__shady.previousSibling,d=a.__shady.nextSibling;c&&(c.__shady=c.__shady||{},c.__shady.nextSibling=d);d&&(d.__shady=d.__shady||{},d.__shady.previousSibling=c);a.__shady.parentNode=a.__shady.previousSibling=a.__shady.nextSibling=void 0;A.hasProperty(b,"childNodes")&&(b.__shady.childNodes=
|
|
null)};C.recordChildNodes=function(a){if(!A.hasProperty(a,"firstChild")){a.__shady=a.__shady||{};a.__shady.firstChild=w.firstChild(a);a.__shady.lastChild=w.lastChild(a);B.patchInsideElementAccessors(a);for(var b=a.__shady.childNodes=w.childNodes(a),c=0,d;c<b.length&&(d=b[c]);c++)d.__shady=d.__shady||{},d.__shady.parentNode=a,d.__shady.nextSibling=b[c+1]||null,d.__shady.previousSibling=b[c-1]||null,B.patchOutsideElementAccessors(d)}};var D={};
|
|
function Ob(a){var b=A.hasProperty(a,"parentNode")&&A.getProperty(a,"parentNode"),c,d=t.ownerShadyRootForNode(a);if(b||d){c=Pb(a);b&&C.recordRemoveChild(a,b);var e;if(e=d){var f;e=d._insertionPoints;for(var g=0;g<e.length;g++){var h=e[g],k;a:{for(k=h;k;){if(k==a){k=!0;break a}k=k.parentNode}k=void 0}if(k)for(h=h.assignedNodes({flatten:!0}),k=0;k<h.length;k++){f=!0;var y=h[k],v=w.parentNode(y);v&&u.removeChild.call(v,y)}}e=f}f=e;b=b&&d&&b.localName===d.getInsertionPointTag();if(f||b)d._skipUpdateInsertionPoints=!1,
|
|
Qb(d)}Rb(a);return c}function Sb(a,b,c){if(a=a.__shady&&a.__shady.observer)b&&a.addedNodes.push(b),c&&a.removedNodes.push(c),a.schedule()}function Tb(a){if(a&&a.nodeType){var b=a.__ownerShadyRoot;void 0===b&&(b=t.isShadyRoot(a)?a:(b=a.parentNode)?Tb(b):a,document.documentElement.contains(a)&&(a.__ownerShadyRoot=b));return b}}
|
|
function Ub(a,b,c){var d,e=c.getInsertionPointTag();if(a.nodeType!==Node.DOCUMENT_FRAGMENT_NODE||a.__noInsertionPoint)a.localName===e&&(C.recordChildNodes(b),C.recordChildNodes(a),d=!0);else for(var e=a.querySelectorAll(e),f=0,g,h;f<e.length&&(g=e[f]);f++)h=g.parentNode,h===a&&(h=b),h=Ub(g,h,c),d=d||h;return d}function Rb(a){if(void 0!==a.__ownerShadyRoot)for(var b=a.childNodes,c=0,d=b.length,e;c<d&&(e=b[c]);c++)Rb(e);a.__ownerShadyRoot=void 0}
|
|
function Pb(a){if((a=a.parentNode)&&a.shadyRoot&&a.shadyRoot.hasInsertionPoint())return Qb(a.shadyRoot),!0}function Qb(a){a._changePending=!0;a.update()}function Vb(a,b){"slot"===b?Pb(a):"slot"===a.localName&&"name"===b&&(a=t.ownerShadyRootForNode(a))&&a.update()}function Wb(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,y=c,v=d,J=k(h);J&&v.push(h);y&&y(J)?h=J:(Wb(h.childNodes,k,y,v),h=void 0)}if(h)return!0}}var Xb=null;
|
|
function Yb(a,b){if(a.ownerDocument!==document)return u.importNode.call(document,a,b);var c=u.importNode.call(document,a,!1);if(b){a=a.childNodes;b=0;for(var d;b<a.length;b++)d=Yb(a[b],!0),c.appendChild(d)}return c}D.getRootNode=Tb;D.query=function(a,b,c){var d=[];Wb(a.childNodes,b,c,d);return d};D.renderRootNode=function(a){a=a.getRootNode();t.isShadyRoot(a)&&a.render()};
|
|
D.setAttribute=function(a,b,c){Xb||(Xb=window.ShadyCSS&&window.ShadyCSS.ScopingShim);Xb&&"class"===b&&a.ownerDocument===document?Xb.setElementClass(a,c):(u.setAttribute.call(a,b,c),Vb(a,b))};D.removeAttribute=function(a,b){u.removeAttribute.call(a,b);Vb(a,b)};
|
|
D.insertBefore=function(a,b,c){if(c){var d=A.getProperty(c,"parentNode");if(void 0!==d&&d!==a)throw Error("The ref_node to be inserted before is not a child of this node");}b.nodeType!==Node.DOCUMENT_FRAGMENT_NODE&&(d=A.getProperty(b,"parentNode"),d?(Sb(d,null,b),Ob(b)):(b.parentNode&&u.removeChild.call(b.parentNode,b),Rb(b)));var e=c,d=t.ownerShadyRootForNode(a),f;d&&(b.__noInsertionPoint&&!d._changePending&&(d._skipUpdateInsertionPoints=!0),f=Ub(b,a,d))&&(d._skipUpdateInsertionPoints=!1);A.hasProperty(a,
|
|
"firstChild")&&C.recordInsertBefore(b,a,e);var e=f,g=d&&d.getInsertionPointTag()||"",h=b.nodeType===Node.DOCUMENT_FRAGMENT_NODE&&!b.__noInsertionPoint&&g&&b.querySelector(g);f=h&&h.parentNode.nodeType!==Node.DOCUMENT_FRAGMENT_NODE;((h=h||b.localName===g)||a.localName===g||e)&&d&&Qb(d);(d=a&&a.shadyRoot&&a.shadyRoot.hasInsertionPoint())&&Qb(a.shadyRoot);if(!(d||h&&!f||a.shadyRoot)){if(c&&(d=t.ownerShadyRootForNode(c))){var k;if(c.localName===d.getInsertionPointTag())a:{d=c.assignedNodes({flatten:!0});
|
|
f=Tb(c);e=0;for(g=d.length;e<g&&(k=d[e]);e++)if(f.isFinalDestination(c,k))break a;k=void 0}else k=c;c=k}k=t.isShadyRoot(a)?a.host:a;c?u.insertBefore.call(k,b,c):u.appendChild.call(k,b)}Sb(a,b);return b};D.removeChild=function(a,b){if(b.parentNode!==a)throw Error("The node to be removed is not a child of this node: "+b);if(!Ob(b)){var c=t.isShadyRoot(a)?a.host:a,d=w.parentNode(b);c===d&&u.removeChild.call(c,b)}Sb(a,null,b);return b};
|
|
D.cloneNode=function(a,b){if("template"==a.localName)return u.cloneNode.call(a,b);var c=u.cloneNode.call(a,!1);if(b){a=a.childNodes;b=0;for(var d;b<a.length;b++)d=a[b].cloneNode(!0),c.appendChild(d)}return c};D.importNode=Yb;var Zb={},$b={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 ac(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 bc(a,b){if(!t.isShadyRoot)return a;a=ac(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),!t.isShadyRoot(f)||-1<g)return d}
|
|
var cc={get composed(){this.isTrusted&&void 0===this.__composed&&(this.__composed=$b[this.type]);return this.__composed||!1},composedPath:function(){this.__composedPath||(this.__composedPath=ac(this.__target,this.composed));return this.__composedPath},get target(){return bc(this.currentTarget,this.composedPath())},get relatedTarget(){if(!this.__relatedTarget)return null;this.__relatedTargetComposedPath||(this.__relatedTargetComposedPath=ac(this.__relatedTarget,!0));return bc(this.currentTarget,this.__relatedTargetComposedPath)},
|
|
stopPropagation:function(){Event.prototype.stopPropagation.call(this);this.__propagationStopped=!0},stopImmediatePropagation:function(){Event.prototype.stopImmediatePropagation.call(this);this.__propagationStopped=this.__immediatePropagationStopped=!0}};function dc(a){function b(b,d){b=new a(b,d);b.__composed=d&&!!d.composed;return b}t.mixin(b,a);b.prototype=a.prototype;return b}var ec={focus:!0,blur:!0};
|
|
function fc(a,b,c){if(c=b.__handlers&&b.__handlers[a.type]&&b.__handlers[a.type][c])for(var d=0,e;(e=c[d])&&(e.call(b,a),!a.__immediatePropagationStopped);d++);}
|
|
function gc(a){var b=a.composedPath(),c;Object.defineProperty(a,"currentTarget",{get:function(){return c},configurable:!0});for(var d=b.length-1;0<=d;d--)if(c=b[d],fc(a,c,"capture"),a.__propagationStopped)return;Object.defineProperty(a,"eventPhase",{value:Event.AT_TARGET});for(var e,d=0;d<b.length;d++)if(c=b[d],0===d||c.shadowRoot&&c.shadowRoot===e)if(fc(a,c,"bubble"),c!==window&&(e=c.getRootNode()),a.__propagationStopped)break}
|
|
function hc(){for(var a in ec)window.addEventListener(a,function(a){a.__target||(ic(a),gc(a),a.stopImmediatePropagation())},!0)}function ic(a){a.__target=a.target;a.__relatedTarget=a.relatedTarget;t.settings.hasDescriptors?t.patchPrototype(a,cc):t.extend(a,cc)}var jc=dc(window.Event),kc=dc(window.CustomEvent),lc=dc(window.MouseEvent);
|
|
Zb.addEventListener=function(a,b,c){if(b){var d,e,f;"object"===typeof c?(d=!!c.capture,e=!!c.once,f=!!c.passive):(d=!!c,f=e=!1);if(b.__eventWrappers)for(var g=0;g<b.__eventWrappers.length;g++){if(b.__eventWrappers[g].node===this&&b.__eventWrappers[g].type===a&&b.__eventWrappers[g].capture===d&&b.__eventWrappers[g].once===e&&b.__eventWrappers[g].passive===f)return}else b.__eventWrappers=[];g=function(d){e&&this.removeEventListener(a,b,c);d.__target||ic(d);if(d.composed||-1<d.composedPath().indexOf(this))if(d.eventPhase===
|
|
Event.BUBBLING_PHASE&&d.target===d.relatedTarget)d.stopImmediatePropagation();else return b(d)};b.__eventWrappers.push({node:this,type:a,capture:d,once:e,passive:f,wrapperFn:g});ec[a]?(this.__handlers=this.__handlers||{},this.__handlers[a]=this.__handlers[a]||{capture:[],bubble:[]},this.__handlers[a][d?"capture":"bubble"].push(g)):u.addEventListener.call(this,a,g,c)}};
|
|
Zb.removeEventListener=function(a,b,c){if(b){var d,e,f;"object"===typeof c?(d=!!c.capture,e=!!c.once,f=!!c.passive):(d=!!c,f=e=!1);var g=void 0;if(b.__eventWrappers)for(var h=0;h<b.__eventWrappers.length;h++)if(b.__eventWrappers[h].node===this&&b.__eventWrappers[h].type===a&&b.__eventWrappers[h].capture===d&&b.__eventWrappers[h].once===e&&b.__eventWrappers[h].passive===f){g=b.__eventWrappers.splice(h,1)[0].wrapperFn;b.__eventWrappers.length||(b.__eventWrappers=void 0);break}u.removeEventListener.call(this,
|
|
a,g||b,c);g&&ec[a]&&this.__handlers&&this.__handlers[a]&&(a=this.__handlers[a][d?"capture":"bubble"],g=a.indexOf(g),-1<g&&a.splice(g,1))}};Zb.patchEvents=function(){window.Event=jc;window.CustomEvent=kc;window.MouseEvent=lc;hc()};var mc={};function nc(a,b,c){return{index:a,removed:b,addedCount:c}}
|
|
var oc={calcEditDistances:function(a,b,c,d,e,f){f=f-e+1;c=c-b+1;for(var g=Array(f),h=0;h<f;h++)g[h]=Array(c),g[h][0]=h;for(h=0;h<c;h++)g[0][h]=h;for(h=1;h<f;h++)for(var k=1;k<c;k++)if(this.equals(a[b+k-1],d[e+h-1]))g[h][k]=g[h-1][k-1];else{var y=g[h-1][k]+1,v=g[h][k-1]+1;g[h][k]=y<v?y:v}return g},spliceOperationsFromEditDistances:function(a){for(var b=a.length-1,c=a[0].length-1,d=a[b][c],e=[];0<b||0<c;)if(0==b)e.push(2),c--;else if(0==c)e.push(3),b--;else{var f=a[b-1][c-1],g=a[b-1][c],h=a[b][c-1],
|
|
k;k=g<h?g<f?g:f:h<f?h:f;k==f?(f==d?e.push(0):(e.push(1),d=f),b--,c--):k==g?(e.push(3),b--,d=g):(e.push(2),c--,d=h)}e.reverse();return e},calcSplices:function(a,b,c,d,e,f){var g=0,h=0,k=Math.min(c-b,f-e);0==b&&0==e&&(g=this.sharedPrefix(a,d,k));c==a.length&&f==d.length&&(h=this.sharedSuffix(a,d,k-g));b+=g;e+=g;c-=h;f-=h;if(0==c-b&&0==f-e)return[];if(b==c){for(a=nc(b,[],0);e<f;)a.removed.push(d[e++]);return[a]}if(e==f)return[nc(b,[],c-b)];f=this.spliceOperationsFromEditDistances(this.calcEditDistances(a,
|
|
b,c,d,e,f));a=void 0;c=[];for(g=0;g<f.length;g++)switch(f[g]){case 0:a&&(c.push(a),a=void 0);b++;e++;break;case 1:a||(a=nc(b,[],0));a.addedCount++;b++;a.removed.push(d[e]);e++;break;case 2:a||(a=nc(b,[],0));a.addedCount++;b++;break;case 3:a||(a=nc(b,[],0)),a.removed.push(d[e]),e++}a&&c.push(a);return c},sharedPrefix:function(a,b,c){for(var d=0;d<c;d++)if(!this.equals(a[d],b[d]))return d;return c},sharedSuffix:function(a,b,c){for(var d=a.length,e=b.length,f=0;f<c&&this.equals(a[--d],b[--e]);)f++;return f},
|
|
calculateSplices:function(a,b){return this.calcSplices(a,0,a.length,b,0,b.length)},equals:function(a,b){return a===b}};mc.calculateSplices=function(a,b){return oc.calculateSplices(a,b)};var pc={},qc="function"===typeof Event?Event:function(a,b){b=b||{};var c=document.createEvent("Event");c.initEvent(a,!!b.bubbles,!!b.cancelable);return c};function G(a){this.root=a;this.insertionPointTag="slot"}G.prototype.getInsertionPoints=function(){return this.root.querySelectorAll(this.insertionPointTag)};G.prototype.hasInsertionPoint=function(){return!(!this.root._insertionPoints||!this.root._insertionPoints.length)};
|
|
G.prototype.isInsertionPoint=function(a){return a.localName&&a.localName==this.insertionPointTag};G.prototype.distribute=function(){return this.hasInsertionPoint()?this.distributePool(this.root,this.collectPool()):[]};G.prototype.collectPool=function(){for(var a=[],b=0,c=this.root.host.firstChild;c;c=c.nextSibling)a[b++]=c;return a};
|
|
G.prototype.distributePool=function(a,b){a=[];for(var c=this.root._insertionPoints,d=0,e=c.length,f;d<e&&(f=c[d]);d++){this.distributeInsertionPoint(f,b);var g=f.parentNode;g&&g.shadyRoot&&this.hasInsertionPoint(g.shadyRoot)&&a.push(g.shadyRoot)}for(c=0;c<b.length;c++)if(f=b[c])f.__shady=f.__shady||{},f.__shady.assignedSlot=void 0,(d=w.parentNode(f))&&u.removeChild.call(d,f);return a};
|
|
G.prototype.distributeInsertionPoint=function(a,b){var c=a.__shady.assignedNodes;c&&this.clearAssignedSlots(a,!0);a.__shady.assignedNodes=[];for(var d=!1,e=!1,f=0,g=b.length,h;f<g;f++)(h=b[f])&&this.matchesInsertionPoint(h,a)&&(h.__shady._prevAssignedSlot!=a&&(d=!0),this.distributeNodeInto(h,a),b[f]=void 0,e=!0);if(!e)for(b=a.childNodes,e=0;e<b.length;e++)h=b[e],h.__shady._prevAssignedSlot!=a&&(d=!0),this.distributeNodeInto(h,a);if(c){for(h=0;h<c.length;h++)c[h].__shady._prevAssignedSlot=null;a.__shady.assignedNodes.length<
|
|
c.length&&(d=!0)}this.setDistributedNodesOnInsertionPoint(a);d&&this._fireSlotChange(a)};G.prototype.clearAssignedSlots=function(a,b){var c=a.__shady.assignedNodes;if(c)for(var d=0;d<c.length;d++){var e=c[d];b&&(e.__shady._prevAssignedSlot=e.__shady.assignedSlot);e.__shady.assignedSlot===a&&(e.__shady.assignedSlot=null)}};G.prototype.matchesInsertionPoint=function(a,b){b=(b=b.getAttribute("name"))?b.trim():"";a=(a=a.getAttribute&&a.getAttribute("slot"))?a.trim():"";return a==b};
|
|
G.prototype.distributeNodeInto=function(a,b){b.__shady.assignedNodes.push(a);a.__shady.assignedSlot=b};G.prototype.setDistributedNodesOnInsertionPoint=function(a){var b=a.__shady.assignedNodes;a.__shady.distributedNodes=[];for(var c=0,d;c<b.length&&(d=b[c]);c++)if(this.isInsertionPoint(d)){var e=d.__shady.distributedNodes;if(e)for(var f=0;f<e.length;f++)a.__shady.distributedNodes.push(e[f])}else a.__shady.distributedNodes.push(b[c])};
|
|
G.prototype._fireSlotChange=function(a){a.dispatchEvent(new qc("slotchange"));a.__shady.assignedSlot&&this._fireSlotChange(a.__shady.assignedSlot)};G.prototype.isFinalDestination=function(a){return!a.__shady.assignedSlot};pc.default=G;var rc={},sc={};function tc(a,b){if(a!==sc)throw new TypeError("Illegal constructor");a=document.createDocumentFragment();a.__proto__=tc.prototype;a._init(b);return a}tc.prototype=Object.create(DocumentFragment.prototype);
|
|
t.extendAll(tc.prototype,{_init:function(a){this.__localName="ShadyRoot";C.recordChildNodes(a);C.recordChildNodes(this);a.shadowRoot=this;this.host=a;this._changePending=this._hasRendered=this._renderPending=!1;this._distributor=new pc.default(this);this.update()},update:function(){var a=this;this._renderPending||(this._renderPending=!0,Ya.enqueue(function(){return a.render()}))},_getRenderRoot:function(){for(var a=this,b=this;b;)b._renderPending&&(a=b),b=b._rendererForHost();return a},_rendererForHost:function(){var a=
|
|
this.host.getRootNode();if(t.isShadyRoot(a))for(var b=this.host.childNodes,c=0,d;c<b.length;c++)if(d=b[c],this._distributor.isInsertionPoint(d))return a},render:function(){this._renderPending&&this._getRenderRoot()._render()},_render:function(){this._changePending=this._renderPending=!1;this._skipUpdateInsertionPoints?this._hasRendered||(this._insertionPoints=[]):this.updateInsertionPoints();this._skipUpdateInsertionPoints=!1;this.distribute();this.compose();this._hasRendered=!0},forceRender:function(){this._renderPending=
|
|
!0;this.render()},distribute:function(){for(var a=this._distributor.distribute(),b=0;b<a.length;b++)a[b]._render()},updateInsertionPoints:function(){var a=this.__insertionPoints;if(a)for(var b=0,c;b<a.length;b++)c=a[b],c.getRootNode()!==this&&this._distributor.clearAssignedSlots(c);a=this._insertionPoints=this._distributor.getInsertionPoints();for(b=0;b<a.length;b++)c=a[b],c.__shady=c.__shady||{},C.recordChildNodes(c),C.recordChildNodes(c.parentNode)},get _insertionPoints(){this.__insertionPoints||
|
|
this.updateInsertionPoints();return this.__insertionPoints||(this.__insertionPoints=[])},set _insertionPoints(a){this.__insertionPoints=a},hasInsertionPoint:function(){return this._distributor.hasInsertionPoint()},compose:function(){this._composeTree()},_composeTree:function(){this._updateChildNodes(this.host,this._composeNode(this.host));for(var a=this._insertionPoints||[],b=0,c=a.length,d,e;b<c&&(d=a[b]);b++)e=d.parentNode,e!==this.host&&e!==this&&this._updateChildNodes(e,this._composeNode(e))},
|
|
_composeNode:function(a){var b=[];a=(a.shadyRoot||a).childNodes;for(var c=0;c<a.length;c++){var d=a[c];if(this._distributor.isInsertionPoint(d))for(var e=d.__shady.distributedNodes||(d.__shady.distributedNodes=[]),f=0;f<e.length;f++){var g=e[f];this.isFinalDestination(d,g)&&b.push(g)}else b.push(d)}return b},isFinalDestination:function(a,b){return this._distributor.isFinalDestination(a,b)},_updateChildNodes:function(a,b){for(var c=w.childNodes(a),d=mc.calculateSplices(b,c),e=0,f=0,g;e<d.length&&(g=
|
|
d[e]);e++){for(var h=0,k;h<g.removed.length&&(k=g.removed[h]);h++)w.parentNode(k)===a&&u.removeChild.call(a,k),c.splice(g.index+f,1);f-=g.addedCount}for(e=0;e<d.length&&(g=d[e]);e++)for(f=c[g.index],h=g.index;h<g.index+g.addedCount;h++)k=b[h],u.insertBefore.call(a,k,f),c.splice(h,0,k)},getInsertionPointTag:function(){return this._distributor.insertionPointTag}});B.patchShadowRootAccessors(tc.prototype);rc.ShadyRoot=tc;
|
|
rc.attachShadow=function(a,b){if(!a)throw"Must provide a host.";if(!b)throw"Not enough arguments.";return new tc(sc,a)};var uc={};function vc(a){D.renderRootNode(a);return A.getProperty(a,"assignedSlot")||null}
|
|
var wc={addEventListener:Zb.addEventListener,removeEventListener:Zb.removeEventListener,appendChild:function(a){return D.insertBefore(this,a)},insertBefore:function(a,b){return D.insertBefore(this,a,b)},removeChild:function(a){return D.removeChild(this,a)},replaceChild:function(a,b){this.insertBefore(a,b);this.removeChild(b);return a},cloneNode:function(a){return D.cloneNode(this,a)},getRootNode:function(a){return D.getRootNode(this,a)},get isConnected(){var a=this.ownerDocument;if(a&&a.contains&&
|
|
a.contains(this)||(a=a.documentElement)&&a.contains&&a.contains(this))return!0;for(a=this;a&&!(a instanceof Document);)a=a.parentNode||(a instanceof rc.ShadyRoot?a.host:void 0);return!!(a&&a instanceof Document)}},xc={get assignedSlot(){return vc(this)}},yc={querySelector:function(a){return D.query(this,function(b){return t.matchesSelector(b,a)},function(a){return!!a})[0]||null},querySelectorAll:function(a){return D.query(this,function(b){return t.matchesSelector(b,a)})}},zc={assignedNodes:function(a){if("slot"===
|
|
this.localName)return D.renderRootNode(this),this.__shady?(a&&a.flatten?this.__shady.distributedNodes:this.__shady.assignedNodes)||[]:[]}},Ac=t.extendAll({setAttribute:function(a,b){D.setAttribute(this,a,b)},removeAttribute:function(a){D.removeAttribute(this,a)},attachShadow:function(a){return rc.attachShadow(this,a)},get slot(){return this.getAttribute("slot")},set slot(a){this.setAttribute("slot",a)},get assignedSlot(){return vc(this)}},yc,zc);Object.defineProperties(Ac,B.ShadowRootAccessor);
|
|
var Bc=t.extendAll({importNode:function(a,b){return D.importNode(a,b)}},yc);Object.defineProperties(Bc,{_activeElement:B.ActiveElementAccessor.activeElement});function Cc(a,b){for(var c=Object.getOwnPropertyNames(b),d=0;d<c.length;d++){var e=c[d],f=Object.getOwnPropertyDescriptor(b,e);f.value?a[e]=f.value:Object.defineProperty(a,e,f)}}
|
|
uc.patchBuiltins=function(){Cc(window.Node.prototype,wc);Cc(window.Text.prototype,xc);Cc(window.DocumentFragment.prototype,yc);Cc(window.Element.prototype,Ac);Cc(window.Document.prototype,Bc);window.HTMLSlotElement&&Cc(window.HTMLSlotElement.prototype,zc);t.settings.hasDescriptors&&(B.patchAccessors(window.Node.prototype),B.patchAccessors(window.Text.prototype),B.patchAccessors(window.DocumentFragment.prototype),B.patchAccessors(window.Element.prototype),B.patchAccessors((window.customElements&&customElements.nativeHTMLElement||
|
|
HTMLElement).prototype),B.patchAccessors(window.Document.prototype),window.HTMLSlotElement&&B.patchAccessors(window.HTMLSlotElement.prototype))};t.settings.inUse&&(window.ShadyDOM={inUse:t.settings.inUse,patch:function(a){return a},isShadyRoot:t.isShadyRoot,enqueue:Ya.enqueue,flush:Ya.flush,settings:t.settings,filterMutations:bb.filterMutations,observeChildren:bb.observeChildren,unobserveChildren:bb.unobserveChildren,nativeMethods:u,nativeTree:w},Zb.patchEvents(),uc.patchBuiltins(),window.ShadowRoot=rc.ShadyRoot);/*
|
|
|
|
Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
|
|
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
|
|
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
|
|
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
|
|
Code distributed by Google as part of the polymer project is also
|
|
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
|
|
*/
|
|
var I={};function Dc(){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 Ec(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=Fc(c),c=c.replace(K.multipleSpaces," "),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=Gc.MEDIA_RULE:c.match(K.keyframesRule)&&(a.type=Gc.KEYFRAMES_RULE,a.keyframesName=a.selector.split(K.multipleSpaces).pop()):0===c.indexOf("--")?a.type=Gc.MIXIN_RULE:
|
|
a.type=Gc.STYLE_RULE);if(c=a.rules)for(var d=0,e=c.length,f;d<e&&(f=c[d]);d++)Ec(f,b);return a}function Fc(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 Hc(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=Hc(h,b,d)}else b?b=a.cssText:(b=a.cssText,b=Ic(b),b=b.replace(K.mixinApply,"").replace(K.varApply,"")),(d=b.trim())&&(d=" "+d+"\n")}d&&(a.selector&&(c+=a.selector+" {\n"),c+=d,a.selector&&(c+="}\n\n"));return c}function Ic(a){return a.replace(K.customProp,"").replace(K.mixinProp,"")}
|
|
var Gc={STYLE_RULE:1,KEYFRAMES_RULE:7,MEDIA_RULE:4,MIXIN_RULE:1E3},K={comments:/\/\*[^*]*\*+([^/*][^*]*\*+)*\//gim,port:/@import[^;]*;/gim,customProp:/(?:^[^;\-\s}]+)?--[^;{}]*?:[^{};]*?(?:[;\n]|$)/gim,mixinProp:/(?:^[^;\-\s}]+)?--[^;{}]*?:[^{};]*?{[^}]*?}(?:[;\n]|$)?/gim,mixinApply:/@apply\s*\(?[^);]*\)?\s*(?:[;\n]|$)?/gim,varApply:/[^;:]*?:[^;]*?var\([^;]*\)(?:[;\n]|$)?/gim,keyframesRule:/^@[^\s]*keyframes/,multipleSpaces:/\s+/g};I.StyleNode=Dc;
|
|
I.parse=function(a){var b=a=a.replace(K.comments,"").replace(K.port,""),c=new Dc;c.start=0;c.end=b.length;for(var d=c,e=0,f=b.length;e<f;e++)if("{"===b[e]){d.rules||(d.rules=[]);var g=d,h=g.rules[g.rules.length-1]||null,d=new Dc;d.start=e+1;d.parent=g;d.previous=h;g.rules.push(d)}else"}"===b[e]&&(d.end=e+1,d=d.parent||c);return Ec(c,a)};I.stringify=Hc;I.removeCustomPropAssignment=Ic;I.types=Gc;var L={},Jc=!(window.ShadyDOM&&window.ShadyDOM.inUse),Kc=!navigator.userAgent.match("AppleWebKit/601")&&window.CSS&&CSS.supports&&CSS.supports("box-shadow","0 0 0 var(--foo)");function Lc(a){a&&(Kc=Kc&&!a.nativeCss&&!a.shimcssproperties,Jc=Jc&&!a.nativeShadow&&!a.shimshadow)}window.ShadyCSS?Lc(window.ShadyCSS):window.WebComponents&&Lc(window.WebComponents.flags);L.nativeShadow=Jc;L.nativeCssVariables=Kc;var M={VAR_ASSIGN:/(?:^|[;\s{]\s*)(--[\w-]*?)\s*:\s*(?:([^;{]*)|{([^}]*)})(?:(?=[;\s}])|$)/gi,MIXIN_MATCH:/(?:^|\W+)@apply\s*\(?([^);\n]*)\)?/gi,VAR_CONSUMED:/(--[\w-]+)\s*([:,;)]|$)/gi,ANIMATION_MATCH:/(animation\s*:)|(animation-name\s*:)/,MEDIA_MATCH:/@media[^(]*(\([^)]*\))/,IS_VAR:/^--/,BRACKETED:/\{[^}]*\}/g,HOST_PREFIX:"(?:^|[^.#[:])",HOST_SUFFIX:"($|[.:[\\s>+~])"};var N={};function Mc(a,b,c,d){if(a){var e=!1,f=a.type;if(d&&f===I.types.MEDIA_RULE){var g=a.selector.match(M.MEDIA_MATCH);g&&(window.matchMedia(g[1]).matches||(e=!0))}f===I.types.STYLE_RULE?b(a):c&&f===I.types.KEYFRAMES_RULE?c(a):f===I.types.MIXIN_RULE&&(e=!0);if((a=a.rules)&&!e)for(var e=0,f=a.length,h;e<f&&(h=a[e]);e++)Mc(h,b,c,d)}}function Nc(a,b){var c=document.createElement("style");b&&c.setAttribute("scope",b);c.textContent=a;return c}var Oc=null;
|
|
function Pc(a,b,c){b=b||document.head;b.insertBefore(a,c&&c.nextSibling||b.firstChild);Oc?a.compareDocumentPosition(Oc)===Node.DOCUMENT_POSITION_PRECEDING&&(Oc=a):Oc=a}
|
|
function Qc(a,b){var c=a.indexOf("var(");if(-1===c)return b(a,"","","");var d;a:{var e=0;d=c+3;for(var f=a.length;d<f;d++)if("("===a[d])e++;else if(")"===a[d]&&0===--e)break a;d=-1}e=a.substring(c+4,d);c=a.substring(0,c);a=Qc(a.substring(d+1),b);f=e.indexOf(",");if(-1===f)return b(c,e.trim(),"",a);d=e.substring(0,f).trim();e=e.substring(f+1).trim();return b(c,d,e,a)}N.toCssText=function(a,b){"string"===typeof a&&(a=I.parse(a));b&&Mc(a,b);return I.stringify(a,L.nativeCssVariables)};
|
|
N.rulesForStyle=function(a){!a.__cssRules&&a.textContent&&(a.__cssRules=I.parse(a.textContent));return a.__cssRules};N.isKeyframesSelector=function(a){return!!a.parent&&a.parent.type===I.types.KEYFRAMES_RULE};N.forEachRule=Mc;N.applyCss=function(a,b,c,d){a=Nc(a,b);Pc(a,c,d);return a};N.createScopeStyle=Nc;N.applyStylePlaceHolder=function(a){a=document.createComment(" Shady DOM styles for "+a+" ");var b=document.head;b.insertBefore(a,(Oc?Oc.nextSibling:null)||b.firstChild);return Oc=a};
|
|
N.applyStyle=Pc;N.isTargetedBuild=function(a){return L.nativeShadow?"shadow"===a:"shady"===a};N.getCssBuildType=function(a){return a.getAttribute("css-build")};N.processVariableAndFallback=Qc;N.setElementClassRaw=function(a,b){L.nativeShadow?a.setAttribute("class",b):window.ShadyDOM.nativeMethods.setAttribute.call(a,"class",b)};N.getIsExtends=function(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,typeExtension:c}};var O={};function P(){}P.prototype.dom=function(a,b,c){a.__styleScoped?a.__styleScoped=null:this._transformDom(a,b||"",c)};P.prototype._transformDom=function(a,b,c){a.nodeType===Node.ELEMENT_NODE&&this.element(a,b,c);if(a="template"===a.localName?(a.content||a._content).childNodes:a.children||a.childNodes)for(var d=0;d<a.length;d++)this._transformDom(a[d],b,c)};
|
|
P.prototype.element=function(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(Wc);c?d&&(b=d.replace("style-scope","").replace(b,""),N.setElementClassRaw(a,b)):N.setElementClassRaw(a,(d?d+" ":"")+"style-scope "+b)}};
|
|
P.prototype.elementStyles=function(a,b,c){var d=a.__cssBuild;L.nativeShadow||"shady"===d?b=N.toCssText(b,c):(a=N.getIsExtends(a),b=this.css(b,a.is,a.typeExtension,c)+"\n\n");return b.trim()};P.prototype.css=function(a,b,c,d){var e=this._calcHostScope(b,c);b=this._calcElementScope(b);var f=this;return N.toCssText(a,function(a){a.isScoped||(f.rule(a,b,e),a.isScoped=!0);d&&d(a,b,e)})};P.prototype._calcElementScope=function(a){return a?Xc+a:""};
|
|
P.prototype._calcHostScope=function(a,b){return b?"[is="+a+"]":a};P.prototype.rule=function(a,b,c){this._transformRule(a,this._transformComplexSelector,b,c)};P.prototype._transformRule=function(a,b,c,d){a.selector=a.transformedSelector=this._transformRuleCss(a,b,c,d)};P.prototype._transformRuleCss=function(a,b,c,d){var e=a.selector.split(Yc);if(!N.isKeyframesSelector(a)){a=0;for(var f=e.length,g;a<f&&(g=e[a]);a++)e[a]=b.call(this,g,c,d)}return e.join(Yc)};
|
|
P.prototype._transformComplexSelector=function(a,b,c){var d=this,e=!1;a=a.trim();a=a.replace(Zc,function(a,b,c){return":"+b+"("+c.replace(/\s/g,"")+")"});a=a.replace($c,ad+" $1");return a=a.replace(bd,function(a,g,h){e||(a=d._transformCompoundSelector(h,g,b,c),e=e||a.stop,g=a.combinator,h=a.value);return g+h})};
|
|
P.prototype._transformCompoundSelector=function(a,b,c,d){var e=a.indexOf(cd);0<=a.indexOf(ad)?a=this._transformHostSelector(a,d):0!==e&&(a=c?this._transformSimpleSelector(a,c):a);c=!1;0<=e&&(b="",c=!0);var f;c&&(f=!0,c&&(a=a.replace(dd,function(a,b){return" > "+b})));a=a.replace(ed,function(a,b,c){return'[dir="'+c+'"] '+b+", "+b+'[dir="'+c+'"]'});return{value:a,combinator:b,stop:f}};P.prototype._transformSimpleSelector=function(a,b){a=a.split(fd);a[0]+=b;return a.join(fd)};
|
|
P.prototype._transformHostSelector=function(a,b){var c=a.match(gd);return(c=c&&c[2].trim()||"")?c[0].match(hd)?a.replace(gd,function(a,c,f){return b+f}):c.split(hd)[0]===b?c:id:a.replace(ad,b)};P.prototype.documentRule=function(a){a.selector=a.parsedSelector;this.normalizeRootSelector(a);this._transformRule(a,this._transformDocumentSelector)};P.prototype.normalizeRootSelector=function(a){a.selector===jd&&(a.selector="html")};
|
|
P.prototype._transformDocumentSelector=function(a){return a.match(cd)?this._transformComplexSelector(a,kd):this._transformSimpleSelector(a.trim(),kd)};ba.global.Object.defineProperties(P.prototype,{SCOPE_NAME:{configurable:!0,enumerable:!0,get:function(){return"style-scope"}}});
|
|
var Zc=/:(nth[-\w]+)\(([^)]+)\)/,kd=":not(.style-scope)",Yc=",",bd=/(^|[\s>+~]+)((?:\[.+?\]|[^\s>+~=\[])+)/g,hd=/[[.:#*]/,ad=":host",jd=":root",cd="::slotted",$c=new RegExp("^("+cd+")"),gd=/(:host)(?:\(((?:\([^)(]*\)|[^)(]*)+?)\))/,dd=/(?:::slotted)(?:\(((?:\([^)(]*\)|[^)(]*)+?)\))/,ed=/(.*):dir\((?:(ltr|rtl))\)/,Xc=".",fd=":",Wc="class",id="should_not_match",ld=new P;O.default=ld;var Q={};function md(a,b,c,d,e,f){this.styleRules=a||null;this.placeholder=b||null;this.ownStylePropertyNames=c||[];this.overrideStyleProperties=null;this.elementName=d||"";this.cssBuild=f||"";this.typeExtension=e||"";this.customStyle=this.scopeSelector=this.styleProperties=null}md.get=function(a){return a?a.__styleInfo:null};md.set=function(a,b){return a.__styleInfo=b};md.prototype._getStyleRules=function(){return this.styleRules};md.prototype._getStyleRules=md.prototype._getStyleRules;
|
|
Q.default=md;var R={},nd=window.Element.prototype,od=nd.matches||nd.matchesSelector||nd.mozMatchesSelector||nd.msMatchesSelector||nd.oMatchesSelector||nd.webkitMatchesSelector,pd=navigator.userAgent.match("Trident");function S(){}S.prototype.decorateStyles=function(a){var b=this,c={},d=[],e=0;N.forEachRule(a,function(a){b.decorateRule(a);a.index=e++;b.collectPropertiesInCssText(a.propertyInfo.cssText,c)},function(a){d.push(a)});a._keyframes=d;a=[];for(var f in c)a.push(f);return a};
|
|
S.prototype.decorateRule=function(a){if(a.propertyInfo)return a.propertyInfo;var b={},c={};this.collectProperties(a,c)&&(b.properties=c,a.rules=null);b.cssText=this.collectCssText(a);return a.propertyInfo=b};S.prototype.collectProperties=function(a,b){var c=a.propertyInfo;if(c){if(c.properties)return Object.assign(b,c.properties),!0}else{for(var c=M.VAR_ASSIGN,d=a.parsedCssText,e;a=c.exec(d);){e=(a[2]||a[3]).trim();if("inherit"!==e||"unset"!==e)b[a[1].trim()]=e;e=!0}return e}};
|
|
S.prototype.collectCssText=function(a){return this.collectConsumingCssText(a.parsedCssText)};S.prototype.collectConsumingCssText=function(a){return a.replace(M.BRACKETED,"").replace(M.VAR_ASSIGN,"")};S.prototype.collectPropertiesInCssText=function(a,b){for(var c;c=M.VAR_CONSUMED.exec(a);){var d=c[1];":"!==c[2]&&(b[d]=!0)}};S.prototype.reify=function(a){for(var b=Object.getOwnPropertyNames(a),c=0,d;c<b.length;c++)d=b[c],a[d]=this.valueForProperty(a[d],a)};
|
|
S.prototype.valueForProperty=function(a,b){if(a)if(0<=a.indexOf(";"))a=this.valueForProperties(a,b);else{var c=this;a=N.processVariableAndFallback(a,function(a,e,f,g){if(!e)return a+g;(e=c.valueForProperty(b[e],b))&&"initial"!==e?"apply-shim-inherit"===e&&(e="inherit"):e=c.valueForProperty(b[f]||f,b)||f;return a+(e||"")+g})}return a&&a.trim()||""};
|
|
S.prototype.valueForProperties=function(a,b){a=a.split(";");for(var c=0,d,e;c<a.length;c++)if(d=a[c]){M.MIXIN_MATCH.lastIndex=0;if(e=M.MIXIN_MATCH.exec(d))d=this.valueForProperty(b[e[1]],b);else if(e=d.indexOf(":"),-1!==e){var f=d.substring(e),f=f.trim(),f=this.valueForProperty(f,b)||f;d=d.substring(0,e)+f}a[c]=d&&d.lastIndexOf(";")===d.length-1?d.slice(0,-1):d||""}return a.join(";")};
|
|
S.prototype.applyProperties=function(a,b){var c="";a.propertyInfo||this.decorateRule(a);a.propertyInfo.cssText&&(c=this.valueForProperties(a.propertyInfo.cssText,b));a.cssText=c};
|
|
S.prototype.applyKeyframeTransforms=function(a,b){var c=a.cssText,d=a.cssText;null==a.hasAnimations&&(a.hasAnimations=M.ANIMATION_MATCH.test(c));if(a.hasAnimations)if(null==a.keyframeNamesToTransform){a.keyframeNamesToTransform=[];for(var e in b)d=b[e],d=d(c),c!==d&&(c=d,a.keyframeNamesToTransform.push(e))}else{for(e=0;e<a.keyframeNamesToTransform.length;++e)d=b[a.keyframeNamesToTransform[e]],c=d(c);d=c}a.cssText=d};
|
|
S.prototype.propertyDataFromStyles=function(a,b){var c={},d=this,e=[];N.forEachRule(a,function(a){a.propertyInfo||d.decorateRule(a);var f=a.transformedSelector||a.parsedSelector;b&&a.propertyInfo.properties&&f&&od.call(b,f)&&(d.collectProperties(a,c),a=a.index,f=parseInt(a/32,10),e[f]=(e[f]||0)|1<<a%32)},null,!0);return{properties:c,key:e}};
|
|
S.prototype.whenHostOrRootRule=function(a,b,c,d){b.propertyInfo||this.decorateRule(b);if(b.propertyInfo.properties){var e=N.getIsExtends(a),f=e.is,e=e.typeExtension;a=a.is?O.default._calcHostScope(f,e):"html";var g=b.parsedSelector,e=":host > *"===g||"html"===g,h=0===g.indexOf(":host")&&!e;"shady"===c&&(e=g===a+" > *."+a||-1!==g.indexOf("html"),h=!e&&0===g.indexOf(a));"shadow"===c&&(e=":host > *"===g||"html"===g,h=h&&!e);if(e||h)c=a,h&&(L.nativeShadow&&!b.transformedSelector&&(b.transformedSelector=
|
|
O.default._transformRuleCss(b,O.default._transformComplexSelector,O.default._calcElementScope(f),a)),c=b.transformedSelector||a),d({selector:c,isHost:h,isRoot:e})}};S.prototype.hostAndRootPropertiesForScope=function(a,b){var c={},d={},e=this,f=b&&b.__cssBuild;N.forEachRule(b,function(b){e.whenHostOrRootRule(a,b,f,function(f){od.call(a._element||a,f.selector)&&(f.isHost?e.collectProperties(b,c):e.collectProperties(b,d))})},null,!0);return{rootProps:d,hostProps:c}};
|
|
S.prototype.transformStyles=function(a,b,c){var d=this,e=N.getIsExtends(a),f=O.default._calcHostScope(e.is,e.typeExtension),e=a.extends?"\\"+f.slice(0,-1)+"\\]":f,g=new RegExp(M.HOST_PREFIX+e+M.HOST_SUFFIX),e=Q.default.get(a).styleRules,h=this._elementKeyframeTransforms(a,e,c);return O.default.elementStyles(a,e,function(a){d.applyProperties(a,b);L.nativeShadow||N.isKeyframesSelector(a)||!a.cssText||(d.applyKeyframeTransforms(a,h),d._scopeSelector(a,g,f,c))})};
|
|
S.prototype._elementKeyframeTransforms=function(a,b,c){a=b._keyframes;b={};if(!L.nativeShadow&&a)for(var d=0,e=a[d];d<a.length;e=a[++d])this._scopeKeyframes(e,c),b[e.keyframesName]=this._keyframesRuleTransformer(e);return b};S.prototype._keyframesRuleTransformer=function(a){return function(b){return b.replace(a.keyframesNameRx,a.transformedKeyframesName)}};
|
|
S.prototype._scopeKeyframes=function(a,b){a.keyframesNameRx=new RegExp(a.keyframesName,"g");a.transformedKeyframesName=a.keyframesName+"-"+b;a.transformedSelector=a.transformedSelector||a.selector;a.selector=a.transformedSelector.replace(a.keyframesName,a.transformedKeyframesName)};
|
|
S.prototype._scopeSelector=function(a,b,c,d){a.transformedSelector=a.transformedSelector||a.selector;d="."+d;for(var e=a.transformedSelector.split(","),f=0,g=e.length,h;f<g&&(h=e[f]);f++)e[f]=h.match(b)?h.replace(c,d):d+" "+h;a.selector=e.join(",")};S.prototype.applyElementScopeSelector=function(a,b,c){var d=a.getAttribute("class")||"",e=d;c&&(e=d.replace(new RegExp("\\s*x-scope\\s*"+c+"\\s*","g")," "));e+=(e?" ":"")+"x-scope "+b;d!==e&&N.setElementClassRaw(a,e)};
|
|
S.prototype.applyElementStyle=function(a,b,c,d){b=d?d.textContent||"":this.transformStyles(a,b,c);var e=Q.default.get(a),f=e.customStyle;f&&!L.nativeShadow&&f!==d&&(f._useCount--,0>=f._useCount&&f.parentNode&&f.parentNode.removeChild(f));L.nativeShadow?e.customStyle?(e.customStyle.textContent=b,d=e.customStyle):b&&(d=N.applyCss(b,c,a.shadowRoot,e.placeholder)):d?d.parentNode||N.applyStyle(d,null,e.placeholder):b&&(d=N.applyCss(b,c,null,e.placeholder));d&&(d._useCount=d._useCount||0,e.customStyle!=
|
|
d&&d._useCount++,e.customStyle=d);pd&&(d.textContent=d.textContent);return d};S.prototype.applyCustomStyle=function(a,b){var c=N.rulesForStyle(a),d=this;a.textContent=N.toCssText(c,function(a){var c=a.cssText=a.parsedCssText;a.propertyInfo&&a.propertyInfo.cssText&&(c=I.removeCustomPropAssignment(c),a.cssText=d.valueForProperties(c,b))})};ba.global.Object.defineProperties(S.prototype,{XSCOPE_NAME:{configurable:!0,enumerable:!0,get:function(){return"x-scope"}}});var qd=new S;R.default=qd;var rd={},sd={},td=window.customElements;if(td&&!L.nativeShadow){var ud=td.define;td.define=function(a,b,c){sd[a]=N.applyStylePlaceHolder(a);return ud.call(td,a,b,c)}}rd.default=sd;var vd={};function wd(a){this.cache={};this.typeMax=void 0===a?100:a}wd.prototype._validate=function(a,b,c){for(var d=0;d<c.length;d++){var e=c[d];if(a.properties[e]!==b[e])return!1}return!0};wd.prototype.store=function(a,b,c,d){var e=this.cache[a]||[];e.push({properties:b,styleElement:c,scopeSelector:d});e.length>this.typeMax&&e.shift();this.cache[a]=e};wd.prototype.fetch=function(a,b,c){if(a=this.cache[a])for(var d=a.length-1;0<=d;d--){var e=a[d];if(this._validate(e,b,c))return e}};vd.default=wd;var xd={};function yd(){}
|
|
if(!L.nativeShadow){var zd=function(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],f=e;if(f.classList&&!f.classList.contains(O.default.SCOPE_NAME)||f instanceof window.SVGElement&&(!f.hasAttribute("class")||0>f.getAttribute("class").indexOf(O.default.SCOPE_NAME)))if(f=e.getRootNode(),f.nodeType===Node.DOCUMENT_FRAGMENT_NODE&&(f=f.host))f=N.getIsExtends(f).is,O.default.dom(e,f)}for(d=
|
|
0;d<c.removedNodes.length;d++)if(e=c.removedNodes[d],e.nodeType===Node.ELEMENT_NODE&&(f=void 0,e.classList?f=Array.from(e.classList):e.hasAttribute("class")&&(f=e.getAttribute("class").split(/\s+/)),void 0!==f)){var g=f.indexOf(O.default.SCOPE_NAME);0<=g&&(f=f[g+1])&&O.default.dom(e,f,!0)}}}},Ad=new MutationObserver(zd),Bd=function(a){Ad.observe(a,{childList:!0,subtree:!0})};if(window.customElements&&!window.customElements.flush)Bd(document);else{var Cd=function(){Bd(document.body)};window.HTMLImports?
|
|
window.HTMLImports.whenReady(Cd):requestAnimationFrame(function(){if("loading"===document.readyState){var a=function(){Cd();document.removeEventListener("readystatechange",a)};document.addEventListener("readystatechange",a)}else Cd()})}yd=function(){zd(Ad.takeRecords())}}xd.flush=yd;var T={default:{}};var U={},Dd=Promise.resolve();function Ed(a){a._applyShimInvalid=!0}function Fd(a){return!a._applyShimInvalid}function Gd(a){a._validating||(a._validating=!0,Dd.then(function(){a._applyShimInvalid=!1;a._validating=!1}))}U.invalidate=function(a){(a=T.default[a])&&Ed(a)};U.invalidateTemplate=Ed;U.isValid=function(a){return(a=T.default[a])?Fd(a):!0};U.templateIsValid=Fd;U.isValidating=function(a){return(a=T.default[a])?a._validating:!1};U.templateIsValidating=function(a){return a._validating};
|
|
U.startValidating=function(a){Gd(T.default[a])};U.startValidatingTemplate=Gd;U.elementsAreInvalid=function(){for(var a in T.default)if(!Fd(T.default[a]))return!0;return!1};var Hd={},Id=null,Jd=window.HTMLImports&&window.HTMLImports.whenReady||null,Kd;Hd.default=function(a){Jd?Jd(a):(Id||(Id=new Promise(function(a){Kd=a}),"complete"===document.readyState?Kd():document.addEventListener("readystatechange",function(){"complete"===document.readyState&&Kd()})),Id.then(function(){a&&a()}))};var Ld={updateNativeProperties:function(a,b){for(var c in b)null===c?a.style.removeProperty(c):a.style.setProperty(c,b[c])},getComputedStyleValue:function(a,b){return(a=window.getComputedStyle(a).getPropertyValue(b))?a.trim():""}};var Md=null,Nd=null;function X(){this.customStyles=[];this.enqueued=!1}X.prototype.enqueueDocumentValidation=function(){!this.enqueued&&Nd&&(this.enqueued=!0,Hd.default(Nd))};X.prototype.addCustomStyle=function(a){a.__seenByShadyCSS||(a.__seenByShadyCSS=!0,this.customStyles.push(a),this.enqueueDocumentValidation())};X.prototype.getStyleForCustomStyle=function(a){return a.getStyle?a.getStyle():a};
|
|
X.prototype.processStyles=function(){for(var a=this.customStyles,b=0;b<a.length;b++){var c=a[b];if(!c.__processedByShadyCSS){var d=this.getStyleForCustomStyle(c);if(d){c.__processedByShadyCSS=!0;if(c=d.__appliedElement)for(var e=0;e<d.attributes.length;e++){var f=d.attributes[e];c.setAttribute(f.name,f.value)}Md&&Md(c||d)}}}return a};X.prototype.addCustomStyle=X.prototype.addCustomStyle;X.prototype.getStyleForCustomStyle=X.prototype.getStyleForCustomStyle;X.prototype.processStyles=X.prototype.processStyles;
|
|
Object.defineProperties(X.prototype,{transformCallback:{get:function(){return Md},set:function(a){Md=a}},validateCallback:{get:function(){return Nd},set:function(a){var b=!1;Nd||(b=!0);Nd=a;b&&this.enqueueDocumentValidation()}}});var Od={},Pd=new vd.default;function Y(){var a=this;this._scopeCounter={};this._documentOwner=document.documentElement;var b=new I.StyleNode;b.rules=[];this._documentOwnerStyleInfo=Q.default.set(this._documentOwner,new Q.default(b));this._elementsHaveApplied=!1;this._customStyleInterface=this._applyShim=null;Hd.default(function(){a._ensure()})}Y.prototype.flush=function(){xd.flush()};
|
|
Y.prototype._generateScopeSelector=function(a){var b=this._scopeCounter[a]=(this._scopeCounter[a]||0)+1;return a+"-"+b};Y.prototype.getStyleAst=function(a){return N.rulesForStyle(a)};Y.prototype.styleAstToString=function(a){return N.toCssText(a)};Y.prototype._gatherStyles=function(a){a=a.content.querySelectorAll("style");for(var b=[],c=0;c<a.length;c++){var d=a[c];b.push(d.textContent);d.parentNode.removeChild(d)}return b.join("").trim()};
|
|
Y.prototype._getCssBuild=function(a){return(a=a.content.querySelector("style"))?a.getAttribute("css-build")||"":""};
|
|
Y.prototype.prepareTemplate=function(a,b,c){if(!a._prepared){a._prepared=!0;a.name=b;a.extends=c;T.default[b]=a;var d=this._getCssBuild(a),e=this._gatherStyles(a);c={is:b,extends:c,__cssBuild:d};L.nativeShadow||O.default.dom(a.content,b);this._ensure();var f=this._applyShim.detectMixin(e),e=I.parse(e);f&&L.nativeCssVariables&&this._applyShim.transformRules(e,b);a._styleAst=e;a._cssBuild=d;d=[];L.nativeCssVariables||(d=R.default.decorateStyles(a._styleAst,c));if(!d.length||L.nativeCssVariables)b=this._generateStaticStyle(c,
|
|
a._styleAst,L.nativeShadow?a.content:null,rd.default[b]),a._style=b;a._ownPropertyNames=d}};Y.prototype._generateStaticStyle=function(a,b,c,d){b=O.default.elementStyles(a,b);if(b.length)return N.applyCss(b,a.is,c,d)};Y.prototype._prepareHost=function(a){var b=N.getIsExtends(a),c=b.is,b=b.typeExtension,d=rd.default[c],e=T.default[c],f,g,h;e&&(f=e._styleAst,g=e._ownPropertyNames,h=e._cssBuild);return Q.default.set(a,new Q.default(f,d,g,c,b,h))};
|
|
Y.prototype._ensureApplyShim=function(){if(!this._applyShim)if(window.ShadyCSS.ApplyShim)this._applyShim=window.ShadyCSS.ApplyShim,this._applyShim.invalidCallback=U.invalidate;else{var a={};this._applyShim=(a.detectMixin=function(){return!1},a.transformRule=function(){},a.transformRules=function(){},a)}};
|
|
Y.prototype._ensureCustomStyleInterface=function(){var a=this;if(!this._customStyleInterface)if(window.ShadyCSS.CustomStyleInterface)this._customStyleInterface=window.ShadyCSS.CustomStyleInterface,this._customStyleInterface.transformCallback=function(b){a.transformCustomStyleForDocument(b)},this._customStyleInterface.validateCallback=function(){requestAnimationFrame(function(){(a._customStyleInterface.enqueued||a._elementsHaveApplied)&&a.flushCustomStyles()})};else{var b={};this._customStyleInterface=
|
|
(b.processStyles=function(){},b.enqueued=!1,b.getStyleForCustomStyle=function(){return null},b)}};Y.prototype._ensure=function(){this._ensureApplyShim();this._ensureCustomStyleInterface()};
|
|
Y.prototype.flushCustomStyles=function(){this._ensure();var a=this._customStyleInterface.processStyles();this._customStyleInterface.enqueued&&(L.nativeCssVariables?this._revalidateCustomStyleApplyShim(a):(this._updateProperties(this._documentOwner,this._documentOwnerStyleInfo),this._applyCustomStyles(a)),this._customStyleInterface.enqueued=!1,this._elementsHaveApplied&&!L.nativeCssVariables&&this.styleDocument())};
|
|
Y.prototype.styleElement=function(a,b){var c=N.getIsExtends(a).is,d=Q.default.get(a);d||(d=this._prepareHost(a));this._isRootOwner(a)||(this._elementsHaveApplied=!0);b&&(d.overrideStyleProperties=d.overrideStyleProperties||{},Object.assign(d.overrideStyleProperties,b));if(L.nativeCssVariables){if(d.overrideStyleProperties&&Ld.updateNativeProperties(a,d.overrideStyleProperties),((b=T.default[c])||this._isRootOwner(a))&&b&&b._style&&!U.templateIsValid(b))U.templateIsValidating(b)||(this._ensure(),this._applyShim.transformRules(b._styleAst,
|
|
c),b._style.textContent=O.default.elementStyles(a,d.styleRules),U.startValidatingTemplate(b)),L.nativeShadow&&(c=a.shadowRoot)&&(c.querySelector("style").textContent=O.default.elementStyles(a,d.styleRules)),d.styleRules=b._styleAst}else this._updateProperties(a,d),d.ownStylePropertyNames&&d.ownStylePropertyNames.length&&this._applyStyleProperties(a,d)};Y.prototype._styleOwnerForNode=function(a){return(a=a.getRootNode().host)?Q.default.get(a)?a:this._styleOwnerForNode(a):this._documentOwner};
|
|
Y.prototype._isRootOwner=function(a){return a===this._documentOwner};
|
|
Y.prototype._applyStyleProperties=function(a,b){var c=N.getIsExtends(a).is,d=Pd.fetch(c,b.styleProperties,b.ownStylePropertyNames),e=d?d.styleElement:null,f=b.scopeSelector;b.scopeSelector=d&&d.scopeSelector||this._generateScopeSelector(c);e=R.default.applyElementStyle(a,b.styleProperties,b.scopeSelector,e);L.nativeShadow||R.default.applyElementScopeSelector(a,b.scopeSelector,f);d||Pd.store(c,b.styleProperties,e,b.scopeSelector);return e};
|
|
Y.prototype._updateProperties=function(a,b){var c=this._styleOwnerForNode(a),d=Q.default.get(c),c=Object.create(d.styleProperties||null),e=R.default.hostAndRootPropertiesForScope(a,b.styleRules);a=R.default.propertyDataFromStyles(d.styleRules,a).properties;Object.assign(c,e.hostProps,a,e.rootProps);this._mixinOverrideStyles(c,b.overrideStyleProperties);R.default.reify(c);b.styleProperties=c};Y.prototype._mixinOverrideStyles=function(a,b){for(var c in b){var d=b[c];if(d||0===d)a[c]=d}};
|
|
Y.prototype.styleDocument=function(a){this.styleSubtree(this._documentOwner,a)};Y.prototype.styleSubtree=function(a,b){var c=a.shadowRoot;(c||this._isRootOwner(a))&&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])};
|
|
Y.prototype._revalidateCustomStyleApplyShim=function(a){for(var b=0;b<a.length;b++){var c=this._customStyleInterface.getStyleForCustomStyle(a[b]);c&&this._revalidateApplyShim(c)}};Y.prototype._applyCustomStyles=function(a){for(var b=0;b<a.length;b++){var c=this._customStyleInterface.getStyleForCustomStyle(a[b]);c&&R.default.applyCustomStyle(c,this._documentOwnerStyleInfo.styleProperties)}};
|
|
Y.prototype.transformCustomStyleForDocument=function(a){var b=this,c=N.rulesForStyle(a);N.forEachRule(c,function(a){L.nativeShadow?O.default.normalizeRootSelector(a):O.default.documentRule(a);L.nativeCssVariables&&(b._ensure(),b._applyShim.transformRule(a))});L.nativeCssVariables?a.textContent=N.toCssText(c):this._documentOwnerStyleInfo.styleRules.rules.push(c)};
|
|
Y.prototype._revalidateApplyShim=function(a){if(L.nativeCssVariables){var b=N.rulesForStyle(a);this._ensure();this._applyShim.transformRules(b);a.textContent=N.toCssText(b)}};Y.prototype.getComputedStyleValue=function(a,b){var c;L.nativeCssVariables||(c=(Q.default.get(a)||Q.default.get(this._styleOwnerForNode(a))).styleProperties[b]);return(c=c||window.getComputedStyle(a).getPropertyValue(b))?c.trim():""};
|
|
Y.prototype.setElementClass=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)for(var d=d.split(/\s/),e=0;e<d.length;e++)if(d[e]===O.default.SCOPE_NAME){c=d[e+1];break}}c&&b.push(O.default.SCOPE_NAME,c);L.nativeCssVariables||(c=Q.default.get(a))&&c.scopeSelector&&b.push(R.default.XSCOPE_NAME,c.scopeSelector);N.setElementClassRaw(a,b.join(" "))};Y.prototype._styleInfoForNode=function(a){return Q.default.get(a)};
|
|
Y.prototype.flush=Y.prototype.flush;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.setElementClass;Y.prototype._styleInfoForNode=Y.prototype._styleInfoForNode;Y.prototype.transformCustomStyleForDocument=Y.prototype.transformCustomStyleForDocument;
|
|
Y.prototype.getStyleAst=Y.prototype.getStyleAst;Y.prototype.styleAstToString=Y.prototype.styleAstToString;Y.prototype.flushCustomStyles=Y.prototype.flushCustomStyles;Object.defineProperties(Y.prototype,{nativeShadow:{get:function(){return L.nativeShadow}},nativeCss:{get:function(){return L.nativeCssVariables}}});Od.default=Y;var Z=new Od.default,Qd,Rd;window.ShadyCSS&&(Qd=window.ShadyCSS.ApplyShim,Rd=window.ShadyCSS.CustomStyleInterface);
|
|
window.ShadyCSS={ScopingShim:Z,prepareTemplate:function(a,b,c){Z.flushCustomStyles();Z.prepareTemplate(a,b,c)},styleSubtree:function(a,b){Z.flushCustomStyles();Z.styleSubtree(a,b)},styleElement:function(a){Z.flushCustomStyles();Z.styleElement(a)},styleDocument:function(a){Z.flushCustomStyles();Z.styleDocument(a)},getComputedStyleValue:function(a,b){return Z.getComputedStyleValue(a,b)},nativeCss:L.nativeCssVariables,nativeShadow:L.nativeShadow};Qd&&(window.ShadyCSS.ApplyShim=Qd);
|
|
Rd&&(window.ShadyCSS.CustomStyleInterface=Rd);(function(){if(!function(){var a=document.createEvent("Event");a.initEvent("foo",!0,!0);a.preventDefault();return a.defaultPrevented}()){var a=Event.prototype.preventDefault;Event.prototype.preventDefault=function(){this.cancelable&&(a.call(this),Object.defineProperty(this,"defaultPrevented",{get:function(){return!0},configurable:!0}))}}var b=/Trident/.test(navigator.userAgent);if(!window.CustomEvent||b&&"function"!==typeof window.CustomEvent)window.CustomEvent=function(a,b){b=b||{};var c=document.createEvent("CustomEvent");
|
|
c.initCustomEvent(a,!!b.bubbles,!!b.cancelable,b.detail);return c},window.CustomEvent.prototype=window.Event.prototype;if(!window.Event||b&&"function"!==typeof window.Event){var c=window.Event;window.Event=function(a,b){b=b||{};var c=document.createEvent("Event");c.initEvent(a,!!b.bubbles,!!b.cancelable);return c};if(c)for(var d in c)window.Event[d]=c[d];window.Event.prototype=c.prototype}if(!window.MouseEvent||b&&"function"!==typeof window.MouseEvent){b=window.MouseEvent;window.MouseEvent=function(a,
|
|
b){b=b||{};var c=document.createEvent("MouseEvent");c.initMouseEvent(a,!!b.bubbles,!!b.cancelable,b.view||window,b.detail,b.screenX,b.screenY,b.clientX,b.clientY,b.ctrlKey,b.altKey,b.shiftKey,b.metaKey,b.button,b.relatedTarget);return c};if(b)for(d in b)window.MouseEvent[d]=b[d];window.MouseEvent.prototype=b.prototype}Array.from||(Array.from=function(a){return[].slice.call(a)});Object.assign||(Object.assign=function(a,b){for(var c=[].slice.call(arguments,1),d=0,e;d<c.length;d++)if(e=c[d])for(var f=
|
|
a,v=e,J=Object.getOwnPropertyNames(v),V=0;V<J.length;V++)e=J[V],f[e]=v[e];return a})})(window.WebComponents);(function(){function a(){}var b="undefined"===typeof HTMLTemplateElement;/Trident/.test(navigator.userAgent)&&function(){var a=Document.prototype.importNode;Document.prototype.importNode=function(){var b=a.apply(this,arguments);if(b.nodeType===Node.DOCUMENT_FRAGMENT_NODE){var c=this.createDocumentFragment();c.appendChild(b);return c}return b}}();var c=Node.prototype.cloneNode,d=Document.prototype.createElement,e=Document.prototype.importNode,f=function(){if(!b){var a=document.createElement("template"),
|
|
c=document.createElement("template");c.content.appendChild(document.createElement("div"));a.content.appendChild(c);a=a.cloneNode(!0);return 0===a.content.childNodes.length||0===a.content.firstChild.content.childNodes.length||!(document.createDocumentFragment().cloneNode()instanceof DocumentFragment)}}();if(b){var g=function(a){switch(a){case "&":return"&";case "<":return"<";case ">":return">";case "\u00a0":return" "}},h=function(b){Object.defineProperty(b,"innerHTML",{get:function(){for(var a=
|
|
"",b=this.content.firstChild;b;b=b.nextSibling)a+=b.outerHTML||b.data.replace(sa,g);return a},set:function(b){k.body.innerHTML=b;for(a.bootstrap(k);this.content.firstChild;)this.content.removeChild(this.content.firstChild);for(;k.body.firstChild;)this.content.appendChild(k.body.firstChild)},configurable:!0})},k=document.implementation.createHTMLDocument("template"),y=!0,v=document.createElement("style");v.textContent="template{display:none;}";var J=document.head;J.insertBefore(v,J.firstElementChild);
|
|
a.prototype=Object.create(HTMLElement.prototype);var V=!document.createElement("div").hasOwnProperty("innerHTML");a.decorate=function(b){if(!b.content){b.content=k.createDocumentFragment();for(var c;c=b.firstChild;)b.content.appendChild(c);if(V)b.__proto__=a.prototype;else if(b.cloneNode=function(b){return a._cloneNode(this,b)},y)try{h(b)}catch(W){y=!1}a.bootstrap(b.content)}};h(a.prototype);a.bootstrap=function(b){b=b.querySelectorAll("template");for(var c=0,d=b.length,e;c<d&&(e=b[c]);c++)a.decorate(e)};
|
|
document.addEventListener("DOMContentLoaded",function(){a.bootstrap(document)});Document.prototype.createElement=function(){var b=d.apply(this,arguments);"template"===b.localName&&a.decorate(b);return b};var sa=/[&\u00A0<>]/g}if(b||f)a._cloneNode=function(a,b){var d=c.call(a,!1);this.decorate&&this.decorate(d);b&&(d.content.appendChild(c.call(a.content,!0)),this.fixClonedDom(d.content,a.content));return d},a.prototype.cloneNode=function(b){return a._cloneNode(this,b)},a.fixClonedDom=function(a,b){if(b.querySelectorAll){b=
|
|
b.querySelectorAll("template");a=a.querySelectorAll("template");for(var c=0,d=a.length,e,f;c<d;c++)f=b[c],e=a[c],this.decorate&&this.decorate(f),e.parentNode.replaceChild(f.cloneNode(!0),e)}},Node.prototype.cloneNode=function(b){var d;if(this instanceof DocumentFragment)if(b)d=this.ownerDocument.importNode(this,!0);else return this.ownerDocument.createDocumentFragment();else d=c.call(this,b);b&&a.fixClonedDom(d,this);return d},Document.prototype.importNode=function(b,c){if("template"===b.localName)return a._cloneNode(b,
|
|
c);var d=e.call(this,b,c);c&&a.fixClonedDom(d,b);return d},f&&(window.HTMLTemplateElement.prototype.cloneNode=function(b){return a._cloneNode(this,b)});b&&(window.HTMLTemplateElement=a)})();function Sd(){function a(a,b){na[da]=a;na[da+1]=b;da+=2;2===da&&(Eb?Eb(g):Sc())}function b(){return function(){return process.nextTick(g)}}function c(){return"undefined"!=typeof Sa?function(){Sa(g)}:f()}function d(){var a=0,b=new Tc(g),c=document.createTextNode("");return b.observe(c,{characterData:!0}),function(){c.data=a=++a%2}}function e(){var a=new MessageChannel;return a.port1.onmessage=g,function(){return a.port2.postMessage(0)}}function f(){var a=setTimeout;return function(){return a(g,1)}}
|
|
function g(){for(var a=0;a<da;a+=2)(0,na[a])(na[a+1]),na[a]=void 0,na[a+1]=void 0;da=0}function h(){try{var a=require("vertx");return Sa=a.runOnLoop||a.runOnContext,c()}catch(Rc){return f()}}function k(b,c){var d=arguments,e=this,f=new this.constructor(v);void 0===f[Ma]&&Pa(f);var g=e._state;return g?!function(){var b=d[g-1];a(function(){return Hb(g,f,b,e._result)})}():ta(e,f,b,c),f}function y(a){if(a&&"object"==typeof a&&a.constructor===this)return a;var b=new this(v);return W(b,a),b}function v(){}
|
|
function J(a){try{return a.then}catch(Rc){return Na.error=Rc,Na}}function V(a,b,c,d){try{a.call(b,c,d)}catch(Vd){return Vd}}function sa(b,c,d){a(function(a){var b=!1,e=V(d,c,function(d){b||(b=!0,c!==d?W(a,d):H(a,d))},function(c){b||(b=!0,E(a,c))},"Settle: "+(a._label||" unknown promise"));!b&&e&&(b=!0,E(a,e))},b)}function Qa(a,b){b._state===Ba?H(a,b._result):b._state===oa?E(a,b._result):ta(b,void 0,function(b){return W(a,b)},function(b){return E(a,b)})}function r(a,b,c){b.constructor===a.constructor&&
|
|
c===k&&b.constructor.resolve===y?Qa(a,b):c===Na?E(a,Na.error):void 0===c?H(a,b):"function"==typeof c?sa(a,b,c):H(a,b)}function W(a,b){a===b?E(a,new TypeError("You cannot resolve a promise with itself")):"function"==typeof b||"object"==typeof b&&null!==b?r(a,b,J(b)):H(a,b)}function ra(a){a._onerror&&a._onerror(a._result);aa(a)}function H(b,c){b._state===pa&&(b._result=c,b._state=Ba,0!==b._subscribers.length&&a(aa,b))}function E(b,c){b._state===pa&&(b._state=oa,b._result=c,a(ra,b))}function ta(b,c,
|
|
d,e){var f=b._subscribers,g=f.length;b._onerror=null;f[g]=c;f[g+Ba]=d;f[g+oa]=e;0===g&&b._state&&a(aa,b)}function aa(a){var b=a._subscribers,c=a._state;if(0!==b.length){for(var d,e,f=a._result,g=0;g<b.length;g+=3)d=b[g],e=b[g+c],d?Hb(c,d,e,f):e(f);a._subscribers.length=0}}function Gb(){this.error=null}function Hb(a,b,c,d){var e="function"==typeof c,f=void 0,g=void 0,h=void 0,k=void 0;if(e){var Db;try{Db=c(d)}catch(Wd){Db=(Fb.error=Wd,Fb)}if(f=Db,f===Fb?(k=!0,g=f.error,f=null):h=!0,b===f)return void E(b,
|
|
new TypeError("A promises callback cannot return that same promise."))}else f=d,h=!0;b._state!==pa||(e&&h?W(b,f):k?E(b,g):a===Ba?H(b,f):a===oa&&E(b,f))}function Vc(a,b){try{b(function(b){W(a,b)},function(b){E(a,b)})}catch(Td){E(a,Td)}}function Pa(a){a[Ma]=Uc++;a._state=void 0;a._result=void 0;a._subscribers=[]}function qa(a,b){this._instanceConstructor=a;this.promise=new a(v);this.promise[Ma]||Pa(this.promise);Ib(b)?(this._input=b,this.length=b.length,this._remaining=b.length,this._result=Array(this.length),
|
|
0===this.length?H(this.promise,this._result):(this.length=this.length||0,this._enumerate(),0===this._remaining&&H(this.promise,this._result))):E(this.promise,Error("Array Methods must be provided an Array"))}function F(a){this[Ma]=Uc++;this._result=this._state=void 0;this._subscribers=[];if(v!==a){if("function"!=typeof a)throw new TypeError("You must pass a resolver function as the first argument to the promise constructor");if(this instanceof F)Vc(this,a);else throw new TypeError("Failed to construct 'Promise': Please use the 'new' operator, this object constructor cannot be called as a function.");
|
|
}}var Ra=void 0,Ib=Ra=Array.isArray?Array.isArray:function(a){return"[object Array]"===Object.prototype.toString.call(a)},da=0,Sa=void 0,Eb=void 0,Oa=(Ra="undefined"!=typeof window?window:void 0)||{},Tc=Oa.MutationObserver||Oa.WebKitMutationObserver,Oa="undefined"==typeof self&&"undefined"!=typeof process&&"[object process]"==={}.toString.call(process),Xd="undefined"!=typeof Uint8ClampedArray&&"undefined"!=typeof importScripts&&"undefined"!=typeof MessageChannel,na=Array(1E3),Sc=void 0,Sc=Oa?b():
|
|
Tc?d():Xd?e():void 0===Ra&&"function"==typeof require?h():f(),Ma=Math.random().toString(36).substring(16),pa=void 0,Ba=1,oa=2,Na=new Gb,Fb=new Gb,Uc=0;return qa.prototype._enumerate=function(){for(var a=this.length,b=this._input,c=0;this._state===pa&&c<a;c++)this._eachEntry(b[c],c)},qa.prototype._eachEntry=function(a,b){var c=this._instanceConstructor,d=c.resolve;d===y?(d=J(a),d===k&&a._state!==pa?this._settledAt(a._state,b,a._result):"function"!=typeof d?(this._remaining--,this._result[b]=a):c===
|
|
F?(c=new c(v),r(c,a,d),this._willSettleAt(c,b)):this._willSettleAt(new c(function(b){return b(a)}),b)):this._willSettleAt(d(a),b)},qa.prototype._settledAt=function(a,b,c){var d=this.promise;d._state===pa&&(this._remaining--,a===oa?E(d,c):this._result[b]=c);0===this._remaining&&H(d,this._result)},qa.prototype._willSettleAt=function(a,b){var c=this;ta(a,void 0,function(a){return c._settledAt(Ba,b,a)},function(a){return c._settledAt(oa,b,a)})},F.all=function(a){return(new qa(this,a)).promise},F.race=
|
|
function(a){var b=this;return new b(Ib(a)?function(c,d){for(var e=a.length,f=0;f<e;f++)b.resolve(a[f]).then(c,d)}:function(a,b){return b(new TypeError("You must pass an array to race."))})},F.resolve=y,F.reject=function(a){var b=new this(v);return E(b,a),b},F._setScheduler=function(a){Eb=a},F._setAsap=function(b){a=b},F._asap=a,F.prototype={constructor:F,then:k,"catch":function(a){return this.then(null,a)}},F.polyfill=function(){var a=void 0;if("undefined"!=typeof global)a=global;else if("undefined"!=
|
|
typeof self)a=self;else try{a=Function("return this")()}catch(Ud){throw Error("polyfill failed because global object is unavailable in this environment");}var b=a.Promise;if(b){var c=null;try{c=Object.prototype.toString.call(b.resolve())}catch(Ud){}if("[object Promise]"===c&&!b.cast)return}a.Promise=F},F.Promise=F,F}"object"==typeof exports&&"undefined"!=typeof module?module.exports=Sd():"function"==typeof define&&define.amd?define(Sd):this.ES6Promise=Sd();!0;ES6Promise.polyfill();(function(){window.WebComponents=window.WebComponents||{flags:{}};var a=document.querySelector('script[src*="webcomponents-lite.js"]'),b={};if(!b.noOpts){location.search.slice(1).split("&").forEach(function(a){a=a.split("=");var c;a[0]&&(c=a[0].match(/wc-(.+)/))&&(b[c[1]]=a[1]||!0)});if(a)for(var c=0,d;d=a.attributes[c];c++)"src"!==d.name&&(b[d.name]=d.value||!0);b.log&&b.log.split?(a=b.log.split(","),b.log={},a.forEach(function(a){b.log[a]=!0})):b.log={}}WebComponents.flags=b;a=window.WebComponents;
|
|
if(c=a.flags.shadydom)window.ShadyDOM=window.ShadyDOM||{},ShadyDOM.force=c;(a=a.flags.register||a.flags.ce)&&window.customElements&&(customElements.forcePolyfill=a)})();
|
|
}).call(self)
|
|
|
|
//# sourceMappingURL=webcomponents-lite.js.map
|