@luftborn/custom-elements 1.1.38 → 1.1.41

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (95) hide show
  1. package/demo/index.html +147 -2
  2. package/demo/index.js +451 -325
  3. package/demo/index.min.js +450 -324
  4. package/demo/index.min.js.map +1 -1
  5. package/dist/elements/Address/AddressElement.js +6 -4
  6. package/dist/elements/Address/AddressElement.js.map +1 -1
  7. package/dist/elements/BankField/BankFieldElement.js +4 -2
  8. package/dist/elements/BankField/BankFieldElement.js.map +1 -1
  9. package/dist/elements/CPRElement/CPRElement.js +4 -2
  10. package/dist/elements/CPRElement/CPRElement.js.map +1 -1
  11. package/dist/elements/CVRElement/CVRElement.js +4 -2
  12. package/dist/elements/CVRElement/CVRElement.js.map +1 -1
  13. package/dist/elements/CheckBoxElement/CheckBoxElement.js +5 -2
  14. package/dist/elements/CheckBoxElement/CheckBoxElement.js.map +1 -1
  15. package/dist/elements/CustomRegularExpression/CustomRegularExpressionElement.js +4 -2
  16. package/dist/elements/CustomRegularExpression/CustomRegularExpressionElement.js.map +1 -1
  17. package/dist/elements/DateField/DateFieldElement.js +4 -2
  18. package/dist/elements/DateField/DateFieldElement.js.map +1 -1
  19. package/dist/elements/DropDownList/DropDownListElement.js +6 -3
  20. package/dist/elements/DropDownList/DropDownListElement.js.map +1 -1
  21. package/dist/elements/EmailField/EmailFieldElement.js +4 -2
  22. package/dist/elements/EmailField/EmailFieldElement.js.map +1 -1
  23. package/dist/elements/FileField/FileFieldElement.js +4 -2
  24. package/dist/elements/FileField/FileFieldElement.js.map +1 -1
  25. package/dist/elements/IdentificationElement/IdentificationElement.js +4 -2
  26. package/dist/elements/IdentificationElement/IdentificationElement.js.map +1 -1
  27. package/dist/elements/InternationaPhoneNumber/InternationaPhoneNumberElement.js +4 -2
  28. package/dist/elements/InternationaPhoneNumber/InternationaPhoneNumberElement.js.map +1 -1
  29. package/dist/elements/NumericField/NumericFieldElement.js +4 -2
  30. package/dist/elements/NumericField/NumericFieldElement.js.map +1 -1
  31. package/dist/elements/RadioButtonGroup/RadioButtonGroupElement.js +5 -2
  32. package/dist/elements/RadioButtonGroup/RadioButtonGroupElement.js.map +1 -1
  33. package/dist/elements/TextAreaElement/TextAreaElement.js +4 -2
  34. package/dist/elements/TextAreaElement/TextAreaElement.js.map +1 -1
  35. package/dist/elements/TextField/TextFieldElement.js +4 -2
  36. package/dist/elements/TextField/TextFieldElement.js.map +1 -1
  37. package/dist/elements/TypeAhead/TypeAheadElement.js +4 -2
  38. package/dist/elements/TypeAhead/TypeAheadElement.js.map +1 -1
  39. package/dist/framework/CustomInputElement.d.ts +2 -0
  40. package/dist/framework/CustomInputElement.js +21 -2
  41. package/dist/framework/CustomInputElement.js.map +1 -1
  42. package/dist/framework/Language/Languages/DanishDictionary.js +3 -1
  43. package/dist/framework/Language/Languages/DanishDictionary.js.map +1 -1
  44. package/dist/framework/Language/Languages/EnglishDictionary.js +3 -1
  45. package/dist/framework/Language/Languages/EnglishDictionary.js.map +1 -1
  46. package/node_modules/@webcomponents/webcomponentsjs/CHANGELOG.md +61 -0
  47. package/node_modules/@webcomponents/webcomponentsjs/README.md +64 -47
  48. package/node_modules/@webcomponents/webcomponentsjs/bundles/webcomponents-ce.js +14 -24
  49. package/node_modules/@webcomponents/webcomponentsjs/bundles/webcomponents-ce.js.map +1 -1
  50. package/node_modules/@webcomponents/webcomponentsjs/bundles/webcomponents-pf_dom.js +60 -0
  51. package/node_modules/@webcomponents/webcomponentsjs/bundles/webcomponents-pf_dom.js.map +1 -0
  52. package/node_modules/@webcomponents/webcomponentsjs/bundles/webcomponents-pf_js.js +95 -0
  53. package/node_modules/@webcomponents/webcomponentsjs/bundles/webcomponents-pf_js.js.map +1 -0
  54. package/node_modules/@webcomponents/webcomponentsjs/bundles/webcomponents-sd-ce-pf.js +290 -250
  55. package/node_modules/@webcomponents/webcomponentsjs/bundles/webcomponents-sd-ce-pf.js.map +1 -1
  56. package/node_modules/@webcomponents/webcomponentsjs/bundles/webcomponents-sd-ce.js +184 -177
  57. package/node_modules/@webcomponents/webcomponentsjs/bundles/webcomponents-sd-ce.js.map +1 -1
  58. package/node_modules/@webcomponents/webcomponentsjs/bundles/webcomponents-sd.js +151 -135
  59. package/node_modules/@webcomponents/webcomponentsjs/bundles/webcomponents-sd.js.map +1 -1
  60. package/node_modules/@webcomponents/webcomponentsjs/package.json +30 -29
  61. package/node_modules/@webcomponents/webcomponentsjs/src/entrypoints/webcomponents-bundle-index.js +5 -3
  62. package/node_modules/@webcomponents/webcomponentsjs/src/entrypoints/webcomponents-ce-index.js +1 -1
  63. package/node_modules/@webcomponents/webcomponentsjs/src/entrypoints/webcomponents-pf_dom-index.js +17 -0
  64. package/node_modules/@webcomponents/webcomponentsjs/src/entrypoints/webcomponents-pf_js-index.js +13 -0
  65. package/node_modules/@webcomponents/webcomponentsjs/src/entrypoints/webcomponents-sd-ce-index.js +1 -1
  66. package/node_modules/@webcomponents/webcomponentsjs/src/entrypoints/webcomponents-sd-ce-pf-index.js +4 -7
  67. package/node_modules/@webcomponents/webcomponentsjs/src/entrypoints/webcomponents-sd-index.js +1 -1
  68. package/node_modules/@webcomponents/webcomponentsjs/src/flag-parser.js +69 -0
  69. package/node_modules/@webcomponents/webcomponentsjs/src/platform/baseuri.js +28 -0
  70. package/node_modules/@webcomponents/webcomponentsjs/src/platform/child-node/after.js +47 -0
  71. package/node_modules/@webcomponents/webcomponentsjs/src/platform/child-node/before.js +40 -0
  72. package/node_modules/@webcomponents/webcomponentsjs/src/platform/child-node/index.js +14 -0
  73. package/node_modules/@webcomponents/webcomponentsjs/src/platform/child-node/remove.js +37 -0
  74. package/node_modules/@webcomponents/webcomponentsjs/src/platform/child-node/replace-with.js +42 -0
  75. package/node_modules/@webcomponents/webcomponentsjs/src/platform/custom-event.js +79 -0
  76. package/node_modules/@webcomponents/webcomponentsjs/src/platform/es6-misc.js +38 -0
  77. package/node_modules/@webcomponents/webcomponentsjs/src/platform/get-attribute-names.js +27 -0
  78. package/node_modules/@webcomponents/webcomponentsjs/src/platform/matches.js +21 -0
  79. package/node_modules/@webcomponents/webcomponentsjs/src/platform/parent-node/append.js +31 -0
  80. package/node_modules/@webcomponents/webcomponentsjs/src/platform/parent-node/index.js +13 -0
  81. package/node_modules/@webcomponents/webcomponentsjs/src/platform/parent-node/prepend.js +42 -0
  82. package/node_modules/@webcomponents/webcomponentsjs/src/platform/parent-node/replace-children.js +45 -0
  83. package/node_modules/@webcomponents/webcomponentsjs/src/platform/promise.js +50 -0
  84. package/node_modules/@webcomponents/webcomponentsjs/src/platform/svg-element-class-list.js +28 -0
  85. package/node_modules/@webcomponents/webcomponentsjs/src/platform/symbol.js +64 -0
  86. package/node_modules/@webcomponents/webcomponentsjs/src/unresolved.js +32 -0
  87. package/node_modules/@webcomponents/webcomponentsjs/webcomponents-bundle.d.ts +174 -0
  88. package/node_modules/@webcomponents/webcomponentsjs/webcomponents-bundle.js +299 -250
  89. package/node_modules/@webcomponents/webcomponentsjs/webcomponents-bundle.js.map +1 -1
  90. package/node_modules/@webcomponents/webcomponentsjs/webcomponents-loader.js +49 -28
  91. package/package.json +2 -2
  92. package/src/elements/CheckBoxElement/CheckBoxElement.ts +1 -0
  93. package/src/elements/DropDownList/DropDownListElement.ts +2 -0
  94. package/src/elements/RadioButtonGroup/RadioButtonGroupElement.ts +1 -0
  95. package/src/framework/CustomInputElement.ts +19 -2
@@ -16,106 +16,113 @@ The complete set of contributors may be found at http://polymer.github.io/CONTRI
16
16
  Code distributed by Google as part of the polymer project is also
17
17
  subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
18
18
  */
19
- 'use strict';var n;function aa(a){var b=0;return function(){return b<a.length?{done:!1,value:a[b++]}:{done:!0}}}function ba(a){var b="undefined"!=typeof Symbol&&Symbol.iterator&&a[Symbol.iterator];return b?b.call(a):{next:aa(a)}}function ca(a){for(var b,c=[];!(b=a.next()).done;)c.push(b.value);return c}var da="undefined"!=typeof window&&window===this?this:"undefined"!=typeof global&&null!=global?global:this;function ea(){}ea.prototype.toJSON=function(){return{}};
20
- function p(a){a.__shady||(a.__shady=new ea);return a.__shady}function r(a){return a&&a.__shady};var t=window.ShadyDOM||{};t.Aa=!(!Element.prototype.attachShadow||!Node.prototype.getRootNode);var fa=Object.getOwnPropertyDescriptor(Node.prototype,"firstChild");t.h=!!(fa&&fa.configurable&&fa.get);t.ca=t.force||!t.Aa;t.j=t.noPatch||!1;t.W=t.preferPerformance;t.ea="on-demand"===t.j;t.qa=navigator.userAgent.match("Trident");function u(a){return(a=r(a))&&void 0!==a.firstChild}function v(a){return a instanceof ShadowRoot}function ha(a){return(a=(a=r(a))&&a.root)&&ia(a)}
21
- var w=Element.prototype,ja=w.matches||w.matchesSelector||w.mozMatchesSelector||w.msMatchesSelector||w.oMatchesSelector||w.webkitMatchesSelector,ka=document.createTextNode(""),ma=0,na=[];(new MutationObserver(function(){for(;na.length;)try{na.shift()()}catch(a){throw ka.textContent=ma++,a;}})).observe(ka,{characterData:!0});function oa(a){na.push(a);ka.textContent=ma++}var pa=!!document.contains;function qa(a,b){for(;b;){if(b==a)return!0;b=b.__shady_parentNode}return!1}
19
+ 'use strict';var n;function aa(a){var b=0;return function(){return b<a.length?{done:!1,value:a[b++]}:{done:!0}}}function ba(a){var b="undefined"!=typeof Symbol&&Symbol.iterator&&a[Symbol.iterator];return b?b.call(a):{next:aa(a)}}function p(a){if(!(a instanceof Array)){a=ba(a);for(var b,c=[];!(b=a.next()).done;)c.push(b.value);a=c}return a}
20
+ function ca(a){a=["object"==typeof globalThis&&globalThis,a,"object"==typeof window&&window,"object"==typeof self&&self,"object"==typeof global&&global];for(var b=0;b<a.length;++b){var c=a[b];if(c&&c.Math==Math)return c}throw Error("Cannot find global object");}var da=ca(this);function ea(){}ea.prototype.toJSON=function(){return{}};function r(a){a.__shady||(a.__shady=new ea);return a.__shady}function t(a){return a&&a.__shady};var u=window.ShadyDOM||{};u.Fa=!(!Element.prototype.attachShadow||!Node.prototype.getRootNode);var fa=Object.getOwnPropertyDescriptor(Node.prototype,"firstChild");u.m=!!(fa&&fa.configurable&&fa.get);u.ha=u.force||!u.Fa;u.s=u.noPatch||!1;u.O=u.preferPerformance;u.ja="on-demand"===u.s;u.va=navigator.userAgent.match("Trident");function ha(){return Document.prototype.msElementsFromPoint?"msElementsFromPoint":"elementsFromPoint"}function w(a){return(a=t(a))&&void 0!==a.firstChild}
21
+ function x(a){return a instanceof ShadowRoot}function ia(a){return(a=(a=t(a))&&a.root)&&ja(a)}var y=Element.prototype,ka=y.matches||y.matchesSelector||y.mozMatchesSelector||y.msMatchesSelector||y.oMatchesSelector||y.webkitMatchesSelector,la=document.createTextNode(""),ma=0,na=[];(new MutationObserver(function(){for(;na.length;)try{na.shift()()}catch(a){throw la.textContent=ma++,a;}})).observe(la,{characterData:!0});function oa(a){na.push(a);la.textContent=ma++}
22
+ var pa=document.contains?function(a,b){return a.__shady_native_contains(b)}:function(a,b){return a===b||a.documentElement&&a.documentElement.__shady_native_contains(b)};function qa(a,b){for(;b;){if(b==a)return!0;b=b.__shady_parentNode}return!1}
22
23
  function ra(a){for(var b=a.length-1;0<=b;b--){var c=a[b],d=c.getAttribute("id")||c.getAttribute("name");d&&"length"!==d&&isNaN(d)&&(a[d]=c)}a.item=function(e){return a[e]};a.namedItem=function(e){if("length"!==e&&isNaN(e)&&a[e])return a[e];for(var f=ba(a),g=f.next();!g.done;g=f.next())if(g=g.value,(g.getAttribute("id")||g.getAttribute("name"))==e)return g;return null};return a}function sa(a){var b=[];for(a=a.__shady_native_firstChild;a;a=a.__shady_native_nextSibling)b.push(a);return b}
