@descope/web-components-ui 1.0.222 → 1.0.224

Sign up to get free protection for your applications and to get access to all the features.
Files changed (85) hide show
  1. package/dist/cjs/index.cjs.js +1145 -739
  2. package/dist/cjs/index.cjs.js.map +1 -1
  3. package/dist/index.esm.js +1264 -752
  4. package/dist/index.esm.js.map +1 -1
  5. package/dist/umd/1000.js +1 -1
  6. package/dist/umd/1037.js +2 -0
  7. package/dist/umd/1037.js.LICENSE.txt +5 -0
  8. package/dist/umd/1419.js +360 -0
  9. package/dist/umd/1419.js.LICENSE.txt +23 -0
  10. package/dist/umd/1932.js +310 -0
  11. package/dist/umd/1932.js.LICENSE.txt +5 -0
  12. package/dist/umd/1990.js +3 -3
  13. package/dist/umd/2066.js +2 -0
  14. package/dist/umd/2066.js.LICENSE.txt +5 -0
  15. package/dist/umd/262.js +2 -0
  16. package/dist/umd/262.js.LICENSE.txt +5 -0
  17. package/dist/umd/2873.js +738 -0
  18. package/dist/umd/2873.js.LICENSE.txt +21 -0
  19. package/dist/umd/3003.js +2 -0
  20. package/dist/umd/3003.js.LICENSE.txt +9 -0
  21. package/dist/umd/{9515.js → 3092.js} +88 -88
  22. package/dist/umd/3660.js +17 -0
  23. package/dist/umd/{1883.js.LICENSE.txt → 3660.js.LICENSE.txt} +1 -11
  24. package/dist/umd/422.js +1 -1
  25. package/dist/umd/4222.js +2 -0
  26. package/dist/umd/{1852.js.LICENSE.txt → 4222.js.LICENSE.txt} +0 -30
  27. package/dist/umd/4447.js +2 -1
  28. package/dist/umd/4447.js.LICENSE.txt +5 -0
  29. package/dist/umd/4567.js +1 -0
  30. package/dist/umd/4746.js +123 -0
  31. package/dist/umd/4905.js +2 -0
  32. package/dist/umd/4905.js.LICENSE.txt +5 -0
  33. package/dist/umd/5345.js +94 -0
  34. package/dist/umd/5806.js +1 -1
  35. package/dist/umd/5977.js +289 -0
  36. package/dist/umd/5977.js.LICENSE.txt +17 -0
  37. package/dist/umd/6551.js +1 -0
  38. package/dist/umd/{7101.js → 6770.js} +5 -5
  39. package/dist/umd/6770.js.LICENSE.txt +11 -0
  40. package/dist/umd/7056.js +1 -1
  41. package/dist/umd/{6116.js → 7514.js} +9 -9
  42. package/dist/umd/8725.js +2 -2
  43. package/dist/umd/9189.js +2 -0
  44. package/dist/umd/9189.js.LICENSE.txt +5 -0
  45. package/dist/umd/9211.js +2 -2
  46. package/dist/umd/9437.js +1 -1
  47. package/dist/umd/9629.js +2 -0
  48. package/dist/umd/9629.js.LICENSE.txt +5 -0
  49. package/dist/umd/9671.js +1 -0
  50. package/dist/umd/9680.js +2 -0
  51. package/dist/umd/9680.js.LICENSE.txt +5 -0
  52. package/dist/umd/boolean-fields-descope-checkbox-index-js.js +1 -1
  53. package/dist/umd/boolean-fields-descope-switch-toggle-index-js.js +1 -1
  54. package/dist/umd/descope-combo-box-index-js.js +1 -1
  55. package/dist/umd/descope-grid-descope-grid-selection-column-index-js.js +1 -0
  56. package/dist/umd/descope-grid-descope-grid-status-column-index-js.js +1 -0
  57. package/dist/umd/descope-grid-descope-grid-text-column-index-js.js +1 -0
  58. package/dist/umd/descope-grid-index-js.js +1 -0
  59. package/dist/umd/descope-modal-index-js.js +1 -0
  60. package/dist/umd/descope-text-area-index-js.js +1 -1
  61. package/dist/umd/index.js +1 -1
  62. package/package.json +4 -2
  63. package/src/components/descope-grid/GridClass.js +226 -0
  64. package/src/components/descope-grid/descope-grid-selection-column/index.js +68 -0
  65. package/src/components/descope-grid/descope-grid-status-column/index.js +34 -0
  66. package/src/components/descope-grid/descope-grid-text-column/index.js +11 -0
  67. package/src/components/descope-grid/helpers.js +9 -0
  68. package/src/components/descope-grid/index.js +10 -0
  69. package/src/components/descope-modal/ModalClass.js +109 -0
  70. package/src/components/descope-modal/index.js +6 -0
  71. package/src/index.cjs.js +1 -0
  72. package/src/index.js +1 -0
  73. package/src/mixins/createStyleMixin/helpers.js +2 -2
  74. package/src/mixins/createStyleMixin/index.js +2 -2
  75. package/src/mixins/portalMixin.js +24 -4
  76. package/src/theme/components/grid.js +38 -0
  77. package/src/theme/components/index.js +4 -0
  78. package/src/theme/components/modal.js +16 -0
  79. package/dist/umd/1852.js +0 -375
  80. package/dist/umd/1883.js +0 -289
  81. package/dist/umd/4767.js +0 -215
  82. /package/dist/umd/{7101.js.LICENSE.txt → 3092.js.LICENSE.txt} +0 -0
  83. /package/dist/umd/{4767.js.LICENSE.txt → 4746.js.LICENSE.txt} +0 -0
  84. /package/dist/umd/{9515.js.LICENSE.txt → 5345.js.LICENSE.txt} +0 -0
  85. /package/dist/umd/{6116.js.LICENSE.txt → 7514.js.LICENSE.txt} +0 -0
