@ulb-darmstadt/shacl-form 1.10.3 → 1.10.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -73,7 +73,7 @@ a, a:visited { color: inherit; }
73
73
  .ref-link { cursor: pointer; }
74
74
  .ref-link:hover { text-decoration: underline; }
75
75
  .node-id-display { color: #999; font-size: 11px; }`;class Eg{constructor(e){let t=xg;e&&(t+=`
76
- `+e),this.stylesheet=new CSSStyleSheet,this.stylesheet.replaceSync(t)}apply(e){}createViewer(e,t,r){const n=document.createElement("div"),s=document.createElement("label");s.innerHTML=e+":",r.description&&s.setAttribute("title",r.description.value),n.appendChild(s);let o=t.value,a=null;if(t instanceof qo){const l=r.config.store.getQuads(o,null,null,null);if(l.length){const d=qs(l,r.config.languages);d&&(o=d)}}else t instanceof yi&&(t.language?(a=document.createElement("span"),a.classList.add("lang"),a.innerText=`@${t.language}`):t.datatype.value===`${wr}date`?o=new Date(Date.parse(t.value)).toDateString():t.datatype.value===`${wr}dateTime`&&(o=new Date(Date.parse(t.value)).toLocaleString()));let c;return oc(t.value)?(c=document.createElement("a"),c.setAttribute("href",t.value)):c=document.createElement("div"),c.classList.add("d-flex"),c.innerText=o,a&&c.appendChild(a),n.appendChild(c),n}}function Sg(i,e,t){if(t){const r=i.minCount!==void 0&&i.minCount>0;if(i.class)return i.config.theme.createListEditor(i.label,e,r,Wc(i.class,i),i);if(i.shaclIn){const n=i.config.lists[i.shaclIn];if(n?.length){const s=sp(n,i.config.store,i.config.languages);return i.config.theme.createListEditor(i.label,e,r,s,i)}else console.error("list not found:",i.shaclIn,"existing lists:",i.config.lists)}if(i.datatype?.value===`${gr}langString`||i.languageIn?.length)return i.config.theme.createLangStringEditor(i.label,e,r,i);switch(i.datatype?.value.replace(wr,"")){case"integer":case"float":case"double":case"decimal":return i.config.theme.createNumberEditor(i.label,e,r,i);case"date":case"dateTime":return i.config.theme.createDateEditor(i.label,e,r,i);case"boolean":return i.config.theme.createBooleanEditor(i.label,e,r,i);case"base64Binary":return i.config.theme.createFileEditor(i.label,e,r,i)}return i.config.theme.createTextEditor(i.label,e,r,i)}else{if(e)return i.config.theme.createViewer(i.label,e,i);const r=document.createElement("div");return r.innerHTML="No value",r}}function kg(i,e,t){if(e==="application/ld+json")return Rg(i);{const r=new Mc({format:e,prefixes:t});r.addQuads(i);let n="";return r.end((s,o)=>{s&&console.error(s),n=o}),n}}function Rg(i){const e=[];for(const t of i){const r={"@id":t.subject.id};if(t.predicate===qt)r["@type"]=t.object.id;else{let n=t.object.value;t.object instanceof yi?t.object.language?n={"@language":t.object.language,"@value":t.object.value}:t.object.datatype&&t.object.datatype.value!==`${wr}#string`&&(n={"@type":t.object.datatype.value,"@value":t.object.value}):n={"@id":t.object.id},r[t.predicate.value]=n}e.push(r)}return JSON.stringify(e)}function Ig(i){let e=i.shaclDatatype,t=i.value;if(t){if(t.startsWith("<")&&t.endsWith(">")&&t.indexOf(":")>-1)return ze.namedNode(t.substring(1,t.length-1));if(i.dataset.class||i.dataset.nodeKind===Oe+"IRI")return ze.namedNode(t);if(i.dataset.link)return JSON.parse(i.dataset.link);if(i.dataset.lang?e=i.dataset.lang:i.type==="number"?t=parseFloat(t):i.type==="file"&&i.binaryData?t=i.binaryData:i.type==="datetime-local"&&(t=new Date(t).toISOString().slice(0,19)),!e&&typeof t=="string"){let r=t.split("^^");r.length===2&&r[0].startsWith('"')&&r[0].endsWith('"')&&r[1].split(":").length===2?(t=r[0].substring(1,r[0].length-1),e=ze.namedNode(r[1])):(r=t.split("@"),r.length===2&&r[0].startsWith('"')&&r[0].endsWith('"')&&(t=r[0].substring(1,r[0].length-1),e=r[1]))}return ze.literal(t,e)}else if((i.type==="checkbox"||i.getAttribute("type")==="checkbox")&&(i.checked||parseInt(i.dataset.minCount||"0")>0))return ze.literal(i.checked?"true":"false",e)}const ws={};function Tg(i){i.predicate===void 0&&i.datatype===void 0?console.warn('not registering plugin because it does neither define "predicate" nor "datatype"',i):ws[`${i.predicate}^${i.datatype}`]=i}function Cg(){return Object.entries(ws).map(i=>i[1])}function $g(i,e){let t=ws[`${i}^${e}`];return t||(t=ws[`${i}^undefined`],t)?t:ws[`undefined^${e}`]}class ux{constructor(e,t){this.predicate=e.predicate,this.datatype=e.datatype,t&&(this.stylesheet=new CSSStyleSheet,this.stylesheet.replaceSync(t))}createViewer(e,t){return e.config.theme.createViewer(e.label,t,e)}}/**
76
+ `+e),this.stylesheet=new CSSStyleSheet,this.stylesheet.replaceSync(t)}apply(e){}createViewer(e,t,r){const n=document.createElement("div"),s=document.createElement("label");s.innerHTML=e+":",r.description&&s.setAttribute("title",r.description.value),n.appendChild(s);let o=t.value,a=null;if(t instanceof qo){const l=r.config.store.getQuads(o,null,null,null);if(l.length){const d=qs(l,r.config.languages);d&&(o=d)}}else t instanceof yi&&(t.language?(a=document.createElement("span"),a.classList.add("lang"),a.innerText=`@${t.language}`):t.datatype.value===`${wr}date`?o=new Date(Date.parse(t.value)).toDateString():t.datatype.value===`${wr}dateTime`&&(o=new Date(Date.parse(t.value)).toLocaleString()));let c;return oc(t.value)?(c=document.createElement("a"),c.setAttribute("href",t.value)):c=document.createElement("div"),c.classList.add("d-flex"),c.innerText=o,a&&c.appendChild(a),n.appendChild(c),n}}function Sg(i,e,t){if(t){const r=i.minCount!==void 0&&i.minCount>0;if(i.class)return i.config.theme.createListEditor(i.label,e,r,Wc(i.class,i),i);if(i.shaclIn){const n=i.config.lists[i.shaclIn];if(n?.length){const s=sp(n,i.config.store,i.config.languages);return i.config.theme.createListEditor(i.label,e,r,s,i)}else console.error("list not found:",i.shaclIn,"existing lists:",i.config.lists)}if(i.datatype?.value===`${gr}langString`||i.languageIn?.length)return i.config.theme.createLangStringEditor(i.label,e,r,i);switch(i.datatype?.value.replace(wr,"")){case"integer":case"float":case"double":case"decimal":return i.config.theme.createNumberEditor(i.label,e,r,i);case"date":case"dateTime":return i.config.theme.createDateEditor(i.label,e,r,i);case"boolean":return i.config.theme.createBooleanEditor(i.label,e,r,i);case"base64Binary":return i.config.theme.createFileEditor(i.label,e,r,i)}return i.config.theme.createTextEditor(i.label,e,r,i)}else{if(e)return i.config.theme.createViewer(i.label,e,i);const r=document.createElement("div");return r.innerHTML="No value",r}}function kg(i,e,t){if(e==="application/ld+json")return Rg(i);{const r=new Mc({format:e,prefixes:t});r.addQuads(i);let n="";return r.end((s,o)=>{s&&console.error(s),n=o}),n}}function Rg(i){const e=[];for(const t of i){const r={"@id":t.subject.id};if(t.predicate===qt)r["@type"]=t.object.id;else{let n=t.object.value;t.object instanceof yi?t.object.language?n={"@language":t.object.language,"@value":t.object.value}:t.object.datatype&&t.object.datatype.value!==`${wr}#string`&&(n={"@type":t.object.datatype.value,"@value":t.object.value}):n={"@id":t.object.id},r[t.predicate.value]=n}e.push(r)}return JSON.stringify(e)}function Ig(i){let e=i.shaclDatatype,t=i.value;if(t){if(t.startsWith("<")&&t.endsWith(">")&&t.indexOf(":")>-1)return ze.namedNode(t.substring(1,t.length-1));if(i.dataset.class||i.dataset.nodeKind===Oe+"IRI")return ze.namedNode(t);if(i.dataset.link)return JSON.parse(i.dataset.link);if(i.dataset.lang?e=i.dataset.lang:i.type==="number"?t=parseFloat(t):i.type==="file"&&i.binaryData?t=i.binaryData:i.type==="datetime-local"&&(t=new Date(t).toISOString().slice(0,19)),!e&&typeof t=="string"){let r=t.split("^^");r.length===2&&r[0].startsWith('"')&&r[0].endsWith('"')&&r[1].split(":").length===2?(t=r[0].substring(1,r[0].length-1),e=ze.namedNode(r[1])):(r=t.split("@"),r.length===2&&r[0].startsWith('"')&&r[0].endsWith('"')&&(t=r[0].substring(1,r[0].length-1),e=r[1]))}return ze.literal(t,e)}else if((i.type==="checkbox"||i.getAttribute("type")==="checkbox")&&(i.checked||parseInt(i.dataset.minCount||"0")>0))return ze.literal(i.checked?"true":"false",e)}const ws={};function Tg(i){i.predicate===void 0&&i.datatype===void 0?console.warn('not registering plugin because it does neither define "predicate" nor "datatype"',i):ws[`${i.predicate}^${i.datatype}`]=i}function Cg(){return Object.entries(ws).map(i=>i[1])}function $g(i,e){let t=ws[`${i}^${e}`];return t||(t=ws[`${i}^undefined`],t)?t:ws[`undefined^${e}`]}class hx{constructor(e,t){this.predicate=e.predicate,this.datatype=e.datatype,t&&(this.stylesheet=new CSSStyleSheet,this.stylesheet.replaceSync(t))}createViewer(e,t){return e.config.theme.createViewer(e.label,t,e)}}/**
77
77
  * @license
78
78
  * Copyright 2019 Google LLC
79
79
  * SPDX-License-Identifier: BSD-3-Clause
@@ -299,7 +299,7 @@ a, a:visited { color: inherit; }
299
299
  .title { font-weight: 600; flex-grow: 1; text-align: center; }
300
300
  .clear { justify-self: flex-end; }
301
301
  main { flex-grow: 1; overflow: auto; }
302
- `];Us([je({type:Boolean,reflect:!0})],Kr.prototype,"open",2);Us([je({type:Boolean})],Kr.prototype,"closable",2);Us([je()],Kr.prototype,"title",2);Us([Ei("#dialog")],Kr.prototype,"dialogElement",2);Kr=Us([kr("rokit-dialog")],Kr);class $o extends HTMLElement{constructor(e,t,r,n){if(super(),this.template=new _g(r.store.getQuads(e,null,null,null),t,r),this.container=this,this.template.extendedShapes.length&&this.template.config.attributes.collapse!==null&&(!this.template.maxCount||this.template.maxCount>1)){const s=new Ht;s.classList.add("collapsible","shacl-group"),s.open=r.attributes.collapse==="open",s.label=this.template.label,this.container=s}if(this.template.order!==void 0&&(this.style.order=`${this.template.order}`),this.template.cssClass&&this.classList.add(this.template.cssClass),r.editMode&&!t.linked&&(this.addButton=this.createAddButton(),this.container.appendChild(this.addButton)),this.template.path){let s=[];n&&(t.linked?s=r.store.getQuads(n,this.template.path,null,null):s=r.store.getQuads(n,this.template.path,null,Ji));let o=!1;for(const a of s)this.isValueValid(a.object)&&(this.addPropertyInstance(a.object),this.template.hasValue&&a.object.equals(this.template.hasValue)&&(o=!0));r.editMode&&this.template.hasValue&&!o&&!t.linked&&this.addPropertyInstance(this.template.hasValue)}r.editMode&&!t.linked&&(this.addEventListener("change",()=>{this.updateControls()}),this.updateControls()),this.container instanceof Ht&&(r.editMode&&!t.linked||this.container.childElementCount>0)&&this.appendChild(this.container)}addPropertyInstance(e){let t;if(this.template.shaclOr?.length||this.template.shaclXone?.length){const r=this.template.shaclOr?.length?this.template.shaclOr:this.template.shaclXone;let n=!1;if(e){const s=yg(r,e,this.template.config);s.length&&(t=_o(this.template.clone().merge(s),e,!0),n=!0)}n||(t=ap(r,this,this.template.config),Rp(t,""))}else{let r=!1;if(e&&!(e instanceof yi)){const n=this.getRdfClassToLinkOrCreate();n&&this.template.config.store.countQuads(e,qt,n,Ji)===0&&(r=!0)}t=_o(this.template,e,void 0,r||this.template.parent.linked)}return this.addButton?this.container.insertBefore(t,this.addButton):this.container.appendChild(t),t}updateControls(){let e=this.querySelectorAll(":scope > .property-instance, :scope > .shacl-or-constraint, :scope > shacl-node").length;e===0&&(!this.template.extendedShapes.length||this.template.minCount!==void 0&&this.template.minCount>0)&&(this.addPropertyInstance(),e=this.querySelectorAll(":scope > .property-instance, :scope > .shacl-or-constraint, :scope > shacl-node").length);let t;this.template.minCount!==void 0?t=e>this.template.minCount:t=this.template.extendedShapes.length>0||e>1;const r=this.template.maxCount===void 0||e<this.template.maxCount;this.classList.toggle("may-remove",t),this.classList.toggle("may-add",r)}toRDF(e,t){for(const r of this.querySelectorAll(":scope > .property-instance, :scope > .collapsible > .property-instance")){const n=ze.namedNode(r.dataset.path);if(r.firstChild instanceof _r){const s=r.firstChild.toRDF(e);e.addQuad(t,n,s,this.template.config.valuesGraphId)}else for(const s of r.querySelectorAll(":scope > .editor")){const o=Ig(s);o&&e.addQuad(t,n,o,this.template.config.valuesGraphId)}}}getRdfClassToLinkOrCreate(){if(this.template.class&&this.template.node)return this.template.class;for(const e of this.template.extendedShapes){const t=this.template.config.store.getObjects(e,gn,null);if(t.length>0)return t[0]}}isValueValid(e){if(!this.template.extendedShapes.length)return!0;for(const t of this.template.extendedShapes){const r=this.template.config.store.getObjects(t,gn,null);for(const n of r)if(this.template.config.store.countQuads(e,qt,n,null)>0)return!0}return!1}createAddButton(){const e=new wt;e.dense=!0,e.label="+ "+this.template.label,e.title="Add "+this.template.label,e.autoGrowLabelWidth=!0,e.classList.add("add-button");let t=[],r=this.getRdfClassToLinkOrCreate();if(r&&(t=Wc(r,this.template)),t.length===0)e.emptyMessage="",e.inputMinWidth=0,e.addEventListener("click",n=>{e.blur();const s=this.addPropertyInstance();s.classList.add("fadeIn"),this.updateControls(),setTimeout(()=>{gg(s),s.classList.remove("fadeIn")},200)});else{const n=document.createElement("ul"),s=document.createElement("li");s.innerHTML="&#xFF0B; Create new "+this.template.label+"...",s.dataset.value="new",s.classList.add("large"),n.appendChild(s);const o=document.createElement("li");o.classList.add("divider"),n.appendChild(o);const a=document.createElement("li");a.classList.add("header"),a.innerText="Or link existing:",n.appendChild(a);for(const c of t){const l=document.createElement("li"),d=typeof c.value=="string"?c.value:c.value.value;l.innerText=c.label?c.label:d,l.dataset.value=JSON.stringify(c.value),n.appendChild(l)}e.appendChild(n),e.collapsibleWidth="250px",e.collapsibleOrientationLeft="",e.addEventListener("change",()=>{if(e.value==="new")this.addPropertyInstance();else{const c=JSON.parse(e.value);this.container.insertBefore(_o(this.template,c,!0,!0),e)}e.value=""})}return e}}function _o(i,e,t=!1,r=!1){let n;if(i.extendedShapes.length){n=document.createElement("div"),n.classList.add("property-instance");for(const s of i.extendedShapes)n.appendChild(new _r(s,i.config,e,i.parent,i.nodeKind,i.label,r))}else{const s=$g(i.path,i.datatype?.value);s?i.config.editMode&&!r?n=s.createEditor(i,e):n=s.createViewer(i,e):n=Sg(i,e||null,i.config.editMode&&!r),n.classList.add("property-instance"),r&&n.classList.add("linked")}return i.config.editMode&&Rp(n,i.label,t),n.dataset.path=i.path,n}function Rp(i,e,t=!1){const r=new vn;r.classList.add("remove-button","clear"),r.title="Remove "+e,r.dense=!0,r.icon=!0,r.addEventListener("click",n=>{i.classList.remove("fadeIn"),i.classList.add("fadeOut"),setTimeout(()=>{const s=i.parentElement;i.remove(),s?.dispatchEvent(new Event("change",{bubbles:!0,cancelable:!0}))},200)}),t&&r.classList.add("persistent"),i.appendChild(r)}window.customElements.define("shacl-property",$o);function Ob(i,e){let t=i;const r=e.store.getQuads(i,null,null,null),n=vs(r,"label",Uc,e.languages);n&&(t=n);let s;if(e.attributes.collapse!==null)s=new Ht,s.classList.add("collapsible"),s.open=e.attributes.collapse==="open",s.label=t;else{s=document.createElement("div");const a=document.createElement("h1");a.innerText=t,s.appendChild(a)}s.dataset.subject=i,s.classList.add("shacl-group");const o=vs(r,"order");return o&&(s.style.order=o),s}const Dt=[];for(let i=0;i<256;++i)Dt.push((i+256).toString(16).slice(1));function Pb(i,e=0){return(Dt[i[e+0]]+Dt[i[e+1]]+Dt[i[e+2]]+Dt[i[e+3]]+"-"+Dt[i[e+4]]+Dt[i[e+5]]+"-"+Dt[i[e+6]]+Dt[i[e+7]]+"-"+Dt[i[e+8]]+Dt[i[e+9]]+"-"+Dt[i[e+10]]+Dt[i[e+11]]+Dt[i[e+12]]+Dt[i[e+13]]+Dt[i[e+14]]+Dt[i[e+15]]).toLowerCase()}let ja;const Mb=new Uint8Array(16);function Fb(){if(!ja){if(typeof crypto>"u"||!crypto.getRandomValues)throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");ja=crypto.getRandomValues.bind(crypto)}return ja(Mb)}const jb=typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto),Fu={randomUUID:jb};function ju(i,e,t){if(Fu.randomUUID&&!i)return Fu.randomUUID();i=i||{};const r=i.random??i.rng?.()??Fb();if(r.length<16)throw new Error("Random bytes length must be >= 16");return r[6]=r[6]&15|64,r[8]=r[8]&63|128,Pb(r)}class _r extends HTMLElement{constructor(e,t,r,n,s,o,a){super(),this.owlImports=[],this.parent=n,this.config=t,this.shaclSubject=e,this.linked=a||!1;let c=r;if(!c){if(!s){const d=t.store.getObjects(e,`${Oe}nodeKind`,null);d.length&&(s=d[0])}s===void 0&&t.attributes.valuesNamespace||s?.value===`${Oe}IRI`?c=ze.namedNode(t.attributes.valuesNamespace+ju()):c=ze.blankNode(ju())}this.nodeId=c;const l=JSON.stringify([e,r]);if(r&&t.renderedNodes.has(l)){o=o||"Link";const d=document.createElement("label");d.innerText=o,d.classList.add("linked"),this.appendChild(d);const u=document.createElement("a");let m=r.termType==="BlankNode"?"_:"+r.value:r.value;u.innerText=m,u.classList.add("ref-link"),u.onclick=()=>{this.config.form.querySelector(`shacl-node[data-node-id='${m}']`)?.scrollIntoView()},this.appendChild(u),this.style.flexDirection="row"}else{if(r&&t.renderedNodes.add(l),this.dataset.nodeId=this.nodeId.id,this.config.attributes.showNodeIds!==null){const d=document.createElement("div");d.innerText=`id: ${this.nodeId.id}`,d.classList.add("node-id-display"),this.appendChild(d)}for(const d of t.store.getQuads(e,zc,null,null))this.owlImports.push(d.object);for(const d of t.store.getQuads(e,null,null,null))switch(d.predicate.id){case Io.id:this.addPropertyInstance(d.object,t,r);break;case`${Oe}and`:const u=t.lists[d.object.value];if(u?.length)for(const m of u)this.prepend(new _r(m,t,r,this));else console.error("list not found:",d.object.value,"existing lists:",t.lists);break;case hg.id:this.prepend(new _r(d.object,t,r,this));break;case`${Oe}targetClass`:this.targetClass=d.object;break;case`${Oe}or`:this.tryResolve(d.object,r,t);break;case`${Oe}xone`:this.tryResolve(d.object,r,t);break}if(o){const d=document.createElement("h1");d.innerText=o,this.prepend(d)}}}toRDF(e,t){if(t||(t=this.nodeId),!this.linked){for(const r of this.querySelectorAll(":scope > shacl-node, :scope > .shacl-group > shacl-node, :scope > shacl-property, :scope > .shacl-group > shacl-property"))r.toRDF(e,t);this.targetClass&&e.addQuad(t,qt,this.targetClass,this.config.valuesGraphId),this.config.attributes.generateNodeShapeReference&&!this.parent&&e.addQuad(t,ze.namedNode(this.config.attributes.generateNodeShapeReference),this.shaclSubject,this.config.valuesGraphId)}return t}addPropertyInstance(e,t,r){let n=this;const s=t.store.getQuads(e,`${Oe}group`,null,null);if(s.length>0){const a=s[0].object.value;if(t.groups.indexOf(a)>-1){let c=this.querySelector(`:scope > .shacl-group[data-subject='${a}']`);c||(c=Ob(a,t),this.appendChild(c)),n=c}else console.warn("ignoring unknown group reference",s[0],"existing groups:",t.groups)}const o=new $o(e,this,t,r);o.childElementCount>0&&n.appendChild(o)}tryResolve(e,t,r){const n=r.lists[e.value];if(n?.length){let s=!1;if(t){const o=vg(n,t,r);if(o.length){for(const a of o)this.addPropertyInstance(a,r,t);s=!0}}s||this.appendChild(ap(n,this,r))}else console.error("list for sh:or/sh:xone not found:",e,"existing lists:",r.lists)}}window.customElements.define("shacl-node",_r);var Lr={},Or={},Pr={},Xi={},Bu;function Bb(){if(Bu)return Xi;Bu=1,Object.defineProperty(Xi,"__esModule",{value:!0}),Xi.removeDotSegmentsOfPath=Xi.removeDotSegments=Xi.resolve=void 0;function i(n,s){s=s||"";const o=s.indexOf("#");if(o>0&&(s=s.substr(0,o)),!n.length){if(s.indexOf(":")<0)throw new Error(`Found invalid baseIRI '${s}' for value '${n}'`);return s}if(n.startsWith("?")){const g=s.indexOf("?");return g>0&&(s=s.substr(0,g)),s+n}if(n.startsWith("#"))return s+n;if(!s.length){const g=n.indexOf(":");if(g<0)throw new Error(`Found invalid relative IRI '${n}' for a missing baseIRI`);return t(n,g)}const a=n.indexOf(":");if(a>=0)return t(n,a);const c=s.indexOf(":");if(c<0)throw new Error(`Found invalid baseIRI '${s}' for value '${n}'`);const l=s.substr(0,c+1);if(n.indexOf("//")===0)return l+t(n,a);let d;if(s.indexOf("//",c)===c+1){if(d=s.indexOf("/",c+3),d<0)return s.length>c+3?s+"/"+t(n,a):l+t(n,a)}else if(d=s.indexOf("/",c+1),d<0)return l+t(n,a);if(n.indexOf("/")===0)return s.substr(0,d)+e(n);let u=s.substr(d);const m=u.lastIndexOf("/");return m>=0&&m<u.length-1&&(u=u.substr(0,m+1),n[0]==="."&&n[1]!=="."&&n[1]!=="/"&&n[2]&&(n=n.substr(1))),n=u+n,n=e(n),s.substr(0,d)+n}Xi.resolve=i;function e(n){const s=[];let o=0;for(;o<n.length;)switch(n[o]){case"/":if(n[o+1]===".")if(n[o+2]==="."){if(!r(n[o+3])){s.push([]),o++;break}s.pop(),n[o+3]||s.push([]),o+=3}else{if(!r(n[o+2])){s.push([]),o++;break}n[o+2]||s.push([]),o+=2}else s.push([]),o++;break;case"#":case"?":s.length||s.push([]),s[s.length-1].push(n.substr(o)),o=n.length;break;default:s.length||s.push([]),s[s.length-1].push(n[o]),o++;break}return"/"+s.map(a=>a.join("")).join("/")}Xi.removeDotSegments=e;function t(n,s){let o=s+1;s>=0?n[s+1]==="/"&&n[s+2]==="/"&&(o=s+3):n[0]==="/"&&n[1]==="/"&&(o=2);const a=n.indexOf("/",o);if(a<0)return n;const c=n.substr(0,a),l=n.substr(a);return c+e(l)}Xi.removeDotSegmentsOfPath=t;function r(n){return!n||n==="#"||n==="?"||n==="/"}return Xi}var qu;function qb(){return qu||(qu=1,function(i){var e=Pr&&Pr.__createBinding||(Object.create?function(r,n,s,o){o===void 0&&(o=s),Object.defineProperty(r,o,{enumerable:!0,get:function(){return n[s]}})}:function(r,n,s,o){o===void 0&&(o=s),r[o]=n[s]}),t=Pr&&Pr.__exportStar||function(r,n){for(var s in r)s!=="default"&&!Object.prototype.hasOwnProperty.call(n,s)&&e(n,r,s)};Object.defineProperty(i,"__esModule",{value:!0}),t(Bb(),i)}(Pr)),Pr}var Mr={},Ba={},Uu;function Ub(){return Uu||(Uu=1,function(i){/**
302
+ `];Us([je({type:Boolean,reflect:!0})],Kr.prototype,"open",2);Us([je({type:Boolean})],Kr.prototype,"closable",2);Us([je()],Kr.prototype,"title",2);Us([Ei("#dialog")],Kr.prototype,"dialogElement",2);Kr=Us([kr("rokit-dialog")],Kr);class $o extends HTMLElement{constructor(e,t,r,n){if(super(),this.template=new _g(r.store.getQuads(e,null,null,null),t,r),this.container=this,this.template.extendedShapes.length&&this.template.config.attributes.collapse!==null&&(!this.template.maxCount||this.template.maxCount>1)){const s=new Ht;s.classList.add("collapsible","shacl-group"),s.open=r.attributes.collapse==="open",s.label=this.template.label,this.container=s}if(this.template.order!==void 0&&(this.style.order=`${this.template.order}`),this.template.cssClass&&this.classList.add(this.template.cssClass),r.editMode&&!t.linked&&(this.addButton=this.createAddButton(),this.container.appendChild(this.addButton)),this.template.path){let s=[];n&&(t.linked?s=r.store.getQuads(n,this.template.path,null,null):s=r.store.getQuads(n,this.template.path,null,Ji));let o=!1;for(const a of s)this.isValueValid(a.object)&&(this.addPropertyInstance(a.object),this.template.hasValue&&a.object.equals(this.template.hasValue)&&(o=!0));r.editMode&&this.template.hasValue&&!o&&!t.linked&&this.addPropertyInstance(this.template.hasValue)}r.editMode&&!t.linked&&(this.addEventListener("change",()=>{this.updateControls()}),this.updateControls()),this.container instanceof Ht&&(r.editMode&&!t.linked||this.container.childElementCount>0)&&this.appendChild(this.container)}addPropertyInstance(e){let t;if(this.template.shaclOr?.length||this.template.shaclXone?.length){const r=this.template.shaclOr?.length?this.template.shaclOr:this.template.shaclXone;let n=!1;if(e){const s=yg(r,e,this.template.config);s.length&&(t=_o(this.template.clone().merge(s),e,!0),n=!0)}n||(t=ap(r,this,this.template.config),Rp(t,""))}else{let r=!1;if(e&&!(e instanceof yi)){const n=this.getRdfClassToLinkOrCreate();n&&this.template.config.store.countQuads(e,qt,n,Ji)===0&&(r=!0)}t=_o(this.template,e,void 0,r||this.template.parent.linked)}return this.addButton?this.container.insertBefore(t,this.addButton):this.container.appendChild(t),t}updateControls(){let e=this.querySelectorAll(":scope > .property-instance, :scope > .shacl-or-constraint, :scope > shacl-node").length;e===0&&(!this.template.extendedShapes.length||this.template.minCount!==void 0&&this.template.minCount>0)&&(this.addPropertyInstance(),e=this.querySelectorAll(":scope > .property-instance, :scope > .shacl-or-constraint, :scope > shacl-node").length);let t;this.template.minCount!==void 0?t=e>this.template.minCount:t=this.template.extendedShapes.length>0||e>1;const r=this.template.maxCount===void 0||e<this.template.maxCount;this.classList.toggle("may-remove",t),this.classList.toggle("may-add",r)}toRDF(e,t){for(const r of this.querySelectorAll(":scope > .property-instance, :scope > .collapsible > .property-instance")){const n=ze.namedNode(r.dataset.path);if(r.firstChild instanceof _r){const s=r.firstChild.toRDF(e);e.addQuad(t,n,s,this.template.config.valuesGraphId)}else for(const s of r.querySelectorAll(":scope > .editor")){const o=Ig(s);o&&e.addQuad(t,n,o,this.template.config.valuesGraphId)}}}getRdfClassToLinkOrCreate(){if(this.template.class&&this.template.node)return this.template.class;for(const e of this.template.extendedShapes){const t=this.template.config.store.getObjects(e,gn,null);if(t.length>0)return t[0]}}isValueValid(e){if(!this.template.extendedShapes.length)return!0;for(const t of this.template.extendedShapes){const r=this.template.config.store.getObjects(t,gn,null);for(const n of r)if(this.template.config.store.countQuads(e,qt,n,null)>0)return!0}return!1}createAddButton(){const e=new wt;e.dense=!0,e.label="+ "+this.template.label,e.title="Add "+this.template.label,e.autoGrowLabelWidth=!0,e.classList.add("add-button");let t=[],r=this.getRdfClassToLinkOrCreate();if(r&&(t=Wc(r,this.template)),t.length===0)e.emptyMessage="",e.inputMinWidth=0,e.addEventListener("click",n=>{e.blur();const s=this.addPropertyInstance();s.classList.add("fadeIn"),this.updateControls(),setTimeout(()=>{gg(s),s.classList.remove("fadeIn")},200)});else{const n=document.createElement("ul"),s=document.createElement("li");s.innerHTML="&#xFF0B; Create new "+this.template.label+"...",s.dataset.value="new",s.classList.add("large"),n.appendChild(s);const o=document.createElement("li");o.classList.add("divider"),n.appendChild(o);const a=document.createElement("li");a.classList.add("header"),a.innerText="Or link existing:",n.appendChild(a);for(const c of t){const l=document.createElement("li"),d=typeof c.value=="string"?c.value:c.value.value;l.innerText=c.label?c.label:d,l.dataset.value=JSON.stringify(c.value),n.appendChild(l)}e.appendChild(n),e.collapsibleWidth="250px",e.collapsibleOrientationLeft="",e.addEventListener("change",()=>{if(e.value==="new")this.addPropertyInstance();else{const c=JSON.parse(e.value);this.container.insertBefore(_o(this.template,c,!0,!0),e)}e.value=""})}return e}}function _o(i,e,t=!1,r=!1){let n;if(i.extendedShapes.length){n=document.createElement("div"),n.classList.add("property-instance");for(const s of i.extendedShapes)n.appendChild(new _r(s,i.config,e,i.parent,i.nodeKind,i.label,r))}else{const s=$g(i.path,i.datatype?.value);s?i.config.editMode&&!r?n=s.createEditor(i,e):n=s.createViewer(i,e):n=Sg(i,e||null,i.config.editMode&&!r),n.classList.add("property-instance"),r&&n.classList.add("linked")}return i.config.editMode&&Rp(n,i.label,t),n.dataset.path=i.path,n}function Rp(i,e,t=!1){const r=new vn;r.classList.add("remove-button","clear"),r.title="Remove "+e,r.dense=!0,r.icon=!0,r.addEventListener("click",n=>{i.classList.remove("fadeIn"),i.classList.add("fadeOut"),setTimeout(()=>{const s=i.parentElement;i.remove(),s?.dispatchEvent(new Event("change",{bubbles:!0,cancelable:!0}))},200)}),t&&r.classList.add("persistent"),i.appendChild(r)}window.customElements.define("shacl-property",$o);function Ob(i,e){let t=i;const r=e.store.getQuads(i,null,null,null),n=vs(r,"label",Uc,e.languages);n&&(t=n);let s;if(e.attributes.collapse!==null)s=new Ht,s.classList.add("collapsible"),s.open=e.attributes.collapse==="open",s.label=t;else{s=document.createElement("div");const a=document.createElement("h1");a.innerText=t,s.appendChild(a)}s.dataset.subject=i,s.classList.add("shacl-group");const o=vs(r,"order");return o&&(s.style.order=o),s}const Dt=[];for(let i=0;i<256;++i)Dt.push((i+256).toString(16).slice(1));function Pb(i,e=0){return(Dt[i[e+0]]+Dt[i[e+1]]+Dt[i[e+2]]+Dt[i[e+3]]+"-"+Dt[i[e+4]]+Dt[i[e+5]]+"-"+Dt[i[e+6]]+Dt[i[e+7]]+"-"+Dt[i[e+8]]+Dt[i[e+9]]+"-"+Dt[i[e+10]]+Dt[i[e+11]]+Dt[i[e+12]]+Dt[i[e+13]]+Dt[i[e+14]]+Dt[i[e+15]]).toLowerCase()}let ja;const Mb=new Uint8Array(16);function Fb(){if(!ja){if(typeof crypto>"u"||!crypto.getRandomValues)throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");ja=crypto.getRandomValues.bind(crypto)}return ja(Mb)}const jb=typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto),Fu={randomUUID:jb};function Bb(i,e,t){i=i||{};const r=i.random??i.rng?.()??Fb();if(r.length<16)throw new Error("Random bytes length must be >= 16");return r[6]=r[6]&15|64,r[8]=r[8]&63|128,Pb(r)}function ju(i,e,t){return Fu.randomUUID&&!i?Fu.randomUUID():Bb(i)}class _r extends HTMLElement{constructor(e,t,r,n,s,o,a){super(),this.owlImports=[],this.parent=n,this.config=t,this.shaclSubject=e,this.linked=a||!1;let c=r;if(!c){if(!s){const d=t.store.getObjects(e,`${Oe}nodeKind`,null);d.length&&(s=d[0])}s===void 0&&t.attributes.valuesNamespace||s?.value===`${Oe}IRI`?c=ze.namedNode(t.attributes.valuesNamespace+ju()):c=ze.blankNode(ju())}this.nodeId=c;const l=JSON.stringify([e,r]);if(r&&t.renderedNodes.has(l)){o=o||"Link";const d=document.createElement("label");d.innerText=o,d.classList.add("linked"),this.appendChild(d);const u=document.createElement("a");let m=r.termType==="BlankNode"?"_:"+r.value:r.value;u.innerText=m,u.classList.add("ref-link"),u.onclick=()=>{this.config.form.querySelector(`shacl-node[data-node-id='${m}']`)?.scrollIntoView()},this.appendChild(u),this.style.flexDirection="row"}else{if(r&&t.renderedNodes.add(l),this.dataset.nodeId=this.nodeId.id,this.config.attributes.showNodeIds!==null){const d=document.createElement("div");d.innerText=`id: ${this.nodeId.id}`,d.classList.add("node-id-display"),this.appendChild(d)}for(const d of t.store.getQuads(e,zc,null,null))this.owlImports.push(d.object);for(const d of t.store.getQuads(e,null,null,null))switch(d.predicate.id){case Io.id:this.addPropertyInstance(d.object,t,r);break;case`${Oe}and`:const u=t.lists[d.object.value];if(u?.length)for(const m of u)this.prepend(new _r(m,t,r,this));else console.error("list not found:",d.object.value,"existing lists:",t.lists);break;case hg.id:this.prepend(new _r(d.object,t,r,this));break;case`${Oe}targetClass`:this.targetClass=d.object;break;case`${Oe}or`:this.tryResolve(d.object,r,t);break;case`${Oe}xone`:this.tryResolve(d.object,r,t);break}if(o){const d=document.createElement("h1");d.innerText=o,this.prepend(d)}}}toRDF(e,t){if(t||(t=this.nodeId),!this.linked){for(const r of this.querySelectorAll(":scope > shacl-node, :scope > .shacl-group > shacl-node, :scope > shacl-property, :scope > .shacl-group > shacl-property"))r.toRDF(e,t);this.targetClass&&e.addQuad(t,qt,this.targetClass,this.config.valuesGraphId),this.config.attributes.generateNodeShapeReference&&!this.parent&&e.addQuad(t,ze.namedNode(this.config.attributes.generateNodeShapeReference),this.shaclSubject,this.config.valuesGraphId)}return t}addPropertyInstance(e,t,r){let n=this;const s=t.store.getQuads(e,`${Oe}group`,null,null);if(s.length>0){const a=s[0].object.value;if(t.groups.indexOf(a)>-1){let c=this.querySelector(`:scope > .shacl-group[data-subject='${a}']`);c||(c=Ob(a,t),this.appendChild(c)),n=c}else console.warn("ignoring unknown group reference",s[0],"existing groups:",t.groups)}const o=new $o(e,this,t,r);o.childElementCount>0&&n.appendChild(o)}tryResolve(e,t,r){const n=r.lists[e.value];if(n?.length){let s=!1;if(t){const o=vg(n,t,r);if(o.length){for(const a of o)this.addPropertyInstance(a,r,t);s=!0}}s||this.appendChild(ap(n,this,r))}else console.error("list for sh:or/sh:xone not found:",e,"existing lists:",r.lists)}}window.customElements.define("shacl-node",_r);var Lr={},Or={},Pr={},Xi={},Bu;function qb(){if(Bu)return Xi;Bu=1,Object.defineProperty(Xi,"__esModule",{value:!0}),Xi.removeDotSegmentsOfPath=Xi.removeDotSegments=Xi.resolve=void 0;function i(n,s){s=s||"";const o=s.indexOf("#");if(o>0&&(s=s.substr(0,o)),!n.length){if(s.indexOf(":")<0)throw new Error(`Found invalid baseIRI '${s}' for value '${n}'`);return s}if(n.startsWith("?")){const g=s.indexOf("?");return g>0&&(s=s.substr(0,g)),s+n}if(n.startsWith("#"))return s+n;if(!s.length){const g=n.indexOf(":");if(g<0)throw new Error(`Found invalid relative IRI '${n}' for a missing baseIRI`);return t(n,g)}const a=n.indexOf(":");if(a>=0)return t(n,a);const c=s.indexOf(":");if(c<0)throw new Error(`Found invalid baseIRI '${s}' for value '${n}'`);const l=s.substr(0,c+1);if(n.indexOf("//")===0)return l+t(n,a);let d;if(s.indexOf("//",c)===c+1){if(d=s.indexOf("/",c+3),d<0)return s.length>c+3?s+"/"+t(n,a):l+t(n,a)}else if(d=s.indexOf("/",c+1),d<0)return l+t(n,a);if(n.indexOf("/")===0)return s.substr(0,d)+e(n);let u=s.substr(d);const m=u.lastIndexOf("/");return m>=0&&m<u.length-1&&(u=u.substr(0,m+1),n[0]==="."&&n[1]!=="."&&n[1]!=="/"&&n[2]&&(n=n.substr(1))),n=u+n,n=e(n),s.substr(0,d)+n}Xi.resolve=i;function e(n){const s=[];let o=0;for(;o<n.length;)switch(n[o]){case"/":if(n[o+1]===".")if(n[o+2]==="."){if(!r(n[o+3])){s.push([]),o++;break}s.pop(),n[o+3]||s.push([]),o+=3}else{if(!r(n[o+2])){s.push([]),o++;break}n[o+2]||s.push([]),o+=2}else s.push([]),o++;break;case"#":case"?":s.length||s.push([]),s[s.length-1].push(n.substr(o)),o=n.length;break;default:s.length||s.push([]),s[s.length-1].push(n[o]),o++;break}return"/"+s.map(a=>a.join("")).join("/")}Xi.removeDotSegments=e;function t(n,s){let o=s+1;s>=0?n[s+1]==="/"&&n[s+2]==="/"&&(o=s+3):n[0]==="/"&&n[1]==="/"&&(o=2);const a=n.indexOf("/",o);if(a<0)return n;const c=n.substr(0,a),l=n.substr(a);return c+e(l)}Xi.removeDotSegmentsOfPath=t;function r(n){return!n||n==="#"||n==="?"||n==="/"}return Xi}var qu;function Ub(){return qu||(qu=1,function(i){var e=Pr&&Pr.__createBinding||(Object.create?function(r,n,s,o){o===void 0&&(o=s),Object.defineProperty(r,o,{enumerable:!0,get:function(){return n[s]}})}:function(r,n,s,o){o===void 0&&(o=s),r[o]=n[s]}),t=Pr&&Pr.__exportStar||function(r,n){for(var s in r)s!=="default"&&!Object.prototype.hasOwnProperty.call(n,s)&&e(n,r,s)};Object.defineProperty(i,"__esModule",{value:!0}),t(qb(),i)}(Pr)),Pr}var Mr={},Ba={},Uu;function Vb(){return Uu||(Uu=1,function(i){/**
303
303
  * Character classes and associated utilities for the 5th edition of XML 1.0.
304
304
  *
305
305
  * @author Louis-Dominique Dubeau
@@ -307,27 +307,27 @@ a, a:visited { color: inherit; }
307
307
  * @copyright Louis-Dominique Dubeau
308
308
  */Object.defineProperty(i,"__esModule",{value:!0}),i.CHAR=`
309
309
  \r -퟿-�𐀀-􏿿`,i.S=` \r
310
- `,i.NAME_START_CHAR=":A-Z_a-zÀ-ÖØ-öø-˿Ͱ-ͽͿ-῿‌‍⁰-↏Ⰰ-⿯、-퟿豈-﷏ﷰ-�𐀀-󯿿",i.NAME_CHAR="-"+i.NAME_START_CHAR+".0-9·̀-ͯ‿-⁀",i.CHAR_RE=new RegExp("^["+i.CHAR+"]$","u"),i.S_RE=new RegExp("^["+i.S+"]+$","u"),i.NAME_START_CHAR_RE=new RegExp("^["+i.NAME_START_CHAR+"]$","u"),i.NAME_CHAR_RE=new RegExp("^["+i.NAME_CHAR+"]$","u"),i.NAME_RE=new RegExp("^["+i.NAME_START_CHAR+"]["+i.NAME_CHAR+"]*$","u"),i.NMTOKEN_RE=new RegExp("^["+i.NAME_CHAR+"]+$","u");var e=9,t=10,r=13,n=32;i.S_LIST=[n,t,r,e];function s(l){return l>=n&&l<=55295||l===t||l===r||l===e||l>=57344&&l<=65533||l>=65536&&l<=1114111}i.isChar=s;function o(l){return l===n||l===t||l===r||l===e}i.isS=o;function a(l){return l>=65&&l<=90||l>=97&&l<=122||l===58||l===95||l===8204||l===8205||l>=192&&l<=214||l>=216&&l<=246||l>=248&&l<=767||l>=880&&l<=893||l>=895&&l<=8191||l>=8304&&l<=8591||l>=11264&&l<=12271||l>=12289&&l<=55295||l>=63744&&l<=64975||l>=65008&&l<=65533||l>=65536&&l<=983039}i.isNameStartChar=a;function c(l){return a(l)||l>=48&&l<=57||l===45||l===46||l===183||l>=768&&l<=879||l>=8255&&l<=8256}i.isNameChar=c}(Ba)),Ba}var qa={},Vu;function Vb(){return Vu||(Vu=1,function(i){/**
310
+ `,i.NAME_START_CHAR=":A-Z_a-zÀ-ÖØ-öø-˿Ͱ-ͽͿ-῿‌‍⁰-↏Ⰰ-⿯、-퟿豈-﷏ﷰ-�𐀀-󯿿",i.NAME_CHAR="-"+i.NAME_START_CHAR+".0-9·̀-ͯ‿-⁀",i.CHAR_RE=new RegExp("^["+i.CHAR+"]$","u"),i.S_RE=new RegExp("^["+i.S+"]+$","u"),i.NAME_START_CHAR_RE=new RegExp("^["+i.NAME_START_CHAR+"]$","u"),i.NAME_CHAR_RE=new RegExp("^["+i.NAME_CHAR+"]$","u"),i.NAME_RE=new RegExp("^["+i.NAME_START_CHAR+"]["+i.NAME_CHAR+"]*$","u"),i.NMTOKEN_RE=new RegExp("^["+i.NAME_CHAR+"]+$","u");var e=9,t=10,r=13,n=32;i.S_LIST=[n,t,r,e];function s(l){return l>=n&&l<=55295||l===t||l===r||l===e||l>=57344&&l<=65533||l>=65536&&l<=1114111}i.isChar=s;function o(l){return l===n||l===t||l===r||l===e}i.isS=o;function a(l){return l>=65&&l<=90||l>=97&&l<=122||l===58||l===95||l===8204||l===8205||l>=192&&l<=214||l>=216&&l<=246||l>=248&&l<=767||l>=880&&l<=893||l>=895&&l<=8191||l>=8304&&l<=8591||l>=11264&&l<=12271||l>=12289&&l<=55295||l>=63744&&l<=64975||l>=65008&&l<=65533||l>=65536&&l<=983039}i.isNameStartChar=a;function c(l){return a(l)||l>=48&&l<=57||l===45||l===46||l===183||l>=768&&l<=879||l>=8255&&l<=8256}i.isNameChar=c}(Ba)),Ba}var qa={},Vu;function zb(){return Vu||(Vu=1,function(i){/**
311
311
  * Character classes and associated utilities for the 2nd edition of XML 1.1.
312
312
  *
313
313
  * @author Louis-Dominique Dubeau
314
314
  * @license MIT
315
315
  * @copyright Louis-Dominique Dubeau
316
316
  */Object.defineProperty(i,"__esModule",{value:!0}),i.CHAR="-퟿-�𐀀-􏿿",i.RESTRICTED_CHAR="-\b\v\f--„†-Ÿ",i.S=` \r
317
- `,i.NAME_START_CHAR=":A-Z_a-zÀ-ÖØ-öø-˿Ͱ-ͽͿ-῿‌‍⁰-↏Ⰰ-⿯、-퟿豈-﷏ﷰ-�𐀀-󯿿",i.NAME_CHAR="-"+i.NAME_START_CHAR+".0-9·̀-ͯ‿-⁀",i.CHAR_RE=new RegExp("^["+i.CHAR+"]$","u"),i.RESTRICTED_CHAR_RE=new RegExp("^["+i.RESTRICTED_CHAR+"]$","u"),i.S_RE=new RegExp("^["+i.S+"]+$","u"),i.NAME_START_CHAR_RE=new RegExp("^["+i.NAME_START_CHAR+"]$","u"),i.NAME_CHAR_RE=new RegExp("^["+i.NAME_CHAR+"]$","u"),i.NAME_RE=new RegExp("^["+i.NAME_START_CHAR+"]["+i.NAME_CHAR+"]*$","u"),i.NMTOKEN_RE=new RegExp("^["+i.NAME_CHAR+"]+$","u");var e=9,t=10,r=13,n=32;i.S_LIST=[n,t,r,e];function s(u){return u>=1&&u<=55295||u>=57344&&u<=65533||u>=65536&&u<=1114111}i.isChar=s;function o(u){return u>=1&&u<=8||u===11||u===12||u>=14&&u<=31||u>=127&&u<=132||u>=134&&u<=159}i.isRestrictedChar=o;function a(u){return u===9||u===10||u===13||u>31&&u<127||u===133||u>159&&u<=55295||u>=57344&&u<=65533||u>=65536&&u<=1114111}i.isCharAndNotRestricted=a;function c(u){return u===n||u===t||u===r||u===e}i.isS=c;function l(u){return u>=65&&u<=90||u>=97&&u<=122||u===58||u===95||u===8204||u===8205||u>=192&&u<=214||u>=216&&u<=246||u>=248&&u<=767||u>=880&&u<=893||u>=895&&u<=8191||u>=8304&&u<=8591||u>=11264&&u<=12271||u>=12289&&u<=55295||u>=63744&&u<=64975||u>=65008&&u<=65533||u>=65536&&u<=983039}i.isNameStartChar=l;function d(u){return l(u)||u>=48&&u<=57||u===45||u===46||u===183||u>=768&&u<=879||u>=8255&&u<=8256}i.isNameChar=d}(qa)),qa}var Ua={},zu;function zb(){return zu||(zu=1,function(i){/**
317
+ `,i.NAME_START_CHAR=":A-Z_a-zÀ-ÖØ-öø-˿Ͱ-ͽͿ-῿‌‍⁰-↏Ⰰ-⿯、-퟿豈-﷏ﷰ-�𐀀-󯿿",i.NAME_CHAR="-"+i.NAME_START_CHAR+".0-9·̀-ͯ‿-⁀",i.CHAR_RE=new RegExp("^["+i.CHAR+"]$","u"),i.RESTRICTED_CHAR_RE=new RegExp("^["+i.RESTRICTED_CHAR+"]$","u"),i.S_RE=new RegExp("^["+i.S+"]+$","u"),i.NAME_START_CHAR_RE=new RegExp("^["+i.NAME_START_CHAR+"]$","u"),i.NAME_CHAR_RE=new RegExp("^["+i.NAME_CHAR+"]$","u"),i.NAME_RE=new RegExp("^["+i.NAME_START_CHAR+"]["+i.NAME_CHAR+"]*$","u"),i.NMTOKEN_RE=new RegExp("^["+i.NAME_CHAR+"]+$","u");var e=9,t=10,r=13,n=32;i.S_LIST=[n,t,r,e];function s(u){return u>=1&&u<=55295||u>=57344&&u<=65533||u>=65536&&u<=1114111}i.isChar=s;function o(u){return u>=1&&u<=8||u===11||u===12||u>=14&&u<=31||u>=127&&u<=132||u>=134&&u<=159}i.isRestrictedChar=o;function a(u){return u===9||u===10||u===13||u>31&&u<127||u===133||u>159&&u<=55295||u>=57344&&u<=65533||u>=65536&&u<=1114111}i.isCharAndNotRestricted=a;function c(u){return u===n||u===t||u===r||u===e}i.isS=c;function l(u){return u>=65&&u<=90||u>=97&&u<=122||u===58||u===95||u===8204||u===8205||u>=192&&u<=214||u>=216&&u<=246||u>=248&&u<=767||u>=880&&u<=893||u>=895&&u<=8191||u>=8304&&u<=8591||u>=11264&&u<=12271||u>=12289&&u<=55295||u>=63744&&u<=64975||u>=65008&&u<=65533||u>=65536&&u<=983039}i.isNameStartChar=l;function d(u){return l(u)||u>=48&&u<=57||u===45||u===46||u===183||u>=768&&u<=879||u>=8255&&u<=8256}i.isNameChar=d}(qa)),qa}var Ua={},zu;function Hb(){return zu||(zu=1,function(i){/**
318
318
  * Character class utilities for XML NS 1.0 edition 3.
319
319
  *
320
320
  * @author Louis-Dominique Dubeau
321
321
  * @license MIT
322
322
  * @copyright Louis-Dominique Dubeau
323
- */Object.defineProperty(i,"__esModule",{value:!0}),i.NC_NAME_START_CHAR="A-Z_a-zÀ-ÖØ-öø-˿Ͱ-ͽͿ-῿‌-‍⁰-↏Ⰰ-⿯、-퟿豈-﷏ﷰ-�𐀀-󯿿",i.NC_NAME_CHAR="-"+i.NC_NAME_START_CHAR+".0-9·̀-ͯ‿-⁀",i.NC_NAME_START_CHAR_RE=new RegExp("^["+i.NC_NAME_START_CHAR+"]$","u"),i.NC_NAME_CHAR_RE=new RegExp("^["+i.NC_NAME_CHAR+"]$","u"),i.NC_NAME_RE=new RegExp("^["+i.NC_NAME_START_CHAR+"]["+i.NC_NAME_CHAR+"]*$","u");function e(r){return r>=65&&r<=90||r===95||r>=97&&r<=122||r>=192&&r<=214||r>=216&&r<=246||r>=248&&r<=767||r>=880&&r<=893||r>=895&&r<=8191||r>=8204&&r<=8205||r>=8304&&r<=8591||r>=11264&&r<=12271||r>=12289&&r<=55295||r>=63744&&r<=64975||r>=65008&&r<=65533||r>=65536&&r<=983039}i.isNCNameStartChar=e;function t(r){return e(r)||r===45||r===46||r>=48&&r<=57||r===183||r>=768&&r<=879||r>=8255&&r<=8256}i.isNCNameChar=t}(Ua)),Ua}var Hu;function Hb(){if(Hu)return Mr;Hu=1,Object.defineProperty(Mr,"__esModule",{value:!0}),Mr.SaxesParser=Mr.EVENTS=void 0;const i=Ub(),e=Vb(),t=zb();var r=i.isS,n=i.isChar,s=i.isNameStartChar,o=i.isNameChar,a=i.S_LIST,c=i.NAME_RE,l=e.isChar,d=t.isNCNameStartChar,u=t.isNCNameChar,m=t.NC_NAME_RE;const g="http://www.w3.org/XML/1998/namespace",v="http://www.w3.org/2000/xmlns/",_={__proto__:null,xml:g,xmlns:v},E={__proto__:null,amp:"&",gt:">",lt:"<",quot:'"',apos:"'"},x=-1,k=-2,y=0,h=1,p=2,T=3,N=4,C=5,F=6,I=7,O=8,U=9,R=10,D=11,J=12,$=13,Z=14,B=15,re=16,S=17,H=18,ee=19,Q=20,he=21,W=22,G=23,X=24,z=25,ne=26,se=27,ye=28,_e=29,M=30,K=31,ce=32,be=33,ve=34,xe=35,ie=36,me=37,Ee=38,fe=39,He=40,kt=41,Ve=42,Nt=43,A=44,f=9,b=10,j=13,te=32,ue=33,ge=34,Pe=38,nt=39,Qe=45,Ze=47,Xe=59,Ti=60,ur=61,ft=62,mt=63,Qs=91,hr=93,en=133,jn=8232,P=xt=>xt===ge||xt===nt,V=[ge,nt],Se=[...V,Qs,ft],ke=[...V,Ti,hr],Ce=[ur,mt,...a],Rt=[...a,ft,Pe,Ti];function Mt(xt,q,ae){switch(q){case"xml":ae!==g&&xt.fail(`xml prefix must be bound to ${g}.`);break;case"xmlns":ae!==v&&xt.fail(`xmlns prefix must be bound to ${v}.`);break}switch(ae){case v:xt.fail(q===""?`the default namespace may not be set to ${ae}.`:`may not assign a prefix (even "xmlns") to the URI ${v}.`);break;case g:switch(q){case"xml":break;case"":xt.fail(`the default namespace may not be set to ${ae}.`);break;default:xt.fail("may not assign the xml namespace to another prefix.")}break}}function Js(xt,q){for(const ae of Object.keys(q))Mt(xt,ae,q[ae])}const Gi=xt=>m.test(xt),Ys=xt=>c.test(xt),Ki=0,Bn=1,tn=2;Mr.EVENTS=["xmldecl","text","processinginstruction","doctype","comment","opentagstart","attribute","opentag","closetag","cdata","error","end","ready"];const rn={xmldecl:"xmldeclHandler",text:"textHandler",processinginstruction:"piHandler",doctype:"doctypeHandler",comment:"commentHandler",opentagstart:"openTagStartHandler",attribute:"attributeHandler",opentag:"openTagHandler",closetag:"closeTagHandler",cdata:"cdataHandler",error:"errorHandler",end:"endHandler",ready:"readyHandler"};class qn{get closed(){return this._closed}constructor(q){this.opt=q??{},this.fragmentOpt=!!this.opt.fragment;const ae=this.xmlnsOpt=!!this.opt.xmlns;if(this.trackPosition=this.opt.position!==!1,this.fileName=this.opt.fileName,ae){this.nameStartCheck=d,this.nameCheck=u,this.isName=Gi,this.processAttribs=this.processAttribsNS,this.pushAttrib=this.pushAttribNS,this.ns=Object.assign({__proto__:null},_);const le=this.opt.additionalNamespaces;le!=null&&(Js(this,le),Object.assign(this.ns,le))}else this.nameStartCheck=s,this.nameCheck=o,this.isName=Ys,this.processAttribs=this.processAttribsPlain,this.pushAttrib=this.pushAttribPlain;this.stateTable=[this.sBegin,this.sBeginWhitespace,this.sDoctype,this.sDoctypeQuote,this.sDTD,this.sDTDQuoted,this.sDTDOpenWaka,this.sDTDOpenWakaBang,this.sDTDComment,this.sDTDCommentEnding,this.sDTDCommentEnded,this.sDTDPI,this.sDTDPIEnding,this.sText,this.sEntity,this.sOpenWaka,this.sOpenWakaBang,this.sComment,this.sCommentEnding,this.sCommentEnded,this.sCData,this.sCDataEnding,this.sCDataEnding2,this.sPIFirstChar,this.sPIRest,this.sPIBody,this.sPIEnding,this.sXMLDeclNameStart,this.sXMLDeclName,this.sXMLDeclEq,this.sXMLDeclValueStart,this.sXMLDeclValue,this.sXMLDeclSeparator,this.sXMLDeclEnding,this.sOpenTag,this.sOpenTagSlash,this.sAttrib,this.sAttribName,this.sAttribNameSawWhite,this.sAttribValue,this.sAttribValueQuoted,this.sAttribValueClosed,this.sAttribValueUnquoted,this.sCloseTag,this.sCloseTagSawWhite],this._init()}_init(){var q;this.openWakaBang="",this.text="",this.name="",this.piTarget="",this.entity="",this.q=null,this.tags=[],this.tag=null,this.topNS=null,this.chunk="",this.chunkPosition=0,this.i=0,this.prevI=0,this.carriedFromPrevious=void 0,this.forbiddenState=Ki,this.attribList=[];const{fragmentOpt:ae}=this;this.state=ae?$:y,this.reportedTextBeforeRoot=this.reportedTextAfterRoot=this.closedRoot=this.sawRoot=ae,this.xmlDeclPossible=!ae,this.xmlDeclExpects=["version"],this.entityReturnState=void 0;let{defaultXMLVersion:le}=this.opt;if(le===void 0){if(this.opt.forceXMLVersion===!0)throw new Error("forceXMLVersion set but defaultXMLVersion is not set");le="1.0"}this.setXMLVersion(le),this.positionAtNewLine=0,this.doctype=!1,this._closed=!1,this.xmlDecl={version:void 0,encoding:void 0,standalone:void 0},this.line=1,this.column=0,this.ENTITIES=Object.create(E),(q=this.readyHandler)===null||q===void 0||q.call(this)}get position(){return this.chunkPosition+this.i}get columnIndex(){return this.position-this.positionAtNewLine}on(q,ae){this[rn[q]]=ae}off(q){this[rn[q]]=void 0}makeError(q){var ae;let le=(ae=this.fileName)!==null&&ae!==void 0?ae:"";return this.trackPosition&&(le.length>0&&(le+=":"),le+=`${this.line}:${this.column}`),le.length>0&&(le+=": "),new Error(le+q)}fail(q){const ae=this.makeError(q),le=this.errorHandler;if(le===void 0)throw ae;return le(ae),this}write(q){if(this.closed)return this.fail("cannot write after close; assign an onready handler.");let ae=!1;q===null?(ae=!0,q=""):typeof q=="object"&&(q=q.toString()),this.carriedFromPrevious!==void 0&&(q=`${this.carriedFromPrevious}${q}`,this.carriedFromPrevious=void 0);let le=q.length;const Te=q.charCodeAt(le-1);!ae&&(Te===j||Te>=55296&&Te<=56319)&&(this.carriedFromPrevious=q[le-1],le--,q=q.slice(0,le));const{stateTable:Ge}=this;for(this.chunk=q,this.i=0;this.i<le;)Ge[this.state].call(this);return this.chunkPosition+=le,ae?this.end():this}close(){return this.write(null)}getCode10(){const{chunk:q,i:ae}=this;if(this.prevI=ae,this.i=ae+1,ae>=q.length)return x;const le=q.charCodeAt(ae);if(this.column++,le<55296){if(le>=te||le===f)return le;switch(le){case b:return this.line++,this.column=0,this.positionAtNewLine=this.position,b;case j:return q.charCodeAt(ae+1)===b&&(this.i=ae+2),this.line++,this.column=0,this.positionAtNewLine=this.position,k;default:return this.fail("disallowed character."),le}}if(le>56319)return le>=57344&&le<=65533||this.fail("disallowed character."),le;const Te=65536+(le-55296)*1024+(q.charCodeAt(ae+1)-56320);return this.i=ae+2,Te>1114111&&this.fail("disallowed character."),Te}getCode11(){const{chunk:q,i:ae}=this;if(this.prevI=ae,this.i=ae+1,ae>=q.length)return x;const le=q.charCodeAt(ae);if(this.column++,le<55296){if(le>31&&le<127||le>159&&le!==jn||le===f)return le;switch(le){case b:return this.line++,this.column=0,this.positionAtNewLine=this.position,b;case j:{const Ge=q.charCodeAt(ae+1);(Ge===b||Ge===en)&&(this.i=ae+2)}case en:case jn:return this.line++,this.column=0,this.positionAtNewLine=this.position,k;default:return this.fail("disallowed character."),le}}if(le>56319)return le>=57344&&le<=65533||this.fail("disallowed character."),le;const Te=65536+(le-55296)*1024+(q.charCodeAt(ae+1)-56320);return this.i=ae+2,Te>1114111&&this.fail("disallowed character."),Te}getCodeNorm(){const q=this.getCode();return q===k?b:q}unget(){this.i=this.prevI,this.column--}captureTo(q){let{i:ae}=this;const{chunk:le}=this;for(;;){const Te=this.getCode(),Ge=Te===k,et=Ge?b:Te;if(et===x||q.includes(et))return this.text+=le.slice(ae,this.prevI),et;Ge&&(this.text+=`${le.slice(ae,this.prevI)}
323
+ */Object.defineProperty(i,"__esModule",{value:!0}),i.NC_NAME_START_CHAR="A-Z_a-zÀ-ÖØ-öø-˿Ͱ-ͽͿ-῿‌-‍⁰-↏Ⰰ-⿯、-퟿豈-﷏ﷰ-�𐀀-󯿿",i.NC_NAME_CHAR="-"+i.NC_NAME_START_CHAR+".0-9·̀-ͯ‿-⁀",i.NC_NAME_START_CHAR_RE=new RegExp("^["+i.NC_NAME_START_CHAR+"]$","u"),i.NC_NAME_CHAR_RE=new RegExp("^["+i.NC_NAME_CHAR+"]$","u"),i.NC_NAME_RE=new RegExp("^["+i.NC_NAME_START_CHAR+"]["+i.NC_NAME_CHAR+"]*$","u");function e(r){return r>=65&&r<=90||r===95||r>=97&&r<=122||r>=192&&r<=214||r>=216&&r<=246||r>=248&&r<=767||r>=880&&r<=893||r>=895&&r<=8191||r>=8204&&r<=8205||r>=8304&&r<=8591||r>=11264&&r<=12271||r>=12289&&r<=55295||r>=63744&&r<=64975||r>=65008&&r<=65533||r>=65536&&r<=983039}i.isNCNameStartChar=e;function t(r){return e(r)||r===45||r===46||r>=48&&r<=57||r===183||r>=768&&r<=879||r>=8255&&r<=8256}i.isNCNameChar=t}(Ua)),Ua}var Hu;function Wb(){if(Hu)return Mr;Hu=1,Object.defineProperty(Mr,"__esModule",{value:!0}),Mr.SaxesParser=Mr.EVENTS=void 0;const i=Vb(),e=zb(),t=Hb();var r=i.isS,n=i.isChar,s=i.isNameStartChar,o=i.isNameChar,a=i.S_LIST,c=i.NAME_RE,l=e.isChar,d=t.isNCNameStartChar,u=t.isNCNameChar,m=t.NC_NAME_RE;const g="http://www.w3.org/XML/1998/namespace",v="http://www.w3.org/2000/xmlns/",_={__proto__:null,xml:g,xmlns:v},E={__proto__:null,amp:"&",gt:">",lt:"<",quot:'"',apos:"'"},x=-1,k=-2,y=0,h=1,p=2,T=3,N=4,C=5,F=6,I=7,O=8,U=9,R=10,D=11,J=12,$=13,Z=14,B=15,re=16,S=17,H=18,ee=19,Q=20,he=21,W=22,G=23,X=24,z=25,ne=26,se=27,ye=28,_e=29,M=30,K=31,ce=32,be=33,ve=34,xe=35,ie=36,me=37,Ee=38,fe=39,He=40,kt=41,Ve=42,Nt=43,A=44,f=9,b=10,j=13,te=32,ue=33,ge=34,Pe=38,nt=39,Qe=45,Ze=47,Xe=59,Ti=60,ur=61,ft=62,mt=63,Qs=91,hr=93,en=133,jn=8232,P=xt=>xt===ge||xt===nt,V=[ge,nt],Se=[...V,Qs,ft],ke=[...V,Ti,hr],Ce=[ur,mt,...a],Rt=[...a,ft,Pe,Ti];function Mt(xt,q,ae){switch(q){case"xml":ae!==g&&xt.fail(`xml prefix must be bound to ${g}.`);break;case"xmlns":ae!==v&&xt.fail(`xmlns prefix must be bound to ${v}.`);break}switch(ae){case v:xt.fail(q===""?`the default namespace may not be set to ${ae}.`:`may not assign a prefix (even "xmlns") to the URI ${v}.`);break;case g:switch(q){case"xml":break;case"":xt.fail(`the default namespace may not be set to ${ae}.`);break;default:xt.fail("may not assign the xml namespace to another prefix.")}break}}function Js(xt,q){for(const ae of Object.keys(q))Mt(xt,ae,q[ae])}const Gi=xt=>m.test(xt),Ys=xt=>c.test(xt),Ki=0,Bn=1,tn=2;Mr.EVENTS=["xmldecl","text","processinginstruction","doctype","comment","opentagstart","attribute","opentag","closetag","cdata","error","end","ready"];const rn={xmldecl:"xmldeclHandler",text:"textHandler",processinginstruction:"piHandler",doctype:"doctypeHandler",comment:"commentHandler",opentagstart:"openTagStartHandler",attribute:"attributeHandler",opentag:"openTagHandler",closetag:"closeTagHandler",cdata:"cdataHandler",error:"errorHandler",end:"endHandler",ready:"readyHandler"};class qn{get closed(){return this._closed}constructor(q){this.opt=q??{},this.fragmentOpt=!!this.opt.fragment;const ae=this.xmlnsOpt=!!this.opt.xmlns;if(this.trackPosition=this.opt.position!==!1,this.fileName=this.opt.fileName,ae){this.nameStartCheck=d,this.nameCheck=u,this.isName=Gi,this.processAttribs=this.processAttribsNS,this.pushAttrib=this.pushAttribNS,this.ns=Object.assign({__proto__:null},_);const le=this.opt.additionalNamespaces;le!=null&&(Js(this,le),Object.assign(this.ns,le))}else this.nameStartCheck=s,this.nameCheck=o,this.isName=Ys,this.processAttribs=this.processAttribsPlain,this.pushAttrib=this.pushAttribPlain;this.stateTable=[this.sBegin,this.sBeginWhitespace,this.sDoctype,this.sDoctypeQuote,this.sDTD,this.sDTDQuoted,this.sDTDOpenWaka,this.sDTDOpenWakaBang,this.sDTDComment,this.sDTDCommentEnding,this.sDTDCommentEnded,this.sDTDPI,this.sDTDPIEnding,this.sText,this.sEntity,this.sOpenWaka,this.sOpenWakaBang,this.sComment,this.sCommentEnding,this.sCommentEnded,this.sCData,this.sCDataEnding,this.sCDataEnding2,this.sPIFirstChar,this.sPIRest,this.sPIBody,this.sPIEnding,this.sXMLDeclNameStart,this.sXMLDeclName,this.sXMLDeclEq,this.sXMLDeclValueStart,this.sXMLDeclValue,this.sXMLDeclSeparator,this.sXMLDeclEnding,this.sOpenTag,this.sOpenTagSlash,this.sAttrib,this.sAttribName,this.sAttribNameSawWhite,this.sAttribValue,this.sAttribValueQuoted,this.sAttribValueClosed,this.sAttribValueUnquoted,this.sCloseTag,this.sCloseTagSawWhite],this._init()}_init(){var q;this.openWakaBang="",this.text="",this.name="",this.piTarget="",this.entity="",this.q=null,this.tags=[],this.tag=null,this.topNS=null,this.chunk="",this.chunkPosition=0,this.i=0,this.prevI=0,this.carriedFromPrevious=void 0,this.forbiddenState=Ki,this.attribList=[];const{fragmentOpt:ae}=this;this.state=ae?$:y,this.reportedTextBeforeRoot=this.reportedTextAfterRoot=this.closedRoot=this.sawRoot=ae,this.xmlDeclPossible=!ae,this.xmlDeclExpects=["version"],this.entityReturnState=void 0;let{defaultXMLVersion:le}=this.opt;if(le===void 0){if(this.opt.forceXMLVersion===!0)throw new Error("forceXMLVersion set but defaultXMLVersion is not set");le="1.0"}this.setXMLVersion(le),this.positionAtNewLine=0,this.doctype=!1,this._closed=!1,this.xmlDecl={version:void 0,encoding:void 0,standalone:void 0},this.line=1,this.column=0,this.ENTITIES=Object.create(E),(q=this.readyHandler)===null||q===void 0||q.call(this)}get position(){return this.chunkPosition+this.i}get columnIndex(){return this.position-this.positionAtNewLine}on(q,ae){this[rn[q]]=ae}off(q){this[rn[q]]=void 0}makeError(q){var ae;let le=(ae=this.fileName)!==null&&ae!==void 0?ae:"";return this.trackPosition&&(le.length>0&&(le+=":"),le+=`${this.line}:${this.column}`),le.length>0&&(le+=": "),new Error(le+q)}fail(q){const ae=this.makeError(q),le=this.errorHandler;if(le===void 0)throw ae;return le(ae),this}write(q){if(this.closed)return this.fail("cannot write after close; assign an onready handler.");let ae=!1;q===null?(ae=!0,q=""):typeof q=="object"&&(q=q.toString()),this.carriedFromPrevious!==void 0&&(q=`${this.carriedFromPrevious}${q}`,this.carriedFromPrevious=void 0);let le=q.length;const Te=q.charCodeAt(le-1);!ae&&(Te===j||Te>=55296&&Te<=56319)&&(this.carriedFromPrevious=q[le-1],le--,q=q.slice(0,le));const{stateTable:Ge}=this;for(this.chunk=q,this.i=0;this.i<le;)Ge[this.state].call(this);return this.chunkPosition+=le,ae?this.end():this}close(){return this.write(null)}getCode10(){const{chunk:q,i:ae}=this;if(this.prevI=ae,this.i=ae+1,ae>=q.length)return x;const le=q.charCodeAt(ae);if(this.column++,le<55296){if(le>=te||le===f)return le;switch(le){case b:return this.line++,this.column=0,this.positionAtNewLine=this.position,b;case j:return q.charCodeAt(ae+1)===b&&(this.i=ae+2),this.line++,this.column=0,this.positionAtNewLine=this.position,k;default:return this.fail("disallowed character."),le}}if(le>56319)return le>=57344&&le<=65533||this.fail("disallowed character."),le;const Te=65536+(le-55296)*1024+(q.charCodeAt(ae+1)-56320);return this.i=ae+2,Te>1114111&&this.fail("disallowed character."),Te}getCode11(){const{chunk:q,i:ae}=this;if(this.prevI=ae,this.i=ae+1,ae>=q.length)return x;const le=q.charCodeAt(ae);if(this.column++,le<55296){if(le>31&&le<127||le>159&&le!==jn||le===f)return le;switch(le){case b:return this.line++,this.column=0,this.positionAtNewLine=this.position,b;case j:{const Ge=q.charCodeAt(ae+1);(Ge===b||Ge===en)&&(this.i=ae+2)}case en:case jn:return this.line++,this.column=0,this.positionAtNewLine=this.position,k;default:return this.fail("disallowed character."),le}}if(le>56319)return le>=57344&&le<=65533||this.fail("disallowed character."),le;const Te=65536+(le-55296)*1024+(q.charCodeAt(ae+1)-56320);return this.i=ae+2,Te>1114111&&this.fail("disallowed character."),Te}getCodeNorm(){const q=this.getCode();return q===k?b:q}unget(){this.i=this.prevI,this.column--}captureTo(q){let{i:ae}=this;const{chunk:le}=this;for(;;){const Te=this.getCode(),Ge=Te===k,et=Ge?b:Te;if(et===x||q.includes(et))return this.text+=le.slice(ae,this.prevI),et;Ge&&(this.text+=`${le.slice(ae,this.prevI)}
324
324
  `,ae=this.i)}}captureToChar(q){let{i:ae}=this;const{chunk:le}=this;for(;;){let Te=this.getCode();switch(Te){case k:this.text+=`${le.slice(ae,this.prevI)}
325
325
  `,ae=this.i,Te=b;break;case x:return this.text+=le.slice(ae),!1}if(Te===q)return this.text+=le.slice(ae,this.prevI),!0}}captureNameChars(){const{chunk:q,i:ae}=this;for(;;){const le=this.getCode();if(le===x)return this.name+=q.slice(ae),x;if(!o(le))return this.name+=q.slice(ae,this.prevI),le===k?b:le}}skipSpaces(){for(;;){const q=this.getCodeNorm();if(q===x||!r(q))return q}}setXMLVersion(q){this.currentXMLVersion=q,q==="1.0"?(this.isChar=n,this.getCode=this.getCode10):(this.isChar=l,this.getCode=this.getCode11)}sBegin(){this.chunk.charCodeAt(0)===65279&&(this.i++,this.column++),this.state=h}sBeginWhitespace(){const q=this.i,ae=this.skipSpaces();switch(this.prevI!==q&&(this.xmlDeclPossible=!1),ae){case Ti:if(this.state=B,this.text.length!==0)throw new Error("no-empty text at start");break;case x:break;default:this.unget(),this.state=$,this.xmlDeclPossible=!1}}sDoctype(){var q;const ae=this.captureTo(Se);switch(ae){case ft:{(q=this.doctypeHandler)===null||q===void 0||q.call(this,this.text),this.text="",this.state=$,this.doctype=!0;break}case x:break;default:this.text+=String.fromCodePoint(ae),ae===Qs?this.state=N:P(ae)&&(this.state=T,this.q=ae)}}sDoctypeQuote(){const q=this.q;this.captureToChar(q)&&(this.text+=String.fromCodePoint(q),this.q=null,this.state=p)}sDTD(){const q=this.captureTo(ke);q!==x&&(this.text+=String.fromCodePoint(q),q===hr?this.state=p:q===Ti?this.state=F:P(q)&&(this.state=C,this.q=q))}sDTDQuoted(){const q=this.q;this.captureToChar(q)&&(this.text+=String.fromCodePoint(q),this.state=N,this.q=null)}sDTDOpenWaka(){const q=this.getCodeNorm();switch(this.text+=String.fromCodePoint(q),q){case ue:this.state=I,this.openWakaBang="";break;case mt:this.state=D;break;default:this.state=N}}sDTDOpenWakaBang(){const q=String.fromCodePoint(this.getCodeNorm()),ae=this.openWakaBang+=q;this.text+=q,ae!=="-"&&(this.state=ae==="--"?O:N,this.openWakaBang="")}sDTDComment(){this.captureToChar(Qe)&&(this.text+="-",this.state=U)}sDTDCommentEnding(){const q=this.getCodeNorm();this.text+=String.fromCodePoint(q),this.state=q===Qe?R:O}sDTDCommentEnded(){const q=this.getCodeNorm();this.text+=String.fromCodePoint(q),q===ft?this.state=N:(this.fail("malformed comment."),this.state=O)}sDTDPI(){this.captureToChar(mt)&&(this.text+="?",this.state=J)}sDTDPIEnding(){const q=this.getCodeNorm();this.text+=String.fromCodePoint(q),q===ft&&(this.state=N)}sText(){this.tags.length!==0?this.handleTextInRoot():this.handleTextOutsideRoot()}sEntity(){let{i:q}=this;const{chunk:ae}=this;e:for(;;)switch(this.getCode()){case k:this.entity+=`${ae.slice(q,this.prevI)}
326
326
  `,q=this.i;break;case Xe:{const{entityReturnState:le}=this,Te=this.entity+ae.slice(q,this.prevI);this.state=le;let Ge;Te===""?(this.fail("empty entity name."),Ge="&;"):(Ge=this.parseEntity(Te),this.entity=""),(le!==$||this.textHandler!==void 0)&&(this.text+=Ge);break e}case x:this.entity+=ae.slice(q);break e}}sOpenWaka(){const q=this.getCode();if(s(q))this.state=ve,this.unget(),this.xmlDeclPossible=!1;else switch(q){case Ze:this.state=Nt,this.xmlDeclPossible=!1;break;case ue:this.state=re,this.openWakaBang="",this.xmlDeclPossible=!1;break;case mt:this.state=G;break;default:this.fail("disallowed character in tag name"),this.state=$,this.xmlDeclPossible=!1}}sOpenWakaBang(){switch(this.openWakaBang+=String.fromCodePoint(this.getCodeNorm()),this.openWakaBang){case"[CDATA[":!this.sawRoot&&!this.reportedTextBeforeRoot&&(this.fail("text data outside of root node."),this.reportedTextBeforeRoot=!0),this.closedRoot&&!this.reportedTextAfterRoot&&(this.fail("text data outside of root node."),this.reportedTextAfterRoot=!0),this.state=Q,this.openWakaBang="";break;case"--":this.state=S,this.openWakaBang="";break;case"DOCTYPE":this.state=p,(this.doctype||this.sawRoot)&&this.fail("inappropriately located doctype declaration."),this.openWakaBang="";break;default:this.openWakaBang.length>=7&&this.fail("incorrect syntax.")}}sComment(){this.captureToChar(Qe)&&(this.state=H)}sCommentEnding(){var q;const ae=this.getCodeNorm();ae===Qe?(this.state=ee,(q=this.commentHandler)===null||q===void 0||q.call(this,this.text),this.text=""):(this.text+=`-${String.fromCodePoint(ae)}`,this.state=S)}sCommentEnded(){const q=this.getCodeNorm();q!==ft?(this.fail("malformed comment."),this.text+=`--${String.fromCodePoint(q)}`,this.state=S):this.state=$}sCData(){this.captureToChar(hr)&&(this.state=he)}sCDataEnding(){const q=this.getCodeNorm();q===hr?this.state=W:(this.text+=`]${String.fromCodePoint(q)}`,this.state=Q)}sCDataEnding2(){var q;const ae=this.getCodeNorm();switch(ae){case ft:{(q=this.cdataHandler)===null||q===void 0||q.call(this,this.text),this.text="",this.state=$;break}case hr:this.text+="]";break;default:this.text+=`]]${String.fromCodePoint(ae)}`,this.state=Q}}sPIFirstChar(){const q=this.getCodeNorm();this.nameStartCheck(q)?(this.piTarget+=String.fromCodePoint(q),this.state=X):q===mt||r(q)?(this.fail("processing instruction without a target."),this.state=q===mt?ne:z):(this.fail("disallowed character in processing instruction name."),this.piTarget+=String.fromCodePoint(q),this.state=X)}sPIRest(){const{chunk:q,i:ae}=this;for(;;){const le=this.getCodeNorm();if(le===x){this.piTarget+=q.slice(ae);return}if(!this.nameCheck(le)){this.piTarget+=q.slice(ae,this.prevI);const Te=le===mt;Te||r(le)?this.piTarget==="xml"?(this.xmlDeclPossible||this.fail("an XML declaration must be at the start of the document."),this.state=Te?be:se):this.state=Te?ne:z:(this.fail("disallowed character in processing instruction name."),this.piTarget+=String.fromCodePoint(le));break}}}sPIBody(){if(this.text.length===0){const q=this.getCodeNorm();q===mt?this.state=ne:r(q)||(this.text=String.fromCodePoint(q))}else this.captureToChar(mt)&&(this.state=ne)}sPIEnding(){var q;const ae=this.getCodeNorm();if(ae===ft){const{piTarget:le}=this;le.toLowerCase()==="xml"&&this.fail("the XML declaration must appear at the start of the document."),(q=this.piHandler)===null||q===void 0||q.call(this,{target:le,body:this.text}),this.piTarget=this.text="",this.state=$}else ae===mt?this.text+="?":(this.text+=`?${String.fromCodePoint(ae)}`,this.state=z);this.xmlDeclPossible=!1}sXMLDeclNameStart(){const q=this.skipSpaces();if(q===mt){this.state=be;return}q!==x&&(this.state=ye,this.name=String.fromCodePoint(q))}sXMLDeclName(){const q=this.captureTo(Ce);if(q===mt){this.state=be,this.name+=this.text,this.text="",this.fail("XML declaration is incomplete.");return}if(r(q)||q===ur){if(this.name+=this.text,this.text="",!this.xmlDeclExpects.includes(this.name))switch(this.name.length){case 0:this.fail("did not expect any more name/value pairs.");break;case 1:this.fail(`expected the name ${this.xmlDeclExpects[0]}.`);break;default:this.fail(`expected one of ${this.xmlDeclExpects.join(", ")}`)}this.state=q===ur?M:_e}}sXMLDeclEq(){const q=this.getCodeNorm();if(q===mt){this.state=be,this.fail("XML declaration is incomplete.");return}r(q)||(q!==ur&&this.fail("value required."),this.state=M)}sXMLDeclValueStart(){const q=this.getCodeNorm();if(q===mt){this.state=be,this.fail("XML declaration is incomplete.");return}r(q)||(P(q)?this.q=q:(this.fail("value must be quoted."),this.q=te),this.state=K)}sXMLDeclValue(){const q=this.captureTo([this.q,mt]);if(q===mt){this.state=be,this.text="",this.fail("XML declaration is incomplete.");return}if(q===x)return;const ae=this.text;switch(this.text="",this.name){case"version":{this.xmlDeclExpects=["encoding","standalone"];const le=ae;this.xmlDecl.version=le,/^1\.[0-9]+$/.test(le)?this.opt.forceXMLVersion||this.setXMLVersion(le):this.fail("version number must match /^1\\.[0-9]+$/.");break}case"encoding":/^[A-Za-z][A-Za-z0-9._-]*$/.test(ae)||this.fail("encoding value must match /^[A-Za-z0-9][A-Za-z0-9._-]*$/."),this.xmlDeclExpects=["standalone"],this.xmlDecl.encoding=ae;break;case"standalone":ae!=="yes"&&ae!=="no"&&this.fail('standalone value must match "yes" or "no".'),this.xmlDeclExpects=[],this.xmlDecl.standalone=ae;break}this.name="",this.state=ce}sXMLDeclSeparator(){const q=this.getCodeNorm();if(q===mt){this.state=be;return}r(q)||(this.fail("whitespace required."),this.unget()),this.state=se}sXMLDeclEnding(){var q;this.getCodeNorm()===ft?(this.piTarget!=="xml"?this.fail("processing instructions are not allowed before root."):this.name!=="version"&&this.xmlDeclExpects.includes("version")&&this.fail("XML declaration must contain a version."),(q=this.xmldeclHandler)===null||q===void 0||q.call(this,this.xmlDecl),this.name="",this.piTarget=this.text="",this.state=$):this.fail("The character ? is disallowed anywhere in XML declarations."),this.xmlDeclPossible=!1}sOpenTag(){var q;const ae=this.captureNameChars();if(ae===x)return;const le=this.tag={name:this.name,attributes:Object.create(null)};switch(this.name="",this.xmlnsOpt&&(this.topNS=le.ns=Object.create(null)),(q=this.openTagStartHandler)===null||q===void 0||q.call(this,le),this.sawRoot=!0,!this.fragmentOpt&&this.closedRoot&&this.fail("documents may contain only one root."),ae){case ft:this.openTag();break;case Ze:this.state=xe;break;default:r(ae)||this.fail("disallowed character in tag name."),this.state=ie}}sOpenTagSlash(){this.getCode()===ft?this.openSelfClosingTag():(this.fail("forward-slash in opening tag not followed by >."),this.state=ie)}sAttrib(){const q=this.skipSpaces();q!==x&&(s(q)?(this.unget(),this.state=me):q===ft?this.openTag():q===Ze?this.state=xe:this.fail("disallowed character in attribute name."))}sAttribName(){const q=this.captureNameChars();q===ur?this.state=fe:r(q)?this.state=Ee:q===ft?(this.fail("attribute without value."),this.pushAttrib(this.name,this.name),this.name=this.text="",this.openTag()):q!==x&&this.fail("disallowed character in attribute name.")}sAttribNameSawWhite(){const q=this.skipSpaces();switch(q){case x:return;case ur:this.state=fe;break;default:this.fail("attribute without value."),this.text="",this.name="",q===ft?this.openTag():s(q)?(this.unget(),this.state=me):(this.fail("disallowed character in attribute name."),this.state=ie)}}sAttribValue(){const q=this.getCodeNorm();P(q)?(this.q=q,this.state=He):r(q)||(this.fail("unquoted attribute value."),this.state=Ve,this.unget())}sAttribValueQuoted(){const{q,chunk:ae}=this;let{i:le}=this;for(;;)switch(this.getCode()){case q:this.pushAttrib(this.name,this.text+ae.slice(le,this.prevI)),this.name=this.text="",this.q=null,this.state=kt;return;case Pe:this.text+=ae.slice(le,this.prevI),this.state=Z,this.entityReturnState=He;return;case b:case k:case f:this.text+=`${ae.slice(le,this.prevI)} `,le=this.i;break;case Ti:this.text+=ae.slice(le,this.prevI),this.fail("disallowed character.");return;case x:this.text+=ae.slice(le);return}}sAttribValueClosed(){const q=this.getCodeNorm();r(q)?this.state=ie:q===ft?this.openTag():q===Ze?this.state=xe:s(q)?(this.fail("no whitespace between attributes."),this.unget(),this.state=me):this.fail("disallowed character in attribute name.")}sAttribValueUnquoted(){const q=this.captureTo(Rt);switch(q){case Pe:this.state=Z,this.entityReturnState=Ve;break;case Ti:this.fail("disallowed character.");break;case x:break;default:this.text.includes("]]>")&&this.fail('the string "]]>" is disallowed in char data.'),this.pushAttrib(this.name,this.text),this.name=this.text="",q===ft?this.openTag():this.state=ie}}sCloseTag(){const q=this.captureNameChars();q===ft?this.closeTag():r(q)?this.state=A:q!==x&&this.fail("disallowed character in closing tag.")}sCloseTagSawWhite(){switch(this.skipSpaces()){case ft:this.closeTag();break;case x:break;default:this.fail("disallowed character in closing tag.")}}handleTextInRoot(){let{i:q,forbiddenState:ae}=this;const{chunk:le,textHandler:Te}=this;e:for(;;)switch(this.getCode()){case Ti:{if(this.state=B,Te!==void 0){const{text:Ge}=this,et=le.slice(q,this.prevI);Ge.length!==0?(Te(Ge+et),this.text=""):et.length!==0&&Te(et)}ae=Ki;break e}case Pe:this.state=Z,this.entityReturnState=$,Te!==void 0&&(this.text+=le.slice(q,this.prevI)),ae=Ki;break e;case hr:switch(ae){case Ki:ae=Bn;break;case Bn:ae=tn;break;case tn:break;default:throw new Error("impossible state")}break;case ft:ae===tn&&this.fail('the string "]]>" is disallowed in char data.'),ae=Ki;break;case k:Te!==void 0&&(this.text+=`${le.slice(q,this.prevI)}
327
327
  `),q=this.i,ae=Ki;break;case x:Te!==void 0&&(this.text+=le.slice(q));break e;default:ae=Ki}this.forbiddenState=ae}handleTextOutsideRoot(){let{i:q}=this;const{chunk:ae,textHandler:le}=this;let Te=!1;e:for(;;){const Ge=this.getCode();switch(Ge){case Ti:{if(this.state=B,le!==void 0){const{text:et}=this,Ft=ae.slice(q,this.prevI);et.length!==0?(le(et+Ft),this.text=""):Ft.length!==0&&le(Ft)}break e}case Pe:this.state=Z,this.entityReturnState=$,le!==void 0&&(this.text+=ae.slice(q,this.prevI)),Te=!0;break e;case k:le!==void 0&&(this.text+=`${ae.slice(q,this.prevI)}
328
- `),q=this.i;break;case x:le!==void 0&&(this.text+=ae.slice(q));break e;default:r(Ge)||(Te=!0)}}Te&&(!this.sawRoot&&!this.reportedTextBeforeRoot&&(this.fail("text data outside of root node."),this.reportedTextBeforeRoot=!0),this.closedRoot&&!this.reportedTextAfterRoot&&(this.fail("text data outside of root node."),this.reportedTextAfterRoot=!0))}pushAttribNS(q,ae){var le;const{prefix:Te,local:Ge}=this.qname(q),et={name:q,prefix:Te,local:Ge,value:ae};if(this.attribList.push(et),(le=this.attributeHandler)===null||le===void 0||le.call(this,et),Te==="xmlns"){const Ft=ae.trim();this.currentXMLVersion==="1.0"&&Ft===""&&this.fail("invalid attempt to undefine prefix in XML 1.0"),this.topNS[Ge]=Ft,Mt(this,Ge,Ft)}else if(q==="xmlns"){const Ft=ae.trim();this.topNS[""]=Ft,Mt(this,"",Ft)}}pushAttribPlain(q,ae){var le;const Te={name:q,value:ae};this.attribList.push(Te),(le=this.attributeHandler)===null||le===void 0||le.call(this,Te)}end(){var q,ae;this.sawRoot||this.fail("document must contain a root element.");const{tags:le}=this;for(;le.length>0;){const Ge=le.pop();this.fail(`unclosed tag: ${Ge.name}`)}this.state!==y&&this.state!==$&&this.fail("unexpected end.");const{text:Te}=this;return Te.length!==0&&((q=this.textHandler)===null||q===void 0||q.call(this,Te),this.text=""),this._closed=!0,(ae=this.endHandler)===null||ae===void 0||ae.call(this),this._init(),this}resolve(q){var ae,le;let Te=this.topNS[q];if(Te!==void 0)return Te;const{tags:Ge}=this;for(let et=Ge.length-1;et>=0;et--)if(Te=Ge[et].ns[q],Te!==void 0)return Te;return Te=this.ns[q],Te!==void 0?Te:(le=(ae=this.opt).resolvePrefix)===null||le===void 0?void 0:le.call(ae,q)}qname(q){const ae=q.indexOf(":");if(ae===-1)return{prefix:"",local:q};const le=q.slice(ae+1),Te=q.slice(0,ae);return(Te===""||le===""||le.includes(":"))&&this.fail(`malformed name: ${q}.`),{prefix:Te,local:le}}processAttribsNS(){var q;const{attribList:ae}=this,le=this.tag;{const{prefix:et,local:Ft}=this.qname(le.name);le.prefix=et,le.local=Ft;const nn=le.uri=(q=this.resolve(et))!==null&&q!==void 0?q:"";et!==""&&(et==="xmlns"&&this.fail('tags may not have "xmlns" as prefix.'),nn===""&&(this.fail(`unbound namespace prefix: ${JSON.stringify(et)}.`),le.uri=et))}if(ae.length===0)return;const{attributes:Te}=le,Ge=new Set;for(const et of ae){const{name:Ft,prefix:nn,local:$m}=et;let sn,Un;nn===""?(sn=Ft==="xmlns"?v:"",Un=Ft):(sn=this.resolve(nn),sn===void 0&&(this.fail(`unbound namespace prefix: ${JSON.stringify(nn)}.`),sn=nn),Un=`{${sn}}${$m}`),Ge.has(Un)&&this.fail(`duplicate attribute: ${Un}.`),Ge.add(Un),et.uri=sn,Te[Ft]=et}this.attribList=[]}processAttribsPlain(){const{attribList:q}=this,ae=this.tag.attributes;for(const{name:le,value:Te}of q)ae[le]!==void 0&&this.fail(`duplicate attribute: ${le}.`),ae[le]=Te;this.attribList=[]}openTag(){var q;this.processAttribs();const{tags:ae}=this,le=this.tag;le.isSelfClosing=!1,(q=this.openTagHandler)===null||q===void 0||q.call(this,le),ae.push(le),this.state=$,this.name=""}openSelfClosingTag(){var q,ae,le;this.processAttribs();const{tags:Te}=this,Ge=this.tag;Ge.isSelfClosing=!0,(q=this.openTagHandler)===null||q===void 0||q.call(this,Ge),(ae=this.closeTagHandler)===null||ae===void 0||ae.call(this,Ge),(this.tag=(le=Te[Te.length-1])!==null&&le!==void 0?le:null)===null&&(this.closedRoot=!0),this.state=$,this.name=""}closeTag(){const{tags:q,name:ae}=this;if(this.state=$,this.name="",ae===""){this.fail("weird empty close tag."),this.text+="</>";return}const le=this.closeTagHandler;let Te=q.length;for(;Te-- >0;){const Ge=this.tag=q.pop();if(this.topNS=Ge.ns,le?.(Ge),Ge.name===ae)break;this.fail("unexpected close tag.")}Te===0?this.closedRoot=!0:Te<0&&(this.fail(`unmatched closing tag: ${ae}.`),this.text+=`</${ae}>`)}parseEntity(q){if(q[0]!=="#"){const le=this.ENTITIES[q];return le!==void 0?le:(this.fail(this.isName(q)?"undefined entity.":"disallowed character in entity name."),`&${q};`)}let ae=NaN;return q[1]==="x"&&/^#x[0-9a-f]+$/i.test(q)?ae=parseInt(q.slice(2),16):/^#[0-9]+$/.test(q)&&(ae=parseInt(q.slice(1),10)),this.isChar(ae)?String.fromCodePoint(ae):(this.fail("malformed character entity."),`&${q};`)}}return Mr.SaxesParser=qn,Mr}var Jn={},Wu;function Wb(){if(Wu)return Jn;Wu=1,Object.defineProperty(Jn,"__esModule",{value:!0}),Jn.ParseError=void 0;let i=class extends Error{constructor(t,r){const n=t.saxParser;super(t.trackPosition?`Line ${n.line} column ${n.column+1}: ${r}`:r)}};return Jn.ParseError=i,Jn}var Fr={},Yn={},Gu;function Ip(){if(Gu)return Yn;Gu=1,Object.defineProperty(Yn,"__esModule",{value:!0}),Yn.BlankNode=void 0;class i{constructor(t){this.termType="BlankNode",this.value=t}equals(t){return!!t&&t.termType==="BlankNode"&&t.value===this.value}}return Yn.BlankNode=i,Yn}var Zn={},es={},Ku;function Tp(){if(Ku)return es;Ku=1,Object.defineProperty(es,"__esModule",{value:!0}),es.DefaultGraph=void 0;class i{constructor(){this.termType="DefaultGraph",this.value=""}equals(t){return!!t&&t.termType==="DefaultGraph"}}return es.DefaultGraph=i,i.INSTANCE=new i,es}var ts={},is={},Xu;function rd(){if(Xu)return is;Xu=1,Object.defineProperty(is,"__esModule",{value:!0}),is.NamedNode=void 0;class i{constructor(t){this.termType="NamedNode",this.value=t}equals(t){return!!t&&t.termType==="NamedNode"&&t.value===this.value}}return is.NamedNode=i,is}var Qu;function Cp(){if(Qu)return ts;Qu=1,Object.defineProperty(ts,"__esModule",{value:!0}),ts.Literal=void 0;const i=rd();class e{constructor(r,n){this.termType="Literal",this.value=r,typeof n=="string"?(this.language=n,this.datatype=e.RDF_LANGUAGE_STRING,this.direction=""):n?"termType"in n?(this.language="",this.datatype=n,this.direction=""):(this.language=n.language,this.datatype=n.direction?e.RDF_DIRECTIONAL_LANGUAGE_STRING:e.RDF_LANGUAGE_STRING,this.direction=n.direction||""):(this.language="",this.datatype=e.XSD_STRING,this.direction="")}equals(r){return!!r&&r.termType==="Literal"&&r.value===this.value&&r.language===this.language&&(r.direction===this.direction||!r.direction&&this.direction==="")&&this.datatype.equals(r.datatype)}}return ts.Literal=e,e.RDF_LANGUAGE_STRING=new i.NamedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#langString"),e.RDF_DIRECTIONAL_LANGUAGE_STRING=new i.NamedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#dirLangString"),e.XSD_STRING=new i.NamedNode("http://www.w3.org/2001/XMLSchema#string"),ts}var rs={},Ju;function $p(){if(Ju)return rs;Ju=1,Object.defineProperty(rs,"__esModule",{value:!0}),rs.Quad=void 0;class i{constructor(t,r,n,s){this.termType="Quad",this.value="",this.subject=t,this.predicate=r,this.object=n,this.graph=s}equals(t){return!!t&&(t.termType==="Quad"||!t.termType)&&this.subject.equals(t.subject)&&this.predicate.equals(t.predicate)&&this.object.equals(t.object)&&this.graph.equals(t.graph)}}return rs.Quad=i,rs}var ns={},Yu;function Ap(){if(Yu)return ns;Yu=1,Object.defineProperty(ns,"__esModule",{value:!0}),ns.Variable=void 0;class i{constructor(t){this.termType="Variable",this.value=t}equals(t){return!!t&&t.termType==="Variable"&&t.value===this.value}}return ns.Variable=i,ns}var Zu;function Gb(){if(Zu)return Zn;Zu=1,Object.defineProperty(Zn,"__esModule",{value:!0}),Zn.DataFactory=void 0;const i=Ip(),e=Tp(),t=Cp(),r=rd(),n=$p(),s=Ap();let o=0;class a{constructor(l){this.blankNodeCounter=0,l=l||{},this.blankNodePrefix=l.blankNodePrefix||`df_${o++}_`}namedNode(l){return new r.NamedNode(l)}blankNode(l){return new i.BlankNode(l||`${this.blankNodePrefix}${this.blankNodeCounter++}`)}literal(l,d){return new t.Literal(l,d)}variable(l){return new s.Variable(l)}defaultGraph(){return e.DefaultGraph.INSTANCE}quad(l,d,u,m){return new n.Quad(l,d,u,m||this.defaultGraph())}fromTerm(l){switch(l.termType){case"NamedNode":return this.namedNode(l.value);case"BlankNode":return this.blankNode(l.value);case"Literal":return l.language?this.literal(l.value,l.language):l.datatype.equals(t.Literal.XSD_STRING)?this.literal(l.value):this.literal(l.value,this.fromTerm(l.datatype));case"Variable":return this.variable(l.value);case"DefaultGraph":return this.defaultGraph();case"Quad":return this.quad(this.fromTerm(l.subject),this.fromTerm(l.predicate),this.fromTerm(l.object),this.fromTerm(l.graph))}}fromQuad(l){return this.fromTerm(l)}resetBlankNodeCounter(){this.blankNodeCounter=0}}return Zn.DataFactory=a,Zn}var eh;function Np(){return eh||(eh=1,function(i){var e=Fr&&Fr.__createBinding||(Object.create?function(r,n,s,o){o===void 0&&(o=s);var a=Object.getOwnPropertyDescriptor(n,s);(!a||("get"in a?!n.__esModule:a.writable||a.configurable))&&(a={enumerable:!0,get:function(){return n[s]}}),Object.defineProperty(r,o,a)}:function(r,n,s,o){o===void 0&&(o=s),r[o]=n[s]}),t=Fr&&Fr.__exportStar||function(r,n){for(var s in r)s!=="default"&&!Object.prototype.hasOwnProperty.call(n,s)&&e(n,r,s)};Object.defineProperty(i,"__esModule",{value:!0}),t(Ip(),i),t(Gb(),i),t(Tp(),i),t(Cp(),i),t(rd(),i),t($p(),i),t(Ap(),i)}(Fr)),Fr}var jr={},Va={},th;function Kb(){return th||(th=1,function(i){Object.defineProperty(i,"__esModule",{value:!0}),i.validateIri=i.IriValidationStrategy=void 0;function e(){const a="[!$&'()*+,;=]",c="%[a-fA-F0-9]{2}",l="([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])",d=`${l}\\.${l}\\.${l}\\.${l}`,u="[a-fA-F0-9]{1,4}",m=`(${u}:${u}|${d})`,g=`((${u}:){6}${m}|::(${u}:){5}${m}|(${u})?::(${u}:){4}${m}|((${u}:){0,1}${u})?::(${u}:){3}${m}|((${u}:){0,2}${u})?::(${u}:){2}${m}|((${u}:){0,3}${u})?::${u}:${m}|((${u}:){0,4}${u})?::${m}|((${u}:){0,5}${u})?::${u}|((${u}:){0,6}${u})?::)`,v=`v[a-fA-F0-9]+\\.(${a}|${a}|":)+`,_=`\\[(${g}|${v})\\]`,E="[0-9]*",x="[a-zA-Z][a-zA-Z0-9+\\-.]*",y="[-󰀀-󿿽􀀀-􏿽]",T="[a-zA-Z0-9\\-._~ -퟿豈-﷏ﷰ-￯𐀀-🿽𠀀-𯿽𰀀-𿿽񀀀-񏿽񐀀-񟿽񠀀-񯿽񰀀-񿿽򀀀-򏿽򐀀-򟿽򠀀-򯿽򰀀-򿿽󀀀-󏿽󐀀-󟿽󡀀-󯿽]",N=`(${T}|${c}|${a}|[:@])*`,C=`(${N}|[\\/?])*`,F=`(${N}|${y}|[\\/?])*`,I=`(${N})+`,O=`(${N})*`,U="",R=`${I}(\\/${O})*`,D=`\\/(${I}(\\/${O})*)?`,J=`(\\/${O})*`,$=`(${T}|${c}|${a})*`,Z=`(${_}|${d}|${$})`,S=`(\\/\\/${`(${`(${T}|${c}|${a}|:)*`}@)?${Z}(:${E})?`}${J}|${D}|${R}|${U})`,H=`^${x}:${S}(\\?${F})?(#${C})?$`;return new RegExp(H,"u")}const t=e(),r=/^[A-Za-z][\d+-.A-Za-z]*:[^\u0000-\u0020"<>\\^`{|}]*$/u;var n;(function(o){o.Strict="strict",o.Pragmatic="pragmatic",o.None="none"})(n=i.IriValidationStrategy||(i.IriValidationStrategy={}));function s(o,a=n.Strict){switch(a){case n.Strict:return t.test(o)?void 0:new Error(`Invalid IRI according to RFC 3987: '${o}'`);case n.Pragmatic:return r.test(o)?void 0:new Error(`Invalid IRI according to RDF Turtle: '${o}'`);case n.None:return;default:return new Error(`Not supported validation strategy "${a}"`)}}i.validateIri=s}(Va)),Va}var ih;function Xb(){return ih||(ih=1,function(i){var e=jr&&jr.__createBinding||(Object.create?function(r,n,s,o){o===void 0&&(o=s);var a=Object.getOwnPropertyDescriptor(n,s);(!a||("get"in a?!n.__esModule:a.writable||a.configurable))&&(a={enumerable:!0,get:function(){return n[s]}}),Object.defineProperty(r,o,a)}:function(r,n,s,o){o===void 0&&(o=s),r[o]=n[s]}),t=jr&&jr.__exportStar||function(r,n){for(var s in r)s!=="default"&&!Object.prototype.hasOwnProperty.call(n,s)&&e(n,r,s)};Object.defineProperty(i,"__esModule",{value:!0}),t(Kb(),i)}(jr)),jr}var rh;function Qb(){if(rh)return Or;rh=1,Object.defineProperty(Or,"__esModule",{value:!0}),Or.ParseType=Or.RdfXmlParser=void 0;const i=qb(),e=Hb(),t=ip(),r=Wb(),n=Np(),s=Xb();let o=class it extends t.Transform{constructor(l){super({readableObjectMode:!0}),this.activeTagStack=[],this.nodeIds={},l&&(Object.assign(this,l),this.options=l),this.dataFactory||(this.dataFactory=new n.DataFactory),this.baseIRI||(this.baseIRI=""),this.defaultGraph||(this.defaultGraph=this.dataFactory.defaultGraph()),this.validateUri!==!1&&(this.validateUri=!0),this.iriValidationStrategy||(this.iriValidationStrategy=this.validateUri?s.IriValidationStrategy.Pragmatic:s.IriValidationStrategy.None),this.saxParser=new e.SaxesParser({xmlns:!0,position:this.trackPosition}),this.attachSaxListeners()}import(l){const d=new t.PassThrough({readableObjectMode:!0});l.on("error",m=>u.emit("error",m)),l.on("data",m=>d.push(m)),l.on("end",()=>d.push(null));const u=d.pipe(new it(this.options));return u}_transform(l,d,u){try{this.saxParser.write(l)}catch(m){return u(m)}u()}newParseError(l){return new r.ParseError(this,l)}valueToUri(l,d){return this.uriToNamedNode((0,i.resolve)(l,d.baseIRI))}uriToNamedNode(l){const d=(0,s.validateIri)(l,this.iriValidationStrategy);if(d instanceof Error)throw this.newParseError(d.message);return this.dataFactory.namedNode(l)}validateNcname(l){if(!it.NCNAME_MATCHER.test(l))throw this.newParseError(`Not a valid NCName: ${l}`)}createLiteral(l,d){return this.dataFactory.literal(l,d.datatype?d.datatype:d.language?{language:d.language,direction:d.rdfVersion?d.direction:void 0}:void 0)}attachSaxListeners(){this.saxParser.on("error",l=>this.emit("error",l)),this.saxParser.on("opentag",this.onTag.bind(this)),this.saxParser.on("text",this.onText.bind(this)),this.saxParser.on("cdata",this.onText.bind(this)),this.saxParser.on("closetag",this.onCloseTag.bind(this)),this.saxParser.on("doctype",this.onDoctype.bind(this))}onTag(l){const d=this.activeTagStack.length?this.activeTagStack[this.activeTagStack.length-1]:null;let u=a.RESOURCE;if(d&&(d.hadChildren=!0,u=d.childrenParseType),d&&d.childrenStringTags){const g=l.name;let v="";for(const{key:k,value:y}of d.namespaces||[])v+=` ${k}="${y}"`;for(const k in l.attributes)v+=` ${k}="${l.attributes[k].value}"`;const E=`<${`${g}${v}`}>`;d.childrenStringTags.push(E);const x={childrenStringTags:d.childrenStringTags};x.childrenStringEmitClosingTag=`</${g}>`,this.activeTagStack.push(x);return}const m={};d?(m.language=d.language,m.direction=d.direction,m.baseIRI=d.baseIRI,m.childrenTripleTerms=d.childrenTripleTerms,m.rdfVersion=d.rdfVersion):m.baseIRI=this.baseIRI,this.activeTagStack.push(m),u===a.RESOURCE?this.onTagResource(l,m,d,!d):this.onTagProperty(l,m,d);for(const g in l.attributes){const v=l.attributes[g];v.prefix==="xmlns"&&(m.namespaces||(m.namespaces=[]),m.namespaces.push({key:`${v.prefix}:${v.local}`,value:v.value}))}d&&d.namespaces&&(m.namespaces=[...m.namespaces||[],...d.namespaces])}onTagResource(l,d,u,m){d.childrenParseType=a.PROPERTY;let g=!0;if(l.uri===it.RDF){if(!m&&it.FORBIDDEN_NODE_ELEMENTS.indexOf(l.local)>=0)throw this.newParseError(`Illegal node element name: ${l.local}`);switch(l.local){case"RDF":d.childrenParseType=a.RESOURCE;case"Description":g=!1}}const v=[],_=[];let E=null,x=!1,k=!1,y=null;for(const h in l.attributes){const p=l.attributes[h];if(p.uri===it.RDF&&p.local==="version"){this.setVersion(d,p.value);continue}else if(u&&p.uri===it.RDF)switch(p.local){case"about":if(E)throw this.newParseError(`Only one of rdf:about, rdf:nodeID and rdf:ID can be present, while ${p.value} and ${E} where found.`);E=p.value;continue;case"ID":if(E)throw this.newParseError(`Only one of rdf:about, rdf:nodeID and rdf:ID can be present, while ${p.value} and ${E} where found.`);this.validateNcname(p.value),E="#"+p.value,x=!0;continue;case"nodeID":if(E)throw this.newParseError(`Only one of rdf:about, rdf:nodeID and rdf:ID can be present, while ${p.value} and ${E} where found.`);this.validateNcname(p.value),E=p.value,k=!0;continue;case"bagID":throw this.newParseError("rdf:bagID is not supported.");case"type":y=p.value;continue;case"aboutEach":throw this.newParseError("rdf:aboutEach is not supported.");case"aboutEachPrefix":throw this.newParseError("rdf:aboutEachPrefix is not supported.");case"li":throw this.newParseError("rdf:li on node elements are not supported.")}else if(p.uri===it.XML){if(p.local==="lang"){d.language=p.value===""?null:p.value.toLowerCase();continue}else if(p.local==="base"){d.baseIRI=(0,i.resolve)(p.value,d.baseIRI);continue}}else if(p.uri===it.ITS&&p.local==="dir"){this.setDirection(d,p.value);continue}p.prefix!=="xml"&&p.prefix!=="xmlns"&&(p.prefix!==""||p.local!=="xmlns")&&p.uri&&(v.push(this.uriToNamedNode(p.uri+p.local)),_.push(p.value))}if(E!==null&&(d.subject=k?this.dataFactory.blankNode(E):this.valueToUri(E,d),x&&this.claimNodeId(d.subject)),d.subject||(d.subject=this.dataFactory.blankNode()),g){const h=this.uriToNamedNode(l.uri+l.local);this.emitTriple(d.subject,this.dataFactory.namedNode(it.RDF+"type"),h,u?u.reifiedStatementId:null,d.childrenTripleTerms,d.reifier)}if(u){if(u.predicate)if(u.childrenCollectionSubject){const h=this.dataFactory.blankNode(),p=this.dataFactory.namedNode(it.RDF+"rest"),T=u.childrenCollectionPredicate.equals(p);this.emitTriple(u.childrenCollectionSubject,u.childrenCollectionPredicate,h,T?null:u.reifiedStatementId,u.childrenTripleTerms,T?null:u.reifier),this.emitTriple(h,this.dataFactory.namedNode(it.RDF+"first"),d.subject,null,d.childrenTripleTerms),u.childrenCollectionSubject=h,u.childrenCollectionPredicate=p}else{u.childrenTagsToTripleTerms||(this.emitTriple(u.subject,u.predicate,d.subject,u.reifiedStatementId,u.childrenTripleTerms,u.reifier),u.predicateEmitted=!0);for(let h=0;h<u.predicateSubPredicates.length;h++)this.emitTriple(d.subject,u.predicateSubPredicates[h],u.predicateSubObjects[h],null,u.childrenTripleTerms,u.reifier);u.predicateSubPredicates=[],u.predicateSubObjects=[]}for(let h=0;h<v.length;h++){const p=this.createLiteral(_[h],d);this.emitTriple(d.subject,v[h],p,u.reifiedStatementId,u.childrenTripleTerms,u.reifier)}y&&this.emitTriple(d.subject,this.dataFactory.namedNode(it.RDF+"type"),this.uriToNamedNode(y),null,d.childrenTripleTerms,d.reifier)}}onTagProperty(l,d,u){if(d.childrenParseType=a.RESOURCE,d.subject=u.subject,l.uri===it.RDF&&l.local==="li"?(u.listItemCounter||(u.listItemCounter=1),d.predicate=this.uriToNamedNode(l.uri+"_"+u.listItemCounter++)):d.predicate=this.uriToNamedNode(l.uri+l.local),l.uri===it.RDF&&it.FORBIDDEN_PROPERTY_ELEMENTS.indexOf(l.local)>=0)throw this.newParseError(`Illegal property element name: ${l.local}`);d.predicateSubPredicates=[],d.predicateSubObjects=[];let m=!1,g=!1,v=null,_=!0;const E=[],x=[];for(const k in l.attributes){const y=l.attributes[k];if(y.uri===it.RDF&&y.local==="version"){this.setVersion(d,y.value);continue}else if(y.uri===it.RDF)switch(y.local){case"resource":if(v)throw this.newParseError(`Found both rdf:resource (${y.value}) and rdf:nodeID (${v}).`);if(m)throw this.newParseError(`rdf:parseType is not allowed on property elements with rdf:resource (${y.value})`);d.hadChildren=!0,v=y.value,_=!1;continue;case"datatype":if(g)throw this.newParseError(`Found both non-rdf:* property attributes and rdf:datatype (${y.value}).`);if(m)throw this.newParseError(`rdf:parseType is not allowed on property elements with rdf:datatype (${y.value})`);d.datatype=this.valueToUri(y.value,d);continue;case"nodeID":if(g)throw this.newParseError(`Found both non-rdf:* property attributes and rdf:nodeID (${y.value}).`);if(d.hadChildren)throw this.newParseError(`Found both rdf:resource and rdf:nodeID (${y.value}).`);if(m)throw this.newParseError(`rdf:parseType is not allowed on property elements with rdf:nodeID (${y.value})`);this.validateNcname(y.value),d.hadChildren=!0,v=y.value,_=!0;continue;case"bagID":throw this.newParseError("rdf:bagID is not supported.");case"parseType":if(g)throw this.newParseError("rdf:parseType is not allowed when non-rdf:* property attributes are present");if(d.datatype)throw this.newParseError(`rdf:parseType is not allowed on property elements with rdf:datatype (${d.datatype.value})`);if(v)throw this.newParseError(`rdf:parseType is not allowed on property elements with rdf:nodeID or rdf:resource (${v})`);if(y.value==="Resource"){m=!0,d.childrenParseType=a.PROPERTY;const h=this.dataFactory.blankNode();this.emitTriple(d.subject,d.predicate,h,d.reifiedStatementId,d.childrenTripleTerms,d.reifier),d.subject=h,d.predicate=null}else y.value==="Collection"?(m=!0,d.hadChildren=!0,d.childrenCollectionSubject=d.subject,d.childrenCollectionPredicate=d.predicate,_=!1):y.value==="Literal"?(m=!0,d.childrenTagsToString=!0,d.childrenStringTags=[]):y.value==="Triple"&&(m=!0,d.childrenTagsToTripleTerms=!0,d.childrenTripleTerms=[]);continue;case"ID":this.validateNcname(y.value),d.reifiedStatementId=this.valueToUri("#"+y.value,d),this.claimNodeId(d.reifiedStatementId);continue;case"annotation":d.reifier=this.dataFactory.namedNode(y.value);continue;case"annotationNodeID":d.reifier=this.dataFactory.blankNode(y.value);continue}else if(y.uri===it.XML&&y.local==="lang"){d.language=y.value===""?null:y.value.toLowerCase();continue}else if(y.uri===it.ITS&&y.local==="dir"){this.setDirection(d,y.value);continue}else if(y.uri===it.ITS&&y.local==="version")continue;if(y.prefix!=="xml"&&y.prefix!=="xmlns"&&(y.prefix!==""||y.local!=="xmlns")&&y.uri){if(m||d.datatype)throw this.newParseError(`Found illegal rdf:* properties on property element with attribute: ${y.value}`);d.hadChildren=!0,g=!0,E.push(this.uriToNamedNode(y.uri+y.local)),x.push(this.createLiteral(y.value,d))}}if(v!==null){const k=d.subject;d.subject=_?this.dataFactory.blankNode(v):this.valueToUri(v,d),this.emitTriple(k,d.predicate,d.subject,d.reifiedStatementId,d.childrenTripleTerms,d.reifier);for(let y=0;y<E.length;y++)this.emitTriple(d.subject,E[y],x[y],null,d.childrenTripleTerms,d.reifier);d.predicateEmitted=!0}else _&&(d.predicateSubPredicates=E,d.predicateSubObjects=x,d.predicateEmitted=!1)}emitTriple(l,d,u,m,g,v){const _=this.dataFactory.quad(l,d,u,this.defaultGraph);g?g.push(_):this.push(_),v&&this.push(this.dataFactory.quad(v,this.dataFactory.namedNode(it.RDF+"reifies"),_)),m&&(this.push(this.dataFactory.quad(m,this.dataFactory.namedNode(it.RDF+"type"),this.dataFactory.namedNode(it.RDF+"Statement"),this.defaultGraph)),this.push(this.dataFactory.quad(m,this.dataFactory.namedNode(it.RDF+"subject"),l,this.defaultGraph)),this.push(this.dataFactory.quad(m,this.dataFactory.namedNode(it.RDF+"predicate"),d,this.defaultGraph)),this.push(this.dataFactory.quad(m,this.dataFactory.namedNode(it.RDF+"object"),u,this.defaultGraph)))}claimNodeId(l){if(!this.allowDuplicateRdfIds){if(this.nodeIds[l.value])throw this.newParseError(`Found multiple occurrences of rdf:ID='${l.value}'.`);this.nodeIds[l.value]=!0}}onText(l){const d=this.activeTagStack.length?this.activeTagStack[this.activeTagStack.length-1]:null;d&&(d.childrenStringTags?d.childrenStringTags.push(l):d.predicate&&(d.text=l))}onCloseTag(){const l=this.activeTagStack.pop(),d=this.activeTagStack.length?this.activeTagStack[this.activeTagStack.length-1]:null;if(l.childrenStringEmitClosingTag&&l.childrenStringTags.push(l.childrenStringEmitClosingTag),l.childrenTagsToString&&(l.datatype=this.dataFactory.namedNode(it.RDF+"XMLLiteral"),l.text=l.childrenStringTags.join(""),l.hadChildren=!1),l.childrenTagsToTripleTerms&&l.predicate&&l.rdfVersion){if(l.childrenTripleTerms.length!==1)throw this.newParseError(`Expected exactly one triple term in rdf:parseType="Triple" but got ${l.childrenTripleTerms.length}`);for(const u of l.childrenTripleTerms)this.emitTriple(l.subject,l.predicate,u,null,d.childrenTripleTerms,d.reifier);l.predicateEmitted=!0}if(l.childrenCollectionSubject)this.emitTriple(l.childrenCollectionSubject,l.childrenCollectionPredicate,this.dataFactory.namedNode(it.RDF+"nil"),null,l.childrenTripleTerms);else if(l.predicate){if(!l.hadChildren&&l.childrenParseType!==a.PROPERTY)this.emitTriple(l.subject,l.predicate,this.createLiteral(l.text||"",l),l.reifiedStatementId,l.childrenTripleTerms,l.reifier);else if(!l.predicateEmitted){const u=this.dataFactory.blankNode();this.emitTriple(l.subject,l.predicate,u,l.reifiedStatementId,l.childrenTripleTerms,l.reifier);for(let m=0;m<l.predicateSubPredicates.length;m++)this.emitTriple(u,l.predicateSubPredicates[m],l.predicateSubObjects[m],null,l.childrenTripleTerms)}}}onDoctype(l){l.replace(/<!ENTITY\s+([^\s]+)\s+["']([^"']+)["']\s*>/g,(d,u,m)=>(this.saxParser.ENTITIES[u]=m,""))}setDirection(l,d){if(d){if(d!=="ltr"&&d!=="rtl")throw this.newParseError(`Base directions must either be 'ltr' or 'rtl', while '${d}' was found.`);l.direction=d}else delete l.direction}setVersion(l,d){l.rdfVersion=d,this.emit("version",d)}};Or.RdfXmlParser=o,o.MIME_TYPE="application/rdf+xml",o.RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#",o.XML="http://www.w3.org/XML/1998/namespace",o.ITS="http://www.w3.org/2005/11/its",o.FORBIDDEN_NODE_ELEMENTS=["RDF","ID","about","bagID","parseType","resource","nodeID","li","aboutEach","aboutEachPrefix"],o.FORBIDDEN_PROPERTY_ELEMENTS=["Description","RDF","ID","about","bagID","parseType","resource","nodeID","aboutEach","aboutEachPrefix"],o.NCNAME_MATCHER=/^([A-Za-z\xC0-\xD6\xD8-\xF6\u{F8}-\u{2FF}\u{370}-\u{37D}\u{37F}-\u{1FFF}\u{200C}-\u{200D}\u{2070}-\u{218F}\u{2C00}-\u{2FEF}\u{3001}-\u{D7FF}\u{F900}-\u{FDCF}\u{FDF0}-\u{FFFD}\u{10000}-\u{EFFFF}_])([A-Za-z\xC0-\xD6\xD8-\xF6\u{F8}-\u{2FF}\u{370}-\u{37D}\u{37F}-\u{1FFF}\u{200C}-\u{200D}\u{2070}-\u{218F}\u{2C00}-\u{2FEF}\u{3001}-\u{D7FF}\u{F900}-\u{FDCF}\u{FDF0}-\u{FFFD}\u{10000}-\u{EFFFF}_\-.0-9#xB7\u{0300}-\u{036F}\u{203F}-\u{2040}])*$/u;var a;return function(c){c[c.RESOURCE=0]="RESOURCE",c[c.PROPERTY=1]="PROPERTY"}(a||(Or.ParseType=a={})),Or}var nh;function Jb(){return nh||(nh=1,function(i){var e=Lr&&Lr.__createBinding||(Object.create?function(r,n,s,o){o===void 0&&(o=s);var a=Object.getOwnPropertyDescriptor(n,s);(!a||("get"in a?!n.__esModule:a.writable||a.configurable))&&(a={enumerable:!0,get:function(){return n[s]}}),Object.defineProperty(r,o,a)}:function(r,n,s,o){o===void 0&&(o=s),r[o]=n[s]}),t=Lr&&Lr.__exportStar||function(r,n){for(var s in r)s!=="default"&&!Object.prototype.hasOwnProperty.call(n,s)&&e(n,r,s)};Object.defineProperty(i,"__esModule",{value:!0}),t(Qb(),i)}(Lr)),Lr}var Yb=Jb(),za={},Ha,sh;function nd(){return sh||(sh=1,Ha=class Dp{constructor(e,t=new Map,r=0){this.prefix=e,this._existing=t,this.counter=r}clone(){const{prefix:e,_existing:t,counter:r}=this;return new Dp(e,new Map(t),r)}getId(e){const t=e&&this._existing.get(e);if(t)return t;const r=this.prefix+this.counter;return this.counter++,e&&this._existing.set(e,r),r}hasId(e){return this._existing.has(e)}getOldIds(){return[...this._existing.keys()]}}),Ha}var Wa={},oh;function Zb(){return oh||(oh=1,function(i,e){if(i.setImmediate)return;var t=1,r={},n=!1,s=i.document,o;function a(k){typeof k!="function"&&(k=new Function(""+k));for(var y=new Array(arguments.length-1),h=0;h<y.length;h++)y[h]=arguments[h+1];var p={callback:k,args:y};return r[t]=p,o(t),t++}function c(k){delete r[k]}function l(k){var y=k.callback,h=k.args;switch(h.length){case 0:y();break;case 1:y(h[0]);break;case 2:y(h[0],h[1]);break;case 3:y(h[0],h[1],h[2]);break;default:y.apply(e,h);break}}function d(k){if(n)setTimeout(d,0,k);else{var y=r[k];if(y){n=!0;try{l(y)}finally{c(k),n=!1}}}}function u(){o=function(k){process.nextTick(function(){d(k)})}}function m(){if(i.postMessage&&!i.importScripts){var k=!0,y=i.onmessage;return i.onmessage=function(){k=!1},i.postMessage("","*"),i.onmessage=y,k}}function g(){var k="setImmediate$"+Math.random()+"$",y=function(h){h.source===i&&typeof h.data=="string"&&h.data.indexOf(k)===0&&d(+h.data.slice(k.length))};i.addEventListener?i.addEventListener("message",y,!1):i.attachEvent("onmessage",y),o=function(h){i.postMessage(k+h,"*")}}function v(){var k=new MessageChannel;k.port1.onmessage=function(y){var h=y.data;d(h)},o=function(y){k.port2.postMessage(y)}}function _(){var k=s.documentElement;o=function(y){var h=s.createElement("script");h.onreadystatechange=function(){d(y),h.onreadystatechange=null,k.removeChild(h),h=null},k.appendChild(h)}}function E(){o=function(k){setTimeout(d,0,k)}}var x=Object.getPrototypeOf&&Object.getPrototypeOf(i);x=x&&x.setTimeout?x:i,{}.toString.call(i.process)==="[object process]"?u():m()?g():i.MessageChannel?v():s&&"onreadystatechange"in s.createElement("script")?_():E(),x.setImmediate=a,x.clearImmediate=c}(typeof self>"u"?typeof un>"u"?Wa:un:self)),Wa}/*!
328
+ `),q=this.i;break;case x:le!==void 0&&(this.text+=ae.slice(q));break e;default:r(Ge)||(Te=!0)}}Te&&(!this.sawRoot&&!this.reportedTextBeforeRoot&&(this.fail("text data outside of root node."),this.reportedTextBeforeRoot=!0),this.closedRoot&&!this.reportedTextAfterRoot&&(this.fail("text data outside of root node."),this.reportedTextAfterRoot=!0))}pushAttribNS(q,ae){var le;const{prefix:Te,local:Ge}=this.qname(q),et={name:q,prefix:Te,local:Ge,value:ae};if(this.attribList.push(et),(le=this.attributeHandler)===null||le===void 0||le.call(this,et),Te==="xmlns"){const Ft=ae.trim();this.currentXMLVersion==="1.0"&&Ft===""&&this.fail("invalid attempt to undefine prefix in XML 1.0"),this.topNS[Ge]=Ft,Mt(this,Ge,Ft)}else if(q==="xmlns"){const Ft=ae.trim();this.topNS[""]=Ft,Mt(this,"",Ft)}}pushAttribPlain(q,ae){var le;const Te={name:q,value:ae};this.attribList.push(Te),(le=this.attributeHandler)===null||le===void 0||le.call(this,Te)}end(){var q,ae;this.sawRoot||this.fail("document must contain a root element.");const{tags:le}=this;for(;le.length>0;){const Ge=le.pop();this.fail(`unclosed tag: ${Ge.name}`)}this.state!==y&&this.state!==$&&this.fail("unexpected end.");const{text:Te}=this;return Te.length!==0&&((q=this.textHandler)===null||q===void 0||q.call(this,Te),this.text=""),this._closed=!0,(ae=this.endHandler)===null||ae===void 0||ae.call(this),this._init(),this}resolve(q){var ae,le;let Te=this.topNS[q];if(Te!==void 0)return Te;const{tags:Ge}=this;for(let et=Ge.length-1;et>=0;et--)if(Te=Ge[et].ns[q],Te!==void 0)return Te;return Te=this.ns[q],Te!==void 0?Te:(le=(ae=this.opt).resolvePrefix)===null||le===void 0?void 0:le.call(ae,q)}qname(q){const ae=q.indexOf(":");if(ae===-1)return{prefix:"",local:q};const le=q.slice(ae+1),Te=q.slice(0,ae);return(Te===""||le===""||le.includes(":"))&&this.fail(`malformed name: ${q}.`),{prefix:Te,local:le}}processAttribsNS(){var q;const{attribList:ae}=this,le=this.tag;{const{prefix:et,local:Ft}=this.qname(le.name);le.prefix=et,le.local=Ft;const nn=le.uri=(q=this.resolve(et))!==null&&q!==void 0?q:"";et!==""&&(et==="xmlns"&&this.fail('tags may not have "xmlns" as prefix.'),nn===""&&(this.fail(`unbound namespace prefix: ${JSON.stringify(et)}.`),le.uri=et))}if(ae.length===0)return;const{attributes:Te}=le,Ge=new Set;for(const et of ae){const{name:Ft,prefix:nn,local:$m}=et;let sn,Un;nn===""?(sn=Ft==="xmlns"?v:"",Un=Ft):(sn=this.resolve(nn),sn===void 0&&(this.fail(`unbound namespace prefix: ${JSON.stringify(nn)}.`),sn=nn),Un=`{${sn}}${$m}`),Ge.has(Un)&&this.fail(`duplicate attribute: ${Un}.`),Ge.add(Un),et.uri=sn,Te[Ft]=et}this.attribList=[]}processAttribsPlain(){const{attribList:q}=this,ae=this.tag.attributes;for(const{name:le,value:Te}of q)ae[le]!==void 0&&this.fail(`duplicate attribute: ${le}.`),ae[le]=Te;this.attribList=[]}openTag(){var q;this.processAttribs();const{tags:ae}=this,le=this.tag;le.isSelfClosing=!1,(q=this.openTagHandler)===null||q===void 0||q.call(this,le),ae.push(le),this.state=$,this.name=""}openSelfClosingTag(){var q,ae,le;this.processAttribs();const{tags:Te}=this,Ge=this.tag;Ge.isSelfClosing=!0,(q=this.openTagHandler)===null||q===void 0||q.call(this,Ge),(ae=this.closeTagHandler)===null||ae===void 0||ae.call(this,Ge),(this.tag=(le=Te[Te.length-1])!==null&&le!==void 0?le:null)===null&&(this.closedRoot=!0),this.state=$,this.name=""}closeTag(){const{tags:q,name:ae}=this;if(this.state=$,this.name="",ae===""){this.fail("weird empty close tag."),this.text+="</>";return}const le=this.closeTagHandler;let Te=q.length;for(;Te-- >0;){const Ge=this.tag=q.pop();if(this.topNS=Ge.ns,le?.(Ge),Ge.name===ae)break;this.fail("unexpected close tag.")}Te===0?this.closedRoot=!0:Te<0&&(this.fail(`unmatched closing tag: ${ae}.`),this.text+=`</${ae}>`)}parseEntity(q){if(q[0]!=="#"){const le=this.ENTITIES[q];return le!==void 0?le:(this.fail(this.isName(q)?"undefined entity.":"disallowed character in entity name."),`&${q};`)}let ae=NaN;return q[1]==="x"&&/^#x[0-9a-f]+$/i.test(q)?ae=parseInt(q.slice(2),16):/^#[0-9]+$/.test(q)&&(ae=parseInt(q.slice(1),10)),this.isChar(ae)?String.fromCodePoint(ae):(this.fail("malformed character entity."),`&${q};`)}}return Mr.SaxesParser=qn,Mr}var Jn={},Wu;function Gb(){if(Wu)return Jn;Wu=1,Object.defineProperty(Jn,"__esModule",{value:!0}),Jn.ParseError=void 0;let i=class extends Error{constructor(t,r){const n=t.saxParser;super(t.trackPosition?`Line ${n.line} column ${n.column+1}: ${r}`:r)}};return Jn.ParseError=i,Jn}var Fr={},Yn={},Gu;function Ip(){if(Gu)return Yn;Gu=1,Object.defineProperty(Yn,"__esModule",{value:!0}),Yn.BlankNode=void 0;class i{constructor(t){this.termType="BlankNode",this.value=t}equals(t){return!!t&&t.termType==="BlankNode"&&t.value===this.value}}return Yn.BlankNode=i,Yn}var Zn={},es={},Ku;function Tp(){if(Ku)return es;Ku=1,Object.defineProperty(es,"__esModule",{value:!0}),es.DefaultGraph=void 0;class i{constructor(){this.termType="DefaultGraph",this.value=""}equals(t){return!!t&&t.termType==="DefaultGraph"}}return es.DefaultGraph=i,i.INSTANCE=new i,es}var ts={},is={},Xu;function rd(){if(Xu)return is;Xu=1,Object.defineProperty(is,"__esModule",{value:!0}),is.NamedNode=void 0;class i{constructor(t){this.termType="NamedNode",this.value=t}equals(t){return!!t&&t.termType==="NamedNode"&&t.value===this.value}}return is.NamedNode=i,is}var Qu;function Cp(){if(Qu)return ts;Qu=1,Object.defineProperty(ts,"__esModule",{value:!0}),ts.Literal=void 0;const i=rd();class e{constructor(r,n){this.termType="Literal",this.value=r,typeof n=="string"?(this.language=n,this.datatype=e.RDF_LANGUAGE_STRING,this.direction=""):n?"termType"in n?(this.language="",this.datatype=n,this.direction=""):(this.language=n.language,this.datatype=n.direction?e.RDF_DIRECTIONAL_LANGUAGE_STRING:e.RDF_LANGUAGE_STRING,this.direction=n.direction||""):(this.language="",this.datatype=e.XSD_STRING,this.direction="")}equals(r){return!!r&&r.termType==="Literal"&&r.value===this.value&&r.language===this.language&&(r.direction===this.direction||!r.direction&&this.direction==="")&&this.datatype.equals(r.datatype)}}return ts.Literal=e,e.RDF_LANGUAGE_STRING=new i.NamedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#langString"),e.RDF_DIRECTIONAL_LANGUAGE_STRING=new i.NamedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#dirLangString"),e.XSD_STRING=new i.NamedNode("http://www.w3.org/2001/XMLSchema#string"),ts}var rs={},Ju;function $p(){if(Ju)return rs;Ju=1,Object.defineProperty(rs,"__esModule",{value:!0}),rs.Quad=void 0;class i{constructor(t,r,n,s){this.termType="Quad",this.value="",this.subject=t,this.predicate=r,this.object=n,this.graph=s}equals(t){return!!t&&(t.termType==="Quad"||!t.termType)&&this.subject.equals(t.subject)&&this.predicate.equals(t.predicate)&&this.object.equals(t.object)&&this.graph.equals(t.graph)}}return rs.Quad=i,rs}var ns={},Yu;function Ap(){if(Yu)return ns;Yu=1,Object.defineProperty(ns,"__esModule",{value:!0}),ns.Variable=void 0;class i{constructor(t){this.termType="Variable",this.value=t}equals(t){return!!t&&t.termType==="Variable"&&t.value===this.value}}return ns.Variable=i,ns}var Zu;function Kb(){if(Zu)return Zn;Zu=1,Object.defineProperty(Zn,"__esModule",{value:!0}),Zn.DataFactory=void 0;const i=Ip(),e=Tp(),t=Cp(),r=rd(),n=$p(),s=Ap();let o=0;class a{constructor(l){this.blankNodeCounter=0,l=l||{},this.blankNodePrefix=l.blankNodePrefix||`df_${o++}_`}namedNode(l){return new r.NamedNode(l)}blankNode(l){return new i.BlankNode(l||`${this.blankNodePrefix}${this.blankNodeCounter++}`)}literal(l,d){return new t.Literal(l,d)}variable(l){return new s.Variable(l)}defaultGraph(){return e.DefaultGraph.INSTANCE}quad(l,d,u,m){return new n.Quad(l,d,u,m||this.defaultGraph())}fromTerm(l){switch(l.termType){case"NamedNode":return this.namedNode(l.value);case"BlankNode":return this.blankNode(l.value);case"Literal":return l.language?this.literal(l.value,l.language):l.datatype.equals(t.Literal.XSD_STRING)?this.literal(l.value):this.literal(l.value,this.fromTerm(l.datatype));case"Variable":return this.variable(l.value);case"DefaultGraph":return this.defaultGraph();case"Quad":return this.quad(this.fromTerm(l.subject),this.fromTerm(l.predicate),this.fromTerm(l.object),this.fromTerm(l.graph))}}fromQuad(l){return this.fromTerm(l)}resetBlankNodeCounter(){this.blankNodeCounter=0}}return Zn.DataFactory=a,Zn}var eh;function Np(){return eh||(eh=1,function(i){var e=Fr&&Fr.__createBinding||(Object.create?function(r,n,s,o){o===void 0&&(o=s);var a=Object.getOwnPropertyDescriptor(n,s);(!a||("get"in a?!n.__esModule:a.writable||a.configurable))&&(a={enumerable:!0,get:function(){return n[s]}}),Object.defineProperty(r,o,a)}:function(r,n,s,o){o===void 0&&(o=s),r[o]=n[s]}),t=Fr&&Fr.__exportStar||function(r,n){for(var s in r)s!=="default"&&!Object.prototype.hasOwnProperty.call(n,s)&&e(n,r,s)};Object.defineProperty(i,"__esModule",{value:!0}),t(Ip(),i),t(Kb(),i),t(Tp(),i),t(Cp(),i),t(rd(),i),t($p(),i),t(Ap(),i)}(Fr)),Fr}var jr={},Va={},th;function Xb(){return th||(th=1,function(i){Object.defineProperty(i,"__esModule",{value:!0}),i.validateIri=i.IriValidationStrategy=void 0;function e(){const a="[!$&'()*+,;=]",c="%[a-fA-F0-9]{2}",l="([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])",d=`${l}\\.${l}\\.${l}\\.${l}`,u="[a-fA-F0-9]{1,4}",m=`(${u}:${u}|${d})`,g=`((${u}:){6}${m}|::(${u}:){5}${m}|(${u})?::(${u}:){4}${m}|((${u}:){0,1}${u})?::(${u}:){3}${m}|((${u}:){0,2}${u})?::(${u}:){2}${m}|((${u}:){0,3}${u})?::${u}:${m}|((${u}:){0,4}${u})?::${m}|((${u}:){0,5}${u})?::${u}|((${u}:){0,6}${u})?::)`,v=`v[a-fA-F0-9]+\\.(${a}|${a}|":)+`,_=`\\[(${g}|${v})\\]`,E="[0-9]*",x="[a-zA-Z][a-zA-Z0-9+\\-.]*",y="[-󰀀-󿿽􀀀-􏿽]",T="[a-zA-Z0-9\\-._~ -퟿豈-﷏ﷰ-￯𐀀-🿽𠀀-𯿽𰀀-𿿽񀀀-񏿽񐀀-񟿽񠀀-񯿽񰀀-񿿽򀀀-򏿽򐀀-򟿽򠀀-򯿽򰀀-򿿽󀀀-󏿽󐀀-󟿽󡀀-󯿽]",N=`(${T}|${c}|${a}|[:@])*`,C=`(${N}|[\\/?])*`,F=`(${N}|${y}|[\\/?])*`,I=`(${N})+`,O=`(${N})*`,U="",R=`${I}(\\/${O})*`,D=`\\/(${I}(\\/${O})*)?`,J=`(\\/${O})*`,$=`(${T}|${c}|${a})*`,Z=`(${_}|${d}|${$})`,S=`(\\/\\/${`(${`(${T}|${c}|${a}|:)*`}@)?${Z}(:${E})?`}${J}|${D}|${R}|${U})`,H=`^${x}:${S}(\\?${F})?(#${C})?$`;return new RegExp(H,"u")}const t=e(),r=/^[A-Za-z][\d+-.A-Za-z]*:[^\u0000-\u0020"<>\\^`{|}]*$/u;var n;(function(o){o.Strict="strict",o.Pragmatic="pragmatic",o.None="none"})(n=i.IriValidationStrategy||(i.IriValidationStrategy={}));function s(o,a=n.Strict){switch(a){case n.Strict:return t.test(o)?void 0:new Error(`Invalid IRI according to RFC 3987: '${o}'`);case n.Pragmatic:return r.test(o)?void 0:new Error(`Invalid IRI according to RDF Turtle: '${o}'`);case n.None:return;default:return new Error(`Not supported validation strategy "${a}"`)}}i.validateIri=s}(Va)),Va}var ih;function Qb(){return ih||(ih=1,function(i){var e=jr&&jr.__createBinding||(Object.create?function(r,n,s,o){o===void 0&&(o=s);var a=Object.getOwnPropertyDescriptor(n,s);(!a||("get"in a?!n.__esModule:a.writable||a.configurable))&&(a={enumerable:!0,get:function(){return n[s]}}),Object.defineProperty(r,o,a)}:function(r,n,s,o){o===void 0&&(o=s),r[o]=n[s]}),t=jr&&jr.__exportStar||function(r,n){for(var s in r)s!=="default"&&!Object.prototype.hasOwnProperty.call(n,s)&&e(n,r,s)};Object.defineProperty(i,"__esModule",{value:!0}),t(Xb(),i)}(jr)),jr}var rh;function Jb(){if(rh)return Or;rh=1,Object.defineProperty(Or,"__esModule",{value:!0}),Or.ParseType=Or.RdfXmlParser=void 0;const i=Ub(),e=Wb(),t=ip(),r=Gb(),n=Np(),s=Qb();let o=class it extends t.Transform{constructor(l){super({readableObjectMode:!0}),this.activeTagStack=[],this.nodeIds={},l&&(Object.assign(this,l),this.options=l),this.dataFactory||(this.dataFactory=new n.DataFactory),this.baseIRI||(this.baseIRI=""),this.defaultGraph||(this.defaultGraph=this.dataFactory.defaultGraph()),this.validateUri!==!1&&(this.validateUri=!0),this.iriValidationStrategy||(this.iriValidationStrategy=this.validateUri?s.IriValidationStrategy.Pragmatic:s.IriValidationStrategy.None),this.saxParser=new e.SaxesParser({xmlns:!0,position:this.trackPosition}),this.attachSaxListeners()}import(l){const d=new t.PassThrough({readableObjectMode:!0});l.on("error",m=>u.emit("error",m)),l.on("data",m=>d.push(m)),l.on("end",()=>d.push(null));const u=d.pipe(new it(this.options));return u}_transform(l,d,u){try{this.saxParser.write(l)}catch(m){return u(m)}u()}newParseError(l){return new r.ParseError(this,l)}valueToUri(l,d){return this.uriToNamedNode((0,i.resolve)(l,d.baseIRI))}uriToNamedNode(l){const d=(0,s.validateIri)(l,this.iriValidationStrategy);if(d instanceof Error)throw this.newParseError(d.message);return this.dataFactory.namedNode(l)}validateNcname(l){if(!it.NCNAME_MATCHER.test(l))throw this.newParseError(`Not a valid NCName: ${l}`)}createLiteral(l,d){return this.dataFactory.literal(l,d.datatype?d.datatype:d.language?{language:d.language,direction:d.rdfVersion?d.direction:void 0}:void 0)}attachSaxListeners(){this.saxParser.on("error",l=>this.emit("error",l)),this.saxParser.on("opentag",this.onTag.bind(this)),this.saxParser.on("text",this.onText.bind(this)),this.saxParser.on("cdata",this.onText.bind(this)),this.saxParser.on("closetag",this.onCloseTag.bind(this)),this.saxParser.on("doctype",this.onDoctype.bind(this))}onTag(l){const d=this.activeTagStack.length?this.activeTagStack[this.activeTagStack.length-1]:null;let u=a.RESOURCE;if(d&&(d.hadChildren=!0,u=d.childrenParseType),d&&d.childrenStringTags){const g=l.name;let v="";for(const{key:k,value:y}of d.namespaces||[])v+=` ${k}="${y}"`;for(const k in l.attributes)v+=` ${k}="${l.attributes[k].value}"`;const E=`<${`${g}${v}`}>`;d.childrenStringTags.push(E);const x={childrenStringTags:d.childrenStringTags};x.childrenStringEmitClosingTag=`</${g}>`,this.activeTagStack.push(x);return}const m={};d?(m.language=d.language,m.direction=d.direction,m.baseIRI=d.baseIRI,m.childrenTripleTerms=d.childrenTripleTerms,m.rdfVersion=d.rdfVersion):m.baseIRI=this.baseIRI,this.activeTagStack.push(m),u===a.RESOURCE?this.onTagResource(l,m,d,!d):this.onTagProperty(l,m,d);for(const g in l.attributes){const v=l.attributes[g];v.prefix==="xmlns"&&(m.namespaces||(m.namespaces=[]),m.namespaces.push({key:`${v.prefix}:${v.local}`,value:v.value}))}d&&d.namespaces&&(m.namespaces=[...m.namespaces||[],...d.namespaces])}onTagResource(l,d,u,m){d.childrenParseType=a.PROPERTY;let g=!0;if(l.uri===it.RDF){if(!m&&it.FORBIDDEN_NODE_ELEMENTS.indexOf(l.local)>=0)throw this.newParseError(`Illegal node element name: ${l.local}`);switch(l.local){case"RDF":d.childrenParseType=a.RESOURCE;case"Description":g=!1}}const v=[],_=[];let E=null,x=!1,k=!1,y=null;for(const h in l.attributes){const p=l.attributes[h];if(p.uri===it.RDF&&p.local==="version"){this.setVersion(d,p.value);continue}else if(u&&p.uri===it.RDF)switch(p.local){case"about":if(E)throw this.newParseError(`Only one of rdf:about, rdf:nodeID and rdf:ID can be present, while ${p.value} and ${E} where found.`);E=p.value;continue;case"ID":if(E)throw this.newParseError(`Only one of rdf:about, rdf:nodeID and rdf:ID can be present, while ${p.value} and ${E} where found.`);this.validateNcname(p.value),E="#"+p.value,x=!0;continue;case"nodeID":if(E)throw this.newParseError(`Only one of rdf:about, rdf:nodeID and rdf:ID can be present, while ${p.value} and ${E} where found.`);this.validateNcname(p.value),E=p.value,k=!0;continue;case"bagID":throw this.newParseError("rdf:bagID is not supported.");case"type":y=p.value;continue;case"aboutEach":throw this.newParseError("rdf:aboutEach is not supported.");case"aboutEachPrefix":throw this.newParseError("rdf:aboutEachPrefix is not supported.");case"li":throw this.newParseError("rdf:li on node elements are not supported.")}else if(p.uri===it.XML){if(p.local==="lang"){d.language=p.value===""?null:p.value.toLowerCase();continue}else if(p.local==="base"){d.baseIRI=(0,i.resolve)(p.value,d.baseIRI);continue}}else if(p.uri===it.ITS&&p.local==="dir"){this.setDirection(d,p.value);continue}p.prefix!=="xml"&&p.prefix!=="xmlns"&&(p.prefix!==""||p.local!=="xmlns")&&p.uri&&(v.push(this.uriToNamedNode(p.uri+p.local)),_.push(p.value))}if(E!==null&&(d.subject=k?this.dataFactory.blankNode(E):this.valueToUri(E,d),x&&this.claimNodeId(d.subject)),d.subject||(d.subject=this.dataFactory.blankNode()),g){const h=this.uriToNamedNode(l.uri+l.local);this.emitTriple(d.subject,this.dataFactory.namedNode(it.RDF+"type"),h,u?u.reifiedStatementId:null,d.childrenTripleTerms,d.reifier)}if(u){if(u.predicate)if(u.childrenCollectionSubject){const h=this.dataFactory.blankNode(),p=this.dataFactory.namedNode(it.RDF+"rest"),T=u.childrenCollectionPredicate.equals(p);this.emitTriple(u.childrenCollectionSubject,u.childrenCollectionPredicate,h,T?null:u.reifiedStatementId,u.childrenTripleTerms,T?null:u.reifier),this.emitTriple(h,this.dataFactory.namedNode(it.RDF+"first"),d.subject,null,d.childrenTripleTerms),u.childrenCollectionSubject=h,u.childrenCollectionPredicate=p}else{u.childrenTagsToTripleTerms||(this.emitTriple(u.subject,u.predicate,d.subject,u.reifiedStatementId,u.childrenTripleTerms,u.reifier),u.predicateEmitted=!0);for(let h=0;h<u.predicateSubPredicates.length;h++)this.emitTriple(d.subject,u.predicateSubPredicates[h],u.predicateSubObjects[h],null,u.childrenTripleTerms,u.reifier);u.predicateSubPredicates=[],u.predicateSubObjects=[]}for(let h=0;h<v.length;h++){const p=this.createLiteral(_[h],d);this.emitTriple(d.subject,v[h],p,u.reifiedStatementId,u.childrenTripleTerms,u.reifier)}y&&this.emitTriple(d.subject,this.dataFactory.namedNode(it.RDF+"type"),this.uriToNamedNode(y),null,d.childrenTripleTerms,d.reifier)}}onTagProperty(l,d,u){if(d.childrenParseType=a.RESOURCE,d.subject=u.subject,l.uri===it.RDF&&l.local==="li"?(u.listItemCounter||(u.listItemCounter=1),d.predicate=this.uriToNamedNode(l.uri+"_"+u.listItemCounter++)):d.predicate=this.uriToNamedNode(l.uri+l.local),l.uri===it.RDF&&it.FORBIDDEN_PROPERTY_ELEMENTS.indexOf(l.local)>=0)throw this.newParseError(`Illegal property element name: ${l.local}`);d.predicateSubPredicates=[],d.predicateSubObjects=[];let m=!1,g=!1,v=null,_=!0;const E=[],x=[];for(const k in l.attributes){const y=l.attributes[k];if(y.uri===it.RDF&&y.local==="version"){this.setVersion(d,y.value);continue}else if(y.uri===it.RDF)switch(y.local){case"resource":if(v)throw this.newParseError(`Found both rdf:resource (${y.value}) and rdf:nodeID (${v}).`);if(m)throw this.newParseError(`rdf:parseType is not allowed on property elements with rdf:resource (${y.value})`);d.hadChildren=!0,v=y.value,_=!1;continue;case"datatype":if(g)throw this.newParseError(`Found both non-rdf:* property attributes and rdf:datatype (${y.value}).`);if(m)throw this.newParseError(`rdf:parseType is not allowed on property elements with rdf:datatype (${y.value})`);d.datatype=this.valueToUri(y.value,d);continue;case"nodeID":if(g)throw this.newParseError(`Found both non-rdf:* property attributes and rdf:nodeID (${y.value}).`);if(d.hadChildren)throw this.newParseError(`Found both rdf:resource and rdf:nodeID (${y.value}).`);if(m)throw this.newParseError(`rdf:parseType is not allowed on property elements with rdf:nodeID (${y.value})`);this.validateNcname(y.value),d.hadChildren=!0,v=y.value,_=!0;continue;case"bagID":throw this.newParseError("rdf:bagID is not supported.");case"parseType":if(g)throw this.newParseError("rdf:parseType is not allowed when non-rdf:* property attributes are present");if(d.datatype)throw this.newParseError(`rdf:parseType is not allowed on property elements with rdf:datatype (${d.datatype.value})`);if(v)throw this.newParseError(`rdf:parseType is not allowed on property elements with rdf:nodeID or rdf:resource (${v})`);if(y.value==="Resource"){m=!0,d.childrenParseType=a.PROPERTY;const h=this.dataFactory.blankNode();this.emitTriple(d.subject,d.predicate,h,d.reifiedStatementId,d.childrenTripleTerms,d.reifier),d.subject=h,d.predicate=null}else y.value==="Collection"?(m=!0,d.hadChildren=!0,d.childrenCollectionSubject=d.subject,d.childrenCollectionPredicate=d.predicate,_=!1):y.value==="Literal"?(m=!0,d.childrenTagsToString=!0,d.childrenStringTags=[]):y.value==="Triple"&&(m=!0,d.childrenTagsToTripleTerms=!0,d.childrenTripleTerms=[]);continue;case"ID":this.validateNcname(y.value),d.reifiedStatementId=this.valueToUri("#"+y.value,d),this.claimNodeId(d.reifiedStatementId);continue;case"annotation":d.reifier=this.dataFactory.namedNode(y.value);continue;case"annotationNodeID":d.reifier=this.dataFactory.blankNode(y.value);continue}else if(y.uri===it.XML&&y.local==="lang"){d.language=y.value===""?null:y.value.toLowerCase();continue}else if(y.uri===it.ITS&&y.local==="dir"){this.setDirection(d,y.value);continue}else if(y.uri===it.ITS&&y.local==="version")continue;if(y.prefix!=="xml"&&y.prefix!=="xmlns"&&(y.prefix!==""||y.local!=="xmlns")&&y.uri){if(m||d.datatype)throw this.newParseError(`Found illegal rdf:* properties on property element with attribute: ${y.value}`);d.hadChildren=!0,g=!0,E.push(this.uriToNamedNode(y.uri+y.local)),x.push(this.createLiteral(y.value,d))}}if(v!==null){const k=d.subject;d.subject=_?this.dataFactory.blankNode(v):this.valueToUri(v,d),this.emitTriple(k,d.predicate,d.subject,d.reifiedStatementId,d.childrenTripleTerms,d.reifier);for(let y=0;y<E.length;y++)this.emitTriple(d.subject,E[y],x[y],null,d.childrenTripleTerms,d.reifier);d.predicateEmitted=!0}else _&&(d.predicateSubPredicates=E,d.predicateSubObjects=x,d.predicateEmitted=!1)}emitTriple(l,d,u,m,g,v){const _=this.dataFactory.quad(l,d,u,this.defaultGraph);g?g.push(_):this.push(_),v&&this.push(this.dataFactory.quad(v,this.dataFactory.namedNode(it.RDF+"reifies"),_)),m&&(this.push(this.dataFactory.quad(m,this.dataFactory.namedNode(it.RDF+"type"),this.dataFactory.namedNode(it.RDF+"Statement"),this.defaultGraph)),this.push(this.dataFactory.quad(m,this.dataFactory.namedNode(it.RDF+"subject"),l,this.defaultGraph)),this.push(this.dataFactory.quad(m,this.dataFactory.namedNode(it.RDF+"predicate"),d,this.defaultGraph)),this.push(this.dataFactory.quad(m,this.dataFactory.namedNode(it.RDF+"object"),u,this.defaultGraph)))}claimNodeId(l){if(!this.allowDuplicateRdfIds){if(this.nodeIds[l.value])throw this.newParseError(`Found multiple occurrences of rdf:ID='${l.value}'.`);this.nodeIds[l.value]=!0}}onText(l){const d=this.activeTagStack.length?this.activeTagStack[this.activeTagStack.length-1]:null;d&&(d.childrenStringTags?d.childrenStringTags.push(l):d.predicate&&(d.text=l))}onCloseTag(){const l=this.activeTagStack.pop(),d=this.activeTagStack.length?this.activeTagStack[this.activeTagStack.length-1]:null;if(l.childrenStringEmitClosingTag&&l.childrenStringTags.push(l.childrenStringEmitClosingTag),l.childrenTagsToString&&(l.datatype=this.dataFactory.namedNode(it.RDF+"XMLLiteral"),l.text=l.childrenStringTags.join(""),l.hadChildren=!1),l.childrenTagsToTripleTerms&&l.predicate&&l.rdfVersion){if(l.childrenTripleTerms.length!==1)throw this.newParseError(`Expected exactly one triple term in rdf:parseType="Triple" but got ${l.childrenTripleTerms.length}`);for(const u of l.childrenTripleTerms)this.emitTriple(l.subject,l.predicate,u,null,d.childrenTripleTerms,d.reifier);l.predicateEmitted=!0}if(l.childrenCollectionSubject)this.emitTriple(l.childrenCollectionSubject,l.childrenCollectionPredicate,this.dataFactory.namedNode(it.RDF+"nil"),null,l.childrenTripleTerms);else if(l.predicate){if(!l.hadChildren&&l.childrenParseType!==a.PROPERTY)this.emitTriple(l.subject,l.predicate,this.createLiteral(l.text||"",l),l.reifiedStatementId,l.childrenTripleTerms,l.reifier);else if(!l.predicateEmitted){const u=this.dataFactory.blankNode();this.emitTriple(l.subject,l.predicate,u,l.reifiedStatementId,l.childrenTripleTerms,l.reifier);for(let m=0;m<l.predicateSubPredicates.length;m++)this.emitTriple(u,l.predicateSubPredicates[m],l.predicateSubObjects[m],null,l.childrenTripleTerms)}}}onDoctype(l){l.replace(/<!ENTITY\s+([^\s]+)\s+["']([^"']+)["']\s*>/g,(d,u,m)=>(this.saxParser.ENTITIES[u]=m,""))}setDirection(l,d){if(d){if(d!=="ltr"&&d!=="rtl")throw this.newParseError(`Base directions must either be 'ltr' or 'rtl', while '${d}' was found.`);l.direction=d}else delete l.direction}setVersion(l,d){l.rdfVersion=d,this.emit("version",d)}};Or.RdfXmlParser=o,o.MIME_TYPE="application/rdf+xml",o.RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#",o.XML="http://www.w3.org/XML/1998/namespace",o.ITS="http://www.w3.org/2005/11/its",o.FORBIDDEN_NODE_ELEMENTS=["RDF","ID","about","bagID","parseType","resource","nodeID","li","aboutEach","aboutEachPrefix"],o.FORBIDDEN_PROPERTY_ELEMENTS=["Description","RDF","ID","about","bagID","parseType","resource","nodeID","aboutEach","aboutEachPrefix"],o.NCNAME_MATCHER=/^([A-Za-z\xC0-\xD6\xD8-\xF6\u{F8}-\u{2FF}\u{370}-\u{37D}\u{37F}-\u{1FFF}\u{200C}-\u{200D}\u{2070}-\u{218F}\u{2C00}-\u{2FEF}\u{3001}-\u{D7FF}\u{F900}-\u{FDCF}\u{FDF0}-\u{FFFD}\u{10000}-\u{EFFFF}_])([A-Za-z\xC0-\xD6\xD8-\xF6\u{F8}-\u{2FF}\u{370}-\u{37D}\u{37F}-\u{1FFF}\u{200C}-\u{200D}\u{2070}-\u{218F}\u{2C00}-\u{2FEF}\u{3001}-\u{D7FF}\u{F900}-\u{FDCF}\u{FDF0}-\u{FFFD}\u{10000}-\u{EFFFF}_\-.0-9#xB7\u{0300}-\u{036F}\u{203F}-\u{2040}])*$/u;var a;return function(c){c[c.RESOURCE=0]="RESOURCE",c[c.PROPERTY=1]="PROPERTY"}(a||(Or.ParseType=a={})),Or}var nh;function Yb(){return nh||(nh=1,function(i){var e=Lr&&Lr.__createBinding||(Object.create?function(r,n,s,o){o===void 0&&(o=s);var a=Object.getOwnPropertyDescriptor(n,s);(!a||("get"in a?!n.__esModule:a.writable||a.configurable))&&(a={enumerable:!0,get:function(){return n[s]}}),Object.defineProperty(r,o,a)}:function(r,n,s,o){o===void 0&&(o=s),r[o]=n[s]}),t=Lr&&Lr.__exportStar||function(r,n){for(var s in r)s!=="default"&&!Object.prototype.hasOwnProperty.call(n,s)&&e(n,r,s)};Object.defineProperty(i,"__esModule",{value:!0}),t(Jb(),i)}(Lr)),Lr}var Zb=Yb(),za={},Ha,sh;function nd(){return sh||(sh=1,Ha=class Dp{constructor(e,t=new Map,r=0){this.prefix=e,this._existing=t,this.counter=r}clone(){const{prefix:e,_existing:t,counter:r}=this;return new Dp(e,new Map(t),r)}getId(e){const t=e&&this._existing.get(e);if(t)return t;const r=this.prefix+this.counter;return this.counter++,e&&this._existing.set(e,r),r}hasId(e){return this._existing.has(e)}getOldIds(){return[...this._existing.keys()]}}),Ha}var Wa={},oh;function ey(){return oh||(oh=1,function(i,e){if(i.setImmediate)return;var t=1,r={},n=!1,s=i.document,o;function a(k){typeof k!="function"&&(k=new Function(""+k));for(var y=new Array(arguments.length-1),h=0;h<y.length;h++)y[h]=arguments[h+1];var p={callback:k,args:y};return r[t]=p,o(t),t++}function c(k){delete r[k]}function l(k){var y=k.callback,h=k.args;switch(h.length){case 0:y();break;case 1:y(h[0]);break;case 2:y(h[0],h[1]);break;case 3:y(h[0],h[1],h[2]);break;default:y.apply(e,h);break}}function d(k){if(n)setTimeout(d,0,k);else{var y=r[k];if(y){n=!0;try{l(y)}finally{c(k),n=!1}}}}function u(){o=function(k){process.nextTick(function(){d(k)})}}function m(){if(i.postMessage&&!i.importScripts){var k=!0,y=i.onmessage;return i.onmessage=function(){k=!1},i.postMessage("","*"),i.onmessage=y,k}}function g(){var k="setImmediate$"+Math.random()+"$",y=function(h){h.source===i&&typeof h.data=="string"&&h.data.indexOf(k)===0&&d(+h.data.slice(k.length))};i.addEventListener?i.addEventListener("message",y,!1):i.attachEvent("onmessage",y),o=function(h){i.postMessage(k+h,"*")}}function v(){var k=new MessageChannel;k.port1.onmessage=function(y){var h=y.data;d(h)},o=function(y){k.port2.postMessage(y)}}function _(){var k=s.documentElement;o=function(y){var h=s.createElement("script");h.onreadystatechange=function(){d(y),h.onreadystatechange=null,k.removeChild(h),h=null},k.appendChild(h)}}function E(){o=function(k){setTimeout(d,0,k)}}var x=Object.getPrototypeOf&&Object.getPrototypeOf(i);x=x&&x.setTimeout?x:i,{}.toString.call(i.process)==="[object process]"?u():m()?g():i.MessageChannel?v():s&&"onreadystatechange"in s.createElement("script")?_():E(),x.setImmediate=a,x.clearImmediate=c}(typeof self>"u"?typeof un>"u"?Wa:un:self)),Wa}/*!
329
329
  * Copyright (c) 2016-2022 Digital Bazaar, Inc. All rights reserved.
330
- */var Ga,ah;function Jo(){if(ah)return Ga;ah=1,Zb();const i=self.crypto||self.msCrypto;return Ga=class{constructor(t){if(!(i&&i.subtle))throw new Error("crypto.subtle not found.");if(t==="sha256")this.algorithm={name:"SHA-256"};else if(t==="sha1")this.algorithm={name:"SHA-1"};else throw new Error(`Unsupported algorithm "${t}".`);this._content=""}update(t){this._content+=t}async digest(){const t=new TextEncoder().encode(this._content),r=new Uint8Array(await i.subtle.digest(this.algorithm,t));let n="";for(let s=0;s<r.length;++s)n+=r[s].toString(16).padStart(2,"0");return n}},Ga}/*!
330
+ */var Ga,ah;function Jo(){if(ah)return Ga;ah=1,ey();const i=self.crypto||self.msCrypto;return Ga=class{constructor(t){if(!(i&&i.subtle))throw new Error("crypto.subtle not found.");if(t==="sha256")this.algorithm={name:"SHA-256"};else if(t==="sha1")this.algorithm={name:"SHA-1"};else throw new Error(`Unsupported algorithm "${t}".`);this._content=""}update(t){this._content+=t}async digest(){const t=new TextEncoder().encode(this._content),r=new Uint8Array(await i.subtle.digest(this.algorithm,t));let n="";for(let s=0;s<r.length;++s)n+=r[s].toString(16).padStart(2,"0");return n}},Ga}/*!
331
331
  * Copyright (c) 2016-2022 Digital Bazaar, Inc. All rights reserved.
332
332
  */var Ka,lh;function Lp(){return lh||(lh=1,Ka=class{constructor(e){this.current=e.sort(),this.done=!1,this.dir=new Map;for(let t=0;t<e.length;++t)this.dir.set(e[t],!0)}hasNext(){return!this.done}next(){const{current:e,dir:t}=this,r=e.slice();let n=null,s=0;const o=e.length;for(let a=0;a<o;++a){const c=e[a],l=t.get(c);(n===null||c>n)&&(l&&a>0&&c>e[a-1]||!l&&a<o-1&&c>e[a+1])&&(n=c,s=a)}if(n===null)this.done=!0;else{const a=t.get(n)?s-1:s+1;e[s]=e[a],e[a]=n;for(const c of e)c>n&&t.set(c,!t.get(c))}return r}}),Ka}/*!
333
333
  * Copyright (c) 2016-2022 Digital Bazaar, Inc. All rights reserved.
@@ -338,12 +338,12 @@ a, a:visited { color: inherit; }
338
338
  * Copyright (c) 2016-2022 Digital Bazaar, Inc. All rights reserved.
339
339
  */var Qa,dh;function Op(){if(dh)return Qa;dh=1;const i=nd(),e=Jo(),t=Lp(),r=sd();Qa=class{constructor({createMessageDigest:o=()=>new e("sha256"),canonicalIdMap:a=new Map,maxDeepIterations:c=1/0}={}){this.name="URDNA2015",this.blankNodeInfo=new Map,this.canonicalIssuer=new i("_:c14n",a),this.createMessageDigest=o,this.maxDeepIterations=c,this.quads=null,this.deepIterations=null}async main(o){this.deepIterations=new Map,this.quads=o;for(const g of o)this._addBlankNodeQuadInfo({quad:g,component:g.subject}),this._addBlankNodeQuadInfo({quad:g,component:g.object}),this._addBlankNodeQuadInfo({quad:g,component:g.graph});const a=new Map,c=[...this.blankNodeInfo.keys()];let l=0;for(const g of c)++l%100===0&&await this._yield(),await this._hashAndTrackBlankNode({id:g,hashToBlankNodes:a});const d=[...a.keys()].sort(),u=[];for(const g of d){const v=a.get(g);if(v.length>1){u.push(v);continue}const _=v[0];this.canonicalIssuer.getId(_)}for(const g of u){const v=[];for(const _ of g){if(this.canonicalIssuer.hasId(_))continue;const E=new i("_:b");E.getId(_);const x=await this.hashNDegreeQuads(_,E);v.push(x)}v.sort(n);for(const _ of v){const E=_.issuer.getOldIds();for(const x of E)this.canonicalIssuer.getId(x)}}const m=[];for(const g of this.quads){const v=r.serializeQuadComponents(this._componentWithCanonicalId(g.subject),g.predicate,this._componentWithCanonicalId(g.object),this._componentWithCanonicalId(g.graph));m.push(v)}return m.sort(),m.join("")}async hashFirstDegreeQuads(o){const a=[],c=this.blankNodeInfo.get(o),l=c.quads;for(const u of l){const m={subject:null,predicate:u.predicate,object:null,graph:null};m.subject=this.modifyFirstDegreeComponent(o,u.subject,"subject"),m.object=this.modifyFirstDegreeComponent(o,u.object,"object"),m.graph=this.modifyFirstDegreeComponent(o,u.graph,"graph"),a.push(r.serializeQuad(m))}a.sort();const d=this.createMessageDigest();for(const u of a)d.update(u);return c.hash=await d.digest(),c.hash}async hashRelatedBlankNode(o,a,c,l){let d;this.canonicalIssuer.hasId(o)?d=this.canonicalIssuer.getId(o):c.hasId(o)?d=c.getId(o):d=this.blankNodeInfo.get(o).hash;const u=this.createMessageDigest();return u.update(l),l!=="g"&&u.update(this.getRelatedPredicate(a)),u.update(d),u.digest()}async hashNDegreeQuads(o,a){const c=this.deepIterations.get(o)||0;if(c>this.maxDeepIterations)throw new Error(`Maximum deep iterations (${this.maxDeepIterations}) exceeded.`);this.deepIterations.set(o,c+1);const l=this.createMessageDigest(),d=await this.createHashToRelated(o,a),u=[...d.keys()].sort();for(const m of u){l.update(m);let g="",v;const _=new t(d.get(m));let E=0;for(;_.hasNext();){const x=_.next();++E%3===0&&await this._yield();let k=a.clone(),y="";const h=[];let p=!1;for(const T of x)if(this.canonicalIssuer.hasId(T)?y+=this.canonicalIssuer.getId(T):(k.hasId(T)||h.push(T),y+=k.getId(T)),g.length!==0&&y>g){p=!0;break}if(!p){for(const T of h){const N=await this.hashNDegreeQuads(T,k);if(y+=k.getId(T),y+=`<${N.hash}>`,k=N.issuer,g.length!==0&&y>g){p=!0;break}}p||(g.length===0||y<g)&&(g=y,v=k)}}l.update(g),a=v}return{hash:await l.digest(),issuer:a}}modifyFirstDegreeComponent(o,a){return a.termType!=="BlankNode"?a:{termType:"BlankNode",value:a.value===o?"_:a":"_:z"}}getRelatedPredicate(o){return`<${o.predicate.value}>`}async createHashToRelated(o,a){const c=new Map,l=this.blankNodeInfo.get(o).quads;let d=0;for(const u of l)++d%100===0&&await this._yield(),await Promise.all([this._addRelatedBlankNodeHash({quad:u,component:u.subject,position:"s",id:o,issuer:a,hashToRelated:c}),this._addRelatedBlankNodeHash({quad:u,component:u.object,position:"o",id:o,issuer:a,hashToRelated:c}),this._addRelatedBlankNodeHash({quad:u,component:u.graph,position:"g",id:o,issuer:a,hashToRelated:c})]);return c}async _hashAndTrackBlankNode({id:o,hashToBlankNodes:a}){const c=await this.hashFirstDegreeQuads(o),l=a.get(c);l?l.push(o):a.set(c,[o])}_addBlankNodeQuadInfo({quad:o,component:a}){if(a.termType!=="BlankNode")return;const c=a.value,l=this.blankNodeInfo.get(c);l?l.quads.add(o):this.blankNodeInfo.set(c,{quads:new Set([o]),hash:null})}async _addRelatedBlankNodeHash({quad:o,component:a,position:c,id:l,issuer:d,hashToRelated:u}){if(!(a.termType==="BlankNode"&&a.value!==l))return;const m=a.value,g=await this.hashRelatedBlankNode(m,o,d,c),v=u.get(g);v?v.push(m):u.set(g,[m])}_componentWithCanonicalId(o){return o.termType==="BlankNode"&&!o.value.startsWith(this.canonicalIssuer.prefix)?{termType:"BlankNode",value:this.canonicalIssuer.getId(o.value)}:o}async _yield(){return new Promise(o=>setImmediate(o))}};function n(s,o){return s.hash<o.hash?-1:s.hash>o.hash?1:0}return Qa}/*!
340
340
  * Copyright (c) 2016-2022 Digital Bazaar, Inc. All rights reserved.
341
- */var Ja,uh;function ey(){if(uh)return Ja;uh=1;const i=Jo(),e=Op();return Ja=class extends e{constructor(){super(),this.name="URGNA2012",this.createMessageDigest=()=>new i("sha1")}modifyFirstDegreeComponent(r,n,s){return n.termType!=="BlankNode"?n:s==="graph"?{termType:"BlankNode",value:"_:g"}:{termType:"BlankNode",value:n.value===r?"_:a":"_:z"}}getRelatedPredicate(r){return r.predicate.value}async createHashToRelated(r,n){const s=new Map,o=this.blankNodeInfo.get(r).quads;let a=0;for(const c of o){let l,d;if(c.subject.termType==="BlankNode"&&c.subject.value!==r)d=c.subject.value,l="p";else if(c.object.termType==="BlankNode"&&c.object.value!==r)d=c.object.value,l="r";else continue;++a%100===0&&await this._yield();const u=await this.hashRelatedBlankNode(d,c,n,l),m=s.get(u);m?m.push(d):s.set(u,[d])}return s}},Ja}/*!
341
+ */var Ja,uh;function ty(){if(uh)return Ja;uh=1;const i=Jo(),e=Op();return Ja=class extends e{constructor(){super(),this.name="URGNA2012",this.createMessageDigest=()=>new i("sha1")}modifyFirstDegreeComponent(r,n,s){return n.termType!=="BlankNode"?n:s==="graph"?{termType:"BlankNode",value:"_:g"}:{termType:"BlankNode",value:n.value===r?"_:a":"_:z"}}getRelatedPredicate(r){return r.predicate.value}async createHashToRelated(r,n){const s=new Map,o=this.blankNodeInfo.get(r).quads;let a=0;for(const c of o){let l,d;if(c.subject.termType==="BlankNode"&&c.subject.value!==r)d=c.subject.value,l="p";else if(c.object.termType==="BlankNode"&&c.object.value!==r)d=c.object.value,l="r";else continue;++a%100===0&&await this._yield();const u=await this.hashRelatedBlankNode(d,c,n,l),m=s.get(u);m?m.push(d):s.set(u,[d])}return s}},Ja}/*!
342
342
  * Copyright (c) 2016-2022 Digital Bazaar, Inc. All rights reserved.
343
343
  */var Ya,hh;function Pp(){if(hh)return Ya;hh=1;const i=nd(),e=Jo(),t=Lp(),r=sd();Ya=class{constructor({createMessageDigest:o=()=>new e("sha256"),canonicalIdMap:a=new Map,maxDeepIterations:c=1/0}={}){this.name="URDNA2015",this.blankNodeInfo=new Map,this.canonicalIssuer=new i("_:c14n",a),this.createMessageDigest=o,this.maxDeepIterations=c,this.quads=null,this.deepIterations=null}main(o){this.deepIterations=new Map,this.quads=o;for(const m of o)this._addBlankNodeQuadInfo({quad:m,component:m.subject}),this._addBlankNodeQuadInfo({quad:m,component:m.object}),this._addBlankNodeQuadInfo({quad:m,component:m.graph});const a=new Map,c=[...this.blankNodeInfo.keys()];for(const m of c)this._hashAndTrackBlankNode({id:m,hashToBlankNodes:a});const l=[...a.keys()].sort(),d=[];for(const m of l){const g=a.get(m);if(g.length>1){d.push(g);continue}const v=g[0];this.canonicalIssuer.getId(v)}for(const m of d){const g=[];for(const v of m){if(this.canonicalIssuer.hasId(v))continue;const _=new i("_:b");_.getId(v);const E=this.hashNDegreeQuads(v,_);g.push(E)}g.sort(n);for(const v of g){const _=v.issuer.getOldIds();for(const E of _)this.canonicalIssuer.getId(E)}}const u=[];for(const m of this.quads){const g=r.serializeQuadComponents(this._componentWithCanonicalId({component:m.subject}),m.predicate,this._componentWithCanonicalId({component:m.object}),this._componentWithCanonicalId({component:m.graph}));u.push(g)}return u.sort(),u.join("")}hashFirstDegreeQuads(o){const a=[],c=this.blankNodeInfo.get(o),l=c.quads;for(const u of l){const m={subject:null,predicate:u.predicate,object:null,graph:null};m.subject=this.modifyFirstDegreeComponent(o,u.subject,"subject"),m.object=this.modifyFirstDegreeComponent(o,u.object,"object"),m.graph=this.modifyFirstDegreeComponent(o,u.graph,"graph"),a.push(r.serializeQuad(m))}a.sort();const d=this.createMessageDigest();for(const u of a)d.update(u);return c.hash=d.digest(),c.hash}hashRelatedBlankNode(o,a,c,l){let d;this.canonicalIssuer.hasId(o)?d=this.canonicalIssuer.getId(o):c.hasId(o)?d=c.getId(o):d=this.blankNodeInfo.get(o).hash;const u=this.createMessageDigest();return u.update(l),l!=="g"&&u.update(this.getRelatedPredicate(a)),u.update(d),u.digest()}hashNDegreeQuads(o,a){const c=this.deepIterations.get(o)||0;if(c>this.maxDeepIterations)throw new Error(`Maximum deep iterations (${this.maxDeepIterations}) exceeded.`);this.deepIterations.set(o,c+1);const l=this.createMessageDigest(),d=this.createHashToRelated(o,a),u=[...d.keys()].sort();for(const m of u){l.update(m);let g="",v;const _=new t(d.get(m));for(;_.hasNext();){const E=_.next();let x=a.clone(),k="";const y=[];let h=!1;for(const p of E)if(this.canonicalIssuer.hasId(p)?k+=this.canonicalIssuer.getId(p):(x.hasId(p)||y.push(p),k+=x.getId(p)),g.length!==0&&k>g){h=!0;break}if(!h){for(const p of y){const T=this.hashNDegreeQuads(p,x);if(k+=x.getId(p),k+=`<${T.hash}>`,x=T.issuer,g.length!==0&&k>g){h=!0;break}}h||(g.length===0||k<g)&&(g=k,v=x)}}l.update(g),a=v}return{hash:l.digest(),issuer:a}}modifyFirstDegreeComponent(o,a){return a.termType!=="BlankNode"?a:{termType:"BlankNode",value:a.value===o?"_:a":"_:z"}}getRelatedPredicate(o){return`<${o.predicate.value}>`}createHashToRelated(o,a){const c=new Map,l=this.blankNodeInfo.get(o).quads;for(const d of l)this._addRelatedBlankNodeHash({quad:d,component:d.subject,position:"s",id:o,issuer:a,hashToRelated:c}),this._addRelatedBlankNodeHash({quad:d,component:d.object,position:"o",id:o,issuer:a,hashToRelated:c}),this._addRelatedBlankNodeHash({quad:d,component:d.graph,position:"g",id:o,issuer:a,hashToRelated:c});return c}_hashAndTrackBlankNode({id:o,hashToBlankNodes:a}){const c=this.hashFirstDegreeQuads(o),l=a.get(c);l?l.push(o):a.set(c,[o])}_addBlankNodeQuadInfo({quad:o,component:a}){if(a.termType!=="BlankNode")return;const c=a.value,l=this.blankNodeInfo.get(c);l?l.quads.add(o):this.blankNodeInfo.set(c,{quads:new Set([o]),hash:null})}_addRelatedBlankNodeHash({quad:o,component:a,position:c,id:l,issuer:d,hashToRelated:u}){if(!(a.termType==="BlankNode"&&a.value!==l))return;const m=a.value,g=this.hashRelatedBlankNode(m,o,d,c),v=u.get(g);v?v.push(m):u.set(g,[m])}_componentWithCanonicalId({component:o}){return o.termType==="BlankNode"&&!o.value.startsWith(this.canonicalIssuer.prefix)?{termType:"BlankNode",value:this.canonicalIssuer.getId(o.value)}:o}};function n(s,o){return s.hash<o.hash?-1:s.hash>o.hash?1:0}return Ya}/*!
344
344
  * Copyright (c) 2016-2021 Digital Bazaar, Inc. All rights reserved.
345
- */var Za,fh;function ty(){if(fh)return Za;fh=1;const i=Jo(),e=Pp();return Za=class extends e{constructor(){super(),this.name="URGNA2012",this.createMessageDigest=()=>new i("sha1")}modifyFirstDegreeComponent(r,n,s){return n.termType!=="BlankNode"?n:s==="graph"?{termType:"BlankNode",value:"_:g"}:{termType:"BlankNode",value:n.value===r?"_:a":"_:z"}}getRelatedPredicate(r){return r.predicate.value}createHashToRelated(r,n){const s=new Map,o=this.blankNodeInfo.get(r).quads;for(const a of o){let c,l;if(a.subject.termType==="BlankNode"&&a.subject.value!==r)l=a.subject.value,c="p";else if(a.object.termType==="BlankNode"&&a.object.value!==r)l=a.object.value,c="r";else continue;const d=this.hashRelatedBlankNode(l,a,n,c),u=s.get(d);u?u.push(l):s.set(d,[l])}return s}},Za}const iy={},ry=Object.freeze(Object.defineProperty({__proto__:null,default:iy},Symbol.toStringTag,{value:"Module"})),ny=Nm(ry);var ph;function sy(){return ph||(ph=1,function(i){const e=Op(),t=ey(),r=Pp(),n=ty();let s;try{s=ny}catch{}function o(a){return Array.isArray(a)?a:i.NQuads.legacyDatasetToQuads(a)}i.NQuads=sd(),i.IdentifierIssuer=nd(),i._rdfCanonizeNative=function(a){return a&&(s=a),s},i.canonize=async function(a,c){const l=o(a);if(c.useNative){if(!s)throw new Error("rdf-canonize-native not available");if(c.createMessageDigest)throw new Error('"createMessageDigest" cannot be used with "useNative".');return new Promise((d,u)=>s.canonize(l,c,(m,g)=>m?u(m):d(g)))}if(c.algorithm==="URDNA2015")return new e(c).main(l);if(c.algorithm==="URGNA2012"){if(c.createMessageDigest)throw new Error('"createMessageDigest" cannot be used with "URGNA2012".');return new t(c).main(l)}throw"algorithm"in c?new Error("Invalid RDF Dataset Canonicalization algorithm: "+c.algorithm):new Error("No RDF Dataset Canonicalization algorithm specified.")},i._canonizeSync=function(a,c){const l=o(a);if(c.useNative){if(!s)throw new Error("rdf-canonize-native not available");if(c.createMessageDigest)throw new Error('"createMessageDigest" cannot be used with "useNative".');return s.canonizeSync(l,c)}if(c.algorithm==="URDNA2015")return new r(c).main(l);if(c.algorithm==="URGNA2012"){if(c.createMessageDigest)throw new Error('"createMessageDigest" cannot be used with "URGNA2012".');return new n(c).main(l)}throw"algorithm"in c?new Error("Invalid RDF Dataset Canonicalization algorithm: "+c.algorithm):new Error("No RDF Dataset Canonicalization algorithm specified.")}}(za)),za}var el,mh;function od(){return mh||(mh=1,el=sy()),el}var tl,gh;function mi(){if(gh)return tl;gh=1;const i={};return tl=i,i.isArray=Array.isArray,i.isBoolean=e=>typeof e=="boolean"||Object.prototype.toString.call(e)==="[object Boolean]",i.isDouble=e=>i.isNumber(e)&&(String(e).indexOf(".")!==-1||Math.abs(e)>=1e21),i.isEmptyObject=e=>i.isObject(e)&&Object.keys(e).length===0,i.isNumber=e=>typeof e=="number"||Object.prototype.toString.call(e)==="[object Number]",i.isNumeric=e=>!isNaN(parseFloat(e))&&isFinite(e),i.isObject=e=>Object.prototype.toString.call(e)==="[object Object]",i.isString=e=>typeof e=="string"||Object.prototype.toString.call(e)==="[object String]",i.isUndefined=e=>typeof e>"u",tl}var il,bh;function cr(){if(bh)return il;bh=1;const i=mi(),e={};return il=e,e.isSubject=t=>i.isObject(t)&&!("@value"in t||"@set"in t||"@list"in t)?Object.keys(t).length>1||!("@id"in t):!1,e.isSubjectReference=t=>i.isObject(t)&&Object.keys(t).length===1&&"@id"in t,e.isValue=t=>i.isObject(t)&&"@value"in t,e.isList=t=>i.isObject(t)&&"@list"in t,e.isGraph=t=>i.isObject(t)&&"@graph"in t&&Object.keys(t).filter(r=>r!=="@id"&&r!=="@index").length===1,e.isSimpleGraph=t=>e.isGraph(t)&&!("@id"in t),e.isBlankNode=t=>{if(i.isObject(t)){if("@id"in t){const r=t["@id"];return!i.isString(r)||r.indexOf("_:")===0}return Object.keys(t).length===0||!("@value"in t||"@set"in t||"@list"in t)}return!1},il}var rl,yh;function Si(){return yh||(yh=1,rl=class extends Error{constructor(e="An unspecified JSON-LD error occurred.",t="jsonld.Error",r={}){super(e),this.name=t,this.message=e,this.details=r}}),rl}var nl,vh;function vi(){if(vh)return nl;vh=1;const i=cr(),e=mi(),t=od().IdentifierIssuer,r=Si(),n=/^[a-zA-Z]{1,8}(-[a-zA-Z0-9]{1,8})*$/,s=/(?:<[^>]*?>|"[^"]*?"|[^,])+/g,o=/\s*<([^>]*?)>\s*(?:;\s*(.*))?/,a=/(.*?)=(?:(?:"([^"]*?)")|([^"]*?))\s*(?:(?:;\s*)|$)/g,c=/^@[a-zA-Z]+$/,l={headers:{accept:"application/ld+json, application/json"}},d={};nl=d,d.IdentifierIssuer=t,d.REGEX_BCP47=n,d.REGEX_KEYWORD=c,d.clone=function(m){if(m&&typeof m=="object"){let g;if(e.isArray(m)){g=[];for(let v=0;v<m.length;++v)g[v]=d.clone(m[v])}else if(m instanceof Map){g=new Map;for(const[v,_]of m)g.set(v,d.clone(_))}else if(m instanceof Set){g=new Set;for(const v of m)g.add(d.clone(v))}else if(e.isObject(m)){g={};for(const v in m)g[v]=d.clone(m[v])}else g=m.toString();return g}return m},d.asArray=function(m){return Array.isArray(m)?m:[m]},d.buildHeaders=(m={})=>{if(Object.keys(m).some(v=>v.toLowerCase()==="accept"))throw new RangeError('Accept header may not be specified; only "'+l.headers.accept+'" is supported.');return Object.assign({Accept:l.headers.accept},m)},d.parseLinkHeader=m=>{const g={},v=m.match(s);for(let _=0;_<v.length;++_){let E=v[_].match(o);if(!E)continue;const x={target:E[1]},k=E[2];for(;E=a.exec(k);)x[E[1]]=E[2]===void 0?E[3]:E[2];const y=x.rel||"";Array.isArray(g[y])?g[y].push(x):g.hasOwnProperty(y)?g[y]=[g[y],x]:g[y]=x}return g},d.validateTypeValue=(m,g)=>{if(!e.isString(m)&&!(e.isArray(m)&&m.every(v=>e.isString(v)))){if(g&&e.isObject(m))switch(Object.keys(m).length){case 0:return;case 1:if("@default"in m&&d.asArray(m["@default"]).every(v=>e.isString(v)))return}throw new r('Invalid JSON-LD syntax; "@type" value must a string, an array of strings, an empty object, or a default object.',"jsonld.SyntaxError",{code:"invalid type value",value:m})}},d.hasProperty=(m,g)=>{if(m.hasOwnProperty(g)){const v=m[g];return!e.isArray(v)||v.length>0}return!1},d.hasValue=(m,g,v)=>{if(d.hasProperty(m,g)){let _=m[g];const E=i.isList(_);if(e.isArray(_)||E){E&&(_=_["@list"]);for(let x=0;x<_.length;++x)if(d.compareValues(v,_[x]))return!0}else if(!e.isArray(v))return d.compareValues(v,_)}return!1},d.addValue=(m,g,v,_)=>{if(_=_||{},"propertyIsArray"in _||(_.propertyIsArray=!1),"valueIsArray"in _||(_.valueIsArray=!1),"allowDuplicate"in _||(_.allowDuplicate=!0),"prependValue"in _||(_.prependValue=!1),_.valueIsArray)m[g]=v;else if(e.isArray(v)){v.length===0&&_.propertyIsArray&&!m.hasOwnProperty(g)&&(m[g]=[]),_.prependValue&&(v=v.concat(m[g]),m[g]=[]);for(let E=0;E<v.length;++E)d.addValue(m,g,v[E],_)}else if(m.hasOwnProperty(g)){const E=!_.allowDuplicate&&d.hasValue(m,g,v);!e.isArray(m[g])&&(!E||_.propertyIsArray)&&(m[g]=[m[g]]),E||(_.prependValue?m[g].unshift(v):m[g].push(v))}else m[g]=_.propertyIsArray?[v]:v},d.getValues=(m,g)=>[].concat(m[g]||[]),d.removeProperty=(m,g)=>{delete m[g]},d.removeValue=(m,g,v,_)=>{_=_||{},"propertyIsArray"in _||(_.propertyIsArray=!1);const E=d.getValues(m,g).filter(x=>!d.compareValues(x,v));E.length===0?d.removeProperty(m,g):E.length===1&&!_.propertyIsArray?m[g]=E[0]:m[g]=E},d.relabelBlankNodes=(m,g)=>{g=g||{};const v=g.issuer||new t("_:b");return u(v,m)},d.compareValues=(m,g)=>m===g||i.isValue(m)&&i.isValue(g)&&m["@value"]===g["@value"]&&m["@type"]===g["@type"]&&m["@language"]===g["@language"]&&m["@index"]===g["@index"]?!0:e.isObject(m)&&"@id"in m&&e.isObject(g)&&"@id"in g?m["@id"]===g["@id"]:!1,d.compareShortestLeast=(m,g)=>m.length<g.length?-1:g.length<m.length?1:m===g?0:m<g?-1:1;function u(m,g){if(e.isArray(g))for(let v=0;v<g.length;++v)g[v]=u(m,g[v]);else if(i.isList(g))g["@list"]=u(m,g["@list"]);else if(e.isObject(g)){i.isBlankNode(g)&&(g["@id"]=m.getId(g["@id"]));const v=Object.keys(g).sort();for(let _=0;_<v.length;++_){const E=v[_];E!=="@id"&&(g[E]=u(m,g[E]))}}return g}return nl}var sl,wh;function ad(){if(wh)return sl;wh=1;const i="http://www.w3.org/1999/02/22-rdf-syntax-ns#",e="http://www.w3.org/2001/XMLSchema#";return sl={LINK_HEADER_REL:"http://www.w3.org/ns/json-ld#context",LINK_HEADER_CONTEXT:"http://www.w3.org/ns/json-ld#context",RDF:i,RDF_LIST:i+"List",RDF_FIRST:i+"first",RDF_REST:i+"rest",RDF_NIL:i+"nil",RDF_TYPE:i+"type",RDF_PLAIN_LITERAL:i+"PlainLiteral",RDF_XML_LITERAL:i+"XMLLiteral",RDF_JSON_LITERAL:i+"JSON",RDF_OBJECT:i+"object",RDF_LANGSTRING:i+"langString",XSD:e,XSD_BOOLEAN:e+"boolean",XSD_DOUBLE:e+"double",XSD_INTEGER:e+"integer",XSD_STRING:e+"string"},sl}var ol,_h;function Mp(){return _h||(_h=1,ol=class{constructor(){this._requests={}}wrapLoader(e){const t=this;return t._loader=e,function(){return t.add.apply(t,arguments)}}async add(e){let t=this._requests[e];if(t)return Promise.resolve(t);t=this._requests[e]=this._loader(e);try{return await t}finally{delete this._requests[e]}}}),ol}var al,xh;function Ir(){if(xh)return al;xh=1;const i=mi(),e={};al=e,e.parsers={simple:{keys:["href","scheme","authority","path","query","fragment"],regex:/^(?:([^:\/?#]+):)?(?:\/\/([^\/?#]*))?([^?#]*)(?:\?([^#]*))?(?:#(.*))?/},full:{keys:["href","protocol","scheme","authority","auth","user","password","hostname","port","path","directory","file","query","fragment"],regex:/^(([a-zA-Z][a-zA-Z0-9+-.]*):)?(?:\/\/((?:(([^:@]*)(?::([^:@]*))?)?@)?([^:\/?#]*)(?::(\d*))?))?(?:(((?:[^?#\/]*\/)*)([^?#]*))(?:\?([^#]*))?(?:#(.*))?)/}},e.parse=(r,n)=>{const s={},o=e.parsers[n||"full"],a=o.regex.exec(r);let c=o.keys.length;for(;c--;)s[o.keys[c]]=a[c]===void 0?null:a[c];return(s.scheme==="https"&&s.port==="443"||s.scheme==="http"&&s.port==="80")&&(s.href=s.href.replace(":"+s.port,""),s.authority=s.authority.replace(":"+s.port,""),s.port=null),s.normalizedPath=e.removeDotSegments(s.path),s},e.prependBase=(r,n)=>{if(r===null||e.isAbsolute(n))return n;(!r||i.isString(r))&&(r=e.parse(r||""));const s=e.parse(n),o={protocol:r.protocol||""};if(s.authority!==null)o.authority=s.authority,o.path=s.path,o.query=s.query;else if(o.authority=r.authority,s.path==="")o.path=r.path,s.query!==null?o.query=s.query:o.query=r.query;else{if(s.path.indexOf("/")===0)o.path=s.path;else{let c=r.path;c=c.substr(0,c.lastIndexOf("/")+1),(c.length>0||r.authority)&&c.substr(-1)!=="/"&&(c+="/"),c+=s.path,o.path=c}o.query=s.query}s.path!==""&&(o.path=e.removeDotSegments(o.path));let a=o.protocol;return o.authority!==null&&(a+="//"+o.authority),a+=o.path,o.query!==null&&(a+="?"+o.query),s.fragment!==null&&(a+="#"+s.fragment),a===""&&(a="./"),a},e.removeBase=(r,n)=>{if(r===null)return n;(!r||i.isString(r))&&(r=e.parse(r||""));let s="";if(r.href!==""?s+=(r.protocol||"")+"//"+(r.authority||""):n.indexOf("//")&&(s+="//"),n.indexOf(s)!==0)return n;const o=e.parse(n.substr(s.length)),a=r.normalizedPath.split("/"),c=o.normalizedPath.split("/"),l=o.fragment||o.query?0:1;for(;a.length>0&&c.length>l&&a[0]===c[0];)a.shift(),c.shift();let d="";if(a.length>0){a.pop();for(let u=0;u<a.length;++u)d+="../"}return d+=c.join("/"),o.query!==null&&(d+="?"+o.query),o.fragment!==null&&(d+="#"+o.fragment),d===""&&(d="./"),d},e.removeDotSegments=r=>{if(r.length===0)return"";const n=r.split("/"),s=[];for(;n.length>0;){const o=n.shift(),a=n.length===0;if(o==="."){a&&s.push("");continue}if(o===".."){s.pop(),a&&s.push("");continue}s.push(o)}return r[0]==="/"&&s.length>0&&s[0]!==""&&s.unshift(""),s.length===1&&s[0]===""?"/":s.join("/")};const t=/^([A-Za-z][A-Za-z0-9+-.]*|_):[^\s]*$/;return e.isAbsolute=r=>i.isString(r)&&t.test(r),e.isRelative=r=>i.isString(r),al}var ll,Eh;function oy(){if(Eh)return ll;Eh=1;const{parseLinkHeader:i,buildHeaders:e}=vi(),{LINK_HEADER_CONTEXT:t}=ad(),r=Si(),n=Mp(),{prependBase:s}=Ir(),o=/(^|(\r\n))link:/i;ll=({secure:c,headers:l={},xhr:d}={headers:{}})=>{return l=e(l),new n().wrapLoader(m);async function m(g){if(g.indexOf("http:")!==0&&g.indexOf("https:")!==0)throw new r('URL could not be dereferenced; only "http" and "https" URLs are supported.',"jsonld.InvalidUrl",{code:"loading document failed",url:g});if(c&&g.indexOf("https")!==0)throw new r(`URL could not be dereferenced; secure mode is enabled and the URL's scheme is not "https".`,"jsonld.InvalidUrl",{code:"loading document failed",url:g});let v;try{v=await a(d,g,l)}catch(y){throw new r("URL could not be dereferenced, an error occurred.","jsonld.LoadDocumentError",{code:"loading document failed",url:g,cause:y})}if(v.status>=400)throw new r("URL could not be dereferenced: "+v.statusText,"jsonld.LoadDocumentError",{code:"loading document failed",url:g,httpStatusCode:v.status});let _={contextUrl:null,documentUrl:g,document:v.response},E=null;const x=v.getResponseHeader("Content-Type");let k;if(o.test(v.getAllResponseHeaders())&&(k=v.getResponseHeader("Link")),k&&x!=="application/ld+json"){const y=i(k),h=y[t];if(Array.isArray(h))throw new r("URL could not be dereferenced, it has more than one associated HTTP Link Header.","jsonld.InvalidUrl",{code:"multiple context link headers",url:g});h&&(_.contextUrl=h.target),E=y.alternate,E&&E.type=="application/ld+json"&&!(x||"").match(/^application\/(\w*\+)?json$/)&&(_=await m(s(g,E.target)))}return _}};function a(c,l,d){c=c||XMLHttpRequest;const u=new c;return new Promise((m,g)=>{u.onload=()=>m(u),u.onerror=v=>g(v),u.open("GET",l,!0);for(const v in d)u.setRequestHeader(v,d[v]);u.send()})}return ll}var cl,Sh;function ay(){if(Sh)return cl;Sh=1;const i=oy(),e={};return cl=e,e.setupDocumentLoaders=function(t){typeof XMLHttpRequest<"u"&&(t.documentLoaders.xhr=i,t.useDocumentLoader("xhr"))},e.setupGlobals=function(t){typeof globalThis.JsonLdProcessor>"u"&&Object.defineProperty(globalThis,"JsonLdProcessor",{writable:!0,enumerable:!1,configurable:!0,value:t.JsonLdProcessor})},cl}var dl,kh;function ly(){return kh||(kh=1,dl=function(i){i.prototype[Symbol.iterator]=function*(){for(let e=this.head;e;e=e.next)yield e.value}}),dl}var ul,Rh;function cy(){if(Rh)return ul;Rh=1,ul=i,i.Node=n,i.create=i;function i(s){var o=this;if(o instanceof i||(o=new i),o.tail=null,o.head=null,o.length=0,s&&typeof s.forEach=="function")s.forEach(function(l){o.push(l)});else if(arguments.length>0)for(var a=0,c=arguments.length;a<c;a++)o.push(arguments[a]);return o}i.prototype.removeNode=function(s){if(s.list!==this)throw new Error("removing node which does not belong to this list");var o=s.next,a=s.prev;return o&&(o.prev=a),a&&(a.next=o),s===this.head&&(this.head=o),s===this.tail&&(this.tail=a),s.list.length--,s.next=null,s.prev=null,s.list=null,o},i.prototype.unshiftNode=function(s){if(s!==this.head){s.list&&s.list.removeNode(s);var o=this.head;s.list=this,s.next=o,o&&(o.prev=s),this.head=s,this.tail||(this.tail=s),this.length++}},i.prototype.pushNode=function(s){if(s!==this.tail){s.list&&s.list.removeNode(s);var o=this.tail;s.list=this,s.prev=o,o&&(o.next=s),this.tail=s,this.head||(this.head=s),this.length++}},i.prototype.push=function(){for(var s=0,o=arguments.length;s<o;s++)t(this,arguments[s]);return this.length},i.prototype.unshift=function(){for(var s=0,o=arguments.length;s<o;s++)r(this,arguments[s]);return this.length},i.prototype.pop=function(){if(this.tail){var s=this.tail.value;return this.tail=this.tail.prev,this.tail?this.tail.next=null:this.head=null,this.length--,s}},i.prototype.shift=function(){if(this.head){var s=this.head.value;return this.head=this.head.next,this.head?this.head.prev=null:this.tail=null,this.length--,s}},i.prototype.forEach=function(s,o){o=o||this;for(var a=this.head,c=0;a!==null;c++)s.call(o,a.value,c,this),a=a.next},i.prototype.forEachReverse=function(s,o){o=o||this;for(var a=this.tail,c=this.length-1;a!==null;c--)s.call(o,a.value,c,this),a=a.prev},i.prototype.get=function(s){for(var o=0,a=this.head;a!==null&&o<s;o++)a=a.next;if(o===s&&a!==null)return a.value},i.prototype.getReverse=function(s){for(var o=0,a=this.tail;a!==null&&o<s;o++)a=a.prev;if(o===s&&a!==null)return a.value},i.prototype.map=function(s,o){o=o||this;for(var a=new i,c=this.head;c!==null;)a.push(s.call(o,c.value,this)),c=c.next;return a},i.prototype.mapReverse=function(s,o){o=o||this;for(var a=new i,c=this.tail;c!==null;)a.push(s.call(o,c.value,this)),c=c.prev;return a},i.prototype.reduce=function(s,o){var a,c=this.head;if(arguments.length>1)a=o;else if(this.head)c=this.head.next,a=this.head.value;else throw new TypeError("Reduce of empty list with no initial value");for(var l=0;c!==null;l++)a=s(a,c.value,l),c=c.next;return a},i.prototype.reduceReverse=function(s,o){var a,c=this.tail;if(arguments.length>1)a=o;else if(this.tail)c=this.tail.prev,a=this.tail.value;else throw new TypeError("Reduce of empty list with no initial value");for(var l=this.length-1;c!==null;l--)a=s(a,c.value,l),c=c.prev;return a},i.prototype.toArray=function(){for(var s=new Array(this.length),o=0,a=this.head;a!==null;o++)s[o]=a.value,a=a.next;return s},i.prototype.toArrayReverse=function(){for(var s=new Array(this.length),o=0,a=this.tail;a!==null;o++)s[o]=a.value,a=a.prev;return s},i.prototype.slice=function(s,o){o=o||this.length,o<0&&(o+=this.length),s=s||0,s<0&&(s+=this.length);var a=new i;if(o<s||o<0)return a;s<0&&(s=0),o>this.length&&(o=this.length);for(var c=0,l=this.head;l!==null&&c<s;c++)l=l.next;for(;l!==null&&c<o;c++,l=l.next)a.push(l.value);return a},i.prototype.sliceReverse=function(s,o){o=o||this.length,o<0&&(o+=this.length),s=s||0,s<0&&(s+=this.length);var a=new i;if(o<s||o<0)return a;s<0&&(s=0),o>this.length&&(o=this.length);for(var c=this.length,l=this.tail;l!==null&&c>o;c--)l=l.prev;for(;l!==null&&c>s;c--,l=l.prev)a.push(l.value);return a},i.prototype.splice=function(s,o,...a){s>this.length&&(s=this.length-1),s<0&&(s=this.length+s);for(var c=0,l=this.head;l!==null&&c<s;c++)l=l.next;for(var d=[],c=0;l&&c<o;c++)d.push(l.value),l=this.removeNode(l);l===null&&(l=this.tail),l!==this.head&&l!==this.tail&&(l=l.prev);for(var c=0;c<a.length;c++)l=e(this,l,a[c]);return d},i.prototype.reverse=function(){for(var s=this.head,o=this.tail,a=s;a!==null;a=a.prev){var c=a.prev;a.prev=a.next,a.next=c}return this.head=o,this.tail=s,this};function e(s,o,a){var c=o===s.head?new n(a,null,o,s):new n(a,o,o.next,s);return c.next===null&&(s.tail=c),c.prev===null&&(s.head=c),s.length++,c}function t(s,o){s.tail=new n(o,s.tail,null,s),s.head||(s.head=s.tail),s.length++}function r(s,o){s.head=new n(o,null,s.head,s),s.tail||(s.tail=s.head),s.length++}function n(s,o,a,c){if(!(this instanceof n))return new n(s,o,a,c);this.list=c,this.value=s,o?(o.next=this,this.prev=o):this.prev=null,a?(a.prev=this,this.next=a):this.next=null}try{ly()(i)}catch{}return ul}var hl,Ih;function Fp(){if(Ih)return hl;Ih=1;const i=cy(),e=Symbol("max"),t=Symbol("length"),r=Symbol("lengthCalculator"),n=Symbol("allowStale"),s=Symbol("maxAge"),o=Symbol("dispose"),a=Symbol("noDisposeOnSet"),c=Symbol("lruList"),l=Symbol("cache"),d=Symbol("updateAgeOnGet"),u=()=>1;class m{constructor(h){if(typeof h=="number"&&(h={max:h}),h||(h={}),h.max&&(typeof h.max!="number"||h.max<0))throw new TypeError("max must be a non-negative number");this[e]=h.max||1/0;const p=h.length||u;if(this[r]=typeof p!="function"?u:p,this[n]=h.stale||!1,h.maxAge&&typeof h.maxAge!="number")throw new TypeError("maxAge must be a number");this[s]=h.maxAge||0,this[o]=h.dispose,this[a]=h.noDisposeOnSet||!1,this[d]=h.updateAgeOnGet||!1,this.reset()}set max(h){if(typeof h!="number"||h<0)throw new TypeError("max must be a non-negative number");this[e]=h||1/0,_(this)}get max(){return this[e]}set allowStale(h){this[n]=!!h}get allowStale(){return this[n]}set maxAge(h){if(typeof h!="number")throw new TypeError("maxAge must be a non-negative number");this[s]=h,_(this)}get maxAge(){return this[s]}set lengthCalculator(h){typeof h!="function"&&(h=u),h!==this[r]&&(this[r]=h,this[t]=0,this[c].forEach(p=>{p.length=this[r](p.value,p.key),this[t]+=p.length})),_(this)}get lengthCalculator(){return this[r]}get length(){return this[t]}get itemCount(){return this[c].length}rforEach(h,p){p=p||this;for(let T=this[c].tail;T!==null;){const N=T.prev;k(this,h,T,p),T=N}}forEach(h,p){p=p||this;for(let T=this[c].head;T!==null;){const N=T.next;k(this,h,T,p),T=N}}keys(){return this[c].toArray().map(h=>h.key)}values(){return this[c].toArray().map(h=>h.value)}reset(){this[o]&&this[c]&&this[c].length&&this[c].forEach(h=>this[o](h.key,h.value)),this[l]=new Map,this[c]=new i,this[t]=0}dump(){return this[c].map(h=>v(this,h)?!1:{k:h.key,v:h.value,e:h.now+(h.maxAge||0)}).toArray().filter(h=>h)}dumpLru(){return this[c]}set(h,p,T){if(T=T||this[s],T&&typeof T!="number")throw new TypeError("maxAge must be a number");const N=T?Date.now():0,C=this[r](p,h);if(this[l].has(h)){if(C>this[e])return E(this,this[l].get(h)),!1;const O=this[l].get(h).value;return this[o]&&(this[a]||this[o](h,O.value)),O.now=N,O.maxAge=T,O.value=p,this[t]+=C-O.length,O.length=C,this.get(h),_(this),!0}const F=new x(h,p,C,N,T);return F.length>this[e]?(this[o]&&this[o](h,p),!1):(this[t]+=F.length,this[c].unshift(F),this[l].set(h,this[c].head),_(this),!0)}has(h){if(!this[l].has(h))return!1;const p=this[l].get(h).value;return!v(this,p)}get(h){return g(this,h,!0)}peek(h){return g(this,h,!1)}pop(){const h=this[c].tail;return h?(E(this,h),h.value):null}del(h){E(this,this[l].get(h))}load(h){this.reset();const p=Date.now();for(let T=h.length-1;T>=0;T--){const N=h[T],C=N.e||0;if(C===0)this.set(N.k,N.v);else{const F=C-p;F>0&&this.set(N.k,N.v,F)}}}prune(){this[l].forEach((h,p)=>g(this,p,!1))}}const g=(y,h,p)=>{const T=y[l].get(h);if(T){const N=T.value;if(v(y,N)){if(E(y,T),!y[n])return}else p&&(y[d]&&(T.value.now=Date.now()),y[c].unshiftNode(T));return N.value}},v=(y,h)=>{if(!h||!h.maxAge&&!y[s])return!1;const p=Date.now()-h.now;return h.maxAge?p>h.maxAge:y[s]&&p>y[s]},_=y=>{if(y[t]>y[e])for(let h=y[c].tail;y[t]>y[e]&&h!==null;){const p=h.prev;E(y,h),h=p}},E=(y,h)=>{if(h){const p=h.value;y[o]&&y[o](p.key,p.value),y[t]-=p.length,y[l].delete(p.key),y[c].removeNode(h)}};class x{constructor(h,p,T,N,C){this.key=h,this.value=p,this.length=T,this.now=N,this.maxAge=C||0}}const k=(y,h,p,T)=>{let N=p.value;v(y,N)&&(E(y,p),y[n]||(N=void 0)),N&&h.call(T,N.value,N.key,y)};return hl=m,hl}var fl,Th;function dy(){if(Th)return fl;Th=1;const i=Fp(),e=10;return fl=class{constructor({document:r}){this.document=r,this.cache=new i({max:e})}getProcessed(r){return this.cache.get(r)}setProcessed(r,n){this.cache.set(r,n)}},fl}var pl,Ch;function uy(){if(Ch)return pl;Ch=1;const{isArray:i,isObject:e,isString:t}=mi(),{asArray:r}=vi(),{prependBase:n}=Ir(),s=Si(),o=dy(),a=10;pl=class{constructor({sharedCache:u}){this.perOpCache=new Map,this.sharedCache=u}async resolve({activeCtx:u,context:m,documentLoader:g,base:v,cycles:_=new Set}){m&&e(m)&&m["@context"]&&(m=m["@context"]),m=r(m);const E=[];for(const x of m){if(t(x)){let h=this._get(x);h||(h=await this._resolveRemoteContext({activeCtx:u,url:x,documentLoader:g,base:v,cycles:_})),i(h)?E.push(...h):E.push(h);continue}if(x===null){E.push(new o({document:null}));continue}e(x)||c(m);const k=JSON.stringify(x);let y=this._get(k);y||(y=new o({document:x}),this._cacheResolvedContext({key:k,resolved:y,tag:"static"})),E.push(y)}return E}_get(u){let m=this.perOpCache.get(u);if(!m){const g=this.sharedCache.get(u);g&&(m=g.get("static"),m&&this.perOpCache.set(u,m))}return m}_cacheResolvedContext({key:u,resolved:m,tag:g}){if(this.perOpCache.set(u,m),g!==void 0){let v=this.sharedCache.get(u);v||(v=new Map,this.sharedCache.set(u,v)),v.set(g,m)}return m}async _resolveRemoteContext({activeCtx:u,url:m,documentLoader:g,base:v,cycles:_}){m=n(v,m);const{context:E,remoteDoc:x}=await this._fetchContext({activeCtx:u,url:m,documentLoader:g,cycles:_});v=x.documentUrl||m,l({context:E,base:v});const k=await this.resolve({activeCtx:u,context:E,documentLoader:g,base:v,cycles:_});return this._cacheResolvedContext({key:m,resolved:k,tag:x.tag}),k}async _fetchContext({activeCtx:u,url:m,documentLoader:g,cycles:v}){if(v.size>a)throw new s("Maximum number of @context URLs exceeded.","jsonld.ContextUrlError",{code:u.processingMode==="json-ld-1.0"?"loading remote context failed":"context overflow",max:a});if(v.has(m))throw new s("Cyclical @context URLs detected.","jsonld.ContextUrlError",{code:u.processingMode==="json-ld-1.0"?"recursive context inclusion":"context overflow",url:m});v.add(m);let _,E;try{E=await g(m),_=E.document||null,t(_)&&(_=JSON.parse(_))}catch(x){throw new s(`Dereferencing a URL did not result in a valid JSON-LD object. Possible causes are an inaccessible URL perhaps due to a same-origin policy (ensure the server uses CORS if you are using client-side JavaScript), too many redirects, a non-JSON response, or more than one HTTP Link Header was provided for a remote context. URL: "${m}".`,"jsonld.InvalidUrl",{code:"loading remote context failed",url:m,cause:x})}if(!e(_))throw new s(`Dereferencing a URL did not result in a JSON object. The response was valid JSON, but it was not a JSON object. URL: "${m}".`,"jsonld.InvalidUrl",{code:"invalid remote context",url:m});return"@context"in _?_={"@context":_["@context"]}:_={"@context":{}},E.contextUrl&&(i(_["@context"])||(_["@context"]=[_["@context"]]),_["@context"].push(E.contextUrl)),{context:_,remoteDoc:E}}};function c(d){throw new s("Invalid JSON-LD syntax; @context must be an object.","jsonld.SyntaxError",{code:"invalid local context",context:d})}function l({context:d,base:u}){if(!d)return;const m=d["@context"];if(t(m)){d["@context"]=n(u,m);return}if(i(m)){for(let g=0;g<m.length;++g){const v=m[g];if(t(v)){m[g]=n(u,v);continue}e(v)&&l({context:{"@context":v},base:u})}return}if(e(m))for(const g in m)l({context:m[g],base:u})}return pl}var ml,$h;function hy(){return $h||($h=1,ml=od().NQuads),ml}var gl,Ah;function Vs(){if(Ah)return gl;Ah=1;const i=Si(),{isArray:e}=mi(),{asArray:t}=vi(),r={};gl=r,r.defaultEventHandler=null,r.setupEventHandler=({options:o={}})=>{const a=[].concat(o.safe?r.safeEventHandler:[],o.eventHandler?t(o.eventHandler):[],r.defaultEventHandler?r.defaultEventHandler:[]);return a.length===0?null:a},r.handleEvent=({event:o,options:a})=>{n({event:o,handlers:a.eventHandler})};function n({event:o,handlers:a}){let c=!0;for(let l=0;c&&l<a.length;++l){c=!1;const d=a[l];if(e(d))c=n({event:o,handlers:d});else if(typeof d=="function")d({event:o,next:()=>{c=!0}});else if(typeof d=="object")o.code in d?d[o.code]({event:o,next:()=>{c=!0}}):c=!0;else throw new i("Invalid event handler.","jsonld.InvalidEventHandler",{event:o})}return c}const s=new Set(["empty object","free-floating scalar","invalid @language value","invalid property","null @id value","null @value value","object with only @id","object with only @language","object with only @list","object with only @value","relative @id reference","relative @type reference","relative @vocab reference","reserved @id value","reserved @reverse value","reserved term","blank node predicate","relative graph reference","relative object reference","relative predicate reference","relative subject reference","rdfDirection not set"]);return r.safeEventHandler=function({event:a,next:c}){if(a.level==="warning"&&s.has(a.code))throw new i("Safe mode validation error.","jsonld.ValidationError",{event:a});c()},r.logEventHandler=function({event:a,next:c}){console.log(`EVENT: ${a.message}`,{event:a}),c()},r.logWarningEventHandler=function({event:a,next:c}){a.level==="warning"&&console.warn(`WARNING: ${a.message}`,{event:a}),c()},r.unhandledEventHandler=function({event:a}){throw new i("No handler for event.","jsonld.UnhandledEvent",{event:a})},r.setDefaultEventHandler=function({eventHandler:o}={}){r.defaultEventHandler=o?t(o):null},gl}var bl,Nh;function Xr(){if(Nh)return bl;Nh=1;const i=vi(),e=Si(),{isArray:t,isObject:r,isString:n,isUndefined:s}=mi(),{isAbsolute:o,isRelative:a,prependBase:c}=Ir(),{handleEvent:l}=Vs(),{REGEX_BCP47:d,REGEX_KEYWORD:u,asArray:m,compareShortestLeast:g}=vi(),v=new Map,_=1e4,E={};bl=E,E.process=async({activeCtx:y,localCtx:h,options:p,propagate:T=!0,overrideProtected:N=!1,cycles:C=new Set})=>{if(r(h)&&"@context"in h&&t(h["@context"])&&(h=h["@context"]),m(h).length===0)return y;const I=[],O=[({event:J,next:$})=>{I.push(J),$()}];p.eventHandler&&O.push(p.eventHandler);const U=p;p={...p,eventHandler:O};const R=await p.contextResolver.resolve({activeCtx:y,context:h,documentLoader:p.documentLoader,base:p.base});r(R[0].document)&&typeof R[0].document["@propagate"]=="boolean"&&(T=R[0].document["@propagate"]);let D=y;!T&&!D.previousContext&&(D=D.clone(),D.previousContext=y);for(const J of R){let{document:$}=J;if(y=D,$===null){if(!N&&Object.keys(y.protected).length!==0)throw new e("Tried to nullify a context with protected terms outside of a term definition.","jsonld.SyntaxError",{code:"invalid context nullification"});D=y=E.getInitialContext(p).clone();continue}const Z=J.getProcessed(y);if(Z){if(U.eventHandler)for(const re of Z.events)l({event:re,options:U});D=y=Z.context;continue}if(r($)&&"@context"in $&&($=$["@context"]),!r($))throw new e("Invalid JSON-LD syntax; @context must be an object.","jsonld.SyntaxError",{code:"invalid local context",context:$});D=D.clone();const B=new Map;if("@version"in $){if($["@version"]!==1.1)throw new e("Unsupported JSON-LD version: "+$["@version"],"jsonld.UnsupportedVersion",{code:"invalid @version value",context:$});if(y.processingMode&&y.processingMode==="json-ld-1.0")throw new e("@version: "+$["@version"]+" not compatible with "+y.processingMode,"jsonld.ProcessingModeConflict",{code:"processing mode conflict",context:$});D.processingMode="json-ld-1.1",D["@version"]=$["@version"],B.set("@version",!0)}if(D.processingMode=D.processingMode||y.processingMode,"@base"in $){let re=$["@base"];if(!(re===null||o(re)))if(a(re))re=c(D["@base"],re);else throw new e('Invalid JSON-LD syntax; the value of "@base" in a @context must be an absolute IRI, a relative IRI, or null.',"jsonld.SyntaxError",{code:"invalid base IRI",context:$});D["@base"]=re,B.set("@base",!0)}if("@vocab"in $){const re=$["@vocab"];if(re===null)delete D["@vocab"];else if(n(re)){if(!o(re)&&E.processingMode(D,1))throw new e('Invalid JSON-LD syntax; the value of "@vocab" in a @context must be an absolute IRI.',"jsonld.SyntaxError",{code:"invalid vocab mapping",context:$});{const S=x(D,re,{vocab:!0,base:!0},void 0,void 0,p);o(S)||p.eventHandler&&l({event:{type:["JsonLdEvent"],code:"relative @vocab reference",level:"warning",message:"Relative @vocab reference found.",details:{vocab:S}},options:p}),D["@vocab"]=S}}else throw new e('Invalid JSON-LD syntax; the value of "@vocab" in a @context must be a string or null.',"jsonld.SyntaxError",{code:"invalid vocab mapping",context:$});B.set("@vocab",!0)}if("@language"in $){const re=$["@language"];if(re===null)delete D["@language"];else if(n(re))re.match(d)||p.eventHandler&&l({event:{type:["JsonLdEvent"],code:"invalid @language value",level:"warning",message:"@language value must be valid BCP47.",details:{language:re}},options:p}),D["@language"]=re.toLowerCase();else throw new e('Invalid JSON-LD syntax; the value of "@language" in a @context must be a string or null.',"jsonld.SyntaxError",{code:"invalid default language",context:$});B.set("@language",!0)}if("@direction"in $){const re=$["@direction"];if(y.processingMode==="json-ld-1.0")throw new e("Invalid JSON-LD syntax; @direction not compatible with "+y.processingMode,"jsonld.SyntaxError",{code:"invalid context member",context:$});if(re===null)delete D["@direction"];else{if(re!=="ltr"&&re!=="rtl")throw new e('Invalid JSON-LD syntax; the value of "@direction" in a @context must be null, "ltr", or "rtl".',"jsonld.SyntaxError",{code:"invalid base direction",context:$});D["@direction"]=re}B.set("@direction",!0)}if("@propagate"in $){const re=$["@propagate"];if(y.processingMode==="json-ld-1.0")throw new e("Invalid JSON-LD syntax; @propagate not compatible with "+y.processingMode,"jsonld.SyntaxError",{code:"invalid context entry",context:$});if(typeof re!="boolean")throw new e("Invalid JSON-LD syntax; @propagate value must be a boolean.","jsonld.SyntaxError",{code:"invalid @propagate value",context:h});B.set("@propagate",!0)}if("@import"in $){const re=$["@import"];if(y.processingMode==="json-ld-1.0")throw new e("Invalid JSON-LD syntax; @import not compatible with "+y.processingMode,"jsonld.SyntaxError",{code:"invalid context entry",context:$});if(!n(re))throw new e("Invalid JSON-LD syntax; @import must be a string.","jsonld.SyntaxError",{code:"invalid @import value",context:h});const S=await p.contextResolver.resolve({activeCtx:y,context:re,documentLoader:p.documentLoader,base:p.base});if(S.length!==1)throw new e("Invalid JSON-LD syntax; @import must reference a single context.","jsonld.SyntaxError",{code:"invalid remote context",context:h});const H=S[0].getProcessed(y);if(H)$=H;else{const ee=S[0].document;if("@import"in ee)throw new e("Invalid JSON-LD syntax: imported context must not include @import.","jsonld.SyntaxError",{code:"invalid context entry",context:h});for(const Q in ee)$.hasOwnProperty(Q)||($[Q]=ee[Q]);S[0].setProcessed(y,$)}B.set("@import",!0)}B.set("@protected",$["@protected"]||!1);for(const re in $)if(E.createTermDefinition({activeCtx:D,localCtx:$,term:re,defined:B,options:p,overrideProtected:N}),r($[re])&&"@context"in $[re]){const S=$[re]["@context"];let H=!0;if(n(S)){const ee=c(p.base,S);C.has(ee)?H=!1:C.add(ee)}if(H)try{await E.process({activeCtx:D.clone(),localCtx:$[re]["@context"],overrideProtected:!0,options:p,cycles:C})}catch{throw new e("Invalid JSON-LD syntax; invalid scoped context.","jsonld.SyntaxError",{code:"invalid scoped context",context:$[re]["@context"],term:re})}}J.setProcessed(y,{context:D,events:I})}return D},E.createTermDefinition=({activeCtx:y,localCtx:h,term:p,defined:T,options:N,overrideProtected:C=!1})=>{if(T.has(p)){if(T.get(p))return;throw new e("Cyclical context definition detected.","jsonld.CyclicalContext",{code:"cyclic IRI mapping",context:h,term:p})}T.set(p,!1);let F;if(h.hasOwnProperty(p)&&(F=h[p]),p==="@type"&&r(F)&&(F["@container"]||"@set")==="@set"&&E.processingMode(y,1.1)){const $=["@container","@id","@protected"],Z=Object.keys(F);if(Z.length===0||Z.some(B=>!$.includes(B)))throw new e("Invalid JSON-LD syntax; keywords cannot be overridden.","jsonld.SyntaxError",{code:"keyword redefinition",context:h,term:p})}else{if(E.isKeyword(p))throw new e("Invalid JSON-LD syntax; keywords cannot be overridden.","jsonld.SyntaxError",{code:"keyword redefinition",context:h,term:p});if(p.match(u)){N.eventHandler&&l({event:{type:["JsonLdEvent"],code:"reserved term",level:"warning",message:'Terms beginning with "@" are reserved for future use and dropped.',details:{term:p}},options:N});return}else if(p==="")throw new e("Invalid JSON-LD syntax; a term cannot be an empty string.","jsonld.SyntaxError",{code:"invalid term definition",context:h})}const I=y.mappings.get(p);y.mappings.has(p)&&y.mappings.delete(p);let O=!1;if((n(F)||F===null)&&(O=!0,F={"@id":F}),!r(F))throw new e("Invalid JSON-LD syntax; @context term values must be strings or objects.","jsonld.SyntaxError",{code:"invalid term definition",context:h});const U={};y.mappings.set(p,U),U.reverse=!1;const R=["@container","@id","@language","@reverse","@type"];E.processingMode(y,1.1)&&R.push("@context","@direction","@index","@nest","@prefix","@protected");for(const $ in F)if(!R.includes($))throw new e("Invalid JSON-LD syntax; a term definition must not contain "+$,"jsonld.SyntaxError",{code:"invalid term definition",context:h});const D=p.indexOf(":");if(U._termHasColon=D>0,"@reverse"in F){if("@id"in F)throw new e("Invalid JSON-LD syntax; a @reverse term definition must not contain @id.","jsonld.SyntaxError",{code:"invalid reverse property",context:h});if("@nest"in F)throw new e("Invalid JSON-LD syntax; a @reverse term definition must not contain @nest.","jsonld.SyntaxError",{code:"invalid reverse property",context:h});const $=F["@reverse"];if(!n($))throw new e("Invalid JSON-LD syntax; a @context @reverse value must be a string.","jsonld.SyntaxError",{code:"invalid IRI mapping",context:h});if($.match(u)){N.eventHandler&&l({event:{type:["JsonLdEvent"],code:"reserved @reverse value",level:"warning",message:'@reverse values beginning with "@" are reserved for future use and dropped.',details:{reverse:$}},options:N}),I?y.mappings.set(p,I):y.mappings.delete(p);return}const Z=x(y,$,{vocab:!0,base:!1},h,T,N);if(!o(Z))throw new e("Invalid JSON-LD syntax; a @context @reverse value must be an absolute IRI or a blank node identifier.","jsonld.SyntaxError",{code:"invalid IRI mapping",context:h});U["@id"]=Z,U.reverse=!0}else if("@id"in F){let $=F["@id"];if($&&!n($))throw new e("Invalid JSON-LD syntax; a @context @id value must be an array of strings or a string.","jsonld.SyntaxError",{code:"invalid IRI mapping",context:h});if($===null)U["@id"]=null;else if(!E.isKeyword($)&&$.match(u)){N.eventHandler&&l({event:{type:["JsonLdEvent"],code:"reserved @id value",level:"warning",message:'@id values beginning with "@" are reserved for future use and dropped.',details:{id:$}},options:N}),I?y.mappings.set(p,I):y.mappings.delete(p);return}else if($!==p){if($=x(y,$,{vocab:!0,base:!1},h,T,N),!o($)&&!E.isKeyword($))throw new e("Invalid JSON-LD syntax; a @context @id value must be an absolute IRI, a blank node identifier, or a keyword.","jsonld.SyntaxError",{code:"invalid IRI mapping",context:h});if(p.match(/(?::[^:])|\//)){const Z=new Map(T).set(p,!0);if(x(y,p,{vocab:!0,base:!1},h,Z,N)!==$)throw new e("Invalid JSON-LD syntax; term in form of IRI must expand to definition.","jsonld.SyntaxError",{code:"invalid IRI mapping",context:h})}U["@id"]=$,U._prefix=O&&!U._termHasColon&&$.match(/[:\/\?#\[\]@]$/)!==null}}if(!("@id"in U))if(U._termHasColon){const $=p.substr(0,D);if(h.hasOwnProperty($)&&E.createTermDefinition({activeCtx:y,localCtx:h,term:$,defined:T,options:N}),y.mappings.has($)){const Z=p.substr(D+1);U["@id"]=y.mappings.get($)["@id"]+Z}else U["@id"]=p}else if(p==="@type")U["@id"]=p;else{if(!("@vocab"in y))throw new e("Invalid JSON-LD syntax; @context terms must define an @id.","jsonld.SyntaxError",{code:"invalid IRI mapping",context:h,term:p});U["@id"]=y["@vocab"]+p}if((F["@protected"]===!0||T.get("@protected")===!0&&F["@protected"]!==!1)&&(y.protected[p]=!0,U.protected=!0),T.set(p,!0),"@type"in F){let $=F["@type"];if(!n($))throw new e("Invalid JSON-LD syntax; an @context @type value must be a string.","jsonld.SyntaxError",{code:"invalid type mapping",context:h});if($==="@json"||$==="@none"){if(E.processingMode(y,1))throw new e(`Invalid JSON-LD syntax; an @context @type value must not be "${$}" in JSON-LD 1.0 mode.`,"jsonld.SyntaxError",{code:"invalid type mapping",context:h})}else if($!=="@id"&&$!=="@vocab"){if($=x(y,$,{vocab:!0,base:!1},h,T,N),!o($))throw new e("Invalid JSON-LD syntax; an @context @type value must be an absolute IRI.","jsonld.SyntaxError",{code:"invalid type mapping",context:h});if($.indexOf("_:")===0)throw new e("Invalid JSON-LD syntax; an @context @type value must be an IRI, not a blank node identifier.","jsonld.SyntaxError",{code:"invalid type mapping",context:h})}U["@type"]=$}if("@container"in F){const $=n(F["@container"])?[F["@container"]]:F["@container"]||[],Z=["@list","@set","@index","@language"];let B=!0;const re=$.includes("@set");if(E.processingMode(y,1.1)){if(Z.push("@graph","@id","@type"),$.includes("@list")){if($.length!==1)throw new e("Invalid JSON-LD syntax; @context @container with @list must have no other values","jsonld.SyntaxError",{code:"invalid container mapping",context:h})}else if($.includes("@graph")){if($.some(S=>S!=="@graph"&&S!=="@id"&&S!=="@index"&&S!=="@set"))throw new e("Invalid JSON-LD syntax; @context @container with @graph must have no other values other than @id, @index, and @set","jsonld.SyntaxError",{code:"invalid container mapping",context:h})}else B&=$.length<=(re?2:1);if($.includes("@type")&&(U["@type"]=U["@type"]||"@id",!["@id","@vocab"].includes(U["@type"])))throw new e("Invalid JSON-LD syntax; container: @type requires @type to be @id or @vocab.","jsonld.SyntaxError",{code:"invalid type mapping",context:h})}else B&=!t(F["@container"]),B&=$.length<=1;if(B&=$.every(S=>Z.includes(S)),B&=!(re&&$.includes("@list")),!B)throw new e("Invalid JSON-LD syntax; @context @container value must be one of the following: "+Z.join(", "),"jsonld.SyntaxError",{code:"invalid container mapping",context:h});if(U.reverse&&!$.every(S=>["@index","@set"].includes(S)))throw new e("Invalid JSON-LD syntax; @context @container value for a @reverse type definition must be @index or @set.","jsonld.SyntaxError",{code:"invalid reverse property",context:h});U["@container"]=$}if("@index"in F){if(!("@container"in F)||!U["@container"].includes("@index"))throw new e(`Invalid JSON-LD syntax; @index without @index in @container: "${F["@index"]}" on term "${p}".`,"jsonld.SyntaxError",{code:"invalid term definition",context:h});if(!n(F["@index"])||F["@index"].indexOf("@")===0)throw new e(`Invalid JSON-LD syntax; @index must expand to an IRI: "${F["@index"]}" on term "${p}".`,"jsonld.SyntaxError",{code:"invalid term definition",context:h});U["@index"]=F["@index"]}if("@context"in F&&(U["@context"]=F["@context"]),"@language"in F&&!("@type"in F)){let $=F["@language"];if($!==null&&!n($))throw new e("Invalid JSON-LD syntax; @context @language value must be a string or null.","jsonld.SyntaxError",{code:"invalid language mapping",context:h});$!==null&&($=$.toLowerCase()),U["@language"]=$}if("@prefix"in F){if(p.match(/:|\//))throw new e("Invalid JSON-LD syntax; @context @prefix used on a compact IRI term","jsonld.SyntaxError",{code:"invalid term definition",context:h});if(E.isKeyword(U["@id"]))throw new e("Invalid JSON-LD syntax; keywords may not be used as prefixes","jsonld.SyntaxError",{code:"invalid term definition",context:h});if(typeof F["@prefix"]=="boolean")U._prefix=F["@prefix"]===!0;else throw new e("Invalid JSON-LD syntax; @context value for @prefix must be boolean","jsonld.SyntaxError",{code:"invalid @prefix value",context:h})}if("@direction"in F){const $=F["@direction"];if($!==null&&$!=="ltr"&&$!=="rtl")throw new e('Invalid JSON-LD syntax; @direction value must be null, "ltr", or "rtl".',"jsonld.SyntaxError",{code:"invalid base direction",context:h});U["@direction"]=$}if("@nest"in F){const $=F["@nest"];if(!n($)||$!=="@nest"&&$.indexOf("@")===0)throw new e("Invalid JSON-LD syntax; @context @nest value must be a string which is not a keyword other than @nest.","jsonld.SyntaxError",{code:"invalid @nest value",context:h});U["@nest"]=$}// disallow aliasing @context and @preserve
346
- const J=U["@id"];if(J==="@context"||J==="@preserve")throw new e("Invalid JSON-LD syntax; @context and @preserve cannot be aliased.","jsonld.SyntaxError",{code:"invalid keyword alias",context:h});if(I&&I.protected&&!C&&(y.protected[p]=!0,U.protected=!0,!k(I,U)))throw new e("Invalid JSON-LD syntax; tried to redefine a protected term.","jsonld.SyntaxError",{code:"protected term redefinition",context:h,term:p})},E.expandIri=(y,h,p,T)=>x(y,h,p,void 0,void 0,T);function x(y,h,p,T,N,C){if(h===null||!n(h)||E.isKeyword(h))return h;if(h.match(u))return null;if(T&&T.hasOwnProperty(h)&&N.get(h)!==!0&&E.createTermDefinition({activeCtx:y,localCtx:T,term:h,defined:N,options:C}),p=p||{},p.vocab){const I=y.mappings.get(h);if(I===null)return null;if(r(I)&&"@id"in I)return I["@id"]}const F=h.indexOf(":");if(F>0){const I=h.substr(0,F),O=h.substr(F+1);if(I==="_"||O.indexOf("//")===0)return h;T&&T.hasOwnProperty(I)&&E.createTermDefinition({activeCtx:y,localCtx:T,term:I,defined:N,options:C});const U=y.mappings.get(I);if(U&&U._prefix)return U["@id"]+O;if(o(h))return h}if(p.vocab&&"@vocab"in y)h=y["@vocab"]+h;else if(p.base){let I,O;"@base"in y?y["@base"]?(O=c(C.base,y["@base"]),I=c(O,h)):(O=y["@base"],I=h):(O=C.base,I=c(C.base,h)),h=I}return h}E.getInitialContext=y=>{const h=JSON.stringify({processingMode:y.processingMode}),p=v.get(h);if(p)return p;const T={processingMode:y.processingMode,mappings:new Map,inverse:null,getInverse:N,clone:I,revertToPreviousContext:O,protected:{}};return v.size===_&&v.clear(),v.set(h,T),T;function N(){const U=this;if(U.inverse)return U.inverse;const R=U.inverse={},D=U.fastCurieMap={},J={},$=(U["@language"]||"@none").toLowerCase(),Z=U["@direction"],B=U.mappings,re=[...B.keys()].sort(g);for(const S of re){const H=B.get(S);if(H===null)continue;let ee=H["@container"]||"@none";if(ee=[].concat(ee).sort().join(""),H["@id"]===null)continue;const Q=m(H["@id"]);for(const he of Q){let W=R[he];const G=E.isKeyword(he);if(W)!G&&!H._termHasColon&&J[he].push(S);else if(R[he]=W={},!G&&!H._termHasColon){J[he]=[S];const X={iri:he,terms:J[he]};he[0]in D?D[he[0]].push(X):D[he[0]]=[X]}if(W[ee]||(W[ee]={"@language":{},"@type":{},"@any":{}}),W=W[ee],F(S,W["@any"],"@none"),H.reverse)F(S,W["@type"],"@reverse");else if(H["@type"]==="@none")F(S,W["@any"],"@none"),F(S,W["@language"],"@none"),F(S,W["@type"],"@none");else if("@type"in H)F(S,W["@type"],H["@type"]);else if("@language"in H&&"@direction"in H){const X=H["@language"],z=H["@direction"];X&&z?F(S,W["@language"],`${X}_${z}`.toLowerCase()):X?F(S,W["@language"],X.toLowerCase()):z?F(S,W["@language"],`_${z}`):F(S,W["@language"],"@null")}else"@language"in H?F(S,W["@language"],(H["@language"]||"@null").toLowerCase()):"@direction"in H?H["@direction"]?F(S,W["@language"],`_${H["@direction"]}`):F(S,W["@language"],"@none"):Z?(F(S,W["@language"],`_${Z}`),F(S,W["@language"],"@none"),F(S,W["@type"],"@none")):(F(S,W["@language"],$),F(S,W["@language"],"@none"),F(S,W["@type"],"@none"))}}for(const S in D)C(D,S,1);return R}function C(U,R,D){const J=U[R],$=U[R]={};let Z,B;for(const re of J)Z=re.iri,D>=Z.length?B="":B=Z[D],B in $?$[B].push(re):$[B]=[re];for(const re in $)re!==""&&C($,re,D+1)}function F(U,R,D){R.hasOwnProperty(D)||(R[D]=U)}function I(){const U={};return U.mappings=i.clone(this.mappings),U.clone=this.clone,U.inverse=null,U.getInverse=this.getInverse,U.protected=i.clone(this.protected),this.previousContext&&(U.previousContext=this.previousContext.clone()),U.revertToPreviousContext=this.revertToPreviousContext,"@base"in this&&(U["@base"]=this["@base"]),"@language"in this&&(U["@language"]=this["@language"]),"@vocab"in this&&(U["@vocab"]=this["@vocab"]),U}function O(){return this.previousContext?this.previousContext.clone():this}},E.getContextValue=(y,h,p)=>{if(h===null)return p==="@context"?void 0:null;if(y.mappings.has(h)){const T=y.mappings.get(h);if(s(p))return T;if(T.hasOwnProperty(p))return T[p]}if(p==="@language"&&p in y||p==="@direction"&&p in y)return y[p];if(p!=="@context")return null},E.processingMode=(y,h)=>h.toString()>="1.1"?!y.processingMode||y.processingMode>="json-ld-"+h.toString():y.processingMode==="json-ld-1.0",E.isKeyword=y=>{if(!n(y)||y[0]!=="@")return!1;switch(y){case"@base":case"@container":case"@context":case"@default":case"@direction":case"@embed":case"@explicit":case"@graph":case"@id":case"@included":case"@index":case"@json":case"@language":case"@list":case"@nest":case"@none":case"@omitDefault":case"@prefix":case"@preserve":case"@protected":case"@requireAll":case"@reverse":case"@set":case"@type":case"@value":case"@version":case"@vocab":return!0}return!1};function k(y,h){if(!(y&&typeof y=="object")||!(h&&typeof h=="object"))return y===h;const p=Array.isArray(y);if(p!==Array.isArray(h))return!1;if(p){if(y.length!==h.length)return!1;for(let C=0;C<y.length;++C)if(!k(y[C],h[C]))return!1;return!0}const T=Object.keys(y),N=Object.keys(h);if(T.length!==N.length)return!1;for(const C in y){let F=y[C],I=h[C];if(C==="@container"&&Array.isArray(F)&&Array.isArray(I)&&(F=F.slice().sort(),I=I.slice().sort()),!k(F,I))return!1}return!0}return bl}var yl,Dh;function fy(){if(Dh)return yl;Dh=1;const i=Si(),{isArray:e,isObject:t,isEmptyObject:r,isString:n,isUndefined:s}=mi(),{isList:o,isValue:a,isGraph:c,isSubject:l}=cr(),{expandIri:d,getContextValue:u,isKeyword:m,process:g,processingMode:v}=Xr(),{isAbsolute:_}=Ir(),{REGEX_BCP47:E,REGEX_KEYWORD:x,addValue:k,asArray:y,getValues:h,validateTypeValue:p}=vi(),{handleEvent:T}=Vs(),N={};yl=N,N.expand=async({activeCtx:R,activeProperty:D=null,element:J,options:$={},insideList:Z=!1,insideIndex:B=!1,typeScopedContext:re=null})=>{if(J==null)return null;if(D==="@default"&&($=Object.assign({},$,{isFrame:!1})),!e(J)&&!t(J))return!Z&&(D===null||d(R,D,{vocab:!0},$)==="@graph")?($.eventHandler&&T({event:{type:["JsonLdEvent"],code:"free-floating scalar",level:"warning",message:"Dropping free-floating scalar not in a list.",details:{value:J}},options:$}),null):I({activeCtx:R,activeProperty:D,value:J,options:$});if(e(J)){let X=[];const z=u(R,D,"@container")||[];Z=Z||z.includes("@list");for(let ne=0;ne<J.length;++ne){let se=await N.expand({activeCtx:R,activeProperty:D,element:J[ne],options:$,insideIndex:B,typeScopedContext:re});Z&&e(se)&&(se={"@list":se}),se!==null&&(e(se)?X=X.concat(se):X.push(se))}return X}const S=d(R,D,{vocab:!0},$),H=u(R,D,"@context");re=re||(R.previousContext?R:null);let ee=Object.keys(J).sort(),Q=!B;if(Q&&re&&ee.length<=2&&!ee.includes("@context"))for(const X of ee){const z=d(re,X,{vocab:!0},$);if(z==="@value"){Q=!1,R=re;break}if(z==="@id"&&ee.length===1){Q=!1;break}}Q&&(R=R.revertToPreviousContext()),s(H)||(R=await g({activeCtx:R,localCtx:H,propagate:!0,overrideProtected:!0,options:$})),"@context"in J&&(R=await g({activeCtx:R,localCtx:J["@context"],options:$})),re=R;let he=null;for(const X of ee)if(d(R,X,{vocab:!0},$)==="@type"){he=he||X;const ne=J[X],se=Array.isArray(ne)?ne.length>1?ne.slice().sort():ne:[ne];for(const ye of se){const _e=u(re,ye,"@context");s(_e)||(R=await g({activeCtx:R,localCtx:_e,options:$,propagate:!1}))}}let W={};await F({activeCtx:R,activeProperty:D,expandedActiveProperty:S,element:J,expandedParent:W,options:$,insideList:Z,typeKey:he,typeScopedContext:re}),ee=Object.keys(W);let G=ee.length;if("@value"in W){if("@type"in W&&("@language"in W||"@direction"in W))throw new i('Invalid JSON-LD syntax; an element containing "@value" may not contain both "@type" and either "@language" or "@direction".',"jsonld.SyntaxError",{code:"invalid value object",element:W});let X=G-1;if("@type"in W&&(X-=1),"@index"in W&&(X-=1),"@language"in W&&(X-=1),"@direction"in W&&(X-=1),X!==0)throw new i('Invalid JSON-LD syntax; an element containing "@value" may only have an "@index" property and either "@type" or either or both "@language" or "@direction".',"jsonld.SyntaxError",{code:"invalid value object",element:W});const z=W["@value"]===null?[]:y(W["@value"]),ne=h(W,"@type");if(!(v(R,1.1)&&ne.includes("@json")&&ne.length===1))if(z.length===0)$.eventHandler&&T({event:{type:["JsonLdEvent"],code:"null @value value",level:"warning",message:"Dropping null @value value.",details:{value:W}},options:$}),W=null;else{if(!z.every(se=>n(se)||r(se))&&"@language"in W)throw new i("Invalid JSON-LD syntax; only strings may be language-tagged.","jsonld.SyntaxError",{code:"invalid language-tagged value",element:W});if(!ne.every(se=>_(se)&&!(n(se)&&se.indexOf("_:")===0)||r(se)))throw new i('Invalid JSON-LD syntax; an element containing "@value" and "@type" must have an absolute IRI for the value of "@type".',"jsonld.SyntaxError",{code:"invalid typed value",element:W})}}else if("@type"in W&&!e(W["@type"]))W["@type"]=[W["@type"]];else if("@set"in W||"@list"in W){if(G>1&&!(G===2&&"@index"in W))throw new i('Invalid JSON-LD syntax; if an element has the property "@set" or "@list", then it can have at most one other property that is "@index".',"jsonld.SyntaxError",{code:"invalid set or list object",element:W});"@set"in W&&(W=W["@set"],ee=Object.keys(W),G=ee.length)}else G===1&&"@language"in W&&($.eventHandler&&T({event:{type:["JsonLdEvent"],code:"object with only @language",level:"warning",message:"Dropping object with only @language.",details:{value:W}},options:$}),W=null);return t(W)&&!$.keepFreeFloatingNodes&&!Z&&(D===null||S==="@graph"||(u(R,D,"@container")||[]).includes("@graph"))&&(W=C({value:W,count:G,options:$})),W};function C({value:R,count:D,options:J}){if(D===0||"@value"in R||"@list"in R||D===1&&"@id"in R){if(J.eventHandler){let $,Z;D===0?($="empty object",Z="Dropping empty object."):"@value"in R?($="object with only @value",Z="Dropping object with only @value."):"@list"in R?($="object with only @list",Z="Dropping object with only @list."):D===1&&"@id"in R&&($="object with only @id",Z="Dropping object with only @id."),T({event:{type:["JsonLdEvent"],code:$,level:"warning",message:Z,details:{value:R}},options:J})}return null}return R}async function F({activeCtx:R,activeProperty:D,expandedActiveProperty:J,element:$,expandedParent:Z,options:B={},insideList:re,typeKey:S,typeScopedContext:H}){const ee=Object.keys($).sort(),Q=[];let he;const W=$[S]&&d(R,e($[S])?$[S][0]:$[S],{vocab:!0},{...B,typeExpansion:!0})==="@json";for(const G of ee){let X=$[G],z;if(G==="@context")continue;const ne=d(R,G,{vocab:!0},B);if(ne===null||!(_(ne)||m(ne))){B.eventHandler&&T({event:{type:["JsonLdEvent"],code:"invalid property",level:"warning",message:"Dropping property that did not expand into an absolute IRI or keyword.",details:{property:G,expandedProperty:ne}},options:B});continue}if(m(ne)){if(J==="@reverse")throw new i("Invalid JSON-LD syntax; a keyword cannot be used as a @reverse property.","jsonld.SyntaxError",{code:"invalid reverse property map",value:X});if(ne in Z&&ne!=="@included"&&ne!=="@type")throw new i("Invalid JSON-LD syntax; colliding keywords detected.","jsonld.SyntaxError",{code:"colliding keywords",keyword:ne})}if(ne==="@id"){if(!n(X)){if(!B.isFrame)throw new i('Invalid JSON-LD syntax; "@id" value must a string.',"jsonld.SyntaxError",{code:"invalid @id value",value:X});if(t(X)){if(!r(X))throw new i('Invalid JSON-LD syntax; "@id" value an empty object or array of strings, if framing',"jsonld.SyntaxError",{code:"invalid @id value",value:X})}else if(e(X)){if(!X.every(M=>n(M)))throw new i('Invalid JSON-LD syntax; "@id" value an empty object or array of strings, if framing',"jsonld.SyntaxError",{code:"invalid @id value",value:X})}else throw new i('Invalid JSON-LD syntax; "@id" value an empty object or array of strings, if framing',"jsonld.SyntaxError",{code:"invalid @id value",value:X})}k(Z,"@id",y(X).map(M=>{if(n(M)){const K=d(R,M,{base:!0},B);return B.eventHandler&&(K===null?T(M===null?{event:{type:["JsonLdEvent"],code:"null @id value",level:"warning",message:"Null @id found.",details:{id:M}},options:B}:{event:{type:["JsonLdEvent"],code:"reserved @id value",level:"warning",message:"Reserved @id found.",details:{id:M}},options:B}):_(K)||T({event:{type:["JsonLdEvent"],code:"relative @id reference",level:"warning",message:"Relative @id reference found.",details:{id:M,expandedId:K}},options:B})),K}return M}),{propertyIsArray:B.isFrame});continue}if(ne==="@type"){t(X)&&(X=Object.fromEntries(Object.entries(X).map(([M,K])=>[d(H,M,{vocab:!0}),y(K).map(ce=>d(H,ce,{base:!0,vocab:!0},{...B,typeExpansion:!0}))]))),p(X,B.isFrame),k(Z,"@type",y(X).map(M=>{if(n(M)){const K=d(H,M,{base:!0,vocab:!0},{...B,typeExpansion:!0});return K!=="@json"&&!_(K)&&B.eventHandler&&T({event:{type:["JsonLdEvent"],code:"relative @type reference",level:"warning",message:"Relative @type reference found.",details:{type:M}},options:B}),K}return M}),{propertyIsArray:!!B.isFrame});continue}if(ne==="@included"&&v(R,1.1)){const M=y(await N.expand({activeCtx:R,activeProperty:D,element:X,options:B}));if(!M.every(K=>l(K)))throw new i("Invalid JSON-LD syntax; values of @included must expand to node objects.","jsonld.SyntaxError",{code:"invalid @included value",value:X});k(Z,"@included",M,{propertyIsArray:!0});continue}if(ne==="@graph"&&!(t(X)||e(X)))throw new i('Invalid JSON-LD syntax; "@graph" value must not be an object or an array.',"jsonld.SyntaxError",{code:"invalid @graph value",value:X});if(ne==="@value"){he=X,W&&v(R,1.1)?Z["@value"]=X:k(Z,"@value",X,{propertyIsArray:B.isFrame});continue}if(ne==="@language"){if(X===null)continue;if(!n(X)&&!B.isFrame)throw new i('Invalid JSON-LD syntax; "@language" value must be a string.',"jsonld.SyntaxError",{code:"invalid language-tagged string",value:X});X=y(X).map(M=>n(M)?M.toLowerCase():M);for(const M of X)n(M)&&!M.match(E)&&B.eventHandler&&T({event:{type:["JsonLdEvent"],code:"invalid @language value",level:"warning",message:"@language value must be valid BCP47.",details:{language:M}},options:B});k(Z,"@language",X,{propertyIsArray:B.isFrame});continue}if(ne==="@direction"){if(!n(X)&&!B.isFrame)throw new i('Invalid JSON-LD syntax; "@direction" value must be a string.',"jsonld.SyntaxError",{code:"invalid base direction",value:X});X=y(X);for(const M of X)if(n(M)&&M!=="ltr"&&M!=="rtl")throw new i('Invalid JSON-LD syntax; "@direction" must be "ltr" or "rtl".',"jsonld.SyntaxError",{code:"invalid base direction",value:X});k(Z,"@direction",X,{propertyIsArray:B.isFrame});continue}if(ne==="@index"){if(!n(X))throw new i('Invalid JSON-LD syntax; "@index" value must be a string.',"jsonld.SyntaxError",{code:"invalid @index value",value:X});k(Z,"@index",X);continue}if(ne==="@reverse"){if(!t(X))throw new i('Invalid JSON-LD syntax; "@reverse" value must be an object.',"jsonld.SyntaxError",{code:"invalid @reverse value",value:X});if(z=await N.expand({activeCtx:R,activeProperty:"@reverse",element:X,options:B}),"@reverse"in z)for(const K in z["@reverse"])k(Z,K,z["@reverse"][K],{propertyIsArray:!0});let M=Z["@reverse"]||null;for(const K in z){if(K==="@reverse")continue;M===null&&(M=Z["@reverse"]={}),k(M,K,[],{propertyIsArray:!0});const ce=z[K];for(let be=0;be<ce.length;++be){const ve=ce[be];if(a(ve)||o(ve))throw new i('Invalid JSON-LD syntax; "@reverse" value must not be a @value or an @list.',"jsonld.SyntaxError",{code:"invalid reverse property value",value:z});k(M,K,ve,{propertyIsArray:!0})}}continue}if(ne==="@nest"){Q.push(G);continue}let se=R;const ye=u(R,G,"@context");s(ye)||(se=await g({activeCtx:R,localCtx:ye,propagate:!0,overrideProtected:!0,options:B}));const _e=u(R,G,"@container")||[];if(_e.includes("@language")&&t(X)){const M=u(se,G,"@direction");z=O(se,X,M,B)}else if(_e.includes("@index")&&t(X)){const M=_e.includes("@graph"),K=u(se,G,"@index")||"@index",ce=K!=="@index"&&d(R,K,{vocab:!0},B);z=await U({activeCtx:se,options:B,activeProperty:G,value:X,asGraph:M,indexKey:K,propertyIndex:ce})}else if(_e.includes("@id")&&t(X)){const M=_e.includes("@graph");z=await U({activeCtx:se,options:B,activeProperty:G,value:X,asGraph:M,indexKey:"@id"})}else if(_e.includes("@type")&&t(X))z=await U({activeCtx:se.revertToPreviousContext(),options:B,activeProperty:G,value:X,asGraph:!1,indexKey:"@type"});else{const M=ne==="@list";if(M||ne==="@set"){let K=D;M&&J==="@graph"&&(K=null),z=await N.expand({activeCtx:se,activeProperty:K,element:X,options:B,insideList:M})}else u(R,G,"@type")==="@json"?z={"@type":"@json","@value":X}:z=await N.expand({activeCtx:se,activeProperty:G,element:X,options:B,insideList:!1})}if(!(z===null&&ne!=="@value")){if(ne!=="@list"&&!o(z)&&_e.includes("@list")&&(z={"@list":y(z)}),_e.includes("@graph")&&!_e.some(M=>M==="@id"||M==="@index")){if(z=y(z),B.isFrame||(z=z.filter(M=>{const K=Object.keys(M).length;return C({value:M,count:K,options:B})!==null})),z.length===0)continue;z=z.map(M=>({"@graph":y(M)}))}if(se.mappings.has(G)&&se.mappings.get(G).reverse){const M=Z["@reverse"]=Z["@reverse"]||{};z=y(z);for(let K=0;K<z.length;++K){const ce=z[K];if(a(ce)||o(ce))throw new i('Invalid JSON-LD syntax; "@reverse" value must not be a @value or an @list.',"jsonld.SyntaxError",{code:"invalid reverse property value",value:z});k(M,ne,ce,{propertyIsArray:!0})}continue}k(Z,ne,z,{propertyIsArray:!0})}}if("@value"in Z&&!(Z["@type"]==="@json"&&v(R,1.1))){if((t(he)||e(he))&&!B.isFrame)throw new i('Invalid JSON-LD syntax; "@value" value must not be an object or an array.',"jsonld.SyntaxError",{code:"invalid value object value",value:he})}for(const G of Q){const X=e($[G])?$[G]:[$[G]];for(const z of X){if(!t(z)||Object.keys(z).some(ne=>d(R,ne,{vocab:!0},B)==="@value"))throw new i("Invalid JSON-LD syntax; nested value must be a node object.","jsonld.SyntaxError",{code:"invalid @nest value",value:z});await F({activeCtx:R,activeProperty:D,expandedActiveProperty:J,element:z,expandedParent:Z,options:B,insideList:re,typeScopedContext:H,typeKey:S})}}}function I({activeCtx:R,activeProperty:D,value:J,options:$}){if(J==null)return null;const Z=d(R,D,{vocab:!0},$);if(Z==="@id")return d(R,J,{base:!0},$);if(Z==="@type")return d(R,J,{vocab:!0,base:!0},{...$,typeExpansion:!0});const B=u(R,D,"@type");if((B==="@id"||Z==="@graph")&&n(J)){const S=d(R,J,{base:!0},$);return S===null&&J.match(x)&&$.eventHandler&&T({event:{type:["JsonLdEvent"],code:"reserved @id value",level:"warning",message:"Reserved @id found.",details:{id:D}},options:$}),{"@id":S}}if(B==="@vocab"&&n(J))return{"@id":d(R,J,{vocab:!0,base:!0},$)};if(m(Z))return J;const re={};if(B&&!["@id","@vocab","@none"].includes(B))re["@type"]=B;else if(n(J)){const S=u(R,D,"@language");S!==null&&(re["@language"]=S);const H=u(R,D,"@direction");H!==null&&(re["@direction"]=H)}return["boolean","number","string"].includes(typeof J)||(J=J.toString()),re["@value"]=J,re}function O(R,D,J,$){const Z=[],B=Object.keys(D).sort();for(const re of B){const S=d(R,re,{vocab:!0},$);let H=D[re];e(H)||(H=[H]);for(const ee of H){if(ee===null)continue;if(!n(ee))throw new i("Invalid JSON-LD syntax; language map values must be strings.","jsonld.SyntaxError",{code:"invalid language map value",languageMap:D});const Q={"@value":ee};S!=="@none"&&(re.match(E)||$.eventHandler&&T({event:{type:["JsonLdEvent"],code:"invalid @language value",level:"warning",message:"@language value must be valid BCP47.",details:{language:re}},options:$}),Q["@language"]=re.toLowerCase()),J&&(Q["@direction"]=J),Z.push(Q)}}return Z}async function U({activeCtx:R,options:D,activeProperty:J,value:$,asGraph:Z,indexKey:B,propertyIndex:re}){const S=[],H=Object.keys($).sort(),ee=B==="@type";for(let Q of H){if(ee){const G=u(R,Q,"@context");s(G)||(R=await g({activeCtx:R,localCtx:G,propagate:!1,options:D}))}let he=$[Q];e(he)||(he=[he]),he=await N.expand({activeCtx:R,activeProperty:J,element:he,options:D,insideList:!1,insideIndex:!0});let W;re?Q==="@none"?W="@none":W=I({activeCtx:R,activeProperty:B,value:Q,options:D}):W=d(R,Q,{vocab:!0},D),B==="@id"?Q=d(R,Q,{base:!0},D):ee&&(Q=W);for(let G of he){if(Z&&!c(G)&&(G={"@graph":[G]}),B==="@type")W==="@none"||(G["@type"]?G["@type"]=[Q].concat(G["@type"]):G["@type"]=[Q]);else{if(a(G)&&!["@language","@type","@index"].includes(B))throw new i(`Invalid JSON-LD syntax; Attempt to add illegal key to value object: "${B}".`,"jsonld.SyntaxError",{code:"invalid value object",value:G});re?W!=="@none"&&k(G,re,W,{propertyIsArray:!0,prependValue:!0}):W!=="@none"&&!(B in G)&&(G[B]=Q)}S.push(G)}}return S}return yl}var vl,Lh;function Yo(){if(Lh)return vl;Lh=1;const{isKeyword:i}=Xr(),e=cr(),t=mi(),r=vi(),n=Si(),s={};return vl=s,s.createMergedNodeMap=(o,a)=>{a=a||{};const c=a.issuer||new r.IdentifierIssuer("_:b"),l={"@default":{}};return s.createNodeMap(o,l,"@default",c),s.mergeNodeMaps(l)},s.createNodeMap=(o,a,c,l,d,u)=>{if(t.isArray(o)){for(const _ of o)s.createNodeMap(_,a,c,l,void 0,u);return}if(!t.isObject(o)){u&&u.push(o);return}if(e.isValue(o)){if("@type"in o){let _=o["@type"];_.indexOf("_:")===0&&(o["@type"]=_=l.getId(_))}u&&u.push(o);return}else if(u&&e.isList(o)){const _=[];s.createNodeMap(o["@list"],a,c,l,d,_),u.push({"@list":_});return}if("@type"in o){const _=o["@type"];for(const E of _)E.indexOf("_:")===0&&l.getId(E)}t.isUndefined(d)&&(d=e.isBlankNode(o)?l.getId(o["@id"]):o["@id"]),u&&u.push({"@id":d});const m=a[c],g=m[d]=m[d]||{};g["@id"]=d;const v=Object.keys(o).sort();for(let _ of v){if(_==="@id")continue;if(_==="@reverse"){const x={"@id":d},k=o["@reverse"];for(const y in k){const h=k[y];for(const p of h){let T=p["@id"];e.isBlankNode(p)&&(T=l.getId(T)),s.createNodeMap(p,a,c,l,T),r.addValue(m[T],y,x,{propertyIsArray:!0,allowDuplicate:!1})}}continue}if(_==="@graph"){d in a||(a[d]={}),s.createNodeMap(o[_],a,d,l);continue}if(_==="@included"){s.createNodeMap(o[_],a,c,l);continue}if(_!=="@type"&&i(_)){if(_==="@index"&&_ in g&&(o[_]!==g[_]||o[_]["@id"]!==g[_]["@id"]))throw new n("Invalid JSON-LD syntax; conflicting @index property detected.","jsonld.SyntaxError",{code:"conflicting indexes",subject:g});g[_]=o[_];continue}const E=o[_];if(_.indexOf("_:")===0&&(_=l.getId(_)),E.length===0){r.addValue(g,_,[],{propertyIsArray:!0});continue}for(let x of E)if(_==="@type"&&(x=x.indexOf("_:")===0?l.getId(x):x),e.isSubject(x)||e.isSubjectReference(x)){if("@id"in x&&!x["@id"])continue;const k=e.isBlankNode(x)?l.getId(x["@id"]):x["@id"];r.addValue(g,_,{"@id":k},{propertyIsArray:!0,allowDuplicate:!1}),s.createNodeMap(x,a,c,l,k)}else if(e.isValue(x))r.addValue(g,_,x,{propertyIsArray:!0,allowDuplicate:!1});else if(e.isList(x)){const k=[];s.createNodeMap(x["@list"],a,c,l,d,k),x={"@list":k},r.addValue(g,_,x,{propertyIsArray:!0,allowDuplicate:!1})}else s.createNodeMap(x,a,c,l,d),r.addValue(g,_,x,{propertyIsArray:!0,allowDuplicate:!1})}},s.mergeNodeMapGraphs=o=>{const a={};for(const c of Object.keys(o).sort())for(const l of Object.keys(o[c]).sort()){const d=o[c][l];l in a||(a[l]={"@id":l});const u=a[l];for(const m of Object.keys(d).sort())if(i(m)&&m!=="@type")u[m]=r.clone(d[m]);else for(const g of d[m])r.addValue(u,m,r.clone(g),{propertyIsArray:!0,allowDuplicate:!1})}return a},s.mergeNodeMaps=o=>{const a=o["@default"],c=Object.keys(o).sort();for(const l of c){if(l==="@default")continue;const d=o[l];let u=a[l];u?"@graph"in u||(u["@graph"]=[]):a[l]=u={"@id":l,"@graph":[]};const m=u["@graph"];for(const g of Object.keys(d).sort()){const v=d[g];e.isSubjectReference(v)||m.push(v)}}return a},vl}var wl,Oh;function py(){if(Oh)return wl;Oh=1;const{isSubjectReference:i}=cr(),{createMergedNodeMap:e}=Yo(),t={};return wl=t,t.flatten=r=>{const n=e(r),s=[],o=Object.keys(n).sort();for(let a=0;a<o.length;++a){const c=n[o[a]];i(c)||s.push(c)}return s},wl}var _l,Ph;function my(){if(Ph)return _l;Ph=1;const i=Si(),e=cr(),t=mi(),{REGEX_BCP47:r,addValue:n}=vi(),{handleEvent:s}=Vs(),{RDF_LIST:o,RDF_FIRST:a,RDF_REST:c,RDF_NIL:l,RDF_TYPE:d,RDF_JSON_LITERAL:u,XSD_BOOLEAN:m,XSD_DOUBLE:g,XSD_INTEGER:v,XSD_STRING:_}=ad(),E={};_l=E,E.fromRDF=async(k,y)=>{const{useRdfType:h=!1,useNativeTypes:p=!1,rdfDirection:T=null}=y,N={},C={"@default":N},F={};if(T){if(T==="compound-literal")throw new i("Unsupported rdfDirection value.","jsonld.InvalidRdfDirection",{value:T});if(T!=="i18n-datatype")throw new i("Unknown rdfDirection value.","jsonld.InvalidRdfDirection",{value:T})}for(const U of k){const R=U.graph.termType==="DefaultGraph"?"@default":U.graph.value;R in C||(C[R]={}),R!=="@default"&&!(R in N)&&(N[R]={"@id":R});const D=C[R],J=U.subject.value,$=U.predicate.value,Z=U.object;J in D||(D[J]={"@id":J});const B=D[J],re=Z.termType.endsWith("Node");if(re&&!(Z.value in D)&&(D[Z.value]={"@id":Z.value}),$===d&&!h&&re){n(B,"@type",Z.value,{propertyIsArray:!0});continue}const S=x(Z,p,T,y);if(n(B,$,S,{propertyIsArray:!0}),re)if(Z.value===l){const H=D[Z.value];"usages"in H||(H.usages=[]),H.usages.push({node:B,property:$,value:S})}else Z.value in F?F[Z.value]=!1:F[Z.value]={node:B,property:$,value:S}}for(const U in C){const R=C[U];if(!(l in R))continue;const D=R[l];if(D.usages){for(let J of D.usages){let $=J.node,Z=J.property,B=J.value;const re=[],S=[];let H=Object.keys($).length;for(;Z===c&&t.isObject(F[$["@id"]])&&t.isArray($[a])&&$[a].length===1&&t.isArray($[c])&&$[c].length===1&&(H===3||H===4&&t.isArray($["@type"])&&$["@type"].length===1&&$["@type"][0]===o)&&(re.push($[a][0]),S.push($["@id"]),J=F[$["@id"]],$=J.node,Z=J.property,B=J.value,H=Object.keys($).length,!!e.isBlankNode($)););delete B["@id"],B["@list"]=re.reverse();for(const ee of S)delete R[ee]}delete D.usages}}const I=[],O=Object.keys(N).sort();for(const U of O){const R=N[U];if(U in C){const D=R["@graph"]=[],J=C[U],$=Object.keys(J).sort();for(const Z of $){const B=J[Z];e.isSubjectReference(B)||D.push(B)}}e.isSubjectReference(R)||I.push(R)}return I};function x(k,y,h,p){if(k.termType.endsWith("Node"))return{"@id":k.value};const T={"@value":k.value};if(k.language)k.language.match(r)||p.eventHandler&&s({event:{type:["JsonLdEvent"],code:"invalid @language value",level:"warning",message:"@language value must be valid BCP47.",details:{language:k.language}},options:p}),T["@language"]=k.language;else{let N=k.datatype.value;if(N||(N=_),N===u){N="@json";try{T["@value"]=JSON.parse(T["@value"])}catch(C){throw new i("JSON literal could not be parsed.","jsonld.InvalidJsonLiteral",{code:"invalid JSON literal",value:T["@value"],cause:C})}}if(y){if(N===m)T["@value"]==="true"?T["@value"]=!0:T["@value"]==="false"&&(T["@value"]=!1);else if(t.isNumeric(T["@value"]))if(N===v){const C=parseInt(T["@value"],10);C.toFixed(0)===T["@value"]&&(T["@value"]=C)}else N===g&&(T["@value"]=parseFloat(T["@value"]));[m,v,g,_].includes(N)||(T["@type"]=N)}else if(h==="i18n-datatype"&&N.startsWith("https://www.w3.org/ns/i18n#")){const[,C,F]=N.split(/[#_]/);C.length>0&&(T["@language"]=C,C.match(r)||p.eventHandler&&s({event:{type:["JsonLdEvent"],code:"invalid @language value",level:"warning",message:"@language value must be valid BCP47.",details:{language:C}},options:p})),T["@direction"]=F}else N!==_&&(T["@type"]=N)}return T}return _l}var xl,Mh;function gy(){return Mh||(Mh=1,xl=function i(e){return e===null||typeof e!="object"||e.toJSON!=null?JSON.stringify(e):Array.isArray(e)?"["+e.reduce((t,r,n)=>{const s=n===0?"":",",o=r===void 0||typeof r=="symbol"?null:r;return t+s+i(o)},"")+"]":"{"+Object.keys(e).sort().reduce((t,r,n)=>{if(e[r]===void 0||typeof e[r]=="symbol")return t;const s=t.length===0?"":",";return t+s+i(r)+":"+i(e[r])},"")+"}"}),xl}var El,Fh;function by(){if(Fh)return El;Fh=1;const{createNodeMap:i}=Yo(),{isKeyword:e}=Xr(),t=cr(),r=gy(),n=Si(),s=mi(),o=vi(),{handleEvent:a}=Vs(),{RDF_FIRST:c,RDF_REST:l,RDF_NIL:d,RDF_TYPE:u,RDF_JSON_LITERAL:m,RDF_LANGSTRING:g,XSD_BOOLEAN:v,XSD_DOUBLE:_,XSD_INTEGER:E,XSD_STRING:x}=ad(),{isAbsolute:k}=Ir(),y={};El=y,y.toRDF=(N,C)=>{const F=new o.IdentifierIssuer("_:b"),I={"@default":{}};i(N,I,"@default",F);const O=[],U=Object.keys(I).sort();for(const R of U){let D;if(R==="@default")D={termType:"DefaultGraph",value:""};else if(k(R))R.startsWith("_:")?D={termType:"BlankNode"}:D={termType:"NamedNode"},D.value=R;else{C.eventHandler&&a({event:{type:["JsonLdEvent"],code:"relative graph reference",level:"warning",message:"Relative graph reference found.",details:{graph:R}},options:C});continue}h(O,I[R],D,F,C)}return O};function h(N,C,F,I,O){const U=Object.keys(C).sort();for(const R of U){const D=C[R],J=Object.keys(D).sort();for(let $ of J){const Z=D[$];if($==="@type")$=u;else if(e($))continue;for(const B of Z){const re={termType:R.startsWith("_:")?"BlankNode":"NamedNode",value:R};if(!k(R)){O.eventHandler&&a({event:{type:["JsonLdEvent"],code:"relative subject reference",level:"warning",message:"Relative subject reference found.",details:{subject:R}},options:O});continue}const S={termType:$.startsWith("_:")?"BlankNode":"NamedNode",value:$};if(!k($)){O.eventHandler&&a({event:{type:["JsonLdEvent"],code:"relative predicate reference",level:"warning",message:"Relative predicate reference found.",details:{predicate:$}},options:O});continue}if(S.termType==="BlankNode"&&!O.produceGeneralizedRdf){O.eventHandler&&a({event:{type:["JsonLdEvent"],code:"blank node predicate",level:"warning",message:"Dropping blank node predicate.",details:{property:I.getOldIds().find(ee=>I.getId(ee)===$)}},options:O});continue}const H=T(B,I,N,F,O.rdfDirection,O);H&&N.push({subject:re,predicate:S,object:H,graph:F})}}}}function p(N,C,F,I,O,U){const R={termType:"NamedNode",value:c},D={termType:"NamedNode",value:l},J={termType:"NamedNode",value:d},$=N.pop(),Z=$?{termType:"BlankNode",value:C.getId()}:J;let B=Z;for(const re of N){const S=T(re,C,F,I,O,U),H={termType:"BlankNode",value:C.getId()};F.push({subject:B,predicate:R,object:S,graph:I}),F.push({subject:B,predicate:D,object:H,graph:I}),B=H}if($){const re=T($,C,F,I,O,U);F.push({subject:B,predicate:R,object:re,graph:I}),F.push({subject:B,predicate:D,object:J,graph:I})}return Z}function T(N,C,F,I,O,U){const R={};if(t.isValue(N)){R.termType="Literal",R.value=void 0,R.datatype={termType:"NamedNode"};let D=N["@value"];const J=N["@type"]||null;if(J==="@json")R.value=r(D),R.datatype.value=m;else if(s.isBoolean(D))R.value=D.toString(),R.datatype.value=J||v;else if(s.isDouble(D)||J===_)s.isDouble(D)||(D=parseFloat(D)),R.value=D.toExponential(15).replace(/(\d)0*e\+?/,"$1E"),R.datatype.value=J||_;else if(s.isNumber(D))R.value=D.toFixed(0),R.datatype.value=J||E;else if("@direction"in N&&O==="i18n-datatype"){const $=(N["@language"]||"").toLowerCase(),Z=N["@direction"],B=`https://www.w3.org/ns/i18n#${$}_${Z}`;R.datatype.value=B,R.value=D}else{if("@direction"in N&&O==="compound-literal")throw new n("Unsupported rdfDirection value.","jsonld.InvalidRdfDirection",{value:O});if("@direction"in N&&O)throw new n("Unknown rdfDirection value.","jsonld.InvalidRdfDirection",{value:O});"@language"in N?("@direction"in N&&!O&&U.eventHandler&&a({event:{type:["JsonLdEvent"],code:"rdfDirection not set",level:"warning",message:"rdfDirection not set for @direction.",details:{object:R.value}},options:U}),R.value=D,R.datatype.value=J||g,R.language=N["@language"]):("@direction"in N&&!O&&U.eventHandler&&a({event:{type:["JsonLdEvent"],code:"rdfDirection not set",level:"warning",message:"rdfDirection not set for @direction.",details:{object:R.value}},options:U}),R.value=D,R.datatype.value=J||x)}}else if(t.isList(N)){const D=p(N["@list"],C,F,I,O,U);R.termType=D.termType,R.value=D.value}else{const D=s.isObject(N)?N["@id"]:N;R.termType=D.startsWith("_:")?"BlankNode":"NamedNode",R.value=D}return R.termType==="NamedNode"&&!k(R.value)?(U.eventHandler&&a({event:{type:["JsonLdEvent"],code:"relative object reference",level:"warning",message:"Relative object reference found.",details:{object:R.value}},options:U}),null):R}return El}var Sl,jh;function yy(){if(jh)return Sl;jh=1;const{isKeyword:i}=Xr(),e=cr(),t=mi(),r=vi(),n=Ir(),s=Si(),{createNodeMap:o,mergeNodeMapGraphs:a}=Yo(),c={};Sl=c,c.frameMergedOrDefault=(h,p,T)=>{const N={options:T,embedded:!1,graph:"@default",graphMap:{"@default":{}},subjectStack:[],link:{},bnodeMap:{}},C=new r.IdentifierIssuer("_:b");o(h,N.graphMap,"@default",C),T.merged&&(N.graphMap["@merged"]=a(N.graphMap),N.graph="@merged"),N.subjects=N.graphMap[N.graph];const F=[];c.frame(N,Object.keys(N.subjects).sort(),p,F),T.pruneBlankNodeIdentifiers&&(T.bnodesToClear=Object.keys(N.bnodeMap).filter(I=>N.bnodeMap[I].length===1));// remove @preserve from results
345
+ */var Za,fh;function iy(){if(fh)return Za;fh=1;const i=Jo(),e=Pp();return Za=class extends e{constructor(){super(),this.name="URGNA2012",this.createMessageDigest=()=>new i("sha1")}modifyFirstDegreeComponent(r,n,s){return n.termType!=="BlankNode"?n:s==="graph"?{termType:"BlankNode",value:"_:g"}:{termType:"BlankNode",value:n.value===r?"_:a":"_:z"}}getRelatedPredicate(r){return r.predicate.value}createHashToRelated(r,n){const s=new Map,o=this.blankNodeInfo.get(r).quads;for(const a of o){let c,l;if(a.subject.termType==="BlankNode"&&a.subject.value!==r)l=a.subject.value,c="p";else if(a.object.termType==="BlankNode"&&a.object.value!==r)l=a.object.value,c="r";else continue;const d=this.hashRelatedBlankNode(l,a,n,c),u=s.get(d);u?u.push(l):s.set(d,[l])}return s}},Za}const ry={},ny=Object.freeze(Object.defineProperty({__proto__:null,default:ry},Symbol.toStringTag,{value:"Module"})),sy=Nm(ny);var ph;function oy(){return ph||(ph=1,function(i){const e=Op(),t=ty(),r=Pp(),n=iy();let s;try{s=sy}catch{}function o(a){return Array.isArray(a)?a:i.NQuads.legacyDatasetToQuads(a)}i.NQuads=sd(),i.IdentifierIssuer=nd(),i._rdfCanonizeNative=function(a){return a&&(s=a),s},i.canonize=async function(a,c){const l=o(a);if(c.useNative){if(!s)throw new Error("rdf-canonize-native not available");if(c.createMessageDigest)throw new Error('"createMessageDigest" cannot be used with "useNative".');return new Promise((d,u)=>s.canonize(l,c,(m,g)=>m?u(m):d(g)))}if(c.algorithm==="URDNA2015")return new e(c).main(l);if(c.algorithm==="URGNA2012"){if(c.createMessageDigest)throw new Error('"createMessageDigest" cannot be used with "URGNA2012".');return new t(c).main(l)}throw"algorithm"in c?new Error("Invalid RDF Dataset Canonicalization algorithm: "+c.algorithm):new Error("No RDF Dataset Canonicalization algorithm specified.")},i._canonizeSync=function(a,c){const l=o(a);if(c.useNative){if(!s)throw new Error("rdf-canonize-native not available");if(c.createMessageDigest)throw new Error('"createMessageDigest" cannot be used with "useNative".');return s.canonizeSync(l,c)}if(c.algorithm==="URDNA2015")return new r(c).main(l);if(c.algorithm==="URGNA2012"){if(c.createMessageDigest)throw new Error('"createMessageDigest" cannot be used with "URGNA2012".');return new n(c).main(l)}throw"algorithm"in c?new Error("Invalid RDF Dataset Canonicalization algorithm: "+c.algorithm):new Error("No RDF Dataset Canonicalization algorithm specified.")}}(za)),za}var el,mh;function od(){return mh||(mh=1,el=oy()),el}var tl,gh;function mi(){if(gh)return tl;gh=1;const i={};return tl=i,i.isArray=Array.isArray,i.isBoolean=e=>typeof e=="boolean"||Object.prototype.toString.call(e)==="[object Boolean]",i.isDouble=e=>i.isNumber(e)&&(String(e).indexOf(".")!==-1||Math.abs(e)>=1e21),i.isEmptyObject=e=>i.isObject(e)&&Object.keys(e).length===0,i.isNumber=e=>typeof e=="number"||Object.prototype.toString.call(e)==="[object Number]",i.isNumeric=e=>!isNaN(parseFloat(e))&&isFinite(e),i.isObject=e=>Object.prototype.toString.call(e)==="[object Object]",i.isString=e=>typeof e=="string"||Object.prototype.toString.call(e)==="[object String]",i.isUndefined=e=>typeof e>"u",tl}var il,bh;function cr(){if(bh)return il;bh=1;const i=mi(),e={};return il=e,e.isSubject=t=>i.isObject(t)&&!("@value"in t||"@set"in t||"@list"in t)?Object.keys(t).length>1||!("@id"in t):!1,e.isSubjectReference=t=>i.isObject(t)&&Object.keys(t).length===1&&"@id"in t,e.isValue=t=>i.isObject(t)&&"@value"in t,e.isList=t=>i.isObject(t)&&"@list"in t,e.isGraph=t=>i.isObject(t)&&"@graph"in t&&Object.keys(t).filter(r=>r!=="@id"&&r!=="@index").length===1,e.isSimpleGraph=t=>e.isGraph(t)&&!("@id"in t),e.isBlankNode=t=>{if(i.isObject(t)){if("@id"in t){const r=t["@id"];return!i.isString(r)||r.indexOf("_:")===0}return Object.keys(t).length===0||!("@value"in t||"@set"in t||"@list"in t)}return!1},il}var rl,yh;function Si(){return yh||(yh=1,rl=class extends Error{constructor(e="An unspecified JSON-LD error occurred.",t="jsonld.Error",r={}){super(e),this.name=t,this.message=e,this.details=r}}),rl}var nl,vh;function vi(){if(vh)return nl;vh=1;const i=cr(),e=mi(),t=od().IdentifierIssuer,r=Si(),n=/^[a-zA-Z]{1,8}(-[a-zA-Z0-9]{1,8})*$/,s=/(?:<[^>]*?>|"[^"]*?"|[^,])+/g,o=/\s*<([^>]*?)>\s*(?:;\s*(.*))?/,a=/(.*?)=(?:(?:"([^"]*?)")|([^"]*?))\s*(?:(?:;\s*)|$)/g,c=/^@[a-zA-Z]+$/,l={headers:{accept:"application/ld+json, application/json"}},d={};nl=d,d.IdentifierIssuer=t,d.REGEX_BCP47=n,d.REGEX_KEYWORD=c,d.clone=function(m){if(m&&typeof m=="object"){let g;if(e.isArray(m)){g=[];for(let v=0;v<m.length;++v)g[v]=d.clone(m[v])}else if(m instanceof Map){g=new Map;for(const[v,_]of m)g.set(v,d.clone(_))}else if(m instanceof Set){g=new Set;for(const v of m)g.add(d.clone(v))}else if(e.isObject(m)){g={};for(const v in m)g[v]=d.clone(m[v])}else g=m.toString();return g}return m},d.asArray=function(m){return Array.isArray(m)?m:[m]},d.buildHeaders=(m={})=>{if(Object.keys(m).some(v=>v.toLowerCase()==="accept"))throw new RangeError('Accept header may not be specified; only "'+l.headers.accept+'" is supported.');return Object.assign({Accept:l.headers.accept},m)},d.parseLinkHeader=m=>{const g={},v=m.match(s);for(let _=0;_<v.length;++_){let E=v[_].match(o);if(!E)continue;const x={target:E[1]},k=E[2];for(;E=a.exec(k);)x[E[1]]=E[2]===void 0?E[3]:E[2];const y=x.rel||"";Array.isArray(g[y])?g[y].push(x):g.hasOwnProperty(y)?g[y]=[g[y],x]:g[y]=x}return g},d.validateTypeValue=(m,g)=>{if(!e.isString(m)&&!(e.isArray(m)&&m.every(v=>e.isString(v)))){if(g&&e.isObject(m))switch(Object.keys(m).length){case 0:return;case 1:if("@default"in m&&d.asArray(m["@default"]).every(v=>e.isString(v)))return}throw new r('Invalid JSON-LD syntax; "@type" value must a string, an array of strings, an empty object, or a default object.',"jsonld.SyntaxError",{code:"invalid type value",value:m})}},d.hasProperty=(m,g)=>{if(m.hasOwnProperty(g)){const v=m[g];return!e.isArray(v)||v.length>0}return!1},d.hasValue=(m,g,v)=>{if(d.hasProperty(m,g)){let _=m[g];const E=i.isList(_);if(e.isArray(_)||E){E&&(_=_["@list"]);for(let x=0;x<_.length;++x)if(d.compareValues(v,_[x]))return!0}else if(!e.isArray(v))return d.compareValues(v,_)}return!1},d.addValue=(m,g,v,_)=>{if(_=_||{},"propertyIsArray"in _||(_.propertyIsArray=!1),"valueIsArray"in _||(_.valueIsArray=!1),"allowDuplicate"in _||(_.allowDuplicate=!0),"prependValue"in _||(_.prependValue=!1),_.valueIsArray)m[g]=v;else if(e.isArray(v)){v.length===0&&_.propertyIsArray&&!m.hasOwnProperty(g)&&(m[g]=[]),_.prependValue&&(v=v.concat(m[g]),m[g]=[]);for(let E=0;E<v.length;++E)d.addValue(m,g,v[E],_)}else if(m.hasOwnProperty(g)){const E=!_.allowDuplicate&&d.hasValue(m,g,v);!e.isArray(m[g])&&(!E||_.propertyIsArray)&&(m[g]=[m[g]]),E||(_.prependValue?m[g].unshift(v):m[g].push(v))}else m[g]=_.propertyIsArray?[v]:v},d.getValues=(m,g)=>[].concat(m[g]||[]),d.removeProperty=(m,g)=>{delete m[g]},d.removeValue=(m,g,v,_)=>{_=_||{},"propertyIsArray"in _||(_.propertyIsArray=!1);const E=d.getValues(m,g).filter(x=>!d.compareValues(x,v));E.length===0?d.removeProperty(m,g):E.length===1&&!_.propertyIsArray?m[g]=E[0]:m[g]=E},d.relabelBlankNodes=(m,g)=>{g=g||{};const v=g.issuer||new t("_:b");return u(v,m)},d.compareValues=(m,g)=>m===g||i.isValue(m)&&i.isValue(g)&&m["@value"]===g["@value"]&&m["@type"]===g["@type"]&&m["@language"]===g["@language"]&&m["@index"]===g["@index"]?!0:e.isObject(m)&&"@id"in m&&e.isObject(g)&&"@id"in g?m["@id"]===g["@id"]:!1,d.compareShortestLeast=(m,g)=>m.length<g.length?-1:g.length<m.length?1:m===g?0:m<g?-1:1;function u(m,g){if(e.isArray(g))for(let v=0;v<g.length;++v)g[v]=u(m,g[v]);else if(i.isList(g))g["@list"]=u(m,g["@list"]);else if(e.isObject(g)){i.isBlankNode(g)&&(g["@id"]=m.getId(g["@id"]));const v=Object.keys(g).sort();for(let _=0;_<v.length;++_){const E=v[_];E!=="@id"&&(g[E]=u(m,g[E]))}}return g}return nl}var sl,wh;function ad(){if(wh)return sl;wh=1;const i="http://www.w3.org/1999/02/22-rdf-syntax-ns#",e="http://www.w3.org/2001/XMLSchema#";return sl={LINK_HEADER_REL:"http://www.w3.org/ns/json-ld#context",LINK_HEADER_CONTEXT:"http://www.w3.org/ns/json-ld#context",RDF:i,RDF_LIST:i+"List",RDF_FIRST:i+"first",RDF_REST:i+"rest",RDF_NIL:i+"nil",RDF_TYPE:i+"type",RDF_PLAIN_LITERAL:i+"PlainLiteral",RDF_XML_LITERAL:i+"XMLLiteral",RDF_JSON_LITERAL:i+"JSON",RDF_OBJECT:i+"object",RDF_LANGSTRING:i+"langString",XSD:e,XSD_BOOLEAN:e+"boolean",XSD_DOUBLE:e+"double",XSD_INTEGER:e+"integer",XSD_STRING:e+"string"},sl}var ol,_h;function Mp(){return _h||(_h=1,ol=class{constructor(){this._requests={}}wrapLoader(e){const t=this;return t._loader=e,function(){return t.add.apply(t,arguments)}}async add(e){let t=this._requests[e];if(t)return Promise.resolve(t);t=this._requests[e]=this._loader(e);try{return await t}finally{delete this._requests[e]}}}),ol}var al,xh;function Ir(){if(xh)return al;xh=1;const i=mi(),e={};al=e,e.parsers={simple:{keys:["href","scheme","authority","path","query","fragment"],regex:/^(?:([^:\/?#]+):)?(?:\/\/([^\/?#]*))?([^?#]*)(?:\?([^#]*))?(?:#(.*))?/},full:{keys:["href","protocol","scheme","authority","auth","user","password","hostname","port","path","directory","file","query","fragment"],regex:/^(([a-zA-Z][a-zA-Z0-9+-.]*):)?(?:\/\/((?:(([^:@]*)(?::([^:@]*))?)?@)?([^:\/?#]*)(?::(\d*))?))?(?:(((?:[^?#\/]*\/)*)([^?#]*))(?:\?([^#]*))?(?:#(.*))?)/}},e.parse=(r,n)=>{const s={},o=e.parsers[n||"full"],a=o.regex.exec(r);let c=o.keys.length;for(;c--;)s[o.keys[c]]=a[c]===void 0?null:a[c];return(s.scheme==="https"&&s.port==="443"||s.scheme==="http"&&s.port==="80")&&(s.href=s.href.replace(":"+s.port,""),s.authority=s.authority.replace(":"+s.port,""),s.port=null),s.normalizedPath=e.removeDotSegments(s.path),s},e.prependBase=(r,n)=>{if(r===null||e.isAbsolute(n))return n;(!r||i.isString(r))&&(r=e.parse(r||""));const s=e.parse(n),o={protocol:r.protocol||""};if(s.authority!==null)o.authority=s.authority,o.path=s.path,o.query=s.query;else if(o.authority=r.authority,s.path==="")o.path=r.path,s.query!==null?o.query=s.query:o.query=r.query;else{if(s.path.indexOf("/")===0)o.path=s.path;else{let c=r.path;c=c.substr(0,c.lastIndexOf("/")+1),(c.length>0||r.authority)&&c.substr(-1)!=="/"&&(c+="/"),c+=s.path,o.path=c}o.query=s.query}s.path!==""&&(o.path=e.removeDotSegments(o.path));let a=o.protocol;return o.authority!==null&&(a+="//"+o.authority),a+=o.path,o.query!==null&&(a+="?"+o.query),s.fragment!==null&&(a+="#"+s.fragment),a===""&&(a="./"),a},e.removeBase=(r,n)=>{if(r===null)return n;(!r||i.isString(r))&&(r=e.parse(r||""));let s="";if(r.href!==""?s+=(r.protocol||"")+"//"+(r.authority||""):n.indexOf("//")&&(s+="//"),n.indexOf(s)!==0)return n;const o=e.parse(n.substr(s.length)),a=r.normalizedPath.split("/"),c=o.normalizedPath.split("/"),l=o.fragment||o.query?0:1;for(;a.length>0&&c.length>l&&a[0]===c[0];)a.shift(),c.shift();let d="";if(a.length>0){a.pop();for(let u=0;u<a.length;++u)d+="../"}return d+=c.join("/"),o.query!==null&&(d+="?"+o.query),o.fragment!==null&&(d+="#"+o.fragment),d===""&&(d="./"),d},e.removeDotSegments=r=>{if(r.length===0)return"";const n=r.split("/"),s=[];for(;n.length>0;){const o=n.shift(),a=n.length===0;if(o==="."){a&&s.push("");continue}if(o===".."){s.pop(),a&&s.push("");continue}s.push(o)}return r[0]==="/"&&s.length>0&&s[0]!==""&&s.unshift(""),s.length===1&&s[0]===""?"/":s.join("/")};const t=/^([A-Za-z][A-Za-z0-9+-.]*|_):[^\s]*$/;return e.isAbsolute=r=>i.isString(r)&&t.test(r),e.isRelative=r=>i.isString(r),al}var ll,Eh;function ay(){if(Eh)return ll;Eh=1;const{parseLinkHeader:i,buildHeaders:e}=vi(),{LINK_HEADER_CONTEXT:t}=ad(),r=Si(),n=Mp(),{prependBase:s}=Ir(),o=/(^|(\r\n))link:/i;ll=({secure:c,headers:l={},xhr:d}={headers:{}})=>{return l=e(l),new n().wrapLoader(m);async function m(g){if(g.indexOf("http:")!==0&&g.indexOf("https:")!==0)throw new r('URL could not be dereferenced; only "http" and "https" URLs are supported.',"jsonld.InvalidUrl",{code:"loading document failed",url:g});if(c&&g.indexOf("https")!==0)throw new r(`URL could not be dereferenced; secure mode is enabled and the URL's scheme is not "https".`,"jsonld.InvalidUrl",{code:"loading document failed",url:g});let v;try{v=await a(d,g,l)}catch(y){throw new r("URL could not be dereferenced, an error occurred.","jsonld.LoadDocumentError",{code:"loading document failed",url:g,cause:y})}if(v.status>=400)throw new r("URL could not be dereferenced: "+v.statusText,"jsonld.LoadDocumentError",{code:"loading document failed",url:g,httpStatusCode:v.status});let _={contextUrl:null,documentUrl:g,document:v.response},E=null;const x=v.getResponseHeader("Content-Type");let k;if(o.test(v.getAllResponseHeaders())&&(k=v.getResponseHeader("Link")),k&&x!=="application/ld+json"){const y=i(k),h=y[t];if(Array.isArray(h))throw new r("URL could not be dereferenced, it has more than one associated HTTP Link Header.","jsonld.InvalidUrl",{code:"multiple context link headers",url:g});h&&(_.contextUrl=h.target),E=y.alternate,E&&E.type=="application/ld+json"&&!(x||"").match(/^application\/(\w*\+)?json$/)&&(_=await m(s(g,E.target)))}return _}};function a(c,l,d){c=c||XMLHttpRequest;const u=new c;return new Promise((m,g)=>{u.onload=()=>m(u),u.onerror=v=>g(v),u.open("GET",l,!0);for(const v in d)u.setRequestHeader(v,d[v]);u.send()})}return ll}var cl,Sh;function ly(){if(Sh)return cl;Sh=1;const i=ay(),e={};return cl=e,e.setupDocumentLoaders=function(t){typeof XMLHttpRequest<"u"&&(t.documentLoaders.xhr=i,t.useDocumentLoader("xhr"))},e.setupGlobals=function(t){typeof globalThis.JsonLdProcessor>"u"&&Object.defineProperty(globalThis,"JsonLdProcessor",{writable:!0,enumerable:!1,configurable:!0,value:t.JsonLdProcessor})},cl}var dl,kh;function cy(){return kh||(kh=1,dl=function(i){i.prototype[Symbol.iterator]=function*(){for(let e=this.head;e;e=e.next)yield e.value}}),dl}var ul,Rh;function dy(){if(Rh)return ul;Rh=1,ul=i,i.Node=n,i.create=i;function i(s){var o=this;if(o instanceof i||(o=new i),o.tail=null,o.head=null,o.length=0,s&&typeof s.forEach=="function")s.forEach(function(l){o.push(l)});else if(arguments.length>0)for(var a=0,c=arguments.length;a<c;a++)o.push(arguments[a]);return o}i.prototype.removeNode=function(s){if(s.list!==this)throw new Error("removing node which does not belong to this list");var o=s.next,a=s.prev;return o&&(o.prev=a),a&&(a.next=o),s===this.head&&(this.head=o),s===this.tail&&(this.tail=a),s.list.length--,s.next=null,s.prev=null,s.list=null,o},i.prototype.unshiftNode=function(s){if(s!==this.head){s.list&&s.list.removeNode(s);var o=this.head;s.list=this,s.next=o,o&&(o.prev=s),this.head=s,this.tail||(this.tail=s),this.length++}},i.prototype.pushNode=function(s){if(s!==this.tail){s.list&&s.list.removeNode(s);var o=this.tail;s.list=this,s.prev=o,o&&(o.next=s),this.tail=s,this.head||(this.head=s),this.length++}},i.prototype.push=function(){for(var s=0,o=arguments.length;s<o;s++)t(this,arguments[s]);return this.length},i.prototype.unshift=function(){for(var s=0,o=arguments.length;s<o;s++)r(this,arguments[s]);return this.length},i.prototype.pop=function(){if(this.tail){var s=this.tail.value;return this.tail=this.tail.prev,this.tail?this.tail.next=null:this.head=null,this.length--,s}},i.prototype.shift=function(){if(this.head){var s=this.head.value;return this.head=this.head.next,this.head?this.head.prev=null:this.tail=null,this.length--,s}},i.prototype.forEach=function(s,o){o=o||this;for(var a=this.head,c=0;a!==null;c++)s.call(o,a.value,c,this),a=a.next},i.prototype.forEachReverse=function(s,o){o=o||this;for(var a=this.tail,c=this.length-1;a!==null;c--)s.call(o,a.value,c,this),a=a.prev},i.prototype.get=function(s){for(var o=0,a=this.head;a!==null&&o<s;o++)a=a.next;if(o===s&&a!==null)return a.value},i.prototype.getReverse=function(s){for(var o=0,a=this.tail;a!==null&&o<s;o++)a=a.prev;if(o===s&&a!==null)return a.value},i.prototype.map=function(s,o){o=o||this;for(var a=new i,c=this.head;c!==null;)a.push(s.call(o,c.value,this)),c=c.next;return a},i.prototype.mapReverse=function(s,o){o=o||this;for(var a=new i,c=this.tail;c!==null;)a.push(s.call(o,c.value,this)),c=c.prev;return a},i.prototype.reduce=function(s,o){var a,c=this.head;if(arguments.length>1)a=o;else if(this.head)c=this.head.next,a=this.head.value;else throw new TypeError("Reduce of empty list with no initial value");for(var l=0;c!==null;l++)a=s(a,c.value,l),c=c.next;return a},i.prototype.reduceReverse=function(s,o){var a,c=this.tail;if(arguments.length>1)a=o;else if(this.tail)c=this.tail.prev,a=this.tail.value;else throw new TypeError("Reduce of empty list with no initial value");for(var l=this.length-1;c!==null;l--)a=s(a,c.value,l),c=c.prev;return a},i.prototype.toArray=function(){for(var s=new Array(this.length),o=0,a=this.head;a!==null;o++)s[o]=a.value,a=a.next;return s},i.prototype.toArrayReverse=function(){for(var s=new Array(this.length),o=0,a=this.tail;a!==null;o++)s[o]=a.value,a=a.prev;return s},i.prototype.slice=function(s,o){o=o||this.length,o<0&&(o+=this.length),s=s||0,s<0&&(s+=this.length);var a=new i;if(o<s||o<0)return a;s<0&&(s=0),o>this.length&&(o=this.length);for(var c=0,l=this.head;l!==null&&c<s;c++)l=l.next;for(;l!==null&&c<o;c++,l=l.next)a.push(l.value);return a},i.prototype.sliceReverse=function(s,o){o=o||this.length,o<0&&(o+=this.length),s=s||0,s<0&&(s+=this.length);var a=new i;if(o<s||o<0)return a;s<0&&(s=0),o>this.length&&(o=this.length);for(var c=this.length,l=this.tail;l!==null&&c>o;c--)l=l.prev;for(;l!==null&&c>s;c--,l=l.prev)a.push(l.value);return a},i.prototype.splice=function(s,o,...a){s>this.length&&(s=this.length-1),s<0&&(s=this.length+s);for(var c=0,l=this.head;l!==null&&c<s;c++)l=l.next;for(var d=[],c=0;l&&c<o;c++)d.push(l.value),l=this.removeNode(l);l===null&&(l=this.tail),l!==this.head&&l!==this.tail&&(l=l.prev);for(var c=0;c<a.length;c++)l=e(this,l,a[c]);return d},i.prototype.reverse=function(){for(var s=this.head,o=this.tail,a=s;a!==null;a=a.prev){var c=a.prev;a.prev=a.next,a.next=c}return this.head=o,this.tail=s,this};function e(s,o,a){var c=o===s.head?new n(a,null,o,s):new n(a,o,o.next,s);return c.next===null&&(s.tail=c),c.prev===null&&(s.head=c),s.length++,c}function t(s,o){s.tail=new n(o,s.tail,null,s),s.head||(s.head=s.tail),s.length++}function r(s,o){s.head=new n(o,null,s.head,s),s.tail||(s.tail=s.head),s.length++}function n(s,o,a,c){if(!(this instanceof n))return new n(s,o,a,c);this.list=c,this.value=s,o?(o.next=this,this.prev=o):this.prev=null,a?(a.prev=this,this.next=a):this.next=null}try{cy()(i)}catch{}return ul}var hl,Ih;function Fp(){if(Ih)return hl;Ih=1;const i=dy(),e=Symbol("max"),t=Symbol("length"),r=Symbol("lengthCalculator"),n=Symbol("allowStale"),s=Symbol("maxAge"),o=Symbol("dispose"),a=Symbol("noDisposeOnSet"),c=Symbol("lruList"),l=Symbol("cache"),d=Symbol("updateAgeOnGet"),u=()=>1;class m{constructor(h){if(typeof h=="number"&&(h={max:h}),h||(h={}),h.max&&(typeof h.max!="number"||h.max<0))throw new TypeError("max must be a non-negative number");this[e]=h.max||1/0;const p=h.length||u;if(this[r]=typeof p!="function"?u:p,this[n]=h.stale||!1,h.maxAge&&typeof h.maxAge!="number")throw new TypeError("maxAge must be a number");this[s]=h.maxAge||0,this[o]=h.dispose,this[a]=h.noDisposeOnSet||!1,this[d]=h.updateAgeOnGet||!1,this.reset()}set max(h){if(typeof h!="number"||h<0)throw new TypeError("max must be a non-negative number");this[e]=h||1/0,_(this)}get max(){return this[e]}set allowStale(h){this[n]=!!h}get allowStale(){return this[n]}set maxAge(h){if(typeof h!="number")throw new TypeError("maxAge must be a non-negative number");this[s]=h,_(this)}get maxAge(){return this[s]}set lengthCalculator(h){typeof h!="function"&&(h=u),h!==this[r]&&(this[r]=h,this[t]=0,this[c].forEach(p=>{p.length=this[r](p.value,p.key),this[t]+=p.length})),_(this)}get lengthCalculator(){return this[r]}get length(){return this[t]}get itemCount(){return this[c].length}rforEach(h,p){p=p||this;for(let T=this[c].tail;T!==null;){const N=T.prev;k(this,h,T,p),T=N}}forEach(h,p){p=p||this;for(let T=this[c].head;T!==null;){const N=T.next;k(this,h,T,p),T=N}}keys(){return this[c].toArray().map(h=>h.key)}values(){return this[c].toArray().map(h=>h.value)}reset(){this[o]&&this[c]&&this[c].length&&this[c].forEach(h=>this[o](h.key,h.value)),this[l]=new Map,this[c]=new i,this[t]=0}dump(){return this[c].map(h=>v(this,h)?!1:{k:h.key,v:h.value,e:h.now+(h.maxAge||0)}).toArray().filter(h=>h)}dumpLru(){return this[c]}set(h,p,T){if(T=T||this[s],T&&typeof T!="number")throw new TypeError("maxAge must be a number");const N=T?Date.now():0,C=this[r](p,h);if(this[l].has(h)){if(C>this[e])return E(this,this[l].get(h)),!1;const O=this[l].get(h).value;return this[o]&&(this[a]||this[o](h,O.value)),O.now=N,O.maxAge=T,O.value=p,this[t]+=C-O.length,O.length=C,this.get(h),_(this),!0}const F=new x(h,p,C,N,T);return F.length>this[e]?(this[o]&&this[o](h,p),!1):(this[t]+=F.length,this[c].unshift(F),this[l].set(h,this[c].head),_(this),!0)}has(h){if(!this[l].has(h))return!1;const p=this[l].get(h).value;return!v(this,p)}get(h){return g(this,h,!0)}peek(h){return g(this,h,!1)}pop(){const h=this[c].tail;return h?(E(this,h),h.value):null}del(h){E(this,this[l].get(h))}load(h){this.reset();const p=Date.now();for(let T=h.length-1;T>=0;T--){const N=h[T],C=N.e||0;if(C===0)this.set(N.k,N.v);else{const F=C-p;F>0&&this.set(N.k,N.v,F)}}}prune(){this[l].forEach((h,p)=>g(this,p,!1))}}const g=(y,h,p)=>{const T=y[l].get(h);if(T){const N=T.value;if(v(y,N)){if(E(y,T),!y[n])return}else p&&(y[d]&&(T.value.now=Date.now()),y[c].unshiftNode(T));return N.value}},v=(y,h)=>{if(!h||!h.maxAge&&!y[s])return!1;const p=Date.now()-h.now;return h.maxAge?p>h.maxAge:y[s]&&p>y[s]},_=y=>{if(y[t]>y[e])for(let h=y[c].tail;y[t]>y[e]&&h!==null;){const p=h.prev;E(y,h),h=p}},E=(y,h)=>{if(h){const p=h.value;y[o]&&y[o](p.key,p.value),y[t]-=p.length,y[l].delete(p.key),y[c].removeNode(h)}};class x{constructor(h,p,T,N,C){this.key=h,this.value=p,this.length=T,this.now=N,this.maxAge=C||0}}const k=(y,h,p,T)=>{let N=p.value;v(y,N)&&(E(y,p),y[n]||(N=void 0)),N&&h.call(T,N.value,N.key,y)};return hl=m,hl}var fl,Th;function uy(){if(Th)return fl;Th=1;const i=Fp(),e=10;return fl=class{constructor({document:r}){this.document=r,this.cache=new i({max:e})}getProcessed(r){return this.cache.get(r)}setProcessed(r,n){this.cache.set(r,n)}},fl}var pl,Ch;function hy(){if(Ch)return pl;Ch=1;const{isArray:i,isObject:e,isString:t}=mi(),{asArray:r}=vi(),{prependBase:n}=Ir(),s=Si(),o=uy(),a=10;pl=class{constructor({sharedCache:u}){this.perOpCache=new Map,this.sharedCache=u}async resolve({activeCtx:u,context:m,documentLoader:g,base:v,cycles:_=new Set}){m&&e(m)&&m["@context"]&&(m=m["@context"]),m=r(m);const E=[];for(const x of m){if(t(x)){let h=this._get(x);h||(h=await this._resolveRemoteContext({activeCtx:u,url:x,documentLoader:g,base:v,cycles:_})),i(h)?E.push(...h):E.push(h);continue}if(x===null){E.push(new o({document:null}));continue}e(x)||c(m);const k=JSON.stringify(x);let y=this._get(k);y||(y=new o({document:x}),this._cacheResolvedContext({key:k,resolved:y,tag:"static"})),E.push(y)}return E}_get(u){let m=this.perOpCache.get(u);if(!m){const g=this.sharedCache.get(u);g&&(m=g.get("static"),m&&this.perOpCache.set(u,m))}return m}_cacheResolvedContext({key:u,resolved:m,tag:g}){if(this.perOpCache.set(u,m),g!==void 0){let v=this.sharedCache.get(u);v||(v=new Map,this.sharedCache.set(u,v)),v.set(g,m)}return m}async _resolveRemoteContext({activeCtx:u,url:m,documentLoader:g,base:v,cycles:_}){m=n(v,m);const{context:E,remoteDoc:x}=await this._fetchContext({activeCtx:u,url:m,documentLoader:g,cycles:_});v=x.documentUrl||m,l({context:E,base:v});const k=await this.resolve({activeCtx:u,context:E,documentLoader:g,base:v,cycles:_});return this._cacheResolvedContext({key:m,resolved:k,tag:x.tag}),k}async _fetchContext({activeCtx:u,url:m,documentLoader:g,cycles:v}){if(v.size>a)throw new s("Maximum number of @context URLs exceeded.","jsonld.ContextUrlError",{code:u.processingMode==="json-ld-1.0"?"loading remote context failed":"context overflow",max:a});if(v.has(m))throw new s("Cyclical @context URLs detected.","jsonld.ContextUrlError",{code:u.processingMode==="json-ld-1.0"?"recursive context inclusion":"context overflow",url:m});v.add(m);let _,E;try{E=await g(m),_=E.document||null,t(_)&&(_=JSON.parse(_))}catch(x){throw new s(`Dereferencing a URL did not result in a valid JSON-LD object. Possible causes are an inaccessible URL perhaps due to a same-origin policy (ensure the server uses CORS if you are using client-side JavaScript), too many redirects, a non-JSON response, or more than one HTTP Link Header was provided for a remote context. URL: "${m}".`,"jsonld.InvalidUrl",{code:"loading remote context failed",url:m,cause:x})}if(!e(_))throw new s(`Dereferencing a URL did not result in a JSON object. The response was valid JSON, but it was not a JSON object. URL: "${m}".`,"jsonld.InvalidUrl",{code:"invalid remote context",url:m});return"@context"in _?_={"@context":_["@context"]}:_={"@context":{}},E.contextUrl&&(i(_["@context"])||(_["@context"]=[_["@context"]]),_["@context"].push(E.contextUrl)),{context:_,remoteDoc:E}}};function c(d){throw new s("Invalid JSON-LD syntax; @context must be an object.","jsonld.SyntaxError",{code:"invalid local context",context:d})}function l({context:d,base:u}){if(!d)return;const m=d["@context"];if(t(m)){d["@context"]=n(u,m);return}if(i(m)){for(let g=0;g<m.length;++g){const v=m[g];if(t(v)){m[g]=n(u,v);continue}e(v)&&l({context:{"@context":v},base:u})}return}if(e(m))for(const g in m)l({context:m[g],base:u})}return pl}var ml,$h;function fy(){return $h||($h=1,ml=od().NQuads),ml}var gl,Ah;function Vs(){if(Ah)return gl;Ah=1;const i=Si(),{isArray:e}=mi(),{asArray:t}=vi(),r={};gl=r,r.defaultEventHandler=null,r.setupEventHandler=({options:o={}})=>{const a=[].concat(o.safe?r.safeEventHandler:[],o.eventHandler?t(o.eventHandler):[],r.defaultEventHandler?r.defaultEventHandler:[]);return a.length===0?null:a},r.handleEvent=({event:o,options:a})=>{n({event:o,handlers:a.eventHandler})};function n({event:o,handlers:a}){let c=!0;for(let l=0;c&&l<a.length;++l){c=!1;const d=a[l];if(e(d))c=n({event:o,handlers:d});else if(typeof d=="function")d({event:o,next:()=>{c=!0}});else if(typeof d=="object")o.code in d?d[o.code]({event:o,next:()=>{c=!0}}):c=!0;else throw new i("Invalid event handler.","jsonld.InvalidEventHandler",{event:o})}return c}const s=new Set(["empty object","free-floating scalar","invalid @language value","invalid property","null @id value","null @value value","object with only @id","object with only @language","object with only @list","object with only @value","relative @id reference","relative @type reference","relative @vocab reference","reserved @id value","reserved @reverse value","reserved term","blank node predicate","relative graph reference","relative object reference","relative predicate reference","relative subject reference","rdfDirection not set"]);return r.safeEventHandler=function({event:a,next:c}){if(a.level==="warning"&&s.has(a.code))throw new i("Safe mode validation error.","jsonld.ValidationError",{event:a});c()},r.logEventHandler=function({event:a,next:c}){console.log(`EVENT: ${a.message}`,{event:a}),c()},r.logWarningEventHandler=function({event:a,next:c}){a.level==="warning"&&console.warn(`WARNING: ${a.message}`,{event:a}),c()},r.unhandledEventHandler=function({event:a}){throw new i("No handler for event.","jsonld.UnhandledEvent",{event:a})},r.setDefaultEventHandler=function({eventHandler:o}={}){r.defaultEventHandler=o?t(o):null},gl}var bl,Nh;function Xr(){if(Nh)return bl;Nh=1;const i=vi(),e=Si(),{isArray:t,isObject:r,isString:n,isUndefined:s}=mi(),{isAbsolute:o,isRelative:a,prependBase:c}=Ir(),{handleEvent:l}=Vs(),{REGEX_BCP47:d,REGEX_KEYWORD:u,asArray:m,compareShortestLeast:g}=vi(),v=new Map,_=1e4,E={};bl=E,E.process=async({activeCtx:y,localCtx:h,options:p,propagate:T=!0,overrideProtected:N=!1,cycles:C=new Set})=>{if(r(h)&&"@context"in h&&t(h["@context"])&&(h=h["@context"]),m(h).length===0)return y;const I=[],O=[({event:J,next:$})=>{I.push(J),$()}];p.eventHandler&&O.push(p.eventHandler);const U=p;p={...p,eventHandler:O};const R=await p.contextResolver.resolve({activeCtx:y,context:h,documentLoader:p.documentLoader,base:p.base});r(R[0].document)&&typeof R[0].document["@propagate"]=="boolean"&&(T=R[0].document["@propagate"]);let D=y;!T&&!D.previousContext&&(D=D.clone(),D.previousContext=y);for(const J of R){let{document:$}=J;if(y=D,$===null){if(!N&&Object.keys(y.protected).length!==0)throw new e("Tried to nullify a context with protected terms outside of a term definition.","jsonld.SyntaxError",{code:"invalid context nullification"});D=y=E.getInitialContext(p).clone();continue}const Z=J.getProcessed(y);if(Z){if(U.eventHandler)for(const re of Z.events)l({event:re,options:U});D=y=Z.context;continue}if(r($)&&"@context"in $&&($=$["@context"]),!r($))throw new e("Invalid JSON-LD syntax; @context must be an object.","jsonld.SyntaxError",{code:"invalid local context",context:$});D=D.clone();const B=new Map;if("@version"in $){if($["@version"]!==1.1)throw new e("Unsupported JSON-LD version: "+$["@version"],"jsonld.UnsupportedVersion",{code:"invalid @version value",context:$});if(y.processingMode&&y.processingMode==="json-ld-1.0")throw new e("@version: "+$["@version"]+" not compatible with "+y.processingMode,"jsonld.ProcessingModeConflict",{code:"processing mode conflict",context:$});D.processingMode="json-ld-1.1",D["@version"]=$["@version"],B.set("@version",!0)}if(D.processingMode=D.processingMode||y.processingMode,"@base"in $){let re=$["@base"];if(!(re===null||o(re)))if(a(re))re=c(D["@base"],re);else throw new e('Invalid JSON-LD syntax; the value of "@base" in a @context must be an absolute IRI, a relative IRI, or null.',"jsonld.SyntaxError",{code:"invalid base IRI",context:$});D["@base"]=re,B.set("@base",!0)}if("@vocab"in $){const re=$["@vocab"];if(re===null)delete D["@vocab"];else if(n(re)){if(!o(re)&&E.processingMode(D,1))throw new e('Invalid JSON-LD syntax; the value of "@vocab" in a @context must be an absolute IRI.',"jsonld.SyntaxError",{code:"invalid vocab mapping",context:$});{const S=x(D,re,{vocab:!0,base:!0},void 0,void 0,p);o(S)||p.eventHandler&&l({event:{type:["JsonLdEvent"],code:"relative @vocab reference",level:"warning",message:"Relative @vocab reference found.",details:{vocab:S}},options:p}),D["@vocab"]=S}}else throw new e('Invalid JSON-LD syntax; the value of "@vocab" in a @context must be a string or null.',"jsonld.SyntaxError",{code:"invalid vocab mapping",context:$});B.set("@vocab",!0)}if("@language"in $){const re=$["@language"];if(re===null)delete D["@language"];else if(n(re))re.match(d)||p.eventHandler&&l({event:{type:["JsonLdEvent"],code:"invalid @language value",level:"warning",message:"@language value must be valid BCP47.",details:{language:re}},options:p}),D["@language"]=re.toLowerCase();else throw new e('Invalid JSON-LD syntax; the value of "@language" in a @context must be a string or null.',"jsonld.SyntaxError",{code:"invalid default language",context:$});B.set("@language",!0)}if("@direction"in $){const re=$["@direction"];if(y.processingMode==="json-ld-1.0")throw new e("Invalid JSON-LD syntax; @direction not compatible with "+y.processingMode,"jsonld.SyntaxError",{code:"invalid context member",context:$});if(re===null)delete D["@direction"];else{if(re!=="ltr"&&re!=="rtl")throw new e('Invalid JSON-LD syntax; the value of "@direction" in a @context must be null, "ltr", or "rtl".',"jsonld.SyntaxError",{code:"invalid base direction",context:$});D["@direction"]=re}B.set("@direction",!0)}if("@propagate"in $){const re=$["@propagate"];if(y.processingMode==="json-ld-1.0")throw new e("Invalid JSON-LD syntax; @propagate not compatible with "+y.processingMode,"jsonld.SyntaxError",{code:"invalid context entry",context:$});if(typeof re!="boolean")throw new e("Invalid JSON-LD syntax; @propagate value must be a boolean.","jsonld.SyntaxError",{code:"invalid @propagate value",context:h});B.set("@propagate",!0)}if("@import"in $){const re=$["@import"];if(y.processingMode==="json-ld-1.0")throw new e("Invalid JSON-LD syntax; @import not compatible with "+y.processingMode,"jsonld.SyntaxError",{code:"invalid context entry",context:$});if(!n(re))throw new e("Invalid JSON-LD syntax; @import must be a string.","jsonld.SyntaxError",{code:"invalid @import value",context:h});const S=await p.contextResolver.resolve({activeCtx:y,context:re,documentLoader:p.documentLoader,base:p.base});if(S.length!==1)throw new e("Invalid JSON-LD syntax; @import must reference a single context.","jsonld.SyntaxError",{code:"invalid remote context",context:h});const H=S[0].getProcessed(y);if(H)$=H;else{const ee=S[0].document;if("@import"in ee)throw new e("Invalid JSON-LD syntax: imported context must not include @import.","jsonld.SyntaxError",{code:"invalid context entry",context:h});for(const Q in ee)$.hasOwnProperty(Q)||($[Q]=ee[Q]);S[0].setProcessed(y,$)}B.set("@import",!0)}B.set("@protected",$["@protected"]||!1);for(const re in $)if(E.createTermDefinition({activeCtx:D,localCtx:$,term:re,defined:B,options:p,overrideProtected:N}),r($[re])&&"@context"in $[re]){const S=$[re]["@context"];let H=!0;if(n(S)){const ee=c(p.base,S);C.has(ee)?H=!1:C.add(ee)}if(H)try{await E.process({activeCtx:D.clone(),localCtx:$[re]["@context"],overrideProtected:!0,options:p,cycles:C})}catch{throw new e("Invalid JSON-LD syntax; invalid scoped context.","jsonld.SyntaxError",{code:"invalid scoped context",context:$[re]["@context"],term:re})}}J.setProcessed(y,{context:D,events:I})}return D},E.createTermDefinition=({activeCtx:y,localCtx:h,term:p,defined:T,options:N,overrideProtected:C=!1})=>{if(T.has(p)){if(T.get(p))return;throw new e("Cyclical context definition detected.","jsonld.CyclicalContext",{code:"cyclic IRI mapping",context:h,term:p})}T.set(p,!1);let F;if(h.hasOwnProperty(p)&&(F=h[p]),p==="@type"&&r(F)&&(F["@container"]||"@set")==="@set"&&E.processingMode(y,1.1)){const $=["@container","@id","@protected"],Z=Object.keys(F);if(Z.length===0||Z.some(B=>!$.includes(B)))throw new e("Invalid JSON-LD syntax; keywords cannot be overridden.","jsonld.SyntaxError",{code:"keyword redefinition",context:h,term:p})}else{if(E.isKeyword(p))throw new e("Invalid JSON-LD syntax; keywords cannot be overridden.","jsonld.SyntaxError",{code:"keyword redefinition",context:h,term:p});if(p.match(u)){N.eventHandler&&l({event:{type:["JsonLdEvent"],code:"reserved term",level:"warning",message:'Terms beginning with "@" are reserved for future use and dropped.',details:{term:p}},options:N});return}else if(p==="")throw new e("Invalid JSON-LD syntax; a term cannot be an empty string.","jsonld.SyntaxError",{code:"invalid term definition",context:h})}const I=y.mappings.get(p);y.mappings.has(p)&&y.mappings.delete(p);let O=!1;if((n(F)||F===null)&&(O=!0,F={"@id":F}),!r(F))throw new e("Invalid JSON-LD syntax; @context term values must be strings or objects.","jsonld.SyntaxError",{code:"invalid term definition",context:h});const U={};y.mappings.set(p,U),U.reverse=!1;const R=["@container","@id","@language","@reverse","@type"];E.processingMode(y,1.1)&&R.push("@context","@direction","@index","@nest","@prefix","@protected");for(const $ in F)if(!R.includes($))throw new e("Invalid JSON-LD syntax; a term definition must not contain "+$,"jsonld.SyntaxError",{code:"invalid term definition",context:h});const D=p.indexOf(":");if(U._termHasColon=D>0,"@reverse"in F){if("@id"in F)throw new e("Invalid JSON-LD syntax; a @reverse term definition must not contain @id.","jsonld.SyntaxError",{code:"invalid reverse property",context:h});if("@nest"in F)throw new e("Invalid JSON-LD syntax; a @reverse term definition must not contain @nest.","jsonld.SyntaxError",{code:"invalid reverse property",context:h});const $=F["@reverse"];if(!n($))throw new e("Invalid JSON-LD syntax; a @context @reverse value must be a string.","jsonld.SyntaxError",{code:"invalid IRI mapping",context:h});if($.match(u)){N.eventHandler&&l({event:{type:["JsonLdEvent"],code:"reserved @reverse value",level:"warning",message:'@reverse values beginning with "@" are reserved for future use and dropped.',details:{reverse:$}},options:N}),I?y.mappings.set(p,I):y.mappings.delete(p);return}const Z=x(y,$,{vocab:!0,base:!1},h,T,N);if(!o(Z))throw new e("Invalid JSON-LD syntax; a @context @reverse value must be an absolute IRI or a blank node identifier.","jsonld.SyntaxError",{code:"invalid IRI mapping",context:h});U["@id"]=Z,U.reverse=!0}else if("@id"in F){let $=F["@id"];if($&&!n($))throw new e("Invalid JSON-LD syntax; a @context @id value must be an array of strings or a string.","jsonld.SyntaxError",{code:"invalid IRI mapping",context:h});if($===null)U["@id"]=null;else if(!E.isKeyword($)&&$.match(u)){N.eventHandler&&l({event:{type:["JsonLdEvent"],code:"reserved @id value",level:"warning",message:'@id values beginning with "@" are reserved for future use and dropped.',details:{id:$}},options:N}),I?y.mappings.set(p,I):y.mappings.delete(p);return}else if($!==p){if($=x(y,$,{vocab:!0,base:!1},h,T,N),!o($)&&!E.isKeyword($))throw new e("Invalid JSON-LD syntax; a @context @id value must be an absolute IRI, a blank node identifier, or a keyword.","jsonld.SyntaxError",{code:"invalid IRI mapping",context:h});if(p.match(/(?::[^:])|\//)){const Z=new Map(T).set(p,!0);if(x(y,p,{vocab:!0,base:!1},h,Z,N)!==$)throw new e("Invalid JSON-LD syntax; term in form of IRI must expand to definition.","jsonld.SyntaxError",{code:"invalid IRI mapping",context:h})}U["@id"]=$,U._prefix=O&&!U._termHasColon&&$.match(/[:\/\?#\[\]@]$/)!==null}}if(!("@id"in U))if(U._termHasColon){const $=p.substr(0,D);if(h.hasOwnProperty($)&&E.createTermDefinition({activeCtx:y,localCtx:h,term:$,defined:T,options:N}),y.mappings.has($)){const Z=p.substr(D+1);U["@id"]=y.mappings.get($)["@id"]+Z}else U["@id"]=p}else if(p==="@type")U["@id"]=p;else{if(!("@vocab"in y))throw new e("Invalid JSON-LD syntax; @context terms must define an @id.","jsonld.SyntaxError",{code:"invalid IRI mapping",context:h,term:p});U["@id"]=y["@vocab"]+p}if((F["@protected"]===!0||T.get("@protected")===!0&&F["@protected"]!==!1)&&(y.protected[p]=!0,U.protected=!0),T.set(p,!0),"@type"in F){let $=F["@type"];if(!n($))throw new e("Invalid JSON-LD syntax; an @context @type value must be a string.","jsonld.SyntaxError",{code:"invalid type mapping",context:h});if($==="@json"||$==="@none"){if(E.processingMode(y,1))throw new e(`Invalid JSON-LD syntax; an @context @type value must not be "${$}" in JSON-LD 1.0 mode.`,"jsonld.SyntaxError",{code:"invalid type mapping",context:h})}else if($!=="@id"&&$!=="@vocab"){if($=x(y,$,{vocab:!0,base:!1},h,T,N),!o($))throw new e("Invalid JSON-LD syntax; an @context @type value must be an absolute IRI.","jsonld.SyntaxError",{code:"invalid type mapping",context:h});if($.indexOf("_:")===0)throw new e("Invalid JSON-LD syntax; an @context @type value must be an IRI, not a blank node identifier.","jsonld.SyntaxError",{code:"invalid type mapping",context:h})}U["@type"]=$}if("@container"in F){const $=n(F["@container"])?[F["@container"]]:F["@container"]||[],Z=["@list","@set","@index","@language"];let B=!0;const re=$.includes("@set");if(E.processingMode(y,1.1)){if(Z.push("@graph","@id","@type"),$.includes("@list")){if($.length!==1)throw new e("Invalid JSON-LD syntax; @context @container with @list must have no other values","jsonld.SyntaxError",{code:"invalid container mapping",context:h})}else if($.includes("@graph")){if($.some(S=>S!=="@graph"&&S!=="@id"&&S!=="@index"&&S!=="@set"))throw new e("Invalid JSON-LD syntax; @context @container with @graph must have no other values other than @id, @index, and @set","jsonld.SyntaxError",{code:"invalid container mapping",context:h})}else B&=$.length<=(re?2:1);if($.includes("@type")&&(U["@type"]=U["@type"]||"@id",!["@id","@vocab"].includes(U["@type"])))throw new e("Invalid JSON-LD syntax; container: @type requires @type to be @id or @vocab.","jsonld.SyntaxError",{code:"invalid type mapping",context:h})}else B&=!t(F["@container"]),B&=$.length<=1;if(B&=$.every(S=>Z.includes(S)),B&=!(re&&$.includes("@list")),!B)throw new e("Invalid JSON-LD syntax; @context @container value must be one of the following: "+Z.join(", "),"jsonld.SyntaxError",{code:"invalid container mapping",context:h});if(U.reverse&&!$.every(S=>["@index","@set"].includes(S)))throw new e("Invalid JSON-LD syntax; @context @container value for a @reverse type definition must be @index or @set.","jsonld.SyntaxError",{code:"invalid reverse property",context:h});U["@container"]=$}if("@index"in F){if(!("@container"in F)||!U["@container"].includes("@index"))throw new e(`Invalid JSON-LD syntax; @index without @index in @container: "${F["@index"]}" on term "${p}".`,"jsonld.SyntaxError",{code:"invalid term definition",context:h});if(!n(F["@index"])||F["@index"].indexOf("@")===0)throw new e(`Invalid JSON-LD syntax; @index must expand to an IRI: "${F["@index"]}" on term "${p}".`,"jsonld.SyntaxError",{code:"invalid term definition",context:h});U["@index"]=F["@index"]}if("@context"in F&&(U["@context"]=F["@context"]),"@language"in F&&!("@type"in F)){let $=F["@language"];if($!==null&&!n($))throw new e("Invalid JSON-LD syntax; @context @language value must be a string or null.","jsonld.SyntaxError",{code:"invalid language mapping",context:h});$!==null&&($=$.toLowerCase()),U["@language"]=$}if("@prefix"in F){if(p.match(/:|\//))throw new e("Invalid JSON-LD syntax; @context @prefix used on a compact IRI term","jsonld.SyntaxError",{code:"invalid term definition",context:h});if(E.isKeyword(U["@id"]))throw new e("Invalid JSON-LD syntax; keywords may not be used as prefixes","jsonld.SyntaxError",{code:"invalid term definition",context:h});if(typeof F["@prefix"]=="boolean")U._prefix=F["@prefix"]===!0;else throw new e("Invalid JSON-LD syntax; @context value for @prefix must be boolean","jsonld.SyntaxError",{code:"invalid @prefix value",context:h})}if("@direction"in F){const $=F["@direction"];if($!==null&&$!=="ltr"&&$!=="rtl")throw new e('Invalid JSON-LD syntax; @direction value must be null, "ltr", or "rtl".',"jsonld.SyntaxError",{code:"invalid base direction",context:h});U["@direction"]=$}if("@nest"in F){const $=F["@nest"];if(!n($)||$!=="@nest"&&$.indexOf("@")===0)throw new e("Invalid JSON-LD syntax; @context @nest value must be a string which is not a keyword other than @nest.","jsonld.SyntaxError",{code:"invalid @nest value",context:h});U["@nest"]=$}// disallow aliasing @context and @preserve
346
+ const J=U["@id"];if(J==="@context"||J==="@preserve")throw new e("Invalid JSON-LD syntax; @context and @preserve cannot be aliased.","jsonld.SyntaxError",{code:"invalid keyword alias",context:h});if(I&&I.protected&&!C&&(y.protected[p]=!0,U.protected=!0,!k(I,U)))throw new e("Invalid JSON-LD syntax; tried to redefine a protected term.","jsonld.SyntaxError",{code:"protected term redefinition",context:h,term:p})},E.expandIri=(y,h,p,T)=>x(y,h,p,void 0,void 0,T);function x(y,h,p,T,N,C){if(h===null||!n(h)||E.isKeyword(h))return h;if(h.match(u))return null;if(T&&T.hasOwnProperty(h)&&N.get(h)!==!0&&E.createTermDefinition({activeCtx:y,localCtx:T,term:h,defined:N,options:C}),p=p||{},p.vocab){const I=y.mappings.get(h);if(I===null)return null;if(r(I)&&"@id"in I)return I["@id"]}const F=h.indexOf(":");if(F>0){const I=h.substr(0,F),O=h.substr(F+1);if(I==="_"||O.indexOf("//")===0)return h;T&&T.hasOwnProperty(I)&&E.createTermDefinition({activeCtx:y,localCtx:T,term:I,defined:N,options:C});const U=y.mappings.get(I);if(U&&U._prefix)return U["@id"]+O;if(o(h))return h}if(p.vocab&&"@vocab"in y)h=y["@vocab"]+h;else if(p.base){let I,O;"@base"in y?y["@base"]?(O=c(C.base,y["@base"]),I=c(O,h)):(O=y["@base"],I=h):(O=C.base,I=c(C.base,h)),h=I}return h}E.getInitialContext=y=>{const h=JSON.stringify({processingMode:y.processingMode}),p=v.get(h);if(p)return p;const T={processingMode:y.processingMode,mappings:new Map,inverse:null,getInverse:N,clone:I,revertToPreviousContext:O,protected:{}};return v.size===_&&v.clear(),v.set(h,T),T;function N(){const U=this;if(U.inverse)return U.inverse;const R=U.inverse={},D=U.fastCurieMap={},J={},$=(U["@language"]||"@none").toLowerCase(),Z=U["@direction"],B=U.mappings,re=[...B.keys()].sort(g);for(const S of re){const H=B.get(S);if(H===null)continue;let ee=H["@container"]||"@none";if(ee=[].concat(ee).sort().join(""),H["@id"]===null)continue;const Q=m(H["@id"]);for(const he of Q){let W=R[he];const G=E.isKeyword(he);if(W)!G&&!H._termHasColon&&J[he].push(S);else if(R[he]=W={},!G&&!H._termHasColon){J[he]=[S];const X={iri:he,terms:J[he]};he[0]in D?D[he[0]].push(X):D[he[0]]=[X]}if(W[ee]||(W[ee]={"@language":{},"@type":{},"@any":{}}),W=W[ee],F(S,W["@any"],"@none"),H.reverse)F(S,W["@type"],"@reverse");else if(H["@type"]==="@none")F(S,W["@any"],"@none"),F(S,W["@language"],"@none"),F(S,W["@type"],"@none");else if("@type"in H)F(S,W["@type"],H["@type"]);else if("@language"in H&&"@direction"in H){const X=H["@language"],z=H["@direction"];X&&z?F(S,W["@language"],`${X}_${z}`.toLowerCase()):X?F(S,W["@language"],X.toLowerCase()):z?F(S,W["@language"],`_${z}`):F(S,W["@language"],"@null")}else"@language"in H?F(S,W["@language"],(H["@language"]||"@null").toLowerCase()):"@direction"in H?H["@direction"]?F(S,W["@language"],`_${H["@direction"]}`):F(S,W["@language"],"@none"):Z?(F(S,W["@language"],`_${Z}`),F(S,W["@language"],"@none"),F(S,W["@type"],"@none")):(F(S,W["@language"],$),F(S,W["@language"],"@none"),F(S,W["@type"],"@none"))}}for(const S in D)C(D,S,1);return R}function C(U,R,D){const J=U[R],$=U[R]={};let Z,B;for(const re of J)Z=re.iri,D>=Z.length?B="":B=Z[D],B in $?$[B].push(re):$[B]=[re];for(const re in $)re!==""&&C($,re,D+1)}function F(U,R,D){R.hasOwnProperty(D)||(R[D]=U)}function I(){const U={};return U.mappings=i.clone(this.mappings),U.clone=this.clone,U.inverse=null,U.getInverse=this.getInverse,U.protected=i.clone(this.protected),this.previousContext&&(U.previousContext=this.previousContext.clone()),U.revertToPreviousContext=this.revertToPreviousContext,"@base"in this&&(U["@base"]=this["@base"]),"@language"in this&&(U["@language"]=this["@language"]),"@vocab"in this&&(U["@vocab"]=this["@vocab"]),U}function O(){return this.previousContext?this.previousContext.clone():this}},E.getContextValue=(y,h,p)=>{if(h===null)return p==="@context"?void 0:null;if(y.mappings.has(h)){const T=y.mappings.get(h);if(s(p))return T;if(T.hasOwnProperty(p))return T[p]}if(p==="@language"&&p in y||p==="@direction"&&p in y)return y[p];if(p!=="@context")return null},E.processingMode=(y,h)=>h.toString()>="1.1"?!y.processingMode||y.processingMode>="json-ld-"+h.toString():y.processingMode==="json-ld-1.0",E.isKeyword=y=>{if(!n(y)||y[0]!=="@")return!1;switch(y){case"@base":case"@container":case"@context":case"@default":case"@direction":case"@embed":case"@explicit":case"@graph":case"@id":case"@included":case"@index":case"@json":case"@language":case"@list":case"@nest":case"@none":case"@omitDefault":case"@prefix":case"@preserve":case"@protected":case"@requireAll":case"@reverse":case"@set":case"@type":case"@value":case"@version":case"@vocab":return!0}return!1};function k(y,h){if(!(y&&typeof y=="object")||!(h&&typeof h=="object"))return y===h;const p=Array.isArray(y);if(p!==Array.isArray(h))return!1;if(p){if(y.length!==h.length)return!1;for(let C=0;C<y.length;++C)if(!k(y[C],h[C]))return!1;return!0}const T=Object.keys(y),N=Object.keys(h);if(T.length!==N.length)return!1;for(const C in y){let F=y[C],I=h[C];if(C==="@container"&&Array.isArray(F)&&Array.isArray(I)&&(F=F.slice().sort(),I=I.slice().sort()),!k(F,I))return!1}return!0}return bl}var yl,Dh;function py(){if(Dh)return yl;Dh=1;const i=Si(),{isArray:e,isObject:t,isEmptyObject:r,isString:n,isUndefined:s}=mi(),{isList:o,isValue:a,isGraph:c,isSubject:l}=cr(),{expandIri:d,getContextValue:u,isKeyword:m,process:g,processingMode:v}=Xr(),{isAbsolute:_}=Ir(),{REGEX_BCP47:E,REGEX_KEYWORD:x,addValue:k,asArray:y,getValues:h,validateTypeValue:p}=vi(),{handleEvent:T}=Vs(),N={};yl=N,N.expand=async({activeCtx:R,activeProperty:D=null,element:J,options:$={},insideList:Z=!1,insideIndex:B=!1,typeScopedContext:re=null})=>{if(J==null)return null;if(D==="@default"&&($=Object.assign({},$,{isFrame:!1})),!e(J)&&!t(J))return!Z&&(D===null||d(R,D,{vocab:!0},$)==="@graph")?($.eventHandler&&T({event:{type:["JsonLdEvent"],code:"free-floating scalar",level:"warning",message:"Dropping free-floating scalar not in a list.",details:{value:J}},options:$}),null):I({activeCtx:R,activeProperty:D,value:J,options:$});if(e(J)){let X=[];const z=u(R,D,"@container")||[];Z=Z||z.includes("@list");for(let ne=0;ne<J.length;++ne){let se=await N.expand({activeCtx:R,activeProperty:D,element:J[ne],options:$,insideIndex:B,typeScopedContext:re});Z&&e(se)&&(se={"@list":se}),se!==null&&(e(se)?X=X.concat(se):X.push(se))}return X}const S=d(R,D,{vocab:!0},$),H=u(R,D,"@context");re=re||(R.previousContext?R:null);let ee=Object.keys(J).sort(),Q=!B;if(Q&&re&&ee.length<=2&&!ee.includes("@context"))for(const X of ee){const z=d(re,X,{vocab:!0},$);if(z==="@value"){Q=!1,R=re;break}if(z==="@id"&&ee.length===1){Q=!1;break}}Q&&(R=R.revertToPreviousContext()),s(H)||(R=await g({activeCtx:R,localCtx:H,propagate:!0,overrideProtected:!0,options:$})),"@context"in J&&(R=await g({activeCtx:R,localCtx:J["@context"],options:$})),re=R;let he=null;for(const X of ee)if(d(R,X,{vocab:!0},$)==="@type"){he=he||X;const ne=J[X],se=Array.isArray(ne)?ne.length>1?ne.slice().sort():ne:[ne];for(const ye of se){const _e=u(re,ye,"@context");s(_e)||(R=await g({activeCtx:R,localCtx:_e,options:$,propagate:!1}))}}let W={};await F({activeCtx:R,activeProperty:D,expandedActiveProperty:S,element:J,expandedParent:W,options:$,insideList:Z,typeKey:he,typeScopedContext:re}),ee=Object.keys(W);let G=ee.length;if("@value"in W){if("@type"in W&&("@language"in W||"@direction"in W))throw new i('Invalid JSON-LD syntax; an element containing "@value" may not contain both "@type" and either "@language" or "@direction".',"jsonld.SyntaxError",{code:"invalid value object",element:W});let X=G-1;if("@type"in W&&(X-=1),"@index"in W&&(X-=1),"@language"in W&&(X-=1),"@direction"in W&&(X-=1),X!==0)throw new i('Invalid JSON-LD syntax; an element containing "@value" may only have an "@index" property and either "@type" or either or both "@language" or "@direction".',"jsonld.SyntaxError",{code:"invalid value object",element:W});const z=W["@value"]===null?[]:y(W["@value"]),ne=h(W,"@type");if(!(v(R,1.1)&&ne.includes("@json")&&ne.length===1))if(z.length===0)$.eventHandler&&T({event:{type:["JsonLdEvent"],code:"null @value value",level:"warning",message:"Dropping null @value value.",details:{value:W}},options:$}),W=null;else{if(!z.every(se=>n(se)||r(se))&&"@language"in W)throw new i("Invalid JSON-LD syntax; only strings may be language-tagged.","jsonld.SyntaxError",{code:"invalid language-tagged value",element:W});if(!ne.every(se=>_(se)&&!(n(se)&&se.indexOf("_:")===0)||r(se)))throw new i('Invalid JSON-LD syntax; an element containing "@value" and "@type" must have an absolute IRI for the value of "@type".',"jsonld.SyntaxError",{code:"invalid typed value",element:W})}}else if("@type"in W&&!e(W["@type"]))W["@type"]=[W["@type"]];else if("@set"in W||"@list"in W){if(G>1&&!(G===2&&"@index"in W))throw new i('Invalid JSON-LD syntax; if an element has the property "@set" or "@list", then it can have at most one other property that is "@index".',"jsonld.SyntaxError",{code:"invalid set or list object",element:W});"@set"in W&&(W=W["@set"],ee=Object.keys(W),G=ee.length)}else G===1&&"@language"in W&&($.eventHandler&&T({event:{type:["JsonLdEvent"],code:"object with only @language",level:"warning",message:"Dropping object with only @language.",details:{value:W}},options:$}),W=null);return t(W)&&!$.keepFreeFloatingNodes&&!Z&&(D===null||S==="@graph"||(u(R,D,"@container")||[]).includes("@graph"))&&(W=C({value:W,count:G,options:$})),W};function C({value:R,count:D,options:J}){if(D===0||"@value"in R||"@list"in R||D===1&&"@id"in R){if(J.eventHandler){let $,Z;D===0?($="empty object",Z="Dropping empty object."):"@value"in R?($="object with only @value",Z="Dropping object with only @value."):"@list"in R?($="object with only @list",Z="Dropping object with only @list."):D===1&&"@id"in R&&($="object with only @id",Z="Dropping object with only @id."),T({event:{type:["JsonLdEvent"],code:$,level:"warning",message:Z,details:{value:R}},options:J})}return null}return R}async function F({activeCtx:R,activeProperty:D,expandedActiveProperty:J,element:$,expandedParent:Z,options:B={},insideList:re,typeKey:S,typeScopedContext:H}){const ee=Object.keys($).sort(),Q=[];let he;const W=$[S]&&d(R,e($[S])?$[S][0]:$[S],{vocab:!0},{...B,typeExpansion:!0})==="@json";for(const G of ee){let X=$[G],z;if(G==="@context")continue;const ne=d(R,G,{vocab:!0},B);if(ne===null||!(_(ne)||m(ne))){B.eventHandler&&T({event:{type:["JsonLdEvent"],code:"invalid property",level:"warning",message:"Dropping property that did not expand into an absolute IRI or keyword.",details:{property:G,expandedProperty:ne}},options:B});continue}if(m(ne)){if(J==="@reverse")throw new i("Invalid JSON-LD syntax; a keyword cannot be used as a @reverse property.","jsonld.SyntaxError",{code:"invalid reverse property map",value:X});if(ne in Z&&ne!=="@included"&&ne!=="@type")throw new i("Invalid JSON-LD syntax; colliding keywords detected.","jsonld.SyntaxError",{code:"colliding keywords",keyword:ne})}if(ne==="@id"){if(!n(X)){if(!B.isFrame)throw new i('Invalid JSON-LD syntax; "@id" value must a string.',"jsonld.SyntaxError",{code:"invalid @id value",value:X});if(t(X)){if(!r(X))throw new i('Invalid JSON-LD syntax; "@id" value an empty object or array of strings, if framing',"jsonld.SyntaxError",{code:"invalid @id value",value:X})}else if(e(X)){if(!X.every(M=>n(M)))throw new i('Invalid JSON-LD syntax; "@id" value an empty object or array of strings, if framing',"jsonld.SyntaxError",{code:"invalid @id value",value:X})}else throw new i('Invalid JSON-LD syntax; "@id" value an empty object or array of strings, if framing',"jsonld.SyntaxError",{code:"invalid @id value",value:X})}k(Z,"@id",y(X).map(M=>{if(n(M)){const K=d(R,M,{base:!0},B);return B.eventHandler&&(K===null?T(M===null?{event:{type:["JsonLdEvent"],code:"null @id value",level:"warning",message:"Null @id found.",details:{id:M}},options:B}:{event:{type:["JsonLdEvent"],code:"reserved @id value",level:"warning",message:"Reserved @id found.",details:{id:M}},options:B}):_(K)||T({event:{type:["JsonLdEvent"],code:"relative @id reference",level:"warning",message:"Relative @id reference found.",details:{id:M,expandedId:K}},options:B})),K}return M}),{propertyIsArray:B.isFrame});continue}if(ne==="@type"){t(X)&&(X=Object.fromEntries(Object.entries(X).map(([M,K])=>[d(H,M,{vocab:!0}),y(K).map(ce=>d(H,ce,{base:!0,vocab:!0},{...B,typeExpansion:!0}))]))),p(X,B.isFrame),k(Z,"@type",y(X).map(M=>{if(n(M)){const K=d(H,M,{base:!0,vocab:!0},{...B,typeExpansion:!0});return K!=="@json"&&!_(K)&&B.eventHandler&&T({event:{type:["JsonLdEvent"],code:"relative @type reference",level:"warning",message:"Relative @type reference found.",details:{type:M}},options:B}),K}return M}),{propertyIsArray:!!B.isFrame});continue}if(ne==="@included"&&v(R,1.1)){const M=y(await N.expand({activeCtx:R,activeProperty:D,element:X,options:B}));if(!M.every(K=>l(K)))throw new i("Invalid JSON-LD syntax; values of @included must expand to node objects.","jsonld.SyntaxError",{code:"invalid @included value",value:X});k(Z,"@included",M,{propertyIsArray:!0});continue}if(ne==="@graph"&&!(t(X)||e(X)))throw new i('Invalid JSON-LD syntax; "@graph" value must not be an object or an array.',"jsonld.SyntaxError",{code:"invalid @graph value",value:X});if(ne==="@value"){he=X,W&&v(R,1.1)?Z["@value"]=X:k(Z,"@value",X,{propertyIsArray:B.isFrame});continue}if(ne==="@language"){if(X===null)continue;if(!n(X)&&!B.isFrame)throw new i('Invalid JSON-LD syntax; "@language" value must be a string.',"jsonld.SyntaxError",{code:"invalid language-tagged string",value:X});X=y(X).map(M=>n(M)?M.toLowerCase():M);for(const M of X)n(M)&&!M.match(E)&&B.eventHandler&&T({event:{type:["JsonLdEvent"],code:"invalid @language value",level:"warning",message:"@language value must be valid BCP47.",details:{language:M}},options:B});k(Z,"@language",X,{propertyIsArray:B.isFrame});continue}if(ne==="@direction"){if(!n(X)&&!B.isFrame)throw new i('Invalid JSON-LD syntax; "@direction" value must be a string.',"jsonld.SyntaxError",{code:"invalid base direction",value:X});X=y(X);for(const M of X)if(n(M)&&M!=="ltr"&&M!=="rtl")throw new i('Invalid JSON-LD syntax; "@direction" must be "ltr" or "rtl".',"jsonld.SyntaxError",{code:"invalid base direction",value:X});k(Z,"@direction",X,{propertyIsArray:B.isFrame});continue}if(ne==="@index"){if(!n(X))throw new i('Invalid JSON-LD syntax; "@index" value must be a string.',"jsonld.SyntaxError",{code:"invalid @index value",value:X});k(Z,"@index",X);continue}if(ne==="@reverse"){if(!t(X))throw new i('Invalid JSON-LD syntax; "@reverse" value must be an object.',"jsonld.SyntaxError",{code:"invalid @reverse value",value:X});if(z=await N.expand({activeCtx:R,activeProperty:"@reverse",element:X,options:B}),"@reverse"in z)for(const K in z["@reverse"])k(Z,K,z["@reverse"][K],{propertyIsArray:!0});let M=Z["@reverse"]||null;for(const K in z){if(K==="@reverse")continue;M===null&&(M=Z["@reverse"]={}),k(M,K,[],{propertyIsArray:!0});const ce=z[K];for(let be=0;be<ce.length;++be){const ve=ce[be];if(a(ve)||o(ve))throw new i('Invalid JSON-LD syntax; "@reverse" value must not be a @value or an @list.',"jsonld.SyntaxError",{code:"invalid reverse property value",value:z});k(M,K,ve,{propertyIsArray:!0})}}continue}if(ne==="@nest"){Q.push(G);continue}let se=R;const ye=u(R,G,"@context");s(ye)||(se=await g({activeCtx:R,localCtx:ye,propagate:!0,overrideProtected:!0,options:B}));const _e=u(R,G,"@container")||[];if(_e.includes("@language")&&t(X)){const M=u(se,G,"@direction");z=O(se,X,M,B)}else if(_e.includes("@index")&&t(X)){const M=_e.includes("@graph"),K=u(se,G,"@index")||"@index",ce=K!=="@index"&&d(R,K,{vocab:!0},B);z=await U({activeCtx:se,options:B,activeProperty:G,value:X,asGraph:M,indexKey:K,propertyIndex:ce})}else if(_e.includes("@id")&&t(X)){const M=_e.includes("@graph");z=await U({activeCtx:se,options:B,activeProperty:G,value:X,asGraph:M,indexKey:"@id"})}else if(_e.includes("@type")&&t(X))z=await U({activeCtx:se.revertToPreviousContext(),options:B,activeProperty:G,value:X,asGraph:!1,indexKey:"@type"});else{const M=ne==="@list";if(M||ne==="@set"){let K=D;M&&J==="@graph"&&(K=null),z=await N.expand({activeCtx:se,activeProperty:K,element:X,options:B,insideList:M})}else u(R,G,"@type")==="@json"?z={"@type":"@json","@value":X}:z=await N.expand({activeCtx:se,activeProperty:G,element:X,options:B,insideList:!1})}if(!(z===null&&ne!=="@value")){if(ne!=="@list"&&!o(z)&&_e.includes("@list")&&(z={"@list":y(z)}),_e.includes("@graph")&&!_e.some(M=>M==="@id"||M==="@index")){if(z=y(z),B.isFrame||(z=z.filter(M=>{const K=Object.keys(M).length;return C({value:M,count:K,options:B})!==null})),z.length===0)continue;z=z.map(M=>({"@graph":y(M)}))}if(se.mappings.has(G)&&se.mappings.get(G).reverse){const M=Z["@reverse"]=Z["@reverse"]||{};z=y(z);for(let K=0;K<z.length;++K){const ce=z[K];if(a(ce)||o(ce))throw new i('Invalid JSON-LD syntax; "@reverse" value must not be a @value or an @list.',"jsonld.SyntaxError",{code:"invalid reverse property value",value:z});k(M,ne,ce,{propertyIsArray:!0})}continue}k(Z,ne,z,{propertyIsArray:!0})}}if("@value"in Z&&!(Z["@type"]==="@json"&&v(R,1.1))){if((t(he)||e(he))&&!B.isFrame)throw new i('Invalid JSON-LD syntax; "@value" value must not be an object or an array.',"jsonld.SyntaxError",{code:"invalid value object value",value:he})}for(const G of Q){const X=e($[G])?$[G]:[$[G]];for(const z of X){if(!t(z)||Object.keys(z).some(ne=>d(R,ne,{vocab:!0},B)==="@value"))throw new i("Invalid JSON-LD syntax; nested value must be a node object.","jsonld.SyntaxError",{code:"invalid @nest value",value:z});await F({activeCtx:R,activeProperty:D,expandedActiveProperty:J,element:z,expandedParent:Z,options:B,insideList:re,typeScopedContext:H,typeKey:S})}}}function I({activeCtx:R,activeProperty:D,value:J,options:$}){if(J==null)return null;const Z=d(R,D,{vocab:!0},$);if(Z==="@id")return d(R,J,{base:!0},$);if(Z==="@type")return d(R,J,{vocab:!0,base:!0},{...$,typeExpansion:!0});const B=u(R,D,"@type");if((B==="@id"||Z==="@graph")&&n(J)){const S=d(R,J,{base:!0},$);return S===null&&J.match(x)&&$.eventHandler&&T({event:{type:["JsonLdEvent"],code:"reserved @id value",level:"warning",message:"Reserved @id found.",details:{id:D}},options:$}),{"@id":S}}if(B==="@vocab"&&n(J))return{"@id":d(R,J,{vocab:!0,base:!0},$)};if(m(Z))return J;const re={};if(B&&!["@id","@vocab","@none"].includes(B))re["@type"]=B;else if(n(J)){const S=u(R,D,"@language");S!==null&&(re["@language"]=S);const H=u(R,D,"@direction");H!==null&&(re["@direction"]=H)}return["boolean","number","string"].includes(typeof J)||(J=J.toString()),re["@value"]=J,re}function O(R,D,J,$){const Z=[],B=Object.keys(D).sort();for(const re of B){const S=d(R,re,{vocab:!0},$);let H=D[re];e(H)||(H=[H]);for(const ee of H){if(ee===null)continue;if(!n(ee))throw new i("Invalid JSON-LD syntax; language map values must be strings.","jsonld.SyntaxError",{code:"invalid language map value",languageMap:D});const Q={"@value":ee};S!=="@none"&&(re.match(E)||$.eventHandler&&T({event:{type:["JsonLdEvent"],code:"invalid @language value",level:"warning",message:"@language value must be valid BCP47.",details:{language:re}},options:$}),Q["@language"]=re.toLowerCase()),J&&(Q["@direction"]=J),Z.push(Q)}}return Z}async function U({activeCtx:R,options:D,activeProperty:J,value:$,asGraph:Z,indexKey:B,propertyIndex:re}){const S=[],H=Object.keys($).sort(),ee=B==="@type";for(let Q of H){if(ee){const G=u(R,Q,"@context");s(G)||(R=await g({activeCtx:R,localCtx:G,propagate:!1,options:D}))}let he=$[Q];e(he)||(he=[he]),he=await N.expand({activeCtx:R,activeProperty:J,element:he,options:D,insideList:!1,insideIndex:!0});let W;re?Q==="@none"?W="@none":W=I({activeCtx:R,activeProperty:B,value:Q,options:D}):W=d(R,Q,{vocab:!0},D),B==="@id"?Q=d(R,Q,{base:!0},D):ee&&(Q=W);for(let G of he){if(Z&&!c(G)&&(G={"@graph":[G]}),B==="@type")W==="@none"||(G["@type"]?G["@type"]=[Q].concat(G["@type"]):G["@type"]=[Q]);else{if(a(G)&&!["@language","@type","@index"].includes(B))throw new i(`Invalid JSON-LD syntax; Attempt to add illegal key to value object: "${B}".`,"jsonld.SyntaxError",{code:"invalid value object",value:G});re?W!=="@none"&&k(G,re,W,{propertyIsArray:!0,prependValue:!0}):W!=="@none"&&!(B in G)&&(G[B]=Q)}S.push(G)}}return S}return yl}var vl,Lh;function Yo(){if(Lh)return vl;Lh=1;const{isKeyword:i}=Xr(),e=cr(),t=mi(),r=vi(),n=Si(),s={};return vl=s,s.createMergedNodeMap=(o,a)=>{a=a||{};const c=a.issuer||new r.IdentifierIssuer("_:b"),l={"@default":{}};return s.createNodeMap(o,l,"@default",c),s.mergeNodeMaps(l)},s.createNodeMap=(o,a,c,l,d,u)=>{if(t.isArray(o)){for(const _ of o)s.createNodeMap(_,a,c,l,void 0,u);return}if(!t.isObject(o)){u&&u.push(o);return}if(e.isValue(o)){if("@type"in o){let _=o["@type"];_.indexOf("_:")===0&&(o["@type"]=_=l.getId(_))}u&&u.push(o);return}else if(u&&e.isList(o)){const _=[];s.createNodeMap(o["@list"],a,c,l,d,_),u.push({"@list":_});return}if("@type"in o){const _=o["@type"];for(const E of _)E.indexOf("_:")===0&&l.getId(E)}t.isUndefined(d)&&(d=e.isBlankNode(o)?l.getId(o["@id"]):o["@id"]),u&&u.push({"@id":d});const m=a[c],g=m[d]=m[d]||{};g["@id"]=d;const v=Object.keys(o).sort();for(let _ of v){if(_==="@id")continue;if(_==="@reverse"){const x={"@id":d},k=o["@reverse"];for(const y in k){const h=k[y];for(const p of h){let T=p["@id"];e.isBlankNode(p)&&(T=l.getId(T)),s.createNodeMap(p,a,c,l,T),r.addValue(m[T],y,x,{propertyIsArray:!0,allowDuplicate:!1})}}continue}if(_==="@graph"){d in a||(a[d]={}),s.createNodeMap(o[_],a,d,l);continue}if(_==="@included"){s.createNodeMap(o[_],a,c,l);continue}if(_!=="@type"&&i(_)){if(_==="@index"&&_ in g&&(o[_]!==g[_]||o[_]["@id"]!==g[_]["@id"]))throw new n("Invalid JSON-LD syntax; conflicting @index property detected.","jsonld.SyntaxError",{code:"conflicting indexes",subject:g});g[_]=o[_];continue}const E=o[_];if(_.indexOf("_:")===0&&(_=l.getId(_)),E.length===0){r.addValue(g,_,[],{propertyIsArray:!0});continue}for(let x of E)if(_==="@type"&&(x=x.indexOf("_:")===0?l.getId(x):x),e.isSubject(x)||e.isSubjectReference(x)){if("@id"in x&&!x["@id"])continue;const k=e.isBlankNode(x)?l.getId(x["@id"]):x["@id"];r.addValue(g,_,{"@id":k},{propertyIsArray:!0,allowDuplicate:!1}),s.createNodeMap(x,a,c,l,k)}else if(e.isValue(x))r.addValue(g,_,x,{propertyIsArray:!0,allowDuplicate:!1});else if(e.isList(x)){const k=[];s.createNodeMap(x["@list"],a,c,l,d,k),x={"@list":k},r.addValue(g,_,x,{propertyIsArray:!0,allowDuplicate:!1})}else s.createNodeMap(x,a,c,l,d),r.addValue(g,_,x,{propertyIsArray:!0,allowDuplicate:!1})}},s.mergeNodeMapGraphs=o=>{const a={};for(const c of Object.keys(o).sort())for(const l of Object.keys(o[c]).sort()){const d=o[c][l];l in a||(a[l]={"@id":l});const u=a[l];for(const m of Object.keys(d).sort())if(i(m)&&m!=="@type")u[m]=r.clone(d[m]);else for(const g of d[m])r.addValue(u,m,r.clone(g),{propertyIsArray:!0,allowDuplicate:!1})}return a},s.mergeNodeMaps=o=>{const a=o["@default"],c=Object.keys(o).sort();for(const l of c){if(l==="@default")continue;const d=o[l];let u=a[l];u?"@graph"in u||(u["@graph"]=[]):a[l]=u={"@id":l,"@graph":[]};const m=u["@graph"];for(const g of Object.keys(d).sort()){const v=d[g];e.isSubjectReference(v)||m.push(v)}}return a},vl}var wl,Oh;function my(){if(Oh)return wl;Oh=1;const{isSubjectReference:i}=cr(),{createMergedNodeMap:e}=Yo(),t={};return wl=t,t.flatten=r=>{const n=e(r),s=[],o=Object.keys(n).sort();for(let a=0;a<o.length;++a){const c=n[o[a]];i(c)||s.push(c)}return s},wl}var _l,Ph;function gy(){if(Ph)return _l;Ph=1;const i=Si(),e=cr(),t=mi(),{REGEX_BCP47:r,addValue:n}=vi(),{handleEvent:s}=Vs(),{RDF_LIST:o,RDF_FIRST:a,RDF_REST:c,RDF_NIL:l,RDF_TYPE:d,RDF_JSON_LITERAL:u,XSD_BOOLEAN:m,XSD_DOUBLE:g,XSD_INTEGER:v,XSD_STRING:_}=ad(),E={};_l=E,E.fromRDF=async(k,y)=>{const{useRdfType:h=!1,useNativeTypes:p=!1,rdfDirection:T=null}=y,N={},C={"@default":N},F={};if(T){if(T==="compound-literal")throw new i("Unsupported rdfDirection value.","jsonld.InvalidRdfDirection",{value:T});if(T!=="i18n-datatype")throw new i("Unknown rdfDirection value.","jsonld.InvalidRdfDirection",{value:T})}for(const U of k){const R=U.graph.termType==="DefaultGraph"?"@default":U.graph.value;R in C||(C[R]={}),R!=="@default"&&!(R in N)&&(N[R]={"@id":R});const D=C[R],J=U.subject.value,$=U.predicate.value,Z=U.object;J in D||(D[J]={"@id":J});const B=D[J],re=Z.termType.endsWith("Node");if(re&&!(Z.value in D)&&(D[Z.value]={"@id":Z.value}),$===d&&!h&&re){n(B,"@type",Z.value,{propertyIsArray:!0});continue}const S=x(Z,p,T,y);if(n(B,$,S,{propertyIsArray:!0}),re)if(Z.value===l){const H=D[Z.value];"usages"in H||(H.usages=[]),H.usages.push({node:B,property:$,value:S})}else Z.value in F?F[Z.value]=!1:F[Z.value]={node:B,property:$,value:S}}for(const U in C){const R=C[U];if(!(l in R))continue;const D=R[l];if(D.usages){for(let J of D.usages){let $=J.node,Z=J.property,B=J.value;const re=[],S=[];let H=Object.keys($).length;for(;Z===c&&t.isObject(F[$["@id"]])&&t.isArray($[a])&&$[a].length===1&&t.isArray($[c])&&$[c].length===1&&(H===3||H===4&&t.isArray($["@type"])&&$["@type"].length===1&&$["@type"][0]===o)&&(re.push($[a][0]),S.push($["@id"]),J=F[$["@id"]],$=J.node,Z=J.property,B=J.value,H=Object.keys($).length,!!e.isBlankNode($)););delete B["@id"],B["@list"]=re.reverse();for(const ee of S)delete R[ee]}delete D.usages}}const I=[],O=Object.keys(N).sort();for(const U of O){const R=N[U];if(U in C){const D=R["@graph"]=[],J=C[U],$=Object.keys(J).sort();for(const Z of $){const B=J[Z];e.isSubjectReference(B)||D.push(B)}}e.isSubjectReference(R)||I.push(R)}return I};function x(k,y,h,p){if(k.termType.endsWith("Node"))return{"@id":k.value};const T={"@value":k.value};if(k.language)k.language.match(r)||p.eventHandler&&s({event:{type:["JsonLdEvent"],code:"invalid @language value",level:"warning",message:"@language value must be valid BCP47.",details:{language:k.language}},options:p}),T["@language"]=k.language;else{let N=k.datatype.value;if(N||(N=_),N===u){N="@json";try{T["@value"]=JSON.parse(T["@value"])}catch(C){throw new i("JSON literal could not be parsed.","jsonld.InvalidJsonLiteral",{code:"invalid JSON literal",value:T["@value"],cause:C})}}if(y){if(N===m)T["@value"]==="true"?T["@value"]=!0:T["@value"]==="false"&&(T["@value"]=!1);else if(t.isNumeric(T["@value"]))if(N===v){const C=parseInt(T["@value"],10);C.toFixed(0)===T["@value"]&&(T["@value"]=C)}else N===g&&(T["@value"]=parseFloat(T["@value"]));[m,v,g,_].includes(N)||(T["@type"]=N)}else if(h==="i18n-datatype"&&N.startsWith("https://www.w3.org/ns/i18n#")){const[,C,F]=N.split(/[#_]/);C.length>0&&(T["@language"]=C,C.match(r)||p.eventHandler&&s({event:{type:["JsonLdEvent"],code:"invalid @language value",level:"warning",message:"@language value must be valid BCP47.",details:{language:C}},options:p})),T["@direction"]=F}else N!==_&&(T["@type"]=N)}return T}return _l}var xl,Mh;function by(){return Mh||(Mh=1,xl=function i(e){return e===null||typeof e!="object"||e.toJSON!=null?JSON.stringify(e):Array.isArray(e)?"["+e.reduce((t,r,n)=>{const s=n===0?"":",",o=r===void 0||typeof r=="symbol"?null:r;return t+s+i(o)},"")+"]":"{"+Object.keys(e).sort().reduce((t,r,n)=>{if(e[r]===void 0||typeof e[r]=="symbol")return t;const s=t.length===0?"":",";return t+s+i(r)+":"+i(e[r])},"")+"}"}),xl}var El,Fh;function yy(){if(Fh)return El;Fh=1;const{createNodeMap:i}=Yo(),{isKeyword:e}=Xr(),t=cr(),r=by(),n=Si(),s=mi(),o=vi(),{handleEvent:a}=Vs(),{RDF_FIRST:c,RDF_REST:l,RDF_NIL:d,RDF_TYPE:u,RDF_JSON_LITERAL:m,RDF_LANGSTRING:g,XSD_BOOLEAN:v,XSD_DOUBLE:_,XSD_INTEGER:E,XSD_STRING:x}=ad(),{isAbsolute:k}=Ir(),y={};El=y,y.toRDF=(N,C)=>{const F=new o.IdentifierIssuer("_:b"),I={"@default":{}};i(N,I,"@default",F);const O=[],U=Object.keys(I).sort();for(const R of U){let D;if(R==="@default")D={termType:"DefaultGraph",value:""};else if(k(R))R.startsWith("_:")?D={termType:"BlankNode"}:D={termType:"NamedNode"},D.value=R;else{C.eventHandler&&a({event:{type:["JsonLdEvent"],code:"relative graph reference",level:"warning",message:"Relative graph reference found.",details:{graph:R}},options:C});continue}h(O,I[R],D,F,C)}return O};function h(N,C,F,I,O){const U=Object.keys(C).sort();for(const R of U){const D=C[R],J=Object.keys(D).sort();for(let $ of J){const Z=D[$];if($==="@type")$=u;else if(e($))continue;for(const B of Z){const re={termType:R.startsWith("_:")?"BlankNode":"NamedNode",value:R};if(!k(R)){O.eventHandler&&a({event:{type:["JsonLdEvent"],code:"relative subject reference",level:"warning",message:"Relative subject reference found.",details:{subject:R}},options:O});continue}const S={termType:$.startsWith("_:")?"BlankNode":"NamedNode",value:$};if(!k($)){O.eventHandler&&a({event:{type:["JsonLdEvent"],code:"relative predicate reference",level:"warning",message:"Relative predicate reference found.",details:{predicate:$}},options:O});continue}if(S.termType==="BlankNode"&&!O.produceGeneralizedRdf){O.eventHandler&&a({event:{type:["JsonLdEvent"],code:"blank node predicate",level:"warning",message:"Dropping blank node predicate.",details:{property:I.getOldIds().find(ee=>I.getId(ee)===$)}},options:O});continue}const H=T(B,I,N,F,O.rdfDirection,O);H&&N.push({subject:re,predicate:S,object:H,graph:F})}}}}function p(N,C,F,I,O,U){const R={termType:"NamedNode",value:c},D={termType:"NamedNode",value:l},J={termType:"NamedNode",value:d},$=N.pop(),Z=$?{termType:"BlankNode",value:C.getId()}:J;let B=Z;for(const re of N){const S=T(re,C,F,I,O,U),H={termType:"BlankNode",value:C.getId()};F.push({subject:B,predicate:R,object:S,graph:I}),F.push({subject:B,predicate:D,object:H,graph:I}),B=H}if($){const re=T($,C,F,I,O,U);F.push({subject:B,predicate:R,object:re,graph:I}),F.push({subject:B,predicate:D,object:J,graph:I})}return Z}function T(N,C,F,I,O,U){const R={};if(t.isValue(N)){R.termType="Literal",R.value=void 0,R.datatype={termType:"NamedNode"};let D=N["@value"];const J=N["@type"]||null;if(J==="@json")R.value=r(D),R.datatype.value=m;else if(s.isBoolean(D))R.value=D.toString(),R.datatype.value=J||v;else if(s.isDouble(D)||J===_)s.isDouble(D)||(D=parseFloat(D)),R.value=D.toExponential(15).replace(/(\d)0*e\+?/,"$1E"),R.datatype.value=J||_;else if(s.isNumber(D))R.value=D.toFixed(0),R.datatype.value=J||E;else if("@direction"in N&&O==="i18n-datatype"){const $=(N["@language"]||"").toLowerCase(),Z=N["@direction"],B=`https://www.w3.org/ns/i18n#${$}_${Z}`;R.datatype.value=B,R.value=D}else{if("@direction"in N&&O==="compound-literal")throw new n("Unsupported rdfDirection value.","jsonld.InvalidRdfDirection",{value:O});if("@direction"in N&&O)throw new n("Unknown rdfDirection value.","jsonld.InvalidRdfDirection",{value:O});"@language"in N?("@direction"in N&&!O&&U.eventHandler&&a({event:{type:["JsonLdEvent"],code:"rdfDirection not set",level:"warning",message:"rdfDirection not set for @direction.",details:{object:R.value}},options:U}),R.value=D,R.datatype.value=J||g,R.language=N["@language"]):("@direction"in N&&!O&&U.eventHandler&&a({event:{type:["JsonLdEvent"],code:"rdfDirection not set",level:"warning",message:"rdfDirection not set for @direction.",details:{object:R.value}},options:U}),R.value=D,R.datatype.value=J||x)}}else if(t.isList(N)){const D=p(N["@list"],C,F,I,O,U);R.termType=D.termType,R.value=D.value}else{const D=s.isObject(N)?N["@id"]:N;R.termType=D.startsWith("_:")?"BlankNode":"NamedNode",R.value=D}return R.termType==="NamedNode"&&!k(R.value)?(U.eventHandler&&a({event:{type:["JsonLdEvent"],code:"relative object reference",level:"warning",message:"Relative object reference found.",details:{object:R.value}},options:U}),null):R}return El}var Sl,jh;function vy(){if(jh)return Sl;jh=1;const{isKeyword:i}=Xr(),e=cr(),t=mi(),r=vi(),n=Ir(),s=Si(),{createNodeMap:o,mergeNodeMapGraphs:a}=Yo(),c={};Sl=c,c.frameMergedOrDefault=(h,p,T)=>{const N={options:T,embedded:!1,graph:"@default",graphMap:{"@default":{}},subjectStack:[],link:{},bnodeMap:{}},C=new r.IdentifierIssuer("_:b");o(h,N.graphMap,"@default",C),T.merged&&(N.graphMap["@merged"]=a(N.graphMap),N.graph="@merged"),N.subjects=N.graphMap[N.graph];const F=[];c.frame(N,Object.keys(N.subjects).sort(),p,F),T.pruneBlankNodeIdentifiers&&(T.bnodesToClear=Object.keys(N.bnodeMap).filter(I=>N.bnodeMap[I].length===1));// remove @preserve from results
347
347
  return T.link={},E(F,T)},c.frame=(h,p,T,N,C=null)=>{m(T),T=T[0];const F=h.options,I={embed:u(T,F,"embed"),explicit:u(T,F,"explicit"),requireAll:u(T,F,"requireAll")};h.link.hasOwnProperty(h.graph)||(h.link[h.graph]={});const O=h.link[h.graph],U=g(h,p,T,I),R=Object.keys(U).sort();for(const D of R){const J=U[D];if(C===null?h.uniqueEmbeds={[h.graph]:{}}:h.uniqueEmbeds[h.graph]=h.uniqueEmbeds[h.graph]||{},I.embed==="@link"&&D in O){x(N,C,O[D]);continue}const $={"@id":D};if(D.indexOf("_:")===0&&r.addValue(h.bnodeMap,D,$,{propertyIsArray:!0}),O[D]=$,(I.embed==="@first"||I.embed==="@last")&&h.is11)throw new s("Invalid JSON-LD syntax; invalid value of @embed.","jsonld.SyntaxError",{code:"invalid @embed value",frame:T});if(!(!h.embedded&&h.uniqueEmbeds[h.graph].hasOwnProperty(D))){if(h.embedded&&(I.embed==="@never"||d(J,h.graph,h.subjectStack))){x(N,C,$);continue}if(h.embedded&&(I.embed=="@first"||I.embed=="@once")&&h.uniqueEmbeds[h.graph].hasOwnProperty(D)){x(N,C,$);continue}if(I.embed==="@last"&&D in h.uniqueEmbeds[h.graph]&&_(h,D),h.uniqueEmbeds[h.graph][D]={parent:N,property:C},h.subjectStack.push({subject:J,graph:h.graph}),D in h.graphMap){let Z=!1,B=null;"@graph"in T?(B=T["@graph"][0],Z=!(D==="@merged"||D==="@default"),t.isObject(B)||(B={})):(Z=h.graph!=="@merged",B={}),Z&&c.frame({...h,graph:D,embedded:!1},Object.keys(h.graphMap[D]).sort(),[B],$,"@graph")}"@included"in T&&c.frame({...h,embedded:!1},p,T["@included"],$,"@included");for(const Z of Object.keys(J).sort()){if(i(Z)){if($[Z]=r.clone(J[Z]),Z==="@type")for(const B of J["@type"])B.indexOf("_:")===0&&r.addValue(h.bnodeMap,B,$,{propertyIsArray:!0});continue}if(!(I.explicit&&!(Z in T)))for(const B of J[Z]){const re=Z in T?T[Z]:l(I);if(e.isList(B)){const S=T[Z]&&T[Z][0]&&T[Z][0]["@list"]?T[Z][0]["@list"]:l(I),H={"@list":[]};x($,Z,H);const ee=B["@list"];for(const Q of ee)e.isSubjectReference(Q)?c.frame({...h,embedded:!0},[Q["@id"]],S,H,"@list"):x(H,"@list",r.clone(Q))}else e.isSubjectReference(B)?c.frame({...h,embedded:!0},[B["@id"]],re,$,Z):y(re[0],B)&&x($,Z,r.clone(B))}}for(const Z of Object.keys(T).sort()){if(Z==="@type"){if(!t.isObject(T[Z][0])||!("@default"in T[Z][0]))continue}else if(i(Z))continue;const B=T[Z][0]||{};if(!u(B,F,"omitDefault")&&!(Z in $)){let S="@null";"@default"in B&&(S=r.clone(B["@default"])),t.isArray(S)||(S=[S]),$[Z]=[{"@preserve":S}]}}for(const Z of Object.keys(T["@reverse"]||{}).sort()){const B=T["@reverse"][Z];for(const re of Object.keys(h.subjects))r.getValues(h.subjects[re],Z).some(H=>H["@id"]===D)&&($["@reverse"]=$["@reverse"]||{},r.addValue($["@reverse"],Z,[],{propertyIsArray:!0}),c.frame({...h,embedded:!0},[re],B,$["@reverse"][Z],C))}x(N,C,$),h.subjectStack.pop()}}},c.cleanupNull=(h,p)=>{if(t.isArray(h))return h.map(N=>c.cleanupNull(N,p)).filter(N=>N);if(h==="@null")return null;if(t.isObject(h)){if("@id"in h){const T=h["@id"];if(p.link.hasOwnProperty(T)){const N=p.link[T].indexOf(h);if(N!==-1)return p.link[T][N];p.link[T].push(h)}else p.link[T]=[h]}for(const T in h)h[T]=c.cleanupNull(h[T],p)}return h};function l(h){const p={};for(const T in h)h[T]!==void 0&&(p["@"+T]=[h[T]]);return[p]}function d(h,p,T){for(let N=T.length-1;N>=0;--N){const C=T[N];if(C.graph===p&&C.subject["@id"]===h["@id"])return!0}return!1}function u(h,p,T){const N="@"+T;let C=N in h?h[N][0]:p[T];if(T==="embed"){if(C===!0)C="@once";else if(C===!1)C="@never";else if(C!=="@always"&&C!=="@never"&&C!=="@link"&&C!=="@first"&&C!=="@last"&&C!=="@once")throw new s("Invalid JSON-LD syntax; invalid value of @embed.","jsonld.SyntaxError",{code:"invalid @embed value",frame:h})}return C}function m(h){if(!t.isArray(h)||h.length!==1||!t.isObject(h[0]))throw new s("Invalid JSON-LD syntax; a JSON-LD frame must be a single object.","jsonld.SyntaxError",{frame:h});if("@id"in h[0]){for(const p of r.asArray(h[0]["@id"]))if(!(t.isObject(p)||n.isAbsolute(p))||t.isString(p)&&p.indexOf("_:")===0)throw new s("Invalid JSON-LD syntax; invalid @id in frame.","jsonld.SyntaxError",{code:"invalid frame",frame:h})}if("@type"in h[0]){for(const p of r.asArray(h[0]["@type"]))if(!(t.isObject(p)||n.isAbsolute(p)||p==="@json")||t.isString(p)&&p.indexOf("_:")===0)throw new s("Invalid JSON-LD syntax; invalid @type in frame.","jsonld.SyntaxError",{code:"invalid frame",frame:h})}}function g(h,p,T,N){const C={};for(const F of p){const I=h.graphMap[h.graph][F];v(h,I,T,N)&&(C[F]=I)}return C}function v(h,p,T,N){let C=!0,F=!1;for(const I in T){let O=!1;const U=r.getValues(p,I),R=r.getValues(T,I).length===0;if(I==="@id"){if(t.isEmptyObject(T["@id"][0]||{})?O=!0:T["@id"].length>=0&&(O=T["@id"].includes(U[0])),!N.requireAll)return O}else if(I==="@type"){if(C=!1,R){if(U.length>0)return!1;O=!0}else if(T["@type"].length===1&&t.isEmptyObject(T["@type"][0]))O=U.length>0;else for(const D of T["@type"])t.isObject(D)&&"@default"in D?O=!0:O=O||U.some(J=>J===D);if(!N.requireAll)return O}else{if(i(I))continue;{const D=r.getValues(T,I)[0];let J=!1;if(D&&(m([D]),J="@default"in D),C=!1,U.length===0&&J)continue;if(U.length>0&&R)return!1;if(D===void 0){if(U.length>0)return!1;O=!0}else if(e.isList(D)){const $=D["@list"][0];if(e.isList(U[0])){const Z=U[0]["@list"];e.isValue($)?O=Z.some(B=>y($,B)):(e.isSubject($)||e.isSubjectReference($))&&(O=Z.some(B=>k(h,$,B,N)))}}else e.isValue(D)?O=U.some($=>y(D,$)):e.isSubjectReference(D)?O=U.some($=>k(h,D,$,N)):t.isObject(D)?O=U.length>0:O=!1}}if(!O&&N.requireAll)return!1;F=F||O}return C||F}function _(h,p){const T=h.uniqueEmbeds[h.graph],N=T[p],C=N.parent,F=N.property,I={"@id":p};if(t.isArray(C)){for(let U=0;U<C.length;++U)if(r.compareValues(C[U],I)){C[U]=I;break}}else{const U=t.isArray(C[F]);r.removeValue(C,F,I,{propertyIsArray:U}),r.addValue(C,F,I,{propertyIsArray:U})}const O=U=>{const R=Object.keys(T);for(const D of R)D in T&&t.isObject(T[D].parent)&&T[D].parent["@id"]===U&&(delete T[D],O(D))};O(p)}/**
348
348
  * Removes the @preserve keywords from expanded result of framing.
349
349
  *
@@ -352,7 +352,7 @@ return T.link={},E(F,T)},c.frame=(h,p,T,N,C=null)=>{m(T),T=T[0];const F=h.option
352
352
  *
353
353
  * @return the resulting output.
354
354
  */function E(h,p){if(t.isArray(h))return h.map(T=>E(T,p));if(t.isObject(h)){// remove @preserve
355
- if("@preserve"in h)return h["@preserve"][0];if(e.isValue(h))return h;if(e.isList(h))return h["@list"]=E(h["@list"],p),h;if("@id"in h){const T=h["@id"];if(p.link.hasOwnProperty(T)){const N=p.link[T].indexOf(h);if(N!==-1)return p.link[T][N];p.link[T].push(h)}else p.link[T]=[h]}for(const T in h){if(T==="@id"&&p.bnodesToClear.includes(h[T])){delete h["@id"];continue}h[T]=E(h[T],p)}}return h}function x(h,p,T){t.isObject(h)?r.addValue(h,p,T,{propertyIsArray:!0}):h.push(T)}function k(h,p,T,N){if(!("@id"in T))return!1;const C=h.subjects[T["@id"]];return C&&v(h,C,p,N)}function y(h,p){const T=p["@value"],N=p["@type"],C=p["@language"],F=h["@value"]?t.isArray(h["@value"])?h["@value"]:[h["@value"]]:[],I=h["@type"]?t.isArray(h["@type"])?h["@type"]:[h["@type"]]:[],O=h["@language"]?t.isArray(h["@language"])?h["@language"]:[h["@language"]]:[];return F.length===0&&I.length===0&&O.length===0?!0:!(!(F.includes(T)||t.isEmptyObject(F[0]))||!(!N&&I.length===0||I.includes(N)||N&&t.isEmptyObject(I[0]))||!(!C&&O.length===0||O.includes(C)||C&&t.isEmptyObject(O[0])))}return Sl}var kl,Bh;function vy(){if(Bh)return kl;Bh=1;const i=Si(),{isArray:e,isObject:t,isString:r,isUndefined:n}=mi(),{isList:s,isValue:o,isGraph:a,isSimpleGraph:c,isSubjectReference:l}=cr(),{expandIri:d,getContextValue:u,isKeyword:m,process:g,processingMode:v}=Xr(),{removeBase:_,prependBase:E}=Ir(),{REGEX_KEYWORD:x,addValue:k,asArray:y,compareShortestLeast:h}=vi(),p={};kl=p,p.compact=async({activeCtx:C,activeProperty:F=null,element:I,options:O={}})=>{if(e(I)){let R=[];for(let D=0;D<I.length;++D){const J=await p.compact({activeCtx:C,activeProperty:F,element:I[D],options:O});J!==null&&R.push(J)}return O.compactArrays&&R.length===1&&(u(C,F,"@container")||[]).length===0&&(R=R[0]),R}const U=u(C,F,"@context");if(n(U)||(C=await g({activeCtx:C,localCtx:U,propagate:!0,overrideProtected:!0,options:O})),t(I)){if(O.link&&"@id"in I&&O.link.hasOwnProperty(I["@id"])){const S=O.link[I["@id"]];for(let H=0;H<S.length;++H)if(S[H].expanded===I)return S[H].compacted}if(o(I)||l(I)){const S=p.compactValue({activeCtx:C,activeProperty:F,value:I,options:O});return O.link&&l(I)&&(O.link.hasOwnProperty(I["@id"])||(O.link[I["@id"]]=[]),O.link[I["@id"]].push({expanded:I,compacted:S})),S}if(s(I)&&(u(C,F,"@container")||[]).includes("@list"))return p.compact({activeCtx:C,activeProperty:F,element:I["@list"],options:O});const R=F==="@reverse",D={},J=C;!o(I)&&!l(I)&&(C=C.revertToPreviousContext());const $=u(J,F,"@context");n($)||(C=await g({activeCtx:C,localCtx:$,propagate:!0,overrideProtected:!0,options:O})),O.link&&"@id"in I&&(O.link.hasOwnProperty(I["@id"])||(O.link[I["@id"]]=[]),O.link[I["@id"]].push({expanded:I,compacted:D}));let Z=I["@type"]||[];Z.length>1&&(Z=Array.from(Z).sort());const B=C;for(const S of Z){const H=p.compactIri({activeCtx:B,iri:S,relativeTo:{vocab:!0}}),ee=u(J,H,"@context");n(ee)||(C=await g({activeCtx:C,localCtx:ee,options:O,propagate:!1}))}const re=Object.keys(I).sort();for(const S of re){const H=I[S];if(S==="@id"){let ee=y(H).map(he=>p.compactIri({activeCtx:C,iri:he,relativeTo:{vocab:!1},base:O.base}));ee.length===1&&(ee=ee[0]);const Q=p.compactIri({activeCtx:C,iri:"@id",relativeTo:{vocab:!0}});D[Q]=ee;continue}if(S==="@type"){let ee=y(H).map(X=>p.compactIri({activeCtx:J,iri:X,relativeTo:{vocab:!0}}));ee.length===1&&(ee=ee[0]);const Q=p.compactIri({activeCtx:C,iri:"@type",relativeTo:{vocab:!0}}),G=(u(C,Q,"@container")||[]).includes("@set")&&v(C,1.1)||e(ee)&&H.length===0;k(D,Q,ee,{propertyIsArray:G});continue}if(S==="@reverse"){const ee=await p.compact({activeCtx:C,activeProperty:"@reverse",element:H,options:O});for(const Q in ee)if(C.mappings.has(Q)&&C.mappings.get(Q).reverse){const he=ee[Q],G=(u(C,Q,"@container")||[]).includes("@set")||!O.compactArrays;k(D,Q,he,{propertyIsArray:G}),delete ee[Q]}if(Object.keys(ee).length>0){const Q=p.compactIri({activeCtx:C,iri:S,relativeTo:{vocab:!0}});k(D,Q,ee)}continue}if(S==="@preserve"){const ee=await p.compact({activeCtx:C,activeProperty:F,element:H,options:O});e(ee)&&ee.length===0||k(D,S,ee);continue}if(S==="@index"){if((u(C,F,"@container")||[]).includes("@index"))continue;const Q=p.compactIri({activeCtx:C,iri:S,relativeTo:{vocab:!0}});k(D,Q,H);continue}if(S!=="@graph"&&S!=="@list"&&S!=="@included"&&m(S)){const ee=p.compactIri({activeCtx:C,iri:S,relativeTo:{vocab:!0}});k(D,ee,H);continue}if(!e(H))throw new i("JSON-LD expansion error; expanded value must be an array.","jsonld.SyntaxError");if(H.length===0){const ee=p.compactIri({activeCtx:C,iri:S,value:H,relativeTo:{vocab:!0},reverse:R}),Q=C.mappings.has(ee)?C.mappings.get(ee)["@nest"]:null;let he=D;Q&&(N(C,Q,O),t(D[Q])||(D[Q]={}),he=D[Q]),k(he,ee,H,{propertyIsArray:!0})}for(const ee of H){const Q=p.compactIri({activeCtx:C,iri:S,value:ee,relativeTo:{vocab:!0},reverse:R}),he=C.mappings.has(Q)?C.mappings.get(Q)["@nest"]:null;let W=D;he&&(N(C,he,O),t(D[he])||(D[he]={}),W=D[he]);const G=u(C,Q,"@container")||[],X=a(ee),z=s(ee);let ne;z?ne=ee["@list"]:X&&(ne=ee["@graph"]);let se=await p.compact({activeCtx:C,activeProperty:Q,element:z||X?ne:ee,options:O});if(z)if(e(se)||(se=[se]),!G.includes("@list"))se={[p.compactIri({activeCtx:C,iri:"@list",relativeTo:{vocab:!0}})]:se},"@index"in ee&&(se[p.compactIri({activeCtx:C,iri:"@index",relativeTo:{vocab:!0}})]=ee["@index"]);else{k(W,Q,se,{valueIsArray:!0,allowDuplicate:!0});continue}if(X)if(G.includes("@graph")&&(G.includes("@id")||G.includes("@index")&&c(ee))){let ye;W.hasOwnProperty(Q)?ye=W[Q]:W[Q]=ye={};const _e=(G.includes("@id")?ee["@id"]:ee["@index"])||p.compactIri({activeCtx:C,iri:"@none",relativeTo:{vocab:!0}});k(ye,_e,se,{propertyIsArray:!O.compactArrays||G.includes("@set")})}else G.includes("@graph")&&c(ee)?(e(se)&&se.length>1&&(se={"@included":se}),k(W,Q,se,{propertyIsArray:!O.compactArrays||G.includes("@set")})):(e(se)&&se.length===1&&O.compactArrays&&(se=se[0]),se={[p.compactIri({activeCtx:C,iri:"@graph",relativeTo:{vocab:!0}})]:se},"@id"in ee&&(se[p.compactIri({activeCtx:C,iri:"@id",relativeTo:{vocab:!0}})]=ee["@id"]),"@index"in ee&&(se[p.compactIri({activeCtx:C,iri:"@index",relativeTo:{vocab:!0}})]=ee["@index"]),k(W,Q,se,{propertyIsArray:!O.compactArrays||G.includes("@set")}));else if(G.includes("@language")||G.includes("@index")||G.includes("@id")||G.includes("@type")){let ye;W.hasOwnProperty(Q)?ye=W[Q]:W[Q]=ye={};let _e;if(G.includes("@language"))o(se)&&(se=se["@value"]),_e=ee["@language"];else if(G.includes("@index")){const M=u(C,Q,"@index")||"@index",K=p.compactIri({activeCtx:C,iri:M,relativeTo:{vocab:!0}});if(M==="@index")_e=ee["@index"],delete se[K];else{let ce;if([_e,...ce]=y(se[M]||[]),!r(_e))_e=null;else switch(ce.length){case 0:delete se[M];break;case 1:se[M]=ce[0];break;default:se[M]=ce;break}}}else if(G.includes("@id")){const M=p.compactIri({activeCtx:C,iri:"@id",relativeTo:{vocab:!0}});_e=se[M],delete se[M]}else if(G.includes("@type")){const M=p.compactIri({activeCtx:C,iri:"@type",relativeTo:{vocab:!0}});let K;switch([_e,...K]=y(se[M]||[]),K.length){case 0:delete se[M];break;case 1:se[M]=K[0];break;default:se[M]=K;break}Object.keys(se).length===1&&"@id"in ee&&(se=await p.compact({activeCtx:C,activeProperty:Q,element:{"@id":ee["@id"]},options:O}))}_e||(_e=p.compactIri({activeCtx:C,iri:"@none",relativeTo:{vocab:!0}})),k(ye,_e,se,{propertyIsArray:G.includes("@set")})}else{const ye=!O.compactArrays||G.includes("@set")||G.includes("@list")||e(se)&&se.length===0||S==="@list"||S==="@graph";k(W,Q,se,{propertyIsArray:ye})}}}return D}return I},p.compactIri=({activeCtx:C,iri:F,value:I=null,relativeTo:O={vocab:!1},reverse:U=!1,base:R=null})=>{if(F===null)return F;C.isPropertyTermScoped&&C.previousContext&&(C=C.previousContext);const D=C.getInverse();if(m(F)&&F in D&&"@none"in D[F]&&"@type"in D[F]["@none"]&&"@none"in D[F]["@none"]["@type"])return D[F]["@none"]["@type"]["@none"];if(O.vocab&&F in D){const re=C["@language"]||"@none",S=[];t(I)&&"@index"in I&&!("@graph"in I)&&S.push("@index","@index@set"),t(I)&&"@preserve"in I&&(I=I["@preserve"][0]),a(I)?("@index"in I&&S.push("@graph@index","@graph@index@set","@index","@index@set"),"@id"in I&&S.push("@graph@id","@graph@id@set"),S.push("@graph","@graph@set","@set"),"@index"in I||S.push("@graph@index","@graph@index@set","@index","@index@set"),"@id"in I||S.push("@graph@id","@graph@id@set")):t(I)&&!o(I)&&S.push("@id","@id@set","@type","@set@type");let H="@language",ee="@null";if(U)H="@type",ee="@reverse",S.push("@set");else if(s(I)){"@index"in I||S.push("@list");const he=I["@list"];if(he.length===0)H="@any",ee="@none";else{let W=he.length===0?re:null,G=null;for(let X=0;X<he.length;++X){const z=he[X];let ne="@none",se="@none";if(o(z))if("@direction"in z){const ye=(z["@language"]||"").toLowerCase(),_e=z["@direction"];ne=`${ye}_${_e}`}else"@language"in z?ne=z["@language"].toLowerCase():"@type"in z?se=z["@type"]:ne="@null";else se="@id";if(W===null?W=ne:ne!==W&&o(z)&&(W="@none"),G===null?G=se:se!==G&&(G="@none"),W==="@none"&&G==="@none")break}W=W||"@none",G=G||"@none",G!=="@none"?(H="@type",ee=G):ee=W}}else{if(o(I))if("@language"in I&&!("@index"in I)){S.push("@language","@language@set"),ee=I["@language"];const he=I["@direction"];he&&(ee=`${ee}_${he}`)}else"@direction"in I&&!("@index"in I)?ee=`_${I["@direction"]}`:"@type"in I&&(H="@type",ee=I["@type"]);else H="@type",ee="@id";S.push("@set")}S.push("@none"),t(I)&&!("@index"in I)&&S.push("@index","@index@set"),o(I)&&Object.keys(I).length===1&&S.push("@language","@language@set");const Q=T(C,F,I,S,H,ee);if(Q!==null)return Q}if(O.vocab&&"@vocab"in C){const re=C["@vocab"];if(F.indexOf(re)===0&&F!==re){const S=F.substr(re.length);if(!C.mappings.has(S))return S}}let J=null;const $=[];let Z=C.fastCurieMap;const B=F.length-1;for(let re=0;re<B&&F[re]in Z;++re)Z=Z[F[re]],""in Z&&$.push(Z[""][0]);for(let re=$.length-1;re>=0;--re){const S=$[re],H=S.terms;for(const ee of H){const Q=ee+":"+F.substr(S.iri.length);C.mappings.get(ee)._prefix&&(!C.mappings.has(Q)||I===null&&C.mappings.get(Q)["@id"]===F)&&(J===null||h(Q,J)<0)&&(J=Q)}}if(J!==null)return J;for(const[re,S]of C.mappings)if(S&&S._prefix&&F.startsWith(re+":"))throw new i(`Absolute IRI "${F}" confused with prefix "${re}".`,"jsonld.SyntaxError",{code:"IRI confused with prefix",context:C});if(!O.vocab)if("@base"in C)if(C["@base"]){const re=_(E(R,C["@base"]),F);return x.test(re)?`./${re}`:re}else return F;else return _(R,F);return F},p.compactValue=({activeCtx:C,activeProperty:F,value:I,options:O})=>{if(o(I)){const J=u(C,F,"@type"),$=u(C,F,"@language"),Z=u(C,F,"@direction"),B=u(C,F,"@container")||[],re="@index"in I&&!B.includes("@index");if(!re&&J!=="@none"&&(I["@type"]===J||"@language"in I&&I["@language"]===$&&"@direction"in I&&I["@direction"]===Z||"@language"in I&&I["@language"]===$||"@direction"in I&&I["@direction"]===Z))return I["@value"];const S=Object.keys(I).length,H=S===1||S===2&&"@index"in I&&!re,ee="@language"in C,Q=r(I["@value"]),he=C.mappings.has(F)&&C.mappings.get(F)["@language"]===null;if(H&&J!=="@none"&&(!ee||!Q||he))return I["@value"];const W={};return re&&(W[p.compactIri({activeCtx:C,iri:"@index",relativeTo:{vocab:!0}})]=I["@index"]),"@type"in I?W[p.compactIri({activeCtx:C,iri:"@type",relativeTo:{vocab:!0}})]=p.compactIri({activeCtx:C,iri:I["@type"],relativeTo:{vocab:!0}}):"@language"in I&&(W[p.compactIri({activeCtx:C,iri:"@language",relativeTo:{vocab:!0}})]=I["@language"]),"@direction"in I&&(W[p.compactIri({activeCtx:C,iri:"@direction",relativeTo:{vocab:!0}})]=I["@direction"]),W[p.compactIri({activeCtx:C,iri:"@value",relativeTo:{vocab:!0}})]=I["@value"],W}const U=d(C,F,{vocab:!0},O),R=u(C,F,"@type"),D=p.compactIri({activeCtx:C,iri:I["@id"],relativeTo:{vocab:R==="@vocab"},base:O.base});return R==="@id"||R==="@vocab"||U==="@graph"?D:{[p.compactIri({activeCtx:C,iri:"@id",relativeTo:{vocab:!0}})]:D}};function T(C,F,I,O,U,R){R===null&&(R="@null");const D=[];if((R==="@id"||R==="@reverse")&&t(I)&&"@id"in I){R==="@reverse"&&D.push("@reverse");const $=p.compactIri({activeCtx:C,iri:I["@id"],relativeTo:{vocab:!0}});C.mappings.has($)&&C.mappings.get($)&&C.mappings.get($)["@id"]===I["@id"]?D.push.apply(D,["@vocab","@id"]):D.push.apply(D,["@id","@vocab"])}else{D.push(R);const $=D.find(Z=>Z.includes("_"));$&&D.push($.replace(/^[^_]+_/,"_"))}D.push("@none");const J=C.inverse[F];for(const $ of O){if(!($ in J))continue;const Z=J[$][U];for(const B of D)if(B in Z)return Z[B]}return null}function N(C,F,I){if(d(C,F,{vocab:!0},I)!=="@nest")throw new i("JSON-LD compact error; nested property must have an @nest value resolving to @nest.","jsonld.SyntaxError",{code:"invalid @nest value"})}return kl}var Rl,qh;function wy(){return qh||(qh=1,Rl=i=>{class e{toString(){return"[object JsonLdProcessor]"}}return Object.defineProperty(e,"prototype",{writable:!1,enumerable:!1}),Object.defineProperty(e.prototype,"constructor",{writable:!0,enumerable:!1,configurable:!0,value:e}),e.compact=function(t,r){return arguments.length<2?Promise.reject(new TypeError("Could not compact, too few arguments.")):i.compact(t,r)},e.expand=function(t){return arguments.length<1?Promise.reject(new TypeError("Could not expand, too few arguments.")):i.expand(t)},e.flatten=function(t){return arguments.length<1?Promise.reject(new TypeError("Could not flatten, too few arguments.")):i.flatten(t)},e}),Rl}/**
355
+ if("@preserve"in h)return h["@preserve"][0];if(e.isValue(h))return h;if(e.isList(h))return h["@list"]=E(h["@list"],p),h;if("@id"in h){const T=h["@id"];if(p.link.hasOwnProperty(T)){const N=p.link[T].indexOf(h);if(N!==-1)return p.link[T][N];p.link[T].push(h)}else p.link[T]=[h]}for(const T in h){if(T==="@id"&&p.bnodesToClear.includes(h[T])){delete h["@id"];continue}h[T]=E(h[T],p)}}return h}function x(h,p,T){t.isObject(h)?r.addValue(h,p,T,{propertyIsArray:!0}):h.push(T)}function k(h,p,T,N){if(!("@id"in T))return!1;const C=h.subjects[T["@id"]];return C&&v(h,C,p,N)}function y(h,p){const T=p["@value"],N=p["@type"],C=p["@language"],F=h["@value"]?t.isArray(h["@value"])?h["@value"]:[h["@value"]]:[],I=h["@type"]?t.isArray(h["@type"])?h["@type"]:[h["@type"]]:[],O=h["@language"]?t.isArray(h["@language"])?h["@language"]:[h["@language"]]:[];return F.length===0&&I.length===0&&O.length===0?!0:!(!(F.includes(T)||t.isEmptyObject(F[0]))||!(!N&&I.length===0||I.includes(N)||N&&t.isEmptyObject(I[0]))||!(!C&&O.length===0||O.includes(C)||C&&t.isEmptyObject(O[0])))}return Sl}var kl,Bh;function wy(){if(Bh)return kl;Bh=1;const i=Si(),{isArray:e,isObject:t,isString:r,isUndefined:n}=mi(),{isList:s,isValue:o,isGraph:a,isSimpleGraph:c,isSubjectReference:l}=cr(),{expandIri:d,getContextValue:u,isKeyword:m,process:g,processingMode:v}=Xr(),{removeBase:_,prependBase:E}=Ir(),{REGEX_KEYWORD:x,addValue:k,asArray:y,compareShortestLeast:h}=vi(),p={};kl=p,p.compact=async({activeCtx:C,activeProperty:F=null,element:I,options:O={}})=>{if(e(I)){let R=[];for(let D=0;D<I.length;++D){const J=await p.compact({activeCtx:C,activeProperty:F,element:I[D],options:O});J!==null&&R.push(J)}return O.compactArrays&&R.length===1&&(u(C,F,"@container")||[]).length===0&&(R=R[0]),R}const U=u(C,F,"@context");if(n(U)||(C=await g({activeCtx:C,localCtx:U,propagate:!0,overrideProtected:!0,options:O})),t(I)){if(O.link&&"@id"in I&&O.link.hasOwnProperty(I["@id"])){const S=O.link[I["@id"]];for(let H=0;H<S.length;++H)if(S[H].expanded===I)return S[H].compacted}if(o(I)||l(I)){const S=p.compactValue({activeCtx:C,activeProperty:F,value:I,options:O});return O.link&&l(I)&&(O.link.hasOwnProperty(I["@id"])||(O.link[I["@id"]]=[]),O.link[I["@id"]].push({expanded:I,compacted:S})),S}if(s(I)&&(u(C,F,"@container")||[]).includes("@list"))return p.compact({activeCtx:C,activeProperty:F,element:I["@list"],options:O});const R=F==="@reverse",D={},J=C;!o(I)&&!l(I)&&(C=C.revertToPreviousContext());const $=u(J,F,"@context");n($)||(C=await g({activeCtx:C,localCtx:$,propagate:!0,overrideProtected:!0,options:O})),O.link&&"@id"in I&&(O.link.hasOwnProperty(I["@id"])||(O.link[I["@id"]]=[]),O.link[I["@id"]].push({expanded:I,compacted:D}));let Z=I["@type"]||[];Z.length>1&&(Z=Array.from(Z).sort());const B=C;for(const S of Z){const H=p.compactIri({activeCtx:B,iri:S,relativeTo:{vocab:!0}}),ee=u(J,H,"@context");n(ee)||(C=await g({activeCtx:C,localCtx:ee,options:O,propagate:!1}))}const re=Object.keys(I).sort();for(const S of re){const H=I[S];if(S==="@id"){let ee=y(H).map(he=>p.compactIri({activeCtx:C,iri:he,relativeTo:{vocab:!1},base:O.base}));ee.length===1&&(ee=ee[0]);const Q=p.compactIri({activeCtx:C,iri:"@id",relativeTo:{vocab:!0}});D[Q]=ee;continue}if(S==="@type"){let ee=y(H).map(X=>p.compactIri({activeCtx:J,iri:X,relativeTo:{vocab:!0}}));ee.length===1&&(ee=ee[0]);const Q=p.compactIri({activeCtx:C,iri:"@type",relativeTo:{vocab:!0}}),G=(u(C,Q,"@container")||[]).includes("@set")&&v(C,1.1)||e(ee)&&H.length===0;k(D,Q,ee,{propertyIsArray:G});continue}if(S==="@reverse"){const ee=await p.compact({activeCtx:C,activeProperty:"@reverse",element:H,options:O});for(const Q in ee)if(C.mappings.has(Q)&&C.mappings.get(Q).reverse){const he=ee[Q],G=(u(C,Q,"@container")||[]).includes("@set")||!O.compactArrays;k(D,Q,he,{propertyIsArray:G}),delete ee[Q]}if(Object.keys(ee).length>0){const Q=p.compactIri({activeCtx:C,iri:S,relativeTo:{vocab:!0}});k(D,Q,ee)}continue}if(S==="@preserve"){const ee=await p.compact({activeCtx:C,activeProperty:F,element:H,options:O});e(ee)&&ee.length===0||k(D,S,ee);continue}if(S==="@index"){if((u(C,F,"@container")||[]).includes("@index"))continue;const Q=p.compactIri({activeCtx:C,iri:S,relativeTo:{vocab:!0}});k(D,Q,H);continue}if(S!=="@graph"&&S!=="@list"&&S!=="@included"&&m(S)){const ee=p.compactIri({activeCtx:C,iri:S,relativeTo:{vocab:!0}});k(D,ee,H);continue}if(!e(H))throw new i("JSON-LD expansion error; expanded value must be an array.","jsonld.SyntaxError");if(H.length===0){const ee=p.compactIri({activeCtx:C,iri:S,value:H,relativeTo:{vocab:!0},reverse:R}),Q=C.mappings.has(ee)?C.mappings.get(ee)["@nest"]:null;let he=D;Q&&(N(C,Q,O),t(D[Q])||(D[Q]={}),he=D[Q]),k(he,ee,H,{propertyIsArray:!0})}for(const ee of H){const Q=p.compactIri({activeCtx:C,iri:S,value:ee,relativeTo:{vocab:!0},reverse:R}),he=C.mappings.has(Q)?C.mappings.get(Q)["@nest"]:null;let W=D;he&&(N(C,he,O),t(D[he])||(D[he]={}),W=D[he]);const G=u(C,Q,"@container")||[],X=a(ee),z=s(ee);let ne;z?ne=ee["@list"]:X&&(ne=ee["@graph"]);let se=await p.compact({activeCtx:C,activeProperty:Q,element:z||X?ne:ee,options:O});if(z)if(e(se)||(se=[se]),!G.includes("@list"))se={[p.compactIri({activeCtx:C,iri:"@list",relativeTo:{vocab:!0}})]:se},"@index"in ee&&(se[p.compactIri({activeCtx:C,iri:"@index",relativeTo:{vocab:!0}})]=ee["@index"]);else{k(W,Q,se,{valueIsArray:!0,allowDuplicate:!0});continue}if(X)if(G.includes("@graph")&&(G.includes("@id")||G.includes("@index")&&c(ee))){let ye;W.hasOwnProperty(Q)?ye=W[Q]:W[Q]=ye={};const _e=(G.includes("@id")?ee["@id"]:ee["@index"])||p.compactIri({activeCtx:C,iri:"@none",relativeTo:{vocab:!0}});k(ye,_e,se,{propertyIsArray:!O.compactArrays||G.includes("@set")})}else G.includes("@graph")&&c(ee)?(e(se)&&se.length>1&&(se={"@included":se}),k(W,Q,se,{propertyIsArray:!O.compactArrays||G.includes("@set")})):(e(se)&&se.length===1&&O.compactArrays&&(se=se[0]),se={[p.compactIri({activeCtx:C,iri:"@graph",relativeTo:{vocab:!0}})]:se},"@id"in ee&&(se[p.compactIri({activeCtx:C,iri:"@id",relativeTo:{vocab:!0}})]=ee["@id"]),"@index"in ee&&(se[p.compactIri({activeCtx:C,iri:"@index",relativeTo:{vocab:!0}})]=ee["@index"]),k(W,Q,se,{propertyIsArray:!O.compactArrays||G.includes("@set")}));else if(G.includes("@language")||G.includes("@index")||G.includes("@id")||G.includes("@type")){let ye;W.hasOwnProperty(Q)?ye=W[Q]:W[Q]=ye={};let _e;if(G.includes("@language"))o(se)&&(se=se["@value"]),_e=ee["@language"];else if(G.includes("@index")){const M=u(C,Q,"@index")||"@index",K=p.compactIri({activeCtx:C,iri:M,relativeTo:{vocab:!0}});if(M==="@index")_e=ee["@index"],delete se[K];else{let ce;if([_e,...ce]=y(se[M]||[]),!r(_e))_e=null;else switch(ce.length){case 0:delete se[M];break;case 1:se[M]=ce[0];break;default:se[M]=ce;break}}}else if(G.includes("@id")){const M=p.compactIri({activeCtx:C,iri:"@id",relativeTo:{vocab:!0}});_e=se[M],delete se[M]}else if(G.includes("@type")){const M=p.compactIri({activeCtx:C,iri:"@type",relativeTo:{vocab:!0}});let K;switch([_e,...K]=y(se[M]||[]),K.length){case 0:delete se[M];break;case 1:se[M]=K[0];break;default:se[M]=K;break}Object.keys(se).length===1&&"@id"in ee&&(se=await p.compact({activeCtx:C,activeProperty:Q,element:{"@id":ee["@id"]},options:O}))}_e||(_e=p.compactIri({activeCtx:C,iri:"@none",relativeTo:{vocab:!0}})),k(ye,_e,se,{propertyIsArray:G.includes("@set")})}else{const ye=!O.compactArrays||G.includes("@set")||G.includes("@list")||e(se)&&se.length===0||S==="@list"||S==="@graph";k(W,Q,se,{propertyIsArray:ye})}}}return D}return I},p.compactIri=({activeCtx:C,iri:F,value:I=null,relativeTo:O={vocab:!1},reverse:U=!1,base:R=null})=>{if(F===null)return F;C.isPropertyTermScoped&&C.previousContext&&(C=C.previousContext);const D=C.getInverse();if(m(F)&&F in D&&"@none"in D[F]&&"@type"in D[F]["@none"]&&"@none"in D[F]["@none"]["@type"])return D[F]["@none"]["@type"]["@none"];if(O.vocab&&F in D){const re=C["@language"]||"@none",S=[];t(I)&&"@index"in I&&!("@graph"in I)&&S.push("@index","@index@set"),t(I)&&"@preserve"in I&&(I=I["@preserve"][0]),a(I)?("@index"in I&&S.push("@graph@index","@graph@index@set","@index","@index@set"),"@id"in I&&S.push("@graph@id","@graph@id@set"),S.push("@graph","@graph@set","@set"),"@index"in I||S.push("@graph@index","@graph@index@set","@index","@index@set"),"@id"in I||S.push("@graph@id","@graph@id@set")):t(I)&&!o(I)&&S.push("@id","@id@set","@type","@set@type");let H="@language",ee="@null";if(U)H="@type",ee="@reverse",S.push("@set");else if(s(I)){"@index"in I||S.push("@list");const he=I["@list"];if(he.length===0)H="@any",ee="@none";else{let W=he.length===0?re:null,G=null;for(let X=0;X<he.length;++X){const z=he[X];let ne="@none",se="@none";if(o(z))if("@direction"in z){const ye=(z["@language"]||"").toLowerCase(),_e=z["@direction"];ne=`${ye}_${_e}`}else"@language"in z?ne=z["@language"].toLowerCase():"@type"in z?se=z["@type"]:ne="@null";else se="@id";if(W===null?W=ne:ne!==W&&o(z)&&(W="@none"),G===null?G=se:se!==G&&(G="@none"),W==="@none"&&G==="@none")break}W=W||"@none",G=G||"@none",G!=="@none"?(H="@type",ee=G):ee=W}}else{if(o(I))if("@language"in I&&!("@index"in I)){S.push("@language","@language@set"),ee=I["@language"];const he=I["@direction"];he&&(ee=`${ee}_${he}`)}else"@direction"in I&&!("@index"in I)?ee=`_${I["@direction"]}`:"@type"in I&&(H="@type",ee=I["@type"]);else H="@type",ee="@id";S.push("@set")}S.push("@none"),t(I)&&!("@index"in I)&&S.push("@index","@index@set"),o(I)&&Object.keys(I).length===1&&S.push("@language","@language@set");const Q=T(C,F,I,S,H,ee);if(Q!==null)return Q}if(O.vocab&&"@vocab"in C){const re=C["@vocab"];if(F.indexOf(re)===0&&F!==re){const S=F.substr(re.length);if(!C.mappings.has(S))return S}}let J=null;const $=[];let Z=C.fastCurieMap;const B=F.length-1;for(let re=0;re<B&&F[re]in Z;++re)Z=Z[F[re]],""in Z&&$.push(Z[""][0]);for(let re=$.length-1;re>=0;--re){const S=$[re],H=S.terms;for(const ee of H){const Q=ee+":"+F.substr(S.iri.length);C.mappings.get(ee)._prefix&&(!C.mappings.has(Q)||I===null&&C.mappings.get(Q)["@id"]===F)&&(J===null||h(Q,J)<0)&&(J=Q)}}if(J!==null)return J;for(const[re,S]of C.mappings)if(S&&S._prefix&&F.startsWith(re+":"))throw new i(`Absolute IRI "${F}" confused with prefix "${re}".`,"jsonld.SyntaxError",{code:"IRI confused with prefix",context:C});if(!O.vocab)if("@base"in C)if(C["@base"]){const re=_(E(R,C["@base"]),F);return x.test(re)?`./${re}`:re}else return F;else return _(R,F);return F},p.compactValue=({activeCtx:C,activeProperty:F,value:I,options:O})=>{if(o(I)){const J=u(C,F,"@type"),$=u(C,F,"@language"),Z=u(C,F,"@direction"),B=u(C,F,"@container")||[],re="@index"in I&&!B.includes("@index");if(!re&&J!=="@none"&&(I["@type"]===J||"@language"in I&&I["@language"]===$&&"@direction"in I&&I["@direction"]===Z||"@language"in I&&I["@language"]===$||"@direction"in I&&I["@direction"]===Z))return I["@value"];const S=Object.keys(I).length,H=S===1||S===2&&"@index"in I&&!re,ee="@language"in C,Q=r(I["@value"]),he=C.mappings.has(F)&&C.mappings.get(F)["@language"]===null;if(H&&J!=="@none"&&(!ee||!Q||he))return I["@value"];const W={};return re&&(W[p.compactIri({activeCtx:C,iri:"@index",relativeTo:{vocab:!0}})]=I["@index"]),"@type"in I?W[p.compactIri({activeCtx:C,iri:"@type",relativeTo:{vocab:!0}})]=p.compactIri({activeCtx:C,iri:I["@type"],relativeTo:{vocab:!0}}):"@language"in I&&(W[p.compactIri({activeCtx:C,iri:"@language",relativeTo:{vocab:!0}})]=I["@language"]),"@direction"in I&&(W[p.compactIri({activeCtx:C,iri:"@direction",relativeTo:{vocab:!0}})]=I["@direction"]),W[p.compactIri({activeCtx:C,iri:"@value",relativeTo:{vocab:!0}})]=I["@value"],W}const U=d(C,F,{vocab:!0},O),R=u(C,F,"@type"),D=p.compactIri({activeCtx:C,iri:I["@id"],relativeTo:{vocab:R==="@vocab"},base:O.base});return R==="@id"||R==="@vocab"||U==="@graph"?D:{[p.compactIri({activeCtx:C,iri:"@id",relativeTo:{vocab:!0}})]:D}};function T(C,F,I,O,U,R){R===null&&(R="@null");const D=[];if((R==="@id"||R==="@reverse")&&t(I)&&"@id"in I){R==="@reverse"&&D.push("@reverse");const $=p.compactIri({activeCtx:C,iri:I["@id"],relativeTo:{vocab:!0}});C.mappings.has($)&&C.mappings.get($)&&C.mappings.get($)["@id"]===I["@id"]?D.push.apply(D,["@vocab","@id"]):D.push.apply(D,["@id","@vocab"])}else{D.push(R);const $=D.find(Z=>Z.includes("_"));$&&D.push($.replace(/^[^_]+_/,"_"))}D.push("@none");const J=C.inverse[F];for(const $ of O){if(!($ in J))continue;const Z=J[$][U];for(const B of D)if(B in Z)return Z[B]}return null}function N(C,F,I){if(d(C,F,{vocab:!0},I)!=="@nest")throw new i("JSON-LD compact error; nested property must have an @nest value resolving to @nest.","jsonld.SyntaxError",{code:"invalid @nest value"})}return kl}var Rl,qh;function _y(){return qh||(qh=1,Rl=i=>{class e{toString(){return"[object JsonLdProcessor]"}}return Object.defineProperty(e,"prototype",{writable:!1,enumerable:!1}),Object.defineProperty(e.prototype,"constructor",{writable:!0,enumerable:!1,configurable:!0,value:e}),e.compact=function(t,r){return arguments.length<2?Promise.reject(new TypeError("Could not compact, too few arguments.")):i.compact(t,r)},e.expand=function(t){return arguments.length<1?Promise.reject(new TypeError("Could not expand, too few arguments.")):i.expand(t)},e.flatten=function(t){return arguments.length<1?Promise.reject(new TypeError("Could not flatten, too few arguments.")):i.flatten(t)},e}),Rl}/**
356
356
  * A JavaScript implementation of the JSON-LD API.
357
357
  *
358
358
  * @author Dave Longley
@@ -386,16 +386,16 @@ if("@preserve"in h)return h["@preserve"][0];if(e.isValue(h))return h;if(e.isList
386
386
  * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
387
387
  * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
388
388
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
389
- */var Il,Uh;function _y(){if(Uh)return Il;Uh=1;const i=od(),e=ay(),t=vi(),r=uy(),n=t.IdentifierIssuer,s=Si(),o=Fp(),a=hy(),{expand:c}=fy(),{flatten:l}=py(),{fromRDF:d}=my(),{toRDF:u}=by(),{frameMergedOrDefault:m,cleanupNull:g}=yy(),{isArray:v,isObject:_,isString:E}=mi(),{isSubjectReference:x}=cr(),{expandIri:k,getInitialContext:y,process:h,processingMode:p}=Xr(),{compact:T,compactIri:N}=vy(),{createNodeMap:C,createMergedNodeMap:F,mergeNodeMaps:I}=Yo(),{logEventHandler:O,logWarningEventHandler:U,safeEventHandler:R,setDefaultEventHandler:D,setupEventHandler:J,strictEventHandler:$,unhandledEventHandler:Z}=Vs(),B=function(S){const H={},Q=new o({max:100});S.compact=async function(W,G,X){if(arguments.length<2)throw new TypeError("Could not compact, too few arguments.");if(G===null)throw new s("The compaction context must not be null.","jsonld.CompactError",{code:"invalid local context"});if(W===null)return null;X=he(X,{base:E(W)?W:"",compactArrays:!0,compactToRelative:!0,graph:!1,skipExpansion:!1,link:!1,issuer:new n("_:b"),contextResolver:new r({sharedCache:Q})}),X.link&&(X.skipExpansion=!0),X.compactToRelative||delete X.base;let z;X.skipExpansion?z=W:z=await S.expand(W,X);const ne=await S.processContext(y(X),G,X);let se=await T({activeCtx:ne,element:z,options:X});X.compactArrays&&!X.graph&&v(se)?se.length===1?se=se[0]:se.length===0&&(se={}):X.graph&&_(se)&&(se=[se]),_(G)&&"@context"in G&&(G=G["@context"]),G=t.clone(G),v(G)||(G=[G]);const ye=G;G=[];for(let M=0;M<ye.length;++M)(!_(ye[M])||Object.keys(ye[M]).length>0)&&G.push(ye[M]);const _e=G.length>0;if(G.length===1&&(G=G[0]),v(se)){const M=N({activeCtx:ne,iri:"@graph",relativeTo:{vocab:!0}}),K=se;se={},_e&&(se["@context"]=G),se[M]=K}else if(_(se)&&_e){const M=se;se={"@context":G};for(const K in M)se[K]=M[K]}return se},S.expand=async function(W,G){if(arguments.length<1)throw new TypeError("Could not expand, too few arguments.");G=he(G,{keepFreeFloatingNodes:!1,contextResolver:new r({sharedCache:Q})});const X={},z=[];if("expandContext"in G){const _e=t.clone(G.expandContext);_(_e)&&"@context"in _e?X.expandContext=_e:X.expandContext={"@context":_e},z.push(X.expandContext)}let ne;if(!E(W))X.input=t.clone(W);else{const _e=await S.get(W,G);ne=_e.documentUrl,X.input=_e.document,_e.contextUrl&&(X.remoteContext={"@context":_e.contextUrl},z.push(X.remoteContext))}"base"in G||(G.base=ne||"");let se=y(G);for(const _e of z)se=await h({activeCtx:se,localCtx:_e,options:G});let ye=await c({activeCtx:se,element:X.input,options:G});return _(ye)&&"@graph"in ye&&Object.keys(ye).length===1?ye=ye["@graph"]:ye===null&&(ye=[]),v(ye)||(ye=[ye]),ye},S.flatten=async function(W,G,X){if(arguments.length<1)return new TypeError("Could not flatten, too few arguments.");typeof G=="function"?G=null:G=G||null,X=he(X,{base:E(W)?W:"",contextResolver:new r({sharedCache:Q})});const z=await S.expand(W,X),ne=l(z);return G===null?ne:(X.graph=!0,X.skipExpansion=!0,await S.compact(ne,G,X))},S.frame=async function(W,G,X){if(arguments.length<2)throw new TypeError("Could not frame, too few arguments.");if(X=he(X,{base:E(W)?W:"",embed:"@once",explicit:!1,requireAll:!1,omitDefault:!1,bnodesToClear:[],contextResolver:new r({sharedCache:Q})}),E(G)){const be=await S.get(G,X);if(G=be.document,be.contextUrl){let ve=G["@context"];ve?v(ve)?ve.push(be.contextUrl):ve=[ve,be.contextUrl]:ve=be.contextUrl,G["@context"]=ve}}const z=G?G["@context"]||{}:{},ne=await S.processContext(y(X),z,X);X.hasOwnProperty("omitGraph")||(X.omitGraph=p(ne,1.1)),X.hasOwnProperty("pruneBlankNodeIdentifiers")||(X.pruneBlankNodeIdentifiers=p(ne,1.1));const se=await S.expand(W,X),ye={...X};ye.isFrame=!0,ye.keepFreeFloatingNodes=!0;const _e=await S.expand(G,ye),M=Object.keys(G).map(be=>k(ne,be,{vocab:!0}));ye.merged=!M.includes("@graph"),ye.is11=p(ne,1.1);const K=m(se,_e,ye);ye.graph=!X.omitGraph,ye.skipExpansion=!0,ye.link={},ye.framing=!0;let ce=await S.compact(K,z,ye);return ye.link={},ce=g(ce,ye),ce},S.link=async function(W,G,X){const z={};return G&&(z["@context"]=G),z["@embed"]="@link",S.frame(W,z,X)},S.normalize=S.canonize=async function(W,G){if(arguments.length<1)throw new TypeError("Could not canonize, too few arguments.");if(G=he(G,{base:E(W)?W:null,algorithm:"URDNA2015",skipExpansion:!1,safe:!0,contextResolver:new r({sharedCache:Q})}),"inputFormat"in G){if(G.inputFormat!=="application/n-quads"&&G.inputFormat!=="application/nquads")throw new s("Unknown canonicalization input format.","jsonld.CanonizeError");const ne=a.parse(W);return i.canonize(ne,G)}const X={...G};delete X.format,X.produceGeneralizedRdf=!1;const z=await S.toRDF(W,X);return i.canonize(z,G)},S.fromRDF=async function(W,G){if(arguments.length<1)throw new TypeError("Could not convert from RDF, too few arguments.");G=he(G,{format:E(W)?"application/n-quads":void 0});const{format:X}=G;let{rdfParser:z}=G;if(X){if(z=z||H[X],!z)throw new s("Unknown input format.","jsonld.UnknownFormat",{format:X})}else z=()=>W;const ne=await z(W);return d(ne,G)},S.toRDF=async function(W,G){if(arguments.length<1)throw new TypeError("Could not convert to RDF, too few arguments.");G=he(G,{base:E(W)?W:"",skipExpansion:!1,contextResolver:new r({sharedCache:Q})});let X;G.skipExpansion?X=W:X=await S.expand(W,G);const z=u(X,G);if(G.format){if(G.format==="application/n-quads"||G.format==="application/nquads")return a.serialize(z);throw new s("Unknown output format.","jsonld.UnknownFormat",{format:G.format})}return z},S.createNodeMap=async function(W,G){if(arguments.length<1)throw new TypeError("Could not create node map, too few arguments.");G=he(G,{base:E(W)?W:"",contextResolver:new r({sharedCache:Q})});const X=await S.expand(W,G);return F(X,G)},S.merge=async function(W,G,X){if(arguments.length<1)throw new TypeError("Could not merge, too few arguments.");if(!v(W))throw new TypeError('Could not merge, "docs" must be an array.');typeof G=="function"?G=null:G=G||null,X=he(X,{contextResolver:new r({sharedCache:Q})});const z=await Promise.all(W.map(be=>{const ve={...X};return S.expand(be,ve)}));let ne=!0;"mergeNodes"in X&&(ne=X.mergeNodes);const se=X.issuer||new n("_:b"),ye={"@default":{}};for(let be=0;be<z.length;++be){const ve=t.relabelBlankNodes(z[be],{issuer:new n("_:b"+be+"-")}),xe=ne||be===0?ye:{"@default":{}};if(C(ve,xe,"@default",se),xe!==ye)for(const ie in xe){const me=xe[ie];if(!(ie in ye)){ye[ie]=me;continue}const Ee=ye[ie];for(const fe in me)fe in Ee||(Ee[fe]=me[fe])}}const _e=I(ye),M=[],K=Object.keys(_e).sort();for(let be=0;be<K.length;++be){const ve=_e[K[be]];x(ve)||M.push(ve)}return G===null?M:(X.graph=!0,X.skipExpansion=!0,await S.compact(M,G,X))},Object.defineProperty(S,"documentLoader",{get:()=>S._documentLoader,set:W=>S._documentLoader=W}),S.documentLoader=async W=>{throw new s("Could not retrieve a JSON-LD document from the URL. URL dereferencing not implemented.","jsonld.LoadDocumentError",{code:"loading document failed",url:W})},S.get=async function(W,G){let X;typeof G.documentLoader=="function"?X=G.documentLoader:X=S.documentLoader;const z=await X(W);try{if(!z.document)throw new s("No remote document found at the given URL.","jsonld.NullRemoteDocument");E(z.document)&&(z.document=JSON.parse(z.document))}catch(ne){throw new s("Could not retrieve a JSON-LD document from the URL.","jsonld.LoadDocumentError",{code:"loading document failed",cause:ne,remoteDoc:z})}return z},S.processContext=async function(W,G,X){return X=he(X,{base:"",contextResolver:new r({sharedCache:Q})}),G===null?y(X):(G=t.clone(G),_(G)&&"@context"in G||(G={"@context":G}),h({activeCtx:W,localCtx:G,options:X}))},S.getContextValue=Xr().getContextValue,S.documentLoaders={},S.useDocumentLoader=function(W){if(!(W in S.documentLoaders))throw new s('Unknown document loader type: "'+W+'"',"jsonld.UnknownDocumentLoader",{type:W});S.documentLoader=S.documentLoaders[W].apply(S,Array.prototype.slice.call(arguments,1))},S.registerRDFParser=function(W,G){H[W]=G},S.unregisterRDFParser=function(W){delete H[W]},S.registerRDFParser("application/n-quads",a.parse),S.registerRDFParser("application/nquads",a.parse),S.url=Ir(),S.logEventHandler=O,S.logWarningEventHandler=U,S.safeEventHandler=R,S.setDefaultEventHandler=D,S.strictEventHandler=$,S.unhandledEventHandler=Z,S.util=t,Object.assign(S,t),S.promises=S,S.RequestQueue=Mp(),S.JsonLdProcessor=wy()(S),e.setupGlobals(S),e.setupDocumentLoaders(S);function he(W,{documentLoader:G=S.documentLoader,...X}){if(W&&"compactionMap"in W)throw new s('"compactionMap" not supported.',"jsonld.OptionsError");if(W&&"expansionMap"in W)throw new s('"expansionMap" not supported.',"jsonld.OptionsError");return Object.assign({},{documentLoader:G},X,W,{eventHandler:J({options:W})})}return S},re=function(){return B(function(){return re()})};return B(re),Il=re,Il}var xy=_y();const Tl={},Cl={};class Ey{constructor(e){this.loadedExternalUrls=[],this.loadedClasses=[],this.config=e}async loadGraphs(){this.loadedExternalUrls=[],this.loadedClasses=[],this.config.prefixes={};const e=[],t=new jt;if(e.push(this.importRDF(this.config.attributes.shapes?this.config.attributes.shapes:this.config.attributes.shapesUrl?this.fetchRDF(this.config.attributes.shapesUrl):"",t,ys)),e.push(this.importRDF(this.config.attributes.values?this.config.attributes.values:this.config.attributes.valuesUrl?this.fetchRDF(this.config.attributes.valuesUrl):"",t,Ji)),await Promise.all(e),t.countQuads(null,null,null,ys)===0&&this.config.attributes.valuesSubject){const r=[...t.getObjects(this.config.attributes.valuesSubject,nc,Ji)],n=[];for(const s of r){const o=this.toURL(s.value);o&&this.loadedExternalUrls.indexOf(o)<0&&(this.loadedExternalUrls.push(o),n.push(this.importRDF(this.fetchRDF(o),t,ys)))}try{await Promise.allSettled(n)}catch(s){console.warn(s)}}this.config.store=t}async importRDF(e,t,r){const n=async s=>{const o=[];await new Promise((a,c)=>{const l=Vh(s)==="xml"?new Yb.RdfXmlParser:new ng;l.on("data",d=>{if(t.add(new Uo(d.subject,d.predicate,d.object,r)),this.config.attributes.ignoreOwlImports===null&&zc.equals(d.predicate)){const u=this.toURL(d.object.value);u&&this.loadedExternalUrls.indexOf(u)<0&&(this.loadedExternalUrls.push(u),o.push(this.importRDF(this.fetchRDF(u),t,ze.namedNode(u))))}if(this.config.classInstanceProvider&&(Hc.equals(d.predicate)||gn.equals(d.predicate))){const u=d.object.value;if(this.loadedClasses.indexOf(u)<0){let m;u in Cl?m=Cl[u]:(m=this.config.classInstanceProvider(u),Cl[u]=m),this.loadedClasses.push(u),o.push(this.importRDF(m,t,r))}}}).on("error",d=>{console.warn("failed parsing graph",r,d.message),c(d)}).on("prefix",(d,u)=>{d&&(this.config.prefixes[d]=u)}).on("end",()=>{a(null)}),l.write(s),l.end()});try{await Promise.allSettled(o)}catch(a){console.warn(a)}};if(e instanceof Promise&&(e=await e),e){if(Vh(e)==="json")try{e=await xy.toRDF(JSON.parse(e),{format:"application/n-quads"})}catch(s){console.error(s)}await n(e)}}toURL(e){if(oc(e))return e;if(this.config.prefixes){const t=e.split(":");if(t.length===2){const r=this.config.prefixes[t[0]];if(r&&(e=e.replace(`${t[0]}:`,r),oc(e)))return e}}return null}async fetchRDF(e){if(e in Tl)return Tl[e];let t=e;this.config.attributes.proxy&&(t=this.config.attributes.proxy+encodeURIComponent(e));const r=fetch(t,{headers:{Accept:"text/turtle, application/trig, application/n-triples, application/n-quads, text/n3, application/ld+json"}}).then(n=>n.text());return Tl[e]=r,r}}function Vh(i){return/^\s*\{/.test(i)?"json":/^\s*<\?xml/.test(i)?"xml":"ttl"}class $l{constructor(){this.shapes=null,this.shapesUrl=null,this.shapeSubject=null,this.values=null,this.valuesUrl=null,this.valueSubject=null,this.valuesSubject=null,this.valuesNamespace="",this.valuesGraph=null,this.view=null,this.language=null,this.loading="Loading…",this.proxy=null,this.ignoreOwlImports=null,this.collapse=null,this.submitButton=null,this.generateNodeShapeReference=null,this.showNodeIds=null}}class zh{constructor(e,t){this.attributes=new $l,this.loader=new Ey(this),this.prefixes={},this.editMode=!0,this.lists={},this.groups=[],this.renderedNodes=new Set,this._store=new jt,this.theme=e,this.form=t,this.languages=[...new Set(navigator.languages.flatMap(r=>r.length>2?[r.toLocaleLowerCase(),r.substring(0,2)]:r)),""]}updateAttributes(e){const t=new $l;if(Object.keys(t).forEach(r=>{const n=e.dataset[r];n!==void 0&&(t[r]=n)}),this.editMode=t.view===null,this.attributes=t,this.attributes.valueSubject&&!this.attributes.valuesSubject&&(this.attributes.valuesSubject=this.attributes.valueSubject),t.language){const r=this.languages.indexOf(t.language);r>-1&&this.languages.splice(r,1),this.languages.unshift(t.language)}t.valuesGraph&&(this.valuesGraphId=ze.namedNode(t.valuesGraph))}static dataAttributes(){const e=new $l;return Object.keys(e).map(t=>(t=t.replace(/[A-Z]/g,r=>"-"+r.toLowerCase()),"data-"+t))}get store(){return this._store}set store(e){this._store=e,this.lists=bg(e,{ignoreErrors:!0}),this.groups=[],e.forSubjects(t=>{this.groups.push(t.id)},qt,`${Oe}PropertyGroup`,null)}}function Sy(i){return"_:"+i.value}function ky(i,e){return[...i].map(t=>e(t)).join(`
389
+ */var Il,Uh;function xy(){if(Uh)return Il;Uh=1;const i=od(),e=ly(),t=vi(),r=hy(),n=t.IdentifierIssuer,s=Si(),o=Fp(),a=fy(),{expand:c}=py(),{flatten:l}=my(),{fromRDF:d}=gy(),{toRDF:u}=yy(),{frameMergedOrDefault:m,cleanupNull:g}=vy(),{isArray:v,isObject:_,isString:E}=mi(),{isSubjectReference:x}=cr(),{expandIri:k,getInitialContext:y,process:h,processingMode:p}=Xr(),{compact:T,compactIri:N}=wy(),{createNodeMap:C,createMergedNodeMap:F,mergeNodeMaps:I}=Yo(),{logEventHandler:O,logWarningEventHandler:U,safeEventHandler:R,setDefaultEventHandler:D,setupEventHandler:J,strictEventHandler:$,unhandledEventHandler:Z}=Vs(),B=function(S){const H={},Q=new o({max:100});S.compact=async function(W,G,X){if(arguments.length<2)throw new TypeError("Could not compact, too few arguments.");if(G===null)throw new s("The compaction context must not be null.","jsonld.CompactError",{code:"invalid local context"});if(W===null)return null;X=he(X,{base:E(W)?W:"",compactArrays:!0,compactToRelative:!0,graph:!1,skipExpansion:!1,link:!1,issuer:new n("_:b"),contextResolver:new r({sharedCache:Q})}),X.link&&(X.skipExpansion=!0),X.compactToRelative||delete X.base;let z;X.skipExpansion?z=W:z=await S.expand(W,X);const ne=await S.processContext(y(X),G,X);let se=await T({activeCtx:ne,element:z,options:X});X.compactArrays&&!X.graph&&v(se)?se.length===1?se=se[0]:se.length===0&&(se={}):X.graph&&_(se)&&(se=[se]),_(G)&&"@context"in G&&(G=G["@context"]),G=t.clone(G),v(G)||(G=[G]);const ye=G;G=[];for(let M=0;M<ye.length;++M)(!_(ye[M])||Object.keys(ye[M]).length>0)&&G.push(ye[M]);const _e=G.length>0;if(G.length===1&&(G=G[0]),v(se)){const M=N({activeCtx:ne,iri:"@graph",relativeTo:{vocab:!0}}),K=se;se={},_e&&(se["@context"]=G),se[M]=K}else if(_(se)&&_e){const M=se;se={"@context":G};for(const K in M)se[K]=M[K]}return se},S.expand=async function(W,G){if(arguments.length<1)throw new TypeError("Could not expand, too few arguments.");G=he(G,{keepFreeFloatingNodes:!1,contextResolver:new r({sharedCache:Q})});const X={},z=[];if("expandContext"in G){const _e=t.clone(G.expandContext);_(_e)&&"@context"in _e?X.expandContext=_e:X.expandContext={"@context":_e},z.push(X.expandContext)}let ne;if(!E(W))X.input=t.clone(W);else{const _e=await S.get(W,G);ne=_e.documentUrl,X.input=_e.document,_e.contextUrl&&(X.remoteContext={"@context":_e.contextUrl},z.push(X.remoteContext))}"base"in G||(G.base=ne||"");let se=y(G);for(const _e of z)se=await h({activeCtx:se,localCtx:_e,options:G});let ye=await c({activeCtx:se,element:X.input,options:G});return _(ye)&&"@graph"in ye&&Object.keys(ye).length===1?ye=ye["@graph"]:ye===null&&(ye=[]),v(ye)||(ye=[ye]),ye},S.flatten=async function(W,G,X){if(arguments.length<1)return new TypeError("Could not flatten, too few arguments.");typeof G=="function"?G=null:G=G||null,X=he(X,{base:E(W)?W:"",contextResolver:new r({sharedCache:Q})});const z=await S.expand(W,X),ne=l(z);return G===null?ne:(X.graph=!0,X.skipExpansion=!0,await S.compact(ne,G,X))},S.frame=async function(W,G,X){if(arguments.length<2)throw new TypeError("Could not frame, too few arguments.");if(X=he(X,{base:E(W)?W:"",embed:"@once",explicit:!1,requireAll:!1,omitDefault:!1,bnodesToClear:[],contextResolver:new r({sharedCache:Q})}),E(G)){const be=await S.get(G,X);if(G=be.document,be.contextUrl){let ve=G["@context"];ve?v(ve)?ve.push(be.contextUrl):ve=[ve,be.contextUrl]:ve=be.contextUrl,G["@context"]=ve}}const z=G?G["@context"]||{}:{},ne=await S.processContext(y(X),z,X);X.hasOwnProperty("omitGraph")||(X.omitGraph=p(ne,1.1)),X.hasOwnProperty("pruneBlankNodeIdentifiers")||(X.pruneBlankNodeIdentifiers=p(ne,1.1));const se=await S.expand(W,X),ye={...X};ye.isFrame=!0,ye.keepFreeFloatingNodes=!0;const _e=await S.expand(G,ye),M=Object.keys(G).map(be=>k(ne,be,{vocab:!0}));ye.merged=!M.includes("@graph"),ye.is11=p(ne,1.1);const K=m(se,_e,ye);ye.graph=!X.omitGraph,ye.skipExpansion=!0,ye.link={},ye.framing=!0;let ce=await S.compact(K,z,ye);return ye.link={},ce=g(ce,ye),ce},S.link=async function(W,G,X){const z={};return G&&(z["@context"]=G),z["@embed"]="@link",S.frame(W,z,X)},S.normalize=S.canonize=async function(W,G){if(arguments.length<1)throw new TypeError("Could not canonize, too few arguments.");if(G=he(G,{base:E(W)?W:null,algorithm:"URDNA2015",skipExpansion:!1,safe:!0,contextResolver:new r({sharedCache:Q})}),"inputFormat"in G){if(G.inputFormat!=="application/n-quads"&&G.inputFormat!=="application/nquads")throw new s("Unknown canonicalization input format.","jsonld.CanonizeError");const ne=a.parse(W);return i.canonize(ne,G)}const X={...G};delete X.format,X.produceGeneralizedRdf=!1;const z=await S.toRDF(W,X);return i.canonize(z,G)},S.fromRDF=async function(W,G){if(arguments.length<1)throw new TypeError("Could not convert from RDF, too few arguments.");G=he(G,{format:E(W)?"application/n-quads":void 0});const{format:X}=G;let{rdfParser:z}=G;if(X){if(z=z||H[X],!z)throw new s("Unknown input format.","jsonld.UnknownFormat",{format:X})}else z=()=>W;const ne=await z(W);return d(ne,G)},S.toRDF=async function(W,G){if(arguments.length<1)throw new TypeError("Could not convert to RDF, too few arguments.");G=he(G,{base:E(W)?W:"",skipExpansion:!1,contextResolver:new r({sharedCache:Q})});let X;G.skipExpansion?X=W:X=await S.expand(W,G);const z=u(X,G);if(G.format){if(G.format==="application/n-quads"||G.format==="application/nquads")return a.serialize(z);throw new s("Unknown output format.","jsonld.UnknownFormat",{format:G.format})}return z},S.createNodeMap=async function(W,G){if(arguments.length<1)throw new TypeError("Could not create node map, too few arguments.");G=he(G,{base:E(W)?W:"",contextResolver:new r({sharedCache:Q})});const X=await S.expand(W,G);return F(X,G)},S.merge=async function(W,G,X){if(arguments.length<1)throw new TypeError("Could not merge, too few arguments.");if(!v(W))throw new TypeError('Could not merge, "docs" must be an array.');typeof G=="function"?G=null:G=G||null,X=he(X,{contextResolver:new r({sharedCache:Q})});const z=await Promise.all(W.map(be=>{const ve={...X};return S.expand(be,ve)}));let ne=!0;"mergeNodes"in X&&(ne=X.mergeNodes);const se=X.issuer||new n("_:b"),ye={"@default":{}};for(let be=0;be<z.length;++be){const ve=t.relabelBlankNodes(z[be],{issuer:new n("_:b"+be+"-")}),xe=ne||be===0?ye:{"@default":{}};if(C(ve,xe,"@default",se),xe!==ye)for(const ie in xe){const me=xe[ie];if(!(ie in ye)){ye[ie]=me;continue}const Ee=ye[ie];for(const fe in me)fe in Ee||(Ee[fe]=me[fe])}}const _e=I(ye),M=[],K=Object.keys(_e).sort();for(let be=0;be<K.length;++be){const ve=_e[K[be]];x(ve)||M.push(ve)}return G===null?M:(X.graph=!0,X.skipExpansion=!0,await S.compact(M,G,X))},Object.defineProperty(S,"documentLoader",{get:()=>S._documentLoader,set:W=>S._documentLoader=W}),S.documentLoader=async W=>{throw new s("Could not retrieve a JSON-LD document from the URL. URL dereferencing not implemented.","jsonld.LoadDocumentError",{code:"loading document failed",url:W})},S.get=async function(W,G){let X;typeof G.documentLoader=="function"?X=G.documentLoader:X=S.documentLoader;const z=await X(W);try{if(!z.document)throw new s("No remote document found at the given URL.","jsonld.NullRemoteDocument");E(z.document)&&(z.document=JSON.parse(z.document))}catch(ne){throw new s("Could not retrieve a JSON-LD document from the URL.","jsonld.LoadDocumentError",{code:"loading document failed",cause:ne,remoteDoc:z})}return z},S.processContext=async function(W,G,X){return X=he(X,{base:"",contextResolver:new r({sharedCache:Q})}),G===null?y(X):(G=t.clone(G),_(G)&&"@context"in G||(G={"@context":G}),h({activeCtx:W,localCtx:G,options:X}))},S.getContextValue=Xr().getContextValue,S.documentLoaders={},S.useDocumentLoader=function(W){if(!(W in S.documentLoaders))throw new s('Unknown document loader type: "'+W+'"',"jsonld.UnknownDocumentLoader",{type:W});S.documentLoader=S.documentLoaders[W].apply(S,Array.prototype.slice.call(arguments,1))},S.registerRDFParser=function(W,G){H[W]=G},S.unregisterRDFParser=function(W){delete H[W]},S.registerRDFParser("application/n-quads",a.parse),S.registerRDFParser("application/nquads",a.parse),S.url=Ir(),S.logEventHandler=O,S.logWarningEventHandler=U,S.safeEventHandler=R,S.setDefaultEventHandler=D,S.strictEventHandler=$,S.unhandledEventHandler=Z,S.util=t,Object.assign(S,t),S.promises=S,S.RequestQueue=Mp(),S.JsonLdProcessor=_y()(S),e.setupGlobals(S),e.setupDocumentLoaders(S);function he(W,{documentLoader:G=S.documentLoader,...X}){if(W&&"compactionMap"in W)throw new s('"compactionMap" not supported.',"jsonld.OptionsError");if(W&&"expansionMap"in W)throw new s('"expansionMap" not supported.',"jsonld.OptionsError");return Object.assign({},{documentLoader:G},X,W,{eventHandler:J({options:W})})}return S},re=function(){return B(function(){return re()})};return B(re),Il=re,Il}var Ey=xy();const Tl={},Cl={};class Sy{constructor(e){this.loadedExternalUrls=[],this.loadedClasses=[],this.config=e}async loadGraphs(){this.loadedExternalUrls=[],this.loadedClasses=[],this.config.prefixes={};const e=[],t=new jt;if(e.push(this.importRDF(this.config.attributes.shapes?this.config.attributes.shapes:this.config.attributes.shapesUrl?this.fetchRDF(this.config.attributes.shapesUrl):"",t,ys)),e.push(this.importRDF(this.config.attributes.values?this.config.attributes.values:this.config.attributes.valuesUrl?this.fetchRDF(this.config.attributes.valuesUrl):"",t,Ji)),await Promise.all(e),t.countQuads(null,null,null,ys)===0&&this.config.attributes.valuesSubject){const r=[...t.getObjects(this.config.attributes.valuesSubject,nc,Ji)],n=[];for(const s of r){const o=this.toURL(s.value);o&&this.loadedExternalUrls.indexOf(o)<0&&(this.loadedExternalUrls.push(o),n.push(this.importRDF(this.fetchRDF(o),t,ys)))}try{await Promise.allSettled(n)}catch(s){console.warn(s)}}this.config.store=t}async importRDF(e,t,r){const n=async s=>{const o=[];await new Promise((a,c)=>{const l=Vh(s)==="xml"?new Zb.RdfXmlParser:new ng;l.on("data",d=>{if(t.add(new Uo(d.subject,d.predicate,d.object,r)),this.config.attributes.ignoreOwlImports===null&&zc.equals(d.predicate)){const u=this.toURL(d.object.value);u&&this.loadedExternalUrls.indexOf(u)<0&&(this.loadedExternalUrls.push(u),o.push(this.importRDF(this.fetchRDF(u),t,ze.namedNode(u))))}if(this.config.classInstanceProvider&&(Hc.equals(d.predicate)||gn.equals(d.predicate))){const u=d.object.value;if(this.loadedClasses.indexOf(u)<0){let m;u in Cl?m=Cl[u]:(m=this.config.classInstanceProvider(u),Cl[u]=m),this.loadedClasses.push(u),o.push(this.importRDF(m,t,r))}}}).on("error",d=>{console.warn("failed parsing graph",r,d.message),c(d)}).on("prefix",(d,u)=>{d&&(this.config.prefixes[d]=u)}).on("end",()=>{a(null)}),l.write(s),l.end()});try{await Promise.allSettled(o)}catch(a){console.warn(a)}};if(e instanceof Promise&&(e=await e),e){if(Vh(e)==="json")try{e=await Ey.toRDF(JSON.parse(e),{format:"application/n-quads"})}catch(s){console.error(s)}await n(e)}}toURL(e){if(oc(e))return e;if(this.config.prefixes){const t=e.split(":");if(t.length===2){const r=this.config.prefixes[t[0]];if(r&&(e=e.replace(`${t[0]}:`,r),oc(e)))return e}}return null}async fetchRDF(e){if(e in Tl)return Tl[e];let t=e;this.config.attributes.proxy&&(t=this.config.attributes.proxy+encodeURIComponent(e));const r=fetch(t,{headers:{Accept:"text/turtle, application/trig, application/n-triples, application/n-quads, text/n3, application/ld+json"}}).then(n=>n.text());return Tl[e]=r,r}}function Vh(i){return/^\s*\{/.test(i)?"json":/^\s*<\?xml/.test(i)?"xml":"ttl"}class $l{constructor(){this.shapes=null,this.shapesUrl=null,this.shapeSubject=null,this.values=null,this.valuesUrl=null,this.valueSubject=null,this.valuesSubject=null,this.valuesNamespace="",this.valuesGraph=null,this.view=null,this.language=null,this.loading="Loading…",this.proxy=null,this.ignoreOwlImports=null,this.collapse=null,this.submitButton=null,this.generateNodeShapeReference=null,this.showNodeIds=null}}class zh{constructor(e,t){this.attributes=new $l,this.loader=new Sy(this),this.prefixes={},this.editMode=!0,this.lists={},this.groups=[],this.renderedNodes=new Set,this._store=new jt,this.theme=e,this.form=t,this.languages=[...new Set(navigator.languages.flatMap(r=>r.length>2?[r.toLocaleLowerCase(),r.substring(0,2)]:r)),""]}updateAttributes(e){const t=new $l;if(Object.keys(t).forEach(r=>{const n=e.dataset[r];n!==void 0&&(t[r]=n)}),this.editMode=t.view===null,this.attributes=t,this.attributes.valueSubject&&!this.attributes.valuesSubject&&(this.attributes.valuesSubject=this.attributes.valueSubject),t.language){const r=this.languages.indexOf(t.language);r>-1&&this.languages.splice(r,1),this.languages.unshift(t.language)}t.valuesGraph&&(this.valuesGraphId=ze.namedNode(t.valuesGraph))}static dataAttributes(){const e=new $l;return Object.keys(e).map(t=>(t=t.replace(/[A-Z]/g,r=>"-"+r.toLowerCase()),"data-"+t))}get store(){return this._store}set store(e){this._store=e,this.lists=bg(e,{ignoreErrors:!0}),this.groups=[],e.forSubjects(t=>{this.groups.push(t.id)},qt,`${Oe}PropertyGroup`,null)}}function ky(i){return"_:"+i.value}function Ry(i,e){return[...i].map(t=>e(t)).join(`
390
390
  `)+`
391
- `}function Ry(){return""}function jp(i){return"<"+i.value+">"}const Iy=/["\\\\\n\r]/,Ty=/["\\\\\n\r]/g,Cy={'"':'\\"',"\\":"\\\\","\n":"\\n","\r":"\\r"};function $y(i){return Cy[i]}function Ay(i){return Iy.test(i)?i.replace(Ty,$y):i}function Ny(i){const e=Ay(i.value);return i.datatype.value==="http://www.w3.org/2001/XMLSchema#string"?'"'+e+'"':i.datatype.value==="http://www.w3.org/1999/02/22-rdf-syntax-ns#langString"?'"'+e+'"@'+i.language:'"'+e+'"^^'+jp(i.datatype)}function Dy(i,e){const t=e(i.subject),r=e(i.predicate),n=e(i.object),s=e(i.graph);return`${t} ${r} ${n} ${s?s+" ":""}.`}function Ly(i){return"?"+i.value}function di(i){if(!i)return null;if(i.termType==="BlankNode")return Sy(i);if(i.termType==="DefaultGraph")return Ry();if(i.termType==="Literal")return Ny(i);if(i.termType==="NamedNode")return jp(i);if(i.termType==="Quad"||i.subject&&i.predicate&&i.object&&i.graph)return Dy(i,di);if(i.termType==="Variable")return Ly(i);if(i[Symbol.iterator])return ky(i,di);throw new Error(`unknown termType ${i.termType}`)}class Dn{constructor(e){if(this.index=new Map,e)for(const[t,r]of e)this.set(t,r)}get size(){return this.index.size}clear(){this.index.clear()}delete(e){return this.index.delete(di(e))}*entries(){for(const[,{term:e,value:t}]of this.index)yield[e,t]}forEach(e,t){for(const r of this.entries())e.call(t,r[1],r[0],this)}get(e){const t=this.index.get(di(e));return t&&t.value}has(e){return this.index.has(di(e))}*keys(){for(const[,{term:e}]of this.index)yield e}set(e,t){const r=di(e);return this.index.set(r,{term:e,value:t}),this}*values(){for(const[,{value:e}]of this.index)yield e}[Symbol.iterator](){return this.entries()[Symbol.iterator]()}}class Hh{constructor({dataset:e,end:t,quad:r,start:n}){this.dataset=e,this.end=t,this.quad=r,this.start=n}get term(){return this.quad[this.end]}get graph(){return this.quad.graph}get startTerm(){return this.quad[this.start]}}function Wh(i){try{return di(i)}catch{return null}}class wi{constructor(e){if(this.index=new Map,e)for(const t of e)this.add(t)}get size(){return this.index.size}add(e){const t=di(e);return this.index.has(t)||this.index.set(t,e),this}clear(){this.index.clear()}delete(e){return e?this.index.delete(Wh(e)):!1}entries(){return this.values().entries()}forEach(e,t){return this.values().forEach(e,t)}has(e){return e?this.index.has(Wh(e)):!1}values(){return new Set(this.index.values())}keys(){return this.values()}[Symbol.iterator](){return this.index.values()}}class Bp{constructor(e){this.value=e}equals(e){return!!e&&e.termType===this.termType&&e.value===this.value}}Bp.prototype.termType="BlankNode";class ld{equals(e){return!!e&&e.termType===this.termType}}ld.prototype.termType="DefaultGraph";ld.prototype.value="";function Gh(i,e){if(!e)return null;if(e.termType==="BlankNode")return i.blankNode(e.value);if(e.termType==="DefaultGraph")return i.defaultGraph();if(e.termType==="Literal")return i.literal(e.value,e.language||i.namedNode(e.datatype.value));if(e.termType==="NamedNode")return i.namedNode(e.value);if(e.termType==="Quad"){const t=i.fromTerm(e.subject),r=i.fromTerm(e.predicate),n=i.fromTerm(e.object),s=i.fromTerm(e.graph);return i.quad(t,r,n,s)}if(e.termType==="Variable")return i.variable(e.value);throw new Error(`unknown termType ${e.termType}`)}class Eo{constructor(e,t,r,n=""){this.value=e,this.language=t,this.datatype=r,this.direction=n}equals(e){return!!e&&e.termType===this.termType&&e.value===this.value&&e.language===this.language&&e.datatype.equals(this.datatype)&&(e.direction||"")===this.direction}}Eo.prototype.termType="Literal";class zs{constructor(e){this.value=e}equals(e){return!!e&&e.termType===this.termType&&e.value===this.value}}zs.prototype.termType="NamedNode";class cd{constructor(e,t,r,n){this.subject=e,this.predicate=t,this.object=r,this.graph=n}equals(e){return!!e&&(e.termType==="Quad"||!e.termType)&&e.subject.equals(this.subject)&&e.predicate.equals(this.predicate)&&e.object.equals(this.object)&&e.graph.equals(this.graph)}}cd.prototype.termType="Quad";cd.prototype.value="";class qp{constructor(e){this.value=e}equals(e){return!!e&&e.termType===this.termType&&e.value===this.value}}qp.prototype.termType="Variable";const Oy=new zs("http://www.w3.org/1999/02/22-rdf-syntax-ns#dirLangString"),Kh=new zs("http://www.w3.org/1999/02/22-rdf-syntax-ns#langString"),Py=new zs("http://www.w3.org/2001/XMLSchema#string");class Up{constructor(){this.init()}init(){this._data={blankNodeCounter:0,defaultGraph:new ld}}namedNode(e){return new zs(e)}blankNode(e){return e=e||"b"+ ++this._data.blankNodeCounter,new Bp(e)}literal(e,t){return typeof t=="string"?new Eo(e,t,Kh):typeof t?.language=="string"?new Eo(e,t.language,t.direction?Oy:Kh,t.direction):new Eo(e,"",t||Py)}variable(e){return new qp(e)}defaultGraph(){return this._data.defaultGraph}quad(e,t,r,n=this.defaultGraph()){return new cd(e,t,r,n)}fromTerm(e){return Gh(this,e)}fromQuad(e){return Gh(this,e)}}Up.exports=["blankNode","defaultGraph","fromQuad","fromTerm","literal","namedNode","quad","variable"];const dd=new Up,My={apply:(i,e,t)=>i(t[0]),get:(i,e)=>i(e)};function ki(i,{factory:e=dd}={}){const t=(r="")=>e.namedNode(`${i}${r.raw||r}`);return typeof Proxy>"u"?t:new Proxy(t,My)}ki("http://www.w3.org/2001/XMLSchema#");const Pi=ki("http://www.w3.org/1999/02/22-rdf-syntax-ns#");ki("http://www.w3.org/2000/01/rdf-schema#");class rt{static add({ptr:e,start:t,end:r,subjects:n=[null],predicates:s=[null],objects:o=[null],graphs:a,callback:c}={}){if(!e.factory)throw new Error("add operation requires a factory");let l=()=>{};c&&(l=d=>{c(new Hh({dataset:e.dataset,start:t,end:r,quad:d}))});for(const d of n)for(const u of s)for(const m of o)for(const g of a){const v={subject:d,predicate:u,object:m,graph:g};v[t]=e.term;const _=e.factory.quad(v.subject,v.predicate,v.object,v.graph);e.dataset.add(_),l(_)}return e}static addList({ptr:e,predicates:t,items:r,graphs:n}){if(e.isAny())throw new Error("can't attach a list to an any ptr");for(const s of t)for(const o of n){const a=r.map(()=>e.factory.blankNode());e.dataset.add(e.factory.quad(e.term,s,a[0]||Pi.nil,o));for(let c=0;c<a.length;c++)e.dataset.add(e.factory.quad(a[c],Pi.first,r[c],o)),e.dataset.add(e.factory.quad(a[c],Pi.rest,a[c+1]||Pi.nil,o))}return e}static delete({ptr:e,start:t,subjects:r=[null],predicates:n=[null],objects:s=[null]}){for(const o of r)for(const a of n)for(const c of s){const l={subject:o,predicate:a,object:c};l[t]=e.term;const d=e.dataset.match(l.subject,l.predicate,l.object);for(const u of d)e.dataset.delete(u)}return e}static deleteList({ptr:e,predicates:t}){const r=[];for(const n of t)for(const s of e.dataset.match(e.term,n)){let o=s.object;for(r.push(s);!Pi.nil.equals(o);){o=r[r.length-1].object;const a=e.dataset.match(o);if(a.size===0)break;for(const c of a)r.push(c)}}for(const n of r)e.dataset.delete(n);return e}static execute({ptr:e,operation:t="traverse",quantifier:r,start:n,end:s,subjects:o,predicates:a,objects:c,graphs:l,items:d,callback:u}={}){if(t==="add")return rt.add({ptr:e,start:n,end:s,subjects:o,predicates:a,objects:c,graphs:l,callback:u});if(t==="addList")return rt.addList({ptr:e,predicates:a,items:d,graphs:l});if(t==="delete")return rt.delete({ptr:e,start:n,subjects:o,predicates:a,objects:c});if(t==="deleteList")return rt.deleteList({ptr:e,predicates:a});if(t==="isList")return rt.isList({ptr:e});if(t==="list")return rt.list({ptr:e});if(t==="traverse")return rt.traverse({ptr:e,quantifier:r,start:n,end:s,subjects:o,predicates:a,objects:c,graphs:l});throw new Error(`unknown operation ${t}`)}static isList({ptr:e}){return e.isAny()?!1:!!(Pi.nil.equals(e.term)||rt.traverse({ptr:e,predicates:[Pi.first]}).length===1)}static list({ptr:e}){if(e.isList())return{*[Symbol.iterator](){for(;e&&!e.term.equals(Pi.nil);){const t=e.out([Pi.first]);if(t.length!==1)throw new Error(`Invalid list: rdf:first count not equals one on ${e.value}`);const r=e.out([Pi.rest]);if(r.length!==1)throw new Error(`Invalid list: rdf:rest count not equals one on ${e.value}`);yield t[0],e=r[0]}}}}static traverse({ptr:e,quantifier:t="one",start:r="subject",end:n="object",subjects:s=[null],predicates:o=[null],objects:a=[null],graphs:c=[null],callback:l}){if(t==="one")return rt.traverseOne({ptr:e,start:r,end:n,subjects:s,predicates:o,objects:a,graphs:c,callback:l});if(t==="oneOrMore"){const d=rt.traverse({ptr:e,end:n,start:r,subjects:s,predicates:o,objects:a,graphs:c,callback:l});return rt.traverseMore({ptrs:d,end:n,start:r,subjects:s,predicates:o,objects:a,graphs:c,callback:l})}if(t==="zeroOrMore")return rt.traverseMore({ptrs:[e],end:n,start:r,subjects:s,predicates:o,objects:a,graphs:c,callback:l});if(t==="zeroOrOne")return[e,...rt.traverse({ptr:e,end:n,start:r,subjects:s,predicates:o,objects:a,graphs:c,callback:l})];throw new Error(`unknown quantifier ${t}`)}static traverseMore({ptrs:e,end:t,start:r,subjects:n,predicates:s,objects:o,graphs:a,callback:c}={}){let l=[...e],d,u;do{d=[];for(const m of e)d=[...d,...rt.traverseOne({ptr:m,end:t,start:r,subjects:n,predicates:s,objects:o,graphs:a,callback:c})];u&&(d=d.filter(m=>!u.has(m.term))),e=d,l=[...l,...d],u=new wi(l.map(m=>m.term))}while(d.length>0);return l}static traverseOne({ptr:e,start:t,end:r,subjects:n,predicates:s,objects:o,graphs:a,callback:c=(l,d)=>d.extend(l)}={}){const l=[];for(const d of n)for(const u of s)for(const m of o)for(const g of a){const v={subject:d,predicate:u,object:m,graph:g};v[t]=e.term;for(const _ of e.dataset.match(v.subject,v.predicate,v.object,v.graph))l.push(c(new Hh({dataset:e.dataset,end:r,quad:_,start:t}),e))}return l}}function Xh(i,e){return e?t=>e(i.extend(t)):()=>{}}class Qh{constructor({dataset:e,edges:t=[],factory:r,graph:n,term:s}){if(!e&&t.length===0)throw new Error("dataset or edges is required");if(t.length===0&&typeof s>"u")throw new Error("edges or term must be given");if(t.length>0&&s)throw new Error("edges or term must be given");this.dataset=e||t[t.length-1].dataset,this.edges=t,this.factory=r,this._graph=n,t.length===0&&(this._term=s)}get edge(){return this.edges[this.edges.length-1]}get graph(){return typeof this._graph=="object"?this._graph:this.edge&&this.edge.graph}get length(){return this._term!==void 0?1:this.edges.length+1}get startTerm(){return this._term||this.edges[0].startTerm}get term(){return this._term!==void 0?this._term:this.edge.term}get value(){const e=this.term;return e===null?void 0:e.value}addIn(e,t,r){return rt.add({ptr:this,start:"object",end:"subject",subjects:t,predicates:e,graphs:[this.graph||this.factory.defaultGraph()],callback:Xh(this,r)})}addList(e,t){return rt.addList({ptr:this,predicates:e,graphs:[this.graph||this.factory.defaultGraph()],items:t})}addOut(e,t,r){return rt.add({ptr:this,start:"subject",end:"object",predicates:e,objects:t,graphs:[this.graph||this.factory.defaultGraph()],callback:Xh(this,r)})}deleteIn(e,t){return rt.delete({ptr:this,start:"object",subjects:t,predicates:e})}deleteList(e){return rt.deleteList({ptr:this,predicates:e})}deleteOut(e,t){return rt.delete({ptr:this,start:"subject",predicates:e,objects:t})}execute({operation:e,quantifier:t,start:r,end:n,subjects:s,predicates:o,objects:a,graphs:c,items:l,callback:d}){return rt.execute({ptr:this,operation:e,quantifier:t,start:r,end:n,subjects:s,predicates:o,objects:a,graphs:c,items:l,callback:d})}extend(e){return new this.constructor({dataset:this.dataset,edges:[...this.edges,e],factory:this.factory,graph:this._graph})}hasIn(e,t){return rt.traverse({ptr:this,start:"object",end:"object",subjects:t,predicates:e,graphs:[this.graph]})}hasOut(e,t){return rt.traverse({ptr:this,start:"subject",end:"subject",predicates:e,objects:t,graphs:[this.graph]})}in(e,t){return rt.traverse({ptr:this,start:"object",end:"subject",subjects:t,predicates:e,graphs:[this.graph]})}isAny(){return!this.term}isList(){return rt.isList({ptr:this})}list(){return rt.list({ptr:this})}*nodes(){for(let e=0;e<this.length;e++)this._term!==void 0?yield{dataset:this.dataset,term:this._term}:this.edges.length>e?yield{dataset:this.edges[e].dataset,term:this.edges[e].startTerm}:this.edges.length===e&&(yield{dataset:this.edges[e-1].dataset,term:this.edges[e-1].term})}out(e,t){return rt.traverse({ptr:this,predicates:e,objects:t,graphs:[this.graph]})}*quads(){for(const{quad:e}of this.edges)yield e}trim(){return new this.constructor({dataset:this.dataset,factory:this.factory,graph:this.graph,term:this.term})}}function Jh(i,e){return i?i.equals(e):i===e}function Fy(i,e){return!(i.dataset!==e.dataset||!Jh(i.graph,e.graph)||!Jh(i.term,e.term))}function Yh(i,e){return e?t=>e(new i.constructor({factory:i.factory,ptrs:[t]})):()=>{}}class Ao{constructor({dataset:e,factory:t,ptrs:r,terms:n,graphs:s}){if(this.factory=t,r)this.ptrs=[...r];else{this.ptrs=[];for(const o of n||[null])for(const a of s||[null])this.ptrs.push(new Qh({dataset:e,factory:t,graph:a,term:o}))}}get dataset(){const e=new Set(this.datasets);return e.size!==1?null:e[Symbol.iterator]().next().value}get datasets(){return this.ptrs.map(e=>e.dataset)}get term(){const e=new wi(this.terms);if(e.size===1)return e[Symbol.iterator]().next().value}get terms(){return this.ptrs.map(e=>e.term)}get value(){const e=this.term;return e?.value}get values(){return this.ptrs.map(e=>e.value)}addIn(e,t,r){const n=Yh(this,r);for(const s of this.ptrs)s.addIn(e,t,n);return this}addList(e,t){if(this.isAny())throw new Error("can't attach a list to an any ptr");for(const r of this.ptrs)r.addList(e,t);return this}addOut(e,t,r){const n=Yh(this,r);for(const s of this.ptrs)s.addOut(e,t,n);return this}clone(e){return new this.constructor({factory:this.factory,ptrs:this.ptrs,...e})}deleteIn(e,t){for(const r of this.ptrs)r.deleteIn(e,t);return this}deleteList(e){for(const t of this.ptrs)t.deleteList(e);return this}deleteOut(e,t){for(const r of this.ptrs)r.deleteOut(e,t);return this}distinct(){const e=this.ptrs.reduce((t,r)=>(t.some(n=>Fy(n,r))||t.push(r.trim()),t),[]);return this.clone({ptrs:e})}execute(e){return this.clone({ptrs:this.ptrs.flatMap(t=>t.execute(e))})}executeAll(e){let t=this;for(const r of e)t=t.execute(r);return t}filter(e){return this.clone({ptrs:[...this].filter(e).map(t=>t.ptrs[0])})}hasIn(e,t){return this.clone({ptrs:this.ptrs.flatMap(r=>r.hasIn(e,t))})}hasOut(e,t){return this.clone({ptrs:this.ptrs.flatMap(r=>r.hasOut(e,t))})}in(e,t){return this.clone({ptrs:this.ptrs.flatMap(r=>r.in(e,t))})}isAny(){return this.ptrs.length>0&&this.ptrs.some(e=>e.isAny())}isList(){return this.ptrs.length!==1?!1:this.ptrs[0].isList()}list(){if(!this.isList())return;const e=this.ptrs[0].list(),t=this;return function*(){for(const r of e)yield t.clone({ptrs:[r]})}()}map(e){return[...this].map(e)}node(e){const t=this.dataset,r=[...e].map(n=>new Qh({dataset:t,factory:this.factory,term:n}));return this.clone({ptrs:r})}out(e,t){return this.clone({ptrs:this.ptrs.flatMap(r=>r.out(e,t))})}*quads(){for(const{edges:e}of this.ptrs)for(const{quad:t}of e)yield t}trim(){return this.clone({ptrs:this.ptrs.map(e=>e.trim())})}*[Symbol.iterator](){for(const e of this.ptrs)yield this.clone({ptrs:[e]})}}ki("http://www.w3.org/2002/07/owl#");const Qr=ki("http://www.w3.org/1999/02/22-rdf-syntax-ns#"),jy=ki("http://www.w3.org/2000/01/rdf-schema#"),de=ki("http://www.w3.org/ns/shacl#"),dc=ki("https://schemas.link/shacl-next#"),ud=ki("http://www.w3.org/2001/XMLSchema#");function By(i){return i?`{${[...i.quads()].map(e=>di(e)).join(" ")}}`:"{}"}function qy(i){return i?`{${i.map(e=>By(e)).join(" ")}}`:"{}"}var Al,Zh;function Uy(){if(Zh)return Al;Zh=1;var i=/\s/;function e(t){for(var r=t.length;r--&&i.test(t.charAt(r)););return r}return Al=e,Al}var Nl,ef;function Vy(){if(ef)return Nl;ef=1;var i=Uy(),e=/^\s+/;function t(r){return r&&r.slice(0,i(r)+1).replace(e,"")}return Nl=t,Nl}var Dl,tf;function zy(){if(tf)return Dl;tf=1;function i(e){var t=typeof e;return e!=null&&(t=="object"||t=="function")}return Dl=i,Dl}var Ll,rf;function Hy(){if(rf)return Ll;rf=1;var i=typeof un=="object"&&un&&un.Object===Object&&un;return Ll=i,Ll}var Ol,nf;function Wy(){if(nf)return Ol;nf=1;var i=Hy(),e=typeof self=="object"&&self&&self.Object===Object&&self,t=i||e||Function("return this")();return Ol=t,Ol}var Pl,sf;function Vp(){if(sf)return Pl;sf=1;var i=Wy(),e=i.Symbol;return Pl=e,Pl}var Ml,of;function Gy(){if(of)return Ml;of=1;var i=Vp(),e=Object.prototype,t=e.hasOwnProperty,r=e.toString,n=i?i.toStringTag:void 0;function s(o){var a=t.call(o,n),c=o[n];try{o[n]=void 0;var l=!0}catch{}var d=r.call(o);return l&&(a?o[n]=c:delete o[n]),d}return Ml=s,Ml}var Fl,af;function Ky(){if(af)return Fl;af=1;var i=Object.prototype,e=i.toString;function t(r){return e.call(r)}return Fl=t,Fl}var jl,lf;function Xy(){if(lf)return jl;lf=1;var i=Vp(),e=Gy(),t=Ky(),r="[object Null]",n="[object Undefined]",s=i?i.toStringTag:void 0;function o(a){return a==null?a===void 0?n:r:s&&s in Object(a)?e(a):t(a)}return jl=o,jl}var Bl,cf;function Qy(){if(cf)return Bl;cf=1;function i(e){return e!=null&&typeof e=="object"}return Bl=i,Bl}var ql,df;function Jy(){if(df)return ql;df=1;var i=Xy(),e=Qy(),t="[object Symbol]";function r(n){return typeof n=="symbol"||e(n)&&i(n)==t}return ql=r,ql}var Ul,uf;function Yy(){if(uf)return Ul;uf=1;var i=Vy(),e=zy(),t=Jy(),r=NaN,n=/^[-+]0x[0-9a-f]+$/i,s=/^0b[01]+$/i,o=/^0o[0-7]+$/i,a=parseInt;function c(l){if(typeof l=="number")return l;if(t(l))return r;if(e(l)){var d=typeof l.valueOf=="function"?l.valueOf():l;l=e(d)?d+"":d}if(typeof l!="string")return l===0?l:+l;l=i(l);var u=s.test(l);return u||o.test(l)?a(l.slice(2),u?2:8):n.test(l)?r:+l}return Ul=c,Ul}var Vl,hf;function Zy(){if(hf)return Vl;hf=1;var i=Yy(),e=1/0,t=17976931348623157e292;function r(n){if(!n)return n===0?n:0;if(n=i(n),n===e||n===-e){var s=n<0?-1:1;return s*t}return n===n?n:0}return Vl=r,Vl}var zl,ff;function e0(){if(ff)return zl;ff=1;var i=Zy();function e(t){var r=i(t),n=r%1;return r===r?n?r-n:r:0}return zl=e,zl}var Hl,pf;function t0(){if(pf)return Hl;pf=1;var i=e0(),e="Expected a function";function t(r,n){var s;if(typeof n!="function")throw new TypeError(e);return r=i(r),function(){return--r>0&&(s=n.apply(this,arguments)),r<=1&&(n=void 0),s}}return Hl=t,Hl}var Wl,mf;function i0(){if(mf)return Wl;mf=1;var i=t0();function e(t){return i(2,t)}return Wl=e,Wl}var r0=i0();const $i=Am(r0);let gf=class{constructor({details:e,factory:t,options:r,results:n=[]}={}){this.details=e,this.factory=t,this.options=r,this.results=n,this._conforms=$i(()=>!this.results.some(s=>s.severity.equals(de.Info)||s.severity.equals(de.Violation)||s.severity.equals(de.Warning))),this._ptr=$i(()=>this.build())}get conforms(){return this._conforms()}get dataset(){return this.ptr.dataset}get ptr(){return this._ptr()}get term(){return this.ptr.term}build(){const e=new Ao({dataset:this.factory.dataset(),factory:this.factory,terms:[this.factory.blankNode()]});e.addOut([Qr.type],[de.ValidationReport]).addOut([de.conforms],[this.factory.literal(this.conforms.toString(),ud.boolean)]);for(const t of this.results)e.addOut([de.result],[this.factory.blankNode()],r=>{t.build(r,this.options)});return e}coverage(){return this.results.flatMap(e=>e.coverage())}};function n0(i,e){return Object.entries(e).reduce((t,[r,n])=>(n&&n.termType&&(n=di(n)),t.replace(`{$${r}}`,n).replace(`{?${r}}`,n)),i)}let s0=class{constructor({args:e={},constraintComponent:t,factory:r,focusNode:n,message:s=[],path:o,results:a=[],severity:c,shape:l,source:d=[],value:u,valuePaths:m=[]}={}){this.args=e,this.constraintComponent=t,this.factory=r,this.focusNode=n,this.path=o||l.path,this.results=a,this.severity=c,this.shape=l,this.source=d,this.value=u,this.valuePaths=m,this._message=$i(()=>(this.shape.message.length>0&&(s=this.shape.message),s.length===0&&(s=this.shape.ptr.node([this.constraintComponent]).out([de.message]).terms),s.map(g=>r.literal(n0(g.value,e),g.language||null))))}get message(){return this._message()}build(e,{details:t}={}){e.addOut([Qr.type],[de.ValidationResult]).addOut([de.focusNode],this.focusNode.terms).addOut([de.resultSeverity],[this.severity]).addOut([de.sourceConstraint],this.source).addOut([de.sourceConstraintComponent],[this.constraintComponent]).addOut([de.sourceShape],this.shape.ptr.terms),this.message&&e.addOut([de.resultMessage],this.message);const r=n=>{if(n.quantifier==="one")return n.predicates.length>1?e.node([this.factory.blankNode()]).addList([de.alternativePath],n.predicates):n.start==="object"?e.node([this.factory.blankNode()]).addOut([de.inversePath],[n.predicates[0]]):e.node([n.predicates[0]]);if(n.quantifier==="oneOrMore")return e.node([this.factory.blankNode()]).addOut([de.oneOrMorePath],[n.predicates[0]]);if(n.quantifier==="zeroOrMore")return e.node([this.factory.blankNode()]).addOut([de.zeroOrMorePath],[n.predicates[0]]);if(n.quantifier==="zeroOrOne")return e.node([this.factory.blankNode()]).addOut([de.zeroOrOnePath],[n.predicates[0]])};if(this.path&&(this.path.length===1?e.addOut([de.resultPath],r(this.path[0]).terms):e.addList([de.resultPath],this.path.map(n=>r(n).term))),typeof this.value<"u"&&e.addOut([de.value],this.value.terms),t)for(const n of this.results)e.addOut([de.detail],[this.factory.blankNode()],s=>{n.build(s,{details:t})})}coverage(){return[...this.valuePaths.flatMap(e=>[...e.quads()]),...this.results.flatMap(e=>e.coverage())]}};class hd{constructor({factory:e,focusNode:t,options:r={debug:!1,details:!1},processed:n=new Set,report:s=new gf({factory:e,options:r}),results:o=new Map,shape:a,value:c,valueOrNode:l,valuePaths:d,values:u}={}){this.factory=e,this.focusNode=t,this.options=r,this.processed=n,this.report=s,this.results=o,this.shape=a,this.value=c,this.valuePaths=d,this.valueOrNode=l,this.values=u}create({child:e,focusNode:t=this.focusNode,shape:r=this.shape,value:n=this.value,valueOrNode:s=this.valueOrNode,valuePaths:o=this.valuePaths,values:a=this.values}={}){return new hd({factory:this.factory,focusNode:t,options:this.options,processed:this.processed,report:e?new gf({factory:this.factory,options:this.options}):this.report,results:this.results,shape:r,value:n,valueOrNode:s,valuePaths:o,values:a})}id({shape:e=this.shape}={}){return`${di(e.ptr.term)} - ${di(this.focusNode.term)} - ${qy(this.valuePaths)}`}result(e){const t=new s0({factory:this.factory,focusNode:this.focusNode,shape:this.shape,value:this.value,valuePaths:this.valuePaths,...e}),r=this.id();this.results.has(r)?this.results.get(r).add(t):this.results.set(r,new Set([t])),this.report.results.push(t)}debug(e,t){this.options.debug&&this.result({severity:dc.Debug,constraintComponent:e,...t})}trace(e,t){this.options.trace&&this.result({severity:dc.Trace,constraintComponent:e,...t})}test(e,t,r){e?this.debug(t,r):this.violation(t,r)}violation(e,t){this.result({constraintComponent:e,severity:this.shape.severity||de.Violation,...t})}}function o0(){return{generic:a0()}}function a0(){return i=>{i.trace(dc.TraversalConstraintComponent,{args:{},message:[i.factory.literal("Traversal")],value:i.valueOrNode})}}class l0{constructor(e){this.validations=new Dn(e)}compile(e){const t=e.validator.options.coverage;if(e.deactivated)return[];let r=!1;const n=new Set;for(const s of e.ptr.execute({start:"subject",end:"predicate"})){const o=this.validations.get(s.term);o&&(n.add(o),s.term.equals(de.property)&&(r=!0))}return t&&e.isPropertyShape&&!r&&n.add(o0),[...n].map(s=>s(e)).filter(Boolean)}}var Br={},qr={},ss={},os={},bf;function xn(){if(bf)return os;bf=1,Object.defineProperty(os,"__esModule",{value:!0}),os.Translator=void 0;let i=class{constructor(){this.supportedRdfDatatypes=[],this.fromRdfHandlers={},this.toRdfHandlers={}}static incorrectRdfDataType(t){throw new Error(`Invalid RDF ${t.datatype.value} value: '${t.value}'`)}registerHandler(t,r,n){for(const s of r)this.supportedRdfDatatypes.push(s),this.fromRdfHandlers[s.value]=t;for(const s of n){let o=this.toRdfHandlers[s];o||(this.toRdfHandlers[s]=o=[]),o.push(t)}}fromRdf(t,r){const n=this.fromRdfHandlers[t.datatype.value];return n?n.fromRdf(t,r):t.value}toRdf(t,r){const n=this.toRdfHandlers[typeof t];if(n)for(const s of n){const o=s.toRdf(t,r);if(o)return o}throw new Error(`Invalid JavaScript value: '${t}'`)}getSupportedRdfDatatypes(){return this.supportedRdfDatatypes}getSupportedJavaScriptPrimitives(){return Object.keys(this.toRdfHandlers)}};return os.Translator=i,os}var yf;function c0(){if(yf)return ss;yf=1,Object.defineProperty(ss,"__esModule",{value:!0}),ss.TypeHandlerBoolean=void 0;const i=xn();let e=class zp{fromRdf(r,n){switch(r.value){case"true":return!0;case"false":return!1;case"1":return!0;case"0":return!1}return n&&i.Translator.incorrectRdfDataType(r),!1}toRdf(r,{datatype:n,dataFactory:s}){return s.literal(r?"true":"false",n||s.namedNode(zp.TYPE))}};return ss.TypeHandlerBoolean=e,e.TYPE="http://www.w3.org/2001/XMLSchema#boolean",ss}var as={},vf;function d0(){if(vf)return as;vf=1,Object.defineProperty(as,"__esModule",{value:!0}),as.TypeHandlerDate=void 0;const i=xn();let e=class uc{fromRdf(r,n){switch(n&&!r.value.match(uc.VALIDATORS[r.datatype.value.substr(33,r.datatype.value.length)])&&i.Translator.incorrectRdfDataType(r),r.datatype.value){case"http://www.w3.org/2001/XMLSchema#gDay":return new Date(0,0,parseInt(r.value,10));case"http://www.w3.org/2001/XMLSchema#gMonthDay":const s=r.value.split("-");return new Date(0,parseInt(s[0],10)-1,parseInt(s[1],10));case"http://www.w3.org/2001/XMLSchema#gYear":return new Date(r.value+"-01-01");case"http://www.w3.org/2001/XMLSchema#gYearMonth":return new Date(r.value+"-01");default:return new Date(r.value)}}toRdf(r,{datatype:n,dataFactory:s}){if(n=n||s.namedNode(uc.TYPES[0]),!(r instanceof Date))return null;const o=r;let a;switch(n.value){case"http://www.w3.org/2001/XMLSchema#gDay":a=String(o.getUTCDate());break;case"http://www.w3.org/2001/XMLSchema#gMonthDay":a=o.getUTCMonth()+1+"-"+o.getUTCDate();break;case"http://www.w3.org/2001/XMLSchema#gYear":a=String(o.getUTCFullYear());break;case"http://www.w3.org/2001/XMLSchema#gYearMonth":a=o.getUTCFullYear()+"-"+(o.getUTCMonth()+1);break;case"http://www.w3.org/2001/XMLSchema#date":a=o.toISOString().replace(/T.*$/,"");break;default:a=o.toISOString()}return s.literal(a,n)}};return as.TypeHandlerDate=e,e.TYPES=["http://www.w3.org/2001/XMLSchema#dateTime","http://www.w3.org/2001/XMLSchema#date","http://www.w3.org/2001/XMLSchema#gDay","http://www.w3.org/2001/XMLSchema#gMonthDay","http://www.w3.org/2001/XMLSchema#gYear","http://www.w3.org/2001/XMLSchema#gYearMonth"],e.VALIDATORS={date:/^[0-9]+-[0-9][0-9]-[0-9][0-9]Z?$/,dateTime:/^[0-9]+-[0-9][0-9]-[0-9][0-9]T[0-9][0-9]:[0-9][0-9]:[0-9][0-9](\.[0-9][0-9][0-9])?((Z?)|([\+-][0-9][0-9]:[0-9][0-9]))$/,gDay:/^[0-9]+$/,gMonthDay:/^[0-9]+-[0-9][0-9]$/,gYear:/^[0-9]+$/,gYearMonth:/^[0-9]+-[0-9][0-9]$/},as}var ls={},wf;function u0(){if(wf)return ls;wf=1,Object.defineProperty(ls,"__esModule",{value:!0}),ls.TypeHandlerNumberDouble=void 0;const i=xn();let e=class Hp{fromRdf(r,n){const s=parseFloat(r.value);return n&&isNaN(s)&&i.Translator.incorrectRdfDataType(r),s}toRdf(r,{datatype:n,dataFactory:s}){return n=n||s.namedNode(Hp.TYPES[0]),isNaN(r)?s.literal("NaN",n):isFinite(r)?r%1===0?null:s.literal(r.toExponential(15).replace(/(\d)0*e\+?/,"$1E"),n):s.literal(r>0?"INF":"-INF",n)}};return ls.TypeHandlerNumberDouble=e,e.TYPES=["http://www.w3.org/2001/XMLSchema#double","http://www.w3.org/2001/XMLSchema#decimal","http://www.w3.org/2001/XMLSchema#float"],ls}var cs={},_f;function h0(){if(_f)return cs;_f=1,Object.defineProperty(cs,"__esModule",{value:!0}),cs.TypeHandlerNumberInteger=void 0;const i=xn();let e=class gs{fromRdf(r,n){const s=parseInt(r.value,10);return n&&(isNaN(s)||r.value.indexOf(".")>=0)&&i.Translator.incorrectRdfDataType(r),s}toRdf(r,{datatype:n,dataFactory:s}){return s.literal(String(r),n||(r<=gs.MAX_INT&&r>=gs.MIN_INT?s.namedNode(gs.TYPES[0]):s.namedNode(gs.TYPES[1])))}};return cs.TypeHandlerNumberInteger=e,e.TYPES=["http://www.w3.org/2001/XMLSchema#integer","http://www.w3.org/2001/XMLSchema#long","http://www.w3.org/2001/XMLSchema#int","http://www.w3.org/2001/XMLSchema#byte","http://www.w3.org/2001/XMLSchema#short","http://www.w3.org/2001/XMLSchema#negativeInteger","http://www.w3.org/2001/XMLSchema#nonNegativeInteger","http://www.w3.org/2001/XMLSchema#nonPositiveInteger","http://www.w3.org/2001/XMLSchema#positiveInteger","http://www.w3.org/2001/XMLSchema#unsignedByte","http://www.w3.org/2001/XMLSchema#unsignedInt","http://www.w3.org/2001/XMLSchema#unsignedLong","http://www.w3.org/2001/XMLSchema#unsignedShort"],e.MAX_INT=2147483647,e.MIN_INT=-2147483648,cs}var ds={},xf;function f0(){if(xf)return ds;xf=1,Object.defineProperty(ds,"__esModule",{value:!0}),ds.TypeHandlerString=void 0;let i=class{fromRdf(t){return t.value}toRdf(t,{datatype:r,dataFactory:n}){return n.literal(t,r)}};return ds.TypeHandlerString=i,i.TYPES=["http://www.w3.org/2001/XMLSchema#string","http://www.w3.org/2001/XMLSchema#normalizedString","http://www.w3.org/2001/XMLSchema#anyURI","http://www.w3.org/2001/XMLSchema#base64Binary","http://www.w3.org/2001/XMLSchema#language","http://www.w3.org/2001/XMLSchema#Name","http://www.w3.org/2001/XMLSchema#NCName","http://www.w3.org/2001/XMLSchema#NMTOKEN","http://www.w3.org/2001/XMLSchema#token","http://www.w3.org/2001/XMLSchema#hexBinary","http://www.w3.org/1999/02/22-rdf-syntax-ns#langString","http://www.w3.org/1999/02/22-rdf-syntax-ns#dirLangString","http://www.w3.org/2001/XMLSchema#time","http://www.w3.org/2001/XMLSchema#duration"],ds}var Ef;function Sf(){return Ef||(Ef=1,function(i){var e=qr&&qr.__createBinding||(Object.create?function(r,n,s,o){o===void 0&&(o=s);var a=Object.getOwnPropertyDescriptor(n,s);(!a||("get"in a?!n.__esModule:a.writable||a.configurable))&&(a={enumerable:!0,get:function(){return n[s]}}),Object.defineProperty(r,o,a)}:function(r,n,s,o){o===void 0&&(o=s),r[o]=n[s]}),t=qr&&qr.__exportStar||function(r,n){for(var s in r)s!=="default"&&!Object.prototype.hasOwnProperty.call(n,s)&&e(n,r,s)};Object.defineProperty(i,"__esModule",{value:!0}),t(c0(),i),t(d0(),i),t(u0(),i),t(h0(),i),t(f0(),i)}(qr)),qr}var Gl={},kf;function p0(){return kf||(kf=1,Object.defineProperty(Gl,"__esModule",{value:!0})),Gl}var Rf;function m0(){return Rf||(Rf=1,function(i){var e=Br&&Br.__createBinding||(Object.create?function(g,v,_,E){E===void 0&&(E=_);var x=Object.getOwnPropertyDescriptor(v,_);(!x||("get"in x?!v.__esModule:x.writable||x.configurable))&&(x={enumerable:!0,get:function(){return v[_]}}),Object.defineProperty(g,E,x)}:function(g,v,_,E){E===void 0&&(E=_),g[E]=v[_]}),t=Br&&Br.__exportStar||function(g,v){for(var _ in g)_!=="default"&&!Object.prototype.hasOwnProperty.call(v,_)&&e(v,g,_)};Object.defineProperty(i,"__esModule",{value:!0}),i.fromRdf=c,i.toRdf=l,i.getTermRaw=d,i.getSupportedRdfDatatypes=u,i.getSupportedJavaScriptPrimitives=m;const r=Np(),n=Sf(),s=xn();t(Sf(),i),t(p0(),i),t(xn(),i);const o=new r.DataFactory,a=new s.Translator;a.registerHandler(new n.TypeHandlerString,n.TypeHandlerString.TYPES.map(g=>o.namedNode(g)),["string"]),a.registerHandler(new n.TypeHandlerBoolean,[n.TypeHandlerBoolean.TYPE].map(g=>o.namedNode(g)),["boolean"]),a.registerHandler(new n.TypeHandlerNumberDouble,n.TypeHandlerNumberDouble.TYPES.map(g=>o.namedNode(g)),["number"]),a.registerHandler(new n.TypeHandlerNumberInteger,n.TypeHandlerNumberInteger.TYPES.map(g=>o.namedNode(g)),["number"]),a.registerHandler(new n.TypeHandlerDate,n.TypeHandlerDate.TYPES.map(g=>o.namedNode(g)),["object"]);function c(g,v){return a.fromRdf(g,v)}function l(g,v){return v&&"namedNode"in v&&(v={dataFactory:v}),v=v||{},v&&!v.dataFactory&&(v.dataFactory=o),a.toRdf(g,v)}function d(g,v){return g.termType==="Literal"?c(g,v):g.value}function u(){return a.getSupportedRdfDatatypes()}function m(){return a.getSupportedJavaScriptPrimitives()}}(Br)),Br}var Ns=m0();function If(i){if(i.term.termType!=="BlankNode")return{quantifier:"one",start:"subject",end:"object",predicates:[i.term]};const e=i.out([de.alternativePath]);if(e.ptrs.length===1&&e.ptrs[0].isList())return{quantifier:"one",start:"subject",end:"object",predicates:[...e.list()].map(o=>o.term)};const t=i.out([de.inversePath]);if(t.term)return{quantifier:"one",start:"object",end:"subject",predicates:[t.term]};const r=i.out([de.oneOrMorePath]);if(r.term)return{quantifier:"oneOrMore",start:"subject",end:"object",predicates:[r.term]};const n=i.out([de.zeroOrMorePath]);if(n.term)return{quantifier:"zeroOrMore",start:"subject",end:"object",predicates:[n.term]};const s=i.out([de.zeroOrOnePath]);if(s.term)return{quantifier:"zeroOrOne",start:"subject",end:"object",predicates:[s.term]}}function g0(i){return i.terms.length===0?null:i.ptrs[0].isList()?[...i.list()].map(e=>If(e)):[If(i)]}class b0{constructor(e){this.shape=e,this._compiled=$i(()=>this.shape.validator.registry.compile(e))}get compiled(){return this._compiled()}async validate(e){return e.focusNode.dataset.size===0||(this.shape.isPropertyShape?await this.validateProperty(e):await this.validateNode(e)),e}async validateNode(e){const t=e.create({shape:this.shape,valueOrNode:e.value||e.focusNode});for(const r of this.compiled)r.node&&await r.node(t),r.generic&&await r.generic(t)}async validateProperty(e){let t;this.shape.isSparqlShape?t=e.focusNode:t=e.focusNode.executeAll(this.shape.path);const r=t.node(new wi(t.terms)),n=[...t].reduce((o,a)=>{const c=a.term,l=t.node([c]);return o.has(c)||o.set(c,{value:l,valuePaths:[]}),o.get(c).valuePaths.push(a),o},new Dn).values(),s=e.create({shape:this.shape,values:r});for(const o of this.compiled)o.property&&await o.property(s);for(const{value:o,valuePaths:a}of n){const c=e.create({shape:this.shape,value:o,valueOrNode:o,valuePaths:a});for(const l of this.compiled)l.generic&&await l.generic(c)}}}function hc(i){const e=new wi,r=new Ao({dataset:i.dataset,terms:i.terms}).execute({quantifier:"zeroOrMore",start:"object",end:"subject",predicates:[jy.subClassOf]});for(const n of r.ptrs)for(const{term:s}of n.nodes())e.add(s);return e}class y0{constructor(e){this.targetClass=new wi([...hc(e.hasOut([Qr.type],[de.NodeShape])),...hc(e.out([de.targetClass]))]),this.targetNode=e.out([de.targetNode]).terms,this.targetObjectsOf=e.out([de.targetObjectsOf]).terms,this.targetSubjectsOf=e.out([de.targetSubjectsOf]).terms}resolve(e){const t=e.focusNode.node([null]),r=[...e.focusNode.hasOut([Qr.type],this.targetClass).ptrs,...e.focusNode.node(this.targetNode).ptrs,...t.execute({start:"object",end:"object",predicates:this.targetObjectsOf}).ptrs,...t.execute({start:"subject",end:"subject",predicates:this.targetSubjectsOf}).ptrs],n=e.focusNode.clone({ptrs:r});return n.node([...new wi(n.terms)])}}class v0{constructor(e,{validator:t}){this.ptr=e,this.validator=t,this._deactivated=$i(()=>{const r=this.ptr.out([de.deactivated]).term;return r&&Ns.fromRdf(r)}),this._message=$i(()=>this.ptr.out([de.message]).terms),this._path=$i(()=>g0(this.ptr.out([de.path]))),this._severity=$i(()=>this.ptr.out([de.severity]).term),this._shapeValidator=$i(()=>new b0(this)),this._sparql=$i(()=>this.ptr.out([de.sparql])),this._targetResolver=$i(()=>new y0(this.ptr))}get deactivated(){return this._deactivated()}get isPropertyShape(){return!!this.path}get isSparqlShape(){return this.sparql.terms.length>0}get path(){return this._path()}get targetResolver(){return this._targetResolver()}get message(){return this._message()}get severity(){return this._severity()}get shapeValidator(){return this._shapeValidator()}get sparql(){return this._sparql()}resolveTargets(e){return this.targetResolver.resolve(e)}async validate(e){const t=e.id({shape:this});if(e.processed.has(t)){if(e.results.has(t))for(const r of e.results.get(t))e.report.results.push(r);return e}return e.processed.add(t),this.shapeValidator.validate(e)}}function w0(i){const e=parseInt(i.ptr.out([de.maxCount]).value);return{property:_0(e)}}function _0(i){return e=>{e.test(e.values.terms.length<=i,de.MaxCountConstraintComponent,{args:{maxCount:i},message:[e.factory.literal("More than {$maxCount} values")]})}}function x0(i){const e=parseInt(i.ptr.out([de.minCount]).value);return{property:E0(e)}}function E0(i){return e=>{e.test(e.values.terms.length>=i,de.MinCountConstraintComponent,{args:{minCount:i},message:[e.factory.literal("Less than {$minCount} values")]})}}async function S0(i,e){for(const t of i)if(!await e(t))return!1;return!0}async function k0(i,e){return(await Promise.all(i.map(t=>e(t)))).filter(Boolean)}async function Zo(i,e){return Promise.all(i.map(e))}async function R0(i,e){for(const t of i)if(await e(t))return!0;return!1}function I0(i){const e=[...i.ptr.out([de.and])].flatMap(t=>[...t.list()]).map(t=>i.validator.shape(t));return{generic:T0(e)}}function T0(i){return async e=>{const t=await Zo(i,async n=>(await n.validate(e.create({child:!0,focusNode:e.valueOrNode}))).report),r=t.every(n=>n.conforms);e.test(r,de.AndConstraintComponent,{results:t.flatMap(n=>n.results),value:e.valueOrNode})}}function C0(i){const e=i.validator.shape(i.ptr.out([de.not]));return{generic:$0(e)}}function $0(i){return async e=>{const t=(await i.validate(e.create({child:!0,focusNode:e.valueOrNode}))).report,r=!t.conforms;e.test(r,de.NotConstraintComponent,{args:{not:i.ptr.term},message:[e.factory.literal("Value does have shape {$not}")],results:t.results,value:e.valueOrNode})}}function A0(i){const e=[...i.ptr.out([de.or])].flatMap(t=>[...t.list()]).map(t=>i.validator.shape(t));return{generic:N0(e)}}function N0(i){return async e=>{let t=[],r;if(e.options.debug||e.options.details){const n=await Zo(i,async s=>(await s.validate(e.create({child:!0,focusNode:e.valueOrNode}))).report);t=n.flatMap(s=>s.results),r=n.some(s=>s.conforms)}else r=await R0(i,async n=>(await n.validate(e.create({child:!0,focusNode:e.valueOrNode}))).report.conforms);e.test(r,de.OrConstraintComponent,{results:t,value:e.valueOrNode})}}function D0(i){const e=[...i.ptr.out([de.xone])].flatMap(t=>[...t.list()]).map(t=>i.validator.shape(t));return{generic:L0(e)}}function L0(i){return async e=>{const t=await Zo(i,async n=>(await n.validate(e.create({child:!0,focusNode:e.valueOrNode}))).report),r=t.filter(n=>n.conforms).length===1;e.test(r,de.XoneConstraintComponent,{results:t.flatMap(n=>n.results),value:e.valueOrNode})}}function O0(i){if(!Ns.fromRdf(i.ptr.out([de.closed]).term))return null;const t=i.ptr.out([de.property]).map(s=>i.validator.shape(s)),r=new wi(t.filter(s=>!s.deactivated).map(s=>s.path[0].predicates[0])),n=new wi([...i.ptr.out([de.ignoredProperties]).list()||[]].map(s=>s.term));return{node:P0(r,n)}}function P0(i,e){return t=>{const r=t.focusNode.execute({start:"subject",end:"predicate"}).filter(n=>e.has(n.term)?!1:!i.has(n.term));if(r.ptrs.length>0)for(const n of r)t.violation(de.ClosedConstraintComponent,{message:[t.factory.literal("Predicate is not allowed (closed shape)")],path:[{quantifier:"one",start:"subject",end:"object",predicates:[n.term]}],value:t.focusNode.node([[...n.quads()][0].object])});else t.debug(de.ClosedConstraintComponent)}}function M0(i){const e=i.ptr.out([de.hasValue]).term;return{node:F0(e),property:j0(e)}}function F0(i){return e=>{e.test(i.equals(e.valueOrNode.term),de.HasValueConstraintComponent,{args:{hasValue:i},message:[e.factory.literal("Value must be {$hasValue}")]})}}function j0(i){return e=>{const t=[...e.values].some(r=>i.equals(r.term));e.test(t,de.HasValueConstraintComponent,{args:{hasValue:i},message:[e.factory.literal("Missing expected value {$hasValue}")]})}}function B0(i){const e=new wi([...i.ptr.out([de.in]).list()].map(t=>t.term));return{generic:q0(e)}}function q0(i){return e=>{e.test(i.has(e.valueOrNode.term),de.InConstraintComponent,{args:{in:[...i].map(t=>t.value).join(", ")},message:[e.factory.literal("Value is not in {$in}")],value:e.valueOrNode})}}function Ln(i,e){if(!i||i.termType!=="Literal"||!e||e.termType!=="Literal"||Tf(i)!==Tf(e))return null;const t=Ns.fromRdf(i),r=Ns.fromRdf(e);return typeof t!=typeof r?null:typeof t=="string"?t.localeCompare(r):t-r}function Tf(i){const e=/^.*(((\+|-)\d{2}:\d{2})|Z)$/;return ud.dateTime.equals(i.datatype)&&e.test(i.value)}function U0(i){const e=i.ptr.out([de.disjoint]).term;return{generic:V0(e)}}function V0(i){return e=>{const t=e.focusNode.dataset.match(e.focusNode.term,i,e.valueOrNode.term);e.test(t.size===0,de.DisjointConstraintComponent,{args:{disjoint:i},message:[e.factory.literal("Value node must not also be one of the values of {$disjoint}")],value:e.valueOrNode})}}function z0(i){const e=i.ptr.out([de.equals]).term;return{node:H0(e),property:W0(e)}}function H0(i){return e=>{const t=e.focusNode.out([i]),r=t.filter(s=>!s.term.equals(e.focusNode.term)),n=t.terms.length!==0&&r.terms.length===0;e.test(n,de.EqualsConstraintComponent,{args:{equals:i},message:[e.factory.literal("Must have same values as {$equals}")],value:r.terms[0]&&e.focusNode.node([r.terms[0]])||e.focusNode})}}function W0(i){return e=>{const t=new wi(e.focusNode.out([i]).terms),r=new wi(e.values.terms),n=[...r].filter(a=>!t.has(a)),s=[...t].filter(a=>!r.has(a)),o=[...n,...s];for(const a of o)e.violation(de.EqualsConstraintComponent,{args:{equals:i},message:[e.factory.literal("Must have same values as {$equals}")],value:e.focusNode.node([a])});o.length===0&&e.debug(de.EqualsConstraintComponent,{args:{equals:i},message:[e.factory.literal("Must have same values as {$equals}")]})}}function G0(i){const e=i.ptr.out([de.lessThan]).term;return{property:K0(e)}}function K0(i){return e=>{const t=e.focusNode.out([i]).terms;for(const r of e.values)for(const n of t){const s=Ln(r.term,n);s===null||s>=0?e.violation(de.LessThanConstraintComponent,{args:{lessThan:i},message:[e.factory.literal("Value is not less than value of {$lessThan}")],value:r}):e.debug(de.LessThanConstraintComponent,{args:{lessThan:i},message:[e.factory.literal("Value is not less than value of {$lessThan}")],value:r})}}}function X0(i){const e=i.ptr.out([de.lessThanOrEquals]).term;return{property:Q0(e)}}function Q0(i){return e=>{const t=e.focusNode.out([i]).terms;for(const r of e.values)for(const n of t){const s=Ln(r.term,n);s===null||s>0?e.violation(de.LessThanOrEqualsConstraintComponent,{args:{lessThanOrEquals:i},message:[e.factory.literal("Value is not less than or equal to value of {$lessThanOrEquals}")],value:r}):e.debug(de.LessThanOrEqualsConstraintComponent,{args:{lessThanOrEquals:i},message:[e.factory.literal("Value is not less than or equal to value of {$lessThanOrEquals}")],value:r})}}}function J0(i){const e=i.ptr.out([de.maxExclusive]).term;return{generic:Y0(e)}}function Y0(i){return e=>{const t=Ln(e.valueOrNode.term,i);e.test(t!==null&&t<0,de.MaxExclusiveConstraintComponent,{args:{maxExclusive:i},message:[e.factory.literal("Value is not less than {$maxExclusive}")],value:e.valueOrNode})}}function Z0(i){const e=i.ptr.out([de.maxInclusive]).term;return{generic:ev(e)}}function ev(i){return e=>{const t=Ln(e.valueOrNode.term,i);e.test(t!==null&&t<=0,de.MaxInclusiveConstraintComponent,{args:{maxInclusive:i},message:[e.factory.literal("Value is not less than or equal to {$maxInclusive}")],value:e.valueOrNode})}}function tv(i){const e=i.ptr.out([de.minExclusive]).term;return{generic:iv(e)}}function iv(i){return e=>{const t=Ln(e.valueOrNode.term,i);e.test(t!==null&&t>0,de.MinExclusiveConstraintComponent,{args:{minExclusive:i},message:[e.factory.literal("Value is not greater than {$minExclusive}")],value:e.valueOrNode})}}function rv(i){const e=i.ptr.out([de.minInclusive]).term;return{generic:nv(e)}}function nv(i){return e=>{const t=Ln(e.valueOrNode.term,i);e.test(t!==null&&t>=0,de.MinInclusiveConstraintComponent,{args:{minInclusive:i},message:[e.factory.literal("Value is not greater than or equal to {$minInclusive}")],value:e.valueOrNode})}}function sv(i){const e=[...i.ptr.out([de.node])].map(t=>i.validator.shape(t));return{generic:ov(e)}}function ov(i){return async e=>{for(const t of i){const r=await t.validate(e.create({child:!0,focusNode:e.valueOrNode}));e.test(r.report.conforms,de.NodeConstraintComponent,{args:{node:t.ptr.term},message:[e.factory.literal("Value does not have shape {$node}")],results:r.report.results,value:e.valueOrNode})}}}function av(i){const e=[...i.ptr.out([de.property])].map(t=>i.validator.shape(t));return{generic:lv(e)}}function lv(i){return async e=>{const t=e.create({focusNode:e.valueOrNode});for(const r of i)await r.validate(t)}}function cv(i){const e=i.validator.shape(i.ptr.out([de.qualifiedValueShape])),t=i.ptr.out([de.qualifiedValueShapesDisjoint]).term,r=t?Ns.fromRdf(t):!1,n=i.ptr.out([de.qualifiedMaxCount]).term,s=n?parseInt(n.value):null,o=i.ptr.out([de.qualifiedMinCount]).term,a=o?parseInt(o.value):null;return{property:dv(e,r,s,a)}}function dv(i,e,t,r){return async n=>{const s=[];let o=[];e&&(o=new Set(n.shape.ptr.in([de.property]).out([de.property]).out([de.qualifiedValueShape]).filter(c=>!c.term.equals(i.ptr.term)).map(c=>n.shape.validator.shape(c))));const a=(await k0(n.values,async c=>{const l=(await i.validate(n.create({child:!0,focusNode:c}))).report;if(s.push(l.results),!l.conforms)return!1;if(o.length===0)return!0;if(n.options.debug||n.options.details){const d=await Zo([...o],async u=>(await u.validate(n.create({child:!0,focusNode:c}))).report);return s.push(d.flatMap(u=>u.results)),!d.every(u=>u.conforms)}else return!await S0([...o],async d=>(await d.validate(n.create({child:!0,focusNode:c}))).report.conforms)})).length;t!==null&&n.test(a<=t,de.QualifiedMaxCountConstraintComponent,{args:{qualifiedMaxCount:t,qualifiedValueShape:i.ptr.term,qualifiedValueShapesDisjoint:e},message:[n.factory.literal("More than {$qualifiedMaxCount} values have shape {$qualifiedValueShape}")],results:s.flat()}),r!==null&&n.test(a>=r,de.QualifiedMinCountConstraintComponent,{args:{qualifiedMinCount:r,qualifiedValueShape:i.ptr.term,qualifiedValueShapesDisjoint:e},message:[n.factory.literal("Less than {$qualifiedMinCount} values have shape {$qualifiedValueShape}")],results:s.flat()})}}function uv(i,e){return e?e.slice(0,i.length)===i:!1}function hv(i){const e=[...new Set([...i.ptr.out([de.languageIn]).list()].map(t=>t.value))];return{generic:fv(e)}}function fv(i){return e=>{const t=i.some(r=>uv(r,e.valueOrNode.term.language));e.test(t,de.LanguageInConstraintComponent,{args:{languageIn:i.join(", ")},message:[e.factory.literal("Language does not match any of {$languageIn}")],value:e.valueOrNode})}}function pv(i){const e=parseInt(i.ptr.out([de.maxLength]).value);return{generic:mv(e)}}function mv(i){return e=>{const t=e.valueOrNode.term.termType!=="BlankNode"&&e.valueOrNode.value.length<=i;e.test(t,de.MaxLengthConstraintComponent,{args:{maxLength:i},message:[e.factory.literal("Value has more than {$maxLength} characters")],value:e.valueOrNode})}}function gv(i){const e=parseInt(i.ptr.out([de.minLength]).value);return{generic:bv(e)}}function bv(i){return e=>{const t=e.valueOrNode.term.termType!=="BlankNode"&&e.valueOrNode.value.length>=i;e.test(t,de.MinLengthConstraintComponent,{args:{minLength:i},message:[e.factory.literal("Value has less than {$minLength} characters")],value:e.valueOrNode})}}function yv(i){const e=i.ptr.out([de.pattern]).value,t=i.ptr.out([de.flags]).value,r=new RegExp(e,t);return{generic:vv(e,t,r)}}function vv(i,e,t){return r=>{r.test(t.test(r.valueOrNode.term.value),de.PatternConstraintComponent,{args:{flags:e,pattern:i},message:[r.factory.literal('Value does not match pattern "{$pattern}"')],value:r.valueOrNode})}}function wv(i){const e=i.ptr.out([de.uniqueLang]).term;return e.value==="true"&&ud.boolean.equals(e.datatype)?{property:_v()}:null}function _v(){return i=>{const t=Object.entries(i.values.terms.reduce((r,n)=>(n.language&&(r[n.language]=(r[n.language]||0)+1),r),{})).filter(([,r])=>r>1);for(const[r]of t)i.violation(de.UniqueLangConstraintComponent,{args:{lang:r},message:[i.factory.literal('Language "{?lang}" used more than once')]});t.length===0&&i.debug(de.UniqueLangConstraintComponent)}}const So=ki("http://www.w3.org/ns/shacl#"),Wp=ki("https://schemas.link/shacl-next#");class En{constructor({results:e=[]}={}){this.results=e}get conforms(){return!this.results.some(e=>e.severity.equals(So.Info)||e.severity.equals(So.Violation)||e.severity.equals(So.Warning))}}function xv(i,e){return Object.entries(e).reduce((t,[r,n])=>(n&&n.termType&&(n=di(n)),t.replace(`{$${r}}`,n).replace(`{?${r}}`,n)),i)}class No{constructor({args:e={},factory:t,message:r=[],severity:n=So.Violation}={}){this.severity=n,this.message=r.map(s=>t.literal(xv(s.value,e),s.language||null))}}class fd{constructor({factory:e=dd}={}){this.factory=e}clone({factory:e}={}){return new fd({factory:e||this.factory})}validate(){return new En}validateSimple(){return!0}}class On extends fd{constructor({datatypes:e,factory:t}={}){super({factory:t}),this.datatypes=[];for(const r of Array.isArray(e)?e:[e])r&&this.datatypes.push(this.factory.fromTerm(r))}clone({factory:e}={}){return new On({datatypes:this.datatypes,factory:e||this.factory})}}class Ev{constructor({factory:e=dd,validations:t}={}){if(this.factory=e,this.validations=new Dn,t)for(const r of Object.values(t)){const n=r.clone({factory:this.factory});for(const s of n.datatypes)this.validations.set(s,n)}}validate(e){const t=this.validations.get(e.datatype);return t?t.validate(e):new En}validateSimple(e){const t=this.validations.get(e.datatype);return t?t.validateSimple(e):!0}}class lt extends On{constructor(e,t,{factory:r}={}){super({datatypes:t,factory:r}),this.message=[this.factory.literal("term value {$this} matches pattern {$pattern}")],this.patterns=Array.isArray(e)?e:[e]}clone({factory:e}={}){return new lt(this.patterns,this.datatypes,{factory:e||this.factory})}validate(e){const t=this.patterns.map(r=>{let n;r.test(e.value)&&(n=Wp.Debug);const s={pattern:this.factory.literal(r.toString()),this:e};return new No({args:s,factory:this.factory,message:this.message,severity:n})});return new En({results:t})}validateSimple(e){return this.patterns.every(t=>t.test(e.value))}}const Sv=/^([-+]?[0-9]+)$/;class Yt extends lt{constructor(e=null,t=null,r,{factory:n}={}){super(Sv,r,{factory:n}),this.maxInclusive=null,this.minInclusive=null,typeof t=="string"&&(this.maxInclusive=BigInt(t)),typeof e=="string"&&(this.minInclusive=BigInt(e))}clone({factory:e}={}){return new Yt(this.minInclusive?.toString(),this.maxInclusive?.toString(),this.datatypes,{factory:e||this.factory})}validate(e){const t=super.validate(e).results;if(!Wp.Debug.equals(t[0].severity))return new En({results:t});const r=BigInt(e.value);if(this.minInclusive!==null&&r<this.minInclusive){const n=`term value "${e.value}" is less than "${this.minInclusive.toString()}"`,s=[this.factory.literal(n)];t.push(new No({factory:this.factory,message:s}))}if(this.maxInclusive!==null&&r>this.maxInclusive){const n=`term value "${e.value}" is greater than "${this.maxInclusive.toString()}"`,s=[this.factory.literal(n)];t.push(new No({factory:this.factory,message:s}))}return new En({results:t})}validateSimple(e){if(!super.validateSimple(e))return!1;const t=BigInt(e.value);return!(this.minInclusive!==null&&t<this.minInclusive||this.maxInclusive!==null&&t>this.maxInclusive)}}class pd extends On{constructor(e,t,{factory:r}={}){super({datatypes:t,factory:r}),this.values=new Set(e)}clone({factory:e}={}){return new pd(this.values,this.datatypes,{factory:e||this.factory})}validate(e){const t=[];if(!this.values.has(e.value)){const r=`term value "${e.value}" is not included in the list: ${[...this.values].join(",")}`,n=[this.factory.literal(r)];t.push(new No({factory:this.factory,message:n}))}return new En({results:t})}validateSimple(e){return this.values.has(e.value)}}const We={xsd:ki("http://www.w3.org/2001/XMLSchema#")},kv=new On({datatypes:We.xsd.anySimpleType}),Rv=new On({datatypes:We.xsd.anyAtomicType}),ea=/^([^\ud8ff-\udfff\ufffe-\uffff]*)$/,Iv=/^((\+|-)?([0-9]+(\.[0-9]*)?|\.[0-9]+))$/,Gp=/^((\+|-)?([0-9]+(\.[0-9]*)?|\.[0-9]+)([Ee](\+|-)?[0-9]+)?|(\+|-)?INF|NaN)$/,md=/^(-?P((([0-9]+Y([0-9]+M)?([0-9]+D)?|([0-9]+M)([0-9]+D)?|([0-9]+D))(T(([0-9]+H)([0-9]+M)?([0-9]+(\.[0-9]+)?S)?|([0-9]+M)([0-9]+(\.[0-9]+)?S)?|([0-9]+(\.[0-9]+)?S)))?)|(T(([0-9]+H)([0-9]+M)?([0-9]+(\.[0-9]+)?S)?|([0-9]+M)([0-9]+(\.[0-9]+)?S)?|([0-9]+(\.[0-9]+)?S)))))$/,Kp=/^(-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])T(([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](\.[0-9]+)?|(24:00:00(\.0+)?))(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?)$/,Tv=/^((([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](\.[0-9]+)?|(24:00:00(\.0+)?))(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?)$/,Cv=/^(-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?)$/,$v=/^(-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?)$/,Av=/^(-?([1-9][0-9]{3,}|0[0-9]{3})(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?)$/,Nv=/^(--(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?)$/,Dv=/^(---(0[1-9]|[12][0-9]|3[01])(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?)$/,Lv=/^(--(0[1-9]|1[0-2])(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?)$/,Ov=/^(([0-9a-fA-F]{2})*)$/,Pv=/^(((([A-Za-z0-9+/] ?){4})*(([A-Za-z0-9+/] ?){3}[A-Za-z0-9+/]|([A-Za-z0-9+/] ?){2}[AEIMQUYcgkosw048] ?=|[A-Za-z0-9+/] ?[AQgw] ?= ?=))?)$/,Mv=new lt(ea,We.xsd.string),Fv=new pd(["1","true","0","false"],We.xsd.boolean),jv=new lt(Iv,We.xsd.decimal),Bv=new lt(Gp,We.xsd.float),qv=new lt(Gp,We.xsd.double),Uv=new lt(md,We.xsd.duration),Vv=new lt(Kp,We.xsd.dateTime),zv=new lt(Tv,We.xsd.time),Hv=new lt(Cv,We.xsd.date),Wv=new lt($v,We.xsd.gYearMonth),Gv=new lt(Av,We.xsd.gYear),Kv=new lt(Nv,We.xsd.gMonthDay),Xv=new lt(Dv,We.xsd.gDay),Qv=new lt(Lv,We.xsd.gMonth),Jv=new lt(Ov,We.xsd.hexBinary),Yv=new lt(Pv,We.xsd.base64Binary),Zv=new lt(ea,We.xsd.anyURI),Xp=/^([^\u000d\u000a\u0009]*)$/,ew=/^([^ ]+( [^ ]+)*)*$/,tw=/^([a-zA-Z]{1,8}(-[a-zA-Z0-9]{1,8})*)$/,iw=/^([^DT]*)$/,rw=/^([^YM]*[DT].*)$/,nw=/^(.*(Z|(\+|-)[0-9][0-9]:[0-9][0-9]))$/,sw=new lt([ea,Xp],We.xsd.normalizedString),ow=new lt([ea,Xp,ew],We.xsd.token),aw=new lt(tw,We.xsd.language),lw=new Yt(null,null,We.xsd.integer),cw=new Yt(null,"0",We.xsd.nonPositiveInteger),dw=new Yt(null,"-1",We.xsd.negativeInteger),uw=new Yt("-9223372036854775808","9223372036854775807",We.xsd.long),hw=new Yt("-2147483648","2147483647",We.xsd.int),fw=new Yt("-32768","32767",We.xsd.short),pw=new Yt("-128","127",We.xsd.byte),mw=new Yt("0",null,We.xsd.nonNegativeInteger),gw=new Yt("0","18446744073709551615",We.xsd.unsignedLong),bw=new Yt("0","4294967295",We.xsd.unsignedInt),yw=new Yt("0","65535",We.xsd.unsignedShort),vw=new Yt("0","255",We.xsd.unsignedByte),ww=new Yt("1",null,We.xsd.positiveInteger),_w=new lt([md,iw],We.xsd.yearMonthDuration),xw=new lt([md,rw],We.xsd.dayTimeDuration),Ew=new lt([Kp,nw],We.xsd.dateTimeStamp),Sw=Object.freeze(Object.defineProperty({__proto__:null,anyAtomicType:Rv,anySimpleType:kv,anyURI:Zv,base64Binary:Yv,boolean:Fv,byte:pw,date:Hv,dateTime:Vv,dateTimeStamp:Ew,dayTimeDuration:xw,decimal:jv,double:qv,duration:Uv,float:Bv,gDay:Xv,gMonth:Qv,gMonthDay:Kv,gYear:Gv,gYearMonth:Wv,hexBinary:Jv,int:hw,integer:lw,language:aw,long:uw,negativeInteger:dw,nonNegativeInteger:mw,nonPositiveInteger:cw,normalizedString:sw,positiveInteger:ww,short:fw,string:Mv,time:zv,token:ow,unsignedByte:vw,unsignedInt:bw,unsignedLong:gw,unsignedShort:yw,yearMonthDuration:_w},Symbol.toStringTag,{value:"Module"}));class kw extends Ev{constructor({factory:e}={}){super({factory:e,validations:{...Sw}})}}const Rw=new Dn([[de.BlankNode,new Set(["BlankNode"])],[de.BlankNodeOrIRI,new Set(["BlankNode","NamedNode"])],[de.BlankNodeOrLiteral,new Set(["BlankNode","Literal"])],[de.IRI,new Set(["NamedNode"])],[de.IRIOrLiteral,new Set(["NamedNode","Literal"])],[de.Literal,new Set(["Literal"])]]);function Iw(i){const e=i.ptr.out([de.class]).map(t=>hc(t));return{generic:Tw(e)}}function Tw(i){return e=>{const t=new wi(e.valueOrNode.out([Qr.type]).terms);for(const r of i){const n=[...t].some(s=>r.has(s));e.test(n,de.ClassConstraintComponent,{value:e.valueOrNode})}}}function Cw(i){const e=i.ptr.out([de.datatype]).term,t=new kw;return{generic:$w(e,t)}}function $w(i,e){return t=>{const r=i.equals(t.valueOrNode.term.datatype)&&e.validateSimple(t.valueOrNode.term);t.test(r,de.DatatypeConstraintComponent,{args:{datatype:i},message:[t.factory.literal("Value does not have datatype {$datatype}")],value:t.valueOrNode})}}function Aw(i){const e=i.ptr.out([de.nodeKind]).term,t=Rw.get(e);return{generic:Nw(e,t)}}function Nw(i,e){return t=>{t.test(e.has(t.valueOrNode.term.termType),de.NodeKindConstraintComponent,{args:{nodeKind:i},message:[t.factory.literal("Value does not have node kind {$nodeKind}")],value:t.valueOrNode})}}const Dw=new Dn([[de.maxCount,w0],[de.minCount,x0],[de.and,I0],[de.not,C0],[de.or,A0],[de.xone,D0],[de.closed,O0],[de.hasValue,M0],[de.in,B0],[de.disjoint,U0],[de.equals,z0],[de.lessThan,G0],[de.lessThanOrEquals,X0],[de.maxExclusive,J0],[de.maxInclusive,Z0],[de.minExclusive,tv],[de.minInclusive,rv],[de.node,sv],[de.property,av],[de.qualifiedValueShape,cv],[de.languageIn,hv],[de.maxLength,pv],[de.minLength,gv],[de.pattern,yv],[de.uniqueLang,wv],[de.class,Iw],[de.datatype,Cw],[de.nodeKind,Aw]]);class Lw{constructor(e,{factory:t,...r}){if(this.factory=t,this.options=r,this.registry=new l0(Dw),this.shapesPtr=new Ao({dataset:e,factory:t}),this.shapes=new Dn,this.options.coverage&&(this.options.debug=!0,this.options.details=!0,this.options.trace=!0),this.options.validations)for(const[s,o]of this.options.validations)this.registry.validations.set(s,o);const n=[...this.shapesPtr.hasOut([de.targetClass]),...this.shapesPtr.hasOut([de.targetNode]),...this.shapesPtr.hasOut([de.targetObjectsOf]),...this.shapesPtr.hasOut([de.targetSubjectsOf]),...this.shapesPtr.hasOut([Qr.type],[de.NodeShape]),...this.shapesPtr.hasOut([Qr.type],[de.PropertyShape])];for(const s of n)this.shape(s)}shape(e){if(!e.term)return null;let t=this.shapes.get(e.term);return t||(t=new v0(e,{validator:this}),this.shapes.set(e.term,t)),t}async validate(e,t){const r=new Ao({...e,factory:this.factory}),n=new hd({factory:this.factory,focusNode:r,options:this.options,validator:this});t?t=t.map(s=>this.shape(this.shapesPtr.node(s.terms))):t=this.shapes.values();for(const s of t){const o=n.create({shape:s});let a;r.isAny()?a=s.resolveTargets(o):a=r;for(const c of a)await s.validate(o.create({focusNode:c}))}return n.report}}let Ow=class extends HTMLElement{constructor(e){super(),this.shape=null,this.attachShadow({mode:"open"}),this.form=document.createElement("form"),this.config=new zh(e,this.form),this.form.addEventListener("change",t=>{t.stopPropagation(),this.config.editMode&&this.validate(!0).then(r=>{this.dispatchEvent(new CustomEvent("change",{bubbles:!0,cancelable:!1,composed:!0,detail:{valid:r.conforms,report:r}}))}).catch(r=>{console.warn(r)})})}static get observedAttributes(){return zh.dataAttributes()}connectedCallback(){this.shadowRoot.prepend(this.form)}attributeChangedCallback(){this.config.updateAttributes(this),this.initialize()}initialize(){clearTimeout(this.initDebounceTimeout),this.setAttribute("loading",""),this.form.replaceChildren(document.createTextNode(this.config.attributes.loading)),this.initDebounceTimeout=setTimeout(async()=>{try{await this.config.loader.loadGraphs(),this.form.replaceChildren(),this.config.renderedNodes.clear();const e=this.findRootShaclShapeSubject();if(e){this.form.classList.forEach(r=>{this.form.classList.remove(r)}),this.form.classList.toggle("mode-edit",this.config.editMode),this.form.classList.toggle("mode-view",!this.config.editMode),this.config.theme.apply(this.form);const t=[this.config.theme.stylesheet];for(const r of Cg())r.stylesheet&&t.push(r.stylesheet);if(this.shadowRoot.adoptedStyleSheets=t,this.shape=new _r(e,this.config,this.config.attributes.valuesSubject?ze.namedNode(this.config.attributes.valuesSubject):void 0),this.form.appendChild(this.shape),this.config.editMode){if(this.config.attributes.submitButton!==null){const r=this.config.theme.createButton(this.config.attributes.submitButton||"Submit",!0);r.addEventListener("click",n=>{n.preventDefault(),this.form.reportValidity()&&this.validate().then(s=>{if(s?.conforms)this.dispatchEvent(new Event("submit",{bubbles:!0,cancelable:!0}));else{let o=this.form.querySelector(":scope .invalid > .editor");o?o.focus():this.form.querySelector(":scope .invalid")?.scrollIntoView()}})}),this.form.appendChild(r)}this.config.attributes.valuesSubject&&this.removeFromDataGraph(ze.namedNode(this.config.attributes.valuesSubject)),await this.validate(!0)}}else if(this.config.store.countQuads(null,null,null,ys)>0)throw new Error("shacl root node shape not found")}catch(e){console.error(e);const t=document.createElement("div");t.innerText=String(e),this.form.replaceChildren(t)}this.removeAttribute("loading")},200)}serialize(e="text/turtle",t=this.toRDF()){const r=t.getQuads(null,null,null,null);return kg(r,e,this.config.prefixes)}toRDF(e=new jt){return this.shape?.toRDF(e),e}registerPlugin(e){Tg(e),this.initialize()}setTheme(e){this.config.theme=e,this.initialize()}setClassInstanceProvider(e){this.config.classInstanceProvider=e,this.initialize()}async validate(e=!1){for(const t of this.form.querySelectorAll(":scope .validation-error"))t.remove();for(const t of this.form.querySelectorAll(":scope .property-instance"))t.classList.remove("invalid"),t.querySelector(":scope > .editor")?.value?t.classList.add("valid"):t.classList.remove("valid");this.config.store.deleteGraph(this.config.valuesGraphId||""),this.shape&&(this.shape.toRDF(this.config.store),this.config.store.add(new Uo(this.shape.shaclSubject,ze.namedNode(Oe+"targetNode"),this.shape.nodeId,this.config.valuesGraphId)));try{const t=this.config.store,r=await new Lw(t,{details:!0,factory:ze}).validate({dataset:t});for(const n of r.results)if(n.focusNode?.ptrs?.length)for(const s of n.focusNode.ptrs){const o=s._term;if(n.path?.length){const a=n.path[0].predicates[0];let c=this.form.querySelectorAll(`
391
+ `}function Iy(){return""}function jp(i){return"<"+i.value+">"}const Ty=/["\\\\\n\r]/,Cy=/["\\\\\n\r]/g,$y={'"':'\\"',"\\":"\\\\","\n":"\\n","\r":"\\r"};function Ay(i){return $y[i]}function Ny(i){return Ty.test(i)?i.replace(Cy,Ay):i}function Dy(i){const e=Ny(i.value);return i.datatype.value==="http://www.w3.org/2001/XMLSchema#string"?'"'+e+'"':i.datatype.value==="http://www.w3.org/1999/02/22-rdf-syntax-ns#langString"?'"'+e+'"@'+i.language:'"'+e+'"^^'+jp(i.datatype)}function Ly(i,e){const t=e(i.subject),r=e(i.predicate),n=e(i.object),s=e(i.graph);return`${t} ${r} ${n} ${s?s+" ":""}.`}function Oy(i){return"?"+i.value}function di(i){if(!i)return null;if(i.termType==="BlankNode")return ky(i);if(i.termType==="DefaultGraph")return Iy();if(i.termType==="Literal")return Dy(i);if(i.termType==="NamedNode")return jp(i);if(i.termType==="Quad"||i.subject&&i.predicate&&i.object&&i.graph)return Ly(i,di);if(i.termType==="Variable")return Oy(i);if(i[Symbol.iterator])return Ry(i,di);throw new Error(`unknown termType ${i.termType}`)}class Dn{constructor(e){if(this.index=new Map,e)for(const[t,r]of e)this.set(t,r)}get size(){return this.index.size}clear(){this.index.clear()}delete(e){return this.index.delete(di(e))}*entries(){for(const[,{term:e,value:t}]of this.index)yield[e,t]}forEach(e,t){for(const r of this.entries())e.call(t,r[1],r[0],this)}get(e){const t=this.index.get(di(e));return t&&t.value}has(e){return this.index.has(di(e))}*keys(){for(const[,{term:e}]of this.index)yield e}set(e,t){const r=di(e);return this.index.set(r,{term:e,value:t}),this}*values(){for(const[,{value:e}]of this.index)yield e}[Symbol.iterator](){return this.entries()[Symbol.iterator]()}}class Hh{constructor({dataset:e,end:t,quad:r,start:n}){this.dataset=e,this.end=t,this.quad=r,this.start=n}get term(){return this.quad[this.end]}get graph(){return this.quad.graph}get startTerm(){return this.quad[this.start]}}function Wh(i){try{return di(i)}catch{return null}}class wi{constructor(e){if(this.index=new Map,e)for(const t of e)this.add(t)}get size(){return this.index.size}add(e){const t=di(e);return this.index.has(t)||this.index.set(t,e),this}clear(){this.index.clear()}delete(e){return e?this.index.delete(Wh(e)):!1}entries(){return this.values().entries()}forEach(e,t){return this.values().forEach(e,t)}has(e){return e?this.index.has(Wh(e)):!1}values(){return new Set(this.index.values())}keys(){return this.values()}[Symbol.iterator](){return this.index.values()}}class Bp{constructor(e){this.value=e}equals(e){return!!e&&e.termType===this.termType&&e.value===this.value}}Bp.prototype.termType="BlankNode";class ld{equals(e){return!!e&&e.termType===this.termType}}ld.prototype.termType="DefaultGraph";ld.prototype.value="";function Gh(i,e){if(!e)return null;if(e.termType==="BlankNode")return i.blankNode(e.value);if(e.termType==="DefaultGraph")return i.defaultGraph();if(e.termType==="Literal")return i.literal(e.value,e.language||i.namedNode(e.datatype.value));if(e.termType==="NamedNode")return i.namedNode(e.value);if(e.termType==="Quad"){const t=i.fromTerm(e.subject),r=i.fromTerm(e.predicate),n=i.fromTerm(e.object),s=i.fromTerm(e.graph);return i.quad(t,r,n,s)}if(e.termType==="Variable")return i.variable(e.value);throw new Error(`unknown termType ${e.termType}`)}class Eo{constructor(e,t,r,n=""){this.value=e,this.language=t,this.datatype=r,this.direction=n}equals(e){return!!e&&e.termType===this.termType&&e.value===this.value&&e.language===this.language&&e.datatype.equals(this.datatype)&&(e.direction||"")===this.direction}}Eo.prototype.termType="Literal";class zs{constructor(e){this.value=e}equals(e){return!!e&&e.termType===this.termType&&e.value===this.value}}zs.prototype.termType="NamedNode";class cd{constructor(e,t,r,n){this.subject=e,this.predicate=t,this.object=r,this.graph=n}equals(e){return!!e&&(e.termType==="Quad"||!e.termType)&&e.subject.equals(this.subject)&&e.predicate.equals(this.predicate)&&e.object.equals(this.object)&&e.graph.equals(this.graph)}}cd.prototype.termType="Quad";cd.prototype.value="";class qp{constructor(e){this.value=e}equals(e){return!!e&&e.termType===this.termType&&e.value===this.value}}qp.prototype.termType="Variable";const Py=new zs("http://www.w3.org/1999/02/22-rdf-syntax-ns#dirLangString"),Kh=new zs("http://www.w3.org/1999/02/22-rdf-syntax-ns#langString"),My=new zs("http://www.w3.org/2001/XMLSchema#string");class Up{constructor(){this.init()}init(){this._data={blankNodeCounter:0,defaultGraph:new ld}}namedNode(e){return new zs(e)}blankNode(e){return e=e||"b"+ ++this._data.blankNodeCounter,new Bp(e)}literal(e,t){return typeof t=="string"?new Eo(e,t,Kh):typeof t?.language=="string"?new Eo(e,t.language,t.direction?Py:Kh,t.direction):new Eo(e,"",t||My)}variable(e){return new qp(e)}defaultGraph(){return this._data.defaultGraph}quad(e,t,r,n=this.defaultGraph()){return new cd(e,t,r,n)}fromTerm(e){return Gh(this,e)}fromQuad(e){return Gh(this,e)}}Up.exports=["blankNode","defaultGraph","fromQuad","fromTerm","literal","namedNode","quad","variable"];const dd=new Up,Fy={apply:(i,e,t)=>i(t[0]),get:(i,e)=>i(e)};function ki(i,{factory:e=dd}={}){const t=(r="")=>e.namedNode(`${i}${r.raw||r}`);return typeof Proxy>"u"?t:new Proxy(t,Fy)}ki("http://www.w3.org/2001/XMLSchema#");const Pi=ki("http://www.w3.org/1999/02/22-rdf-syntax-ns#");ki("http://www.w3.org/2000/01/rdf-schema#");class rt{static add({ptr:e,start:t,end:r,subjects:n=[null],predicates:s=[null],objects:o=[null],graphs:a,callback:c}={}){if(!e.factory)throw new Error("add operation requires a factory");let l=()=>{};c&&(l=d=>{c(new Hh({dataset:e.dataset,start:t,end:r,quad:d}))});for(const d of n)for(const u of s)for(const m of o)for(const g of a){const v={subject:d,predicate:u,object:m,graph:g};v[t]=e.term;const _=e.factory.quad(v.subject,v.predicate,v.object,v.graph);e.dataset.add(_),l(_)}return e}static addList({ptr:e,predicates:t,items:r,graphs:n}){if(e.isAny())throw new Error("can't attach a list to an any ptr");for(const s of t)for(const o of n){const a=r.map(()=>e.factory.blankNode());e.dataset.add(e.factory.quad(e.term,s,a[0]||Pi.nil,o));for(let c=0;c<a.length;c++)e.dataset.add(e.factory.quad(a[c],Pi.first,r[c],o)),e.dataset.add(e.factory.quad(a[c],Pi.rest,a[c+1]||Pi.nil,o))}return e}static delete({ptr:e,start:t,subjects:r=[null],predicates:n=[null],objects:s=[null]}){for(const o of r)for(const a of n)for(const c of s){const l={subject:o,predicate:a,object:c};l[t]=e.term;const d=e.dataset.match(l.subject,l.predicate,l.object);for(const u of d)e.dataset.delete(u)}return e}static deleteList({ptr:e,predicates:t}){const r=[];for(const n of t)for(const s of e.dataset.match(e.term,n)){let o=s.object;for(r.push(s);!Pi.nil.equals(o);){o=r[r.length-1].object;const a=e.dataset.match(o);if(a.size===0)break;for(const c of a)r.push(c)}}for(const n of r)e.dataset.delete(n);return e}static execute({ptr:e,operation:t="traverse",quantifier:r,start:n,end:s,subjects:o,predicates:a,objects:c,graphs:l,items:d,callback:u}={}){if(t==="add")return rt.add({ptr:e,start:n,end:s,subjects:o,predicates:a,objects:c,graphs:l,callback:u});if(t==="addList")return rt.addList({ptr:e,predicates:a,items:d,graphs:l});if(t==="delete")return rt.delete({ptr:e,start:n,subjects:o,predicates:a,objects:c});if(t==="deleteList")return rt.deleteList({ptr:e,predicates:a});if(t==="isList")return rt.isList({ptr:e});if(t==="list")return rt.list({ptr:e});if(t==="traverse")return rt.traverse({ptr:e,quantifier:r,start:n,end:s,subjects:o,predicates:a,objects:c,graphs:l});throw new Error(`unknown operation ${t}`)}static isList({ptr:e}){return e.isAny()?!1:!!(Pi.nil.equals(e.term)||rt.traverse({ptr:e,predicates:[Pi.first]}).length===1)}static list({ptr:e}){if(e.isList())return{*[Symbol.iterator](){for(;e&&!e.term.equals(Pi.nil);){const t=e.out([Pi.first]);if(t.length!==1)throw new Error(`Invalid list: rdf:first count not equals one on ${e.value}`);const r=e.out([Pi.rest]);if(r.length!==1)throw new Error(`Invalid list: rdf:rest count not equals one on ${e.value}`);yield t[0],e=r[0]}}}}static traverse({ptr:e,quantifier:t="one",start:r="subject",end:n="object",subjects:s=[null],predicates:o=[null],objects:a=[null],graphs:c=[null],callback:l}){if(t==="one")return rt.traverseOne({ptr:e,start:r,end:n,subjects:s,predicates:o,objects:a,graphs:c,callback:l});if(t==="oneOrMore"){const d=rt.traverse({ptr:e,end:n,start:r,subjects:s,predicates:o,objects:a,graphs:c,callback:l});return rt.traverseMore({ptrs:d,end:n,start:r,subjects:s,predicates:o,objects:a,graphs:c,callback:l})}if(t==="zeroOrMore")return rt.traverseMore({ptrs:[e],end:n,start:r,subjects:s,predicates:o,objects:a,graphs:c,callback:l});if(t==="zeroOrOne")return[e,...rt.traverse({ptr:e,end:n,start:r,subjects:s,predicates:o,objects:a,graphs:c,callback:l})];throw new Error(`unknown quantifier ${t}`)}static traverseMore({ptrs:e,end:t,start:r,subjects:n,predicates:s,objects:o,graphs:a,callback:c}={}){let l=[...e],d,u;do{d=[];for(const m of e)d=[...d,...rt.traverseOne({ptr:m,end:t,start:r,subjects:n,predicates:s,objects:o,graphs:a,callback:c})];u&&(d=d.filter(m=>!u.has(m.term))),e=d,l=[...l,...d],u=new wi(l.map(m=>m.term))}while(d.length>0);return l}static traverseOne({ptr:e,start:t,end:r,subjects:n,predicates:s,objects:o,graphs:a,callback:c=(l,d)=>d.extend(l)}={}){const l=[];for(const d of n)for(const u of s)for(const m of o)for(const g of a){const v={subject:d,predicate:u,object:m,graph:g};v[t]=e.term;for(const _ of e.dataset.match(v.subject,v.predicate,v.object,v.graph))l.push(c(new Hh({dataset:e.dataset,end:r,quad:_,start:t}),e))}return l}}function Xh(i,e){return e?t=>e(i.extend(t)):()=>{}}class Qh{constructor({dataset:e,edges:t=[],factory:r,graph:n,term:s}){if(!e&&t.length===0)throw new Error("dataset or edges is required");if(t.length===0&&typeof s>"u")throw new Error("edges or term must be given");if(t.length>0&&s)throw new Error("edges or term must be given");this.dataset=e||t[t.length-1].dataset,this.edges=t,this.factory=r,this._graph=n,t.length===0&&(this._term=s)}get edge(){return this.edges[this.edges.length-1]}get graph(){return typeof this._graph=="object"?this._graph:this.edge&&this.edge.graph}get length(){return this._term!==void 0?1:this.edges.length+1}get startTerm(){return this._term||this.edges[0].startTerm}get term(){return this._term!==void 0?this._term:this.edge.term}get value(){const e=this.term;return e===null?void 0:e.value}addIn(e,t,r){return rt.add({ptr:this,start:"object",end:"subject",subjects:t,predicates:e,graphs:[this.graph||this.factory.defaultGraph()],callback:Xh(this,r)})}addList(e,t){return rt.addList({ptr:this,predicates:e,graphs:[this.graph||this.factory.defaultGraph()],items:t})}addOut(e,t,r){return rt.add({ptr:this,start:"subject",end:"object",predicates:e,objects:t,graphs:[this.graph||this.factory.defaultGraph()],callback:Xh(this,r)})}deleteIn(e,t){return rt.delete({ptr:this,start:"object",subjects:t,predicates:e})}deleteList(e){return rt.deleteList({ptr:this,predicates:e})}deleteOut(e,t){return rt.delete({ptr:this,start:"subject",predicates:e,objects:t})}execute({operation:e,quantifier:t,start:r,end:n,subjects:s,predicates:o,objects:a,graphs:c,items:l,callback:d}){return rt.execute({ptr:this,operation:e,quantifier:t,start:r,end:n,subjects:s,predicates:o,objects:a,graphs:c,items:l,callback:d})}extend(e){return new this.constructor({dataset:this.dataset,edges:[...this.edges,e],factory:this.factory,graph:this._graph})}hasIn(e,t){return rt.traverse({ptr:this,start:"object",end:"object",subjects:t,predicates:e,graphs:[this.graph]})}hasOut(e,t){return rt.traverse({ptr:this,start:"subject",end:"subject",predicates:e,objects:t,graphs:[this.graph]})}in(e,t){return rt.traverse({ptr:this,start:"object",end:"subject",subjects:t,predicates:e,graphs:[this.graph]})}isAny(){return!this.term}isList(){return rt.isList({ptr:this})}list(){return rt.list({ptr:this})}*nodes(){for(let e=0;e<this.length;e++)this._term!==void 0?yield{dataset:this.dataset,term:this._term}:this.edges.length>e?yield{dataset:this.edges[e].dataset,term:this.edges[e].startTerm}:this.edges.length===e&&(yield{dataset:this.edges[e-1].dataset,term:this.edges[e-1].term})}out(e,t){return rt.traverse({ptr:this,predicates:e,objects:t,graphs:[this.graph]})}*quads(){for(const{quad:e}of this.edges)yield e}trim(){return new this.constructor({dataset:this.dataset,factory:this.factory,graph:this.graph,term:this.term})}}function Jh(i,e){return i?i.equals(e):i===e}function jy(i,e){return!(i.dataset!==e.dataset||!Jh(i.graph,e.graph)||!Jh(i.term,e.term))}function Yh(i,e){return e?t=>e(new i.constructor({factory:i.factory,ptrs:[t]})):()=>{}}class Ao{constructor({dataset:e,factory:t,ptrs:r,terms:n,graphs:s}){if(this.factory=t,r)this.ptrs=[...r];else{this.ptrs=[];for(const o of n||[null])for(const a of s||[null])this.ptrs.push(new Qh({dataset:e,factory:t,graph:a,term:o}))}}get dataset(){const e=new Set(this.datasets);return e.size!==1?null:e[Symbol.iterator]().next().value}get datasets(){return this.ptrs.map(e=>e.dataset)}get term(){const e=new wi(this.terms);if(e.size===1)return e[Symbol.iterator]().next().value}get terms(){return this.ptrs.map(e=>e.term)}get value(){const e=this.term;return e?.value}get values(){return this.ptrs.map(e=>e.value)}addIn(e,t,r){const n=Yh(this,r);for(const s of this.ptrs)s.addIn(e,t,n);return this}addList(e,t){if(this.isAny())throw new Error("can't attach a list to an any ptr");for(const r of this.ptrs)r.addList(e,t);return this}addOut(e,t,r){const n=Yh(this,r);for(const s of this.ptrs)s.addOut(e,t,n);return this}clone(e){return new this.constructor({factory:this.factory,ptrs:this.ptrs,...e})}deleteIn(e,t){for(const r of this.ptrs)r.deleteIn(e,t);return this}deleteList(e){for(const t of this.ptrs)t.deleteList(e);return this}deleteOut(e,t){for(const r of this.ptrs)r.deleteOut(e,t);return this}distinct(){const e=this.ptrs.reduce((t,r)=>(t.some(n=>jy(n,r))||t.push(r.trim()),t),[]);return this.clone({ptrs:e})}execute(e){return this.clone({ptrs:this.ptrs.flatMap(t=>t.execute(e))})}executeAll(e){let t=this;for(const r of e)t=t.execute(r);return t}filter(e){return this.clone({ptrs:[...this].filter(e).map(t=>t.ptrs[0])})}hasIn(e,t){return this.clone({ptrs:this.ptrs.flatMap(r=>r.hasIn(e,t))})}hasOut(e,t){return this.clone({ptrs:this.ptrs.flatMap(r=>r.hasOut(e,t))})}in(e,t){return this.clone({ptrs:this.ptrs.flatMap(r=>r.in(e,t))})}isAny(){return this.ptrs.length>0&&this.ptrs.some(e=>e.isAny())}isList(){return this.ptrs.length!==1?!1:this.ptrs[0].isList()}list(){if(!this.isList())return;const e=this.ptrs[0].list(),t=this;return function*(){for(const r of e)yield t.clone({ptrs:[r]})}()}map(e){return[...this].map(e)}node(e){const t=this.dataset,r=[...e].map(n=>new Qh({dataset:t,factory:this.factory,term:n}));return this.clone({ptrs:r})}out(e,t){return this.clone({ptrs:this.ptrs.flatMap(r=>r.out(e,t))})}*quads(){for(const{edges:e}of this.ptrs)for(const{quad:t}of e)yield t}trim(){return this.clone({ptrs:this.ptrs.map(e=>e.trim())})}*[Symbol.iterator](){for(const e of this.ptrs)yield this.clone({ptrs:[e]})}}ki("http://www.w3.org/2002/07/owl#");const Qr=ki("http://www.w3.org/1999/02/22-rdf-syntax-ns#"),By=ki("http://www.w3.org/2000/01/rdf-schema#"),de=ki("http://www.w3.org/ns/shacl#"),dc=ki("https://schemas.link/shacl-next#"),ud=ki("http://www.w3.org/2001/XMLSchema#");function qy(i){return i?`{${[...i.quads()].map(e=>di(e)).join(" ")}}`:"{}"}function Uy(i){return i?`{${i.map(e=>qy(e)).join(" ")}}`:"{}"}var Al,Zh;function Vy(){if(Zh)return Al;Zh=1;var i=/\s/;function e(t){for(var r=t.length;r--&&i.test(t.charAt(r)););return r}return Al=e,Al}var Nl,ef;function zy(){if(ef)return Nl;ef=1;var i=Vy(),e=/^\s+/;function t(r){return r&&r.slice(0,i(r)+1).replace(e,"")}return Nl=t,Nl}var Dl,tf;function Hy(){if(tf)return Dl;tf=1;function i(e){var t=typeof e;return e!=null&&(t=="object"||t=="function")}return Dl=i,Dl}var Ll,rf;function Wy(){if(rf)return Ll;rf=1;var i=typeof un=="object"&&un&&un.Object===Object&&un;return Ll=i,Ll}var Ol,nf;function Gy(){if(nf)return Ol;nf=1;var i=Wy(),e=typeof self=="object"&&self&&self.Object===Object&&self,t=i||e||Function("return this")();return Ol=t,Ol}var Pl,sf;function Vp(){if(sf)return Pl;sf=1;var i=Gy(),e=i.Symbol;return Pl=e,Pl}var Ml,of;function Ky(){if(of)return Ml;of=1;var i=Vp(),e=Object.prototype,t=e.hasOwnProperty,r=e.toString,n=i?i.toStringTag:void 0;function s(o){var a=t.call(o,n),c=o[n];try{o[n]=void 0;var l=!0}catch{}var d=r.call(o);return l&&(a?o[n]=c:delete o[n]),d}return Ml=s,Ml}var Fl,af;function Xy(){if(af)return Fl;af=1;var i=Object.prototype,e=i.toString;function t(r){return e.call(r)}return Fl=t,Fl}var jl,lf;function Qy(){if(lf)return jl;lf=1;var i=Vp(),e=Ky(),t=Xy(),r="[object Null]",n="[object Undefined]",s=i?i.toStringTag:void 0;function o(a){return a==null?a===void 0?n:r:s&&s in Object(a)?e(a):t(a)}return jl=o,jl}var Bl,cf;function Jy(){if(cf)return Bl;cf=1;function i(e){return e!=null&&typeof e=="object"}return Bl=i,Bl}var ql,df;function Yy(){if(df)return ql;df=1;var i=Qy(),e=Jy(),t="[object Symbol]";function r(n){return typeof n=="symbol"||e(n)&&i(n)==t}return ql=r,ql}var Ul,uf;function Zy(){if(uf)return Ul;uf=1;var i=zy(),e=Hy(),t=Yy(),r=NaN,n=/^[-+]0x[0-9a-f]+$/i,s=/^0b[01]+$/i,o=/^0o[0-7]+$/i,a=parseInt;function c(l){if(typeof l=="number")return l;if(t(l))return r;if(e(l)){var d=typeof l.valueOf=="function"?l.valueOf():l;l=e(d)?d+"":d}if(typeof l!="string")return l===0?l:+l;l=i(l);var u=s.test(l);return u||o.test(l)?a(l.slice(2),u?2:8):n.test(l)?r:+l}return Ul=c,Ul}var Vl,hf;function e0(){if(hf)return Vl;hf=1;var i=Zy(),e=1/0,t=17976931348623157e292;function r(n){if(!n)return n===0?n:0;if(n=i(n),n===e||n===-e){var s=n<0?-1:1;return s*t}return n===n?n:0}return Vl=r,Vl}var zl,ff;function t0(){if(ff)return zl;ff=1;var i=e0();function e(t){var r=i(t),n=r%1;return r===r?n?r-n:r:0}return zl=e,zl}var Hl,pf;function i0(){if(pf)return Hl;pf=1;var i=t0(),e="Expected a function";function t(r,n){var s;if(typeof n!="function")throw new TypeError(e);return r=i(r),function(){return--r>0&&(s=n.apply(this,arguments)),r<=1&&(n=void 0),s}}return Hl=t,Hl}var Wl,mf;function r0(){if(mf)return Wl;mf=1;var i=i0();function e(t){return i(2,t)}return Wl=e,Wl}var n0=r0();const $i=Am(n0);let gf=class{constructor({details:e,factory:t,options:r,results:n=[]}={}){this.details=e,this.factory=t,this.options=r,this.results=n,this._conforms=$i(()=>!this.results.some(s=>s.severity.equals(de.Info)||s.severity.equals(de.Violation)||s.severity.equals(de.Warning))),this._ptr=$i(()=>this.build())}get conforms(){return this._conforms()}get dataset(){return this.ptr.dataset}get ptr(){return this._ptr()}get term(){return this.ptr.term}build(){const e=new Ao({dataset:this.factory.dataset(),factory:this.factory,terms:[this.factory.blankNode()]});e.addOut([Qr.type],[de.ValidationReport]).addOut([de.conforms],[this.factory.literal(this.conforms.toString(),ud.boolean)]);for(const t of this.results)e.addOut([de.result],[this.factory.blankNode()],r=>{t.build(r,this.options)});return e}coverage(){return this.results.flatMap(e=>e.coverage())}};function s0(i,e){return Object.entries(e).reduce((t,[r,n])=>(n&&n.termType&&(n=di(n)),t.replace(`{$${r}}`,n).replace(`{?${r}}`,n)),i)}let o0=class{constructor({args:e={},constraintComponent:t,factory:r,focusNode:n,message:s=[],path:o,results:a=[],severity:c,shape:l,source:d=[],value:u,valuePaths:m=[]}={}){this.args=e,this.constraintComponent=t,this.factory=r,this.focusNode=n,this.path=o||l.path,this.results=a,this.severity=c,this.shape=l,this.source=d,this.value=u,this.valuePaths=m,this._message=$i(()=>(this.shape.message.length>0&&(s=this.shape.message),s.length===0&&(s=this.shape.ptr.node([this.constraintComponent]).out([de.message]).terms),s.map(g=>r.literal(s0(g.value,e),g.language||null))))}get message(){return this._message()}build(e,{details:t}={}){e.addOut([Qr.type],[de.ValidationResult]).addOut([de.focusNode],this.focusNode.terms).addOut([de.resultSeverity],[this.severity]).addOut([de.sourceConstraint],this.source).addOut([de.sourceConstraintComponent],[this.constraintComponent]).addOut([de.sourceShape],this.shape.ptr.terms),this.message&&e.addOut([de.resultMessage],this.message);const r=n=>{if(n.quantifier==="one")return n.predicates.length>1?e.node([this.factory.blankNode()]).addList([de.alternativePath],n.predicates):n.start==="object"?e.node([this.factory.blankNode()]).addOut([de.inversePath],[n.predicates[0]]):e.node([n.predicates[0]]);if(n.quantifier==="oneOrMore")return e.node([this.factory.blankNode()]).addOut([de.oneOrMorePath],[n.predicates[0]]);if(n.quantifier==="zeroOrMore")return e.node([this.factory.blankNode()]).addOut([de.zeroOrMorePath],[n.predicates[0]]);if(n.quantifier==="zeroOrOne")return e.node([this.factory.blankNode()]).addOut([de.zeroOrOnePath],[n.predicates[0]])};if(this.path&&(this.path.length===1?e.addOut([de.resultPath],r(this.path[0]).terms):e.addList([de.resultPath],this.path.map(n=>r(n).term))),typeof this.value<"u"&&e.addOut([de.value],this.value.terms),t)for(const n of this.results)e.addOut([de.detail],[this.factory.blankNode()],s=>{n.build(s,{details:t})})}coverage(){return[...this.valuePaths.flatMap(e=>[...e.quads()]),...this.results.flatMap(e=>e.coverage())]}};class hd{constructor({factory:e,focusNode:t,options:r={debug:!1,details:!1},processed:n=new Set,report:s=new gf({factory:e,options:r}),results:o=new Map,shape:a,value:c,valueOrNode:l,valuePaths:d,values:u}={}){this.factory=e,this.focusNode=t,this.options=r,this.processed=n,this.report=s,this.results=o,this.shape=a,this.value=c,this.valuePaths=d,this.valueOrNode=l,this.values=u}create({child:e,focusNode:t=this.focusNode,shape:r=this.shape,value:n=this.value,valueOrNode:s=this.valueOrNode,valuePaths:o=this.valuePaths,values:a=this.values}={}){return new hd({factory:this.factory,focusNode:t,options:this.options,processed:this.processed,report:e?new gf({factory:this.factory,options:this.options}):this.report,results:this.results,shape:r,value:n,valueOrNode:s,valuePaths:o,values:a})}id({shape:e=this.shape}={}){return`${di(e.ptr.term)} - ${di(this.focusNode.term)} - ${Uy(this.valuePaths)}`}result(e){const t=new o0({factory:this.factory,focusNode:this.focusNode,shape:this.shape,value:this.value,valuePaths:this.valuePaths,...e}),r=this.id();this.results.has(r)?this.results.get(r).add(t):this.results.set(r,new Set([t])),this.report.results.push(t)}debug(e,t){this.options.debug&&this.result({severity:dc.Debug,constraintComponent:e,...t})}trace(e,t){this.options.trace&&this.result({severity:dc.Trace,constraintComponent:e,...t})}test(e,t,r){e?this.debug(t,r):this.violation(t,r)}violation(e,t){this.result({constraintComponent:e,severity:this.shape.severity||de.Violation,...t})}}function a0(){return{generic:l0()}}function l0(){return i=>{i.trace(dc.TraversalConstraintComponent,{args:{},message:[i.factory.literal("Traversal")],value:i.valueOrNode})}}class c0{constructor(e){this.validations=new Dn(e)}compile(e){const t=e.validator.options.coverage;if(e.deactivated)return[];let r=!1;const n=new Set;for(const s of e.ptr.execute({start:"subject",end:"predicate"})){const o=this.validations.get(s.term);o&&(n.add(o),s.term.equals(de.property)&&(r=!0))}return t&&e.isPropertyShape&&!r&&n.add(a0),[...n].map(s=>s(e)).filter(Boolean)}}var Br={},qr={},ss={},os={},bf;function xn(){if(bf)return os;bf=1,Object.defineProperty(os,"__esModule",{value:!0}),os.Translator=void 0;let i=class{constructor(){this.supportedRdfDatatypes=[],this.fromRdfHandlers={},this.toRdfHandlers={}}static incorrectRdfDataType(t){throw new Error(`Invalid RDF ${t.datatype.value} value: '${t.value}'`)}registerHandler(t,r,n){for(const s of r)this.supportedRdfDatatypes.push(s),this.fromRdfHandlers[s.value]=t;for(const s of n){let o=this.toRdfHandlers[s];o||(this.toRdfHandlers[s]=o=[]),o.push(t)}}fromRdf(t,r){const n=this.fromRdfHandlers[t.datatype.value];return n?n.fromRdf(t,r):t.value}toRdf(t,r){const n=this.toRdfHandlers[typeof t];if(n)for(const s of n){const o=s.toRdf(t,r);if(o)return o}throw new Error(`Invalid JavaScript value: '${t}'`)}getSupportedRdfDatatypes(){return this.supportedRdfDatatypes}getSupportedJavaScriptPrimitives(){return Object.keys(this.toRdfHandlers)}};return os.Translator=i,os}var yf;function d0(){if(yf)return ss;yf=1,Object.defineProperty(ss,"__esModule",{value:!0}),ss.TypeHandlerBoolean=void 0;const i=xn();let e=class zp{fromRdf(r,n){switch(r.value){case"true":return!0;case"false":return!1;case"1":return!0;case"0":return!1}return n&&i.Translator.incorrectRdfDataType(r),!1}toRdf(r,{datatype:n,dataFactory:s}){return s.literal(r?"true":"false",n||s.namedNode(zp.TYPE))}};return ss.TypeHandlerBoolean=e,e.TYPE="http://www.w3.org/2001/XMLSchema#boolean",ss}var as={},vf;function u0(){if(vf)return as;vf=1,Object.defineProperty(as,"__esModule",{value:!0}),as.TypeHandlerDate=void 0;const i=xn();let e=class uc{fromRdf(r,n){switch(n&&!r.value.match(uc.VALIDATORS[r.datatype.value.substr(33,r.datatype.value.length)])&&i.Translator.incorrectRdfDataType(r),r.datatype.value){case"http://www.w3.org/2001/XMLSchema#gDay":return new Date(0,0,parseInt(r.value,10));case"http://www.w3.org/2001/XMLSchema#gMonthDay":const s=r.value.split("-");return new Date(0,parseInt(s[0],10)-1,parseInt(s[1],10));case"http://www.w3.org/2001/XMLSchema#gYear":return new Date(r.value+"-01-01");case"http://www.w3.org/2001/XMLSchema#gYearMonth":return new Date(r.value+"-01");default:return new Date(r.value)}}toRdf(r,{datatype:n,dataFactory:s}){if(n=n||s.namedNode(uc.TYPES[0]),!(r instanceof Date))return null;const o=r;let a;switch(n.value){case"http://www.w3.org/2001/XMLSchema#gDay":a=String(o.getUTCDate());break;case"http://www.w3.org/2001/XMLSchema#gMonthDay":a=o.getUTCMonth()+1+"-"+o.getUTCDate();break;case"http://www.w3.org/2001/XMLSchema#gYear":a=String(o.getUTCFullYear());break;case"http://www.w3.org/2001/XMLSchema#gYearMonth":a=o.getUTCFullYear()+"-"+(o.getUTCMonth()+1);break;case"http://www.w3.org/2001/XMLSchema#date":a=o.toISOString().replace(/T.*$/,"");break;default:a=o.toISOString()}return s.literal(a,n)}};return as.TypeHandlerDate=e,e.TYPES=["http://www.w3.org/2001/XMLSchema#dateTime","http://www.w3.org/2001/XMLSchema#date","http://www.w3.org/2001/XMLSchema#gDay","http://www.w3.org/2001/XMLSchema#gMonthDay","http://www.w3.org/2001/XMLSchema#gYear","http://www.w3.org/2001/XMLSchema#gYearMonth"],e.VALIDATORS={date:/^[0-9]+-[0-9][0-9]-[0-9][0-9]Z?$/,dateTime:/^[0-9]+-[0-9][0-9]-[0-9][0-9]T[0-9][0-9]:[0-9][0-9]:[0-9][0-9](\.[0-9][0-9][0-9])?((Z?)|([\+-][0-9][0-9]:[0-9][0-9]))$/,gDay:/^[0-9]+$/,gMonthDay:/^[0-9]+-[0-9][0-9]$/,gYear:/^[0-9]+$/,gYearMonth:/^[0-9]+-[0-9][0-9]$/},as}var ls={},wf;function h0(){if(wf)return ls;wf=1,Object.defineProperty(ls,"__esModule",{value:!0}),ls.TypeHandlerNumberDouble=void 0;const i=xn();let e=class Hp{fromRdf(r,n){const s=parseFloat(r.value);return n&&isNaN(s)&&i.Translator.incorrectRdfDataType(r),s}toRdf(r,{datatype:n,dataFactory:s}){return n=n||s.namedNode(Hp.TYPES[0]),isNaN(r)?s.literal("NaN",n):isFinite(r)?r%1===0?null:s.literal(r.toExponential(15).replace(/(\d)0*e\+?/,"$1E"),n):s.literal(r>0?"INF":"-INF",n)}};return ls.TypeHandlerNumberDouble=e,e.TYPES=["http://www.w3.org/2001/XMLSchema#double","http://www.w3.org/2001/XMLSchema#decimal","http://www.w3.org/2001/XMLSchema#float"],ls}var cs={},_f;function f0(){if(_f)return cs;_f=1,Object.defineProperty(cs,"__esModule",{value:!0}),cs.TypeHandlerNumberInteger=void 0;const i=xn();let e=class gs{fromRdf(r,n){const s=parseInt(r.value,10);return n&&(isNaN(s)||r.value.indexOf(".")>=0)&&i.Translator.incorrectRdfDataType(r),s}toRdf(r,{datatype:n,dataFactory:s}){return s.literal(String(r),n||(r<=gs.MAX_INT&&r>=gs.MIN_INT?s.namedNode(gs.TYPES[0]):s.namedNode(gs.TYPES[1])))}};return cs.TypeHandlerNumberInteger=e,e.TYPES=["http://www.w3.org/2001/XMLSchema#integer","http://www.w3.org/2001/XMLSchema#long","http://www.w3.org/2001/XMLSchema#int","http://www.w3.org/2001/XMLSchema#byte","http://www.w3.org/2001/XMLSchema#short","http://www.w3.org/2001/XMLSchema#negativeInteger","http://www.w3.org/2001/XMLSchema#nonNegativeInteger","http://www.w3.org/2001/XMLSchema#nonPositiveInteger","http://www.w3.org/2001/XMLSchema#positiveInteger","http://www.w3.org/2001/XMLSchema#unsignedByte","http://www.w3.org/2001/XMLSchema#unsignedInt","http://www.w3.org/2001/XMLSchema#unsignedLong","http://www.w3.org/2001/XMLSchema#unsignedShort"],e.MAX_INT=2147483647,e.MIN_INT=-2147483648,cs}var ds={},xf;function p0(){if(xf)return ds;xf=1,Object.defineProperty(ds,"__esModule",{value:!0}),ds.TypeHandlerString=void 0;let i=class{fromRdf(t){return t.value}toRdf(t,{datatype:r,dataFactory:n}){return n.literal(t,r)}};return ds.TypeHandlerString=i,i.TYPES=["http://www.w3.org/2001/XMLSchema#string","http://www.w3.org/2001/XMLSchema#normalizedString","http://www.w3.org/2001/XMLSchema#anyURI","http://www.w3.org/2001/XMLSchema#base64Binary","http://www.w3.org/2001/XMLSchema#language","http://www.w3.org/2001/XMLSchema#Name","http://www.w3.org/2001/XMLSchema#NCName","http://www.w3.org/2001/XMLSchema#NMTOKEN","http://www.w3.org/2001/XMLSchema#token","http://www.w3.org/2001/XMLSchema#hexBinary","http://www.w3.org/1999/02/22-rdf-syntax-ns#langString","http://www.w3.org/1999/02/22-rdf-syntax-ns#dirLangString","http://www.w3.org/2001/XMLSchema#time","http://www.w3.org/2001/XMLSchema#duration"],ds}var Ef;function Sf(){return Ef||(Ef=1,function(i){var e=qr&&qr.__createBinding||(Object.create?function(r,n,s,o){o===void 0&&(o=s);var a=Object.getOwnPropertyDescriptor(n,s);(!a||("get"in a?!n.__esModule:a.writable||a.configurable))&&(a={enumerable:!0,get:function(){return n[s]}}),Object.defineProperty(r,o,a)}:function(r,n,s,o){o===void 0&&(o=s),r[o]=n[s]}),t=qr&&qr.__exportStar||function(r,n){for(var s in r)s!=="default"&&!Object.prototype.hasOwnProperty.call(n,s)&&e(n,r,s)};Object.defineProperty(i,"__esModule",{value:!0}),t(d0(),i),t(u0(),i),t(h0(),i),t(f0(),i),t(p0(),i)}(qr)),qr}var Gl={},kf;function m0(){return kf||(kf=1,Object.defineProperty(Gl,"__esModule",{value:!0})),Gl}var Rf;function g0(){return Rf||(Rf=1,function(i){var e=Br&&Br.__createBinding||(Object.create?function(g,v,_,E){E===void 0&&(E=_);var x=Object.getOwnPropertyDescriptor(v,_);(!x||("get"in x?!v.__esModule:x.writable||x.configurable))&&(x={enumerable:!0,get:function(){return v[_]}}),Object.defineProperty(g,E,x)}:function(g,v,_,E){E===void 0&&(E=_),g[E]=v[_]}),t=Br&&Br.__exportStar||function(g,v){for(var _ in g)_!=="default"&&!Object.prototype.hasOwnProperty.call(v,_)&&e(v,g,_)};Object.defineProperty(i,"__esModule",{value:!0}),i.fromRdf=c,i.toRdf=l,i.getTermRaw=d,i.getSupportedRdfDatatypes=u,i.getSupportedJavaScriptPrimitives=m;const r=Np(),n=Sf(),s=xn();t(Sf(),i),t(m0(),i),t(xn(),i);const o=new r.DataFactory,a=new s.Translator;a.registerHandler(new n.TypeHandlerString,n.TypeHandlerString.TYPES.map(g=>o.namedNode(g)),["string"]),a.registerHandler(new n.TypeHandlerBoolean,[n.TypeHandlerBoolean.TYPE].map(g=>o.namedNode(g)),["boolean"]),a.registerHandler(new n.TypeHandlerNumberDouble,n.TypeHandlerNumberDouble.TYPES.map(g=>o.namedNode(g)),["number"]),a.registerHandler(new n.TypeHandlerNumberInteger,n.TypeHandlerNumberInteger.TYPES.map(g=>o.namedNode(g)),["number"]),a.registerHandler(new n.TypeHandlerDate,n.TypeHandlerDate.TYPES.map(g=>o.namedNode(g)),["object"]);function c(g,v){return a.fromRdf(g,v)}function l(g,v){return v&&"namedNode"in v&&(v={dataFactory:v}),v=v||{},v&&!v.dataFactory&&(v.dataFactory=o),a.toRdf(g,v)}function d(g,v){return g.termType==="Literal"?c(g,v):g.value}function u(){return a.getSupportedRdfDatatypes()}function m(){return a.getSupportedJavaScriptPrimitives()}}(Br)),Br}var Ns=g0();function If(i){if(i.term.termType!=="BlankNode")return{quantifier:"one",start:"subject",end:"object",predicates:[i.term]};const e=i.out([de.alternativePath]);if(e.ptrs.length===1&&e.ptrs[0].isList())return{quantifier:"one",start:"subject",end:"object",predicates:[...e.list()].map(o=>o.term)};const t=i.out([de.inversePath]);if(t.term)return{quantifier:"one",start:"object",end:"subject",predicates:[t.term]};const r=i.out([de.oneOrMorePath]);if(r.term)return{quantifier:"oneOrMore",start:"subject",end:"object",predicates:[r.term]};const n=i.out([de.zeroOrMorePath]);if(n.term)return{quantifier:"zeroOrMore",start:"subject",end:"object",predicates:[n.term]};const s=i.out([de.zeroOrOnePath]);if(s.term)return{quantifier:"zeroOrOne",start:"subject",end:"object",predicates:[s.term]}}function b0(i){return i.terms.length===0?null:i.ptrs[0].isList()?[...i.list()].map(e=>If(e)):[If(i)]}class y0{constructor(e){this.shape=e,this._compiled=$i(()=>this.shape.validator.registry.compile(e))}get compiled(){return this._compiled()}async validate(e){return e.focusNode.dataset.size===0||(this.shape.isPropertyShape?await this.validateProperty(e):await this.validateNode(e)),e}async validateNode(e){const t=e.create({shape:this.shape,valueOrNode:e.value||e.focusNode});for(const r of this.compiled)r.node&&await r.node(t),r.generic&&await r.generic(t)}async validateProperty(e){let t;this.shape.isSparqlShape?t=e.focusNode:t=e.focusNode.executeAll(this.shape.path);const r=t.node(new wi(t.terms)),n=[...t].reduce((o,a)=>{const c=a.term,l=t.node([c]);return o.has(c)||o.set(c,{value:l,valuePaths:[]}),o.get(c).valuePaths.push(a),o},new Dn).values(),s=e.create({shape:this.shape,values:r});for(const o of this.compiled)o.property&&await o.property(s);for(const{value:o,valuePaths:a}of n){const c=e.create({shape:this.shape,value:o,valueOrNode:o,valuePaths:a});for(const l of this.compiled)l.generic&&await l.generic(c)}}}function hc(i){const e=new wi,r=new Ao({dataset:i.dataset,terms:i.terms}).execute({quantifier:"zeroOrMore",start:"object",end:"subject",predicates:[By.subClassOf]});for(const n of r.ptrs)for(const{term:s}of n.nodes())e.add(s);return e}class v0{constructor(e){this.targetClass=new wi([...hc(e.hasOut([Qr.type],[de.NodeShape])),...hc(e.out([de.targetClass]))]),this.targetNode=e.out([de.targetNode]).terms,this.targetObjectsOf=e.out([de.targetObjectsOf]).terms,this.targetSubjectsOf=e.out([de.targetSubjectsOf]).terms}resolve(e){const t=e.focusNode.node([null]),r=[...e.focusNode.hasOut([Qr.type],this.targetClass).ptrs,...e.focusNode.node(this.targetNode).ptrs,...t.execute({start:"object",end:"object",predicates:this.targetObjectsOf}).ptrs,...t.execute({start:"subject",end:"subject",predicates:this.targetSubjectsOf}).ptrs],n=e.focusNode.clone({ptrs:r});return n.node([...new wi(n.terms)])}}class w0{constructor(e,{validator:t}){this.ptr=e,this.validator=t,this._deactivated=$i(()=>{const r=this.ptr.out([de.deactivated]).term;return r&&Ns.fromRdf(r)}),this._message=$i(()=>this.ptr.out([de.message]).terms),this._path=$i(()=>b0(this.ptr.out([de.path]))),this._severity=$i(()=>this.ptr.out([de.severity]).term),this._shapeValidator=$i(()=>new y0(this)),this._sparql=$i(()=>this.ptr.out([de.sparql])),this._targetResolver=$i(()=>new v0(this.ptr))}get deactivated(){return this._deactivated()}get isPropertyShape(){return!!this.path}get isSparqlShape(){return this.sparql.terms.length>0}get path(){return this._path()}get targetResolver(){return this._targetResolver()}get message(){return this._message()}get severity(){return this._severity()}get shapeValidator(){return this._shapeValidator()}get sparql(){return this._sparql()}resolveTargets(e){return this.targetResolver.resolve(e)}async validate(e){const t=e.id({shape:this});if(e.processed.has(t)){if(e.results.has(t))for(const r of e.results.get(t))e.report.results.push(r);return e}return e.processed.add(t),this.shapeValidator.validate(e)}}function _0(i){const e=parseInt(i.ptr.out([de.maxCount]).value);return{property:x0(e)}}function x0(i){return e=>{e.test(e.values.terms.length<=i,de.MaxCountConstraintComponent,{args:{maxCount:i},message:[e.factory.literal("More than {$maxCount} values")]})}}function E0(i){const e=parseInt(i.ptr.out([de.minCount]).value);return{property:S0(e)}}function S0(i){return e=>{e.test(e.values.terms.length>=i,de.MinCountConstraintComponent,{args:{minCount:i},message:[e.factory.literal("Less than {$minCount} values")]})}}async function k0(i,e){for(const t of i)if(!await e(t))return!1;return!0}async function R0(i,e){return(await Promise.all(i.map(t=>e(t)))).filter(Boolean)}async function Zo(i,e){return Promise.all(i.map(e))}async function I0(i,e){for(const t of i)if(await e(t))return!0;return!1}function T0(i){const e=[...i.ptr.out([de.and])].flatMap(t=>[...t.list()]).map(t=>i.validator.shape(t));return{generic:C0(e)}}function C0(i){return async e=>{const t=await Zo(i,async n=>(await n.validate(e.create({child:!0,focusNode:e.valueOrNode}))).report),r=t.every(n=>n.conforms);e.test(r,de.AndConstraintComponent,{results:t.flatMap(n=>n.results),value:e.valueOrNode})}}function $0(i){const e=i.validator.shape(i.ptr.out([de.not]));return{generic:A0(e)}}function A0(i){return async e=>{const t=(await i.validate(e.create({child:!0,focusNode:e.valueOrNode}))).report,r=!t.conforms;e.test(r,de.NotConstraintComponent,{args:{not:i.ptr.term},message:[e.factory.literal("Value does have shape {$not}")],results:t.results,value:e.valueOrNode})}}function N0(i){const e=[...i.ptr.out([de.or])].flatMap(t=>[...t.list()]).map(t=>i.validator.shape(t));return{generic:D0(e)}}function D0(i){return async e=>{let t=[],r;if(e.options.debug||e.options.details){const n=await Zo(i,async s=>(await s.validate(e.create({child:!0,focusNode:e.valueOrNode}))).report);t=n.flatMap(s=>s.results),r=n.some(s=>s.conforms)}else r=await I0(i,async n=>(await n.validate(e.create({child:!0,focusNode:e.valueOrNode}))).report.conforms);e.test(r,de.OrConstraintComponent,{results:t,value:e.valueOrNode})}}function L0(i){const e=[...i.ptr.out([de.xone])].flatMap(t=>[...t.list()]).map(t=>i.validator.shape(t));return{generic:O0(e)}}function O0(i){return async e=>{const t=await Zo(i,async n=>(await n.validate(e.create({child:!0,focusNode:e.valueOrNode}))).report),r=t.filter(n=>n.conforms).length===1;e.test(r,de.XoneConstraintComponent,{results:t.flatMap(n=>n.results),value:e.valueOrNode})}}function P0(i){if(!Ns.fromRdf(i.ptr.out([de.closed]).term))return null;const t=i.ptr.out([de.property]).map(s=>i.validator.shape(s)),r=new wi(t.filter(s=>!s.deactivated).map(s=>s.path[0].predicates[0])),n=new wi([...i.ptr.out([de.ignoredProperties]).list()||[]].map(s=>s.term));return{node:M0(r,n)}}function M0(i,e){return t=>{const r=t.focusNode.execute({start:"subject",end:"predicate"}).filter(n=>e.has(n.term)?!1:!i.has(n.term));if(r.ptrs.length>0)for(const n of r)t.violation(de.ClosedConstraintComponent,{message:[t.factory.literal("Predicate is not allowed (closed shape)")],path:[{quantifier:"one",start:"subject",end:"object",predicates:[n.term]}],value:t.focusNode.node([[...n.quads()][0].object])});else t.debug(de.ClosedConstraintComponent)}}function F0(i){const e=i.ptr.out([de.hasValue]).term;return{node:j0(e),property:B0(e)}}function j0(i){return e=>{e.test(i.equals(e.valueOrNode.term),de.HasValueConstraintComponent,{args:{hasValue:i},message:[e.factory.literal("Value must be {$hasValue}")]})}}function B0(i){return e=>{const t=[...e.values].some(r=>i.equals(r.term));e.test(t,de.HasValueConstraintComponent,{args:{hasValue:i},message:[e.factory.literal("Missing expected value {$hasValue}")]})}}function q0(i){const e=new wi([...i.ptr.out([de.in]).list()].map(t=>t.term));return{generic:U0(e)}}function U0(i){return e=>{e.test(i.has(e.valueOrNode.term),de.InConstraintComponent,{args:{in:[...i].map(t=>t.value).join(", ")},message:[e.factory.literal("Value is not in {$in}")],value:e.valueOrNode})}}function Ln(i,e){if(!i||i.termType!=="Literal"||!e||e.termType!=="Literal"||Tf(i)!==Tf(e))return null;const t=Ns.fromRdf(i),r=Ns.fromRdf(e);return typeof t!=typeof r?null:typeof t=="string"?t.localeCompare(r):t-r}function Tf(i){const e=/^.*(((\+|-)\d{2}:\d{2})|Z)$/;return ud.dateTime.equals(i.datatype)&&e.test(i.value)}function V0(i){const e=i.ptr.out([de.disjoint]).term;return{generic:z0(e)}}function z0(i){return e=>{const t=e.focusNode.dataset.match(e.focusNode.term,i,e.valueOrNode.term);e.test(t.size===0,de.DisjointConstraintComponent,{args:{disjoint:i},message:[e.factory.literal("Value node must not also be one of the values of {$disjoint}")],value:e.valueOrNode})}}function H0(i){const e=i.ptr.out([de.equals]).term;return{node:W0(e),property:G0(e)}}function W0(i){return e=>{const t=e.focusNode.out([i]),r=t.filter(s=>!s.term.equals(e.focusNode.term)),n=t.terms.length!==0&&r.terms.length===0;e.test(n,de.EqualsConstraintComponent,{args:{equals:i},message:[e.factory.literal("Must have same values as {$equals}")],value:r.terms[0]&&e.focusNode.node([r.terms[0]])||e.focusNode})}}function G0(i){return e=>{const t=new wi(e.focusNode.out([i]).terms),r=new wi(e.values.terms),n=[...r].filter(a=>!t.has(a)),s=[...t].filter(a=>!r.has(a)),o=[...n,...s];for(const a of o)e.violation(de.EqualsConstraintComponent,{args:{equals:i},message:[e.factory.literal("Must have same values as {$equals}")],value:e.focusNode.node([a])});o.length===0&&e.debug(de.EqualsConstraintComponent,{args:{equals:i},message:[e.factory.literal("Must have same values as {$equals}")]})}}function K0(i){const e=i.ptr.out([de.lessThan]).term;return{property:X0(e)}}function X0(i){return e=>{const t=e.focusNode.out([i]).terms;for(const r of e.values)for(const n of t){const s=Ln(r.term,n);s===null||s>=0?e.violation(de.LessThanConstraintComponent,{args:{lessThan:i},message:[e.factory.literal("Value is not less than value of {$lessThan}")],value:r}):e.debug(de.LessThanConstraintComponent,{args:{lessThan:i},message:[e.factory.literal("Value is not less than value of {$lessThan}")],value:r})}}}function Q0(i){const e=i.ptr.out([de.lessThanOrEquals]).term;return{property:J0(e)}}function J0(i){return e=>{const t=e.focusNode.out([i]).terms;for(const r of e.values)for(const n of t){const s=Ln(r.term,n);s===null||s>0?e.violation(de.LessThanOrEqualsConstraintComponent,{args:{lessThanOrEquals:i},message:[e.factory.literal("Value is not less than or equal to value of {$lessThanOrEquals}")],value:r}):e.debug(de.LessThanOrEqualsConstraintComponent,{args:{lessThanOrEquals:i},message:[e.factory.literal("Value is not less than or equal to value of {$lessThanOrEquals}")],value:r})}}}function Y0(i){const e=i.ptr.out([de.maxExclusive]).term;return{generic:Z0(e)}}function Z0(i){return e=>{const t=Ln(e.valueOrNode.term,i);e.test(t!==null&&t<0,de.MaxExclusiveConstraintComponent,{args:{maxExclusive:i},message:[e.factory.literal("Value is not less than {$maxExclusive}")],value:e.valueOrNode})}}function ev(i){const e=i.ptr.out([de.maxInclusive]).term;return{generic:tv(e)}}function tv(i){return e=>{const t=Ln(e.valueOrNode.term,i);e.test(t!==null&&t<=0,de.MaxInclusiveConstraintComponent,{args:{maxInclusive:i},message:[e.factory.literal("Value is not less than or equal to {$maxInclusive}")],value:e.valueOrNode})}}function iv(i){const e=i.ptr.out([de.minExclusive]).term;return{generic:rv(e)}}function rv(i){return e=>{const t=Ln(e.valueOrNode.term,i);e.test(t!==null&&t>0,de.MinExclusiveConstraintComponent,{args:{minExclusive:i},message:[e.factory.literal("Value is not greater than {$minExclusive}")],value:e.valueOrNode})}}function nv(i){const e=i.ptr.out([de.minInclusive]).term;return{generic:sv(e)}}function sv(i){return e=>{const t=Ln(e.valueOrNode.term,i);e.test(t!==null&&t>=0,de.MinInclusiveConstraintComponent,{args:{minInclusive:i},message:[e.factory.literal("Value is not greater than or equal to {$minInclusive}")],value:e.valueOrNode})}}function ov(i){const e=[...i.ptr.out([de.node])].map(t=>i.validator.shape(t));return{generic:av(e)}}function av(i){return async e=>{for(const t of i){const r=await t.validate(e.create({child:!0,focusNode:e.valueOrNode}));e.test(r.report.conforms,de.NodeConstraintComponent,{args:{node:t.ptr.term},message:[e.factory.literal("Value does not have shape {$node}")],results:r.report.results,value:e.valueOrNode})}}}function lv(i){const e=[...i.ptr.out([de.property])].map(t=>i.validator.shape(t));return{generic:cv(e)}}function cv(i){return async e=>{const t=e.create({focusNode:e.valueOrNode});for(const r of i)await r.validate(t)}}function dv(i){const e=i.validator.shape(i.ptr.out([de.qualifiedValueShape])),t=i.ptr.out([de.qualifiedValueShapesDisjoint]).term,r=t?Ns.fromRdf(t):!1,n=i.ptr.out([de.qualifiedMaxCount]).term,s=n?parseInt(n.value):null,o=i.ptr.out([de.qualifiedMinCount]).term,a=o?parseInt(o.value):null;return{property:uv(e,r,s,a)}}function uv(i,e,t,r){return async n=>{const s=[];let o=[];e&&(o=new Set(n.shape.ptr.in([de.property]).out([de.property]).out([de.qualifiedValueShape]).filter(c=>!c.term.equals(i.ptr.term)).map(c=>n.shape.validator.shape(c))));const a=(await R0(n.values,async c=>{const l=(await i.validate(n.create({child:!0,focusNode:c}))).report;if(s.push(l.results),!l.conforms)return!1;if(o.length===0)return!0;if(n.options.debug||n.options.details){const d=await Zo([...o],async u=>(await u.validate(n.create({child:!0,focusNode:c}))).report);return s.push(d.flatMap(u=>u.results)),!d.every(u=>u.conforms)}else return!await k0([...o],async d=>(await d.validate(n.create({child:!0,focusNode:c}))).report.conforms)})).length;t!==null&&n.test(a<=t,de.QualifiedMaxCountConstraintComponent,{args:{qualifiedMaxCount:t,qualifiedValueShape:i.ptr.term,qualifiedValueShapesDisjoint:e},message:[n.factory.literal("More than {$qualifiedMaxCount} values have shape {$qualifiedValueShape}")],results:s.flat()}),r!==null&&n.test(a>=r,de.QualifiedMinCountConstraintComponent,{args:{qualifiedMinCount:r,qualifiedValueShape:i.ptr.term,qualifiedValueShapesDisjoint:e},message:[n.factory.literal("Less than {$qualifiedMinCount} values have shape {$qualifiedValueShape}")],results:s.flat()})}}function hv(i,e){return e?e.slice(0,i.length)===i:!1}function fv(i){const e=[...new Set([...i.ptr.out([de.languageIn]).list()].map(t=>t.value))];return{generic:pv(e)}}function pv(i){return e=>{const t=i.some(r=>hv(r,e.valueOrNode.term.language));e.test(t,de.LanguageInConstraintComponent,{args:{languageIn:i.join(", ")},message:[e.factory.literal("Language does not match any of {$languageIn}")],value:e.valueOrNode})}}function mv(i){const e=parseInt(i.ptr.out([de.maxLength]).value);return{generic:gv(e)}}function gv(i){return e=>{const t=e.valueOrNode.term.termType!=="BlankNode"&&e.valueOrNode.value.length<=i;e.test(t,de.MaxLengthConstraintComponent,{args:{maxLength:i},message:[e.factory.literal("Value has more than {$maxLength} characters")],value:e.valueOrNode})}}function bv(i){const e=parseInt(i.ptr.out([de.minLength]).value);return{generic:yv(e)}}function yv(i){return e=>{const t=e.valueOrNode.term.termType!=="BlankNode"&&e.valueOrNode.value.length>=i;e.test(t,de.MinLengthConstraintComponent,{args:{minLength:i},message:[e.factory.literal("Value has less than {$minLength} characters")],value:e.valueOrNode})}}function vv(i){const e=i.ptr.out([de.pattern]).value,t=i.ptr.out([de.flags]).value,r=new RegExp(e,t);return{generic:wv(e,t,r)}}function wv(i,e,t){return r=>{r.test(t.test(r.valueOrNode.term.value),de.PatternConstraintComponent,{args:{flags:e,pattern:i},message:[r.factory.literal('Value does not match pattern "{$pattern}"')],value:r.valueOrNode})}}function _v(i){const e=i.ptr.out([de.uniqueLang]).term;return e.value==="true"&&ud.boolean.equals(e.datatype)?{property:xv()}:null}function xv(){return i=>{const t=Object.entries(i.values.terms.reduce((r,n)=>(n.language&&(r[n.language]=(r[n.language]||0)+1),r),{})).filter(([,r])=>r>1);for(const[r]of t)i.violation(de.UniqueLangConstraintComponent,{args:{lang:r},message:[i.factory.literal('Language "{?lang}" used more than once')]});t.length===0&&i.debug(de.UniqueLangConstraintComponent)}}const So=ki("http://www.w3.org/ns/shacl#"),Wp=ki("https://schemas.link/shacl-next#");class En{constructor({results:e=[]}={}){this.results=e}get conforms(){return!this.results.some(e=>e.severity.equals(So.Info)||e.severity.equals(So.Violation)||e.severity.equals(So.Warning))}}function Ev(i,e){return Object.entries(e).reduce((t,[r,n])=>(n&&n.termType&&(n=di(n)),t.replace(`{$${r}}`,n).replace(`{?${r}}`,n)),i)}class No{constructor({args:e={},factory:t,message:r=[],severity:n=So.Violation}={}){this.severity=n,this.message=r.map(s=>t.literal(Ev(s.value,e),s.language||null))}}class fd{constructor({factory:e=dd}={}){this.factory=e}clone({factory:e}={}){return new fd({factory:e||this.factory})}validate(){return new En}validateSimple(){return!0}}class On extends fd{constructor({datatypes:e,factory:t}={}){super({factory:t}),this.datatypes=[];for(const r of Array.isArray(e)?e:[e])r&&this.datatypes.push(this.factory.fromTerm(r))}clone({factory:e}={}){return new On({datatypes:this.datatypes,factory:e||this.factory})}}class Sv{constructor({factory:e=dd,validations:t}={}){if(this.factory=e,this.validations=new Dn,t)for(const r of Object.values(t)){const n=r.clone({factory:this.factory});for(const s of n.datatypes)this.validations.set(s,n)}}validate(e){const t=this.validations.get(e.datatype);return t?t.validate(e):new En}validateSimple(e){const t=this.validations.get(e.datatype);return t?t.validateSimple(e):!0}}class lt extends On{constructor(e,t,{factory:r}={}){super({datatypes:t,factory:r}),this.message=[this.factory.literal("term value {$this} matches pattern {$pattern}")],this.patterns=Array.isArray(e)?e:[e]}clone({factory:e}={}){return new lt(this.patterns,this.datatypes,{factory:e||this.factory})}validate(e){const t=this.patterns.map(r=>{let n;r.test(e.value)&&(n=Wp.Debug);const s={pattern:this.factory.literal(r.toString()),this:e};return new No({args:s,factory:this.factory,message:this.message,severity:n})});return new En({results:t})}validateSimple(e){return this.patterns.every(t=>t.test(e.value))}}const kv=/^([-+]?[0-9]+)$/;class Yt extends lt{constructor(e=null,t=null,r,{factory:n}={}){super(kv,r,{factory:n}),this.maxInclusive=null,this.minInclusive=null,typeof t=="string"&&(this.maxInclusive=BigInt(t)),typeof e=="string"&&(this.minInclusive=BigInt(e))}clone({factory:e}={}){return new Yt(this.minInclusive?.toString(),this.maxInclusive?.toString(),this.datatypes,{factory:e||this.factory})}validate(e){const t=super.validate(e).results;if(!Wp.Debug.equals(t[0].severity))return new En({results:t});const r=BigInt(e.value);if(this.minInclusive!==null&&r<this.minInclusive){const n=`term value "${e.value}" is less than "${this.minInclusive.toString()}"`,s=[this.factory.literal(n)];t.push(new No({factory:this.factory,message:s}))}if(this.maxInclusive!==null&&r>this.maxInclusive){const n=`term value "${e.value}" is greater than "${this.maxInclusive.toString()}"`,s=[this.factory.literal(n)];t.push(new No({factory:this.factory,message:s}))}return new En({results:t})}validateSimple(e){if(!super.validateSimple(e))return!1;const t=BigInt(e.value);return!(this.minInclusive!==null&&t<this.minInclusive||this.maxInclusive!==null&&t>this.maxInclusive)}}class pd extends On{constructor(e,t,{factory:r}={}){super({datatypes:t,factory:r}),this.values=new Set(e)}clone({factory:e}={}){return new pd(this.values,this.datatypes,{factory:e||this.factory})}validate(e){const t=[];if(!this.values.has(e.value)){const r=`term value "${e.value}" is not included in the list: ${[...this.values].join(",")}`,n=[this.factory.literal(r)];t.push(new No({factory:this.factory,message:n}))}return new En({results:t})}validateSimple(e){return this.values.has(e.value)}}const We={xsd:ki("http://www.w3.org/2001/XMLSchema#")},Rv=new On({datatypes:We.xsd.anySimpleType}),Iv=new On({datatypes:We.xsd.anyAtomicType}),ea=/^([^\ud8ff-\udfff\ufffe-\uffff]*)$/,Tv=/^((\+|-)?([0-9]+(\.[0-9]*)?|\.[0-9]+))$/,Gp=/^((\+|-)?([0-9]+(\.[0-9]*)?|\.[0-9]+)([Ee](\+|-)?[0-9]+)?|(\+|-)?INF|NaN)$/,md=/^(-?P((([0-9]+Y([0-9]+M)?([0-9]+D)?|([0-9]+M)([0-9]+D)?|([0-9]+D))(T(([0-9]+H)([0-9]+M)?([0-9]+(\.[0-9]+)?S)?|([0-9]+M)([0-9]+(\.[0-9]+)?S)?|([0-9]+(\.[0-9]+)?S)))?)|(T(([0-9]+H)([0-9]+M)?([0-9]+(\.[0-9]+)?S)?|([0-9]+M)([0-9]+(\.[0-9]+)?S)?|([0-9]+(\.[0-9]+)?S)))))$/,Kp=/^(-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])T(([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](\.[0-9]+)?|(24:00:00(\.0+)?))(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?)$/,Cv=/^((([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](\.[0-9]+)?|(24:00:00(\.0+)?))(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?)$/,$v=/^(-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?)$/,Av=/^(-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?)$/,Nv=/^(-?([1-9][0-9]{3,}|0[0-9]{3})(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?)$/,Dv=/^(--(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?)$/,Lv=/^(---(0[1-9]|[12][0-9]|3[01])(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?)$/,Ov=/^(--(0[1-9]|1[0-2])(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?)$/,Pv=/^(([0-9a-fA-F]{2})*)$/,Mv=/^(((([A-Za-z0-9+/] ?){4})*(([A-Za-z0-9+/] ?){3}[A-Za-z0-9+/]|([A-Za-z0-9+/] ?){2}[AEIMQUYcgkosw048] ?=|[A-Za-z0-9+/] ?[AQgw] ?= ?=))?)$/,Fv=new lt(ea,We.xsd.string),jv=new pd(["1","true","0","false"],We.xsd.boolean),Bv=new lt(Tv,We.xsd.decimal),qv=new lt(Gp,We.xsd.float),Uv=new lt(Gp,We.xsd.double),Vv=new lt(md,We.xsd.duration),zv=new lt(Kp,We.xsd.dateTime),Hv=new lt(Cv,We.xsd.time),Wv=new lt($v,We.xsd.date),Gv=new lt(Av,We.xsd.gYearMonth),Kv=new lt(Nv,We.xsd.gYear),Xv=new lt(Dv,We.xsd.gMonthDay),Qv=new lt(Lv,We.xsd.gDay),Jv=new lt(Ov,We.xsd.gMonth),Yv=new lt(Pv,We.xsd.hexBinary),Zv=new lt(Mv,We.xsd.base64Binary),ew=new lt(ea,We.xsd.anyURI),Xp=/^([^\u000d\u000a\u0009]*)$/,tw=/^([^ ]+( [^ ]+)*)*$/,iw=/^([a-zA-Z]{1,8}(-[a-zA-Z0-9]{1,8})*)$/,rw=/^([^DT]*)$/,nw=/^([^YM]*[DT].*)$/,sw=/^(.*(Z|(\+|-)[0-9][0-9]:[0-9][0-9]))$/,ow=new lt([ea,Xp],We.xsd.normalizedString),aw=new lt([ea,Xp,tw],We.xsd.token),lw=new lt(iw,We.xsd.language),cw=new Yt(null,null,We.xsd.integer),dw=new Yt(null,"0",We.xsd.nonPositiveInteger),uw=new Yt(null,"-1",We.xsd.negativeInteger),hw=new Yt("-9223372036854775808","9223372036854775807",We.xsd.long),fw=new Yt("-2147483648","2147483647",We.xsd.int),pw=new Yt("-32768","32767",We.xsd.short),mw=new Yt("-128","127",We.xsd.byte),gw=new Yt("0",null,We.xsd.nonNegativeInteger),bw=new Yt("0","18446744073709551615",We.xsd.unsignedLong),yw=new Yt("0","4294967295",We.xsd.unsignedInt),vw=new Yt("0","65535",We.xsd.unsignedShort),ww=new Yt("0","255",We.xsd.unsignedByte),_w=new Yt("1",null,We.xsd.positiveInteger),xw=new lt([md,rw],We.xsd.yearMonthDuration),Ew=new lt([md,nw],We.xsd.dayTimeDuration),Sw=new lt([Kp,sw],We.xsd.dateTimeStamp),kw=Object.freeze(Object.defineProperty({__proto__:null,anyAtomicType:Iv,anySimpleType:Rv,anyURI:ew,base64Binary:Zv,boolean:jv,byte:mw,date:Wv,dateTime:zv,dateTimeStamp:Sw,dayTimeDuration:Ew,decimal:Bv,double:Uv,duration:Vv,float:qv,gDay:Qv,gMonth:Jv,gMonthDay:Xv,gYear:Kv,gYearMonth:Gv,hexBinary:Yv,int:fw,integer:cw,language:lw,long:hw,negativeInteger:uw,nonNegativeInteger:gw,nonPositiveInteger:dw,normalizedString:ow,positiveInteger:_w,short:pw,string:Fv,time:Hv,token:aw,unsignedByte:ww,unsignedInt:yw,unsignedLong:bw,unsignedShort:vw,yearMonthDuration:xw},Symbol.toStringTag,{value:"Module"}));class Rw extends Sv{constructor({factory:e}={}){super({factory:e,validations:{...kw}})}}const Iw=new Dn([[de.BlankNode,new Set(["BlankNode"])],[de.BlankNodeOrIRI,new Set(["BlankNode","NamedNode"])],[de.BlankNodeOrLiteral,new Set(["BlankNode","Literal"])],[de.IRI,new Set(["NamedNode"])],[de.IRIOrLiteral,new Set(["NamedNode","Literal"])],[de.Literal,new Set(["Literal"])]]);function Tw(i){const e=i.ptr.out([de.class]).map(t=>hc(t));return{generic:Cw(e)}}function Cw(i){return e=>{const t=new wi(e.valueOrNode.out([Qr.type]).terms);for(const r of i){const n=[...t].some(s=>r.has(s));e.test(n,de.ClassConstraintComponent,{value:e.valueOrNode})}}}function $w(i){const e=i.ptr.out([de.datatype]).term,t=new Rw;return{generic:Aw(e,t)}}function Aw(i,e){return t=>{const r=i.equals(t.valueOrNode.term.datatype)&&e.validateSimple(t.valueOrNode.term);t.test(r,de.DatatypeConstraintComponent,{args:{datatype:i},message:[t.factory.literal("Value does not have datatype {$datatype}")],value:t.valueOrNode})}}function Nw(i){const e=i.ptr.out([de.nodeKind]).term,t=Iw.get(e);return{generic:Dw(e,t)}}function Dw(i,e){return t=>{t.test(e.has(t.valueOrNode.term.termType),de.NodeKindConstraintComponent,{args:{nodeKind:i},message:[t.factory.literal("Value does not have node kind {$nodeKind}")],value:t.valueOrNode})}}const Lw=new Dn([[de.maxCount,_0],[de.minCount,E0],[de.and,T0],[de.not,$0],[de.or,N0],[de.xone,L0],[de.closed,P0],[de.hasValue,F0],[de.in,q0],[de.disjoint,V0],[de.equals,H0],[de.lessThan,K0],[de.lessThanOrEquals,Q0],[de.maxExclusive,Y0],[de.maxInclusive,ev],[de.minExclusive,iv],[de.minInclusive,nv],[de.node,ov],[de.property,lv],[de.qualifiedValueShape,dv],[de.languageIn,fv],[de.maxLength,mv],[de.minLength,bv],[de.pattern,vv],[de.uniqueLang,_v],[de.class,Tw],[de.datatype,$w],[de.nodeKind,Nw]]);class Ow{constructor(e,{factory:t,...r}){if(this.factory=t,this.options=r,this.registry=new c0(Lw),this.shapesPtr=new Ao({dataset:e,factory:t}),this.shapes=new Dn,this.options.coverage&&(this.options.debug=!0,this.options.details=!0,this.options.trace=!0),this.options.validations)for(const[s,o]of this.options.validations)this.registry.validations.set(s,o);const n=[...this.shapesPtr.hasOut([de.targetClass]),...this.shapesPtr.hasOut([de.targetNode]),...this.shapesPtr.hasOut([de.targetObjectsOf]),...this.shapesPtr.hasOut([de.targetSubjectsOf]),...this.shapesPtr.hasOut([Qr.type],[de.NodeShape]),...this.shapesPtr.hasOut([Qr.type],[de.PropertyShape])];for(const s of n)this.shape(s)}shape(e){if(!e.term)return null;let t=this.shapes.get(e.term);return t||(t=new w0(e,{validator:this}),this.shapes.set(e.term,t)),t}async validate(e,t){const r=new Ao({...e,factory:this.factory}),n=new hd({factory:this.factory,focusNode:r,options:this.options,validator:this});t?t=t.map(s=>this.shape(this.shapesPtr.node(s.terms))):t=this.shapes.values();for(const s of t){const o=n.create({shape:s});let a;r.isAny()?a=s.resolveTargets(o):a=r;for(const c of a)await s.validate(o.create({focusNode:c}))}return n.report}}let Pw=class extends HTMLElement{constructor(e){super(),this.shape=null,this.attachShadow({mode:"open"}),this.form=document.createElement("form"),this.config=new zh(e,this.form),this.form.addEventListener("change",t=>{t.stopPropagation(),this.config.editMode&&this.validate(!0).then(r=>{this.dispatchEvent(new CustomEvent("change",{bubbles:!0,cancelable:!1,composed:!0,detail:{valid:r.conforms,report:r}}))}).catch(r=>{console.warn(r)})})}static get observedAttributes(){return zh.dataAttributes()}connectedCallback(){this.shadowRoot.prepend(this.form)}attributeChangedCallback(){this.config.updateAttributes(this),this.initialize()}initialize(){clearTimeout(this.initDebounceTimeout),this.setAttribute("loading",""),this.form.replaceChildren(document.createTextNode(this.config.attributes.loading)),this.initDebounceTimeout=setTimeout(async()=>{try{await this.config.loader.loadGraphs(),this.form.replaceChildren(),this.config.renderedNodes.clear();const e=this.findRootShaclShapeSubject();if(e){this.form.classList.forEach(r=>{this.form.classList.remove(r)}),this.form.classList.toggle("mode-edit",this.config.editMode),this.form.classList.toggle("mode-view",!this.config.editMode),this.config.theme.apply(this.form);const t=[this.config.theme.stylesheet];for(const r of Cg())r.stylesheet&&t.push(r.stylesheet);if(this.shadowRoot.adoptedStyleSheets=t,this.shape=new _r(e,this.config,this.config.attributes.valuesSubject?ze.namedNode(this.config.attributes.valuesSubject):void 0),this.form.appendChild(this.shape),this.config.editMode){if(this.config.attributes.submitButton!==null){const r=this.config.theme.createButton(this.config.attributes.submitButton||"Submit",!0);r.addEventListener("click",n=>{n.preventDefault(),this.form.reportValidity()&&this.validate().then(s=>{if(s?.conforms)this.dispatchEvent(new Event("submit",{bubbles:!0,cancelable:!0}));else{let o=this.form.querySelector(":scope .invalid > .editor");o?o.focus():this.form.querySelector(":scope .invalid")?.scrollIntoView()}})}),this.form.appendChild(r)}this.config.attributes.valuesSubject&&this.removeFromDataGraph(ze.namedNode(this.config.attributes.valuesSubject)),await this.validate(!0)}}else if(this.config.store.countQuads(null,null,null,ys)>0)throw new Error("shacl root node shape not found")}catch(e){console.error(e);const t=document.createElement("div");t.innerText=String(e),this.form.replaceChildren(t)}this.removeAttribute("loading")},200)}serialize(e="text/turtle",t=this.toRDF()){const r=t.getQuads(null,null,null,null);return kg(r,e,this.config.prefixes)}toRDF(e=new jt){return this.shape?.toRDF(e),e}registerPlugin(e){Tg(e),this.initialize()}setTheme(e){this.config.theme=e,this.initialize()}setClassInstanceProvider(e){this.config.classInstanceProvider=e,this.initialize()}async validate(e=!1){for(const t of this.form.querySelectorAll(":scope .validation-error"))t.remove();for(const t of this.form.querySelectorAll(":scope .property-instance"))t.classList.remove("invalid"),t.querySelector(":scope > .editor")?.value?t.classList.add("valid"):t.classList.remove("valid");this.config.store.deleteGraph(this.config.valuesGraphId||""),this.shape&&(this.shape.toRDF(this.config.store),this.config.store.add(new Uo(this.shape.shaclSubject,ze.namedNode(Oe+"targetNode"),this.shape.nodeId,this.config.valuesGraphId)));try{const t=this.config.store,r=await new Ow(t,{details:!0,factory:ze}).validate({dataset:t});for(const n of r.results)if(n.focusNode?.ptrs?.length)for(const s of n.focusNode.ptrs){const o=s._term;if(n.path?.length){const a=n.path[0].predicates[0];let c=this.form.querySelectorAll(`
392
392
  :scope shacl-node[data-node-id='${o.id}'] > shacl-property > .property-instance[data-path='${a.id}'] > .editor,
393
393
  :scope shacl-node[data-node-id='${o.id}'] > shacl-property > .shacl-group > .property-instance[data-path='${a.id}'] > .editor,
394
394
  :scope shacl-node[data-node-id='${o.id}'] > .shacl-group > shacl-property > .property-instance[data-path='${a.id}'] > .editor,
395
395
  :scope shacl-node[data-node-id='${o.id}'] > .shacl-group > shacl-property > .shacl-group > .property-instance[data-path='${a.id}'] > .editor`);c.length===0&&(c=this.form.querySelectorAll(`
396
396
  :scope [data-node-id='${o.id}'] > shacl-property > .property-instance[data-path='${a.id}'],
397
397
  :scope [data-node-id='${o.id}'] > shacl-property > .shacl-group > .property-instance[data-path='${a.id}']`));for(const l of c)if(l.classList.contains("editor")){if(!e||l.value){let d=l.parentElement;d.classList.add("invalid"),d.classList.remove("valid"),d.appendChild(this.createValidationErrorDisplay(n));do d instanceof Ht&&(d.open=!0),d=d.parentElement;while(d)}}else e||(l.classList.add("invalid"),l.classList.remove("valid"),l.appendChild(this.createValidationErrorDisplay(n,"node")))}else e||this.form.querySelector(`:scope [data-node-id='${o.id}']`)?.prepend(this.createValidationErrorDisplay(n,"node"))}return r}catch(t){return console.error(t),!1}}createValidationErrorDisplay(e,t){const r=document.createElement("span");if(r.classList.add("validation-error"),t&&r.classList.add(t),e)if(e.message?.length>0)for(const n of e.message)r.title+=n.value+`
398
- `;else r.title=e.sourceConstraintComponent?.value;return r}findRootShaclShapeSubject(){let e=null;if(this.config.attributes.shapeSubject){if(e=ze.namedNode(this.config.attributes.shapeSubject),this.config.store.getQuads(e,qt,ao,null).length===0){console.warn(`shapes graph does not contain requested root shape ${this.config.attributes.shapeSubject}`);return}}else if(this.config.attributes.valuesSubject&&this.config.store.countQuads(null,null,null,Ji)>0){const t=ze.namedNode(this.config.attributes.valuesSubject),r=[...this.config.store.getQuads(t,qt,null,Ji),...this.config.store.getQuads(t,nc,null,Ji)];if(r.length===0){console.warn(`value subject '${this.config.attributes.valuesSubject}' has neither ${qt.id} nor ${nc.id} statement`);return}for(const n of r)if(this.config.store.getQuads(n.object,qt,ao,null).length>0){e=n.object;break}if(!e){const n=this.config.store.getQuads(null,gn,r[0].object,null);if(n.length===0){console.error(`value subject '${this.config.attributes.valuesSubject}' has no shacl shape definition in the shapes graph`);return}if(n.length>1&&console.warn(`value subject '${this.config.attributes.valuesSubject}' has multiple shacl shape definitions in the shapes graph, choosing the first found (${n[0].subject})`),this.config.store.getQuads(n[0].subject,qt,ao,null).length===0){console.error(`value subject '${this.config.attributes.valuesSubject}' references a shape which is not a NodeShape (${n[0].subject})`);return}e=n[0].subject}}else{const t=this.config.store.getQuads(null,qt,ao,null);if(t.length==0){console.warn("shapes graph does not contain any root shapes");return}t.length>1&&(console.warn("shapes graph contains",t.length,"root shapes. choosing first found which is",t[0].subject.value),console.info('hint: set the shape to use with attribute "data-shape-subject"')),e=t[0].subject}return e}removeFromDataGraph(e){this.config.attributes.valuesSubject;for(const t of this.config.store.getQuads(e,null,null,Ji))this.config.store.delete(t),(t.object.termType==="NamedNode"||t.object.termType==="BlankNode")&&this.removeFromDataGraph(t.object)}};function Cf(i){return i!==null&&typeof i=="object"&&"constructor"in i&&i.constructor===Object}function gd(i={},e={}){const t=["__proto__","constructor","prototype"];Object.keys(e).filter(r=>t.indexOf(r)<0).forEach(r=>{typeof i[r]>"u"?i[r]=e[r]:Cf(e[r])&&Cf(i[r])&&Object.keys(e[r]).length>0&&gd(i[r],e[r])})}const Qp={body:{},addEventListener(){},removeEventListener(){},activeElement:{blur(){},nodeName:""},querySelector(){return null},querySelectorAll(){return[]},getElementById(){return null},createEvent(){return{initEvent(){}}},createElement(){return{children:[],childNodes:[],style:{},setAttribute(){},getElementsByTagName(){return[]}}},createElementNS(){return{}},importNode(){return null},location:{hash:"",host:"",hostname:"",href:"",origin:"",pathname:"",protocol:"",search:""}};function ri(){const i=typeof document<"u"?document:{};return gd(i,Qp),i}const Pw={document:Qp,navigator:{userAgent:""},location:{hash:"",host:"",hostname:"",href:"",origin:"",pathname:"",protocol:"",search:""},history:{replaceState(){},pushState(){},go(){},back(){}},CustomEvent:function(){return this},addEventListener(){},removeEventListener(){},getComputedStyle(){return{getPropertyValue(){return""}}},Image(){},Date(){},screen:{},setTimeout(){},clearTimeout(){},matchMedia(){return{}},requestAnimationFrame(i){return typeof setTimeout>"u"?(i(),null):setTimeout(i,0)},cancelAnimationFrame(i){typeof setTimeout>"u"||clearTimeout(i)}};function Tr(){const i=typeof window<"u"?window:{};return gd(i,Pw),i}const Mw=i=>i?.nodeName.toLowerCase()??"",Hs=(i,e)=>i?.nodeName.toLowerCase()===e.toLowerCase(),vt=i=>typeof i=="function",_t=i=>typeof i=="string",ta=i=>typeof i=="number",Fw=i=>typeof i=="boolean",gt=i=>typeof i>"u",bd=i=>i===null,yd=i=>typeof Window<"u"&&i instanceof Window,vd=i=>typeof Document<"u"&&i instanceof Document,tr=i=>typeof Element<"u"&&i instanceof Element,jw=i=>typeof Node<"u"&&i instanceof Node,fn=i=>!vt(i)&&!yd(i)&&ta(i.length),Yi=i=>typeof i=="object"&&i!==null,Do=i=>vd(i)?i.documentElement:i,ia=i=>i.replace(/-([a-z])/g,(e,t)=>t.toUpperCase()),Jp=i=>i&&i.replace(/^./,i[0].toLowerCase()).replace(/[A-Z]/g,e=>"-"+e.toLowerCase()),Yp=()=>!1,dt=(i,e)=>{for(let t=0;t<i.length;t+=1)if(e.call(i[t],i[t],t)===!1)return i;return i},Wt=(i,e)=>{const t=Object.keys(i);for(let r=0;r<t.length;r+=1){const n=t[r];if(e.call(i[n],n,i[n])===!1)return i}return i};class Bt{constructor(e){return this.length=0,e?(dt(e,(t,r)=>{this[r]=t}),this.length=e.length,this):this}}const Lo=(i=ri())=>/complete|interactive/.test(i.readyState),ra=i=>ri().createElement(i),wd=(i,e)=>i.appendChild(e),_d=i=>i.parentNode?i.parentNode.removeChild(i):i,Zp=(i,e)=>{const t=ra(e);return t.innerHTML=i,[].slice.call(t.childNodes)},Bw=()=>{const i=function(e){if(!e)return new Bt;if(e instanceof Bt)return e;if(vt(e)){const t=ri();return Lo(t)?e.call(t,i):t.addEventListener("DOMContentLoaded",()=>e.call(t,i),{once:!0}),new Bt([t])}if(_t(e)){const t=e.trim();if(t.startsWith("<")&&t.endsWith(">")){let n="div";return Wt({li:"ul",tr:"tbody",td:"tr",th:"tr",tbody:"table",option:"select"},(o,a)=>{if(t.startsWith(`<${o}`))return n=a,!1}),new Bt(Zp(t,n))}const r=ri();return new Bt(r.querySelectorAll(e))}return fn(e)&&!jw(e)?new Bt(e):new Bt([e])};return i.fn=Bt.prototype,i},oe=Bw(),xd=(i,e)=>(dt(e,t=>{i.push(t)}),i),Ws=i=>[...new Set(i)];oe.fn.get=function(i){return i===void 0?[].slice.call(this):this[i>=0?i:i+this.length]};oe.fn.add=function(i){return new Bt(Ws(xd(this.get(),oe(i).get())))};const em=(i,e,t)=>{const r=i.getAttribute(e);return bd(r)?t:r},tm=(i,e)=>{i.removeAttribute(e)},im=(i,e,t)=>{bd(t)?tm(i,e):i.setAttribute(e,t)};oe.fn.each=function(i){return dt(this,(e,t)=>i.call(e,t,e))};dt(["add","remove","toggle"],i=>{oe.fn[`${i}Class`]=function(e){return i==="remove"&&!arguments.length?this.each((t,r)=>{im(r,"class","")}):this.each((t,r)=>{if(!tr(r))return;const n=(vt(e)?e.call(r,t,em(r,"class","")):e).split(" ").filter(s=>s);dt(n,s=>{r.classList[i](s)})})}});dt(["insertBefore","insertAfter"],(i,e)=>{oe.fn[i]=function(t){const r=e?oe(this.get().reverse()):this,n=oe(t),s=[];return n.each((o,a)=>{a.parentNode&&r.each((c,l)=>{const d=o?l.cloneNode(!0):l,u=e?a.nextSibling:a;s.push(d),a.parentNode.insertBefore(d,u)})}),oe(e?s.reverse():s)}});const qw=i=>_t(i)&&!(i.startsWith("<")&&i.endsWith(">"));dt(["before","after"],(i,e)=>{oe.fn[i]=function(...t){return e===1&&(t=t.reverse()),this.each((r,n)=>{const s=vt(t[0])?[t[0].call(n,r,n.innerHTML)]:t;dt(s,o=>{let a;qw(o)?a=oe(Zp(o,"div")):r&&tr(o)?a=oe(o.cloneNode(!0)):a=oe(o),a[e?"insertAfter":"insertBefore"](n)})})}});function rm(i,e){return fn(i)?dt(i,(t,r)=>e.call(t,r,t)):Wt(i,e)}function Es(i,e){const t=Tr();let r;const n=[];return rm(i,(s,o)=>{r=e.call(t,o,s),r!=null&&n.push(r)}),[].concat(...n)}oe.fn.map=function(i){return new Bt(Es(this,(e,t)=>i.call(e,t,e)))};oe.fn.clone=function(){return this.map(function(){return this.cloneNode(!0)})};oe.fn.is=function(i){let e=!1;if(vt(i))return this.each((r,n)=>{i.call(n,r,n)&&(e=!0)}),e;if(_t(i))return this.each((r,n)=>{vd(n)||yd(n)||n.matches.call(n,i)&&(e=!0)}),e;const t=oe(i);return this.each((r,n)=>{t.each((s,o)=>{n===o&&(e=!0)})}),e};oe.fn.remove=function(i){return this.each((e,t)=>{(!i||oe(t).is(i))&&_d(t)})};dt(["prepend","append"],(i,e)=>{oe.fn[i]=function(...t){return this.each((r,n)=>{const s=n.childNodes,o=s.length,a=o?s[e?o-1:0]:ra("div");o||wd(n,a);let c=vt(t[0])?[t[0].call(n,r,n.innerHTML)]:t;r&&(c=c.map(l=>_t(l)?l:oe(l).clone())),oe(a)[e?"after":"before"](...c),o||_d(a)})}});dt(["appendTo","prependTo"],(i,e)=>{oe.fn[i]=function(t){const r=[],n=oe(t).map((o,a)=>{const c=a.childNodes,l=c.length;if(l)return c[e?0:l-1];const d=ra("div");return wd(a,d),r.push(d),d}),s=this[e?"insertBefore":"insertAfter"](n);return oe(r).remove(),s}});const na=(i,e)=>Tr().getComputedStyle(i).getPropertyValue(Jp(e)),nm=i=>na(i,"box-sizing")==="border-box",fc=(i,e,t)=>{const r=e==="width"?["Left","Right"]:["Top","Bottom"];return[0,1].reduce((n,s,o)=>{let a=t+r[o];return t==="border"&&(a+="Width"),n+parseFloat(na(i,a)||"0")},0)},sa=(i,e)=>{if(e==="width"||e==="height"){const t=i.getBoundingClientRect()[e];return nm(i)?`${t}px`:`${t-fc(i,e,"border")-fc(i,e,"padding")}px`}return na(i,e)},Uw=["animation-iteration-count","column-count","fill-opacity","flex-grow","flex-shrink","font-weight","grid-area","grid-column","grid-column-end","grid-column-start","grid-row","grid-row-end","grid-row-start","line-height","opacity","order","orphans","widows","z-index","zoom"];dt(["attr","prop","css"],(i,e)=>{const t=(n,s,o)=>{if(gt(o))return;if(e===0)return im(n,s,o);if(e===1){n[s]=o;return}s=Jp(s);const a=()=>s.startsWith("--")||Uw.includes(s)?"":"px";n.style.setProperty(s,ta(o)?`${o}${a()}`:o)},r=(n,s)=>e===0?em(n,s):e===1?n[s]:sa(n,s);oe.fn[i]=function(n,s){if(Yi(n))return Wt(n,(o,a)=>{this[i](o,a)}),this;if(arguments.length===1){const o=this[0];return tr(o)?r(o,n):void 0}return this.each((o,a)=>{t(a,n,vt(s)?s.call(a,o,r(a,n)):s)})}});oe.fn.children=function(i){const e=[];return this.each((t,r)=>{dt(r.childNodes,n=>{tr(n)&&(!i||oe(n).is(i))&&e.push(n)})}),new Bt(Ws(e))};oe.fn.slice=function(...i){return new Bt([].slice.apply(this,i))};oe.fn.eq=function(i){const e=i===-1?this.slice(i):this.slice(i,+i+1);return new Bt(e)};const Ed=(i,e,t,r,n)=>{const s=[];let o;return i.each((a,c)=>{for(o=c[t];o&&tr(o);){if(e===2){if(r&&oe(o).is(r))break;(!n||oe(o).is(n))&&s.push(o)}else if(e===0){(!r||oe(o).is(r))&&s.push(o);break}else(!r||oe(o).is(r))&&s.push(o);o=o[t]}}),new Bt(Ws(s))};dt(["","s","sUntil"],(i,e)=>{oe.fn[`parent${i}`]=function(t,r){const n=e?oe(this.get().reverse()):this;return Ed(n,e,"parentNode",t,r)}});oe.fn.closest=function(i){if(this.is(i))return this;const e=[];return this.parents().each((t,r)=>{if(oe(r).is(i))return e.push(r),!1}),new Bt(e)};const oa=new WeakMap,Gs=i=>oa.get(i)??{},sm=(i,e)=>{const t=Gs(i),r=ia(e);return r in t?t[r]:void 0},Sd=(i,e)=>{const t=Gs(i);Wt(e,(r,n)=>{t[ia(r)]=n}),oa.set(i,t)},om=(i,e,t)=>{Sd(i,{[e]:t})},Vw=i=>{oa.delete(i)},zw=(i,e)=>{const t=Gs(i);dt(e,r=>{const n=ia(r);delete t[n]}),oa.set(i,t)},Hw=/^(?:{[\w\W]*\}|\[[\w\W]*\])$/,Ww=i=>i==="true"?!0:i==="false"?!1:i==="null"?null:i===+i+""?+i:Hw.test(i)?JSON.parse(i):i,$f=(i,e,t)=>{if(gt(t)&&i.nodeType===1&&(t=i.dataset[e],_t(t)))try{t=Ww(t)}catch{}return t};oe.fn.data=function(i,e){if(gt(i)){if(!this.length)return;const t=this[0],r=Gs(t);return t.nodeType!==1||Wt(t.dataset,n=>{r[n]=$f(t,n,r[n])}),r}if(Yi(i))return this.each(function(){Sd(this,i)});if(arguments.length===2&&gt(e))return this;if(!gt(e))return this.each(function(){om(this,i,e)});if(this.length)return $f(this[0],ia(i),sm(this[0],i))};oe.fn.empty=function(){return this.each((i,e)=>{e.innerHTML=""})};oe.fn.extend=function(i){return Wt(i,(e,t)=>{oe.fn[e]=t}),this};oe.fn.filter=function(i){if(vt(i))return this.map((t,r)=>i.call(r,t,r)?r:void 0);if(_t(i))return this.map((t,r)=>oe(r).is(i)?r:void 0);const e=oe(i);return this.map((t,r)=>e.get().includes(r)?r:void 0)};oe.fn.find=function(i){const e=[];return this.each((t,r)=>{xd(e,oe(r.querySelectorAll(i)).get())}),new Bt(e)};oe.fn.first=function(){return this.eq(0)};const kd=(i,e)=>i!==e&&Do(i).contains(e);oe.fn.has=function(i){const e=_t(i)?this.find(i):oe(i),{length:t}=e;return this.map(function(){for(let r=0;r<t;r+=1)if(kd(this,e[r]))return this})};oe.fn.hasClass=function(i){return this[0].classList.contains(i)};const am=(i,e,t,r,n,s)=>{const o=a=>fc(i,e.toLowerCase(),a)*s;return r===2&&n&&(t+=o("margin")),nm(i)?(r===0&&(t-=o("border")),r===1&&(t-=o("border"),t-=o("padding"))):(r===0&&(t+=o("padding")),r===2&&(t+=o("border"),t+=o("padding"))),t},lm=(i,e,t,r)=>{const n=ri(),s=`client${e}`,o=`scroll${e}`,a=`offset${e}`,c=`inner${e}`;if(yd(i))return t===2?i[c]:Do(n)[s];if(vd(i)){const d=Do(i);return Math.max(i.body[o],d[o],i.body[a],d[a],d[s])}const l=parseFloat(na(i,e.toLowerCase())||"0");return am(i,e,l,t,r,1)},Gw=(i,e,t,r,n,s)=>{let o=vt(s)?s.call(i,e,lm(i,t,r,n)):s;if(o==null)return;const a=oe(i),c=t.toLowerCase();if(_t(o)&&["auto","inherit",""].includes(o)){a.css(c,o);return}const l=o.toString().replace(/\b[0-9.]*/,""),d=parseFloat(o);o=am(i,t,d,r,n,-1)+(l||"px"),a.css(c,o)};dt(["Width","Height"],i=>{dt([`inner${i}`,i.toLowerCase(),`outer${i}`],(e,t)=>{oe.fn[e]=function(r,n){const s=arguments.length&&(t<2||!Fw(r)),o=r===!0||n===!0;return s?this.each((a,c)=>Gw(c,a,i,t,o,r)):this.length?lm(this[0],i,t,o):void 0}})});oe.fn.hide=function(){return this.each((i,e)=>{e.style.display="none"})};dt(["val","html","text"],(i,e)=>{const r=["value","innerHTML","textContent"][e],n=o=>{if(e===2)return Es(o,l=>Do(l)[r]).join("");if(!o.length)return;const a=o[0],c=oe(a);return e===0&&c.is("select[multiple]")?Es(c.find("option:checked"),l=>l.value):a[r]},s=(o,a)=>{if(gt(a)){if(e!==0)return;a=""}e===1&&tr(a)&&(a=a.outerHTML),o[r]=a};oe.fn[i]=function(o){return arguments.length?this.each((a,c)=>{const l=oe(c),d=vt(o)?o.call(c,a,n(l)):o;e===0&&Array.isArray(d)?l.is("select[multiple]")?Es(l.find("option"),u=>u.selected=d.includes(u.value)):c.checked=d.includes(c.value):s(c,d)}):n(this)}});oe.fn.index=function(i){return arguments.length?_t(i)?oe(i).get().indexOf(this[0]):this.get().indexOf(oe(i)[0]):this.eq(0).parent().children().get().indexOf(this[0])};oe.fn.last=function(){return this.eq(-1)};dt(["","All","Until"],(i,e)=>{oe.fn[`next${i}`]=function(t,r){return Ed(this,e,"nextElementSibling",t,r)}});oe.fn.not=function(i){const e=this.filter(i);return this.map((t,r)=>e.index(r)>-1?void 0:r)};const Kw=Tr().CustomEvent;class Xw extends Kw{constructor(e,t){super(e,t),this.data=t.data,this.namespace=t.namespace}}const Kl=new WeakMap;let Qw=1;const pc=i=>(Kl.has(i)||Kl.set(i,++Qw),Kl.get(i)),Af=new Map,Oo=i=>{const e=pc(i);return Af.get(e)||Af.set(e,[]).get(e)},Rd=i=>{const e=i.split(".");return{type:e[0],namespace:e.slice(1).sort().join(" ")}},cm=i=>new RegExp("(?:^| )"+i.replace(" "," .* ?")+"(?: |$)"),Jw=(i,e,t,r)=>{const n=Rd(e);return Oo(i).filter(s=>s&&(!n.type||s.type===n.type)&&(!n.namespace||cm(n.namespace).test(s.namespace))&&(!t||pc(s.func)===pc(t))&&(!r||s.selector===r))},Yw=(i,e,t,r,n)=>{let s=!1;Yi(r)&&r.useCapture&&(s=!0),e.split(" ").forEach(o=>{if(!o)return;const a=Rd(o),c=(u,m)=>{t.apply(m,u.detail===null?[u]:[u].concat(u.detail))===!1&&(u.preventDefault(),u.stopPropagation())},l=u=>{u.namespace&&!cm(u.namespace).test(a.namespace)||(u.data=r,n?oe(i).find(n).get().reverse().forEach(m=>{(m===u.target||kd(m,u.target))&&c(u,m)}):c(u,i))},d={type:a.type,namespace:a.namespace,func:t,selector:n,id:Oo(i).length,proxy:l};Oo(i).push(d),i.addEventListener(d.type,l,s)})},Zw=(i,e,t,r)=>{const n=Oo(i),s=o=>{delete n[o.id],i.removeEventListener(o.type,o.proxy,!1)};e?e.split(" ").forEach(o=>{o&&Jw(i,o,t,r).forEach(a=>{s(a)})}):n.forEach(o=>{s(o)})};oe.fn.off=function(i,e,t){return Yi(i)?(Wt(i,(r,n)=>{this.off(r,e,n)}),this):((e===!1||vt(e))&&(t=e,e=void 0),t===!1&&(t=Yp),this.each(function(){Zw(this,i,t,e)}))};function aa(i,...e){return dt(e,t=>{Wt(t,(r,n)=>{gt(n)||(i[r]=n)})}),i}oe.fn.offsetParent=function(){const i=ri();return this.map(function(){let e=this.offsetParent;for(;e&&oe(e).css("position")==="static";)e=e.offsetParent;return e||i.documentElement})};const ho=(i,e)=>parseFloat(i.css(e));oe.fn.position=function(){if(!this.length)return;const i=this.eq(0);let e,t={left:0,top:0};if(i.css("position")==="fixed")e=i[0].getBoundingClientRect();else{e=i.offset();const r=i.offsetParent();t=r.offset(),t.top+=ho(r,"border-top-width"),t.left+=ho(r,"border-left-width")}return{top:e.top-t.top-ho(i,"margin-top"),left:e.left-t.left-ho(i,"margin-left")}};const dm=i=>{if(!i.getClientRects().length)return{top:0,left:0};const{top:e,left:t}=i.getBoundingClientRect(),{pageYOffset:r,pageXOffset:n}=i.ownerDocument.defaultView;return{top:e+r,left:t+n}},e1=(i,e,t)=>{const r=oe(i),n=r.css("position");n==="static"&&r.css("position","relative");const s=dm(i),o=r.css("top"),a=r.css("left");let c,l;if((n==="absolute"||n==="fixed")&&(o+a).includes("auto")){const m=r.position();c=m.top,l=m.left}else c=parseFloat(o),l=parseFloat(a);const u=vt(e)?e.call(i,t,aa({},s)):e;r.css({top:u.top!=null?u.top-s.top+c:void 0,left:u.left!=null?u.left-s.left+l:void 0})};oe.fn.offset=function(i){return arguments.length?this.each(function(e){e1(this,i,e)}):this.length?dm(this[0]):void 0};oe.fn.on=function(i,e,t,r,n){if(Yi(i))return _t(e)||(t=t||e,e=void 0),Wt(i,(s,o)=>{this.on(s,e,t,o,n)}),this;if(t==null&&r==null?(r=e,t=e=void 0):r==null&&(_t(e)?(r=t,t=void 0):(r=t,t=e,e=void 0)),r===!1)r=Yp;else if(!r)return this;if(n){const s=this,o=r;r=function(a,...c){return s.off(a.type,e,r),o.call(this,a,...c)}}return this.each(function(){Yw(this,i,r,t,e)})};oe.fn.one=function(i,e,t,r){return this.on(i,e,t,r,!0)};dt(["","All","Until"],(i,e)=>{oe.fn[`prev${i}`]=function(t,r){const n=e?oe(this.get().reverse()):this;return Ed(n,e,"previousElementSibling",t,r)}});oe.fn.removeAttr=function(i){const e=i.split(" ").filter(t=>t);return this.each(function(){dt(e,t=>{tm(this,t)})})};const um=(i,e)=>{if(gt(e))return Vw(i);const t=_t(e)?e.split(" ").filter(r=>r):e;zw(i,t)};oe.fn.removeData=function(i){return this.each((e,t)=>{um(t,i)})};oe.fn.removeProp=function(i){return this.each((e,t)=>{try{delete t[i]}catch{}})};oe.fn.replaceWith=function(i){return this.each((e,t)=>{let r=i;vt(r)?r=r.call(t,e,t.innerHTML):e&&!_t(r)&&(r=oe(r).clone()),oe(t).before(r)}),this.remove()};oe.fn.replaceAll=function(i){return oe(i).map((e,t)=>(oe(t).replaceWith(e?this.clone():this),this.get()))};const Id=i=>{if(!Yi(i)&&!Array.isArray(i))return"";const e=[],t=(r,n)=>{let s;Yi(n)?Wt(n,(o,a)=>{s=Array.isArray(n)&&!Yi(a)?"":o,t(`${r}[${s}]`,a)}):(s=n==null||n===""?"=":`=${encodeURIComponent(n)}`,e.push(encodeURIComponent(r)+s))};return Array.isArray(i)?dt(i,({name:r,value:n})=>t(r,n)):Wt(i,t),e.join("&")},dn=new WeakMap,hm=i=>{const e=[...i.elements],t=dn.get(i)||[],r=(n,s)=>n.compareDocumentPosition(s)&Node.DOCUMENT_POSITION_FOLLOWING?-1:1;return[...e,...t].sort(r)},fm=i=>{const e=[];return i.each((t,r)=>{const n=r instanceof HTMLFormElement?hm(r):[r];oe(n).each((s,o)=>{const a=oe(o),c=o.type,l=o.nodeName.toLowerCase();l!=="fieldset"&&o.name&&!o.disabled&&["input","select","textarea","keygen","mdui-checkbox","mdui-radio-group","mdui-switch","mdui-text-field","mdui-select","mdui-slider","mdui-range-slider","mdui-segmented-button-group"].includes(l)&&!["submit","button","image","reset","file"].includes(c)&&(!["radio","checkbox"].includes(c)||o.checked)&&(!["mdui-checkbox","mdui-switch"].includes(l)||o.checked)&&e.push({name:o.name,value:a.val()})})}),e};oe.fn.serializeArray=function(){return fm(this).map(i=>Array.isArray(i.value)?i.value.map(e=>({name:i.name,value:e})):i).flat()};oe.fn.serialize=function(){return Id(this.serializeArray())};oe.fn.serializeObject=function(){const i={};return fm(this).forEach(e=>{const{name:t,value:r}=e;if(!Object.prototype.hasOwnProperty.call(i,t))i[t]=r;else{const n=i[t];Array.isArray(n)||(i[t]=[n]),Array.isArray(r)?i[t].push(...r):i[t].push(r)}}),i};const Xl={},t1=i=>{const e=ri();let t,r;return Xl[i]||(t=ra(i),wd(e.body,t),r=sa(t,"display"),_d(t),r==="none"&&(r="block"),Xl[i]=r),Xl[i]};oe.fn.show=function(){return this.each((i,e)=>{e.style.display==="none"&&(e.style.display=""),sa(e,"display")==="none"&&(e.style.display=t1(e.nodeName))})};oe.fn.siblings=function(i){return this.prevAll(i).add(this.nextAll(i))};oe.fn.toggle=function(){return this.each((i,e)=>{sa(e,"display")==="none"?oe(e).show():oe(e).hide()})};oe.fn.trigger=function(i,e=null,t){const{type:r,namespace:n}=Rd(i),s=new Xw(r,{detail:e,data:null,namespace:n,bubbles:!0,cancelable:!1,composed:!0,...t});return this.each((o,a)=>{a.dispatchEvent(s)})};const i1="ajaxStart",Nf="ajaxSuccess",fo="ajaxError",Ql="ajaxComplete",Ss={},r1=i=>["GET","HEAD"].includes(i),Df=(i,e)=>`${i}&${e}`.replace(/[&?]{1,2}/,"?"),n1=i=>{const e=Tr();return/^([\w-]+:)?\/\/([^/]+)/.test(i)&&RegExp.$2!==e.location.host},s1=i=>i>=200&&i<300||[0,304].includes(i),o1=i=>{const e={url:"",method:"GET",data:"",processData:!0,async:!0,cache:!0,username:"",password:"",headers:{},xhrFields:{},statusCode:{},dataType:"",contentType:"application/x-www-form-urlencoded",timeout:0,global:!0};return Wt(Ss,(t,r)=>{!["beforeSend","success","error","complete","statusCode"].includes(t)&&!gt(r)&&(e[t]=r)}),aa({},e,i)},pm=i=>{const e=ri(),t=Tr();let r=!1;const n={},s={},o=o1(i),a=o.method.toUpperCase();let{data:c,url:l}=o;l=l||t.location.toString();const{processData:d,async:u,cache:m,username:g,password:v,headers:_,xhrFields:E,statusCode:x,dataType:k,contentType:y,timeout:h,global:p}=o,T=r1(a);c&&(T||d)&&!_t(c)&&!(c instanceof ArrayBuffer)&&!(c instanceof Blob)&&!(c instanceof Document)&&!(c instanceof FormData)&&(c=Id(c)),c&&T&&(l=Df(l,c),c=null);const N=(F,I,...O)=>{p&&oe(e).trigger(F,I==="success"?s:n);let U,R;I in Ss&&(U=Ss[I](...O)),o[I]&&(R=o[I](...O)),I==="beforeSend"&&[U,R].includes(!1)&&(r=!0)};return(()=>{let F;return new Promise((I,O)=>{const U=J=>O(new Error(J));T&&!m&&(l=Df(l,`_=${Date.now()}`));const R=new XMLHttpRequest;R.open(a,l,u,g,v),(y||c&&!T&&y!==!1)&&R.setRequestHeader("Content-Type",y),k==="json"&&R.setRequestHeader("Accept","application/json, text/javascript"),Wt(_,(J,$)=>{gt($)||R.setRequestHeader(J,$+"")}),n1(l)||R.setRequestHeader("X-Requested-With","XMLHttpRequest"),Wt(E,(J,$)=>{R[J]=$}),n.xhr=s.xhr=R,n.options=s.options=o;let D;if(R.onload=()=>{D&&clearTimeout(D);const J=s1(R.status);let $;if(J)if(F=R.status===204||a==="HEAD"?"nocontent":R.status===304?"notmodified":"success",k==="json"||!k&&(R.getResponseHeader("content-type")||"").includes("json")){try{$=a==="HEAD"?void 0:JSON.parse(R.responseText),s.response=$}catch{F="parsererror",N(fo,"error",R,F),U(F)}F!=="parsererror"&&(N(Nf,"success",$,F,R),I($))}else $=a==="HEAD"?void 0:R.responseType==="text"||R.responseType===""?R.responseText:R.response,s.response=$,N(Nf,"success",$,F,R),I($);else F="error",N(fo,"error",R,F),U(F);dt([Ss.statusCode??{},x],Z=>{Z[R.status]&&(J?Z[R.status]($,F,R):Z[R.status](R,F))}),N(Ql,"complete",R,F)},R.onerror=()=>{D&&clearTimeout(D),N(fo,"error",R,R.statusText),N(Ql,"complete",R,"error"),U(R.statusText)},R.onabort=()=>{let J="abort";D&&(J="timeout",clearTimeout(D)),N(fo,"error",R,J),N(Ql,"complete",R,J),U(J)},N(i1,"beforeSend",R,o),r)return U("cancel");h>0&&(D=t.setTimeout(()=>R.abort(),h)),R.send(c)})})()};oe.ajax=pm;const a1=i=>aa(Ss,i);oe.ajaxSetup=a1;oe.contains=kd;function l1(i,e,t){return Yi(e)?(Sd(i,e),e):gt(t)?gt(e)?Gs(i):sm(i,e):(om(i,e,t),t)}oe.data=l1;oe.each=rm;oe.extend=function(i,...e){return e.length?aa(i,...e):(Wt(i,(t,r)=>{this[t]=r}),this)};oe.map=Es;oe.merge=xd;oe.param=Id;oe.removeData=um;oe.unique=Ws;function w(i,e,t,r){var n=arguments.length,s=n<3?e:r===null?r=Object.getOwnPropertyDescriptor(e,t):r,o;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(i,e,t,r);else for(var a=i.length-1;a>=0;a--)(o=i[a])&&(s=(n<3?o(s):n>3?o(e,t,s):o(e,t))||s);return n>3&&s&&Object.defineProperty(e,t,s),s}/**
398
+ `;else r.title=e.sourceConstraintComponent?.value;return r}findRootShaclShapeSubject(){let e=null;if(this.config.attributes.shapeSubject){if(e=ze.namedNode(this.config.attributes.shapeSubject),this.config.store.getQuads(e,qt,ao,null).length===0){console.warn(`shapes graph does not contain requested root shape ${this.config.attributes.shapeSubject}`);return}}else if(this.config.attributes.valuesSubject&&this.config.store.countQuads(null,null,null,Ji)>0){const t=ze.namedNode(this.config.attributes.valuesSubject),r=[...this.config.store.getQuads(t,qt,null,Ji),...this.config.store.getQuads(t,nc,null,Ji)];if(r.length===0){console.warn(`value subject '${this.config.attributes.valuesSubject}' has neither ${qt.id} nor ${nc.id} statement`);return}for(const n of r)if(this.config.store.getQuads(n.object,qt,ao,null).length>0){e=n.object;break}if(!e){const n=this.config.store.getQuads(null,gn,r[0].object,null);if(n.length===0){console.error(`value subject '${this.config.attributes.valuesSubject}' has no shacl shape definition in the shapes graph`);return}if(n.length>1&&console.warn(`value subject '${this.config.attributes.valuesSubject}' has multiple shacl shape definitions in the shapes graph, choosing the first found (${n[0].subject})`),this.config.store.getQuads(n[0].subject,qt,ao,null).length===0){console.error(`value subject '${this.config.attributes.valuesSubject}' references a shape which is not a NodeShape (${n[0].subject})`);return}e=n[0].subject}}else{const t=this.config.store.getQuads(null,qt,ao,null);if(t.length==0){console.warn("shapes graph does not contain any root shapes");return}t.length>1&&(console.warn("shapes graph contains",t.length,"root shapes. choosing first found which is",t[0].subject.value),console.info('hint: set the shape to use with attribute "data-shape-subject"')),e=t[0].subject}return e}removeFromDataGraph(e){this.config.attributes.valuesSubject;for(const t of this.config.store.getQuads(e,null,null,Ji))this.config.store.delete(t),(t.object.termType==="NamedNode"||t.object.termType==="BlankNode")&&this.removeFromDataGraph(t.object)}};function Cf(i){return i!==null&&typeof i=="object"&&"constructor"in i&&i.constructor===Object}function gd(i={},e={}){const t=["__proto__","constructor","prototype"];Object.keys(e).filter(r=>t.indexOf(r)<0).forEach(r=>{typeof i[r]>"u"?i[r]=e[r]:Cf(e[r])&&Cf(i[r])&&Object.keys(e[r]).length>0&&gd(i[r],e[r])})}const Qp={body:{},addEventListener(){},removeEventListener(){},activeElement:{blur(){},nodeName:""},querySelector(){return null},querySelectorAll(){return[]},getElementById(){return null},createEvent(){return{initEvent(){}}},createElement(){return{children:[],childNodes:[],style:{},setAttribute(){},getElementsByTagName(){return[]}}},createElementNS(){return{}},importNode(){return null},location:{hash:"",host:"",hostname:"",href:"",origin:"",pathname:"",protocol:"",search:""}};function ri(){const i=typeof document<"u"?document:{};return gd(i,Qp),i}const Mw={document:Qp,navigator:{userAgent:""},location:{hash:"",host:"",hostname:"",href:"",origin:"",pathname:"",protocol:"",search:""},history:{replaceState(){},pushState(){},go(){},back(){}},CustomEvent:function(){return this},addEventListener(){},removeEventListener(){},getComputedStyle(){return{getPropertyValue(){return""}}},Image(){},Date(){},screen:{},setTimeout(){},clearTimeout(){},matchMedia(){return{}},requestAnimationFrame(i){return typeof setTimeout>"u"?(i(),null):setTimeout(i,0)},cancelAnimationFrame(i){typeof setTimeout>"u"||clearTimeout(i)}};function Tr(){const i=typeof window<"u"?window:{};return gd(i,Mw),i}const Fw=i=>i?.nodeName.toLowerCase()??"",Hs=(i,e)=>i?.nodeName.toLowerCase()===e.toLowerCase(),vt=i=>typeof i=="function",_t=i=>typeof i=="string",ta=i=>typeof i=="number",jw=i=>typeof i=="boolean",gt=i=>typeof i>"u",bd=i=>i===null,yd=i=>typeof Window<"u"&&i instanceof Window,vd=i=>typeof Document<"u"&&i instanceof Document,tr=i=>typeof Element<"u"&&i instanceof Element,Bw=i=>typeof Node<"u"&&i instanceof Node,fn=i=>!vt(i)&&!yd(i)&&ta(i.length),Yi=i=>typeof i=="object"&&i!==null,Do=i=>vd(i)?i.documentElement:i,ia=i=>i.replace(/-([a-z])/g,(e,t)=>t.toUpperCase()),Jp=i=>i&&i.replace(/^./,i[0].toLowerCase()).replace(/[A-Z]/g,e=>"-"+e.toLowerCase()),Yp=()=>!1,dt=(i,e)=>{for(let t=0;t<i.length;t+=1)if(e.call(i[t],i[t],t)===!1)return i;return i},Wt=(i,e)=>{const t=Object.keys(i);for(let r=0;r<t.length;r+=1){const n=t[r];if(e.call(i[n],n,i[n])===!1)return i}return i};class Bt{constructor(e){return this.length=0,e?(dt(e,(t,r)=>{this[r]=t}),this.length=e.length,this):this}}const Lo=(i=ri())=>/complete|interactive/.test(i.readyState),ra=i=>ri().createElement(i),wd=(i,e)=>i.appendChild(e),_d=i=>i.parentNode?i.parentNode.removeChild(i):i,Zp=(i,e)=>{const t=ra(e);return t.innerHTML=i,[].slice.call(t.childNodes)},qw=()=>{const i=function(e){if(!e)return new Bt;if(e instanceof Bt)return e;if(vt(e)){const t=ri();return Lo(t)?e.call(t,i):t.addEventListener("DOMContentLoaded",()=>e.call(t,i),{once:!0}),new Bt([t])}if(_t(e)){const t=e.trim();if(t.startsWith("<")&&t.endsWith(">")){let n="div";return Wt({li:"ul",tr:"tbody",td:"tr",th:"tr",tbody:"table",option:"select"},(o,a)=>{if(t.startsWith(`<${o}`))return n=a,!1}),new Bt(Zp(t,n))}const r=ri();return new Bt(r.querySelectorAll(e))}return fn(e)&&!Bw(e)?new Bt(e):new Bt([e])};return i.fn=Bt.prototype,i},oe=qw(),xd=(i,e)=>(dt(e,t=>{i.push(t)}),i),Ws=i=>[...new Set(i)];oe.fn.get=function(i){return i===void 0?[].slice.call(this):this[i>=0?i:i+this.length]};oe.fn.add=function(i){return new Bt(Ws(xd(this.get(),oe(i).get())))};const em=(i,e,t)=>{const r=i.getAttribute(e);return bd(r)?t:r},tm=(i,e)=>{i.removeAttribute(e)},im=(i,e,t)=>{bd(t)?tm(i,e):i.setAttribute(e,t)};oe.fn.each=function(i){return dt(this,(e,t)=>i.call(e,t,e))};dt(["add","remove","toggle"],i=>{oe.fn[`${i}Class`]=function(e){return i==="remove"&&!arguments.length?this.each((t,r)=>{im(r,"class","")}):this.each((t,r)=>{if(!tr(r))return;const n=(vt(e)?e.call(r,t,em(r,"class","")):e).split(" ").filter(s=>s);dt(n,s=>{r.classList[i](s)})})}});dt(["insertBefore","insertAfter"],(i,e)=>{oe.fn[i]=function(t){const r=e?oe(this.get().reverse()):this,n=oe(t),s=[];return n.each((o,a)=>{a.parentNode&&r.each((c,l)=>{const d=o?l.cloneNode(!0):l,u=e?a.nextSibling:a;s.push(d),a.parentNode.insertBefore(d,u)})}),oe(e?s.reverse():s)}});const Uw=i=>_t(i)&&!(i.startsWith("<")&&i.endsWith(">"));dt(["before","after"],(i,e)=>{oe.fn[i]=function(...t){return e===1&&(t=t.reverse()),this.each((r,n)=>{const s=vt(t[0])?[t[0].call(n,r,n.innerHTML)]:t;dt(s,o=>{let a;Uw(o)?a=oe(Zp(o,"div")):r&&tr(o)?a=oe(o.cloneNode(!0)):a=oe(o),a[e?"insertAfter":"insertBefore"](n)})})}});function rm(i,e){return fn(i)?dt(i,(t,r)=>e.call(t,r,t)):Wt(i,e)}function Es(i,e){const t=Tr();let r;const n=[];return rm(i,(s,o)=>{r=e.call(t,o,s),r!=null&&n.push(r)}),[].concat(...n)}oe.fn.map=function(i){return new Bt(Es(this,(e,t)=>i.call(e,t,e)))};oe.fn.clone=function(){return this.map(function(){return this.cloneNode(!0)})};oe.fn.is=function(i){let e=!1;if(vt(i))return this.each((r,n)=>{i.call(n,r,n)&&(e=!0)}),e;if(_t(i))return this.each((r,n)=>{vd(n)||yd(n)||n.matches.call(n,i)&&(e=!0)}),e;const t=oe(i);return this.each((r,n)=>{t.each((s,o)=>{n===o&&(e=!0)})}),e};oe.fn.remove=function(i){return this.each((e,t)=>{(!i||oe(t).is(i))&&_d(t)})};dt(["prepend","append"],(i,e)=>{oe.fn[i]=function(...t){return this.each((r,n)=>{const s=n.childNodes,o=s.length,a=o?s[e?o-1:0]:ra("div");o||wd(n,a);let c=vt(t[0])?[t[0].call(n,r,n.innerHTML)]:t;r&&(c=c.map(l=>_t(l)?l:oe(l).clone())),oe(a)[e?"after":"before"](...c),o||_d(a)})}});dt(["appendTo","prependTo"],(i,e)=>{oe.fn[i]=function(t){const r=[],n=oe(t).map((o,a)=>{const c=a.childNodes,l=c.length;if(l)return c[e?0:l-1];const d=ra("div");return wd(a,d),r.push(d),d}),s=this[e?"insertBefore":"insertAfter"](n);return oe(r).remove(),s}});const na=(i,e)=>Tr().getComputedStyle(i).getPropertyValue(Jp(e)),nm=i=>na(i,"box-sizing")==="border-box",fc=(i,e,t)=>{const r=e==="width"?["Left","Right"]:["Top","Bottom"];return[0,1].reduce((n,s,o)=>{let a=t+r[o];return t==="border"&&(a+="Width"),n+parseFloat(na(i,a)||"0")},0)},sa=(i,e)=>{if(e==="width"||e==="height"){const t=i.getBoundingClientRect()[e];return nm(i)?`${t}px`:`${t-fc(i,e,"border")-fc(i,e,"padding")}px`}return na(i,e)},Vw=["animation-iteration-count","column-count","fill-opacity","flex-grow","flex-shrink","font-weight","grid-area","grid-column","grid-column-end","grid-column-start","grid-row","grid-row-end","grid-row-start","line-height","opacity","order","orphans","widows","z-index","zoom"];dt(["attr","prop","css"],(i,e)=>{const t=(n,s,o)=>{if(gt(o))return;if(e===0)return im(n,s,o);if(e===1){n[s]=o;return}s=Jp(s);const a=()=>s.startsWith("--")||Vw.includes(s)?"":"px";n.style.setProperty(s,ta(o)?`${o}${a()}`:o)},r=(n,s)=>e===0?em(n,s):e===1?n[s]:sa(n,s);oe.fn[i]=function(n,s){if(Yi(n))return Wt(n,(o,a)=>{this[i](o,a)}),this;if(arguments.length===1){const o=this[0];return tr(o)?r(o,n):void 0}return this.each((o,a)=>{t(a,n,vt(s)?s.call(a,o,r(a,n)):s)})}});oe.fn.children=function(i){const e=[];return this.each((t,r)=>{dt(r.childNodes,n=>{tr(n)&&(!i||oe(n).is(i))&&e.push(n)})}),new Bt(Ws(e))};oe.fn.slice=function(...i){return new Bt([].slice.apply(this,i))};oe.fn.eq=function(i){const e=i===-1?this.slice(i):this.slice(i,+i+1);return new Bt(e)};const Ed=(i,e,t,r,n)=>{const s=[];let o;return i.each((a,c)=>{for(o=c[t];o&&tr(o);){if(e===2){if(r&&oe(o).is(r))break;(!n||oe(o).is(n))&&s.push(o)}else if(e===0){(!r||oe(o).is(r))&&s.push(o);break}else(!r||oe(o).is(r))&&s.push(o);o=o[t]}}),new Bt(Ws(s))};dt(["","s","sUntil"],(i,e)=>{oe.fn[`parent${i}`]=function(t,r){const n=e?oe(this.get().reverse()):this;return Ed(n,e,"parentNode",t,r)}});oe.fn.closest=function(i){if(this.is(i))return this;const e=[];return this.parents().each((t,r)=>{if(oe(r).is(i))return e.push(r),!1}),new Bt(e)};const oa=new WeakMap,Gs=i=>oa.get(i)??{},sm=(i,e)=>{const t=Gs(i),r=ia(e);return r in t?t[r]:void 0},Sd=(i,e)=>{const t=Gs(i);Wt(e,(r,n)=>{t[ia(r)]=n}),oa.set(i,t)},om=(i,e,t)=>{Sd(i,{[e]:t})},zw=i=>{oa.delete(i)},Hw=(i,e)=>{const t=Gs(i);dt(e,r=>{const n=ia(r);delete t[n]}),oa.set(i,t)},Ww=/^(?:{[\w\W]*\}|\[[\w\W]*\])$/,Gw=i=>i==="true"?!0:i==="false"?!1:i==="null"?null:i===+i+""?+i:Ww.test(i)?JSON.parse(i):i,$f=(i,e,t)=>{if(gt(t)&&i.nodeType===1&&(t=i.dataset[e],_t(t)))try{t=Gw(t)}catch{}return t};oe.fn.data=function(i,e){if(gt(i)){if(!this.length)return;const t=this[0],r=Gs(t);return t.nodeType!==1||Wt(t.dataset,n=>{r[n]=$f(t,n,r[n])}),r}if(Yi(i))return this.each(function(){Sd(this,i)});if(arguments.length===2&&gt(e))return this;if(!gt(e))return this.each(function(){om(this,i,e)});if(this.length)return $f(this[0],ia(i),sm(this[0],i))};oe.fn.empty=function(){return this.each((i,e)=>{e.innerHTML=""})};oe.fn.extend=function(i){return Wt(i,(e,t)=>{oe.fn[e]=t}),this};oe.fn.filter=function(i){if(vt(i))return this.map((t,r)=>i.call(r,t,r)?r:void 0);if(_t(i))return this.map((t,r)=>oe(r).is(i)?r:void 0);const e=oe(i);return this.map((t,r)=>e.get().includes(r)?r:void 0)};oe.fn.find=function(i){const e=[];return this.each((t,r)=>{xd(e,oe(r.querySelectorAll(i)).get())}),new Bt(e)};oe.fn.first=function(){return this.eq(0)};const kd=(i,e)=>i!==e&&Do(i).contains(e);oe.fn.has=function(i){const e=_t(i)?this.find(i):oe(i),{length:t}=e;return this.map(function(){for(let r=0;r<t;r+=1)if(kd(this,e[r]))return this})};oe.fn.hasClass=function(i){return this[0].classList.contains(i)};const am=(i,e,t,r,n,s)=>{const o=a=>fc(i,e.toLowerCase(),a)*s;return r===2&&n&&(t+=o("margin")),nm(i)?(r===0&&(t-=o("border")),r===1&&(t-=o("border"),t-=o("padding"))):(r===0&&(t+=o("padding")),r===2&&(t+=o("border"),t+=o("padding"))),t},lm=(i,e,t,r)=>{const n=ri(),s=`client${e}`,o=`scroll${e}`,a=`offset${e}`,c=`inner${e}`;if(yd(i))return t===2?i[c]:Do(n)[s];if(vd(i)){const d=Do(i);return Math.max(i.body[o],d[o],i.body[a],d[a],d[s])}const l=parseFloat(na(i,e.toLowerCase())||"0");return am(i,e,l,t,r,1)},Kw=(i,e,t,r,n,s)=>{let o=vt(s)?s.call(i,e,lm(i,t,r,n)):s;if(o==null)return;const a=oe(i),c=t.toLowerCase();if(_t(o)&&["auto","inherit",""].includes(o)){a.css(c,o);return}const l=o.toString().replace(/\b[0-9.]*/,""),d=parseFloat(o);o=am(i,t,d,r,n,-1)+(l||"px"),a.css(c,o)};dt(["Width","Height"],i=>{dt([`inner${i}`,i.toLowerCase(),`outer${i}`],(e,t)=>{oe.fn[e]=function(r,n){const s=arguments.length&&(t<2||!jw(r)),o=r===!0||n===!0;return s?this.each((a,c)=>Kw(c,a,i,t,o,r)):this.length?lm(this[0],i,t,o):void 0}})});oe.fn.hide=function(){return this.each((i,e)=>{e.style.display="none"})};dt(["val","html","text"],(i,e)=>{const r=["value","innerHTML","textContent"][e],n=o=>{if(e===2)return Es(o,l=>Do(l)[r]).join("");if(!o.length)return;const a=o[0],c=oe(a);return e===0&&c.is("select[multiple]")?Es(c.find("option:checked"),l=>l.value):a[r]},s=(o,a)=>{if(gt(a)){if(e!==0)return;a=""}e===1&&tr(a)&&(a=a.outerHTML),o[r]=a};oe.fn[i]=function(o){return arguments.length?this.each((a,c)=>{const l=oe(c),d=vt(o)?o.call(c,a,n(l)):o;e===0&&Array.isArray(d)?l.is("select[multiple]")?Es(l.find("option"),u=>u.selected=d.includes(u.value)):c.checked=d.includes(c.value):s(c,d)}):n(this)}});oe.fn.index=function(i){return arguments.length?_t(i)?oe(i).get().indexOf(this[0]):this.get().indexOf(oe(i)[0]):this.eq(0).parent().children().get().indexOf(this[0])};oe.fn.last=function(){return this.eq(-1)};dt(["","All","Until"],(i,e)=>{oe.fn[`next${i}`]=function(t,r){return Ed(this,e,"nextElementSibling",t,r)}});oe.fn.not=function(i){const e=this.filter(i);return this.map((t,r)=>e.index(r)>-1?void 0:r)};const Xw=Tr().CustomEvent;class Qw extends Xw{constructor(e,t){super(e,t),this.data=t.data,this.namespace=t.namespace}}const Kl=new WeakMap;let Jw=1;const pc=i=>(Kl.has(i)||Kl.set(i,++Jw),Kl.get(i)),Af=new Map,Oo=i=>{const e=pc(i);return Af.get(e)||Af.set(e,[]).get(e)},Rd=i=>{const e=i.split(".");return{type:e[0],namespace:e.slice(1).sort().join(" ")}},cm=i=>new RegExp("(?:^| )"+i.replace(" "," .* ?")+"(?: |$)"),Yw=(i,e,t,r)=>{const n=Rd(e);return Oo(i).filter(s=>s&&(!n.type||s.type===n.type)&&(!n.namespace||cm(n.namespace).test(s.namespace))&&(!t||pc(s.func)===pc(t))&&(!r||s.selector===r))},Zw=(i,e,t,r,n)=>{let s=!1;Yi(r)&&r.useCapture&&(s=!0),e.split(" ").forEach(o=>{if(!o)return;const a=Rd(o),c=(u,m)=>{t.apply(m,u.detail===null?[u]:[u].concat(u.detail))===!1&&(u.preventDefault(),u.stopPropagation())},l=u=>{u.namespace&&!cm(u.namespace).test(a.namespace)||(u.data=r,n?oe(i).find(n).get().reverse().forEach(m=>{(m===u.target||kd(m,u.target))&&c(u,m)}):c(u,i))},d={type:a.type,namespace:a.namespace,func:t,selector:n,id:Oo(i).length,proxy:l};Oo(i).push(d),i.addEventListener(d.type,l,s)})},e1=(i,e,t,r)=>{const n=Oo(i),s=o=>{delete n[o.id],i.removeEventListener(o.type,o.proxy,!1)};e?e.split(" ").forEach(o=>{o&&Yw(i,o,t,r).forEach(a=>{s(a)})}):n.forEach(o=>{s(o)})};oe.fn.off=function(i,e,t){return Yi(i)?(Wt(i,(r,n)=>{this.off(r,e,n)}),this):((e===!1||vt(e))&&(t=e,e=void 0),t===!1&&(t=Yp),this.each(function(){e1(this,i,t,e)}))};function aa(i,...e){return dt(e,t=>{Wt(t,(r,n)=>{gt(n)||(i[r]=n)})}),i}oe.fn.offsetParent=function(){const i=ri();return this.map(function(){let e=this.offsetParent;for(;e&&oe(e).css("position")==="static";)e=e.offsetParent;return e||i.documentElement})};const ho=(i,e)=>parseFloat(i.css(e));oe.fn.position=function(){if(!this.length)return;const i=this.eq(0);let e,t={left:0,top:0};if(i.css("position")==="fixed")e=i[0].getBoundingClientRect();else{e=i.offset();const r=i.offsetParent();t=r.offset(),t.top+=ho(r,"border-top-width"),t.left+=ho(r,"border-left-width")}return{top:e.top-t.top-ho(i,"margin-top"),left:e.left-t.left-ho(i,"margin-left")}};const dm=i=>{if(!i.getClientRects().length)return{top:0,left:0};const{top:e,left:t}=i.getBoundingClientRect(),{pageYOffset:r,pageXOffset:n}=i.ownerDocument.defaultView;return{top:e+r,left:t+n}},t1=(i,e,t)=>{const r=oe(i),n=r.css("position");n==="static"&&r.css("position","relative");const s=dm(i),o=r.css("top"),a=r.css("left");let c,l;if((n==="absolute"||n==="fixed")&&(o+a).includes("auto")){const m=r.position();c=m.top,l=m.left}else c=parseFloat(o),l=parseFloat(a);const u=vt(e)?e.call(i,t,aa({},s)):e;r.css({top:u.top!=null?u.top-s.top+c:void 0,left:u.left!=null?u.left-s.left+l:void 0})};oe.fn.offset=function(i){return arguments.length?this.each(function(e){t1(this,i,e)}):this.length?dm(this[0]):void 0};oe.fn.on=function(i,e,t,r,n){if(Yi(i))return _t(e)||(t=t||e,e=void 0),Wt(i,(s,o)=>{this.on(s,e,t,o,n)}),this;if(t==null&&r==null?(r=e,t=e=void 0):r==null&&(_t(e)?(r=t,t=void 0):(r=t,t=e,e=void 0)),r===!1)r=Yp;else if(!r)return this;if(n){const s=this,o=r;r=function(a,...c){return s.off(a.type,e,r),o.call(this,a,...c)}}return this.each(function(){Zw(this,i,r,t,e)})};oe.fn.one=function(i,e,t,r){return this.on(i,e,t,r,!0)};dt(["","All","Until"],(i,e)=>{oe.fn[`prev${i}`]=function(t,r){const n=e?oe(this.get().reverse()):this;return Ed(n,e,"previousElementSibling",t,r)}});oe.fn.removeAttr=function(i){const e=i.split(" ").filter(t=>t);return this.each(function(){dt(e,t=>{tm(this,t)})})};const um=(i,e)=>{if(gt(e))return zw(i);const t=_t(e)?e.split(" ").filter(r=>r):e;Hw(i,t)};oe.fn.removeData=function(i){return this.each((e,t)=>{um(t,i)})};oe.fn.removeProp=function(i){return this.each((e,t)=>{try{delete t[i]}catch{}})};oe.fn.replaceWith=function(i){return this.each((e,t)=>{let r=i;vt(r)?r=r.call(t,e,t.innerHTML):e&&!_t(r)&&(r=oe(r).clone()),oe(t).before(r)}),this.remove()};oe.fn.replaceAll=function(i){return oe(i).map((e,t)=>(oe(t).replaceWith(e?this.clone():this),this.get()))};const Id=i=>{if(!Yi(i)&&!Array.isArray(i))return"";const e=[],t=(r,n)=>{let s;Yi(n)?Wt(n,(o,a)=>{s=Array.isArray(n)&&!Yi(a)?"":o,t(`${r}[${s}]`,a)}):(s=n==null||n===""?"=":`=${encodeURIComponent(n)}`,e.push(encodeURIComponent(r)+s))};return Array.isArray(i)?dt(i,({name:r,value:n})=>t(r,n)):Wt(i,t),e.join("&")},dn=new WeakMap,hm=i=>{const e=[...i.elements],t=dn.get(i)||[],r=(n,s)=>n.compareDocumentPosition(s)&Node.DOCUMENT_POSITION_FOLLOWING?-1:1;return[...e,...t].sort(r)},fm=i=>{const e=[];return i.each((t,r)=>{const n=r instanceof HTMLFormElement?hm(r):[r];oe(n).each((s,o)=>{const a=oe(o),c=o.type,l=o.nodeName.toLowerCase();l!=="fieldset"&&o.name&&!o.disabled&&["input","select","textarea","keygen","mdui-checkbox","mdui-radio-group","mdui-switch","mdui-text-field","mdui-select","mdui-slider","mdui-range-slider","mdui-segmented-button-group"].includes(l)&&!["submit","button","image","reset","file"].includes(c)&&(!["radio","checkbox"].includes(c)||o.checked)&&(!["mdui-checkbox","mdui-switch"].includes(l)||o.checked)&&e.push({name:o.name,value:a.val()})})}),e};oe.fn.serializeArray=function(){return fm(this).map(i=>Array.isArray(i.value)?i.value.map(e=>({name:i.name,value:e})):i).flat()};oe.fn.serialize=function(){return Id(this.serializeArray())};oe.fn.serializeObject=function(){const i={};return fm(this).forEach(e=>{const{name:t,value:r}=e;if(!Object.prototype.hasOwnProperty.call(i,t))i[t]=r;else{const n=i[t];Array.isArray(n)||(i[t]=[n]),Array.isArray(r)?i[t].push(...r):i[t].push(r)}}),i};const Xl={},i1=i=>{const e=ri();let t,r;return Xl[i]||(t=ra(i),wd(e.body,t),r=sa(t,"display"),_d(t),r==="none"&&(r="block"),Xl[i]=r),Xl[i]};oe.fn.show=function(){return this.each((i,e)=>{e.style.display==="none"&&(e.style.display=""),sa(e,"display")==="none"&&(e.style.display=i1(e.nodeName))})};oe.fn.siblings=function(i){return this.prevAll(i).add(this.nextAll(i))};oe.fn.toggle=function(){return this.each((i,e)=>{sa(e,"display")==="none"?oe(e).show():oe(e).hide()})};oe.fn.trigger=function(i,e=null,t){const{type:r,namespace:n}=Rd(i),s=new Qw(r,{detail:e,data:null,namespace:n,bubbles:!0,cancelable:!1,composed:!0,...t});return this.each((o,a)=>{a.dispatchEvent(s)})};const r1="ajaxStart",Nf="ajaxSuccess",fo="ajaxError",Ql="ajaxComplete",Ss={},n1=i=>["GET","HEAD"].includes(i),Df=(i,e)=>`${i}&${e}`.replace(/[&?]{1,2}/,"?"),s1=i=>{const e=Tr();return/^([\w-]+:)?\/\/([^/]+)/.test(i)&&RegExp.$2!==e.location.host},o1=i=>i>=200&&i<300||[0,304].includes(i),a1=i=>{const e={url:"",method:"GET",data:"",processData:!0,async:!0,cache:!0,username:"",password:"",headers:{},xhrFields:{},statusCode:{},dataType:"",contentType:"application/x-www-form-urlencoded",timeout:0,global:!0};return Wt(Ss,(t,r)=>{!["beforeSend","success","error","complete","statusCode"].includes(t)&&!gt(r)&&(e[t]=r)}),aa({},e,i)},pm=i=>{const e=ri(),t=Tr();let r=!1;const n={},s={},o=a1(i),a=o.method.toUpperCase();let{data:c,url:l}=o;l=l||t.location.toString();const{processData:d,async:u,cache:m,username:g,password:v,headers:_,xhrFields:E,statusCode:x,dataType:k,contentType:y,timeout:h,global:p}=o,T=n1(a);c&&(T||d)&&!_t(c)&&!(c instanceof ArrayBuffer)&&!(c instanceof Blob)&&!(c instanceof Document)&&!(c instanceof FormData)&&(c=Id(c)),c&&T&&(l=Df(l,c),c=null);const N=(F,I,...O)=>{p&&oe(e).trigger(F,I==="success"?s:n);let U,R;I in Ss&&(U=Ss[I](...O)),o[I]&&(R=o[I](...O)),I==="beforeSend"&&[U,R].includes(!1)&&(r=!0)};return(()=>{let F;return new Promise((I,O)=>{const U=J=>O(new Error(J));T&&!m&&(l=Df(l,`_=${Date.now()}`));const R=new XMLHttpRequest;R.open(a,l,u,g,v),(y||c&&!T&&y!==!1)&&R.setRequestHeader("Content-Type",y),k==="json"&&R.setRequestHeader("Accept","application/json, text/javascript"),Wt(_,(J,$)=>{gt($)||R.setRequestHeader(J,$+"")}),s1(l)||R.setRequestHeader("X-Requested-With","XMLHttpRequest"),Wt(E,(J,$)=>{R[J]=$}),n.xhr=s.xhr=R,n.options=s.options=o;let D;if(R.onload=()=>{D&&clearTimeout(D);const J=o1(R.status);let $;if(J)if(F=R.status===204||a==="HEAD"?"nocontent":R.status===304?"notmodified":"success",k==="json"||!k&&(R.getResponseHeader("content-type")||"").includes("json")){try{$=a==="HEAD"?void 0:JSON.parse(R.responseText),s.response=$}catch{F="parsererror",N(fo,"error",R,F),U(F)}F!=="parsererror"&&(N(Nf,"success",$,F,R),I($))}else $=a==="HEAD"?void 0:R.responseType==="text"||R.responseType===""?R.responseText:R.response,s.response=$,N(Nf,"success",$,F,R),I($);else F="error",N(fo,"error",R,F),U(F);dt([Ss.statusCode??{},x],Z=>{Z[R.status]&&(J?Z[R.status]($,F,R):Z[R.status](R,F))}),N(Ql,"complete",R,F)},R.onerror=()=>{D&&clearTimeout(D),N(fo,"error",R,R.statusText),N(Ql,"complete",R,"error"),U(R.statusText)},R.onabort=()=>{let J="abort";D&&(J="timeout",clearTimeout(D)),N(fo,"error",R,J),N(Ql,"complete",R,J),U(J)},N(r1,"beforeSend",R,o),r)return U("cancel");h>0&&(D=t.setTimeout(()=>R.abort(),h)),R.send(c)})})()};oe.ajax=pm;const l1=i=>aa(Ss,i);oe.ajaxSetup=l1;oe.contains=kd;function c1(i,e,t){return Yi(e)?(Sd(i,e),e):gt(t)?gt(e)?Gs(i):sm(i,e):(om(i,e,t),t)}oe.data=c1;oe.each=rm;oe.extend=function(i,...e){return e.length?aa(i,...e):(Wt(i,(t,r)=>{this[t]=r}),this)};oe.map=Es;oe.merge=xd;oe.param=Id;oe.removeData=um;oe.unique=Ws;function w(i,e,t,r){var n=arguments.length,s=n<3?e:r===null?r=Object.getOwnPropertyDescriptor(e,t):r,o;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(i,e,t,r);else for(var a=i.length-1;a>=0;a--)(o=i[a])&&(s=(n<3?o(s):n>3?o(e,t,s):o(e,t))||s);return n>3&&s&&Object.defineProperty(e,t,s),s}/**
399
399
  * @license
400
400
  * Copyright 2017 Google LLC
401
401
  * SPDX-License-Identifier: BSD-3-Clause
@@ -403,7 +403,7 @@ if("@preserve"in h)return h["@preserve"][0];if(e.isValue(h))return h;if(e.isList
403
403
  * @license
404
404
  * Copyright 2017 Google LLC
405
405
  * SPDX-License-Identifier: BSD-3-Clause
406
- */const c1={attribute:!0,type:String,converter:bn,reflect:!1,hasChanged:Xc},d1=(i=c1,e,t)=>{const{kind:r,metadata:n}=t;let s=globalThis.litPropertyMetadata.get(n);if(s===void 0&&globalThis.litPropertyMetadata.set(n,s=new Map),r==="setter"&&((i=Object.create(i)).wrapped=!0),s.set(t.name,i),r==="accessor"){const{name:o}=t;return{set(a){const c=e.get.call(this);e.set.call(this,a),this.requestUpdate(o,c,i)},init(a){return a!==void 0&&this.C(o,void 0,i,a),a}}}if(r==="setter"){const{name:o}=t;return function(a){const c=this[o];e.call(this,a),this.requestUpdate(o,c,i)}}throw Error("Unsupported decorator location: "+r)};function L(i){return(e,t)=>typeof t=="object"?d1(i,e,t):((r,n,s)=>{const o=n.hasOwnProperty(s);return n.constructor.createProperty(s,r),o?Object.getOwnPropertyDescriptor(n,s):void 0})(i,e,t)}/**
406
+ */const d1={attribute:!0,type:String,converter:bn,reflect:!1,hasChanged:Xc},u1=(i=d1,e,t)=>{const{kind:r,metadata:n}=t;let s=globalThis.litPropertyMetadata.get(n);if(s===void 0&&globalThis.litPropertyMetadata.set(n,s=new Map),r==="setter"&&((i=Object.create(i)).wrapped=!0),s.set(t.name,i),r==="accessor"){const{name:o}=t;return{set(a){const c=e.get.call(this);e.set.call(this,a),this.requestUpdate(o,c,i)},init(a){return a!==void 0&&this.C(o,void 0,i,a),a}}}if(r==="setter"){const{name:o}=t;return function(a){const c=this[o];e.call(this,a),this.requestUpdate(o,c,i)}}throw Error("Unsupported decorator location: "+r)};function L(i){return(e,t)=>typeof t=="object"?u1(i,e,t):((r,n,s)=>{const o=n.hasOwnProperty(s);return n.constructor.createProperty(s,r),o?Object.getOwnPropertyDescriptor(n,s):void 0})(i,e,t)}/**
407
407
  * @license
408
408
  * Copyright 2017 Google LLC
409
409
  * SPDX-License-Identifier: BSD-3-Clause
@@ -411,11 +411,11 @@ if("@preserve"in h)return h["@preserve"][0];if(e.isValue(h))return h;if(e.isList
411
411
  * @license
412
412
  * Copyright 2017 Google LLC
413
413
  * SPDX-License-Identifier: BSD-3-Clause
414
- */const u1=(i,e,t)=>(t.configurable=!0,t.enumerable=!0,Reflect.decorate&&typeof e!="object"&&Object.defineProperty(i,e,t),t);/**
414
+ */const h1=(i,e,t)=>(t.configurable=!0,t.enumerable=!0,Reflect.decorate&&typeof e!="object"&&Object.defineProperty(i,e,t),t);/**
415
415
  * @license
416
416
  * Copyright 2021 Google LLC
417
417
  * SPDX-License-Identifier: BSD-3-Clause
418
- */function gi(i){return(e,t)=>{const{slot:r,selector:n}=i??{},s="slot"+(r?`[name=${r}]`:":not([name])");return u1(e,t,{get(){const o=this.renderRoot?.querySelector(s),a=o?.assignedElements(i)??[];return n===void 0?a:a.filter(c=>c.matches(n))}})}}/**
418
+ */function gi(i){return(e,t)=>{const{slot:r,selector:n}=i??{},s="slot"+(r?`[name=${r}]`:":not([name])");return h1(e,t,{get(){const o=this.renderRoot?.querySelector(s),a=o?.assignedElements(i)??[];return n===void 0?a:a.filter(c=>c.matches(n))}})}}/**
419
419
  * @license
420
420
  * Copyright 2018 Google LLC
421
421
  * SPDX-License-Identifier: BSD-3-Clause
@@ -427,7 +427,7 @@ if("@preserve"in h)return h["@preserve"][0];if(e.isValue(h))return h;if(e.isList
427
427
  * @license
428
428
  * Copyright 2018 Google LLC
429
429
  * SPDX-License-Identifier: BSD-3-Clause
430
- */const mm="important",h1=" !"+mm,zr=Pn(class extends Ks{constructor(i){if(super(i),i.type!==ji.ATTRIBUTE||i.name!=="style"||i.strings?.length>2)throw Error("The `styleMap` directive must be used in the `style` attribute and must be the only part in the attribute.")}render(i){return Object.keys(i).reduce((e,t)=>{const r=i[t];return r==null?e:e+`${t=t.includes("-")?t:t.replace(/(?:^(webkit|moz|ms|o)|)(?=[A-Z])/g,"-$&").toLowerCase()}:${r};`},"")}update(i,[e]){const{style:t}=i.element;if(this.ft===void 0)return this.ft=new Set(Object.keys(e)),this.render(e);for(const r of this.ft)e[r]==null&&(this.ft.delete(r),r.includes("-")?t.removeProperty(r):t[r]=null);for(const r in e){const n=e[r];if(n!=null){this.ft.add(r);const s=typeof n=="string"&&n.endsWith(h1);r.includes("-")||s?t.setProperty(r,s?n.slice(0,-11):n,s?mm:""):t[r]=n}}return zt}});class Ke extends yt{emit(e,t){const r=new CustomEvent(e,Object.assign({bubbles:!0,cancelable:!1,composed:!0,detail:{}},t));return this.dispatchEvent(r)}}class $t{constructor(e,...t){this.slotNames=[],(this.host=e).addController(this),this.slotNames=t,this.onSlotChange=this.onSlotChange.bind(this)}hostConnected(){this.host.shadowRoot.addEventListener("slotchange",this.onSlotChange),Lo()||oe(()=>{this.host.requestUpdate()})}hostDisconnected(){this.host.shadowRoot.removeEventListener("slotchange",this.onSlotChange)}test(e){return e==="[default]"?this.hasDefaultSlot():this.hasNamedSlot(e)}hasDefaultSlot(){return[...this.host.childNodes].some(e=>e.nodeType===e.TEXT_NODE&&e.textContent.trim()!==""||e.nodeType===e.ELEMENT_NODE&&!e.hasAttribute("slot"))}hasNamedSlot(e){return this.host.querySelector(`:scope > [slot="${e}"]`)!==null}onSlotChange(e){const t=e.target;(this.slotNames.includes("[default]")&&!t.name||t.name&&this.slotNames.includes(t.name))&&this.host.requestUpdate()}}const Ye=Y`${Je}`,Ue=$e`:host{box-sizing:border-box}:host *,:host ::after,:host ::before{box-sizing:inherit}:host :focus,:host :focus-visible,:host(:focus),:host(:focus-visible){outline:0}[hidden]{display:none!important}`;/**
430
+ */const mm="important",f1=" !"+mm,zr=Pn(class extends Ks{constructor(i){if(super(i),i.type!==ji.ATTRIBUTE||i.name!=="style"||i.strings?.length>2)throw Error("The `styleMap` directive must be used in the `style` attribute and must be the only part in the attribute.")}render(i){return Object.keys(i).reduce((e,t)=>{const r=i[t];return r==null?e:e+`${t=t.includes("-")?t:t.replace(/(?:^(webkit|moz|ms|o)|)(?=[A-Z])/g,"-$&").toLowerCase()}:${r};`},"")}update(i,[e]){const{style:t}=i.element;if(this.ft===void 0)return this.ft=new Set(Object.keys(e)),this.render(e);for(const r of this.ft)e[r]==null&&(this.ft.delete(r),r.includes("-")?t.removeProperty(r):t[r]=null);for(const r in e){const n=e[r];if(n!=null){this.ft.add(r);const s=typeof n=="string"&&n.endsWith(f1);r.includes("-")||s?t.setProperty(r,s?n.slice(0,-11):n,s?mm:""):t[r]=n}}return zt}});class Ke extends yt{emit(e,t){const r=new CustomEvent(e,Object.assign({bubbles:!0,cancelable:!1,composed:!0,detail:{}},t));return this.dispatchEvent(r)}}class $t{constructor(e,...t){this.slotNames=[],(this.host=e).addController(this),this.slotNames=t,this.onSlotChange=this.onSlotChange.bind(this)}hostConnected(){this.host.shadowRoot.addEventListener("slotchange",this.onSlotChange),Lo()||oe(()=>{this.host.requestUpdate()})}hostDisconnected(){this.host.shadowRoot.removeEventListener("slotchange",this.onSlotChange)}test(e){return e==="[default]"?this.hasDefaultSlot():this.hasNamedSlot(e)}hasDefaultSlot(){return[...this.host.childNodes].some(e=>e.nodeType===e.TEXT_NODE&&e.textContent.trim()!==""||e.nodeType===e.ELEMENT_NODE&&!e.hasAttribute("slot"))}hasNamedSlot(e){return this.host.querySelector(`:scope > [slot="${e}"]`)!==null}onSlotChange(e){const t=e.target;(this.slotNames.includes("[default]")&&!t.name||t.name&&this.slotNames.includes(t.name))&&this.host.requestUpdate()}}const Ye=Y`${Je}`,Ue=$e`:host{box-sizing:border-box}:host *,:host ::after,:host ::before{box-sizing:inherit}:host :focus,:host :focus-visible,:host(:focus),:host(:focus-visible){outline:0}[hidden]{display:none!important}`;/**
431
431
  * @license
432
432
  * Copyright 2017 Google LLC
433
433
  * SPDX-License-Identifier: BSD-3-Clause
@@ -439,57 +439,57 @@ if("@preserve"in h)return h["@preserve"][0];if(e.isValue(h))return h;if(e.isList
439
439
  * @license
440
440
  * Copyright 2020 Google LLC
441
441
  * SPDX-License-Identifier: BSD-3-Clause
442
- */const f1=i=>i===null||typeof i!="object"&&typeof i!="function",bm=i=>i.strings===void 0,p1={},m1=(i,e=p1)=>i._$AH=e;/**
442
+ */const p1=i=>i===null||typeof i!="object"&&typeof i!="function",bm=i=>i.strings===void 0,m1={},g1=(i,e=m1)=>i._$AH=e;/**
443
443
  * @license
444
444
  * Copyright 2017 Google LLC
445
445
  * SPDX-License-Identifier: BSD-3-Clause
446
- */const ks=(i,e)=>{const t=i._$AN;if(t===void 0)return!1;for(const r of t)r._$AO?.(e,!1),ks(r,e);return!0},Po=i=>{let e,t;do{if((e=i._$AM)===void 0)break;t=e._$AN,t.delete(i),i=e}while(t?.size===0)},ym=i=>{for(let e;e=i._$AM;i=e){let t=e._$AN;if(t===void 0)e._$AN=t=new Set;else if(t.has(i))break;t.add(i),y1(e)}};function g1(i){this._$AN!==void 0?(Po(this),this._$AM=i,ym(this)):this._$AM=i}function b1(i,e=!1,t=0){const r=this._$AH,n=this._$AN;if(n!==void 0&&n.size!==0)if(e)if(Array.isArray(r))for(let s=t;s<r.length;s++)ks(r[s],!1),Po(r[s]);else r!=null&&(ks(r,!1),Po(r));else ks(this,i)}const y1=i=>{i.type==ji.CHILD&&(i._$AP??=b1,i._$AQ??=g1)};class vm extends Ks{constructor(){super(...arguments),this._$AN=void 0}_$AT(e,t,r){super._$AT(e,t,r),ym(this),this.isConnected=e._$AU}_$AO(e,t=!0){e!==this.isConnected&&(this.isConnected=e,e?this.reconnected?.():this.disconnected?.()),t&&(ks(this,e),Po(this))}setValue(e){if(bm(this._$Ct))this._$Ct._$AI(e,this);else{const t=[...this._$Ct._$AH];t[this._$Ci]=e,this._$Ct._$AI(t,this,0)}}disconnected(){}reconnected(){}}/**
446
+ */const ks=(i,e)=>{const t=i._$AN;if(t===void 0)return!1;for(const r of t)r._$AO?.(e,!1),ks(r,e);return!0},Po=i=>{let e,t;do{if((e=i._$AM)===void 0)break;t=e._$AN,t.delete(i),i=e}while(t?.size===0)},ym=i=>{for(let e;e=i._$AM;i=e){let t=e._$AN;if(t===void 0)e._$AN=t=new Set;else if(t.has(i))break;t.add(i),v1(e)}};function b1(i){this._$AN!==void 0?(Po(this),this._$AM=i,ym(this)):this._$AM=i}function y1(i,e=!1,t=0){const r=this._$AH,n=this._$AN;if(n!==void 0&&n.size!==0)if(e)if(Array.isArray(r))for(let s=t;s<r.length;s++)ks(r[s],!1),Po(r[s]);else r!=null&&(ks(r,!1),Po(r));else ks(this,i)}const v1=i=>{i.type==ji.CHILD&&(i._$AP??=y1,i._$AQ??=b1)};class vm extends Ks{constructor(){super(...arguments),this._$AN=void 0}_$AT(e,t,r){super._$AT(e,t,r),ym(this),this.isConnected=e._$AU}_$AO(e,t=!0){e!==this.isConnected&&(this.isConnected=e,e?this.reconnected?.():this.disconnected?.()),t&&(ks(this,e),Po(this))}setValue(e){if(bm(this._$Ct))this._$Ct._$AI(e,this);else{const t=[...this._$Ct._$AH];t[this._$Ci]=e,this._$Ct._$AI(t,this,0)}}disconnected(){}reconnected(){}}/**
447
447
  * @license
448
448
  * Copyright 2021 Google LLC
449
449
  * SPDX-License-Identifier: BSD-3-Clause
450
- */class v1{constructor(e){this.G=e}disconnect(){this.G=void 0}reconnect(e){this.G=e}deref(){return this.G}}class w1{constructor(){this.Y=void 0,this.Z=void 0}get(){return this.Y}pause(){this.Y??=new Promise(e=>this.Z=e)}resume(){this.Z?.(),this.Y=this.Z=void 0}}/**
450
+ */class w1{constructor(e){this.G=e}disconnect(){this.G=void 0}reconnect(e){this.G=e}deref(){return this.G}}class _1{constructor(){this.Y=void 0,this.Z=void 0}get(){return this.Y}pause(){this.Y??=new Promise(e=>this.Z=e)}resume(){this.Z?.(),this.Y=this.Z=void 0}}/**
451
451
  * @license
452
452
  * Copyright 2017 Google LLC
453
453
  * SPDX-License-Identifier: BSD-3-Clause
454
- */const Lf=i=>!f1(i)&&typeof i.then=="function",Of=1073741823;class _1 extends vm{constructor(){super(...arguments),this._$Cwt=Of,this._$Cbt=[],this._$CK=new v1(this),this._$CX=new w1}render(...e){return e.find(t=>!Lf(t))??zt}update(e,t){const r=this._$Cbt;let n=r.length;this._$Cbt=t;const s=this._$CK,o=this._$CX;this.isConnected||this.disconnected();for(let a=0;a<t.length&&!(a>this._$Cwt);a++){const c=t[a];if(!Lf(c))return this._$Cwt=a,c;a<n&&c===r[a]||(this._$Cwt=Of,n=0,Promise.resolve(c).then(async l=>{for(;o.get();)await o.get();const d=s.deref();if(d!==void 0){const u=d._$Cbt.indexOf(c);u>-1&&u<d._$Cwt&&(d._$Cwt=u,d.setValue(l))}}))}return zt}disconnected(){this._$CK.disconnect(),this._$CX.pause()}reconnected(){this._$CK.reconnect(this),this._$CX.resume()}}const x1=Pn(_1),E1=$e`:host{display:inline-block;width:1em;height:1em;font-weight:400;font-family:'Material Icons';font-display:block;font-style:normal;line-height:1;direction:ltr;letter-spacing:normal;white-space:nowrap;text-transform:none;word-wrap:normal;-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;-moz-osx-font-smoothing:grayscale;font-size:1.5rem}::slotted(svg),svg{width:100%;height:100%;fill:currentcolor}`;let Ds=class extends Ke{constructor(){super(...arguments),this.hasSlotController=new $t(this,"[default]")}render(){const e=()=>{if(this.name){const[t,r]=this.name.split("--");return Y`<span translate="no" style="${zr({fontFamily:new Map([["outlined","Material Icons Outlined"],["filled","Material Icons"],["rounded","Material Icons Round"],["sharp","Material Icons Sharp"],["two-tone","Material Icons Two Tone"]]).get(r)})}">${t}</span>`}return this.src?Y`${x1(pm({url:this.src}).then(gm))}`:Y``};return this.hasSlotController.test("[default]")?Y`<slot></slot>`:e()}};Ds.styles=[Ue,E1];w([L({reflect:!0})],Ds.prototype,"name",void 0);w([L({reflect:!0})],Ds.prototype,"src",void 0);Ds=w([Ae("mdui-icon")],Ds);const S1=$e`:host{--shape-corner:var(--mdui-shape-corner-full);position:relative;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden;white-space:nowrap;vertical-align:middle;border-radius:var(--shape-corner);-webkit-user-select:none;user-select:none;width:2.5rem;height:2.5rem;background-color:rgb(var(--mdui-color-primary-container));color:rgb(var(--mdui-color-on-primary-container));font-size:var(--mdui-typescale-title-medium-size);font-weight:var(--mdui-typescale-title-medium-weight);letter-spacing:var(--mdui-typescale-title-medium-tracking);line-height:var(--mdui-typescale-title-medium-line-height)}img{width:100%;height:100%}::slotted(mdui-icon),mdui-icon{font-size:1.5em}`;let Jr=class extends Ke{constructor(){super(...arguments),this.hasSlotController=new $t(this,"[default]")}render(){return this.hasSlotController.test("[default]")?Y`<slot></slot>`:this.src?Y`<img part="image" alt="${Be(this.label)}" src="${this.src}" style="${zr({objectFit:this.fit})}">`:this.icon?Y`<mdui-icon part="icon" name="${this.icon}"></mdui-icon>`:Ye}};Jr.styles=[Ue,S1];w([L({reflect:!0})],Jr.prototype,"src",void 0);w([L({reflect:!0})],Jr.prototype,"fit",void 0);w([L({reflect:!0})],Jr.prototype,"icon",void 0);w([L({reflect:!0})],Jr.prototype,"label",void 0);Jr=w([Ae("mdui-avatar")],Jr);const k1=$e`:host{--shape-corner:var(--mdui-shape-corner-full);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:var(--shape-corner);padding-left:.25rem;padding-right:.25rem;color:rgb(var(--mdui-color-on-error));background-color:rgb(var(--mdui-color-error));height:1rem;min-width:1rem;font-size:var(--mdui-typescale-label-small-size);font-weight:var(--mdui-typescale-label-small-weight);letter-spacing:var(--mdui-typescale-label-small-tracking);line-height:var(--mdui-typescale-label-small-line-height)}:host([variant=small]){min-width:0;padding:0;width:.375rem;height:.375rem}`;let Mo=class extends Ke{constructor(){super(...arguments),this.variant="large"}render(){return this.variant==="small"?Ye:Y`<slot></slot>`}};Mo.styles=[Ue,k1];w([L({reflect:!0})],Mo.prototype,"variant",void 0);Mo=w([Ae("mdui-badge")],Mo);const we=i=>i!==null&&i.toLowerCase()!=="false";class At{constructor(e,t){this.defined=!1,(this.host=e).addController(this),this.relatedElements=t.relatedElements,this.needDomReady=t.needDomReady||!!t.relatedElements,this.onSlotChange=this.onSlotChange.bind(this)}hostConnected(){this.host.shadowRoot.addEventListener("slotchange",this.onSlotChange)}hostDisconnected(){this.host.shadowRoot.removeEventListener("slotchange",this.onSlotChange)}isDefined(){return this.defined?!0:(this.defined=(!this.needDomReady||Lo())&&!this.getUndefinedLocalNames().length,this.defined)}async whenDefined(){if(this.defined)return Promise.resolve();const e=ri();this.needDomReady&&!Lo(e)&&await new Promise(r=>{e.addEventListener("DOMContentLoaded",()=>r(),{once:!0})});const t=this.getUndefinedLocalNames();if(t.length){const r=[];t.forEach(n=>{r.push(customElements.whenDefined(n))}),await Promise.all(r)}this.defined=!0}getScopeLocalNameSelector(){const e=this.relatedElements;return e?Array.isArray(e)?e.map(t=>`${t}:not(:defined)`).join(","):Object.keys(e).filter(t=>!e[t]).map(t=>`${t}:not(:defined)`).join(","):null}getGlobalLocalNameSelector(){const e=this.relatedElements;return!e||Array.isArray(e)?null:Object.keys(e).filter(t=>e[t]).map(t=>`${t}:not(:defined)`).join(",")}getUndefinedLocalNames(){const e=this.getScopeLocalNameSelector(),t=this.getGlobalLocalNameSelector(),r=e?[...this.host.querySelectorAll(e)]:[],n=t?[...ri().querySelectorAll(t)]:[],s=[...r,...n].map(o=>o.localName);return Ws(s)}onSlotChange(){const e=this.getScopeLocalNameSelector();e&&this.host.querySelectorAll(e).length&&(this.defined=!1)}}function Re(i,e=!1){return(t,r)=>{const{update:n}=t;i in t&&(t.update=function(s){if(s.has(i)){const o=s.get(i),a=this[i];o!==a&&(!e||this.hasUpdated)&&this[r](o,a)}n.call(this,s)})}}const po=new WeakMap,Td=i=>{class e extends i{constructor(...r){super(...r),this.scrollBehaviorDefinedController=new At(this,{needDomReady:!0}),this.lastScrollTopThreshold=0,this.lastScrollTopNoThreshold=0,this.isParentLayout=!1,this.onListeningScroll=this.onListeningScroll.bind(this)}get scrollPaddingPosition(){throw new Error("Must implement scrollPaddingPosition getter")}async onScrollTargetChange(r,n){const s=this.hasUpdated;if(await this.scrollBehaviorDefinedController.whenDefined(),s&&(this.setContainerPadding("remove",r),this.setContainerPadding("add",n)),!this.scrollBehavior)return;const o=this.getListening(r);o&&o.removeEventListener("scroll",this.onListeningScroll);const a=this.getListening(n);a&&(this.updateScrollTop(a),a.addEventListener("scroll",this.onListeningScroll))}async onScrollBehaviorChange(){await this.scrollBehaviorDefinedController.whenDefined();const r=this.getListening(this.scrollTarget);r&&(this.scrollBehavior?(this.updateScrollTop(r),r.addEventListener("scroll",this.onListeningScroll)):r.removeEventListener("scroll",this.onListeningScroll))}connectedCallback(){super.connectedCallback(),this.scrollBehaviorDefinedController.whenDefined().then(()=>{this.isParentLayout=Hs(this.parentElement,"mdui-layout"),this.setContainerPadding("add",this.scrollTarget)})}disconnectedCallback(){super.disconnectedCallback(),this.scrollBehaviorDefinedController.whenDefined().then(()=>{this.setContainerPadding("remove",this.scrollTarget)})}hasScrollBehavior(r){const n=this.scrollBehavior?.split(" ")??[];return Array.isArray(r)?!!n.filter(s=>r.includes(s)).length:n.includes(r)}runScrollThreshold(r,n){}runScrollNoThreshold(r,n){}setContainerPadding(r,n){const s=this.getContainer(n);if(!s||this.isParentLayout)return;const o=this.scrollPaddingPosition,a=o==="top"?"paddingTop":"paddingBottom";if(r==="add"||r==="update"){const c=["fixed","absolute"].includes(oe(this).css("position"))?this.offsetHeight:null;if(oe(s).css({[a]:c}),r==="add"&&c!==null){const l=po.get(s)??{top:[],bottom:[]};l[o].push(this),po.set(s,l)}}if(r==="remove"){const c=po.get(s);if(!c)return;const l=c[o].indexOf(this);l>-1&&(c[o].splice(l,1),po.set(s,c)),c[o].length||oe(s).css({[a]:null})}}onListeningScroll(){const r=this.getListening(this.scrollTarget);window.requestAnimationFrame(()=>this.onScroll(r))}onScroll(r){const n=r.scrollY??r.scrollTop;this.lastScrollTopNoThreshold!==n&&(this.runScrollNoThreshold(n<this.lastScrollTopNoThreshold,n),this.lastScrollTopNoThreshold=n),Math.abs(n-this.lastScrollTopThreshold)>(this.scrollThreshold||0)&&(this.runScrollThreshold(n<this.lastScrollTopThreshold,n),this.lastScrollTopThreshold=n)}updateScrollTop(r){this.lastScrollTopThreshold=this.lastScrollTopNoThreshold=r.scrollY??r.scrollTop}getListening(r){return r?oe(r)[0]:window}getContainer(r){return r?oe(r)[0]:document.body}}return w([L({attribute:"scroll-target"})],e.prototype,"scrollTarget",void 0),w([L({reflect:!0,attribute:"scroll-behavior"})],e.prototype,"scrollBehavior",void 0),w([L({type:Number,reflect:!0,attribute:"scroll-threshold"})],e.prototype,"scrollThreshold",void 0),w([Re("scrollTarget")],e.prototype,"onScrollTargetChange",null),w([Re("scrollBehavior")],e.prototype,"onScrollBehaviorChange",null),e};let R1=0;const Cr=()=>++R1;let pr,Jl;const $r=(i,e)=>{const t=oe(i),r=Cr(),n={unobserve:()=>{t.each((s,o)=>{const a=pr.get(o),c=a.coArr.findIndex(l=>l.key===r);c!==-1&&a.coArr.splice(c,1),a.coArr.length?pr.set(o,a):(Jl.unobserve(o),pr.delete(o))})}};return pr||(pr=new WeakMap,Jl=new ResizeObserver(s=>{s.forEach(o=>{const a=o.target,c=pr.get(a);c.entry=o,c.coArr.forEach(l=>{l.callback.call(n,o,n)})})})),t.each((s,o)=>{const a=pr.get(o)??{coArr:[]};a.coArr.length&&a.entry&&e.call(n,a.entry,n),a.coArr.push({callback:e,key:r}),pr.set(o,a),Jl.observe(o)}),n};class I1{constructor(){this.states=[]}registerMain(e){this.$main=oe(e)}unregisterMain(){this.$main=void 0}registerItem(e){const t={element:e};this.states.push(t),t.observeResize=$r(t.element,()=>{this.updateLayout(t.element,{width:this.isNoWidth(t)?0:void 0})}),this.items=void 0,this.resort(),this.updateLayout()}unregisterItem(e){const t=this.states.findIndex(n=>n.element===e);if(t<0)return;this.states[t].observeResize?.unobserve(),this.items=void 0,this.states.splice(t,1),this.states[t]&&this.updateLayout(this.states[t].element)}getItems(){if(!this.items){const e=this.states.map(t=>t.element);this.items=e.sort((t,r)=>{const n=t.compareDocumentPosition(r);return n&Node.DOCUMENT_POSITION_FOLLOWING?-1:n&Node.DOCUMENT_POSITION_PRECEDING?1:0})}return this.items}getMain(){return this.$main?this.$main[0]:void 0}getItemsAndMain(){return[...this.getItems(),this.getMain()].filter(e=>e)}updateOrder(){this.resort(),this.updateLayout()}updateLayout(e,t){const r=e?{element:e,width:t?.width,height:t?.height}:void 0,n=r?this.states.findIndex(o=>o.element===r.element):0;if(n<0)return;Object.assign(this.states[n],r),this.states.forEach((o,a)=>{if(a<n)return;const c=o.element.layoutPlacement,l=a>0?this.states[a-1]:void 0,d=l?.top??0,u=l?.right??0,m=l?.bottom??0,g=l?.left??0;switch(Object.assign(o,{top:d,right:u,bottom:m,left:g}),c){case"top":case"bottom":o[c]+=o.height??o.element.offsetHeight;break;case"right":case"left":o[c]+=(this.isNoWidth(o)?0:o.width)??o.element.offsetWidth;break}o.height=o.width=void 0,oe(o.element).css({position:"absolute",top:c==="bottom"?null:d,right:c==="left"?null:u,bottom:c==="top"?null:m,left:c==="right"?null:g})});const s=this.states[this.states.length-1];this.$main&&this.$main.css({paddingTop:s.top,paddingRight:s.right,paddingBottom:s.bottom,paddingLeft:s.left})}resort(){const e=this.getItems();this.states.sort((t,r)=>{const n=t.element.order??0,s=r.element.order??0;return n>s?1:n<s?-1:e.indexOf(t.element)>e.indexOf(r.element)?1:e.indexOf(t.element)<e.indexOf(r.element)?-1:0})}isNoWidth(e){return Hs(e.element,"mdui-navigation-drawer")&&e.element.isModal}}const Yl=new WeakMap,wm=i=>(Yl.has(i)||Yl.set(i,new I1),Yl.get(i));class Ar extends Ke{constructor(){super(...arguments),this.isParentLayout=!1}get layoutPlacement(){throw new Error("Must implement placement getter!")}onOrderChange(){this.layoutManager?.updateOrder()}connectedCallback(){super.connectedCallback();const e=this.parentElement;this.isParentLayout=Hs(e,"mdui-layout"),this.isParentLayout&&(this.layoutManager=wm(e),this.layoutManager.registerItem(this))}disconnectedCallback(){super.disconnectedCallback(),this.layoutManager&&this.layoutManager.unregisterItem(this)}}w([L({type:Number,reflect:!0})],Ar.prototype,"order",void 0);w([Re("order",!0)],Ar.prototype,"onOrderChange",null);const T1=$e`:host{--shape-corner:var(--mdui-shape-corner-none);--z-index:2000;position:fixed;right:0;bottom:0;left:0;display:flex;flex:0 0 auto;align-items:center;justify-content:flex-start;border-radius:var(--shape-corner) var(--shape-corner) 0 0;z-index:var(--z-index);transition:bottom var(--mdui-motion-duration-long2) var(--mdui-motion-easing-emphasized);padding:0 1rem;height:5rem;background-color:rgb(var(--mdui-color-surface-container));box-shadow:var(--mdui-elevation-level2)}:host([scroll-target]:not([scroll-target=''])){position:absolute}:host([hide]:not([hide=false i])){transition-duration:var(--mdui-motion-duration-short4);bottom:-5.625rem}::slotted(:not(:first-child)){margin-left:.5rem}::slotted(mdui-fab){box-shadow:var(--mdui-elevation-level0)}:host([fab-detach]:not([fab-detach=false i])) ::slotted(mdui-fab){position:absolute;transition:bottom var(--mdui-motion-duration-long2) var(--mdui-motion-easing-standard);right:1rem;bottom:.75rem}:host([fab-detach][hide][scroll-behavior~=hide]:not([hide=false i],[fab-detach=false i])) ::slotted(mdui-fab){transition-duration:var(--mdui-motion-duration-short4);bottom:1rem;box-shadow:var(--mdui-elevation-level2)}:host([fab-detach][hide][scroll-behavior~=hide][scroll-target]:not([fab-detach=false i],[hide=false i],[scroll-target=''])) ::slotted(mdui-fab){bottom:6.625rem}:host([hide]:not([hide=false i])) ::slotted(:not(mdui-fab)),:host([hide]:not([hide=false i],[fab-detach])) ::slotted(mdui-fab),:host([hide][fab-detach=false i]:not([hide=false i])) ::slotted(mdui-fab){transform:translateY(8.75rem);transition:transform var(--mdui-motion-duration-0) var(--mdui-motion-easing-emphasized-accelerate) var(--mdui-motion-duration-short4)}::slotted(:first-child){transition:transform var(--mdui-motion-duration-short3) var(--mdui-motion-easing-emphasized-decelerate) var(--mdui-motion-duration-short1)}::slotted(:nth-child(2)){transition:transform var(--mdui-motion-duration-short3) var(--mdui-motion-easing-emphasized-decelerate) var(--mdui-motion-duration-short3)}::slotted(:nth-child(3)){transition:transform var(--mdui-motion-duration-short3) var(--mdui-motion-easing-emphasized-decelerate) var(--mdui-motion-duration-short4)}::slotted(:nth-child(4)){transition:transform var(--mdui-motion-duration-short3) var(--mdui-motion-easing-emphasized-decelerate) var(--mdui-motion-duration-medium1)}::slotted(:nth-child(5)){transition:transform var(--mdui-motion-duration-short3) var(--mdui-motion-easing-emphasized-decelerate) var(--mdui-motion-duration-medium2)}::slotted(:nth-child(6)){transition:transform var(--mdui-motion-duration-short3) var(--mdui-motion-easing-emphasized-decelerate) var(--mdui-motion-duration-medium3)}`;let Sn=class extends Td(Ar){constructor(){super(...arguments),this.hide=!1,this.fabDetach=!1}get scrollPaddingPosition(){return"bottom"}get layoutPlacement(){return"bottom"}firstUpdated(e){super.firstUpdated(e),this.addEventListener("transitionend",t=>{t.target===this&&this.emit(this.hide?"hidden":"shown")})}render(){return Y`<slot></slot>`}runScrollThreshold(e){!e&&!this.hide&&this.emit("hide",{cancelable:!0})&&(this.hide=!0),e&&this.hide&&this.emit("show",{cancelable:!0})&&(this.hide=!1)}};Sn.styles=[Ue,T1];w([L({type:Boolean,reflect:!0,converter:we})],Sn.prototype,"hide",void 0);w([L({type:Boolean,reflect:!0,converter:we,attribute:"fab-detach"})],Sn.prototype,"fabDetach",void 0);w([L({reflect:!0,attribute:"scroll-behavior"})],Sn.prototype,"scrollBehavior",void 0);Sn=w([Ae("mdui-bottom-app-bar")],Sn);/**
454
+ */const Lf=i=>!p1(i)&&typeof i.then=="function",Of=1073741823;class x1 extends vm{constructor(){super(...arguments),this._$Cwt=Of,this._$Cbt=[],this._$CK=new w1(this),this._$CX=new _1}render(...e){return e.find(t=>!Lf(t))??zt}update(e,t){const r=this._$Cbt;let n=r.length;this._$Cbt=t;const s=this._$CK,o=this._$CX;this.isConnected||this.disconnected();for(let a=0;a<t.length&&!(a>this._$Cwt);a++){const c=t[a];if(!Lf(c))return this._$Cwt=a,c;a<n&&c===r[a]||(this._$Cwt=Of,n=0,Promise.resolve(c).then(async l=>{for(;o.get();)await o.get();const d=s.deref();if(d!==void 0){const u=d._$Cbt.indexOf(c);u>-1&&u<d._$Cwt&&(d._$Cwt=u,d.setValue(l))}}))}return zt}disconnected(){this._$CK.disconnect(),this._$CX.pause()}reconnected(){this._$CK.reconnect(this),this._$CX.resume()}}const E1=Pn(x1),S1=$e`:host{display:inline-block;width:1em;height:1em;font-weight:400;font-family:'Material Icons';font-display:block;font-style:normal;line-height:1;direction:ltr;letter-spacing:normal;white-space:nowrap;text-transform:none;word-wrap:normal;-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;-moz-osx-font-smoothing:grayscale;font-size:1.5rem}::slotted(svg),svg{width:100%;height:100%;fill:currentcolor}`;let Ds=class extends Ke{constructor(){super(...arguments),this.hasSlotController=new $t(this,"[default]")}render(){const e=()=>{if(this.name){const[t,r]=this.name.split("--");return Y`<span translate="no" style="${zr({fontFamily:new Map([["outlined","Material Icons Outlined"],["filled","Material Icons"],["rounded","Material Icons Round"],["sharp","Material Icons Sharp"],["two-tone","Material Icons Two Tone"]]).get(r)})}">${t}</span>`}return this.src?Y`${E1(pm({url:this.src}).then(gm))}`:Y``};return this.hasSlotController.test("[default]")?Y`<slot></slot>`:e()}};Ds.styles=[Ue,S1];w([L({reflect:!0})],Ds.prototype,"name",void 0);w([L({reflect:!0})],Ds.prototype,"src",void 0);Ds=w([Ae("mdui-icon")],Ds);const k1=$e`:host{--shape-corner:var(--mdui-shape-corner-full);position:relative;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden;white-space:nowrap;vertical-align:middle;border-radius:var(--shape-corner);-webkit-user-select:none;user-select:none;width:2.5rem;height:2.5rem;background-color:rgb(var(--mdui-color-primary-container));color:rgb(var(--mdui-color-on-primary-container));font-size:var(--mdui-typescale-title-medium-size);font-weight:var(--mdui-typescale-title-medium-weight);letter-spacing:var(--mdui-typescale-title-medium-tracking);line-height:var(--mdui-typescale-title-medium-line-height)}img{width:100%;height:100%}::slotted(mdui-icon),mdui-icon{font-size:1.5em}`;let Jr=class extends Ke{constructor(){super(...arguments),this.hasSlotController=new $t(this,"[default]")}render(){return this.hasSlotController.test("[default]")?Y`<slot></slot>`:this.src?Y`<img part="image" alt="${Be(this.label)}" src="${this.src}" style="${zr({objectFit:this.fit})}">`:this.icon?Y`<mdui-icon part="icon" name="${this.icon}"></mdui-icon>`:Ye}};Jr.styles=[Ue,k1];w([L({reflect:!0})],Jr.prototype,"src",void 0);w([L({reflect:!0})],Jr.prototype,"fit",void 0);w([L({reflect:!0})],Jr.prototype,"icon",void 0);w([L({reflect:!0})],Jr.prototype,"label",void 0);Jr=w([Ae("mdui-avatar")],Jr);const R1=$e`:host{--shape-corner:var(--mdui-shape-corner-full);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:var(--shape-corner);padding-left:.25rem;padding-right:.25rem;color:rgb(var(--mdui-color-on-error));background-color:rgb(var(--mdui-color-error));height:1rem;min-width:1rem;font-size:var(--mdui-typescale-label-small-size);font-weight:var(--mdui-typescale-label-small-weight);letter-spacing:var(--mdui-typescale-label-small-tracking);line-height:var(--mdui-typescale-label-small-line-height)}:host([variant=small]){min-width:0;padding:0;width:.375rem;height:.375rem}`;let Mo=class extends Ke{constructor(){super(...arguments),this.variant="large"}render(){return this.variant==="small"?Ye:Y`<slot></slot>`}};Mo.styles=[Ue,R1];w([L({reflect:!0})],Mo.prototype,"variant",void 0);Mo=w([Ae("mdui-badge")],Mo);const we=i=>i!==null&&i.toLowerCase()!=="false";class At{constructor(e,t){this.defined=!1,(this.host=e).addController(this),this.relatedElements=t.relatedElements,this.needDomReady=t.needDomReady||!!t.relatedElements,this.onSlotChange=this.onSlotChange.bind(this)}hostConnected(){this.host.shadowRoot.addEventListener("slotchange",this.onSlotChange)}hostDisconnected(){this.host.shadowRoot.removeEventListener("slotchange",this.onSlotChange)}isDefined(){return this.defined?!0:(this.defined=(!this.needDomReady||Lo())&&!this.getUndefinedLocalNames().length,this.defined)}async whenDefined(){if(this.defined)return Promise.resolve();const e=ri();this.needDomReady&&!Lo(e)&&await new Promise(r=>{e.addEventListener("DOMContentLoaded",()=>r(),{once:!0})});const t=this.getUndefinedLocalNames();if(t.length){const r=[];t.forEach(n=>{r.push(customElements.whenDefined(n))}),await Promise.all(r)}this.defined=!0}getScopeLocalNameSelector(){const e=this.relatedElements;return e?Array.isArray(e)?e.map(t=>`${t}:not(:defined)`).join(","):Object.keys(e).filter(t=>!e[t]).map(t=>`${t}:not(:defined)`).join(","):null}getGlobalLocalNameSelector(){const e=this.relatedElements;return!e||Array.isArray(e)?null:Object.keys(e).filter(t=>e[t]).map(t=>`${t}:not(:defined)`).join(",")}getUndefinedLocalNames(){const e=this.getScopeLocalNameSelector(),t=this.getGlobalLocalNameSelector(),r=e?[...this.host.querySelectorAll(e)]:[],n=t?[...ri().querySelectorAll(t)]:[],s=[...r,...n].map(o=>o.localName);return Ws(s)}onSlotChange(){const e=this.getScopeLocalNameSelector();e&&this.host.querySelectorAll(e).length&&(this.defined=!1)}}function Re(i,e=!1){return(t,r)=>{const{update:n}=t;i in t&&(t.update=function(s){if(s.has(i)){const o=s.get(i),a=this[i];o!==a&&(!e||this.hasUpdated)&&this[r](o,a)}n.call(this,s)})}}const po=new WeakMap,Td=i=>{class e extends i{constructor(...r){super(...r),this.scrollBehaviorDefinedController=new At(this,{needDomReady:!0}),this.lastScrollTopThreshold=0,this.lastScrollTopNoThreshold=0,this.isParentLayout=!1,this.onListeningScroll=this.onListeningScroll.bind(this)}get scrollPaddingPosition(){throw new Error("Must implement scrollPaddingPosition getter")}async onScrollTargetChange(r,n){const s=this.hasUpdated;if(await this.scrollBehaviorDefinedController.whenDefined(),s&&(this.setContainerPadding("remove",r),this.setContainerPadding("add",n)),!this.scrollBehavior)return;const o=this.getListening(r);o&&o.removeEventListener("scroll",this.onListeningScroll);const a=this.getListening(n);a&&(this.updateScrollTop(a),a.addEventListener("scroll",this.onListeningScroll))}async onScrollBehaviorChange(){await this.scrollBehaviorDefinedController.whenDefined();const r=this.getListening(this.scrollTarget);r&&(this.scrollBehavior?(this.updateScrollTop(r),r.addEventListener("scroll",this.onListeningScroll)):r.removeEventListener("scroll",this.onListeningScroll))}connectedCallback(){super.connectedCallback(),this.scrollBehaviorDefinedController.whenDefined().then(()=>{this.isParentLayout=Hs(this.parentElement,"mdui-layout"),this.setContainerPadding("add",this.scrollTarget)})}disconnectedCallback(){super.disconnectedCallback(),this.scrollBehaviorDefinedController.whenDefined().then(()=>{this.setContainerPadding("remove",this.scrollTarget)})}hasScrollBehavior(r){const n=this.scrollBehavior?.split(" ")??[];return Array.isArray(r)?!!n.filter(s=>r.includes(s)).length:n.includes(r)}runScrollThreshold(r,n){}runScrollNoThreshold(r,n){}setContainerPadding(r,n){const s=this.getContainer(n);if(!s||this.isParentLayout)return;const o=this.scrollPaddingPosition,a=o==="top"?"paddingTop":"paddingBottom";if(r==="add"||r==="update"){const c=["fixed","absolute"].includes(oe(this).css("position"))?this.offsetHeight:null;if(oe(s).css({[a]:c}),r==="add"&&c!==null){const l=po.get(s)??{top:[],bottom:[]};l[o].push(this),po.set(s,l)}}if(r==="remove"){const c=po.get(s);if(!c)return;const l=c[o].indexOf(this);l>-1&&(c[o].splice(l,1),po.set(s,c)),c[o].length||oe(s).css({[a]:null})}}onListeningScroll(){const r=this.getListening(this.scrollTarget);window.requestAnimationFrame(()=>this.onScroll(r))}onScroll(r){const n=r.scrollY??r.scrollTop;this.lastScrollTopNoThreshold!==n&&(this.runScrollNoThreshold(n<this.lastScrollTopNoThreshold,n),this.lastScrollTopNoThreshold=n),Math.abs(n-this.lastScrollTopThreshold)>(this.scrollThreshold||0)&&(this.runScrollThreshold(n<this.lastScrollTopThreshold,n),this.lastScrollTopThreshold=n)}updateScrollTop(r){this.lastScrollTopThreshold=this.lastScrollTopNoThreshold=r.scrollY??r.scrollTop}getListening(r){return r?oe(r)[0]:window}getContainer(r){return r?oe(r)[0]:document.body}}return w([L({attribute:"scroll-target"})],e.prototype,"scrollTarget",void 0),w([L({reflect:!0,attribute:"scroll-behavior"})],e.prototype,"scrollBehavior",void 0),w([L({type:Number,reflect:!0,attribute:"scroll-threshold"})],e.prototype,"scrollThreshold",void 0),w([Re("scrollTarget")],e.prototype,"onScrollTargetChange",null),w([Re("scrollBehavior")],e.prototype,"onScrollBehaviorChange",null),e};let I1=0;const Cr=()=>++I1;let pr,Jl;const $r=(i,e)=>{const t=oe(i),r=Cr(),n={unobserve:()=>{t.each((s,o)=>{const a=pr.get(o),c=a.coArr.findIndex(l=>l.key===r);c!==-1&&a.coArr.splice(c,1),a.coArr.length?pr.set(o,a):(Jl.unobserve(o),pr.delete(o))})}};return pr||(pr=new WeakMap,Jl=new ResizeObserver(s=>{s.forEach(o=>{const a=o.target,c=pr.get(a);c.entry=o,c.coArr.forEach(l=>{l.callback.call(n,o,n)})})})),t.each((s,o)=>{const a=pr.get(o)??{coArr:[]};a.coArr.length&&a.entry&&e.call(n,a.entry,n),a.coArr.push({callback:e,key:r}),pr.set(o,a),Jl.observe(o)}),n};class T1{constructor(){this.states=[]}registerMain(e){this.$main=oe(e)}unregisterMain(){this.$main=void 0}registerItem(e){const t={element:e};this.states.push(t),t.observeResize=$r(t.element,()=>{this.updateLayout(t.element,{width:this.isNoWidth(t)?0:void 0})}),this.items=void 0,this.resort(),this.updateLayout()}unregisterItem(e){const t=this.states.findIndex(n=>n.element===e);if(t<0)return;this.states[t].observeResize?.unobserve(),this.items=void 0,this.states.splice(t,1),this.states[t]&&this.updateLayout(this.states[t].element)}getItems(){if(!this.items){const e=this.states.map(t=>t.element);this.items=e.sort((t,r)=>{const n=t.compareDocumentPosition(r);return n&Node.DOCUMENT_POSITION_FOLLOWING?-1:n&Node.DOCUMENT_POSITION_PRECEDING?1:0})}return this.items}getMain(){return this.$main?this.$main[0]:void 0}getItemsAndMain(){return[...this.getItems(),this.getMain()].filter(e=>e)}updateOrder(){this.resort(),this.updateLayout()}updateLayout(e,t){const r=e?{element:e,width:t?.width,height:t?.height}:void 0,n=r?this.states.findIndex(o=>o.element===r.element):0;if(n<0)return;Object.assign(this.states[n],r),this.states.forEach((o,a)=>{if(a<n)return;const c=o.element.layoutPlacement,l=a>0?this.states[a-1]:void 0,d=l?.top??0,u=l?.right??0,m=l?.bottom??0,g=l?.left??0;switch(Object.assign(o,{top:d,right:u,bottom:m,left:g}),c){case"top":case"bottom":o[c]+=o.height??o.element.offsetHeight;break;case"right":case"left":o[c]+=(this.isNoWidth(o)?0:o.width)??o.element.offsetWidth;break}o.height=o.width=void 0,oe(o.element).css({position:"absolute",top:c==="bottom"?null:d,right:c==="left"?null:u,bottom:c==="top"?null:m,left:c==="right"?null:g})});const s=this.states[this.states.length-1];this.$main&&this.$main.css({paddingTop:s.top,paddingRight:s.right,paddingBottom:s.bottom,paddingLeft:s.left})}resort(){const e=this.getItems();this.states.sort((t,r)=>{const n=t.element.order??0,s=r.element.order??0;return n>s?1:n<s?-1:e.indexOf(t.element)>e.indexOf(r.element)?1:e.indexOf(t.element)<e.indexOf(r.element)?-1:0})}isNoWidth(e){return Hs(e.element,"mdui-navigation-drawer")&&e.element.isModal}}const Yl=new WeakMap,wm=i=>(Yl.has(i)||Yl.set(i,new T1),Yl.get(i));class Ar extends Ke{constructor(){super(...arguments),this.isParentLayout=!1}get layoutPlacement(){throw new Error("Must implement placement getter!")}onOrderChange(){this.layoutManager?.updateOrder()}connectedCallback(){super.connectedCallback();const e=this.parentElement;this.isParentLayout=Hs(e,"mdui-layout"),this.isParentLayout&&(this.layoutManager=wm(e),this.layoutManager.registerItem(this))}disconnectedCallback(){super.disconnectedCallback(),this.layoutManager&&this.layoutManager.unregisterItem(this)}}w([L({type:Number,reflect:!0})],Ar.prototype,"order",void 0);w([Re("order",!0)],Ar.prototype,"onOrderChange",null);const C1=$e`:host{--shape-corner:var(--mdui-shape-corner-none);--z-index:2000;position:fixed;right:0;bottom:0;left:0;display:flex;flex:0 0 auto;align-items:center;justify-content:flex-start;border-radius:var(--shape-corner) var(--shape-corner) 0 0;z-index:var(--z-index);transition:bottom var(--mdui-motion-duration-long2) var(--mdui-motion-easing-emphasized);padding:0 1rem;height:5rem;background-color:rgb(var(--mdui-color-surface-container));box-shadow:var(--mdui-elevation-level2)}:host([scroll-target]:not([scroll-target=''])){position:absolute}:host([hide]:not([hide=false i])){transition-duration:var(--mdui-motion-duration-short4);bottom:-5.625rem}::slotted(:not(:first-child)){margin-left:.5rem}::slotted(mdui-fab){box-shadow:var(--mdui-elevation-level0)}:host([fab-detach]:not([fab-detach=false i])) ::slotted(mdui-fab){position:absolute;transition:bottom var(--mdui-motion-duration-long2) var(--mdui-motion-easing-standard);right:1rem;bottom:.75rem}:host([fab-detach][hide][scroll-behavior~=hide]:not([hide=false i],[fab-detach=false i])) ::slotted(mdui-fab){transition-duration:var(--mdui-motion-duration-short4);bottom:1rem;box-shadow:var(--mdui-elevation-level2)}:host([fab-detach][hide][scroll-behavior~=hide][scroll-target]:not([fab-detach=false i],[hide=false i],[scroll-target=''])) ::slotted(mdui-fab){bottom:6.625rem}:host([hide]:not([hide=false i])) ::slotted(:not(mdui-fab)),:host([hide]:not([hide=false i],[fab-detach])) ::slotted(mdui-fab),:host([hide][fab-detach=false i]:not([hide=false i])) ::slotted(mdui-fab){transform:translateY(8.75rem);transition:transform var(--mdui-motion-duration-0) var(--mdui-motion-easing-emphasized-accelerate) var(--mdui-motion-duration-short4)}::slotted(:first-child){transition:transform var(--mdui-motion-duration-short3) var(--mdui-motion-easing-emphasized-decelerate) var(--mdui-motion-duration-short1)}::slotted(:nth-child(2)){transition:transform var(--mdui-motion-duration-short3) var(--mdui-motion-easing-emphasized-decelerate) var(--mdui-motion-duration-short3)}::slotted(:nth-child(3)){transition:transform var(--mdui-motion-duration-short3) var(--mdui-motion-easing-emphasized-decelerate) var(--mdui-motion-duration-short4)}::slotted(:nth-child(4)){transition:transform var(--mdui-motion-duration-short3) var(--mdui-motion-easing-emphasized-decelerate) var(--mdui-motion-duration-medium1)}::slotted(:nth-child(5)){transition:transform var(--mdui-motion-duration-short3) var(--mdui-motion-easing-emphasized-decelerate) var(--mdui-motion-duration-medium2)}::slotted(:nth-child(6)){transition:transform var(--mdui-motion-duration-short3) var(--mdui-motion-easing-emphasized-decelerate) var(--mdui-motion-duration-medium3)}`;let Sn=class extends Td(Ar){constructor(){super(...arguments),this.hide=!1,this.fabDetach=!1}get scrollPaddingPosition(){return"bottom"}get layoutPlacement(){return"bottom"}firstUpdated(e){super.firstUpdated(e),this.addEventListener("transitionend",t=>{t.target===this&&this.emit(this.hide?"hidden":"shown")})}render(){return Y`<slot></slot>`}runScrollThreshold(e){!e&&!this.hide&&this.emit("hide",{cancelable:!0})&&(this.hide=!0),e&&this.hide&&this.emit("show",{cancelable:!0})&&(this.hide=!1)}};Sn.styles=[Ue,C1];w([L({type:Boolean,reflect:!0,converter:we})],Sn.prototype,"hide",void 0);w([L({type:Boolean,reflect:!0,converter:we,attribute:"fab-detach"})],Sn.prototype,"fabDetach",void 0);w([L({reflect:!0,attribute:"scroll-behavior"})],Sn.prototype,"scrollBehavior",void 0);Sn=w([Ae("mdui-bottom-app-bar")],Sn);/**
455
455
  * @license
456
456
  * Copyright 2020 Google LLC
457
457
  * SPDX-License-Identifier: BSD-3-Clause
458
- */const Me=()=>new C1;class C1{}const Zl=new WeakMap,De=Pn(class extends vm{render(i){return Je}update(i,[e]){const t=e!==this.G;return t&&this.G!==void 0&&this.rt(void 0),(t||this.lt!==this.ct)&&(this.G=e,this.ht=i.options?.host,this.rt(this.ct=i.element)),Je}rt(i){if(this.isConnected||(i=void 0),typeof this.G=="function"){const e=this.ht??globalThis;let t=Zl.get(e);t===void 0&&(t=new WeakMap,Zl.set(e,t)),t.get(this.G)!==void 0&&this.G.call(this.ht,void 0),t.set(this.G,i),i!==void 0&&this.G.call(this.ht,i)}else this.G.value=i}get lt(){return typeof this.G=="function"?Zl.get(this.ht??globalThis)?.get(this.G):this.G?.value}disconnected(){this.lt===this.ct&&this.rt(void 0)}reconnected(){this.rt(this.ct)}});function qi(i){if(typeof i=="string"||typeof i=="number")return""+i;let e="";if(Array.isArray(i))for(let t=0,r;t<i.length;t++)(r=qi(i[t]))!==""&&(e+=(e&&" ")+r);else for(let t in i)i[t]&&(e+=(e&&" ")+t);return e}const us=new WeakMap,Et=new WeakMap;class dr{constructor(e,t){(this.host=e).addController(this),this.definedController=new At(e,{needDomReady:!0}),this.options={form:r=>{const n=oe(r).attr("form");return n?r.getRootNode().getElementById(n):r.closest("form")},name:r=>r.name,value:r=>r.value,defaultValue:r=>r.defaultValue,setValue:(r,n)=>r.value=n,disabled:r=>r.disabled,reportValidity:r=>vt(r.reportValidity)?r.reportValidity():!0,...t},this.onFormData=this.onFormData.bind(this),this.onFormSubmit=this.onFormSubmit.bind(this),this.onFormReset=this.onFormReset.bind(this),this.reportFormValidity=this.reportFormValidity.bind(this)}hostConnected(){this.definedController.whenDefined().then(()=>{this.form=this.options.form(this.host),this.form&&this.attachForm(this.form)})}hostDisconnected(){this.detachForm()}hostUpdated(){this.definedController.whenDefined().then(()=>{const e=this.options.form(this.host);e||this.detachForm(),e&&this.form!==e&&(this.detachForm(),this.attachForm(e))})}getForm(){return this.form??null}reset(e){this.doAction("reset",e)}submit(e){this.doAction("submit",e)}attachForm(e){if(!e){this.form=void 0;return}this.form=e,dn.has(this.form)?dn.get(this.form).add(this.host):dn.set(this.form,new Set([this.host])),this.form.addEventListener("formdata",this.onFormData),this.form.addEventListener("submit",this.onFormSubmit),this.form.addEventListener("reset",this.onFormReset),us.has(this.form)||(us.set(this.form,this.form.reportValidity),this.form.reportValidity=()=>this.reportFormValidity())}detachForm(){this.form&&(dn.get(this.form).delete(this.host),this.form.removeEventListener("formdata",this.onFormData),this.form.removeEventListener("submit",this.onFormSubmit),this.form.removeEventListener("reset",this.onFormReset),us.has(this.form)&&!dn.get(this.form).size&&(this.form.reportValidity=us.get(this.form),us.delete(this.form)))}doAction(e,t){if(!this.form)return;const r=oe(`<button type="${e}">`).css({position:"absolute",width:0,height:0,clipPath:"inset(50%)",overflow:"hidden",whiteSpace:"nowrap"}),n=r[0];t&&(n.name=t.name,n.value=t.value,["formaction","formenctype","formmethod","formnovalidate","formtarget"].forEach(s=>{r.attr(s,oe(t).attr(s))})),this.form.append(n),n.click(),n.remove()}onFormData(e){const t=this.options.disabled(this.host),r=this.options.name(this.host),n=this.options.value(this.host),s=["mdui-button","mdui-button-icon","mdui-chip","mdui-fab","mdui-segmented-button"].includes(this.host.tagName.toLowerCase());!t&&!s&&_t(r)&&r&&!gt(n)&&(Array.isArray(n)?n.forEach(o=>{e.formData.append(r,o.toString())}):e.formData.append(r,n.toString()))}onFormSubmit(e){const t=this.options.disabled(this.host),r=this.options.reportValidity;this.form&&!this.form.noValidate&&!t&&!r(this.host)&&(e.preventDefault(),e.stopImmediatePropagation())}onFormReset(){this.form&&(this.options.setValue(this.host,this.options.defaultValue(this.host)),this.host.invalid=!1,Et.has(this.form)?Et.get(this.form).add(this.host):Et.set(this.form,new Set([this.host])))}reportFormValidity(){if(this.form&&!this.form.noValidate){const e=hm(this.form);for(const t of e)if(vt(t.reportValidity)&&!t.reportValidity())return!1}return!0}}const Mn=i=>{class e extends i{renderAnchor({id:r,className:n,part:s,content:o=Y`<slot></slot>`,refDirective:a,tabIndex:c}){return Y`<a ${a} id="${Be(r)}" class="_a ${n||""}" part="${Be(s)}" href="${Be(this.href)}" download="${Be(this.download)}" target="${Be(this.target)}" rel="${Be(this.rel)}" tabindex="${Be(c)}">${o}</a>`}}return w([L({reflect:!0})],e.prototype,"href",void 0),w([L({reflect:!0})],e.prototype,"download",void 0),w([L({reflect:!0})],e.prototype,"target",void 0),w([L({reflect:!0})],e.prototype,"rel",void 0),e};let Cd=!0;const _m=ri();_m.addEventListener("pointerdown",()=>{Cd=!0});_m.addEventListener("keydown",()=>{Cd=!1});const bi=i=>{class e extends i{constructor(){super(...arguments),this.autofocus=!1,this.focused=!1,this.focusVisible=!1,this.focusableDefinedController=new At(this,{relatedElements:[""]}),this._manipulatingTabindex=!1,this._tabIndex=0}get tabIndex(){const r=oe(this);if(this.focusElement===this)return Number(r.attr("tabindex")||-1);const n=Number(r.attr("tabindex")||0);return this.focusDisabled||n<0?-1:this.focusElement?this.focusElement.tabIndex:n}set tabIndex(r){if(this._manipulatingTabindex){this._manipulatingTabindex=!1;return}const n=oe(this);if(this.focusElement===this){r!==null&&(this._tabIndex=r),n.attr("tabindex",this.focusDisabled?null:r);return}const s=()=>{this.tabIndex===-1&&(this.tabIndex=0,this.focus({preventScroll:!0}))};if(r===-1?this.addEventListener("pointerdown",s):(this._manipulatingTabindex=!0,this.removeEventListener("pointerdown",s)),r===-1||this.focusDisabled){n.attr("tabindex",-1),r!==-1&&this.manageFocusElementTabindex(r);return}this.hasAttribute("tabindex")||(this._manipulatingTabindex=!1),this.manageFocusElementTabindex(r)}get focusDisabled(){throw new Error("Must implement focusDisabled getter!")}get focusElement(){throw new Error("Must implement focusElement getter!")}connectedCallback(){super.connectedCallback(),this.updateComplete.then(()=>{requestAnimationFrame(()=>{this.manageAutoFocus()})})}click(){this.focusDisabled||(this.focusElement!==this?this.focusElement.click():HTMLElement.prototype.click.apply(this))}focus(r){this.focusDisabled||!this.focusElement||(this.focusElement!==this?this.focusElement.focus(r):HTMLElement.prototype.focus.apply(this,[r]))}blur(){this.focusElement!==this?this.focusElement.blur():HTMLElement.prototype.blur.apply(this)}firstUpdated(r){super.firstUpdated(r),this.focusElement.addEventListener("focus",()=>{this.focused=!0,this.focusVisible=!Cd}),this.focusElement.addEventListener("blur",()=>{this.focused=!1,this.focusVisible=!1})}update(r){if(this._lastFocusDisabled===void 0||this._lastFocusDisabled!==this.focusDisabled){this._lastFocusDisabled=this.focusDisabled;const n=oe(this);this.focusDisabled?n.removeAttr("tabindex"):this.focusElement===this?(this._manipulatingTabindex=!0,n.attr("tabindex",this._tabIndex)):this.tabIndex>-1&&n.removeAttr("tabindex")}super.update(r)}updated(r){super.updated(r),this.focused&&this.focusDisabled&&this.blur()}async manageFocusElementTabindex(r){this.focusElement||await this.updateComplete,r===null?this.focusElement.removeAttribute("tabindex"):this.focusElement.tabIndex=r}manageAutoFocus(){this.autofocus&&(this.dispatchEvent(new KeyboardEvent("keydown",{code:"Tab"})),this.focusElement.focus())}}return w([L({type:Boolean,reflect:!0,converter:we})],e.prototype,"autofocus",void 0),w([L({type:Boolean,reflect:!0,converter:we})],e.prototype,"focused",void 0),w([L({type:Boolean,reflect:!0,converter:we,attribute:"focus-visible"})],e.prototype,"focusVisible",void 0),w([L({type:Number,attribute:"tabindex"})],e.prototype,"tabIndex",null),e};/**
458
+ */const Me=()=>new $1;class $1{}const Zl=new WeakMap,De=Pn(class extends vm{render(i){return Je}update(i,[e]){const t=e!==this.G;return t&&this.G!==void 0&&this.rt(void 0),(t||this.lt!==this.ct)&&(this.G=e,this.ht=i.options?.host,this.rt(this.ct=i.element)),Je}rt(i){if(this.isConnected||(i=void 0),typeof this.G=="function"){const e=this.ht??globalThis;let t=Zl.get(e);t===void 0&&(t=new WeakMap,Zl.set(e,t)),t.get(this.G)!==void 0&&this.G.call(this.ht,void 0),t.set(this.G,i),i!==void 0&&this.G.call(this.ht,i)}else this.G.value=i}get lt(){return typeof this.G=="function"?Zl.get(this.ht??globalThis)?.get(this.G):this.G?.value}disconnected(){this.lt===this.ct&&this.rt(void 0)}reconnected(){this.rt(this.ct)}});function qi(i){if(typeof i=="string"||typeof i=="number")return""+i;let e="";if(Array.isArray(i))for(let t=0,r;t<i.length;t++)(r=qi(i[t]))!==""&&(e+=(e&&" ")+r);else for(let t in i)i[t]&&(e+=(e&&" ")+t);return e}const us=new WeakMap,Et=new WeakMap;class dr{constructor(e,t){(this.host=e).addController(this),this.definedController=new At(e,{needDomReady:!0}),this.options={form:r=>{const n=oe(r).attr("form");return n?r.getRootNode().getElementById(n):r.closest("form")},name:r=>r.name,value:r=>r.value,defaultValue:r=>r.defaultValue,setValue:(r,n)=>r.value=n,disabled:r=>r.disabled,reportValidity:r=>vt(r.reportValidity)?r.reportValidity():!0,...t},this.onFormData=this.onFormData.bind(this),this.onFormSubmit=this.onFormSubmit.bind(this),this.onFormReset=this.onFormReset.bind(this),this.reportFormValidity=this.reportFormValidity.bind(this)}hostConnected(){this.definedController.whenDefined().then(()=>{this.form=this.options.form(this.host),this.form&&this.attachForm(this.form)})}hostDisconnected(){this.detachForm()}hostUpdated(){this.definedController.whenDefined().then(()=>{const e=this.options.form(this.host);e||this.detachForm(),e&&this.form!==e&&(this.detachForm(),this.attachForm(e))})}getForm(){return this.form??null}reset(e){this.doAction("reset",e)}submit(e){this.doAction("submit",e)}attachForm(e){if(!e){this.form=void 0;return}this.form=e,dn.has(this.form)?dn.get(this.form).add(this.host):dn.set(this.form,new Set([this.host])),this.form.addEventListener("formdata",this.onFormData),this.form.addEventListener("submit",this.onFormSubmit),this.form.addEventListener("reset",this.onFormReset),us.has(this.form)||(us.set(this.form,this.form.reportValidity),this.form.reportValidity=()=>this.reportFormValidity())}detachForm(){this.form&&(dn.get(this.form).delete(this.host),this.form.removeEventListener("formdata",this.onFormData),this.form.removeEventListener("submit",this.onFormSubmit),this.form.removeEventListener("reset",this.onFormReset),us.has(this.form)&&!dn.get(this.form).size&&(this.form.reportValidity=us.get(this.form),us.delete(this.form)))}doAction(e,t){if(!this.form)return;const r=oe(`<button type="${e}">`).css({position:"absolute",width:0,height:0,clipPath:"inset(50%)",overflow:"hidden",whiteSpace:"nowrap"}),n=r[0];t&&(n.name=t.name,n.value=t.value,["formaction","formenctype","formmethod","formnovalidate","formtarget"].forEach(s=>{r.attr(s,oe(t).attr(s))})),this.form.append(n),n.click(),n.remove()}onFormData(e){const t=this.options.disabled(this.host),r=this.options.name(this.host),n=this.options.value(this.host),s=["mdui-button","mdui-button-icon","mdui-chip","mdui-fab","mdui-segmented-button"].includes(this.host.tagName.toLowerCase());!t&&!s&&_t(r)&&r&&!gt(n)&&(Array.isArray(n)?n.forEach(o=>{e.formData.append(r,o.toString())}):e.formData.append(r,n.toString()))}onFormSubmit(e){const t=this.options.disabled(this.host),r=this.options.reportValidity;this.form&&!this.form.noValidate&&!t&&!r(this.host)&&(e.preventDefault(),e.stopImmediatePropagation())}onFormReset(){this.form&&(this.options.setValue(this.host,this.options.defaultValue(this.host)),this.host.invalid=!1,Et.has(this.form)?Et.get(this.form).add(this.host):Et.set(this.form,new Set([this.host])))}reportFormValidity(){if(this.form&&!this.form.noValidate){const e=hm(this.form);for(const t of e)if(vt(t.reportValidity)&&!t.reportValidity())return!1}return!0}}const Mn=i=>{class e extends i{renderAnchor({id:r,className:n,part:s,content:o=Y`<slot></slot>`,refDirective:a,tabIndex:c}){return Y`<a ${a} id="${Be(r)}" class="_a ${n||""}" part="${Be(s)}" href="${Be(this.href)}" download="${Be(this.download)}" target="${Be(this.target)}" rel="${Be(this.rel)}" tabindex="${Be(c)}">${o}</a>`}}return w([L({reflect:!0})],e.prototype,"href",void 0),w([L({reflect:!0})],e.prototype,"download",void 0),w([L({reflect:!0})],e.prototype,"target",void 0),w([L({reflect:!0})],e.prototype,"rel",void 0),e};let Cd=!0;const _m=ri();_m.addEventListener("pointerdown",()=>{Cd=!0});_m.addEventListener("keydown",()=>{Cd=!1});const bi=i=>{class e extends i{constructor(){super(...arguments),this.autofocus=!1,this.focused=!1,this.focusVisible=!1,this.focusableDefinedController=new At(this,{relatedElements:[""]}),this._manipulatingTabindex=!1,this._tabIndex=0}get tabIndex(){const r=oe(this);if(this.focusElement===this)return Number(r.attr("tabindex")||-1);const n=Number(r.attr("tabindex")||0);return this.focusDisabled||n<0?-1:this.focusElement?this.focusElement.tabIndex:n}set tabIndex(r){if(this._manipulatingTabindex){this._manipulatingTabindex=!1;return}const n=oe(this);if(this.focusElement===this){r!==null&&(this._tabIndex=r),n.attr("tabindex",this.focusDisabled?null:r);return}const s=()=>{this.tabIndex===-1&&(this.tabIndex=0,this.focus({preventScroll:!0}))};if(r===-1?this.addEventListener("pointerdown",s):(this._manipulatingTabindex=!0,this.removeEventListener("pointerdown",s)),r===-1||this.focusDisabled){n.attr("tabindex",-1),r!==-1&&this.manageFocusElementTabindex(r);return}this.hasAttribute("tabindex")||(this._manipulatingTabindex=!1),this.manageFocusElementTabindex(r)}get focusDisabled(){throw new Error("Must implement focusDisabled getter!")}get focusElement(){throw new Error("Must implement focusElement getter!")}connectedCallback(){super.connectedCallback(),this.updateComplete.then(()=>{requestAnimationFrame(()=>{this.manageAutoFocus()})})}click(){this.focusDisabled||(this.focusElement!==this?this.focusElement.click():HTMLElement.prototype.click.apply(this))}focus(r){this.focusDisabled||!this.focusElement||(this.focusElement!==this?this.focusElement.focus(r):HTMLElement.prototype.focus.apply(this,[r]))}blur(){this.focusElement!==this?this.focusElement.blur():HTMLElement.prototype.blur.apply(this)}firstUpdated(r){super.firstUpdated(r),this.focusElement.addEventListener("focus",()=>{this.focused=!0,this.focusVisible=!Cd}),this.focusElement.addEventListener("blur",()=>{this.focused=!1,this.focusVisible=!1})}update(r){if(this._lastFocusDisabled===void 0||this._lastFocusDisabled!==this.focusDisabled){this._lastFocusDisabled=this.focusDisabled;const n=oe(this);this.focusDisabled?n.removeAttr("tabindex"):this.focusElement===this?(this._manipulatingTabindex=!0,n.attr("tabindex",this._tabIndex)):this.tabIndex>-1&&n.removeAttr("tabindex")}super.update(r)}updated(r){super.updated(r),this.focused&&this.focusDisabled&&this.blur()}async manageFocusElementTabindex(r){this.focusElement||await this.updateComplete,r===null?this.focusElement.removeAttribute("tabindex"):this.focusElement.tabIndex=r}manageAutoFocus(){this.autofocus&&(this.dispatchEvent(new KeyboardEvent("keydown",{code:"Tab"})),this.focusElement.focus())}}return w([L({type:Boolean,reflect:!0,converter:we})],e.prototype,"autofocus",void 0),w([L({type:Boolean,reflect:!0,converter:we})],e.prototype,"focused",void 0),w([L({type:Boolean,reflect:!0,converter:we,attribute:"focus-visible"})],e.prototype,"focusVisible",void 0),w([L({type:Number,attribute:"tabindex"})],e.prototype,"tabIndex",null),e};/**
459
459
  * @license
460
460
  * Copyright 2018 Google LLC
461
461
  * SPDX-License-Identifier: BSD-3-Clause
462
- */const bt=Pn(class extends Ks{constructor(i){if(super(i),i.type!==ji.ATTRIBUTE||i.name!=="class"||i.strings?.length>2)throw Error("`classMap()` can only be used in the `class` attribute and must be the only part in the attribute.")}render(i){return" "+Object.keys(i).filter(e=>i[e]).join(" ")+" "}update(i,[e]){if(this.st===void 0){this.st=new Set,i.strings!==void 0&&(this.nt=new Set(i.strings.join(" ").split(/\s/).filter(r=>r!=="")));for(const r in e)e[r]&&!this.nt?.has(r)&&this.st.add(r);return this.render(e)}const t=i.element.classList;for(const r of this.st)r in e||(t.remove(r),this.st.delete(r));for(const r in e){const n=!!e[r];n===this.st.has(r)||this.nt?.has(r)||(n?(t.add(r),this.st.add(r)):(t.remove(r),this.st.delete(r)))}return zt}}),$1=$e`:host{position:relative;display:inline-block;flex-shrink:0;width:2.5rem;height:2.5rem;stroke:rgb(var(--mdui-color-primary))}.progress{position:relative;display:inline-block;width:100%;height:100%;text-align:left;transition:opacity var(--mdui-motion-duration-medium1) var(--mdui-motion-easing-linear)}.determinate svg{transform:rotate(-90deg);fill:transparent}.determinate .track{stroke:transparent}.determinate .circle{stroke:inherit;transition:stroke-dashoffset var(--mdui-motion-duration-long2) var(--mdui-motion-easing-standard)}.indeterminate{font-size:0;letter-spacing:0;white-space:nowrap;animation:mdui-comp-circular-progress-rotate 1568ms var(--mdui-motion-easing-linear) infinite}.indeterminate .circle,.indeterminate .layer{position:absolute;width:100%;height:100%}.indeterminate .layer{animation:mdui-comp-circular-progress-layer-rotate 5332ms var(--mdui-motion-easing-standard) infinite both}.indeterminate .circle{fill:transparent;stroke:inherit}.indeterminate .gap-patch{position:absolute;top:0;left:47.5%;width:5%;height:100%;overflow:hidden}.indeterminate .gap-patch .circle{left:-900%;width:2000%;transform:rotate(180deg)}.indeterminate .clipper{position:relative;display:inline-block;width:50%;height:100%;overflow:hidden}.indeterminate .clipper .circle{width:200%}.indeterminate .clipper.left .circle{animation:mdui-comp-circular-progress-left-spin 1333ms var(--mdui-motion-easing-standard) infinite both}.indeterminate .clipper.right .circle{left:-100%;animation:mdui-comp-circular-progress-right-spin 1333ms var(--mdui-motion-easing-standard) infinite both}@keyframes mdui-comp-circular-progress-rotate{to{transform:rotate(360deg)}}@keyframes mdui-comp-circular-progress-layer-rotate{12.5%{transform:rotate(135deg)}25%{transform:rotate(270deg)}37.5%{transform:rotate(405deg)}50%{transform:rotate(540deg)}62.5%{transform:rotate(675deg)}75%{transform:rotate(810deg)}87.5%{transform:rotate(945deg)}100%{transform:rotate(1080deg)}}@keyframes mdui-comp-circular-progress-left-spin{0%{transform:rotate(265deg)}50%{transform:rotate(130deg)}100%{transform:rotate(265deg)}}@keyframes mdui-comp-circular-progress-right-spin{0%{transform:rotate(-265deg)}50%{transform:rotate(-130deg)}100%{transform:rotate(-265deg)}}`;let Ls=class extends Ke{constructor(){super(...arguments),this.max=1}render(){const e=!gt(this.value);return Y`<div class="progress ${bt({determinate:e,indeterminate:!e})}">${e?this.renderDeterminate():this.renderInDeterminate()}</div>`}renderDeterminate(){const e=this.value,t=4,r=18,n=3.1415926,s=r+t/2,o=2*n*r,a=(1-e/Math.max(this.max??e,e))*o;return Y`<svg viewBox="0 0 ${s*2} ${s*2}"><circle class="track" cx="${s}" cy="${s}" r="${r}" stroke-width="${t}"></circle><circle class="circle" cx="${s}" cy="${s}" r="${r}" stroke-dasharray="${2*n*r}" stroke-dashoffset="${a}" stroke-width="${t}"></circle></svg>`}renderInDeterminate(){const r=3.1415926,n=18+4/2,s=2*r*18,o=.5*s,a=c=>Y`<svg class="circle" viewBox="0 0 ${n*2} ${n*2}"><circle cx="${n}" cy="${n}" r="${18}" stroke-dasharray="${s}" stroke-dashoffset="${o}" stroke-width="${c}"></circle></svg>`;return Y`<div class="layer"><div class="clipper left">${a(4)}</div><div class="gap-patch">${a(4*.8)}</div><div class="clipper right">${a(4)}</div></div>`}};Ls.styles=[Ue,$1];w([L({type:Number,reflect:!0})],Ls.prototype,"max",void 0);w([L({type:Number})],Ls.prototype,"value",void 0);Ls=w([Ae("mdui-circular-progress")],Ls);const A1=$e`:host{position:absolute;top:0;left:0;display:block;width:100%;height:100%;overflow:hidden;pointer-events:none}.surface{position:absolute;top:0;left:0;width:100%;height:100%;transition-duration:280ms;transition-property:background-color;pointer-events:none;transition-timing-function:var(--mdui-motion-easing-standard)}.hover{background-color:rgba(var(--mdui-comp-ripple-state-layer-color,var(--mdui-color-on-surface)),var(--mdui-state-layer-hover))}:host-context([focus-visible]) .focused{background-color:rgba(var(--mdui-comp-ripple-state-layer-color,var(--mdui-color-on-surface)),var(--mdui-state-layer-focus))}.dragged{background-color:rgba(var(--mdui-comp-ripple-state-layer-color,var(--mdui-color-on-surface)),var(--mdui-state-layer-dragged))}.wave{position:absolute;z-index:1;background-color:rgb(var(--mdui-comp-ripple-state-layer-color,var(--mdui-color-on-surface)));border-radius:50%;transform:translate3d(0,0,0) scale(.4);opacity:0;animation:225ms ease 0s 1 normal forwards running mdui-comp-ripple-radius-in,75ms ease 0s 1 normal forwards running mdui-comp-ripple-opacity-in;pointer-events:none}.out{transform:translate3d(var(--mdui-comp-ripple-transition-x,0),var(--mdui-comp-ripple-transition-y,0),0) scale(1);animation:150ms ease 0s 1 normal none running mdui-comp-ripple-opacity-out}@keyframes mdui-comp-ripple-radius-in{from{transform:translate3d(0,0,0) scale(.4);animation-timing-function:var(--mdui-motion-easing-standard)}to{transform:translate3d(var(--mdui-comp-ripple-transition-x,0),var(--mdui-comp-ripple-transition-y,0),0) scale(1)}}@keyframes mdui-comp-ripple-opacity-in{from{opacity:0;animation-timing-function:linear}to{opacity:var(--mdui-state-layer-pressed)}}@keyframes mdui-comp-ripple-opacity-out{from{animation-timing-function:linear;opacity:var(--mdui-state-layer-pressed)}to{opacity:0}}`;let Yr=class extends Ke{constructor(){super(...arguments),this.noRipple=!1,this.hover=!1,this.focused=!1,this.dragged=!1,this.surfaceRef=Me()}startPress(e){if(this.noRipple)return;const t=oe(this.surfaceRef.value),r=t.innerHeight(),n=t.innerWidth();let s,o;if(!e)s=n/2,o=r/2;else{const u=typeof TouchEvent<"u"&&e instanceof TouchEvent&&e.touches.length?e.touches[0]:e,m=t.offset();if(u.pageX<m.left||u.pageX>m.left+n||u.pageY<m.top||u.pageY>m.top+r)return;s=u.pageX-m.left,o=u.pageY-m.top}const a=Math.max(Math.pow(Math.pow(r,2)+Math.pow(n,2),.5),48),c=`${-s+n/2}px`,l=`${-o+r/2}px`,d=`translate3d(${c}, ${l}, 0) scale(1)`;oe('<div class="wave"></div>').css({width:a,height:a,marginTop:-a/2,marginLeft:-a/2,left:s,top:o}).each((u,m)=>{m.style.setProperty("--mdui-comp-ripple-transition-x",c),m.style.setProperty("--mdui-comp-ripple-transition-y",l)}).prependTo(this.surfaceRef.value).each((u,m)=>m.clientLeft).css("transform",d).on("animationend",function(u){u.animationName==="mdui-comp-ripple-radius-in"&&oe(this).data("filled",!0)})}endPress(){const e=oe(this.surfaceRef.value).children().filter((r,n)=>!oe(n).data("removing")).data("removing",!0),t=r=>{r.addClass("out").each((n,s)=>s.clientLeft).on("animationend",function(){oe(this).remove()})};e.filter((r,n)=>!oe(n).data("filled")).on("animationend",function(r){r.animationName==="mdui-comp-ripple-radius-in"&&t(oe(this))}),t(e.filter((r,n)=>!!oe(n).data("filled")))}startHover(){this.hover=!0}endHover(){this.hover=!1}startFocus(){this.focused=!0}endFocus(){this.focused=!1}startDrag(){this.dragged=!0}endDrag(){this.dragged=!1}render(){return Y`<div ${De(this.surfaceRef)} class="surface ${bt({hover:this.hover,focused:this.focused,dragged:this.dragged})}"></div>`}};Yr.styles=[Ue,A1];w([L({type:Boolean,reflect:!0,converter:we,attribute:"no-ripple"})],Yr.prototype,"noRipple",void 0);w([qe()],Yr.prototype,"hover",void 0);w([qe()],Yr.prototype,"focused",void 0);w([qe()],Yr.prototype,"dragged",void 0);Yr=w([Ae("mdui-ripple")],Yr);const Oi=i=>{class e extends i{constructor(){super(...arguments),this.noRipple=!1,this.rippleIndex=void 0,this.getRippleIndex=()=>this.rippleIndex}get rippleElement(){throw new Error("Must implement rippleElement getter!")}get rippleDisabled(){throw new Error("Must implement rippleDisabled getter!")}get rippleTarget(){return this}firstUpdated(r){super.firstUpdated(r);const n=oe(this.rippleTarget),s=a=>{fn(this.rippleTarget)&&(this.rippleIndex=n.index(a.target))};(fn(this.rippleTarget)?this.rippleTarget:[this.rippleTarget]).forEach(a=>{a.addEventListener("pointerdown",c=>{s(c),this.startPress(c)}),a.addEventListener("pointerenter",c=>{s(c),this.startHover(c)}),a.addEventListener("pointerleave",c=>{s(c),this.endHover(c)}),a.addEventListener("focus",c=>{s(c),this.startFocus()}),a.addEventListener("blur",c=>{s(c),this.endFocus()})})}startHover(r){r.pointerType!=="mouse"||this.isRippleDisabled()||(this.getRippleTarget().setAttribute("hover",""),this.getRippleElement().startHover())}endHover(r){r.pointerType!=="mouse"||this.isRippleDisabled()||(this.getRippleTarget().removeAttribute("hover"),this.getRippleElement().endHover())}isRippleDisabled(){const r=this.rippleDisabled;if(!Array.isArray(r))return r;const n=this.getRippleIndex();return n!==void 0?r[n]:r.length?r[0]:!1}getRippleElement(){const r=this.rippleElement;if(!fn(r))return r;const n=this.getRippleIndex();return n!==void 0?r[n]:r[0]}getRippleTarget(){const r=this.rippleTarget;if(!fn(r))return r;const n=this.getRippleIndex();return n!==void 0?r[n]:r[0]}startFocus(){this.isRippleDisabled()||this.getRippleElement().startFocus()}endFocus(){this.isRippleDisabled()||this.getRippleElement().endFocus()}startPress(r){if(this.isRippleDisabled()||r.button)return;const n=this.getRippleTarget();if(n.setAttribute("pressed",""),["touch","pen"].includes(r.pointerType)){let s=!1,o=setTimeout(()=>{o=0,this.getRippleElement().startPress(r)},70);const a=()=>{o&&(clearTimeout(o),o=0,this.getRippleElement().startPress(r)),s||(s=!0,this.endPress()),n.removeEventListener("pointerup",a),n.removeEventListener("pointercancel",a)},c=()=>{o&&(clearTimeout(o),o=0),n.removeEventListener("touchmove",c)};n.addEventListener("touchmove",c),n.addEventListener("pointerup",a),n.addEventListener("pointercancel",a)}if(r.pointerType==="mouse"&&r.button===0){const s=()=>{this.endPress(),n.removeEventListener("pointerup",s),n.removeEventListener("pointercancel",s),n.removeEventListener("pointerleave",s)};this.getRippleElement().startPress(r),n.addEventListener("pointerup",s),n.addEventListener("pointercancel",s),n.addEventListener("pointerleave",s)}}endPress(){this.isRippleDisabled()||(this.getRippleTarget().removeAttribute("pressed"),this.getRippleElement().endPress())}startDrag(){this.isRippleDisabled()||this.getRippleElement().startDrag()}endDrag(){this.isRippleDisabled()||this.getRippleElement().endDrag()}}return w([L({type:Boolean,reflect:!0,converter:we,attribute:"no-ripple"})],e.prototype,"noRipple",void 0),e},N1=$e`.button{position:relative;display:inline-flex;align-items:center;justify-content:center;height:100%;padding:0;overflow:hidden;color:inherit;font-size:inherit;font-family:inherit;font-weight:inherit;letter-spacing:inherit;white-space:nowrap;text-align:center;text-decoration:none;vertical-align:middle;background:0 0;border:none;outline:0;cursor:inherit;-webkit-user-select:none;user-select:none;touch-action:manipulation;zoom:1;-webkit-user-drag:none}`;class pt extends Mn(Oi(bi(Ke))){constructor(){super(...arguments),this.disabled=!1,this.loading=!1,this.name="",this.value="",this.type="button",this.formNoValidate=!1,this.formController=new dr(this)}get validity(){if(this.isButton())return this.focusElement.validity}get validationMessage(){if(this.isButton())return this.focusElement.validationMessage}get rippleDisabled(){return this.disabled||this.loading}get focusElement(){return this.isButton()?this.renderRoot?.querySelector("._button"):this.focusDisabled?this:this.renderRoot?.querySelector("._a")}get focusDisabled(){return this.disabled||this.loading}checkValidity(){if(this.isButton()){const e=this.focusElement.checkValidity();return e||this.emit("invalid",{bubbles:!1,cancelable:!0,composed:!1}),e}return!0}reportValidity(){if(this.isButton()){const e=!this.focusElement.reportValidity();return e&&this.emit("invalid",{bubbles:!1,cancelable:!0,composed:!1}),!e}return!0}setCustomValidity(e){this.isButton()&&this.focusElement.setCustomValidity(e)}firstUpdated(e){super.firstUpdated(e),this.addEventListener("click",()=>{this.type==="submit"&&this.formController.submit(this),this.type==="reset"&&this.formController.reset(this)})}renderLoading(){return this.loading?Y`<mdui-circular-progress part="loading"></mdui-circular-progress>`:Ye}renderButton({id:e,className:t,part:r,content:n=Y`<slot></slot>`}){return Y`<button id="${Be(e)}" class="${qi(["_button",t])}" part="${Be(r)}" ?disabled="${this.rippleDisabled||this.focusDisabled}">${n}</button>`}isButton(){return!this.href}}pt.styles=[Ue,N1];w([L({type:Boolean,reflect:!0,converter:we})],pt.prototype,"disabled",void 0);w([L({type:Boolean,reflect:!0,converter:we})],pt.prototype,"loading",void 0);w([L({reflect:!0})],pt.prototype,"name",void 0);w([L({reflect:!0})],pt.prototype,"value",void 0);w([L({reflect:!0})],pt.prototype,"type",void 0);w([L({reflect:!0})],pt.prototype,"form",void 0);w([L({reflect:!0,attribute:"formaction"})],pt.prototype,"formAction",void 0);w([L({reflect:!0,attribute:"formenctype"})],pt.prototype,"formEnctype",void 0);w([L({reflect:!0,attribute:"formmethod"})],pt.prototype,"formMethod",void 0);w([L({type:Boolean,reflect:!0,converter:we,attribute:"formnovalidate"})],pt.prototype,"formNoValidate",void 0);w([L({reflect:!0,attribute:"formtarget"})],pt.prototype,"formTarget",void 0);const D1=$e`:host{--shape-corner:var(--mdui-shape-corner-full);position:relative;display:inline-block;flex-shrink:0;overflow:hidden;text-align:center;border-radius:var(--shape-corner);cursor:pointer;-webkit-tap-highlight-color:transparent;transition:box-shadow var(--mdui-motion-duration-short4) var(--mdui-motion-easing-linear);min-width:3rem;height:2.5rem;color:rgb(var(--mdui-color-primary));font-size:var(--mdui-typescale-label-large-size);font-weight:var(--mdui-typescale-label-large-weight);letter-spacing:var(--mdui-typescale-label-large-tracking);line-height:var(--mdui-typescale-label-large-line-height)}.button{width:100%;padding:0 1rem}:host([full-width]:not([full-width=false i])){display:block}:host([variant=elevated]){box-shadow:var(--mdui-elevation-level1);background-color:rgb(var(--mdui-color-surface-container-low));--mdui-comp-ripple-state-layer-color:var(--mdui-color-primary)}:host([variant=filled]){color:rgb(var(--mdui-color-on-primary));background-color:rgb(var(--mdui-color-primary));--mdui-comp-ripple-state-layer-color:var(--mdui-color-on-primary)}:host([variant=tonal]){color:rgb(var(--mdui-color-on-secondary-container));background-color:rgb(var(--mdui-color-secondary-container));--mdui-comp-ripple-state-layer-color:var(
462
+ */const bt=Pn(class extends Ks{constructor(i){if(super(i),i.type!==ji.ATTRIBUTE||i.name!=="class"||i.strings?.length>2)throw Error("`classMap()` can only be used in the `class` attribute and must be the only part in the attribute.")}render(i){return" "+Object.keys(i).filter(e=>i[e]).join(" ")+" "}update(i,[e]){if(this.st===void 0){this.st=new Set,i.strings!==void 0&&(this.nt=new Set(i.strings.join(" ").split(/\s/).filter(r=>r!=="")));for(const r in e)e[r]&&!this.nt?.has(r)&&this.st.add(r);return this.render(e)}const t=i.element.classList;for(const r of this.st)r in e||(t.remove(r),this.st.delete(r));for(const r in e){const n=!!e[r];n===this.st.has(r)||this.nt?.has(r)||(n?(t.add(r),this.st.add(r)):(t.remove(r),this.st.delete(r)))}return zt}}),A1=$e`:host{position:relative;display:inline-block;flex-shrink:0;width:2.5rem;height:2.5rem;stroke:rgb(var(--mdui-color-primary))}.progress{position:relative;display:inline-block;width:100%;height:100%;text-align:left;transition:opacity var(--mdui-motion-duration-medium1) var(--mdui-motion-easing-linear)}.determinate svg{transform:rotate(-90deg);fill:transparent}.determinate .track{stroke:transparent}.determinate .circle{stroke:inherit;transition:stroke-dashoffset var(--mdui-motion-duration-long2) var(--mdui-motion-easing-standard)}.indeterminate{font-size:0;letter-spacing:0;white-space:nowrap;animation:mdui-comp-circular-progress-rotate 1568ms var(--mdui-motion-easing-linear) infinite}.indeterminate .circle,.indeterminate .layer{position:absolute;width:100%;height:100%}.indeterminate .layer{animation:mdui-comp-circular-progress-layer-rotate 5332ms var(--mdui-motion-easing-standard) infinite both}.indeterminate .circle{fill:transparent;stroke:inherit}.indeterminate .gap-patch{position:absolute;top:0;left:47.5%;width:5%;height:100%;overflow:hidden}.indeterminate .gap-patch .circle{left:-900%;width:2000%;transform:rotate(180deg)}.indeterminate .clipper{position:relative;display:inline-block;width:50%;height:100%;overflow:hidden}.indeterminate .clipper .circle{width:200%}.indeterminate .clipper.left .circle{animation:mdui-comp-circular-progress-left-spin 1333ms var(--mdui-motion-easing-standard) infinite both}.indeterminate .clipper.right .circle{left:-100%;animation:mdui-comp-circular-progress-right-spin 1333ms var(--mdui-motion-easing-standard) infinite both}@keyframes mdui-comp-circular-progress-rotate{to{transform:rotate(360deg)}}@keyframes mdui-comp-circular-progress-layer-rotate{12.5%{transform:rotate(135deg)}25%{transform:rotate(270deg)}37.5%{transform:rotate(405deg)}50%{transform:rotate(540deg)}62.5%{transform:rotate(675deg)}75%{transform:rotate(810deg)}87.5%{transform:rotate(945deg)}100%{transform:rotate(1080deg)}}@keyframes mdui-comp-circular-progress-left-spin{0%{transform:rotate(265deg)}50%{transform:rotate(130deg)}100%{transform:rotate(265deg)}}@keyframes mdui-comp-circular-progress-right-spin{0%{transform:rotate(-265deg)}50%{transform:rotate(-130deg)}100%{transform:rotate(-265deg)}}`;let Ls=class extends Ke{constructor(){super(...arguments),this.max=1}render(){const e=!gt(this.value);return Y`<div class="progress ${bt({determinate:e,indeterminate:!e})}">${e?this.renderDeterminate():this.renderInDeterminate()}</div>`}renderDeterminate(){const e=this.value,t=4,r=18,n=3.1415926,s=r+t/2,o=2*n*r,a=(1-e/Math.max(this.max??e,e))*o;return Y`<svg viewBox="0 0 ${s*2} ${s*2}"><circle class="track" cx="${s}" cy="${s}" r="${r}" stroke-width="${t}"></circle><circle class="circle" cx="${s}" cy="${s}" r="${r}" stroke-dasharray="${2*n*r}" stroke-dashoffset="${a}" stroke-width="${t}"></circle></svg>`}renderInDeterminate(){const r=3.1415926,n=18+4/2,s=2*r*18,o=.5*s,a=c=>Y`<svg class="circle" viewBox="0 0 ${n*2} ${n*2}"><circle cx="${n}" cy="${n}" r="${18}" stroke-dasharray="${s}" stroke-dashoffset="${o}" stroke-width="${c}"></circle></svg>`;return Y`<div class="layer"><div class="clipper left">${a(4)}</div><div class="gap-patch">${a(4*.8)}</div><div class="clipper right">${a(4)}</div></div>`}};Ls.styles=[Ue,A1];w([L({type:Number,reflect:!0})],Ls.prototype,"max",void 0);w([L({type:Number})],Ls.prototype,"value",void 0);Ls=w([Ae("mdui-circular-progress")],Ls);const N1=$e`:host{position:absolute;top:0;left:0;display:block;width:100%;height:100%;overflow:hidden;pointer-events:none}.surface{position:absolute;top:0;left:0;width:100%;height:100%;transition-duration:280ms;transition-property:background-color;pointer-events:none;transition-timing-function:var(--mdui-motion-easing-standard)}.hover{background-color:rgba(var(--mdui-comp-ripple-state-layer-color,var(--mdui-color-on-surface)),var(--mdui-state-layer-hover))}:host-context([focus-visible]) .focused{background-color:rgba(var(--mdui-comp-ripple-state-layer-color,var(--mdui-color-on-surface)),var(--mdui-state-layer-focus))}.dragged{background-color:rgba(var(--mdui-comp-ripple-state-layer-color,var(--mdui-color-on-surface)),var(--mdui-state-layer-dragged))}.wave{position:absolute;z-index:1;background-color:rgb(var(--mdui-comp-ripple-state-layer-color,var(--mdui-color-on-surface)));border-radius:50%;transform:translate3d(0,0,0) scale(.4);opacity:0;animation:225ms ease 0s 1 normal forwards running mdui-comp-ripple-radius-in,75ms ease 0s 1 normal forwards running mdui-comp-ripple-opacity-in;pointer-events:none}.out{transform:translate3d(var(--mdui-comp-ripple-transition-x,0),var(--mdui-comp-ripple-transition-y,0),0) scale(1);animation:150ms ease 0s 1 normal none running mdui-comp-ripple-opacity-out}@keyframes mdui-comp-ripple-radius-in{from{transform:translate3d(0,0,0) scale(.4);animation-timing-function:var(--mdui-motion-easing-standard)}to{transform:translate3d(var(--mdui-comp-ripple-transition-x,0),var(--mdui-comp-ripple-transition-y,0),0) scale(1)}}@keyframes mdui-comp-ripple-opacity-in{from{opacity:0;animation-timing-function:linear}to{opacity:var(--mdui-state-layer-pressed)}}@keyframes mdui-comp-ripple-opacity-out{from{animation-timing-function:linear;opacity:var(--mdui-state-layer-pressed)}to{opacity:0}}`;let Yr=class extends Ke{constructor(){super(...arguments),this.noRipple=!1,this.hover=!1,this.focused=!1,this.dragged=!1,this.surfaceRef=Me()}startPress(e){if(this.noRipple)return;const t=oe(this.surfaceRef.value),r=t.innerHeight(),n=t.innerWidth();let s,o;if(!e)s=n/2,o=r/2;else{const u=typeof TouchEvent<"u"&&e instanceof TouchEvent&&e.touches.length?e.touches[0]:e,m=t.offset();if(u.pageX<m.left||u.pageX>m.left+n||u.pageY<m.top||u.pageY>m.top+r)return;s=u.pageX-m.left,o=u.pageY-m.top}const a=Math.max(Math.pow(Math.pow(r,2)+Math.pow(n,2),.5),48),c=`${-s+n/2}px`,l=`${-o+r/2}px`,d=`translate3d(${c}, ${l}, 0) scale(1)`;oe('<div class="wave"></div>').css({width:a,height:a,marginTop:-a/2,marginLeft:-a/2,left:s,top:o}).each((u,m)=>{m.style.setProperty("--mdui-comp-ripple-transition-x",c),m.style.setProperty("--mdui-comp-ripple-transition-y",l)}).prependTo(this.surfaceRef.value).each((u,m)=>m.clientLeft).css("transform",d).on("animationend",function(u){u.animationName==="mdui-comp-ripple-radius-in"&&oe(this).data("filled",!0)})}endPress(){const e=oe(this.surfaceRef.value).children().filter((r,n)=>!oe(n).data("removing")).data("removing",!0),t=r=>{r.addClass("out").each((n,s)=>s.clientLeft).on("animationend",function(){oe(this).remove()})};e.filter((r,n)=>!oe(n).data("filled")).on("animationend",function(r){r.animationName==="mdui-comp-ripple-radius-in"&&t(oe(this))}),t(e.filter((r,n)=>!!oe(n).data("filled")))}startHover(){this.hover=!0}endHover(){this.hover=!1}startFocus(){this.focused=!0}endFocus(){this.focused=!1}startDrag(){this.dragged=!0}endDrag(){this.dragged=!1}render(){return Y`<div ${De(this.surfaceRef)} class="surface ${bt({hover:this.hover,focused:this.focused,dragged:this.dragged})}"></div>`}};Yr.styles=[Ue,N1];w([L({type:Boolean,reflect:!0,converter:we,attribute:"no-ripple"})],Yr.prototype,"noRipple",void 0);w([qe()],Yr.prototype,"hover",void 0);w([qe()],Yr.prototype,"focused",void 0);w([qe()],Yr.prototype,"dragged",void 0);Yr=w([Ae("mdui-ripple")],Yr);const Oi=i=>{class e extends i{constructor(){super(...arguments),this.noRipple=!1,this.rippleIndex=void 0,this.getRippleIndex=()=>this.rippleIndex}get rippleElement(){throw new Error("Must implement rippleElement getter!")}get rippleDisabled(){throw new Error("Must implement rippleDisabled getter!")}get rippleTarget(){return this}firstUpdated(r){super.firstUpdated(r);const n=oe(this.rippleTarget),s=a=>{fn(this.rippleTarget)&&(this.rippleIndex=n.index(a.target))};(fn(this.rippleTarget)?this.rippleTarget:[this.rippleTarget]).forEach(a=>{a.addEventListener("pointerdown",c=>{s(c),this.startPress(c)}),a.addEventListener("pointerenter",c=>{s(c),this.startHover(c)}),a.addEventListener("pointerleave",c=>{s(c),this.endHover(c)}),a.addEventListener("focus",c=>{s(c),this.startFocus()}),a.addEventListener("blur",c=>{s(c),this.endFocus()})})}startHover(r){r.pointerType!=="mouse"||this.isRippleDisabled()||(this.getRippleTarget().setAttribute("hover",""),this.getRippleElement().startHover())}endHover(r){r.pointerType!=="mouse"||this.isRippleDisabled()||(this.getRippleTarget().removeAttribute("hover"),this.getRippleElement().endHover())}isRippleDisabled(){const r=this.rippleDisabled;if(!Array.isArray(r))return r;const n=this.getRippleIndex();return n!==void 0?r[n]:r.length?r[0]:!1}getRippleElement(){const r=this.rippleElement;if(!fn(r))return r;const n=this.getRippleIndex();return n!==void 0?r[n]:r[0]}getRippleTarget(){const r=this.rippleTarget;if(!fn(r))return r;const n=this.getRippleIndex();return n!==void 0?r[n]:r[0]}startFocus(){this.isRippleDisabled()||this.getRippleElement().startFocus()}endFocus(){this.isRippleDisabled()||this.getRippleElement().endFocus()}startPress(r){if(this.isRippleDisabled()||r.button)return;const n=this.getRippleTarget();if(n.setAttribute("pressed",""),["touch","pen"].includes(r.pointerType)){let s=!1,o=setTimeout(()=>{o=0,this.getRippleElement().startPress(r)},70);const a=()=>{o&&(clearTimeout(o),o=0,this.getRippleElement().startPress(r)),s||(s=!0,this.endPress()),n.removeEventListener("pointerup",a),n.removeEventListener("pointercancel",a)},c=()=>{o&&(clearTimeout(o),o=0),n.removeEventListener("touchmove",c)};n.addEventListener("touchmove",c),n.addEventListener("pointerup",a),n.addEventListener("pointercancel",a)}if(r.pointerType==="mouse"&&r.button===0){const s=()=>{this.endPress(),n.removeEventListener("pointerup",s),n.removeEventListener("pointercancel",s),n.removeEventListener("pointerleave",s)};this.getRippleElement().startPress(r),n.addEventListener("pointerup",s),n.addEventListener("pointercancel",s),n.addEventListener("pointerleave",s)}}endPress(){this.isRippleDisabled()||(this.getRippleTarget().removeAttribute("pressed"),this.getRippleElement().endPress())}startDrag(){this.isRippleDisabled()||this.getRippleElement().startDrag()}endDrag(){this.isRippleDisabled()||this.getRippleElement().endDrag()}}return w([L({type:Boolean,reflect:!0,converter:we,attribute:"no-ripple"})],e.prototype,"noRipple",void 0),e},D1=$e`.button{position:relative;display:inline-flex;align-items:center;justify-content:center;height:100%;padding:0;overflow:hidden;color:inherit;font-size:inherit;font-family:inherit;font-weight:inherit;letter-spacing:inherit;white-space:nowrap;text-align:center;text-decoration:none;vertical-align:middle;background:0 0;border:none;outline:0;cursor:inherit;-webkit-user-select:none;user-select:none;touch-action:manipulation;zoom:1;-webkit-user-drag:none}`;class pt extends Mn(Oi(bi(Ke))){constructor(){super(...arguments),this.disabled=!1,this.loading=!1,this.name="",this.value="",this.type="button",this.formNoValidate=!1,this.formController=new dr(this)}get validity(){if(this.isButton())return this.focusElement.validity}get validationMessage(){if(this.isButton())return this.focusElement.validationMessage}get rippleDisabled(){return this.disabled||this.loading}get focusElement(){return this.isButton()?this.renderRoot?.querySelector("._button"):this.focusDisabled?this:this.renderRoot?.querySelector("._a")}get focusDisabled(){return this.disabled||this.loading}checkValidity(){if(this.isButton()){const e=this.focusElement.checkValidity();return e||this.emit("invalid",{bubbles:!1,cancelable:!0,composed:!1}),e}return!0}reportValidity(){if(this.isButton()){const e=!this.focusElement.reportValidity();return e&&this.emit("invalid",{bubbles:!1,cancelable:!0,composed:!1}),!e}return!0}setCustomValidity(e){this.isButton()&&this.focusElement.setCustomValidity(e)}firstUpdated(e){super.firstUpdated(e),this.addEventListener("click",()=>{this.type==="submit"&&this.formController.submit(this),this.type==="reset"&&this.formController.reset(this)})}renderLoading(){return this.loading?Y`<mdui-circular-progress part="loading"></mdui-circular-progress>`:Ye}renderButton({id:e,className:t,part:r,content:n=Y`<slot></slot>`}){return Y`<button id="${Be(e)}" class="${qi(["_button",t])}" part="${Be(r)}" ?disabled="${this.rippleDisabled||this.focusDisabled}">${n}</button>`}isButton(){return!this.href}}pt.styles=[Ue,D1];w([L({type:Boolean,reflect:!0,converter:we})],pt.prototype,"disabled",void 0);w([L({type:Boolean,reflect:!0,converter:we})],pt.prototype,"loading",void 0);w([L({reflect:!0})],pt.prototype,"name",void 0);w([L({reflect:!0})],pt.prototype,"value",void 0);w([L({reflect:!0})],pt.prototype,"type",void 0);w([L({reflect:!0})],pt.prototype,"form",void 0);w([L({reflect:!0,attribute:"formaction"})],pt.prototype,"formAction",void 0);w([L({reflect:!0,attribute:"formenctype"})],pt.prototype,"formEnctype",void 0);w([L({reflect:!0,attribute:"formmethod"})],pt.prototype,"formMethod",void 0);w([L({type:Boolean,reflect:!0,converter:we,attribute:"formnovalidate"})],pt.prototype,"formNoValidate",void 0);w([L({reflect:!0,attribute:"formtarget"})],pt.prototype,"formTarget",void 0);const L1=$e`:host{--shape-corner:var(--mdui-shape-corner-full);position:relative;display:inline-block;flex-shrink:0;overflow:hidden;text-align:center;border-radius:var(--shape-corner);cursor:pointer;-webkit-tap-highlight-color:transparent;transition:box-shadow var(--mdui-motion-duration-short4) var(--mdui-motion-easing-linear);min-width:3rem;height:2.5rem;color:rgb(var(--mdui-color-primary));font-size:var(--mdui-typescale-label-large-size);font-weight:var(--mdui-typescale-label-large-weight);letter-spacing:var(--mdui-typescale-label-large-tracking);line-height:var(--mdui-typescale-label-large-line-height)}.button{width:100%;padding:0 1rem}:host([full-width]:not([full-width=false i])){display:block}:host([variant=elevated]){box-shadow:var(--mdui-elevation-level1);background-color:rgb(var(--mdui-color-surface-container-low));--mdui-comp-ripple-state-layer-color:var(--mdui-color-primary)}:host([variant=filled]){color:rgb(var(--mdui-color-on-primary));background-color:rgb(var(--mdui-color-primary));--mdui-comp-ripple-state-layer-color:var(--mdui-color-on-primary)}:host([variant=tonal]){color:rgb(var(--mdui-color-on-secondary-container));background-color:rgb(var(--mdui-color-secondary-container));--mdui-comp-ripple-state-layer-color:var(
463
463
  --mdui-color-on-secondary-container
464
- )}:host([variant=outlined]){border:.0625rem solid rgb(var(--mdui-color-outline));--mdui-comp-ripple-state-layer-color:var(--mdui-color-primary)}:host([variant=text]){--mdui-comp-ripple-state-layer-color:var(--mdui-color-primary)}:host([variant=outlined][focus-visible]){border-color:rgb(var(--mdui-color-primary))}:host([variant=elevated][hover]){box-shadow:var(--mdui-elevation-level2)}:host([variant=filled][hover]),:host([variant=tonal][hover]){box-shadow:var(--mdui-elevation-level1)}:host([disabled]:not([disabled=false i])),:host([loading]:not([loading=false i])){cursor:default;pointer-events:none}:host([disabled]:not([disabled=false i])){color:rgba(var(--mdui-color-on-surface),38%);box-shadow:var(--mdui-elevation-level0)}:host([variant=elevated][disabled]:not([disabled=false i])),:host([variant=filled][disabled]:not([disabled=false i])),:host([variant=tonal][disabled]:not([disabled=false i])){background-color:rgba(var(--mdui-color-on-surface),12%)}:host([variant=outlined][disabled]:not([disabled=false i])){border-color:rgba(var(--mdui-color-on-surface),12%)}.label{display:inline-flex;padding-right:.5rem;padding-left:.5rem}.end-icon,.icon{display:inline-flex;font-size:1.28571429em}.end-icon mdui-icon,.icon mdui-icon,::slotted([slot=end-icon]),::slotted([slot=icon]){font-size:inherit}mdui-circular-progress{display:inline-flex;width:1.125rem;height:1.125rem}:host([variant=filled]) mdui-circular-progress{stroke:rgb(var(--mdui-color-on-primary))}:host([variant=tonal]) mdui-circular-progress{stroke:rgb(var(--mdui-color-on-secondary-container))}:host([disabled]:not([disabled=false i])) mdui-circular-progress{stroke:rgba(var(--mdui-color-on-surface),38%)}`;let ir=class extends pt{constructor(){super(...arguments),this.variant="filled",this.fullWidth=!1,this.rippleRef=Me()}get rippleElement(){return this.rippleRef.value}render(){return Y`<mdui-ripple ${De(this.rippleRef)} .noRipple="${this.noRipple}"></mdui-ripple>${this.isButton()?this.renderButton({className:"button",part:"button",content:this.renderInner()}):this.disabled||this.loading?Y`<span part="button" class="button _a">${this.renderInner()}</span>`:this.renderAnchor({className:"button",part:"button",content:this.renderInner()})}`}renderIcon(){return this.loading?this.renderLoading():Y`<slot name="icon" part="icon" class="icon">${this.icon?Y`<mdui-icon name="${this.icon}"></mdui-icon>`:Ye}</slot>`}renderLabel(){return Y`<slot part="label" class="label"></slot>`}renderEndIcon(){return Y`<slot name="end-icon" part="end-icon" class="end-icon">${this.endIcon?Y`<mdui-icon name="${this.endIcon}"></mdui-icon>`:Ye}</slot>`}renderInner(){return[this.renderIcon(),this.renderLabel(),this.renderEndIcon()]}};ir.styles=[pt.styles,D1];w([L({reflect:!0})],ir.prototype,"variant",void 0);w([L({type:Boolean,reflect:!0,converter:we,attribute:"full-width"})],ir.prototype,"fullWidth",void 0);w([L({reflect:!0})],ir.prototype,"icon",void 0);w([L({reflect:!0,attribute:"end-icon"})],ir.prototype,"endIcon",void 0);ir=w([Ae("mdui-button")],ir);const L1=$e`:host{--shape-corner:var(--mdui-shape-corner-full);position:relative;display:inline-block;flex-shrink:0;overflow:hidden;text-align:center;border-radius:var(--shape-corner);cursor:pointer;-webkit-tap-highlight-color:transparent;font-size:1.5rem;width:2.5rem;height:2.5rem}:host([variant=standard]){color:rgb(var(--mdui-color-on-surface-variant));--mdui-comp-ripple-state-layer-color:var(--mdui-color-on-surface-variant)}:host([variant=filled]){color:rgb(var(--mdui-color-primary));background-color:rgb(var(--mdui-color-surface-container-highest));--mdui-comp-ripple-state-layer-color:var(--mdui-color-primary)}:host([variant=tonal]){color:rgb(var(--mdui-color-on-surface-variant));background-color:rgb(var(--mdui-color-surface-container-highest));--mdui-comp-ripple-state-layer-color:var(--mdui-color-on-surface-variant)}:host([variant=outlined]){border:.0625rem solid rgb(var(--mdui-color-outline));color:rgb(var(--mdui-color-on-surface-variant));--mdui-comp-ripple-state-layer-color:var(--mdui-color-on-surface-variant)}:host([variant=outlined][pressed]){color:rgb(var(--mdui-color-on-surface));--mdui-comp-ripple-state-layer-color:var(--mdui-color-on-surface)}:host([variant=standard][selected]:not([selected=false i])){color:rgb(var(--mdui-color-primary));--mdui-comp-ripple-state-layer-color:var(--mdui-color-primary)}:host([variant=filled]:not([selectable])),:host([variant=filled][selectable=false i]),:host([variant=filled][selected]:not([selected=false i])){color:rgb(var(--mdui-color-on-primary));background-color:rgb(var(--mdui-color-primary));--mdui-comp-ripple-state-layer-color:var(--mdui-color-on-primary)}:host([variant=tonal]:not([selectable])),:host([variant=tonal][selectable=false i]),:host([variant=tonal][selected]:not([selected=false i])){color:rgb(var(--mdui-color-on-secondary-container));background-color:rgb(var(--mdui-color-secondary-container));--mdui-comp-ripple-state-layer-color:var(
464
+ )}:host([variant=outlined]){border:.0625rem solid rgb(var(--mdui-color-outline));--mdui-comp-ripple-state-layer-color:var(--mdui-color-primary)}:host([variant=text]){--mdui-comp-ripple-state-layer-color:var(--mdui-color-primary)}:host([variant=outlined][focus-visible]){border-color:rgb(var(--mdui-color-primary))}:host([variant=elevated][hover]){box-shadow:var(--mdui-elevation-level2)}:host([variant=filled][hover]),:host([variant=tonal][hover]){box-shadow:var(--mdui-elevation-level1)}:host([disabled]:not([disabled=false i])),:host([loading]:not([loading=false i])){cursor:default;pointer-events:none}:host([disabled]:not([disabled=false i])){color:rgba(var(--mdui-color-on-surface),38%);box-shadow:var(--mdui-elevation-level0)}:host([variant=elevated][disabled]:not([disabled=false i])),:host([variant=filled][disabled]:not([disabled=false i])),:host([variant=tonal][disabled]:not([disabled=false i])){background-color:rgba(var(--mdui-color-on-surface),12%)}:host([variant=outlined][disabled]:not([disabled=false i])){border-color:rgba(var(--mdui-color-on-surface),12%)}.label{display:inline-flex;padding-right:.5rem;padding-left:.5rem}.end-icon,.icon{display:inline-flex;font-size:1.28571429em}.end-icon mdui-icon,.icon mdui-icon,::slotted([slot=end-icon]),::slotted([slot=icon]){font-size:inherit}mdui-circular-progress{display:inline-flex;width:1.125rem;height:1.125rem}:host([variant=filled]) mdui-circular-progress{stroke:rgb(var(--mdui-color-on-primary))}:host([variant=tonal]) mdui-circular-progress{stroke:rgb(var(--mdui-color-on-secondary-container))}:host([disabled]:not([disabled=false i])) mdui-circular-progress{stroke:rgba(var(--mdui-color-on-surface),38%)}`;let ir=class extends pt{constructor(){super(...arguments),this.variant="filled",this.fullWidth=!1,this.rippleRef=Me()}get rippleElement(){return this.rippleRef.value}render(){return Y`<mdui-ripple ${De(this.rippleRef)} .noRipple="${this.noRipple}"></mdui-ripple>${this.isButton()?this.renderButton({className:"button",part:"button",content:this.renderInner()}):this.disabled||this.loading?Y`<span part="button" class="button _a">${this.renderInner()}</span>`:this.renderAnchor({className:"button",part:"button",content:this.renderInner()})}`}renderIcon(){return this.loading?this.renderLoading():Y`<slot name="icon" part="icon" class="icon">${this.icon?Y`<mdui-icon name="${this.icon}"></mdui-icon>`:Ye}</slot>`}renderLabel(){return Y`<slot part="label" class="label"></slot>`}renderEndIcon(){return Y`<slot name="end-icon" part="end-icon" class="end-icon">${this.endIcon?Y`<mdui-icon name="${this.endIcon}"></mdui-icon>`:Ye}</slot>`}renderInner(){return[this.renderIcon(),this.renderLabel(),this.renderEndIcon()]}};ir.styles=[pt.styles,L1];w([L({reflect:!0})],ir.prototype,"variant",void 0);w([L({type:Boolean,reflect:!0,converter:we,attribute:"full-width"})],ir.prototype,"fullWidth",void 0);w([L({reflect:!0})],ir.prototype,"icon",void 0);w([L({reflect:!0,attribute:"end-icon"})],ir.prototype,"endIcon",void 0);ir=w([Ae("mdui-button")],ir);const O1=$e`:host{--shape-corner:var(--mdui-shape-corner-full);position:relative;display:inline-block;flex-shrink:0;overflow:hidden;text-align:center;border-radius:var(--shape-corner);cursor:pointer;-webkit-tap-highlight-color:transparent;font-size:1.5rem;width:2.5rem;height:2.5rem}:host([variant=standard]){color:rgb(var(--mdui-color-on-surface-variant));--mdui-comp-ripple-state-layer-color:var(--mdui-color-on-surface-variant)}:host([variant=filled]){color:rgb(var(--mdui-color-primary));background-color:rgb(var(--mdui-color-surface-container-highest));--mdui-comp-ripple-state-layer-color:var(--mdui-color-primary)}:host([variant=tonal]){color:rgb(var(--mdui-color-on-surface-variant));background-color:rgb(var(--mdui-color-surface-container-highest));--mdui-comp-ripple-state-layer-color:var(--mdui-color-on-surface-variant)}:host([variant=outlined]){border:.0625rem solid rgb(var(--mdui-color-outline));color:rgb(var(--mdui-color-on-surface-variant));--mdui-comp-ripple-state-layer-color:var(--mdui-color-on-surface-variant)}:host([variant=outlined][pressed]){color:rgb(var(--mdui-color-on-surface));--mdui-comp-ripple-state-layer-color:var(--mdui-color-on-surface)}:host([variant=standard][selected]:not([selected=false i])){color:rgb(var(--mdui-color-primary));--mdui-comp-ripple-state-layer-color:var(--mdui-color-primary)}:host([variant=filled]:not([selectable])),:host([variant=filled][selectable=false i]),:host([variant=filled][selected]:not([selected=false i])){color:rgb(var(--mdui-color-on-primary));background-color:rgb(var(--mdui-color-primary));--mdui-comp-ripple-state-layer-color:var(--mdui-color-on-primary)}:host([variant=tonal]:not([selectable])),:host([variant=tonal][selectable=false i]),:host([variant=tonal][selected]:not([selected=false i])){color:rgb(var(--mdui-color-on-secondary-container));background-color:rgb(var(--mdui-color-secondary-container));--mdui-comp-ripple-state-layer-color:var(
465
465
  --mdui-color-on-secondary-container
466
- )}:host([variant=outlined][selected]:not([selected=false i])){border:none;color:rgb(var(--mdui-color-inverse-on-surface));background-color:rgb(var(--mdui-color-inverse-surface));--mdui-comp-ripple-state-layer-color:var(--mdui-color-inverse-on-surface)}:host([variant=filled][disabled]:not([disabled=false i])),:host([variant=outlined][disabled]:not([disabled=false i])),:host([variant=tonal][disabled]:not([disabled=false i])){background-color:rgba(var(--mdui-color-on-surface),.12);border-color:rgba(var(--mdui-color-on-surface),.12)}:host([disabled]:not([disabled=false i])),:host([loading]:not([loading=false i])){cursor:default;pointer-events:none}:host([disabled]:not([disabled=false i])){color:rgba(var(--mdui-color-on-surface),.38)!important}.button{float:left;width:100%}:host([loading]:not([loading=false i])) .button,:host([loading]:not([loading=false i])) mdui-ripple{opacity:0}.icon,.selected-icon mdui-icon,::slotted(*){font-size:inherit}mdui-circular-progress{display:flex;position:absolute;top:calc(50% - 1.5rem / 2);left:calc(50% - 1.5rem / 2);width:1.5rem;height:1.5rem}:host([variant=filled]:not([disabled])) mdui-circular-progress,:host([variant=filled][disabled=false i]) mdui-circular-progress{stroke:rgb(var(--mdui-color-on-primary))}:host([disabled]:not([disabled=false i])) mdui-circular-progress{stroke:rgba(var(--mdui-color-on-surface),38%)}`;let rr=class extends pt{constructor(){super(...arguments),this.variant="standard",this.selectable=!1,this.selected=!1,this.rippleRef=Me(),this.hasSlotController=new $t(this,"[default]","selected-icon")}get rippleElement(){return this.rippleRef.value}onSelectedChange(){this.emit("change")}firstUpdated(e){super.firstUpdated(e),this.addEventListener("click",()=>{!this.selectable||this.disabled||(this.selected=!this.selected)})}render(){return Y`<mdui-ripple ${De(this.rippleRef)} .noRipple="${this.noRipple}"></mdui-ripple>${this.isButton()?this.renderButton({className:"button",part:"button",content:this.renderIcon()}):this.disabled||this.loading?Y`<span part="button" class="button _a">${this.renderIcon()}</span>`:this.renderAnchor({className:"button",part:"button",content:this.renderIcon()})} ${this.renderLoading()}`}renderIcon(){const e=()=>this.hasSlotController.test("[default]")?Y`<slot></slot>`:this.icon?Y`<mdui-icon part="icon" class="icon" name="${this.icon}"></mdui-icon>`:Ye,t=()=>this.hasSlotController.test("selected-icon")||this.selectedIcon?Y`<slot name="selected-icon" part="selected-icon" class="selected-icon"><mdui-icon name="${this.selectedIcon}"></mdui-icon></slot>`:e();return this.selected?t():e()}};rr.styles=[pt.styles,L1];w([L({reflect:!0})],rr.prototype,"variant",void 0);w([L({reflect:!0})],rr.prototype,"icon",void 0);w([L({reflect:!0,attribute:"selected-icon"})],rr.prototype,"selectedIcon",void 0);w([L({type:Boolean,reflect:!0,converter:we})],rr.prototype,"selectable",void 0);w([L({type:Boolean,reflect:!0,converter:we})],rr.prototype,"selected",void 0);w([Re("selected",!0)],rr.prototype,"onSelectedChange",null);rr=w([Ae("mdui-button-icon")],rr);const O1=$e`:host{--shape-corner:var(--mdui-shape-corner-medium);position:relative;display:inline-block;overflow:hidden;border-radius:var(--shape-corner);-webkit-tap-highlight-color:transparent;transition:box-shadow var(--mdui-motion-duration-short4) var(--mdui-motion-easing-linear);--mdui-comp-ripple-state-layer-color:var(--mdui-color-on-surface)}:host([clickable]:not([clickable=false i])){cursor:pointer}:host([variant=elevated]){background-color:rgb(var(--mdui-color-surface-container-low));box-shadow:var(--mdui-elevation-level1)}:host([variant=filled]){background-color:rgb(var(--mdui-color-surface-container-highest))}:host([variant=outlined]){background-color:rgb(var(--mdui-color-surface));border:.0625rem solid rgb(var(--mdui-color-outline))}:host([variant=elevated][hover]){box-shadow:var(--mdui-elevation-level2)}:host([variant=filled][hover]),:host([variant=outlined][hover]){box-shadow:var(--mdui-elevation-level1)}:host([variant=elevated][dragged]),:host([variant=filled][dragged]),:host([variant=outlined][dragged]){box-shadow:var(--mdui-elevation-level3)}:host([disabled]:not([disabled=false i])){opacity:.38;cursor:default;-webkit-user-select:none;user-select:none}:host([variant=elevated][disabled]:not([disabled=false i])){background-color:rgb(var(--mdui-color-surface-variant));box-shadow:var(--mdui-elevation-level0)}:host([variant=filled][disabled]:not([disabled=false i])){background-color:rgb(var(--mdui-color-surface));box-shadow:var(--mdui-elevation-level1)}:host([variant=outlined][disabled]:not([disabled=false i])){box-shadow:var(--mdui-elevation-level0);border-color:rgba(var(--mdui-color-outline),.32)}.link{position:relative;display:inline-block;width:100%;height:100%;color:inherit;font-size:inherit;letter-spacing:inherit;text-decoration:none;touch-action:manipulation;-webkit-user-drag:none}`;let kn=class extends Mn(Oi(bi(Ke))){constructor(){super(...arguments),this.variant="elevated",this.clickable=!1,this.disabled=!1,this.rippleRef=Me()}get rippleElement(){return this.rippleRef.value}get rippleDisabled(){return this.disabled||!this.href&&!this.clickable}get focusElement(){return this.href&&!this.disabled?this.renderRoot.querySelector("._a"):this}get focusDisabled(){return this.rippleDisabled}render(){return Y`<mdui-ripple ${De(this.rippleRef)} .noRipple="${this.noRipple}"></mdui-ripple>${this.href&&!this.disabled?this.renderAnchor({className:"link",content:Y`<slot></slot>`}):Y`<slot></slot>`}`}};kn.styles=[Ue,O1];w([L({reflect:!0})],kn.prototype,"variant",void 0);w([L({type:Boolean,reflect:!0,converter:we})],kn.prototype,"clickable",void 0);w([L({type:Boolean,reflect:!0,converter:we})],kn.prototype,"disabled",void 0);kn=w([Ae("mdui-card")],kn);/**
466
+ )}:host([variant=outlined][selected]:not([selected=false i])){border:none;color:rgb(var(--mdui-color-inverse-on-surface));background-color:rgb(var(--mdui-color-inverse-surface));--mdui-comp-ripple-state-layer-color:var(--mdui-color-inverse-on-surface)}:host([variant=filled][disabled]:not([disabled=false i])),:host([variant=outlined][disabled]:not([disabled=false i])),:host([variant=tonal][disabled]:not([disabled=false i])){background-color:rgba(var(--mdui-color-on-surface),.12);border-color:rgba(var(--mdui-color-on-surface),.12)}:host([disabled]:not([disabled=false i])),:host([loading]:not([loading=false i])){cursor:default;pointer-events:none}:host([disabled]:not([disabled=false i])){color:rgba(var(--mdui-color-on-surface),.38)!important}.button{float:left;width:100%}:host([loading]:not([loading=false i])) .button,:host([loading]:not([loading=false i])) mdui-ripple{opacity:0}.icon,.selected-icon mdui-icon,::slotted(*){font-size:inherit}mdui-circular-progress{display:flex;position:absolute;top:calc(50% - 1.5rem / 2);left:calc(50% - 1.5rem / 2);width:1.5rem;height:1.5rem}:host([variant=filled]:not([disabled])) mdui-circular-progress,:host([variant=filled][disabled=false i]) mdui-circular-progress{stroke:rgb(var(--mdui-color-on-primary))}:host([disabled]:not([disabled=false i])) mdui-circular-progress{stroke:rgba(var(--mdui-color-on-surface),38%)}`;let rr=class extends pt{constructor(){super(...arguments),this.variant="standard",this.selectable=!1,this.selected=!1,this.rippleRef=Me(),this.hasSlotController=new $t(this,"[default]","selected-icon")}get rippleElement(){return this.rippleRef.value}onSelectedChange(){this.emit("change")}firstUpdated(e){super.firstUpdated(e),this.addEventListener("click",()=>{!this.selectable||this.disabled||(this.selected=!this.selected)})}render(){return Y`<mdui-ripple ${De(this.rippleRef)} .noRipple="${this.noRipple}"></mdui-ripple>${this.isButton()?this.renderButton({className:"button",part:"button",content:this.renderIcon()}):this.disabled||this.loading?Y`<span part="button" class="button _a">${this.renderIcon()}</span>`:this.renderAnchor({className:"button",part:"button",content:this.renderIcon()})} ${this.renderLoading()}`}renderIcon(){const e=()=>this.hasSlotController.test("[default]")?Y`<slot></slot>`:this.icon?Y`<mdui-icon part="icon" class="icon" name="${this.icon}"></mdui-icon>`:Ye,t=()=>this.hasSlotController.test("selected-icon")||this.selectedIcon?Y`<slot name="selected-icon" part="selected-icon" class="selected-icon"><mdui-icon name="${this.selectedIcon}"></mdui-icon></slot>`:e();return this.selected?t():e()}};rr.styles=[pt.styles,O1];w([L({reflect:!0})],rr.prototype,"variant",void 0);w([L({reflect:!0})],rr.prototype,"icon",void 0);w([L({reflect:!0,attribute:"selected-icon"})],rr.prototype,"selectedIcon",void 0);w([L({type:Boolean,reflect:!0,converter:we})],rr.prototype,"selectable",void 0);w([L({type:Boolean,reflect:!0,converter:we})],rr.prototype,"selected",void 0);w([Re("selected",!0)],rr.prototype,"onSelectedChange",null);rr=w([Ae("mdui-button-icon")],rr);const P1=$e`:host{--shape-corner:var(--mdui-shape-corner-medium);position:relative;display:inline-block;overflow:hidden;border-radius:var(--shape-corner);-webkit-tap-highlight-color:transparent;transition:box-shadow var(--mdui-motion-duration-short4) var(--mdui-motion-easing-linear);--mdui-comp-ripple-state-layer-color:var(--mdui-color-on-surface)}:host([clickable]:not([clickable=false i])){cursor:pointer}:host([variant=elevated]){background-color:rgb(var(--mdui-color-surface-container-low));box-shadow:var(--mdui-elevation-level1)}:host([variant=filled]){background-color:rgb(var(--mdui-color-surface-container-highest))}:host([variant=outlined]){background-color:rgb(var(--mdui-color-surface));border:.0625rem solid rgb(var(--mdui-color-outline))}:host([variant=elevated][hover]){box-shadow:var(--mdui-elevation-level2)}:host([variant=filled][hover]),:host([variant=outlined][hover]){box-shadow:var(--mdui-elevation-level1)}:host([variant=elevated][dragged]),:host([variant=filled][dragged]),:host([variant=outlined][dragged]){box-shadow:var(--mdui-elevation-level3)}:host([disabled]:not([disabled=false i])){opacity:.38;cursor:default;-webkit-user-select:none;user-select:none}:host([variant=elevated][disabled]:not([disabled=false i])){background-color:rgb(var(--mdui-color-surface-variant));box-shadow:var(--mdui-elevation-level0)}:host([variant=filled][disabled]:not([disabled=false i])){background-color:rgb(var(--mdui-color-surface));box-shadow:var(--mdui-elevation-level1)}:host([variant=outlined][disabled]:not([disabled=false i])){box-shadow:var(--mdui-elevation-level0);border-color:rgba(var(--mdui-color-outline),.32)}.link{position:relative;display:inline-block;width:100%;height:100%;color:inherit;font-size:inherit;letter-spacing:inherit;text-decoration:none;touch-action:manipulation;-webkit-user-drag:none}`;let kn=class extends Mn(Oi(bi(Ke))){constructor(){super(...arguments),this.variant="elevated",this.clickable=!1,this.disabled=!1,this.rippleRef=Me()}get rippleElement(){return this.rippleRef.value}get rippleDisabled(){return this.disabled||!this.href&&!this.clickable}get focusElement(){return this.href&&!this.disabled?this.renderRoot.querySelector("._a"):this}get focusDisabled(){return this.rippleDisabled}render(){return Y`<mdui-ripple ${De(this.rippleRef)} .noRipple="${this.noRipple}"></mdui-ripple>${this.href&&!this.disabled?this.renderAnchor({className:"link",content:Y`<slot></slot>`}):Y`<slot></slot>`}`}};kn.styles=[Ue,P1];w([L({reflect:!0})],kn.prototype,"variant",void 0);w([L({type:Boolean,reflect:!0,converter:we})],kn.prototype,"clickable",void 0);w([L({type:Boolean,reflect:!0,converter:we})],kn.prototype,"disabled",void 0);kn=w([Ae("mdui-card")],kn);/**
467
467
  * @license
468
468
  * Copyright 2020 Google LLC
469
469
  * SPDX-License-Identifier: BSD-3-Clause
470
- */const Rn=Pn(class extends Ks{constructor(i){if(super(i),i.type!==ji.PROPERTY&&i.type!==ji.ATTRIBUTE&&i.type!==ji.BOOLEAN_ATTRIBUTE)throw Error("The `live` directive is not allowed on child or event bindings");if(!bm(i))throw Error("`live` bindings can only contain a single expression")}render(i){return i}update(i,[e]){if(e===zt||e===Je)return e;const t=i.element,r=i.name;if(i.type===ji.PROPERTY){if(e===t[r])return zt}else if(i.type===ji.BOOLEAN_ATTRIBUTE){if(!!e===t.hasAttribute(r))return zt}else if(i.type===ji.ATTRIBUTE&&t.getAttribute(r)===e+"")return zt;return m1(i),e}});function Nr(i="value"){return(e,t)=>{const r=e.constructor,n=r.prototype.attributeChangedCallback;r.prototype.attributeChangedCallback=function(s,o,a){const c=r.getPropertyOptions(i),l=_t(c.attribute)?c.attribute:i;if(s===l){const d=c.converter||bn,m=(vt(d)?d:d?.fromAttribute??bn.fromAttribute)(a,c.type);this[i]!==m&&(this[t]=m)}n.call(this,s,o,a)}}}const Ri=$e`:host{display:inline-block;width:1em;height:1em;line-height:1;font-size:1.5rem}`,Ii=i=>Y`<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 24 24" fill="currentColor">${gm(i)}</svg>`;let bc=class extends yt{render(){return Ii('<path d="M19 5v14H5V5h14m0-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"/>')}};bc.styles=Ri;bc=w([Ae("mdui-icon-check-box-outline-blank")],bc);let yc=class extends yt{render(){return Ii('<path d="M19 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2zm-9 14-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"/>')}};yc.styles=Ri;yc=w([Ae("mdui-icon-check-box")],yc);let vc=class extends yt{render(){return Ii('<path d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-2 10H7v-2h10v2z"/>')}};vc.styles=Ri;vc=w([Ae("mdui-icon-indeterminate-check-box")],vc);const P1=$e`:host{position:relative;display:inline-flex;cursor:pointer;-webkit-tap-highlight-color:transparent;border-radius:.125rem;font-size:var(--mdui-typescale-label-large-size);font-weight:var(--mdui-typescale-label-large-weight);letter-spacing:var(--mdui-typescale-label-large-tracking);line-height:var(--mdui-typescale-label-large-line-height)}label{display:inline-flex;align-items:center;width:100%;cursor:inherit;-webkit-user-select:none;user-select:none;touch-action:manipulation;zoom:1;-webkit-user-drag:none}input{position:absolute;padding:0;opacity:0;pointer-events:none;width:1.125rem;height:1.125rem;margin:0 0 0 .6875rem}.icon{display:flex;position:absolute;opacity:1;transform:scale(1);color:rgb(var(--mdui-color-on-surface));font-size:1.5rem;transition:color var(--mdui-motion-duration-short4) var(--mdui-motion-easing-standard)}.checked-icon,.indeterminate-icon{opacity:0;transform:scale(.5);transition-property:color,opacity,transform;transition-duration:var(--mdui-motion-duration-short4);transition-timing-function:var(--mdui-motion-easing-standard)}.icon .i,::slotted([slot=checked-icon]),::slotted([slot=indeterminate-icon]),::slotted([slot=unchecked-icon]){color:inherit;font-size:inherit}i{position:relative;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden;border-radius:50%;width:2.5rem;height:2.5rem;--mdui-comp-ripple-state-layer-color:var(--mdui-color-on-surface)}.label{display:flex;width:100%;padding-top:.625rem;padding-bottom:.625rem;color:rgb(var(--mdui-color-on-surface));transition:color var(--mdui-motion-duration-short4) var(--mdui-motion-easing-standard)}:host([checked]:not([checked=false i])) i{--mdui-comp-ripple-state-layer-color:var(--mdui-color-primary)}:host([checked]:not([checked=false i])) .icon{color:rgb(var(--mdui-color-primary))}:host([checked]:not([checked=false i])) .indeterminate-icon{opacity:0;transform:scale(.5)}:host([checked]:not([checked=false i])) .checked-icon{opacity:1;transform:scale(1)}:host([indeterminate]:not([indeterminate=false i])) i{--mdui-comp-ripple-state-layer-color:var(--mdui-color-primary)}:host([indeterminate]:not([indeterminate=false i])) .icon{color:rgb(var(--mdui-color-primary))}:host([indeterminate]:not([indeterminate=false i])) .checked-icon{opacity:0;transform:scale(.5)}:host([indeterminate]:not([indeterminate=false i])) .indeterminate-icon{opacity:1;transform:scale(1)}.invalid i{--mdui-comp-ripple-state-layer-color:var(--mdui-color-error)}.invalid .icon{color:rgb(var(--mdui-color-error))}.invalid .label{color:rgb(var(--mdui-color-error))}:host([disabled]:not([disabled=false i])){cursor:default;pointer-events:none}:host([disabled]:not([disabled=false i])) .icon{color:rgba(var(--mdui-color-on-surface),38%)}:host([disabled]:not([disabled=false i])) .label{color:rgba(var(--mdui-color-on-surface),38%)}:host([disabled][checked]:not([disabled=false i],[checked=false i])) .unchecked-icon,:host([disabled][indeterminate]:not([disabled=false i],[indeterminate=false i])) .unchecked-icon{opacity:0}`;let Tt=class extends Oi(bi(Ke)){constructor(){super(...arguments),this.disabled=!1,this.checked=!1,this.defaultChecked=!1,this.indeterminate=!1,this.required=!1,this.name="",this.value="on",this.invalid=!1,this.inputRef=Me(),this.rippleRef=Me(),this.formController=new dr(this,{value:e=>e.checked?e.value:void 0,defaultValue:e=>e.defaultChecked,setValue:(e,t)=>e.checked=t})}get validity(){return this.inputRef.value.validity}get validationMessage(){return this.inputRef.value.validationMessage}get rippleElement(){return this.rippleRef.value}get rippleDisabled(){return this.disabled}get focusElement(){return this.inputRef.value}get focusDisabled(){return this.disabled}async onDisabledChange(){await this.updateComplete,this.invalid=!this.inputRef.value.checkValidity()}async onCheckedChange(){await this.updateComplete;const e=this.formController.getForm();e&&Et.get(e)?.has(this)?(this.invalid=!1,Et.get(e).delete(this)):this.invalid=!this.inputRef.value.checkValidity()}checkValidity(){const e=this.inputRef.value.checkValidity();return e||this.emit("invalid",{bubbles:!1,cancelable:!0,composed:!1}),e}reportValidity(){return this.invalid=!this.inputRef.value.reportValidity(),this.invalid&&(this.emit("invalid",{bubbles:!1,cancelable:!0,composed:!1})||(this.blur(),this.focus())),!this.invalid}setCustomValidity(e){this.inputRef.value.setCustomValidity(e),this.invalid=!this.inputRef.value.checkValidity()}render(){return Y`<label class="${bt({invalid:this.invalid})}"><input ${De(this.inputRef)} type="checkbox" name="${Be(this.name)}" value="${Be(this.value)}" .indeterminate="${Rn(this.indeterminate)}" .disabled="${this.disabled}" .checked="${Rn(this.checked)}" .required="${this.required}" @change="${this.onChange}"> <i part="control"><mdui-ripple ${De(this.rippleRef)} .noRipple="${this.noRipple}"></mdui-ripple><slot name="unchecked-icon" part="unchecked-icon" class="icon unchecked-icon">${this.uncheckedIcon?Y`<mdui-icon name="${this.uncheckedIcon}" class="i"></mdui-icon>`:Y`<mdui-icon-check-box-outline-blank class="i"></mdui-icon-check-box-outline-blank>`}</slot><slot name="checked-icon" part="checked-icon" class="icon checked-icon">${this.checkedIcon?Y`<mdui-icon name="${this.checkedIcon}" class="i"></mdui-icon>`:Y`<mdui-icon-check-box class="i"></mdui-icon-check-box>`}</slot><slot name="indeterminate-icon" part="indeterminate-icon" class="icon indeterminate-icon">${this.indeterminateIcon?Y`<mdui-icon name="${this.indeterminateIcon}" class="i"></mdui-icon>`:Y`<mdui-icon-indeterminate-check-box class="i"></mdui-icon-indeterminate-check-box>`}</slot></i><slot part="label" class="label"></slot></label>`}onChange(){this.checked=this.inputRef.value.checked,this.indeterminate=!1,this.emit("change")}};Tt.styles=[Ue,P1];w([L({type:Boolean,reflect:!0,converter:we})],Tt.prototype,"disabled",void 0);w([L({type:Boolean,reflect:!0,converter:we})],Tt.prototype,"checked",void 0);w([Nr("checked")],Tt.prototype,"defaultChecked",void 0);w([L({type:Boolean,reflect:!0,converter:we})],Tt.prototype,"indeterminate",void 0);w([L({type:Boolean,reflect:!0,converter:we})],Tt.prototype,"required",void 0);w([L({reflect:!0})],Tt.prototype,"form",void 0);w([L({reflect:!0})],Tt.prototype,"name",void 0);w([L({reflect:!0})],Tt.prototype,"value",void 0);w([L({reflect:!0,attribute:"unchecked-icon"})],Tt.prototype,"uncheckedIcon",void 0);w([L({reflect:!0,attribute:"checked-icon"})],Tt.prototype,"checkedIcon",void 0);w([L({reflect:!0,attribute:"indeterminate-icon"})],Tt.prototype,"indeterminateIcon",void 0);w([qe()],Tt.prototype,"invalid",void 0);w([Re("disabled",!0),Re("indeterminate",!0),Re("required",!0)],Tt.prototype,"onDisabledChange",null);w([Re("checked",!0)],Tt.prototype,"onCheckedChange",null);Tt=w([Ae("mdui-checkbox")],Tt);let wc=class extends yt{render(){return Ii('<path d="M9 16.17 4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z"/>')}};wc.styles=Ri;wc=w([Ae("mdui-icon-check")],wc);let _c=class extends yt{render(){return Ii('<path d="M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"/>')}};_c.styles=Ri;_c=w([Ae("mdui-icon-clear")],_c);const M1=$e`:host{--shape-corner:var(--mdui-shape-corner-small);position:relative;display:inline-block;flex-shrink:0;overflow:hidden;border-radius:var(--shape-corner);cursor:pointer;-webkit-tap-highlight-color:transparent;transition:box-shadow var(--mdui-motion-duration-short4) var(--mdui-motion-easing-linear);height:2rem;background-color:rgb(var(--mdui-color-surface));border:.0625rem solid rgb(var(--mdui-color-outline));color:rgb(var(--mdui-color-on-surface-variant));font-size:var(--mdui-typescale-label-large-size);font-weight:var(--mdui-typescale-label-large-weight);letter-spacing:var(--mdui-typescale-label-large-tracking);line-height:var(--mdui-typescale-label-large-line-height);--mdui-comp-ripple-state-layer-color:var(--mdui-color-on-surface-variant)}.button{padding-right:.4375rem;padding-left:.4375rem}:host([variant=input]) .button{padding-right:.1875rem;padding-left:.1875rem}:host([selected]:not([selected=false i])) .button{padding-right:.5rem;padding-left:.5rem}:host([selected][variant=input]:not([selected=false i])) .button{padding-right:.25rem;padding-left:.25rem}:host([elevated]:not([elevated=false i])) .button{padding-right:.5rem;padding-left:.5rem}:host([variant=assist]){color:rgb(var(--mdui-color-on-surface));--mdui-comp-ripple-state-layer-color:var(--mdui-color-on-surface)}:host([elevated]:not([elevated=false i])){border-width:0;background-color:rgb(var(--mdui-color-surface-container-low));box-shadow:var(--mdui-elevation-level1)}:host([selected]:not([selected=false i])){color:rgb(var(--mdui-color-on-secondary-container));background-color:rgb(var(--mdui-color-secondary-container));border-width:0;--mdui-comp-ripple-state-layer-color:var(
470
+ */const Rn=Pn(class extends Ks{constructor(i){if(super(i),i.type!==ji.PROPERTY&&i.type!==ji.ATTRIBUTE&&i.type!==ji.BOOLEAN_ATTRIBUTE)throw Error("The `live` directive is not allowed on child or event bindings");if(!bm(i))throw Error("`live` bindings can only contain a single expression")}render(i){return i}update(i,[e]){if(e===zt||e===Je)return e;const t=i.element,r=i.name;if(i.type===ji.PROPERTY){if(e===t[r])return zt}else if(i.type===ji.BOOLEAN_ATTRIBUTE){if(!!e===t.hasAttribute(r))return zt}else if(i.type===ji.ATTRIBUTE&&t.getAttribute(r)===e+"")return zt;return g1(i),e}});function Nr(i="value"){return(e,t)=>{const r=e.constructor,n=r.prototype.attributeChangedCallback;r.prototype.attributeChangedCallback=function(s,o,a){const c=r.getPropertyOptions(i),l=_t(c.attribute)?c.attribute:i;if(s===l){const d=c.converter||bn,m=(vt(d)?d:d?.fromAttribute??bn.fromAttribute)(a,c.type);this[i]!==m&&(this[t]=m)}n.call(this,s,o,a)}}}const Ri=$e`:host{display:inline-block;width:1em;height:1em;line-height:1;font-size:1.5rem}`,Ii=i=>Y`<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 24 24" fill="currentColor">${gm(i)}</svg>`;let bc=class extends yt{render(){return Ii('<path d="M19 5v14H5V5h14m0-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"/>')}};bc.styles=Ri;bc=w([Ae("mdui-icon-check-box-outline-blank")],bc);let yc=class extends yt{render(){return Ii('<path d="M19 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2zm-9 14-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"/>')}};yc.styles=Ri;yc=w([Ae("mdui-icon-check-box")],yc);let vc=class extends yt{render(){return Ii('<path d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-2 10H7v-2h10v2z"/>')}};vc.styles=Ri;vc=w([Ae("mdui-icon-indeterminate-check-box")],vc);const M1=$e`:host{position:relative;display:inline-flex;cursor:pointer;-webkit-tap-highlight-color:transparent;border-radius:.125rem;font-size:var(--mdui-typescale-label-large-size);font-weight:var(--mdui-typescale-label-large-weight);letter-spacing:var(--mdui-typescale-label-large-tracking);line-height:var(--mdui-typescale-label-large-line-height)}label{display:inline-flex;align-items:center;width:100%;cursor:inherit;-webkit-user-select:none;user-select:none;touch-action:manipulation;zoom:1;-webkit-user-drag:none}input{position:absolute;padding:0;opacity:0;pointer-events:none;width:1.125rem;height:1.125rem;margin:0 0 0 .6875rem}.icon{display:flex;position:absolute;opacity:1;transform:scale(1);color:rgb(var(--mdui-color-on-surface));font-size:1.5rem;transition:color var(--mdui-motion-duration-short4) var(--mdui-motion-easing-standard)}.checked-icon,.indeterminate-icon{opacity:0;transform:scale(.5);transition-property:color,opacity,transform;transition-duration:var(--mdui-motion-duration-short4);transition-timing-function:var(--mdui-motion-easing-standard)}.icon .i,::slotted([slot=checked-icon]),::slotted([slot=indeterminate-icon]),::slotted([slot=unchecked-icon]){color:inherit;font-size:inherit}i{position:relative;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden;border-radius:50%;width:2.5rem;height:2.5rem;--mdui-comp-ripple-state-layer-color:var(--mdui-color-on-surface)}.label{display:flex;width:100%;padding-top:.625rem;padding-bottom:.625rem;color:rgb(var(--mdui-color-on-surface));transition:color var(--mdui-motion-duration-short4) var(--mdui-motion-easing-standard)}:host([checked]:not([checked=false i])) i{--mdui-comp-ripple-state-layer-color:var(--mdui-color-primary)}:host([checked]:not([checked=false i])) .icon{color:rgb(var(--mdui-color-primary))}:host([checked]:not([checked=false i])) .indeterminate-icon{opacity:0;transform:scale(.5)}:host([checked]:not([checked=false i])) .checked-icon{opacity:1;transform:scale(1)}:host([indeterminate]:not([indeterminate=false i])) i{--mdui-comp-ripple-state-layer-color:var(--mdui-color-primary)}:host([indeterminate]:not([indeterminate=false i])) .icon{color:rgb(var(--mdui-color-primary))}:host([indeterminate]:not([indeterminate=false i])) .checked-icon{opacity:0;transform:scale(.5)}:host([indeterminate]:not([indeterminate=false i])) .indeterminate-icon{opacity:1;transform:scale(1)}.invalid i{--mdui-comp-ripple-state-layer-color:var(--mdui-color-error)}.invalid .icon{color:rgb(var(--mdui-color-error))}.invalid .label{color:rgb(var(--mdui-color-error))}:host([disabled]:not([disabled=false i])){cursor:default;pointer-events:none}:host([disabled]:not([disabled=false i])) .icon{color:rgba(var(--mdui-color-on-surface),38%)}:host([disabled]:not([disabled=false i])) .label{color:rgba(var(--mdui-color-on-surface),38%)}:host([disabled][checked]:not([disabled=false i],[checked=false i])) .unchecked-icon,:host([disabled][indeterminate]:not([disabled=false i],[indeterminate=false i])) .unchecked-icon{opacity:0}`;let Tt=class extends Oi(bi(Ke)){constructor(){super(...arguments),this.disabled=!1,this.checked=!1,this.defaultChecked=!1,this.indeterminate=!1,this.required=!1,this.name="",this.value="on",this.invalid=!1,this.inputRef=Me(),this.rippleRef=Me(),this.formController=new dr(this,{value:e=>e.checked?e.value:void 0,defaultValue:e=>e.defaultChecked,setValue:(e,t)=>e.checked=t})}get validity(){return this.inputRef.value.validity}get validationMessage(){return this.inputRef.value.validationMessage}get rippleElement(){return this.rippleRef.value}get rippleDisabled(){return this.disabled}get focusElement(){return this.inputRef.value}get focusDisabled(){return this.disabled}async onDisabledChange(){await this.updateComplete,this.invalid=!this.inputRef.value.checkValidity()}async onCheckedChange(){await this.updateComplete;const e=this.formController.getForm();e&&Et.get(e)?.has(this)?(this.invalid=!1,Et.get(e).delete(this)):this.invalid=!this.inputRef.value.checkValidity()}checkValidity(){const e=this.inputRef.value.checkValidity();return e||this.emit("invalid",{bubbles:!1,cancelable:!0,composed:!1}),e}reportValidity(){return this.invalid=!this.inputRef.value.reportValidity(),this.invalid&&(this.emit("invalid",{bubbles:!1,cancelable:!0,composed:!1})||(this.blur(),this.focus())),!this.invalid}setCustomValidity(e){this.inputRef.value.setCustomValidity(e),this.invalid=!this.inputRef.value.checkValidity()}render(){return Y`<label class="${bt({invalid:this.invalid})}"><input ${De(this.inputRef)} type="checkbox" name="${Be(this.name)}" value="${Be(this.value)}" .indeterminate="${Rn(this.indeterminate)}" .disabled="${this.disabled}" .checked="${Rn(this.checked)}" .required="${this.required}" @change="${this.onChange}"> <i part="control"><mdui-ripple ${De(this.rippleRef)} .noRipple="${this.noRipple}"></mdui-ripple><slot name="unchecked-icon" part="unchecked-icon" class="icon unchecked-icon">${this.uncheckedIcon?Y`<mdui-icon name="${this.uncheckedIcon}" class="i"></mdui-icon>`:Y`<mdui-icon-check-box-outline-blank class="i"></mdui-icon-check-box-outline-blank>`}</slot><slot name="checked-icon" part="checked-icon" class="icon checked-icon">${this.checkedIcon?Y`<mdui-icon name="${this.checkedIcon}" class="i"></mdui-icon>`:Y`<mdui-icon-check-box class="i"></mdui-icon-check-box>`}</slot><slot name="indeterminate-icon" part="indeterminate-icon" class="icon indeterminate-icon">${this.indeterminateIcon?Y`<mdui-icon name="${this.indeterminateIcon}" class="i"></mdui-icon>`:Y`<mdui-icon-indeterminate-check-box class="i"></mdui-icon-indeterminate-check-box>`}</slot></i><slot part="label" class="label"></slot></label>`}onChange(){this.checked=this.inputRef.value.checked,this.indeterminate=!1,this.emit("change")}};Tt.styles=[Ue,M1];w([L({type:Boolean,reflect:!0,converter:we})],Tt.prototype,"disabled",void 0);w([L({type:Boolean,reflect:!0,converter:we})],Tt.prototype,"checked",void 0);w([Nr("checked")],Tt.prototype,"defaultChecked",void 0);w([L({type:Boolean,reflect:!0,converter:we})],Tt.prototype,"indeterminate",void 0);w([L({type:Boolean,reflect:!0,converter:we})],Tt.prototype,"required",void 0);w([L({reflect:!0})],Tt.prototype,"form",void 0);w([L({reflect:!0})],Tt.prototype,"name",void 0);w([L({reflect:!0})],Tt.prototype,"value",void 0);w([L({reflect:!0,attribute:"unchecked-icon"})],Tt.prototype,"uncheckedIcon",void 0);w([L({reflect:!0,attribute:"checked-icon"})],Tt.prototype,"checkedIcon",void 0);w([L({reflect:!0,attribute:"indeterminate-icon"})],Tt.prototype,"indeterminateIcon",void 0);w([qe()],Tt.prototype,"invalid",void 0);w([Re("disabled",!0),Re("indeterminate",!0),Re("required",!0)],Tt.prototype,"onDisabledChange",null);w([Re("checked",!0)],Tt.prototype,"onCheckedChange",null);Tt=w([Ae("mdui-checkbox")],Tt);let wc=class extends yt{render(){return Ii('<path d="M9 16.17 4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z"/>')}};wc.styles=Ri;wc=w([Ae("mdui-icon-check")],wc);let _c=class extends yt{render(){return Ii('<path d="M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"/>')}};_c.styles=Ri;_c=w([Ae("mdui-icon-clear")],_c);const F1=$e`:host{--shape-corner:var(--mdui-shape-corner-small);position:relative;display:inline-block;flex-shrink:0;overflow:hidden;border-radius:var(--shape-corner);cursor:pointer;-webkit-tap-highlight-color:transparent;transition:box-shadow var(--mdui-motion-duration-short4) var(--mdui-motion-easing-linear);height:2rem;background-color:rgb(var(--mdui-color-surface));border:.0625rem solid rgb(var(--mdui-color-outline));color:rgb(var(--mdui-color-on-surface-variant));font-size:var(--mdui-typescale-label-large-size);font-weight:var(--mdui-typescale-label-large-weight);letter-spacing:var(--mdui-typescale-label-large-tracking);line-height:var(--mdui-typescale-label-large-line-height);--mdui-comp-ripple-state-layer-color:var(--mdui-color-on-surface-variant)}.button{padding-right:.4375rem;padding-left:.4375rem}:host([variant=input]) .button{padding-right:.1875rem;padding-left:.1875rem}:host([selected]:not([selected=false i])) .button{padding-right:.5rem;padding-left:.5rem}:host([selected][variant=input]:not([selected=false i])) .button{padding-right:.25rem;padding-left:.25rem}:host([elevated]:not([elevated=false i])) .button{padding-right:.5rem;padding-left:.5rem}:host([variant=assist]){color:rgb(var(--mdui-color-on-surface));--mdui-comp-ripple-state-layer-color:var(--mdui-color-on-surface)}:host([elevated]:not([elevated=false i])){border-width:0;background-color:rgb(var(--mdui-color-surface-container-low));box-shadow:var(--mdui-elevation-level1)}:host([selected]:not([selected=false i])){color:rgb(var(--mdui-color-on-secondary-container));background-color:rgb(var(--mdui-color-secondary-container));border-width:0;--mdui-comp-ripple-state-layer-color:var(
471
471
  --mdui-color-on-secondary-container
472
- )}:host([disabled]:not([disabled=false i])),:host([loading]:not([loading=false i])){cursor:default;pointer-events:none}:host([disabled]:not([disabled=false i])){border-color:rgba(var(--mdui-color-on-surface),12%);color:rgba(var(--mdui-color-on-surface),38%);box-shadow:var(--mdui-elevation-level0)}:host([disabled][elevated]:not([disabled=false i],[elevated=false i])),:host([disabled][selected]:not([disabled=false i],[selected=false i])){background-color:rgba(var(--mdui-color-on-surface),12%)}:host([selected][hover]:not([selected=false i])){box-shadow:var(--mdui-elevation-level1)}:host([elevated][hover]:not([elevated=false i])){color:rgb(var(--mdui-color-on-secondary-container));box-shadow:var(--mdui-elevation-level2)}:host([variant=filter][hover]),:host([variant=input][hover]),:host([variant=suggestion][hover]){color:rgb(var(--mdui-color-on-surface-variant))}:host([variant=filter][focus-visible]),:host([variant=input][focus-visible]),:host([variant=suggestion][focus-visible]){border-color:rgb(var(--mdui-color-on-surface-variant))}:host([dragged]),:host([dragged][hover]){box-shadow:var(--mdui-elevation-level4)}.button{overflow:visible}.label{display:inline-flex;padding-right:.5rem;padding-left:.5rem}.end-icon,.icon,.selected-icon{display:inline-flex;font-size:1.28571429em;color:rgb(var(--mdui-color-on-surface-variant))}:host([variant=assist]) .end-icon,:host([variant=assist]) .icon,:host([variant=assist]) .selected-icon{color:rgb(var(--mdui-color-primary))}:host([selected]:not([selected=false i])) .end-icon,:host([selected]:not([selected=false i])) .icon,:host([selected]:not([selected=false i])) .selected-icon{color:rgb(var(--mdui-color-on-secondary-container))}:host([disabled]:not([disabled=false i])) .end-icon,:host([disabled]:not([disabled=false i])) .icon,:host([disabled]:not([disabled=false i])) .selected-icon{opacity:.38;color:rgb(var(--mdui-color-on-surface))}.end-icon .i,.icon .i,.selected-icon .i,::slotted([slot=end-icon]),::slotted([slot=icon]),::slotted([slot=selected-icon]){font-size:inherit}:host([variant=input]) .has-icon .icon,:host([variant=input]) .has-icon .selected-icon,:host([variant=input]) .has-icon mdui-circular-progress{margin-left:.25rem}:host([variant=input]) .has-end-icon .end-icon{margin-right:.25rem}mdui-circular-progress{display:inline-flex;width:1.125rem;height:1.125rem}:host([disabled]:not([disabled=false i])) mdui-circular-progress{stroke:rgba(var(--mdui-color-on-surface),38%)}::slotted(mdui-avatar[slot=end-icon]),::slotted(mdui-avatar[slot=icon]),::slotted(mdui-avatar[slot=selected-icon]){width:1.5rem;height:1.5rem}:host([disabled]:not([disabled=false i])) ::slotted(mdui-avatar[slot=end-icon]),:host([disabled]:not([disabled=false i])) ::slotted(mdui-avatar[slot=icon]),:host([disabled]:not([disabled=false i])) ::slotted(mdui-avatar[slot=selected-icon]){opacity:.38}::slotted(mdui-avatar[slot=icon]),::slotted(mdui-avatar[slot=selected-icon]){margin-left:-.25rem;margin-right:-.125rem}::slotted(mdui-avatar[slot=end-icon]){margin-right:-.25rem;margin-left:-.125rem}.delete-icon{display:inline-flex;font-size:1.28571429em;transition:background-color var(--mdui-motion-duration-short4) var(--mdui-motion-easing-linear);border-radius:var(--mdui-shape-corner-full);margin-right:-.25rem;margin-left:-.25rem;padding:.25rem;color:rgb(var(--mdui-color-on-surface-variant))}.delete-icon:hover{background-color:rgba(var(--mdui-color-on-surface-variant),12%)}.has-end-icon .delete-icon{margin-left:.25rem}:host([variant=assiat]) .delete-icon{color:rgb(var(--mdui-color-primary))}:host([variant=input]) .delete-icon{margin-right:.0625rem}:host([disabled]:not([disabled=false i])) .delete-icon{color:rgba(var(--mdui-color-on-surface),38%)}.delete-icon .i,::slotted([slot=delete-icon]){font-size:inherit}::slotted(mdui-avatar[slot=delete-icon]){width:1.125rem;height:1.125rem}`;let ui=class extends pt{constructor(){super(),this.variant="assist",this.elevated=!1,this.selectable=!1,this.selected=!1,this.deletable=!1,this.rippleRef=Me(),this.hasSlotController=new $t(this,"icon","selected-icon","end-icon"),this.onClick=this.onClick.bind(this),this.onKeyDown=this.onKeyDown.bind(this)}get rippleElement(){return this.rippleRef.value}onSelectedChange(){this.emit("change")}firstUpdated(e){super.firstUpdated(e),this.addEventListener("click",this.onClick),this.addEventListener("keydown",this.onKeyDown)}render(){const e=this.icon||this.hasSlotController.test("icon"),t=this.endIcon||this.hasSlotController.test("end-icon"),r=this.selectedIcon||["assist","filter"].includes(this.variant)||e||this.hasSlotController.test("selected-icon"),n=qi({button:!0,"has-icon":this.loading||!this.selected&&e||this.selected&&r,"has-end-icon":t});return Y`<mdui-ripple ${De(this.rippleRef)} .noRipple="${this.noRipple}"></mdui-ripple>${this.isButton()?this.renderButton({className:n,part:"button",content:this.renderInner()}):this.disabled||this.loading?Y`<span part="button" class="${n} _a">${this.renderInner()}</span>`:this.renderAnchor({className:n,part:"button",content:this.renderInner()})}`}onClick(){this.disabled||this.loading||this.selectable&&(this.selected=!this.selected)}onKeyDown(e){this.disabled||this.loading||(this.selectable&&e.key===" "&&(e.preventDefault(),this.selected=!this.selected),this.deletable&&["Delete","Backspace"].includes(e.key)&&this.emit("delete"))}onDelete(e){e.stopPropagation(),this.emit("delete")}renderIcon(){if(this.loading)return this.renderLoading();const e=()=>this.icon?Y`<mdui-icon name="${this.icon}" class="i"></mdui-icon>`:Ye,t=()=>this.selectedIcon?Y`<mdui-icon name="${this.selectedIcon}" class="i"></mdui-icon>`:this.variant==="assist"||this.variant==="filter"?Y`<mdui-icon-check class="i"></mdui-icon-check>`:e();return this.selected?Y`<slot name="selected-icon" part="selected-icon" class="selected-icon">${t()}</slot>`:Y`<slot name="icon" part="icon" class="icon">${e()}</slot>`}renderLabel(){return Y`<slot part="label" class="label"></slot>`}renderEndIcon(){return Y`<slot name="end-icon" part="end-icon" class="end-icon">${this.endIcon?Y`<mdui-icon name="${this.endIcon}" class="i"></mdui-icon>`:Ye}</slot>`}renderDeleteIcon(){return this.deletable?Y`<slot name="delete-icon" part="delete-icon" class="delete-icon" @click="${this.onDelete}">${this.deleteIcon?Y`<mdui-icon name="${this.deleteIcon}" class="i"></mdui-icon>`:Y`<mdui-icon-clear class="i"></mdui-icon-clear>`}</slot>`:Ye}renderInner(){return[this.renderIcon(),this.renderLabel(),this.renderEndIcon(),this.renderDeleteIcon()]}};ui.styles=[pt.styles,M1];w([L({reflect:!0})],ui.prototype,"variant",void 0);w([L({type:Boolean,reflect:!0,converter:we})],ui.prototype,"elevated",void 0);w([L({type:Boolean,reflect:!0,converter:we})],ui.prototype,"selectable",void 0);w([L({type:Boolean,reflect:!0,converter:we})],ui.prototype,"selected",void 0);w([L({type:Boolean,reflect:!0,converter:we})],ui.prototype,"deletable",void 0);w([L({reflect:!0})],ui.prototype,"icon",void 0);w([L({reflect:!0,attribute:"selected-icon"})],ui.prototype,"selectedIcon",void 0);w([L({reflect:!0,attribute:"end-icon"})],ui.prototype,"endIcon",void 0);w([L({reflect:!0,attribute:"delete-icon"})],ui.prototype,"deleteIcon",void 0);w([Re("selected",!0)],ui.prototype,"onSelectedChange",null);ui=w([Ae("mdui-chip")],ui);const In=(i,e)=>{if(i.length!==e.length)return!1;const t=[...i].sort(),r=[...e].sort();return t.every((n,s)=>n===r[s])},F1=$e`:host{display:block}`;let Ui=class extends Ke{constructor(){super(...arguments),this.accordion=!1,this.disabled=!1,this.activeKeys=[],this.isInitial=!0,this.definedController=new At(this,{relatedElements:["mdui-collapse-item"]})}async onActiveKeysChange(){await this.definedController.whenDefined();const e=this.accordion?this.items.find(t=>this.activeKeys.includes(t.key))?.value:this.items.filter(t=>this.activeKeys.includes(t.key)).map(t=>t.value);this.setValue(e),this.isInitial||this.emit("change")}async onValueChange(){if(this.isInitial=!this.hasUpdated,await this.definedController.whenDefined(),this.accordion){const e=this.value;if(!e)this.setActiveKeys([]);else{const t=this.items.find(r=>r.value===e);this.setActiveKeys(t?[t.key]:[])}}else{const e=this.value;if(!e.length)this.setActiveKeys([]);else{const t=this.items.filter(r=>e.includes(r.value)).map(r=>r.key);this.setActiveKeys(t)}}this.updateItems()}render(){return Y`<slot @slotchange="${this.onSlotChange}" @click="${this.onClick}"></slot>`}setActiveKeys(e){In(this.activeKeys,e)||(this.activeKeys=e)}setValue(e){this.accordion||gt(this.value)||gt(e)?this.value=e:In(this.value,e)||(this.value=e)}onClick(e){if(this.disabled||e.button)return;const r=e.target.closest("mdui-collapse-item");if(!r||r.disabled)return;const n=e.composedPath();if(!(r.trigger&&!n.find(s=>tr(s)&&oe(s).is(r.trigger)))&&n.find(s=>tr(s)&&s.part.contains("header"))){if(this.accordion)this.activeKeys.includes(r.key)?this.setActiveKeys([]):this.setActiveKeys([r.key]);else{const s=[...this.activeKeys];s.includes(r.key)?s.splice(s.indexOf(r.key),1):s.push(r.key),this.setActiveKeys(s)}this.isInitial=!1,this.updateItems()}}async onSlotChange(){await this.definedController.whenDefined(),this.updateItems()}updateItems(){this.items.forEach(e=>{e.active=this.activeKeys.includes(e.key),e.isInitial=this.isInitial})}};Ui.styles=[Ue,F1];w([L({type:Boolean,reflect:!0,converter:we})],Ui.prototype,"accordion",void 0);w([L()],Ui.prototype,"value",void 0);w([L({type:Boolean,reflect:!0,converter:we})],Ui.prototype,"disabled",void 0);w([qe()],Ui.prototype,"activeKeys",void 0);w([gi({selector:"mdui-collapse-item",flatten:!0})],Ui.prototype,"items",void 0);w([Re("activeKeys",!0)],Ui.prototype,"onActiveKeysChange",null);w([Re("value")],Ui.prototype,"onValueChange",null);Ui=w([Ae("mdui-collapse")],Ui);const j1=$e`:host{display:flex;flex-direction:column}.header{display:block}.body{display:block;overflow:hidden;transition:height var(--mdui-motion-duration-short4) var(--mdui-motion-easing-emphasized)}.body.opened{overflow:visible}.body.active{transition-duration:var(--mdui-motion-duration-medium4)}`;let Vi=class extends Ke{constructor(){super(...arguments),this.disabled=!1,this.active=!1,this.state="closed",this.isInitial=!0,this.key=Cr(),this.bodyRef=Me()}onActiveChange(){this.isInitial?(this.state=this.active?"opened":"closed",this.hasUpdated&&this.updateBodyHeight()):(this.state=this.active?"open":"close",this.emit(this.state),this.updateBodyHeight())}firstUpdated(e){super.firstUpdated(e),this.updateBodyHeight()}render(){return Y`<slot name="header" part="header" class="header">${this.header}</slot><slot part="body" class="body ${bt({opened:this.state==="opened",active:this.active})}" ${De(this.bodyRef)} @transitionend="${this.onTransitionEnd}"></slot>`}onTransitionEnd(e){e.target===this.bodyRef.value&&(this.state=this.active?"opened":"closed",this.emit(this.state),this.updateBodyHeight())}updateBodyHeight(){const e=this.bodyRef.value.scrollHeight;this.state==="close"&&(oe(this.bodyRef.value).height(e),this.bodyRef.value.clientLeft),oe(this.bodyRef.value).height(this.state==="opened"?"auto":this.state==="open"?e:0)}};Vi.styles=[Ue,j1];w([L({reflect:!0})],Vi.prototype,"value",void 0);w([L({reflect:!0})],Vi.prototype,"header",void 0);w([L({type:Boolean,reflect:!0,converter:we})],Vi.prototype,"disabled",void 0);w([L()],Vi.prototype,"trigger",void 0);w([qe()],Vi.prototype,"active",void 0);w([qe()],Vi.prototype,"state",void 0);w([Re("active")],Vi.prototype,"onActiveChange",null);Vi=w([Ae("mdui-collapse-item")],Vi);/**
472
+ )}:host([disabled]:not([disabled=false i])),:host([loading]:not([loading=false i])){cursor:default;pointer-events:none}:host([disabled]:not([disabled=false i])){border-color:rgba(var(--mdui-color-on-surface),12%);color:rgba(var(--mdui-color-on-surface),38%);box-shadow:var(--mdui-elevation-level0)}:host([disabled][elevated]:not([disabled=false i],[elevated=false i])),:host([disabled][selected]:not([disabled=false i],[selected=false i])){background-color:rgba(var(--mdui-color-on-surface),12%)}:host([selected][hover]:not([selected=false i])){box-shadow:var(--mdui-elevation-level1)}:host([elevated][hover]:not([elevated=false i])){color:rgb(var(--mdui-color-on-secondary-container));box-shadow:var(--mdui-elevation-level2)}:host([variant=filter][hover]),:host([variant=input][hover]),:host([variant=suggestion][hover]){color:rgb(var(--mdui-color-on-surface-variant))}:host([variant=filter][focus-visible]),:host([variant=input][focus-visible]),:host([variant=suggestion][focus-visible]){border-color:rgb(var(--mdui-color-on-surface-variant))}:host([dragged]),:host([dragged][hover]){box-shadow:var(--mdui-elevation-level4)}.button{overflow:visible}.label{display:inline-flex;padding-right:.5rem;padding-left:.5rem}.end-icon,.icon,.selected-icon{display:inline-flex;font-size:1.28571429em;color:rgb(var(--mdui-color-on-surface-variant))}:host([variant=assist]) .end-icon,:host([variant=assist]) .icon,:host([variant=assist]) .selected-icon{color:rgb(var(--mdui-color-primary))}:host([selected]:not([selected=false i])) .end-icon,:host([selected]:not([selected=false i])) .icon,:host([selected]:not([selected=false i])) .selected-icon{color:rgb(var(--mdui-color-on-secondary-container))}:host([disabled]:not([disabled=false i])) .end-icon,:host([disabled]:not([disabled=false i])) .icon,:host([disabled]:not([disabled=false i])) .selected-icon{opacity:.38;color:rgb(var(--mdui-color-on-surface))}.end-icon .i,.icon .i,.selected-icon .i,::slotted([slot=end-icon]),::slotted([slot=icon]),::slotted([slot=selected-icon]){font-size:inherit}:host([variant=input]) .has-icon .icon,:host([variant=input]) .has-icon .selected-icon,:host([variant=input]) .has-icon mdui-circular-progress{margin-left:.25rem}:host([variant=input]) .has-end-icon .end-icon{margin-right:.25rem}mdui-circular-progress{display:inline-flex;width:1.125rem;height:1.125rem}:host([disabled]:not([disabled=false i])) mdui-circular-progress{stroke:rgba(var(--mdui-color-on-surface),38%)}::slotted(mdui-avatar[slot=end-icon]),::slotted(mdui-avatar[slot=icon]),::slotted(mdui-avatar[slot=selected-icon]){width:1.5rem;height:1.5rem}:host([disabled]:not([disabled=false i])) ::slotted(mdui-avatar[slot=end-icon]),:host([disabled]:not([disabled=false i])) ::slotted(mdui-avatar[slot=icon]),:host([disabled]:not([disabled=false i])) ::slotted(mdui-avatar[slot=selected-icon]){opacity:.38}::slotted(mdui-avatar[slot=icon]),::slotted(mdui-avatar[slot=selected-icon]){margin-left:-.25rem;margin-right:-.125rem}::slotted(mdui-avatar[slot=end-icon]){margin-right:-.25rem;margin-left:-.125rem}.delete-icon{display:inline-flex;font-size:1.28571429em;transition:background-color var(--mdui-motion-duration-short4) var(--mdui-motion-easing-linear);border-radius:var(--mdui-shape-corner-full);margin-right:-.25rem;margin-left:-.25rem;padding:.25rem;color:rgb(var(--mdui-color-on-surface-variant))}.delete-icon:hover{background-color:rgba(var(--mdui-color-on-surface-variant),12%)}.has-end-icon .delete-icon{margin-left:.25rem}:host([variant=assiat]) .delete-icon{color:rgb(var(--mdui-color-primary))}:host([variant=input]) .delete-icon{margin-right:.0625rem}:host([disabled]:not([disabled=false i])) .delete-icon{color:rgba(var(--mdui-color-on-surface),38%)}.delete-icon .i,::slotted([slot=delete-icon]){font-size:inherit}::slotted(mdui-avatar[slot=delete-icon]){width:1.125rem;height:1.125rem}`;let ui=class extends pt{constructor(){super(),this.variant="assist",this.elevated=!1,this.selectable=!1,this.selected=!1,this.deletable=!1,this.rippleRef=Me(),this.hasSlotController=new $t(this,"icon","selected-icon","end-icon"),this.onClick=this.onClick.bind(this),this.onKeyDown=this.onKeyDown.bind(this)}get rippleElement(){return this.rippleRef.value}onSelectedChange(){this.emit("change")}firstUpdated(e){super.firstUpdated(e),this.addEventListener("click",this.onClick),this.addEventListener("keydown",this.onKeyDown)}render(){const e=this.icon||this.hasSlotController.test("icon"),t=this.endIcon||this.hasSlotController.test("end-icon"),r=this.selectedIcon||["assist","filter"].includes(this.variant)||e||this.hasSlotController.test("selected-icon"),n=qi({button:!0,"has-icon":this.loading||!this.selected&&e||this.selected&&r,"has-end-icon":t});return Y`<mdui-ripple ${De(this.rippleRef)} .noRipple="${this.noRipple}"></mdui-ripple>${this.isButton()?this.renderButton({className:n,part:"button",content:this.renderInner()}):this.disabled||this.loading?Y`<span part="button" class="${n} _a">${this.renderInner()}</span>`:this.renderAnchor({className:n,part:"button",content:this.renderInner()})}`}onClick(){this.disabled||this.loading||this.selectable&&(this.selected=!this.selected)}onKeyDown(e){this.disabled||this.loading||(this.selectable&&e.key===" "&&(e.preventDefault(),this.selected=!this.selected),this.deletable&&["Delete","Backspace"].includes(e.key)&&this.emit("delete"))}onDelete(e){e.stopPropagation(),this.emit("delete")}renderIcon(){if(this.loading)return this.renderLoading();const e=()=>this.icon?Y`<mdui-icon name="${this.icon}" class="i"></mdui-icon>`:Ye,t=()=>this.selectedIcon?Y`<mdui-icon name="${this.selectedIcon}" class="i"></mdui-icon>`:this.variant==="assist"||this.variant==="filter"?Y`<mdui-icon-check class="i"></mdui-icon-check>`:e();return this.selected?Y`<slot name="selected-icon" part="selected-icon" class="selected-icon">${t()}</slot>`:Y`<slot name="icon" part="icon" class="icon">${e()}</slot>`}renderLabel(){return Y`<slot part="label" class="label"></slot>`}renderEndIcon(){return Y`<slot name="end-icon" part="end-icon" class="end-icon">${this.endIcon?Y`<mdui-icon name="${this.endIcon}" class="i"></mdui-icon>`:Ye}</slot>`}renderDeleteIcon(){return this.deletable?Y`<slot name="delete-icon" part="delete-icon" class="delete-icon" @click="${this.onDelete}">${this.deleteIcon?Y`<mdui-icon name="${this.deleteIcon}" class="i"></mdui-icon>`:Y`<mdui-icon-clear class="i"></mdui-icon-clear>`}</slot>`:Ye}renderInner(){return[this.renderIcon(),this.renderLabel(),this.renderEndIcon(),this.renderDeleteIcon()]}};ui.styles=[pt.styles,F1];w([L({reflect:!0})],ui.prototype,"variant",void 0);w([L({type:Boolean,reflect:!0,converter:we})],ui.prototype,"elevated",void 0);w([L({type:Boolean,reflect:!0,converter:we})],ui.prototype,"selectable",void 0);w([L({type:Boolean,reflect:!0,converter:we})],ui.prototype,"selected",void 0);w([L({type:Boolean,reflect:!0,converter:we})],ui.prototype,"deletable",void 0);w([L({reflect:!0})],ui.prototype,"icon",void 0);w([L({reflect:!0,attribute:"selected-icon"})],ui.prototype,"selectedIcon",void 0);w([L({reflect:!0,attribute:"end-icon"})],ui.prototype,"endIcon",void 0);w([L({reflect:!0,attribute:"delete-icon"})],ui.prototype,"deleteIcon",void 0);w([Re("selected",!0)],ui.prototype,"onSelectedChange",null);ui=w([Ae("mdui-chip")],ui);const In=(i,e)=>{if(i.length!==e.length)return!1;const t=[...i].sort(),r=[...e].sort();return t.every((n,s)=>n===r[s])},j1=$e`:host{display:block}`;let Ui=class extends Ke{constructor(){super(...arguments),this.accordion=!1,this.disabled=!1,this.activeKeys=[],this.isInitial=!0,this.definedController=new At(this,{relatedElements:["mdui-collapse-item"]})}async onActiveKeysChange(){await this.definedController.whenDefined();const e=this.accordion?this.items.find(t=>this.activeKeys.includes(t.key))?.value:this.items.filter(t=>this.activeKeys.includes(t.key)).map(t=>t.value);this.setValue(e),this.isInitial||this.emit("change")}async onValueChange(){if(this.isInitial=!this.hasUpdated,await this.definedController.whenDefined(),this.accordion){const e=this.value;if(!e)this.setActiveKeys([]);else{const t=this.items.find(r=>r.value===e);this.setActiveKeys(t?[t.key]:[])}}else{const e=this.value;if(!e.length)this.setActiveKeys([]);else{const t=this.items.filter(r=>e.includes(r.value)).map(r=>r.key);this.setActiveKeys(t)}}this.updateItems()}render(){return Y`<slot @slotchange="${this.onSlotChange}" @click="${this.onClick}"></slot>`}setActiveKeys(e){In(this.activeKeys,e)||(this.activeKeys=e)}setValue(e){this.accordion||gt(this.value)||gt(e)?this.value=e:In(this.value,e)||(this.value=e)}onClick(e){if(this.disabled||e.button)return;const r=e.target.closest("mdui-collapse-item");if(!r||r.disabled)return;const n=e.composedPath();if(!(r.trigger&&!n.find(s=>tr(s)&&oe(s).is(r.trigger)))&&n.find(s=>tr(s)&&s.part.contains("header"))){if(this.accordion)this.activeKeys.includes(r.key)?this.setActiveKeys([]):this.setActiveKeys([r.key]);else{const s=[...this.activeKeys];s.includes(r.key)?s.splice(s.indexOf(r.key),1):s.push(r.key),this.setActiveKeys(s)}this.isInitial=!1,this.updateItems()}}async onSlotChange(){await this.definedController.whenDefined(),this.updateItems()}updateItems(){this.items.forEach(e=>{e.active=this.activeKeys.includes(e.key),e.isInitial=this.isInitial})}};Ui.styles=[Ue,j1];w([L({type:Boolean,reflect:!0,converter:we})],Ui.prototype,"accordion",void 0);w([L()],Ui.prototype,"value",void 0);w([L({type:Boolean,reflect:!0,converter:we})],Ui.prototype,"disabled",void 0);w([qe()],Ui.prototype,"activeKeys",void 0);w([gi({selector:"mdui-collapse-item",flatten:!0})],Ui.prototype,"items",void 0);w([Re("activeKeys",!0)],Ui.prototype,"onActiveKeysChange",null);w([Re("value")],Ui.prototype,"onValueChange",null);Ui=w([Ae("mdui-collapse")],Ui);const B1=$e`:host{display:flex;flex-direction:column}.header{display:block}.body{display:block;overflow:hidden;transition:height var(--mdui-motion-duration-short4) var(--mdui-motion-easing-emphasized)}.body.opened{overflow:visible}.body.active{transition-duration:var(--mdui-motion-duration-medium4)}`;let Vi=class extends Ke{constructor(){super(...arguments),this.disabled=!1,this.active=!1,this.state="closed",this.isInitial=!0,this.key=Cr(),this.bodyRef=Me()}onActiveChange(){this.isInitial?(this.state=this.active?"opened":"closed",this.hasUpdated&&this.updateBodyHeight()):(this.state=this.active?"open":"close",this.emit(this.state),this.updateBodyHeight())}firstUpdated(e){super.firstUpdated(e),this.updateBodyHeight()}render(){return Y`<slot name="header" part="header" class="header">${this.header}</slot><slot part="body" class="body ${bt({opened:this.state==="opened",active:this.active})}" ${De(this.bodyRef)} @transitionend="${this.onTransitionEnd}"></slot>`}onTransitionEnd(e){e.target===this.bodyRef.value&&(this.state=this.active?"opened":"closed",this.emit(this.state),this.updateBodyHeight())}updateBodyHeight(){const e=this.bodyRef.value.scrollHeight;this.state==="close"&&(oe(this.bodyRef.value).height(e),this.bodyRef.value.clientLeft),oe(this.bodyRef.value).height(this.state==="opened"?"auto":this.state==="open"?e:0)}};Vi.styles=[Ue,B1];w([L({reflect:!0})],Vi.prototype,"value",void 0);w([L({reflect:!0})],Vi.prototype,"header",void 0);w([L({type:Boolean,reflect:!0,converter:we})],Vi.prototype,"disabled",void 0);w([L()],Vi.prototype,"trigger",void 0);w([qe()],Vi.prototype,"active",void 0);w([qe()],Vi.prototype,"state",void 0);w([Re("active")],Vi.prototype,"onActiveChange",null);Vi=w([Ae("mdui-collapse-item")],Vi);/**
473
473
  * @license
474
474
  * Copyright 2021 Google LLC
475
475
  * SPDX-License-Identifier: BSD-3-Clause
476
- */function at(i,e,t){return i?e(i):t?.(i)}function st(i,e,t){return i?new Promise(r=>{if(t.duration===1/0)throw new Error("Promise-based animations must be finite.");ta(t.duration)&&isNaN(t.duration)&&(t.duration=0),t.easing===""&&(t.easing="linear");const n=i.animate(e,t);n.addEventListener("cancel",r,{once:!0}),n.addEventListener("finish",r,{once:!0})}):Promise.resolve()}function ei(i){return i?Promise.all(i.getAnimations().map(e=>new Promise(t=>{const r=requestAnimationFrame(t);e.addEventListener("cancel",()=>r,{once:!0}),e.addEventListener("finish",()=>r,{once:!0}),e.cancel()}))):Promise.resolve()}function Pf(i){const e=Tr(),t=i.localName;return i.getAttribute("tabindex")==="-1"||i.hasAttribute("disabled")||i.hasAttribute("aria-disabled")&&i.getAttribute("aria-disabled")!=="false"||t==="input"&&i.getAttribute("type")==="radio"&&!i.hasAttribute("checked")||i.offsetParent===null||e.getComputedStyle(i).visibility==="hidden"?!1:(t==="audio"||t==="video")&&i.hasAttribute("controls")||i.hasAttribute("tabindex")||i.hasAttribute("contenteditable")&&i.getAttribute("contenteditable")!=="false"?!0:["button","input","select","textarea","a","audio","video","summary"].includes(t)}function B1(i){const e=[];function t(s){s instanceof HTMLElement&&(e.push(s),s.shadowRoot!==null&&s.shadowRoot.mode==="open"&&t(s.shadowRoot)),[...s.children].forEach(a=>t(a))}t(i);const r=e.find(s=>Pf(s))??null,n=e.reverse().find(s=>Pf(s))??null;return{start:r,end:n}}let hs=[];class xm{constructor(e){this.tabDirection="forward",this.element=e,this.handleFocusIn=this.handleFocusIn.bind(this),this.handleKeyDown=this.handleKeyDown.bind(this),this.handleKeyUp=this.handleKeyUp.bind(this)}activate(){hs.push(this.element),document.addEventListener("focusin",this.handleFocusIn),document.addEventListener("keydown",this.handleKeyDown),document.addEventListener("keyup",this.handleKeyUp)}deactivate(){hs=hs.filter(e=>e!==this.element),document.removeEventListener("focusin",this.handleFocusIn),document.removeEventListener("keydown",this.handleKeyDown),document.removeEventListener("keyup",this.handleKeyUp)}isActive(){return hs[hs.length-1]===this.element}checkFocus(){if(this.isActive()&&!this.element.matches(":focus-within")){const{start:e,end:t}=B1(this.element),r=this.tabDirection==="forward"?e:t;typeof r?.focus=="function"&&r.focus({preventScroll:!0})}}handleFocusIn(){this.checkFocus()}handleKeyDown(e){e.key==="Tab"&&e.shiftKey&&(this.tabDirection="backward"),requestAnimationFrame(()=>this.checkFocus())}handleKeyUp(){this.tabDirection="forward"}}const ii=(i,e)=>{const t=`--mdui-motion-easing-${e}`;return oe(i).css(t).trim()},Ai=(i,e)=>{const t=`--mdui-motion-duration-${e}`,r=oe(i).css(t).trim().toLowerCase();return r.endsWith("ms")?parseFloat(r):parseFloat(r)*1e3};let ec;const q1=i=>{if(gt(document))return 0;if(ec===void 0){const e=oe("<div>").css({width:"100%",height:"200px"}),t=oe("<div>").css({position:"absolute",top:"0",left:"0",pointerEvents:"none",visibility:"hidden",width:"200px",height:"150px",overflow:"hidden"}).append(e).appendTo(document.body),r=e[0].offsetWidth;t.css("overflow","scroll");let n=e[0].offsetWidth;r===n&&(n=t[0].clientWidth),t.remove(),ec=r-n}return ec},U1=i=>i.scrollHeight>i.clientHeight,Rs=new WeakMap,Em="mdui-lock-screen",xc=(i,e)=>{const t=ri();e??=t.documentElement,Rs.has(e)||Rs.set(e,new Set),Rs.get(e).add(i);const n=oe(e);U1(e)&&n.css("width",`calc(100% - ${q1()}px)`),n.addClass(Em)},Is=(i,e)=>{const t=ri();e??=t.documentElement;const r=Rs.get(e);r&&(r.delete(i),r.size===0&&(Rs.delete(e),oe(e).removeClass(Em).width("")))};/**
476
+ */function at(i,e,t){return i?e(i):t?.(i)}function st(i,e,t){return i?new Promise(r=>{if(t.duration===1/0)throw new Error("Promise-based animations must be finite.");ta(t.duration)&&isNaN(t.duration)&&(t.duration=0),t.easing===""&&(t.easing="linear");const n=i.animate(e,t);n.addEventListener("cancel",r,{once:!0}),n.addEventListener("finish",r,{once:!0})}):Promise.resolve()}function ei(i){return i?Promise.all(i.getAnimations().map(e=>new Promise(t=>{const r=requestAnimationFrame(t);e.addEventListener("cancel",()=>r,{once:!0}),e.addEventListener("finish",()=>r,{once:!0}),e.cancel()}))):Promise.resolve()}function Pf(i){const e=Tr(),t=i.localName;return i.getAttribute("tabindex")==="-1"||i.hasAttribute("disabled")||i.hasAttribute("aria-disabled")&&i.getAttribute("aria-disabled")!=="false"||t==="input"&&i.getAttribute("type")==="radio"&&!i.hasAttribute("checked")||i.offsetParent===null||e.getComputedStyle(i).visibility==="hidden"?!1:(t==="audio"||t==="video")&&i.hasAttribute("controls")||i.hasAttribute("tabindex")||i.hasAttribute("contenteditable")&&i.getAttribute("contenteditable")!=="false"?!0:["button","input","select","textarea","a","audio","video","summary"].includes(t)}function q1(i){const e=[];function t(s){s instanceof HTMLElement&&(e.push(s),s.shadowRoot!==null&&s.shadowRoot.mode==="open"&&t(s.shadowRoot)),[...s.children].forEach(a=>t(a))}t(i);const r=e.find(s=>Pf(s))??null,n=e.reverse().find(s=>Pf(s))??null;return{start:r,end:n}}let hs=[];class xm{constructor(e){this.tabDirection="forward",this.element=e,this.handleFocusIn=this.handleFocusIn.bind(this),this.handleKeyDown=this.handleKeyDown.bind(this),this.handleKeyUp=this.handleKeyUp.bind(this)}activate(){hs.push(this.element),document.addEventListener("focusin",this.handleFocusIn),document.addEventListener("keydown",this.handleKeyDown),document.addEventListener("keyup",this.handleKeyUp)}deactivate(){hs=hs.filter(e=>e!==this.element),document.removeEventListener("focusin",this.handleFocusIn),document.removeEventListener("keydown",this.handleKeyDown),document.removeEventListener("keyup",this.handleKeyUp)}isActive(){return hs[hs.length-1]===this.element}checkFocus(){if(this.isActive()&&!this.element.matches(":focus-within")){const{start:e,end:t}=q1(this.element),r=this.tabDirection==="forward"?e:t;typeof r?.focus=="function"&&r.focus({preventScroll:!0})}}handleFocusIn(){this.checkFocus()}handleKeyDown(e){e.key==="Tab"&&e.shiftKey&&(this.tabDirection="backward"),requestAnimationFrame(()=>this.checkFocus())}handleKeyUp(){this.tabDirection="forward"}}const ii=(i,e)=>{const t=`--mdui-motion-easing-${e}`;return oe(i).css(t).trim()},Ai=(i,e)=>{const t=`--mdui-motion-duration-${e}`,r=oe(i).css(t).trim().toLowerCase();return r.endsWith("ms")?parseFloat(r):parseFloat(r)*1e3};let ec;const U1=i=>{if(gt(document))return 0;if(ec===void 0){const e=oe("<div>").css({width:"100%",height:"200px"}),t=oe("<div>").css({position:"absolute",top:"0",left:"0",pointerEvents:"none",visibility:"hidden",width:"200px",height:"150px",overflow:"hidden"}).append(e).appendTo(document.body),r=e[0].offsetWidth;t.css("overflow","scroll");let n=e[0].offsetWidth;r===n&&(n=t[0].clientWidth),t.remove(),ec=r-n}return ec},V1=i=>i.scrollHeight>i.clientHeight,Rs=new WeakMap,Em="mdui-lock-screen",xc=(i,e)=>{const t=ri();e??=t.documentElement,Rs.has(e)||Rs.set(e,new Set),Rs.get(e).add(i);const n=oe(e);V1(e)&&n.css("width",`calc(100% - ${U1()}px)`),n.addClass(Em)},Is=(i,e)=>{const t=ri();e??=t.documentElement;const r=Rs.get(e);r&&(r.delete(i),r.size===0&&(Rs.delete(e),oe(e).removeClass(Em).width("")))};/**
477
477
  * @license
478
478
  * Copyright 2021 Google LLC
479
479
  * SPDX-License-Identifier: BSD-3-Clause
480
- */const V1="lit-localize-status";/**
480
+ */const z1="lit-localize-status";/**
481
481
  * @license
482
482
  * Copyright 2021 Google LLC
483
483
  * SPDX-License-Identifier: BSD-3-Clause
484
- */const z1=i=>typeof i!="string"&&"strTag"in i,H1=(i,e,t)=>{let r=i[0];for(let n=1;n<i.length;n++)r+=e[n-1],r+=i[n];return r};/**
484
+ */const H1=i=>typeof i!="string"&&"strTag"in i,W1=(i,e,t)=>{let r=i[0];for(let n=1;n<i.length;n++)r+=e[n-1],r+=i[n];return r};/**
485
485
  * @license
486
486
  * Copyright 2021 Google LLC
487
487
  * SPDX-License-Identifier: BSD-3-Clause
488
- */const W1=i=>z1(i)?H1(i.strings,i.values):i;let G1=W1;/**
488
+ */const G1=i=>H1(i)?W1(i.strings,i.values):i;let K1=G1;/**
489
489
  * @license
490
490
  * Copyright 2020 Google LLC
491
491
  * SPDX-License-Identifier: BSD-3-Clause
492
- */class K1{constructor(){this.settled=!1,this.promise=new Promise((e,t)=>{this._resolve=e,this._reject=t})}resolve(e){this.settled=!0,this._resolve(e)}reject(e){this.settled=!0,this._reject(e)}}/**
492
+ */class X1{constructor(){this.settled=!1,this.promise=new Promise((e,t)=>{this._resolve=e,this._reject=t})}resolve(e){this.settled=!0,this._resolve(e)}reject(e){this.settled=!0,this._reject(e)}}/**
493
493
  * @license
494
494
  * Copyright 2014 Travis Webb
495
495
  * SPDX-License-Identifier: MIT
@@ -497,21 +497,21 @@ if("@preserve"in h)return h["@preserve"][0];if(e.isValue(h))return h;if(e.isList
497
497
  * @license
498
498
  * Copyright 2021 Google LLC
499
499
  * SPDX-License-Identifier: BSD-3-Clause
500
- */let X1=new K1;X1.resolve();let Mf=!1;const ko=new Map,Q1=(i,e)=>{Mf||(Mf=!0,Tr().addEventListener(V1,n=>{n.detail.status==="ready"&&ko.forEach(s=>{s.forEach(o=>o())})}));const t=ko.get(i)||[];t.push(e),ko.set(i,t)},Ro=i=>{ko.delete(i)},J1=$e`:host{--shape-corner:var(--mdui-shape-corner-extra-large);--z-index:2300;position:fixed;z-index:var(--z-index);display:none;align-items:center;justify-content:center;inset:0;padding:3rem}::slotted(mdui-top-app-bar[slot=header]){position:absolute;border-top-left-radius:var(--mdui-shape-corner-extra-large);border-top-right-radius:var(--mdui-shape-corner-extra-large);background-color:rgb(var(--mdui-color-surface-container-high))}:host([fullscreen]:not([fullscreen=false i])){--shape-corner:var(--mdui-shape-corner-none);padding:0}:host([fullscreen]:not([fullscreen=false i])) ::slotted(mdui-top-app-bar[slot=header]){border-top-left-radius:var(--mdui-shape-corner-none);border-top-right-radius:var(--mdui-shape-corner-none)}.overlay{position:fixed;inset:0;background-color:rgba(var(--mdui-color-scrim),.4)}.panel{--mdui-color-background:var(--mdui-color-surface-container-high);position:relative;display:flex;flex-direction:column;max-height:100%;border-radius:var(--shape-corner);outline:0;transform-origin:top;min-width:17.5rem;max-width:35rem;padding:1.5rem;background-color:rgb(var(--mdui-color-surface-container-high));box-shadow:var(--mdui-elevation-level3)}:host([fullscreen]:not([fullscreen=false i])) .panel{width:100%;max-width:100%;height:100%;max-height:100%;box-shadow:var(--mdui-elevation-level0)}.header{display:flex;flex-direction:column}.has-icon .header{align-items:center}.icon{display:flex;color:rgb(var(--mdui-color-secondary));font-size:1.5rem}.icon mdui-icon,::slotted([slot=icon]){font-size:inherit}.headline{display:flex;color:rgb(var(--mdui-color-on-surface));font-size:var(--mdui-typescale-headline-small-size);font-weight:var(--mdui-typescale-headline-small-weight);letter-spacing:var(--mdui-typescale-headline-small-tracking);line-height:var(--mdui-typescale-headline-small-line-height)}.icon+.headline{padding-top:1rem}.body{overflow:auto}.header+.body{margin-top:1rem}.description{display:flex;color:rgb(var(--mdui-color-on-surface-variant));font-size:var(--mdui-typescale-body-medium-size);font-weight:var(--mdui-typescale-body-medium-weight);letter-spacing:var(--mdui-typescale-body-medium-tracking);line-height:var(--mdui-typescale-body-medium-line-height)}:host([fullscreen]:not([fullscreen=false i])) .description{color:rgb(var(--mdui-color-on-surface))}.has-description.has-default .description{margin-bottom:1rem}.action{display:flex;justify-content:flex-end;padding-top:1.5rem}.action::slotted(:not(:first-child)){margin-left:.5rem}:host([stacked-actions]:not([stacked-actions=false i])) .action{flex-direction:column;align-items:end}:host([stacked-actions]:not([stacked-actions=false i])) .action::slotted(:not(:first-child)){margin-left:0;margin-top:.5rem}`;let hi=class extends Ke{constructor(){super(...arguments),this.open=!1,this.fullscreen=!1,this.closeOnEsc=!1,this.closeOnOverlayClick=!1,this.stackedActions=!1,this.overlayRef=Me(),this.panelRef=Me(),this.bodyRef=Me(),this.hasSlotController=new $t(this,"header","icon","headline","description","action","[default]"),this.definedController=new At(this,{relatedElements:["mdui-top-app-bar"]})}async onOpenChange(){const e=this.hasUpdated;if(!this.open&&!e)return;await this.definedController.whenDefined(),e||await this.updateComplete;const t=Array.from(this.panelRef.value.querySelectorAll(".header, .body, .actions")),r=ii(this,"linear"),n=ii(this,"emphasized-decelerate"),s=ii(this,"emphasized-accelerate"),o=()=>Promise.all([ei(this.overlayRef.value),ei(this.panelRef.value),...t.map(a=>ei(a))]);if(this.open){if(e&&!this.emit("open",{cancelable:!0}))return;this.style.display="flex";const a=this.topAppBarElements??[];if(a.length){const l=a[0];l.scrollTarget||(l.scrollTarget=this.bodyRef.value),this.bodyRef.value.style.marginTop="0"}this.originalTrigger=document.activeElement,this.modalHelper.activate(),xc(this),await o(),requestAnimationFrame(()=>{const l=this.querySelector("[autofocus]");l?l.focus({preventScroll:!0}):this.panelRef.value.focus({preventScroll:!0})});const c=Ai(this,"medium4");await Promise.all([st(this.overlayRef.value,[{opacity:0},{opacity:1,offset:.3},{opacity:1}],{duration:e?c:0,easing:r}),st(this.panelRef.value,[{transform:"translateY(-1.875rem) scaleY(0)"},{transform:"translateY(0) scaleY(1)"}],{duration:e?c:0,easing:n}),st(this.panelRef.value,[{opacity:0},{opacity:1,offset:.1},{opacity:1}],{duration:e?c:0,easing:r}),...t.map(l=>st(l,[{opacity:0},{opacity:0,offset:.2},{opacity:1,offset:.8},{opacity:1}],{duration:e?c:0,easing:r}))]),e&&this.emit("opened")}else{if(!this.emit("close",{cancelable:!0}))return;this.modalHelper.deactivate(),await o();const c=Ai(this,"short4");await Promise.all([st(this.overlayRef.value,[{opacity:1},{opacity:0}],{duration:c,easing:r}),st(this.panelRef.value,[{transform:"translateY(0) scaleY(1)"},{transform:"translateY(-1.875rem) scaleY(0.6)"}],{duration:c,easing:s}),st(this.panelRef.value,[{opacity:1},{opacity:1,offset:.75},{opacity:0}],{duration:c,easing:r}),...t.map(d=>st(d,[{opacity:1},{opacity:0,offset:.75},{opacity:0}],{duration:c,easing:r}))]),this.style.display="none",Is(this);const l=this.originalTrigger;typeof l?.focus=="function"&&setTimeout(()=>l.focus()),this.emit("closed")}}disconnectedCallback(){super.disconnectedCallback(),Is(this),Ro(this)}firstUpdated(e){super.firstUpdated(e),this.modalHelper=new xm(this),this.addEventListener("keydown",t=>{this.open&&this.closeOnEsc&&t.key==="Escape"&&(t.stopPropagation(),this.open=!1)})}render(){const e=this.hasSlotController.test("action"),t=this.hasSlotController.test("[default]"),r=!!this.icon||this.hasSlotController.test("icon"),n=!!this.headline||this.hasSlotController.test("headline"),s=!!this.description||this.hasSlotController.test("description"),o=r||n||this.hasSlotController.test("header"),a=s||t;return Y`<div ${De(this.overlayRef)} part="overlay" class="overlay" @click="${this.onOverlayClick}" tabindex="-1"></div><div ${De(this.panelRef)} part="panel" class="panel ${bt({"has-icon":r,"has-description":s,"has-default":t})}" tabindex="0">${at(o,()=>Y`<slot name="header" part="header" class="header">${at(r,()=>this.renderIcon())} ${at(n,()=>this.renderHeadline())}</slot>`)} ${at(a,()=>Y`<div ${De(this.bodyRef)} part="body" class="body">${at(s,()=>this.renderDescription())}<slot></slot></div>`)} ${at(e,()=>Y`<slot name="action" part="action" class="action"></slot>`)}</div>`}onOverlayClick(){this.emit("overlay-click"),this.closeOnOverlayClick&&(this.open=!1)}renderIcon(){return Y`<slot name="icon" part="icon" class="icon">${this.icon?Y`<mdui-icon name="${this.icon}"></mdui-icon>`:Ye}</slot>`}renderHeadline(){return Y`<slot name="headline" part="headline" class="headline">${this.headline}</slot>`}renderDescription(){return Y`<slot name="description" part="description" class="description">${this.description}</slot>`}};hi.styles=[Ue,J1];w([L({reflect:!0})],hi.prototype,"icon",void 0);w([L({reflect:!0})],hi.prototype,"headline",void 0);w([L({reflect:!0})],hi.prototype,"description",void 0);w([L({type:Boolean,reflect:!0,converter:we})],hi.prototype,"open",void 0);w([L({type:Boolean,reflect:!0,converter:we})],hi.prototype,"fullscreen",void 0);w([L({type:Boolean,reflect:!0,converter:we,attribute:"close-on-esc"})],hi.prototype,"closeOnEsc",void 0);w([L({type:Boolean,reflect:!0,converter:we,attribute:"close-on-overlay-click"})],hi.prototype,"closeOnOverlayClick",void 0);w([L({type:Boolean,reflect:!0,converter:we,attribute:"stacked-actions"})],hi.prototype,"stackedActions",void 0);w([gi({slot:"header",selector:"mdui-top-app-bar",flatten:!0})],hi.prototype,"topAppBarElements",void 0);w([Re("open")],hi.prototype,"onOpenChange",null);hi=w([Ae("mdui-dialog")],hi);const Y1=$e`:host{display:block;height:.0625rem;background-color:rgb(var(--mdui-color-surface-variant))}:host([inset]:not([inset=false i])){margin-left:1rem}:host([middle]:not([middle=false i])){margin-left:1rem;margin-right:1rem}:host([vertical]:not([vertical=false i])){height:100%;width:.0625rem}`;let Tn=class extends Ke{constructor(){super(...arguments),this.vertical=!1,this.inset=!1,this.middle=!1}render(){return Y``}};Tn.styles=[Ue,Y1];w([L({type:Boolean,reflect:!0,converter:we})],Tn.prototype,"vertical",void 0);w([L({type:Boolean,reflect:!0,converter:we})],Tn.prototype,"inset",void 0);w([L({type:Boolean,reflect:!0,converter:we})],Tn.prototype,"middle",void 0);Tn=w([Ae("mdui-divider")],Tn);function $d(){return typeof window<"u"}function Sm(i){return km(i)?(i.nodeName||"").toLowerCase():"#document"}function Xs(i){var e;return(i==null||(e=i.ownerDocument)==null?void 0:e.defaultView)||window}function Z1(i){var e;return(e=(km(i)?i.ownerDocument:i.document)||window.document)==null?void 0:e.documentElement}function km(i){return $d()?i instanceof Node||i instanceof Xs(i).Node:!1}function e_(i){return $d()?i instanceof HTMLElement||i instanceof Xs(i).HTMLElement:!1}function Ff(i){return!$d()||typeof ShadowRoot>"u"?!1:i instanceof ShadowRoot||i instanceof Xs(i).ShadowRoot}const t_=new Set(["inline","contents"]);function Rm(i){const{overflow:e,overflowX:t,overflowY:r,display:n}=n_(i);return/auto|scroll|overlay|hidden|clip/.test(e+r+t)&&!t_.has(n)}const i_=new Set(["html","body","#document"]);function r_(i){return i_.has(Sm(i))}function n_(i){return Xs(i).getComputedStyle(i)}function s_(i){if(Sm(i)==="html")return i;const e=i.assignedSlot||i.parentNode||Ff(i)&&i.host||Z1(i);return Ff(e)?e.host:e}function Im(i){const e=s_(i);return r_(e)?i.ownerDocument?i.ownerDocument.body:i.body:e_(e)&&Rm(e)?e:Im(e)}function Fo(i,e,t){var r;e===void 0&&(e=[]),t===void 0&&(t=!0);const n=Im(i),s=n===((r=i.ownerDocument)==null?void 0:r.body),o=Xs(n);if(s){const a=o_(o);return e.concat(o,o.visualViewport||[],Rm(n)?n:[],a&&t?Fo(a):[])}return e.concat(n,Fo(n,[],t))}function o_(i){return i.parent&&Object.getPrototypeOf(i.parent)?i.frameElement:null}const a_=$e`:host{--z-index:2100;display:contents}.panel{display:block;position:fixed;z-index:var(--z-index)}`;let Gt=class extends Ke{constructor(){super(),this.open=!1,this.disabled=!1,this.trigger="click",this.placement="auto",this.stayOpenOnClick=!1,this.openDelay=150,this.closeDelay=150,this.openOnPointer=!1,this.panelRef=Me(),this.definedController=new At(this,{relatedElements:[""]}),this.onDocumentClick=this.onDocumentClick.bind(this),this.onDocumentKeydown=this.onDocumentKeydown.bind(this),this.onWindowScroll=this.onWindowScroll.bind(this),this.onMouseLeave=this.onMouseLeave.bind(this),this.onFocus=this.onFocus.bind(this),this.onClick=this.onClick.bind(this),this.onContextMenu=this.onContextMenu.bind(this),this.onMouseEnter=this.onMouseEnter.bind(this),this.onPanelClick=this.onPanelClick.bind(this)}get triggerElement(){return this.triggerElements[0]}async onPositionChange(){this.open&&(await this.definedController.whenDefined(),this.updatePositioner())}async onOpenChange(){const e=this.hasUpdated;if(!this.open&&!e)return;await this.definedController.whenDefined(),e||await this.updateComplete;const t=ii(this,"linear"),r=ii(this,"emphasized-decelerate"),n=ii(this,"emphasized-accelerate");if(this.open){if(e&&!this.emit("open",{cancelable:!0}))return;const s=this.panelElements.find(a=>vt(a.focus));setTimeout(()=>{s?.focus()});const o=Ai(this,"medium4");await ei(this.panelRef.value),this.panelRef.value.hidden=!1,this.updatePositioner(),await Promise.all([st(this.panelRef.value,[{transform:`${this.getCssScaleName()}(0.45)`},{transform:`${this.getCssScaleName()}(1)`}],{duration:e?o:0,easing:r}),st(this.panelRef.value,[{opacity:0},{opacity:1,offset:.125},{opacity:1}],{duration:e?o:0,easing:t})]),e&&this.emit("opened")}else{if(!this.emit("close",{cancelable:!0}))return;!this.hasTrigger("focus")&&vt(this.triggerElement?.focus)&&(this.contains(document.activeElement)||this.contains(document.activeElement?.assignedSlot??null))&&this.triggerElement.focus();const o=Ai(this,"short4");await ei(this.panelRef.value),await Promise.all([st(this.panelRef.value,[{transform:`${this.getCssScaleName()}(1)`},{transform:`${this.getCssScaleName()}(0.45)`}],{duration:o,easing:n}),st(this.panelRef.value,[{opacity:1},{opacity:1,offset:.875},{opacity:0}],{duration:o,easing:t})]),this.panelRef.value&&(this.panelRef.value.hidden=!0),this.emit("closed")}}connectedCallback(){super.connectedCallback(),this.definedController.whenDefined().then(()=>{document.addEventListener("pointerdown",this.onDocumentClick),document.addEventListener("keydown",this.onDocumentKeydown),this.overflowAncestors=Fo(this.triggerElement),this.overflowAncestors.forEach(e=>{e.addEventListener("scroll",this.onWindowScroll)}),this.observeResize=$r(this.triggerElement,()=>{this.updatePositioner()})})}disconnectedCallback(){!this.open&&this.panelRef.value&&(this.panelRef.value.hidden=!0),super.disconnectedCallback(),document.removeEventListener("pointerdown",this.onDocumentClick),document.removeEventListener("keydown",this.onDocumentKeydown),this.overflowAncestors?.forEach(e=>{e.removeEventListener("scroll",this.onWindowScroll)}),this.observeResize?.unobserve()}firstUpdated(e){super.firstUpdated(e),this.addEventListener("mouseleave",this.onMouseLeave),this.definedController.whenDefined().then(()=>{this.triggerElement.addEventListener("focus",this.onFocus),this.triggerElement.addEventListener("click",this.onClick),this.triggerElement.addEventListener("contextmenu",this.onContextMenu),this.triggerElement.addEventListener("mouseenter",this.onMouseEnter)})}render(){return Y`<slot name="trigger" part="trigger" class="trigger"></slot><slot ${De(this.panelRef)} part="panel" class="panel" hidden @click="${this.onPanelClick}"></slot>`}getCssScaleName(){return this.animateDirection==="horizontal"?"scaleX":"scaleY"}onDocumentClick(e){if(this.disabled||!this.open)return;const t=e.composedPath();t.includes(this)||(this.open=!1),this.hasTrigger("contextmenu")&&!this.hasTrigger("click")&&t.includes(this.triggerElement)&&(this.open=!1)}onDocumentKeydown(e){if(!(this.disabled||!this.open)){if(e.key==="Escape"){this.open=!1;return}e.key==="Tab"&&(!this.hasTrigger("focus")&&vt(this.triggerElement?.focus)&&e.preventDefault(),this.open=!1)}}onWindowScroll(){window.requestAnimationFrame(()=>this.onPositionChange())}hasTrigger(e){return this.trigger.split(" ").includes(e)}onFocus(){this.disabled||this.open||!this.hasTrigger("focus")||(this.open=!0)}onClick(e){this.disabled||e.button||!this.hasTrigger("click")||this.open&&(this.hasTrigger("hover")||this.hasTrigger("focus"))||(this.pointerOffsetX=e.offsetX,this.pointerOffsetY=e.offsetY,this.open=!this.open)}onPanelClick(e){!this.disabled&&!this.stayOpenOnClick&&oe(e.target).is("mdui-menu-item")&&(this.open=!1)}onContextMenu(e){this.disabled||!this.hasTrigger("contextmenu")||(e.preventDefault(),this.pointerOffsetX=e.offsetX,this.pointerOffsetY=e.offsetY,this.open=!0)}onMouseEnter(){this.disabled||!this.hasTrigger("hover")||(window.clearTimeout(this.closeTimeout),this.openDelay?this.openTimeout=window.setTimeout(()=>{this.open=!0},this.openDelay):this.open=!0)}onMouseLeave(){this.disabled||!this.hasTrigger("hover")||(window.clearTimeout(this.openTimeout),this.closeTimeout=window.setTimeout(()=>{this.open=!1},this.closeDelay||50))}updatePositioner(){const e=oe(this.panelRef.value),t=oe(window),r=this.panelElements,n={width:Math.max(...r?.map(_=>_.offsetWidth)??[]),height:r?.map(_=>_.offsetHeight).reduce((_,E)=>_+E,0)},s=this.triggerElement.getBoundingClientRect(),o=this.openOnPointer?{top:this.pointerOffsetY+s.top,left:this.pointerOffsetX+s.left,width:0,height:0}:s,a=8;let c,l,d,u,m=this.placement;if(m==="auto"){const _=t.width(),E=t.height();let x,k;E-o.top-o.height>n.height+a?x="bottom":o.top>n.height+a?x="top":_-o.left-o.width>n.width+a?x="right":o.left>n.width+a?x="left":x="bottom",["top","bottom"].includes(x)?_-o.left>n.width+a?k="start":o.left+o.width/2>n.width/2+a&&_-o.left-o.width/2>n.width/2+a?k=void 0:o.left+o.width>n.width+a?k="end":k="start":E-o.top>n.height+a?k="start":o.top+o.height/2>n.height/2+a&&E-o.top-o.height/2>n.height/2+a?k=void 0:o.top+o.height>n.height+a?k="end":k="start",m=k?[x,k].join("-"):x}const[g,v]=m.split("-");switch(this.animateDirection=["top","bottom"].includes(g)?"vertical":"horizontal",g){case"top":l="bottom",d=o.top-n.height;break;case"bottom":l="top",d=o.top+o.height;break;default:switch(l="center",v){case"start":d=o.top;break;case"end":d=o.top+o.height-n.height;break;default:d=o.top+o.height/2-n.height/2;break}break}switch(g){case"left":c="right",u=o.left-n.width;break;case"right":c="left",u=o.left+o.width;break;default:switch(c="center",v){case"start":u=o.left;break;case"end":u=o.left+o.width-n.width;break;default:u=o.left+o.width/2-n.width/2;break}break}e.css({top:d,left:u,transformOrigin:[c,l].join(" ")})}};Gt.styles=[Ue,a_];w([L({type:Boolean,reflect:!0,converter:we})],Gt.prototype,"open",void 0);w([L({type:Boolean,reflect:!0,converter:we})],Gt.prototype,"disabled",void 0);w([L({reflect:!0})],Gt.prototype,"trigger",void 0);w([L({reflect:!0})],Gt.prototype,"placement",void 0);w([L({type:Boolean,reflect:!0,converter:we,attribute:"stay-open-on-click"})],Gt.prototype,"stayOpenOnClick",void 0);w([L({type:Number,reflect:!0,attribute:"open-delay"})],Gt.prototype,"openDelay",void 0);w([L({type:Number,reflect:!0,attribute:"close-delay"})],Gt.prototype,"closeDelay",void 0);w([L({type:Boolean,reflect:!0,converter:we,attribute:"open-on-pointer"})],Gt.prototype,"openOnPointer",void 0);w([gi({slot:"trigger",flatten:!0})],Gt.prototype,"triggerElements",void 0);w([gi({flatten:!0})],Gt.prototype,"panelElements",void 0);w([Re("placement",!0),Re("openOnPointer",!0)],Gt.prototype,"onPositionChange",null);w([Re("open")],Gt.prototype,"onOpenChange",null);Gt=w([Ae("mdui-dropdown")],Gt);const Tm=(i=0)=>new Promise(e=>setTimeout(e,i)),l_=$e`:host{--shape-corner-small:var(--mdui-shape-corner-small);--shape-corner-normal:var(--mdui-shape-corner-large);--shape-corner-large:var(--mdui-shape-corner-extra-large);position:relative;display:inline-block;flex-shrink:0;overflow:hidden;text-align:center;border-radius:var(--shape-corner-normal);cursor:pointer;-webkit-tap-highlight-color:transparent;transition-property:box-shadow;transition-timing-function:var(--mdui-motion-easing-emphasized);transition-duration:var(--mdui-motion-duration-medium4);width:3.5rem;height:3.5rem;box-shadow:var(--mdui-elevation-level3);font-size:var(--mdui-typescale-label-large-size);font-weight:var(--mdui-typescale-label-large-weight);letter-spacing:var(--mdui-typescale-label-large-tracking);line-height:var(--mdui-typescale-label-large-line-height)}.button{padding:0 1rem}:host([size=small]) .button{padding:0 .5rem}:host([size=large]) .button{padding:0 1.875rem}:host([lowered]){box-shadow:var(--mdui-elevation-level1)}:host([focus-visible]){box-shadow:var(--mdui-elevation-level3)}:host([lowered][focus-visible]){box-shadow:var(--mdui-elevation-level1)}:host([pressed]){box-shadow:var(--mdui-elevation-level3)}:host([lowered][pressed]){box-shadow:var(--mdui-elevation-level1)}:host([hover]){box-shadow:var(--mdui-elevation-level4)}:host([lowered][hover]){box-shadow:var(--mdui-elevation-level2)}:host([variant=primary]){color:rgb(var(--mdui-color-on-primary-container));background-color:rgb(var(--mdui-color-primary-container));--mdui-comp-ripple-state-layer-color:var(
500
+ */let Q1=new X1;Q1.resolve();let Mf=!1;const ko=new Map,J1=(i,e)=>{Mf||(Mf=!0,Tr().addEventListener(z1,n=>{n.detail.status==="ready"&&ko.forEach(s=>{s.forEach(o=>o())})}));const t=ko.get(i)||[];t.push(e),ko.set(i,t)},Ro=i=>{ko.delete(i)},Y1=$e`:host{--shape-corner:var(--mdui-shape-corner-extra-large);--z-index:2300;position:fixed;z-index:var(--z-index);display:none;align-items:center;justify-content:center;inset:0;padding:3rem}::slotted(mdui-top-app-bar[slot=header]){position:absolute;border-top-left-radius:var(--mdui-shape-corner-extra-large);border-top-right-radius:var(--mdui-shape-corner-extra-large);background-color:rgb(var(--mdui-color-surface-container-high))}:host([fullscreen]:not([fullscreen=false i])){--shape-corner:var(--mdui-shape-corner-none);padding:0}:host([fullscreen]:not([fullscreen=false i])) ::slotted(mdui-top-app-bar[slot=header]){border-top-left-radius:var(--mdui-shape-corner-none);border-top-right-radius:var(--mdui-shape-corner-none)}.overlay{position:fixed;inset:0;background-color:rgba(var(--mdui-color-scrim),.4)}.panel{--mdui-color-background:var(--mdui-color-surface-container-high);position:relative;display:flex;flex-direction:column;max-height:100%;border-radius:var(--shape-corner);outline:0;transform-origin:top;min-width:17.5rem;max-width:35rem;padding:1.5rem;background-color:rgb(var(--mdui-color-surface-container-high));box-shadow:var(--mdui-elevation-level3)}:host([fullscreen]:not([fullscreen=false i])) .panel{width:100%;max-width:100%;height:100%;max-height:100%;box-shadow:var(--mdui-elevation-level0)}.header{display:flex;flex-direction:column}.has-icon .header{align-items:center}.icon{display:flex;color:rgb(var(--mdui-color-secondary));font-size:1.5rem}.icon mdui-icon,::slotted([slot=icon]){font-size:inherit}.headline{display:flex;color:rgb(var(--mdui-color-on-surface));font-size:var(--mdui-typescale-headline-small-size);font-weight:var(--mdui-typescale-headline-small-weight);letter-spacing:var(--mdui-typescale-headline-small-tracking);line-height:var(--mdui-typescale-headline-small-line-height)}.icon+.headline{padding-top:1rem}.body{overflow:auto}.header+.body{margin-top:1rem}.description{display:flex;color:rgb(var(--mdui-color-on-surface-variant));font-size:var(--mdui-typescale-body-medium-size);font-weight:var(--mdui-typescale-body-medium-weight);letter-spacing:var(--mdui-typescale-body-medium-tracking);line-height:var(--mdui-typescale-body-medium-line-height)}:host([fullscreen]:not([fullscreen=false i])) .description{color:rgb(var(--mdui-color-on-surface))}.has-description.has-default .description{margin-bottom:1rem}.action{display:flex;justify-content:flex-end;padding-top:1.5rem}.action::slotted(:not(:first-child)){margin-left:.5rem}:host([stacked-actions]:not([stacked-actions=false i])) .action{flex-direction:column;align-items:end}:host([stacked-actions]:not([stacked-actions=false i])) .action::slotted(:not(:first-child)){margin-left:0;margin-top:.5rem}`;let hi=class extends Ke{constructor(){super(...arguments),this.open=!1,this.fullscreen=!1,this.closeOnEsc=!1,this.closeOnOverlayClick=!1,this.stackedActions=!1,this.overlayRef=Me(),this.panelRef=Me(),this.bodyRef=Me(),this.hasSlotController=new $t(this,"header","icon","headline","description","action","[default]"),this.definedController=new At(this,{relatedElements:["mdui-top-app-bar"]})}async onOpenChange(){const e=this.hasUpdated;if(!this.open&&!e)return;await this.definedController.whenDefined(),e||await this.updateComplete;const t=Array.from(this.panelRef.value.querySelectorAll(".header, .body, .actions")),r=ii(this,"linear"),n=ii(this,"emphasized-decelerate"),s=ii(this,"emphasized-accelerate"),o=()=>Promise.all([ei(this.overlayRef.value),ei(this.panelRef.value),...t.map(a=>ei(a))]);if(this.open){if(e&&!this.emit("open",{cancelable:!0}))return;this.style.display="flex";const a=this.topAppBarElements??[];if(a.length){const l=a[0];l.scrollTarget||(l.scrollTarget=this.bodyRef.value),this.bodyRef.value.style.marginTop="0"}this.originalTrigger=document.activeElement,this.modalHelper.activate(),xc(this),await o(),requestAnimationFrame(()=>{const l=this.querySelector("[autofocus]");l?l.focus({preventScroll:!0}):this.panelRef.value.focus({preventScroll:!0})});const c=Ai(this,"medium4");await Promise.all([st(this.overlayRef.value,[{opacity:0},{opacity:1,offset:.3},{opacity:1}],{duration:e?c:0,easing:r}),st(this.panelRef.value,[{transform:"translateY(-1.875rem) scaleY(0)"},{transform:"translateY(0) scaleY(1)"}],{duration:e?c:0,easing:n}),st(this.panelRef.value,[{opacity:0},{opacity:1,offset:.1},{opacity:1}],{duration:e?c:0,easing:r}),...t.map(l=>st(l,[{opacity:0},{opacity:0,offset:.2},{opacity:1,offset:.8},{opacity:1}],{duration:e?c:0,easing:r}))]),e&&this.emit("opened")}else{if(!this.emit("close",{cancelable:!0}))return;this.modalHelper.deactivate(),await o();const c=Ai(this,"short4");await Promise.all([st(this.overlayRef.value,[{opacity:1},{opacity:0}],{duration:c,easing:r}),st(this.panelRef.value,[{transform:"translateY(0) scaleY(1)"},{transform:"translateY(-1.875rem) scaleY(0.6)"}],{duration:c,easing:s}),st(this.panelRef.value,[{opacity:1},{opacity:1,offset:.75},{opacity:0}],{duration:c,easing:r}),...t.map(d=>st(d,[{opacity:1},{opacity:0,offset:.75},{opacity:0}],{duration:c,easing:r}))]),this.style.display="none",Is(this);const l=this.originalTrigger;typeof l?.focus=="function"&&setTimeout(()=>l.focus()),this.emit("closed")}}disconnectedCallback(){super.disconnectedCallback(),Is(this),Ro(this)}firstUpdated(e){super.firstUpdated(e),this.modalHelper=new xm(this),this.addEventListener("keydown",t=>{this.open&&this.closeOnEsc&&t.key==="Escape"&&(t.stopPropagation(),this.open=!1)})}render(){const e=this.hasSlotController.test("action"),t=this.hasSlotController.test("[default]"),r=!!this.icon||this.hasSlotController.test("icon"),n=!!this.headline||this.hasSlotController.test("headline"),s=!!this.description||this.hasSlotController.test("description"),o=r||n||this.hasSlotController.test("header"),a=s||t;return Y`<div ${De(this.overlayRef)} part="overlay" class="overlay" @click="${this.onOverlayClick}" tabindex="-1"></div><div ${De(this.panelRef)} part="panel" class="panel ${bt({"has-icon":r,"has-description":s,"has-default":t})}" tabindex="0">${at(o,()=>Y`<slot name="header" part="header" class="header">${at(r,()=>this.renderIcon())} ${at(n,()=>this.renderHeadline())}</slot>`)} ${at(a,()=>Y`<div ${De(this.bodyRef)} part="body" class="body">${at(s,()=>this.renderDescription())}<slot></slot></div>`)} ${at(e,()=>Y`<slot name="action" part="action" class="action"></slot>`)}</div>`}onOverlayClick(){this.emit("overlay-click"),this.closeOnOverlayClick&&(this.open=!1)}renderIcon(){return Y`<slot name="icon" part="icon" class="icon">${this.icon?Y`<mdui-icon name="${this.icon}"></mdui-icon>`:Ye}</slot>`}renderHeadline(){return Y`<slot name="headline" part="headline" class="headline">${this.headline}</slot>`}renderDescription(){return Y`<slot name="description" part="description" class="description">${this.description}</slot>`}};hi.styles=[Ue,Y1];w([L({reflect:!0})],hi.prototype,"icon",void 0);w([L({reflect:!0})],hi.prototype,"headline",void 0);w([L({reflect:!0})],hi.prototype,"description",void 0);w([L({type:Boolean,reflect:!0,converter:we})],hi.prototype,"open",void 0);w([L({type:Boolean,reflect:!0,converter:we})],hi.prototype,"fullscreen",void 0);w([L({type:Boolean,reflect:!0,converter:we,attribute:"close-on-esc"})],hi.prototype,"closeOnEsc",void 0);w([L({type:Boolean,reflect:!0,converter:we,attribute:"close-on-overlay-click"})],hi.prototype,"closeOnOverlayClick",void 0);w([L({type:Boolean,reflect:!0,converter:we,attribute:"stacked-actions"})],hi.prototype,"stackedActions",void 0);w([gi({slot:"header",selector:"mdui-top-app-bar",flatten:!0})],hi.prototype,"topAppBarElements",void 0);w([Re("open")],hi.prototype,"onOpenChange",null);hi=w([Ae("mdui-dialog")],hi);const Z1=$e`:host{display:block;height:.0625rem;background-color:rgb(var(--mdui-color-surface-variant))}:host([inset]:not([inset=false i])){margin-left:1rem}:host([middle]:not([middle=false i])){margin-left:1rem;margin-right:1rem}:host([vertical]:not([vertical=false i])){height:100%;width:.0625rem}`;let Tn=class extends Ke{constructor(){super(...arguments),this.vertical=!1,this.inset=!1,this.middle=!1}render(){return Y``}};Tn.styles=[Ue,Z1];w([L({type:Boolean,reflect:!0,converter:we})],Tn.prototype,"vertical",void 0);w([L({type:Boolean,reflect:!0,converter:we})],Tn.prototype,"inset",void 0);w([L({type:Boolean,reflect:!0,converter:we})],Tn.prototype,"middle",void 0);Tn=w([Ae("mdui-divider")],Tn);function $d(){return typeof window<"u"}function Sm(i){return km(i)?(i.nodeName||"").toLowerCase():"#document"}function Xs(i){var e;return(i==null||(e=i.ownerDocument)==null?void 0:e.defaultView)||window}function e_(i){var e;return(e=(km(i)?i.ownerDocument:i.document)||window.document)==null?void 0:e.documentElement}function km(i){return $d()?i instanceof Node||i instanceof Xs(i).Node:!1}function t_(i){return $d()?i instanceof HTMLElement||i instanceof Xs(i).HTMLElement:!1}function Ff(i){return!$d()||typeof ShadowRoot>"u"?!1:i instanceof ShadowRoot||i instanceof Xs(i).ShadowRoot}const i_=new Set(["inline","contents"]);function Rm(i){const{overflow:e,overflowX:t,overflowY:r,display:n}=s_(i);return/auto|scroll|overlay|hidden|clip/.test(e+r+t)&&!i_.has(n)}const r_=new Set(["html","body","#document"]);function n_(i){return r_.has(Sm(i))}function s_(i){return Xs(i).getComputedStyle(i)}function o_(i){if(Sm(i)==="html")return i;const e=i.assignedSlot||i.parentNode||Ff(i)&&i.host||e_(i);return Ff(e)?e.host:e}function Im(i){const e=o_(i);return n_(e)?i.ownerDocument?i.ownerDocument.body:i.body:t_(e)&&Rm(e)?e:Im(e)}function Fo(i,e,t){var r;e===void 0&&(e=[]),t===void 0&&(t=!0);const n=Im(i),s=n===((r=i.ownerDocument)==null?void 0:r.body),o=Xs(n);if(s){const a=a_(o);return e.concat(o,o.visualViewport||[],Rm(n)?n:[],a&&t?Fo(a):[])}return e.concat(n,Fo(n,[],t))}function a_(i){return i.parent&&Object.getPrototypeOf(i.parent)?i.frameElement:null}const l_=$e`:host{--z-index:2100;display:contents}.panel{display:block;position:fixed;z-index:var(--z-index)}`;let Gt=class extends Ke{constructor(){super(),this.open=!1,this.disabled=!1,this.trigger="click",this.placement="auto",this.stayOpenOnClick=!1,this.openDelay=150,this.closeDelay=150,this.openOnPointer=!1,this.panelRef=Me(),this.definedController=new At(this,{relatedElements:[""]}),this.onDocumentClick=this.onDocumentClick.bind(this),this.onDocumentKeydown=this.onDocumentKeydown.bind(this),this.onWindowScroll=this.onWindowScroll.bind(this),this.onMouseLeave=this.onMouseLeave.bind(this),this.onFocus=this.onFocus.bind(this),this.onClick=this.onClick.bind(this),this.onContextMenu=this.onContextMenu.bind(this),this.onMouseEnter=this.onMouseEnter.bind(this),this.onPanelClick=this.onPanelClick.bind(this)}get triggerElement(){return this.triggerElements[0]}async onPositionChange(){this.open&&(await this.definedController.whenDefined(),this.updatePositioner())}async onOpenChange(){const e=this.hasUpdated;if(!this.open&&!e)return;await this.definedController.whenDefined(),e||await this.updateComplete;const t=ii(this,"linear"),r=ii(this,"emphasized-decelerate"),n=ii(this,"emphasized-accelerate");if(this.open){if(e&&!this.emit("open",{cancelable:!0}))return;const s=this.panelElements.find(a=>vt(a.focus));setTimeout(()=>{s?.focus()});const o=Ai(this,"medium4");await ei(this.panelRef.value),this.panelRef.value.hidden=!1,this.updatePositioner(),await Promise.all([st(this.panelRef.value,[{transform:`${this.getCssScaleName()}(0.45)`},{transform:`${this.getCssScaleName()}(1)`}],{duration:e?o:0,easing:r}),st(this.panelRef.value,[{opacity:0},{opacity:1,offset:.125},{opacity:1}],{duration:e?o:0,easing:t})]),e&&this.emit("opened")}else{if(!this.emit("close",{cancelable:!0}))return;!this.hasTrigger("focus")&&vt(this.triggerElement?.focus)&&(this.contains(document.activeElement)||this.contains(document.activeElement?.assignedSlot??null))&&this.triggerElement.focus();const o=Ai(this,"short4");await ei(this.panelRef.value),await Promise.all([st(this.panelRef.value,[{transform:`${this.getCssScaleName()}(1)`},{transform:`${this.getCssScaleName()}(0.45)`}],{duration:o,easing:n}),st(this.panelRef.value,[{opacity:1},{opacity:1,offset:.875},{opacity:0}],{duration:o,easing:t})]),this.panelRef.value&&(this.panelRef.value.hidden=!0),this.emit("closed")}}connectedCallback(){super.connectedCallback(),this.definedController.whenDefined().then(()=>{document.addEventListener("pointerdown",this.onDocumentClick),document.addEventListener("keydown",this.onDocumentKeydown),this.overflowAncestors=Fo(this.triggerElement),this.overflowAncestors.forEach(e=>{e.addEventListener("scroll",this.onWindowScroll)}),this.observeResize=$r(this.triggerElement,()=>{this.updatePositioner()})})}disconnectedCallback(){!this.open&&this.panelRef.value&&(this.panelRef.value.hidden=!0),super.disconnectedCallback(),document.removeEventListener("pointerdown",this.onDocumentClick),document.removeEventListener("keydown",this.onDocumentKeydown),this.overflowAncestors?.forEach(e=>{e.removeEventListener("scroll",this.onWindowScroll)}),this.observeResize?.unobserve()}firstUpdated(e){super.firstUpdated(e),this.addEventListener("mouseleave",this.onMouseLeave),this.definedController.whenDefined().then(()=>{this.triggerElement.addEventListener("focus",this.onFocus),this.triggerElement.addEventListener("click",this.onClick),this.triggerElement.addEventListener("contextmenu",this.onContextMenu),this.triggerElement.addEventListener("mouseenter",this.onMouseEnter)})}render(){return Y`<slot name="trigger" part="trigger" class="trigger"></slot><slot ${De(this.panelRef)} part="panel" class="panel" hidden @click="${this.onPanelClick}"></slot>`}getCssScaleName(){return this.animateDirection==="horizontal"?"scaleX":"scaleY"}onDocumentClick(e){if(this.disabled||!this.open)return;const t=e.composedPath();t.includes(this)||(this.open=!1),this.hasTrigger("contextmenu")&&!this.hasTrigger("click")&&t.includes(this.triggerElement)&&(this.open=!1)}onDocumentKeydown(e){if(!(this.disabled||!this.open)){if(e.key==="Escape"){this.open=!1;return}e.key==="Tab"&&(!this.hasTrigger("focus")&&vt(this.triggerElement?.focus)&&e.preventDefault(),this.open=!1)}}onWindowScroll(){window.requestAnimationFrame(()=>this.onPositionChange())}hasTrigger(e){return this.trigger.split(" ").includes(e)}onFocus(){this.disabled||this.open||!this.hasTrigger("focus")||(this.open=!0)}onClick(e){this.disabled||e.button||!this.hasTrigger("click")||this.open&&(this.hasTrigger("hover")||this.hasTrigger("focus"))||(this.pointerOffsetX=e.offsetX,this.pointerOffsetY=e.offsetY,this.open=!this.open)}onPanelClick(e){!this.disabled&&!this.stayOpenOnClick&&oe(e.target).is("mdui-menu-item")&&(this.open=!1)}onContextMenu(e){this.disabled||!this.hasTrigger("contextmenu")||(e.preventDefault(),this.pointerOffsetX=e.offsetX,this.pointerOffsetY=e.offsetY,this.open=!0)}onMouseEnter(){this.disabled||!this.hasTrigger("hover")||(window.clearTimeout(this.closeTimeout),this.openDelay?this.openTimeout=window.setTimeout(()=>{this.open=!0},this.openDelay):this.open=!0)}onMouseLeave(){this.disabled||!this.hasTrigger("hover")||(window.clearTimeout(this.openTimeout),this.closeTimeout=window.setTimeout(()=>{this.open=!1},this.closeDelay||50))}updatePositioner(){const e=oe(this.panelRef.value),t=oe(window),r=this.panelElements,n={width:Math.max(...r?.map(_=>_.offsetWidth)??[]),height:r?.map(_=>_.offsetHeight).reduce((_,E)=>_+E,0)},s=this.triggerElement.getBoundingClientRect(),o=this.openOnPointer?{top:this.pointerOffsetY+s.top,left:this.pointerOffsetX+s.left,width:0,height:0}:s,a=8;let c,l,d,u,m=this.placement;if(m==="auto"){const _=t.width(),E=t.height();let x,k;E-o.top-o.height>n.height+a?x="bottom":o.top>n.height+a?x="top":_-o.left-o.width>n.width+a?x="right":o.left>n.width+a?x="left":x="bottom",["top","bottom"].includes(x)?_-o.left>n.width+a?k="start":o.left+o.width/2>n.width/2+a&&_-o.left-o.width/2>n.width/2+a?k=void 0:o.left+o.width>n.width+a?k="end":k="start":E-o.top>n.height+a?k="start":o.top+o.height/2>n.height/2+a&&E-o.top-o.height/2>n.height/2+a?k=void 0:o.top+o.height>n.height+a?k="end":k="start",m=k?[x,k].join("-"):x}const[g,v]=m.split("-");switch(this.animateDirection=["top","bottom"].includes(g)?"vertical":"horizontal",g){case"top":l="bottom",d=o.top-n.height;break;case"bottom":l="top",d=o.top+o.height;break;default:switch(l="center",v){case"start":d=o.top;break;case"end":d=o.top+o.height-n.height;break;default:d=o.top+o.height/2-n.height/2;break}break}switch(g){case"left":c="right",u=o.left-n.width;break;case"right":c="left",u=o.left+o.width;break;default:switch(c="center",v){case"start":u=o.left;break;case"end":u=o.left+o.width-n.width;break;default:u=o.left+o.width/2-n.width/2;break}break}e.css({top:d,left:u,transformOrigin:[c,l].join(" ")})}};Gt.styles=[Ue,l_];w([L({type:Boolean,reflect:!0,converter:we})],Gt.prototype,"open",void 0);w([L({type:Boolean,reflect:!0,converter:we})],Gt.prototype,"disabled",void 0);w([L({reflect:!0})],Gt.prototype,"trigger",void 0);w([L({reflect:!0})],Gt.prototype,"placement",void 0);w([L({type:Boolean,reflect:!0,converter:we,attribute:"stay-open-on-click"})],Gt.prototype,"stayOpenOnClick",void 0);w([L({type:Number,reflect:!0,attribute:"open-delay"})],Gt.prototype,"openDelay",void 0);w([L({type:Number,reflect:!0,attribute:"close-delay"})],Gt.prototype,"closeDelay",void 0);w([L({type:Boolean,reflect:!0,converter:we,attribute:"open-on-pointer"})],Gt.prototype,"openOnPointer",void 0);w([gi({slot:"trigger",flatten:!0})],Gt.prototype,"triggerElements",void 0);w([gi({flatten:!0})],Gt.prototype,"panelElements",void 0);w([Re("placement",!0),Re("openOnPointer",!0)],Gt.prototype,"onPositionChange",null);w([Re("open")],Gt.prototype,"onOpenChange",null);Gt=w([Ae("mdui-dropdown")],Gt);const Tm=(i=0)=>new Promise(e=>setTimeout(e,i)),c_=$e`:host{--shape-corner-small:var(--mdui-shape-corner-small);--shape-corner-normal:var(--mdui-shape-corner-large);--shape-corner-large:var(--mdui-shape-corner-extra-large);position:relative;display:inline-block;flex-shrink:0;overflow:hidden;text-align:center;border-radius:var(--shape-corner-normal);cursor:pointer;-webkit-tap-highlight-color:transparent;transition-property:box-shadow;transition-timing-function:var(--mdui-motion-easing-emphasized);transition-duration:var(--mdui-motion-duration-medium4);width:3.5rem;height:3.5rem;box-shadow:var(--mdui-elevation-level3);font-size:var(--mdui-typescale-label-large-size);font-weight:var(--mdui-typescale-label-large-weight);letter-spacing:var(--mdui-typescale-label-large-tracking);line-height:var(--mdui-typescale-label-large-line-height)}.button{padding:0 1rem}:host([size=small]) .button{padding:0 .5rem}:host([size=large]) .button{padding:0 1.875rem}:host([lowered]){box-shadow:var(--mdui-elevation-level1)}:host([focus-visible]){box-shadow:var(--mdui-elevation-level3)}:host([lowered][focus-visible]){box-shadow:var(--mdui-elevation-level1)}:host([pressed]){box-shadow:var(--mdui-elevation-level3)}:host([lowered][pressed]){box-shadow:var(--mdui-elevation-level1)}:host([hover]){box-shadow:var(--mdui-elevation-level4)}:host([lowered][hover]){box-shadow:var(--mdui-elevation-level2)}:host([variant=primary]){color:rgb(var(--mdui-color-on-primary-container));background-color:rgb(var(--mdui-color-primary-container));--mdui-comp-ripple-state-layer-color:var(
501
501
  --mdui-color-on-primary-container
502
502
  )}:host([variant=surface]){color:rgb(var(--mdui-color-primary));background-color:rgb(var(--mdui-color-surface-container-high));--mdui-comp-ripple-state-layer-color:var(--mdui-color-primary)}:host([variant=surface][lowered]){background-color:rgb(var(--mdui-color-surface-container-low))}:host([variant=secondary]){color:rgb(var(--mdui-color-on-secondary-container));background-color:rgb(var(--mdui-color-secondary-container));--mdui-comp-ripple-state-layer-color:var(
503
503
  --mdui-color-on-secondary-container
504
504
  )}:host([variant=tertiary]){color:rgb(var(--mdui-color-on-tertiary-container));background-color:rgb(var(--mdui-color-tertiary-container));--mdui-comp-ripple-state-layer-color:var(
505
505
  --mdui-color-on-tertiary-container
506
- )}:host([size=small]){border-radius:var(--shape-corner-small);width:2.5rem;height:2.5rem}:host([size=large]){border-radius:var(--shape-corner-large);width:6rem;height:6rem}:host([disabled]:not([disabled=false i])),:host([loading]:not([loading=false i])){cursor:default;pointer-events:none}:host([disabled]:not([disabled=false i])){color:rgba(var(--mdui-color-on-surface),38%);background-color:rgba(var(--mdui-color-on-surface),12%);box-shadow:var(--mdui-elevation-level0)}:host([extended]:not([extended=false i])){width:auto}.label{display:inline-flex;transition:opacity var(--mdui-motion-duration-short2) var(--mdui-motion-easing-linear) var(--mdui-motion-duration-short2);padding-left:.25rem;padding-right:.25rem}.has-icon .label{margin-left:.5rem}:host([size=small]) .has-icon .label{margin-left:.25rem}:host([size=large]) .has-icon .label{margin-left:1rem}:host(:not([extended])) .label,:host([extended=false i]) .label{opacity:0;transition-delay:0s;transition-duration:var(--mdui-motion-duration-short1)}:host([size=large]) .label{font-size:1.5em}.icon{display:inline-flex;font-size:1.71428571em}:host([size=large]) .icon{font-size:2.57142857em}.icon mdui-icon,::slotted([slot=icon]){font-size:inherit}mdui-circular-progress{display:inline-flex;width:1.5rem;height:1.5rem}:host([size=large]) mdui-circular-progress{width:2.25rem;height:2.25rem}:host([disabled]:not([disabled=false i])) mdui-circular-progress{stroke:rgba(var(--mdui-color-on-surface),38%)}`;let xr=class extends pt{constructor(){super(...arguments),this.variant="primary",this.size="normal",this.extended=!1,this.rippleRef=Me(),this.hasSlotController=new $t(this,"icon"),this.definedController=new At(this,{relatedElements:[""]})}get rippleElement(){return this.rippleRef.value}async onExtendedChange(){const e=this.hasUpdated;this.extended?this.style.width=`${this.scrollWidth}px`:this.style.width="",await this.definedController.whenDefined(),await this.updateComplete,this.extended&&!e&&(this.style.width=`${this.scrollWidth}px`),e||(await Tm(),this.style.transitionProperty="box-shadow, width, bottom, transform")}render(){const e=qi({button:!0,"has-icon":this.icon||this.hasSlotController.test("icon")});return Y`<mdui-ripple ${De(this.rippleRef)} .noRipple="${this.noRipple}"></mdui-ripple>${this.isButton()?this.renderButton({className:e,part:"button",content:this.renderInner()}):this.disabled||this.loading?Y`<span part="button" class="_a ${e}">${this.renderInner()}</span>`:this.renderAnchor({className:e,part:"button",content:this.renderInner()})}`}renderLabel(){return Y`<slot part="label" class="label"></slot>`}renderIcon(){return this.loading?this.renderLoading():Y`<slot name="icon" part="icon" class="icon">${this.icon?Y`<mdui-icon name="${this.icon}"></mdui-icon>`:Ye}</slot>`}renderInner(){return[this.renderIcon(),this.renderLabel()]}};xr.styles=[pt.styles,l_];w([L({reflect:!0})],xr.prototype,"variant",void 0);w([L({reflect:!0})],xr.prototype,"size",void 0);w([L({reflect:!0})],xr.prototype,"icon",void 0);w([L({type:Boolean,reflect:!0,converter:we})],xr.prototype,"extended",void 0);w([Re("extended")],xr.prototype,"onExtendedChange",null);xr=w([Ae("mdui-fab")],xr);const c_=$e`:host{position:relative;display:flex;flex:1 1 auto;overflow:hidden}:host([full-height]:not([full-height=false i])){height:100%}`;let jo=class extends Ke{constructor(){super(...arguments),this.fullHeight=!1}render(){return Y`<slot></slot>`}};jo.styles=[Ue,c_];w([L({type:Boolean,reflect:!0,converter:we,attribute:"full-height"})],jo.prototype,"fullHeight",void 0);jo=w([Ae("mdui-layout")],jo);const d_=$e`:host{display:flex;z-index:1}`;let Os=class extends Ar{constructor(){super(...arguments),this.placement="top"}get layoutPlacement(){return this.placement}onPlacementChange(){this.layoutManager?.updateLayout(this)}render(){return Y`<slot></slot>`}};Os.styles=[Ue,d_];w([L({reflect:!0})],Os.prototype,"placement",void 0);w([Re("placement",!0)],Os.prototype,"onPlacementChange",null);Os=w([Ae("mdui-layout-item")],Os);const u_=$e`:host{flex:1 0 auto;max-width:100%;overflow:auto}`;let Ec=class extends Ke{connectedCallback(){super.connectedCallback();const e=this.parentElement;Hs(e,"mdui-layout")&&(this.layoutManager=wm(e),this.layoutManager.registerMain(this))}disconnectedCallback(){super.disconnectedCallback(),this.layoutManager&&this.layoutManager.unregisterMain()}render(){return Y`<slot></slot>`}};Ec.styles=[Ue,u_];Ec=w([Ae("mdui-layout-main")],Ec);const h_=$e`:host{--shape-corner:var(--mdui-shape-corner-none);position:relative;display:inline-block;width:100%;overflow:hidden;border-radius:var(--shape-corner);background-color:rgb(var(--mdui-color-surface-container-highest));height:.25rem}.determinate,.indeterminate{background-color:rgb(var(--mdui-color-primary))}.determinate{height:100%;transition:width var(--mdui-motion-duration-long2) var(--mdui-motion-easing-standard)}.indeterminate::before{position:absolute;top:0;bottom:0;left:0;background-color:inherit;animation:mdui-comp-progress-indeterminate 2s var(--mdui-motion-easing-linear) infinite;content:' '}.indeterminate::after{position:absolute;top:0;bottom:0;left:0;background-color:inherit;animation:mdui-comp-progress-indeterminate-short 2s var(--mdui-motion-easing-linear) infinite;content:' '}@keyframes mdui-comp-progress-indeterminate{0%{left:0;width:0}50%{left:30%;width:70%}75%{left:100%;width:0}}@keyframes mdui-comp-progress-indeterminate-short{0%{left:0;width:0}50%{left:0;width:0}75%{left:0;width:25%}100%{left:100%;width:0}}`;let Ps=class extends Ke{constructor(){super(...arguments),this.max=1}render(){if(!gt(this.value)){const t=this.value;return Y`<div part="indicator" class="determinate" style="${zr({width:`${t/Math.max(this.max??t,t)*100}%`})}"></div>`}return Y`<div part="indicator" class="indeterminate"></div>`}};Ps.styles=[Ue,h_];w([L({type:Number,reflect:!0})],Ps.prototype,"max",void 0);w([L({type:Number})],Ps.prototype,"value",void 0);Ps=w([Ae("mdui-linear-progress")],Ps);const f_=$e`:host{--shape-corner:var(--mdui-shape-corner-none);--shape-corner-rounded:var(--mdui-shape-corner-extra-large);position:relative;display:block;border-radius:var(--shape-corner);--mdui-comp-ripple-state-layer-color:var(--mdui-color-on-surface)}:host([rounded]:not([rounded=false i])),:host([rounded]:not([rounded=false i])) mdui-ripple{border-radius:var(--shape-corner-rounded)}:host([active]:not([active=false i])){background-color:rgb(var(--mdui-color-secondary-container));--mdui-comp-ripple-state-layer-color:var(
506
+ )}:host([size=small]){border-radius:var(--shape-corner-small);width:2.5rem;height:2.5rem}:host([size=large]){border-radius:var(--shape-corner-large);width:6rem;height:6rem}:host([disabled]:not([disabled=false i])),:host([loading]:not([loading=false i])){cursor:default;pointer-events:none}:host([disabled]:not([disabled=false i])){color:rgba(var(--mdui-color-on-surface),38%);background-color:rgba(var(--mdui-color-on-surface),12%);box-shadow:var(--mdui-elevation-level0)}:host([extended]:not([extended=false i])){width:auto}.label{display:inline-flex;transition:opacity var(--mdui-motion-duration-short2) var(--mdui-motion-easing-linear) var(--mdui-motion-duration-short2);padding-left:.25rem;padding-right:.25rem}.has-icon .label{margin-left:.5rem}:host([size=small]) .has-icon .label{margin-left:.25rem}:host([size=large]) .has-icon .label{margin-left:1rem}:host(:not([extended])) .label,:host([extended=false i]) .label{opacity:0;transition-delay:0s;transition-duration:var(--mdui-motion-duration-short1)}:host([size=large]) .label{font-size:1.5em}.icon{display:inline-flex;font-size:1.71428571em}:host([size=large]) .icon{font-size:2.57142857em}.icon mdui-icon,::slotted([slot=icon]){font-size:inherit}mdui-circular-progress{display:inline-flex;width:1.5rem;height:1.5rem}:host([size=large]) mdui-circular-progress{width:2.25rem;height:2.25rem}:host([disabled]:not([disabled=false i])) mdui-circular-progress{stroke:rgba(var(--mdui-color-on-surface),38%)}`;let xr=class extends pt{constructor(){super(...arguments),this.variant="primary",this.size="normal",this.extended=!1,this.rippleRef=Me(),this.hasSlotController=new $t(this,"icon"),this.definedController=new At(this,{relatedElements:[""]})}get rippleElement(){return this.rippleRef.value}async onExtendedChange(){const e=this.hasUpdated;this.extended?this.style.width=`${this.scrollWidth}px`:this.style.width="",await this.definedController.whenDefined(),await this.updateComplete,this.extended&&!e&&(this.style.width=`${this.scrollWidth}px`),e||(await Tm(),this.style.transitionProperty="box-shadow, width, bottom, transform")}render(){const e=qi({button:!0,"has-icon":this.icon||this.hasSlotController.test("icon")});return Y`<mdui-ripple ${De(this.rippleRef)} .noRipple="${this.noRipple}"></mdui-ripple>${this.isButton()?this.renderButton({className:e,part:"button",content:this.renderInner()}):this.disabled||this.loading?Y`<span part="button" class="_a ${e}">${this.renderInner()}</span>`:this.renderAnchor({className:e,part:"button",content:this.renderInner()})}`}renderLabel(){return Y`<slot part="label" class="label"></slot>`}renderIcon(){return this.loading?this.renderLoading():Y`<slot name="icon" part="icon" class="icon">${this.icon?Y`<mdui-icon name="${this.icon}"></mdui-icon>`:Ye}</slot>`}renderInner(){return[this.renderIcon(),this.renderLabel()]}};xr.styles=[pt.styles,c_];w([L({reflect:!0})],xr.prototype,"variant",void 0);w([L({reflect:!0})],xr.prototype,"size",void 0);w([L({reflect:!0})],xr.prototype,"icon",void 0);w([L({type:Boolean,reflect:!0,converter:we})],xr.prototype,"extended",void 0);w([Re("extended")],xr.prototype,"onExtendedChange",null);xr=w([Ae("mdui-fab")],xr);const d_=$e`:host{position:relative;display:flex;flex:1 1 auto;overflow:hidden}:host([full-height]:not([full-height=false i])){height:100%}`;let jo=class extends Ke{constructor(){super(...arguments),this.fullHeight=!1}render(){return Y`<slot></slot>`}};jo.styles=[Ue,d_];w([L({type:Boolean,reflect:!0,converter:we,attribute:"full-height"})],jo.prototype,"fullHeight",void 0);jo=w([Ae("mdui-layout")],jo);const u_=$e`:host{display:flex;z-index:1}`;let Os=class extends Ar{constructor(){super(...arguments),this.placement="top"}get layoutPlacement(){return this.placement}onPlacementChange(){this.layoutManager?.updateLayout(this)}render(){return Y`<slot></slot>`}};Os.styles=[Ue,u_];w([L({reflect:!0})],Os.prototype,"placement",void 0);w([Re("placement",!0)],Os.prototype,"onPlacementChange",null);Os=w([Ae("mdui-layout-item")],Os);const h_=$e`:host{flex:1 0 auto;max-width:100%;overflow:auto}`;let Ec=class extends Ke{connectedCallback(){super.connectedCallback();const e=this.parentElement;Hs(e,"mdui-layout")&&(this.layoutManager=wm(e),this.layoutManager.registerMain(this))}disconnectedCallback(){super.disconnectedCallback(),this.layoutManager&&this.layoutManager.unregisterMain()}render(){return Y`<slot></slot>`}};Ec.styles=[Ue,h_];Ec=w([Ae("mdui-layout-main")],Ec);const f_=$e`:host{--shape-corner:var(--mdui-shape-corner-none);position:relative;display:inline-block;width:100%;overflow:hidden;border-radius:var(--shape-corner);background-color:rgb(var(--mdui-color-surface-container-highest));height:.25rem}.determinate,.indeterminate{background-color:rgb(var(--mdui-color-primary))}.determinate{height:100%;transition:width var(--mdui-motion-duration-long2) var(--mdui-motion-easing-standard)}.indeterminate::before{position:absolute;top:0;bottom:0;left:0;background-color:inherit;animation:mdui-comp-progress-indeterminate 2s var(--mdui-motion-easing-linear) infinite;content:' '}.indeterminate::after{position:absolute;top:0;bottom:0;left:0;background-color:inherit;animation:mdui-comp-progress-indeterminate-short 2s var(--mdui-motion-easing-linear) infinite;content:' '}@keyframes mdui-comp-progress-indeterminate{0%{left:0;width:0}50%{left:30%;width:70%}75%{left:100%;width:0}}@keyframes mdui-comp-progress-indeterminate-short{0%{left:0;width:0}50%{left:0;width:0}75%{left:0;width:25%}100%{left:100%;width:0}}`;let Ps=class extends Ke{constructor(){super(...arguments),this.max=1}render(){if(!gt(this.value)){const t=this.value;return Y`<div part="indicator" class="determinate" style="${zr({width:`${t/Math.max(this.max??t,t)*100}%`})}"></div>`}return Y`<div part="indicator" class="indeterminate"></div>`}};Ps.styles=[Ue,f_];w([L({type:Number,reflect:!0})],Ps.prototype,"max",void 0);w([L({type:Number})],Ps.prototype,"value",void 0);Ps=w([Ae("mdui-linear-progress")],Ps);const p_=$e`:host{--shape-corner:var(--mdui-shape-corner-none);--shape-corner-rounded:var(--mdui-shape-corner-extra-large);position:relative;display:block;border-radius:var(--shape-corner);--mdui-comp-ripple-state-layer-color:var(--mdui-color-on-surface)}:host([rounded]:not([rounded=false i])),:host([rounded]:not([rounded=false i])) mdui-ripple{border-radius:var(--shape-corner-rounded)}:host([active]:not([active=false i])){background-color:rgb(var(--mdui-color-secondary-container));--mdui-comp-ripple-state-layer-color:var(
507
507
  --mdui-color-on-secondary-container
508
- )}:host([disabled]:not([disabled=false i])){pointer-events:none}.container{cursor:pointer;-webkit-user-select:none;user-select:none;text-decoration:none;color:inherit;-webkit-tap-highlight-color:transparent}:host([disabled]:not([disabled=false i])) .container{cursor:default;opacity:.38}:host([nonclickable]:not([href],[nonclickable=false i])) .container{cursor:auto;-webkit-user-select:auto;user-select:auto}.preset{display:flex;align-items:center;padding:.5rem 1.5rem .5rem 1rem;min-height:3.5rem}:host([alignment=start]) .preset{align-items:flex-start}:host([alignment=end]) .preset{align-items:flex-end}.body{display:flex;flex:1 1 100%;flex-direction:column;justify-content:center;min-width:0}.headline{display:block;color:rgb(var(--mdui-color-on-surface));font-size:var(--mdui-typescale-body-large-size);font-weight:var(--mdui-typescale-body-large-weight);letter-spacing:var(--mdui-typescale-body-large-tracking);line-height:var(--mdui-typescale-body-large-line-height)}:host([active]:not([active=false i])) .headline{color:rgb(var(--mdui-color-on-secondary-container))}.description{display:none;color:rgb(var(--mdui-color-on-surface-variant));font-size:var(--mdui-typescale-body-medium-size);font-weight:var(--mdui-typescale-body-medium-weight);letter-spacing:var(--mdui-typescale-body-medium-tracking);line-height:var(--mdui-typescale-body-medium-line-height)}:host([disabled]:not([disabled=false i])) .description,:host([focused]) .description,:host([hover]) .description,:host([pressed]) .description{color:rgb(var(--mdui-color-on-surface))}.has-description .description{display:block}:host([description-line='1']) .description,:host([headline-line='1']) .headline{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}:host([description-line='2']) .description,:host([description-line='3']) .description,:host([headline-line='2']) .headline,:host([headline-line='3']) .headline{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical}:host([description-line='2']) .description,:host([headline-line='2']) .headline{-webkit-line-clamp:2}:host([description-line='3']) .description,:host([headline-line='3']) .headline{-webkit-line-clamp:3}.end-icon,.icon{display:flex;flex:0 0 auto;font-size:var(--mdui-typescale-label-small-size);font-weight:var(--mdui-typescale-label-small-weight);letter-spacing:var(--mdui-typescale-label-small-tracking);line-height:var(--mdui-typescale-label-small-line-height);color:rgb(var(--mdui-color-on-surface-variant))}:host([disabled]:not([disabled=false i])) .end-icon,:host([disabled]:not([disabled=false i])) .icon,:host([focused]) .end-icon,:host([focused]) .icon,:host([hover]) .end-icon,:host([hover]) .icon,:host([pressed]) .end-icon,:host([pressed]) .icon{color:rgb(var(--mdui-color-on-surface))}:host([active]:not([active=false i])) .end-icon,:host([active]:not([active=false i])) .icon{color:rgb(var(--mdui-color-on-secondary-container))}.end-icon mdui-icon,.icon mdui-icon,.is-end-icon ::slotted([slot=end-icon]),.is-icon ::slotted([slot=icon]){font-size:1.5rem}.has-icon .icon{margin-right:1rem}.has-icon ::slotted(mdui-checkbox[slot=icon]),.has-icon ::slotted(mdui-radio[slot=icon]){margin-left:-.5rem}.has-end-icon .end-icon{margin-left:1rem}.has-end-icon ::slotted(mdui-checkbox[slot=end-icon]),.has-end-icon ::slotted(mdui-radio[slot=end-icon]){margin-right:-.5rem}`;let Ut=class extends Mn(Oi(bi(Ke))){constructor(){super(...arguments),this.disabled=!1,this.active=!1,this.nonclickable=!1,this.rounded=!1,this.alignment="center",this.rippleRef=Me(),this.itemRef=Me(),this.hasSlotController=new $t(this,"[default]","description","icon","end-icon","custom")}get rippleElement(){return this.rippleRef.value}get rippleDisabled(){return this.focusDisabled}get focusElement(){return this.href&&!this.disabled?this.itemRef.value:this}get focusDisabled(){return this.href?this.disabled:this.disabled||this.nonclickable}render(){const e=!this.hasSlotController.test("custom"),t=this.icon||this.hasSlotController.test("icon"),r=this.endIcon||this.hasSlotController.test("end-icon"),n=this.description||this.hasSlotController.test("description"),s=a=>Hs(a,"mdui-icon")||Mw(a).startsWith("mdui-icon-"),o=qi({container:!0,preset:e,"has-icon":t,"has-end-icon":r,"has-description":n,"is-icon":s(this.iconElements[0]),"is-end-icon":s(this.endIconElements[0])});return Y`<mdui-ripple ${De(this.rippleRef)} .noRipple="${this.noRipple}"></mdui-ripple>${this.href&&!this.disabled?this.renderAnchor({className:o,content:this.renderInner(),part:"container",refDirective:De(this.itemRef)}):Y`<div part="container" class="${o}" ${De(this.itemRef)}>${this.renderInner()}</div>`}`}renderInner(){const e=this.hasSlotController.test("[default]");return Y`<slot name="custom"><slot name="icon" part="icon" class="icon">${this.icon?Y`<mdui-icon name="${this.icon}"></mdui-icon>`:Ye}</slot><div part="body" class="body">${e?Y`<slot part="headline" class="headline"></slot>`:Y`<div part="headline" class="headline">${this.headline}</div>`}<slot name="description" part="description" class="description">${this.description}</slot></div><slot name="end-icon" part="end-icon" class="end-icon">${this.endIcon?Y`<mdui-icon name="${this.endIcon}"></mdui-icon>`:Ye}</slot></slot>`}};Ut.styles=[Ue,f_];w([L({reflect:!0})],Ut.prototype,"headline",void 0);w([L({type:Number,reflect:!0,attribute:"headline-line"})],Ut.prototype,"headlineLine",void 0);w([L({reflect:!0})],Ut.prototype,"description",void 0);w([L({type:Number,reflect:!0,attribute:"description-line"})],Ut.prototype,"descriptionLine",void 0);w([L({reflect:!0})],Ut.prototype,"icon",void 0);w([L({reflect:!0,attribute:"end-icon"})],Ut.prototype,"endIcon",void 0);w([L({type:Boolean,reflect:!0,converter:we})],Ut.prototype,"disabled",void 0);w([L({type:Boolean,reflect:!0,converter:we})],Ut.prototype,"active",void 0);w([L({type:Boolean,reflect:!0,converter:we})],Ut.prototype,"nonclickable",void 0);w([L({type:Boolean,reflect:!0,converter:we})],Ut.prototype,"rounded",void 0);w([L({reflect:!0})],Ut.prototype,"alignment",void 0);w([gi({slot:"icon",flatten:!0})],Ut.prototype,"iconElements",void 0);w([gi({slot:"end-icon",flatten:!0})],Ut.prototype,"endIconElements",void 0);Ut=w([Ae("mdui-list-item")],Ut);const p_=$e`:host{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;cursor:default;color:rgb(var(--mdui-color-on-surface-variant));font-size:var(--mdui-typescale-label-small-size);font-weight:var(--mdui-typescale-label-small-weight);letter-spacing:var(--mdui-typescale-label-small-tracking);line-height:var(--mdui-typescale-label-small-line-height);padding-left:1rem;padding-right:1.5rem;height:3.5rem;line-height:3.5rem}`;let Sc=class extends Ke{render(){return Y`<slot></slot>`}};Sc.styles=[Ue,p_];Sc=w([Ae("mdui-list-subheader")],Sc);const m_=$e`:host{display:block;padding:.5rem 0}::slotted(mdui-divider[middle]){margin-left:1rem;margin-right:1.5rem}`;let kc=class extends Ke{render(){return Y`<slot></slot>`}};kc.styles=[Ue,m_];kc=w([Ae("mdui-list")],kc);let Rc=class extends yt{render(){return Ii('<path d="m10 17 5-5-5-5v10z"/>')}};Rc.styles=Ri;Rc=w([Ae("mdui-icon-arrow-right")],Rc);const g_=$e`:host{position:relative;display:block}:host([selected]){background-color:rgba(var(--mdui-color-primary),12%)}:host([disabled]:not([disabled=false i])){pointer-events:none}.container{cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}:host([disabled]:not([disabled=false i])) .container{cursor:default;opacity:.38}.preset{display:flex;align-items:center;text-decoration:none;height:3rem;padding:0 .75rem}.preset.dense{height:2rem}.label-container{flex:1 1 100%;min-width:0}.label{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:rgb(var(--mdui-color-on-surface));font-size:var(--mdui-typescale-label-large-size);font-weight:var(--mdui-typescale-label-large-weight);letter-spacing:var(--mdui-typescale-label-large-tracking)}.end-icon,.end-text,.icon,.selected-icon{display:none;flex:0 0 auto;color:rgb(var(--mdui-color-on-surface-variant))}.has-end-icon .end-icon,.has-end-text .end-text,.has-icon .icon,.has-icon .selected-icon{display:flex}.end-icon,.icon,.selected-icon{font-size:1.5rem}.end-icon::slotted(mdui-avatar),.icon::slotted(mdui-avatar),.selected-icon::slotted(mdui-avatar){width:1.5rem;height:1.5rem}.dense .end-icon,.dense .icon,.dense .selected-icon{font-size:1.125rem}.dense .end-icon::slotted(mdui-avatar),.dense .icon::slotted(mdui-avatar),.dense .selected-icon::slotted(mdui-avatar){width:1.125rem;height:1.125rem}.end-icon .i,.icon .i,.selected-icon .i,::slotted([slot=end-icon]),::slotted([slot=icon]),::slotted([slot=selected-icon]){font-size:inherit}.end-text{font-size:var(--mdui-typescale-label-large-size);font-weight:var(--mdui-typescale-label-large-weight);letter-spacing:var(--mdui-typescale-label-large-tracking);line-height:var(--mdui-typescale-label-large-line-height)}.icon,.selected-icon{margin-right:.75rem}.end-icon,.end-text{margin-left:.75rem}.arrow-right{color:rgb(var(--mdui-color-on-surface))}.submenu{--shape-corner:var(--mdui-shape-corner-extra-small);display:block;position:absolute;z-index:1;border-radius:var(--shape-corner);background-color:rgb(var(--mdui-color-surface-container));box-shadow:var(--mdui-elevation-level2);min-width:7rem;max-width:17.5rem;padding-top:.5rem;padding-bottom:.5rem;--mdui-comp-ripple-state-layer-color:var(--mdui-color-on-surface)}.submenu::slotted(mdui-divider){margin-top:.5rem;margin-bottom:.5rem}`;let Ct=class extends Mn(Oi(bi(Ke))){constructor(){super(),this.disabled=!1,this.submenuOpen=!1,this.selected=!1,this.dense=!1,this.focusable=!1,this.key=Cr(),this.rippleRef=Me(),this.containerRef=Me(),this.submenuRef=Me(),this.hasSlotController=new $t(this,"[default]","icon","end-icon","end-text","submenu","custom"),this.definedController=new At(this,{relatedElements:[""]}),this.onOuterClick=this.onOuterClick.bind(this),this.onFocus=this.onFocus.bind(this),this.onBlur=this.onBlur.bind(this),this.onClick=this.onClick.bind(this),this.onKeydown=this.onKeydown.bind(this),this.onMouseEnter=this.onMouseEnter.bind(this),this.onMouseLeave=this.onMouseLeave.bind(this)}get focusDisabled(){return this.disabled||!this.focusable}get focusElement(){return this.href&&!this.disabled?this.containerRef.value:this}get rippleDisabled(){return this.disabled}get rippleElement(){return this.rippleRef.value}get hasSubmenu(){return this.hasSlotController.test("submenu")}async onOpenChange(){const e=this.hasUpdated;if(!this.submenuOpen&&!e)return;await this.definedController.whenDefined(),e||await this.updateComplete;const t=ii(this,"linear"),r=ii(this,"emphasized-decelerate"),n=ii(this,"emphasized-accelerate");if(this.submenuOpen){if(e&&!this.emit("submenu-open",{cancelable:!0}))return;const s=Ai(this,"medium4");await ei(this.submenuRef.value),this.submenuRef.value.hidden=!1,this.updateSubmenuPositioner(),await Promise.all([st(this.submenuRef.value,[{transform:"scaleY(0.45)"},{transform:"scaleY(1)"}],{duration:e?s:0,easing:r}),st(this.submenuRef.value,[{opacity:0},{opacity:1,offset:.125},{opacity:1}],{duration:e?s:0,easing:t})]),e&&this.emit("submenu-opened")}else{if(!this.emit("submenu-close",{cancelable:!0}))return;const o=Ai(this,"short4");await ei(this.submenuRef.value),await Promise.all([st(this.submenuRef.value,[{transform:"scaleY(1)"},{transform:"scaleY(0.45)"}],{duration:o,easing:n}),st(this.submenuRef.value,[{opacity:1},{opacity:1,offset:.875},{opacity:0}],{duration:o,easing:t})]),this.submenuRef.value&&(this.submenuRef.value.hidden=!0),this.emit("submenu-closed")}}connectedCallback(){super.connectedCallback(),this.definedController.whenDefined().then(()=>{document.addEventListener("pointerdown",this.onOuterClick)})}disconnectedCallback(){super.disconnectedCallback(),document.removeEventListener("pointerdown",this.onOuterClick)}firstUpdated(e){super.firstUpdated(e),this.definedController.whenDefined().then(()=>{this.addEventListener("focus",this.onFocus),this.addEventListener("blur",this.onBlur),this.addEventListener("click",this.onClick),this.addEventListener("keydown",this.onKeydown),this.addEventListener("mouseenter",this.onMouseEnter),this.addEventListener("mouseleave",this.onMouseLeave)})}render(){const e=this.hasSubmenu,t=this.hasSlotController.test("custom"),r=this.hasSlotController.test("end-icon"),n=!this.endIcon&&e&&!r,s=this.endIcon||e||r,o=!gt(this.icon)||this.selects==="single"||this.selects==="multiple"||this.hasSlotController.test("icon"),a=!!this.endText||this.hasSlotController.test("end-text"),c=qi({container:!0,dense:this.dense,preset:!t,"has-icon":o,"has-end-text":a,"has-end-icon":s});return Y`<mdui-ripple ${De(this.rippleRef)} .noRipple="${this.noRipple}"></mdui-ripple>${this.href&&!this.disabled?this.renderAnchor({part:"container",className:c,content:this.renderInner(n,o),refDirective:De(this.containerRef),tabIndex:this.focusable?0:-1}):Y`<div part="container" ${De(this.containerRef)} class="${c}">${this.renderInner(n,o)}</div>`} ${at(e,()=>Y`<slot name="submenu" ${De(this.submenuRef)} part="submenu" class="submenu" hidden></slot>`)}`}onOuterClick(e){!this.disabled&&this.submenuOpen&&this!==e.target&&!oe.contains(this,e.target)&&(this.submenuOpen=!1)}hasTrigger(e){return this.submenuTrigger?this.submenuTrigger.split(" ").includes(e):!1}onFocus(){this.disabled||this.submenuOpen||!this.hasTrigger("focus")||!this.hasSubmenu||(this.submenuOpen=!0)}onBlur(){this.disabled||!this.submenuOpen||!this.hasTrigger("focus")||!this.hasSubmenu||(this.submenuOpen=!1)}onClick(e){this.disabled||e.button||!this.hasTrigger("click")||e.target!==this||!this.hasSubmenu||this.submenuOpen&&(this.hasTrigger("hover")||this.hasTrigger("focus"))||(this.submenuOpen=!this.submenuOpen)}onKeydown(e){this.disabled||!this.hasSubmenu||(!this.submenuOpen&&e.key==="Enter"&&(e.stopPropagation(),this.submenuOpen=!0),this.submenuOpen&&e.key==="Escape"&&(e.stopPropagation(),this.submenuOpen=!1))}onMouseEnter(){this.disabled||!this.hasTrigger("hover")||!this.hasSubmenu||(window.clearTimeout(this.submenuCloseTimeout),this.submenuOpenDelay?this.submenuOpenTimeout=window.setTimeout(()=>{this.submenuOpen=!0},this.submenuOpenDelay):this.submenuOpen=!0)}onMouseLeave(){this.disabled||!this.hasTrigger("hover")||!this.hasSubmenu||(window.clearTimeout(this.submenuOpenTimeout),this.submenuCloseTimeout=window.setTimeout(()=>{this.submenuOpen=!1},this.submenuCloseDelay||50))}updateSubmenuPositioner(){const e=oe(window),t=oe(this.submenuRef.value),r=this.getBoundingClientRect(),n=t.innerWidth(),s=t.innerHeight(),o=8;let a="bottom",c="right";e.height()-r.top>s+o?a="bottom":r.top+r.height>s+o&&(a="top"),e.width()-r.left-r.width>n+o?c="right":r.left>n+o&&(c="left"),oe(this.submenuRef.value).css({top:a==="bottom"?0:r.height-s,left:c==="right"?r.width:-n,transformOrigin:[c==="right"?0:"100%",a==="bottom"?0:"100%"].join(" ")})}renderInner(e,t){return Y`<slot name="custom">${this.selected?Y`<slot name="selected-icon" part="selected-icon" class="selected-icon">${this.selectedIcon?Y`<mdui-icon name="${this.selectedIcon}" class="i"></mdui-icon>`:Y`<mdui-icon-check class="i"></mdui-icon-check>`}</slot>`:Y`<slot name="icon" part="icon" class="icon">${t?Y`<mdui-icon name="${this.icon}" class="i"></mdui-icon>`:Ye}</slot>`}<div class="label-container"><slot part="label" class="label"></slot></div><slot name="end-text" part="end-text" class="end-text">${this.endText}</slot>${e?Y`<mdui-icon-arrow-right part="end-icon" class="end-icon arrow-right"></mdui-icon-arrow-right>`:Y`<slot name="end-icon" part="end-icon" class="end-icon">${this.endIcon?Y`<mdui-icon name="${this.endIcon}"></mdui-icon>`:Ye}</slot>`}</slot>`}};Ct.styles=[Ue,g_];w([L({reflect:!0})],Ct.prototype,"value",void 0);w([L({type:Boolean,reflect:!0,converter:we})],Ct.prototype,"disabled",void 0);w([L({reflect:!0})],Ct.prototype,"icon",void 0);w([L({reflect:!0,attribute:"end-icon"})],Ct.prototype,"endIcon",void 0);w([L({reflect:!0,attribute:"end-text"})],Ct.prototype,"endText",void 0);w([L({reflect:!0,attribute:"selected-icon"})],Ct.prototype,"selectedIcon",void 0);w([L({type:Boolean,reflect:!0,converter:we,attribute:"submenu-open"})],Ct.prototype,"submenuOpen",void 0);w([L({type:Boolean,reflect:!0,converter:we})],Ct.prototype,"selected",void 0);w([qe()],Ct.prototype,"dense",void 0);w([qe()],Ct.prototype,"selects",void 0);w([qe()],Ct.prototype,"submenuTrigger",void 0);w([qe()],Ct.prototype,"submenuOpenDelay",void 0);w([qe()],Ct.prototype,"submenuCloseDelay",void 0);w([qe()],Ct.prototype,"focusable",void 0);w([Re("submenuOpen")],Ct.prototype,"onOpenChange",null);Ct=w([Ae("mdui-menu-item")],Ct);const b_=$e`:host{--shape-corner:var(--mdui-shape-corner-extra-small);position:relative;display:block;border-radius:var(--shape-corner);background-color:rgb(var(--mdui-color-surface-container));box-shadow:var(--mdui-elevation-level2);min-width:7rem;max-width:17.5rem;padding-top:.5rem;padding-bottom:.5rem;--mdui-comp-ripple-state-layer-color:var(--mdui-color-on-surface)}::slotted(mdui-divider){margin-top:.5rem;margin-bottom:.5rem}`;let Kt=class extends Ke{constructor(){super(...arguments),this.dense=!1,this.submenuTrigger="click hover",this.submenuOpenDelay=200,this.submenuCloseDelay=200,this.selectedKeys=[],this.isInitial=!0,this.lastActiveItems=[],this.definedController=new At(this,{relatedElements:["mdui-menu-item"]})}get items(){return oe(this.childrenItems).find("mdui-menu-item").add(this.childrenItems).get()}get itemsEnabled(){return this.items.filter(e=>!e.disabled)}get isSingle(){return this.selects==="single"}get isMultiple(){return this.selects==="multiple"}get isSelectable(){return this.isSingle||this.isMultiple}get isSubmenu(){return!oe(this).parent().length}get lastActiveItem(){const e=this.lastActiveItems.length?this.lastActiveItems.length-1:0;return this.lastActiveItems[e]}set lastActiveItem(e){const t=this.lastActiveItems.length?this.lastActiveItems.length-1:0;this.lastActiveItems[t]=e}async onSlotChange(){await this.definedController.whenDefined(),this.items.forEach(e=>{e.dense=this.dense,e.selects=this.selects,e.submenuTrigger=this.submenuTrigger,e.submenuOpenDelay=this.submenuOpenDelay,e.submenuCloseDelay=this.submenuCloseDelay})}async onSelectsChange(){this.isSelectable?this.isSingle&&this.setSelectedKeys(this.selectedKeys.slice(0,1)):this.setSelectedKeys([]),await this.onSelectedKeysChange()}async onSelectedKeysChange(){await this.definedController.whenDefined();const e=this.itemsEnabled.filter(r=>this.selectedKeys.includes(r.key)).map(r=>r.value),t=this.isMultiple?e:e[0]||void 0;this.setValue(t),this.isInitial||this.emit("change")}async onValueChange(){if(this.isInitial=!this.hasUpdated,await this.definedController.whenDefined(),!this.isSelectable){this.updateSelected();return}const e=(this.isSingle?[this.value]:_t(this.value)?[this.value]:this.value).filter(t=>t);if(!e.length)this.setSelectedKeys([]);else if(this.isSingle){const t=this.itemsEnabled.find(r=>r.value===e[0]);this.setSelectedKeys(t?[t.key]:[])}else this.isMultiple&&this.setSelectedKeys(this.itemsEnabled.filter(t=>e.includes(t.value)).map(t=>t.key));this.updateSelected(),this.updateFocusable()}focus(e){this.lastActiveItem&&this.focusOne(this.lastActiveItem,e)}blur(){this.lastActiveItem&&this.lastActiveItem.blur()}firstUpdated(e){super.firstUpdated(e),this.definedController.whenDefined().then(()=>{this.updateFocusable(),this.lastActiveItem=this.items.find(t=>t.focusable)}),this.addEventListener("submenu-open",t=>{const r=oe(t.target),n=r.children("mdui-menu-item:not([disabled])").get(),s=r.parents("mdui-menu-item").length+1;n.length&&(this.lastActiveItems[s]=n[0],this.updateFocusable(),this.focusOne(this.lastActiveItems[s]))}),this.addEventListener("submenu-close",t=>{const n=oe(t.target).parents("mdui-menu-item").length+1;this.lastActiveItems.length-1===n&&(this.lastActiveItems.pop(),this.updateFocusable(),this.lastActiveItems[n-1]&&this.focusOne(this.lastActiveItems[n-1]))})}render(){return Y`<slot @slotchange="${this.onSlotChange}" @click="${this.onClick}" @keydown="${this.onKeyDown}"></slot>`}setSelectedKeys(e){In(this.selectedKeys,e)||(this.selectedKeys=e)}setValue(e){this.isSingle||gt(this.value)||gt(e)?this.value=e:In(this.value,e)||(this.value=e)}getSiblingsItems(e,t=!1){return oe(e).parent().children(`mdui-menu-item${t?":not([disabled])":""}`).get()}updateFocusable(){if(this.lastActiveItem){this.items.forEach(e=>{e.focusable=e.key===this.lastActiveItem.key});return}if(!this.selectedKeys.length){this.itemsEnabled.forEach((e,t)=>{e.focusable=!t});return}if(this.isSingle){this.items.forEach(e=>{e.focusable=this.selectedKeys.includes(e.key)});return}if(this.isMultiple){const e=this.items.find(t=>t.focusable);(!e?.key||!this.selectedKeys.includes(e.key))&&this.itemsEnabled.filter(t=>this.selectedKeys.includes(t.key)).forEach((t,r)=>t.focusable=!r)}}updateSelected(){this.items.forEach(e=>{e.selected=this.selectedKeys.includes(e.key)})}selectOne(e){if(this.isMultiple){const t=[...this.selectedKeys];t.includes(e.key)?t.splice(t.indexOf(e.key),1):t.push(e.key),this.setSelectedKeys(t)}this.isSingle&&(this.selectedKeys.includes(e.key)?this.setSelectedKeys([]):this.setSelectedKeys([e.key])),this.isInitial=!1,this.updateSelected()}async focusableOne(e){this.items.forEach(t=>t.focusable=t.key===e.key),await Tm()}focusOne(e,t){e.focus(t)}async onClick(e){if(!this.definedController.isDefined()||this.isSubmenu||e.button)return;const r=e.target.closest("mdui-menu-item");!r||r.disabled||(this.lastActiveItem=r,this.isSelectable&&r.value&&this.selectOne(r),await this.focusableOne(r),this.focusOne(r))}async onKeyDown(e){if(!this.definedController.isDefined()||this.isSubmenu)return;const t=e.target;if(e.key==="Enter"&&(e.preventDefault(),t.click()),e.key===" "&&(e.preventDefault(),this.isSelectable&&t.value&&(this.selectOne(t),await this.focusableOne(t),this.focusOne(t))),["ArrowUp","ArrowDown","Home","End"].includes(e.key)){const r=this.getSiblingsItems(t,!0),n=r.find(o=>o.focusable);let s=n?r.indexOf(n):0;if(r.length>0){e.preventDefault(),e.key==="ArrowDown"?s++:e.key==="ArrowUp"?s--:e.key==="Home"?s=0:e.key==="End"&&(s=r.length-1),s<0&&(s=r.length-1),s>r.length-1&&(s=0),this.lastActiveItem=r[s],await this.focusableOne(r[s]),this.focusOne(r[s]);return}}}};Kt.styles=[Ue,b_];w([L({reflect:!0})],Kt.prototype,"selects",void 0);w([L()],Kt.prototype,"value",void 0);w([L({type:Boolean,reflect:!0,converter:we})],Kt.prototype,"dense",void 0);w([L({reflect:!0,attribute:"submenu-trigger"})],Kt.prototype,"submenuTrigger",void 0);w([L({type:Number,reflect:!0,attribute:"submenu-open-delay"})],Kt.prototype,"submenuOpenDelay",void 0);w([L({type:Number,reflect:!0,attribute:"submenu-close-delay"})],Kt.prototype,"submenuCloseDelay",void 0);w([qe()],Kt.prototype,"selectedKeys",void 0);w([gi({flatten:!0,selector:"mdui-menu-item"})],Kt.prototype,"childrenItems",void 0);w([Re("dense"),Re("selects"),Re("submenuTrigger"),Re("submenuOpenDelay"),Re("submenuCloseDelay")],Kt.prototype,"onSlotChange",null);w([Re("selects",!0)],Kt.prototype,"onSelectsChange",null);w([Re("selectedKeys",!0)],Kt.prototype,"onSelectedKeysChange",null);w([Re("value")],Kt.prototype,"onValueChange",null);Kt=w([Ae("mdui-menu")],Kt);const y_=$e`:host{--shape-corner-indicator:var(--mdui-shape-corner-full);position:relative;z-index:0;flex:1;overflow:hidden;min-width:3rem;--mdui-comp-ripple-state-layer-color:var(--mdui-color-on-surface-variant)}.container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-decoration:none;cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;padding-top:.75rem;padding-bottom:.75rem}.container:not(.initial){transition:padding var(--mdui-motion-duration-short4) var(--mdui-motion-easing-standard)}mdui-ripple{z-index:1;left:50%;transform:translateX(-50%);width:4rem;height:2rem;margin-top:.75rem;border-radius:var(--mdui-shape-corner-full)}mdui-ripple:not(.initial){transition:margin-top var(--mdui-motion-duration-short4) var(--mdui-motion-easing-standard)}.indicator{position:relative;display:flex;align-items:center;justify-content:center;background-color:transparent;border-radius:var(--shape-corner-indicator);height:2rem;width:2rem}:not(.initial) .indicator{transition:background-color var(--mdui-motion-duration-short1) var(--mdui-motion-easing-standard),width var(--mdui-motion-duration-short4) var(--mdui-motion-easing-standard)}::slotted([slot=badge]){position:absolute;transform:translate(50%,-50%)}::slotted([slot=badge][variant=small]){transform:translate(.5625rem,-.5625rem)}.active-icon,.icon{color:rgb(var(--mdui-color-on-surface-variant));font-size:1.5rem}.active-icon mdui-icon,.icon mdui-icon,::slotted([slot=active]),::slotted([slot=icon]){font-size:inherit}.icon{display:flex}.active-icon{display:none}.label{display:flex;align-items:center;height:1rem;color:rgb(var(--mdui-color-on-surface-variant));margin-top:.25rem;margin-bottom:.25rem;font-size:var(--mdui-typescale-label-medium-size);font-weight:var(--mdui-typescale-label-medium-weight);letter-spacing:var(--mdui-typescale-label-medium-tracking);line-height:var(--mdui-typescale-label-medium-line-height)}:not(.initial) .label{transition:opacity var(--mdui-motion-duration-short4) var(--mdui-motion-easing-linear)}:host(:not([active])) mdui-ripple.label-visibility-selected,mdui-ripple.label-visibility-unlabeled{margin-top:1.5rem}.container.label-visibility-unlabeled,:host(:not([active])) .container.label-visibility-selected{padding-top:1.5rem;padding-bottom:0}.container.label-visibility-unlabeled .label,:host(:not([active])) .container.label-visibility-selected .label{opacity:0}:host([active]){--mdui-comp-ripple-state-layer-color:var(--mdui-color-on-surface)}:host([active]) .indicator{width:4rem;background-color:rgb(var(--mdui-color-secondary-container))}:host([active]) .active-icon,:host([active]) .icon{color:rgb(var(--mdui-color-on-secondary-container))}:host([active]) .has-active-icon .active-icon{display:flex}:host([active]) .has-active-icon .icon{display:none}:host([active]) .label{color:rgb(var(--mdui-color-on-surface))}`;let zi=class extends Mn(Oi(bi(Ke))){constructor(){super(...arguments),this.isInitial=!0,this.active=!1,this.disabled=!1,this.key=Cr(),this.rippleRef=Me(),this.hasSlotController=new $t(this,"active-icon")}get rippleElement(){return this.rippleRef.value}get rippleDisabled(){return this.disabled}get focusElement(){return this.href?this.renderRoot?.querySelector("._a"):this}get focusDisabled(){return this.disabled}render(){const e=qi({"label-visibility-selected":this.labelVisibility==="selected","label-visibility-labeled":this.labelVisibility==="labeled","label-visibility-unlabeled":this.labelVisibility==="unlabeled",initial:this.isInitial}),t=qi([{container:!0,"has-active-icon":this.activeIcon||this.hasSlotController.test("active-icon")},e]);return Y`<mdui-ripple .noRipple="${!this.active||this.noRipple}" class="${e}" ${De(this.rippleRef)}></mdui-ripple>${this.href?this.renderAnchor({part:"container",className:t,content:this.renderInner()}):Y`<div part="container" class="${t}">${this.renderInner()}</div>`}`}renderInner(){return Y`<div part="indicator" class="indicator"><slot name="badge" part="badge" class="badge"></slot><slot name="active-icon" part="active-icon" class="active-icon">${this.activeIcon?Y`<mdui-icon name="${this.activeIcon}"></mdui-icon>`:Ye}</slot><slot name="icon" part="icon" class="icon">${this.icon?Y`<mdui-icon name="${this.icon}"></mdui-icon>`:Ye}</slot></div><slot part="label" class="label"></slot>`}};zi.styles=[Ue,y_];w([L({reflect:!0})],zi.prototype,"icon",void 0);w([L({reflect:!0,attribute:"active-icon"})],zi.prototype,"activeIcon",void 0);w([L({reflect:!0})],zi.prototype,"value",void 0);w([qe()],zi.prototype,"labelVisibility",void 0);w([qe()],zi.prototype,"isInitial",void 0);w([L({type:Boolean,reflect:!0,converter:we})],zi.prototype,"active",void 0);w([qe()],zi.prototype,"disabled",void 0);zi=w([Ae("mdui-navigation-bar-item")],zi);const v_=$e`:host{--shape-corner:var(--mdui-shape-corner-none);--z-index:2000;position:fixed;right:0;bottom:0;left:0;display:flex;flex:0 0 auto;overflow:hidden;border-radius:var(--shape-corner) var(--shape-corner) 0 0;z-index:var(--z-index);transition-property:transform;transition-duration:var(--mdui-motion-duration-long2);transition-timing-function:var(--mdui-motion-easing-emphasized);height:5rem;background-color:rgb(var(--mdui-color-surface));box-shadow:var(--mdui-elevation-level2)}:host([scroll-target]:not([scroll-target=''])){position:absolute}:host([hide]:not([hide=false i])){transform:translateY(5.625rem);transition-duration:var(--mdui-motion-duration-short4)}`;let _i=class extends Td(Ar){constructor(){super(...arguments),this.hide=!1,this.labelVisibility="auto",this.activeKey=0,this.isInitial=!0,this.definedController=new At(this,{relatedElements:["mdui-navigation-bar-item"]})}get scrollPaddingPosition(){return"bottom"}get layoutPlacement(){return"bottom"}async onActiveKeyChange(){await this.definedController.whenDefined();const e=this.items.find(t=>t.key===this.activeKey);this.value=e?.value,this.isInitial||this.emit("change")}async onValueChange(){this.isInitial=!this.hasUpdated,await this.definedController.whenDefined();const e=this.items.find(t=>t.value===this.value);this.activeKey=e?.key??0,this.updateItems()}async onLabelVisibilityChange(){await this.definedController.whenDefined(),this.updateItems()}firstUpdated(e){super.firstUpdated(e),this.addEventListener("transitionend",t=>{t.target===this&&this.emit(this.hide?"hidden":"shown")})}render(){return Y`<slot @slotchange="${this.onSlotChange}" @click="${this.onClick}"></slot>`}runScrollThreshold(e){!e&&!this.hide&&this.emit("hide",{cancelable:!0})&&(this.hide=!0),e&&this.hide&&this.emit("show",{cancelable:!0})&&(this.hide=!1)}onClick(e){if(e.button)return;const r=e.target.closest("mdui-navigation-bar-item");r&&(this.activeKey=r.key,this.isInitial=!1,this.updateItems())}updateItems(){const e=this.items,t=this.labelVisibility==="auto"?e.length<=3?"labeled":"selected":this.labelVisibility;e.forEach(r=>{r.active=this.activeKey===r.key,r.labelVisibility=t,r.isInitial=this.isInitial})}async onSlotChange(){await this.definedController.whenDefined(),this.updateItems()}};_i.styles=[Ue,v_];w([L({type:Boolean,reflect:!0,converter:we})],_i.prototype,"hide",void 0);w([L({reflect:!0,attribute:"label-visibility"})],_i.prototype,"labelVisibility",void 0);w([L({reflect:!0})],_i.prototype,"value",void 0);w([L({reflect:!0,attribute:"scroll-behavior"})],_i.prototype,"scrollBehavior",void 0);w([qe()],_i.prototype,"activeKey",void 0);w([gi({selector:"mdui-navigation-bar-item",flatten:!0})],_i.prototype,"items",void 0);w([Re("activeKey",!0)],_i.prototype,"onActiveKeyChange",null);w([Re("value")],_i.prototype,"onValueChange",null);w([Re("labelVisibility",!0)],_i.prototype,"onLabelVisibilityChange",null);_i=w([Ae("mdui-navigation-bar")],_i);const Ic=i=>{const e=Tr(),t=ri(),r=e.getComputedStyle(t.documentElement),n=tr(i)?oe(i).innerWidth():ta(i)?i:oe(e).innerWidth(),s=a=>{const c=r.getPropertyValue(`--mdui-breakpoint-${a}`).toLowerCase();return parseFloat(c)},o=a=>{switch(a){case"xs":return"sm";case"sm":return"md";case"md":return"lg";case"lg":return"xl";case"xl":return"xxl"}};return{up(a){return n>=s(a)},down(a){return n<s(a)},only(a){return a==="xxl"?this.up(a):this.up(a)&&this.down(o(a))},not(a){return!this.only(a)},between(a,c){return this.up(a)&&this.down(c)}}},w_=$e`:host{--shape-corner:var(--mdui-shape-corner-large);--z-index:2200;display:none;position:fixed;top:0;bottom:0;left:0;z-index:1;width:22.5rem}:host([placement=right]){left:initial;right:0}:host([mobile]),:host([modal]:not([modal=false i])){top:0!important;right:0;bottom:0!important;width:initial;z-index:var(--z-index)}:host([placement=right][mobile]),:host([placement=right][modal]:not([modal=false i])){left:0}:host([contained]:not([contained=false i])){position:absolute}.overlay{position:absolute;inset:0;z-index:inherit;background-color:rgba(var(--mdui-color-scrim),.4)}.panel{display:block;position:absolute;top:0;bottom:0;left:0;width:100%;overflow:auto;z-index:inherit;background-color:rgb(var(--mdui-color-surface));box-shadow:var(--mdui-elevation-level0)}:host([placement=right]) .panel{left:initial;right:0}:host([mobile]) .panel,:host([modal]:not([modal=false i])) .panel{border-radius:0 var(--shape-corner) var(--shape-corner) 0;max-width:80%;width:22.5rem;background-color:rgb(var(--mdui-color-surface-container-low));box-shadow:var(--mdui-elevation-level1)}:host([placement=right][mobile]) .panel,:host([placement=right][modal]:not([modal=false i])) .panel{border-radius:var(--shape-corner) 0 0 var(--shape-corner)}`;let ni=class extends Ar{constructor(){super(...arguments),this.open=!1,this.modal=!1,this.closeOnEsc=!1,this.closeOnOverlayClick=!1,this.placement="left",this.contained=!1,this.mobile=!1,this.overlayRef=Me(),this.panelRef=Me(),this.definedController=new At(this,{needDomReady:!0})}get layoutPlacement(){return this.placement}get lockTarget(){return this.contained||this.isParentLayout?this.parentElement:document.documentElement}get isModal(){return this.mobile||this.modal}async onContainedChange(){await this.definedController.whenDefined(),this.observeResize?.unobserve(),this.setObserveResize()}onPlacementChange(){this.isParentLayout&&this.layoutManager.updateLayout(this)}async onMobileChange(){!this.open||this.isParentLayout||this.contained||(await this.definedController.whenDefined(),this.isModal?(xc(this,this.lockTarget),await this.getLockTargetAnimate(!1,0)):(Is(this,this.lockTarget),await this.getLockTargetAnimate(!0,0)))}async onOpenChange(){let e=this.panelRef.value,t=this.overlayRef.value;const r=this.placement==="right",n=ii(this,"linear"),s=ii(this,"emphasized"),o=(c,l)=>{oe(this.layoutManager.getItemsAndMain()).css("transition",bd(c)?null:`all ${c}ms ${l}`)},a=async()=>{const c=[];if(this.isModal?c.push(t,e):this.isParentLayout||c.push(this.lockTarget),this.isParentLayout){const l=this.layoutManager.getItemsAndMain(),d=l.indexOf(this);c.push(...l.slice(d))}!this.isModal&&!c.includes(this)&&c.push(this),await Promise.all(c.map(l=>ei(l)))};if(this.open){const c=this.hasUpdated;if(c||(await this.updateComplete,e=this.panelRef.value,t=this.overlayRef.value),c&&!this.emit("open",{cancelable:!0}))return;await this.definedController.whenDefined(),this.style.display="block",this.originalTrigger=document.activeElement,this.isModal&&(this.modalHelper.activate(),this.contained||xc(this,this.lockTarget)),await a(),requestAnimationFrame(()=>{const u=this.querySelector("[autofocus]");u?u.focus({preventScroll:!0}):e.focus({preventScroll:!0})});const l=Ai(this,"long2"),d=[];if(this.isModal?d.push(st(t,[{opacity:0},{opacity:1,offset:.3},{opacity:1}],{duration:c?l:0,easing:n})):this.isParentLayout||d.push(this.getLockTargetAnimate(!0,c?l:0)),this.isParentLayout&&c&&(o(l,s),this.layoutManager.updateLayout(this)),d.push(st(this.isModal?e:this,[{transform:`translateX(${r?"":"-"}100%)`},{transform:"translateX(0)"}],{duration:c?l:0,easing:s})),await Promise.all(d),!this.open)return;this.isParentLayout&&c&&o(null),c&&this.emit("opened")}else if(this.hasUpdated){if(!this.emit("close",{cancelable:!0}))return;await this.definedController.whenDefined(),this.isModal&&this.modalHelper.deactivate(),await a();const l=Ai(this,"short4"),d=[];if(this.isModal?d.push(st(t,[{opacity:1},{opacity:0}],{duration:l,easing:n})):this.isParentLayout||d.push(this.getLockTargetAnimate(!1,l)),this.isParentLayout&&(o(l,s),this.layoutManager.updateLayout(this,{width:0})),d.push(st(this.isModal?e:this,[{transform:"translateX(0)"},{transform:`translateX(${r?"":"-"}100%)`}],{duration:l,easing:s})),await Promise.all(d),this.open)return;this.isParentLayout&&o(null),this.style.display="none",this.isModal&&!this.contained&&Is(this,this.lockTarget);const u=this.originalTrigger;vt(u?.focus)&&setTimeout(()=>u.focus()),this.emit("closed")}}connectedCallback(){super.connectedCallback(),this.modalHelper=new xm(this),this.definedController.whenDefined().then(()=>{this.setObserveResize()})}disconnectedCallback(){super.disconnectedCallback(),Is(this,this.lockTarget),this.observeResize?.unobserve()}firstUpdated(e){super.firstUpdated(e),this.addEventListener("keydown",t=>{this.open&&this.closeOnEsc&&t.key==="Escape"&&this.isModal&&(t.stopPropagation(),this.open=!1)})}render(){return Y`${at(this.isModal,()=>Y`<div ${De(this.overlayRef)} part="overlay" class="overlay" @click="${this.onOverlayClick}"></div>`)}<slot ${De(this.panelRef)} part="panel" class="panel" tabindex="0"></slot>`}setObserveResize(){this.observeResize=$r(this.contained?this.parentElement:document.documentElement,()=>{const e=this.contained?this.parentElement:void 0;this.mobile=Ic(e).down("md"),this.isParentLayout&&this.layoutManager.updateLayout(this,{width:this.isModal?0:void 0})})}onOverlayClick(){this.emit("overlay-click"),this.closeOnOverlayClick&&(this.open=!1)}getLockTargetAnimate(e,t){const r=this.placement==="right"?"paddingRight":"paddingLeft",n=oe(this.panelRef.value).innerWidth()+"px";return st(this.lockTarget,[{[r]:e?0:n},{[r]:e?n:0}],{duration:t,easing:ii(this,"emphasized"),fill:"forwards"})}};ni.styles=[Ue,w_];w([L({type:Boolean,reflect:!0,converter:we})],ni.prototype,"open",void 0);w([L({type:Boolean,reflect:!0,converter:we})],ni.prototype,"modal",void 0);w([L({type:Boolean,reflect:!0,converter:we,attribute:"close-on-esc"})],ni.prototype,"closeOnEsc",void 0);w([L({type:Boolean,reflect:!0,converter:we,attribute:"close-on-overlay-click"})],ni.prototype,"closeOnOverlayClick",void 0);w([L({reflect:!0})],ni.prototype,"placement",void 0);w([L({type:Boolean,reflect:!0,converter:we})],ni.prototype,"contained",void 0);w([L({type:Boolean,reflect:!0,converter:we})],ni.prototype,"mobile",void 0);w([Re("contained",!0)],ni.prototype,"onContainedChange",null);w([Re("placement",!0)],ni.prototype,"onPlacementChange",null);w([Re("mobile",!0),Re("modal",!0)],ni.prototype,"onMobileChange",null);w([Re("open")],ni.prototype,"onOpenChange",null);ni=w([Ae("mdui-navigation-drawer")],ni);const __=$e`:host{--shape-corner:var(--mdui-shape-corner-none);--z-index:2000;position:fixed;top:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;border-radius:0 var(--shape-corner) var(--shape-corner) 0;z-index:var(--z-index);width:5rem;background-color:rgb(var(--mdui-color-surface));padding:.375rem .75rem}:host([contained]:not([contained=false i])){position:absolute}:host([divider]:not([divider=false i])){border-right:.0625rem solid rgb(var(--mdui-color-surface-variant));width:5.0625rem}:host([placement=right]){left:initial;right:0;border-radius:var(--shape-corner) 0 0 var(--shape-corner)}:host([placement=right][divider]:not([divider=false i])){border-right:none;border-left:.0625rem solid rgb(var(--mdui-color-surface-variant))}.bottom,.items,.top{display:flex;flex-direction:column;align-items:center;width:100%}.top{margin-bottom:1.75rem}.bottom{margin-top:1.75rem}::slotted([slot=bottom]),::slotted([slot=top]),::slotted(mdui-navigation-rail-item){margin-top:.375rem;margin-bottom:.375rem}:host([alignment=start]) .top-spacer{flex-grow:0}:host([alignment=start]) .bottom-spacer{flex-grow:1}:host([alignment=end]) .top-spacer{flex-grow:1}:host([alignment=end]) .bottom-spacer{flex-grow:0}:host([alignment=center]){justify-content:center}:host([alignment=center]) .bottom,:host([alignment=center]) .top{position:absolute}:host([alignment=center]) .top{top:.375rem}:host([alignment=center]) .bottom{bottom:.375rem}`;let si=class extends Ar{constructor(){super(...arguments),this.placement="left",this.alignment="start",this.contained=!1,this.divider=!1,this.activeKey=0,this.hasSlotController=new $t(this,"top","bottom"),this.definedController=new At(this,{relatedElements:["mdui-navigation-rail-item"]}),this.isInitial=!0}get layoutPlacement(){return this.placement}get parentTarget(){return this.contained||this.isParentLayout?this.parentElement:document.body}get isRight(){return this.placement==="right"}get paddingValue(){return["fixed","absolute"].includes(oe(this).css("position"))?this.offsetWidth:void 0}async onActiveKeyChange(){await this.definedController.whenDefined();const e=this.items.find(t=>t.key===this.activeKey);this.value=e?.value,this.isInitial||this.emit("change")}async onValueChange(){this.isInitial=!this.hasUpdated,await this.definedController.whenDefined();const e=this.items.find(t=>t.value===this.value);this.activeKey=e?.key??0,this.updateItems()}async onContainedChange(){this.isParentLayout||(await this.definedController.whenDefined(),oe(document.body).css({paddingLeft:this.contained||this.isRight?null:this.paddingValue,paddingRight:this.contained||!this.isRight?null:this.paddingValue}),oe(this.parentElement).css({paddingLeft:this.contained&&!this.isRight?this.paddingValue:null,paddingRight:this.contained&&this.isRight?this.paddingValue:null}))}async onPlacementChange(){await this.definedController.whenDefined(),this.layoutManager?.updateLayout(this),this.items.forEach(e=>{e.placement=this.placement}),this.isParentLayout||oe(this.parentTarget).css({paddingLeft:this.isRight?null:this.paddingValue,paddingRight:this.isRight?this.paddingValue:null})}connectedCallback(){super.connectedCallback(),this.isParentLayout||this.definedController.whenDefined().then(()=>{oe(this.parentTarget).css({paddingLeft:this.isRight?null:this.paddingValue,paddingRight:this.isRight?this.paddingValue:null})})}disconnectedCallback(){super.disconnectedCallback(),!this.isParentLayout&&this.definedController.isDefined()&&oe(this.parentTarget).css({paddingLeft:this.isRight?void 0:null,paddingRight:this.isRight?null:void 0})}render(){const e=this.hasSlotController.test("top"),t=this.hasSlotController.test("bottom");return Y`${at(e,()=>Y`<slot name="top" part="top" class="top"></slot>`)} <span class="top-spacer"></span><slot part="items" class="items" @slotchange="${this.onSlotChange}" @click="${this.onClick}"></slot><span class="bottom-spacer"></span> ${at(t,()=>Y`<slot name="bottom" part="bottom" class="bottom"></slot>`)}`}onClick(e){if(e.button)return;const r=e.target.closest("mdui-navigation-rail-item");r&&(this.activeKey=r.key,this.isInitial=!1,this.updateItems())}updateItems(){this.items.forEach(e=>{e.active=this.activeKey===e.key,e.placement=this.placement,e.isInitial=this.isInitial})}async onSlotChange(){await this.definedController.whenDefined(),this.updateItems()}};si.styles=[Ue,__];w([L({reflect:!0})],si.prototype,"value",void 0);w([L({reflect:!0})],si.prototype,"placement",void 0);w([L({reflect:!0})],si.prototype,"alignment",void 0);w([L({type:Boolean,reflect:!0,converter:we})],si.prototype,"contained",void 0);w([L({type:Boolean,reflect:!0,converter:we})],si.prototype,"divider",void 0);w([qe()],si.prototype,"activeKey",void 0);w([gi({selector:"mdui-navigation-rail-item",flatten:!0})],si.prototype,"items",void 0);w([Re("activeKey",!0)],si.prototype,"onActiveKeyChange",null);w([Re("value")],si.prototype,"onValueChange",null);w([Re("contained",!0)],si.prototype,"onContainedChange",null);w([Re("placement",!0)],si.prototype,"onPlacementChange",null);si=w([Ae("mdui-navigation-rail")],si);const x_=$e`:host{--shape-corner-indicator:var(--mdui-shape-corner-full);position:relative;z-index:0;width:100%;--mdui-comp-ripple-state-layer-color:var(--mdui-color-on-surface-variant)}.container{display:flex;flex-direction:column;align-items:center;justify-content:center;text-decoration:none;cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;height:3.5rem}.container:not(.initial){transition:padding var(--mdui-motion-duration-short4) var(--mdui-motion-easing-standard)}mdui-ripple{z-index:1;width:3.5rem;height:2rem;border-radius:var(--mdui-shape-corner-full)}.container:not(.has-label)+mdui-ripple{height:3.5rem}.indicator{position:relative;display:flex;align-items:center;justify-content:center;background-color:transparent;border-radius:var(--shape-corner-indicator);height:2rem;width:2rem}:not(.initial) .indicator{transition:background-color var(--mdui-motion-duration-short1) var(--mdui-motion-easing-standard),width var(--mdui-motion-duration-short4) var(--mdui-motion-easing-standard),height var(--mdui-motion-duration-short4) var(--mdui-motion-easing-standard)}::slotted([slot=badge]){position:absolute;transform:translate(50%,-50%)}.placement-right::slotted([slot=badge]){transform:translate(-50%,-50%)}::slotted([slot=badge][variant=small]){transform:translate(.5625rem,-.5625rem)}.placement-right::slotted([slot=badge][variant=small]){transform:translate(-.5625rem,-.5625rem)}.active-icon,.icon{color:rgb(var(--mdui-color-on-surface-variant));font-size:1.5rem}.active-icon mdui-icon,.icon mdui-icon,::slotted([slot=active-icon]),::slotted([slot=icon]){font-size:inherit}.icon{display:flex}.active-icon{display:none}.label{display:flex;align-items:center;height:1rem;color:rgb(var(--mdui-color-on-surface-variant));margin-top:.25rem;margin-bottom:.25rem;font-size:var(--mdui-typescale-label-medium-size);font-weight:var(--mdui-typescale-label-medium-weight);letter-spacing:var(--mdui-typescale-label-medium-tracking);line-height:var(--mdui-typescale-label-medium-line-height)}:not(.initial) .label{transition:opacity var(--mdui-motion-duration-short4) var(--mdui-motion-easing-linear)}:host([active]){--mdui-comp-ripple-state-layer-color:var(--mdui-color-on-surface)}:host([active]) .indicator{width:3.5rem;background-color:rgb(var(--mdui-color-secondary-container))}:host([active]) :not(.has-label) .indicator{height:3.5rem}:host([active]) .active-icon,:host([active]) .icon{color:rgb(var(--mdui-color-on-secondary-container))}:host([active]) .has-active-icon .active-icon{display:flex}:host([active]) .has-active-icon .icon{display:none}:host([active]) .label{color:rgb(var(--mdui-color-on-surface))}`;let Hi=class extends Mn(Oi(bi(Ke))){constructor(){super(...arguments),this.active=!1,this.isInitial=!0,this.placement="left",this.disabled=!1,this.key=Cr(),this.rippleRef=Me(),this.hasSlotController=new $t(this,"[default]","active-icon")}get rippleElement(){return this.rippleRef.value}get rippleDisabled(){return this.disabled}get focusElement(){return this.href?this.renderRoot?.querySelector("._a"):this}get focusDisabled(){return this.disabled}render(){const e=this.hasSlotController.test("[default]"),t=qi({container:!0,"has-label":e,"has-active-icon":this.activeIcon||this.hasSlotController.test("active-icon"),initial:this.isInitial});return Y`${this.href?this.renderAnchor({part:"container",className:t,content:this.renderInner(e)}):Y`<div part="container" class="${t}">${this.renderInner(e)}</div>`}<mdui-ripple .noRipple="${!this.active||this.noRipple}" ${De(this.rippleRef)}></mdui-ripple>`}renderInner(e){return Y`<div part="indicator" class="indicator"><slot name="badge" part="badge" class="${bt({badge:!0,"placement-right":this.placement==="right"})}"></slot><slot name="active-icon" part="active-icon" class="active-icon">${this.activeIcon?Y`<mdui-icon name="${this.activeIcon}"></mdui-icon>`:Ye}</slot><slot name="icon" part="icon" class="icon">${this.icon?Y`<mdui-icon name="${this.icon}"></mdui-icon>`:Ye}</slot></div>${e?Y`<slot part="label" class="label"></slot>`:Je}`}};Hi.styles=[Ue,x_];w([L({reflect:!0})],Hi.prototype,"icon",void 0);w([L({reflect:!0,attribute:"active-icon"})],Hi.prototype,"activeIcon",void 0);w([L({reflect:!0})],Hi.prototype,"value",void 0);w([L({type:Boolean,reflect:!0,converter:we})],Hi.prototype,"active",void 0);w([qe()],Hi.prototype,"isInitial",void 0);w([qe()],Hi.prototype,"placement",void 0);w([qe()],Hi.prototype,"disabled",void 0);Hi=w([Ae("mdui-navigation-rail-item")],Hi);let Tc=class extends yt{render(){return Ii('<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2z"/>')}};Tc.styles=Ri;Tc=w([Ae("mdui-icon-circle")],Tc);let Cc=class extends yt{render(){return Ii('<path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/>')}};Cc.styles=Ri;Cc=w([Ae("mdui-icon-radio-button-unchecked")],Cc);const E_=$e`:host{position:relative;display:inline-flex;align-items:center;cursor:pointer;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;touch-action:manipulation;zoom:1;-webkit-user-drag:none;border-radius:.125rem;font-size:var(--mdui-typescale-label-large-size);font-weight:var(--mdui-typescale-label-large-weight);letter-spacing:var(--mdui-typescale-label-large-tracking);line-height:var(--mdui-typescale-label-large-line-height)}.icon{display:flex;position:absolute;font-size:1.5rem}:not(.initial) .icon{transition-duration:var(--mdui-motion-duration-short4);transition-timing-function:var(--mdui-motion-easing-standard)}.unchecked-icon{transition-property:color;color:rgb(var(--mdui-color-on-surface-variant))}:host([focused]) .unchecked-icon,:host([hover]) .unchecked-icon,:host([pressed]) .unchecked-icon{color:rgb(var(--mdui-color-on-surface))}.checked-icon{opacity:0;transform:scale(.2);transition-property:color,opacity,transform;color:rgb(var(--mdui-color-primary))}.icon .i,::slotted([slot=checked-icon]),::slotted([slot=unchecked-icon]){color:inherit;font-size:inherit}i{position:relative;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden;border-radius:50%;width:2.5rem;height:2.5rem;--mdui-comp-ripple-state-layer-color:var(--mdui-color-on-surface)}.label{display:flex;width:100%;padding-top:.625rem;padding-bottom:.625rem;color:rgb(var(--mdui-color-on-surface))}.label:not(.initial){transition:color var(--mdui-motion-duration-short4) var(--mdui-motion-easing-standard)}:host([checked]:not([checked=false i])) i{--mdui-comp-ripple-state-layer-color:var(--mdui-color-primary)}:host([checked]:not([checked=false i])) .icon{color:rgb(var(--mdui-color-primary))}:host([checked]:not([checked=false i])) .checked-icon{opacity:1;transform:scale(.5)}i.invalid{--mdui-comp-ripple-state-layer-color:var(--mdui-color-error)}i.invalid .icon{color:rgb(var(--mdui-color-error))}.label.invalid{color:rgb(var(--mdui-color-error))}:host([disabled]:not([disabled=false i])),:host([group-disabled]){cursor:default;pointer-events:none}:host([disabled]:not([disabled=false i])) .icon,:host([group-disabled]) .icon{color:rgba(var(--mdui-color-on-surface),38%)}:host([disabled]:not([disabled=false i])) .label,:host([group-disabled]) .label{color:rgba(var(--mdui-color-on-surface),38%)}`;let fi=class extends Oi(bi(Ke)){constructor(){super(...arguments),this.value="",this.disabled=!1,this.checked=!1,this.invalid=!1,this.groupDisabled=!1,this.focusable=!0,this.isInitial=!0,this.rippleRef=Me()}get rippleElement(){return this.rippleRef.value}get rippleDisabled(){return this.isDisabled()}get focusElement(){return this}get focusDisabled(){return this.isDisabled()||!this.focusable}onCheckedChange(){this.emit("change")}firstUpdated(e){super.firstUpdated(e),this.addEventListener("click",()=>{this.isDisabled()||(this.checked=!0)})}render(){const e=bt({invalid:this.invalid,initial:this.isInitial});return Y`<i part="control" class="${e}"><mdui-ripple ${De(this.rippleRef)} .noRipple="${this.noRipple}"></mdui-ripple><slot name="unchecked-icon" part="unchecked-icon" class="icon unchecked-icon">${this.uncheckedIcon?Y`<mdui-icon name="${this.uncheckedIcon}" class="i"></mdui-icon>`:Y`<mdui-icon-radio-button-unchecked class="i"></mdui-icon-radio-button-unchecked>`}</slot><slot name="checked-icon" part="checked-icon" class="icon checked-icon">${this.checkedIcon?Y`<mdui-icon name="${this.checkedIcon}" class="i"></mdui-icon>`:Y`<mdui-icon-circle class="i"></mdui-icon-circle>`}</slot></i><slot part="label" class="label ${e}"></slot>`}isDisabled(){return this.disabled||this.groupDisabled}};fi.styles=[Ue,E_];w([L({reflect:!0})],fi.prototype,"value",void 0);w([L({type:Boolean,reflect:!0,converter:we})],fi.prototype,"disabled",void 0);w([L({type:Boolean,reflect:!0,converter:we})],fi.prototype,"checked",void 0);w([L({reflect:!0,attribute:"unchecked-icon"})],fi.prototype,"uncheckedIcon",void 0);w([L({reflect:!0,attribute:"checked-icon"})],fi.prototype,"checkedIcon",void 0);w([qe()],fi.prototype,"invalid",void 0);w([L({type:Boolean,reflect:!0,converter:we,attribute:"group-disabled"})],fi.prototype,"groupDisabled",void 0);w([qe()],fi.prototype,"focusable",void 0);w([qe()],fi.prototype,"isInitial",void 0);w([Re("checked",!0)],fi.prototype,"onCheckedChange",null);fi=w([Ae("mdui-radio")],fi);const S_=$e`:host{display:inline-block}fieldset{border:none;padding:0;margin:0;min-width:0}input{position:absolute;padding:0;opacity:0;pointer-events:none;width:1.25rem;height:1.25rem;margin:0 0 0 .625rem}`;let xi=class extends Ke{constructor(){super(...arguments),this.disabled=!1,this.name="",this.value="",this.defaultValue="",this.required=!1,this.invalid=!1,this.isInitial=!0,this.inputRef=Me(),this.formController=new dr(this),this.definedController=new At(this,{relatedElements:["mdui-radio"]})}get validity(){return this.inputRef.value.validity}get validationMessage(){return this.inputRef.value.validationMessage}get items(){return oe(this).find("mdui-radio").get()}get itemsEnabled(){return oe(this).find("mdui-radio:not([disabled])").get()}async onValueChange(){this.isInitial=!1,await this.definedController.whenDefined(),this.emit("input"),this.emit("change"),this.updateItems(),this.updateRadioFocusable(),await this.updateComplete;const e=this.formController.getForm();e&&Et.get(e)?.has(this)?(this.invalid=!1,Et.get(e).delete(this)):this.invalid=!this.inputRef.value.checkValidity()}async onInvalidChange(){await this.definedController.whenDefined(),this.updateItems()}checkValidity(){const e=this.inputRef.value.checkValidity();return e||this.emit("invalid",{bubbles:!1,cancelable:!0,composed:!1}),e}reportValidity(){return this.invalid=!this.inputRef.value.reportValidity(),this.invalid&&(this.emit("invalid",{bubbles:!1,cancelable:!0,composed:!1})||(this.inputRef.value.blur(),this.inputRef.value.focus())),!this.invalid}setCustomValidity(e){this.inputRef.value.setCustomValidity(e),this.invalid=!this.inputRef.value.checkValidity()}render(){return Y`<fieldset><input ${De(this.inputRef)} type="radio" class="input" name="${Be(this.name)}" value="${Be(this.value)}" .checked="${!!this.value}" .required="${this.required}" tabindex="-1" @keydown="${this.onKeyDown}"><slot @click="${this.onClick}" @keydown="${this.onKeyDown}" @slotchange="${this.onSlotChange}" @change="${this.onCheckedChange}"></slot></fieldset>`}updateRadioFocusable(){const e=this.items,t=e.find(r=>r.checked);t?e.forEach(r=>{r.focusable=r===t}):this.itemsEnabled.forEach((r,n)=>{r.focusable=!n})}async onClick(e){await this.definedController.whenDefined();const r=e.target.closest("mdui-radio");!r||r.disabled||(this.value=r.value,await this.updateComplete,r.focus())}async onKeyDown(e){if(!["ArrowUp","ArrowDown","ArrowLeft","ArrowRight"," "].includes(e.key))return;e.preventDefault(),await this.definedController.whenDefined();const t=this.itemsEnabled,r=t.find(o=>o.checked)??t[0],n=e.key===" "?0:["ArrowUp","ArrowLeft"].includes(e.key)?-1:1;let s=t.indexOf(r)+n;s<0&&(s=t.length-1),s>t.length-1&&(s=0),this.value=t[s].value,await this.updateComplete,t[s].focus()}async onSlotChange(){await this.definedController.whenDefined(),this.updateItems(),this.updateRadioFocusable()}onCheckedChange(e){e.stopPropagation()}updateItems(){this.items.forEach(e=>{e.checked=e.value===this.value,e.invalid=this.invalid,e.groupDisabled=this.disabled,e.isInitial=this.isInitial})}};xi.styles=[Ue,S_];w([L({type:Boolean,reflect:!0,converter:we})],xi.prototype,"disabled",void 0);w([L({reflect:!0})],xi.prototype,"form",void 0);w([L({reflect:!0})],xi.prototype,"name",void 0);w([L({reflect:!0})],xi.prototype,"value",void 0);w([Nr()],xi.prototype,"defaultValue",void 0);w([L({type:Boolean,reflect:!0,converter:we})],xi.prototype,"required",void 0);w([qe()],xi.prototype,"invalid",void 0);w([Re("value",!0)],xi.prototype,"onValueChange",null);w([Re("invalid",!0),Re("disabled")],xi.prototype,"onInvalidChange",null);xi=w([Ae("mdui-radio-group")],xi);/**
508
+ )}:host([disabled]:not([disabled=false i])){pointer-events:none}.container{cursor:pointer;-webkit-user-select:none;user-select:none;text-decoration:none;color:inherit;-webkit-tap-highlight-color:transparent}:host([disabled]:not([disabled=false i])) .container{cursor:default;opacity:.38}:host([nonclickable]:not([href],[nonclickable=false i])) .container{cursor:auto;-webkit-user-select:auto;user-select:auto}.preset{display:flex;align-items:center;padding:.5rem 1.5rem .5rem 1rem;min-height:3.5rem}:host([alignment=start]) .preset{align-items:flex-start}:host([alignment=end]) .preset{align-items:flex-end}.body{display:flex;flex:1 1 100%;flex-direction:column;justify-content:center;min-width:0}.headline{display:block;color:rgb(var(--mdui-color-on-surface));font-size:var(--mdui-typescale-body-large-size);font-weight:var(--mdui-typescale-body-large-weight);letter-spacing:var(--mdui-typescale-body-large-tracking);line-height:var(--mdui-typescale-body-large-line-height)}:host([active]:not([active=false i])) .headline{color:rgb(var(--mdui-color-on-secondary-container))}.description{display:none;color:rgb(var(--mdui-color-on-surface-variant));font-size:var(--mdui-typescale-body-medium-size);font-weight:var(--mdui-typescale-body-medium-weight);letter-spacing:var(--mdui-typescale-body-medium-tracking);line-height:var(--mdui-typescale-body-medium-line-height)}:host([disabled]:not([disabled=false i])) .description,:host([focused]) .description,:host([hover]) .description,:host([pressed]) .description{color:rgb(var(--mdui-color-on-surface))}.has-description .description{display:block}:host([description-line='1']) .description,:host([headline-line='1']) .headline{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}:host([description-line='2']) .description,:host([description-line='3']) .description,:host([headline-line='2']) .headline,:host([headline-line='3']) .headline{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical}:host([description-line='2']) .description,:host([headline-line='2']) .headline{-webkit-line-clamp:2}:host([description-line='3']) .description,:host([headline-line='3']) .headline{-webkit-line-clamp:3}.end-icon,.icon{display:flex;flex:0 0 auto;font-size:var(--mdui-typescale-label-small-size);font-weight:var(--mdui-typescale-label-small-weight);letter-spacing:var(--mdui-typescale-label-small-tracking);line-height:var(--mdui-typescale-label-small-line-height);color:rgb(var(--mdui-color-on-surface-variant))}:host([disabled]:not([disabled=false i])) .end-icon,:host([disabled]:not([disabled=false i])) .icon,:host([focused]) .end-icon,:host([focused]) .icon,:host([hover]) .end-icon,:host([hover]) .icon,:host([pressed]) .end-icon,:host([pressed]) .icon{color:rgb(var(--mdui-color-on-surface))}:host([active]:not([active=false i])) .end-icon,:host([active]:not([active=false i])) .icon{color:rgb(var(--mdui-color-on-secondary-container))}.end-icon mdui-icon,.icon mdui-icon,.is-end-icon ::slotted([slot=end-icon]),.is-icon ::slotted([slot=icon]){font-size:1.5rem}.has-icon .icon{margin-right:1rem}.has-icon ::slotted(mdui-checkbox[slot=icon]),.has-icon ::slotted(mdui-radio[slot=icon]){margin-left:-.5rem}.has-end-icon .end-icon{margin-left:1rem}.has-end-icon ::slotted(mdui-checkbox[slot=end-icon]),.has-end-icon ::slotted(mdui-radio[slot=end-icon]){margin-right:-.5rem}`;let Ut=class extends Mn(Oi(bi(Ke))){constructor(){super(...arguments),this.disabled=!1,this.active=!1,this.nonclickable=!1,this.rounded=!1,this.alignment="center",this.rippleRef=Me(),this.itemRef=Me(),this.hasSlotController=new $t(this,"[default]","description","icon","end-icon","custom")}get rippleElement(){return this.rippleRef.value}get rippleDisabled(){return this.focusDisabled}get focusElement(){return this.href&&!this.disabled?this.itemRef.value:this}get focusDisabled(){return this.href?this.disabled:this.disabled||this.nonclickable}render(){const e=!this.hasSlotController.test("custom"),t=this.icon||this.hasSlotController.test("icon"),r=this.endIcon||this.hasSlotController.test("end-icon"),n=this.description||this.hasSlotController.test("description"),s=a=>Hs(a,"mdui-icon")||Fw(a).startsWith("mdui-icon-"),o=qi({container:!0,preset:e,"has-icon":t,"has-end-icon":r,"has-description":n,"is-icon":s(this.iconElements[0]),"is-end-icon":s(this.endIconElements[0])});return Y`<mdui-ripple ${De(this.rippleRef)} .noRipple="${this.noRipple}"></mdui-ripple>${this.href&&!this.disabled?this.renderAnchor({className:o,content:this.renderInner(),part:"container",refDirective:De(this.itemRef)}):Y`<div part="container" class="${o}" ${De(this.itemRef)}>${this.renderInner()}</div>`}`}renderInner(){const e=this.hasSlotController.test("[default]");return Y`<slot name="custom"><slot name="icon" part="icon" class="icon">${this.icon?Y`<mdui-icon name="${this.icon}"></mdui-icon>`:Ye}</slot><div part="body" class="body">${e?Y`<slot part="headline" class="headline"></slot>`:Y`<div part="headline" class="headline">${this.headline}</div>`}<slot name="description" part="description" class="description">${this.description}</slot></div><slot name="end-icon" part="end-icon" class="end-icon">${this.endIcon?Y`<mdui-icon name="${this.endIcon}"></mdui-icon>`:Ye}</slot></slot>`}};Ut.styles=[Ue,p_];w([L({reflect:!0})],Ut.prototype,"headline",void 0);w([L({type:Number,reflect:!0,attribute:"headline-line"})],Ut.prototype,"headlineLine",void 0);w([L({reflect:!0})],Ut.prototype,"description",void 0);w([L({type:Number,reflect:!0,attribute:"description-line"})],Ut.prototype,"descriptionLine",void 0);w([L({reflect:!0})],Ut.prototype,"icon",void 0);w([L({reflect:!0,attribute:"end-icon"})],Ut.prototype,"endIcon",void 0);w([L({type:Boolean,reflect:!0,converter:we})],Ut.prototype,"disabled",void 0);w([L({type:Boolean,reflect:!0,converter:we})],Ut.prototype,"active",void 0);w([L({type:Boolean,reflect:!0,converter:we})],Ut.prototype,"nonclickable",void 0);w([L({type:Boolean,reflect:!0,converter:we})],Ut.prototype,"rounded",void 0);w([L({reflect:!0})],Ut.prototype,"alignment",void 0);w([gi({slot:"icon",flatten:!0})],Ut.prototype,"iconElements",void 0);w([gi({slot:"end-icon",flatten:!0})],Ut.prototype,"endIconElements",void 0);Ut=w([Ae("mdui-list-item")],Ut);const m_=$e`:host{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;cursor:default;color:rgb(var(--mdui-color-on-surface-variant));font-size:var(--mdui-typescale-label-small-size);font-weight:var(--mdui-typescale-label-small-weight);letter-spacing:var(--mdui-typescale-label-small-tracking);line-height:var(--mdui-typescale-label-small-line-height);padding-left:1rem;padding-right:1.5rem;height:3.5rem;line-height:3.5rem}`;let Sc=class extends Ke{render(){return Y`<slot></slot>`}};Sc.styles=[Ue,m_];Sc=w([Ae("mdui-list-subheader")],Sc);const g_=$e`:host{display:block;padding:.5rem 0}::slotted(mdui-divider[middle]){margin-left:1rem;margin-right:1.5rem}`;let kc=class extends Ke{render(){return Y`<slot></slot>`}};kc.styles=[Ue,g_];kc=w([Ae("mdui-list")],kc);let Rc=class extends yt{render(){return Ii('<path d="m10 17 5-5-5-5v10z"/>')}};Rc.styles=Ri;Rc=w([Ae("mdui-icon-arrow-right")],Rc);const b_=$e`:host{position:relative;display:block}:host([selected]){background-color:rgba(var(--mdui-color-primary),12%)}:host([disabled]:not([disabled=false i])){pointer-events:none}.container{cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}:host([disabled]:not([disabled=false i])) .container{cursor:default;opacity:.38}.preset{display:flex;align-items:center;text-decoration:none;height:3rem;padding:0 .75rem}.preset.dense{height:2rem}.label-container{flex:1 1 100%;min-width:0}.label{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:rgb(var(--mdui-color-on-surface));font-size:var(--mdui-typescale-label-large-size);font-weight:var(--mdui-typescale-label-large-weight);letter-spacing:var(--mdui-typescale-label-large-tracking)}.end-icon,.end-text,.icon,.selected-icon{display:none;flex:0 0 auto;color:rgb(var(--mdui-color-on-surface-variant))}.has-end-icon .end-icon,.has-end-text .end-text,.has-icon .icon,.has-icon .selected-icon{display:flex}.end-icon,.icon,.selected-icon{font-size:1.5rem}.end-icon::slotted(mdui-avatar),.icon::slotted(mdui-avatar),.selected-icon::slotted(mdui-avatar){width:1.5rem;height:1.5rem}.dense .end-icon,.dense .icon,.dense .selected-icon{font-size:1.125rem}.dense .end-icon::slotted(mdui-avatar),.dense .icon::slotted(mdui-avatar),.dense .selected-icon::slotted(mdui-avatar){width:1.125rem;height:1.125rem}.end-icon .i,.icon .i,.selected-icon .i,::slotted([slot=end-icon]),::slotted([slot=icon]),::slotted([slot=selected-icon]){font-size:inherit}.end-text{font-size:var(--mdui-typescale-label-large-size);font-weight:var(--mdui-typescale-label-large-weight);letter-spacing:var(--mdui-typescale-label-large-tracking);line-height:var(--mdui-typescale-label-large-line-height)}.icon,.selected-icon{margin-right:.75rem}.end-icon,.end-text{margin-left:.75rem}.arrow-right{color:rgb(var(--mdui-color-on-surface))}.submenu{--shape-corner:var(--mdui-shape-corner-extra-small);display:block;position:absolute;z-index:1;border-radius:var(--shape-corner);background-color:rgb(var(--mdui-color-surface-container));box-shadow:var(--mdui-elevation-level2);min-width:7rem;max-width:17.5rem;padding-top:.5rem;padding-bottom:.5rem;--mdui-comp-ripple-state-layer-color:var(--mdui-color-on-surface)}.submenu::slotted(mdui-divider){margin-top:.5rem;margin-bottom:.5rem}`;let Ct=class extends Mn(Oi(bi(Ke))){constructor(){super(),this.disabled=!1,this.submenuOpen=!1,this.selected=!1,this.dense=!1,this.focusable=!1,this.key=Cr(),this.rippleRef=Me(),this.containerRef=Me(),this.submenuRef=Me(),this.hasSlotController=new $t(this,"[default]","icon","end-icon","end-text","submenu","custom"),this.definedController=new At(this,{relatedElements:[""]}),this.onOuterClick=this.onOuterClick.bind(this),this.onFocus=this.onFocus.bind(this),this.onBlur=this.onBlur.bind(this),this.onClick=this.onClick.bind(this),this.onKeydown=this.onKeydown.bind(this),this.onMouseEnter=this.onMouseEnter.bind(this),this.onMouseLeave=this.onMouseLeave.bind(this)}get focusDisabled(){return this.disabled||!this.focusable}get focusElement(){return this.href&&!this.disabled?this.containerRef.value:this}get rippleDisabled(){return this.disabled}get rippleElement(){return this.rippleRef.value}get hasSubmenu(){return this.hasSlotController.test("submenu")}async onOpenChange(){const e=this.hasUpdated;if(!this.submenuOpen&&!e)return;await this.definedController.whenDefined(),e||await this.updateComplete;const t=ii(this,"linear"),r=ii(this,"emphasized-decelerate"),n=ii(this,"emphasized-accelerate");if(this.submenuOpen){if(e&&!this.emit("submenu-open",{cancelable:!0}))return;const s=Ai(this,"medium4");await ei(this.submenuRef.value),this.submenuRef.value.hidden=!1,this.updateSubmenuPositioner(),await Promise.all([st(this.submenuRef.value,[{transform:"scaleY(0.45)"},{transform:"scaleY(1)"}],{duration:e?s:0,easing:r}),st(this.submenuRef.value,[{opacity:0},{opacity:1,offset:.125},{opacity:1}],{duration:e?s:0,easing:t})]),e&&this.emit("submenu-opened")}else{if(!this.emit("submenu-close",{cancelable:!0}))return;const o=Ai(this,"short4");await ei(this.submenuRef.value),await Promise.all([st(this.submenuRef.value,[{transform:"scaleY(1)"},{transform:"scaleY(0.45)"}],{duration:o,easing:n}),st(this.submenuRef.value,[{opacity:1},{opacity:1,offset:.875},{opacity:0}],{duration:o,easing:t})]),this.submenuRef.value&&(this.submenuRef.value.hidden=!0),this.emit("submenu-closed")}}connectedCallback(){super.connectedCallback(),this.definedController.whenDefined().then(()=>{document.addEventListener("pointerdown",this.onOuterClick)})}disconnectedCallback(){super.disconnectedCallback(),document.removeEventListener("pointerdown",this.onOuterClick)}firstUpdated(e){super.firstUpdated(e),this.definedController.whenDefined().then(()=>{this.addEventListener("focus",this.onFocus),this.addEventListener("blur",this.onBlur),this.addEventListener("click",this.onClick),this.addEventListener("keydown",this.onKeydown),this.addEventListener("mouseenter",this.onMouseEnter),this.addEventListener("mouseleave",this.onMouseLeave)})}render(){const e=this.hasSubmenu,t=this.hasSlotController.test("custom"),r=this.hasSlotController.test("end-icon"),n=!this.endIcon&&e&&!r,s=this.endIcon||e||r,o=!gt(this.icon)||this.selects==="single"||this.selects==="multiple"||this.hasSlotController.test("icon"),a=!!this.endText||this.hasSlotController.test("end-text"),c=qi({container:!0,dense:this.dense,preset:!t,"has-icon":o,"has-end-text":a,"has-end-icon":s});return Y`<mdui-ripple ${De(this.rippleRef)} .noRipple="${this.noRipple}"></mdui-ripple>${this.href&&!this.disabled?this.renderAnchor({part:"container",className:c,content:this.renderInner(n,o),refDirective:De(this.containerRef),tabIndex:this.focusable?0:-1}):Y`<div part="container" ${De(this.containerRef)} class="${c}">${this.renderInner(n,o)}</div>`} ${at(e,()=>Y`<slot name="submenu" ${De(this.submenuRef)} part="submenu" class="submenu" hidden></slot>`)}`}onOuterClick(e){!this.disabled&&this.submenuOpen&&this!==e.target&&!oe.contains(this,e.target)&&(this.submenuOpen=!1)}hasTrigger(e){return this.submenuTrigger?this.submenuTrigger.split(" ").includes(e):!1}onFocus(){this.disabled||this.submenuOpen||!this.hasTrigger("focus")||!this.hasSubmenu||(this.submenuOpen=!0)}onBlur(){this.disabled||!this.submenuOpen||!this.hasTrigger("focus")||!this.hasSubmenu||(this.submenuOpen=!1)}onClick(e){this.disabled||e.button||!this.hasTrigger("click")||e.target!==this||!this.hasSubmenu||this.submenuOpen&&(this.hasTrigger("hover")||this.hasTrigger("focus"))||(this.submenuOpen=!this.submenuOpen)}onKeydown(e){this.disabled||!this.hasSubmenu||(!this.submenuOpen&&e.key==="Enter"&&(e.stopPropagation(),this.submenuOpen=!0),this.submenuOpen&&e.key==="Escape"&&(e.stopPropagation(),this.submenuOpen=!1))}onMouseEnter(){this.disabled||!this.hasTrigger("hover")||!this.hasSubmenu||(window.clearTimeout(this.submenuCloseTimeout),this.submenuOpenDelay?this.submenuOpenTimeout=window.setTimeout(()=>{this.submenuOpen=!0},this.submenuOpenDelay):this.submenuOpen=!0)}onMouseLeave(){this.disabled||!this.hasTrigger("hover")||!this.hasSubmenu||(window.clearTimeout(this.submenuOpenTimeout),this.submenuCloseTimeout=window.setTimeout(()=>{this.submenuOpen=!1},this.submenuCloseDelay||50))}updateSubmenuPositioner(){const e=oe(window),t=oe(this.submenuRef.value),r=this.getBoundingClientRect(),n=t.innerWidth(),s=t.innerHeight(),o=8;let a="bottom",c="right";e.height()-r.top>s+o?a="bottom":r.top+r.height>s+o&&(a="top"),e.width()-r.left-r.width>n+o?c="right":r.left>n+o&&(c="left"),oe(this.submenuRef.value).css({top:a==="bottom"?0:r.height-s,left:c==="right"?r.width:-n,transformOrigin:[c==="right"?0:"100%",a==="bottom"?0:"100%"].join(" ")})}renderInner(e,t){return Y`<slot name="custom">${this.selected?Y`<slot name="selected-icon" part="selected-icon" class="selected-icon">${this.selectedIcon?Y`<mdui-icon name="${this.selectedIcon}" class="i"></mdui-icon>`:Y`<mdui-icon-check class="i"></mdui-icon-check>`}</slot>`:Y`<slot name="icon" part="icon" class="icon">${t?Y`<mdui-icon name="${this.icon}" class="i"></mdui-icon>`:Ye}</slot>`}<div class="label-container"><slot part="label" class="label"></slot></div><slot name="end-text" part="end-text" class="end-text">${this.endText}</slot>${e?Y`<mdui-icon-arrow-right part="end-icon" class="end-icon arrow-right"></mdui-icon-arrow-right>`:Y`<slot name="end-icon" part="end-icon" class="end-icon">${this.endIcon?Y`<mdui-icon name="${this.endIcon}"></mdui-icon>`:Ye}</slot>`}</slot>`}};Ct.styles=[Ue,b_];w([L({reflect:!0})],Ct.prototype,"value",void 0);w([L({type:Boolean,reflect:!0,converter:we})],Ct.prototype,"disabled",void 0);w([L({reflect:!0})],Ct.prototype,"icon",void 0);w([L({reflect:!0,attribute:"end-icon"})],Ct.prototype,"endIcon",void 0);w([L({reflect:!0,attribute:"end-text"})],Ct.prototype,"endText",void 0);w([L({reflect:!0,attribute:"selected-icon"})],Ct.prototype,"selectedIcon",void 0);w([L({type:Boolean,reflect:!0,converter:we,attribute:"submenu-open"})],Ct.prototype,"submenuOpen",void 0);w([L({type:Boolean,reflect:!0,converter:we})],Ct.prototype,"selected",void 0);w([qe()],Ct.prototype,"dense",void 0);w([qe()],Ct.prototype,"selects",void 0);w([qe()],Ct.prototype,"submenuTrigger",void 0);w([qe()],Ct.prototype,"submenuOpenDelay",void 0);w([qe()],Ct.prototype,"submenuCloseDelay",void 0);w([qe()],Ct.prototype,"focusable",void 0);w([Re("submenuOpen")],Ct.prototype,"onOpenChange",null);Ct=w([Ae("mdui-menu-item")],Ct);const y_=$e`:host{--shape-corner:var(--mdui-shape-corner-extra-small);position:relative;display:block;border-radius:var(--shape-corner);background-color:rgb(var(--mdui-color-surface-container));box-shadow:var(--mdui-elevation-level2);min-width:7rem;max-width:17.5rem;padding-top:.5rem;padding-bottom:.5rem;--mdui-comp-ripple-state-layer-color:var(--mdui-color-on-surface)}::slotted(mdui-divider){margin-top:.5rem;margin-bottom:.5rem}`;let Kt=class extends Ke{constructor(){super(...arguments),this.dense=!1,this.submenuTrigger="click hover",this.submenuOpenDelay=200,this.submenuCloseDelay=200,this.selectedKeys=[],this.isInitial=!0,this.lastActiveItems=[],this.definedController=new At(this,{relatedElements:["mdui-menu-item"]})}get items(){return oe(this.childrenItems).find("mdui-menu-item").add(this.childrenItems).get()}get itemsEnabled(){return this.items.filter(e=>!e.disabled)}get isSingle(){return this.selects==="single"}get isMultiple(){return this.selects==="multiple"}get isSelectable(){return this.isSingle||this.isMultiple}get isSubmenu(){return!oe(this).parent().length}get lastActiveItem(){const e=this.lastActiveItems.length?this.lastActiveItems.length-1:0;return this.lastActiveItems[e]}set lastActiveItem(e){const t=this.lastActiveItems.length?this.lastActiveItems.length-1:0;this.lastActiveItems[t]=e}async onSlotChange(){await this.definedController.whenDefined(),this.items.forEach(e=>{e.dense=this.dense,e.selects=this.selects,e.submenuTrigger=this.submenuTrigger,e.submenuOpenDelay=this.submenuOpenDelay,e.submenuCloseDelay=this.submenuCloseDelay})}async onSelectsChange(){this.isSelectable?this.isSingle&&this.setSelectedKeys(this.selectedKeys.slice(0,1)):this.setSelectedKeys([]),await this.onSelectedKeysChange()}async onSelectedKeysChange(){await this.definedController.whenDefined();const e=this.itemsEnabled.filter(r=>this.selectedKeys.includes(r.key)).map(r=>r.value),t=this.isMultiple?e:e[0]||void 0;this.setValue(t),this.isInitial||this.emit("change")}async onValueChange(){if(this.isInitial=!this.hasUpdated,await this.definedController.whenDefined(),!this.isSelectable){this.updateSelected();return}const e=(this.isSingle?[this.value]:_t(this.value)?[this.value]:this.value).filter(t=>t);if(!e.length)this.setSelectedKeys([]);else if(this.isSingle){const t=this.itemsEnabled.find(r=>r.value===e[0]);this.setSelectedKeys(t?[t.key]:[])}else this.isMultiple&&this.setSelectedKeys(this.itemsEnabled.filter(t=>e.includes(t.value)).map(t=>t.key));this.updateSelected(),this.updateFocusable()}focus(e){this.lastActiveItem&&this.focusOne(this.lastActiveItem,e)}blur(){this.lastActiveItem&&this.lastActiveItem.blur()}firstUpdated(e){super.firstUpdated(e),this.definedController.whenDefined().then(()=>{this.updateFocusable(),this.lastActiveItem=this.items.find(t=>t.focusable)}),this.addEventListener("submenu-open",t=>{const r=oe(t.target),n=r.children("mdui-menu-item:not([disabled])").get(),s=r.parents("mdui-menu-item").length+1;n.length&&(this.lastActiveItems[s]=n[0],this.updateFocusable(),this.focusOne(this.lastActiveItems[s]))}),this.addEventListener("submenu-close",t=>{const n=oe(t.target).parents("mdui-menu-item").length+1;this.lastActiveItems.length-1===n&&(this.lastActiveItems.pop(),this.updateFocusable(),this.lastActiveItems[n-1]&&this.focusOne(this.lastActiveItems[n-1]))})}render(){return Y`<slot @slotchange="${this.onSlotChange}" @click="${this.onClick}" @keydown="${this.onKeyDown}"></slot>`}setSelectedKeys(e){In(this.selectedKeys,e)||(this.selectedKeys=e)}setValue(e){this.isSingle||gt(this.value)||gt(e)?this.value=e:In(this.value,e)||(this.value=e)}getSiblingsItems(e,t=!1){return oe(e).parent().children(`mdui-menu-item${t?":not([disabled])":""}`).get()}updateFocusable(){if(this.lastActiveItem){this.items.forEach(e=>{e.focusable=e.key===this.lastActiveItem.key});return}if(!this.selectedKeys.length){this.itemsEnabled.forEach((e,t)=>{e.focusable=!t});return}if(this.isSingle){this.items.forEach(e=>{e.focusable=this.selectedKeys.includes(e.key)});return}if(this.isMultiple){const e=this.items.find(t=>t.focusable);(!e?.key||!this.selectedKeys.includes(e.key))&&this.itemsEnabled.filter(t=>this.selectedKeys.includes(t.key)).forEach((t,r)=>t.focusable=!r)}}updateSelected(){this.items.forEach(e=>{e.selected=this.selectedKeys.includes(e.key)})}selectOne(e){if(this.isMultiple){const t=[...this.selectedKeys];t.includes(e.key)?t.splice(t.indexOf(e.key),1):t.push(e.key),this.setSelectedKeys(t)}this.isSingle&&(this.selectedKeys.includes(e.key)?this.setSelectedKeys([]):this.setSelectedKeys([e.key])),this.isInitial=!1,this.updateSelected()}async focusableOne(e){this.items.forEach(t=>t.focusable=t.key===e.key),await Tm()}focusOne(e,t){e.focus(t)}async onClick(e){if(!this.definedController.isDefined()||this.isSubmenu||e.button)return;const r=e.target.closest("mdui-menu-item");!r||r.disabled||(this.lastActiveItem=r,this.isSelectable&&r.value&&this.selectOne(r),await this.focusableOne(r),this.focusOne(r))}async onKeyDown(e){if(!this.definedController.isDefined()||this.isSubmenu)return;const t=e.target;if(e.key==="Enter"&&(e.preventDefault(),t.click()),e.key===" "&&(e.preventDefault(),this.isSelectable&&t.value&&(this.selectOne(t),await this.focusableOne(t),this.focusOne(t))),["ArrowUp","ArrowDown","Home","End"].includes(e.key)){const r=this.getSiblingsItems(t,!0),n=r.find(o=>o.focusable);let s=n?r.indexOf(n):0;if(r.length>0){e.preventDefault(),e.key==="ArrowDown"?s++:e.key==="ArrowUp"?s--:e.key==="Home"?s=0:e.key==="End"&&(s=r.length-1),s<0&&(s=r.length-1),s>r.length-1&&(s=0),this.lastActiveItem=r[s],await this.focusableOne(r[s]),this.focusOne(r[s]);return}}}};Kt.styles=[Ue,y_];w([L({reflect:!0})],Kt.prototype,"selects",void 0);w([L()],Kt.prototype,"value",void 0);w([L({type:Boolean,reflect:!0,converter:we})],Kt.prototype,"dense",void 0);w([L({reflect:!0,attribute:"submenu-trigger"})],Kt.prototype,"submenuTrigger",void 0);w([L({type:Number,reflect:!0,attribute:"submenu-open-delay"})],Kt.prototype,"submenuOpenDelay",void 0);w([L({type:Number,reflect:!0,attribute:"submenu-close-delay"})],Kt.prototype,"submenuCloseDelay",void 0);w([qe()],Kt.prototype,"selectedKeys",void 0);w([gi({flatten:!0,selector:"mdui-menu-item"})],Kt.prototype,"childrenItems",void 0);w([Re("dense"),Re("selects"),Re("submenuTrigger"),Re("submenuOpenDelay"),Re("submenuCloseDelay")],Kt.prototype,"onSlotChange",null);w([Re("selects",!0)],Kt.prototype,"onSelectsChange",null);w([Re("selectedKeys",!0)],Kt.prototype,"onSelectedKeysChange",null);w([Re("value")],Kt.prototype,"onValueChange",null);Kt=w([Ae("mdui-menu")],Kt);const v_=$e`:host{--shape-corner-indicator:var(--mdui-shape-corner-full);position:relative;z-index:0;flex:1;overflow:hidden;min-width:3rem;--mdui-comp-ripple-state-layer-color:var(--mdui-color-on-surface-variant)}.container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-decoration:none;cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;padding-top:.75rem;padding-bottom:.75rem}.container:not(.initial){transition:padding var(--mdui-motion-duration-short4) var(--mdui-motion-easing-standard)}mdui-ripple{z-index:1;left:50%;transform:translateX(-50%);width:4rem;height:2rem;margin-top:.75rem;border-radius:var(--mdui-shape-corner-full)}mdui-ripple:not(.initial){transition:margin-top var(--mdui-motion-duration-short4) var(--mdui-motion-easing-standard)}.indicator{position:relative;display:flex;align-items:center;justify-content:center;background-color:transparent;border-radius:var(--shape-corner-indicator);height:2rem;width:2rem}:not(.initial) .indicator{transition:background-color var(--mdui-motion-duration-short1) var(--mdui-motion-easing-standard),width var(--mdui-motion-duration-short4) var(--mdui-motion-easing-standard)}::slotted([slot=badge]){position:absolute;transform:translate(50%,-50%)}::slotted([slot=badge][variant=small]){transform:translate(.5625rem,-.5625rem)}.active-icon,.icon{color:rgb(var(--mdui-color-on-surface-variant));font-size:1.5rem}.active-icon mdui-icon,.icon mdui-icon,::slotted([slot=active]),::slotted([slot=icon]){font-size:inherit}.icon{display:flex}.active-icon{display:none}.label{display:flex;align-items:center;height:1rem;color:rgb(var(--mdui-color-on-surface-variant));margin-top:.25rem;margin-bottom:.25rem;font-size:var(--mdui-typescale-label-medium-size);font-weight:var(--mdui-typescale-label-medium-weight);letter-spacing:var(--mdui-typescale-label-medium-tracking);line-height:var(--mdui-typescale-label-medium-line-height)}:not(.initial) .label{transition:opacity var(--mdui-motion-duration-short4) var(--mdui-motion-easing-linear)}:host(:not([active])) mdui-ripple.label-visibility-selected,mdui-ripple.label-visibility-unlabeled{margin-top:1.5rem}.container.label-visibility-unlabeled,:host(:not([active])) .container.label-visibility-selected{padding-top:1.5rem;padding-bottom:0}.container.label-visibility-unlabeled .label,:host(:not([active])) .container.label-visibility-selected .label{opacity:0}:host([active]){--mdui-comp-ripple-state-layer-color:var(--mdui-color-on-surface)}:host([active]) .indicator{width:4rem;background-color:rgb(var(--mdui-color-secondary-container))}:host([active]) .active-icon,:host([active]) .icon{color:rgb(var(--mdui-color-on-secondary-container))}:host([active]) .has-active-icon .active-icon{display:flex}:host([active]) .has-active-icon .icon{display:none}:host([active]) .label{color:rgb(var(--mdui-color-on-surface))}`;let zi=class extends Mn(Oi(bi(Ke))){constructor(){super(...arguments),this.isInitial=!0,this.active=!1,this.disabled=!1,this.key=Cr(),this.rippleRef=Me(),this.hasSlotController=new $t(this,"active-icon")}get rippleElement(){return this.rippleRef.value}get rippleDisabled(){return this.disabled}get focusElement(){return this.href?this.renderRoot?.querySelector("._a"):this}get focusDisabled(){return this.disabled}render(){const e=qi({"label-visibility-selected":this.labelVisibility==="selected","label-visibility-labeled":this.labelVisibility==="labeled","label-visibility-unlabeled":this.labelVisibility==="unlabeled",initial:this.isInitial}),t=qi([{container:!0,"has-active-icon":this.activeIcon||this.hasSlotController.test("active-icon")},e]);return Y`<mdui-ripple .noRipple="${!this.active||this.noRipple}" class="${e}" ${De(this.rippleRef)}></mdui-ripple>${this.href?this.renderAnchor({part:"container",className:t,content:this.renderInner()}):Y`<div part="container" class="${t}">${this.renderInner()}</div>`}`}renderInner(){return Y`<div part="indicator" class="indicator"><slot name="badge" part="badge" class="badge"></slot><slot name="active-icon" part="active-icon" class="active-icon">${this.activeIcon?Y`<mdui-icon name="${this.activeIcon}"></mdui-icon>`:Ye}</slot><slot name="icon" part="icon" class="icon">${this.icon?Y`<mdui-icon name="${this.icon}"></mdui-icon>`:Ye}</slot></div><slot part="label" class="label"></slot>`}};zi.styles=[Ue,v_];w([L({reflect:!0})],zi.prototype,"icon",void 0);w([L({reflect:!0,attribute:"active-icon"})],zi.prototype,"activeIcon",void 0);w([L({reflect:!0})],zi.prototype,"value",void 0);w([qe()],zi.prototype,"labelVisibility",void 0);w([qe()],zi.prototype,"isInitial",void 0);w([L({type:Boolean,reflect:!0,converter:we})],zi.prototype,"active",void 0);w([qe()],zi.prototype,"disabled",void 0);zi=w([Ae("mdui-navigation-bar-item")],zi);const w_=$e`:host{--shape-corner:var(--mdui-shape-corner-none);--z-index:2000;position:fixed;right:0;bottom:0;left:0;display:flex;flex:0 0 auto;overflow:hidden;border-radius:var(--shape-corner) var(--shape-corner) 0 0;z-index:var(--z-index);transition-property:transform;transition-duration:var(--mdui-motion-duration-long2);transition-timing-function:var(--mdui-motion-easing-emphasized);height:5rem;background-color:rgb(var(--mdui-color-surface));box-shadow:var(--mdui-elevation-level2)}:host([scroll-target]:not([scroll-target=''])){position:absolute}:host([hide]:not([hide=false i])){transform:translateY(5.625rem);transition-duration:var(--mdui-motion-duration-short4)}`;let _i=class extends Td(Ar){constructor(){super(...arguments),this.hide=!1,this.labelVisibility="auto",this.activeKey=0,this.isInitial=!0,this.definedController=new At(this,{relatedElements:["mdui-navigation-bar-item"]})}get scrollPaddingPosition(){return"bottom"}get layoutPlacement(){return"bottom"}async onActiveKeyChange(){await this.definedController.whenDefined();const e=this.items.find(t=>t.key===this.activeKey);this.value=e?.value,this.isInitial||this.emit("change")}async onValueChange(){this.isInitial=!this.hasUpdated,await this.definedController.whenDefined();const e=this.items.find(t=>t.value===this.value);this.activeKey=e?.key??0,this.updateItems()}async onLabelVisibilityChange(){await this.definedController.whenDefined(),this.updateItems()}firstUpdated(e){super.firstUpdated(e),this.addEventListener("transitionend",t=>{t.target===this&&this.emit(this.hide?"hidden":"shown")})}render(){return Y`<slot @slotchange="${this.onSlotChange}" @click="${this.onClick}"></slot>`}runScrollThreshold(e){!e&&!this.hide&&this.emit("hide",{cancelable:!0})&&(this.hide=!0),e&&this.hide&&this.emit("show",{cancelable:!0})&&(this.hide=!1)}onClick(e){if(e.button)return;const r=e.target.closest("mdui-navigation-bar-item");r&&(this.activeKey=r.key,this.isInitial=!1,this.updateItems())}updateItems(){const e=this.items,t=this.labelVisibility==="auto"?e.length<=3?"labeled":"selected":this.labelVisibility;e.forEach(r=>{r.active=this.activeKey===r.key,r.labelVisibility=t,r.isInitial=this.isInitial})}async onSlotChange(){await this.definedController.whenDefined(),this.updateItems()}};_i.styles=[Ue,w_];w([L({type:Boolean,reflect:!0,converter:we})],_i.prototype,"hide",void 0);w([L({reflect:!0,attribute:"label-visibility"})],_i.prototype,"labelVisibility",void 0);w([L({reflect:!0})],_i.prototype,"value",void 0);w([L({reflect:!0,attribute:"scroll-behavior"})],_i.prototype,"scrollBehavior",void 0);w([qe()],_i.prototype,"activeKey",void 0);w([gi({selector:"mdui-navigation-bar-item",flatten:!0})],_i.prototype,"items",void 0);w([Re("activeKey",!0)],_i.prototype,"onActiveKeyChange",null);w([Re("value")],_i.prototype,"onValueChange",null);w([Re("labelVisibility",!0)],_i.prototype,"onLabelVisibilityChange",null);_i=w([Ae("mdui-navigation-bar")],_i);const Ic=i=>{const e=Tr(),t=ri(),r=e.getComputedStyle(t.documentElement),n=tr(i)?oe(i).innerWidth():ta(i)?i:oe(e).innerWidth(),s=a=>{const c=r.getPropertyValue(`--mdui-breakpoint-${a}`).toLowerCase();return parseFloat(c)},o=a=>{switch(a){case"xs":return"sm";case"sm":return"md";case"md":return"lg";case"lg":return"xl";case"xl":return"xxl"}};return{up(a){return n>=s(a)},down(a){return n<s(a)},only(a){return a==="xxl"?this.up(a):this.up(a)&&this.down(o(a))},not(a){return!this.only(a)},between(a,c){return this.up(a)&&this.down(c)}}},__=$e`:host{--shape-corner:var(--mdui-shape-corner-large);--z-index:2200;display:none;position:fixed;top:0;bottom:0;left:0;z-index:1;width:22.5rem}:host([placement=right]){left:initial;right:0}:host([mobile]),:host([modal]:not([modal=false i])){top:0!important;right:0;bottom:0!important;width:initial;z-index:var(--z-index)}:host([placement=right][mobile]),:host([placement=right][modal]:not([modal=false i])){left:0}:host([contained]:not([contained=false i])){position:absolute}.overlay{position:absolute;inset:0;z-index:inherit;background-color:rgba(var(--mdui-color-scrim),.4)}.panel{display:block;position:absolute;top:0;bottom:0;left:0;width:100%;overflow:auto;z-index:inherit;background-color:rgb(var(--mdui-color-surface));box-shadow:var(--mdui-elevation-level0)}:host([placement=right]) .panel{left:initial;right:0}:host([mobile]) .panel,:host([modal]:not([modal=false i])) .panel{border-radius:0 var(--shape-corner) var(--shape-corner) 0;max-width:80%;width:22.5rem;background-color:rgb(var(--mdui-color-surface-container-low));box-shadow:var(--mdui-elevation-level1)}:host([placement=right][mobile]) .panel,:host([placement=right][modal]:not([modal=false i])) .panel{border-radius:var(--shape-corner) 0 0 var(--shape-corner)}`;let ni=class extends Ar{constructor(){super(...arguments),this.open=!1,this.modal=!1,this.closeOnEsc=!1,this.closeOnOverlayClick=!1,this.placement="left",this.contained=!1,this.mobile=!1,this.overlayRef=Me(),this.panelRef=Me(),this.definedController=new At(this,{needDomReady:!0})}get layoutPlacement(){return this.placement}get lockTarget(){return this.contained||this.isParentLayout?this.parentElement:document.documentElement}get isModal(){return this.mobile||this.modal}async onContainedChange(){await this.definedController.whenDefined(),this.observeResize?.unobserve(),this.setObserveResize()}onPlacementChange(){this.isParentLayout&&this.layoutManager.updateLayout(this)}async onMobileChange(){!this.open||this.isParentLayout||this.contained||(await this.definedController.whenDefined(),this.isModal?(xc(this,this.lockTarget),await this.getLockTargetAnimate(!1,0)):(Is(this,this.lockTarget),await this.getLockTargetAnimate(!0,0)))}async onOpenChange(){let e=this.panelRef.value,t=this.overlayRef.value;const r=this.placement==="right",n=ii(this,"linear"),s=ii(this,"emphasized"),o=(c,l)=>{oe(this.layoutManager.getItemsAndMain()).css("transition",bd(c)?null:`all ${c}ms ${l}`)},a=async()=>{const c=[];if(this.isModal?c.push(t,e):this.isParentLayout||c.push(this.lockTarget),this.isParentLayout){const l=this.layoutManager.getItemsAndMain(),d=l.indexOf(this);c.push(...l.slice(d))}!this.isModal&&!c.includes(this)&&c.push(this),await Promise.all(c.map(l=>ei(l)))};if(this.open){const c=this.hasUpdated;if(c||(await this.updateComplete,e=this.panelRef.value,t=this.overlayRef.value),c&&!this.emit("open",{cancelable:!0}))return;await this.definedController.whenDefined(),this.style.display="block",this.originalTrigger=document.activeElement,this.isModal&&(this.modalHelper.activate(),this.contained||xc(this,this.lockTarget)),await a(),requestAnimationFrame(()=>{const u=this.querySelector("[autofocus]");u?u.focus({preventScroll:!0}):e.focus({preventScroll:!0})});const l=Ai(this,"long2"),d=[];if(this.isModal?d.push(st(t,[{opacity:0},{opacity:1,offset:.3},{opacity:1}],{duration:c?l:0,easing:n})):this.isParentLayout||d.push(this.getLockTargetAnimate(!0,c?l:0)),this.isParentLayout&&c&&(o(l,s),this.layoutManager.updateLayout(this)),d.push(st(this.isModal?e:this,[{transform:`translateX(${r?"":"-"}100%)`},{transform:"translateX(0)"}],{duration:c?l:0,easing:s})),await Promise.all(d),!this.open)return;this.isParentLayout&&c&&o(null),c&&this.emit("opened")}else if(this.hasUpdated){if(!this.emit("close",{cancelable:!0}))return;await this.definedController.whenDefined(),this.isModal&&this.modalHelper.deactivate(),await a();const l=Ai(this,"short4"),d=[];if(this.isModal?d.push(st(t,[{opacity:1},{opacity:0}],{duration:l,easing:n})):this.isParentLayout||d.push(this.getLockTargetAnimate(!1,l)),this.isParentLayout&&(o(l,s),this.layoutManager.updateLayout(this,{width:0})),d.push(st(this.isModal?e:this,[{transform:"translateX(0)"},{transform:`translateX(${r?"":"-"}100%)`}],{duration:l,easing:s})),await Promise.all(d),this.open)return;this.isParentLayout&&o(null),this.style.display="none",this.isModal&&!this.contained&&Is(this,this.lockTarget);const u=this.originalTrigger;vt(u?.focus)&&setTimeout(()=>u.focus()),this.emit("closed")}}connectedCallback(){super.connectedCallback(),this.modalHelper=new xm(this),this.definedController.whenDefined().then(()=>{this.setObserveResize()})}disconnectedCallback(){super.disconnectedCallback(),Is(this,this.lockTarget),this.observeResize?.unobserve()}firstUpdated(e){super.firstUpdated(e),this.addEventListener("keydown",t=>{this.open&&this.closeOnEsc&&t.key==="Escape"&&this.isModal&&(t.stopPropagation(),this.open=!1)})}render(){return Y`${at(this.isModal,()=>Y`<div ${De(this.overlayRef)} part="overlay" class="overlay" @click="${this.onOverlayClick}"></div>`)}<slot ${De(this.panelRef)} part="panel" class="panel" tabindex="0"></slot>`}setObserveResize(){this.observeResize=$r(this.contained?this.parentElement:document.documentElement,()=>{const e=this.contained?this.parentElement:void 0;this.mobile=Ic(e).down("md"),this.isParentLayout&&this.layoutManager.updateLayout(this,{width:this.isModal?0:void 0})})}onOverlayClick(){this.emit("overlay-click"),this.closeOnOverlayClick&&(this.open=!1)}getLockTargetAnimate(e,t){const r=this.placement==="right"?"paddingRight":"paddingLeft",n=oe(this.panelRef.value).innerWidth()+"px";return st(this.lockTarget,[{[r]:e?0:n},{[r]:e?n:0}],{duration:t,easing:ii(this,"emphasized"),fill:"forwards"})}};ni.styles=[Ue,__];w([L({type:Boolean,reflect:!0,converter:we})],ni.prototype,"open",void 0);w([L({type:Boolean,reflect:!0,converter:we})],ni.prototype,"modal",void 0);w([L({type:Boolean,reflect:!0,converter:we,attribute:"close-on-esc"})],ni.prototype,"closeOnEsc",void 0);w([L({type:Boolean,reflect:!0,converter:we,attribute:"close-on-overlay-click"})],ni.prototype,"closeOnOverlayClick",void 0);w([L({reflect:!0})],ni.prototype,"placement",void 0);w([L({type:Boolean,reflect:!0,converter:we})],ni.prototype,"contained",void 0);w([L({type:Boolean,reflect:!0,converter:we})],ni.prototype,"mobile",void 0);w([Re("contained",!0)],ni.prototype,"onContainedChange",null);w([Re("placement",!0)],ni.prototype,"onPlacementChange",null);w([Re("mobile",!0),Re("modal",!0)],ni.prototype,"onMobileChange",null);w([Re("open")],ni.prototype,"onOpenChange",null);ni=w([Ae("mdui-navigation-drawer")],ni);const x_=$e`:host{--shape-corner:var(--mdui-shape-corner-none);--z-index:2000;position:fixed;top:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;border-radius:0 var(--shape-corner) var(--shape-corner) 0;z-index:var(--z-index);width:5rem;background-color:rgb(var(--mdui-color-surface));padding:.375rem .75rem}:host([contained]:not([contained=false i])){position:absolute}:host([divider]:not([divider=false i])){border-right:.0625rem solid rgb(var(--mdui-color-surface-variant));width:5.0625rem}:host([placement=right]){left:initial;right:0;border-radius:var(--shape-corner) 0 0 var(--shape-corner)}:host([placement=right][divider]:not([divider=false i])){border-right:none;border-left:.0625rem solid rgb(var(--mdui-color-surface-variant))}.bottom,.items,.top{display:flex;flex-direction:column;align-items:center;width:100%}.top{margin-bottom:1.75rem}.bottom{margin-top:1.75rem}::slotted([slot=bottom]),::slotted([slot=top]),::slotted(mdui-navigation-rail-item){margin-top:.375rem;margin-bottom:.375rem}:host([alignment=start]) .top-spacer{flex-grow:0}:host([alignment=start]) .bottom-spacer{flex-grow:1}:host([alignment=end]) .top-spacer{flex-grow:1}:host([alignment=end]) .bottom-spacer{flex-grow:0}:host([alignment=center]){justify-content:center}:host([alignment=center]) .bottom,:host([alignment=center]) .top{position:absolute}:host([alignment=center]) .top{top:.375rem}:host([alignment=center]) .bottom{bottom:.375rem}`;let si=class extends Ar{constructor(){super(...arguments),this.placement="left",this.alignment="start",this.contained=!1,this.divider=!1,this.activeKey=0,this.hasSlotController=new $t(this,"top","bottom"),this.definedController=new At(this,{relatedElements:["mdui-navigation-rail-item"]}),this.isInitial=!0}get layoutPlacement(){return this.placement}get parentTarget(){return this.contained||this.isParentLayout?this.parentElement:document.body}get isRight(){return this.placement==="right"}get paddingValue(){return["fixed","absolute"].includes(oe(this).css("position"))?this.offsetWidth:void 0}async onActiveKeyChange(){await this.definedController.whenDefined();const e=this.items.find(t=>t.key===this.activeKey);this.value=e?.value,this.isInitial||this.emit("change")}async onValueChange(){this.isInitial=!this.hasUpdated,await this.definedController.whenDefined();const e=this.items.find(t=>t.value===this.value);this.activeKey=e?.key??0,this.updateItems()}async onContainedChange(){this.isParentLayout||(await this.definedController.whenDefined(),oe(document.body).css({paddingLeft:this.contained||this.isRight?null:this.paddingValue,paddingRight:this.contained||!this.isRight?null:this.paddingValue}),oe(this.parentElement).css({paddingLeft:this.contained&&!this.isRight?this.paddingValue:null,paddingRight:this.contained&&this.isRight?this.paddingValue:null}))}async onPlacementChange(){await this.definedController.whenDefined(),this.layoutManager?.updateLayout(this),this.items.forEach(e=>{e.placement=this.placement}),this.isParentLayout||oe(this.parentTarget).css({paddingLeft:this.isRight?null:this.paddingValue,paddingRight:this.isRight?this.paddingValue:null})}connectedCallback(){super.connectedCallback(),this.isParentLayout||this.definedController.whenDefined().then(()=>{oe(this.parentTarget).css({paddingLeft:this.isRight?null:this.paddingValue,paddingRight:this.isRight?this.paddingValue:null})})}disconnectedCallback(){super.disconnectedCallback(),!this.isParentLayout&&this.definedController.isDefined()&&oe(this.parentTarget).css({paddingLeft:this.isRight?void 0:null,paddingRight:this.isRight?null:void 0})}render(){const e=this.hasSlotController.test("top"),t=this.hasSlotController.test("bottom");return Y`${at(e,()=>Y`<slot name="top" part="top" class="top"></slot>`)} <span class="top-spacer"></span><slot part="items" class="items" @slotchange="${this.onSlotChange}" @click="${this.onClick}"></slot><span class="bottom-spacer"></span> ${at(t,()=>Y`<slot name="bottom" part="bottom" class="bottom"></slot>`)}`}onClick(e){if(e.button)return;const r=e.target.closest("mdui-navigation-rail-item");r&&(this.activeKey=r.key,this.isInitial=!1,this.updateItems())}updateItems(){this.items.forEach(e=>{e.active=this.activeKey===e.key,e.placement=this.placement,e.isInitial=this.isInitial})}async onSlotChange(){await this.definedController.whenDefined(),this.updateItems()}};si.styles=[Ue,x_];w([L({reflect:!0})],si.prototype,"value",void 0);w([L({reflect:!0})],si.prototype,"placement",void 0);w([L({reflect:!0})],si.prototype,"alignment",void 0);w([L({type:Boolean,reflect:!0,converter:we})],si.prototype,"contained",void 0);w([L({type:Boolean,reflect:!0,converter:we})],si.prototype,"divider",void 0);w([qe()],si.prototype,"activeKey",void 0);w([gi({selector:"mdui-navigation-rail-item",flatten:!0})],si.prototype,"items",void 0);w([Re("activeKey",!0)],si.prototype,"onActiveKeyChange",null);w([Re("value")],si.prototype,"onValueChange",null);w([Re("contained",!0)],si.prototype,"onContainedChange",null);w([Re("placement",!0)],si.prototype,"onPlacementChange",null);si=w([Ae("mdui-navigation-rail")],si);const E_=$e`:host{--shape-corner-indicator:var(--mdui-shape-corner-full);position:relative;z-index:0;width:100%;--mdui-comp-ripple-state-layer-color:var(--mdui-color-on-surface-variant)}.container{display:flex;flex-direction:column;align-items:center;justify-content:center;text-decoration:none;cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;height:3.5rem}.container:not(.initial){transition:padding var(--mdui-motion-duration-short4) var(--mdui-motion-easing-standard)}mdui-ripple{z-index:1;width:3.5rem;height:2rem;border-radius:var(--mdui-shape-corner-full)}.container:not(.has-label)+mdui-ripple{height:3.5rem}.indicator{position:relative;display:flex;align-items:center;justify-content:center;background-color:transparent;border-radius:var(--shape-corner-indicator);height:2rem;width:2rem}:not(.initial) .indicator{transition:background-color var(--mdui-motion-duration-short1) var(--mdui-motion-easing-standard),width var(--mdui-motion-duration-short4) var(--mdui-motion-easing-standard),height var(--mdui-motion-duration-short4) var(--mdui-motion-easing-standard)}::slotted([slot=badge]){position:absolute;transform:translate(50%,-50%)}.placement-right::slotted([slot=badge]){transform:translate(-50%,-50%)}::slotted([slot=badge][variant=small]){transform:translate(.5625rem,-.5625rem)}.placement-right::slotted([slot=badge][variant=small]){transform:translate(-.5625rem,-.5625rem)}.active-icon,.icon{color:rgb(var(--mdui-color-on-surface-variant));font-size:1.5rem}.active-icon mdui-icon,.icon mdui-icon,::slotted([slot=active-icon]),::slotted([slot=icon]){font-size:inherit}.icon{display:flex}.active-icon{display:none}.label{display:flex;align-items:center;height:1rem;color:rgb(var(--mdui-color-on-surface-variant));margin-top:.25rem;margin-bottom:.25rem;font-size:var(--mdui-typescale-label-medium-size);font-weight:var(--mdui-typescale-label-medium-weight);letter-spacing:var(--mdui-typescale-label-medium-tracking);line-height:var(--mdui-typescale-label-medium-line-height)}:not(.initial) .label{transition:opacity var(--mdui-motion-duration-short4) var(--mdui-motion-easing-linear)}:host([active]){--mdui-comp-ripple-state-layer-color:var(--mdui-color-on-surface)}:host([active]) .indicator{width:3.5rem;background-color:rgb(var(--mdui-color-secondary-container))}:host([active]) :not(.has-label) .indicator{height:3.5rem}:host([active]) .active-icon,:host([active]) .icon{color:rgb(var(--mdui-color-on-secondary-container))}:host([active]) .has-active-icon .active-icon{display:flex}:host([active]) .has-active-icon .icon{display:none}:host([active]) .label{color:rgb(var(--mdui-color-on-surface))}`;let Hi=class extends Mn(Oi(bi(Ke))){constructor(){super(...arguments),this.active=!1,this.isInitial=!0,this.placement="left",this.disabled=!1,this.key=Cr(),this.rippleRef=Me(),this.hasSlotController=new $t(this,"[default]","active-icon")}get rippleElement(){return this.rippleRef.value}get rippleDisabled(){return this.disabled}get focusElement(){return this.href?this.renderRoot?.querySelector("._a"):this}get focusDisabled(){return this.disabled}render(){const e=this.hasSlotController.test("[default]"),t=qi({container:!0,"has-label":e,"has-active-icon":this.activeIcon||this.hasSlotController.test("active-icon"),initial:this.isInitial});return Y`${this.href?this.renderAnchor({part:"container",className:t,content:this.renderInner(e)}):Y`<div part="container" class="${t}">${this.renderInner(e)}</div>`}<mdui-ripple .noRipple="${!this.active||this.noRipple}" ${De(this.rippleRef)}></mdui-ripple>`}renderInner(e){return Y`<div part="indicator" class="indicator"><slot name="badge" part="badge" class="${bt({badge:!0,"placement-right":this.placement==="right"})}"></slot><slot name="active-icon" part="active-icon" class="active-icon">${this.activeIcon?Y`<mdui-icon name="${this.activeIcon}"></mdui-icon>`:Ye}</slot><slot name="icon" part="icon" class="icon">${this.icon?Y`<mdui-icon name="${this.icon}"></mdui-icon>`:Ye}</slot></div>${e?Y`<slot part="label" class="label"></slot>`:Je}`}};Hi.styles=[Ue,E_];w([L({reflect:!0})],Hi.prototype,"icon",void 0);w([L({reflect:!0,attribute:"active-icon"})],Hi.prototype,"activeIcon",void 0);w([L({reflect:!0})],Hi.prototype,"value",void 0);w([L({type:Boolean,reflect:!0,converter:we})],Hi.prototype,"active",void 0);w([qe()],Hi.prototype,"isInitial",void 0);w([qe()],Hi.prototype,"placement",void 0);w([qe()],Hi.prototype,"disabled",void 0);Hi=w([Ae("mdui-navigation-rail-item")],Hi);let Tc=class extends yt{render(){return Ii('<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2z"/>')}};Tc.styles=Ri;Tc=w([Ae("mdui-icon-circle")],Tc);let Cc=class extends yt{render(){return Ii('<path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/>')}};Cc.styles=Ri;Cc=w([Ae("mdui-icon-radio-button-unchecked")],Cc);const S_=$e`:host{position:relative;display:inline-flex;align-items:center;cursor:pointer;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;touch-action:manipulation;zoom:1;-webkit-user-drag:none;border-radius:.125rem;font-size:var(--mdui-typescale-label-large-size);font-weight:var(--mdui-typescale-label-large-weight);letter-spacing:var(--mdui-typescale-label-large-tracking);line-height:var(--mdui-typescale-label-large-line-height)}.icon{display:flex;position:absolute;font-size:1.5rem}:not(.initial) .icon{transition-duration:var(--mdui-motion-duration-short4);transition-timing-function:var(--mdui-motion-easing-standard)}.unchecked-icon{transition-property:color;color:rgb(var(--mdui-color-on-surface-variant))}:host([focused]) .unchecked-icon,:host([hover]) .unchecked-icon,:host([pressed]) .unchecked-icon{color:rgb(var(--mdui-color-on-surface))}.checked-icon{opacity:0;transform:scale(.2);transition-property:color,opacity,transform;color:rgb(var(--mdui-color-primary))}.icon .i,::slotted([slot=checked-icon]),::slotted([slot=unchecked-icon]){color:inherit;font-size:inherit}i{position:relative;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden;border-radius:50%;width:2.5rem;height:2.5rem;--mdui-comp-ripple-state-layer-color:var(--mdui-color-on-surface)}.label{display:flex;width:100%;padding-top:.625rem;padding-bottom:.625rem;color:rgb(var(--mdui-color-on-surface))}.label:not(.initial){transition:color var(--mdui-motion-duration-short4) var(--mdui-motion-easing-standard)}:host([checked]:not([checked=false i])) i{--mdui-comp-ripple-state-layer-color:var(--mdui-color-primary)}:host([checked]:not([checked=false i])) .icon{color:rgb(var(--mdui-color-primary))}:host([checked]:not([checked=false i])) .checked-icon{opacity:1;transform:scale(.5)}i.invalid{--mdui-comp-ripple-state-layer-color:var(--mdui-color-error)}i.invalid .icon{color:rgb(var(--mdui-color-error))}.label.invalid{color:rgb(var(--mdui-color-error))}:host([disabled]:not([disabled=false i])),:host([group-disabled]){cursor:default;pointer-events:none}:host([disabled]:not([disabled=false i])) .icon,:host([group-disabled]) .icon{color:rgba(var(--mdui-color-on-surface),38%)}:host([disabled]:not([disabled=false i])) .label,:host([group-disabled]) .label{color:rgba(var(--mdui-color-on-surface),38%)}`;let fi=class extends Oi(bi(Ke)){constructor(){super(...arguments),this.value="",this.disabled=!1,this.checked=!1,this.invalid=!1,this.groupDisabled=!1,this.focusable=!0,this.isInitial=!0,this.rippleRef=Me()}get rippleElement(){return this.rippleRef.value}get rippleDisabled(){return this.isDisabled()}get focusElement(){return this}get focusDisabled(){return this.isDisabled()||!this.focusable}onCheckedChange(){this.emit("change")}firstUpdated(e){super.firstUpdated(e),this.addEventListener("click",()=>{this.isDisabled()||(this.checked=!0)})}render(){const e=bt({invalid:this.invalid,initial:this.isInitial});return Y`<i part="control" class="${e}"><mdui-ripple ${De(this.rippleRef)} .noRipple="${this.noRipple}"></mdui-ripple><slot name="unchecked-icon" part="unchecked-icon" class="icon unchecked-icon">${this.uncheckedIcon?Y`<mdui-icon name="${this.uncheckedIcon}" class="i"></mdui-icon>`:Y`<mdui-icon-radio-button-unchecked class="i"></mdui-icon-radio-button-unchecked>`}</slot><slot name="checked-icon" part="checked-icon" class="icon checked-icon">${this.checkedIcon?Y`<mdui-icon name="${this.checkedIcon}" class="i"></mdui-icon>`:Y`<mdui-icon-circle class="i"></mdui-icon-circle>`}</slot></i><slot part="label" class="label ${e}"></slot>`}isDisabled(){return this.disabled||this.groupDisabled}};fi.styles=[Ue,S_];w([L({reflect:!0})],fi.prototype,"value",void 0);w([L({type:Boolean,reflect:!0,converter:we})],fi.prototype,"disabled",void 0);w([L({type:Boolean,reflect:!0,converter:we})],fi.prototype,"checked",void 0);w([L({reflect:!0,attribute:"unchecked-icon"})],fi.prototype,"uncheckedIcon",void 0);w([L({reflect:!0,attribute:"checked-icon"})],fi.prototype,"checkedIcon",void 0);w([qe()],fi.prototype,"invalid",void 0);w([L({type:Boolean,reflect:!0,converter:we,attribute:"group-disabled"})],fi.prototype,"groupDisabled",void 0);w([qe()],fi.prototype,"focusable",void 0);w([qe()],fi.prototype,"isInitial",void 0);w([Re("checked",!0)],fi.prototype,"onCheckedChange",null);fi=w([Ae("mdui-radio")],fi);const k_=$e`:host{display:inline-block}fieldset{border:none;padding:0;margin:0;min-width:0}input{position:absolute;padding:0;opacity:0;pointer-events:none;width:1.25rem;height:1.25rem;margin:0 0 0 .625rem}`;let xi=class extends Ke{constructor(){super(...arguments),this.disabled=!1,this.name="",this.value="",this.defaultValue="",this.required=!1,this.invalid=!1,this.isInitial=!0,this.inputRef=Me(),this.formController=new dr(this),this.definedController=new At(this,{relatedElements:["mdui-radio"]})}get validity(){return this.inputRef.value.validity}get validationMessage(){return this.inputRef.value.validationMessage}get items(){return oe(this).find("mdui-radio").get()}get itemsEnabled(){return oe(this).find("mdui-radio:not([disabled])").get()}async onValueChange(){this.isInitial=!1,await this.definedController.whenDefined(),this.emit("input"),this.emit("change"),this.updateItems(),this.updateRadioFocusable(),await this.updateComplete;const e=this.formController.getForm();e&&Et.get(e)?.has(this)?(this.invalid=!1,Et.get(e).delete(this)):this.invalid=!this.inputRef.value.checkValidity()}async onInvalidChange(){await this.definedController.whenDefined(),this.updateItems()}checkValidity(){const e=this.inputRef.value.checkValidity();return e||this.emit("invalid",{bubbles:!1,cancelable:!0,composed:!1}),e}reportValidity(){return this.invalid=!this.inputRef.value.reportValidity(),this.invalid&&(this.emit("invalid",{bubbles:!1,cancelable:!0,composed:!1})||(this.inputRef.value.blur(),this.inputRef.value.focus())),!this.invalid}setCustomValidity(e){this.inputRef.value.setCustomValidity(e),this.invalid=!this.inputRef.value.checkValidity()}render(){return Y`<fieldset><input ${De(this.inputRef)} type="radio" class="input" name="${Be(this.name)}" value="${Be(this.value)}" .checked="${!!this.value}" .required="${this.required}" tabindex="-1" @keydown="${this.onKeyDown}"><slot @click="${this.onClick}" @keydown="${this.onKeyDown}" @slotchange="${this.onSlotChange}" @change="${this.onCheckedChange}"></slot></fieldset>`}updateRadioFocusable(){const e=this.items,t=e.find(r=>r.checked);t?e.forEach(r=>{r.focusable=r===t}):this.itemsEnabled.forEach((r,n)=>{r.focusable=!n})}async onClick(e){await this.definedController.whenDefined();const r=e.target.closest("mdui-radio");!r||r.disabled||(this.value=r.value,await this.updateComplete,r.focus())}async onKeyDown(e){if(!["ArrowUp","ArrowDown","ArrowLeft","ArrowRight"," "].includes(e.key))return;e.preventDefault(),await this.definedController.whenDefined();const t=this.itemsEnabled,r=t.find(o=>o.checked)??t[0],n=e.key===" "?0:["ArrowUp","ArrowLeft"].includes(e.key)?-1:1;let s=t.indexOf(r)+n;s<0&&(s=t.length-1),s>t.length-1&&(s=0),this.value=t[s].value,await this.updateComplete,t[s].focus()}async onSlotChange(){await this.definedController.whenDefined(),this.updateItems(),this.updateRadioFocusable()}onCheckedChange(e){e.stopPropagation()}updateItems(){this.items.forEach(e=>{e.checked=e.value===this.value,e.invalid=this.invalid,e.groupDisabled=this.disabled,e.isInitial=this.isInitial})}};xi.styles=[Ue,k_];w([L({type:Boolean,reflect:!0,converter:we})],xi.prototype,"disabled",void 0);w([L({reflect:!0})],xi.prototype,"form",void 0);w([L({reflect:!0})],xi.prototype,"name",void 0);w([L({reflect:!0})],xi.prototype,"value",void 0);w([Nr()],xi.prototype,"defaultValue",void 0);w([L({type:Boolean,reflect:!0,converter:we})],xi.prototype,"required",void 0);w([qe()],xi.prototype,"invalid",void 0);w([Re("value",!0)],xi.prototype,"onValueChange",null);w([Re("invalid",!0),Re("disabled")],xi.prototype,"onInvalidChange",null);xi=w([Ae("mdui-radio-group")],xi);/**
509
509
  * @license
510
510
  * Copyright 2021 Google LLC
511
511
  * SPDX-License-Identifier: BSD-3-Clause
512
- */function*pn(i,e){if(i!==void 0){let t=0;for(const r of i)yield e(r,t++)}}const k_=$e`:host{position:relative;display:block;width:100%;-webkit-tap-highlight-color:transparent;height:2.5rem;padding:0 1.25rem}label{position:relative;display:block;width:100%;height:100%}input[type=range]{position:absolute;inset:0;z-index:4;height:100%;cursor:pointer;opacity:0;appearance:none;width:calc(100% + 20rem * 2 / 16);margin:0 -1.25rem;padding:0 .75rem}:host([disabled]:not([disabled=false i])) input[type=range]{cursor:not-allowed}.track-active,.track-inactive{position:absolute;top:50%;height:.25rem;margin-top:-.125rem}.track-inactive{left:-.125rem;right:-.125rem;border-radius:var(--mdui-shape-corner-full);background-color:rgb(var(--mdui-color-surface-container-highest))}.invalid .track-inactive{background-color:rgba(var(--mdui-color-error),.12)}:host([disabled]:not([disabled=false i])) .track-inactive{background-color:rgba(var(--mdui-color-on-surface),.12)}.track-active{background-color:rgb(var(--mdui-color-primary))}.invalid .track-active{background-color:rgb(var(--mdui-color-error))}:host([disabled]:not([disabled=false i])) .track-active{background-color:rgba(var(--mdui-color-on-surface),.38)}.handle{position:absolute;top:50%;transform:translate(-50%);cursor:pointer;z-index:2;width:2.5rem;height:2.5rem;margin-top:-1.25rem;--mdui-comp-ripple-state-layer-color:var(--mdui-color-primary)}.invalid .handle{--mdui-comp-ripple-state-layer-color:var(--mdui-color-error)}.handle .elevation,.handle::before{position:absolute;display:block;content:' ';left:.625rem;top:.625rem;width:1.25rem;height:1.25rem;border-radius:var(--mdui-shape-corner-full)}.handle .elevation{background-color:rgb(var(--mdui-color-primary));box-shadow:var(--mdui-elevation-level1)}.invalid .handle .elevation{background-color:rgb(var(--mdui-color-error))}:host([disabled]:not([disabled=false i])) .handle .elevation{background-color:rgba(var(--mdui-color-on-surface),.38);box-shadow:var(--mdui-elevation-level0)}.handle::before{background-color:rgb(var(--mdui-color-background))}.handle mdui-ripple{border-radius:var(--mdui-shape-corner-full)}.label{position:absolute;left:50%;transform:translateX(-50%) scale(0);transform-origin:center bottom;display:flex;align-items:center;justify-content:center;cursor:default;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;transition:transform var(--mdui-motion-duration-short2) var(--mdui-motion-easing-standard);bottom:2.5rem;min-width:1.75rem;height:1.75rem;padding:.375rem .5rem;border-radius:var(--mdui-shape-corner-full);color:rgb(var(--mdui-color-on-primary));font-size:var(--mdui-typescale-label-medium-size);font-weight:var(--mdui-typescale-label-medium-weight);letter-spacing:var(--mdui-typescale-label-medium-tracking);line-height:var(--mdui-typescale-label-medium-line-height);background-color:rgb(var(--mdui-color-primary))}.invalid .label{color:rgb(var(--mdui-color-on-error));background-color:rgb(var(--mdui-color-error))}.label::after{content:' ';position:absolute;z-index:-1;transform:rotate(45deg);width:.875rem;height:.875rem;bottom:-.125rem;background-color:rgb(var(--mdui-color-primary))}.invalid .label::after{background-color:rgb(var(--mdui-color-error))}.label-visible{transform:translateX(-50%) scale(1);transition:transform var(--mdui-motion-duration-short4) var(--mdui-motion-easing-standard)}.tickmark{position:absolute;top:50%;transform:translate(-50%);width:.125rem;height:.125rem;margin-top:-.0625rem;border-radius:var(--mdui-shape-corner-full);background-color:rgba(var(--mdui-color-on-surface-variant),.38)}.invalid .tickmark{background-color:rgba(var(--mdui-color-error),.38)}.tickmark.active{background-color:rgba(var(--mdui-color-on-primary),.38)}.invalid .tickmark.active{background-color:rgba(var(--mdui-color-on-error),.38)}:host([disabled]:not([disabled=false i])) .tickmark{background-color:rgba(var(--mdui-color-on-surface),.38)}`;class Pt extends Oi(bi(Ke)){constructor(){super(...arguments),this.min=0,this.max=100,this.step=1,this.tickmarks=!1,this.nolabel=!1,this.disabled=!1,this.name="",this.invalid=!1,this.labelVisible=!1,this.inputRef=Me(),this.trackActiveRef=Me(),this.labelFormatter=e=>e.toString()}get validity(){return this.inputRef.value.validity}get validationMessage(){return this.inputRef.value.validationMessage}get rippleDisabled(){return this.disabled}get focusElement(){return this.inputRef.value}get focusDisabled(){return this.disabled}onDisabledChange(){this.invalid=!this.inputRef.value.checkValidity()}checkValidity(){const e=this.inputRef.value.checkValidity();return e||this.emit("invalid",{bubbles:!1,cancelable:!0,composed:!1}),e}reportValidity(){return this.invalid=!this.inputRef.value.reportValidity(),this.invalid&&(this.emit("invalid",{bubbles:!1,cancelable:!0,composed:!1})||(this.blur(),this.focus())),!this.invalid}setCustomValidity(e){this.inputRef.value.setCustomValidity(e),this.invalid=!this.inputRef.value.checkValidity()}fixValue(e){const{min:t,max:r,step:n}=this;e=Math.min(Math.max(e,t),r);const s=Math.round((e-t)/n);let o=t+s*n;return o>r&&(o-=n),o}getCandidateValues(){return Array.from({length:this.max-this.min+1},(e,t)=>t+this.min).filter(e=>!((e-this.min)%this.step))}renderLabel(e){return at(!this.nolabel,()=>Y`<div part="label" class="label ${bt({"label-visible":this.labelVisible})}">${this.labelFormatter(e)}</div>`)}onChange(){this.emit("change")}}Pt.styles=[Ue,k_];w([L({type:Number,reflect:!0})],Pt.prototype,"min",void 0);w([L({type:Number,reflect:!0})],Pt.prototype,"max",void 0);w([L({type:Number,reflect:!0})],Pt.prototype,"step",void 0);w([L({type:Boolean,reflect:!0,converter:we})],Pt.prototype,"tickmarks",void 0);w([L({type:Boolean,reflect:!0,converter:we})],Pt.prototype,"nolabel",void 0);w([L({type:Boolean,reflect:!0,converter:we})],Pt.prototype,"disabled",void 0);w([L({reflect:!0})],Pt.prototype,"form",void 0);w([L({reflect:!0})],Pt.prototype,"name",void 0);w([qe()],Pt.prototype,"invalid",void 0);w([qe()],Pt.prototype,"labelVisible",void 0);w([L({attribute:!1})],Pt.prototype,"labelFormatter",void 0);w([Re("disabled",!0)],Pt.prototype,"onDisabledChange",null);let Cn=class extends Pt{constructor(){super(...arguments),this.defaultValue=[],this.currentHandle="start",this.rippleStartRef=Me(),this.rippleEndRef=Me(),this.handleStartRef=Me(),this.handleEndRef=Me(),this.formController=new dr(this),this._value=[],this.getRippleIndex=()=>this.hoverHandle?this.hoverHandle==="start"?0:1:this.currentHandle==="start"?0:1}get value(){return this._value}set value(e){const t=[...this._value];this._value=[this.fixValue(e[0]),this.fixValue(e[1])],this.requestUpdate("value",t),this.updateComplete.then(()=>{this.updateStyle();const r=this.formController.getForm();r&&Et.get(r)?.has(this)?(this.invalid=!1,Et.get(r).delete(this)):this.invalid=!this.inputRef.value.checkValidity()})}get rippleElement(){return[this.rippleStartRef.value,this.rippleEndRef.value]}connectedCallback(){super.connectedCallback(),this.value.length||(this.value=[this.min,this.max]),this.value[0]=this.fixValue(this.value[0]),this.value[1]=this.fixValue(this.value[1]),this.defaultValue.length||(this.defaultValue=[...this.value])}firstUpdated(e){super.firstUpdated(e);const t=s=>{const o=oe(this),a=parseFloat(o.css("padding-left")),c=parseFloat(o.css("padding-right")),l=(s.offsetX-a)/(this.clientWidth-a-c),d=(this.max-this.min)*l+this.min,u=(this.value[1]-this.value[0])/2+this.value[0];return d>u?"end":"start"},r=()=>{this.disabled||(this.labelVisible=!0)},n=()=>{this.disabled||(this.labelVisible=!1)};this.addEventListener("touchstart",r),this.addEventListener("mousedown",r),this.addEventListener("touchend",n),this.addEventListener("mouseup",n),this.addEventListener("pointerdown",s=>{this.currentHandle=t(s)}),this.addEventListener("pointermove",s=>{const o=t(s);this.hoverHandle!==o&&(this.endHover(s),this.hoverHandle=o,this.startHover(s))}),this.updateStyle()}render(){return Y`<label class="${bt({invalid:this.invalid})}"><input ${De(this.inputRef)} type="range" step="${this.step}" min="${this.min}" max="${this.max}" ?disabled="${this.disabled}" @input="${this.onInput}" @change="${this.onChange}"><div part="track-inactive" class="track-inactive"></div><div ${De(this.trackActiveRef)} part="track-active" class="track-active"></div><div ${De(this.handleStartRef)} part="handle" class="handle start" style="${zr({"z-index":this.currentHandle==="start"?"2":"1"})}"><div class="elevation"></div><mdui-ripple ${De(this.rippleStartRef)} .noRipple="${this.noRipple}"></mdui-ripple>${this.renderLabel(this.value[0])}</div><div ${De(this.handleEndRef)} part="handle" class="handle end" style="${zr({"z-index":this.currentHandle==="end"?"2":"1"})}"><div class="elevation"></div><mdui-ripple ${De(this.rippleEndRef)} .noRipple="${this.noRipple}"></mdui-ripple>${this.renderLabel(this.value[1])}</div>${at(this.tickmarks,()=>pn(this.getCandidateValues(),e=>Y`<div part="tickmark" class="tickmark ${bt({active:e>this.value[0]&&e<this.value[1]})}" style="${zr({left:`${(e-this.min)/this.max*100}%`,display:e===this.value[0]||e===this.value[1]?"none":"block"})}"></div>`))}</label>`}updateStyle(){const e=n=>(n-this.min)/(this.max-this.min)*100,t=e(this.value[0]),r=e(this.value[1]);this.trackActiveRef.value.style.width=`${r-t}%`,this.trackActiveRef.value.style.left=`${t}%`,this.handleStartRef.value.style.left=`${t}%`,this.handleEndRef.value.style.left=`${r}%`}onInput(){const e=this.currentHandle==="start",t=parseFloat(this.inputRef.value.value),r=this.value[0],n=this.value[1],s=()=>{this.updateStyle()};e?t<=n?(this.value=[t,n],s()):r!==n&&(this.value=[n,n],s()):t>=r?(this.value=[r,t],s()):r!==n&&(this.value=[r,r],s())}};Cn.styles=[Pt.styles];w([Nr()],Cn.prototype,"defaultValue",void 0);w([qe()],Cn.prototype,"currentHandle",void 0);w([L({type:Array,attribute:!1})],Cn.prototype,"value",null);Cn=w([Ae("mdui-range-slider")],Cn);const R_=$e`:host{position:relative;display:inline-flex;flex-grow:1;flex-shrink:0;float:left;height:100%;overflow:hidden;cursor:pointer;-webkit-tap-highlight-color:transparent;border:.0625rem solid rgb(var(--mdui-color-outline))}.button{width:100%;padding:0 .75rem}:host([invalid]){color:rgb(var(--mdui-color-error));border-color:rgb(var(--mdui-color-error))}:host([invalid]) .button{background-color:rgb(var(--mdui-color-error-container))}:host([selected]){color:rgb(var(--mdui-color-on-secondary-container));background-color:rgb(var(--mdui-color-secondary-container));--mdui-comp-ripple-state-layer-color:var(
512
+ */function*pn(i,e){if(i!==void 0){let t=0;for(const r of i)yield e(r,t++)}}const R_=$e`:host{position:relative;display:block;width:100%;-webkit-tap-highlight-color:transparent;height:2.5rem;padding:0 1.25rem}label{position:relative;display:block;width:100%;height:100%}input[type=range]{position:absolute;inset:0;z-index:4;height:100%;cursor:pointer;opacity:0;appearance:none;width:calc(100% + 20rem * 2 / 16);margin:0 -1.25rem;padding:0 .75rem}:host([disabled]:not([disabled=false i])) input[type=range]{cursor:not-allowed}.track-active,.track-inactive{position:absolute;top:50%;height:.25rem;margin-top:-.125rem}.track-inactive{left:-.125rem;right:-.125rem;border-radius:var(--mdui-shape-corner-full);background-color:rgb(var(--mdui-color-surface-container-highest))}.invalid .track-inactive{background-color:rgba(var(--mdui-color-error),.12)}:host([disabled]:not([disabled=false i])) .track-inactive{background-color:rgba(var(--mdui-color-on-surface),.12)}.track-active{background-color:rgb(var(--mdui-color-primary))}.invalid .track-active{background-color:rgb(var(--mdui-color-error))}:host([disabled]:not([disabled=false i])) .track-active{background-color:rgba(var(--mdui-color-on-surface),.38)}.handle{position:absolute;top:50%;transform:translate(-50%);cursor:pointer;z-index:2;width:2.5rem;height:2.5rem;margin-top:-1.25rem;--mdui-comp-ripple-state-layer-color:var(--mdui-color-primary)}.invalid .handle{--mdui-comp-ripple-state-layer-color:var(--mdui-color-error)}.handle .elevation,.handle::before{position:absolute;display:block;content:' ';left:.625rem;top:.625rem;width:1.25rem;height:1.25rem;border-radius:var(--mdui-shape-corner-full)}.handle .elevation{background-color:rgb(var(--mdui-color-primary));box-shadow:var(--mdui-elevation-level1)}.invalid .handle .elevation{background-color:rgb(var(--mdui-color-error))}:host([disabled]:not([disabled=false i])) .handle .elevation{background-color:rgba(var(--mdui-color-on-surface),.38);box-shadow:var(--mdui-elevation-level0)}.handle::before{background-color:rgb(var(--mdui-color-background))}.handle mdui-ripple{border-radius:var(--mdui-shape-corner-full)}.label{position:absolute;left:50%;transform:translateX(-50%) scale(0);transform-origin:center bottom;display:flex;align-items:center;justify-content:center;cursor:default;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;transition:transform var(--mdui-motion-duration-short2) var(--mdui-motion-easing-standard);bottom:2.5rem;min-width:1.75rem;height:1.75rem;padding:.375rem .5rem;border-radius:var(--mdui-shape-corner-full);color:rgb(var(--mdui-color-on-primary));font-size:var(--mdui-typescale-label-medium-size);font-weight:var(--mdui-typescale-label-medium-weight);letter-spacing:var(--mdui-typescale-label-medium-tracking);line-height:var(--mdui-typescale-label-medium-line-height);background-color:rgb(var(--mdui-color-primary))}.invalid .label{color:rgb(var(--mdui-color-on-error));background-color:rgb(var(--mdui-color-error))}.label::after{content:' ';position:absolute;z-index:-1;transform:rotate(45deg);width:.875rem;height:.875rem;bottom:-.125rem;background-color:rgb(var(--mdui-color-primary))}.invalid .label::after{background-color:rgb(var(--mdui-color-error))}.label-visible{transform:translateX(-50%) scale(1);transition:transform var(--mdui-motion-duration-short4) var(--mdui-motion-easing-standard)}.tickmark{position:absolute;top:50%;transform:translate(-50%);width:.125rem;height:.125rem;margin-top:-.0625rem;border-radius:var(--mdui-shape-corner-full);background-color:rgba(var(--mdui-color-on-surface-variant),.38)}.invalid .tickmark{background-color:rgba(var(--mdui-color-error),.38)}.tickmark.active{background-color:rgba(var(--mdui-color-on-primary),.38)}.invalid .tickmark.active{background-color:rgba(var(--mdui-color-on-error),.38)}:host([disabled]:not([disabled=false i])) .tickmark{background-color:rgba(var(--mdui-color-on-surface),.38)}`;class Pt extends Oi(bi(Ke)){constructor(){super(...arguments),this.min=0,this.max=100,this.step=1,this.tickmarks=!1,this.nolabel=!1,this.disabled=!1,this.name="",this.invalid=!1,this.labelVisible=!1,this.inputRef=Me(),this.trackActiveRef=Me(),this.labelFormatter=e=>e.toString()}get validity(){return this.inputRef.value.validity}get validationMessage(){return this.inputRef.value.validationMessage}get rippleDisabled(){return this.disabled}get focusElement(){return this.inputRef.value}get focusDisabled(){return this.disabled}onDisabledChange(){this.invalid=!this.inputRef.value.checkValidity()}checkValidity(){const e=this.inputRef.value.checkValidity();return e||this.emit("invalid",{bubbles:!1,cancelable:!0,composed:!1}),e}reportValidity(){return this.invalid=!this.inputRef.value.reportValidity(),this.invalid&&(this.emit("invalid",{bubbles:!1,cancelable:!0,composed:!1})||(this.blur(),this.focus())),!this.invalid}setCustomValidity(e){this.inputRef.value.setCustomValidity(e),this.invalid=!this.inputRef.value.checkValidity()}fixValue(e){const{min:t,max:r,step:n}=this;e=Math.min(Math.max(e,t),r);const s=Math.round((e-t)/n);let o=t+s*n;return o>r&&(o-=n),o}getCandidateValues(){return Array.from({length:this.max-this.min+1},(e,t)=>t+this.min).filter(e=>!((e-this.min)%this.step))}renderLabel(e){return at(!this.nolabel,()=>Y`<div part="label" class="label ${bt({"label-visible":this.labelVisible})}">${this.labelFormatter(e)}</div>`)}onChange(){this.emit("change")}}Pt.styles=[Ue,R_];w([L({type:Number,reflect:!0})],Pt.prototype,"min",void 0);w([L({type:Number,reflect:!0})],Pt.prototype,"max",void 0);w([L({type:Number,reflect:!0})],Pt.prototype,"step",void 0);w([L({type:Boolean,reflect:!0,converter:we})],Pt.prototype,"tickmarks",void 0);w([L({type:Boolean,reflect:!0,converter:we})],Pt.prototype,"nolabel",void 0);w([L({type:Boolean,reflect:!0,converter:we})],Pt.prototype,"disabled",void 0);w([L({reflect:!0})],Pt.prototype,"form",void 0);w([L({reflect:!0})],Pt.prototype,"name",void 0);w([qe()],Pt.prototype,"invalid",void 0);w([qe()],Pt.prototype,"labelVisible",void 0);w([L({attribute:!1})],Pt.prototype,"labelFormatter",void 0);w([Re("disabled",!0)],Pt.prototype,"onDisabledChange",null);let Cn=class extends Pt{constructor(){super(...arguments),this.defaultValue=[],this.currentHandle="start",this.rippleStartRef=Me(),this.rippleEndRef=Me(),this.handleStartRef=Me(),this.handleEndRef=Me(),this.formController=new dr(this),this._value=[],this.getRippleIndex=()=>this.hoverHandle?this.hoverHandle==="start"?0:1:this.currentHandle==="start"?0:1}get value(){return this._value}set value(e){const t=[...this._value];this._value=[this.fixValue(e[0]),this.fixValue(e[1])],this.requestUpdate("value",t),this.updateComplete.then(()=>{this.updateStyle();const r=this.formController.getForm();r&&Et.get(r)?.has(this)?(this.invalid=!1,Et.get(r).delete(this)):this.invalid=!this.inputRef.value.checkValidity()})}get rippleElement(){return[this.rippleStartRef.value,this.rippleEndRef.value]}connectedCallback(){super.connectedCallback(),this.value.length||(this.value=[this.min,this.max]),this.value[0]=this.fixValue(this.value[0]),this.value[1]=this.fixValue(this.value[1]),this.defaultValue.length||(this.defaultValue=[...this.value])}firstUpdated(e){super.firstUpdated(e);const t=s=>{const o=oe(this),a=parseFloat(o.css("padding-left")),c=parseFloat(o.css("padding-right")),l=(s.offsetX-a)/(this.clientWidth-a-c),d=(this.max-this.min)*l+this.min,u=(this.value[1]-this.value[0])/2+this.value[0];return d>u?"end":"start"},r=()=>{this.disabled||(this.labelVisible=!0)},n=()=>{this.disabled||(this.labelVisible=!1)};this.addEventListener("touchstart",r),this.addEventListener("mousedown",r),this.addEventListener("touchend",n),this.addEventListener("mouseup",n),this.addEventListener("pointerdown",s=>{this.currentHandle=t(s)}),this.addEventListener("pointermove",s=>{const o=t(s);this.hoverHandle!==o&&(this.endHover(s),this.hoverHandle=o,this.startHover(s))}),this.updateStyle()}render(){return Y`<label class="${bt({invalid:this.invalid})}"><input ${De(this.inputRef)} type="range" step="${this.step}" min="${this.min}" max="${this.max}" ?disabled="${this.disabled}" @input="${this.onInput}" @change="${this.onChange}"><div part="track-inactive" class="track-inactive"></div><div ${De(this.trackActiveRef)} part="track-active" class="track-active"></div><div ${De(this.handleStartRef)} part="handle" class="handle start" style="${zr({"z-index":this.currentHandle==="start"?"2":"1"})}"><div class="elevation"></div><mdui-ripple ${De(this.rippleStartRef)} .noRipple="${this.noRipple}"></mdui-ripple>${this.renderLabel(this.value[0])}</div><div ${De(this.handleEndRef)} part="handle" class="handle end" style="${zr({"z-index":this.currentHandle==="end"?"2":"1"})}"><div class="elevation"></div><mdui-ripple ${De(this.rippleEndRef)} .noRipple="${this.noRipple}"></mdui-ripple>${this.renderLabel(this.value[1])}</div>${at(this.tickmarks,()=>pn(this.getCandidateValues(),e=>Y`<div part="tickmark" class="tickmark ${bt({active:e>this.value[0]&&e<this.value[1]})}" style="${zr({left:`${(e-this.min)/this.max*100}%`,display:e===this.value[0]||e===this.value[1]?"none":"block"})}"></div>`))}</label>`}updateStyle(){const e=n=>(n-this.min)/(this.max-this.min)*100,t=e(this.value[0]),r=e(this.value[1]);this.trackActiveRef.value.style.width=`${r-t}%`,this.trackActiveRef.value.style.left=`${t}%`,this.handleStartRef.value.style.left=`${t}%`,this.handleEndRef.value.style.left=`${r}%`}onInput(){const e=this.currentHandle==="start",t=parseFloat(this.inputRef.value.value),r=this.value[0],n=this.value[1],s=()=>{this.updateStyle()};e?t<=n?(this.value=[t,n],s()):r!==n&&(this.value=[n,n],s()):t>=r?(this.value=[r,t],s()):r!==n&&(this.value=[r,r],s())}};Cn.styles=[Pt.styles];w([Nr()],Cn.prototype,"defaultValue",void 0);w([qe()],Cn.prototype,"currentHandle",void 0);w([L({type:Array,attribute:!1})],Cn.prototype,"value",null);Cn=w([Ae("mdui-range-slider")],Cn);const I_=$e`:host{position:relative;display:inline-flex;flex-grow:1;flex-shrink:0;float:left;height:100%;overflow:hidden;cursor:pointer;-webkit-tap-highlight-color:transparent;border:.0625rem solid rgb(var(--mdui-color-outline))}.button{width:100%;padding:0 .75rem}:host([invalid]){color:rgb(var(--mdui-color-error));border-color:rgb(var(--mdui-color-error))}:host([invalid]) .button{background-color:rgb(var(--mdui-color-error-container))}:host([selected]){color:rgb(var(--mdui-color-on-secondary-container));background-color:rgb(var(--mdui-color-secondary-container));--mdui-comp-ripple-state-layer-color:var(
513
513
  --mdui-color-on-secondary-container
514
- )}:host([disabled]:not([disabled=false i])),:host([group-disabled]){cursor:default;pointer-events:none;color:rgba(var(--mdui-color-on-surface),38%);border-color:rgba(var(--mdui-color-on-surface),12%)}:host([loading]:not([loading=false i])){cursor:default;pointer-events:none}:host(:not(.mdui-segmented-button-first)){margin-left:-.0625rem}:host(.mdui-segmented-button-first){border-radius:var(--shape-corner) 0 0 var(--shape-corner)}:host(.mdui-segmented-button-last){border-radius:0 var(--shape-corner) var(--shape-corner) 0}.end-icon,.icon,.selected-icon{display:inline-flex;font-size:1.28571429em}.end-icon .i,.icon .i,.selected-icon .i,::slotted([slot=end-icon]),::slotted([slot=icon]),::slotted([slot=selected-icon]){font-size:inherit}mdui-circular-progress{width:1.125rem;height:1.125rem}:host([disabled]:not([disabled=false i])) mdui-circular-progress{opacity:.38}.label{display:inline-flex}.has-icon .label{padding-left:.5rem}.has-end-icon .label{padding-right:.5rem}`;let nr=class extends pt{constructor(){super(...arguments),this.selected=!1,this.invalid=!1,this.groupDisabled=!1,this.key=Cr(),this.rippleRef=Me(),this.hasSlotController=new $t(this,"[default]","icon","end-icon")}get rippleElement(){return this.rippleRef.value}get rippleDisabled(){return this.isDisabled()||this.loading}get focusDisabled(){return this.isDisabled()||this.loading}render(){const e=qi({button:!0,"has-icon":this.icon||this.selected||this.loading||this.hasSlotController.test("icon"),"has-end-icon":this.endIcon||this.hasSlotController.test("end-icon")});return Y`<mdui-ripple ${De(this.rippleRef)} .noRipple="${this.noRipple}"></mdui-ripple>${this.isButton()?this.renderButton({className:e,part:"button",content:this.renderInner()}):this.isDisabled()||this.loading?Y`<span part="button" class="_a ${e}">${this.renderInner()}</span>`:this.renderAnchor({className:e,part:"button",content:this.renderInner()})}`}isDisabled(){return this.disabled||this.groupDisabled}renderIcon(){return this.loading?this.renderLoading():this.selected?Y`<slot name="selected-icon" part="selected-icon" class="selected-icon">${this.selectedIcon?Y`<mdui-icon name="${this.selectedIcon}" class="i"></mdui-icon>`:Y`<mdui-icon-check class="i"></mdui-icon-check>`}</slot>`:Y`<slot name="icon" part="icon" class="icon">${this.icon?Y`<mdui-icon name="${this.icon}" class="i"></mdui-icon>`:Ye}</slot>`}renderLabel(){return this.hasSlotController.test("[default]")?Y`<slot part="label" class="label"></slot>`:Ye}renderEndIcon(){return Y`<slot name="end-icon" part="end-icon" class="end-icon">${this.endIcon?Y`<mdui-icon name="${this.endIcon}" class="i"></mdui-icon>`:Ye}</slot>`}renderInner(){return[this.renderIcon(),this.renderLabel(),this.renderEndIcon()]}};nr.styles=[pt.styles,R_];w([L({reflect:!0})],nr.prototype,"icon",void 0);w([L({reflect:!0,attribute:"end-icon"})],nr.prototype,"endIcon",void 0);w([L({reflect:!0,attribute:"selected-icon"})],nr.prototype,"selectedIcon",void 0);w([L({type:Boolean,reflect:!0,converter:we})],nr.prototype,"selected",void 0);w([L({type:Boolean,reflect:!0,converter:we})],nr.prototype,"invalid",void 0);w([L({type:Boolean,reflect:!0,converter:we,attribute:"group-disabled"})],nr.prototype,"groupDisabled",void 0);nr=w([Ae("mdui-segmented-button")],nr);const I_=$e`:host{--shape-corner:var(--mdui-shape-corner-full);position:relative;display:inline-flex;vertical-align:middle;height:2.5rem;font-size:var(--mdui-typescale-label-large-size);font-weight:var(--mdui-typescale-label-large-weight);letter-spacing:var(--mdui-typescale-label-large-tracking);line-height:var(--mdui-typescale-label-large-line-height);color:rgb(var(--mdui-color-on-surface));--mdui-comp-ripple-state-layer-color:var(--mdui-color-on-surface)}:host([full-width]:not([full-width=false i])){display:flex;flex-wrap:nowrap}input,select{position:absolute;width:100%;height:100%;padding:0;opacity:0;pointer-events:none}`;let Ot=class extends Ke{constructor(){super(...arguments),this.fullWidth=!1,this.disabled=!1,this.required=!1,this.name="",this.value="",this.defaultValue="",this.selectedKeys=[],this.invalid=!1,this.isInitial=!0,this.inputRef=Me(),this.formController=new dr(this),this.definedController=new At(this,{relatedElements:["mdui-segmented-button"]})}get validity(){return this.inputRef.value.validity}get validationMessage(){return this.inputRef.value.validationMessage}get items(){return oe(this).find("mdui-segmented-button").get()}get itemsEnabled(){return oe(this).find("mdui-segmented-button:not([disabled])").get()}get isSingle(){return this.selects==="single"}get isMultiple(){return this.selects==="multiple"}get isSelectable(){return this.isSingle||this.isMultiple}async onSelectsChange(){this.isSelectable?this.isSingle&&this.setSelectedKeys(this.selectedKeys.slice(0,1)):this.setSelectedKeys([]),await this.onSelectedKeysChange()}async onSelectedKeysChange(){await this.definedController.whenDefined();const e=this.itemsEnabled.filter(r=>this.selectedKeys.includes(r.key)).map(r=>r.value),t=this.isMultiple?e:e[0]||"";this.setValue(t),this.isInitial||this.emit("change")}async onValueChange(){if(this.isInitial=!this.hasUpdated,await this.definedController.whenDefined(),!this.isSelectable){this.updateItems();return}const e=(this.isSingle?[this.value]:_t(this.value)?[this.value]:this.value).filter(t=>t);if(!e.length)this.setSelectedKeys([]);else if(this.isSingle){const t=this.itemsEnabled.find(r=>r.value===e[0]);this.setSelectedKeys(t?[t.key]:[])}else this.isMultiple&&this.setSelectedKeys(this.itemsEnabled.filter(t=>e.includes(t.value)).map(t=>t.key));if(this.updateItems(),!this.isInitial){const t=this.formController.getForm();t&&Et.get(t)?.has(this)?(this.invalid=!1,Et.get(t).delete(this)):this.invalid=!this.inputRef.value.checkValidity()}}async onInvalidChange(){await this.definedController.whenDefined(),this.updateItems()}connectedCallback(){super.connectedCallback(),this.value=this.isMultiple&&_t(this.value)?this.value?[this.value]:[]:this.value,this.defaultValue=this.selects==="multiple"?[]:""}checkValidity(){const e=this.inputRef.value.checkValidity();return e||this.emit("invalid",{bubbles:!1,cancelable:!0,composed:!1}),e}reportValidity(){return this.invalid=!this.inputRef.value.reportValidity(),this.invalid&&(this.emit("invalid",{bubbles:!1,cancelable:!0,composed:!1})||(this.inputRef.value.blur(),this.inputRef.value.focus())),!this.invalid}setCustomValidity(e){this.inputRef.value.setCustomValidity(e),this.invalid=!this.inputRef.value.checkValidity()}render(){return Y`${at(this.isSelectable&&this.isSingle,()=>Y`<input ${De(this.inputRef)} type="radio" name="${Be(this.name)}" value="1" .disabled="${this.disabled}" .required="${this.required}" .checked="${!!this.value}" tabindex="-1" @keydown="${this.onInputKeyDown}">`)}${at(this.isSelectable&&this.isMultiple,()=>Y`<select ${De(this.inputRef)} name="${Be(this.name)}" .disabled="${this.disabled}" .required="${this.required}" multiple="multiple" tabindex="-1" @keydown="${this.onInputKeyDown}">${pn(this.value,e=>Y`<option selected="selected" value="${e}"></option>`)}</select>`)}<slot @slotchange="${this.onSlotChange}" @click="${this.onClick}"></slot>`}selectOne(e){if(this.isMultiple){const t=[...this.selectedKeys];t.includes(e.key)?t.splice(t.indexOf(e.key),1):t.push(e.key),this.setSelectedKeys(t)}this.isSingle&&(this.selectedKeys.includes(e.key)?this.setSelectedKeys([]):this.setSelectedKeys([e.key])),this.isInitial=!1,this.updateItems()}async onClick(e){if(e.button)return;await this.definedController.whenDefined();const r=e.target.closest("mdui-segmented-button");!r||r.disabled||this.isSelectable&&r.value&&this.selectOne(r)}async onInputKeyDown(e){if(["Enter"," "].includes(e.key)){if(e.preventDefault(),await this.definedController.whenDefined(),this.isSingle){const t=e.target;t.checked=!t.checked,this.selectOne(this.itemsEnabled[0]),this.itemsEnabled[0].focus()}this.isMultiple&&(this.selectOne(this.itemsEnabled[0]),this.itemsEnabled[0].focus())}}async onSlotChange(){await this.definedController.whenDefined(),this.updateItems(!0)}setSelectedKeys(e){In(this.selectedKeys,e)||(this.selectedKeys=e)}setValue(e){this.isSingle?this.value=e:In(this.value,e)||(this.value=e)}updateItems(e=!1){const t=this.items;t.forEach((r,n)=>{r.invalid=this.invalid,r.groupDisabled=this.disabled,r.selected=this.selectedKeys.includes(r.key),e&&(r.classList.toggle("mdui-segmented-button-first",n===0),r.classList.toggle("mdui-segmented-button-last",n===t.length-1))})}};Ot.styles=[Ue,I_];w([L({type:Boolean,reflect:!0,converter:we,attribute:"full-width"})],Ot.prototype,"fullWidth",void 0);w([L({reflect:!0})],Ot.prototype,"selects",void 0);w([L({type:Boolean,reflect:!0,converter:we})],Ot.prototype,"disabled",void 0);w([L({type:Boolean,reflect:!0,converter:we})],Ot.prototype,"required",void 0);w([L({reflect:!0})],Ot.prototype,"form",void 0);w([L({reflect:!0})],Ot.prototype,"name",void 0);w([L()],Ot.prototype,"value",void 0);w([Nr()],Ot.prototype,"defaultValue",void 0);w([qe()],Ot.prototype,"selectedKeys",void 0);w([qe()],Ot.prototype,"invalid",void 0);w([Re("selects",!0)],Ot.prototype,"onSelectsChange",null);w([Re("selectedKeys",!0)],Ot.prototype,"onSelectedKeysChange",null);w([Re("value")],Ot.prototype,"onValueChange",null);w([Re("invalid",!0),Re("disabled")],Ot.prototype,"onInvalidChange",null);Ot=w([Ae("mdui-segmented-button-group")],Ot);let $c=class extends yt{render(){return Ii('<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm3.59-13L12 10.59 8.41 7 7 8.41 10.59 12 7 15.59 8.41 17 12 13.41 15.59 17 17 15.59 13.41 12 17 8.41z"/>')}};$c.styles=Ri;$c=w([Ae("mdui-icon-cancel--outlined")],$c);let Ac=class extends yt{render(){return Ii('<path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"/>')}};Ac.styles=Ri;Ac=w([Ae("mdui-icon-error")],Ac);let Nc=class extends yt{render(){return Ii('<path d="M12 7c2.76 0 5 2.24 5 5 0 .65-.13 1.26-.36 1.83l2.92 2.92c1.51-1.26 2.7-2.89 3.43-4.75-1.73-4.39-6-7.5-11-7.5-1.4 0-2.74.25-3.98.7l2.16 2.16C10.74 7.13 11.35 7 12 7zM2 4.27l2.28 2.28.46.46A11.804 11.804 0 0 0 1 12c1.73 4.39 6 7.5 11 7.5 1.55 0 3.03-.3 4.38-.84l.42.42L19.73 22 21 20.73 3.27 3 2 4.27zM7.53 9.8l1.55 1.55c-.05.21-.08.43-.08.65 0 1.66 1.34 3 3 3 .22 0 .44-.03.65-.08l1.55 1.55c-.67.33-1.41.53-2.2.53-2.76 0-5-2.24-5-5 0-.79.2-1.53.53-2.2zm4.31-.78 3.15 3.15.02-.16c0-1.66-1.34-3-3-3l-.17.01z"/>')}};Nc.styles=Ri;Nc=w([Ae("mdui-icon-visibility-off")],Nc);let Dc=class extends yt{render(){return Ii('<path d="M12 4.5C7 4.5 2.73 7.61 1 12c1.73 4.39 6 7.5 11 7.5s9.27-3.11 11-7.5c-1.73-4.39-6-7.5-11-7.5zM12 17c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5zm0-8c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z"/>')}};Dc.styles=Ri;Dc=w([Ae("mdui-icon-visibility")],Dc);const T_=$e`:host{display:inline-block;width:100%}:host([disabled]:not([disabled=false i])){pointer-events:none}:host([type=hidden]){display:none}.container{position:relative;display:flex;align-items:center;height:100%;padding:.125rem .125rem .125rem 1rem;transition:box-shadow var(--mdui-motion-duration-short4) var(--mdui-motion-easing-standard)}.container.has-icon{padding-left:.75rem}.container.has-action,.container.has-right-icon,.container.has-suffix{padding-right:.75rem}:host([variant=filled]) .container{box-shadow:inset 0 -.0625rem 0 0 rgb(var(--mdui-color-on-surface-variant));background-color:rgb(var(--mdui-color-surface-container-highest));border-radius:var(--mdui-shape-corner-extra-small) var(--mdui-shape-corner-extra-small) 0 0}:host([variant=outlined]) .container{box-shadow:inset 0 0 0 .0625rem rgb(var(--mdui-color-outline));border-radius:var(--mdui-shape-corner-extra-small)}:host([variant=filled]) .container.invalid,:host([variant=filled]) .container.invalid-style{box-shadow:inset 0 -.0625rem 0 0 rgb(var(--mdui-color-error))}:host([variant=outlined]) .container.invalid,:host([variant=outlined]) .container.invalid-style{box-shadow:inset 0 0 0 .0625rem rgb(var(--mdui-color-error))}:host([variant=filled]:hover) .container{box-shadow:inset 0 -.0625rem 0 0 rgb(var(--mdui-color-on-surface))}:host([variant=outlined]:hover) .container{box-shadow:inset 0 0 0 .0625rem rgb(var(--mdui-color-on-surface))}:host([variant=filled]:hover) .container.invalid,:host([variant=filled]:hover) .container.invalid-style{box-shadow:inset 0 -.0625rem 0 0 rgb(var(--mdui-color-on-error-container))}:host([variant=outlined]:hover) .container.invalid,:host([variant=outlined]:hover) .container.invalid-style{box-shadow:inset 0 0 0 .0625rem rgb(var(--mdui-color-on-error-container))}:host([variant=filled][focused-style]) .container,:host([variant=filled][focused]) .container{box-shadow:inset 0 -.125rem 0 0 rgb(var(--mdui-color-primary))}:host([variant=outlined][focused-style]) .container,:host([variant=outlined][focused]) .container{box-shadow:inset 0 0 0 .125rem rgb(var(--mdui-color-primary))}:host([variant=filled][focused-style]) .container.invalid,:host([variant=filled][focused-style]) .container.invalid-style,:host([variant=filled][focused]) .container.invalid,:host([variant=filled][focused]) .container.invalid-style{box-shadow:inset 0 -.125rem 0 0 rgb(var(--mdui-color-error))}:host([variant=outlined][focused-style]) .container.invalid,:host([variant=outlined][focused-style]) .container.invalid-style,:host([variant=outlined][focused]) .container.invalid,:host([variant=outlined][focused]) .container.invalid-style{box-shadow:inset 0 0 0 .125rem rgb(var(--mdui-color-error))}:host([variant=filled][disabled]:not([disabled=false i])) .container{box-shadow:inset 0 -.0625rem 0 0 rgba(var(--mdui-color-on-surface),38%);background-color:rgba(var(--mdui-color-on-surface),4%)}:host([variant=outlined][disabled]:not([disabled=false i])) .container{box-shadow:inset 0 0 0 .125rem rgba(var(--mdui-color-on-surface),12%)}.action,.icon,.prefix,.right-icon,.suffix{display:flex;-webkit-user-select:none;user-select:none;color:rgb(var(--mdui-color-on-surface-variant))}:host([disabled]:not([disabled=false i])) .action,:host([disabled]:not([disabled=false i])) .icon,:host([disabled]:not([disabled=false i])) .prefix,:host([disabled]:not([disabled=false i])) .right-icon,:host([disabled]:not([disabled=false i])) .suffix{color:rgba(var(--mdui-color-on-surface),38%)}.invalid .right-icon,.invalid-style .right-icon{color:rgb(var(--mdui-color-error))}:host(:hover) .invalid .right-icon,:host(:hover) .invalid-style .right-icon{color:rgb(var(--mdui-color-on-error-container))}:host([focused-style]) .invalid .right-icon,:host([focused-style]) .invalid-style .right-icon,:host([focused]) .invalid .right-icon,:host([focused]) .invalid-style .right-icon{color:rgb(var(--mdui-color-error))}.action,.icon,.right-icon{font-size:1.5rem}.action mdui-button-icon,.icon mdui-button-icon,.right-icon mdui-button-icon,::slotted(mdui-button-icon[slot]){margin-left:-.5rem;margin-right:-.5rem}.action .i,.icon .i,.right-icon .i,::slotted([slot$=icon]){font-size:inherit}.has-icon .icon{margin-right:1rem}.has-prefix .prefix{padding-right:.125rem}.has-action .action{margin-left:.75rem}.has-suffix .suffix{padding-right:.25rem;padding-left:.125rem}.has-right-icon .right-icon{margin-left:.75rem}.prefix,.suffix{display:none;font-size:var(--mdui-typescale-body-large-size);font-weight:var(--mdui-typescale-body-large-weight);letter-spacing:var(--mdui-typescale-body-large-tracking);line-height:var(--mdui-typescale-body-large-line-height)}:host([variant=filled][label]) .prefix,:host([variant=filled][label]) .suffix{padding-top:1rem}.has-value .prefix,.has-value .suffix,:host([focused-style]) .prefix,:host([focused-style]) .suffix,:host([focused]) .prefix,:host([focused]) .suffix{display:flex}.input-container{display:flex;width:100%;height:100%}.label{position:absolute;pointer-events:none;max-width:calc(100% - 1rem);display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:1;transition:all var(--mdui-motion-duration-short4) var(--mdui-motion-easing-standard);top:1rem;color:rgb(var(--mdui-color-on-surface-variant));font-size:var(--mdui-typescale-body-large-size);font-weight:var(--mdui-typescale-body-large-weight);letter-spacing:var(--mdui-typescale-body-large-tracking);line-height:var(--mdui-typescale-body-large-line-height)}.invalid .label,.invalid-style .label{color:rgb(var(--mdui-color-error))}:host([variant=outlined]) .label{padding:0 .25rem;margin:0 -.25rem}:host([variant=outlined]:hover) .label{color:rgb(var(--mdui-color-on-surface))}:host([variant=filled]:hover) .invalid .label,:host([variant=filled]:hover) .invalid-style .label,:host([variant=outlined]:hover) .invalid .label,:host([variant=outlined]:hover) .invalid-style .label{color:rgb(var(--mdui-color-on-error-container))}:host([variant=filled][focused-style]) .label,:host([variant=filled][focused]) .label,:host([variant=outlined][focused-style]) .label,:host([variant=outlined][focused]) .label{color:rgb(var(--mdui-color-primary))}:host([variant=filled]) .has-value .label,:host([variant=filled][focused-style]) .label,:host([variant=filled][focused]) .label,:host([variant=filled][type=date]) .label,:host([variant=filled][type=datetime-local]) .label,:host([variant=filled][type=month]) .label,:host([variant=filled][type=time]) .label,:host([variant=filled][type=week]) .label{font-size:var(--mdui-typescale-body-small-size);font-weight:var(--mdui-typescale-body-small-weight);letter-spacing:var(--mdui-typescale-body-small-tracking);line-height:var(--mdui-typescale-body-small-line-height);top:.25rem}:host([variant=outlined]) .has-value .label,:host([variant=outlined][focused-style]) .label,:host([variant=outlined][focused]) .label,:host([variant=outlined][type=date]) .label,:host([variant=outlined][type=datetime-local]) .label,:host([variant=outlined][type=month]) .label,:host([variant=outlined][type=time]) .label,:host([variant=outlined][type=week]) .label{font-size:var(--mdui-typescale-body-small-size);font-weight:var(--mdui-typescale-body-small-weight);letter-spacing:var(--mdui-typescale-body-small-tracking);line-height:var(--mdui-typescale-body-small-line-height);top:-.5rem;left:.75rem;background-color:rgb(var(--mdui-color-background))}:host([variant=filled][focused-style]) .invalid .label,:host([variant=filled][focused-style]) .invalid-style .label,:host([variant=filled][focused]) .invalid .label,:host([variant=filled][focused]) .invalid-style .label,:host([variant=outlined][focused-style]) .invalid .label,:host([variant=outlined][focused-style]) .invalid-style .label,:host([variant=outlined][focused]) .invalid .label,:host([variant=outlined][focused]) .invalid-style .label{color:rgb(var(--mdui-color-error))}:host([variant=filled][disabled]:not([disabled=false i])) .label,:host([variant=outlined][disabled]:not([disabled=false i])) .label{color:rgba(var(--mdui-color-on-surface),38%)}.input{display:block;width:100%;border:none;outline:0;background:0 0;appearance:none;resize:none;cursor:inherit;font-family:inherit;padding:.875rem .875rem .875rem 0;font-size:var(--mdui-typescale-body-large-size);font-weight:var(--mdui-typescale-body-large-weight);letter-spacing:var(--mdui-typescale-body-large-tracking);line-height:var(--mdui-typescale-body-large-line-height);color:rgb(var(--mdui-color-on-surface));caret-color:rgb(var(--mdui-color-primary))}.has-action .input,.has-right-icon .input{padding-right:.25rem}.has-suffix .input{padding-right:0}.input.hide-input{opacity:0;height:0;min-height:0;width:0;padding:0!important;overflow:hidden}.input::placeholder{color:rgb(var(--mdui-color-on-surface-variant))}.invalid .input,.invalid-style .input{caret-color:rgb(var(--mdui-color-error))}:host([disabled]:not([disabled=false i])) .input{color:rgba(var(--mdui-color-on-surface),38%)}:host([end-aligned]:not([end-aligned=false i])) .input{text-align:right}textarea.input{padding-top:0;margin-top:.875rem}:host([variant=filled]) .label+.input{padding-top:1.375rem;padding-bottom:.375rem}:host([variant=filled]) .label+textarea.input{padding-top:0;margin-top:1.375rem}.supporting{display:flex;justify-content:space-between;padding:.25rem 1rem;color:rgb(var(--mdui-color-on-surface-variant))}.supporting.invalid,.supporting.invalid-style{color:rgb(var(--mdui-color-error))}.helper{display:block;opacity:1;transition:opacity var(--mdui-motion-duration-short4) var(--mdui-motion-easing-linear);font-size:var(--mdui-typescale-body-small-size);font-weight:var(--mdui-typescale-body-small-weight);letter-spacing:var(--mdui-typescale-body-small-tracking);line-height:var(--mdui-typescale-body-small-line-height)}:host([disabled]:not([disabled=false i])) .helper{color:rgba(var(--mdui-color-on-surface),38%)}:host([helper-on-focus]:not([helper-on-focus=false i])) .helper{opacity:0}:host([helper-on-focus][focused-style]:not([helper-on-focus=false i])) .helper,:host([helper-on-focus][focused]:not([helper-on-focus=false i])) .helper{opacity:1}.error{font-size:var(--mdui-typescale-body-small-size);font-weight:var(--mdui-typescale-body-small-weight);letter-spacing:var(--mdui-typescale-body-small-tracking);line-height:var(--mdui-typescale-body-small-line-height)}.counter{flex-wrap:nowrap;padding-left:1rem;font-size:var(--mdui-typescale-body-small-size);font-weight:var(--mdui-typescale-body-small-weight);letter-spacing:var(--mdui-typescale-body-small-tracking);line-height:var(--mdui-typescale-body-small-line-height)}::-ms-reveal{display:none}.input[type=number]::-webkit-inner-spin-button,.input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;display:none}.input[type=number]{-moz-appearance:textfield}.input[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}`;let Ne=class extends bi(Ke){constructor(){super(...arguments),this.variant="filled",this.type="text",this.name="",this.value="",this.defaultValue="",this.helperOnFocus=!1,this.clearable=!1,this.endAligned=!1,this.readonly=!1,this.disabled=!1,this.required=!1,this.autosize=!1,this.counter=!1,this.togglePassword=!1,this.spellcheck=!1,this.invalid=!1,this.invalidStyle=!1,this.focusedStyle=!1,this.isPasswordVisible=!1,this.hasValue=!1,this.error="",this.inputRef=Me(),this.formController=new dr(this),this.hasSlotController=new $t(this,"icon","end-icon","helper","input"),this.readonlyButClearable=!1}get validity(){return this.inputRef.value.validity}get validationMessage(){return this.inputRef.value.validationMessage}get valueAsNumber(){return this.inputRef.value?.valueAsNumber??parseFloat(this.value)}set valueAsNumber(e){const t=document.createElement("input");t.type="number",t.valueAsNumber=e,this.value=t.value}get focusElement(){return this.inputRef.value}get focusDisabled(){return this.disabled}get isFocusedStyle(){return this.focused||this.focusedStyle}get isTextarea(){return this.rows&&this.rows>1||this.autosize}onDisabledChange(){this.inputRef.value.disabled=this.disabled,this.invalid=!this.inputRef.value.checkValidity()}async onValueChange(){if(this.hasValue=!["",null].includes(this.value),this.hasUpdated){await this.updateComplete,this.setTextareaHeight();const e=this.formController.getForm();e&&Et.get(e)?.has(this)?(this.invalid=!1,Et.get(e).delete(this)):this.invalid=!this.inputRef.value.checkValidity()}}onRowsChange(){this.setTextareaHeight()}async onMaxRowsChange(){if(!this.autosize)return;this.hasUpdated||await this.updateComplete;const e=oe(this.inputRef.value);e.css("max-height",parseFloat(e.css("line-height"))*(this.maxRows??1)+parseFloat(e.css("padding-top"))+parseFloat(e.css("padding-bottom")))}async onMinRowsChange(){if(!this.autosize)return;this.hasUpdated||await this.updateComplete;const e=oe(this.inputRef.value);e.css("min-height",parseFloat(e.css("line-height"))*(this.minRows??1)+parseFloat(e.css("padding-top"))+parseFloat(e.css("padding-bottom")))}connectedCallback(){super.connectedCallback(),this.updateComplete.then(()=>{this.setTextareaHeight(),this.observeResize=$r(this.inputRef.value,()=>this.setTextareaHeight())})}disconnectedCallback(){super.disconnectedCallback(),this.observeResize?.unobserve(),Ro(this)}select(){this.inputRef.value.select()}setSelectionRange(e,t,r="none"){this.inputRef.value.setSelectionRange(e,t,r)}setRangeText(e,t,r,n="preserve"){this.inputRef.value.setRangeText(e,t,r,n),this.value!==this.inputRef.value.value&&(this.value=this.inputRef.value.value,this.setTextareaHeight(),this.emit("input"),this.emit("change"))}checkValidity(){const e=this.inputRef.value.checkValidity();return e||this.emit("invalid",{bubbles:!1,cancelable:!0,composed:!1}),e}reportValidity(){return this.invalid=!this.inputRef.value.reportValidity(),this.invalid&&(this.emit("invalid",{bubbles:!1,cancelable:!0,composed:!1}),this.focus()),!this.invalid}setCustomValidity(e){this.setCustomValidityInternal(e),Ro(this)}render(){const e=!!this.icon||this.hasSlotController.test("icon"),t=!!this.endIcon||this.hasSlotController.test("end-icon"),r=this.invalid||this.invalidStyle,n=this.type==="password"&&this.togglePassword&&!this.disabled,s=this.clearable&&!this.disabled&&(!this.readonly||this.readonlyButClearable)&&(typeof this.value=="number"||this.value.length>0),o=!!this.prefix||this.hasSlotController.test("prefix"),a=!!this.suffix||this.hasSlotController.test("suffix"),c=!!this.helper||this.hasSlotController.test("helper"),l=r&&!!(this.error||this.inputRef.value.validationMessage),d=this.counter&&!!this.maxlength,u=this.hasSlotController.test("input"),m={invalid:this.invalid,"invalid-style":this.invalidStyle},g=bt({container:!0,"has-value":this.hasValue,"has-icon":e,"has-right-icon":t||r,"has-action":s||n,"has-prefix":o,"has-suffix":a,"is-firefox":navigator.userAgent.includes("Firefox"),...m});return Y`<div part="container" class="${g}">${this.renderPrefix()}<div class="input-container">${this.renderLabel()} ${this.isTextarea?this.renderTextArea(u):this.renderInput(u)} ${at(u,()=>Y`<slot name="input" class="input"></slot>`)}</div>${this.renderSuffix()}${this.renderClearButton(s)} ${this.renderTogglePasswordButton(n)} ${this.renderRightIcon(r)}</div>${at(l||c||d,()=>Y`<div part="supporting" class="${bt({supporting:!0,...m})}">${this.renderHelper(l,c)} ${this.renderCounter(d)}</div>`)}`}setCustomValidityInternal(e){this.inputRef.value.setCustomValidity(e),this.invalid=!this.inputRef.value.checkValidity(),this.requestUpdate()}onChange(){this.value=this.inputRef.value.value,this.isTextarea&&this.setTextareaHeight(),this.emit("change")}onClear(e){this.value="",this.emit("clear"),this.emit("input"),this.emit("change"),this.focus(),e.stopPropagation()}onInput(e){e.stopPropagation(),this.value=this.inputRef.value.value,this.isTextarea&&this.setTextareaHeight(),this.emit("input")}onInvalid(e){e.preventDefault()}onKeyDown(e){const t=e.metaKey||e.ctrlKey||e.shiftKey||e.altKey;e.key==="Enter"&&!t&&setTimeout(()=>{e.defaultPrevented||this.formController.submit()})}onTextAreaKeyUp(){if(this.pattern){const e=new RegExp(this.pattern);this.value&&!this.value.match(e)?(this.setCustomValidityInternal(this.getPatternErrorMsg()),Q1(this,()=>{this.setCustomValidityInternal(this.getPatternErrorMsg())})):(this.setCustomValidityInternal(""),Ro(this))}}onTogglePassword(){this.isPasswordVisible=!this.isPasswordVisible}getPatternErrorMsg(){return G1("Please match the requested format.")}setTextareaHeight(){this.autosize?(this.inputRef.value.style.height="auto",this.inputRef.value.style.height=`${this.inputRef.value.scrollHeight}px`):this.inputRef.value.style.height=void 0}renderLabel(){return this.label?Y`<label part="label" class="label">${this.label}</label>`:Ye}renderPrefix(){return Y`<slot name="icon" part="icon" class="icon">${this.icon?Y`<mdui-icon name="${this.icon}" class="i"></mdui-icon>`:Ye}</slot><slot name="prefix" part="prefix" class="prefix">${this.prefix}</slot>`}renderSuffix(){return Y`<slot name="suffix" part="suffix" class="suffix">${this.suffix}</slot>`}renderRightIcon(e){return e?Y`<slot name="error-icon" part="error-icon" class="right-icon">${this.errorIcon?Y`<mdui-icon name="${this.errorIcon}" class="i"></mdui-icon>`:Y`<mdui-icon-error class="i"></mdui-icon-error>`}</slot>`:Y`<slot name="end-icon" part="end-icon" class="end-icon right-icon">${this.endIcon?Y`<mdui-icon name="${this.endIcon}" class="i"></mdui-icon>`:Ye}</slot>`}renderClearButton(e){return at(e,()=>Y`<slot name="clear-button" part="clear-button" class="action" @click="${this.onClear}"><mdui-button-icon tabindex="-1"><slot name="clear-icon" part="clear-icon">${this.clearIcon?Y`<mdui-icon name="${this.clearIcon}" class="i"></mdui-icon>`:Y`<mdui-icon-cancel--outlined class="i"></mdui-icon-cancel--outlined>`}</slot></mdui-button-icon></slot>`)}renderTogglePasswordButton(e){return at(e,()=>Y`<slot name="toggle-password-button" part="toggle-password-button" class="action" @click="${this.onTogglePassword}"><mdui-button-icon tabindex="-1">${this.isPasswordVisible?Y`<slot name="show-password-icon" part="show-password-icon">${this.showPasswordIcon?Y`<mdui-icon name="${this.showPasswordIcon}" class="i"></mdui-icon>`:Y`<mdui-icon-visibility-off class="i"></mdui-icon-visibility-off>`}</slot>`:Y`<slot name="hide-password-icon" part="hide-password-icon">${this.hidePasswordIcon?Y`<mdui-icon name="${this.hidePasswordIcon}" class="i"></mdui-icon>`:Y`<mdui-icon-visibility class="i"></mdui-icon-visibility>`}</slot>`}</mdui-button-icon></slot>`)}renderInput(e){return Y`<input ${De(this.inputRef)} part="input" class="input ${bt({"hide-input":e})}" type="${this.type==="password"&&this.isPasswordVisible?"text":this.type}" name="${Be(this.name)}" .value="${Rn(this.value)}" placeholder="${Be(!this.label||this.isFocusedStyle||this.hasValue?this.placeholder:void 0)}" ?readonly="${this.readonly}" ?disabled="${this.disabled}" ?required="${this.required}" minlength="${Be(this.minlength)}" maxlength="${Be(this.maxlength)}" min="${Be(this.min)}" max="${Be(this.max)}" step="${Be(this.step)}" autocapitalize="${Be(this.type==="password"?"off":this.autocapitalize)}" autocomplete="${this.autocomplete}" autocorrect="${Be(this.type==="password"?"off":this.autocorrect)}" spellcheck="${Be(this.spellcheck)}" pattern="${Be(this.pattern)}" enterkeyhint="${Be(this.enterkeyhint)}" inputmode="${Be(this.inputmode)}" @change="${this.onChange}" @input="${this.onInput}" @invalid="${this.onInvalid}" @keydown="${this.onKeyDown}">`}renderTextArea(e){return Y`<textarea ${De(this.inputRef)} part="input" class="input ${bt({"hide-input":e})}" name="${Be(this.name)}" .value="${Rn(this.value)}" placeholder="${Be(!this.label||this.isFocusedStyle||this.hasValue?this.placeholder:void 0)}" ?readonly="${this.readonly}" ?disabled="${this.disabled}" ?required="${this.required}" minlength="${Be(this.minlength)}" maxlength="${Be(this.maxlength)}" rows="${this.rows??1}" autocapitalize="${Be(this.autocapitalize)}" autocorrect="${Be(this.autocorrect)}" spellcheck="${Be(this.spellcheck)}" enterkeyhint="${Be(this.enterkeyhint)}" inputmode="${Be(this.inputmode)}" @change="${this.onChange}" @input="${this.onInput}" @invalid="${this.onInvalid}" @keydown="${this.onKeyDown}" @keyup="${this.onTextAreaKeyUp}"></textarea>`}renderHelper(e,t){return e?Y`<div part="error" class="error">${this.error||this.inputRef.value.validationMessage}</div>`:t?Y`<slot name="helper" part="helper" class="helper">${this.helper}</slot>`:Y`<span></span>`}renderCounter(e){return e?Y`<div part="counter" class="counter">${this.value.length}/${this.maxlength}</div>`:Ye}};Ne.styles=[Ue,T_];w([L({reflect:!0})],Ne.prototype,"variant",void 0);w([L({reflect:!0})],Ne.prototype,"type",void 0);w([L({reflect:!0})],Ne.prototype,"name",void 0);w([L()],Ne.prototype,"value",void 0);w([Nr()],Ne.prototype,"defaultValue",void 0);w([L({reflect:!0})],Ne.prototype,"label",void 0);w([L({reflect:!0})],Ne.prototype,"placeholder",void 0);w([L({reflect:!0})],Ne.prototype,"helper",void 0);w([L({type:Boolean,reflect:!0,converter:we,attribute:"helper-on-focus"})],Ne.prototype,"helperOnFocus",void 0);w([L({type:Boolean,reflect:!0,converter:we})],Ne.prototype,"clearable",void 0);w([L({reflect:!0,attribute:"clear-icon"})],Ne.prototype,"clearIcon",void 0);w([L({type:Boolean,reflect:!0,converter:we,attribute:"end-aligned"})],Ne.prototype,"endAligned",void 0);w([L({reflect:!0})],Ne.prototype,"prefix",void 0);w([L({reflect:!0})],Ne.prototype,"suffix",void 0);w([L({reflect:!0})],Ne.prototype,"icon",void 0);w([L({reflect:!0,attribute:"end-icon"})],Ne.prototype,"endIcon",void 0);w([L({reflect:!0,attribute:"error-icon"})],Ne.prototype,"errorIcon",void 0);w([L({reflect:!0})],Ne.prototype,"form",void 0);w([L({type:Boolean,reflect:!0,converter:we})],Ne.prototype,"readonly",void 0);w([L({type:Boolean,reflect:!0,converter:we})],Ne.prototype,"disabled",void 0);w([L({type:Boolean,reflect:!0,converter:we})],Ne.prototype,"required",void 0);w([L({type:Number,reflect:!0})],Ne.prototype,"rows",void 0);w([L({type:Boolean,reflect:!0,converter:we})],Ne.prototype,"autosize",void 0);w([L({type:Number,reflect:!0,attribute:"min-rows"})],Ne.prototype,"minRows",void 0);w([L({type:Number,reflect:!0,attribute:"max-rows"})],Ne.prototype,"maxRows",void 0);w([L({type:Number,reflect:!0})],Ne.prototype,"minlength",void 0);w([L({type:Number,reflect:!0})],Ne.prototype,"maxlength",void 0);w([L({type:Boolean,reflect:!0,converter:we})],Ne.prototype,"counter",void 0);w([L({type:Number,reflect:!0})],Ne.prototype,"min",void 0);w([L({type:Number,reflect:!0})],Ne.prototype,"max",void 0);w([L({type:Number,reflect:!0})],Ne.prototype,"step",void 0);w([L({reflect:!0})],Ne.prototype,"pattern",void 0);w([L({type:Boolean,reflect:!0,converter:we,attribute:"toggle-password"})],Ne.prototype,"togglePassword",void 0);w([L({reflect:!0,attribute:"show-password-icon"})],Ne.prototype,"showPasswordIcon",void 0);w([L({reflect:!0,attribute:"hide-password-icon"})],Ne.prototype,"hidePasswordIcon",void 0);w([L({reflect:!0})],Ne.prototype,"autocapitalize",void 0);w([L({reflect:!0})],Ne.prototype,"autocorrect",void 0);w([L({reflect:!0})],Ne.prototype,"autocomplete",void 0);w([L({reflect:!0})],Ne.prototype,"enterkeyhint",void 0);w([L({type:Boolean,reflect:!0,converter:we})],Ne.prototype,"spellcheck",void 0);w([L({reflect:!0})],Ne.prototype,"inputmode",void 0);w([qe()],Ne.prototype,"invalid",void 0);w([qe()],Ne.prototype,"invalidStyle",void 0);w([L({type:Boolean,reflect:!0,converter:we,attribute:"focused-style"})],Ne.prototype,"focusedStyle",void 0);w([qe()],Ne.prototype,"isPasswordVisible",void 0);w([qe()],Ne.prototype,"hasValue",void 0);w([qe()],Ne.prototype,"error",void 0);w([Re("disabled",!0)],Ne.prototype,"onDisabledChange",null);w([Re("value")],Ne.prototype,"onValueChange",null);w([Re("rows",!0)],Ne.prototype,"onRowsChange",null);w([Re("maxRows")],Ne.prototype,"onMaxRowsChange",null);w([Re("minRows")],Ne.prototype,"onMinRowsChange",null);Ne=w([Ae("mdui-text-field")],Ne);const C_=$e`:host{display:inline-block;width:100%}.hidden-input{display:none}.text-field{cursor:pointer}.chips{display:flex;flex-wrap:wrap;margin:-.5rem -.25rem;min-height:2.5rem}:host([variant=filled][label]) .chips{margin:0 -.25rem -1rem -.25rem}.chip{margin:.25rem}mdui-menu{max-width:none}`;let ot=class extends bi(Ke){constructor(){super(...arguments),this.variant="filled",this.multiple=!1,this.name="",this.value="",this.defaultValue="",this.clearable=!1,this.placement="auto",this.endAligned=!1,this.readonly=!1,this.disabled=!1,this.required=!1,this.invalid=!1,this.menuRef=Me(),this.textFieldRef=Me(),this.hiddenInputRef=Me(),this.formController=new dr(this),this.hasSlotController=new $t(this,"icon","end-icon","error-icon","prefix","suffix","clear-button","clear-icon","helper"),this.definedController=new At(this,{relatedElements:["mdui-menu-item"]})}get validity(){return this.hiddenInputRef.value.validity}get validationMessage(){return this.hiddenInputRef.value.validationMessage}get focusElement(){return this.textFieldRef.value}get focusDisabled(){return this.disabled}connectedCallback(){super.connectedCallback(),this.value=this.multiple&&_t(this.value)?this.value?[this.value]:[]:this.value,this.defaultValue=this.multiple?[]:"",this.definedController.whenDefined().then(()=>{this.requestUpdate()}),this.updateComplete.then(()=>{this.observeResize=$r(this.textFieldRef.value,()=>this.resizeMenu())})}disconnectedCallback(){super.disconnectedCallback(),this.observeResize?.unobserve()}checkValidity(){const e=this.hiddenInputRef.value.checkValidity();return e||this.emit("invalid",{bubbles:!1,cancelable:!0,composed:!1}),e}reportValidity(){return this.invalid=!this.hiddenInputRef.value.reportValidity(),this.invalid&&(this.emit("invalid",{bubbles:!1,cancelable:!0,composed:!1}),this.focus()),!this.invalid}setCustomValidity(e){this.hiddenInputRef.value.setCustomValidity(e),this.invalid=!this.hiddenInputRef.value.checkValidity()}render(){const e=this.multiple?!!this.value.length:!!this.value;return Y`${this.multiple?Y`<select ${De(this.hiddenInputRef)} class="hidden-input" name="${Be(this.name)}" value="${Be(this.value)}" .required="${this.required}" .disabled="${this.disabled}" multiple="multiple" tabindex="-1">${pn(this.value,t=>Y`<option selected="selected" value="${t}"></option>`)}</select>`:Y`<input ${De(this.hiddenInputRef)} type="radio" class="hidden-input" name="${Be(this.name)}" value="${Be(this.value)}" .required="${this.required}" .disabled="${this.disabled}" .checked="${e}" tabindex="-1">`}<mdui-dropdown .stayOpenOnClick="${this.multiple}" .disabled="${this.readonly||this.disabled}" .placement="${this.placement==="top"?"top-start":this.placement==="bottom"?"bottom-start":"auto"}" @open="${this.onDropdownOpen}" @close="${this.onDropdownClose}"><mdui-text-field ${De(this.textFieldRef)} slot="trigger" part="text-field" class="text-field" exportparts="${["container","icon","end-icon","error-icon","prefix","suffix","label","input","clear-button","clear-icon","supporting","helper","error"].map(t=>`${t}:text-field__${t}`).join(",")}" readonly="readonly" .readonlyButClearable="${!0}" .variant="${this.variant}" .name="${this.name}" .value="${this.multiple?this.value.length?" ":"":this.getMenuItemLabelByValue(this.value)}" .label="${this.label}" .placeholder="${this.placeholder}" .helper="${this.helper}" .error="${this.hiddenInputRef.value?.validationMessage}" .clearable="${this.clearable}" .clearIcon="${this.clearIcon}" .endAligned="${this.endAligned}" .prefix="${this.prefix}" .suffix="${this.suffix}" .icon="${this.icon}" .endIcon="${this.endIcon}" .errorIcon="${this.errorIcon}" .form="${this.form}" .disabled="${this.disabled}" .required="${this.required}" .invalidStyle="${this.invalid}" @clear="${this.onClear}" @change="${t=>t.stopPropagation()}" @keydown="${this.onTextFieldKeyDown}">${pn(["icon","end-icon","error-icon","prefix","suffix","clear-button","clear-icon","helper"],t=>this.hasSlotController.test(t)?Y`<slot name="${t}" slot="${t}"></slot>`:Je)} ${at(this.multiple&&this.value.length,()=>Y`<div slot="input" class="chips" part="chips">${pn(this.value,t=>Y`<mdui-chip class="chip" part="chip" exportparts="${["button","label","delete-icon"].map(r=>`${r}:chip__${r}`).join(",")}" variant="input" deletable tabindex="-1" @delete="${()=>this.onDeleteOneValue(t)}">${this.getMenuItemLabelByValue(t)}</mdui-chip>`)}</div>`)}</mdui-text-field><mdui-menu ${De(this.menuRef)} part="menu" .selects="${this.multiple?"multiple":"single"}" .value="${this.value}" @change="${this.onValueChange}"><slot></slot></mdui-menu></mdui-dropdown>`}getMenuItemLabelByValue(e){return this.menuItems.length&&this.menuItems.find(t=>t.value===e)?.textContent?.trim()||e}resizeMenu(){this.menuRef.value.style.width=`${this.textFieldRef.value.clientWidth}px`}async onDropdownOpen(){this.textFieldRef.value.focusedStyle=!0}onDropdownClose(){this.textFieldRef.value.focusedStyle=!1,(this.contains(document.activeElement)||this.contains(document.activeElement?.assignedSlot??null))&&setTimeout(()=>{this.focus()})}async onValueChange(e){const t=e.target;this.value=this.multiple?t.value.map(n=>n??""):t.value??"",await this.updateComplete;const r=this.formController.getForm();r&&Et.get(r)?.has(this)?(this.invalid=!1,Et.get(r).delete(this)):this.invalid=!this.hiddenInputRef.value.checkValidity()}onDeleteOneValue(e){const t=[...this.value];t.includes(e)&&t.splice(t.indexOf(e),1),this.value=t}onClear(){this.value=this.multiple?[]:""}onTextFieldKeyDown(e){e.key==="Enter"&&(e.preventDefault(),this.textFieldRef.value.click())}};ot.styles=[Ue,C_];w([L({reflect:!0})],ot.prototype,"variant",void 0);w([L({type:Boolean,reflect:!0,converter:we})],ot.prototype,"multiple",void 0);w([L({reflect:!0})],ot.prototype,"name",void 0);w([L()],ot.prototype,"value",void 0);w([Nr()],ot.prototype,"defaultValue",void 0);w([L({reflect:!0})],ot.prototype,"label",void 0);w([L({reflect:!0})],ot.prototype,"placeholder",void 0);w([L({reflect:!0})],ot.prototype,"helper",void 0);w([L({type:Boolean,reflect:!0,converter:we})],ot.prototype,"clearable",void 0);w([L({reflect:!0,attribute:"clear-icon"})],ot.prototype,"clearIcon",void 0);w([L({reflect:!0})],ot.prototype,"placement",void 0);w([L({type:Boolean,reflect:!0,converter:we,attribute:"end-aligned"})],ot.prototype,"endAligned",void 0);w([L({reflect:!0})],ot.prototype,"prefix",void 0);w([L({reflect:!0})],ot.prototype,"suffix",void 0);w([L({reflect:!0})],ot.prototype,"icon",void 0);w([L({reflect:!0,attribute:"end-icon"})],ot.prototype,"endIcon",void 0);w([L({reflect:!0,attribute:"error-icon"})],ot.prototype,"errorIcon",void 0);w([L({reflect:!0})],ot.prototype,"form",void 0);w([L({type:Boolean,reflect:!0,converter:we})],ot.prototype,"readonly",void 0);w([L({type:Boolean,reflect:!0,converter:we})],ot.prototype,"disabled",void 0);w([L({type:Boolean,reflect:!0,converter:we})],ot.prototype,"required",void 0);w([qe()],ot.prototype,"invalid",void 0);w([gi({flatten:!0,selector:"mdui-menu-item"})],ot.prototype,"menuItems",void 0);ot=w([Ae("mdui-select")],ot);const $_=$e`.track-active{left:-.125rem;border-radius:var(--mdui-shape-corner-full) 0 0 var(--mdui-shape-corner-full)}`;let $n=class extends Pt{constructor(){super(...arguments),this.value=0,this.defaultValue=0,this.rippleRef=Me(),this.handleRef=Me(),this.formController=new dr(this)}get rippleElement(){return this.rippleRef.value}async onValueChange(){this.value=this.fixValue(this.value);const e=this.formController.getForm();e&&Et.get(e)?.has(this)?(this.invalid=!1,Et.get(e).delete(this)):(await this.updateComplete,this.invalid=!this.inputRef.value.checkValidity()),this.updateStyle()}connectedCallback(){super.connectedCallback(),this.value=this.fixValue(this.value)}firstUpdated(e){super.firstUpdated(e);const t=()=>{this.disabled||(this.labelVisible=!0)},r=()=>{this.disabled||(this.labelVisible=!1)};this.addEventListener("touchstart",t),this.addEventListener("mousedown",t),this.addEventListener("touchend",r),this.addEventListener("mouseup",r),this.updateStyle()}render(){return Y`<label class="${bt({invalid:this.invalid})}"><input ${De(this.inputRef)} type="range" step="${this.step}" min="${this.min}" max="${this.max}" ?disabled="${this.disabled}" .value="${Rn(this.value.toString())}" @input="${this.onInput}" @change="${this.onChange}"><div part="track-inactive" class="track-inactive"></div><div ${De(this.trackActiveRef)} part="track-active" class="track-active"></div><div ${De(this.handleRef)} part="handle" class="handle"><div class="elevation"></div><mdui-ripple ${De(this.rippleRef)} .noRipple="${this.noRipple}"></mdui-ripple>${this.renderLabel(this.value)}</div>${at(this.tickmarks,()=>pn(this.getCandidateValues(),e=>Y`<div part="tickmark" class="tickmark ${bt({active:e<this.value})}" style="${zr({left:`${(e-this.min)/this.max*100}%`,display:e===this.value?"none":"block"})}"></div>`))}</label>`}updateStyle(){const e=(this.value-this.min)/(this.max-this.min)*100;this.trackActiveRef.value.style.width=`${e}%`,this.handleRef.value.style.left=`${e}%`}onInput(){this.value=parseFloat(this.inputRef.value.value),this.updateStyle()}};$n.styles=[Pt.styles,$_];w([L({type:Number})],$n.prototype,"value",void 0);w([Nr()],$n.prototype,"defaultValue",void 0);w([Re("value",!0)],$n.prototype,"onValueChange",null);$n=w([Ae("mdui-slider")],$n);const A_=$e`:host{--shape-corner:var(--mdui-shape-corner-extra-small);--z-index:2400;position:fixed;z-index:var(--z-index);display:none;align-items:center;flex-wrap:wrap;border-radius:var(--shape-corner);transform:scaleY(0);transition:transform 0s var(--mdui-motion-easing-linear) var(--mdui-motion-duration-short4);min-width:20rem;max-width:36rem;padding:.25rem 0;box-shadow:var(--mdui-elevation-level3);background-color:rgb(var(--mdui-color-inverse-surface));color:rgb(var(--mdui-color-inverse-on-surface));font-size:var(--mdui-typescale-body-medium-size);font-weight:var(--mdui-typescale-body-medium-weight);letter-spacing:var(--mdui-typescale-body-medium-tracking);line-height:var(--mdui-typescale-body-medium-line-height)}:host([placement^=top]){transform-origin:top}:host([placement^=bottom]){transform-origin:bottom}:host([placement=bottom-start]:not([mobile])),:host([placement=top-start]:not([mobile])){left:1rem}:host([placement=bottom-end]:not([mobile])),:host([placement=top-end]:not([mobile])){right:1rem}:host([placement=bottom]:not([mobile])),:host([placement=top]:not([mobile])){left:50%;transform:scaleY(0) translateX(-50%)}:host([mobile]){min-width:0;left:1rem;right:1rem}:host([open]){transform:scaleY(1);transition:top var(--mdui-motion-duration-short4) var(--mdui-motion-easing-standard),bottom var(--mdui-motion-duration-short4) var(--mdui-motion-easing-standard),transform var(--mdui-motion-duration-medium4) var(--mdui-motion-easing-emphasized-decelerate)}:host([placement=bottom][open]:not([mobile])),:host([placement=top][open]:not([mobile])){transform:scaleY(1) translateX(-50%)}.message{display:block;margin:.625rem 1rem}:host([message-line='1']) .message{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}:host([message-line='2']) .message{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2}.action-group{display:flex;align-items:center;margin-left:auto;padding-right:.5rem}.action,.close-button{display:inline-flex;align-items:center;justify-content:center}.action{color:rgb(var(--mdui-color-inverse-primary));font-size:var(--mdui-typescale-label-large-size);font-weight:var(--mdui-typescale-label-large-weight);letter-spacing:var(--mdui-typescale-label-large-tracking)}.action mdui-button,::slotted(mdui-button[slot=action][variant=outlined]),::slotted(mdui-button[slot=action][variant=text]){color:inherit;font-size:inherit;font-weight:inherit;letter-spacing:inherit;--mdui-comp-ripple-state-layer-color:var(--mdui-color-inverse-primary)}.action mdui-button::part(button){padding:0 .5rem}.close-button{margin:0 -.25rem 0 .25rem;font-size:1.5rem;color:rgb(var(--mdui-color-inverse-on-surface))}.close-button mdui-button-icon,::slotted(mdui-button-icon[slot=close-button][variant=outlined]),::slotted(mdui-button-icon[slot=close-button][variant=standard]){font-size:inherit;color:inherit;--mdui-comp-ripple-state-layer-color:var(--mdui-color-inverse-on-surface)}.close-button .i,::slotted([slot=close-icon]){font-size:inherit}`,Mi=[];let tc=!1,Xt=class extends Ke{constructor(){super(),this.open=!1,this.placement="bottom",this.actionLoading=!1,this.closeable=!1,this.autoCloseDelay=5e3,this.closeOnOutsideClick=!1,this.mobile=!1,this.onDocumentClick=this.onDocumentClick.bind(this)}async onOpenChange(){const e=ii(this,"linear"),t=Array.from(this.renderRoot.querySelectorAll(".message, .action-group"));if(this.open){const r=this.hasUpdated;if(r||await this.updateComplete,r&&!this.emit("open",{cancelable:!0}))return;window.clearTimeout(this.closeTimeout),this.autoCloseDelay&&(this.closeTimeout=window.setTimeout(()=>{this.open=!1},this.autoCloseDelay)),this.style.display="flex",await Promise.all([ei(this),...t.map(s=>ei(s))]),Mi.push({height:this.clientHeight,snackbar:this}),await this.reorderStack(this);const n=Ai(this,"medium4");await Promise.all([st(this,[{opacity:0},{opacity:1,offset:.5},{opacity:1}],{duration:r?n:0,easing:e,fill:"forwards"}),...t.map(s=>st(s,[{opacity:0},{opacity:0,offset:.2},{opacity:1,offset:.8},{opacity:1}],{duration:r?n:0,easing:e}))]),r&&this.emit("opened");return}if(!this.open&&this.hasUpdated){if(!this.emit("close",{cancelable:!0}))return;window.clearTimeout(this.closeTimeout),await Promise.all([ei(this),...t.map(o=>ei(o))]);const n=Ai(this,"short4");await Promise.all([st(this,[{opacity:1},{opacity:0}],{duration:n,easing:e,fill:"forwards"}),...t.map(o=>st(o,[{opacity:1},{opacity:0,offset:.75},{opacity:0}],{duration:n,easing:e}))]),this.style.display="none",this.emit("closed");const s=Mi.findIndex(o=>o.snackbar===this);Mi.splice(s,1),Mi[s]&&await this.reorderStack(Mi[s].snackbar);return}}async onStackChange(){await this.reorderStack(this)}connectedCallback(){super.connectedCallback(),document.addEventListener("pointerdown",this.onDocumentClick),this.mobile=Ic().down("sm"),this.observeResize=$r(document.documentElement,async()=>{const e=Ic().down("sm");this.mobile!==e&&(this.mobile=e,tc||(tc=!0,await this.reorderStack(),tc=!1))})}disconnectedCallback(){super.disconnectedCallback(),document.removeEventListener("pointerdown",this.onDocumentClick),window.clearTimeout(this.closeTimeout),this.open&&(this.open=!1),this.observeResize?.unobserve()}render(){return Y`<slot part="message" class="message"></slot><div class="action-group"><slot name="action" part="action" class="action" @click="${this.onActionClick}">${this.action?Y`<mdui-button variant="text" loading="${this.actionLoading}">${this.action}</mdui-button>`:Ye}</slot>${at(this.closeable,()=>Y`<slot name="close-button" part="close-button" class="close-button" @click="${this.onCloseClick}"><mdui-button-icon><slot name="close-icon" part="close-icon">${this.closeIcon?Y`<mdui-icon name="${this.closeIcon}" class="i"></mdui-icon>`:Y`<mdui-icon-clear class="i"></mdui-icon-clear>`}</slot></mdui-button-icon></slot>`)}</div>`}async reorderStack(e){const t=e?Mi.findIndex(r=>r.snackbar===e):0;for(let r=t;r<Mi.length;r++){const s=Mi[r].snackbar;this.mobile?["top","bottom"].forEach(o=>{if(s.placement.startsWith(o)){const a=Mi.filter((l,d)=>d<r&&l.snackbar.placement.startsWith(o)),c=a.reduce((l,d)=>l+d.height,0);s.style[o]=`calc(${c}px + ${a.length+1}rem)`,s.style[o==="top"?"bottom":"top"]="auto"}}):["top","top-start","top-end","bottom","bottom-start","bottom-end"].forEach(o=>{if(s.placement===o){const a=Mi.filter((l,d)=>d<r&&l.snackbar.placement===o),c=a.reduce((l,d)=>l+d.height,0);s.style[o.startsWith("top")?"top":"bottom"]=`calc(${c}px + ${a.length+1}rem)`,s.style[o.startsWith("top")?"bottom":"top"]="auto"}})}}onDocumentClick(e){if(!this.open||!this.closeOnOutsideClick)return;const t=e.target;!this.contains(t)&&this!==t&&(this.open=!1)}onActionClick(e){e.stopPropagation(),this.emit("action-click")}onCloseClick(){this.open=!1}};Xt.styles=[Ue,A_];w([L({type:Boolean,reflect:!0,converter:we})],Xt.prototype,"open",void 0);w([L({reflect:!0})],Xt.prototype,"placement",void 0);w([L({reflect:!0,attribute:"action"})],Xt.prototype,"action",void 0);w([L({type:Boolean,reflect:!0,converter:we,attribute:"action-loading"})],Xt.prototype,"actionLoading",void 0);w([L({type:Boolean,reflect:!0,converter:we})],Xt.prototype,"closeable",void 0);w([L({reflect:!0,attribute:"close-icon"})],Xt.prototype,"closeIcon",void 0);w([L({type:Number,reflect:!0,attribute:"message-line"})],Xt.prototype,"messageLine",void 0);w([L({type:Number,reflect:!0,attribute:"auto-close-delay"})],Xt.prototype,"autoCloseDelay",void 0);w([L({type:Boolean,reflect:!0,attribute:"close-on-outside-click",converter:we})],Xt.prototype,"closeOnOutsideClick",void 0);w([L({type:Boolean,reflect:!0,converter:we})],Xt.prototype,"mobile",void 0);w([Re("open")],Xt.prototype,"onOpenChange",null);w([Re("placement",!0),Re("messageLine",!0)],Xt.prototype,"onStackChange",null);Xt=w([Ae("mdui-snackbar")],Xt);const N_=$e`:host{--shape-corner:var(--mdui-shape-corner-full);--shape-corner-thumb:var(--mdui-shape-corner-full);position:relative;display:inline-block;cursor:pointer;-webkit-tap-highlight-color:transparent;height:2.5rem}:host([disabled]:not([disabled=false i])){cursor:default;pointer-events:none}label{display:inline-flex;align-items:center;width:100%;height:100%;white-space:nowrap;cursor:inherit;-webkit-user-select:none;user-select:none;touch-action:manipulation;zoom:1;-webkit-user-drag:none}.track{position:relative;display:flex;align-items:center;border-radius:var(--shape-corner);transition-property:background-color,border-width;transition-duration:var(--mdui-motion-duration-short4);transition-timing-function:var(--mdui-motion-easing-standard);height:2rem;width:3.25rem;border:.125rem solid rgb(var(--mdui-color-outline));background-color:rgb(var(--mdui-color-surface-container-highest))}:host([checked]:not([checked=false i])) .track{background-color:rgb(var(--mdui-color-primary));border-width:0}.invalid .track{background-color:rgb(var(--mdui-color-error-container));border-color:rgb(var(--mdui-color-error))}:host([disabled]:not([disabled=false i])) .track{background-color:rgba(var(--mdui-color-surface-container-highest),.12);border-color:rgba(var(--mdui-color-on-surface),.12)}:host([disabled][checked]:not([disabled=false i],[checked=false i])) .track{background-color:rgba(var(--mdui-color-on-surface),.12)}input{position:absolute;padding:0;opacity:0;pointer-events:none;width:1.25rem;height:1.25rem;margin:0 0 0 .625rem}mdui-ripple{border-radius:50%;transition-property:left,top;transition-duration:var(--mdui-motion-duration-short4);transition-timing-function:var(--mdui-motion-easing-standard);width:2.5rem;height:2.5rem}.thumb{position:absolute;display:flex;align-items:center;justify-content:center;border-radius:var(--shape-corner-thumb);transition-property:width,height,left,background-color;transition-duration:var(--mdui-motion-duration-short4);transition-timing-function:var(--mdui-motion-easing-standard);height:1rem;width:1rem;left:.375rem;background-color:rgb(var(--mdui-color-outline));--mdui-comp-ripple-state-layer-color:var(--mdui-color-on-surface)}.thumb mdui-ripple{left:-.75rem;top:-.75rem}.has-unchecked-icon .thumb{height:1.5rem;width:1.5rem;left:.125rem}.has-unchecked-icon .thumb mdui-ripple{left:-.5rem;top:-.5rem}:host([focus-visible]) .thumb,:host([hover]) .thumb,:host([pressed]) .thumb{background-color:rgb(var(--mdui-color-on-surface-variant))}:host([checked]:not([checked=false i])) .thumb{height:1.5rem;width:1.5rem;left:1.5rem;background-color:rgb(var(--mdui-color-on-primary));--mdui-comp-ripple-state-layer-color:var(--mdui-color-primary)}:host([checked]:not([checked=false i])) .thumb mdui-ripple{left:-.5rem;top:-.5rem}:host([pressed]) .thumb{height:1.75rem;width:1.75rem;left:0}:host([pressed]) .thumb mdui-ripple{left:-.375rem;top:-.375rem}:host([pressed][checked]:not([checked=false i])) .thumb{left:1.375rem}:host([focus-visible][checked]:not([checked=false i])) .thumb,:host([hover][checked]:not([checked=false i])) .thumb,:host([pressed][checked]:not([checked=false i])) .thumb{background-color:rgb(var(--mdui-color-primary-container))}.invalid .thumb{background-color:rgb(var(--mdui-color-error));--mdui-comp-ripple-state-layer-color:var(--mdui-color-error)}:host([focus-visible]) .invalid .thumb,:host([hover]) .invalid .thumb,:host([pressed]) .invalid .thumb{background-color:rgb(var(--mdui-color-error))}:host([disabled]:not([disabled=false i])) .thumb{background-color:rgba(var(--mdui-color-on-surface),.38)}:host([disabled][checked]:not([disabled=false i],[checked=false i])) .thumb{background-color:rgb(var(--mdui-color-surface))}.checked-icon,.unchecked-icon{display:flex;position:absolute;transition-property:opacity,transform;font-size:1rem}.unchecked-icon{opacity:1;transform:scale(1);transition-delay:var(--mdui-motion-duration-short1);transition-duration:var(--mdui-motion-duration-short3);transition-timing-function:var(--mdui-motion-easing-linear);color:rgb(var(--mdui-color-surface-container-highest))}:host([checked]:not([checked=false i])) .unchecked-icon{opacity:0;transform:scale(.92);transition-delay:0s;transition-duration:var(--mdui-motion-duration-short1)}:host([disabled]:not([disabled=false i])) .unchecked-icon{color:rgba(var(--mdui-color-surface-container-highest),.38)}.checked-icon{opacity:0;transform:scale(.92);transition-delay:0s;transition-duration:var(--mdui-motion-duration-short1);transition-timing-function:var(--mdui-motion-easing-linear);color:rgb(var(--mdui-color-on-primary-container))}:host([checked]:not([checked=false i])) .checked-icon{opacity:1;transform:scale(1);transition-delay:var(--mdui-motion-duration-short1);transition-duration:var(--mdui-motion-duration-short3)}.invalid .checked-icon{color:rgb(var(--mdui-color-error-container))}:host([disabled]:not([disabled=false i])) .checked-icon{color:rgba(var(--mdui-color-on-surface),.38)}.checked-icon .i,.unchecked-icon .i,::slotted([slot=checked-icon]),::slotted([slot=unchecked-icon]){font-size:inherit;color:inherit}`;let Qt=class extends Oi(bi(Ke)){constructor(){super(...arguments),this.disabled=!1,this.checked=!1,this.defaultChecked=!1,this.required=!1,this.name="",this.value="on",this.invalid=!1,this.rippleRef=Me(),this.inputRef=Me(),this.formController=new dr(this,{value:e=>e.checked?e.value:void 0,defaultValue:e=>e.defaultChecked,setValue:(e,t)=>e.checked=t}),this.hasSlotController=new $t(this,"unchecked-icon")}get validity(){return this.inputRef.value.validity}get validationMessage(){return this.inputRef.value.validationMessage}get rippleElement(){return this.rippleRef.value}get rippleDisabled(){return this.disabled}get focusElement(){return this.inputRef.value}get focusDisabled(){return this.disabled}async onDisabledChange(){await this.updateComplete,this.invalid=!this.inputRef.value.checkValidity()}async onCheckedChange(){await this.updateComplete;const e=this.formController.getForm();e&&Et.get(e)?.has(this)?(this.invalid=!1,Et.get(e).delete(this)):this.invalid=!this.inputRef.value.checkValidity()}checkValidity(){const e=this.inputRef.value.checkValidity();return e||this.emit("invalid",{bubbles:!1,cancelable:!0,composed:!1}),e}reportValidity(){return this.invalid=!this.inputRef.value.reportValidity(),this.invalid&&(this.emit("invalid",{bubbles:!1,cancelable:!0,composed:!1})||(this.blur(),this.focus())),!this.invalid}setCustomValidity(e){this.inputRef.value.setCustomValidity(e),this.invalid=!this.inputRef.value.checkValidity()}render(){return Y`<label class="${bt({invalid:this.invalid,"has-unchecked-icon":this.uncheckedIcon||this.hasSlotController.test("unchecked-icon")})}"><input ${De(this.inputRef)} type="checkbox" name="${Be(this.name)}" value="${Be(this.value)}" .disabled="${this.disabled}" .checked="${Rn(this.checked)}" .required="${this.required}" @change="${this.onChange}"><div part="track" class="track"><div part="thumb" class="thumb"><mdui-ripple ${De(this.rippleRef)} .noRipple="${this.noRipple}"></mdui-ripple><slot name="checked-icon" part="checked-icon" class="checked-icon">${this.checkedIcon?Y`<mdui-icon name="${this.checkedIcon}" class="i"></mdui-icon>`:this.checkedIcon===""?Ye:Y`<mdui-icon-check class="i"></mdui-icon-check>`}</slot><slot name="unchecked-icon" part="unchecked-icon" class="unchecked-icon">${this.uncheckedIcon?Y`<mdui-icon name="${this.uncheckedIcon}" class="i"></mdui-icon>`:Ye}</slot></div></div></label>`}onChange(){this.checked=this.inputRef.value.checked,this.emit("change")}};Qt.styles=[Ue,N_];w([L({type:Boolean,reflect:!0,converter:we})],Qt.prototype,"disabled",void 0);w([L({type:Boolean,reflect:!0,converter:we})],Qt.prototype,"checked",void 0);w([Nr("checked")],Qt.prototype,"defaultChecked",void 0);w([L({reflect:!0,attribute:"unchecked-icon"})],Qt.prototype,"uncheckedIcon",void 0);w([L({reflect:!0,attribute:"checked-icon"})],Qt.prototype,"checkedIcon",void 0);w([L({type:Boolean,reflect:!0,converter:we})],Qt.prototype,"required",void 0);w([L({reflect:!0})],Qt.prototype,"form",void 0);w([L({reflect:!0})],Qt.prototype,"name",void 0);w([L({reflect:!0})],Qt.prototype,"value",void 0);w([qe()],Qt.prototype,"invalid",void 0);w([Re("disabled",!0),Re("required",!0)],Qt.prototype,"onDisabledChange",null);w([Re("checked",!0)],Qt.prototype,"onCheckedChange",null);Qt=w([Ae("mdui-switch")],Qt);const D_=$e`:host{position:relative;--mdui-comp-ripple-state-layer-color:var(--mdui-color-on-surface)}:host([active]){--mdui-comp-ripple-state-layer-color:var(--mdui-color-primary)}.container{display:flex;justify-content:center;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;height:100%}.preset{flex-direction:column;min-height:3rem;padding:.625rem 1rem}:host([inline]:not([inline=false i])) .preset{flex-direction:row}.icon-container,.label-container{position:relative;display:flex;align-items:center;justify-content:center}.icon-container ::slotted([slot=badge]){position:absolute;transform:translate(50%,-50%)}.icon-container ::slotted([slot=badge][variant=small]){transform:translate(.5625rem,-.5625rem)}.label-container ::slotted([slot=badge]){position:absolute;left:100%;bottom:100%;transform:translate(-.75rem,.625rem)}.label-container ::slotted([slot=badge][variant=small]){transform:translate(-.375rem,.375rem)}.icon,.label{display:flex;color:rgb(var(--mdui-color-on-surface-variant))}:host([focused]) .icon,:host([focused]) .label,:host([hover]) .icon,:host([hover]) .label,:host([pressed]) .icon,:host([pressed]) .label{color:rgb(var(--mdui-color-on-surface))}:host([active]) .icon,:host([active]) .label{color:rgb(var(--mdui-color-primary))}:host([active]) .variant-secondary .icon,:host([active]) .variant-secondary .label{color:rgb(var(--mdui-color-on-surface))}.icon{font-size:1.5rem}.label{font-size:var(--mdui-typescale-title-small-size);font-weight:var(--mdui-typescale-title-small-weight);letter-spacing:var(--mdui-typescale-title-small-tracking);line-height:var(--mdui-typescale-title-small-line-height)}.icon mdui-icon,::slotted([slot=icon]){font-size:inherit;color:inherit}`;let Er=class extends Oi(bi(Ke)){constructor(){super(...arguments),this.inline=!1,this.active=!1,this.variant="primary",this.key=Cr(),this.rippleRef=Me(),this.hasSlotController=new $t(this,"icon","custom")}get rippleElement(){return this.rippleRef.value}get rippleDisabled(){return!1}get focusElement(){return this}get focusDisabled(){return!1}render(){const e=this.icon||this.hasSlotController.test("icon"),t=this.hasSlotController.test("custom"),r=()=>Y`<slot name="badge"></slot>`;return Y`<mdui-ripple ${De(this.rippleRef)} .noRipple="${this.noRipple}"></mdui-ripple><div part="container" class="${bt({container:!0,preset:!t,"variant-secondary":this.variant==="secondary"})}"><slot name="custom"><div class="icon-container">${at(e||this.icon,r)}<slot name="icon" part="icon" class="icon">${this.icon?Y`<mdui-icon name="${this.icon}"></mdui-icon>`:Ye}</slot></div><div class="label-container">${at(!e,r)}<slot part="label" class="label"></slot></div></slot></div>`}};Er.styles=[Ue,D_];w([L({reflect:!0})],Er.prototype,"value",void 0);w([L({reflect:!0})],Er.prototype,"icon",void 0);w([L({type:Boolean,reflect:!0,converter:we})],Er.prototype,"inline",void 0);w([L({type:Boolean,reflect:!0,converter:we})],Er.prototype,"active",void 0);w([qe()],Er.prototype,"variant",void 0);Er=w([Ae("mdui-tab")],Er);const L_=$e`:host{display:block;overflow-y:auto;flex:1 1 auto}:host(:not([active])){display:none}`;let Ms=class extends Ke{constructor(){super(...arguments),this.active=!1}render(){return Y`<slot></slot>`}};Ms.styles=[Ue,L_];w([L({reflect:!0})],Ms.prototype,"value",void 0);w([L({type:Boolean,reflect:!0,converter:we})],Ms.prototype,"active",void 0);Ms=w([Ae("mdui-tab-panel")],Ms);const O_=$e`:host{position:relative;display:flex}:host([placement^=top]){flex-direction:column}:host([placement^=bottom]){flex-direction:column-reverse}:host([placement^=left]){flex-direction:row}:host([placement^=right]){flex-direction:row-reverse}.container{position:relative;display:flex;flex:0 0 auto;overflow-x:auto;background-color:rgb(var(--mdui-color-surface))}:host([placement^=bottom]) .container,:host([placement^=top]) .container{flex-direction:row}:host([placement^=left]) .container,:host([placement^=right]) .container{flex-direction:column}:host([placement$='-start']) .container{justify-content:flex-start}:host([placement=bottom]) .container,:host([placement=left]) .container,:host([placement=right]) .container,:host([placement=top]) .container{justify-content:center}:host([placement$='-end']) .container{justify-content:flex-end}.container::after{content:' ';position:absolute;background-color:rgb(var(--mdui-color-surface-variant))}:host([placement^=bottom]) .container::after,:host([placement^=top]) .container::after{left:0;width:100%;height:.0625rem}:host([placement^=top]) .container::after{bottom:0}:host([placement^=bottom]) .container::after{top:0}:host([placement^=left]) .container::after,:host([placement^=right]) .container::after{top:0;height:100%;width:.0625rem}:host([placement^=left]) .container::after{right:0}:host([placement^=right]) .container::after{left:0}.indicator{position:absolute;z-index:1;background-color:rgb(var(--mdui-color-primary))}.container:not(.initial) .indicator{transition-duration:var(--mdui-motion-duration-medium2);transition-timing-function:var(--mdui-motion-easing-standard-decelerate)}:host([placement^=bottom]) .indicator,:host([placement^=top]) .indicator{transition-property:transform,left,width}:host([placement^=left]) .indicator,:host([placement^=right]) .indicator{transition-property:transform,top,height}:host([placement^=top]) .indicator{bottom:0}:host([placement^=bottom]) .indicator{top:0}:host([placement^=left]) .indicator{right:0}:host([placement^=right]) .indicator{left:0}:host([placement^=bottom][variant=primary]) .indicator,:host([placement^=top][variant=primary]) .indicator{height:.1875rem}:host([placement^=bottom][variant=secondary]) .indicator,:host([placement^=top][variant=secondary]) .indicator{height:.125rem}:host([placement^=left][variant=primary]) .indicator,:host([placement^=right][variant=primary]) .indicator{width:.1875rem}:host([placement^=left][variant=secondary]) .indicator,:host([placement^=right][variant=secondary]) .indicator{width:.125rem}:host([placement^=top][variant=primary]) .indicator{border-top-left-radius:.1875rem;border-top-right-radius:.1875rem}:host([placement^=bottom][variant=primary]) .indicator{border-bottom-right-radius:.1875rem;border-bottom-left-radius:.1875rem}:host([placement^=left][variant=primary]) .indicator{border-top-left-radius:.1875rem;border-bottom-left-radius:.1875rem}:host([placement^=right][variant=primary]) .indicator{border-top-right-radius:.1875rem;border-bottom-right-radius:.1875rem}:host([full-width]:not([full-width=false i])) ::slotted(mdui-tab){flex:1}`;let oi=class extends Ke{constructor(){super(...arguments),this.variant="primary",this.placement="top-start",this.fullWidth=!1,this.activeKey=0,this.isInitial=!0,this.containerRef=Me(),this.indicatorRef=Me(),this.definedController=new At(this,{relatedElements:["mdui-tab","mdui-tab-panel"]})}async onActiveKeyChange(){await this.definedController.whenDefined(),this.value=this.tabs.find(e=>e.key===this.activeKey)?.value,this.updateActive(),this.isInitial||this.emit("change")}async onValueChange(){this.isInitial=!this.hasUpdated,await this.definedController.whenDefined();const e=this.tabs.find(t=>t.value===this.value);this.activeKey=e?.key??0}async onIndicatorChange(){await this.updateComplete,this.updateIndicator()}connectedCallback(){super.connectedCallback(),this.updateComplete.then(()=>{this.observeResize=$r(this.containerRef.value,()=>this.updateIndicator())})}disconnectedCallback(){super.disconnectedCallback(),this.observeResize?.unobserve()}render(){return Y`<div ${De(this.containerRef)} part="container" class="container ${bt({initial:this.isInitial})}"><slot @slotchange="${this.onSlotChange}" @click="${this.onClick}"></slot><div ${De(this.indicatorRef)} part="indicator" class="indicator"></div></div><slot name="panel" @slotchange="${this.onSlotChange}"></slot>`}async onSlotChange(){await this.definedController.whenDefined(),this.updateActive()}async onClick(e){if(e.button)return;await this.definedController.whenDefined();const r=e.target.closest("mdui-tab");r&&(this.activeKey=r.key,this.isInitial=!1,this.updateActive())}updateActive(){this.activeTab=this.tabs.map(e=>(e.active=this.activeKey===e.key,e)).find(e=>e.active),this.panels.forEach(e=>e.active=e.value===this.activeTab?.value),this.updateIndicator()}updateIndicator(){const e=this.activeTab,t=oe(this.indicatorRef.value),r=this.placement.startsWith("left")||this.placement.startsWith("right");if(!e){t.css({transform:r?"scaleY(0)":"scaleX(0)"});return}const n=oe(e),s=e.offsetTop,o=e.offsetLeft,a=r?{transform:"scaleY(1)",width:"",left:""}:{transform:"scaleX(1)",height:"",top:""};let c={};if(this.variant==="primary"){const l=n.find(':scope > [slot="custom"]'),d=l.length?l.get():oe(e.renderRoot).find('slot[name="custom"]').children().get();if(r){const u=Math.min(...d.map(g=>g.offsetTop))+s,m=Math.max(...d.map(g=>g.offsetTop+g.offsetHeight))+s;c={top:u,height:m-u}}else{const u=Math.min(...d.map(g=>g.offsetLeft))+o,m=Math.max(...d.map(g=>g.offsetLeft+g.offsetWidth))+o;c={left:u,width:m-u}}}this.variant==="secondary"&&(c=r?{top:s,height:e.offsetHeight}:{left:o,width:e.offsetWidth}),t.css({...a,...c})}};oi.styles=[Ue,O_];w([L({reflect:!0})],oi.prototype,"variant",void 0);w([L({reflect:!0})],oi.prototype,"value",void 0);w([L({reflect:!0})],oi.prototype,"placement",void 0);w([L({type:Boolean,reflect:!0,converter:we,attribute:"full-width"})],oi.prototype,"fullWidth",void 0);w([qe()],oi.prototype,"activeKey",void 0);w([qe()],oi.prototype,"isInitial",void 0);w([gi({selector:"mdui-tab",flatten:!0})],oi.prototype,"tabs",void 0);w([gi({selector:"mdui-tab-panel",slot:"panel",flatten:!0})],oi.prototype,"panels",void 0);w([Re("activeKey",!0)],oi.prototype,"onActiveKeyChange",null);w([Re("value")],oi.prototype,"onValueChange",null);w([Re("variant",!0),Re("placement",!0),Re("fullWidth",!0)],oi.prototype,"onIndicatorChange",null);oi=w([Ae("mdui-tabs")],oi);class P_{constructor(e,t){this.isHover=!1,this.uniqueID=Cr(),this.enterEventName=`mouseenter.${this.uniqueID}.hoverController`,this.leaveEventName=`mouseleave.${this.uniqueID}.hoverController`,this.mouseEnterItems=[],this.mouseLeaveItems=[],(this.host=e).addController(this),this.elementRef=t}hostConnected(){this.host.updateComplete.then(()=>{oe(this.elementRef.value).on(this.enterEventName,()=>{this.isHover=!0;for(let e=this.mouseEnterItems.length-1;e>=0;e--){const t=this.mouseEnterItems[e];t.callback(),t.one&&this.mouseEnterItems.splice(e,1)}}).on(this.leaveEventName,()=>{this.isHover=!1;for(let e=this.mouseLeaveItems.length-1;e>=0;e--){const t=this.mouseLeaveItems[e];t.callback(),t.one&&this.mouseLeaveItems.splice(e,1)}})})}hostDisconnected(){oe(this.elementRef.value).off(this.enterEventName).off(this.leaveEventName)}onMouseEnter(e,t=!1){this.mouseEnterItems.push({callback:e,one:t})}onMouseLeave(e,t=!1){this.mouseLeaveItems.push({callback:e,one:t})}}const M_=$e`:host{--shape-corner-plain:var(--mdui-shape-corner-extra-small);--shape-corner-rich:var(--mdui-shape-corner-medium);--z-index:2500;display:contents}.popup{position:fixed;display:flex;flex-direction:column;z-index:var(--z-index);border-radius:var(--shape-corner-plain);background-color:rgb(var(--mdui-color-inverse-surface));padding:0 .5rem;min-width:1.75rem;max-width:20rem}:host([variant=rich]) .popup{border-radius:var(--shape-corner-rich);background-color:rgb(var(--mdui-color-surface-container));box-shadow:var(--mdui-elevation-level2);padding:.75rem 1rem .5rem 1rem}.headline{display:flex;color:rgb(var(--mdui-color-on-surface-variant));font-size:var(--mdui-typescale-title-small-size);font-weight:var(--mdui-typescale-title-small-weight);letter-spacing:var(--mdui-typescale-title-small-tracking);line-height:var(--mdui-typescale-title-small-line-height)}.content{display:flex;padding:.25rem 0;color:rgb(var(--mdui-color-inverse-on-surface));font-size:var(--mdui-typescale-body-small-size);font-weight:var(--mdui-typescale-body-small-weight);letter-spacing:var(--mdui-typescale-body-small-tracking);line-height:var(--mdui-typescale-body-small-line-height)}:host([variant=rich]) .content{color:rgb(var(--mdui-color-on-surface-variant));font-size:var(--mdui-typescale-body-medium-size);font-weight:var(--mdui-typescale-body-medium-weight);letter-spacing:var(--mdui-typescale-body-medium-tracking);line-height:var(--mdui-typescale-body-medium-line-height)}.action{display:flex;justify-content:flex-start;padding-top:.5rem}.action ::slotted(:not(:last-child)){margin-right:.5rem}`;let ai=class extends Ke{constructor(){super(),this.variant="plain",this.placement="auto",this.openDelay=150,this.closeDelay=150,this.trigger="hover focus",this.disabled=!1,this.open=!1,this.popupRef=Me(),this.hasSlotController=new $t(this,"headline","action"),this.hoverController=new P_(this,this.popupRef),this.definedController=new At(this,{needDomReady:!0}),this.onDocumentClick=this.onDocumentClick.bind(this),this.onWindowScroll=this.onWindowScroll.bind(this),this.onFocus=this.onFocus.bind(this),this.onBlur=this.onBlur.bind(this),this.onClick=this.onClick.bind(this),this.onKeydown=this.onKeydown.bind(this),this.onMouseEnter=this.onMouseEnter.bind(this),this.onMouseLeave=this.onMouseLeave.bind(this)}get target(){return[...this.children].find(e=>e.tagName.toLowerCase()!=="style"&&e.getAttribute("slot")!=="content")}async onPositionChange(){this.open&&(await this.definedController.whenDefined(),this.updatePositioner())}async onOpenChange(){const e=this.hasUpdated,t=Ai(this,"short4"),r=ii(this,"standard");if(this.open){if(await this.definedController.whenDefined(),oe(`mdui-tooltip[variant="${this.variant}"]`).filter((n,s)=>s!==this).prop("open",!1),e||await this.updateComplete,e&&!this.emit("open",{cancelable:!0}))return;await ei(this.popupRef.value),this.popupRef.value.hidden=!1,this.updatePositioner(),await st(this.popupRef.value,[{transform:"scale(0)"},{transform:"scale(1)"}],{duration:e?t:0,easing:r}),e&&this.emit("opened");return}if(!this.open&&e){if(!this.emit("close",{cancelable:!0}))return;await ei(this.popupRef.value),await st(this.popupRef.value,[{transform:"scale(1)"},{transform:"scale(0)"}],{duration:t,easing:r}),this.popupRef.value.hidden=!0,this.emit("closed")}}connectedCallback(){super.connectedCallback(),document.addEventListener("pointerdown",this.onDocumentClick),this.definedController.whenDefined().then(()=>{this.overflowAncestors=Fo(this.target),this.overflowAncestors.forEach(e=>{e.addEventListener("scroll",this.onWindowScroll)}),this.observeResize=$r(this.target,()=>{this.updatePositioner()})})}disconnectedCallback(){super.disconnectedCallback(),document.removeEventListener("pointerdown",this.onDocumentClick),this.overflowAncestors?.forEach(e=>{e.removeEventListener("scroll",this.onWindowScroll)}),this.observeResize?.unobserve()}firstUpdated(e){super.firstUpdated(e),this.definedController.whenDefined().then(()=>{const t=this.target;t.addEventListener("focus",this.onFocus),t.addEventListener("blur",this.onBlur),t.addEventListener("pointerdown",this.onClick),t.addEventListener("keydown",this.onKeydown),t.addEventListener("mouseenter",this.onMouseEnter),t.addEventListener("mouseleave",this.onMouseLeave)})}render(){const e=this.isRich()&&(this.headline||this.hasSlotController.test("headline")),t=this.isRich()&&this.hasSlotController.test("action");return Y`<slot></slot><div ${De(this.popupRef)} part="popup" class="popup" hidden>${at(e,()=>Y`<slot name="headline" part="headline" class="headline">${this.headline}</slot>`)}<slot name="content" part="content" class="content">${this.content}</slot>${at(t,()=>Y`<slot name="action" part="action" class="action"></slot>`)}</div>`}isRich(){return this.variant==="rich"}requestClose(){if(!this.hoverController.isHover){this.open=!1;return}this.hoverController.onMouseLeave(()=>{this.hasTrigger("hover")?this.hoverTimeout=window.setTimeout(()=>{this.open=!1},this.closeDelay||50):this.open=!1},!0)}hasTrigger(e){return this.trigger.split(" ").includes(e)}onFocus(){this.disabled||this.open||!this.hasTrigger("focus")||(this.open=!0)}onBlur(){this.disabled||!this.open||!this.hasTrigger("focus")||this.requestClose()}onClick(e){this.disabled||e.button||!this.hasTrigger("click")||this.open&&(this.hasTrigger("hover")||this.hasTrigger("focus"))||(this.open=!this.open)}onKeydown(e){this.disabled||!this.open||e.key!=="Escape"||(e.stopPropagation(),this.requestClose())}onMouseEnter(){this.disabled||this.open||!this.hasTrigger("hover")||(this.openDelay?(window.clearTimeout(this.hoverTimeout),this.hoverTimeout=window.setTimeout(()=>{this.open=!0},this.openDelay)):this.open=!0)}onMouseLeave(){window.clearTimeout(this.hoverTimeout),!(this.disabled||!this.open||!this.hasTrigger("hover"))&&(this.hoverTimeout=window.setTimeout(()=>{this.requestClose()},this.closeDelay||50))}onDocumentClick(e){if(this.disabled||!this.open)return;e.composedPath().includes(this)||this.requestClose()}onWindowScroll(){window.requestAnimationFrame(()=>this.updatePositioner())}updatePositioner(){const e=oe(this.popupRef.value),t=this.isRich()?0:4,r=4,n=this.target.getBoundingClientRect(),s=n.top,o=n.left,a=n.height,c=n.width,l=this.popupRef.value.offsetHeight,d=this.popupRef.value.offsetWidth,u=d+t+r,m=l+t+r;let g,v,_,E,x=this.placement;if(x==="auto"){const h=oe(window),p=s>m,T=h.height()-s-a>m,N=o>u,C=h.width()-o-c>u;this.isRich()?(x="bottom-right",T&&C?x="bottom-right":T&&N?x="bottom-left":p&&C?x="top-right":p&&N?x="top-left":T?x="bottom":p?x="top":C?x="right":N&&(x="left")):(x="top",p?x="top":T?x="bottom":N?x="left":C&&(x="right"))}const[k,y]=x.split("-");switch(k){case"top":v="bottom",_=s-l-t;break;case"bottom":v="top",_=s+a+t;break;default:switch(v="center",y){case"start":_=s;break;case"end":_=s+a-l;break;default:_=s+a/2-l/2;break}break}switch(k){case"left":g="right",E=o-d-t;break;case"right":g="left",E=o+c+t;break;default:switch(g="center",y){case"start":E=o;break;case"end":E=o+c-d;break;case"left":g="right",E=o-d-t;break;case"right":g="left",E=o+c+t;break;default:E=o+c/2-d/2;break}break}e.css({top:_,left:E,transformOrigin:[g,v].join(" ")})}};ai.styles=[Ue,M_];w([L({reflect:!0})],ai.prototype,"variant",void 0);w([L({reflect:!0})],ai.prototype,"placement",void 0);w([L({type:Number,reflect:!0,attribute:"open-delay"})],ai.prototype,"openDelay",void 0);w([L({type:Number,reflect:!0,attribute:"close-delay"})],ai.prototype,"closeDelay",void 0);w([L({reflect:!0})],ai.prototype,"headline",void 0);w([L({reflect:!0})],ai.prototype,"content",void 0);w([L({reflect:!0})],ai.prototype,"trigger",void 0);w([L({type:Boolean,reflect:!0,converter:we})],ai.prototype,"disabled",void 0);w([L({type:Boolean,reflect:!0,converter:we})],ai.prototype,"open",void 0);w([Re("placement",!0),Re("content",!0)],ai.prototype,"onPositionChange",null);w([Re("open")],ai.prototype,"onOpenChange",null);ai=w([Ae("mdui-tooltip")],ai);const F_=i=>{const e=i.assignedNodes({flatten:!0});let t="";return[...e].forEach(r=>{r.nodeType===Node.ELEMENT_NODE&&(t+=r.outerHTML),r.nodeType===Node.TEXT_NODE&&(t+=r.textContent)}),t},j_=$e`:host{display:block;width:100%;flex-shrink:initial!important;overflow:hidden;color:rgb(var(--mdui-color-on-surface));font-size:var(--mdui-typescale-title-large-size);font-weight:var(--mdui-typescale-title-large-weight);letter-spacing:var(--mdui-typescale-title-large-tracking);line-height:var(--mdui-typescale-title-large-line-height);line-height:2.5rem}.label{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;opacity:1;transition:opacity var(--mdui-motion-duration-short2) var(--mdui-motion-easing-linear)}.label.variant-center-aligned{text-align:center}.label.variant-large:not(.shrink),.label.variant-medium:not(.shrink){opacity:0}.label.variant-large.shrink,.label.variant-medium.shrink{transition-delay:var(--mdui-motion-duration-short2)}.label-large{display:none;position:absolute;width:100%;left:0;margin-right:0;padding:0 1rem;transition:opacity var(--mdui-motion-duration-short2) var(--mdui-motion-easing-linear)}.label-large.variant-large,.label-large.variant-medium{display:block}.label-large.variant-medium{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;bottom:.75rem;font-size:var(--mdui-typescale-headline-small-size);font-weight:var(--mdui-typescale-headline-small-weight);letter-spacing:var(--mdui-typescale-headline-small-tracking);line-height:var(--mdui-typescale-headline-small-line-height)}.label-large.variant-large{display:-webkit-box;overflow:hidden;white-space:normal;-webkit-box-orient:vertical;-webkit-line-clamp:2;bottom:1.25rem;font-size:var(--mdui-typescale-headline-medium-size);font-weight:var(--mdui-typescale-headline-medium-weight);letter-spacing:var(--mdui-typescale-headline-medium-tracking);line-height:var(--mdui-typescale-headline-medium-line-height)}.label-large.variant-large:not(.shrink),.label-large.variant-medium:not(.shrink){opacity:1;transition-delay:var(--mdui-motion-duration-short2)}.label-large.variant-large.shrink,.label-large.variant-medium.shrink{opacity:0;z-index:-1}`;let Fs=class extends Ke{constructor(){super(...arguments),this.variant="small",this.shrink=!1,this.hasSlotController=new $t(this,"label-large"),this.labelLargeRef=Me(),this.defaultSlotRef=Me()}render(){const e=this.hasSlotController.test("label-large"),t=bt({shrink:this.shrink,"variant-center-aligned":this.variant==="center-aligned","variant-small":this.variant==="small","variant-medium":this.variant==="medium","variant-large":this.variant==="large"});return Y`<slot part="label" class="label ${t}" ${De(this.defaultSlotRef)} @slotchange="${()=>this.onSlotChange(e)}"></slot>${e?Y`<slot name="label-large" part="label-large" class="label-large ${t}"></slot>`:Y`<div ${De(this.labelLargeRef)} part="label-large" class="label-large ${t}"></div>`}`}onSlotChange(e){e||(this.labelLargeRef.value.innerHTML=F_(this.defaultSlotRef.value))}};Fs.styles=[Ue,j_];w([qe()],Fs.prototype,"variant",void 0);w([qe()],Fs.prototype,"shrink",void 0);Fs=w([Ae("mdui-top-app-bar-title")],Fs);const B_=$e`:host{--shape-corner:var(--mdui-shape-corner-none);--z-index:2000;position:fixed;top:0;right:0;left:0;display:flex;flex:0 0 auto;align-items:flex-start;justify-content:flex-start;border-bottom-left-radius:var(--shape-corner);border-bottom-right-radius:var(--shape-corner);z-index:var(--z-index);transition:top var(--mdui-motion-duration-long2) var(--mdui-motion-easing-standard),height var(--mdui-motion-duration-long2) var(--mdui-motion-easing-standard),box-shadow var(--mdui-motion-duration-short4) var(--mdui-motion-easing-linear),background-color var(--mdui-motion-duration-short4) var(--mdui-motion-easing-linear);padding:.75rem .5rem;height:4rem;background-color:rgb(var(--mdui-color-surface))}:host([scroll-target]:not([scroll-target=''])){position:absolute}:host([scroll-behavior~=shrink]){transition-duration:var(--mdui-motion-duration-short4)}:host([scrolling]){background-color:rgb(var(--mdui-color-surface-container));box-shadow:var(--mdui-elevation-level2)}::slotted(mdui-button-icon){color:rgb(var(--mdui-color-on-surface-variant));font-size:1.5rem}::slotted(mdui-button-icon:first-child){color:rgb(var(--mdui-color-on-surface))}::slotted(mdui-avatar){width:1.875rem;height:1.875rem;margin-top:.3125rem;margin-bottom:.3125rem}::slotted(*){flex-shrink:0}::slotted(:not(:last-child)){margin-right:.5rem}:host([variant=medium]){height:7rem}:host([variant=large]){height:9.5rem}:host([hide]:not([hide=false i])){transition-duration:var(--mdui-motion-duration-short4);top:-4.625rem}:host([hide][variant=medium]:not([hide=false i])){top:-7.625rem}:host([hide][variant=large]:not([hide=false i])){top:-10.125rem}:host([shrink][variant=large]:not([shrink=false i])),:host([shrink][variant=medium]:not([shrink=false i])){transition-duration:var(--mdui-motion-duration-short4);height:4rem}`;let Ni=class extends Td(Ar){constructor(){super(...arguments),this.variant="small",this.hide=!1,this.shrink=!1,this.scrolling=!1,this.definedController=new At(this,{relatedElements:["mdui-top-app-bar-title"]})}get scrollPaddingPosition(){return"top"}get layoutPlacement(){return"top"}async onVariantChange(){this.hasUpdated?this.addEventListener("transitionend",async()=>{await this.scrollBehaviorDefinedController.whenDefined(),this.setContainerPadding("update",this.scrollTarget)},{once:!0}):await this.updateComplete,await this.definedController.whenDefined(),this.titleElements.forEach(e=>{e.variant=this.variant})}async onShrinkChange(){this.hasUpdated||await this.updateComplete,await this.definedController.whenDefined(),this.titleElements.forEach(e=>{e.shrink=this.shrink})}firstUpdated(e){super.firstUpdated(e),this.addEventListener("transitionend",t=>{t.target===this&&this.emit(this.hide?"hidden":"shown")})}render(){return Y`<slot></slot>`}runScrollNoThreshold(e,t){this.hasScrollBehavior("shrink")&&e&&t<8&&(this.shrink=!1)}runScrollThreshold(e,t){this.hasScrollBehavior("elevate")&&(this.scrolling=!!t),this.hasScrollBehavior("shrink")&&(e||(this.shrink=!0)),this.hasScrollBehavior("hide")&&(!e&&!this.hide&&this.emit("hide",{cancelable:!0})&&(this.hide=!0),e&&this.hide&&this.emit("show",{cancelable:!0})&&(this.hide=!1))}};Ni.styles=[Ue,B_];w([L({reflect:!0})],Ni.prototype,"variant",void 0);w([L({type:Boolean,reflect:!0,converter:we})],Ni.prototype,"hide",void 0);w([L({type:Boolean,reflect:!0,converter:we})],Ni.prototype,"shrink",void 0);w([L({reflect:!0,attribute:"scroll-behavior"})],Ni.prototype,"scrollBehavior",void 0);w([L({type:Boolean,reflect:!0,converter:we})],Ni.prototype,"scrolling",void 0);w([gi({selector:"mdui-top-app-bar-title",flatten:!0})],Ni.prototype,"titleElements",void 0);w([Re("variant")],Ni.prototype,"onVariantChange",null);w([Re("shrink")],Ni.prototype,"onShrinkChange",null);Ni=w([Ae("mdui-top-app-bar")],Ni);/**
514
+ )}:host([disabled]:not([disabled=false i])),:host([group-disabled]){cursor:default;pointer-events:none;color:rgba(var(--mdui-color-on-surface),38%);border-color:rgba(var(--mdui-color-on-surface),12%)}:host([loading]:not([loading=false i])){cursor:default;pointer-events:none}:host(:not(.mdui-segmented-button-first)){margin-left:-.0625rem}:host(.mdui-segmented-button-first){border-radius:var(--shape-corner) 0 0 var(--shape-corner)}:host(.mdui-segmented-button-last){border-radius:0 var(--shape-corner) var(--shape-corner) 0}.end-icon,.icon,.selected-icon{display:inline-flex;font-size:1.28571429em}.end-icon .i,.icon .i,.selected-icon .i,::slotted([slot=end-icon]),::slotted([slot=icon]),::slotted([slot=selected-icon]){font-size:inherit}mdui-circular-progress{width:1.125rem;height:1.125rem}:host([disabled]:not([disabled=false i])) mdui-circular-progress{opacity:.38}.label{display:inline-flex}.has-icon .label{padding-left:.5rem}.has-end-icon .label{padding-right:.5rem}`;let nr=class extends pt{constructor(){super(...arguments),this.selected=!1,this.invalid=!1,this.groupDisabled=!1,this.key=Cr(),this.rippleRef=Me(),this.hasSlotController=new $t(this,"[default]","icon","end-icon")}get rippleElement(){return this.rippleRef.value}get rippleDisabled(){return this.isDisabled()||this.loading}get focusDisabled(){return this.isDisabled()||this.loading}render(){const e=qi({button:!0,"has-icon":this.icon||this.selected||this.loading||this.hasSlotController.test("icon"),"has-end-icon":this.endIcon||this.hasSlotController.test("end-icon")});return Y`<mdui-ripple ${De(this.rippleRef)} .noRipple="${this.noRipple}"></mdui-ripple>${this.isButton()?this.renderButton({className:e,part:"button",content:this.renderInner()}):this.isDisabled()||this.loading?Y`<span part="button" class="_a ${e}">${this.renderInner()}</span>`:this.renderAnchor({className:e,part:"button",content:this.renderInner()})}`}isDisabled(){return this.disabled||this.groupDisabled}renderIcon(){return this.loading?this.renderLoading():this.selected?Y`<slot name="selected-icon" part="selected-icon" class="selected-icon">${this.selectedIcon?Y`<mdui-icon name="${this.selectedIcon}" class="i"></mdui-icon>`:Y`<mdui-icon-check class="i"></mdui-icon-check>`}</slot>`:Y`<slot name="icon" part="icon" class="icon">${this.icon?Y`<mdui-icon name="${this.icon}" class="i"></mdui-icon>`:Ye}</slot>`}renderLabel(){return this.hasSlotController.test("[default]")?Y`<slot part="label" class="label"></slot>`:Ye}renderEndIcon(){return Y`<slot name="end-icon" part="end-icon" class="end-icon">${this.endIcon?Y`<mdui-icon name="${this.endIcon}" class="i"></mdui-icon>`:Ye}</slot>`}renderInner(){return[this.renderIcon(),this.renderLabel(),this.renderEndIcon()]}};nr.styles=[pt.styles,I_];w([L({reflect:!0})],nr.prototype,"icon",void 0);w([L({reflect:!0,attribute:"end-icon"})],nr.prototype,"endIcon",void 0);w([L({reflect:!0,attribute:"selected-icon"})],nr.prototype,"selectedIcon",void 0);w([L({type:Boolean,reflect:!0,converter:we})],nr.prototype,"selected",void 0);w([L({type:Boolean,reflect:!0,converter:we})],nr.prototype,"invalid",void 0);w([L({type:Boolean,reflect:!0,converter:we,attribute:"group-disabled"})],nr.prototype,"groupDisabled",void 0);nr=w([Ae("mdui-segmented-button")],nr);const T_=$e`:host{--shape-corner:var(--mdui-shape-corner-full);position:relative;display:inline-flex;vertical-align:middle;height:2.5rem;font-size:var(--mdui-typescale-label-large-size);font-weight:var(--mdui-typescale-label-large-weight);letter-spacing:var(--mdui-typescale-label-large-tracking);line-height:var(--mdui-typescale-label-large-line-height);color:rgb(var(--mdui-color-on-surface));--mdui-comp-ripple-state-layer-color:var(--mdui-color-on-surface)}:host([full-width]:not([full-width=false i])){display:flex;flex-wrap:nowrap}input,select{position:absolute;width:100%;height:100%;padding:0;opacity:0;pointer-events:none}`;let Ot=class extends Ke{constructor(){super(...arguments),this.fullWidth=!1,this.disabled=!1,this.required=!1,this.name="",this.value="",this.defaultValue="",this.selectedKeys=[],this.invalid=!1,this.isInitial=!0,this.inputRef=Me(),this.formController=new dr(this),this.definedController=new At(this,{relatedElements:["mdui-segmented-button"]})}get validity(){return this.inputRef.value.validity}get validationMessage(){return this.inputRef.value.validationMessage}get items(){return oe(this).find("mdui-segmented-button").get()}get itemsEnabled(){return oe(this).find("mdui-segmented-button:not([disabled])").get()}get isSingle(){return this.selects==="single"}get isMultiple(){return this.selects==="multiple"}get isSelectable(){return this.isSingle||this.isMultiple}async onSelectsChange(){this.isSelectable?this.isSingle&&this.setSelectedKeys(this.selectedKeys.slice(0,1)):this.setSelectedKeys([]),await this.onSelectedKeysChange()}async onSelectedKeysChange(){await this.definedController.whenDefined();const e=this.itemsEnabled.filter(r=>this.selectedKeys.includes(r.key)).map(r=>r.value),t=this.isMultiple?e:e[0]||"";this.setValue(t),this.isInitial||this.emit("change")}async onValueChange(){if(this.isInitial=!this.hasUpdated,await this.definedController.whenDefined(),!this.isSelectable){this.updateItems();return}const e=(this.isSingle?[this.value]:_t(this.value)?[this.value]:this.value).filter(t=>t);if(!e.length)this.setSelectedKeys([]);else if(this.isSingle){const t=this.itemsEnabled.find(r=>r.value===e[0]);this.setSelectedKeys(t?[t.key]:[])}else this.isMultiple&&this.setSelectedKeys(this.itemsEnabled.filter(t=>e.includes(t.value)).map(t=>t.key));if(this.updateItems(),!this.isInitial){const t=this.formController.getForm();t&&Et.get(t)?.has(this)?(this.invalid=!1,Et.get(t).delete(this)):this.invalid=!this.inputRef.value.checkValidity()}}async onInvalidChange(){await this.definedController.whenDefined(),this.updateItems()}connectedCallback(){super.connectedCallback(),this.value=this.isMultiple&&_t(this.value)?this.value?[this.value]:[]:this.value,this.defaultValue=this.selects==="multiple"?[]:""}checkValidity(){const e=this.inputRef.value.checkValidity();return e||this.emit("invalid",{bubbles:!1,cancelable:!0,composed:!1}),e}reportValidity(){return this.invalid=!this.inputRef.value.reportValidity(),this.invalid&&(this.emit("invalid",{bubbles:!1,cancelable:!0,composed:!1})||(this.inputRef.value.blur(),this.inputRef.value.focus())),!this.invalid}setCustomValidity(e){this.inputRef.value.setCustomValidity(e),this.invalid=!this.inputRef.value.checkValidity()}render(){return Y`${at(this.isSelectable&&this.isSingle,()=>Y`<input ${De(this.inputRef)} type="radio" name="${Be(this.name)}" value="1" .disabled="${this.disabled}" .required="${this.required}" .checked="${!!this.value}" tabindex="-1" @keydown="${this.onInputKeyDown}">`)}${at(this.isSelectable&&this.isMultiple,()=>Y`<select ${De(this.inputRef)} name="${Be(this.name)}" .disabled="${this.disabled}" .required="${this.required}" multiple="multiple" tabindex="-1" @keydown="${this.onInputKeyDown}">${pn(this.value,e=>Y`<option selected="selected" value="${e}"></option>`)}</select>`)}<slot @slotchange="${this.onSlotChange}" @click="${this.onClick}"></slot>`}selectOne(e){if(this.isMultiple){const t=[...this.selectedKeys];t.includes(e.key)?t.splice(t.indexOf(e.key),1):t.push(e.key),this.setSelectedKeys(t)}this.isSingle&&(this.selectedKeys.includes(e.key)?this.setSelectedKeys([]):this.setSelectedKeys([e.key])),this.isInitial=!1,this.updateItems()}async onClick(e){if(e.button)return;await this.definedController.whenDefined();const r=e.target.closest("mdui-segmented-button");!r||r.disabled||this.isSelectable&&r.value&&this.selectOne(r)}async onInputKeyDown(e){if(["Enter"," "].includes(e.key)){if(e.preventDefault(),await this.definedController.whenDefined(),this.isSingle){const t=e.target;t.checked=!t.checked,this.selectOne(this.itemsEnabled[0]),this.itemsEnabled[0].focus()}this.isMultiple&&(this.selectOne(this.itemsEnabled[0]),this.itemsEnabled[0].focus())}}async onSlotChange(){await this.definedController.whenDefined(),this.updateItems(!0)}setSelectedKeys(e){In(this.selectedKeys,e)||(this.selectedKeys=e)}setValue(e){this.isSingle?this.value=e:In(this.value,e)||(this.value=e)}updateItems(e=!1){const t=this.items;t.forEach((r,n)=>{r.invalid=this.invalid,r.groupDisabled=this.disabled,r.selected=this.selectedKeys.includes(r.key),e&&(r.classList.toggle("mdui-segmented-button-first",n===0),r.classList.toggle("mdui-segmented-button-last",n===t.length-1))})}};Ot.styles=[Ue,T_];w([L({type:Boolean,reflect:!0,converter:we,attribute:"full-width"})],Ot.prototype,"fullWidth",void 0);w([L({reflect:!0})],Ot.prototype,"selects",void 0);w([L({type:Boolean,reflect:!0,converter:we})],Ot.prototype,"disabled",void 0);w([L({type:Boolean,reflect:!0,converter:we})],Ot.prototype,"required",void 0);w([L({reflect:!0})],Ot.prototype,"form",void 0);w([L({reflect:!0})],Ot.prototype,"name",void 0);w([L()],Ot.prototype,"value",void 0);w([Nr()],Ot.prototype,"defaultValue",void 0);w([qe()],Ot.prototype,"selectedKeys",void 0);w([qe()],Ot.prototype,"invalid",void 0);w([Re("selects",!0)],Ot.prototype,"onSelectsChange",null);w([Re("selectedKeys",!0)],Ot.prototype,"onSelectedKeysChange",null);w([Re("value")],Ot.prototype,"onValueChange",null);w([Re("invalid",!0),Re("disabled")],Ot.prototype,"onInvalidChange",null);Ot=w([Ae("mdui-segmented-button-group")],Ot);let $c=class extends yt{render(){return Ii('<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm3.59-13L12 10.59 8.41 7 7 8.41 10.59 12 7 15.59 8.41 17 12 13.41 15.59 17 17 15.59 13.41 12 17 8.41z"/>')}};$c.styles=Ri;$c=w([Ae("mdui-icon-cancel--outlined")],$c);let Ac=class extends yt{render(){return Ii('<path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"/>')}};Ac.styles=Ri;Ac=w([Ae("mdui-icon-error")],Ac);let Nc=class extends yt{render(){return Ii('<path d="M12 7c2.76 0 5 2.24 5 5 0 .65-.13 1.26-.36 1.83l2.92 2.92c1.51-1.26 2.7-2.89 3.43-4.75-1.73-4.39-6-7.5-11-7.5-1.4 0-2.74.25-3.98.7l2.16 2.16C10.74 7.13 11.35 7 12 7zM2 4.27l2.28 2.28.46.46A11.804 11.804 0 0 0 1 12c1.73 4.39 6 7.5 11 7.5 1.55 0 3.03-.3 4.38-.84l.42.42L19.73 22 21 20.73 3.27 3 2 4.27zM7.53 9.8l1.55 1.55c-.05.21-.08.43-.08.65 0 1.66 1.34 3 3 3 .22 0 .44-.03.65-.08l1.55 1.55c-.67.33-1.41.53-2.2.53-2.76 0-5-2.24-5-5 0-.79.2-1.53.53-2.2zm4.31-.78 3.15 3.15.02-.16c0-1.66-1.34-3-3-3l-.17.01z"/>')}};Nc.styles=Ri;Nc=w([Ae("mdui-icon-visibility-off")],Nc);let Dc=class extends yt{render(){return Ii('<path d="M12 4.5C7 4.5 2.73 7.61 1 12c1.73 4.39 6 7.5 11 7.5s9.27-3.11 11-7.5c-1.73-4.39-6-7.5-11-7.5zM12 17c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5zm0-8c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z"/>')}};Dc.styles=Ri;Dc=w([Ae("mdui-icon-visibility")],Dc);const C_=$e`:host{display:inline-block;width:100%}:host([disabled]:not([disabled=false i])){pointer-events:none}:host([type=hidden]){display:none}.container{position:relative;display:flex;align-items:center;height:100%;padding:.125rem .125rem .125rem 1rem;transition:box-shadow var(--mdui-motion-duration-short4) var(--mdui-motion-easing-standard)}.container.has-icon{padding-left:.75rem}.container.has-action,.container.has-right-icon,.container.has-suffix{padding-right:.75rem}:host([variant=filled]) .container{box-shadow:inset 0 -.0625rem 0 0 rgb(var(--mdui-color-on-surface-variant));background-color:rgb(var(--mdui-color-surface-container-highest));border-radius:var(--mdui-shape-corner-extra-small) var(--mdui-shape-corner-extra-small) 0 0}:host([variant=outlined]) .container{box-shadow:inset 0 0 0 .0625rem rgb(var(--mdui-color-outline));border-radius:var(--mdui-shape-corner-extra-small)}:host([variant=filled]) .container.invalid,:host([variant=filled]) .container.invalid-style{box-shadow:inset 0 -.0625rem 0 0 rgb(var(--mdui-color-error))}:host([variant=outlined]) .container.invalid,:host([variant=outlined]) .container.invalid-style{box-shadow:inset 0 0 0 .0625rem rgb(var(--mdui-color-error))}:host([variant=filled]:hover) .container{box-shadow:inset 0 -.0625rem 0 0 rgb(var(--mdui-color-on-surface))}:host([variant=outlined]:hover) .container{box-shadow:inset 0 0 0 .0625rem rgb(var(--mdui-color-on-surface))}:host([variant=filled]:hover) .container.invalid,:host([variant=filled]:hover) .container.invalid-style{box-shadow:inset 0 -.0625rem 0 0 rgb(var(--mdui-color-on-error-container))}:host([variant=outlined]:hover) .container.invalid,:host([variant=outlined]:hover) .container.invalid-style{box-shadow:inset 0 0 0 .0625rem rgb(var(--mdui-color-on-error-container))}:host([variant=filled][focused-style]) .container,:host([variant=filled][focused]) .container{box-shadow:inset 0 -.125rem 0 0 rgb(var(--mdui-color-primary))}:host([variant=outlined][focused-style]) .container,:host([variant=outlined][focused]) .container{box-shadow:inset 0 0 0 .125rem rgb(var(--mdui-color-primary))}:host([variant=filled][focused-style]) .container.invalid,:host([variant=filled][focused-style]) .container.invalid-style,:host([variant=filled][focused]) .container.invalid,:host([variant=filled][focused]) .container.invalid-style{box-shadow:inset 0 -.125rem 0 0 rgb(var(--mdui-color-error))}:host([variant=outlined][focused-style]) .container.invalid,:host([variant=outlined][focused-style]) .container.invalid-style,:host([variant=outlined][focused]) .container.invalid,:host([variant=outlined][focused]) .container.invalid-style{box-shadow:inset 0 0 0 .125rem rgb(var(--mdui-color-error))}:host([variant=filled][disabled]:not([disabled=false i])) .container{box-shadow:inset 0 -.0625rem 0 0 rgba(var(--mdui-color-on-surface),38%);background-color:rgba(var(--mdui-color-on-surface),4%)}:host([variant=outlined][disabled]:not([disabled=false i])) .container{box-shadow:inset 0 0 0 .125rem rgba(var(--mdui-color-on-surface),12%)}.action,.icon,.prefix,.right-icon,.suffix{display:flex;-webkit-user-select:none;user-select:none;color:rgb(var(--mdui-color-on-surface-variant))}:host([disabled]:not([disabled=false i])) .action,:host([disabled]:not([disabled=false i])) .icon,:host([disabled]:not([disabled=false i])) .prefix,:host([disabled]:not([disabled=false i])) .right-icon,:host([disabled]:not([disabled=false i])) .suffix{color:rgba(var(--mdui-color-on-surface),38%)}.invalid .right-icon,.invalid-style .right-icon{color:rgb(var(--mdui-color-error))}:host(:hover) .invalid .right-icon,:host(:hover) .invalid-style .right-icon{color:rgb(var(--mdui-color-on-error-container))}:host([focused-style]) .invalid .right-icon,:host([focused-style]) .invalid-style .right-icon,:host([focused]) .invalid .right-icon,:host([focused]) .invalid-style .right-icon{color:rgb(var(--mdui-color-error))}.action,.icon,.right-icon{font-size:1.5rem}.action mdui-button-icon,.icon mdui-button-icon,.right-icon mdui-button-icon,::slotted(mdui-button-icon[slot]){margin-left:-.5rem;margin-right:-.5rem}.action .i,.icon .i,.right-icon .i,::slotted([slot$=icon]){font-size:inherit}.has-icon .icon{margin-right:1rem}.has-prefix .prefix{padding-right:.125rem}.has-action .action{margin-left:.75rem}.has-suffix .suffix{padding-right:.25rem;padding-left:.125rem}.has-right-icon .right-icon{margin-left:.75rem}.prefix,.suffix{display:none;font-size:var(--mdui-typescale-body-large-size);font-weight:var(--mdui-typescale-body-large-weight);letter-spacing:var(--mdui-typescale-body-large-tracking);line-height:var(--mdui-typescale-body-large-line-height)}:host([variant=filled][label]) .prefix,:host([variant=filled][label]) .suffix{padding-top:1rem}.has-value .prefix,.has-value .suffix,:host([focused-style]) .prefix,:host([focused-style]) .suffix,:host([focused]) .prefix,:host([focused]) .suffix{display:flex}.input-container{display:flex;width:100%;height:100%}.label{position:absolute;pointer-events:none;max-width:calc(100% - 1rem);display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:1;transition:all var(--mdui-motion-duration-short4) var(--mdui-motion-easing-standard);top:1rem;color:rgb(var(--mdui-color-on-surface-variant));font-size:var(--mdui-typescale-body-large-size);font-weight:var(--mdui-typescale-body-large-weight);letter-spacing:var(--mdui-typescale-body-large-tracking);line-height:var(--mdui-typescale-body-large-line-height)}.invalid .label,.invalid-style .label{color:rgb(var(--mdui-color-error))}:host([variant=outlined]) .label{padding:0 .25rem;margin:0 -.25rem}:host([variant=outlined]:hover) .label{color:rgb(var(--mdui-color-on-surface))}:host([variant=filled]:hover) .invalid .label,:host([variant=filled]:hover) .invalid-style .label,:host([variant=outlined]:hover) .invalid .label,:host([variant=outlined]:hover) .invalid-style .label{color:rgb(var(--mdui-color-on-error-container))}:host([variant=filled][focused-style]) .label,:host([variant=filled][focused]) .label,:host([variant=outlined][focused-style]) .label,:host([variant=outlined][focused]) .label{color:rgb(var(--mdui-color-primary))}:host([variant=filled]) .has-value .label,:host([variant=filled][focused-style]) .label,:host([variant=filled][focused]) .label,:host([variant=filled][type=date]) .label,:host([variant=filled][type=datetime-local]) .label,:host([variant=filled][type=month]) .label,:host([variant=filled][type=time]) .label,:host([variant=filled][type=week]) .label{font-size:var(--mdui-typescale-body-small-size);font-weight:var(--mdui-typescale-body-small-weight);letter-spacing:var(--mdui-typescale-body-small-tracking);line-height:var(--mdui-typescale-body-small-line-height);top:.25rem}:host([variant=outlined]) .has-value .label,:host([variant=outlined][focused-style]) .label,:host([variant=outlined][focused]) .label,:host([variant=outlined][type=date]) .label,:host([variant=outlined][type=datetime-local]) .label,:host([variant=outlined][type=month]) .label,:host([variant=outlined][type=time]) .label,:host([variant=outlined][type=week]) .label{font-size:var(--mdui-typescale-body-small-size);font-weight:var(--mdui-typescale-body-small-weight);letter-spacing:var(--mdui-typescale-body-small-tracking);line-height:var(--mdui-typescale-body-small-line-height);top:-.5rem;left:.75rem;background-color:rgb(var(--mdui-color-background))}:host([variant=filled][focused-style]) .invalid .label,:host([variant=filled][focused-style]) .invalid-style .label,:host([variant=filled][focused]) .invalid .label,:host([variant=filled][focused]) .invalid-style .label,:host([variant=outlined][focused-style]) .invalid .label,:host([variant=outlined][focused-style]) .invalid-style .label,:host([variant=outlined][focused]) .invalid .label,:host([variant=outlined][focused]) .invalid-style .label{color:rgb(var(--mdui-color-error))}:host([variant=filled][disabled]:not([disabled=false i])) .label,:host([variant=outlined][disabled]:not([disabled=false i])) .label{color:rgba(var(--mdui-color-on-surface),38%)}.input{display:block;width:100%;border:none;outline:0;background:0 0;appearance:none;resize:none;cursor:inherit;font-family:inherit;padding:.875rem .875rem .875rem 0;font-size:var(--mdui-typescale-body-large-size);font-weight:var(--mdui-typescale-body-large-weight);letter-spacing:var(--mdui-typescale-body-large-tracking);line-height:var(--mdui-typescale-body-large-line-height);color:rgb(var(--mdui-color-on-surface));caret-color:rgb(var(--mdui-color-primary))}.has-action .input,.has-right-icon .input{padding-right:.25rem}.has-suffix .input{padding-right:0}.input.hide-input{opacity:0;height:0;min-height:0;width:0;padding:0!important;overflow:hidden}.input::placeholder{color:rgb(var(--mdui-color-on-surface-variant))}.invalid .input,.invalid-style .input{caret-color:rgb(var(--mdui-color-error))}:host([disabled]:not([disabled=false i])) .input{color:rgba(var(--mdui-color-on-surface),38%)}:host([end-aligned]:not([end-aligned=false i])) .input{text-align:right}textarea.input{padding-top:0;margin-top:.875rem}:host([variant=filled]) .label+.input{padding-top:1.375rem;padding-bottom:.375rem}:host([variant=filled]) .label+textarea.input{padding-top:0;margin-top:1.375rem}.supporting{display:flex;justify-content:space-between;padding:.25rem 1rem;color:rgb(var(--mdui-color-on-surface-variant))}.supporting.invalid,.supporting.invalid-style{color:rgb(var(--mdui-color-error))}.helper{display:block;opacity:1;transition:opacity var(--mdui-motion-duration-short4) var(--mdui-motion-easing-linear);font-size:var(--mdui-typescale-body-small-size);font-weight:var(--mdui-typescale-body-small-weight);letter-spacing:var(--mdui-typescale-body-small-tracking);line-height:var(--mdui-typescale-body-small-line-height)}:host([disabled]:not([disabled=false i])) .helper{color:rgba(var(--mdui-color-on-surface),38%)}:host([helper-on-focus]:not([helper-on-focus=false i])) .helper{opacity:0}:host([helper-on-focus][focused-style]:not([helper-on-focus=false i])) .helper,:host([helper-on-focus][focused]:not([helper-on-focus=false i])) .helper{opacity:1}.error{font-size:var(--mdui-typescale-body-small-size);font-weight:var(--mdui-typescale-body-small-weight);letter-spacing:var(--mdui-typescale-body-small-tracking);line-height:var(--mdui-typescale-body-small-line-height)}.counter{flex-wrap:nowrap;padding-left:1rem;font-size:var(--mdui-typescale-body-small-size);font-weight:var(--mdui-typescale-body-small-weight);letter-spacing:var(--mdui-typescale-body-small-tracking);line-height:var(--mdui-typescale-body-small-line-height)}::-ms-reveal{display:none}.input[type=number]::-webkit-inner-spin-button,.input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;display:none}.input[type=number]{-moz-appearance:textfield}.input[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}`;let Ne=class extends bi(Ke){constructor(){super(...arguments),this.variant="filled",this.type="text",this.name="",this.value="",this.defaultValue="",this.helperOnFocus=!1,this.clearable=!1,this.endAligned=!1,this.readonly=!1,this.disabled=!1,this.required=!1,this.autosize=!1,this.counter=!1,this.togglePassword=!1,this.spellcheck=!1,this.invalid=!1,this.invalidStyle=!1,this.focusedStyle=!1,this.isPasswordVisible=!1,this.hasValue=!1,this.error="",this.inputRef=Me(),this.formController=new dr(this),this.hasSlotController=new $t(this,"icon","end-icon","helper","input"),this.readonlyButClearable=!1}get validity(){return this.inputRef.value.validity}get validationMessage(){return this.inputRef.value.validationMessage}get valueAsNumber(){return this.inputRef.value?.valueAsNumber??parseFloat(this.value)}set valueAsNumber(e){const t=document.createElement("input");t.type="number",t.valueAsNumber=e,this.value=t.value}get focusElement(){return this.inputRef.value}get focusDisabled(){return this.disabled}get isFocusedStyle(){return this.focused||this.focusedStyle}get isTextarea(){return this.rows&&this.rows>1||this.autosize}onDisabledChange(){this.inputRef.value.disabled=this.disabled,this.invalid=!this.inputRef.value.checkValidity()}async onValueChange(){if(this.hasValue=!["",null].includes(this.value),this.hasUpdated){await this.updateComplete,this.setTextareaHeight();const e=this.formController.getForm();e&&Et.get(e)?.has(this)?(this.invalid=!1,Et.get(e).delete(this)):this.invalid=!this.inputRef.value.checkValidity()}}onRowsChange(){this.setTextareaHeight()}async onMaxRowsChange(){if(!this.autosize)return;this.hasUpdated||await this.updateComplete;const e=oe(this.inputRef.value);e.css("max-height",parseFloat(e.css("line-height"))*(this.maxRows??1)+parseFloat(e.css("padding-top"))+parseFloat(e.css("padding-bottom")))}async onMinRowsChange(){if(!this.autosize)return;this.hasUpdated||await this.updateComplete;const e=oe(this.inputRef.value);e.css("min-height",parseFloat(e.css("line-height"))*(this.minRows??1)+parseFloat(e.css("padding-top"))+parseFloat(e.css("padding-bottom")))}connectedCallback(){super.connectedCallback(),this.updateComplete.then(()=>{this.setTextareaHeight(),this.observeResize=$r(this.inputRef.value,()=>this.setTextareaHeight())})}disconnectedCallback(){super.disconnectedCallback(),this.observeResize?.unobserve(),Ro(this)}select(){this.inputRef.value.select()}setSelectionRange(e,t,r="none"){this.inputRef.value.setSelectionRange(e,t,r)}setRangeText(e,t,r,n="preserve"){this.inputRef.value.setRangeText(e,t,r,n),this.value!==this.inputRef.value.value&&(this.value=this.inputRef.value.value,this.setTextareaHeight(),this.emit("input"),this.emit("change"))}checkValidity(){const e=this.inputRef.value.checkValidity();return e||this.emit("invalid",{bubbles:!1,cancelable:!0,composed:!1}),e}reportValidity(){return this.invalid=!this.inputRef.value.reportValidity(),this.invalid&&(this.emit("invalid",{bubbles:!1,cancelable:!0,composed:!1}),this.focus()),!this.invalid}setCustomValidity(e){this.setCustomValidityInternal(e),Ro(this)}render(){const e=!!this.icon||this.hasSlotController.test("icon"),t=!!this.endIcon||this.hasSlotController.test("end-icon"),r=this.invalid||this.invalidStyle,n=this.type==="password"&&this.togglePassword&&!this.disabled,s=this.clearable&&!this.disabled&&(!this.readonly||this.readonlyButClearable)&&(typeof this.value=="number"||this.value.length>0),o=!!this.prefix||this.hasSlotController.test("prefix"),a=!!this.suffix||this.hasSlotController.test("suffix"),c=!!this.helper||this.hasSlotController.test("helper"),l=r&&!!(this.error||this.inputRef.value.validationMessage),d=this.counter&&!!this.maxlength,u=this.hasSlotController.test("input"),m={invalid:this.invalid,"invalid-style":this.invalidStyle},g=bt({container:!0,"has-value":this.hasValue,"has-icon":e,"has-right-icon":t||r,"has-action":s||n,"has-prefix":o,"has-suffix":a,"is-firefox":navigator.userAgent.includes("Firefox"),...m});return Y`<div part="container" class="${g}">${this.renderPrefix()}<div class="input-container">${this.renderLabel()} ${this.isTextarea?this.renderTextArea(u):this.renderInput(u)} ${at(u,()=>Y`<slot name="input" class="input"></slot>`)}</div>${this.renderSuffix()}${this.renderClearButton(s)} ${this.renderTogglePasswordButton(n)} ${this.renderRightIcon(r)}</div>${at(l||c||d,()=>Y`<div part="supporting" class="${bt({supporting:!0,...m})}">${this.renderHelper(l,c)} ${this.renderCounter(d)}</div>`)}`}setCustomValidityInternal(e){this.inputRef.value.setCustomValidity(e),this.invalid=!this.inputRef.value.checkValidity(),this.requestUpdate()}onChange(){this.value=this.inputRef.value.value,this.isTextarea&&this.setTextareaHeight(),this.emit("change")}onClear(e){this.value="",this.emit("clear"),this.emit("input"),this.emit("change"),this.focus(),e.stopPropagation()}onInput(e){e.stopPropagation(),this.value=this.inputRef.value.value,this.isTextarea&&this.setTextareaHeight(),this.emit("input")}onInvalid(e){e.preventDefault()}onKeyDown(e){const t=e.metaKey||e.ctrlKey||e.shiftKey||e.altKey;e.key==="Enter"&&!t&&setTimeout(()=>{e.defaultPrevented||this.formController.submit()})}onTextAreaKeyUp(){if(this.pattern){const e=new RegExp(this.pattern);this.value&&!this.value.match(e)?(this.setCustomValidityInternal(this.getPatternErrorMsg()),J1(this,()=>{this.setCustomValidityInternal(this.getPatternErrorMsg())})):(this.setCustomValidityInternal(""),Ro(this))}}onTogglePassword(){this.isPasswordVisible=!this.isPasswordVisible}getPatternErrorMsg(){return K1("Please match the requested format.")}setTextareaHeight(){this.autosize?(this.inputRef.value.style.height="auto",this.inputRef.value.style.height=`${this.inputRef.value.scrollHeight}px`):this.inputRef.value.style.height=void 0}renderLabel(){return this.label?Y`<label part="label" class="label">${this.label}</label>`:Ye}renderPrefix(){return Y`<slot name="icon" part="icon" class="icon">${this.icon?Y`<mdui-icon name="${this.icon}" class="i"></mdui-icon>`:Ye}</slot><slot name="prefix" part="prefix" class="prefix">${this.prefix}</slot>`}renderSuffix(){return Y`<slot name="suffix" part="suffix" class="suffix">${this.suffix}</slot>`}renderRightIcon(e){return e?Y`<slot name="error-icon" part="error-icon" class="right-icon">${this.errorIcon?Y`<mdui-icon name="${this.errorIcon}" class="i"></mdui-icon>`:Y`<mdui-icon-error class="i"></mdui-icon-error>`}</slot>`:Y`<slot name="end-icon" part="end-icon" class="end-icon right-icon">${this.endIcon?Y`<mdui-icon name="${this.endIcon}" class="i"></mdui-icon>`:Ye}</slot>`}renderClearButton(e){return at(e,()=>Y`<slot name="clear-button" part="clear-button" class="action" @click="${this.onClear}"><mdui-button-icon tabindex="-1"><slot name="clear-icon" part="clear-icon">${this.clearIcon?Y`<mdui-icon name="${this.clearIcon}" class="i"></mdui-icon>`:Y`<mdui-icon-cancel--outlined class="i"></mdui-icon-cancel--outlined>`}</slot></mdui-button-icon></slot>`)}renderTogglePasswordButton(e){return at(e,()=>Y`<slot name="toggle-password-button" part="toggle-password-button" class="action" @click="${this.onTogglePassword}"><mdui-button-icon tabindex="-1">${this.isPasswordVisible?Y`<slot name="show-password-icon" part="show-password-icon">${this.showPasswordIcon?Y`<mdui-icon name="${this.showPasswordIcon}" class="i"></mdui-icon>`:Y`<mdui-icon-visibility-off class="i"></mdui-icon-visibility-off>`}</slot>`:Y`<slot name="hide-password-icon" part="hide-password-icon">${this.hidePasswordIcon?Y`<mdui-icon name="${this.hidePasswordIcon}" class="i"></mdui-icon>`:Y`<mdui-icon-visibility class="i"></mdui-icon-visibility>`}</slot>`}</mdui-button-icon></slot>`)}renderInput(e){return Y`<input ${De(this.inputRef)} part="input" class="input ${bt({"hide-input":e})}" type="${this.type==="password"&&this.isPasswordVisible?"text":this.type}" name="${Be(this.name)}" .value="${Rn(this.value)}" placeholder="${Be(!this.label||this.isFocusedStyle||this.hasValue?this.placeholder:void 0)}" ?readonly="${this.readonly}" ?disabled="${this.disabled}" ?required="${this.required}" minlength="${Be(this.minlength)}" maxlength="${Be(this.maxlength)}" min="${Be(this.min)}" max="${Be(this.max)}" step="${Be(this.step)}" autocapitalize="${Be(this.type==="password"?"off":this.autocapitalize)}" autocomplete="${this.autocomplete}" autocorrect="${Be(this.type==="password"?"off":this.autocorrect)}" spellcheck="${Be(this.spellcheck)}" pattern="${Be(this.pattern)}" enterkeyhint="${Be(this.enterkeyhint)}" inputmode="${Be(this.inputmode)}" @change="${this.onChange}" @input="${this.onInput}" @invalid="${this.onInvalid}" @keydown="${this.onKeyDown}">`}renderTextArea(e){return Y`<textarea ${De(this.inputRef)} part="input" class="input ${bt({"hide-input":e})}" name="${Be(this.name)}" .value="${Rn(this.value)}" placeholder="${Be(!this.label||this.isFocusedStyle||this.hasValue?this.placeholder:void 0)}" ?readonly="${this.readonly}" ?disabled="${this.disabled}" ?required="${this.required}" minlength="${Be(this.minlength)}" maxlength="${Be(this.maxlength)}" rows="${this.rows??1}" autocapitalize="${Be(this.autocapitalize)}" autocorrect="${Be(this.autocorrect)}" spellcheck="${Be(this.spellcheck)}" enterkeyhint="${Be(this.enterkeyhint)}" inputmode="${Be(this.inputmode)}" @change="${this.onChange}" @input="${this.onInput}" @invalid="${this.onInvalid}" @keydown="${this.onKeyDown}" @keyup="${this.onTextAreaKeyUp}"></textarea>`}renderHelper(e,t){return e?Y`<div part="error" class="error">${this.error||this.inputRef.value.validationMessage}</div>`:t?Y`<slot name="helper" part="helper" class="helper">${this.helper}</slot>`:Y`<span></span>`}renderCounter(e){return e?Y`<div part="counter" class="counter">${this.value.length}/${this.maxlength}</div>`:Ye}};Ne.styles=[Ue,C_];w([L({reflect:!0})],Ne.prototype,"variant",void 0);w([L({reflect:!0})],Ne.prototype,"type",void 0);w([L({reflect:!0})],Ne.prototype,"name",void 0);w([L()],Ne.prototype,"value",void 0);w([Nr()],Ne.prototype,"defaultValue",void 0);w([L({reflect:!0})],Ne.prototype,"label",void 0);w([L({reflect:!0})],Ne.prototype,"placeholder",void 0);w([L({reflect:!0})],Ne.prototype,"helper",void 0);w([L({type:Boolean,reflect:!0,converter:we,attribute:"helper-on-focus"})],Ne.prototype,"helperOnFocus",void 0);w([L({type:Boolean,reflect:!0,converter:we})],Ne.prototype,"clearable",void 0);w([L({reflect:!0,attribute:"clear-icon"})],Ne.prototype,"clearIcon",void 0);w([L({type:Boolean,reflect:!0,converter:we,attribute:"end-aligned"})],Ne.prototype,"endAligned",void 0);w([L({reflect:!0})],Ne.prototype,"prefix",void 0);w([L({reflect:!0})],Ne.prototype,"suffix",void 0);w([L({reflect:!0})],Ne.prototype,"icon",void 0);w([L({reflect:!0,attribute:"end-icon"})],Ne.prototype,"endIcon",void 0);w([L({reflect:!0,attribute:"error-icon"})],Ne.prototype,"errorIcon",void 0);w([L({reflect:!0})],Ne.prototype,"form",void 0);w([L({type:Boolean,reflect:!0,converter:we})],Ne.prototype,"readonly",void 0);w([L({type:Boolean,reflect:!0,converter:we})],Ne.prototype,"disabled",void 0);w([L({type:Boolean,reflect:!0,converter:we})],Ne.prototype,"required",void 0);w([L({type:Number,reflect:!0})],Ne.prototype,"rows",void 0);w([L({type:Boolean,reflect:!0,converter:we})],Ne.prototype,"autosize",void 0);w([L({type:Number,reflect:!0,attribute:"min-rows"})],Ne.prototype,"minRows",void 0);w([L({type:Number,reflect:!0,attribute:"max-rows"})],Ne.prototype,"maxRows",void 0);w([L({type:Number,reflect:!0})],Ne.prototype,"minlength",void 0);w([L({type:Number,reflect:!0})],Ne.prototype,"maxlength",void 0);w([L({type:Boolean,reflect:!0,converter:we})],Ne.prototype,"counter",void 0);w([L({type:Number,reflect:!0})],Ne.prototype,"min",void 0);w([L({type:Number,reflect:!0})],Ne.prototype,"max",void 0);w([L({type:Number,reflect:!0})],Ne.prototype,"step",void 0);w([L({reflect:!0})],Ne.prototype,"pattern",void 0);w([L({type:Boolean,reflect:!0,converter:we,attribute:"toggle-password"})],Ne.prototype,"togglePassword",void 0);w([L({reflect:!0,attribute:"show-password-icon"})],Ne.prototype,"showPasswordIcon",void 0);w([L({reflect:!0,attribute:"hide-password-icon"})],Ne.prototype,"hidePasswordIcon",void 0);w([L({reflect:!0})],Ne.prototype,"autocapitalize",void 0);w([L({reflect:!0})],Ne.prototype,"autocorrect",void 0);w([L({reflect:!0})],Ne.prototype,"autocomplete",void 0);w([L({reflect:!0})],Ne.prototype,"enterkeyhint",void 0);w([L({type:Boolean,reflect:!0,converter:we})],Ne.prototype,"spellcheck",void 0);w([L({reflect:!0})],Ne.prototype,"inputmode",void 0);w([qe()],Ne.prototype,"invalid",void 0);w([qe()],Ne.prototype,"invalidStyle",void 0);w([L({type:Boolean,reflect:!0,converter:we,attribute:"focused-style"})],Ne.prototype,"focusedStyle",void 0);w([qe()],Ne.prototype,"isPasswordVisible",void 0);w([qe()],Ne.prototype,"hasValue",void 0);w([qe()],Ne.prototype,"error",void 0);w([Re("disabled",!0)],Ne.prototype,"onDisabledChange",null);w([Re("value")],Ne.prototype,"onValueChange",null);w([Re("rows",!0)],Ne.prototype,"onRowsChange",null);w([Re("maxRows")],Ne.prototype,"onMaxRowsChange",null);w([Re("minRows")],Ne.prototype,"onMinRowsChange",null);Ne=w([Ae("mdui-text-field")],Ne);const $_=$e`:host{display:inline-block;width:100%}.hidden-input{display:none}.text-field{cursor:pointer}.chips{display:flex;flex-wrap:wrap;margin:-.5rem -.25rem;min-height:2.5rem}:host([variant=filled][label]) .chips{margin:0 -.25rem -1rem -.25rem}.chip{margin:.25rem}mdui-menu{max-width:none}`;let ot=class extends bi(Ke){constructor(){super(...arguments),this.variant="filled",this.multiple=!1,this.name="",this.value="",this.defaultValue="",this.clearable=!1,this.placement="auto",this.endAligned=!1,this.readonly=!1,this.disabled=!1,this.required=!1,this.invalid=!1,this.menuRef=Me(),this.textFieldRef=Me(),this.hiddenInputRef=Me(),this.formController=new dr(this),this.hasSlotController=new $t(this,"icon","end-icon","error-icon","prefix","suffix","clear-button","clear-icon","helper"),this.definedController=new At(this,{relatedElements:["mdui-menu-item"]})}get validity(){return this.hiddenInputRef.value.validity}get validationMessage(){return this.hiddenInputRef.value.validationMessage}get focusElement(){return this.textFieldRef.value}get focusDisabled(){return this.disabled}connectedCallback(){super.connectedCallback(),this.value=this.multiple&&_t(this.value)?this.value?[this.value]:[]:this.value,this.defaultValue=this.multiple?[]:"",this.definedController.whenDefined().then(()=>{this.requestUpdate()}),this.updateComplete.then(()=>{this.observeResize=$r(this.textFieldRef.value,()=>this.resizeMenu())})}disconnectedCallback(){super.disconnectedCallback(),this.observeResize?.unobserve()}checkValidity(){const e=this.hiddenInputRef.value.checkValidity();return e||this.emit("invalid",{bubbles:!1,cancelable:!0,composed:!1}),e}reportValidity(){return this.invalid=!this.hiddenInputRef.value.reportValidity(),this.invalid&&(this.emit("invalid",{bubbles:!1,cancelable:!0,composed:!1}),this.focus()),!this.invalid}setCustomValidity(e){this.hiddenInputRef.value.setCustomValidity(e),this.invalid=!this.hiddenInputRef.value.checkValidity()}render(){const e=this.multiple?!!this.value.length:!!this.value;return Y`${this.multiple?Y`<select ${De(this.hiddenInputRef)} class="hidden-input" name="${Be(this.name)}" value="${Be(this.value)}" .required="${this.required}" .disabled="${this.disabled}" multiple="multiple" tabindex="-1">${pn(this.value,t=>Y`<option selected="selected" value="${t}"></option>`)}</select>`:Y`<input ${De(this.hiddenInputRef)} type="radio" class="hidden-input" name="${Be(this.name)}" value="${Be(this.value)}" .required="${this.required}" .disabled="${this.disabled}" .checked="${e}" tabindex="-1">`}<mdui-dropdown .stayOpenOnClick="${this.multiple}" .disabled="${this.readonly||this.disabled}" .placement="${this.placement==="top"?"top-start":this.placement==="bottom"?"bottom-start":"auto"}" @open="${this.onDropdownOpen}" @close="${this.onDropdownClose}"><mdui-text-field ${De(this.textFieldRef)} slot="trigger" part="text-field" class="text-field" exportparts="${["container","icon","end-icon","error-icon","prefix","suffix","label","input","clear-button","clear-icon","supporting","helper","error"].map(t=>`${t}:text-field__${t}`).join(",")}" readonly="readonly" .readonlyButClearable="${!0}" .variant="${this.variant}" .name="${this.name}" .value="${this.multiple?this.value.length?" ":"":this.getMenuItemLabelByValue(this.value)}" .label="${this.label}" .placeholder="${this.placeholder}" .helper="${this.helper}" .error="${this.hiddenInputRef.value?.validationMessage}" .clearable="${this.clearable}" .clearIcon="${this.clearIcon}" .endAligned="${this.endAligned}" .prefix="${this.prefix}" .suffix="${this.suffix}" .icon="${this.icon}" .endIcon="${this.endIcon}" .errorIcon="${this.errorIcon}" .form="${this.form}" .disabled="${this.disabled}" .required="${this.required}" .invalidStyle="${this.invalid}" @clear="${this.onClear}" @change="${t=>t.stopPropagation()}" @keydown="${this.onTextFieldKeyDown}">${pn(["icon","end-icon","error-icon","prefix","suffix","clear-button","clear-icon","helper"],t=>this.hasSlotController.test(t)?Y`<slot name="${t}" slot="${t}"></slot>`:Je)} ${at(this.multiple&&this.value.length,()=>Y`<div slot="input" class="chips" part="chips">${pn(this.value,t=>Y`<mdui-chip class="chip" part="chip" exportparts="${["button","label","delete-icon"].map(r=>`${r}:chip__${r}`).join(",")}" variant="input" deletable tabindex="-1" @delete="${()=>this.onDeleteOneValue(t)}">${this.getMenuItemLabelByValue(t)}</mdui-chip>`)}</div>`)}</mdui-text-field><mdui-menu ${De(this.menuRef)} part="menu" .selects="${this.multiple?"multiple":"single"}" .value="${this.value}" @change="${this.onValueChange}"><slot></slot></mdui-menu></mdui-dropdown>`}getMenuItemLabelByValue(e){return this.menuItems.length&&this.menuItems.find(t=>t.value===e)?.textContent?.trim()||e}resizeMenu(){this.menuRef.value.style.width=`${this.textFieldRef.value.clientWidth}px`}async onDropdownOpen(){this.textFieldRef.value.focusedStyle=!0}onDropdownClose(){this.textFieldRef.value.focusedStyle=!1,(this.contains(document.activeElement)||this.contains(document.activeElement?.assignedSlot??null))&&setTimeout(()=>{this.focus()})}async onValueChange(e){const t=e.target;this.value=this.multiple?t.value.map(n=>n??""):t.value??"",await this.updateComplete;const r=this.formController.getForm();r&&Et.get(r)?.has(this)?(this.invalid=!1,Et.get(r).delete(this)):this.invalid=!this.hiddenInputRef.value.checkValidity()}onDeleteOneValue(e){const t=[...this.value];t.includes(e)&&t.splice(t.indexOf(e),1),this.value=t}onClear(){this.value=this.multiple?[]:""}onTextFieldKeyDown(e){e.key==="Enter"&&(e.preventDefault(),this.textFieldRef.value.click())}};ot.styles=[Ue,$_];w([L({reflect:!0})],ot.prototype,"variant",void 0);w([L({type:Boolean,reflect:!0,converter:we})],ot.prototype,"multiple",void 0);w([L({reflect:!0})],ot.prototype,"name",void 0);w([L()],ot.prototype,"value",void 0);w([Nr()],ot.prototype,"defaultValue",void 0);w([L({reflect:!0})],ot.prototype,"label",void 0);w([L({reflect:!0})],ot.prototype,"placeholder",void 0);w([L({reflect:!0})],ot.prototype,"helper",void 0);w([L({type:Boolean,reflect:!0,converter:we})],ot.prototype,"clearable",void 0);w([L({reflect:!0,attribute:"clear-icon"})],ot.prototype,"clearIcon",void 0);w([L({reflect:!0})],ot.prototype,"placement",void 0);w([L({type:Boolean,reflect:!0,converter:we,attribute:"end-aligned"})],ot.prototype,"endAligned",void 0);w([L({reflect:!0})],ot.prototype,"prefix",void 0);w([L({reflect:!0})],ot.prototype,"suffix",void 0);w([L({reflect:!0})],ot.prototype,"icon",void 0);w([L({reflect:!0,attribute:"end-icon"})],ot.prototype,"endIcon",void 0);w([L({reflect:!0,attribute:"error-icon"})],ot.prototype,"errorIcon",void 0);w([L({reflect:!0})],ot.prototype,"form",void 0);w([L({type:Boolean,reflect:!0,converter:we})],ot.prototype,"readonly",void 0);w([L({type:Boolean,reflect:!0,converter:we})],ot.prototype,"disabled",void 0);w([L({type:Boolean,reflect:!0,converter:we})],ot.prototype,"required",void 0);w([qe()],ot.prototype,"invalid",void 0);w([gi({flatten:!0,selector:"mdui-menu-item"})],ot.prototype,"menuItems",void 0);ot=w([Ae("mdui-select")],ot);const A_=$e`.track-active{left:-.125rem;border-radius:var(--mdui-shape-corner-full) 0 0 var(--mdui-shape-corner-full)}`;let $n=class extends Pt{constructor(){super(...arguments),this.value=0,this.defaultValue=0,this.rippleRef=Me(),this.handleRef=Me(),this.formController=new dr(this)}get rippleElement(){return this.rippleRef.value}async onValueChange(){this.value=this.fixValue(this.value);const e=this.formController.getForm();e&&Et.get(e)?.has(this)?(this.invalid=!1,Et.get(e).delete(this)):(await this.updateComplete,this.invalid=!this.inputRef.value.checkValidity()),this.updateStyle()}connectedCallback(){super.connectedCallback(),this.value=this.fixValue(this.value)}firstUpdated(e){super.firstUpdated(e);const t=()=>{this.disabled||(this.labelVisible=!0)},r=()=>{this.disabled||(this.labelVisible=!1)};this.addEventListener("touchstart",t),this.addEventListener("mousedown",t),this.addEventListener("touchend",r),this.addEventListener("mouseup",r),this.updateStyle()}render(){return Y`<label class="${bt({invalid:this.invalid})}"><input ${De(this.inputRef)} type="range" step="${this.step}" min="${this.min}" max="${this.max}" ?disabled="${this.disabled}" .value="${Rn(this.value.toString())}" @input="${this.onInput}" @change="${this.onChange}"><div part="track-inactive" class="track-inactive"></div><div ${De(this.trackActiveRef)} part="track-active" class="track-active"></div><div ${De(this.handleRef)} part="handle" class="handle"><div class="elevation"></div><mdui-ripple ${De(this.rippleRef)} .noRipple="${this.noRipple}"></mdui-ripple>${this.renderLabel(this.value)}</div>${at(this.tickmarks,()=>pn(this.getCandidateValues(),e=>Y`<div part="tickmark" class="tickmark ${bt({active:e<this.value})}" style="${zr({left:`${(e-this.min)/this.max*100}%`,display:e===this.value?"none":"block"})}"></div>`))}</label>`}updateStyle(){const e=(this.value-this.min)/(this.max-this.min)*100;this.trackActiveRef.value.style.width=`${e}%`,this.handleRef.value.style.left=`${e}%`}onInput(){this.value=parseFloat(this.inputRef.value.value),this.updateStyle()}};$n.styles=[Pt.styles,A_];w([L({type:Number})],$n.prototype,"value",void 0);w([Nr()],$n.prototype,"defaultValue",void 0);w([Re("value",!0)],$n.prototype,"onValueChange",null);$n=w([Ae("mdui-slider")],$n);const N_=$e`:host{--shape-corner:var(--mdui-shape-corner-extra-small);--z-index:2400;position:fixed;z-index:var(--z-index);display:none;align-items:center;flex-wrap:wrap;border-radius:var(--shape-corner);transform:scaleY(0);transition:transform 0s var(--mdui-motion-easing-linear) var(--mdui-motion-duration-short4);min-width:20rem;max-width:36rem;padding:.25rem 0;box-shadow:var(--mdui-elevation-level3);background-color:rgb(var(--mdui-color-inverse-surface));color:rgb(var(--mdui-color-inverse-on-surface));font-size:var(--mdui-typescale-body-medium-size);font-weight:var(--mdui-typescale-body-medium-weight);letter-spacing:var(--mdui-typescale-body-medium-tracking);line-height:var(--mdui-typescale-body-medium-line-height)}:host([placement^=top]){transform-origin:top}:host([placement^=bottom]){transform-origin:bottom}:host([placement=bottom-start]:not([mobile])),:host([placement=top-start]:not([mobile])){left:1rem}:host([placement=bottom-end]:not([mobile])),:host([placement=top-end]:not([mobile])){right:1rem}:host([placement=bottom]:not([mobile])),:host([placement=top]:not([mobile])){left:50%;transform:scaleY(0) translateX(-50%)}:host([mobile]){min-width:0;left:1rem;right:1rem}:host([open]){transform:scaleY(1);transition:top var(--mdui-motion-duration-short4) var(--mdui-motion-easing-standard),bottom var(--mdui-motion-duration-short4) var(--mdui-motion-easing-standard),transform var(--mdui-motion-duration-medium4) var(--mdui-motion-easing-emphasized-decelerate)}:host([placement=bottom][open]:not([mobile])),:host([placement=top][open]:not([mobile])){transform:scaleY(1) translateX(-50%)}.message{display:block;margin:.625rem 1rem}:host([message-line='1']) .message{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}:host([message-line='2']) .message{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2}.action-group{display:flex;align-items:center;margin-left:auto;padding-right:.5rem}.action,.close-button{display:inline-flex;align-items:center;justify-content:center}.action{color:rgb(var(--mdui-color-inverse-primary));font-size:var(--mdui-typescale-label-large-size);font-weight:var(--mdui-typescale-label-large-weight);letter-spacing:var(--mdui-typescale-label-large-tracking)}.action mdui-button,::slotted(mdui-button[slot=action][variant=outlined]),::slotted(mdui-button[slot=action][variant=text]){color:inherit;font-size:inherit;font-weight:inherit;letter-spacing:inherit;--mdui-comp-ripple-state-layer-color:var(--mdui-color-inverse-primary)}.action mdui-button::part(button){padding:0 .5rem}.close-button{margin:0 -.25rem 0 .25rem;font-size:1.5rem;color:rgb(var(--mdui-color-inverse-on-surface))}.close-button mdui-button-icon,::slotted(mdui-button-icon[slot=close-button][variant=outlined]),::slotted(mdui-button-icon[slot=close-button][variant=standard]){font-size:inherit;color:inherit;--mdui-comp-ripple-state-layer-color:var(--mdui-color-inverse-on-surface)}.close-button .i,::slotted([slot=close-icon]){font-size:inherit}`,Mi=[];let tc=!1,Xt=class extends Ke{constructor(){super(),this.open=!1,this.placement="bottom",this.actionLoading=!1,this.closeable=!1,this.autoCloseDelay=5e3,this.closeOnOutsideClick=!1,this.mobile=!1,this.onDocumentClick=this.onDocumentClick.bind(this)}async onOpenChange(){const e=ii(this,"linear"),t=Array.from(this.renderRoot.querySelectorAll(".message, .action-group"));if(this.open){const r=this.hasUpdated;if(r||await this.updateComplete,r&&!this.emit("open",{cancelable:!0}))return;window.clearTimeout(this.closeTimeout),this.autoCloseDelay&&(this.closeTimeout=window.setTimeout(()=>{this.open=!1},this.autoCloseDelay)),this.style.display="flex",await Promise.all([ei(this),...t.map(s=>ei(s))]),Mi.push({height:this.clientHeight,snackbar:this}),await this.reorderStack(this);const n=Ai(this,"medium4");await Promise.all([st(this,[{opacity:0},{opacity:1,offset:.5},{opacity:1}],{duration:r?n:0,easing:e,fill:"forwards"}),...t.map(s=>st(s,[{opacity:0},{opacity:0,offset:.2},{opacity:1,offset:.8},{opacity:1}],{duration:r?n:0,easing:e}))]),r&&this.emit("opened");return}if(!this.open&&this.hasUpdated){if(!this.emit("close",{cancelable:!0}))return;window.clearTimeout(this.closeTimeout),await Promise.all([ei(this),...t.map(o=>ei(o))]);const n=Ai(this,"short4");await Promise.all([st(this,[{opacity:1},{opacity:0}],{duration:n,easing:e,fill:"forwards"}),...t.map(o=>st(o,[{opacity:1},{opacity:0,offset:.75},{opacity:0}],{duration:n,easing:e}))]),this.style.display="none",this.emit("closed");const s=Mi.findIndex(o=>o.snackbar===this);Mi.splice(s,1),Mi[s]&&await this.reorderStack(Mi[s].snackbar);return}}async onStackChange(){await this.reorderStack(this)}connectedCallback(){super.connectedCallback(),document.addEventListener("pointerdown",this.onDocumentClick),this.mobile=Ic().down("sm"),this.observeResize=$r(document.documentElement,async()=>{const e=Ic().down("sm");this.mobile!==e&&(this.mobile=e,tc||(tc=!0,await this.reorderStack(),tc=!1))})}disconnectedCallback(){super.disconnectedCallback(),document.removeEventListener("pointerdown",this.onDocumentClick),window.clearTimeout(this.closeTimeout),this.open&&(this.open=!1),this.observeResize?.unobserve()}render(){return Y`<slot part="message" class="message"></slot><div class="action-group"><slot name="action" part="action" class="action" @click="${this.onActionClick}">${this.action?Y`<mdui-button variant="text" loading="${this.actionLoading}">${this.action}</mdui-button>`:Ye}</slot>${at(this.closeable,()=>Y`<slot name="close-button" part="close-button" class="close-button" @click="${this.onCloseClick}"><mdui-button-icon><slot name="close-icon" part="close-icon">${this.closeIcon?Y`<mdui-icon name="${this.closeIcon}" class="i"></mdui-icon>`:Y`<mdui-icon-clear class="i"></mdui-icon-clear>`}</slot></mdui-button-icon></slot>`)}</div>`}async reorderStack(e){const t=e?Mi.findIndex(r=>r.snackbar===e):0;for(let r=t;r<Mi.length;r++){const s=Mi[r].snackbar;this.mobile?["top","bottom"].forEach(o=>{if(s.placement.startsWith(o)){const a=Mi.filter((l,d)=>d<r&&l.snackbar.placement.startsWith(o)),c=a.reduce((l,d)=>l+d.height,0);s.style[o]=`calc(${c}px + ${a.length+1}rem)`,s.style[o==="top"?"bottom":"top"]="auto"}}):["top","top-start","top-end","bottom","bottom-start","bottom-end"].forEach(o=>{if(s.placement===o){const a=Mi.filter((l,d)=>d<r&&l.snackbar.placement===o),c=a.reduce((l,d)=>l+d.height,0);s.style[o.startsWith("top")?"top":"bottom"]=`calc(${c}px + ${a.length+1}rem)`,s.style[o.startsWith("top")?"bottom":"top"]="auto"}})}}onDocumentClick(e){if(!this.open||!this.closeOnOutsideClick)return;const t=e.target;!this.contains(t)&&this!==t&&(this.open=!1)}onActionClick(e){e.stopPropagation(),this.emit("action-click")}onCloseClick(){this.open=!1}};Xt.styles=[Ue,N_];w([L({type:Boolean,reflect:!0,converter:we})],Xt.prototype,"open",void 0);w([L({reflect:!0})],Xt.prototype,"placement",void 0);w([L({reflect:!0,attribute:"action"})],Xt.prototype,"action",void 0);w([L({type:Boolean,reflect:!0,converter:we,attribute:"action-loading"})],Xt.prototype,"actionLoading",void 0);w([L({type:Boolean,reflect:!0,converter:we})],Xt.prototype,"closeable",void 0);w([L({reflect:!0,attribute:"close-icon"})],Xt.prototype,"closeIcon",void 0);w([L({type:Number,reflect:!0,attribute:"message-line"})],Xt.prototype,"messageLine",void 0);w([L({type:Number,reflect:!0,attribute:"auto-close-delay"})],Xt.prototype,"autoCloseDelay",void 0);w([L({type:Boolean,reflect:!0,attribute:"close-on-outside-click",converter:we})],Xt.prototype,"closeOnOutsideClick",void 0);w([L({type:Boolean,reflect:!0,converter:we})],Xt.prototype,"mobile",void 0);w([Re("open")],Xt.prototype,"onOpenChange",null);w([Re("placement",!0),Re("messageLine",!0)],Xt.prototype,"onStackChange",null);Xt=w([Ae("mdui-snackbar")],Xt);const D_=$e`:host{--shape-corner:var(--mdui-shape-corner-full);--shape-corner-thumb:var(--mdui-shape-corner-full);position:relative;display:inline-block;cursor:pointer;-webkit-tap-highlight-color:transparent;height:2.5rem}:host([disabled]:not([disabled=false i])){cursor:default;pointer-events:none}label{display:inline-flex;align-items:center;width:100%;height:100%;white-space:nowrap;cursor:inherit;-webkit-user-select:none;user-select:none;touch-action:manipulation;zoom:1;-webkit-user-drag:none}.track{position:relative;display:flex;align-items:center;border-radius:var(--shape-corner);transition-property:background-color,border-width;transition-duration:var(--mdui-motion-duration-short4);transition-timing-function:var(--mdui-motion-easing-standard);height:2rem;width:3.25rem;border:.125rem solid rgb(var(--mdui-color-outline));background-color:rgb(var(--mdui-color-surface-container-highest))}:host([checked]:not([checked=false i])) .track{background-color:rgb(var(--mdui-color-primary));border-width:0}.invalid .track{background-color:rgb(var(--mdui-color-error-container));border-color:rgb(var(--mdui-color-error))}:host([disabled]:not([disabled=false i])) .track{background-color:rgba(var(--mdui-color-surface-container-highest),.12);border-color:rgba(var(--mdui-color-on-surface),.12)}:host([disabled][checked]:not([disabled=false i],[checked=false i])) .track{background-color:rgba(var(--mdui-color-on-surface),.12)}input{position:absolute;padding:0;opacity:0;pointer-events:none;width:1.25rem;height:1.25rem;margin:0 0 0 .625rem}mdui-ripple{border-radius:50%;transition-property:left,top;transition-duration:var(--mdui-motion-duration-short4);transition-timing-function:var(--mdui-motion-easing-standard);width:2.5rem;height:2.5rem}.thumb{position:absolute;display:flex;align-items:center;justify-content:center;border-radius:var(--shape-corner-thumb);transition-property:width,height,left,background-color;transition-duration:var(--mdui-motion-duration-short4);transition-timing-function:var(--mdui-motion-easing-standard);height:1rem;width:1rem;left:.375rem;background-color:rgb(var(--mdui-color-outline));--mdui-comp-ripple-state-layer-color:var(--mdui-color-on-surface)}.thumb mdui-ripple{left:-.75rem;top:-.75rem}.has-unchecked-icon .thumb{height:1.5rem;width:1.5rem;left:.125rem}.has-unchecked-icon .thumb mdui-ripple{left:-.5rem;top:-.5rem}:host([focus-visible]) .thumb,:host([hover]) .thumb,:host([pressed]) .thumb{background-color:rgb(var(--mdui-color-on-surface-variant))}:host([checked]:not([checked=false i])) .thumb{height:1.5rem;width:1.5rem;left:1.5rem;background-color:rgb(var(--mdui-color-on-primary));--mdui-comp-ripple-state-layer-color:var(--mdui-color-primary)}:host([checked]:not([checked=false i])) .thumb mdui-ripple{left:-.5rem;top:-.5rem}:host([pressed]) .thumb{height:1.75rem;width:1.75rem;left:0}:host([pressed]) .thumb mdui-ripple{left:-.375rem;top:-.375rem}:host([pressed][checked]:not([checked=false i])) .thumb{left:1.375rem}:host([focus-visible][checked]:not([checked=false i])) .thumb,:host([hover][checked]:not([checked=false i])) .thumb,:host([pressed][checked]:not([checked=false i])) .thumb{background-color:rgb(var(--mdui-color-primary-container))}.invalid .thumb{background-color:rgb(var(--mdui-color-error));--mdui-comp-ripple-state-layer-color:var(--mdui-color-error)}:host([focus-visible]) .invalid .thumb,:host([hover]) .invalid .thumb,:host([pressed]) .invalid .thumb{background-color:rgb(var(--mdui-color-error))}:host([disabled]:not([disabled=false i])) .thumb{background-color:rgba(var(--mdui-color-on-surface),.38)}:host([disabled][checked]:not([disabled=false i],[checked=false i])) .thumb{background-color:rgb(var(--mdui-color-surface))}.checked-icon,.unchecked-icon{display:flex;position:absolute;transition-property:opacity,transform;font-size:1rem}.unchecked-icon{opacity:1;transform:scale(1);transition-delay:var(--mdui-motion-duration-short1);transition-duration:var(--mdui-motion-duration-short3);transition-timing-function:var(--mdui-motion-easing-linear);color:rgb(var(--mdui-color-surface-container-highest))}:host([checked]:not([checked=false i])) .unchecked-icon{opacity:0;transform:scale(.92);transition-delay:0s;transition-duration:var(--mdui-motion-duration-short1)}:host([disabled]:not([disabled=false i])) .unchecked-icon{color:rgba(var(--mdui-color-surface-container-highest),.38)}.checked-icon{opacity:0;transform:scale(.92);transition-delay:0s;transition-duration:var(--mdui-motion-duration-short1);transition-timing-function:var(--mdui-motion-easing-linear);color:rgb(var(--mdui-color-on-primary-container))}:host([checked]:not([checked=false i])) .checked-icon{opacity:1;transform:scale(1);transition-delay:var(--mdui-motion-duration-short1);transition-duration:var(--mdui-motion-duration-short3)}.invalid .checked-icon{color:rgb(var(--mdui-color-error-container))}:host([disabled]:not([disabled=false i])) .checked-icon{color:rgba(var(--mdui-color-on-surface),.38)}.checked-icon .i,.unchecked-icon .i,::slotted([slot=checked-icon]),::slotted([slot=unchecked-icon]){font-size:inherit;color:inherit}`;let Qt=class extends Oi(bi(Ke)){constructor(){super(...arguments),this.disabled=!1,this.checked=!1,this.defaultChecked=!1,this.required=!1,this.name="",this.value="on",this.invalid=!1,this.rippleRef=Me(),this.inputRef=Me(),this.formController=new dr(this,{value:e=>e.checked?e.value:void 0,defaultValue:e=>e.defaultChecked,setValue:(e,t)=>e.checked=t}),this.hasSlotController=new $t(this,"unchecked-icon")}get validity(){return this.inputRef.value.validity}get validationMessage(){return this.inputRef.value.validationMessage}get rippleElement(){return this.rippleRef.value}get rippleDisabled(){return this.disabled}get focusElement(){return this.inputRef.value}get focusDisabled(){return this.disabled}async onDisabledChange(){await this.updateComplete,this.invalid=!this.inputRef.value.checkValidity()}async onCheckedChange(){await this.updateComplete;const e=this.formController.getForm();e&&Et.get(e)?.has(this)?(this.invalid=!1,Et.get(e).delete(this)):this.invalid=!this.inputRef.value.checkValidity()}checkValidity(){const e=this.inputRef.value.checkValidity();return e||this.emit("invalid",{bubbles:!1,cancelable:!0,composed:!1}),e}reportValidity(){return this.invalid=!this.inputRef.value.reportValidity(),this.invalid&&(this.emit("invalid",{bubbles:!1,cancelable:!0,composed:!1})||(this.blur(),this.focus())),!this.invalid}setCustomValidity(e){this.inputRef.value.setCustomValidity(e),this.invalid=!this.inputRef.value.checkValidity()}render(){return Y`<label class="${bt({invalid:this.invalid,"has-unchecked-icon":this.uncheckedIcon||this.hasSlotController.test("unchecked-icon")})}"><input ${De(this.inputRef)} type="checkbox" name="${Be(this.name)}" value="${Be(this.value)}" .disabled="${this.disabled}" .checked="${Rn(this.checked)}" .required="${this.required}" @change="${this.onChange}"><div part="track" class="track"><div part="thumb" class="thumb"><mdui-ripple ${De(this.rippleRef)} .noRipple="${this.noRipple}"></mdui-ripple><slot name="checked-icon" part="checked-icon" class="checked-icon">${this.checkedIcon?Y`<mdui-icon name="${this.checkedIcon}" class="i"></mdui-icon>`:this.checkedIcon===""?Ye:Y`<mdui-icon-check class="i"></mdui-icon-check>`}</slot><slot name="unchecked-icon" part="unchecked-icon" class="unchecked-icon">${this.uncheckedIcon?Y`<mdui-icon name="${this.uncheckedIcon}" class="i"></mdui-icon>`:Ye}</slot></div></div></label>`}onChange(){this.checked=this.inputRef.value.checked,this.emit("change")}};Qt.styles=[Ue,D_];w([L({type:Boolean,reflect:!0,converter:we})],Qt.prototype,"disabled",void 0);w([L({type:Boolean,reflect:!0,converter:we})],Qt.prototype,"checked",void 0);w([Nr("checked")],Qt.prototype,"defaultChecked",void 0);w([L({reflect:!0,attribute:"unchecked-icon"})],Qt.prototype,"uncheckedIcon",void 0);w([L({reflect:!0,attribute:"checked-icon"})],Qt.prototype,"checkedIcon",void 0);w([L({type:Boolean,reflect:!0,converter:we})],Qt.prototype,"required",void 0);w([L({reflect:!0})],Qt.prototype,"form",void 0);w([L({reflect:!0})],Qt.prototype,"name",void 0);w([L({reflect:!0})],Qt.prototype,"value",void 0);w([qe()],Qt.prototype,"invalid",void 0);w([Re("disabled",!0),Re("required",!0)],Qt.prototype,"onDisabledChange",null);w([Re("checked",!0)],Qt.prototype,"onCheckedChange",null);Qt=w([Ae("mdui-switch")],Qt);const L_=$e`:host{position:relative;--mdui-comp-ripple-state-layer-color:var(--mdui-color-on-surface)}:host([active]){--mdui-comp-ripple-state-layer-color:var(--mdui-color-primary)}.container{display:flex;justify-content:center;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;height:100%}.preset{flex-direction:column;min-height:3rem;padding:.625rem 1rem}:host([inline]:not([inline=false i])) .preset{flex-direction:row}.icon-container,.label-container{position:relative;display:flex;align-items:center;justify-content:center}.icon-container ::slotted([slot=badge]){position:absolute;transform:translate(50%,-50%)}.icon-container ::slotted([slot=badge][variant=small]){transform:translate(.5625rem,-.5625rem)}.label-container ::slotted([slot=badge]){position:absolute;left:100%;bottom:100%;transform:translate(-.75rem,.625rem)}.label-container ::slotted([slot=badge][variant=small]){transform:translate(-.375rem,.375rem)}.icon,.label{display:flex;color:rgb(var(--mdui-color-on-surface-variant))}:host([focused]) .icon,:host([focused]) .label,:host([hover]) .icon,:host([hover]) .label,:host([pressed]) .icon,:host([pressed]) .label{color:rgb(var(--mdui-color-on-surface))}:host([active]) .icon,:host([active]) .label{color:rgb(var(--mdui-color-primary))}:host([active]) .variant-secondary .icon,:host([active]) .variant-secondary .label{color:rgb(var(--mdui-color-on-surface))}.icon{font-size:1.5rem}.label{font-size:var(--mdui-typescale-title-small-size);font-weight:var(--mdui-typescale-title-small-weight);letter-spacing:var(--mdui-typescale-title-small-tracking);line-height:var(--mdui-typescale-title-small-line-height)}.icon mdui-icon,::slotted([slot=icon]){font-size:inherit;color:inherit}`;let Er=class extends Oi(bi(Ke)){constructor(){super(...arguments),this.inline=!1,this.active=!1,this.variant="primary",this.key=Cr(),this.rippleRef=Me(),this.hasSlotController=new $t(this,"icon","custom")}get rippleElement(){return this.rippleRef.value}get rippleDisabled(){return!1}get focusElement(){return this}get focusDisabled(){return!1}render(){const e=this.icon||this.hasSlotController.test("icon"),t=this.hasSlotController.test("custom"),r=()=>Y`<slot name="badge"></slot>`;return Y`<mdui-ripple ${De(this.rippleRef)} .noRipple="${this.noRipple}"></mdui-ripple><div part="container" class="${bt({container:!0,preset:!t,"variant-secondary":this.variant==="secondary"})}"><slot name="custom"><div class="icon-container">${at(e||this.icon,r)}<slot name="icon" part="icon" class="icon">${this.icon?Y`<mdui-icon name="${this.icon}"></mdui-icon>`:Ye}</slot></div><div class="label-container">${at(!e,r)}<slot part="label" class="label"></slot></div></slot></div>`}};Er.styles=[Ue,L_];w([L({reflect:!0})],Er.prototype,"value",void 0);w([L({reflect:!0})],Er.prototype,"icon",void 0);w([L({type:Boolean,reflect:!0,converter:we})],Er.prototype,"inline",void 0);w([L({type:Boolean,reflect:!0,converter:we})],Er.prototype,"active",void 0);w([qe()],Er.prototype,"variant",void 0);Er=w([Ae("mdui-tab")],Er);const O_=$e`:host{display:block;overflow-y:auto;flex:1 1 auto}:host(:not([active])){display:none}`;let Ms=class extends Ke{constructor(){super(...arguments),this.active=!1}render(){return Y`<slot></slot>`}};Ms.styles=[Ue,O_];w([L({reflect:!0})],Ms.prototype,"value",void 0);w([L({type:Boolean,reflect:!0,converter:we})],Ms.prototype,"active",void 0);Ms=w([Ae("mdui-tab-panel")],Ms);const P_=$e`:host{position:relative;display:flex}:host([placement^=top]){flex-direction:column}:host([placement^=bottom]){flex-direction:column-reverse}:host([placement^=left]){flex-direction:row}:host([placement^=right]){flex-direction:row-reverse}.container{position:relative;display:flex;flex:0 0 auto;overflow-x:auto;background-color:rgb(var(--mdui-color-surface))}:host([placement^=bottom]) .container,:host([placement^=top]) .container{flex-direction:row}:host([placement^=left]) .container,:host([placement^=right]) .container{flex-direction:column}:host([placement$='-start']) .container{justify-content:flex-start}:host([placement=bottom]) .container,:host([placement=left]) .container,:host([placement=right]) .container,:host([placement=top]) .container{justify-content:center}:host([placement$='-end']) .container{justify-content:flex-end}.container::after{content:' ';position:absolute;background-color:rgb(var(--mdui-color-surface-variant))}:host([placement^=bottom]) .container::after,:host([placement^=top]) .container::after{left:0;width:100%;height:.0625rem}:host([placement^=top]) .container::after{bottom:0}:host([placement^=bottom]) .container::after{top:0}:host([placement^=left]) .container::after,:host([placement^=right]) .container::after{top:0;height:100%;width:.0625rem}:host([placement^=left]) .container::after{right:0}:host([placement^=right]) .container::after{left:0}.indicator{position:absolute;z-index:1;background-color:rgb(var(--mdui-color-primary))}.container:not(.initial) .indicator{transition-duration:var(--mdui-motion-duration-medium2);transition-timing-function:var(--mdui-motion-easing-standard-decelerate)}:host([placement^=bottom]) .indicator,:host([placement^=top]) .indicator{transition-property:transform,left,width}:host([placement^=left]) .indicator,:host([placement^=right]) .indicator{transition-property:transform,top,height}:host([placement^=top]) .indicator{bottom:0}:host([placement^=bottom]) .indicator{top:0}:host([placement^=left]) .indicator{right:0}:host([placement^=right]) .indicator{left:0}:host([placement^=bottom][variant=primary]) .indicator,:host([placement^=top][variant=primary]) .indicator{height:.1875rem}:host([placement^=bottom][variant=secondary]) .indicator,:host([placement^=top][variant=secondary]) .indicator{height:.125rem}:host([placement^=left][variant=primary]) .indicator,:host([placement^=right][variant=primary]) .indicator{width:.1875rem}:host([placement^=left][variant=secondary]) .indicator,:host([placement^=right][variant=secondary]) .indicator{width:.125rem}:host([placement^=top][variant=primary]) .indicator{border-top-left-radius:.1875rem;border-top-right-radius:.1875rem}:host([placement^=bottom][variant=primary]) .indicator{border-bottom-right-radius:.1875rem;border-bottom-left-radius:.1875rem}:host([placement^=left][variant=primary]) .indicator{border-top-left-radius:.1875rem;border-bottom-left-radius:.1875rem}:host([placement^=right][variant=primary]) .indicator{border-top-right-radius:.1875rem;border-bottom-right-radius:.1875rem}:host([full-width]:not([full-width=false i])) ::slotted(mdui-tab){flex:1}`;let oi=class extends Ke{constructor(){super(...arguments),this.variant="primary",this.placement="top-start",this.fullWidth=!1,this.activeKey=0,this.isInitial=!0,this.containerRef=Me(),this.indicatorRef=Me(),this.definedController=new At(this,{relatedElements:["mdui-tab","mdui-tab-panel"]})}async onActiveKeyChange(){await this.definedController.whenDefined(),this.value=this.tabs.find(e=>e.key===this.activeKey)?.value,this.updateActive(),this.isInitial||this.emit("change")}async onValueChange(){this.isInitial=!this.hasUpdated,await this.definedController.whenDefined();const e=this.tabs.find(t=>t.value===this.value);this.activeKey=e?.key??0}async onIndicatorChange(){await this.updateComplete,this.updateIndicator()}connectedCallback(){super.connectedCallback(),this.updateComplete.then(()=>{this.observeResize=$r(this.containerRef.value,()=>this.updateIndicator())})}disconnectedCallback(){super.disconnectedCallback(),this.observeResize?.unobserve()}render(){return Y`<div ${De(this.containerRef)} part="container" class="container ${bt({initial:this.isInitial})}"><slot @slotchange="${this.onSlotChange}" @click="${this.onClick}"></slot><div ${De(this.indicatorRef)} part="indicator" class="indicator"></div></div><slot name="panel" @slotchange="${this.onSlotChange}"></slot>`}async onSlotChange(){await this.definedController.whenDefined(),this.updateActive()}async onClick(e){if(e.button)return;await this.definedController.whenDefined();const r=e.target.closest("mdui-tab");r&&(this.activeKey=r.key,this.isInitial=!1,this.updateActive())}updateActive(){this.activeTab=this.tabs.map(e=>(e.active=this.activeKey===e.key,e)).find(e=>e.active),this.panels.forEach(e=>e.active=e.value===this.activeTab?.value),this.updateIndicator()}updateIndicator(){const e=this.activeTab,t=oe(this.indicatorRef.value),r=this.placement.startsWith("left")||this.placement.startsWith("right");if(!e){t.css({transform:r?"scaleY(0)":"scaleX(0)"});return}const n=oe(e),s=e.offsetTop,o=e.offsetLeft,a=r?{transform:"scaleY(1)",width:"",left:""}:{transform:"scaleX(1)",height:"",top:""};let c={};if(this.variant==="primary"){const l=n.find(':scope > [slot="custom"]'),d=l.length?l.get():oe(e.renderRoot).find('slot[name="custom"]').children().get();if(r){const u=Math.min(...d.map(g=>g.offsetTop))+s,m=Math.max(...d.map(g=>g.offsetTop+g.offsetHeight))+s;c={top:u,height:m-u}}else{const u=Math.min(...d.map(g=>g.offsetLeft))+o,m=Math.max(...d.map(g=>g.offsetLeft+g.offsetWidth))+o;c={left:u,width:m-u}}}this.variant==="secondary"&&(c=r?{top:s,height:e.offsetHeight}:{left:o,width:e.offsetWidth}),t.css({...a,...c})}};oi.styles=[Ue,P_];w([L({reflect:!0})],oi.prototype,"variant",void 0);w([L({reflect:!0})],oi.prototype,"value",void 0);w([L({reflect:!0})],oi.prototype,"placement",void 0);w([L({type:Boolean,reflect:!0,converter:we,attribute:"full-width"})],oi.prototype,"fullWidth",void 0);w([qe()],oi.prototype,"activeKey",void 0);w([qe()],oi.prototype,"isInitial",void 0);w([gi({selector:"mdui-tab",flatten:!0})],oi.prototype,"tabs",void 0);w([gi({selector:"mdui-tab-panel",slot:"panel",flatten:!0})],oi.prototype,"panels",void 0);w([Re("activeKey",!0)],oi.prototype,"onActiveKeyChange",null);w([Re("value")],oi.prototype,"onValueChange",null);w([Re("variant",!0),Re("placement",!0),Re("fullWidth",!0)],oi.prototype,"onIndicatorChange",null);oi=w([Ae("mdui-tabs")],oi);class M_{constructor(e,t){this.isHover=!1,this.uniqueID=Cr(),this.enterEventName=`mouseenter.${this.uniqueID}.hoverController`,this.leaveEventName=`mouseleave.${this.uniqueID}.hoverController`,this.mouseEnterItems=[],this.mouseLeaveItems=[],(this.host=e).addController(this),this.elementRef=t}hostConnected(){this.host.updateComplete.then(()=>{oe(this.elementRef.value).on(this.enterEventName,()=>{this.isHover=!0;for(let e=this.mouseEnterItems.length-1;e>=0;e--){const t=this.mouseEnterItems[e];t.callback(),t.one&&this.mouseEnterItems.splice(e,1)}}).on(this.leaveEventName,()=>{this.isHover=!1;for(let e=this.mouseLeaveItems.length-1;e>=0;e--){const t=this.mouseLeaveItems[e];t.callback(),t.one&&this.mouseLeaveItems.splice(e,1)}})})}hostDisconnected(){oe(this.elementRef.value).off(this.enterEventName).off(this.leaveEventName)}onMouseEnter(e,t=!1){this.mouseEnterItems.push({callback:e,one:t})}onMouseLeave(e,t=!1){this.mouseLeaveItems.push({callback:e,one:t})}}const F_=$e`:host{--shape-corner-plain:var(--mdui-shape-corner-extra-small);--shape-corner-rich:var(--mdui-shape-corner-medium);--z-index:2500;display:contents}.popup{position:fixed;display:flex;flex-direction:column;z-index:var(--z-index);border-radius:var(--shape-corner-plain);background-color:rgb(var(--mdui-color-inverse-surface));padding:0 .5rem;min-width:1.75rem;max-width:20rem}:host([variant=rich]) .popup{border-radius:var(--shape-corner-rich);background-color:rgb(var(--mdui-color-surface-container));box-shadow:var(--mdui-elevation-level2);padding:.75rem 1rem .5rem 1rem}.headline{display:flex;color:rgb(var(--mdui-color-on-surface-variant));font-size:var(--mdui-typescale-title-small-size);font-weight:var(--mdui-typescale-title-small-weight);letter-spacing:var(--mdui-typescale-title-small-tracking);line-height:var(--mdui-typescale-title-small-line-height)}.content{display:flex;padding:.25rem 0;color:rgb(var(--mdui-color-inverse-on-surface));font-size:var(--mdui-typescale-body-small-size);font-weight:var(--mdui-typescale-body-small-weight);letter-spacing:var(--mdui-typescale-body-small-tracking);line-height:var(--mdui-typescale-body-small-line-height)}:host([variant=rich]) .content{color:rgb(var(--mdui-color-on-surface-variant));font-size:var(--mdui-typescale-body-medium-size);font-weight:var(--mdui-typescale-body-medium-weight);letter-spacing:var(--mdui-typescale-body-medium-tracking);line-height:var(--mdui-typescale-body-medium-line-height)}.action{display:flex;justify-content:flex-start;padding-top:.5rem}.action ::slotted(:not(:last-child)){margin-right:.5rem}`;let ai=class extends Ke{constructor(){super(),this.variant="plain",this.placement="auto",this.openDelay=150,this.closeDelay=150,this.trigger="hover focus",this.disabled=!1,this.open=!1,this.popupRef=Me(),this.hasSlotController=new $t(this,"headline","action"),this.hoverController=new M_(this,this.popupRef),this.definedController=new At(this,{needDomReady:!0}),this.onDocumentClick=this.onDocumentClick.bind(this),this.onWindowScroll=this.onWindowScroll.bind(this),this.onFocus=this.onFocus.bind(this),this.onBlur=this.onBlur.bind(this),this.onClick=this.onClick.bind(this),this.onKeydown=this.onKeydown.bind(this),this.onMouseEnter=this.onMouseEnter.bind(this),this.onMouseLeave=this.onMouseLeave.bind(this)}get target(){return[...this.children].find(e=>e.tagName.toLowerCase()!=="style"&&e.getAttribute("slot")!=="content")}async onPositionChange(){this.open&&(await this.definedController.whenDefined(),this.updatePositioner())}async onOpenChange(){const e=this.hasUpdated,t=Ai(this,"short4"),r=ii(this,"standard");if(this.open){if(await this.definedController.whenDefined(),oe(`mdui-tooltip[variant="${this.variant}"]`).filter((n,s)=>s!==this).prop("open",!1),e||await this.updateComplete,e&&!this.emit("open",{cancelable:!0}))return;await ei(this.popupRef.value),this.popupRef.value.hidden=!1,this.updatePositioner(),await st(this.popupRef.value,[{transform:"scale(0)"},{transform:"scale(1)"}],{duration:e?t:0,easing:r}),e&&this.emit("opened");return}if(!this.open&&e){if(!this.emit("close",{cancelable:!0}))return;await ei(this.popupRef.value),await st(this.popupRef.value,[{transform:"scale(1)"},{transform:"scale(0)"}],{duration:t,easing:r}),this.popupRef.value.hidden=!0,this.emit("closed")}}connectedCallback(){super.connectedCallback(),document.addEventListener("pointerdown",this.onDocumentClick),this.definedController.whenDefined().then(()=>{this.overflowAncestors=Fo(this.target),this.overflowAncestors.forEach(e=>{e.addEventListener("scroll",this.onWindowScroll)}),this.observeResize=$r(this.target,()=>{this.updatePositioner()})})}disconnectedCallback(){super.disconnectedCallback(),document.removeEventListener("pointerdown",this.onDocumentClick),this.overflowAncestors?.forEach(e=>{e.removeEventListener("scroll",this.onWindowScroll)}),this.observeResize?.unobserve()}firstUpdated(e){super.firstUpdated(e),this.definedController.whenDefined().then(()=>{const t=this.target;t.addEventListener("focus",this.onFocus),t.addEventListener("blur",this.onBlur),t.addEventListener("pointerdown",this.onClick),t.addEventListener("keydown",this.onKeydown),t.addEventListener("mouseenter",this.onMouseEnter),t.addEventListener("mouseleave",this.onMouseLeave)})}render(){const e=this.isRich()&&(this.headline||this.hasSlotController.test("headline")),t=this.isRich()&&this.hasSlotController.test("action");return Y`<slot></slot><div ${De(this.popupRef)} part="popup" class="popup" hidden>${at(e,()=>Y`<slot name="headline" part="headline" class="headline">${this.headline}</slot>`)}<slot name="content" part="content" class="content">${this.content}</slot>${at(t,()=>Y`<slot name="action" part="action" class="action"></slot>`)}</div>`}isRich(){return this.variant==="rich"}requestClose(){if(!this.hoverController.isHover){this.open=!1;return}this.hoverController.onMouseLeave(()=>{this.hasTrigger("hover")?this.hoverTimeout=window.setTimeout(()=>{this.open=!1},this.closeDelay||50):this.open=!1},!0)}hasTrigger(e){return this.trigger.split(" ").includes(e)}onFocus(){this.disabled||this.open||!this.hasTrigger("focus")||(this.open=!0)}onBlur(){this.disabled||!this.open||!this.hasTrigger("focus")||this.requestClose()}onClick(e){this.disabled||e.button||!this.hasTrigger("click")||this.open&&(this.hasTrigger("hover")||this.hasTrigger("focus"))||(this.open=!this.open)}onKeydown(e){this.disabled||!this.open||e.key!=="Escape"||(e.stopPropagation(),this.requestClose())}onMouseEnter(){this.disabled||this.open||!this.hasTrigger("hover")||(this.openDelay?(window.clearTimeout(this.hoverTimeout),this.hoverTimeout=window.setTimeout(()=>{this.open=!0},this.openDelay)):this.open=!0)}onMouseLeave(){window.clearTimeout(this.hoverTimeout),!(this.disabled||!this.open||!this.hasTrigger("hover"))&&(this.hoverTimeout=window.setTimeout(()=>{this.requestClose()},this.closeDelay||50))}onDocumentClick(e){if(this.disabled||!this.open)return;e.composedPath().includes(this)||this.requestClose()}onWindowScroll(){window.requestAnimationFrame(()=>this.updatePositioner())}updatePositioner(){const e=oe(this.popupRef.value),t=this.isRich()?0:4,r=4,n=this.target.getBoundingClientRect(),s=n.top,o=n.left,a=n.height,c=n.width,l=this.popupRef.value.offsetHeight,d=this.popupRef.value.offsetWidth,u=d+t+r,m=l+t+r;let g,v,_,E,x=this.placement;if(x==="auto"){const h=oe(window),p=s>m,T=h.height()-s-a>m,N=o>u,C=h.width()-o-c>u;this.isRich()?(x="bottom-right",T&&C?x="bottom-right":T&&N?x="bottom-left":p&&C?x="top-right":p&&N?x="top-left":T?x="bottom":p?x="top":C?x="right":N&&(x="left")):(x="top",p?x="top":T?x="bottom":N?x="left":C&&(x="right"))}const[k,y]=x.split("-");switch(k){case"top":v="bottom",_=s-l-t;break;case"bottom":v="top",_=s+a+t;break;default:switch(v="center",y){case"start":_=s;break;case"end":_=s+a-l;break;default:_=s+a/2-l/2;break}break}switch(k){case"left":g="right",E=o-d-t;break;case"right":g="left",E=o+c+t;break;default:switch(g="center",y){case"start":E=o;break;case"end":E=o+c-d;break;case"left":g="right",E=o-d-t;break;case"right":g="left",E=o+c+t;break;default:E=o+c/2-d/2;break}break}e.css({top:_,left:E,transformOrigin:[g,v].join(" ")})}};ai.styles=[Ue,F_];w([L({reflect:!0})],ai.prototype,"variant",void 0);w([L({reflect:!0})],ai.prototype,"placement",void 0);w([L({type:Number,reflect:!0,attribute:"open-delay"})],ai.prototype,"openDelay",void 0);w([L({type:Number,reflect:!0,attribute:"close-delay"})],ai.prototype,"closeDelay",void 0);w([L({reflect:!0})],ai.prototype,"headline",void 0);w([L({reflect:!0})],ai.prototype,"content",void 0);w([L({reflect:!0})],ai.prototype,"trigger",void 0);w([L({type:Boolean,reflect:!0,converter:we})],ai.prototype,"disabled",void 0);w([L({type:Boolean,reflect:!0,converter:we})],ai.prototype,"open",void 0);w([Re("placement",!0),Re("content",!0)],ai.prototype,"onPositionChange",null);w([Re("open")],ai.prototype,"onOpenChange",null);ai=w([Ae("mdui-tooltip")],ai);const j_=i=>{const e=i.assignedNodes({flatten:!0});let t="";return[...e].forEach(r=>{r.nodeType===Node.ELEMENT_NODE&&(t+=r.outerHTML),r.nodeType===Node.TEXT_NODE&&(t+=r.textContent)}),t},B_=$e`:host{display:block;width:100%;flex-shrink:initial!important;overflow:hidden;color:rgb(var(--mdui-color-on-surface));font-size:var(--mdui-typescale-title-large-size);font-weight:var(--mdui-typescale-title-large-weight);letter-spacing:var(--mdui-typescale-title-large-tracking);line-height:var(--mdui-typescale-title-large-line-height);line-height:2.5rem}.label{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;opacity:1;transition:opacity var(--mdui-motion-duration-short2) var(--mdui-motion-easing-linear)}.label.variant-center-aligned{text-align:center}.label.variant-large:not(.shrink),.label.variant-medium:not(.shrink){opacity:0}.label.variant-large.shrink,.label.variant-medium.shrink{transition-delay:var(--mdui-motion-duration-short2)}.label-large{display:none;position:absolute;width:100%;left:0;margin-right:0;padding:0 1rem;transition:opacity var(--mdui-motion-duration-short2) var(--mdui-motion-easing-linear)}.label-large.variant-large,.label-large.variant-medium{display:block}.label-large.variant-medium{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;bottom:.75rem;font-size:var(--mdui-typescale-headline-small-size);font-weight:var(--mdui-typescale-headline-small-weight);letter-spacing:var(--mdui-typescale-headline-small-tracking);line-height:var(--mdui-typescale-headline-small-line-height)}.label-large.variant-large{display:-webkit-box;overflow:hidden;white-space:normal;-webkit-box-orient:vertical;-webkit-line-clamp:2;bottom:1.25rem;font-size:var(--mdui-typescale-headline-medium-size);font-weight:var(--mdui-typescale-headline-medium-weight);letter-spacing:var(--mdui-typescale-headline-medium-tracking);line-height:var(--mdui-typescale-headline-medium-line-height)}.label-large.variant-large:not(.shrink),.label-large.variant-medium:not(.shrink){opacity:1;transition-delay:var(--mdui-motion-duration-short2)}.label-large.variant-large.shrink,.label-large.variant-medium.shrink{opacity:0;z-index:-1}`;let Fs=class extends Ke{constructor(){super(...arguments),this.variant="small",this.shrink=!1,this.hasSlotController=new $t(this,"label-large"),this.labelLargeRef=Me(),this.defaultSlotRef=Me()}render(){const e=this.hasSlotController.test("label-large"),t=bt({shrink:this.shrink,"variant-center-aligned":this.variant==="center-aligned","variant-small":this.variant==="small","variant-medium":this.variant==="medium","variant-large":this.variant==="large"});return Y`<slot part="label" class="label ${t}" ${De(this.defaultSlotRef)} @slotchange="${()=>this.onSlotChange(e)}"></slot>${e?Y`<slot name="label-large" part="label-large" class="label-large ${t}"></slot>`:Y`<div ${De(this.labelLargeRef)} part="label-large" class="label-large ${t}"></div>`}`}onSlotChange(e){e||(this.labelLargeRef.value.innerHTML=j_(this.defaultSlotRef.value))}};Fs.styles=[Ue,B_];w([qe()],Fs.prototype,"variant",void 0);w([qe()],Fs.prototype,"shrink",void 0);Fs=w([Ae("mdui-top-app-bar-title")],Fs);const q_=$e`:host{--shape-corner:var(--mdui-shape-corner-none);--z-index:2000;position:fixed;top:0;right:0;left:0;display:flex;flex:0 0 auto;align-items:flex-start;justify-content:flex-start;border-bottom-left-radius:var(--shape-corner);border-bottom-right-radius:var(--shape-corner);z-index:var(--z-index);transition:top var(--mdui-motion-duration-long2) var(--mdui-motion-easing-standard),height var(--mdui-motion-duration-long2) var(--mdui-motion-easing-standard),box-shadow var(--mdui-motion-duration-short4) var(--mdui-motion-easing-linear),background-color var(--mdui-motion-duration-short4) var(--mdui-motion-easing-linear);padding:.75rem .5rem;height:4rem;background-color:rgb(var(--mdui-color-surface))}:host([scroll-target]:not([scroll-target=''])){position:absolute}:host([scroll-behavior~=shrink]){transition-duration:var(--mdui-motion-duration-short4)}:host([scrolling]){background-color:rgb(var(--mdui-color-surface-container));box-shadow:var(--mdui-elevation-level2)}::slotted(mdui-button-icon){color:rgb(var(--mdui-color-on-surface-variant));font-size:1.5rem}::slotted(mdui-button-icon:first-child){color:rgb(var(--mdui-color-on-surface))}::slotted(mdui-avatar){width:1.875rem;height:1.875rem;margin-top:.3125rem;margin-bottom:.3125rem}::slotted(*){flex-shrink:0}::slotted(:not(:last-child)){margin-right:.5rem}:host([variant=medium]){height:7rem}:host([variant=large]){height:9.5rem}:host([hide]:not([hide=false i])){transition-duration:var(--mdui-motion-duration-short4);top:-4.625rem}:host([hide][variant=medium]:not([hide=false i])){top:-7.625rem}:host([hide][variant=large]:not([hide=false i])){top:-10.125rem}:host([shrink][variant=large]:not([shrink=false i])),:host([shrink][variant=medium]:not([shrink=false i])){transition-duration:var(--mdui-motion-duration-short4);height:4rem}`;let Ni=class extends Td(Ar){constructor(){super(...arguments),this.variant="small",this.hide=!1,this.shrink=!1,this.scrolling=!1,this.definedController=new At(this,{relatedElements:["mdui-top-app-bar-title"]})}get scrollPaddingPosition(){return"top"}get layoutPlacement(){return"top"}async onVariantChange(){this.hasUpdated?this.addEventListener("transitionend",async()=>{await this.scrollBehaviorDefinedController.whenDefined(),this.setContainerPadding("update",this.scrollTarget)},{once:!0}):await this.updateComplete,await this.definedController.whenDefined(),this.titleElements.forEach(e=>{e.variant=this.variant})}async onShrinkChange(){this.hasUpdated||await this.updateComplete,await this.definedController.whenDefined(),this.titleElements.forEach(e=>{e.shrink=this.shrink})}firstUpdated(e){super.firstUpdated(e),this.addEventListener("transitionend",t=>{t.target===this&&this.emit(this.hide?"hidden":"shown")})}render(){return Y`<slot></slot>`}runScrollNoThreshold(e,t){this.hasScrollBehavior("shrink")&&e&&t<8&&(this.shrink=!1)}runScrollThreshold(e,t){this.hasScrollBehavior("elevate")&&(this.scrolling=!!t),this.hasScrollBehavior("shrink")&&(e||(this.shrink=!0)),this.hasScrollBehavior("hide")&&(!e&&!this.hide&&this.emit("hide",{cancelable:!0})&&(this.hide=!0),e&&this.hide&&this.emit("show",{cancelable:!0})&&(this.hide=!1))}};Ni.styles=[Ue,q_];w([L({reflect:!0})],Ni.prototype,"variant",void 0);w([L({type:Boolean,reflect:!0,converter:we})],Ni.prototype,"hide",void 0);w([L({type:Boolean,reflect:!0,converter:we})],Ni.prototype,"shrink",void 0);w([L({reflect:!0,attribute:"scroll-behavior"})],Ni.prototype,"scrollBehavior",void 0);w([L({type:Boolean,reflect:!0,converter:we})],Ni.prototype,"scrolling",void 0);w([gi({selector:"mdui-top-app-bar-title",flatten:!0})],Ni.prototype,"titleElements",void 0);w([Re("variant")],Ni.prototype,"onVariantChange",null);w([Re("shrink")],Ni.prototype,"onShrinkChange",null);Ni=w([Ae("mdui-top-app-bar")],Ni);/**
515
515
  * @license
516
516
  * Copyright 2021 Google LLC
517
517
  *
@@ -526,7 +526,7 @@ if("@preserve"in h)return h["@preserve"][0];if(e.isValue(h))return h;if(e.isList
526
526
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
527
527
  * See the License for the specific language governing permissions and
528
528
  * limitations under the License.
529
- */function Zt(i){return i<0?-1:i===0?0:1}function Ts(i,e,t){return(1-t)*i+t*e}function q_(i,e,t){return t<i?i:t>e?e:t}function Bo(i,e,t){return t<i?i:t>e?e:t}function U_(i){return i=i%360,i<0&&(i=i+360),i}function Lc(i,e){const t=i[0]*e[0][0]+i[1]*e[0][1]+i[2]*e[0][2],r=i[0]*e[1][0]+i[1]*e[1][1]+i[2]*e[1][2],n=i[0]*e[2][0]+i[1]*e[2][1]+i[2]*e[2][2];return[t,r,n]}/**
529
+ */function Zt(i){return i<0?-1:i===0?0:1}function Ts(i,e,t){return(1-t)*i+t*e}function U_(i,e,t){return t<i?i:t>e?e:t}function Bo(i,e,t){return t<i?i:t>e?e:t}function V_(i){return i=i%360,i<0&&(i=i+360),i}function Lc(i,e){const t=i[0]*e[0][0]+i[1]*e[0][1]+i[2]*e[0][2],r=i[0]*e[1][0]+i[1]*e[1][1]+i[2]*e[1][2],n=i[0]*e[2][0]+i[1]*e[2][1]+i[2]*e[2][2];return[t,r,n]}/**
530
530
  * @license
531
531
  * Copyright 2021 Google LLC
532
532
  *
@@ -541,7 +541,7 @@ if("@preserve"in h)return h["@preserve"][0];if(e.isValue(h))return h;if(e.isList
541
541
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
542
542
  * See the License for the specific language governing permissions and
543
543
  * limitations under the License.
544
- */const V_=[[.41233895,.35762064,.18051042],[.2126,.7152,.0722],[.01932141,.11916382,.95034478]],z_=[[3.2413774792388685,-1.5376652402851851,-.49885366846268053],[-.9691452513005321,1.8758853451067872,.04156585616912061],[.05562093689691305,-.20395524564742123,1.0571799111220335]],H_=[95.047,100,108.883];function Ad(i,e,t){return(255<<24|(i&255)<<16|(e&255)<<8|t&255)>>>0}function jf(i){const e=Hr(i[0]),t=Hr(i[1]),r=Hr(i[2]);return Ad(e,t,r)}function W_(i){return i>>16&255}function G_(i){return i>>8&255}function K_(i){return i&255}function X_(i,e,t){const r=z_,n=r[0][0]*i+r[0][1]*e+r[0][2]*t,s=r[1][0]*i+r[1][1]*e+r[1][2]*t,o=r[2][0]*i+r[2][1]*e+r[2][2]*t,a=Hr(n),c=Hr(s),l=Hr(o);return Ad(a,c,l)}function Q_(i){const e=mn(W_(i)),t=mn(G_(i)),r=mn(K_(i));return Lc([e,t,r],V_)}function J_(i){const e=vr(i),t=Hr(e);return Ad(t,t,t)}function Bf(i){const e=Q_(i)[1];return 116*Cm(e/100)-16}function vr(i){return 100*Z_((i+16)/116)}function Oc(i){return Cm(i/100)*116-16}function mn(i){const e=i/255;return e<=.040449936?e/12.92*100:Math.pow((e+.055)/1.055,2.4)*100}function Hr(i){const e=i/100;let t=0;return e<=.0031308?t=e*12.92:t=1.055*Math.pow(e,1/2.4)-.055,q_(0,255,Math.round(t*255))}function Y_(){return H_}function Cm(i){const e=.008856451679035631,t=24389/27;return i>e?Math.pow(i,1/3):(t*i+16)/116}function Z_(i){const e=.008856451679035631,t=24389/27,r=i*i*i;return r>e?r:(116*i-16)/t}/**
544
+ */const z_=[[.41233895,.35762064,.18051042],[.2126,.7152,.0722],[.01932141,.11916382,.95034478]],H_=[[3.2413774792388685,-1.5376652402851851,-.49885366846268053],[-.9691452513005321,1.8758853451067872,.04156585616912061],[.05562093689691305,-.20395524564742123,1.0571799111220335]],W_=[95.047,100,108.883];function Ad(i,e,t){return(255<<24|(i&255)<<16|(e&255)<<8|t&255)>>>0}function jf(i){const e=Hr(i[0]),t=Hr(i[1]),r=Hr(i[2]);return Ad(e,t,r)}function G_(i){return i>>16&255}function K_(i){return i>>8&255}function X_(i){return i&255}function Q_(i,e,t){const r=H_,n=r[0][0]*i+r[0][1]*e+r[0][2]*t,s=r[1][0]*i+r[1][1]*e+r[1][2]*t,o=r[2][0]*i+r[2][1]*e+r[2][2]*t,a=Hr(n),c=Hr(s),l=Hr(o);return Ad(a,c,l)}function J_(i){const e=mn(G_(i)),t=mn(K_(i)),r=mn(X_(i));return Lc([e,t,r],z_)}function Y_(i){const e=vr(i),t=Hr(e);return Ad(t,t,t)}function Bf(i){const e=J_(i)[1];return 116*Cm(e/100)-16}function vr(i){return 100*ex((i+16)/116)}function Oc(i){return Cm(i/100)*116-16}function mn(i){const e=i/255;return e<=.040449936?e/12.92*100:Math.pow((e+.055)/1.055,2.4)*100}function Hr(i){const e=i/100;let t=0;return e<=.0031308?t=e*12.92:t=1.055*Math.pow(e,1/2.4)-.055,U_(0,255,Math.round(t*255))}function Z_(){return W_}function Cm(i){const e=.008856451679035631,t=24389/27;return i>e?Math.pow(i,1/3):(t*i+16)/116}function ex(i){const e=.008856451679035631,t=24389/27,r=i*i*i;return r>e?r:(116*i-16)/t}/**
545
545
  * @license
546
546
  * Copyright 2021 Google LLC
547
547
  *
@@ -556,7 +556,7 @@ if("@preserve"in h)return h["@preserve"][0];if(e.isValue(h))return h;if(e.isList
556
556
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
557
557
  * See the License for the specific language governing permissions and
558
558
  * limitations under the License.
559
- */class Bi{static make(e=Y_(),t=200/Math.PI*vr(50)/100,r=50,n=2,s=!1){const o=e,a=o[0]*.401288+o[1]*.650173+o[2]*-.051461,c=o[0]*-.250268+o[1]*1.204414+o[2]*.045854,l=o[0]*-.002079+o[1]*.048952+o[2]*.953127,d=.8+n/10,u=d>=.9?Ts(.59,.69,(d-.9)*10):Ts(.525,.59,(d-.8)*10);let m=s?1:d*(1-1/3.6*Math.exp((-t-42)/92));m=m>1?1:m<0?0:m;const g=d,v=[m*(100/a)+1-m,m*(100/c)+1-m,m*(100/l)+1-m],_=1/(5*t+1),E=_*_*_*_,x=1-E,k=E*t+.1*x*x*Math.cbrt(5*t),y=vr(r)/e[1],h=1.48+Math.sqrt(y),p=.725/Math.pow(y,.2),T=p,N=[Math.pow(k*v[0]*a/100,.42),Math.pow(k*v[1]*c/100,.42),Math.pow(k*v[2]*l/100,.42)],C=[400*N[0]/(N[0]+27.13),400*N[1]/(N[1]+27.13),400*N[2]/(N[2]+27.13)],F=(2*C[0]+C[1]+.05*C[2])*p;return new Bi(y,F,p,T,u,g,v,k,Math.pow(k,.25),h)}constructor(e,t,r,n,s,o,a,c,l,d){this.n=e,this.aw=t,this.nbb=r,this.ncb=n,this.c=s,this.nc=o,this.rgbD=a,this.fl=c,this.fLRoot=l,this.z=d}}Bi.DEFAULT=Bi.make();/**
559
+ */class Bi{static make(e=Z_(),t=200/Math.PI*vr(50)/100,r=50,n=2,s=!1){const o=e,a=o[0]*.401288+o[1]*.650173+o[2]*-.051461,c=o[0]*-.250268+o[1]*1.204414+o[2]*.045854,l=o[0]*-.002079+o[1]*.048952+o[2]*.953127,d=.8+n/10,u=d>=.9?Ts(.59,.69,(d-.9)*10):Ts(.525,.59,(d-.8)*10);let m=s?1:d*(1-1/3.6*Math.exp((-t-42)/92));m=m>1?1:m<0?0:m;const g=d,v=[m*(100/a)+1-m,m*(100/c)+1-m,m*(100/l)+1-m],_=1/(5*t+1),E=_*_*_*_,x=1-E,k=E*t+.1*x*x*Math.cbrt(5*t),y=vr(r)/e[1],h=1.48+Math.sqrt(y),p=.725/Math.pow(y,.2),T=p,N=[Math.pow(k*v[0]*a/100,.42),Math.pow(k*v[1]*c/100,.42),Math.pow(k*v[2]*l/100,.42)],C=[400*N[0]/(N[0]+27.13),400*N[1]/(N[1]+27.13),400*N[2]/(N[2]+27.13)],F=(2*C[0]+C[1]+.05*C[2])*p;return new Bi(y,F,p,T,u,g,v,k,Math.pow(k,.25),h)}constructor(e,t,r,n,s,o,a,c,l,d){this.n=e,this.aw=t,this.nbb=r,this.ncb=n,this.c=s,this.nc=o,this.rgbD=a,this.fl=c,this.fLRoot=l,this.z=d}}Bi.DEFAULT=Bi.make();/**
560
560
  * @license
561
561
  * Copyright 2021 Google LLC
562
562
  *
@@ -571,7 +571,7 @@ if("@preserve"in h)return h["@preserve"][0];if(e.isValue(h))return h;if(e.isList
571
571
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
572
572
  * See the License for the specific language governing permissions and
573
573
  * limitations under the License.
574
- */class ci{constructor(e,t,r,n,s,o,a,c,l){this.hue=e,this.chroma=t,this.j=r,this.q=n,this.m=s,this.s=o,this.jstar=a,this.astar=c,this.bstar=l}distance(e){const t=this.jstar-e.jstar,r=this.astar-e.astar,n=this.bstar-e.bstar,s=Math.sqrt(t*t+r*r+n*n);return 1.41*Math.pow(s,.63)}static fromInt(e){return ci.fromIntInViewingConditions(e,Bi.DEFAULT)}static fromIntInViewingConditions(e,t){const r=(e&16711680)>>16,n=(e&65280)>>8,s=e&255,o=mn(r),a=mn(n),c=mn(s),l=.41233895*o+.35762064*a+.18051042*c,d=.2126*o+.7152*a+.0722*c,u=.01932141*o+.11916382*a+.95034478*c,m=.401288*l+.650173*d-.051461*u,g=-.250268*l+1.204414*d+.045854*u,v=-.002079*l+.048952*d+.953127*u,_=t.rgbD[0]*m,E=t.rgbD[1]*g,x=t.rgbD[2]*v,k=Math.pow(t.fl*Math.abs(_)/100,.42),y=Math.pow(t.fl*Math.abs(E)/100,.42),h=Math.pow(t.fl*Math.abs(x)/100,.42),p=Zt(_)*400*k/(k+27.13),T=Zt(E)*400*y/(y+27.13),N=Zt(x)*400*h/(h+27.13),C=(11*p+-12*T+N)/11,F=(p+T-2*N)/9,I=(20*p+20*T+21*N)/20,O=(40*p+20*T+N)/20,R=Math.atan2(F,C)*180/Math.PI,D=R<0?R+360:R>=360?R-360:R,J=D*Math.PI/180,$=O*t.nbb,Z=100*Math.pow($/t.aw,t.c*t.z),B=4/t.c*Math.sqrt(Z/100)*(t.aw+4)*t.fLRoot,re=D<20.14?D+360:D,S=.25*(Math.cos(re*Math.PI/180+2)+3.8),ee=5e4/13*S*t.nc*t.ncb*Math.sqrt(C*C+F*F)/(I+.305),Q=Math.pow(ee,.9)*Math.pow(1.64-Math.pow(.29,t.n),.73),he=Q*Math.sqrt(Z/100),W=he*t.fLRoot,G=50*Math.sqrt(Q*t.c/(t.aw+4)),X=(1+100*.007)*Z/(1+.007*Z),z=1/.0228*Math.log(1+.0228*W),ne=z*Math.cos(J),se=z*Math.sin(J);return new ci(D,he,Z,B,W,G,X,ne,se)}static fromJch(e,t,r){return ci.fromJchInViewingConditions(e,t,r,Bi.DEFAULT)}static fromJchInViewingConditions(e,t,r,n){const s=4/n.c*Math.sqrt(e/100)*(n.aw+4)*n.fLRoot,o=t*n.fLRoot,a=t/Math.sqrt(e/100),c=50*Math.sqrt(a*n.c/(n.aw+4)),l=r*Math.PI/180,d=(1+100*.007)*e/(1+.007*e),u=1/.0228*Math.log(1+.0228*o),m=u*Math.cos(l),g=u*Math.sin(l);return new ci(r,t,e,s,o,c,d,m,g)}static fromUcs(e,t,r){return ci.fromUcsInViewingConditions(e,t,r,Bi.DEFAULT)}static fromUcsInViewingConditions(e,t,r,n){const s=t,o=r,a=Math.sqrt(s*s+o*o),l=(Math.exp(a*.0228)-1)/.0228/n.fLRoot;let d=Math.atan2(o,s)*(180/Math.PI);d<0&&(d+=360);const u=e/(1-(e-100)*.007);return ci.fromJchInViewingConditions(u,l,d,n)}toInt(){return this.viewed(Bi.DEFAULT)}viewed(e){const t=this.chroma===0||this.j===0?0:this.chroma/Math.sqrt(this.j/100),r=Math.pow(t/Math.pow(1.64-Math.pow(.29,e.n),.73),1/.9),n=this.hue*Math.PI/180,s=.25*(Math.cos(n+2)+3.8),o=e.aw*Math.pow(this.j/100,1/e.c/e.z),a=s*(5e4/13)*e.nc*e.ncb,c=o/e.nbb,l=Math.sin(n),d=Math.cos(n),u=23*(c+.305)*r/(23*a+11*r*d+108*r*l),m=u*d,g=u*l,v=(460*c+451*m+288*g)/1403,_=(460*c-891*m-261*g)/1403,E=(460*c-220*m-6300*g)/1403,x=Math.max(0,27.13*Math.abs(v)/(400-Math.abs(v))),k=Zt(v)*(100/e.fl)*Math.pow(x,1/.42),y=Math.max(0,27.13*Math.abs(_)/(400-Math.abs(_))),h=Zt(_)*(100/e.fl)*Math.pow(y,1/.42),p=Math.max(0,27.13*Math.abs(E)/(400-Math.abs(E))),T=Zt(E)*(100/e.fl)*Math.pow(p,1/.42),N=k/e.rgbD[0],C=h/e.rgbD[1],F=T/e.rgbD[2],I=1.86206786*N-1.01125463*C+.14918677*F,O=.38752654*N+.62144744*C-.00897398*F,U=-.0158415*N-.03412294*C+1.04996444*F;return X_(I,O,U)}static fromXyzInViewingConditions(e,t,r,n){const s=.401288*e+.650173*t-.051461*r,o=-.250268*e+1.204414*t+.045854*r,a=-.002079*e+.048952*t+.953127*r,c=n.rgbD[0]*s,l=n.rgbD[1]*o,d=n.rgbD[2]*a,u=Math.pow(n.fl*Math.abs(c)/100,.42),m=Math.pow(n.fl*Math.abs(l)/100,.42),g=Math.pow(n.fl*Math.abs(d)/100,.42),v=Zt(c)*400*u/(u+27.13),_=Zt(l)*400*m/(m+27.13),E=Zt(d)*400*g/(g+27.13),x=(11*v+-12*_+E)/11,k=(v+_-2*E)/9,y=(20*v+20*_+21*E)/20,h=(40*v+20*_+E)/20,T=Math.atan2(k,x)*180/Math.PI,N=T<0?T+360:T>=360?T-360:T,C=N*Math.PI/180,F=h*n.nbb,I=100*Math.pow(F/n.aw,n.c*n.z),O=4/n.c*Math.sqrt(I/100)*(n.aw+4)*n.fLRoot,U=N<20.14?N+360:N,R=1/4*(Math.cos(U*Math.PI/180+2)+3.8),J=5e4/13*R*n.nc*n.ncb*Math.sqrt(x*x+k*k)/(y+.305),$=Math.pow(J,.9)*Math.pow(1.64-Math.pow(.29,n.n),.73),Z=$*Math.sqrt(I/100),B=Z*n.fLRoot,re=50*Math.sqrt($*n.c/(n.aw+4)),S=(1+100*.007)*I/(1+.007*I),H=Math.log(1+.0228*B)/.0228,ee=H*Math.cos(C),Q=H*Math.sin(C);return new ci(N,Z,I,O,B,re,S,ee,Q)}xyzInViewingConditions(e){const t=this.chroma===0||this.j===0?0:this.chroma/Math.sqrt(this.j/100),r=Math.pow(t/Math.pow(1.64-Math.pow(.29,e.n),.73),1/.9),n=this.hue*Math.PI/180,s=.25*(Math.cos(n+2)+3.8),o=e.aw*Math.pow(this.j/100,1/e.c/e.z),a=s*(5e4/13)*e.nc*e.ncb,c=o/e.nbb,l=Math.sin(n),d=Math.cos(n),u=23*(c+.305)*r/(23*a+11*r*d+108*r*l),m=u*d,g=u*l,v=(460*c+451*m+288*g)/1403,_=(460*c-891*m-261*g)/1403,E=(460*c-220*m-6300*g)/1403,x=Math.max(0,27.13*Math.abs(v)/(400-Math.abs(v))),k=Zt(v)*(100/e.fl)*Math.pow(x,1/.42),y=Math.max(0,27.13*Math.abs(_)/(400-Math.abs(_))),h=Zt(_)*(100/e.fl)*Math.pow(y,1/.42),p=Math.max(0,27.13*Math.abs(E)/(400-Math.abs(E))),T=Zt(E)*(100/e.fl)*Math.pow(p,1/.42),N=k/e.rgbD[0],C=h/e.rgbD[1],F=T/e.rgbD[2],I=1.86206786*N-1.01125463*C+.14918677*F,O=.38752654*N+.62144744*C-.00897398*F,U=-.0158415*N-.03412294*C+1.04996444*F;return[I,O,U]}}/**
574
+ */class ci{constructor(e,t,r,n,s,o,a,c,l){this.hue=e,this.chroma=t,this.j=r,this.q=n,this.m=s,this.s=o,this.jstar=a,this.astar=c,this.bstar=l}distance(e){const t=this.jstar-e.jstar,r=this.astar-e.astar,n=this.bstar-e.bstar,s=Math.sqrt(t*t+r*r+n*n);return 1.41*Math.pow(s,.63)}static fromInt(e){return ci.fromIntInViewingConditions(e,Bi.DEFAULT)}static fromIntInViewingConditions(e,t){const r=(e&16711680)>>16,n=(e&65280)>>8,s=e&255,o=mn(r),a=mn(n),c=mn(s),l=.41233895*o+.35762064*a+.18051042*c,d=.2126*o+.7152*a+.0722*c,u=.01932141*o+.11916382*a+.95034478*c,m=.401288*l+.650173*d-.051461*u,g=-.250268*l+1.204414*d+.045854*u,v=-.002079*l+.048952*d+.953127*u,_=t.rgbD[0]*m,E=t.rgbD[1]*g,x=t.rgbD[2]*v,k=Math.pow(t.fl*Math.abs(_)/100,.42),y=Math.pow(t.fl*Math.abs(E)/100,.42),h=Math.pow(t.fl*Math.abs(x)/100,.42),p=Zt(_)*400*k/(k+27.13),T=Zt(E)*400*y/(y+27.13),N=Zt(x)*400*h/(h+27.13),C=(11*p+-12*T+N)/11,F=(p+T-2*N)/9,I=(20*p+20*T+21*N)/20,O=(40*p+20*T+N)/20,R=Math.atan2(F,C)*180/Math.PI,D=R<0?R+360:R>=360?R-360:R,J=D*Math.PI/180,$=O*t.nbb,Z=100*Math.pow($/t.aw,t.c*t.z),B=4/t.c*Math.sqrt(Z/100)*(t.aw+4)*t.fLRoot,re=D<20.14?D+360:D,S=.25*(Math.cos(re*Math.PI/180+2)+3.8),ee=5e4/13*S*t.nc*t.ncb*Math.sqrt(C*C+F*F)/(I+.305),Q=Math.pow(ee,.9)*Math.pow(1.64-Math.pow(.29,t.n),.73),he=Q*Math.sqrt(Z/100),W=he*t.fLRoot,G=50*Math.sqrt(Q*t.c/(t.aw+4)),X=(1+100*.007)*Z/(1+.007*Z),z=1/.0228*Math.log(1+.0228*W),ne=z*Math.cos(J),se=z*Math.sin(J);return new ci(D,he,Z,B,W,G,X,ne,se)}static fromJch(e,t,r){return ci.fromJchInViewingConditions(e,t,r,Bi.DEFAULT)}static fromJchInViewingConditions(e,t,r,n){const s=4/n.c*Math.sqrt(e/100)*(n.aw+4)*n.fLRoot,o=t*n.fLRoot,a=t/Math.sqrt(e/100),c=50*Math.sqrt(a*n.c/(n.aw+4)),l=r*Math.PI/180,d=(1+100*.007)*e/(1+.007*e),u=1/.0228*Math.log(1+.0228*o),m=u*Math.cos(l),g=u*Math.sin(l);return new ci(r,t,e,s,o,c,d,m,g)}static fromUcs(e,t,r){return ci.fromUcsInViewingConditions(e,t,r,Bi.DEFAULT)}static fromUcsInViewingConditions(e,t,r,n){const s=t,o=r,a=Math.sqrt(s*s+o*o),l=(Math.exp(a*.0228)-1)/.0228/n.fLRoot;let d=Math.atan2(o,s)*(180/Math.PI);d<0&&(d+=360);const u=e/(1-(e-100)*.007);return ci.fromJchInViewingConditions(u,l,d,n)}toInt(){return this.viewed(Bi.DEFAULT)}viewed(e){const t=this.chroma===0||this.j===0?0:this.chroma/Math.sqrt(this.j/100),r=Math.pow(t/Math.pow(1.64-Math.pow(.29,e.n),.73),1/.9),n=this.hue*Math.PI/180,s=.25*(Math.cos(n+2)+3.8),o=e.aw*Math.pow(this.j/100,1/e.c/e.z),a=s*(5e4/13)*e.nc*e.ncb,c=o/e.nbb,l=Math.sin(n),d=Math.cos(n),u=23*(c+.305)*r/(23*a+11*r*d+108*r*l),m=u*d,g=u*l,v=(460*c+451*m+288*g)/1403,_=(460*c-891*m-261*g)/1403,E=(460*c-220*m-6300*g)/1403,x=Math.max(0,27.13*Math.abs(v)/(400-Math.abs(v))),k=Zt(v)*(100/e.fl)*Math.pow(x,1/.42),y=Math.max(0,27.13*Math.abs(_)/(400-Math.abs(_))),h=Zt(_)*(100/e.fl)*Math.pow(y,1/.42),p=Math.max(0,27.13*Math.abs(E)/(400-Math.abs(E))),T=Zt(E)*(100/e.fl)*Math.pow(p,1/.42),N=k/e.rgbD[0],C=h/e.rgbD[1],F=T/e.rgbD[2],I=1.86206786*N-1.01125463*C+.14918677*F,O=.38752654*N+.62144744*C-.00897398*F,U=-.0158415*N-.03412294*C+1.04996444*F;return Q_(I,O,U)}static fromXyzInViewingConditions(e,t,r,n){const s=.401288*e+.650173*t-.051461*r,o=-.250268*e+1.204414*t+.045854*r,a=-.002079*e+.048952*t+.953127*r,c=n.rgbD[0]*s,l=n.rgbD[1]*o,d=n.rgbD[2]*a,u=Math.pow(n.fl*Math.abs(c)/100,.42),m=Math.pow(n.fl*Math.abs(l)/100,.42),g=Math.pow(n.fl*Math.abs(d)/100,.42),v=Zt(c)*400*u/(u+27.13),_=Zt(l)*400*m/(m+27.13),E=Zt(d)*400*g/(g+27.13),x=(11*v+-12*_+E)/11,k=(v+_-2*E)/9,y=(20*v+20*_+21*E)/20,h=(40*v+20*_+E)/20,T=Math.atan2(k,x)*180/Math.PI,N=T<0?T+360:T>=360?T-360:T,C=N*Math.PI/180,F=h*n.nbb,I=100*Math.pow(F/n.aw,n.c*n.z),O=4/n.c*Math.sqrt(I/100)*(n.aw+4)*n.fLRoot,U=N<20.14?N+360:N,R=1/4*(Math.cos(U*Math.PI/180+2)+3.8),J=5e4/13*R*n.nc*n.ncb*Math.sqrt(x*x+k*k)/(y+.305),$=Math.pow(J,.9)*Math.pow(1.64-Math.pow(.29,n.n),.73),Z=$*Math.sqrt(I/100),B=Z*n.fLRoot,re=50*Math.sqrt($*n.c/(n.aw+4)),S=(1+100*.007)*I/(1+.007*I),H=Math.log(1+.0228*B)/.0228,ee=H*Math.cos(C),Q=H*Math.sin(C);return new ci(N,Z,I,O,B,re,S,ee,Q)}xyzInViewingConditions(e){const t=this.chroma===0||this.j===0?0:this.chroma/Math.sqrt(this.j/100),r=Math.pow(t/Math.pow(1.64-Math.pow(.29,e.n),.73),1/.9),n=this.hue*Math.PI/180,s=.25*(Math.cos(n+2)+3.8),o=e.aw*Math.pow(this.j/100,1/e.c/e.z),a=s*(5e4/13)*e.nc*e.ncb,c=o/e.nbb,l=Math.sin(n),d=Math.cos(n),u=23*(c+.305)*r/(23*a+11*r*d+108*r*l),m=u*d,g=u*l,v=(460*c+451*m+288*g)/1403,_=(460*c-891*m-261*g)/1403,E=(460*c-220*m-6300*g)/1403,x=Math.max(0,27.13*Math.abs(v)/(400-Math.abs(v))),k=Zt(v)*(100/e.fl)*Math.pow(x,1/.42),y=Math.max(0,27.13*Math.abs(_)/(400-Math.abs(_))),h=Zt(_)*(100/e.fl)*Math.pow(y,1/.42),p=Math.max(0,27.13*Math.abs(E)/(400-Math.abs(E))),T=Zt(E)*(100/e.fl)*Math.pow(p,1/.42),N=k/e.rgbD[0],C=h/e.rgbD[1],F=T/e.rgbD[2],I=1.86206786*N-1.01125463*C+.14918677*F,O=.38752654*N+.62144744*C-.00897398*F,U=-.0158415*N-.03412294*C+1.04996444*F;return[I,O,U]}}/**
575
575
  * @license
576
576
  * Copyright 2021 Google LLC
577
577
  *
@@ -586,7 +586,7 @@ if("@preserve"in h)return h["@preserve"][0];if(e.isValue(h))return h;if(e.isList
586
586
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
587
587
  * See the License for the specific language governing permissions and
588
588
  * limitations under the License.
589
- */class Le{static sanitizeRadians(e){return(e+Math.PI*8)%(Math.PI*2)}static trueDelinearized(e){const t=e/100;let r=0;return t<=.0031308?r=t*12.92:r=1.055*Math.pow(t,1/2.4)-.055,r*255}static chromaticAdaptation(e){const t=Math.pow(Math.abs(e),.42);return Zt(e)*400*t/(t+27.13)}static hueOf(e){const t=Lc(e,Le.SCALED_DISCOUNT_FROM_LINRGB),r=Le.chromaticAdaptation(t[0]),n=Le.chromaticAdaptation(t[1]),s=Le.chromaticAdaptation(t[2]),o=(11*r+-12*n+s)/11,a=(r+n-2*s)/9;return Math.atan2(a,o)}static areInCyclicOrder(e,t,r){const n=Le.sanitizeRadians(t-e),s=Le.sanitizeRadians(r-e);return n<s}static intercept(e,t,r){return(t-e)/(r-e)}static lerpPoint(e,t,r){return[e[0]+(r[0]-e[0])*t,e[1]+(r[1]-e[1])*t,e[2]+(r[2]-e[2])*t]}static setCoordinate(e,t,r,n){const s=Le.intercept(e[n],t,r[n]);return Le.lerpPoint(e,s,r)}static isBounded(e){return 0<=e&&e<=100}static nthVertex(e,t){const r=Le.Y_FROM_LINRGB[0],n=Le.Y_FROM_LINRGB[1],s=Le.Y_FROM_LINRGB[2],o=t%4<=1?0:100,a=t%2===0?0:100;if(t<4){const c=o,l=a,d=(e-c*n-l*s)/r;return Le.isBounded(d)?[d,c,l]:[-1,-1,-1]}else if(t<8){const c=o,l=a,d=(e-l*r-c*s)/n;return Le.isBounded(d)?[l,d,c]:[-1,-1,-1]}else{const c=o,l=a,d=(e-c*r-l*n)/s;return Le.isBounded(d)?[c,l,d]:[-1,-1,-1]}}static bisectToSegment(e,t){let r=[-1,-1,-1],n=r,s=0,o=0,a=!1,c=!0;for(let l=0;l<12;l++){const d=Le.nthVertex(e,l);if(d[0]<0)continue;const u=Le.hueOf(d);if(!a){r=d,n=d,s=u,o=u,a=!0;continue}(c||Le.areInCyclicOrder(s,u,o))&&(c=!1,Le.areInCyclicOrder(s,t,u)?(n=d,o=u):(r=d,s=u))}return[r,n]}static midpoint(e,t){return[(e[0]+t[0])/2,(e[1]+t[1])/2,(e[2]+t[2])/2]}static criticalPlaneBelow(e){return Math.floor(e-.5)}static criticalPlaneAbove(e){return Math.ceil(e-.5)}static bisectToLimit(e,t){const r=Le.bisectToSegment(e,t);let n=r[0],s=Le.hueOf(n),o=r[1];for(let a=0;a<3;a++)if(n[a]!==o[a]){let c=-1,l=255;n[a]<o[a]?(c=Le.criticalPlaneBelow(Le.trueDelinearized(n[a])),l=Le.criticalPlaneAbove(Le.trueDelinearized(o[a]))):(c=Le.criticalPlaneAbove(Le.trueDelinearized(n[a])),l=Le.criticalPlaneBelow(Le.trueDelinearized(o[a])));for(let d=0;d<8&&!(Math.abs(l-c)<=1);d++){const u=Math.floor((c+l)/2),m=Le.CRITICAL_PLANES[u],g=Le.setCoordinate(n,m,o,a),v=Le.hueOf(g);Le.areInCyclicOrder(s,t,v)?(o=g,l=u):(n=g,s=v,c=u)}}return Le.midpoint(n,o)}static inverseChromaticAdaptation(e){const t=Math.abs(e),r=Math.max(0,27.13*t/(400-t));return Zt(e)*Math.pow(r,1/.42)}static findResultByJ(e,t,r){let n=Math.sqrt(r)*11;const s=Bi.DEFAULT,o=1/Math.pow(1.64-Math.pow(.29,s.n),.73),c=.25*(Math.cos(e+2)+3.8)*(5e4/13)*s.nc*s.ncb,l=Math.sin(e),d=Math.cos(e);for(let u=0;u<5;u++){const m=n/100,g=t===0||n===0?0:t/Math.sqrt(m),v=Math.pow(g*o,1/.9),E=s.aw*Math.pow(m,1/s.c/s.z)/s.nbb,x=23*(E+.305)*v/(23*c+11*v*d+108*v*l),k=x*d,y=x*l,h=(460*E+451*k+288*y)/1403,p=(460*E-891*k-261*y)/1403,T=(460*E-220*k-6300*y)/1403,N=Le.inverseChromaticAdaptation(h),C=Le.inverseChromaticAdaptation(p),F=Le.inverseChromaticAdaptation(T),I=Lc([N,C,F],Le.LINRGB_FROM_SCALED_DISCOUNT);if(I[0]<0||I[1]<0||I[2]<0)return 0;const O=Le.Y_FROM_LINRGB[0],U=Le.Y_FROM_LINRGB[1],R=Le.Y_FROM_LINRGB[2],D=O*I[0]+U*I[1]+R*I[2];if(D<=0)return 0;if(u===4||Math.abs(D-r)<.002)return I[0]>100.01||I[1]>100.01||I[2]>100.01?0:jf(I);n=n-(D-r)*n/(2*D)}return 0}static solveToInt(e,t,r){if(t<1e-4||r<1e-4||r>99.9999)return J_(r);e=U_(e);const n=e/180*Math.PI,s=vr(r),o=Le.findResultByJ(n,t,s);if(o!==0)return o;const a=Le.bisectToLimit(s,n);return jf(a)}static solveToCam(e,t,r){return ci.fromInt(Le.solveToInt(e,t,r))}}Le.SCALED_DISCOUNT_FROM_LINRGB=[[.001200833568784504,.002389694492170889,.0002795742885861124],[.0005891086651375999,.0029785502573438758,.0003270666104008398],[.00010146692491640572,.0005364214359186694,.0032979401770712076]];Le.LINRGB_FROM_SCALED_DISCOUNT=[[1373.2198709594231,-1100.4251190754821,-7.278681089101213],[-271.815969077903,559.6580465940733,-32.46047482791194],[1.9622899599665666,-57.173814538844006,308.7233197812385]];Le.Y_FROM_LINRGB=[.2126,.7152,.0722];Le.CRITICAL_PLANES=[.015176349177441876,.045529047532325624,.07588174588720938,.10623444424209313,.13658714259697685,.16693984095186062,.19729253930674434,.2276452376616281,.2579979360165119,.28835063437139563,.3188300904430532,.350925934958123,.3848314933096426,.42057480301049466,.458183274052838,.4976837250274023,.5391024159806381,.5824650784040898,.6277969426914107,.6751227633498623,.7244668422128921,.775853049866786,.829304845476233,.8848452951698498,.942497089126609,1.0022825574869039,1.0642236851973577,1.1283421258858297,1.1946592148522128,1.2631959812511864,1.3339731595349034,1.407011200216447,1.4823302800086415,1.5599503113873272,1.6398909516233677,1.7221716113234105,1.8068114625156377,1.8938294463134073,1.9832442801866852,2.075074464868551,2.1693382909216234,2.2660538449872063,2.36523901573795,2.4669114995532007,2.5710888059345764,2.6777882626779785,2.7870270208169257,2.898822059350997,3.0131901897720907,3.1301480604002863,3.2497121605402226,3.3718988244681087,3.4967242352587946,3.624204428461639,3.754355295633311,3.887192587735158,4.022731918402185,4.160988767090289,4.301978482107941,4.445716283538092,4.592217266055746,4.741496401646282,4.893568542229298,5.048448422192488,5.20615066083972,5.3666897647573375,5.5300801301023865,5.696336044816294,5.865471690767354,6.037501145825082,6.212438385869475,6.390297286737924,6.571091626112461,6.7548350853498045,6.941541251256611,7.131223617812143,7.323895587840543,7.5195704746346665,7.7182615035334345,7.919981813454504,8.124744458384042,8.332562408825165,8.543448553206703,8.757415699253682,8.974476575321063,9.194643831691977,9.417930041841839,9.644347703669503,9.873909240696694,10.106627003236781,10.342513269534024,10.58158024687427,10.8238400726681,11.069304815507364,11.317986476196008,11.569896988756009,11.825048221409341,12.083451977536606,12.345119996613247,12.610063955123938,12.878295467455942,13.149826086772048,13.42466730586372,13.702830557985108,13.984327217668513,14.269168601521828,14.55736596900856,14.848930523210871,15.143873411576273,15.44220572664832,15.743938506781891,16.04908273684337,16.35764934889634,16.66964922287304,16.985093187232053,17.30399201960269,17.62635644741625,17.95219714852476,18.281524751807332,18.614349837764564,18.95068293910138,19.290534541298456,19.633915083172692,19.98083495742689,20.331304511189067,20.685334046541502,21.042933821039977,21.404114048223256,21.76888489811322,22.137256497705877,22.50923893145328,22.884842241736916,23.264076429332462,23.6469514538663,24.033477234264016,24.42366364919083,24.817520537484558,25.21505769858089,25.61628489293138,26.021211842414342,26.429848230738664,26.842203703840827,27.258287870275353,27.678110301598522,28.10168053274597,28.529008062403893,28.96010235337422,29.39497283293396,29.83362889318845,30.276079891419332,30.722335150426627,31.172403958865512,31.62629557157785,32.08401920991837,32.54558406207592,33.010999283389665,33.4802739966603,33.953417292456834,34.430438229418264,34.911345834551085,35.39614910352207,35.88485700094671,36.37747846067349,36.87402238606382,37.37449765026789,37.87891309649659,38.38727753828926,38.89959975977785,39.41588851594697,39.93615253289054,40.460400508064545,40.98864111053629,41.520882981230194,42.05713473317016,42.597404951718396,43.141702194811224,43.6900349931913,44.24241185063697,44.798841244188324,45.35933162437017,45.92389141541209,46.49252901546552,47.065252796817916,47.64207110610409,48.22299226451468,48.808024568002054,49.3971762874833,49.9904556690408,50.587870934119984,51.189430279724725,51.79514187861014,52.40501387947288,53.0190544071392,53.637271562750364,54.259673423945976,54.88626804504493,55.517063457223934,56.15206766869424,56.79128866487574,57.43473440856916,58.08241284012621,58.734331877617365,59.39049941699807,60.05092333227251,60.715611475655585,61.38457167773311,62.057811747619894,62.7353394731159,63.417162620860914,64.10328893648692,64.79372614476921,65.48848194977529,66.18756403501224,66.89098006357258,67.59873767827808,68.31084450182222,69.02730813691093,69.74813616640164,70.47333615344107,71.20291564160104,71.93688215501312,72.67524319850172,73.41800625771542,74.16517879925733,74.9167682708136,75.67278210128072,76.43322770089146,77.1981124613393,77.96744375590167,78.74122893956174,79.51947534912904,80.30219030335869,81.08938110306934,81.88105503125999,82.67721935322541,83.4778813166706,84.28304815182372,85.09272707154808,85.90692527145302,86.72564993000343,87.54890820862819,88.3767072518277,89.2090541872801,90.04595612594655,90.88742016217518,91.73345337380438,92.58406282226491,93.43925555268066,94.29903859396902,95.16341895893969,96.03240364439274,96.9059996312159,97.78421388448044,98.6670533535366,99.55452497210776];/**
589
+ */class Le{static sanitizeRadians(e){return(e+Math.PI*8)%(Math.PI*2)}static trueDelinearized(e){const t=e/100;let r=0;return t<=.0031308?r=t*12.92:r=1.055*Math.pow(t,1/2.4)-.055,r*255}static chromaticAdaptation(e){const t=Math.pow(Math.abs(e),.42);return Zt(e)*400*t/(t+27.13)}static hueOf(e){const t=Lc(e,Le.SCALED_DISCOUNT_FROM_LINRGB),r=Le.chromaticAdaptation(t[0]),n=Le.chromaticAdaptation(t[1]),s=Le.chromaticAdaptation(t[2]),o=(11*r+-12*n+s)/11,a=(r+n-2*s)/9;return Math.atan2(a,o)}static areInCyclicOrder(e,t,r){const n=Le.sanitizeRadians(t-e),s=Le.sanitizeRadians(r-e);return n<s}static intercept(e,t,r){return(t-e)/(r-e)}static lerpPoint(e,t,r){return[e[0]+(r[0]-e[0])*t,e[1]+(r[1]-e[1])*t,e[2]+(r[2]-e[2])*t]}static setCoordinate(e,t,r,n){const s=Le.intercept(e[n],t,r[n]);return Le.lerpPoint(e,s,r)}static isBounded(e){return 0<=e&&e<=100}static nthVertex(e,t){const r=Le.Y_FROM_LINRGB[0],n=Le.Y_FROM_LINRGB[1],s=Le.Y_FROM_LINRGB[2],o=t%4<=1?0:100,a=t%2===0?0:100;if(t<4){const c=o,l=a,d=(e-c*n-l*s)/r;return Le.isBounded(d)?[d,c,l]:[-1,-1,-1]}else if(t<8){const c=o,l=a,d=(e-l*r-c*s)/n;return Le.isBounded(d)?[l,d,c]:[-1,-1,-1]}else{const c=o,l=a,d=(e-c*r-l*n)/s;return Le.isBounded(d)?[c,l,d]:[-1,-1,-1]}}static bisectToSegment(e,t){let r=[-1,-1,-1],n=r,s=0,o=0,a=!1,c=!0;for(let l=0;l<12;l++){const d=Le.nthVertex(e,l);if(d[0]<0)continue;const u=Le.hueOf(d);if(!a){r=d,n=d,s=u,o=u,a=!0;continue}(c||Le.areInCyclicOrder(s,u,o))&&(c=!1,Le.areInCyclicOrder(s,t,u)?(n=d,o=u):(r=d,s=u))}return[r,n]}static midpoint(e,t){return[(e[0]+t[0])/2,(e[1]+t[1])/2,(e[2]+t[2])/2]}static criticalPlaneBelow(e){return Math.floor(e-.5)}static criticalPlaneAbove(e){return Math.ceil(e-.5)}static bisectToLimit(e,t){const r=Le.bisectToSegment(e,t);let n=r[0],s=Le.hueOf(n),o=r[1];for(let a=0;a<3;a++)if(n[a]!==o[a]){let c=-1,l=255;n[a]<o[a]?(c=Le.criticalPlaneBelow(Le.trueDelinearized(n[a])),l=Le.criticalPlaneAbove(Le.trueDelinearized(o[a]))):(c=Le.criticalPlaneAbove(Le.trueDelinearized(n[a])),l=Le.criticalPlaneBelow(Le.trueDelinearized(o[a])));for(let d=0;d<8&&!(Math.abs(l-c)<=1);d++){const u=Math.floor((c+l)/2),m=Le.CRITICAL_PLANES[u],g=Le.setCoordinate(n,m,o,a),v=Le.hueOf(g);Le.areInCyclicOrder(s,t,v)?(o=g,l=u):(n=g,s=v,c=u)}}return Le.midpoint(n,o)}static inverseChromaticAdaptation(e){const t=Math.abs(e),r=Math.max(0,27.13*t/(400-t));return Zt(e)*Math.pow(r,1/.42)}static findResultByJ(e,t,r){let n=Math.sqrt(r)*11;const s=Bi.DEFAULT,o=1/Math.pow(1.64-Math.pow(.29,s.n),.73),c=.25*(Math.cos(e+2)+3.8)*(5e4/13)*s.nc*s.ncb,l=Math.sin(e),d=Math.cos(e);for(let u=0;u<5;u++){const m=n/100,g=t===0||n===0?0:t/Math.sqrt(m),v=Math.pow(g*o,1/.9),E=s.aw*Math.pow(m,1/s.c/s.z)/s.nbb,x=23*(E+.305)*v/(23*c+11*v*d+108*v*l),k=x*d,y=x*l,h=(460*E+451*k+288*y)/1403,p=(460*E-891*k-261*y)/1403,T=(460*E-220*k-6300*y)/1403,N=Le.inverseChromaticAdaptation(h),C=Le.inverseChromaticAdaptation(p),F=Le.inverseChromaticAdaptation(T),I=Lc([N,C,F],Le.LINRGB_FROM_SCALED_DISCOUNT);if(I[0]<0||I[1]<0||I[2]<0)return 0;const O=Le.Y_FROM_LINRGB[0],U=Le.Y_FROM_LINRGB[1],R=Le.Y_FROM_LINRGB[2],D=O*I[0]+U*I[1]+R*I[2];if(D<=0)return 0;if(u===4||Math.abs(D-r)<.002)return I[0]>100.01||I[1]>100.01||I[2]>100.01?0:jf(I);n=n-(D-r)*n/(2*D)}return 0}static solveToInt(e,t,r){if(t<1e-4||r<1e-4||r>99.9999)return Y_(r);e=V_(e);const n=e/180*Math.PI,s=vr(r),o=Le.findResultByJ(n,t,s);if(o!==0)return o;const a=Le.bisectToLimit(s,n);return jf(a)}static solveToCam(e,t,r){return ci.fromInt(Le.solveToInt(e,t,r))}}Le.SCALED_DISCOUNT_FROM_LINRGB=[[.001200833568784504,.002389694492170889,.0002795742885861124],[.0005891086651375999,.0029785502573438758,.0003270666104008398],[.00010146692491640572,.0005364214359186694,.0032979401770712076]];Le.LINRGB_FROM_SCALED_DISCOUNT=[[1373.2198709594231,-1100.4251190754821,-7.278681089101213],[-271.815969077903,559.6580465940733,-32.46047482791194],[1.9622899599665666,-57.173814538844006,308.7233197812385]];Le.Y_FROM_LINRGB=[.2126,.7152,.0722];Le.CRITICAL_PLANES=[.015176349177441876,.045529047532325624,.07588174588720938,.10623444424209313,.13658714259697685,.16693984095186062,.19729253930674434,.2276452376616281,.2579979360165119,.28835063437139563,.3188300904430532,.350925934958123,.3848314933096426,.42057480301049466,.458183274052838,.4976837250274023,.5391024159806381,.5824650784040898,.6277969426914107,.6751227633498623,.7244668422128921,.775853049866786,.829304845476233,.8848452951698498,.942497089126609,1.0022825574869039,1.0642236851973577,1.1283421258858297,1.1946592148522128,1.2631959812511864,1.3339731595349034,1.407011200216447,1.4823302800086415,1.5599503113873272,1.6398909516233677,1.7221716113234105,1.8068114625156377,1.8938294463134073,1.9832442801866852,2.075074464868551,2.1693382909216234,2.2660538449872063,2.36523901573795,2.4669114995532007,2.5710888059345764,2.6777882626779785,2.7870270208169257,2.898822059350997,3.0131901897720907,3.1301480604002863,3.2497121605402226,3.3718988244681087,3.4967242352587946,3.624204428461639,3.754355295633311,3.887192587735158,4.022731918402185,4.160988767090289,4.301978482107941,4.445716283538092,4.592217266055746,4.741496401646282,4.893568542229298,5.048448422192488,5.20615066083972,5.3666897647573375,5.5300801301023865,5.696336044816294,5.865471690767354,6.037501145825082,6.212438385869475,6.390297286737924,6.571091626112461,6.7548350853498045,6.941541251256611,7.131223617812143,7.323895587840543,7.5195704746346665,7.7182615035334345,7.919981813454504,8.124744458384042,8.332562408825165,8.543448553206703,8.757415699253682,8.974476575321063,9.194643831691977,9.417930041841839,9.644347703669503,9.873909240696694,10.106627003236781,10.342513269534024,10.58158024687427,10.8238400726681,11.069304815507364,11.317986476196008,11.569896988756009,11.825048221409341,12.083451977536606,12.345119996613247,12.610063955123938,12.878295467455942,13.149826086772048,13.42466730586372,13.702830557985108,13.984327217668513,14.269168601521828,14.55736596900856,14.848930523210871,15.143873411576273,15.44220572664832,15.743938506781891,16.04908273684337,16.35764934889634,16.66964922287304,16.985093187232053,17.30399201960269,17.62635644741625,17.95219714852476,18.281524751807332,18.614349837764564,18.95068293910138,19.290534541298456,19.633915083172692,19.98083495742689,20.331304511189067,20.685334046541502,21.042933821039977,21.404114048223256,21.76888489811322,22.137256497705877,22.50923893145328,22.884842241736916,23.264076429332462,23.6469514538663,24.033477234264016,24.42366364919083,24.817520537484558,25.21505769858089,25.61628489293138,26.021211842414342,26.429848230738664,26.842203703840827,27.258287870275353,27.678110301598522,28.10168053274597,28.529008062403893,28.96010235337422,29.39497283293396,29.83362889318845,30.276079891419332,30.722335150426627,31.172403958865512,31.62629557157785,32.08401920991837,32.54558406207592,33.010999283389665,33.4802739966603,33.953417292456834,34.430438229418264,34.911345834551085,35.39614910352207,35.88485700094671,36.37747846067349,36.87402238606382,37.37449765026789,37.87891309649659,38.38727753828926,38.89959975977785,39.41588851594697,39.93615253289054,40.460400508064545,40.98864111053629,41.520882981230194,42.05713473317016,42.597404951718396,43.141702194811224,43.6900349931913,44.24241185063697,44.798841244188324,45.35933162437017,45.92389141541209,46.49252901546552,47.065252796817916,47.64207110610409,48.22299226451468,48.808024568002054,49.3971762874833,49.9904556690408,50.587870934119984,51.189430279724725,51.79514187861014,52.40501387947288,53.0190544071392,53.637271562750364,54.259673423945976,54.88626804504493,55.517063457223934,56.15206766869424,56.79128866487574,57.43473440856916,58.08241284012621,58.734331877617365,59.39049941699807,60.05092333227251,60.715611475655585,61.38457167773311,62.057811747619894,62.7353394731159,63.417162620860914,64.10328893648692,64.79372614476921,65.48848194977529,66.18756403501224,66.89098006357258,67.59873767827808,68.31084450182222,69.02730813691093,69.74813616640164,70.47333615344107,71.20291564160104,71.93688215501312,72.67524319850172,73.41800625771542,74.16517879925733,74.9167682708136,75.67278210128072,76.43322770089146,77.1981124613393,77.96744375590167,78.74122893956174,79.51947534912904,80.30219030335869,81.08938110306934,81.88105503125999,82.67721935322541,83.4778813166706,84.28304815182372,85.09272707154808,85.90692527145302,86.72564993000343,87.54890820862819,88.3767072518277,89.2090541872801,90.04595612594655,90.88742016217518,91.73345337380438,92.58406282226491,93.43925555268066,94.29903859396902,95.16341895893969,96.03240364439274,96.9059996312159,97.78421388448044,98.6670533535366,99.55452497210776];/**
590
590
  * @license
591
591
  * Copyright 2021 Google LLC
592
592
  *
@@ -706,7 +706,7 @@ if("@preserve"in h)return h["@preserve"][0];if(e.isValue(h))return h;if(e.isList
706
706
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
707
707
  * See the License for the specific language governing permissions and
708
708
  * limitations under the License.
709
- */function Fn(i){return i.variant===js.FIDELITY||i.variant===js.CONTENT}function ht(i){return i.variant===js.MONOCHROME}function ex(i,e,t,r){let n=t,s=Wr.from(i,e,t);if(s.chroma<e){let o=s.chroma;for(;s.chroma<e;){n+=r?-1:1;const a=Wr.from(i,e,n);if(o>a.chroma||Math.abs(a.chroma-e)<.4)break;const c=Math.abs(a.chroma-e),l=Math.abs(s.chroma-e);c<l&&(s=a),o=Math.max(o,a.chroma)}}return n}class pe{static highestSurface(e){return e.isDark?pe.surfaceBright:pe.surfaceDim}}pe.contentAccentToneDelta=15;pe.primaryPaletteKeyColor=Ie.fromPalette({name:"primary_palette_key_color",palette:i=>i.primaryPalette,tone:i=>i.primaryPalette.keyColor.tone});pe.secondaryPaletteKeyColor=Ie.fromPalette({name:"secondary_palette_key_color",palette:i=>i.secondaryPalette,tone:i=>i.secondaryPalette.keyColor.tone});pe.tertiaryPaletteKeyColor=Ie.fromPalette({name:"tertiary_palette_key_color",palette:i=>i.tertiaryPalette,tone:i=>i.tertiaryPalette.keyColor.tone});pe.neutralPaletteKeyColor=Ie.fromPalette({name:"neutral_palette_key_color",palette:i=>i.neutralPalette,tone:i=>i.neutralPalette.keyColor.tone});pe.neutralVariantPaletteKeyColor=Ie.fromPalette({name:"neutral_variant_palette_key_color",palette:i=>i.neutralVariantPalette,tone:i=>i.neutralVariantPalette.keyColor.tone});pe.background=Ie.fromPalette({name:"background",palette:i=>i.neutralPalette,tone:i=>i.isDark?6:98,isBackground:!0});pe.onBackground=Ie.fromPalette({name:"on_background",palette:i=>i.neutralPalette,tone:i=>i.isDark?90:10,background:i=>pe.background,contrastCurve:new Fe(3,3,4.5,7)});pe.surface=Ie.fromPalette({name:"surface",palette:i=>i.neutralPalette,tone:i=>i.isDark?6:98,isBackground:!0});pe.surfaceDim=Ie.fromPalette({name:"surface_dim",palette:i=>i.neutralPalette,tone:i=>i.isDark?6:new Fe(87,87,80,75).get(i.contrastLevel),isBackground:!0});pe.surfaceBright=Ie.fromPalette({name:"surface_bright",palette:i=>i.neutralPalette,tone:i=>i.isDark?new Fe(24,24,29,34).get(i.contrastLevel):98,isBackground:!0});pe.surfaceContainerLowest=Ie.fromPalette({name:"surface_container_lowest",palette:i=>i.neutralPalette,tone:i=>i.isDark?new Fe(4,4,2,0).get(i.contrastLevel):100,isBackground:!0});pe.surfaceContainerLow=Ie.fromPalette({name:"surface_container_low",palette:i=>i.neutralPalette,tone:i=>i.isDark?new Fe(10,10,11,12).get(i.contrastLevel):new Fe(96,96,96,95).get(i.contrastLevel),isBackground:!0});pe.surfaceContainer=Ie.fromPalette({name:"surface_container",palette:i=>i.neutralPalette,tone:i=>i.isDark?new Fe(12,12,16,20).get(i.contrastLevel):new Fe(94,94,92,90).get(i.contrastLevel),isBackground:!0});pe.surfaceContainerHigh=Ie.fromPalette({name:"surface_container_high",palette:i=>i.neutralPalette,tone:i=>i.isDark?new Fe(17,17,21,25).get(i.contrastLevel):new Fe(92,92,88,85).get(i.contrastLevel),isBackground:!0});pe.surfaceContainerHighest=Ie.fromPalette({name:"surface_container_highest",palette:i=>i.neutralPalette,tone:i=>i.isDark?new Fe(22,22,26,30).get(i.contrastLevel):new Fe(90,90,84,80).get(i.contrastLevel),isBackground:!0});pe.onSurface=Ie.fromPalette({name:"on_surface",palette:i=>i.neutralPalette,tone:i=>i.isDark?90:10,background:i=>pe.highestSurface(i),contrastCurve:new Fe(4.5,7,11,21)});pe.surfaceVariant=Ie.fromPalette({name:"surface_variant",palette:i=>i.neutralVariantPalette,tone:i=>i.isDark?30:90,isBackground:!0});pe.onSurfaceVariant=Ie.fromPalette({name:"on_surface_variant",palette:i=>i.neutralVariantPalette,tone:i=>i.isDark?80:30,background:i=>pe.highestSurface(i),contrastCurve:new Fe(3,4.5,7,11)});pe.inverseSurface=Ie.fromPalette({name:"inverse_surface",palette:i=>i.neutralPalette,tone:i=>i.isDark?90:20});pe.inverseOnSurface=Ie.fromPalette({name:"inverse_on_surface",palette:i=>i.neutralPalette,tone:i=>i.isDark?20:95,background:i=>pe.inverseSurface,contrastCurve:new Fe(4.5,7,11,21)});pe.outline=Ie.fromPalette({name:"outline",palette:i=>i.neutralVariantPalette,tone:i=>i.isDark?60:50,background:i=>pe.highestSurface(i),contrastCurve:new Fe(1.5,3,4.5,7)});pe.outlineVariant=Ie.fromPalette({name:"outline_variant",palette:i=>i.neutralVariantPalette,tone:i=>i.isDark?30:80,background:i=>pe.highestSurface(i),contrastCurve:new Fe(1,1,3,4.5)});pe.shadow=Ie.fromPalette({name:"shadow",palette:i=>i.neutralPalette,tone:i=>0});pe.scrim=Ie.fromPalette({name:"scrim",palette:i=>i.neutralPalette,tone:i=>0});pe.surfaceTint=Ie.fromPalette({name:"surface_tint",palette:i=>i.primaryPalette,tone:i=>i.isDark?80:40,isBackground:!0});pe.primary=Ie.fromPalette({name:"primary",palette:i=>i.primaryPalette,tone:i=>ht(i)?i.isDark?100:0:i.isDark?80:40,isBackground:!0,background:i=>pe.highestSurface(i),contrastCurve:new Fe(3,4.5,7,7),toneDeltaPair:i=>new li(pe.primaryContainer,pe.primary,10,"nearer",!1)});pe.onPrimary=Ie.fromPalette({name:"on_primary",palette:i=>i.primaryPalette,tone:i=>ht(i)?i.isDark?10:90:i.isDark?20:100,background:i=>pe.primary,contrastCurve:new Fe(4.5,7,11,21)});pe.primaryContainer=Ie.fromPalette({name:"primary_container",palette:i=>i.primaryPalette,tone:i=>Fn(i)?i.sourceColorHct.tone:ht(i)?i.isDark?85:25:i.isDark?30:90,isBackground:!0,background:i=>pe.highestSurface(i),contrastCurve:new Fe(1,1,3,4.5),toneDeltaPair:i=>new li(pe.primaryContainer,pe.primary,10,"nearer",!1)});pe.onPrimaryContainer=Ie.fromPalette({name:"on_primary_container",palette:i=>i.primaryPalette,tone:i=>Fn(i)?Ie.foregroundTone(pe.primaryContainer.tone(i),4.5):ht(i)?i.isDark?0:100:i.isDark?90:30,background:i=>pe.primaryContainer,contrastCurve:new Fe(3,4.5,7,11)});pe.inversePrimary=Ie.fromPalette({name:"inverse_primary",palette:i=>i.primaryPalette,tone:i=>i.isDark?40:80,background:i=>pe.inverseSurface,contrastCurve:new Fe(3,4.5,7,7)});pe.secondary=Ie.fromPalette({name:"secondary",palette:i=>i.secondaryPalette,tone:i=>i.isDark?80:40,isBackground:!0,background:i=>pe.highestSurface(i),contrastCurve:new Fe(3,4.5,7,7),toneDeltaPair:i=>new li(pe.secondaryContainer,pe.secondary,10,"nearer",!1)});pe.onSecondary=Ie.fromPalette({name:"on_secondary",palette:i=>i.secondaryPalette,tone:i=>ht(i)?i.isDark?10:100:i.isDark?20:100,background:i=>pe.secondary,contrastCurve:new Fe(4.5,7,11,21)});pe.secondaryContainer=Ie.fromPalette({name:"secondary_container",palette:i=>i.secondaryPalette,tone:i=>{const e=i.isDark?30:90;return ht(i)?i.isDark?30:85:Fn(i)?ex(i.secondaryPalette.hue,i.secondaryPalette.chroma,e,!i.isDark):e},isBackground:!0,background:i=>pe.highestSurface(i),contrastCurve:new Fe(1,1,3,4.5),toneDeltaPair:i=>new li(pe.secondaryContainer,pe.secondary,10,"nearer",!1)});pe.onSecondaryContainer=Ie.fromPalette({name:"on_secondary_container",palette:i=>i.secondaryPalette,tone:i=>ht(i)?i.isDark?90:10:Fn(i)?Ie.foregroundTone(pe.secondaryContainer.tone(i),4.5):i.isDark?90:30,background:i=>pe.secondaryContainer,contrastCurve:new Fe(3,4.5,7,11)});pe.tertiary=Ie.fromPalette({name:"tertiary",palette:i=>i.tertiaryPalette,tone:i=>ht(i)?i.isDark?90:25:i.isDark?80:40,isBackground:!0,background:i=>pe.highestSurface(i),contrastCurve:new Fe(3,4.5,7,7),toneDeltaPair:i=>new li(pe.tertiaryContainer,pe.tertiary,10,"nearer",!1)});pe.onTertiary=Ie.fromPalette({name:"on_tertiary",palette:i=>i.tertiaryPalette,tone:i=>ht(i)?i.isDark?10:90:i.isDark?20:100,background:i=>pe.tertiary,contrastCurve:new Fe(4.5,7,11,21)});pe.tertiaryContainer=Ie.fromPalette({name:"tertiary_container",palette:i=>i.tertiaryPalette,tone:i=>{if(ht(i))return i.isDark?60:49;if(!Fn(i))return i.isDark?30:90;const e=i.tertiaryPalette.getHct(i.sourceColorHct.tone);return Nd.fixIfDisliked(e).tone},isBackground:!0,background:i=>pe.highestSurface(i),contrastCurve:new Fe(1,1,3,4.5),toneDeltaPair:i=>new li(pe.tertiaryContainer,pe.tertiary,10,"nearer",!1)});pe.onTertiaryContainer=Ie.fromPalette({name:"on_tertiary_container",palette:i=>i.tertiaryPalette,tone:i=>ht(i)?i.isDark?0:100:Fn(i)?Ie.foregroundTone(pe.tertiaryContainer.tone(i),4.5):i.isDark?90:30,background:i=>pe.tertiaryContainer,contrastCurve:new Fe(3,4.5,7,11)});pe.error=Ie.fromPalette({name:"error",palette:i=>i.errorPalette,tone:i=>i.isDark?80:40,isBackground:!0,background:i=>pe.highestSurface(i),contrastCurve:new Fe(3,4.5,7,7),toneDeltaPair:i=>new li(pe.errorContainer,pe.error,10,"nearer",!1)});pe.onError=Ie.fromPalette({name:"on_error",palette:i=>i.errorPalette,tone:i=>i.isDark?20:100,background:i=>pe.error,contrastCurve:new Fe(4.5,7,11,21)});pe.errorContainer=Ie.fromPalette({name:"error_container",palette:i=>i.errorPalette,tone:i=>i.isDark?30:90,isBackground:!0,background:i=>pe.highestSurface(i),contrastCurve:new Fe(1,1,3,4.5),toneDeltaPair:i=>new li(pe.errorContainer,pe.error,10,"nearer",!1)});pe.onErrorContainer=Ie.fromPalette({name:"on_error_container",palette:i=>i.errorPalette,tone:i=>ht(i)?i.isDark?90:10:i.isDark?90:30,background:i=>pe.errorContainer,contrastCurve:new Fe(3,4.5,7,11)});pe.primaryFixed=Ie.fromPalette({name:"primary_fixed",palette:i=>i.primaryPalette,tone:i=>ht(i)?40:90,isBackground:!0,background:i=>pe.highestSurface(i),contrastCurve:new Fe(1,1,3,4.5),toneDeltaPair:i=>new li(pe.primaryFixed,pe.primaryFixedDim,10,"lighter",!0)});pe.primaryFixedDim=Ie.fromPalette({name:"primary_fixed_dim",palette:i=>i.primaryPalette,tone:i=>ht(i)?30:80,isBackground:!0,background:i=>pe.highestSurface(i),contrastCurve:new Fe(1,1,3,4.5),toneDeltaPair:i=>new li(pe.primaryFixed,pe.primaryFixedDim,10,"lighter",!0)});pe.onPrimaryFixed=Ie.fromPalette({name:"on_primary_fixed",palette:i=>i.primaryPalette,tone:i=>ht(i)?100:10,background:i=>pe.primaryFixedDim,secondBackground:i=>pe.primaryFixed,contrastCurve:new Fe(4.5,7,11,21)});pe.onPrimaryFixedVariant=Ie.fromPalette({name:"on_primary_fixed_variant",palette:i=>i.primaryPalette,tone:i=>ht(i)?90:30,background:i=>pe.primaryFixedDim,secondBackground:i=>pe.primaryFixed,contrastCurve:new Fe(3,4.5,7,11)});pe.secondaryFixed=Ie.fromPalette({name:"secondary_fixed",palette:i=>i.secondaryPalette,tone:i=>ht(i)?80:90,isBackground:!0,background:i=>pe.highestSurface(i),contrastCurve:new Fe(1,1,3,4.5),toneDeltaPair:i=>new li(pe.secondaryFixed,pe.secondaryFixedDim,10,"lighter",!0)});pe.secondaryFixedDim=Ie.fromPalette({name:"secondary_fixed_dim",palette:i=>i.secondaryPalette,tone:i=>ht(i)?70:80,isBackground:!0,background:i=>pe.highestSurface(i),contrastCurve:new Fe(1,1,3,4.5),toneDeltaPair:i=>new li(pe.secondaryFixed,pe.secondaryFixedDim,10,"lighter",!0)});pe.onSecondaryFixed=Ie.fromPalette({name:"on_secondary_fixed",palette:i=>i.secondaryPalette,tone:i=>10,background:i=>pe.secondaryFixedDim,secondBackground:i=>pe.secondaryFixed,contrastCurve:new Fe(4.5,7,11,21)});pe.onSecondaryFixedVariant=Ie.fromPalette({name:"on_secondary_fixed_variant",palette:i=>i.secondaryPalette,tone:i=>ht(i)?25:30,background:i=>pe.secondaryFixedDim,secondBackground:i=>pe.secondaryFixed,contrastCurve:new Fe(3,4.5,7,11)});pe.tertiaryFixed=Ie.fromPalette({name:"tertiary_fixed",palette:i=>i.tertiaryPalette,tone:i=>ht(i)?40:90,isBackground:!0,background:i=>pe.highestSurface(i),contrastCurve:new Fe(1,1,3,4.5),toneDeltaPair:i=>new li(pe.tertiaryFixed,pe.tertiaryFixedDim,10,"lighter",!0)});pe.tertiaryFixedDim=Ie.fromPalette({name:"tertiary_fixed_dim",palette:i=>i.tertiaryPalette,tone:i=>ht(i)?30:80,isBackground:!0,background:i=>pe.highestSurface(i),contrastCurve:new Fe(1,1,3,4.5),toneDeltaPair:i=>new li(pe.tertiaryFixed,pe.tertiaryFixedDim,10,"lighter",!0)});pe.onTertiaryFixed=Ie.fromPalette({name:"on_tertiary_fixed",palette:i=>i.tertiaryPalette,tone:i=>ht(i)?100:10,background:i=>pe.tertiaryFixedDim,secondBackground:i=>pe.tertiaryFixed,contrastCurve:new Fe(4.5,7,11,21)});pe.onTertiaryFixedVariant=Ie.fromPalette({name:"on_tertiary_fixed_variant",palette:i=>i.tertiaryPalette,tone:i=>ht(i)?90:30,background:i=>pe.tertiaryFixedDim,secondBackground:i=>pe.tertiaryFixed,contrastCurve:new Fe(3,4.5,7,11)});const tx=`:host {
709
+ */function Fn(i){return i.variant===js.FIDELITY||i.variant===js.CONTENT}function ht(i){return i.variant===js.MONOCHROME}function tx(i,e,t,r){let n=t,s=Wr.from(i,e,t);if(s.chroma<e){let o=s.chroma;for(;s.chroma<e;){n+=r?-1:1;const a=Wr.from(i,e,n);if(o>a.chroma||Math.abs(a.chroma-e)<.4)break;const c=Math.abs(a.chroma-e),l=Math.abs(s.chroma-e);c<l&&(s=a),o=Math.max(o,a.chroma)}}return n}class pe{static highestSurface(e){return e.isDark?pe.surfaceBright:pe.surfaceDim}}pe.contentAccentToneDelta=15;pe.primaryPaletteKeyColor=Ie.fromPalette({name:"primary_palette_key_color",palette:i=>i.primaryPalette,tone:i=>i.primaryPalette.keyColor.tone});pe.secondaryPaletteKeyColor=Ie.fromPalette({name:"secondary_palette_key_color",palette:i=>i.secondaryPalette,tone:i=>i.secondaryPalette.keyColor.tone});pe.tertiaryPaletteKeyColor=Ie.fromPalette({name:"tertiary_palette_key_color",palette:i=>i.tertiaryPalette,tone:i=>i.tertiaryPalette.keyColor.tone});pe.neutralPaletteKeyColor=Ie.fromPalette({name:"neutral_palette_key_color",palette:i=>i.neutralPalette,tone:i=>i.neutralPalette.keyColor.tone});pe.neutralVariantPaletteKeyColor=Ie.fromPalette({name:"neutral_variant_palette_key_color",palette:i=>i.neutralVariantPalette,tone:i=>i.neutralVariantPalette.keyColor.tone});pe.background=Ie.fromPalette({name:"background",palette:i=>i.neutralPalette,tone:i=>i.isDark?6:98,isBackground:!0});pe.onBackground=Ie.fromPalette({name:"on_background",palette:i=>i.neutralPalette,tone:i=>i.isDark?90:10,background:i=>pe.background,contrastCurve:new Fe(3,3,4.5,7)});pe.surface=Ie.fromPalette({name:"surface",palette:i=>i.neutralPalette,tone:i=>i.isDark?6:98,isBackground:!0});pe.surfaceDim=Ie.fromPalette({name:"surface_dim",palette:i=>i.neutralPalette,tone:i=>i.isDark?6:new Fe(87,87,80,75).get(i.contrastLevel),isBackground:!0});pe.surfaceBright=Ie.fromPalette({name:"surface_bright",palette:i=>i.neutralPalette,tone:i=>i.isDark?new Fe(24,24,29,34).get(i.contrastLevel):98,isBackground:!0});pe.surfaceContainerLowest=Ie.fromPalette({name:"surface_container_lowest",palette:i=>i.neutralPalette,tone:i=>i.isDark?new Fe(4,4,2,0).get(i.contrastLevel):100,isBackground:!0});pe.surfaceContainerLow=Ie.fromPalette({name:"surface_container_low",palette:i=>i.neutralPalette,tone:i=>i.isDark?new Fe(10,10,11,12).get(i.contrastLevel):new Fe(96,96,96,95).get(i.contrastLevel),isBackground:!0});pe.surfaceContainer=Ie.fromPalette({name:"surface_container",palette:i=>i.neutralPalette,tone:i=>i.isDark?new Fe(12,12,16,20).get(i.contrastLevel):new Fe(94,94,92,90).get(i.contrastLevel),isBackground:!0});pe.surfaceContainerHigh=Ie.fromPalette({name:"surface_container_high",palette:i=>i.neutralPalette,tone:i=>i.isDark?new Fe(17,17,21,25).get(i.contrastLevel):new Fe(92,92,88,85).get(i.contrastLevel),isBackground:!0});pe.surfaceContainerHighest=Ie.fromPalette({name:"surface_container_highest",palette:i=>i.neutralPalette,tone:i=>i.isDark?new Fe(22,22,26,30).get(i.contrastLevel):new Fe(90,90,84,80).get(i.contrastLevel),isBackground:!0});pe.onSurface=Ie.fromPalette({name:"on_surface",palette:i=>i.neutralPalette,tone:i=>i.isDark?90:10,background:i=>pe.highestSurface(i),contrastCurve:new Fe(4.5,7,11,21)});pe.surfaceVariant=Ie.fromPalette({name:"surface_variant",palette:i=>i.neutralVariantPalette,tone:i=>i.isDark?30:90,isBackground:!0});pe.onSurfaceVariant=Ie.fromPalette({name:"on_surface_variant",palette:i=>i.neutralVariantPalette,tone:i=>i.isDark?80:30,background:i=>pe.highestSurface(i),contrastCurve:new Fe(3,4.5,7,11)});pe.inverseSurface=Ie.fromPalette({name:"inverse_surface",palette:i=>i.neutralPalette,tone:i=>i.isDark?90:20});pe.inverseOnSurface=Ie.fromPalette({name:"inverse_on_surface",palette:i=>i.neutralPalette,tone:i=>i.isDark?20:95,background:i=>pe.inverseSurface,contrastCurve:new Fe(4.5,7,11,21)});pe.outline=Ie.fromPalette({name:"outline",palette:i=>i.neutralVariantPalette,tone:i=>i.isDark?60:50,background:i=>pe.highestSurface(i),contrastCurve:new Fe(1.5,3,4.5,7)});pe.outlineVariant=Ie.fromPalette({name:"outline_variant",palette:i=>i.neutralVariantPalette,tone:i=>i.isDark?30:80,background:i=>pe.highestSurface(i),contrastCurve:new Fe(1,1,3,4.5)});pe.shadow=Ie.fromPalette({name:"shadow",palette:i=>i.neutralPalette,tone:i=>0});pe.scrim=Ie.fromPalette({name:"scrim",palette:i=>i.neutralPalette,tone:i=>0});pe.surfaceTint=Ie.fromPalette({name:"surface_tint",palette:i=>i.primaryPalette,tone:i=>i.isDark?80:40,isBackground:!0});pe.primary=Ie.fromPalette({name:"primary",palette:i=>i.primaryPalette,tone:i=>ht(i)?i.isDark?100:0:i.isDark?80:40,isBackground:!0,background:i=>pe.highestSurface(i),contrastCurve:new Fe(3,4.5,7,7),toneDeltaPair:i=>new li(pe.primaryContainer,pe.primary,10,"nearer",!1)});pe.onPrimary=Ie.fromPalette({name:"on_primary",palette:i=>i.primaryPalette,tone:i=>ht(i)?i.isDark?10:90:i.isDark?20:100,background:i=>pe.primary,contrastCurve:new Fe(4.5,7,11,21)});pe.primaryContainer=Ie.fromPalette({name:"primary_container",palette:i=>i.primaryPalette,tone:i=>Fn(i)?i.sourceColorHct.tone:ht(i)?i.isDark?85:25:i.isDark?30:90,isBackground:!0,background:i=>pe.highestSurface(i),contrastCurve:new Fe(1,1,3,4.5),toneDeltaPair:i=>new li(pe.primaryContainer,pe.primary,10,"nearer",!1)});pe.onPrimaryContainer=Ie.fromPalette({name:"on_primary_container",palette:i=>i.primaryPalette,tone:i=>Fn(i)?Ie.foregroundTone(pe.primaryContainer.tone(i),4.5):ht(i)?i.isDark?0:100:i.isDark?90:30,background:i=>pe.primaryContainer,contrastCurve:new Fe(3,4.5,7,11)});pe.inversePrimary=Ie.fromPalette({name:"inverse_primary",palette:i=>i.primaryPalette,tone:i=>i.isDark?40:80,background:i=>pe.inverseSurface,contrastCurve:new Fe(3,4.5,7,7)});pe.secondary=Ie.fromPalette({name:"secondary",palette:i=>i.secondaryPalette,tone:i=>i.isDark?80:40,isBackground:!0,background:i=>pe.highestSurface(i),contrastCurve:new Fe(3,4.5,7,7),toneDeltaPair:i=>new li(pe.secondaryContainer,pe.secondary,10,"nearer",!1)});pe.onSecondary=Ie.fromPalette({name:"on_secondary",palette:i=>i.secondaryPalette,tone:i=>ht(i)?i.isDark?10:100:i.isDark?20:100,background:i=>pe.secondary,contrastCurve:new Fe(4.5,7,11,21)});pe.secondaryContainer=Ie.fromPalette({name:"secondary_container",palette:i=>i.secondaryPalette,tone:i=>{const e=i.isDark?30:90;return ht(i)?i.isDark?30:85:Fn(i)?tx(i.secondaryPalette.hue,i.secondaryPalette.chroma,e,!i.isDark):e},isBackground:!0,background:i=>pe.highestSurface(i),contrastCurve:new Fe(1,1,3,4.5),toneDeltaPair:i=>new li(pe.secondaryContainer,pe.secondary,10,"nearer",!1)});pe.onSecondaryContainer=Ie.fromPalette({name:"on_secondary_container",palette:i=>i.secondaryPalette,tone:i=>ht(i)?i.isDark?90:10:Fn(i)?Ie.foregroundTone(pe.secondaryContainer.tone(i),4.5):i.isDark?90:30,background:i=>pe.secondaryContainer,contrastCurve:new Fe(3,4.5,7,11)});pe.tertiary=Ie.fromPalette({name:"tertiary",palette:i=>i.tertiaryPalette,tone:i=>ht(i)?i.isDark?90:25:i.isDark?80:40,isBackground:!0,background:i=>pe.highestSurface(i),contrastCurve:new Fe(3,4.5,7,7),toneDeltaPair:i=>new li(pe.tertiaryContainer,pe.tertiary,10,"nearer",!1)});pe.onTertiary=Ie.fromPalette({name:"on_tertiary",palette:i=>i.tertiaryPalette,tone:i=>ht(i)?i.isDark?10:90:i.isDark?20:100,background:i=>pe.tertiary,contrastCurve:new Fe(4.5,7,11,21)});pe.tertiaryContainer=Ie.fromPalette({name:"tertiary_container",palette:i=>i.tertiaryPalette,tone:i=>{if(ht(i))return i.isDark?60:49;if(!Fn(i))return i.isDark?30:90;const e=i.tertiaryPalette.getHct(i.sourceColorHct.tone);return Nd.fixIfDisliked(e).tone},isBackground:!0,background:i=>pe.highestSurface(i),contrastCurve:new Fe(1,1,3,4.5),toneDeltaPair:i=>new li(pe.tertiaryContainer,pe.tertiary,10,"nearer",!1)});pe.onTertiaryContainer=Ie.fromPalette({name:"on_tertiary_container",palette:i=>i.tertiaryPalette,tone:i=>ht(i)?i.isDark?0:100:Fn(i)?Ie.foregroundTone(pe.tertiaryContainer.tone(i),4.5):i.isDark?90:30,background:i=>pe.tertiaryContainer,contrastCurve:new Fe(3,4.5,7,11)});pe.error=Ie.fromPalette({name:"error",palette:i=>i.errorPalette,tone:i=>i.isDark?80:40,isBackground:!0,background:i=>pe.highestSurface(i),contrastCurve:new Fe(3,4.5,7,7),toneDeltaPair:i=>new li(pe.errorContainer,pe.error,10,"nearer",!1)});pe.onError=Ie.fromPalette({name:"on_error",palette:i=>i.errorPalette,tone:i=>i.isDark?20:100,background:i=>pe.error,contrastCurve:new Fe(4.5,7,11,21)});pe.errorContainer=Ie.fromPalette({name:"error_container",palette:i=>i.errorPalette,tone:i=>i.isDark?30:90,isBackground:!0,background:i=>pe.highestSurface(i),contrastCurve:new Fe(1,1,3,4.5),toneDeltaPair:i=>new li(pe.errorContainer,pe.error,10,"nearer",!1)});pe.onErrorContainer=Ie.fromPalette({name:"on_error_container",palette:i=>i.errorPalette,tone:i=>ht(i)?i.isDark?90:10:i.isDark?90:30,background:i=>pe.errorContainer,contrastCurve:new Fe(3,4.5,7,11)});pe.primaryFixed=Ie.fromPalette({name:"primary_fixed",palette:i=>i.primaryPalette,tone:i=>ht(i)?40:90,isBackground:!0,background:i=>pe.highestSurface(i),contrastCurve:new Fe(1,1,3,4.5),toneDeltaPair:i=>new li(pe.primaryFixed,pe.primaryFixedDim,10,"lighter",!0)});pe.primaryFixedDim=Ie.fromPalette({name:"primary_fixed_dim",palette:i=>i.primaryPalette,tone:i=>ht(i)?30:80,isBackground:!0,background:i=>pe.highestSurface(i),contrastCurve:new Fe(1,1,3,4.5),toneDeltaPair:i=>new li(pe.primaryFixed,pe.primaryFixedDim,10,"lighter",!0)});pe.onPrimaryFixed=Ie.fromPalette({name:"on_primary_fixed",palette:i=>i.primaryPalette,tone:i=>ht(i)?100:10,background:i=>pe.primaryFixedDim,secondBackground:i=>pe.primaryFixed,contrastCurve:new Fe(4.5,7,11,21)});pe.onPrimaryFixedVariant=Ie.fromPalette({name:"on_primary_fixed_variant",palette:i=>i.primaryPalette,tone:i=>ht(i)?90:30,background:i=>pe.primaryFixedDim,secondBackground:i=>pe.primaryFixed,contrastCurve:new Fe(3,4.5,7,11)});pe.secondaryFixed=Ie.fromPalette({name:"secondary_fixed",palette:i=>i.secondaryPalette,tone:i=>ht(i)?80:90,isBackground:!0,background:i=>pe.highestSurface(i),contrastCurve:new Fe(1,1,3,4.5),toneDeltaPair:i=>new li(pe.secondaryFixed,pe.secondaryFixedDim,10,"lighter",!0)});pe.secondaryFixedDim=Ie.fromPalette({name:"secondary_fixed_dim",palette:i=>i.secondaryPalette,tone:i=>ht(i)?70:80,isBackground:!0,background:i=>pe.highestSurface(i),contrastCurve:new Fe(1,1,3,4.5),toneDeltaPair:i=>new li(pe.secondaryFixed,pe.secondaryFixedDim,10,"lighter",!0)});pe.onSecondaryFixed=Ie.fromPalette({name:"on_secondary_fixed",palette:i=>i.secondaryPalette,tone:i=>10,background:i=>pe.secondaryFixedDim,secondBackground:i=>pe.secondaryFixed,contrastCurve:new Fe(4.5,7,11,21)});pe.onSecondaryFixedVariant=Ie.fromPalette({name:"on_secondary_fixed_variant",palette:i=>i.secondaryPalette,tone:i=>ht(i)?25:30,background:i=>pe.secondaryFixedDim,secondBackground:i=>pe.secondaryFixed,contrastCurve:new Fe(3,4.5,7,11)});pe.tertiaryFixed=Ie.fromPalette({name:"tertiary_fixed",palette:i=>i.tertiaryPalette,tone:i=>ht(i)?40:90,isBackground:!0,background:i=>pe.highestSurface(i),contrastCurve:new Fe(1,1,3,4.5),toneDeltaPair:i=>new li(pe.tertiaryFixed,pe.tertiaryFixedDim,10,"lighter",!0)});pe.tertiaryFixedDim=Ie.fromPalette({name:"tertiary_fixed_dim",palette:i=>i.tertiaryPalette,tone:i=>ht(i)?30:80,isBackground:!0,background:i=>pe.highestSurface(i),contrastCurve:new Fe(1,1,3,4.5),toneDeltaPair:i=>new li(pe.tertiaryFixed,pe.tertiaryFixedDim,10,"lighter",!0)});pe.onTertiaryFixed=Ie.fromPalette({name:"on_tertiary_fixed",palette:i=>i.tertiaryPalette,tone:i=>ht(i)?100:10,background:i=>pe.tertiaryFixedDim,secondBackground:i=>pe.tertiaryFixed,contrastCurve:new Fe(4.5,7,11,21)});pe.onTertiaryFixedVariant=Ie.fromPalette({name:"on_tertiary_fixed_variant",palette:i=>i.tertiaryPalette,tone:i=>ht(i)?90:30,background:i=>pe.tertiaryFixedDim,secondBackground:i=>pe.tertiaryFixed,contrastCurve:new Fe(3,4.5,7,11)});const ix=`:host {
710
710
  --mdui-color-primary-light: var(--mdui-color-primary-light);
711
711
  --mdui-color-primary-dark: var(--mdui-color-primary-dark);
712
712
  --mdui-color-background-light: var(--mdui-color-background-light);
@@ -719,4 +719,4 @@ mdui-text-field::part(input) {
719
719
  form.mode-edit { --label-width: 0em; }
720
720
  .property-instance { margin-bottom:14px; }
721
721
  .mode-edit .property-instance *[required]::part(icon) { align-self: flex-start; padding-top: 0.7em; }
722
- .mode-edit .property-instance *[required]::part(icon)::before { color: red; content: '\\2736'; font-size: 0.6em; }`;class ix extends Eg{constructor(){super(tx)}createDefaultTemplate(e,t,r,n,s){n.classList.add("editor"),s?.datatype?n.shaclDatatype=s.datatype:t instanceof yi&&(n.shaclDatatype=t.datatype),s?.minCount!==void 0&&(n.dataset.minCount=String(s.minCount)),s?.class&&(n.dataset.class=s.class.value),s?.nodeKind?n.dataset.nodeKind=s.nodeKind.value:t instanceof qo&&(n.dataset.nodeKind=Oe+"IRI"),(s?.hasValue||s?.readonly)&&(n.disabled=!0),n.value=t?.value||s?.defaultValue?.value||"";const o=s?.description?s.description.value:s?.pattern?s.pattern:null;o&&n.setAttribute("placeholder",o),r&&n.setAttribute("required","true");const a=document.createElement("div");if(e){const c=document.createElement("label");c.htmlFor=n.id,c.innerText=e,a.appendChild(c)}return a.appendChild(n),a}createTextEditor(e,t,r,n){const s=new Ne;return s.variant="outlined",s.label=e,s.type="text",n.description&&(s.helper=n.description.value),n.singleLine===!1&&(s.rows=5),n.pattern&&(s.pattern=n.pattern),this.createDefaultTemplate("",t,r,s,n)}createNumberEditor(e,t,r,n){const s=new Ne;s.variant="outlined",s.type="number",s.label=e,s.helper=n.description?.value||"";const o=n.minInclusive!==void 0?n.minInclusive:n.minExclusive!==void 0?n.minExclusive+1:void 0,a=n.maxInclusive!==void 0?n.maxInclusive:n.maxExclusive!==void 0?n.maxExclusive-1:void 0;return o!==void 0&&s.setAttribute("min",String(o)),a!==void 0&&s.setAttribute("max",String(a)),n.datatype?.value!==wr+"integer"&&s.setAttribute("step","0.1"),this.createDefaultTemplate("",t,r,s,n)}createListEditor(e,t,r,n,s){const o=new wt;o.clearable=!0;const a=this.createDefaultTemplate(e,null,r,o,s),c=document.createElement("ul");let l=!0;const d=(u,m)=>{const g=document.createElement("li");if(typeof u.value=="string"?(g.dataset.value=u.value,g.innerText=u.label?u.label:u.value):(u.value instanceof yi&&u.value.datatype.equals(pg)?g.dataset.value=u.value.value:g.dataset.value=u.value.id,g.innerText=u.label?u.label:u.value.value),m.appendChild(g),u.children?.length){l=!1;const v=document.createElement("ul");g.appendChild(v);for(const _ of u.children)d(_,v)}};for(const u of n)d(u,c);return l||(o.collapse=!0),o.appendChild(c),t&&(o.value=t.value),a}createBooleanEditor(e,t,r,n){const s=new Tt,o=this.createDefaultTemplate("",t,r,s,n);return s.removeAttribute("required"),t instanceof yi&&(s.checked=t.value==="true"),s.innerText=e,o}createDateEditor(e,t,r,n){const s=new Ne;s.variant="outlined",s.helper=n?.description?.value||n?.label||"",n.datatype?.value===wr+"dateTime"?(s.type="datetime-local",s.setAttribute("step","1")):s.type="date",s.classList.add("pr-0");const o=this.createDefaultTemplate("",null,r,s,n);if(t)try{let a=new Date(t.value).toISOString();n.datatype?.value===wr+"dateTime"?a=a.slice(0,19):a=a.slice(0,10),s.value=a}catch(a){console.error(a,t)}return o}createLangStringEditor(e,t,r,n){const s=this.createTextEditor(e,t,r,n),o=s.querySelector(":scope .editor");let a;if(n.languageIn?.length){a=document.createElement("select");for(const c of n.languageIn){const l=document.createElement("option");l.innerText=c.value,a.appendChild(l)}}else a=document.createElement("input"),a.maxLength=5,a.placeholder="lang?";return a.title="Language of the text",a.classList.add("lang-chooser"),a.addEventListener("change",c=>{c.stopPropagation(),o&&(o.dataset.lang=a.value,o.dispatchEvent(new Event("change",{bubbles:!0})))}),t instanceof yi&&(a.value=t.language),o.dataset.lang=a.value,o.after(a),s}createFileEditor(e,t,r,n){const s=document.createElement("input");return s.type="file",s.addEventListener("change",o=>{if(s.files?.length){o.stopPropagation();const a=new FileReader;a.readAsDataURL(s.files[0]),a.onload=()=>{s.binaryData=btoa(a.result),s.parentElement?.dispatchEvent(new Event("change",{bubbles:!0}))}}else s.binaryData=void 0}),this.createDefaultTemplate(e,t,r,s,n)}createButton(e,t){let r;return t?(r=new ir,r.classList.add("primary")):(r=new ir,r.classList.add("secondary")),r.innerHTML=e,r}}class rx extends Ow{constructor(){super(new ix)}}window.customElements.define("shacl-form",rx);export{zh as Config,Ey as Loader,ux as Plugin,rx as ShaclForm,_g as ShaclPropertyTemplate,Eg as Theme,qs as findLabel,Tg as registerPlugin};
722
+ .mode-edit .property-instance *[required]::part(icon)::before { color: red; content: '\\2736'; font-size: 0.6em; }`;class rx extends Eg{constructor(){super(ix)}createDefaultTemplate(e,t,r,n,s){n.classList.add("editor"),s?.datatype?n.shaclDatatype=s.datatype:t instanceof yi&&(n.shaclDatatype=t.datatype),s?.minCount!==void 0&&(n.dataset.minCount=String(s.minCount)),s?.class&&(n.dataset.class=s.class.value),s?.nodeKind?n.dataset.nodeKind=s.nodeKind.value:t instanceof qo&&(n.dataset.nodeKind=Oe+"IRI"),(s?.hasValue||s?.readonly)&&(n.disabled=!0),n.value=t?.value||s?.defaultValue?.value||"";const o=s?.description?s.description.value:s?.pattern?s.pattern:null;o&&n.setAttribute("placeholder",o),r&&n.setAttribute("required","true");const a=document.createElement("div");if(e){const c=document.createElement("label");c.htmlFor=n.id,c.innerText=e,a.appendChild(c)}return a.appendChild(n),a}createTextEditor(e,t,r,n){const s=new Ne;return s.variant="outlined",s.label=e,s.type="text",n.description&&(s.helper=n.description.value),n.singleLine===!1&&(s.rows=5),n.pattern&&(s.pattern=n.pattern),this.createDefaultTemplate("",t,r,s,n)}createNumberEditor(e,t,r,n){const s=new Ne;s.variant="outlined",s.type="number",s.label=e,s.helper=n.description?.value||"";const o=n.minInclusive!==void 0?n.minInclusive:n.minExclusive!==void 0?n.minExclusive+1:void 0,a=n.maxInclusive!==void 0?n.maxInclusive:n.maxExclusive!==void 0?n.maxExclusive-1:void 0;return o!==void 0&&s.setAttribute("min",String(o)),a!==void 0&&s.setAttribute("max",String(a)),n.datatype?.value!==wr+"integer"&&s.setAttribute("step","0.1"),this.createDefaultTemplate("",t,r,s,n)}createListEditor(e,t,r,n,s){const o=new wt;o.clearable=!0;const a=this.createDefaultTemplate(e,null,r,o,s),c=document.createElement("ul");let l=!0;const d=(u,m)=>{const g=document.createElement("li");if(typeof u.value=="string"?(g.dataset.value=u.value,g.innerText=u.label?u.label:u.value):(u.value instanceof yi&&u.value.datatype.equals(pg)?g.dataset.value=u.value.value:g.dataset.value=u.value.id,g.innerText=u.label?u.label:u.value.value),m.appendChild(g),u.children?.length){l=!1;const v=document.createElement("ul");g.appendChild(v);for(const _ of u.children)d(_,v)}};for(const u of n)d(u,c);return l||(o.collapse=!0),o.appendChild(c),t&&(o.value=t.value),a}createBooleanEditor(e,t,r,n){const s=new Tt,o=this.createDefaultTemplate("",t,r,s,n);return s.removeAttribute("required"),t instanceof yi&&(s.checked=t.value==="true"),s.innerText=e,o}createDateEditor(e,t,r,n){const s=new Ne;s.variant="outlined",s.helper=n?.description?.value||n?.label||"",n.datatype?.value===wr+"dateTime"?(s.type="datetime-local",s.setAttribute("step","1")):s.type="date",s.classList.add("pr-0");const o=this.createDefaultTemplate("",null,r,s,n);if(t)try{let a=new Date(t.value).toISOString();n.datatype?.value===wr+"dateTime"?a=a.slice(0,19):a=a.slice(0,10),s.value=a}catch(a){console.error(a,t)}return o}createLangStringEditor(e,t,r,n){const s=this.createTextEditor(e,t,r,n),o=s.querySelector(":scope .editor");let a;if(n.languageIn?.length){a=document.createElement("select");for(const c of n.languageIn){const l=document.createElement("option");l.innerText=c.value,a.appendChild(l)}}else a=document.createElement("input"),a.maxLength=5,a.placeholder="lang?";return a.title="Language of the text",a.classList.add("lang-chooser"),a.addEventListener("change",c=>{c.stopPropagation(),o&&(o.dataset.lang=a.value,o.dispatchEvent(new Event("change",{bubbles:!0})))}),t instanceof yi&&(a.value=t.language),o.dataset.lang=a.value,o.after(a),s}createFileEditor(e,t,r,n){const s=document.createElement("input");return s.type="file",s.addEventListener("change",o=>{if(s.files?.length){o.stopPropagation();const a=new FileReader;a.readAsDataURL(s.files[0]),a.onload=()=>{s.binaryData=btoa(a.result),s.parentElement?.dispatchEvent(new Event("change",{bubbles:!0}))}}else s.binaryData=void 0}),this.createDefaultTemplate(e,t,r,s,n)}createButton(e,t){let r;return t?(r=new ir,r.classList.add("primary")):(r=new ir,r.classList.add("secondary")),r.innerHTML=e,r}}class nx extends Pw{constructor(){super(new rx)}}window.customElements.define("shacl-form",nx);export{zh as Config,Sy as Loader,hx as Plugin,nx as ShaclForm,_g as ShaclPropertyTemplate,Eg as Theme,qs as findLabel,Tg as registerPlugin};