23
- function ta(a){var b=[];for(a=a.__shady_firstChild;a;a=a.__shady_nextSibling)b.push(a);return b}function ua(a,b,c){c.configurable=!0;if(c.value)a[b]=c.value;else try{Object.defineProperty(a,b,c)}catch(d){}}function y(a,b,c,d){c=void 0===c?"":c;for(var e in b)d&&0<=d.indexOf(e)||ua(a,c+e,b[e])}function va(a,b){for(var c in b)c in a&&ua(a,c,b[c])}function z(a){var b={};Object.getOwnPropertyNames(a).forEach(function(c){b[c]=Object.getOwnPropertyDescriptor(a,c)});return b}
24
- function wa(a,b){for(var c=Object.getOwnPropertyNames(b),d=0,e;d<c.length;d++)e=c[d],a[e]=b[e]};var xa=[],ya;function za(a){ya||(ya=!0,oa(Aa));xa.push(a)}function Aa(){ya=!1;for(var a=!!xa.length;xa.length;)xa.shift()();return a}Aa.list=xa;function Ba(){this.a=!1;this.addedNodes=[];this.removedNodes=[];this.S=new Set}function Ca(a){a.a||(a.a=!0,oa(function(){a.flush()}))}Ba.prototype.flush=function(){if(this.a){this.a=!1;var a=this.takeRecords();a.length&&this.S.forEach(function(b){b(a)})}};Ba.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[]};
25
- function Da(a,b){var c=p(a);c.I||(c.I=new Ba);c.I.S.add(b);var d=c.I;return{ua:b,D:d,va:a,takeRecords:function(){return d.takeRecords()}}}function Ea(a){var b=a&&a.D;b&&(b.S.delete(a.ua),b.S.size||(p(a.va).I=null))}
26
- function Fa(a,b){var c=b.getRootNode();return a.map(function(d){var e=c===d.target.getRootNode();if(e&&d.addedNodes){if(e=[].slice.call(d.addedNodes).filter(function(f){return c===f.getRootNode()}),e.length)return d=Object.create(d),Object.defineProperty(d,"addedNodes",{value:e,configurable:!0}),d}else if(e)return d}).filter(function(d){return d})};var Ga=/[&\u00A0"]/g,Ha=/[&\u00A0<>]/g;function Ia(a){switch(a){case "&":return"&amp;";case "<":return"&lt;";case ">":return"&gt;";case '"':return"&quot;";case "\u00a0":return"&nbsp;"}}function Ja(a){for(var b={},c=0;c<a.length;c++)b[a[c]]=!0;return b}var Ka=Ja("area base br col command embed hr img input keygen link meta param source track wbr".split(" ")),La=Ja("style script xmp iframe noembed noframes plaintext noscript".split(" "));
27
- function Ma(a,b){"template"===a.localName&&(a=a.content);for(var c="",d=b?b(a):a.childNodes,e=0,f=d.length,g=void 0;e<f&&(g=d[e]);e++){a:{var h=g;var k=a,l=b;switch(h.nodeType){case Node.ELEMENT_NODE:k=h.localName;for(var m="<"+k,q=h.attributes,x=0,la;la=q[x];x++)m+=" "+la.name+'="'+la.value.replace(Ga,Ia)+'"';m+=">";h=Ka[k]?m:m+Ma(h,l)+"</"+k+">";break a;case Node.TEXT_NODE:h=h.data;h=k&&La[k.localName]?h:h.replace(Ha,Ia);break a;case Node.COMMENT_NODE:h="\x3c!--"+h.data+"--\x3e";break a;default:throw window.console.error(h),
28
- Error("not implemented");}}c+=h}return c};var Na=t.h,Oa={querySelector:function(a){return this.__shady_native_querySelector(a)},querySelectorAll:function(a){return this.__shady_native_querySelectorAll(a)}},Pa={};function Qa(a){Pa[a]=function(b){return b["__shady_native_"+a]}}function Ra(a,b){y(a,b,"__shady_native_");for(var c in b)Qa(c)}function A(a,b){b=void 0===b?[]:b;for(var c=0;c<b.length;c++){var d=b[c],e=Object.getOwnPropertyDescriptor(a,d);e&&(Object.defineProperty(a,"__shady_native_"+d,e),e.value?Oa[d]||(Oa[d]=e.value):Qa(d))}}
29
- var B=document.createTreeWalker(document,NodeFilter.SHOW_ALL,null,!1),C=document.createTreeWalker(document,NodeFilter.SHOW_ELEMENT,null,!1),Sa=document.implementation.createHTMLDocument("inert");function Ta(a){for(var b;b=a.__shady_native_firstChild;)a.__shady_native_removeChild(b)}var Ua=["firstElementChild","lastElementChild","children","childElementCount"],Va=["querySelector","querySelectorAll"];
30
- function Wa(){var a=["dispatchEvent","addEventListener","removeEventListener"];window.EventTarget?A(window.EventTarget.prototype,a):(A(Node.prototype,a),A(Window.prototype,a));Na?A(Node.prototype,"parentNode firstChild lastChild previousSibling nextSibling childNodes parentElement textContent".split(" ")):Ra(Node.prototype,{parentNode:{get:function(){B.currentNode=this;return B.parentNode()}},firstChild:{get:function(){B.currentNode=this;return B.firstChild()}},lastChild:{get:function(){B.currentNode=
31
- this;return B.lastChild()}},previousSibling:{get:function(){B.currentNode=this;return B.previousSibling()}},nextSibling:{get:function(){B.currentNode=this;return B.nextSibling()}},childNodes:{get:function(){var b=[];B.currentNode=this;for(var c=B.firstChild();c;)b.push(c),c=B.nextSibling();return b}},parentElement:{get:function(){C.currentNode=this;return C.parentNode()}},textContent:{get:function(){switch(this.nodeType){case Node.ELEMENT_NODE:case Node.DOCUMENT_FRAGMENT_NODE:for(var b=document.createTreeWalker(this,
32
- NodeFilter.SHOW_TEXT,null,!1),c="",d;d=b.nextNode();)c+=d.nodeValue;return c;default:return this.nodeValue}},set:function(b){if("undefined"===typeof b||null===b)b="";switch(this.nodeType){case Node.ELEMENT_NODE:case Node.DOCUMENT_FRAGMENT_NODE:Ta(this);(0<b.length||this.nodeType===Node.ELEMENT_NODE)&&this.__shady_native_insertBefore(document.createTextNode(b),void 0);break;default:this.nodeValue=b}}}});A(Node.prototype,"appendChild insertBefore removeChild replaceChild cloneNode contains".split(" "));
33
- A(HTMLElement.prototype,["parentElement","contains"]);a={firstElementChild:{get:function(){C.currentNode=this;return C.firstChild()}},lastElementChild:{get:function(){C.currentNode=this;return C.lastChild()}},children:{get:function(){var b=[];C.currentNode=this;for(var c=C.firstChild();c;)b.push(c),c=C.nextSibling();return ra(b)}},childElementCount:{get:function(){return this.children?this.children.length:0}}};Na?(A(Element.prototype,Ua),A(Element.prototype,["previousElementSibling","nextElementSibling",
34
- "innerHTML","className"]),A(HTMLElement.prototype,["children","innerHTML","className"])):(Ra(Element.prototype,a),Ra(Element.prototype,{previousElementSibling:{get:function(){C.currentNode=this;return C.previousSibling()}},nextElementSibling:{get:function(){C.currentNode=this;return C.nextSibling()}},innerHTML:{get:function(){return Ma(this,sa)},set:function(b){var c="template"===this.localName?this.content:this;Ta(c);var d=this.localName||"div";d=this.namespaceURI&&this.namespaceURI!==Sa.namespaceURI?
35
- Sa.createElementNS(this.namespaceURI,d):Sa.createElement(d);d.innerHTML=b;for(b="template"===this.localName?d.content:d;d=b.__shady_native_firstChild;)c.__shady_native_insertBefore(d,void 0)}},className:{get:function(){return this.getAttribute("class")||""},set:function(b){this.setAttribute("class",b)}}}));A(Element.prototype,"setAttribute getAttribute hasAttribute removeAttribute focus blur".split(" "));A(Element.prototype,Va);A(HTMLElement.prototype,["focus","blur"]);window.HTMLTemplateElement&&
36
- A(window.HTMLTemplateElement.prototype,["innerHTML"]);Na?A(DocumentFragment.prototype,Ua):Ra(DocumentFragment.prototype,a);A(DocumentFragment.prototype,Va);Na?(A(Document.prototype,Ua),A(Document.prototype,["activeElement"])):Ra(Document.prototype,a);A(Document.prototype,["importNode","getElementById"]);A(Document.prototype,Va)};var Ya=z({get childNodes(){return this.__shady_childNodes},get firstChild(){return this.__shady_firstChild},get lastChild(){return this.__shady_lastChild},get childElementCount(){return this.__shady_childElementCount},get children(){return this.__shady_children},get firstElementChild(){return this.__shady_firstElementChild},get lastElementChild(){return this.__shady_lastElementChild},get shadowRoot(){return this.__shady_shadowRoot}}),Za=z({get textContent(){return this.__shady_textContent},set textContent(a){this.__shady_textContent=
37
- a},get innerHTML(){return this.__shady_innerHTML},set innerHTML(a){return this.__shady_innerHTML=a}}),$a=z({get parentElement(){return this.__shady_parentElement},get parentNode(){return this.__shady_parentNode},get nextSibling(){return this.__shady_nextSibling},get previousSibling(){return this.__shady_previousSibling},get nextElementSibling(){return this.__shady_nextElementSibling},get previousElementSibling(){return this.__shady_previousElementSibling},get className(){return this.__shady_className},
38
- set className(a){return this.__shady_className=a}});function ab(a){for(var b in a){var c=a[b];c&&(c.enumerable=!1)}}ab(Ya);ab(Za);ab($a);var bb=t.h||!0===t.j,cb=bb?function(){}:function(a){var b=p(a);b.sa||(b.sa=!0,va(a,$a))},db=bb?function(){}:function(a){var b=p(a);b.ra||(b.ra=!0,va(a,Ya),window.customElements&&window.customElements.polyfillWrapFlushCallback&&!t.j||va(a,Za))};var eb="__eventWrappers"+Date.now(),fb=function(){var a=Object.getOwnPropertyDescriptor(Event.prototype,"composed");return a?function(b){return a.get.call(b)}:null}(),gb=function(){function a(){}var b=!1,c={get capture(){b=!0;return!1}};window.addEventListener("test",a,c);window.removeEventListener("test",a,c);return b}();function hb(a){if(a&&"object"===typeof a){var b=!!a.capture;var c=!!a.once;var d=!!a.passive;var e=a.A}else b=!!a,d=c=!1;return{oa:e,capture:b,once:c,passive:d,na:gb?a:b}}
39
- var ib={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,
40
- drag:!0,dragenter:!0,dragleave:!0,dragover:!0,drop:!0,dragend:!0,DOMActivate:!0,DOMFocusIn:!0,DOMFocusOut:!0,keypress:!0},jb={DOMAttrModified:!0,DOMAttributeNameChanged:!0,DOMCharacterDataModified:!0,DOMElementNameChanged:!0,DOMNodeInserted:!0,DOMNodeInsertedIntoDocument:!0,DOMNodeRemoved:!0,DOMNodeRemovedFromDocument:!0,DOMSubtreeModified:!0};function kb(a){return a instanceof Node?a.__shady_getRootNode():a}
41
- function lb(a,b){var c=[],d=a;for(a=kb(a);d;)c.push(d),d.__shady_assignedSlot?d=d.__shady_assignedSlot:d.nodeType===Node.DOCUMENT_FRAGMENT_NODE&&d.host&&(b||d!==a)?d=d.host:d=d.__shady_parentNode;c[c.length-1]===document&&c.push(window);return c}function mb(a){a.__composedPath||(a.__composedPath=lb(a.target,!0));return a.__composedPath}function nb(a,b){if(!v)return a;a=lb(a,!0);for(var c=0,d,e=void 0,f,g=void 0;c<b.length;c++)if(d=b[c],f=kb(d),f!==e&&(g=a.indexOf(f),e=f),!v(f)||-1<g)return d}
42
- function ob(a){function b(c,d){c=new a(c,d);c.__composed=d&&!!d.composed;return c}b.__proto__=a;b.prototype=a.prototype;return b}var pb={focus:!0,blur:!0};function qb(a){return a.__target!==a.target||a.__relatedTarget!==a.relatedTarget}function rb(a,b,c){if(c=b.__handlers&&b.__handlers[a.type]&&b.__handlers[a.type][c])for(var d=0,e;(e=c[d])&&(!qb(a)||a.target!==a.relatedTarget)&&(e.call(b,a),!a.__immediatePropagationStopped);d++);}
43
- function sb(a){var b=a.composedPath();Object.defineProperty(a,"currentTarget",{get:function(){return d},configurable:!0});for(var c=b.length-1;0<=c;c--){var d=b[c];rb(a,d,"capture");if(a.X)return}Object.defineProperty(a,"eventPhase",{get:function(){return Event.AT_TARGET}});var e;for(c=0;c<b.length;c++){d=b[c];var f=r(d);f=f&&f.root;if(0===c||f&&f===e)if(rb(a,d,"bubble"),d!==window&&(e=d.__shady_getRootNode()),a.X)break}}
44
- function tb(a,b,c,d,e,f){for(var g=0;g<a.length;g++){var h=a[g],k=h.type,l=h.capture,m=h.once,q=h.passive;if(b===h.node&&c===k&&d===l&&e===m&&f===q)return g}return-1}function ub(a){Aa();return this.__shady_native_dispatchEvent(a)}
45
- function vb(a,b,c){var d=hb(c),e=d.capture,f=d.once,g=d.passive,h=d.oa;d=d.na;if(b){var k=typeof b;if("function"===k||"object"===k)if("object"!==k||b.handleEvent&&"function"===typeof b.handleEvent){if(jb[a])return this.__shady_native_addEventListener(a,b,d);var l=h||this;if(h=b[eb]){if(-1<tb(h,l,a,e,f,g))return}else b[eb]=[];h=function(m){f&&this.__shady_removeEventListener(a,b,c);m.__target||wb(m);if(l!==this){var q=Object.getOwnPropertyDescriptor(m,"currentTarget");Object.defineProperty(m,"currentTarget",
46
- {get:function(){return l},configurable:!0})}m.__previousCurrentTarget=m.currentTarget;if(!v(l)&&"slot"!==l.localName||-1!=m.composedPath().indexOf(l))if(m.composed||-1<m.composedPath().indexOf(l))if(qb(m)&&m.target===m.relatedTarget)m.eventPhase===Event.BUBBLING_PHASE&&m.stopImmediatePropagation();else if(m.eventPhase===Event.CAPTURING_PHASE||m.bubbles||m.target===l||l instanceof Window){var x="function"===k?b.call(l,m):b.handleEvent&&b.handleEvent(m);l!==this&&(q?(Object.defineProperty(m,"currentTarget",
47
- q),q=null):delete m.currentTarget);return x}};b[eb].push({node:l,type:a,capture:e,once:f,passive:g,Oa:h});pb[a]?(this.__handlers=this.__handlers||{},this.__handlers[a]=this.__handlers[a]||{capture:[],bubble:[]},this.__handlers[a][e?"capture":"bubble"].push(h)):this.__shady_native_addEventListener(a,h,d)}}}
48
- function xb(a,b,c){if(b){var d=hb(c);c=d.capture;var e=d.once,f=d.passive,g=d.oa;d=d.na;if(jb[a])return this.__shady_native_removeEventListener(a,b,d);var h=g||this;g=void 0;var k=null;try{k=b[eb]}catch(l){}k&&(e=tb(k,h,a,c,e,f),-1<e&&(g=k.splice(e,1)[0].Oa,k.length||(b[eb]=void 0)));this.__shady_native_removeEventListener(a,g||b,d);g&&pb[a]&&this.__handlers&&this.__handlers[a]&&(a=this.__handlers[a][c?"capture":"bubble"],b=a.indexOf(g),-1<b&&a.splice(b,1))}}
49
- function yb(){for(var a in pb)window.__shady_native_addEventListener(a,function(b){b.__target||(wb(b),sb(b))},!0)}
50
- var zb=z({get composed(){void 0===this.__composed&&(fb?this.__composed="focusin"===this.type||"focusout"===this.type||fb(this):!1!==this.isTrusted&&(this.__composed=ib[this.type]));return this.__composed||!1},composedPath:function(){this.__composedPath||(this.__composedPath=lb(this.__target,this.composed));return this.__composedPath},get target(){return nb(this.currentTarget||this.__previousCurrentTarget,this.composedPath())},get relatedTarget(){if(!this.__relatedTarget)return null;this.__relatedTargetComposedPath||
51
- (this.__relatedTargetComposedPath=lb(this.__relatedTarget,!0));return nb(this.currentTarget||this.__previousCurrentTarget,this.__relatedTargetComposedPath)},stopPropagation:function(){Event.prototype.stopPropagation.call(this);this.X=!0},stopImmediatePropagation:function(){Event.prototype.stopImmediatePropagation.call(this);this.X=this.__immediatePropagationStopped=!0}});
52
- function wb(a){a.__target=a.target;a.__relatedTarget=a.relatedTarget;if(t.h){var b=Object.getPrototypeOf(a);if(!b.hasOwnProperty("__shady_patchedProto")){var c=Object.create(b);c.__shady_sourceProto=b;y(c,zb);b.__shady_patchedProto=c}a.__proto__=b.__shady_patchedProto}else y(a,zb)}var Ab=ob(Event),Bb=ob(CustomEvent),Cb=ob(MouseEvent);
53
- function Db(){if(!fb&&Object.getOwnPropertyDescriptor(Event.prototype,"isTrusted")){var a=function(){var b=new MouseEvent("click",{bubbles:!0,cancelable:!0,composed:!0});this.__shady_dispatchEvent(b)};Element.prototype.click?Element.prototype.click=a:HTMLElement.prototype.click&&(HTMLElement.prototype.click=a)}}
54
- var Eb=Object.getOwnPropertyNames(Element.prototype).filter(function(a){return"on"===a.substring(0,2)}),Fb=Object.getOwnPropertyNames(HTMLElement.prototype).filter(function(a){return"on"===a.substring(0,2)});function Gb(a){return{set:function(b){var c=p(this),d=a.substring(2);c.w||(c.w={});c.w[a]&&this.removeEventListener(d,c.w[a]);this.__shady_addEventListener(d,b);c.w[a]=b},get:function(){var b=r(this);return b&&b.w&&b.w[a]},configurable:!0}};function Hb(a,b){return{index:a,J:[],R:b}}
55
- function Ib(a,b,c,d){var e=0,f=0,g=0,h=0,k=Math.min(b-e,d-f);if(0==e&&0==f)a:{for(g=0;g<k;g++)if(a[g]!==c[g])break a;g=k}if(b==a.length&&d==c.length){h=a.length;for(var l=c.length,m=0;m<k-g&&Jb(a[--h],c[--l]);)m++;h=m}e+=g;f+=g;b-=h;d-=h;if(0==b-e&&0==d-f)return[];if(e==b){for(b=Hb(e,0);f<d;)b.J.push(c[f++]);return[b]}if(f==d)return[Hb(e,b-e)];k=e;g=f;d=d-g+1;h=b-k+1;b=Array(d);for(l=0;l<d;l++)b[l]=Array(h),b[l][0]=l;for(l=0;l<h;l++)b[0][l]=l;for(l=1;l<d;l++)for(m=1;m<h;m++)if(a[k+m-1]===c[g+l-1])b[l][m]=
56
- b[l-1][m-1];else{var q=b[l-1][m]+1,x=b[l][m-1]+1;b[l][m]=q<x?q:x}k=b.length-1;g=b[0].length-1;d=b[k][g];for(a=[];0<k||0<g;)0==k?(a.push(2),g--):0==g?(a.push(3),k--):(h=b[k-1][g-1],l=b[k-1][g],m=b[k][g-1],q=l<m?l<h?l:h:m<h?m:h,q==h?(h==d?a.push(0):(a.push(1),d=h),k--,g--):q==l?(a.push(3),k--,d=l):(a.push(2),g--,d=m));a.reverse();b=void 0;k=[];for(g=0;g<a.length;g++)switch(a[g]){case 0:b&&(k.push(b),b=void 0);e++;f++;break;case 1:b||(b=Hb(e,0));b.R++;e++;b.J.push(c[f]);f++;break;case 2:b||(b=Hb(e,0));
57
- b.R++;e++;break;case 3:b||(b=Hb(e,0)),b.J.push(c[f]),f++}b&&k.push(b);return k}function Jb(a,b){return a===b};var Kb=z({dispatchEvent:ub,addEventListener:vb,removeEventListener:xb});var Lb=null;function D(){Lb||(Lb=window.ShadyCSS&&window.ShadyCSS.ScopingShim);return Lb||null}function Mb(a,b,c){var d=D();return d&&"class"===b?(d.setElementClass(a,c),!0):!1}function Nb(a,b){var c=D();c&&c.unscopeNode(a,b)}function Ob(a,b){var c=D();if(!c)return!0;if(a.nodeType===Node.DOCUMENT_FRAGMENT_NODE){c=!0;for(a=a.__shady_firstChild;a;a=a.__shady_nextSibling)c=c&&Ob(a,b);return c}return a.nodeType!==Node.ELEMENT_NODE?!0:c.currentScopeForNode(a)===b}
58
- function Pb(a){if(a.nodeType!==Node.ELEMENT_NODE)return"";var b=D();return b?b.currentScopeForNode(a):""}function Qb(a,b){if(a)for(a.nodeType===Node.ELEMENT_NODE&&b(a),a=a.__shady_firstChild;a;a=a.__shady_nextSibling)a.nodeType===Node.ELEMENT_NODE&&Qb(a,b)};var Rb=window.document,Sb=t.W,Tb=Object.getOwnPropertyDescriptor(Node.prototype,"isConnected"),Ub=Tb&&Tb.get;function Vb(a){for(var b;b=a.__shady_firstChild;)a.__shady_removeChild(b)}function Wb(a){var b=r(a);if(b&&void 0!==b.V)for(b=a.__shady_firstChild;b;b=b.__shady_nextSibling)Wb(b);if(a=r(a))a.V=void 0}function Xb(a){var b=a;if(a&&"slot"===a.localName){var c=r(a);(c=c&&c.G)&&(b=c.length?c[0]:Xb(a.__shady_nextSibling))}return b}
59
- function Yb(a,b,c){if(a=(a=r(a))&&a.I){if(b)if(b.nodeType===Node.DOCUMENT_FRAGMENT_NODE)for(var d=0,e=b.childNodes.length;d<e;d++)a.addedNodes.push(b.childNodes[d]);else a.addedNodes.push(b);c&&a.removedNodes.push(c);Ca(a)}}
60
- var cc=z({get parentNode(){var a=r(this);a=a&&a.parentNode;return void 0!==a?a:this.__shady_native_parentNode},get firstChild(){var a=r(this);a=a&&a.firstChild;return void 0!==a?a:this.__shady_native_firstChild},get lastChild(){var a=r(this);a=a&&a.lastChild;return void 0!==a?a:this.__shady_native_lastChild},get nextSibling(){var a=r(this);a=a&&a.nextSibling;return void 0!==a?a:this.__shady_native_nextSibling},get previousSibling(){var a=r(this);a=a&&a.previousSibling;return void 0!==a?a:this.__shady_native_previousSibling},
61
- get childNodes(){if(u(this)){var a=r(this);if(!a.childNodes){a.childNodes=[];for(var b=this.__shady_firstChild;b;b=b.__shady_nextSibling)a.childNodes.push(b)}var c=a.childNodes}else c=this.__shady_native_childNodes;c.item=function(d){return c[d]};return c},get parentElement(){var a=r(this);(a=a&&a.parentNode)&&a.nodeType!==Node.ELEMENT_NODE&&(a=null);return void 0!==a?a:this.__shady_native_parentElement},get isConnected(){if(Ub&&Ub.call(this))return!0;if(this.nodeType==Node.DOCUMENT_FRAGMENT_NODE)return!1;
62
- var a=this.ownerDocument;if(pa){if(a.__shady_native_contains(this))return!0}else if(a.documentElement&&a.documentElement.__shady_native_contains(this))return!0;for(a=this;a&&!(a instanceof Document);)a=a.__shady_parentNode||(v(a)?a.host:void 0);return!!(a&&a instanceof Document)},get textContent(){if(u(this)){for(var a=[],b=this.__shady_firstChild;b;b=b.__shady_nextSibling)b.nodeType!==Node.COMMENT_NODE&&a.push(b.__shady_textContent);return a.join("")}return this.__shady_native_textContent},set textContent(a){if("undefined"===
63
- typeof a||null===a)a="";switch(this.nodeType){case Node.ELEMENT_NODE:case Node.DOCUMENT_FRAGMENT_NODE:if(!u(this)&&t.h){var b=this.__shady_firstChild;(b!=this.__shady_lastChild||b&&b.nodeType!=Node.TEXT_NODE)&&Vb(this);this.__shady_native_textContent=a}else Vb(this),(0<a.length||this.nodeType===Node.ELEMENT_NODE)&&this.__shady_insertBefore(document.createTextNode(a));break;default:this.nodeValue=a}},insertBefore:function(a,b){if(this.ownerDocument!==Rb&&a.ownerDocument!==Rb)return this.__shady_native_insertBefore(a,
64
- b),a;if(a===this)throw Error("Failed to execute 'appendChild' on 'Node': The new child element contains the parent.");if(b){var c=r(b);c=c&&c.parentNode;if(void 0!==c&&c!==this||void 0===c&&b.__shady_native_parentNode!==this)throw Error("Failed to execute 'insertBefore' on 'Node': The node before which the new node is to be inserted is not a child of this node.");}if(b===a)return a;Yb(this,a);var d=[],e=(c=E(this))?c.host.localName:Pb(this),f=a.__shady_parentNode;if(f){var g=Pb(a);var h=!!c||!E(a)||
65
- Sb&&void 0!==this.__noInsertionPoint;f.__shady_removeChild(a,h)}f=!0;var k=(!Sb||void 0===a.__noInsertionPoint&&void 0===this.__noInsertionPoint)&&!Ob(a,e),l=c&&!a.__noInsertionPoint&&(!Sb||a.nodeType===Node.DOCUMENT_FRAGMENT_NODE);if(l||k)k&&(g=g||Pb(a)),Qb(a,function(m){l&&"slot"===m.localName&&d.push(m);if(k){var q=g;D()&&(q&&Nb(m,q),(q=D())&&q.scopeNode(m,e))}});d.length&&(Zb(c),c.c.push.apply(c.c,d instanceof Array?d:ca(ba(d))),F(c));u(this)&&($b(a,this,b),h=r(this),h.root?(f=!1,ha(this)&&F(h.root)):
66
- c&&"slot"===this.localName&&(f=!1,F(c)));f?(c=v(this)?this.host:this,b?(b=Xb(b),c.__shady_native_insertBefore(a,b)):c.__shady_native_appendChild(a)):a.ownerDocument!==this.ownerDocument&&this.ownerDocument.adoptNode(a);return a},appendChild:function(a){if(this!=a||!v(a))return this.__shady_insertBefore(a)},removeChild:function(a,b){b=void 0===b?!1:b;if(this.ownerDocument!==Rb)return this.__shady_native_removeChild(a);if(a.__shady_parentNode!==this)throw Error("The node to be removed is not a child of this node: "+
67
- a);Yb(this,null,a);var c=E(a),d=c&&ac(c,a),e=r(this);if(u(this)&&(bc(a,this),ha(this))){F(e.root);var f=!0}if(D()&&!b&&c&&a.nodeType!==Node.TEXT_NODE){var g=Pb(a);Qb(a,function(h){Nb(h,g)})}Wb(a);c&&((b="slot"===this.localName)&&(f=!0),(d||b)&&F(c));f||(f=v(this)?this.host:this,(!e.root&&"slot"!==a.localName||f===a.__shady_native_parentNode)&&f.__shady_native_removeChild(a));return a},replaceChild:function(a,b){this.__shady_insertBefore(a,b);this.__shady_removeChild(b);return a},cloneNode:function(a){if("template"==
68
- this.localName)return this.__shady_native_cloneNode(a);var b=this.__shady_native_cloneNode(!1);if(a&&b.nodeType!==Node.ATTRIBUTE_NODE){a=this.__shady_firstChild;for(var c;a;a=a.__shady_nextSibling)c=a.__shady_cloneNode(!0),b.__shady_appendChild(c)}return b},getRootNode:function(a){if(this&&this.nodeType){var b=p(this),c=b.V;void 0===c&&(v(this)?(c=this,b.V=c):(c=(c=this.__shady_parentNode)?c.__shady_getRootNode(a):this,document.documentElement.__shady_native_contains(this)&&(b.V=c)));return c}},contains:function(a){return qa(this,
69
- a)}});var ec=z({get assignedSlot(){var a=this.__shady_parentNode;(a=a&&a.__shady_shadowRoot)&&dc(a);return(a=r(this))&&a.assignedSlot||null}});function fc(a,b,c){var d=[];gc(a,b,c,d);return d}function gc(a,b,c,d){for(a=a.__shady_firstChild;a;a=a.__shady_nextSibling){var e;if(e=a.nodeType===Node.ELEMENT_NODE){e=a;var f=b,g=c,h=d,k=f(e);k&&h.push(e);g&&g(k)?e=k:(gc(e,f,g,h),e=void 0)}if(e)break}}
70
- var G=z({get firstElementChild(){var a=r(this);if(a&&void 0!==a.firstChild){for(a=this.__shady_firstChild;a&&a.nodeType!==Node.ELEMENT_NODE;)a=a.__shady_nextSibling;return a}return this.__shady_native_firstElementChild},get lastElementChild(){var a=r(this);if(a&&void 0!==a.lastChild){for(a=this.__shady_lastChild;a&&a.nodeType!==Node.ELEMENT_NODE;)a=a.__shady_previousSibling;return a}return this.__shady_native_lastElementChild},get children(){return u(this)?ra(Array.prototype.filter.call(ta(this),
71
- function(a){return a.nodeType===Node.ELEMENT_NODE})):this.__shady_native_children},get childElementCount(){var a=this.__shady_children;return a?a.length:0}}),hc=z({querySelector:function(a){return fc(this,function(b){return ja.call(b,a)},function(b){return!!b})[0]||null},querySelectorAll:function(a,b){if(b){b=Array.prototype.slice.call(this.__shady_native_querySelectorAll(a));var c=this.__shady_getRootNode();return ra(b.filter(function(d){return d.__shady_getRootNode()==c}))}return ra(fc(this,function(d){return ja.call(d,
72
- a)}))}}),ic=t.W&&!t.j?wa({},G):G;wa(G,hc);var jc=window.document;function kc(a,b){if("slot"===b)a=a.__shady_parentNode,ha(a)&&F(r(a).root);else if("slot"===a.localName&&"name"===b&&(b=E(a))){if(b.a){lc(b);var c=a.ta,d=mc(a);if(d!==c){c=b.b[c];var e=c.indexOf(a);0<=e&&c.splice(e,1);c=b.b[d]||(b.b[d]=[]);c.push(a);1<c.length&&(b.b[d]=nc(c))}}F(b)}}
73
- var oc=z({get previousElementSibling(){var a=r(this);if(a&&void 0!==a.previousSibling){for(a=this.__shady_previousSibling;a&&a.nodeType!==Node.ELEMENT_NODE;)a=a.__shady_previousSibling;return a}return this.__shady_native_previousElementSibling},get nextElementSibling(){var a=r(this);if(a&&void 0!==a.nextSibling){for(a=this.__shady_nextSibling;a&&a.nodeType!==Node.ELEMENT_NODE;)a=a.__shady_nextSibling;return a}return this.__shady_native_nextElementSibling},get slot(){return this.getAttribute("slot")},
74
- set slot(a){this.__shady_setAttribute("slot",a)},get className(){return this.getAttribute("class")||""},set className(a){this.__shady_setAttribute("class",a)},setAttribute:function(a,b){this.ownerDocument!==jc?this.__shady_native_setAttribute(a,b):Mb(this,a,b)||(this.__shady_native_setAttribute(a,b),kc(this,a))},removeAttribute:function(a){this.ownerDocument!==jc?this.__shady_native_removeAttribute(a):Mb(this,a,"")?""===this.getAttribute(a)&&this.__shady_native_removeAttribute(a):(this.__shady_native_removeAttribute(a),
75
- kc(this,a))}});t.W||Eb.forEach(function(a){oc[a]=Gb(a)});
76
- var tc=z({attachShadow:function(a){if(!this)throw Error("Must provide a host.");if(!a)throw Error("Not enough arguments.");if(a.shadyUpgradeFragment&&!t.qa){var b=a.shadyUpgradeFragment;b.__proto__=ShadowRoot.prototype;pc(b,this,a);qc(b,b);a=b.__noInsertionPoint?null:b.querySelectorAll("slot");b.__noInsertionPoint=void 0;if(a&&a.length){var c=b;Zb(c);c.c.push.apply(c.c,a instanceof Array?a:ca(ba(a)));F(b)}b.host.__shady_native_appendChild(b)}else b=new rc(sc,this,a);return this.__CE_shadowRoot=b},
77
- get shadowRoot(){var a=r(this);return a&&a.Fa||null}});wa(oc,tc);var uc=document.implementation.createHTMLDocument("inert"),vc=z({get innerHTML(){return u(this)?Ma("template"===this.localName?this.content:this,ta):this.__shady_native_innerHTML},set innerHTML(a){if("template"===this.localName)this.__shady_native_innerHTML=a;else{Vb(this);var b=this.localName||"div";b=this.namespaceURI&&this.namespaceURI!==uc.namespaceURI?uc.createElementNS(this.namespaceURI,b):uc.createElement(b);for(t.h?b.__shady_native_innerHTML=a:b.innerHTML=a;a=b.__shady_firstChild;)this.__shady_insertBefore(a)}}});var wc=z({blur:function(){var a=r(this);(a=(a=a&&a.root)&&a.activeElement)?a.__shady_blur():this.__shady_native_blur()}});t.W||Fb.forEach(function(a){wc[a]=Gb(a)});var xc=z({assignedNodes:function(a){if("slot"===this.localName){var b=this.__shady_getRootNode();b&&v(b)&&dc(b);return(b=r(this))?(a&&a.flatten?b.G:b.assignedNodes)||[]:[]}},addEventListener:function(a,b,c){if("slot"!==this.localName||"slotchange"===a)vb.call(this,a,b,c);else{"object"!==typeof c&&(c={capture:!!c});var d=this.__shady_parentNode;if(!d)throw Error("ShadyDOM cannot attach event to slot unless it has a `parentNode`");c.A=this;d.__shady_addEventListener(a,b,c)}},removeEventListener:function(a,
78
- b,c){if("slot"!==this.localName||"slotchange"===a)xb.call(this,a,b,c);else{"object"!==typeof c&&(c={capture:!!c});var d=this.__shady_parentNode;if(!d)throw Error("ShadyDOM cannot attach event to slot unless it has a `parentNode`");c.A=this;d.__shady_removeEventListener(a,b,c)}}});var yc=z({getElementById:function(a){return""===a?null:fc(this,function(b){return b.id==a},function(b){return!!b})[0]||null}});var zc=z({get activeElement(){var a=t.h?document.__shady_native_activeElement:document.activeElement;if(!a||!a.nodeType)return null;var b=!!v(this);if(!(this===document||b&&this.host!==a&&this.host.__shady_native_contains(a)))return null;for(b=E(a);b&&b!==this;)a=b.host,b=E(a);return this===document?b?null:a:b===this?a:null}});var Ac=window.document,Bc=z({importNode:function(a,b){if(a.ownerDocument!==Ac||"template"===a.localName)return this.__shady_native_importNode(a,b);var c=this.__shady_native_importNode(a,!1);if(b)for(a=a.__shady_firstChild;a;a=a.__shady_nextSibling)b=this.__shady_importNode(a,!0),c.__shady_appendChild(b);return c}});var Cc=z({dispatchEvent:ub,addEventListener:vb.bind(window),removeEventListener:xb.bind(window)});var H={};Object.getOwnPropertyDescriptor(HTMLElement.prototype,"parentElement")&&(H.parentElement=cc.parentElement);Object.getOwnPropertyDescriptor(HTMLElement.prototype,"contains")&&(H.contains=cc.contains);Object.getOwnPropertyDescriptor(HTMLElement.prototype,"children")&&(H.children=G.children);Object.getOwnPropertyDescriptor(HTMLElement.prototype,"innerHTML")&&(H.innerHTML=vc.innerHTML);Object.getOwnPropertyDescriptor(HTMLElement.prototype,"className")&&(H.className=oc.className);
79
- var I={EventTarget:[Kb],Node:[cc,window.EventTarget?null:Kb],Text:[ec],Comment:[ec],CDATASection:[ec],ProcessingInstruction:[ec],Element:[oc,G,ec,!t.h||"innerHTML"in Element.prototype?vc:null,window.HTMLSlotElement?null:xc],HTMLElement:[wc,H],HTMLSlotElement:[xc],DocumentFragment:[ic,yc],Document:[Bc,ic,yc,zc],Window:[Cc]},Dc=t.h?null:["innerHTML","textContent"];function J(a,b,c,d){b.forEach(function(e){return a&&e&&y(a,e,c,d)})}
80
- function Ec(a){var b=a?null:Dc,c;for(c in I)J(window[c]&&window[c].prototype,I[c],a,b)}["Text","Comment","CDATASection","ProcessingInstruction"].forEach(function(a){var b=window[a],c=Object.create(b.prototype);c.__shady_protoIsPatched=!0;J(c,I.EventTarget);J(c,I.Node);I[a]&&J(c,I[a]);b.prototype.__shady_patchedProto=c});function Fc(a){a.__shady_protoIsPatched=!0;J(a,I.EventTarget);J(a,I.Node);J(a,I.Element);J(a,I.HTMLElement);J(a,I.HTMLSlotElement);return a};var Gc=t.ea,Hc=t.h;function Ic(a,b){if(Gc&&!a.__shady_protoIsPatched&&!v(a)){var c=Object.getPrototypeOf(a),d=c.hasOwnProperty("__shady_patchedProto")&&c.__shady_patchedProto;d||(d=Object.create(c),Fc(d),c.__shady_patchedProto=d);Object.setPrototypeOf(a,d)}Hc||(1===b?cb(a):2===b&&db(a))}
81
- function Jc(a,b,c,d){Ic(a,1);d=d||null;var e=p(a),f=d?p(d):null;e.previousSibling=d?f.previousSibling:b.__shady_lastChild;if(f=r(e.previousSibling))f.nextSibling=a;if(f=r(e.nextSibling=d))f.previousSibling=a;e.parentNode=b;d?d===c.firstChild&&(c.firstChild=a):(c.lastChild=a,c.firstChild||(c.firstChild=a));c.childNodes=null}
82
- function $b(a,b,c){Ic(b,2);var d=p(b);void 0!==d.firstChild&&(d.childNodes=null);if(a.nodeType===Node.DOCUMENT_FRAGMENT_NODE)for(a=a.__shady_native_firstChild;a;a=a.__shady_native_nextSibling)Jc(a,b,d,c);else Jc(a,b,d,c)}
83
- function bc(a,b){var c=p(a);b=p(b);a===b.firstChild&&(b.firstChild=c.nextSibling);a===b.lastChild&&(b.lastChild=c.previousSibling);a=c.previousSibling;var d=c.nextSibling;a&&(p(a).nextSibling=d);d&&(p(d).previousSibling=a);c.parentNode=c.previousSibling=c.nextSibling=void 0;void 0!==b.childNodes&&(b.childNodes=null)}
84
- function qc(a,b){var c=p(a);if(b||void 0===c.firstChild){c.childNodes=null;var d=c.firstChild=a.__shady_native_firstChild;c.lastChild=a.__shady_native_lastChild;Ic(a,2);c=d;for(d=void 0;c;c=c.__shady_native_nextSibling){var e=p(c);e.parentNode=b||a;e.nextSibling=c.__shady_native_nextSibling;e.previousSibling=d||null;d=c;Ic(c,1)}}};var Kc=z({addEventListener:function(a,b,c){"object"!==typeof c&&(c={capture:!!c});c.A=c.A||this;this.host.__shady_addEventListener(a,b,c)},removeEventListener:function(a,b,c){"object"!==typeof c&&(c={capture:!!c});c.A=c.A||this;this.host.__shady_removeEventListener(a,b,c)}});function Lc(a,b){y(a,Kc,b);y(a,zc,b);y(a,vc,b);y(a,G,b);t.j&&!b?(y(a,cc,b),y(a,yc,b)):t.h||(y(a,$a),y(a,Ya),y(a,Za))};var sc={},K=t.deferConnectionCallbacks&&"loading"===document.readyState,Mc;function Nc(a){var b=[];do b.unshift(a);while(a=a.__shady_parentNode);return b}function rc(a,b,c){if(a!==sc)throw new TypeError("Illegal constructor");this.a=null;pc(this,b,c)}
85
- function pc(a,b,c){a.host=b;a.mode=c&&c.mode;qc(a.host);b=p(a.host);b.root=a;b.Fa="closed"!==a.mode?a:null;b=p(a);b.firstChild=b.lastChild=b.parentNode=b.nextSibling=b.previousSibling=null;if(t.preferPerformance)for(;b=a.host.__shady_native_firstChild;)a.host.__shady_native_removeChild(b);else F(a)}function F(a){a.F||(a.F=!0,za(function(){return dc(a)}))}
86
- function dc(a){var b;if(b=a.F){for(var c;a;)a:{a.F&&(c=a),b=a;a=b.host.__shady_getRootNode();if(v(a)&&(b=r(b.host))&&0<b.L)break a;a=void 0}b=c}(c=b)&&c._renderSelf()}
87
- rc.prototype._renderSelf=function(){var a=K;K=!0;this.F=!1;if(this.a){lc(this);for(var b=0,c;b<this.a.length;b++){c=this.a[b];var d=r(c),e=d.assignedNodes;d.assignedNodes=[];d.G=[];if(d.ja=e)for(d=0;d<e.length;d++){var f=r(e[d]);f.Z=f.assignedSlot;f.assignedSlot===c&&(f.assignedSlot=null)}}for(b=this.host.__shady_firstChild;b;b=b.__shady_nextSibling)Oc(this,b);for(b=0;b<this.a.length;b++){c=this.a[b];e=r(c);if(!e.assignedNodes.length)for(d=c.__shady_firstChild;d;d=d.__shady_nextSibling)Oc(this,d,
88
- c);(d=(d=r(c.__shady_parentNode))&&d.root)&&(ia(d)||d.F)&&d._renderSelf();Pc(this,e.G,e.assignedNodes);if(d=e.ja){for(f=0;f<d.length;f++)r(d[f]).Z=null;e.ja=null;d.length>e.assignedNodes.length&&(e.ba=!0)}e.ba&&(e.ba=!1,Qc(this,c))}c=this.a;b=[];for(e=0;e<c.length;e++)d=c[e].__shady_parentNode,(f=r(d))&&f.root||!(0>b.indexOf(d))||b.push(d);for(c=0;c<b.length;c++){f=b[c];e=f===this?this.host:f;d=[];for(f=f.__shady_firstChild;f;f=f.__shady_nextSibling)if("slot"==f.localName)for(var g=r(f).G,h=0;h<g.length;h++)d.push(g[h]);
89
- else d.push(f);f=sa(e);g=Ib(d,d.length,f,f.length);for(var k=h=0,l=void 0;h<g.length&&(l=g[h]);h++){for(var m=0,q=void 0;m<l.J.length&&(q=l.J[m]);m++)q.__shady_native_parentNode===e&&e.__shady_native_removeChild(q),f.splice(l.index+k,1);k-=l.R}k=0;for(l=void 0;k<g.length&&(l=g[k]);k++)for(h=f[l.index],m=l.index;m<l.index+l.R;m++)q=d[m],e.__shady_native_insertBefore(q,h),f.splice(m,0,q)}}if(!t.preferPerformance&&!this.ia)for(b=this.host.__shady_firstChild;b;b=b.__shady_nextSibling)c=r(b),b.__shady_native_parentNode!==
90
- this.host||"slot"!==b.localName&&c.assignedSlot||this.host.__shady_native_removeChild(b);this.ia=!0;K=a;Mc&&Mc()};function Oc(a,b,c){var d=p(b),e=d.Z;d.Z=null;c||(c=(a=a.b[b.__shady_slot||"__catchall"])&&a[0]);c?(p(c).assignedNodes.push(b),d.assignedSlot=c):d.assignedSlot=void 0;e!==d.assignedSlot&&d.assignedSlot&&(p(d.assignedSlot).ba=!0)}function Pc(a,b,c){for(var d=0,e=void 0;d<c.length&&(e=c[d]);d++)if("slot"==e.localName){var f=r(e).assignedNodes;f&&f.length&&Pc(a,b,f)}else b.push(c[d])}
91
- function Qc(a,b){b.__shady_native_dispatchEvent(new Event("slotchange"));b=r(b);b.assignedSlot&&Qc(a,b.assignedSlot)}function Zb(a){a.c=a.c||[];a.a=a.a||[];a.b=a.b||{}}function lc(a){if(a.c&&a.c.length){for(var b=a.c,c,d=0;d<b.length;d++){var e=b[d];qc(e);var f=e.__shady_parentNode;qc(f);f=r(f);f.L=(f.L||0)+1;f=mc(e);a.b[f]?(c=c||{},c[f]=!0,a.b[f].push(e)):a.b[f]=[e];a.a.push(e)}if(c)for(var g in c)a.b[g]=nc(a.b[g]);a.c=[]}}
92
- function mc(a){var b=a.name||a.getAttribute("name")||"__catchall";return a.ta=b}function nc(a){return a.sort(function(b,c){b=Nc(b);for(var d=Nc(c),e=0;e<b.length;e++){c=b[e];var f=d[e];if(c!==f)return b=ta(c.__shady_parentNode),b.indexOf(c)-b.indexOf(f)}})}
93
- function ac(a,b){if(a.a){lc(a);var c=a.b,d;for(d in c)for(var e=c[d],f=0;f<e.length;f++){var g=e[f];if(qa(b,g)){e.splice(f,1);var h=a.a.indexOf(g);0<=h&&(a.a.splice(h,1),(h=r(g.__shady_parentNode))&&h.L&&h.L--);f--;g=r(g);if(h=g.G)for(var k=0;k<h.length;k++){var l=h[k],m=l.__shady_native_parentNode;m&&m.__shady_native_removeChild(l)}g.G=[];g.assignedNodes=[];h=!0}}return h}}function ia(a){lc(a);return!(!a.a||!a.a.length)}
94
- (function(a){a.__proto__=DocumentFragment.prototype;Lc(a,"__shady_");Lc(a);Object.defineProperties(a,{nodeType:{value:Node.DOCUMENT_FRAGMENT_NODE,configurable:!0},nodeName:{value:"#document-fragment",configurable:!0},nodeValue:{value:null,configurable:!0}});["localName","namespaceURI","prefix"].forEach(function(b){Object.defineProperty(a,b,{value:void 0,configurable:!0})});["ownerDocument","baseURI","isConnected"].forEach(function(b){Object.defineProperty(a,b,{get:function(){return this.host[b]},
95
- configurable:!0})})})(rc.prototype);
96
- if(window.customElements&&window.customElements.define&&t.ca&&!t.preferPerformance){var Rc=new Map;Mc=function(){var a=[];Rc.forEach(function(d,e){a.push([e,d])});Rc.clear();for(var b=0;b<a.length;b++){var c=a[b][0];a[b][1]?c.__shadydom_connectedCallback():c.__shadydom_disconnectedCallback()}};K&&document.addEventListener("readystatechange",function(){K=!1;Mc()},{once:!0});var Sc=function(a,b,c){var d=0,e="__isConnected"+d++;if(b||c)a.prototype.connectedCallback=a.prototype.__shadydom_connectedCallback=
97
- function(){K?Rc.set(this,!0):this[e]||(this[e]=!0,b&&b.call(this))},a.prototype.disconnectedCallback=a.prototype.__shadydom_disconnectedCallback=function(){K?this.isConnected||Rc.set(this,!1):this[e]&&(this[e]=!1,c&&c.call(this))};return a},Tc=window.customElements.define,Uc=function(a,b){var c=b.prototype.connectedCallback,d=b.prototype.disconnectedCallback;Tc.call(window.customElements,a,Sc(b,c,d));b.prototype.connectedCallback=c;b.prototype.disconnectedCallback=d};window.customElements.define=
98
- Uc;Object.defineProperty(window.CustomElementRegistry.prototype,"define",{value:Uc,configurable:!0})}function E(a){a=a.__shady_getRootNode();if(v(a))return a};function Vc(a){this.node=a}n=Vc.prototype;n.addEventListener=function(a,b,c){return this.node.__shady_addEventListener(a,b,c)};n.removeEventListener=function(a,b,c){return this.node.__shady_removeEventListener(a,b,c)};n.appendChild=function(a){return this.node.__shady_appendChild(a)};n.insertBefore=function(a,b){return this.node.__shady_insertBefore(a,b)};n.removeChild=function(a){return this.node.__shady_removeChild(a)};n.replaceChild=function(a,b){return this.node.__shady_replaceChild(a,b)};
24
+ function ta(a){var b=[];for(a=a.__shady_firstChild;a;a=a.__shady_nextSibling)b.push(a);return b}function ua(a,b,c){c.configurable=!0;if(c.value)a[b]=c.value;else try{Object.defineProperty(a,b,c)}catch(d){}}function z(a,b,c,d){c=void 0===c?"":c;for(var e in b)d&&0<=d.indexOf(e)||ua(a,c+e,b[e])}function va(a,b){for(var c in b)c in a&&ua(a,c,b[c])}function A(a){var b={};Object.getOwnPropertyNames(a).forEach(function(c){b[c]=Object.getOwnPropertyDescriptor(a,c)});return b}
25
+ function wa(a,b){for(var c=Object.getOwnPropertyNames(b),d=0,e;d<c.length;d++)e=c[d],a[e]=b[e]}function xa(a){return a instanceof Node?a:document.createTextNode(""+a)}function B(a){for(var b=[],c=0;c<arguments.length;++c)b[c]=arguments[c];if(1===b.length)return xa(b[0]);c=document.createDocumentFragment();b=ba(b);for(var d=b.next();!d.done;d=b.next())c.appendChild(xa(d.value));return c};var ya=[],za;function Aa(a){za||(za=!0,oa(Ba));ya.push(a)}function Ba(){za=!1;for(var a=!!ya.length;ya.length;)ya.shift()();return a}Ba.list=ya;function Ca(){this.g=!1;this.addedNodes=[];this.removedNodes=[];this.Y=new Set}function Da(a){a.g||(a.g=!0,oa(function(){a.flush()}))}Ca.prototype.flush=function(){if(this.g){this.g=!1;var a=this.takeRecords();a.length&&this.Y.forEach(function(b){b(a)})}};Ca.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[]};
26
+ function Ea(a,b){var c=r(a);c.N||(c.N=new Ca);c.N.Y.add(b);var d=c.N;return{za:b,J:d,Aa:a,takeRecords:function(){return d.takeRecords()}}}function Fa(a){var b=a&&a.J;b&&(b.Y.delete(a.za),b.Y.size||(r(a.Aa).N=null))}
27
+ function Ga(a,b){var c=b.getRootNode();return a.map(function(d){var e=c===d.target.getRootNode();if(e&&d.addedNodes){if(e=[].slice.call(d.addedNodes).filter(function(f){return c===f.getRootNode()}),e.length)return d=Object.create(d),Object.defineProperty(d,"addedNodes",{value:e,configurable:!0}),d}else if(e)return d}).filter(function(d){return d})};var Ha=/[&\u00A0"]/g,Ia=/[&\u00A0<>]/g;function Ja(a){switch(a){case "&":return"&amp;";case "<":return"&lt;";case ">":return"&gt;";case '"':return"&quot;";case "\u00a0":return"&nbsp;"}}function Ka(a){for(var b={},c=0;c<a.length;c++)b[a[c]]=!0;return b}var La=Ka("area base br col command embed hr img input keygen link meta param source track wbr".split(" ")),Ma=Ka("style script xmp iframe noembed noframes plaintext noscript".split(" "));
28
+ function Na(a,b){"template"===a.localName&&(a=a.content);for(var c="",d=b?b(a):a.childNodes,e=0,f=d.length,g=void 0;e<f&&(g=d[e]);e++){a:{var h=g;var k=a,l=b;switch(h.nodeType){case Node.ELEMENT_NODE:k=h.localName;for(var m="<"+k,q=h.attributes,v=0,S;S=q[v];v++)m+=" "+S.name+'="'+S.value.replace(Ha,Ja)+'"';m+=">";h=La[k]?m:m+Na(h,l)+"</"+k+">";break a;case Node.TEXT_NODE:h=h.data;h=k&&Ma[k.localName]?h:h.replace(Ia,Ja);break a;case Node.COMMENT_NODE:h="\x3c!--"+h.data+"--\x3e";break a;default:throw window.console.error(h),
29
+ Error("not implemented");}}c+=h}return c};var Oa=u.m,Pa={querySelector:function(a){return this.__shady_native_querySelector(a)},querySelectorAll:function(a){return this.__shady_native_querySelectorAll(a)}},Qa={};function Ra(a){Qa[a]=function(b){return b["__shady_native_"+a]}}function Sa(a,b){z(a,b,"__shady_native_");for(var c in b)Ra(c)}function C(a,b){b=void 0===b?[]:b;for(var c=0;c<b.length;c++){var d=b[c],e=Object.getOwnPropertyDescriptor(a,d);e&&(Object.defineProperty(a,"__shady_native_"+d,e),e.value?Pa[d]||(Pa[d]=e.value):Ra(d))}}
30
+ var D=document.createTreeWalker(document,NodeFilter.SHOW_ALL,null,!1),E=document.createTreeWalker(document,NodeFilter.SHOW_ELEMENT,null,!1),Ta=document.implementation.createHTMLDocument("inert");function Ua(a){for(var b;b=a.__shady_native_firstChild;)a.__shady_native_removeChild(b)}var Va=["firstElementChild","lastElementChild","children","childElementCount"],Wa=["querySelector","querySelectorAll","append","prepend","replaceChildren"];
31
+ function Xa(){var a=["dispatchEvent","addEventListener","removeEventListener"];window.EventTarget?(C(window.EventTarget.prototype,a),void 0===window.__shady_native_addEventListener&&C(Window.prototype,a)):(C(Node.prototype,a),C(Window.prototype,a));Oa?C(Node.prototype,"parentNode firstChild lastChild previousSibling nextSibling childNodes parentElement textContent".split(" ")):Sa(Node.prototype,{parentNode:{get:function(){D.currentNode=this;return D.parentNode()}},firstChild:{get:function(){D.currentNode=
32
+ this;return D.firstChild()}},lastChild:{get:function(){D.currentNode=this;return D.lastChild()}},previousSibling:{get:function(){D.currentNode=this;return D.previousSibling()}},nextSibling:{get:function(){D.currentNode=this;return D.nextSibling()}},childNodes:{get:function(){var b=[];D.currentNode=this;for(var c=D.firstChild();c;)b.push(c),c=D.nextSibling();return b}},parentElement:{get:function(){E.currentNode=this;return E.parentNode()}},textContent:{get:function(){switch(this.nodeType){case Node.ELEMENT_NODE:case Node.DOCUMENT_FRAGMENT_NODE:for(var b=
33
+ document.createTreeWalker(this,NodeFilter.SHOW_TEXT,null,!1),c="",d;d=b.nextNode();)c+=d.nodeValue;return c;default:return this.nodeValue}},set:function(b){if("undefined"===typeof b||null===b)b="";switch(this.nodeType){case Node.ELEMENT_NODE:case Node.DOCUMENT_FRAGMENT_NODE:Ua(this);(0<b.length||this.nodeType===Node.ELEMENT_NODE)&&this.__shady_native_insertBefore(document.createTextNode(b),void 0);break;default:this.nodeValue=b}}}});C(Node.prototype,"appendChild insertBefore removeChild replaceChild cloneNode contains".split(" "));
34
+ C(HTMLElement.prototype,["parentElement","contains"]);a={firstElementChild:{get:function(){E.currentNode=this;return E.firstChild()}},lastElementChild:{get:function(){E.currentNode=this;return E.lastChild()}},children:{get:function(){var b=[];E.currentNode=this;for(var c=E.firstChild();c;)b.push(c),c=E.nextSibling();return ra(b)}},childElementCount:{get:function(){return this.children?this.children.length:0}}};Oa?(C(Element.prototype,Va),C(Element.prototype,["previousElementSibling","nextElementSibling",
35
+ "innerHTML","className"]),C(HTMLElement.prototype,["children","innerHTML","className"])):(Sa(Element.prototype,a),Sa(Element.prototype,{previousElementSibling:{get:function(){E.currentNode=this;return E.previousSibling()}},nextElementSibling:{get:function(){E.currentNode=this;return E.nextSibling()}},innerHTML:{get:function(){return Na(this,sa)},set:function(b){var c="template"===this.localName?this.content:this;Ua(c);var d=this.localName||"div";d=this.namespaceURI&&this.namespaceURI!==Ta.namespaceURI?
36
+ Ta.createElementNS(this.namespaceURI,d):Ta.createElement(d);d.innerHTML=b;for(b="template"===this.localName?d.content:d;d=b.__shady_native_firstChild;)c.__shady_native_insertBefore(d,void 0)}},className:{get:function(){return this.getAttribute("class")||""},set:function(b){this.setAttribute("class",b)}}}));C(Element.prototype,"setAttribute getAttribute hasAttribute removeAttribute focus blur".split(" "));C(Element.prototype,Wa);C(HTMLElement.prototype,["focus","blur"]);window.HTMLTemplateElement&&
37
+ C(window.HTMLTemplateElement.prototype,["innerHTML"]);Oa?C(DocumentFragment.prototype,Va):Sa(DocumentFragment.prototype,a);C(DocumentFragment.prototype,Wa);Oa?(C(Document.prototype,Va),C(Document.prototype,["activeElement"])):Sa(Document.prototype,a);C(Document.prototype,["importNode","getElementById","elementFromPoint",ha()]);C(Document.prototype,Wa)};var Ya=A({get childNodes(){return this.__shady_childNodes},get firstChild(){return this.__shady_firstChild},get lastChild(){return this.__shady_lastChild},get childElementCount(){return this.__shady_childElementCount},get children(){return this.__shady_children},get firstElementChild(){return this.__shady_firstElementChild},get lastElementChild(){return this.__shady_lastElementChild},get shadowRoot(){return this.__shady_shadowRoot}}),Za=A({get textContent(){return this.__shady_textContent},set textContent(a){this.__shady_textContent=
38
+ a},get innerHTML(){return this.__shady_innerHTML},set innerHTML(a){this.__shady_innerHTML=a}}),ab=A({get parentElement(){return this.__shady_parentElement},get parentNode(){return this.__shady_parentNode},get nextSibling(){return this.__shady_nextSibling},get previousSibling(){return this.__shady_previousSibling},get nextElementSibling(){return this.__shady_nextElementSibling},get previousElementSibling(){return this.__shady_previousElementSibling},get className(){return this.__shady_className},set className(a){this.__shady_className=
39
+ a}});function bb(a){for(var b in a){var c=a[b];c&&(c.enumerable=!1)}}bb(Ya);bb(Za);bb(ab);var cb=u.m||!0===u.s,db=cb?function(){}:function(a){var b=r(a);b.xa||(b.xa=!0,va(a,ab))},eb=cb?function(){}:function(a){var b=r(a);b.wa||(b.wa=!0,va(a,Ya),window.customElements&&window.customElements.polyfillWrapFlushCallback&&!u.s||va(a,Za))};var fb="__eventWrappers"+Date.now(),gb=function(){var a=Object.getOwnPropertyDescriptor(Event.prototype,"composed");return a?function(b){return a.get.call(b)}:null}(),hb=function(){function a(){}var b=!1,c={get capture(){b=!0;return!1}};window.addEventListener("test",a,c);window.removeEventListener("test",a,c);return b}();function ib(a){if(a&&"object"===typeof a){var b=!!a.capture;var c=!!a.once;var d=!!a.passive;var e=a.G}else b=!!a,d=c=!1;return{ta:e,capture:b,once:c,passive:d,sa:hb?a:b}}
40
+ var jb={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,
41
+ drag:!0,dragenter:!0,dragleave:!0,dragover:!0,drop:!0,dragend:!0,DOMActivate:!0,DOMFocusIn:!0,DOMFocusOut:!0,keypress:!0},kb={DOMAttrModified:!0,DOMAttributeNameChanged:!0,DOMCharacterDataModified:!0,DOMElementNameChanged:!0,DOMNodeInserted:!0,DOMNodeInsertedIntoDocument:!0,DOMNodeRemoved:!0,DOMNodeRemovedFromDocument:!0,DOMSubtreeModified:!0};function lb(a){return a instanceof Node?a.__shady_getRootNode():a}
42
+ function mb(a,b){var c=[],d=a;for(a=lb(a);d;)c.push(d),d=d.__shady_assignedSlot?d.__shady_assignedSlot:d.nodeType===Node.DOCUMENT_FRAGMENT_NODE&&d.host&&(b||d!==a)?d.host:d.__shady_parentNode;c[c.length-1]===document&&c.push(window);return c}function nb(a){a.__composedPath||(a.__composedPath=mb(a.target,!0));return a.__composedPath}function ob(a,b){if(!x)return a;a=mb(a,!0);for(var c=0,d,e=void 0,f,g=void 0;c<b.length;c++)if(d=b[c],f=lb(d),f!==e&&(g=a.indexOf(f),e=f),!x(f)||-1<g)return d}
43
+ function pb(a){function b(c,d){c=new a(c,d);c.__composed=d&&!!d.composed;return c}b.__proto__=a;b.prototype=a.prototype;return b}var qb={focus:!0,blur:!0};function rb(a){return a.__target!==a.target||a.__relatedTarget!==a.relatedTarget}function sb(a,b,c){if(c=b.__handlers&&b.__handlers[a.type]&&b.__handlers[a.type][c])for(var d=0,e;(e=c[d])&&(!rb(a)||a.target!==a.relatedTarget)&&(e.call(b,a),!a.__immediatePropagationStopped);d++);}
44
+ function tb(a){var b=a.composedPath(),c=b.map(function(k){return ob(k,b)}),d=a.bubbles;Object.defineProperty(a,"currentTarget",{configurable:!0,enumerable:!0,get:function(){return g}});var e=Event.CAPTURING_PHASE;Object.defineProperty(a,"eventPhase",{configurable:!0,enumerable:!0,get:function(){return e}});for(var f=b.length-1;0<=f;f--){var g=b[f];e=g===c[f]?Event.AT_TARGET:Event.CAPTURING_PHASE;sb(a,g,"capture");if(a.ca)return}for(f=0;f<b.length;f++){g=b[f];var h=g===c[f];if(h||d)if(e=h?Event.AT_TARGET:
45
+ Event.BUBBLING_PHASE,sb(a,g,"bubble"),a.ca)return}e=0;g=null}function ub(a,b,c,d,e,f){for(var g=0;g<a.length;g++){var h=a[g],k=h.type,l=h.capture,m=h.once,q=h.passive;if(b===h.node&&c===k&&d===l&&e===m&&f===q)return g}return-1}function vb(a){Ba();return!u.O&&this instanceof Node&&!pa(document,this)?(a.__target||wb(a,this),tb(a)):this.__shady_native_dispatchEvent(a)}
46
+ function xb(a,b,c){var d=ib(c),e=d.capture,f=d.once,g=d.passive,h=d.ta;d=d.sa;if(b){var k=typeof b;if("function"===k||"object"===k)if("object"!==k||b.handleEvent&&"function"===typeof b.handleEvent){if(kb[a])return this.__shady_native_addEventListener(a,b,d);var l=h||this;if(h=b[fb]){if(-1<ub(h,l,a,e,f,g))return}else b[fb]=[];h=function(m){f&&this.__shady_removeEventListener(a,b,c);m.__target||wb(m);if(l!==this){var q=Object.getOwnPropertyDescriptor(m,"currentTarget");Object.defineProperty(m,"currentTarget",
47
+ {get:function(){return l},configurable:!0});var v=Object.getOwnPropertyDescriptor(m,"eventPhase");Object.defineProperty(m,"eventPhase",{configurable:!0,enumerable:!0,get:function(){return e?Event.CAPTURING_PHASE:Event.BUBBLING_PHASE}})}m.__previousCurrentTarget=m.currentTarget;if(!x(l)&&"slot"!==l.localName||-1!=m.composedPath().indexOf(l))if(m.composed||-1<m.composedPath().indexOf(l))if(rb(m)&&m.target===m.relatedTarget)m.eventPhase===Event.BUBBLING_PHASE&&m.stopImmediatePropagation();else if(m.eventPhase===
48
+ Event.CAPTURING_PHASE||m.bubbles||m.target===l||l instanceof Window){var S="function"===k?b.call(l,m):b.handleEvent&&b.handleEvent(m);l!==this&&(q?(Object.defineProperty(m,"currentTarget",q),q=null):delete m.currentTarget,v?(Object.defineProperty(m,"eventPhase",v),v=null):delete m.eventPhase);return S}};b[fb].push({node:l,type:a,capture:e,once:f,passive:g,Ta:h});this.__handlers=this.__handlers||{};this.__handlers[a]=this.__handlers[a]||{capture:[],bubble:[]};this.__handlers[a][e?"capture":"bubble"].push(h);
49
+ qb[a]||this.__shady_native_addEventListener(a,h,d)}}}
50
+ function yb(a,b,c){if(b){var d=ib(c);c=d.capture;var e=d.once,f=d.passive,g=d.ta;d=d.sa;if(kb[a])return this.__shady_native_removeEventListener(a,b,d);var h=g||this;g=void 0;var k=null;try{k=b[fb]}catch(l){}k&&(e=ub(k,h,a,c,e,f),-1<e&&(g=k.splice(e,1)[0].Ta,k.length||(b[fb]=void 0)));this.__shady_native_removeEventListener(a,g||b,d);g&&this.__handlers&&this.__handlers[a]&&(a=this.__handlers[a][c?"capture":"bubble"],b=a.indexOf(g),-1<b&&a.splice(b,1))}}
51
+ function zb(){for(var a in qb)window.__shady_native_addEventListener(a,function(b){b.__target||(wb(b),tb(b))},!0)}
52
+ var Ab=A({get composed(){void 0===this.__composed&&(gb?this.__composed="focusin"===this.type||"focusout"===this.type||gb(this):!1!==this.isTrusted&&(this.__composed=jb[this.type]));return this.__composed||!1},composedPath:function(){this.__composedPath||(this.__composedPath=mb(this.__target,this.composed));return this.__composedPath},get target(){return ob(this.currentTarget||this.__previousCurrentTarget,this.composedPath())},get relatedTarget(){if(!this.__relatedTarget)return null;this.__relatedTargetComposedPath||
53
+ (this.__relatedTargetComposedPath=mb(this.__relatedTarget,!0));return ob(this.currentTarget||this.__previousCurrentTarget,this.__relatedTargetComposedPath)},stopPropagation:function(){Event.prototype.stopPropagation.call(this);this.ca=!0},stopImmediatePropagation:function(){Event.prototype.stopImmediatePropagation.call(this);this.ca=this.__immediatePropagationStopped=!0}});
54
+ function wb(a,b){b=void 0===b?a.target:b;a.__target=b;a.__relatedTarget=a.relatedTarget;if(u.m){b=Object.getPrototypeOf(a);if(!b.hasOwnProperty("__shady_patchedProto")){var c=Object.create(b);c.__shady_sourceProto=b;z(c,Ab);b.__shady_patchedProto=c}a.__proto__=b.__shady_patchedProto}else z(a,Ab)}var Bb=pb(Event),Cb=pb(CustomEvent),Db=pb(MouseEvent);
55
+ function Eb(){if(!gb&&Object.getOwnPropertyDescriptor(Event.prototype,"isTrusted")){var a=function(){var b=new MouseEvent("click",{bubbles:!0,cancelable:!0,composed:!0});this.__shady_dispatchEvent(b)};Element.prototype.click?Element.prototype.click=a:HTMLElement.prototype.click&&(HTMLElement.prototype.click=a)}}
56
+ var Fb=Object.getOwnPropertyNames(Element.prototype).filter(function(a){return"on"===a.substring(0,2)}),Gb=Object.getOwnPropertyNames(HTMLElement.prototype).filter(function(a){return"on"===a.substring(0,2)});function Hb(a){return{set:function(b){var c=r(this),d=a.substring(2);c.F||(c.F={});c.F[a]&&this.removeEventListener(d,c.F[a]);this.__shady_addEventListener(d,b);c.F[a]=b},get:function(){var b=t(this);return b&&b.F&&b.F[a]},configurable:!0}};function Ib(a,b){return{index:a,P:[],X:b}}
57
+ function Jb(a,b,c,d){var e=0,f=0,g=0,h=0,k=Math.min(b-e,d-f);if(0==e&&0==f)a:{for(g=0;g<k;g++)if(a[g]!==c[g])break a;g=k}if(b==a.length&&d==c.length){h=a.length;for(var l=c.length,m=0;m<k-g&&Kb(a[--h],c[--l]);)m++;h=m}e+=g;f+=g;b-=h;d-=h;if(0==b-e&&0==d-f)return[];if(e==b){for(b=Ib(e,0);f<d;)b.P.push(c[f++]);return[b]}if(f==d)return[Ib(e,b-e)];k=e;g=f;d=d-g+1;h=b-k+1;b=Array(d);for(l=0;l<d;l++)b[l]=Array(h),b[l][0]=l;for(l=0;l<h;l++)b[0][l]=l;for(l=1;l<d;l++)for(m=1;m<h;m++)if(a[k+m-1]===c[g+l-1])b[l][m]=
58
+ b[l-1][m-1];else{var q=b[l-1][m]+1,v=b[l][m-1]+1;b[l][m]=q<v?q:v}k=b.length-1;g=b[0].length-1;d=b[k][g];for(a=[];0<k||0<g;)0==k?(a.push(2),g--):0==g?(a.push(3),k--):(h=b[k-1][g-1],l=b[k-1][g],m=b[k][g-1],q=l<m?l<h?l:h:m<h?m:h,q==h?(h==d?a.push(0):(a.push(1),d=h),k--,g--):q==l?(a.push(3),k--,d=l):(a.push(2),g--,d=m));a.reverse();b=void 0;k=[];for(g=0;g<a.length;g++)switch(a[g]){case 0:b&&(k.push(b),b=void 0);e++;f++;break;case 1:b||(b=Ib(e,0));b.X++;e++;b.P.push(c[f]);f++;break;case 2:b||(b=Ib(e,0));
59
+ b.X++;e++;break;case 3:b||(b=Ib(e,0)),b.P.push(c[f]),f++}b&&k.push(b);return k}function Kb(a,b){return a===b};var Lb=A({dispatchEvent:vb,addEventListener:xb,removeEventListener:yb});var Mb=null;function F(){Mb||(Mb=window.ShadyCSS&&window.ShadyCSS.ScopingShim);return Mb||null}function Nb(a,b,c){var d=F();return d&&"class"===b?(d.setElementClass(a,c),!0):!1}function Ob(a,b){var c=F();c&&c.unscopeNode(a,b)}function Pb(a,b){var c=F();if(!c)return!0;if(a.nodeType===Node.DOCUMENT_FRAGMENT_NODE){c=!0;for(a=a.__shady_firstChild;a;a=a.__shady_nextSibling)c=c&&Pb(a,b);return c}return a.nodeType!==Node.ELEMENT_NODE?!0:c.currentScopeForNode(a)===b}
60
+ function Qb(a){if(a.nodeType!==Node.ELEMENT_NODE)return"";var b=F();return b?b.currentScopeForNode(a):""}function Rb(a,b){if(a)for(a.nodeType===Node.ELEMENT_NODE&&b(a),a=a.__shady_firstChild;a;a=a.__shady_nextSibling)a.nodeType===Node.ELEMENT_NODE&&Rb(a,b)};var Sb=window.document,Tb=u.O,Ub=Object.getOwnPropertyDescriptor(Node.prototype,"isConnected"),Vb=Ub&&Ub.get;function Wb(a){for(var b;b=a.__shady_firstChild;)a.__shady_removeChild(b)}function Xb(a){var b=t(a);if(b&&void 0!==b.ba)for(b=a.__shady_firstChild;b;b=b.__shady_nextSibling)Xb(b);if(a=t(a))a.ba=void 0}function Yb(a){var b=a;if(a&&"slot"===a.localName){var c=t(a);(c=c&&c.L)&&(b=c.length?c[0]:Yb(a.__shady_nextSibling))}return b}
61
+ function Zb(a,b,c){if(a=(a=t(a))&&a.N){if(b)if(b.nodeType===Node.DOCUMENT_FRAGMENT_NODE)for(var d=0,e=b.childNodes.length;d<e;d++)a.addedNodes.push(b.childNodes[d]);else a.addedNodes.push(b);c&&a.removedNodes.push(c);Da(a)}}
62
+ var ec=A({get parentNode(){var a=t(this);a=a&&a.parentNode;return void 0!==a?a:this.__shady_native_parentNode},get firstChild(){var a=t(this);a=a&&a.firstChild;return void 0!==a?a:this.__shady_native_firstChild},get lastChild(){var a=t(this);a=a&&a.lastChild;return void 0!==a?a:this.__shady_native_lastChild},get nextSibling(){var a=t(this);a=a&&a.nextSibling;return void 0!==a?a:this.__shady_native_nextSibling},get previousSibling(){var a=t(this);a=a&&a.previousSibling;return void 0!==a?a:this.__shady_native_previousSibling},
63
+ get childNodes(){if(w(this)){var a=t(this);if(!a.childNodes){a.childNodes=[];for(var b=this.__shady_firstChild;b;b=b.__shady_nextSibling)a.childNodes.push(b)}var c=a.childNodes}else c=this.__shady_native_childNodes;c.item=function(d){return c[d]};return c},get parentElement(){var a=t(this);(a=a&&a.parentNode)&&a.nodeType!==Node.ELEMENT_NODE&&(a=null);return void 0!==a?a:this.__shady_native_parentElement},get isConnected(){if(Vb&&Vb.call(this))return!0;if(this.nodeType==Node.DOCUMENT_FRAGMENT_NODE)return!1;
64
+ var a=this.ownerDocument;if(null===a||pa(a,this))return!0;for(a=this;a&&!(a instanceof Document);)a=a.__shady_parentNode||(x(a)?a.host:void 0);return!!(a&&a instanceof Document)},get textContent(){if(w(this)){for(var a=[],b=this.__shady_firstChild;b;b=b.__shady_nextSibling)b.nodeType!==Node.COMMENT_NODE&&a.push(b.__shady_textContent);return a.join("")}return this.__shady_native_textContent},set textContent(a){if("undefined"===typeof a||null===a)a="";switch(this.nodeType){case Node.ELEMENT_NODE:case Node.DOCUMENT_FRAGMENT_NODE:if(!w(this)&&
65
+ u.m){var b=this.__shady_firstChild;(b!=this.__shady_lastChild||b&&b.nodeType!=Node.TEXT_NODE)&&Wb(this);this.__shady_native_textContent=a}else Wb(this),(0<a.length||this.nodeType===Node.ELEMENT_NODE)&&this.__shady_insertBefore(document.createTextNode(a));break;default:this.nodeValue=a}},insertBefore:function(a,b){if(this.ownerDocument!==Sb&&a.ownerDocument!==Sb)return this.__shady_native_insertBefore(a,b),a;if(a===this)throw Error("Failed to execute 'appendChild' on 'Node': The new child element contains the parent.");
66
+ if(b){var c=t(b);c=c&&c.parentNode;if(void 0!==c&&c!==this||void 0===c&&b.__shady_native_parentNode!==this)throw Error("Failed to execute 'insertBefore' on 'Node': The node before which the new node is to be inserted is not a child of this node.");}if(b===a)return a;Zb(this,a);var d=[],e=(c=$b(this))?c.host.localName:Qb(this),f=a.__shady_parentNode;if(f){var g=Qb(a);var h=!!c||!$b(a)||Tb&&void 0!==this.__noInsertionPoint;f.__shady_removeChild(a,h)}f=!0;var k=(!Tb||void 0===a.__noInsertionPoint&&void 0===
67
+ this.__noInsertionPoint)&&!Pb(a,e),l=c&&!a.__noInsertionPoint&&(!Tb||a.nodeType===Node.DOCUMENT_FRAGMENT_NODE);if(l||k)k&&(g=g||Qb(a)),Rb(a,function(m){l&&"slot"===m.localName&&d.push(m);if(k){var q=g;F()&&(q&&Ob(m,q),(q=F())&&q.scopeNode(m,e))}});d.length&&(ac(c),c.i.push.apply(c.i,p(d)),G(c));w(this)&&(bc(a,this,b),h=t(this),h.root?(f=!1,ia(this)&&G(h.root)):c&&"slot"===this.localName&&(f=!1,G(c)));f?(c=x(this)?this.host:this,b?(b=Yb(b),c.__shady_native_insertBefore(a,b)):c.__shady_native_appendChild(a)):
68
+ a.ownerDocument!==this.ownerDocument&&this.ownerDocument.adoptNode(a);return a},appendChild:function(a){if(this!=a||!x(a))return this.__shady_insertBefore(a)},removeChild:function(a,b){b=void 0===b?!1:b;if(this.ownerDocument!==Sb)return this.__shady_native_removeChild(a);if(a.__shady_parentNode!==this)throw Error("The node to be removed is not a child of this node: "+a);Zb(this,null,a);var c=$b(a),d=c&&cc(c,a),e=t(this);if(w(this)&&(dc(a,this),ia(this))){G(e.root);var f=!0}if(F()&&!b&&c&&a.nodeType!==
69
+ Node.TEXT_NODE){var g=Qb(a);Rb(a,function(h){Ob(h,g)})}Xb(a);c&&((b="slot"===this.localName)&&(f=!0),(d||b)&&G(c));f||(f=x(this)?this.host:this,(!e.root&&"slot"!==a.localName||f===a.__shady_native_parentNode)&&f.__shady_native_removeChild(a));return a},replaceChild:function(a,b){this.__shady_insertBefore(a,b);this.__shady_removeChild(b);return a},cloneNode:function(a){if("template"==this.localName)return this.__shady_native_cloneNode(a);var b=this.__shady_native_cloneNode(!1);if(a&&b.nodeType!==Node.ATTRIBUTE_NODE){a=
70
+ this.__shady_firstChild;for(var c;a;a=a.__shady_nextSibling)c=a.__shady_cloneNode(!0),b.__shady_appendChild(c)}return b},getRootNode:function(a){if(this&&this.nodeType){var b=r(this),c=b.ba;void 0===c&&(x(this)?(c=this,b.ba=c):(c=(c=this.__shady_parentNode)?c.__shady_getRootNode(a):this,document.documentElement.__shady_native_contains(this)&&(b.ba=c)));return c}},contains:function(a){return qa(this,a)}});var gc=A({get assignedSlot(){var a=this.__shady_parentNode;(a=a&&a.__shady_shadowRoot)&&fc(a);return(a=t(this))&&a.assignedSlot||null}});function hc(a,b,c){var d=[];ic(a,b,c,d);return d}function ic(a,b,c,d){for(a=a.__shady_firstChild;a;a=a.__shady_nextSibling){var e;if(e=a.nodeType===Node.ELEMENT_NODE){e=a;var f=b,g=c,h=d,k=f(e);k&&h.push(e);g&&g(k)?e=k:(ic(e,f,g,h),e=void 0)}if(e)break}}
71
+ var jc={get firstElementChild(){var a=t(this);if(a&&void 0!==a.firstChild){for(a=this.__shady_firstChild;a&&a.nodeType!==Node.ELEMENT_NODE;)a=a.__shady_nextSibling;return a}return this.__shady_native_firstElementChild},get lastElementChild(){var a=t(this);if(a&&void 0!==a.lastChild){for(a=this.__shady_lastChild;a&&a.nodeType!==Node.ELEMENT_NODE;)a=a.__shady_previousSibling;return a}return this.__shady_native_lastElementChild},get children(){return w(this)?ra(Array.prototype.filter.call(ta(this),function(a){return a.nodeType===
72
+ Node.ELEMENT_NODE})):this.__shady_native_children},get childElementCount(){var a=this.__shady_children;return a?a.length:0}},kc=A((jc.append=function(a){for(var b=[],c=0;c<arguments.length;++c)b[c]=arguments[c];this.__shady_insertBefore(B.apply(null,p(b)),null)},jc.prepend=function(a){for(var b=[],c=0;c<arguments.length;++c)b[c]=arguments[c];this.__shady_insertBefore(B.apply(null,p(b)),this.__shady_firstChild)},jc.replaceChildren=function(a){for(var b=[],c=0;c<arguments.length;++c)b[c]=arguments[c];
73
+ for(;null!==(c=this.__shady_firstChild);)this.__shady_removeChild(c);this.__shady_insertBefore(B.apply(null,p(b)),null)},jc)),lc=A({querySelector:function(a){return hc(this,function(b){return ka.call(b,a)},function(b){return!!b})[0]||null},querySelectorAll:function(a,b){if(b){b=Array.prototype.slice.call(this.__shady_native_querySelectorAll(a));var c=this.__shady_getRootNode();return ra(b.filter(function(d){return d.__shady_getRootNode()==c}))}return ra(hc(this,function(d){return ka.call(d,a)}))}}),
74
+ mc=u.O&&!u.s?wa({},kc):kc;wa(kc,lc);/*
75
+
76
+ Copyright (c) 2020 The Polymer Project Authors. All rights reserved.
77
+ This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
78
+ The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
79
+ The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
80
+ Code distributed by Google as part of the polymer project is also
81
+ subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
82
+ */
83
+ var nc=A({after:function(a){for(var b=[],c=0;c<arguments.length;++c)b[c]=arguments[c];c=this.__shady_parentNode;if(null!==c){var d=this.__shady_nextSibling;c.__shady_insertBefore(B.apply(null,p(b)),d)}},before:function(a){for(var b=[],c=0;c<arguments.length;++c)b[c]=arguments[c];c=this.__shady_parentNode;null!==c&&c.__shady_insertBefore(B.apply(null,p(b)),this)},remove:function(){var a=this.__shady_parentNode;null!==a&&a.__shady_removeChild(this)},replaceWith:function(a){for(var b=[],c=0;c<arguments.length;++c)b[c]=
84
+ arguments[c];c=this.__shady_parentNode;if(null!==c){var d=this.__shady_nextSibling;c.__shady_removeChild(this);c.__shady_insertBefore(B.apply(null,p(b)),d)}}});var oc=window.document;function pc(a,b){if("slot"===b)a=a.__shady_parentNode,ia(a)&&G(t(a).root);else if("slot"===a.localName&&"name"===b&&(b=$b(a))){if(b.g){qc(b);var c=a.ya,d=rc(a);if(d!==c){c=b.h[c];var e=c.indexOf(a);0<=e&&c.splice(e,1);c=b.h[d]||(b.h[d]=[]);c.push(a);1<c.length&&(b.h[d]=sc(c))}}G(b)}}
85
+ var tc=A({get previousElementSibling(){var a=t(this);if(a&&void 0!==a.previousSibling){for(a=this.__shady_previousSibling;a&&a.nodeType!==Node.ELEMENT_NODE;)a=a.__shady_previousSibling;return a}return this.__shady_native_previousElementSibling},get nextElementSibling(){var a=t(this);if(a&&void 0!==a.nextSibling){for(a=this.__shady_nextSibling;a&&a.nodeType!==Node.ELEMENT_NODE;)a=a.__shady_nextSibling;return a}return this.__shady_native_nextElementSibling},get slot(){return this.getAttribute("slot")},
86
+ set slot(a){this.__shady_setAttribute("slot",a)},get className(){return this.getAttribute("class")||""},set className(a){this.__shady_setAttribute("class",a)},setAttribute:function(a,b){this.ownerDocument!==oc?this.__shady_native_setAttribute(a,b):Nb(this,a,b)||(this.__shady_native_setAttribute(a,b),pc(this,a))},removeAttribute:function(a){this.ownerDocument!==oc?this.__shady_native_removeAttribute(a):Nb(this,a,"")?""===this.getAttribute(a)&&this.__shady_native_removeAttribute(a):(this.__shady_native_removeAttribute(a),
87
+ pc(this,a))}});u.O||Fb.forEach(function(a){tc[a]=Hb(a)});
88
+ var yc=A({attachShadow:function(a){if(!this)throw Error("Must provide a host.");if(!a)throw Error("Not enough arguments.");if(a.shadyUpgradeFragment&&!u.va){var b=a.shadyUpgradeFragment;b.__proto__=ShadowRoot.prototype;uc(b,this,a);vc(b,b);a=b.__noInsertionPoint?null:b.querySelectorAll("slot");b.__noInsertionPoint=void 0;if(a&&a.length){var c=b;ac(c);c.i.push.apply(c.i,p(a));G(b)}b.host.__shady_native_appendChild(b)}else b=new wc(xc,this,a);return this.__CE_shadowRoot=b},get shadowRoot(){var a=t(this);
89
+ return a&&a.Ka||null}});wa(tc,yc);var zc=document.implementation.createHTMLDocument("inert"),Ac=A({get innerHTML(){return w(this)?Na("template"===this.localName?this.content:this,ta):this.__shady_native_innerHTML},set innerHTML(a){if("template"===this.localName)this.__shady_native_innerHTML=a;else{Wb(this);var b=this.localName||"div";b=this.namespaceURI&&this.namespaceURI!==zc.namespaceURI?zc.createElementNS(this.namespaceURI,b):zc.createElement(b);for(u.m?b.__shady_native_innerHTML=a:b.innerHTML=a;a=b.__shady_firstChild;)this.__shady_insertBefore(a)}}});var Bc=A({blur:function(){var a=t(this);(a=(a=a&&a.root)&&a.activeElement)?a.__shady_blur():this.__shady_native_blur()}});u.O||Gb.forEach(function(a){Bc[a]=Hb(a)});var Cc=A({assignedNodes:function(a){if("slot"===this.localName){var b=this.__shady_getRootNode();b&&x(b)&&fc(b);return(b=t(this))?(a&&a.flatten?b.L:b.assignedNodes)||[]:[]}},addEventListener:function(a,b,c){if("slot"!==this.localName||"slotchange"===a)xb.call(this,a,b,c);else{"object"!==typeof c&&(c={capture:!!c});var d=this.__shady_parentNode;if(!d)throw Error("ShadyDOM cannot attach event to slot unless it has a `parentNode`");c.G=this;d.__shady_addEventListener(a,b,c)}},removeEventListener:function(a,
90
+ b,c){if("slot"!==this.localName||"slotchange"===a)yb.call(this,a,b,c);else{"object"!==typeof c&&(c={capture:!!c});var d=this.__shady_parentNode;if(!d)throw Error("ShadyDOM cannot attach event to slot unless it has a `parentNode`");c.G=this;d.__shady_removeEventListener(a,b,c)}}});var Dc=A({getElementById:function(a){return""===a?null:hc(this,function(b){return b.id==a},function(b){return!!b})[0]||null}});function Ec(a,b){for(var c;b&&!a.has(c=b.__shady_getRootNode());)b=c.host;return b}function Fc(a){var b=new Set;for(b.add(a);x(a)&&a.host;)a=a.host.__shady_getRootNode(),b.add(a);return b}
91
+ var Gc="__shady_native_"+ha(),Hc=A({get activeElement(){var a=u.m?document.__shady_native_activeElement:document.activeElement;if(!a||!a.nodeType)return null;var b=!!x(this);if(!(this===document||b&&this.host!==a&&this.host.__shady_native_contains(a)))return null;for(b=$b(a);b&&b!==this;)a=b.host,b=$b(a);return this===document?b?null:a:b===this?a:null},elementsFromPoint:function(a,b){a=[].slice.call(document[Gc](a,b));b=Fc(this);for(var c=new Set,d=0;d<a.length;d++)c.add(Ec(b,a[d]));var e=[];c.forEach(function(f){return e.push(f)});
92
+ return e},elementFromPoint:function(a,b){return this.__shady_elementsFromPoint(a,b)[0]||null}});var Ic=window.document,Jc=A({importNode:function(a,b){if(a.ownerDocument!==Ic||"template"===a.localName)return this.__shady_native_importNode(a,b);var c=this.__shady_native_importNode(a,!1);if(b)for(a=a.__shady_firstChild;a;a=a.__shady_nextSibling)b=this.__shady_importNode(a,!0),c.__shady_appendChild(b);return c}});var Kc=A({dispatchEvent:vb,addEventListener:xb.bind(window),removeEventListener:yb.bind(window)});var Lc={};Object.getOwnPropertyDescriptor(HTMLElement.prototype,"parentElement")&&(Lc.parentElement=ec.parentElement);Object.getOwnPropertyDescriptor(HTMLElement.prototype,"contains")&&(Lc.contains=ec.contains);Object.getOwnPropertyDescriptor(HTMLElement.prototype,"children")&&(Lc.children=kc.children);Object.getOwnPropertyDescriptor(HTMLElement.prototype,"innerHTML")&&(Lc.innerHTML=Ac.innerHTML);Object.getOwnPropertyDescriptor(HTMLElement.prototype,"className")&&(Lc.className=tc.className);
93
+ var H={EventTarget:[Lb],Node:[ec,window.EventTarget?null:Lb],Text:[gc],Comment:[gc],CDATASection:[gc],ProcessingInstruction:[gc],Element:[tc,kc,nc,gc,!u.m||"innerHTML"in Element.prototype?Ac:null,window.HTMLSlotElement?null:Cc],HTMLElement:[Bc,Lc],HTMLSlotElement:[Cc],DocumentFragment:[mc,Dc],Document:[Jc,mc,Dc,Hc],Window:[Kc],CharacterData:[nc]},Mc=u.m?null:["innerHTML","textContent"];function I(a,b,c,d){b.forEach(function(e){return a&&e&&z(a,e,c,d)})}
94
+ function Nc(a){var b=a?null:Mc,c;for(c in H)I(window[c]&&window[c].prototype,H[c],a,b)}["Text","Comment","CDATASection","ProcessingInstruction"].forEach(function(a){var b=window[a],c=Object.create(b.prototype);c.__shady_protoIsPatched=!0;I(c,H.EventTarget);I(c,H.Node);H[a]&&I(c,H[a]);b.prototype.__shady_patchedProto=c});function Oc(a){a.__shady_protoIsPatched=!0;I(a,H.EventTarget);I(a,H.Node);I(a,H.Element);I(a,H.HTMLElement);I(a,H.HTMLSlotElement);return a};var Pc=u.ja,Qc=u.m;function Rc(a,b){if(Pc&&!a.__shady_protoIsPatched&&!x(a)){var c=Object.getPrototypeOf(a),d=c.hasOwnProperty("__shady_patchedProto")&&c.__shady_patchedProto;d||(d=Object.create(c),Oc(d),c.__shady_patchedProto=d);Object.setPrototypeOf(a,d)}Qc||(1===b?db(a):2===b&&eb(a))}
95
+ function Sc(a,b,c,d){Rc(a,1);d=d||null;var e=r(a),f=d?r(d):null;e.previousSibling=d?f.previousSibling:b.__shady_lastChild;if(f=t(e.previousSibling))f.nextSibling=a;if(f=t(e.nextSibling=d))f.previousSibling=a;e.parentNode=b;d?d===c.firstChild&&(c.firstChild=a):(c.lastChild=a,c.firstChild||(c.firstChild=a));c.childNodes=null}
96
+ function bc(a,b,c){Rc(b,2);var d=r(b);void 0!==d.firstChild&&(d.childNodes=null);if(a.nodeType===Node.DOCUMENT_FRAGMENT_NODE)for(a=a.__shady_native_firstChild;a;a=a.__shady_native_nextSibling)Sc(a,b,d,c);else Sc(a,b,d,c)}
97
+ function dc(a,b){var c=r(a);b=r(b);a===b.firstChild&&(b.firstChild=c.nextSibling);a===b.lastChild&&(b.lastChild=c.previousSibling);a=c.previousSibling;var d=c.nextSibling;a&&(r(a).nextSibling=d);d&&(r(d).previousSibling=a);c.parentNode=c.previousSibling=c.nextSibling=void 0;void 0!==b.childNodes&&(b.childNodes=null)}
98
+ function vc(a,b){var c=r(a);if(b||void 0===c.firstChild){c.childNodes=null;var d=c.firstChild=a.__shady_native_firstChild;c.lastChild=a.__shady_native_lastChild;Rc(a,2);c=d;for(d=void 0;c;c=c.__shady_native_nextSibling){var e=r(c);e.parentNode=b||a;e.nextSibling=c.__shady_native_nextSibling;e.previousSibling=d||null;d=c;Rc(c,1)}}};var Tc=A({addEventListener:function(a,b,c){"object"!==typeof c&&(c={capture:!!c});c.G=c.G||this;this.host.__shady_addEventListener(a,b,c)},removeEventListener:function(a,b,c){"object"!==typeof c&&(c={capture:!!c});c.G=c.G||this;this.host.__shady_removeEventListener(a,b,c)}});function Uc(a,b){z(a,Tc,b);z(a,Hc,b);z(a,Ac,b);z(a,kc,b);u.s&&!b?(z(a,ec,b),z(a,Dc,b)):u.m||(z(a,ab),z(a,Ya),z(a,Za))};var xc={},J=u.deferConnectionCallbacks&&"loading"===document.readyState,Vc;function Wc(a){var b=[];do b.unshift(a);while(a=a.__shady_parentNode);return b}function wc(a,b,c){if(a!==xc)throw new TypeError("Illegal constructor");this.g=null;uc(this,b,c)}
99
+ function uc(a,b,c){a.host=b;a.mode=c&&c.mode;vc(a.host);b=r(a.host);b.root=a;b.Ka="closed"!==a.mode?a:null;b=r(a);b.firstChild=b.lastChild=b.parentNode=b.nextSibling=b.previousSibling=null;if(u.preferPerformance)for(;b=a.host.__shady_native_firstChild;)a.host.__shady_native_removeChild(b);else G(a)}function G(a){a.K||(a.K=!0,Aa(function(){return fc(a)}))}
100
+ function fc(a){var b;if(b=a.K){for(var c;a;)a:{a.K&&(c=a),b=a;a=b.host.__shady_getRootNode();if(x(a)&&(b=t(b.host))&&0<b.S)break a;a=void 0}b=c}(c=b)&&c._renderSelf()}
101
+ wc.prototype._renderSelf=function(){var a=J;J=!0;this.K=!1;if(this.g){qc(this);for(var b=0,c;b<this.g.length;b++){c=this.g[b];var d=t(c),e=d.assignedNodes;d.assignedNodes=[];d.L=[];if(d.oa=e)for(d=0;d<e.length;d++){var f=t(e[d]);f.ea=f.assignedSlot;f.assignedSlot===c&&(f.assignedSlot=null)}}for(b=this.host.__shady_firstChild;b;b=b.__shady_nextSibling)Xc(this,b);for(b=0;b<this.g.length;b++){c=this.g[b];e=t(c);if(!e.assignedNodes.length)for(d=c.__shady_firstChild;d;d=d.__shady_nextSibling)Xc(this,d,
102
+ c);(d=(d=t(c.__shady_parentNode))&&d.root)&&(ja(d)||d.K)&&d._renderSelf();Yc(this,e.L,e.assignedNodes);if(d=e.oa){for(f=0;f<d.length;f++)t(d[f]).ea=null;e.oa=null;d.length>e.assignedNodes.length&&(e.ga=!0)}e.ga&&(e.ga=!1,Zc(this,c))}c=this.g;b=[];for(e=0;e<c.length;e++)d=c[e].__shady_parentNode,(f=t(d))&&f.root||!(0>b.indexOf(d))||b.push(d);for(c=0;c<b.length;c++){f=b[c];e=f===this?this.host:f;d=[];for(f=f.__shady_firstChild;f;f=f.__shady_nextSibling)if("slot"==f.localName)for(var g=t(f).L,h=0;h<
103
+ g.length;h++)d.push(g[h]);else d.push(f);f=sa(e);g=Jb(d,d.length,f,f.length);for(var k=h=0,l=void 0;h<g.length&&(l=g[h]);h++){for(var m=0,q=void 0;m<l.P.length&&(q=l.P[m]);m++)q.__shady_native_parentNode===e&&e.__shady_native_removeChild(q),f.splice(l.index+k,1);k-=l.X}k=0;for(l=void 0;k<g.length&&(l=g[k]);k++)for(h=f[l.index],m=l.index;m<l.index+l.X;m++)q=d[m],e.__shady_native_insertBefore(q,h),f.splice(m,0,q)}}if(!u.preferPerformance&&!this.na)for(b=this.host.__shady_firstChild;b;b=b.__shady_nextSibling)c=
104
+ t(b),b.__shady_native_parentNode!==this.host||"slot"!==b.localName&&c.assignedSlot||this.host.__shady_native_removeChild(b);this.na=!0;J=a;Vc&&Vc()};function Xc(a,b,c){var d=r(b),e=d.ea;d.ea=null;c||(c=(a=a.h[b.__shady_slot||"__catchall"])&&a[0]);c?(r(c).assignedNodes.push(b),d.assignedSlot=c):d.assignedSlot=void 0;e!==d.assignedSlot&&d.assignedSlot&&(r(d.assignedSlot).ga=!0)}
105
+ function Yc(a,b,c){for(var d=0,e=void 0;d<c.length&&(e=c[d]);d++)if("slot"==e.localName){var f=t(e).assignedNodes;f&&f.length&&Yc(a,b,f)}else b.push(c[d])}function Zc(a,b){b.__shady_native_dispatchEvent(new Event("slotchange"));b=t(b);b.assignedSlot&&Zc(a,b.assignedSlot)}function ac(a){a.i=a.i||[];a.g=a.g||[];a.h=a.h||{}}
106
+ function qc(a){if(a.i&&a.i.length){for(var b=a.i,c,d=0;d<b.length;d++){var e=b[d];vc(e);var f=e.__shady_parentNode;vc(f);f=t(f);f.S=(f.S||0)+1;f=rc(e);a.h[f]?(c=c||{},c[f]=!0,a.h[f].push(e)):a.h[f]=[e];a.g.push(e)}if(c)for(var g in c)a.h[g]=sc(a.h[g]);a.i=[]}}function rc(a){var b=a.name||a.getAttribute("name")||"__catchall";return a.ya=b}
107
+ function sc(a){return a.sort(function(b,c){b=Wc(b);for(var d=Wc(c),e=0;e<b.length;e++){c=b[e];var f=d[e];if(c!==f)return b=ta(c.__shady_parentNode),b.indexOf(c)-b.indexOf(f)}})}
108
+ function cc(a,b){if(a.g){qc(a);var c=a.h,d;for(d in c)for(var e=c[d],f=0;f<e.length;f++){var g=e[f];if(qa(b,g)){e.splice(f,1);var h=a.g.indexOf(g);0<=h&&(a.g.splice(h,1),(h=t(g.__shady_parentNode))&&h.S&&h.S--);f--;g=t(g);if(h=g.L)for(var k=0;k<h.length;k++){var l=h[k],m=l.__shady_native_parentNode;m&&m.__shady_native_removeChild(l)}g.L=[];g.assignedNodes=[];h=!0}}return h}}function ja(a){qc(a);return!(!a.g||!a.g.length)}
109
+ (function(a){a.__proto__=DocumentFragment.prototype;Uc(a,"__shady_");Uc(a);Object.defineProperties(a,{nodeType:{value:Node.DOCUMENT_FRAGMENT_NODE,configurable:!0},nodeName:{value:"#document-fragment",configurable:!0},nodeValue:{value:null,configurable:!0}});["localName","namespaceURI","prefix"].forEach(function(b){Object.defineProperty(a,b,{value:void 0,configurable:!0})});["ownerDocument","baseURI","isConnected"].forEach(function(b){Object.defineProperty(a,b,{get:function(){return this.host[b]},
110
+ configurable:!0})})})(wc.prototype);
111
+ if(window.customElements&&window.customElements.define&&u.ha&&!u.preferPerformance){var $c=new Map;Vc=function(){var a=[];$c.forEach(function(d,e){a.push([e,d])});$c.clear();for(var b=0;b<a.length;b++){var c=a[b][0];a[b][1]?c.__shadydom_connectedCallback():c.__shadydom_disconnectedCallback()}};J&&document.addEventListener("readystatechange",function(){J=!1;Vc()},{once:!0});var ad=function(a,b,c){var d=0,e="__isConnected"+d++;if(b||c)a.prototype.connectedCallback=a.prototype.__shadydom_connectedCallback=
112
+ function(){J?$c.set(this,!0):this[e]||(this[e]=!0,b&&b.call(this))},a.prototype.disconnectedCallback=a.prototype.__shadydom_disconnectedCallback=function(){J?this.isConnected||$c.set(this,!1):this[e]&&(this[e]=!1,c&&c.call(this))};return a},bd=window.customElements.define,cd=function(a,b){var c=b.prototype.connectedCallback,d=b.prototype.disconnectedCallback;bd.call(window.customElements,a,ad(b,c,d));b.prototype.connectedCallback=c;b.prototype.disconnectedCallback=d};window.customElements.define=
113
+ cd;Object.defineProperty(window.CustomElementRegistry.prototype,"define",{value:cd,configurable:!0})}function $b(a){a=a.__shady_getRootNode();if(x(a))return a};function dd(a){this.node=a}n=dd.prototype;n.addEventListener=function(a,b,c){return this.node.__shady_addEventListener(a,b,c)};n.removeEventListener=function(a,b,c){return this.node.__shady_removeEventListener(a,b,c)};n.appendChild=function(a){return this.node.__shady_appendChild(a)};n.insertBefore=function(a,b){return this.node.__shady_insertBefore(a,b)};n.removeChild=function(a){return this.node.__shady_removeChild(a)};n.replaceChild=function(a,b){return this.node.__shady_replaceChild(a,b)};
99
114
  n.cloneNode=function(a){return this.node.__shady_cloneNode(a)};n.getRootNode=function(a){return this.node.__shady_getRootNode(a)};n.contains=function(a){return this.node.__shady_contains(a)};n.dispatchEvent=function(a){return this.node.__shady_dispatchEvent(a)};n.setAttribute=function(a,b){this.node.__shady_setAttribute(a,b)};n.getAttribute=function(a){return this.node.__shady_native_getAttribute(a)};n.removeAttribute=function(a){this.node.__shady_removeAttribute(a)};n.attachShadow=function(a){return this.node.__shady_attachShadow(a)};
100
- n.focus=function(){this.node.__shady_native_focus()};n.blur=function(){this.node.__shady_blur()};n.importNode=function(a,b){if(this.node.nodeType===Node.DOCUMENT_NODE)return this.node.__shady_importNode(a,b)};n.getElementById=function(a){if(this.node.nodeType===Node.DOCUMENT_NODE)return this.node.__shady_getElementById(a)};n.querySelector=function(a){return this.node.__shady_querySelector(a)};n.querySelectorAll=function(a,b){return this.node.__shady_querySelectorAll(a,b)};
101
- n.assignedNodes=function(a){if("slot"===this.node.localName)return this.node.__shady_assignedNodes(a)};
102
- da.Object.defineProperties(Vc.prototype,{activeElement:{configurable:!0,enumerable:!0,get:function(){if(v(this.node)||this.node.nodeType===Node.DOCUMENT_NODE)return this.node.__shady_activeElement}},_activeElement:{configurable:!0,enumerable:!0,get:function(){return this.activeElement}},host:{configurable:!0,enumerable:!0,get:function(){if(v(this.node))return this.node.host}},parentNode:{configurable:!0,enumerable:!0,get:function(){return this.node.__shady_parentNode}},firstChild:{configurable:!0,
115
+ n.focus=function(){this.node.__shady_native_focus()};n.blur=function(){this.node.__shady_blur()};n.importNode=function(a,b){if(this.node.nodeType===Node.DOCUMENT_NODE)return this.node.__shady_importNode(a,b)};n.getElementById=function(a){if(this.node.nodeType===Node.DOCUMENT_NODE)return this.node.__shady_getElementById(a)};n.elementsFromPoint=function(a,b){return this.node.__shady_elementsFromPoint(a,b)};n.elementFromPoint=function(a,b){return this.node.__shady_elementFromPoint(a,b)};
116
+ n.querySelector=function(a){return this.node.__shady_querySelector(a)};n.querySelectorAll=function(a,b){return this.node.__shady_querySelectorAll(a,b)};n.assignedNodes=function(a){if("slot"===this.node.localName)return this.node.__shady_assignedNodes(a)};n.append=function(a){for(var b=[],c=0;c<arguments.length;++c)b[c]=arguments[c];return this.node.__shady_append.apply(this.node,p(b))};
117
+ n.prepend=function(a){for(var b=[],c=0;c<arguments.length;++c)b[c]=arguments[c];return this.node.__shady_prepend.apply(this.node,p(b))};n.after=function(a){for(var b=[],c=0;c<arguments.length;++c)b[c]=arguments[c];return this.node.__shady_after.apply(this.node,p(b))};n.before=function(a){for(var b=[],c=0;c<arguments.length;++c)b[c]=arguments[c];return this.node.__shady_before.apply(this.node,p(b))};n.remove=function(){return this.node.__shady_remove()};
118
+ n.replaceWith=function(a){for(var b=[],c=0;c<arguments.length;++c)b[c]=arguments[c];return this.node.__shady_replaceWith.apply(this.node,p(b))};
119
+ da.Object.defineProperties(dd.prototype,{activeElement:{configurable:!0,enumerable:!0,get:function(){if(x(this.node)||this.node.nodeType===Node.DOCUMENT_NODE)return this.node.__shady_activeElement}},_activeElement:{configurable:!0,enumerable:!0,get:function(){return this.activeElement}},host:{configurable:!0,enumerable:!0,get:function(){if(x(this.node))return this.node.host}},parentNode:{configurable:!0,enumerable:!0,get:function(){return this.node.__shady_parentNode}},firstChild:{configurable:!0,
103
120
  enumerable:!0,get:function(){return this.node.__shady_firstChild}},lastChild:{configurable:!0,enumerable:!0,get:function(){return this.node.__shady_lastChild}},nextSibling:{configurable:!0,enumerable:!0,get:function(){return this.node.__shady_nextSibling}},previousSibling:{configurable:!0,enumerable:!0,get:function(){return this.node.__shady_previousSibling}},childNodes:{configurable:!0,enumerable:!0,get:function(){return this.node.__shady_childNodes}},parentElement:{configurable:!0,enumerable:!0,
104
121
  get:function(){return this.node.__shady_parentElement}},firstElementChild:{configurable:!0,enumerable:!0,get:function(){return this.node.__shady_firstElementChild}},lastElementChild:{configurable:!0,enumerable:!0,get:function(){return this.node.__shady_lastElementChild}},nextElementSibling:{configurable:!0,enumerable:!0,get:function(){return this.node.__shady_nextElementSibling}},previousElementSibling:{configurable:!0,enumerable:!0,get:function(){return this.node.__shady_previousElementSibling}},
105
122
  children:{configurable:!0,enumerable:!0,get:function(){return this.node.__shady_children}},childElementCount:{configurable:!0,enumerable:!0,get:function(){return this.node.__shady_childElementCount}},shadowRoot:{configurable:!0,enumerable:!0,get:function(){return this.node.__shady_shadowRoot}},assignedSlot:{configurable:!0,enumerable:!0,get:function(){return this.node.__shady_assignedSlot}},isConnected:{configurable:!0,enumerable:!0,get:function(){return this.node.__shady_isConnected}},innerHTML:{configurable:!0,
106
- enumerable:!0,get:function(){return this.node.__shady_innerHTML},set:function(a){this.node.__shady_innerHTML=a}},textContent:{configurable:!0,enumerable:!0,get:function(){return this.node.__shady_textContent},set:function(a){this.node.__shady_textContent=a}},slot:{configurable:!0,enumerable:!0,get:function(){return this.node.__shady_slot},set:function(a){this.node.__shady_slot=a}},className:{configurable:!0,enumerable:!0,get:function(){return this.node.__shady_className},set:function(a){return this.node.__shady_className=
107
- a}}});function Wc(a){Object.defineProperty(Vc.prototype,a,{get:function(){return this.node["__shady_"+a]},set:function(b){this.node["__shady_"+a]=b},configurable:!0})}Eb.forEach(function(a){return Wc(a)});Fb.forEach(function(a){return Wc(a)});var Xc=new WeakMap;function Yc(a){if(v(a)||a instanceof Vc)return a;var b=Xc.get(a);b||(b=new Vc(a),Xc.set(a,b));return b};if(t.ca){var Zc=t.h?function(a){return a}:function(a){db(a);cb(a);return a},ShadyDOM={inUse:t.ca,patch:Zc,isShadyRoot:v,enqueue:za,flush:Aa,flushInitial:function(a){!a.ia&&a.F&&dc(a)},settings:t,filterMutations:Fa,observeChildren:Da,unobserveChildren:Ea,deferConnectionCallbacks:t.deferConnectionCallbacks,preferPerformance:t.preferPerformance,handlesDynamicScoping:!0,wrap:t.j?Yc:Zc,wrapIfNeeded:!0===t.j?Yc:function(a){return a},Wrapper:Vc,composedPath:mb,noPatch:t.j,patchOnDemand:t.ea,nativeMethods:Oa,
108
- nativeTree:Pa,patchElementProto:Fc};window.ShadyDOM=ShadyDOM;Wa();Ec("__shady_");Object.defineProperty(document,"_activeElement",zc.activeElement);y(Window.prototype,Cc,"__shady_");t.j?t.ea&&y(Element.prototype,tc):(Ec(),Db());yb();window.Event=Ab;window.CustomEvent=Bb;window.MouseEvent=Cb;window.ShadowRoot=rc};/*
109
-
110
- Copyright (c) 2020 The Polymer Project Authors. All rights reserved.
111
- This code may only be used under the BSD style license found at
112
- http://polymer.github.io/LICENSE.txt The complete set of authors may be found
113
- at http://polymer.github.io/AUTHORS.txt The complete set of contributors may
114
- be found at http://polymer.github.io/CONTRIBUTORS.txt Code distributed by
115
- Google as part of the polymer project is also subject to an additional IP
116
- rights grant found at http://polymer.github.io/PATENTS.txt
117
- */
118
- /*
123
+ enumerable:!0,get:function(){return this.node.__shady_innerHTML},set:function(a){this.node.__shady_innerHTML=a}},textContent:{configurable:!0,enumerable:!0,get:function(){return this.node.__shady_textContent},set:function(a){this.node.__shady_textContent=a}},slot:{configurable:!0,enumerable:!0,get:function(){return this.node.__shady_slot},set:function(a){this.node.__shady_slot=a}},className:{configurable:!0,enumerable:!0,get:function(){return this.node.__shady_className},set:function(a){this.node.__shady_className=
124
+ a}}});function ed(a){Object.defineProperty(dd.prototype,a,{get:function(){return this.node["__shady_"+a]},set:function(b){this.node["__shady_"+a]=b},configurable:!0})}Fb.forEach(function(a){return ed(a)});Gb.forEach(function(a){return ed(a)});var fd=new WeakMap;function gd(a){if(x(a)||a instanceof dd)return a;var b=fd.get(a);b||(b=new dd(a),fd.set(a,b));return b};if(u.ha){var hd=u.m?function(a){return a}:function(a){eb(a);db(a);return a},ShadyDOM={inUse:u.ha,patch:hd,isShadyRoot:x,enqueue:Aa,flush:Ba,flushInitial:function(a){!a.na&&a.K&&fc(a)},settings:u,filterMutations:Ga,observeChildren:Ea,unobserveChildren:Fa,deferConnectionCallbacks:u.deferConnectionCallbacks,preferPerformance:u.preferPerformance,handlesDynamicScoping:!0,wrap:u.s?gd:hd,wrapIfNeeded:!0===u.s?gd:function(a){return a},Wrapper:dd,composedPath:nb,noPatch:u.s,patchOnDemand:u.ja,nativeMethods:Pa,
125
+ nativeTree:Qa,patchElementProto:Oc};window.ShadyDOM=ShadyDOM;Xa();Nc("__shady_");Object.defineProperty(document,"_activeElement",Hc.activeElement);z(Window.prototype,Kc,"__shady_");u.s?u.ja&&z(Element.prototype,yc):(Nc(),Eb());zb();window.Event=Bb;window.CustomEvent=Cb;window.MouseEvent=Db;window.ShadowRoot=wc};/*
119
126
 
120
127
  Copyright (c) 2016 The Polymer Project Authors. All rights reserved.
121
128
  This code may only be used under the BSD style license found at
@@ -125,39 +132,39 @@ nativeTree:Pa,patchElementProto:Fc};window.ShadyDOM=ShadyDOM;Wa();Ec("__shady_")
125
132
  Google as part of the polymer project is also subject to an additional IP
126
133
  rights grant found at http://polymer.github.io/PATENTS.txt
127
134
  */
128
- var $c=window.Document.prototype.createElement,ad=window.Document.prototype.createElementNS,bd=window.Document.prototype.importNode,cd=window.Document.prototype.prepend,dd=window.Document.prototype.append,ed=window.DocumentFragment.prototype.prepend,fd=window.DocumentFragment.prototype.append,gd=window.Node.prototype.cloneNode,hd=window.Node.prototype.appendChild,id=window.Node.prototype.insertBefore,jd=window.Node.prototype.removeChild,kd=window.Node.prototype.replaceChild,ld=Object.getOwnPropertyDescriptor(window.Node.prototype,
129
- "textContent"),md=window.Element.prototype.attachShadow,nd=Object.getOwnPropertyDescriptor(window.Element.prototype,"innerHTML"),od=window.Element.prototype.getAttribute,pd=window.Element.prototype.setAttribute,qd=window.Element.prototype.removeAttribute,rd=window.Element.prototype.getAttributeNS,sd=window.Element.prototype.setAttributeNS,td=window.Element.prototype.removeAttributeNS,ud=window.Element.prototype.insertAdjacentElement,vd=window.Element.prototype.insertAdjacentHTML,wd=window.Element.prototype.prepend,
130
- xd=window.Element.prototype.append,yd=window.Element.prototype.before,zd=window.Element.prototype.after,Ad=window.Element.prototype.replaceWith,Bd=window.Element.prototype.remove,Cd=window.HTMLElement,Dd=Object.getOwnPropertyDescriptor(window.HTMLElement.prototype,"innerHTML"),Ed=window.HTMLElement.prototype.insertAdjacentElement,Fd=window.HTMLElement.prototype.insertAdjacentHTML;var Gd=new Set;"annotation-xml color-profile font-face font-face-src font-face-uri font-face-format font-face-name missing-glyph".split(" ").forEach(function(a){return Gd.add(a)});function Hd(a){var b=Gd.has(a);a=/^[a-z][.0-9_a-z]*-[-.0-9_a-z]*$/.test(a);return!b&&a}var Id=document.contains?document.contains.bind(document):document.documentElement.contains.bind(document.documentElement);
131
- function L(a){var b=a.isConnected;if(void 0!==b)return b;if(Id(a))return!0;for(;a&&!(a.__CE_isImportDocument||a instanceof Document);)a=a.parentNode||(window.ShadowRoot&&a instanceof ShadowRoot?a.host:void 0);return!(!a||!(a.__CE_isImportDocument||a instanceof Document))}function Jd(a){var b=a.children;if(b)return Array.prototype.slice.call(b);b=[];for(a=a.firstChild;a;a=a.nextSibling)a.nodeType===Node.ELEMENT_NODE&&b.push(a);return b}
132
- function Kd(a,b){for(;b&&b!==a&&!b.nextSibling;)b=b.parentNode;return b&&b!==a?b.nextSibling:null}
133
- function Ld(a,b,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;void 0===c&&(c=new Set);if(d instanceof Node&&!c.has(d))for(c.add(d),d=d.firstChild;d;d=d.nextSibling)Ld(d,b,c);d=Kd(a,e);continue}else if("template"===f){d=Kd(a,e);continue}if(e=e.__CE_shadowRoot)for(e=e.firstChild;e;e=e.nextSibling)Ld(e,b,c)}d=d.firstChild?d.firstChild:Kd(a,d)}};function Md(){var a=!(null===M||void 0===M||!M.noDocumentConstructionObserver),b=!(null===M||void 0===M||!M.shadyDomFastWalk);this.H=[];this.a=[];this.C=!1;this.shadyDomFastWalk=b;this.Ma=!a}function Nd(a,b,c,d){var e=window.ShadyDom;if(a.shadyDomFastWalk&&e&&e.inUse){if(b.nodeType===Node.ELEMENT_NODE&&c(b),b.querySelectorAll)for(a=e.nativeMethods.querySelectorAll.call(b,"*"),b=0;b<a.length;b++)c(a[b])}else Ld(b,c,d)}function Od(a,b){a.C=!0;a.H.push(b)}function Pd(a,b){a.C=!0;a.a.push(b)}
134
- function Qd(a,b){a.C&&Nd(a,b,function(c){return Rd(a,c)})}function Rd(a,b){if(a.C&&!b.__CE_patched){b.__CE_patched=!0;for(var c=0;c<a.H.length;c++)a.H[c](b);for(c=0;c<a.a.length;c++)a.a[c](b)}}function N(a,b){var c=[];Nd(a,b,function(e){return c.push(e)});for(b=0;b<c.length;b++){var d=c[b];1===d.__CE_state?a.connectedCallback(d):Sd(a,d)}}function O(a,b){var c=[];Nd(a,b,function(e){return c.push(e)});for(b=0;b<c.length;b++){var d=c[b];1===d.__CE_state&&a.disconnectedCallback(d)}}
135
- function P(a,b,c){c=void 0===c?{}:c;var d=c.Na,e=c.upgrade||function(g){return Sd(a,g)},f=[];Nd(a,b,function(g){a.C&&Rd(a,g);if("link"===g.localName&&"import"===g.getAttribute("rel")){var h=g.import;h instanceof Node&&(h.__CE_isImportDocument=!0,h.__CE_registry=document.__CE_registry);h&&"complete"===h.readyState?h.__CE_documentLoadHandled=!0:g.addEventListener("load",function(){var k=g.import;if(!k.__CE_documentLoadHandled){k.__CE_documentLoadHandled=!0;var l=new Set;d&&(d.forEach(function(m){return l.add(m)}),
136
- l.delete(k));P(a,k,{Na:l,upgrade:e})}})}else f.push(g)},d);for(b=0;b<f.length;b++)e(f[b])}
137
- function Sd(a,b){try{var c=b.ownerDocument,d=c.__CE_registry;var e=d&&(c.defaultView||c.__CE_isImportDocument)?Td(d,b.localName):void 0;if(e&&void 0===b.__CE_state){e.constructionStack.push(b);try{try{if(new e.constructorFunction!==b)throw Error("The custom element constructor did not produce the element being upgraded.");}finally{e.constructionStack.pop()}}catch(k){throw b.__CE_state=2,k;}b.__CE_state=1;b.__CE_definition=e;if(e.attributeChangedCallback&&b.hasAttributes()){var f=e.observedAttributes;
138
- for(e=0;e<f.length;e++){var g=f[e],h=b.getAttribute(g);null!==h&&a.attributeChangedCallback(b,g,null,h,null)}}L(b)&&a.connectedCallback(b)}}catch(k){Ud(k)}}Md.prototype.connectedCallback=function(a){var b=a.__CE_definition;if(b.connectedCallback)try{b.connectedCallback.call(a)}catch(c){Ud(c)}};Md.prototype.disconnectedCallback=function(a){var b=a.__CE_definition;if(b.disconnectedCallback)try{b.disconnectedCallback.call(a)}catch(c){Ud(c)}};
139
- Md.prototype.attributeChangedCallback=function(a,b,c,d,e){var f=a.__CE_definition;if(f.attributeChangedCallback&&-1<f.observedAttributes.indexOf(b))try{f.attributeChangedCallback.call(a,b,c,d,e)}catch(g){Ud(g)}};
140
- function Vd(a,b,c,d){var e=b.__CE_registry;if(e&&(null===d||"http://www.w3.org/1999/xhtml"===d)&&(e=Td(e,c)))try{var f=new e.constructorFunction;if(void 0===f.__CE_state||void 0===f.__CE_definition)throw Error("Failed to construct '"+c+"': The returned value was not constructed with the HTMLElement constructor.");if("http://www.w3.org/1999/xhtml"!==f.namespaceURI)throw Error("Failed to construct '"+c+"': The constructed element's namespace must be the HTML namespace.");if(f.hasAttributes())throw Error("Failed to construct '"+
135
+ var id=window.Document.prototype.createElement,jd=window.Document.prototype.createElementNS,kd=window.Document.prototype.importNode,ld=window.Document.prototype.prepend,md=window.Document.prototype.append,nd=window.DocumentFragment.prototype.prepend,od=window.DocumentFragment.prototype.append,pd=window.Node.prototype.cloneNode,qd=window.Node.prototype.appendChild,rd=window.Node.prototype.insertBefore,sd=window.Node.prototype.removeChild,td=window.Node.prototype.replaceChild,ud=Object.getOwnPropertyDescriptor(window.Node.prototype,
136
+ "textContent"),vd=window.Element.prototype.attachShadow,wd=Object.getOwnPropertyDescriptor(window.Element.prototype,"innerHTML"),xd=window.Element.prototype.getAttribute,yd=window.Element.prototype.setAttribute,zd=window.Element.prototype.removeAttribute,Ad=window.Element.prototype.getAttributeNS,Bd=window.Element.prototype.setAttributeNS,Cd=window.Element.prototype.removeAttributeNS,Dd=window.Element.prototype.insertAdjacentElement,Ed=window.Element.prototype.insertAdjacentHTML,Fd=window.Element.prototype.prepend,
137
+ Gd=window.Element.prototype.append,Hd=window.Element.prototype.before,Id=window.Element.prototype.after,Jd=window.Element.prototype.replaceWith,Kd=window.Element.prototype.remove,Ld=window.HTMLElement,Md=Object.getOwnPropertyDescriptor(window.HTMLElement.prototype,"innerHTML"),Nd=window.HTMLElement.prototype.insertAdjacentElement,Od=window.HTMLElement.prototype.insertAdjacentHTML;var Pd=new Set;"annotation-xml color-profile font-face font-face-src font-face-uri font-face-format font-face-name missing-glyph".split(" ").forEach(function(a){return Pd.add(a)});function Qd(a){var b=Pd.has(a);a=/^[a-z][.0-9_a-z]*-[-.0-9_a-z]*$/.test(a);return!b&&a}var Rd=document.contains?document.contains.bind(document):document.documentElement.contains.bind(document.documentElement);
138
+ function K(a){var b=a.isConnected;if(void 0!==b)return b;if(Rd(a))return!0;for(;a&&!(a.__CE_isImportDocument||a instanceof Document);)a=a.parentNode||(window.ShadowRoot&&a instanceof ShadowRoot?a.host:void 0);return!(!a||!(a.__CE_isImportDocument||a instanceof Document))}function Sd(a){var b=a.children;if(b)return Array.prototype.slice.call(b);b=[];for(a=a.firstChild;a;a=a.nextSibling)a.nodeType===Node.ELEMENT_NODE&&b.push(a);return b}
139
+ function Td(a,b){for(;b&&b!==a&&!b.nextSibling;)b=b.parentNode;return b&&b!==a?b.nextSibling:null}
140
+ function Ud(a,b,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;void 0===c&&(c=new Set);if(d instanceof Node&&!c.has(d))for(c.add(d),d=d.firstChild;d;d=d.nextSibling)Ud(d,b,c);d=Td(a,e);continue}else if("template"===f){d=Td(a,e);continue}if(e=e.__CE_shadowRoot)for(e=e.firstChild;e;e=e.nextSibling)Ud(e,b,c)}d=d.firstChild?d.firstChild:Td(a,d)}};function Vd(){var a=!(null===L||void 0===L||!L.noDocumentConstructionObserver),b=!(null===L||void 0===L||!L.shadyDomFastWalk);this.M=[];this.g=[];this.I=!1;this.shadyDomFastWalk=b;this.Ra=!a}function Wd(a,b,c,d){var e=window.ShadyDOM;if(a.shadyDomFastWalk&&e&&e.inUse){if(b.nodeType===Node.ELEMENT_NODE&&c(b),b.querySelectorAll)for(a=e.nativeMethods.querySelectorAll.call(b,"*"),b=0;b<a.length;b++)c(a[b])}else Ud(b,c,d)}function Xd(a,b){a.I=!0;a.M.push(b)}function Yd(a,b){a.I=!0;a.g.push(b)}
141
+ function Zd(a,b){a.I&&Wd(a,b,function(c){return $d(a,c)})}function $d(a,b){if(a.I&&!b.__CE_patched){b.__CE_patched=!0;for(var c=0;c<a.M.length;c++)a.M[c](b);for(c=0;c<a.g.length;c++)a.g[c](b)}}function M(a,b){var c=[];Wd(a,b,function(e){return c.push(e)});for(b=0;b<c.length;b++){var d=c[b];1===d.__CE_state?a.connectedCallback(d):ae(a,d)}}function N(a,b){var c=[];Wd(a,b,function(e){return c.push(e)});for(b=0;b<c.length;b++){var d=c[b];1===d.__CE_state&&a.disconnectedCallback(d)}}
142
+ function O(a,b,c){c=void 0===c?{}:c;var d=c.Sa,e=c.upgrade||function(g){return ae(a,g)},f=[];Wd(a,b,function(g){a.I&&$d(a,g);if("link"===g.localName&&"import"===g.getAttribute("rel")){var h=g.import;h instanceof Node&&(h.__CE_isImportDocument=!0,h.__CE_registry=document.__CE_registry);h&&"complete"===h.readyState?h.__CE_documentLoadHandled=!0:g.addEventListener("load",function(){var k=g.import;if(!k.__CE_documentLoadHandled){k.__CE_documentLoadHandled=!0;var l=new Set;d&&(d.forEach(function(m){return l.add(m)}),
143
+ l.delete(k));O(a,k,{Sa:l,upgrade:e})}})}else f.push(g)},d);for(b=0;b<f.length;b++)e(f[b])}
144
+ function ae(a,b){try{var c=b.ownerDocument,d=c.__CE_registry;var e=d&&(c.defaultView||c.__CE_isImportDocument)?be(d,b.localName):void 0;if(e&&void 0===b.__CE_state){e.constructionStack.push(b);try{try{if(new e.constructorFunction!==b)throw Error("The custom element constructor did not produce the element being upgraded.");}finally{e.constructionStack.pop()}}catch(k){throw b.__CE_state=2,k;}b.__CE_state=1;b.__CE_definition=e;if(e.attributeChangedCallback&&b.hasAttributes()){var f=e.observedAttributes;
145
+ for(e=0;e<f.length;e++){var g=f[e],h=b.getAttribute(g);null!==h&&a.attributeChangedCallback(b,g,null,h,null)}}K(b)&&a.connectedCallback(b)}}catch(k){ce(k)}}Vd.prototype.connectedCallback=function(a){var b=a.__CE_definition;if(b.connectedCallback)try{b.connectedCallback.call(a)}catch(c){ce(c)}};Vd.prototype.disconnectedCallback=function(a){var b=a.__CE_definition;if(b.disconnectedCallback)try{b.disconnectedCallback.call(a)}catch(c){ce(c)}};
146
+ Vd.prototype.attributeChangedCallback=function(a,b,c,d,e){var f=a.__CE_definition;if(f.attributeChangedCallback&&-1<f.observedAttributes.indexOf(b))try{f.attributeChangedCallback.call(a,b,c,d,e)}catch(g){ce(g)}};
147
+ function de(a,b,c,d){var e=b.__CE_registry;if(e&&(null===d||"http://www.w3.org/1999/xhtml"===d)&&(e=be(e,c)))try{var f=new e.constructorFunction;if(void 0===f.__CE_state||void 0===f.__CE_definition)throw Error("Failed to construct '"+c+"': The returned value was not constructed with the HTMLElement constructor.");if("http://www.w3.org/1999/xhtml"!==f.namespaceURI)throw Error("Failed to construct '"+c+"': The constructed element's namespace must be the HTML namespace.");if(f.hasAttributes())throw Error("Failed to construct '"+
141
148
  c+"': The constructed element must not have any attributes.");if(null!==f.firstChild)throw Error("Failed to construct '"+c+"': The constructed element must not have any children.");if(null!==f.parentNode)throw Error("Failed to construct '"+c+"': The constructed element must not have a parent node.");if(f.ownerDocument!==b)throw Error("Failed to construct '"+c+"': The constructed element's owner document is incorrect.");if(f.localName!==c)throw Error("Failed to construct '"+c+"': The constructed element's local name is incorrect.");
142
- return f}catch(g){return Ud(g),b=null===d?$c.call(b,c):ad.call(b,d,c),Object.setPrototypeOf(b,HTMLUnknownElement.prototype),b.__CE_state=2,b.__CE_definition=void 0,Rd(a,b),b}b=null===d?$c.call(b,c):ad.call(b,d,c);Rd(a,b);return b}
143
- function Ud(a){var b=a.message,c=a.sourceURL||a.fileName||"",d=a.line||a.lineNumber||0,e=a.column||a.columnNumber||0,f=void 0;void 0===ErrorEvent.prototype.initErrorEvent?f=new ErrorEvent("error",{cancelable:!0,message:b,filename:c,lineno:d,colno:e,error:a}):(f=document.createEvent("ErrorEvent"),f.initErrorEvent("error",!1,!0,b,c,d),f.preventDefault=function(){Object.defineProperty(this,"defaultPrevented",{configurable:!0,get:function(){return!0}})});void 0===f.error&&Object.defineProperty(f,"error",
144
- {configurable:!0,enumerable:!0,get:function(){return a}});window.dispatchEvent(f);f.defaultPrevented||console.error(a)};function Wd(){var a=this;this.a=void 0;this.ka=new Promise(function(b){a.b=b})}Wd.prototype.resolve=function(a){if(this.a)throw Error("Already resolved.");this.a=a;this.b(a)};function Xd(a){var b=document;this.D=void 0;this.v=a;this.a=b;P(this.v,this.a);"loading"===this.a.readyState&&(this.D=new MutationObserver(this.b.bind(this)),this.D.observe(this.a,{childList:!0,subtree:!0}))}function Yd(a){a.D&&a.D.disconnect()}Xd.prototype.b=function(a){var b=this.a.readyState;"interactive"!==b&&"complete"!==b||Yd(this);for(b=0;b<a.length;b++)for(var c=a[b].addedNodes,d=0;d<c.length;d++)P(this.v,c[d])};function Q(a){this.N=new Map;this.O=new Map;this.ga=new Map;this.Y=!1;this.aa=new Map;this.M=function(b){return b()};this.B=!1;this.P=[];this.v=a;this.ha=a.Ma?new Xd(a):void 0}n=Q.prototype;n.Da=function(a,b){var c=this;if(!(b instanceof Function))throw new TypeError("Custom element constructor getters must be functions.");Zd(this,a);this.N.set(a,b);this.P.push(a);this.B||(this.B=!0,this.M(function(){return $d(c)}))};
145
- n.define=function(a,b){var c=this;if(!(b instanceof Function))throw new TypeError("Custom element constructors must be functions.");Zd(this,a);ae(this,a,b);this.P.push(a);this.B||(this.B=!0,this.M(function(){return $d(c)}))};function Zd(a,b){if(!Hd(b))throw new SyntaxError("The element name '"+b+"' is not valid.");if(Td(a,b))throw Error("A custom element with name '"+(b+"' has already been defined."));if(a.Y)throw Error("A custom element is already being defined.");}
146
- function ae(a,b,c){a.Y=!0;var d;try{var e=c.prototype;if(!(e instanceof Object))throw new TypeError("The custom element constructor's prototype is not an object.");var f=function(m){var q=e[m];if(void 0!==q&&!(q instanceof Function))throw Error("The '"+m+"' callback must be a function.");return q};var g=f("connectedCallback");var h=f("disconnectedCallback");var k=f("adoptedCallback");var l=(d=f("attributeChangedCallback"))&&c.observedAttributes||[]}catch(m){throw m;}finally{a.Y=!1}c={localName:b,
147
- constructorFunction:c,connectedCallback:g,disconnectedCallback:h,adoptedCallback:k,attributeChangedCallback:d,observedAttributes:l,constructionStack:[]};a.O.set(b,c);a.ga.set(c.constructorFunction,c);return c}n.upgrade=function(a){P(this.v,a)};
148
- function $d(a){if(!1!==a.B){a.B=!1;for(var b=[],c=a.P,d=new Map,e=0;e<c.length;e++)d.set(c[e],[]);P(a.v,document,{upgrade:function(k){if(void 0===k.__CE_state){var l=k.localName,m=d.get(l);m?m.push(k):a.O.has(l)&&b.push(k)}}});for(e=0;e<b.length;e++)Sd(a.v,b[e]);for(e=0;e<c.length;e++){for(var f=c[e],g=d.get(f),h=0;h<g.length;h++)Sd(a.v,g[h]);(f=a.aa.get(f))&&f.resolve(void 0)}c.length=0}}n.get=function(a){if(a=Td(this,a))return a.constructorFunction};
149
- n.whenDefined=function(a){if(!Hd(a))return Promise.reject(new SyntaxError("'"+a+"' is not a valid custom element name."));var b=this.aa.get(a);if(b)return b.ka;b=new Wd;this.aa.set(a,b);var c=this.O.has(a)||this.N.has(a);a=-1===this.P.indexOf(a);c&&a&&b.resolve(void 0);return b.ka};n.polyfillWrapFlushCallback=function(a){this.ha&&Yd(this.ha);var b=this.M;this.M=function(c){return a(function(){return b(c)})}};
150
- function Td(a,b){var c=a.O.get(b);if(c)return c;if(c=a.N.get(b)){a.N.delete(b);try{return ae(a,b,c())}catch(d){Ud(d)}}}window.CustomElementRegistry=Q;Q.prototype.define=Q.prototype.define;Q.prototype.upgrade=Q.prototype.upgrade;Q.prototype.get=Q.prototype.get;Q.prototype.whenDefined=Q.prototype.whenDefined;Q.prototype.polyfillDefineLazy=Q.prototype.Da;Q.prototype.polyfillWrapFlushCallback=Q.prototype.polyfillWrapFlushCallback;function be(a,b,c){function d(e){return function(f){for(var g=[],h=0;h<arguments.length;++h)g[h]=arguments[h];h=[];for(var k=[],l=0;l<g.length;l++){var m=g[l];m instanceof Element&&L(m)&&k.push(m);if(m instanceof DocumentFragment)for(m=m.firstChild;m;m=m.nextSibling)h.push(m);else h.push(m)}e.apply(this,g);for(g=0;g<k.length;g++)O(a,k[g]);if(L(this))for(g=0;g<h.length;g++)k=h[g],k instanceof Element&&N(a,k)}}void 0!==c.prepend&&(b.prepend=d(c.prepend));void 0!==c.append&&(b.append=d(c.append))};function ce(a){Document.prototype.createElement=function(b){return Vd(a,this,b,null)};Document.prototype.importNode=function(b,c){b=bd.call(this,b,!!c);this.__CE_registry?P(a,b):Qd(a,b);return b};Document.prototype.createElementNS=function(b,c){return Vd(a,this,c,b)};be(a,Document.prototype,{prepend:cd,append:dd})};function de(a){function b(d){return function(e){for(var f=[],g=0;g<arguments.length;++g)f[g]=arguments[g];g=[];for(var h=[],k=0;k<f.length;k++){var l=f[k];l instanceof Element&&L(l)&&h.push(l);if(l instanceof DocumentFragment)for(l=l.firstChild;l;l=l.nextSibling)g.push(l);else g.push(l)}d.apply(this,f);for(f=0;f<h.length;f++)O(a,h[f]);if(L(this))for(f=0;f<g.length;f++)h=g[f],h instanceof Element&&N(a,h)}}var c=Element.prototype;void 0!==yd&&(c.before=b(yd));void 0!==zd&&(c.after=b(zd));void 0!==Ad&&
151
- (c.replaceWith=function(d){for(var e=[],f=0;f<arguments.length;++f)e[f]=arguments[f];f=[];for(var g=[],h=0;h<e.length;h++){var k=e[h];k instanceof Element&&L(k)&&g.push(k);if(k instanceof DocumentFragment)for(k=k.firstChild;k;k=k.nextSibling)f.push(k);else f.push(k)}h=L(this);Ad.apply(this,e);for(e=0;e<g.length;e++)O(a,g[e]);if(h)for(O(a,this),e=0;e<f.length;e++)g=f[e],g instanceof Element&&N(a,g)});void 0!==Bd&&(c.remove=function(){var d=L(this);Bd.call(this);d&&O(a,this)})};function ee(a){function b(e,f){Object.defineProperty(e,"innerHTML",{enumerable:f.enumerable,configurable:!0,get:f.get,set:function(g){var h=this,k=void 0;L(this)&&(k=[],Nd(a,this,function(q){q!==h&&k.push(q)}));f.set.call(this,g);if(k)for(var l=0;l<k.length;l++){var m=k[l];1===m.__CE_state&&a.disconnectedCallback(m)}this.ownerDocument.__CE_registry?P(a,this):Qd(a,this);return g}})}function c(e,f){e.insertAdjacentElement=function(g,h){var k=L(h);g=f.call(this,g,h);k&&O(a,h);L(g)&&N(a,h);return g}}
152
- function d(e,f){function g(h,k){for(var l=[];h!==k;h=h.nextSibling)l.push(h);for(k=0;k<l.length;k++)P(a,l[k])}e.insertAdjacentHTML=function(h,k){h=h.toLowerCase();if("beforebegin"===h){var l=this.previousSibling;f.call(this,h,k);g(l||this.parentNode.firstChild,this)}else if("afterbegin"===h)l=this.firstChild,f.call(this,h,k),g(this.firstChild,l);else if("beforeend"===h)l=this.lastChild,f.call(this,h,k),g(l||this.firstChild,null);else if("afterend"===h)l=this.nextSibling,f.call(this,h,k),g(this.nextSibling,
153
- l);else throw new SyntaxError("The value provided ("+String(h)+") is not one of 'beforebegin', 'afterbegin', 'beforeend', or 'afterend'.");}}md&&(Element.prototype.attachShadow=function(e){e=md.call(this,e);if(a.C&&!e.__CE_patched){e.__CE_patched=!0;for(var f=0;f<a.H.length;f++)a.H[f](e)}return this.__CE_shadowRoot=e});nd&&nd.get?b(Element.prototype,nd):Dd&&Dd.get?b(HTMLElement.prototype,Dd):Pd(a,function(e){b(e,{enumerable:!0,configurable:!0,get:function(){return gd.call(this,!0).innerHTML},set:function(f){var g=
154
- "template"===this.localName,h=g?this.content:this,k=ad.call(document,this.namespaceURI,this.localName);for(k.innerHTML=f;0<h.childNodes.length;)jd.call(h,h.childNodes[0]);for(f=g?k.content:k;0<f.childNodes.length;)hd.call(h,f.childNodes[0])}})});Element.prototype.setAttribute=function(e,f){if(1!==this.__CE_state)return pd.call(this,e,f);var g=od.call(this,e);pd.call(this,e,f);f=od.call(this,e);a.attributeChangedCallback(this,e,g,f,null)};Element.prototype.setAttributeNS=function(e,f,g){if(1!==this.__CE_state)return sd.call(this,
155
- e,f,g);var h=rd.call(this,e,f);sd.call(this,e,f,g);g=rd.call(this,e,f);a.attributeChangedCallback(this,f,h,g,e)};Element.prototype.removeAttribute=function(e){if(1!==this.__CE_state)return qd.call(this,e);var f=od.call(this,e);qd.call(this,e);null!==f&&a.attributeChangedCallback(this,e,f,null,null)};Element.prototype.removeAttributeNS=function(e,f){if(1!==this.__CE_state)return td.call(this,e,f);var g=rd.call(this,e,f);td.call(this,e,f);var h=rd.call(this,e,f);g!==h&&a.attributeChangedCallback(this,
156
- f,g,h,e)};Ed?c(HTMLElement.prototype,Ed):ud&&c(Element.prototype,ud);Fd?d(HTMLElement.prototype,Fd):vd&&d(Element.prototype,vd);be(a,Element.prototype,{prepend:wd,append:xd});de(a)};var fe={};function ge(a){function b(){var c=this.constructor;var d=document.__CE_registry.ga.get(c);if(!d)throw Error("Failed to construct a custom element: The constructor was not registered with `customElements`.");var e=d.constructionStack;if(0===e.length)return e=$c.call(document,d.localName),Object.setPrototypeOf(e,c.prototype),e.__CE_state=1,e.__CE_definition=d,Rd(a,e),e;var f=e.length-1,g=e[f];if(g===fe)throw Error("Failed to construct '"+d.localName+"': This element was already constructed.");e[f]=
157
- fe;Object.setPrototypeOf(g,c.prototype);Rd(a,g);return g}b.prototype=Cd.prototype;Object.defineProperty(HTMLElement.prototype,"constructor",{writable:!0,configurable:!0,enumerable:!1,value:b});window.HTMLElement=b};function he(a){function b(c,d){Object.defineProperty(c,"textContent",{enumerable:d.enumerable,configurable:!0,get:d.get,set:function(e){if(this.nodeType===Node.TEXT_NODE)d.set.call(this,e);else{var f=void 0;if(this.firstChild){var g=this.childNodes,h=g.length;if(0<h&&L(this)){f=Array(h);for(var k=0;k<h;k++)f[k]=g[k]}}d.set.call(this,e);if(f)for(e=0;e<f.length;e++)O(a,f[e])}}})}Node.prototype.insertBefore=function(c,d){if(c instanceof DocumentFragment){var e=Jd(c);c=id.call(this,c,d);if(L(this))for(d=
158
- 0;d<e.length;d++)N(a,e[d]);return c}e=c instanceof Element&&L(c);d=id.call(this,c,d);e&&O(a,c);L(this)&&N(a,c);return d};Node.prototype.appendChild=function(c){if(c instanceof DocumentFragment){var d=Jd(c);c=hd.call(this,c);if(L(this))for(var e=0;e<d.length;e++)N(a,d[e]);return c}d=c instanceof Element&&L(c);e=hd.call(this,c);d&&O(a,c);L(this)&&N(a,c);return e};Node.prototype.cloneNode=function(c){c=gd.call(this,!!c);this.ownerDocument.__CE_registry?P(a,c):Qd(a,c);return c};Node.prototype.removeChild=
159
- function(c){var d=c instanceof Element&&L(c),e=jd.call(this,c);d&&O(a,c);return e};Node.prototype.replaceChild=function(c,d){if(c instanceof DocumentFragment){var e=Jd(c);c=kd.call(this,c,d);if(L(this))for(O(a,d),d=0;d<e.length;d++)N(a,e[d]);return c}e=c instanceof Element&&L(c);var f=kd.call(this,c,d),g=L(this);g&&O(a,d);e&&O(a,c);g&&N(a,c);return f};ld&&ld.get?b(Node.prototype,ld):Od(a,function(c){b(c,{enumerable:!0,configurable:!0,get:function(){for(var d=[],e=this.firstChild;e;e=e.nextSibling)e.nodeType!==
160
- Node.COMMENT_NODE&&d.push(e.textContent);return d.join("")},set:function(d){for(;this.firstChild;)jd.call(this,this.firstChild);null!=d&&""!==d&&hd.call(this,document.createTextNode(d))}})})};var M=window.customElements;function ie(){var a=new Md;ge(a);ce(a);be(a,DocumentFragment.prototype,{prepend:ed,append:fd});he(a);ee(a);a=new Q(a);document.__CE_registry=a;Object.defineProperty(window,"customElements",{configurable:!0,enumerable:!0,value:a})}M&&!M.forcePolyfill&&"function"==typeof M.define&&"function"==typeof M.get||ie();window.__CE_installPolyfill=ie;/*
149
+ return f}catch(g){return ce(g),b=null===d?id.call(b,c):jd.call(b,d,c),Object.setPrototypeOf(b,HTMLUnknownElement.prototype),b.__CE_state=2,b.__CE_definition=void 0,$d(a,b),b}b=null===d?id.call(b,c):jd.call(b,d,c);$d(a,b);return b}
150
+ function ce(a){var b=a.message,c=a.sourceURL||a.fileName||"",d=a.line||a.lineNumber||0,e=a.column||a.columnNumber||0,f=void 0;void 0===ErrorEvent.prototype.initErrorEvent?f=new ErrorEvent("error",{cancelable:!0,message:b,filename:c,lineno:d,colno:e,error:a}):(f=document.createEvent("ErrorEvent"),f.initErrorEvent("error",!1,!0,b,c,d),f.preventDefault=function(){Object.defineProperty(this,"defaultPrevented",{configurable:!0,get:function(){return!0}})});void 0===f.error&&Object.defineProperty(f,"error",
151
+ {configurable:!0,enumerable:!0,get:function(){return a}});window.dispatchEvent(f);f.defaultPrevented||console.error(a)};function ee(){var a=this;this.g=void 0;this.pa=new Promise(function(b){a.h=b})}ee.prototype.resolve=function(a){if(this.g)throw Error("Already resolved.");this.g=a;this.h(a)};function fe(a){var b=document;this.J=void 0;this.D=a;this.g=b;O(this.D,this.g);"loading"===this.g.readyState&&(this.J=new MutationObserver(this.h.bind(this)),this.J.observe(this.g,{childList:!0,subtree:!0}))}function ge(a){a.J&&a.J.disconnect()}fe.prototype.h=function(a){var b=this.g.readyState;"interactive"!==b&&"complete"!==b||ge(this);for(b=0;b<a.length;b++)for(var c=a[b].addedNodes,d=0;d<c.length;d++)O(this.D,c[d])};function P(a){this.U=new Map;this.V=new Map;this.la=new Map;this.da=!1;this.fa=new Map;this.T=function(b){return b()};this.H=!1;this.W=[];this.D=a;this.ma=a.Ra?new fe(a):void 0}n=P.prototype;n.Ia=function(a,b){var c=this;if(!(b instanceof Function))throw new TypeError("Custom element constructor getters must be functions.");he(this,a);this.U.set(a,b);this.W.push(a);this.H||(this.H=!0,this.T(function(){return ie(c)}))};
152
+ n.define=function(a,b){var c=this;if(!(b instanceof Function))throw new TypeError("Custom element constructors must be functions.");he(this,a);je(this,a,b);this.W.push(a);this.H||(this.H=!0,this.T(function(){return ie(c)}))};function he(a,b){if(!Qd(b))throw new SyntaxError("The element name '"+b+"' is not valid.");if(be(a,b))throw Error("A custom element with name '"+(b+"' has already been defined."));if(a.da)throw Error("A custom element is already being defined.");}
153
+ function je(a,b,c){a.da=!0;var d;try{var e=c.prototype;if(!(e instanceof Object))throw new TypeError("The custom element constructor's prototype is not an object.");var f=function(m){var q=e[m];if(void 0!==q&&!(q instanceof Function))throw Error("The '"+m+"' callback must be a function.");return q};var g=f("connectedCallback");var h=f("disconnectedCallback");var k=f("adoptedCallback");var l=(d=f("attributeChangedCallback"))&&c.observedAttributes||[]}catch(m){throw m;}finally{a.da=!1}c={localName:b,
154
+ constructorFunction:c,connectedCallback:g,disconnectedCallback:h,adoptedCallback:k,attributeChangedCallback:d,observedAttributes:l,constructionStack:[]};a.V.set(b,c);a.la.set(c.constructorFunction,c);return c}n.upgrade=function(a){O(this.D,a)};
155
+ function ie(a){if(!1!==a.H){a.H=!1;for(var b=[],c=a.W,d=new Map,e=0;e<c.length;e++)d.set(c[e],[]);O(a.D,document,{upgrade:function(k){if(void 0===k.__CE_state){var l=k.localName,m=d.get(l);m?m.push(k):a.V.has(l)&&b.push(k)}}});for(e=0;e<b.length;e++)ae(a.D,b[e]);for(e=0;e<c.length;e++){for(var f=c[e],g=d.get(f),h=0;h<g.length;h++)ae(a.D,g[h]);(f=a.fa.get(f))&&f.resolve(void 0)}c.length=0}}n.get=function(a){if(a=be(this,a))return a.constructorFunction};
156
+ n.whenDefined=function(a){if(!Qd(a))return Promise.reject(new SyntaxError("'"+a+"' is not a valid custom element name."));var b=this.fa.get(a);if(b)return b.pa;b=new ee;this.fa.set(a,b);var c=this.V.has(a)||this.U.has(a);a=-1===this.W.indexOf(a);c&&a&&b.resolve(void 0);return b.pa};n.polyfillWrapFlushCallback=function(a){this.ma&&ge(this.ma);var b=this.T;this.T=function(c){return a(function(){return b(c)})}};
157
+ function be(a,b){var c=a.V.get(b);if(c)return c;if(c=a.U.get(b)){a.U.delete(b);try{return je(a,b,c())}catch(d){ce(d)}}}window.CustomElementRegistry=P;P.prototype.define=P.prototype.define;P.prototype.upgrade=P.prototype.upgrade;P.prototype.get=P.prototype.get;P.prototype.whenDefined=P.prototype.whenDefined;P.prototype.polyfillDefineLazy=P.prototype.Ia;P.prototype.polyfillWrapFlushCallback=P.prototype.polyfillWrapFlushCallback;function ke(a,b,c){function d(e){return function(f){for(var g=[],h=0;h<arguments.length;++h)g[h]=arguments[h];h=[];for(var k=[],l=0;l<g.length;l++){var m=g[l];m instanceof Element&&K(m)&&k.push(m);if(m instanceof DocumentFragment)for(m=m.firstChild;m;m=m.nextSibling)h.push(m);else h.push(m)}e.apply(this,g);for(g=0;g<k.length;g++)N(a,k[g]);if(K(this))for(g=0;g<h.length;g++)k=h[g],k instanceof Element&&M(a,k)}}void 0!==c.prepend&&(b.prepend=d(c.prepend));void 0!==c.append&&(b.append=d(c.append))};function le(a){Document.prototype.createElement=function(b){return de(a,this,b,null)};Document.prototype.importNode=function(b,c){b=kd.call(this,b,!!c);this.__CE_registry?O(a,b):Zd(a,b);return b};Document.prototype.createElementNS=function(b,c){return de(a,this,c,b)};ke(a,Document.prototype,{prepend:ld,append:md})};function me(a){function b(d){return function(e){for(var f=[],g=0;g<arguments.length;++g)f[g]=arguments[g];g=[];for(var h=[],k=0;k<f.length;k++){var l=f[k];l instanceof Element&&K(l)&&h.push(l);if(l instanceof DocumentFragment)for(l=l.firstChild;l;l=l.nextSibling)g.push(l);else g.push(l)}d.apply(this,f);for(f=0;f<h.length;f++)N(a,h[f]);if(K(this))for(f=0;f<g.length;f++)h=g[f],h instanceof Element&&M(a,h)}}var c=Element.prototype;void 0!==Hd&&(c.before=b(Hd));void 0!==Id&&(c.after=b(Id));void 0!==Jd&&
158
+ (c.replaceWith=function(d){for(var e=[],f=0;f<arguments.length;++f)e[f]=arguments[f];f=[];for(var g=[],h=0;h<e.length;h++){var k=e[h];k instanceof Element&&K(k)&&g.push(k);if(k instanceof DocumentFragment)for(k=k.firstChild;k;k=k.nextSibling)f.push(k);else f.push(k)}h=K(this);Jd.apply(this,e);for(e=0;e<g.length;e++)N(a,g[e]);if(h)for(N(a,this),e=0;e<f.length;e++)g=f[e],g instanceof Element&&M(a,g)});void 0!==Kd&&(c.remove=function(){var d=K(this);Kd.call(this);d&&N(a,this)})};function ne(a){function b(e,f){Object.defineProperty(e,"innerHTML",{enumerable:f.enumerable,configurable:!0,get:f.get,set:function(g){var h=this,k=void 0;K(this)&&(k=[],Wd(a,this,function(q){q!==h&&k.push(q)}));f.set.call(this,g);if(k)for(var l=0;l<k.length;l++){var m=k[l];1===m.__CE_state&&a.disconnectedCallback(m)}this.ownerDocument.__CE_registry?O(a,this):Zd(a,this);return g}})}function c(e,f){e.insertAdjacentElement=function(g,h){var k=K(h);g=f.call(this,g,h);k&&N(a,h);K(g)&&M(a,h);return g}}
159
+ function d(e,f){function g(h,k){for(var l=[];h!==k;h=h.nextSibling)l.push(h);for(k=0;k<l.length;k++)O(a,l[k])}e.insertAdjacentHTML=function(h,k){h=h.toLowerCase();if("beforebegin"===h){var l=this.previousSibling;f.call(this,h,k);g(l||this.parentNode.firstChild,this)}else if("afterbegin"===h)l=this.firstChild,f.call(this,h,k),g(this.firstChild,l);else if("beforeend"===h)l=this.lastChild,f.call(this,h,k),g(l||this.firstChild,null);else if("afterend"===h)l=this.nextSibling,f.call(this,h,k),g(this.nextSibling,
160
+ l);else throw new SyntaxError("The value provided ("+String(h)+") is not one of 'beforebegin', 'afterbegin', 'beforeend', or 'afterend'.");}}vd&&(Element.prototype.attachShadow=function(e){e=vd.call(this,e);if(a.I&&!e.__CE_patched){e.__CE_patched=!0;for(var f=0;f<a.M.length;f++)a.M[f](e)}return this.__CE_shadowRoot=e});wd&&wd.get?b(Element.prototype,wd):Md&&Md.get?b(HTMLElement.prototype,Md):Yd(a,function(e){b(e,{enumerable:!0,configurable:!0,get:function(){return pd.call(this,!0).innerHTML},set:function(f){var g=
161
+ "template"===this.localName,h=g?this.content:this,k=jd.call(document,this.namespaceURI,this.localName);for(k.innerHTML=f;0<h.childNodes.length;)sd.call(h,h.childNodes[0]);for(f=g?k.content:k;0<f.childNodes.length;)qd.call(h,f.childNodes[0])}})});Element.prototype.setAttribute=function(e,f){if(1!==this.__CE_state)return yd.call(this,e,f);var g=xd.call(this,e);yd.call(this,e,f);f=xd.call(this,e);a.attributeChangedCallback(this,e,g,f,null)};Element.prototype.setAttributeNS=function(e,f,g){if(1!==this.__CE_state)return Bd.call(this,
162
+ e,f,g);var h=Ad.call(this,e,f);Bd.call(this,e,f,g);g=Ad.call(this,e,f);a.attributeChangedCallback(this,f,h,g,e)};Element.prototype.removeAttribute=function(e){if(1!==this.__CE_state)return zd.call(this,e);var f=xd.call(this,e);zd.call(this,e);null!==f&&a.attributeChangedCallback(this,e,f,null,null)};Element.prototype.removeAttributeNS=function(e,f){if(1!==this.__CE_state)return Cd.call(this,e,f);var g=Ad.call(this,e,f);Cd.call(this,e,f);var h=Ad.call(this,e,f);g!==h&&a.attributeChangedCallback(this,
163
+ f,g,h,e)};Nd?c(HTMLElement.prototype,Nd):Dd&&c(Element.prototype,Dd);Od?d(HTMLElement.prototype,Od):Ed&&d(Element.prototype,Ed);ke(a,Element.prototype,{prepend:Fd,append:Gd});me(a)};var oe={};function pe(a){function b(){var c=this.constructor;var d=document.__CE_registry.la.get(c);if(!d)throw Error("Failed to construct a custom element: The constructor was not registered with `customElements`.");var e=d.constructionStack;if(0===e.length)return e=id.call(document,d.localName),Object.setPrototypeOf(e,c.prototype),e.__CE_state=1,e.__CE_definition=d,$d(a,e),e;var f=e.length-1,g=e[f];if(g===oe)throw Error("Failed to construct '"+d.localName+"': This element was already constructed.");e[f]=
164
+ oe;Object.setPrototypeOf(g,c.prototype);$d(a,g);return g}b.prototype=Ld.prototype;Object.defineProperty(HTMLElement.prototype,"constructor",{writable:!0,configurable:!0,enumerable:!1,value:b});window.HTMLElement=b};function qe(a){function b(c,d){Object.defineProperty(c,"textContent",{enumerable:d.enumerable,configurable:!0,get:d.get,set:function(e){if(this.nodeType===Node.TEXT_NODE)d.set.call(this,e);else{var f=void 0;if(this.firstChild){var g=this.childNodes,h=g.length;if(0<h&&K(this)){f=Array(h);for(var k=0;k<h;k++)f[k]=g[k]}}d.set.call(this,e);if(f)for(e=0;e<f.length;e++)N(a,f[e])}}})}Node.prototype.insertBefore=function(c,d){if(c instanceof DocumentFragment){var e=Sd(c);c=rd.call(this,c,d);if(K(this))for(d=
165
+ 0;d<e.length;d++)M(a,e[d]);return c}e=c instanceof Element&&K(c);d=rd.call(this,c,d);e&&N(a,c);K(this)&&M(a,c);return d};Node.prototype.appendChild=function(c){if(c instanceof DocumentFragment){var d=Sd(c);c=qd.call(this,c);if(K(this))for(var e=0;e<d.length;e++)M(a,d[e]);return c}d=c instanceof Element&&K(c);e=qd.call(this,c);d&&N(a,c);K(this)&&M(a,c);return e};Node.prototype.cloneNode=function(c){c=pd.call(this,!!c);this.ownerDocument.__CE_registry?O(a,c):Zd(a,c);return c};Node.prototype.removeChild=
166
+ function(c){var d=c instanceof Element&&K(c),e=sd.call(this,c);d&&N(a,c);return e};Node.prototype.replaceChild=function(c,d){if(c instanceof DocumentFragment){var e=Sd(c);c=td.call(this,c,d);if(K(this))for(N(a,d),d=0;d<e.length;d++)M(a,e[d]);return c}e=c instanceof Element&&K(c);var f=td.call(this,c,d),g=K(this);g&&N(a,d);e&&N(a,c);g&&M(a,c);return f};ud&&ud.get?b(Node.prototype,ud):Xd(a,function(c){b(c,{enumerable:!0,configurable:!0,get:function(){for(var d=[],e=this.firstChild;e;e=e.nextSibling)e.nodeType!==
167
+ Node.COMMENT_NODE&&d.push(e.textContent);return d.join("")},set:function(d){for(;this.firstChild;)sd.call(this,this.firstChild);null!=d&&""!==d&&qd.call(this,document.createTextNode(d))}})})};var L=window.customElements;function re(){var a=new Vd;pe(a);le(a);ke(a,DocumentFragment.prototype,{prepend:nd,append:od});qe(a);ne(a);a=new P(a);document.__CE_registry=a;Object.defineProperty(window,"customElements",{configurable:!0,enumerable:!0,value:a})}L&&!L.forcePolyfill&&"function"==typeof L.define&&"function"==typeof L.get||re();window.__CE_installPolyfill=re;/*
161
168
 
162
169
  Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
163
170
  This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
@@ -166,56 +173,56 @@ The complete set of contributors may be found at http://polymer.github.io/CONTRI
166
173
  Code distributed by Google as part of the polymer project is also
167
174
  subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
168
175
  */
169
- function je(){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=""}
170
- function ke(a){var b=a=a.replace(le,"").replace(me,""),c=new je;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 je;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 ne(c,a)}
171
- function ne(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=oe(c),c=c.replace(pe," "),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=qe:c.match(re)&&(a.type=se,a.keyframesName=a.selector.split(pe).pop()):a.type=0===c.indexOf("--")?te:ue);if(c=a.rules)for(var d=0,e=c.length,f=void 0;d<e&&(f=c[d]);d++)ne(f,
172
- b);return a}function oe(a){return a.replace(/\\([0-9a-f]{1,6})\s/gi,function(b,c){b=c;for(c=6-b.length;c--;)b="0"+b;return"\\"+b})}
173
- function ve(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=void 0;f<g&&(h=e[f]);f++)d=ve(h,b,d)}else b?b=a.cssText:(b=a.cssText,b=b.replace(we,"").replace(xe,""),b=b.replace(ye,"").replace(ze,"")),(d=b.trim())&&(d=" "+d+"\n")}d&&(a.selector&&(c+=a.selector+" {\n"),c+=d,a.selector&&(c+="}\n\n"));return c}
174
- var ue=1,se=7,qe=4,te=1E3,le=/\/\*[^*]*\*+([^/*][^*]*\*+)*\//gim,me=/@import[^;]*;/gim,we=/(?:^[^;\-\s}]+)?--[^;{}]*?:[^{};]*?(?:[;\n]|$)/gim,xe=/(?:^[^;\-\s}]+)?--[^;{}]*?:[^{};]*?{[^}]*?}(?:[;\n]|$)?/gim,ye=/@apply\s*\(?[^);]*\)?\s*(?:[;\n]|$)?/gim,ze=/[^;:]*?:[^;]*?var\([^;]*\)(?:[;\n]|$)?/gim,re=/^@[^\s]*keyframes/,pe=/\s+/g;var R=!(window.ShadyDOM&&window.ShadyDOM.inUse),Ae;function Be(a){Ae=a&&a.shimcssproperties?!1:R||!(navigator.userAgent.match(/AppleWebKit\/601|Edge\/15/)||!window.CSS||!CSS.supports||!CSS.supports("box-shadow","0 0 0 var(--foo)"))}var Ce;window.ShadyCSS&&void 0!==window.ShadyCSS.cssBuild&&(Ce=window.ShadyCSS.cssBuild);var De=!(!window.ShadyCSS||!window.ShadyCSS.disableRuntime);
175
- window.ShadyCSS&&void 0!==window.ShadyCSS.nativeCss?Ae=window.ShadyCSS.nativeCss:window.ShadyCSS?(Be(window.ShadyCSS),window.ShadyCSS=void 0):Be(window.WebComponents&&window.WebComponents.flags);var S=Ae;var Ee=/(?:^|[;\s{]\s*)(--[\w-]*?)\s*:\s*(?:((?:'(?:\\'|.)*?'|"(?:\\"|.)*?"|\([^)]*?\)|[^};{])+)|\{([^}]*)\}(?:(?=[;\s}])|$))/gi,Fe=/(?:^|\W+)@apply\s*\(?([^);\n]*)\)?/gi,Ge=/(--[\w-]+)\s*([:,;)]|$)/gi,He=/(animation\s*:)|(animation-name\s*:)/,Ie=/@media\s(.*)/,Je=/\{[^}]*\}/g;var Ke=new Set;function Le(a,b){if(!a)return"";"string"===typeof a&&(a=ke(a));b&&Me(a,b);return ve(a,S)}function Ne(a){!a.__cssRules&&a.textContent&&(a.__cssRules=ke(a.textContent));return a.__cssRules||null}function Oe(a){return!!a.parent&&a.parent.type===se}function Me(a,b,c,d){if(a){var e=!1,f=a.type;if(d&&f===qe){var g=a.selector.match(Ie);g&&(window.matchMedia(g[1]).matches||(e=!0))}f===ue?b(a):c&&f===se?c(a):f===te&&(e=!0);if((a=a.rules)&&!e)for(e=0,f=a.length,g=void 0;e<f&&(g=a[e]);e++)Me(g,b,c,d)}}
176
- function Pe(a,b,c,d){var e=document.createElement("style");b&&e.setAttribute("scope",b);e.textContent=a;Qe(e,c,d);return e}var T=null;function Re(a){a=document.createComment(" Shady DOM styles for "+a+" ");var b=document.head;b.insertBefore(a,(T?T.nextSibling:null)||b.firstChild);return T=a}function Qe(a,b,c){b=b||document.head;b.insertBefore(a,c&&c.nextSibling||b.firstChild);T?a.compareDocumentPosition(T)===Node.DOCUMENT_POSITION_PRECEDING&&(T=a):T=a}
177
- function Se(a,b){for(var c=0,d=a.length;b<d;b++)if("("===a[b])c++;else if(")"===a[b]&&0===--c)return b;return-1}function Te(a,b){var c=a.indexOf("var(");if(-1===c)return b(a,"","","");var d=Se(a,c+3),e=a.substring(c+4,d);c=a.substring(0,c);a=Te(a.substring(d+1),b);d=e.indexOf(",");return-1===d?b(c,e.trim(),"",a):b(c,e.substring(0,d).trim(),e.substring(d+1).trim(),a)}function Ue(a,b){R?a.setAttribute("class",b):window.ShadyDOM.nativeMethods.setAttribute.call(a,"class",b)}
178
- var Ve=window.ShadyDOM&&window.ShadyDOM.wrap||function(a){return a};function U(a){var b=a.localName,c="";b?-1<b.indexOf("-")||(c=b,b=a.getAttribute&&a.getAttribute("is")||""):(b=a.is,c=a.extends);return{is:b,K:c}}function We(a){for(var b=[],c="",d=0;0<=d&&d<a.length;d++)if("("===a[d]){var e=Se(a,d);c+=a.slice(d,e+1);d=e}else","===a[d]?(b.push(c),c=""):c+=a[d];c&&b.push(c);return b}
179
- function Xe(a){if(void 0!==Ce)return Ce;if(void 0===a.__cssBuild){var b=a.getAttribute("css-build");if(b)a.__cssBuild=b;else{a:{b="template"===a.localName?a.content.firstChild:a.firstChild;if(b instanceof Comment&&(b=b.textContent.trim().split(":"),"css-build"===b[0])){b=b[1];break a}b=""}if(""!==b){var c="template"===a.localName?a.content.firstChild:a.firstChild;c.parentNode.removeChild(c)}a.__cssBuild=b}}return a.__cssBuild||""}
180
- function Ye(a){a=void 0===a?"":a;return""!==a&&S?R?"shadow"===a:"shady"===a:!1};function Ze(){}function $e(a,b){af(V,a,function(c){W(c,b||"")})}function af(a,b,c){b.nodeType===Node.ELEMENT_NODE&&c(b);var d;"template"===b.localName?d=(b.content||b._content||b).childNodes:d=b.children||b.childNodes;if(d)for(b=0;b<d.length;b++)af(a,d[b],c)}
181
- function W(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("class");c?d&&(b=d.replace("style-scope","").replace(b,""),Ue(a,b)):Ue(a,(d?d+" ":"")+"style-scope "+b)}}function bf(a,b,c){af(V,a,function(d){W(d,b,!0);W(d,c)})}function cf(a,b){af(V,a,function(c){W(c,b||"",!0)})}
182
- function df(a,b,c,d,e){var f=V;e=void 0===e?"":e;""===e&&(R||"shady"===(void 0===d?"":d)?e=Le(b,c):(a=U(a),e=ef(f,b,a.is,a.K,c)+"\n\n"));return e.trim()}function ef(a,b,c,d,e){var f=ff(c,d);c=c?"."+c:"";return Le(b,function(g){g.c||(g.selector=g.g=gf(a,g,a.b,c,f),g.c=!0);e&&e(g,c,f)})}function ff(a,b){return b?"[is="+a+"]":a}
183
- function gf(a,b,c,d,e){var f=We(b.selector);if(!Oe(b)){b=0;for(var g=f.length,h=void 0;b<g&&(h=f[b]);b++)f[b]=c.call(a,h,d,e)}return f.filter(function(k){return!!k}).join(",")}function hf(a){return a.replace(jf,function(b,c,d){-1<d.indexOf("+")?d=d.replace(/\+/g,"___"):-1<d.indexOf("___")&&(d=d.replace(/___/g,"+"));return":"+c+"("+d+")"})}
184
- function kf(a){for(var b=[],c;c=a.match(lf);){var d=c.index,e=Se(a,d);if(-1===e)throw Error(c.input+" selector missing ')'");c=a.slice(d,e+1);a=a.replace(c,"\ue000");b.push(c)}return{fa:a,matches:b}}function mf(a,b){var c=a.split("\ue000");return b.reduce(function(d,e,f){return d+e+c[f+1]},c[0])}
185
- Ze.prototype.b=function(a,b,c){var d=!1;a=a.trim();var e=jf.test(a);e&&(a=a.replace(jf,function(h,k,l){return":"+k+"("+l.replace(/\s/g,"")+")"}),a=hf(a));var f=lf.test(a);if(f){var g=kf(a);a=g.fa;g=g.matches}a=a.replace(nf,":host $1");a=a.replace(of,function(h,k,l){d||(h=pf(l,k,b,c),d=d||h.stop,k=h.xa,l=h.value);return k+l});f&&(a=mf(a,g));e&&(a=hf(a));return a=a.replace(qf,function(h,k,l,m){return'[dir="'+l+'"] '+k+m+", "+k+'[dir="'+l+'"]'+m})};
186
- function pf(a,b,c,d){var e=a.indexOf("::slotted");0<=a.indexOf(":host")?a=rf(a,d):0!==e&&(a=c?sf(a,c):a);c=!1;0<=e&&(b="",c=!0);if(c){var f=!0;c&&(a=a.replace(tf,function(g,h){return" > "+h}))}return{value:a,xa:b,stop:f}}function sf(a,b){a=a.split(/(\[.+?\])/);for(var c=[],d=0;d<a.length;d++)if(1===d%2)c.push(a[d]);else{var e=a[d];if(""!==e||d!==a.length-1)e=e.split(":"),e[0]+=b,c.push(e.join(":"))}return c.join("")}
187
- function rf(a,b){var c=a.match(uf);return(c=c&&c[2].trim()||"")?c[0].match(vf)?a.replace(uf,function(d,e,f){return b+f}):c.split(vf)[0]===b?c:"should_not_match":a.replace(":host",b)}function wf(a){":root"===a.selector&&(a.selector="html")}Ze.prototype.c=function(a){return a.match(":host")?"":a.match("::slotted")?this.b(a,":not(.style-scope)"):sf(a.trim(),":not(.style-scope)")};da.Object.defineProperties(Ze.prototype,{a:{configurable:!0,enumerable:!0,get:function(){return"style-scope"}}});
188
- var jf=/:(nth[-\w]+)\(([^)]+)\)/,of=/(^|[\s>+~]+)((?:\[.+?\]|[^\s>+~=[])+)/g,vf=/[[.:#*]/,nf=/^(::slotted)/,uf=/(:host)(?:\(((?:\([^)(]*\)|[^)(]*)+?)\))/,tf=/(?:::slotted)(?:\(((?:\([^)(]*\)|[^)(]*)+?)\))/,qf=/(.*):dir\((?:(ltr|rtl))\)(.*)/,lf=/:(?:matches|any|-(?:webkit|moz)-any)/,V=new Ze;function xf(a,b,c,d,e){this.o=a||null;this.b=b||null;this.da=c||[];this.l=null;this.cssBuild=e||"";this.K=d||"";this.a=this.m=this.u=null}function X(a){return a?a.__styleInfo:null}function yf(a,b){return a.__styleInfo=b}xf.prototype.c=function(){return this.o};xf.prototype._getStyleRules=xf.prototype.c;function zf(a){var b=this.matches||this.matchesSelector||this.mozMatchesSelector||this.msMatchesSelector||this.oMatchesSelector||this.webkitMatchesSelector;return b&&b.call(this,a)}var Af=/:host\s*>\s*/,Bf=navigator.userAgent.match("Trident");function Cf(){}function Df(a){var b={},c=[],d=0;Me(a,function(f){Ef(f);f.index=d++;f=f.f.cssText;for(var g;g=Ge.exec(f);){var h=g[1];":"!==g[2]&&(b[h]=!0)}},function(f){c.push(f)});a.b=c;a=[];for(var e in b)a.push(e);return a}
189
- function Ef(a){if(!a.f){var b={},c={};Ff(a,c)&&(b.s=c,a.rules=null);b.cssText=a.parsedCssText.replace(Je,"").replace(Ee,"");a.f=b}}function Ff(a,b){var c=a.f;if(c){if(c.s)return Object.assign(b,c.s),!0}else{c=a.parsedCssText;for(var d;a=Ee.exec(c);){d=(a[2]||a[3]).trim();if("inherit"!==d||"unset"!==d)b[a[1].trim()]=d;d=!0}return d}}
190
- function Gf(a,b,c){b&&(b=0<=b.indexOf(";")?Hf(a,b,c):Te(b,function(d,e,f,g){if(!e)return d+g;(e=Gf(a,c[e],c))&&"initial"!==e?"apply-shim-inherit"===e&&(e="inherit"):e=Gf(a,c[f]||f,c)||f;return d+(e||"")+g}));return b&&b.trim()||""}
191
- function Hf(a,b,c){b=b.split(";");for(var d=0,e,f;d<b.length;d++)if(e=b[d]){Fe.lastIndex=0;if(f=Fe.exec(e))e=Gf(a,c[f[1]],c);else if(f=e.indexOf(":"),-1!==f){var g=e.substring(f);g=g.trim();g=Gf(a,g,c)||g;e=e.substring(0,f)+g}b[d]=e&&e.lastIndexOf(";")===e.length-1?e.slice(0,-1):e||""}return b.join(";")}
192
- function If(a,b){var c={},d=[];Me(a,function(e){e.f||Ef(e);var f=e.g||e.parsedSelector;b&&e.f.s&&f&&zf.call(b,f)&&(Ff(e,c),e=e.index,f=parseInt(e/32,10),d[f]=(d[f]||0)|1<<e%32)},null,!0);return{s:c,key:d}}
193
- function Jf(a,b,c,d){b.f||Ef(b);if(b.f.s){var e=U(a);a=e.is;e=e.K;e=a?ff(a,e):"html";var f=b.parsedSelector;var g=!!f.match(Af)||"html"===e&&-1<f.indexOf("html");var h=0===f.indexOf(":host")&&!g;"shady"===c&&(g=f===e+" > *."+e||-1!==f.indexOf("html"),h=!g&&0===f.indexOf(e));if(g||h)c=e,h&&(b.g||(b.g=gf(V,b,V.b,a?"."+a:"",e)),c=b.g||e),g&&"html"===e&&(c=b.g||b.T),d({fa:c,Ca:h,Pa:g})}}
194
- function Kf(a,b,c){var d={},e={};Me(b,function(f){Jf(a,f,c,function(g){zf.call(a._element||a,g.fa)&&(g.Ca?Ff(f,d):Ff(f,e))})},null,!0);return{Ga:e,Ba:d}}
195
- function Lf(a,b,c,d){var e=U(b),f=ff(e.is,e.K),g=new RegExp("(?:^|[^.#[:])"+(b.extends?"\\"+f.slice(0,-1)+"\\]":f)+"($|[.:[\\s>+~])"),h=X(b);e=h.o;h=h.cssBuild;var k=Mf(e,d);return df(b,e,function(l){var m="";l.f||Ef(l);l.f.cssText&&(m=Hf(a,l.f.cssText,c));l.cssText=m;if(!R&&!Oe(l)&&l.cssText){var q=m=l.cssText;null==l.ma&&(l.ma=He.test(m));if(l.ma)if(null==l.U){l.U=[];for(var x in k)q=k[x],q=q(m),m!==q&&(m=q,l.U.push(x))}else{for(x=0;x<l.U.length;++x)q=k[l.U[x]],m=q(m);q=m}l.cssText=q;l.g=l.g||l.selector;
196
- m="."+d;x=We(l.g);q=0;for(var la=x.length,Xa=void 0;q<la&&(Xa=x[q]);q++)x[q]=Xa.match(g)?Xa.replace(f,m):m+" "+Xa;l.selector=x.join(",")}},h)}function Mf(a,b){a=a.b;var c={};if(!R&&a)for(var d=0,e=a[d];d<a.length;e=a[++d]){var f=e,g=b;f.i=new RegExp("\\b"+f.keyframesName+"(?!\\B|-)","g");f.a=f.keyframesName+"-"+g;f.g=f.g||f.selector;f.selector=f.g.replace(f.keyframesName,f.a);c[e.keyframesName]=Nf(e)}return c}function Nf(a){return function(b){return b.replace(a.i,a.a)}}
197
- function Of(a,b){var c=Pf,d=Ne(a);a.textContent=Le(d,function(e){var f=e.cssText=e.parsedCssText;e.f&&e.f.cssText&&(f=f.replace(we,"").replace(xe,""),e.cssText=Hf(c,f,b))})}da.Object.defineProperties(Cf.prototype,{a:{configurable:!0,enumerable:!0,get:function(){return"x-scope"}}});var Pf=new Cf;var Qf={},Rf=window.customElements;if(Rf&&!R&&!De){var Sf=Rf.define;Rf.define=function(a,b,c){Qf[a]||(Qf[a]=Re(a));Sf.call(Rf,a,b,c)}};function Tf(){this.cache={}}Tf.prototype.store=function(a,b,c,d){var e=this.cache[a]||[];e.push({s:b,styleElement:c,m:d});100<e.length&&e.shift();this.cache[a]=e};function Uf(){}var Vf=new RegExp(V.a+"\\s*([^\\s]*)");function Wf(a){return(a=(a.classList&&a.classList.value?a.classList.value:a.getAttribute("class")||"").match(Vf))?a[1]:""}function Xf(a){var b=Ve(a).getRootNode();return b===a||b===a.ownerDocument?"":(a=b.host)?U(a).is:""}
198
- function Yf(a){for(var b=0;b<a.length;b++){var c=a[b];if(c.target!==document.documentElement&&c.target!==document.head)for(var d=0;d<c.addedNodes.length;d++){var e=c.addedNodes[d];if(e.nodeType===Node.ELEMENT_NODE){var f=e.getRootNode(),g=Wf(e);if(g&&f===e.ownerDocument&&("style"!==e.localName&&"template"!==e.localName||""===Xe(e)))cf(e,g);else if(f instanceof ShadowRoot)for(f=Xf(e),f!==g&&bf(e,g,f),e=window.ShadyDOM.nativeMethods.querySelectorAll.call(e,":not(."+V.a+")"),g=0;g<e.length;g++){f=e[g];
199
- var h=Xf(f);h&&W(f,h)}}}}}
200
- if(!(R||window.ShadyDOM&&window.ShadyDOM.handlesDynamicScoping)){var Zf=new MutationObserver(Yf),$f=function(a){Zf.observe(a,{childList:!0,subtree:!0})};if(window.customElements&&!window.customElements.polyfillWrapFlushCallback)$f(document);else{var ag=function(){$f(document.body)};window.HTMLImports?window.HTMLImports.whenReady(ag):requestAnimationFrame(function(){if("loading"===document.readyState){var a=function(){ag();document.removeEventListener("readystatechange",a)};document.addEventListener("readystatechange",
201
- a)}else ag()})}Uf=function(){Yf(Zf.takeRecords())}};var bg={};var cg=Promise.resolve();function dg(a){if(a=bg[a])a._applyShimCurrentVersion=a._applyShimCurrentVersion||0,a._applyShimValidatingVersion=a._applyShimValidatingVersion||0,a._applyShimNextVersion=(a._applyShimNextVersion||0)+1}function eg(a){return a._applyShimCurrentVersion===a._applyShimNextVersion}function fg(a){a._applyShimValidatingVersion=a._applyShimNextVersion;a._validating||(a._validating=!0,cg.then(function(){a._applyShimCurrentVersion=a._applyShimNextVersion;a._validating=!1}))};var gg={},hg=new Tf;function Y(){this.la={};this.c=document.documentElement;var a=new je;a.rules=[];this.i=yf(this.c,new xf(a));this.T=!1;this.a=this.b=null}n=Y.prototype;n.flush=function(){Uf()};n.za=function(a){return Ne(a)};n.Ka=function(a){return Le(a)};n.prepareTemplate=function(a,b,c){this.prepareTemplateDom(a,b);this.prepareTemplateStyles(a,b,c)};
202
- n.prepareTemplateStyles=function(a,b,c){if(!a._prepared&&!De){R||Qf[b]||(Qf[b]=Re(b));a._prepared=!0;a.name=b;a.extends=c;bg[b]=a;var d=Xe(a),e=Ye(d);c={is:b,extends:c};for(var f=[],g=a.content.querySelectorAll("style"),h=0;h<g.length;h++){var k=g[h];if(k.hasAttribute("shady-unscoped")){if(!R){var l=k.textContent;if(!Ke.has(l)){Ke.add(l);var m=document.createElement("style");m.setAttribute("shady-unscoped","");m.textContent=l;document.head.appendChild(m)}k.parentNode.removeChild(k)}}else f.push(k.textContent),
203
- k.parentNode.removeChild(k)}f=f.join("").trim()+(gg[b]||"");ig(this);if(!e){if(g=!d)g=Fe.test(f)||Ee.test(f),Fe.lastIndex=0,Ee.lastIndex=0;h=ke(f);g&&S&&this.b&&this.b.transformRules(h,b);a._styleAst=h}g=[];S||(g=Df(a._styleAst));if(!g.length||S)h=R?a.content:null,b=Qf[b]||null,d=df(c,a._styleAst,null,d,e?f:""),d=d.length?Pe(d,c.is,h,b):null,a._style=d;a.a=g}};n.Ea=function(a,b){gg[b]=a.join(" ")};
204
- n.prepareTemplateDom=function(a,b){if(!De){var c=Xe(a);R||"shady"===c||a._domPrepared||(a._domPrepared=!0,$e(a.content,b))}};function jg(a){var b=U(a),c=b.is;b=b.K;var d=Qf[c]||null,e=bg[c];if(e){c=e._styleAst;var f=e.a;e=Xe(e);b=new xf(c,d,f,b,e);yf(a,b);return b}}
205
- function kg(a){!a.a&&window.ShadyCSS&&window.ShadyCSS.CustomStyleInterface&&(a.a=window.ShadyCSS.CustomStyleInterface,a.a.transformCallback=function(b){a.pa(b)},a.a.validateCallback=function(){requestAnimationFrame(function(){(a.a.enqueued||a.T)&&a.flushCustomStyles()})})}function ig(a){if(!a.b&&window.ShadyCSS&&window.ShadyCSS.ApplyShim){a.b=window.ShadyCSS.ApplyShim;a.b.invalidCallback=dg;var b=!0}else b=!1;kg(a);return b}
206
- n.flushCustomStyles=function(){if(!De){var a=ig(this);if(this.a){var b=this.a.processStyles();if((a||this.a.enqueued)&&!Ye(this.i.cssBuild)){if(S){if(!this.i.cssBuild)for(a=0;a<b.length;a++){var c=this.a.getStyleForCustomStyle(b[a]);if(c&&S&&this.b){var d=Ne(c);ig(this);this.b.transformRules(d);c.textContent=Le(d)}}}else{lg(this,b);mg(this,this.c,this.i);for(a=0;a<b.length;a++)(c=this.a.getStyleForCustomStyle(b[a]))&&Of(c,this.i.u);this.T&&this.styleDocument()}this.a.enqueued=!1}}}};
207
- function lg(a,b){b=b.map(function(c){return a.a.getStyleForCustomStyle(c)}).filter(function(c){return!!c});b.sort(function(c,d){c=d.compareDocumentPosition(c);return c&Node.DOCUMENT_POSITION_FOLLOWING?1:c&Node.DOCUMENT_POSITION_PRECEDING?-1:0});a.i.o.rules=b.map(function(c){return Ne(c)})}
208
- n.styleElement=function(a,b){if(De){if(b){X(a)||yf(a,new xf(null));var c=X(a);c.l=c.l||{};Object.assign(c.l,b);ng(this,a,c)}}else if(c=X(a)||jg(a))if(a!==this.c&&(this.T=!0),b&&(c.l=c.l||{},Object.assign(c.l,b)),S)ng(this,a,c);else if(this.flush(),mg(this,a,c),c.da&&c.da.length){b=U(a).is;var d;a:{if(d=hg.cache[b])for(var e=d.length-1;0<=e;e--){var f=d[e];b:{var g=c.da;for(var h=0;h<g.length;h++){var k=g[h];if(f.s[k]!==c.u[k]){g=!1;break b}}g=!0}if(g){d=f;break a}}d=void 0}g=d?d.styleElement:null;
209
- e=c.m;(f=d&&d.m)||(f=this.la[b]=(this.la[b]||0)+1,f=b+"-"+f);c.m=f;f=c.m;h=Pf;h=g?g.textContent||"":Lf(h,a,c.u,f);k=X(a);var l=k.a;l&&!R&&l!==g&&(l._useCount--,0>=l._useCount&&l.parentNode&&l.parentNode.removeChild(l));R?k.a?(k.a.textContent=h,g=k.a):h&&(g=Pe(h,f,a.shadowRoot,k.b)):g?g.parentNode||(Bf&&-1<h.indexOf("@media")&&(g.textContent=h),Qe(g,null,k.b)):h&&(g=Pe(h,f,null,k.b));g&&(g._useCount=g._useCount||0,k.a!=g&&g._useCount++,k.a=g);f=g;R||(g=c.m,k=h=a.getAttribute("class")||"",e&&(k=h.replace(new RegExp("\\s*x-scope\\s*"+
210
- e+"\\s*","g")," ")),k+=(k?" ":"")+"x-scope "+g,h!==k&&Ue(a,k));d||hg.store(b,c.u,f,c.m)}};
211
- function ng(a,b,c){var d=U(b).is;if(c.l){var e=c.l,f;for(f in e)null===f?b.style.removeProperty(f):b.style.setProperty(f,e[f])}e=bg[d];if(!(!e&&b!==a.c||e&&""!==Xe(e))&&e&&e._style&&!eg(e)){if(eg(e)||e._applyShimValidatingVersion!==e._applyShimNextVersion)ig(a),a.b&&a.b.transformRules(e._styleAst,d),e._style.textContent=df(b,c.o),fg(e);R&&(a=b.shadowRoot)&&(a=a.querySelector("style"))&&(a.textContent=df(b,c.o));c.o=e._styleAst}}
212
- function og(a,b){return(b=Ve(b).getRootNode().host)?X(b)||jg(b)?b:og(a,b):a.c}function mg(a,b,c){var d=og(a,b),e=X(d),f=e.u;d===a.c||f||(mg(a,d,e),f=e.u);a=Object.create(f||null);d=Kf(b,c.o,c.cssBuild);b=If(e.o,b).s;Object.assign(a,d.Ba,b,d.Ga);b=c.l;for(var g in b)if((e=b[g])||0===e)a[g]=e;g=Pf;b=Object.getOwnPropertyNames(a);for(e=0;e<b.length;e++)d=b[e],a[d]=Gf(g,a[d],a);c.u=a}n.styleDocument=function(a){this.styleSubtree(this.c,a)};
213
- n.styleSubtree=function(a,b){var c=Ve(a),d=c.shadowRoot,e=a===this.c;(d||e)&&this.styleElement(a,b);if(a=e?c:d)for(a=Array.from(a.querySelectorAll("*")).filter(function(f){return Ve(f).shadowRoot}),b=0;b<a.length;b++)this.styleSubtree(a[b])};
214
- n.pa=function(a){var b=this,c=Xe(a);c!==this.i.cssBuild&&(this.i.cssBuild=c);if(!Ye(c)){var d=Ne(a);Me(d,function(e){if(R)wf(e);else{var f=V;e.selector=e.parsedSelector;wf(e);e.selector=e.g=gf(f,e,f.c,void 0,void 0)}S&&""===c&&(ig(b),b.b&&b.b.transformRule(e))});S?a.textContent=Le(d):this.i.o.rules.push(d)}};n.getComputedStyleValue=function(a,b){var c;S||(c=(X(a)||X(og(this,a))).u[b]);return(c=c||window.getComputedStyle(a).getPropertyValue(b))?c.trim():""};
215
- n.Ja=function(a,b){var c=Ve(a).getRootNode(),d;b?d=("string"===typeof b?b:String(b)).split(/\s/):d=[];b=c.host&&c.host.localName;if(!b&&(c=a.getAttribute("class"))){c=c.split(/\s/);for(var e=0;e<c.length;e++)if(c[e]===V.a){b=c[e+1];break}}b&&d.push(V.a,b);S||(b=X(a))&&b.m&&d.push(Pf.a,b.m);Ue(a,d.join(" "))};n.wa=function(a){return X(a)};n.Ia=function(a,b){W(a,b)};n.La=function(a,b){W(a,b,!0)};n.Ha=function(a){return Xf(a)};n.ya=function(a){return Wf(a)};Y.prototype.flush=Y.prototype.flush;
216
- 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.Ja;Y.prototype._styleInfoForNode=Y.prototype.wa;Y.prototype.transformCustomStyleForDocument=Y.prototype.pa;Y.prototype.getStyleAst=Y.prototype.za;Y.prototype.styleAstToString=Y.prototype.Ka;
217
- Y.prototype.flushCustomStyles=Y.prototype.flushCustomStyles;Y.prototype.scopeNode=Y.prototype.Ia;Y.prototype.unscopeNode=Y.prototype.La;Y.prototype.scopeForNode=Y.prototype.Ha;Y.prototype.currentScopeForNode=Y.prototype.ya;Y.prototype.prepareAdoptedCssText=Y.prototype.Ea;Object.defineProperties(Y.prototype,{nativeShadow:{get:function(){return R}},nativeCss:{get:function(){return S}}});var Z=new Y,pg,qg;window.ShadyCSS&&(pg=window.ShadyCSS.ApplyShim,qg=window.ShadyCSS.CustomStyleInterface);
176
+ function se(){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=""}
177
+ function te(a){var b=a=a.replace(ue,"").replace(ve,""),c=new se;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 se;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 we(c,a)}
178
+ function we(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=xe(c),c=c.replace(ye," "),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=ze:c.match(Ae)&&(a.type=Be,a.keyframesName=a.selector.split(ye).pop()):a.type=0===c.indexOf("--")?Ce:De);if(c=a.rules)for(var d=0,e=c.length,f=void 0;d<e&&(f=c[d]);d++)we(f,
179
+ b);return a}function xe(a){return a.replace(/\\([0-9a-f]{1,6})\s/gi,function(b,c){b=c;for(c=6-b.length;c--;)b="0"+b;return"\\"+b})}
180
+ function Ee(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=void 0;f<g&&(h=e[f]);f++)d=Ee(h,b,d)}else b?b=a.cssText:(b=a.cssText,b=b.replace(Fe,"").replace(Ge,""),b=b.replace(He,"").replace(Ie,"")),(d=b.trim())&&(d=" "+d+"\n")}d&&(a.selector&&(c+=a.selector+" {\n"),c+=d,a.selector&&(c+="}\n\n"));return c}
181
+ var De=1,Be=7,ze=4,Ce=1E3,ue=/\/\*[^*]*\*+([^/*][^*]*\*+)*\//gim,ve=/@import[^;]*;/gim,Fe=/(?:^[^;\-\s}]+)?--[^;{}]*?:[^{};]*?(?:[;\n]|$)/gim,Ge=/(?:^[^;\-\s}]+)?--[^;{}]*?:[^{};]*?{[^}]*?}(?:[;\n]|$)?/gim,He=/@apply\s*\(?[^);]*\)?\s*(?:[;\n]|$)?/gim,Ie=/[^;:]*?:[^;]*?var\([^;]*\)(?:[;\n]|$)?/gim,Ae=/^@[^\s]*keyframes/,ye=/\s+/g;var Q=!(window.ShadyDOM&&window.ShadyDOM.inUse),Je;function Ke(a){Je=a&&a.shimcssproperties?!1:Q||!(navigator.userAgent.match(/AppleWebKit\/601|Edge\/15/)||!window.CSS||!CSS.supports||!CSS.supports("box-shadow","0 0 0 var(--foo)"))}var Le;window.ShadyCSS&&void 0!==window.ShadyCSS.cssBuild&&(Le=window.ShadyCSS.cssBuild);var Me=!(!window.ShadyCSS||!window.ShadyCSS.disableRuntime);
182
+ window.ShadyCSS&&void 0!==window.ShadyCSS.nativeCss?Je=window.ShadyCSS.nativeCss:window.ShadyCSS?(Ke(window.ShadyCSS),window.ShadyCSS=void 0):Ke(window.WebComponents&&window.WebComponents.flags);var R=Je;var Ne=/(?:^|[;\s{]\s*)(--[\w-]*?)\s*:\s*(?:((?:'(?:\\'|.)*?'|"(?:\\"|.)*?"|\([^)]*?\)|[^};{])+)|\{([^}]*)\}(?:(?=[;\s}])|$))/gi,Oe=/(?:^|\W+)@apply\s*\(?([^);\n]*)\)?/gi,Pe=/(--[\w-]+)\s*([:,;)]|$)/gi,Qe=/(animation\s*:)|(animation-name\s*:)/,Re=/@media\s(.*)/,Se=/\{[^}]*\}/g;var Te=new Set;function Ue(a,b){if(!a)return"";"string"===typeof a&&(a=te(a));b&&Ve(a,b);return Ee(a,R)}function We(a){!a.__cssRules&&a.textContent&&(a.__cssRules=te(a.textContent));return a.__cssRules||null}function Xe(a){return!!a.parent&&a.parent.type===Be}function Ve(a,b,c,d){if(a){var e=!1,f=a.type;if(d&&f===ze){var g=a.selector.match(Re);g&&(window.matchMedia(g[1]).matches||(e=!0))}f===De?b(a):c&&f===Be?c(a):f===Ce&&(e=!0);if((a=a.rules)&&!e)for(e=0,f=a.length,g=void 0;e<f&&(g=a[e]);e++)Ve(g,b,c,d)}}
183
+ function Ye(a,b,c,d){var e=document.createElement("style");b&&e.setAttribute("scope",b);e.textContent=a;Ze(e,c,d);return e}var T=null;function $e(a){a=document.createComment(" Shady DOM styles for "+a+" ");var b=document.head;b.insertBefore(a,(T?T.nextSibling:null)||b.firstChild);return T=a}function Ze(a,b,c){b=b||document.head;b.insertBefore(a,c&&c.nextSibling||b.firstChild);T?a.compareDocumentPosition(T)===Node.DOCUMENT_POSITION_PRECEDING&&(T=a):T=a}
184
+ function af(a,b){for(var c=0,d=a.length;b<d;b++)if("("===a[b])c++;else if(")"===a[b]&&0===--c)return b;return-1}function bf(a,b){var c=a.indexOf("var(");if(-1===c)return b(a,"","","");var d=af(a,c+3),e=a.substring(c+4,d);c=a.substring(0,c);a=bf(a.substring(d+1),b);d=e.indexOf(",");return-1===d?b(c,e.trim(),"",a):b(c,e.substring(0,d).trim(),e.substring(d+1).trim(),a)}function cf(a,b){Q?a.setAttribute("class",b):window.ShadyDOM.nativeMethods.setAttribute.call(a,"class",b)}
185
+ var df=window.ShadyDOM&&window.ShadyDOM.wrap||function(a){return a};function U(a){var b=a.localName,c="";b?-1<b.indexOf("-")||(c=b,b=a.getAttribute&&a.getAttribute("is")||""):(b=a.is,c=a.extends);return{is:b,R:c}}function ef(a){for(var b=[],c="",d=0;0<=d&&d<a.length;d++)if("("===a[d]){var e=af(a,d);c+=a.slice(d,e+1);d=e}else","===a[d]?(b.push(c),c=""):c+=a[d];c&&b.push(c);return b}
186
+ function ff(a){if(void 0!==Le)return Le;if(void 0===a.__cssBuild){var b=a.getAttribute("css-build");if(b)a.__cssBuild=b;else{a:{b="template"===a.localName?a.content.firstChild:a.firstChild;if(b instanceof Comment&&(b=b.textContent.trim().split(":"),"css-build"===b[0])){b=b[1];break a}b=""}if(""!==b){var c="template"===a.localName?a.content.firstChild:a.firstChild;c.parentNode.removeChild(c)}a.__cssBuild=b}}return a.__cssBuild||""}
187
+ function gf(a){a=void 0===a?"":a;return""!==a&&R?Q?"shadow"===a:"shady"===a:!1};function hf(){}function jf(a,b){kf(V,a,function(c){W(c,b||"")})}function kf(a,b,c){b.nodeType===Node.ELEMENT_NODE&&c(b);var d;"template"===b.localName?d=(b.content||b._content||b).childNodes:d=b.children||b.childNodes;if(d)for(b=0;b<d.length;b++)kf(a,d[b],c)}
188
+ function W(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("class");c?d&&(b=d.replace("style-scope","").replace(b,""),cf(a,b)):cf(a,(d?d+" ":"")+"style-scope "+b)}}function lf(a,b,c){kf(V,a,function(d){W(d,b,!0);W(d,c)})}function mf(a,b){kf(V,a,function(c){W(c,b||"",!0)})}
189
+ function nf(a,b,c,d,e){var f=V;e=void 0===e?"":e;""===e&&(Q||"shady"===(void 0===d?"":d)?e=Ue(b,c):(a=U(a),e=of(f,b,a.is,a.R,c)+"\n\n"));return e.trim()}function of(a,b,c,d,e){var f=pf(c,d);c=c?"."+c:"";return Ue(b,function(g){g.i||(g.selector=g.l=qf(a,g,a.h,c,f),g.i=!0);e&&e(g,c,f)})}function pf(a,b){return b?"[is="+a+"]":a}
190
+ function qf(a,b,c,d,e){var f=ef(b.selector);if(!Xe(b)){b=0;for(var g=f.length,h=void 0;b<g&&(h=f[b]);b++)f[b]=c.call(a,h,d,e)}return f.filter(function(k){return!!k}).join(",")}function rf(a){return a.replace(sf,function(b,c,d){-1<d.indexOf("+")?d=d.replace(/\+/g,"___"):-1<d.indexOf("___")&&(d=d.replace(/___/g,"+"));return":"+c+"("+d+")"})}
191
+ function tf(a){for(var b=[],c;c=a.match(uf);){var d=c.index,e=af(a,d);if(-1===e)throw Error(c.input+" selector missing ')'");c=a.slice(d,e+1);a=a.replace(c,"\ue000");b.push(c)}return{ka:a,matches:b}}function vf(a,b){var c=a.split("\ue000");return b.reduce(function(d,e,f){return d+e+c[f+1]},c[0])}
192
+ hf.prototype.h=function(a,b,c){var d=!1;a=a.trim();var e=sf.test(a);e&&(a=a.replace(sf,function(h,k,l){return":"+k+"("+l.replace(/\s/g,"")+")"}),a=rf(a));var f=uf.test(a);if(f){var g=tf(a);a=g.ka;g=g.matches}a=a.replace(wf,":host $1");a=a.replace(xf,function(h,k,l){d||(h=yf(l,k,b,c),d=d||h.stop,k=h.Ca,l=h.value);return k+l});f&&(a=vf(a,g));e&&(a=rf(a));return a=a.replace(zf,function(h,k,l,m){return'[dir="'+l+'"] '+k+m+", "+k+'[dir="'+l+'"]'+m})};
193
+ function yf(a,b,c,d){var e=a.indexOf("::slotted");0<=a.indexOf(":host")?a=Af(a,d):0!==e&&(a=c?Bf(a,c):a);c=!1;0<=e&&(b="",c=!0);if(c){var f=!0;c&&(a=a.replace(Cf,function(g,h){return" > "+h}))}return{value:a,Ca:b,stop:f}}function Bf(a,b){a=a.split(/(\[.+?\])/);for(var c=[],d=0;d<a.length;d++)if(1===d%2)c.push(a[d]);else{var e=a[d];if(""!==e||d!==a.length-1)e=e.split(":"),e[0]+=b,c.push(e.join(":"))}return c.join("")}
194
+ function Af(a,b){var c=a.match(Df);return(c=c&&c[2].trim()||"")?c[0].match(Ef)?a.replace(Df,function(d,e,f){return b+f}):c.split(Ef)[0]===b?c:"should_not_match":a.replace(":host",b)}function Ff(a){":root"===a.selector&&(a.selector="html")}hf.prototype.i=function(a){return a.match(":host")?"":a.match("::slotted")?this.h(a,":not(.style-scope)"):Bf(a.trim(),":not(.style-scope)")};da.Object.defineProperties(hf.prototype,{g:{configurable:!0,enumerable:!0,get:function(){return"style-scope"}}});
195
+ var sf=/:(nth[-\w]+)\(([^)]+)\)/,xf=/(^|[\s>+~]+)((?:\[.+?\]|[^\s>+~=[])+)/g,Ef=/[[.:#*]/,wf=/^(::slotted)/,Df=/(:host)(?:\(((?:\([^)(]*\)|[^)(]*)+?)\))/,Cf=/(?:::slotted)(?:\(((?:\([^)(]*\)|[^)(]*)+?)\))/,zf=/(.*):dir\((?:(ltr|rtl))\)(.*)/,uf=/:(?:matches|any|-(?:webkit|moz)-any)/,V=new hf;function Gf(a,b,c,d,e){this.A=a||null;this.h=b||null;this.ia=c||[];this.u=null;this.cssBuild=e||"";this.R=d||"";this.g=this.v=this.C=null}function X(a){return a?a.__styleInfo:null}function Hf(a,b){return a.__styleInfo=b}Gf.prototype.i=function(){return this.A};Gf.prototype._getStyleRules=Gf.prototype.i;function If(a){var b=this.matches||this.matchesSelector||this.mozMatchesSelector||this.msMatchesSelector||this.oMatchesSelector||this.webkitMatchesSelector;return b&&b.call(this,a)}var Jf=/:host\s*>\s*/,Kf=navigator.userAgent.match("Trident");function Lf(){}function Mf(a){var b={},c=[],d=0;Ve(a,function(f){Nf(f);f.index=d++;f=f.j.cssText;for(var g;g=Pe.exec(f);){var h=g[1];":"!==g[2]&&(b[h]=!0)}},function(f){c.push(f)});a.h=c;a=[];for(var e in b)a.push(e);return a}
196
+ function Nf(a){if(!a.j){var b={},c={};Of(a,c)&&(b.B=c,a.rules=null);b.cssText=a.parsedCssText.replace(Se,"").replace(Ne,"");a.j=b}}function Of(a,b){var c=a.j;if(c){if(c.B)return Object.assign(b,c.B),!0}else{c=a.parsedCssText;for(var d;a=Ne.exec(c);){d=(a[2]||a[3]).trim();if("inherit"!==d||"unset"!==d)b[a[1].trim()]=d;d=!0}return d}}
197
+ function Pf(a,b,c){b&&(b=0<=b.indexOf(";")?Qf(a,b,c):bf(b,function(d,e,f,g){if(!e)return d+g;(e=Pf(a,c[e],c))&&"initial"!==e?"apply-shim-inherit"===e&&(e="inherit"):e=Pf(a,c[f]||f,c)||f;return d+(e||"")+g}));return b&&b.trim()||""}
198
+ function Qf(a,b,c){b=b.split(";");for(var d=0,e,f;d<b.length;d++)if(e=b[d]){Oe.lastIndex=0;if(f=Oe.exec(e))e=Pf(a,c[f[1]],c);else if(f=e.indexOf(":"),-1!==f){var g=e.substring(f);g=g.trim();g=Pf(a,g,c)||g;e=e.substring(0,f)+g}b[d]=e&&e.lastIndexOf(";")===e.length-1?e.slice(0,-1):e||""}return b.join(";")}
199
+ function Rf(a,b){var c={},d=[];Ve(a,function(e){e.j||Nf(e);var f=e.l||e.parsedSelector;b&&e.j.B&&f&&If.call(b,f)&&(Of(e,c),e=e.index,f=parseInt(e/32,10),d[f]=(d[f]||0)|1<<e%32)},null,!0);return{B:c,key:d}}
200
+ function Sf(a,b,c,d){b.j||Nf(b);if(b.j.B){var e=U(a);a=e.is;e=e.R;e=a?pf(a,e):"html";var f=b.parsedSelector;var g=!!f.match(Jf)||"html"===e&&-1<f.indexOf("html");var h=0===f.indexOf(":host")&&!g;"shady"===c&&(g=f===e+" > *."+e||-1!==f.indexOf("html"),h=!g&&0===f.indexOf(e));if(g||h)c=e,h&&(b.l||(b.l=qf(V,b,V.h,a?"."+a:"",e)),c=b.l||e),g&&"html"===e&&(c=b.l||b.aa),d({ka:c,Ha:h,Ua:g})}}
201
+ function Tf(a,b,c){var d={},e={};Ve(b,function(f){Sf(a,f,c,function(g){If.call(a._element||a,g.ka)&&(g.Ha?Of(f,d):Of(f,e))})},null,!0);return{La:e,Ga:d}}
202
+ function Uf(a,b,c,d){var e=U(b),f=pf(e.is,e.R),g=new RegExp("(?:^|[^.#[:])"+(b.extends?"\\"+f.slice(0,-1)+"\\]":f)+"($|[.:[\\s>+~])"),h=X(b);e=h.A;h=h.cssBuild;var k=Vf(e,d);return nf(b,e,function(l){var m="";l.j||Nf(l);l.j.cssText&&(m=Qf(a,l.j.cssText,c));l.cssText=m;if(!Q&&!Xe(l)&&l.cssText){var q=m=l.cssText;null==l.qa&&(l.qa=Qe.test(m));if(l.qa)if(null==l.Z){l.Z=[];for(var v in k)q=k[v],q=q(m),m!==q&&(m=q,l.Z.push(v))}else{for(v=0;v<l.Z.length;++v)q=k[l.Z[v]],m=q(m);q=m}l.cssText=q;l.l=l.l||l.selector;
203
+ m="."+d;v=ef(l.l);q=0;for(var S=v.length,$a=void 0;q<S&&($a=v[q]);q++)v[q]=$a.match(g)?$a.replace(f,m):m+" "+$a;l.selector=v.join(",")}},h)}function Vf(a,b){a=a.h;var c={};if(!Q&&a)for(var d=0,e=a[d];d<a.length;e=a[++d]){var f=e,g=b;f.o=new RegExp("\\b"+f.keyframesName+"(?!\\B|-)","g");f.g=f.keyframesName+"-"+g;f.l=f.l||f.selector;f.selector=f.l.replace(f.keyframesName,f.g);c[e.keyframesName]=Wf(e)}return c}function Wf(a){return function(b){return b.replace(a.o,a.g)}}
204
+ function Xf(a,b){var c=Yf,d=We(a);a.textContent=Ue(d,function(e){var f=e.cssText=e.parsedCssText;e.j&&e.j.cssText&&(f=f.replace(Fe,"").replace(Ge,""),e.cssText=Qf(c,f,b))})}da.Object.defineProperties(Lf.prototype,{g:{configurable:!0,enumerable:!0,get:function(){return"x-scope"}}});var Yf=new Lf;var Zf={},$f=window.customElements;if($f&&!Q&&!Me){var ag=$f.define;$f.define=function(a,b,c){Zf[a]||(Zf[a]=$e(a));ag.call($f,a,b,c)}};function bg(){this.cache={}}bg.prototype.store=function(a,b,c,d){var e=this.cache[a]||[];e.push({B:b,styleElement:c,v:d});100<e.length&&e.shift();this.cache[a]=e};function cg(){}var dg=new RegExp(V.g+"\\s*([^\\s]*)");function eg(a){return(a=(a.classList&&a.classList.value?a.classList.value:a.getAttribute("class")||"").match(dg))?a[1]:""}function fg(a){var b=df(a).getRootNode();return b===a||b===a.ownerDocument?"":(a=b.host)?U(a).is:""}
205
+ function gg(a){for(var b=0;b<a.length;b++){var c=a[b];if(c.target!==document.documentElement&&c.target!==document.head)for(var d=0;d<c.addedNodes.length;d++){var e=c.addedNodes[d];if(e.nodeType===Node.ELEMENT_NODE){var f=e.getRootNode(),g=eg(e);if(g&&f===e.ownerDocument&&("style"!==e.localName&&"template"!==e.localName||""===ff(e)))mf(e,g);else if(f instanceof ShadowRoot)for(f=fg(e),f!==g&&lf(e,g,f),e=window.ShadyDOM.nativeMethods.querySelectorAll.call(e,":not(."+V.g+")"),g=0;g<e.length;g++){f=e[g];
206
+ var h=fg(f);h&&W(f,h)}}}}}
207
+ if(!(Q||window.ShadyDOM&&window.ShadyDOM.handlesDynamicScoping)){var hg=new MutationObserver(gg),ig=function(a){hg.observe(a,{childList:!0,subtree:!0})};if(window.customElements&&!window.customElements.polyfillWrapFlushCallback)ig(document);else{var jg=function(){ig(document.body)};window.HTMLImports?window.HTMLImports.whenReady(jg):requestAnimationFrame(function(){if("loading"===document.readyState){var a=function(){jg();document.removeEventListener("readystatechange",a)};document.addEventListener("readystatechange",
208
+ a)}else jg()})}cg=function(){gg(hg.takeRecords())}};var kg={};var lg=Promise.resolve();function mg(a){if(a=kg[a])a._applyShimCurrentVersion=a._applyShimCurrentVersion||0,a._applyShimValidatingVersion=a._applyShimValidatingVersion||0,a._applyShimNextVersion=(a._applyShimNextVersion||0)+1}function ng(a){return a._applyShimCurrentVersion===a._applyShimNextVersion}function og(a){a._applyShimValidatingVersion=a._applyShimNextVersion;a._validating||(a._validating=!0,lg.then(function(){a._applyShimCurrentVersion=a._applyShimNextVersion;a._validating=!1}))};var pg={},qg=new bg;function Y(){this.ra={};this.i=document.documentElement;var a=new se;a.rules=[];this.o=Hf(this.i,new Gf(a));this.aa=!1;this.g=this.h=null}n=Y.prototype;n.flush=function(){cg()};n.Ea=function(a){return We(a)};n.Pa=function(a){return Ue(a)};n.prepareTemplate=function(a,b,c){this.prepareTemplateDom(a,b);this.prepareTemplateStyles(a,b,c)};
209
+ n.prepareTemplateStyles=function(a,b,c){if(!a._prepared&&!Me){Q||Zf[b]||(Zf[b]=$e(b));a._prepared=!0;a.name=b;a.extends=c;kg[b]=a;var d=ff(a),e=gf(d);c={is:b,extends:c};for(var f=[],g=a.content.querySelectorAll("style"),h=0;h<g.length;h++){var k=g[h];if(k.hasAttribute("shady-unscoped")){if(!Q){var l=k.textContent;if(!Te.has(l)){Te.add(l);var m=document.createElement("style");m.setAttribute("shady-unscoped","");m.textContent=l;document.head.appendChild(m)}k.parentNode.removeChild(k)}}else f.push(k.textContent),
210
+ k.parentNode.removeChild(k)}f=f.join("").trim()+(pg[b]||"");rg(this);if(!e){if(g=!d)g=Oe.test(f)||Ne.test(f),Oe.lastIndex=0,Ne.lastIndex=0;h=te(f);g&&R&&this.h&&this.h.transformRules(h,b);a._styleAst=h}g=[];R||(g=Mf(a._styleAst));if(!g.length||R)h=Q?a.content:null,b=Zf[b]||null,d=nf(c,a._styleAst,null,d,e?f:""),d=d.length?Ye(d,c.is,h,b):null,a._style=d;a.g=g}};n.Ja=function(a,b){pg[b]=a.join(" ")};
211
+ n.prepareTemplateDom=function(a,b){if(!Me){var c=ff(a);Q||"shady"===c||a._domPrepared||(a._domPrepared=!0,jf(a.content,b))}};function sg(a){var b=U(a),c=b.is;b=b.R;var d=Zf[c]||null,e=kg[c];if(e){c=e._styleAst;var f=e.g;e=ff(e);b=new Gf(c,d,f,b,e);Hf(a,b);return b}}
212
+ function tg(a){!a.g&&window.ShadyCSS&&window.ShadyCSS.CustomStyleInterface&&(a.g=window.ShadyCSS.CustomStyleInterface,a.g.transformCallback=function(b){a.ua(b)},a.g.validateCallback=function(){requestAnimationFrame(function(){(a.g.enqueued||a.aa)&&a.flushCustomStyles()})})}function rg(a){if(!a.h&&window.ShadyCSS&&window.ShadyCSS.ApplyShim){a.h=window.ShadyCSS.ApplyShim;a.h.invalidCallback=mg;var b=!0}else b=!1;tg(a);return b}
213
+ n.flushCustomStyles=function(){if(!Me){var a=rg(this);if(this.g){var b=this.g.processStyles();if((a||this.g.enqueued)&&!gf(this.o.cssBuild)){if(R){if(!this.o.cssBuild)for(a=0;a<b.length;a++){var c=this.g.getStyleForCustomStyle(b[a]);if(c&&R&&this.h){var d=We(c);rg(this);this.h.transformRules(d);c.textContent=Ue(d)}}}else{ug(this,b);vg(this,this.i,this.o);for(a=0;a<b.length;a++)(c=this.g.getStyleForCustomStyle(b[a]))&&Xf(c,this.o.C);this.aa&&this.styleDocument()}this.g.enqueued=!1}}}};
214
+ function ug(a,b){b=b.map(function(c){return a.g.getStyleForCustomStyle(c)}).filter(function(c){return!!c});b.sort(function(c,d){c=d.compareDocumentPosition(c);return c&Node.DOCUMENT_POSITION_FOLLOWING?1:c&Node.DOCUMENT_POSITION_PRECEDING?-1:0});a.o.A.rules=b.map(function(c){return We(c)})}
215
+ n.styleElement=function(a,b){if(Me){if(b){X(a)||Hf(a,new Gf(null));var c=X(a);c.u=c.u||{};Object.assign(c.u,b);wg(this,a,c)}}else if(c=X(a)||sg(a))if(a!==this.i&&(this.aa=!0),b&&(c.u=c.u||{},Object.assign(c.u,b)),R)wg(this,a,c);else if(this.flush(),vg(this,a,c),c.ia&&c.ia.length){b=U(a).is;var d;a:{if(d=qg.cache[b])for(var e=d.length-1;0<=e;e--){var f=d[e];b:{var g=c.ia;for(var h=0;h<g.length;h++){var k=g[h];if(f.B[k]!==c.C[k]){g=!1;break b}}g=!0}if(g){d=f;break a}}d=void 0}g=d?d.styleElement:null;
216
+ e=c.v;(f=d&&d.v)||(f=this.ra[b]=(this.ra[b]||0)+1,f=b+"-"+f);c.v=f;f=c.v;h=Yf;h=g?g.textContent||"":Uf(h,a,c.C,f);k=X(a);var l=k.g;l&&!Q&&l!==g&&(l._useCount--,0>=l._useCount&&l.parentNode&&l.parentNode.removeChild(l));Q?k.g?(k.g.textContent=h,g=k.g):h&&(g=Ye(h,f,a.shadowRoot,k.h)):g?g.parentNode||(Kf&&-1<h.indexOf("@media")&&(g.textContent=h),Ze(g,null,k.h)):h&&(g=Ye(h,f,null,k.h));g&&(g._useCount=g._useCount||0,k.g!=g&&g._useCount++,k.g=g);f=g;Q||(g=c.v,k=h=a.getAttribute("class")||"",e&&(k=h.replace(new RegExp("\\s*x-scope\\s*"+
217
+ e+"\\s*","g")," ")),k+=(k?" ":"")+"x-scope "+g,h!==k&&cf(a,k));d||qg.store(b,c.C,f,c.v)}};
218
+ function wg(a,b,c){var d=U(b).is;if(c.u){var e=c.u,f;for(f in e)null===f?b.style.removeProperty(f):b.style.setProperty(f,e[f])}e=kg[d];if(!(!e&&b!==a.i||e&&""!==ff(e))&&e&&e._style&&!ng(e)){if(ng(e)||e._applyShimValidatingVersion!==e._applyShimNextVersion)rg(a),a.h&&a.h.transformRules(e._styleAst,d),e._style.textContent=nf(b,c.A),og(e);Q&&(a=b.shadowRoot)&&(a=a.querySelector("style"))&&(a.textContent=nf(b,c.A));c.A=e._styleAst}}
219
+ function xg(a,b){return(b=df(b).getRootNode().host)?X(b)||sg(b)?b:xg(a,b):a.i}function vg(a,b,c){var d=xg(a,b),e=X(d),f=e.C;d===a.i||f||(vg(a,d,e),f=e.C);a=Object.create(f||null);d=Tf(b,c.A,c.cssBuild);b=Rf(e.A,b).B;Object.assign(a,d.Ga,b,d.La);b=c.u;for(var g in b)if((e=b[g])||0===e)a[g]=e;g=Yf;b=Object.getOwnPropertyNames(a);for(e=0;e<b.length;e++)d=b[e],a[d]=Pf(g,a[d],a);c.C=a}n.styleDocument=function(a){this.styleSubtree(this.i,a)};
220
+ n.styleSubtree=function(a,b){var c=df(a),d=c.shadowRoot,e=a===this.i;(d||e)&&this.styleElement(a,b);if(a=e?c:d)for(a=Array.from(a.querySelectorAll("*")).filter(function(f){return df(f).shadowRoot}),b=0;b<a.length;b++)this.styleSubtree(a[b])};
221
+ n.ua=function(a){var b=this,c=ff(a);c!==this.o.cssBuild&&(this.o.cssBuild=c);if(!gf(c)){var d=We(a);Ve(d,function(e){if(Q)Ff(e);else{var f=V;e.selector=e.parsedSelector;Ff(e);e.selector=e.l=qf(f,e,f.i,void 0,void 0)}R&&""===c&&(rg(b),b.h&&b.h.transformRule(e))});R?a.textContent=Ue(d):this.o.A.rules.push(d)}};n.getComputedStyleValue=function(a,b){var c;R||(c=(X(a)||X(xg(this,a))).C[b]);return(c=c||window.getComputedStyle(a).getPropertyValue(b))?c.trim():""};
222
+ n.Oa=function(a,b){var c=df(a).getRootNode();b=b?("string"===typeof b?b:String(b)).split(/\s/):[];c=c.host&&c.host.localName;if(!c){var d=a.getAttribute("class");if(d){d=d.split(/\s/);for(var e=0;e<d.length;e++)if(d[e]===V.g){c=d[e+1];break}}}c&&b.push(V.g,c);R||(c=X(a))&&c.v&&b.push(Yf.g,c.v);cf(a,b.join(" "))};n.Ba=function(a){return X(a)};n.Na=function(a,b){W(a,b)};n.Qa=function(a,b){W(a,b,!0)};n.Ma=function(a){return fg(a)};n.Da=function(a){return eg(a)};Y.prototype.flush=Y.prototype.flush;
223
+ 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.Oa;Y.prototype._styleInfoForNode=Y.prototype.Ba;Y.prototype.transformCustomStyleForDocument=Y.prototype.ua;Y.prototype.getStyleAst=Y.prototype.Ea;Y.prototype.styleAstToString=Y.prototype.Pa;
224
+ Y.prototype.flushCustomStyles=Y.prototype.flushCustomStyles;Y.prototype.scopeNode=Y.prototype.Na;Y.prototype.unscopeNode=Y.prototype.Qa;Y.prototype.scopeForNode=Y.prototype.Ma;Y.prototype.currentScopeForNode=Y.prototype.Da;Y.prototype.prepareAdoptedCssText=Y.prototype.Ja;Object.defineProperties(Y.prototype,{nativeShadow:{get:function(){return Q}},nativeCss:{get:function(){return R}}});var Z=new Y,yg,zg;window.ShadyCSS&&(yg=window.ShadyCSS.ApplyShim,zg=window.ShadyCSS.CustomStyleInterface);
218
225
  window.ShadyCSS={ScopingShim:Z,prepareTemplate:function(a,b,c){Z.flushCustomStyles();Z.prepareTemplate(a,b,c)},prepareTemplateDom:function(a,b){Z.prepareTemplateDom(a,b)},prepareTemplateStyles:function(a,b,c){Z.flushCustomStyles();Z.prepareTemplateStyles(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)},flushCustomStyles:function(){Z.flushCustomStyles()},
219
- getComputedStyleValue:function(a,b){return Z.getComputedStyleValue(a,b)},nativeCss:S,nativeShadow:R,cssBuild:Ce,disableRuntime:De};pg&&(window.ShadyCSS.ApplyShim=pg);qg&&(window.ShadyCSS.CustomStyleInterface=qg);}).call(this);
226
+ getComputedStyleValue:function(a,b){return Z.getComputedStyleValue(a,b)},nativeCss:R,nativeShadow:Q,cssBuild:Le,disableRuntime:Me};yg&&(window.ShadyCSS.ApplyShim=yg);zg&&(window.ShadyCSS.CustomStyleInterface=zg);}).call(this);
220
227
 
221
228
  //# sourceMappingURL=webcomponents-sd-ce.js.map