package/dist/umd/1852.js DELETED
@@ -1,375 +0,0 @@
1
- /*! For license information please see 1852.js.LICENSE.txt */
2
- "use strict";(self.webpackChunkDescopeUI=self.webpackChunkDescopeUI||[]).push([[1852],{7221:(t,e,s)=>{s.d(e,{e:()=>a}),s(7894);var o=s(1014),i=s(2224),r=s(1342);const n=i.YA,a=(0,o.o)((t=>class extends t{static createProperties(t){const e=this.prototype;for(let s in t)s in e||e._createPropertyAccessor(s)}static attributeNameForProperty(t){return t.toLowerCase()}static typeForProperty(t){}_createPropertyAccessor(t,e){this._addPropertyToAttributeMap(t),this.hasOwnProperty(JSCompiler_renameProperty("__dataHasAccessor",this))||(this.__dataHasAccessor=Object.assign({},this.__dataHasAccessor)),this.__dataHasAccessor[t]||(this.__dataHasAccessor[t]=!0,this._definePropertyAccessor(t,e))}_addPropertyToAttributeMap(t){this.hasOwnProperty(JSCompiler_renameProperty("__dataAttributes",this))||(this.__dataAttributes=Object.assign({},this.__dataAttributes));let e=this.__dataAttributes[t];return e||(e=this.constructor.attributeNameForProperty(t),this.__dataAttributes[e]=t),e}_definePropertyAccessor(t,e){Object.defineProperty(this,t,{get(){return this.__data[t]},set:e?function(){}:function(e){this._setPendingProperty(t,e,!0)&&this._invalidateProperties()}})}constructor(){super(),this.__dataEnabled=!1,this.__dataReady=!1,this.__dataInvalid=!1,this.__data={},this.__dataPending=null,this.__dataOld=null,this.__dataInstanceProps=null,this.__dataCounter=0,this.__serializing=!1,this._initializeProperties()}ready(){this.__dataReady=!0,this._flushProperties()}_initializeProperties(){for(let t in this.__dataHasAccessor)this.hasOwnProperty(t)&&(this.__dataInstanceProps=this.__dataInstanceProps||{},this.__dataInstanceProps[t]=this[t],delete this[t])}_initializeInstanceProperties(t){Object.assign(this,t)}_setProperty(t,e){this._setPendingProperty(t,e)&&this._invalidateProperties()}_getProperty(t){return this.__data[t]}_setPendingProperty(t,e,s){let o=this.__data[t],i=this._shouldPropertyChange(t,e,o);return i&&(this.__dataPending||(this.__dataPending={},this.__dataOld={}),this.__dataOld&&!(t in this.__dataOld)&&(this.__dataOld[t]=o),this.__data[t]=e,this.__dataPending[t]=e),i}_isPropertyPending(t){return!(!this.__dataPending||!this.__dataPending.hasOwnProperty(t))}_invalidateProperties(){!this.__dataInvalid&&this.__dataReady&&(this.__dataInvalid=!0,n.run((()=>{this.__dataInvalid&&(this.__dataInvalid=!1,this._flushProperties())})))}_enableProperties(){this.__dataEnabled||(this.__dataEnabled=!0,this.__dataInstanceProps&&(this._initializeInstanceProperties(this.__dataInstanceProps),this.__dataInstanceProps=null),this.ready())}_flushProperties(){this.__dataCounter++;const t=this.__data,e=this.__dataPending,s=this.__dataOld;this._shouldPropertiesChange(t,e,s)&&(this.__dataPending=null,this.__dataOld=null,this._propertiesChanged(t,e,s)),this.__dataCounter--}_shouldPropertiesChange(t,e,s){return Boolean(e)}_propertiesChanged(t,e,s){}_shouldPropertyChange(t,e,s){return s!==e&&(s==s||e==e)}attributeChangedCallback(t,e,s,o){e!==s&&this._attributeToProperty(t,s),super.attributeChangedCallback&&super.attributeChangedCallback(t,e,s,o)}_attributeToProperty(t,e,s){if(!this.__serializing){const o=this.__dataAttributes,i=o&&o[t]||t;this[i]=this._deserializeValue(e,s||this.constructor.typeForProperty(i))}}_propertyToAttribute(t,e,s){this.__serializing=!0,s=arguments.length<3?this[t]:s,this._valueToNodeAttribute(this,s,e||this.constructor.attributeNameForProperty(t)),this.__serializing=!1}_valueToNodeAttribute(t,e,s){const o=this._serializeValue(e);"class"!==s&&"name"!==s&&"slot"!==s||(t=(0,r.r)(t)),void 0===o?t.removeAttribute(s):t.setAttribute(s,""===o&&window.trustedTypes?window.trustedTypes.emptyScript:o)}_serializeValue(t){return"boolean"==typeof t?t?"":void 0:null!=t?t.toString():void 0}_deserializeValue(t,e){switch(e){case Boolean:return null!==t;case Number:return Number(t);default:return t}}}))},4933:(t,e,s)=>{s.d(e,{q:()=>at}),s(7894);var o=s(1342),i=s(1014),r=s(1446);const n={},a=/-[a-z]/g,l=/([A-Z])/g;function c(t){return n[t]||(n[t]=t.indexOf("-")<0?t:t.replace(a,(t=>t[1].toUpperCase())))}function d(t){return n[t]||(n[t]=t.replace(l,"-$1").toLowerCase())}var h=s(7221);const u={};let p=HTMLElement.prototype;for(;p;){let t=Object.getOwnPropertyNames(p);for(let e=0;e<t.length;e++)u[t[e]]=!0;p=Object.getPrototypeOf(p)}const _=window.trustedTypes?t=>trustedTypes.isHTML(t)||trustedTypes.isScript(t)||trustedTypes.isScriptURL(t):()=>!1,m=(0,i.o)((t=>{const e=(0,h.e)(t);return class extends e{static createPropertiesForAttributes(){let t=this.observedAttributes;for(let e=0;e<t.length;e++)this.prototype._createPropertyAccessor(c(t[e]))}static attributeNameForProperty(t){return d(t)}_initializeProperties(){this.__dataProto&&(this._initializeProtoProperties(this.__dataProto),this.__dataProto=null),super._initializeProperties()}_initializeProtoProperties(t){for(let e in t)this._setProperty(e,t[e])}_ensureAttribute(t,e){this.hasAttribute(t)||this._valueToNodeAttribute(this,e,t)}_serializeValue(t){if("object"==typeof t){if(t instanceof Date)return t.toString();if(t){if(_(t))return t;try{return JSON.stringify(t)}catch(t){return""}}}return super._serializeValue(t)}_deserializeValue(t,e){let s;switch(e){case Object:try{s=JSON.parse(t)}catch(e){s=t}break;case Array:try{s=JSON.parse(t)}catch(e){s=null,console.warn(`Polymer::Attributes: couldn't decode Array as JSON: ${t}`)}break;case Date:s=isNaN(t)?String(t):Number(t),s=new Date(s);break;default:s=super._deserializeValue(t,e)}return s}_definePropertyAccessor(t,e){!function(t,e){if(!u[e]){let s=t[e];void 0!==s&&(t.__data?t._setPendingProperty(e,s):(t.__dataProto?t.hasOwnProperty(JSCompiler_renameProperty("__dataProto",t))||(t.__dataProto=Object.create(t.__dataProto)):t.__dataProto={},t.__dataProto[e]=s))}}(this,t),super._definePropertyAccessor(t,e)}_hasAccessor(t){return this.__dataHasAccessor&&this.__dataHasAccessor[t]}_isPropertyPending(t){return Boolean(this.__dataPending&&t in this.__dataPending)}}})),f={"dom-if":!0,"dom-repeat":!0};let y=!1,g=!1;const v=(()=>{const t=window.trustedTypes&&window.trustedTypes.createPolicy("polymer-template-event-attribute-policy",{createScript:t=>t});return(e,s,o)=>{const i=s.getAttribute(o);t&&o.startsWith("on-")?e.setAttribute(o,t.createScript(i,o)):e.setAttribute(o,i)}})();function b(t){let e=t.getAttribute("is");if(e&&f[e]){let s=t;for(s.removeAttribute("is"),t=s.ownerDocument.createElement(e),s.parentNode.replaceChild(t,s),t.appendChild(s);s.attributes.length;){const{name:e}=s.attributes[0];v(t,s,e),s.removeAttribute(e)}}return t}function w(t,e){let s=e.parentInfo&&w(t,e.parentInfo);if(!s)return t;for(let t=s.firstChild,o=0;t;t=t.nextSibling)if(e.parentIndex===o++)return t}function P(t,e,s,o){o.id&&(e[o.id]=s)}function A(t,e,s){if(s.events&&s.events.length)for(let o,i=0,r=s.events;i<r.length&&(o=r[i]);i++)t._addMethodEventListenerToNode(e,o.name,o.value,t)}function C(t,e,s,o){s.templateInfo&&(e._templateInfo=s.templateInfo,e._parentTemplateInfo=o)}const E=(0,i.o)((t=>class extends t{static _parseTemplate(t,e){if(!t._templateInfo){let s=t._templateInfo={};s.nodeInfoList=[],s.nestedTemplate=Boolean(e),s.stripWhiteSpace=e&&e.stripWhiteSpace||t.hasAttribute&&t.hasAttribute("strip-whitespace"),this._parseTemplateContent(t,s,{parent:null})}return t._templateInfo}static _parseTemplateContent(t,e,s){return this._parseTemplateNode(t.content,e,s)}static _parseTemplateNode(t,e,s){let o=!1,i=t;return"template"!=i.localName||i.hasAttribute("preserve-content")?"slot"===i.localName&&(e.hasInsertionPoint=!0):o=this._parseTemplateNestedTemplate(i,e,s)||o,function(t){(function(){if(!y){y=!0;const t=document.createElement("textarea");t.placeholder="a",g=t.placeholder===t.textContent}return g})()&&"textarea"===t.localName&&t.placeholder&&t.placeholder===t.textContent&&(t.textContent=null)}(i),i.firstChild&&this._parseTemplateChildNodes(i,e,s),i.hasAttributes&&i.hasAttributes()&&(o=this._parseTemplateNodeAttributes(i,e,s)||o),o||s.noted}static _parseTemplateChildNodes(t,e,s){if("script"!==t.localName&&"style"!==t.localName)for(let o,i=t.firstChild,r=0;i;i=o){if("template"==i.localName&&(i=b(i)),o=i.nextSibling,i.nodeType===Node.TEXT_NODE){let s=o;for(;s&&s.nodeType===Node.TEXT_NODE;)i.textContent+=s.textContent,o=s.nextSibling,t.removeChild(s),s=o;if(e.stripWhiteSpace&&!i.textContent.trim()){t.removeChild(i);continue}}let n={parentIndex:r,parentInfo:s};this._parseTemplateNode(i,e,n)&&(n.infoIndex=e.nodeInfoList.push(n)-1),i.parentNode&&r++}}static _parseTemplateNestedTemplate(t,e,s){let o=t,i=this._parseTemplate(o,e);return(i.content=o.content.ownerDocument.createDocumentFragment()).appendChild(o.content),s.templateInfo=i,!0}static _parseTemplateNodeAttributes(t,e,s){let o=!1,i=Array.from(t.attributes);for(let r,n=i.length-1;r=i[n];n--)o=this._parseTemplateNodeAttribute(t,e,s,r.name,r.value)||o;return o}static _parseTemplateNodeAttribute(t,e,s,o,i){return"on-"===o.slice(0,3)?(t.removeAttribute(o),s.events=s.events||[],s.events.push({name:o.slice(3),value:i}),!0):"id"===o&&(s.id=i,!0)}static _contentForTemplate(t){let e=t._templateInfo;return e&&e.content||t.content}_stampTemplate(t,e){t&&!t.content&&window.HTMLTemplateElement&&HTMLTemplateElement.decorate&&HTMLTemplateElement.decorate(t);let s=(e=e||this.constructor._parseTemplate(t)).nodeInfoList,o=e.content||t.content,i=document.importNode(o,!0);i.__noInsertionPoint=!e.hasInsertionPoint;let r=i.nodeList=new Array(s.length);i.$={};for(let t,o=0,n=s.length;o<n&&(t=s[o]);o++){let s=r[o]=w(i,t);P(0,i.$,s,t),C(0,s,t,e),A(this,s,t)}return i}_addMethodEventListenerToNode(t,e,s,o){let i=function(t,e,s){return t=t._methodHost||t,function(e){t[s]?t[s](e,e.detail):console.warn("listener method `"+s+"` not defined")}}(o=o||t,0,s);return this._addEventListenerToNode(t,e,i),i}_addEventListenerToNode(t,e,s){t.addEventListener(e,s)}_removeEventListenerFromNode(t,e,s){t.removeEventListener(e,s)}}));var S=s(9387);let x=0;const T=[],N={COMPUTE:"__computeEffects",REFLECT:"__reflectEffects",NOTIFY:"__notifyEffects",PROPAGATE:"__propagateEffects",OBSERVE:"__observeEffects",READ_ONLY:"__readOnly"},$="__computeInfo",O=/[A-Z]/;function k(t,e,s){let o=t[e];if(o){if(!t.hasOwnProperty(e)&&(o=t[e]=Object.create(t[e]),s))for(let t in o){let e=o[t],s=o[t]=Array(e.length);for(let t=0;t<e.length;t++)s[t]=e[t]}}else o=t[e]={};return o}function I(t,e,s,o,i,n){if(e){let a=!1;const l=x++;for(let c in s){let d=e[i?(0,r.Jz)(c):c];if(d)for(let e,r=0,h=d.length;r<h&&(e=d[r]);r++)e.info&&e.info.lastRun===l||i&&!R(c,e.trigger)||(e.info&&(e.info.lastRun=l),e.fn(t,c,s,o,e.info,i,n),a=!0)}return a}return!1}function z(t,e,s,o,i,n,a,l){let c=!1,d=e[a?(0,r.Jz)(o):o];if(d)for(let e,r=0,h=d.length;r<h&&(e=d[r]);r++)e.info&&e.info.lastRun===s||a&&!R(o,e.trigger)||(e.info&&(e.info.lastRun=s),e.fn(t,o,i,n,e.info,a,l),c=!0);return c}function R(t,e){if(e){let s=e.name;return s==t||!(!e.structured||!(0,r.jg)(s,t))||!(!e.wildcard||!(0,r.SG)(s,t))}return!0}function M(t,e,s,o,i){let r="string"==typeof i.method?t[i.method]:i.method,n=i.property;r?r.call(t,t.__data[n],o[n]):i.dynamicFn||console.warn("observer method `"+i.method+"` not defined")}function L(t,e,s){let o=(0,r.Jz)(e);return o!==e&&(H(t,d(o)+"-changed",s[e],e),!0)}function H(t,e,s,i){let r={value:s,queueProperty:!0};i&&(r.path=i),(0,o.r)(t).dispatchEvent(new CustomEvent(e,{detail:r}))}function U(t,e,s,o,i,n){let a=(n?(0,r.Jz)(e):e)!=e?e:null,l=a?(0,r.U2)(t,a):t.__data[e];a&&void 0===l&&(l=s[e]),H(t,i.eventName,l,a)}function D(t,e,s,o,i){let r=t.__data[e];S.v1&&(r=(0,S.v1)(r,i.attrName,"attribute",t)),t._propertyToAttribute(e,i.attrName,r)}const F=(t,e,s)=>{let o=0,i=e.length-1,r=-1;for(;o<=i;){const n=o+i>>1,a=s.get(e[n].methodInfo)-s.get(t.methodInfo);if(a<0)o=n+1;else{if(!(a>0)){r=n;break}i=n-1}}r<0&&(r=i+1),e.splice(r,0,t)},j=(t,e,s,o,i)=>{const n=e[i?(0,r.Jz)(t):t];if(n)for(let e=0;e<n.length;e++){const r=n[e];r.info.lastRun===x||i&&!R(t,r.trigger)||(r.info.lastRun=x,F(r.info,s,o))}};function B(t,e,s,o,i){let r=G(t,e,s,0,i);if(r===T)return!1;let n=i.methodInfo;return t.__dataHasAccessor&&t.__dataHasAccessor[n]?t._setPendingProperty(n,r,!0):(t[n]=r,!1)}function V(t,e,s,o,i,r,n){s.bindings=s.bindings||[];let a={kind:o,target:i,parts:r,literal:n,isCompound:1!==r.length};if(s.bindings.push(a),function(t){return Boolean(t.target)&&"attribute"!=t.kind&&"text"!=t.kind&&!t.isCompound&&"{"===t.parts[0].mode}(a)){let{event:t,negate:e}=a.parts[0];a.listenerEvent=t||d(i)+"-changed",a.listenerNegate=e}let l=e.nodeInfoList.length;for(let s=0;s<a.parts.length;s++){let o=a.parts[s];o.compoundIndex=s,q(t,e,a,o,l)}}function q(t,e,s,o,i){if(!o.literal)if("attribute"===s.kind&&"-"===s.target[0])console.warn("Cannot set attribute "+s.target+' because "-" is not a valid attribute starting character');else{let r=o.dependencies,n={index:i,binding:s,part:o,evaluator:t};for(let s=0;s<r.length;s++){let o=r[s];"string"==typeof o&&(o=ot(o),o.wildcard=!0),t._addTemplatePropertyEffect(e,o.rootProperty,{fn:Y,info:n,trigger:o})}}}function Y(t,e,s,o,i,n,a){let l=a[i.index],c=i.binding,d=i.part;if(n&&d.source&&e.length>d.source.length&&"property"==c.kind&&!c.isCompound&&l.__isPropertyEffectsClient&&l.__dataHasAccessor&&l.__dataHasAccessor[c.target]){let o=s[e];e=(0,r.Iu)(d.source,c.target,e),l._setPendingPropertyOrPath(e,o,!1,!0)&&t._enqueueClient(l)}else{let r=i.evaluator._evaluateBinding(t,d,e,s,o,n);r!==T&&function(t,e,s,o,i){if(i=function(t,e,s,o){if(s.isCompound){let i=t.__dataCompoundStorage[s.target];i[o.compoundIndex]=e,e=i.join("")}return"attribute"!==s.kind&&("textContent"!==s.target&&("value"!==s.target||"input"!==t.localName&&"textarea"!==t.localName)||(e=null==e?"":e)),e}(e,i,s,o),S.v1&&(i=(0,S.v1)(i,s.target,s.kind,e)),"attribute"==s.kind)t._valueToNodeAttribute(e,i,s.target);else{let o=s.target;e.__isPropertyEffectsClient&&e.__dataHasAccessor&&e.__dataHasAccessor[o]?e[N.READ_ONLY]&&e[N.READ_ONLY][o]||e._setPendingProperty(o,i)&&t._enqueueClient(e):t._setUnmanagedPropertyToNode(e,o,i)}}(t,l,c,d,r)}}function J(t,e){if(e.isCompound){let s=t.__dataCompoundStorage||(t.__dataCompoundStorage={}),i=e.parts,r=new Array(i.length);for(let t=0;t<i.length;t++)r[t]=i[t].literal;let n=e.target;s[n]=r,e.literal&&"property"==e.kind&&("className"===n&&(t=(0,o.r)(t)),t[n]=e.literal)}}function W(t,e,s){if(s.listenerEvent){let o=s.parts[0];t.addEventListener(s.listenerEvent,(function(t){!function(t,e,s,o,i){let n,a=t.detail,l=a&&a.path;l?(o=(0,r.Iu)(s,o,l),n=a&&a.value):n=t.currentTarget[s],n=i?!n:n,e[N.READ_ONLY]&&e[N.READ_ONLY][o]||!e._setPendingPropertyOrPath(o,n,!0,Boolean(l))||a&&a.queueProperty||e._invalidateProperties()}(t,e,s.target,o.source,o.negate)}))}}function K(t,e,s,o,i,r){r=e.static||r&&("object"!=typeof r||r[e.methodName]);let n={methodName:e.methodName,args:e.args,methodInfo:i,dynamicFn:r};for(let i,r=0;r<e.args.length&&(i=e.args[r]);r++)i.literal||t._addPropertyEffect(i.rootProperty,s,{fn:o,info:n,trigger:i});return r&&t._addPropertyEffect(e.methodName,s,{fn:o,info:n}),n}function G(t,e,s,o,i){let r=t._methodHost||t,n=r[i.methodName];if(n){let o=t._marshalArgs(i.args,e,s);return o===T?T:n.apply(r,o)}i.dynamicFn||console.warn("method `"+i.methodName+"` not defined")}const Z=[],X="(?:[a-zA-Z_$][\\w.:$\\-*]*)",Q="(?:("+X+"|(?:[-+]?[0-9]*\\.?[0-9]+(?:[eE][-+]?[0-9]+)?)|(?:(?:'(?:[^'\\\\]|\\\\.)*')|(?:\"(?:[^\"\\\\]|\\\\.)*\")))\\s*)",tt=new RegExp("(\\[\\[|{{)\\s*(?:(!)\\s*)?("+X+"\\s*(?:\\(\\s*(?:(?:"+Q+"(?:,\\s*"+Q+")*)?)\\)\\s*)?)(?:]]|}})","g");function et(t){let e="";for(let s=0;s<t.length;s++)e+=t[s].literal||"";return e}function st(t){let e=t.match(/([^\s]+?)\(([\s\S]*)\)/);if(e){let t={methodName:e[1],static:!0,args:Z};return e[2].trim()?function(t,e){return e.args=t.map((function(t){let s=ot(t);return s.literal||(e.static=!1),s}),this),e}(e[2].replace(/\\,/g,"&comma;").split(","),t):t}return null}function ot(t){let e=t.trim().replace(/&comma;/g,",").replace(/\\(.)/g,"$1"),s={name:e,value:"",literal:!1},o=e[0];switch("-"===o&&(o=e[1]),o>="0"&&o<="9"&&(o="#"),o){case"'":case'"':s.value=e.slice(1,-1),s.literal=!0;break;case"#":s.value=Number(e),s.literal=!0}return s.literal||(s.rootProperty=(0,r.Jz)(e),s.structured=(0,r.AZ)(e),s.structured&&(s.wildcard=".*"==e.slice(-2),s.wildcard&&(s.name=e.slice(0,-2)))),s}function it(t,e,s){let o=(0,r.U2)(t,s);return void 0===o&&(o=e[s]),o}function rt(t,e,s,o){const i={indexSplices:o};S.HY&&!t._overrideLegacyUndefined&&(e.splices=i),t.notifyPath(s+".splices",i),t.notifyPath(s+".length",e.length),S.HY&&!t._overrideLegacyUndefined&&(i.indexSplices=[])}function nt(t,e,s,o,i,r){rt(t,e,s,[{index:o,addedCount:i,removed:r,object:e,type:"splice"}])}const at=(0,i.o)((t=>{const e=E(m(t));return class extends e{constructor(){super(),this.__isPropertyEffectsClient=!0,this.__dataClientsReady,this.__dataPendingClients,this.__dataToNotify,this.__dataLinkedPaths,this.__dataHasPaths,this.__dataCompoundStorage,this.__dataHost,this.__dataTemp,this.__dataClientsInitialized,this.__data,this.__dataPending,this.__dataOld,this.__computeEffects,this.__computeInfo,this.__reflectEffects,this.__notifyEffects,this.__propagateEffects,this.__observeEffects,this.__readOnly,this.__templateInfo,this._overrideLegacyUndefined}get PROPERTY_EFFECT_TYPES(){return N}_initializeProperties(){super._initializeProperties(),this._registerHost(),this.__dataClientsReady=!1,this.__dataPendingClients=null,this.__dataToNotify=null,this.__dataLinkedPaths=null,this.__dataHasPaths=!1,this.__dataCompoundStorage=this.__dataCompoundStorage||null,this.__dataHost=this.__dataHost||null,this.__dataTemp={},this.__dataClientsInitialized=!1}_registerHost(){if(lt.length){let t=lt[lt.length-1];t._enqueueClient(this),this.__dataHost=t}}_initializeProtoProperties(t){this.__data=Object.create(t),this.__dataPending=Object.create(t),this.__dataOld={}}_initializeInstanceProperties(t){let e=this[N.READ_ONLY];for(let s in t)e&&e[s]||(this.__dataPending=this.__dataPending||{},this.__dataOld=this.__dataOld||{},this.__data[s]=this.__dataPending[s]=t[s])}_addPropertyEffect(t,e,s){this._createPropertyAccessor(t,e==N.READ_ONLY);let o=k(this,e,!0)[t];o||(o=this[e][t]=[]),o.push(s)}_removePropertyEffect(t,e,s){let o=k(this,e,!0)[t],i=o.indexOf(s);i>=0&&o.splice(i,1)}_hasPropertyEffect(t,e){let s=this[e];return Boolean(s&&s[t])}_hasReadOnlyEffect(t){return this._hasPropertyEffect(t,N.READ_ONLY)}_hasNotifyEffect(t){return this._hasPropertyEffect(t,N.NOTIFY)}_hasReflectEffect(t){return this._hasPropertyEffect(t,N.REFLECT)}_hasComputedEffect(t){return this._hasPropertyEffect(t,N.COMPUTE)}_setPendingPropertyOrPath(t,e,s,o){if(o||(0,r.Jz)(Array.isArray(t)?t[0]:t)!==t){if(!o){let s=(0,r.U2)(this,t);if(!(t=(0,r.t8)(this,t,e))||!super._shouldPropertyChange(t,e,s))return!1}if(this.__dataHasPaths=!0,this._setPendingProperty(t,e,s))return function(t,e,s){let o=t.__dataLinkedPaths;if(o){let i;for(let n in o){let a=o[n];(0,r.SG)(n,e)?(i=(0,r.Iu)(n,a,e),t._setPendingPropertyOrPath(i,s,!0,!0)):(0,r.SG)(a,e)&&(i=(0,r.Iu)(a,n,e),t._setPendingPropertyOrPath(i,s,!0,!0))}}}(this,t,e),!0}else{if(this.__dataHasAccessor&&this.__dataHasAccessor[t])return this._setPendingProperty(t,e,s);this[t]=e}return!1}_setUnmanagedPropertyToNode(t,e,s){s===t[e]&&"object"!=typeof s||("className"===e&&(t=(0,o.r)(t)),t[e]=s)}_setPendingProperty(t,e,s){let o=this.__dataHasPaths&&(0,r.AZ)(t),i=o?this.__dataTemp:this.__data;return!!this._shouldPropertyChange(t,e,i[t])&&(this.__dataPending||(this.__dataPending={},this.__dataOld={}),t in this.__dataOld||(this.__dataOld[t]=this.__data[t]),o?this.__dataTemp[t]=e:this.__data[t]=e,this.__dataPending[t]=e,(o||this[N.NOTIFY]&&this[N.NOTIFY][t])&&(this.__dataToNotify=this.__dataToNotify||{},this.__dataToNotify[t]=s),!0)}_setProperty(t,e){this._setPendingProperty(t,e,!0)&&this._invalidateProperties()}_invalidateProperties(){this.__dataReady&&this._flushProperties()}_enqueueClient(t){this.__dataPendingClients=this.__dataPendingClients||[],t!==this&&this.__dataPendingClients.push(t)}_flushClients(){this.__dataClientsReady?this.__enableOrFlushClients():(this.__dataClientsReady=!0,this._readyClients(),this.__dataReady=!0)}__enableOrFlushClients(){let t=this.__dataPendingClients;if(t){this.__dataPendingClients=null;for(let e=0;e<t.length;e++){let s=t[e];s.__dataEnabled?s.__dataPending&&s._flushProperties():s._enableProperties()}}}_readyClients(){this.__enableOrFlushClients()}setProperties(t,e){for(let s in t)!e&&this[N.READ_ONLY]&&this[N.READ_ONLY][s]||this._setPendingPropertyOrPath(s,t[s],!0);this._invalidateProperties()}ready(){this._flushProperties(),this.__dataClientsReady||this._flushClients(),this.__dataPending&&this._flushProperties()}_propertiesChanged(t,e,s){let o,i=this.__dataHasPaths;this.__dataHasPaths=!1,function(t,e,s,o){let i=t[N.COMPUTE];if(i)if(S.ls){x++;const r=function(t){let e=t.constructor.__orderedComputedDeps;if(!e){e=new Map;const s=t[N.COMPUTE];let o,{counts:i,ready:r,total:n}=function(t){const e=t[$],s={},o=t[N.COMPUTE],i=[];let r=0;for(let t in e){const o=e[t];r+=s[t]=o.args.filter((t=>!t.literal)).length+(o.dynamicFn?1:0)}for(let t in o)e[t]||i.push(t);return{counts:s,ready:i,total:r}}(t);for(;o=r.shift();){e.set(o,e.size);const t=s[o];t&&t.forEach((t=>{const e=t.info.methodInfo;--n,0==--i[e]&&r.push(e)}))}if(0!==n){const e=t;console.warn(`Computed graph for ${e.localName} incomplete; circular?`)}t.constructor.__orderedComputedDeps=e}return e}(t),n=[];for(let t in e)j(t,i,n,r,o);let a;for(;a=n.shift();)B(t,"",e,0,a)&&j(a.methodInfo,i,n,r,o);Object.assign(s,t.__dataOld),Object.assign(e,t.__dataPending),t.__dataPending=null}else{let r=e;for(;I(t,i,r,s,o);)Object.assign(s,t.__dataOld),Object.assign(e,t.__dataPending),r=t.__dataPending,t.__dataPending=null}}(this,e,s,i),o=this.__dataToNotify,this.__dataToNotify=null,this._propagatePropertyChanges(e,s,i),this._flushClients(),I(this,this[N.REFLECT],e,s,i),I(this,this[N.OBSERVE],e,s,i),o&&function(t,e,s,o,i){let r,n,a=t[N.NOTIFY],l=x++;for(let n in e)e[n]&&(a&&z(t,a,l,n,s,o,i)||i&&L(t,n,s))&&(r=!0);r&&(n=t.__dataHost)&&n._invalidateProperties&&n._invalidateProperties()}(this,o,e,s,i),1==this.__dataCounter&&(this.__dataTemp={})}_propagatePropertyChanges(t,e,s){this[N.PROPAGATE]&&I(this,this[N.PROPAGATE],t,e,s),this.__templateInfo&&this._runEffectsForTemplate(this.__templateInfo,t,e,s)}_runEffectsForTemplate(t,e,s,o){const i=(e,o)=>{I(this,t.propertyEffects,e,s,o,t.nodeList);for(let i=t.firstChild;i;i=i.nextSibling)this._runEffectsForTemplate(i,e,s,o)};t.runEffects?t.runEffects(i,e,o):i(e,o)}linkPaths(t,e){t=(0,r.Fv)(t),e=(0,r.Fv)(e),this.__dataLinkedPaths=this.__dataLinkedPaths||{},this.__dataLinkedPaths[t]=e}unlinkPaths(t){t=(0,r.Fv)(t),this.__dataLinkedPaths&&delete this.__dataLinkedPaths[t]}notifySplices(t,e){let s={path:""};rt(this,(0,r.U2)(this,t,s),s.path,e)}get(t,e){return(0,r.U2)(e||this,t)}set(t,e,s){s?(0,r.t8)(s,t,e):this[N.READ_ONLY]&&this[N.READ_ONLY][t]||this._setPendingPropertyOrPath(t,e,!0)&&this._invalidateProperties()}push(t,...e){let s={path:""},o=(0,r.U2)(this,t,s),i=o.length,n=o.push(...e);return e.length&&nt(this,o,s.path,i,e.length,[]),n}pop(t){let e={path:""},s=(0,r.U2)(this,t,e),o=Boolean(s.length),i=s.pop();return o&&nt(this,s,e.path,s.length,0,[i]),i}splice(t,e,s,...o){let i,n={path:""},a=(0,r.U2)(this,t,n);return e<0?e=a.length-Math.floor(-e):e&&(e=Math.floor(e)),i=2===arguments.length?a.splice(e):a.splice(e,s,...o),(o.length||i.length)&&nt(this,a,n.path,e,o.length,i),i}shift(t){let e={path:""},s=(0,r.U2)(this,t,e),o=Boolean(s.length),i=s.shift();return o&&nt(this,s,e.path,0,0,[i]),i}unshift(t,...e){let s={path:""},o=(0,r.U2)(this,t,s),i=o.unshift(...e);return e.length&&nt(this,o,s.path,0,e.length,[]),i}notifyPath(t,e){let s;if(1==arguments.length){let o={path:""};e=(0,r.U2)(this,t,o),s=o.path}else s=Array.isArray(t)?(0,r.Fv)(t):t;this._setPendingPropertyOrPath(s,e,!0,!0)&&this._invalidateProperties()}_createReadOnlyProperty(t,e){var s;this._addPropertyEffect(t,N.READ_ONLY),e&&(this["_set"+(s=t,s[0].toUpperCase()+s.substring(1))]=function(e){this._setProperty(t,e)})}_createPropertyObserver(t,e,s){let o={property:t,method:e,dynamicFn:Boolean(s)};this._addPropertyEffect(t,N.OBSERVE,{fn:M,info:o,trigger:{name:t}}),s&&this._addPropertyEffect(e,N.OBSERVE,{fn:M,info:o,trigger:{name:e}})}_createMethodObserver(t,e){let s=st(t);if(!s)throw new Error("Malformed observer expression '"+t+"'");K(this,s,N.OBSERVE,G,null,e)}_createNotifyingProperty(t){this._addPropertyEffect(t,N.NOTIFY,{fn:U,info:{eventName:d(t)+"-changed",property:t}})}_createReflectedProperty(t){let e=this.constructor.attributeNameForProperty(t);"-"===e[0]?console.warn("Property "+t+" cannot be reflected to attribute "+e+' because "-" is not a valid starting attribute name. Use a lowercase first letter for the property instead.'):this._addPropertyEffect(t,N.REFLECT,{fn:D,info:{attrName:e}})}_createComputedProperty(t,e,s){let o=st(e);if(!o)throw new Error("Malformed computed expression '"+e+"'");const i=K(this,o,N.COMPUTE,B,t,s);k(this,$)[t]=i}_marshalArgs(t,e,s){const o=this.__data,i=[];for(let n=0,a=t.length;n<a;n++){let{name:a,structured:l,wildcard:c,value:d,literal:h}=t[n];if(!h)if(c){const t=(0,r.SG)(a,e),i=it(o,s,t?e:a);d={path:t?e:a,value:i,base:t?(0,r.U2)(o,a):i}}else d=l?it(o,s,a):o[a];if(S.HY&&!this._overrideLegacyUndefined&&void 0===d&&t.length>1)return T;i[n]=d}return i}static addPropertyEffect(t,e,s){this.prototype._addPropertyEffect(t,e,s)}static createPropertyObserver(t,e,s){this.prototype._createPropertyObserver(t,e,s)}static createMethodObserver(t,e){this.prototype._createMethodObserver(t,e)}static createNotifyingProperty(t){this.prototype._createNotifyingProperty(t)}static createReadOnlyProperty(t,e){this.prototype._createReadOnlyProperty(t,e)}static createReflectedProperty(t){this.prototype._createReflectedProperty(t)}static createComputedProperty(t,e,s){this.prototype._createComputedProperty(t,e,s)}static bindTemplate(t){return this.prototype._bindTemplate(t)}_bindTemplate(t,e){let s=this.constructor._parseTemplate(t),o=this.__preBoundTemplateInfo==s;if(!o)for(let t in s.propertyEffects)this._createPropertyAccessor(t);if(e)if(s=Object.create(s),s.wasPreBound=o,this.__templateInfo){const e=t._parentTemplateInfo||this.__templateInfo,o=e.lastChild;s.parent=e,e.lastChild=s,s.previousSibling=o,o?o.nextSibling=s:e.firstChild=s}else this.__templateInfo=s;else this.__preBoundTemplateInfo=s;return s}static _addTemplatePropertyEffect(t,e,s){(t.hostProps=t.hostProps||{})[e]=!0;let o=t.propertyEffects=t.propertyEffects||{};(o[e]=o[e]||[]).push(s)}_stampTemplate(t,e){e=e||this._bindTemplate(t,!0),lt.push(this);let s=super._stampTemplate(t,e);if(lt.pop(),e.nodeList=s.nodeList,!e.wasPreBound){let t=e.childNodes=[];for(let e=s.firstChild;e;e=e.nextSibling)t.push(e)}return s.templateInfo=e,function(t,e){let{nodeList:s,nodeInfoList:o}=e;if(o.length)for(let e=0;e<o.length;e++){let i=o[e],r=s[e],n=i.bindings;if(n)for(let e=0;e<n.length;e++){let s=n[e];J(r,s),W(r,t,s)}r.__dataHost=t}}(this,e),this.__dataClientsReady&&(this._runEffectsForTemplate(e,this.__data,null,!1),this._flushClients()),s}_removeBoundDom(t){const e=t.templateInfo,{previousSibling:s,nextSibling:i,parent:r}=e;s?s.nextSibling=i:r&&(r.firstChild=i),i?i.previousSibling=s:r&&(r.lastChild=s),e.nextSibling=e.previousSibling=null;let n=e.childNodes;for(let t=0;t<n.length;t++){let e=n[t];(0,o.r)((0,o.r)(e).parentNode).removeChild(e)}}static _parseTemplateNode(t,s,o){let i=e._parseTemplateNode.call(this,t,s,o);if(t.nodeType===Node.TEXT_NODE){let e=this._parseBindings(t.textContent,s);e&&(t.textContent=et(e)||" ",V(this,s,o,"text","textContent",e),i=!0)}return i}static _parseTemplateNodeAttribute(t,s,o,i,r){let n=this._parseBindings(r,s);if(n){let e=i,r="property";O.test(i)?r="attribute":"$"==i[i.length-1]&&(i=i.slice(0,-1),r="attribute");let a=et(n);return a&&"attribute"==r&&("class"==i&&t.hasAttribute("class")&&(a+=" "+t.getAttribute(i)),t.setAttribute(i,a)),"attribute"==r&&"disable-upgrade$"==e&&t.setAttribute(i,""),"input"===t.localName&&"value"===e&&t.setAttribute(e,""),t.removeAttribute(e),"property"===r&&(i=c(i)),V(this,s,o,r,i,n,a),!0}return e._parseTemplateNodeAttribute.call(this,t,s,o,i,r)}static _parseTemplateNestedTemplate(t,s,o){let i=e._parseTemplateNestedTemplate.call(this,t,s,o);const r=t.parentNode,n=o.templateInfo,a="dom-if"===r.localName,l="dom-repeat"===r.localName;S.gx&&(a||l)&&(r.removeChild(t),(o=o.parentInfo).templateInfo=n,o.noted=!0,i=!1);let c=n.hostProps;if(S.ew&&a)c&&(s.hostProps=Object.assign(s.hostProps||{},c),S.gx||(o.parentInfo.noted=!0));else{let t="{";for(let e in c)V(this,s,o,"property","_host_"+e,[{mode:t,source:e,dependencies:[e],hostProp:!0}])}return i}static _parseBindings(t,e){let s,o=[],i=0;for(;null!==(s=tt.exec(t));){s.index>i&&o.push({literal:t.slice(i,s.index)});let r=s[1][0],n=Boolean(s[2]),a=s[3].trim(),l=!1,c="",d=-1;"{"==r&&(d=a.indexOf("::"))>0&&(c=a.substring(d+2),a=a.substring(0,d),l=!0);let h=st(a),u=[];if(h){let{args:t,methodName:s}=h;for(let e=0;e<t.length;e++){let s=t[e];s.literal||u.push(s)}let o=e.dynamicFns;(o&&o[s]||h.static)&&(u.push(s),h.dynamicFn=!0)}else u.push(a);o.push({source:a,mode:r,negate:n,customEvent:l,signature:h,dependencies:u,event:c}),i=tt.lastIndex}if(i&&i<t.length){let e=t.substring(i);e&&o.push({literal:e})}return o.length?o:null}static _evaluateBinding(t,e,s,o,i,n){let a;return a=e.signature?G(t,s,o,0,e.signature):s!=e.source?(0,r.U2)(t,e.source):n&&(0,r.AZ)(s)?(0,r.U2)(t,s):t.__data[s],e.negate&&(a=!a),a}}})),lt=[]},2224:(t,e,s)=>{s.d(e,{Wc:()=>c,YA:()=>d}),s(7894);let o=0,i=0,r=[],n=0,a=!1,l=document.createTextNode("");new window.MutationObserver((function(){a=!1;const t=r.length;for(let e=0;e<t;e++){let t=r[e];if(t)try{t()}catch(t){setTimeout((()=>{throw t}))}}r.splice(0,t),i+=t})).observe(l,{characterData:!0});const c={after:t=>({run:e=>window.setTimeout(e,t),cancel(t){window.clearTimeout(t)}}),run:(t,e)=>window.setTimeout(t,e),cancel(t){window.clearTimeout(t)}},d={run:t=>(a||(a=!0,l.textContent=n++),r.push(t),o++),cancel(t){const e=t-i;if(e>=0){if(!r[e])throw new Error("invalid async handle: "+t);r[e]=null}}}},7894:()=>{window.JSCompiler_renameProperty=function(t,e){return t}},1121:(t,e,s)=>{s.d(e,{d:()=>n}),s(7894);const o=window.trustedTypes&&trustedTypes.createPolicy("polymer-html-literal",{createHTML:t=>t});class i{constructor(t,e){a(t,e);const s=e.reduce(((e,s,o)=>e+r(s)+t[o+1]),t[0]);this.value=s.toString()}toString(){return this.value}}function r(t){if(t instanceof i)return t.value;throw new Error(`non-literal value passed to Polymer's htmlLiteral function: ${t}`)}const n=function(t,...e){a(t,e);const s=document.createElement("template");let n=e.reduce(((e,s,o)=>e+function(t){if(t instanceof HTMLTemplateElement)return t.innerHTML;if(t instanceof i)return r(t);throw new Error(`non-template value passed to Polymer's html function: ${t}`)}(s)+t[o+1]),t[0]);return o&&(n=o.createHTML(n)),s.innerHTML=n,s},a=(t,e)=>{if(!Array.isArray(t)||!Array.isArray(t.raw)||e.length!==t.length-1)throw new TypeError("Invalid call to the html template tag")}},1014:(t,e,s)=>{s.d(e,{o:()=>r}),s(7894);let o=0;function i(){}i.prototype.__mixinApplications,i.prototype.__mixinSet;const r=function(t){let e=t.__mixinApplications;e||(e=new WeakMap,t.__mixinApplications=e);let s=o++;return function(o){let i=o.__mixinSet;if(i&&i[s])return o;let r=e,n=r.get(o);if(!n){n=t(o),r.set(o,n);let e=Object.create(n.__mixinSet||i||null);e[s]=!0,n.__mixinSet=e}return n}}},1446:(t,e,s)=>{function o(t){return t.indexOf(".")>=0}function i(t){let e=t.indexOf(".");return-1===e?t:t.slice(0,e)}function r(t,e){return 0===t.indexOf(e+".")}function n(t,e){return 0===e.indexOf(t+".")}function a(t,e,s){return e+s.slice(t.length)}function l(t,e){return t===e||r(t,e)||n(t,e)}function c(t){if(Array.isArray(t)){let e=[];for(let s=0;s<t.length;s++){let o=t[s].toString().split(".");for(let t=0;t<o.length;t++)e.push(o[t])}return e.join(".")}return t}function d(t){return Array.isArray(t)?c(t).split("."):t.toString().split(".")}function h(t,e,s){let o=t,i=d(e);for(let t=0;t<i.length;t++){if(!o)return;o=o[i[t]]}return s&&(s.path=i.join(".")),o}function u(t,e,s){let o=t,i=d(e),r=i[i.length-1];if(i.length>1){for(let t=0;t<i.length-1;t++)if(o=o[i[t]],!o)return;o[r]=s}else o[e]=s;return i.join(".")}s.d(e,{AZ:()=>o,Fv:()=>c,Iu:()=>a,Jz:()=>i,SG:()=>n,U2:()=>h,jg:()=>r,t8:()=>u,wB:()=>l}),s(7894)},9967:(t,e,s)=>{s.d(e,{Kk:()=>a,Rq:()=>l,iY:()=>c}),s(7894);let o,i,r=/(url\()([^)]*)(\))/g,n=/(^\/[^\/])|(^#)|(^[\w-\d]*:)/;function a(t,e){if(t&&n.test(t))return t;if("//"===t)return t;if(void 0===o){o=!1;try{const t=new URL("b","http://a");t.pathname="c%20d",o="http://a/c%20d"===t.href}catch(t){}}if(e||(e=document.baseURI||window.location.href),o)try{return new URL(t,e).href}catch(e){return t}return i||(i=document.implementation.createHTMLDocument("temp"),i.base=i.createElement("base"),i.head.appendChild(i.base),i.anchor=i.createElement("a"),i.body.appendChild(i.anchor)),i.base.href=e,i.anchor.href=t,i.anchor.href||t}function l(t,e){return t.replace(r,(function(t,s,o,i){return s+"'"+a(o.replace(/["']/g,""),e)+"'"+i}))}function c(t){return t.substring(0,t.lastIndexOf("/")+1)}},9387:(t,e,s)=>{s.d(e,{FV:()=>r,HY:()=>p,Hr:()=>u,XN:()=>l,ZN:()=>c,a2:()=>h,dJ:()=>v,ew:()=>g,gx:()=>y,ls:()=>_,md:()=>b,my:()=>i,nL:()=>d,sM:()=>n,v1:()=>a,xj:()=>f}),s(7894);var o=s(9967);const i=!window.ShadyDOM||!window.ShadyDOM.inUse,r=(Boolean(!window.ShadyCSS||window.ShadyCSS.nativeCss),window.customElements.polyfillWrapFlushCallback,i&&"adoptedStyleSheets"in Document.prototype&&"replaceSync"in CSSStyleSheet.prototype&&(()=>{try{const t=new CSSStyleSheet;t.replaceSync("");const e=document.createElement("div");return e.attachShadow({mode:"open"}),e.shadowRoot.adoptedStyleSheets=[t],e.shadowRoot.adoptedStyleSheets[0]===t}catch(t){return!1}})());let n=window.Polymer&&window.Polymer.rootPath||(0,o.iY)(document.baseURI||window.location.href),a=window.Polymer&&window.Polymer.sanitizeDOMValue||void 0;window.Polymer&&window.Polymer.setPassiveTouchGestures;let l=window.Polymer&&window.Polymer.strictTemplatePolicy||!1,c=window.Polymer&&window.Polymer.allowTemplateFromDomModule||!1,d=window.Polymer&&window.Polymer.legacyOptimizations||!1,h=window.Polymer&&window.Polymer.legacyWarnings||!1,u=window.Polymer&&window.Polymer.syncInitialRender||!1,p=window.Polymer&&window.Polymer.legacyUndefined||!1,_=window.Polymer&&window.Polymer.orderedComputed||!1,m=!0;const f=function(t){m=t};let y=window.Polymer&&window.Polymer.removeNestedTemplates||!1,g=window.Polymer&&window.Polymer.fastDomIf||!1,v=window.Polymer&&window.Polymer.suppressTemplateNotifications||!1;window.Polymer&&window.Polymer.legacyNoObservedAttributes;let b=window.Polymer&&window.Polymer.useAdoptedStyleSheetsWithBuiltCSS||!1},1342:(t,e,s)=>{s.d(e,{r:()=>o});const o=window.ShadyDOM&&window.ShadyDOM.noPatch&&window.ShadyDOM.wrap?window.ShadyDOM.wrap:window.ShadyDOM?t=>ShadyDOM.patch(t):t=>t},4241:(t,e,s)=>{s.d(e,{H3:()=>T,dy:()=>x.d}),s(7894);var o=s(9387),i=s(1014),r=s(9967);let n={},a={};function l(t,e){n[t]=a[t.toLowerCase()]=e}function c(t){return n[t]||a[t.toLowerCase()]}class d extends HTMLElement{static get observedAttributes(){return["id"]}static import(t,e){if(t){let s=c(t);return s&&e?s.querySelector(e):s}return null}attributeChangedCallback(t,e,s,o){e!==s&&this.register()}get assetpath(){if(!this.__assetpath){const t=window.HTMLImports&&HTMLImports.importForElement?HTMLImports.importForElement(this)||document:this.ownerDocument,e=(0,r.Kk)(this.getAttribute("assetpath")||"",t.baseURI);this.__assetpath=(0,r.iY)(e)}return this.__assetpath}register(t){if(t=t||this.id){if(o.XN&&void 0!==c(t))throw l(t,null),new Error(`strictTemplatePolicy: dom-module ${t} re-registered`);this.id=t,l(t,this),(e=this).querySelector("style")&&console.warn("dom-module %s has style outside template",e.id)}var e}}d.prototype.modules=n,customElements.define("dom-module",d);const h="link[rel=import][type~=css]",u="include",p="shady-unscoped";function _(t){return d.import(t)}function m(t){let e=t.body?t.body:t;const s=(0,r.Rq)(e.textContent,t.baseURI),o=document.createElement("style");return o.textContent=s,o}function f(t){const e=t.trim().split(/\s+/),s=[];for(let t=0;t<e.length;t++)s.push(...y(e[t]));return s}function y(t){const e=_(t);if(!e)return console.warn("Could not find style data in module named",t),[];if(void 0===e._styles){const t=[];t.push(...v(e));const s=e.querySelector("template");s&&t.push(...g(s,e.assetpath)),e._styles=t}return e._styles}function g(t,e){if(!t._styles){const s=[],o=t.content.querySelectorAll("style");for(let t=0;t<o.length;t++){let i=o[t],n=i.getAttribute(u);n&&s.push(...f(n).filter((function(t,e,s){return s.indexOf(t)===e}))),e&&(i.textContent=(0,r.Rq)(i.textContent,e)),s.push(i)}t._styles=s}return t._styles}function v(t){const e=[],s=t.querySelectorAll(h);for(let t=0;t<s.length;t++){let o=s[t];if(o.import){const t=o.import,s=o.hasAttribute(p);if(s&&!t._unscopedStyle){const e=m(t);e.setAttribute(p,""),t._unscopedStyle=e}else t._style||(t._style=m(t));e.push(s?t._unscopedStyle:t._style)}}return e}var b=s(4933);const w=[];var P=s(7221);const A=(0,i.o)((t=>{const e=(0,P.e)(t);function s(t){const e=Object.getPrototypeOf(t);return e.prototype instanceof i?e:null}function o(t){if(!t.hasOwnProperty(JSCompiler_renameProperty("__ownProperties",t))){let e=null;if(t.hasOwnProperty(JSCompiler_renameProperty("properties",t))){const s=t.properties;s&&(e=function(t){const e={};for(let s in t){const o=t[s];e[s]="function"==typeof o?{type:o}:o}return e}(s))}t.__ownProperties=e}return t.__ownProperties}class i extends e{static get observedAttributes(){if(!this.hasOwnProperty(JSCompiler_renameProperty("__observedAttributes",this))){t=this.prototype,w.push(t);const e=this._properties;this.__observedAttributes=e?Object.keys(e).map((t=>this.prototype._addPropertyToAttributeMap(t))):[]}var t;return this.__observedAttributes}static finalize(){if(!this.hasOwnProperty(JSCompiler_renameProperty("__finalized",this))){const t=s(this);t&&t.finalize(),this.__finalized=!0,this._finalizeClass()}}static _finalizeClass(){const t=o(this);t&&this.createProperties(t)}static get _properties(){if(!this.hasOwnProperty(JSCompiler_renameProperty("__properties",this))){const t=s(this);this.__properties=Object.assign({},t&&t._properties,o(this))}return this.__properties}static typeForProperty(t){const e=this._properties[t];return e&&e.type}_initializeProperties(){this.constructor.finalize(),super._initializeProperties()}connectedCallback(){super.connectedCallback&&super.connectedCallback(),this._enableProperties()}disconnectedCallback(){super.disconnectedCallback&&super.disconnectedCallback()}}return i}));var C=s(1342);const E=window.ShadyCSS&&window.ShadyCSS.cssBuild,S=(0,i.o)((t=>{const e=A((0,b.q)(t));return class extends e{static get polymerElementVersion(){return"3.5.1"}static _finalizeClass(){e._finalizeClass.call(this);const t=((s=this).hasOwnProperty(JSCompiler_renameProperty("__ownObservers",s))||(s.__ownObservers=s.hasOwnProperty(JSCompiler_renameProperty("observers",s))?s.observers:null),s.__ownObservers);var s;t&&this.createObservers(t,this._properties),this._prepareTemplate()}static _prepareTemplate(){let t=this.template;t&&("string"==typeof t?(console.error("template getter must return HTMLTemplateElement"),t=null):o.nL||(t=t.cloneNode(!0))),this.prototype._template=t}static createProperties(t){for(let r in t)e=this.prototype,s=r,i=t,(o=t[r]).computed&&(o.readOnly=!0),o.computed&&(e._hasReadOnlyEffect(s)?console.warn(`Cannot redefine computed property '${s}'.`):e._createComputedProperty(s,o.computed,i)),o.readOnly&&!e._hasReadOnlyEffect(s)?e._createReadOnlyProperty(s,!o.computed):!1===o.readOnly&&e._hasReadOnlyEffect(s)&&console.warn(`Cannot make readOnly property '${s}' non-readOnly.`),o.reflectToAttribute&&!e._hasReflectEffect(s)?e._createReflectedProperty(s):!1===o.reflectToAttribute&&e._hasReflectEffect(s)&&console.warn(`Cannot make reflected property '${s}' non-reflected.`),o.notify&&!e._hasNotifyEffect(s)?e._createNotifyingProperty(s):!1===o.notify&&e._hasNotifyEffect(s)&&console.warn(`Cannot make notify property '${s}' non-notify.`),o.observer&&e._createPropertyObserver(s,o.observer,i[o.observer]),e._addPropertyToAttributeMap(s);var e,s,o,i}static createObservers(t,e){const s=this.prototype;for(let o=0;o<t.length;o++)s._createMethodObserver(t[o],e)}static get template(){if(!this.hasOwnProperty(JSCompiler_renameProperty("_template",this))){let t=this.prototype.hasOwnProperty(JSCompiler_renameProperty("_template",this.prototype))?this.prototype._template:void 0;"function"==typeof t&&(t=t()),this._template=void 0!==t?t:this.hasOwnProperty(JSCompiler_renameProperty("is",this))&&function(t){let e=null;if(t&&(!o.XN||o.ZN)&&(e=d.import(t,"template"),o.XN&&!e))throw new Error(`strictTemplatePolicy: expecting dom-module or null template for ${t}`);return e}(this.is)||Object.getPrototypeOf(this.prototype).constructor.template}return this._template}static set template(t){this._template=t}static get importPath(){if(!this.hasOwnProperty(JSCompiler_renameProperty("_importPath",this))){const t=this.importMeta;if(t)this._importPath=(0,r.iY)(t.url);else{const t=d.import(this.is);this._importPath=t&&t.assetpath||Object.getPrototypeOf(this.prototype).constructor.importPath}}return this._importPath}constructor(){super(),this._template,this._importPath,this.rootPath,this.importPath,this.root,this.$}_initializeProperties(){this.constructor.finalize(),this.constructor._finalizeTemplate(this.localName),super._initializeProperties(),this.rootPath=o.sM,this.importPath=this.constructor.importPath;let t=function(t){if(!t.hasOwnProperty(JSCompiler_renameProperty("__propertyDefaults",t))){t.__propertyDefaults=null;let e=t._properties;for(let s in e){let o=e[s];"value"in o&&(t.__propertyDefaults=t.__propertyDefaults||{},t.__propertyDefaults[s]=o)}}return t.__propertyDefaults}(this.constructor);if(t)for(let e in t){let s=t[e];if(this._canApplyPropertyDefault(e)){let t="function"==typeof s.value?s.value.call(this):s.value;this._hasAccessor(e)?this._setPendingProperty(e,t,!0):this[e]=t}}}_canApplyPropertyDefault(t){return!this.hasOwnProperty(t)}static _processStyleText(t,e){return(0,r.Rq)(t,e)}static _finalizeTemplate(t){const e=this.prototype._template;if(e&&!e.__polymerFinalized){e.__polymerFinalized=!0;const s=this.importPath;(function(t,e,s,i){if(!E){const o=e.content.querySelectorAll("style"),r=g(e),n=function(t){let e=_(t);return e?v(e):[]}(s),a=e.content.firstElementChild;for(let s=0;s<n.length;s++){let o=n[s];o.textContent=t._processStyleText(o.textContent,i),e.content.insertBefore(o,a)}let l=0;for(let e=0;e<r.length;e++){let s=r[e],n=o[l];n!==s?(s=s.cloneNode(!0),n.parentNode.insertBefore(s,n)):l++,s.textContent=t._processStyleText(s.textContent,i)}}if(window.ShadyCSS&&window.ShadyCSS.prepareTemplate(e,s),o.md&&E&&o.FV){const s=e.content.querySelectorAll("style");if(s){let e="";Array.from(s).forEach((t=>{e+=t.textContent,t.parentNode.removeChild(t)})),t._styleSheet=new CSSStyleSheet,t._styleSheet.replaceSync(e)}}})(this,e,t,s?(0,r.Kk)(s):""),this.prototype._bindTemplate(e)}}connectedCallback(){window.ShadyCSS&&this._template&&window.ShadyCSS.styleElement(this),super.connectedCallback()}ready(){this._template&&(this.root=this._stampTemplate(this._template),this.$=this.root.$),super.ready()}_readyClients(){this._template&&(this.root=this._attachDom(this.root)),super._readyClients()}_attachDom(t){const e=(0,C.r)(this);if(e.attachShadow)return t?(e.shadowRoot||(e.attachShadow({mode:"open",shadyUpgradeFragment:t}),e.shadowRoot.appendChild(t),this.constructor._styleSheet&&(e.shadowRoot.adoptedStyleSheets=[this.constructor._styleSheet])),o.Hr&&window.ShadyDOM&&window.ShadyDOM.flushInitial(e.shadowRoot),e.shadowRoot):null;throw new Error("ShadowDOM not available. PolymerElement can create dom as children instead of in ShadowDOM by setting `this.root = this;` before `ready`.")}updateStyles(t){window.ShadyCSS&&window.ShadyCSS.styleSubtree(this,t)}resolveUrl(t,e){return!e&&this.importPath&&(e=(0,r.Kk)(this.importPath)),(0,r.Kk)(t,e)}static _parseTemplateContent(t,s,o){return s.dynamicFns=s.dynamicFns||this._properties,e._parseTemplateContent.call(this,t,s,o)}static _addTemplatePropertyEffect(t,s,i){return!o.a2||s in this._properties||i.info.part.signature&&i.info.part.signature.static||i.info.part.hostProp||t.nestedTemplate||console.warn(`Property '${s}' used in template but not declared in 'properties'; attribute will not be observed.`),e._addTemplatePropertyEffect.call(this,t,s,i)}}}));var x=s(1121);const T=S(HTMLElement)},5229:(t,e,s)=>{s.d(e,{f:()=>o});const o=(0,s(1014).o)((t=>class extends t{static get properties(){return{disabled:{type:Boolean,value:!1,observer:"_disabledChanged",reflectToAttribute:!0}}}_disabledChanged(t){this._setAriaDisabled(t)}_setAriaDisabled(t){t?this.setAttribute("aria-disabled","true"):this.removeAttribute("aria-disabled")}click(){this.disabled||super.click()}}))},1360:(t,e,s)=>{s.d(e,{W:()=>r});var o=s(1014),i=s(3550);const r=(0,o.o)((t=>class extends t{get _keyboardActive(){return(0,i.LQ)()}ready(){this.addEventListener("focusin",(t=>{this._shouldSetFocus(t)&&this._setFocused(!0)})),this.addEventListener("focusout",(t=>{this._shouldRemoveFocus(t)&&this._setFocused(!1)})),super.ready()}disconnectedCallback(){super.disconnectedCallback(),this.hasAttribute("focused")&&this._setFocused(!1)}_setFocused(t){this.toggleAttribute("focused",t),this.toggleAttribute("focus-ring",t&&this._keyboardActive)}_shouldSetFocus(t){return!0}_shouldRemoveFocus(t){return!0}}))},3550:(t,e,s)=>{s.d(e,{GO:()=>d,Gf:()=>i,LQ:()=>r,Qw:()=>l});let o=!1;function i(){let t=document.activeElement||document.body;for(;t.shadowRoot&&t.shadowRoot.activeElement;)t=t.shadowRoot.activeElement;return t}function r(){return o}function n(t,e){const s=Math.max(t.tabIndex,0),o=Math.max(e.tabIndex,0);return 0===s||0===o?o>s:s>o}function a(t){const e=t.length;if(e<2)return t;const s=Math.ceil(e/2);return function(t,e){const s=[];for(;t.length>0&&e.length>0;)n(t[0],e[0])?s.push(e.shift()):s.push(t.shift());return s.concat(t,e)}(a(t.slice(0,s)),a(t.slice(s)))}function l(t){return t.getRootNode().activeElement===t}function c(t,e){if(t.nodeType!==Node.ELEMENT_NODE||function(t){const e=t.style;if("hidden"===e.visibility||"none"===e.display)return!0;const s=window.getComputedStyle(t);return"hidden"===s.visibility||"none"===s.display}(t))return!1;const s=t,o=function(t){if(!function(t){return!t.matches('[tabindex="-1"]')&&(t.matches("input, select, textarea, button, object")?t.matches(":not([disabled])"):t.matches("a[href], area[href], iframe, [tabindex], [contentEditable]"))}(t))return-1;const e=t.getAttribute("tabindex")||0;return Number(e)}(s);let i=o>0;o>=0&&e.push(s);let r=[];return r="slot"===s.localName?s.assignedNodes({flatten:!0}):(s.shadowRoot||s).children,[...r].forEach((t=>{i=c(t,e)||i})),i}function d(t){const e=[];return c(t,e)?a(e):e}window.addEventListener("keydown",(()=>{o=!0}),{capture:!0}),window.addEventListener("mousedown",(()=>{o=!1}),{capture:!0})},2628:(t,e,s)=>{s.d(e,{L:()=>o});const o=(0,s(1014).o)((t=>class extends t{ready(){super.ready(),this.addEventListener("keydown",(t=>{this._onKeyDown(t)})),this.addEventListener("keyup",(t=>{this._onKeyUp(t)}))}_onKeyDown(t){switch(t.key){case"Enter":this._onEnter(t);break;case"Escape":this._onEscape(t)}}_onKeyUp(t){}_onEnter(t){}_onEscape(t){}}))},8298:(t,e,s)=>{s.d(e,{N:()=>i});var o=s(5229);const i=t=>class extends((0,o.f)(t)){static get properties(){return{tabindex:{type:Number,reflectToAttribute:!0,observer:"_tabindexChanged"},_lastTabIndex:{type:Number}}}_disabledChanged(t,e){super._disabledChanged(t,e),t?(void 0!==this.tabindex&&(this._lastTabIndex=this.tabindex),this.tabindex=-1):e&&(this.tabindex=this._lastTabIndex)}_tabindexChanged(t){this.disabled&&-1!==t&&(this._lastTabIndex=t,this.tabindex=-1)}}},7913:(t,e,s)=>{s.d(e,{Wc:()=>a,YA:()=>d,rs:()=>l,t$:()=>c});let o=0,i=0;const r=[];let n=!1;const a={after:t=>({run:e=>window.setTimeout(e,t),cancel(t){window.clearTimeout(t)}}),run:(t,e)=>window.setTimeout(t,e),cancel(t){window.clearTimeout(t)}},l={run:t=>window.requestAnimationFrame(t),cancel(t){window.cancelAnimationFrame(t)}},c={run:t=>window.requestIdleCallback?window.requestIdleCallback(t):window.setTimeout(t,16),cancel(t){window.cancelIdleCallback?window.cancelIdleCallback(t):window.clearTimeout(t)}},d={run(t){n||(n=!0,queueMicrotask((()=>function(){n=!1;const t=r.length;for(let e=0;e<t;e++){const t=r[e];if(t)try{t()}catch(t){setTimeout((()=>{throw t}))}}r.splice(0,t),i+=t}()))),r.push(t);const e=o;return o+=1,e},cancel(t){const e=t-i;if(e>=0){if(!r[e])throw new Error(`invalid async handle: ${t}`);r[e]=null}}}},6155:(t,e,s)=>{s.d(e,{k:()=>o});const o=(0,s(1014).o)((t=>"function"==typeof t.prototype.addController?t:class extends t{constructor(){super(),this.__controllers=new Set}connectedCallback(){super.connectedCallback(),this.__controllers.forEach((t=>{t.hostConnected&&t.hostConnected()}))}disconnectedCallback(){super.disconnectedCallback(),this.__controllers.forEach((t=>{t.hostDisconnected&&t.hostDisconnected()}))}addController(t){this.__controllers.add(t),void 0!==this.$&&this.isConnected&&t.hostConnected&&t.hostConnected()}removeController(t){this.__controllers.delete(t)}}))},6139:(t,e,s)=>{s.d(e,{Ex:()=>r,dx:()=>i,yl:()=>a});const o=new Set;class i{static debounce(t,e,s){return t instanceof i?t._cancelAsync():t=new i,t.setConfig(e,s),t}constructor(){this._asyncModule=null,this._callback=null,this._timer=null}setConfig(t,e){this._asyncModule=t,this._callback=e,this._timer=this._asyncModule.run((()=>{this._timer=null,o.delete(this),this._callback()}))}cancel(){this.isActive()&&(this._cancelAsync(),o.delete(this))}_cancelAsync(){this.isActive()&&(this._asyncModule.cancel(this._timer),this._timer=null)}flush(){this.isActive()&&(this.cancel(),this._callback())}isActive(){return null!=this._timer}}function r(t){o.add(t)}function n(){const t=Boolean(o.size);return o.forEach((t=>{try{t.flush()}catch(t){setTimeout((()=>{throw t}))}})),t}const a=()=>{let t;do{t=n()}while(t)}},2807:(t,e,s)=>{function o(t){const e=customElements.get(t.is);if(e){const s=e.version;s&&t.version&&s===t.version?console.warn(`The component ${t.is} has been loaded twice`):console.error(`Tried to define ${t.is} version ${t.version} when version ${e.version} is already in use. Something will probably break.`)}else customElements.define(t.is,t)}s.d(e,{M:()=>o})},1914:(t,e,s)=>{s.d(e,{U:()=>n});const o=[];function i(t,e,s=t.getAttribute("dir")){e?t.setAttribute("dir",e):null!=s&&t.removeAttribute("dir")}function r(){return document.documentElement.getAttribute("dir")}new MutationObserver((function(){const t=r();o.forEach((e=>{i(e,t)}))})).observe(document.documentElement,{attributes:!0,attributeFilter:["dir"]});const n=t=>class extends t{static get properties(){return{dir:{type:String,value:"",reflectToAttribute:!0,converter:{fromAttribute:t=>t||"",toAttribute:t=>""===t?null:t}}}}get __isRTL(){return"rtl"===this.getAttribute("dir")}connectedCallback(){super.connectedCallback(),this.hasAttribute("dir")&&!this.__restoreSubscription||(this.__subscribe(),i(this,r(),null))}attributeChangedCallback(t,e,s){if(super.attributeChangedCallback(t,e,s),"dir"!==t)return;const n=r(),a=s===n&&-1===o.indexOf(this),l=!s&&e&&-1===o.indexOf(this),c=s!==n&&e===n;a||l?(this.__subscribe(),i(this,n,s)):c&&this.__unsubscribe()}disconnectedCallback(){super.disconnectedCallback(),this.__restoreSubscription=o.includes(this),this.__unsubscribe()}_valueToNodeAttribute(t,e,s){("dir"!==s||""!==e||t.hasAttribute("dir"))&&super._valueToNodeAttribute(t,e,s)}_attributeToProperty(t,e,s){"dir"!==t||e?super._attributeToProperty(t,e,s):this.dir=""}__subscribe(){o.includes(this)||o.push(this)}__unsubscribe(){o.includes(this)&&o.splice(o.indexOf(this),1)}}},3726:(t,e,s)=>{function o(t){const e=[];for(;t;){if(t.nodeType===Node.DOCUMENT_NODE){e.push(t);break}t.nodeType!==Node.DOCUMENT_FRAGMENT_NODE?t=t.assignedSlot?t.assignedSlot:t.parentNode:(e.push(t),t=t.host)}return e}function i(t){return t?new Set(t.split(" ")):new Set}function r(t){return t?[...t].join(" "):""}function n(t,e,s){const o=i(t.getAttribute(e));o.add(s),t.setAttribute(e,r(o))}function a(t,e,s){const o=i(t.getAttribute(e));o.delete(s),0!==o.size?t.setAttribute(e,r(o)):t.removeAttribute(e)}function l(t){return t.nodeType===Node.TEXT_NODE&&""===t.textContent.trim()}s.d(e,{$2:()=>n,AD:()=>o,dV:()=>r,eC:()=>l,hK:()=>i,x_:()=>a})},2521:(t,e,s)=>{s.d(e,{S:()=>c});var o=s(9387),i=s(7913),r=s(6139),n=s(1914);let a;(0,o.xj)(!1),window.Vaadin||(window.Vaadin={}),window.Vaadin.registrations||(window.Vaadin.registrations=[]),window.Vaadin.developmentModeCallback||(window.Vaadin.developmentModeCallback={}),window.Vaadin.developmentModeCallback["vaadin-usage-statistics"]=function(){};const l=new Set,c=t=>class extends((0,n.U)(t)){static get version(){return"24.2.5"}static finalize(){super.finalize();const{is:t}=this;t&&!l.has(t)&&(window.Vaadin.registrations.push(this),l.add(t),window.Vaadin.developmentModeCallback&&(a=r.dx.debounce(a,i.t$,(()=>{window.Vaadin.developmentModeCallback["vaadin-usage-statistics"]()})),(0,r.Ex)(a)))}constructor(){super(),null===document.doctype&&console.warn('Vaadin components require the "standards mode" declaration. Please add <!DOCTYPE html> to the HTML document.')}}},9229:(t,e,s)=>{s.d(e,{n:()=>n});var o=s(3726);class i{constructor(t,e){this.slot=t,this.callback=e,this._storedNodes=[],this._connected=!1,this._scheduled=!1,this._boundSchedule=()=>{this._schedule()},this.connect(),this._schedule()}connect(){this.slot.addEventListener("slotchange",this._boundSchedule),this._connected=!0}disconnect(){this.slot.removeEventListener("slotchange",this._boundSchedule),this._connected=!1}_schedule(){this._scheduled||(this._scheduled=!0,queueMicrotask((()=>{this.flush()})))}flush(){this._connected&&(this._scheduled=!1,this._processNodes())}_processNodes(){const t=this.slot.assignedNodes({flatten:!0});let e=[];const s=[],o=[];t.length&&(e=t.filter((t=>!this._storedNodes.includes(t)))),this._storedNodes.length&&this._storedNodes.forEach(((e,i)=>{const r=t.indexOf(e);-1===r?s.push(e):r!==i&&o.push(e)})),(e.length||s.length||o.length)&&this.callback({addedNodes:e,movedNodes:o,removedNodes:s}),this._storedNodes=t}}var r=s(3971);class n extends EventTarget{static generateId(t,e){return`${e||"default"}-${t.localName}-${(0,r.l)()}`}constructor(t,e,s,o={}){super();const{initializer:i,multiple:r,observe:n,useUniqueId:a}=o;this.host=t,this.slotName=e,this.tagName=s,this.observe="boolean"!=typeof n||n,this.multiple="boolean"==typeof r&&r,this.slotInitializer=i,r&&(this.nodes=[]),a&&(this.defaultId=this.constructor.generateId(t,e))}hostConnected(){this.initialized||(this.multiple?this.initMultiple():this.initSingle(),this.observe&&this.observeSlot(),this.initialized=!0)}initSingle(){let t=this.getSlotChild();t?(this.node=t,this.initAddedNode(t)):(t=this.attachDefaultNode(),this.initNode(t))}initMultiple(){const t=this.getSlotChildren();if(0===t.length){const t=this.attachDefaultNode();t&&(this.nodes=[t],this.initNode(t))}else this.nodes=t,t.forEach((t=>{this.initAddedNode(t)}))}attachDefaultNode(){const{host:t,slotName:e,tagName:s}=this;let o=this.defaultNode;return!o&&s&&(o=document.createElement(s),o instanceof Element&&(""!==e&&o.setAttribute("slot",e),this.node=o,this.defaultNode=o)),o&&t.appendChild(o),o}getSlotChildren(){const{slotName:t}=this;return Array.from(this.host.childNodes).filter((e=>e.nodeType===Node.ELEMENT_NODE&&e.slot===t||e.nodeType===Node.TEXT_NODE&&e.textContent.trim()&&""===t))}getSlotChild(){return this.getSlotChildren()[0]}initNode(t){const{slotInitializer:e}=this;e&&e(t,this.host)}initCustomNode(t){}teardownNode(t){}initAddedNode(t){t!==this.defaultNode&&(this.initCustomNode(t),this.initNode(t))}observeSlot(){const{slotName:t}=this,e=""===t?"slot:not([name])":`slot[name=${t}]`,s=this.host.shadowRoot.querySelector(e);this.__slotObserver=new i(s,(({addedNodes:t,removedNodes:e})=>{const s=this.multiple?this.nodes:[this.node],i=t.filter((t=>!(0,o.eC)(t)&&!s.includes(t)));e.length&&(this.nodes=s.filter((t=>!e.includes(t))),e.forEach((t=>{this.teardownNode(t)}))),i&&i.length>0&&(this.multiple?(this.defaultNode&&this.defaultNode.remove(),this.nodes=[...s,...i].filter((t=>t!==this.defaultNode)),i.forEach((t=>{this.initAddedNode(t)}))):(this.node&&this.node.remove(),this.node=i[0],this.initAddedNode(this.node)))}))}}},4463:(t,e,s)=>{s.d(e,{f:()=>i});var o=s(9229);class i extends o.n{constructor(t){super(t,"tooltip"),this.setTarget(t)}initCustomNode(t){t.target=this.target,void 0!==this.ariaTarget&&(t.ariaTarget=this.ariaTarget),void 0!==this.context&&(t.context=this.context),void 0!==this.manual&&(t.manual=this.manual),void 0!==this.opened&&(t.opened=this.opened),void 0!==this.position&&(t._position=this.position),void 0!==this.shouldShow&&(t.shouldShow=this.shouldShow),this.__notifyChange()}teardownNode(){this.__notifyChange()}setAriaTarget(t){this.ariaTarget=t;const e=this.node;e&&(e.ariaTarget=t)}setContext(t){this.context=t;const e=this.node;e&&(e.context=t)}setManual(t){this.manual=t;const e=this.node;e&&(e.manual=t)}setOpened(t){this.opened=t;const e=this.node;e&&(e.opened=t)}setPosition(t){this.position=t;const e=this.node;e&&(e._position=t)}setShouldShow(t){this.shouldShow=t;const e=this.node;e&&(e.shouldShow=t)}setTarget(t){this.target=t;const e=this.node;e&&(e.target=t)}__notifyChange(){this.dispatchEvent(new CustomEvent("tooltip-changed",{detail:{node:this.node}}))}}},3971:(t,e,s)=>{s.d(e,{l:()=>i});let o=0;function i(){return o++}},1195:(t,e,s)=>{s(4407);var o=s(5128),i=s(2463);const r=o.iv`
3
- :host {
4
- /* Base (background) */
5
- --lumo-base-color: #fff;
6
-
7
- /* Tint */
8
- --lumo-tint-5pct: hsla(0, 0%, 100%, 0.3);
9
- --lumo-tint-10pct: hsla(0, 0%, 100%, 0.37);
10
- --lumo-tint-20pct: hsla(0, 0%, 100%, 0.44);
11
- --lumo-tint-30pct: hsla(0, 0%, 100%, 0.5);
12
- --lumo-tint-40pct: hsla(0, 0%, 100%, 0.57);
13
- --lumo-tint-50pct: hsla(0, 0%, 100%, 0.64);
14
- --lumo-tint-60pct: hsla(0, 0%, 100%, 0.7);
15
- --lumo-tint-70pct: hsla(0, 0%, 100%, 0.77);
16
- --lumo-tint-80pct: hsla(0, 0%, 100%, 0.84);
17
- --lumo-tint-90pct: hsla(0, 0%, 100%, 0.9);
18
- --lumo-tint: #fff;
19
-
20
- /* Shade */
21
- --lumo-shade-5pct: hsla(214, 61%, 25%, 0.05);
22
- --lumo-shade-10pct: hsla(214, 57%, 24%, 0.1);
23
- --lumo-shade-20pct: hsla(214, 53%, 23%, 0.16);
24
- --lumo-shade-30pct: hsla(214, 50%, 22%, 0.26);
25
- --lumo-shade-40pct: hsla(214, 47%, 21%, 0.38);
26
- --lumo-shade-50pct: hsla(214, 45%, 20%, 0.52);
27
- --lumo-shade-60pct: hsla(214, 43%, 19%, 0.6);
28
- --lumo-shade-70pct: hsla(214, 42%, 18%, 0.69);
29
- --lumo-shade-80pct: hsla(214, 41%, 17%, 0.83);
30
- --lumo-shade-90pct: hsla(214, 40%, 16%, 0.94);
31
- --lumo-shade: hsl(214, 35%, 15%);
32
-
33
- /* Contrast */
34
- --lumo-contrast-5pct: var(--lumo-shade-5pct);
35
- --lumo-contrast-10pct: var(--lumo-shade-10pct);
36
- --lumo-contrast-20pct: var(--lumo-shade-20pct);
37
- --lumo-contrast-30pct: var(--lumo-shade-30pct);
38
- --lumo-contrast-40pct: var(--lumo-shade-40pct);
39
- --lumo-contrast-50pct: var(--lumo-shade-50pct);
40
- --lumo-contrast-60pct: var(--lumo-shade-60pct);
41
- --lumo-contrast-70pct: var(--lumo-shade-70pct);
42
- --lumo-contrast-80pct: var(--lumo-shade-80pct);
43
- --lumo-contrast-90pct: var(--lumo-shade-90pct);
44
- --lumo-contrast: var(--lumo-shade);
45
-
46
- /* Text */
47
- --lumo-header-text-color: var(--lumo-contrast);
48
- --lumo-body-text-color: var(--lumo-contrast-90pct);
49
- --lumo-secondary-text-color: var(--lumo-contrast-70pct);
50
- --lumo-tertiary-text-color: var(--lumo-contrast-50pct);
51
- --lumo-disabled-text-color: var(--lumo-contrast-30pct);
52
-
53
- /* Primary */
54
- --lumo-primary-color: hsl(214, 100%, 48%);
55
- --lumo-primary-color-50pct: hsla(214, 100%, 49%, 0.76);
56
- --lumo-primary-color-10pct: hsla(214, 100%, 60%, 0.13);
57
- --lumo-primary-text-color: hsl(214, 100%, 43%);
58
- --lumo-primary-contrast-color: #fff;
59
-
60
- /* Error */
61
- --lumo-error-color: hsl(3, 85%, 48%);
62
- --lumo-error-color-50pct: hsla(3, 85%, 49%, 0.5);
63
- --lumo-error-color-10pct: hsla(3, 85%, 49%, 0.1);
64
- --lumo-error-text-color: hsl(3, 89%, 42%);
65
- --lumo-error-contrast-color: #fff;
66
-
67
- /* Success */
68
- --lumo-success-color: hsl(145, 72%, 30%);
69
- --lumo-success-color-50pct: hsla(145, 72%, 31%, 0.5);
70
- --lumo-success-color-10pct: hsla(145, 72%, 31%, 0.1);
71
- --lumo-success-text-color: hsl(145, 85%, 25%);
72
- --lumo-success-contrast-color: #fff;
73
-
74
- /* Warning */
75
- --lumo-warning-color: hsl(48, 100%, 50%);
76
- --lumo-warning-color-10pct: hsla(48, 100%, 50%, 0.25);
77
- --lumo-warning-text-color: hsl(32, 100%, 30%);
78
- --lumo-warning-contrast-color: var(--lumo-shade-90pct);
79
- }
80
-
81
- /* forced-colors mode adjustments */
82
- @media (forced-colors: active) {
83
- html {
84
- --lumo-disabled-text-color: GrayText;
85
- }
86
- }
87
- `;(0,i.K)("color-props",r);const n=o.iv`
88
- [theme~='dark'] {
89
- /* Base (background) */
90
- --lumo-base-color: hsl(214, 35%, 21%);
91
-
92
- /* Tint */
93
- --lumo-tint-5pct: hsla(214, 65%, 85%, 0.06);
94
- --lumo-tint-10pct: hsla(214, 60%, 80%, 0.14);
95
- --lumo-tint-20pct: hsla(214, 64%, 82%, 0.23);
96
- --lumo-tint-30pct: hsla(214, 69%, 84%, 0.32);
97
- --lumo-tint-40pct: hsla(214, 73%, 86%, 0.41);
98
- --lumo-tint-50pct: hsla(214, 78%, 88%, 0.5);
99
- --lumo-tint-60pct: hsla(214, 82%, 90%, 0.58);
100
- --lumo-tint-70pct: hsla(214, 87%, 92%, 0.69);
101
- --lumo-tint-80pct: hsla(214, 91%, 94%, 0.8);
102
- --lumo-tint-90pct: hsla(214, 96%, 96%, 0.9);
103
- --lumo-tint: hsl(214, 100%, 98%);
104
-
105
- /* Shade */
106
- --lumo-shade-5pct: hsla(214, 0%, 0%, 0.07);
107
- --lumo-shade-10pct: hsla(214, 4%, 2%, 0.15);
108
- --lumo-shade-20pct: hsla(214, 8%, 4%, 0.23);
109
- --lumo-shade-30pct: hsla(214, 12%, 6%, 0.32);
110
- --lumo-shade-40pct: hsla(214, 16%, 8%, 0.41);
111
- --lumo-shade-50pct: hsla(214, 20%, 10%, 0.5);
112
- --lumo-shade-60pct: hsla(214, 24%, 12%, 0.6);
113
- --lumo-shade-70pct: hsla(214, 28%, 13%, 0.7);
114
- --lumo-shade-80pct: hsla(214, 32%, 13%, 0.8);
115
- --lumo-shade-90pct: hsla(214, 33%, 13%, 0.9);
116
- --lumo-shade: hsl(214, 33%, 13%);
117
-
118
- /* Contrast */
119
- --lumo-contrast-5pct: var(--lumo-tint-5pct);
120
- --lumo-contrast-10pct: var(--lumo-tint-10pct);
121
- --lumo-contrast-20pct: var(--lumo-tint-20pct);
122
- --lumo-contrast-30pct: var(--lumo-tint-30pct);
123
- --lumo-contrast-40pct: var(--lumo-tint-40pct);
124
- --lumo-contrast-50pct: var(--lumo-tint-50pct);
125
- --lumo-contrast-60pct: var(--lumo-tint-60pct);
126
- --lumo-contrast-70pct: var(--lumo-tint-70pct);
127
- --lumo-contrast-80pct: var(--lumo-tint-80pct);
128
- --lumo-contrast-90pct: var(--lumo-tint-90pct);
129
- --lumo-contrast: var(--lumo-tint);
130
-
131
- /* Text */
132
- --lumo-header-text-color: var(--lumo-contrast);
133
- --lumo-body-text-color: var(--lumo-contrast-90pct);
134
- --lumo-secondary-text-color: var(--lumo-contrast-70pct);
135
- --lumo-tertiary-text-color: var(--lumo-contrast-50pct);
136
- --lumo-disabled-text-color: var(--lumo-contrast-30pct);
137
-
138
- /* Primary */
139
- --lumo-primary-color: hsl(214, 90%, 48%);
140
- --lumo-primary-color-50pct: hsla(214, 90%, 70%, 0.69);
141
- --lumo-primary-color-10pct: hsla(214, 90%, 55%, 0.13);
142
- --lumo-primary-text-color: hsl(214, 90%, 77%);
143
- --lumo-primary-contrast-color: #fff;
144
-
145
- /* Error */
146
- --lumo-error-color: hsl(3, 79%, 49%);
147
- --lumo-error-color-50pct: hsla(3, 75%, 62%, 0.5);
148
- --lumo-error-color-10pct: hsla(3, 75%, 62%, 0.14);
149
- --lumo-error-text-color: hsl(3, 100%, 80%);
150
-
151
- /* Success */
152
- --lumo-success-color: hsl(145, 72%, 30%);
153
- --lumo-success-color-50pct: hsla(145, 92%, 51%, 0.5);
154
- --lumo-success-color-10pct: hsla(145, 92%, 51%, 0.1);
155
- --lumo-success-text-color: hsl(145, 85%, 46%);
156
-
157
- /* Warning */
158
- --lumo-warning-color: hsl(43, 100%, 48%);
159
- --lumo-warning-color-10pct: hsla(40, 100%, 50%, 0.2);
160
- --lumo-warning-text-color: hsl(45, 100%, 60%);
161
- --lumo-warning-contrast-color: var(--lumo-shade-90pct);
162
- }
163
-
164
- html {
165
- color: var(--lumo-body-text-color);
166
- background-color: var(--lumo-base-color);
167
- color-scheme: light;
168
- }
169
-
170
- [theme~='dark'] {
171
- color: var(--lumo-body-text-color);
172
- background-color: var(--lumo-base-color);
173
- color-scheme: dark;
174
- }
175
-
176
- h1,
177
- h2,
178
- h3,
179
- h4,
180
- h5,
181
- h6 {
182
- color: var(--lumo-header-text-color);
183
- }
184
-
185
- a:where(:any-link) {
186
- color: var(--lumo-primary-text-color);
187
- }
188
-
189
- a:not(:any-link) {
190
- color: var(--lumo-disabled-text-color);
191
- }
192
-
193
- blockquote {
194
- color: var(--lumo-secondary-text-color);
195
- }
196
-
197
- code,
198
- pre {
199
- background-color: var(--lumo-contrast-10pct);
200
- border-radius: var(--lumo-border-radius-m);
201
- }
202
- `;(0,o.hC)("",n,{moduleId:"lumo-color"})},2463:(t,e,s)=>{s.d(e,{K:()=>o}),s(5128);const o=(t,...e)=>{((t,...e)=>{const s=document.createElement("style");s.id=t,s.textContent=e.map((t=>t.toString())).join("\n").replace(":host","html"),document.head.insertAdjacentElement("afterbegin",s)})(`lumo-${t}`,e)}},9098:(t,e,s)=>{s(4407);var o=s(5128),i=s(2463);const r=o.iv`
203
- :host {
204
- --lumo-size-xs: 1.625rem;
205
- --lumo-size-s: 1.875rem;
206
- --lumo-size-m: 2.25rem;
207
- --lumo-size-l: 2.75rem;
208
- --lumo-size-xl: 3.5rem;
209
-
210
- /* Icons */
211
- --lumo-icon-size-s: 1.25em;
212
- --lumo-icon-size-m: 1.5em;
213
- --lumo-icon-size-l: 2.25em;
214
- /* For backwards compatibility */
215
- --lumo-icon-size: var(--lumo-icon-size-m);
216
- }
217
- `;(0,i.K)("sizing-props",r)},9416:(t,e,s)=>{s(4407);var o=s(5128),i=s(2463);const r=o.iv`
218
- :host {
219
- /* Square */
220
- --lumo-space-xs: 0.25rem;
221
- --lumo-space-s: 0.5rem;
222
- --lumo-space-m: 1rem;
223
- --lumo-space-l: 1.5rem;
224
- --lumo-space-xl: 2.5rem;
225
-
226
- /* Wide */
227
- --lumo-space-wide-xs: calc(var(--lumo-space-xs) / 2) var(--lumo-space-xs);
228
- --lumo-space-wide-s: calc(var(--lumo-space-s) / 2) var(--lumo-space-s);
229
- --lumo-space-wide-m: calc(var(--lumo-space-m) / 2) var(--lumo-space-m);
230
- --lumo-space-wide-l: calc(var(--lumo-space-l) / 2) var(--lumo-space-l);
231
- --lumo-space-wide-xl: calc(var(--lumo-space-xl) / 2) var(--lumo-space-xl);
232
-
233
- /* Tall */
234
- --lumo-space-tall-xs: var(--lumo-space-xs) calc(var(--lumo-space-xs) / 2);
235
- --lumo-space-tall-s: var(--lumo-space-s) calc(var(--lumo-space-s) / 2);
236
- --lumo-space-tall-m: var(--lumo-space-m) calc(var(--lumo-space-m) / 2);
237
- --lumo-space-tall-l: var(--lumo-space-l) calc(var(--lumo-space-l) / 2);
238
- --lumo-space-tall-xl: var(--lumo-space-xl) calc(var(--lumo-space-xl) / 2);
239
- }
240
- `;(0,i.K)("spacing-props",r)},9849:(t,e,s)=>{s(4407);var o=s(5128),i=s(2463);const r=o.iv`
241
- :host {
242
- /* Border radius */
243
- --lumo-border-radius-s: 0.25em; /* Checkbox, badge, date-picker year indicator, etc */
244
- --lumo-border-radius-m: var(--lumo-border-radius, 0.25em); /* Button, text field, menu overlay, etc */
245
- --lumo-border-radius-l: 0.5em; /* Dialog, notification, etc */
246
-
247
- /* Shadow */
248
- --lumo-box-shadow-xs: 0 1px 4px -1px var(--lumo-shade-50pct);
249
- --lumo-box-shadow-s: 0 2px 4px -1px var(--lumo-shade-20pct), 0 3px 12px -1px var(--lumo-shade-30pct);
250
- --lumo-box-shadow-m: 0 2px 6px -1px var(--lumo-shade-20pct), 0 8px 24px -4px var(--lumo-shade-40pct);
251
- --lumo-box-shadow-l: 0 3px 18px -2px var(--lumo-shade-20pct), 0 12px 48px -6px var(--lumo-shade-40pct);
252
- --lumo-box-shadow-xl: 0 4px 24px -3px var(--lumo-shade-20pct), 0 18px 64px -8px var(--lumo-shade-40pct);
253
-
254
- /* Clickable element cursor */
255
- --lumo-clickable-cursor: default;
256
- }
257
- `;o.iv`
258
- html {
259
- --vaadin-checkbox-size: calc(var(--lumo-size-m) / 2);
260
- --vaadin-radio-button-size: calc(var(--lumo-size-m) / 2);
261
- --vaadin-input-field-border-radius: var(--lumo-border-radius-m);
262
- }
263
- `,(0,i.K)("style-props",r)},4173:(t,e,s)=>{s(4407);var o=s(5128),i=s(2463);const r=o.iv`
264
- :host {
265
- /* prettier-ignore */
266
- --lumo-font-family: -apple-system, BlinkMacSystemFont, 'Roboto', 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
267
-
268
- /* Font sizes */
269
- --lumo-font-size-xxs: 0.75rem;
270
- --lumo-font-size-xs: 0.8125rem;
271
- --lumo-font-size-s: 0.875rem;
272
- --lumo-font-size-m: 1rem;
273
- --lumo-font-size-l: 1.125rem;
274
- --lumo-font-size-xl: 1.375rem;
275
- --lumo-font-size-xxl: 1.75rem;
276
- --lumo-font-size-xxxl: 2.5rem;
277
-
278
- /* Line heights */
279
- --lumo-line-height-xs: 1.25;
280
- --lumo-line-height-s: 1.375;
281
- --lumo-line-height-m: 1.625;
282
- }
283
- `,n=o.iv`
284
- body,
285
- :host {
286
- font-family: var(--lumo-font-family);
287
- font-size: var(--lumo-font-size-m);
288
- line-height: var(--lumo-line-height-m);
289
- -webkit-text-size-adjust: 100%;
290
- -webkit-font-smoothing: antialiased;
291
- -moz-osx-font-smoothing: grayscale;
292
- }
293
-
294
- small,
295
- [theme~='font-size-s'] {
296
- font-size: var(--lumo-font-size-s);
297
- line-height: var(--lumo-line-height-s);
298
- }
299
-
300
- [theme~='font-size-xs'] {
301
- font-size: var(--lumo-font-size-xs);
302
- line-height: var(--lumo-line-height-xs);
303
- }
304
-
305
- :where(h1, h2, h3, h4, h5, h6) {
306
- font-weight: 600;
307
- line-height: var(--lumo-line-height-xs);
308
- margin-block: 0;
309
- }
310
-
311
- :where(h1) {
312
- font-size: var(--lumo-font-size-xxxl);
313
- }
314
-
315
- :where(h2) {
316
- font-size: var(--lumo-font-size-xxl);
317
- }
318
-
319
- :where(h3) {
320
- font-size: var(--lumo-font-size-xl);
321
- }
322
-
323
- :where(h4) {
324
- font-size: var(--lumo-font-size-l);
325
- }
326
-
327
- :where(h5) {
328
- font-size: var(--lumo-font-size-m);
329
- }
330
-
331
- :where(h6) {
332
- font-size: var(--lumo-font-size-xs);
333
- text-transform: uppercase;
334
- letter-spacing: 0.03em;
335
- }
336
-
337
- p,
338
- blockquote {
339
- margin-top: 0.5em;
340
- margin-bottom: 0.75em;
341
- }
342
-
343
- a {
344
- text-decoration: none;
345
- }
346
-
347
- a:where(:any-link):hover {
348
- text-decoration: underline;
349
- }
350
-
351
- hr {
352
- display: block;
353
- align-self: stretch;
354
- height: 1px;
355
- border: 0;
356
- padding: 0;
357
- margin: var(--lumo-space-s) calc(var(--lumo-border-radius-m) / 2);
358
- background-color: var(--lumo-contrast-10pct);
359
- }
360
-
361
- blockquote {
362
- border-left: 2px solid var(--lumo-contrast-30pct);
363
- }
364
-
365
- b,
366
- strong {
367
- font-weight: 600;
368
- }
369
-
370
- /* RTL specific styles */
371
- blockquote[dir='rtl'] {
372
- border-left: none;
373
- border-right: 2px solid var(--lumo-contrast-30pct);
374
- }
375
- `;(0,o.hC)("",n,{moduleId:"lumo-typography"}),(0,i.K)("typography-props",r)},4407:(t,e,s)=>{var o=s(2807);class i extends HTMLElement{static get is(){return"vaadin-lumo-styles"}static get version(){return"24.2.5"}}(0,o.M)(i)},5128:(t,e,s)=>{s.d(e,{Tb:()=>u,iv:()=>o.iv,hC:()=>a});var o=s(9897);const i=t=>class extends t{static get properties(){return{_theme:{type:String,readOnly:!0}}}static get observedAttributes(){return[...super.observedAttributes,"theme"]}attributeChangedCallback(t,e,s){super.attributeChangedCallback(t,e,s),"theme"===t&&this._set_theme(s)}},r=[];function n(t){return t&&Object.prototype.hasOwnProperty.call(t,"__themes")}function a(t,e,s={}){var i;t&&(i=t,n(customElements.get(i))&&console.warn(`The custom element definition for "${t}"\n was finalized before a style module was registered.\n Make sure to add component specific style modules before\n importing the corresponding custom element.`)),e=function(t=[]){return[t].flat(1/0).filter((t=>t instanceof o.c3||(console.warn("An item in styles is not of type CSSResult. Use `unsafeCSS` or `css`."),!1)))}(e),window.Vaadin&&window.Vaadin.styleModules?window.Vaadin.styleModules.registerStyles(t,e,s):r.push({themeFor:t,styles:e,include:s.include,moduleId:s.moduleId})}function l(){return window.Vaadin&&window.Vaadin.styleModules?window.Vaadin.styleModules.getAllThemes():r}function c(t=""){let e=0;return t.startsWith("lumo-")||t.startsWith("material-")?e=1:t.startsWith("vaadin-")&&(e=2),e}function d(t){const e=[];return t.include&&[].concat(t.include).forEach((t=>{const s=l().find((e=>e.moduleId===t));s?e.push(...d(s),...s.styles):console.warn(`Included moduleId ${t} not found in style registry`)}),t.styles),e}function h(t){const e=`${t}-default-theme`,s=l().filter((s=>s.moduleId!==e&&function(t,e){return(t||"").split(" ").some((t=>new RegExp(`^${t.split("*").join(".*")}$`,"u").test(e)))}(s.themeFor,t))).map((t=>({...t,styles:[...d(t),...t.styles],includePriority:c(t.moduleId)}))).sort(((t,e)=>e.includePriority-t.includePriority));return s.length>0?s:l().filter((t=>t.moduleId===e))}const u=t=>class extends(i(t)){static finalize(){if(super.finalize(),this.elementStyles)return;const t=this.prototype._template;t&&!n(this)&&function(t,e){const s=document.createElement("style");s.innerHTML=t.map((t=>t.cssText)).join("\n"),e.content.appendChild(s)}(this.getStylesForThis(),t)}static finalizeStyles(t){const e=this.getStylesForThis();return t?[...super.finalizeStyles(t),...e]:e}static getStylesForThis(){const t=Object.getPrototypeOf(this.prototype),e=(t?t.constructor.__themes:[])||[];this.__themes=[...e,...h(this.is)];const s=this.__themes.flatMap((t=>t.styles));return s.filter(((t,e)=>e===s.lastIndexOf(t)))}}},9897:(t,e,s)=>{s.d(e,{c3:()=>a,iv:()=>l});const o=window,i=o.ShadowRoot&&(void 0===o.ShadyCSS||o.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,r=Symbol(),n=new WeakMap;class a{constructor(t,e,s){if(this._$cssResult$=!0,s!==r)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=t,this.t=e}get styleSheet(){let t=this.o;const e=this.t;if(i&&void 0===t){const s=void 0!==e&&1===e.length;s&&(t=n.get(e)),void 0===t&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),s&&n.set(e,t))}return t}toString(){return this.cssText}}const l=(t,...e)=>{const s=1===t.length?t[0]:e.reduce(((e,s,o)=>e+(t=>{if(!0===t._$cssResult$)return t.cssText;if("number"==typeof t)return t;throw Error("Value passed to 'css' function must be a 'css' function result: "+t+". Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.")})(s)+t[o+1]),t[0]);return new a(s,t,r)},c=i?t=>t:t=>t instanceof CSSStyleSheet?(t=>{let e="";for(const s of t.cssRules)e+=s.cssText;return(t=>new a("string"==typeof t?t:t+"",void 0,r))(e)})(t):t;var d;const h=window,u=h.trustedTypes,p=u?u.emptyScript:"",_=h.reactiveElementPolyfillSupport,m={toAttribute(t,e){switch(e){case Boolean:t=t?p:null;break;case Object:case Array:t=null==t?t:JSON.stringify(t)}return t},fromAttribute(t,e){let s=t;switch(e){case Boolean:s=null!==t;break;case Number:s=null===t?null:Number(t);break;case Object:case Array:try{s=JSON.parse(t)}catch(t){s=null}}return s}},f=(t,e)=>e!==t&&(e==e||t==t),y={attribute:!0,type:String,converter:m,reflect:!1,hasChanged:f};class g extends HTMLElement{constructor(){super(),this._$Ei=new Map,this.isUpdatePending=!1,this.hasUpdated=!1,this._$El=null,this.u()}static addInitializer(t){var e;this.finalize(),(null!==(e=this.h)&&void 0!==e?e:this.h=[]).push(t)}static get observedAttributes(){this.finalize();const t=[];return this.elementProperties.forEach(((e,s)=>{const o=this._$Ep(s,e);void 0!==o&&(this._$Ev.set(o,s),t.push(o))})),t}static createProperty(t,e=y){if(e.state&&(e.attribute=!1),this.finalize(),this.elementProperties.set(t,e),!e.noAccessor&&!this.prototype.hasOwnProperty(t)){const s="symbol"==typeof t?Symbol():"__"+t,o=this.getPropertyDescriptor(t,s,e);void 0!==o&&Object.defineProperty(this.prototype,t,o)}}static getPropertyDescriptor(t,e,s){return{get(){return this[e]},set(o){const i=this[t];this[e]=o,this.requestUpdate(t,i,s)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)||y}static finalize(){if(this.hasOwnProperty("finalized"))return!1;this.finalized=!0;const t=Object.getPrototypeOf(this);if(t.finalize(),void 0!==t.h&&(this.h=[...t.h]),this.elementProperties=new Map(t.elementProperties),this._$Ev=new Map,this.hasOwnProperty("properties")){const t=this.properties,e=[...Object.getOwnPropertyNames(t),...Object.getOwnPropertySymbols(t)];for(const s of e)this.createProperty(s,t[s])}return this.elementStyles=this.finalizeStyles(this.styles),!0}static finalizeStyles(t){const e=[];if(Array.isArray(t)){const s=new Set(t.flat(1/0).reverse());for(const t of s)e.unshift(c(t))}else void 0!==t&&e.push(c(t));return e}static _$Ep(t,e){const s=e.attribute;return!1===s?void 0:"string"==typeof s?s:"string"==typeof t?t.toLowerCase():void 0}u(){var t;this._$E_=new Promise((t=>this.enableUpdating=t)),this._$AL=new Map,this._$Eg(),this.requestUpdate(),null===(t=this.constructor.h)||void 0===t||t.forEach((t=>t(this)))}addController(t){var e,s;(null!==(e=this._$ES)&&void 0!==e?e:this._$ES=[]).push(t),void 0!==this.renderRoot&&this.isConnected&&(null===(s=t.hostConnected)||void 0===s||s.call(t))}removeController(t){var e;null===(e=this._$ES)||void 0===e||e.splice(this._$ES.indexOf(t)>>>0,1)}_$Eg(){this.constructor.elementProperties.forEach(((t,e)=>{this.hasOwnProperty(e)&&(this._$Ei.set(e,this[e]),delete this[e])}))}createRenderRoot(){var t;const e=null!==(t=this.shadowRoot)&&void 0!==t?t:this.attachShadow(this.constructor.shadowRootOptions);return((t,e)=>{i?t.adoptedStyleSheets=e.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet)):e.forEach((e=>{const s=document.createElement("style"),i=o.litNonce;void 0!==i&&s.setAttribute("nonce",i),s.textContent=e.cssText,t.appendChild(s)}))})(e,this.constructor.elementStyles),e}connectedCallback(){var t;void 0===this.renderRoot&&(this.renderRoot=this.createRenderRoot()),this.enableUpdating(!0),null===(t=this._$ES)||void 0===t||t.forEach((t=>{var e;return null===(e=t.hostConnected)||void 0===e?void 0:e.call(t)}))}enableUpdating(t){}disconnectedCallback(){var t;null===(t=this._$ES)||void 0===t||t.forEach((t=>{var e;return null===(e=t.hostDisconnected)||void 0===e?void 0:e.call(t)}))}attributeChangedCallback(t,e,s){this._$AK(t,s)}_$EO(t,e,s=y){var o;const i=this.constructor._$Ep(t,s);if(void 0!==i&&!0===s.reflect){const r=(void 0!==(null===(o=s.converter)||void 0===o?void 0:o.toAttribute)?s.converter:m).toAttribute(e,s.type);this._$El=t,null==r?this.removeAttribute(i):this.setAttribute(i,r),this._$El=null}}_$AK(t,e){var s;const o=this.constructor,i=o._$Ev.get(t);if(void 0!==i&&this._$El!==i){const t=o.getPropertyOptions(i),r="function"==typeof t.converter?{fromAttribute:t.converter}:void 0!==(null===(s=t.converter)||void 0===s?void 0:s.fromAttribute)?t.converter:m;this._$El=i,this[i]=r.fromAttribute(e,t.type),this._$El=null}}requestUpdate(t,e,s){let o=!0;void 0!==t&&(((s=s||this.constructor.getPropertyOptions(t)).hasChanged||f)(this[t],e)?(this._$AL.has(t)||this._$AL.set(t,e),!0===s.reflect&&this._$El!==t&&(void 0===this._$EC&&(this._$EC=new Map),this._$EC.set(t,s))):o=!1),!this.isUpdatePending&&o&&(this._$E_=this._$Ej())}async _$Ej(){this.isUpdatePending=!0;try{await this._$E_}catch(t){Promise.reject(t)}const t=this.scheduleUpdate();return null!=t&&await t,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){var t;if(!this.isUpdatePending)return;this.hasUpdated,this._$Ei&&(this._$Ei.forEach(((t,e)=>this[e]=t)),this._$Ei=void 0);let e=!1;const s=this._$AL;try{e=this.shouldUpdate(s),e?(this.willUpdate(s),null===(t=this._$ES)||void 0===t||t.forEach((t=>{var e;return null===(e=t.hostUpdate)||void 0===e?void 0:e.call(t)})),this.update(s)):this._$Ek()}catch(t){throw e=!1,this._$Ek(),t}e&&this._$AE(s)}willUpdate(t){}_$AE(t){var e;null===(e=this._$ES)||void 0===e||e.forEach((t=>{var e;return null===(e=t.hostUpdated)||void 0===e?void 0:e.call(t)})),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(t)),this.updated(t)}_$Ek(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$E_}shouldUpdate(t){return!0}update(t){void 0!==this._$EC&&(this._$EC.forEach(((t,e)=>this._$EO(e,this[e],t))),this._$EC=void 0),this._$Ek()}updated(t){}firstUpdated(t){}}var v;g.finalized=!0,g.elementProperties=new Map,g.elementStyles=[],g.shadowRootOptions={mode:"open"},null==_||_({ReactiveElement:g}),(null!==(d=h.reactiveElementVersions)&&void 0!==d?d:h.reactiveElementVersions=[]).push("1.6.1");const b=window,w=b.trustedTypes,P=w?w.createPolicy("lit-html",{createHTML:t=>t}):void 0,A="$lit$",C=`lit$${(Math.random()+"").slice(9)}$`,E="?"+C,S=`<${E}>`,x=document,T=()=>x.createComment(""),N=t=>null===t||"object"!=typeof t&&"function"!=typeof t,$=Array.isArray,O="[ \t\n\f\r]",k=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,I=/-->/g,z=/>/g,R=RegExp(`>|${O}(?:([^\\s"'>=/]+)(${O}*=${O}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),M=/'/g,L=/"/g,H=/^(?:script|style|textarea|title)$/i,U=t=>(e,...s)=>({_$litType$:t,strings:e,values:s}),D=(U(1),U(2),Symbol.for("lit-noChange")),F=Symbol.for("lit-nothing"),j=new WeakMap,B=x.createTreeWalker(x,129,null,!1),V=(t,e)=>{const s=t.length-1,o=[];let i,r=2===e?"<svg>":"",n=k;for(let e=0;e<s;e++){const s=t[e];let a,l,c=-1,d=0;for(;d<s.length&&(n.lastIndex=d,l=n.exec(s),null!==l);)d=n.lastIndex,n===k?"!--"===l[1]?n=I:void 0!==l[1]?n=z:void 0!==l[2]?(H.test(l[2])&&(i=RegExp("</"+l[2],"g")),n=R):void 0!==l[3]&&(n=R):n===R?">"===l[0]?(n=null!=i?i:k,c=-1):void 0===l[1]?c=-2:(c=n.lastIndex-l[2].length,a=l[1],n=void 0===l[3]?R:'"'===l[3]?L:M):n===L||n===M?n=R:n===I||n===z?n=k:(n=R,i=void 0);const h=n===R&&t[e+1].startsWith("/>")?" ":"";r+=n===k?s+S:c>=0?(o.push(a),s.slice(0,c)+A+s.slice(c)+C+h):s+C+(-2===c?(o.push(void 0),e):h)}const a=r+(t[s]||"<?>")+(2===e?"</svg>":"");if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return[void 0!==P?P.createHTML(a):a,o]};class q{constructor({strings:t,_$litType$:e},s){let o;this.parts=[];let i=0,r=0;const n=t.length-1,a=this.parts,[l,c]=V(t,e);if(this.el=q.createElement(l,s),B.currentNode=this.el.content,2===e){const t=this.el.content,e=t.firstChild;e.remove(),t.append(...e.childNodes)}for(;null!==(o=B.nextNode())&&a.length<n;){if(1===o.nodeType){if(o.hasAttributes()){const t=[];for(const e of o.getAttributeNames())if(e.endsWith(A)||e.startsWith(C)){const s=c[r++];if(t.push(e),void 0!==s){const t=o.getAttribute(s.toLowerCase()+A).split(C),e=/([.?@])?(.*)/.exec(s);a.push({type:1,index:i,name:e[2],strings:t,ctor:"."===e[1]?G:"?"===e[1]?X:"@"===e[1]?Q:K})}else a.push({type:6,index:i})}for(const e of t)o.removeAttribute(e)}if(H.test(o.tagName)){const t=o.textContent.split(C),e=t.length-1;if(e>0){o.textContent=w?w.emptyScript:"";for(let s=0;s<e;s++)o.append(t[s],T()),B.nextNode(),a.push({type:2,index:++i});o.append(t[e],T())}}}else if(8===o.nodeType)if(o.data===E)a.push({type:2,index:i});else{let t=-1;for(;-1!==(t=o.data.indexOf(C,t+1));)a.push({type:7,index:i}),t+=C.length-1}i++}}static createElement(t,e){const s=x.createElement("template");return s.innerHTML=t,s}}function Y(t,e,s=t,o){var i,r,n,a;if(e===D)return e;let l=void 0!==o?null===(i=s._$Co)||void 0===i?void 0:i[o]:s._$Cl;const c=N(e)?void 0:e._$litDirective$;return(null==l?void 0:l.constructor)!==c&&(null===(r=null==l?void 0:l._$AO)||void 0===r||r.call(l,!1),void 0===c?l=void 0:(l=new c(t),l._$AT(t,s,o)),void 0!==o?(null!==(n=(a=s)._$Co)&&void 0!==n?n:a._$Co=[])[o]=l:s._$Cl=l),void 0!==l&&(e=Y(t,l._$AS(t,e.values),l,o)),e}class J{constructor(t,e){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=e}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){var e;const{el:{content:s},parts:o}=this._$AD,i=(null!==(e=null==t?void 0:t.creationScope)&&void 0!==e?e:x).importNode(s,!0);B.currentNode=i;let r=B.nextNode(),n=0,a=0,l=o[0];for(;void 0!==l;){if(n===l.index){let e;2===l.type?e=new W(r,r.nextSibling,this,t):1===l.type?e=new l.ctor(r,l.name,l.strings,this,t):6===l.type&&(e=new tt(r,this,t)),this._$AV.push(e),l=o[++a]}n!==(null==l?void 0:l.index)&&(r=B.nextNode(),n++)}return i}v(t){let e=0;for(const s of this._$AV)void 0!==s&&(void 0!==s.strings?(s._$AI(t,s,e),e+=s.strings.length-2):s._$AI(t[e])),e++}}class W{constructor(t,e,s,o){var i;this.type=2,this._$AH=F,this._$AN=void 0,this._$AA=t,this._$AB=e,this._$AM=s,this.options=o,this._$Cp=null===(i=null==o?void 0:o.isConnected)||void 0===i||i}get _$AU(){var t,e;return null!==(e=null===(t=this._$AM)||void 0===t?void 0:t._$AU)&&void 0!==e?e:this._$Cp}get parentNode(){let t=this._$AA.parentNode;const e=this._$AM;return void 0!==e&&11===(null==t?void 0:t.nodeType)&&(t=e.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,e=this){t=Y(this,t,e),N(t)?t===F||null==t||""===t?(this._$AH!==F&&this._$AR(),this._$AH=F):t!==this._$AH&&t!==D&&this._(t):void 0!==t._$litType$?this.g(t):void 0!==t.nodeType?this.$(t):(t=>$(t)||"function"==typeof(null==t?void 0:t[Symbol.iterator]))(t)?this.T(t):this._(t)}k(t){return this._$AA.parentNode.insertBefore(t,this._$AB)}$(t){this._$AH!==t&&(this._$AR(),this._$AH=this.k(t))}_(t){this._$AH!==F&&N(this._$AH)?this._$AA.nextSibling.data=t:this.$(x.createTextNode(t)),this._$AH=t}g(t){var e;const{values:s,_$litType$:o}=t,i="number"==typeof o?this._$AC(t):(void 0===o.el&&(o.el=q.createElement(o.h,this.options)),o);if((null===(e=this._$AH)||void 0===e?void 0:e._$AD)===i)this._$AH.v(s);else{const t=new J(i,this),e=t.u(this.options);t.v(s),this.$(e),this._$AH=t}}_$AC(t){let e=j.get(t.strings);return void 0===e&&j.set(t.strings,e=new q(t)),e}T(t){$(this._$AH)||(this._$AH=[],this._$AR());const e=this._$AH;let s,o=0;for(const i of t)o===e.length?e.push(s=new W(this.k(T()),this.k(T()),this,this.options)):s=e[o],s._$AI(i),o++;o<e.length&&(this._$AR(s&&s._$AB.nextSibling,o),e.length=o)}_$AR(t=this._$AA.nextSibling,e){var s;for(null===(s=this._$AP)||void 0===s||s.call(this,!1,!0,e);t&&t!==this._$AB;){const e=t.nextSibling;t.remove(),t=e}}setConnected(t){var e;void 0===this._$AM&&(this._$Cp=t,null===(e=this._$AP)||void 0===e||e.call(this,t))}}class K{constructor(t,e,s,o,i){this.type=1,this._$AH=F,this._$AN=void 0,this.element=t,this.name=e,this._$AM=o,this.options=i,s.length>2||""!==s[0]||""!==s[1]?(this._$AH=Array(s.length-1).fill(new String),this.strings=s):this._$AH=F}get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}_$AI(t,e=this,s,o){const i=this.strings;let r=!1;if(void 0===i)t=Y(this,t,e,0),r=!N(t)||t!==this._$AH&&t!==D,r&&(this._$AH=t);else{const o=t;let n,a;for(t=i[0],n=0;n<i.length-1;n++)a=Y(this,o[s+n],e,n),a===D&&(a=this._$AH[n]),r||(r=!N(a)||a!==this._$AH[n]),a===F?t=F:t!==F&&(t+=(null!=a?a:"")+i[n+1]),this._$AH[n]=a}r&&!o&&this.j(t)}j(t){t===F?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,null!=t?t:"")}}class G extends K{constructor(){super(...arguments),this.type=3}j(t){this.element[this.name]=t===F?void 0:t}}const Z=w?w.emptyScript:"";class X extends K{constructor(){super(...arguments),this.type=4}j(t){t&&t!==F?this.element.setAttribute(this.name,Z):this.element.removeAttribute(this.name)}}class Q extends K{constructor(t,e,s,o,i){super(t,e,s,o,i),this.type=5}_$AI(t,e=this){var s;if((t=null!==(s=Y(this,t,e,0))&&void 0!==s?s:F)===D)return;const o=this._$AH,i=t===F&&o!==F||t.capture!==o.capture||t.once!==o.once||t.passive!==o.passive,r=t!==F&&(o===F||i);i&&this.element.removeEventListener(this.name,this,o),r&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){var e,s;"function"==typeof this._$AH?this._$AH.call(null!==(s=null===(e=this.options)||void 0===e?void 0:e.host)&&void 0!==s?s:this.element,t):this._$AH.handleEvent(t)}}class tt{constructor(t,e,s){this.element=t,this.type=6,this._$AN=void 0,this._$AM=e,this.options=s}get _$AU(){return this._$AM._$AU}_$AI(t){Y(this,t)}}const et=b.litHtmlPolyfillSupport;var st,ot;null==et||et(q,W),(null!==(v=b.litHtmlVersions)&&void 0!==v?v:b.litHtmlVersions=[]).push("2.7.2");class it extends g{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0}createRenderRoot(){var t,e;const s=super.createRenderRoot();return null!==(t=(e=this.renderOptions).renderBefore)&&void 0!==t||(e.renderBefore=s.firstChild),s}update(t){const e=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(t),this._$Do=((t,e,s)=>{var o,i;const r=null!==(o=null==s?void 0:s.renderBefore)&&void 0!==o?o:e;let n=r._$litPart$;if(void 0===n){const t=null!==(i=null==s?void 0:s.renderBefore)&&void 0!==i?i:null;r._$litPart$=n=new W(e.insertBefore(T(),t),t,void 0,null!=s?s:{})}return n._$AI(t),n})(e,this.renderRoot,this.renderOptions)}connectedCallback(){var t;super.connectedCallback(),null===(t=this._$Do)||void 0===t||t.setConnected(!0)}disconnectedCallback(){var t;super.disconnectedCallback(),null===(t=this._$Do)||void 0===t||t.setConnected(!1)}render(){return D}}it.finalized=!0,it._$litElement$=!0,null===(st=globalThis.litElementHydrateSupport)||void 0===st||st.call(globalThis,{LitElement:it});const rt=globalThis.litElementPolyfillSupport;null==rt||rt({LitElement:it}),(null!==(ot=globalThis.litElementVersions)&&void 0!==ot?ot:globalThis.litElementVersions=[]).push("3.3.1")}}]);