@ulb-darmstadt/shacl-form 1.8.1 → 1.8.2

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.
@@ -4,7 +4,7 @@ var jr=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"
4
4
  * @author Feross Aboukhadijeh <https://feross.org>
5
5
  * @license MIT
6
6
  */var ad;function Hi(){return ad||(ad=1,function(i){const e=Gp(),t=Kp(),r=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;i.Buffer=a,i.SlowBuffer=k,i.INSPECT_MAX_BYTES=50;const n=2147483647;i.kMaxLength=n,a.TYPED_ARRAY_SUPPORT=s(),!a.TYPED_ARRAY_SUPPORT&&typeof console<"u"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function s(){try{const C=new Uint8Array(1),h={foo:function(){return 42}};return Object.setPrototypeOf(h,Uint8Array.prototype),Object.setPrototypeOf(C,h),C.foo()===42}catch{return!1}}Object.defineProperty(a.prototype,"parent",{enumerable:!0,get:function(){if(a.isBuffer(this))return this.buffer}}),Object.defineProperty(a.prototype,"offset",{enumerable:!0,get:function(){if(a.isBuffer(this))return this.byteOffset}});function o(C){if(C>n)throw new RangeError('The value "'+C+'" is invalid for option "size"');const h=new Uint8Array(C);return Object.setPrototypeOf(h,a.prototype),h}function a(C,h,p){if(typeof C=="number"){if(typeof h=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return f(C)}return l(C,h,p)}a.poolSize=8192;function l(C,h,p){if(typeof C=="string")return g(C,h);if(ArrayBuffer.isView(C))return b(C);if(C==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof C);if(ue(C,ArrayBuffer)||C&&ue(C.buffer,ArrayBuffer)||typeof SharedArrayBuffer<"u"&&(ue(C,SharedArrayBuffer)||C&&ue(C.buffer,SharedArrayBuffer)))return _(C,h,p);if(typeof C=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');const B=C.valueOf&&C.valueOf();if(B!=null&&B!==C)return a.from(B,h,p);const ee=E(C);if(ee)return ee;if(typeof Symbol<"u"&&Symbol.toPrimitive!=null&&typeof C[Symbol.toPrimitive]=="function")return a.from(C[Symbol.toPrimitive]("string"),h,p);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof C)}a.from=function(C,h,p){return l(C,h,p)},Object.setPrototypeOf(a.prototype,Uint8Array.prototype),Object.setPrototypeOf(a,Uint8Array);function c(C){if(typeof C!="number")throw new TypeError('"size" argument must be of type number');if(C<0)throw new RangeError('The value "'+C+'" is invalid for option "size"')}function d(C,h,p){return c(C),C<=0?o(C):h!==void 0?typeof p=="string"?o(C).fill(h,p):o(C).fill(h):o(C)}a.alloc=function(C,h,p){return d(C,h,p)};function f(C){return c(C),o(C<0?0:S(C)|0)}a.allocUnsafe=function(C){return f(C)},a.allocUnsafeSlow=function(C){return f(C)};function g(C,h){if((typeof h!="string"||h==="")&&(h="utf8"),!a.isEncoding(h))throw new TypeError("Unknown encoding: "+h);const p=v(C,h)|0;let B=o(p);const ee=B.write(C,h);return ee!==p&&(B=B.slice(0,ee)),B}function y(C){const h=C.length<0?0:S(C.length)|0,p=o(h);for(let B=0;B<h;B+=1)p[B]=C[B]&255;return p}function b(C){if(ue(C,Uint8Array)){const h=new Uint8Array(C);return _(h.buffer,h.byteOffset,h.byteLength)}return y(C)}function _(C,h,p){if(h<0||C.byteLength<h)throw new RangeError('"offset" is outside of buffer bounds');if(C.byteLength<h+(p||0))throw new RangeError('"length" is outside of buffer bounds');let B;return h===void 0&&p===void 0?B=new Uint8Array(C):p===void 0?B=new Uint8Array(C,h):B=new Uint8Array(C,h,p),Object.setPrototypeOf(B,a.prototype),B}function E(C){if(a.isBuffer(C)){const h=S(C.length)|0,p=o(h);return p.length===0||C.copy(p,0,0,h),p}if(C.length!==void 0)return typeof C.length!="number"||Ue(C.length)?o(0):y(C);if(C.type==="Buffer"&&Array.isArray(C.data))return y(C.data)}function S(C){if(C>=n)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+n.toString(16)+" bytes");return C|0}function k(C){return+C!=C&&(C=0),a.alloc(+C)}a.isBuffer=function(h){return h!=null&&h._isBuffer===!0&&h!==a.prototype},a.compare=function(h,p){if(ue(h,Uint8Array)&&(h=a.from(h,h.offset,h.byteLength)),ue(p,Uint8Array)&&(p=a.from(p,p.offset,p.byteLength)),!a.isBuffer(h)||!a.isBuffer(p))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(h===p)return 0;let B=h.length,ee=p.length;for(let le=0,he=Math.min(B,ee);le<he;++le)if(h[le]!==p[le]){B=h[le],ee=p[le];break}return B<ee?-1:ee<B?1:0},a.isEncoding=function(h){switch(String(h).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},a.concat=function(h,p){if(!Array.isArray(h))throw new TypeError('"list" argument must be an Array of Buffers');if(h.length===0)return a.alloc(0);let B;if(p===void 0)for(p=0,B=0;B<h.length;++B)p+=h[B].length;const ee=a.allocUnsafe(p);let le=0;for(B=0;B<h.length;++B){let he=h[B];if(ue(he,Uint8Array))le+he.length>ee.length?(a.isBuffer(he)||(he=a.from(he)),he.copy(ee,le)):Uint8Array.prototype.set.call(ee,he,le);else if(a.isBuffer(he))he.copy(ee,le);else throw new TypeError('"list" argument must be an Array of Buffers');le+=he.length}return ee};function v(C,h){if(a.isBuffer(C))return C.length;if(ArrayBuffer.isView(C)||ue(C,ArrayBuffer))return C.byteLength;if(typeof C!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof C);const p=C.length,B=arguments.length>2&&arguments[2]===!0;if(!B&&p===0)return 0;let ee=!1;for(;;)switch(h){case"ascii":case"latin1":case"binary":return p;case"utf8":case"utf-8":return ye(C).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return p*2;case"hex":return p>>>1;case"base64":return fe(C).length;default:if(ee)return B?-1:ye(C).length;h=(""+h).toLowerCase(),ee=!0}}a.byteLength=v;function u(C,h,p){let B=!1;if((h===void 0||h<0)&&(h=0),h>this.length||((p===void 0||p>this.length)&&(p=this.length),p<=0)||(p>>>=0,h>>>=0,p<=h))return"";for(C||(C="utf8");;)switch(C){case"hex":return te(this,h,p);case"utf8":case"utf-8":return L(this,h,p);case"ascii":return Y(this,h,p);case"latin1":case"binary":return F(this,h,p);case"base64":return I(this,h,p);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return x(this,h,p);default:if(B)throw new TypeError("Unknown encoding: "+C);C=(C+"").toLowerCase(),B=!0}}a.prototype._isBuffer=!0;function m(C,h,p){const B=C[h];C[h]=C[p],C[p]=B}a.prototype.swap16=function(){const h=this.length;if(h%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(let p=0;p<h;p+=2)m(this,p,p+1);return this},a.prototype.swap32=function(){const h=this.length;if(h%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(let p=0;p<h;p+=4)m(this,p,p+3),m(this,p+1,p+2);return this},a.prototype.swap64=function(){const h=this.length;if(h%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(let p=0;p<h;p+=8)m(this,p,p+7),m(this,p+1,p+6),m(this,p+2,p+5),m(this,p+3,p+4);return this},a.prototype.toString=function(){const h=this.length;return h===0?"":arguments.length===0?L(this,0,h):u.apply(this,arguments)},a.prototype.toLocaleString=a.prototype.toString,a.prototype.equals=function(h){if(!a.isBuffer(h))throw new TypeError("Argument must be a Buffer");return this===h?!0:a.compare(this,h)===0},a.prototype.inspect=function(){let h="";const p=i.INSPECT_MAX_BYTES;return h=this.toString("hex",0,p).replace(/(.{2})/g,"$1 ").trim(),this.length>p&&(h+=" ... "),"<Buffer "+h+">"},r&&(a.prototype[r]=a.prototype.inspect),a.prototype.compare=function(h,p,B,ee,le){if(ue(h,Uint8Array)&&(h=a.from(h,h.offset,h.byteLength)),!a.isBuffer(h))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof h);if(p===void 0&&(p=0),B===void 0&&(B=h?h.length:0),ee===void 0&&(ee=0),le===void 0&&(le=this.length),p<0||B>h.length||ee<0||le>this.length)throw new RangeError("out of range index");if(ee>=le&&p>=B)return 0;if(ee>=le)return-1;if(p>=B)return 1;if(p>>>=0,B>>>=0,ee>>>=0,le>>>=0,this===h)return 0;let he=le-ee,Pe=B-p;const et=Math.min(he,Pe),Xe=this.slice(ee,le),tt=h.slice(p,B);for(let ze=0;ze<et;++ze)if(Xe[ze]!==tt[ze]){he=Xe[ze],Pe=tt[ze];break}return he<Pe?-1:Pe<he?1:0};function T(C,h,p,B,ee){if(C.length===0)return-1;if(typeof p=="string"?(B=p,p=0):p>2147483647?p=2147483647:p<-2147483648&&(p=-2147483648),p=+p,Ue(p)&&(p=ee?0:C.length-1),p<0&&(p=C.length+p),p>=C.length){if(ee)return-1;p=C.length-1}else if(p<0)if(ee)p=0;else return-1;if(typeof h=="string"&&(h=a.from(h,B)),a.isBuffer(h))return h.length===0?-1:N(C,h,p,B,ee);if(typeof h=="number")return h=h&255,typeof Uint8Array.prototype.indexOf=="function"?ee?Uint8Array.prototype.indexOf.call(C,h,p):Uint8Array.prototype.lastIndexOf.call(C,h,p):N(C,[h],p,B,ee);throw new TypeError("val must be string, number or Buffer")}function N(C,h,p,B,ee){let le=1,he=C.length,Pe=h.length;if(B!==void 0&&(B=String(B).toLowerCase(),B==="ucs2"||B==="ucs-2"||B==="utf16le"||B==="utf-16le")){if(C.length<2||h.length<2)return-1;le=2,he/=2,Pe/=2,p/=2}function et(tt,ze){return le===1?tt[ze]:tt.readUInt16BE(ze*le)}let Xe;if(ee){let tt=-1;for(Xe=p;Xe<he;Xe++)if(et(C,Xe)===et(h,tt===-1?0:Xe-tt)){if(tt===-1&&(tt=Xe),Xe-tt+1===Pe)return tt*le}else tt!==-1&&(Xe-=Xe-tt),tt=-1}else for(p+Pe>he&&(p=he-Pe),Xe=p;Xe>=0;Xe--){let tt=!0;for(let ze=0;ze<Pe;ze++)if(et(C,Xe+ze)!==et(h,ze)){tt=!1;break}if(tt)return Xe}return-1}a.prototype.includes=function(h,p,B){return this.indexOf(h,p,B)!==-1},a.prototype.indexOf=function(h,p,B){return T(this,h,p,B,!0)},a.prototype.lastIndexOf=function(h,p,B){return T(this,h,p,B,!1)};function $(C,h,p,B){p=Number(p)||0;const ee=C.length-p;B?(B=Number(B),B>ee&&(B=ee)):B=ee;const le=h.length;B>le/2&&(B=le/2);let he;for(he=0;he<B;++he){const Pe=parseInt(h.substr(he*2,2),16);if(Ue(Pe))return he;C[p+he]=Pe}return he}function j(C,h,p,B){return ve(ye(h,C.length-p),C,p,B)}function R(C,h,p,B){return ve(we(h),C,p,B)}function P(C,h,p,B){return ve(fe(h),C,p,B)}function q(C,h,p,B){return ve(ie(h,C.length-p),C,p,B)}a.prototype.write=function(h,p,B,ee){if(p===void 0)ee="utf8",B=this.length,p=0;else if(B===void 0&&typeof p=="string")ee=p,B=this.length,p=0;else if(isFinite(p))p=p>>>0,isFinite(B)?(B=B>>>0,ee===void 0&&(ee="utf8")):(ee=B,B=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");const le=this.length-p;if((B===void 0||B>le)&&(B=le),h.length>0&&(B<0||p<0)||p>this.length)throw new RangeError("Attempt to write outside buffer bounds");ee||(ee="utf8");let he=!1;for(;;)switch(ee){case"hex":return $(this,h,p,B);case"utf8":case"utf-8":return j(this,h,p,B);case"ascii":case"latin1":case"binary":return R(this,h,p,B);case"base64":return P(this,h,p,B);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return q(this,h,p,B);default:if(he)throw new TypeError("Unknown encoding: "+ee);ee=(""+ee).toLowerCase(),he=!0}},a.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function I(C,h,p){return h===0&&p===C.length?e.fromByteArray(C):e.fromByteArray(C.slice(h,p))}function L(C,h,p){p=Math.min(C.length,p);const B=[];let ee=h;for(;ee<p;){const le=C[ee];let he=null,Pe=le>239?4:le>223?3:le>191?2:1;if(ee+Pe<=p){let et,Xe,tt,ze;switch(Pe){case 1:le<128&&(he=le);break;case 2:et=C[ee+1],(et&192)===128&&(ze=(le&31)<<6|et&63,ze>127&&(he=ze));break;case 3:et=C[ee+1],Xe=C[ee+2],(et&192)===128&&(Xe&192)===128&&(ze=(le&15)<<12|(et&63)<<6|Xe&63,ze>2047&&(ze<55296||ze>57343)&&(he=ze));break;case 4:et=C[ee+1],Xe=C[ee+2],tt=C[ee+3],(et&192)===128&&(Xe&192)===128&&(tt&192)===128&&(ze=(le&15)<<18|(et&63)<<12|(Xe&63)<<6|tt&63,ze>65535&&ze<1114112&&(he=ze))}}he===null?(he=65533,Pe=1):he>65535&&(he-=65536,B.push(he>>>10&1023|55296),he=56320|he&1023),B.push(he),ee+=Pe}return A(B)}const Q=4096;function A(C){const h=C.length;if(h<=Q)return String.fromCharCode.apply(String,C);let p="",B=0;for(;B<h;)p+=String.fromCharCode.apply(String,C.slice(B,B+=Q));return p}function Y(C,h,p){let B="";p=Math.min(C.length,p);for(let ee=h;ee<p;++ee)B+=String.fromCharCode(C[ee]&127);return B}function F(C,h,p){let B="";p=Math.min(C.length,p);for(let ee=h;ee<p;++ee)B+=String.fromCharCode(C[ee]);return B}function te(C,h,p){const B=C.length;(!h||h<0)&&(h=0),(!p||p<0||p>B)&&(p=B);let ee="";for(let le=h;le<p;++le)ee+=kt[C[le]];return ee}function x(C,h,p){const B=C.slice(h,p);let ee="";for(let le=0;le<B.length-1;le+=2)ee+=String.fromCharCode(B[le]+B[le+1]*256);return ee}a.prototype.slice=function(h,p){const B=this.length;h=~~h,p=p===void 0?B:~~p,h<0?(h+=B,h<0&&(h=0)):h>B&&(h=B),p<0?(p+=B,p<0&&(p=0)):p>B&&(p=B),p<h&&(p=h);const ee=this.subarray(h,p);return Object.setPrototypeOf(ee,a.prototype),ee};function z(C,h,p){if(C%1!==0||C<0)throw new RangeError("offset is not uint");if(C+h>p)throw new RangeError("Trying to access beyond buffer length")}a.prototype.readUintLE=a.prototype.readUIntLE=function(h,p,B){h=h>>>0,p=p>>>0,B||z(h,p,this.length);let ee=this[h],le=1,he=0;for(;++he<p&&(le*=256);)ee+=this[h+he]*le;return ee},a.prototype.readUintBE=a.prototype.readUIntBE=function(h,p,B){h=h>>>0,p=p>>>0,B||z(h,p,this.length);let ee=this[h+--p],le=1;for(;p>0&&(le*=256);)ee+=this[h+--p]*le;return ee},a.prototype.readUint8=a.prototype.readUInt8=function(h,p){return h=h>>>0,p||z(h,1,this.length),this[h]},a.prototype.readUint16LE=a.prototype.readUInt16LE=function(h,p){return h=h>>>0,p||z(h,2,this.length),this[h]|this[h+1]<<8},a.prototype.readUint16BE=a.prototype.readUInt16BE=function(h,p){return h=h>>>0,p||z(h,2,this.length),this[h]<<8|this[h+1]},a.prototype.readUint32LE=a.prototype.readUInt32LE=function(h,p){return h=h>>>0,p||z(h,4,this.length),(this[h]|this[h+1]<<8|this[h+2]<<16)+this[h+3]*16777216},a.prototype.readUint32BE=a.prototype.readUInt32BE=function(h,p){return h=h>>>0,p||z(h,4,this.length),this[h]*16777216+(this[h+1]<<16|this[h+2]<<8|this[h+3])},a.prototype.readBigUInt64LE=je(function(h){h=h>>>0,O(h,"offset");const p=this[h],B=this[h+7];(p===void 0||B===void 0)&&G(h,this.length-8);const ee=p+this[++h]*2**8+this[++h]*2**16+this[++h]*2**24,le=this[++h]+this[++h]*2**8+this[++h]*2**16+B*2**24;return BigInt(ee)+(BigInt(le)<<BigInt(32))}),a.prototype.readBigUInt64BE=je(function(h){h=h>>>0,O(h,"offset");const p=this[h],B=this[h+7];(p===void 0||B===void 0)&&G(h,this.length-8);const ee=p*2**24+this[++h]*2**16+this[++h]*2**8+this[++h],le=this[++h]*2**24+this[++h]*2**16+this[++h]*2**8+B;return(BigInt(ee)<<BigInt(32))+BigInt(le)}),a.prototype.readIntLE=function(h,p,B){h=h>>>0,p=p>>>0,B||z(h,p,this.length);let ee=this[h],le=1,he=0;for(;++he<p&&(le*=256);)ee+=this[h+he]*le;return le*=128,ee>=le&&(ee-=Math.pow(2,8*p)),ee},a.prototype.readIntBE=function(h,p,B){h=h>>>0,p=p>>>0,B||z(h,p,this.length);let ee=p,le=1,he=this[h+--ee];for(;ee>0&&(le*=256);)he+=this[h+--ee]*le;return le*=128,he>=le&&(he-=Math.pow(2,8*p)),he},a.prototype.readInt8=function(h,p){return h=h>>>0,p||z(h,1,this.length),this[h]&128?(255-this[h]+1)*-1:this[h]},a.prototype.readInt16LE=function(h,p){h=h>>>0,p||z(h,2,this.length);const B=this[h]|this[h+1]<<8;return B&32768?B|4294901760:B},a.prototype.readInt16BE=function(h,p){h=h>>>0,p||z(h,2,this.length);const B=this[h+1]|this[h]<<8;return B&32768?B|4294901760:B},a.prototype.readInt32LE=function(h,p){return h=h>>>0,p||z(h,4,this.length),this[h]|this[h+1]<<8|this[h+2]<<16|this[h+3]<<24},a.prototype.readInt32BE=function(h,p){return h=h>>>0,p||z(h,4,this.length),this[h]<<24|this[h+1]<<16|this[h+2]<<8|this[h+3]},a.prototype.readBigInt64LE=je(function(h){h=h>>>0,O(h,"offset");const p=this[h],B=this[h+7];(p===void 0||B===void 0)&&G(h,this.length-8);const ee=this[h+4]+this[h+5]*2**8+this[h+6]*2**16+(B<<24);return(BigInt(ee)<<BigInt(32))+BigInt(p+this[++h]*2**8+this[++h]*2**16+this[++h]*2**24)}),a.prototype.readBigInt64BE=je(function(h){h=h>>>0,O(h,"offset");const p=this[h],B=this[h+7];(p===void 0||B===void 0)&&G(h,this.length-8);const ee=(p<<24)+this[++h]*2**16+this[++h]*2**8+this[++h];return(BigInt(ee)<<BigInt(32))+BigInt(this[++h]*2**24+this[++h]*2**16+this[++h]*2**8+B)}),a.prototype.readFloatLE=function(h,p){return h=h>>>0,p||z(h,4,this.length),t.read(this,h,!0,23,4)},a.prototype.readFloatBE=function(h,p){return h=h>>>0,p||z(h,4,this.length),t.read(this,h,!1,23,4)},a.prototype.readDoubleLE=function(h,p){return h=h>>>0,p||z(h,8,this.length),t.read(this,h,!0,52,8)},a.prototype.readDoubleBE=function(h,p){return h=h>>>0,p||z(h,8,this.length),t.read(this,h,!1,52,8)};function Z(C,h,p,B,ee,le){if(!a.isBuffer(C))throw new TypeError('"buffer" argument must be a Buffer instance');if(h>ee||h<le)throw new RangeError('"value" argument is out of bounds');if(p+B>C.length)throw new RangeError("Index out of range")}a.prototype.writeUintLE=a.prototype.writeUIntLE=function(h,p,B,ee){if(h=+h,p=p>>>0,B=B>>>0,!ee){const Pe=Math.pow(2,8*B)-1;Z(this,h,p,B,Pe,0)}let le=1,he=0;for(this[p]=h&255;++he<B&&(le*=256);)this[p+he]=h/le&255;return p+B},a.prototype.writeUintBE=a.prototype.writeUIntBE=function(h,p,B,ee){if(h=+h,p=p>>>0,B=B>>>0,!ee){const Pe=Math.pow(2,8*B)-1;Z(this,h,p,B,Pe,0)}let le=B-1,he=1;for(this[p+le]=h&255;--le>=0&&(he*=256);)this[p+le]=h/he&255;return p+B},a.prototype.writeUint8=a.prototype.writeUInt8=function(h,p,B){return h=+h,p=p>>>0,B||Z(this,h,p,1,255,0),this[p]=h&255,p+1},a.prototype.writeUint16LE=a.prototype.writeUInt16LE=function(h,p,B){return h=+h,p=p>>>0,B||Z(this,h,p,2,65535,0),this[p]=h&255,this[p+1]=h>>>8,p+2},a.prototype.writeUint16BE=a.prototype.writeUInt16BE=function(h,p,B){return h=+h,p=p>>>0,B||Z(this,h,p,2,65535,0),this[p]=h>>>8,this[p+1]=h&255,p+2},a.prototype.writeUint32LE=a.prototype.writeUInt32LE=function(h,p,B){return h=+h,p=p>>>0,B||Z(this,h,p,4,4294967295,0),this[p+3]=h>>>24,this[p+2]=h>>>16,this[p+1]=h>>>8,this[p]=h&255,p+4},a.prototype.writeUint32BE=a.prototype.writeUInt32BE=function(h,p,B){return h=+h,p=p>>>0,B||Z(this,h,p,4,4294967295,0),this[p]=h>>>24,this[p+1]=h>>>16,this[p+2]=h>>>8,this[p+3]=h&255,p+4};function J(C,h,p,B,ee){be(h,B,ee,C,p,7);let le=Number(h&BigInt(4294967295));C[p++]=le,le=le>>8,C[p++]=le,le=le>>8,C[p++]=le,le=le>>8,C[p++]=le;let he=Number(h>>BigInt(32)&BigInt(4294967295));return C[p++]=he,he=he>>8,C[p++]=he,he=he>>8,C[p++]=he,he=he>>8,C[p++]=he,p}function ce(C,h,p,B,ee){be(h,B,ee,C,p,7);let le=Number(h&BigInt(4294967295));C[p+7]=le,le=le>>8,C[p+6]=le,le=le>>8,C[p+5]=le,le=le>>8,C[p+4]=le;let he=Number(h>>BigInt(32)&BigInt(4294967295));return C[p+3]=he,he=he>>8,C[p+2]=he,he=he>>8,C[p+1]=he,he=he>>8,C[p]=he,p+8}a.prototype.writeBigUInt64LE=je(function(h,p=0){return J(this,h,p,BigInt(0),BigInt("0xffffffffffffffff"))}),a.prototype.writeBigUInt64BE=je(function(h,p=0){return ce(this,h,p,BigInt(0),BigInt("0xffffffffffffffff"))}),a.prototype.writeIntLE=function(h,p,B,ee){if(h=+h,p=p>>>0,!ee){const et=Math.pow(2,8*B-1);Z(this,h,p,B,et-1,-et)}let le=0,he=1,Pe=0;for(this[p]=h&255;++le<B&&(he*=256);)h<0&&Pe===0&&this[p+le-1]!==0&&(Pe=1),this[p+le]=(h/he>>0)-Pe&255;return p+B},a.prototype.writeIntBE=function(h,p,B,ee){if(h=+h,p=p>>>0,!ee){const et=Math.pow(2,8*B-1);Z(this,h,p,B,et-1,-et)}let le=B-1,he=1,Pe=0;for(this[p+le]=h&255;--le>=0&&(he*=256);)h<0&&Pe===0&&this[p+le+1]!==0&&(Pe=1),this[p+le]=(h/he>>0)-Pe&255;return p+B},a.prototype.writeInt8=function(h,p,B){return h=+h,p=p>>>0,B||Z(this,h,p,1,127,-128),h<0&&(h=255+h+1),this[p]=h&255,p+1},a.prototype.writeInt16LE=function(h,p,B){return h=+h,p=p>>>0,B||Z(this,h,p,2,32767,-32768),this[p]=h&255,this[p+1]=h>>>8,p+2},a.prototype.writeInt16BE=function(h,p,B){return h=+h,p=p>>>0,B||Z(this,h,p,2,32767,-32768),this[p]=h>>>8,this[p+1]=h&255,p+2},a.prototype.writeInt32LE=function(h,p,B){return h=+h,p=p>>>0,B||Z(this,h,p,4,2147483647,-2147483648),this[p]=h&255,this[p+1]=h>>>8,this[p+2]=h>>>16,this[p+3]=h>>>24,p+4},a.prototype.writeInt32BE=function(h,p,B){return h=+h,p=p>>>0,B||Z(this,h,p,4,2147483647,-2147483648),h<0&&(h=4294967295+h+1),this[p]=h>>>24,this[p+1]=h>>>16,this[p+2]=h>>>8,this[p+3]=h&255,p+4},a.prototype.writeBigInt64LE=je(function(h,p=0){return J(this,h,p,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))}),a.prototype.writeBigInt64BE=je(function(h,p=0){return ce(this,h,p,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))});function H(C,h,p,B,ee,le){if(p+B>C.length)throw new RangeError("Index out of range");if(p<0)throw new RangeError("Index out of range")}function W(C,h,p,B,ee){return h=+h,p=p>>>0,ee||H(C,h,p,4),t.write(C,h,p,B,23,4),p+4}a.prototype.writeFloatLE=function(h,p,B){return W(this,h,p,!0,B)},a.prototype.writeFloatBE=function(h,p,B){return W(this,h,p,!1,B)};function K(C,h,p,B,ee){return h=+h,p=p>>>0,ee||H(C,h,p,8),t.write(C,h,p,B,52,8),p+8}a.prototype.writeDoubleLE=function(h,p,B){return K(this,h,p,!0,B)},a.prototype.writeDoubleBE=function(h,p,B){return K(this,h,p,!1,B)},a.prototype.copy=function(h,p,B,ee){if(!a.isBuffer(h))throw new TypeError("argument should be a Buffer");if(B||(B=0),!ee&&ee!==0&&(ee=this.length),p>=h.length&&(p=h.length),p||(p=0),ee>0&&ee<B&&(ee=B),ee===B||h.length===0||this.length===0)return 0;if(p<0)throw new RangeError("targetStart out of bounds");if(B<0||B>=this.length)throw new RangeError("Index out of range");if(ee<0)throw new RangeError("sourceEnd out of bounds");ee>this.length&&(ee=this.length),h.length-p<ee-B&&(ee=h.length-p+B);const le=ee-B;return this===h&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(p,B,ee):Uint8Array.prototype.set.call(h,this.subarray(B,ee),p),le},a.prototype.fill=function(h,p,B,ee){if(typeof h=="string"){if(typeof p=="string"?(ee=p,p=0,B=this.length):typeof B=="string"&&(ee=B,B=this.length),ee!==void 0&&typeof ee!="string")throw new TypeError("encoding must be a string");if(typeof ee=="string"&&!a.isEncoding(ee))throw new TypeError("Unknown encoding: "+ee);if(h.length===1){const he=h.charCodeAt(0);(ee==="utf8"&&he<128||ee==="latin1")&&(h=he)}}else typeof h=="number"?h=h&255:typeof h=="boolean"&&(h=Number(h));if(p<0||this.length<p||this.length<B)throw new RangeError("Out of range index");if(B<=p)return this;p=p>>>0,B=B===void 0?this.length:B>>>0,h||(h=0);let le;if(typeof h=="number")for(le=p;le<B;++le)this[le]=h;else{const he=a.isBuffer(h)?h:a.from(h,ee),Pe=he.length;if(Pe===0)throw new TypeError('The value "'+h+'" is invalid for argument "value"');for(le=0;le<B-p;++le)this[le+p]=he[le%Pe]}return this};const V={};function re(C,h,p){V[C]=class extends p{constructor(){super(),Object.defineProperty(this,"message",{value:h.apply(this,arguments),writable:!0,configurable:!0}),this.name=`${this.name} [${C}]`,this.stack,delete this.name}get code(){return C}set code(ee){Object.defineProperty(this,"code",{configurable:!0,enumerable:!0,value:ee,writable:!0})}toString(){return`${this.name} [${C}]: ${this.message}`}}}re("ERR_BUFFER_OUT_OF_BOUNDS",function(C){return C?`${C} is outside of buffer bounds`:"Attempt to access memory outside buffer bounds"},RangeError),re("ERR_INVALID_ARG_TYPE",function(C,h){return`The "${C}" argument must be of type number. Received type ${typeof h}`},TypeError),re("ERR_OUT_OF_RANGE",function(C,h,p){let B=`The value of "${C}" is out of range.`,ee=p;return Number.isInteger(p)&&Math.abs(p)>2**32?ee=ne(String(p)):typeof p=="bigint"&&(ee=String(p),(p>BigInt(2)**BigInt(32)||p<-(BigInt(2)**BigInt(32)))&&(ee=ne(ee)),ee+="n"),B+=` It must be ${h}. Received ${ee}`,B},RangeError);function ne(C){let h="",p=C.length;const B=C[0]==="-"?1:0;for(;p>=B+4;p-=3)h=`_${C.slice(p-3,p)}${h}`;return`${C.slice(0,p)}${h}`}function ge(C,h,p){O(h,"offset"),(C[h]===void 0||C[h+p]===void 0)&&G(h,C.length-(p+1))}function be(C,h,p,B,ee,le){if(C>p||C<h){const he=typeof h=="bigint"?"n":"";let Pe;throw h===0||h===BigInt(0)?Pe=`>= 0${he} and < 2${he} ** ${(le+1)*8}${he}`:Pe=`>= -(2${he} ** ${(le+1)*8-1}${he}) and < 2 ** ${(le+1)*8-1}${he}`,new V.ERR_OUT_OF_RANGE("value",Pe,C)}ge(B,ee,le)}function O(C,h){if(typeof C!="number")throw new V.ERR_INVALID_ARG_TYPE(h,"number",C)}function G(C,h,p){throw Math.floor(C)!==C?(O(C,p),new V.ERR_OUT_OF_RANGE("offset","an integer",C)):h<0?new V.ERR_BUFFER_OUT_OF_BOUNDS:new V.ERR_OUT_OF_RANGE("offset",`>= 0 and <= ${h}`,C)}const oe=/[^+/0-9A-Za-z-_]/g;function pe(C){if(C=C.split("=")[0],C=C.trim().replace(oe,""),C.length<2)return"";for(;C.length%4!==0;)C=C+"=";return C}function ye(C,h){h=h||1/0;let p;const B=C.length;let ee=null;const le=[];for(let he=0;he<B;++he){if(p=C.charCodeAt(he),p>55295&&p<57344){if(!ee){if(p>56319){(h-=3)>-1&&le.push(239,191,189);continue}else if(he+1===B){(h-=3)>-1&&le.push(239,191,189);continue}ee=p;continue}if(p<56320){(h-=3)>-1&&le.push(239,191,189),ee=p;continue}p=(ee-55296<<10|p-56320)+65536}else ee&&(h-=3)>-1&&le.push(239,191,189);if(ee=null,p<128){if((h-=1)<0)break;le.push(p)}else if(p<2048){if((h-=2)<0)break;le.push(p>>6|192,p&63|128)}else if(p<65536){if((h-=3)<0)break;le.push(p>>12|224,p>>6&63|128,p&63|128)}else if(p<1114112){if((h-=4)<0)break;le.push(p>>18|240,p>>12&63|128,p>>6&63|128,p&63|128)}else throw new Error("Invalid code point")}return le}function we(C){const h=[];for(let p=0;p<C.length;++p)h.push(C.charCodeAt(p)&255);return h}function ie(C,h){let p,B,ee;const le=[];for(let he=0;he<C.length&&!((h-=2)<0);++he)p=C.charCodeAt(he),B=p>>8,ee=p%256,le.push(ee),le.push(B);return le}function fe(C){return e.toByteArray(pe(C))}function ve(C,h,p,B){let ee;for(ee=0;ee<B&&!(ee+p>=h.length||ee>=C.length);++ee)h[ee+p]=C[ee];return ee}function ue(C,h){return C instanceof h||C!=null&&C.constructor!=null&&C.constructor.name!=null&&C.constructor.name===h.name}function Ue(C){return C!==C}const kt=function(){const C="0123456789abcdef",h=new Array(256);for(let p=0;p<16;++p){const B=p*16;for(let ee=0;ee<16;++ee)h[B+ee]=C[p]+C[ee]}return h}();function je(C){return typeof BigInt>"u"?Ct:C}function Ct(){throw new Error("BigInt not supported")}}(Ao)),Ao}var Jp=Hi();const pn="http://www.w3.org/1999/02/22-rdf-syntax-ns#",mn="http://www.w3.org/2001/XMLSchema#",ws="http://www.w3.org/2000/10/swap/",_t={xsd:{decimal:`${mn}decimal`,boolean:`${mn}boolean`,double:`${mn}double`,integer:`${mn}integer`,string:`${mn}string`},rdf:{type:`${pn}type`,nil:`${pn}nil`,first:`${pn}first`,rest:`${pn}rest`,langString:`${pn}langString`},owl:{sameAs:"http://www.w3.org/2002/07/owl#sameAs"},r:{forSome:`${ws}reify#forSome`,forAll:`${ws}reify#forAll`},log:{implies:`${ws}log#implies`,isImpliedBy:`${ws}log#isImpliedBy`}},{xsd:_s}=_t,Xp=/\\u([a-fA-F0-9]{4})|\\U([a-fA-F0-9]{8})|\\([^])/g,ld={"\\":"\\","'":"'",'"':'"',n:`
7
- `,r:"\r",t:" ",f:"\f",b:"\b",_:"_","~":"~",".":".","-":"-","!":"!",$:"$","&":"&","(":"(",")":")","*":"*","+":"+",",":",",";":";","=":"=","/":"/","?":"?","#":"#","@":"@","%":"%"},Qp=/[\x00-\x20<>\\"\{\}\|\^\`]/,Yp={_iri:!0,_unescapedIri:!0,_simpleQuotedString:!0,_langcode:!0,_blank:!0,_newline:!0,_comment:!0,_whitespace:!0,_endOfFile:!0},Zp=/$0^/;class em{constructor(e){if(this._iri=/^<((?:[^ <>{}\\]|\\[uU])+)>[ \t]*/,this._unescapedIri=/^<([^\x00-\x20<>\\"\{\}\|\^\`]*)>[ \t]*/,this._simpleQuotedString=/^"([^"\\\r\n]*)"(?=[^"])/,this._simpleApostropheString=/^'([^'\\\r\n]*)'(?=[^'])/,this._langcode=/^@([a-z]+(?:-[a-z0-9]+)*)(?=[^a-z0-9\-])/i,this._prefix=/^((?:[A-Za-z\xc0-\xd6\xd8-\xf6\xf8-\u02ff\u0370-\u037d\u037f-\u1fff\u200c\u200d\u2070-\u218f\u2c00-\u2fef\u3001-\ud7ff\uf900-\ufdcf\ufdf0-\ufffd]|[\ud800-\udb7f][\udc00-\udfff])(?:\.?[\-0-9A-Z_a-z\xb7\xc0-\xd6\xd8-\xf6\xf8-\u037d\u037f-\u1fff\u200c\u200d\u203f\u2040\u2070-\u218f\u2c00-\u2fef\u3001-\ud7ff\uf900-\ufdcf\ufdf0-\ufffd]|[\ud800-\udb7f][\udc00-\udfff])*)?:(?=[#\s<])/,this._prefixed=/^((?:[A-Za-z\xc0-\xd6\xd8-\xf6\xf8-\u02ff\u0370-\u037d\u037f-\u1fff\u200c\u200d\u2070-\u218f\u2c00-\u2fef\u3001-\ud7ff\uf900-\ufdcf\ufdf0-\ufffd]|[\ud800-\udb7f][\udc00-\udfff])(?:\.?[\-0-9A-Z_a-z\xb7\xc0-\xd6\xd8-\xf6\xf8-\u037d\u037f-\u1fff\u200c\u200d\u203f\u2040\u2070-\u218f\u2c00-\u2fef\u3001-\ud7ff\uf900-\ufdcf\ufdf0-\ufffd]|[\ud800-\udb7f][\udc00-\udfff])*)?:((?:(?:[0-:A-Z_a-z\xc0-\xd6\xd8-\xf6\xf8-\u02ff\u0370-\u037d\u037f-\u1fff\u200c\u200d\u2070-\u218f\u2c00-\u2fef\u3001-\ud7ff\uf900-\ufdcf\ufdf0-\ufffd]|[\ud800-\udb7f][\udc00-\udfff]|%[0-9a-fA-F]{2}|\\[!#-\/;=?\-@_~])(?:(?:[\.\-0-:A-Z_a-z\xb7\xc0-\xd6\xd8-\xf6\xf8-\u037d\u037f-\u1fff\u200c\u200d\u203f\u2040\u2070-\u218f\u2c00-\u2fef\u3001-\ud7ff\uf900-\ufdcf\ufdf0-\ufffd]|[\ud800-\udb7f][\udc00-\udfff]|%[0-9a-fA-F]{2}|\\[!#-\/;=?\-@_~])*(?:[\-0-:A-Z_a-z\xb7\xc0-\xd6\xd8-\xf6\xf8-\u037d\u037f-\u1fff\u200c\u200d\u203f\u2040\u2070-\u218f\u2c00-\u2fef\u3001-\ud7ff\uf900-\ufdcf\ufdf0-\ufffd]|[\ud800-\udb7f][\udc00-\udfff]|%[0-9a-fA-F]{2}|\\[!#-\/;=?\-@_~]))?)?)(?:[ \t]+|(?=\.?[,;!\^\s#()\[\]\{\}"'<>]))/,this._variable=/^\?(?:(?:[A-Z_a-z\xc0-\xd6\xd8-\xf6\xf8-\u02ff\u0370-\u037d\u037f-\u1fff\u200c\u200d\u2070-\u218f\u2c00-\u2fef\u3001-\ud7ff\uf900-\ufdcf\ufdf0-\ufffd]|[\ud800-\udb7f][\udc00-\udfff])(?:[\-0-:A-Z_a-z\xb7\xc0-\xd6\xd8-\xf6\xf8-\u037d\u037f-\u1fff\u200c\u200d\u203f\u2040\u2070-\u218f\u2c00-\u2fef\u3001-\ud7ff\uf900-\ufdcf\ufdf0-\ufffd]|[\ud800-\udb7f][\udc00-\udfff])*)(?=[.,;!\^\s#()\[\]\{\}"'<>])/,this._blank=/^_:((?:[0-9A-Z_a-z\xc0-\xd6\xd8-\xf6\xf8-\u02ff\u0370-\u037d\u037f-\u1fff\u200c\u200d\u2070-\u218f\u2c00-\u2fef\u3001-\ud7ff\uf900-\ufdcf\ufdf0-\ufffd]|[\ud800-\udb7f][\udc00-\udfff])(?:\.?[\-0-9A-Z_a-z\xb7\xc0-\xd6\xd8-\xf6\xf8-\u037d\u037f-\u1fff\u200c\u200d\u203f\u2040\u2070-\u218f\u2c00-\u2fef\u3001-\ud7ff\uf900-\ufdcf\ufdf0-\ufffd]|[\ud800-\udb7f][\udc00-\udfff])*)(?:[ \t]+|(?=\.?[,;:\s#()\[\]\{\}"'<>]))/,this._number=/^[\-+]?(?:(\d+\.\d*|\.?\d+)[eE][\-+]?|\d*(\.)?)\d+(?=\.?[,;:\s#()\[\]\{\}"'<>])/,this._boolean=/^(?:true|false)(?=[.,;\s#()\[\]\{\}"'<>])/,this._keyword=/^@[a-z]+(?=[\s#<:])/i,this._sparqlKeyword=/^(?:PREFIX|BASE|GRAPH)(?=[\s#<])/i,this._shortPredicates=/^a(?=[\s#()\[\]\{\}"'<>])/,this._newline=/^[ \t]*(?:#[^\n\r]*)?(?:\r\n|\n|\r)[ \t]*/,this._comment=/#([^\n\r]*)/,this._whitespace=/^[ \t]+/,this._endOfFile=/^(?:#[^\n\r]*)?$/,e=e||{},this._isImpliedBy=e.isImpliedBy,this._lineMode=!!e.lineMode){this._n3Mode=!1;for(const t in this)!(t in Yp)&&this[t]instanceof RegExp&&(this[t]=Zp)}else this._n3Mode=e.n3!==!1;this.comments=!!e.comments,this._literalClosingPos=0}_tokenizeToEnd(e,t){let r=this._input,n=r.length;for(;;){let a,l;for(;a=this._newline.exec(r);)this.comments&&(l=this._comment.exec(a[0]))&&s("comment",l[1],"",this._line,a[0].length),r=r.substr(a[0].length,r.length),n=r.length,this._line++;if(!a&&(a=this._whitespace.exec(r))&&(r=r.substr(a[0].length,r.length)),this._endOfFile.test(r))return t&&(this.comments&&(l=this._comment.exec(r))&&s("comment",l[1],"",this._line,r.length),r=null,s("eof","","",this._line,0)),this._input=r;const c=this._line,d=r[0];let f="",g="",y="",b=null,_=0,E=!1;switch(d){case"^":if(r.length<3)break;if(r[1]==="^"){if(this._previousMarker="^^",r=r.substr(2),r[0]!=="<"){E=!0;break}}else{this._n3Mode&&(_=1,f="^");break}case"<":if(b=this._unescapedIri.exec(r))f="IRI",g=b[1];else if(b=this._iri.exec(r)){if(g=this._unescape(b[1]),g===null||Qp.test(g))return o(this);f="IRI"}else r.length>1&&r[1]==="<"?(f="<<",_=2):this._n3Mode&&r.length>1&&r[1]==="="&&(_=2,this._isImpliedBy?(f="abbreviation",g="<"):(f="inverse",g=">"));break;case">":r.length>1&&r[1]===">"&&(f=">>",_=2);break;case"_":((b=this._blank.exec(r))||t&&(b=this._blank.exec(`${r} `)))&&(f="blank",y="_",g=b[1]);break;case'"':if(b=this._simpleQuotedString.exec(r))g=b[1];else if({value:g,matchLength:_}=this._parseLiteral(r),g===null)return o(this);(b!==null||_!==0)&&(f="literal",this._literalClosingPos=0);break;case"'":if(!this._lineMode){if(b=this._simpleApostropheString.exec(r))g=b[1];else if({value:g,matchLength:_}=this._parseLiteral(r),g===null)return o(this);(b!==null||_!==0)&&(f="literal",this._literalClosingPos=0)}break;case"?":this._n3Mode&&(b=this._variable.exec(r))&&(f="var",g=b[0]);break;case"@":this._previousMarker==="literal"&&(b=this._langcode.exec(r))?(f="langcode",g=b[1]):(b=this._keyword.exec(r))&&(f=b[0]);break;case".":if(r.length===1?t:r[1]<"0"||r[1]>"9"){f=".",_=1;break}case"0":case"1":case"2":case"3":case"4":case"5":case"6":case"7":case"8":case"9":case"+":case"-":(b=this._number.exec(r)||t&&(b=this._number.exec(`${r} `)))&&(f="literal",g=b[0],y=typeof b[1]=="string"?_s.double:typeof b[2]=="string"?_s.decimal:_s.integer);break;case"B":case"b":case"p":case"P":case"G":case"g":(b=this._sparqlKeyword.exec(r))?f=b[0].toUpperCase():E=!0;break;case"f":case"t":(b=this._boolean.exec(r))?(f="literal",g=b[0],y=_s.boolean):E=!0;break;case"a":(b=this._shortPredicates.exec(r))?(f="abbreviation",g="a"):E=!0;break;case"=":this._n3Mode&&r.length>1&&(f="abbreviation",r[1]!==">"?(_=1,g="="):(_=2,g=">"));break;case"!":if(!this._n3Mode)break;case",":case";":case"[":case"]":case"(":case")":case"}":this._lineMode||(_=1,f=d);break;case"{":!this._lineMode&&r.length>=2&&(r[1]==="|"?(f="{|",_=2):(f=d,_=1));break;case"|":r.length>=2&&r[1]==="}"&&(f="|}",_=2);break;default:E=!0}if(E&&((this._previousMarker==="@prefix"||this._previousMarker==="PREFIX")&&(b=this._prefix.exec(r))?(f="prefix",g=b[1]||""):((b=this._prefixed.exec(r))||t&&(b=this._prefixed.exec(`${r} `)))&&(f="prefixed",y=b[1]||"",g=this._unescape(b[2]))),this._previousMarker==="^^")switch(f){case"prefixed":f="type";break;case"IRI":f="typeIRI";break;default:f=""}if(!f)return t||!/^'''|^"""/.test(r)&&/\n|\r/.test(r)?o(this):this._input=r;const S=_||b[0].length,k=s(f,g,y,c,S);this.previousToken=k,this._previousMarker=f,r=r.substr(S,r.length)}function s(a,l,c,d,f){const g=r?n-r.length:n,y=g+f,b={type:a,value:l,prefix:c,line:d,start:g,end:y};return e(null,b),b}function o(a){e(a._syntaxError(/^\S*/.exec(r)[0]))}}_unescape(e){let t=!1;const r=e.replace(Xp,(n,s,o,a)=>{if(typeof s=="string")return String.fromCharCode(Number.parseInt(s,16));if(typeof o=="string"){let l=Number.parseInt(o,16);return l<=65535?String.fromCharCode(Number.parseInt(o,16)):String.fromCharCode(55296+((l-=65536)>>10),56320+(l&1023))}return a in ld?ld[a]:(t=!0,"")});return t?null:r}_parseLiteral(e){if(e.length>=3){const t=e.match(/^(?:"""|"|'''|'|)/)[0],r=t.length;let n=Math.max(this._literalClosingPos,r);for(;(n=e.indexOf(t,n))>0;){let s=0;for(;e[n-s-1]==="\\";)s++;if(s%2===0){const o=e.substring(r,n),a=o.split(/\r\n|\r|\n/).length-1,l=n+r;if(r===1&&a!==0||r===3&&this._lineMode)break;return this._line+=a,{value:this._unescape(o),matchLength:l}}n++}this._literalClosingPos=e.length-r+1}return{value:"",matchLength:0}}_syntaxError(e){this._input=null;const t=new Error(`Unexpected "${e}" on line ${this._line}.`);return t.context={token:void 0,line:this._line,previousToken:this.previousToken},t}_readStartingBom(e){return e.startsWith("\uFEFF")?e.substr(1):e}tokenize(e,t){if(this._line=1,typeof e=="string")if(this._input=this._readStartingBom(e),typeof t=="function")queueMicrotask(()=>this._tokenizeToEnd(t,!0));else{const r=[];let n;if(this._tokenizeToEnd((s,o)=>s?n=s:r.push(o),!0),n)throw n;return r}else this._pendingBuffer=null,typeof e.setEncoding=="function"&&e.setEncoding("utf8"),e.on("data",r=>{this._input!==null&&r.length!==0&&(this._pendingBuffer&&(r=Jp.Buffer.concat([this._pendingBuffer,r]),this._pendingBuffer=null),r[r.length-1]&128?this._pendingBuffer=r:(typeof this._input>"u"?this._input=this._readStartingBom(typeof r=="string"?r:r.toString()):this._input+=r,this._tokenizeToEnd(t,!1)))}),e.on("end",()=>{typeof this._input=="string"&&this._tokenizeToEnd(t,!0)}),e.on("error",t)}}const{rdf:tm,xsd:yr}=_t;let nn,im=0;const Ve={namedNode:rf,blankNode:nf,variable:of,literal:sf,defaultGraph:om,quad:wl,triple:wl,fromTerm:Pn,fromQuad:af};class vi{constructor(e){this.id=e}get value(){return this.id}equals(e){return e instanceof vi?this.id===e.id:!!e&&this.termType===e.termType&&this.value===e.value}hashCode(){return 0}toJSON(){return{termType:this.termType,value:this.value}}}let no=class extends vi{get termType(){return"NamedNode"}},gi=class tf extends vi{get termType(){return"Literal"}get value(){return this.id.substring(1,this.id.lastIndexOf('"'))}get language(){const e=this.id;let t=e.lastIndexOf('"')+1;return t<e.length&&e[t++]==="@"?e.substr(t).toLowerCase():""}get datatype(){return new no(this.datatypeString)}get datatypeString(){const e=this.id,t=e.lastIndexOf('"')+1,r=t<e.length?e[t]:"";return r==="^"?e.substr(t+2):r!=="@"?yr.string:tm.langString}equals(e){return e instanceof tf?this.id===e.id:!!e&&!!e.datatype&&this.termType===e.termType&&this.value===e.value&&this.language===e.language&&this.datatype.value===e.datatype.value}toJSON(){return{termType:this.termType,value:this.value,language:this.language,datatype:{termType:"NamedNode",value:this.datatypeString}}}},rm=class extends vi{constructor(e){super(`_:${e}`)}get termType(){return"BlankNode"}get value(){return this.id.substr(2)}},nm=class extends vi{constructor(e){super(`?${e}`)}get termType(){return"Variable"}get value(){return this.id.substr(1)}},sm=class extends vi{constructor(){return super(""),nn||this}get termType(){return"DefaultGraph"}equals(e){return this===e||!!e&&this.termType===e.termType}};nn=new sm;function Mn(i,e,t){if(e=e||Ve,!i)return e.defaultGraph();switch(i[0]){case"?":return e.variable(i.substr(1));case"_":return e.blankNode(i.substr(2));case'"':if(e===Ve)return new gi(i);if(i[i.length-1]==='"')return e.literal(i.substr(1,i.length-2));const r=i.lastIndexOf('"',i.length-1);return e.literal(i.substr(1,r-1),i[r+1]==="@"?i.substr(r+2):e.namedNode(i.substr(r+3)));case"[":i=JSON.parse(i);break;default:if(!t||!Array.isArray(i))return e.namedNode(i)}return e.quad(Mn(i[0],e,!0),Mn(i[1],e,!0),Mn(i[2],e,!0),i[3]&&Mn(i[3],e,!0))}function Br(i,e){if(typeof i=="string")return i;if(i instanceof vi&&i.termType!=="Quad")return i.id;if(!i)return nn.id;switch(i.termType){case"NamedNode":return i.value;case"BlankNode":return`_:${i.value}`;case"Variable":return`?${i.value}`;case"DefaultGraph":return"";case"Literal":return`"${i.value}"${i.language?`@${i.language}`:i.datatype&&i.datatype.value!==yr.string?`^^${i.datatype.value}`:""}`;case"Quad":const t=[Br(i.subject,!0),Br(i.predicate,!0),Br(i.object,!0)];return i.graph&&i.graph.termType!=="DefaultGraph"&&t.push(Br(i.graph,!0)),e?t:JSON.stringify(t);default:throw new Error(`Unexpected termType: ${i.termType}`)}}let so=class extends vi{constructor(e,t,r,n){super(""),this._subject=e,this._predicate=t,this._object=r,this._graph=n||nn}get termType(){return"Quad"}get subject(){return this._subject}get predicate(){return this._predicate}get object(){return this._object}get graph(){return this._graph}toJSON(){return{termType:this.termType,subject:this._subject.toJSON(),predicate:this._predicate.toJSON(),object:this._object.toJSON(),graph:this._graph.toJSON()}}equals(e){return!!e&&this._subject.equals(e.subject)&&this._predicate.equals(e.predicate)&&this._object.equals(e.object)&&this._graph.equals(e.graph)}};function rf(i){return new no(i)}function nf(i){return new rm(i||`n3-${im++}`)}function sf(i,e){if(typeof e=="string")return new gi(`"${i}"@${e.toLowerCase()}`);let t=e?e.value:"";return t===""&&(typeof i=="boolean"?t=yr.boolean:typeof i=="number"&&(Number.isFinite(i)?t=Number.isInteger(i)?yr.integer:yr.double:(t=yr.double,Number.isNaN(i)||(i=i>0?"INF":"-INF")))),t===""||t===yr.string?new gi(`"${i}"`):new gi(`"${i}"^^${t}`)}function of(i){return new nm(i)}function om(){return nn}function wl(i,e,t,r){return new so(i,e,t,r)}function Pn(i){if(i instanceof vi)return i;switch(i.termType){case"NamedNode":return rf(i.value);case"BlankNode":return nf(i.value);case"Variable":return of(i.value);case"DefaultGraph":return nn;case"Literal":return sf(i.value,i.language||i.datatype);case"Quad":return af(i);default:throw new Error(`Unexpected termType: ${i.termType}`)}}function af(i){if(i instanceof so)return i;if(i.termType!=="Quad")throw new Error(`Unexpected termType: ${i.termType}`);return wl(Pn(i.subject),Pn(i.predicate),Pn(i.object),Pn(i.graph))}let cd=0;class _l{constructor(e){this._contextStack=[],this._graph=null,e=e||{},this._setBase(e.baseIRI),e.factory&&lf(this,e.factory);const t=typeof e.format=="string"?e.format.match(/\w*$/)[0].toLowerCase():"",r=/turtle/.test(t),n=/trig/.test(t),s=/triple/.test(t),o=/quad/.test(t),a=this._n3Mode=/n3/.test(t),l=s||o;(this._supportsNamedGraphs=!(r||a))||(this._readPredicateOrNamedGraph=this._readPredicate),this._supportsQuads=!(r||n||s||a),this._isImpliedBy=e.isImpliedBy,this._supportsRDFStar=t===""||/star|\*$/.test(t),l&&(this._resolveRelativeIRI=c=>null),this._blankNodePrefix=typeof e.blankNodePrefix!="string"?"":e.blankNodePrefix.replace(/^(?!_:)/,"_:"),this._lexer=e.lexer||new em({lineMode:l,n3:a,isImpliedBy:this._isImpliedBy}),this._explicitQuantifiers=!!e.explicitQuantifiers}static _resetBlankNodePrefix(){cd=0}_setBase(e){if(!e)this._base="",this._basePath="";else{const t=e.indexOf("#");t>=0&&(e=e.substr(0,t)),this._base=e,this._basePath=e.indexOf("/")<0?e:e.replace(/[^\/?]*(?:\?.*)?$/,""),e=e.match(/^(?:([a-z][a-z0-9+.-]*:))?(?:\/\/[^\/]*)?/i),this._baseRoot=e[0],this._baseScheme=e[1]}}_saveContext(e,t,r,n,s){const o=this._n3Mode;this._contextStack.push({type:e,subject:r,predicate:n,object:s,graph:t,inverse:o?this._inversePredicate:!1,blankPrefix:o?this._prefixes._:"",quantified:o?this._quantified:null}),o&&(this._inversePredicate=!1,this._prefixes._=this._graph?`${this._graph.value}.`:".",this._quantified=Object.create(this._quantified))}_restoreContext(e,t){const r=this._contextStack.pop();if(!r||r.type!==e)return this._error(`Unexpected ${t.type}`,t);this._subject=r.subject,this._predicate=r.predicate,this._object=r.object,this._graph=r.graph,this._n3Mode&&(this._inversePredicate=r.inverse,this._prefixes._=r.blankPrefix,this._quantified=r.quantified)}_readInTopContext(e){switch(e.type){case"eof":return this._graph!==null?this._error("Unclosed graph",e):(delete this._prefixes._,this._callback(null,null,this._prefixes));case"PREFIX":this._sparqlStyle=!0;case"@prefix":return this._readPrefix;case"BASE":this._sparqlStyle=!0;case"@base":return this._readBaseIRI;case"{":if(this._supportsNamedGraphs)return this._graph="",this._subject=null,this._readSubject;case"GRAPH":if(this._supportsNamedGraphs)return this._readNamedGraphLabel;default:return this._readSubject(e)}}_readEntity(e,t){let r;switch(e.type){case"IRI":case"typeIRI":const n=this._resolveIRI(e.value);if(n===null)return this._error("Invalid IRI",e);r=this._factory.namedNode(n);break;case"type":case"prefixed":const s=this._prefixes[e.prefix];if(s===void 0)return this._error(`Undefined prefix "${e.prefix}:"`,e);r=this._factory.namedNode(s+e.value);break;case"blank":r=this._factory.blankNode(this._prefixes[e.prefix]+e.value);break;case"var":r=this._factory.variable(e.value.substr(1));break;default:return this._error(`Expected entity but got ${e.type}`,e)}return!t&&this._n3Mode&&r.id in this._quantified&&(r=this._quantified[r.id]),r}_readSubject(e){switch(this._predicate=null,e.type){case"[":return this._saveContext("blank",this._graph,this._subject=this._factory.blankNode(),null,null),this._readBlankNodeHead;case"(":return this._saveContext("list",this._graph,this.RDF_NIL,null,null),this._subject=null,this._readListItem;case"{":return this._n3Mode?(this._saveContext("formula",this._graph,this._graph=this._factory.blankNode(),null,null),this._readSubject):this._error("Unexpected graph",e);case"}":return this._readPunctuation(e);case"@forSome":return this._n3Mode?(this._subject=null,this._predicate=this.N3_FORSOME,this._quantifier="blankNode",this._readQuantifierList):this._error('Unexpected "@forSome"',e);case"@forAll":return this._n3Mode?(this._subject=null,this._predicate=this.N3_FORALL,this._quantifier="variable",this._readQuantifierList):this._error('Unexpected "@forAll"',e);case"literal":if(!this._n3Mode)return this._error("Unexpected literal",e);if(e.prefix.length===0)return this._literalValue=e.value,this._completeSubjectLiteral;this._subject=this._factory.literal(e.value,this._factory.namedNode(e.prefix));break;case"<<":return this._supportsRDFStar?(this._saveContext("<<",this._graph,null,null,null),this._graph=null,this._readSubject):this._error("Unexpected RDF-star syntax",e);default:if((this._subject=this._readEntity(e))===void 0)return;if(this._n3Mode)return this._getPathReader(this._readPredicateOrNamedGraph)}return this._readPredicateOrNamedGraph}_readPredicate(e){const t=e.type;switch(t){case"inverse":this._inversePredicate=!0;case"abbreviation":this._predicate=this.ABBREVIATIONS[e.value];break;case".":case"]":case"}":return this._predicate===null?this._error(`Unexpected ${t}`,e):(this._subject=null,t==="]"?this._readBlankNodeTail(e):this._readPunctuation(e));case";":return this._predicate!==null?this._readPredicate:this._error("Expected predicate but got ;",e);case"[":if(this._n3Mode)return this._saveContext("blank",this._graph,this._subject,this._subject=this._factory.blankNode(),null),this._readBlankNodeHead;case"blank":if(!this._n3Mode)return this._error("Disallowed blank node as predicate",e);default:if((this._predicate=this._readEntity(e))===void 0)return}return this._readObject}_readObject(e){switch(e.type){case"literal":if(e.prefix.length===0)return this._literalValue=e.value,this._readDataTypeOrLang;this._object=this._factory.literal(e.value,this._factory.namedNode(e.prefix));break;case"[":return this._saveContext("blank",this._graph,this._subject,this._predicate,this._subject=this._factory.blankNode()),this._readBlankNodeHead;case"(":return this._saveContext("list",this._graph,this._subject,this._predicate,this.RDF_NIL),this._subject=null,this._readListItem;case"{":return this._n3Mode?(this._saveContext("formula",this._graph,this._subject,this._predicate,this._graph=this._factory.blankNode()),this._readSubject):this._error("Unexpected graph",e);case"<<":return this._supportsRDFStar?(this._saveContext("<<",this._graph,this._subject,this._predicate,null),this._graph=null,this._readSubject):this._error("Unexpected RDF-star syntax",e);default:if((this._object=this._readEntity(e))===void 0)return;if(this._n3Mode)return this._getPathReader(this._getContextEndReader())}return this._getContextEndReader()}_readPredicateOrNamedGraph(e){return e.type==="{"?this._readGraph(e):this._readPredicate(e)}_readGraph(e){return e.type!=="{"?this._error(`Expected graph but got ${e.type}`,e):(this._graph=this._subject,this._subject=null,this._readSubject)}_readBlankNodeHead(e){return e.type==="]"?(this._subject=null,this._readBlankNodeTail(e)):(this._predicate=null,this._readPredicate(e))}_readBlankNodeTail(e){if(e.type!=="]")return this._readBlankNodePunctuation(e);this._subject!==null&&this._emit(this._subject,this._predicate,this._object,this._graph);const t=this._predicate===null;return this._restoreContext("blank",e),this._object!==null?this._getContextEndReader():this._predicate!==null?this._readObject:t?this._readPredicateOrNamedGraph:this._readPredicateAfterBlank}_readPredicateAfterBlank(e){switch(e.type){case".":case"}":return this._subject=null,this._readPunctuation(e);default:return this._readPredicate(e)}}_readListItem(e){let t=null,r=null,n=this._readListItem;const s=this._subject,o=this._contextStack,a=o[o.length-1];switch(e.type){case"[":this._saveContext("blank",this._graph,r=this._factory.blankNode(),this.RDF_FIRST,this._subject=t=this._factory.blankNode()),n=this._readBlankNodeHead;break;case"(":this._saveContext("list",this._graph,r=this._factory.blankNode(),this.RDF_FIRST,this.RDF_NIL),this._subject=null;break;case")":if(this._restoreContext("list",e),o.length!==0&&o[o.length-1].type==="list"&&this._emit(this._subject,this._predicate,this._object,this._graph),this._predicate===null){if(n=this._readPredicate,this._subject===this.RDF_NIL)return n}else if(n=this._getContextEndReader(),this._object===this.RDF_NIL)return n;r=this.RDF_NIL;break;case"literal":e.prefix.length===0?(this._literalValue=e.value,n=this._readListItemDataTypeOrLang):(t=this._factory.literal(e.value,this._factory.namedNode(e.prefix)),n=this._getContextEndReader());break;case"{":return this._n3Mode?(this._saveContext("formula",this._graph,this._subject,this._predicate,this._graph=this._factory.blankNode()),this._readSubject):this._error("Unexpected graph",e);default:if((t=this._readEntity(e))===void 0)return}if(r===null&&(this._subject=r=this._factory.blankNode()),s===null?a.predicate===null?a.subject=r:a.object=r:this._emit(s,this.RDF_REST,r,this._graph),t!==null){if(this._n3Mode&&(e.type==="IRI"||e.type==="prefixed"))return this._saveContext("item",this._graph,r,this.RDF_FIRST,t),this._subject=t,this._predicate=null,this._getPathReader(this._readListItem);this._emit(r,this.RDF_FIRST,t,this._graph)}return n}_readDataTypeOrLang(e){return this._completeObjectLiteral(e,!1)}_readListItemDataTypeOrLang(e){return this._completeObjectLiteral(e,!0)}_completeLiteral(e){let t=this._factory.literal(this._literalValue);switch(e.type){case"type":case"typeIRI":const r=this._readEntity(e);if(r===void 0)return;t=this._factory.literal(this._literalValue,r),e=null;break;case"langcode":t=this._factory.literal(this._literalValue,e.value),e=null;break}return{token:e,literal:t}}_completeSubjectLiteral(e){return this._subject=this._completeLiteral(e).literal,this._readPredicateOrNamedGraph}_completeObjectLiteral(e,t){const r=this._completeLiteral(e);if(r)return this._object=r.literal,t&&this._emit(this._subject,this.RDF_FIRST,this._object,this._graph),r.token===null?this._getContextEndReader():(this._readCallback=this._getContextEndReader(),this._readCallback(r.token))}_readFormulaTail(e){return e.type!=="}"?this._readPunctuation(e):(this._subject!==null&&this._emit(this._subject,this._predicate,this._object,this._graph),this._restoreContext("formula",e),this._object===null?this._readPredicate:this._getContextEndReader())}_readPunctuation(e){let t,r=this._graph;const n=this._subject,s=this._inversePredicate;switch(e.type){case"}":if(this._graph===null)return this._error("Unexpected graph closing",e);if(this._n3Mode)return this._readFormulaTail(e);this._graph=null;case".":this._subject=null,t=this._contextStack.length?this._readSubject:this._readInTopContext,s&&(this._inversePredicate=!1);break;case";":t=this._readPredicate;break;case",":t=this._readObject;break;case"{|":if(!this._supportsRDFStar)return this._error("Unexpected RDF-star syntax",e);const o=this._predicate,a=this._object;this._subject=this._factory.quad(n,o,a,this.DEFAULTGRAPH),t=this._readPredicate;break;case"|}":if(this._subject.termType!=="Quad")return this._error("Unexpected asserted triple closing",e);this._subject=null,t=this._readPunctuation;break;default:if(this._supportsQuads&&this._graph===null&&(r=this._readEntity(e))!==void 0){t=this._readQuadPunctuation;break}return this._error(`Expected punctuation to follow "${this._object.id}"`,e)}if(n!==null){const o=this._predicate,a=this._object;s?this._emit(a,o,n,r):this._emit(n,o,a,r)}return t}_readBlankNodePunctuation(e){let t;switch(e.type){case";":t=this._readPredicate;break;case",":t=this._readObject;break;default:return this._error(`Expected punctuation to follow "${this._object.id}"`,e)}return this._emit(this._subject,this._predicate,this._object,this._graph),t}_readQuadPunctuation(e){return e.type!=="."?this._error("Expected dot to follow quad",e):this._readInTopContext}_readPrefix(e){return e.type!=="prefix"?this._error("Expected prefix to follow @prefix",e):(this._prefix=e.value,this._readPrefixIRI)}_readPrefixIRI(e){if(e.type!=="IRI")return this._error(`Expected IRI to follow prefix "${this._prefix}:"`,e);const t=this._readEntity(e);return this._prefixes[this._prefix]=t.value,this._prefixCallback(this._prefix,t),this._readDeclarationPunctuation}_readBaseIRI(e){const t=e.type==="IRI"&&this._resolveIRI(e.value);return t?(this._setBase(t),this._readDeclarationPunctuation):this._error("Expected valid IRI to follow base declaration",e)}_readNamedGraphLabel(e){switch(e.type){case"IRI":case"blank":case"prefixed":return this._readSubject(e),this._readGraph;case"[":return this._readNamedGraphBlankLabel;default:return this._error("Invalid graph label",e)}}_readNamedGraphBlankLabel(e){return e.type!=="]"?this._error("Invalid graph label",e):(this._subject=this._factory.blankNode(),this._readGraph)}_readDeclarationPunctuation(e){return this._sparqlStyle?(this._sparqlStyle=!1,this._readInTopContext(e)):e.type!=="."?this._error("Expected declaration to end with a dot",e):this._readInTopContext}_readQuantifierList(e){let t;switch(e.type){case"IRI":case"prefixed":if((t=this._readEntity(e,!0))!==void 0)break;default:return this._error(`Unexpected ${e.type}`,e)}return this._explicitQuantifiers?(this._subject===null?this._emit(this._graph||this.DEFAULTGRAPH,this._predicate,this._subject=this._factory.blankNode(),this.QUANTIFIERS_GRAPH):this._emit(this._subject,this.RDF_REST,this._subject=this._factory.blankNode(),this.QUANTIFIERS_GRAPH),this._emit(this._subject,this.RDF_FIRST,t,this.QUANTIFIERS_GRAPH)):this._quantified[t.id]=this._factory[this._quantifier](this._factory.blankNode().value),this._readQuantifierPunctuation}_readQuantifierPunctuation(e){return e.type===","?this._readQuantifierList:(this._explicitQuantifiers&&(this._emit(this._subject,this.RDF_REST,this.RDF_NIL,this.QUANTIFIERS_GRAPH),this._subject=null),this._readCallback=this._getContextEndReader(),this._readCallback(e))}_getPathReader(e){return this._afterPath=e,this._readPath}_readPath(e){switch(e.type){case"!":return this._readForwardPath;case"^":return this._readBackwardPath;default:const t=this._contextStack,r=t.length&&t[t.length-1];if(r&&r.type==="item"){const n=this._subject;this._restoreContext("item",e),this._emit(this._subject,this.RDF_FIRST,n,this._graph)}return this._afterPath(e)}}_readForwardPath(e){let t,r;const n=this._factory.blankNode();if((r=this._readEntity(e))!==void 0)return this._predicate===null?(t=this._subject,this._subject=n):(t=this._object,this._object=n),this._emit(t,r,n,this._graph),this._readPath}_readBackwardPath(e){const t=this._factory.blankNode();let r,n;if((r=this._readEntity(e))!==void 0)return this._predicate===null?(n=this._subject,this._subject=t):(n=this._object,this._object=t),this._emit(t,r,n,this._graph),this._readPath}_readRDFStarTailOrGraph(e){return e.type!==">>"?this._supportsQuads&&this._graph===null&&(this._graph=this._readEntity(e))!==void 0?this._readRDFStarTail:this._error(`Expected >> to follow "${this._object.id}"`,e):this._readRDFStarTail(e)}_readRDFStarTail(e){if(e.type!==">>")return this._error(`Expected >> but got ${e.type}`,e);const t=this._factory.quad(this._subject,this._predicate,this._object,this._graph||this.DEFAULTGRAPH);return this._restoreContext("<<",e),this._subject===null?(this._subject=t,this._readPredicate):(this._object=t,this._getContextEndReader())}_getContextEndReader(){const e=this._contextStack;if(!e.length)return this._readPunctuation;switch(e[e.length-1].type){case"blank":return this._readBlankNodeTail;case"list":return this._readListItem;case"formula":return this._readFormulaTail;case"<<":return this._readRDFStarTailOrGraph}}_emit(e,t,r,n){this._callback(null,this._factory.quad(e,t,r,n||this.DEFAULTGRAPH))}_error(e,t){const r=new Error(`${e} on line ${t.line}.`);r.context={token:t,line:t.line,previousToken:this._lexer.previousToken},this._callback(r),this._callback=xs}_resolveIRI(e){return/^[a-z][a-z0-9+.-]*:/i.test(e)?e:this._resolveRelativeIRI(e)}_resolveRelativeIRI(e){if(!e.length)return this._base;switch(e[0]){case"#":return this._base+e;case"?":return this._base.replace(/(?:\?.*)?$/,e);case"/":return(e[1]==="/"?this._baseScheme:this._baseRoot)+this._removeDotSegments(e);default:return/^[^/:]*:/.test(e)?null:this._removeDotSegments(this._basePath+e)}}_removeDotSegments(e){if(!/(^|\/)\.\.?($|[/#?])/.test(e))return e;const t=e.length;let r="",n=-1,s=-1,o=0,a="/";for(;n<t;){switch(a){case":":if(s<0&&e[++n]==="/"&&e[++n]==="/")for(;(s=n+1)<t&&e[s]!=="/";)n=s;break;case"?":case"#":n=t;break;case"/":if(e[n+1]===".")switch(a=e[++n+1],a){case"/":r+=e.substring(o,n-1),o=n+1;break;case void 0:case"?":case"#":return r+e.substring(o,n)+e.substr(n+1);case".":if(a=e[++n+1],a===void 0||a==="/"||a==="?"||a==="#"){if(r+=e.substring(o,n-2),(o=r.lastIndexOf("/"))>=s&&(r=r.substr(0,o)),a!=="/")return`${r}/${e.substr(n+1)}`;o=n+1}}}a=e[++n]}return r+e.substring(o)}parse(e,t,r){let n,s,o;if(t&&(t.onQuad||t.onPrefix||t.onComment)?(n=t.onQuad,s=t.onPrefix,o=t.onComment):(n=t,s=r),this._readCallback=this._readInTopContext,this._sparqlStyle=!1,this._prefixes=Object.create(null),this._prefixes._=this._blankNodePrefix?this._blankNodePrefix.substr(2):`b${cd++}_`,this._prefixCallback=s||xs,this._inversePredicate=!1,this._quantified=Object.create(null),!n){const l=[];let c;if(this._callback=(d,f)=>{d?c=d:f&&l.push(f)},this._lexer.tokenize(e).every(d=>this._readCallback=this._readCallback(d)),c)throw c;return l}let a=(l,c)=>{l!==null?(this._callback(l),this._callback=xs):this._readCallback&&(this._readCallback=this._readCallback(c))};o&&(this._lexer.comments=!0,a=(l,c)=>{l!==null?(this._callback(l),this._callback=xs):this._readCallback&&(c.type==="comment"?o(c.value):this._readCallback=this._readCallback(c))}),this._callback=n,this._lexer.tokenize(e,a)}}function xs(){}function lf(i,e){i._factory=e,i.DEFAULTGRAPH=e.defaultGraph(),i.RDF_FIRST=e.namedNode(_t.rdf.first),i.RDF_REST=e.namedNode(_t.rdf.rest),i.RDF_NIL=e.namedNode(_t.rdf.nil),i.N3_FORALL=e.namedNode(_t.r.forAll),i.N3_FORSOME=e.namedNode(_t.r.forSome),i.ABBREVIATIONS={a:e.namedNode(_t.rdf.type),"=":e.namedNode(_t.owl.sameAs),">":e.namedNode(_t.log.implies),"<":e.namedNode(_t.log.isImpliedBy)},i.QUANTIFIERS_GRAPH=e.namedNode("urn:n3:quantifiers")}lf(_l.prototype,Ve);function xl(i){return!!i&&i.termType==="DefaultGraph"}function Ls(i){return i.replace(/[\]\/\(\)\*\+\?\.\\\$]/g,"\\$&")}const am=/^:?[^:?#]*(?:[?#]|$)|^file:|^[^:]*:\/*[^?#]+?\/(?:\.\.?(?:\/|$)|\/)/i,lm=/^(?:(?:[^/?#]{3,}|\.?[^/?#.]\.?)(?:\/[^/?#]{3,}|\.?[^/?#.]\.?)*\/?)?(?:[?#]|$)/,dd="./",cm="../",No="?",ud="#";class ic{constructor(e){this.base=e,this._baseLength=0,this._baseMatcher=null,this._pathReplacements=new Array(e.length+1)}static supports(e){return!am.test(e)}_getBaseMatcher(){if(this._baseMatcher)return this._baseMatcher;if(!ic.supports(this.base))return this._baseMatcher=/.^/;const e=/^[^:]*:\/*/.exec(this.base)[0],t=["^",Ls(e)],r=[],n=[],s=/[^/?#]*([/?#])/y;let o,a=0,l=0,c=s.lastIndex=e.length;for(;!a&&!l&&(o=s.exec(this.base));)o[1]===ud?l=s.lastIndex-1:(t.push(Ls(o[0]),"(?:"),r.push(")?"),o[1]!==No?n.push(c=s.lastIndex):(a=c=s.lastIndex,l=this.base.indexOf(ud,a),this._pathReplacements[a]=No));for(let d=0;d<n.length;d++)this._pathReplacements[n[d]]=cm.repeat(n.length-d-1);return this._pathReplacements[n[n.length-1]]=dd,this._baseLength=l>0?l:this.base.length,t.push(Ls(this.base.substring(c,this._baseLength)),a?"(?:#|$)":"(?:[?#]|$)"),this._baseMatcher=new RegExp([...t,...r].join(""))}toRelative(e){const t=this._getBaseMatcher().exec(e);if(!t)return e;const r=t[0].length;if(r===this._baseLength&&r===e.length)return"";const n=this._pathReplacements[r];if(n){const s=e.substring(r);return n!==No&&!lm.test(s)?e:n===dd&&/^[^?#]/.test(s)?s:n+s}return e.substring(r-1)}}const gn=Ve.defaultGraph(),{rdf:dm,xsd:Lr}=_t,hd=/["\\\t\n\r\b\f\u0000-\u0019\ud800-\udbff]/,fd=/["\\\t\n\r\b\f\u0000-\u0019]|[\ud800-\udbff][\udc00-\udfff]/g,um={"\\":"\\\\",'"':'\\"'," ":"\\t","\n":"\\n","\r":"\\r","\b":"\\b","\f":"\\f"};class yn extends vi{equals(e){return e===this}}class rc{constructor(e,t){if(this._prefixRegex=/$0^/,e&&typeof e.write!="function"&&(t=e,e=null),t=t||{},this._lists=t.lists,e)this._outputStream=e,this._endStream=t.end===void 0?!0:!!t.end;else{let r="";this._outputStream={write(n,s,o){r+=n,o&&o()},end:n=>{n&&n(null,r)}},this._endStream=!0}this._subject=null,/triple|quad/i.test(t.format)?(this._lineMode=!0,this._writeQuad=this._writeQuadLine):(this._lineMode=!1,this._graph=gn,this._prefixIRIs=Object.create(null),t.prefixes&&this.addPrefixes(t.prefixes),t.baseIRI&&(this._baseIri=new ic(t.baseIRI)))}get _inDefaultGraph(){return gn.equals(this._graph)}_write(e,t){this._outputStream.write(e,"utf8",t)}_writeQuad(e,t,r,n,s){try{n.equals(this._graph)||(this._write((this._subject===null?"":this._inDefaultGraph?`.
7
+ `,r:"\r",t:" ",f:"\f",b:"\b",_:"_","~":"~",".":".","-":"-","!":"!",$:"$","&":"&","(":"(",")":")","*":"*","+":"+",",":",",";":";","=":"=","/":"/","?":"?","#":"#","@":"@","%":"%"},Qp=/[\x00-\x20<>\\"\{\}\|\^\`]/,Yp={_iri:!0,_unescapedIri:!0,_simpleQuotedString:!0,_langcode:!0,_blank:!0,_newline:!0,_comment:!0,_whitespace:!0,_endOfFile:!0},Zp=/$0^/;class em{constructor(e){if(this._iri=/^<((?:[^ <>{}\\]|\\[uU])+)>[ \t]*/,this._unescapedIri=/^<([^\x00-\x20<>\\"\{\}\|\^\`]*)>[ \t]*/,this._simpleQuotedString=/^"([^"\\\r\n]*)"(?=[^"])/,this._simpleApostropheString=/^'([^'\\\r\n]*)'(?=[^'])/,this._langcode=/^@([a-z]+(?:-[a-z0-9]+)*)(?=[^a-z0-9\-])/i,this._prefix=/^((?:[A-Za-z\xc0-\xd6\xd8-\xf6\xf8-\u02ff\u0370-\u037d\u037f-\u1fff\u200c\u200d\u2070-\u218f\u2c00-\u2fef\u3001-\ud7ff\uf900-\ufdcf\ufdf0-\ufffd]|[\ud800-\udb7f][\udc00-\udfff])(?:\.?[\-0-9A-Z_a-z\xb7\xc0-\xd6\xd8-\xf6\xf8-\u037d\u037f-\u1fff\u200c\u200d\u203f\u2040\u2070-\u218f\u2c00-\u2fef\u3001-\ud7ff\uf900-\ufdcf\ufdf0-\ufffd]|[\ud800-\udb7f][\udc00-\udfff])*)?:(?=[#\s<])/,this._prefixed=/^((?:[A-Za-z\xc0-\xd6\xd8-\xf6\xf8-\u02ff\u0370-\u037d\u037f-\u1fff\u200c\u200d\u2070-\u218f\u2c00-\u2fef\u3001-\ud7ff\uf900-\ufdcf\ufdf0-\ufffd]|[\ud800-\udb7f][\udc00-\udfff])(?:\.?[\-0-9A-Z_a-z\xb7\xc0-\xd6\xd8-\xf6\xf8-\u037d\u037f-\u1fff\u200c\u200d\u203f\u2040\u2070-\u218f\u2c00-\u2fef\u3001-\ud7ff\uf900-\ufdcf\ufdf0-\ufffd]|[\ud800-\udb7f][\udc00-\udfff])*)?:((?:(?:[0-:A-Z_a-z\xc0-\xd6\xd8-\xf6\xf8-\u02ff\u0370-\u037d\u037f-\u1fff\u200c\u200d\u2070-\u218f\u2c00-\u2fef\u3001-\ud7ff\uf900-\ufdcf\ufdf0-\ufffd]|[\ud800-\udb7f][\udc00-\udfff]|%[0-9a-fA-F]{2}|\\[!#-\/;=?\-@_~])(?:(?:[\.\-0-:A-Z_a-z\xb7\xc0-\xd6\xd8-\xf6\xf8-\u037d\u037f-\u1fff\u200c\u200d\u203f\u2040\u2070-\u218f\u2c00-\u2fef\u3001-\ud7ff\uf900-\ufdcf\ufdf0-\ufffd]|[\ud800-\udb7f][\udc00-\udfff]|%[0-9a-fA-F]{2}|\\[!#-\/;=?\-@_~])*(?:[\-0-:A-Z_a-z\xb7\xc0-\xd6\xd8-\xf6\xf8-\u037d\u037f-\u1fff\u200c\u200d\u203f\u2040\u2070-\u218f\u2c00-\u2fef\u3001-\ud7ff\uf900-\ufdcf\ufdf0-\ufffd]|[\ud800-\udb7f][\udc00-\udfff]|%[0-9a-fA-F]{2}|\\[!#-\/;=?\-@_~]))?)?)(?:[ \t]+|(?=\.?[,;!\^\s#()\[\]\{\}"'<>]))/,this._variable=/^\?(?:(?:[A-Z_a-z\xc0-\xd6\xd8-\xf6\xf8-\u02ff\u0370-\u037d\u037f-\u1fff\u200c\u200d\u2070-\u218f\u2c00-\u2fef\u3001-\ud7ff\uf900-\ufdcf\ufdf0-\ufffd]|[\ud800-\udb7f][\udc00-\udfff])(?:[\-0-:A-Z_a-z\xb7\xc0-\xd6\xd8-\xf6\xf8-\u037d\u037f-\u1fff\u200c\u200d\u203f\u2040\u2070-\u218f\u2c00-\u2fef\u3001-\ud7ff\uf900-\ufdcf\ufdf0-\ufffd]|[\ud800-\udb7f][\udc00-\udfff])*)(?=[.,;!\^\s#()\[\]\{\}"'<>])/,this._blank=/^_:((?:[0-9A-Z_a-z\xc0-\xd6\xd8-\xf6\xf8-\u02ff\u0370-\u037d\u037f-\u1fff\u200c\u200d\u2070-\u218f\u2c00-\u2fef\u3001-\ud7ff\uf900-\ufdcf\ufdf0-\ufffd]|[\ud800-\udb7f][\udc00-\udfff])(?:\.?[\-0-9A-Z_a-z\xb7\xc0-\xd6\xd8-\xf6\xf8-\u037d\u037f-\u1fff\u200c\u200d\u203f\u2040\u2070-\u218f\u2c00-\u2fef\u3001-\ud7ff\uf900-\ufdcf\ufdf0-\ufffd]|[\ud800-\udb7f][\udc00-\udfff])*)(?:[ \t]+|(?=\.?[,;:\s#()\[\]\{\}"'<>]))/,this._number=/^[\-+]?(?:(\d+\.\d*|\.?\d+)[eE][\-+]?|\d*(\.)?)\d+(?=\.?[,;:\s#()\[\]\{\}"'<>])/,this._boolean=/^(?:true|false)(?=[.,;\s#()\[\]\{\}"'<>])/,this._keyword=/^@[a-z]+(?=[\s#<:])/i,this._sparqlKeyword=/^(?:PREFIX|BASE|GRAPH)(?=[\s#<])/i,this._shortPredicates=/^a(?=[\s#()\[\]\{\}"'<>])/,this._newline=/^[ \t]*(?:#[^\n\r]*)?(?:\r\n|\n|\r)[ \t]*/,this._comment=/#([^\n\r]*)/,this._whitespace=/^[ \t]+/,this._endOfFile=/^(?:#[^\n\r]*)?$/,e=e||{},this._isImpliedBy=e.isImpliedBy,this._lineMode=!!e.lineMode){this._n3Mode=!1;for(const t in this)!(t in Yp)&&this[t]instanceof RegExp&&(this[t]=Zp)}else this._n3Mode=e.n3!==!1;this.comments=!!e.comments,this._literalClosingPos=0}_tokenizeToEnd(e,t){let r=this._input,n=r.length;for(;;){let a,l;for(;a=this._newline.exec(r);)this.comments&&(l=this._comment.exec(a[0]))&&s("comment",l[1],"",this._line,a[0].length),r=r.substr(a[0].length,r.length),n=r.length,this._line++;if(!a&&(a=this._whitespace.exec(r))&&(r=r.substr(a[0].length,r.length)),this._endOfFile.test(r))return t&&(this.comments&&(l=this._comment.exec(r))&&s("comment",l[1],"",this._line,r.length),r=null,s("eof","","",this._line,0)),this._input=r;const c=this._line,d=r[0];let f="",g="",y="",b=null,_=0,E=!1;switch(d){case"^":if(r.length<3)break;if(r[1]==="^"){if(this._previousMarker="^^",r=r.substr(2),r[0]!=="<"){E=!0;break}}else{this._n3Mode&&(_=1,f="^");break}case"<":if(b=this._unescapedIri.exec(r))f="IRI",g=b[1];else if(b=this._iri.exec(r)){if(g=this._unescape(b[1]),g===null||Qp.test(g))return o(this);f="IRI"}else r.length>1&&r[1]==="<"?(f="<<",_=2):this._n3Mode&&r.length>1&&r[1]==="="&&(_=2,this._isImpliedBy?(f="abbreviation",g="<"):(f="inverse",g=">"));break;case">":r.length>1&&r[1]===">"&&(f=">>",_=2);break;case"_":((b=this._blank.exec(r))||t&&(b=this._blank.exec(`${r} `)))&&(f="blank",y="_",g=b[1]);break;case'"':if(b=this._simpleQuotedString.exec(r))g=b[1];else if({value:g,matchLength:_}=this._parseLiteral(r),g===null)return o(this);(b!==null||_!==0)&&(f="literal",this._literalClosingPos=0);break;case"'":if(!this._lineMode){if(b=this._simpleApostropheString.exec(r))g=b[1];else if({value:g,matchLength:_}=this._parseLiteral(r),g===null)return o(this);(b!==null||_!==0)&&(f="literal",this._literalClosingPos=0)}break;case"?":this._n3Mode&&(b=this._variable.exec(r))&&(f="var",g=b[0]);break;case"@":this._previousMarker==="literal"&&(b=this._langcode.exec(r))?(f="langcode",g=b[1]):(b=this._keyword.exec(r))&&(f=b[0]);break;case".":if(r.length===1?t:r[1]<"0"||r[1]>"9"){f=".",_=1;break}case"0":case"1":case"2":case"3":case"4":case"5":case"6":case"7":case"8":case"9":case"+":case"-":(b=this._number.exec(r)||t&&(b=this._number.exec(`${r} `)))&&(f="literal",g=b[0],y=typeof b[1]=="string"?_s.double:typeof b[2]=="string"?_s.decimal:_s.integer);break;case"B":case"b":case"p":case"P":case"G":case"g":(b=this._sparqlKeyword.exec(r))?f=b[0].toUpperCase():E=!0;break;case"f":case"t":(b=this._boolean.exec(r))?(f="literal",g=b[0],y=_s.boolean):E=!0;break;case"a":(b=this._shortPredicates.exec(r))?(f="abbreviation",g="a"):E=!0;break;case"=":this._n3Mode&&r.length>1&&(f="abbreviation",r[1]!==">"?(_=1,g="="):(_=2,g=">"));break;case"!":if(!this._n3Mode)break;case",":case";":case"[":case"]":case"(":case")":case"}":this._lineMode||(_=1,f=d);break;case"{":!this._lineMode&&r.length>=2&&(r[1]==="|"?(f="{|",_=2):(f=d,_=1));break;case"|":r.length>=2&&r[1]==="}"&&(f="|}",_=2);break;default:E=!0}if(E&&((this._previousMarker==="@prefix"||this._previousMarker==="PREFIX")&&(b=this._prefix.exec(r))?(f="prefix",g=b[1]||""):((b=this._prefixed.exec(r))||t&&(b=this._prefixed.exec(`${r} `)))&&(f="prefixed",y=b[1]||"",g=this._unescape(b[2]))),this._previousMarker==="^^")switch(f){case"prefixed":f="type";break;case"IRI":f="typeIRI";break;default:f=""}if(!f)return t||!/^'''|^"""/.test(r)&&/\n|\r/.test(r)?o(this):this._input=r;const S=_||b[0].length,k=s(f,g,y,c,S);this.previousToken=k,this._previousMarker=f,r=r.substr(S,r.length)}function s(a,l,c,d,f){const g=r?n-r.length:n,y=g+f,b={type:a,value:l,prefix:c,line:d,start:g,end:y};return e(null,b),b}function o(a){e(a._syntaxError(/^\S*/.exec(r)[0]))}}_unescape(e){let t=!1;const r=e.replace(Xp,(n,s,o,a)=>{if(typeof s=="string")return String.fromCharCode(Number.parseInt(s,16));if(typeof o=="string"){let l=Number.parseInt(o,16);return l<=65535?String.fromCharCode(Number.parseInt(o,16)):String.fromCharCode(55296+((l-=65536)>>10),56320+(l&1023))}return a in ld?ld[a]:(t=!0,"")});return t?null:r}_parseLiteral(e){if(e.length>=3){const t=e.match(/^(?:"""|"|'''|'|)/)[0],r=t.length;let n=Math.max(this._literalClosingPos,r);for(;(n=e.indexOf(t,n))>0;){let s=0;for(;e[n-s-1]==="\\";)s++;if(s%2===0){const o=e.substring(r,n),a=o.split(/\r\n|\r|\n/).length-1,l=n+r;if(r===1&&a!==0||r===3&&this._lineMode)break;return this._line+=a,{value:this._unescape(o),matchLength:l}}n++}this._literalClosingPos=e.length-r+1}return{value:"",matchLength:0}}_syntaxError(e){this._input=null;const t=new Error(`Unexpected "${e}" on line ${this._line}.`);return t.context={token:void 0,line:this._line,previousToken:this.previousToken},t}_readStartingBom(e){return e.startsWith("\uFEFF")?e.substr(1):e}tokenize(e,t){if(this._line=1,typeof e=="string")if(this._input=this._readStartingBom(e),typeof t=="function")queueMicrotask(()=>this._tokenizeToEnd(t,!0));else{const r=[];let n;if(this._tokenizeToEnd((s,o)=>s?n=s:r.push(o),!0),n)throw n;return r}else this._pendingBuffer=null,typeof e.setEncoding=="function"&&e.setEncoding("utf8"),e.on("data",r=>{this._input!==null&&r.length!==0&&(this._pendingBuffer&&(r=Jp.Buffer.concat([this._pendingBuffer,r]),this._pendingBuffer=null),r[r.length-1]&128?this._pendingBuffer=r:(typeof this._input>"u"?this._input=this._readStartingBom(typeof r=="string"?r:r.toString()):this._input+=r,this._tokenizeToEnd(t,!1)))}),e.on("end",()=>{typeof this._input=="string"&&this._tokenizeToEnd(t,!0)}),e.on("error",t)}}const{rdf:tm,xsd:br}=_t;let nn,im=0;const Ve={namedNode:rf,blankNode:nf,variable:of,literal:sf,defaultGraph:om,quad:wl,triple:wl,fromTerm:Pn,fromQuad:af};class wi{constructor(e){this.id=e}get value(){return this.id}equals(e){return e instanceof wi?this.id===e.id:!!e&&this.termType===e.termType&&this.value===e.value}hashCode(){return 0}toJSON(){return{termType:this.termType,value:this.value}}}let no=class extends wi{get termType(){return"NamedNode"}},ai=class tf extends wi{get termType(){return"Literal"}get value(){return this.id.substring(1,this.id.lastIndexOf('"'))}get language(){const e=this.id;let t=e.lastIndexOf('"')+1;return t<e.length&&e[t++]==="@"?e.substr(t).toLowerCase():""}get datatype(){return new no(this.datatypeString)}get datatypeString(){const e=this.id,t=e.lastIndexOf('"')+1,r=t<e.length?e[t]:"";return r==="^"?e.substr(t+2):r!=="@"?br.string:tm.langString}equals(e){return e instanceof tf?this.id===e.id:!!e&&!!e.datatype&&this.termType===e.termType&&this.value===e.value&&this.language===e.language&&this.datatype.value===e.datatype.value}toJSON(){return{termType:this.termType,value:this.value,language:this.language,datatype:{termType:"NamedNode",value:this.datatypeString}}}},rm=class extends wi{constructor(e){super(`_:${e}`)}get termType(){return"BlankNode"}get value(){return this.id.substr(2)}},nm=class extends wi{constructor(e){super(`?${e}`)}get termType(){return"Variable"}get value(){return this.id.substr(1)}},sm=class extends wi{constructor(){return super(""),nn||this}get termType(){return"DefaultGraph"}equals(e){return this===e||!!e&&this.termType===e.termType}};nn=new sm;function Mn(i,e,t){if(e=e||Ve,!i)return e.defaultGraph();switch(i[0]){case"?":return e.variable(i.substr(1));case"_":return e.blankNode(i.substr(2));case'"':if(e===Ve)return new ai(i);if(i[i.length-1]==='"')return e.literal(i.substr(1,i.length-2));const r=i.lastIndexOf('"',i.length-1);return e.literal(i.substr(1,r-1),i[r+1]==="@"?i.substr(r+2):e.namedNode(i.substr(r+3)));case"[":i=JSON.parse(i);break;default:if(!t||!Array.isArray(i))return e.namedNode(i)}return e.quad(Mn(i[0],e,!0),Mn(i[1],e,!0),Mn(i[2],e,!0),i[3]&&Mn(i[3],e,!0))}function Br(i,e){if(typeof i=="string")return i;if(i instanceof wi&&i.termType!=="Quad")return i.id;if(!i)return nn.id;switch(i.termType){case"NamedNode":return i.value;case"BlankNode":return`_:${i.value}`;case"Variable":return`?${i.value}`;case"DefaultGraph":return"";case"Literal":return`"${i.value}"${i.language?`@${i.language}`:i.datatype&&i.datatype.value!==br.string?`^^${i.datatype.value}`:""}`;case"Quad":const t=[Br(i.subject,!0),Br(i.predicate,!0),Br(i.object,!0)];return i.graph&&i.graph.termType!=="DefaultGraph"&&t.push(Br(i.graph,!0)),e?t:JSON.stringify(t);default:throw new Error(`Unexpected termType: ${i.termType}`)}}let so=class extends wi{constructor(e,t,r,n){super(""),this._subject=e,this._predicate=t,this._object=r,this._graph=n||nn}get termType(){return"Quad"}get subject(){return this._subject}get predicate(){return this._predicate}get object(){return this._object}get graph(){return this._graph}toJSON(){return{termType:this.termType,subject:this._subject.toJSON(),predicate:this._predicate.toJSON(),object:this._object.toJSON(),graph:this._graph.toJSON()}}equals(e){return!!e&&this._subject.equals(e.subject)&&this._predicate.equals(e.predicate)&&this._object.equals(e.object)&&this._graph.equals(e.graph)}};function rf(i){return new no(i)}function nf(i){return new rm(i||`n3-${im++}`)}function sf(i,e){if(typeof e=="string")return new ai(`"${i}"@${e.toLowerCase()}`);let t=e?e.value:"";return t===""&&(typeof i=="boolean"?t=br.boolean:typeof i=="number"&&(Number.isFinite(i)?t=Number.isInteger(i)?br.integer:br.double:(t=br.double,Number.isNaN(i)||(i=i>0?"INF":"-INF")))),t===""||t===br.string?new ai(`"${i}"`):new ai(`"${i}"^^${t}`)}function of(i){return new nm(i)}function om(){return nn}function wl(i,e,t,r){return new so(i,e,t,r)}function Pn(i){if(i instanceof wi)return i;switch(i.termType){case"NamedNode":return rf(i.value);case"BlankNode":return nf(i.value);case"Variable":return of(i.value);case"DefaultGraph":return nn;case"Literal":return sf(i.value,i.language||i.datatype);case"Quad":return af(i);default:throw new Error(`Unexpected termType: ${i.termType}`)}}function af(i){if(i instanceof so)return i;if(i.termType!=="Quad")throw new Error(`Unexpected termType: ${i.termType}`);return wl(Pn(i.subject),Pn(i.predicate),Pn(i.object),Pn(i.graph))}let cd=0;class _l{constructor(e){this._contextStack=[],this._graph=null,e=e||{},this._setBase(e.baseIRI),e.factory&&lf(this,e.factory);const t=typeof e.format=="string"?e.format.match(/\w*$/)[0].toLowerCase():"",r=/turtle/.test(t),n=/trig/.test(t),s=/triple/.test(t),o=/quad/.test(t),a=this._n3Mode=/n3/.test(t),l=s||o;(this._supportsNamedGraphs=!(r||a))||(this._readPredicateOrNamedGraph=this._readPredicate),this._supportsQuads=!(r||n||s||a),this._isImpliedBy=e.isImpliedBy,this._supportsRDFStar=t===""||/star|\*$/.test(t),l&&(this._resolveRelativeIRI=c=>null),this._blankNodePrefix=typeof e.blankNodePrefix!="string"?"":e.blankNodePrefix.replace(/^(?!_:)/,"_:"),this._lexer=e.lexer||new em({lineMode:l,n3:a,isImpliedBy:this._isImpliedBy}),this._explicitQuantifiers=!!e.explicitQuantifiers}static _resetBlankNodePrefix(){cd=0}_setBase(e){if(!e)this._base="",this._basePath="";else{const t=e.indexOf("#");t>=0&&(e=e.substr(0,t)),this._base=e,this._basePath=e.indexOf("/")<0?e:e.replace(/[^\/?]*(?:\?.*)?$/,""),e=e.match(/^(?:([a-z][a-z0-9+.-]*:))?(?:\/\/[^\/]*)?/i),this._baseRoot=e[0],this._baseScheme=e[1]}}_saveContext(e,t,r,n,s){const o=this._n3Mode;this._contextStack.push({type:e,subject:r,predicate:n,object:s,graph:t,inverse:o?this._inversePredicate:!1,blankPrefix:o?this._prefixes._:"",quantified:o?this._quantified:null}),o&&(this._inversePredicate=!1,this._prefixes._=this._graph?`${this._graph.value}.`:".",this._quantified=Object.create(this._quantified))}_restoreContext(e,t){const r=this._contextStack.pop();if(!r||r.type!==e)return this._error(`Unexpected ${t.type}`,t);this._subject=r.subject,this._predicate=r.predicate,this._object=r.object,this._graph=r.graph,this._n3Mode&&(this._inversePredicate=r.inverse,this._prefixes._=r.blankPrefix,this._quantified=r.quantified)}_readInTopContext(e){switch(e.type){case"eof":return this._graph!==null?this._error("Unclosed graph",e):(delete this._prefixes._,this._callback(null,null,this._prefixes));case"PREFIX":this._sparqlStyle=!0;case"@prefix":return this._readPrefix;case"BASE":this._sparqlStyle=!0;case"@base":return this._readBaseIRI;case"{":if(this._supportsNamedGraphs)return this._graph="",this._subject=null,this._readSubject;case"GRAPH":if(this._supportsNamedGraphs)return this._readNamedGraphLabel;default:return this._readSubject(e)}}_readEntity(e,t){let r;switch(e.type){case"IRI":case"typeIRI":const n=this._resolveIRI(e.value);if(n===null)return this._error("Invalid IRI",e);r=this._factory.namedNode(n);break;case"type":case"prefixed":const s=this._prefixes[e.prefix];if(s===void 0)return this._error(`Undefined prefix "${e.prefix}:"`,e);r=this._factory.namedNode(s+e.value);break;case"blank":r=this._factory.blankNode(this._prefixes[e.prefix]+e.value);break;case"var":r=this._factory.variable(e.value.substr(1));break;default:return this._error(`Expected entity but got ${e.type}`,e)}return!t&&this._n3Mode&&r.id in this._quantified&&(r=this._quantified[r.id]),r}_readSubject(e){switch(this._predicate=null,e.type){case"[":return this._saveContext("blank",this._graph,this._subject=this._factory.blankNode(),null,null),this._readBlankNodeHead;case"(":return this._saveContext("list",this._graph,this.RDF_NIL,null,null),this._subject=null,this._readListItem;case"{":return this._n3Mode?(this._saveContext("formula",this._graph,this._graph=this._factory.blankNode(),null,null),this._readSubject):this._error("Unexpected graph",e);case"}":return this._readPunctuation(e);case"@forSome":return this._n3Mode?(this._subject=null,this._predicate=this.N3_FORSOME,this._quantifier="blankNode",this._readQuantifierList):this._error('Unexpected "@forSome"',e);case"@forAll":return this._n3Mode?(this._subject=null,this._predicate=this.N3_FORALL,this._quantifier="variable",this._readQuantifierList):this._error('Unexpected "@forAll"',e);case"literal":if(!this._n3Mode)return this._error("Unexpected literal",e);if(e.prefix.length===0)return this._literalValue=e.value,this._completeSubjectLiteral;this._subject=this._factory.literal(e.value,this._factory.namedNode(e.prefix));break;case"<<":return this._supportsRDFStar?(this._saveContext("<<",this._graph,null,null,null),this._graph=null,this._readSubject):this._error("Unexpected RDF-star syntax",e);default:if((this._subject=this._readEntity(e))===void 0)return;if(this._n3Mode)return this._getPathReader(this._readPredicateOrNamedGraph)}return this._readPredicateOrNamedGraph}_readPredicate(e){const t=e.type;switch(t){case"inverse":this._inversePredicate=!0;case"abbreviation":this._predicate=this.ABBREVIATIONS[e.value];break;case".":case"]":case"}":return this._predicate===null?this._error(`Unexpected ${t}`,e):(this._subject=null,t==="]"?this._readBlankNodeTail(e):this._readPunctuation(e));case";":return this._predicate!==null?this._readPredicate:this._error("Expected predicate but got ;",e);case"[":if(this._n3Mode)return this._saveContext("blank",this._graph,this._subject,this._subject=this._factory.blankNode(),null),this._readBlankNodeHead;case"blank":if(!this._n3Mode)return this._error("Disallowed blank node as predicate",e);default:if((this._predicate=this._readEntity(e))===void 0)return}return this._readObject}_readObject(e){switch(e.type){case"literal":if(e.prefix.length===0)return this._literalValue=e.value,this._readDataTypeOrLang;this._object=this._factory.literal(e.value,this._factory.namedNode(e.prefix));break;case"[":return this._saveContext("blank",this._graph,this._subject,this._predicate,this._subject=this._factory.blankNode()),this._readBlankNodeHead;case"(":return this._saveContext("list",this._graph,this._subject,this._predicate,this.RDF_NIL),this._subject=null,this._readListItem;case"{":return this._n3Mode?(this._saveContext("formula",this._graph,this._subject,this._predicate,this._graph=this._factory.blankNode()),this._readSubject):this._error("Unexpected graph",e);case"<<":return this._supportsRDFStar?(this._saveContext("<<",this._graph,this._subject,this._predicate,null),this._graph=null,this._readSubject):this._error("Unexpected RDF-star syntax",e);default:if((this._object=this._readEntity(e))===void 0)return;if(this._n3Mode)return this._getPathReader(this._getContextEndReader())}return this._getContextEndReader()}_readPredicateOrNamedGraph(e){return e.type==="{"?this._readGraph(e):this._readPredicate(e)}_readGraph(e){return e.type!=="{"?this._error(`Expected graph but got ${e.type}`,e):(this._graph=this._subject,this._subject=null,this._readSubject)}_readBlankNodeHead(e){return e.type==="]"?(this._subject=null,this._readBlankNodeTail(e)):(this._predicate=null,this._readPredicate(e))}_readBlankNodeTail(e){if(e.type!=="]")return this._readBlankNodePunctuation(e);this._subject!==null&&this._emit(this._subject,this._predicate,this._object,this._graph);const t=this._predicate===null;return this._restoreContext("blank",e),this._object!==null?this._getContextEndReader():this._predicate!==null?this._readObject:t?this._readPredicateOrNamedGraph:this._readPredicateAfterBlank}_readPredicateAfterBlank(e){switch(e.type){case".":case"}":return this._subject=null,this._readPunctuation(e);default:return this._readPredicate(e)}}_readListItem(e){let t=null,r=null,n=this._readListItem;const s=this._subject,o=this._contextStack,a=o[o.length-1];switch(e.type){case"[":this._saveContext("blank",this._graph,r=this._factory.blankNode(),this.RDF_FIRST,this._subject=t=this._factory.blankNode()),n=this._readBlankNodeHead;break;case"(":this._saveContext("list",this._graph,r=this._factory.blankNode(),this.RDF_FIRST,this.RDF_NIL),this._subject=null;break;case")":if(this._restoreContext("list",e),o.length!==0&&o[o.length-1].type==="list"&&this._emit(this._subject,this._predicate,this._object,this._graph),this._predicate===null){if(n=this._readPredicate,this._subject===this.RDF_NIL)return n}else if(n=this._getContextEndReader(),this._object===this.RDF_NIL)return n;r=this.RDF_NIL;break;case"literal":e.prefix.length===0?(this._literalValue=e.value,n=this._readListItemDataTypeOrLang):(t=this._factory.literal(e.value,this._factory.namedNode(e.prefix)),n=this._getContextEndReader());break;case"{":return this._n3Mode?(this._saveContext("formula",this._graph,this._subject,this._predicate,this._graph=this._factory.blankNode()),this._readSubject):this._error("Unexpected graph",e);default:if((t=this._readEntity(e))===void 0)return}if(r===null&&(this._subject=r=this._factory.blankNode()),s===null?a.predicate===null?a.subject=r:a.object=r:this._emit(s,this.RDF_REST,r,this._graph),t!==null){if(this._n3Mode&&(e.type==="IRI"||e.type==="prefixed"))return this._saveContext("item",this._graph,r,this.RDF_FIRST,t),this._subject=t,this._predicate=null,this._getPathReader(this._readListItem);this._emit(r,this.RDF_FIRST,t,this._graph)}return n}_readDataTypeOrLang(e){return this._completeObjectLiteral(e,!1)}_readListItemDataTypeOrLang(e){return this._completeObjectLiteral(e,!0)}_completeLiteral(e){let t=this._factory.literal(this._literalValue);switch(e.type){case"type":case"typeIRI":const r=this._readEntity(e);if(r===void 0)return;t=this._factory.literal(this._literalValue,r),e=null;break;case"langcode":t=this._factory.literal(this._literalValue,e.value),e=null;break}return{token:e,literal:t}}_completeSubjectLiteral(e){return this._subject=this._completeLiteral(e).literal,this._readPredicateOrNamedGraph}_completeObjectLiteral(e,t){const r=this._completeLiteral(e);if(r)return this._object=r.literal,t&&this._emit(this._subject,this.RDF_FIRST,this._object,this._graph),r.token===null?this._getContextEndReader():(this._readCallback=this._getContextEndReader(),this._readCallback(r.token))}_readFormulaTail(e){return e.type!=="}"?this._readPunctuation(e):(this._subject!==null&&this._emit(this._subject,this._predicate,this._object,this._graph),this._restoreContext("formula",e),this._object===null?this._readPredicate:this._getContextEndReader())}_readPunctuation(e){let t,r=this._graph;const n=this._subject,s=this._inversePredicate;switch(e.type){case"}":if(this._graph===null)return this._error("Unexpected graph closing",e);if(this._n3Mode)return this._readFormulaTail(e);this._graph=null;case".":this._subject=null,t=this._contextStack.length?this._readSubject:this._readInTopContext,s&&(this._inversePredicate=!1);break;case";":t=this._readPredicate;break;case",":t=this._readObject;break;case"{|":if(!this._supportsRDFStar)return this._error("Unexpected RDF-star syntax",e);const o=this._predicate,a=this._object;this._subject=this._factory.quad(n,o,a,this.DEFAULTGRAPH),t=this._readPredicate;break;case"|}":if(this._subject.termType!=="Quad")return this._error("Unexpected asserted triple closing",e);this._subject=null,t=this._readPunctuation;break;default:if(this._supportsQuads&&this._graph===null&&(r=this._readEntity(e))!==void 0){t=this._readQuadPunctuation;break}return this._error(`Expected punctuation to follow "${this._object.id}"`,e)}if(n!==null){const o=this._predicate,a=this._object;s?this._emit(a,o,n,r):this._emit(n,o,a,r)}return t}_readBlankNodePunctuation(e){let t;switch(e.type){case";":t=this._readPredicate;break;case",":t=this._readObject;break;default:return this._error(`Expected punctuation to follow "${this._object.id}"`,e)}return this._emit(this._subject,this._predicate,this._object,this._graph),t}_readQuadPunctuation(e){return e.type!=="."?this._error("Expected dot to follow quad",e):this._readInTopContext}_readPrefix(e){return e.type!=="prefix"?this._error("Expected prefix to follow @prefix",e):(this._prefix=e.value,this._readPrefixIRI)}_readPrefixIRI(e){if(e.type!=="IRI")return this._error(`Expected IRI to follow prefix "${this._prefix}:"`,e);const t=this._readEntity(e);return this._prefixes[this._prefix]=t.value,this._prefixCallback(this._prefix,t),this._readDeclarationPunctuation}_readBaseIRI(e){const t=e.type==="IRI"&&this._resolveIRI(e.value);return t?(this._setBase(t),this._readDeclarationPunctuation):this._error("Expected valid IRI to follow base declaration",e)}_readNamedGraphLabel(e){switch(e.type){case"IRI":case"blank":case"prefixed":return this._readSubject(e),this._readGraph;case"[":return this._readNamedGraphBlankLabel;default:return this._error("Invalid graph label",e)}}_readNamedGraphBlankLabel(e){return e.type!=="]"?this._error("Invalid graph label",e):(this._subject=this._factory.blankNode(),this._readGraph)}_readDeclarationPunctuation(e){return this._sparqlStyle?(this._sparqlStyle=!1,this._readInTopContext(e)):e.type!=="."?this._error("Expected declaration to end with a dot",e):this._readInTopContext}_readQuantifierList(e){let t;switch(e.type){case"IRI":case"prefixed":if((t=this._readEntity(e,!0))!==void 0)break;default:return this._error(`Unexpected ${e.type}`,e)}return this._explicitQuantifiers?(this._subject===null?this._emit(this._graph||this.DEFAULTGRAPH,this._predicate,this._subject=this._factory.blankNode(),this.QUANTIFIERS_GRAPH):this._emit(this._subject,this.RDF_REST,this._subject=this._factory.blankNode(),this.QUANTIFIERS_GRAPH),this._emit(this._subject,this.RDF_FIRST,t,this.QUANTIFIERS_GRAPH)):this._quantified[t.id]=this._factory[this._quantifier](this._factory.blankNode().value),this._readQuantifierPunctuation}_readQuantifierPunctuation(e){return e.type===","?this._readQuantifierList:(this._explicitQuantifiers&&(this._emit(this._subject,this.RDF_REST,this.RDF_NIL,this.QUANTIFIERS_GRAPH),this._subject=null),this._readCallback=this._getContextEndReader(),this._readCallback(e))}_getPathReader(e){return this._afterPath=e,this._readPath}_readPath(e){switch(e.type){case"!":return this._readForwardPath;case"^":return this._readBackwardPath;default:const t=this._contextStack,r=t.length&&t[t.length-1];if(r&&r.type==="item"){const n=this._subject;this._restoreContext("item",e),this._emit(this._subject,this.RDF_FIRST,n,this._graph)}return this._afterPath(e)}}_readForwardPath(e){let t,r;const n=this._factory.blankNode();if((r=this._readEntity(e))!==void 0)return this._predicate===null?(t=this._subject,this._subject=n):(t=this._object,this._object=n),this._emit(t,r,n,this._graph),this._readPath}_readBackwardPath(e){const t=this._factory.blankNode();let r,n;if((r=this._readEntity(e))!==void 0)return this._predicate===null?(n=this._subject,this._subject=t):(n=this._object,this._object=t),this._emit(t,r,n,this._graph),this._readPath}_readRDFStarTailOrGraph(e){return e.type!==">>"?this._supportsQuads&&this._graph===null&&(this._graph=this._readEntity(e))!==void 0?this._readRDFStarTail:this._error(`Expected >> to follow "${this._object.id}"`,e):this._readRDFStarTail(e)}_readRDFStarTail(e){if(e.type!==">>")return this._error(`Expected >> but got ${e.type}`,e);const t=this._factory.quad(this._subject,this._predicate,this._object,this._graph||this.DEFAULTGRAPH);return this._restoreContext("<<",e),this._subject===null?(this._subject=t,this._readPredicate):(this._object=t,this._getContextEndReader())}_getContextEndReader(){const e=this._contextStack;if(!e.length)return this._readPunctuation;switch(e[e.length-1].type){case"blank":return this._readBlankNodeTail;case"list":return this._readListItem;case"formula":return this._readFormulaTail;case"<<":return this._readRDFStarTailOrGraph}}_emit(e,t,r,n){this._callback(null,this._factory.quad(e,t,r,n||this.DEFAULTGRAPH))}_error(e,t){const r=new Error(`${e} on line ${t.line}.`);r.context={token:t,line:t.line,previousToken:this._lexer.previousToken},this._callback(r),this._callback=xs}_resolveIRI(e){return/^[a-z][a-z0-9+.-]*:/i.test(e)?e:this._resolveRelativeIRI(e)}_resolveRelativeIRI(e){if(!e.length)return this._base;switch(e[0]){case"#":return this._base+e;case"?":return this._base.replace(/(?:\?.*)?$/,e);case"/":return(e[1]==="/"?this._baseScheme:this._baseRoot)+this._removeDotSegments(e);default:return/^[^/:]*:/.test(e)?null:this._removeDotSegments(this._basePath+e)}}_removeDotSegments(e){if(!/(^|\/)\.\.?($|[/#?])/.test(e))return e;const t=e.length;let r="",n=-1,s=-1,o=0,a="/";for(;n<t;){switch(a){case":":if(s<0&&e[++n]==="/"&&e[++n]==="/")for(;(s=n+1)<t&&e[s]!=="/";)n=s;break;case"?":case"#":n=t;break;case"/":if(e[n+1]===".")switch(a=e[++n+1],a){case"/":r+=e.substring(o,n-1),o=n+1;break;case void 0:case"?":case"#":return r+e.substring(o,n)+e.substr(n+1);case".":if(a=e[++n+1],a===void 0||a==="/"||a==="?"||a==="#"){if(r+=e.substring(o,n-2),(o=r.lastIndexOf("/"))>=s&&(r=r.substr(0,o)),a!=="/")return`${r}/${e.substr(n+1)}`;o=n+1}}}a=e[++n]}return r+e.substring(o)}parse(e,t,r){let n,s,o;if(t&&(t.onQuad||t.onPrefix||t.onComment)?(n=t.onQuad,s=t.onPrefix,o=t.onComment):(n=t,s=r),this._readCallback=this._readInTopContext,this._sparqlStyle=!1,this._prefixes=Object.create(null),this._prefixes._=this._blankNodePrefix?this._blankNodePrefix.substr(2):`b${cd++}_`,this._prefixCallback=s||xs,this._inversePredicate=!1,this._quantified=Object.create(null),!n){const l=[];let c;if(this._callback=(d,f)=>{d?c=d:f&&l.push(f)},this._lexer.tokenize(e).every(d=>this._readCallback=this._readCallback(d)),c)throw c;return l}let a=(l,c)=>{l!==null?(this._callback(l),this._callback=xs):this._readCallback&&(this._readCallback=this._readCallback(c))};o&&(this._lexer.comments=!0,a=(l,c)=>{l!==null?(this._callback(l),this._callback=xs):this._readCallback&&(c.type==="comment"?o(c.value):this._readCallback=this._readCallback(c))}),this._callback=n,this._lexer.tokenize(e,a)}}function xs(){}function lf(i,e){i._factory=e,i.DEFAULTGRAPH=e.defaultGraph(),i.RDF_FIRST=e.namedNode(_t.rdf.first),i.RDF_REST=e.namedNode(_t.rdf.rest),i.RDF_NIL=e.namedNode(_t.rdf.nil),i.N3_FORALL=e.namedNode(_t.r.forAll),i.N3_FORSOME=e.namedNode(_t.r.forSome),i.ABBREVIATIONS={a:e.namedNode(_t.rdf.type),"=":e.namedNode(_t.owl.sameAs),">":e.namedNode(_t.log.implies),"<":e.namedNode(_t.log.isImpliedBy)},i.QUANTIFIERS_GRAPH=e.namedNode("urn:n3:quantifiers")}lf(_l.prototype,Ve);function xl(i){return!!i&&i.termType==="DefaultGraph"}function Ls(i){return i.replace(/[\]\/\(\)\*\+\?\.\\\$]/g,"\\$&")}const am=/^:?[^:?#]*(?:[?#]|$)|^file:|^[^:]*:\/*[^?#]+?\/(?:\.\.?(?:\/|$)|\/)/i,lm=/^(?:(?:[^/?#]{3,}|\.?[^/?#.]\.?)(?:\/[^/?#]{3,}|\.?[^/?#.]\.?)*\/?)?(?:[?#]|$)/,dd="./",cm="../",No="?",ud="#";class ic{constructor(e){this.base=e,this._baseLength=0,this._baseMatcher=null,this._pathReplacements=new Array(e.length+1)}static supports(e){return!am.test(e)}_getBaseMatcher(){if(this._baseMatcher)return this._baseMatcher;if(!ic.supports(this.base))return this._baseMatcher=/.^/;const e=/^[^:]*:\/*/.exec(this.base)[0],t=["^",Ls(e)],r=[],n=[],s=/[^/?#]*([/?#])/y;let o,a=0,l=0,c=s.lastIndex=e.length;for(;!a&&!l&&(o=s.exec(this.base));)o[1]===ud?l=s.lastIndex-1:(t.push(Ls(o[0]),"(?:"),r.push(")?"),o[1]!==No?n.push(c=s.lastIndex):(a=c=s.lastIndex,l=this.base.indexOf(ud,a),this._pathReplacements[a]=No));for(let d=0;d<n.length;d++)this._pathReplacements[n[d]]=cm.repeat(n.length-d-1);return this._pathReplacements[n[n.length-1]]=dd,this._baseLength=l>0?l:this.base.length,t.push(Ls(this.base.substring(c,this._baseLength)),a?"(?:#|$)":"(?:[?#]|$)"),this._baseMatcher=new RegExp([...t,...r].join(""))}toRelative(e){const t=this._getBaseMatcher().exec(e);if(!t)return e;const r=t[0].length;if(r===this._baseLength&&r===e.length)return"";const n=this._pathReplacements[r];if(n){const s=e.substring(r);return n!==No&&!lm.test(s)?e:n===dd&&/^[^?#]/.test(s)?s:n+s}return e.substring(r-1)}}const gn=Ve.defaultGraph(),{rdf:dm,xsd:Lr}=_t,hd=/["\\\t\n\r\b\f\u0000-\u0019\ud800-\udbff]/,fd=/["\\\t\n\r\b\f\u0000-\u0019]|[\ud800-\udbff][\udc00-\udfff]/g,um={"\\":"\\\\",'"':'\\"'," ":"\\t","\n":"\\n","\r":"\\r","\b":"\\b","\f":"\\f"};class yn extends wi{equals(e){return e===this}}class rc{constructor(e,t){if(this._prefixRegex=/$0^/,e&&typeof e.write!="function"&&(t=e,e=null),t=t||{},this._lists=t.lists,e)this._outputStream=e,this._endStream=t.end===void 0?!0:!!t.end;else{let r="";this._outputStream={write(n,s,o){r+=n,o&&o()},end:n=>{n&&n(null,r)}},this._endStream=!0}this._subject=null,/triple|quad/i.test(t.format)?(this._lineMode=!0,this._writeQuad=this._writeQuadLine):(this._lineMode=!1,this._graph=gn,this._prefixIRIs=Object.create(null),t.prefixes&&this.addPrefixes(t.prefixes),t.baseIRI&&(this._baseIri=new ic(t.baseIRI)))}get _inDefaultGraph(){return gn.equals(this._graph)}_write(e,t){this._outputStream.write(e,"utf8",t)}_writeQuad(e,t,r,n,s){try{n.equals(this._graph)||(this._write((this._subject===null?"":this._inDefaultGraph?`.
8
8
  `:`
9
9
  }
10
10
  `)+(gn.equals(n)?"":`${this._encodeIriOrBlank(n)} {
@@ -24,33 +24,31 @@ var jr=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"
24
24
  `:`
25
25
  }
26
26
  `),this._subject=null),this._write=this._blockedWrite;let t=e&&((r,n)=>{t=null,e(r,n)});if(this._endStream)try{return this._outputStream.end(t)}catch{}t&&t()}}function pd(i){let e=um[i];return e===void 0&&(i.length===1?(e=i.charCodeAt(0).toString(16),e="\\u0000".substr(0,6-e.length)+e):(e=((i.charCodeAt(0)-55296)*1024+i.charCodeAt(1)+9216).toString(16),e="\\U00000000".substr(0,10-e.length)+e)),e}var Lo={exports:{}},Do={exports:{}},Oo,md;function nt(){if(md)return Oo;md=1;class i extends Error{constructor(t){if(!Array.isArray(t))throw new TypeError(`Expected input to be an Array, got ${typeof t}`);let r="";for(let n=0;n<t.length;n++)r+=` ${t[n].stack}
27
- `;super(r),this.name="AggregateError",this.errors=t}}return Oo={AggregateError:i,ArrayIsArray(e){return Array.isArray(e)},ArrayPrototypeIncludes(e,t){return e.includes(t)},ArrayPrototypeIndexOf(e,t){return e.indexOf(t)},ArrayPrototypeJoin(e,t){return e.join(t)},ArrayPrototypeMap(e,t){return e.map(t)},ArrayPrototypePop(e,t){return e.pop(t)},ArrayPrototypePush(e,t){return e.push(t)},ArrayPrototypeSlice(e,t,r){return e.slice(t,r)},Error,FunctionPrototypeCall(e,t,...r){return e.call(t,...r)},FunctionPrototypeSymbolHasInstance(e,t){return Function.prototype[Symbol.hasInstance].call(e,t)},MathFloor:Math.floor,Number,NumberIsInteger:Number.isInteger,NumberIsNaN:Number.isNaN,NumberMAX_SAFE_INTEGER:Number.MAX_SAFE_INTEGER,NumberMIN_SAFE_INTEGER:Number.MIN_SAFE_INTEGER,NumberParseInt:Number.parseInt,ObjectDefineProperties(e,t){return Object.defineProperties(e,t)},ObjectDefineProperty(e,t,r){return Object.defineProperty(e,t,r)},ObjectGetOwnPropertyDescriptor(e,t){return Object.getOwnPropertyDescriptor(e,t)},ObjectKeys(e){return Object.keys(e)},ObjectSetPrototypeOf(e,t){return Object.setPrototypeOf(e,t)},Promise,PromisePrototypeCatch(e,t){return e.catch(t)},PromisePrototypeThen(e,t,r){return e.then(t,r)},PromiseReject(e){return Promise.reject(e)},PromiseResolve(e){return Promise.resolve(e)},ReflectApply:Reflect.apply,RegExpPrototypeTest(e,t){return e.test(t)},SafeSet:Set,String,StringPrototypeSlice(e,t,r){return e.slice(t,r)},StringPrototypeToLowerCase(e){return e.toLowerCase()},StringPrototypeToUpperCase(e){return e.toUpperCase()},StringPrototypeTrim(e){return e.trim()},Symbol,SymbolFor:Symbol.for,SymbolAsyncIterator:Symbol.asyncIterator,SymbolHasInstance:Symbol.hasInstance,SymbolIterator:Symbol.iterator,SymbolDispose:Symbol.dispose||Symbol("Symbol.dispose"),SymbolAsyncDispose:Symbol.asyncDispose||Symbol("Symbol.asyncDispose"),TypedArrayPrototypeSet(e,t,r){return e.set(t,r)},Boolean,Uint8Array},Oo}var Mo={exports:{}},Po,gd;function cf(){return gd||(gd=1,Po={format(i,...e){return i.replace(/%([sdifj])/g,function(...[t,r]){const n=e.shift();return r==="f"?n.toFixed(6):r==="j"?JSON.stringify(n):r==="s"&&typeof n=="object"?`${n.constructor!==Object?n.constructor.name:""} {}`.trim():n.toString()})},inspect(i){switch(typeof i){case"string":if(i.includes("'"))if(i.includes('"')){if(!i.includes("`")&&!i.includes("${"))return`\`${i}\``}else return`"${i}"`;return`'${i}'`;case"number":return isNaN(i)?"NaN":Object.is(i,-0)?String(i):i;case"bigint":return`${String(i)}n`;case"boolean":case"undefined":return String(i);case"object":return"{}"}}}),Po}var jo,yd;function Pt(){if(yd)return jo;yd=1;const{format:i,inspect:e}=cf(),{AggregateError:t}=nt(),r=globalThis.AggregateError||t,n=Symbol("kIsNodeError"),s=["string","function","number","object","Function","Object","boolean","bigint","symbol"],o=/^([A-Z][a-z0-9]*)+$/,a="__node_internal_",l={};function c(E,S){if(!E)throw new l.ERR_INTERNAL_ASSERTION(S)}function d(E){let S="",k=E.length;const v=E[0]==="-"?1:0;for(;k>=v+4;k-=3)S=`_${E.slice(k-3,k)}${S}`;return`${E.slice(0,k)}${S}`}function f(E,S,k){if(typeof S=="function")return c(S.length<=k.length,`Code: ${E}; The provided arguments length (${k.length}) does not match the required ones (${S.length}).`),S(...k);const v=(S.match(/%[dfijoOs]/g)||[]).length;return c(v===k.length,`Code: ${E}; The provided arguments length (${k.length}) does not match the required ones (${v}).`),k.length===0?S:i(S,...k)}function g(E,S,k){k||(k=Error);class v extends k{constructor(...m){super(f(E,S,m))}toString(){return`${this.name} [${E}]: ${this.message}`}}Object.defineProperties(v.prototype,{name:{value:k.name,writable:!0,enumerable:!1,configurable:!0},toString:{value(){return`${this.name} [${E}]: ${this.message}`},writable:!0,enumerable:!1,configurable:!0}}),v.prototype.code=E,v.prototype[n]=!0,l[E]=v}function y(E){const S=a+E.name;return Object.defineProperty(E,"name",{value:S}),E}function b(E,S){if(E&&S&&E!==S){if(Array.isArray(S.errors))return S.errors.push(E),S;const k=new r([S,E],S.message);return k.code=S.code,k}return E||S}class _ extends Error{constructor(S="The operation was aborted",k=void 0){if(k!==void 0&&typeof k!="object")throw new l.ERR_INVALID_ARG_TYPE("options","Object",k);super(S,k),this.code="ABORT_ERR",this.name="AbortError"}}return g("ERR_ASSERTION","%s",Error),g("ERR_INVALID_ARG_TYPE",(E,S,k)=>{c(typeof E=="string","'name' must be a string"),Array.isArray(S)||(S=[S]);let v="The ";E.endsWith(" argument")?v+=`${E} `:v+=`"${E}" ${E.includes(".")?"property":"argument"} `,v+="must be ";const u=[],m=[],T=[];for(const $ of S)c(typeof $=="string","All expected entries have to be of type string"),s.includes($)?u.push($.toLowerCase()):o.test($)?m.push($):(c($!=="object",'The value "object" should be written as "Object"'),T.push($));if(m.length>0){const $=u.indexOf("object");$!==-1&&(u.splice(u,$,1),m.push("Object"))}if(u.length>0){switch(u.length){case 1:v+=`of type ${u[0]}`;break;case 2:v+=`one of type ${u[0]} or ${u[1]}`;break;default:{const $=u.pop();v+=`one of type ${u.join(", ")}, or ${$}`}}(m.length>0||T.length>0)&&(v+=" or ")}if(m.length>0){switch(m.length){case 1:v+=`an instance of ${m[0]}`;break;case 2:v+=`an instance of ${m[0]} or ${m[1]}`;break;default:{const $=m.pop();v+=`an instance of ${m.join(", ")}, or ${$}`}}T.length>0&&(v+=" or ")}switch(T.length){case 0:break;case 1:T[0].toLowerCase()!==T[0]&&(v+="an "),v+=`${T[0]}`;break;case 2:v+=`one of ${T[0]} or ${T[1]}`;break;default:{const $=T.pop();v+=`one of ${T.join(", ")}, or ${$}`}}if(k==null)v+=`. Received ${k}`;else if(typeof k=="function"&&k.name)v+=`. Received function ${k.name}`;else if(typeof k=="object"){var N;if((N=k.constructor)!==null&&N!==void 0&&N.name)v+=`. Received an instance of ${k.constructor.name}`;else{const $=e(k,{depth:-1});v+=`. Received ${$}`}}else{let $=e(k,{colors:!1});$.length>25&&($=`${$.slice(0,25)}...`),v+=`. Received type ${typeof k} (${$})`}return v},TypeError),g("ERR_INVALID_ARG_VALUE",(E,S,k="is invalid")=>{let v=e(S);return v.length>128&&(v=v.slice(0,128)+"..."),`The ${E.includes(".")?"property":"argument"} '${E}' ${k}. Received ${v}`},TypeError),g("ERR_INVALID_RETURN_VALUE",(E,S,k)=>{var v;const u=k!=null&&(v=k.constructor)!==null&&v!==void 0&&v.name?`instance of ${k.constructor.name}`:`type ${typeof k}`;return`Expected ${E} to be returned from the "${S}" function but got ${u}.`},TypeError),g("ERR_MISSING_ARGS",(...E)=>{c(E.length>0,"At least one arg needs to be specified");let S;const k=E.length;switch(E=(Array.isArray(E)?E:[E]).map(v=>`"${v}"`).join(" or "),k){case 1:S+=`The ${E[0]} argument`;break;case 2:S+=`The ${E[0]} and ${E[1]} arguments`;break;default:{const v=E.pop();S+=`The ${E.join(", ")}, and ${v} arguments`}break}return`${S} must be specified`},TypeError),g("ERR_OUT_OF_RANGE",(E,S,k)=>{c(S,'Missing "range" argument');let v;if(Number.isInteger(k)&&Math.abs(k)>2**32)v=d(String(k));else if(typeof k=="bigint"){v=String(k);const u=BigInt(2)**BigInt(32);(k>u||k<-u)&&(v=d(v)),v+="n"}else v=e(k);return`The value of "${E}" is out of range. It must be ${S}. Received ${v}`},RangeError),g("ERR_MULTIPLE_CALLBACK","Callback called multiple times",Error),g("ERR_METHOD_NOT_IMPLEMENTED","The %s method is not implemented",Error),g("ERR_STREAM_ALREADY_FINISHED","Cannot call %s after a stream was finished",Error),g("ERR_STREAM_CANNOT_PIPE","Cannot pipe, not readable",Error),g("ERR_STREAM_DESTROYED","Cannot call %s after a stream was destroyed",Error),g("ERR_STREAM_NULL_VALUES","May not write null values to stream",TypeError),g("ERR_STREAM_PREMATURE_CLOSE","Premature close",Error),g("ERR_STREAM_PUSH_AFTER_EOF","stream.push() after EOF",Error),g("ERR_STREAM_UNSHIFT_AFTER_END_EVENT","stream.unshift() after end event",Error),g("ERR_STREAM_WRITE_AFTER_END","write after end",Error),g("ERR_UNKNOWN_ENCODING","Unknown encoding: %s",TypeError),jo={AbortError:_,aggregateTwoErrors:y(b),hideStackFrames:y,codes:l},jo}var bn={exports:{}},bd;function Yn(){if(bd)return bn.exports;bd=1;const{AbortController:i,AbortSignal:e}=typeof self<"u"?self:typeof window<"u"?window:void 0;return bn.exports=i,bn.exports.AbortSignal=e,bn.exports.default=i,bn.exports}var Es={exports:{}},vd;function oo(){if(vd)return Es.exports;vd=1;var i=typeof Reflect=="object"?Reflect:null,e=i&&typeof i.apply=="function"?i.apply:function(m,T,N){return Function.prototype.apply.call(m,T,N)},t;i&&typeof i.ownKeys=="function"?t=i.ownKeys:Object.getOwnPropertySymbols?t=function(m){return Object.getOwnPropertyNames(m).concat(Object.getOwnPropertySymbols(m))}:t=function(m){return Object.getOwnPropertyNames(m)};function r(u){console&&console.warn&&console.warn(u)}var n=Number.isNaN||function(m){return m!==m};function s(){s.init.call(this)}Es.exports=s,Es.exports.once=S,s.EventEmitter=s,s.prototype._events=void 0,s.prototype._eventsCount=0,s.prototype._maxListeners=void 0;var o=10;function a(u){if(typeof u!="function")throw new TypeError('The "listener" argument must be of type Function. Received type '+typeof u)}Object.defineProperty(s,"defaultMaxListeners",{enumerable:!0,get:function(){return o},set:function(u){if(typeof u!="number"||u<0||n(u))throw new RangeError('The value of "defaultMaxListeners" is out of range. It must be a non-negative number. Received '+u+".");o=u}}),s.init=function(){(this._events===void 0||this._events===Object.getPrototypeOf(this)._events)&&(this._events=Object.create(null),this._eventsCount=0),this._maxListeners=this._maxListeners||void 0},s.prototype.setMaxListeners=function(m){if(typeof m!="number"||m<0||n(m))throw new RangeError('The value of "n" is out of range. It must be a non-negative number. Received '+m+".");return this._maxListeners=m,this};function l(u){return u._maxListeners===void 0?s.defaultMaxListeners:u._maxListeners}s.prototype.getMaxListeners=function(){return l(this)},s.prototype.emit=function(m){for(var T=[],N=1;N<arguments.length;N++)T.push(arguments[N]);var $=m==="error",j=this._events;if(j!==void 0)$=$&&j.error===void 0;else if(!$)return!1;if($){var R;if(T.length>0&&(R=T[0]),R instanceof Error)throw R;var P=new Error("Unhandled error."+(R?" ("+R.message+")":""));throw P.context=R,P}var q=j[m];if(q===void 0)return!1;if(typeof q=="function")e(q,this,T);else for(var I=q.length,L=b(q,I),N=0;N<I;++N)e(L[N],this,T);return!0};function c(u,m,T,N){var $,j,R;if(a(T),j=u._events,j===void 0?(j=u._events=Object.create(null),u._eventsCount=0):(j.newListener!==void 0&&(u.emit("newListener",m,T.listener?T.listener:T),j=u._events),R=j[m]),R===void 0)R=j[m]=T,++u._eventsCount;else if(typeof R=="function"?R=j[m]=N?[T,R]:[R,T]:N?R.unshift(T):R.push(T),$=l(u),$>0&&R.length>$&&!R.warned){R.warned=!0;var P=new Error("Possible EventEmitter memory leak detected. "+R.length+" "+String(m)+" listeners added. Use emitter.setMaxListeners() to increase limit");P.name="MaxListenersExceededWarning",P.emitter=u,P.type=m,P.count=R.length,r(P)}return u}s.prototype.addListener=function(m,T){return c(this,m,T,!1)},s.prototype.on=s.prototype.addListener,s.prototype.prependListener=function(m,T){return c(this,m,T,!0)};function d(){if(!this.fired)return this.target.removeListener(this.type,this.wrapFn),this.fired=!0,arguments.length===0?this.listener.call(this.target):this.listener.apply(this.target,arguments)}function f(u,m,T){var N={fired:!1,wrapFn:void 0,target:u,type:m,listener:T},$=d.bind(N);return $.listener=T,N.wrapFn=$,$}s.prototype.once=function(m,T){return a(T),this.on(m,f(this,m,T)),this},s.prototype.prependOnceListener=function(m,T){return a(T),this.prependListener(m,f(this,m,T)),this},s.prototype.removeListener=function(m,T){var N,$,j,R,P;if(a(T),$=this._events,$===void 0)return this;if(N=$[m],N===void 0)return this;if(N===T||N.listener===T)--this._eventsCount===0?this._events=Object.create(null):(delete $[m],$.removeListener&&this.emit("removeListener",m,N.listener||T));else if(typeof N!="function"){for(j=-1,R=N.length-1;R>=0;R--)if(N[R]===T||N[R].listener===T){P=N[R].listener,j=R;break}if(j<0)return this;j===0?N.shift():_(N,j),N.length===1&&($[m]=N[0]),$.removeListener!==void 0&&this.emit("removeListener",m,P||T)}return this},s.prototype.off=s.prototype.removeListener,s.prototype.removeAllListeners=function(m){var T,N,$;if(N=this._events,N===void 0)return this;if(N.removeListener===void 0)return arguments.length===0?(this._events=Object.create(null),this._eventsCount=0):N[m]!==void 0&&(--this._eventsCount===0?this._events=Object.create(null):delete N[m]),this;if(arguments.length===0){var j=Object.keys(N),R;for($=0;$<j.length;++$)R=j[$],R!=="removeListener"&&this.removeAllListeners(R);return this.removeAllListeners("removeListener"),this._events=Object.create(null),this._eventsCount=0,this}if(T=N[m],typeof T=="function")this.removeListener(m,T);else if(T!==void 0)for($=T.length-1;$>=0;$--)this.removeListener(m,T[$]);return this};function g(u,m,T){var N=u._events;if(N===void 0)return[];var $=N[m];return $===void 0?[]:typeof $=="function"?T?[$.listener||$]:[$]:T?E($):b($,$.length)}s.prototype.listeners=function(m){return g(this,m,!0)},s.prototype.rawListeners=function(m){return g(this,m,!1)},s.listenerCount=function(u,m){return typeof u.listenerCount=="function"?u.listenerCount(m):y.call(u,m)},s.prototype.listenerCount=y;function y(u){var m=this._events;if(m!==void 0){var T=m[u];if(typeof T=="function")return 1;if(T!==void 0)return T.length}return 0}s.prototype.eventNames=function(){return this._eventsCount>0?t(this._events):[]};function b(u,m){for(var T=new Array(m),N=0;N<m;++N)T[N]=u[N];return T}function _(u,m){for(;m+1<u.length;m++)u[m]=u[m+1];u.pop()}function E(u){for(var m=new Array(u.length),T=0;T<m.length;++T)m[T]=u[T].listener||u[T];return m}function S(u,m){return new Promise(function(T,N){function $(R){u.removeListener(m,j),N(R)}function j(){typeof u.removeListener=="function"&&u.removeListener("error",$),T([].slice.call(arguments))}v(u,m,j,{once:!0}),m!=="error"&&k(u,$,{once:!0})})}function k(u,m,T){typeof u.on=="function"&&v(u,"error",m,T)}function v(u,m,T,N){if(typeof u.on=="function")N.once?u.once(m,T):u.on(m,T);else if(typeof u.addEventListener=="function")u.addEventListener(m,function $(j){N.once&&u.removeEventListener(m,$),T(j)});else throw new TypeError('The "emitter" argument must be of type EventEmitter. Received type '+typeof u)}return Es.exports}var wd;function Ut(){return wd||(wd=1,function(i){const e=Hi(),{format:t,inspect:r}=cf(),{codes:{ERR_INVALID_ARG_TYPE:n}}=Pt(),{kResistStopPropagation:s,AggregateError:o,SymbolDispose:a}=nt(),l=globalThis.AbortSignal||Yn().AbortSignal,c=globalThis.AbortController||Yn().AbortController,d=Object.getPrototypeOf(async function(){}).constructor,f=globalThis.Blob||e.Blob,g=typeof f<"u"?function(E){return E instanceof f}:function(E){return!1},y=(_,E)=>{if(_!==void 0&&(_===null||typeof _!="object"||!("aborted"in _)))throw new n(E,"AbortSignal",_)},b=(_,E)=>{if(typeof _!="function")throw new n(E,"Function",_)};i.exports={AggregateError:o,kEmptyObject:Object.freeze({}),once(_){let E=!1;return function(...S){E||(E=!0,_.apply(this,S))}},createDeferredPromise:function(){let _,E;return{promise:new Promise((k,v)=>{_=k,E=v}),resolve:_,reject:E}},promisify(_){return new Promise((E,S)=>{_((k,...v)=>k?S(k):E(...v))})},debuglog(){return function(){}},format:t,inspect:r,types:{isAsyncFunction(_){return _ instanceof d},isArrayBufferView(_){return ArrayBuffer.isView(_)}},isBlob:g,deprecate(_,E){return _},addAbortListener:oo().addAbortListener||function(E,S){if(E===void 0)throw new n("signal","AbortSignal",E);y(E,"signal"),b(S,"listener");let k;return E.aborted?queueMicrotask(()=>S()):(E.addEventListener("abort",S,{__proto__:null,once:!0,[s]:!0}),k=()=>{E.removeEventListener("abort",S)}),{__proto__:null,[a](){var v;(v=k)===null||v===void 0||v()}}},AbortSignalAny:l.any||function(E){if(E.length===1)return E[0];const S=new c,k=()=>S.abort();return E.forEach(v=>{y(v,"signals"),v.addEventListener("abort",k,{once:!0})}),S.signal.addEventListener("abort",()=>{E.forEach(v=>v.removeEventListener("abort",k))},{once:!0}),S.signal}},i.exports.promisify.custom=Symbol.for("nodejs.util.promisify.custom")}(Mo)),Mo.exports}var Ss={},Bo,_d;function us(){if(_d)return Bo;_d=1;const{ArrayIsArray:i,ArrayPrototypeIncludes:e,ArrayPrototypeJoin:t,ArrayPrototypeMap:r,NumberIsInteger:n,NumberIsNaN:s,NumberMAX_SAFE_INTEGER:o,NumberMIN_SAFE_INTEGER:a,NumberParseInt:l,ObjectPrototypeHasOwnProperty:c,RegExpPrototypeExec:d,String:f,StringPrototypeToUpperCase:g,StringPrototypeTrim:y}=nt(),{hideStackFrames:b,codes:{ERR_SOCKET_BAD_PORT:_,ERR_INVALID_ARG_TYPE:E,ERR_INVALID_ARG_VALUE:S,ERR_OUT_OF_RANGE:k,ERR_UNKNOWN_SIGNAL:v}}=Pt(),{normalizeEncoding:u}=Ut(),{isAsyncFunction:m,isArrayBufferView:T}=Ut().types,N={};function $(ie){return ie===(ie|0)}function j(ie){return ie===ie>>>0}const R=/^[0-7]+$/,P="must be a 32-bit unsigned integer or an octal string";function q(ie,fe,ve){if(typeof ie>"u"&&(ie=ve),typeof ie=="string"){if(d(R,ie)===null)throw new S(fe,ie,P);ie=l(ie,8)}return Q(ie,fe),ie}const I=b((ie,fe,ve=a,ue=o)=>{if(typeof ie!="number")throw new E(fe,"number",ie);if(!n(ie))throw new k(fe,"an integer",ie);if(ie<ve||ie>ue)throw new k(fe,`>= ${ve} && <= ${ue}`,ie)}),L=b((ie,fe,ve=-2147483648,ue=2147483647)=>{if(typeof ie!="number")throw new E(fe,"number",ie);if(!n(ie))throw new k(fe,"an integer",ie);if(ie<ve||ie>ue)throw new k(fe,`>= ${ve} && <= ${ue}`,ie)}),Q=b((ie,fe,ve=!1)=>{if(typeof ie!="number")throw new E(fe,"number",ie);if(!n(ie))throw new k(fe,"an integer",ie);const ue=ve?1:0,Ue=4294967295;if(ie<ue||ie>Ue)throw new k(fe,`>= ${ue} && <= ${Ue}`,ie)});function A(ie,fe){if(typeof ie!="string")throw new E(fe,"string",ie)}function Y(ie,fe,ve=void 0,ue){if(typeof ie!="number")throw new E(fe,"number",ie);if(ve!=null&&ie<ve||ue!=null&&ie>ue||(ve!=null||ue!=null)&&s(ie))throw new k(fe,`${ve!=null?`>= ${ve}`:""}${ve!=null&&ue!=null?" && ":""}${ue!=null?`<= ${ue}`:""}`,ie)}const F=b((ie,fe,ve)=>{if(!e(ve,ie)){const Ue="must be one of: "+t(r(ve,kt=>typeof kt=="string"?`'${kt}'`:f(kt)),", ");throw new S(fe,ie,Ue)}});function te(ie,fe){if(typeof ie!="boolean")throw new E(fe,"boolean",ie)}function x(ie,fe,ve){return ie==null||!c(ie,fe)?ve:ie[fe]}const z=b((ie,fe,ve=null)=>{const ue=x(ve,"allowArray",!1),Ue=x(ve,"allowFunction",!1);if(!x(ve,"nullable",!1)&&ie===null||!ue&&i(ie)||typeof ie!="object"&&(!Ue||typeof ie!="function"))throw new E(fe,"Object",ie)}),Z=b((ie,fe)=>{if(ie!=null&&typeof ie!="object"&&typeof ie!="function")throw new E(fe,"a dictionary",ie)}),J=b((ie,fe,ve=0)=>{if(!i(ie))throw new E(fe,"Array",ie);if(ie.length<ve){const ue=`must be longer than ${ve}`;throw new S(fe,ie,ue)}});function ce(ie,fe){J(ie,fe);for(let ve=0;ve<ie.length;ve++)A(ie[ve],`${fe}[${ve}]`)}function H(ie,fe){J(ie,fe);for(let ve=0;ve<ie.length;ve++)te(ie[ve],`${fe}[${ve}]`)}function W(ie,fe){J(ie,fe);for(let ve=0;ve<ie.length;ve++){const ue=ie[ve],Ue=`${fe}[${ve}]`;if(ue==null)throw new E(Ue,"AbortSignal",ue);ge(ue,Ue)}}function K(ie,fe="signal"){if(A(ie,fe),N[ie]===void 0)throw N[g(ie)]!==void 0?new v(ie+" (signals must use all capital letters)"):new v(ie)}const V=b((ie,fe="buffer")=>{if(!T(ie))throw new E(fe,["Buffer","TypedArray","DataView"],ie)});function re(ie,fe){const ve=u(fe),ue=ie.length;if(ve==="hex"&&ue%2!==0)throw new S("encoding",fe,`is invalid for data of length ${ue}`)}function ne(ie,fe="Port",ve=!0){if(typeof ie!="number"&&typeof ie!="string"||typeof ie=="string"&&y(ie).length===0||+ie!==+ie>>>0||ie>65535||ie===0&&!ve)throw new _(fe,ie,ve);return ie|0}const ge=b((ie,fe)=>{if(ie!==void 0&&(ie===null||typeof ie!="object"||!("aborted"in ie)))throw new E(fe,"AbortSignal",ie)}),be=b((ie,fe)=>{if(typeof ie!="function")throw new E(fe,"Function",ie)}),O=b((ie,fe)=>{if(typeof ie!="function"||m(ie))throw new E(fe,"Function",ie)}),G=b((ie,fe)=>{if(ie!==void 0)throw new E(fe,"undefined",ie)});function oe(ie,fe,ve){if(!e(ve,ie))throw new E(fe,`('${t(ve,"|")}')`,ie)}const pe=/^(?:<[^>]*>)(?:\s*;\s*[^;"\s]+(?:=(")?[^;"\s]*\1)?)*$/;function ye(ie,fe){if(typeof ie>"u"||!d(pe,ie))throw new S(fe,ie,'must be an array or string of format "</styles.css>; rel=preload; as=style"')}function we(ie){if(typeof ie=="string")return ye(ie,"hints"),ie;if(i(ie)){const fe=ie.length;let ve="";if(fe===0)return ve;for(let ue=0;ue<fe;ue++){const Ue=ie[ue];ye(Ue,"hints"),ve+=Ue,ue!==fe-1&&(ve+=", ")}return ve}throw new S("hints",ie,'must be an array or string of format "</styles.css>; rel=preload; as=style"')}return Bo={isInt32:$,isUint32:j,parseFileMode:q,validateArray:J,validateStringArray:ce,validateBooleanArray:H,validateAbortSignalArray:W,validateBoolean:te,validateBuffer:V,validateDictionary:Z,validateEncoding:re,validateFunction:be,validateInt32:L,validateInteger:I,validateNumber:Y,validateObject:z,validateOneOf:F,validatePlainFunction:O,validatePort:ne,validateSignalName:K,validateString:A,validateUint32:Q,validateUndefined:G,validateUnion:oe,validateAbortSignal:ge,validateLinkHeaderValue:we},Bo}var ks={exports:{}},Fo={exports:{}},xd;function Tr(){if(xd)return Fo.exports;xd=1;var i=Fo.exports={},e,t;function r(){throw new Error("setTimeout has not been defined")}function n(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?e=setTimeout:e=r}catch{e=r}try{typeof clearTimeout=="function"?t=clearTimeout:t=n}catch{t=n}})();function s(_){if(e===setTimeout)return setTimeout(_,0);if((e===r||!e)&&setTimeout)return e=setTimeout,setTimeout(_,0);try{return e(_,0)}catch{try{return e.call(null,_,0)}catch{return e.call(this,_,0)}}}function o(_){if(t===clearTimeout)return clearTimeout(_);if((t===n||!t)&&clearTimeout)return t=clearTimeout,clearTimeout(_);try{return t(_)}catch{try{return t.call(null,_)}catch{return t.call(this,_)}}}var a=[],l=!1,c,d=-1;function f(){!l||!c||(l=!1,c.length?a=c.concat(a):d=-1,a.length&&g())}function g(){if(!l){var _=s(f);l=!0;for(var E=a.length;E;){for(c=a,a=[];++d<E;)c&&c[d].run();d=-1,E=a.length}c=null,l=!1,o(_)}}i.nextTick=function(_){var E=new Array(arguments.length-1);if(arguments.length>1)for(var S=1;S<arguments.length;S++)E[S-1]=arguments[S];a.push(new y(_,E)),a.length===1&&!l&&s(g)};function y(_,E){this.fun=_,this.array=E}y.prototype.run=function(){this.fun.apply(null,this.array)},i.title="browser",i.browser=!0,i.env={},i.argv=[],i.version="",i.versions={};function b(){}return i.on=b,i.addListener=b,i.once=b,i.off=b,i.removeListener=b,i.removeAllListeners=b,i.emit=b,i.prependListener=b,i.prependOnceListener=b,i.listeners=function(_){return[]},i.binding=function(_){throw new Error("process.binding is not supported")},i.cwd=function(){return"/"},i.chdir=function(_){throw new Error("process.chdir is not supported")},i.umask=function(){return 0},Fo.exports}var qo,Ed;function Wi(){if(Ed)return qo;Ed=1;const{SymbolAsyncIterator:i,SymbolIterator:e,SymbolFor:t}=nt(),r=t("nodejs.stream.destroyed"),n=t("nodejs.stream.errored"),s=t("nodejs.stream.readable"),o=t("nodejs.stream.writable"),a=t("nodejs.stream.disturbed"),l=t("nodejs.webstream.isClosedPromise"),c=t("nodejs.webstream.controllerErrorFunction");function d(x,z=!1){var Z;return!!(x&&typeof x.pipe=="function"&&typeof x.on=="function"&&(!z||typeof x.pause=="function"&&typeof x.resume=="function")&&(!x._writableState||((Z=x._readableState)===null||Z===void 0?void 0:Z.readable)!==!1)&&(!x._writableState||x._readableState))}function f(x){var z;return!!(x&&typeof x.write=="function"&&typeof x.on=="function"&&(!x._readableState||((z=x._writableState)===null||z===void 0?void 0:z.writable)!==!1))}function g(x){return!!(x&&typeof x.pipe=="function"&&x._readableState&&typeof x.on=="function"&&typeof x.write=="function")}function y(x){return x&&(x._readableState||x._writableState||typeof x.write=="function"&&typeof x.on=="function"||typeof x.pipe=="function"&&typeof x.on=="function")}function b(x){return!!(x&&!y(x)&&typeof x.pipeThrough=="function"&&typeof x.getReader=="function"&&typeof x.cancel=="function")}function _(x){return!!(x&&!y(x)&&typeof x.getWriter=="function"&&typeof x.abort=="function")}function E(x){return!!(x&&!y(x)&&typeof x.readable=="object"&&typeof x.writable=="object")}function S(x){return b(x)||_(x)||E(x)}function k(x,z){return x==null?!1:z===!0?typeof x[i]=="function":z===!1?typeof x[e]=="function":typeof x[i]=="function"||typeof x[e]=="function"}function v(x){if(!y(x))return null;const z=x._writableState,Z=x._readableState,J=z||Z;return!!(x.destroyed||x[r]||J!=null&&J.destroyed)}function u(x){if(!f(x))return null;if(x.writableEnded===!0)return!0;const z=x._writableState;return z!=null&&z.errored?!1:typeof z?.ended!="boolean"?null:z.ended}function m(x,z){if(!f(x))return null;if(x.writableFinished===!0)return!0;const Z=x._writableState;return Z!=null&&Z.errored?!1:typeof Z?.finished!="boolean"?null:!!(Z.finished||z===!1&&Z.ended===!0&&Z.length===0)}function T(x){if(!d(x))return null;if(x.readableEnded===!0)return!0;const z=x._readableState;return!z||z.errored?!1:typeof z?.ended!="boolean"?null:z.ended}function N(x,z){if(!d(x))return null;const Z=x._readableState;return Z!=null&&Z.errored?!1:typeof Z?.endEmitted!="boolean"?null:!!(Z.endEmitted||z===!1&&Z.ended===!0&&Z.length===0)}function $(x){return x&&x[s]!=null?x[s]:typeof x?.readable!="boolean"?null:v(x)?!1:d(x)&&x.readable&&!N(x)}function j(x){return x&&x[o]!=null?x[o]:typeof x?.writable!="boolean"?null:v(x)?!1:f(x)&&x.writable&&!u(x)}function R(x,z){return y(x)?v(x)?!0:!(z?.readable!==!1&&$(x)||z?.writable!==!1&&j(x)):null}function P(x){var z,Z;return y(x)?x.writableErrored?x.writableErrored:(z=(Z=x._writableState)===null||Z===void 0?void 0:Z.errored)!==null&&z!==void 0?z:null:null}function q(x){var z,Z;return y(x)?x.readableErrored?x.readableErrored:(z=(Z=x._readableState)===null||Z===void 0?void 0:Z.errored)!==null&&z!==void 0?z:null:null}function I(x){if(!y(x))return null;if(typeof x.closed=="boolean")return x.closed;const z=x._writableState,Z=x._readableState;return typeof z?.closed=="boolean"||typeof Z?.closed=="boolean"?z?.closed||Z?.closed:typeof x._closed=="boolean"&&L(x)?x._closed:null}function L(x){return typeof x._closed=="boolean"&&typeof x._defaultKeepAlive=="boolean"&&typeof x._removedConnection=="boolean"&&typeof x._removedContLen=="boolean"}function Q(x){return typeof x._sent100=="boolean"&&L(x)}function A(x){var z;return typeof x._consuming=="boolean"&&typeof x._dumped=="boolean"&&((z=x.req)===null||z===void 0?void 0:z.upgradeOrConnect)===void 0}function Y(x){if(!y(x))return null;const z=x._writableState,Z=x._readableState,J=z||Z;return!J&&Q(x)||!!(J&&J.autoDestroy&&J.emitClose&&J.closed===!1)}function F(x){var z;return!!(x&&((z=x[a])!==null&&z!==void 0?z:x.readableDidRead||x.readableAborted))}function te(x){var z,Z,J,ce,H,W,K,V,re,ne;return!!(x&&((z=(Z=(J=(ce=(H=(W=x[n])!==null&&W!==void 0?W:x.readableErrored)!==null&&H!==void 0?H:x.writableErrored)!==null&&ce!==void 0?ce:(K=x._readableState)===null||K===void 0?void 0:K.errorEmitted)!==null&&J!==void 0?J:(V=x._writableState)===null||V===void 0?void 0:V.errorEmitted)!==null&&Z!==void 0?Z:(re=x._readableState)===null||re===void 0?void 0:re.errored)!==null&&z!==void 0?z:!((ne=x._writableState)===null||ne===void 0)&&ne.errored))}return qo={isDestroyed:v,kIsDestroyed:r,isDisturbed:F,kIsDisturbed:a,isErrored:te,kIsErrored:n,isReadable:$,kIsReadable:s,kIsClosedPromise:l,kControllerErrorFunction:c,kIsWritable:o,isClosed:I,isDuplexNodeStream:g,isFinished:R,isIterable:k,isReadableNodeStream:d,isReadableStream:b,isReadableEnded:T,isReadableFinished:N,isReadableErrored:q,isNodeStream:y,isWebStream:S,isWritable:j,isWritableNodeStream:f,isWritableStream:_,isWritableEnded:u,isWritableFinished:m,isWritableErrored:P,isServerRequest:A,isServerResponse:Q,willEmitClose:Y,isTransformStream:E},qo}var Sd;function nr(){if(Sd)return ks.exports;Sd=1;const i=Tr(),{AbortError:e,codes:t}=Pt(),{ERR_INVALID_ARG_TYPE:r,ERR_STREAM_PREMATURE_CLOSE:n}=t,{kEmptyObject:s,once:o}=Ut(),{validateAbortSignal:a,validateFunction:l,validateObject:c,validateBoolean:d}=us(),{Promise:f,PromisePrototypeThen:g,SymbolDispose:y}=nt(),{isClosed:b,isReadable:_,isReadableNodeStream:E,isReadableStream:S,isReadableFinished:k,isReadableErrored:v,isWritable:u,isWritableNodeStream:m,isWritableStream:T,isWritableFinished:N,isWritableErrored:$,isNodeStream:j,willEmitClose:R,kIsClosedPromise:P}=Wi();let q;function I(F){return F.setHeader&&typeof F.abort=="function"}const L=()=>{};function Q(F,te,x){var z,Z;if(arguments.length===2?(x=te,te=s):te==null?te=s:c(te,"options"),l(x,"callback"),a(te.signal,"options.signal"),x=o(x),S(F)||T(F))return A(F,te,x);if(!j(F))throw new r("stream",["ReadableStream","WritableStream","Stream"],F);const J=(z=te.readable)!==null&&z!==void 0?z:E(F),ce=(Z=te.writable)!==null&&Z!==void 0?Z:m(F),H=F._writableState,W=F._readableState,K=()=>{F.writable||ne()};let V=R(F)&&E(F)===J&&m(F)===ce,re=N(F,!1);const ne=()=>{re=!0,F.destroyed&&(V=!1),!(V&&(!F.readable||J))&&(!J||ge)&&x.call(F)};let ge=k(F,!1);const be=()=>{ge=!0,F.destroyed&&(V=!1),!(V&&(!F.writable||ce))&&(!ce||re)&&x.call(F)},O=ie=>{x.call(F,ie)};let G=b(F);const oe=()=>{G=!0;const ie=$(F)||v(F);if(ie&&typeof ie!="boolean")return x.call(F,ie);if(J&&!ge&&E(F,!0)&&!k(F,!1))return x.call(F,new n);if(ce&&!re&&!N(F,!1))return x.call(F,new n);x.call(F)},pe=()=>{G=!0;const ie=$(F)||v(F);if(ie&&typeof ie!="boolean")return x.call(F,ie);x.call(F)},ye=()=>{F.req.on("finish",ne)};I(F)?(F.on("complete",ne),V||F.on("abort",oe),F.req?ye():F.on("request",ye)):ce&&!H&&(F.on("end",K),F.on("close",K)),!V&&typeof F.aborted=="boolean"&&F.on("aborted",oe),F.on("end",be),F.on("finish",ne),te.error!==!1&&F.on("error",O),F.on("close",oe),G?i.nextTick(oe):H!=null&&H.errorEmitted||W!=null&&W.errorEmitted?V||i.nextTick(pe):(!J&&(!V||_(F))&&(re||u(F)===!1)||!ce&&(!V||u(F))&&(ge||_(F)===!1)||W&&F.req&&F.aborted)&&i.nextTick(pe);const we=()=>{x=L,F.removeListener("aborted",oe),F.removeListener("complete",ne),F.removeListener("abort",oe),F.removeListener("request",ye),F.req&&F.req.removeListener("finish",ne),F.removeListener("end",K),F.removeListener("close",K),F.removeListener("finish",ne),F.removeListener("end",be),F.removeListener("error",O),F.removeListener("close",oe)};if(te.signal&&!G){const ie=()=>{const fe=x;we(),fe.call(F,new e(void 0,{cause:te.signal.reason}))};if(te.signal.aborted)i.nextTick(ie);else{q=q||Ut().addAbortListener;const fe=q(te.signal,ie),ve=x;x=o((...ue)=>{fe[y](),ve.apply(F,ue)})}}return we}function A(F,te,x){let z=!1,Z=L;if(te.signal)if(Z=()=>{z=!0,x.call(F,new e(void 0,{cause:te.signal.reason}))},te.signal.aborted)i.nextTick(Z);else{q=q||Ut().addAbortListener;const ce=q(te.signal,Z),H=x;x=o((...W)=>{ce[y](),H.apply(F,W)})}const J=(...ce)=>{z||i.nextTick(()=>x.apply(F,ce))};return g(F[P].promise,J,J),L}function Y(F,te){var x;let z=!1;return te===null&&(te=s),(x=te)!==null&&x!==void 0&&x.cleanup&&(d(te.cleanup,"cleanup"),z=te.cleanup),new f((Z,J)=>{const ce=Q(F,te,H=>{z&&ce(),H?J(H):Z()})})}return ks.exports=Q,ks.exports.finished=Y,ks.exports}var Uo,kd;function sn(){if(kd)return Uo;kd=1;const i=Tr(),{aggregateTwoErrors:e,codes:{ERR_MULTIPLE_CALLBACK:t},AbortError:r}=Pt(),{Symbol:n}=nt(),{kIsDestroyed:s,isDestroyed:o,isFinished:a,isServerRequest:l}=Wi(),c=n("kDestroy"),d=n("kConstruct");function f(R,P,q){R&&(R.stack,P&&!P.errored&&(P.errored=R),q&&!q.errored&&(q.errored=R))}function g(R,P){const q=this._readableState,I=this._writableState,L=I||q;return I!=null&&I.destroyed||q!=null&&q.destroyed?(typeof P=="function"&&P(),this):(f(R,I,q),I&&(I.destroyed=!0),q&&(q.destroyed=!0),L.constructed?y(this,R,P):this.once(c,function(Q){y(this,e(Q,R),P)}),this)}function y(R,P,q){let I=!1;function L(Q){if(I)return;I=!0;const A=R._readableState,Y=R._writableState;f(Q,Y,A),Y&&(Y.closed=!0),A&&(A.closed=!0),typeof q=="function"&&q(Q),Q?i.nextTick(b,R,Q):i.nextTick(_,R)}try{R._destroy(P||null,L)}catch(Q){L(Q)}}function b(R,P){E(R,P),_(R)}function _(R){const P=R._readableState,q=R._writableState;q&&(q.closeEmitted=!0),P&&(P.closeEmitted=!0),(q!=null&&q.emitClose||P!=null&&P.emitClose)&&R.emit("close")}function E(R,P){const q=R._readableState,I=R._writableState;I!=null&&I.errorEmitted||q!=null&&q.errorEmitted||(I&&(I.errorEmitted=!0),q&&(q.errorEmitted=!0),R.emit("error",P))}function S(){const R=this._readableState,P=this._writableState;R&&(R.constructed=!0,R.closed=!1,R.closeEmitted=!1,R.destroyed=!1,R.errored=null,R.errorEmitted=!1,R.reading=!1,R.ended=R.readable===!1,R.endEmitted=R.readable===!1),P&&(P.constructed=!0,P.destroyed=!1,P.closed=!1,P.closeEmitted=!1,P.errored=null,P.errorEmitted=!1,P.finalCalled=!1,P.prefinished=!1,P.ended=P.writable===!1,P.ending=P.writable===!1,P.finished=P.writable===!1)}function k(R,P,q){const I=R._readableState,L=R._writableState;if(L!=null&&L.destroyed||I!=null&&I.destroyed)return this;I!=null&&I.autoDestroy||L!=null&&L.autoDestroy?R.destroy(P):P&&(P.stack,L&&!L.errored&&(L.errored=P),I&&!I.errored&&(I.errored=P),q?i.nextTick(E,R,P):E(R,P))}function v(R,P){if(typeof R._construct!="function")return;const q=R._readableState,I=R._writableState;q&&(q.constructed=!1),I&&(I.constructed=!1),R.once(d,P),!(R.listenerCount(d)>1)&&i.nextTick(u,R)}function u(R){let P=!1;function q(I){if(P){k(R,I??new t);return}P=!0;const L=R._readableState,Q=R._writableState,A=Q||L;L&&(L.constructed=!0),Q&&(Q.constructed=!0),A.destroyed?R.emit(c,I):I?k(R,I,!0):i.nextTick(m,R)}try{R._construct(I=>{i.nextTick(q,I)})}catch(I){i.nextTick(q,I)}}function m(R){R.emit(d)}function T(R){return R?.setHeader&&typeof R.abort=="function"}function N(R){R.emit("close")}function $(R,P){R.emit("error",P),i.nextTick(N,R)}function j(R,P){!R||o(R)||(!P&&!a(R)&&(P=new r),l(R)?(R.socket=null,R.destroy(P)):T(R)?R.abort():T(R.req)?R.req.abort():typeof R.destroy=="function"?R.destroy(P):typeof R.close=="function"?R.close():P?i.nextTick($,R,P):i.nextTick(N,R),R.destroyed||(R[s]=!0))}return Uo={construct:v,destroyer:j,destroy:g,undestroy:S,errorOrDestroy:k},Uo}var Vo,Id;function nc(){if(Id)return Vo;Id=1;const{ArrayIsArray:i,ObjectSetPrototypeOf:e}=nt(),{EventEmitter:t}=oo();function r(s){t.call(this,s)}e(r.prototype,t.prototype),e(r,t),r.prototype.pipe=function(s,o){const a=this;function l(_){s.writable&&s.write(_)===!1&&a.pause&&a.pause()}a.on("data",l);function c(){a.readable&&a.resume&&a.resume()}s.on("drain",c),!s._isStdio&&(!o||o.end!==!1)&&(a.on("end",f),a.on("close",g));let d=!1;function f(){d||(d=!0,s.end())}function g(){d||(d=!0,typeof s.destroy=="function"&&s.destroy())}function y(_){b(),t.listenerCount(this,"error")===0&&this.emit("error",_)}n(a,"error",y),n(s,"error",y);function b(){a.removeListener("data",l),s.removeListener("drain",c),a.removeListener("end",f),a.removeListener("close",g),a.removeListener("error",y),s.removeListener("error",y),a.removeListener("end",b),a.removeListener("close",b),s.removeListener("close",b)}return a.on("end",b),a.on("close",b),s.on("close",b),s.emit("pipe",a),s};function n(s,o,a){if(typeof s.prependListener=="function")return s.prependListener(o,a);!s._events||!s._events[o]?s.on(o,a):i(s._events[o])?s._events[o].unshift(a):s._events[o]=[a,s._events[o]]}return Vo={Stream:r,prependListener:n},Vo}var zo={exports:{}},Rd;function ao(){return Rd||(Rd=1,function(i){const{SymbolDispose:e}=nt(),{AbortError:t,codes:r}=Pt(),{isNodeStream:n,isWebStream:s,kControllerErrorFunction:o}=Wi(),a=nr(),{ERR_INVALID_ARG_TYPE:l}=r;let c;const d=(f,g)=>{if(typeof f!="object"||!("aborted"in f))throw new l(g,"AbortSignal",f)};i.exports.addAbortSignal=function(g,y){if(d(g,"signal"),!n(y)&&!s(y))throw new l("stream",["ReadableStream","WritableStream","Stream"],y);return i.exports.addAbortSignalNoValidate(g,y)},i.exports.addAbortSignalNoValidate=function(f,g){if(typeof f!="object"||!("aborted"in f))return g;const y=n(g)?()=>{g.destroy(new t(void 0,{cause:f.reason}))}:()=>{g[o](new t(void 0,{cause:f.reason}))};if(f.aborted)y();else{c=c||Ut().addAbortListener;const b=c(f,y);a(g,b[e])}return g}}(zo)),zo.exports}var Ho,Td;function hm(){if(Td)return Ho;Td=1;const{StringPrototypeSlice:i,SymbolIterator:e,TypedArrayPrototypeSet:t,Uint8Array:r}=nt(),{Buffer:n}=Hi(),{inspect:s}=Ut();return Ho=class{constructor(){this.head=null,this.tail=null,this.length=0}push(a){const l={data:a,next:null};this.length>0?this.tail.next=l:this.head=l,this.tail=l,++this.length}unshift(a){const l={data:a,next:this.head};this.length===0&&(this.tail=l),this.head=l,++this.length}shift(){if(this.length===0)return;const a=this.head.data;return this.length===1?this.head=this.tail=null:this.head=this.head.next,--this.length,a}clear(){this.head=this.tail=null,this.length=0}join(a){if(this.length===0)return"";let l=this.head,c=""+l.data;for(;(l=l.next)!==null;)c+=a+l.data;return c}concat(a){if(this.length===0)return n.alloc(0);const l=n.allocUnsafe(a>>>0);let c=this.head,d=0;for(;c;)t(l,c.data,d),d+=c.data.length,c=c.next;return l}consume(a,l){const c=this.head.data;if(a<c.length){const d=c.slice(0,a);return this.head.data=c.slice(a),d}return a===c.length?this.shift():l?this._getString(a):this._getBuffer(a)}first(){return this.head.data}*[e](){for(let a=this.head;a;a=a.next)yield a.data}_getString(a){let l="",c=this.head,d=0;do{const f=c.data;if(a>f.length)l+=f,a-=f.length;else{a===f.length?(l+=f,++d,c.next?this.head=c.next:this.head=this.tail=null):(l+=i(f,0,a),this.head=c,c.data=i(f,a));break}++d}while((c=c.next)!==null);return this.length-=d,l}_getBuffer(a){const l=n.allocUnsafe(a),c=a;let d=this.head,f=0;do{const g=d.data;if(a>g.length)t(l,g,c-a),a-=g.length;else{a===g.length?(t(l,g,c-a),++f,d.next?this.head=d.next:this.head=this.tail=null):(t(l,new r(g.buffer,g.byteOffset,a),c-a),this.head=d,d.data=g.slice(a));break}++f}while((d=d.next)!==null);return this.length-=f,l}[Symbol.for("nodejs.util.inspect.custom")](a,l){return s(this,{...l,depth:0,customInspect:!1})}},Ho}var Wo,$d;function lo(){if($d)return Wo;$d=1;const{MathFloor:i,NumberIsInteger:e}=nt(),{validateInteger:t}=us(),{ERR_INVALID_ARG_VALUE:r}=Pt().codes;let n=16*1024,s=16;function o(d,f,g){return d.highWaterMark!=null?d.highWaterMark:f?d[g]:null}function a(d){return d?s:n}function l(d,f){t(f,"value",0),d?s=f:n=f}function c(d,f,g,y){const b=o(f,y,g);if(b!=null){if(!e(b)||b<0){const _=y?`options.${g}`:"options.highWaterMark";throw new r(_,b)}return i(b)}return a(d.objectMode)}return Wo={getHighWaterMark:c,getDefaultHighWaterMark:a,setDefaultHighWaterMark:l},Wo}var Go={},Is={exports:{}};/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */var Cd;function fm(){return Cd||(Cd=1,function(i,e){var t=Hi(),r=t.Buffer;function n(o,a){for(var l in o)a[l]=o[l]}r.from&&r.alloc&&r.allocUnsafe&&r.allocUnsafeSlow?i.exports=t:(n(t,e),e.Buffer=s);function s(o,a,l){return r(o,a,l)}s.prototype=Object.create(r.prototype),n(r,s),s.from=function(o,a,l){if(typeof o=="number")throw new TypeError("Argument must not be a number");return r(o,a,l)},s.alloc=function(o,a,l){if(typeof o!="number")throw new TypeError("Argument must be a number");var c=r(o);return a!==void 0?typeof l=="string"?c.fill(a,l):c.fill(a):c.fill(0),c},s.allocUnsafe=function(o){if(typeof o!="number")throw new TypeError("Argument must be a number");return r(o)},s.allocUnsafeSlow=function(o){if(typeof o!="number")throw new TypeError("Argument must be a number");return t.SlowBuffer(o)}}(Is,Is.exports)),Is.exports}var Ad;function pm(){if(Ad)return Go;Ad=1;var i=fm().Buffer,e=i.isEncoding||function(S){switch(S=""+S,S&&S.toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":case"raw":return!0;default:return!1}};function t(S){if(!S)return"utf8";for(var k;;)switch(S){case"utf8":case"utf-8":return"utf8";case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return"utf16le";case"latin1":case"binary":return"latin1";case"base64":case"ascii":case"hex":return S;default:if(k)return;S=(""+S).toLowerCase(),k=!0}}function r(S){var k=t(S);if(typeof k!="string"&&(i.isEncoding===e||!e(S)))throw new Error("Unknown encoding: "+S);return k||S}Go.StringDecoder=n;function n(S){this.encoding=r(S);var k;switch(this.encoding){case"utf16le":this.text=f,this.end=g,k=4;break;case"utf8":this.fillLast=l,k=4;break;case"base64":this.text=y,this.end=b,k=3;break;default:this.write=_,this.end=E;return}this.lastNeed=0,this.lastTotal=0,this.lastChar=i.allocUnsafe(k)}n.prototype.write=function(S){if(S.length===0)return"";var k,v;if(this.lastNeed){if(k=this.fillLast(S),k===void 0)return"";v=this.lastNeed,this.lastNeed=0}else v=0;return v<S.length?k?k+this.text(S,v):this.text(S,v):k||""},n.prototype.end=d,n.prototype.text=c,n.prototype.fillLast=function(S){if(this.lastNeed<=S.length)return S.copy(this.lastChar,this.lastTotal-this.lastNeed,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal);S.copy(this.lastChar,this.lastTotal-this.lastNeed,0,S.length),this.lastNeed-=S.length};function s(S){return S<=127?0:S>>5===6?2:S>>4===14?3:S>>3===30?4:S>>6===2?-1:-2}function o(S,k,v){var u=k.length-1;if(u<v)return 0;var m=s(k[u]);return m>=0?(m>0&&(S.lastNeed=m-1),m):--u<v||m===-2?0:(m=s(k[u]),m>=0?(m>0&&(S.lastNeed=m-2),m):--u<v||m===-2?0:(m=s(k[u]),m>=0?(m>0&&(m===2?m=0:S.lastNeed=m-3),m):0))}function a(S,k,v){if((k[0]&192)!==128)return S.lastNeed=0,"�";if(S.lastNeed>1&&k.length>1){if((k[1]&192)!==128)return S.lastNeed=1,"�";if(S.lastNeed>2&&k.length>2&&(k[2]&192)!==128)return S.lastNeed=2,"�"}}function l(S){var k=this.lastTotal-this.lastNeed,v=a(this,S);if(v!==void 0)return v;if(this.lastNeed<=S.length)return S.copy(this.lastChar,k,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal);S.copy(this.lastChar,k,0,S.length),this.lastNeed-=S.length}function c(S,k){var v=o(this,S,k);if(!this.lastNeed)return S.toString("utf8",k);this.lastTotal=v;var u=S.length-(v-this.lastNeed);return S.copy(this.lastChar,0,u),S.toString("utf8",k,u)}function d(S){var k=S&&S.length?this.write(S):"";return this.lastNeed?k+"�":k}function f(S,k){if((S.length-k)%2===0){var v=S.toString("utf16le",k);if(v){var u=v.charCodeAt(v.length-1);if(u>=55296&&u<=56319)return this.lastNeed=2,this.lastTotal=4,this.lastChar[0]=S[S.length-2],this.lastChar[1]=S[S.length-1],v.slice(0,-1)}return v}return this.lastNeed=1,this.lastTotal=2,this.lastChar[0]=S[S.length-1],S.toString("utf16le",k,S.length-1)}function g(S){var k=S&&S.length?this.write(S):"";if(this.lastNeed){var v=this.lastTotal-this.lastNeed;return k+this.lastChar.toString("utf16le",0,v)}return k}function y(S,k){var v=(S.length-k)%3;return v===0?S.toString("base64",k):(this.lastNeed=3-v,this.lastTotal=3,v===1?this.lastChar[0]=S[S.length-1]:(this.lastChar[0]=S[S.length-2],this.lastChar[1]=S[S.length-1]),S.toString("base64",k,S.length-v))}function b(S){var k=S&&S.length?this.write(S):"";return this.lastNeed?k+this.lastChar.toString("base64",0,3-this.lastNeed):k}function _(S){return S.toString(this.encoding)}function E(S){return S&&S.length?this.write(S):""}return Go}var Ko,Nd;function df(){if(Nd)return Ko;Nd=1;const i=Tr(),{PromisePrototypeThen:e,SymbolAsyncIterator:t,SymbolIterator:r}=nt(),{Buffer:n}=Hi(),{ERR_INVALID_ARG_TYPE:s,ERR_STREAM_NULL_VALUES:o}=Pt().codes;function a(l,c,d){let f;if(typeof c=="string"||c instanceof n)return new l({objectMode:!0,...d,read(){this.push(c),this.push(null)}});let g;if(c&&c[t])g=!0,f=c[t]();else if(c&&c[r])g=!1,f=c[r]();else throw new s("iterable",["Iterable"],c);const y=new l({objectMode:!0,highWaterMark:1,...d});let b=!1;y._read=function(){b||(b=!0,E())},y._destroy=function(S,k){e(_(S),()=>i.nextTick(k,S),v=>i.nextTick(k,v||S))};async function _(S){const k=S!=null,v=typeof f.throw=="function";if(k&&v){const{value:u,done:m}=await f.throw(S);if(await u,m)return}if(typeof f.return=="function"){const{value:u}=await f.return();await u}}async function E(){for(;;){try{const{value:S,done:k}=g?await f.next():f.next();if(k)y.push(null);else{const v=S&&typeof S.then=="function"?await S:S;if(v===null)throw b=!1,new o;if(y.push(v))continue;b=!1}}catch(S){y.destroy(S)}break}}return y}return Ko=a,Ko}var Jo,Ld;function co(){if(Ld)return Jo;Ld=1;const i=Tr(),{ArrayPrototypeIndexOf:e,NumberIsInteger:t,NumberIsNaN:r,NumberParseInt:n,ObjectDefineProperties:s,ObjectKeys:o,ObjectSetPrototypeOf:a,Promise:l,SafeSet:c,SymbolAsyncDispose:d,SymbolAsyncIterator:f,Symbol:g}=nt();Jo=ue,ue.ReadableState=ve;const{EventEmitter:y}=oo(),{Stream:b,prependListener:_}=nc(),{Buffer:E}=Hi(),{addAbortSignal:S}=ao(),k=nr();let v=Ut().debuglog("stream",M=>{v=M});const u=hm(),m=sn(),{getHighWaterMark:T,getDefaultHighWaterMark:N}=lo(),{aggregateTwoErrors:$,codes:{ERR_INVALID_ARG_TYPE:j,ERR_METHOD_NOT_IMPLEMENTED:R,ERR_OUT_OF_RANGE:P,ERR_STREAM_PUSH_AFTER_EOF:q,ERR_STREAM_UNSHIFT_AFTER_END_EVENT:I},AbortError:L}=Pt(),{validateObject:Q}=us(),A=g("kPaused"),{StringDecoder:Y}=pm(),F=df();a(ue.prototype,b.prototype),a(ue,b);const te=()=>{},{errorOrDestroy:x}=m,z=1,Z=2,J=4,ce=8,H=16,W=32,K=64,V=128,re=256,ne=512,ge=1024,be=2048,O=4096,G=8192,oe=16384,pe=32768,ye=65536,we=1<<17,ie=1<<18;function fe(M){return{enumerable:!1,get(){return(this.state&M)!==0},set(U){U?this.state|=M:this.state&=~M}}}s(ve.prototype,{objectMode:fe(z),ended:fe(Z),endEmitted:fe(J),reading:fe(ce),constructed:fe(H),sync:fe(W),needReadable:fe(K),emittedReadable:fe(V),readableListening:fe(re),resumeScheduled:fe(ne),errorEmitted:fe(ge),emitClose:fe(be),autoDestroy:fe(O),destroyed:fe(G),closed:fe(oe),closeEmitted:fe(pe),multiAwaitDrain:fe(ye),readingMore:fe(we),dataEmitted:fe(ie)});function ve(M,U,_e){typeof _e!="boolean"&&(_e=U instanceof ji()),this.state=be|O|H|W,M&&M.objectMode&&(this.state|=z),_e&&M&&M.readableObjectMode&&(this.state|=z),this.highWaterMark=M?T(this,M,"readableHighWaterMark",_e):N(!1),this.buffer=new u,this.length=0,this.pipes=[],this.flowing=null,this[A]=null,M&&M.emitClose===!1&&(this.state&=~be),M&&M.autoDestroy===!1&&(this.state&=~O),this.errored=null,this.defaultEncoding=M&&M.defaultEncoding||"utf8",this.awaitDrainWriters=null,this.decoder=null,this.encoding=null,M&&M.encoding&&(this.decoder=new Y(M.encoding),this.encoding=M.encoding)}function ue(M){if(!(this instanceof ue))return new ue(M);const U=this instanceof ji();this._readableState=new ve(M,this,U),M&&(typeof M.read=="function"&&(this._read=M.read),typeof M.destroy=="function"&&(this._destroy=M.destroy),typeof M.construct=="function"&&(this._construct=M.construct),M.signal&&!U&&S(M.signal,this)),b.call(this,M),m.construct(this,()=>{this._readableState.needReadable&&ee(this,this._readableState)})}ue.prototype.destroy=m.destroy,ue.prototype._undestroy=m.undestroy,ue.prototype._destroy=function(M,U){U(M)},ue.prototype[y.captureRejectionSymbol]=function(M){this.destroy(M)},ue.prototype[d]=function(){let M;return this.destroyed||(M=this.readableEnded?null:new L,this.destroy(M)),new l((U,_e)=>k(this,xe=>xe&&xe!==M?_e(xe):U(null)))},ue.prototype.push=function(M,U){return Ue(this,M,U,!1)},ue.prototype.unshift=function(M,U){return Ue(this,M,U,!0)};function Ue(M,U,_e,xe){v("readableAddChunk",U);const ke=M._readableState;let It;if((ke.state&z)===0&&(typeof U=="string"?(_e=_e||ke.defaultEncoding,ke.encoding!==_e&&(xe&&ke.encoding?U=E.from(U,_e).toString(ke.encoding):(U=E.from(U,_e),_e=""))):U instanceof E?_e="":b._isUint8Array(U)?(U=b._uint8ArrayToBuffer(U),_e=""):U!=null&&(It=new j("chunk",["string","Buffer","Uint8Array"],U))),It)x(M,It);else if(U===null)ke.state&=~ce,h(M,ke);else if((ke.state&z)!==0||U&&U.length>0)if(xe)if((ke.state&J)!==0)x(M,new I);else{if(ke.destroyed||ke.errored)return!1;kt(M,ke,U,!0)}else if(ke.ended)x(M,new q);else{if(ke.destroyed||ke.errored)return!1;ke.state&=~ce,ke.decoder&&!_e?(U=ke.decoder.write(U),ke.objectMode||U.length!==0?kt(M,ke,U,!1):ee(M,ke)):kt(M,ke,U,!1)}else xe||(ke.state&=~ce,ee(M,ke));return!ke.ended&&(ke.length<ke.highWaterMark||ke.length===0)}function kt(M,U,_e,xe){U.flowing&&U.length===0&&!U.sync&&M.listenerCount("data")>0?((U.state&ye)!==0?U.awaitDrainWriters.clear():U.awaitDrainWriters=null,U.dataEmitted=!0,M.emit("data",_e)):(U.length+=U.objectMode?1:_e.length,xe?U.buffer.unshift(_e):U.buffer.push(_e),(U.state&K)!==0&&p(M)),ee(M,U)}ue.prototype.isPaused=function(){const M=this._readableState;return M[A]===!0||M.flowing===!1},ue.prototype.setEncoding=function(M){const U=new Y(M);this._readableState.decoder=U,this._readableState.encoding=this._readableState.decoder.encoding;const _e=this._readableState.buffer;let xe="";for(const ke of _e)xe+=U.write(ke);return _e.clear(),xe!==""&&_e.push(xe),this._readableState.length=xe.length,this};const je=1073741824;function Ct(M){if(M>je)throw new P("size","<= 1GiB",M);return M--,M|=M>>>1,M|=M>>>2,M|=M>>>4,M|=M>>>8,M|=M>>>16,M++,M}function C(M,U){return M<=0||U.length===0&&U.ended?0:(U.state&z)!==0?1:r(M)?U.flowing&&U.length?U.buffer.first().length:U.length:M<=U.length?M:U.ended?U.length:0}ue.prototype.read=function(M){v("read",M),M===void 0?M=NaN:t(M)||(M=n(M,10));const U=this._readableState,_e=M;if(M>U.highWaterMark&&(U.highWaterMark=Ct(M)),M!==0&&(U.state&=~V),M===0&&U.needReadable&&((U.highWaterMark!==0?U.length>=U.highWaterMark:U.length>0)||U.ended))return v("read: emitReadable",U.length,U.ended),U.length===0&&U.ended?Io(this):p(this),null;if(M=C(M,U),M===0&&U.ended)return U.length===0&&Io(this),null;let xe=(U.state&K)!==0;if(v("need readable",xe),(U.length===0||U.length-M<U.highWaterMark)&&(xe=!0,v("length less than watermark",xe)),U.ended||U.reading||U.destroyed||U.errored||!U.constructed)xe=!1,v("reading, ended or constructing",xe);else if(xe){v("do read"),U.state|=ce|W,U.length===0&&(U.state|=K);try{this._read(U.highWaterMark)}catch(It){x(this,It)}U.state&=~W,U.reading||(M=C(_e,U))}let ke;return M>0?ke=Zc(M,U):ke=null,ke===null?(U.needReadable=U.length<=U.highWaterMark,M=0):(U.length-=M,U.multiAwaitDrain?U.awaitDrainWriters.clear():U.awaitDrainWriters=null),U.length===0&&(U.ended||(U.needReadable=!0),_e!==M&&U.ended&&Io(this)),ke!==null&&!U.errorEmitted&&!U.closeEmitted&&(U.dataEmitted=!0,this.emit("data",ke)),ke};function h(M,U){if(v("onEofChunk"),!U.ended){if(U.decoder){const _e=U.decoder.end();_e&&_e.length&&(U.buffer.push(_e),U.length+=U.objectMode?1:_e.length)}U.ended=!0,U.sync?p(M):(U.needReadable=!1,U.emittedReadable=!0,B(M))}}function p(M){const U=M._readableState;v("emitReadable",U.needReadable,U.emittedReadable),U.needReadable=!1,U.emittedReadable||(v("emitReadable",U.flowing),U.emittedReadable=!0,i.nextTick(B,M))}function B(M){const U=M._readableState;v("emitReadable_",U.destroyed,U.length,U.ended),!U.destroyed&&!U.errored&&(U.length||U.ended)&&(M.emit("readable"),U.emittedReadable=!1),U.needReadable=!U.flowing&&!U.ended&&U.length<=U.highWaterMark,ze(M)}function ee(M,U){!U.readingMore&&U.constructed&&(U.readingMore=!0,i.nextTick(le,M,U))}function le(M,U){for(;!U.reading&&!U.ended&&(U.length<U.highWaterMark||U.flowing&&U.length===0);){const _e=U.length;if(v("maybeReadMore read 0"),M.read(0),_e===U.length)break}U.readingMore=!1}ue.prototype._read=function(M){throw new R("_read()")},ue.prototype.pipe=function(M,U){const _e=this,xe=this._readableState;xe.pipes.length===1&&(xe.multiAwaitDrain||(xe.multiAwaitDrain=!0,xe.awaitDrainWriters=new c(xe.awaitDrainWriters?[xe.awaitDrainWriters]:[]))),xe.pipes.push(M),v("pipe count=%d opts=%j",xe.pipes.length,U);const It=(!U||U.end!==!1)&&M!==i.stdout&&M!==i.stderr?td:hn;xe.endEmitted?i.nextTick(It):_e.once("end",It),M.on("unpipe",si);function si(hr,Oi){v("onunpipe"),hr===_e&&Oi&&Oi.hasUnpiped===!1&&(Oi.hasUnpiped=!0,zp())}function td(){v("onend"),M.end()}let ur,id=!1;function zp(){v("cleanup"),M.removeListener("close",$o),M.removeListener("finish",Co),ur&&M.removeListener("drain",ur),M.removeListener("error",To),M.removeListener("unpipe",si),_e.removeListener("end",td),_e.removeListener("end",hn),_e.removeListener("data",nd),id=!0,ur&&xe.awaitDrainWriters&&(!M._writableState||M._writableState.needDrain)&&ur()}function rd(){id||(xe.pipes.length===1&&xe.pipes[0]===M?(v("false write response, pause",0),xe.awaitDrainWriters=M,xe.multiAwaitDrain=!1):xe.pipes.length>1&&xe.pipes.includes(M)&&(v("false write response, pause",xe.awaitDrainWriters.size),xe.awaitDrainWriters.add(M)),_e.pause()),ur||(ur=he(_e,M),M.on("drain",ur))}_e.on("data",nd);function nd(hr){v("ondata");const Oi=M.write(hr);v("dest.write",Oi),Oi===!1&&rd()}function To(hr){if(v("onerror",hr),hn(),M.removeListener("error",To),M.listenerCount("error")===0){const Oi=M._writableState||M._readableState;Oi&&!Oi.errorEmitted?x(M,hr):M.emit("error",hr)}}_(M,"error",To);function $o(){M.removeListener("finish",Co),hn()}M.once("close",$o);function Co(){v("onfinish"),M.removeListener("close",$o),hn()}M.once("finish",Co);function hn(){v("unpipe"),_e.unpipe(M)}return M.emit("pipe",_e),M.writableNeedDrain===!0?rd():xe.flowing||(v("pipe resume"),_e.resume()),M};function he(M,U){return function(){const xe=M._readableState;xe.awaitDrainWriters===U?(v("pipeOnDrain",1),xe.awaitDrainWriters=null):xe.multiAwaitDrain&&(v("pipeOnDrain",xe.awaitDrainWriters.size),xe.awaitDrainWriters.delete(U)),(!xe.awaitDrainWriters||xe.awaitDrainWriters.size===0)&&M.listenerCount("data")&&M.resume()}}ue.prototype.unpipe=function(M){const U=this._readableState,_e={hasUnpiped:!1};if(U.pipes.length===0)return this;if(!M){const ke=U.pipes;U.pipes=[],this.pause();for(let It=0;It<ke.length;It++)ke[It].emit("unpipe",this,{hasUnpiped:!1});return this}const xe=e(U.pipes,M);return xe===-1?this:(U.pipes.splice(xe,1),U.pipes.length===0&&this.pause(),M.emit("unpipe",this,_e),this)},ue.prototype.on=function(M,U){const _e=b.prototype.on.call(this,M,U),xe=this._readableState;return M==="data"?(xe.readableListening=this.listenerCount("readable")>0,xe.flowing!==!1&&this.resume()):M==="readable"&&!xe.endEmitted&&!xe.readableListening&&(xe.readableListening=xe.needReadable=!0,xe.flowing=!1,xe.emittedReadable=!1,v("on readable",xe.length,xe.reading),xe.length?p(this):xe.reading||i.nextTick(et,this)),_e},ue.prototype.addListener=ue.prototype.on,ue.prototype.removeListener=function(M,U){const _e=b.prototype.removeListener.call(this,M,U);return M==="readable"&&i.nextTick(Pe,this),_e},ue.prototype.off=ue.prototype.removeListener,ue.prototype.removeAllListeners=function(M){const U=b.prototype.removeAllListeners.apply(this,arguments);return(M==="readable"||M===void 0)&&i.nextTick(Pe,this),U};function Pe(M){const U=M._readableState;U.readableListening=M.listenerCount("readable")>0,U.resumeScheduled&&U[A]===!1?U.flowing=!0:M.listenerCount("data")>0?M.resume():U.readableListening||(U.flowing=null)}function et(M){v("readable nexttick read 0"),M.read(0)}ue.prototype.resume=function(){const M=this._readableState;return M.flowing||(v("resume"),M.flowing=!M.readableListening,Xe(this,M)),M[A]=!1,this};function Xe(M,U){U.resumeScheduled||(U.resumeScheduled=!0,i.nextTick(tt,M,U))}function tt(M,U){v("resume",U.reading),U.reading||M.read(0),U.resumeScheduled=!1,M.emit("resume"),ze(M),U.flowing&&!U.reading&&M.read(0)}ue.prototype.pause=function(){return v("call pause flowing=%j",this._readableState.flowing),this._readableState.flowing!==!1&&(v("pause"),this._readableState.flowing=!1,this.emit("pause")),this._readableState[A]=!0,this};function ze(M){const U=M._readableState;for(v("flow",U.flowing);U.flowing&&M.read()!==null;);}ue.prototype.wrap=function(M){let U=!1;M.on("data",xe=>{!this.push(xe)&&M.pause&&(U=!0,M.pause())}),M.on("end",()=>{this.push(null)}),M.on("error",xe=>{x(this,xe)}),M.on("close",()=>{this.destroy()}),M.on("destroy",()=>{this.destroy()}),this._read=()=>{U&&M.resume&&(U=!1,M.resume())};const _e=o(M);for(let xe=1;xe<_e.length;xe++){const ke=_e[xe];this[ke]===void 0&&typeof M[ke]=="function"&&(this[ke]=M[ke].bind(M))}return this},ue.prototype[f]=function(){return Yc(this)},ue.prototype.iterator=function(M){return M!==void 0&&Q(M,"options"),Yc(this,M)};function Yc(M,U){typeof M.read!="function"&&(M=ue.wrap(M,{objectMode:!0}));const _e=qp(M,U);return _e.stream=M,_e}async function*qp(M,U){let _e=te;function xe(si){this===M?(_e(),_e=te):_e=si}M.on("readable",xe);let ke;const It=k(M,{writable:!1},si=>{ke=si?$(ke,si):null,_e(),_e=te});try{for(;;){const si=M.destroyed?null:M.read();if(si!==null)yield si;else{if(ke)throw ke;if(ke===null)return;await new l(xe)}}}catch(si){throw ke=$(ke,si),ke}finally{(ke||U?.destroyOnReturn!==!1)&&(ke===void 0||M._readableState.autoDestroy)?m.destroyer(M,null):(M.off("readable",xe),It())}}s(ue.prototype,{readable:{__proto__:null,get(){const M=this._readableState;return!!M&&M.readable!==!1&&!M.destroyed&&!M.errorEmitted&&!M.endEmitted},set(M){this._readableState&&(this._readableState.readable=!!M)}},readableDidRead:{__proto__:null,enumerable:!1,get:function(){return this._readableState.dataEmitted}},readableAborted:{__proto__:null,enumerable:!1,get:function(){return!!(this._readableState.readable!==!1&&(this._readableState.destroyed||this._readableState.errored)&&!this._readableState.endEmitted)}},readableHighWaterMark:{__proto__:null,enumerable:!1,get:function(){return this._readableState.highWaterMark}},readableBuffer:{__proto__:null,enumerable:!1,get:function(){return this._readableState&&this._readableState.buffer}},readableFlowing:{__proto__:null,enumerable:!1,get:function(){return this._readableState.flowing},set:function(M){this._readableState&&(this._readableState.flowing=M)}},readableLength:{__proto__:null,enumerable:!1,get(){return this._readableState.length}},readableObjectMode:{__proto__:null,enumerable:!1,get(){return this._readableState?this._readableState.objectMode:!1}},readableEncoding:{__proto__:null,enumerable:!1,get(){return this._readableState?this._readableState.encoding:null}},errored:{__proto__:null,enumerable:!1,get(){return this._readableState?this._readableState.errored:null}},closed:{__proto__:null,get(){return this._readableState?this._readableState.closed:!1}},destroyed:{__proto__:null,enumerable:!1,get(){return this._readableState?this._readableState.destroyed:!1},set(M){this._readableState&&(this._readableState.destroyed=M)}},readableEnded:{__proto__:null,enumerable:!1,get(){return this._readableState?this._readableState.endEmitted:!1}}}),s(ve.prototype,{pipesCount:{__proto__:null,get(){return this.pipes.length}},paused:{__proto__:null,get(){return this[A]!==!1},set(M){this[A]=!!M}}}),ue._fromList=Zc;function Zc(M,U){if(U.length===0)return null;let _e;return U.objectMode?_e=U.buffer.shift():!M||M>=U.length?(U.decoder?_e=U.buffer.join(""):U.buffer.length===1?_e=U.buffer.first():_e=U.buffer.concat(U.length),U.buffer.clear()):_e=U.buffer.consume(M,U.decoder),_e}function Io(M){const U=M._readableState;v("endReadable",U.endEmitted),U.endEmitted||(U.ended=!0,i.nextTick(Up,U,M))}function Up(M,U){if(v("endReadableNT",M.endEmitted,M.length),!M.errored&&!M.closeEmitted&&!M.endEmitted&&M.length===0){if(M.endEmitted=!0,U.emit("end"),U.writable&&U.allowHalfOpen===!1)i.nextTick(Vp,U);else if(M.autoDestroy){const _e=U._writableState;(!_e||_e.autoDestroy&&(_e.finished||_e.writable===!1))&&U.destroy()}}}function Vp(M){M.writable&&!M.writableEnded&&!M.destroyed&&M.end()}ue.from=function(M,U){return F(ue,M,U)};let Ro;function ed(){return Ro===void 0&&(Ro={}),Ro}return ue.fromWeb=function(M,U){return ed().newStreamReadableFromReadableStream(M,U)},ue.toWeb=function(M,U){return ed().newReadableStreamFromStreamReadable(M,U)},ue.wrap=function(M,U){var _e,xe;return new ue({objectMode:(_e=(xe=M.readableObjectMode)!==null&&xe!==void 0?xe:M.objectMode)!==null&&_e!==void 0?_e:!0,...U,destroy(ke,It){m.destroyer(M,ke),It(ke)}}).wrap(M)},Jo}var Xo,Dd;function sc(){if(Dd)return Xo;Dd=1;const i=Tr(),{ArrayPrototypeSlice:e,Error:t,FunctionPrototypeSymbolHasInstance:r,ObjectDefineProperty:n,ObjectDefineProperties:s,ObjectSetPrototypeOf:o,StringPrototypeToLowerCase:a,Symbol:l,SymbolHasInstance:c}=nt();Xo=Q,Q.WritableState=I;const{EventEmitter:d}=oo(),f=nc().Stream,{Buffer:g}=Hi(),y=sn(),{addAbortSignal:b}=ao(),{getHighWaterMark:_,getDefaultHighWaterMark:E}=lo(),{ERR_INVALID_ARG_TYPE:S,ERR_METHOD_NOT_IMPLEMENTED:k,ERR_MULTIPLE_CALLBACK:v,ERR_STREAM_CANNOT_PIPE:u,ERR_STREAM_DESTROYED:m,ERR_STREAM_ALREADY_FINISHED:T,ERR_STREAM_NULL_VALUES:N,ERR_STREAM_WRITE_AFTER_END:$,ERR_UNKNOWN_ENCODING:j}=Pt().codes,{errorOrDestroy:R}=y;o(Q.prototype,f.prototype),o(Q,f);function P(){}const q=l("kOnFinished");function I(O,G,oe){typeof oe!="boolean"&&(oe=G instanceof ji()),this.objectMode=!!(O&&O.objectMode),oe&&(this.objectMode=this.objectMode||!!(O&&O.writableObjectMode)),this.highWaterMark=O?_(this,O,"writableHighWaterMark",oe):E(!1),this.finalCalled=!1,this.needDrain=!1,this.ending=!1,this.ended=!1,this.finished=!1,this.destroyed=!1;const pe=!!(O&&O.decodeStrings===!1);this.decodeStrings=!pe,this.defaultEncoding=O&&O.defaultEncoding||"utf8",this.length=0,this.writing=!1,this.corked=0,this.sync=!0,this.bufferProcessing=!1,this.onwrite=x.bind(void 0,G),this.writecb=null,this.writelen=0,this.afterWriteTickInfo=null,L(this),this.pendingcb=0,this.constructed=!0,this.prefinished=!1,this.errorEmitted=!1,this.emitClose=!O||O.emitClose!==!1,this.autoDestroy=!O||O.autoDestroy!==!1,this.errored=null,this.closed=!1,this.closeEmitted=!1,this[q]=[]}function L(O){O.buffered=[],O.bufferedIndex=0,O.allBuffers=!0,O.allNoop=!0}I.prototype.getBuffer=function(){return e(this.buffered,this.bufferedIndex)},n(I.prototype,"bufferedRequestCount",{__proto__:null,get(){return this.buffered.length-this.bufferedIndex}});function Q(O){const G=this instanceof ji();if(!G&&!r(Q,this))return new Q(O);this._writableState=new I(O,this,G),O&&(typeof O.write=="function"&&(this._write=O.write),typeof O.writev=="function"&&(this._writev=O.writev),typeof O.destroy=="function"&&(this._destroy=O.destroy),typeof O.final=="function"&&(this._final=O.final),typeof O.construct=="function"&&(this._construct=O.construct),O.signal&&b(O.signal,this)),f.call(this,O),y.construct(this,()=>{const oe=this._writableState;oe.writing||ce(this,oe),V(this,oe)})}n(Q,c,{__proto__:null,value:function(O){return r(this,O)?!0:this!==Q?!1:O&&O._writableState instanceof I}}),Q.prototype.pipe=function(){R(this,new u)};function A(O,G,oe,pe){const ye=O._writableState;if(typeof oe=="function")pe=oe,oe=ye.defaultEncoding;else{if(!oe)oe=ye.defaultEncoding;else if(oe!=="buffer"&&!g.isEncoding(oe))throw new j(oe);typeof pe!="function"&&(pe=P)}if(G===null)throw new N;if(!ye.objectMode)if(typeof G=="string")ye.decodeStrings!==!1&&(G=g.from(G,oe),oe="buffer");else if(G instanceof g)oe="buffer";else if(f._isUint8Array(G))G=f._uint8ArrayToBuffer(G),oe="buffer";else throw new S("chunk",["string","Buffer","Uint8Array"],G);let we;return ye.ending?we=new $:ye.destroyed&&(we=new m("write")),we?(i.nextTick(pe,we),R(O,we,!0),we):(ye.pendingcb++,Y(O,ye,G,oe,pe))}Q.prototype.write=function(O,G,oe){return A(this,O,G,oe)===!0},Q.prototype.cork=function(){this._writableState.corked++},Q.prototype.uncork=function(){const O=this._writableState;O.corked&&(O.corked--,O.writing||ce(this,O))},Q.prototype.setDefaultEncoding=function(G){if(typeof G=="string"&&(G=a(G)),!g.isEncoding(G))throw new j(G);return this._writableState.defaultEncoding=G,this};function Y(O,G,oe,pe,ye){const we=G.objectMode?1:oe.length;G.length+=we;const ie=G.length<G.highWaterMark;return ie||(G.needDrain=!0),G.writing||G.corked||G.errored||!G.constructed?(G.buffered.push({chunk:oe,encoding:pe,callback:ye}),G.allBuffers&&pe!=="buffer"&&(G.allBuffers=!1),G.allNoop&&ye!==P&&(G.allNoop=!1)):(G.writelen=we,G.writecb=ye,G.writing=!0,G.sync=!0,O._write(oe,pe,G.onwrite),G.sync=!1),ie&&!G.errored&&!G.destroyed}function F(O,G,oe,pe,ye,we,ie){G.writelen=pe,G.writecb=ie,G.writing=!0,G.sync=!0,G.destroyed?G.onwrite(new m("write")):oe?O._writev(ye,G.onwrite):O._write(ye,we,G.onwrite),G.sync=!1}function te(O,G,oe,pe){--G.pendingcb,pe(oe),J(G),R(O,oe)}function x(O,G){const oe=O._writableState,pe=oe.sync,ye=oe.writecb;if(typeof ye!="function"){R(O,new v);return}oe.writing=!1,oe.writecb=null,oe.length-=oe.writelen,oe.writelen=0,G?(G.stack,oe.errored||(oe.errored=G),O._readableState&&!O._readableState.errored&&(O._readableState.errored=G),pe?i.nextTick(te,O,oe,G,ye):te(O,oe,G,ye)):(oe.buffered.length>oe.bufferedIndex&&ce(O,oe),pe?oe.afterWriteTickInfo!==null&&oe.afterWriteTickInfo.cb===ye?oe.afterWriteTickInfo.count++:(oe.afterWriteTickInfo={count:1,cb:ye,stream:O,state:oe},i.nextTick(z,oe.afterWriteTickInfo)):Z(O,oe,1,ye))}function z({stream:O,state:G,count:oe,cb:pe}){return G.afterWriteTickInfo=null,Z(O,G,oe,pe)}function Z(O,G,oe,pe){for(!G.ending&&!O.destroyed&&G.length===0&&G.needDrain&&(G.needDrain=!1,O.emit("drain"));oe-- >0;)G.pendingcb--,pe();G.destroyed&&J(G),V(O,G)}function J(O){if(O.writing)return;for(let ye=O.bufferedIndex;ye<O.buffered.length;++ye){var G;const{chunk:we,callback:ie}=O.buffered[ye],fe=O.objectMode?1:we.length;O.length-=fe,ie((G=O.errored)!==null&&G!==void 0?G:new m("write"))}const oe=O[q].splice(0);for(let ye=0;ye<oe.length;ye++){var pe;oe[ye]((pe=O.errored)!==null&&pe!==void 0?pe:new m("end"))}L(O)}function ce(O,G){if(G.corked||G.bufferProcessing||G.destroyed||!G.constructed)return;const{buffered:oe,bufferedIndex:pe,objectMode:ye}=G,we=oe.length-pe;if(!we)return;let ie=pe;if(G.bufferProcessing=!0,we>1&&O._writev){G.pendingcb-=we-1;const fe=G.allNoop?P:ue=>{for(let Ue=ie;Ue<oe.length;++Ue)oe[Ue].callback(ue)},ve=G.allNoop&&ie===0?oe:e(oe,ie);ve.allBuffers=G.allBuffers,F(O,G,!0,G.length,ve,"",fe),L(G)}else{do{const{chunk:fe,encoding:ve,callback:ue}=oe[ie];oe[ie++]=null;const Ue=ye?1:fe.length;F(O,G,!1,Ue,fe,ve,ue)}while(ie<oe.length&&!G.writing);ie===oe.length?L(G):ie>256?(oe.splice(0,ie),G.bufferedIndex=0):G.bufferedIndex=ie}G.bufferProcessing=!1}Q.prototype._write=function(O,G,oe){if(this._writev)this._writev([{chunk:O,encoding:G}],oe);else throw new k("_write()")},Q.prototype._writev=null,Q.prototype.end=function(O,G,oe){const pe=this._writableState;typeof O=="function"?(oe=O,O=null,G=null):typeof G=="function"&&(oe=G,G=null);let ye;if(O!=null){const we=A(this,O,G);we instanceof t&&(ye=we)}return pe.corked&&(pe.corked=1,this.uncork()),ye||(!pe.errored&&!pe.ending?(pe.ending=!0,V(this,pe,!0),pe.ended=!0):pe.finished?ye=new T("end"):pe.destroyed&&(ye=new m("end"))),typeof oe=="function"&&(ye||pe.finished?i.nextTick(oe,ye):pe[q].push(oe)),this};function H(O){return O.ending&&!O.destroyed&&O.constructed&&O.length===0&&!O.errored&&O.buffered.length===0&&!O.finished&&!O.writing&&!O.errorEmitted&&!O.closeEmitted}function W(O,G){let oe=!1;function pe(ye){if(oe){R(O,ye??v());return}if(oe=!0,G.pendingcb--,ye){const we=G[q].splice(0);for(let ie=0;ie<we.length;ie++)we[ie](ye);R(O,ye,G.sync)}else H(G)&&(G.prefinished=!0,O.emit("prefinish"),G.pendingcb++,i.nextTick(re,O,G))}G.sync=!0,G.pendingcb++;try{O._final(pe)}catch(ye){pe(ye)}G.sync=!1}function K(O,G){!G.prefinished&&!G.finalCalled&&(typeof O._final=="function"&&!G.destroyed?(G.finalCalled=!0,W(O,G)):(G.prefinished=!0,O.emit("prefinish")))}function V(O,G,oe){H(G)&&(K(O,G),G.pendingcb===0&&(oe?(G.pendingcb++,i.nextTick((pe,ye)=>{H(ye)?re(pe,ye):ye.pendingcb--},O,G)):H(G)&&(G.pendingcb++,re(O,G))))}function re(O,G){G.pendingcb--,G.finished=!0;const oe=G[q].splice(0);for(let pe=0;pe<oe.length;pe++)oe[pe]();if(O.emit("finish"),G.autoDestroy){const pe=O._readableState;(!pe||pe.autoDestroy&&(pe.endEmitted||pe.readable===!1))&&O.destroy()}}s(Q.prototype,{closed:{__proto__:null,get(){return this._writableState?this._writableState.closed:!1}},destroyed:{__proto__:null,get(){return this._writableState?this._writableState.destroyed:!1},set(O){this._writableState&&(this._writableState.destroyed=O)}},writable:{__proto__:null,get(){const O=this._writableState;return!!O&&O.writable!==!1&&!O.destroyed&&!O.errored&&!O.ending&&!O.ended},set(O){this._writableState&&(this._writableState.writable=!!O)}},writableFinished:{__proto__:null,get(){return this._writableState?this._writableState.finished:!1}},writableObjectMode:{__proto__:null,get(){return this._writableState?this._writableState.objectMode:!1}},writableBuffer:{__proto__:null,get(){return this._writableState&&this._writableState.getBuffer()}},writableEnded:{__proto__:null,get(){return this._writableState?this._writableState.ending:!1}},writableNeedDrain:{__proto__:null,get(){const O=this._writableState;return O?!O.destroyed&&!O.ending&&O.needDrain:!1}},writableHighWaterMark:{__proto__:null,get(){return this._writableState&&this._writableState.highWaterMark}},writableCorked:{__proto__:null,get(){return this._writableState?this._writableState.corked:0}},writableLength:{__proto__:null,get(){return this._writableState&&this._writableState.length}},errored:{__proto__:null,enumerable:!1,get(){return this._writableState?this._writableState.errored:null}},writableAborted:{__proto__:null,enumerable:!1,get:function(){return!!(this._writableState.writable!==!1&&(this._writableState.destroyed||this._writableState.errored)&&!this._writableState.finished)}}});const ne=y.destroy;Q.prototype.destroy=function(O,G){const oe=this._writableState;return!oe.destroyed&&(oe.bufferedIndex<oe.buffered.length||oe[q].length)&&i.nextTick(J,oe),ne.call(this,O,G),this},Q.prototype._undestroy=y.undestroy,Q.prototype._destroy=function(O,G){G(O)},Q.prototype[d.captureRejectionSymbol]=function(O){this.destroy(O)};let ge;function be(){return ge===void 0&&(ge={}),ge}return Q.fromWeb=function(O,G){return be().newStreamWritableFromWritableStream(O,G)},Q.toWeb=function(O){return be().newWritableStreamFromStreamWritable(O)},Xo}var Qo,Od;function mm(){if(Od)return Qo;Od=1;const i=Tr(),e=Hi(),{isReadable:t,isWritable:r,isIterable:n,isNodeStream:s,isReadableNodeStream:o,isWritableNodeStream:a,isDuplexNodeStream:l,isReadableStream:c,isWritableStream:d}=Wi(),f=nr(),{AbortError:g,codes:{ERR_INVALID_ARG_TYPE:y,ERR_INVALID_RETURN_VALUE:b}}=Pt(),{destroyer:_}=sn(),E=ji(),S=co(),k=sc(),{createDeferredPromise:v}=Ut(),u=df(),m=globalThis.Blob||e.Blob,T=typeof m<"u"?function(I){return I instanceof m}:function(I){return!1},N=globalThis.AbortController||Yn().AbortController,{FunctionPrototypeCall:$}=nt();class j extends E{constructor(I){super(I),I?.readable===!1&&(this._readableState.readable=!1,this._readableState.ended=!0,this._readableState.endEmitted=!0),I?.writable===!1&&(this._writableState.writable=!1,this._writableState.ending=!0,this._writableState.ended=!0,this._writableState.finished=!0)}}Qo=function q(I,L){if(l(I))return I;if(o(I))return P({readable:I});if(a(I))return P({writable:I});if(s(I))return P({writable:!1,readable:!1});if(c(I))return P({readable:S.fromWeb(I)});if(d(I))return P({writable:k.fromWeb(I)});if(typeof I=="function"){const{value:A,write:Y,final:F,destroy:te}=R(I);if(n(A))return u(j,A,{objectMode:!0,write:Y,final:F,destroy:te});const x=A?.then;if(typeof x=="function"){let z;const Z=$(x,A,J=>{if(J!=null)throw new b("nully","body",J)},J=>{_(z,J)});return z=new j({objectMode:!0,readable:!1,write:Y,final(J){F(async()=>{try{await Z,i.nextTick(J,null)}catch(ce){i.nextTick(J,ce)}})},destroy:te})}throw new b("Iterable, AsyncIterable or AsyncFunction",L,A)}if(T(I))return q(I.arrayBuffer());if(n(I))return u(j,I,{objectMode:!0,writable:!1});if(c(I?.readable)&&d(I?.writable))return j.fromWeb(I);if(typeof I?.writable=="object"||typeof I?.readable=="object"){const A=I!=null&&I.readable?o(I?.readable)?I?.readable:q(I.readable):void 0,Y=I!=null&&I.writable?a(I?.writable)?I?.writable:q(I.writable):void 0;return P({readable:A,writable:Y})}const Q=I?.then;if(typeof Q=="function"){let A;return $(Q,I,Y=>{Y!=null&&A.push(Y),A.push(null)},Y=>{_(A,Y)}),A=new j({objectMode:!0,writable:!1,read(){}})}throw new y(L,["Blob","ReadableStream","WritableStream","Stream","Iterable","AsyncIterable","Function","{ readable, writable } pair","Promise"],I)};function R(q){let{promise:I,resolve:L}=v();const Q=new N,A=Q.signal;return{value:q(async function*(){for(;;){const F=I;I=null;const{chunk:te,done:x,cb:z}=await F;if(i.nextTick(z),x)return;if(A.aborted)throw new g(void 0,{cause:A.reason});({promise:I,resolve:L}=v()),yield te}}(),{signal:A}),write(F,te,x){const z=L;L=null,z({chunk:F,done:!1,cb:x})},final(F){const te=L;L=null,te({done:!0,cb:F})},destroy(F,te){Q.abort(),te(F)}}}function P(q){const I=q.readable&&typeof q.readable.read!="function"?S.wrap(q.readable):q.readable,L=q.writable;let Q=!!t(I),A=!!r(L),Y,F,te,x,z;function Z(J){const ce=x;x=null,ce?ce(J):J&&z.destroy(J)}return z=new j({readableObjectMode:!!(I!=null&&I.readableObjectMode),writableObjectMode:!!(L!=null&&L.writableObjectMode),readable:Q,writable:A}),A&&(f(L,J=>{A=!1,J&&_(I,J),Z(J)}),z._write=function(J,ce,H){L.write(J,ce)?H():Y=H},z._final=function(J){L.end(),F=J},L.on("drain",function(){if(Y){const J=Y;Y=null,J()}}),L.on("finish",function(){if(F){const J=F;F=null,J()}})),Q&&(f(I,J=>{Q=!1,J&&_(I,J),Z(J)}),I.on("readable",function(){if(te){const J=te;te=null,J()}}),I.on("end",function(){z.push(null)}),z._read=function(){for(;;){const J=I.read();if(J===null){te=z._read;return}if(!z.push(J))return}}),z._destroy=function(J,ce){!J&&x!==null&&(J=new g),te=null,Y=null,F=null,x===null?ce(J):(x=ce,_(L,J),_(I,J))},z}return Qo}var Yo,Md;function ji(){if(Md)return Yo;Md=1;const{ObjectDefineProperties:i,ObjectGetOwnPropertyDescriptor:e,ObjectKeys:t,ObjectSetPrototypeOf:r}=nt();Yo=o;const n=co(),s=sc();r(o.prototype,n.prototype),r(o,n);{const d=t(s.prototype);for(let f=0;f<d.length;f++){const g=d[f];o.prototype[g]||(o.prototype[g]=s.prototype[g])}}function o(d){if(!(this instanceof o))return new o(d);n.call(this,d),s.call(this,d),d?(this.allowHalfOpen=d.allowHalfOpen!==!1,d.readable===!1&&(this._readableState.readable=!1,this._readableState.ended=!0,this._readableState.endEmitted=!0),d.writable===!1&&(this._writableState.writable=!1,this._writableState.ending=!0,this._writableState.ended=!0,this._writableState.finished=!0)):this.allowHalfOpen=!0}i(o.prototype,{writable:{__proto__:null,...e(s.prototype,"writable")},writableHighWaterMark:{__proto__:null,...e(s.prototype,"writableHighWaterMark")},writableObjectMode:{__proto__:null,...e(s.prototype,"writableObjectMode")},writableBuffer:{__proto__:null,...e(s.prototype,"writableBuffer")},writableLength:{__proto__:null,...e(s.prototype,"writableLength")},writableFinished:{__proto__:null,...e(s.prototype,"writableFinished")},writableCorked:{__proto__:null,...e(s.prototype,"writableCorked")},writableEnded:{__proto__:null,...e(s.prototype,"writableEnded")},writableNeedDrain:{__proto__:null,...e(s.prototype,"writableNeedDrain")},destroyed:{__proto__:null,get(){return this._readableState===void 0||this._writableState===void 0?!1:this._readableState.destroyed&&this._writableState.destroyed},set(d){this._readableState&&this._writableState&&(this._readableState.destroyed=d,this._writableState.destroyed=d)}}});let a;function l(){return a===void 0&&(a={}),a}o.fromWeb=function(d,f){return l().newStreamDuplexFromReadableWritablePair(d,f)},o.toWeb=function(d){return l().newReadableWritablePairFromDuplex(d)};let c;return o.from=function(d){return c||(c=mm()),c(d,"body")},Yo}var Zo,Pd;function uf(){if(Pd)return Zo;Pd=1;const{ObjectSetPrototypeOf:i,Symbol:e}=nt();Zo=o;const{ERR_METHOD_NOT_IMPLEMENTED:t}=Pt().codes,r=ji(),{getHighWaterMark:n}=lo();i(o.prototype,r.prototype),i(o,r);const s=e("kCallback");function o(c){if(!(this instanceof o))return new o(c);const d=c?n(this,c,"readableHighWaterMark",!0):null;d===0&&(c={...c,highWaterMark:null,readableHighWaterMark:d,writableHighWaterMark:c.writableHighWaterMark||0}),r.call(this,c),this._readableState.sync=!1,this[s]=null,c&&(typeof c.transform=="function"&&(this._transform=c.transform),typeof c.flush=="function"&&(this._flush=c.flush)),this.on("prefinish",l)}function a(c){typeof this._flush=="function"&&!this.destroyed?this._flush((d,f)=>{if(d){c?c(d):this.destroy(d);return}f!=null&&this.push(f),this.push(null),c&&c()}):(this.push(null),c&&c())}function l(){this._final!==a&&a.call(this)}return o.prototype._final=a,o.prototype._transform=function(c,d,f){throw new t("_transform()")},o.prototype._write=function(c,d,f){const g=this._readableState,y=this._writableState,b=g.length;this._transform(c,d,(_,E)=>{if(_){f(_);return}E!=null&&this.push(E),y.ended||b===g.length||g.length<g.highWaterMark?f():this[s]=f})},o.prototype._read=function(){if(this[s]){const c=this[s];this[s]=null,c()}},Zo}var ea,jd;function hf(){if(jd)return ea;jd=1;const{ObjectSetPrototypeOf:i}=nt();ea=t;const e=uf();i(t.prototype,e.prototype),i(t,e);function t(r){if(!(this instanceof t))return new t(r);e.call(this,r)}return t.prototype._transform=function(r,n,s){s(null,r)},ea}var ta,Bd;function oc(){if(Bd)return ta;Bd=1;const i=Tr(),{ArrayIsArray:e,Promise:t,SymbolAsyncIterator:r,SymbolDispose:n}=nt(),s=nr(),{once:o}=Ut(),a=sn(),l=ji(),{aggregateTwoErrors:c,codes:{ERR_INVALID_ARG_TYPE:d,ERR_INVALID_RETURN_VALUE:f,ERR_MISSING_ARGS:g,ERR_STREAM_DESTROYED:y,ERR_STREAM_PREMATURE_CLOSE:b},AbortError:_}=Pt(),{validateFunction:E,validateAbortSignal:S}=us(),{isIterable:k,isReadable:v,isReadableNodeStream:u,isNodeStream:m,isTransformStream:T,isWebStream:N,isReadableStream:$,isReadableFinished:j}=Wi(),R=globalThis.AbortController||Yn().AbortController;let P,q,I;function L(J,ce,H){let W=!1;J.on("close",()=>{W=!0});const K=s(J,{readable:ce,writable:H},V=>{W=!V});return{destroy:V=>{W||(W=!0,a.destroyer(J,V||new y("pipe")))},cleanup:K}}function Q(J){return E(J[J.length-1],"streams[stream.length - 1]"),J.pop()}function A(J){if(k(J))return J;if(u(J))return Y(J);throw new d("val",["Readable","Iterable","AsyncIterable"],J)}async function*Y(J){q||(q=co()),yield*q.prototype[r].call(J)}async function F(J,ce,H,{end:W}){let K,V=null;const re=be=>{if(be&&(K=be),V){const O=V;V=null,O()}},ne=()=>new t((be,O)=>{K?O(K):V=()=>{K?O(K):be()}});ce.on("drain",re);const ge=s(ce,{readable:!1},re);try{ce.writableNeedDrain&&await ne();for await(const be of J)ce.write(be)||await ne();W&&(ce.end(),await ne()),H()}catch(be){H(K!==be?c(K,be):be)}finally{ge(),ce.off("drain",re)}}async function te(J,ce,H,{end:W}){T(ce)&&(ce=ce.writable);const K=ce.getWriter();try{for await(const V of J)await K.ready,K.write(V).catch(()=>{});await K.ready,W&&await K.close(),H()}catch(V){try{await K.abort(V),H(V)}catch(re){H(re)}}}function x(...J){return z(J,o(Q(J)))}function z(J,ce,H){if(J.length===1&&e(J[0])&&(J=J[0]),J.length<2)throw new g("streams");const W=new R,K=W.signal,V=H?.signal,re=[];S(V,"options.signal");function ne(){ye(new _)}I=I||Ut().addAbortListener;let ge;V&&(ge=I(V,ne));let be,O;const G=[];let oe=0;function pe(ve){ye(ve,--oe===0)}function ye(ve,ue){var Ue;if(ve&&(!be||be.code==="ERR_STREAM_PREMATURE_CLOSE")&&(be=ve),!(!be&&!ue)){for(;G.length;)G.shift()(be);(Ue=ge)===null||Ue===void 0||Ue[n](),W.abort(),ue&&(be||re.forEach(kt=>kt()),i.nextTick(ce,be,O))}}let we;for(let ve=0;ve<J.length;ve++){const ue=J[ve],Ue=ve<J.length-1,kt=ve>0,je=Ue||H?.end!==!1,Ct=ve===J.length-1;if(m(ue)){let C=function(h){h&&h.name!=="AbortError"&&h.code!=="ERR_STREAM_PREMATURE_CLOSE"&&pe(h)};if(je){const{destroy:h,cleanup:p}=L(ue,Ue,kt);G.push(h),v(ue)&&Ct&&re.push(p)}ue.on("error",C),v(ue)&&Ct&&re.push(()=>{ue.removeListener("error",C)})}if(ve===0)if(typeof ue=="function"){if(we=ue({signal:K}),!k(we))throw new f("Iterable, AsyncIterable or Stream","source",we)}else k(ue)||u(ue)||T(ue)?we=ue:we=l.from(ue);else if(typeof ue=="function"){if(T(we)){var ie;we=A((ie=we)===null||ie===void 0?void 0:ie.readable)}else we=A(we);if(we=ue(we,{signal:K}),Ue){if(!k(we,!0))throw new f("AsyncIterable",`transform[${ve-1}]`,we)}else{var fe;P||(P=hf());const C=new P({objectMode:!0}),h=(fe=we)===null||fe===void 0?void 0:fe.then;if(typeof h=="function")oe++,h.call(we,ee=>{O=ee,ee!=null&&C.write(ee),je&&C.end(),i.nextTick(pe)},ee=>{C.destroy(ee),i.nextTick(pe,ee)});else if(k(we,!0))oe++,F(we,C,pe,{end:je});else if($(we)||T(we)){const ee=we.readable||we;oe++,F(ee,C,pe,{end:je})}else throw new f("AsyncIterable or Promise","destination",we);we=C;const{destroy:p,cleanup:B}=L(we,!1,!0);G.push(p),Ct&&re.push(B)}}else if(m(ue)){if(u(we)){oe+=2;const C=Z(we,ue,pe,{end:je});v(ue)&&Ct&&re.push(C)}else if(T(we)||$(we)){const C=we.readable||we;oe++,F(C,ue,pe,{end:je})}else if(k(we))oe++,F(we,ue,pe,{end:je});else throw new d("val",["Readable","Iterable","AsyncIterable","ReadableStream","TransformStream"],we);we=ue}else if(N(ue)){if(u(we))oe++,te(A(we),ue,pe,{end:je});else if($(we)||k(we))oe++,te(we,ue,pe,{end:je});else if(T(we))oe++,te(we.readable,ue,pe,{end:je});else throw new d("val",["Readable","Iterable","AsyncIterable","ReadableStream","TransformStream"],we);we=ue}else we=l.from(ue)}return(K!=null&&K.aborted||V!=null&&V.aborted)&&i.nextTick(ne),we}function Z(J,ce,H,{end:W}){let K=!1;if(ce.on("close",()=>{K||H(new b)}),J.pipe(ce,{end:!1}),W){let V=function(){K=!0,ce.end()};j(J)?i.nextTick(V):J.once("end",V)}else H();return s(J,{readable:!0,writable:!1},V=>{const re=J._readableState;V&&V.code==="ERR_STREAM_PREMATURE_CLOSE"&&re&&re.ended&&!re.errored&&!re.errorEmitted?J.once("end",H).once("error",H):H(V)}),s(ce,{readable:!1,writable:!0},H)}return ta={pipelineImpl:z,pipeline:x},ta}var ia,Fd;function ff(){if(Fd)return ia;Fd=1;const{pipeline:i}=oc(),e=ji(),{destroyer:t}=sn(),{isNodeStream:r,isReadable:n,isWritable:s,isWebStream:o,isTransformStream:a,isWritableStream:l,isReadableStream:c}=Wi(),{AbortError:d,codes:{ERR_INVALID_ARG_VALUE:f,ERR_MISSING_ARGS:g}}=Pt(),y=nr();return ia=function(..._){if(_.length===0)throw new g("streams");if(_.length===1)return e.from(_[0]);const E=[..._];if(typeof _[0]=="function"&&(_[0]=e.from(_[0])),typeof _[_.length-1]=="function"){const P=_.length-1;_[P]=e.from(_[P])}for(let P=0;P<_.length;++P)if(!(!r(_[P])&&!o(_[P]))){if(P<_.length-1&&!(n(_[P])||c(_[P])||a(_[P])))throw new f(`streams[${P}]`,E[P],"must be readable");if(P>0&&!(s(_[P])||l(_[P])||a(_[P])))throw new f(`streams[${P}]`,E[P],"must be writable")}let S,k,v,u,m;function T(P){const q=u;u=null,q?q(P):P?m.destroy(P):!R&&!j&&m.destroy()}const N=_[0],$=i(_,T),j=!!(s(N)||l(N)||a(N)),R=!!(n($)||c($)||a($));if(m=new e({writableObjectMode:!!(N!=null&&N.writableObjectMode),readableObjectMode:!!($!=null&&$.readableObjectMode),writable:j,readable:R}),j){if(r(N))m._write=function(q,I,L){N.write(q,I)?L():S=L},m._final=function(q){N.end(),k=q},N.on("drain",function(){if(S){const q=S;S=null,q()}});else if(o(N)){const I=(a(N)?N.writable:N).getWriter();m._write=async function(L,Q,A){try{await I.ready,I.write(L).catch(()=>{}),A()}catch(Y){A(Y)}},m._final=async function(L){try{await I.ready,I.close().catch(()=>{}),k=L}catch(Q){L(Q)}}}const P=a($)?$.readable:$;y(P,()=>{if(k){const q=k;k=null,q()}})}if(R){if(r($))$.on("readable",function(){if(v){const P=v;v=null,P()}}),$.on("end",function(){m.push(null)}),m._read=function(){for(;;){const P=$.read();if(P===null){v=m._read;return}if(!m.push(P))return}};else if(o($)){const q=(a($)?$.readable:$).getReader();m._read=async function(){for(;;)try{const{value:I,done:L}=await q.read();if(!m.push(I))return;if(L){m.push(null);return}}catch{return}}}}return m._destroy=function(P,q){!P&&u!==null&&(P=new d),v=null,S=null,k=null,u===null?q(P):(u=q,r($)&&t($,P))},m},ia}var qd;function gm(){if(qd)return Ss;qd=1;const i=globalThis.AbortController||Yn().AbortController,{codes:{ERR_INVALID_ARG_VALUE:e,ERR_INVALID_ARG_TYPE:t,ERR_MISSING_ARGS:r,ERR_OUT_OF_RANGE:n},AbortError:s}=Pt(),{validateAbortSignal:o,validateInteger:a,validateObject:l}=us(),c=nt().Symbol("kWeak"),d=nt().Symbol("kResistStopPropagation"),{finished:f}=nr(),g=ff(),{addAbortSignalNoValidate:y}=ao(),{isWritable:b,isNodeStream:_}=Wi(),{deprecate:E}=Ut(),{ArrayPrototypePush:S,Boolean:k,MathFloor:v,Number:u,NumberIsNaN:m,Promise:T,PromiseReject:N,PromiseResolve:$,PromisePrototypeThen:j,Symbol:R}=nt(),P=R("kEmpty"),q=R("kEof");function I(V,re){if(re!=null&&l(re,"options"),re?.signal!=null&&o(re.signal,"options.signal"),_(V)&&!b(V))throw new e("stream",V,"must be writable");const ne=g(this,V);return re!=null&&re.signal&&y(re.signal,ne),ne}function L(V,re){if(typeof V!="function")throw new t("fn",["Function","AsyncFunction"],V);re!=null&&l(re,"options"),re?.signal!=null&&o(re.signal,"options.signal");let ne=1;re?.concurrency!=null&&(ne=v(re.concurrency));let ge=ne-1;return re?.highWaterMark!=null&&(ge=v(re.highWaterMark)),a(ne,"options.concurrency",1),a(ge,"options.highWaterMark",0),ge+=ne,(async function*(){const O=Ut().AbortSignalAny([re?.signal].filter(k)),G=this,oe=[],pe={signal:O};let ye,we,ie=!1,fe=0;function ve(){ie=!0,ue()}function ue(){fe-=1,Ue()}function Ue(){we&&!ie&&fe<ne&&oe.length<ge&&(we(),we=null)}async function kt(){try{for await(let je of G){if(ie)return;if(O.aborted)throw new s;try{if(je=V(je,pe),je===P)continue;je=$(je)}catch(Ct){je=N(Ct)}fe+=1,j(je,ue,ve),oe.push(je),ye&&(ye(),ye=null),!ie&&(oe.length>=ge||fe>=ne)&&await new T(Ct=>{we=Ct})}oe.push(q)}catch(je){const Ct=N(je);j(Ct,ue,ve),oe.push(Ct)}finally{ie=!0,ye&&(ye(),ye=null)}}kt();try{for(;;){for(;oe.length>0;){const je=await oe[0];if(je===q)return;if(O.aborted)throw new s;je!==P&&(yield je),oe.shift(),Ue()}await new T(je=>{ye=je})}}finally{ie=!0,we&&(we(),we=null)}}).call(this)}function Q(V=void 0){return V!=null&&l(V,"options"),V?.signal!=null&&o(V.signal,"options.signal"),(async function*(){let ne=0;for await(const be of this){var ge;if(V!=null&&(ge=V.signal)!==null&&ge!==void 0&&ge.aborted)throw new s({cause:V.signal.reason});yield[ne++,be]}}).call(this)}async function A(V,re=void 0){for await(const ne of x.call(this,V,re))return!0;return!1}async function Y(V,re=void 0){if(typeof V!="function")throw new t("fn",["Function","AsyncFunction"],V);return!await A.call(this,async(...ne)=>!await V(...ne),re)}async function F(V,re){for await(const ne of x.call(this,V,re))return ne}async function te(V,re){if(typeof V!="function")throw new t("fn",["Function","AsyncFunction"],V);async function ne(ge,be){return await V(ge,be),P}for await(const ge of L.call(this,ne,re));}function x(V,re){if(typeof V!="function")throw new t("fn",["Function","AsyncFunction"],V);async function ne(ge,be){return await V(ge,be)?ge:P}return L.call(this,ne,re)}class z extends r{constructor(){super("reduce"),this.message="Reduce of an empty stream requires an initial value"}}async function Z(V,re,ne){var ge;if(typeof V!="function")throw new t("reducer",["Function","AsyncFunction"],V);ne!=null&&l(ne,"options"),ne?.signal!=null&&o(ne.signal,"options.signal");let be=arguments.length>1;if(ne!=null&&(ge=ne.signal)!==null&&ge!==void 0&&ge.aborted){const ye=new s(void 0,{cause:ne.signal.reason});throw this.once("error",()=>{}),await f(this.destroy(ye)),ye}const O=new i,G=O.signal;if(ne!=null&&ne.signal){const ye={once:!0,[c]:this,[d]:!0};ne.signal.addEventListener("abort",()=>O.abort(),ye)}let oe=!1;try{for await(const ye of this){var pe;if(oe=!0,ne!=null&&(pe=ne.signal)!==null&&pe!==void 0&&pe.aborted)throw new s;be?re=await V(re,ye,{signal:G}):(re=ye,be=!0)}if(!oe&&!be)throw new z}finally{O.abort()}return re}async function J(V){V!=null&&l(V,"options"),V?.signal!=null&&o(V.signal,"options.signal");const re=[];for await(const ge of this){var ne;if(V!=null&&(ne=V.signal)!==null&&ne!==void 0&&ne.aborted)throw new s(void 0,{cause:V.signal.reason});S(re,ge)}return re}function ce(V,re){const ne=L.call(this,V,re);return(async function*(){for await(const be of ne)yield*be}).call(this)}function H(V){if(V=u(V),m(V))return 0;if(V<0)throw new n("number",">= 0",V);return V}function W(V,re=void 0){return re!=null&&l(re,"options"),re?.signal!=null&&o(re.signal,"options.signal"),V=H(V),(async function*(){var ge;if(re!=null&&(ge=re.signal)!==null&&ge!==void 0&&ge.aborted)throw new s;for await(const O of this){var be;if(re!=null&&(be=re.signal)!==null&&be!==void 0&&be.aborted)throw new s;V--<=0&&(yield O)}}).call(this)}function K(V,re=void 0){return re!=null&&l(re,"options"),re?.signal!=null&&o(re.signal,"options.signal"),V=H(V),(async function*(){var ge;if(re!=null&&(ge=re.signal)!==null&&ge!==void 0&&ge.aborted)throw new s;for await(const O of this){var be;if(re!=null&&(be=re.signal)!==null&&be!==void 0&&be.aborted)throw new s;if(V-- >0&&(yield O),V<=0)return}}).call(this)}return Ss.streamReturningOperators={asIndexedPairs:E(Q,"readable.asIndexedPairs will be removed in a future version."),drop:W,filter:x,flatMap:ce,map:L,take:K,compose:I},Ss.promiseReturningOperators={every:Y,forEach:te,reduce:Z,toArray:J,some:A,find:F},Ss}var ra,Ud;function pf(){if(Ud)return ra;Ud=1;const{ArrayPrototypePop:i,Promise:e}=nt(),{isIterable:t,isNodeStream:r,isWebStream:n}=Wi(),{pipelineImpl:s}=oc(),{finished:o}=nr();mf();function a(...l){return new e((c,d)=>{let f,g;const y=l[l.length-1];if(y&&typeof y=="object"&&!r(y)&&!t(y)&&!n(y)){const b=i(l);f=b.signal,g=b.end}s(l,(b,_)=>{b?d(b):c(_)},{signal:f,end:g})})}return ra={finished:o,pipeline:a},ra}var Vd;function mf(){if(Vd)return Do.exports;Vd=1;const{Buffer:i}=Hi(),{ObjectDefineProperty:e,ObjectKeys:t,ReflectApply:r}=nt(),{promisify:{custom:n}}=Ut(),{streamReturningOperators:s,promiseReturningOperators:o}=gm(),{codes:{ERR_ILLEGAL_CONSTRUCTOR:a}}=Pt(),l=ff(),{setDefaultHighWaterMark:c,getDefaultHighWaterMark:d}=lo(),{pipeline:f}=oc(),{destroyer:g}=sn(),y=nr(),b=pf(),_=Wi(),E=Do.exports=nc().Stream;E.isDestroyed=_.isDestroyed,E.isDisturbed=_.isDisturbed,E.isErrored=_.isErrored,E.isReadable=_.isReadable,E.isWritable=_.isWritable,E.Readable=co();for(const k of t(s)){let u=function(...m){if(new.target)throw a();return E.Readable.from(r(v,this,m))};const v=s[k];e(u,"name",{__proto__:null,value:v.name}),e(u,"length",{__proto__:null,value:v.length}),e(E.Readable.prototype,k,{__proto__:null,value:u,enumerable:!1,configurable:!0,writable:!0})}for(const k of t(o)){let u=function(...m){if(new.target)throw a();return r(v,this,m)};const v=o[k];e(u,"name",{__proto__:null,value:v.name}),e(u,"length",{__proto__:null,value:v.length}),e(E.Readable.prototype,k,{__proto__:null,value:u,enumerable:!1,configurable:!0,writable:!0})}E.Writable=sc(),E.Duplex=ji(),E.Transform=uf(),E.PassThrough=hf(),E.pipeline=f;const{addAbortSignal:S}=ao();return E.addAbortSignal=S,E.finished=y,E.destroy=g,E.compose=l,E.setDefaultHighWaterMark=c,E.getDefaultHighWaterMark=d,e(E,"promises",{__proto__:null,configurable:!0,enumerable:!0,get(){return b}}),e(f,n,{__proto__:null,enumerable:!0,get(){return b.pipeline}}),e(y,n,{__proto__:null,enumerable:!0,get(){return b.finished}}),E.Stream=E,E._isUint8Array=function(v){return v instanceof Uint8Array},E._uint8ArrayToBuffer=function(v){return i.from(v.buffer,v.byteOffset,v.byteLength)},Do.exports}var zd;function ym(){return zd||(zd=1,function(i){const e=mf(),t=pf(),r=e.Readable.destroy;i.exports=e.Readable,i.exports._uint8ArrayToBuffer=e._uint8ArrayToBuffer,i.exports._isUint8Array=e._isUint8Array,i.exports.isDisturbed=e.isDisturbed,i.exports.isErrored=e.isErrored,i.exports.isReadable=e.isReadable,i.exports.Readable=e.Readable,i.exports.Writable=e.Writable,i.exports.Duplex=e.Duplex,i.exports.Transform=e.Transform,i.exports.PassThrough=e.PassThrough,i.exports.addAbortSignal=e.addAbortSignal,i.exports.finished=e.finished,i.exports.destroy=e.destroy,i.exports.destroy=r,i.exports.pipeline=e.pipeline,i.exports.compose=e.compose,Object.defineProperty(e,"promises",{configurable:!0,enumerable:!0,get(){return t}}),i.exports.Stream=e.Stream,i.exports.default=i.exports}(Lo)),Lo.exports}var gf=ym();const na=Symbol("iter");function qn(i,e,t=4){if(t===0)return Object.assign(i,e);for(const r in e)i[r]=qn(i[r]||Object.create(null),e[r],t-1);return i}function yf(i,e,t=4){let r=!1;for(const n in i)if(n in e){const s=t===0?null:yf(i[n],e[n],t-1);if(s!==!1)r=r||Object.create(null),r[n]=s;else if(t===3)return!1}return r}function bf(i,e,t=4){let r=!1;for(const n in i)if(!(n in e))r=r||Object.create(null),r[n]=t===0?null:qn({},i[n],t-1);else if(t!==0){const s=bf(i[n],e[n],t-1);if(s!==!1)r=r||Object.create(null),r[n]=s;else if(t===3)return!1}return r}class bm{constructor(e={}){this._id=1,this._ids=Object.create(null),this._ids[""]=1,this._entities=Object.create(null),this._entities[1]="",this._blankNodeIndex=0,this._factory=e.factory||Ve}_termFromId(e){if(e[0]==="."){const t=this._entities,r=e.split(".");return this._factory.quad(this._termFromId(t[r[1]]),this._termFromId(t[r[2]]),this._termFromId(t[r[3]]),r[4]&&this._termFromId(t[r[4]]))}return Mn(e,this._factory)}_termToNumericId(e){if(e.termType==="Quad"){const t=this._termToNumericId(e.subject),r=this._termToNumericId(e.predicate),n=this._termToNumericId(e.object);let s;return t&&r&&n&&(xl(e.graph)||(s=this._termToNumericId(e.graph)))&&this._ids[s?`.${t}.${r}.${n}.${s}`:`.${t}.${r}.${n}`]}return this._ids[Br(e)]}_termToNewNumericId(e){const t=e&&e.termType==="Quad"?`.${this._termToNewNumericId(e.subject)}.${this._termToNewNumericId(e.predicate)}.${this._termToNewNumericId(e.object)}${xl(e.graph)?"":`.${this._termToNewNumericId(e.graph)}`}`:Br(e);return this._ids[t]||(this._ids[this._entities[++this._id]=t]=this._id)}createBlankNode(e){let t,r;if(e)for(t=e=`_:${e}`,r=1;this._ids[t];)t=e+r++;else do t=`_:b${this._blankNodeIndex++}`;while(this._ids[t]);return this._ids[t]=++this._id,this._entities[this._id]=t,this._factory.blankNode(t.substr(2))}}class Rt{constructor(e,t){this._size=0,this._graphs=Object.create(null),!t&&e&&!e[0]&&typeof e.match!="function"&&(t=e,e=null),t=t||{},this._factory=t.factory||Ve,this._entityIndex=t.entityIndex||new bm({factory:this._factory}),this._entities=this._entityIndex._entities,this._termFromId=this._entityIndex._termFromId.bind(this._entityIndex),this._termToNumericId=this._entityIndex._termToNumericId.bind(this._entityIndex),this._termToNewNumericId=this._entityIndex._termToNewNumericId.bind(this._entityIndex),e&&this.addAll(e)}get size(){let e=this._size;if(e!==null)return e;e=0;const t=this._graphs;let r,n;for(const s in t)for(const o in r=t[s].subjects)for(const a in n=r[o])e+=Object.keys(n[a]).length;return this._size=e}_addToIndex(e,t,r,n){const s=e[t]||(e[t]={}),o=s[r]||(s[r]={}),a=n in o;return a||(o[n]=null),!a}_removeFromIndex(e,t,r,n){const s=e[t],o=s[r];delete o[n];for(const a in o)return;delete s[r];for(const a in s)return;delete e[t]}*_findInIndex(e,t,r,n,s,o,a,l){let c,d,f;const g=this._entities,y=this._termFromId(g[l]),b={subject:null,predicate:null,object:null};t&&((c=e,e={})[t]=c[t]);for(const _ in e)if(d=e[_]){b[s]=this._termFromId(g[_]),r&&((c=d,d={})[r]=c[r]);for(const E in d)if(f=d[E]){b[o]=this._termFromId(g[E]);const S=n?n in f?[n]:[]:Object.keys(f);for(let k=0;k<S.length;k++)b[a]=this._termFromId(g[S[k]]),yield this._factory.quad(b.subject,b.predicate,b.object,y)}}}_loop(e,t){for(const r in e)t(r)}_loopByKey0(e,t,r){let n,s;if(n=e[t])for(s in n)r(s)}_loopByKey1(e,t,r){let n,s;for(n in e)s=e[n],s[t]&&r(n)}_loopBy2Keys(e,t,r,n){let s,o,a;if((s=e[t])&&(o=s[r]))for(a in o)n(a)}_countInIndex(e,t,r,n){let s=0,o,a,l;t&&((o=e,e={})[t]=o[t]);for(const c in e)if(a=e[c]){r&&((o=a,a={})[r]=o[r]);for(const d in a)(l=a[d])&&(n?n in l&&s++:s+=Object.keys(l).length)}return s}_getGraphs(e){return e=e===""?1:e&&(this._termToNumericId(e)||-1),typeof e!="number"?this._graphs:{[e]:this._graphs[e]}}_uniqueEntities(e){const t=Object.create(null);return r=>{r in t||(t[r]=!0,e(this._termFromId(this._entities[r],this._factory)))}}add(e){return this.addQuad(e),this}addQuad(e,t,r,n){t||(n=e.graph,r=e.object,t=e.predicate,e=e.subject),n=n?this._termToNewNumericId(n):1;let s=this._graphs[n];return s||(s=this._graphs[n]={subjects:{},predicates:{},objects:{}},Object.freeze(s)),e=this._termToNewNumericId(e),t=this._termToNewNumericId(t),r=this._termToNewNumericId(r),this._addToIndex(s.subjects,e,t,r)?(this._addToIndex(s.predicates,t,r,e),this._addToIndex(s.objects,r,e,t),this._size=null,!0):!1}addQuads(e){for(let t=0;t<e.length;t++)this.addQuad(e[t])}delete(e){return this.removeQuad(e),this}has(e,t,r,n){return e&&e.subject&&({subject:e,predicate:t,object:r,graph:n}=e),!this.readQuads(e,t,r,n).next().done}import(e){return e.on("data",t=>{this.addQuad(t)}),e}removeQuad(e,t,r,n){t||({subject:e,predicate:t,object:r,graph:n}=e),n=n?this._termToNumericId(n):1;const s=this._graphs;let o,a,l;if(!(e=e&&this._termToNumericId(e))||!(t=t&&this._termToNumericId(t))||!(r=r&&this._termToNumericId(r))||!(o=s[n])||!(a=o.subjects[e])||!(l=a[t])||!(r in l))return!1;this._removeFromIndex(o.subjects,e,t,r),this._removeFromIndex(o.predicates,t,r,e),this._removeFromIndex(o.objects,r,e,t),this._size!==null&&this._size--;for(e in o.subjects)return!0;return delete s[n],!0}removeQuads(e){for(let t=0;t<e.length;t++)this.removeQuad(e[t])}remove(e){return e.on("data",t=>{this.removeQuad(t)}),e}removeMatches(e,t,r,n){const s=new gf.Readable({objectMode:!0}),o=this.readQuads(e,t,r,n);return s._read=a=>{for(;--a>=0;){const{done:l,value:c}=o.next();if(l){s.push(null);return}s.push(c)}},this.remove(s)}deleteGraph(e){return this.removeMatches(null,null,null,e)}getQuads(e,t,r,n){return[...this.readQuads(e,t,r,n)]}*readQuads(e,t,r,n){const s=this._getGraphs(n);let o,a,l,c;if(!(e&&!(a=this._termToNumericId(e))||t&&!(l=this._termToNumericId(t))||r&&!(c=this._termToNumericId(r))))for(const d in s)(o=s[d])&&(a?c?yield*this._findInIndex(o.objects,c,a,l,"object","subject","predicate",d):yield*this._findInIndex(o.subjects,a,l,null,"subject","predicate","object",d):l?yield*this._findInIndex(o.predicates,l,c,null,"predicate","object","subject",d):c?yield*this._findInIndex(o.objects,c,null,null,"object","subject","predicate",d):yield*this._findInIndex(o.subjects,null,null,null,"subject","predicate","object",d))}match(e,t,r,n){return new Qi(this,e,t,r,n,{entityIndex:this._entityIndex})}countQuads(e,t,r,n){const s=this._getGraphs(n);let o=0,a,l,c,d;if(e&&!(l=this._termToNumericId(e))||t&&!(c=this._termToNumericId(t))||r&&!(d=this._termToNumericId(r)))return 0;for(const f in s)(a=s[f])&&(e?r?o+=this._countInIndex(a.objects,d,l,c):o+=this._countInIndex(a.subjects,l,c,d):t?o+=this._countInIndex(a.predicates,c,d,l):o+=this._countInIndex(a.objects,d,l,c));return o}forEach(e,t,r,n,s){this.some(o=>(e(o,this),!1),t,r,n,s)}every(e,t,r,n,s){return!this.some(o=>!e(o,this),t,r,n,s)}some(e,t,r,n,s){for(const o of this.readQuads(t,r,n,s))if(e(o,this))return!0;return!1}getSubjects(e,t,r){const n=[];return this.forSubjects(s=>{n.push(s)},e,t,r),n}forSubjects(e,t,r,n){const s=this._getGraphs(n);let o,a,l;if(e=this._uniqueEntities(e),!(t&&!(a=this._termToNumericId(t))||r&&!(l=this._termToNumericId(r))))for(n in s)(o=s[n])&&(a?l?this._loopBy2Keys(o.predicates,a,l,e):this._loopByKey1(o.subjects,a,e):l?this._loopByKey0(o.objects,l,e):this._loop(o.subjects,e))}getPredicates(e,t,r){const n=[];return this.forPredicates(s=>{n.push(s)},e,t,r),n}forPredicates(e,t,r,n){const s=this._getGraphs(n);let o,a,l;if(e=this._uniqueEntities(e),!(t&&!(a=this._termToNumericId(t))||r&&!(l=this._termToNumericId(r))))for(n in s)(o=s[n])&&(a?l?this._loopBy2Keys(o.objects,l,a,e):this._loopByKey0(o.subjects,a,e):l?this._loopByKey1(o.predicates,l,e):this._loop(o.predicates,e))}getObjects(e,t,r){const n=[];return this.forObjects(s=>{n.push(s)},e,t,r),n}forObjects(e,t,r,n){const s=this._getGraphs(n);let o,a,l;if(e=this._uniqueEntities(e),!(t&&!(a=this._termToNumericId(t))||r&&!(l=this._termToNumericId(r))))for(n in s)(o=s[n])&&(a?l?this._loopBy2Keys(o.subjects,a,l,e):this._loopByKey1(o.objects,a,e):l?this._loopByKey0(o.predicates,l,e):this._loop(o.objects,e))}getGraphs(e,t,r){const n=[];return this.forGraphs(s=>{n.push(s)},e,t,r),n}forGraphs(e,t,r,n){for(const s in this._graphs)this.some(o=>(e(o.graph),!0),t,r,n,this._termFromId(this._entities[s]))}createBlankNode(e){return this._entityIndex.createBlankNode(e)}extractLists({remove:e=!1,ignoreErrors:t=!1}={}){const r={},n=t?()=>!0:(a,l)=>{throw new Error(`${a.value} ${l}`)},s=this.getQuads(null,_t.rdf.rest,_t.rdf.nil,null),o=e?[...s]:[];return s.forEach(a=>{const l=[];let c=!1,d,f;const g=a.graph;let y=a.subject;for(;y&&!c;){const b=this.getQuads(null,null,y,null),_=this.getQuads(y,null,null,null);let E,S=null,k=null,v=null;for(let u=0;u<_.length&&!c;u++)E=_[u],E.graph.equals(g)?d?c=n(y,"has non-list arcs out"):E.predicate.value===_t.rdf.first?S?c=n(y,"has multiple rdf:first arcs"):o.push(S=E):E.predicate.value===_t.rdf.rest?k?c=n(y,"has multiple rdf:rest arcs"):o.push(k=E):b.length?c=n(y,"can't be subject and object"):(d=E,f="subject"):c=n(y,"not confined to single graph");for(let u=0;u<b.length&&!c;++u)E=b[u],d?c=n(y,"can't have coreferences"):E.predicate.value===_t.rdf.rest?v?c=n(y,"has incoming rdf:rest arcs"):v=E:(d=E,f="object");S?l.unshift(S.object):c=n(y,"has no list head"),y=v&&v.subject}c?e=!1:d&&(r[d[f].value]=l)}),e&&this.removeQuads(o),r}addAll(e){if(e instanceof Qi&&(e=e.filtered),Array.isArray(e))this.addQuads(e);else if(e instanceof Rt&&e._entityIndex===this._entityIndex)e._size!==0&&(this._graphs=qn(this._graphs,e._graphs),this._size=null);else for(const t of e)this.add(t);return this}contains(e){if(e instanceof Qi&&(e=e.filtered),e===this)return!0;if(!(e instanceof Rt)||this._entityIndex!==e._entityIndex)return e.every(c=>this.has(c));const t=this._graphs,r=e._graphs;let n,s,o,a,l;for(const c in r){if(!(n=t[c]))return!1;n=n.subjects;for(const d in s=r[c].subjects){if(!(o=n[d]))return!1;for(const f in a=s[d]){if(!(l=o[f]))return!1;for(const g in a[f])if(!(g in l))return!1}}}return!0}deleteMatches(e,t,r,n){for(const s of this.match(e,t,r,n))this.removeQuad(s);return this}difference(e){if(e&&e instanceof Qi&&(e=e.filtered),e===this)return new Rt({entityIndex:this._entityIndex});if(e instanceof Rt&&e._entityIndex===this._entityIndex){const t=new Rt({entityIndex:this._entityIndex}),r=bf(this._graphs,e._graphs);return r&&(t._graphs=r,t._size=null),t}return this.filter(t=>!e.has(t))}equals(e){return e instanceof Qi&&(e=e.filtered),e===this||this.size===e.size&&this.contains(e)}filter(e){const t=new Rt({entityIndex:this._entityIndex});for(const r of this)e(r,this)&&t.add(r);return t}intersection(e){if(e instanceof Qi&&(e=e.filtered),e===this){const t=new Rt({entityIndex:this._entityIndex});return t._graphs=qn(Object.create(null),this._graphs),t._size=this._size,t}else if(e instanceof Rt&&this._entityIndex===e._entityIndex){const t=new Rt({entityIndex:this._entityIndex}),r=yf(e._graphs,this._graphs);return r&&(t._graphs=r,t._size=null),t}return this.filter(t=>e.has(t))}map(e){const t=new Rt({entityIndex:this._entityIndex});for(const r of this)t.add(e(r,this));return t}reduce(e,t){const r=this.readQuads();let n=t===void 0?r.next().value:t;for(const s of r)n=e(n,s,this);return n}toArray(){return this.getQuads()}toCanonical(){throw new Error("not implemented")}toStream(){return this.match()}toString(){return new rc().quadsToString(this)}union(e){const t=new Rt({entityIndex:this._entityIndex});return t._graphs=qn(Object.create(null),this._graphs),t._size=this._size,t.addAll(e),t}*[Symbol.iterator](){yield*this.readQuads()}}function Ei(i,e,t=0){const r=e[t];if(r&&!(r in i))return!1;let n=!1;for(const s in r?{[r]:i[r]}:i){const o=t===2?null:Ei(i[s],e,t+1);o!==!1&&(n=n||Object.create(null),n[s]=o)}return n}class Qi extends gf.Readable{constructor(e,t,r,n,s,o){super({objectMode:!0}),Object.assign(this,{n3Store:e,subject:t,predicate:r,object:n,graph:s,options:o})}get filtered(){if(!this._filtered){const{n3Store:e,graph:t,object:r,predicate:n,subject:s}=this,o=this._filtered=new Rt({factory:e._factory,entityIndex:this.options.entityIndex});let a,l,c;if(s&&!(a=o._termToNumericId(s))||n&&!(l=o._termToNumericId(n))||r&&!(c=o._termToNumericId(r)))return o;const d=e._getGraphs(t);for(const f in d){let g,y,b,_;(_=d[f])&&(!a&&l?(y=Ei(_.predicates,[l,c,a]))&&(g=Ei(_.subjects,[a,l,c]),b=Ei(_.objects,[c,a,l])):c?(b=Ei(_.objects,[c,a,l]))&&(g=Ei(_.subjects,[a,l,c]),y=Ei(_.predicates,[l,c,a])):(g=Ei(_.subjects,[a,l,c]))&&(y=Ei(_.predicates,[l,c,a]),b=Ei(_.objects,[c,a,l])),g&&(o._graphs[f]={subjects:g,predicates:y,objects:b}))}o._size=null}return this._filtered}get size(){return this.filtered.size}_read(e){e>0&&!this[na]&&(this[na]=this[Symbol.iterator]());const t=this[na];for(;--e>=0;){const{done:r,value:n}=t.next();if(r){this.push(null);return}this.push(n)}}addAll(e){return this.filtered.addAll(e)}contains(e){return this.filtered.contains(e)}deleteMatches(e,t,r,n){return this.filtered.deleteMatches(e,t,r,n)}difference(e){return this.filtered.difference(e)}equals(e){return this.filtered.equals(e)}every(e,t,r,n,s){return this.filtered.every(e,t,r,n,s)}filter(e){return this.filtered.filter(e)}forEach(e,t,r,n,s){return this.filtered.forEach(e,t,r,n,s)}import(e){return this.filtered.import(e)}intersection(e){return this.filtered.intersection(e)}map(e){return this.filtered.map(e)}some(e,t,r,n,s){return this.filtered.some(e,t,r,n,s)}toCanonical(){return this.filtered.toCanonical()}toStream(){return this._filtered?this._filtered.toStream():this.n3Store.match(this.subject,this.predicate,this.object,this.graph)}union(e){return this._filtered?this._filtered.union(e):this.n3Store.match(this.subject,this.predicate,this.object,this.graph).addAll(e)}toArray(){return this._filtered?this._filtered.toArray():this.n3Store.getQuads(this.subject,this.predicate,this.object,this.graph)}reduce(e,t){return this.filtered.reduce(e,t)}toString(){return new rc().quadsToString(this)}add(e){return this.filtered.add(e)}delete(e){return this.filtered.delete(e)}has(e){return this.filtered.has(e)}match(e,t,r,n){return new Qi(this.filtered,e,t,r,n,this.options)}*[Symbol.iterator](){yield*this._filtered||this.n3Store.readQuads(this.subject,this.predicate,this.object,this.graph)}}const Ae="http://www.w3.org/ns/shacl#",Hd="http://datashapes.org/dash#",vr="http://www.w3.org/2001/XMLSchema#",ac="http://www.w3.org/1999/02/22-rdf-syntax-ns#",lc="http://www.w3.org/2000/01/rdf-schema#",vm="http://www.w3.org/2004/02/skos/core#",wm="http://www.w3.org/2002/07/owl#",_m="http://www.w3.org/ns/oa#",xm="http://purl.org/dc/terms/",Em="http://xmlns.com/foaf/0.1/",Vs=Ve.namedNode("loaded-shapes"),ki=Ve.namedNode("loaded-data"),xt=Ve.namedNode(ac+"type"),El=Ve.namedNode(xm+"conformsTo"),Sm=Ve.namedNode(lc+"subClassOf"),cc=Ve.namedNode(wm+"imports"),Rs=Ve.namedNode(Ae+"NodeShape"),km=Ve.namedNode(Ae+"IRI"),zs=Ve.namedNode(Ae+"property"),dc=Ve.namedNode(Ae+"class"),Zn=Ve.namedNode(Ae+"targetClass"),Im=Ve.namedNode(Ae+"nodeKind");function Un(i,e,t=Ae,r){let n="";const s=Rm(i,e,t,r);return s&&(n=s.value),n}function Rm(i,e,t=Ae,r){let n;const s=t+e;if(r?.length){for(const o of r)for(const a of i)if(a.predicate.value===s){if(a.object.id.endsWith(`@${o}`))return a.object;a.object.id.indexOf("@")<0?n=a.object:n||(n=a.object)}}else for(const o of i)if(o.predicate.value===s)return o.object;return n}function Tm(i){i.querySelector("input,select,textarea")?.focus()}function uo(i,e){return Un(i,"prefLabel",vm,e)||Un(i,"label",lc,e)||Un(i,"name",Em,e)}function vf(i,e,t){const r=[];for(const n of i)r.push({value:n,label:uo(e.getQuads(n,null,null,null),t),children:[]});return r}function Sl(i,e){for(const t in e)i=i.replace(e[t],"");return i}function wf(i,e,t,r,n=new Set){for(const s of e.owlImports)n.has(s.id)||(n.add(s.id),r.push(...t.getSubjects(xt,i,s)));e.parent&&wf(i,e.parent,t,r,n)}function uc(i,e){let t;if(e.shaclIn){const n=e.config.lists[e.shaclIn];t=n?.length?n:[]}else t=e.config.store.getSubjects(xt,i,Vs),t.push(...e.config.store.getSubjects(xt,i,ki)),wf(i,e,e.config.store,t);const r=vf(t,e.config.store,e.config.languages);if(e.shaclIn===void 0)for(const n of e.config.store.getSubjects(Sm,i,null)){const s=uc(n,e);for(const o of s){let a=!1;for(const l of r)e.config.store.countQuads(o.value,xt,l.value,null)>0&&(l.children.push(o),a=!0);a||r.push(o)}}return r}function kl(i){let e;try{e=new URL(i)}catch{return!1}return e.protocol==="http:"||e.protocol==="https:"}function Wd(i,e,t){if(e===void 0)return t;if(t===void 0)return e;const r=i.indexOf(e.language);if(r<0)return t;const n=i.indexOf(t.language);return n<0||n>r?e:t}function _f(i,e,t){const r=document.createElement("div");r.classList.add("shacl-or-constraint");const n=[];if(n.push({label:"--- please choose ---",value:""}),e instanceof tr){const s=[];let o=!1;i.length&&(o=t.store.countQuads(i[0],zs,null,null)>0);for(let c=0;c<i.length;c++)if(o){const d=t.store.getObjects(i[c],zs,null),f=[];let g="";for(const y of d){const b=new Gs(y,e,t);f.push(b),g+=(g.length>1?" / ":"")+b.template.label}s.push(f),n.push({label:g,value:c.toString()})}else{const d=new Gs(i[c],e,t);s.push([d]),n.push({label:d.template.label,value:c.toString()})}const a=t.theme.createListEditor("Please choose",null,!1,n),l=a.querySelector(".editor");l.onchange=()=>{if(l.value){const c=s[parseInt(l.value)];let d;c.length&&(d=c[0],r.replaceWith(c[0]));for(let f=1;f<c.length;f++)d.after(c[f]),d=c[f]}},r.appendChild(a)}else{const s=[];for(let l=0;l<i.length;l++){const c=t.store.getQuads(i[l],null,null,null);c.length&&(s.push(c),n.push({label:uo(c,t.languages)||Sl(c[0].predicate.value,t.prefixes)+" = "+Sl(c[0].object.value,t.prefixes),value:l.toString()}))}const o=t.theme.createListEditor(e.template.label+"?",null,!1,n,e.template),a=o.querySelector(".editor");a.onchange=()=>{a.value&&r.replaceWith(Ps(e.template.clone().merge(s[parseInt(a.value)]),void 0,!0))},r.appendChild(o)}return r}function $m(i,e,t){if(e instanceof gi){const r=e.datatype;for(const n of i){const s=t.store.getQuads(n,null,null,null);for(const o of s)if(o.predicate.value===`${Ae}datatype`&&o.object.equals(r))return s}}else{const r=t.store.getObjects(e,xt,null);for(const n of i){const s=t.store.getQuads(n,null,null,null);for(const o of s)if(r.length>0){if(o.predicate.value===`${Ae}node`){for(const a of r)if(t.store.getQuads(o.object,Zn,a,null).length>0)return s}if(o.predicate.equals(dc)){for(const a of r)if(o.object.equals(a))return s}}else if(o.predicate.equals(Im)&&o.object.equals(km))return s}}return console.error("couldn't resolve sh:or/sh:xone on property for value",e),[]}function Cm(i,e,t){for(const r of i){let n=!1;const s=t.store.getObjects(r,zs,null);for(const o of s){const a=t.store.getObjects(o,`${Ae}path`,null);for(const l of a)if(n=t.store.countQuads(e,l,null,null)>0,n)break}if(n)return s}return console.error("couldn't resolve sh:or/sh:xone on node for value",e),[]}const Am={[`${Ae}name`]:(i,e)=>{const t=e;i.name=Wd(i.config.languages,i.name,t)},[`${Ae}description`]:(i,e)=>{const t=e;i.description=Wd(i.config.languages,i.description,t)},[`${Ae}path`]:(i,e)=>{i.path=e.value},[`${Ae}node`]:(i,e)=>{i.node=e},[`${Ae}datatype`]:(i,e)=>{i.datatype=e},[`${Ae}nodeKind`]:(i,e)=>{i.nodeKind=e},[`${Ae}minCount`]:(i,e)=>{i.minCount=parseInt(e.value)},[`${Ae}maxCount`]:(i,e)=>{i.maxCount=parseInt(e.value)},[`${Ae}minLength`]:(i,e)=>{i.minLength=parseInt(e.value)},[`${Ae}maxLength`]:(i,e)=>{i.maxLength=parseInt(e.value)},[`${Ae}minInclusive`]:(i,e)=>{i.minInclusive=parseInt(e.value)},[`${Ae}maxInclusive`]:(i,e)=>{i.maxInclusive=parseInt(e.value)},[`${Ae}minExclusive`]:(i,e)=>{i.minExclusive=parseInt(e.value)},[`${Ae}maxExclusive`]:(i,e)=>{i.maxExclusive=parseInt(e.value)},[`${Ae}pattern`]:(i,e)=>{i.pattern=e.value},[`${Ae}order`]:(i,e)=>{i.order=parseInt(e.value)},[`${Hd}singleLine`]:(i,e)=>{i.singleLine=e.value==="true"},[`${Hd}readonly`]:(i,e)=>{i.readonly=e.value==="true"},[`${_m}styleClass`]:(i,e)=>{i.cssClass=e.value},[`${Ae}and`]:(i,e)=>{i.shaclAnd=e.value},[`${Ae}in`]:(i,e)=>{i.shaclIn=e.value},[`${Ae}languageIn`]:(i,e)=>{i.languageIn=i.config.lists[e.value],i.datatype=Ve.namedNode(ac+"langString")},[`${Ae}defaultValue`]:(i,e)=>{i.defaultValue=e},[`${Ae}hasValue`]:(i,e)=>{i.hasValue=e},[`${Ae}qualifiedValueShape`]:(i,e)=>{i.qualifiedValueShape=e},[`${Ae}qualifiedMinCount`]:(i,e)=>{i.minCount=parseInt(e.value)},[`${Ae}qualifiedMaxCount`]:(i,e)=>{i.maxCount=parseInt(e.value)},[cc.id]:(i,e)=>{i.owlImports.push(e)},[dc.id]:(i,e)=>{i.class=e;const t=i.config.store.getSubjects(Zn,e,null);t.length>0&&(i.node=t[0])},[`${Ae}or`]:(i,e)=>{const t=i.config.lists[e.value];t?.length?i.shaclOr=t:console.error("list for sh:or not found:",e.value,"existing lists:",i.config.lists)},[`${Ae}xone`]:(i,e)=>{const t=i.config.lists[e.value];t?.length?i.shaclXone=t:console.error("list for sh:xone not found:",e.value,"existing lists:",i.config.lists)}};class Nm{constructor(e,t,r){this.label="",this.owlImports=[],this.extendedShapes=[],this.parent=t,this.config=r,this.merge(e),this.qualifiedValueShape&&this.merge(r.store.getQuads(this.qualifiedValueShape,null,null,null))}merge(e){for(const t of e)Am[t.predicate.id]?.call(this,this,t.object);if(this.label=this.name?.value||uo(e,this.config.languages),!this.label&&!this.shaclAnd&&(this.label=this.path?Sl(this.path,this.config.prefixes):"unknown"),(this.node||this.shaclAnd)&&(this.node&&this.extendedShapes.push(this.node),this.shaclAnd)){const t=this.config.lists[this.shaclAnd];if(t?.length)for(const r of t)this.extendedShapes.push(r)}return this}clone(){const e=Object.assign({},this);return e.owlImports=[...this.owlImports],this.languageIn&&(e.languageIn=[...this.languageIn]),this.shaclOr&&(e.shaclOr=[...this.shaclOr]),this.shaclXone&&(e.shaclXone=[...this.shaclXone]),e.merge=this.merge.bind(e),e.clone=this.clone.bind(e),e}}const Lm=`form { box-sizing: border-box; display:block; --label-width: 8em; --caret-size: 10px; }
27
+ `;super(r),this.name="AggregateError",this.errors=t}}return Oo={AggregateError:i,ArrayIsArray(e){return Array.isArray(e)},ArrayPrototypeIncludes(e,t){return e.includes(t)},ArrayPrototypeIndexOf(e,t){return e.indexOf(t)},ArrayPrototypeJoin(e,t){return e.join(t)},ArrayPrototypeMap(e,t){return e.map(t)},ArrayPrototypePop(e,t){return e.pop(t)},ArrayPrototypePush(e,t){return e.push(t)},ArrayPrototypeSlice(e,t,r){return e.slice(t,r)},Error,FunctionPrototypeCall(e,t,...r){return e.call(t,...r)},FunctionPrototypeSymbolHasInstance(e,t){return Function.prototype[Symbol.hasInstance].call(e,t)},MathFloor:Math.floor,Number,NumberIsInteger:Number.isInteger,NumberIsNaN:Number.isNaN,NumberMAX_SAFE_INTEGER:Number.MAX_SAFE_INTEGER,NumberMIN_SAFE_INTEGER:Number.MIN_SAFE_INTEGER,NumberParseInt:Number.parseInt,ObjectDefineProperties(e,t){return Object.defineProperties(e,t)},ObjectDefineProperty(e,t,r){return Object.defineProperty(e,t,r)},ObjectGetOwnPropertyDescriptor(e,t){return Object.getOwnPropertyDescriptor(e,t)},ObjectKeys(e){return Object.keys(e)},ObjectSetPrototypeOf(e,t){return Object.setPrototypeOf(e,t)},Promise,PromisePrototypeCatch(e,t){return e.catch(t)},PromisePrototypeThen(e,t,r){return e.then(t,r)},PromiseReject(e){return Promise.reject(e)},PromiseResolve(e){return Promise.resolve(e)},ReflectApply:Reflect.apply,RegExpPrototypeTest(e,t){return e.test(t)},SafeSet:Set,String,StringPrototypeSlice(e,t,r){return e.slice(t,r)},StringPrototypeToLowerCase(e){return e.toLowerCase()},StringPrototypeToUpperCase(e){return e.toUpperCase()},StringPrototypeTrim(e){return e.trim()},Symbol,SymbolFor:Symbol.for,SymbolAsyncIterator:Symbol.asyncIterator,SymbolHasInstance:Symbol.hasInstance,SymbolIterator:Symbol.iterator,SymbolDispose:Symbol.dispose||Symbol("Symbol.dispose"),SymbolAsyncDispose:Symbol.asyncDispose||Symbol("Symbol.asyncDispose"),TypedArrayPrototypeSet(e,t,r){return e.set(t,r)},Boolean,Uint8Array},Oo}var Mo={exports:{}},Po,gd;function cf(){return gd||(gd=1,Po={format(i,...e){return i.replace(/%([sdifj])/g,function(...[t,r]){const n=e.shift();return r==="f"?n.toFixed(6):r==="j"?JSON.stringify(n):r==="s"&&typeof n=="object"?`${n.constructor!==Object?n.constructor.name:""} {}`.trim():n.toString()})},inspect(i){switch(typeof i){case"string":if(i.includes("'"))if(i.includes('"')){if(!i.includes("`")&&!i.includes("${"))return`\`${i}\``}else return`"${i}"`;return`'${i}'`;case"number":return isNaN(i)?"NaN":Object.is(i,-0)?String(i):i;case"bigint":return`${String(i)}n`;case"boolean":case"undefined":return String(i);case"object":return"{}"}}}),Po}var jo,yd;function Pt(){if(yd)return jo;yd=1;const{format:i,inspect:e}=cf(),{AggregateError:t}=nt(),r=globalThis.AggregateError||t,n=Symbol("kIsNodeError"),s=["string","function","number","object","Function","Object","boolean","bigint","symbol"],o=/^([A-Z][a-z0-9]*)+$/,a="__node_internal_",l={};function c(E,S){if(!E)throw new l.ERR_INTERNAL_ASSERTION(S)}function d(E){let S="",k=E.length;const v=E[0]==="-"?1:0;for(;k>=v+4;k-=3)S=`_${E.slice(k-3,k)}${S}`;return`${E.slice(0,k)}${S}`}function f(E,S,k){if(typeof S=="function")return c(S.length<=k.length,`Code: ${E}; The provided arguments length (${k.length}) does not match the required ones (${S.length}).`),S(...k);const v=(S.match(/%[dfijoOs]/g)||[]).length;return c(v===k.length,`Code: ${E}; The provided arguments length (${k.length}) does not match the required ones (${v}).`),k.length===0?S:i(S,...k)}function g(E,S,k){k||(k=Error);class v extends k{constructor(...m){super(f(E,S,m))}toString(){return`${this.name} [${E}]: ${this.message}`}}Object.defineProperties(v.prototype,{name:{value:k.name,writable:!0,enumerable:!1,configurable:!0},toString:{value(){return`${this.name} [${E}]: ${this.message}`},writable:!0,enumerable:!1,configurable:!0}}),v.prototype.code=E,v.prototype[n]=!0,l[E]=v}function y(E){const S=a+E.name;return Object.defineProperty(E,"name",{value:S}),E}function b(E,S){if(E&&S&&E!==S){if(Array.isArray(S.errors))return S.errors.push(E),S;const k=new r([S,E],S.message);return k.code=S.code,k}return E||S}class _ extends Error{constructor(S="The operation was aborted",k=void 0){if(k!==void 0&&typeof k!="object")throw new l.ERR_INVALID_ARG_TYPE("options","Object",k);super(S,k),this.code="ABORT_ERR",this.name="AbortError"}}return g("ERR_ASSERTION","%s",Error),g("ERR_INVALID_ARG_TYPE",(E,S,k)=>{c(typeof E=="string","'name' must be a string"),Array.isArray(S)||(S=[S]);let v="The ";E.endsWith(" argument")?v+=`${E} `:v+=`"${E}" ${E.includes(".")?"property":"argument"} `,v+="must be ";const u=[],m=[],T=[];for(const $ of S)c(typeof $=="string","All expected entries have to be of type string"),s.includes($)?u.push($.toLowerCase()):o.test($)?m.push($):(c($!=="object",'The value "object" should be written as "Object"'),T.push($));if(m.length>0){const $=u.indexOf("object");$!==-1&&(u.splice(u,$,1),m.push("Object"))}if(u.length>0){switch(u.length){case 1:v+=`of type ${u[0]}`;break;case 2:v+=`one of type ${u[0]} or ${u[1]}`;break;default:{const $=u.pop();v+=`one of type ${u.join(", ")}, or ${$}`}}(m.length>0||T.length>0)&&(v+=" or ")}if(m.length>0){switch(m.length){case 1:v+=`an instance of ${m[0]}`;break;case 2:v+=`an instance of ${m[0]} or ${m[1]}`;break;default:{const $=m.pop();v+=`an instance of ${m.join(", ")}, or ${$}`}}T.length>0&&(v+=" or ")}switch(T.length){case 0:break;case 1:T[0].toLowerCase()!==T[0]&&(v+="an "),v+=`${T[0]}`;break;case 2:v+=`one of ${T[0]} or ${T[1]}`;break;default:{const $=T.pop();v+=`one of ${T.join(", ")}, or ${$}`}}if(k==null)v+=`. Received ${k}`;else if(typeof k=="function"&&k.name)v+=`. Received function ${k.name}`;else if(typeof k=="object"){var N;if((N=k.constructor)!==null&&N!==void 0&&N.name)v+=`. Received an instance of ${k.constructor.name}`;else{const $=e(k,{depth:-1});v+=`. Received ${$}`}}else{let $=e(k,{colors:!1});$.length>25&&($=`${$.slice(0,25)}...`),v+=`. Received type ${typeof k} (${$})`}return v},TypeError),g("ERR_INVALID_ARG_VALUE",(E,S,k="is invalid")=>{let v=e(S);return v.length>128&&(v=v.slice(0,128)+"..."),`The ${E.includes(".")?"property":"argument"} '${E}' ${k}. Received ${v}`},TypeError),g("ERR_INVALID_RETURN_VALUE",(E,S,k)=>{var v;const u=k!=null&&(v=k.constructor)!==null&&v!==void 0&&v.name?`instance of ${k.constructor.name}`:`type ${typeof k}`;return`Expected ${E} to be returned from the "${S}" function but got ${u}.`},TypeError),g("ERR_MISSING_ARGS",(...E)=>{c(E.length>0,"At least one arg needs to be specified");let S;const k=E.length;switch(E=(Array.isArray(E)?E:[E]).map(v=>`"${v}"`).join(" or "),k){case 1:S+=`The ${E[0]} argument`;break;case 2:S+=`The ${E[0]} and ${E[1]} arguments`;break;default:{const v=E.pop();S+=`The ${E.join(", ")}, and ${v} arguments`}break}return`${S} must be specified`},TypeError),g("ERR_OUT_OF_RANGE",(E,S,k)=>{c(S,'Missing "range" argument');let v;if(Number.isInteger(k)&&Math.abs(k)>2**32)v=d(String(k));else if(typeof k=="bigint"){v=String(k);const u=BigInt(2)**BigInt(32);(k>u||k<-u)&&(v=d(v)),v+="n"}else v=e(k);return`The value of "${E}" is out of range. It must be ${S}. Received ${v}`},RangeError),g("ERR_MULTIPLE_CALLBACK","Callback called multiple times",Error),g("ERR_METHOD_NOT_IMPLEMENTED","The %s method is not implemented",Error),g("ERR_STREAM_ALREADY_FINISHED","Cannot call %s after a stream was finished",Error),g("ERR_STREAM_CANNOT_PIPE","Cannot pipe, not readable",Error),g("ERR_STREAM_DESTROYED","Cannot call %s after a stream was destroyed",Error),g("ERR_STREAM_NULL_VALUES","May not write null values to stream",TypeError),g("ERR_STREAM_PREMATURE_CLOSE","Premature close",Error),g("ERR_STREAM_PUSH_AFTER_EOF","stream.push() after EOF",Error),g("ERR_STREAM_UNSHIFT_AFTER_END_EVENT","stream.unshift() after end event",Error),g("ERR_STREAM_WRITE_AFTER_END","write after end",Error),g("ERR_UNKNOWN_ENCODING","Unknown encoding: %s",TypeError),jo={AbortError:_,aggregateTwoErrors:y(b),hideStackFrames:y,codes:l},jo}var bn={exports:{}},bd;function Yn(){if(bd)return bn.exports;bd=1;const{AbortController:i,AbortSignal:e}=typeof self<"u"?self:typeof window<"u"?window:void 0;return bn.exports=i,bn.exports.AbortSignal=e,bn.exports.default=i,bn.exports}var Es={exports:{}},vd;function oo(){if(vd)return Es.exports;vd=1;var i=typeof Reflect=="object"?Reflect:null,e=i&&typeof i.apply=="function"?i.apply:function(m,T,N){return Function.prototype.apply.call(m,T,N)},t;i&&typeof i.ownKeys=="function"?t=i.ownKeys:Object.getOwnPropertySymbols?t=function(m){return Object.getOwnPropertyNames(m).concat(Object.getOwnPropertySymbols(m))}:t=function(m){return Object.getOwnPropertyNames(m)};function r(u){console&&console.warn&&console.warn(u)}var n=Number.isNaN||function(m){return m!==m};function s(){s.init.call(this)}Es.exports=s,Es.exports.once=S,s.EventEmitter=s,s.prototype._events=void 0,s.prototype._eventsCount=0,s.prototype._maxListeners=void 0;var o=10;function a(u){if(typeof u!="function")throw new TypeError('The "listener" argument must be of type Function. Received type '+typeof u)}Object.defineProperty(s,"defaultMaxListeners",{enumerable:!0,get:function(){return o},set:function(u){if(typeof u!="number"||u<0||n(u))throw new RangeError('The value of "defaultMaxListeners" is out of range. It must be a non-negative number. Received '+u+".");o=u}}),s.init=function(){(this._events===void 0||this._events===Object.getPrototypeOf(this)._events)&&(this._events=Object.create(null),this._eventsCount=0),this._maxListeners=this._maxListeners||void 0},s.prototype.setMaxListeners=function(m){if(typeof m!="number"||m<0||n(m))throw new RangeError('The value of "n" is out of range. It must be a non-negative number. Received '+m+".");return this._maxListeners=m,this};function l(u){return u._maxListeners===void 0?s.defaultMaxListeners:u._maxListeners}s.prototype.getMaxListeners=function(){return l(this)},s.prototype.emit=function(m){for(var T=[],N=1;N<arguments.length;N++)T.push(arguments[N]);var $=m==="error",j=this._events;if(j!==void 0)$=$&&j.error===void 0;else if(!$)return!1;if($){var R;if(T.length>0&&(R=T[0]),R instanceof Error)throw R;var P=new Error("Unhandled error."+(R?" ("+R.message+")":""));throw P.context=R,P}var q=j[m];if(q===void 0)return!1;if(typeof q=="function")e(q,this,T);else for(var I=q.length,L=b(q,I),N=0;N<I;++N)e(L[N],this,T);return!0};function c(u,m,T,N){var $,j,R;if(a(T),j=u._events,j===void 0?(j=u._events=Object.create(null),u._eventsCount=0):(j.newListener!==void 0&&(u.emit("newListener",m,T.listener?T.listener:T),j=u._events),R=j[m]),R===void 0)R=j[m]=T,++u._eventsCount;else if(typeof R=="function"?R=j[m]=N?[T,R]:[R,T]:N?R.unshift(T):R.push(T),$=l(u),$>0&&R.length>$&&!R.warned){R.warned=!0;var P=new Error("Possible EventEmitter memory leak detected. "+R.length+" "+String(m)+" listeners added. Use emitter.setMaxListeners() to increase limit");P.name="MaxListenersExceededWarning",P.emitter=u,P.type=m,P.count=R.length,r(P)}return u}s.prototype.addListener=function(m,T){return c(this,m,T,!1)},s.prototype.on=s.prototype.addListener,s.prototype.prependListener=function(m,T){return c(this,m,T,!0)};function d(){if(!this.fired)return this.target.removeListener(this.type,this.wrapFn),this.fired=!0,arguments.length===0?this.listener.call(this.target):this.listener.apply(this.target,arguments)}function f(u,m,T){var N={fired:!1,wrapFn:void 0,target:u,type:m,listener:T},$=d.bind(N);return $.listener=T,N.wrapFn=$,$}s.prototype.once=function(m,T){return a(T),this.on(m,f(this,m,T)),this},s.prototype.prependOnceListener=function(m,T){return a(T),this.prependListener(m,f(this,m,T)),this},s.prototype.removeListener=function(m,T){var N,$,j,R,P;if(a(T),$=this._events,$===void 0)return this;if(N=$[m],N===void 0)return this;if(N===T||N.listener===T)--this._eventsCount===0?this._events=Object.create(null):(delete $[m],$.removeListener&&this.emit("removeListener",m,N.listener||T));else if(typeof N!="function"){for(j=-1,R=N.length-1;R>=0;R--)if(N[R]===T||N[R].listener===T){P=N[R].listener,j=R;break}if(j<0)return this;j===0?N.shift():_(N,j),N.length===1&&($[m]=N[0]),$.removeListener!==void 0&&this.emit("removeListener",m,P||T)}return this},s.prototype.off=s.prototype.removeListener,s.prototype.removeAllListeners=function(m){var T,N,$;if(N=this._events,N===void 0)return this;if(N.removeListener===void 0)return arguments.length===0?(this._events=Object.create(null),this._eventsCount=0):N[m]!==void 0&&(--this._eventsCount===0?this._events=Object.create(null):delete N[m]),this;if(arguments.length===0){var j=Object.keys(N),R;for($=0;$<j.length;++$)R=j[$],R!=="removeListener"&&this.removeAllListeners(R);return this.removeAllListeners("removeListener"),this._events=Object.create(null),this._eventsCount=0,this}if(T=N[m],typeof T=="function")this.removeListener(m,T);else if(T!==void 0)for($=T.length-1;$>=0;$--)this.removeListener(m,T[$]);return this};function g(u,m,T){var N=u._events;if(N===void 0)return[];var $=N[m];return $===void 0?[]:typeof $=="function"?T?[$.listener||$]:[$]:T?E($):b($,$.length)}s.prototype.listeners=function(m){return g(this,m,!0)},s.prototype.rawListeners=function(m){return g(this,m,!1)},s.listenerCount=function(u,m){return typeof u.listenerCount=="function"?u.listenerCount(m):y.call(u,m)},s.prototype.listenerCount=y;function y(u){var m=this._events;if(m!==void 0){var T=m[u];if(typeof T=="function")return 1;if(T!==void 0)return T.length}return 0}s.prototype.eventNames=function(){return this._eventsCount>0?t(this._events):[]};function b(u,m){for(var T=new Array(m),N=0;N<m;++N)T[N]=u[N];return T}function _(u,m){for(;m+1<u.length;m++)u[m]=u[m+1];u.pop()}function E(u){for(var m=new Array(u.length),T=0;T<m.length;++T)m[T]=u[T].listener||u[T];return m}function S(u,m){return new Promise(function(T,N){function $(R){u.removeListener(m,j),N(R)}function j(){typeof u.removeListener=="function"&&u.removeListener("error",$),T([].slice.call(arguments))}v(u,m,j,{once:!0}),m!=="error"&&k(u,$,{once:!0})})}function k(u,m,T){typeof u.on=="function"&&v(u,"error",m,T)}function v(u,m,T,N){if(typeof u.on=="function")N.once?u.once(m,T):u.on(m,T);else if(typeof u.addEventListener=="function")u.addEventListener(m,function $(j){N.once&&u.removeEventListener(m,$),T(j)});else throw new TypeError('The "emitter" argument must be of type EventEmitter. Received type '+typeof u)}return Es.exports}var wd;function Ut(){return wd||(wd=1,function(i){const e=Hi(),{format:t,inspect:r}=cf(),{codes:{ERR_INVALID_ARG_TYPE:n}}=Pt(),{kResistStopPropagation:s,AggregateError:o,SymbolDispose:a}=nt(),l=globalThis.AbortSignal||Yn().AbortSignal,c=globalThis.AbortController||Yn().AbortController,d=Object.getPrototypeOf(async function(){}).constructor,f=globalThis.Blob||e.Blob,g=typeof f<"u"?function(E){return E instanceof f}:function(E){return!1},y=(_,E)=>{if(_!==void 0&&(_===null||typeof _!="object"||!("aborted"in _)))throw new n(E,"AbortSignal",_)},b=(_,E)=>{if(typeof _!="function")throw new n(E,"Function",_)};i.exports={AggregateError:o,kEmptyObject:Object.freeze({}),once(_){let E=!1;return function(...S){E||(E=!0,_.apply(this,S))}},createDeferredPromise:function(){let _,E;return{promise:new Promise((k,v)=>{_=k,E=v}),resolve:_,reject:E}},promisify(_){return new Promise((E,S)=>{_((k,...v)=>k?S(k):E(...v))})},debuglog(){return function(){}},format:t,inspect:r,types:{isAsyncFunction(_){return _ instanceof d},isArrayBufferView(_){return ArrayBuffer.isView(_)}},isBlob:g,deprecate(_,E){return _},addAbortListener:oo().addAbortListener||function(E,S){if(E===void 0)throw new n("signal","AbortSignal",E);y(E,"signal"),b(S,"listener");let k;return E.aborted?queueMicrotask(()=>S()):(E.addEventListener("abort",S,{__proto__:null,once:!0,[s]:!0}),k=()=>{E.removeEventListener("abort",S)}),{__proto__:null,[a](){var v;(v=k)===null||v===void 0||v()}}},AbortSignalAny:l.any||function(E){if(E.length===1)return E[0];const S=new c,k=()=>S.abort();return E.forEach(v=>{y(v,"signals"),v.addEventListener("abort",k,{once:!0})}),S.signal.addEventListener("abort",()=>{E.forEach(v=>v.removeEventListener("abort",k))},{once:!0}),S.signal}},i.exports.promisify.custom=Symbol.for("nodejs.util.promisify.custom")}(Mo)),Mo.exports}var Ss={},Bo,_d;function us(){if(_d)return Bo;_d=1;const{ArrayIsArray:i,ArrayPrototypeIncludes:e,ArrayPrototypeJoin:t,ArrayPrototypeMap:r,NumberIsInteger:n,NumberIsNaN:s,NumberMAX_SAFE_INTEGER:o,NumberMIN_SAFE_INTEGER:a,NumberParseInt:l,ObjectPrototypeHasOwnProperty:c,RegExpPrototypeExec:d,String:f,StringPrototypeToUpperCase:g,StringPrototypeTrim:y}=nt(),{hideStackFrames:b,codes:{ERR_SOCKET_BAD_PORT:_,ERR_INVALID_ARG_TYPE:E,ERR_INVALID_ARG_VALUE:S,ERR_OUT_OF_RANGE:k,ERR_UNKNOWN_SIGNAL:v}}=Pt(),{normalizeEncoding:u}=Ut(),{isAsyncFunction:m,isArrayBufferView:T}=Ut().types,N={};function $(ie){return ie===(ie|0)}function j(ie){return ie===ie>>>0}const R=/^[0-7]+$/,P="must be a 32-bit unsigned integer or an octal string";function q(ie,fe,ve){if(typeof ie>"u"&&(ie=ve),typeof ie=="string"){if(d(R,ie)===null)throw new S(fe,ie,P);ie=l(ie,8)}return Q(ie,fe),ie}const I=b((ie,fe,ve=a,ue=o)=>{if(typeof ie!="number")throw new E(fe,"number",ie);if(!n(ie))throw new k(fe,"an integer",ie);if(ie<ve||ie>ue)throw new k(fe,`>= ${ve} && <= ${ue}`,ie)}),L=b((ie,fe,ve=-2147483648,ue=2147483647)=>{if(typeof ie!="number")throw new E(fe,"number",ie);if(!n(ie))throw new k(fe,"an integer",ie);if(ie<ve||ie>ue)throw new k(fe,`>= ${ve} && <= ${ue}`,ie)}),Q=b((ie,fe,ve=!1)=>{if(typeof ie!="number")throw new E(fe,"number",ie);if(!n(ie))throw new k(fe,"an integer",ie);const ue=ve?1:0,Ue=4294967295;if(ie<ue||ie>Ue)throw new k(fe,`>= ${ue} && <= ${Ue}`,ie)});function A(ie,fe){if(typeof ie!="string")throw new E(fe,"string",ie)}function Y(ie,fe,ve=void 0,ue){if(typeof ie!="number")throw new E(fe,"number",ie);if(ve!=null&&ie<ve||ue!=null&&ie>ue||(ve!=null||ue!=null)&&s(ie))throw new k(fe,`${ve!=null?`>= ${ve}`:""}${ve!=null&&ue!=null?" && ":""}${ue!=null?`<= ${ue}`:""}`,ie)}const F=b((ie,fe,ve)=>{if(!e(ve,ie)){const Ue="must be one of: "+t(r(ve,kt=>typeof kt=="string"?`'${kt}'`:f(kt)),", ");throw new S(fe,ie,Ue)}});function te(ie,fe){if(typeof ie!="boolean")throw new E(fe,"boolean",ie)}function x(ie,fe,ve){return ie==null||!c(ie,fe)?ve:ie[fe]}const z=b((ie,fe,ve=null)=>{const ue=x(ve,"allowArray",!1),Ue=x(ve,"allowFunction",!1);if(!x(ve,"nullable",!1)&&ie===null||!ue&&i(ie)||typeof ie!="object"&&(!Ue||typeof ie!="function"))throw new E(fe,"Object",ie)}),Z=b((ie,fe)=>{if(ie!=null&&typeof ie!="object"&&typeof ie!="function")throw new E(fe,"a dictionary",ie)}),J=b((ie,fe,ve=0)=>{if(!i(ie))throw new E(fe,"Array",ie);if(ie.length<ve){const ue=`must be longer than ${ve}`;throw new S(fe,ie,ue)}});function ce(ie,fe){J(ie,fe);for(let ve=0;ve<ie.length;ve++)A(ie[ve],`${fe}[${ve}]`)}function H(ie,fe){J(ie,fe);for(let ve=0;ve<ie.length;ve++)te(ie[ve],`${fe}[${ve}]`)}function W(ie,fe){J(ie,fe);for(let ve=0;ve<ie.length;ve++){const ue=ie[ve],Ue=`${fe}[${ve}]`;if(ue==null)throw new E(Ue,"AbortSignal",ue);ge(ue,Ue)}}function K(ie,fe="signal"){if(A(ie,fe),N[ie]===void 0)throw N[g(ie)]!==void 0?new v(ie+" (signals must use all capital letters)"):new v(ie)}const V=b((ie,fe="buffer")=>{if(!T(ie))throw new E(fe,["Buffer","TypedArray","DataView"],ie)});function re(ie,fe){const ve=u(fe),ue=ie.length;if(ve==="hex"&&ue%2!==0)throw new S("encoding",fe,`is invalid for data of length ${ue}`)}function ne(ie,fe="Port",ve=!0){if(typeof ie!="number"&&typeof ie!="string"||typeof ie=="string"&&y(ie).length===0||+ie!==+ie>>>0||ie>65535||ie===0&&!ve)throw new _(fe,ie,ve);return ie|0}const ge=b((ie,fe)=>{if(ie!==void 0&&(ie===null||typeof ie!="object"||!("aborted"in ie)))throw new E(fe,"AbortSignal",ie)}),be=b((ie,fe)=>{if(typeof ie!="function")throw new E(fe,"Function",ie)}),O=b((ie,fe)=>{if(typeof ie!="function"||m(ie))throw new E(fe,"Function",ie)}),G=b((ie,fe)=>{if(ie!==void 0)throw new E(fe,"undefined",ie)});function oe(ie,fe,ve){if(!e(ve,ie))throw new E(fe,`('${t(ve,"|")}')`,ie)}const pe=/^(?:<[^>]*>)(?:\s*;\s*[^;"\s]+(?:=(")?[^;"\s]*\1)?)*$/;function ye(ie,fe){if(typeof ie>"u"||!d(pe,ie))throw new S(fe,ie,'must be an array or string of format "</styles.css>; rel=preload; as=style"')}function we(ie){if(typeof ie=="string")return ye(ie,"hints"),ie;if(i(ie)){const fe=ie.length;let ve="";if(fe===0)return ve;for(let ue=0;ue<fe;ue++){const Ue=ie[ue];ye(Ue,"hints"),ve+=Ue,ue!==fe-1&&(ve+=", ")}return ve}throw new S("hints",ie,'must be an array or string of format "</styles.css>; rel=preload; as=style"')}return Bo={isInt32:$,isUint32:j,parseFileMode:q,validateArray:J,validateStringArray:ce,validateBooleanArray:H,validateAbortSignalArray:W,validateBoolean:te,validateBuffer:V,validateDictionary:Z,validateEncoding:re,validateFunction:be,validateInt32:L,validateInteger:I,validateNumber:Y,validateObject:z,validateOneOf:F,validatePlainFunction:O,validatePort:ne,validateSignalName:K,validateString:A,validateUint32:Q,validateUndefined:G,validateUnion:oe,validateAbortSignal:ge,validateLinkHeaderValue:we},Bo}var ks={exports:{}},Fo={exports:{}},xd;function Tr(){if(xd)return Fo.exports;xd=1;var i=Fo.exports={},e,t;function r(){throw new Error("setTimeout has not been defined")}function n(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?e=setTimeout:e=r}catch{e=r}try{typeof clearTimeout=="function"?t=clearTimeout:t=n}catch{t=n}})();function s(_){if(e===setTimeout)return setTimeout(_,0);if((e===r||!e)&&setTimeout)return e=setTimeout,setTimeout(_,0);try{return e(_,0)}catch{try{return e.call(null,_,0)}catch{return e.call(this,_,0)}}}function o(_){if(t===clearTimeout)return clearTimeout(_);if((t===n||!t)&&clearTimeout)return t=clearTimeout,clearTimeout(_);try{return t(_)}catch{try{return t.call(null,_)}catch{return t.call(this,_)}}}var a=[],l=!1,c,d=-1;function f(){!l||!c||(l=!1,c.length?a=c.concat(a):d=-1,a.length&&g())}function g(){if(!l){var _=s(f);l=!0;for(var E=a.length;E;){for(c=a,a=[];++d<E;)c&&c[d].run();d=-1,E=a.length}c=null,l=!1,o(_)}}i.nextTick=function(_){var E=new Array(arguments.length-1);if(arguments.length>1)for(var S=1;S<arguments.length;S++)E[S-1]=arguments[S];a.push(new y(_,E)),a.length===1&&!l&&s(g)};function y(_,E){this.fun=_,this.array=E}y.prototype.run=function(){this.fun.apply(null,this.array)},i.title="browser",i.browser=!0,i.env={},i.argv=[],i.version="",i.versions={};function b(){}return i.on=b,i.addListener=b,i.once=b,i.off=b,i.removeListener=b,i.removeAllListeners=b,i.emit=b,i.prependListener=b,i.prependOnceListener=b,i.listeners=function(_){return[]},i.binding=function(_){throw new Error("process.binding is not supported")},i.cwd=function(){return"/"},i.chdir=function(_){throw new Error("process.chdir is not supported")},i.umask=function(){return 0},Fo.exports}var qo,Ed;function Wi(){if(Ed)return qo;Ed=1;const{SymbolAsyncIterator:i,SymbolIterator:e,SymbolFor:t}=nt(),r=t("nodejs.stream.destroyed"),n=t("nodejs.stream.errored"),s=t("nodejs.stream.readable"),o=t("nodejs.stream.writable"),a=t("nodejs.stream.disturbed"),l=t("nodejs.webstream.isClosedPromise"),c=t("nodejs.webstream.controllerErrorFunction");function d(x,z=!1){var Z;return!!(x&&typeof x.pipe=="function"&&typeof x.on=="function"&&(!z||typeof x.pause=="function"&&typeof x.resume=="function")&&(!x._writableState||((Z=x._readableState)===null||Z===void 0?void 0:Z.readable)!==!1)&&(!x._writableState||x._readableState))}function f(x){var z;return!!(x&&typeof x.write=="function"&&typeof x.on=="function"&&(!x._readableState||((z=x._writableState)===null||z===void 0?void 0:z.writable)!==!1))}function g(x){return!!(x&&typeof x.pipe=="function"&&x._readableState&&typeof x.on=="function"&&typeof x.write=="function")}function y(x){return x&&(x._readableState||x._writableState||typeof x.write=="function"&&typeof x.on=="function"||typeof x.pipe=="function"&&typeof x.on=="function")}function b(x){return!!(x&&!y(x)&&typeof x.pipeThrough=="function"&&typeof x.getReader=="function"&&typeof x.cancel=="function")}function _(x){return!!(x&&!y(x)&&typeof x.getWriter=="function"&&typeof x.abort=="function")}function E(x){return!!(x&&!y(x)&&typeof x.readable=="object"&&typeof x.writable=="object")}function S(x){return b(x)||_(x)||E(x)}function k(x,z){return x==null?!1:z===!0?typeof x[i]=="function":z===!1?typeof x[e]=="function":typeof x[i]=="function"||typeof x[e]=="function"}function v(x){if(!y(x))return null;const z=x._writableState,Z=x._readableState,J=z||Z;return!!(x.destroyed||x[r]||J!=null&&J.destroyed)}function u(x){if(!f(x))return null;if(x.writableEnded===!0)return!0;const z=x._writableState;return z!=null&&z.errored?!1:typeof z?.ended!="boolean"?null:z.ended}function m(x,z){if(!f(x))return null;if(x.writableFinished===!0)return!0;const Z=x._writableState;return Z!=null&&Z.errored?!1:typeof Z?.finished!="boolean"?null:!!(Z.finished||z===!1&&Z.ended===!0&&Z.length===0)}function T(x){if(!d(x))return null;if(x.readableEnded===!0)return!0;const z=x._readableState;return!z||z.errored?!1:typeof z?.ended!="boolean"?null:z.ended}function N(x,z){if(!d(x))return null;const Z=x._readableState;return Z!=null&&Z.errored?!1:typeof Z?.endEmitted!="boolean"?null:!!(Z.endEmitted||z===!1&&Z.ended===!0&&Z.length===0)}function $(x){return x&&x[s]!=null?x[s]:typeof x?.readable!="boolean"?null:v(x)?!1:d(x)&&x.readable&&!N(x)}function j(x){return x&&x[o]!=null?x[o]:typeof x?.writable!="boolean"?null:v(x)?!1:f(x)&&x.writable&&!u(x)}function R(x,z){return y(x)?v(x)?!0:!(z?.readable!==!1&&$(x)||z?.writable!==!1&&j(x)):null}function P(x){var z,Z;return y(x)?x.writableErrored?x.writableErrored:(z=(Z=x._writableState)===null||Z===void 0?void 0:Z.errored)!==null&&z!==void 0?z:null:null}function q(x){var z,Z;return y(x)?x.readableErrored?x.readableErrored:(z=(Z=x._readableState)===null||Z===void 0?void 0:Z.errored)!==null&&z!==void 0?z:null:null}function I(x){if(!y(x))return null;if(typeof x.closed=="boolean")return x.closed;const z=x._writableState,Z=x._readableState;return typeof z?.closed=="boolean"||typeof Z?.closed=="boolean"?z?.closed||Z?.closed:typeof x._closed=="boolean"&&L(x)?x._closed:null}function L(x){return typeof x._closed=="boolean"&&typeof x._defaultKeepAlive=="boolean"&&typeof x._removedConnection=="boolean"&&typeof x._removedContLen=="boolean"}function Q(x){return typeof x._sent100=="boolean"&&L(x)}function A(x){var z;return typeof x._consuming=="boolean"&&typeof x._dumped=="boolean"&&((z=x.req)===null||z===void 0?void 0:z.upgradeOrConnect)===void 0}function Y(x){if(!y(x))return null;const z=x._writableState,Z=x._readableState,J=z||Z;return!J&&Q(x)||!!(J&&J.autoDestroy&&J.emitClose&&J.closed===!1)}function F(x){var z;return!!(x&&((z=x[a])!==null&&z!==void 0?z:x.readableDidRead||x.readableAborted))}function te(x){var z,Z,J,ce,H,W,K,V,re,ne;return!!(x&&((z=(Z=(J=(ce=(H=(W=x[n])!==null&&W!==void 0?W:x.readableErrored)!==null&&H!==void 0?H:x.writableErrored)!==null&&ce!==void 0?ce:(K=x._readableState)===null||K===void 0?void 0:K.errorEmitted)!==null&&J!==void 0?J:(V=x._writableState)===null||V===void 0?void 0:V.errorEmitted)!==null&&Z!==void 0?Z:(re=x._readableState)===null||re===void 0?void 0:re.errored)!==null&&z!==void 0?z:!((ne=x._writableState)===null||ne===void 0)&&ne.errored))}return qo={isDestroyed:v,kIsDestroyed:r,isDisturbed:F,kIsDisturbed:a,isErrored:te,kIsErrored:n,isReadable:$,kIsReadable:s,kIsClosedPromise:l,kControllerErrorFunction:c,kIsWritable:o,isClosed:I,isDuplexNodeStream:g,isFinished:R,isIterable:k,isReadableNodeStream:d,isReadableStream:b,isReadableEnded:T,isReadableFinished:N,isReadableErrored:q,isNodeStream:y,isWebStream:S,isWritable:j,isWritableNodeStream:f,isWritableStream:_,isWritableEnded:u,isWritableFinished:m,isWritableErrored:P,isServerRequest:A,isServerResponse:Q,willEmitClose:Y,isTransformStream:E},qo}var Sd;function sr(){if(Sd)return ks.exports;Sd=1;const i=Tr(),{AbortError:e,codes:t}=Pt(),{ERR_INVALID_ARG_TYPE:r,ERR_STREAM_PREMATURE_CLOSE:n}=t,{kEmptyObject:s,once:o}=Ut(),{validateAbortSignal:a,validateFunction:l,validateObject:c,validateBoolean:d}=us(),{Promise:f,PromisePrototypeThen:g,SymbolDispose:y}=nt(),{isClosed:b,isReadable:_,isReadableNodeStream:E,isReadableStream:S,isReadableFinished:k,isReadableErrored:v,isWritable:u,isWritableNodeStream:m,isWritableStream:T,isWritableFinished:N,isWritableErrored:$,isNodeStream:j,willEmitClose:R,kIsClosedPromise:P}=Wi();let q;function I(F){return F.setHeader&&typeof F.abort=="function"}const L=()=>{};function Q(F,te,x){var z,Z;if(arguments.length===2?(x=te,te=s):te==null?te=s:c(te,"options"),l(x,"callback"),a(te.signal,"options.signal"),x=o(x),S(F)||T(F))return A(F,te,x);if(!j(F))throw new r("stream",["ReadableStream","WritableStream","Stream"],F);const J=(z=te.readable)!==null&&z!==void 0?z:E(F),ce=(Z=te.writable)!==null&&Z!==void 0?Z:m(F),H=F._writableState,W=F._readableState,K=()=>{F.writable||ne()};let V=R(F)&&E(F)===J&&m(F)===ce,re=N(F,!1);const ne=()=>{re=!0,F.destroyed&&(V=!1),!(V&&(!F.readable||J))&&(!J||ge)&&x.call(F)};let ge=k(F,!1);const be=()=>{ge=!0,F.destroyed&&(V=!1),!(V&&(!F.writable||ce))&&(!ce||re)&&x.call(F)},O=ie=>{x.call(F,ie)};let G=b(F);const oe=()=>{G=!0;const ie=$(F)||v(F);if(ie&&typeof ie!="boolean")return x.call(F,ie);if(J&&!ge&&E(F,!0)&&!k(F,!1))return x.call(F,new n);if(ce&&!re&&!N(F,!1))return x.call(F,new n);x.call(F)},pe=()=>{G=!0;const ie=$(F)||v(F);if(ie&&typeof ie!="boolean")return x.call(F,ie);x.call(F)},ye=()=>{F.req.on("finish",ne)};I(F)?(F.on("complete",ne),V||F.on("abort",oe),F.req?ye():F.on("request",ye)):ce&&!H&&(F.on("end",K),F.on("close",K)),!V&&typeof F.aborted=="boolean"&&F.on("aborted",oe),F.on("end",be),F.on("finish",ne),te.error!==!1&&F.on("error",O),F.on("close",oe),G?i.nextTick(oe):H!=null&&H.errorEmitted||W!=null&&W.errorEmitted?V||i.nextTick(pe):(!J&&(!V||_(F))&&(re||u(F)===!1)||!ce&&(!V||u(F))&&(ge||_(F)===!1)||W&&F.req&&F.aborted)&&i.nextTick(pe);const we=()=>{x=L,F.removeListener("aborted",oe),F.removeListener("complete",ne),F.removeListener("abort",oe),F.removeListener("request",ye),F.req&&F.req.removeListener("finish",ne),F.removeListener("end",K),F.removeListener("close",K),F.removeListener("finish",ne),F.removeListener("end",be),F.removeListener("error",O),F.removeListener("close",oe)};if(te.signal&&!G){const ie=()=>{const fe=x;we(),fe.call(F,new e(void 0,{cause:te.signal.reason}))};if(te.signal.aborted)i.nextTick(ie);else{q=q||Ut().addAbortListener;const fe=q(te.signal,ie),ve=x;x=o((...ue)=>{fe[y](),ve.apply(F,ue)})}}return we}function A(F,te,x){let z=!1,Z=L;if(te.signal)if(Z=()=>{z=!0,x.call(F,new e(void 0,{cause:te.signal.reason}))},te.signal.aborted)i.nextTick(Z);else{q=q||Ut().addAbortListener;const ce=q(te.signal,Z),H=x;x=o((...W)=>{ce[y](),H.apply(F,W)})}const J=(...ce)=>{z||i.nextTick(()=>x.apply(F,ce))};return g(F[P].promise,J,J),L}function Y(F,te){var x;let z=!1;return te===null&&(te=s),(x=te)!==null&&x!==void 0&&x.cleanup&&(d(te.cleanup,"cleanup"),z=te.cleanup),new f((Z,J)=>{const ce=Q(F,te,H=>{z&&ce(),H?J(H):Z()})})}return ks.exports=Q,ks.exports.finished=Y,ks.exports}var Uo,kd;function sn(){if(kd)return Uo;kd=1;const i=Tr(),{aggregateTwoErrors:e,codes:{ERR_MULTIPLE_CALLBACK:t},AbortError:r}=Pt(),{Symbol:n}=nt(),{kIsDestroyed:s,isDestroyed:o,isFinished:a,isServerRequest:l}=Wi(),c=n("kDestroy"),d=n("kConstruct");function f(R,P,q){R&&(R.stack,P&&!P.errored&&(P.errored=R),q&&!q.errored&&(q.errored=R))}function g(R,P){const q=this._readableState,I=this._writableState,L=I||q;return I!=null&&I.destroyed||q!=null&&q.destroyed?(typeof P=="function"&&P(),this):(f(R,I,q),I&&(I.destroyed=!0),q&&(q.destroyed=!0),L.constructed?y(this,R,P):this.once(c,function(Q){y(this,e(Q,R),P)}),this)}function y(R,P,q){let I=!1;function L(Q){if(I)return;I=!0;const A=R._readableState,Y=R._writableState;f(Q,Y,A),Y&&(Y.closed=!0),A&&(A.closed=!0),typeof q=="function"&&q(Q),Q?i.nextTick(b,R,Q):i.nextTick(_,R)}try{R._destroy(P||null,L)}catch(Q){L(Q)}}function b(R,P){E(R,P),_(R)}function _(R){const P=R._readableState,q=R._writableState;q&&(q.closeEmitted=!0),P&&(P.closeEmitted=!0),(q!=null&&q.emitClose||P!=null&&P.emitClose)&&R.emit("close")}function E(R,P){const q=R._readableState,I=R._writableState;I!=null&&I.errorEmitted||q!=null&&q.errorEmitted||(I&&(I.errorEmitted=!0),q&&(q.errorEmitted=!0),R.emit("error",P))}function S(){const R=this._readableState,P=this._writableState;R&&(R.constructed=!0,R.closed=!1,R.closeEmitted=!1,R.destroyed=!1,R.errored=null,R.errorEmitted=!1,R.reading=!1,R.ended=R.readable===!1,R.endEmitted=R.readable===!1),P&&(P.constructed=!0,P.destroyed=!1,P.closed=!1,P.closeEmitted=!1,P.errored=null,P.errorEmitted=!1,P.finalCalled=!1,P.prefinished=!1,P.ended=P.writable===!1,P.ending=P.writable===!1,P.finished=P.writable===!1)}function k(R,P,q){const I=R._readableState,L=R._writableState;if(L!=null&&L.destroyed||I!=null&&I.destroyed)return this;I!=null&&I.autoDestroy||L!=null&&L.autoDestroy?R.destroy(P):P&&(P.stack,L&&!L.errored&&(L.errored=P),I&&!I.errored&&(I.errored=P),q?i.nextTick(E,R,P):E(R,P))}function v(R,P){if(typeof R._construct!="function")return;const q=R._readableState,I=R._writableState;q&&(q.constructed=!1),I&&(I.constructed=!1),R.once(d,P),!(R.listenerCount(d)>1)&&i.nextTick(u,R)}function u(R){let P=!1;function q(I){if(P){k(R,I??new t);return}P=!0;const L=R._readableState,Q=R._writableState,A=Q||L;L&&(L.constructed=!0),Q&&(Q.constructed=!0),A.destroyed?R.emit(c,I):I?k(R,I,!0):i.nextTick(m,R)}try{R._construct(I=>{i.nextTick(q,I)})}catch(I){i.nextTick(q,I)}}function m(R){R.emit(d)}function T(R){return R?.setHeader&&typeof R.abort=="function"}function N(R){R.emit("close")}function $(R,P){R.emit("error",P),i.nextTick(N,R)}function j(R,P){!R||o(R)||(!P&&!a(R)&&(P=new r),l(R)?(R.socket=null,R.destroy(P)):T(R)?R.abort():T(R.req)?R.req.abort():typeof R.destroy=="function"?R.destroy(P):typeof R.close=="function"?R.close():P?i.nextTick($,R,P):i.nextTick(N,R),R.destroyed||(R[s]=!0))}return Uo={construct:v,destroyer:j,destroy:g,undestroy:S,errorOrDestroy:k},Uo}var Vo,Id;function nc(){if(Id)return Vo;Id=1;const{ArrayIsArray:i,ObjectSetPrototypeOf:e}=nt(),{EventEmitter:t}=oo();function r(s){t.call(this,s)}e(r.prototype,t.prototype),e(r,t),r.prototype.pipe=function(s,o){const a=this;function l(_){s.writable&&s.write(_)===!1&&a.pause&&a.pause()}a.on("data",l);function c(){a.readable&&a.resume&&a.resume()}s.on("drain",c),!s._isStdio&&(!o||o.end!==!1)&&(a.on("end",f),a.on("close",g));let d=!1;function f(){d||(d=!0,s.end())}function g(){d||(d=!0,typeof s.destroy=="function"&&s.destroy())}function y(_){b(),t.listenerCount(this,"error")===0&&this.emit("error",_)}n(a,"error",y),n(s,"error",y);function b(){a.removeListener("data",l),s.removeListener("drain",c),a.removeListener("end",f),a.removeListener("close",g),a.removeListener("error",y),s.removeListener("error",y),a.removeListener("end",b),a.removeListener("close",b),s.removeListener("close",b)}return a.on("end",b),a.on("close",b),s.on("close",b),s.emit("pipe",a),s};function n(s,o,a){if(typeof s.prependListener=="function")return s.prependListener(o,a);!s._events||!s._events[o]?s.on(o,a):i(s._events[o])?s._events[o].unshift(a):s._events[o]=[a,s._events[o]]}return Vo={Stream:r,prependListener:n},Vo}var zo={exports:{}},Rd;function ao(){return Rd||(Rd=1,function(i){const{SymbolDispose:e}=nt(),{AbortError:t,codes:r}=Pt(),{isNodeStream:n,isWebStream:s,kControllerErrorFunction:o}=Wi(),a=sr(),{ERR_INVALID_ARG_TYPE:l}=r;let c;const d=(f,g)=>{if(typeof f!="object"||!("aborted"in f))throw new l(g,"AbortSignal",f)};i.exports.addAbortSignal=function(g,y){if(d(g,"signal"),!n(y)&&!s(y))throw new l("stream",["ReadableStream","WritableStream","Stream"],y);return i.exports.addAbortSignalNoValidate(g,y)},i.exports.addAbortSignalNoValidate=function(f,g){if(typeof f!="object"||!("aborted"in f))return g;const y=n(g)?()=>{g.destroy(new t(void 0,{cause:f.reason}))}:()=>{g[o](new t(void 0,{cause:f.reason}))};if(f.aborted)y();else{c=c||Ut().addAbortListener;const b=c(f,y);a(g,b[e])}return g}}(zo)),zo.exports}var Ho,Td;function hm(){if(Td)return Ho;Td=1;const{StringPrototypeSlice:i,SymbolIterator:e,TypedArrayPrototypeSet:t,Uint8Array:r}=nt(),{Buffer:n}=Hi(),{inspect:s}=Ut();return Ho=class{constructor(){this.head=null,this.tail=null,this.length=0}push(a){const l={data:a,next:null};this.length>0?this.tail.next=l:this.head=l,this.tail=l,++this.length}unshift(a){const l={data:a,next:this.head};this.length===0&&(this.tail=l),this.head=l,++this.length}shift(){if(this.length===0)return;const a=this.head.data;return this.length===1?this.head=this.tail=null:this.head=this.head.next,--this.length,a}clear(){this.head=this.tail=null,this.length=0}join(a){if(this.length===0)return"";let l=this.head,c=""+l.data;for(;(l=l.next)!==null;)c+=a+l.data;return c}concat(a){if(this.length===0)return n.alloc(0);const l=n.allocUnsafe(a>>>0);let c=this.head,d=0;for(;c;)t(l,c.data,d),d+=c.data.length,c=c.next;return l}consume(a,l){const c=this.head.data;if(a<c.length){const d=c.slice(0,a);return this.head.data=c.slice(a),d}return a===c.length?this.shift():l?this._getString(a):this._getBuffer(a)}first(){return this.head.data}*[e](){for(let a=this.head;a;a=a.next)yield a.data}_getString(a){let l="",c=this.head,d=0;do{const f=c.data;if(a>f.length)l+=f,a-=f.length;else{a===f.length?(l+=f,++d,c.next?this.head=c.next:this.head=this.tail=null):(l+=i(f,0,a),this.head=c,c.data=i(f,a));break}++d}while((c=c.next)!==null);return this.length-=d,l}_getBuffer(a){const l=n.allocUnsafe(a),c=a;let d=this.head,f=0;do{const g=d.data;if(a>g.length)t(l,g,c-a),a-=g.length;else{a===g.length?(t(l,g,c-a),++f,d.next?this.head=d.next:this.head=this.tail=null):(t(l,new r(g.buffer,g.byteOffset,a),c-a),this.head=d,d.data=g.slice(a));break}++f}while((d=d.next)!==null);return this.length-=f,l}[Symbol.for("nodejs.util.inspect.custom")](a,l){return s(this,{...l,depth:0,customInspect:!1})}},Ho}var Wo,$d;function lo(){if($d)return Wo;$d=1;const{MathFloor:i,NumberIsInteger:e}=nt(),{validateInteger:t}=us(),{ERR_INVALID_ARG_VALUE:r}=Pt().codes;let n=16*1024,s=16;function o(d,f,g){return d.highWaterMark!=null?d.highWaterMark:f?d[g]:null}function a(d){return d?s:n}function l(d,f){t(f,"value",0),d?s=f:n=f}function c(d,f,g,y){const b=o(f,y,g);if(b!=null){if(!e(b)||b<0){const _=y?`options.${g}`:"options.highWaterMark";throw new r(_,b)}return i(b)}return a(d.objectMode)}return Wo={getHighWaterMark:c,getDefaultHighWaterMark:a,setDefaultHighWaterMark:l},Wo}var Go={},Is={exports:{}};/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */var Cd;function fm(){return Cd||(Cd=1,function(i,e){var t=Hi(),r=t.Buffer;function n(o,a){for(var l in o)a[l]=o[l]}r.from&&r.alloc&&r.allocUnsafe&&r.allocUnsafeSlow?i.exports=t:(n(t,e),e.Buffer=s);function s(o,a,l){return r(o,a,l)}s.prototype=Object.create(r.prototype),n(r,s),s.from=function(o,a,l){if(typeof o=="number")throw new TypeError("Argument must not be a number");return r(o,a,l)},s.alloc=function(o,a,l){if(typeof o!="number")throw new TypeError("Argument must be a number");var c=r(o);return a!==void 0?typeof l=="string"?c.fill(a,l):c.fill(a):c.fill(0),c},s.allocUnsafe=function(o){if(typeof o!="number")throw new TypeError("Argument must be a number");return r(o)},s.allocUnsafeSlow=function(o){if(typeof o!="number")throw new TypeError("Argument must be a number");return t.SlowBuffer(o)}}(Is,Is.exports)),Is.exports}var Ad;function pm(){if(Ad)return Go;Ad=1;var i=fm().Buffer,e=i.isEncoding||function(S){switch(S=""+S,S&&S.toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":case"raw":return!0;default:return!1}};function t(S){if(!S)return"utf8";for(var k;;)switch(S){case"utf8":case"utf-8":return"utf8";case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return"utf16le";case"latin1":case"binary":return"latin1";case"base64":case"ascii":case"hex":return S;default:if(k)return;S=(""+S).toLowerCase(),k=!0}}function r(S){var k=t(S);if(typeof k!="string"&&(i.isEncoding===e||!e(S)))throw new Error("Unknown encoding: "+S);return k||S}Go.StringDecoder=n;function n(S){this.encoding=r(S);var k;switch(this.encoding){case"utf16le":this.text=f,this.end=g,k=4;break;case"utf8":this.fillLast=l,k=4;break;case"base64":this.text=y,this.end=b,k=3;break;default:this.write=_,this.end=E;return}this.lastNeed=0,this.lastTotal=0,this.lastChar=i.allocUnsafe(k)}n.prototype.write=function(S){if(S.length===0)return"";var k,v;if(this.lastNeed){if(k=this.fillLast(S),k===void 0)return"";v=this.lastNeed,this.lastNeed=0}else v=0;return v<S.length?k?k+this.text(S,v):this.text(S,v):k||""},n.prototype.end=d,n.prototype.text=c,n.prototype.fillLast=function(S){if(this.lastNeed<=S.length)return S.copy(this.lastChar,this.lastTotal-this.lastNeed,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal);S.copy(this.lastChar,this.lastTotal-this.lastNeed,0,S.length),this.lastNeed-=S.length};function s(S){return S<=127?0:S>>5===6?2:S>>4===14?3:S>>3===30?4:S>>6===2?-1:-2}function o(S,k,v){var u=k.length-1;if(u<v)return 0;var m=s(k[u]);return m>=0?(m>0&&(S.lastNeed=m-1),m):--u<v||m===-2?0:(m=s(k[u]),m>=0?(m>0&&(S.lastNeed=m-2),m):--u<v||m===-2?0:(m=s(k[u]),m>=0?(m>0&&(m===2?m=0:S.lastNeed=m-3),m):0))}function a(S,k,v){if((k[0]&192)!==128)return S.lastNeed=0,"�";if(S.lastNeed>1&&k.length>1){if((k[1]&192)!==128)return S.lastNeed=1,"�";if(S.lastNeed>2&&k.length>2&&(k[2]&192)!==128)return S.lastNeed=2,"�"}}function l(S){var k=this.lastTotal-this.lastNeed,v=a(this,S);if(v!==void 0)return v;if(this.lastNeed<=S.length)return S.copy(this.lastChar,k,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal);S.copy(this.lastChar,k,0,S.length),this.lastNeed-=S.length}function c(S,k){var v=o(this,S,k);if(!this.lastNeed)return S.toString("utf8",k);this.lastTotal=v;var u=S.length-(v-this.lastNeed);return S.copy(this.lastChar,0,u),S.toString("utf8",k,u)}function d(S){var k=S&&S.length?this.write(S):"";return this.lastNeed?k+"�":k}function f(S,k){if((S.length-k)%2===0){var v=S.toString("utf16le",k);if(v){var u=v.charCodeAt(v.length-1);if(u>=55296&&u<=56319)return this.lastNeed=2,this.lastTotal=4,this.lastChar[0]=S[S.length-2],this.lastChar[1]=S[S.length-1],v.slice(0,-1)}return v}return this.lastNeed=1,this.lastTotal=2,this.lastChar[0]=S[S.length-1],S.toString("utf16le",k,S.length-1)}function g(S){var k=S&&S.length?this.write(S):"";if(this.lastNeed){var v=this.lastTotal-this.lastNeed;return k+this.lastChar.toString("utf16le",0,v)}return k}function y(S,k){var v=(S.length-k)%3;return v===0?S.toString("base64",k):(this.lastNeed=3-v,this.lastTotal=3,v===1?this.lastChar[0]=S[S.length-1]:(this.lastChar[0]=S[S.length-2],this.lastChar[1]=S[S.length-1]),S.toString("base64",k,S.length-v))}function b(S){var k=S&&S.length?this.write(S):"";return this.lastNeed?k+this.lastChar.toString("base64",0,3-this.lastNeed):k}function _(S){return S.toString(this.encoding)}function E(S){return S&&S.length?this.write(S):""}return Go}var Ko,Nd;function df(){if(Nd)return Ko;Nd=1;const i=Tr(),{PromisePrototypeThen:e,SymbolAsyncIterator:t,SymbolIterator:r}=nt(),{Buffer:n}=Hi(),{ERR_INVALID_ARG_TYPE:s,ERR_STREAM_NULL_VALUES:o}=Pt().codes;function a(l,c,d){let f;if(typeof c=="string"||c instanceof n)return new l({objectMode:!0,...d,read(){this.push(c),this.push(null)}});let g;if(c&&c[t])g=!0,f=c[t]();else if(c&&c[r])g=!1,f=c[r]();else throw new s("iterable",["Iterable"],c);const y=new l({objectMode:!0,highWaterMark:1,...d});let b=!1;y._read=function(){b||(b=!0,E())},y._destroy=function(S,k){e(_(S),()=>i.nextTick(k,S),v=>i.nextTick(k,v||S))};async function _(S){const k=S!=null,v=typeof f.throw=="function";if(k&&v){const{value:u,done:m}=await f.throw(S);if(await u,m)return}if(typeof f.return=="function"){const{value:u}=await f.return();await u}}async function E(){for(;;){try{const{value:S,done:k}=g?await f.next():f.next();if(k)y.push(null);else{const v=S&&typeof S.then=="function"?await S:S;if(v===null)throw b=!1,new o;if(y.push(v))continue;b=!1}}catch(S){y.destroy(S)}break}}return y}return Ko=a,Ko}var Jo,Ld;function co(){if(Ld)return Jo;Ld=1;const i=Tr(),{ArrayPrototypeIndexOf:e,NumberIsInteger:t,NumberIsNaN:r,NumberParseInt:n,ObjectDefineProperties:s,ObjectKeys:o,ObjectSetPrototypeOf:a,Promise:l,SafeSet:c,SymbolAsyncDispose:d,SymbolAsyncIterator:f,Symbol:g}=nt();Jo=ue,ue.ReadableState=ve;const{EventEmitter:y}=oo(),{Stream:b,prependListener:_}=nc(),{Buffer:E}=Hi(),{addAbortSignal:S}=ao(),k=sr();let v=Ut().debuglog("stream",M=>{v=M});const u=hm(),m=sn(),{getHighWaterMark:T,getDefaultHighWaterMark:N}=lo(),{aggregateTwoErrors:$,codes:{ERR_INVALID_ARG_TYPE:j,ERR_METHOD_NOT_IMPLEMENTED:R,ERR_OUT_OF_RANGE:P,ERR_STREAM_PUSH_AFTER_EOF:q,ERR_STREAM_UNSHIFT_AFTER_END_EVENT:I},AbortError:L}=Pt(),{validateObject:Q}=us(),A=g("kPaused"),{StringDecoder:Y}=pm(),F=df();a(ue.prototype,b.prototype),a(ue,b);const te=()=>{},{errorOrDestroy:x}=m,z=1,Z=2,J=4,ce=8,H=16,W=32,K=64,V=128,re=256,ne=512,ge=1024,be=2048,O=4096,G=8192,oe=16384,pe=32768,ye=65536,we=1<<17,ie=1<<18;function fe(M){return{enumerable:!1,get(){return(this.state&M)!==0},set(U){U?this.state|=M:this.state&=~M}}}s(ve.prototype,{objectMode:fe(z),ended:fe(Z),endEmitted:fe(J),reading:fe(ce),constructed:fe(H),sync:fe(W),needReadable:fe(K),emittedReadable:fe(V),readableListening:fe(re),resumeScheduled:fe(ne),errorEmitted:fe(ge),emitClose:fe(be),autoDestroy:fe(O),destroyed:fe(G),closed:fe(oe),closeEmitted:fe(pe),multiAwaitDrain:fe(ye),readingMore:fe(we),dataEmitted:fe(ie)});function ve(M,U,_e){typeof _e!="boolean"&&(_e=U instanceof Bi()),this.state=be|O|H|W,M&&M.objectMode&&(this.state|=z),_e&&M&&M.readableObjectMode&&(this.state|=z),this.highWaterMark=M?T(this,M,"readableHighWaterMark",_e):N(!1),this.buffer=new u,this.length=0,this.pipes=[],this.flowing=null,this[A]=null,M&&M.emitClose===!1&&(this.state&=~be),M&&M.autoDestroy===!1&&(this.state&=~O),this.errored=null,this.defaultEncoding=M&&M.defaultEncoding||"utf8",this.awaitDrainWriters=null,this.decoder=null,this.encoding=null,M&&M.encoding&&(this.decoder=new Y(M.encoding),this.encoding=M.encoding)}function ue(M){if(!(this instanceof ue))return new ue(M);const U=this instanceof Bi();this._readableState=new ve(M,this,U),M&&(typeof M.read=="function"&&(this._read=M.read),typeof M.destroy=="function"&&(this._destroy=M.destroy),typeof M.construct=="function"&&(this._construct=M.construct),M.signal&&!U&&S(M.signal,this)),b.call(this,M),m.construct(this,()=>{this._readableState.needReadable&&ee(this,this._readableState)})}ue.prototype.destroy=m.destroy,ue.prototype._undestroy=m.undestroy,ue.prototype._destroy=function(M,U){U(M)},ue.prototype[y.captureRejectionSymbol]=function(M){this.destroy(M)},ue.prototype[d]=function(){let M;return this.destroyed||(M=this.readableEnded?null:new L,this.destroy(M)),new l((U,_e)=>k(this,xe=>xe&&xe!==M?_e(xe):U(null)))},ue.prototype.push=function(M,U){return Ue(this,M,U,!1)},ue.prototype.unshift=function(M,U){return Ue(this,M,U,!0)};function Ue(M,U,_e,xe){v("readableAddChunk",U);const ke=M._readableState;let It;if((ke.state&z)===0&&(typeof U=="string"?(_e=_e||ke.defaultEncoding,ke.encoding!==_e&&(xe&&ke.encoding?U=E.from(U,_e).toString(ke.encoding):(U=E.from(U,_e),_e=""))):U instanceof E?_e="":b._isUint8Array(U)?(U=b._uint8ArrayToBuffer(U),_e=""):U!=null&&(It=new j("chunk",["string","Buffer","Uint8Array"],U))),It)x(M,It);else if(U===null)ke.state&=~ce,h(M,ke);else if((ke.state&z)!==0||U&&U.length>0)if(xe)if((ke.state&J)!==0)x(M,new I);else{if(ke.destroyed||ke.errored)return!1;kt(M,ke,U,!0)}else if(ke.ended)x(M,new q);else{if(ke.destroyed||ke.errored)return!1;ke.state&=~ce,ke.decoder&&!_e?(U=ke.decoder.write(U),ke.objectMode||U.length!==0?kt(M,ke,U,!1):ee(M,ke)):kt(M,ke,U,!1)}else xe||(ke.state&=~ce,ee(M,ke));return!ke.ended&&(ke.length<ke.highWaterMark||ke.length===0)}function kt(M,U,_e,xe){U.flowing&&U.length===0&&!U.sync&&M.listenerCount("data")>0?((U.state&ye)!==0?U.awaitDrainWriters.clear():U.awaitDrainWriters=null,U.dataEmitted=!0,M.emit("data",_e)):(U.length+=U.objectMode?1:_e.length,xe?U.buffer.unshift(_e):U.buffer.push(_e),(U.state&K)!==0&&p(M)),ee(M,U)}ue.prototype.isPaused=function(){const M=this._readableState;return M[A]===!0||M.flowing===!1},ue.prototype.setEncoding=function(M){const U=new Y(M);this._readableState.decoder=U,this._readableState.encoding=this._readableState.decoder.encoding;const _e=this._readableState.buffer;let xe="";for(const ke of _e)xe+=U.write(ke);return _e.clear(),xe!==""&&_e.push(xe),this._readableState.length=xe.length,this};const je=1073741824;function Ct(M){if(M>je)throw new P("size","<= 1GiB",M);return M--,M|=M>>>1,M|=M>>>2,M|=M>>>4,M|=M>>>8,M|=M>>>16,M++,M}function C(M,U){return M<=0||U.length===0&&U.ended?0:(U.state&z)!==0?1:r(M)?U.flowing&&U.length?U.buffer.first().length:U.length:M<=U.length?M:U.ended?U.length:0}ue.prototype.read=function(M){v("read",M),M===void 0?M=NaN:t(M)||(M=n(M,10));const U=this._readableState,_e=M;if(M>U.highWaterMark&&(U.highWaterMark=Ct(M)),M!==0&&(U.state&=~V),M===0&&U.needReadable&&((U.highWaterMark!==0?U.length>=U.highWaterMark:U.length>0)||U.ended))return v("read: emitReadable",U.length,U.ended),U.length===0&&U.ended?Io(this):p(this),null;if(M=C(M,U),M===0&&U.ended)return U.length===0&&Io(this),null;let xe=(U.state&K)!==0;if(v("need readable",xe),(U.length===0||U.length-M<U.highWaterMark)&&(xe=!0,v("length less than watermark",xe)),U.ended||U.reading||U.destroyed||U.errored||!U.constructed)xe=!1,v("reading, ended or constructing",xe);else if(xe){v("do read"),U.state|=ce|W,U.length===0&&(U.state|=K);try{this._read(U.highWaterMark)}catch(It){x(this,It)}U.state&=~W,U.reading||(M=C(_e,U))}let ke;return M>0?ke=Zc(M,U):ke=null,ke===null?(U.needReadable=U.length<=U.highWaterMark,M=0):(U.length-=M,U.multiAwaitDrain?U.awaitDrainWriters.clear():U.awaitDrainWriters=null),U.length===0&&(U.ended||(U.needReadable=!0),_e!==M&&U.ended&&Io(this)),ke!==null&&!U.errorEmitted&&!U.closeEmitted&&(U.dataEmitted=!0,this.emit("data",ke)),ke};function h(M,U){if(v("onEofChunk"),!U.ended){if(U.decoder){const _e=U.decoder.end();_e&&_e.length&&(U.buffer.push(_e),U.length+=U.objectMode?1:_e.length)}U.ended=!0,U.sync?p(M):(U.needReadable=!1,U.emittedReadable=!0,B(M))}}function p(M){const U=M._readableState;v("emitReadable",U.needReadable,U.emittedReadable),U.needReadable=!1,U.emittedReadable||(v("emitReadable",U.flowing),U.emittedReadable=!0,i.nextTick(B,M))}function B(M){const U=M._readableState;v("emitReadable_",U.destroyed,U.length,U.ended),!U.destroyed&&!U.errored&&(U.length||U.ended)&&(M.emit("readable"),U.emittedReadable=!1),U.needReadable=!U.flowing&&!U.ended&&U.length<=U.highWaterMark,ze(M)}function ee(M,U){!U.readingMore&&U.constructed&&(U.readingMore=!0,i.nextTick(le,M,U))}function le(M,U){for(;!U.reading&&!U.ended&&(U.length<U.highWaterMark||U.flowing&&U.length===0);){const _e=U.length;if(v("maybeReadMore read 0"),M.read(0),_e===U.length)break}U.readingMore=!1}ue.prototype._read=function(M){throw new R("_read()")},ue.prototype.pipe=function(M,U){const _e=this,xe=this._readableState;xe.pipes.length===1&&(xe.multiAwaitDrain||(xe.multiAwaitDrain=!0,xe.awaitDrainWriters=new c(xe.awaitDrainWriters?[xe.awaitDrainWriters]:[]))),xe.pipes.push(M),v("pipe count=%d opts=%j",xe.pipes.length,U);const It=(!U||U.end!==!1)&&M!==i.stdout&&M!==i.stderr?td:hn;xe.endEmitted?i.nextTick(It):_e.once("end",It),M.on("unpipe",oi);function oi(fr,Mi){v("onunpipe"),fr===_e&&Mi&&Mi.hasUnpiped===!1&&(Mi.hasUnpiped=!0,zp())}function td(){v("onend"),M.end()}let hr,id=!1;function zp(){v("cleanup"),M.removeListener("close",$o),M.removeListener("finish",Co),hr&&M.removeListener("drain",hr),M.removeListener("error",To),M.removeListener("unpipe",oi),_e.removeListener("end",td),_e.removeListener("end",hn),_e.removeListener("data",nd),id=!0,hr&&xe.awaitDrainWriters&&(!M._writableState||M._writableState.needDrain)&&hr()}function rd(){id||(xe.pipes.length===1&&xe.pipes[0]===M?(v("false write response, pause",0),xe.awaitDrainWriters=M,xe.multiAwaitDrain=!1):xe.pipes.length>1&&xe.pipes.includes(M)&&(v("false write response, pause",xe.awaitDrainWriters.size),xe.awaitDrainWriters.add(M)),_e.pause()),hr||(hr=he(_e,M),M.on("drain",hr))}_e.on("data",nd);function nd(fr){v("ondata");const Mi=M.write(fr);v("dest.write",Mi),Mi===!1&&rd()}function To(fr){if(v("onerror",fr),hn(),M.removeListener("error",To),M.listenerCount("error")===0){const Mi=M._writableState||M._readableState;Mi&&!Mi.errorEmitted?x(M,fr):M.emit("error",fr)}}_(M,"error",To);function $o(){M.removeListener("finish",Co),hn()}M.once("close",$o);function Co(){v("onfinish"),M.removeListener("close",$o),hn()}M.once("finish",Co);function hn(){v("unpipe"),_e.unpipe(M)}return M.emit("pipe",_e),M.writableNeedDrain===!0?rd():xe.flowing||(v("pipe resume"),_e.resume()),M};function he(M,U){return function(){const xe=M._readableState;xe.awaitDrainWriters===U?(v("pipeOnDrain",1),xe.awaitDrainWriters=null):xe.multiAwaitDrain&&(v("pipeOnDrain",xe.awaitDrainWriters.size),xe.awaitDrainWriters.delete(U)),(!xe.awaitDrainWriters||xe.awaitDrainWriters.size===0)&&M.listenerCount("data")&&M.resume()}}ue.prototype.unpipe=function(M){const U=this._readableState,_e={hasUnpiped:!1};if(U.pipes.length===0)return this;if(!M){const ke=U.pipes;U.pipes=[],this.pause();for(let It=0;It<ke.length;It++)ke[It].emit("unpipe",this,{hasUnpiped:!1});return this}const xe=e(U.pipes,M);return xe===-1?this:(U.pipes.splice(xe,1),U.pipes.length===0&&this.pause(),M.emit("unpipe",this,_e),this)},ue.prototype.on=function(M,U){const _e=b.prototype.on.call(this,M,U),xe=this._readableState;return M==="data"?(xe.readableListening=this.listenerCount("readable")>0,xe.flowing!==!1&&this.resume()):M==="readable"&&!xe.endEmitted&&!xe.readableListening&&(xe.readableListening=xe.needReadable=!0,xe.flowing=!1,xe.emittedReadable=!1,v("on readable",xe.length,xe.reading),xe.length?p(this):xe.reading||i.nextTick(et,this)),_e},ue.prototype.addListener=ue.prototype.on,ue.prototype.removeListener=function(M,U){const _e=b.prototype.removeListener.call(this,M,U);return M==="readable"&&i.nextTick(Pe,this),_e},ue.prototype.off=ue.prototype.removeListener,ue.prototype.removeAllListeners=function(M){const U=b.prototype.removeAllListeners.apply(this,arguments);return(M==="readable"||M===void 0)&&i.nextTick(Pe,this),U};function Pe(M){const U=M._readableState;U.readableListening=M.listenerCount("readable")>0,U.resumeScheduled&&U[A]===!1?U.flowing=!0:M.listenerCount("data")>0?M.resume():U.readableListening||(U.flowing=null)}function et(M){v("readable nexttick read 0"),M.read(0)}ue.prototype.resume=function(){const M=this._readableState;return M.flowing||(v("resume"),M.flowing=!M.readableListening,Xe(this,M)),M[A]=!1,this};function Xe(M,U){U.resumeScheduled||(U.resumeScheduled=!0,i.nextTick(tt,M,U))}function tt(M,U){v("resume",U.reading),U.reading||M.read(0),U.resumeScheduled=!1,M.emit("resume"),ze(M),U.flowing&&!U.reading&&M.read(0)}ue.prototype.pause=function(){return v("call pause flowing=%j",this._readableState.flowing),this._readableState.flowing!==!1&&(v("pause"),this._readableState.flowing=!1,this.emit("pause")),this._readableState[A]=!0,this};function ze(M){const U=M._readableState;for(v("flow",U.flowing);U.flowing&&M.read()!==null;);}ue.prototype.wrap=function(M){let U=!1;M.on("data",xe=>{!this.push(xe)&&M.pause&&(U=!0,M.pause())}),M.on("end",()=>{this.push(null)}),M.on("error",xe=>{x(this,xe)}),M.on("close",()=>{this.destroy()}),M.on("destroy",()=>{this.destroy()}),this._read=()=>{U&&M.resume&&(U=!1,M.resume())};const _e=o(M);for(let xe=1;xe<_e.length;xe++){const ke=_e[xe];this[ke]===void 0&&typeof M[ke]=="function"&&(this[ke]=M[ke].bind(M))}return this},ue.prototype[f]=function(){return Yc(this)},ue.prototype.iterator=function(M){return M!==void 0&&Q(M,"options"),Yc(this,M)};function Yc(M,U){typeof M.read!="function"&&(M=ue.wrap(M,{objectMode:!0}));const _e=qp(M,U);return _e.stream=M,_e}async function*qp(M,U){let _e=te;function xe(oi){this===M?(_e(),_e=te):_e=oi}M.on("readable",xe);let ke;const It=k(M,{writable:!1},oi=>{ke=oi?$(ke,oi):null,_e(),_e=te});try{for(;;){const oi=M.destroyed?null:M.read();if(oi!==null)yield oi;else{if(ke)throw ke;if(ke===null)return;await new l(xe)}}}catch(oi){throw ke=$(ke,oi),ke}finally{(ke||U?.destroyOnReturn!==!1)&&(ke===void 0||M._readableState.autoDestroy)?m.destroyer(M,null):(M.off("readable",xe),It())}}s(ue.prototype,{readable:{__proto__:null,get(){const M=this._readableState;return!!M&&M.readable!==!1&&!M.destroyed&&!M.errorEmitted&&!M.endEmitted},set(M){this._readableState&&(this._readableState.readable=!!M)}},readableDidRead:{__proto__:null,enumerable:!1,get:function(){return this._readableState.dataEmitted}},readableAborted:{__proto__:null,enumerable:!1,get:function(){return!!(this._readableState.readable!==!1&&(this._readableState.destroyed||this._readableState.errored)&&!this._readableState.endEmitted)}},readableHighWaterMark:{__proto__:null,enumerable:!1,get:function(){return this._readableState.highWaterMark}},readableBuffer:{__proto__:null,enumerable:!1,get:function(){return this._readableState&&this._readableState.buffer}},readableFlowing:{__proto__:null,enumerable:!1,get:function(){return this._readableState.flowing},set:function(M){this._readableState&&(this._readableState.flowing=M)}},readableLength:{__proto__:null,enumerable:!1,get(){return this._readableState.length}},readableObjectMode:{__proto__:null,enumerable:!1,get(){return this._readableState?this._readableState.objectMode:!1}},readableEncoding:{__proto__:null,enumerable:!1,get(){return this._readableState?this._readableState.encoding:null}},errored:{__proto__:null,enumerable:!1,get(){return this._readableState?this._readableState.errored:null}},closed:{__proto__:null,get(){return this._readableState?this._readableState.closed:!1}},destroyed:{__proto__:null,enumerable:!1,get(){return this._readableState?this._readableState.destroyed:!1},set(M){this._readableState&&(this._readableState.destroyed=M)}},readableEnded:{__proto__:null,enumerable:!1,get(){return this._readableState?this._readableState.endEmitted:!1}}}),s(ve.prototype,{pipesCount:{__proto__:null,get(){return this.pipes.length}},paused:{__proto__:null,get(){return this[A]!==!1},set(M){this[A]=!!M}}}),ue._fromList=Zc;function Zc(M,U){if(U.length===0)return null;let _e;return U.objectMode?_e=U.buffer.shift():!M||M>=U.length?(U.decoder?_e=U.buffer.join(""):U.buffer.length===1?_e=U.buffer.first():_e=U.buffer.concat(U.length),U.buffer.clear()):_e=U.buffer.consume(M,U.decoder),_e}function Io(M){const U=M._readableState;v("endReadable",U.endEmitted),U.endEmitted||(U.ended=!0,i.nextTick(Up,U,M))}function Up(M,U){if(v("endReadableNT",M.endEmitted,M.length),!M.errored&&!M.closeEmitted&&!M.endEmitted&&M.length===0){if(M.endEmitted=!0,U.emit("end"),U.writable&&U.allowHalfOpen===!1)i.nextTick(Vp,U);else if(M.autoDestroy){const _e=U._writableState;(!_e||_e.autoDestroy&&(_e.finished||_e.writable===!1))&&U.destroy()}}}function Vp(M){M.writable&&!M.writableEnded&&!M.destroyed&&M.end()}ue.from=function(M,U){return F(ue,M,U)};let Ro;function ed(){return Ro===void 0&&(Ro={}),Ro}return ue.fromWeb=function(M,U){return ed().newStreamReadableFromReadableStream(M,U)},ue.toWeb=function(M,U){return ed().newReadableStreamFromStreamReadable(M,U)},ue.wrap=function(M,U){var _e,xe;return new ue({objectMode:(_e=(xe=M.readableObjectMode)!==null&&xe!==void 0?xe:M.objectMode)!==null&&_e!==void 0?_e:!0,...U,destroy(ke,It){m.destroyer(M,ke),It(ke)}}).wrap(M)},Jo}var Xo,Dd;function sc(){if(Dd)return Xo;Dd=1;const i=Tr(),{ArrayPrototypeSlice:e,Error:t,FunctionPrototypeSymbolHasInstance:r,ObjectDefineProperty:n,ObjectDefineProperties:s,ObjectSetPrototypeOf:o,StringPrototypeToLowerCase:a,Symbol:l,SymbolHasInstance:c}=nt();Xo=Q,Q.WritableState=I;const{EventEmitter:d}=oo(),f=nc().Stream,{Buffer:g}=Hi(),y=sn(),{addAbortSignal:b}=ao(),{getHighWaterMark:_,getDefaultHighWaterMark:E}=lo(),{ERR_INVALID_ARG_TYPE:S,ERR_METHOD_NOT_IMPLEMENTED:k,ERR_MULTIPLE_CALLBACK:v,ERR_STREAM_CANNOT_PIPE:u,ERR_STREAM_DESTROYED:m,ERR_STREAM_ALREADY_FINISHED:T,ERR_STREAM_NULL_VALUES:N,ERR_STREAM_WRITE_AFTER_END:$,ERR_UNKNOWN_ENCODING:j}=Pt().codes,{errorOrDestroy:R}=y;o(Q.prototype,f.prototype),o(Q,f);function P(){}const q=l("kOnFinished");function I(O,G,oe){typeof oe!="boolean"&&(oe=G instanceof Bi()),this.objectMode=!!(O&&O.objectMode),oe&&(this.objectMode=this.objectMode||!!(O&&O.writableObjectMode)),this.highWaterMark=O?_(this,O,"writableHighWaterMark",oe):E(!1),this.finalCalled=!1,this.needDrain=!1,this.ending=!1,this.ended=!1,this.finished=!1,this.destroyed=!1;const pe=!!(O&&O.decodeStrings===!1);this.decodeStrings=!pe,this.defaultEncoding=O&&O.defaultEncoding||"utf8",this.length=0,this.writing=!1,this.corked=0,this.sync=!0,this.bufferProcessing=!1,this.onwrite=x.bind(void 0,G),this.writecb=null,this.writelen=0,this.afterWriteTickInfo=null,L(this),this.pendingcb=0,this.constructed=!0,this.prefinished=!1,this.errorEmitted=!1,this.emitClose=!O||O.emitClose!==!1,this.autoDestroy=!O||O.autoDestroy!==!1,this.errored=null,this.closed=!1,this.closeEmitted=!1,this[q]=[]}function L(O){O.buffered=[],O.bufferedIndex=0,O.allBuffers=!0,O.allNoop=!0}I.prototype.getBuffer=function(){return e(this.buffered,this.bufferedIndex)},n(I.prototype,"bufferedRequestCount",{__proto__:null,get(){return this.buffered.length-this.bufferedIndex}});function Q(O){const G=this instanceof Bi();if(!G&&!r(Q,this))return new Q(O);this._writableState=new I(O,this,G),O&&(typeof O.write=="function"&&(this._write=O.write),typeof O.writev=="function"&&(this._writev=O.writev),typeof O.destroy=="function"&&(this._destroy=O.destroy),typeof O.final=="function"&&(this._final=O.final),typeof O.construct=="function"&&(this._construct=O.construct),O.signal&&b(O.signal,this)),f.call(this,O),y.construct(this,()=>{const oe=this._writableState;oe.writing||ce(this,oe),V(this,oe)})}n(Q,c,{__proto__:null,value:function(O){return r(this,O)?!0:this!==Q?!1:O&&O._writableState instanceof I}}),Q.prototype.pipe=function(){R(this,new u)};function A(O,G,oe,pe){const ye=O._writableState;if(typeof oe=="function")pe=oe,oe=ye.defaultEncoding;else{if(!oe)oe=ye.defaultEncoding;else if(oe!=="buffer"&&!g.isEncoding(oe))throw new j(oe);typeof pe!="function"&&(pe=P)}if(G===null)throw new N;if(!ye.objectMode)if(typeof G=="string")ye.decodeStrings!==!1&&(G=g.from(G,oe),oe="buffer");else if(G instanceof g)oe="buffer";else if(f._isUint8Array(G))G=f._uint8ArrayToBuffer(G),oe="buffer";else throw new S("chunk",["string","Buffer","Uint8Array"],G);let we;return ye.ending?we=new $:ye.destroyed&&(we=new m("write")),we?(i.nextTick(pe,we),R(O,we,!0),we):(ye.pendingcb++,Y(O,ye,G,oe,pe))}Q.prototype.write=function(O,G,oe){return A(this,O,G,oe)===!0},Q.prototype.cork=function(){this._writableState.corked++},Q.prototype.uncork=function(){const O=this._writableState;O.corked&&(O.corked--,O.writing||ce(this,O))},Q.prototype.setDefaultEncoding=function(G){if(typeof G=="string"&&(G=a(G)),!g.isEncoding(G))throw new j(G);return this._writableState.defaultEncoding=G,this};function Y(O,G,oe,pe,ye){const we=G.objectMode?1:oe.length;G.length+=we;const ie=G.length<G.highWaterMark;return ie||(G.needDrain=!0),G.writing||G.corked||G.errored||!G.constructed?(G.buffered.push({chunk:oe,encoding:pe,callback:ye}),G.allBuffers&&pe!=="buffer"&&(G.allBuffers=!1),G.allNoop&&ye!==P&&(G.allNoop=!1)):(G.writelen=we,G.writecb=ye,G.writing=!0,G.sync=!0,O._write(oe,pe,G.onwrite),G.sync=!1),ie&&!G.errored&&!G.destroyed}function F(O,G,oe,pe,ye,we,ie){G.writelen=pe,G.writecb=ie,G.writing=!0,G.sync=!0,G.destroyed?G.onwrite(new m("write")):oe?O._writev(ye,G.onwrite):O._write(ye,we,G.onwrite),G.sync=!1}function te(O,G,oe,pe){--G.pendingcb,pe(oe),J(G),R(O,oe)}function x(O,G){const oe=O._writableState,pe=oe.sync,ye=oe.writecb;if(typeof ye!="function"){R(O,new v);return}oe.writing=!1,oe.writecb=null,oe.length-=oe.writelen,oe.writelen=0,G?(G.stack,oe.errored||(oe.errored=G),O._readableState&&!O._readableState.errored&&(O._readableState.errored=G),pe?i.nextTick(te,O,oe,G,ye):te(O,oe,G,ye)):(oe.buffered.length>oe.bufferedIndex&&ce(O,oe),pe?oe.afterWriteTickInfo!==null&&oe.afterWriteTickInfo.cb===ye?oe.afterWriteTickInfo.count++:(oe.afterWriteTickInfo={count:1,cb:ye,stream:O,state:oe},i.nextTick(z,oe.afterWriteTickInfo)):Z(O,oe,1,ye))}function z({stream:O,state:G,count:oe,cb:pe}){return G.afterWriteTickInfo=null,Z(O,G,oe,pe)}function Z(O,G,oe,pe){for(!G.ending&&!O.destroyed&&G.length===0&&G.needDrain&&(G.needDrain=!1,O.emit("drain"));oe-- >0;)G.pendingcb--,pe();G.destroyed&&J(G),V(O,G)}function J(O){if(O.writing)return;for(let ye=O.bufferedIndex;ye<O.buffered.length;++ye){var G;const{chunk:we,callback:ie}=O.buffered[ye],fe=O.objectMode?1:we.length;O.length-=fe,ie((G=O.errored)!==null&&G!==void 0?G:new m("write"))}const oe=O[q].splice(0);for(let ye=0;ye<oe.length;ye++){var pe;oe[ye]((pe=O.errored)!==null&&pe!==void 0?pe:new m("end"))}L(O)}function ce(O,G){if(G.corked||G.bufferProcessing||G.destroyed||!G.constructed)return;const{buffered:oe,bufferedIndex:pe,objectMode:ye}=G,we=oe.length-pe;if(!we)return;let ie=pe;if(G.bufferProcessing=!0,we>1&&O._writev){G.pendingcb-=we-1;const fe=G.allNoop?P:ue=>{for(let Ue=ie;Ue<oe.length;++Ue)oe[Ue].callback(ue)},ve=G.allNoop&&ie===0?oe:e(oe,ie);ve.allBuffers=G.allBuffers,F(O,G,!0,G.length,ve,"",fe),L(G)}else{do{const{chunk:fe,encoding:ve,callback:ue}=oe[ie];oe[ie++]=null;const Ue=ye?1:fe.length;F(O,G,!1,Ue,fe,ve,ue)}while(ie<oe.length&&!G.writing);ie===oe.length?L(G):ie>256?(oe.splice(0,ie),G.bufferedIndex=0):G.bufferedIndex=ie}G.bufferProcessing=!1}Q.prototype._write=function(O,G,oe){if(this._writev)this._writev([{chunk:O,encoding:G}],oe);else throw new k("_write()")},Q.prototype._writev=null,Q.prototype.end=function(O,G,oe){const pe=this._writableState;typeof O=="function"?(oe=O,O=null,G=null):typeof G=="function"&&(oe=G,G=null);let ye;if(O!=null){const we=A(this,O,G);we instanceof t&&(ye=we)}return pe.corked&&(pe.corked=1,this.uncork()),ye||(!pe.errored&&!pe.ending?(pe.ending=!0,V(this,pe,!0),pe.ended=!0):pe.finished?ye=new T("end"):pe.destroyed&&(ye=new m("end"))),typeof oe=="function"&&(ye||pe.finished?i.nextTick(oe,ye):pe[q].push(oe)),this};function H(O){return O.ending&&!O.destroyed&&O.constructed&&O.length===0&&!O.errored&&O.buffered.length===0&&!O.finished&&!O.writing&&!O.errorEmitted&&!O.closeEmitted}function W(O,G){let oe=!1;function pe(ye){if(oe){R(O,ye??v());return}if(oe=!0,G.pendingcb--,ye){const we=G[q].splice(0);for(let ie=0;ie<we.length;ie++)we[ie](ye);R(O,ye,G.sync)}else H(G)&&(G.prefinished=!0,O.emit("prefinish"),G.pendingcb++,i.nextTick(re,O,G))}G.sync=!0,G.pendingcb++;try{O._final(pe)}catch(ye){pe(ye)}G.sync=!1}function K(O,G){!G.prefinished&&!G.finalCalled&&(typeof O._final=="function"&&!G.destroyed?(G.finalCalled=!0,W(O,G)):(G.prefinished=!0,O.emit("prefinish")))}function V(O,G,oe){H(G)&&(K(O,G),G.pendingcb===0&&(oe?(G.pendingcb++,i.nextTick((pe,ye)=>{H(ye)?re(pe,ye):ye.pendingcb--},O,G)):H(G)&&(G.pendingcb++,re(O,G))))}function re(O,G){G.pendingcb--,G.finished=!0;const oe=G[q].splice(0);for(let pe=0;pe<oe.length;pe++)oe[pe]();if(O.emit("finish"),G.autoDestroy){const pe=O._readableState;(!pe||pe.autoDestroy&&(pe.endEmitted||pe.readable===!1))&&O.destroy()}}s(Q.prototype,{closed:{__proto__:null,get(){return this._writableState?this._writableState.closed:!1}},destroyed:{__proto__:null,get(){return this._writableState?this._writableState.destroyed:!1},set(O){this._writableState&&(this._writableState.destroyed=O)}},writable:{__proto__:null,get(){const O=this._writableState;return!!O&&O.writable!==!1&&!O.destroyed&&!O.errored&&!O.ending&&!O.ended},set(O){this._writableState&&(this._writableState.writable=!!O)}},writableFinished:{__proto__:null,get(){return this._writableState?this._writableState.finished:!1}},writableObjectMode:{__proto__:null,get(){return this._writableState?this._writableState.objectMode:!1}},writableBuffer:{__proto__:null,get(){return this._writableState&&this._writableState.getBuffer()}},writableEnded:{__proto__:null,get(){return this._writableState?this._writableState.ending:!1}},writableNeedDrain:{__proto__:null,get(){const O=this._writableState;return O?!O.destroyed&&!O.ending&&O.needDrain:!1}},writableHighWaterMark:{__proto__:null,get(){return this._writableState&&this._writableState.highWaterMark}},writableCorked:{__proto__:null,get(){return this._writableState?this._writableState.corked:0}},writableLength:{__proto__:null,get(){return this._writableState&&this._writableState.length}},errored:{__proto__:null,enumerable:!1,get(){return this._writableState?this._writableState.errored:null}},writableAborted:{__proto__:null,enumerable:!1,get:function(){return!!(this._writableState.writable!==!1&&(this._writableState.destroyed||this._writableState.errored)&&!this._writableState.finished)}}});const ne=y.destroy;Q.prototype.destroy=function(O,G){const oe=this._writableState;return!oe.destroyed&&(oe.bufferedIndex<oe.buffered.length||oe[q].length)&&i.nextTick(J,oe),ne.call(this,O,G),this},Q.prototype._undestroy=y.undestroy,Q.prototype._destroy=function(O,G){G(O)},Q.prototype[d.captureRejectionSymbol]=function(O){this.destroy(O)};let ge;function be(){return ge===void 0&&(ge={}),ge}return Q.fromWeb=function(O,G){return be().newStreamWritableFromWritableStream(O,G)},Q.toWeb=function(O){return be().newWritableStreamFromStreamWritable(O)},Xo}var Qo,Od;function mm(){if(Od)return Qo;Od=1;const i=Tr(),e=Hi(),{isReadable:t,isWritable:r,isIterable:n,isNodeStream:s,isReadableNodeStream:o,isWritableNodeStream:a,isDuplexNodeStream:l,isReadableStream:c,isWritableStream:d}=Wi(),f=sr(),{AbortError:g,codes:{ERR_INVALID_ARG_TYPE:y,ERR_INVALID_RETURN_VALUE:b}}=Pt(),{destroyer:_}=sn(),E=Bi(),S=co(),k=sc(),{createDeferredPromise:v}=Ut(),u=df(),m=globalThis.Blob||e.Blob,T=typeof m<"u"?function(I){return I instanceof m}:function(I){return!1},N=globalThis.AbortController||Yn().AbortController,{FunctionPrototypeCall:$}=nt();class j extends E{constructor(I){super(I),I?.readable===!1&&(this._readableState.readable=!1,this._readableState.ended=!0,this._readableState.endEmitted=!0),I?.writable===!1&&(this._writableState.writable=!1,this._writableState.ending=!0,this._writableState.ended=!0,this._writableState.finished=!0)}}Qo=function q(I,L){if(l(I))return I;if(o(I))return P({readable:I});if(a(I))return P({writable:I});if(s(I))return P({writable:!1,readable:!1});if(c(I))return P({readable:S.fromWeb(I)});if(d(I))return P({writable:k.fromWeb(I)});if(typeof I=="function"){const{value:A,write:Y,final:F,destroy:te}=R(I);if(n(A))return u(j,A,{objectMode:!0,write:Y,final:F,destroy:te});const x=A?.then;if(typeof x=="function"){let z;const Z=$(x,A,J=>{if(J!=null)throw new b("nully","body",J)},J=>{_(z,J)});return z=new j({objectMode:!0,readable:!1,write:Y,final(J){F(async()=>{try{await Z,i.nextTick(J,null)}catch(ce){i.nextTick(J,ce)}})},destroy:te})}throw new b("Iterable, AsyncIterable or AsyncFunction",L,A)}if(T(I))return q(I.arrayBuffer());if(n(I))return u(j,I,{objectMode:!0,writable:!1});if(c(I?.readable)&&d(I?.writable))return j.fromWeb(I);if(typeof I?.writable=="object"||typeof I?.readable=="object"){const A=I!=null&&I.readable?o(I?.readable)?I?.readable:q(I.readable):void 0,Y=I!=null&&I.writable?a(I?.writable)?I?.writable:q(I.writable):void 0;return P({readable:A,writable:Y})}const Q=I?.then;if(typeof Q=="function"){let A;return $(Q,I,Y=>{Y!=null&&A.push(Y),A.push(null)},Y=>{_(A,Y)}),A=new j({objectMode:!0,writable:!1,read(){}})}throw new y(L,["Blob","ReadableStream","WritableStream","Stream","Iterable","AsyncIterable","Function","{ readable, writable } pair","Promise"],I)};function R(q){let{promise:I,resolve:L}=v();const Q=new N,A=Q.signal;return{value:q(async function*(){for(;;){const F=I;I=null;const{chunk:te,done:x,cb:z}=await F;if(i.nextTick(z),x)return;if(A.aborted)throw new g(void 0,{cause:A.reason});({promise:I,resolve:L}=v()),yield te}}(),{signal:A}),write(F,te,x){const z=L;L=null,z({chunk:F,done:!1,cb:x})},final(F){const te=L;L=null,te({done:!0,cb:F})},destroy(F,te){Q.abort(),te(F)}}}function P(q){const I=q.readable&&typeof q.readable.read!="function"?S.wrap(q.readable):q.readable,L=q.writable;let Q=!!t(I),A=!!r(L),Y,F,te,x,z;function Z(J){const ce=x;x=null,ce?ce(J):J&&z.destroy(J)}return z=new j({readableObjectMode:!!(I!=null&&I.readableObjectMode),writableObjectMode:!!(L!=null&&L.writableObjectMode),readable:Q,writable:A}),A&&(f(L,J=>{A=!1,J&&_(I,J),Z(J)}),z._write=function(J,ce,H){L.write(J,ce)?H():Y=H},z._final=function(J){L.end(),F=J},L.on("drain",function(){if(Y){const J=Y;Y=null,J()}}),L.on("finish",function(){if(F){const J=F;F=null,J()}})),Q&&(f(I,J=>{Q=!1,J&&_(I,J),Z(J)}),I.on("readable",function(){if(te){const J=te;te=null,J()}}),I.on("end",function(){z.push(null)}),z._read=function(){for(;;){const J=I.read();if(J===null){te=z._read;return}if(!z.push(J))return}}),z._destroy=function(J,ce){!J&&x!==null&&(J=new g),te=null,Y=null,F=null,x===null?ce(J):(x=ce,_(L,J),_(I,J))},z}return Qo}var Yo,Md;function Bi(){if(Md)return Yo;Md=1;const{ObjectDefineProperties:i,ObjectGetOwnPropertyDescriptor:e,ObjectKeys:t,ObjectSetPrototypeOf:r}=nt();Yo=o;const n=co(),s=sc();r(o.prototype,n.prototype),r(o,n);{const d=t(s.prototype);for(let f=0;f<d.length;f++){const g=d[f];o.prototype[g]||(o.prototype[g]=s.prototype[g])}}function o(d){if(!(this instanceof o))return new o(d);n.call(this,d),s.call(this,d),d?(this.allowHalfOpen=d.allowHalfOpen!==!1,d.readable===!1&&(this._readableState.readable=!1,this._readableState.ended=!0,this._readableState.endEmitted=!0),d.writable===!1&&(this._writableState.writable=!1,this._writableState.ending=!0,this._writableState.ended=!0,this._writableState.finished=!0)):this.allowHalfOpen=!0}i(o.prototype,{writable:{__proto__:null,...e(s.prototype,"writable")},writableHighWaterMark:{__proto__:null,...e(s.prototype,"writableHighWaterMark")},writableObjectMode:{__proto__:null,...e(s.prototype,"writableObjectMode")},writableBuffer:{__proto__:null,...e(s.prototype,"writableBuffer")},writableLength:{__proto__:null,...e(s.prototype,"writableLength")},writableFinished:{__proto__:null,...e(s.prototype,"writableFinished")},writableCorked:{__proto__:null,...e(s.prototype,"writableCorked")},writableEnded:{__proto__:null,...e(s.prototype,"writableEnded")},writableNeedDrain:{__proto__:null,...e(s.prototype,"writableNeedDrain")},destroyed:{__proto__:null,get(){return this._readableState===void 0||this._writableState===void 0?!1:this._readableState.destroyed&&this._writableState.destroyed},set(d){this._readableState&&this._writableState&&(this._readableState.destroyed=d,this._writableState.destroyed=d)}}});let a;function l(){return a===void 0&&(a={}),a}o.fromWeb=function(d,f){return l().newStreamDuplexFromReadableWritablePair(d,f)},o.toWeb=function(d){return l().newReadableWritablePairFromDuplex(d)};let c;return o.from=function(d){return c||(c=mm()),c(d,"body")},Yo}var Zo,Pd;function uf(){if(Pd)return Zo;Pd=1;const{ObjectSetPrototypeOf:i,Symbol:e}=nt();Zo=o;const{ERR_METHOD_NOT_IMPLEMENTED:t}=Pt().codes,r=Bi(),{getHighWaterMark:n}=lo();i(o.prototype,r.prototype),i(o,r);const s=e("kCallback");function o(c){if(!(this instanceof o))return new o(c);const d=c?n(this,c,"readableHighWaterMark",!0):null;d===0&&(c={...c,highWaterMark:null,readableHighWaterMark:d,writableHighWaterMark:c.writableHighWaterMark||0}),r.call(this,c),this._readableState.sync=!1,this[s]=null,c&&(typeof c.transform=="function"&&(this._transform=c.transform),typeof c.flush=="function"&&(this._flush=c.flush)),this.on("prefinish",l)}function a(c){typeof this._flush=="function"&&!this.destroyed?this._flush((d,f)=>{if(d){c?c(d):this.destroy(d);return}f!=null&&this.push(f),this.push(null),c&&c()}):(this.push(null),c&&c())}function l(){this._final!==a&&a.call(this)}return o.prototype._final=a,o.prototype._transform=function(c,d,f){throw new t("_transform()")},o.prototype._write=function(c,d,f){const g=this._readableState,y=this._writableState,b=g.length;this._transform(c,d,(_,E)=>{if(_){f(_);return}E!=null&&this.push(E),y.ended||b===g.length||g.length<g.highWaterMark?f():this[s]=f})},o.prototype._read=function(){if(this[s]){const c=this[s];this[s]=null,c()}},Zo}var ea,jd;function hf(){if(jd)return ea;jd=1;const{ObjectSetPrototypeOf:i}=nt();ea=t;const e=uf();i(t.prototype,e.prototype),i(t,e);function t(r){if(!(this instanceof t))return new t(r);e.call(this,r)}return t.prototype._transform=function(r,n,s){s(null,r)},ea}var ta,Bd;function oc(){if(Bd)return ta;Bd=1;const i=Tr(),{ArrayIsArray:e,Promise:t,SymbolAsyncIterator:r,SymbolDispose:n}=nt(),s=sr(),{once:o}=Ut(),a=sn(),l=Bi(),{aggregateTwoErrors:c,codes:{ERR_INVALID_ARG_TYPE:d,ERR_INVALID_RETURN_VALUE:f,ERR_MISSING_ARGS:g,ERR_STREAM_DESTROYED:y,ERR_STREAM_PREMATURE_CLOSE:b},AbortError:_}=Pt(),{validateFunction:E,validateAbortSignal:S}=us(),{isIterable:k,isReadable:v,isReadableNodeStream:u,isNodeStream:m,isTransformStream:T,isWebStream:N,isReadableStream:$,isReadableFinished:j}=Wi(),R=globalThis.AbortController||Yn().AbortController;let P,q,I;function L(J,ce,H){let W=!1;J.on("close",()=>{W=!0});const K=s(J,{readable:ce,writable:H},V=>{W=!V});return{destroy:V=>{W||(W=!0,a.destroyer(J,V||new y("pipe")))},cleanup:K}}function Q(J){return E(J[J.length-1],"streams[stream.length - 1]"),J.pop()}function A(J){if(k(J))return J;if(u(J))return Y(J);throw new d("val",["Readable","Iterable","AsyncIterable"],J)}async function*Y(J){q||(q=co()),yield*q.prototype[r].call(J)}async function F(J,ce,H,{end:W}){let K,V=null;const re=be=>{if(be&&(K=be),V){const O=V;V=null,O()}},ne=()=>new t((be,O)=>{K?O(K):V=()=>{K?O(K):be()}});ce.on("drain",re);const ge=s(ce,{readable:!1},re);try{ce.writableNeedDrain&&await ne();for await(const be of J)ce.write(be)||await ne();W&&(ce.end(),await ne()),H()}catch(be){H(K!==be?c(K,be):be)}finally{ge(),ce.off("drain",re)}}async function te(J,ce,H,{end:W}){T(ce)&&(ce=ce.writable);const K=ce.getWriter();try{for await(const V of J)await K.ready,K.write(V).catch(()=>{});await K.ready,W&&await K.close(),H()}catch(V){try{await K.abort(V),H(V)}catch(re){H(re)}}}function x(...J){return z(J,o(Q(J)))}function z(J,ce,H){if(J.length===1&&e(J[0])&&(J=J[0]),J.length<2)throw new g("streams");const W=new R,K=W.signal,V=H?.signal,re=[];S(V,"options.signal");function ne(){ye(new _)}I=I||Ut().addAbortListener;let ge;V&&(ge=I(V,ne));let be,O;const G=[];let oe=0;function pe(ve){ye(ve,--oe===0)}function ye(ve,ue){var Ue;if(ve&&(!be||be.code==="ERR_STREAM_PREMATURE_CLOSE")&&(be=ve),!(!be&&!ue)){for(;G.length;)G.shift()(be);(Ue=ge)===null||Ue===void 0||Ue[n](),W.abort(),ue&&(be||re.forEach(kt=>kt()),i.nextTick(ce,be,O))}}let we;for(let ve=0;ve<J.length;ve++){const ue=J[ve],Ue=ve<J.length-1,kt=ve>0,je=Ue||H?.end!==!1,Ct=ve===J.length-1;if(m(ue)){let C=function(h){h&&h.name!=="AbortError"&&h.code!=="ERR_STREAM_PREMATURE_CLOSE"&&pe(h)};if(je){const{destroy:h,cleanup:p}=L(ue,Ue,kt);G.push(h),v(ue)&&Ct&&re.push(p)}ue.on("error",C),v(ue)&&Ct&&re.push(()=>{ue.removeListener("error",C)})}if(ve===0)if(typeof ue=="function"){if(we=ue({signal:K}),!k(we))throw new f("Iterable, AsyncIterable or Stream","source",we)}else k(ue)||u(ue)||T(ue)?we=ue:we=l.from(ue);else if(typeof ue=="function"){if(T(we)){var ie;we=A((ie=we)===null||ie===void 0?void 0:ie.readable)}else we=A(we);if(we=ue(we,{signal:K}),Ue){if(!k(we,!0))throw new f("AsyncIterable",`transform[${ve-1}]`,we)}else{var fe;P||(P=hf());const C=new P({objectMode:!0}),h=(fe=we)===null||fe===void 0?void 0:fe.then;if(typeof h=="function")oe++,h.call(we,ee=>{O=ee,ee!=null&&C.write(ee),je&&C.end(),i.nextTick(pe)},ee=>{C.destroy(ee),i.nextTick(pe,ee)});else if(k(we,!0))oe++,F(we,C,pe,{end:je});else if($(we)||T(we)){const ee=we.readable||we;oe++,F(ee,C,pe,{end:je})}else throw new f("AsyncIterable or Promise","destination",we);we=C;const{destroy:p,cleanup:B}=L(we,!1,!0);G.push(p),Ct&&re.push(B)}}else if(m(ue)){if(u(we)){oe+=2;const C=Z(we,ue,pe,{end:je});v(ue)&&Ct&&re.push(C)}else if(T(we)||$(we)){const C=we.readable||we;oe++,F(C,ue,pe,{end:je})}else if(k(we))oe++,F(we,ue,pe,{end:je});else throw new d("val",["Readable","Iterable","AsyncIterable","ReadableStream","TransformStream"],we);we=ue}else if(N(ue)){if(u(we))oe++,te(A(we),ue,pe,{end:je});else if($(we)||k(we))oe++,te(we,ue,pe,{end:je});else if(T(we))oe++,te(we.readable,ue,pe,{end:je});else throw new d("val",["Readable","Iterable","AsyncIterable","ReadableStream","TransformStream"],we);we=ue}else we=l.from(ue)}return(K!=null&&K.aborted||V!=null&&V.aborted)&&i.nextTick(ne),we}function Z(J,ce,H,{end:W}){let K=!1;if(ce.on("close",()=>{K||H(new b)}),J.pipe(ce,{end:!1}),W){let V=function(){K=!0,ce.end()};j(J)?i.nextTick(V):J.once("end",V)}else H();return s(J,{readable:!0,writable:!1},V=>{const re=J._readableState;V&&V.code==="ERR_STREAM_PREMATURE_CLOSE"&&re&&re.ended&&!re.errored&&!re.errorEmitted?J.once("end",H).once("error",H):H(V)}),s(ce,{readable:!1,writable:!0},H)}return ta={pipelineImpl:z,pipeline:x},ta}var ia,Fd;function ff(){if(Fd)return ia;Fd=1;const{pipeline:i}=oc(),e=Bi(),{destroyer:t}=sn(),{isNodeStream:r,isReadable:n,isWritable:s,isWebStream:o,isTransformStream:a,isWritableStream:l,isReadableStream:c}=Wi(),{AbortError:d,codes:{ERR_INVALID_ARG_VALUE:f,ERR_MISSING_ARGS:g}}=Pt(),y=sr();return ia=function(..._){if(_.length===0)throw new g("streams");if(_.length===1)return e.from(_[0]);const E=[..._];if(typeof _[0]=="function"&&(_[0]=e.from(_[0])),typeof _[_.length-1]=="function"){const P=_.length-1;_[P]=e.from(_[P])}for(let P=0;P<_.length;++P)if(!(!r(_[P])&&!o(_[P]))){if(P<_.length-1&&!(n(_[P])||c(_[P])||a(_[P])))throw new f(`streams[${P}]`,E[P],"must be readable");if(P>0&&!(s(_[P])||l(_[P])||a(_[P])))throw new f(`streams[${P}]`,E[P],"must be writable")}let S,k,v,u,m;function T(P){const q=u;u=null,q?q(P):P?m.destroy(P):!R&&!j&&m.destroy()}const N=_[0],$=i(_,T),j=!!(s(N)||l(N)||a(N)),R=!!(n($)||c($)||a($));if(m=new e({writableObjectMode:!!(N!=null&&N.writableObjectMode),readableObjectMode:!!($!=null&&$.readableObjectMode),writable:j,readable:R}),j){if(r(N))m._write=function(q,I,L){N.write(q,I)?L():S=L},m._final=function(q){N.end(),k=q},N.on("drain",function(){if(S){const q=S;S=null,q()}});else if(o(N)){const I=(a(N)?N.writable:N).getWriter();m._write=async function(L,Q,A){try{await I.ready,I.write(L).catch(()=>{}),A()}catch(Y){A(Y)}},m._final=async function(L){try{await I.ready,I.close().catch(()=>{}),k=L}catch(Q){L(Q)}}}const P=a($)?$.readable:$;y(P,()=>{if(k){const q=k;k=null,q()}})}if(R){if(r($))$.on("readable",function(){if(v){const P=v;v=null,P()}}),$.on("end",function(){m.push(null)}),m._read=function(){for(;;){const P=$.read();if(P===null){v=m._read;return}if(!m.push(P))return}};else if(o($)){const q=(a($)?$.readable:$).getReader();m._read=async function(){for(;;)try{const{value:I,done:L}=await q.read();if(!m.push(I))return;if(L){m.push(null);return}}catch{return}}}}return m._destroy=function(P,q){!P&&u!==null&&(P=new d),v=null,S=null,k=null,u===null?q(P):(u=q,r($)&&t($,P))},m},ia}var qd;function gm(){if(qd)return Ss;qd=1;const i=globalThis.AbortController||Yn().AbortController,{codes:{ERR_INVALID_ARG_VALUE:e,ERR_INVALID_ARG_TYPE:t,ERR_MISSING_ARGS:r,ERR_OUT_OF_RANGE:n},AbortError:s}=Pt(),{validateAbortSignal:o,validateInteger:a,validateObject:l}=us(),c=nt().Symbol("kWeak"),d=nt().Symbol("kResistStopPropagation"),{finished:f}=sr(),g=ff(),{addAbortSignalNoValidate:y}=ao(),{isWritable:b,isNodeStream:_}=Wi(),{deprecate:E}=Ut(),{ArrayPrototypePush:S,Boolean:k,MathFloor:v,Number:u,NumberIsNaN:m,Promise:T,PromiseReject:N,PromiseResolve:$,PromisePrototypeThen:j,Symbol:R}=nt(),P=R("kEmpty"),q=R("kEof");function I(V,re){if(re!=null&&l(re,"options"),re?.signal!=null&&o(re.signal,"options.signal"),_(V)&&!b(V))throw new e("stream",V,"must be writable");const ne=g(this,V);return re!=null&&re.signal&&y(re.signal,ne),ne}function L(V,re){if(typeof V!="function")throw new t("fn",["Function","AsyncFunction"],V);re!=null&&l(re,"options"),re?.signal!=null&&o(re.signal,"options.signal");let ne=1;re?.concurrency!=null&&(ne=v(re.concurrency));let ge=ne-1;return re?.highWaterMark!=null&&(ge=v(re.highWaterMark)),a(ne,"options.concurrency",1),a(ge,"options.highWaterMark",0),ge+=ne,(async function*(){const O=Ut().AbortSignalAny([re?.signal].filter(k)),G=this,oe=[],pe={signal:O};let ye,we,ie=!1,fe=0;function ve(){ie=!0,ue()}function ue(){fe-=1,Ue()}function Ue(){we&&!ie&&fe<ne&&oe.length<ge&&(we(),we=null)}async function kt(){try{for await(let je of G){if(ie)return;if(O.aborted)throw new s;try{if(je=V(je,pe),je===P)continue;je=$(je)}catch(Ct){je=N(Ct)}fe+=1,j(je,ue,ve),oe.push(je),ye&&(ye(),ye=null),!ie&&(oe.length>=ge||fe>=ne)&&await new T(Ct=>{we=Ct})}oe.push(q)}catch(je){const Ct=N(je);j(Ct,ue,ve),oe.push(Ct)}finally{ie=!0,ye&&(ye(),ye=null)}}kt();try{for(;;){for(;oe.length>0;){const je=await oe[0];if(je===q)return;if(O.aborted)throw new s;je!==P&&(yield je),oe.shift(),Ue()}await new T(je=>{ye=je})}}finally{ie=!0,we&&(we(),we=null)}}).call(this)}function Q(V=void 0){return V!=null&&l(V,"options"),V?.signal!=null&&o(V.signal,"options.signal"),(async function*(){let ne=0;for await(const be of this){var ge;if(V!=null&&(ge=V.signal)!==null&&ge!==void 0&&ge.aborted)throw new s({cause:V.signal.reason});yield[ne++,be]}}).call(this)}async function A(V,re=void 0){for await(const ne of x.call(this,V,re))return!0;return!1}async function Y(V,re=void 0){if(typeof V!="function")throw new t("fn",["Function","AsyncFunction"],V);return!await A.call(this,async(...ne)=>!await V(...ne),re)}async function F(V,re){for await(const ne of x.call(this,V,re))return ne}async function te(V,re){if(typeof V!="function")throw new t("fn",["Function","AsyncFunction"],V);async function ne(ge,be){return await V(ge,be),P}for await(const ge of L.call(this,ne,re));}function x(V,re){if(typeof V!="function")throw new t("fn",["Function","AsyncFunction"],V);async function ne(ge,be){return await V(ge,be)?ge:P}return L.call(this,ne,re)}class z extends r{constructor(){super("reduce"),this.message="Reduce of an empty stream requires an initial value"}}async function Z(V,re,ne){var ge;if(typeof V!="function")throw new t("reducer",["Function","AsyncFunction"],V);ne!=null&&l(ne,"options"),ne?.signal!=null&&o(ne.signal,"options.signal");let be=arguments.length>1;if(ne!=null&&(ge=ne.signal)!==null&&ge!==void 0&&ge.aborted){const ye=new s(void 0,{cause:ne.signal.reason});throw this.once("error",()=>{}),await f(this.destroy(ye)),ye}const O=new i,G=O.signal;if(ne!=null&&ne.signal){const ye={once:!0,[c]:this,[d]:!0};ne.signal.addEventListener("abort",()=>O.abort(),ye)}let oe=!1;try{for await(const ye of this){var pe;if(oe=!0,ne!=null&&(pe=ne.signal)!==null&&pe!==void 0&&pe.aborted)throw new s;be?re=await V(re,ye,{signal:G}):(re=ye,be=!0)}if(!oe&&!be)throw new z}finally{O.abort()}return re}async function J(V){V!=null&&l(V,"options"),V?.signal!=null&&o(V.signal,"options.signal");const re=[];for await(const ge of this){var ne;if(V!=null&&(ne=V.signal)!==null&&ne!==void 0&&ne.aborted)throw new s(void 0,{cause:V.signal.reason});S(re,ge)}return re}function ce(V,re){const ne=L.call(this,V,re);return(async function*(){for await(const be of ne)yield*be}).call(this)}function H(V){if(V=u(V),m(V))return 0;if(V<0)throw new n("number",">= 0",V);return V}function W(V,re=void 0){return re!=null&&l(re,"options"),re?.signal!=null&&o(re.signal,"options.signal"),V=H(V),(async function*(){var ge;if(re!=null&&(ge=re.signal)!==null&&ge!==void 0&&ge.aborted)throw new s;for await(const O of this){var be;if(re!=null&&(be=re.signal)!==null&&be!==void 0&&be.aborted)throw new s;V--<=0&&(yield O)}}).call(this)}function K(V,re=void 0){return re!=null&&l(re,"options"),re?.signal!=null&&o(re.signal,"options.signal"),V=H(V),(async function*(){var ge;if(re!=null&&(ge=re.signal)!==null&&ge!==void 0&&ge.aborted)throw new s;for await(const O of this){var be;if(re!=null&&(be=re.signal)!==null&&be!==void 0&&be.aborted)throw new s;if(V-- >0&&(yield O),V<=0)return}}).call(this)}return Ss.streamReturningOperators={asIndexedPairs:E(Q,"readable.asIndexedPairs will be removed in a future version."),drop:W,filter:x,flatMap:ce,map:L,take:K,compose:I},Ss.promiseReturningOperators={every:Y,forEach:te,reduce:Z,toArray:J,some:A,find:F},Ss}var ra,Ud;function pf(){if(Ud)return ra;Ud=1;const{ArrayPrototypePop:i,Promise:e}=nt(),{isIterable:t,isNodeStream:r,isWebStream:n}=Wi(),{pipelineImpl:s}=oc(),{finished:o}=sr();mf();function a(...l){return new e((c,d)=>{let f,g;const y=l[l.length-1];if(y&&typeof y=="object"&&!r(y)&&!t(y)&&!n(y)){const b=i(l);f=b.signal,g=b.end}s(l,(b,_)=>{b?d(b):c(_)},{signal:f,end:g})})}return ra={finished:o,pipeline:a},ra}var Vd;function mf(){if(Vd)return Do.exports;Vd=1;const{Buffer:i}=Hi(),{ObjectDefineProperty:e,ObjectKeys:t,ReflectApply:r}=nt(),{promisify:{custom:n}}=Ut(),{streamReturningOperators:s,promiseReturningOperators:o}=gm(),{codes:{ERR_ILLEGAL_CONSTRUCTOR:a}}=Pt(),l=ff(),{setDefaultHighWaterMark:c,getDefaultHighWaterMark:d}=lo(),{pipeline:f}=oc(),{destroyer:g}=sn(),y=sr(),b=pf(),_=Wi(),E=Do.exports=nc().Stream;E.isDestroyed=_.isDestroyed,E.isDisturbed=_.isDisturbed,E.isErrored=_.isErrored,E.isReadable=_.isReadable,E.isWritable=_.isWritable,E.Readable=co();for(const k of t(s)){let u=function(...m){if(new.target)throw a();return E.Readable.from(r(v,this,m))};const v=s[k];e(u,"name",{__proto__:null,value:v.name}),e(u,"length",{__proto__:null,value:v.length}),e(E.Readable.prototype,k,{__proto__:null,value:u,enumerable:!1,configurable:!0,writable:!0})}for(const k of t(o)){let u=function(...m){if(new.target)throw a();return r(v,this,m)};const v=o[k];e(u,"name",{__proto__:null,value:v.name}),e(u,"length",{__proto__:null,value:v.length}),e(E.Readable.prototype,k,{__proto__:null,value:u,enumerable:!1,configurable:!0,writable:!0})}E.Writable=sc(),E.Duplex=Bi(),E.Transform=uf(),E.PassThrough=hf(),E.pipeline=f;const{addAbortSignal:S}=ao();return E.addAbortSignal=S,E.finished=y,E.destroy=g,E.compose=l,E.setDefaultHighWaterMark=c,E.getDefaultHighWaterMark=d,e(E,"promises",{__proto__:null,configurable:!0,enumerable:!0,get(){return b}}),e(f,n,{__proto__:null,enumerable:!0,get(){return b.pipeline}}),e(y,n,{__proto__:null,enumerable:!0,get(){return b.finished}}),E.Stream=E,E._isUint8Array=function(v){return v instanceof Uint8Array},E._uint8ArrayToBuffer=function(v){return i.from(v.buffer,v.byteOffset,v.byteLength)},Do.exports}var zd;function ym(){return zd||(zd=1,function(i){const e=mf(),t=pf(),r=e.Readable.destroy;i.exports=e.Readable,i.exports._uint8ArrayToBuffer=e._uint8ArrayToBuffer,i.exports._isUint8Array=e._isUint8Array,i.exports.isDisturbed=e.isDisturbed,i.exports.isErrored=e.isErrored,i.exports.isReadable=e.isReadable,i.exports.Readable=e.Readable,i.exports.Writable=e.Writable,i.exports.Duplex=e.Duplex,i.exports.Transform=e.Transform,i.exports.PassThrough=e.PassThrough,i.exports.addAbortSignal=e.addAbortSignal,i.exports.finished=e.finished,i.exports.destroy=e.destroy,i.exports.destroy=r,i.exports.pipeline=e.pipeline,i.exports.compose=e.compose,Object.defineProperty(e,"promises",{configurable:!0,enumerable:!0,get(){return t}}),i.exports.Stream=e.Stream,i.exports.default=i.exports}(Lo)),Lo.exports}var gf=ym();const na=Symbol("iter");function qn(i,e,t=4){if(t===0)return Object.assign(i,e);for(const r in e)i[r]=qn(i[r]||Object.create(null),e[r],t-1);return i}function yf(i,e,t=4){let r=!1;for(const n in i)if(n in e){const s=t===0?null:yf(i[n],e[n],t-1);if(s!==!1)r=r||Object.create(null),r[n]=s;else if(t===3)return!1}return r}function bf(i,e,t=4){let r=!1;for(const n in i)if(!(n in e))r=r||Object.create(null),r[n]=t===0?null:qn({},i[n],t-1);else if(t!==0){const s=bf(i[n],e[n],t-1);if(s!==!1)r=r||Object.create(null),r[n]=s;else if(t===3)return!1}return r}class bm{constructor(e={}){this._id=1,this._ids=Object.create(null),this._ids[""]=1,this._entities=Object.create(null),this._entities[1]="",this._blankNodeIndex=0,this._factory=e.factory||Ve}_termFromId(e){if(e[0]==="."){const t=this._entities,r=e.split(".");return this._factory.quad(this._termFromId(t[r[1]]),this._termFromId(t[r[2]]),this._termFromId(t[r[3]]),r[4]&&this._termFromId(t[r[4]]))}return Mn(e,this._factory)}_termToNumericId(e){if(e.termType==="Quad"){const t=this._termToNumericId(e.subject),r=this._termToNumericId(e.predicate),n=this._termToNumericId(e.object);let s;return t&&r&&n&&(xl(e.graph)||(s=this._termToNumericId(e.graph)))&&this._ids[s?`.${t}.${r}.${n}.${s}`:`.${t}.${r}.${n}`]}return this._ids[Br(e)]}_termToNewNumericId(e){const t=e&&e.termType==="Quad"?`.${this._termToNewNumericId(e.subject)}.${this._termToNewNumericId(e.predicate)}.${this._termToNewNumericId(e.object)}${xl(e.graph)?"":`.${this._termToNewNumericId(e.graph)}`}`:Br(e);return this._ids[t]||(this._ids[this._entities[++this._id]=t]=this._id)}createBlankNode(e){let t,r;if(e)for(t=e=`_:${e}`,r=1;this._ids[t];)t=e+r++;else do t=`_:b${this._blankNodeIndex++}`;while(this._ids[t]);return this._ids[t]=++this._id,this._entities[this._id]=t,this._factory.blankNode(t.substr(2))}}class Rt{constructor(e,t){this._size=0,this._graphs=Object.create(null),!t&&e&&!e[0]&&typeof e.match!="function"&&(t=e,e=null),t=t||{},this._factory=t.factory||Ve,this._entityIndex=t.entityIndex||new bm({factory:this._factory}),this._entities=this._entityIndex._entities,this._termFromId=this._entityIndex._termFromId.bind(this._entityIndex),this._termToNumericId=this._entityIndex._termToNumericId.bind(this._entityIndex),this._termToNewNumericId=this._entityIndex._termToNewNumericId.bind(this._entityIndex),e&&this.addAll(e)}get size(){let e=this._size;if(e!==null)return e;e=0;const t=this._graphs;let r,n;for(const s in t)for(const o in r=t[s].subjects)for(const a in n=r[o])e+=Object.keys(n[a]).length;return this._size=e}_addToIndex(e,t,r,n){const s=e[t]||(e[t]={}),o=s[r]||(s[r]={}),a=n in o;return a||(o[n]=null),!a}_removeFromIndex(e,t,r,n){const s=e[t],o=s[r];delete o[n];for(const a in o)return;delete s[r];for(const a in s)return;delete e[t]}*_findInIndex(e,t,r,n,s,o,a,l){let c,d,f;const g=this._entities,y=this._termFromId(g[l]),b={subject:null,predicate:null,object:null};t&&((c=e,e={})[t]=c[t]);for(const _ in e)if(d=e[_]){b[s]=this._termFromId(g[_]),r&&((c=d,d={})[r]=c[r]);for(const E in d)if(f=d[E]){b[o]=this._termFromId(g[E]);const S=n?n in f?[n]:[]:Object.keys(f);for(let k=0;k<S.length;k++)b[a]=this._termFromId(g[S[k]]),yield this._factory.quad(b.subject,b.predicate,b.object,y)}}}_loop(e,t){for(const r in e)t(r)}_loopByKey0(e,t,r){let n,s;if(n=e[t])for(s in n)r(s)}_loopByKey1(e,t,r){let n,s;for(n in e)s=e[n],s[t]&&r(n)}_loopBy2Keys(e,t,r,n){let s,o,a;if((s=e[t])&&(o=s[r]))for(a in o)n(a)}_countInIndex(e,t,r,n){let s=0,o,a,l;t&&((o=e,e={})[t]=o[t]);for(const c in e)if(a=e[c]){r&&((o=a,a={})[r]=o[r]);for(const d in a)(l=a[d])&&(n?n in l&&s++:s+=Object.keys(l).length)}return s}_getGraphs(e){return e=e===""?1:e&&(this._termToNumericId(e)||-1),typeof e!="number"?this._graphs:{[e]:this._graphs[e]}}_uniqueEntities(e){const t=Object.create(null);return r=>{r in t||(t[r]=!0,e(this._termFromId(this._entities[r],this._factory)))}}add(e){return this.addQuad(e),this}addQuad(e,t,r,n){t||(n=e.graph,r=e.object,t=e.predicate,e=e.subject),n=n?this._termToNewNumericId(n):1;let s=this._graphs[n];return s||(s=this._graphs[n]={subjects:{},predicates:{},objects:{}},Object.freeze(s)),e=this._termToNewNumericId(e),t=this._termToNewNumericId(t),r=this._termToNewNumericId(r),this._addToIndex(s.subjects,e,t,r)?(this._addToIndex(s.predicates,t,r,e),this._addToIndex(s.objects,r,e,t),this._size=null,!0):!1}addQuads(e){for(let t=0;t<e.length;t++)this.addQuad(e[t])}delete(e){return this.removeQuad(e),this}has(e,t,r,n){return e&&e.subject&&({subject:e,predicate:t,object:r,graph:n}=e),!this.readQuads(e,t,r,n).next().done}import(e){return e.on("data",t=>{this.addQuad(t)}),e}removeQuad(e,t,r,n){t||({subject:e,predicate:t,object:r,graph:n}=e),n=n?this._termToNumericId(n):1;const s=this._graphs;let o,a,l;if(!(e=e&&this._termToNumericId(e))||!(t=t&&this._termToNumericId(t))||!(r=r&&this._termToNumericId(r))||!(o=s[n])||!(a=o.subjects[e])||!(l=a[t])||!(r in l))return!1;this._removeFromIndex(o.subjects,e,t,r),this._removeFromIndex(o.predicates,t,r,e),this._removeFromIndex(o.objects,r,e,t),this._size!==null&&this._size--;for(e in o.subjects)return!0;return delete s[n],!0}removeQuads(e){for(let t=0;t<e.length;t++)this.removeQuad(e[t])}remove(e){return e.on("data",t=>{this.removeQuad(t)}),e}removeMatches(e,t,r,n){const s=new gf.Readable({objectMode:!0}),o=this.readQuads(e,t,r,n);return s._read=a=>{for(;--a>=0;){const{done:l,value:c}=o.next();if(l){s.push(null);return}s.push(c)}},this.remove(s)}deleteGraph(e){return this.removeMatches(null,null,null,e)}getQuads(e,t,r,n){return[...this.readQuads(e,t,r,n)]}*readQuads(e,t,r,n){const s=this._getGraphs(n);let o,a,l,c;if(!(e&&!(a=this._termToNumericId(e))||t&&!(l=this._termToNumericId(t))||r&&!(c=this._termToNumericId(r))))for(const d in s)(o=s[d])&&(a?c?yield*this._findInIndex(o.objects,c,a,l,"object","subject","predicate",d):yield*this._findInIndex(o.subjects,a,l,null,"subject","predicate","object",d):l?yield*this._findInIndex(o.predicates,l,c,null,"predicate","object","subject",d):c?yield*this._findInIndex(o.objects,c,null,null,"object","subject","predicate",d):yield*this._findInIndex(o.subjects,null,null,null,"subject","predicate","object",d))}match(e,t,r,n){return new Qi(this,e,t,r,n,{entityIndex:this._entityIndex})}countQuads(e,t,r,n){const s=this._getGraphs(n);let o=0,a,l,c,d;if(e&&!(l=this._termToNumericId(e))||t&&!(c=this._termToNumericId(t))||r&&!(d=this._termToNumericId(r)))return 0;for(const f in s)(a=s[f])&&(e?r?o+=this._countInIndex(a.objects,d,l,c):o+=this._countInIndex(a.subjects,l,c,d):t?o+=this._countInIndex(a.predicates,c,d,l):o+=this._countInIndex(a.objects,d,l,c));return o}forEach(e,t,r,n,s){this.some(o=>(e(o,this),!1),t,r,n,s)}every(e,t,r,n,s){return!this.some(o=>!e(o,this),t,r,n,s)}some(e,t,r,n,s){for(const o of this.readQuads(t,r,n,s))if(e(o,this))return!0;return!1}getSubjects(e,t,r){const n=[];return this.forSubjects(s=>{n.push(s)},e,t,r),n}forSubjects(e,t,r,n){const s=this._getGraphs(n);let o,a,l;if(e=this._uniqueEntities(e),!(t&&!(a=this._termToNumericId(t))||r&&!(l=this._termToNumericId(r))))for(n in s)(o=s[n])&&(a?l?this._loopBy2Keys(o.predicates,a,l,e):this._loopByKey1(o.subjects,a,e):l?this._loopByKey0(o.objects,l,e):this._loop(o.subjects,e))}getPredicates(e,t,r){const n=[];return this.forPredicates(s=>{n.push(s)},e,t,r),n}forPredicates(e,t,r,n){const s=this._getGraphs(n);let o,a,l;if(e=this._uniqueEntities(e),!(t&&!(a=this._termToNumericId(t))||r&&!(l=this._termToNumericId(r))))for(n in s)(o=s[n])&&(a?l?this._loopBy2Keys(o.objects,l,a,e):this._loopByKey0(o.subjects,a,e):l?this._loopByKey1(o.predicates,l,e):this._loop(o.predicates,e))}getObjects(e,t,r){const n=[];return this.forObjects(s=>{n.push(s)},e,t,r),n}forObjects(e,t,r,n){const s=this._getGraphs(n);let o,a,l;if(e=this._uniqueEntities(e),!(t&&!(a=this._termToNumericId(t))||r&&!(l=this._termToNumericId(r))))for(n in s)(o=s[n])&&(a?l?this._loopBy2Keys(o.subjects,a,l,e):this._loopByKey1(o.objects,a,e):l?this._loopByKey0(o.predicates,l,e):this._loop(o.objects,e))}getGraphs(e,t,r){const n=[];return this.forGraphs(s=>{n.push(s)},e,t,r),n}forGraphs(e,t,r,n){for(const s in this._graphs)this.some(o=>(e(o.graph),!0),t,r,n,this._termFromId(this._entities[s]))}createBlankNode(e){return this._entityIndex.createBlankNode(e)}extractLists({remove:e=!1,ignoreErrors:t=!1}={}){const r={},n=t?()=>!0:(a,l)=>{throw new Error(`${a.value} ${l}`)},s=this.getQuads(null,_t.rdf.rest,_t.rdf.nil,null),o=e?[...s]:[];return s.forEach(a=>{const l=[];let c=!1,d,f;const g=a.graph;let y=a.subject;for(;y&&!c;){const b=this.getQuads(null,null,y,null),_=this.getQuads(y,null,null,null);let E,S=null,k=null,v=null;for(let u=0;u<_.length&&!c;u++)E=_[u],E.graph.equals(g)?d?c=n(y,"has non-list arcs out"):E.predicate.value===_t.rdf.first?S?c=n(y,"has multiple rdf:first arcs"):o.push(S=E):E.predicate.value===_t.rdf.rest?k?c=n(y,"has multiple rdf:rest arcs"):o.push(k=E):b.length?c=n(y,"can't be subject and object"):(d=E,f="subject"):c=n(y,"not confined to single graph");for(let u=0;u<b.length&&!c;++u)E=b[u],d?c=n(y,"can't have coreferences"):E.predicate.value===_t.rdf.rest?v?c=n(y,"has incoming rdf:rest arcs"):v=E:(d=E,f="object");S?l.unshift(S.object):c=n(y,"has no list head"),y=v&&v.subject}c?e=!1:d&&(r[d[f].value]=l)}),e&&this.removeQuads(o),r}addAll(e){if(e instanceof Qi&&(e=e.filtered),Array.isArray(e))this.addQuads(e);else if(e instanceof Rt&&e._entityIndex===this._entityIndex)e._size!==0&&(this._graphs=qn(this._graphs,e._graphs),this._size=null);else for(const t of e)this.add(t);return this}contains(e){if(e instanceof Qi&&(e=e.filtered),e===this)return!0;if(!(e instanceof Rt)||this._entityIndex!==e._entityIndex)return e.every(c=>this.has(c));const t=this._graphs,r=e._graphs;let n,s,o,a,l;for(const c in r){if(!(n=t[c]))return!1;n=n.subjects;for(const d in s=r[c].subjects){if(!(o=n[d]))return!1;for(const f in a=s[d]){if(!(l=o[f]))return!1;for(const g in a[f])if(!(g in l))return!1}}}return!0}deleteMatches(e,t,r,n){for(const s of this.match(e,t,r,n))this.removeQuad(s);return this}difference(e){if(e&&e instanceof Qi&&(e=e.filtered),e===this)return new Rt({entityIndex:this._entityIndex});if(e instanceof Rt&&e._entityIndex===this._entityIndex){const t=new Rt({entityIndex:this._entityIndex}),r=bf(this._graphs,e._graphs);return r&&(t._graphs=r,t._size=null),t}return this.filter(t=>!e.has(t))}equals(e){return e instanceof Qi&&(e=e.filtered),e===this||this.size===e.size&&this.contains(e)}filter(e){const t=new Rt({entityIndex:this._entityIndex});for(const r of this)e(r,this)&&t.add(r);return t}intersection(e){if(e instanceof Qi&&(e=e.filtered),e===this){const t=new Rt({entityIndex:this._entityIndex});return t._graphs=qn(Object.create(null),this._graphs),t._size=this._size,t}else if(e instanceof Rt&&this._entityIndex===e._entityIndex){const t=new Rt({entityIndex:this._entityIndex}),r=yf(e._graphs,this._graphs);return r&&(t._graphs=r,t._size=null),t}return this.filter(t=>e.has(t))}map(e){const t=new Rt({entityIndex:this._entityIndex});for(const r of this)t.add(e(r,this));return t}reduce(e,t){const r=this.readQuads();let n=t===void 0?r.next().value:t;for(const s of r)n=e(n,s,this);return n}toArray(){return this.getQuads()}toCanonical(){throw new Error("not implemented")}toStream(){return this.match()}toString(){return new rc().quadsToString(this)}union(e){const t=new Rt({entityIndex:this._entityIndex});return t._graphs=qn(Object.create(null),this._graphs),t._size=this._size,t.addAll(e),t}*[Symbol.iterator](){yield*this.readQuads()}}function Si(i,e,t=0){const r=e[t];if(r&&!(r in i))return!1;let n=!1;for(const s in r?{[r]:i[r]}:i){const o=t===2?null:Si(i[s],e,t+1);o!==!1&&(n=n||Object.create(null),n[s]=o)}return n}class Qi extends gf.Readable{constructor(e,t,r,n,s,o){super({objectMode:!0}),Object.assign(this,{n3Store:e,subject:t,predicate:r,object:n,graph:s,options:o})}get filtered(){if(!this._filtered){const{n3Store:e,graph:t,object:r,predicate:n,subject:s}=this,o=this._filtered=new Rt({factory:e._factory,entityIndex:this.options.entityIndex});let a,l,c;if(s&&!(a=o._termToNumericId(s))||n&&!(l=o._termToNumericId(n))||r&&!(c=o._termToNumericId(r)))return o;const d=e._getGraphs(t);for(const f in d){let g,y,b,_;(_=d[f])&&(!a&&l?(y=Si(_.predicates,[l,c,a]))&&(g=Si(_.subjects,[a,l,c]),b=Si(_.objects,[c,a,l])):c?(b=Si(_.objects,[c,a,l]))&&(g=Si(_.subjects,[a,l,c]),y=Si(_.predicates,[l,c,a])):(g=Si(_.subjects,[a,l,c]))&&(y=Si(_.predicates,[l,c,a]),b=Si(_.objects,[c,a,l])),g&&(o._graphs[f]={subjects:g,predicates:y,objects:b}))}o._size=null}return this._filtered}get size(){return this.filtered.size}_read(e){e>0&&!this[na]&&(this[na]=this[Symbol.iterator]());const t=this[na];for(;--e>=0;){const{done:r,value:n}=t.next();if(r){this.push(null);return}this.push(n)}}addAll(e){return this.filtered.addAll(e)}contains(e){return this.filtered.contains(e)}deleteMatches(e,t,r,n){return this.filtered.deleteMatches(e,t,r,n)}difference(e){return this.filtered.difference(e)}equals(e){return this.filtered.equals(e)}every(e,t,r,n,s){return this.filtered.every(e,t,r,n,s)}filter(e){return this.filtered.filter(e)}forEach(e,t,r,n,s){return this.filtered.forEach(e,t,r,n,s)}import(e){return this.filtered.import(e)}intersection(e){return this.filtered.intersection(e)}map(e){return this.filtered.map(e)}some(e,t,r,n,s){return this.filtered.some(e,t,r,n,s)}toCanonical(){return this.filtered.toCanonical()}toStream(){return this._filtered?this._filtered.toStream():this.n3Store.match(this.subject,this.predicate,this.object,this.graph)}union(e){return this._filtered?this._filtered.union(e):this.n3Store.match(this.subject,this.predicate,this.object,this.graph).addAll(e)}toArray(){return this._filtered?this._filtered.toArray():this.n3Store.getQuads(this.subject,this.predicate,this.object,this.graph)}reduce(e,t){return this.filtered.reduce(e,t)}toString(){return new rc().quadsToString(this)}add(e){return this.filtered.add(e)}delete(e){return this.filtered.delete(e)}has(e){return this.filtered.has(e)}match(e,t,r,n){return new Qi(this.filtered,e,t,r,n,this.options)}*[Symbol.iterator](){yield*this._filtered||this.n3Store.readQuads(this.subject,this.predicate,this.object,this.graph)}}const Ae="http://www.w3.org/ns/shacl#",Hd="http://datashapes.org/dash#",tr="http://www.w3.org/2001/XMLSchema#",ac="http://www.w3.org/1999/02/22-rdf-syntax-ns#",lc="http://www.w3.org/2000/01/rdf-schema#",vm="http://www.w3.org/2004/02/skos/core#",wm="http://www.w3.org/2002/07/owl#",_m="http://www.w3.org/ns/oa#",xm="http://purl.org/dc/terms/",Em="http://xmlns.com/foaf/0.1/",Vs=Ve.namedNode("loaded-shapes"),Ii=Ve.namedNode("loaded-data"),xt=Ve.namedNode(ac+"type"),El=Ve.namedNode(xm+"conformsTo"),Sm=Ve.namedNode(lc+"subClassOf"),cc=Ve.namedNode(wm+"imports"),Rs=Ve.namedNode(Ae+"NodeShape"),km=Ve.namedNode(Ae+"IRI"),zs=Ve.namedNode(Ae+"property"),dc=Ve.namedNode(Ae+"class"),Zn=Ve.namedNode(Ae+"targetClass"),Im=Ve.namedNode(Ae+"nodeKind"),Rm=Ve.namedNode(tr+"string");function Un(i,e,t=Ae,r){let n="";const s=Tm(i,e,t,r);return s&&(n=s.value),n}function Tm(i,e,t=Ae,r){let n;const s=t+e;if(r?.length){for(const o of r)for(const a of i)if(a.predicate.value===s){if(a.object.id.endsWith(`@${o}`))return a.object;a.object.id.indexOf("@")<0?n=a.object:n||(n=a.object)}}else for(const o of i)if(o.predicate.value===s)return o.object;return n}function $m(i){i.querySelector("input,select,textarea")?.focus()}function uo(i,e){return Un(i,"prefLabel",vm,e)||Un(i,"label",lc,e)||Un(i,"name",Em,e)}function vf(i,e,t){const r=[];for(const n of i)r.push({value:n,label:uo(e.getQuads(n,null,null,null),t),children:[]});return r}function Sl(i,e){for(const t in e)i=i.replace(e[t],"");return i}function wf(i,e,t,r,n=new Set){for(const s of e.owlImports)n.has(s.id)||(n.add(s.id),r.push(...t.getSubjects(xt,i,s)));e.parent&&wf(i,e.parent,t,r,n)}function uc(i,e){let t;if(e.shaclIn){const n=e.config.lists[e.shaclIn];t=n?.length?n:[]}else t=e.config.store.getSubjects(xt,i,Vs),t.push(...e.config.store.getSubjects(xt,i,Ii)),wf(i,e,e.config.store,t);const r=vf(t,e.config.store,e.config.languages);if(e.shaclIn===void 0)for(const n of e.config.store.getSubjects(Sm,i,null)){const s=uc(n,e);for(const o of s){let a=!1;for(const l of r)e.config.store.countQuads(o.value,xt,l.value,null)>0&&(l.children.push(o),a=!0);a||r.push(o)}}return r}function kl(i){let e;try{e=new URL(i)}catch{return!1}return e.protocol==="http:"||e.protocol==="https:"}function Wd(i,e,t){if(e===void 0)return t;if(t===void 0)return e;const r=i.indexOf(e.language);if(r<0)return t;const n=i.indexOf(t.language);return n<0||n>r?e:t}function _f(i,e,t){const r=document.createElement("div");r.classList.add("shacl-or-constraint");const n=[];if(e instanceof ir){const s=[];let o=!1;i.length&&(o=t.store.countQuads(i[0],zs,null,null)>0);for(let c=0;c<i.length;c++)if(o){const d=t.store.getObjects(i[c],zs,null),f=[];let g="";for(const y of d){const b=new Gs(y,e,t);f.push(b),g+=(g.length>1?" / ":"")+b.template.label}s.push(f),n.push({label:g,value:c.toString()})}else{const d=new Gs(i[c],e,t);s.push([d]),n.push({label:d.template.label,value:c.toString()})}const a=t.theme.createListEditor("Please choose",null,!1,n),l=a.querySelector(".editor");l.onchange=()=>{if(l.value){const c=s[parseInt(l.value)];let d;c.length&&(d=c[0],r.replaceWith(c[0]));for(let f=1;f<c.length;f++)d.after(c[f]),d=c[f]}},r.appendChild(a)}else{const s=[];for(let l=0;l<i.length;l++){const c=t.store.getQuads(i[l],null,null,null);c.length&&(s.push(c),n.push({label:uo(c,t.languages)||Sl(c[0].predicate.value,t.prefixes)+" = "+Sl(c[0].object.value,t.prefixes),value:l.toString()}))}const o=t.theme.createListEditor(e.template.label+"?",null,!1,n,e.template),a=o.querySelector(".editor");a.onchange=()=>{a.value&&r.replaceWith(Ps(e.template.clone().merge(s[parseInt(a.value)]),void 0,!0))},r.appendChild(o)}return r}function Cm(i,e,t){if(e instanceof ai){const r=e.datatype;for(const n of i){const s=t.store.getQuads(n,null,null,null);for(const o of s)if(o.predicate.value===`${Ae}datatype`&&o.object.equals(r))return s}}else{const r=t.store.getObjects(e,xt,null);for(const n of i){const s=t.store.getQuads(n,null,null,null);for(const o of s)if(r.length>0){if(o.predicate.value===`${Ae}node`){for(const a of r)if(t.store.getQuads(o.object,Zn,a,null).length>0)return s}if(o.predicate.equals(dc)){for(const a of r)if(o.object.equals(a))return s}}else if(o.predicate.equals(Im)&&o.object.equals(km))return s}}return console.error("couldn't resolve sh:or/sh:xone on property for value",e),[]}function Am(i,e,t){for(const r of i){let n=!1;const s=t.store.getObjects(r,zs,null);for(const o of s){const a=t.store.getObjects(o,`${Ae}path`,null);for(const l of a)if(n=t.store.countQuads(e,l,null,null)>0,n)break}if(n)return s}return console.error("couldn't resolve sh:or/sh:xone on node for value",e),[]}const Nm={[`${Ae}name`]:(i,e)=>{const t=e;i.name=Wd(i.config.languages,i.name,t)},[`${Ae}description`]:(i,e)=>{const t=e;i.description=Wd(i.config.languages,i.description,t)},[`${Ae}path`]:(i,e)=>{i.path=e.value},[`${Ae}node`]:(i,e)=>{i.node=e},[`${Ae}datatype`]:(i,e)=>{i.datatype=e},[`${Ae}nodeKind`]:(i,e)=>{i.nodeKind=e},[`${Ae}minCount`]:(i,e)=>{i.minCount=parseInt(e.value)},[`${Ae}maxCount`]:(i,e)=>{i.maxCount=parseInt(e.value)},[`${Ae}minLength`]:(i,e)=>{i.minLength=parseInt(e.value)},[`${Ae}maxLength`]:(i,e)=>{i.maxLength=parseInt(e.value)},[`${Ae}minInclusive`]:(i,e)=>{i.minInclusive=parseInt(e.value)},[`${Ae}maxInclusive`]:(i,e)=>{i.maxInclusive=parseInt(e.value)},[`${Ae}minExclusive`]:(i,e)=>{i.minExclusive=parseInt(e.value)},[`${Ae}maxExclusive`]:(i,e)=>{i.maxExclusive=parseInt(e.value)},[`${Ae}pattern`]:(i,e)=>{i.pattern=e.value},[`${Ae}order`]:(i,e)=>{i.order=parseInt(e.value)},[`${Hd}singleLine`]:(i,e)=>{i.singleLine=e.value==="true"},[`${Hd}readonly`]:(i,e)=>{i.readonly=e.value==="true"},[`${_m}styleClass`]:(i,e)=>{i.cssClass=e.value},[`${Ae}and`]:(i,e)=>{i.shaclAnd=e.value},[`${Ae}in`]:(i,e)=>{i.shaclIn=e.value},[`${Ae}languageIn`]:(i,e)=>{i.languageIn=i.config.lists[e.value],i.datatype=Ve.namedNode(ac+"langString")},[`${Ae}defaultValue`]:(i,e)=>{i.defaultValue=e},[`${Ae}hasValue`]:(i,e)=>{i.hasValue=e},[`${Ae}qualifiedValueShape`]:(i,e)=>{i.qualifiedValueShape=e},[`${Ae}qualifiedMinCount`]:(i,e)=>{i.minCount=parseInt(e.value)},[`${Ae}qualifiedMaxCount`]:(i,e)=>{i.maxCount=parseInt(e.value)},[cc.id]:(i,e)=>{i.owlImports.push(e)},[dc.id]:(i,e)=>{i.class=e;const t=i.config.store.getSubjects(Zn,e,null);t.length>0&&(i.node=t[0])},[`${Ae}or`]:(i,e)=>{const t=i.config.lists[e.value];t?.length?i.shaclOr=t:console.error("list for sh:or not found:",e.value,"existing lists:",i.config.lists)},[`${Ae}xone`]:(i,e)=>{const t=i.config.lists[e.value];t?.length?i.shaclXone=t:console.error("list for sh:xone not found:",e.value,"existing lists:",i.config.lists)}};class Lm{constructor(e,t,r){this.label="",this.owlImports=[],this.extendedShapes=[],this.parent=t,this.config=r,this.merge(e),this.qualifiedValueShape&&this.merge(r.store.getQuads(this.qualifiedValueShape,null,null,null))}merge(e){for(const t of e)Nm[t.predicate.id]?.call(this,this,t.object);if(this.label=this.name?.value||uo(e,this.config.languages),!this.label&&!this.shaclAnd&&(this.label=this.path?Sl(this.path,this.config.prefixes):"unknown"),(this.node||this.shaclAnd)&&(this.node&&this.extendedShapes.push(this.node),this.shaclAnd)){const t=this.config.lists[this.shaclAnd];if(t?.length)for(const r of t)this.extendedShapes.push(r)}return this}clone(){const e=Object.assign({},this);return e.extendedShapes=[...this.extendedShapes],e.owlImports=[...this.owlImports],this.languageIn&&(e.languageIn=[...this.languageIn]),this.shaclOr&&(e.shaclOr=[...this.shaclOr]),this.shaclXone&&(e.shaclXone=[...this.shaclXone]),e.merge=this.merge.bind(e),e.clone=this.clone.bind(e),e}}const Dm=`form { display:block; --label-width: 8em; --caret-size: 10px; }
28
28
  form.mode-edit { padding-left: 1em; }
29
- form *, form ::after, form ::before { box-sizing: inherit; }
30
- shacl-node, .shacl-group { display: flex; flex-direction: column; width: 100%; position: relative; }
29
+ form, form * { box-sizing: border-box; }
30
+ shacl-node, .collapsible::part(content) { display: flex; flex-direction: column; width: 100%; position: relative; }
31
31
  shacl-node .remove-button { margin-left: 4px; margin-top: 1px; }
32
32
  shacl-node .add-button { color: #555; background-color: transparent; margin: 4px 24px 0 0; border: 0; }
33
33
  shacl-node .add-button:hover { color:#222; }
34
34
  shacl-node .add-button:focus { box-shadow: none; }
35
- shacl-node h1 { font-size: 1.1rem; border-bottom: 1px solid; margin-top: 4px; color: #555; }
36
- shacl-property { display: flex; flex-direction: column; align-items: end; position: relative; }
35
+ shacl-node h1 { font-size: 16px; border-bottom: 1px solid #AAA; margin-top: 4px; color: #555; }
36
+ shacl-property:not(:has(>.collapsible)), shacl-property>.collapsible::part(content) { display: flex; flex-direction: column; align-items: end; position: relative; }
37
37
  shacl-property:not(.may-add) > .add-button { display: none; }
38
38
  shacl-property:not(.may-remove) > .property-instance > .remove-button:not(.persistent) { visibility: hidden; }
39
39
  shacl-property:not(.may-remove) > .shacl-or-constraint > .remove-button:not(.persistent) { visibility: hidden; }
40
40
  .mode-view .shacl-group:not(:has(shacl-property)) { display: none; }
41
41
  .property-instance, .shacl-or-constraint { display: flex; align-items: flex-start; padding: 4px 0; width: 100%; position: relative; }
42
+ .shacl-or-constraint > div { display: flex; flex-grow: 1; }
42
43
  .shacl-or-constraint label { display: inline-block; word-break: break-word; width: var(--label-width); line-height: 1em; padding-top: 0.15em; padding-right: 1em; flex-shrink: 0; position: relative; }
43
44
  .property-instance label[title] { cursor: help; text-decoration: underline dashed #AAA; }
44
45
  .property-instance.linked label:after, label.linked:after { content: '\\1F517'; font-size: 0.6em; padding-left: 6px; }
45
46
  .mode-edit .property-instance label.required::before { color: red; content: '\\2736'; font-size: 0.6rem; position: absolute; left: -1.4em; top: 0.15rem; }
46
- .property-instance.valid::before { position: absolute; left: calc(var(--label-width) - 1em); top: 3px; color: green; content: '\\2713'; }
47
- .editor:not([type='checkbox']), .shacl-or-constraint select { flex-grow: 1; }
48
- .shacl-or-constraint select { border: 1px solid #DDD; padding: 2px 4px; }
49
- select { overflow: hidden; text-overflow: ellipsis; }
47
+ .property-instance.valid::before { content: ''; position: absolute; left: calc(var(--label-width) - 1em); top:0.5em; width: 0.9em; height: 0.9em; background: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1024 1024" fill="green" version="1.1" xmlns="http://www.w3.org/2000/svg"><path d="M866.133333 258.133333L362.666667 761.6l-204.8-204.8L98.133333 618.666667 362.666667 881.066667l563.2-563.2z"/></svg>'); }
48
+ .editor:not([type='checkbox']) { flex-grow: 1; }
50
49
  textarea.editor { resize: vertical; }
51
- .lang-chooser { position: absolute; top: 6px; right: 26px; border: 0; background-color: #e9e9ed; padding: 2px 4px; max-width: 40px; width: 40px; box-sizing: content-box; }
52
- .lang-chooser+.editor { padding-right: 55px; }
53
- .validation-error { position: absolute; left: calc(var(--label-width) - 1em); top: 3px; color: red; cursor: help; }
50
+ .lang-chooser { border: 0; background-color: #e9e9ed; padding: 2px 4px; align-self: flex-start; }
51
+ .validation-error { position: absolute; left: calc(var(--label-width) - 1em); top: 0.5em; color: red; cursor: help; }
54
52
  .validation-error::before { content: '\\26a0' }
55
53
  .validation-error.node { left: -1em; }
56
54
  .invalid > .editor { border-color: red !important; }
@@ -69,44 +67,39 @@ a, a:visited { color: inherit; }
69
67
  0% { opacity: 0; transform: scaleY(0.8); }
70
68
  100% { opacity: 1; transform: scaleY(1); }
71
69
  }
72
-
73
- .collapsible > .activator { display: flex; justify-content: space-between; align-items: center; cursor: pointer; width: 100%; border: 0; padding: 8px 0; transition: 0.2s; }
74
- .collapsible > .activator:hover, .collapsible.open > .activator { background-color: #F5F5F5; }
75
- .collapsible > .activator::after { content:''; width: var(--caret-size); height: var(--caret-size); border-style: none solid solid none; border-width: calc(0.3 * var(--caret-size)); transform: rotate(45deg); transition: transform .15s ease-out; margin-right: calc(0.5 * var(--caret-size)); }
76
- .collapsible.open > .activator::after { transform: rotate(225deg); }
77
- .collapsible > *:not(.activator) { transition: all 0.2s ease-out; opacity: 1; }
78
- .collapsible:not(.open) > *:not(.activator) { max-height: 0; padding: 0; opacity: 0; overflow: hidden; }
70
+ .collapsible::part(label) { font-weight: 600; }
71
+ .collapsible > .property-instance:nth-child(even) { background-color: #F8F8F8; }
79
72
  .collapsible > .property-instance > shacl-node > h1 { display: none; }
80
- .collapsible.open > .property-instance:nth-child(odd) { background-color: #F5F5F5; }
81
73
  .ref-link { cursor: pointer; }
82
74
  .ref-link:hover { text-decoration: underline; }
83
- .node-id-display { color: #999; font-size: 11px; }`;class Dm{constructor(e){let t=Lm;e&&(t+=`
84
- `+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 no){const c=r.config.store.getQuads(o,null,null,null);if(c.length){const d=uo(c,r.config.languages);d&&(o=d)}}else t instanceof gi&&(t.language?(a=document.createElement("span"),a.classList.add("lang"),a.innerText=`@${t.language}`):t.datatype.value===`${vr}date`?o=new Date(Date.parse(t.value)).toDateString():t.datatype.value===`${vr}dateTime`&&(o=new Date(Date.parse(t.value)).toLocaleString()));let l;return kl(t.value)?(l=document.createElement("a"),l.setAttribute("href",t.value)):l=document.createElement("div"),l.classList.add("d-flex"),l.innerText=o,a&&l.appendChild(a),n.appendChild(l),n}}function Om(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,uc(i.class,i),i);if(i.shaclIn){const n=i.config.lists[i.shaclIn];if(n?.length){const s=vf(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===`${ac}langString`||i.languageIn?.length)return i.config.theme.createLangStringEditor(i.label,e,r,i);switch(i.datatype?.value.replace(vr,"")){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 Mm(i,e,t){if(e==="application/ld+json")return Pm(i);{const r=new rc({format:e,prefixes:t});r.addQuads(i);let n="";return r.end((s,o)=>{s&&console.error(s),n=o}),n}}function Pm(i){const e=[];for(const t of i){const r={"@id":t.subject.id};if(t.predicate===xt)r["@type"]=t.object.id;else{let n=t.object.value;t.object instanceof gi?t.object.language?n={"@language":t.object.language,"@value":t.object.value}:t.object.datatype&&t.object.datatype.value!==`${vr}#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 jm(i){let e=i.shaclDatatype,t=i.value;if(t){if(i.dataset.class||i.dataset.nodeKind===Ae+"IRI")return Ve.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"){const r=t.split("^^");r.length===2&&(r[0].startsWith('"')&&r[0].endsWith('"')||r[0].startsWith("'")&&r[0].endsWith("'"))&&r[1].split(":").length===2&&(t=r[0].substring(1,r[0].length-1),e=Ve.namedNode(r[1]))}return Ve.literal(t,e)}else if((i.type==="checkbox"||i.getAttribute("type")==="checkbox")&&(i.checked||parseInt(i.dataset.minCount||"0")>0))return Ve.literal(i.checked?"true":"false",e)}const Vn={};function Bm(i){i.predicate===void 0&&i.datatype===void 0?console.warn('not registering plugin because it does neither define "predicate" nor "datatype"',i):Vn[`${i.predicate}^${i.datatype}`]=i}function Fm(){return Object.entries(Vn).map(i=>i[1])}function qm(i,e){let t=Vn[`${i}^${e}`];return t||(t=Vn[`${i}^undefined`],t)?t:Vn[`undefined^${e}`]}class o_{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)}}/**
75
+ .node-id-display { color: #999; font-size: 11px; }`;class Om{constructor(e){let t=Dm;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 no){const c=r.config.store.getQuads(o,null,null,null);if(c.length){const d=uo(c,r.config.languages);d&&(o=d)}}else t instanceof ai&&(t.language?(a=document.createElement("span"),a.classList.add("lang"),a.innerText=`@${t.language}`):t.datatype.value===`${tr}date`?o=new Date(Date.parse(t.value)).toDateString():t.datatype.value===`${tr}dateTime`&&(o=new Date(Date.parse(t.value)).toLocaleString()));let l;return kl(t.value)?(l=document.createElement("a"),l.setAttribute("href",t.value)):l=document.createElement("div"),l.classList.add("d-flex"),l.innerText=o,a&&l.appendChild(a),n.appendChild(l),n}}function Mm(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,uc(i.class,i),i);if(i.shaclIn){const n=i.config.lists[i.shaclIn];if(n?.length){const s=vf(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===`${ac}langString`||i.languageIn?.length)return i.config.theme.createLangStringEditor(i.label,e,r,i);switch(i.datatype?.value.replace(tr,"")){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 Pm(i,e,t){if(e==="application/ld+json")return jm(i);{const r=new rc({format:e,prefixes:t});r.addQuads(i);let n="";return r.end((s,o)=>{s&&console.error(s),n=o}),n}}function jm(i){const e=[];for(const t of i){const r={"@id":t.subject.id};if(t.predicate===xt)r["@type"]=t.object.id;else{let n=t.object.value;t.object instanceof ai?t.object.language?n={"@language":t.object.language,"@value":t.object.value}:t.object.datatype&&t.object.datatype.value!==`${tr}#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 Bm(i){let e=i.shaclDatatype,t=i.value;if(t){if(i.dataset.class||i.dataset.nodeKind===Ae+"IRI")return Ve.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"){const r=t.split("^^");r.length===2&&(r[0].startsWith('"')&&r[0].endsWith('"')||r[0].startsWith("'")&&r[0].endsWith("'"))&&r[1].split(":").length===2&&(t=r[0].substring(1,r[0].length-1),e=Ve.namedNode(r[1]))}return Ve.literal(t,e)}else if((i.type==="checkbox"||i.getAttribute("type")==="checkbox")&&(i.checked||parseInt(i.dataset.minCount||"0")>0))return Ve.literal(i.checked?"true":"false",e)}const Vn={};function Fm(i){i.predicate===void 0&&i.datatype===void 0?console.warn('not registering plugin because it does neither define "predicate" nor "datatype"',i):Vn[`${i.predicate}^${i.datatype}`]=i}function qm(){return Object.entries(Vn).map(i=>i[1])}function Um(i,e){let t=Vn[`${i}^${e}`];return t||(t=Vn[`${i}^undefined`],t)?t:Vn[`undefined^${e}`]}class a_{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)}}/**
85
77
  * @license
86
78
  * Copyright 2019 Google LLC
87
79
  * SPDX-License-Identifier: BSD-3-Clause
88
- */const Ds=globalThis,hc=Ds.ShadowRoot&&(Ds.ShadyCSS===void 0||Ds.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,fc=Symbol(),Gd=new WeakMap;let xf=class{constructor(e,t,r){if(this._$cssResult$=!0,r!==fc)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=e,this.t=t}get styleSheet(){let e=this.o;const t=this.t;if(hc&&e===void 0){const r=t!==void 0&&t.length===1;r&&(e=Gd.get(t)),e===void 0&&((this.o=e=new CSSStyleSheet).replaceSync(this.cssText),r&&Gd.set(t,e))}return e}toString(){return this.cssText}};const Um=i=>new xf(typeof i=="string"?i:i+"",void 0,fc),Ie=(i,...e)=>{const t=i.length===1?i[0]:e.reduce((r,n,s)=>r+(o=>{if(o._$cssResult$===!0)return o.cssText;if(typeof o=="number")return o;throw Error("Value passed to 'css' function must be a 'css' function result: "+o+". Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.")})(n)+i[s+1],i[0]);return new xf(t,i,fc)},Vm=(i,e)=>{if(hc)i.adoptedStyleSheets=e.map(t=>t instanceof CSSStyleSheet?t:t.styleSheet);else for(const t of e){const r=document.createElement("style"),n=Ds.litNonce;n!==void 0&&r.setAttribute("nonce",n),r.textContent=t.cssText,i.appendChild(r)}},Kd=hc?i=>i:i=>i instanceof CSSStyleSheet?(e=>{let t="";for(const r of e.cssRules)t+=r.cssText;return Um(t)})(i):i;/**
80
+ */const Ds=globalThis,hc=Ds.ShadowRoot&&(Ds.ShadyCSS===void 0||Ds.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,fc=Symbol(),Gd=new WeakMap;let xf=class{constructor(e,t,r){if(this._$cssResult$=!0,r!==fc)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=e,this.t=t}get styleSheet(){let e=this.o;const t=this.t;if(hc&&e===void 0){const r=t!==void 0&&t.length===1;r&&(e=Gd.get(t)),e===void 0&&((this.o=e=new CSSStyleSheet).replaceSync(this.cssText),r&&Gd.set(t,e))}return e}toString(){return this.cssText}};const Vm=i=>new xf(typeof i=="string"?i:i+"",void 0,fc),Ie=(i,...e)=>{const t=i.length===1?i[0]:e.reduce((r,n,s)=>r+(o=>{if(o._$cssResult$===!0)return o.cssText;if(typeof o=="number")return o;throw Error("Value passed to 'css' function must be a 'css' function result: "+o+". Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.")})(n)+i[s+1],i[0]);return new xf(t,i,fc)},zm=(i,e)=>{if(hc)i.adoptedStyleSheets=e.map(t=>t instanceof CSSStyleSheet?t:t.styleSheet);else for(const t of e){const r=document.createElement("style"),n=Ds.litNonce;n!==void 0&&r.setAttribute("nonce",n),r.textContent=t.cssText,i.appendChild(r)}},Kd=hc?i=>i:i=>i instanceof CSSStyleSheet?(e=>{let t="";for(const r of e.cssRules)t+=r.cssText;return Vm(t)})(i):i;/**
89
81
  * @license
90
82
  * Copyright 2017 Google LLC
91
83
  * SPDX-License-Identifier: BSD-3-Clause
92
- */const{is:zm,defineProperty:Hm,getOwnPropertyDescriptor:Wm,getOwnPropertyNames:Gm,getOwnPropertySymbols:Km,getPrototypeOf:Jm}=Object,ho=globalThis,Jd=ho.trustedTypes,Xm=Jd?Jd.emptyScript:"",Qm=ho.reactiveElementPolyfillSupport,zn=(i,e)=>i,Vr={toAttribute(i,e){switch(e){case Boolean:i=i?Xm:null;break;case Object:case Array:i=i==null?i:JSON.stringify(i)}return i},fromAttribute(i,e){let t=i;switch(e){case Boolean:t=i!==null;break;case Number:t=i===null?null:Number(i);break;case Object:case Array:try{t=JSON.parse(i)}catch{t=null}}return t}},pc=(i,e)=>!zm(i,e),Xd={attribute:!0,type:String,converter:Vr,reflect:!1,useDefault:!1,hasChanged:pc};Symbol.metadata??=Symbol("metadata"),ho.litPropertyMetadata??=new WeakMap;let Dr=class extends HTMLElement{static addInitializer(e){this._$Ei(),(this.l??=[]).push(e)}static get observedAttributes(){return this.finalize(),this._$Eh&&[...this._$Eh.keys()]}static createProperty(e,t=Xd){if(t.state&&(t.attribute=!1),this._$Ei(),this.prototype.hasOwnProperty(e)&&((t=Object.create(t)).wrapped=!0),this.elementProperties.set(e,t),!t.noAccessor){const r=Symbol(),n=this.getPropertyDescriptor(e,r,t);n!==void 0&&Hm(this.prototype,e,n)}}static getPropertyDescriptor(e,t,r){const{get:n,set:s}=Wm(this.prototype,e)??{get(){return this[t]},set(o){this[t]=o}};return{get:n,set(o){const a=n?.call(this);s?.call(this,o),this.requestUpdate(e,a,r)},configurable:!0,enumerable:!0}}static getPropertyOptions(e){return this.elementProperties.get(e)??Xd}static _$Ei(){if(this.hasOwnProperty(zn("elementProperties")))return;const e=Jm(this);e.finalize(),e.l!==void 0&&(this.l=[...e.l]),this.elementProperties=new Map(e.elementProperties)}static finalize(){if(this.hasOwnProperty(zn("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(zn("properties"))){const t=this.properties,r=[...Gm(t),...Km(t)];for(const n of r)this.createProperty(n,t[n])}const e=this[Symbol.metadata];if(e!==null){const t=litPropertyMetadata.get(e);if(t!==void 0)for(const[r,n]of t)this.elementProperties.set(r,n)}this._$Eh=new Map;for(const[t,r]of this.elementProperties){const n=this._$Eu(t,r);n!==void 0&&this._$Eh.set(n,t)}this.elementStyles=this.finalizeStyles(this.styles)}static finalizeStyles(e){const t=[];if(Array.isArray(e)){const r=new Set(e.flat(1/0).reverse());for(const n of r)t.unshift(Kd(n))}else e!==void 0&&t.push(Kd(e));return t}static _$Eu(e,t){const r=t.attribute;return r===!1?void 0:typeof r=="string"?r:typeof e=="string"?e.toLowerCase():void 0}constructor(){super(),this._$Ep=void 0,this.isUpdatePending=!1,this.hasUpdated=!1,this._$Em=null,this._$Ev()}_$Ev(){this._$ES=new Promise(e=>this.enableUpdating=e),this._$AL=new Map,this._$E_(),this.requestUpdate(),this.constructor.l?.forEach(e=>e(this))}addController(e){(this._$EO??=new Set).add(e),this.renderRoot!==void 0&&this.isConnected&&e.hostConnected?.()}removeController(e){this._$EO?.delete(e)}_$E_(){const e=new Map,t=this.constructor.elementProperties;for(const r of t.keys())this.hasOwnProperty(r)&&(e.set(r,this[r]),delete this[r]);e.size>0&&(this._$Ep=e)}createRenderRoot(){const e=this.shadowRoot??this.attachShadow(this.constructor.shadowRootOptions);return Vm(e,this.constructor.elementStyles),e}connectedCallback(){this.renderRoot??=this.createRenderRoot(),this.enableUpdating(!0),this._$EO?.forEach(e=>e.hostConnected?.())}enableUpdating(e){}disconnectedCallback(){this._$EO?.forEach(e=>e.hostDisconnected?.())}attributeChangedCallback(e,t,r){this._$AK(e,r)}_$ET(e,t){const r=this.constructor.elementProperties.get(e),n=this.constructor._$Eu(e,r);if(n!==void 0&&r.reflect===!0){const s=(r.converter?.toAttribute!==void 0?r.converter:Vr).toAttribute(t,r.type);this._$Em=e,s==null?this.removeAttribute(n):this.setAttribute(n,s),this._$Em=null}}_$AK(e,t){const r=this.constructor,n=r._$Eh.get(e);if(n!==void 0&&this._$Em!==n){const s=r.getPropertyOptions(n),o=typeof s.converter=="function"?{fromAttribute:s.converter}:s.converter?.fromAttribute!==void 0?s.converter:Vr;this._$Em=n;const a=o.fromAttribute(t,s.type);this[n]=a??this._$Ej?.get(n)??a,this._$Em=null}}requestUpdate(e,t,r){if(e!==void 0){const n=this.constructor,s=this[e];if(r??=n.getPropertyOptions(e),!((r.hasChanged??pc)(s,t)||r.useDefault&&r.reflect&&s===this._$Ej?.get(e)&&!this.hasAttribute(n._$Eu(e,r))))return;this.C(e,t,r)}this.isUpdatePending===!1&&(this._$ES=this._$EP())}C(e,t,{useDefault:r,reflect:n,wrapped:s},o){r&&!(this._$Ej??=new Map).has(e)&&(this._$Ej.set(e,o??t??this[e]),s!==!0||o!==void 0)||(this._$AL.has(e)||(this.hasUpdated||r||(t=void 0),this._$AL.set(e,t)),n===!0&&this._$Em!==e&&(this._$Eq??=new Set).add(e))}async _$EP(){this.isUpdatePending=!0;try{await this._$ES}catch(t){Promise.reject(t)}const e=this.scheduleUpdate();return e!=null&&await e,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){if(!this.isUpdatePending)return;if(!this.hasUpdated){if(this.renderRoot??=this.createRenderRoot(),this._$Ep){for(const[n,s]of this._$Ep)this[n]=s;this._$Ep=void 0}const r=this.constructor.elementProperties;if(r.size>0)for(const[n,s]of r){const{wrapped:o}=s,a=this[n];o!==!0||this._$AL.has(n)||a===void 0||this.C(n,void 0,s,a)}}let e=!1;const t=this._$AL;try{e=this.shouldUpdate(t),e?(this.willUpdate(t),this._$EO?.forEach(r=>r.hostUpdate?.()),this.update(t)):this._$EM()}catch(r){throw e=!1,this._$EM(),r}e&&this._$AE(t)}willUpdate(e){}_$AE(e){this._$EO?.forEach(t=>t.hostUpdated?.()),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(e)),this.updated(e)}_$EM(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$ES}shouldUpdate(e){return!0}update(e){this._$Eq&&=this._$Eq.forEach(t=>this._$ET(t,this[t])),this._$EM()}updated(e){}firstUpdated(e){}};Dr.elementStyles=[],Dr.shadowRootOptions={mode:"open"},Dr[zn("elementProperties")]=new Map,Dr[zn("finalized")]=new Map,Qm?.({ReactiveElement:Dr}),(ho.reactiveElementVersions??=[]).push("2.1.1");/**
84
+ */const{is:Hm,defineProperty:Wm,getOwnPropertyDescriptor:Gm,getOwnPropertyNames:Km,getOwnPropertySymbols:Jm,getPrototypeOf:Xm}=Object,ho=globalThis,Jd=ho.trustedTypes,Qm=Jd?Jd.emptyScript:"",Ym=ho.reactiveElementPolyfillSupport,zn=(i,e)=>i,Vr={toAttribute(i,e){switch(e){case Boolean:i=i?Qm:null;break;case Object:case Array:i=i==null?i:JSON.stringify(i)}return i},fromAttribute(i,e){let t=i;switch(e){case Boolean:t=i!==null;break;case Number:t=i===null?null:Number(i);break;case Object:case Array:try{t=JSON.parse(i)}catch{t=null}}return t}},pc=(i,e)=>!Hm(i,e),Xd={attribute:!0,type:String,converter:Vr,reflect:!1,useDefault:!1,hasChanged:pc};Symbol.metadata??=Symbol("metadata"),ho.litPropertyMetadata??=new WeakMap;let Dr=class extends HTMLElement{static addInitializer(e){this._$Ei(),(this.l??=[]).push(e)}static get observedAttributes(){return this.finalize(),this._$Eh&&[...this._$Eh.keys()]}static createProperty(e,t=Xd){if(t.state&&(t.attribute=!1),this._$Ei(),this.prototype.hasOwnProperty(e)&&((t=Object.create(t)).wrapped=!0),this.elementProperties.set(e,t),!t.noAccessor){const r=Symbol(),n=this.getPropertyDescriptor(e,r,t);n!==void 0&&Wm(this.prototype,e,n)}}static getPropertyDescriptor(e,t,r){const{get:n,set:s}=Gm(this.prototype,e)??{get(){return this[t]},set(o){this[t]=o}};return{get:n,set(o){const a=n?.call(this);s?.call(this,o),this.requestUpdate(e,a,r)},configurable:!0,enumerable:!0}}static getPropertyOptions(e){return this.elementProperties.get(e)??Xd}static _$Ei(){if(this.hasOwnProperty(zn("elementProperties")))return;const e=Xm(this);e.finalize(),e.l!==void 0&&(this.l=[...e.l]),this.elementProperties=new Map(e.elementProperties)}static finalize(){if(this.hasOwnProperty(zn("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(zn("properties"))){const t=this.properties,r=[...Km(t),...Jm(t)];for(const n of r)this.createProperty(n,t[n])}const e=this[Symbol.metadata];if(e!==null){const t=litPropertyMetadata.get(e);if(t!==void 0)for(const[r,n]of t)this.elementProperties.set(r,n)}this._$Eh=new Map;for(const[t,r]of this.elementProperties){const n=this._$Eu(t,r);n!==void 0&&this._$Eh.set(n,t)}this.elementStyles=this.finalizeStyles(this.styles)}static finalizeStyles(e){const t=[];if(Array.isArray(e)){const r=new Set(e.flat(1/0).reverse());for(const n of r)t.unshift(Kd(n))}else e!==void 0&&t.push(Kd(e));return t}static _$Eu(e,t){const r=t.attribute;return r===!1?void 0:typeof r=="string"?r:typeof e=="string"?e.toLowerCase():void 0}constructor(){super(),this._$Ep=void 0,this.isUpdatePending=!1,this.hasUpdated=!1,this._$Em=null,this._$Ev()}_$Ev(){this._$ES=new Promise(e=>this.enableUpdating=e),this._$AL=new Map,this._$E_(),this.requestUpdate(),this.constructor.l?.forEach(e=>e(this))}addController(e){(this._$EO??=new Set).add(e),this.renderRoot!==void 0&&this.isConnected&&e.hostConnected?.()}removeController(e){this._$EO?.delete(e)}_$E_(){const e=new Map,t=this.constructor.elementProperties;for(const r of t.keys())this.hasOwnProperty(r)&&(e.set(r,this[r]),delete this[r]);e.size>0&&(this._$Ep=e)}createRenderRoot(){const e=this.shadowRoot??this.attachShadow(this.constructor.shadowRootOptions);return zm(e,this.constructor.elementStyles),e}connectedCallback(){this.renderRoot??=this.createRenderRoot(),this.enableUpdating(!0),this._$EO?.forEach(e=>e.hostConnected?.())}enableUpdating(e){}disconnectedCallback(){this._$EO?.forEach(e=>e.hostDisconnected?.())}attributeChangedCallback(e,t,r){this._$AK(e,r)}_$ET(e,t){const r=this.constructor.elementProperties.get(e),n=this.constructor._$Eu(e,r);if(n!==void 0&&r.reflect===!0){const s=(r.converter?.toAttribute!==void 0?r.converter:Vr).toAttribute(t,r.type);this._$Em=e,s==null?this.removeAttribute(n):this.setAttribute(n,s),this._$Em=null}}_$AK(e,t){const r=this.constructor,n=r._$Eh.get(e);if(n!==void 0&&this._$Em!==n){const s=r.getPropertyOptions(n),o=typeof s.converter=="function"?{fromAttribute:s.converter}:s.converter?.fromAttribute!==void 0?s.converter:Vr;this._$Em=n;const a=o.fromAttribute(t,s.type);this[n]=a??this._$Ej?.get(n)??a,this._$Em=null}}requestUpdate(e,t,r){if(e!==void 0){const n=this.constructor,s=this[e];if(r??=n.getPropertyOptions(e),!((r.hasChanged??pc)(s,t)||r.useDefault&&r.reflect&&s===this._$Ej?.get(e)&&!this.hasAttribute(n._$Eu(e,r))))return;this.C(e,t,r)}this.isUpdatePending===!1&&(this._$ES=this._$EP())}C(e,t,{useDefault:r,reflect:n,wrapped:s},o){r&&!(this._$Ej??=new Map).has(e)&&(this._$Ej.set(e,o??t??this[e]),s!==!0||o!==void 0)||(this._$AL.has(e)||(this.hasUpdated||r||(t=void 0),this._$AL.set(e,t)),n===!0&&this._$Em!==e&&(this._$Eq??=new Set).add(e))}async _$EP(){this.isUpdatePending=!0;try{await this._$ES}catch(t){Promise.reject(t)}const e=this.scheduleUpdate();return e!=null&&await e,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){if(!this.isUpdatePending)return;if(!this.hasUpdated){if(this.renderRoot??=this.createRenderRoot(),this._$Ep){for(const[n,s]of this._$Ep)this[n]=s;this._$Ep=void 0}const r=this.constructor.elementProperties;if(r.size>0)for(const[n,s]of r){const{wrapped:o}=s,a=this[n];o!==!0||this._$AL.has(n)||a===void 0||this.C(n,void 0,s,a)}}let e=!1;const t=this._$AL;try{e=this.shouldUpdate(t),e?(this.willUpdate(t),this._$EO?.forEach(r=>r.hostUpdate?.()),this.update(t)):this._$EM()}catch(r){throw e=!1,this._$EM(),r}e&&this._$AE(t)}willUpdate(e){}_$AE(e){this._$EO?.forEach(t=>t.hostUpdated?.()),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(e)),this.updated(e)}_$EM(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$ES}shouldUpdate(e){return!0}update(e){this._$Eq&&=this._$Eq.forEach(t=>this._$ET(t,this[t])),this._$EM()}updated(e){}firstUpdated(e){}};Dr.elementStyles=[],Dr.shadowRootOptions={mode:"open"},Dr[zn("elementProperties")]=new Map,Dr[zn("finalized")]=new Map,Ym?.({ReactiveElement:Dr}),(ho.reactiveElementVersions??=[]).push("2.1.1");/**
93
85
  * @license
94
86
  * Copyright 2017 Google LLC
95
87
  * SPDX-License-Identifier: BSD-3-Clause
96
- */const mc=globalThis,Hs=mc.trustedTypes,Qd=Hs?Hs.createPolicy("lit-html",{createHTML:i=>i}):void 0,Ef="$lit$",Yi=`lit$${Math.random().toFixed(9).slice(2)}$`,Sf="?"+Yi,Ym=`<${Sf}>`,Er=document,es=()=>Er.createComment(""),ts=i=>i===null||typeof i!="object"&&typeof i!="function",gc=Array.isArray,Zm=i=>gc(i)||typeof i?.[Symbol.iterator]=="function",sa=`[
97
- \f\r]`,vn=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,Yd=/-->/g,Zd=/>/g,fr=RegExp(`>|${sa}(?:([^\\s"'>=/]+)(${sa}*=${sa}*(?:[^
98
- \f\r"'\`<>=]|("|')|))|$)`,"g"),eu=/'/g,tu=/"/g,kf=/^(?:script|style|textarea|title)$/i,eg=i=>(e,...t)=>({_$litType$:i,strings:e,values:t}),X=eg(1),At=Symbol.for("lit-noChange"),Ge=Symbol.for("lit-nothing"),iu=new WeakMap,br=Er.createTreeWalker(Er,129);function If(i,e){if(!gc(i)||!i.hasOwnProperty("raw"))throw Error("invalid template strings array");return Qd!==void 0?Qd.createHTML(e):e}const tg=(i,e)=>{const t=i.length-1,r=[];let n,s=e===2?"<svg>":e===3?"<math>":"",o=vn;for(let a=0;a<t;a++){const l=i[a];let c,d,f=-1,g=0;for(;g<l.length&&(o.lastIndex=g,d=o.exec(l),d!==null);)g=o.lastIndex,o===vn?d[1]==="!--"?o=Yd:d[1]!==void 0?o=Zd:d[2]!==void 0?(kf.test(d[2])&&(n=RegExp("</"+d[2],"g")),o=fr):d[3]!==void 0&&(o=fr):o===fr?d[0]===">"?(o=n??vn,f=-1):d[1]===void 0?f=-2:(f=o.lastIndex-d[2].length,c=d[1],o=d[3]===void 0?fr:d[3]==='"'?tu:eu):o===tu||o===eu?o=fr:o===Yd||o===Zd?o=vn:(o=fr,n=void 0);const y=o===fr&&i[a+1].startsWith("/>")?" ":"";s+=o===vn?l+Ym:f>=0?(r.push(c),l.slice(0,f)+Ef+l.slice(f)+Yi+y):l+Yi+(f===-2?a:y)}return[If(i,s+(i[t]||"<?>")+(e===2?"</svg>":e===3?"</math>":"")),r]};let Il=class Rf{constructor({strings:e,_$litType$:t},r){let n;this.parts=[];let s=0,o=0;const a=e.length-1,l=this.parts,[c,d]=tg(e,t);if(this.el=Rf.createElement(c,r),br.currentNode=this.el.content,t===2||t===3){const f=this.el.content.firstChild;f.replaceWith(...f.childNodes)}for(;(n=br.nextNode())!==null&&l.length<a;){if(n.nodeType===1){if(n.hasAttributes())for(const f of n.getAttributeNames())if(f.endsWith(Ef)){const g=d[o++],y=n.getAttribute(f).split(Yi),b=/([.?@])?(.*)/.exec(g);l.push({type:1,index:s,name:b[2],strings:y,ctor:b[1]==="."?rg:b[1]==="?"?ng:b[1]==="@"?sg:fo}),n.removeAttribute(f)}else f.startsWith(Yi)&&(l.push({type:6,index:s}),n.removeAttribute(f));if(kf.test(n.tagName)){const f=n.textContent.split(Yi),g=f.length-1;if(g>0){n.textContent=Hs?Hs.emptyScript:"";for(let y=0;y<g;y++)n.append(f[y],es()),br.nextNode(),l.push({type:2,index:++s});n.append(f[g],es())}}}else if(n.nodeType===8)if(n.data===Sf)l.push({type:2,index:s});else{let f=-1;for(;(f=n.data.indexOf(Yi,f+1))!==-1;)l.push({type:7,index:s}),f+=Yi.length-1}s++}}static createElement(e,t){const r=Er.createElement("template");return r.innerHTML=e,r}};function zr(i,e,t=i,r){if(e===At)return e;let n=r!==void 0?t._$Co?.[r]:t._$Cl;const s=ts(e)?void 0:e._$litDirective$;return n?.constructor!==s&&(n?._$AO?.(!1),s===void 0?n=void 0:(n=new s(i),n._$AT(i,t,r)),r!==void 0?(t._$Co??=[])[r]=n:t._$Cl=n),n!==void 0&&(e=zr(i,n._$AS(i,e.values),n,r)),e}let ig=class{constructor(e,t){this._$AV=[],this._$AN=void 0,this._$AD=e,this._$AM=t}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(e){const{el:{content:t},parts:r}=this._$AD,n=(e?.creationScope??Er).importNode(t,!0);br.currentNode=n;let s=br.nextNode(),o=0,a=0,l=r[0];for(;l!==void 0;){if(o===l.index){let c;l.type===2?c=new yc(s,s.nextSibling,this,e):l.type===1?c=new l.ctor(s,l.name,l.strings,this,e):l.type===6&&(c=new og(s,this,e)),this._$AV.push(c),l=r[++a]}o!==l?.index&&(s=br.nextNode(),o++)}return br.currentNode=Er,n}p(e){let t=0;for(const r of this._$AV)r!==void 0&&(r.strings!==void 0?(r._$AI(e,r,t),t+=r.strings.length-2):r._$AI(e[t])),t++}},yc=class Tf{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(e,t,r,n){this.type=2,this._$AH=Ge,this._$AN=void 0,this._$AA=e,this._$AB=t,this._$AM=r,this.options=n,this._$Cv=n?.isConnected??!0}get parentNode(){let e=this._$AA.parentNode;const t=this._$AM;return t!==void 0&&e?.nodeType===11&&(e=t.parentNode),e}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(e,t=this){e=zr(this,e,t),ts(e)?e===Ge||e==null||e===""?(this._$AH!==Ge&&this._$AR(),this._$AH=Ge):e!==this._$AH&&e!==At&&this._(e):e._$litType$!==void 0?this.$(e):e.nodeType!==void 0?this.T(e):Zm(e)?this.k(e):this._(e)}O(e){return this._$AA.parentNode.insertBefore(e,this._$AB)}T(e){this._$AH!==e&&(this._$AR(),this._$AH=this.O(e))}_(e){this._$AH!==Ge&&ts(this._$AH)?this._$AA.nextSibling.data=e:this.T(Er.createTextNode(e)),this._$AH=e}$(e){const{values:t,_$litType$:r}=e,n=typeof r=="number"?this._$AC(e):(r.el===void 0&&(r.el=Il.createElement(If(r.h,r.h[0]),this.options)),r);if(this._$AH?._$AD===n)this._$AH.p(t);else{const s=new ig(n,this),o=s.u(this.options);s.p(t),this.T(o),this._$AH=s}}_$AC(e){let t=iu.get(e.strings);return t===void 0&&iu.set(e.strings,t=new Il(e)),t}k(e){gc(this._$AH)||(this._$AH=[],this._$AR());const t=this._$AH;let r,n=0;for(const s of e)n===t.length?t.push(r=new Tf(this.O(es()),this.O(es()),this,this.options)):r=t[n],r._$AI(s),n++;n<t.length&&(this._$AR(r&&r._$AB.nextSibling,n),t.length=n)}_$AR(e=this._$AA.nextSibling,t){for(this._$AP?.(!1,!0,t);e!==this._$AB;){const r=e.nextSibling;e.remove(),e=r}}setConnected(e){this._$AM===void 0&&(this._$Cv=e,this._$AP?.(e))}},fo=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(e,t,r,n,s){this.type=1,this._$AH=Ge,this._$AN=void 0,this.element=e,this.name=t,this._$AM=n,this.options=s,r.length>2||r[0]!==""||r[1]!==""?(this._$AH=Array(r.length-1).fill(new String),this.strings=r):this._$AH=Ge}_$AI(e,t=this,r,n){const s=this.strings;let o=!1;if(s===void 0)e=zr(this,e,t,0),o=!ts(e)||e!==this._$AH&&e!==At,o&&(this._$AH=e);else{const a=e;let l,c;for(e=s[0],l=0;l<s.length-1;l++)c=zr(this,a[r+l],t,l),c===At&&(c=this._$AH[l]),o||=!ts(c)||c!==this._$AH[l],c===Ge?e=Ge:e!==Ge&&(e+=(c??"")+s[l+1]),this._$AH[l]=c}o&&!n&&this.j(e)}j(e){e===Ge?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,e??"")}},rg=class extends fo{constructor(){super(...arguments),this.type=3}j(e){this.element[this.name]=e===Ge?void 0:e}},ng=class extends fo{constructor(){super(...arguments),this.type=4}j(e){this.element.toggleAttribute(this.name,!!e&&e!==Ge)}},sg=class extends fo{constructor(e,t,r,n,s){super(e,t,r,n,s),this.type=5}_$AI(e,t=this){if((e=zr(this,e,t,0)??Ge)===At)return;const r=this._$AH,n=e===Ge&&r!==Ge||e.capture!==r.capture||e.once!==r.once||e.passive!==r.passive,s=e!==Ge&&(r===Ge||n);n&&this.element.removeEventListener(this.name,this,r),s&&this.element.addEventListener(this.name,this,e),this._$AH=e}handleEvent(e){typeof this._$AH=="function"?this._$AH.call(this.options?.host??this.element,e):this._$AH.handleEvent(e)}},og=class{constructor(e,t,r){this.element=e,this.type=6,this._$AN=void 0,this._$AM=t,this.options=r}get _$AU(){return this._$AM._$AU}_$AI(e){zr(this,e)}};const ag=mc.litHtmlPolyfillSupport;ag?.(Il,yc),(mc.litHtmlVersions??=[]).push("3.3.1");const lg=(i,e,t)=>{const r=t?.renderBefore??e;let n=r._$litPart$;if(n===void 0){const s=t?.renderBefore??null;r._$litPart$=n=new yc(e.insertBefore(es(),s),s,void 0,t??{})}return n._$AI(i),n};/**
88
+ */const mc=globalThis,Hs=mc.trustedTypes,Qd=Hs?Hs.createPolicy("lit-html",{createHTML:i=>i}):void 0,Ef="$lit$",Yi=`lit$${Math.random().toFixed(9).slice(2)}$`,Sf="?"+Yi,Zm=`<${Sf}>`,Er=document,es=()=>Er.createComment(""),ts=i=>i===null||typeof i!="object"&&typeof i!="function",gc=Array.isArray,eg=i=>gc(i)||typeof i?.[Symbol.iterator]=="function",sa=`[
89
+ \f\r]`,vn=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,Yd=/-->/g,Zd=/>/g,pr=RegExp(`>|${sa}(?:([^\\s"'>=/]+)(${sa}*=${sa}*(?:[^
90
+ \f\r"'\`<>=]|("|')|))|$)`,"g"),eu=/'/g,tu=/"/g,kf=/^(?:script|style|textarea|title)$/i,tg=i=>(e,...t)=>({_$litType$:i,strings:e,values:t}),X=tg(1),At=Symbol.for("lit-noChange"),Ge=Symbol.for("lit-nothing"),iu=new WeakMap,vr=Er.createTreeWalker(Er,129);function If(i,e){if(!gc(i)||!i.hasOwnProperty("raw"))throw Error("invalid template strings array");return Qd!==void 0?Qd.createHTML(e):e}const ig=(i,e)=>{const t=i.length-1,r=[];let n,s=e===2?"<svg>":e===3?"<math>":"",o=vn;for(let a=0;a<t;a++){const l=i[a];let c,d,f=-1,g=0;for(;g<l.length&&(o.lastIndex=g,d=o.exec(l),d!==null);)g=o.lastIndex,o===vn?d[1]==="!--"?o=Yd:d[1]!==void 0?o=Zd:d[2]!==void 0?(kf.test(d[2])&&(n=RegExp("</"+d[2],"g")),o=pr):d[3]!==void 0&&(o=pr):o===pr?d[0]===">"?(o=n??vn,f=-1):d[1]===void 0?f=-2:(f=o.lastIndex-d[2].length,c=d[1],o=d[3]===void 0?pr:d[3]==='"'?tu:eu):o===tu||o===eu?o=pr:o===Yd||o===Zd?o=vn:(o=pr,n=void 0);const y=o===pr&&i[a+1].startsWith("/>")?" ":"";s+=o===vn?l+Zm:f>=0?(r.push(c),l.slice(0,f)+Ef+l.slice(f)+Yi+y):l+Yi+(f===-2?a:y)}return[If(i,s+(i[t]||"<?>")+(e===2?"</svg>":e===3?"</math>":"")),r]};let Il=class Rf{constructor({strings:e,_$litType$:t},r){let n;this.parts=[];let s=0,o=0;const a=e.length-1,l=this.parts,[c,d]=ig(e,t);if(this.el=Rf.createElement(c,r),vr.currentNode=this.el.content,t===2||t===3){const f=this.el.content.firstChild;f.replaceWith(...f.childNodes)}for(;(n=vr.nextNode())!==null&&l.length<a;){if(n.nodeType===1){if(n.hasAttributes())for(const f of n.getAttributeNames())if(f.endsWith(Ef)){const g=d[o++],y=n.getAttribute(f).split(Yi),b=/([.?@])?(.*)/.exec(g);l.push({type:1,index:s,name:b[2],strings:y,ctor:b[1]==="."?ng:b[1]==="?"?sg:b[1]==="@"?og:fo}),n.removeAttribute(f)}else f.startsWith(Yi)&&(l.push({type:6,index:s}),n.removeAttribute(f));if(kf.test(n.tagName)){const f=n.textContent.split(Yi),g=f.length-1;if(g>0){n.textContent=Hs?Hs.emptyScript:"";for(let y=0;y<g;y++)n.append(f[y],es()),vr.nextNode(),l.push({type:2,index:++s});n.append(f[g],es())}}}else if(n.nodeType===8)if(n.data===Sf)l.push({type:2,index:s});else{let f=-1;for(;(f=n.data.indexOf(Yi,f+1))!==-1;)l.push({type:7,index:s}),f+=Yi.length-1}s++}}static createElement(e,t){const r=Er.createElement("template");return r.innerHTML=e,r}};function zr(i,e,t=i,r){if(e===At)return e;let n=r!==void 0?t._$Co?.[r]:t._$Cl;const s=ts(e)?void 0:e._$litDirective$;return n?.constructor!==s&&(n?._$AO?.(!1),s===void 0?n=void 0:(n=new s(i),n._$AT(i,t,r)),r!==void 0?(t._$Co??=[])[r]=n:t._$Cl=n),n!==void 0&&(e=zr(i,n._$AS(i,e.values),n,r)),e}let rg=class{constructor(e,t){this._$AV=[],this._$AN=void 0,this._$AD=e,this._$AM=t}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(e){const{el:{content:t},parts:r}=this._$AD,n=(e?.creationScope??Er).importNode(t,!0);vr.currentNode=n;let s=vr.nextNode(),o=0,a=0,l=r[0];for(;l!==void 0;){if(o===l.index){let c;l.type===2?c=new yc(s,s.nextSibling,this,e):l.type===1?c=new l.ctor(s,l.name,l.strings,this,e):l.type===6&&(c=new ag(s,this,e)),this._$AV.push(c),l=r[++a]}o!==l?.index&&(s=vr.nextNode(),o++)}return vr.currentNode=Er,n}p(e){let t=0;for(const r of this._$AV)r!==void 0&&(r.strings!==void 0?(r._$AI(e,r,t),t+=r.strings.length-2):r._$AI(e[t])),t++}},yc=class Tf{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(e,t,r,n){this.type=2,this._$AH=Ge,this._$AN=void 0,this._$AA=e,this._$AB=t,this._$AM=r,this.options=n,this._$Cv=n?.isConnected??!0}get parentNode(){let e=this._$AA.parentNode;const t=this._$AM;return t!==void 0&&e?.nodeType===11&&(e=t.parentNode),e}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(e,t=this){e=zr(this,e,t),ts(e)?e===Ge||e==null||e===""?(this._$AH!==Ge&&this._$AR(),this._$AH=Ge):e!==this._$AH&&e!==At&&this._(e):e._$litType$!==void 0?this.$(e):e.nodeType!==void 0?this.T(e):eg(e)?this.k(e):this._(e)}O(e){return this._$AA.parentNode.insertBefore(e,this._$AB)}T(e){this._$AH!==e&&(this._$AR(),this._$AH=this.O(e))}_(e){this._$AH!==Ge&&ts(this._$AH)?this._$AA.nextSibling.data=e:this.T(Er.createTextNode(e)),this._$AH=e}$(e){const{values:t,_$litType$:r}=e,n=typeof r=="number"?this._$AC(e):(r.el===void 0&&(r.el=Il.createElement(If(r.h,r.h[0]),this.options)),r);if(this._$AH?._$AD===n)this._$AH.p(t);else{const s=new rg(n,this),o=s.u(this.options);s.p(t),this.T(o),this._$AH=s}}_$AC(e){let t=iu.get(e.strings);return t===void 0&&iu.set(e.strings,t=new Il(e)),t}k(e){gc(this._$AH)||(this._$AH=[],this._$AR());const t=this._$AH;let r,n=0;for(const s of e)n===t.length?t.push(r=new Tf(this.O(es()),this.O(es()),this,this.options)):r=t[n],r._$AI(s),n++;n<t.length&&(this._$AR(r&&r._$AB.nextSibling,n),t.length=n)}_$AR(e=this._$AA.nextSibling,t){for(this._$AP?.(!1,!0,t);e!==this._$AB;){const r=e.nextSibling;e.remove(),e=r}}setConnected(e){this._$AM===void 0&&(this._$Cv=e,this._$AP?.(e))}},fo=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(e,t,r,n,s){this.type=1,this._$AH=Ge,this._$AN=void 0,this.element=e,this.name=t,this._$AM=n,this.options=s,r.length>2||r[0]!==""||r[1]!==""?(this._$AH=Array(r.length-1).fill(new String),this.strings=r):this._$AH=Ge}_$AI(e,t=this,r,n){const s=this.strings;let o=!1;if(s===void 0)e=zr(this,e,t,0),o=!ts(e)||e!==this._$AH&&e!==At,o&&(this._$AH=e);else{const a=e;let l,c;for(e=s[0],l=0;l<s.length-1;l++)c=zr(this,a[r+l],t,l),c===At&&(c=this._$AH[l]),o||=!ts(c)||c!==this._$AH[l],c===Ge?e=Ge:e!==Ge&&(e+=(c??"")+s[l+1]),this._$AH[l]=c}o&&!n&&this.j(e)}j(e){e===Ge?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,e??"")}},ng=class extends fo{constructor(){super(...arguments),this.type=3}j(e){this.element[this.name]=e===Ge?void 0:e}},sg=class extends fo{constructor(){super(...arguments),this.type=4}j(e){this.element.toggleAttribute(this.name,!!e&&e!==Ge)}},og=class extends fo{constructor(e,t,r,n,s){super(e,t,r,n,s),this.type=5}_$AI(e,t=this){if((e=zr(this,e,t,0)??Ge)===At)return;const r=this._$AH,n=e===Ge&&r!==Ge||e.capture!==r.capture||e.once!==r.once||e.passive!==r.passive,s=e!==Ge&&(r===Ge||n);n&&this.element.removeEventListener(this.name,this,r),s&&this.element.addEventListener(this.name,this,e),this._$AH=e}handleEvent(e){typeof this._$AH=="function"?this._$AH.call(this.options?.host??this.element,e):this._$AH.handleEvent(e)}},ag=class{constructor(e,t,r){this.element=e,this.type=6,this._$AN=void 0,this._$AM=t,this.options=r}get _$AU(){return this._$AM._$AU}_$AI(e){zr(this,e)}};const lg=mc.litHtmlPolyfillSupport;lg?.(Il,yc),(mc.litHtmlVersions??=[]).push("3.3.1");const cg=(i,e,t)=>{const r=t?.renderBefore??e;let n=r._$litPart$;if(n===void 0){const s=t?.renderBefore??null;r._$litPart$=n=new yc(e.insertBefore(es(),s),s,void 0,t??{})}return n._$AI(i),n};/**
99
91
  * @license
100
92
  * Copyright 2017 Google LLC
101
93
  * SPDX-License-Identifier: BSD-3-Clause
102
- */const bc=globalThis;let ct=class extends Dr{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0}createRenderRoot(){const e=super.createRenderRoot();return this.renderOptions.renderBefore??=e.firstChild,e}update(e){const t=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(e),this._$Do=lg(t,this.renderRoot,this.renderOptions)}connectedCallback(){super.connectedCallback(),this._$Do?.setConnected(!0)}disconnectedCallback(){super.disconnectedCallback(),this._$Do?.setConnected(!1)}render(){return At}};ct._$litElement$=!0,ct.finalized=!0,bc.litElementHydrateSupport?.({LitElement:ct});const cg=bc.litElementPolyfillSupport;cg?.({LitElement:ct});(bc.litElementVersions??=[]).push("4.2.1");var $f=i=>{throw TypeError(i)},Cf=(i,e,t)=>e.has(i)||$f("Cannot "+t),Ji=(i,e,t)=>(Cf(i,e,"read from private field"),t?t.call(i):e.get(i)),dg=(i,e,t)=>e.has(i)?$f("Cannot add the same private member more than once"):e instanceof WeakSet?e.add(i):e.set(i,t),ug=(i,e,t,r)=>(Cf(i,e,"write to private field"),e.set(i,t),t);const $r=i=>(e,t)=>{t!==void 0?t.addInitializer(()=>{customElements.define(i,e)}):customElements.define(i,e)},Os=globalThis,vc=Os.ShadowRoot&&(Os.ShadyCSS===void 0||Os.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,Af=Symbol(),ru=new WeakMap;let hg=class{constructor(i,e,t){if(this._$cssResult$=!0,t!==Af)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=i,this.t=e}get styleSheet(){let i=this.o;const e=this.t;if(vc&&i===void 0){const t=e!==void 0&&e.length===1;t&&(i=ru.get(e)),i===void 0&&((this.o=i=new CSSStyleSheet).replaceSync(this.cssText),t&&ru.set(e,i))}return i}toString(){return this.cssText}};const fg=i=>new hg(typeof i=="string"?i:i+"",void 0,Af),pg=(i,e)=>{if(vc)i.adoptedStyleSheets=e.map(t=>t instanceof CSSStyleSheet?t:t.styleSheet);else for(const t of e){const r=document.createElement("style"),n=Os.litNonce;n!==void 0&&r.setAttribute("nonce",n),r.textContent=t.cssText,i.appendChild(r)}},nu=vc?i=>i:i=>i instanceof CSSStyleSheet?(e=>{let t="";for(const r of e.cssRules)t+=r.cssText;return fg(t)})(i):i,{is:mg,defineProperty:gg,getOwnPropertyDescriptor:yg,getOwnPropertyNames:bg,getOwnPropertySymbols:vg,getPrototypeOf:wg}=Object,Hr=globalThis,su=Hr.trustedTypes,_g=su?su.emptyScript:"",ou=Hr.reactiveElementPolyfillSupport,Hn=(i,e)=>i,Ws={toAttribute(i,e){switch(e){case Boolean:i=i?_g:null;break;case Object:case Array:i=i==null?i:JSON.stringify(i)}return i},fromAttribute(i,e){let t=i;switch(e){case Boolean:t=i!==null;break;case Number:t=i===null?null:Number(i);break;case Object:case Array:try{t=JSON.parse(i)}catch{t=null}}return t}},wc=(i,e)=>!mg(i,e),au={attribute:!0,type:String,converter:Ws,reflect:!1,useDefault:!1,hasChanged:wc};Symbol.metadata??(Symbol.metadata=Symbol("metadata")),Hr.litPropertyMetadata??(Hr.litPropertyMetadata=new WeakMap);class wn extends HTMLElement{static addInitializer(e){this._$Ei(),(this.l??(this.l=[])).push(e)}static get observedAttributes(){return this.finalize(),this._$Eh&&[...this._$Eh.keys()]}static createProperty(e,t=au){if(t.state&&(t.attribute=!1),this._$Ei(),this.prototype.hasOwnProperty(e)&&((t=Object.create(t)).wrapped=!0),this.elementProperties.set(e,t),!t.noAccessor){const r=Symbol(),n=this.getPropertyDescriptor(e,r,t);n!==void 0&&gg(this.prototype,e,n)}}static getPropertyDescriptor(e,t,r){const{get:n,set:s}=yg(this.prototype,e)??{get(){return this[t]},set(o){this[t]=o}};return{get:n,set(o){const a=n?.call(this);s?.call(this,o),this.requestUpdate(e,a,r)},configurable:!0,enumerable:!0}}static getPropertyOptions(e){return this.elementProperties.get(e)??au}static _$Ei(){if(this.hasOwnProperty(Hn("elementProperties")))return;const e=wg(this);e.finalize(),e.l!==void 0&&(this.l=[...e.l]),this.elementProperties=new Map(e.elementProperties)}static finalize(){if(this.hasOwnProperty(Hn("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(Hn("properties"))){const t=this.properties,r=[...bg(t),...vg(t)];for(const n of r)this.createProperty(n,t[n])}const e=this[Symbol.metadata];if(e!==null){const t=litPropertyMetadata.get(e);if(t!==void 0)for(const[r,n]of t)this.elementProperties.set(r,n)}this._$Eh=new Map;for(const[t,r]of this.elementProperties){const n=this._$Eu(t,r);n!==void 0&&this._$Eh.set(n,t)}this.elementStyles=this.finalizeStyles(this.styles)}static finalizeStyles(e){const t=[];if(Array.isArray(e)){const r=new Set(e.flat(1/0).reverse());for(const n of r)t.unshift(nu(n))}else e!==void 0&&t.push(nu(e));return t}static _$Eu(e,t){const r=t.attribute;return r===!1?void 0:typeof r=="string"?r:typeof e=="string"?e.toLowerCase():void 0}constructor(){super(),this._$Ep=void 0,this.isUpdatePending=!1,this.hasUpdated=!1,this._$Em=null,this._$Ev()}_$Ev(){var e;this._$ES=new Promise(t=>this.enableUpdating=t),this._$AL=new Map,this._$E_(),this.requestUpdate(),(e=this.constructor.l)==null||e.forEach(t=>t(this))}addController(e){var t;(this._$EO??(this._$EO=new Set)).add(e),this.renderRoot!==void 0&&this.isConnected&&((t=e.hostConnected)==null||t.call(e))}removeController(e){var t;(t=this._$EO)==null||t.delete(e)}_$E_(){const e=new Map,t=this.constructor.elementProperties;for(const r of t.keys())this.hasOwnProperty(r)&&(e.set(r,this[r]),delete this[r]);e.size>0&&(this._$Ep=e)}createRenderRoot(){const e=this.shadowRoot??this.attachShadow(this.constructor.shadowRootOptions);return pg(e,this.constructor.elementStyles),e}connectedCallback(){var e;this.renderRoot??(this.renderRoot=this.createRenderRoot()),this.enableUpdating(!0),(e=this._$EO)==null||e.forEach(t=>{var r;return(r=t.hostConnected)==null?void 0:r.call(t)})}enableUpdating(e){}disconnectedCallback(){var e;(e=this._$EO)==null||e.forEach(t=>{var r;return(r=t.hostDisconnected)==null?void 0:r.call(t)})}attributeChangedCallback(e,t,r){this._$AK(e,r)}_$ET(e,t){var r;const n=this.constructor.elementProperties.get(e),s=this.constructor._$Eu(e,n);if(s!==void 0&&n.reflect===!0){const o=(((r=n.converter)==null?void 0:r.toAttribute)!==void 0?n.converter:Ws).toAttribute(t,n.type);this._$Em=e,o==null?this.removeAttribute(s):this.setAttribute(s,o),this._$Em=null}}_$AK(e,t){var r,n;const s=this.constructor,o=s._$Eh.get(e);if(o!==void 0&&this._$Em!==o){const a=s.getPropertyOptions(o),l=typeof a.converter=="function"?{fromAttribute:a.converter}:((r=a.converter)==null?void 0:r.fromAttribute)!==void 0?a.converter:Ws;this._$Em=o,this[o]=l.fromAttribute(t,a.type)??((n=this._$Ej)==null?void 0:n.get(o))??null,this._$Em=null}}requestUpdate(e,t,r){var n;if(e!==void 0){const s=this.constructor,o=this[e];if(r??(r=s.getPropertyOptions(e)),!((r.hasChanged??wc)(o,t)||r.useDefault&&r.reflect&&o===((n=this._$Ej)==null?void 0:n.get(e))&&!this.hasAttribute(s._$Eu(e,r))))return;this.C(e,t,r)}this.isUpdatePending===!1&&(this._$ES=this._$EP())}C(e,t,{useDefault:r,reflect:n,wrapped:s},o){r&&!(this._$Ej??(this._$Ej=new Map)).has(e)&&(this._$Ej.set(e,o??t??this[e]),s!==!0||o!==void 0)||(this._$AL.has(e)||(this.hasUpdated||r||(t=void 0),this._$AL.set(e,t)),n===!0&&this._$Em!==e&&(this._$Eq??(this._$Eq=new Set)).add(e))}async _$EP(){this.isUpdatePending=!0;try{await this._$ES}catch(t){Promise.reject(t)}const e=this.scheduleUpdate();return e!=null&&await e,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){var e;if(!this.isUpdatePending)return;if(!this.hasUpdated){if(this.renderRoot??(this.renderRoot=this.createRenderRoot()),this._$Ep){for(const[s,o]of this._$Ep)this[s]=o;this._$Ep=void 0}const n=this.constructor.elementProperties;if(n.size>0)for(const[s,o]of n){const{wrapped:a}=o,l=this[s];a!==!0||this._$AL.has(s)||l===void 0||this.C(s,void 0,o,l)}}let t=!1;const r=this._$AL;try{t=this.shouldUpdate(r),t?(this.willUpdate(r),(e=this._$EO)==null||e.forEach(n=>{var s;return(s=n.hostUpdate)==null?void 0:s.call(n)}),this.update(r)):this._$EM()}catch(n){throw t=!1,this._$EM(),n}t&&this._$AE(r)}willUpdate(e){}_$AE(e){var t;(t=this._$EO)==null||t.forEach(r=>{var n;return(n=r.hostUpdated)==null?void 0:n.call(r)}),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(e)),this.updated(e)}_$EM(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$ES}shouldUpdate(e){return!0}update(e){this._$Eq&&(this._$Eq=this._$Eq.forEach(t=>this._$ET(t,this[t]))),this._$EM()}updated(e){}firstUpdated(e){}}wn.elementStyles=[],wn.shadowRootOptions={mode:"open"},wn[Hn("elementProperties")]=new Map,wn[Hn("finalized")]=new Map,ou?.({ReactiveElement:wn}),(Hr.reactiveElementVersions??(Hr.reactiveElementVersions=[])).push("2.1.0");const xg={attribute:!0,type:String,converter:Ws,reflect:!1,hasChanged:wc},Eg=(i=xg,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 l=e.get.call(this);e.set.call(this,a),this.requestUpdate(o,l,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 l=this[o];e.call(this,a),this.requestUpdate(o,l,i)}}throw Error("Unsupported decorator location: "+r)};function Be(i){return(e,t)=>typeof t=="object"?Eg(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)}function _c(i){return Be({...i,state:!0,attribute:!1})}const Sg=(i,e,t)=>(t.configurable=!0,t.enumerable=!0,Reflect.decorate&&typeof e!="object"&&Object.defineProperty(i,e,t),t);function Ni(i,e){return(t,r,n)=>{const s=o=>{var a;return((a=o.renderRoot)==null?void 0:a.querySelector(i))??null};return Sg(t,r,{get(){return s(this)}})}}var kg=Object.defineProperty,Cr=(i,e,t,r)=>{for(var n=void 0,s=i.length-1,o;s>=0;s--)(o=i[s])&&(n=o(e,t,n)||n);return n&&kg(e,t,n),n};const Rl=class extends ct{constructor(){super(...arguments),this.dense=!1}};Rl.shadowRootOptions={...ct.shadowRootOptions,delegatesFocus:!0},Rl.styles=[Ie`
94
+ */const bc=globalThis;let ct=class extends Dr{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0}createRenderRoot(){const e=super.createRenderRoot();return this.renderOptions.renderBefore??=e.firstChild,e}update(e){const t=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(e),this._$Do=cg(t,this.renderRoot,this.renderOptions)}connectedCallback(){super.connectedCallback(),this._$Do?.setConnected(!0)}disconnectedCallback(){super.disconnectedCallback(),this._$Do?.setConnected(!1)}render(){return At}};ct._$litElement$=!0,ct.finalized=!0,bc.litElementHydrateSupport?.({LitElement:ct});const dg=bc.litElementPolyfillSupport;dg?.({LitElement:ct});(bc.litElementVersions??=[]).push("4.2.1");var $f=i=>{throw TypeError(i)},Cf=(i,e,t)=>e.has(i)||$f("Cannot "+t),Ji=(i,e,t)=>(Cf(i,e,"read from private field"),t?t.call(i):e.get(i)),ug=(i,e,t)=>e.has(i)?$f("Cannot add the same private member more than once"):e instanceof WeakSet?e.add(i):e.set(i,t),hg=(i,e,t,r)=>(Cf(i,e,"write to private field"),e.set(i,t),t);const $r=i=>(e,t)=>{t!==void 0?t.addInitializer(()=>{customElements.define(i,e)}):customElements.define(i,e)},Os=globalThis,vc=Os.ShadowRoot&&(Os.ShadyCSS===void 0||Os.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,Af=Symbol(),ru=new WeakMap;let fg=class{constructor(i,e,t){if(this._$cssResult$=!0,t!==Af)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=i,this.t=e}get styleSheet(){let i=this.o;const e=this.t;if(vc&&i===void 0){const t=e!==void 0&&e.length===1;t&&(i=ru.get(e)),i===void 0&&((this.o=i=new CSSStyleSheet).replaceSync(this.cssText),t&&ru.set(e,i))}return i}toString(){return this.cssText}};const pg=i=>new fg(typeof i=="string"?i:i+"",void 0,Af),mg=(i,e)=>{if(vc)i.adoptedStyleSheets=e.map(t=>t instanceof CSSStyleSheet?t:t.styleSheet);else for(const t of e){const r=document.createElement("style"),n=Os.litNonce;n!==void 0&&r.setAttribute("nonce",n),r.textContent=t.cssText,i.appendChild(r)}},nu=vc?i=>i:i=>i instanceof CSSStyleSheet?(e=>{let t="";for(const r of e.cssRules)t+=r.cssText;return pg(t)})(i):i,{is:gg,defineProperty:yg,getOwnPropertyDescriptor:bg,getOwnPropertyNames:vg,getOwnPropertySymbols:wg,getPrototypeOf:_g}=Object,Hr=globalThis,su=Hr.trustedTypes,xg=su?su.emptyScript:"",ou=Hr.reactiveElementPolyfillSupport,Hn=(i,e)=>i,Ws={toAttribute(i,e){switch(e){case Boolean:i=i?xg:null;break;case Object:case Array:i=i==null?i:JSON.stringify(i)}return i},fromAttribute(i,e){let t=i;switch(e){case Boolean:t=i!==null;break;case Number:t=i===null?null:Number(i);break;case Object:case Array:try{t=JSON.parse(i)}catch{t=null}}return t}},wc=(i,e)=>!gg(i,e),au={attribute:!0,type:String,converter:Ws,reflect:!1,useDefault:!1,hasChanged:wc};Symbol.metadata??(Symbol.metadata=Symbol("metadata")),Hr.litPropertyMetadata??(Hr.litPropertyMetadata=new WeakMap);class wn extends HTMLElement{static addInitializer(e){this._$Ei(),(this.l??(this.l=[])).push(e)}static get observedAttributes(){return this.finalize(),this._$Eh&&[...this._$Eh.keys()]}static createProperty(e,t=au){if(t.state&&(t.attribute=!1),this._$Ei(),this.prototype.hasOwnProperty(e)&&((t=Object.create(t)).wrapped=!0),this.elementProperties.set(e,t),!t.noAccessor){const r=Symbol(),n=this.getPropertyDescriptor(e,r,t);n!==void 0&&yg(this.prototype,e,n)}}static getPropertyDescriptor(e,t,r){const{get:n,set:s}=bg(this.prototype,e)??{get(){return this[t]},set(o){this[t]=o}};return{get:n,set(o){const a=n?.call(this);s?.call(this,o),this.requestUpdate(e,a,r)},configurable:!0,enumerable:!0}}static getPropertyOptions(e){return this.elementProperties.get(e)??au}static _$Ei(){if(this.hasOwnProperty(Hn("elementProperties")))return;const e=_g(this);e.finalize(),e.l!==void 0&&(this.l=[...e.l]),this.elementProperties=new Map(e.elementProperties)}static finalize(){if(this.hasOwnProperty(Hn("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(Hn("properties"))){const t=this.properties,r=[...vg(t),...wg(t)];for(const n of r)this.createProperty(n,t[n])}const e=this[Symbol.metadata];if(e!==null){const t=litPropertyMetadata.get(e);if(t!==void 0)for(const[r,n]of t)this.elementProperties.set(r,n)}this._$Eh=new Map;for(const[t,r]of this.elementProperties){const n=this._$Eu(t,r);n!==void 0&&this._$Eh.set(n,t)}this.elementStyles=this.finalizeStyles(this.styles)}static finalizeStyles(e){const t=[];if(Array.isArray(e)){const r=new Set(e.flat(1/0).reverse());for(const n of r)t.unshift(nu(n))}else e!==void 0&&t.push(nu(e));return t}static _$Eu(e,t){const r=t.attribute;return r===!1?void 0:typeof r=="string"?r:typeof e=="string"?e.toLowerCase():void 0}constructor(){super(),this._$Ep=void 0,this.isUpdatePending=!1,this.hasUpdated=!1,this._$Em=null,this._$Ev()}_$Ev(){var e;this._$ES=new Promise(t=>this.enableUpdating=t),this._$AL=new Map,this._$E_(),this.requestUpdate(),(e=this.constructor.l)==null||e.forEach(t=>t(this))}addController(e){var t;(this._$EO??(this._$EO=new Set)).add(e),this.renderRoot!==void 0&&this.isConnected&&((t=e.hostConnected)==null||t.call(e))}removeController(e){var t;(t=this._$EO)==null||t.delete(e)}_$E_(){const e=new Map,t=this.constructor.elementProperties;for(const r of t.keys())this.hasOwnProperty(r)&&(e.set(r,this[r]),delete this[r]);e.size>0&&(this._$Ep=e)}createRenderRoot(){const e=this.shadowRoot??this.attachShadow(this.constructor.shadowRootOptions);return mg(e,this.constructor.elementStyles),e}connectedCallback(){var e;this.renderRoot??(this.renderRoot=this.createRenderRoot()),this.enableUpdating(!0),(e=this._$EO)==null||e.forEach(t=>{var r;return(r=t.hostConnected)==null?void 0:r.call(t)})}enableUpdating(e){}disconnectedCallback(){var e;(e=this._$EO)==null||e.forEach(t=>{var r;return(r=t.hostDisconnected)==null?void 0:r.call(t)})}attributeChangedCallback(e,t,r){this._$AK(e,r)}_$ET(e,t){var r;const n=this.constructor.elementProperties.get(e),s=this.constructor._$Eu(e,n);if(s!==void 0&&n.reflect===!0){const o=(((r=n.converter)==null?void 0:r.toAttribute)!==void 0?n.converter:Ws).toAttribute(t,n.type);this._$Em=e,o==null?this.removeAttribute(s):this.setAttribute(s,o),this._$Em=null}}_$AK(e,t){var r,n;const s=this.constructor,o=s._$Eh.get(e);if(o!==void 0&&this._$Em!==o){const a=s.getPropertyOptions(o),l=typeof a.converter=="function"?{fromAttribute:a.converter}:((r=a.converter)==null?void 0:r.fromAttribute)!==void 0?a.converter:Ws;this._$Em=o,this[o]=l.fromAttribute(t,a.type)??((n=this._$Ej)==null?void 0:n.get(o))??null,this._$Em=null}}requestUpdate(e,t,r){var n;if(e!==void 0){const s=this.constructor,o=this[e];if(r??(r=s.getPropertyOptions(e)),!((r.hasChanged??wc)(o,t)||r.useDefault&&r.reflect&&o===((n=this._$Ej)==null?void 0:n.get(e))&&!this.hasAttribute(s._$Eu(e,r))))return;this.C(e,t,r)}this.isUpdatePending===!1&&(this._$ES=this._$EP())}C(e,t,{useDefault:r,reflect:n,wrapped:s},o){r&&!(this._$Ej??(this._$Ej=new Map)).has(e)&&(this._$Ej.set(e,o??t??this[e]),s!==!0||o!==void 0)||(this._$AL.has(e)||(this.hasUpdated||r||(t=void 0),this._$AL.set(e,t)),n===!0&&this._$Em!==e&&(this._$Eq??(this._$Eq=new Set)).add(e))}async _$EP(){this.isUpdatePending=!0;try{await this._$ES}catch(t){Promise.reject(t)}const e=this.scheduleUpdate();return e!=null&&await e,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){var e;if(!this.isUpdatePending)return;if(!this.hasUpdated){if(this.renderRoot??(this.renderRoot=this.createRenderRoot()),this._$Ep){for(const[s,o]of this._$Ep)this[s]=o;this._$Ep=void 0}const n=this.constructor.elementProperties;if(n.size>0)for(const[s,o]of n){const{wrapped:a}=o,l=this[s];a!==!0||this._$AL.has(s)||l===void 0||this.C(s,void 0,o,l)}}let t=!1;const r=this._$AL;try{t=this.shouldUpdate(r),t?(this.willUpdate(r),(e=this._$EO)==null||e.forEach(n=>{var s;return(s=n.hostUpdate)==null?void 0:s.call(n)}),this.update(r)):this._$EM()}catch(n){throw t=!1,this._$EM(),n}t&&this._$AE(r)}willUpdate(e){}_$AE(e){var t;(t=this._$EO)==null||t.forEach(r=>{var n;return(n=r.hostUpdated)==null?void 0:n.call(r)}),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(e)),this.updated(e)}_$EM(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$ES}shouldUpdate(e){return!0}update(e){this._$Eq&&(this._$Eq=this._$Eq.forEach(t=>this._$ET(t,this[t]))),this._$EM()}updated(e){}firstUpdated(e){}}wn.elementStyles=[],wn.shadowRootOptions={mode:"open"},wn[Hn("elementProperties")]=new Map,wn[Hn("finalized")]=new Map,ou?.({ReactiveElement:wn}),(Hr.reactiveElementVersions??(Hr.reactiveElementVersions=[])).push("2.1.0");const Eg={attribute:!0,type:String,converter:Ws,reflect:!1,hasChanged:wc},Sg=(i=Eg,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 l=e.get.call(this);e.set.call(this,a),this.requestUpdate(o,l,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 l=this[o];e.call(this,a),this.requestUpdate(o,l,i)}}throw Error("Unsupported decorator location: "+r)};function Be(i){return(e,t)=>typeof t=="object"?Sg(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)}function _c(i){return Be({...i,state:!0,attribute:!1})}const kg=(i,e,t)=>(t.configurable=!0,t.enumerable=!0,Reflect.decorate&&typeof e!="object"&&Object.defineProperty(i,e,t),t);function Li(i,e){return(t,r,n)=>{const s=o=>{var a;return((a=o.renderRoot)==null?void 0:a.querySelector(i))??null};return kg(t,r,{get(){return s(this)}})}}var Ig=Object.defineProperty,Cr=(i,e,t,r)=>{for(var n=void 0,s=i.length-1,o;s>=0;s--)(o=i[s])&&(n=o(e,t,n)||n);return n&&Ig(e,t,n),n};const Rl=class extends ct{constructor(){super(...arguments),this.dense=!1}};Rl.shadowRootOptions={...ct.shadowRootOptions,delegatesFocus:!0},Rl.styles=[Ie`
103
95
  :host {
104
- color-scheme: light dark;
96
+ /* color-scheme: light dark; */
105
97
  --rokit-primary-color-inner: var(--rokit-primary-color, #008877);
106
98
  --rokit-primary-color-transparent-inner: color-mix(in srgb, var(--rokit-primary-color-inner) 20%, transparent);
107
99
  --rokit-error-color-inner: var(--rokit-error-color, #F03333);
108
- --rokit-background-color-inner: var(--rokit-background-color, #242424);
109
- --rokit-light-background-color-inner: var(--rokit-light-background-color, color-mix(in srgb, var(--rokit-background-color-inner) 96%, currentColor));
100
+ /*--rokit-background-color-inner: var(--rokit-background-color, #242424);*/
101
+ --rokit-background-color-inner: var(--rokit-background-color, #FFF);
102
+ --rokit-light-background-color-inner: var(--rokit-light-background-color, color-mix(in srgb, var(--rokit-background-color-inner) 97%, currentColor));
110
103
  --rokit-light-background-darker-color-inner: var(--rokit-light-background-darker-color, color-mix(in srgb, var(--rokit-light-background-color-inner) 80%, currentColor));
111
104
  --rokit-shadow-color-inner: var(--rokit-shadow-color, color-mix(in srgb, currentColor 40%, transparent));
112
105
  --rokit-list-indent-inner: var(--rokit-list-indent, 1em);
@@ -114,25 +107,26 @@ a, a:visited { color: inherit; }
114
107
  --rokit-caret-size-inner: var(--rokit-caret-size, 0.5em);
115
108
  --rokit-transition-duration-inner: var(--rokit-transition-duration, 0.2s);
116
109
  }
117
-
110
+ /*
118
111
  @media (prefers-color-scheme: light) {
119
112
  :host {
120
113
  --rokit-background-color-inner: var(--rokit-background-color, #FFF);
121
114
  }
122
115
  }
123
- `];let Ar=Rl;Cr([Be({type:Boolean,reflect:!0})],Ar.prototype,"dense");var pi;const Tl=class extends Ar{constructor(){super(),dg(this,pi),this.value="",this.clearable=!1,this.required=!1,ug(this,pi,this.attachInternals())}checkValidity(){return Ji(this,pi).checkValidity()}reportValidity(){const e=Ji(this,pi).reportValidity();return this.classList.toggle("invalid",!e),e}get validity(){return Ji(this,pi).validity}get validationMessage(){return Ji(this,pi).validationMessage}setCustomValidity(e,t){e?Ji(this,pi).setValidity({customError:!0},e,t):Ji(this,pi).setValidity(void 0)}updateValidity(e,t,r){Ji(this,pi).setValidity(e,t,r)}setFormValue(e,t){Ji(this,pi).setFormValue(e,t)}};pi=new WeakMap,Tl.formAssociated=!0,Tl.styles=[...Ar.styles,Ie`
116
+ */
117
+ `];let Ar=Rl;Cr([Be({type:Boolean,reflect:!0})],Ar.prototype,"dense");var gi;const Tl=class extends Ar{constructor(){super(),ug(this,gi),this.value="",this.clearable=!1,this.required=!1,hg(this,gi,this.attachInternals())}checkValidity(){return Ji(this,gi).checkValidity()}reportValidity(){const e=Ji(this,gi).reportValidity();return this.classList.toggle("invalid",!e),e}get validity(){return Ji(this,gi).validity}get validationMessage(){return Ji(this,gi).validationMessage}setCustomValidity(e,t){e?Ji(this,gi).setValidity({customError:!0},e,t):Ji(this,gi).setValidity(void 0)}updateValidity(e,t,r){Ji(this,gi).setValidity(e,t,r)}setFormValue(e,t){Ji(this,gi).setFormValue(e,t)}};gi=new WeakMap,Tl.formAssociated=!0,Tl.styles=[...Ar.styles,Ie`
124
118
  :host { display: inline-flex; align-items: center; padding: 6px 8px; border-bottom: 2px solid var(--rokit-light-background-darker-color-inner); box-sizing: border-box; position: relative; }
125
119
  :host(:focus) { border-color: var(--rokit-primary-color-inner); }
126
120
  :host(.invalid) { border-color: var(--rokit-error-color-inner); }
127
- `];let Li=Tl;Cr([Be()],Li.prototype,"name");Cr([Be()],Li.prototype,"value");Cr([Be({type:Boolean})],Li.prototype,"clearable");Cr([Be({type:Boolean})],Li.prototype,"required");Cr([Be()],Li.prototype,"label");Cr([Be()],Li.prototype,"placeholder");function Ig(i){const e=parseFloat(i),t=i.match(/m?s/);let r=0;if(t)switch(t[0]){case"s":r=e*1e3;break;case"ms":r=e;break;default:r=0;break}return r}var Rg=(i,e,t,r)=>{for(var n=e,s=i.length-1,o;s>=0;s--)(o=i[s])&&(n=o(n)||n);return n};let is=class extends Ar{render(){return X`<a part="link"><slot><slot></a>`}};is.styles=[...Ar.styles,Ie`
121
+ `];let Di=Tl;Cr([Be()],Di.prototype,"name");Cr([Be()],Di.prototype,"value");Cr([Be({type:Boolean})],Di.prototype,"clearable");Cr([Be({type:Boolean})],Di.prototype,"required");Cr([Be()],Di.prototype,"label");Cr([Be()],Di.prototype,"placeholder");function Rg(i){const e=parseFloat(i),t=i.match(/m?s/);let r=0;if(t)switch(t[0]){case"s":r=e*1e3;break;case"ms":r=e;break;default:r=0;break}return r}var Tg=(i,e,t,r)=>{for(var n=e,s=i.length-1,o;s>=0;s--)(o=i[s])&&(n=o(n)||n);return n};let is=class extends Ar{render(){return X`<a part="link"><slot><slot></a>`}};is.styles=[...Ar.styles,Ie`
128
122
  :host a { display: flex; min-width: 1em; height: 1em; padding: 0.5em; cursor: pointer; border-radius: 1em; align-items: center; justify-content: center; }
129
123
  :host a:hover { font-weight: 600; background-color: var(--rokit-light-background-darker-color-inner); }
130
124
  :host([dense]) { font-size: 0.65em; }
131
125
  :host(.clear) a:before { content: '\u2715'; }
132
- :host(.caret) a:before { content:''; width: var(--rokit-caret-size-inner); height: var(--rokit-caret-size-inner); border-style: none solid solid none; border-width: calc(0.3 * var(--rokit-caret-size-inner)); transform: translate(0.15em, -0.15em) rotate(45deg); transition: transform var(--rokit-transition-duration-inner) ease-out; margin-right: calc(0.5 * var(--rokit-caret-size-inner)); }
126
+ :host(.caret) a:before { content: ''; width: var(--rokit-caret-size-inner); height: var(--rokit-caret-size-inner); border-style: none solid solid none; border-width: calc(0.3 * var(--rokit-caret-size-inner)); transform: translate(0.15em, -0.15em) rotate(45deg); transition: transform var(--rokit-transition-duration-inner) ease-out; margin-right: calc(0.5 * var(--rokit-caret-size-inner)); }
133
127
  :host(.caret.down) a:before { transform: translate(0.15em, 0.15em) rotate(225deg); }
134
128
  :host(.caret.right) a:before { transform: translate(0em, 0em) rotate(-45deg); }
135
- `];is=Rg([$r("rokit-button")],is);var Tg=Object.defineProperty,$g=Object.getOwnPropertyDescriptor,Nr=(i,e,t,r)=>{for(var n=r>1?void 0:r?$g(e,t):e,s=i.length-1,o;s>=0;s--)(o=i[s])&&(n=(r?o(e,t,n):o(n))||n);return r&&n&&Tg(e,t,n),n};let Bi=class extends Ar{constructor(){super(...arguments),this.open=!1,this.transitioning=!1,this.closedBeforeTransition=!1}firstUpdated(){const i=this.shadowRoot.querySelector("header");i.addEventListener("mousedown",()=>{this.closedBeforeTransition=!this.open&&!this.transitioning}),i.addEventListener("click",()=>{this.toggle(this.closedBeforeTransition)}),this.transitionDuration=Ig(getComputedStyle(this).getPropertyValue("--rokit-transition-duration-inner"))}updated(i){i.has("transitioning")&&this.classList.toggle("transitioning",this.transitioning)}updateContentHeight(){this.content.style.maxHeight=(this.maxHeight!==void 0?Math.min(this.maxHeight,this.content.scrollHeight):this.content.scrollHeight)+"px",this.classList.toggle("has-content",this.content.style.maxHeight!=="0px")}toggle(i=!this.open){this.open||this.updateContentHeight(),this.transitioning=!0,this.open=i,this.toggleButton.classList.toggle("down",i),setTimeout(()=>{this.transitioning=!1,this.open&&this.content.scrollIntoView({block:"nearest"})},this.transitionDuration)}render(){return X`
129
+ `];is=Tg([$r("rokit-button")],is);var $g=Object.defineProperty,Cg=Object.getOwnPropertyDescriptor,Nr=(i,e,t,r)=>{for(var n=r>1?void 0:r?Cg(e,t):e,s=i.length-1,o;s>=0;s--)(o=i[s])&&(n=(r?o(e,t,n):o(n))||n);return r&&n&&$g(e,t,n),n};let Yt=class extends Ar{constructor(){super(...arguments),this.open=!1,this.transitioning=!1,this.closedBeforeTransition=!1}firstUpdated(){const i=this.shadowRoot.querySelector("header");i.addEventListener("mousedown",()=>{this.closedBeforeTransition=!this.open&&!this.transitioning}),i.addEventListener("click",()=>{this.toggle(this.closedBeforeTransition)}),this.transitionDuration=Rg(getComputedStyle(this).getPropertyValue("--rokit-transition-duration-inner"))}updated(i){i.has("transitioning")&&this.classList.toggle("transitioning",this.transitioning),i.has("open")&&(this.transitioning||this.toggle(this.open))}updateContentHeight(){setTimeout(()=>{this.content.style.maxHeight=(this.maxHeight!==void 0?Math.min(this.maxHeight,this.content.scrollHeight):this.content.scrollHeight)+"px",this.classList.toggle("has-content",this.content.style.maxHeight!=="0px")})}onSlotChange(){const i=this.shadowRoot.querySelector("#content > slot").assignedNodes(),e=new MutationObserver(()=>this.updateContentHeight());for(const t of i)e.observe(t,{subtree:!0,childList:!0,characterData:!0});this.updateContentHeight()}toggle(i=!this.open){this.transitioning=!0,this.open=i,this.toggleButton.classList.toggle("down",i),setTimeout(()=>{this.transitioning=!1,this.open&&this.content.scrollIntoView({block:"nearest"})},this.transitionDuration)}render(){return X`
136
130
  <header part="header">
137
131
  <slot name="prefix" part="prefix"></slot>
138
132
  <span class="label"><slot name="label" part="label">${this.label}</slot></span>
@@ -141,30 +135,31 @@ a, a:visited { color: inherit; }
141
135
  <slot name="suffix" part="suffix"></slot>
142
136
  </header>
143
137
  <div id="content" part="content">
144
- <slot @slotchange=${this.updateContentHeight}></slot>
138
+ <slot @slotchange=${this.onSlotChange}></slot>
145
139
  </div>
146
- `}};Bi.styles=[...Ar.styles,Ie`
140
+ `}};Yt.styles=[...Ar.styles,Ie`
147
141
  :host { display: flex; flex-direction: column; align-items: stretch; border-bottom: 2px solid var(--rokit-light-background-darker-color-inner); }
148
142
  :host header { cursor: pointer; }
149
143
  :host([dense]) header { padding: 2px 4px; }
150
144
  :host([maxheight]) #content { overflow:auto }
151
145
  :host(:not([open])) #content { max-height: 0 !important; }
152
146
  :host(:not([open])) #content, :host(.transitioning) #content { overflow: hidden !important; }
147
+ :host([open]) #content, :host(.transitioning) #content { padding-top: 4px; }
153
148
  header { display: flex; align-items: center; padding: 6px 8px; background-color: var(--rokit-light-background-color-inner); user-select: none; }
154
149
  .label { flex-grow: 1; }
155
150
  #content { display: flex; transition: max-height var(--rokit-transition-duration-inner) ease-in-out; position: relative; scrollbar-width: thin; }
156
151
  #toggle { margin-left: 3px; }
157
- `];Nr([Be({type:Boolean,reflect:!0})],Bi.prototype,"open",2);Nr([Be()],Bi.prototype,"label",2);Nr([Be({reflect:!0})],Bi.prototype,"maxHeight",2);Nr([Ni("#content")],Bi.prototype,"content",2);Nr([Ni("#toggle")],Bi.prototype,"toggleButton",2);Nr([_c()],Bi.prototype,"transitioning",2);Bi=Nr([$r("rokit-collapsible")],Bi);var Cg=Object.defineProperty,Ag=Object.getOwnPropertyDescriptor,Nf=i=>{throw TypeError(i)},ti=(i,e,t,r)=>{for(var n=r>1?void 0:r?Ag(e,t):e,s=i.length-1,o;s>=0;s--)(o=i[s])&&(n=(r?o(e,t,n):o(n))||n);return r&&n&&Cg(e,t,n),n},Lf=(i,e,t)=>e.has(i)||Nf("Cannot "+t),Ng=(i,e,t)=>(Lf(i,e,"read from private field"),e.get(i)),Lg=(i,e,t)=>e.has(i)?Nf("Cannot add the same private member more than once"):e instanceof WeakSet?e.add(i):e.set(i,t),lu=(i,e,t,r)=>(Lf(i,e,"write to private field"),e.set(i,t),t),jn;let ft=class extends Li{constructor(){super(),this.type="text",this.disabled=!1,this.readonly=!1,this.sticky=!1,this.minWidth=80,Lg(this,jn,""),this.addEventListener("keydown",i=>{i.code==="Escape"&&this.blur()}),this.addEventListener("focus",()=>{this.classList.add("has-focus")}),this.addEventListener("blur",()=>{this.inputElement.scrollLeft=0,this.classList.remove("has-focus")})}firstUpdated(){var i,e;lu(this,jn,this.value),this.inputElement.addEventListener("change",()=>{this.value=this.inputElement.value});const t=((e=(i=this.shadowRoot)==null?void 0:i.querySelector("label"))==null?void 0:e.scrollWidth)||0,r=this.shadowRoot.querySelector(".wrapper");r.style.minWidth=`${this.minWidth>t?this.minWidth:t}px`}updated(i){i.has("label")&&this.classList.toggle("has-label",this.label!==void 0),i.has("min")&&(this.inputElement.min=this.min||""),i.has("max")&&(this.inputElement.max=this.max||""),i.has("step")&&(this.inputElement.step=this.step||""),i.has("placeholder")&&(this.inputElement.placeholder=this.placeholder||""),i.has("pattern")&&(this.inputElement.pattern=this.pattern||""),i.has("minLength")&&(this.inputElement.minLength=this.minLength===void 0?-1:this.minLength),i.has("maxLength")&&(this.inputElement.maxLength=this.maxLength===void 0?-1:this.maxLength),i.has("value")&&(this.classList.toggle("has-value",this.value!==""),this.setFormValue(this.value),this.updateValidity(this.inputElement.validity,this.inputElement.validationMessage,this.inputElement),this.value!==Ng(this,jn)&&(lu(this,jn,this.value),this.dispatchEvent(new CustomEvent("change",{bubbles:!0}))))}clear(){this.inputElement.value="",this.value="",this.blur()}renderInput(){return X`<input id="input" part="input" size="1" name="${this.name}" type="${this.type}" autocomplete="off" ?disabled="${this.disabled}" ?readonly="${this.readonly}" ?required="${this.required}" .value="${this.type==="file"?"":this.value}">`}render(){return X`
152
+ `];Nr([Be({type:Boolean,reflect:!0})],Yt.prototype,"open",2);Nr([Be()],Yt.prototype,"label",2);Nr([Be({reflect:!0})],Yt.prototype,"maxHeight",2);Nr([Li("#content")],Yt.prototype,"content",2);Nr([Li("#toggle")],Yt.prototype,"toggleButton",2);Nr([_c()],Yt.prototype,"transitioning",2);Yt=Nr([$r("rokit-collapsible")],Yt);var Ag=Object.defineProperty,Ng=Object.getOwnPropertyDescriptor,Nf=i=>{throw TypeError(i)},ii=(i,e,t,r)=>{for(var n=r>1?void 0:r?Ng(e,t):e,s=i.length-1,o;s>=0;s--)(o=i[s])&&(n=(r?o(e,t,n):o(n))||n);return r&&n&&Ag(e,t,n),n},Lf=(i,e,t)=>e.has(i)||Nf("Cannot "+t),Lg=(i,e,t)=>(Lf(i,e,"read from private field"),e.get(i)),Dg=(i,e,t)=>e.has(i)?Nf("Cannot add the same private member more than once"):e instanceof WeakSet?e.add(i):e.set(i,t),lu=(i,e,t,r)=>(Lf(i,e,"write to private field"),e.set(i,t),t),jn;let ft=class extends Di{constructor(){super(),this.type="text",this.disabled=!1,this.readonly=!1,this.sticky=!1,this.minWidth=80,Dg(this,jn,""),this.addEventListener("keydown",i=>{i.code==="Escape"&&this.blur()}),this.addEventListener("focus",()=>{this.classList.add("has-focus")}),this.addEventListener("blur",()=>{this.inputElement.scrollLeft=0,this.classList.remove("has-focus")})}firstUpdated(){lu(this,jn,this.value),this.inputElement.addEventListener("change",()=>{this.value=this.inputElement.value}),this.updateMinWidth()}updateMinWidth(){var i,e;const t=((e=(i=this.shadowRoot)==null?void 0:i.querySelector("label"))==null?void 0:e.scrollWidth)||0,r=this.shadowRoot.querySelector(".wrapper");r.style.minWidth=`${this.minWidth>t?this.minWidth:t}px`}updated(i){i.has("label")&&this.classList.toggle("has-label",this.label!==void 0),i.has("min")&&(this.inputElement.min=this.min||""),i.has("max")&&(this.inputElement.max=this.max||""),i.has("step")&&(this.inputElement.step=this.step||""),i.has("placeholder")&&(this.inputElement.placeholder=this.placeholder||""),i.has("pattern")&&(this.inputElement.pattern=this.pattern||""),i.has("minLength")&&(this.inputElement.minLength=this.minLength===void 0?-1:this.minLength),i.has("maxLength")&&(this.inputElement.maxLength=this.maxLength===void 0?-1:this.maxLength),i.has("value")&&(this.classList.toggle("has-value",this.value!==""),this.setFormValue(this.value),this.updateValidity(this.inputElement.validity,this.inputElement.validationMessage,this.inputElement),this.value!==Lg(this,jn)&&(lu(this,jn,this.value),this.dispatchEvent(new CustomEvent("change",{bubbles:!0}))))}clear(){this.inputElement.value="",this.value="",this.blur()}renderInput(){return X`<input id="input" part="input" size="1" name="${this.name}" type="${this.type}" autocomplete="off" ?disabled="${this.disabled}" ?readonly="${this.readonly}" ?required="${this.required}" .value="${this.type==="file"?"":this.value}">`}render(){return X`
158
153
  <slot name="prefix" part="prefix"></slot>
159
154
  <div class="wrapper">
160
155
  <label for="input" part="label">${this.label}</label>
161
156
  ${this.renderInput()}
162
157
  ${this.clearable?X`
163
- <rokit-button class="clear" ?dense="${this.dense}" @click="${i=>{i.stopPropagation(),this.clear()}}" title="Clear"></rokit-button>
158
+ <rokit-button class="clear" ?dense="${this.dense}" @mousedown="${i=>{i.preventDefault()}}" @click="${i=>{i.stopPropagation(),this.clear()}}" title="Clear"></rokit-button>
164
159
  `:Ge}
165
160
  </div>
166
161
  <slot name="suffix" part="suffix"></slot>
167
- `}};jn=new WeakMap;ft.styles=[...Li.styles,Ie`
162
+ `}};jn=new WeakMap;ft.styles=[...Di.styles,Ie`
168
163
  :host { background-color: var(--rokit-light-background-color-inner); user-select: none; }
169
164
  :host([dense]) { padding: 2px 4px; }
170
165
  :host(.has-focus:not([readonly])) label, :host(.has-value) label, :host([sticky]) label { font-size: 0.75em; top: 0.5em; font-weight: 600; }
@@ -178,7 +173,7 @@ a, a:visited { color: inherit; }
178
173
  :host(.has-label) #input { margin-top: 0.9em; }
179
174
  :host(.has-label:not(.has-focus):not(.has-value):not([sticky])) #input { clip-path: polygon(0 0, 0 0, 0 0, 0 0); }
180
175
  :host(:not(.has-value)) .clear { visibility: hidden; }
181
- `];ti([Be()],ft.prototype,"type",2);ti([Be({type:Boolean})],ft.prototype,"disabled",2);ti([Be({type:Boolean,reflect:!0})],ft.prototype,"readonly",2);ti([Be({type:Boolean,reflect:!0})],ft.prototype,"sticky",2);ti([Be()],ft.prototype,"pattern",2);ti([Be()],ft.prototype,"minLength",2);ti([Be()],ft.prototype,"maxLength",2);ti([Be()],ft.prototype,"min",2);ti([Be()],ft.prototype,"max",2);ti([Be()],ft.prototype,"step",2);ti([Be()],ft.prototype,"minWidth",2);ti([Ni("#input")],ft.prototype,"inputElement",2);ft=ti([$r("rokit-input")],ft);var Dg=Object.defineProperty,Og=Object.getOwnPropertyDescriptor,Df=i=>{throw TypeError(i)},jt=(i,e,t,r)=>{for(var n=r>1?void 0:r?Og(e,t):e,s=i.length-1,o;s>=0;s--)(o=i[s])&&(n=(r?o(e,t,n):o(n))||n);return r&&n&&Dg(e,t,n),n},Of=(i,e,t)=>e.has(i)||Df("Cannot "+t),cu=(i,e,t)=>(Of(i,e,"read from private field"),t?t.call(i):e.get(i)),du=(i,e,t)=>e.has(i)?Df("Cannot add the same private member more than once"):e instanceof WeakSet?e.add(i):e.set(i,t),Ts=(i,e,t,r)=>(Of(i,e,"write to private field"),e.set(i,t),t),Or,Ms;let pt=class extends Li{constructor(){super(),this.emptyMessage="Nothing to select",this.collapsibleOrientationLeft="0",this.collapsibleOrientationRight="0",this.collapsibleWidth="",this.collapse=!1,this.filterableThreshold=15,this.itemCount=0,du(this,Or,""),du(this,Ms,""),this.addEventListener("focus",()=>{this.collapsible.toggle(!0)}),this.addEventListener("blur",()=>{this.checkInputValue(),this.collapsible.toggle(!1)})}firstUpdated(){Ts(this,Or,this.value),Ts(this,Ms,getComputedStyle(this).getPropertyValue("--rokit-list-indent-inner")),this.input.placeholder=this.placeholder===void 0?"Type to filter list...":this.placeholder,this.input.label=this.label,this.inputMinWidth!==void 0&&(this.input.minWidth=this.inputMinWidth),setTimeout(()=>{this.collapsible.maxHeight=parseInt(this.collapsibleMaxHeight!==void 0?this.collapsibleMaxHeight:getComputedStyle(this).getPropertyValue("--rokit-list-max-height-inner")),this.collapsible.content.style.width=this.collapsibleWidth,this.collapsible.content.style.left=this.collapsibleOrientationLeft,this.collapsible.content.style.right=this.collapsibleOrientationRight})}updated(e){var t;if(e.has("selectedItem")){const r=this.value;this.value=this.selectedItem?this.itemValue(this.selectedItem):"",this.input.value=this.selectedItem?this.itemText(this.selectedItem):this.value,this.input.title=this.input.value,this.classList.toggle("has-value",this.value!==""),this.setFormValue(this.value),this.required&&this.value===""?this.updateValidity({valueMissing:!0},"Please select a value",this.listContainer):this.updateValidity(),r!==this.value&&this.dispatchEvent(new CustomEvent("change",{bubbles:!0}))}e.has("value")&&this.selectItem(this.findItem(this.value)),(e.has("filterableThreshold")||e.has("itemCount"))&&(this.input.readonly=this.filterableThreshold<0||this.itemCount<this.filterableThreshold),(t=this.collapsible)!=null&&t.toggleButton&&(this.collapsible.toggleButton.style.display=this.listContainer.childElementCount===0?"none":"")}checkInputValue(e=!0){if(this.input.value){const t=this.findItem(this.input.value);if(t){this.selectItem(t);return}}e&&(this.input.value="",this.input.title="",Ts(this,Or,""),this.selectItem(null,!1))}filter(e){var t,r,n;e=e.toLowerCase();let s=!0;for(const o of this.listContainer.querySelectorAll("li"))if(o.id!=="noresult"){const a=this.itemText(o).toLowerCase().indexOf(e)==-1;o.classList.toggle("hidden",a),this.collapse&&(o.classList.remove("open"),(t=o.querySelector("ul"))==null||t.classList.remove("open")),a||(s=!1)}for(const o of this.listContainer.querySelectorAll("li:has(li:not(.hidden))"))o.classList.remove("hidden"),e&&this.collapse&&(o.classList.add("open"),(r=o.querySelector("ul"))==null||r.classList.add("open")),s=!1;this.highlightItem(null),(n=this.listContainer.querySelector("#noresult"))==null||n.classList.toggle("hidden",!s)}selectItem(e,t=!0){e?.getAttribute("disabled")!==null&&(e=null),this.selectedItem=e,this.filter(""),this.highlightItem(e,!1),t&&this.value&&Ts(this,Or,this.value),setTimeout(()=>this.blur())}findItem(e){if(e){for(const t of this.listContainer.querySelectorAll("li"))if(this.itemValue(t)===e||this.itemText(t)===e)return t}return null}highlightItem(e,t=!0){var r,n;if((r=this.listContainer.querySelector("li.active"))==null||r.classList.remove("active"),e){if(t&&this.listContainer.focus(),e.classList.add("active"),this.collapse)for(let s=e.closest("ul");s;s=s.parentElement.closest("ul"))s.classList.add("open"),(n=s.closest("li"))==null||n.classList.add("open");e.scrollIntoView({block:"nearest"})}}highlightNextItem(){const e=this.listContainer.querySelector("li.active");let t=e;const r=this.listContainer.querySelectorAll("ul.open > li:not([disabled]):not(.hidden):not(.divider)");if(e){for(let n=0;n<r.length;n++)if(r[n]===e&&n<r.length-1){t=r[n+1];break}}else r.length>0&&(t=r[0]);this.highlightItem(t)}highlightPreviousItem(){const e=this.listContainer.querySelector("li.active");let t=null;if(e){const r=this.listContainer.querySelectorAll("ul.open > li:not([disabled]):not(.hidden):not(.divider)");for(let n=0;n<r.length;n++)if(r[n]===e&&n>0){t=r[n-1];break}}this.highlightItem(t),t||this.input.focus()}itemValue(e){return e.dataset.value||this.itemText(e)||""}itemText(e){var t;return((t=e.querySelector("div > div"))==null?void 0:t.innerText)||""}elementText(e){var t;let r="";for(const n of e.childNodes)n.nodeType==3&&(r+=(t=n.nodeValue)==null?void 0:t.trim());return r}onSlotChange(){this.listContainer.replaceChildren(),this.itemCount=0;let e=null;const t=this.shadowRoot.querySelector("#list-container-slot").assignedElements();if(t?.length===1&&(e=Array.prototype.slice.call(t[0].querySelectorAll(":scope > li")),this.copyItems(e,this.listContainer)),this.emptyMessage){const r=document.createElement("li");r.id="noresult",r.setAttribute("disabled",""),r.innerText=this.emptyMessage,this.listContainer.appendChild(r),e&&e.length>0&&r.classList.add("hidden")}this.value=this.value||cu(this,Or),this.selectItem(this.findItem(this.value))}copyItems(e,t,r=0){if(this.sort!==void 0){const s=this.sort||"asc";e=e.sort((o,a)=>s==="desc"?(this.elementText(a)||this.itemValue(a)).localeCompare(this.elementText(o)||this.itemValue(o)):(this.elementText(o)||this.itemValue(o)).localeCompare(this.elementText(a)||this.itemValue(a)))}let n="";r>0&&(n=`calc(0.3em + ${r}*${cu(this,Ms)})`);for(const s of e){const o=s.cloneNode();o.replaceChildren();const a=document.createElement("div");n&&(a.style.paddingLeft=n);const l=document.createElement("div");a.appendChild(l);for(const d of s.childNodes)if(d.nodeName!=="UL"){const f=d.cloneNode(!0);f.nodeType===3&&f.nodeValue&&(f.nodeValue=f.nodeValue.trim()),l.appendChild(f)}o.appendChild(a),o.title=o.title||this.itemText(o);const c=s.querySelector("ul");if(c!=null&&c.childElementCount){const d=document.createElement("ul");if(o.appendChild(d),this.copyItems(Array.prototype.slice.call(c.children),d,r+1),this.collapse){const f=new is;f.title="Open",f.dense=!0,f.classList.add("toggle-node","caret"),f.addEventListener("click",g=>{g.stopPropagation(),o.classList.toggle("open"),d.classList.toggle("open"),f.title=o.classList.contains("open")?"Close":"Open",this.collapsible.updateContentHeight()}),a.prepend(f)}else d.classList.add("open")}t.appendChild(o),this.itemCount++}}render(){return X`
176
+ `];ii([Be()],ft.prototype,"type",2);ii([Be({type:Boolean})],ft.prototype,"disabled",2);ii([Be({type:Boolean,reflect:!0})],ft.prototype,"readonly",2);ii([Be({type:Boolean,reflect:!0})],ft.prototype,"sticky",2);ii([Be()],ft.prototype,"pattern",2);ii([Be()],ft.prototype,"minLength",2);ii([Be()],ft.prototype,"maxLength",2);ii([Be()],ft.prototype,"min",2);ii([Be()],ft.prototype,"max",2);ii([Be()],ft.prototype,"step",2);ii([Be()],ft.prototype,"minWidth",2);ii([Li("#input")],ft.prototype,"inputElement",2);ft=ii([$r("rokit-input")],ft);var Og=Object.defineProperty,Mg=Object.getOwnPropertyDescriptor,Df=i=>{throw TypeError(i)},jt=(i,e,t,r)=>{for(var n=r>1?void 0:r?Mg(e,t):e,s=i.length-1,o;s>=0;s--)(o=i[s])&&(n=(r?o(e,t,n):o(n))||n);return r&&n&&Og(e,t,n),n},Of=(i,e,t)=>e.has(i)||Df("Cannot "+t),cu=(i,e,t)=>(Of(i,e,"read from private field"),t?t.call(i):e.get(i)),du=(i,e,t)=>e.has(i)?Df("Cannot add the same private member more than once"):e instanceof WeakSet?e.add(i):e.set(i,t),Ts=(i,e,t,r)=>(Of(i,e,"write to private field"),e.set(i,t),t),Or,Ms;let pt=class extends Di{constructor(){super(),this.emptyMessage="Nothing to select",this.collapsibleOrientationLeft="0",this.collapsibleOrientationRight="0",this.collapsibleWidth="",this.collapse=!1,this.filterableThreshold=15,this.itemCount=0,du(this,Or,""),du(this,Ms,""),this.addEventListener("focus",()=>{this.collapsible.toggle(!0)}),this.addEventListener("blur",()=>{this.checkInputValue(),this.collapsible.toggle(!1)})}firstUpdated(){Ts(this,Or,this.value),Ts(this,Ms,getComputedStyle(this).getPropertyValue("--rokit-list-indent-inner")),this.input.placeholder=this.placeholder===void 0?"Type to filter list...":this.placeholder,this.input.label=this.label,this.inputMinWidth!==void 0&&(this.input.minWidth=this.inputMinWidth),setTimeout(()=>{this.collapsible.maxHeight=parseInt(this.collapsibleMaxHeight!==void 0?this.collapsibleMaxHeight:getComputedStyle(this).getPropertyValue("--rokit-list-max-height-inner")),this.collapsible.content.style.width=this.collapsibleWidth,this.collapsible.content.style.left=this.collapsibleOrientationLeft,this.collapsible.content.style.right=this.collapsibleOrientationRight})}updated(e){var t;if(e.has("selectedItem")){const r=this.value;this.value=this.selectedItem?this.itemValue(this.selectedItem):"",this.input.value=this.selectedItem?this.itemText(this.selectedItem):this.value,this.input.title=this.input.value,this.classList.toggle("has-value",this.value!==""),this.setFormValue(this.value),this.required&&this.value===""?this.updateValidity({valueMissing:!0},"Please select a value",this.listContainer):this.updateValidity(),r!==this.value&&this.dispatchEvent(new CustomEvent("change",{bubbles:!0}))}e.has("value")&&this.selectItem(this.findItem(this.value)),(e.has("filterableThreshold")||e.has("itemCount"))&&(this.input.readonly=this.filterableThreshold<0||this.itemCount<this.filterableThreshold),(t=this.collapsible)!=null&&t.toggleButton&&(this.collapsible.toggleButton.style.display=this.listContainer.childElementCount===0?"none":"")}checkInputValue(e=!0){if(this.input.value){const t=this.findItem(this.input.value);if(t){this.selectItem(t);return}}e&&(this.input.value="",this.input.title="",Ts(this,Or,""),this.selectItem(null,!1))}filter(e){var t,r,n;e=e.toLowerCase();let s=!0;for(const o of this.listContainer.querySelectorAll("li"))if(o.id!=="noresult"){const a=this.itemText(o).toLowerCase().indexOf(e)==-1;o.classList.toggle("hidden",a),this.collapse&&(o.classList.remove("open"),(t=o.querySelector("ul"))==null||t.classList.remove("open")),a||(s=!1)}for(const o of this.listContainer.querySelectorAll("li:has(li:not(.hidden))"))o.classList.remove("hidden"),e&&this.collapse&&(o.classList.add("open"),(r=o.querySelector("ul"))==null||r.classList.add("open")),s=!1;this.highlightItem(null),(n=this.listContainer.querySelector("#noresult"))==null||n.classList.toggle("hidden",!s)}selectItem(e,t=!0){e?.getAttribute("disabled")!==null&&(e=null),this.selectedItem=e,this.filter(""),this.highlightItem(e,!1),t&&this.value&&Ts(this,Or,this.value),setTimeout(()=>this.blur())}findItem(e){if(e){for(const t of this.listContainer.querySelectorAll("li"))if(this.itemValue(t)===e||this.itemText(t)===e)return t}return null}highlightItem(e,t=!0){var r,n;if((r=this.listContainer.querySelector("li.active"))==null||r.classList.remove("active"),e){if(t&&this.listContainer.focus(),e.classList.add("active"),this.collapse)for(let s=e.closest("ul");s;s=s.parentElement.closest("ul"))s.classList.add("open"),(n=s.closest("li"))==null||n.classList.add("open");e.scrollIntoView({block:"nearest"})}}highlightNextItem(){const e=this.listContainer.querySelector("li.active");let t=e;const r=this.listContainer.querySelectorAll("ul.open > li:not([disabled]):not(.hidden):not(.divider)");if(e){for(let n=0;n<r.length;n++)if(r[n]===e&&n<r.length-1){t=r[n+1];break}}else r.length>0&&(t=r[0]);this.highlightItem(t)}highlightPreviousItem(){const e=this.listContainer.querySelector("li.active");let t=null;if(e){const r=this.listContainer.querySelectorAll("ul.open > li:not([disabled]):not(.hidden):not(.divider)");for(let n=0;n<r.length;n++)if(r[n]===e&&n>0){t=r[n-1];break}}this.highlightItem(t),t||this.input.focus()}itemValue(e){return e.dataset.value||this.itemText(e)||""}itemText(e){var t;return((t=e.querySelector("div > div"))==null?void 0:t.innerText)||""}elementText(e){var t;let r="";for(const n of e.childNodes)n.nodeType==3&&(r+=(t=n.nodeValue)==null?void 0:t.trim());return r}onSlotChange(){this.listContainer.replaceChildren(),this.itemCount=0;let e=null;const t=this.shadowRoot.querySelector("#list-container-slot").assignedElements();if(t?.length===1&&(e=Array.prototype.slice.call(t[0].querySelectorAll(":scope > li")),this.copyItems(e,this.listContainer)),this.emptyMessage){const r=document.createElement("li");r.id="noresult",r.setAttribute("disabled",""),r.innerText=this.emptyMessage,this.listContainer.appendChild(r),e&&e.length>0&&r.classList.add("hidden")}this.value=this.value||cu(this,Or),this.selectItem(this.findItem(this.value))}copyItems(e,t,r=0){if(this.sort!==void 0){const s=this.sort||"asc";e=e.sort((o,a)=>s==="desc"?(this.elementText(a)||this.itemValue(a)).localeCompare(this.elementText(o)||this.itemValue(o)):(this.elementText(o)||this.itemValue(o)).localeCompare(this.elementText(a)||this.itemValue(a)))}let n="";r>0&&(n=`calc(0.3em + ${r}*${cu(this,Ms)})`);for(const s of e){const o=s.cloneNode();o.replaceChildren();const a=document.createElement("div");n&&(a.style.paddingLeft=n);const l=document.createElement("div");a.appendChild(l);for(const d of s.childNodes)if(d.nodeName!=="UL"){const f=d.cloneNode(!0);f.nodeType===3&&f.nodeValue&&(f.nodeValue=f.nodeValue.trim()),l.appendChild(f)}o.appendChild(a),o.title=o.title||this.itemText(o);const c=s.querySelector("ul");if(c!=null&&c.childElementCount){const d=document.createElement("ul");if(o.appendChild(d),this.copyItems(Array.prototype.slice.call(c.children),d,r+1),this.collapse){const f=new is;f.title="Open",f.dense=!0,f.classList.add("toggle-node","caret"),f.addEventListener("click",g=>{g.stopPropagation(),o.classList.toggle("open"),d.classList.toggle("open"),f.title=o.classList.contains("open")?"Close":"Open",this.collapsible.updateContentHeight()}),a.prepend(f)}else d.classList.add("open")}t.appendChild(o),this.itemCount++}}render(){return X`
182
177
  <rokit-collapsible ?dense="${this.dense}" part="collapsible">
183
178
  <slot name="prefix" part="prefix" slot="prefix"></slot>
184
179
  <slot name="suffix" part="suffix" slot="suffix"></slot>
@@ -197,13 +192,13 @@ a, a:visited { color: inherit; }
197
192
  </ul>
198
193
  <slot id="list-container-slot" @slotchange=${this.onSlotChange}></slot>
199
194
  </rokit-collapsible>
200
- `}};Or=new WeakMap;Ms=new WeakMap;pt.styles=[...Li.styles,Ie`
195
+ `}};Or=new WeakMap;Ms=new WeakMap;pt.styles=[...Di.styles,Ie`
201
196
  :host { background-color: var(--rokit-light-background-color-inner); user-select: none; padding: 0; }
202
197
  :host([dense]) li > div { padding: 4px 2px; }
203
198
  :host([dense]) li.large > div, :host([dense]) li.header > div { padding-top: 6px; padding-bottom: 6px; }
204
199
  #input { padding: 0; background-color: inherit; }
205
200
  rokit-collapsible, #input { display: flex; flex-grow: 1; border: 0; }
206
- rokit-collapsible::part(content) { display: flex; flex-direction: column; outline: 0; z-index: 1000; position: absolute; top: calc(100% + 2px); background-color: var(--rokit-background-color-inner); }
201
+ rokit-collapsible::part(content) { display: flex; flex-direction: column; padding-top: 0; outline: 0; z-index: 1000; position: absolute; top: calc(100% + 2px); background-color: var(--rokit-background-color-inner); }
207
202
  rokit-collapsible::part(header) { background-color: inherit !important; }
208
203
  rokit-collapsible[open].has-content::part(content), rokit-collapsible.has-content.transitioning::part(content) { border: 2px solid var(--rokit-primary-color-transparent-inner); box-shadow: 0 0 10px var(--rokit-shadow-color-inner); clip-path: inset(0 -13px -13px 0); }
209
204
  #list-container { outline: 0; }
@@ -223,7 +218,7 @@ a, a:visited { color: inherit; }
223
218
  :host([collapse]) li > div > div { padding-left: 1.8em; }
224
219
  :host([collapse]) ul:not(.open) { display: none; }
225
220
  :host([collapse]) li:not(.open) > div > .toggle-node::part(link):before { transform: translate(0em, 0em) rotate(-45deg); }
226
- `];jt([Be()],pt.prototype,"emptyMessage",2);jt([Be()],pt.prototype,"sort",2);jt([Be()],pt.prototype,"collapsibleMaxHeight",2);jt([Be()],pt.prototype,"collapsibleOrientationLeft",2);jt([Be()],pt.prototype,"collapsibleOrientationRight",2);jt([Be()],pt.prototype,"collapsibleWidth",2);jt([Be()],pt.prototype,"inputMinWidth",2);jt([Be({type:Boolean,reflect:!0})],pt.prototype,"collapse",2);jt([Be()],pt.prototype,"filterableThreshold",2);jt([Ni("rokit-collapsible")],pt.prototype,"collapsible",2);jt([Ni("#input")],pt.prototype,"input",2);jt([Ni("#list-container")],pt.prototype,"listContainer",2);jt([_c()],pt.prototype,"selectedItem",2);jt([_c()],pt.prototype,"itemCount",2);pt=jt([$r("rokit-select")],pt);var Mg=Object.defineProperty,Pg=Object.getOwnPropertyDescriptor,po=(i,e,t,r)=>{for(var n=r>1?void 0:r?Pg(e,t):e,s=i.length-1,o;s>=0;s--)(o=i[s])&&(n=(r?o(e,t,n):o(n))||n);return r&&n&&Mg(e,t,n),n};let Wr=class extends ft{constructor(){super(...arguments),this.resize="none",this.rows=3}firstUpdated(){super.firstUpdated(),this.inputElement.rows=this.rows,this.cols!==void 0&&(this.inputElement.cols=this.cols),this.resize==="auto"?(this.inputElement.style.resize="none",this.inputElement.addEventListener("input",()=>this.autoResize())):this.inputElement.style.resize=this.resize}updated(i){super.updated(i),this.resize==="auto"&&i.has("value")&&this.autoResize()}autoResize(){this.inputElement.style.height="",this.inputElement.style.height=this.inputElement.scrollHeight+"px"}onSlotChange(){const i=this.shadowRoot.querySelector("#content").assignedNodes().map(e=>e.textContent).join("");i.trim()!==""&&(this.value=i)}renderInput(){return X`
221
+ `];jt([Be()],pt.prototype,"emptyMessage",2);jt([Be()],pt.prototype,"sort",2);jt([Be()],pt.prototype,"collapsibleMaxHeight",2);jt([Be()],pt.prototype,"collapsibleOrientationLeft",2);jt([Be()],pt.prototype,"collapsibleOrientationRight",2);jt([Be()],pt.prototype,"collapsibleWidth",2);jt([Be()],pt.prototype,"inputMinWidth",2);jt([Be({type:Boolean,reflect:!0})],pt.prototype,"collapse",2);jt([Be()],pt.prototype,"filterableThreshold",2);jt([Li("rokit-collapsible")],pt.prototype,"collapsible",2);jt([Li("#input")],pt.prototype,"input",2);jt([Li("#list-container")],pt.prototype,"listContainer",2);jt([_c()],pt.prototype,"selectedItem",2);jt([_c()],pt.prototype,"itemCount",2);pt=jt([$r("rokit-select")],pt);var Pg=Object.defineProperty,jg=Object.getOwnPropertyDescriptor,po=(i,e,t,r)=>{for(var n=r>1?void 0:r?jg(e,t):e,s=i.length-1,o;s>=0;s--)(o=i[s])&&(n=(r?o(e,t,n):o(n))||n);return r&&n&&Pg(e,t,n),n};let Wr=class extends ft{constructor(){super(...arguments),this.resize="none",this.rows=3}firstUpdated(){super.firstUpdated(),this.inputElement.rows=this.rows,this.cols!==void 0&&(this.inputElement.cols=this.cols),this.resize==="auto"?(this.inputElement.style.resize="none",this.inputElement.addEventListener("input",()=>this.autoResize())):this.inputElement.style.resize=this.resize}updated(i){super.updated(i),this.resize==="auto"&&i.has("value")&&this.autoResize()}autoResize(){this.inputElement.style.height="",this.inputElement.style.height=this.inputElement.scrollHeight+"px"}onSlotChange(){const i=this.shadowRoot.querySelector("#content").assignedNodes().map(e=>e.textContent).join("");i.trim()!==""&&(this.value=i)}renderInput(){return X`
227
222
  <textarea id="input" part="input" autocomplete="off" name="${this.name}" ?disabled="${this.disabled}" ?readonly="${this.readonly}" ?required="${this.required}" .value="${this.value}"></textarea>
228
223
  <slot id="content" @slotchange=${this.onSlotChange}></slot>
229
224
  `}};Wr.styles=[...ft.styles,Ie`
@@ -231,7 +226,7 @@ a, a:visited { color: inherit; }
231
226
  #input { height: initial; }
232
227
  #content { display: none; }
233
228
  .wrapper { align-items: flex-start; }
234
- `];po([Be()],Wr.prototype,"resize",2);po([Be()],Wr.prototype,"rows",2);po([Be()],Wr.prototype,"cols",2);Wr=po([$r("rokit-textarea")],Wr);var jg=Object.defineProperty,Bg=Object.getOwnPropertyDescriptor,Mf=i=>{throw TypeError(i)},Di=(i,e,t,r)=>{for(var n=r>1?void 0:r?Bg(e,t):e,s=i.length-1,o;s>=0;s--)(o=i[s])&&(n=(r?o(e,t,n):o(n))||n);return r&&n&&jg(e,t,n),n},Pf=(i,e,t)=>e.has(i)||Mf("Cannot "+t),We=(i,e,t)=>(Pf(i,e,"read from private field"),t?t.call(i):e.get(i)),oa=(i,e,t)=>e.has(i)?Mf("Cannot add the same private member more than once"):e instanceof WeakSet?e.add(i):e.set(i,t),$s=(i,e,t,r)=>(Pf(i,e,"write to private field"),e.set(i,t),t),it,Mi,Mr;const Zi=18;let Fi=class extends ft{constructor(){super(...arguments),this.labelFormatter=i=>String(i),oa(this,it,[0,1]),oa(this,Mi,[We(this,it)[0],We(this,it)[1]]),oa(this,Mr)}firstUpdated(){super.firstUpdated(),this.sliderElement.addEventListener("mousedown",i=>this.onKnobDrag(i)),this.sliderElement.addEventListener("touchstart",i=>this.onKnobDrag(i)),new ResizeObserver(()=>{this.updateKnobPositions()}).observe(this.sliderElement)}updated(i){if(super.updated(i),i.has("min")&&(We(this,it)[0]=parseFloat(this.min||"0"),We(this,it)[1]=Math.max(We(this,it)[0],We(this,it)[1])),i.has("max")&&(We(this,it)[1]=parseFloat(this.max||"1"),We(this,it)[0]=Math.min(We(this,it)[0],We(this,it)[1])),i.has("step")&&$s(this,Mr,this.step?parseFloat(this.step):void 0),i.has("value")||i.has("min")||i.has("max"))if(this.value)if(this.range!==void 0){const e=JSON.parse(this.value);$s(this,Mi,[this.applyConstraints(e[0]),this.applyConstraints(e[1])])}else $s(this,Mi,[this.applyConstraints(parseFloat(this.value))]);else $s(this,Mi,[We(this,it)[0],We(this,it)[1]]);this.updateKnobPositions()}updateValidity(i,e){super.updateValidity(i,e,this.sliderElement)}chooseKnob(i){if(!this.endKnob)return this.startKnob;let e=Math.abs(i-this.startKnob.offsetLeft)<Math.abs(i-this.endKnob.offsetLeft)?this.startKnob:this.endKnob;return this.startKnob.value===this.endKnob.value&&(e.id==="start"&&e.value===We(this,it)[0]?e=this.endKnob:e.id==="end"&&e.value===We(this,it)[1]&&(e=this.startKnob)),e}toScreenSpace(i){return(i-We(this,it)[0])/(We(this,it)[1]-We(this,it)[0])*this.track.offsetWidth}toValueSpace(i){return i/this.track.offsetWidth*(We(this,it)[1]-We(this,it)[0])+We(this,it)[0]}applyConstraints(i,e){let t=Math.min(Math.max(i,We(this,it)[0]),We(this,it)[1]);return We(this,Mr)&&(t=Math.round(t/We(this,Mr))*We(this,Mr)),e!==void 0&&this.endKnob&&(t=e?Math.min(t,this.endKnob.value):Math.max(t,this.startKnob.value)),t}updateKnob(i,e){i.value=e,i.offset=this.toScreenSpace(e),i.label=this.labelFormatter(e),this.endKnob&&(i.id==="start"?this.track.style.borderLeftWidth=i.offset+"px":this.track.style.borderRightWidth=this.track.offsetWidth-i.offset+"px")}updateKnobPositions(){this.updateKnob(this.startKnob,We(this,Mi)[0]),this.endKnob&&this.updateKnob(this.endKnob,We(this,Mi)[1])}onKnobDrag(i){if(i.target instanceof Gr||this.classList.contains("has-value")||this.classList.contains("has-focus")){let e;const t=n=>{let s=0;n.type==="touchmove"||n.type==="touchstart"?s=n.touches[0].clientX:s=n.clientX,s=s-this.track.getBoundingClientRect().left,e||(e=this.chooseKnob(s),e.classList.add("focus")),this.updateKnob(e,this.applyConstraints(this.toValueSpace(s),e.id==="start"))},r=()=>{document.removeEventListener("mousemove",t),document.removeEventListener("touchmove",t),document.removeEventListener("mouseup",r),document.removeEventListener("touchend",r),e&&(e.classList.remove("focus"),this.range!==void 0?e.id==="end"?this.value=JSON.stringify([We(this,Mi)[0],e.value]):this.value=JSON.stringify([e.value,We(this,Mi)[1]]):this.value=String(e.value)),e=void 0};this.sliderElement.focus(),document.addEventListener("mousemove",t),document.addEventListener("touchmove",t),document.addEventListener("mouseup",r),document.addEventListener("touchend",r),t(i)}}renderInput(){return X`
229
+ `];po([Be()],Wr.prototype,"resize",2);po([Be()],Wr.prototype,"rows",2);po([Be()],Wr.prototype,"cols",2);Wr=po([$r("rokit-textarea")],Wr);var Bg=Object.defineProperty,Fg=Object.getOwnPropertyDescriptor,Mf=i=>{throw TypeError(i)},Oi=(i,e,t,r)=>{for(var n=r>1?void 0:r?Fg(e,t):e,s=i.length-1,o;s>=0;s--)(o=i[s])&&(n=(r?o(e,t,n):o(n))||n);return r&&n&&Bg(e,t,n),n},Pf=(i,e,t)=>e.has(i)||Mf("Cannot "+t),We=(i,e,t)=>(Pf(i,e,"read from private field"),t?t.call(i):e.get(i)),oa=(i,e,t)=>e.has(i)?Mf("Cannot add the same private member more than once"):e instanceof WeakSet?e.add(i):e.set(i,t),$s=(i,e,t,r)=>(Pf(i,e,"write to private field"),e.set(i,t),t),it,Pi,Mr;const Zi=18;let Fi=class extends ft{constructor(){super(...arguments),this.labelFormatter=i=>String(i),oa(this,it,[0,1]),oa(this,Pi,[We(this,it)[0],We(this,it)[1]]),oa(this,Mr)}firstUpdated(){super.firstUpdated(),this.sliderElement.addEventListener("mousedown",i=>this.onKnobDrag(i)),this.sliderElement.addEventListener("touchstart",i=>this.onKnobDrag(i)),new ResizeObserver(()=>{this.updateKnobPositions()}).observe(this.sliderElement)}updated(i){if(super.updated(i),i.has("min")&&(We(this,it)[0]=parseFloat(this.min||"0"),We(this,it)[1]=Math.max(We(this,it)[0],We(this,it)[1])),i.has("max")&&(We(this,it)[1]=parseFloat(this.max||"1"),We(this,it)[0]=Math.min(We(this,it)[0],We(this,it)[1])),i.has("step")&&$s(this,Mr,this.step?parseFloat(this.step):void 0),i.has("value")||i.has("min")||i.has("max"))if(this.value)if(this.range!==void 0){const e=JSON.parse(this.value);$s(this,Pi,[this.applyConstraints(e[0]),this.applyConstraints(e[1])])}else $s(this,Pi,[this.applyConstraints(parseFloat(this.value))]);else $s(this,Pi,[We(this,it)[0],We(this,it)[1]]);this.updateKnobPositions()}updateValidity(i,e){super.updateValidity(i,e,this.sliderElement)}chooseKnob(i){if(!this.endKnob)return this.startKnob;let e=Math.abs(i-this.startKnob.offsetLeft)<Math.abs(i-this.endKnob.offsetLeft)?this.startKnob:this.endKnob;return this.startKnob.value===this.endKnob.value&&(e.id==="start"&&e.value===We(this,it)[0]?e=this.endKnob:e.id==="end"&&e.value===We(this,it)[1]&&(e=this.startKnob)),e}toScreenSpace(i){return(i-We(this,it)[0])/(We(this,it)[1]-We(this,it)[0])*this.track.offsetWidth}toValueSpace(i){return i/this.track.offsetWidth*(We(this,it)[1]-We(this,it)[0])+We(this,it)[0]}applyConstraints(i,e){let t=Math.min(Math.max(i,We(this,it)[0]),We(this,it)[1]);return We(this,Mr)&&(t=Math.round(t/We(this,Mr))*We(this,Mr)),e!==void 0&&this.endKnob&&(t=e?Math.min(t,this.endKnob.value):Math.max(t,this.startKnob.value)),t}updateKnob(i,e){i.value=e,i.offset=this.toScreenSpace(e),i.label=this.labelFormatter(e),this.endKnob&&(i.id==="start"?this.track.style.borderLeftWidth=i.offset+"px":this.track.style.borderRightWidth=this.track.offsetWidth-i.offset+"px")}updateKnobPositions(){this.updateKnob(this.startKnob,We(this,Pi)[0]),this.endKnob&&this.updateKnob(this.endKnob,We(this,Pi)[1])}onKnobDrag(i){if(i.target instanceof Gr||this.classList.contains("has-value")||this.classList.contains("has-focus")){let e;const t=n=>{let s=0;n.type==="touchmove"||n.type==="touchstart"?s=n.touches[0].clientX:s=n.clientX,s=s-this.track.getBoundingClientRect().left,e||(e=this.chooseKnob(s),e.classList.add("focus")),this.updateKnob(e,this.applyConstraints(this.toValueSpace(s),e.id==="start"))},r=()=>{document.removeEventListener("mousemove",t),document.removeEventListener("touchmove",t),document.removeEventListener("mouseup",r),document.removeEventListener("touchend",r),e&&(e.classList.remove("focus"),this.range!==void 0?e.id==="end"?this.value=JSON.stringify([We(this,Pi)[0],e.value]):this.value=JSON.stringify([e.value,We(this,Pi)[1]]):this.value=String(e.value)),e=void 0};this.sliderElement.focus(),document.addEventListener("mousemove",t),document.addEventListener("touchmove",t),document.addEventListener("mouseup",r),document.addEventListener("touchend",r),t(i)}}renderInput(){return X`
235
230
  ${super.renderInput()}
236
231
  <div id="slider" part="slider" tabindex="0" ?range="${this.range!==void 0}">
237
232
  <div id="track"></div>
@@ -240,7 +235,7 @@ a, a:visited { color: inherit; }
240
235
  <rokit-slider-knob id="end"></rokit-slider-knob>
241
236
  `}
242
237
  </div>
243
- `}};it=new WeakMap;Mi=new WeakMap;Mr=new WeakMap;Fi.styles=[...ft.styles,Ie`
238
+ `}};it=new WeakMap;Pi=new WeakMap;Mr=new WeakMap;Fi.styles=[...ft.styles,Ie`
244
239
  :host(.has-label:not(:focus):not(.has-value):not([sticky])) #slider > * { visibility: hidden; }
245
240
  :host(.has-label) .wrapper { padding-top: 1em; }
246
241
  :host([sticky]) #slider { margin-top: ${.25*Zi+22}px; }
@@ -249,7 +244,7 @@ a, a:visited { color: inherit; }
249
244
  :host(:not([sticky])) #slider:not(:focus) rokit-slider-knob::part(label) { color: transparent; background-color: transparent; border-color: transparent; top: 0; }
250
245
  #track { height: 2px; flex-grow: 1; background-color: #CCC; }
251
246
  #slider[range] #track { background-color: color-mix(in srgb, var(--rokit-primary-color-inner) 60%, transparent); border-width: 0; border-color: #CCC; border-style: solid; }
252
- `];Di([Be()],Fi.prototype,"range",2);Di([Be()],Fi.prototype,"labelFormatter",2);Di([Ni("#slider")],Fi.prototype,"sliderElement",2);Di([Ni("#track")],Fi.prototype,"track",2);Di([Ni("#start")],Fi.prototype,"startKnob",2);Di([Ni("#end")],Fi.prototype,"endKnob",2);Fi=Di([$r("rokit-slider")],Fi);let Gr=class extends ct{constructor(){super(...arguments),this.offset=0,this.label="",this.value=0}updated(i){i.has("offset")&&(this.style.left=this.offset+"px")}render(){return X`<label part="label">${this.label}</label>`}};Gr.styles=[Ie`
247
+ `];Oi([Be()],Fi.prototype,"range",2);Oi([Be()],Fi.prototype,"labelFormatter",2);Oi([Li("#slider")],Fi.prototype,"sliderElement",2);Oi([Li("#track")],Fi.prototype,"track",2);Oi([Li("#start")],Fi.prototype,"startKnob",2);Oi([Li("#end")],Fi.prototype,"endKnob",2);Fi=Oi([$r("rokit-slider")],Fi);let Gr=class extends ct{constructor(){super(...arguments),this.offset=0,this.label="",this.value=0}updated(i){i.has("offset")&&(this.style.left=this.offset+"px")}render(){return X`<label part="label">${this.label}</label>`}};Gr.styles=[Ie`
253
248
  :host { position: absolute; width: ${Zi}px; height: ${Zi}px; border-radius: ${Zi}px; background-color: var(--rokit-primary-color-inner); }
254
249
  :host(.focus), :host(:hover) { box-shadow: 0 0 0 ${Zi/2}px var(--rokit-primary-color-transparent-inner); z-index: 1; }
255
250
  label {
@@ -279,9 +274,9 @@ a, a:visited { color: inherit; }
279
274
  background-color: inherit;
280
275
  clip-path: polygon(50% 50%, 100% 50%, 50% 100%, 0 50%);
281
276
  }
282
- `];Di([Be()],Gr.prototype,"offset",2);Di([Be()],Gr.prototype,"label",2);Gr=Di([$r("rokit-slider-knob")],Gr);class Gs extends HTMLElement{constructor(e,t,r,n){if(super(),this.template=new Nm(r.store.getQuads(e,null,null,null),t,r),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.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,ki));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)}if(r.editMode&&!t.linked&&(this.addEventListener("change",()=>{this.updateControls()}),this.updateControls()),this.template.extendedShapes.length&&this.template.config.attributes.collapse!==null&&(!this.template.maxCount||this.template.maxCount>1)&&(r.editMode&&!t.linked||this.childElementCount>0)){const s=this;s.classList.add("collapsible"),this.template.config.attributes.collapse==="open"&&s.classList.add("open");const o=document.createElement("h1");o.classList.add("activator"),o.innerText=this.template.label,o.addEventListener("click",()=>{s.classList.toggle("open")}),this.prepend(o)}}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=$m(r,e,this.template.config);s.length&&(t=Ps(this.template.clone().merge(s),e,!0),n=!0)}n||(t=_f(r,this,this.template.config),jf(t,""))}else{let r=!1;if(e&&!(e instanceof gi)){const n=this.getRdfClassToLinkOrCreate();n&&this.template.config.store.countQuads(e,xt,n,ki)===0&&(r=!0)}t=Ps(this.template,e,void 0,r||this.template.parent.linked)}return this.addButton?this.insertBefore(t,this.addButton):this.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")){const n=Ve.namedNode(r.dataset.path);if(r.firstChild instanceof tr){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=jm(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,Zn,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,Zn,null);for(const n of r)if(this.template.config.store.countQuads(e,xt,n,null)>0)return!0}return!1}createAddButton(){const e=new pt;e.dense=!0,e.label="+ "+this.template.label,e.title="Add "+this.template.label,e.classList.add("add-button");let t=[],r=this.getRdfClassToLinkOrCreate();if(r&&(t=uc(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(()=>{Tm(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 l of t){const c=document.createElement("li"),d=typeof l.value=="string"?l.value:l.value.value;c.innerText=l.label?l.label:d,c.dataset.value=JSON.stringify(l.value),n.appendChild(c)}e.appendChild(n),e.collapsibleWidth="250px",e.collapsibleOrientationLeft="",e.addEventListener("change",()=>{if(e.value==="new")this.addPropertyInstance();else{const l=JSON.parse(e.value);this.insertBefore(Ps(this.template,l,!0,!0),e)}e.value=""})}return e}}function Ps(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 tr(s,i.config,e,i.parent,i.nodeKind,i.label,r))}else{const s=qm(i.path,i.datatype?.value);s?i.config.editMode&&!r?n=s.createEditor(i,e):n=s.createViewer(i,e):n=Om(i,e||null,i.config.editMode&&!r),n.classList.add("property-instance"),r&&n.classList.add("linked")}return i.config.editMode&&jf(n,i.label,t),n.dataset.path=i.path,n}function jf(i,e,t=!1){const r=new is;r.classList.add("remove-button","clear"),r.title="Remove "+e,r.dense=!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",Gs);function Fg(i,e){const t=document.createElement("div");t.dataset.subject=i,t.classList.add("shacl-group");let r=i;const n=e.store.getQuads(i,null,null,null),s=Un(n,"label",lc,e.languages);s&&(r=s);const o=Un(n,"order");o&&(t.style.order=o);const a=document.createElement("h1");return a.innerText=r,t.appendChild(a),e.attributes.collapse!==null&&(t.classList.add("collapsible"),e.attributes.collapse==="open"&&t.classList.add("open"),a.classList.add("activator"),a.addEventListener("click",()=>{t.classList.toggle("open")})),t}const wt=[];for(let i=0;i<256;++i)wt.push((i+256).toString(16).slice(1));function qg(i,e=0){return(wt[i[e+0]]+wt[i[e+1]]+wt[i[e+2]]+wt[i[e+3]]+"-"+wt[i[e+4]]+wt[i[e+5]]+"-"+wt[i[e+6]]+wt[i[e+7]]+"-"+wt[i[e+8]]+wt[i[e+9]]+"-"+wt[i[e+10]]+wt[i[e+11]]+wt[i[e+12]]+wt[i[e+13]]+wt[i[e+14]]+wt[i[e+15]]).toLowerCase()}let aa;const Ug=new Uint8Array(16);function Vg(){if(!aa){if(typeof crypto>"u"||!crypto.getRandomValues)throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");aa=crypto.getRandomValues.bind(crypto)}return aa(Ug)}const zg=typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto),uu={randomUUID:zg};function hu(i,e,t){if(uu.randomUUID&&!i)return uu.randomUUID();i=i||{};const r=i.random??i.rng?.()??Vg();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,qg(r)}class tr 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 l=r;if(!l){if(!s){const d=t.store.getObjects(e,`${Ae}nodeKind`,null);d.length&&(s=d[0])}s===void 0&&t.attributes.valuesNamespace||s?.value===`${Ae}IRI`?l=Ve.namedNode(t.attributes.valuesNamespace+hu()):l=Ve.blankNode(hu())}this.nodeId=l;const c=JSON.stringify([e,r]);if(r&&t.renderedNodes.has(c)){o=o||"Link";const d=document.createElement("label");d.innerText=o,d.classList.add("linked"),this.appendChild(d);const f=document.createElement("a");let g=r.termType==="BlankNode"?"_:"+r.value:r.value;f.innerText=g,f.classList.add("ref-link"),f.onclick=()=>{this.config.form.querySelector(`shacl-node[data-node-id='${g}']`)?.scrollIntoView()},this.appendChild(f),this.style.flexDirection="row"}else{if(r&&t.renderedNodes.add(c),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,cc,null,null))this.owlImports.push(d.object);for(const d of t.store.getQuads(e,null,null,null))switch(d.predicate.id){case zs.id:this.addPropertyInstance(d.object,t,r);break;case`${Ae}and`:const f=t.lists[d.object.value];if(f?.length)for(const g of f)this.prepend(new tr(g,t,r,this));else console.error("list not found:",d.object.value,"existing lists:",t.lists);break;case`${Ae}node`:this.prepend(new tr(d.object,t,r,this));break;case`${Ae}targetClass`:this.targetClass=d.object;break;case`${Ae}or`:this.tryResolve(d.object,r,t);break;case`${Ae}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,xt,this.targetClass,this.config.valuesGraphId),this.config.attributes.generateNodeShapeReference&&!this.parent&&e.addQuad(t,Ve.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,`${Ae}group`,null,null);if(s.length>0){const a=s[0].object.value;if(t.groups.indexOf(a)>-1){let l=this.querySelector(`:scope > .shacl-group[data-subject='${a}']`);l||(l=Fg(a,t),this.appendChild(l)),n=l}else console.warn("ignoring unknown group reference",s[0],"existing groups:",t.groups)}const o=new Gs(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=Cm(n,t,r);if(o.length){for(const a of o)this.addPropertyInstance(a,r,t);s=!0}}s||this.appendChild(_f(n,this,r))}else console.error("list for sh:or/sh:xone not found:",e,"existing lists:",r.lists)}}window.customElements.define("shacl-node",tr);var la={},ca,fu;function xc(){return fu||(fu=1,ca=class Bf{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 Bf(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()]}}),ca}var da={},pu;function Hg(){return pu||(pu=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 v=new Array(arguments.length-1),u=0;u<v.length;u++)v[u]=arguments[u+1];var m={callback:k,args:v};return r[t]=m,o(t),t++}function l(k){delete r[k]}function c(k){var v=k.callback,u=k.args;switch(u.length){case 0:v();break;case 1:v(u[0]);break;case 2:v(u[0],u[1]);break;case 3:v(u[0],u[1],u[2]);break;default:v.apply(e,u);break}}function d(k){if(n)setTimeout(d,0,k);else{var v=r[k];if(v){n=!0;try{c(v)}finally{l(k),n=!1}}}}function f(){o=function(k){process.nextTick(function(){d(k)})}}function g(){if(i.postMessage&&!i.importScripts){var k=!0,v=i.onmessage;return i.onmessage=function(){k=!1},i.postMessage("","*"),i.onmessage=v,k}}function y(){var k="setImmediate$"+Math.random()+"$",v=function(u){u.source===i&&typeof u.data=="string"&&u.data.indexOf(k)===0&&d(+u.data.slice(k.length))};i.addEventListener?i.addEventListener("message",v,!1):i.attachEvent("onmessage",v),o=function(u){i.postMessage(k+u,"*")}}function b(){var k=new MessageChannel;k.port1.onmessage=function(v){var u=v.data;d(u)},o=function(v){k.port2.postMessage(v)}}function _(){var k=s.documentElement;o=function(v){var u=s.createElement("script");u.onreadystatechange=function(){d(v),u.onreadystatechange=null,k.removeChild(u),u=null},k.appendChild(u)}}function E(){o=function(k){setTimeout(d,0,k)}}var S=Object.getPrototypeOf&&Object.getPrototypeOf(i);S=S&&S.setTimeout?S:i,{}.toString.call(i.process)==="[object process]"?f():g()?y():i.MessageChannel?b():s&&"onreadystatechange"in s.createElement("script")?_():E(),S.setImmediate=a,S.clearImmediate=l}(typeof self>"u"?typeof jr>"u"?da:jr:self)),da}/*!
277
+ `];Oi([Be()],Gr.prototype,"offset",2);Oi([Be()],Gr.prototype,"label",2);Gr=Oi([$r("rokit-slider-knob")],Gr);class Gs extends HTMLElement{constructor(e,t,r,n){if(super(),this.template=new Lm(r.store.getQuads(e,null,null,null),t,r),this.template.extendedShapes.length&&this.template.config.attributes.collapse!==null&&(!this.template.maxCount||this.template.maxCount>1)){const s=new Yt;s.classList.add("collapsible","shacl-group"),s.open=r.attributes.collapse==="open",s.label=this.template.label,this.container=s}else this.container=this;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,Ii));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 Yt&&(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=Cm(r,e,this.template.config);s.length&&(t=Ps(this.template.clone().merge(s),e,!0),n=!0)}n||(t=_f(r,this,this.template.config),jf(t,""))}else{let r=!1;if(e&&!(e instanceof ai)){const n=this.getRdfClassToLinkOrCreate();n&&this.template.config.store.countQuads(e,xt,n,Ii)===0&&(r=!0)}t=Ps(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),r&&this.addButton?.input&&this.addButton.input.updateMinWidth()}toRDF(e,t){for(const r of this.querySelectorAll(":scope > .property-instance, :scope > .collapsible > .property-instance")){const n=Ve.namedNode(r.dataset.path);if(r.firstChild instanceof ir){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=Bm(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,Zn,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,Zn,null);for(const n of r)if(this.template.config.store.countQuads(e,xt,n,null)>0)return!0}return!1}createAddButton(){const e=new pt;e.dense=!0,e.label="+ "+this.template.label,e.title="Add "+this.template.label,e.classList.add("add-button");let t=[],r=this.getRdfClassToLinkOrCreate();if(r&&(t=uc(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(()=>{$m(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 l of t){const c=document.createElement("li"),d=typeof l.value=="string"?l.value:l.value.value;c.innerText=l.label?l.label:d,c.dataset.value=JSON.stringify(l.value),n.appendChild(c)}e.appendChild(n),e.collapsibleWidth="250px",e.collapsibleOrientationLeft="",e.addEventListener("change",()=>{if(e.value==="new")this.addPropertyInstance();else{const l=JSON.parse(e.value);this.container.insertBefore(Ps(this.template,l,!0,!0),e)}e.value=""})}return e}}function Ps(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 ir(s,i.config,e,i.parent,i.nodeKind,i.label,r))}else{const s=Um(i.path,i.datatype?.value);s?i.config.editMode&&!r?n=s.createEditor(i,e):n=s.createViewer(i,e):n=Mm(i,e||null,i.config.editMode&&!r),n.classList.add("property-instance"),r&&n.classList.add("linked")}return i.config.editMode&&jf(n,i.label,t),n.dataset.path=i.path,n}function jf(i,e,t=!1){const r=new is;r.classList.add("remove-button","clear"),r.title="Remove "+e,r.dense=!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",Gs);function qg(i,e){let t=i;const r=e.store.getQuads(i,null,null,null),n=Un(r,"label",lc,e.languages);n&&(t=n);let s;if(e.attributes.collapse!==null)s=new Yt,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=Un(r,"order");return o&&(s.style.order=o),s}const wt=[];for(let i=0;i<256;++i)wt.push((i+256).toString(16).slice(1));function Ug(i,e=0){return(wt[i[e+0]]+wt[i[e+1]]+wt[i[e+2]]+wt[i[e+3]]+"-"+wt[i[e+4]]+wt[i[e+5]]+"-"+wt[i[e+6]]+wt[i[e+7]]+"-"+wt[i[e+8]]+wt[i[e+9]]+"-"+wt[i[e+10]]+wt[i[e+11]]+wt[i[e+12]]+wt[i[e+13]]+wt[i[e+14]]+wt[i[e+15]]).toLowerCase()}let aa;const Vg=new Uint8Array(16);function zg(){if(!aa){if(typeof crypto>"u"||!crypto.getRandomValues)throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");aa=crypto.getRandomValues.bind(crypto)}return aa(Vg)}const Hg=typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto),uu={randomUUID:Hg};function hu(i,e,t){if(uu.randomUUID&&!i)return uu.randomUUID();i=i||{};const r=i.random??i.rng?.()??zg();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,Ug(r)}class ir 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 l=r;if(!l){if(!s){const d=t.store.getObjects(e,`${Ae}nodeKind`,null);d.length&&(s=d[0])}s===void 0&&t.attributes.valuesNamespace||s?.value===`${Ae}IRI`?l=Ve.namedNode(t.attributes.valuesNamespace+hu()):l=Ve.blankNode(hu())}this.nodeId=l;const c=JSON.stringify([e,r]);if(r&&t.renderedNodes.has(c)){o=o||"Link";const d=document.createElement("label");d.innerText=o,d.classList.add("linked"),this.appendChild(d);const f=document.createElement("a");let g=r.termType==="BlankNode"?"_:"+r.value:r.value;f.innerText=g,f.classList.add("ref-link"),f.onclick=()=>{this.config.form.querySelector(`shacl-node[data-node-id='${g}']`)?.scrollIntoView()},this.appendChild(f),this.style.flexDirection="row"}else{if(r&&t.renderedNodes.add(c),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,cc,null,null))this.owlImports.push(d.object);for(const d of t.store.getQuads(e,null,null,null))switch(d.predicate.id){case zs.id:this.addPropertyInstance(d.object,t,r);break;case`${Ae}and`:const f=t.lists[d.object.value];if(f?.length)for(const g of f)this.prepend(new ir(g,t,r,this));else console.error("list not found:",d.object.value,"existing lists:",t.lists);break;case`${Ae}node`:this.prepend(new ir(d.object,t,r,this));break;case`${Ae}targetClass`:this.targetClass=d.object;break;case`${Ae}or`:this.tryResolve(d.object,r,t);break;case`${Ae}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,xt,this.targetClass,this.config.valuesGraphId),this.config.attributes.generateNodeShapeReference&&!this.parent&&e.addQuad(t,Ve.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,`${Ae}group`,null,null);if(s.length>0){const a=s[0].object.value;if(t.groups.indexOf(a)>-1){let l=this.querySelector(`:scope > .shacl-group[data-subject='${a}']`);l||(l=qg(a,t),this.appendChild(l)),n=l}else console.warn("ignoring unknown group reference",s[0],"existing groups:",t.groups)}const o=new Gs(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=Am(n,t,r);if(o.length){for(const a of o)this.addPropertyInstance(a,r,t);s=!0}}s||this.appendChild(_f(n,this,r))}else console.error("list for sh:or/sh:xone not found:",e,"existing lists:",r.lists)}}window.customElements.define("shacl-node",ir);var la={},ca,fu;function xc(){return fu||(fu=1,ca=class Bf{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 Bf(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()]}}),ca}var da={},pu;function Wg(){return pu||(pu=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 v=new Array(arguments.length-1),u=0;u<v.length;u++)v[u]=arguments[u+1];var m={callback:k,args:v};return r[t]=m,o(t),t++}function l(k){delete r[k]}function c(k){var v=k.callback,u=k.args;switch(u.length){case 0:v();break;case 1:v(u[0]);break;case 2:v(u[0],u[1]);break;case 3:v(u[0],u[1],u[2]);break;default:v.apply(e,u);break}}function d(k){if(n)setTimeout(d,0,k);else{var v=r[k];if(v){n=!0;try{c(v)}finally{l(k),n=!1}}}}function f(){o=function(k){process.nextTick(function(){d(k)})}}function g(){if(i.postMessage&&!i.importScripts){var k=!0,v=i.onmessage;return i.onmessage=function(){k=!1},i.postMessage("","*"),i.onmessage=v,k}}function y(){var k="setImmediate$"+Math.random()+"$",v=function(u){u.source===i&&typeof u.data=="string"&&u.data.indexOf(k)===0&&d(+u.data.slice(k.length))};i.addEventListener?i.addEventListener("message",v,!1):i.attachEvent("onmessage",v),o=function(u){i.postMessage(k+u,"*")}}function b(){var k=new MessageChannel;k.port1.onmessage=function(v){var u=v.data;d(u)},o=function(v){k.port2.postMessage(v)}}function _(){var k=s.documentElement;o=function(v){var u=s.createElement("script");u.onreadystatechange=function(){d(v),u.onreadystatechange=null,k.removeChild(u),u=null},k.appendChild(u)}}function E(){o=function(k){setTimeout(d,0,k)}}var S=Object.getPrototypeOf&&Object.getPrototypeOf(i);S=S&&S.setTimeout?S:i,{}.toString.call(i.process)==="[object process]"?f():g()?y():i.MessageChannel?b():s&&"onreadystatechange"in s.createElement("script")?_():E(),S.setImmediate=a,S.clearImmediate=l}(typeof self>"u"?typeof jr>"u"?da:jr:self)),da}/*!
283
278
  * Copyright (c) 2016-2022 Digital Bazaar, Inc. All rights reserved.
284
- */var ua,mu;function mo(){if(mu)return ua;mu=1,Hg();const i=self.crypto||self.msCrypto;return ua=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}},ua}/*!
279
+ */var ua,mu;function mo(){if(mu)return ua;mu=1,Wg();const i=self.crypto||self.msCrypto;return ua=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}},ua}/*!
285
280
  * Copyright (c) 2016-2022 Digital Bazaar, Inc. All rights reserved.
286
281
  */var ha,gu;function Ff(){return gu||(gu=1,ha=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 l=e[a],c=t.get(l);(n===null||l>n)&&(c&&a>0&&l>e[a-1]||!c&&a<o-1&&l>e[a+1])&&(n=l,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 l of e)l>n&&t.set(l,!t.get(l))}return r}}),ha}/*!
287
282
  * Copyright (c) 2016-2022 Digital Bazaar, Inc. All rights reserved.
@@ -292,12 +287,12 @@ a, a:visited { color: inherit; }
292
287
  * Copyright (c) 2016-2022 Digital Bazaar, Inc. All rights reserved.
293
288
  */var pa,bu;function qf(){if(bu)return pa;bu=1;const i=xc(),e=mo(),t=Ff(),r=Ec();pa=class{constructor({createMessageDigest:o=()=>new e("sha256"),canonicalIdMap:a=new Map,maxDeepIterations:l=1/0}={}){this.name="URDNA2015",this.blankNodeInfo=new Map,this.canonicalIssuer=new i("_:c14n",a),this.createMessageDigest=o,this.maxDeepIterations=l,this.quads=null,this.deepIterations=null}async main(o){this.deepIterations=new Map,this.quads=o;for(const y of o)this._addBlankNodeQuadInfo({quad:y,component:y.subject}),this._addBlankNodeQuadInfo({quad:y,component:y.object}),this._addBlankNodeQuadInfo({quad:y,component:y.graph});const a=new Map,l=[...this.blankNodeInfo.keys()];let c=0;for(const y of l)++c%100===0&&await this._yield(),await this._hashAndTrackBlankNode({id:y,hashToBlankNodes:a});const d=[...a.keys()].sort(),f=[];for(const y of d){const b=a.get(y);if(b.length>1){f.push(b);continue}const _=b[0];this.canonicalIssuer.getId(_)}for(const y of f){const b=[];for(const _ of y){if(this.canonicalIssuer.hasId(_))continue;const E=new i("_:b");E.getId(_);const S=await this.hashNDegreeQuads(_,E);b.push(S)}b.sort(n);for(const _ of b){const E=_.issuer.getOldIds();for(const S of E)this.canonicalIssuer.getId(S)}}const g=[];for(const y of this.quads){const b=r.serializeQuadComponents(this._componentWithCanonicalId(y.subject),y.predicate,this._componentWithCanonicalId(y.object),this._componentWithCanonicalId(y.graph));g.push(b)}return g.sort(),g.join("")}async hashFirstDegreeQuads(o){const a=[],l=this.blankNodeInfo.get(o),c=l.quads;for(const f of c){const g={subject:null,predicate:f.predicate,object:null,graph:null};g.subject=this.modifyFirstDegreeComponent(o,f.subject,"subject"),g.object=this.modifyFirstDegreeComponent(o,f.object,"object"),g.graph=this.modifyFirstDegreeComponent(o,f.graph,"graph"),a.push(r.serializeQuad(g))}a.sort();const d=this.createMessageDigest();for(const f of a)d.update(f);return l.hash=await d.digest(),l.hash}async hashRelatedBlankNode(o,a,l,c){let d;this.canonicalIssuer.hasId(o)?d=this.canonicalIssuer.getId(o):l.hasId(o)?d=l.getId(o):d=this.blankNodeInfo.get(o).hash;const f=this.createMessageDigest();return f.update(c),c!=="g"&&f.update(this.getRelatedPredicate(a)),f.update(d),f.digest()}async hashNDegreeQuads(o,a){const l=this.deepIterations.get(o)||0;if(l>this.maxDeepIterations)throw new Error(`Maximum deep iterations (${this.maxDeepIterations}) exceeded.`);this.deepIterations.set(o,l+1);const c=this.createMessageDigest(),d=await this.createHashToRelated(o,a),f=[...d.keys()].sort();for(const g of f){c.update(g);let y="",b;const _=new t(d.get(g));let E=0;for(;_.hasNext();){const S=_.next();++E%3===0&&await this._yield();let k=a.clone(),v="";const u=[];let m=!1;for(const T of S)if(this.canonicalIssuer.hasId(T)?v+=this.canonicalIssuer.getId(T):(k.hasId(T)||u.push(T),v+=k.getId(T)),y.length!==0&&v>y){m=!0;break}if(!m){for(const T of u){const N=await this.hashNDegreeQuads(T,k);if(v+=k.getId(T),v+=`<${N.hash}>`,k=N.issuer,y.length!==0&&v>y){m=!0;break}}m||(y.length===0||v<y)&&(y=v,b=k)}}c.update(y),a=b}return{hash:await c.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 l=new Map,c=this.blankNodeInfo.get(o).quads;let d=0;for(const f of c)++d%100===0&&await this._yield(),await Promise.all([this._addRelatedBlankNodeHash({quad:f,component:f.subject,position:"s",id:o,issuer:a,hashToRelated:l}),this._addRelatedBlankNodeHash({quad:f,component:f.object,position:"o",id:o,issuer:a,hashToRelated:l}),this._addRelatedBlankNodeHash({quad:f,component:f.graph,position:"g",id:o,issuer:a,hashToRelated:l})]);return l}async _hashAndTrackBlankNode({id:o,hashToBlankNodes:a}){const l=await this.hashFirstDegreeQuads(o),c=a.get(l);c?c.push(o):a.set(l,[o])}_addBlankNodeQuadInfo({quad:o,component:a}){if(a.termType!=="BlankNode")return;const l=a.value,c=this.blankNodeInfo.get(l);c?c.quads.add(o):this.blankNodeInfo.set(l,{quads:new Set([o]),hash:null})}async _addRelatedBlankNodeHash({quad:o,component:a,position:l,id:c,issuer:d,hashToRelated:f}){if(!(a.termType==="BlankNode"&&a.value!==c))return;const g=a.value,y=await this.hashRelatedBlankNode(g,o,d,l),b=f.get(y);b?b.push(g):f.set(y,[g])}_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 pa}/*!
294
289
  * Copyright (c) 2016-2022 Digital Bazaar, Inc. All rights reserved.
295
- */var ma,vu;function Wg(){if(vu)return ma;vu=1;const i=mo(),e=qf();return ma=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 l of o){let c,d;if(l.subject.termType==="BlankNode"&&l.subject.value!==r)d=l.subject.value,c="p";else if(l.object.termType==="BlankNode"&&l.object.value!==r)d=l.object.value,c="r";else continue;++a%100===0&&await this._yield();const f=await this.hashRelatedBlankNode(d,l,n,c),g=s.get(f);g?g.push(d):s.set(f,[d])}return s}},ma}/*!
290
+ */var ma,vu;function Gg(){if(vu)return ma;vu=1;const i=mo(),e=qf();return ma=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 l of o){let c,d;if(l.subject.termType==="BlankNode"&&l.subject.value!==r)d=l.subject.value,c="p";else if(l.object.termType==="BlankNode"&&l.object.value!==r)d=l.object.value,c="r";else continue;++a%100===0&&await this._yield();const f=await this.hashRelatedBlankNode(d,l,n,c),g=s.get(f);g?g.push(d):s.set(f,[d])}return s}},ma}/*!
296
291
  * Copyright (c) 2016-2022 Digital Bazaar, Inc. All rights reserved.
297
292
  */var ga,wu;function Uf(){if(wu)return ga;wu=1;const i=xc(),e=mo(),t=Ff(),r=Ec();ga=class{constructor({createMessageDigest:o=()=>new e("sha256"),canonicalIdMap:a=new Map,maxDeepIterations:l=1/0}={}){this.name="URDNA2015",this.blankNodeInfo=new Map,this.canonicalIssuer=new i("_:c14n",a),this.createMessageDigest=o,this.maxDeepIterations=l,this.quads=null,this.deepIterations=null}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,l=[...this.blankNodeInfo.keys()];for(const g of l)this._hashAndTrackBlankNode({id:g,hashToBlankNodes:a});const c=[...a.keys()].sort(),d=[];for(const g of c){const y=a.get(g);if(y.length>1){d.push(y);continue}const b=y[0];this.canonicalIssuer.getId(b)}for(const g of d){const y=[];for(const b of g){if(this.canonicalIssuer.hasId(b))continue;const _=new i("_:b");_.getId(b);const E=this.hashNDegreeQuads(b,_);y.push(E)}y.sort(n);for(const b of y){const _=b.issuer.getOldIds();for(const E of _)this.canonicalIssuer.getId(E)}}const f=[];for(const g of this.quads){const y=r.serializeQuadComponents(this._componentWithCanonicalId({component:g.subject}),g.predicate,this._componentWithCanonicalId({component:g.object}),this._componentWithCanonicalId({component:g.graph}));f.push(y)}return f.sort(),f.join("")}hashFirstDegreeQuads(o){const a=[],l=this.blankNodeInfo.get(o),c=l.quads;for(const f of c){const g={subject:null,predicate:f.predicate,object:null,graph:null};g.subject=this.modifyFirstDegreeComponent(o,f.subject,"subject"),g.object=this.modifyFirstDegreeComponent(o,f.object,"object"),g.graph=this.modifyFirstDegreeComponent(o,f.graph,"graph"),a.push(r.serializeQuad(g))}a.sort();const d=this.createMessageDigest();for(const f of a)d.update(f);return l.hash=d.digest(),l.hash}hashRelatedBlankNode(o,a,l,c){let d;this.canonicalIssuer.hasId(o)?d=this.canonicalIssuer.getId(o):l.hasId(o)?d=l.getId(o):d=this.blankNodeInfo.get(o).hash;const f=this.createMessageDigest();return f.update(c),c!=="g"&&f.update(this.getRelatedPredicate(a)),f.update(d),f.digest()}hashNDegreeQuads(o,a){const l=this.deepIterations.get(o)||0;if(l>this.maxDeepIterations)throw new Error(`Maximum deep iterations (${this.maxDeepIterations}) exceeded.`);this.deepIterations.set(o,l+1);const c=this.createMessageDigest(),d=this.createHashToRelated(o,a),f=[...d.keys()].sort();for(const g of f){c.update(g);let y="",b;const _=new t(d.get(g));for(;_.hasNext();){const E=_.next();let S=a.clone(),k="";const v=[];let u=!1;for(const m of E)if(this.canonicalIssuer.hasId(m)?k+=this.canonicalIssuer.getId(m):(S.hasId(m)||v.push(m),k+=S.getId(m)),y.length!==0&&k>y){u=!0;break}if(!u){for(const m of v){const T=this.hashNDegreeQuads(m,S);if(k+=S.getId(m),k+=`<${T.hash}>`,S=T.issuer,y.length!==0&&k>y){u=!0;break}}u||(y.length===0||k<y)&&(y=k,b=S)}}c.update(y),a=b}return{hash:c.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 l=new Map,c=this.blankNodeInfo.get(o).quads;for(const d of c)this._addRelatedBlankNodeHash({quad:d,component:d.subject,position:"s",id:o,issuer:a,hashToRelated:l}),this._addRelatedBlankNodeHash({quad:d,component:d.object,position:"o",id:o,issuer:a,hashToRelated:l}),this._addRelatedBlankNodeHash({quad:d,component:d.graph,position:"g",id:o,issuer:a,hashToRelated:l});return l}_hashAndTrackBlankNode({id:o,hashToBlankNodes:a}){const l=this.hashFirstDegreeQuads(o),c=a.get(l);c?c.push(o):a.set(l,[o])}_addBlankNodeQuadInfo({quad:o,component:a}){if(a.termType!=="BlankNode")return;const l=a.value,c=this.blankNodeInfo.get(l);c?c.quads.add(o):this.blankNodeInfo.set(l,{quads:new Set([o]),hash:null})}_addRelatedBlankNodeHash({quad:o,component:a,position:l,id:c,issuer:d,hashToRelated:f}){if(!(a.termType==="BlankNode"&&a.value!==c))return;const g=a.value,y=this.hashRelatedBlankNode(g,o,d,l),b=f.get(y);b?b.push(g):f.set(y,[g])}_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 ga}/*!
298
293
  * Copyright (c) 2016-2021 Digital Bazaar, Inc. All rights reserved.
299
- */var ya,_u;function Gg(){if(_u)return ya;_u=1;const i=mo(),e=Uf();return ya=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 l,c;if(a.subject.termType==="BlankNode"&&a.subject.value!==r)c=a.subject.value,l="p";else if(a.object.termType==="BlankNode"&&a.object.value!==r)c=a.object.value,l="r";else continue;const d=this.hashRelatedBlankNode(c,a,n,l),f=s.get(d);f?f.push(c):s.set(d,[c])}return s}},ya}const Kg={},Jg=Object.freeze(Object.defineProperty({__proto__:null,default:Kg},Symbol.toStringTag,{value:"Module"})),Xg=Wp(Jg);var xu;function Qg(){return xu||(xu=1,function(i){const e=qf(),t=Wg(),r=Uf(),n=Gg();let s;try{s=Xg}catch{}function o(a){return Array.isArray(a)?a:i.NQuads.legacyDatasetToQuads(a)}i.NQuads=Ec(),i.IdentifierIssuer=xc(),i._rdfCanonizeNative=function(a){return a&&(s=a),s},i.canonize=async function(a,l){const c=o(a);if(l.useNative){if(!s)throw new Error("rdf-canonize-native not available");if(l.createMessageDigest)throw new Error('"createMessageDigest" cannot be used with "useNative".');return new Promise((d,f)=>s.canonize(c,l,(g,y)=>g?f(g):d(y)))}if(l.algorithm==="URDNA2015")return new e(l).main(c);if(l.algorithm==="URGNA2012"){if(l.createMessageDigest)throw new Error('"createMessageDigest" cannot be used with "URGNA2012".');return new t(l).main(c)}throw"algorithm"in l?new Error("Invalid RDF Dataset Canonicalization algorithm: "+l.algorithm):new Error("No RDF Dataset Canonicalization algorithm specified.")},i._canonizeSync=function(a,l){const c=o(a);if(l.useNative){if(!s)throw new Error("rdf-canonize-native not available");if(l.createMessageDigest)throw new Error('"createMessageDigest" cannot be used with "useNative".');return s.canonizeSync(c,l)}if(l.algorithm==="URDNA2015")return new r(l).main(c);if(l.algorithm==="URGNA2012"){if(l.createMessageDigest)throw new Error('"createMessageDigest" cannot be used with "URGNA2012".');return new n(l).main(c)}throw"algorithm"in l?new Error("Invalid RDF Dataset Canonicalization algorithm: "+l.algorithm):new Error("No RDF Dataset Canonicalization algorithm specified.")}}(la)),la}var ba,Eu;function Sc(){return Eu||(Eu=1,ba=Qg()),ba}var va,Su;function ii(){if(Su)return va;Su=1;const i={};return va=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",va}var wa,ku;function Gi(){if(ku)return wa;ku=1;const i=ii(),e={};return wa=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},wa}var _a,Iu;function di(){return Iu||(Iu=1,_a=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}}),_a}var xa,Ru;function oi(){if(Ru)return xa;Ru=1;const i=Gi(),e=ii(),t=Sc().IdentifierIssuer,r=di(),n=/^[a-zA-Z]{1,8}(-[a-zA-Z0-9]{1,8})*$/,s=/(?:<[^>]*?>|"[^"]*?"|[^,])+/g,o=/\s*<([^>]*?)>\s*(?:;\s*(.*))?/,a=/(.*?)=(?:(?:"([^"]*?)")|([^"]*?))\s*(?:(?:;\s*)|$)/g,l=/^@[a-zA-Z]+$/,c={headers:{accept:"application/ld+json, application/json"}},d={};xa=d,d.IdentifierIssuer=t,d.REGEX_BCP47=n,d.REGEX_KEYWORD=l,d.clone=function(g){if(g&&typeof g=="object"){let y;if(e.isArray(g)){y=[];for(let b=0;b<g.length;++b)y[b]=d.clone(g[b])}else if(g instanceof Map){y=new Map;for(const[b,_]of g)y.set(b,d.clone(_))}else if(g instanceof Set){y=new Set;for(const b of g)y.add(d.clone(b))}else if(e.isObject(g)){y={};for(const b in g)y[b]=d.clone(g[b])}else y=g.toString();return y}return g},d.asArray=function(g){return Array.isArray(g)?g:[g]},d.buildHeaders=(g={})=>{if(Object.keys(g).some(b=>b.toLowerCase()==="accept"))throw new RangeError('Accept header may not be specified; only "'+c.headers.accept+'" is supported.');return Object.assign({Accept:c.headers.accept},g)},d.parseLinkHeader=g=>{const y={},b=g.match(s);for(let _=0;_<b.length;++_){let E=b[_].match(o);if(!E)continue;const S={target:E[1]},k=E[2];for(;E=a.exec(k);)S[E[1]]=E[2]===void 0?E[3]:E[2];const v=S.rel||"";Array.isArray(y[v])?y[v].push(S):y.hasOwnProperty(v)?y[v]=[y[v],S]:y[v]=S}return y},d.validateTypeValue=(g,y)=>{if(!e.isString(g)&&!(e.isArray(g)&&g.every(b=>e.isString(b)))){if(y&&e.isObject(g))switch(Object.keys(g).length){case 0:return;case 1:if("@default"in g&&d.asArray(g["@default"]).every(b=>e.isString(b)))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:g})}},d.hasProperty=(g,y)=>{if(g.hasOwnProperty(y)){const b=g[y];return!e.isArray(b)||b.length>0}return!1},d.hasValue=(g,y,b)=>{if(d.hasProperty(g,y)){let _=g[y];const E=i.isList(_);if(e.isArray(_)||E){E&&(_=_["@list"]);for(let S=0;S<_.length;++S)if(d.compareValues(b,_[S]))return!0}else if(!e.isArray(b))return d.compareValues(b,_)}return!1},d.addValue=(g,y,b,_)=>{if(_=_||{},"propertyIsArray"in _||(_.propertyIsArray=!1),"valueIsArray"in _||(_.valueIsArray=!1),"allowDuplicate"in _||(_.allowDuplicate=!0),"prependValue"in _||(_.prependValue=!1),_.valueIsArray)g[y]=b;else if(e.isArray(b)){b.length===0&&_.propertyIsArray&&!g.hasOwnProperty(y)&&(g[y]=[]),_.prependValue&&(b=b.concat(g[y]),g[y]=[]);for(let E=0;E<b.length;++E)d.addValue(g,y,b[E],_)}else if(g.hasOwnProperty(y)){const E=!_.allowDuplicate&&d.hasValue(g,y,b);!e.isArray(g[y])&&(!E||_.propertyIsArray)&&(g[y]=[g[y]]),E||(_.prependValue?g[y].unshift(b):g[y].push(b))}else g[y]=_.propertyIsArray?[b]:b},d.getValues=(g,y)=>[].concat(g[y]||[]),d.removeProperty=(g,y)=>{delete g[y]},d.removeValue=(g,y,b,_)=>{_=_||{},"propertyIsArray"in _||(_.propertyIsArray=!1);const E=d.getValues(g,y).filter(S=>!d.compareValues(S,b));E.length===0?d.removeProperty(g,y):E.length===1&&!_.propertyIsArray?g[y]=E[0]:g[y]=E},d.relabelBlankNodes=(g,y)=>{y=y||{};const b=y.issuer||new t("_:b");return f(b,g)},d.compareValues=(g,y)=>g===y||i.isValue(g)&&i.isValue(y)&&g["@value"]===y["@value"]&&g["@type"]===y["@type"]&&g["@language"]===y["@language"]&&g["@index"]===y["@index"]?!0:e.isObject(g)&&"@id"in g&&e.isObject(y)&&"@id"in y?g["@id"]===y["@id"]:!1,d.compareShortestLeast=(g,y)=>g.length<y.length?-1:y.length<g.length?1:g===y?0:g<y?-1:1;function f(g,y){if(e.isArray(y))for(let b=0;b<y.length;++b)y[b]=f(g,y[b]);else if(i.isList(y))y["@list"]=f(g,y["@list"]);else if(e.isObject(y)){i.isBlankNode(y)&&(y["@id"]=g.getId(y["@id"]));const b=Object.keys(y).sort();for(let _=0;_<b.length;++_){const E=b[_];E!=="@id"&&(y[E]=f(g,y[E]))}}return y}return xa}var Ea,Tu;function kc(){if(Tu)return Ea;Tu=1;const i="http://www.w3.org/1999/02/22-rdf-syntax-ns#",e="http://www.w3.org/2001/XMLSchema#";return Ea={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"},Ea}var Sa,$u;function Vf(){return $u||($u=1,Sa=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]}}}),Sa}var ka,Cu;function sr(){if(Cu)return ka;Cu=1;const i=ii(),e={};ka=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 l=o.keys.length;for(;l--;)s[o.keys[l]]=a[l]===void 0?null:a[l];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 l=r.path;l=l.substr(0,l.lastIndexOf("/")+1),(l.length>0||r.authority)&&l.substr(-1)!=="/"&&(l+="/"),l+=s.path,o.path=l}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("/"),l=o.normalizedPath.split("/"),c=o.fragment||o.query?0:1;for(;a.length>0&&l.length>c&&a[0]===l[0];)a.shift(),l.shift();let d="";if(a.length>0){a.pop();for(let f=0;f<a.length;++f)d+="../"}return d+=l.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),ka}var Ia,Au;function Yg(){if(Au)return Ia;Au=1;const{parseLinkHeader:i,buildHeaders:e}=oi(),{LINK_HEADER_CONTEXT:t}=kc(),r=di(),n=Vf(),{prependBase:s}=sr(),o=/(^|(\r\n))link:/i;Ia=({secure:l,headers:c={},xhr:d}={headers:{}})=>{return c=e(c),new n().wrapLoader(g);async function g(y){if(y.indexOf("http:")!==0&&y.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:y});if(l&&y.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:y});let b;try{b=await a(d,y,c)}catch(v){throw new r("URL could not be dereferenced, an error occurred.","jsonld.LoadDocumentError",{code:"loading document failed",url:y,cause:v})}if(b.status>=400)throw new r("URL could not be dereferenced: "+b.statusText,"jsonld.LoadDocumentError",{code:"loading document failed",url:y,httpStatusCode:b.status});let _={contextUrl:null,documentUrl:y,document:b.response},E=null;const S=b.getResponseHeader("Content-Type");let k;if(o.test(b.getAllResponseHeaders())&&(k=b.getResponseHeader("Link")),k&&S!=="application/ld+json"){const v=i(k),u=v[t];if(Array.isArray(u))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:y});u&&(_.contextUrl=u.target),E=v.alternate,E&&E.type=="application/ld+json"&&!(S||"").match(/^application\/(\w*\+)?json$/)&&(_=await g(s(y,E.target)))}return _}};function a(l,c,d){l=l||XMLHttpRequest;const f=new l;return new Promise((g,y)=>{f.onload=()=>g(f),f.onerror=b=>y(b),f.open("GET",c,!0);for(const b in d)f.setRequestHeader(b,d[b]);f.send()})}return Ia}var Ra,Nu;function Zg(){if(Nu)return Ra;Nu=1;const i=Yg(),e={};return Ra=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})},Ra}var Ta,Lu;function ey(){return Lu||(Lu=1,Ta=function(i){i.prototype[Symbol.iterator]=function*(){for(let e=this.head;e;e=e.next)yield e.value}}),Ta}var $a,Du;function ty(){if(Du)return $a;Du=1,$a=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(c){o.push(c)});else if(arguments.length>0)for(var a=0,l=arguments.length;a<l;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,l=0;a!==null;l++)s.call(o,a.value,l,this),a=a.next},i.prototype.forEachReverse=function(s,o){o=o||this;for(var a=this.tail,l=this.length-1;a!==null;l--)s.call(o,a.value,l,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,l=this.head;l!==null;)a.push(s.call(o,l.value,this)),l=l.next;return a},i.prototype.mapReverse=function(s,o){o=o||this;for(var a=new i,l=this.tail;l!==null;)a.push(s.call(o,l.value,this)),l=l.prev;return a},i.prototype.reduce=function(s,o){var a,l=this.head;if(arguments.length>1)a=o;else if(this.head)l=this.head.next,a=this.head.value;else throw new TypeError("Reduce of empty list with no initial value");for(var c=0;l!==null;c++)a=s(a,l.value,c),l=l.next;return a},i.prototype.reduceReverse=function(s,o){var a,l=this.tail;if(arguments.length>1)a=o;else if(this.tail)l=this.tail.prev,a=this.tail.value;else throw new TypeError("Reduce of empty list with no initial value");for(var c=this.length-1;l!==null;c--)a=s(a,l.value,c),l=l.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 l=0,c=this.head;c!==null&&l<s;l++)c=c.next;for(;c!==null&&l<o;l++,c=c.next)a.push(c.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 l=this.length,c=this.tail;c!==null&&l>o;l--)c=c.prev;for(;c!==null&&l>s;l--,c=c.prev)a.push(c.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 l=0,c=this.head;c!==null&&l<s;l++)c=c.next;for(var d=[],l=0;c&&l<o;l++)d.push(c.value),c=this.removeNode(c);c===null&&(c=this.tail),c!==this.head&&c!==this.tail&&(c=c.prev);for(var l=0;l<a.length;l++)c=e(this,c,a[l]);return d},i.prototype.reverse=function(){for(var s=this.head,o=this.tail,a=s;a!==null;a=a.prev){var l=a.prev;a.prev=a.next,a.next=l}return this.head=o,this.tail=s,this};function e(s,o,a){var l=o===s.head?new n(a,null,o,s):new n(a,o,o.next,s);return l.next===null&&(s.tail=l),l.prev===null&&(s.head=l),s.length++,l}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,l){if(!(this instanceof n))return new n(s,o,a,l);this.list=l,this.value=s,o?(o.next=this,this.prev=o):this.prev=null,a?(a.prev=this,this.next=a):this.next=null}try{ey()(i)}catch{}return $a}var Ca,Ou;function zf(){if(Ou)return Ca;Ou=1;const i=ty(),e=Symbol("max"),t=Symbol("length"),r=Symbol("lengthCalculator"),n=Symbol("allowStale"),s=Symbol("maxAge"),o=Symbol("dispose"),a=Symbol("noDisposeOnSet"),l=Symbol("lruList"),c=Symbol("cache"),d=Symbol("updateAgeOnGet"),f=()=>1;class g{constructor(u){if(typeof u=="number"&&(u={max:u}),u||(u={}),u.max&&(typeof u.max!="number"||u.max<0))throw new TypeError("max must be a non-negative number");this[e]=u.max||1/0;const m=u.length||f;if(this[r]=typeof m!="function"?f:m,this[n]=u.stale||!1,u.maxAge&&typeof u.maxAge!="number")throw new TypeError("maxAge must be a number");this[s]=u.maxAge||0,this[o]=u.dispose,this[a]=u.noDisposeOnSet||!1,this[d]=u.updateAgeOnGet||!1,this.reset()}set max(u){if(typeof u!="number"||u<0)throw new TypeError("max must be a non-negative number");this[e]=u||1/0,_(this)}get max(){return this[e]}set allowStale(u){this[n]=!!u}get allowStale(){return this[n]}set maxAge(u){if(typeof u!="number")throw new TypeError("maxAge must be a non-negative number");this[s]=u,_(this)}get maxAge(){return this[s]}set lengthCalculator(u){typeof u!="function"&&(u=f),u!==this[r]&&(this[r]=u,this[t]=0,this[l].forEach(m=>{m.length=this[r](m.value,m.key),this[t]+=m.length})),_(this)}get lengthCalculator(){return this[r]}get length(){return this[t]}get itemCount(){return this[l].length}rforEach(u,m){m=m||this;for(let T=this[l].tail;T!==null;){const N=T.prev;k(this,u,T,m),T=N}}forEach(u,m){m=m||this;for(let T=this[l].head;T!==null;){const N=T.next;k(this,u,T,m),T=N}}keys(){return this[l].toArray().map(u=>u.key)}values(){return this[l].toArray().map(u=>u.value)}reset(){this[o]&&this[l]&&this[l].length&&this[l].forEach(u=>this[o](u.key,u.value)),this[c]=new Map,this[l]=new i,this[t]=0}dump(){return this[l].map(u=>b(this,u)?!1:{k:u.key,v:u.value,e:u.now+(u.maxAge||0)}).toArray().filter(u=>u)}dumpLru(){return this[l]}set(u,m,T){if(T=T||this[s],T&&typeof T!="number")throw new TypeError("maxAge must be a number");const N=T?Date.now():0,$=this[r](m,u);if(this[c].has(u)){if($>this[e])return E(this,this[c].get(u)),!1;const P=this[c].get(u).value;return this[o]&&(this[a]||this[o](u,P.value)),P.now=N,P.maxAge=T,P.value=m,this[t]+=$-P.length,P.length=$,this.get(u),_(this),!0}const j=new S(u,m,$,N,T);return j.length>this[e]?(this[o]&&this[o](u,m),!1):(this[t]+=j.length,this[l].unshift(j),this[c].set(u,this[l].head),_(this),!0)}has(u){if(!this[c].has(u))return!1;const m=this[c].get(u).value;return!b(this,m)}get(u){return y(this,u,!0)}peek(u){return y(this,u,!1)}pop(){const u=this[l].tail;return u?(E(this,u),u.value):null}del(u){E(this,this[c].get(u))}load(u){this.reset();const m=Date.now();for(let T=u.length-1;T>=0;T--){const N=u[T],$=N.e||0;if($===0)this.set(N.k,N.v);else{const j=$-m;j>0&&this.set(N.k,N.v,j)}}}prune(){this[c].forEach((u,m)=>y(this,m,!1))}}const y=(v,u,m)=>{const T=v[c].get(u);if(T){const N=T.value;if(b(v,N)){if(E(v,T),!v[n])return}else m&&(v[d]&&(T.value.now=Date.now()),v[l].unshiftNode(T));return N.value}},b=(v,u)=>{if(!u||!u.maxAge&&!v[s])return!1;const m=Date.now()-u.now;return u.maxAge?m>u.maxAge:v[s]&&m>v[s]},_=v=>{if(v[t]>v[e])for(let u=v[l].tail;v[t]>v[e]&&u!==null;){const m=u.prev;E(v,u),u=m}},E=(v,u)=>{if(u){const m=u.value;v[o]&&v[o](m.key,m.value),v[t]-=m.length,v[c].delete(m.key),v[l].removeNode(u)}};class S{constructor(u,m,T,N,$){this.key=u,this.value=m,this.length=T,this.now=N,this.maxAge=$||0}}const k=(v,u,m,T)=>{let N=m.value;b(v,N)&&(E(v,m),v[n]||(N=void 0)),N&&u.call(T,N.value,N.key,v)};return Ca=g,Ca}var Aa,Mu;function iy(){if(Mu)return Aa;Mu=1;const i=zf(),e=10;return Aa=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)}},Aa}var Na,Pu;function ry(){if(Pu)return Na;Pu=1;const{isArray:i,isObject:e,isString:t}=ii(),{asArray:r}=oi(),{prependBase:n}=sr(),s=di(),o=iy(),a=10;Na=class{constructor({sharedCache:f}){this.perOpCache=new Map,this.sharedCache=f}async resolve({activeCtx:f,context:g,documentLoader:y,base:b,cycles:_=new Set}){g&&e(g)&&g["@context"]&&(g=g["@context"]),g=r(g);const E=[];for(const S of g){if(t(S)){let u=this._get(S);u||(u=await this._resolveRemoteContext({activeCtx:f,url:S,documentLoader:y,base:b,cycles:_})),i(u)?E.push(...u):E.push(u);continue}if(S===null){E.push(new o({document:null}));continue}e(S)||l(g);const k=JSON.stringify(S);let v=this._get(k);v||(v=new o({document:S}),this._cacheResolvedContext({key:k,resolved:v,tag:"static"})),E.push(v)}return E}_get(f){let g=this.perOpCache.get(f);if(!g){const y=this.sharedCache.get(f);y&&(g=y.get("static"),g&&this.perOpCache.set(f,g))}return g}_cacheResolvedContext({key:f,resolved:g,tag:y}){if(this.perOpCache.set(f,g),y!==void 0){let b=this.sharedCache.get(f);b||(b=new Map,this.sharedCache.set(f,b)),b.set(y,g)}return g}async _resolveRemoteContext({activeCtx:f,url:g,documentLoader:y,base:b,cycles:_}){g=n(b,g);const{context:E,remoteDoc:S}=await this._fetchContext({activeCtx:f,url:g,documentLoader:y,cycles:_});b=S.documentUrl||g,c({context:E,base:b});const k=await this.resolve({activeCtx:f,context:E,documentLoader:y,base:b,cycles:_});return this._cacheResolvedContext({key:g,resolved:k,tag:S.tag}),k}async _fetchContext({activeCtx:f,url:g,documentLoader:y,cycles:b}){if(b.size>a)throw new s("Maximum number of @context URLs exceeded.","jsonld.ContextUrlError",{code:f.processingMode==="json-ld-1.0"?"loading remote context failed":"context overflow",max:a});if(b.has(g))throw new s("Cyclical @context URLs detected.","jsonld.ContextUrlError",{code:f.processingMode==="json-ld-1.0"?"recursive context inclusion":"context overflow",url:g});b.add(g);let _,E;try{E=await y(g),_=E.document||null,t(_)&&(_=JSON.parse(_))}catch(S){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: "${g}".`,"jsonld.InvalidUrl",{code:"loading remote context failed",url:g,cause:S})}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: "${g}".`,"jsonld.InvalidUrl",{code:"invalid remote context",url:g});return"@context"in _?_={"@context":_["@context"]}:_={"@context":{}},E.contextUrl&&(i(_["@context"])||(_["@context"]=[_["@context"]]),_["@context"].push(E.contextUrl)),{context:_,remoteDoc:E}}};function l(d){throw new s("Invalid JSON-LD syntax; @context must be an object.","jsonld.SyntaxError",{code:"invalid local context",context:d})}function c({context:d,base:f}){if(!d)return;const g=d["@context"];if(t(g)){d["@context"]=n(f,g);return}if(i(g)){for(let y=0;y<g.length;++y){const b=g[y];if(t(b)){g[y]=n(f,b);continue}e(b)&&c({context:{"@context":b},base:f})}return}if(e(g))for(const y in g)c({context:g[y],base:f})}return Na}var La,ju;function ny(){return ju||(ju=1,La=Sc().NQuads),La}var Da,Bu;function hs(){if(Bu)return Da;Bu=1;const i=di(),{isArray:e}=ii(),{asArray:t}=oi(),r={};Da=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 l=!0;for(let c=0;l&&c<a.length;++c){l=!1;const d=a[c];if(e(d))l=n({event:o,handlers:d});else if(typeof d=="function")d({event:o,next:()=>{l=!0}});else if(typeof d=="object")o.code in d?d[o.code]({event:o,next:()=>{l=!0}}):l=!0;else throw new i("Invalid event handler.","jsonld.InvalidEventHandler",{event:o})}return l}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:l}){if(a.level==="warning"&&s.has(a.code))throw new i("Safe mode validation error.","jsonld.ValidationError",{event:a});l()},r.logEventHandler=function({event:a,next:l}){console.log(`EVENT: ${a.message}`,{event:a}),l()},r.logWarningEventHandler=function({event:a,next:l}){a.level==="warning"&&console.warn(`WARNING: ${a.message}`,{event:a}),l()},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},Da}var Oa,Fu;function Sr(){if(Fu)return Oa;Fu=1;const i=oi(),e=di(),{isArray:t,isObject:r,isString:n,isUndefined:s}=ii(),{isAbsolute:o,isRelative:a,prependBase:l}=sr(),{handleEvent:c}=hs(),{REGEX_BCP47:d,REGEX_KEYWORD:f,asArray:g,compareShortestLeast:y}=oi(),b=new Map,_=1e4,E={};Oa=E,E.process=async({activeCtx:v,localCtx:u,options:m,propagate:T=!0,overrideProtected:N=!1,cycles:$=new Set})=>{if(r(u)&&"@context"in u&&t(u["@context"])&&(u=u["@context"]),g(u).length===0)return v;const R=[],P=[({event:Q,next:A})=>{R.push(Q),A()}];m.eventHandler&&P.push(m.eventHandler);const q=m;m={...m,eventHandler:P};const I=await m.contextResolver.resolve({activeCtx:v,context:u,documentLoader:m.documentLoader,base:m.base});r(I[0].document)&&typeof I[0].document["@propagate"]=="boolean"&&(T=I[0].document["@propagate"]);let L=v;!T&&!L.previousContext&&(L=L.clone(),L.previousContext=v);for(const Q of I){let{document:A}=Q;if(v=L,A===null){if(!N&&Object.keys(v.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"});L=v=E.getInitialContext(m).clone();continue}const Y=Q.getProcessed(v);if(Y){if(q.eventHandler)for(const te of Y.events)c({event:te,options:q});L=v=Y.context;continue}if(r(A)&&"@context"in A&&(A=A["@context"]),!r(A))throw new e("Invalid JSON-LD syntax; @context must be an object.","jsonld.SyntaxError",{code:"invalid local context",context:A});L=L.clone();const F=new Map;if("@version"in A){if(A["@version"]!==1.1)throw new e("Unsupported JSON-LD version: "+A["@version"],"jsonld.UnsupportedVersion",{code:"invalid @version value",context:A});if(v.processingMode&&v.processingMode==="json-ld-1.0")throw new e("@version: "+A["@version"]+" not compatible with "+v.processingMode,"jsonld.ProcessingModeConflict",{code:"processing mode conflict",context:A});L.processingMode="json-ld-1.1",L["@version"]=A["@version"],F.set("@version",!0)}if(L.processingMode=L.processingMode||v.processingMode,"@base"in A){let te=A["@base"];if(!(te===null||o(te)))if(a(te))te=l(L["@base"],te);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:A});L["@base"]=te,F.set("@base",!0)}if("@vocab"in A){const te=A["@vocab"];if(te===null)delete L["@vocab"];else if(n(te)){if(!o(te)&&E.processingMode(L,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:A});{const x=S(L,te,{vocab:!0,base:!0},void 0,void 0,m);o(x)||m.eventHandler&&c({event:{type:["JsonLdEvent"],code:"relative @vocab reference",level:"warning",message:"Relative @vocab reference found.",details:{vocab:x}},options:m}),L["@vocab"]=x}}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:A});F.set("@vocab",!0)}if("@language"in A){const te=A["@language"];if(te===null)delete L["@language"];else if(n(te))te.match(d)||m.eventHandler&&c({event:{type:["JsonLdEvent"],code:"invalid @language value",level:"warning",message:"@language value must be valid BCP47.",details:{language:te}},options:m}),L["@language"]=te.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:A});F.set("@language",!0)}if("@direction"in A){const te=A["@direction"];if(v.processingMode==="json-ld-1.0")throw new e("Invalid JSON-LD syntax; @direction not compatible with "+v.processingMode,"jsonld.SyntaxError",{code:"invalid context member",context:A});if(te===null)delete L["@direction"];else{if(te!=="ltr"&&te!=="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:A});L["@direction"]=te}F.set("@direction",!0)}if("@propagate"in A){const te=A["@propagate"];if(v.processingMode==="json-ld-1.0")throw new e("Invalid JSON-LD syntax; @propagate not compatible with "+v.processingMode,"jsonld.SyntaxError",{code:"invalid context entry",context:A});if(typeof te!="boolean")throw new e("Invalid JSON-LD syntax; @propagate value must be a boolean.","jsonld.SyntaxError",{code:"invalid @propagate value",context:u});F.set("@propagate",!0)}if("@import"in A){const te=A["@import"];if(v.processingMode==="json-ld-1.0")throw new e("Invalid JSON-LD syntax; @import not compatible with "+v.processingMode,"jsonld.SyntaxError",{code:"invalid context entry",context:A});if(!n(te))throw new e("Invalid JSON-LD syntax; @import must be a string.","jsonld.SyntaxError",{code:"invalid @import value",context:u});const x=await m.contextResolver.resolve({activeCtx:v,context:te,documentLoader:m.documentLoader,base:m.base});if(x.length!==1)throw new e("Invalid JSON-LD syntax; @import must reference a single context.","jsonld.SyntaxError",{code:"invalid remote context",context:u});const z=x[0].getProcessed(v);if(z)A=z;else{const Z=x[0].document;if("@import"in Z)throw new e("Invalid JSON-LD syntax: imported context must not include @import.","jsonld.SyntaxError",{code:"invalid context entry",context:u});for(const J in Z)A.hasOwnProperty(J)||(A[J]=Z[J]);x[0].setProcessed(v,A)}F.set("@import",!0)}F.set("@protected",A["@protected"]||!1);for(const te in A)if(E.createTermDefinition({activeCtx:L,localCtx:A,term:te,defined:F,options:m,overrideProtected:N}),r(A[te])&&"@context"in A[te]){const x=A[te]["@context"];let z=!0;if(n(x)){const Z=l(m.base,x);$.has(Z)?z=!1:$.add(Z)}if(z)try{await E.process({activeCtx:L.clone(),localCtx:A[te]["@context"],overrideProtected:!0,options:m,cycles:$})}catch{throw new e("Invalid JSON-LD syntax; invalid scoped context.","jsonld.SyntaxError",{code:"invalid scoped context",context:A[te]["@context"],term:te})}}Q.setProcessed(v,{context:L,events:R})}return L},E.createTermDefinition=({activeCtx:v,localCtx:u,term:m,defined:T,options:N,overrideProtected:$=!1})=>{if(T.has(m)){if(T.get(m))return;throw new e("Cyclical context definition detected.","jsonld.CyclicalContext",{code:"cyclic IRI mapping",context:u,term:m})}T.set(m,!1);let j;if(u.hasOwnProperty(m)&&(j=u[m]),m==="@type"&&r(j)&&(j["@container"]||"@set")==="@set"&&E.processingMode(v,1.1)){const A=["@container","@id","@protected"],Y=Object.keys(j);if(Y.length===0||Y.some(F=>!A.includes(F)))throw new e("Invalid JSON-LD syntax; keywords cannot be overridden.","jsonld.SyntaxError",{code:"keyword redefinition",context:u,term:m})}else{if(E.isKeyword(m))throw new e("Invalid JSON-LD syntax; keywords cannot be overridden.","jsonld.SyntaxError",{code:"keyword redefinition",context:u,term:m});if(m.match(f)){N.eventHandler&&c({event:{type:["JsonLdEvent"],code:"reserved term",level:"warning",message:'Terms beginning with "@" are reserved for future use and dropped.',details:{term:m}},options:N});return}else if(m==="")throw new e("Invalid JSON-LD syntax; a term cannot be an empty string.","jsonld.SyntaxError",{code:"invalid term definition",context:u})}const R=v.mappings.get(m);v.mappings.has(m)&&v.mappings.delete(m);let P=!1;if((n(j)||j===null)&&(P=!0,j={"@id":j}),!r(j))throw new e("Invalid JSON-LD syntax; @context term values must be strings or objects.","jsonld.SyntaxError",{code:"invalid term definition",context:u});const q={};v.mappings.set(m,q),q.reverse=!1;const I=["@container","@id","@language","@reverse","@type"];E.processingMode(v,1.1)&&I.push("@context","@direction","@index","@nest","@prefix","@protected");for(const A in j)if(!I.includes(A))throw new e("Invalid JSON-LD syntax; a term definition must not contain "+A,"jsonld.SyntaxError",{code:"invalid term definition",context:u});const L=m.indexOf(":");if(q._termHasColon=L>0,"@reverse"in j){if("@id"in j)throw new e("Invalid JSON-LD syntax; a @reverse term definition must not contain @id.","jsonld.SyntaxError",{code:"invalid reverse property",context:u});if("@nest"in j)throw new e("Invalid JSON-LD syntax; a @reverse term definition must not contain @nest.","jsonld.SyntaxError",{code:"invalid reverse property",context:u});const A=j["@reverse"];if(!n(A))throw new e("Invalid JSON-LD syntax; a @context @reverse value must be a string.","jsonld.SyntaxError",{code:"invalid IRI mapping",context:u});if(A.match(f)){N.eventHandler&&c({event:{type:["JsonLdEvent"],code:"reserved @reverse value",level:"warning",message:'@reverse values beginning with "@" are reserved for future use and dropped.',details:{reverse:A}},options:N}),R?v.mappings.set(m,R):v.mappings.delete(m);return}const Y=S(v,A,{vocab:!0,base:!1},u,T,N);if(!o(Y))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:u});q["@id"]=Y,q.reverse=!0}else if("@id"in j){let A=j["@id"];if(A&&!n(A))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:u});if(A===null)q["@id"]=null;else if(!E.isKeyword(A)&&A.match(f)){N.eventHandler&&c({event:{type:["JsonLdEvent"],code:"reserved @id value",level:"warning",message:'@id values beginning with "@" are reserved for future use and dropped.',details:{id:A}},options:N}),R?v.mappings.set(m,R):v.mappings.delete(m);return}else if(A!==m){if(A=S(v,A,{vocab:!0,base:!1},u,T,N),!o(A)&&!E.isKeyword(A))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:u});if(m.match(/(?::[^:])|\//)){const Y=new Map(T).set(m,!0);if(S(v,m,{vocab:!0,base:!1},u,Y,N)!==A)throw new e("Invalid JSON-LD syntax; term in form of IRI must expand to definition.","jsonld.SyntaxError",{code:"invalid IRI mapping",context:u})}q["@id"]=A,q._prefix=P&&!q._termHasColon&&A.match(/[:\/\?#\[\]@]$/)!==null}}if(!("@id"in q))if(q._termHasColon){const A=m.substr(0,L);if(u.hasOwnProperty(A)&&E.createTermDefinition({activeCtx:v,localCtx:u,term:A,defined:T,options:N}),v.mappings.has(A)){const Y=m.substr(L+1);q["@id"]=v.mappings.get(A)["@id"]+Y}else q["@id"]=m}else if(m==="@type")q["@id"]=m;else{if(!("@vocab"in v))throw new e("Invalid JSON-LD syntax; @context terms must define an @id.","jsonld.SyntaxError",{code:"invalid IRI mapping",context:u,term:m});q["@id"]=v["@vocab"]+m}if((j["@protected"]===!0||T.get("@protected")===!0&&j["@protected"]!==!1)&&(v.protected[m]=!0,q.protected=!0),T.set(m,!0),"@type"in j){let A=j["@type"];if(!n(A))throw new e("Invalid JSON-LD syntax; an @context @type value must be a string.","jsonld.SyntaxError",{code:"invalid type mapping",context:u});if(A==="@json"||A==="@none"){if(E.processingMode(v,1))throw new e(`Invalid JSON-LD syntax; an @context @type value must not be "${A}" in JSON-LD 1.0 mode.`,"jsonld.SyntaxError",{code:"invalid type mapping",context:u})}else if(A!=="@id"&&A!=="@vocab"){if(A=S(v,A,{vocab:!0,base:!1},u,T,N),!o(A))throw new e("Invalid JSON-LD syntax; an @context @type value must be an absolute IRI.","jsonld.SyntaxError",{code:"invalid type mapping",context:u});if(A.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:u})}q["@type"]=A}if("@container"in j){const A=n(j["@container"])?[j["@container"]]:j["@container"]||[],Y=["@list","@set","@index","@language"];let F=!0;const te=A.includes("@set");if(E.processingMode(v,1.1)){if(Y.push("@graph","@id","@type"),A.includes("@list")){if(A.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:u})}else if(A.includes("@graph")){if(A.some(x=>x!=="@graph"&&x!=="@id"&&x!=="@index"&&x!=="@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:u})}else F&=A.length<=(te?2:1);if(A.includes("@type")&&(q["@type"]=q["@type"]||"@id",!["@id","@vocab"].includes(q["@type"])))throw new e("Invalid JSON-LD syntax; container: @type requires @type to be @id or @vocab.","jsonld.SyntaxError",{code:"invalid type mapping",context:u})}else F&=!t(j["@container"]),F&=A.length<=1;if(F&=A.every(x=>Y.includes(x)),F&=!(te&&A.includes("@list")),!F)throw new e("Invalid JSON-LD syntax; @context @container value must be one of the following: "+Y.join(", "),"jsonld.SyntaxError",{code:"invalid container mapping",context:u});if(q.reverse&&!A.every(x=>["@index","@set"].includes(x)))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:u});q["@container"]=A}if("@index"in j){if(!("@container"in j)||!q["@container"].includes("@index"))throw new e(`Invalid JSON-LD syntax; @index without @index in @container: "${j["@index"]}" on term "${m}".`,"jsonld.SyntaxError",{code:"invalid term definition",context:u});if(!n(j["@index"])||j["@index"].indexOf("@")===0)throw new e(`Invalid JSON-LD syntax; @index must expand to an IRI: "${j["@index"]}" on term "${m}".`,"jsonld.SyntaxError",{code:"invalid term definition",context:u});q["@index"]=j["@index"]}if("@context"in j&&(q["@context"]=j["@context"]),"@language"in j&&!("@type"in j)){let A=j["@language"];if(A!==null&&!n(A))throw new e("Invalid JSON-LD syntax; @context @language value must be a string or null.","jsonld.SyntaxError",{code:"invalid language mapping",context:u});A!==null&&(A=A.toLowerCase()),q["@language"]=A}if("@prefix"in j){if(m.match(/:|\//))throw new e("Invalid JSON-LD syntax; @context @prefix used on a compact IRI term","jsonld.SyntaxError",{code:"invalid term definition",context:u});if(E.isKeyword(q["@id"]))throw new e("Invalid JSON-LD syntax; keywords may not be used as prefixes","jsonld.SyntaxError",{code:"invalid term definition",context:u});if(typeof j["@prefix"]=="boolean")q._prefix=j["@prefix"]===!0;else throw new e("Invalid JSON-LD syntax; @context value for @prefix must be boolean","jsonld.SyntaxError",{code:"invalid @prefix value",context:u})}if("@direction"in j){const A=j["@direction"];if(A!==null&&A!=="ltr"&&A!=="rtl")throw new e('Invalid JSON-LD syntax; @direction value must be null, "ltr", or "rtl".',"jsonld.SyntaxError",{code:"invalid base direction",context:u});q["@direction"]=A}if("@nest"in j){const A=j["@nest"];if(!n(A)||A!=="@nest"&&A.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:u});q["@nest"]=A}// disallow aliasing @context and @preserve
300
- const Q=q["@id"];if(Q==="@context"||Q==="@preserve")throw new e("Invalid JSON-LD syntax; @context and @preserve cannot be aliased.","jsonld.SyntaxError",{code:"invalid keyword alias",context:u});if(R&&R.protected&&!$&&(v.protected[m]=!0,q.protected=!0,!k(R,q)))throw new e("Invalid JSON-LD syntax; tried to redefine a protected term.","jsonld.SyntaxError",{code:"protected term redefinition",context:u,term:m})},E.expandIri=(v,u,m,T)=>S(v,u,m,void 0,void 0,T);function S(v,u,m,T,N,$){if(u===null||!n(u)||E.isKeyword(u))return u;if(u.match(f))return null;if(T&&T.hasOwnProperty(u)&&N.get(u)!==!0&&E.createTermDefinition({activeCtx:v,localCtx:T,term:u,defined:N,options:$}),m=m||{},m.vocab){const R=v.mappings.get(u);if(R===null)return null;if(r(R)&&"@id"in R)return R["@id"]}const j=u.indexOf(":");if(j>0){const R=u.substr(0,j),P=u.substr(j+1);if(R==="_"||P.indexOf("//")===0)return u;T&&T.hasOwnProperty(R)&&E.createTermDefinition({activeCtx:v,localCtx:T,term:R,defined:N,options:$});const q=v.mappings.get(R);if(q&&q._prefix)return q["@id"]+P;if(o(u))return u}if(m.vocab&&"@vocab"in v)u=v["@vocab"]+u;else if(m.base){let R,P;"@base"in v?v["@base"]?(P=l($.base,v["@base"]),R=l(P,u)):(P=v["@base"],R=u):(P=$.base,R=l($.base,u)),u=R}return u}E.getInitialContext=v=>{const u=JSON.stringify({processingMode:v.processingMode}),m=b.get(u);if(m)return m;const T={processingMode:v.processingMode,mappings:new Map,inverse:null,getInverse:N,clone:R,revertToPreviousContext:P,protected:{}};return b.size===_&&b.clear(),b.set(u,T),T;function N(){const q=this;if(q.inverse)return q.inverse;const I=q.inverse={},L=q.fastCurieMap={},Q={},A=(q["@language"]||"@none").toLowerCase(),Y=q["@direction"],F=q.mappings,te=[...F.keys()].sort(y);for(const x of te){const z=F.get(x);if(z===null)continue;let Z=z["@container"]||"@none";if(Z=[].concat(Z).sort().join(""),z["@id"]===null)continue;const J=g(z["@id"]);for(const ce of J){let H=I[ce];const W=E.isKeyword(ce);if(H)!W&&!z._termHasColon&&Q[ce].push(x);else if(I[ce]=H={},!W&&!z._termHasColon){Q[ce]=[x];const K={iri:ce,terms:Q[ce]};ce[0]in L?L[ce[0]].push(K):L[ce[0]]=[K]}if(H[Z]||(H[Z]={"@language":{},"@type":{},"@any":{}}),H=H[Z],j(x,H["@any"],"@none"),z.reverse)j(x,H["@type"],"@reverse");else if(z["@type"]==="@none")j(x,H["@any"],"@none"),j(x,H["@language"],"@none"),j(x,H["@type"],"@none");else if("@type"in z)j(x,H["@type"],z["@type"]);else if("@language"in z&&"@direction"in z){const K=z["@language"],V=z["@direction"];K&&V?j(x,H["@language"],`${K}_${V}`.toLowerCase()):K?j(x,H["@language"],K.toLowerCase()):V?j(x,H["@language"],`_${V}`):j(x,H["@language"],"@null")}else"@language"in z?j(x,H["@language"],(z["@language"]||"@null").toLowerCase()):"@direction"in z?z["@direction"]?j(x,H["@language"],`_${z["@direction"]}`):j(x,H["@language"],"@none"):Y?(j(x,H["@language"],`_${Y}`),j(x,H["@language"],"@none"),j(x,H["@type"],"@none")):(j(x,H["@language"],A),j(x,H["@language"],"@none"),j(x,H["@type"],"@none"))}}for(const x in L)$(L,x,1);return I}function $(q,I,L){const Q=q[I],A=q[I]={};let Y,F;for(const te of Q)Y=te.iri,L>=Y.length?F="":F=Y[L],F in A?A[F].push(te):A[F]=[te];for(const te in A)te!==""&&$(A,te,L+1)}function j(q,I,L){I.hasOwnProperty(L)||(I[L]=q)}function R(){const q={};return q.mappings=i.clone(this.mappings),q.clone=this.clone,q.inverse=null,q.getInverse=this.getInverse,q.protected=i.clone(this.protected),this.previousContext&&(q.previousContext=this.previousContext.clone()),q.revertToPreviousContext=this.revertToPreviousContext,"@base"in this&&(q["@base"]=this["@base"]),"@language"in this&&(q["@language"]=this["@language"]),"@vocab"in this&&(q["@vocab"]=this["@vocab"]),q}function P(){return this.previousContext?this.previousContext.clone():this}},E.getContextValue=(v,u,m)=>{if(u===null)return m==="@context"?void 0:null;if(v.mappings.has(u)){const T=v.mappings.get(u);if(s(m))return T;if(T.hasOwnProperty(m))return T[m]}if(m==="@language"&&m in v||m==="@direction"&&m in v)return v[m];if(m!=="@context")return null},E.processingMode=(v,u)=>u.toString()>="1.1"?!v.processingMode||v.processingMode>="json-ld-"+u.toString():v.processingMode==="json-ld-1.0",E.isKeyword=v=>{if(!n(v)||v[0]!=="@")return!1;switch(v){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(v,u){if(!(v&&typeof v=="object")||!(u&&typeof u=="object"))return v===u;const m=Array.isArray(v);if(m!==Array.isArray(u))return!1;if(m){if(v.length!==u.length)return!1;for(let $=0;$<v.length;++$)if(!k(v[$],u[$]))return!1;return!0}const T=Object.keys(v),N=Object.keys(u);if(T.length!==N.length)return!1;for(const $ in v){let j=v[$],R=u[$];if($==="@container"&&Array.isArray(j)&&Array.isArray(R)&&(j=j.slice().sort(),R=R.slice().sort()),!k(j,R))return!1}return!0}return Oa}var Ma,qu;function sy(){if(qu)return Ma;qu=1;const i=di(),{isArray:e,isObject:t,isEmptyObject:r,isString:n,isUndefined:s}=ii(),{isList:o,isValue:a,isGraph:l,isSubject:c}=Gi(),{expandIri:d,getContextValue:f,isKeyword:g,process:y,processingMode:b}=Sr(),{isAbsolute:_}=sr(),{REGEX_BCP47:E,REGEX_KEYWORD:S,addValue:k,asArray:v,getValues:u,validateTypeValue:m}=oi(),{handleEvent:T}=hs(),N={};Ma=N,N.expand=async({activeCtx:I,activeProperty:L=null,element:Q,options:A={},insideList:Y=!1,insideIndex:F=!1,typeScopedContext:te=null})=>{if(Q==null)return null;if(L==="@default"&&(A=Object.assign({},A,{isFrame:!1})),!e(Q)&&!t(Q))return!Y&&(L===null||d(I,L,{vocab:!0},A)==="@graph")?(A.eventHandler&&T({event:{type:["JsonLdEvent"],code:"free-floating scalar",level:"warning",message:"Dropping free-floating scalar not in a list.",details:{value:Q}},options:A}),null):R({activeCtx:I,activeProperty:L,value:Q,options:A});if(e(Q)){let K=[];const V=f(I,L,"@container")||[];Y=Y||V.includes("@list");for(let re=0;re<Q.length;++re){let ne=await N.expand({activeCtx:I,activeProperty:L,element:Q[re],options:A,insideIndex:F,typeScopedContext:te});Y&&e(ne)&&(ne={"@list":ne}),ne!==null&&(e(ne)?K=K.concat(ne):K.push(ne))}return K}const x=d(I,L,{vocab:!0},A),z=f(I,L,"@context");te=te||(I.previousContext?I:null);let Z=Object.keys(Q).sort(),J=!F;if(J&&te&&Z.length<=2&&!Z.includes("@context"))for(const K of Z){const V=d(te,K,{vocab:!0},A);if(V==="@value"){J=!1,I=te;break}if(V==="@id"&&Z.length===1){J=!1;break}}J&&(I=I.revertToPreviousContext()),s(z)||(I=await y({activeCtx:I,localCtx:z,propagate:!0,overrideProtected:!0,options:A})),"@context"in Q&&(I=await y({activeCtx:I,localCtx:Q["@context"],options:A})),te=I;let ce=null;for(const K of Z)if(d(I,K,{vocab:!0},A)==="@type"){ce=ce||K;const re=Q[K],ne=Array.isArray(re)?re.length>1?re.slice().sort():re:[re];for(const ge of ne){const be=f(te,ge,"@context");s(be)||(I=await y({activeCtx:I,localCtx:be,options:A,propagate:!1}))}}let H={};await j({activeCtx:I,activeProperty:L,expandedActiveProperty:x,element:Q,expandedParent:H,options:A,insideList:Y,typeKey:ce,typeScopedContext:te}),Z=Object.keys(H);let W=Z.length;if("@value"in H){if("@type"in H&&("@language"in H||"@direction"in H))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:H});let K=W-1;if("@type"in H&&(K-=1),"@index"in H&&(K-=1),"@language"in H&&(K-=1),"@direction"in H&&(K-=1),K!==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:H});const V=H["@value"]===null?[]:v(H["@value"]),re=u(H,"@type");if(!(b(I,1.1)&&re.includes("@json")&&re.length===1))if(V.length===0)A.eventHandler&&T({event:{type:["JsonLdEvent"],code:"null @value value",level:"warning",message:"Dropping null @value value.",details:{value:H}},options:A}),H=null;else{if(!V.every(ne=>n(ne)||r(ne))&&"@language"in H)throw new i("Invalid JSON-LD syntax; only strings may be language-tagged.","jsonld.SyntaxError",{code:"invalid language-tagged value",element:H});if(!re.every(ne=>_(ne)&&!(n(ne)&&ne.indexOf("_:")===0)||r(ne)))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:H})}}else if("@type"in H&&!e(H["@type"]))H["@type"]=[H["@type"]];else if("@set"in H||"@list"in H){if(W>1&&!(W===2&&"@index"in H))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:H});"@set"in H&&(H=H["@set"],Z=Object.keys(H),W=Z.length)}else W===1&&"@language"in H&&(A.eventHandler&&T({event:{type:["JsonLdEvent"],code:"object with only @language",level:"warning",message:"Dropping object with only @language.",details:{value:H}},options:A}),H=null);return t(H)&&!A.keepFreeFloatingNodes&&!Y&&(L===null||x==="@graph"||(f(I,L,"@container")||[]).includes("@graph"))&&(H=$({value:H,count:W,options:A})),H};function $({value:I,count:L,options:Q}){if(L===0||"@value"in I||"@list"in I||L===1&&"@id"in I){if(Q.eventHandler){let A,Y;L===0?(A="empty object",Y="Dropping empty object."):"@value"in I?(A="object with only @value",Y="Dropping object with only @value."):"@list"in I?(A="object with only @list",Y="Dropping object with only @list."):L===1&&"@id"in I&&(A="object with only @id",Y="Dropping object with only @id."),T({event:{type:["JsonLdEvent"],code:A,level:"warning",message:Y,details:{value:I}},options:Q})}return null}return I}async function j({activeCtx:I,activeProperty:L,expandedActiveProperty:Q,element:A,expandedParent:Y,options:F={},insideList:te,typeKey:x,typeScopedContext:z}){const Z=Object.keys(A).sort(),J=[];let ce;const H=A[x]&&d(I,e(A[x])?A[x][0]:A[x],{vocab:!0},{...F,typeExpansion:!0})==="@json";for(const W of Z){let K=A[W],V;if(W==="@context")continue;const re=d(I,W,{vocab:!0},F);if(re===null||!(_(re)||g(re))){F.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:W,expandedProperty:re}},options:F});continue}if(g(re)){if(Q==="@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:K});if(re in Y&&re!=="@included"&&re!=="@type")throw new i("Invalid JSON-LD syntax; colliding keywords detected.","jsonld.SyntaxError",{code:"colliding keywords",keyword:re})}if(re==="@id"){if(!n(K)){if(!F.isFrame)throw new i('Invalid JSON-LD syntax; "@id" value must a string.',"jsonld.SyntaxError",{code:"invalid @id value",value:K});if(t(K)){if(!r(K))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:K})}else if(e(K)){if(!K.every(O=>n(O)))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:K})}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:K})}k(Y,"@id",v(K).map(O=>{if(n(O)){const G=d(I,O,{base:!0},F);return F.eventHandler&&(G===null?T(O===null?{event:{type:["JsonLdEvent"],code:"null @id value",level:"warning",message:"Null @id found.",details:{id:O}},options:F}:{event:{type:["JsonLdEvent"],code:"reserved @id value",level:"warning",message:"Reserved @id found.",details:{id:O}},options:F}):_(G)||T({event:{type:["JsonLdEvent"],code:"relative @id reference",level:"warning",message:"Relative @id reference found.",details:{id:O,expandedId:G}},options:F})),G}return O}),{propertyIsArray:F.isFrame});continue}if(re==="@type"){t(K)&&(K=Object.fromEntries(Object.entries(K).map(([O,G])=>[d(z,O,{vocab:!0}),v(G).map(oe=>d(z,oe,{base:!0,vocab:!0},{...F,typeExpansion:!0}))]))),m(K,F.isFrame),k(Y,"@type",v(K).map(O=>{if(n(O)){const G=d(z,O,{base:!0,vocab:!0},{...F,typeExpansion:!0});return G!=="@json"&&!_(G)&&F.eventHandler&&T({event:{type:["JsonLdEvent"],code:"relative @type reference",level:"warning",message:"Relative @type reference found.",details:{type:O}},options:F}),G}return O}),{propertyIsArray:!!F.isFrame});continue}if(re==="@included"&&b(I,1.1)){const O=v(await N.expand({activeCtx:I,activeProperty:L,element:K,options:F}));if(!O.every(G=>c(G)))throw new i("Invalid JSON-LD syntax; values of @included must expand to node objects.","jsonld.SyntaxError",{code:"invalid @included value",value:K});k(Y,"@included",O,{propertyIsArray:!0});continue}if(re==="@graph"&&!(t(K)||e(K)))throw new i('Invalid JSON-LD syntax; "@graph" value must not be an object or an array.',"jsonld.SyntaxError",{code:"invalid @graph value",value:K});if(re==="@value"){ce=K,H&&b(I,1.1)?Y["@value"]=K:k(Y,"@value",K,{propertyIsArray:F.isFrame});continue}if(re==="@language"){if(K===null)continue;if(!n(K)&&!F.isFrame)throw new i('Invalid JSON-LD syntax; "@language" value must be a string.',"jsonld.SyntaxError",{code:"invalid language-tagged string",value:K});K=v(K).map(O=>n(O)?O.toLowerCase():O);for(const O of K)n(O)&&!O.match(E)&&F.eventHandler&&T({event:{type:["JsonLdEvent"],code:"invalid @language value",level:"warning",message:"@language value must be valid BCP47.",details:{language:O}},options:F});k(Y,"@language",K,{propertyIsArray:F.isFrame});continue}if(re==="@direction"){if(!n(K)&&!F.isFrame)throw new i('Invalid JSON-LD syntax; "@direction" value must be a string.',"jsonld.SyntaxError",{code:"invalid base direction",value:K});K=v(K);for(const O of K)if(n(O)&&O!=="ltr"&&O!=="rtl")throw new i('Invalid JSON-LD syntax; "@direction" must be "ltr" or "rtl".',"jsonld.SyntaxError",{code:"invalid base direction",value:K});k(Y,"@direction",K,{propertyIsArray:F.isFrame});continue}if(re==="@index"){if(!n(K))throw new i('Invalid JSON-LD syntax; "@index" value must be a string.',"jsonld.SyntaxError",{code:"invalid @index value",value:K});k(Y,"@index",K);continue}if(re==="@reverse"){if(!t(K))throw new i('Invalid JSON-LD syntax; "@reverse" value must be an object.',"jsonld.SyntaxError",{code:"invalid @reverse value",value:K});if(V=await N.expand({activeCtx:I,activeProperty:"@reverse",element:K,options:F}),"@reverse"in V)for(const G in V["@reverse"])k(Y,G,V["@reverse"][G],{propertyIsArray:!0});let O=Y["@reverse"]||null;for(const G in V){if(G==="@reverse")continue;O===null&&(O=Y["@reverse"]={}),k(O,G,[],{propertyIsArray:!0});const oe=V[G];for(let pe=0;pe<oe.length;++pe){const ye=oe[pe];if(a(ye)||o(ye))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:V});k(O,G,ye,{propertyIsArray:!0})}}continue}if(re==="@nest"){J.push(W);continue}let ne=I;const ge=f(I,W,"@context");s(ge)||(ne=await y({activeCtx:I,localCtx:ge,propagate:!0,overrideProtected:!0,options:F}));const be=f(I,W,"@container")||[];if(be.includes("@language")&&t(K)){const O=f(ne,W,"@direction");V=P(ne,K,O,F)}else if(be.includes("@index")&&t(K)){const O=be.includes("@graph"),G=f(ne,W,"@index")||"@index",oe=G!=="@index"&&d(I,G,{vocab:!0},F);V=await q({activeCtx:ne,options:F,activeProperty:W,value:K,asGraph:O,indexKey:G,propertyIndex:oe})}else if(be.includes("@id")&&t(K)){const O=be.includes("@graph");V=await q({activeCtx:ne,options:F,activeProperty:W,value:K,asGraph:O,indexKey:"@id"})}else if(be.includes("@type")&&t(K))V=await q({activeCtx:ne.revertToPreviousContext(),options:F,activeProperty:W,value:K,asGraph:!1,indexKey:"@type"});else{const O=re==="@list";if(O||re==="@set"){let G=L;O&&Q==="@graph"&&(G=null),V=await N.expand({activeCtx:ne,activeProperty:G,element:K,options:F,insideList:O})}else f(I,W,"@type")==="@json"?V={"@type":"@json","@value":K}:V=await N.expand({activeCtx:ne,activeProperty:W,element:K,options:F,insideList:!1})}if(!(V===null&&re!=="@value")){if(re!=="@list"&&!o(V)&&be.includes("@list")&&(V={"@list":v(V)}),be.includes("@graph")&&!be.some(O=>O==="@id"||O==="@index")){if(V=v(V),F.isFrame||(V=V.filter(O=>{const G=Object.keys(O).length;return $({value:O,count:G,options:F})!==null})),V.length===0)continue;V=V.map(O=>({"@graph":v(O)}))}if(ne.mappings.has(W)&&ne.mappings.get(W).reverse){const O=Y["@reverse"]=Y["@reverse"]||{};V=v(V);for(let G=0;G<V.length;++G){const oe=V[G];if(a(oe)||o(oe))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:V});k(O,re,oe,{propertyIsArray:!0})}continue}k(Y,re,V,{propertyIsArray:!0})}}if("@value"in Y&&!(Y["@type"]==="@json"&&b(I,1.1))){if((t(ce)||e(ce))&&!F.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:ce})}for(const W of J){const K=e(A[W])?A[W]:[A[W]];for(const V of K){if(!t(V)||Object.keys(V).some(re=>d(I,re,{vocab:!0},F)==="@value"))throw new i("Invalid JSON-LD syntax; nested value must be a node object.","jsonld.SyntaxError",{code:"invalid @nest value",value:V});await j({activeCtx:I,activeProperty:L,expandedActiveProperty:Q,element:V,expandedParent:Y,options:F,insideList:te,typeScopedContext:z,typeKey:x})}}}function R({activeCtx:I,activeProperty:L,value:Q,options:A}){if(Q==null)return null;const Y=d(I,L,{vocab:!0},A);if(Y==="@id")return d(I,Q,{base:!0},A);if(Y==="@type")return d(I,Q,{vocab:!0,base:!0},{...A,typeExpansion:!0});const F=f(I,L,"@type");if((F==="@id"||Y==="@graph")&&n(Q)){const x=d(I,Q,{base:!0},A);return x===null&&Q.match(S)&&A.eventHandler&&T({event:{type:["JsonLdEvent"],code:"reserved @id value",level:"warning",message:"Reserved @id found.",details:{id:L}},options:A}),{"@id":x}}if(F==="@vocab"&&n(Q))return{"@id":d(I,Q,{vocab:!0,base:!0},A)};if(g(Y))return Q;const te={};if(F&&!["@id","@vocab","@none"].includes(F))te["@type"]=F;else if(n(Q)){const x=f(I,L,"@language");x!==null&&(te["@language"]=x);const z=f(I,L,"@direction");z!==null&&(te["@direction"]=z)}return["boolean","number","string"].includes(typeof Q)||(Q=Q.toString()),te["@value"]=Q,te}function P(I,L,Q,A){const Y=[],F=Object.keys(L).sort();for(const te of F){const x=d(I,te,{vocab:!0},A);let z=L[te];e(z)||(z=[z]);for(const Z of z){if(Z===null)continue;if(!n(Z))throw new i("Invalid JSON-LD syntax; language map values must be strings.","jsonld.SyntaxError",{code:"invalid language map value",languageMap:L});const J={"@value":Z};x!=="@none"&&(te.match(E)||A.eventHandler&&T({event:{type:["JsonLdEvent"],code:"invalid @language value",level:"warning",message:"@language value must be valid BCP47.",details:{language:te}},options:A}),J["@language"]=te.toLowerCase()),Q&&(J["@direction"]=Q),Y.push(J)}}return Y}async function q({activeCtx:I,options:L,activeProperty:Q,value:A,asGraph:Y,indexKey:F,propertyIndex:te}){const x=[],z=Object.keys(A).sort(),Z=F==="@type";for(let J of z){if(Z){const W=f(I,J,"@context");s(W)||(I=await y({activeCtx:I,localCtx:W,propagate:!1,options:L}))}let ce=A[J];e(ce)||(ce=[ce]),ce=await N.expand({activeCtx:I,activeProperty:Q,element:ce,options:L,insideList:!1,insideIndex:!0});let H;te?J==="@none"?H="@none":H=R({activeCtx:I,activeProperty:F,value:J,options:L}):H=d(I,J,{vocab:!0},L),F==="@id"?J=d(I,J,{base:!0},L):Z&&(J=H);for(let W of ce){if(Y&&!l(W)&&(W={"@graph":[W]}),F==="@type")H==="@none"||(W["@type"]?W["@type"]=[J].concat(W["@type"]):W["@type"]=[J]);else{if(a(W)&&!["@language","@type","@index"].includes(F))throw new i(`Invalid JSON-LD syntax; Attempt to add illegal key to value object: "${F}".`,"jsonld.SyntaxError",{code:"invalid value object",value:W});te?H!=="@none"&&k(W,te,H,{propertyIsArray:!0,prependValue:!0}):H!=="@none"&&!(F in W)&&(W[F]=J)}x.push(W)}}return x}return Ma}var Pa,Uu;function go(){if(Uu)return Pa;Uu=1;const{isKeyword:i}=Sr(),e=Gi(),t=ii(),r=oi(),n=di(),s={};return Pa=s,s.createMergedNodeMap=(o,a)=>{a=a||{};const l=a.issuer||new r.IdentifierIssuer("_:b"),c={"@default":{}};return s.createNodeMap(o,c,"@default",l),s.mergeNodeMaps(c)},s.createNodeMap=(o,a,l,c,d,f)=>{if(t.isArray(o)){for(const _ of o)s.createNodeMap(_,a,l,c,void 0,f);return}if(!t.isObject(o)){f&&f.push(o);return}if(e.isValue(o)){if("@type"in o){let _=o["@type"];_.indexOf("_:")===0&&(o["@type"]=_=c.getId(_))}f&&f.push(o);return}else if(f&&e.isList(o)){const _=[];s.createNodeMap(o["@list"],a,l,c,d,_),f.push({"@list":_});return}if("@type"in o){const _=o["@type"];for(const E of _)E.indexOf("_:")===0&&c.getId(E)}t.isUndefined(d)&&(d=e.isBlankNode(o)?c.getId(o["@id"]):o["@id"]),f&&f.push({"@id":d});const g=a[l],y=g[d]=g[d]||{};y["@id"]=d;const b=Object.keys(o).sort();for(let _ of b){if(_==="@id")continue;if(_==="@reverse"){const S={"@id":d},k=o["@reverse"];for(const v in k){const u=k[v];for(const m of u){let T=m["@id"];e.isBlankNode(m)&&(T=c.getId(T)),s.createNodeMap(m,a,l,c,T),r.addValue(g[T],v,S,{propertyIsArray:!0,allowDuplicate:!1})}}continue}if(_==="@graph"){d in a||(a[d]={}),s.createNodeMap(o[_],a,d,c);continue}if(_==="@included"){s.createNodeMap(o[_],a,l,c);continue}if(_!=="@type"&&i(_)){if(_==="@index"&&_ in y&&(o[_]!==y[_]||o[_]["@id"]!==y[_]["@id"]))throw new n("Invalid JSON-LD syntax; conflicting @index property detected.","jsonld.SyntaxError",{code:"conflicting indexes",subject:y});y[_]=o[_];continue}const E=o[_];if(_.indexOf("_:")===0&&(_=c.getId(_)),E.length===0){r.addValue(y,_,[],{propertyIsArray:!0});continue}for(let S of E)if(_==="@type"&&(S=S.indexOf("_:")===0?c.getId(S):S),e.isSubject(S)||e.isSubjectReference(S)){if("@id"in S&&!S["@id"])continue;const k=e.isBlankNode(S)?c.getId(S["@id"]):S["@id"];r.addValue(y,_,{"@id":k},{propertyIsArray:!0,allowDuplicate:!1}),s.createNodeMap(S,a,l,c,k)}else if(e.isValue(S))r.addValue(y,_,S,{propertyIsArray:!0,allowDuplicate:!1});else if(e.isList(S)){const k=[];s.createNodeMap(S["@list"],a,l,c,d,k),S={"@list":k},r.addValue(y,_,S,{propertyIsArray:!0,allowDuplicate:!1})}else s.createNodeMap(S,a,l,c,d),r.addValue(y,_,S,{propertyIsArray:!0,allowDuplicate:!1})}},s.mergeNodeMapGraphs=o=>{const a={};for(const l of Object.keys(o).sort())for(const c of Object.keys(o[l]).sort()){const d=o[l][c];c in a||(a[c]={"@id":c});const f=a[c];for(const g of Object.keys(d).sort())if(i(g)&&g!=="@type")f[g]=r.clone(d[g]);else for(const y of d[g])r.addValue(f,g,r.clone(y),{propertyIsArray:!0,allowDuplicate:!1})}return a},s.mergeNodeMaps=o=>{const a=o["@default"],l=Object.keys(o).sort();for(const c of l){if(c==="@default")continue;const d=o[c];let f=a[c];f?"@graph"in f||(f["@graph"]=[]):a[c]=f={"@id":c,"@graph":[]};const g=f["@graph"];for(const y of Object.keys(d).sort()){const b=d[y];e.isSubjectReference(b)||g.push(b)}}return a},Pa}var ja,Vu;function oy(){if(Vu)return ja;Vu=1;const{isSubjectReference:i}=Gi(),{createMergedNodeMap:e}=go(),t={};return ja=t,t.flatten=r=>{const n=e(r),s=[],o=Object.keys(n).sort();for(let a=0;a<o.length;++a){const l=n[o[a]];i(l)||s.push(l)}return s},ja}var Ba,zu;function ay(){if(zu)return Ba;zu=1;const i=di(),e=Gi(),t=ii(),{REGEX_BCP47:r,addValue:n}=oi(),{handleEvent:s}=hs(),{RDF_LIST:o,RDF_FIRST:a,RDF_REST:l,RDF_NIL:c,RDF_TYPE:d,RDF_JSON_LITERAL:f,XSD_BOOLEAN:g,XSD_DOUBLE:y,XSD_INTEGER:b,XSD_STRING:_}=kc(),E={};Ba=E,E.fromRDF=async(k,v)=>{const{useRdfType:u=!1,useNativeTypes:m=!1,rdfDirection:T=null}=v,N={},$={"@default":N},j={};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 q of k){const I=q.graph.termType==="DefaultGraph"?"@default":q.graph.value;I in $||($[I]={}),I!=="@default"&&!(I in N)&&(N[I]={"@id":I});const L=$[I],Q=q.subject.value,A=q.predicate.value,Y=q.object;Q in L||(L[Q]={"@id":Q});const F=L[Q],te=Y.termType.endsWith("Node");if(te&&!(Y.value in L)&&(L[Y.value]={"@id":Y.value}),A===d&&!u&&te){n(F,"@type",Y.value,{propertyIsArray:!0});continue}const x=S(Y,m,T,v);if(n(F,A,x,{propertyIsArray:!0}),te)if(Y.value===c){const z=L[Y.value];"usages"in z||(z.usages=[]),z.usages.push({node:F,property:A,value:x})}else Y.value in j?j[Y.value]=!1:j[Y.value]={node:F,property:A,value:x}}for(const q in $){const I=$[q];if(!(c in I))continue;const L=I[c];if(L.usages){for(let Q of L.usages){let A=Q.node,Y=Q.property,F=Q.value;const te=[],x=[];let z=Object.keys(A).length;for(;Y===l&&t.isObject(j[A["@id"]])&&t.isArray(A[a])&&A[a].length===1&&t.isArray(A[l])&&A[l].length===1&&(z===3||z===4&&t.isArray(A["@type"])&&A["@type"].length===1&&A["@type"][0]===o)&&(te.push(A[a][0]),x.push(A["@id"]),Q=j[A["@id"]],A=Q.node,Y=Q.property,F=Q.value,z=Object.keys(A).length,!!e.isBlankNode(A)););delete F["@id"],F["@list"]=te.reverse();for(const Z of x)delete I[Z]}delete L.usages}}const R=[],P=Object.keys(N).sort();for(const q of P){const I=N[q];if(q in $){const L=I["@graph"]=[],Q=$[q],A=Object.keys(Q).sort();for(const Y of A){const F=Q[Y];e.isSubjectReference(F)||L.push(F)}}e.isSubjectReference(I)||R.push(I)}return R};function S(k,v,u,m){if(k.termType.endsWith("Node"))return{"@id":k.value};const T={"@value":k.value};if(k.language)k.language.match(r)||m.eventHandler&&s({event:{type:["JsonLdEvent"],code:"invalid @language value",level:"warning",message:"@language value must be valid BCP47.",details:{language:k.language}},options:m}),T["@language"]=k.language;else{let N=k.datatype.value;if(N||(N=_),N===f){N="@json";try{T["@value"]=JSON.parse(T["@value"])}catch($){throw new i("JSON literal could not be parsed.","jsonld.InvalidJsonLiteral",{code:"invalid JSON literal",value:T["@value"],cause:$})}}if(v){if(N===g)T["@value"]==="true"?T["@value"]=!0:T["@value"]==="false"&&(T["@value"]=!1);else if(t.isNumeric(T["@value"]))if(N===b){const $=parseInt(T["@value"],10);$.toFixed(0)===T["@value"]&&(T["@value"]=$)}else N===y&&(T["@value"]=parseFloat(T["@value"]));[g,b,y,_].includes(N)||(T["@type"]=N)}else if(u==="i18n-datatype"&&N.startsWith("https://www.w3.org/ns/i18n#")){const[,$,j]=N.split(/[#_]/);$.length>0&&(T["@language"]=$,$.match(r)||m.eventHandler&&s({event:{type:["JsonLdEvent"],code:"invalid @language value",level:"warning",message:"@language value must be valid BCP47.",details:{language:$}},options:m})),T["@direction"]=j}else N!==_&&(T["@type"]=N)}return T}return Ba}var Fa,Hu;function ly(){return Hu||(Hu=1,Fa=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])},"")+"}"}),Fa}var qa,Wu;function cy(){if(Wu)return qa;Wu=1;const{createNodeMap:i}=go(),{isKeyword:e}=Sr(),t=Gi(),r=ly(),n=di(),s=ii(),o=oi(),{handleEvent:a}=hs(),{RDF_FIRST:l,RDF_REST:c,RDF_NIL:d,RDF_TYPE:f,RDF_JSON_LITERAL:g,RDF_LANGSTRING:y,XSD_BOOLEAN:b,XSD_DOUBLE:_,XSD_INTEGER:E,XSD_STRING:S}=kc(),{isAbsolute:k}=sr(),v={};qa=v,v.toRDF=(N,$)=>{const j=new o.IdentifierIssuer("_:b"),R={"@default":{}};i(N,R,"@default",j);const P=[],q=Object.keys(R).sort();for(const I of q){let L;if(I==="@default")L={termType:"DefaultGraph",value:""};else if(k(I))I.startsWith("_:")?L={termType:"BlankNode"}:L={termType:"NamedNode"},L.value=I;else{$.eventHandler&&a({event:{type:["JsonLdEvent"],code:"relative graph reference",level:"warning",message:"Relative graph reference found.",details:{graph:I}},options:$});continue}u(P,R[I],L,j,$)}return P};function u(N,$,j,R,P){const q=Object.keys($).sort();for(const I of q){const L=$[I],Q=Object.keys(L).sort();for(let A of Q){const Y=L[A];if(A==="@type")A=f;else if(e(A))continue;for(const F of Y){const te={termType:I.startsWith("_:")?"BlankNode":"NamedNode",value:I};if(!k(I)){P.eventHandler&&a({event:{type:["JsonLdEvent"],code:"relative subject reference",level:"warning",message:"Relative subject reference found.",details:{subject:I}},options:P});continue}const x={termType:A.startsWith("_:")?"BlankNode":"NamedNode",value:A};if(!k(A)){P.eventHandler&&a({event:{type:["JsonLdEvent"],code:"relative predicate reference",level:"warning",message:"Relative predicate reference found.",details:{predicate:A}},options:P});continue}if(x.termType==="BlankNode"&&!P.produceGeneralizedRdf){P.eventHandler&&a({event:{type:["JsonLdEvent"],code:"blank node predicate",level:"warning",message:"Dropping blank node predicate.",details:{property:R.getOldIds().find(Z=>R.getId(Z)===A)}},options:P});continue}const z=T(F,R,N,j,P.rdfDirection,P);z&&N.push({subject:te,predicate:x,object:z,graph:j})}}}}function m(N,$,j,R,P,q){const I={termType:"NamedNode",value:l},L={termType:"NamedNode",value:c},Q={termType:"NamedNode",value:d},A=N.pop(),Y=A?{termType:"BlankNode",value:$.getId()}:Q;let F=Y;for(const te of N){const x=T(te,$,j,R,P,q),z={termType:"BlankNode",value:$.getId()};j.push({subject:F,predicate:I,object:x,graph:R}),j.push({subject:F,predicate:L,object:z,graph:R}),F=z}if(A){const te=T(A,$,j,R,P,q);j.push({subject:F,predicate:I,object:te,graph:R}),j.push({subject:F,predicate:L,object:Q,graph:R})}return Y}function T(N,$,j,R,P,q){const I={};if(t.isValue(N)){I.termType="Literal",I.value=void 0,I.datatype={termType:"NamedNode"};let L=N["@value"];const Q=N["@type"]||null;if(Q==="@json")I.value=r(L),I.datatype.value=g;else if(s.isBoolean(L))I.value=L.toString(),I.datatype.value=Q||b;else if(s.isDouble(L)||Q===_)s.isDouble(L)||(L=parseFloat(L)),I.value=L.toExponential(15).replace(/(\d)0*e\+?/,"$1E"),I.datatype.value=Q||_;else if(s.isNumber(L))I.value=L.toFixed(0),I.datatype.value=Q||E;else if("@direction"in N&&P==="i18n-datatype"){const A=(N["@language"]||"").toLowerCase(),Y=N["@direction"],F=`https://www.w3.org/ns/i18n#${A}_${Y}`;I.datatype.value=F,I.value=L}else{if("@direction"in N&&P==="compound-literal")throw new n("Unsupported rdfDirection value.","jsonld.InvalidRdfDirection",{value:P});if("@direction"in N&&P)throw new n("Unknown rdfDirection value.","jsonld.InvalidRdfDirection",{value:P});"@language"in N?("@direction"in N&&!P&&q.eventHandler&&a({event:{type:["JsonLdEvent"],code:"rdfDirection not set",level:"warning",message:"rdfDirection not set for @direction.",details:{object:I.value}},options:q}),I.value=L,I.datatype.value=Q||y,I.language=N["@language"]):("@direction"in N&&!P&&q.eventHandler&&a({event:{type:["JsonLdEvent"],code:"rdfDirection not set",level:"warning",message:"rdfDirection not set for @direction.",details:{object:I.value}},options:q}),I.value=L,I.datatype.value=Q||S)}}else if(t.isList(N)){const L=m(N["@list"],$,j,R,P,q);I.termType=L.termType,I.value=L.value}else{const L=s.isObject(N)?N["@id"]:N;I.termType=L.startsWith("_:")?"BlankNode":"NamedNode",I.value=L}return I.termType==="NamedNode"&&!k(I.value)?(q.eventHandler&&a({event:{type:["JsonLdEvent"],code:"relative object reference",level:"warning",message:"Relative object reference found.",details:{object:I.value}},options:q}),null):I}return qa}var Ua,Gu;function dy(){if(Gu)return Ua;Gu=1;const{isKeyword:i}=Sr(),e=Gi(),t=ii(),r=oi(),n=sr(),s=di(),{createNodeMap:o,mergeNodeMapGraphs:a}=go(),l={};Ua=l,l.frameMergedOrDefault=(u,m,T)=>{const N={options:T,embedded:!1,graph:"@default",graphMap:{"@default":{}},subjectStack:[],link:{},bnodeMap:{}},$=new r.IdentifierIssuer("_:b");o(u,N.graphMap,"@default",$),T.merged&&(N.graphMap["@merged"]=a(N.graphMap),N.graph="@merged"),N.subjects=N.graphMap[N.graph];const j=[];l.frame(N,Object.keys(N.subjects).sort(),m,j),T.pruneBlankNodeIdentifiers&&(T.bnodesToClear=Object.keys(N.bnodeMap).filter(R=>N.bnodeMap[R].length===1));// remove @preserve from results
294
+ */var ya,_u;function Kg(){if(_u)return ya;_u=1;const i=mo(),e=Uf();return ya=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 l,c;if(a.subject.termType==="BlankNode"&&a.subject.value!==r)c=a.subject.value,l="p";else if(a.object.termType==="BlankNode"&&a.object.value!==r)c=a.object.value,l="r";else continue;const d=this.hashRelatedBlankNode(c,a,n,l),f=s.get(d);f?f.push(c):s.set(d,[c])}return s}},ya}const Jg={},Xg=Object.freeze(Object.defineProperty({__proto__:null,default:Jg},Symbol.toStringTag,{value:"Module"})),Qg=Wp(Xg);var xu;function Yg(){return xu||(xu=1,function(i){const e=qf(),t=Gg(),r=Uf(),n=Kg();let s;try{s=Qg}catch{}function o(a){return Array.isArray(a)?a:i.NQuads.legacyDatasetToQuads(a)}i.NQuads=Ec(),i.IdentifierIssuer=xc(),i._rdfCanonizeNative=function(a){return a&&(s=a),s},i.canonize=async function(a,l){const c=o(a);if(l.useNative){if(!s)throw new Error("rdf-canonize-native not available");if(l.createMessageDigest)throw new Error('"createMessageDigest" cannot be used with "useNative".');return new Promise((d,f)=>s.canonize(c,l,(g,y)=>g?f(g):d(y)))}if(l.algorithm==="URDNA2015")return new e(l).main(c);if(l.algorithm==="URGNA2012"){if(l.createMessageDigest)throw new Error('"createMessageDigest" cannot be used with "URGNA2012".');return new t(l).main(c)}throw"algorithm"in l?new Error("Invalid RDF Dataset Canonicalization algorithm: "+l.algorithm):new Error("No RDF Dataset Canonicalization algorithm specified.")},i._canonizeSync=function(a,l){const c=o(a);if(l.useNative){if(!s)throw new Error("rdf-canonize-native not available");if(l.createMessageDigest)throw new Error('"createMessageDigest" cannot be used with "useNative".');return s.canonizeSync(c,l)}if(l.algorithm==="URDNA2015")return new r(l).main(c);if(l.algorithm==="URGNA2012"){if(l.createMessageDigest)throw new Error('"createMessageDigest" cannot be used with "URGNA2012".');return new n(l).main(c)}throw"algorithm"in l?new Error("Invalid RDF Dataset Canonicalization algorithm: "+l.algorithm):new Error("No RDF Dataset Canonicalization algorithm specified.")}}(la)),la}var ba,Eu;function Sc(){return Eu||(Eu=1,ba=Yg()),ba}var va,Su;function ri(){if(Su)return va;Su=1;const i={};return va=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",va}var wa,ku;function Gi(){if(ku)return wa;ku=1;const i=ri(),e={};return wa=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},wa}var _a,Iu;function hi(){return Iu||(Iu=1,_a=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}}),_a}var xa,Ru;function li(){if(Ru)return xa;Ru=1;const i=Gi(),e=ri(),t=Sc().IdentifierIssuer,r=hi(),n=/^[a-zA-Z]{1,8}(-[a-zA-Z0-9]{1,8})*$/,s=/(?:<[^>]*?>|"[^"]*?"|[^,])+/g,o=/\s*<([^>]*?)>\s*(?:;\s*(.*))?/,a=/(.*?)=(?:(?:"([^"]*?)")|([^"]*?))\s*(?:(?:;\s*)|$)/g,l=/^@[a-zA-Z]+$/,c={headers:{accept:"application/ld+json, application/json"}},d={};xa=d,d.IdentifierIssuer=t,d.REGEX_BCP47=n,d.REGEX_KEYWORD=l,d.clone=function(g){if(g&&typeof g=="object"){let y;if(e.isArray(g)){y=[];for(let b=0;b<g.length;++b)y[b]=d.clone(g[b])}else if(g instanceof Map){y=new Map;for(const[b,_]of g)y.set(b,d.clone(_))}else if(g instanceof Set){y=new Set;for(const b of g)y.add(d.clone(b))}else if(e.isObject(g)){y={};for(const b in g)y[b]=d.clone(g[b])}else y=g.toString();return y}return g},d.asArray=function(g){return Array.isArray(g)?g:[g]},d.buildHeaders=(g={})=>{if(Object.keys(g).some(b=>b.toLowerCase()==="accept"))throw new RangeError('Accept header may not be specified; only "'+c.headers.accept+'" is supported.');return Object.assign({Accept:c.headers.accept},g)},d.parseLinkHeader=g=>{const y={},b=g.match(s);for(let _=0;_<b.length;++_){let E=b[_].match(o);if(!E)continue;const S={target:E[1]},k=E[2];for(;E=a.exec(k);)S[E[1]]=E[2]===void 0?E[3]:E[2];const v=S.rel||"";Array.isArray(y[v])?y[v].push(S):y.hasOwnProperty(v)?y[v]=[y[v],S]:y[v]=S}return y},d.validateTypeValue=(g,y)=>{if(!e.isString(g)&&!(e.isArray(g)&&g.every(b=>e.isString(b)))){if(y&&e.isObject(g))switch(Object.keys(g).length){case 0:return;case 1:if("@default"in g&&d.asArray(g["@default"]).every(b=>e.isString(b)))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:g})}},d.hasProperty=(g,y)=>{if(g.hasOwnProperty(y)){const b=g[y];return!e.isArray(b)||b.length>0}return!1},d.hasValue=(g,y,b)=>{if(d.hasProperty(g,y)){let _=g[y];const E=i.isList(_);if(e.isArray(_)||E){E&&(_=_["@list"]);for(let S=0;S<_.length;++S)if(d.compareValues(b,_[S]))return!0}else if(!e.isArray(b))return d.compareValues(b,_)}return!1},d.addValue=(g,y,b,_)=>{if(_=_||{},"propertyIsArray"in _||(_.propertyIsArray=!1),"valueIsArray"in _||(_.valueIsArray=!1),"allowDuplicate"in _||(_.allowDuplicate=!0),"prependValue"in _||(_.prependValue=!1),_.valueIsArray)g[y]=b;else if(e.isArray(b)){b.length===0&&_.propertyIsArray&&!g.hasOwnProperty(y)&&(g[y]=[]),_.prependValue&&(b=b.concat(g[y]),g[y]=[]);for(let E=0;E<b.length;++E)d.addValue(g,y,b[E],_)}else if(g.hasOwnProperty(y)){const E=!_.allowDuplicate&&d.hasValue(g,y,b);!e.isArray(g[y])&&(!E||_.propertyIsArray)&&(g[y]=[g[y]]),E||(_.prependValue?g[y].unshift(b):g[y].push(b))}else g[y]=_.propertyIsArray?[b]:b},d.getValues=(g,y)=>[].concat(g[y]||[]),d.removeProperty=(g,y)=>{delete g[y]},d.removeValue=(g,y,b,_)=>{_=_||{},"propertyIsArray"in _||(_.propertyIsArray=!1);const E=d.getValues(g,y).filter(S=>!d.compareValues(S,b));E.length===0?d.removeProperty(g,y):E.length===1&&!_.propertyIsArray?g[y]=E[0]:g[y]=E},d.relabelBlankNodes=(g,y)=>{y=y||{};const b=y.issuer||new t("_:b");return f(b,g)},d.compareValues=(g,y)=>g===y||i.isValue(g)&&i.isValue(y)&&g["@value"]===y["@value"]&&g["@type"]===y["@type"]&&g["@language"]===y["@language"]&&g["@index"]===y["@index"]?!0:e.isObject(g)&&"@id"in g&&e.isObject(y)&&"@id"in y?g["@id"]===y["@id"]:!1,d.compareShortestLeast=(g,y)=>g.length<y.length?-1:y.length<g.length?1:g===y?0:g<y?-1:1;function f(g,y){if(e.isArray(y))for(let b=0;b<y.length;++b)y[b]=f(g,y[b]);else if(i.isList(y))y["@list"]=f(g,y["@list"]);else if(e.isObject(y)){i.isBlankNode(y)&&(y["@id"]=g.getId(y["@id"]));const b=Object.keys(y).sort();for(let _=0;_<b.length;++_){const E=b[_];E!=="@id"&&(y[E]=f(g,y[E]))}}return y}return xa}var Ea,Tu;function kc(){if(Tu)return Ea;Tu=1;const i="http://www.w3.org/1999/02/22-rdf-syntax-ns#",e="http://www.w3.org/2001/XMLSchema#";return Ea={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"},Ea}var Sa,$u;function Vf(){return $u||($u=1,Sa=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]}}}),Sa}var ka,Cu;function or(){if(Cu)return ka;Cu=1;const i=ri(),e={};ka=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 l=o.keys.length;for(;l--;)s[o.keys[l]]=a[l]===void 0?null:a[l];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 l=r.path;l=l.substr(0,l.lastIndexOf("/")+1),(l.length>0||r.authority)&&l.substr(-1)!=="/"&&(l+="/"),l+=s.path,o.path=l}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("/"),l=o.normalizedPath.split("/"),c=o.fragment||o.query?0:1;for(;a.length>0&&l.length>c&&a[0]===l[0];)a.shift(),l.shift();let d="";if(a.length>0){a.pop();for(let f=0;f<a.length;++f)d+="../"}return d+=l.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),ka}var Ia,Au;function Zg(){if(Au)return Ia;Au=1;const{parseLinkHeader:i,buildHeaders:e}=li(),{LINK_HEADER_CONTEXT:t}=kc(),r=hi(),n=Vf(),{prependBase:s}=or(),o=/(^|(\r\n))link:/i;Ia=({secure:l,headers:c={},xhr:d}={headers:{}})=>{return c=e(c),new n().wrapLoader(g);async function g(y){if(y.indexOf("http:")!==0&&y.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:y});if(l&&y.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:y});let b;try{b=await a(d,y,c)}catch(v){throw new r("URL could not be dereferenced, an error occurred.","jsonld.LoadDocumentError",{code:"loading document failed",url:y,cause:v})}if(b.status>=400)throw new r("URL could not be dereferenced: "+b.statusText,"jsonld.LoadDocumentError",{code:"loading document failed",url:y,httpStatusCode:b.status});let _={contextUrl:null,documentUrl:y,document:b.response},E=null;const S=b.getResponseHeader("Content-Type");let k;if(o.test(b.getAllResponseHeaders())&&(k=b.getResponseHeader("Link")),k&&S!=="application/ld+json"){const v=i(k),u=v[t];if(Array.isArray(u))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:y});u&&(_.contextUrl=u.target),E=v.alternate,E&&E.type=="application/ld+json"&&!(S||"").match(/^application\/(\w*\+)?json$/)&&(_=await g(s(y,E.target)))}return _}};function a(l,c,d){l=l||XMLHttpRequest;const f=new l;return new Promise((g,y)=>{f.onload=()=>g(f),f.onerror=b=>y(b),f.open("GET",c,!0);for(const b in d)f.setRequestHeader(b,d[b]);f.send()})}return Ia}var Ra,Nu;function ey(){if(Nu)return Ra;Nu=1;const i=Zg(),e={};return Ra=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})},Ra}var Ta,Lu;function ty(){return Lu||(Lu=1,Ta=function(i){i.prototype[Symbol.iterator]=function*(){for(let e=this.head;e;e=e.next)yield e.value}}),Ta}var $a,Du;function iy(){if(Du)return $a;Du=1,$a=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(c){o.push(c)});else if(arguments.length>0)for(var a=0,l=arguments.length;a<l;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,l=0;a!==null;l++)s.call(o,a.value,l,this),a=a.next},i.prototype.forEachReverse=function(s,o){o=o||this;for(var a=this.tail,l=this.length-1;a!==null;l--)s.call(o,a.value,l,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,l=this.head;l!==null;)a.push(s.call(o,l.value,this)),l=l.next;return a},i.prototype.mapReverse=function(s,o){o=o||this;for(var a=new i,l=this.tail;l!==null;)a.push(s.call(o,l.value,this)),l=l.prev;return a},i.prototype.reduce=function(s,o){var a,l=this.head;if(arguments.length>1)a=o;else if(this.head)l=this.head.next,a=this.head.value;else throw new TypeError("Reduce of empty list with no initial value");for(var c=0;l!==null;c++)a=s(a,l.value,c),l=l.next;return a},i.prototype.reduceReverse=function(s,o){var a,l=this.tail;if(arguments.length>1)a=o;else if(this.tail)l=this.tail.prev,a=this.tail.value;else throw new TypeError("Reduce of empty list with no initial value");for(var c=this.length-1;l!==null;c--)a=s(a,l.value,c),l=l.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 l=0,c=this.head;c!==null&&l<s;l++)c=c.next;for(;c!==null&&l<o;l++,c=c.next)a.push(c.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 l=this.length,c=this.tail;c!==null&&l>o;l--)c=c.prev;for(;c!==null&&l>s;l--,c=c.prev)a.push(c.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 l=0,c=this.head;c!==null&&l<s;l++)c=c.next;for(var d=[],l=0;c&&l<o;l++)d.push(c.value),c=this.removeNode(c);c===null&&(c=this.tail),c!==this.head&&c!==this.tail&&(c=c.prev);for(var l=0;l<a.length;l++)c=e(this,c,a[l]);return d},i.prototype.reverse=function(){for(var s=this.head,o=this.tail,a=s;a!==null;a=a.prev){var l=a.prev;a.prev=a.next,a.next=l}return this.head=o,this.tail=s,this};function e(s,o,a){var l=o===s.head?new n(a,null,o,s):new n(a,o,o.next,s);return l.next===null&&(s.tail=l),l.prev===null&&(s.head=l),s.length++,l}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,l){if(!(this instanceof n))return new n(s,o,a,l);this.list=l,this.value=s,o?(o.next=this,this.prev=o):this.prev=null,a?(a.prev=this,this.next=a):this.next=null}try{ty()(i)}catch{}return $a}var Ca,Ou;function zf(){if(Ou)return Ca;Ou=1;const i=iy(),e=Symbol("max"),t=Symbol("length"),r=Symbol("lengthCalculator"),n=Symbol("allowStale"),s=Symbol("maxAge"),o=Symbol("dispose"),a=Symbol("noDisposeOnSet"),l=Symbol("lruList"),c=Symbol("cache"),d=Symbol("updateAgeOnGet"),f=()=>1;class g{constructor(u){if(typeof u=="number"&&(u={max:u}),u||(u={}),u.max&&(typeof u.max!="number"||u.max<0))throw new TypeError("max must be a non-negative number");this[e]=u.max||1/0;const m=u.length||f;if(this[r]=typeof m!="function"?f:m,this[n]=u.stale||!1,u.maxAge&&typeof u.maxAge!="number")throw new TypeError("maxAge must be a number");this[s]=u.maxAge||0,this[o]=u.dispose,this[a]=u.noDisposeOnSet||!1,this[d]=u.updateAgeOnGet||!1,this.reset()}set max(u){if(typeof u!="number"||u<0)throw new TypeError("max must be a non-negative number");this[e]=u||1/0,_(this)}get max(){return this[e]}set allowStale(u){this[n]=!!u}get allowStale(){return this[n]}set maxAge(u){if(typeof u!="number")throw new TypeError("maxAge must be a non-negative number");this[s]=u,_(this)}get maxAge(){return this[s]}set lengthCalculator(u){typeof u!="function"&&(u=f),u!==this[r]&&(this[r]=u,this[t]=0,this[l].forEach(m=>{m.length=this[r](m.value,m.key),this[t]+=m.length})),_(this)}get lengthCalculator(){return this[r]}get length(){return this[t]}get itemCount(){return this[l].length}rforEach(u,m){m=m||this;for(let T=this[l].tail;T!==null;){const N=T.prev;k(this,u,T,m),T=N}}forEach(u,m){m=m||this;for(let T=this[l].head;T!==null;){const N=T.next;k(this,u,T,m),T=N}}keys(){return this[l].toArray().map(u=>u.key)}values(){return this[l].toArray().map(u=>u.value)}reset(){this[o]&&this[l]&&this[l].length&&this[l].forEach(u=>this[o](u.key,u.value)),this[c]=new Map,this[l]=new i,this[t]=0}dump(){return this[l].map(u=>b(this,u)?!1:{k:u.key,v:u.value,e:u.now+(u.maxAge||0)}).toArray().filter(u=>u)}dumpLru(){return this[l]}set(u,m,T){if(T=T||this[s],T&&typeof T!="number")throw new TypeError("maxAge must be a number");const N=T?Date.now():0,$=this[r](m,u);if(this[c].has(u)){if($>this[e])return E(this,this[c].get(u)),!1;const P=this[c].get(u).value;return this[o]&&(this[a]||this[o](u,P.value)),P.now=N,P.maxAge=T,P.value=m,this[t]+=$-P.length,P.length=$,this.get(u),_(this),!0}const j=new S(u,m,$,N,T);return j.length>this[e]?(this[o]&&this[o](u,m),!1):(this[t]+=j.length,this[l].unshift(j),this[c].set(u,this[l].head),_(this),!0)}has(u){if(!this[c].has(u))return!1;const m=this[c].get(u).value;return!b(this,m)}get(u){return y(this,u,!0)}peek(u){return y(this,u,!1)}pop(){const u=this[l].tail;return u?(E(this,u),u.value):null}del(u){E(this,this[c].get(u))}load(u){this.reset();const m=Date.now();for(let T=u.length-1;T>=0;T--){const N=u[T],$=N.e||0;if($===0)this.set(N.k,N.v);else{const j=$-m;j>0&&this.set(N.k,N.v,j)}}}prune(){this[c].forEach((u,m)=>y(this,m,!1))}}const y=(v,u,m)=>{const T=v[c].get(u);if(T){const N=T.value;if(b(v,N)){if(E(v,T),!v[n])return}else m&&(v[d]&&(T.value.now=Date.now()),v[l].unshiftNode(T));return N.value}},b=(v,u)=>{if(!u||!u.maxAge&&!v[s])return!1;const m=Date.now()-u.now;return u.maxAge?m>u.maxAge:v[s]&&m>v[s]},_=v=>{if(v[t]>v[e])for(let u=v[l].tail;v[t]>v[e]&&u!==null;){const m=u.prev;E(v,u),u=m}},E=(v,u)=>{if(u){const m=u.value;v[o]&&v[o](m.key,m.value),v[t]-=m.length,v[c].delete(m.key),v[l].removeNode(u)}};class S{constructor(u,m,T,N,$){this.key=u,this.value=m,this.length=T,this.now=N,this.maxAge=$||0}}const k=(v,u,m,T)=>{let N=m.value;b(v,N)&&(E(v,m),v[n]||(N=void 0)),N&&u.call(T,N.value,N.key,v)};return Ca=g,Ca}var Aa,Mu;function ry(){if(Mu)return Aa;Mu=1;const i=zf(),e=10;return Aa=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)}},Aa}var Na,Pu;function ny(){if(Pu)return Na;Pu=1;const{isArray:i,isObject:e,isString:t}=ri(),{asArray:r}=li(),{prependBase:n}=or(),s=hi(),o=ry(),a=10;Na=class{constructor({sharedCache:f}){this.perOpCache=new Map,this.sharedCache=f}async resolve({activeCtx:f,context:g,documentLoader:y,base:b,cycles:_=new Set}){g&&e(g)&&g["@context"]&&(g=g["@context"]),g=r(g);const E=[];for(const S of g){if(t(S)){let u=this._get(S);u||(u=await this._resolveRemoteContext({activeCtx:f,url:S,documentLoader:y,base:b,cycles:_})),i(u)?E.push(...u):E.push(u);continue}if(S===null){E.push(new o({document:null}));continue}e(S)||l(g);const k=JSON.stringify(S);let v=this._get(k);v||(v=new o({document:S}),this._cacheResolvedContext({key:k,resolved:v,tag:"static"})),E.push(v)}return E}_get(f){let g=this.perOpCache.get(f);if(!g){const y=this.sharedCache.get(f);y&&(g=y.get("static"),g&&this.perOpCache.set(f,g))}return g}_cacheResolvedContext({key:f,resolved:g,tag:y}){if(this.perOpCache.set(f,g),y!==void 0){let b=this.sharedCache.get(f);b||(b=new Map,this.sharedCache.set(f,b)),b.set(y,g)}return g}async _resolveRemoteContext({activeCtx:f,url:g,documentLoader:y,base:b,cycles:_}){g=n(b,g);const{context:E,remoteDoc:S}=await this._fetchContext({activeCtx:f,url:g,documentLoader:y,cycles:_});b=S.documentUrl||g,c({context:E,base:b});const k=await this.resolve({activeCtx:f,context:E,documentLoader:y,base:b,cycles:_});return this._cacheResolvedContext({key:g,resolved:k,tag:S.tag}),k}async _fetchContext({activeCtx:f,url:g,documentLoader:y,cycles:b}){if(b.size>a)throw new s("Maximum number of @context URLs exceeded.","jsonld.ContextUrlError",{code:f.processingMode==="json-ld-1.0"?"loading remote context failed":"context overflow",max:a});if(b.has(g))throw new s("Cyclical @context URLs detected.","jsonld.ContextUrlError",{code:f.processingMode==="json-ld-1.0"?"recursive context inclusion":"context overflow",url:g});b.add(g);let _,E;try{E=await y(g),_=E.document||null,t(_)&&(_=JSON.parse(_))}catch(S){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: "${g}".`,"jsonld.InvalidUrl",{code:"loading remote context failed",url:g,cause:S})}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: "${g}".`,"jsonld.InvalidUrl",{code:"invalid remote context",url:g});return"@context"in _?_={"@context":_["@context"]}:_={"@context":{}},E.contextUrl&&(i(_["@context"])||(_["@context"]=[_["@context"]]),_["@context"].push(E.contextUrl)),{context:_,remoteDoc:E}}};function l(d){throw new s("Invalid JSON-LD syntax; @context must be an object.","jsonld.SyntaxError",{code:"invalid local context",context:d})}function c({context:d,base:f}){if(!d)return;const g=d["@context"];if(t(g)){d["@context"]=n(f,g);return}if(i(g)){for(let y=0;y<g.length;++y){const b=g[y];if(t(b)){g[y]=n(f,b);continue}e(b)&&c({context:{"@context":b},base:f})}return}if(e(g))for(const y in g)c({context:g[y],base:f})}return Na}var La,ju;function sy(){return ju||(ju=1,La=Sc().NQuads),La}var Da,Bu;function hs(){if(Bu)return Da;Bu=1;const i=hi(),{isArray:e}=ri(),{asArray:t}=li(),r={};Da=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 l=!0;for(let c=0;l&&c<a.length;++c){l=!1;const d=a[c];if(e(d))l=n({event:o,handlers:d});else if(typeof d=="function")d({event:o,next:()=>{l=!0}});else if(typeof d=="object")o.code in d?d[o.code]({event:o,next:()=>{l=!0}}):l=!0;else throw new i("Invalid event handler.","jsonld.InvalidEventHandler",{event:o})}return l}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:l}){if(a.level==="warning"&&s.has(a.code))throw new i("Safe mode validation error.","jsonld.ValidationError",{event:a});l()},r.logEventHandler=function({event:a,next:l}){console.log(`EVENT: ${a.message}`,{event:a}),l()},r.logWarningEventHandler=function({event:a,next:l}){a.level==="warning"&&console.warn(`WARNING: ${a.message}`,{event:a}),l()},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},Da}var Oa,Fu;function Sr(){if(Fu)return Oa;Fu=1;const i=li(),e=hi(),{isArray:t,isObject:r,isString:n,isUndefined:s}=ri(),{isAbsolute:o,isRelative:a,prependBase:l}=or(),{handleEvent:c}=hs(),{REGEX_BCP47:d,REGEX_KEYWORD:f,asArray:g,compareShortestLeast:y}=li(),b=new Map,_=1e4,E={};Oa=E,E.process=async({activeCtx:v,localCtx:u,options:m,propagate:T=!0,overrideProtected:N=!1,cycles:$=new Set})=>{if(r(u)&&"@context"in u&&t(u["@context"])&&(u=u["@context"]),g(u).length===0)return v;const R=[],P=[({event:Q,next:A})=>{R.push(Q),A()}];m.eventHandler&&P.push(m.eventHandler);const q=m;m={...m,eventHandler:P};const I=await m.contextResolver.resolve({activeCtx:v,context:u,documentLoader:m.documentLoader,base:m.base});r(I[0].document)&&typeof I[0].document["@propagate"]=="boolean"&&(T=I[0].document["@propagate"]);let L=v;!T&&!L.previousContext&&(L=L.clone(),L.previousContext=v);for(const Q of I){let{document:A}=Q;if(v=L,A===null){if(!N&&Object.keys(v.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"});L=v=E.getInitialContext(m).clone();continue}const Y=Q.getProcessed(v);if(Y){if(q.eventHandler)for(const te of Y.events)c({event:te,options:q});L=v=Y.context;continue}if(r(A)&&"@context"in A&&(A=A["@context"]),!r(A))throw new e("Invalid JSON-LD syntax; @context must be an object.","jsonld.SyntaxError",{code:"invalid local context",context:A});L=L.clone();const F=new Map;if("@version"in A){if(A["@version"]!==1.1)throw new e("Unsupported JSON-LD version: "+A["@version"],"jsonld.UnsupportedVersion",{code:"invalid @version value",context:A});if(v.processingMode&&v.processingMode==="json-ld-1.0")throw new e("@version: "+A["@version"]+" not compatible with "+v.processingMode,"jsonld.ProcessingModeConflict",{code:"processing mode conflict",context:A});L.processingMode="json-ld-1.1",L["@version"]=A["@version"],F.set("@version",!0)}if(L.processingMode=L.processingMode||v.processingMode,"@base"in A){let te=A["@base"];if(!(te===null||o(te)))if(a(te))te=l(L["@base"],te);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:A});L["@base"]=te,F.set("@base",!0)}if("@vocab"in A){const te=A["@vocab"];if(te===null)delete L["@vocab"];else if(n(te)){if(!o(te)&&E.processingMode(L,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:A});{const x=S(L,te,{vocab:!0,base:!0},void 0,void 0,m);o(x)||m.eventHandler&&c({event:{type:["JsonLdEvent"],code:"relative @vocab reference",level:"warning",message:"Relative @vocab reference found.",details:{vocab:x}},options:m}),L["@vocab"]=x}}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:A});F.set("@vocab",!0)}if("@language"in A){const te=A["@language"];if(te===null)delete L["@language"];else if(n(te))te.match(d)||m.eventHandler&&c({event:{type:["JsonLdEvent"],code:"invalid @language value",level:"warning",message:"@language value must be valid BCP47.",details:{language:te}},options:m}),L["@language"]=te.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:A});F.set("@language",!0)}if("@direction"in A){const te=A["@direction"];if(v.processingMode==="json-ld-1.0")throw new e("Invalid JSON-LD syntax; @direction not compatible with "+v.processingMode,"jsonld.SyntaxError",{code:"invalid context member",context:A});if(te===null)delete L["@direction"];else{if(te!=="ltr"&&te!=="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:A});L["@direction"]=te}F.set("@direction",!0)}if("@propagate"in A){const te=A["@propagate"];if(v.processingMode==="json-ld-1.0")throw new e("Invalid JSON-LD syntax; @propagate not compatible with "+v.processingMode,"jsonld.SyntaxError",{code:"invalid context entry",context:A});if(typeof te!="boolean")throw new e("Invalid JSON-LD syntax; @propagate value must be a boolean.","jsonld.SyntaxError",{code:"invalid @propagate value",context:u});F.set("@propagate",!0)}if("@import"in A){const te=A["@import"];if(v.processingMode==="json-ld-1.0")throw new e("Invalid JSON-LD syntax; @import not compatible with "+v.processingMode,"jsonld.SyntaxError",{code:"invalid context entry",context:A});if(!n(te))throw new e("Invalid JSON-LD syntax; @import must be a string.","jsonld.SyntaxError",{code:"invalid @import value",context:u});const x=await m.contextResolver.resolve({activeCtx:v,context:te,documentLoader:m.documentLoader,base:m.base});if(x.length!==1)throw new e("Invalid JSON-LD syntax; @import must reference a single context.","jsonld.SyntaxError",{code:"invalid remote context",context:u});const z=x[0].getProcessed(v);if(z)A=z;else{const Z=x[0].document;if("@import"in Z)throw new e("Invalid JSON-LD syntax: imported context must not include @import.","jsonld.SyntaxError",{code:"invalid context entry",context:u});for(const J in Z)A.hasOwnProperty(J)||(A[J]=Z[J]);x[0].setProcessed(v,A)}F.set("@import",!0)}F.set("@protected",A["@protected"]||!1);for(const te in A)if(E.createTermDefinition({activeCtx:L,localCtx:A,term:te,defined:F,options:m,overrideProtected:N}),r(A[te])&&"@context"in A[te]){const x=A[te]["@context"];let z=!0;if(n(x)){const Z=l(m.base,x);$.has(Z)?z=!1:$.add(Z)}if(z)try{await E.process({activeCtx:L.clone(),localCtx:A[te]["@context"],overrideProtected:!0,options:m,cycles:$})}catch{throw new e("Invalid JSON-LD syntax; invalid scoped context.","jsonld.SyntaxError",{code:"invalid scoped context",context:A[te]["@context"],term:te})}}Q.setProcessed(v,{context:L,events:R})}return L},E.createTermDefinition=({activeCtx:v,localCtx:u,term:m,defined:T,options:N,overrideProtected:$=!1})=>{if(T.has(m)){if(T.get(m))return;throw new e("Cyclical context definition detected.","jsonld.CyclicalContext",{code:"cyclic IRI mapping",context:u,term:m})}T.set(m,!1);let j;if(u.hasOwnProperty(m)&&(j=u[m]),m==="@type"&&r(j)&&(j["@container"]||"@set")==="@set"&&E.processingMode(v,1.1)){const A=["@container","@id","@protected"],Y=Object.keys(j);if(Y.length===0||Y.some(F=>!A.includes(F)))throw new e("Invalid JSON-LD syntax; keywords cannot be overridden.","jsonld.SyntaxError",{code:"keyword redefinition",context:u,term:m})}else{if(E.isKeyword(m))throw new e("Invalid JSON-LD syntax; keywords cannot be overridden.","jsonld.SyntaxError",{code:"keyword redefinition",context:u,term:m});if(m.match(f)){N.eventHandler&&c({event:{type:["JsonLdEvent"],code:"reserved term",level:"warning",message:'Terms beginning with "@" are reserved for future use and dropped.',details:{term:m}},options:N});return}else if(m==="")throw new e("Invalid JSON-LD syntax; a term cannot be an empty string.","jsonld.SyntaxError",{code:"invalid term definition",context:u})}const R=v.mappings.get(m);v.mappings.has(m)&&v.mappings.delete(m);let P=!1;if((n(j)||j===null)&&(P=!0,j={"@id":j}),!r(j))throw new e("Invalid JSON-LD syntax; @context term values must be strings or objects.","jsonld.SyntaxError",{code:"invalid term definition",context:u});const q={};v.mappings.set(m,q),q.reverse=!1;const I=["@container","@id","@language","@reverse","@type"];E.processingMode(v,1.1)&&I.push("@context","@direction","@index","@nest","@prefix","@protected");for(const A in j)if(!I.includes(A))throw new e("Invalid JSON-LD syntax; a term definition must not contain "+A,"jsonld.SyntaxError",{code:"invalid term definition",context:u});const L=m.indexOf(":");if(q._termHasColon=L>0,"@reverse"in j){if("@id"in j)throw new e("Invalid JSON-LD syntax; a @reverse term definition must not contain @id.","jsonld.SyntaxError",{code:"invalid reverse property",context:u});if("@nest"in j)throw new e("Invalid JSON-LD syntax; a @reverse term definition must not contain @nest.","jsonld.SyntaxError",{code:"invalid reverse property",context:u});const A=j["@reverse"];if(!n(A))throw new e("Invalid JSON-LD syntax; a @context @reverse value must be a string.","jsonld.SyntaxError",{code:"invalid IRI mapping",context:u});if(A.match(f)){N.eventHandler&&c({event:{type:["JsonLdEvent"],code:"reserved @reverse value",level:"warning",message:'@reverse values beginning with "@" are reserved for future use and dropped.',details:{reverse:A}},options:N}),R?v.mappings.set(m,R):v.mappings.delete(m);return}const Y=S(v,A,{vocab:!0,base:!1},u,T,N);if(!o(Y))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:u});q["@id"]=Y,q.reverse=!0}else if("@id"in j){let A=j["@id"];if(A&&!n(A))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:u});if(A===null)q["@id"]=null;else if(!E.isKeyword(A)&&A.match(f)){N.eventHandler&&c({event:{type:["JsonLdEvent"],code:"reserved @id value",level:"warning",message:'@id values beginning with "@" are reserved for future use and dropped.',details:{id:A}},options:N}),R?v.mappings.set(m,R):v.mappings.delete(m);return}else if(A!==m){if(A=S(v,A,{vocab:!0,base:!1},u,T,N),!o(A)&&!E.isKeyword(A))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:u});if(m.match(/(?::[^:])|\//)){const Y=new Map(T).set(m,!0);if(S(v,m,{vocab:!0,base:!1},u,Y,N)!==A)throw new e("Invalid JSON-LD syntax; term in form of IRI must expand to definition.","jsonld.SyntaxError",{code:"invalid IRI mapping",context:u})}q["@id"]=A,q._prefix=P&&!q._termHasColon&&A.match(/[:\/\?#\[\]@]$/)!==null}}if(!("@id"in q))if(q._termHasColon){const A=m.substr(0,L);if(u.hasOwnProperty(A)&&E.createTermDefinition({activeCtx:v,localCtx:u,term:A,defined:T,options:N}),v.mappings.has(A)){const Y=m.substr(L+1);q["@id"]=v.mappings.get(A)["@id"]+Y}else q["@id"]=m}else if(m==="@type")q["@id"]=m;else{if(!("@vocab"in v))throw new e("Invalid JSON-LD syntax; @context terms must define an @id.","jsonld.SyntaxError",{code:"invalid IRI mapping",context:u,term:m});q["@id"]=v["@vocab"]+m}if((j["@protected"]===!0||T.get("@protected")===!0&&j["@protected"]!==!1)&&(v.protected[m]=!0,q.protected=!0),T.set(m,!0),"@type"in j){let A=j["@type"];if(!n(A))throw new e("Invalid JSON-LD syntax; an @context @type value must be a string.","jsonld.SyntaxError",{code:"invalid type mapping",context:u});if(A==="@json"||A==="@none"){if(E.processingMode(v,1))throw new e(`Invalid JSON-LD syntax; an @context @type value must not be "${A}" in JSON-LD 1.0 mode.`,"jsonld.SyntaxError",{code:"invalid type mapping",context:u})}else if(A!=="@id"&&A!=="@vocab"){if(A=S(v,A,{vocab:!0,base:!1},u,T,N),!o(A))throw new e("Invalid JSON-LD syntax; an @context @type value must be an absolute IRI.","jsonld.SyntaxError",{code:"invalid type mapping",context:u});if(A.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:u})}q["@type"]=A}if("@container"in j){const A=n(j["@container"])?[j["@container"]]:j["@container"]||[],Y=["@list","@set","@index","@language"];let F=!0;const te=A.includes("@set");if(E.processingMode(v,1.1)){if(Y.push("@graph","@id","@type"),A.includes("@list")){if(A.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:u})}else if(A.includes("@graph")){if(A.some(x=>x!=="@graph"&&x!=="@id"&&x!=="@index"&&x!=="@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:u})}else F&=A.length<=(te?2:1);if(A.includes("@type")&&(q["@type"]=q["@type"]||"@id",!["@id","@vocab"].includes(q["@type"])))throw new e("Invalid JSON-LD syntax; container: @type requires @type to be @id or @vocab.","jsonld.SyntaxError",{code:"invalid type mapping",context:u})}else F&=!t(j["@container"]),F&=A.length<=1;if(F&=A.every(x=>Y.includes(x)),F&=!(te&&A.includes("@list")),!F)throw new e("Invalid JSON-LD syntax; @context @container value must be one of the following: "+Y.join(", "),"jsonld.SyntaxError",{code:"invalid container mapping",context:u});if(q.reverse&&!A.every(x=>["@index","@set"].includes(x)))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:u});q["@container"]=A}if("@index"in j){if(!("@container"in j)||!q["@container"].includes("@index"))throw new e(`Invalid JSON-LD syntax; @index without @index in @container: "${j["@index"]}" on term "${m}".`,"jsonld.SyntaxError",{code:"invalid term definition",context:u});if(!n(j["@index"])||j["@index"].indexOf("@")===0)throw new e(`Invalid JSON-LD syntax; @index must expand to an IRI: "${j["@index"]}" on term "${m}".`,"jsonld.SyntaxError",{code:"invalid term definition",context:u});q["@index"]=j["@index"]}if("@context"in j&&(q["@context"]=j["@context"]),"@language"in j&&!("@type"in j)){let A=j["@language"];if(A!==null&&!n(A))throw new e("Invalid JSON-LD syntax; @context @language value must be a string or null.","jsonld.SyntaxError",{code:"invalid language mapping",context:u});A!==null&&(A=A.toLowerCase()),q["@language"]=A}if("@prefix"in j){if(m.match(/:|\//))throw new e("Invalid JSON-LD syntax; @context @prefix used on a compact IRI term","jsonld.SyntaxError",{code:"invalid term definition",context:u});if(E.isKeyword(q["@id"]))throw new e("Invalid JSON-LD syntax; keywords may not be used as prefixes","jsonld.SyntaxError",{code:"invalid term definition",context:u});if(typeof j["@prefix"]=="boolean")q._prefix=j["@prefix"]===!0;else throw new e("Invalid JSON-LD syntax; @context value for @prefix must be boolean","jsonld.SyntaxError",{code:"invalid @prefix value",context:u})}if("@direction"in j){const A=j["@direction"];if(A!==null&&A!=="ltr"&&A!=="rtl")throw new e('Invalid JSON-LD syntax; @direction value must be null, "ltr", or "rtl".',"jsonld.SyntaxError",{code:"invalid base direction",context:u});q["@direction"]=A}if("@nest"in j){const A=j["@nest"];if(!n(A)||A!=="@nest"&&A.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:u});q["@nest"]=A}// disallow aliasing @context and @preserve
295
+ const Q=q["@id"];if(Q==="@context"||Q==="@preserve")throw new e("Invalid JSON-LD syntax; @context and @preserve cannot be aliased.","jsonld.SyntaxError",{code:"invalid keyword alias",context:u});if(R&&R.protected&&!$&&(v.protected[m]=!0,q.protected=!0,!k(R,q)))throw new e("Invalid JSON-LD syntax; tried to redefine a protected term.","jsonld.SyntaxError",{code:"protected term redefinition",context:u,term:m})},E.expandIri=(v,u,m,T)=>S(v,u,m,void 0,void 0,T);function S(v,u,m,T,N,$){if(u===null||!n(u)||E.isKeyword(u))return u;if(u.match(f))return null;if(T&&T.hasOwnProperty(u)&&N.get(u)!==!0&&E.createTermDefinition({activeCtx:v,localCtx:T,term:u,defined:N,options:$}),m=m||{},m.vocab){const R=v.mappings.get(u);if(R===null)return null;if(r(R)&&"@id"in R)return R["@id"]}const j=u.indexOf(":");if(j>0){const R=u.substr(0,j),P=u.substr(j+1);if(R==="_"||P.indexOf("//")===0)return u;T&&T.hasOwnProperty(R)&&E.createTermDefinition({activeCtx:v,localCtx:T,term:R,defined:N,options:$});const q=v.mappings.get(R);if(q&&q._prefix)return q["@id"]+P;if(o(u))return u}if(m.vocab&&"@vocab"in v)u=v["@vocab"]+u;else if(m.base){let R,P;"@base"in v?v["@base"]?(P=l($.base,v["@base"]),R=l(P,u)):(P=v["@base"],R=u):(P=$.base,R=l($.base,u)),u=R}return u}E.getInitialContext=v=>{const u=JSON.stringify({processingMode:v.processingMode}),m=b.get(u);if(m)return m;const T={processingMode:v.processingMode,mappings:new Map,inverse:null,getInverse:N,clone:R,revertToPreviousContext:P,protected:{}};return b.size===_&&b.clear(),b.set(u,T),T;function N(){const q=this;if(q.inverse)return q.inverse;const I=q.inverse={},L=q.fastCurieMap={},Q={},A=(q["@language"]||"@none").toLowerCase(),Y=q["@direction"],F=q.mappings,te=[...F.keys()].sort(y);for(const x of te){const z=F.get(x);if(z===null)continue;let Z=z["@container"]||"@none";if(Z=[].concat(Z).sort().join(""),z["@id"]===null)continue;const J=g(z["@id"]);for(const ce of J){let H=I[ce];const W=E.isKeyword(ce);if(H)!W&&!z._termHasColon&&Q[ce].push(x);else if(I[ce]=H={},!W&&!z._termHasColon){Q[ce]=[x];const K={iri:ce,terms:Q[ce]};ce[0]in L?L[ce[0]].push(K):L[ce[0]]=[K]}if(H[Z]||(H[Z]={"@language":{},"@type":{},"@any":{}}),H=H[Z],j(x,H["@any"],"@none"),z.reverse)j(x,H["@type"],"@reverse");else if(z["@type"]==="@none")j(x,H["@any"],"@none"),j(x,H["@language"],"@none"),j(x,H["@type"],"@none");else if("@type"in z)j(x,H["@type"],z["@type"]);else if("@language"in z&&"@direction"in z){const K=z["@language"],V=z["@direction"];K&&V?j(x,H["@language"],`${K}_${V}`.toLowerCase()):K?j(x,H["@language"],K.toLowerCase()):V?j(x,H["@language"],`_${V}`):j(x,H["@language"],"@null")}else"@language"in z?j(x,H["@language"],(z["@language"]||"@null").toLowerCase()):"@direction"in z?z["@direction"]?j(x,H["@language"],`_${z["@direction"]}`):j(x,H["@language"],"@none"):Y?(j(x,H["@language"],`_${Y}`),j(x,H["@language"],"@none"),j(x,H["@type"],"@none")):(j(x,H["@language"],A),j(x,H["@language"],"@none"),j(x,H["@type"],"@none"))}}for(const x in L)$(L,x,1);return I}function $(q,I,L){const Q=q[I],A=q[I]={};let Y,F;for(const te of Q)Y=te.iri,L>=Y.length?F="":F=Y[L],F in A?A[F].push(te):A[F]=[te];for(const te in A)te!==""&&$(A,te,L+1)}function j(q,I,L){I.hasOwnProperty(L)||(I[L]=q)}function R(){const q={};return q.mappings=i.clone(this.mappings),q.clone=this.clone,q.inverse=null,q.getInverse=this.getInverse,q.protected=i.clone(this.protected),this.previousContext&&(q.previousContext=this.previousContext.clone()),q.revertToPreviousContext=this.revertToPreviousContext,"@base"in this&&(q["@base"]=this["@base"]),"@language"in this&&(q["@language"]=this["@language"]),"@vocab"in this&&(q["@vocab"]=this["@vocab"]),q}function P(){return this.previousContext?this.previousContext.clone():this}},E.getContextValue=(v,u,m)=>{if(u===null)return m==="@context"?void 0:null;if(v.mappings.has(u)){const T=v.mappings.get(u);if(s(m))return T;if(T.hasOwnProperty(m))return T[m]}if(m==="@language"&&m in v||m==="@direction"&&m in v)return v[m];if(m!=="@context")return null},E.processingMode=(v,u)=>u.toString()>="1.1"?!v.processingMode||v.processingMode>="json-ld-"+u.toString():v.processingMode==="json-ld-1.0",E.isKeyword=v=>{if(!n(v)||v[0]!=="@")return!1;switch(v){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(v,u){if(!(v&&typeof v=="object")||!(u&&typeof u=="object"))return v===u;const m=Array.isArray(v);if(m!==Array.isArray(u))return!1;if(m){if(v.length!==u.length)return!1;for(let $=0;$<v.length;++$)if(!k(v[$],u[$]))return!1;return!0}const T=Object.keys(v),N=Object.keys(u);if(T.length!==N.length)return!1;for(const $ in v){let j=v[$],R=u[$];if($==="@container"&&Array.isArray(j)&&Array.isArray(R)&&(j=j.slice().sort(),R=R.slice().sort()),!k(j,R))return!1}return!0}return Oa}var Ma,qu;function oy(){if(qu)return Ma;qu=1;const i=hi(),{isArray:e,isObject:t,isEmptyObject:r,isString:n,isUndefined:s}=ri(),{isList:o,isValue:a,isGraph:l,isSubject:c}=Gi(),{expandIri:d,getContextValue:f,isKeyword:g,process:y,processingMode:b}=Sr(),{isAbsolute:_}=or(),{REGEX_BCP47:E,REGEX_KEYWORD:S,addValue:k,asArray:v,getValues:u,validateTypeValue:m}=li(),{handleEvent:T}=hs(),N={};Ma=N,N.expand=async({activeCtx:I,activeProperty:L=null,element:Q,options:A={},insideList:Y=!1,insideIndex:F=!1,typeScopedContext:te=null})=>{if(Q==null)return null;if(L==="@default"&&(A=Object.assign({},A,{isFrame:!1})),!e(Q)&&!t(Q))return!Y&&(L===null||d(I,L,{vocab:!0},A)==="@graph")?(A.eventHandler&&T({event:{type:["JsonLdEvent"],code:"free-floating scalar",level:"warning",message:"Dropping free-floating scalar not in a list.",details:{value:Q}},options:A}),null):R({activeCtx:I,activeProperty:L,value:Q,options:A});if(e(Q)){let K=[];const V=f(I,L,"@container")||[];Y=Y||V.includes("@list");for(let re=0;re<Q.length;++re){let ne=await N.expand({activeCtx:I,activeProperty:L,element:Q[re],options:A,insideIndex:F,typeScopedContext:te});Y&&e(ne)&&(ne={"@list":ne}),ne!==null&&(e(ne)?K=K.concat(ne):K.push(ne))}return K}const x=d(I,L,{vocab:!0},A),z=f(I,L,"@context");te=te||(I.previousContext?I:null);let Z=Object.keys(Q).sort(),J=!F;if(J&&te&&Z.length<=2&&!Z.includes("@context"))for(const K of Z){const V=d(te,K,{vocab:!0},A);if(V==="@value"){J=!1,I=te;break}if(V==="@id"&&Z.length===1){J=!1;break}}J&&(I=I.revertToPreviousContext()),s(z)||(I=await y({activeCtx:I,localCtx:z,propagate:!0,overrideProtected:!0,options:A})),"@context"in Q&&(I=await y({activeCtx:I,localCtx:Q["@context"],options:A})),te=I;let ce=null;for(const K of Z)if(d(I,K,{vocab:!0},A)==="@type"){ce=ce||K;const re=Q[K],ne=Array.isArray(re)?re.length>1?re.slice().sort():re:[re];for(const ge of ne){const be=f(te,ge,"@context");s(be)||(I=await y({activeCtx:I,localCtx:be,options:A,propagate:!1}))}}let H={};await j({activeCtx:I,activeProperty:L,expandedActiveProperty:x,element:Q,expandedParent:H,options:A,insideList:Y,typeKey:ce,typeScopedContext:te}),Z=Object.keys(H);let W=Z.length;if("@value"in H){if("@type"in H&&("@language"in H||"@direction"in H))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:H});let K=W-1;if("@type"in H&&(K-=1),"@index"in H&&(K-=1),"@language"in H&&(K-=1),"@direction"in H&&(K-=1),K!==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:H});const V=H["@value"]===null?[]:v(H["@value"]),re=u(H,"@type");if(!(b(I,1.1)&&re.includes("@json")&&re.length===1))if(V.length===0)A.eventHandler&&T({event:{type:["JsonLdEvent"],code:"null @value value",level:"warning",message:"Dropping null @value value.",details:{value:H}},options:A}),H=null;else{if(!V.every(ne=>n(ne)||r(ne))&&"@language"in H)throw new i("Invalid JSON-LD syntax; only strings may be language-tagged.","jsonld.SyntaxError",{code:"invalid language-tagged value",element:H});if(!re.every(ne=>_(ne)&&!(n(ne)&&ne.indexOf("_:")===0)||r(ne)))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:H})}}else if("@type"in H&&!e(H["@type"]))H["@type"]=[H["@type"]];else if("@set"in H||"@list"in H){if(W>1&&!(W===2&&"@index"in H))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:H});"@set"in H&&(H=H["@set"],Z=Object.keys(H),W=Z.length)}else W===1&&"@language"in H&&(A.eventHandler&&T({event:{type:["JsonLdEvent"],code:"object with only @language",level:"warning",message:"Dropping object with only @language.",details:{value:H}},options:A}),H=null);return t(H)&&!A.keepFreeFloatingNodes&&!Y&&(L===null||x==="@graph"||(f(I,L,"@container")||[]).includes("@graph"))&&(H=$({value:H,count:W,options:A})),H};function $({value:I,count:L,options:Q}){if(L===0||"@value"in I||"@list"in I||L===1&&"@id"in I){if(Q.eventHandler){let A,Y;L===0?(A="empty object",Y="Dropping empty object."):"@value"in I?(A="object with only @value",Y="Dropping object with only @value."):"@list"in I?(A="object with only @list",Y="Dropping object with only @list."):L===1&&"@id"in I&&(A="object with only @id",Y="Dropping object with only @id."),T({event:{type:["JsonLdEvent"],code:A,level:"warning",message:Y,details:{value:I}},options:Q})}return null}return I}async function j({activeCtx:I,activeProperty:L,expandedActiveProperty:Q,element:A,expandedParent:Y,options:F={},insideList:te,typeKey:x,typeScopedContext:z}){const Z=Object.keys(A).sort(),J=[];let ce;const H=A[x]&&d(I,e(A[x])?A[x][0]:A[x],{vocab:!0},{...F,typeExpansion:!0})==="@json";for(const W of Z){let K=A[W],V;if(W==="@context")continue;const re=d(I,W,{vocab:!0},F);if(re===null||!(_(re)||g(re))){F.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:W,expandedProperty:re}},options:F});continue}if(g(re)){if(Q==="@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:K});if(re in Y&&re!=="@included"&&re!=="@type")throw new i("Invalid JSON-LD syntax; colliding keywords detected.","jsonld.SyntaxError",{code:"colliding keywords",keyword:re})}if(re==="@id"){if(!n(K)){if(!F.isFrame)throw new i('Invalid JSON-LD syntax; "@id" value must a string.',"jsonld.SyntaxError",{code:"invalid @id value",value:K});if(t(K)){if(!r(K))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:K})}else if(e(K)){if(!K.every(O=>n(O)))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:K})}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:K})}k(Y,"@id",v(K).map(O=>{if(n(O)){const G=d(I,O,{base:!0},F);return F.eventHandler&&(G===null?T(O===null?{event:{type:["JsonLdEvent"],code:"null @id value",level:"warning",message:"Null @id found.",details:{id:O}},options:F}:{event:{type:["JsonLdEvent"],code:"reserved @id value",level:"warning",message:"Reserved @id found.",details:{id:O}},options:F}):_(G)||T({event:{type:["JsonLdEvent"],code:"relative @id reference",level:"warning",message:"Relative @id reference found.",details:{id:O,expandedId:G}},options:F})),G}return O}),{propertyIsArray:F.isFrame});continue}if(re==="@type"){t(K)&&(K=Object.fromEntries(Object.entries(K).map(([O,G])=>[d(z,O,{vocab:!0}),v(G).map(oe=>d(z,oe,{base:!0,vocab:!0},{...F,typeExpansion:!0}))]))),m(K,F.isFrame),k(Y,"@type",v(K).map(O=>{if(n(O)){const G=d(z,O,{base:!0,vocab:!0},{...F,typeExpansion:!0});return G!=="@json"&&!_(G)&&F.eventHandler&&T({event:{type:["JsonLdEvent"],code:"relative @type reference",level:"warning",message:"Relative @type reference found.",details:{type:O}},options:F}),G}return O}),{propertyIsArray:!!F.isFrame});continue}if(re==="@included"&&b(I,1.1)){const O=v(await N.expand({activeCtx:I,activeProperty:L,element:K,options:F}));if(!O.every(G=>c(G)))throw new i("Invalid JSON-LD syntax; values of @included must expand to node objects.","jsonld.SyntaxError",{code:"invalid @included value",value:K});k(Y,"@included",O,{propertyIsArray:!0});continue}if(re==="@graph"&&!(t(K)||e(K)))throw new i('Invalid JSON-LD syntax; "@graph" value must not be an object or an array.',"jsonld.SyntaxError",{code:"invalid @graph value",value:K});if(re==="@value"){ce=K,H&&b(I,1.1)?Y["@value"]=K:k(Y,"@value",K,{propertyIsArray:F.isFrame});continue}if(re==="@language"){if(K===null)continue;if(!n(K)&&!F.isFrame)throw new i('Invalid JSON-LD syntax; "@language" value must be a string.',"jsonld.SyntaxError",{code:"invalid language-tagged string",value:K});K=v(K).map(O=>n(O)?O.toLowerCase():O);for(const O of K)n(O)&&!O.match(E)&&F.eventHandler&&T({event:{type:["JsonLdEvent"],code:"invalid @language value",level:"warning",message:"@language value must be valid BCP47.",details:{language:O}},options:F});k(Y,"@language",K,{propertyIsArray:F.isFrame});continue}if(re==="@direction"){if(!n(K)&&!F.isFrame)throw new i('Invalid JSON-LD syntax; "@direction" value must be a string.',"jsonld.SyntaxError",{code:"invalid base direction",value:K});K=v(K);for(const O of K)if(n(O)&&O!=="ltr"&&O!=="rtl")throw new i('Invalid JSON-LD syntax; "@direction" must be "ltr" or "rtl".',"jsonld.SyntaxError",{code:"invalid base direction",value:K});k(Y,"@direction",K,{propertyIsArray:F.isFrame});continue}if(re==="@index"){if(!n(K))throw new i('Invalid JSON-LD syntax; "@index" value must be a string.',"jsonld.SyntaxError",{code:"invalid @index value",value:K});k(Y,"@index",K);continue}if(re==="@reverse"){if(!t(K))throw new i('Invalid JSON-LD syntax; "@reverse" value must be an object.',"jsonld.SyntaxError",{code:"invalid @reverse value",value:K});if(V=await N.expand({activeCtx:I,activeProperty:"@reverse",element:K,options:F}),"@reverse"in V)for(const G in V["@reverse"])k(Y,G,V["@reverse"][G],{propertyIsArray:!0});let O=Y["@reverse"]||null;for(const G in V){if(G==="@reverse")continue;O===null&&(O=Y["@reverse"]={}),k(O,G,[],{propertyIsArray:!0});const oe=V[G];for(let pe=0;pe<oe.length;++pe){const ye=oe[pe];if(a(ye)||o(ye))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:V});k(O,G,ye,{propertyIsArray:!0})}}continue}if(re==="@nest"){J.push(W);continue}let ne=I;const ge=f(I,W,"@context");s(ge)||(ne=await y({activeCtx:I,localCtx:ge,propagate:!0,overrideProtected:!0,options:F}));const be=f(I,W,"@container")||[];if(be.includes("@language")&&t(K)){const O=f(ne,W,"@direction");V=P(ne,K,O,F)}else if(be.includes("@index")&&t(K)){const O=be.includes("@graph"),G=f(ne,W,"@index")||"@index",oe=G!=="@index"&&d(I,G,{vocab:!0},F);V=await q({activeCtx:ne,options:F,activeProperty:W,value:K,asGraph:O,indexKey:G,propertyIndex:oe})}else if(be.includes("@id")&&t(K)){const O=be.includes("@graph");V=await q({activeCtx:ne,options:F,activeProperty:W,value:K,asGraph:O,indexKey:"@id"})}else if(be.includes("@type")&&t(K))V=await q({activeCtx:ne.revertToPreviousContext(),options:F,activeProperty:W,value:K,asGraph:!1,indexKey:"@type"});else{const O=re==="@list";if(O||re==="@set"){let G=L;O&&Q==="@graph"&&(G=null),V=await N.expand({activeCtx:ne,activeProperty:G,element:K,options:F,insideList:O})}else f(I,W,"@type")==="@json"?V={"@type":"@json","@value":K}:V=await N.expand({activeCtx:ne,activeProperty:W,element:K,options:F,insideList:!1})}if(!(V===null&&re!=="@value")){if(re!=="@list"&&!o(V)&&be.includes("@list")&&(V={"@list":v(V)}),be.includes("@graph")&&!be.some(O=>O==="@id"||O==="@index")){if(V=v(V),F.isFrame||(V=V.filter(O=>{const G=Object.keys(O).length;return $({value:O,count:G,options:F})!==null})),V.length===0)continue;V=V.map(O=>({"@graph":v(O)}))}if(ne.mappings.has(W)&&ne.mappings.get(W).reverse){const O=Y["@reverse"]=Y["@reverse"]||{};V=v(V);for(let G=0;G<V.length;++G){const oe=V[G];if(a(oe)||o(oe))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:V});k(O,re,oe,{propertyIsArray:!0})}continue}k(Y,re,V,{propertyIsArray:!0})}}if("@value"in Y&&!(Y["@type"]==="@json"&&b(I,1.1))){if((t(ce)||e(ce))&&!F.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:ce})}for(const W of J){const K=e(A[W])?A[W]:[A[W]];for(const V of K){if(!t(V)||Object.keys(V).some(re=>d(I,re,{vocab:!0},F)==="@value"))throw new i("Invalid JSON-LD syntax; nested value must be a node object.","jsonld.SyntaxError",{code:"invalid @nest value",value:V});await j({activeCtx:I,activeProperty:L,expandedActiveProperty:Q,element:V,expandedParent:Y,options:F,insideList:te,typeScopedContext:z,typeKey:x})}}}function R({activeCtx:I,activeProperty:L,value:Q,options:A}){if(Q==null)return null;const Y=d(I,L,{vocab:!0},A);if(Y==="@id")return d(I,Q,{base:!0},A);if(Y==="@type")return d(I,Q,{vocab:!0,base:!0},{...A,typeExpansion:!0});const F=f(I,L,"@type");if((F==="@id"||Y==="@graph")&&n(Q)){const x=d(I,Q,{base:!0},A);return x===null&&Q.match(S)&&A.eventHandler&&T({event:{type:["JsonLdEvent"],code:"reserved @id value",level:"warning",message:"Reserved @id found.",details:{id:L}},options:A}),{"@id":x}}if(F==="@vocab"&&n(Q))return{"@id":d(I,Q,{vocab:!0,base:!0},A)};if(g(Y))return Q;const te={};if(F&&!["@id","@vocab","@none"].includes(F))te["@type"]=F;else if(n(Q)){const x=f(I,L,"@language");x!==null&&(te["@language"]=x);const z=f(I,L,"@direction");z!==null&&(te["@direction"]=z)}return["boolean","number","string"].includes(typeof Q)||(Q=Q.toString()),te["@value"]=Q,te}function P(I,L,Q,A){const Y=[],F=Object.keys(L).sort();for(const te of F){const x=d(I,te,{vocab:!0},A);let z=L[te];e(z)||(z=[z]);for(const Z of z){if(Z===null)continue;if(!n(Z))throw new i("Invalid JSON-LD syntax; language map values must be strings.","jsonld.SyntaxError",{code:"invalid language map value",languageMap:L});const J={"@value":Z};x!=="@none"&&(te.match(E)||A.eventHandler&&T({event:{type:["JsonLdEvent"],code:"invalid @language value",level:"warning",message:"@language value must be valid BCP47.",details:{language:te}},options:A}),J["@language"]=te.toLowerCase()),Q&&(J["@direction"]=Q),Y.push(J)}}return Y}async function q({activeCtx:I,options:L,activeProperty:Q,value:A,asGraph:Y,indexKey:F,propertyIndex:te}){const x=[],z=Object.keys(A).sort(),Z=F==="@type";for(let J of z){if(Z){const W=f(I,J,"@context");s(W)||(I=await y({activeCtx:I,localCtx:W,propagate:!1,options:L}))}let ce=A[J];e(ce)||(ce=[ce]),ce=await N.expand({activeCtx:I,activeProperty:Q,element:ce,options:L,insideList:!1,insideIndex:!0});let H;te?J==="@none"?H="@none":H=R({activeCtx:I,activeProperty:F,value:J,options:L}):H=d(I,J,{vocab:!0},L),F==="@id"?J=d(I,J,{base:!0},L):Z&&(J=H);for(let W of ce){if(Y&&!l(W)&&(W={"@graph":[W]}),F==="@type")H==="@none"||(W["@type"]?W["@type"]=[J].concat(W["@type"]):W["@type"]=[J]);else{if(a(W)&&!["@language","@type","@index"].includes(F))throw new i(`Invalid JSON-LD syntax; Attempt to add illegal key to value object: "${F}".`,"jsonld.SyntaxError",{code:"invalid value object",value:W});te?H!=="@none"&&k(W,te,H,{propertyIsArray:!0,prependValue:!0}):H!=="@none"&&!(F in W)&&(W[F]=J)}x.push(W)}}return x}return Ma}var Pa,Uu;function go(){if(Uu)return Pa;Uu=1;const{isKeyword:i}=Sr(),e=Gi(),t=ri(),r=li(),n=hi(),s={};return Pa=s,s.createMergedNodeMap=(o,a)=>{a=a||{};const l=a.issuer||new r.IdentifierIssuer("_:b"),c={"@default":{}};return s.createNodeMap(o,c,"@default",l),s.mergeNodeMaps(c)},s.createNodeMap=(o,a,l,c,d,f)=>{if(t.isArray(o)){for(const _ of o)s.createNodeMap(_,a,l,c,void 0,f);return}if(!t.isObject(o)){f&&f.push(o);return}if(e.isValue(o)){if("@type"in o){let _=o["@type"];_.indexOf("_:")===0&&(o["@type"]=_=c.getId(_))}f&&f.push(o);return}else if(f&&e.isList(o)){const _=[];s.createNodeMap(o["@list"],a,l,c,d,_),f.push({"@list":_});return}if("@type"in o){const _=o["@type"];for(const E of _)E.indexOf("_:")===0&&c.getId(E)}t.isUndefined(d)&&(d=e.isBlankNode(o)?c.getId(o["@id"]):o["@id"]),f&&f.push({"@id":d});const g=a[l],y=g[d]=g[d]||{};y["@id"]=d;const b=Object.keys(o).sort();for(let _ of b){if(_==="@id")continue;if(_==="@reverse"){const S={"@id":d},k=o["@reverse"];for(const v in k){const u=k[v];for(const m of u){let T=m["@id"];e.isBlankNode(m)&&(T=c.getId(T)),s.createNodeMap(m,a,l,c,T),r.addValue(g[T],v,S,{propertyIsArray:!0,allowDuplicate:!1})}}continue}if(_==="@graph"){d in a||(a[d]={}),s.createNodeMap(o[_],a,d,c);continue}if(_==="@included"){s.createNodeMap(o[_],a,l,c);continue}if(_!=="@type"&&i(_)){if(_==="@index"&&_ in y&&(o[_]!==y[_]||o[_]["@id"]!==y[_]["@id"]))throw new n("Invalid JSON-LD syntax; conflicting @index property detected.","jsonld.SyntaxError",{code:"conflicting indexes",subject:y});y[_]=o[_];continue}const E=o[_];if(_.indexOf("_:")===0&&(_=c.getId(_)),E.length===0){r.addValue(y,_,[],{propertyIsArray:!0});continue}for(let S of E)if(_==="@type"&&(S=S.indexOf("_:")===0?c.getId(S):S),e.isSubject(S)||e.isSubjectReference(S)){if("@id"in S&&!S["@id"])continue;const k=e.isBlankNode(S)?c.getId(S["@id"]):S["@id"];r.addValue(y,_,{"@id":k},{propertyIsArray:!0,allowDuplicate:!1}),s.createNodeMap(S,a,l,c,k)}else if(e.isValue(S))r.addValue(y,_,S,{propertyIsArray:!0,allowDuplicate:!1});else if(e.isList(S)){const k=[];s.createNodeMap(S["@list"],a,l,c,d,k),S={"@list":k},r.addValue(y,_,S,{propertyIsArray:!0,allowDuplicate:!1})}else s.createNodeMap(S,a,l,c,d),r.addValue(y,_,S,{propertyIsArray:!0,allowDuplicate:!1})}},s.mergeNodeMapGraphs=o=>{const a={};for(const l of Object.keys(o).sort())for(const c of Object.keys(o[l]).sort()){const d=o[l][c];c in a||(a[c]={"@id":c});const f=a[c];for(const g of Object.keys(d).sort())if(i(g)&&g!=="@type")f[g]=r.clone(d[g]);else for(const y of d[g])r.addValue(f,g,r.clone(y),{propertyIsArray:!0,allowDuplicate:!1})}return a},s.mergeNodeMaps=o=>{const a=o["@default"],l=Object.keys(o).sort();for(const c of l){if(c==="@default")continue;const d=o[c];let f=a[c];f?"@graph"in f||(f["@graph"]=[]):a[c]=f={"@id":c,"@graph":[]};const g=f["@graph"];for(const y of Object.keys(d).sort()){const b=d[y];e.isSubjectReference(b)||g.push(b)}}return a},Pa}var ja,Vu;function ay(){if(Vu)return ja;Vu=1;const{isSubjectReference:i}=Gi(),{createMergedNodeMap:e}=go(),t={};return ja=t,t.flatten=r=>{const n=e(r),s=[],o=Object.keys(n).sort();for(let a=0;a<o.length;++a){const l=n[o[a]];i(l)||s.push(l)}return s},ja}var Ba,zu;function ly(){if(zu)return Ba;zu=1;const i=hi(),e=Gi(),t=ri(),{REGEX_BCP47:r,addValue:n}=li(),{handleEvent:s}=hs(),{RDF_LIST:o,RDF_FIRST:a,RDF_REST:l,RDF_NIL:c,RDF_TYPE:d,RDF_JSON_LITERAL:f,XSD_BOOLEAN:g,XSD_DOUBLE:y,XSD_INTEGER:b,XSD_STRING:_}=kc(),E={};Ba=E,E.fromRDF=async(k,v)=>{const{useRdfType:u=!1,useNativeTypes:m=!1,rdfDirection:T=null}=v,N={},$={"@default":N},j={};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 q of k){const I=q.graph.termType==="DefaultGraph"?"@default":q.graph.value;I in $||($[I]={}),I!=="@default"&&!(I in N)&&(N[I]={"@id":I});const L=$[I],Q=q.subject.value,A=q.predicate.value,Y=q.object;Q in L||(L[Q]={"@id":Q});const F=L[Q],te=Y.termType.endsWith("Node");if(te&&!(Y.value in L)&&(L[Y.value]={"@id":Y.value}),A===d&&!u&&te){n(F,"@type",Y.value,{propertyIsArray:!0});continue}const x=S(Y,m,T,v);if(n(F,A,x,{propertyIsArray:!0}),te)if(Y.value===c){const z=L[Y.value];"usages"in z||(z.usages=[]),z.usages.push({node:F,property:A,value:x})}else Y.value in j?j[Y.value]=!1:j[Y.value]={node:F,property:A,value:x}}for(const q in $){const I=$[q];if(!(c in I))continue;const L=I[c];if(L.usages){for(let Q of L.usages){let A=Q.node,Y=Q.property,F=Q.value;const te=[],x=[];let z=Object.keys(A).length;for(;Y===l&&t.isObject(j[A["@id"]])&&t.isArray(A[a])&&A[a].length===1&&t.isArray(A[l])&&A[l].length===1&&(z===3||z===4&&t.isArray(A["@type"])&&A["@type"].length===1&&A["@type"][0]===o)&&(te.push(A[a][0]),x.push(A["@id"]),Q=j[A["@id"]],A=Q.node,Y=Q.property,F=Q.value,z=Object.keys(A).length,!!e.isBlankNode(A)););delete F["@id"],F["@list"]=te.reverse();for(const Z of x)delete I[Z]}delete L.usages}}const R=[],P=Object.keys(N).sort();for(const q of P){const I=N[q];if(q in $){const L=I["@graph"]=[],Q=$[q],A=Object.keys(Q).sort();for(const Y of A){const F=Q[Y];e.isSubjectReference(F)||L.push(F)}}e.isSubjectReference(I)||R.push(I)}return R};function S(k,v,u,m){if(k.termType.endsWith("Node"))return{"@id":k.value};const T={"@value":k.value};if(k.language)k.language.match(r)||m.eventHandler&&s({event:{type:["JsonLdEvent"],code:"invalid @language value",level:"warning",message:"@language value must be valid BCP47.",details:{language:k.language}},options:m}),T["@language"]=k.language;else{let N=k.datatype.value;if(N||(N=_),N===f){N="@json";try{T["@value"]=JSON.parse(T["@value"])}catch($){throw new i("JSON literal could not be parsed.","jsonld.InvalidJsonLiteral",{code:"invalid JSON literal",value:T["@value"],cause:$})}}if(v){if(N===g)T["@value"]==="true"?T["@value"]=!0:T["@value"]==="false"&&(T["@value"]=!1);else if(t.isNumeric(T["@value"]))if(N===b){const $=parseInt(T["@value"],10);$.toFixed(0)===T["@value"]&&(T["@value"]=$)}else N===y&&(T["@value"]=parseFloat(T["@value"]));[g,b,y,_].includes(N)||(T["@type"]=N)}else if(u==="i18n-datatype"&&N.startsWith("https://www.w3.org/ns/i18n#")){const[,$,j]=N.split(/[#_]/);$.length>0&&(T["@language"]=$,$.match(r)||m.eventHandler&&s({event:{type:["JsonLdEvent"],code:"invalid @language value",level:"warning",message:"@language value must be valid BCP47.",details:{language:$}},options:m})),T["@direction"]=j}else N!==_&&(T["@type"]=N)}return T}return Ba}var Fa,Hu;function cy(){return Hu||(Hu=1,Fa=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])},"")+"}"}),Fa}var qa,Wu;function dy(){if(Wu)return qa;Wu=1;const{createNodeMap:i}=go(),{isKeyword:e}=Sr(),t=Gi(),r=cy(),n=hi(),s=ri(),o=li(),{handleEvent:a}=hs(),{RDF_FIRST:l,RDF_REST:c,RDF_NIL:d,RDF_TYPE:f,RDF_JSON_LITERAL:g,RDF_LANGSTRING:y,XSD_BOOLEAN:b,XSD_DOUBLE:_,XSD_INTEGER:E,XSD_STRING:S}=kc(),{isAbsolute:k}=or(),v={};qa=v,v.toRDF=(N,$)=>{const j=new o.IdentifierIssuer("_:b"),R={"@default":{}};i(N,R,"@default",j);const P=[],q=Object.keys(R).sort();for(const I of q){let L;if(I==="@default")L={termType:"DefaultGraph",value:""};else if(k(I))I.startsWith("_:")?L={termType:"BlankNode"}:L={termType:"NamedNode"},L.value=I;else{$.eventHandler&&a({event:{type:["JsonLdEvent"],code:"relative graph reference",level:"warning",message:"Relative graph reference found.",details:{graph:I}},options:$});continue}u(P,R[I],L,j,$)}return P};function u(N,$,j,R,P){const q=Object.keys($).sort();for(const I of q){const L=$[I],Q=Object.keys(L).sort();for(let A of Q){const Y=L[A];if(A==="@type")A=f;else if(e(A))continue;for(const F of Y){const te={termType:I.startsWith("_:")?"BlankNode":"NamedNode",value:I};if(!k(I)){P.eventHandler&&a({event:{type:["JsonLdEvent"],code:"relative subject reference",level:"warning",message:"Relative subject reference found.",details:{subject:I}},options:P});continue}const x={termType:A.startsWith("_:")?"BlankNode":"NamedNode",value:A};if(!k(A)){P.eventHandler&&a({event:{type:["JsonLdEvent"],code:"relative predicate reference",level:"warning",message:"Relative predicate reference found.",details:{predicate:A}},options:P});continue}if(x.termType==="BlankNode"&&!P.produceGeneralizedRdf){P.eventHandler&&a({event:{type:["JsonLdEvent"],code:"blank node predicate",level:"warning",message:"Dropping blank node predicate.",details:{property:R.getOldIds().find(Z=>R.getId(Z)===A)}},options:P});continue}const z=T(F,R,N,j,P.rdfDirection,P);z&&N.push({subject:te,predicate:x,object:z,graph:j})}}}}function m(N,$,j,R,P,q){const I={termType:"NamedNode",value:l},L={termType:"NamedNode",value:c},Q={termType:"NamedNode",value:d},A=N.pop(),Y=A?{termType:"BlankNode",value:$.getId()}:Q;let F=Y;for(const te of N){const x=T(te,$,j,R,P,q),z={termType:"BlankNode",value:$.getId()};j.push({subject:F,predicate:I,object:x,graph:R}),j.push({subject:F,predicate:L,object:z,graph:R}),F=z}if(A){const te=T(A,$,j,R,P,q);j.push({subject:F,predicate:I,object:te,graph:R}),j.push({subject:F,predicate:L,object:Q,graph:R})}return Y}function T(N,$,j,R,P,q){const I={};if(t.isValue(N)){I.termType="Literal",I.value=void 0,I.datatype={termType:"NamedNode"};let L=N["@value"];const Q=N["@type"]||null;if(Q==="@json")I.value=r(L),I.datatype.value=g;else if(s.isBoolean(L))I.value=L.toString(),I.datatype.value=Q||b;else if(s.isDouble(L)||Q===_)s.isDouble(L)||(L=parseFloat(L)),I.value=L.toExponential(15).replace(/(\d)0*e\+?/,"$1E"),I.datatype.value=Q||_;else if(s.isNumber(L))I.value=L.toFixed(0),I.datatype.value=Q||E;else if("@direction"in N&&P==="i18n-datatype"){const A=(N["@language"]||"").toLowerCase(),Y=N["@direction"],F=`https://www.w3.org/ns/i18n#${A}_${Y}`;I.datatype.value=F,I.value=L}else{if("@direction"in N&&P==="compound-literal")throw new n("Unsupported rdfDirection value.","jsonld.InvalidRdfDirection",{value:P});if("@direction"in N&&P)throw new n("Unknown rdfDirection value.","jsonld.InvalidRdfDirection",{value:P});"@language"in N?("@direction"in N&&!P&&q.eventHandler&&a({event:{type:["JsonLdEvent"],code:"rdfDirection not set",level:"warning",message:"rdfDirection not set for @direction.",details:{object:I.value}},options:q}),I.value=L,I.datatype.value=Q||y,I.language=N["@language"]):("@direction"in N&&!P&&q.eventHandler&&a({event:{type:["JsonLdEvent"],code:"rdfDirection not set",level:"warning",message:"rdfDirection not set for @direction.",details:{object:I.value}},options:q}),I.value=L,I.datatype.value=Q||S)}}else if(t.isList(N)){const L=m(N["@list"],$,j,R,P,q);I.termType=L.termType,I.value=L.value}else{const L=s.isObject(N)?N["@id"]:N;I.termType=L.startsWith("_:")?"BlankNode":"NamedNode",I.value=L}return I.termType==="NamedNode"&&!k(I.value)?(q.eventHandler&&a({event:{type:["JsonLdEvent"],code:"relative object reference",level:"warning",message:"Relative object reference found.",details:{object:I.value}},options:q}),null):I}return qa}var Ua,Gu;function uy(){if(Gu)return Ua;Gu=1;const{isKeyword:i}=Sr(),e=Gi(),t=ri(),r=li(),n=or(),s=hi(),{createNodeMap:o,mergeNodeMapGraphs:a}=go(),l={};Ua=l,l.frameMergedOrDefault=(u,m,T)=>{const N={options:T,embedded:!1,graph:"@default",graphMap:{"@default":{}},subjectStack:[],link:{},bnodeMap:{}},$=new r.IdentifierIssuer("_:b");o(u,N.graphMap,"@default",$),T.merged&&(N.graphMap["@merged"]=a(N.graphMap),N.graph="@merged"),N.subjects=N.graphMap[N.graph];const j=[];l.frame(N,Object.keys(N.subjects).sort(),m,j),T.pruneBlankNodeIdentifiers&&(T.bnodesToClear=Object.keys(N.bnodeMap).filter(R=>N.bnodeMap[R].length===1));// remove @preserve from results
301
296
  return T.link={},E(j,T)},l.frame=(u,m,T,N,$=null)=>{g(T),T=T[0];const j=u.options,R={embed:f(T,j,"embed"),explicit:f(T,j,"explicit"),requireAll:f(T,j,"requireAll")};u.link.hasOwnProperty(u.graph)||(u.link[u.graph]={});const P=u.link[u.graph],q=y(u,m,T,R),I=Object.keys(q).sort();for(const L of I){const Q=q[L];if($===null?u.uniqueEmbeds={[u.graph]:{}}:u.uniqueEmbeds[u.graph]=u.uniqueEmbeds[u.graph]||{},R.embed==="@link"&&L in P){S(N,$,P[L]);continue}const A={"@id":L};if(L.indexOf("_:")===0&&r.addValue(u.bnodeMap,L,A,{propertyIsArray:!0}),P[L]=A,(R.embed==="@first"||R.embed==="@last")&&u.is11)throw new s("Invalid JSON-LD syntax; invalid value of @embed.","jsonld.SyntaxError",{code:"invalid @embed value",frame:T});if(!(!u.embedded&&u.uniqueEmbeds[u.graph].hasOwnProperty(L))){if(u.embedded&&(R.embed==="@never"||d(Q,u.graph,u.subjectStack))){S(N,$,A);continue}if(u.embedded&&(R.embed=="@first"||R.embed=="@once")&&u.uniqueEmbeds[u.graph].hasOwnProperty(L)){S(N,$,A);continue}if(R.embed==="@last"&&L in u.uniqueEmbeds[u.graph]&&_(u,L),u.uniqueEmbeds[u.graph][L]={parent:N,property:$},u.subjectStack.push({subject:Q,graph:u.graph}),L in u.graphMap){let Y=!1,F=null;"@graph"in T?(F=T["@graph"][0],Y=!(L==="@merged"||L==="@default"),t.isObject(F)||(F={})):(Y=u.graph!=="@merged",F={}),Y&&l.frame({...u,graph:L,embedded:!1},Object.keys(u.graphMap[L]).sort(),[F],A,"@graph")}"@included"in T&&l.frame({...u,embedded:!1},m,T["@included"],A,"@included");for(const Y of Object.keys(Q).sort()){if(i(Y)){if(A[Y]=r.clone(Q[Y]),Y==="@type")for(const F of Q["@type"])F.indexOf("_:")===0&&r.addValue(u.bnodeMap,F,A,{propertyIsArray:!0});continue}if(!(R.explicit&&!(Y in T)))for(const F of Q[Y]){const te=Y in T?T[Y]:c(R);if(e.isList(F)){const x=T[Y]&&T[Y][0]&&T[Y][0]["@list"]?T[Y][0]["@list"]:c(R),z={"@list":[]};S(A,Y,z);const Z=F["@list"];for(const J of Z)e.isSubjectReference(J)?l.frame({...u,embedded:!0},[J["@id"]],x,z,"@list"):S(z,"@list",r.clone(J))}else e.isSubjectReference(F)?l.frame({...u,embedded:!0},[F["@id"]],te,A,Y):v(te[0],F)&&S(A,Y,r.clone(F))}}for(const Y of Object.keys(T).sort()){if(Y==="@type"){if(!t.isObject(T[Y][0])||!("@default"in T[Y][0]))continue}else if(i(Y))continue;const F=T[Y][0]||{};if(!f(F,j,"omitDefault")&&!(Y in A)){let x="@null";"@default"in F&&(x=r.clone(F["@default"])),t.isArray(x)||(x=[x]),A[Y]=[{"@preserve":x}]}}for(const Y of Object.keys(T["@reverse"]||{}).sort()){const F=T["@reverse"][Y];for(const te of Object.keys(u.subjects))r.getValues(u.subjects[te],Y).some(z=>z["@id"]===L)&&(A["@reverse"]=A["@reverse"]||{},r.addValue(A["@reverse"],Y,[],{propertyIsArray:!0}),l.frame({...u,embedded:!0},[te],F,A["@reverse"][Y],$))}S(N,$,A),u.subjectStack.pop()}}},l.cleanupNull=(u,m)=>{if(t.isArray(u))return u.map(N=>l.cleanupNull(N,m)).filter(N=>N);if(u==="@null")return null;if(t.isObject(u)){if("@id"in u){const T=u["@id"];if(m.link.hasOwnProperty(T)){const N=m.link[T].indexOf(u);if(N!==-1)return m.link[T][N];m.link[T].push(u)}else m.link[T]=[u]}for(const T in u)u[T]=l.cleanupNull(u[T],m)}return u};function c(u){const m={};for(const T in u)u[T]!==void 0&&(m["@"+T]=[u[T]]);return[m]}function d(u,m,T){for(let N=T.length-1;N>=0;--N){const $=T[N];if($.graph===m&&$.subject["@id"]===u["@id"])return!0}return!1}function f(u,m,T){const N="@"+T;let $=N in u?u[N][0]:m[T];if(T==="embed"){if($===!0)$="@once";else if($===!1)$="@never";else if($!=="@always"&&$!=="@never"&&$!=="@link"&&$!=="@first"&&$!=="@last"&&$!=="@once")throw new s("Invalid JSON-LD syntax; invalid value of @embed.","jsonld.SyntaxError",{code:"invalid @embed value",frame:u})}return $}function g(u){if(!t.isArray(u)||u.length!==1||!t.isObject(u[0]))throw new s("Invalid JSON-LD syntax; a JSON-LD frame must be a single object.","jsonld.SyntaxError",{frame:u});if("@id"in u[0]){for(const m of r.asArray(u[0]["@id"]))if(!(t.isObject(m)||n.isAbsolute(m))||t.isString(m)&&m.indexOf("_:")===0)throw new s("Invalid JSON-LD syntax; invalid @id in frame.","jsonld.SyntaxError",{code:"invalid frame",frame:u})}if("@type"in u[0]){for(const m of r.asArray(u[0]["@type"]))if(!(t.isObject(m)||n.isAbsolute(m)||m==="@json")||t.isString(m)&&m.indexOf("_:")===0)throw new s("Invalid JSON-LD syntax; invalid @type in frame.","jsonld.SyntaxError",{code:"invalid frame",frame:u})}}function y(u,m,T,N){const $={};for(const j of m){const R=u.graphMap[u.graph][j];b(u,R,T,N)&&($[j]=R)}return $}function b(u,m,T,N){let $=!0,j=!1;for(const R in T){let P=!1;const q=r.getValues(m,R),I=r.getValues(T,R).length===0;if(R==="@id"){if(t.isEmptyObject(T["@id"][0]||{})?P=!0:T["@id"].length>=0&&(P=T["@id"].includes(q[0])),!N.requireAll)return P}else if(R==="@type"){if($=!1,I){if(q.length>0)return!1;P=!0}else if(T["@type"].length===1&&t.isEmptyObject(T["@type"][0]))P=q.length>0;else for(const L of T["@type"])t.isObject(L)&&"@default"in L?P=!0:P=P||q.some(Q=>Q===L);if(!N.requireAll)return P}else{if(i(R))continue;{const L=r.getValues(T,R)[0];let Q=!1;if(L&&(g([L]),Q="@default"in L),$=!1,q.length===0&&Q)continue;if(q.length>0&&I)return!1;if(L===void 0){if(q.length>0)return!1;P=!0}else if(e.isList(L)){const A=L["@list"][0];if(e.isList(q[0])){const Y=q[0]["@list"];e.isValue(A)?P=Y.some(F=>v(A,F)):(e.isSubject(A)||e.isSubjectReference(A))&&(P=Y.some(F=>k(u,A,F,N)))}}else e.isValue(L)?P=q.some(A=>v(L,A)):e.isSubjectReference(L)?P=q.some(A=>k(u,L,A,N)):t.isObject(L)?P=q.length>0:P=!1}}if(!P&&N.requireAll)return!1;j=j||P}return $||j}function _(u,m){const T=u.uniqueEmbeds[u.graph],N=T[m],$=N.parent,j=N.property,R={"@id":m};if(t.isArray($)){for(let q=0;q<$.length;++q)if(r.compareValues($[q],R)){$[q]=R;break}}else{const q=t.isArray($[j]);r.removeValue($,j,R,{propertyIsArray:q}),r.addValue($,j,R,{propertyIsArray:q})}const P=q=>{const I=Object.keys(T);for(const L of I)L in T&&t.isObject(T[L].parent)&&T[L].parent["@id"]===q&&(delete T[L],P(L))};P(m)}/**
302
297
  * Removes the @preserve keywords from expanded result of framing.
303
298
  *
@@ -306,7 +301,7 @@ return T.link={},E(j,T)},l.frame=(u,m,T,N,$=null)=>{g(T),T=T[0];const j=u.option
306
301
  *
307
302
  * @return the resulting output.
308
303
  */function E(u,m){if(t.isArray(u))return u.map(T=>E(T,m));if(t.isObject(u)){// remove @preserve
309
- if("@preserve"in u)return u["@preserve"][0];if(e.isValue(u))return u;if(e.isList(u))return u["@list"]=E(u["@list"],m),u;if("@id"in u){const T=u["@id"];if(m.link.hasOwnProperty(T)){const N=m.link[T].indexOf(u);if(N!==-1)return m.link[T][N];m.link[T].push(u)}else m.link[T]=[u]}for(const T in u){if(T==="@id"&&m.bnodesToClear.includes(u[T])){delete u["@id"];continue}u[T]=E(u[T],m)}}return u}function S(u,m,T){t.isObject(u)?r.addValue(u,m,T,{propertyIsArray:!0}):u.push(T)}function k(u,m,T,N){if(!("@id"in T))return!1;const $=u.subjects[T["@id"]];return $&&b(u,$,m,N)}function v(u,m){const T=m["@value"],N=m["@type"],$=m["@language"],j=u["@value"]?t.isArray(u["@value"])?u["@value"]:[u["@value"]]:[],R=u["@type"]?t.isArray(u["@type"])?u["@type"]:[u["@type"]]:[],P=u["@language"]?t.isArray(u["@language"])?u["@language"]:[u["@language"]]:[];return j.length===0&&R.length===0&&P.length===0?!0:!(!(j.includes(T)||t.isEmptyObject(j[0]))||!(!N&&R.length===0||R.includes(N)||N&&t.isEmptyObject(R[0]))||!(!$&&P.length===0||P.includes($)||$&&t.isEmptyObject(P[0])))}return Ua}var Va,Ku;function uy(){if(Ku)return Va;Ku=1;const i=di(),{isArray:e,isObject:t,isString:r,isUndefined:n}=ii(),{isList:s,isValue:o,isGraph:a,isSimpleGraph:l,isSubjectReference:c}=Gi(),{expandIri:d,getContextValue:f,isKeyword:g,process:y,processingMode:b}=Sr(),{removeBase:_,prependBase:E}=sr(),{REGEX_KEYWORD:S,addValue:k,asArray:v,compareShortestLeast:u}=oi(),m={};Va=m,m.compact=async({activeCtx:$,activeProperty:j=null,element:R,options:P={}})=>{if(e(R)){let I=[];for(let L=0;L<R.length;++L){const Q=await m.compact({activeCtx:$,activeProperty:j,element:R[L],options:P});Q!==null&&I.push(Q)}return P.compactArrays&&I.length===1&&(f($,j,"@container")||[]).length===0&&(I=I[0]),I}const q=f($,j,"@context");if(n(q)||($=await y({activeCtx:$,localCtx:q,propagate:!0,overrideProtected:!0,options:P})),t(R)){if(P.link&&"@id"in R&&P.link.hasOwnProperty(R["@id"])){const x=P.link[R["@id"]];for(let z=0;z<x.length;++z)if(x[z].expanded===R)return x[z].compacted}if(o(R)||c(R)){const x=m.compactValue({activeCtx:$,activeProperty:j,value:R,options:P});return P.link&&c(R)&&(P.link.hasOwnProperty(R["@id"])||(P.link[R["@id"]]=[]),P.link[R["@id"]].push({expanded:R,compacted:x})),x}if(s(R)&&(f($,j,"@container")||[]).includes("@list"))return m.compact({activeCtx:$,activeProperty:j,element:R["@list"],options:P});const I=j==="@reverse",L={},Q=$;!o(R)&&!c(R)&&($=$.revertToPreviousContext());const A=f(Q,j,"@context");n(A)||($=await y({activeCtx:$,localCtx:A,propagate:!0,overrideProtected:!0,options:P})),P.link&&"@id"in R&&(P.link.hasOwnProperty(R["@id"])||(P.link[R["@id"]]=[]),P.link[R["@id"]].push({expanded:R,compacted:L}));let Y=R["@type"]||[];Y.length>1&&(Y=Array.from(Y).sort());const F=$;for(const x of Y){const z=m.compactIri({activeCtx:F,iri:x,relativeTo:{vocab:!0}}),Z=f(Q,z,"@context");n(Z)||($=await y({activeCtx:$,localCtx:Z,options:P,propagate:!1}))}const te=Object.keys(R).sort();for(const x of te){const z=R[x];if(x==="@id"){let Z=v(z).map(ce=>m.compactIri({activeCtx:$,iri:ce,relativeTo:{vocab:!1},base:P.base}));Z.length===1&&(Z=Z[0]);const J=m.compactIri({activeCtx:$,iri:"@id",relativeTo:{vocab:!0}});L[J]=Z;continue}if(x==="@type"){let Z=v(z).map(K=>m.compactIri({activeCtx:Q,iri:K,relativeTo:{vocab:!0}}));Z.length===1&&(Z=Z[0]);const J=m.compactIri({activeCtx:$,iri:"@type",relativeTo:{vocab:!0}}),W=(f($,J,"@container")||[]).includes("@set")&&b($,1.1)||e(Z)&&z.length===0;k(L,J,Z,{propertyIsArray:W});continue}if(x==="@reverse"){const Z=await m.compact({activeCtx:$,activeProperty:"@reverse",element:z,options:P});for(const J in Z)if($.mappings.has(J)&&$.mappings.get(J).reverse){const ce=Z[J],W=(f($,J,"@container")||[]).includes("@set")||!P.compactArrays;k(L,J,ce,{propertyIsArray:W}),delete Z[J]}if(Object.keys(Z).length>0){const J=m.compactIri({activeCtx:$,iri:x,relativeTo:{vocab:!0}});k(L,J,Z)}continue}if(x==="@preserve"){const Z=await m.compact({activeCtx:$,activeProperty:j,element:z,options:P});e(Z)&&Z.length===0||k(L,x,Z);continue}if(x==="@index"){if((f($,j,"@container")||[]).includes("@index"))continue;const J=m.compactIri({activeCtx:$,iri:x,relativeTo:{vocab:!0}});k(L,J,z);continue}if(x!=="@graph"&&x!=="@list"&&x!=="@included"&&g(x)){const Z=m.compactIri({activeCtx:$,iri:x,relativeTo:{vocab:!0}});k(L,Z,z);continue}if(!e(z))throw new i("JSON-LD expansion error; expanded value must be an array.","jsonld.SyntaxError");if(z.length===0){const Z=m.compactIri({activeCtx:$,iri:x,value:z,relativeTo:{vocab:!0},reverse:I}),J=$.mappings.has(Z)?$.mappings.get(Z)["@nest"]:null;let ce=L;J&&(N($,J,P),t(L[J])||(L[J]={}),ce=L[J]),k(ce,Z,z,{propertyIsArray:!0})}for(const Z of z){const J=m.compactIri({activeCtx:$,iri:x,value:Z,relativeTo:{vocab:!0},reverse:I}),ce=$.mappings.has(J)?$.mappings.get(J)["@nest"]:null;let H=L;ce&&(N($,ce,P),t(L[ce])||(L[ce]={}),H=L[ce]);const W=f($,J,"@container")||[],K=a(Z),V=s(Z);let re;V?re=Z["@list"]:K&&(re=Z["@graph"]);let ne=await m.compact({activeCtx:$,activeProperty:J,element:V||K?re:Z,options:P});if(V)if(e(ne)||(ne=[ne]),!W.includes("@list"))ne={[m.compactIri({activeCtx:$,iri:"@list",relativeTo:{vocab:!0}})]:ne},"@index"in Z&&(ne[m.compactIri({activeCtx:$,iri:"@index",relativeTo:{vocab:!0}})]=Z["@index"]);else{k(H,J,ne,{valueIsArray:!0,allowDuplicate:!0});continue}if(K)if(W.includes("@graph")&&(W.includes("@id")||W.includes("@index")&&l(Z))){let ge;H.hasOwnProperty(J)?ge=H[J]:H[J]=ge={};const be=(W.includes("@id")?Z["@id"]:Z["@index"])||m.compactIri({activeCtx:$,iri:"@none",relativeTo:{vocab:!0}});k(ge,be,ne,{propertyIsArray:!P.compactArrays||W.includes("@set")})}else W.includes("@graph")&&l(Z)?(e(ne)&&ne.length>1&&(ne={"@included":ne}),k(H,J,ne,{propertyIsArray:!P.compactArrays||W.includes("@set")})):(e(ne)&&ne.length===1&&P.compactArrays&&(ne=ne[0]),ne={[m.compactIri({activeCtx:$,iri:"@graph",relativeTo:{vocab:!0}})]:ne},"@id"in Z&&(ne[m.compactIri({activeCtx:$,iri:"@id",relativeTo:{vocab:!0}})]=Z["@id"]),"@index"in Z&&(ne[m.compactIri({activeCtx:$,iri:"@index",relativeTo:{vocab:!0}})]=Z["@index"]),k(H,J,ne,{propertyIsArray:!P.compactArrays||W.includes("@set")}));else if(W.includes("@language")||W.includes("@index")||W.includes("@id")||W.includes("@type")){let ge;H.hasOwnProperty(J)?ge=H[J]:H[J]=ge={};let be;if(W.includes("@language"))o(ne)&&(ne=ne["@value"]),be=Z["@language"];else if(W.includes("@index")){const O=f($,J,"@index")||"@index",G=m.compactIri({activeCtx:$,iri:O,relativeTo:{vocab:!0}});if(O==="@index")be=Z["@index"],delete ne[G];else{let oe;if([be,...oe]=v(ne[O]||[]),!r(be))be=null;else switch(oe.length){case 0:delete ne[O];break;case 1:ne[O]=oe[0];break;default:ne[O]=oe;break}}}else if(W.includes("@id")){const O=m.compactIri({activeCtx:$,iri:"@id",relativeTo:{vocab:!0}});be=ne[O],delete ne[O]}else if(W.includes("@type")){const O=m.compactIri({activeCtx:$,iri:"@type",relativeTo:{vocab:!0}});let G;switch([be,...G]=v(ne[O]||[]),G.length){case 0:delete ne[O];break;case 1:ne[O]=G[0];break;default:ne[O]=G;break}Object.keys(ne).length===1&&"@id"in Z&&(ne=await m.compact({activeCtx:$,activeProperty:J,element:{"@id":Z["@id"]},options:P}))}be||(be=m.compactIri({activeCtx:$,iri:"@none",relativeTo:{vocab:!0}})),k(ge,be,ne,{propertyIsArray:W.includes("@set")})}else{const ge=!P.compactArrays||W.includes("@set")||W.includes("@list")||e(ne)&&ne.length===0||x==="@list"||x==="@graph";k(H,J,ne,{propertyIsArray:ge})}}}return L}return R},m.compactIri=({activeCtx:$,iri:j,value:R=null,relativeTo:P={vocab:!1},reverse:q=!1,base:I=null})=>{if(j===null)return j;$.isPropertyTermScoped&&$.previousContext&&($=$.previousContext);const L=$.getInverse();if(g(j)&&j in L&&"@none"in L[j]&&"@type"in L[j]["@none"]&&"@none"in L[j]["@none"]["@type"])return L[j]["@none"]["@type"]["@none"];if(P.vocab&&j in L){const te=$["@language"]||"@none",x=[];t(R)&&"@index"in R&&!("@graph"in R)&&x.push("@index","@index@set"),t(R)&&"@preserve"in R&&(R=R["@preserve"][0]),a(R)?("@index"in R&&x.push("@graph@index","@graph@index@set","@index","@index@set"),"@id"in R&&x.push("@graph@id","@graph@id@set"),x.push("@graph","@graph@set","@set"),"@index"in R||x.push("@graph@index","@graph@index@set","@index","@index@set"),"@id"in R||x.push("@graph@id","@graph@id@set")):t(R)&&!o(R)&&x.push("@id","@id@set","@type","@set@type");let z="@language",Z="@null";if(q)z="@type",Z="@reverse",x.push("@set");else if(s(R)){"@index"in R||x.push("@list");const ce=R["@list"];if(ce.length===0)z="@any",Z="@none";else{let H=ce.length===0?te:null,W=null;for(let K=0;K<ce.length;++K){const V=ce[K];let re="@none",ne="@none";if(o(V))if("@direction"in V){const ge=(V["@language"]||"").toLowerCase(),be=V["@direction"];re=`${ge}_${be}`}else"@language"in V?re=V["@language"].toLowerCase():"@type"in V?ne=V["@type"]:re="@null";else ne="@id";if(H===null?H=re:re!==H&&o(V)&&(H="@none"),W===null?W=ne:ne!==W&&(W="@none"),H==="@none"&&W==="@none")break}H=H||"@none",W=W||"@none",W!=="@none"?(z="@type",Z=W):Z=H}}else{if(o(R))if("@language"in R&&!("@index"in R)){x.push("@language","@language@set"),Z=R["@language"];const ce=R["@direction"];ce&&(Z=`${Z}_${ce}`)}else"@direction"in R&&!("@index"in R)?Z=`_${R["@direction"]}`:"@type"in R&&(z="@type",Z=R["@type"]);else z="@type",Z="@id";x.push("@set")}x.push("@none"),t(R)&&!("@index"in R)&&x.push("@index","@index@set"),o(R)&&Object.keys(R).length===1&&x.push("@language","@language@set");const J=T($,j,R,x,z,Z);if(J!==null)return J}if(P.vocab&&"@vocab"in $){const te=$["@vocab"];if(j.indexOf(te)===0&&j!==te){const x=j.substr(te.length);if(!$.mappings.has(x))return x}}let Q=null;const A=[];let Y=$.fastCurieMap;const F=j.length-1;for(let te=0;te<F&&j[te]in Y;++te)Y=Y[j[te]],""in Y&&A.push(Y[""][0]);for(let te=A.length-1;te>=0;--te){const x=A[te],z=x.terms;for(const Z of z){const J=Z+":"+j.substr(x.iri.length);$.mappings.get(Z)._prefix&&(!$.mappings.has(J)||R===null&&$.mappings.get(J)["@id"]===j)&&(Q===null||u(J,Q)<0)&&(Q=J)}}if(Q!==null)return Q;for(const[te,x]of $.mappings)if(x&&x._prefix&&j.startsWith(te+":"))throw new i(`Absolute IRI "${j}" confused with prefix "${te}".`,"jsonld.SyntaxError",{code:"IRI confused with prefix",context:$});if(!P.vocab)if("@base"in $)if($["@base"]){const te=_(E(I,$["@base"]),j);return S.test(te)?`./${te}`:te}else return j;else return _(I,j);return j},m.compactValue=({activeCtx:$,activeProperty:j,value:R,options:P})=>{if(o(R)){const Q=f($,j,"@type"),A=f($,j,"@language"),Y=f($,j,"@direction"),F=f($,j,"@container")||[],te="@index"in R&&!F.includes("@index");if(!te&&Q!=="@none"&&(R["@type"]===Q||"@language"in R&&R["@language"]===A&&"@direction"in R&&R["@direction"]===Y||"@language"in R&&R["@language"]===A||"@direction"in R&&R["@direction"]===Y))return R["@value"];const x=Object.keys(R).length,z=x===1||x===2&&"@index"in R&&!te,Z="@language"in $,J=r(R["@value"]),ce=$.mappings.has(j)&&$.mappings.get(j)["@language"]===null;if(z&&Q!=="@none"&&(!Z||!J||ce))return R["@value"];const H={};return te&&(H[m.compactIri({activeCtx:$,iri:"@index",relativeTo:{vocab:!0}})]=R["@index"]),"@type"in R?H[m.compactIri({activeCtx:$,iri:"@type",relativeTo:{vocab:!0}})]=m.compactIri({activeCtx:$,iri:R["@type"],relativeTo:{vocab:!0}}):"@language"in R&&(H[m.compactIri({activeCtx:$,iri:"@language",relativeTo:{vocab:!0}})]=R["@language"]),"@direction"in R&&(H[m.compactIri({activeCtx:$,iri:"@direction",relativeTo:{vocab:!0}})]=R["@direction"]),H[m.compactIri({activeCtx:$,iri:"@value",relativeTo:{vocab:!0}})]=R["@value"],H}const q=d($,j,{vocab:!0},P),I=f($,j,"@type"),L=m.compactIri({activeCtx:$,iri:R["@id"],relativeTo:{vocab:I==="@vocab"},base:P.base});return I==="@id"||I==="@vocab"||q==="@graph"?L:{[m.compactIri({activeCtx:$,iri:"@id",relativeTo:{vocab:!0}})]:L}};function T($,j,R,P,q,I){I===null&&(I="@null");const L=[];if((I==="@id"||I==="@reverse")&&t(R)&&"@id"in R){I==="@reverse"&&L.push("@reverse");const A=m.compactIri({activeCtx:$,iri:R["@id"],relativeTo:{vocab:!0}});$.mappings.has(A)&&$.mappings.get(A)&&$.mappings.get(A)["@id"]===R["@id"]?L.push.apply(L,["@vocab","@id"]):L.push.apply(L,["@id","@vocab"])}else{L.push(I);const A=L.find(Y=>Y.includes("_"));A&&L.push(A.replace(/^[^_]+_/,"_"))}L.push("@none");const Q=$.inverse[j];for(const A of P){if(!(A in Q))continue;const Y=Q[A][q];for(const F of L)if(F in Y)return Y[F]}return null}function N($,j,R){if(d($,j,{vocab:!0},R)!=="@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 Va}var za,Ju;function hy(){return Ju||(Ju=1,za=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}),za}/**
304
+ if("@preserve"in u)return u["@preserve"][0];if(e.isValue(u))return u;if(e.isList(u))return u["@list"]=E(u["@list"],m),u;if("@id"in u){const T=u["@id"];if(m.link.hasOwnProperty(T)){const N=m.link[T].indexOf(u);if(N!==-1)return m.link[T][N];m.link[T].push(u)}else m.link[T]=[u]}for(const T in u){if(T==="@id"&&m.bnodesToClear.includes(u[T])){delete u["@id"];continue}u[T]=E(u[T],m)}}return u}function S(u,m,T){t.isObject(u)?r.addValue(u,m,T,{propertyIsArray:!0}):u.push(T)}function k(u,m,T,N){if(!("@id"in T))return!1;const $=u.subjects[T["@id"]];return $&&b(u,$,m,N)}function v(u,m){const T=m["@value"],N=m["@type"],$=m["@language"],j=u["@value"]?t.isArray(u["@value"])?u["@value"]:[u["@value"]]:[],R=u["@type"]?t.isArray(u["@type"])?u["@type"]:[u["@type"]]:[],P=u["@language"]?t.isArray(u["@language"])?u["@language"]:[u["@language"]]:[];return j.length===0&&R.length===0&&P.length===0?!0:!(!(j.includes(T)||t.isEmptyObject(j[0]))||!(!N&&R.length===0||R.includes(N)||N&&t.isEmptyObject(R[0]))||!(!$&&P.length===0||P.includes($)||$&&t.isEmptyObject(P[0])))}return Ua}var Va,Ku;function hy(){if(Ku)return Va;Ku=1;const i=hi(),{isArray:e,isObject:t,isString:r,isUndefined:n}=ri(),{isList:s,isValue:o,isGraph:a,isSimpleGraph:l,isSubjectReference:c}=Gi(),{expandIri:d,getContextValue:f,isKeyword:g,process:y,processingMode:b}=Sr(),{removeBase:_,prependBase:E}=or(),{REGEX_KEYWORD:S,addValue:k,asArray:v,compareShortestLeast:u}=li(),m={};Va=m,m.compact=async({activeCtx:$,activeProperty:j=null,element:R,options:P={}})=>{if(e(R)){let I=[];for(let L=0;L<R.length;++L){const Q=await m.compact({activeCtx:$,activeProperty:j,element:R[L],options:P});Q!==null&&I.push(Q)}return P.compactArrays&&I.length===1&&(f($,j,"@container")||[]).length===0&&(I=I[0]),I}const q=f($,j,"@context");if(n(q)||($=await y({activeCtx:$,localCtx:q,propagate:!0,overrideProtected:!0,options:P})),t(R)){if(P.link&&"@id"in R&&P.link.hasOwnProperty(R["@id"])){const x=P.link[R["@id"]];for(let z=0;z<x.length;++z)if(x[z].expanded===R)return x[z].compacted}if(o(R)||c(R)){const x=m.compactValue({activeCtx:$,activeProperty:j,value:R,options:P});return P.link&&c(R)&&(P.link.hasOwnProperty(R["@id"])||(P.link[R["@id"]]=[]),P.link[R["@id"]].push({expanded:R,compacted:x})),x}if(s(R)&&(f($,j,"@container")||[]).includes("@list"))return m.compact({activeCtx:$,activeProperty:j,element:R["@list"],options:P});const I=j==="@reverse",L={},Q=$;!o(R)&&!c(R)&&($=$.revertToPreviousContext());const A=f(Q,j,"@context");n(A)||($=await y({activeCtx:$,localCtx:A,propagate:!0,overrideProtected:!0,options:P})),P.link&&"@id"in R&&(P.link.hasOwnProperty(R["@id"])||(P.link[R["@id"]]=[]),P.link[R["@id"]].push({expanded:R,compacted:L}));let Y=R["@type"]||[];Y.length>1&&(Y=Array.from(Y).sort());const F=$;for(const x of Y){const z=m.compactIri({activeCtx:F,iri:x,relativeTo:{vocab:!0}}),Z=f(Q,z,"@context");n(Z)||($=await y({activeCtx:$,localCtx:Z,options:P,propagate:!1}))}const te=Object.keys(R).sort();for(const x of te){const z=R[x];if(x==="@id"){let Z=v(z).map(ce=>m.compactIri({activeCtx:$,iri:ce,relativeTo:{vocab:!1},base:P.base}));Z.length===1&&(Z=Z[0]);const J=m.compactIri({activeCtx:$,iri:"@id",relativeTo:{vocab:!0}});L[J]=Z;continue}if(x==="@type"){let Z=v(z).map(K=>m.compactIri({activeCtx:Q,iri:K,relativeTo:{vocab:!0}}));Z.length===1&&(Z=Z[0]);const J=m.compactIri({activeCtx:$,iri:"@type",relativeTo:{vocab:!0}}),W=(f($,J,"@container")||[]).includes("@set")&&b($,1.1)||e(Z)&&z.length===0;k(L,J,Z,{propertyIsArray:W});continue}if(x==="@reverse"){const Z=await m.compact({activeCtx:$,activeProperty:"@reverse",element:z,options:P});for(const J in Z)if($.mappings.has(J)&&$.mappings.get(J).reverse){const ce=Z[J],W=(f($,J,"@container")||[]).includes("@set")||!P.compactArrays;k(L,J,ce,{propertyIsArray:W}),delete Z[J]}if(Object.keys(Z).length>0){const J=m.compactIri({activeCtx:$,iri:x,relativeTo:{vocab:!0}});k(L,J,Z)}continue}if(x==="@preserve"){const Z=await m.compact({activeCtx:$,activeProperty:j,element:z,options:P});e(Z)&&Z.length===0||k(L,x,Z);continue}if(x==="@index"){if((f($,j,"@container")||[]).includes("@index"))continue;const J=m.compactIri({activeCtx:$,iri:x,relativeTo:{vocab:!0}});k(L,J,z);continue}if(x!=="@graph"&&x!=="@list"&&x!=="@included"&&g(x)){const Z=m.compactIri({activeCtx:$,iri:x,relativeTo:{vocab:!0}});k(L,Z,z);continue}if(!e(z))throw new i("JSON-LD expansion error; expanded value must be an array.","jsonld.SyntaxError");if(z.length===0){const Z=m.compactIri({activeCtx:$,iri:x,value:z,relativeTo:{vocab:!0},reverse:I}),J=$.mappings.has(Z)?$.mappings.get(Z)["@nest"]:null;let ce=L;J&&(N($,J,P),t(L[J])||(L[J]={}),ce=L[J]),k(ce,Z,z,{propertyIsArray:!0})}for(const Z of z){const J=m.compactIri({activeCtx:$,iri:x,value:Z,relativeTo:{vocab:!0},reverse:I}),ce=$.mappings.has(J)?$.mappings.get(J)["@nest"]:null;let H=L;ce&&(N($,ce,P),t(L[ce])||(L[ce]={}),H=L[ce]);const W=f($,J,"@container")||[],K=a(Z),V=s(Z);let re;V?re=Z["@list"]:K&&(re=Z["@graph"]);let ne=await m.compact({activeCtx:$,activeProperty:J,element:V||K?re:Z,options:P});if(V)if(e(ne)||(ne=[ne]),!W.includes("@list"))ne={[m.compactIri({activeCtx:$,iri:"@list",relativeTo:{vocab:!0}})]:ne},"@index"in Z&&(ne[m.compactIri({activeCtx:$,iri:"@index",relativeTo:{vocab:!0}})]=Z["@index"]);else{k(H,J,ne,{valueIsArray:!0,allowDuplicate:!0});continue}if(K)if(W.includes("@graph")&&(W.includes("@id")||W.includes("@index")&&l(Z))){let ge;H.hasOwnProperty(J)?ge=H[J]:H[J]=ge={};const be=(W.includes("@id")?Z["@id"]:Z["@index"])||m.compactIri({activeCtx:$,iri:"@none",relativeTo:{vocab:!0}});k(ge,be,ne,{propertyIsArray:!P.compactArrays||W.includes("@set")})}else W.includes("@graph")&&l(Z)?(e(ne)&&ne.length>1&&(ne={"@included":ne}),k(H,J,ne,{propertyIsArray:!P.compactArrays||W.includes("@set")})):(e(ne)&&ne.length===1&&P.compactArrays&&(ne=ne[0]),ne={[m.compactIri({activeCtx:$,iri:"@graph",relativeTo:{vocab:!0}})]:ne},"@id"in Z&&(ne[m.compactIri({activeCtx:$,iri:"@id",relativeTo:{vocab:!0}})]=Z["@id"]),"@index"in Z&&(ne[m.compactIri({activeCtx:$,iri:"@index",relativeTo:{vocab:!0}})]=Z["@index"]),k(H,J,ne,{propertyIsArray:!P.compactArrays||W.includes("@set")}));else if(W.includes("@language")||W.includes("@index")||W.includes("@id")||W.includes("@type")){let ge;H.hasOwnProperty(J)?ge=H[J]:H[J]=ge={};let be;if(W.includes("@language"))o(ne)&&(ne=ne["@value"]),be=Z["@language"];else if(W.includes("@index")){const O=f($,J,"@index")||"@index",G=m.compactIri({activeCtx:$,iri:O,relativeTo:{vocab:!0}});if(O==="@index")be=Z["@index"],delete ne[G];else{let oe;if([be,...oe]=v(ne[O]||[]),!r(be))be=null;else switch(oe.length){case 0:delete ne[O];break;case 1:ne[O]=oe[0];break;default:ne[O]=oe;break}}}else if(W.includes("@id")){const O=m.compactIri({activeCtx:$,iri:"@id",relativeTo:{vocab:!0}});be=ne[O],delete ne[O]}else if(W.includes("@type")){const O=m.compactIri({activeCtx:$,iri:"@type",relativeTo:{vocab:!0}});let G;switch([be,...G]=v(ne[O]||[]),G.length){case 0:delete ne[O];break;case 1:ne[O]=G[0];break;default:ne[O]=G;break}Object.keys(ne).length===1&&"@id"in Z&&(ne=await m.compact({activeCtx:$,activeProperty:J,element:{"@id":Z["@id"]},options:P}))}be||(be=m.compactIri({activeCtx:$,iri:"@none",relativeTo:{vocab:!0}})),k(ge,be,ne,{propertyIsArray:W.includes("@set")})}else{const ge=!P.compactArrays||W.includes("@set")||W.includes("@list")||e(ne)&&ne.length===0||x==="@list"||x==="@graph";k(H,J,ne,{propertyIsArray:ge})}}}return L}return R},m.compactIri=({activeCtx:$,iri:j,value:R=null,relativeTo:P={vocab:!1},reverse:q=!1,base:I=null})=>{if(j===null)return j;$.isPropertyTermScoped&&$.previousContext&&($=$.previousContext);const L=$.getInverse();if(g(j)&&j in L&&"@none"in L[j]&&"@type"in L[j]["@none"]&&"@none"in L[j]["@none"]["@type"])return L[j]["@none"]["@type"]["@none"];if(P.vocab&&j in L){const te=$["@language"]||"@none",x=[];t(R)&&"@index"in R&&!("@graph"in R)&&x.push("@index","@index@set"),t(R)&&"@preserve"in R&&(R=R["@preserve"][0]),a(R)?("@index"in R&&x.push("@graph@index","@graph@index@set","@index","@index@set"),"@id"in R&&x.push("@graph@id","@graph@id@set"),x.push("@graph","@graph@set","@set"),"@index"in R||x.push("@graph@index","@graph@index@set","@index","@index@set"),"@id"in R||x.push("@graph@id","@graph@id@set")):t(R)&&!o(R)&&x.push("@id","@id@set","@type","@set@type");let z="@language",Z="@null";if(q)z="@type",Z="@reverse",x.push("@set");else if(s(R)){"@index"in R||x.push("@list");const ce=R["@list"];if(ce.length===0)z="@any",Z="@none";else{let H=ce.length===0?te:null,W=null;for(let K=0;K<ce.length;++K){const V=ce[K];let re="@none",ne="@none";if(o(V))if("@direction"in V){const ge=(V["@language"]||"").toLowerCase(),be=V["@direction"];re=`${ge}_${be}`}else"@language"in V?re=V["@language"].toLowerCase():"@type"in V?ne=V["@type"]:re="@null";else ne="@id";if(H===null?H=re:re!==H&&o(V)&&(H="@none"),W===null?W=ne:ne!==W&&(W="@none"),H==="@none"&&W==="@none")break}H=H||"@none",W=W||"@none",W!=="@none"?(z="@type",Z=W):Z=H}}else{if(o(R))if("@language"in R&&!("@index"in R)){x.push("@language","@language@set"),Z=R["@language"];const ce=R["@direction"];ce&&(Z=`${Z}_${ce}`)}else"@direction"in R&&!("@index"in R)?Z=`_${R["@direction"]}`:"@type"in R&&(z="@type",Z=R["@type"]);else z="@type",Z="@id";x.push("@set")}x.push("@none"),t(R)&&!("@index"in R)&&x.push("@index","@index@set"),o(R)&&Object.keys(R).length===1&&x.push("@language","@language@set");const J=T($,j,R,x,z,Z);if(J!==null)return J}if(P.vocab&&"@vocab"in $){const te=$["@vocab"];if(j.indexOf(te)===0&&j!==te){const x=j.substr(te.length);if(!$.mappings.has(x))return x}}let Q=null;const A=[];let Y=$.fastCurieMap;const F=j.length-1;for(let te=0;te<F&&j[te]in Y;++te)Y=Y[j[te]],""in Y&&A.push(Y[""][0]);for(let te=A.length-1;te>=0;--te){const x=A[te],z=x.terms;for(const Z of z){const J=Z+":"+j.substr(x.iri.length);$.mappings.get(Z)._prefix&&(!$.mappings.has(J)||R===null&&$.mappings.get(J)["@id"]===j)&&(Q===null||u(J,Q)<0)&&(Q=J)}}if(Q!==null)return Q;for(const[te,x]of $.mappings)if(x&&x._prefix&&j.startsWith(te+":"))throw new i(`Absolute IRI "${j}" confused with prefix "${te}".`,"jsonld.SyntaxError",{code:"IRI confused with prefix",context:$});if(!P.vocab)if("@base"in $)if($["@base"]){const te=_(E(I,$["@base"]),j);return S.test(te)?`./${te}`:te}else return j;else return _(I,j);return j},m.compactValue=({activeCtx:$,activeProperty:j,value:R,options:P})=>{if(o(R)){const Q=f($,j,"@type"),A=f($,j,"@language"),Y=f($,j,"@direction"),F=f($,j,"@container")||[],te="@index"in R&&!F.includes("@index");if(!te&&Q!=="@none"&&(R["@type"]===Q||"@language"in R&&R["@language"]===A&&"@direction"in R&&R["@direction"]===Y||"@language"in R&&R["@language"]===A||"@direction"in R&&R["@direction"]===Y))return R["@value"];const x=Object.keys(R).length,z=x===1||x===2&&"@index"in R&&!te,Z="@language"in $,J=r(R["@value"]),ce=$.mappings.has(j)&&$.mappings.get(j)["@language"]===null;if(z&&Q!=="@none"&&(!Z||!J||ce))return R["@value"];const H={};return te&&(H[m.compactIri({activeCtx:$,iri:"@index",relativeTo:{vocab:!0}})]=R["@index"]),"@type"in R?H[m.compactIri({activeCtx:$,iri:"@type",relativeTo:{vocab:!0}})]=m.compactIri({activeCtx:$,iri:R["@type"],relativeTo:{vocab:!0}}):"@language"in R&&(H[m.compactIri({activeCtx:$,iri:"@language",relativeTo:{vocab:!0}})]=R["@language"]),"@direction"in R&&(H[m.compactIri({activeCtx:$,iri:"@direction",relativeTo:{vocab:!0}})]=R["@direction"]),H[m.compactIri({activeCtx:$,iri:"@value",relativeTo:{vocab:!0}})]=R["@value"],H}const q=d($,j,{vocab:!0},P),I=f($,j,"@type"),L=m.compactIri({activeCtx:$,iri:R["@id"],relativeTo:{vocab:I==="@vocab"},base:P.base});return I==="@id"||I==="@vocab"||q==="@graph"?L:{[m.compactIri({activeCtx:$,iri:"@id",relativeTo:{vocab:!0}})]:L}};function T($,j,R,P,q,I){I===null&&(I="@null");const L=[];if((I==="@id"||I==="@reverse")&&t(R)&&"@id"in R){I==="@reverse"&&L.push("@reverse");const A=m.compactIri({activeCtx:$,iri:R["@id"],relativeTo:{vocab:!0}});$.mappings.has(A)&&$.mappings.get(A)&&$.mappings.get(A)["@id"]===R["@id"]?L.push.apply(L,["@vocab","@id"]):L.push.apply(L,["@id","@vocab"])}else{L.push(I);const A=L.find(Y=>Y.includes("_"));A&&L.push(A.replace(/^[^_]+_/,"_"))}L.push("@none");const Q=$.inverse[j];for(const A of P){if(!(A in Q))continue;const Y=Q[A][q];for(const F of L)if(F in Y)return Y[F]}return null}function N($,j,R){if(d($,j,{vocab:!0},R)!=="@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 Va}var za,Ju;function fy(){return Ju||(Ju=1,za=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}),za}/**
310
305
  * A JavaScript implementation of the JSON-LD API.
311
306
  *
312
307
  * @author Dave Longley
@@ -340,10 +335,16 @@ if("@preserve"in u)return u["@preserve"][0];if(e.isValue(u))return u;if(e.isList
340
335
  * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
341
336
  * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
342
337
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
343
- */var Ha,Xu;function fy(){if(Xu)return Ha;Xu=1;const i=Sc(),e=Zg(),t=oi(),r=ry(),n=t.IdentifierIssuer,s=di(),o=zf(),a=ny(),{expand:l}=sy(),{flatten:c}=oy(),{fromRDF:d}=ay(),{toRDF:f}=cy(),{frameMergedOrDefault:g,cleanupNull:y}=dy(),{isArray:b,isObject:_,isString:E}=ii(),{isSubjectReference:S}=Gi(),{expandIri:k,getInitialContext:v,process:u,processingMode:m}=Sr(),{compact:T,compactIri:N}=uy(),{createNodeMap:$,createMergedNodeMap:j,mergeNodeMaps:R}=go(),{logEventHandler:P,logWarningEventHandler:q,safeEventHandler:I,setDefaultEventHandler:L,setupEventHandler:Q,strictEventHandler:A,unhandledEventHandler:Y}=hs(),F=function(x){const z={},J=new o({max:100});x.compact=async function(H,W,K){if(arguments.length<2)throw new TypeError("Could not compact, too few arguments.");if(W===null)throw new s("The compaction context must not be null.","jsonld.CompactError",{code:"invalid local context"});if(H===null)return null;K=ce(K,{base:E(H)?H:"",compactArrays:!0,compactToRelative:!0,graph:!1,skipExpansion:!1,link:!1,issuer:new n("_:b"),contextResolver:new r({sharedCache:J})}),K.link&&(K.skipExpansion=!0),K.compactToRelative||delete K.base;let V;K.skipExpansion?V=H:V=await x.expand(H,K);const re=await x.processContext(v(K),W,K);let ne=await T({activeCtx:re,element:V,options:K});K.compactArrays&&!K.graph&&b(ne)?ne.length===1?ne=ne[0]:ne.length===0&&(ne={}):K.graph&&_(ne)&&(ne=[ne]),_(W)&&"@context"in W&&(W=W["@context"]),W=t.clone(W),b(W)||(W=[W]);const ge=W;W=[];for(let O=0;O<ge.length;++O)(!_(ge[O])||Object.keys(ge[O]).length>0)&&W.push(ge[O]);const be=W.length>0;if(W.length===1&&(W=W[0]),b(ne)){const O=N({activeCtx:re,iri:"@graph",relativeTo:{vocab:!0}}),G=ne;ne={},be&&(ne["@context"]=W),ne[O]=G}else if(_(ne)&&be){const O=ne;ne={"@context":W};for(const G in O)ne[G]=O[G]}return ne},x.expand=async function(H,W){if(arguments.length<1)throw new TypeError("Could not expand, too few arguments.");W=ce(W,{keepFreeFloatingNodes:!1,contextResolver:new r({sharedCache:J})});const K={},V=[];if("expandContext"in W){const be=t.clone(W.expandContext);_(be)&&"@context"in be?K.expandContext=be:K.expandContext={"@context":be},V.push(K.expandContext)}let re;if(!E(H))K.input=t.clone(H);else{const be=await x.get(H,W);re=be.documentUrl,K.input=be.document,be.contextUrl&&(K.remoteContext={"@context":be.contextUrl},V.push(K.remoteContext))}"base"in W||(W.base=re||"");let ne=v(W);for(const be of V)ne=await u({activeCtx:ne,localCtx:be,options:W});let ge=await l({activeCtx:ne,element:K.input,options:W});return _(ge)&&"@graph"in ge&&Object.keys(ge).length===1?ge=ge["@graph"]:ge===null&&(ge=[]),b(ge)||(ge=[ge]),ge},x.flatten=async function(H,W,K){if(arguments.length<1)return new TypeError("Could not flatten, too few arguments.");typeof W=="function"?W=null:W=W||null,K=ce(K,{base:E(H)?H:"",contextResolver:new r({sharedCache:J})});const V=await x.expand(H,K),re=c(V);return W===null?re:(K.graph=!0,K.skipExpansion=!0,await x.compact(re,W,K))},x.frame=async function(H,W,K){if(arguments.length<2)throw new TypeError("Could not frame, too few arguments.");if(K=ce(K,{base:E(H)?H:"",embed:"@once",explicit:!1,requireAll:!1,omitDefault:!1,bnodesToClear:[],contextResolver:new r({sharedCache:J})}),E(W)){const pe=await x.get(W,K);if(W=pe.document,pe.contextUrl){let ye=W["@context"];ye?b(ye)?ye.push(pe.contextUrl):ye=[ye,pe.contextUrl]:ye=pe.contextUrl,W["@context"]=ye}}const V=W?W["@context"]||{}:{},re=await x.processContext(v(K),V,K);K.hasOwnProperty("omitGraph")||(K.omitGraph=m(re,1.1)),K.hasOwnProperty("pruneBlankNodeIdentifiers")||(K.pruneBlankNodeIdentifiers=m(re,1.1));const ne=await x.expand(H,K),ge={...K};ge.isFrame=!0,ge.keepFreeFloatingNodes=!0;const be=await x.expand(W,ge),O=Object.keys(W).map(pe=>k(re,pe,{vocab:!0}));ge.merged=!O.includes("@graph"),ge.is11=m(re,1.1);const G=g(ne,be,ge);ge.graph=!K.omitGraph,ge.skipExpansion=!0,ge.link={},ge.framing=!0;let oe=await x.compact(G,V,ge);return ge.link={},oe=y(oe,ge),oe},x.link=async function(H,W,K){const V={};return W&&(V["@context"]=W),V["@embed"]="@link",x.frame(H,V,K)},x.normalize=x.canonize=async function(H,W){if(arguments.length<1)throw new TypeError("Could not canonize, too few arguments.");if(W=ce(W,{base:E(H)?H:null,algorithm:"URDNA2015",skipExpansion:!1,safe:!0,contextResolver:new r({sharedCache:J})}),"inputFormat"in W){if(W.inputFormat!=="application/n-quads"&&W.inputFormat!=="application/nquads")throw new s("Unknown canonicalization input format.","jsonld.CanonizeError");const re=a.parse(H);return i.canonize(re,W)}const K={...W};delete K.format,K.produceGeneralizedRdf=!1;const V=await x.toRDF(H,K);return i.canonize(V,W)},x.fromRDF=async function(H,W){if(arguments.length<1)throw new TypeError("Could not convert from RDF, too few arguments.");W=ce(W,{format:E(H)?"application/n-quads":void 0});const{format:K}=W;let{rdfParser:V}=W;if(K){if(V=V||z[K],!V)throw new s("Unknown input format.","jsonld.UnknownFormat",{format:K})}else V=()=>H;const re=await V(H);return d(re,W)},x.toRDF=async function(H,W){if(arguments.length<1)throw new TypeError("Could not convert to RDF, too few arguments.");W=ce(W,{base:E(H)?H:"",skipExpansion:!1,contextResolver:new r({sharedCache:J})});let K;W.skipExpansion?K=H:K=await x.expand(H,W);const V=f(K,W);if(W.format){if(W.format==="application/n-quads"||W.format==="application/nquads")return a.serialize(V);throw new s("Unknown output format.","jsonld.UnknownFormat",{format:W.format})}return V},x.createNodeMap=async function(H,W){if(arguments.length<1)throw new TypeError("Could not create node map, too few arguments.");W=ce(W,{base:E(H)?H:"",contextResolver:new r({sharedCache:J})});const K=await x.expand(H,W);return j(K,W)},x.merge=async function(H,W,K){if(arguments.length<1)throw new TypeError("Could not merge, too few arguments.");if(!b(H))throw new TypeError('Could not merge, "docs" must be an array.');typeof W=="function"?W=null:W=W||null,K=ce(K,{contextResolver:new r({sharedCache:J})});const V=await Promise.all(H.map(pe=>{const ye={...K};return x.expand(pe,ye)}));let re=!0;"mergeNodes"in K&&(re=K.mergeNodes);const ne=K.issuer||new n("_:b"),ge={"@default":{}};for(let pe=0;pe<V.length;++pe){const ye=t.relabelBlankNodes(V[pe],{issuer:new n("_:b"+pe+"-")}),we=re||pe===0?ge:{"@default":{}};if($(ye,we,"@default",ne),we!==ge)for(const ie in we){const fe=we[ie];if(!(ie in ge)){ge[ie]=fe;continue}const ve=ge[ie];for(const ue in fe)ue in ve||(ve[ue]=fe[ue])}}const be=R(ge),O=[],G=Object.keys(be).sort();for(let pe=0;pe<G.length;++pe){const ye=be[G[pe]];S(ye)||O.push(ye)}return W===null?O:(K.graph=!0,K.skipExpansion=!0,await x.compact(O,W,K))},Object.defineProperty(x,"documentLoader",{get:()=>x._documentLoader,set:H=>x._documentLoader=H}),x.documentLoader=async H=>{throw new s("Could not retrieve a JSON-LD document from the URL. URL dereferencing not implemented.","jsonld.LoadDocumentError",{code:"loading document failed",url:H})},x.get=async function(H,W){let K;typeof W.documentLoader=="function"?K=W.documentLoader:K=x.documentLoader;const V=await K(H);try{if(!V.document)throw new s("No remote document found at the given URL.","jsonld.NullRemoteDocument");E(V.document)&&(V.document=JSON.parse(V.document))}catch(re){throw new s("Could not retrieve a JSON-LD document from the URL.","jsonld.LoadDocumentError",{code:"loading document failed",cause:re,remoteDoc:V})}return V},x.processContext=async function(H,W,K){return K=ce(K,{base:"",contextResolver:new r({sharedCache:J})}),W===null?v(K):(W=t.clone(W),_(W)&&"@context"in W||(W={"@context":W}),u({activeCtx:H,localCtx:W,options:K}))},x.getContextValue=Sr().getContextValue,x.documentLoaders={},x.useDocumentLoader=function(H){if(!(H in x.documentLoaders))throw new s('Unknown document loader type: "'+H+'"',"jsonld.UnknownDocumentLoader",{type:H});x.documentLoader=x.documentLoaders[H].apply(x,Array.prototype.slice.call(arguments,1))},x.registerRDFParser=function(H,W){z[H]=W},x.unregisterRDFParser=function(H){delete z[H]},x.registerRDFParser("application/n-quads",a.parse),x.registerRDFParser("application/nquads",a.parse),x.url=sr(),x.logEventHandler=P,x.logWarningEventHandler=q,x.safeEventHandler=I,x.setDefaultEventHandler=L,x.strictEventHandler=A,x.unhandledEventHandler=Y,x.util=t,Object.assign(x,t),x.promises=x,x.RequestQueue=Vf(),x.JsonLdProcessor=hy()(x),e.setupGlobals(x),e.setupDocumentLoaders(x);function ce(H,{documentLoader:W=x.documentLoader,...K}){if(H&&"compactionMap"in H)throw new s('"compactionMap" not supported.',"jsonld.OptionsError");if(H&&"expansionMap"in H)throw new s('"expansionMap" not supported.',"jsonld.OptionsError");return Object.assign({},{documentLoader:W},K,H,{eventHandler:Q({options:H})})}return x},te=function(){return F(function(){return te()})};return F(te),Ha=te,Ha}var py=fy();const Wa={},Ga={};let $l;class my{constructor(e){this.loadedExternalUrls=[],this.loadedClasses=[],this.config=e}async loadGraphs(){this.loadedExternalUrls=[],this.loadedClasses=[];let e=$l;this.config.prefixes={};const t=[];if(e||(e=new Rt,t.push(this.importRDF(this.config.attributes.shapes?this.config.attributes.shapes:this.config.attributes.shapesUrl?this.fetchRDF(this.config.attributes.shapesUrl):"",e,Vs))),t.push(this.importRDF(this.config.attributes.values?this.config.attributes.values:this.config.attributes.valuesUrl?this.fetchRDF(this.config.attributes.valuesUrl):"",e,ki,new _l({blankNodePrefix:""}))),await Promise.all(t),!$l&&e?.size==0&&this.config.attributes.valuesSubject){const r=[...e.getObjects(this.config.attributes.valuesSubject,xt,ki),...e.getObjects(this.config.attributes.valuesSubject,El,ki)],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),e,Vs)))}try{await Promise.allSettled(n)}catch(s){console.warn(s)}}this.config.store=e}async importRDF(e,t,r,n){const s=n||new _l,o=async a=>{const l=[];await new Promise((c,d)=>{s.parse(a,(f,g,y)=>{if(f)return console.warn("failed parsing graph",r,f.message),d(f);if(g){if(t.add(new so(g.subject,g.predicate,g.object,r)),this.config.attributes.ignoreOwlImports===null&&cc.equals(g.predicate)){const b=this.toURL(g.object.value);b&&this.loadedExternalUrls.indexOf(b)<0&&(this.loadedExternalUrls.push(b),l.push(this.importRDF(this.fetchRDF(b),t,Ve.namedNode(b),n)))}if(this.config.classInstanceProvider&&dc.equals(g.predicate)){const b=g.object.value;if(this.loadedClasses.indexOf(b)<0){let _;b in Ga?_=Ga[b]:(_=this.config.classInstanceProvider(b),Ga[b]=_),this.loadedClasses.push(b),l.push(this.importRDF(_,t,r,n))}}return}y&&this.config.registerPrefixes(y),c(null)})});try{await Promise.allSettled(l)}catch(c){console.warn(c)}};if(e instanceof Promise&&(e=await e),e){try{e=await py.toRDF(JSON.parse(e),{format:"application/n-quads"})}catch{}await o(e)}}async fetchRDF(e){if(e in Wa)return Wa[e];const t=fetch(e,{headers:{Accept:"text/turtle, application/trig, application/n-triples, application/n-quads, text/n3, application/ld+json"}}).then(r=>r.text());return Wa[e]=t,t}toURL(e){if(kl(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),kl(e)))return e}}return null}}function gy(i){$l=i}class Ka{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.ignoreOwlImports=null,this.collapse=null,this.submitButton=null,this.generateNodeShapeReference=null,this.showNodeIds=null}}class Qu{constructor(e,t){this.attributes=new Ka,this.loader=new my(this),this.prefixes={},this.editMode=!0,this.lists={},this.groups=[],this.renderedNodes=new Set,this._store=new Rt,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 Ka;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=Ve.namedNode(t.valuesGraph))}static dataAttributes(){const e=new Ka;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=e.extractLists(),this.groups=[],e.forSubjects(t=>{this.groups.push(t.id)},xt,`${Ae}PropertyGroup`,null)}registerPrefixes(e){for(const t in e)t&&(this.prefixes[t]=e[t])}}function yy(i){return"_:"+i.value}function by(i,e){return[...i].map(t=>e(t)).join(`
338
+ */var Ha,Xu;function py(){if(Xu)return Ha;Xu=1;const i=Sc(),e=ey(),t=li(),r=ny(),n=t.IdentifierIssuer,s=hi(),o=zf(),a=sy(),{expand:l}=oy(),{flatten:c}=ay(),{fromRDF:d}=ly(),{toRDF:f}=dy(),{frameMergedOrDefault:g,cleanupNull:y}=uy(),{isArray:b,isObject:_,isString:E}=ri(),{isSubjectReference:S}=Gi(),{expandIri:k,getInitialContext:v,process:u,processingMode:m}=Sr(),{compact:T,compactIri:N}=hy(),{createNodeMap:$,createMergedNodeMap:j,mergeNodeMaps:R}=go(),{logEventHandler:P,logWarningEventHandler:q,safeEventHandler:I,setDefaultEventHandler:L,setupEventHandler:Q,strictEventHandler:A,unhandledEventHandler:Y}=hs(),F=function(x){const z={},J=new o({max:100});x.compact=async function(H,W,K){if(arguments.length<2)throw new TypeError("Could not compact, too few arguments.");if(W===null)throw new s("The compaction context must not be null.","jsonld.CompactError",{code:"invalid local context"});if(H===null)return null;K=ce(K,{base:E(H)?H:"",compactArrays:!0,compactToRelative:!0,graph:!1,skipExpansion:!1,link:!1,issuer:new n("_:b"),contextResolver:new r({sharedCache:J})}),K.link&&(K.skipExpansion=!0),K.compactToRelative||delete K.base;let V;K.skipExpansion?V=H:V=await x.expand(H,K);const re=await x.processContext(v(K),W,K);let ne=await T({activeCtx:re,element:V,options:K});K.compactArrays&&!K.graph&&b(ne)?ne.length===1?ne=ne[0]:ne.length===0&&(ne={}):K.graph&&_(ne)&&(ne=[ne]),_(W)&&"@context"in W&&(W=W["@context"]),W=t.clone(W),b(W)||(W=[W]);const ge=W;W=[];for(let O=0;O<ge.length;++O)(!_(ge[O])||Object.keys(ge[O]).length>0)&&W.push(ge[O]);const be=W.length>0;if(W.length===1&&(W=W[0]),b(ne)){const O=N({activeCtx:re,iri:"@graph",relativeTo:{vocab:!0}}),G=ne;ne={},be&&(ne["@context"]=W),ne[O]=G}else if(_(ne)&&be){const O=ne;ne={"@context":W};for(const G in O)ne[G]=O[G]}return ne},x.expand=async function(H,W){if(arguments.length<1)throw new TypeError("Could not expand, too few arguments.");W=ce(W,{keepFreeFloatingNodes:!1,contextResolver:new r({sharedCache:J})});const K={},V=[];if("expandContext"in W){const be=t.clone(W.expandContext);_(be)&&"@context"in be?K.expandContext=be:K.expandContext={"@context":be},V.push(K.expandContext)}let re;if(!E(H))K.input=t.clone(H);else{const be=await x.get(H,W);re=be.documentUrl,K.input=be.document,be.contextUrl&&(K.remoteContext={"@context":be.contextUrl},V.push(K.remoteContext))}"base"in W||(W.base=re||"");let ne=v(W);for(const be of V)ne=await u({activeCtx:ne,localCtx:be,options:W});let ge=await l({activeCtx:ne,element:K.input,options:W});return _(ge)&&"@graph"in ge&&Object.keys(ge).length===1?ge=ge["@graph"]:ge===null&&(ge=[]),b(ge)||(ge=[ge]),ge},x.flatten=async function(H,W,K){if(arguments.length<1)return new TypeError("Could not flatten, too few arguments.");typeof W=="function"?W=null:W=W||null,K=ce(K,{base:E(H)?H:"",contextResolver:new r({sharedCache:J})});const V=await x.expand(H,K),re=c(V);return W===null?re:(K.graph=!0,K.skipExpansion=!0,await x.compact(re,W,K))},x.frame=async function(H,W,K){if(arguments.length<2)throw new TypeError("Could not frame, too few arguments.");if(K=ce(K,{base:E(H)?H:"",embed:"@once",explicit:!1,requireAll:!1,omitDefault:!1,bnodesToClear:[],contextResolver:new r({sharedCache:J})}),E(W)){const pe=await x.get(W,K);if(W=pe.document,pe.contextUrl){let ye=W["@context"];ye?b(ye)?ye.push(pe.contextUrl):ye=[ye,pe.contextUrl]:ye=pe.contextUrl,W["@context"]=ye}}const V=W?W["@context"]||{}:{},re=await x.processContext(v(K),V,K);K.hasOwnProperty("omitGraph")||(K.omitGraph=m(re,1.1)),K.hasOwnProperty("pruneBlankNodeIdentifiers")||(K.pruneBlankNodeIdentifiers=m(re,1.1));const ne=await x.expand(H,K),ge={...K};ge.isFrame=!0,ge.keepFreeFloatingNodes=!0;const be=await x.expand(W,ge),O=Object.keys(W).map(pe=>k(re,pe,{vocab:!0}));ge.merged=!O.includes("@graph"),ge.is11=m(re,1.1);const G=g(ne,be,ge);ge.graph=!K.omitGraph,ge.skipExpansion=!0,ge.link={},ge.framing=!0;let oe=await x.compact(G,V,ge);return ge.link={},oe=y(oe,ge),oe},x.link=async function(H,W,K){const V={};return W&&(V["@context"]=W),V["@embed"]="@link",x.frame(H,V,K)},x.normalize=x.canonize=async function(H,W){if(arguments.length<1)throw new TypeError("Could not canonize, too few arguments.");if(W=ce(W,{base:E(H)?H:null,algorithm:"URDNA2015",skipExpansion:!1,safe:!0,contextResolver:new r({sharedCache:J})}),"inputFormat"in W){if(W.inputFormat!=="application/n-quads"&&W.inputFormat!=="application/nquads")throw new s("Unknown canonicalization input format.","jsonld.CanonizeError");const re=a.parse(H);return i.canonize(re,W)}const K={...W};delete K.format,K.produceGeneralizedRdf=!1;const V=await x.toRDF(H,K);return i.canonize(V,W)},x.fromRDF=async function(H,W){if(arguments.length<1)throw new TypeError("Could not convert from RDF, too few arguments.");W=ce(W,{format:E(H)?"application/n-quads":void 0});const{format:K}=W;let{rdfParser:V}=W;if(K){if(V=V||z[K],!V)throw new s("Unknown input format.","jsonld.UnknownFormat",{format:K})}else V=()=>H;const re=await V(H);return d(re,W)},x.toRDF=async function(H,W){if(arguments.length<1)throw new TypeError("Could not convert to RDF, too few arguments.");W=ce(W,{base:E(H)?H:"",skipExpansion:!1,contextResolver:new r({sharedCache:J})});let K;W.skipExpansion?K=H:K=await x.expand(H,W);const V=f(K,W);if(W.format){if(W.format==="application/n-quads"||W.format==="application/nquads")return a.serialize(V);throw new s("Unknown output format.","jsonld.UnknownFormat",{format:W.format})}return V},x.createNodeMap=async function(H,W){if(arguments.length<1)throw new TypeError("Could not create node map, too few arguments.");W=ce(W,{base:E(H)?H:"",contextResolver:new r({sharedCache:J})});const K=await x.expand(H,W);return j(K,W)},x.merge=async function(H,W,K){if(arguments.length<1)throw new TypeError("Could not merge, too few arguments.");if(!b(H))throw new TypeError('Could not merge, "docs" must be an array.');typeof W=="function"?W=null:W=W||null,K=ce(K,{contextResolver:new r({sharedCache:J})});const V=await Promise.all(H.map(pe=>{const ye={...K};return x.expand(pe,ye)}));let re=!0;"mergeNodes"in K&&(re=K.mergeNodes);const ne=K.issuer||new n("_:b"),ge={"@default":{}};for(let pe=0;pe<V.length;++pe){const ye=t.relabelBlankNodes(V[pe],{issuer:new n("_:b"+pe+"-")}),we=re||pe===0?ge:{"@default":{}};if($(ye,we,"@default",ne),we!==ge)for(const ie in we){const fe=we[ie];if(!(ie in ge)){ge[ie]=fe;continue}const ve=ge[ie];for(const ue in fe)ue in ve||(ve[ue]=fe[ue])}}const be=R(ge),O=[],G=Object.keys(be).sort();for(let pe=0;pe<G.length;++pe){const ye=be[G[pe]];S(ye)||O.push(ye)}return W===null?O:(K.graph=!0,K.skipExpansion=!0,await x.compact(O,W,K))},Object.defineProperty(x,"documentLoader",{get:()=>x._documentLoader,set:H=>x._documentLoader=H}),x.documentLoader=async H=>{throw new s("Could not retrieve a JSON-LD document from the URL. URL dereferencing not implemented.","jsonld.LoadDocumentError",{code:"loading document failed",url:H})},x.get=async function(H,W){let K;typeof W.documentLoader=="function"?K=W.documentLoader:K=x.documentLoader;const V=await K(H);try{if(!V.document)throw new s("No remote document found at the given URL.","jsonld.NullRemoteDocument");E(V.document)&&(V.document=JSON.parse(V.document))}catch(re){throw new s("Could not retrieve a JSON-LD document from the URL.","jsonld.LoadDocumentError",{code:"loading document failed",cause:re,remoteDoc:V})}return V},x.processContext=async function(H,W,K){return K=ce(K,{base:"",contextResolver:new r({sharedCache:J})}),W===null?v(K):(W=t.clone(W),_(W)&&"@context"in W||(W={"@context":W}),u({activeCtx:H,localCtx:W,options:K}))},x.getContextValue=Sr().getContextValue,x.documentLoaders={},x.useDocumentLoader=function(H){if(!(H in x.documentLoaders))throw new s('Unknown document loader type: "'+H+'"',"jsonld.UnknownDocumentLoader",{type:H});x.documentLoader=x.documentLoaders[H].apply(x,Array.prototype.slice.call(arguments,1))},x.registerRDFParser=function(H,W){z[H]=W},x.unregisterRDFParser=function(H){delete z[H]},x.registerRDFParser("application/n-quads",a.parse),x.registerRDFParser("application/nquads",a.parse),x.url=or(),x.logEventHandler=P,x.logWarningEventHandler=q,x.safeEventHandler=I,x.setDefaultEventHandler=L,x.strictEventHandler=A,x.unhandledEventHandler=Y,x.util=t,Object.assign(x,t),x.promises=x,x.RequestQueue=Vf(),x.JsonLdProcessor=fy()(x),e.setupGlobals(x),e.setupDocumentLoaders(x);function ce(H,{documentLoader:W=x.documentLoader,...K}){if(H&&"compactionMap"in H)throw new s('"compactionMap" not supported.',"jsonld.OptionsError");if(H&&"expansionMap"in H)throw new s('"expansionMap" not supported.',"jsonld.OptionsError");return Object.assign({},{documentLoader:W},K,H,{eventHandler:Q({options:H})})}return x},te=function(){return F(function(){return te()})};return F(te),Ha=te,Ha}var my=py();const Wa={},Ga={};let $l;class gy{constructor(e){this.loadedExternalUrls=[],this.loadedClasses=[],this.config=e}async loadGraphs(){this.loadedExternalUrls=[],this.loadedClasses=[];let e=$l;this.config.prefixes={};const t=[];if(e||(e=new Rt,t.push(this.importRDF(this.config.attributes.shapes?this.config.attributes.shapes:this.config.attributes.shapesUrl?this.fetchRDF(this.config.attributes.shapesUrl):"",e,Vs))),t.push(this.importRDF(this.config.attributes.values?this.config.attributes.values:this.config.attributes.valuesUrl?this.fetchRDF(this.config.attributes.valuesUrl):"",e,Ii,new _l({blankNodePrefix:""}))),await Promise.all(t),!$l&&e?.size==0&&this.config.attributes.valuesSubject){const r=[...e.getObjects(this.config.attributes.valuesSubject,xt,Ii),...e.getObjects(this.config.attributes.valuesSubject,El,Ii)],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),e,Vs)))}try{await Promise.allSettled(n)}catch(s){console.warn(s)}}this.config.store=e}async importRDF(e,t,r,n){const s=n||new _l,o=async a=>{const l=[];await new Promise((c,d)=>{s.parse(a,(f,g,y)=>{if(f)return console.warn("failed parsing graph",r,f.message),d(f);if(g){if(t.add(new so(g.subject,g.predicate,g.object,r)),this.config.attributes.ignoreOwlImports===null&&cc.equals(g.predicate)){const b=this.toURL(g.object.value);b&&this.loadedExternalUrls.indexOf(b)<0&&(this.loadedExternalUrls.push(b),l.push(this.importRDF(this.fetchRDF(b),t,Ve.namedNode(b),n)))}if(this.config.classInstanceProvider&&dc.equals(g.predicate)){const b=g.object.value;if(this.loadedClasses.indexOf(b)<0){let _;b in Ga?_=Ga[b]:(_=this.config.classInstanceProvider(b),Ga[b]=_),this.loadedClasses.push(b),l.push(this.importRDF(_,t,r,n))}}return}y&&this.config.registerPrefixes(y),c(null)})});try{await Promise.allSettled(l)}catch(c){console.warn(c)}};if(e instanceof Promise&&(e=await e),e){try{e=await my.toRDF(JSON.parse(e),{format:"application/n-quads"})}catch{}await o(e)}}async fetchRDF(e){if(e in Wa)return Wa[e];const t=fetch(e,{headers:{Accept:"text/turtle, application/trig, application/n-triples, application/n-quads, text/n3, application/ld+json"}}).then(r=>r.text());return Wa[e]=t,t}toURL(e){if(kl(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),kl(e)))return e}}return null}}function yy(i){$l=i}class Ka{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.ignoreOwlImports=null,this.collapse=null,this.submitButton=null,this.generateNodeShapeReference=null,this.showNodeIds=null}}class Qu{constructor(e,t){this.attributes=new Ka,this.loader=new gy(this),this.prefixes={},this.editMode=!0,this.lists={},this.groups=[],this.renderedNodes=new Set,this._store=new Rt,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 Ka;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=Ve.namedNode(t.valuesGraph))}static dataAttributes(){const e=new Ka;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=e.extractLists(),this.groups=[],e.forSubjects(t=>{this.groups.push(t.id)},xt,`${Ae}PropertyGroup`,null)}registerPrefixes(e){for(const t in e)t&&(this.prefixes[t]=e[t])}}function by(i){return"_:"+i.value}function vy(i,e){return[...i].map(t=>e(t)).join(`
344
339
  `)+`
345
- `}function vy(){return""}function Hf(i){return"<"+i.value+">"}const wy=/["\\\\\n\r]/,_y=/["\\\\\n\r]/g,xy={'"':'\\"',"\\":"\\\\","\n":"\\n","\r":"\\r"};function Ey(i){return xy[i]}function Sy(i){return wy.test(i)?i.replace(_y,Ey):i}function ky(i){const e=Sy(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+'"^^'+Hf(i.datatype)}function Iy(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 Ry(i){return"?"+i.value}function Qt(i){if(!i)return null;if(i.termType==="BlankNode")return yy(i);if(i.termType==="DefaultGraph")return vy();if(i.termType==="Literal")return ky(i);if(i.termType==="NamedNode")return Hf(i);if(i.termType==="Quad"||i.subject&&i.predicate&&i.object&&i.graph)return Iy(i,Qt);if(i.termType==="Variable")return Ry(i);if(i[Symbol.iterator])return by(i,Qt);throw new Error(`unknown termType ${i.termType}`)}class on{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(Qt(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(Qt(e));return t&&t.value}has(e){return this.index.has(Qt(e))}*keys(){for(const[,{term:e}]of this.index)yield e}set(e,t){const r=Qt(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 Yu{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 Zu(i){try{return Qt(i)}catch{return null}}class ai{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=Qt(e);return this.index.has(t)||this.index.set(t,e),this}clear(){this.index.clear()}delete(e){return e?this.index.delete(Zu(e)):!1}entries(){return this.values().entries()}forEach(e,t){return this.values().forEach(e,t)}has(e){return e?this.index.has(Zu(e)):!1}values(){return new Set(this.index.values())}keys(){return this.values()}[Symbol.iterator](){return this.index.values()}}let Wf=class{constructor(e){this.value=e}equals(e){return!!e&&e.termType===this.termType&&e.value===this.value}};Wf.prototype.termType="BlankNode";let Ic=class{equals(e){return!!e&&e.termType===this.termType}};Ic.prototype.termType="DefaultGraph";Ic.prototype.value="";function eh(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}`)}let Bs=class{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}};Bs.prototype.termType="Literal";let fs=class{constructor(e){this.value=e}equals(e){return!!e&&e.termType===this.termType&&e.value===this.value}};fs.prototype.termType="NamedNode";let Rc=class{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)}};Rc.prototype.termType="Quad";Rc.prototype.value="";let Gf=class{constructor(e){this.value=e}equals(e){return!!e&&e.termType===this.termType&&e.value===this.value}};Gf.prototype.termType="Variable";const Ty=new fs("http://www.w3.org/1999/02/22-rdf-syntax-ns#dirLangString"),th=new fs("http://www.w3.org/1999/02/22-rdf-syntax-ns#langString"),$y=new fs("http://www.w3.org/2001/XMLSchema#string");let Kf=class{constructor(){this.init()}init(){this._data={blankNodeCounter:0,defaultGraph:new Ic}}namedNode(e){return new fs(e)}blankNode(e){return e=e||"b"+ ++this._data.blankNodeCounter,new Wf(e)}literal(e,t){return typeof t=="string"?new Bs(e,t,th):typeof t?.language=="string"?new Bs(e,t.language,t.direction?Ty:th,t.direction):new Bs(e,"",t||$y)}variable(e){return new Gf(e)}defaultGraph(){return this._data.defaultGraph}quad(e,t,r,n=this.defaultGraph()){return new Rc(e,t,r,n)}fromTerm(e){return eh(this,e)}fromQuad(e){return eh(this,e)}};Kf.exports=["blankNode","defaultGraph","fromQuad","fromTerm","literal","namedNode","quad","variable"];const Tc=new Kf,Cy={apply:(i,e,t)=>i(t[0]),get:(i,e)=>i(e)};function ui(i,{factory:e=Tc}={}){const t=(r="")=>e.namedNode(`${i}${r.raw||r}`);return typeof Proxy>"u"?t:new Proxy(t,Cy)}ui("http://www.w3.org/2001/XMLSchema#");const _i=ui("http://www.w3.org/1999/02/22-rdf-syntax-ns#");ui("http://www.w3.org/2000/01/rdf-schema#");class Ke{static add({ptr:e,start:t,end:r,subjects:n=[null],predicates:s=[null],objects:o=[null],graphs:a,callback:l}={}){if(!e.factory)throw new Error("add operation requires a factory");let c=()=>{};l&&(c=d=>{l(new Yu({dataset:e.dataset,start:t,end:r,quad:d}))});for(const d of n)for(const f of s)for(const g of o)for(const y of a){const b={subject:d,predicate:f,object:g,graph:y};b[t]=e.term;const _=e.factory.quad(b.subject,b.predicate,b.object,b.graph);e.dataset.add(_),c(_)}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]||_i.nil,o));for(let l=0;l<a.length;l++)e.dataset.add(e.factory.quad(a[l],_i.first,r[l],o)),e.dataset.add(e.factory.quad(a[l],_i.rest,a[l+1]||_i.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 l of s){const c={subject:o,predicate:a,object:l};c[t]=e.term;const d=e.dataset.match(c.subject,c.predicate,c.object);for(const f of d)e.dataset.delete(f)}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);!_i.nil.equals(o);){o=r[r.length-1].object;const a=e.dataset.match(o);if(a.size===0)break;for(const l of a)r.push(l)}}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:l,graphs:c,items:d,callback:f}={}){if(t==="add")return Ke.add({ptr:e,start:n,end:s,subjects:o,predicates:a,objects:l,graphs:c,callback:f});if(t==="addList")return Ke.addList({ptr:e,predicates:a,items:d,graphs:c});if(t==="delete")return Ke.delete({ptr:e,start:n,subjects:o,predicates:a,objects:l});if(t==="deleteList")return Ke.deleteList({ptr:e,predicates:a});if(t==="isList")return Ke.isList({ptr:e});if(t==="list")return Ke.list({ptr:e});if(t==="traverse")return Ke.traverse({ptr:e,quantifier:r,start:n,end:s,subjects:o,predicates:a,objects:l,graphs:c});throw new Error(`unknown operation ${t}`)}static isList({ptr:e}){return e.isAny()?!1:!!(_i.nil.equals(e.term)||Ke.traverse({ptr:e,predicates:[_i.first]}).length===1)}static list({ptr:e}){if(e.isList())return{*[Symbol.iterator](){for(;e&&!e.term.equals(_i.nil);){const t=e.out([_i.first]);if(t.length!==1)throw new Error(`Invalid list: rdf:first count not equals one on ${e.value}`);const r=e.out([_i.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:l=[null],callback:c}){if(t==="one")return Ke.traverseOne({ptr:e,start:r,end:n,subjects:s,predicates:o,objects:a,graphs:l,callback:c});if(t==="oneOrMore"){const d=Ke.traverse({ptr:e,end:n,start:r,subjects:s,predicates:o,objects:a,graphs:l,callback:c});return Ke.traverseMore({ptrs:d,end:n,start:r,subjects:s,predicates:o,objects:a,graphs:l,callback:c})}if(t==="zeroOrMore")return Ke.traverseMore({ptrs:[e],end:n,start:r,subjects:s,predicates:o,objects:a,graphs:l,callback:c});if(t==="zeroOrOne")return[e,...Ke.traverse({ptr:e,end:n,start:r,subjects:s,predicates:o,objects:a,graphs:l,callback:c})];throw new Error(`unknown quantifier ${t}`)}static traverseMore({ptrs:e,end:t,start:r,subjects:n,predicates:s,objects:o,graphs:a,callback:l}={}){let c=[...e],d,f;do{d=[];for(const g of e)d=[...d,...Ke.traverseOne({ptr:g,end:t,start:r,subjects:n,predicates:s,objects:o,graphs:a,callback:l})];f&&(d=d.filter(g=>!f.has(g.term))),e=d,c=[...c,...d],f=new ai(c.map(g=>g.term))}while(d.length>0);return c}static traverseOne({ptr:e,start:t,end:r,subjects:n,predicates:s,objects:o,graphs:a,callback:l=(c,d)=>d.extend(c)}={}){const c=[];for(const d of n)for(const f of s)for(const g of o)for(const y of a){const b={subject:d,predicate:f,object:g,graph:y};b[t]=e.term;for(const _ of e.dataset.match(b.subject,b.predicate,b.object,b.graph))c.push(l(new Yu({dataset:e.dataset,end:r,quad:_,start:t}),e))}return c}}function ih(i,e){return e?t=>e(i.extend(t)):()=>{}}class rh{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 Ke.add({ptr:this,start:"object",end:"subject",subjects:t,predicates:e,graphs:[this.graph||this.factory.defaultGraph()],callback:ih(this,r)})}addList(e,t){return Ke.addList({ptr:this,predicates:e,graphs:[this.graph||this.factory.defaultGraph()],items:t})}addOut(e,t,r){return Ke.add({ptr:this,start:"subject",end:"object",predicates:e,objects:t,graphs:[this.graph||this.factory.defaultGraph()],callback:ih(this,r)})}deleteIn(e,t){return Ke.delete({ptr:this,start:"object",subjects:t,predicates:e})}deleteList(e){return Ke.deleteList({ptr:this,predicates:e})}deleteOut(e,t){return Ke.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:l,items:c,callback:d}){return Ke.execute({ptr:this,operation:e,quantifier:t,start:r,end:n,subjects:s,predicates:o,objects:a,graphs:l,items:c,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 Ke.traverse({ptr:this,start:"object",end:"object",subjects:t,predicates:e,graphs:[this.graph]})}hasOut(e,t){return Ke.traverse({ptr:this,start:"subject",end:"subject",predicates:e,objects:t,graphs:[this.graph]})}in(e,t){return Ke.traverse({ptr:this,start:"object",end:"subject",subjects:t,predicates:e,graphs:[this.graph]})}isAny(){return!this.term}isList(){return Ke.isList({ptr:this})}list(){return Ke.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 Ke.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 nh(i,e){return i?i.equals(e):i===e}function Ay(i,e){return!(i.dataset!==e.dataset||!nh(i.graph,e.graph)||!nh(i.term,e.term))}function sh(i,e){return e?t=>e(new i.constructor({factory:i.factory,ptrs:[t]})):()=>{}}class Ks{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 rh({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 ai(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=sh(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=sh(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=>Ay(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 rh({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]})}}ui("http://www.w3.org/2002/07/owl#");const kr=ui("http://www.w3.org/1999/02/22-rdf-syntax-ns#"),Ny=ui("http://www.w3.org/2000/01/rdf-schema#"),ae=ui("http://www.w3.org/ns/shacl#"),Cl=ui("https://schemas.link/shacl-next#"),$c=ui("http://www.w3.org/2001/XMLSchema#");function Ly(i){return i?`{${[...i.quads()].map(e=>Qt(e)).join(" ")}}`:"{}"}function Dy(i){return i?`{${i.map(e=>Ly(e)).join(" ")}}`:"{}"}var Ja,oh;function Oy(){if(oh)return Ja;oh=1;var i=/\s/;function e(t){for(var r=t.length;r--&&i.test(t.charAt(r)););return r}return Ja=e,Ja}var Xa,ah;function My(){if(ah)return Xa;ah=1;var i=Oy(),e=/^\s+/;function t(r){return r&&r.slice(0,i(r)+1).replace(e,"")}return Xa=t,Xa}var Qa,lh;function Py(){if(lh)return Qa;lh=1;function i(e){var t=typeof e;return e!=null&&(t=="object"||t=="function")}return Qa=i,Qa}var Ya,ch;function jy(){if(ch)return Ya;ch=1;var i=typeof jr=="object"&&jr&&jr.Object===Object&&jr;return Ya=i,Ya}var Za,dh;function By(){if(dh)return Za;dh=1;var i=jy(),e=typeof self=="object"&&self&&self.Object===Object&&self,t=i||e||Function("return this")();return Za=t,Za}var el,uh;function Jf(){if(uh)return el;uh=1;var i=By(),e=i.Symbol;return el=e,el}var tl,hh;function Fy(){if(hh)return tl;hh=1;var i=Jf(),e=Object.prototype,t=e.hasOwnProperty,r=e.toString,n=i?i.toStringTag:void 0;function s(o){var a=t.call(o,n),l=o[n];try{o[n]=void 0;var c=!0}catch{}var d=r.call(o);return c&&(a?o[n]=l:delete o[n]),d}return tl=s,tl}var il,fh;function qy(){if(fh)return il;fh=1;var i=Object.prototype,e=i.toString;function t(r){return e.call(r)}return il=t,il}var rl,ph;function Uy(){if(ph)return rl;ph=1;var i=Jf(),e=Fy(),t=qy(),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 rl=o,rl}var nl,mh;function Vy(){if(mh)return nl;mh=1;function i(e){return e!=null&&typeof e=="object"}return nl=i,nl}var sl,gh;function zy(){if(gh)return sl;gh=1;var i=Uy(),e=Vy(),t="[object Symbol]";function r(n){return typeof n=="symbol"||e(n)&&i(n)==t}return sl=r,sl}var ol,yh;function Hy(){if(yh)return ol;yh=1;var i=My(),e=Py(),t=zy(),r=NaN,n=/^[-+]0x[0-9a-f]+$/i,s=/^0b[01]+$/i,o=/^0o[0-7]+$/i,a=parseInt;function l(c){if(typeof c=="number")return c;if(t(c))return r;if(e(c)){var d=typeof c.valueOf=="function"?c.valueOf():c;c=e(d)?d+"":d}if(typeof c!="string")return c===0?c:+c;c=i(c);var f=s.test(c);return f||o.test(c)?a(c.slice(2),f?2:8):n.test(c)?r:+c}return ol=l,ol}var al,bh;function Wy(){if(bh)return al;bh=1;var i=Hy(),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 al=r,al}var ll,vh;function Gy(){if(vh)return ll;vh=1;var i=Wy();function e(t){var r=i(t),n=r%1;return r===r?n?r-n:r:0}return ll=e,ll}var cl,wh;function Ky(){if(wh)return cl;wh=1;var i=Gy(),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 cl=t,cl}var dl,_h;function Jy(){if(_h)return dl;_h=1;var i=Ky();function e(t){return i(2,t)}return dl=e,dl}var Xy=Jy();const mi=Hp(Xy);let xh=class{constructor({details:e,factory:t,options:r,results:n=[]}={}){this.details=e,this.factory=t,this.options=r,this.results=n,this._conforms=mi(()=>!this.results.some(s=>s.severity.equals(ae.Info)||s.severity.equals(ae.Violation)||s.severity.equals(ae.Warning))),this._ptr=mi(()=>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 Ks({dataset:this.factory.dataset(),factory:this.factory,terms:[this.factory.blankNode()]});e.addOut([kr.type],[ae.ValidationReport]).addOut([ae.conforms],[this.factory.literal(this.conforms.toString(),$c.boolean)]);for(const t of this.results)e.addOut([ae.result],[this.factory.blankNode()],r=>{t.build(r,this.options)});return e}coverage(){return this.results.flatMap(e=>e.coverage())}};function Qy(i,e){return Object.entries(e).reduce((t,[r,n])=>(n&&n.termType&&(n=Qt(n)),t.replace(`{$${r}}`,n).replace(`{?${r}}`,n)),i)}let Yy=class{constructor({args:e={},constraintComponent:t,factory:r,focusNode:n,message:s=[],path:o,results:a=[],severity:l,shape:c,source:d=[],value:f,valuePaths:g=[]}={}){this.args=e,this.constraintComponent=t,this.factory=r,this.focusNode=n,this.path=o||c.path,this.results=a,this.severity=l,this.shape=c,this.source=d,this.value=f,this.valuePaths=g,this._message=mi(()=>(this.shape.message.length>0&&(s=this.shape.message),s.length===0&&(s=this.shape.ptr.node([this.constraintComponent]).out([ae.message]).terms),s.map(y=>r.literal(Qy(y.value,e),y.language||null))))}get message(){return this._message()}build(e,{details:t}={}){e.addOut([kr.type],[ae.ValidationResult]).addOut([ae.focusNode],this.focusNode.terms).addOut([ae.resultSeverity],[this.severity]).addOut([ae.sourceConstraint],this.source).addOut([ae.sourceConstraintComponent],[this.constraintComponent]).addOut([ae.sourceShape],this.shape.ptr.terms),this.message&&e.addOut([ae.resultMessage],this.message);const r=n=>{if(n.quantifier==="one")return n.predicates.length>1?e.node([this.factory.blankNode()]).addList([ae.alternativePath],n.predicates):n.start==="object"?e.node([this.factory.blankNode()]).addOut([ae.inversePath],[n.predicates[0]]):e.node([n.predicates[0]]);if(n.quantifier==="oneOrMore")return e.node([this.factory.blankNode()]).addOut([ae.oneOrMorePath],[n.predicates[0]]);if(n.quantifier==="zeroOrMore")return e.node([this.factory.blankNode()]).addOut([ae.zeroOrMorePath],[n.predicates[0]]);if(n.quantifier==="zeroOrOne")return e.node([this.factory.blankNode()]).addOut([ae.zeroOrOnePath],[n.predicates[0]])};if(this.path&&(this.path.length===1?e.addOut([ae.resultPath],r(this.path[0]).terms):e.addList([ae.resultPath],this.path.map(n=>r(n).term))),typeof this.value<"u"&&e.addOut([ae.value],this.value.terms),t)for(const n of this.results)e.addOut([ae.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 Cc{constructor({factory:e,focusNode:t,options:r={debug:!1,details:!1},processed:n=new Set,report:s=new xh({factory:e,options:r}),results:o=new Map,shape:a,value:l,valueOrNode:c,valuePaths:d,values:f}={}){this.factory=e,this.focusNode=t,this.options=r,this.processed=n,this.report=s,this.results=o,this.shape=a,this.value=l,this.valuePaths=d,this.valueOrNode=c,this.values=f}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 Cc({factory:this.factory,focusNode:t,options:this.options,processed:this.processed,report:e?new xh({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`${Qt(e.ptr.term)} - ${Qt(this.focusNode.term)} - ${Dy(this.valuePaths)}`}result(e){const t=new Yy({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:Cl.Debug,constraintComponent:e,...t})}trace(e,t){this.options.trace&&this.result({severity:Cl.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||ae.Violation,...t})}}function Zy(){return{generic:eb()}}function eb(){return i=>{i.trace(Cl.TraversalConstraintComponent,{args:{},message:[i.factory.literal("Traversal")],value:i.valueOrNode})}}class tb{constructor(e){this.validations=new on(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(ae.property)&&(r=!0))}return t&&e.isPropertyShape&&!r&&n.add(Zy),[...n].map(s=>s(e)).filter(Boolean)}}var pr={},mr={},_n={},Eh;function Xf(){if(Eh)return _n;Eh=1,Object.defineProperty(_n,"__esModule",{value:!0}),_n.BlankNode=void 0;let i=class{constructor(t){this.termType="BlankNode",this.value=t}equals(t){return!!t&&t.termType==="BlankNode"&&t.value===this.value}};return _n.BlankNode=i,_n}var xn={},En={},Sh;function Qf(){if(Sh)return En;Sh=1,Object.defineProperty(En,"__esModule",{value:!0}),En.DefaultGraph=void 0;let i=class{constructor(){this.termType="DefaultGraph",this.value=""}equals(t){return!!t&&t.termType==="DefaultGraph"}};return En.DefaultGraph=i,i.INSTANCE=new i,En}var Sn={},kn={},kh;function Ac(){if(kh)return kn;kh=1,Object.defineProperty(kn,"__esModule",{value:!0}),kn.NamedNode=void 0;let i=class{constructor(t){this.termType="NamedNode",this.value=t}equals(t){return!!t&&t.termType==="NamedNode"&&t.value===this.value}};return kn.NamedNode=i,kn}var Ih;function Yf(){if(Ih)return Sn;Ih=1,Object.defineProperty(Sn,"__esModule",{value:!0}),Sn.Literal=void 0;const i=Ac();let e=class Bn{constructor(r,n){this.termType="Literal",this.value=r,typeof n=="string"?(this.language=n,this.datatype=Bn.RDF_LANGUAGE_STRING,this.direction=""):n?"termType"in n?(this.language="",this.datatype=n,this.direction=""):(this.language=n.language,this.datatype=n.direction?Bn.RDF_DIRECTIONAL_LANGUAGE_STRING:Bn.RDF_LANGUAGE_STRING,this.direction=n.direction||""):(this.language="",this.datatype=Bn.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 Sn.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"),Sn}var In={},Rh;function Zf(){if(Rh)return In;Rh=1,Object.defineProperty(In,"__esModule",{value:!0}),In.Quad=void 0;let i=class{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 In.Quad=i,In}var Rn={},Th;function ep(){if(Th)return Rn;Th=1,Object.defineProperty(Rn,"__esModule",{value:!0}),Rn.Variable=void 0;let i=class{constructor(t){this.termType="Variable",this.value=t}equals(t){return!!t&&t.termType==="Variable"&&t.value===this.value}};return Rn.Variable=i,Rn}var $h;function ib(){if($h)return xn;$h=1,Object.defineProperty(xn,"__esModule",{value:!0}),xn.DataFactory=void 0;const i=Xf(),e=Qf(),t=Yf(),r=Ac(),n=Zf(),s=ep();let o=0,a=class{constructor(c){this.blankNodeCounter=0,c=c||{},this.blankNodePrefix=c.blankNodePrefix||`df_${o++}_`}namedNode(c){return new r.NamedNode(c)}blankNode(c){return new i.BlankNode(c||`${this.blankNodePrefix}${this.blankNodeCounter++}`)}literal(c,d){return new t.Literal(c,d)}variable(c){return new s.Variable(c)}defaultGraph(){return e.DefaultGraph.INSTANCE}quad(c,d,f,g){return new n.Quad(c,d,f,g||this.defaultGraph())}fromTerm(c){switch(c.termType){case"NamedNode":return this.namedNode(c.value);case"BlankNode":return this.blankNode(c.value);case"Literal":return c.language?this.literal(c.value,c.language):c.datatype.equals(t.Literal.XSD_STRING)?this.literal(c.value):this.literal(c.value,this.fromTerm(c.datatype));case"Variable":return this.variable(c.value);case"DefaultGraph":return this.defaultGraph();case"Quad":return this.quad(this.fromTerm(c.subject),this.fromTerm(c.predicate),this.fromTerm(c.object),this.fromTerm(c.graph))}}fromQuad(c){return this.fromTerm(c)}resetBlankNodeCounter(){this.blankNodeCounter=0}};return xn.DataFactory=a,xn}var Ch;function rb(){return Ch||(Ch=1,function(i){var e=mr&&mr.__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=mr&&mr.__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(Xf(),i),t(ib(),i),t(Qf(),i),t(Yf(),i),t(Ac(),i),t(Zf(),i),t(ep(),i)}(mr)),mr}var gr={},Tn={},$n={},Ah;function Kr(){if(Ah)return $n;Ah=1,Object.defineProperty($n,"__esModule",{value:!0}),$n.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 $n.Translator=i,$n}var Nh;function nb(){if(Nh)return Tn;Nh=1,Object.defineProperty(Tn,"__esModule",{value:!0}),Tn.TypeHandlerBoolean=void 0;const i=Kr();let e=class tp{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(tp.TYPE))}};return Tn.TypeHandlerBoolean=e,e.TYPE="http://www.w3.org/2001/XMLSchema#boolean",Tn}var Cn={},Lh;function sb(){if(Lh)return Cn;Lh=1,Object.defineProperty(Cn,"__esModule",{value:!0}),Cn.TypeHandlerDate=void 0;const i=Kr();let e=class Al{fromRdf(r,n){switch(n&&!r.value.match(Al.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(Al.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 Cn.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]$/},Cn}var An={},Dh;function ob(){if(Dh)return An;Dh=1,Object.defineProperty(An,"__esModule",{value:!0}),An.TypeHandlerNumberDouble=void 0;const i=Kr();let e=class ip{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(ip.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 An.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"],An}var Nn={},Oh;function ab(){if(Oh)return Nn;Oh=1,Object.defineProperty(Nn,"__esModule",{value:!0}),Nn.TypeHandlerNumberInteger=void 0;const i=Kr();let e=class Fn{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<=Fn.MAX_INT&&r>=Fn.MIN_INT?s.namedNode(Fn.TYPES[0]):s.namedNode(Fn.TYPES[1])))}};return Nn.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,Nn}var Ln={},Mh;function lb(){if(Mh)return Ln;Mh=1,Object.defineProperty(Ln,"__esModule",{value:!0}),Ln.TypeHandlerString=void 0;let i=class{fromRdf(t){return t.value}toRdf(t,{datatype:r,dataFactory:n}){return n.literal(t,r)}};return Ln.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"],Ln}var Ph;function jh(){return Ph||(Ph=1,function(i){var e=gr&&gr.__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=gr&&gr.__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(nb(),i),t(sb(),i),t(ob(),i),t(ab(),i),t(lb(),i)}(gr)),gr}var ul={},Bh;function cb(){return Bh||(Bh=1,Object.defineProperty(ul,"__esModule",{value:!0})),ul}var Fh;function db(){return Fh||(Fh=1,function(i){var e=pr&&pr.__createBinding||(Object.create?function(y,b,_,E){E===void 0&&(E=_);var S=Object.getOwnPropertyDescriptor(b,_);(!S||("get"in S?!b.__esModule:S.writable||S.configurable))&&(S={enumerable:!0,get:function(){return b[_]}}),Object.defineProperty(y,E,S)}:function(y,b,_,E){E===void 0&&(E=_),y[E]=b[_]}),t=pr&&pr.__exportStar||function(y,b){for(var _ in y)_!=="default"&&!Object.prototype.hasOwnProperty.call(b,_)&&e(b,y,_)};Object.defineProperty(i,"__esModule",{value:!0}),i.fromRdf=l,i.toRdf=c,i.getTermRaw=d,i.getSupportedRdfDatatypes=f,i.getSupportedJavaScriptPrimitives=g;const r=rb(),n=jh(),s=Kr();t(jh(),i),t(cb(),i),t(Kr(),i);const o=new r.DataFactory,a=new s.Translator;a.registerHandler(new n.TypeHandlerString,n.TypeHandlerString.TYPES.map(y=>o.namedNode(y)),["string"]),a.registerHandler(new n.TypeHandlerBoolean,[n.TypeHandlerBoolean.TYPE].map(y=>o.namedNode(y)),["boolean"]),a.registerHandler(new n.TypeHandlerNumberDouble,n.TypeHandlerNumberDouble.TYPES.map(y=>o.namedNode(y)),["number"]),a.registerHandler(new n.TypeHandlerNumberInteger,n.TypeHandlerNumberInteger.TYPES.map(y=>o.namedNode(y)),["number"]),a.registerHandler(new n.TypeHandlerDate,n.TypeHandlerDate.TYPES.map(y=>o.namedNode(y)),["object"]);function l(y,b){return a.fromRdf(y,b)}function c(y,b){return b&&"namedNode"in b&&(b={dataFactory:b}),b=b||{},b&&!b.dataFactory&&(b.dataFactory=o),a.toRdf(y,b)}function d(y,b){return y.termType==="Literal"?l(y,b):y.value}function f(){return a.getSupportedRdfDatatypes()}function g(){return a.getSupportedJavaScriptPrimitives()}}(pr)),pr}var rs=db();function qh(i){if(i.term.termType!=="BlankNode")return{quantifier:"one",start:"subject",end:"object",predicates:[i.term]};const e=i.out([ae.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([ae.inversePath]);if(t.term)return{quantifier:"one",start:"object",end:"subject",predicates:[t.term]};const r=i.out([ae.oneOrMorePath]);if(r.term)return{quantifier:"oneOrMore",start:"subject",end:"object",predicates:[r.term]};const n=i.out([ae.zeroOrMorePath]);if(n.term)return{quantifier:"zeroOrMore",start:"subject",end:"object",predicates:[n.term]};const s=i.out([ae.zeroOrOnePath]);if(s.term)return{quantifier:"zeroOrOne",start:"subject",end:"object",predicates:[s.term]}}function ub(i){return i.terms.length===0?null:i.ptrs[0].isList()?[...i.list()].map(e=>qh(e)):[qh(i)]}class hb{constructor(e){this.shape=e,this._compiled=mi(()=>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 ai(t.terms)),n=[...t].reduce((o,a)=>{const l=a.term,c=t.node([l]);return o.has(l)||o.set(l,{value:c,valuePaths:[]}),o.get(l).valuePaths.push(a),o},new on).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 l=e.create({shape:this.shape,value:o,valueOrNode:o,valuePaths:a});for(const c of this.compiled)c.generic&&await c.generic(l)}}}function Nl(i){const e=new ai,r=new Ks({dataset:i.dataset,terms:i.terms}).execute({quantifier:"zeroOrMore",start:"object",end:"subject",predicates:[Ny.subClassOf]});for(const n of r.ptrs)for(const{term:s}of n.nodes())e.add(s);return e}class fb{constructor(e){this.targetClass=new ai([...Nl(e.hasOut([kr.type],[ae.NodeShape])),...Nl(e.out([ae.targetClass]))]),this.targetNode=e.out([ae.targetNode]).terms,this.targetObjectsOf=e.out([ae.targetObjectsOf]).terms,this.targetSubjectsOf=e.out([ae.targetSubjectsOf]).terms}resolve(e){const t=e.focusNode.node([null]),r=[...e.focusNode.hasOut([kr.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 ai(n.terms)])}}class pb{constructor(e,{validator:t}){this.ptr=e,this.validator=t,this._deactivated=mi(()=>{const r=this.ptr.out([ae.deactivated]).term;return r&&rs.fromRdf(r)}),this._message=mi(()=>this.ptr.out([ae.message]).terms),this._path=mi(()=>ub(this.ptr.out([ae.path]))),this._severity=mi(()=>this.ptr.out([ae.severity]).term),this._shapeValidator=mi(()=>new hb(this)),this._sparql=mi(()=>this.ptr.out([ae.sparql])),this._targetResolver=mi(()=>new fb(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 mb(i){const e=parseInt(i.ptr.out([ae.maxCount]).value);return{property:gb(e)}}function gb(i){return e=>{e.test(e.values.terms.length<=i,ae.MaxCountConstraintComponent,{args:{maxCount:i},message:[e.factory.literal("More than {$maxCount} values")]})}}function yb(i){const e=parseInt(i.ptr.out([ae.minCount]).value);return{property:bb(e)}}function bb(i){return e=>{e.test(e.values.terms.length>=i,ae.MinCountConstraintComponent,{args:{minCount:i},message:[e.factory.literal("Less than {$minCount} values")]})}}async function vb(i,e){for(const t of i)if(!await e(t))return!1;return!0}async function wb(i,e){return(await Promise.all(i.map(t=>e(t)))).filter(Boolean)}async function yo(i,e){return Promise.all(i.map(e))}async function _b(i,e){for(const t of i)if(await e(t))return!0;return!1}function xb(i){const e=[...i.ptr.out([ae.and])].flatMap(t=>[...t.list()]).map(t=>i.validator.shape(t));return{generic:Eb(e)}}function Eb(i){return async e=>{const t=await yo(i,async n=>(await n.validate(e.create({child:!0,focusNode:e.valueOrNode}))).report),r=t.every(n=>n.conforms);e.test(r,ae.AndConstraintComponent,{results:t.flatMap(n=>n.results),value:e.valueOrNode})}}function Sb(i){const e=i.validator.shape(i.ptr.out([ae.not]));return{generic:kb(e)}}function kb(i){return async e=>{const t=(await i.validate(e.create({child:!0,focusNode:e.valueOrNode}))).report,r=!t.conforms;e.test(r,ae.NotConstraintComponent,{args:{not:i.ptr.term},message:[e.factory.literal("Value does have shape {$not}")],results:t.results,value:e.valueOrNode})}}function Ib(i){const e=[...i.ptr.out([ae.or])].flatMap(t=>[...t.list()]).map(t=>i.validator.shape(t));return{generic:Rb(e)}}function Rb(i){return async e=>{let t=[],r;if(e.options.debug||e.options.details){const n=await yo(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 _b(i,async n=>(await n.validate(e.create({child:!0,focusNode:e.valueOrNode}))).report.conforms);e.test(r,ae.OrConstraintComponent,{results:t,value:e.valueOrNode})}}function Tb(i){const e=[...i.ptr.out([ae.xone])].flatMap(t=>[...t.list()]).map(t=>i.validator.shape(t));return{generic:$b(e)}}function $b(i){return async e=>{const t=await yo(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,ae.XoneConstraintComponent,{results:t.flatMap(n=>n.results),value:e.valueOrNode})}}function Cb(i){if(!rs.fromRdf(i.ptr.out([ae.closed]).term))return null;const t=i.ptr.out([ae.property]).map(s=>i.validator.shape(s)),r=new ai(t.filter(s=>!s.deactivated).map(s=>s.path[0].predicates[0])),n=new ai([...i.ptr.out([ae.ignoredProperties]).list()||[]].map(s=>s.term));return{node:Ab(r,n)}}function Ab(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(ae.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(ae.ClosedConstraintComponent)}}function Nb(i){const e=i.ptr.out([ae.hasValue]).term;return{node:Lb(e),property:Db(e)}}function Lb(i){return e=>{e.test(i.equals(e.valueOrNode.term),ae.HasValueConstraintComponent,{args:{hasValue:i},message:[e.factory.literal("Value must be {$hasValue}")]})}}function Db(i){return e=>{const t=[...e.values].some(r=>i.equals(r.term));e.test(t,ae.HasValueConstraintComponent,{args:{hasValue:i},message:[e.factory.literal("Missing expected value {$hasValue}")]})}}function Ob(i){const e=new ai([...i.ptr.out([ae.in]).list()].map(t=>t.term));return{generic:Mb(e)}}function Mb(i){return e=>{e.test(i.has(e.valueOrNode.term),ae.InConstraintComponent,{args:{in:[...i].map(t=>t.value).join(", ")},message:[e.factory.literal("Value is not in {$in}")],value:e.valueOrNode})}}function an(i,e){if(!i||i.termType!=="Literal"||!e||e.termType!=="Literal"||Uh(i)!==Uh(e))return null;const t=rs.fromRdf(i),r=rs.fromRdf(e);return typeof t!=typeof r?null:typeof t=="string"?t.localeCompare(r):t-r}function Uh(i){const e=/^.*(((\+|-)\d{2}:\d{2})|Z)$/;return $c.dateTime.equals(i.datatype)&&e.test(i.value)}function Pb(i){const e=i.ptr.out([ae.disjoint]).term;return{generic:jb(e)}}function jb(i){return e=>{const t=e.focusNode.dataset.match(e.focusNode.term,i,e.valueOrNode.term);e.test(t.size===0,ae.DisjointConstraintComponent,{args:{disjoint:i},message:[e.factory.literal("Value node must not also be one of the values of {$disjoint}")],value:e.valueOrNode})}}function Bb(i){const e=i.ptr.out([ae.equals]).term;return{node:Fb(e),property:qb(e)}}function Fb(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,ae.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 qb(i){return e=>{const t=new ai(e.focusNode.out([i]).terms),r=new ai(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(ae.EqualsConstraintComponent,{args:{equals:i},message:[e.factory.literal("Must have same values as {$equals}")],value:e.focusNode.node([a])});o.length===0&&e.debug(ae.EqualsConstraintComponent,{args:{equals:i},message:[e.factory.literal("Must have same values as {$equals}")]})}}function Ub(i){const e=i.ptr.out([ae.lessThan]).term;return{property:Vb(e)}}function Vb(i){return e=>{const t=e.focusNode.out([i]).terms;for(const r of e.values)for(const n of t){const s=an(r.term,n);s===null||s>=0?e.violation(ae.LessThanConstraintComponent,{args:{lessThan:i},message:[e.factory.literal("Value is not less than value of {$lessThan}")],value:r}):e.debug(ae.LessThanConstraintComponent,{args:{lessThan:i},message:[e.factory.literal("Value is not less than value of {$lessThan}")],value:r})}}}function zb(i){const e=i.ptr.out([ae.lessThanOrEquals]).term;return{property:Hb(e)}}function Hb(i){return e=>{const t=e.focusNode.out([i]).terms;for(const r of e.values)for(const n of t){const s=an(r.term,n);s===null||s>0?e.violation(ae.LessThanOrEqualsConstraintComponent,{args:{lessThanOrEquals:i},message:[e.factory.literal("Value is not less than or equal to value of {$lessThanOrEquals}")],value:r}):e.debug(ae.LessThanOrEqualsConstraintComponent,{args:{lessThanOrEquals:i},message:[e.factory.literal("Value is not less than or equal to value of {$lessThanOrEquals}")],value:r})}}}function Wb(i){const e=i.ptr.out([ae.maxExclusive]).term;return{generic:Gb(e)}}function Gb(i){return e=>{const t=an(e.valueOrNode.term,i);e.test(t!==null&&t<0,ae.MaxExclusiveConstraintComponent,{args:{maxExclusive:i},message:[e.factory.literal("Value is not less than {$maxExclusive}")],value:e.valueOrNode})}}function Kb(i){const e=i.ptr.out([ae.maxInclusive]).term;return{generic:Jb(e)}}function Jb(i){return e=>{const t=an(e.valueOrNode.term,i);e.test(t!==null&&t<=0,ae.MaxInclusiveConstraintComponent,{args:{maxInclusive:i},message:[e.factory.literal("Value is not less than or equal to {$maxInclusive}")],value:e.valueOrNode})}}function Xb(i){const e=i.ptr.out([ae.minExclusive]).term;return{generic:Qb(e)}}function Qb(i){return e=>{const t=an(e.valueOrNode.term,i);e.test(t!==null&&t>0,ae.MinExclusiveConstraintComponent,{args:{minExclusive:i},message:[e.factory.literal("Value is not greater than {$minExclusive}")],value:e.valueOrNode})}}function Yb(i){const e=i.ptr.out([ae.minInclusive]).term;return{generic:Zb(e)}}function Zb(i){return e=>{const t=an(e.valueOrNode.term,i);e.test(t!==null&&t>=0,ae.MinInclusiveConstraintComponent,{args:{minInclusive:i},message:[e.factory.literal("Value is not greater than or equal to {$minInclusive}")],value:e.valueOrNode})}}function ev(i){const e=[...i.ptr.out([ae.node])].map(t=>i.validator.shape(t));return{generic:tv(e)}}function tv(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,ae.NodeConstraintComponent,{args:{node:t.ptr.term},message:[e.factory.literal("Value does not have shape {$node}")],results:r.report.results,value:e.valueOrNode})}}}function iv(i){const e=[...i.ptr.out([ae.property])].map(t=>i.validator.shape(t));return{generic:rv(e)}}function rv(i){return async e=>{const t=e.create({focusNode:e.valueOrNode});for(const r of i)await r.validate(t)}}function nv(i){const e=i.validator.shape(i.ptr.out([ae.qualifiedValueShape])),t=i.ptr.out([ae.qualifiedValueShapesDisjoint]).term,r=t?rs.fromRdf(t):!1,n=i.ptr.out([ae.qualifiedMaxCount]).term,s=n?parseInt(n.value):null,o=i.ptr.out([ae.qualifiedMinCount]).term,a=o?parseInt(o.value):null;return{property:sv(e,r,s,a)}}function sv(i,e,t,r){return async n=>{const s=[];let o=[];e&&(o=new Set(n.shape.ptr.in([ae.property]).out([ae.property]).out([ae.qualifiedValueShape]).filter(l=>!l.term.equals(i.ptr.term)).map(l=>n.shape.validator.shape(l))));const a=(await wb(n.values,async l=>{const c=(await i.validate(n.create({child:!0,focusNode:l}))).report;if(s.push(c.results),!c.conforms)return!1;if(o.length===0)return!0;if(n.options.debug||n.options.details){const d=await yo([...o],async f=>(await f.validate(n.create({child:!0,focusNode:l}))).report);return s.push(d.flatMap(f=>f.results)),!d.every(f=>f.conforms)}else return!await vb([...o],async d=>(await d.validate(n.create({child:!0,focusNode:l}))).report.conforms)})).length;t!==null&&n.test(a<=t,ae.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,ae.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 ov(i,e){return e?e.slice(0,i.length)===i:!1}function av(i){const e=[...new Set([...i.ptr.out([ae.languageIn]).list()].map(t=>t.value))];return{generic:lv(e)}}function lv(i){return e=>{const t=i.some(r=>ov(r,e.valueOrNode.term.language));e.test(t,ae.LanguageInConstraintComponent,{args:{languageIn:i.join(", ")},message:[e.factory.literal("Language does not match any of {$languageIn}")],value:e.valueOrNode})}}function cv(i){const e=parseInt(i.ptr.out([ae.maxLength]).value);return{generic:dv(e)}}function dv(i){return e=>{const t=e.valueOrNode.term.termType!=="BlankNode"&&e.valueOrNode.value.length<=i;e.test(t,ae.MaxLengthConstraintComponent,{args:{maxLength:i},message:[e.factory.literal("Value has more than {$maxLength} characters")],value:e.valueOrNode})}}function uv(i){const e=parseInt(i.ptr.out([ae.minLength]).value);return{generic:hv(e)}}function hv(i){return e=>{const t=e.valueOrNode.term.termType!=="BlankNode"&&e.valueOrNode.value.length>=i;e.test(t,ae.MinLengthConstraintComponent,{args:{minLength:i},message:[e.factory.literal("Value has less than {$minLength} characters")],value:e.valueOrNode})}}function fv(i){const e=i.ptr.out([ae.pattern]).value,t=i.ptr.out([ae.flags]).value,r=new RegExp(e,t);return{generic:pv(e,t,r)}}function pv(i,e,t){return r=>{r.test(t.test(r.valueOrNode.term.value),ae.PatternConstraintComponent,{args:{flags:e,pattern:i},message:[r.factory.literal('Value does not match pattern "{$pattern}"')],value:r.valueOrNode})}}function mv(i){const e=i.ptr.out([ae.uniqueLang]).term;return e.value==="true"&&$c.boolean.equals(e.datatype)?{property:gv()}:null}function gv(){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(ae.UniqueLangConstraintComponent,{args:{lang:r},message:[i.factory.literal('Language "{?lang}" used more than once')]});t.length===0&&i.debug(ae.UniqueLangConstraintComponent)}}const Fs=ui("http://www.w3.org/ns/shacl#"),rp=ui("https://schemas.link/shacl-next#");class Jr{constructor({results:e=[]}={}){this.results=e}get conforms(){return!this.results.some(e=>e.severity.equals(Fs.Info)||e.severity.equals(Fs.Violation)||e.severity.equals(Fs.Warning))}}function yv(i,e){return Object.entries(e).reduce((t,[r,n])=>(n&&n.termType&&(n=Qt(n)),t.replace(`{$${r}}`,n).replace(`{?${r}}`,n)),i)}class Js{constructor({args:e={},factory:t,message:r=[],severity:n=Fs.Violation}={}){this.severity=n,this.message=r.map(s=>t.literal(yv(s.value,e),s.language||null))}}class Nc{constructor({factory:e=Tc}={}){this.factory=e}clone({factory:e}={}){return new Nc({factory:e||this.factory})}validate(){return new Jr}validateSimple(){return!0}}class ln extends Nc{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 ln({datatypes:this.datatypes,factory:e||this.factory})}}class bv{constructor({factory:e=Tc,validations:t}={}){if(this.factory=e,this.validations=new on,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 Jr}validateSimple(e){const t=this.validations.get(e.datatype);return t?t.validateSimple(e):!0}}class Ze extends ln{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 Ze(this.patterns,this.datatypes,{factory:e||this.factory})}validate(e){const t=this.patterns.map(r=>{let n;r.test(e.value)&&(n=rp.Debug);const s={pattern:this.factory.literal(r.toString()),this:e};return new Js({args:s,factory:this.factory,message:this.message,severity:n})});return new Jr({results:t})}validateSimple(e){return this.patterns.every(t=>t.test(e.value))}}const vv=/^([-+]?[0-9]+)$/;class Bt extends Ze{constructor(e=null,t=null,r,{factory:n}={}){super(vv,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 Bt(this.minInclusive?.toString(),this.maxInclusive?.toString(),this.datatypes,{factory:e||this.factory})}validate(e){const t=super.validate(e).results;if(!rp.Debug.equals(t[0].severity))return new Jr({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 Js({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 Js({factory:this.factory,message:s}))}return new Jr({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 Lc extends ln{constructor(e,t,{factory:r}={}){super({datatypes:t,factory:r}),this.values=new Set(e)}clone({factory:e}={}){return new Lc(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 Js({factory:this.factory,message:n}))}return new Jr({results:t})}validateSimple(e){return this.values.has(e.value)}}const Fe={xsd:ui("http://www.w3.org/2001/XMLSchema#")},wv=new ln({datatypes:Fe.xsd.anySimpleType}),_v=new ln({datatypes:Fe.xsd.anyAtomicType}),bo=/^([^\ud8ff-\udfff\ufffe-\uffff]*)$/,xv=/^((\+|-)?([0-9]+(\.[0-9]*)?|\.[0-9]+))$/,np=/^((\+|-)?([0-9]+(\.[0-9]*)?|\.[0-9]+)([Ee](\+|-)?[0-9]+)?|(\+|-)?INF|NaN)$/,Dc=/^(-?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)))))$/,sp=/^(-?([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))?)$/,Ev=/^((([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))?)$/,Sv=/^(-?([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))?)$/,kv=/^(-?([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))?)$/,Iv=/^(-?([1-9][0-9]{3,}|0[0-9]{3})(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?)$/,Rv=/^(--(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))?)$/,Tv=/^(---(0[1-9]|[12][0-9]|3[01])(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?)$/,$v=/^(--(0[1-9]|1[0-2])(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?)$/,Cv=/^(([0-9a-fA-F]{2})*)$/,Av=/^(((([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] ?= ?=))?)$/,Nv=new Ze(bo,Fe.xsd.string),Lv=new Lc(["1","true","0","false"],Fe.xsd.boolean),Dv=new Ze(xv,Fe.xsd.decimal),Ov=new Ze(np,Fe.xsd.float),Mv=new Ze(np,Fe.xsd.double),Pv=new Ze(Dc,Fe.xsd.duration),jv=new Ze(sp,Fe.xsd.dateTime),Bv=new Ze(Ev,Fe.xsd.time),Fv=new Ze(Sv,Fe.xsd.date),qv=new Ze(kv,Fe.xsd.gYearMonth),Uv=new Ze(Iv,Fe.xsd.gYear),Vv=new Ze(Rv,Fe.xsd.gMonthDay),zv=new Ze(Tv,Fe.xsd.gDay),Hv=new Ze($v,Fe.xsd.gMonth),Wv=new Ze(Cv,Fe.xsd.hexBinary),Gv=new Ze(Av,Fe.xsd.base64Binary),Kv=new Ze(bo,Fe.xsd.anyURI),op=/^([^\u000d\u000a\u0009]*)$/,Jv=/^([^ ]+( [^ ]+)*)*$/,Xv=/^([a-zA-Z]{1,8}(-[a-zA-Z0-9]{1,8})*)$/,Qv=/^([^DT]*)$/,Yv=/^([^YM]*[DT].*)$/,Zv=/^(.*(Z|(\+|-)[0-9][0-9]:[0-9][0-9]))$/,e0=new Ze([bo,op],Fe.xsd.normalizedString),t0=new Ze([bo,op,Jv],Fe.xsd.token),i0=new Ze(Xv,Fe.xsd.language),r0=new Bt(null,null,Fe.xsd.integer),n0=new Bt(null,"0",Fe.xsd.nonPositiveInteger),s0=new Bt(null,"-1",Fe.xsd.negativeInteger),o0=new Bt("-9223372036854775808","9223372036854775807",Fe.xsd.long),a0=new Bt("-2147483648","2147483647",Fe.xsd.int),l0=new Bt("-32768","32767",Fe.xsd.short),c0=new Bt("-128","127",Fe.xsd.byte),d0=new Bt("0",null,Fe.xsd.nonNegativeInteger),u0=new Bt("0","18446744073709551615",Fe.xsd.unsignedLong),h0=new Bt("0","4294967295",Fe.xsd.unsignedInt),f0=new Bt("0","65535",Fe.xsd.unsignedShort),p0=new Bt("0","255",Fe.xsd.unsignedByte),m0=new Bt("1",null,Fe.xsd.positiveInteger),g0=new Ze([Dc,Qv],Fe.xsd.yearMonthDuration),y0=new Ze([Dc,Yv],Fe.xsd.dayTimeDuration),b0=new Ze([sp,Zv],Fe.xsd.dateTimeStamp),v0=Object.freeze(Object.defineProperty({__proto__:null,anyAtomicType:_v,anySimpleType:wv,anyURI:Kv,base64Binary:Gv,boolean:Lv,byte:c0,date:Fv,dateTime:jv,dateTimeStamp:b0,dayTimeDuration:y0,decimal:Dv,double:Mv,duration:Pv,float:Ov,gDay:zv,gMonth:Hv,gMonthDay:Vv,gYear:Uv,gYearMonth:qv,hexBinary:Wv,int:a0,integer:r0,language:i0,long:o0,negativeInteger:s0,nonNegativeInteger:d0,nonPositiveInteger:n0,normalizedString:e0,positiveInteger:m0,short:l0,string:Nv,time:Bv,token:t0,unsignedByte:p0,unsignedInt:h0,unsignedLong:u0,unsignedShort:f0,yearMonthDuration:g0},Symbol.toStringTag,{value:"Module"}));class w0 extends bv{constructor({factory:e}={}){super({factory:e,validations:{...v0}})}}const _0=new on([[ae.BlankNode,new Set(["BlankNode"])],[ae.BlankNodeOrIRI,new Set(["BlankNode","NamedNode"])],[ae.BlankNodeOrLiteral,new Set(["BlankNode","Literal"])],[ae.IRI,new Set(["NamedNode"])],[ae.IRIOrLiteral,new Set(["NamedNode","Literal"])],[ae.Literal,new Set(["Literal"])]]);function x0(i){const e=i.ptr.out([ae.class]).map(t=>Nl(t));return{generic:E0(e)}}function E0(i){return e=>{const t=new ai(e.valueOrNode.out([kr.type]).terms);for(const r of i){const n=[...t].some(s=>r.has(s));e.test(n,ae.ClassConstraintComponent,{value:e.valueOrNode})}}}function S0(i){const e=i.ptr.out([ae.datatype]).term,t=new w0;return{generic:k0(e,t)}}function k0(i,e){return t=>{const r=i.equals(t.valueOrNode.term.datatype)&&e.validateSimple(t.valueOrNode.term);t.test(r,ae.DatatypeConstraintComponent,{args:{datatype:i},message:[t.factory.literal("Value does not have datatype {$datatype}")],value:t.valueOrNode})}}function I0(i){const e=i.ptr.out([ae.nodeKind]).term,t=_0.get(e);return{generic:R0(e,t)}}function R0(i,e){return t=>{t.test(e.has(t.valueOrNode.term.termType),ae.NodeKindConstraintComponent,{args:{nodeKind:i},message:[t.factory.literal("Value does not have node kind {$nodeKind}")],value:t.valueOrNode})}}const T0=new on([[ae.maxCount,mb],[ae.minCount,yb],[ae.and,xb],[ae.not,Sb],[ae.or,Ib],[ae.xone,Tb],[ae.closed,Cb],[ae.hasValue,Nb],[ae.in,Ob],[ae.disjoint,Pb],[ae.equals,Bb],[ae.lessThan,Ub],[ae.lessThanOrEquals,zb],[ae.maxExclusive,Wb],[ae.maxInclusive,Kb],[ae.minExclusive,Xb],[ae.minInclusive,Yb],[ae.node,ev],[ae.property,iv],[ae.qualifiedValueShape,nv],[ae.languageIn,av],[ae.maxLength,cv],[ae.minLength,uv],[ae.pattern,fv],[ae.uniqueLang,mv],[ae.class,x0],[ae.datatype,S0],[ae.nodeKind,I0]]);class $0{constructor(e,{factory:t,...r}){if(this.factory=t,this.options=r,this.registry=new tb(T0),this.shapesPtr=new Ks({dataset:e,factory:t}),this.shapes=new on,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([ae.targetClass]),...this.shapesPtr.hasOut([ae.targetNode]),...this.shapesPtr.hasOut([ae.targetObjectsOf]),...this.shapesPtr.hasOut([ae.targetSubjectsOf]),...this.shapesPtr.hasOut([kr.type],[ae.NodeShape]),...this.shapesPtr.hasOut([kr.type],[ae.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 pb(e,{validator:this}),this.shapes.set(e.term,t)),t}async validate(e,t){const r=new Ks({...e,factory:this.factory}),n=new Cc({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 l of a)await s.validate(o.create({focusNode:l}))}return n.report}}let C0=class extends HTMLElement{constructor(e){super(),this.shape=null,this.attachShadow({mode:"open"}),this.form=document.createElement("form"),this.config=new Qu(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 Qu.dataAttributes()}connectedCallback(){this.shadowRoot.prepend(this.form)}attributeChangedCallback(){this.config.updateAttributes(this),this.initialize()}initialize(){clearTimeout(this.initDebounceTimeout),this.initDebounceTimeout=setTimeout(async()=>{this.form.replaceChildren(document.createTextNode(this.config.attributes.loading));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 Fm())r.stylesheet&&t.push(r.stylesheet);if(this.shadowRoot.adoptedStyleSheets=t,this.shape=new tr(e,this.config,this.config.attributes.valuesSubject?Ve.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=>{s?.conforms?this.dispatchEvent(new Event("submit",{bubbles:!0,cancelable:!0})):this.form.querySelector(":scope .invalid > .editor")?.focus()})}),this.form.appendChild(r)}this.config.attributes.valuesSubject&&this.removeFromDataGraph(Ve.namedNode(this.config.attributes.valuesSubject)),await this.validate(!0)}}else if(this.config.store.countQuads(null,null,null,Vs)>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)}},200)}serialize(e="text/turtle",t=this.toRDF()){const r=t.getQuads(null,null,null,null);return Mm(r,e,this.config.prefixes)}toRDF(e=new Rt){return this.shape?.toRDF(e),e}registerPlugin(e){Bm(e),this.initialize()}setTheme(e){this.config.theme=e,this.initialize()}setSharedShapesGraph(e){gy(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?.toRDF(this.config.store),this.shape&&this.config.store.add(new so(this.shape.shaclSubject,Ve.namedNode(Ae+"targetNode"),this.shape.nodeId,this.config.valuesGraphId));try{const t=this.config.store,r=await new $0(t,{details:!0,factory:Ve}).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 l=this.form.querySelectorAll(`:scope shacl-node[data-node-id='${o.id}'] > shacl-property > .property-instance[data-path='${a.id}'] > .editor, :scope shacl-node[data-node-id='${o.id}'] > .shacl-group > shacl-property > .property-instance[data-path='${a.id}'] > .editor`);l.length===0&&(l=this.form.querySelectorAll(`:scope [data-node-id='${o.id}'] > * > [data-path='${a.id}']`));for(const c of l)if(c.classList.contains("editor")){if(!e||c.value){let d=c.parentElement;d.classList.add("invalid"),d.classList.remove("valid"),d.appendChild(this.createValidationErrorDisplay(n));do d.classList.contains("collapsible")&&d.classList.add("open"),d=d.parentElement;while(d)}}else e||(c.classList.add("invalid"),c.classList.remove("valid"),c.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+`
346
- `;else r.title=e.sourceConstraintComponent?.value;return r}findRootShaclShapeSubject(){let e=null;if(this.config.attributes.shapeSubject){if(e=Ve.namedNode(this.config.attributes.shapeSubject),this.config.store.getQuads(e,xt,Rs,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,ki)>0){const t=Ve.namedNode(this.config.attributes.valuesSubject),r=[...this.config.store.getQuads(t,xt,null,ki),...this.config.store.getQuads(t,El,null,ki)];if(r.length===0){console.warn(`value subject '${this.config.attributes.valuesSubject}' has neither ${xt.id} nor ${El.id} statement`);return}for(const n of r)if(this.config.store.getQuads(n.object,xt,Rs,null).length>0){e=n.object;break}if(!e){const n=this.config.store.getQuads(null,Zn,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,xt,Rs,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,xt,Rs,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,ki))this.config.store.delete(t),(t.object.termType==="NamedNode"||t.object.termType==="BlankNode")&&this.removeFromDataGraph(t.object)}};function Vh(i){return i!==null&&typeof i=="object"&&"constructor"in i&&i.constructor===Object}function Oc(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]:Vh(e[r])&&Vh(i[r])&&Object.keys(e[r]).length>0&&Oc(i[r],e[r])})}const ap={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 zt(){const i=typeof document<"u"?document:{};return Oc(i,ap),i}const A0={document:ap,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 or(){const i=typeof window<"u"?window:{};return Oc(i,A0),i}const N0=i=>i?.nodeName.toLowerCase()??"",ps=(i,e)=>i?.nodeName.toLowerCase()===e.toLowerCase(),dt=i=>typeof i=="function",ut=i=>typeof i=="string",vo=i=>typeof i=="number",L0=i=>typeof i=="boolean",at=i=>typeof i>"u",Mc=i=>i===null,Pc=i=>typeof Window<"u"&&i instanceof Window,jc=i=>typeof Document<"u"&&i instanceof Document,qi=i=>typeof Element<"u"&&i instanceof Element,D0=i=>typeof Node<"u"&&i instanceof Node,Fr=i=>!dt(i)&&!Pc(i)&&vo(i.length),Pi=i=>typeof i=="object"&&i!==null,Xs=i=>jc(i)?i.documentElement:i,wo=i=>i.replace(/-([a-z])/g,(e,t)=>t.toUpperCase()),lp=i=>i&&i.replace(/^./,i[0].toLowerCase()).replace(/[A-Z]/g,e=>"-"+e.toLowerCase()),cp=()=>!1,rt=(i,e)=>{for(let t=0;t<i.length;t+=1)if(e.call(i[t],i[t],t)===!1)return i;return i},Nt=(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 Tt{constructor(e){return this.length=0,e?(rt(e,(t,r)=>{this[r]=t}),this.length=e.length,this):this}}const Qs=(i=zt())=>/complete|interactive/.test(i.readyState),_o=i=>zt().createElement(i),Bc=(i,e)=>i.appendChild(e),Fc=i=>i.parentNode?i.parentNode.removeChild(i):i,dp=(i,e)=>{const t=_o(e);return t.innerHTML=i,[].slice.call(t.childNodes)},O0=()=>{const i=function(e){if(!e)return new Tt;if(e instanceof Tt)return e;if(dt(e)){const t=zt();return Qs(t)?e.call(t,i):t.addEventListener("DOMContentLoaded",()=>e.call(t,i),{once:!0}),new Tt([t])}if(ut(e)){const t=e.trim();if(t.startsWith("<")&&t.endsWith(">")){let n="div";return Nt({li:"ul",tr:"tbody",td:"tr",th:"tr",tbody:"table",option:"select"},(o,a)=>{if(t.startsWith(`<${o}`))return n=a,!1}),new Tt(dp(t,n))}const r=zt();return new Tt(r.querySelectorAll(e))}return Fr(e)&&!D0(e)?new Tt(e):new Tt([e])};return i.fn=Tt.prototype,i},se=O0(),qc=(i,e)=>(rt(e,t=>{i.push(t)}),i),ms=i=>[...new Set(i)];se.fn.get=function(i){return i===void 0?[].slice.call(this):this[i>=0?i:i+this.length]};se.fn.add=function(i){return new Tt(ms(qc(this.get(),se(i).get())))};const up=(i,e,t)=>{const r=i.getAttribute(e);return Mc(r)?t:r},hp=(i,e)=>{i.removeAttribute(e)},fp=(i,e,t)=>{Mc(t)?hp(i,e):i.setAttribute(e,t)};se.fn.each=function(i){return rt(this,(e,t)=>i.call(e,t,e))};rt(["add","remove","toggle"],i=>{se.fn[`${i}Class`]=function(e){return i==="remove"&&!arguments.length?this.each((t,r)=>{fp(r,"class","")}):this.each((t,r)=>{if(!qi(r))return;const n=(dt(e)?e.call(r,t,up(r,"class","")):e).split(" ").filter(s=>s);rt(n,s=>{r.classList[i](s)})})}});rt(["insertBefore","insertAfter"],(i,e)=>{se.fn[i]=function(t){const r=e?se(this.get().reverse()):this,n=se(t),s=[];return n.each((o,a)=>{a.parentNode&&r.each((l,c)=>{const d=o?c.cloneNode(!0):c,f=e?a.nextSibling:a;s.push(d),a.parentNode.insertBefore(d,f)})}),se(e?s.reverse():s)}});const M0=i=>ut(i)&&!(i.startsWith("<")&&i.endsWith(">"));rt(["before","after"],(i,e)=>{se.fn[i]=function(...t){return e===1&&(t=t.reverse()),this.each((r,n)=>{const s=dt(t[0])?[t[0].call(n,r,n.innerHTML)]:t;rt(s,o=>{let a;M0(o)?a=se(dp(o,"div")):r&&qi(o)?a=se(o.cloneNode(!0)):a=se(o),a[e?"insertAfter":"insertBefore"](n)})})}});function pp(i,e){return Fr(i)?rt(i,(t,r)=>e.call(t,r,t)):Nt(i,e)}function Wn(i,e){const t=or();let r;const n=[];return pp(i,(s,o)=>{r=e.call(t,o,s),r!=null&&n.push(r)}),[].concat(...n)}se.fn.map=function(i){return new Tt(Wn(this,(e,t)=>i.call(e,t,e)))};se.fn.clone=function(){return this.map(function(){return this.cloneNode(!0)})};se.fn.is=function(i){let e=!1;if(dt(i))return this.each((r,n)=>{i.call(n,r,n)&&(e=!0)}),e;if(ut(i))return this.each((r,n)=>{jc(n)||Pc(n)||n.matches.call(n,i)&&(e=!0)}),e;const t=se(i);return this.each((r,n)=>{t.each((s,o)=>{n===o&&(e=!0)})}),e};se.fn.remove=function(i){return this.each((e,t)=>{(!i||se(t).is(i))&&Fc(t)})};rt(["prepend","append"],(i,e)=>{se.fn[i]=function(...t){return this.each((r,n)=>{const s=n.childNodes,o=s.length,a=o?s[e?o-1:0]:_o("div");o||Bc(n,a);let l=dt(t[0])?[t[0].call(n,r,n.innerHTML)]:t;r&&(l=l.map(c=>ut(c)?c:se(c).clone())),se(a)[e?"after":"before"](...l),o||Fc(a)})}});rt(["appendTo","prependTo"],(i,e)=>{se.fn[i]=function(t){const r=[],n=se(t).map((o,a)=>{const l=a.childNodes,c=l.length;if(c)return l[e?0:c-1];const d=_o("div");return Bc(a,d),r.push(d),d}),s=this[e?"insertBefore":"insertAfter"](n);return se(r).remove(),s}});const xo=(i,e)=>or().getComputedStyle(i).getPropertyValue(lp(e)),mp=i=>xo(i,"box-sizing")==="border-box",Ll=(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(xo(i,a)||"0")},0)},Eo=(i,e)=>{if(e==="width"||e==="height"){const t=i.getBoundingClientRect()[e];return mp(i)?`${t}px`:`${t-Ll(i,e,"border")-Ll(i,e,"padding")}px`}return xo(i,e)},P0=["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"];rt(["attr","prop","css"],(i,e)=>{const t=(n,s,o)=>{if(at(o))return;if(e===0)return fp(n,s,o);if(e===1){n[s]=o;return}s=lp(s);const a=()=>s.startsWith("--")||P0.includes(s)?"":"px";n.style.setProperty(s,vo(o)?`${o}${a()}`:o)},r=(n,s)=>e===0?up(n,s):e===1?n[s]:Eo(n,s);se.fn[i]=function(n,s){if(Pi(n))return Nt(n,(o,a)=>{this[i](o,a)}),this;if(arguments.length===1){const o=this[0];return qi(o)?r(o,n):void 0}return this.each((o,a)=>{t(a,n,dt(s)?s.call(a,o,r(a,n)):s)})}});se.fn.children=function(i){const e=[];return this.each((t,r)=>{rt(r.childNodes,n=>{qi(n)&&(!i||se(n).is(i))&&e.push(n)})}),new Tt(ms(e))};se.fn.slice=function(...i){return new Tt([].slice.apply(this,i))};se.fn.eq=function(i){const e=i===-1?this.slice(i):this.slice(i,+i+1);return new Tt(e)};const Uc=(i,e,t,r,n)=>{const s=[];let o;return i.each((a,l)=>{for(o=l[t];o&&qi(o);){if(e===2){if(r&&se(o).is(r))break;(!n||se(o).is(n))&&s.push(o)}else if(e===0){(!r||se(o).is(r))&&s.push(o);break}else(!r||se(o).is(r))&&s.push(o);o=o[t]}}),new Tt(ms(s))};rt(["","s","sUntil"],(i,e)=>{se.fn[`parent${i}`]=function(t,r){const n=e?se(this.get().reverse()):this;return Uc(n,e,"parentNode",t,r)}});se.fn.closest=function(i){if(this.is(i))return this;const e=[];return this.parents().each((t,r)=>{if(se(r).is(i))return e.push(r),!1}),new Tt(e)};const So=new WeakMap,gs=i=>So.get(i)??{},gp=(i,e)=>{const t=gs(i),r=wo(e);return r in t?t[r]:void 0},Vc=(i,e)=>{const t=gs(i);Nt(e,(r,n)=>{t[wo(r)]=n}),So.set(i,t)},yp=(i,e,t)=>{Vc(i,{[e]:t})},j0=i=>{So.delete(i)},B0=(i,e)=>{const t=gs(i);rt(e,r=>{const n=wo(r);delete t[n]}),So.set(i,t)},F0=/^(?:{[\w\W]*\}|\[[\w\W]*\])$/,q0=i=>i==="true"?!0:i==="false"?!1:i==="null"?null:i===+i+""?+i:F0.test(i)?JSON.parse(i):i,zh=(i,e,t)=>{if(at(t)&&i.nodeType===1&&(t=i.dataset[e],ut(t)))try{t=q0(t)}catch{}return t};se.fn.data=function(i,e){if(at(i)){if(!this.length)return;const t=this[0],r=gs(t);return t.nodeType!==1||Nt(t.dataset,n=>{r[n]=zh(t,n,r[n])}),r}if(Pi(i))return this.each(function(){Vc(this,i)});if(arguments.length===2&&at(e))return this;if(!at(e))return this.each(function(){yp(this,i,e)});if(this.length)return zh(this[0],wo(i),gp(this[0],i))};se.fn.empty=function(){return this.each((i,e)=>{e.innerHTML=""})};se.fn.extend=function(i){return Nt(i,(e,t)=>{se.fn[e]=t}),this};se.fn.filter=function(i){if(dt(i))return this.map((t,r)=>i.call(r,t,r)?r:void 0);if(ut(i))return this.map((t,r)=>se(r).is(i)?r:void 0);const e=se(i);return this.map((t,r)=>e.get().includes(r)?r:void 0)};se.fn.find=function(i){const e=[];return this.each((t,r)=>{qc(e,se(r.querySelectorAll(i)).get())}),new Tt(e)};se.fn.first=function(){return this.eq(0)};const zc=(i,e)=>i!==e&&Xs(i).contains(e);se.fn.has=function(i){const e=ut(i)?this.find(i):se(i),{length:t}=e;return this.map(function(){for(let r=0;r<t;r+=1)if(zc(this,e[r]))return this})};se.fn.hasClass=function(i){return this[0].classList.contains(i)};const bp=(i,e,t,r,n,s)=>{const o=a=>Ll(i,e.toLowerCase(),a)*s;return r===2&&n&&(t+=o("margin")),mp(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},vp=(i,e,t,r)=>{const n=zt(),s=`client${e}`,o=`scroll${e}`,a=`offset${e}`,l=`inner${e}`;if(Pc(i))return t===2?i[l]:Xs(n)[s];if(jc(i)){const d=Xs(i);return Math.max(i.body[o],d[o],i.body[a],d[a],d[s])}const c=parseFloat(xo(i,e.toLowerCase())||"0");return bp(i,e,c,t,r,1)},U0=(i,e,t,r,n,s)=>{let o=dt(s)?s.call(i,e,vp(i,t,r,n)):s;if(o==null)return;const a=se(i),l=t.toLowerCase();if(ut(o)&&["auto","inherit",""].includes(o)){a.css(l,o);return}const c=o.toString().replace(/\b[0-9.]*/,""),d=parseFloat(o);o=bp(i,t,d,r,n,-1)+(c||"px"),a.css(l,o)};rt(["Width","Height"],i=>{rt([`inner${i}`,i.toLowerCase(),`outer${i}`],(e,t)=>{se.fn[e]=function(r,n){const s=arguments.length&&(t<2||!L0(r)),o=r===!0||n===!0;return s?this.each((a,l)=>U0(l,a,i,t,o,r)):this.length?vp(this[0],i,t,o):void 0}})});se.fn.hide=function(){return this.each((i,e)=>{e.style.display="none"})};rt(["val","html","text"],(i,e)=>{const r=["value","innerHTML","textContent"][e],n=o=>{if(e===2)return Wn(o,c=>Xs(c)[r]).join("");if(!o.length)return;const a=o[0],l=se(a);return e===0&&l.is("select[multiple]")?Wn(l.find("option:checked"),c=>c.value):a[r]},s=(o,a)=>{if(at(a)){if(e!==0)return;a=""}e===1&&qi(a)&&(a=a.outerHTML),o[r]=a};se.fn[i]=function(o){return arguments.length?this.each((a,l)=>{const c=se(l),d=dt(o)?o.call(l,a,n(c)):o;e===0&&Array.isArray(d)?c.is("select[multiple]")?Wn(c.find("option"),f=>f.selected=d.includes(f.value)):l.checked=d.includes(l.value):s(l,d)}):n(this)}});se.fn.index=function(i){return arguments.length?ut(i)?se(i).get().indexOf(this[0]):this.get().indexOf(se(i)[0]):this.eq(0).parent().children().get().indexOf(this[0])};se.fn.last=function(){return this.eq(-1)};rt(["","All","Until"],(i,e)=>{se.fn[`next${i}`]=function(t,r){return Uc(this,e,"nextElementSibling",t,r)}});se.fn.not=function(i){const e=this.filter(i);return this.map((t,r)=>e.index(r)>-1?void 0:r)};const V0=or().CustomEvent;class z0 extends V0{constructor(e,t){super(e,t),this.data=t.data,this.namespace=t.namespace}}const hl=new WeakMap;let H0=1;const Dl=i=>(hl.has(i)||hl.set(i,++H0),hl.get(i)),Hh=new Map,Ys=i=>{const e=Dl(i);return Hh.get(e)||Hh.set(e,[]).get(e)},Hc=i=>{const e=i.split(".");return{type:e[0],namespace:e.slice(1).sort().join(" ")}},wp=i=>new RegExp("(?:^| )"+i.replace(" "," .* ?")+"(?: |$)"),W0=(i,e,t,r)=>{const n=Hc(e);return Ys(i).filter(s=>s&&(!n.type||s.type===n.type)&&(!n.namespace||wp(n.namespace).test(s.namespace))&&(!t||Dl(s.func)===Dl(t))&&(!r||s.selector===r))},G0=(i,e,t,r,n)=>{let s=!1;Pi(r)&&r.useCapture&&(s=!0),e.split(" ").forEach(o=>{if(!o)return;const a=Hc(o),l=(f,g)=>{t.apply(g,f.detail===null?[f]:[f].concat(f.detail))===!1&&(f.preventDefault(),f.stopPropagation())},c=f=>{f.namespace&&!wp(f.namespace).test(a.namespace)||(f.data=r,n?se(i).find(n).get().reverse().forEach(g=>{(g===f.target||zc(g,f.target))&&l(f,g)}):l(f,i))},d={type:a.type,namespace:a.namespace,func:t,selector:n,id:Ys(i).length,proxy:c};Ys(i).push(d),i.addEventListener(d.type,c,s)})},K0=(i,e,t,r)=>{const n=Ys(i),s=o=>{delete n[o.id],i.removeEventListener(o.type,o.proxy,!1)};e?e.split(" ").forEach(o=>{o&&W0(i,o,t,r).forEach(a=>{s(a)})}):n.forEach(o=>{s(o)})};se.fn.off=function(i,e,t){return Pi(i)?(Nt(i,(r,n)=>{this.off(r,e,n)}),this):((e===!1||dt(e))&&(t=e,e=void 0),t===!1&&(t=cp),this.each(function(){K0(this,i,t,e)}))};function ko(i,...e){return rt(e,t=>{Nt(t,(r,n)=>{at(n)||(i[r]=n)})}),i}se.fn.offsetParent=function(){const i=zt();return this.map(function(){let e=this.offsetParent;for(;e&&se(e).css("position")==="static";)e=e.offsetParent;return e||i.documentElement})};const Cs=(i,e)=>parseFloat(i.css(e));se.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+=Cs(r,"border-top-width"),t.left+=Cs(r,"border-left-width")}return{top:e.top-t.top-Cs(i,"margin-top"),left:e.left-t.left-Cs(i,"margin-left")}};const _p=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}},J0=(i,e,t)=>{const r=se(i),n=r.css("position");n==="static"&&r.css("position","relative");const s=_p(i),o=r.css("top"),a=r.css("left");let l,c;if((n==="absolute"||n==="fixed")&&(o+a).includes("auto")){const g=r.position();l=g.top,c=g.left}else l=parseFloat(o),c=parseFloat(a);const f=dt(e)?e.call(i,t,ko({},s)):e;r.css({top:f.top!=null?f.top-s.top+l:void 0,left:f.left!=null?f.left-s.left+c:void 0})};se.fn.offset=function(i){return arguments.length?this.each(function(e){J0(this,i,e)}):this.length?_p(this[0]):void 0};se.fn.on=function(i,e,t,r,n){if(Pi(i))return ut(e)||(t=t||e,e=void 0),Nt(i,(s,o)=>{this.on(s,e,t,o,n)}),this;if(t==null&&r==null?(r=e,t=e=void 0):r==null&&(ut(e)?(r=t,t=void 0):(r=t,t=e,e=void 0)),r===!1)r=cp;else if(!r)return this;if(n){const s=this,o=r;r=function(a,...l){return s.off(a.type,e,r),o.call(this,a,...l)}}return this.each(function(){G0(this,i,r,t,e)})};se.fn.one=function(i,e,t,r){return this.on(i,e,t,r,!0)};rt(["","All","Until"],(i,e)=>{se.fn[`prev${i}`]=function(t,r){const n=e?se(this.get().reverse()):this;return Uc(n,e,"previousElementSibling",t,r)}});se.fn.removeAttr=function(i){const e=i.split(" ").filter(t=>t);return this.each(function(){rt(e,t=>{hp(this,t)})})};const xp=(i,e)=>{if(at(e))return j0(i);const t=ut(e)?e.split(" ").filter(r=>r):e;B0(i,t)};se.fn.removeData=function(i){return this.each((e,t)=>{xp(t,i)})};se.fn.removeProp=function(i){return this.each((e,t)=>{try{delete t[i]}catch{}})};se.fn.replaceWith=function(i){return this.each((e,t)=>{let r=i;dt(r)?r=r.call(t,e,t.innerHTML):e&&!ut(r)&&(r=se(r).clone()),se(t).before(r)}),this.remove()};se.fn.replaceAll=function(i){return se(i).map((e,t)=>(se(t).replaceWith(e?this.clone():this),this.get()))};const Wc=i=>{if(!Pi(i)&&!Array.isArray(i))return"";const e=[],t=(r,n)=>{let s;Pi(n)?Nt(n,(o,a)=>{s=Array.isArray(n)&&!Pi(a)?"":o,t(`${r}[${s}]`,a)}):(s=n==null||n===""?"=":`=${encodeURIComponent(n)}`,e.push(encodeURIComponent(r)+s))};return Array.isArray(i)?rt(i,({name:r,value:n})=>t(r,n)):Nt(i,t),e.join("&")},Pr=new WeakMap,Ep=i=>{const e=[...i.elements],t=Pr.get(i)||[],r=(n,s)=>n.compareDocumentPosition(s)&Node.DOCUMENT_POSITION_FOLLOWING?-1:1;return[...e,...t].sort(r)},Sp=i=>{const e=[];return i.each((t,r)=>{const n=r instanceof HTMLFormElement?Ep(r):[r];se(n).each((s,o)=>{const a=se(o),l=o.type,c=o.nodeName.toLowerCase();c!=="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(c)&&!["submit","button","image","reset","file"].includes(l)&&(!["radio","checkbox"].includes(l)||o.checked)&&(!["mdui-checkbox","mdui-switch"].includes(c)||o.checked)&&e.push({name:o.name,value:a.val()})})}),e};se.fn.serializeArray=function(){return Sp(this).map(i=>Array.isArray(i.value)?i.value.map(e=>({name:i.name,value:e})):i).flat()};se.fn.serialize=function(){return Wc(this.serializeArray())};se.fn.serializeObject=function(){const i={};return Sp(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 fl={},X0=i=>{const e=zt();let t,r;return fl[i]||(t=_o(i),Bc(e.body,t),r=Eo(t,"display"),Fc(t),r==="none"&&(r="block"),fl[i]=r),fl[i]};se.fn.show=function(){return this.each((i,e)=>{e.style.display==="none"&&(e.style.display=""),Eo(e,"display")==="none"&&(e.style.display=X0(e.nodeName))})};se.fn.siblings=function(i){return this.prevAll(i).add(this.nextAll(i))};se.fn.toggle=function(){return this.each((i,e)=>{Eo(e,"display")==="none"?se(e).show():se(e).hide()})};se.fn.trigger=function(i,e=null,t){const{type:r,namespace:n}=Hc(i),s=new z0(r,{detail:e,data:null,namespace:n,bubbles:!0,cancelable:!1,composed:!0,...t});return this.each((o,a)=>{a.dispatchEvent(s)})};const Q0="ajaxStart",Wh="ajaxSuccess",As="ajaxError",pl="ajaxComplete",Gn={},Y0=i=>["GET","HEAD"].includes(i),Gh=(i,e)=>`${i}&${e}`.replace(/[&?]{1,2}/,"?"),Z0=i=>{const e=or();return/^([\w-]+:)?\/\/([^/]+)/.test(i)&&RegExp.$2!==e.location.host},ew=i=>i>=200&&i<300||[0,304].includes(i),tw=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 Nt(Gn,(t,r)=>{!["beforeSend","success","error","complete","statusCode"].includes(t)&&!at(r)&&(e[t]=r)}),ko({},e,i)},kp=i=>{const e=zt(),t=or();let r=!1;const n={},s={},o=tw(i),a=o.method.toUpperCase();let{data:l,url:c}=o;c=c||t.location.toString();const{processData:d,async:f,cache:g,username:y,password:b,headers:_,xhrFields:E,statusCode:S,dataType:k,contentType:v,timeout:u,global:m}=o,T=Y0(a);l&&(T||d)&&!ut(l)&&!(l instanceof ArrayBuffer)&&!(l instanceof Blob)&&!(l instanceof Document)&&!(l instanceof FormData)&&(l=Wc(l)),l&&T&&(c=Gh(c,l),l=null);const N=(j,R,...P)=>{m&&se(e).trigger(j,R==="success"?s:n);let q,I;R in Gn&&(q=Gn[R](...P)),o[R]&&(I=o[R](...P)),R==="beforeSend"&&[q,I].includes(!1)&&(r=!0)};return(()=>{let j;return new Promise((R,P)=>{const q=Q=>P(new Error(Q));T&&!g&&(c=Gh(c,`_=${Date.now()}`));const I=new XMLHttpRequest;I.open(a,c,f,y,b),(v||l&&!T&&v!==!1)&&I.setRequestHeader("Content-Type",v),k==="json"&&I.setRequestHeader("Accept","application/json, text/javascript"),Nt(_,(Q,A)=>{at(A)||I.setRequestHeader(Q,A+"")}),Z0(c)||I.setRequestHeader("X-Requested-With","XMLHttpRequest"),Nt(E,(Q,A)=>{I[Q]=A}),n.xhr=s.xhr=I,n.options=s.options=o;let L;if(I.onload=()=>{L&&clearTimeout(L);const Q=ew(I.status);let A;if(Q)if(j=I.status===204||a==="HEAD"?"nocontent":I.status===304?"notmodified":"success",k==="json"||!k&&(I.getResponseHeader("content-type")||"").includes("json")){try{A=a==="HEAD"?void 0:JSON.parse(I.responseText),s.response=A}catch{j="parsererror",N(As,"error",I,j),q(j)}j!=="parsererror"&&(N(Wh,"success",A,j,I),R(A))}else A=a==="HEAD"?void 0:I.responseType==="text"||I.responseType===""?I.responseText:I.response,s.response=A,N(Wh,"success",A,j,I),R(A);else j="error",N(As,"error",I,j),q(j);rt([Gn.statusCode??{},S],Y=>{Y[I.status]&&(Q?Y[I.status](A,j,I):Y[I.status](I,j))}),N(pl,"complete",I,j)},I.onerror=()=>{L&&clearTimeout(L),N(As,"error",I,I.statusText),N(pl,"complete",I,"error"),q(I.statusText)},I.onabort=()=>{let Q="abort";L&&(Q="timeout",clearTimeout(L)),N(As,"error",I,Q),N(pl,"complete",I,Q),q(Q)},N(Q0,"beforeSend",I,o),r)return q("cancel");u>0&&(L=t.setTimeout(()=>I.abort(),u)),I.send(l)})})()};se.ajax=kp;const iw=i=>ko(Gn,i);se.ajaxSetup=iw;se.contains=zc;function rw(i,e,t){return Pi(e)?(Vc(i,e),e):at(t)?at(e)?gs(i):gp(i,e):(yp(i,e,t),t)}se.data=rw;se.each=pp;se.extend=function(i,...e){return e.length?ko(i,...e):(Nt(i,(t,r)=>{this[t]=r}),this)};se.map=Wn;se.merge=qc;se.param=Wc;se.removeData=xp;se.unique=ms;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}/**
340
+ `}function wy(){return""}function Hf(i){return"<"+i.value+">"}const _y=/["\\\\\n\r]/,xy=/["\\\\\n\r]/g,Ey={'"':'\\"',"\\":"\\\\","\n":"\\n","\r":"\\r"};function Sy(i){return Ey[i]}function ky(i){return _y.test(i)?i.replace(xy,Sy):i}function Iy(i){const e=ky(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+'"^^'+Hf(i.datatype)}function Ry(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 Ty(i){return"?"+i.value}function Qt(i){if(!i)return null;if(i.termType==="BlankNode")return by(i);if(i.termType==="DefaultGraph")return wy();if(i.termType==="Literal")return Iy(i);if(i.termType==="NamedNode")return Hf(i);if(i.termType==="Quad"||i.subject&&i.predicate&&i.object&&i.graph)return Ry(i,Qt);if(i.termType==="Variable")return Ty(i);if(i[Symbol.iterator])return vy(i,Qt);throw new Error(`unknown termType ${i.termType}`)}class on{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(Qt(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(Qt(e));return t&&t.value}has(e){return this.index.has(Qt(e))}*keys(){for(const[,{term:e}]of this.index)yield e}set(e,t){const r=Qt(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 Yu{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 Zu(i){try{return Qt(i)}catch{return null}}class ci{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=Qt(e);return this.index.has(t)||this.index.set(t,e),this}clear(){this.index.clear()}delete(e){return e?this.index.delete(Zu(e)):!1}entries(){return this.values().entries()}forEach(e,t){return this.values().forEach(e,t)}has(e){return e?this.index.has(Zu(e)):!1}values(){return new Set(this.index.values())}keys(){return this.values()}[Symbol.iterator](){return this.index.values()}}let Wf=class{constructor(e){this.value=e}equals(e){return!!e&&e.termType===this.termType&&e.value===this.value}};Wf.prototype.termType="BlankNode";let Ic=class{equals(e){return!!e&&e.termType===this.termType}};Ic.prototype.termType="DefaultGraph";Ic.prototype.value="";function eh(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}`)}let Bs=class{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}};Bs.prototype.termType="Literal";let fs=class{constructor(e){this.value=e}equals(e){return!!e&&e.termType===this.termType&&e.value===this.value}};fs.prototype.termType="NamedNode";let Rc=class{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)}};Rc.prototype.termType="Quad";Rc.prototype.value="";let Gf=class{constructor(e){this.value=e}equals(e){return!!e&&e.termType===this.termType&&e.value===this.value}};Gf.prototype.termType="Variable";const $y=new fs("http://www.w3.org/1999/02/22-rdf-syntax-ns#dirLangString"),th=new fs("http://www.w3.org/1999/02/22-rdf-syntax-ns#langString"),Cy=new fs("http://www.w3.org/2001/XMLSchema#string");let Kf=class{constructor(){this.init()}init(){this._data={blankNodeCounter:0,defaultGraph:new Ic}}namedNode(e){return new fs(e)}blankNode(e){return e=e||"b"+ ++this._data.blankNodeCounter,new Wf(e)}literal(e,t){return typeof t=="string"?new Bs(e,t,th):typeof t?.language=="string"?new Bs(e,t.language,t.direction?$y:th,t.direction):new Bs(e,"",t||Cy)}variable(e){return new Gf(e)}defaultGraph(){return this._data.defaultGraph}quad(e,t,r,n=this.defaultGraph()){return new Rc(e,t,r,n)}fromTerm(e){return eh(this,e)}fromQuad(e){return eh(this,e)}};Kf.exports=["blankNode","defaultGraph","fromQuad","fromTerm","literal","namedNode","quad","variable"];const Tc=new Kf,Ay={apply:(i,e,t)=>i(t[0]),get:(i,e)=>i(e)};function fi(i,{factory:e=Tc}={}){const t=(r="")=>e.namedNode(`${i}${r.raw||r}`);return typeof Proxy>"u"?t:new Proxy(t,Ay)}fi("http://www.w3.org/2001/XMLSchema#");const xi=fi("http://www.w3.org/1999/02/22-rdf-syntax-ns#");fi("http://www.w3.org/2000/01/rdf-schema#");class Ke{static add({ptr:e,start:t,end:r,subjects:n=[null],predicates:s=[null],objects:o=[null],graphs:a,callback:l}={}){if(!e.factory)throw new Error("add operation requires a factory");let c=()=>{};l&&(c=d=>{l(new Yu({dataset:e.dataset,start:t,end:r,quad:d}))});for(const d of n)for(const f of s)for(const g of o)for(const y of a){const b={subject:d,predicate:f,object:g,graph:y};b[t]=e.term;const _=e.factory.quad(b.subject,b.predicate,b.object,b.graph);e.dataset.add(_),c(_)}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]||xi.nil,o));for(let l=0;l<a.length;l++)e.dataset.add(e.factory.quad(a[l],xi.first,r[l],o)),e.dataset.add(e.factory.quad(a[l],xi.rest,a[l+1]||xi.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 l of s){const c={subject:o,predicate:a,object:l};c[t]=e.term;const d=e.dataset.match(c.subject,c.predicate,c.object);for(const f of d)e.dataset.delete(f)}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);!xi.nil.equals(o);){o=r[r.length-1].object;const a=e.dataset.match(o);if(a.size===0)break;for(const l of a)r.push(l)}}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:l,graphs:c,items:d,callback:f}={}){if(t==="add")return Ke.add({ptr:e,start:n,end:s,subjects:o,predicates:a,objects:l,graphs:c,callback:f});if(t==="addList")return Ke.addList({ptr:e,predicates:a,items:d,graphs:c});if(t==="delete")return Ke.delete({ptr:e,start:n,subjects:o,predicates:a,objects:l});if(t==="deleteList")return Ke.deleteList({ptr:e,predicates:a});if(t==="isList")return Ke.isList({ptr:e});if(t==="list")return Ke.list({ptr:e});if(t==="traverse")return Ke.traverse({ptr:e,quantifier:r,start:n,end:s,subjects:o,predicates:a,objects:l,graphs:c});throw new Error(`unknown operation ${t}`)}static isList({ptr:e}){return e.isAny()?!1:!!(xi.nil.equals(e.term)||Ke.traverse({ptr:e,predicates:[xi.first]}).length===1)}static list({ptr:e}){if(e.isList())return{*[Symbol.iterator](){for(;e&&!e.term.equals(xi.nil);){const t=e.out([xi.first]);if(t.length!==1)throw new Error(`Invalid list: rdf:first count not equals one on ${e.value}`);const r=e.out([xi.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:l=[null],callback:c}){if(t==="one")return Ke.traverseOne({ptr:e,start:r,end:n,subjects:s,predicates:o,objects:a,graphs:l,callback:c});if(t==="oneOrMore"){const d=Ke.traverse({ptr:e,end:n,start:r,subjects:s,predicates:o,objects:a,graphs:l,callback:c});return Ke.traverseMore({ptrs:d,end:n,start:r,subjects:s,predicates:o,objects:a,graphs:l,callback:c})}if(t==="zeroOrMore")return Ke.traverseMore({ptrs:[e],end:n,start:r,subjects:s,predicates:o,objects:a,graphs:l,callback:c});if(t==="zeroOrOne")return[e,...Ke.traverse({ptr:e,end:n,start:r,subjects:s,predicates:o,objects:a,graphs:l,callback:c})];throw new Error(`unknown quantifier ${t}`)}static traverseMore({ptrs:e,end:t,start:r,subjects:n,predicates:s,objects:o,graphs:a,callback:l}={}){let c=[...e],d,f;do{d=[];for(const g of e)d=[...d,...Ke.traverseOne({ptr:g,end:t,start:r,subjects:n,predicates:s,objects:o,graphs:a,callback:l})];f&&(d=d.filter(g=>!f.has(g.term))),e=d,c=[...c,...d],f=new ci(c.map(g=>g.term))}while(d.length>0);return c}static traverseOne({ptr:e,start:t,end:r,subjects:n,predicates:s,objects:o,graphs:a,callback:l=(c,d)=>d.extend(c)}={}){const c=[];for(const d of n)for(const f of s)for(const g of o)for(const y of a){const b={subject:d,predicate:f,object:g,graph:y};b[t]=e.term;for(const _ of e.dataset.match(b.subject,b.predicate,b.object,b.graph))c.push(l(new Yu({dataset:e.dataset,end:r,quad:_,start:t}),e))}return c}}function ih(i,e){return e?t=>e(i.extend(t)):()=>{}}class rh{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 Ke.add({ptr:this,start:"object",end:"subject",subjects:t,predicates:e,graphs:[this.graph||this.factory.defaultGraph()],callback:ih(this,r)})}addList(e,t){return Ke.addList({ptr:this,predicates:e,graphs:[this.graph||this.factory.defaultGraph()],items:t})}addOut(e,t,r){return Ke.add({ptr:this,start:"subject",end:"object",predicates:e,objects:t,graphs:[this.graph||this.factory.defaultGraph()],callback:ih(this,r)})}deleteIn(e,t){return Ke.delete({ptr:this,start:"object",subjects:t,predicates:e})}deleteList(e){return Ke.deleteList({ptr:this,predicates:e})}deleteOut(e,t){return Ke.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:l,items:c,callback:d}){return Ke.execute({ptr:this,operation:e,quantifier:t,start:r,end:n,subjects:s,predicates:o,objects:a,graphs:l,items:c,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 Ke.traverse({ptr:this,start:"object",end:"object",subjects:t,predicates:e,graphs:[this.graph]})}hasOut(e,t){return Ke.traverse({ptr:this,start:"subject",end:"subject",predicates:e,objects:t,graphs:[this.graph]})}in(e,t){return Ke.traverse({ptr:this,start:"object",end:"subject",subjects:t,predicates:e,graphs:[this.graph]})}isAny(){return!this.term}isList(){return Ke.isList({ptr:this})}list(){return Ke.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 Ke.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 nh(i,e){return i?i.equals(e):i===e}function Ny(i,e){return!(i.dataset!==e.dataset||!nh(i.graph,e.graph)||!nh(i.term,e.term))}function sh(i,e){return e?t=>e(new i.constructor({factory:i.factory,ptrs:[t]})):()=>{}}class Ks{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 rh({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 ci(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=sh(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=sh(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=>Ny(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 rh({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]})}}fi("http://www.w3.org/2002/07/owl#");const kr=fi("http://www.w3.org/1999/02/22-rdf-syntax-ns#"),Ly=fi("http://www.w3.org/2000/01/rdf-schema#"),ae=fi("http://www.w3.org/ns/shacl#"),Cl=fi("https://schemas.link/shacl-next#"),$c=fi("http://www.w3.org/2001/XMLSchema#");function Dy(i){return i?`{${[...i.quads()].map(e=>Qt(e)).join(" ")}}`:"{}"}function Oy(i){return i?`{${i.map(e=>Dy(e)).join(" ")}}`:"{}"}var Ja,oh;function My(){if(oh)return Ja;oh=1;var i=/\s/;function e(t){for(var r=t.length;r--&&i.test(t.charAt(r)););return r}return Ja=e,Ja}var Xa,ah;function Py(){if(ah)return Xa;ah=1;var i=My(),e=/^\s+/;function t(r){return r&&r.slice(0,i(r)+1).replace(e,"")}return Xa=t,Xa}var Qa,lh;function jy(){if(lh)return Qa;lh=1;function i(e){var t=typeof e;return e!=null&&(t=="object"||t=="function")}return Qa=i,Qa}var Ya,ch;function By(){if(ch)return Ya;ch=1;var i=typeof jr=="object"&&jr&&jr.Object===Object&&jr;return Ya=i,Ya}var Za,dh;function Fy(){if(dh)return Za;dh=1;var i=By(),e=typeof self=="object"&&self&&self.Object===Object&&self,t=i||e||Function("return this")();return Za=t,Za}var el,uh;function Jf(){if(uh)return el;uh=1;var i=Fy(),e=i.Symbol;return el=e,el}var tl,hh;function qy(){if(hh)return tl;hh=1;var i=Jf(),e=Object.prototype,t=e.hasOwnProperty,r=e.toString,n=i?i.toStringTag:void 0;function s(o){var a=t.call(o,n),l=o[n];try{o[n]=void 0;var c=!0}catch{}var d=r.call(o);return c&&(a?o[n]=l:delete o[n]),d}return tl=s,tl}var il,fh;function Uy(){if(fh)return il;fh=1;var i=Object.prototype,e=i.toString;function t(r){return e.call(r)}return il=t,il}var rl,ph;function Vy(){if(ph)return rl;ph=1;var i=Jf(),e=qy(),t=Uy(),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 rl=o,rl}var nl,mh;function zy(){if(mh)return nl;mh=1;function i(e){return e!=null&&typeof e=="object"}return nl=i,nl}var sl,gh;function Hy(){if(gh)return sl;gh=1;var i=Vy(),e=zy(),t="[object Symbol]";function r(n){return typeof n=="symbol"||e(n)&&i(n)==t}return sl=r,sl}var ol,yh;function Wy(){if(yh)return ol;yh=1;var i=Py(),e=jy(),t=Hy(),r=NaN,n=/^[-+]0x[0-9a-f]+$/i,s=/^0b[01]+$/i,o=/^0o[0-7]+$/i,a=parseInt;function l(c){if(typeof c=="number")return c;if(t(c))return r;if(e(c)){var d=typeof c.valueOf=="function"?c.valueOf():c;c=e(d)?d+"":d}if(typeof c!="string")return c===0?c:+c;c=i(c);var f=s.test(c);return f||o.test(c)?a(c.slice(2),f?2:8):n.test(c)?r:+c}return ol=l,ol}var al,bh;function Gy(){if(bh)return al;bh=1;var i=Wy(),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 al=r,al}var ll,vh;function Ky(){if(vh)return ll;vh=1;var i=Gy();function e(t){var r=i(t),n=r%1;return r===r?n?r-n:r:0}return ll=e,ll}var cl,wh;function Jy(){if(wh)return cl;wh=1;var i=Ky(),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 cl=t,cl}var dl,_h;function Xy(){if(_h)return dl;_h=1;var i=Jy();function e(t){return i(2,t)}return dl=e,dl}var Qy=Xy();const yi=Hp(Qy);let xh=class{constructor({details:e,factory:t,options:r,results:n=[]}={}){this.details=e,this.factory=t,this.options=r,this.results=n,this._conforms=yi(()=>!this.results.some(s=>s.severity.equals(ae.Info)||s.severity.equals(ae.Violation)||s.severity.equals(ae.Warning))),this._ptr=yi(()=>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 Ks({dataset:this.factory.dataset(),factory:this.factory,terms:[this.factory.blankNode()]});e.addOut([kr.type],[ae.ValidationReport]).addOut([ae.conforms],[this.factory.literal(this.conforms.toString(),$c.boolean)]);for(const t of this.results)e.addOut([ae.result],[this.factory.blankNode()],r=>{t.build(r,this.options)});return e}coverage(){return this.results.flatMap(e=>e.coverage())}};function Yy(i,e){return Object.entries(e).reduce((t,[r,n])=>(n&&n.termType&&(n=Qt(n)),t.replace(`{$${r}}`,n).replace(`{?${r}}`,n)),i)}let Zy=class{constructor({args:e={},constraintComponent:t,factory:r,focusNode:n,message:s=[],path:o,results:a=[],severity:l,shape:c,source:d=[],value:f,valuePaths:g=[]}={}){this.args=e,this.constraintComponent=t,this.factory=r,this.focusNode=n,this.path=o||c.path,this.results=a,this.severity=l,this.shape=c,this.source=d,this.value=f,this.valuePaths=g,this._message=yi(()=>(this.shape.message.length>0&&(s=this.shape.message),s.length===0&&(s=this.shape.ptr.node([this.constraintComponent]).out([ae.message]).terms),s.map(y=>r.literal(Yy(y.value,e),y.language||null))))}get message(){return this._message()}build(e,{details:t}={}){e.addOut([kr.type],[ae.ValidationResult]).addOut([ae.focusNode],this.focusNode.terms).addOut([ae.resultSeverity],[this.severity]).addOut([ae.sourceConstraint],this.source).addOut([ae.sourceConstraintComponent],[this.constraintComponent]).addOut([ae.sourceShape],this.shape.ptr.terms),this.message&&e.addOut([ae.resultMessage],this.message);const r=n=>{if(n.quantifier==="one")return n.predicates.length>1?e.node([this.factory.blankNode()]).addList([ae.alternativePath],n.predicates):n.start==="object"?e.node([this.factory.blankNode()]).addOut([ae.inversePath],[n.predicates[0]]):e.node([n.predicates[0]]);if(n.quantifier==="oneOrMore")return e.node([this.factory.blankNode()]).addOut([ae.oneOrMorePath],[n.predicates[0]]);if(n.quantifier==="zeroOrMore")return e.node([this.factory.blankNode()]).addOut([ae.zeroOrMorePath],[n.predicates[0]]);if(n.quantifier==="zeroOrOne")return e.node([this.factory.blankNode()]).addOut([ae.zeroOrOnePath],[n.predicates[0]])};if(this.path&&(this.path.length===1?e.addOut([ae.resultPath],r(this.path[0]).terms):e.addList([ae.resultPath],this.path.map(n=>r(n).term))),typeof this.value<"u"&&e.addOut([ae.value],this.value.terms),t)for(const n of this.results)e.addOut([ae.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 Cc{constructor({factory:e,focusNode:t,options:r={debug:!1,details:!1},processed:n=new Set,report:s=new xh({factory:e,options:r}),results:o=new Map,shape:a,value:l,valueOrNode:c,valuePaths:d,values:f}={}){this.factory=e,this.focusNode=t,this.options=r,this.processed=n,this.report=s,this.results=o,this.shape=a,this.value=l,this.valuePaths=d,this.valueOrNode=c,this.values=f}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 Cc({factory:this.factory,focusNode:t,options:this.options,processed:this.processed,report:e?new xh({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`${Qt(e.ptr.term)} - ${Qt(this.focusNode.term)} - ${Oy(this.valuePaths)}`}result(e){const t=new Zy({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:Cl.Debug,constraintComponent:e,...t})}trace(e,t){this.options.trace&&this.result({severity:Cl.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||ae.Violation,...t})}}function eb(){return{generic:tb()}}function tb(){return i=>{i.trace(Cl.TraversalConstraintComponent,{args:{},message:[i.factory.literal("Traversal")],value:i.valueOrNode})}}class ib{constructor(e){this.validations=new on(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(ae.property)&&(r=!0))}return t&&e.isPropertyShape&&!r&&n.add(eb),[...n].map(s=>s(e)).filter(Boolean)}}var mr={},gr={},_n={},Eh;function Xf(){if(Eh)return _n;Eh=1,Object.defineProperty(_n,"__esModule",{value:!0}),_n.BlankNode=void 0;let i=class{constructor(t){this.termType="BlankNode",this.value=t}equals(t){return!!t&&t.termType==="BlankNode"&&t.value===this.value}};return _n.BlankNode=i,_n}var xn={},En={},Sh;function Qf(){if(Sh)return En;Sh=1,Object.defineProperty(En,"__esModule",{value:!0}),En.DefaultGraph=void 0;let i=class{constructor(){this.termType="DefaultGraph",this.value=""}equals(t){return!!t&&t.termType==="DefaultGraph"}};return En.DefaultGraph=i,i.INSTANCE=new i,En}var Sn={},kn={},kh;function Ac(){if(kh)return kn;kh=1,Object.defineProperty(kn,"__esModule",{value:!0}),kn.NamedNode=void 0;let i=class{constructor(t){this.termType="NamedNode",this.value=t}equals(t){return!!t&&t.termType==="NamedNode"&&t.value===this.value}};return kn.NamedNode=i,kn}var Ih;function Yf(){if(Ih)return Sn;Ih=1,Object.defineProperty(Sn,"__esModule",{value:!0}),Sn.Literal=void 0;const i=Ac();let e=class Bn{constructor(r,n){this.termType="Literal",this.value=r,typeof n=="string"?(this.language=n,this.datatype=Bn.RDF_LANGUAGE_STRING,this.direction=""):n?"termType"in n?(this.language="",this.datatype=n,this.direction=""):(this.language=n.language,this.datatype=n.direction?Bn.RDF_DIRECTIONAL_LANGUAGE_STRING:Bn.RDF_LANGUAGE_STRING,this.direction=n.direction||""):(this.language="",this.datatype=Bn.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 Sn.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"),Sn}var In={},Rh;function Zf(){if(Rh)return In;Rh=1,Object.defineProperty(In,"__esModule",{value:!0}),In.Quad=void 0;let i=class{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 In.Quad=i,In}var Rn={},Th;function ep(){if(Th)return Rn;Th=1,Object.defineProperty(Rn,"__esModule",{value:!0}),Rn.Variable=void 0;let i=class{constructor(t){this.termType="Variable",this.value=t}equals(t){return!!t&&t.termType==="Variable"&&t.value===this.value}};return Rn.Variable=i,Rn}var $h;function rb(){if($h)return xn;$h=1,Object.defineProperty(xn,"__esModule",{value:!0}),xn.DataFactory=void 0;const i=Xf(),e=Qf(),t=Yf(),r=Ac(),n=Zf(),s=ep();let o=0,a=class{constructor(c){this.blankNodeCounter=0,c=c||{},this.blankNodePrefix=c.blankNodePrefix||`df_${o++}_`}namedNode(c){return new r.NamedNode(c)}blankNode(c){return new i.BlankNode(c||`${this.blankNodePrefix}${this.blankNodeCounter++}`)}literal(c,d){return new t.Literal(c,d)}variable(c){return new s.Variable(c)}defaultGraph(){return e.DefaultGraph.INSTANCE}quad(c,d,f,g){return new n.Quad(c,d,f,g||this.defaultGraph())}fromTerm(c){switch(c.termType){case"NamedNode":return this.namedNode(c.value);case"BlankNode":return this.blankNode(c.value);case"Literal":return c.language?this.literal(c.value,c.language):c.datatype.equals(t.Literal.XSD_STRING)?this.literal(c.value):this.literal(c.value,this.fromTerm(c.datatype));case"Variable":return this.variable(c.value);case"DefaultGraph":return this.defaultGraph();case"Quad":return this.quad(this.fromTerm(c.subject),this.fromTerm(c.predicate),this.fromTerm(c.object),this.fromTerm(c.graph))}}fromQuad(c){return this.fromTerm(c)}resetBlankNodeCounter(){this.blankNodeCounter=0}};return xn.DataFactory=a,xn}var Ch;function nb(){return Ch||(Ch=1,function(i){var e=gr&&gr.__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=gr&&gr.__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(Xf(),i),t(rb(),i),t(Qf(),i),t(Yf(),i),t(Ac(),i),t(Zf(),i),t(ep(),i)}(gr)),gr}var yr={},Tn={},$n={},Ah;function Kr(){if(Ah)return $n;Ah=1,Object.defineProperty($n,"__esModule",{value:!0}),$n.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 $n.Translator=i,$n}var Nh;function sb(){if(Nh)return Tn;Nh=1,Object.defineProperty(Tn,"__esModule",{value:!0}),Tn.TypeHandlerBoolean=void 0;const i=Kr();let e=class tp{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(tp.TYPE))}};return Tn.TypeHandlerBoolean=e,e.TYPE="http://www.w3.org/2001/XMLSchema#boolean",Tn}var Cn={},Lh;function ob(){if(Lh)return Cn;Lh=1,Object.defineProperty(Cn,"__esModule",{value:!0}),Cn.TypeHandlerDate=void 0;const i=Kr();let e=class Al{fromRdf(r,n){switch(n&&!r.value.match(Al.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(Al.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 Cn.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]$/},Cn}var An={},Dh;function ab(){if(Dh)return An;Dh=1,Object.defineProperty(An,"__esModule",{value:!0}),An.TypeHandlerNumberDouble=void 0;const i=Kr();let e=class ip{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(ip.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 An.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"],An}var Nn={},Oh;function lb(){if(Oh)return Nn;Oh=1,Object.defineProperty(Nn,"__esModule",{value:!0}),Nn.TypeHandlerNumberInteger=void 0;const i=Kr();let e=class Fn{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<=Fn.MAX_INT&&r>=Fn.MIN_INT?s.namedNode(Fn.TYPES[0]):s.namedNode(Fn.TYPES[1])))}};return Nn.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,Nn}var Ln={},Mh;function cb(){if(Mh)return Ln;Mh=1,Object.defineProperty(Ln,"__esModule",{value:!0}),Ln.TypeHandlerString=void 0;let i=class{fromRdf(t){return t.value}toRdf(t,{datatype:r,dataFactory:n}){return n.literal(t,r)}};return Ln.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"],Ln}var Ph;function jh(){return Ph||(Ph=1,function(i){var e=yr&&yr.__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=yr&&yr.__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(sb(),i),t(ob(),i),t(ab(),i),t(lb(),i),t(cb(),i)}(yr)),yr}var ul={},Bh;function db(){return Bh||(Bh=1,Object.defineProperty(ul,"__esModule",{value:!0})),ul}var Fh;function ub(){return Fh||(Fh=1,function(i){var e=mr&&mr.__createBinding||(Object.create?function(y,b,_,E){E===void 0&&(E=_);var S=Object.getOwnPropertyDescriptor(b,_);(!S||("get"in S?!b.__esModule:S.writable||S.configurable))&&(S={enumerable:!0,get:function(){return b[_]}}),Object.defineProperty(y,E,S)}:function(y,b,_,E){E===void 0&&(E=_),y[E]=b[_]}),t=mr&&mr.__exportStar||function(y,b){for(var _ in y)_!=="default"&&!Object.prototype.hasOwnProperty.call(b,_)&&e(b,y,_)};Object.defineProperty(i,"__esModule",{value:!0}),i.fromRdf=l,i.toRdf=c,i.getTermRaw=d,i.getSupportedRdfDatatypes=f,i.getSupportedJavaScriptPrimitives=g;const r=nb(),n=jh(),s=Kr();t(jh(),i),t(db(),i),t(Kr(),i);const o=new r.DataFactory,a=new s.Translator;a.registerHandler(new n.TypeHandlerString,n.TypeHandlerString.TYPES.map(y=>o.namedNode(y)),["string"]),a.registerHandler(new n.TypeHandlerBoolean,[n.TypeHandlerBoolean.TYPE].map(y=>o.namedNode(y)),["boolean"]),a.registerHandler(new n.TypeHandlerNumberDouble,n.TypeHandlerNumberDouble.TYPES.map(y=>o.namedNode(y)),["number"]),a.registerHandler(new n.TypeHandlerNumberInteger,n.TypeHandlerNumberInteger.TYPES.map(y=>o.namedNode(y)),["number"]),a.registerHandler(new n.TypeHandlerDate,n.TypeHandlerDate.TYPES.map(y=>o.namedNode(y)),["object"]);function l(y,b){return a.fromRdf(y,b)}function c(y,b){return b&&"namedNode"in b&&(b={dataFactory:b}),b=b||{},b&&!b.dataFactory&&(b.dataFactory=o),a.toRdf(y,b)}function d(y,b){return y.termType==="Literal"?l(y,b):y.value}function f(){return a.getSupportedRdfDatatypes()}function g(){return a.getSupportedJavaScriptPrimitives()}}(mr)),mr}var rs=ub();function qh(i){if(i.term.termType!=="BlankNode")return{quantifier:"one",start:"subject",end:"object",predicates:[i.term]};const e=i.out([ae.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([ae.inversePath]);if(t.term)return{quantifier:"one",start:"object",end:"subject",predicates:[t.term]};const r=i.out([ae.oneOrMorePath]);if(r.term)return{quantifier:"oneOrMore",start:"subject",end:"object",predicates:[r.term]};const n=i.out([ae.zeroOrMorePath]);if(n.term)return{quantifier:"zeroOrMore",start:"subject",end:"object",predicates:[n.term]};const s=i.out([ae.zeroOrOnePath]);if(s.term)return{quantifier:"zeroOrOne",start:"subject",end:"object",predicates:[s.term]}}function hb(i){return i.terms.length===0?null:i.ptrs[0].isList()?[...i.list()].map(e=>qh(e)):[qh(i)]}class fb{constructor(e){this.shape=e,this._compiled=yi(()=>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 ci(t.terms)),n=[...t].reduce((o,a)=>{const l=a.term,c=t.node([l]);return o.has(l)||o.set(l,{value:c,valuePaths:[]}),o.get(l).valuePaths.push(a),o},new on).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 l=e.create({shape:this.shape,value:o,valueOrNode:o,valuePaths:a});for(const c of this.compiled)c.generic&&await c.generic(l)}}}function Nl(i){const e=new ci,r=new Ks({dataset:i.dataset,terms:i.terms}).execute({quantifier:"zeroOrMore",start:"object",end:"subject",predicates:[Ly.subClassOf]});for(const n of r.ptrs)for(const{term:s}of n.nodes())e.add(s);return e}class pb{constructor(e){this.targetClass=new ci([...Nl(e.hasOut([kr.type],[ae.NodeShape])),...Nl(e.out([ae.targetClass]))]),this.targetNode=e.out([ae.targetNode]).terms,this.targetObjectsOf=e.out([ae.targetObjectsOf]).terms,this.targetSubjectsOf=e.out([ae.targetSubjectsOf]).terms}resolve(e){const t=e.focusNode.node([null]),r=[...e.focusNode.hasOut([kr.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 ci(n.terms)])}}class mb{constructor(e,{validator:t}){this.ptr=e,this.validator=t,this._deactivated=yi(()=>{const r=this.ptr.out([ae.deactivated]).term;return r&&rs.fromRdf(r)}),this._message=yi(()=>this.ptr.out([ae.message]).terms),this._path=yi(()=>hb(this.ptr.out([ae.path]))),this._severity=yi(()=>this.ptr.out([ae.severity]).term),this._shapeValidator=yi(()=>new fb(this)),this._sparql=yi(()=>this.ptr.out([ae.sparql])),this._targetResolver=yi(()=>new pb(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 gb(i){const e=parseInt(i.ptr.out([ae.maxCount]).value);return{property:yb(e)}}function yb(i){return e=>{e.test(e.values.terms.length<=i,ae.MaxCountConstraintComponent,{args:{maxCount:i},message:[e.factory.literal("More than {$maxCount} values")]})}}function bb(i){const e=parseInt(i.ptr.out([ae.minCount]).value);return{property:vb(e)}}function vb(i){return e=>{e.test(e.values.terms.length>=i,ae.MinCountConstraintComponent,{args:{minCount:i},message:[e.factory.literal("Less than {$minCount} values")]})}}async function wb(i,e){for(const t of i)if(!await e(t))return!1;return!0}async function _b(i,e){return(await Promise.all(i.map(t=>e(t)))).filter(Boolean)}async function yo(i,e){return Promise.all(i.map(e))}async function xb(i,e){for(const t of i)if(await e(t))return!0;return!1}function Eb(i){const e=[...i.ptr.out([ae.and])].flatMap(t=>[...t.list()]).map(t=>i.validator.shape(t));return{generic:Sb(e)}}function Sb(i){return async e=>{const t=await yo(i,async n=>(await n.validate(e.create({child:!0,focusNode:e.valueOrNode}))).report),r=t.every(n=>n.conforms);e.test(r,ae.AndConstraintComponent,{results:t.flatMap(n=>n.results),value:e.valueOrNode})}}function kb(i){const e=i.validator.shape(i.ptr.out([ae.not]));return{generic:Ib(e)}}function Ib(i){return async e=>{const t=(await i.validate(e.create({child:!0,focusNode:e.valueOrNode}))).report,r=!t.conforms;e.test(r,ae.NotConstraintComponent,{args:{not:i.ptr.term},message:[e.factory.literal("Value does have shape {$not}")],results:t.results,value:e.valueOrNode})}}function Rb(i){const e=[...i.ptr.out([ae.or])].flatMap(t=>[...t.list()]).map(t=>i.validator.shape(t));return{generic:Tb(e)}}function Tb(i){return async e=>{let t=[],r;if(e.options.debug||e.options.details){const n=await yo(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 xb(i,async n=>(await n.validate(e.create({child:!0,focusNode:e.valueOrNode}))).report.conforms);e.test(r,ae.OrConstraintComponent,{results:t,value:e.valueOrNode})}}function $b(i){const e=[...i.ptr.out([ae.xone])].flatMap(t=>[...t.list()]).map(t=>i.validator.shape(t));return{generic:Cb(e)}}function Cb(i){return async e=>{const t=await yo(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,ae.XoneConstraintComponent,{results:t.flatMap(n=>n.results),value:e.valueOrNode})}}function Ab(i){if(!rs.fromRdf(i.ptr.out([ae.closed]).term))return null;const t=i.ptr.out([ae.property]).map(s=>i.validator.shape(s)),r=new ci(t.filter(s=>!s.deactivated).map(s=>s.path[0].predicates[0])),n=new ci([...i.ptr.out([ae.ignoredProperties]).list()||[]].map(s=>s.term));return{node:Nb(r,n)}}function Nb(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(ae.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(ae.ClosedConstraintComponent)}}function Lb(i){const e=i.ptr.out([ae.hasValue]).term;return{node:Db(e),property:Ob(e)}}function Db(i){return e=>{e.test(i.equals(e.valueOrNode.term),ae.HasValueConstraintComponent,{args:{hasValue:i},message:[e.factory.literal("Value must be {$hasValue}")]})}}function Ob(i){return e=>{const t=[...e.values].some(r=>i.equals(r.term));e.test(t,ae.HasValueConstraintComponent,{args:{hasValue:i},message:[e.factory.literal("Missing expected value {$hasValue}")]})}}function Mb(i){const e=new ci([...i.ptr.out([ae.in]).list()].map(t=>t.term));return{generic:Pb(e)}}function Pb(i){return e=>{e.test(i.has(e.valueOrNode.term),ae.InConstraintComponent,{args:{in:[...i].map(t=>t.value).join(", ")},message:[e.factory.literal("Value is not in {$in}")],value:e.valueOrNode})}}function an(i,e){if(!i||i.termType!=="Literal"||!e||e.termType!=="Literal"||Uh(i)!==Uh(e))return null;const t=rs.fromRdf(i),r=rs.fromRdf(e);return typeof t!=typeof r?null:typeof t=="string"?t.localeCompare(r):t-r}function Uh(i){const e=/^.*(((\+|-)\d{2}:\d{2})|Z)$/;return $c.dateTime.equals(i.datatype)&&e.test(i.value)}function jb(i){const e=i.ptr.out([ae.disjoint]).term;return{generic:Bb(e)}}function Bb(i){return e=>{const t=e.focusNode.dataset.match(e.focusNode.term,i,e.valueOrNode.term);e.test(t.size===0,ae.DisjointConstraintComponent,{args:{disjoint:i},message:[e.factory.literal("Value node must not also be one of the values of {$disjoint}")],value:e.valueOrNode})}}function Fb(i){const e=i.ptr.out([ae.equals]).term;return{node:qb(e),property:Ub(e)}}function qb(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,ae.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 Ub(i){return e=>{const t=new ci(e.focusNode.out([i]).terms),r=new ci(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(ae.EqualsConstraintComponent,{args:{equals:i},message:[e.factory.literal("Must have same values as {$equals}")],value:e.focusNode.node([a])});o.length===0&&e.debug(ae.EqualsConstraintComponent,{args:{equals:i},message:[e.factory.literal("Must have same values as {$equals}")]})}}function Vb(i){const e=i.ptr.out([ae.lessThan]).term;return{property:zb(e)}}function zb(i){return e=>{const t=e.focusNode.out([i]).terms;for(const r of e.values)for(const n of t){const s=an(r.term,n);s===null||s>=0?e.violation(ae.LessThanConstraintComponent,{args:{lessThan:i},message:[e.factory.literal("Value is not less than value of {$lessThan}")],value:r}):e.debug(ae.LessThanConstraintComponent,{args:{lessThan:i},message:[e.factory.literal("Value is not less than value of {$lessThan}")],value:r})}}}function Hb(i){const e=i.ptr.out([ae.lessThanOrEquals]).term;return{property:Wb(e)}}function Wb(i){return e=>{const t=e.focusNode.out([i]).terms;for(const r of e.values)for(const n of t){const s=an(r.term,n);s===null||s>0?e.violation(ae.LessThanOrEqualsConstraintComponent,{args:{lessThanOrEquals:i},message:[e.factory.literal("Value is not less than or equal to value of {$lessThanOrEquals}")],value:r}):e.debug(ae.LessThanOrEqualsConstraintComponent,{args:{lessThanOrEquals:i},message:[e.factory.literal("Value is not less than or equal to value of {$lessThanOrEquals}")],value:r})}}}function Gb(i){const e=i.ptr.out([ae.maxExclusive]).term;return{generic:Kb(e)}}function Kb(i){return e=>{const t=an(e.valueOrNode.term,i);e.test(t!==null&&t<0,ae.MaxExclusiveConstraintComponent,{args:{maxExclusive:i},message:[e.factory.literal("Value is not less than {$maxExclusive}")],value:e.valueOrNode})}}function Jb(i){const e=i.ptr.out([ae.maxInclusive]).term;return{generic:Xb(e)}}function Xb(i){return e=>{const t=an(e.valueOrNode.term,i);e.test(t!==null&&t<=0,ae.MaxInclusiveConstraintComponent,{args:{maxInclusive:i},message:[e.factory.literal("Value is not less than or equal to {$maxInclusive}")],value:e.valueOrNode})}}function Qb(i){const e=i.ptr.out([ae.minExclusive]).term;return{generic:Yb(e)}}function Yb(i){return e=>{const t=an(e.valueOrNode.term,i);e.test(t!==null&&t>0,ae.MinExclusiveConstraintComponent,{args:{minExclusive:i},message:[e.factory.literal("Value is not greater than {$minExclusive}")],value:e.valueOrNode})}}function Zb(i){const e=i.ptr.out([ae.minInclusive]).term;return{generic:ev(e)}}function ev(i){return e=>{const t=an(e.valueOrNode.term,i);e.test(t!==null&&t>=0,ae.MinInclusiveConstraintComponent,{args:{minInclusive:i},message:[e.factory.literal("Value is not greater than or equal to {$minInclusive}")],value:e.valueOrNode})}}function tv(i){const e=[...i.ptr.out([ae.node])].map(t=>i.validator.shape(t));return{generic:iv(e)}}function iv(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,ae.NodeConstraintComponent,{args:{node:t.ptr.term},message:[e.factory.literal("Value does not have shape {$node}")],results:r.report.results,value:e.valueOrNode})}}}function rv(i){const e=[...i.ptr.out([ae.property])].map(t=>i.validator.shape(t));return{generic:nv(e)}}function nv(i){return async e=>{const t=e.create({focusNode:e.valueOrNode});for(const r of i)await r.validate(t)}}function sv(i){const e=i.validator.shape(i.ptr.out([ae.qualifiedValueShape])),t=i.ptr.out([ae.qualifiedValueShapesDisjoint]).term,r=t?rs.fromRdf(t):!1,n=i.ptr.out([ae.qualifiedMaxCount]).term,s=n?parseInt(n.value):null,o=i.ptr.out([ae.qualifiedMinCount]).term,a=o?parseInt(o.value):null;return{property:ov(e,r,s,a)}}function ov(i,e,t,r){return async n=>{const s=[];let o=[];e&&(o=new Set(n.shape.ptr.in([ae.property]).out([ae.property]).out([ae.qualifiedValueShape]).filter(l=>!l.term.equals(i.ptr.term)).map(l=>n.shape.validator.shape(l))));const a=(await _b(n.values,async l=>{const c=(await i.validate(n.create({child:!0,focusNode:l}))).report;if(s.push(c.results),!c.conforms)return!1;if(o.length===0)return!0;if(n.options.debug||n.options.details){const d=await yo([...o],async f=>(await f.validate(n.create({child:!0,focusNode:l}))).report);return s.push(d.flatMap(f=>f.results)),!d.every(f=>f.conforms)}else return!await wb([...o],async d=>(await d.validate(n.create({child:!0,focusNode:l}))).report.conforms)})).length;t!==null&&n.test(a<=t,ae.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,ae.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 av(i,e){return e?e.slice(0,i.length)===i:!1}function lv(i){const e=[...new Set([...i.ptr.out([ae.languageIn]).list()].map(t=>t.value))];return{generic:cv(e)}}function cv(i){return e=>{const t=i.some(r=>av(r,e.valueOrNode.term.language));e.test(t,ae.LanguageInConstraintComponent,{args:{languageIn:i.join(", ")},message:[e.factory.literal("Language does not match any of {$languageIn}")],value:e.valueOrNode})}}function dv(i){const e=parseInt(i.ptr.out([ae.maxLength]).value);return{generic:uv(e)}}function uv(i){return e=>{const t=e.valueOrNode.term.termType!=="BlankNode"&&e.valueOrNode.value.length<=i;e.test(t,ae.MaxLengthConstraintComponent,{args:{maxLength:i},message:[e.factory.literal("Value has more than {$maxLength} characters")],value:e.valueOrNode})}}function hv(i){const e=parseInt(i.ptr.out([ae.minLength]).value);return{generic:fv(e)}}function fv(i){return e=>{const t=e.valueOrNode.term.termType!=="BlankNode"&&e.valueOrNode.value.length>=i;e.test(t,ae.MinLengthConstraintComponent,{args:{minLength:i},message:[e.factory.literal("Value has less than {$minLength} characters")],value:e.valueOrNode})}}function pv(i){const e=i.ptr.out([ae.pattern]).value,t=i.ptr.out([ae.flags]).value,r=new RegExp(e,t);return{generic:mv(e,t,r)}}function mv(i,e,t){return r=>{r.test(t.test(r.valueOrNode.term.value),ae.PatternConstraintComponent,{args:{flags:e,pattern:i},message:[r.factory.literal('Value does not match pattern "{$pattern}"')],value:r.valueOrNode})}}function gv(i){const e=i.ptr.out([ae.uniqueLang]).term;return e.value==="true"&&$c.boolean.equals(e.datatype)?{property:yv()}:null}function yv(){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(ae.UniqueLangConstraintComponent,{args:{lang:r},message:[i.factory.literal('Language "{?lang}" used more than once')]});t.length===0&&i.debug(ae.UniqueLangConstraintComponent)}}const Fs=fi("http://www.w3.org/ns/shacl#"),rp=fi("https://schemas.link/shacl-next#");class Jr{constructor({results:e=[]}={}){this.results=e}get conforms(){return!this.results.some(e=>e.severity.equals(Fs.Info)||e.severity.equals(Fs.Violation)||e.severity.equals(Fs.Warning))}}function bv(i,e){return Object.entries(e).reduce((t,[r,n])=>(n&&n.termType&&(n=Qt(n)),t.replace(`{$${r}}`,n).replace(`{?${r}}`,n)),i)}class Js{constructor({args:e={},factory:t,message:r=[],severity:n=Fs.Violation}={}){this.severity=n,this.message=r.map(s=>t.literal(bv(s.value,e),s.language||null))}}class Nc{constructor({factory:e=Tc}={}){this.factory=e}clone({factory:e}={}){return new Nc({factory:e||this.factory})}validate(){return new Jr}validateSimple(){return!0}}class ln extends Nc{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 ln({datatypes:this.datatypes,factory:e||this.factory})}}class vv{constructor({factory:e=Tc,validations:t}={}){if(this.factory=e,this.validations=new on,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 Jr}validateSimple(e){const t=this.validations.get(e.datatype);return t?t.validateSimple(e):!0}}class Ze extends ln{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 Ze(this.patterns,this.datatypes,{factory:e||this.factory})}validate(e){const t=this.patterns.map(r=>{let n;r.test(e.value)&&(n=rp.Debug);const s={pattern:this.factory.literal(r.toString()),this:e};return new Js({args:s,factory:this.factory,message:this.message,severity:n})});return new Jr({results:t})}validateSimple(e){return this.patterns.every(t=>t.test(e.value))}}const wv=/^([-+]?[0-9]+)$/;class Bt extends Ze{constructor(e=null,t=null,r,{factory:n}={}){super(wv,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 Bt(this.minInclusive?.toString(),this.maxInclusive?.toString(),this.datatypes,{factory:e||this.factory})}validate(e){const t=super.validate(e).results;if(!rp.Debug.equals(t[0].severity))return new Jr({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 Js({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 Js({factory:this.factory,message:s}))}return new Jr({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 Lc extends ln{constructor(e,t,{factory:r}={}){super({datatypes:t,factory:r}),this.values=new Set(e)}clone({factory:e}={}){return new Lc(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 Js({factory:this.factory,message:n}))}return new Jr({results:t})}validateSimple(e){return this.values.has(e.value)}}const Fe={xsd:fi("http://www.w3.org/2001/XMLSchema#")},_v=new ln({datatypes:Fe.xsd.anySimpleType}),xv=new ln({datatypes:Fe.xsd.anyAtomicType}),bo=/^([^\ud8ff-\udfff\ufffe-\uffff]*)$/,Ev=/^((\+|-)?([0-9]+(\.[0-9]*)?|\.[0-9]+))$/,np=/^((\+|-)?([0-9]+(\.[0-9]*)?|\.[0-9]+)([Ee](\+|-)?[0-9]+)?|(\+|-)?INF|NaN)$/,Dc=/^(-?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)))))$/,sp=/^(-?([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))?)$/,Sv=/^((([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))?)$/,kv=/^(-?([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))?)$/,Iv=/^(-?([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))?)$/,Rv=/^(-?([1-9][0-9]{3,}|0[0-9]{3})(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?)$/,Tv=/^(--(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=/^(---(0[1-9]|[12][0-9]|3[01])(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?)$/,Cv=/^(--(0[1-9]|1[0-2])(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?)$/,Av=/^(([0-9a-fA-F]{2})*)$/,Nv=/^(((([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] ?= ?=))?)$/,Lv=new Ze(bo,Fe.xsd.string),Dv=new Lc(["1","true","0","false"],Fe.xsd.boolean),Ov=new Ze(Ev,Fe.xsd.decimal),Mv=new Ze(np,Fe.xsd.float),Pv=new Ze(np,Fe.xsd.double),jv=new Ze(Dc,Fe.xsd.duration),Bv=new Ze(sp,Fe.xsd.dateTime),Fv=new Ze(Sv,Fe.xsd.time),qv=new Ze(kv,Fe.xsd.date),Uv=new Ze(Iv,Fe.xsd.gYearMonth),Vv=new Ze(Rv,Fe.xsd.gYear),zv=new Ze(Tv,Fe.xsd.gMonthDay),Hv=new Ze($v,Fe.xsd.gDay),Wv=new Ze(Cv,Fe.xsd.gMonth),Gv=new Ze(Av,Fe.xsd.hexBinary),Kv=new Ze(Nv,Fe.xsd.base64Binary),Jv=new Ze(bo,Fe.xsd.anyURI),op=/^([^\u000d\u000a\u0009]*)$/,Xv=/^([^ ]+( [^ ]+)*)*$/,Qv=/^([a-zA-Z]{1,8}(-[a-zA-Z0-9]{1,8})*)$/,Yv=/^([^DT]*)$/,Zv=/^([^YM]*[DT].*)$/,e0=/^(.*(Z|(\+|-)[0-9][0-9]:[0-9][0-9]))$/,t0=new Ze([bo,op],Fe.xsd.normalizedString),i0=new Ze([bo,op,Xv],Fe.xsd.token),r0=new Ze(Qv,Fe.xsd.language),n0=new Bt(null,null,Fe.xsd.integer),s0=new Bt(null,"0",Fe.xsd.nonPositiveInteger),o0=new Bt(null,"-1",Fe.xsd.negativeInteger),a0=new Bt("-9223372036854775808","9223372036854775807",Fe.xsd.long),l0=new Bt("-2147483648","2147483647",Fe.xsd.int),c0=new Bt("-32768","32767",Fe.xsd.short),d0=new Bt("-128","127",Fe.xsd.byte),u0=new Bt("0",null,Fe.xsd.nonNegativeInteger),h0=new Bt("0","18446744073709551615",Fe.xsd.unsignedLong),f0=new Bt("0","4294967295",Fe.xsd.unsignedInt),p0=new Bt("0","65535",Fe.xsd.unsignedShort),m0=new Bt("0","255",Fe.xsd.unsignedByte),g0=new Bt("1",null,Fe.xsd.positiveInteger),y0=new Ze([Dc,Yv],Fe.xsd.yearMonthDuration),b0=new Ze([Dc,Zv],Fe.xsd.dayTimeDuration),v0=new Ze([sp,e0],Fe.xsd.dateTimeStamp),w0=Object.freeze(Object.defineProperty({__proto__:null,anyAtomicType:xv,anySimpleType:_v,anyURI:Jv,base64Binary:Kv,boolean:Dv,byte:d0,date:qv,dateTime:Bv,dateTimeStamp:v0,dayTimeDuration:b0,decimal:Ov,double:Pv,duration:jv,float:Mv,gDay:Hv,gMonth:Wv,gMonthDay:zv,gYear:Vv,gYearMonth:Uv,hexBinary:Gv,int:l0,integer:n0,language:r0,long:a0,negativeInteger:o0,nonNegativeInteger:u0,nonPositiveInteger:s0,normalizedString:t0,positiveInteger:g0,short:c0,string:Lv,time:Fv,token:i0,unsignedByte:m0,unsignedInt:f0,unsignedLong:h0,unsignedShort:p0,yearMonthDuration:y0},Symbol.toStringTag,{value:"Module"}));class _0 extends vv{constructor({factory:e}={}){super({factory:e,validations:{...w0}})}}const x0=new on([[ae.BlankNode,new Set(["BlankNode"])],[ae.BlankNodeOrIRI,new Set(["BlankNode","NamedNode"])],[ae.BlankNodeOrLiteral,new Set(["BlankNode","Literal"])],[ae.IRI,new Set(["NamedNode"])],[ae.IRIOrLiteral,new Set(["NamedNode","Literal"])],[ae.Literal,new Set(["Literal"])]]);function E0(i){const e=i.ptr.out([ae.class]).map(t=>Nl(t));return{generic:S0(e)}}function S0(i){return e=>{const t=new ci(e.valueOrNode.out([kr.type]).terms);for(const r of i){const n=[...t].some(s=>r.has(s));e.test(n,ae.ClassConstraintComponent,{value:e.valueOrNode})}}}function k0(i){const e=i.ptr.out([ae.datatype]).term,t=new _0;return{generic:I0(e,t)}}function I0(i,e){return t=>{const r=i.equals(t.valueOrNode.term.datatype)&&e.validateSimple(t.valueOrNode.term);t.test(r,ae.DatatypeConstraintComponent,{args:{datatype:i},message:[t.factory.literal("Value does not have datatype {$datatype}")],value:t.valueOrNode})}}function R0(i){const e=i.ptr.out([ae.nodeKind]).term,t=x0.get(e);return{generic:T0(e,t)}}function T0(i,e){return t=>{t.test(e.has(t.valueOrNode.term.termType),ae.NodeKindConstraintComponent,{args:{nodeKind:i},message:[t.factory.literal("Value does not have node kind {$nodeKind}")],value:t.valueOrNode})}}const $0=new on([[ae.maxCount,gb],[ae.minCount,bb],[ae.and,Eb],[ae.not,kb],[ae.or,Rb],[ae.xone,$b],[ae.closed,Ab],[ae.hasValue,Lb],[ae.in,Mb],[ae.disjoint,jb],[ae.equals,Fb],[ae.lessThan,Vb],[ae.lessThanOrEquals,Hb],[ae.maxExclusive,Gb],[ae.maxInclusive,Jb],[ae.minExclusive,Qb],[ae.minInclusive,Zb],[ae.node,tv],[ae.property,rv],[ae.qualifiedValueShape,sv],[ae.languageIn,lv],[ae.maxLength,dv],[ae.minLength,hv],[ae.pattern,pv],[ae.uniqueLang,gv],[ae.class,E0],[ae.datatype,k0],[ae.nodeKind,R0]]);class C0{constructor(e,{factory:t,...r}){if(this.factory=t,this.options=r,this.registry=new ib($0),this.shapesPtr=new Ks({dataset:e,factory:t}),this.shapes=new on,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([ae.targetClass]),...this.shapesPtr.hasOut([ae.targetNode]),...this.shapesPtr.hasOut([ae.targetObjectsOf]),...this.shapesPtr.hasOut([ae.targetSubjectsOf]),...this.shapesPtr.hasOut([kr.type],[ae.NodeShape]),...this.shapesPtr.hasOut([kr.type],[ae.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 mb(e,{validator:this}),this.shapes.set(e.term,t)),t}async validate(e,t){const r=new Ks({...e,factory:this.factory}),n=new Cc({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 l of a)await s.validate(o.create({focusNode:l}))}return n.report}}let A0=class extends HTMLElement{constructor(e){super(),this.shape=null,this.attachShadow({mode:"open"}),this.form=document.createElement("form"),this.config=new Qu(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 Qu.dataAttributes()}connectedCallback(){this.shadowRoot.prepend(this.form)}attributeChangedCallback(){this.config.updateAttributes(this),this.initialize()}initialize(){clearTimeout(this.initDebounceTimeout),this.initDebounceTimeout=setTimeout(async()=>{this.form.replaceChildren(document.createTextNode(this.config.attributes.loading));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 qm())r.stylesheet&&t.push(r.stylesheet);if(this.shadowRoot.adoptedStyleSheets=t,this.shape=new ir(e,this.config,this.config.attributes.valuesSubject?Ve.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(Ve.namedNode(this.config.attributes.valuesSubject)),await this.validate(!0)}}else if(this.config.store.countQuads(null,null,null,Vs)>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)}},200)}serialize(e="text/turtle",t=this.toRDF()){const r=t.getQuads(null,null,null,null);return Pm(r,e,this.config.prefixes)}toRDF(e=new Rt){return this.shape?.toRDF(e),e}registerPlugin(e){Fm(e),this.initialize()}setTheme(e){this.config.theme=e,this.initialize()}setSharedShapesGraph(e){yy(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?.toRDF(this.config.store),this.shape&&this.config.store.add(new so(this.shape.shaclSubject,Ve.namedNode(Ae+"targetNode"),this.shape.nodeId,this.config.valuesGraphId));try{const t=this.config.store,r=await new C0(t,{details:!0,factory:Ve}).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 l=this.form.querySelectorAll(`
341
+ :scope shacl-node[data-node-id='${o.id}'] > shacl-property > .property-instance[data-path='${a.id}'] > .editor,
342
+ :scope shacl-node[data-node-id='${o.id}'] > shacl-property > .shacl-group > .property-instance[data-path='${a.id}'] > .editor,
343
+ :scope shacl-node[data-node-id='${o.id}'] > .shacl-group > shacl-property > .property-instance[data-path='${a.id}'] > .editor,
344
+ :scope shacl-node[data-node-id='${o.id}'] > .shacl-group > shacl-property > .shacl-group > .property-instance[data-path='${a.id}'] > .editor`);l.length===0&&(l=this.form.querySelectorAll(`
345
+ :scope [data-node-id='${o.id}'] > shacl-property > .property-instance[data-path='${a.id}'],
346
+ :scope [data-node-id='${o.id}'] > shacl-property > .shacl-group > .property-instance[data-path='${a.id}']`));for(const c of l)if(c.classList.contains("editor")){if(!e||c.value){let d=c.parentElement;d.classList.add("invalid"),d.classList.remove("valid"),d.appendChild(this.createValidationErrorDisplay(n));do d instanceof Yt&&(d.open=!0),d=d.parentElement;while(d)}}else e||(c.classList.add("invalid"),c.classList.remove("valid"),c.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+`
347
+ `;else r.title=e.sourceConstraintComponent?.value;return r}findRootShaclShapeSubject(){let e=null;if(this.config.attributes.shapeSubject){if(e=Ve.namedNode(this.config.attributes.shapeSubject),this.config.store.getQuads(e,xt,Rs,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,Ii)>0){const t=Ve.namedNode(this.config.attributes.valuesSubject),r=[...this.config.store.getQuads(t,xt,null,Ii),...this.config.store.getQuads(t,El,null,Ii)];if(r.length===0){console.warn(`value subject '${this.config.attributes.valuesSubject}' has neither ${xt.id} nor ${El.id} statement`);return}for(const n of r)if(this.config.store.getQuads(n.object,xt,Rs,null).length>0){e=n.object;break}if(!e){const n=this.config.store.getQuads(null,Zn,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,xt,Rs,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,xt,Rs,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,Ii))this.config.store.delete(t),(t.object.termType==="NamedNode"||t.object.termType==="BlankNode")&&this.removeFromDataGraph(t.object)}};function Vh(i){return i!==null&&typeof i=="object"&&"constructor"in i&&i.constructor===Object}function Oc(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]:Vh(e[r])&&Vh(i[r])&&Object.keys(e[r]).length>0&&Oc(i[r],e[r])})}const ap={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 zt(){const i=typeof document<"u"?document:{};return Oc(i,ap),i}const N0={document:ap,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 ar(){const i=typeof window<"u"?window:{};return Oc(i,N0),i}const L0=i=>i?.nodeName.toLowerCase()??"",ps=(i,e)=>i?.nodeName.toLowerCase()===e.toLowerCase(),dt=i=>typeof i=="function",ut=i=>typeof i=="string",vo=i=>typeof i=="number",D0=i=>typeof i=="boolean",at=i=>typeof i>"u",Mc=i=>i===null,Pc=i=>typeof Window<"u"&&i instanceof Window,jc=i=>typeof Document<"u"&&i instanceof Document,qi=i=>typeof Element<"u"&&i instanceof Element,O0=i=>typeof Node<"u"&&i instanceof Node,Fr=i=>!dt(i)&&!Pc(i)&&vo(i.length),ji=i=>typeof i=="object"&&i!==null,Xs=i=>jc(i)?i.documentElement:i,wo=i=>i.replace(/-([a-z])/g,(e,t)=>t.toUpperCase()),lp=i=>i&&i.replace(/^./,i[0].toLowerCase()).replace(/[A-Z]/g,e=>"-"+e.toLowerCase()),cp=()=>!1,rt=(i,e)=>{for(let t=0;t<i.length;t+=1)if(e.call(i[t],i[t],t)===!1)return i;return i},Nt=(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 Tt{constructor(e){return this.length=0,e?(rt(e,(t,r)=>{this[r]=t}),this.length=e.length,this):this}}const Qs=(i=zt())=>/complete|interactive/.test(i.readyState),_o=i=>zt().createElement(i),Bc=(i,e)=>i.appendChild(e),Fc=i=>i.parentNode?i.parentNode.removeChild(i):i,dp=(i,e)=>{const t=_o(e);return t.innerHTML=i,[].slice.call(t.childNodes)},M0=()=>{const i=function(e){if(!e)return new Tt;if(e instanceof Tt)return e;if(dt(e)){const t=zt();return Qs(t)?e.call(t,i):t.addEventListener("DOMContentLoaded",()=>e.call(t,i),{once:!0}),new Tt([t])}if(ut(e)){const t=e.trim();if(t.startsWith("<")&&t.endsWith(">")){let n="div";return Nt({li:"ul",tr:"tbody",td:"tr",th:"tr",tbody:"table",option:"select"},(o,a)=>{if(t.startsWith(`<${o}`))return n=a,!1}),new Tt(dp(t,n))}const r=zt();return new Tt(r.querySelectorAll(e))}return Fr(e)&&!O0(e)?new Tt(e):new Tt([e])};return i.fn=Tt.prototype,i},se=M0(),qc=(i,e)=>(rt(e,t=>{i.push(t)}),i),ms=i=>[...new Set(i)];se.fn.get=function(i){return i===void 0?[].slice.call(this):this[i>=0?i:i+this.length]};se.fn.add=function(i){return new Tt(ms(qc(this.get(),se(i).get())))};const up=(i,e,t)=>{const r=i.getAttribute(e);return Mc(r)?t:r},hp=(i,e)=>{i.removeAttribute(e)},fp=(i,e,t)=>{Mc(t)?hp(i,e):i.setAttribute(e,t)};se.fn.each=function(i){return rt(this,(e,t)=>i.call(e,t,e))};rt(["add","remove","toggle"],i=>{se.fn[`${i}Class`]=function(e){return i==="remove"&&!arguments.length?this.each((t,r)=>{fp(r,"class","")}):this.each((t,r)=>{if(!qi(r))return;const n=(dt(e)?e.call(r,t,up(r,"class","")):e).split(" ").filter(s=>s);rt(n,s=>{r.classList[i](s)})})}});rt(["insertBefore","insertAfter"],(i,e)=>{se.fn[i]=function(t){const r=e?se(this.get().reverse()):this,n=se(t),s=[];return n.each((o,a)=>{a.parentNode&&r.each((l,c)=>{const d=o?c.cloneNode(!0):c,f=e?a.nextSibling:a;s.push(d),a.parentNode.insertBefore(d,f)})}),se(e?s.reverse():s)}});const P0=i=>ut(i)&&!(i.startsWith("<")&&i.endsWith(">"));rt(["before","after"],(i,e)=>{se.fn[i]=function(...t){return e===1&&(t=t.reverse()),this.each((r,n)=>{const s=dt(t[0])?[t[0].call(n,r,n.innerHTML)]:t;rt(s,o=>{let a;P0(o)?a=se(dp(o,"div")):r&&qi(o)?a=se(o.cloneNode(!0)):a=se(o),a[e?"insertAfter":"insertBefore"](n)})})}});function pp(i,e){return Fr(i)?rt(i,(t,r)=>e.call(t,r,t)):Nt(i,e)}function Wn(i,e){const t=ar();let r;const n=[];return pp(i,(s,o)=>{r=e.call(t,o,s),r!=null&&n.push(r)}),[].concat(...n)}se.fn.map=function(i){return new Tt(Wn(this,(e,t)=>i.call(e,t,e)))};se.fn.clone=function(){return this.map(function(){return this.cloneNode(!0)})};se.fn.is=function(i){let e=!1;if(dt(i))return this.each((r,n)=>{i.call(n,r,n)&&(e=!0)}),e;if(ut(i))return this.each((r,n)=>{jc(n)||Pc(n)||n.matches.call(n,i)&&(e=!0)}),e;const t=se(i);return this.each((r,n)=>{t.each((s,o)=>{n===o&&(e=!0)})}),e};se.fn.remove=function(i){return this.each((e,t)=>{(!i||se(t).is(i))&&Fc(t)})};rt(["prepend","append"],(i,e)=>{se.fn[i]=function(...t){return this.each((r,n)=>{const s=n.childNodes,o=s.length,a=o?s[e?o-1:0]:_o("div");o||Bc(n,a);let l=dt(t[0])?[t[0].call(n,r,n.innerHTML)]:t;r&&(l=l.map(c=>ut(c)?c:se(c).clone())),se(a)[e?"after":"before"](...l),o||Fc(a)})}});rt(["appendTo","prependTo"],(i,e)=>{se.fn[i]=function(t){const r=[],n=se(t).map((o,a)=>{const l=a.childNodes,c=l.length;if(c)return l[e?0:c-1];const d=_o("div");return Bc(a,d),r.push(d),d}),s=this[e?"insertBefore":"insertAfter"](n);return se(r).remove(),s}});const xo=(i,e)=>ar().getComputedStyle(i).getPropertyValue(lp(e)),mp=i=>xo(i,"box-sizing")==="border-box",Ll=(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(xo(i,a)||"0")},0)},Eo=(i,e)=>{if(e==="width"||e==="height"){const t=i.getBoundingClientRect()[e];return mp(i)?`${t}px`:`${t-Ll(i,e,"border")-Ll(i,e,"padding")}px`}return xo(i,e)},j0=["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"];rt(["attr","prop","css"],(i,e)=>{const t=(n,s,o)=>{if(at(o))return;if(e===0)return fp(n,s,o);if(e===1){n[s]=o;return}s=lp(s);const a=()=>s.startsWith("--")||j0.includes(s)?"":"px";n.style.setProperty(s,vo(o)?`${o}${a()}`:o)},r=(n,s)=>e===0?up(n,s):e===1?n[s]:Eo(n,s);se.fn[i]=function(n,s){if(ji(n))return Nt(n,(o,a)=>{this[i](o,a)}),this;if(arguments.length===1){const o=this[0];return qi(o)?r(o,n):void 0}return this.each((o,a)=>{t(a,n,dt(s)?s.call(a,o,r(a,n)):s)})}});se.fn.children=function(i){const e=[];return this.each((t,r)=>{rt(r.childNodes,n=>{qi(n)&&(!i||se(n).is(i))&&e.push(n)})}),new Tt(ms(e))};se.fn.slice=function(...i){return new Tt([].slice.apply(this,i))};se.fn.eq=function(i){const e=i===-1?this.slice(i):this.slice(i,+i+1);return new Tt(e)};const Uc=(i,e,t,r,n)=>{const s=[];let o;return i.each((a,l)=>{for(o=l[t];o&&qi(o);){if(e===2){if(r&&se(o).is(r))break;(!n||se(o).is(n))&&s.push(o)}else if(e===0){(!r||se(o).is(r))&&s.push(o);break}else(!r||se(o).is(r))&&s.push(o);o=o[t]}}),new Tt(ms(s))};rt(["","s","sUntil"],(i,e)=>{se.fn[`parent${i}`]=function(t,r){const n=e?se(this.get().reverse()):this;return Uc(n,e,"parentNode",t,r)}});se.fn.closest=function(i){if(this.is(i))return this;const e=[];return this.parents().each((t,r)=>{if(se(r).is(i))return e.push(r),!1}),new Tt(e)};const So=new WeakMap,gs=i=>So.get(i)??{},gp=(i,e)=>{const t=gs(i),r=wo(e);return r in t?t[r]:void 0},Vc=(i,e)=>{const t=gs(i);Nt(e,(r,n)=>{t[wo(r)]=n}),So.set(i,t)},yp=(i,e,t)=>{Vc(i,{[e]:t})},B0=i=>{So.delete(i)},F0=(i,e)=>{const t=gs(i);rt(e,r=>{const n=wo(r);delete t[n]}),So.set(i,t)},q0=/^(?:{[\w\W]*\}|\[[\w\W]*\])$/,U0=i=>i==="true"?!0:i==="false"?!1:i==="null"?null:i===+i+""?+i:q0.test(i)?JSON.parse(i):i,zh=(i,e,t)=>{if(at(t)&&i.nodeType===1&&(t=i.dataset[e],ut(t)))try{t=U0(t)}catch{}return t};se.fn.data=function(i,e){if(at(i)){if(!this.length)return;const t=this[0],r=gs(t);return t.nodeType!==1||Nt(t.dataset,n=>{r[n]=zh(t,n,r[n])}),r}if(ji(i))return this.each(function(){Vc(this,i)});if(arguments.length===2&&at(e))return this;if(!at(e))return this.each(function(){yp(this,i,e)});if(this.length)return zh(this[0],wo(i),gp(this[0],i))};se.fn.empty=function(){return this.each((i,e)=>{e.innerHTML=""})};se.fn.extend=function(i){return Nt(i,(e,t)=>{se.fn[e]=t}),this};se.fn.filter=function(i){if(dt(i))return this.map((t,r)=>i.call(r,t,r)?r:void 0);if(ut(i))return this.map((t,r)=>se(r).is(i)?r:void 0);const e=se(i);return this.map((t,r)=>e.get().includes(r)?r:void 0)};se.fn.find=function(i){const e=[];return this.each((t,r)=>{qc(e,se(r.querySelectorAll(i)).get())}),new Tt(e)};se.fn.first=function(){return this.eq(0)};const zc=(i,e)=>i!==e&&Xs(i).contains(e);se.fn.has=function(i){const e=ut(i)?this.find(i):se(i),{length:t}=e;return this.map(function(){for(let r=0;r<t;r+=1)if(zc(this,e[r]))return this})};se.fn.hasClass=function(i){return this[0].classList.contains(i)};const bp=(i,e,t,r,n,s)=>{const o=a=>Ll(i,e.toLowerCase(),a)*s;return r===2&&n&&(t+=o("margin")),mp(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},vp=(i,e,t,r)=>{const n=zt(),s=`client${e}`,o=`scroll${e}`,a=`offset${e}`,l=`inner${e}`;if(Pc(i))return t===2?i[l]:Xs(n)[s];if(jc(i)){const d=Xs(i);return Math.max(i.body[o],d[o],i.body[a],d[a],d[s])}const c=parseFloat(xo(i,e.toLowerCase())||"0");return bp(i,e,c,t,r,1)},V0=(i,e,t,r,n,s)=>{let o=dt(s)?s.call(i,e,vp(i,t,r,n)):s;if(o==null)return;const a=se(i),l=t.toLowerCase();if(ut(o)&&["auto","inherit",""].includes(o)){a.css(l,o);return}const c=o.toString().replace(/\b[0-9.]*/,""),d=parseFloat(o);o=bp(i,t,d,r,n,-1)+(c||"px"),a.css(l,o)};rt(["Width","Height"],i=>{rt([`inner${i}`,i.toLowerCase(),`outer${i}`],(e,t)=>{se.fn[e]=function(r,n){const s=arguments.length&&(t<2||!D0(r)),o=r===!0||n===!0;return s?this.each((a,l)=>V0(l,a,i,t,o,r)):this.length?vp(this[0],i,t,o):void 0}})});se.fn.hide=function(){return this.each((i,e)=>{e.style.display="none"})};rt(["val","html","text"],(i,e)=>{const r=["value","innerHTML","textContent"][e],n=o=>{if(e===2)return Wn(o,c=>Xs(c)[r]).join("");if(!o.length)return;const a=o[0],l=se(a);return e===0&&l.is("select[multiple]")?Wn(l.find("option:checked"),c=>c.value):a[r]},s=(o,a)=>{if(at(a)){if(e!==0)return;a=""}e===1&&qi(a)&&(a=a.outerHTML),o[r]=a};se.fn[i]=function(o){return arguments.length?this.each((a,l)=>{const c=se(l),d=dt(o)?o.call(l,a,n(c)):o;e===0&&Array.isArray(d)?c.is("select[multiple]")?Wn(c.find("option"),f=>f.selected=d.includes(f.value)):l.checked=d.includes(l.value):s(l,d)}):n(this)}});se.fn.index=function(i){return arguments.length?ut(i)?se(i).get().indexOf(this[0]):this.get().indexOf(se(i)[0]):this.eq(0).parent().children().get().indexOf(this[0])};se.fn.last=function(){return this.eq(-1)};rt(["","All","Until"],(i,e)=>{se.fn[`next${i}`]=function(t,r){return Uc(this,e,"nextElementSibling",t,r)}});se.fn.not=function(i){const e=this.filter(i);return this.map((t,r)=>e.index(r)>-1?void 0:r)};const z0=ar().CustomEvent;class H0 extends z0{constructor(e,t){super(e,t),this.data=t.data,this.namespace=t.namespace}}const hl=new WeakMap;let W0=1;const Dl=i=>(hl.has(i)||hl.set(i,++W0),hl.get(i)),Hh=new Map,Ys=i=>{const e=Dl(i);return Hh.get(e)||Hh.set(e,[]).get(e)},Hc=i=>{const e=i.split(".");return{type:e[0],namespace:e.slice(1).sort().join(" ")}},wp=i=>new RegExp("(?:^| )"+i.replace(" "," .* ?")+"(?: |$)"),G0=(i,e,t,r)=>{const n=Hc(e);return Ys(i).filter(s=>s&&(!n.type||s.type===n.type)&&(!n.namespace||wp(n.namespace).test(s.namespace))&&(!t||Dl(s.func)===Dl(t))&&(!r||s.selector===r))},K0=(i,e,t,r,n)=>{let s=!1;ji(r)&&r.useCapture&&(s=!0),e.split(" ").forEach(o=>{if(!o)return;const a=Hc(o),l=(f,g)=>{t.apply(g,f.detail===null?[f]:[f].concat(f.detail))===!1&&(f.preventDefault(),f.stopPropagation())},c=f=>{f.namespace&&!wp(f.namespace).test(a.namespace)||(f.data=r,n?se(i).find(n).get().reverse().forEach(g=>{(g===f.target||zc(g,f.target))&&l(f,g)}):l(f,i))},d={type:a.type,namespace:a.namespace,func:t,selector:n,id:Ys(i).length,proxy:c};Ys(i).push(d),i.addEventListener(d.type,c,s)})},J0=(i,e,t,r)=>{const n=Ys(i),s=o=>{delete n[o.id],i.removeEventListener(o.type,o.proxy,!1)};e?e.split(" ").forEach(o=>{o&&G0(i,o,t,r).forEach(a=>{s(a)})}):n.forEach(o=>{s(o)})};se.fn.off=function(i,e,t){return ji(i)?(Nt(i,(r,n)=>{this.off(r,e,n)}),this):((e===!1||dt(e))&&(t=e,e=void 0),t===!1&&(t=cp),this.each(function(){J0(this,i,t,e)}))};function ko(i,...e){return rt(e,t=>{Nt(t,(r,n)=>{at(n)||(i[r]=n)})}),i}se.fn.offsetParent=function(){const i=zt();return this.map(function(){let e=this.offsetParent;for(;e&&se(e).css("position")==="static";)e=e.offsetParent;return e||i.documentElement})};const Cs=(i,e)=>parseFloat(i.css(e));se.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+=Cs(r,"border-top-width"),t.left+=Cs(r,"border-left-width")}return{top:e.top-t.top-Cs(i,"margin-top"),left:e.left-t.left-Cs(i,"margin-left")}};const _p=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}},X0=(i,e,t)=>{const r=se(i),n=r.css("position");n==="static"&&r.css("position","relative");const s=_p(i),o=r.css("top"),a=r.css("left");let l,c;if((n==="absolute"||n==="fixed")&&(o+a).includes("auto")){const g=r.position();l=g.top,c=g.left}else l=parseFloat(o),c=parseFloat(a);const f=dt(e)?e.call(i,t,ko({},s)):e;r.css({top:f.top!=null?f.top-s.top+l:void 0,left:f.left!=null?f.left-s.left+c:void 0})};se.fn.offset=function(i){return arguments.length?this.each(function(e){X0(this,i,e)}):this.length?_p(this[0]):void 0};se.fn.on=function(i,e,t,r,n){if(ji(i))return ut(e)||(t=t||e,e=void 0),Nt(i,(s,o)=>{this.on(s,e,t,o,n)}),this;if(t==null&&r==null?(r=e,t=e=void 0):r==null&&(ut(e)?(r=t,t=void 0):(r=t,t=e,e=void 0)),r===!1)r=cp;else if(!r)return this;if(n){const s=this,o=r;r=function(a,...l){return s.off(a.type,e,r),o.call(this,a,...l)}}return this.each(function(){K0(this,i,r,t,e)})};se.fn.one=function(i,e,t,r){return this.on(i,e,t,r,!0)};rt(["","All","Until"],(i,e)=>{se.fn[`prev${i}`]=function(t,r){const n=e?se(this.get().reverse()):this;return Uc(n,e,"previousElementSibling",t,r)}});se.fn.removeAttr=function(i){const e=i.split(" ").filter(t=>t);return this.each(function(){rt(e,t=>{hp(this,t)})})};const xp=(i,e)=>{if(at(e))return B0(i);const t=ut(e)?e.split(" ").filter(r=>r):e;F0(i,t)};se.fn.removeData=function(i){return this.each((e,t)=>{xp(t,i)})};se.fn.removeProp=function(i){return this.each((e,t)=>{try{delete t[i]}catch{}})};se.fn.replaceWith=function(i){return this.each((e,t)=>{let r=i;dt(r)?r=r.call(t,e,t.innerHTML):e&&!ut(r)&&(r=se(r).clone()),se(t).before(r)}),this.remove()};se.fn.replaceAll=function(i){return se(i).map((e,t)=>(se(t).replaceWith(e?this.clone():this),this.get()))};const Wc=i=>{if(!ji(i)&&!Array.isArray(i))return"";const e=[],t=(r,n)=>{let s;ji(n)?Nt(n,(o,a)=>{s=Array.isArray(n)&&!ji(a)?"":o,t(`${r}[${s}]`,a)}):(s=n==null||n===""?"=":`=${encodeURIComponent(n)}`,e.push(encodeURIComponent(r)+s))};return Array.isArray(i)?rt(i,({name:r,value:n})=>t(r,n)):Nt(i,t),e.join("&")},Pr=new WeakMap,Ep=i=>{const e=[...i.elements],t=Pr.get(i)||[],r=(n,s)=>n.compareDocumentPosition(s)&Node.DOCUMENT_POSITION_FOLLOWING?-1:1;return[...e,...t].sort(r)},Sp=i=>{const e=[];return i.each((t,r)=>{const n=r instanceof HTMLFormElement?Ep(r):[r];se(n).each((s,o)=>{const a=se(o),l=o.type,c=o.nodeName.toLowerCase();c!=="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(c)&&!["submit","button","image","reset","file"].includes(l)&&(!["radio","checkbox"].includes(l)||o.checked)&&(!["mdui-checkbox","mdui-switch"].includes(c)||o.checked)&&e.push({name:o.name,value:a.val()})})}),e};se.fn.serializeArray=function(){return Sp(this).map(i=>Array.isArray(i.value)?i.value.map(e=>({name:i.name,value:e})):i).flat()};se.fn.serialize=function(){return Wc(this.serializeArray())};se.fn.serializeObject=function(){const i={};return Sp(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 fl={},Q0=i=>{const e=zt();let t,r;return fl[i]||(t=_o(i),Bc(e.body,t),r=Eo(t,"display"),Fc(t),r==="none"&&(r="block"),fl[i]=r),fl[i]};se.fn.show=function(){return this.each((i,e)=>{e.style.display==="none"&&(e.style.display=""),Eo(e,"display")==="none"&&(e.style.display=Q0(e.nodeName))})};se.fn.siblings=function(i){return this.prevAll(i).add(this.nextAll(i))};se.fn.toggle=function(){return this.each((i,e)=>{Eo(e,"display")==="none"?se(e).show():se(e).hide()})};se.fn.trigger=function(i,e=null,t){const{type:r,namespace:n}=Hc(i),s=new H0(r,{detail:e,data:null,namespace:n,bubbles:!0,cancelable:!1,composed:!0,...t});return this.each((o,a)=>{a.dispatchEvent(s)})};const Y0="ajaxStart",Wh="ajaxSuccess",As="ajaxError",pl="ajaxComplete",Gn={},Z0=i=>["GET","HEAD"].includes(i),Gh=(i,e)=>`${i}&${e}`.replace(/[&?]{1,2}/,"?"),ew=i=>{const e=ar();return/^([\w-]+:)?\/\/([^/]+)/.test(i)&&RegExp.$2!==e.location.host},tw=i=>i>=200&&i<300||[0,304].includes(i),iw=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 Nt(Gn,(t,r)=>{!["beforeSend","success","error","complete","statusCode"].includes(t)&&!at(r)&&(e[t]=r)}),ko({},e,i)},kp=i=>{const e=zt(),t=ar();let r=!1;const n={},s={},o=iw(i),a=o.method.toUpperCase();let{data:l,url:c}=o;c=c||t.location.toString();const{processData:d,async:f,cache:g,username:y,password:b,headers:_,xhrFields:E,statusCode:S,dataType:k,contentType:v,timeout:u,global:m}=o,T=Z0(a);l&&(T||d)&&!ut(l)&&!(l instanceof ArrayBuffer)&&!(l instanceof Blob)&&!(l instanceof Document)&&!(l instanceof FormData)&&(l=Wc(l)),l&&T&&(c=Gh(c,l),l=null);const N=(j,R,...P)=>{m&&se(e).trigger(j,R==="success"?s:n);let q,I;R in Gn&&(q=Gn[R](...P)),o[R]&&(I=o[R](...P)),R==="beforeSend"&&[q,I].includes(!1)&&(r=!0)};return(()=>{let j;return new Promise((R,P)=>{const q=Q=>P(new Error(Q));T&&!g&&(c=Gh(c,`_=${Date.now()}`));const I=new XMLHttpRequest;I.open(a,c,f,y,b),(v||l&&!T&&v!==!1)&&I.setRequestHeader("Content-Type",v),k==="json"&&I.setRequestHeader("Accept","application/json, text/javascript"),Nt(_,(Q,A)=>{at(A)||I.setRequestHeader(Q,A+"")}),ew(c)||I.setRequestHeader("X-Requested-With","XMLHttpRequest"),Nt(E,(Q,A)=>{I[Q]=A}),n.xhr=s.xhr=I,n.options=s.options=o;let L;if(I.onload=()=>{L&&clearTimeout(L);const Q=tw(I.status);let A;if(Q)if(j=I.status===204||a==="HEAD"?"nocontent":I.status===304?"notmodified":"success",k==="json"||!k&&(I.getResponseHeader("content-type")||"").includes("json")){try{A=a==="HEAD"?void 0:JSON.parse(I.responseText),s.response=A}catch{j="parsererror",N(As,"error",I,j),q(j)}j!=="parsererror"&&(N(Wh,"success",A,j,I),R(A))}else A=a==="HEAD"?void 0:I.responseType==="text"||I.responseType===""?I.responseText:I.response,s.response=A,N(Wh,"success",A,j,I),R(A);else j="error",N(As,"error",I,j),q(j);rt([Gn.statusCode??{},S],Y=>{Y[I.status]&&(Q?Y[I.status](A,j,I):Y[I.status](I,j))}),N(pl,"complete",I,j)},I.onerror=()=>{L&&clearTimeout(L),N(As,"error",I,I.statusText),N(pl,"complete",I,"error"),q(I.statusText)},I.onabort=()=>{let Q="abort";L&&(Q="timeout",clearTimeout(L)),N(As,"error",I,Q),N(pl,"complete",I,Q),q(Q)},N(Y0,"beforeSend",I,o),r)return q("cancel");u>0&&(L=t.setTimeout(()=>I.abort(),u)),I.send(l)})})()};se.ajax=kp;const rw=i=>ko(Gn,i);se.ajaxSetup=rw;se.contains=zc;function nw(i,e,t){return ji(e)?(Vc(i,e),e):at(t)?at(e)?gs(i):gp(i,e):(yp(i,e,t),t)}se.data=nw;se.each=pp;se.extend=function(i,...e){return e.length?ko(i,...e):(Nt(i,(t,r)=>{this[t]=r}),this)};se.map=Wn;se.merge=qc;se.param=Wc;se.removeData=xp;se.unique=ms;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}/**
347
348
  * @license
348
349
  * Copyright 2017 Google LLC
349
350
  * SPDX-License-Identifier: BSD-3-Clause
@@ -351,7 +352,7 @@ if("@preserve"in u)return u["@preserve"][0];if(e.isValue(u))return u;if(e.isList
351
352
  * @license
352
353
  * Copyright 2017 Google LLC
353
354
  * SPDX-License-Identifier: BSD-3-Clause
354
- */const nw={attribute:!0,type:String,converter:Vr,reflect:!1,hasChanged:pc},sw=(i=nw,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 l=e.get.call(this);e.set.call(this,a),this.requestUpdate(o,l,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 l=this[o];e.call(this,a),this.requestUpdate(o,l,i)}}throw Error("Unsupported decorator location: "+r)};function D(i){return(e,t)=>typeof t=="object"?sw(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)}/**
355
+ */const sw={attribute:!0,type:String,converter:Vr,reflect:!1,hasChanged:pc},ow=(i=sw,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 l=e.get.call(this);e.set.call(this,a),this.requestUpdate(o,l,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 l=this[o];e.call(this,a),this.requestUpdate(o,l,i)}}throw Error("Unsupported decorator location: "+r)};function D(i){return(e,t)=>typeof t=="object"?ow(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)}/**
355
356
  * @license
356
357
  * Copyright 2017 Google LLC
357
358
  * SPDX-License-Identifier: BSD-3-Clause
@@ -359,11 +360,11 @@ if("@preserve"in u)return u["@preserve"][0];if(e.isValue(u))return u;if(e.isList
359
360
  * @license
360
361
  * Copyright 2017 Google LLC
361
362
  * SPDX-License-Identifier: BSD-3-Clause
362
- */const ow=(i,e,t)=>(t.configurable=!0,t.enumerable=!0,Reflect.decorate&&typeof e!="object"&&Object.defineProperty(i,e,t),t);/**
363
+ */const aw=(i,e,t)=>(t.configurable=!0,t.enumerable=!0,Reflect.decorate&&typeof e!="object"&&Object.defineProperty(i,e,t),t);/**
363
364
  * @license
364
365
  * Copyright 2021 Google LLC
365
366
  * SPDX-License-Identifier: BSD-3-Clause
366
- */function ri(i){return(e,t)=>{const{slot:r,selector:n}=i??{},s="slot"+(r?`[name=${r}]`:":not([name])");return ow(e,t,{get(){const o=this.renderRoot?.querySelector(s),a=o?.assignedElements(i)??[];return n===void 0?a:a.filter(l=>l.matches(n))}})}}/**
367
+ */function ni(i){return(e,t)=>{const{slot:r,selector:n}=i??{},s="slot"+(r?`[name=${r}]`:":not([name])");return aw(e,t,{get(){const o=this.renderRoot?.querySelector(s),a=o?.assignedElements(i)??[];return n===void 0?a:a.filter(l=>l.matches(n))}})}}/**
367
368
  * @license
368
369
  * Copyright 2018 Google LLC
369
370
  * SPDX-License-Identifier: BSD-3-Clause
@@ -371,15 +372,15 @@ if("@preserve"in u)return u["@preserve"][0];if(e.isValue(u))return u;if(e.isList
371
372
  * @license
372
373
  * Copyright 2017 Google LLC
373
374
  * SPDX-License-Identifier: BSD-3-Clause
374
- */const Si={ATTRIBUTE:1,CHILD:2,PROPERTY:3,BOOLEAN_ATTRIBUTE:4},cn=i=>(...e)=>({_$litDirective$:i,values:e});let ys=class{constructor(e){}get _$AU(){return this._$AM._$AU}_$AT(e,t,r){this._$Ct=e,this._$AM=t,this._$Ci=r}_$AS(e,t){return this.update(e,t)}update(e,t){return this.render(...t)}};/**
375
+ */const ki={ATTRIBUTE:1,CHILD:2,PROPERTY:3,BOOLEAN_ATTRIBUTE:4},cn=i=>(...e)=>({_$litDirective$:i,values:e});let ys=class{constructor(e){}get _$AU(){return this._$AM._$AU}_$AT(e,t,r){this._$Ct=e,this._$AM=t,this._$Ci=r}_$AS(e,t){return this.update(e,t)}update(e,t){return this.render(...t)}};/**
375
376
  * @license
376
377
  * Copyright 2018 Google LLC
377
378
  * SPDX-License-Identifier: BSD-3-Clause
378
- */const Ip="important",aw=" !"+Ip,wr=cn(class extends ys{constructor(i){if(super(i),i.type!==Si.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(aw);r.includes("-")||s?t.setProperty(r,s?n.slice(0,-11):n,s?Ip:""):t[r]=n}}return At}});class qe extends ct{emit(e,t){const r=new CustomEvent(e,Object.assign({bubbles:!0,cancelable:!1,composed:!0,detail:{}},t));return this.dispatchEvent(r)}}class bt{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),Qs()||se(()=>{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 He=X`${Ge}`,Me=Ie`: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}`;/**
379
+ */const Ip="important",lw=" !"+Ip,wr=cn(class extends ys{constructor(i){if(super(i),i.type!==ki.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(lw);r.includes("-")||s?t.setProperty(r,s?n.slice(0,-11):n,s?Ip:""):t[r]=n}}return At}});class qe extends ct{emit(e,t){const r=new CustomEvent(e,Object.assign({bubbles:!0,cancelable:!1,composed:!0,detail:{}},t));return this.dispatchEvent(r)}}class bt{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),Qs()||se(()=>{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 He=X`${Ge}`,Me=Ie`: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}`;/**
379
380
  * @license
380
381
  * Copyright 2017 Google LLC
381
382
  * SPDX-License-Identifier: BSD-3-Clause
382
- */let Ol=class extends ys{constructor(e){if(super(e),this.it=Ge,e.type!==Si.CHILD)throw Error(this.constructor.directiveName+"() can only be used in child bindings")}render(e){if(e===Ge||e==null)return this._t=void 0,this.it=e;if(e===At)return e;if(typeof e!="string")throw Error(this.constructor.directiveName+"() called with a non-string value");if(e===this.it)return this._t;this.it=e;const t=[e];return t.raw=t,this._t={_$litType$:this.constructor.resultType,strings:t,values:[]}}};Ol.directiveName="unsafeHTML",Ol.resultType=1;/**
383
+ */let Ol=class extends ys{constructor(e){if(super(e),this.it=Ge,e.type!==ki.CHILD)throw Error(this.constructor.directiveName+"() can only be used in child bindings")}render(e){if(e===Ge||e==null)return this._t=void 0,this.it=e;if(e===At)return e;if(typeof e!="string")throw Error(this.constructor.directiveName+"() called with a non-string value");if(e===this.it)return this._t;this.it=e;const t=[e];return t.raw=t,this._t={_$litType$:this.constructor.resultType,strings:t,values:[]}}};Ol.directiveName="unsafeHTML",Ol.resultType=1;/**
383
384
  * @license
384
385
  * Copyright 2017 Google LLC
385
386
  * SPDX-License-Identifier: BSD-3-Clause
@@ -387,57 +388,57 @@ if("@preserve"in u)return u["@preserve"][0];if(e.isValue(u))return u;if(e.isList
387
388
  * @license
388
389
  * Copyright 2020 Google LLC
389
390
  * SPDX-License-Identifier: BSD-3-Clause
390
- */const lw=i=>i===null||typeof i!="object"&&typeof i!="function",Tp=i=>i.strings===void 0,cw={},dw=(i,e=cw)=>i._$AH=e;/**
391
+ */const cw=i=>i===null||typeof i!="object"&&typeof i!="function",Tp=i=>i.strings===void 0,dw={},uw=(i,e=dw)=>i._$AH=e;/**
391
392
  * @license
392
393
  * Copyright 2017 Google LLC
393
394
  * SPDX-License-Identifier: BSD-3-Clause
394
- */const Kn=(i,e)=>{const t=i._$AN;if(t===void 0)return!1;for(const r of t)r._$AO?.(e,!1),Kn(r,e);return!0},Zs=i=>{let e,t;do{if((e=i._$AM)===void 0)break;t=e._$AN,t.delete(i),i=e}while(t?.size===0)},$p=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),fw(e)}};function uw(i){this._$AN!==void 0?(Zs(this),this._$AM=i,$p(this)):this._$AM=i}function hw(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++)Kn(r[s],!1),Zs(r[s]);else r!=null&&(Kn(r,!1),Zs(r));else Kn(this,i)}const fw=i=>{i.type==Si.CHILD&&(i._$AP??=hw,i._$AQ??=uw)};class Cp extends ys{constructor(){super(...arguments),this._$AN=void 0}_$AT(e,t,r){super._$AT(e,t,r),$p(this),this.isConnected=e._$AU}_$AO(e,t=!0){e!==this.isConnected&&(this.isConnected=e,e?this.reconnected?.():this.disconnected?.()),t&&(Kn(this,e),Zs(this))}setValue(e){if(Tp(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(){}}/**
395
+ */const Kn=(i,e)=>{const t=i._$AN;if(t===void 0)return!1;for(const r of t)r._$AO?.(e,!1),Kn(r,e);return!0},Zs=i=>{let e,t;do{if((e=i._$AM)===void 0)break;t=e._$AN,t.delete(i),i=e}while(t?.size===0)},$p=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),pw(e)}};function hw(i){this._$AN!==void 0?(Zs(this),this._$AM=i,$p(this)):this._$AM=i}function fw(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++)Kn(r[s],!1),Zs(r[s]);else r!=null&&(Kn(r,!1),Zs(r));else Kn(this,i)}const pw=i=>{i.type==ki.CHILD&&(i._$AP??=fw,i._$AQ??=hw)};class Cp extends ys{constructor(){super(...arguments),this._$AN=void 0}_$AT(e,t,r){super._$AT(e,t,r),$p(this),this.isConnected=e._$AU}_$AO(e,t=!0){e!==this.isConnected&&(this.isConnected=e,e?this.reconnected?.():this.disconnected?.()),t&&(Kn(this,e),Zs(this))}setValue(e){if(Tp(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(){}}/**
395
396
  * @license
396
397
  * Copyright 2021 Google LLC
397
398
  * SPDX-License-Identifier: BSD-3-Clause
398
- */class pw{constructor(e){this.G=e}disconnect(){this.G=void 0}reconnect(e){this.G=e}deref(){return this.G}}class mw{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}}/**
399
+ */class mw{constructor(e){this.G=e}disconnect(){this.G=void 0}reconnect(e){this.G=e}deref(){return this.G}}class gw{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}}/**
399
400
  * @license
400
401
  * Copyright 2017 Google LLC
401
402
  * SPDX-License-Identifier: BSD-3-Clause
402
- */const Kh=i=>!lw(i)&&typeof i.then=="function",Jh=1073741823;class gw extends Cp{constructor(){super(...arguments),this._$Cwt=Jh,this._$Cbt=[],this._$CK=new pw(this),this._$CX=new mw}render(...e){return e.find(t=>!Kh(t))??At}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 l=t[a];if(!Kh(l))return this._$Cwt=a,l;a<n&&l===r[a]||(this._$Cwt=Jh,n=0,Promise.resolve(l).then(async c=>{for(;o.get();)await o.get();const d=s.deref();if(d!==void 0){const f=d._$Cbt.indexOf(l);f>-1&&f<d._$Cwt&&(d._$Cwt=f,d.setValue(c))}}))}return At}disconnected(){this._$CK.disconnect(),this._$CX.pause()}reconnected(){this._$CK.reconnect(this),this._$CX.resume()}}const yw=cn(gw),bw=Ie`: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 ns=class extends qe{constructor(){super(...arguments),this.hasSlotController=new bt(this,"[default]")}render(){const e=()=>{if(this.name){const[t,r]=this.name.split("--");return X`<span translate="no" style="${wr({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?X`${yw(kp({url:this.src}).then(Rp))}`:X``};return this.hasSlotController.test("[default]")?X`<slot></slot>`:e()}};ns.styles=[Me,bw];w([D({reflect:!0})],ns.prototype,"name",void 0);w([D({reflect:!0})],ns.prototype,"src",void 0);ns=w([Re("mdui-icon")],ns);const vw=Ie`: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 Ir=class extends qe{constructor(){super(...arguments),this.hasSlotController=new bt(this,"[default]")}render(){return this.hasSlotController.test("[default]")?X`<slot></slot>`:this.src?X`<img part="image" alt="${De(this.label)}" src="${this.src}" style="${wr({objectFit:this.fit})}">`:this.icon?X`<mdui-icon part="icon" name="${this.icon}"></mdui-icon>`:He}};Ir.styles=[Me,vw];w([D({reflect:!0})],Ir.prototype,"src",void 0);w([D({reflect:!0})],Ir.prototype,"fit",void 0);w([D({reflect:!0})],Ir.prototype,"icon",void 0);w([D({reflect:!0})],Ir.prototype,"label",void 0);Ir=w([Re("mdui-avatar")],Ir);const ww=Ie`: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 eo=class extends qe{constructor(){super(...arguments),this.variant="large"}render(){return this.variant==="small"?He:X`<slot></slot>`}};eo.styles=[Me,ww];w([D({reflect:!0})],eo.prototype,"variant",void 0);eo=w([Re("mdui-badge")],eo);const me=i=>i!==null&&i.toLowerCase()!=="false";class vt{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||Qs())&&!this.getUndefinedLocalNames().length,this.defined)}async whenDefined(){if(this.defined)return Promise.resolve();const e=zt();this.needDomReady&&!Qs(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?[...zt().querySelectorAll(t)]:[],s=[...r,...n].map(o=>o.localName);return ms(s)}onSlotChange(){const e=this.getScopeLocalNameSelector();e&&this.host.querySelectorAll(e).length&&(this.defined=!1)}}function Ee(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 Ns=new WeakMap,Gc=i=>{class e extends i{constructor(...r){super(...r),this.scrollBehaviorDefinedController=new vt(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=ps(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 l=["fixed","absolute"].includes(se(this).css("position"))?this.offsetHeight:null;if(se(s).css({[a]:l}),r==="add"&&l!==null){const c=Ns.get(s)??{top:[],bottom:[]};c[o].push(this),Ns.set(s,c)}}if(r==="remove"){const l=Ns.get(s);if(!l)return;const c=l[o].indexOf(this);c>-1&&(l[o].splice(c,1),Ns.set(s,l)),l[o].length||se(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?se(r)[0]:window}getContainer(r){return r?se(r)[0]:document.body}}return w([D({attribute:"scroll-target"})],e.prototype,"scrollTarget",void 0),w([D({reflect:!0,attribute:"scroll-behavior"})],e.prototype,"scrollBehavior",void 0),w([D({type:Number,reflect:!0,attribute:"scroll-threshold"})],e.prototype,"scrollThreshold",void 0),w([Ee("scrollTarget")],e.prototype,"onScrollTargetChange",null),w([Ee("scrollBehavior")],e.prototype,"onScrollBehaviorChange",null),e};let _w=0;const ar=()=>++_w;let Xi,ml;const lr=(i,e)=>{const t=se(i),r=ar(),n={unobserve:()=>{t.each((s,o)=>{const a=Xi.get(o),l=a.coArr.findIndex(c=>c.key===r);l!==-1&&a.coArr.splice(l,1),a.coArr.length?Xi.set(o,a):(ml.unobserve(o),Xi.delete(o))})}};return Xi||(Xi=new WeakMap,ml=new ResizeObserver(s=>{s.forEach(o=>{const a=o.target,l=Xi.get(a);l.entry=o,l.coArr.forEach(c=>{c.callback.call(n,o,n)})})})),t.each((s,o)=>{const a=Xi.get(o)??{coArr:[]};a.coArr.length&&a.entry&&e.call(n,a.entry,n),a.coArr.push({callback:e,key:r}),Xi.set(o,a),ml.observe(o)}),n};class xw{constructor(){this.states=[]}registerMain(e){this.$main=se(e)}unregisterMain(){this.$main=void 0}registerItem(e){const t={element:e};this.states.push(t),t.observeResize=lr(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 l=o.element.layoutPlacement,c=a>0?this.states[a-1]:void 0,d=c?.top??0,f=c?.right??0,g=c?.bottom??0,y=c?.left??0;switch(Object.assign(o,{top:d,right:f,bottom:g,left:y}),l){case"top":case"bottom":o[l]+=o.height??o.element.offsetHeight;break;case"right":case"left":o[l]+=(this.isNoWidth(o)?0:o.width)??o.element.offsetWidth;break}o.height=o.width=void 0,se(o.element).css({position:"absolute",top:l==="bottom"?null:d,right:l==="left"?null:f,bottom:l==="top"?null:g,left:l==="right"?null:y})});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 ps(e.element,"mdui-navigation-drawer")&&e.element.isModal}}const gl=new WeakMap,Ap=i=>(gl.has(i)||gl.set(i,new xw),gl.get(i));class cr extends qe{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=ps(e,"mdui-layout"),this.isParentLayout&&(this.layoutManager=Ap(e),this.layoutManager.registerItem(this))}disconnectedCallback(){super.disconnectedCallback(),this.layoutManager&&this.layoutManager.unregisterItem(this)}}w([D({type:Number,reflect:!0})],cr.prototype,"order",void 0);w([Ee("order",!0)],cr.prototype,"onOrderChange",null);const Ew=Ie`: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 Xr=class extends Gc(cr){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 X`<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)}};Xr.styles=[Me,Ew];w([D({type:Boolean,reflect:!0,converter:me})],Xr.prototype,"hide",void 0);w([D({type:Boolean,reflect:!0,converter:me,attribute:"fab-detach"})],Xr.prototype,"fabDetach",void 0);w([D({reflect:!0,attribute:"scroll-behavior"})],Xr.prototype,"scrollBehavior",void 0);Xr=w([Re("mdui-bottom-app-bar")],Xr);/**
403
+ */const Kh=i=>!cw(i)&&typeof i.then=="function",Jh=1073741823;class yw extends Cp{constructor(){super(...arguments),this._$Cwt=Jh,this._$Cbt=[],this._$CK=new mw(this),this._$CX=new gw}render(...e){return e.find(t=>!Kh(t))??At}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 l=t[a];if(!Kh(l))return this._$Cwt=a,l;a<n&&l===r[a]||(this._$Cwt=Jh,n=0,Promise.resolve(l).then(async c=>{for(;o.get();)await o.get();const d=s.deref();if(d!==void 0){const f=d._$Cbt.indexOf(l);f>-1&&f<d._$Cwt&&(d._$Cwt=f,d.setValue(c))}}))}return At}disconnected(){this._$CK.disconnect(),this._$CX.pause()}reconnected(){this._$CK.reconnect(this),this._$CX.resume()}}const bw=cn(yw),vw=Ie`: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 ns=class extends qe{constructor(){super(...arguments),this.hasSlotController=new bt(this,"[default]")}render(){const e=()=>{if(this.name){const[t,r]=this.name.split("--");return X`<span translate="no" style="${wr({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?X`${bw(kp({url:this.src}).then(Rp))}`:X``};return this.hasSlotController.test("[default]")?X`<slot></slot>`:e()}};ns.styles=[Me,vw];w([D({reflect:!0})],ns.prototype,"name",void 0);w([D({reflect:!0})],ns.prototype,"src",void 0);ns=w([Re("mdui-icon")],ns);const ww=Ie`: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 Ir=class extends qe{constructor(){super(...arguments),this.hasSlotController=new bt(this,"[default]")}render(){return this.hasSlotController.test("[default]")?X`<slot></slot>`:this.src?X`<img part="image" alt="${De(this.label)}" src="${this.src}" style="${wr({objectFit:this.fit})}">`:this.icon?X`<mdui-icon part="icon" name="${this.icon}"></mdui-icon>`:He}};Ir.styles=[Me,ww];w([D({reflect:!0})],Ir.prototype,"src",void 0);w([D({reflect:!0})],Ir.prototype,"fit",void 0);w([D({reflect:!0})],Ir.prototype,"icon",void 0);w([D({reflect:!0})],Ir.prototype,"label",void 0);Ir=w([Re("mdui-avatar")],Ir);const _w=Ie`: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 eo=class extends qe{constructor(){super(...arguments),this.variant="large"}render(){return this.variant==="small"?He:X`<slot></slot>`}};eo.styles=[Me,_w];w([D({reflect:!0})],eo.prototype,"variant",void 0);eo=w([Re("mdui-badge")],eo);const me=i=>i!==null&&i.toLowerCase()!=="false";class vt{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||Qs())&&!this.getUndefinedLocalNames().length,this.defined)}async whenDefined(){if(this.defined)return Promise.resolve();const e=zt();this.needDomReady&&!Qs(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?[...zt().querySelectorAll(t)]:[],s=[...r,...n].map(o=>o.localName);return ms(s)}onSlotChange(){const e=this.getScopeLocalNameSelector();e&&this.host.querySelectorAll(e).length&&(this.defined=!1)}}function Ee(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 Ns=new WeakMap,Gc=i=>{class e extends i{constructor(...r){super(...r),this.scrollBehaviorDefinedController=new vt(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=ps(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 l=["fixed","absolute"].includes(se(this).css("position"))?this.offsetHeight:null;if(se(s).css({[a]:l}),r==="add"&&l!==null){const c=Ns.get(s)??{top:[],bottom:[]};c[o].push(this),Ns.set(s,c)}}if(r==="remove"){const l=Ns.get(s);if(!l)return;const c=l[o].indexOf(this);c>-1&&(l[o].splice(c,1),Ns.set(s,l)),l[o].length||se(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?se(r)[0]:window}getContainer(r){return r?se(r)[0]:document.body}}return w([D({attribute:"scroll-target"})],e.prototype,"scrollTarget",void 0),w([D({reflect:!0,attribute:"scroll-behavior"})],e.prototype,"scrollBehavior",void 0),w([D({type:Number,reflect:!0,attribute:"scroll-threshold"})],e.prototype,"scrollThreshold",void 0),w([Ee("scrollTarget")],e.prototype,"onScrollTargetChange",null),w([Ee("scrollBehavior")],e.prototype,"onScrollBehaviorChange",null),e};let xw=0;const lr=()=>++xw;let Xi,ml;const cr=(i,e)=>{const t=se(i),r=lr(),n={unobserve:()=>{t.each((s,o)=>{const a=Xi.get(o),l=a.coArr.findIndex(c=>c.key===r);l!==-1&&a.coArr.splice(l,1),a.coArr.length?Xi.set(o,a):(ml.unobserve(o),Xi.delete(o))})}};return Xi||(Xi=new WeakMap,ml=new ResizeObserver(s=>{s.forEach(o=>{const a=o.target,l=Xi.get(a);l.entry=o,l.coArr.forEach(c=>{c.callback.call(n,o,n)})})})),t.each((s,o)=>{const a=Xi.get(o)??{coArr:[]};a.coArr.length&&a.entry&&e.call(n,a.entry,n),a.coArr.push({callback:e,key:r}),Xi.set(o,a),ml.observe(o)}),n};class Ew{constructor(){this.states=[]}registerMain(e){this.$main=se(e)}unregisterMain(){this.$main=void 0}registerItem(e){const t={element:e};this.states.push(t),t.observeResize=cr(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 l=o.element.layoutPlacement,c=a>0?this.states[a-1]:void 0,d=c?.top??0,f=c?.right??0,g=c?.bottom??0,y=c?.left??0;switch(Object.assign(o,{top:d,right:f,bottom:g,left:y}),l){case"top":case"bottom":o[l]+=o.height??o.element.offsetHeight;break;case"right":case"left":o[l]+=(this.isNoWidth(o)?0:o.width)??o.element.offsetWidth;break}o.height=o.width=void 0,se(o.element).css({position:"absolute",top:l==="bottom"?null:d,right:l==="left"?null:f,bottom:l==="top"?null:g,left:l==="right"?null:y})});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 ps(e.element,"mdui-navigation-drawer")&&e.element.isModal}}const gl=new WeakMap,Ap=i=>(gl.has(i)||gl.set(i,new Ew),gl.get(i));class dr extends qe{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=ps(e,"mdui-layout"),this.isParentLayout&&(this.layoutManager=Ap(e),this.layoutManager.registerItem(this))}disconnectedCallback(){super.disconnectedCallback(),this.layoutManager&&this.layoutManager.unregisterItem(this)}}w([D({type:Number,reflect:!0})],dr.prototype,"order",void 0);w([Ee("order",!0)],dr.prototype,"onOrderChange",null);const Sw=Ie`: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 Xr=class extends Gc(dr){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 X`<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)}};Xr.styles=[Me,Sw];w([D({type:Boolean,reflect:!0,converter:me})],Xr.prototype,"hide",void 0);w([D({type:Boolean,reflect:!0,converter:me,attribute:"fab-detach"})],Xr.prototype,"fabDetach",void 0);w([D({reflect:!0,attribute:"scroll-behavior"})],Xr.prototype,"scrollBehavior",void 0);Xr=w([Re("mdui-bottom-app-bar")],Xr);/**
403
404
  * @license
404
405
  * Copyright 2020 Google LLC
405
406
  * SPDX-License-Identifier: BSD-3-Clause
406
- */const Ne=()=>new Sw;class Sw{}const yl=new WeakMap,$e=cn(class extends Cp{render(i){return Ge}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)),Ge}rt(i){if(this.isConnected||(i=void 0),typeof this.G=="function"){const e=this.ht??globalThis;let t=yl.get(e);t===void 0&&(t=new WeakMap,yl.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"?yl.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 Ri(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=Ri(i[t]))!==""&&(e+=(e&&" ")+r);else for(let t in i)i[t]&&(e+=(e&&" ")+t);return e}const Dn=new WeakMap,ht=new WeakMap;class Ki{constructor(e,t){(this.host=e).addController(this),this.definedController=new vt(e,{needDomReady:!0}),this.options={form:r=>{const n=se(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=>dt(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,Pr.has(this.form)?Pr.get(this.form).add(this.host):Pr.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),Dn.has(this.form)||(Dn.set(this.form,this.form.reportValidity),this.form.reportValidity=()=>this.reportFormValidity())}detachForm(){this.form&&(Pr.get(this.form).delete(this.host),this.form.removeEventListener("formdata",this.onFormData),this.form.removeEventListener("submit",this.onFormSubmit),this.form.removeEventListener("reset",this.onFormReset),Dn.has(this.form)&&!Pr.get(this.form).size&&(this.form.reportValidity=Dn.get(this.form),Dn.delete(this.form)))}doAction(e,t){if(!this.form)return;const r=se(`<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,se(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&&ut(r)&&r&&!at(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,ht.has(this.form)?ht.get(this.form).add(this.host):ht.set(this.form,new Set([this.host])))}reportFormValidity(){if(this.form&&!this.form.noValidate){const e=Ep(this.form);for(const t of e)if(dt(t.reportValidity)&&!t.reportValidity())return!1}return!0}}const dn=i=>{class e extends i{renderAnchor({id:r,className:n,part:s,content:o=X`<slot></slot>`,refDirective:a,tabIndex:l}){return X`<a ${a} id="${De(r)}" class="_a ${n||""}" part="${De(s)}" href="${De(this.href)}" download="${De(this.download)}" target="${De(this.target)}" rel="${De(this.rel)}" tabindex="${De(l)}">${o}</a>`}}return w([D({reflect:!0})],e.prototype,"href",void 0),w([D({reflect:!0})],e.prototype,"download",void 0),w([D({reflect:!0})],e.prototype,"target",void 0),w([D({reflect:!0})],e.prototype,"rel",void 0),e};let Kc=!0;const Np=zt();Np.addEventListener("pointerdown",()=>{Kc=!0});Np.addEventListener("keydown",()=>{Kc=!1});const ni=i=>{class e extends i{constructor(){super(...arguments),this.autofocus=!1,this.focused=!1,this.focusVisible=!1,this.focusableDefinedController=new vt(this,{relatedElements:[""]}),this._manipulatingTabindex=!1,this._tabIndex=0}get tabIndex(){const r=se(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=se(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=!Kc}),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=se(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([D({type:Boolean,reflect:!0,converter:me})],e.prototype,"autofocus",void 0),w([D({type:Boolean,reflect:!0,converter:me})],e.prototype,"focused",void 0),w([D({type:Boolean,reflect:!0,converter:me,attribute:"focus-visible"})],e.prototype,"focusVisible",void 0),w([D({type:Number,attribute:"tabindex"})],e.prototype,"tabIndex",null),e};/**
407
+ */const Ne=()=>new kw;class kw{}const yl=new WeakMap,$e=cn(class extends Cp{render(i){return Ge}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)),Ge}rt(i){if(this.isConnected||(i=void 0),typeof this.G=="function"){const e=this.ht??globalThis;let t=yl.get(e);t===void 0&&(t=new WeakMap,yl.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"?yl.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 Ti(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=Ti(i[t]))!==""&&(e+=(e&&" ")+r);else for(let t in i)i[t]&&(e+=(e&&" ")+t);return e}const Dn=new WeakMap,ht=new WeakMap;class Ki{constructor(e,t){(this.host=e).addController(this),this.definedController=new vt(e,{needDomReady:!0}),this.options={form:r=>{const n=se(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=>dt(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,Pr.has(this.form)?Pr.get(this.form).add(this.host):Pr.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),Dn.has(this.form)||(Dn.set(this.form,this.form.reportValidity),this.form.reportValidity=()=>this.reportFormValidity())}detachForm(){this.form&&(Pr.get(this.form).delete(this.host),this.form.removeEventListener("formdata",this.onFormData),this.form.removeEventListener("submit",this.onFormSubmit),this.form.removeEventListener("reset",this.onFormReset),Dn.has(this.form)&&!Pr.get(this.form).size&&(this.form.reportValidity=Dn.get(this.form),Dn.delete(this.form)))}doAction(e,t){if(!this.form)return;const r=se(`<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,se(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&&ut(r)&&r&&!at(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,ht.has(this.form)?ht.get(this.form).add(this.host):ht.set(this.form,new Set([this.host])))}reportFormValidity(){if(this.form&&!this.form.noValidate){const e=Ep(this.form);for(const t of e)if(dt(t.reportValidity)&&!t.reportValidity())return!1}return!0}}const dn=i=>{class e extends i{renderAnchor({id:r,className:n,part:s,content:o=X`<slot></slot>`,refDirective:a,tabIndex:l}){return X`<a ${a} id="${De(r)}" class="_a ${n||""}" part="${De(s)}" href="${De(this.href)}" download="${De(this.download)}" target="${De(this.target)}" rel="${De(this.rel)}" tabindex="${De(l)}">${o}</a>`}}return w([D({reflect:!0})],e.prototype,"href",void 0),w([D({reflect:!0})],e.prototype,"download",void 0),w([D({reflect:!0})],e.prototype,"target",void 0),w([D({reflect:!0})],e.prototype,"rel",void 0),e};let Kc=!0;const Np=zt();Np.addEventListener("pointerdown",()=>{Kc=!0});Np.addEventListener("keydown",()=>{Kc=!1});const si=i=>{class e extends i{constructor(){super(...arguments),this.autofocus=!1,this.focused=!1,this.focusVisible=!1,this.focusableDefinedController=new vt(this,{relatedElements:[""]}),this._manipulatingTabindex=!1,this._tabIndex=0}get tabIndex(){const r=se(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=se(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=!Kc}),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=se(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([D({type:Boolean,reflect:!0,converter:me})],e.prototype,"autofocus",void 0),w([D({type:Boolean,reflect:!0,converter:me})],e.prototype,"focused",void 0),w([D({type:Boolean,reflect:!0,converter:me,attribute:"focus-visible"})],e.prototype,"focusVisible",void 0),w([D({type:Number,attribute:"tabindex"})],e.prototype,"tabIndex",null),e};/**
407
408
  * @license
408
409
  * Copyright 2018 Google LLC
409
410
  * SPDX-License-Identifier: BSD-3-Clause
410
- */const lt=cn(class extends ys{constructor(i){if(super(i),i.type!==Si.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 At}}),kw=Ie`: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 ss=class extends qe{constructor(){super(...arguments),this.max=1}render(){const e=!at(this.value);return X`<div class="progress ${lt({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 X`<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=l=>X`<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="${l}"></circle></svg>`;return X`<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>`}};ss.styles=[Me,kw];w([D({type:Number,reflect:!0})],ss.prototype,"max",void 0);w([D({type:Number})],ss.prototype,"value",void 0);ss=w([Re("mdui-circular-progress")],ss);const Iw=Ie`: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 Rr=class extends qe{constructor(){super(...arguments),this.noRipple=!1,this.hover=!1,this.focused=!1,this.dragged=!1,this.surfaceRef=Ne()}startPress(e){if(this.noRipple)return;const t=se(this.surfaceRef.value),r=t.innerHeight(),n=t.innerWidth();let s,o;if(!e)s=n/2,o=r/2;else{const f=typeof TouchEvent<"u"&&e instanceof TouchEvent&&e.touches.length?e.touches[0]:e,g=t.offset();if(f.pageX<g.left||f.pageX>g.left+n||f.pageY<g.top||f.pageY>g.top+r)return;s=f.pageX-g.left,o=f.pageY-g.top}const a=Math.max(Math.pow(Math.pow(r,2)+Math.pow(n,2),.5),48),l=`${-s+n/2}px`,c=`${-o+r/2}px`,d=`translate3d(${l}, ${c}, 0) scale(1)`;se('<div class="wave"></div>').css({width:a,height:a,marginTop:-a/2,marginLeft:-a/2,left:s,top:o}).each((f,g)=>{g.style.setProperty("--mdui-comp-ripple-transition-x",l),g.style.setProperty("--mdui-comp-ripple-transition-y",c)}).prependTo(this.surfaceRef.value).each((f,g)=>g.clientLeft).css("transform",d).on("animationend",function(f){f.animationName==="mdui-comp-ripple-radius-in"&&se(this).data("filled",!0)})}endPress(){const e=se(this.surfaceRef.value).children().filter((r,n)=>!se(n).data("removing")).data("removing",!0),t=r=>{r.addClass("out").each((n,s)=>s.clientLeft).on("animationend",function(){se(this).remove()})};e.filter((r,n)=>!se(n).data("filled")).on("animationend",function(r){r.animationName==="mdui-comp-ripple-radius-in"&&t(se(this))}),t(e.filter((r,n)=>!!se(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 X`<div ${$e(this.surfaceRef)} class="surface ${lt({hover:this.hover,focused:this.focused,dragged:this.dragged})}"></div>`}};Rr.styles=[Me,Iw];w([D({type:Boolean,reflect:!0,converter:me,attribute:"no-ripple"})],Rr.prototype,"noRipple",void 0);w([Oe()],Rr.prototype,"hover",void 0);w([Oe()],Rr.prototype,"focused",void 0);w([Oe()],Rr.prototype,"dragged",void 0);Rr=w([Re("mdui-ripple")],Rr);const wi=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=se(this.rippleTarget),s=a=>{Fr(this.rippleTarget)&&(this.rippleIndex=n.index(a.target))};(Fr(this.rippleTarget)?this.rippleTarget:[this.rippleTarget]).forEach(a=>{a.addEventListener("pointerdown",l=>{s(l),this.startPress(l)}),a.addEventListener("pointerenter",l=>{s(l),this.startHover(l)}),a.addEventListener("pointerleave",l=>{s(l),this.endHover(l)}),a.addEventListener("focus",l=>{s(l),this.startFocus()}),a.addEventListener("blur",l=>{s(l),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(!Fr(r))return r;const n=this.getRippleIndex();return n!==void 0?r[n]:r[0]}getRippleTarget(){const r=this.rippleTarget;if(!Fr(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)},l=()=>{o&&(clearTimeout(o),o=0),n.removeEventListener("touchmove",l)};n.addEventListener("touchmove",l),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([D({type:Boolean,reflect:!0,converter:me,attribute:"no-ripple"})],e.prototype,"noRipple",void 0),e},Rw=Ie`.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 ot extends dn(wi(ni(qe))){constructor(){super(...arguments),this.disabled=!1,this.loading=!1,this.name="",this.value="",this.type="button",this.formNoValidate=!1,this.formController=new Ki(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?X`<mdui-circular-progress part="loading"></mdui-circular-progress>`:He}renderButton({id:e,className:t,part:r,content:n=X`<slot></slot>`}){return X`<button id="${De(e)}" class="${Ri(["_button",t])}" part="${De(r)}" ?disabled="${this.rippleDisabled||this.focusDisabled}">${n}</button>`}isButton(){return!this.href}}ot.styles=[Me,Rw];w([D({type:Boolean,reflect:!0,converter:me})],ot.prototype,"disabled",void 0);w([D({type:Boolean,reflect:!0,converter:me})],ot.prototype,"loading",void 0);w([D({reflect:!0})],ot.prototype,"name",void 0);w([D({reflect:!0})],ot.prototype,"value",void 0);w([D({reflect:!0})],ot.prototype,"type",void 0);w([D({reflect:!0})],ot.prototype,"form",void 0);w([D({reflect:!0,attribute:"formaction"})],ot.prototype,"formAction",void 0);w([D({reflect:!0,attribute:"formenctype"})],ot.prototype,"formEnctype",void 0);w([D({reflect:!0,attribute:"formmethod"})],ot.prototype,"formMethod",void 0);w([D({type:Boolean,reflect:!0,converter:me,attribute:"formnovalidate"})],ot.prototype,"formNoValidate",void 0);w([D({reflect:!0,attribute:"formtarget"})],ot.prototype,"formTarget",void 0);const Tw=Ie`: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(
411
+ */const lt=cn(class extends ys{constructor(i){if(super(i),i.type!==ki.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 At}}),Iw=Ie`: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 ss=class extends qe{constructor(){super(...arguments),this.max=1}render(){const e=!at(this.value);return X`<div class="progress ${lt({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 X`<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=l=>X`<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="${l}"></circle></svg>`;return X`<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>`}};ss.styles=[Me,Iw];w([D({type:Number,reflect:!0})],ss.prototype,"max",void 0);w([D({type:Number})],ss.prototype,"value",void 0);ss=w([Re("mdui-circular-progress")],ss);const Rw=Ie`: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 Rr=class extends qe{constructor(){super(...arguments),this.noRipple=!1,this.hover=!1,this.focused=!1,this.dragged=!1,this.surfaceRef=Ne()}startPress(e){if(this.noRipple)return;const t=se(this.surfaceRef.value),r=t.innerHeight(),n=t.innerWidth();let s,o;if(!e)s=n/2,o=r/2;else{const f=typeof TouchEvent<"u"&&e instanceof TouchEvent&&e.touches.length?e.touches[0]:e,g=t.offset();if(f.pageX<g.left||f.pageX>g.left+n||f.pageY<g.top||f.pageY>g.top+r)return;s=f.pageX-g.left,o=f.pageY-g.top}const a=Math.max(Math.pow(Math.pow(r,2)+Math.pow(n,2),.5),48),l=`${-s+n/2}px`,c=`${-o+r/2}px`,d=`translate3d(${l}, ${c}, 0) scale(1)`;se('<div class="wave"></div>').css({width:a,height:a,marginTop:-a/2,marginLeft:-a/2,left:s,top:o}).each((f,g)=>{g.style.setProperty("--mdui-comp-ripple-transition-x",l),g.style.setProperty("--mdui-comp-ripple-transition-y",c)}).prependTo(this.surfaceRef.value).each((f,g)=>g.clientLeft).css("transform",d).on("animationend",function(f){f.animationName==="mdui-comp-ripple-radius-in"&&se(this).data("filled",!0)})}endPress(){const e=se(this.surfaceRef.value).children().filter((r,n)=>!se(n).data("removing")).data("removing",!0),t=r=>{r.addClass("out").each((n,s)=>s.clientLeft).on("animationend",function(){se(this).remove()})};e.filter((r,n)=>!se(n).data("filled")).on("animationend",function(r){r.animationName==="mdui-comp-ripple-radius-in"&&t(se(this))}),t(e.filter((r,n)=>!!se(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 X`<div ${$e(this.surfaceRef)} class="surface ${lt({hover:this.hover,focused:this.focused,dragged:this.dragged})}"></div>`}};Rr.styles=[Me,Rw];w([D({type:Boolean,reflect:!0,converter:me,attribute:"no-ripple"})],Rr.prototype,"noRipple",void 0);w([Oe()],Rr.prototype,"hover",void 0);w([Oe()],Rr.prototype,"focused",void 0);w([Oe()],Rr.prototype,"dragged",void 0);Rr=w([Re("mdui-ripple")],Rr);const _i=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=se(this.rippleTarget),s=a=>{Fr(this.rippleTarget)&&(this.rippleIndex=n.index(a.target))};(Fr(this.rippleTarget)?this.rippleTarget:[this.rippleTarget]).forEach(a=>{a.addEventListener("pointerdown",l=>{s(l),this.startPress(l)}),a.addEventListener("pointerenter",l=>{s(l),this.startHover(l)}),a.addEventListener("pointerleave",l=>{s(l),this.endHover(l)}),a.addEventListener("focus",l=>{s(l),this.startFocus()}),a.addEventListener("blur",l=>{s(l),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(!Fr(r))return r;const n=this.getRippleIndex();return n!==void 0?r[n]:r[0]}getRippleTarget(){const r=this.rippleTarget;if(!Fr(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)},l=()=>{o&&(clearTimeout(o),o=0),n.removeEventListener("touchmove",l)};n.addEventListener("touchmove",l),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([D({type:Boolean,reflect:!0,converter:me,attribute:"no-ripple"})],e.prototype,"noRipple",void 0),e},Tw=Ie`.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 ot extends dn(_i(si(qe))){constructor(){super(...arguments),this.disabled=!1,this.loading=!1,this.name="",this.value="",this.type="button",this.formNoValidate=!1,this.formController=new Ki(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?X`<mdui-circular-progress part="loading"></mdui-circular-progress>`:He}renderButton({id:e,className:t,part:r,content:n=X`<slot></slot>`}){return X`<button id="${De(e)}" class="${Ti(["_button",t])}" part="${De(r)}" ?disabled="${this.rippleDisabled||this.focusDisabled}">${n}</button>`}isButton(){return!this.href}}ot.styles=[Me,Tw];w([D({type:Boolean,reflect:!0,converter:me})],ot.prototype,"disabled",void 0);w([D({type:Boolean,reflect:!0,converter:me})],ot.prototype,"loading",void 0);w([D({reflect:!0})],ot.prototype,"name",void 0);w([D({reflect:!0})],ot.prototype,"value",void 0);w([D({reflect:!0})],ot.prototype,"type",void 0);w([D({reflect:!0})],ot.prototype,"form",void 0);w([D({reflect:!0,attribute:"formaction"})],ot.prototype,"formAction",void 0);w([D({reflect:!0,attribute:"formenctype"})],ot.prototype,"formEnctype",void 0);w([D({reflect:!0,attribute:"formmethod"})],ot.prototype,"formMethod",void 0);w([D({type:Boolean,reflect:!0,converter:me,attribute:"formnovalidate"})],ot.prototype,"formNoValidate",void 0);w([D({reflect:!0,attribute:"formtarget"})],ot.prototype,"formTarget",void 0);const $w=Ie`: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(
411
412
  --mdui-color-on-secondary-container
412
- )}: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 Ui=class extends ot{constructor(){super(...arguments),this.variant="filled",this.fullWidth=!1,this.rippleRef=Ne()}get rippleElement(){return this.rippleRef.value}render(){return X`<mdui-ripple ${$e(this.rippleRef)} .noRipple="${this.noRipple}"></mdui-ripple>${this.isButton()?this.renderButton({className:"button",part:"button",content:this.renderInner()}):this.disabled||this.loading?X`<span part="button" class="button _a">${this.renderInner()}</span>`:this.renderAnchor({className:"button",part:"button",content:this.renderInner()})}`}renderIcon(){return this.loading?this.renderLoading():X`<slot name="icon" part="icon" class="icon">${this.icon?X`<mdui-icon name="${this.icon}"></mdui-icon>`:He}</slot>`}renderLabel(){return X`<slot part="label" class="label"></slot>`}renderEndIcon(){return X`<slot name="end-icon" part="end-icon" class="end-icon">${this.endIcon?X`<mdui-icon name="${this.endIcon}"></mdui-icon>`:He}</slot>`}renderInner(){return[this.renderIcon(),this.renderLabel(),this.renderEndIcon()]}};Ui.styles=[ot.styles,Tw];w([D({reflect:!0})],Ui.prototype,"variant",void 0);w([D({type:Boolean,reflect:!0,converter:me,attribute:"full-width"})],Ui.prototype,"fullWidth",void 0);w([D({reflect:!0})],Ui.prototype,"icon",void 0);w([D({reflect:!0,attribute:"end-icon"})],Ui.prototype,"endIcon",void 0);Ui=w([Re("mdui-button")],Ui);const $w=Ie`: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(
413
+ )}: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 Ui=class extends ot{constructor(){super(...arguments),this.variant="filled",this.fullWidth=!1,this.rippleRef=Ne()}get rippleElement(){return this.rippleRef.value}render(){return X`<mdui-ripple ${$e(this.rippleRef)} .noRipple="${this.noRipple}"></mdui-ripple>${this.isButton()?this.renderButton({className:"button",part:"button",content:this.renderInner()}):this.disabled||this.loading?X`<span part="button" class="button _a">${this.renderInner()}</span>`:this.renderAnchor({className:"button",part:"button",content:this.renderInner()})}`}renderIcon(){return this.loading?this.renderLoading():X`<slot name="icon" part="icon" class="icon">${this.icon?X`<mdui-icon name="${this.icon}"></mdui-icon>`:He}</slot>`}renderLabel(){return X`<slot part="label" class="label"></slot>`}renderEndIcon(){return X`<slot name="end-icon" part="end-icon" class="end-icon">${this.endIcon?X`<mdui-icon name="${this.endIcon}"></mdui-icon>`:He}</slot>`}renderInner(){return[this.renderIcon(),this.renderLabel(),this.renderEndIcon()]}};Ui.styles=[ot.styles,$w];w([D({reflect:!0})],Ui.prototype,"variant",void 0);w([D({type:Boolean,reflect:!0,converter:me,attribute:"full-width"})],Ui.prototype,"fullWidth",void 0);w([D({reflect:!0})],Ui.prototype,"icon",void 0);w([D({reflect:!0,attribute:"end-icon"})],Ui.prototype,"endIcon",void 0);Ui=w([Re("mdui-button")],Ui);const Cw=Ie`: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(
413
414
  --mdui-color-on-secondary-container
414
- )}: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 Vi=class extends ot{constructor(){super(...arguments),this.variant="standard",this.selectable=!1,this.selected=!1,this.rippleRef=Ne(),this.hasSlotController=new bt(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 X`<mdui-ripple ${$e(this.rippleRef)} .noRipple="${this.noRipple}"></mdui-ripple>${this.isButton()?this.renderButton({className:"button",part:"button",content:this.renderIcon()}):this.disabled||this.loading?X`<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]")?X`<slot></slot>`:this.icon?X`<mdui-icon part="icon" class="icon" name="${this.icon}"></mdui-icon>`:He,t=()=>this.hasSlotController.test("selected-icon")||this.selectedIcon?X`<slot name="selected-icon" part="selected-icon" class="selected-icon"><mdui-icon name="${this.selectedIcon}"></mdui-icon></slot>`:e();return this.selected?t():e()}};Vi.styles=[ot.styles,$w];w([D({reflect:!0})],Vi.prototype,"variant",void 0);w([D({reflect:!0})],Vi.prototype,"icon",void 0);w([D({reflect:!0,attribute:"selected-icon"})],Vi.prototype,"selectedIcon",void 0);w([D({type:Boolean,reflect:!0,converter:me})],Vi.prototype,"selectable",void 0);w([D({type:Boolean,reflect:!0,converter:me})],Vi.prototype,"selected",void 0);w([Ee("selected",!0)],Vi.prototype,"onSelectedChange",null);Vi=w([Re("mdui-button-icon")],Vi);const Cw=Ie`: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 Qr=class extends dn(wi(ni(qe))){constructor(){super(...arguments),this.variant="elevated",this.clickable=!1,this.disabled=!1,this.rippleRef=Ne()}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 X`<mdui-ripple ${$e(this.rippleRef)} .noRipple="${this.noRipple}"></mdui-ripple>${this.href&&!this.disabled?this.renderAnchor({className:"link",content:X`<slot></slot>`}):X`<slot></slot>`}`}};Qr.styles=[Me,Cw];w([D({reflect:!0})],Qr.prototype,"variant",void 0);w([D({type:Boolean,reflect:!0,converter:me})],Qr.prototype,"clickable",void 0);w([D({type:Boolean,reflect:!0,converter:me})],Qr.prototype,"disabled",void 0);Qr=w([Re("mdui-card")],Qr);/**
415
+ )}: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 Vi=class extends ot{constructor(){super(...arguments),this.variant="standard",this.selectable=!1,this.selected=!1,this.rippleRef=Ne(),this.hasSlotController=new bt(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 X`<mdui-ripple ${$e(this.rippleRef)} .noRipple="${this.noRipple}"></mdui-ripple>${this.isButton()?this.renderButton({className:"button",part:"button",content:this.renderIcon()}):this.disabled||this.loading?X`<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]")?X`<slot></slot>`:this.icon?X`<mdui-icon part="icon" class="icon" name="${this.icon}"></mdui-icon>`:He,t=()=>this.hasSlotController.test("selected-icon")||this.selectedIcon?X`<slot name="selected-icon" part="selected-icon" class="selected-icon"><mdui-icon name="${this.selectedIcon}"></mdui-icon></slot>`:e();return this.selected?t():e()}};Vi.styles=[ot.styles,Cw];w([D({reflect:!0})],Vi.prototype,"variant",void 0);w([D({reflect:!0})],Vi.prototype,"icon",void 0);w([D({reflect:!0,attribute:"selected-icon"})],Vi.prototype,"selectedIcon",void 0);w([D({type:Boolean,reflect:!0,converter:me})],Vi.prototype,"selectable",void 0);w([D({type:Boolean,reflect:!0,converter:me})],Vi.prototype,"selected",void 0);w([Ee("selected",!0)],Vi.prototype,"onSelectedChange",null);Vi=w([Re("mdui-button-icon")],Vi);const Aw=Ie`: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 Qr=class extends dn(_i(si(qe))){constructor(){super(...arguments),this.variant="elevated",this.clickable=!1,this.disabled=!1,this.rippleRef=Ne()}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 X`<mdui-ripple ${$e(this.rippleRef)} .noRipple="${this.noRipple}"></mdui-ripple>${this.href&&!this.disabled?this.renderAnchor({className:"link",content:X`<slot></slot>`}):X`<slot></slot>`}`}};Qr.styles=[Me,Aw];w([D({reflect:!0})],Qr.prototype,"variant",void 0);w([D({type:Boolean,reflect:!0,converter:me})],Qr.prototype,"clickable",void 0);w([D({type:Boolean,reflect:!0,converter:me})],Qr.prototype,"disabled",void 0);Qr=w([Re("mdui-card")],Qr);/**
415
416
  * @license
416
417
  * Copyright 2020 Google LLC
417
418
  * SPDX-License-Identifier: BSD-3-Clause
418
- */const Yr=cn(class extends ys{constructor(i){if(super(i),i.type!==Si.PROPERTY&&i.type!==Si.ATTRIBUTE&&i.type!==Si.BOOLEAN_ATTRIBUTE)throw Error("The `live` directive is not allowed on child or event bindings");if(!Tp(i))throw Error("`live` bindings can only contain a single expression")}render(i){return i}update(i,[e]){if(e===At||e===Ge)return e;const t=i.element,r=i.name;if(i.type===Si.PROPERTY){if(e===t[r])return At}else if(i.type===Si.BOOLEAN_ATTRIBUTE){if(!!e===t.hasAttribute(r))return At}else if(i.type===Si.ATTRIBUTE&&t.getAttribute(r)===e+"")return At;return dw(i),e}});function dr(i="value"){return(e,t)=>{const r=e.constructor,n=r.prototype.attributeChangedCallback;r.prototype.attributeChangedCallback=function(s,o,a){const l=r.getPropertyOptions(i),c=ut(l.attribute)?l.attribute:i;if(s===c){const d=l.converter||Vr,g=(dt(d)?d:d?.fromAttribute??Vr.fromAttribute)(a,l.type);this[i]!==g&&(this[t]=g)}n.call(this,s,o,a)}}}const hi=Ie`:host{display:inline-block;width:1em;height:1em;line-height:1;font-size:1.5rem}`,fi=i=>X`<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 24 24" fill="currentColor">${Rp(i)}</svg>`;let Pl=class extends ct{render(){return fi('<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"/>')}};Pl.styles=hi;Pl=w([Re("mdui-icon-check-box-outline-blank")],Pl);let jl=class extends ct{render(){return fi('<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"/>')}};jl.styles=hi;jl=w([Re("mdui-icon-check-box")],jl);let Bl=class extends ct{render(){return fi('<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"/>')}};Bl.styles=hi;Bl=w([Re("mdui-icon-indeterminate-check-box")],Bl);const Aw=Ie`: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 gt=class extends wi(ni(qe)){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=Ne(),this.rippleRef=Ne(),this.formController=new Ki(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&&ht.get(e)?.has(this)?(this.invalid=!1,ht.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 X`<label class="${lt({invalid:this.invalid})}"><input ${$e(this.inputRef)} type="checkbox" name="${De(this.name)}" value="${De(this.value)}" .indeterminate="${Yr(this.indeterminate)}" .disabled="${this.disabled}" .checked="${Yr(this.checked)}" .required="${this.required}" @change="${this.onChange}"> <i part="control"><mdui-ripple ${$e(this.rippleRef)} .noRipple="${this.noRipple}"></mdui-ripple><slot name="unchecked-icon" part="unchecked-icon" class="icon unchecked-icon">${this.uncheckedIcon?X`<mdui-icon name="${this.uncheckedIcon}" class="i"></mdui-icon>`:X`<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?X`<mdui-icon name="${this.checkedIcon}" class="i"></mdui-icon>`:X`<mdui-icon-check-box class="i"></mdui-icon-check-box>`}</slot><slot name="indeterminate-icon" part="indeterminate-icon" class="icon indeterminate-icon">${this.indeterminateIcon?X`<mdui-icon name="${this.indeterminateIcon}" class="i"></mdui-icon>`:X`<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")}};gt.styles=[Me,Aw];w([D({type:Boolean,reflect:!0,converter:me})],gt.prototype,"disabled",void 0);w([D({type:Boolean,reflect:!0,converter:me})],gt.prototype,"checked",void 0);w([dr("checked")],gt.prototype,"defaultChecked",void 0);w([D({type:Boolean,reflect:!0,converter:me})],gt.prototype,"indeterminate",void 0);w([D({type:Boolean,reflect:!0,converter:me})],gt.prototype,"required",void 0);w([D({reflect:!0})],gt.prototype,"form",void 0);w([D({reflect:!0})],gt.prototype,"name",void 0);w([D({reflect:!0})],gt.prototype,"value",void 0);w([D({reflect:!0,attribute:"unchecked-icon"})],gt.prototype,"uncheckedIcon",void 0);w([D({reflect:!0,attribute:"checked-icon"})],gt.prototype,"checkedIcon",void 0);w([D({reflect:!0,attribute:"indeterminate-icon"})],gt.prototype,"indeterminateIcon",void 0);w([Oe()],gt.prototype,"invalid",void 0);w([Ee("disabled",!0),Ee("indeterminate",!0),Ee("required",!0)],gt.prototype,"onDisabledChange",null);w([Ee("checked",!0)],gt.prototype,"onCheckedChange",null);gt=w([Re("mdui-checkbox")],gt);let Fl=class extends ct{render(){return fi('<path d="M9 16.17 4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z"/>')}};Fl.styles=hi;Fl=w([Re("mdui-icon-check")],Fl);let ql=class extends ct{render(){return fi('<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"/>')}};ql.styles=hi;ql=w([Re("mdui-icon-clear")],ql);const Nw=Ie`: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(
419
+ */const Yr=cn(class extends ys{constructor(i){if(super(i),i.type!==ki.PROPERTY&&i.type!==ki.ATTRIBUTE&&i.type!==ki.BOOLEAN_ATTRIBUTE)throw Error("The `live` directive is not allowed on child or event bindings");if(!Tp(i))throw Error("`live` bindings can only contain a single expression")}render(i){return i}update(i,[e]){if(e===At||e===Ge)return e;const t=i.element,r=i.name;if(i.type===ki.PROPERTY){if(e===t[r])return At}else if(i.type===ki.BOOLEAN_ATTRIBUTE){if(!!e===t.hasAttribute(r))return At}else if(i.type===ki.ATTRIBUTE&&t.getAttribute(r)===e+"")return At;return uw(i),e}});function ur(i="value"){return(e,t)=>{const r=e.constructor,n=r.prototype.attributeChangedCallback;r.prototype.attributeChangedCallback=function(s,o,a){const l=r.getPropertyOptions(i),c=ut(l.attribute)?l.attribute:i;if(s===c){const d=l.converter||Vr,g=(dt(d)?d:d?.fromAttribute??Vr.fromAttribute)(a,l.type);this[i]!==g&&(this[t]=g)}n.call(this,s,o,a)}}}const pi=Ie`:host{display:inline-block;width:1em;height:1em;line-height:1;font-size:1.5rem}`,mi=i=>X`<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 24 24" fill="currentColor">${Rp(i)}</svg>`;let Pl=class extends ct{render(){return mi('<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"/>')}};Pl.styles=pi;Pl=w([Re("mdui-icon-check-box-outline-blank")],Pl);let jl=class extends ct{render(){return mi('<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"/>')}};jl.styles=pi;jl=w([Re("mdui-icon-check-box")],jl);let Bl=class extends ct{render(){return mi('<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"/>')}};Bl.styles=pi;Bl=w([Re("mdui-icon-indeterminate-check-box")],Bl);const Nw=Ie`: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 gt=class extends _i(si(qe)){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=Ne(),this.rippleRef=Ne(),this.formController=new Ki(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&&ht.get(e)?.has(this)?(this.invalid=!1,ht.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 X`<label class="${lt({invalid:this.invalid})}"><input ${$e(this.inputRef)} type="checkbox" name="${De(this.name)}" value="${De(this.value)}" .indeterminate="${Yr(this.indeterminate)}" .disabled="${this.disabled}" .checked="${Yr(this.checked)}" .required="${this.required}" @change="${this.onChange}"> <i part="control"><mdui-ripple ${$e(this.rippleRef)} .noRipple="${this.noRipple}"></mdui-ripple><slot name="unchecked-icon" part="unchecked-icon" class="icon unchecked-icon">${this.uncheckedIcon?X`<mdui-icon name="${this.uncheckedIcon}" class="i"></mdui-icon>`:X`<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?X`<mdui-icon name="${this.checkedIcon}" class="i"></mdui-icon>`:X`<mdui-icon-check-box class="i"></mdui-icon-check-box>`}</slot><slot name="indeterminate-icon" part="indeterminate-icon" class="icon indeterminate-icon">${this.indeterminateIcon?X`<mdui-icon name="${this.indeterminateIcon}" class="i"></mdui-icon>`:X`<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")}};gt.styles=[Me,Nw];w([D({type:Boolean,reflect:!0,converter:me})],gt.prototype,"disabled",void 0);w([D({type:Boolean,reflect:!0,converter:me})],gt.prototype,"checked",void 0);w([ur("checked")],gt.prototype,"defaultChecked",void 0);w([D({type:Boolean,reflect:!0,converter:me})],gt.prototype,"indeterminate",void 0);w([D({type:Boolean,reflect:!0,converter:me})],gt.prototype,"required",void 0);w([D({reflect:!0})],gt.prototype,"form",void 0);w([D({reflect:!0})],gt.prototype,"name",void 0);w([D({reflect:!0})],gt.prototype,"value",void 0);w([D({reflect:!0,attribute:"unchecked-icon"})],gt.prototype,"uncheckedIcon",void 0);w([D({reflect:!0,attribute:"checked-icon"})],gt.prototype,"checkedIcon",void 0);w([D({reflect:!0,attribute:"indeterminate-icon"})],gt.prototype,"indeterminateIcon",void 0);w([Oe()],gt.prototype,"invalid",void 0);w([Ee("disabled",!0),Ee("indeterminate",!0),Ee("required",!0)],gt.prototype,"onDisabledChange",null);w([Ee("checked",!0)],gt.prototype,"onCheckedChange",null);gt=w([Re("mdui-checkbox")],gt);let Fl=class extends ct{render(){return mi('<path d="M9 16.17 4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z"/>')}};Fl.styles=pi;Fl=w([Re("mdui-icon-check")],Fl);let ql=class extends ct{render(){return mi('<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"/>')}};ql.styles=pi;ql=w([Re("mdui-icon-clear")],ql);const Lw=Ie`: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(
419
420
  --mdui-color-on-secondary-container
420
- )}: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 Yt=class extends ot{constructor(){super(),this.variant="assist",this.elevated=!1,this.selectable=!1,this.selected=!1,this.deletable=!1,this.rippleRef=Ne(),this.hasSlotController=new bt(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=Ri({button:!0,"has-icon":this.loading||!this.selected&&e||this.selected&&r,"has-end-icon":t});return X`<mdui-ripple ${$e(this.rippleRef)} .noRipple="${this.noRipple}"></mdui-ripple>${this.isButton()?this.renderButton({className:n,part:"button",content:this.renderInner()}):this.disabled||this.loading?X`<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?X`<mdui-icon name="${this.icon}" class="i"></mdui-icon>`:He,t=()=>this.selectedIcon?X`<mdui-icon name="${this.selectedIcon}" class="i"></mdui-icon>`:this.variant==="assist"||this.variant==="filter"?X`<mdui-icon-check class="i"></mdui-icon-check>`:e();return this.selected?X`<slot name="selected-icon" part="selected-icon" class="selected-icon">${t()}</slot>`:X`<slot name="icon" part="icon" class="icon">${e()}</slot>`}renderLabel(){return X`<slot part="label" class="label"></slot>`}renderEndIcon(){return X`<slot name="end-icon" part="end-icon" class="end-icon">${this.endIcon?X`<mdui-icon name="${this.endIcon}" class="i"></mdui-icon>`:He}</slot>`}renderDeleteIcon(){return this.deletable?X`<slot name="delete-icon" part="delete-icon" class="delete-icon" @click="${this.onDelete}">${this.deleteIcon?X`<mdui-icon name="${this.deleteIcon}" class="i"></mdui-icon>`:X`<mdui-icon-clear class="i"></mdui-icon-clear>`}</slot>`:He}renderInner(){return[this.renderIcon(),this.renderLabel(),this.renderEndIcon(),this.renderDeleteIcon()]}};Yt.styles=[ot.styles,Nw];w([D({reflect:!0})],Yt.prototype,"variant",void 0);w([D({type:Boolean,reflect:!0,converter:me})],Yt.prototype,"elevated",void 0);w([D({type:Boolean,reflect:!0,converter:me})],Yt.prototype,"selectable",void 0);w([D({type:Boolean,reflect:!0,converter:me})],Yt.prototype,"selected",void 0);w([D({type:Boolean,reflect:!0,converter:me})],Yt.prototype,"deletable",void 0);w([D({reflect:!0})],Yt.prototype,"icon",void 0);w([D({reflect:!0,attribute:"selected-icon"})],Yt.prototype,"selectedIcon",void 0);w([D({reflect:!0,attribute:"end-icon"})],Yt.prototype,"endIcon",void 0);w([D({reflect:!0,attribute:"delete-icon"})],Yt.prototype,"deleteIcon",void 0);w([Ee("selected",!0)],Yt.prototype,"onSelectedChange",null);Yt=w([Re("mdui-chip")],Yt);const Zr=(i,e)=>{if(i.length!==e.length)return!1;const t=[...i].sort(),r=[...e].sort();return t.every((n,s)=>n===r[s])},Lw=Ie`:host{display:block}`;let Ti=class extends qe{constructor(){super(...arguments),this.accordion=!1,this.disabled=!1,this.activeKeys=[],this.isInitial=!0,this.definedController=new vt(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 X`<slot @slotchange="${this.onSlotChange}" @click="${this.onClick}"></slot>`}setActiveKeys(e){Zr(this.activeKeys,e)||(this.activeKeys=e)}setValue(e){this.accordion||at(this.value)||at(e)?this.value=e:Zr(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=>qi(s)&&se(s).is(r.trigger)))&&n.find(s=>qi(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})}};Ti.styles=[Me,Lw];w([D({type:Boolean,reflect:!0,converter:me})],Ti.prototype,"accordion",void 0);w([D()],Ti.prototype,"value",void 0);w([D({type:Boolean,reflect:!0,converter:me})],Ti.prototype,"disabled",void 0);w([Oe()],Ti.prototype,"activeKeys",void 0);w([ri({selector:"mdui-collapse-item",flatten:!0})],Ti.prototype,"items",void 0);w([Ee("activeKeys",!0)],Ti.prototype,"onActiveKeysChange",null);w([Ee("value")],Ti.prototype,"onValueChange",null);Ti=w([Re("mdui-collapse")],Ti);const Dw=Ie`: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 $i=class extends qe{constructor(){super(...arguments),this.disabled=!1,this.active=!1,this.state="closed",this.isInitial=!0,this.key=ar(),this.bodyRef=Ne()}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 X`<slot name="header" part="header" class="header">${this.header}</slot><slot part="body" class="body ${lt({opened:this.state==="opened",active:this.active})}" ${$e(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"&&(se(this.bodyRef.value).height(e),this.bodyRef.value.clientLeft),se(this.bodyRef.value).height(this.state==="opened"?"auto":this.state==="open"?e:0)}};$i.styles=[Me,Dw];w([D({reflect:!0})],$i.prototype,"value",void 0);w([D({reflect:!0})],$i.prototype,"header",void 0);w([D({type:Boolean,reflect:!0,converter:me})],$i.prototype,"disabled",void 0);w([D()],$i.prototype,"trigger",void 0);w([Oe()],$i.prototype,"active",void 0);w([Oe()],$i.prototype,"state",void 0);w([Ee("active")],$i.prototype,"onActiveChange",null);$i=w([Re("mdui-collapse-item")],$i);/**
421
+ )}: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 Zt=class extends ot{constructor(){super(),this.variant="assist",this.elevated=!1,this.selectable=!1,this.selected=!1,this.deletable=!1,this.rippleRef=Ne(),this.hasSlotController=new bt(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=Ti({button:!0,"has-icon":this.loading||!this.selected&&e||this.selected&&r,"has-end-icon":t});return X`<mdui-ripple ${$e(this.rippleRef)} .noRipple="${this.noRipple}"></mdui-ripple>${this.isButton()?this.renderButton({className:n,part:"button",content:this.renderInner()}):this.disabled||this.loading?X`<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?X`<mdui-icon name="${this.icon}" class="i"></mdui-icon>`:He,t=()=>this.selectedIcon?X`<mdui-icon name="${this.selectedIcon}" class="i"></mdui-icon>`:this.variant==="assist"||this.variant==="filter"?X`<mdui-icon-check class="i"></mdui-icon-check>`:e();return this.selected?X`<slot name="selected-icon" part="selected-icon" class="selected-icon">${t()}</slot>`:X`<slot name="icon" part="icon" class="icon">${e()}</slot>`}renderLabel(){return X`<slot part="label" class="label"></slot>`}renderEndIcon(){return X`<slot name="end-icon" part="end-icon" class="end-icon">${this.endIcon?X`<mdui-icon name="${this.endIcon}" class="i"></mdui-icon>`:He}</slot>`}renderDeleteIcon(){return this.deletable?X`<slot name="delete-icon" part="delete-icon" class="delete-icon" @click="${this.onDelete}">${this.deleteIcon?X`<mdui-icon name="${this.deleteIcon}" class="i"></mdui-icon>`:X`<mdui-icon-clear class="i"></mdui-icon-clear>`}</slot>`:He}renderInner(){return[this.renderIcon(),this.renderLabel(),this.renderEndIcon(),this.renderDeleteIcon()]}};Zt.styles=[ot.styles,Lw];w([D({reflect:!0})],Zt.prototype,"variant",void 0);w([D({type:Boolean,reflect:!0,converter:me})],Zt.prototype,"elevated",void 0);w([D({type:Boolean,reflect:!0,converter:me})],Zt.prototype,"selectable",void 0);w([D({type:Boolean,reflect:!0,converter:me})],Zt.prototype,"selected",void 0);w([D({type:Boolean,reflect:!0,converter:me})],Zt.prototype,"deletable",void 0);w([D({reflect:!0})],Zt.prototype,"icon",void 0);w([D({reflect:!0,attribute:"selected-icon"})],Zt.prototype,"selectedIcon",void 0);w([D({reflect:!0,attribute:"end-icon"})],Zt.prototype,"endIcon",void 0);w([D({reflect:!0,attribute:"delete-icon"})],Zt.prototype,"deleteIcon",void 0);w([Ee("selected",!0)],Zt.prototype,"onSelectedChange",null);Zt=w([Re("mdui-chip")],Zt);const Zr=(i,e)=>{if(i.length!==e.length)return!1;const t=[...i].sort(),r=[...e].sort();return t.every((n,s)=>n===r[s])},Dw=Ie`:host{display:block}`;let $i=class extends qe{constructor(){super(...arguments),this.accordion=!1,this.disabled=!1,this.activeKeys=[],this.isInitial=!0,this.definedController=new vt(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 X`<slot @slotchange="${this.onSlotChange}" @click="${this.onClick}"></slot>`}setActiveKeys(e){Zr(this.activeKeys,e)||(this.activeKeys=e)}setValue(e){this.accordion||at(this.value)||at(e)?this.value=e:Zr(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=>qi(s)&&se(s).is(r.trigger)))&&n.find(s=>qi(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})}};$i.styles=[Me,Dw];w([D({type:Boolean,reflect:!0,converter:me})],$i.prototype,"accordion",void 0);w([D()],$i.prototype,"value",void 0);w([D({type:Boolean,reflect:!0,converter:me})],$i.prototype,"disabled",void 0);w([Oe()],$i.prototype,"activeKeys",void 0);w([ni({selector:"mdui-collapse-item",flatten:!0})],$i.prototype,"items",void 0);w([Ee("activeKeys",!0)],$i.prototype,"onActiveKeysChange",null);w([Ee("value")],$i.prototype,"onValueChange",null);$i=w([Re("mdui-collapse")],$i);const Ow=Ie`: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 Ci=class extends qe{constructor(){super(...arguments),this.disabled=!1,this.active=!1,this.state="closed",this.isInitial=!0,this.key=lr(),this.bodyRef=Ne()}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 X`<slot name="header" part="header" class="header">${this.header}</slot><slot part="body" class="body ${lt({opened:this.state==="opened",active:this.active})}" ${$e(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"&&(se(this.bodyRef.value).height(e),this.bodyRef.value.clientLeft),se(this.bodyRef.value).height(this.state==="opened"?"auto":this.state==="open"?e:0)}};Ci.styles=[Me,Ow];w([D({reflect:!0})],Ci.prototype,"value",void 0);w([D({reflect:!0})],Ci.prototype,"header",void 0);w([D({type:Boolean,reflect:!0,converter:me})],Ci.prototype,"disabled",void 0);w([D()],Ci.prototype,"trigger",void 0);w([Oe()],Ci.prototype,"active",void 0);w([Oe()],Ci.prototype,"state",void 0);w([Ee("active")],Ci.prototype,"onActiveChange",null);Ci=w([Re("mdui-collapse-item")],Ci);/**
421
422
  * @license
422
423
  * Copyright 2021 Google LLC
423
424
  * SPDX-License-Identifier: BSD-3-Clause
424
- */function Ye(i,e,t){return i?e(i):t?.(i)}function Je(i,e,t){return i?new Promise(r=>{if(t.duration===1/0)throw new Error("Promise-based animations must be finite.");vo(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 qt(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 Xh(i){const e=or(),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 Ow(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=>Xh(s))??null,n=e.reverse().find(s=>Xh(s))??null;return{start:r,end:n}}let On=[];class Lp{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(){On.push(this.element),document.addEventListener("focusin",this.handleFocusIn),document.addEventListener("keydown",this.handleKeyDown),document.addEventListener("keyup",this.handleKeyUp)}deactivate(){On=On.filter(e=>e!==this.element),document.removeEventListener("focusin",this.handleFocusIn),document.removeEventListener("keydown",this.handleKeyDown),document.removeEventListener("keyup",this.handleKeyUp)}isActive(){return On[On.length-1]===this.element}checkFocus(){if(this.isActive()&&!this.element.matches(":focus-within")){const{start:e,end:t}=Ow(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 Vt=(i,e)=>{const t=`--mdui-motion-easing-${e}`;return se(i).css(t).trim()},yi=(i,e)=>{const t=`--mdui-motion-duration-${e}`,r=se(i).css(t).trim().toLowerCase();return r.endsWith("ms")?parseFloat(r):parseFloat(r)*1e3};let bl;const Mw=i=>{if(at(document))return 0;if(bl===void 0){const e=se("<div>").css({width:"100%",height:"200px"}),t=se("<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(),bl=r-n}return bl},Pw=i=>i.scrollHeight>i.clientHeight,Jn=new WeakMap,Dp="mdui-lock-screen",Ul=(i,e)=>{const t=zt();e??=t.documentElement,Jn.has(e)||Jn.set(e,new Set),Jn.get(e).add(i);const n=se(e);Pw(e)&&n.css("width",`calc(100% - ${Mw()}px)`),n.addClass(Dp)},Xn=(i,e)=>{const t=zt();e??=t.documentElement;const r=Jn.get(e);r&&(r.delete(i),r.size===0&&(Jn.delete(e),se(e).removeClass(Dp).width("")))};/**
425
+ */function Ye(i,e,t){return i?e(i):t?.(i)}function Je(i,e,t){return i?new Promise(r=>{if(t.duration===1/0)throw new Error("Promise-based animations must be finite.");vo(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 qt(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 Xh(i){const e=ar(),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 Mw(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=>Xh(s))??null,n=e.reverse().find(s=>Xh(s))??null;return{start:r,end:n}}let On=[];class Lp{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(){On.push(this.element),document.addEventListener("focusin",this.handleFocusIn),document.addEventListener("keydown",this.handleKeyDown),document.addEventListener("keyup",this.handleKeyUp)}deactivate(){On=On.filter(e=>e!==this.element),document.removeEventListener("focusin",this.handleFocusIn),document.removeEventListener("keydown",this.handleKeyDown),document.removeEventListener("keyup",this.handleKeyUp)}isActive(){return On[On.length-1]===this.element}checkFocus(){if(this.isActive()&&!this.element.matches(":focus-within")){const{start:e,end:t}=Mw(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 Vt=(i,e)=>{const t=`--mdui-motion-easing-${e}`;return se(i).css(t).trim()},bi=(i,e)=>{const t=`--mdui-motion-duration-${e}`,r=se(i).css(t).trim().toLowerCase();return r.endsWith("ms")?parseFloat(r):parseFloat(r)*1e3};let bl;const Pw=i=>{if(at(document))return 0;if(bl===void 0){const e=se("<div>").css({width:"100%",height:"200px"}),t=se("<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(),bl=r-n}return bl},jw=i=>i.scrollHeight>i.clientHeight,Jn=new WeakMap,Dp="mdui-lock-screen",Ul=(i,e)=>{const t=zt();e??=t.documentElement,Jn.has(e)||Jn.set(e,new Set),Jn.get(e).add(i);const n=se(e);jw(e)&&n.css("width",`calc(100% - ${Pw()}px)`),n.addClass(Dp)},Xn=(i,e)=>{const t=zt();e??=t.documentElement;const r=Jn.get(e);r&&(r.delete(i),r.size===0&&(Jn.delete(e),se(e).removeClass(Dp).width("")))};/**
425
426
  * @license
426
427
  * Copyright 2021 Google LLC
427
428
  * SPDX-License-Identifier: BSD-3-Clause
428
- */const jw="lit-localize-status";/**
429
+ */const Bw="lit-localize-status";/**
429
430
  * @license
430
431
  * Copyright 2021 Google LLC
431
432
  * SPDX-License-Identifier: BSD-3-Clause
432
- */const Bw=i=>typeof i!="string"&&"strTag"in i,Fw=(i,e,t)=>{let r=i[0];for(let n=1;n<i.length;n++)r+=e[n-1],r+=i[n];return r};/**
433
+ */const Fw=i=>typeof i!="string"&&"strTag"in i,qw=(i,e,t)=>{let r=i[0];for(let n=1;n<i.length;n++)r+=e[n-1],r+=i[n];return r};/**
433
434
  * @license
434
435
  * Copyright 2021 Google LLC
435
436
  * SPDX-License-Identifier: BSD-3-Clause
436
- */const qw=i=>Bw(i)?Fw(i.strings,i.values):i;let Uw=qw;/**
437
+ */const Uw=i=>Fw(i)?qw(i.strings,i.values):i;let Vw=Uw;/**
437
438
  * @license
438
439
  * Copyright 2020 Google LLC
439
440
  * SPDX-License-Identifier: BSD-3-Clause
440
- */class Vw{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)}}/**
441
+ */class zw{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)}}/**
441
442
  * @license
442
443
  * Copyright 2014 Travis Webb
443
444
  * SPDX-License-Identifier: MIT
@@ -445,21 +446,21 @@ if("@preserve"in u)return u["@preserve"][0];if(e.isValue(u))return u;if(e.isList
445
446
  * @license
446
447
  * Copyright 2021 Google LLC
447
448
  * SPDX-License-Identifier: BSD-3-Clause
448
- */let zw=new Vw;zw.resolve();let Qh=!1;const qs=new Map,Hw=(i,e)=>{Qh||(Qh=!0,or().addEventListener(jw,n=>{n.detail.status==="ready"&&qs.forEach(s=>{s.forEach(o=>o())})}));const t=qs.get(i)||[];t.push(e),qs.set(i,t)},Us=i=>{qs.delete(i)},Ww=Ie`: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 Zt=class extends qe{constructor(){super(...arguments),this.open=!1,this.fullscreen=!1,this.closeOnEsc=!1,this.closeOnOverlayClick=!1,this.stackedActions=!1,this.overlayRef=Ne(),this.panelRef=Ne(),this.bodyRef=Ne(),this.hasSlotController=new bt(this,"header","icon","headline","description","action","[default]"),this.definedController=new vt(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=Vt(this,"linear"),n=Vt(this,"emphasized-decelerate"),s=Vt(this,"emphasized-accelerate"),o=()=>Promise.all([qt(this.overlayRef.value),qt(this.panelRef.value),...t.map(a=>qt(a))]);if(this.open){if(e&&!this.emit("open",{cancelable:!0}))return;this.style.display="flex";const a=this.topAppBarElements??[];if(a.length){const c=a[0];c.scrollTarget||(c.scrollTarget=this.bodyRef.value),this.bodyRef.value.style.marginTop="0"}this.originalTrigger=document.activeElement,this.modalHelper.activate(),Ul(this),await o(),requestAnimationFrame(()=>{const c=this.querySelector("[autofocus]");c?c.focus({preventScroll:!0}):this.panelRef.value.focus({preventScroll:!0})});const l=yi(this,"medium4");await Promise.all([Je(this.overlayRef.value,[{opacity:0},{opacity:1,offset:.3},{opacity:1}],{duration:e?l:0,easing:r}),Je(this.panelRef.value,[{transform:"translateY(-1.875rem) scaleY(0)"},{transform:"translateY(0) scaleY(1)"}],{duration:e?l:0,easing:n}),Je(this.panelRef.value,[{opacity:0},{opacity:1,offset:.1},{opacity:1}],{duration:e?l:0,easing:r}),...t.map(c=>Je(c,[{opacity:0},{opacity:0,offset:.2},{opacity:1,offset:.8},{opacity:1}],{duration:e?l:0,easing:r}))]),e&&this.emit("opened")}else{if(!this.emit("close",{cancelable:!0}))return;this.modalHelper.deactivate(),await o();const l=yi(this,"short4");await Promise.all([Je(this.overlayRef.value,[{opacity:1},{opacity:0}],{duration:l,easing:r}),Je(this.panelRef.value,[{transform:"translateY(0) scaleY(1)"},{transform:"translateY(-1.875rem) scaleY(0.6)"}],{duration:l,easing:s}),Je(this.panelRef.value,[{opacity:1},{opacity:1,offset:.75},{opacity:0}],{duration:l,easing:r}),...t.map(d=>Je(d,[{opacity:1},{opacity:0,offset:.75},{opacity:0}],{duration:l,easing:r}))]),this.style.display="none",Xn(this);const c=this.originalTrigger;typeof c?.focus=="function"&&setTimeout(()=>c.focus()),this.emit("closed")}}disconnectedCallback(){super.disconnectedCallback(),Xn(this),Us(this)}firstUpdated(e){super.firstUpdated(e),this.modalHelper=new Lp(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 X`<div ${$e(this.overlayRef)} part="overlay" class="overlay" @click="${this.onOverlayClick}" tabindex="-1"></div><div ${$e(this.panelRef)} part="panel" class="panel ${lt({"has-icon":r,"has-description":s,"has-default":t})}" tabindex="0">${Ye(o,()=>X`<slot name="header" part="header" class="header">${Ye(r,()=>this.renderIcon())} ${Ye(n,()=>this.renderHeadline())}</slot>`)} ${Ye(a,()=>X`<div ${$e(this.bodyRef)} part="body" class="body">${Ye(s,()=>this.renderDescription())}<slot></slot></div>`)} ${Ye(e,()=>X`<slot name="action" part="action" class="action"></slot>`)}</div>`}onOverlayClick(){this.emit("overlay-click"),this.closeOnOverlayClick&&(this.open=!1)}renderIcon(){return X`<slot name="icon" part="icon" class="icon">${this.icon?X`<mdui-icon name="${this.icon}"></mdui-icon>`:He}</slot>`}renderHeadline(){return X`<slot name="headline" part="headline" class="headline">${this.headline}</slot>`}renderDescription(){return X`<slot name="description" part="description" class="description">${this.description}</slot>`}};Zt.styles=[Me,Ww];w([D({reflect:!0})],Zt.prototype,"icon",void 0);w([D({reflect:!0})],Zt.prototype,"headline",void 0);w([D({reflect:!0})],Zt.prototype,"description",void 0);w([D({type:Boolean,reflect:!0,converter:me})],Zt.prototype,"open",void 0);w([D({type:Boolean,reflect:!0,converter:me})],Zt.prototype,"fullscreen",void 0);w([D({type:Boolean,reflect:!0,converter:me,attribute:"close-on-esc"})],Zt.prototype,"closeOnEsc",void 0);w([D({type:Boolean,reflect:!0,converter:me,attribute:"close-on-overlay-click"})],Zt.prototype,"closeOnOverlayClick",void 0);w([D({type:Boolean,reflect:!0,converter:me,attribute:"stacked-actions"})],Zt.prototype,"stackedActions",void 0);w([ri({slot:"header",selector:"mdui-top-app-bar",flatten:!0})],Zt.prototype,"topAppBarElements",void 0);w([Ee("open")],Zt.prototype,"onOpenChange",null);Zt=w([Re("mdui-dialog")],Zt);const Gw=Ie`: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 en=class extends qe{constructor(){super(...arguments),this.vertical=!1,this.inset=!1,this.middle=!1}render(){return X``}};en.styles=[Me,Gw];w([D({type:Boolean,reflect:!0,converter:me})],en.prototype,"vertical",void 0);w([D({type:Boolean,reflect:!0,converter:me})],en.prototype,"inset",void 0);w([D({type:Boolean,reflect:!0,converter:me})],en.prototype,"middle",void 0);en=w([Re("mdui-divider")],en);function Jc(){return typeof window<"u"}function Op(i){return Mp(i)?(i.nodeName||"").toLowerCase():"#document"}function bs(i){var e;return(i==null||(e=i.ownerDocument)==null?void 0:e.defaultView)||window}function Kw(i){var e;return(e=(Mp(i)?i.ownerDocument:i.document)||window.document)==null?void 0:e.documentElement}function Mp(i){return Jc()?i instanceof Node||i instanceof bs(i).Node:!1}function Jw(i){return Jc()?i instanceof HTMLElement||i instanceof bs(i).HTMLElement:!1}function Yh(i){return!Jc()||typeof ShadowRoot>"u"?!1:i instanceof ShadowRoot||i instanceof bs(i).ShadowRoot}const Xw=new Set(["inline","contents"]);function Pp(i){const{overflow:e,overflowX:t,overflowY:r,display:n}=Zw(i);return/auto|scroll|overlay|hidden|clip/.test(e+r+t)&&!Xw.has(n)}const Qw=new Set(["html","body","#document"]);function Yw(i){return Qw.has(Op(i))}function Zw(i){return bs(i).getComputedStyle(i)}function e1(i){if(Op(i)==="html")return i;const e=i.assignedSlot||i.parentNode||Yh(i)&&i.host||Kw(i);return Yh(e)?e.host:e}function jp(i){const e=e1(i);return Yw(e)?i.ownerDocument?i.ownerDocument.body:i.body:Jw(e)&&Pp(e)?e:jp(e)}function to(i,e,t){var r;e===void 0&&(e=[]),t===void 0&&(t=!0);const n=jp(i),s=n===((r=i.ownerDocument)==null?void 0:r.body),o=bs(n);if(s){const a=t1(o);return e.concat(o,o.visualViewport||[],Pp(n)?n:[],a&&t?to(a):[])}return e.concat(n,to(n,[],t))}function t1(i){return i.parent&&Object.getPrototypeOf(i.parent)?i.frameElement:null}const i1=Ie`:host{--z-index:2100;display:contents}.panel{display:block;position:fixed;z-index:var(--z-index)}`;let Lt=class extends qe{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=Ne(),this.definedController=new vt(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=Vt(this,"linear"),r=Vt(this,"emphasized-decelerate"),n=Vt(this,"emphasized-accelerate");if(this.open){if(e&&!this.emit("open",{cancelable:!0}))return;const s=this.panelElements.find(a=>dt(a.focus));setTimeout(()=>{s?.focus()});const o=yi(this,"medium4");await qt(this.panelRef.value),this.panelRef.value.hidden=!1,this.updatePositioner(),await Promise.all([Je(this.panelRef.value,[{transform:`${this.getCssScaleName()}(0.45)`},{transform:`${this.getCssScaleName()}(1)`}],{duration:e?o:0,easing:r}),Je(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")&&dt(this.triggerElement?.focus)&&(this.contains(document.activeElement)||this.contains(document.activeElement?.assignedSlot??null))&&this.triggerElement.focus();const o=yi(this,"short4");await qt(this.panelRef.value),await Promise.all([Je(this.panelRef.value,[{transform:`${this.getCssScaleName()}(1)`},{transform:`${this.getCssScaleName()}(0.45)`}],{duration:o,easing:n}),Je(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=to(this.triggerElement),this.overflowAncestors.forEach(e=>{e.addEventListener("scroll",this.onWindowScroll)}),this.observeResize=lr(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 X`<slot name="trigger" part="trigger" class="trigger"></slot><slot ${$e(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")&&dt(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&&se(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=se(this.panelRef.value),t=se(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 l,c,d,f,g=this.placement;if(g==="auto"){const _=t.width(),E=t.height();let S,k;E-o.top-o.height>n.height+a?S="bottom":o.top>n.height+a?S="top":_-o.left-o.width>n.width+a?S="right":o.left>n.width+a?S="left":S="bottom",["top","bottom"].includes(S)?_-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",g=k?[S,k].join("-"):S}const[y,b]=g.split("-");switch(this.animateDirection=["top","bottom"].includes(y)?"vertical":"horizontal",y){case"top":c="bottom",d=o.top-n.height;break;case"bottom":c="top",d=o.top+o.height;break;default:switch(c="center",b){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(y){case"left":l="right",f=o.left-n.width;break;case"right":l="left",f=o.left+o.width;break;default:switch(l="center",b){case"start":f=o.left;break;case"end":f=o.left+o.width-n.width;break;default:f=o.left+o.width/2-n.width/2;break}break}e.css({top:d,left:f,transformOrigin:[l,c].join(" ")})}};Lt.styles=[Me,i1];w([D({type:Boolean,reflect:!0,converter:me})],Lt.prototype,"open",void 0);w([D({type:Boolean,reflect:!0,converter:me})],Lt.prototype,"disabled",void 0);w([D({reflect:!0})],Lt.prototype,"trigger",void 0);w([D({reflect:!0})],Lt.prototype,"placement",void 0);w([D({type:Boolean,reflect:!0,converter:me,attribute:"stay-open-on-click"})],Lt.prototype,"stayOpenOnClick",void 0);w([D({type:Number,reflect:!0,attribute:"open-delay"})],Lt.prototype,"openDelay",void 0);w([D({type:Number,reflect:!0,attribute:"close-delay"})],Lt.prototype,"closeDelay",void 0);w([D({type:Boolean,reflect:!0,converter:me,attribute:"open-on-pointer"})],Lt.prototype,"openOnPointer",void 0);w([ri({slot:"trigger",flatten:!0})],Lt.prototype,"triggerElements",void 0);w([ri({flatten:!0})],Lt.prototype,"panelElements",void 0);w([Ee("placement",!0),Ee("openOnPointer",!0)],Lt.prototype,"onPositionChange",null);w([Ee("open")],Lt.prototype,"onOpenChange",null);Lt=w([Re("mdui-dropdown")],Lt);const Bp=(i=0)=>new Promise(e=>setTimeout(e,i)),r1=Ie`: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(
449
+ */let Hw=new zw;Hw.resolve();let Qh=!1;const qs=new Map,Ww=(i,e)=>{Qh||(Qh=!0,ar().addEventListener(Bw,n=>{n.detail.status==="ready"&&qs.forEach(s=>{s.forEach(o=>o())})}));const t=qs.get(i)||[];t.push(e),qs.set(i,t)},Us=i=>{qs.delete(i)},Gw=Ie`: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 ei=class extends qe{constructor(){super(...arguments),this.open=!1,this.fullscreen=!1,this.closeOnEsc=!1,this.closeOnOverlayClick=!1,this.stackedActions=!1,this.overlayRef=Ne(),this.panelRef=Ne(),this.bodyRef=Ne(),this.hasSlotController=new bt(this,"header","icon","headline","description","action","[default]"),this.definedController=new vt(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=Vt(this,"linear"),n=Vt(this,"emphasized-decelerate"),s=Vt(this,"emphasized-accelerate"),o=()=>Promise.all([qt(this.overlayRef.value),qt(this.panelRef.value),...t.map(a=>qt(a))]);if(this.open){if(e&&!this.emit("open",{cancelable:!0}))return;this.style.display="flex";const a=this.topAppBarElements??[];if(a.length){const c=a[0];c.scrollTarget||(c.scrollTarget=this.bodyRef.value),this.bodyRef.value.style.marginTop="0"}this.originalTrigger=document.activeElement,this.modalHelper.activate(),Ul(this),await o(),requestAnimationFrame(()=>{const c=this.querySelector("[autofocus]");c?c.focus({preventScroll:!0}):this.panelRef.value.focus({preventScroll:!0})});const l=bi(this,"medium4");await Promise.all([Je(this.overlayRef.value,[{opacity:0},{opacity:1,offset:.3},{opacity:1}],{duration:e?l:0,easing:r}),Je(this.panelRef.value,[{transform:"translateY(-1.875rem) scaleY(0)"},{transform:"translateY(0) scaleY(1)"}],{duration:e?l:0,easing:n}),Je(this.panelRef.value,[{opacity:0},{opacity:1,offset:.1},{opacity:1}],{duration:e?l:0,easing:r}),...t.map(c=>Je(c,[{opacity:0},{opacity:0,offset:.2},{opacity:1,offset:.8},{opacity:1}],{duration:e?l:0,easing:r}))]),e&&this.emit("opened")}else{if(!this.emit("close",{cancelable:!0}))return;this.modalHelper.deactivate(),await o();const l=bi(this,"short4");await Promise.all([Je(this.overlayRef.value,[{opacity:1},{opacity:0}],{duration:l,easing:r}),Je(this.panelRef.value,[{transform:"translateY(0) scaleY(1)"},{transform:"translateY(-1.875rem) scaleY(0.6)"}],{duration:l,easing:s}),Je(this.panelRef.value,[{opacity:1},{opacity:1,offset:.75},{opacity:0}],{duration:l,easing:r}),...t.map(d=>Je(d,[{opacity:1},{opacity:0,offset:.75},{opacity:0}],{duration:l,easing:r}))]),this.style.display="none",Xn(this);const c=this.originalTrigger;typeof c?.focus=="function"&&setTimeout(()=>c.focus()),this.emit("closed")}}disconnectedCallback(){super.disconnectedCallback(),Xn(this),Us(this)}firstUpdated(e){super.firstUpdated(e),this.modalHelper=new Lp(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 X`<div ${$e(this.overlayRef)} part="overlay" class="overlay" @click="${this.onOverlayClick}" tabindex="-1"></div><div ${$e(this.panelRef)} part="panel" class="panel ${lt({"has-icon":r,"has-description":s,"has-default":t})}" tabindex="0">${Ye(o,()=>X`<slot name="header" part="header" class="header">${Ye(r,()=>this.renderIcon())} ${Ye(n,()=>this.renderHeadline())}</slot>`)} ${Ye(a,()=>X`<div ${$e(this.bodyRef)} part="body" class="body">${Ye(s,()=>this.renderDescription())}<slot></slot></div>`)} ${Ye(e,()=>X`<slot name="action" part="action" class="action"></slot>`)}</div>`}onOverlayClick(){this.emit("overlay-click"),this.closeOnOverlayClick&&(this.open=!1)}renderIcon(){return X`<slot name="icon" part="icon" class="icon">${this.icon?X`<mdui-icon name="${this.icon}"></mdui-icon>`:He}</slot>`}renderHeadline(){return X`<slot name="headline" part="headline" class="headline">${this.headline}</slot>`}renderDescription(){return X`<slot name="description" part="description" class="description">${this.description}</slot>`}};ei.styles=[Me,Gw];w([D({reflect:!0})],ei.prototype,"icon",void 0);w([D({reflect:!0})],ei.prototype,"headline",void 0);w([D({reflect:!0})],ei.prototype,"description",void 0);w([D({type:Boolean,reflect:!0,converter:me})],ei.prototype,"open",void 0);w([D({type:Boolean,reflect:!0,converter:me})],ei.prototype,"fullscreen",void 0);w([D({type:Boolean,reflect:!0,converter:me,attribute:"close-on-esc"})],ei.prototype,"closeOnEsc",void 0);w([D({type:Boolean,reflect:!0,converter:me,attribute:"close-on-overlay-click"})],ei.prototype,"closeOnOverlayClick",void 0);w([D({type:Boolean,reflect:!0,converter:me,attribute:"stacked-actions"})],ei.prototype,"stackedActions",void 0);w([ni({slot:"header",selector:"mdui-top-app-bar",flatten:!0})],ei.prototype,"topAppBarElements",void 0);w([Ee("open")],ei.prototype,"onOpenChange",null);ei=w([Re("mdui-dialog")],ei);const Kw=Ie`: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 en=class extends qe{constructor(){super(...arguments),this.vertical=!1,this.inset=!1,this.middle=!1}render(){return X``}};en.styles=[Me,Kw];w([D({type:Boolean,reflect:!0,converter:me})],en.prototype,"vertical",void 0);w([D({type:Boolean,reflect:!0,converter:me})],en.prototype,"inset",void 0);w([D({type:Boolean,reflect:!0,converter:me})],en.prototype,"middle",void 0);en=w([Re("mdui-divider")],en);function Jc(){return typeof window<"u"}function Op(i){return Mp(i)?(i.nodeName||"").toLowerCase():"#document"}function bs(i){var e;return(i==null||(e=i.ownerDocument)==null?void 0:e.defaultView)||window}function Jw(i){var e;return(e=(Mp(i)?i.ownerDocument:i.document)||window.document)==null?void 0:e.documentElement}function Mp(i){return Jc()?i instanceof Node||i instanceof bs(i).Node:!1}function Xw(i){return Jc()?i instanceof HTMLElement||i instanceof bs(i).HTMLElement:!1}function Yh(i){return!Jc()||typeof ShadowRoot>"u"?!1:i instanceof ShadowRoot||i instanceof bs(i).ShadowRoot}const Qw=new Set(["inline","contents"]);function Pp(i){const{overflow:e,overflowX:t,overflowY:r,display:n}=e1(i);return/auto|scroll|overlay|hidden|clip/.test(e+r+t)&&!Qw.has(n)}const Yw=new Set(["html","body","#document"]);function Zw(i){return Yw.has(Op(i))}function e1(i){return bs(i).getComputedStyle(i)}function t1(i){if(Op(i)==="html")return i;const e=i.assignedSlot||i.parentNode||Yh(i)&&i.host||Jw(i);return Yh(e)?e.host:e}function jp(i){const e=t1(i);return Zw(e)?i.ownerDocument?i.ownerDocument.body:i.body:Xw(e)&&Pp(e)?e:jp(e)}function to(i,e,t){var r;e===void 0&&(e=[]),t===void 0&&(t=!0);const n=jp(i),s=n===((r=i.ownerDocument)==null?void 0:r.body),o=bs(n);if(s){const a=i1(o);return e.concat(o,o.visualViewport||[],Pp(n)?n:[],a&&t?to(a):[])}return e.concat(n,to(n,[],t))}function i1(i){return i.parent&&Object.getPrototypeOf(i.parent)?i.frameElement:null}const r1=Ie`:host{--z-index:2100;display:contents}.panel{display:block;position:fixed;z-index:var(--z-index)}`;let Lt=class extends qe{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=Ne(),this.definedController=new vt(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=Vt(this,"linear"),r=Vt(this,"emphasized-decelerate"),n=Vt(this,"emphasized-accelerate");if(this.open){if(e&&!this.emit("open",{cancelable:!0}))return;const s=this.panelElements.find(a=>dt(a.focus));setTimeout(()=>{s?.focus()});const o=bi(this,"medium4");await qt(this.panelRef.value),this.panelRef.value.hidden=!1,this.updatePositioner(),await Promise.all([Je(this.panelRef.value,[{transform:`${this.getCssScaleName()}(0.45)`},{transform:`${this.getCssScaleName()}(1)`}],{duration:e?o:0,easing:r}),Je(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")&&dt(this.triggerElement?.focus)&&(this.contains(document.activeElement)||this.contains(document.activeElement?.assignedSlot??null))&&this.triggerElement.focus();const o=bi(this,"short4");await qt(this.panelRef.value),await Promise.all([Je(this.panelRef.value,[{transform:`${this.getCssScaleName()}(1)`},{transform:`${this.getCssScaleName()}(0.45)`}],{duration:o,easing:n}),Je(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=to(this.triggerElement),this.overflowAncestors.forEach(e=>{e.addEventListener("scroll",this.onWindowScroll)}),this.observeResize=cr(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 X`<slot name="trigger" part="trigger" class="trigger"></slot><slot ${$e(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")&&dt(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&&se(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=se(this.panelRef.value),t=se(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 l,c,d,f,g=this.placement;if(g==="auto"){const _=t.width(),E=t.height();let S,k;E-o.top-o.height>n.height+a?S="bottom":o.top>n.height+a?S="top":_-o.left-o.width>n.width+a?S="right":o.left>n.width+a?S="left":S="bottom",["top","bottom"].includes(S)?_-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",g=k?[S,k].join("-"):S}const[y,b]=g.split("-");switch(this.animateDirection=["top","bottom"].includes(y)?"vertical":"horizontal",y){case"top":c="bottom",d=o.top-n.height;break;case"bottom":c="top",d=o.top+o.height;break;default:switch(c="center",b){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(y){case"left":l="right",f=o.left-n.width;break;case"right":l="left",f=o.left+o.width;break;default:switch(l="center",b){case"start":f=o.left;break;case"end":f=o.left+o.width-n.width;break;default:f=o.left+o.width/2-n.width/2;break}break}e.css({top:d,left:f,transformOrigin:[l,c].join(" ")})}};Lt.styles=[Me,r1];w([D({type:Boolean,reflect:!0,converter:me})],Lt.prototype,"open",void 0);w([D({type:Boolean,reflect:!0,converter:me})],Lt.prototype,"disabled",void 0);w([D({reflect:!0})],Lt.prototype,"trigger",void 0);w([D({reflect:!0})],Lt.prototype,"placement",void 0);w([D({type:Boolean,reflect:!0,converter:me,attribute:"stay-open-on-click"})],Lt.prototype,"stayOpenOnClick",void 0);w([D({type:Number,reflect:!0,attribute:"open-delay"})],Lt.prototype,"openDelay",void 0);w([D({type:Number,reflect:!0,attribute:"close-delay"})],Lt.prototype,"closeDelay",void 0);w([D({type:Boolean,reflect:!0,converter:me,attribute:"open-on-pointer"})],Lt.prototype,"openOnPointer",void 0);w([ni({slot:"trigger",flatten:!0})],Lt.prototype,"triggerElements",void 0);w([ni({flatten:!0})],Lt.prototype,"panelElements",void 0);w([Ee("placement",!0),Ee("openOnPointer",!0)],Lt.prototype,"onPositionChange",null);w([Ee("open")],Lt.prototype,"onOpenChange",null);Lt=w([Re("mdui-dropdown")],Lt);const Bp=(i=0)=>new Promise(e=>setTimeout(e,i)),n1=Ie`: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(
449
450
  --mdui-color-on-primary-container
450
451
  )}: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(
451
452
  --mdui-color-on-secondary-container
452
453
  )}: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(
453
454
  --mdui-color-on-tertiary-container
454
- )}: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 ir=class extends ot{constructor(){super(...arguments),this.variant="primary",this.size="normal",this.extended=!1,this.rippleRef=Ne(),this.hasSlotController=new bt(this,"icon"),this.definedController=new vt(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 Bp(),this.style.transitionProperty="box-shadow, width, bottom, transform")}render(){const e=Ri({button:!0,"has-icon":this.icon||this.hasSlotController.test("icon")});return X`<mdui-ripple ${$e(this.rippleRef)} .noRipple="${this.noRipple}"></mdui-ripple>${this.isButton()?this.renderButton({className:e,part:"button",content:this.renderInner()}):this.disabled||this.loading?X`<span part="button" class="_a ${e}">${this.renderInner()}</span>`:this.renderAnchor({className:e,part:"button",content:this.renderInner()})}`}renderLabel(){return X`<slot part="label" class="label"></slot>`}renderIcon(){return this.loading?this.renderLoading():X`<slot name="icon" part="icon" class="icon">${this.icon?X`<mdui-icon name="${this.icon}"></mdui-icon>`:He}</slot>`}renderInner(){return[this.renderIcon(),this.renderLabel()]}};ir.styles=[ot.styles,r1];w([D({reflect:!0})],ir.prototype,"variant",void 0);w([D({reflect:!0})],ir.prototype,"size",void 0);w([D({reflect:!0})],ir.prototype,"icon",void 0);w([D({type:Boolean,reflect:!0,converter:me})],ir.prototype,"extended",void 0);w([Ee("extended")],ir.prototype,"onExtendedChange",null);ir=w([Re("mdui-fab")],ir);const n1=Ie`:host{position:relative;display:flex;flex:1 1 auto;overflow:hidden}:host([full-height]:not([full-height=false i])){height:100%}`;let io=class extends qe{constructor(){super(...arguments),this.fullHeight=!1}render(){return X`<slot></slot>`}};io.styles=[Me,n1];w([D({type:Boolean,reflect:!0,converter:me,attribute:"full-height"})],io.prototype,"fullHeight",void 0);io=w([Re("mdui-layout")],io);const s1=Ie`:host{display:flex;z-index:1}`;let os=class extends cr{constructor(){super(...arguments),this.placement="top"}get layoutPlacement(){return this.placement}onPlacementChange(){this.layoutManager?.updateLayout(this)}render(){return X`<slot></slot>`}};os.styles=[Me,s1];w([D({reflect:!0})],os.prototype,"placement",void 0);w([Ee("placement",!0)],os.prototype,"onPlacementChange",null);os=w([Re("mdui-layout-item")],os);const o1=Ie`:host{flex:1 0 auto;max-width:100%;overflow:auto}`;let Vl=class extends qe{connectedCallback(){super.connectedCallback();const e=this.parentElement;ps(e,"mdui-layout")&&(this.layoutManager=Ap(e),this.layoutManager.registerMain(this))}disconnectedCallback(){super.disconnectedCallback(),this.layoutManager&&this.layoutManager.unregisterMain()}render(){return X`<slot></slot>`}};Vl.styles=[Me,o1];Vl=w([Re("mdui-layout-main")],Vl);const a1=Ie`: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 as=class extends qe{constructor(){super(...arguments),this.max=1}render(){if(!at(this.value)){const t=this.value;return X`<div part="indicator" class="determinate" style="${wr({width:`${t/Math.max(this.max??t,t)*100}%`})}"></div>`}return X`<div part="indicator" class="indeterminate"></div>`}};as.styles=[Me,a1];w([D({type:Number,reflect:!0})],as.prototype,"max",void 0);w([D({type:Number})],as.prototype,"value",void 0);as=w([Re("mdui-linear-progress")],as);const l1=Ie`: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(
455
+ )}: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 rr=class extends ot{constructor(){super(...arguments),this.variant="primary",this.size="normal",this.extended=!1,this.rippleRef=Ne(),this.hasSlotController=new bt(this,"icon"),this.definedController=new vt(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 Bp(),this.style.transitionProperty="box-shadow, width, bottom, transform")}render(){const e=Ti({button:!0,"has-icon":this.icon||this.hasSlotController.test("icon")});return X`<mdui-ripple ${$e(this.rippleRef)} .noRipple="${this.noRipple}"></mdui-ripple>${this.isButton()?this.renderButton({className:e,part:"button",content:this.renderInner()}):this.disabled||this.loading?X`<span part="button" class="_a ${e}">${this.renderInner()}</span>`:this.renderAnchor({className:e,part:"button",content:this.renderInner()})}`}renderLabel(){return X`<slot part="label" class="label"></slot>`}renderIcon(){return this.loading?this.renderLoading():X`<slot name="icon" part="icon" class="icon">${this.icon?X`<mdui-icon name="${this.icon}"></mdui-icon>`:He}</slot>`}renderInner(){return[this.renderIcon(),this.renderLabel()]}};rr.styles=[ot.styles,n1];w([D({reflect:!0})],rr.prototype,"variant",void 0);w([D({reflect:!0})],rr.prototype,"size",void 0);w([D({reflect:!0})],rr.prototype,"icon",void 0);w([D({type:Boolean,reflect:!0,converter:me})],rr.prototype,"extended",void 0);w([Ee("extended")],rr.prototype,"onExtendedChange",null);rr=w([Re("mdui-fab")],rr);const s1=Ie`:host{position:relative;display:flex;flex:1 1 auto;overflow:hidden}:host([full-height]:not([full-height=false i])){height:100%}`;let io=class extends qe{constructor(){super(...arguments),this.fullHeight=!1}render(){return X`<slot></slot>`}};io.styles=[Me,s1];w([D({type:Boolean,reflect:!0,converter:me,attribute:"full-height"})],io.prototype,"fullHeight",void 0);io=w([Re("mdui-layout")],io);const o1=Ie`:host{display:flex;z-index:1}`;let os=class extends dr{constructor(){super(...arguments),this.placement="top"}get layoutPlacement(){return this.placement}onPlacementChange(){this.layoutManager?.updateLayout(this)}render(){return X`<slot></slot>`}};os.styles=[Me,o1];w([D({reflect:!0})],os.prototype,"placement",void 0);w([Ee("placement",!0)],os.prototype,"onPlacementChange",null);os=w([Re("mdui-layout-item")],os);const a1=Ie`:host{flex:1 0 auto;max-width:100%;overflow:auto}`;let Vl=class extends qe{connectedCallback(){super.connectedCallback();const e=this.parentElement;ps(e,"mdui-layout")&&(this.layoutManager=Ap(e),this.layoutManager.registerMain(this))}disconnectedCallback(){super.disconnectedCallback(),this.layoutManager&&this.layoutManager.unregisterMain()}render(){return X`<slot></slot>`}};Vl.styles=[Me,a1];Vl=w([Re("mdui-layout-main")],Vl);const l1=Ie`: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 as=class extends qe{constructor(){super(...arguments),this.max=1}render(){if(!at(this.value)){const t=this.value;return X`<div part="indicator" class="determinate" style="${wr({width:`${t/Math.max(this.max??t,t)*100}%`})}"></div>`}return X`<div part="indicator" class="indeterminate"></div>`}};as.styles=[Me,l1];w([D({type:Number,reflect:!0})],as.prototype,"max",void 0);w([D({type:Number})],as.prototype,"value",void 0);as=w([Re("mdui-linear-progress")],as);const c1=Ie`: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(
455
456
  --mdui-color-on-secondary-container
456
- )}: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 $t=class extends dn(wi(ni(qe))){constructor(){super(...arguments),this.disabled=!1,this.active=!1,this.nonclickable=!1,this.rounded=!1,this.alignment="center",this.rippleRef=Ne(),this.itemRef=Ne(),this.hasSlotController=new bt(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=>ps(a,"mdui-icon")||N0(a).startsWith("mdui-icon-"),o=Ri({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 X`<mdui-ripple ${$e(this.rippleRef)} .noRipple="${this.noRipple}"></mdui-ripple>${this.href&&!this.disabled?this.renderAnchor({className:o,content:this.renderInner(),part:"container",refDirective:$e(this.itemRef)}):X`<div part="container" class="${o}" ${$e(this.itemRef)}>${this.renderInner()}</div>`}`}renderInner(){const e=this.hasSlotController.test("[default]");return X`<slot name="custom"><slot name="icon" part="icon" class="icon">${this.icon?X`<mdui-icon name="${this.icon}"></mdui-icon>`:He}</slot><div part="body" class="body">${e?X`<slot part="headline" class="headline"></slot>`:X`<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?X`<mdui-icon name="${this.endIcon}"></mdui-icon>`:He}</slot></slot>`}};$t.styles=[Me,l1];w([D({reflect:!0})],$t.prototype,"headline",void 0);w([D({type:Number,reflect:!0,attribute:"headline-line"})],$t.prototype,"headlineLine",void 0);w([D({reflect:!0})],$t.prototype,"description",void 0);w([D({type:Number,reflect:!0,attribute:"description-line"})],$t.prototype,"descriptionLine",void 0);w([D({reflect:!0})],$t.prototype,"icon",void 0);w([D({reflect:!0,attribute:"end-icon"})],$t.prototype,"endIcon",void 0);w([D({type:Boolean,reflect:!0,converter:me})],$t.prototype,"disabled",void 0);w([D({type:Boolean,reflect:!0,converter:me})],$t.prototype,"active",void 0);w([D({type:Boolean,reflect:!0,converter:me})],$t.prototype,"nonclickable",void 0);w([D({type:Boolean,reflect:!0,converter:me})],$t.prototype,"rounded",void 0);w([D({reflect:!0})],$t.prototype,"alignment",void 0);w([ri({slot:"icon",flatten:!0})],$t.prototype,"iconElements",void 0);w([ri({slot:"end-icon",flatten:!0})],$t.prototype,"endIconElements",void 0);$t=w([Re("mdui-list-item")],$t);const c1=Ie`: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 zl=class extends qe{render(){return X`<slot></slot>`}};zl.styles=[Me,c1];zl=w([Re("mdui-list-subheader")],zl);const d1=Ie`:host{display:block;padding:.5rem 0}::slotted(mdui-divider[middle]){margin-left:1rem;margin-right:1.5rem}`;let Hl=class extends qe{render(){return X`<slot></slot>`}};Hl.styles=[Me,d1];Hl=w([Re("mdui-list")],Hl);let Wl=class extends ct{render(){return fi('<path d="m10 17 5-5-5-5v10z"/>')}};Wl.styles=hi;Wl=w([Re("mdui-icon-arrow-right")],Wl);const u1=Ie`: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 yt=class extends dn(wi(ni(qe))){constructor(){super(),this.disabled=!1,this.submenuOpen=!1,this.selected=!1,this.dense=!1,this.focusable=!1,this.key=ar(),this.rippleRef=Ne(),this.containerRef=Ne(),this.submenuRef=Ne(),this.hasSlotController=new bt(this,"[default]","icon","end-icon","end-text","submenu","custom"),this.definedController=new vt(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=Vt(this,"linear"),r=Vt(this,"emphasized-decelerate"),n=Vt(this,"emphasized-accelerate");if(this.submenuOpen){if(e&&!this.emit("submenu-open",{cancelable:!0}))return;const s=yi(this,"medium4");await qt(this.submenuRef.value),this.submenuRef.value.hidden=!1,this.updateSubmenuPositioner(),await Promise.all([Je(this.submenuRef.value,[{transform:"scaleY(0.45)"},{transform:"scaleY(1)"}],{duration:e?s:0,easing:r}),Je(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=yi(this,"short4");await qt(this.submenuRef.value),await Promise.all([Je(this.submenuRef.value,[{transform:"scaleY(1)"},{transform:"scaleY(0.45)"}],{duration:o,easing:n}),Je(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=!at(this.icon)||this.selects==="single"||this.selects==="multiple"||this.hasSlotController.test("icon"),a=!!this.endText||this.hasSlotController.test("end-text"),l=Ri({container:!0,dense:this.dense,preset:!t,"has-icon":o,"has-end-text":a,"has-end-icon":s});return X`<mdui-ripple ${$e(this.rippleRef)} .noRipple="${this.noRipple}"></mdui-ripple>${this.href&&!this.disabled?this.renderAnchor({part:"container",className:l,content:this.renderInner(n,o),refDirective:$e(this.containerRef),tabIndex:this.focusable?0:-1}):X`<div part="container" ${$e(this.containerRef)} class="${l}">${this.renderInner(n,o)}</div>`} ${Ye(e,()=>X`<slot name="submenu" ${$e(this.submenuRef)} part="submenu" class="submenu" hidden></slot>`)}`}onOuterClick(e){!this.disabled&&this.submenuOpen&&this!==e.target&&!se.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=se(window),t=se(this.submenuRef.value),r=this.getBoundingClientRect(),n=t.innerWidth(),s=t.innerHeight(),o=8;let a="bottom",l="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?l="right":r.left>n+o&&(l="left"),se(this.submenuRef.value).css({top:a==="bottom"?0:r.height-s,left:l==="right"?r.width:-n,transformOrigin:[l==="right"?0:"100%",a==="bottom"?0:"100%"].join(" ")})}renderInner(e,t){return X`<slot name="custom">${this.selected?X`<slot name="selected-icon" part="selected-icon" class="selected-icon">${this.selectedIcon?X`<mdui-icon name="${this.selectedIcon}" class="i"></mdui-icon>`:X`<mdui-icon-check class="i"></mdui-icon-check>`}</slot>`:X`<slot name="icon" part="icon" class="icon">${t?X`<mdui-icon name="${this.icon}" class="i"></mdui-icon>`:He}</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?X`<mdui-icon-arrow-right part="end-icon" class="end-icon arrow-right"></mdui-icon-arrow-right>`:X`<slot name="end-icon" part="end-icon" class="end-icon">${this.endIcon?X`<mdui-icon name="${this.endIcon}"></mdui-icon>`:He}</slot>`}</slot>`}};yt.styles=[Me,u1];w([D({reflect:!0})],yt.prototype,"value",void 0);w([D({type:Boolean,reflect:!0,converter:me})],yt.prototype,"disabled",void 0);w([D({reflect:!0})],yt.prototype,"icon",void 0);w([D({reflect:!0,attribute:"end-icon"})],yt.prototype,"endIcon",void 0);w([D({reflect:!0,attribute:"end-text"})],yt.prototype,"endText",void 0);w([D({reflect:!0,attribute:"selected-icon"})],yt.prototype,"selectedIcon",void 0);w([D({type:Boolean,reflect:!0,converter:me,attribute:"submenu-open"})],yt.prototype,"submenuOpen",void 0);w([D({type:Boolean,reflect:!0,converter:me})],yt.prototype,"selected",void 0);w([Oe()],yt.prototype,"dense",void 0);w([Oe()],yt.prototype,"selects",void 0);w([Oe()],yt.prototype,"submenuTrigger",void 0);w([Oe()],yt.prototype,"submenuOpenDelay",void 0);w([Oe()],yt.prototype,"submenuCloseDelay",void 0);w([Oe()],yt.prototype,"focusable",void 0);w([Ee("submenuOpen")],yt.prototype,"onOpenChange",null);yt=w([Re("mdui-menu-item")],yt);const h1=Ie`: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 Dt=class extends qe{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 vt(this,{relatedElements:["mdui-menu-item"]})}get items(){return se(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!se(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]:ut(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=se(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=se(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 X`<slot @slotchange="${this.onSlotChange}" @click="${this.onClick}" @keydown="${this.onKeyDown}"></slot>`}setSelectedKeys(e){Zr(this.selectedKeys,e)||(this.selectedKeys=e)}setValue(e){this.isSingle||at(this.value)||at(e)?this.value=e:Zr(this.value,e)||(this.value=e)}getSiblingsItems(e,t=!1){return se(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 Bp()}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}}}};Dt.styles=[Me,h1];w([D({reflect:!0})],Dt.prototype,"selects",void 0);w([D()],Dt.prototype,"value",void 0);w([D({type:Boolean,reflect:!0,converter:me})],Dt.prototype,"dense",void 0);w([D({reflect:!0,attribute:"submenu-trigger"})],Dt.prototype,"submenuTrigger",void 0);w([D({type:Number,reflect:!0,attribute:"submenu-open-delay"})],Dt.prototype,"submenuOpenDelay",void 0);w([D({type:Number,reflect:!0,attribute:"submenu-close-delay"})],Dt.prototype,"submenuCloseDelay",void 0);w([Oe()],Dt.prototype,"selectedKeys",void 0);w([ri({flatten:!0,selector:"mdui-menu-item"})],Dt.prototype,"childrenItems",void 0);w([Ee("dense"),Ee("selects"),Ee("submenuTrigger"),Ee("submenuOpenDelay"),Ee("submenuCloseDelay")],Dt.prototype,"onSlotChange",null);w([Ee("selects",!0)],Dt.prototype,"onSelectsChange",null);w([Ee("selectedKeys",!0)],Dt.prototype,"onSelectedKeysChange",null);w([Ee("value")],Dt.prototype,"onValueChange",null);Dt=w([Re("mdui-menu")],Dt);const f1=Ie`: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 Ci=class extends dn(wi(ni(qe))){constructor(){super(...arguments),this.isInitial=!0,this.active=!1,this.disabled=!1,this.key=ar(),this.rippleRef=Ne(),this.hasSlotController=new bt(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=Ri({"label-visibility-selected":this.labelVisibility==="selected","label-visibility-labeled":this.labelVisibility==="labeled","label-visibility-unlabeled":this.labelVisibility==="unlabeled",initial:this.isInitial}),t=Ri([{container:!0,"has-active-icon":this.activeIcon||this.hasSlotController.test("active-icon")},e]);return X`<mdui-ripple .noRipple="${!this.active||this.noRipple}" class="${e}" ${$e(this.rippleRef)}></mdui-ripple>${this.href?this.renderAnchor({part:"container",className:t,content:this.renderInner()}):X`<div part="container" class="${t}">${this.renderInner()}</div>`}`}renderInner(){return X`<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?X`<mdui-icon name="${this.activeIcon}"></mdui-icon>`:He}</slot><slot name="icon" part="icon" class="icon">${this.icon?X`<mdui-icon name="${this.icon}"></mdui-icon>`:He}</slot></div><slot part="label" class="label"></slot>`}};Ci.styles=[Me,f1];w([D({reflect:!0})],Ci.prototype,"icon",void 0);w([D({reflect:!0,attribute:"active-icon"})],Ci.prototype,"activeIcon",void 0);w([D({reflect:!0})],Ci.prototype,"value",void 0);w([Oe()],Ci.prototype,"labelVisibility",void 0);w([Oe()],Ci.prototype,"isInitial",void 0);w([D({type:Boolean,reflect:!0,converter:me})],Ci.prototype,"active",void 0);w([Oe()],Ci.prototype,"disabled",void 0);Ci=w([Re("mdui-navigation-bar-item")],Ci);const p1=Ie`: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 li=class extends Gc(cr){constructor(){super(...arguments),this.hide=!1,this.labelVisibility="auto",this.activeKey=0,this.isInitial=!0,this.definedController=new vt(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 X`<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()}};li.styles=[Me,p1];w([D({type:Boolean,reflect:!0,converter:me})],li.prototype,"hide",void 0);w([D({reflect:!0,attribute:"label-visibility"})],li.prototype,"labelVisibility",void 0);w([D({reflect:!0})],li.prototype,"value",void 0);w([D({reflect:!0,attribute:"scroll-behavior"})],li.prototype,"scrollBehavior",void 0);w([Oe()],li.prototype,"activeKey",void 0);w([ri({selector:"mdui-navigation-bar-item",flatten:!0})],li.prototype,"items",void 0);w([Ee("activeKey",!0)],li.prototype,"onActiveKeyChange",null);w([Ee("value")],li.prototype,"onValueChange",null);w([Ee("labelVisibility",!0)],li.prototype,"onLabelVisibilityChange",null);li=w([Re("mdui-navigation-bar")],li);const Gl=i=>{const e=or(),t=zt(),r=e.getComputedStyle(t.documentElement),n=qi(i)?se(i).innerWidth():vo(i)?i:se(e).innerWidth(),s=a=>{const l=r.getPropertyValue(`--mdui-breakpoint-${a}`).toLowerCase();return parseFloat(l)},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,l){return this.up(a)&&this.down(l)}}},m1=Ie`: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 Ht=class extends cr{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=Ne(),this.panelRef=Ne(),this.definedController=new vt(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?(Ul(this,this.lockTarget),await this.getLockTargetAnimate(!1,0)):(Xn(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=Vt(this,"linear"),s=Vt(this,"emphasized"),o=(l,c)=>{se(this.layoutManager.getItemsAndMain()).css("transition",Mc(l)?null:`all ${l}ms ${c}`)},a=async()=>{const l=[];if(this.isModal?l.push(t,e):this.isParentLayout||l.push(this.lockTarget),this.isParentLayout){const c=this.layoutManager.getItemsAndMain(),d=c.indexOf(this);l.push(...c.slice(d))}!this.isModal&&!l.includes(this)&&l.push(this),await Promise.all(l.map(c=>qt(c)))};if(this.open){const l=this.hasUpdated;if(l||(await this.updateComplete,e=this.panelRef.value,t=this.overlayRef.value),l&&!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||Ul(this,this.lockTarget)),await a(),requestAnimationFrame(()=>{const f=this.querySelector("[autofocus]");f?f.focus({preventScroll:!0}):e.focus({preventScroll:!0})});const c=yi(this,"long2"),d=[];if(this.isModal?d.push(Je(t,[{opacity:0},{opacity:1,offset:.3},{opacity:1}],{duration:l?c:0,easing:n})):this.isParentLayout||d.push(this.getLockTargetAnimate(!0,l?c:0)),this.isParentLayout&&l&&(o(c,s),this.layoutManager.updateLayout(this)),d.push(Je(this.isModal?e:this,[{transform:`translateX(${r?"":"-"}100%)`},{transform:"translateX(0)"}],{duration:l?c:0,easing:s})),await Promise.all(d),!this.open)return;this.isParentLayout&&l&&o(null),l&&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 c=yi(this,"short4"),d=[];if(this.isModal?d.push(Je(t,[{opacity:1},{opacity:0}],{duration:c,easing:n})):this.isParentLayout||d.push(this.getLockTargetAnimate(!1,c)),this.isParentLayout&&(o(c,s),this.layoutManager.updateLayout(this,{width:0})),d.push(Je(this.isModal?e:this,[{transform:"translateX(0)"},{transform:`translateX(${r?"":"-"}100%)`}],{duration:c,easing:s})),await Promise.all(d),this.open)return;this.isParentLayout&&o(null),this.style.display="none",this.isModal&&!this.contained&&Xn(this,this.lockTarget);const f=this.originalTrigger;dt(f?.focus)&&setTimeout(()=>f.focus()),this.emit("closed")}}connectedCallback(){super.connectedCallback(),this.modalHelper=new Lp(this),this.definedController.whenDefined().then(()=>{this.setObserveResize()})}disconnectedCallback(){super.disconnectedCallback(),Xn(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 X`${Ye(this.isModal,()=>X`<div ${$e(this.overlayRef)} part="overlay" class="overlay" @click="${this.onOverlayClick}"></div>`)}<slot ${$e(this.panelRef)} part="panel" class="panel" tabindex="0"></slot>`}setObserveResize(){this.observeResize=lr(this.contained?this.parentElement:document.documentElement,()=>{const e=this.contained?this.parentElement:void 0;this.mobile=Gl(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=se(this.panelRef.value).innerWidth()+"px";return Je(this.lockTarget,[{[r]:e?0:n},{[r]:e?n:0}],{duration:t,easing:Vt(this,"emphasized"),fill:"forwards"})}};Ht.styles=[Me,m1];w([D({type:Boolean,reflect:!0,converter:me})],Ht.prototype,"open",void 0);w([D({type:Boolean,reflect:!0,converter:me})],Ht.prototype,"modal",void 0);w([D({type:Boolean,reflect:!0,converter:me,attribute:"close-on-esc"})],Ht.prototype,"closeOnEsc",void 0);w([D({type:Boolean,reflect:!0,converter:me,attribute:"close-on-overlay-click"})],Ht.prototype,"closeOnOverlayClick",void 0);w([D({reflect:!0})],Ht.prototype,"placement",void 0);w([D({type:Boolean,reflect:!0,converter:me})],Ht.prototype,"contained",void 0);w([D({type:Boolean,reflect:!0,converter:me})],Ht.prototype,"mobile",void 0);w([Ee("contained",!0)],Ht.prototype,"onContainedChange",null);w([Ee("placement",!0)],Ht.prototype,"onPlacementChange",null);w([Ee("mobile",!0),Ee("modal",!0)],Ht.prototype,"onMobileChange",null);w([Ee("open")],Ht.prototype,"onOpenChange",null);Ht=w([Re("mdui-navigation-drawer")],Ht);const g1=Ie`: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 Wt=class extends cr{constructor(){super(...arguments),this.placement="left",this.alignment="start",this.contained=!1,this.divider=!1,this.activeKey=0,this.hasSlotController=new bt(this,"top","bottom"),this.definedController=new vt(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(se(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(),se(document.body).css({paddingLeft:this.contained||this.isRight?null:this.paddingValue,paddingRight:this.contained||!this.isRight?null:this.paddingValue}),se(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||se(this.parentTarget).css({paddingLeft:this.isRight?null:this.paddingValue,paddingRight:this.isRight?this.paddingValue:null})}connectedCallback(){super.connectedCallback(),this.isParentLayout||this.definedController.whenDefined().then(()=>{se(this.parentTarget).css({paddingLeft:this.isRight?null:this.paddingValue,paddingRight:this.isRight?this.paddingValue:null})})}disconnectedCallback(){super.disconnectedCallback(),!this.isParentLayout&&this.definedController.isDefined()&&se(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 X`${Ye(e,()=>X`<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> ${Ye(t,()=>X`<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()}};Wt.styles=[Me,g1];w([D({reflect:!0})],Wt.prototype,"value",void 0);w([D({reflect:!0})],Wt.prototype,"placement",void 0);w([D({reflect:!0})],Wt.prototype,"alignment",void 0);w([D({type:Boolean,reflect:!0,converter:me})],Wt.prototype,"contained",void 0);w([D({type:Boolean,reflect:!0,converter:me})],Wt.prototype,"divider",void 0);w([Oe()],Wt.prototype,"activeKey",void 0);w([ri({selector:"mdui-navigation-rail-item",flatten:!0})],Wt.prototype,"items",void 0);w([Ee("activeKey",!0)],Wt.prototype,"onActiveKeyChange",null);w([Ee("value")],Wt.prototype,"onValueChange",null);w([Ee("contained",!0)],Wt.prototype,"onContainedChange",null);w([Ee("placement",!0)],Wt.prototype,"onPlacementChange",null);Wt=w([Re("mdui-navigation-rail")],Wt);const y1=Ie`: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 Ai=class extends dn(wi(ni(qe))){constructor(){super(...arguments),this.active=!1,this.isInitial=!0,this.placement="left",this.disabled=!1,this.key=ar(),this.rippleRef=Ne(),this.hasSlotController=new bt(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=Ri({container:!0,"has-label":e,"has-active-icon":this.activeIcon||this.hasSlotController.test("active-icon"),initial:this.isInitial});return X`${this.href?this.renderAnchor({part:"container",className:t,content:this.renderInner(e)}):X`<div part="container" class="${t}">${this.renderInner(e)}</div>`}<mdui-ripple .noRipple="${!this.active||this.noRipple}" ${$e(this.rippleRef)}></mdui-ripple>`}renderInner(e){return X`<div part="indicator" class="indicator"><slot name="badge" part="badge" class="${lt({badge:!0,"placement-right":this.placement==="right"})}"></slot><slot name="active-icon" part="active-icon" class="active-icon">${this.activeIcon?X`<mdui-icon name="${this.activeIcon}"></mdui-icon>`:He}</slot><slot name="icon" part="icon" class="icon">${this.icon?X`<mdui-icon name="${this.icon}"></mdui-icon>`:He}</slot></div>${e?X`<slot part="label" class="label"></slot>`:Ge}`}};Ai.styles=[Me,y1];w([D({reflect:!0})],Ai.prototype,"icon",void 0);w([D({reflect:!0,attribute:"active-icon"})],Ai.prototype,"activeIcon",void 0);w([D({reflect:!0})],Ai.prototype,"value",void 0);w([D({type:Boolean,reflect:!0,converter:me})],Ai.prototype,"active",void 0);w([Oe()],Ai.prototype,"isInitial",void 0);w([Oe()],Ai.prototype,"placement",void 0);w([Oe()],Ai.prototype,"disabled",void 0);Ai=w([Re("mdui-navigation-rail-item")],Ai);let Kl=class extends ct{render(){return fi('<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2z"/>')}};Kl.styles=hi;Kl=w([Re("mdui-icon-circle")],Kl);let Jl=class extends ct{render(){return fi('<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"/>')}};Jl.styles=hi;Jl=w([Re("mdui-icon-radio-button-unchecked")],Jl);const b1=Ie`: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 ei=class extends wi(ni(qe)){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=Ne()}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=lt({invalid:this.invalid,initial:this.isInitial});return X`<i part="control" class="${e}"><mdui-ripple ${$e(this.rippleRef)} .noRipple="${this.noRipple}"></mdui-ripple><slot name="unchecked-icon" part="unchecked-icon" class="icon unchecked-icon">${this.uncheckedIcon?X`<mdui-icon name="${this.uncheckedIcon}" class="i"></mdui-icon>`:X`<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?X`<mdui-icon name="${this.checkedIcon}" class="i"></mdui-icon>`:X`<mdui-icon-circle class="i"></mdui-icon-circle>`}</slot></i><slot part="label" class="label ${e}"></slot>`}isDisabled(){return this.disabled||this.groupDisabled}};ei.styles=[Me,b1];w([D({reflect:!0})],ei.prototype,"value",void 0);w([D({type:Boolean,reflect:!0,converter:me})],ei.prototype,"disabled",void 0);w([D({type:Boolean,reflect:!0,converter:me})],ei.prototype,"checked",void 0);w([D({reflect:!0,attribute:"unchecked-icon"})],ei.prototype,"uncheckedIcon",void 0);w([D({reflect:!0,attribute:"checked-icon"})],ei.prototype,"checkedIcon",void 0);w([Oe()],ei.prototype,"invalid",void 0);w([D({type:Boolean,reflect:!0,converter:me,attribute:"group-disabled"})],ei.prototype,"groupDisabled",void 0);w([Oe()],ei.prototype,"focusable",void 0);w([Oe()],ei.prototype,"isInitial",void 0);w([Ee("checked",!0)],ei.prototype,"onCheckedChange",null);ei=w([Re("mdui-radio")],ei);const v1=Ie`: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 ci=class extends qe{constructor(){super(...arguments),this.disabled=!1,this.name="",this.value="",this.defaultValue="",this.required=!1,this.invalid=!1,this.isInitial=!0,this.inputRef=Ne(),this.formController=new Ki(this),this.definedController=new vt(this,{relatedElements:["mdui-radio"]})}get validity(){return this.inputRef.value.validity}get validationMessage(){return this.inputRef.value.validationMessage}get items(){return se(this).find("mdui-radio").get()}get itemsEnabled(){return se(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&&ht.get(e)?.has(this)?(this.invalid=!1,ht.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 X`<fieldset><input ${$e(this.inputRef)} type="radio" class="input" name="${De(this.name)}" value="${De(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})}};ci.styles=[Me,v1];w([D({type:Boolean,reflect:!0,converter:me})],ci.prototype,"disabled",void 0);w([D({reflect:!0})],ci.prototype,"form",void 0);w([D({reflect:!0})],ci.prototype,"name",void 0);w([D({reflect:!0})],ci.prototype,"value",void 0);w([dr()],ci.prototype,"defaultValue",void 0);w([D({type:Boolean,reflect:!0,converter:me})],ci.prototype,"required",void 0);w([Oe()],ci.prototype,"invalid",void 0);w([Ee("value",!0)],ci.prototype,"onValueChange",null);w([Ee("invalid",!0),Ee("disabled")],ci.prototype,"onInvalidChange",null);ci=w([Re("mdui-radio-group")],ci);/**
457
+ )}: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 $t=class extends dn(_i(si(qe))){constructor(){super(...arguments),this.disabled=!1,this.active=!1,this.nonclickable=!1,this.rounded=!1,this.alignment="center",this.rippleRef=Ne(),this.itemRef=Ne(),this.hasSlotController=new bt(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=>ps(a,"mdui-icon")||L0(a).startsWith("mdui-icon-"),o=Ti({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 X`<mdui-ripple ${$e(this.rippleRef)} .noRipple="${this.noRipple}"></mdui-ripple>${this.href&&!this.disabled?this.renderAnchor({className:o,content:this.renderInner(),part:"container",refDirective:$e(this.itemRef)}):X`<div part="container" class="${o}" ${$e(this.itemRef)}>${this.renderInner()}</div>`}`}renderInner(){const e=this.hasSlotController.test("[default]");return X`<slot name="custom"><slot name="icon" part="icon" class="icon">${this.icon?X`<mdui-icon name="${this.icon}"></mdui-icon>`:He}</slot><div part="body" class="body">${e?X`<slot part="headline" class="headline"></slot>`:X`<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?X`<mdui-icon name="${this.endIcon}"></mdui-icon>`:He}</slot></slot>`}};$t.styles=[Me,c1];w([D({reflect:!0})],$t.prototype,"headline",void 0);w([D({type:Number,reflect:!0,attribute:"headline-line"})],$t.prototype,"headlineLine",void 0);w([D({reflect:!0})],$t.prototype,"description",void 0);w([D({type:Number,reflect:!0,attribute:"description-line"})],$t.prototype,"descriptionLine",void 0);w([D({reflect:!0})],$t.prototype,"icon",void 0);w([D({reflect:!0,attribute:"end-icon"})],$t.prototype,"endIcon",void 0);w([D({type:Boolean,reflect:!0,converter:me})],$t.prototype,"disabled",void 0);w([D({type:Boolean,reflect:!0,converter:me})],$t.prototype,"active",void 0);w([D({type:Boolean,reflect:!0,converter:me})],$t.prototype,"nonclickable",void 0);w([D({type:Boolean,reflect:!0,converter:me})],$t.prototype,"rounded",void 0);w([D({reflect:!0})],$t.prototype,"alignment",void 0);w([ni({slot:"icon",flatten:!0})],$t.prototype,"iconElements",void 0);w([ni({slot:"end-icon",flatten:!0})],$t.prototype,"endIconElements",void 0);$t=w([Re("mdui-list-item")],$t);const d1=Ie`: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 zl=class extends qe{render(){return X`<slot></slot>`}};zl.styles=[Me,d1];zl=w([Re("mdui-list-subheader")],zl);const u1=Ie`:host{display:block;padding:.5rem 0}::slotted(mdui-divider[middle]){margin-left:1rem;margin-right:1.5rem}`;let Hl=class extends qe{render(){return X`<slot></slot>`}};Hl.styles=[Me,u1];Hl=w([Re("mdui-list")],Hl);let Wl=class extends ct{render(){return mi('<path d="m10 17 5-5-5-5v10z"/>')}};Wl.styles=pi;Wl=w([Re("mdui-icon-arrow-right")],Wl);const h1=Ie`: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 yt=class extends dn(_i(si(qe))){constructor(){super(),this.disabled=!1,this.submenuOpen=!1,this.selected=!1,this.dense=!1,this.focusable=!1,this.key=lr(),this.rippleRef=Ne(),this.containerRef=Ne(),this.submenuRef=Ne(),this.hasSlotController=new bt(this,"[default]","icon","end-icon","end-text","submenu","custom"),this.definedController=new vt(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=Vt(this,"linear"),r=Vt(this,"emphasized-decelerate"),n=Vt(this,"emphasized-accelerate");if(this.submenuOpen){if(e&&!this.emit("submenu-open",{cancelable:!0}))return;const s=bi(this,"medium4");await qt(this.submenuRef.value),this.submenuRef.value.hidden=!1,this.updateSubmenuPositioner(),await Promise.all([Je(this.submenuRef.value,[{transform:"scaleY(0.45)"},{transform:"scaleY(1)"}],{duration:e?s:0,easing:r}),Je(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=bi(this,"short4");await qt(this.submenuRef.value),await Promise.all([Je(this.submenuRef.value,[{transform:"scaleY(1)"},{transform:"scaleY(0.45)"}],{duration:o,easing:n}),Je(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=!at(this.icon)||this.selects==="single"||this.selects==="multiple"||this.hasSlotController.test("icon"),a=!!this.endText||this.hasSlotController.test("end-text"),l=Ti({container:!0,dense:this.dense,preset:!t,"has-icon":o,"has-end-text":a,"has-end-icon":s});return X`<mdui-ripple ${$e(this.rippleRef)} .noRipple="${this.noRipple}"></mdui-ripple>${this.href&&!this.disabled?this.renderAnchor({part:"container",className:l,content:this.renderInner(n,o),refDirective:$e(this.containerRef),tabIndex:this.focusable?0:-1}):X`<div part="container" ${$e(this.containerRef)} class="${l}">${this.renderInner(n,o)}</div>`} ${Ye(e,()=>X`<slot name="submenu" ${$e(this.submenuRef)} part="submenu" class="submenu" hidden></slot>`)}`}onOuterClick(e){!this.disabled&&this.submenuOpen&&this!==e.target&&!se.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=se(window),t=se(this.submenuRef.value),r=this.getBoundingClientRect(),n=t.innerWidth(),s=t.innerHeight(),o=8;let a="bottom",l="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?l="right":r.left>n+o&&(l="left"),se(this.submenuRef.value).css({top:a==="bottom"?0:r.height-s,left:l==="right"?r.width:-n,transformOrigin:[l==="right"?0:"100%",a==="bottom"?0:"100%"].join(" ")})}renderInner(e,t){return X`<slot name="custom">${this.selected?X`<slot name="selected-icon" part="selected-icon" class="selected-icon">${this.selectedIcon?X`<mdui-icon name="${this.selectedIcon}" class="i"></mdui-icon>`:X`<mdui-icon-check class="i"></mdui-icon-check>`}</slot>`:X`<slot name="icon" part="icon" class="icon">${t?X`<mdui-icon name="${this.icon}" class="i"></mdui-icon>`:He}</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?X`<mdui-icon-arrow-right part="end-icon" class="end-icon arrow-right"></mdui-icon-arrow-right>`:X`<slot name="end-icon" part="end-icon" class="end-icon">${this.endIcon?X`<mdui-icon name="${this.endIcon}"></mdui-icon>`:He}</slot>`}</slot>`}};yt.styles=[Me,h1];w([D({reflect:!0})],yt.prototype,"value",void 0);w([D({type:Boolean,reflect:!0,converter:me})],yt.prototype,"disabled",void 0);w([D({reflect:!0})],yt.prototype,"icon",void 0);w([D({reflect:!0,attribute:"end-icon"})],yt.prototype,"endIcon",void 0);w([D({reflect:!0,attribute:"end-text"})],yt.prototype,"endText",void 0);w([D({reflect:!0,attribute:"selected-icon"})],yt.prototype,"selectedIcon",void 0);w([D({type:Boolean,reflect:!0,converter:me,attribute:"submenu-open"})],yt.prototype,"submenuOpen",void 0);w([D({type:Boolean,reflect:!0,converter:me})],yt.prototype,"selected",void 0);w([Oe()],yt.prototype,"dense",void 0);w([Oe()],yt.prototype,"selects",void 0);w([Oe()],yt.prototype,"submenuTrigger",void 0);w([Oe()],yt.prototype,"submenuOpenDelay",void 0);w([Oe()],yt.prototype,"submenuCloseDelay",void 0);w([Oe()],yt.prototype,"focusable",void 0);w([Ee("submenuOpen")],yt.prototype,"onOpenChange",null);yt=w([Re("mdui-menu-item")],yt);const f1=Ie`: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 Dt=class extends qe{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 vt(this,{relatedElements:["mdui-menu-item"]})}get items(){return se(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!se(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]:ut(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=se(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=se(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 X`<slot @slotchange="${this.onSlotChange}" @click="${this.onClick}" @keydown="${this.onKeyDown}"></slot>`}setSelectedKeys(e){Zr(this.selectedKeys,e)||(this.selectedKeys=e)}setValue(e){this.isSingle||at(this.value)||at(e)?this.value=e:Zr(this.value,e)||(this.value=e)}getSiblingsItems(e,t=!1){return se(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 Bp()}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}}}};Dt.styles=[Me,f1];w([D({reflect:!0})],Dt.prototype,"selects",void 0);w([D()],Dt.prototype,"value",void 0);w([D({type:Boolean,reflect:!0,converter:me})],Dt.prototype,"dense",void 0);w([D({reflect:!0,attribute:"submenu-trigger"})],Dt.prototype,"submenuTrigger",void 0);w([D({type:Number,reflect:!0,attribute:"submenu-open-delay"})],Dt.prototype,"submenuOpenDelay",void 0);w([D({type:Number,reflect:!0,attribute:"submenu-close-delay"})],Dt.prototype,"submenuCloseDelay",void 0);w([Oe()],Dt.prototype,"selectedKeys",void 0);w([ni({flatten:!0,selector:"mdui-menu-item"})],Dt.prototype,"childrenItems",void 0);w([Ee("dense"),Ee("selects"),Ee("submenuTrigger"),Ee("submenuOpenDelay"),Ee("submenuCloseDelay")],Dt.prototype,"onSlotChange",null);w([Ee("selects",!0)],Dt.prototype,"onSelectsChange",null);w([Ee("selectedKeys",!0)],Dt.prototype,"onSelectedKeysChange",null);w([Ee("value")],Dt.prototype,"onValueChange",null);Dt=w([Re("mdui-menu")],Dt);const p1=Ie`: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 Ai=class extends dn(_i(si(qe))){constructor(){super(...arguments),this.isInitial=!0,this.active=!1,this.disabled=!1,this.key=lr(),this.rippleRef=Ne(),this.hasSlotController=new bt(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=Ti({"label-visibility-selected":this.labelVisibility==="selected","label-visibility-labeled":this.labelVisibility==="labeled","label-visibility-unlabeled":this.labelVisibility==="unlabeled",initial:this.isInitial}),t=Ti([{container:!0,"has-active-icon":this.activeIcon||this.hasSlotController.test("active-icon")},e]);return X`<mdui-ripple .noRipple="${!this.active||this.noRipple}" class="${e}" ${$e(this.rippleRef)}></mdui-ripple>${this.href?this.renderAnchor({part:"container",className:t,content:this.renderInner()}):X`<div part="container" class="${t}">${this.renderInner()}</div>`}`}renderInner(){return X`<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?X`<mdui-icon name="${this.activeIcon}"></mdui-icon>`:He}</slot><slot name="icon" part="icon" class="icon">${this.icon?X`<mdui-icon name="${this.icon}"></mdui-icon>`:He}</slot></div><slot part="label" class="label"></slot>`}};Ai.styles=[Me,p1];w([D({reflect:!0})],Ai.prototype,"icon",void 0);w([D({reflect:!0,attribute:"active-icon"})],Ai.prototype,"activeIcon",void 0);w([D({reflect:!0})],Ai.prototype,"value",void 0);w([Oe()],Ai.prototype,"labelVisibility",void 0);w([Oe()],Ai.prototype,"isInitial",void 0);w([D({type:Boolean,reflect:!0,converter:me})],Ai.prototype,"active",void 0);w([Oe()],Ai.prototype,"disabled",void 0);Ai=w([Re("mdui-navigation-bar-item")],Ai);const m1=Ie`: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 di=class extends Gc(dr){constructor(){super(...arguments),this.hide=!1,this.labelVisibility="auto",this.activeKey=0,this.isInitial=!0,this.definedController=new vt(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 X`<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()}};di.styles=[Me,m1];w([D({type:Boolean,reflect:!0,converter:me})],di.prototype,"hide",void 0);w([D({reflect:!0,attribute:"label-visibility"})],di.prototype,"labelVisibility",void 0);w([D({reflect:!0})],di.prototype,"value",void 0);w([D({reflect:!0,attribute:"scroll-behavior"})],di.prototype,"scrollBehavior",void 0);w([Oe()],di.prototype,"activeKey",void 0);w([ni({selector:"mdui-navigation-bar-item",flatten:!0})],di.prototype,"items",void 0);w([Ee("activeKey",!0)],di.prototype,"onActiveKeyChange",null);w([Ee("value")],di.prototype,"onValueChange",null);w([Ee("labelVisibility",!0)],di.prototype,"onLabelVisibilityChange",null);di=w([Re("mdui-navigation-bar")],di);const Gl=i=>{const e=ar(),t=zt(),r=e.getComputedStyle(t.documentElement),n=qi(i)?se(i).innerWidth():vo(i)?i:se(e).innerWidth(),s=a=>{const l=r.getPropertyValue(`--mdui-breakpoint-${a}`).toLowerCase();return parseFloat(l)},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,l){return this.up(a)&&this.down(l)}}},g1=Ie`: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 Ht=class extends dr{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=Ne(),this.panelRef=Ne(),this.definedController=new vt(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?(Ul(this,this.lockTarget),await this.getLockTargetAnimate(!1,0)):(Xn(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=Vt(this,"linear"),s=Vt(this,"emphasized"),o=(l,c)=>{se(this.layoutManager.getItemsAndMain()).css("transition",Mc(l)?null:`all ${l}ms ${c}`)},a=async()=>{const l=[];if(this.isModal?l.push(t,e):this.isParentLayout||l.push(this.lockTarget),this.isParentLayout){const c=this.layoutManager.getItemsAndMain(),d=c.indexOf(this);l.push(...c.slice(d))}!this.isModal&&!l.includes(this)&&l.push(this),await Promise.all(l.map(c=>qt(c)))};if(this.open){const l=this.hasUpdated;if(l||(await this.updateComplete,e=this.panelRef.value,t=this.overlayRef.value),l&&!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||Ul(this,this.lockTarget)),await a(),requestAnimationFrame(()=>{const f=this.querySelector("[autofocus]");f?f.focus({preventScroll:!0}):e.focus({preventScroll:!0})});const c=bi(this,"long2"),d=[];if(this.isModal?d.push(Je(t,[{opacity:0},{opacity:1,offset:.3},{opacity:1}],{duration:l?c:0,easing:n})):this.isParentLayout||d.push(this.getLockTargetAnimate(!0,l?c:0)),this.isParentLayout&&l&&(o(c,s),this.layoutManager.updateLayout(this)),d.push(Je(this.isModal?e:this,[{transform:`translateX(${r?"":"-"}100%)`},{transform:"translateX(0)"}],{duration:l?c:0,easing:s})),await Promise.all(d),!this.open)return;this.isParentLayout&&l&&o(null),l&&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 c=bi(this,"short4"),d=[];if(this.isModal?d.push(Je(t,[{opacity:1},{opacity:0}],{duration:c,easing:n})):this.isParentLayout||d.push(this.getLockTargetAnimate(!1,c)),this.isParentLayout&&(o(c,s),this.layoutManager.updateLayout(this,{width:0})),d.push(Je(this.isModal?e:this,[{transform:"translateX(0)"},{transform:`translateX(${r?"":"-"}100%)`}],{duration:c,easing:s})),await Promise.all(d),this.open)return;this.isParentLayout&&o(null),this.style.display="none",this.isModal&&!this.contained&&Xn(this,this.lockTarget);const f=this.originalTrigger;dt(f?.focus)&&setTimeout(()=>f.focus()),this.emit("closed")}}connectedCallback(){super.connectedCallback(),this.modalHelper=new Lp(this),this.definedController.whenDefined().then(()=>{this.setObserveResize()})}disconnectedCallback(){super.disconnectedCallback(),Xn(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 X`${Ye(this.isModal,()=>X`<div ${$e(this.overlayRef)} part="overlay" class="overlay" @click="${this.onOverlayClick}"></div>`)}<slot ${$e(this.panelRef)} part="panel" class="panel" tabindex="0"></slot>`}setObserveResize(){this.observeResize=cr(this.contained?this.parentElement:document.documentElement,()=>{const e=this.contained?this.parentElement:void 0;this.mobile=Gl(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=se(this.panelRef.value).innerWidth()+"px";return Je(this.lockTarget,[{[r]:e?0:n},{[r]:e?n:0}],{duration:t,easing:Vt(this,"emphasized"),fill:"forwards"})}};Ht.styles=[Me,g1];w([D({type:Boolean,reflect:!0,converter:me})],Ht.prototype,"open",void 0);w([D({type:Boolean,reflect:!0,converter:me})],Ht.prototype,"modal",void 0);w([D({type:Boolean,reflect:!0,converter:me,attribute:"close-on-esc"})],Ht.prototype,"closeOnEsc",void 0);w([D({type:Boolean,reflect:!0,converter:me,attribute:"close-on-overlay-click"})],Ht.prototype,"closeOnOverlayClick",void 0);w([D({reflect:!0})],Ht.prototype,"placement",void 0);w([D({type:Boolean,reflect:!0,converter:me})],Ht.prototype,"contained",void 0);w([D({type:Boolean,reflect:!0,converter:me})],Ht.prototype,"mobile",void 0);w([Ee("contained",!0)],Ht.prototype,"onContainedChange",null);w([Ee("placement",!0)],Ht.prototype,"onPlacementChange",null);w([Ee("mobile",!0),Ee("modal",!0)],Ht.prototype,"onMobileChange",null);w([Ee("open")],Ht.prototype,"onOpenChange",null);Ht=w([Re("mdui-navigation-drawer")],Ht);const y1=Ie`: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 Wt=class extends dr{constructor(){super(...arguments),this.placement="left",this.alignment="start",this.contained=!1,this.divider=!1,this.activeKey=0,this.hasSlotController=new bt(this,"top","bottom"),this.definedController=new vt(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(se(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(),se(document.body).css({paddingLeft:this.contained||this.isRight?null:this.paddingValue,paddingRight:this.contained||!this.isRight?null:this.paddingValue}),se(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||se(this.parentTarget).css({paddingLeft:this.isRight?null:this.paddingValue,paddingRight:this.isRight?this.paddingValue:null})}connectedCallback(){super.connectedCallback(),this.isParentLayout||this.definedController.whenDefined().then(()=>{se(this.parentTarget).css({paddingLeft:this.isRight?null:this.paddingValue,paddingRight:this.isRight?this.paddingValue:null})})}disconnectedCallback(){super.disconnectedCallback(),!this.isParentLayout&&this.definedController.isDefined()&&se(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 X`${Ye(e,()=>X`<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> ${Ye(t,()=>X`<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()}};Wt.styles=[Me,y1];w([D({reflect:!0})],Wt.prototype,"value",void 0);w([D({reflect:!0})],Wt.prototype,"placement",void 0);w([D({reflect:!0})],Wt.prototype,"alignment",void 0);w([D({type:Boolean,reflect:!0,converter:me})],Wt.prototype,"contained",void 0);w([D({type:Boolean,reflect:!0,converter:me})],Wt.prototype,"divider",void 0);w([Oe()],Wt.prototype,"activeKey",void 0);w([ni({selector:"mdui-navigation-rail-item",flatten:!0})],Wt.prototype,"items",void 0);w([Ee("activeKey",!0)],Wt.prototype,"onActiveKeyChange",null);w([Ee("value")],Wt.prototype,"onValueChange",null);w([Ee("contained",!0)],Wt.prototype,"onContainedChange",null);w([Ee("placement",!0)],Wt.prototype,"onPlacementChange",null);Wt=w([Re("mdui-navigation-rail")],Wt);const b1=Ie`: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 Ni=class extends dn(_i(si(qe))){constructor(){super(...arguments),this.active=!1,this.isInitial=!0,this.placement="left",this.disabled=!1,this.key=lr(),this.rippleRef=Ne(),this.hasSlotController=new bt(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=Ti({container:!0,"has-label":e,"has-active-icon":this.activeIcon||this.hasSlotController.test("active-icon"),initial:this.isInitial});return X`${this.href?this.renderAnchor({part:"container",className:t,content:this.renderInner(e)}):X`<div part="container" class="${t}">${this.renderInner(e)}</div>`}<mdui-ripple .noRipple="${!this.active||this.noRipple}" ${$e(this.rippleRef)}></mdui-ripple>`}renderInner(e){return X`<div part="indicator" class="indicator"><slot name="badge" part="badge" class="${lt({badge:!0,"placement-right":this.placement==="right"})}"></slot><slot name="active-icon" part="active-icon" class="active-icon">${this.activeIcon?X`<mdui-icon name="${this.activeIcon}"></mdui-icon>`:He}</slot><slot name="icon" part="icon" class="icon">${this.icon?X`<mdui-icon name="${this.icon}"></mdui-icon>`:He}</slot></div>${e?X`<slot part="label" class="label"></slot>`:Ge}`}};Ni.styles=[Me,b1];w([D({reflect:!0})],Ni.prototype,"icon",void 0);w([D({reflect:!0,attribute:"active-icon"})],Ni.prototype,"activeIcon",void 0);w([D({reflect:!0})],Ni.prototype,"value",void 0);w([D({type:Boolean,reflect:!0,converter:me})],Ni.prototype,"active",void 0);w([Oe()],Ni.prototype,"isInitial",void 0);w([Oe()],Ni.prototype,"placement",void 0);w([Oe()],Ni.prototype,"disabled",void 0);Ni=w([Re("mdui-navigation-rail-item")],Ni);let Kl=class extends ct{render(){return mi('<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2z"/>')}};Kl.styles=pi;Kl=w([Re("mdui-icon-circle")],Kl);let Jl=class extends ct{render(){return mi('<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"/>')}};Jl.styles=pi;Jl=w([Re("mdui-icon-radio-button-unchecked")],Jl);const v1=Ie`: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 ti=class extends _i(si(qe)){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=Ne()}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=lt({invalid:this.invalid,initial:this.isInitial});return X`<i part="control" class="${e}"><mdui-ripple ${$e(this.rippleRef)} .noRipple="${this.noRipple}"></mdui-ripple><slot name="unchecked-icon" part="unchecked-icon" class="icon unchecked-icon">${this.uncheckedIcon?X`<mdui-icon name="${this.uncheckedIcon}" class="i"></mdui-icon>`:X`<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?X`<mdui-icon name="${this.checkedIcon}" class="i"></mdui-icon>`:X`<mdui-icon-circle class="i"></mdui-icon-circle>`}</slot></i><slot part="label" class="label ${e}"></slot>`}isDisabled(){return this.disabled||this.groupDisabled}};ti.styles=[Me,v1];w([D({reflect:!0})],ti.prototype,"value",void 0);w([D({type:Boolean,reflect:!0,converter:me})],ti.prototype,"disabled",void 0);w([D({type:Boolean,reflect:!0,converter:me})],ti.prototype,"checked",void 0);w([D({reflect:!0,attribute:"unchecked-icon"})],ti.prototype,"uncheckedIcon",void 0);w([D({reflect:!0,attribute:"checked-icon"})],ti.prototype,"checkedIcon",void 0);w([Oe()],ti.prototype,"invalid",void 0);w([D({type:Boolean,reflect:!0,converter:me,attribute:"group-disabled"})],ti.prototype,"groupDisabled",void 0);w([Oe()],ti.prototype,"focusable",void 0);w([Oe()],ti.prototype,"isInitial",void 0);w([Ee("checked",!0)],ti.prototype,"onCheckedChange",null);ti=w([Re("mdui-radio")],ti);const w1=Ie`: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 ui=class extends qe{constructor(){super(...arguments),this.disabled=!1,this.name="",this.value="",this.defaultValue="",this.required=!1,this.invalid=!1,this.isInitial=!0,this.inputRef=Ne(),this.formController=new Ki(this),this.definedController=new vt(this,{relatedElements:["mdui-radio"]})}get validity(){return this.inputRef.value.validity}get validationMessage(){return this.inputRef.value.validationMessage}get items(){return se(this).find("mdui-radio").get()}get itemsEnabled(){return se(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&&ht.get(e)?.has(this)?(this.invalid=!1,ht.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 X`<fieldset><input ${$e(this.inputRef)} type="radio" class="input" name="${De(this.name)}" value="${De(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})}};ui.styles=[Me,w1];w([D({type:Boolean,reflect:!0,converter:me})],ui.prototype,"disabled",void 0);w([D({reflect:!0})],ui.prototype,"form",void 0);w([D({reflect:!0})],ui.prototype,"name",void 0);w([D({reflect:!0})],ui.prototype,"value",void 0);w([ur()],ui.prototype,"defaultValue",void 0);w([D({type:Boolean,reflect:!0,converter:me})],ui.prototype,"required",void 0);w([Oe()],ui.prototype,"invalid",void 0);w([Ee("value",!0)],ui.prototype,"onValueChange",null);w([Ee("invalid",!0),Ee("disabled")],ui.prototype,"onInvalidChange",null);ui=w([Re("mdui-radio-group")],ui);/**
457
458
  * @license
458
459
  * Copyright 2021 Google LLC
459
460
  * SPDX-License-Identifier: BSD-3-Clause
460
- */function*qr(i,e){if(i!==void 0){let t=0;for(const r of i)yield e(r,t++)}}const w1=Ie`: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 St extends wi(ni(qe)){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=Ne(),this.trackActiveRef=Ne(),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 Ye(!this.nolabel,()=>X`<div part="label" class="label ${lt({"label-visible":this.labelVisible})}">${this.labelFormatter(e)}</div>`)}onChange(){this.emit("change")}}St.styles=[Me,w1];w([D({type:Number,reflect:!0})],St.prototype,"min",void 0);w([D({type:Number,reflect:!0})],St.prototype,"max",void 0);w([D({type:Number,reflect:!0})],St.prototype,"step",void 0);w([D({type:Boolean,reflect:!0,converter:me})],St.prototype,"tickmarks",void 0);w([D({type:Boolean,reflect:!0,converter:me})],St.prototype,"nolabel",void 0);w([D({type:Boolean,reflect:!0,converter:me})],St.prototype,"disabled",void 0);w([D({reflect:!0})],St.prototype,"form",void 0);w([D({reflect:!0})],St.prototype,"name",void 0);w([Oe()],St.prototype,"invalid",void 0);w([Oe()],St.prototype,"labelVisible",void 0);w([D({attribute:!1})],St.prototype,"labelFormatter",void 0);w([Ee("disabled",!0)],St.prototype,"onDisabledChange",null);let tn=class extends St{constructor(){super(...arguments),this.defaultValue=[],this.currentHandle="start",this.rippleStartRef=Ne(),this.rippleEndRef=Ne(),this.handleStartRef=Ne(),this.handleEndRef=Ne(),this.formController=new Ki(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&&ht.get(r)?.has(this)?(this.invalid=!1,ht.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=se(this),a=parseFloat(o.css("padding-left")),l=parseFloat(o.css("padding-right")),c=(s.offsetX-a)/(this.clientWidth-a-l),d=(this.max-this.min)*c+this.min,f=(this.value[1]-this.value[0])/2+this.value[0];return d>f?"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 X`<label class="${lt({invalid:this.invalid})}"><input ${$e(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 ${$e(this.trackActiveRef)} part="track-active" class="track-active"></div><div ${$e(this.handleStartRef)} part="handle" class="handle start" style="${wr({"z-index":this.currentHandle==="start"?"2":"1"})}"><div class="elevation"></div><mdui-ripple ${$e(this.rippleStartRef)} .noRipple="${this.noRipple}"></mdui-ripple>${this.renderLabel(this.value[0])}</div><div ${$e(this.handleEndRef)} part="handle" class="handle end" style="${wr({"z-index":this.currentHandle==="end"?"2":"1"})}"><div class="elevation"></div><mdui-ripple ${$e(this.rippleEndRef)} .noRipple="${this.noRipple}"></mdui-ripple>${this.renderLabel(this.value[1])}</div>${Ye(this.tickmarks,()=>qr(this.getCandidateValues(),e=>X`<div part="tickmark" class="tickmark ${lt({active:e>this.value[0]&&e<this.value[1]})}" style="${wr({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())}};tn.styles=[St.styles];w([dr()],tn.prototype,"defaultValue",void 0);w([Oe()],tn.prototype,"currentHandle",void 0);w([D({type:Array,attribute:!1})],tn.prototype,"value",null);tn=w([Re("mdui-range-slider")],tn);const _1=Ie`: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(
461
+ */function*qr(i,e){if(i!==void 0){let t=0;for(const r of i)yield e(r,t++)}}const _1=Ie`: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 St extends _i(si(qe)){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=Ne(),this.trackActiveRef=Ne(),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 Ye(!this.nolabel,()=>X`<div part="label" class="label ${lt({"label-visible":this.labelVisible})}">${this.labelFormatter(e)}</div>`)}onChange(){this.emit("change")}}St.styles=[Me,_1];w([D({type:Number,reflect:!0})],St.prototype,"min",void 0);w([D({type:Number,reflect:!0})],St.prototype,"max",void 0);w([D({type:Number,reflect:!0})],St.prototype,"step",void 0);w([D({type:Boolean,reflect:!0,converter:me})],St.prototype,"tickmarks",void 0);w([D({type:Boolean,reflect:!0,converter:me})],St.prototype,"nolabel",void 0);w([D({type:Boolean,reflect:!0,converter:me})],St.prototype,"disabled",void 0);w([D({reflect:!0})],St.prototype,"form",void 0);w([D({reflect:!0})],St.prototype,"name",void 0);w([Oe()],St.prototype,"invalid",void 0);w([Oe()],St.prototype,"labelVisible",void 0);w([D({attribute:!1})],St.prototype,"labelFormatter",void 0);w([Ee("disabled",!0)],St.prototype,"onDisabledChange",null);let tn=class extends St{constructor(){super(...arguments),this.defaultValue=[],this.currentHandle="start",this.rippleStartRef=Ne(),this.rippleEndRef=Ne(),this.handleStartRef=Ne(),this.handleEndRef=Ne(),this.formController=new Ki(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&&ht.get(r)?.has(this)?(this.invalid=!1,ht.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=se(this),a=parseFloat(o.css("padding-left")),l=parseFloat(o.css("padding-right")),c=(s.offsetX-a)/(this.clientWidth-a-l),d=(this.max-this.min)*c+this.min,f=(this.value[1]-this.value[0])/2+this.value[0];return d>f?"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 X`<label class="${lt({invalid:this.invalid})}"><input ${$e(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 ${$e(this.trackActiveRef)} part="track-active" class="track-active"></div><div ${$e(this.handleStartRef)} part="handle" class="handle start" style="${wr({"z-index":this.currentHandle==="start"?"2":"1"})}"><div class="elevation"></div><mdui-ripple ${$e(this.rippleStartRef)} .noRipple="${this.noRipple}"></mdui-ripple>${this.renderLabel(this.value[0])}</div><div ${$e(this.handleEndRef)} part="handle" class="handle end" style="${wr({"z-index":this.currentHandle==="end"?"2":"1"})}"><div class="elevation"></div><mdui-ripple ${$e(this.rippleEndRef)} .noRipple="${this.noRipple}"></mdui-ripple>${this.renderLabel(this.value[1])}</div>${Ye(this.tickmarks,()=>qr(this.getCandidateValues(),e=>X`<div part="tickmark" class="tickmark ${lt({active:e>this.value[0]&&e<this.value[1]})}" style="${wr({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())}};tn.styles=[St.styles];w([ur()],tn.prototype,"defaultValue",void 0);w([Oe()],tn.prototype,"currentHandle",void 0);w([D({type:Array,attribute:!1})],tn.prototype,"value",null);tn=w([Re("mdui-range-slider")],tn);const x1=Ie`: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(
461
462
  --mdui-color-on-secondary-container
462
- )}: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 zi=class extends ot{constructor(){super(...arguments),this.selected=!1,this.invalid=!1,this.groupDisabled=!1,this.key=ar(),this.rippleRef=Ne(),this.hasSlotController=new bt(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=Ri({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 X`<mdui-ripple ${$e(this.rippleRef)} .noRipple="${this.noRipple}"></mdui-ripple>${this.isButton()?this.renderButton({className:e,part:"button",content:this.renderInner()}):this.isDisabled()||this.loading?X`<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?X`<slot name="selected-icon" part="selected-icon" class="selected-icon">${this.selectedIcon?X`<mdui-icon name="${this.selectedIcon}" class="i"></mdui-icon>`:X`<mdui-icon-check class="i"></mdui-icon-check>`}</slot>`:X`<slot name="icon" part="icon" class="icon">${this.icon?X`<mdui-icon name="${this.icon}" class="i"></mdui-icon>`:He}</slot>`}renderLabel(){return this.hasSlotController.test("[default]")?X`<slot part="label" class="label"></slot>`:He}renderEndIcon(){return X`<slot name="end-icon" part="end-icon" class="end-icon">${this.endIcon?X`<mdui-icon name="${this.endIcon}" class="i"></mdui-icon>`:He}</slot>`}renderInner(){return[this.renderIcon(),this.renderLabel(),this.renderEndIcon()]}};zi.styles=[ot.styles,_1];w([D({reflect:!0})],zi.prototype,"icon",void 0);w([D({reflect:!0,attribute:"end-icon"})],zi.prototype,"endIcon",void 0);w([D({reflect:!0,attribute:"selected-icon"})],zi.prototype,"selectedIcon",void 0);w([D({type:Boolean,reflect:!0,converter:me})],zi.prototype,"selected",void 0);w([D({type:Boolean,reflect:!0,converter:me})],zi.prototype,"invalid",void 0);w([D({type:Boolean,reflect:!0,converter:me,attribute:"group-disabled"})],zi.prototype,"groupDisabled",void 0);zi=w([Re("mdui-segmented-button")],zi);const x1=Ie`: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 Et=class extends qe{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=Ne(),this.formController=new Ki(this),this.definedController=new vt(this,{relatedElements:["mdui-segmented-button"]})}get validity(){return this.inputRef.value.validity}get validationMessage(){return this.inputRef.value.validationMessage}get items(){return se(this).find("mdui-segmented-button").get()}get itemsEnabled(){return se(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]:ut(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&&ht.get(t)?.has(this)?(this.invalid=!1,ht.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&&ut(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 X`${Ye(this.isSelectable&&this.isSingle,()=>X`<input ${$e(this.inputRef)} type="radio" name="${De(this.name)}" value="1" .disabled="${this.disabled}" .required="${this.required}" .checked="${!!this.value}" tabindex="-1" @keydown="${this.onInputKeyDown}">`)}${Ye(this.isSelectable&&this.isMultiple,()=>X`<select ${$e(this.inputRef)} name="${De(this.name)}" .disabled="${this.disabled}" .required="${this.required}" multiple="multiple" tabindex="-1" @keydown="${this.onInputKeyDown}">${qr(this.value,e=>X`<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){Zr(this.selectedKeys,e)||(this.selectedKeys=e)}setValue(e){this.isSingle?this.value=e:Zr(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))})}};Et.styles=[Me,x1];w([D({type:Boolean,reflect:!0,converter:me,attribute:"full-width"})],Et.prototype,"fullWidth",void 0);w([D({reflect:!0})],Et.prototype,"selects",void 0);w([D({type:Boolean,reflect:!0,converter:me})],Et.prototype,"disabled",void 0);w([D({type:Boolean,reflect:!0,converter:me})],Et.prototype,"required",void 0);w([D({reflect:!0})],Et.prototype,"form",void 0);w([D({reflect:!0})],Et.prototype,"name",void 0);w([D()],Et.prototype,"value",void 0);w([dr()],Et.prototype,"defaultValue",void 0);w([Oe()],Et.prototype,"selectedKeys",void 0);w([Oe()],Et.prototype,"invalid",void 0);w([Ee("selects",!0)],Et.prototype,"onSelectsChange",null);w([Ee("selectedKeys",!0)],Et.prototype,"onSelectedKeysChange",null);w([Ee("value")],Et.prototype,"onValueChange",null);w([Ee("invalid",!0),Ee("disabled")],Et.prototype,"onInvalidChange",null);Et=w([Re("mdui-segmented-button-group")],Et);let Xl=class extends ct{render(){return fi('<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"/>')}};Xl.styles=hi;Xl=w([Re("mdui-icon-cancel--outlined")],Xl);let Ql=class extends ct{render(){return fi('<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"/>')}};Ql.styles=hi;Ql=w([Re("mdui-icon-error")],Ql);let Yl=class extends ct{render(){return fi('<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"/>')}};Yl.styles=hi;Yl=w([Re("mdui-icon-visibility-off")],Yl);let Zl=class extends ct{render(){return fi('<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"/>')}};Zl.styles=hi;Zl=w([Re("mdui-icon-visibility")],Zl);const E1=Ie`: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 Te=class extends ni(qe){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=Ne(),this.formController=new Ki(this),this.hasSlotController=new bt(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&&ht.get(e)?.has(this)?(this.invalid=!1,ht.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=se(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=se(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=lr(this.inputRef.value,()=>this.setTextareaHeight())})}disconnectedCallback(){super.disconnectedCallback(),this.observeResize?.unobserve(),Us(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),Us(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"),l=!!this.helper||this.hasSlotController.test("helper"),c=r&&!!(this.error||this.inputRef.value.validationMessage),d=this.counter&&!!this.maxlength,f=this.hasSlotController.test("input"),g={invalid:this.invalid,"invalid-style":this.invalidStyle},y=lt({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"),...g});return X`<div part="container" class="${y}">${this.renderPrefix()}<div class="input-container">${this.renderLabel()} ${this.isTextarea?this.renderTextArea(f):this.renderInput(f)} ${Ye(f,()=>X`<slot name="input" class="input"></slot>`)}</div>${this.renderSuffix()}${this.renderClearButton(s)} ${this.renderTogglePasswordButton(n)} ${this.renderRightIcon(r)}</div>${Ye(c||l||d,()=>X`<div part="supporting" class="${lt({supporting:!0,...g})}">${this.renderHelper(c,l)} ${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()),Hw(this,()=>{this.setCustomValidityInternal(this.getPatternErrorMsg())})):(this.setCustomValidityInternal(""),Us(this))}}onTogglePassword(){this.isPasswordVisible=!this.isPasswordVisible}getPatternErrorMsg(){return Uw("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?X`<label part="label" class="label">${this.label}</label>`:He}renderPrefix(){return X`<slot name="icon" part="icon" class="icon">${this.icon?X`<mdui-icon name="${this.icon}" class="i"></mdui-icon>`:He}</slot><slot name="prefix" part="prefix" class="prefix">${this.prefix}</slot>`}renderSuffix(){return X`<slot name="suffix" part="suffix" class="suffix">${this.suffix}</slot>`}renderRightIcon(e){return e?X`<slot name="error-icon" part="error-icon" class="right-icon">${this.errorIcon?X`<mdui-icon name="${this.errorIcon}" class="i"></mdui-icon>`:X`<mdui-icon-error class="i"></mdui-icon-error>`}</slot>`:X`<slot name="end-icon" part="end-icon" class="end-icon right-icon">${this.endIcon?X`<mdui-icon name="${this.endIcon}" class="i"></mdui-icon>`:He}</slot>`}renderClearButton(e){return Ye(e,()=>X`<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?X`<mdui-icon name="${this.clearIcon}" class="i"></mdui-icon>`:X`<mdui-icon-cancel--outlined class="i"></mdui-icon-cancel--outlined>`}</slot></mdui-button-icon></slot>`)}renderTogglePasswordButton(e){return Ye(e,()=>X`<slot name="toggle-password-button" part="toggle-password-button" class="action" @click="${this.onTogglePassword}"><mdui-button-icon tabindex="-1">${this.isPasswordVisible?X`<slot name="show-password-icon" part="show-password-icon">${this.showPasswordIcon?X`<mdui-icon name="${this.showPasswordIcon}" class="i"></mdui-icon>`:X`<mdui-icon-visibility-off class="i"></mdui-icon-visibility-off>`}</slot>`:X`<slot name="hide-password-icon" part="hide-password-icon">${this.hidePasswordIcon?X`<mdui-icon name="${this.hidePasswordIcon}" class="i"></mdui-icon>`:X`<mdui-icon-visibility class="i"></mdui-icon-visibility>`}</slot>`}</mdui-button-icon></slot>`)}renderInput(e){return X`<input ${$e(this.inputRef)} part="input" class="input ${lt({"hide-input":e})}" type="${this.type==="password"&&this.isPasswordVisible?"text":this.type}" name="${De(this.name)}" .value="${Yr(this.value)}" placeholder="${De(!this.label||this.isFocusedStyle||this.hasValue?this.placeholder:void 0)}" ?readonly="${this.readonly}" ?disabled="${this.disabled}" ?required="${this.required}" minlength="${De(this.minlength)}" maxlength="${De(this.maxlength)}" min="${De(this.min)}" max="${De(this.max)}" step="${De(this.step)}" autocapitalize="${De(this.type==="password"?"off":this.autocapitalize)}" autocomplete="${this.autocomplete}" autocorrect="${De(this.type==="password"?"off":this.autocorrect)}" spellcheck="${De(this.spellcheck)}" pattern="${De(this.pattern)}" enterkeyhint="${De(this.enterkeyhint)}" inputmode="${De(this.inputmode)}" @change="${this.onChange}" @input="${this.onInput}" @invalid="${this.onInvalid}" @keydown="${this.onKeyDown}">`}renderTextArea(e){return X`<textarea ${$e(this.inputRef)} part="input" class="input ${lt({"hide-input":e})}" name="${De(this.name)}" .value="${Yr(this.value)}" placeholder="${De(!this.label||this.isFocusedStyle||this.hasValue?this.placeholder:void 0)}" ?readonly="${this.readonly}" ?disabled="${this.disabled}" ?required="${this.required}" minlength="${De(this.minlength)}" maxlength="${De(this.maxlength)}" rows="${this.rows??1}" autocapitalize="${De(this.autocapitalize)}" autocorrect="${De(this.autocorrect)}" spellcheck="${De(this.spellcheck)}" enterkeyhint="${De(this.enterkeyhint)}" inputmode="${De(this.inputmode)}" @change="${this.onChange}" @input="${this.onInput}" @invalid="${this.onInvalid}" @keydown="${this.onKeyDown}" @keyup="${this.onTextAreaKeyUp}"></textarea>`}renderHelper(e,t){return e?X`<div part="error" class="error">${this.error||this.inputRef.value.validationMessage}</div>`:t?X`<slot name="helper" part="helper" class="helper">${this.helper}</slot>`:X`<span></span>`}renderCounter(e){return e?X`<div part="counter" class="counter">${this.value.length}/${this.maxlength}</div>`:He}};Te.styles=[Me,E1];w([D({reflect:!0})],Te.prototype,"variant",void 0);w([D({reflect:!0})],Te.prototype,"type",void 0);w([D({reflect:!0})],Te.prototype,"name",void 0);w([D()],Te.prototype,"value",void 0);w([dr()],Te.prototype,"defaultValue",void 0);w([D({reflect:!0})],Te.prototype,"label",void 0);w([D({reflect:!0})],Te.prototype,"placeholder",void 0);w([D({reflect:!0})],Te.prototype,"helper",void 0);w([D({type:Boolean,reflect:!0,converter:me,attribute:"helper-on-focus"})],Te.prototype,"helperOnFocus",void 0);w([D({type:Boolean,reflect:!0,converter:me})],Te.prototype,"clearable",void 0);w([D({reflect:!0,attribute:"clear-icon"})],Te.prototype,"clearIcon",void 0);w([D({type:Boolean,reflect:!0,converter:me,attribute:"end-aligned"})],Te.prototype,"endAligned",void 0);w([D({reflect:!0})],Te.prototype,"prefix",void 0);w([D({reflect:!0})],Te.prototype,"suffix",void 0);w([D({reflect:!0})],Te.prototype,"icon",void 0);w([D({reflect:!0,attribute:"end-icon"})],Te.prototype,"endIcon",void 0);w([D({reflect:!0,attribute:"error-icon"})],Te.prototype,"errorIcon",void 0);w([D({reflect:!0})],Te.prototype,"form",void 0);w([D({type:Boolean,reflect:!0,converter:me})],Te.prototype,"readonly",void 0);w([D({type:Boolean,reflect:!0,converter:me})],Te.prototype,"disabled",void 0);w([D({type:Boolean,reflect:!0,converter:me})],Te.prototype,"required",void 0);w([D({type:Number,reflect:!0})],Te.prototype,"rows",void 0);w([D({type:Boolean,reflect:!0,converter:me})],Te.prototype,"autosize",void 0);w([D({type:Number,reflect:!0,attribute:"min-rows"})],Te.prototype,"minRows",void 0);w([D({type:Number,reflect:!0,attribute:"max-rows"})],Te.prototype,"maxRows",void 0);w([D({type:Number,reflect:!0})],Te.prototype,"minlength",void 0);w([D({type:Number,reflect:!0})],Te.prototype,"maxlength",void 0);w([D({type:Boolean,reflect:!0,converter:me})],Te.prototype,"counter",void 0);w([D({type:Number,reflect:!0})],Te.prototype,"min",void 0);w([D({type:Number,reflect:!0})],Te.prototype,"max",void 0);w([D({type:Number,reflect:!0})],Te.prototype,"step",void 0);w([D({reflect:!0})],Te.prototype,"pattern",void 0);w([D({type:Boolean,reflect:!0,converter:me,attribute:"toggle-password"})],Te.prototype,"togglePassword",void 0);w([D({reflect:!0,attribute:"show-password-icon"})],Te.prototype,"showPasswordIcon",void 0);w([D({reflect:!0,attribute:"hide-password-icon"})],Te.prototype,"hidePasswordIcon",void 0);w([D({reflect:!0})],Te.prototype,"autocapitalize",void 0);w([D({reflect:!0})],Te.prototype,"autocorrect",void 0);w([D({reflect:!0})],Te.prototype,"autocomplete",void 0);w([D({reflect:!0})],Te.prototype,"enterkeyhint",void 0);w([D({type:Boolean,reflect:!0,converter:me})],Te.prototype,"spellcheck",void 0);w([D({reflect:!0})],Te.prototype,"inputmode",void 0);w([Oe()],Te.prototype,"invalid",void 0);w([Oe()],Te.prototype,"invalidStyle",void 0);w([D({type:Boolean,reflect:!0,converter:me,attribute:"focused-style"})],Te.prototype,"focusedStyle",void 0);w([Oe()],Te.prototype,"isPasswordVisible",void 0);w([Oe()],Te.prototype,"hasValue",void 0);w([Oe()],Te.prototype,"error",void 0);w([Ee("disabled",!0)],Te.prototype,"onDisabledChange",null);w([Ee("value")],Te.prototype,"onValueChange",null);w([Ee("rows",!0)],Te.prototype,"onRowsChange",null);w([Ee("maxRows")],Te.prototype,"onMaxRowsChange",null);w([Ee("minRows")],Te.prototype,"onMinRowsChange",null);Te=w([Re("mdui-text-field")],Te);const S1=Ie`: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 Qe=class extends ni(qe){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=Ne(),this.textFieldRef=Ne(),this.hiddenInputRef=Ne(),this.formController=new Ki(this),this.hasSlotController=new bt(this,"icon","end-icon","error-icon","prefix","suffix","clear-button","clear-icon","helper"),this.definedController=new vt(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&&ut(this.value)?this.value?[this.value]:[]:this.value,this.defaultValue=this.multiple?[]:"",this.definedController.whenDefined().then(()=>{this.requestUpdate()}),this.updateComplete.then(()=>{this.observeResize=lr(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 X`${this.multiple?X`<select ${$e(this.hiddenInputRef)} class="hidden-input" name="${De(this.name)}" value="${De(this.value)}" .required="${this.required}" .disabled="${this.disabled}" multiple="multiple" tabindex="-1">${qr(this.value,t=>X`<option selected="selected" value="${t}"></option>`)}</select>`:X`<input ${$e(this.hiddenInputRef)} type="radio" class="hidden-input" name="${De(this.name)}" value="${De(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 ${$e(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}">${qr(["icon","end-icon","error-icon","prefix","suffix","clear-button","clear-icon","helper"],t=>this.hasSlotController.test(t)?X`<slot name="${t}" slot="${t}"></slot>`:Ge)} ${Ye(this.multiple&&this.value.length,()=>X`<div slot="input" class="chips" part="chips">${qr(this.value,t=>X`<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 ${$e(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&&ht.get(r)?.has(this)?(this.invalid=!1,ht.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())}};Qe.styles=[Me,S1];w([D({reflect:!0})],Qe.prototype,"variant",void 0);w([D({type:Boolean,reflect:!0,converter:me})],Qe.prototype,"multiple",void 0);w([D({reflect:!0})],Qe.prototype,"name",void 0);w([D()],Qe.prototype,"value",void 0);w([dr()],Qe.prototype,"defaultValue",void 0);w([D({reflect:!0})],Qe.prototype,"label",void 0);w([D({reflect:!0})],Qe.prototype,"placeholder",void 0);w([D({reflect:!0})],Qe.prototype,"helper",void 0);w([D({type:Boolean,reflect:!0,converter:me})],Qe.prototype,"clearable",void 0);w([D({reflect:!0,attribute:"clear-icon"})],Qe.prototype,"clearIcon",void 0);w([D({reflect:!0})],Qe.prototype,"placement",void 0);w([D({type:Boolean,reflect:!0,converter:me,attribute:"end-aligned"})],Qe.prototype,"endAligned",void 0);w([D({reflect:!0})],Qe.prototype,"prefix",void 0);w([D({reflect:!0})],Qe.prototype,"suffix",void 0);w([D({reflect:!0})],Qe.prototype,"icon",void 0);w([D({reflect:!0,attribute:"end-icon"})],Qe.prototype,"endIcon",void 0);w([D({reflect:!0,attribute:"error-icon"})],Qe.prototype,"errorIcon",void 0);w([D({reflect:!0})],Qe.prototype,"form",void 0);w([D({type:Boolean,reflect:!0,converter:me})],Qe.prototype,"readonly",void 0);w([D({type:Boolean,reflect:!0,converter:me})],Qe.prototype,"disabled",void 0);w([D({type:Boolean,reflect:!0,converter:me})],Qe.prototype,"required",void 0);w([Oe()],Qe.prototype,"invalid",void 0);w([ri({flatten:!0,selector:"mdui-menu-item"})],Qe.prototype,"menuItems",void 0);Qe=w([Re("mdui-select")],Qe);const k1=Ie`.track-active{left:-.125rem;border-radius:var(--mdui-shape-corner-full) 0 0 var(--mdui-shape-corner-full)}`;let rn=class extends St{constructor(){super(...arguments),this.value=0,this.defaultValue=0,this.rippleRef=Ne(),this.handleRef=Ne(),this.formController=new Ki(this)}get rippleElement(){return this.rippleRef.value}async onValueChange(){this.value=this.fixValue(this.value);const e=this.formController.getForm();e&&ht.get(e)?.has(this)?(this.invalid=!1,ht.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 X`<label class="${lt({invalid:this.invalid})}"><input ${$e(this.inputRef)} type="range" step="${this.step}" min="${this.min}" max="${this.max}" ?disabled="${this.disabled}" .value="${Yr(this.value.toString())}" @input="${this.onInput}" @change="${this.onChange}"><div part="track-inactive" class="track-inactive"></div><div ${$e(this.trackActiveRef)} part="track-active" class="track-active"></div><div ${$e(this.handleRef)} part="handle" class="handle"><div class="elevation"></div><mdui-ripple ${$e(this.rippleRef)} .noRipple="${this.noRipple}"></mdui-ripple>${this.renderLabel(this.value)}</div>${Ye(this.tickmarks,()=>qr(this.getCandidateValues(),e=>X`<div part="tickmark" class="tickmark ${lt({active:e<this.value})}" style="${wr({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()}};rn.styles=[St.styles,k1];w([D({type:Number})],rn.prototype,"value",void 0);w([dr()],rn.prototype,"defaultValue",void 0);w([Ee("value",!0)],rn.prototype,"onValueChange",null);rn=w([Re("mdui-slider")],rn);const I1=Ie`: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}`,xi=[];let vl=!1,Ot=class extends qe{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=Vt(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([qt(this),...t.map(s=>qt(s))]),xi.push({height:this.clientHeight,snackbar:this}),await this.reorderStack(this);const n=yi(this,"medium4");await Promise.all([Je(this,[{opacity:0},{opacity:1,offset:.5},{opacity:1}],{duration:r?n:0,easing:e,fill:"forwards"}),...t.map(s=>Je(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([qt(this),...t.map(o=>qt(o))]);const n=yi(this,"short4");await Promise.all([Je(this,[{opacity:1},{opacity:0}],{duration:n,easing:e,fill:"forwards"}),...t.map(o=>Je(o,[{opacity:1},{opacity:0,offset:.75},{opacity:0}],{duration:n,easing:e}))]),this.style.display="none",this.emit("closed");const s=xi.findIndex(o=>o.snackbar===this);xi.splice(s,1),xi[s]&&await this.reorderStack(xi[s].snackbar);return}}async onStackChange(){await this.reorderStack(this)}connectedCallback(){super.connectedCallback(),document.addEventListener("pointerdown",this.onDocumentClick),this.mobile=Gl().down("sm"),this.observeResize=lr(document.documentElement,async()=>{const e=Gl().down("sm");this.mobile!==e&&(this.mobile=e,vl||(vl=!0,await this.reorderStack(),vl=!1))})}disconnectedCallback(){super.disconnectedCallback(),document.removeEventListener("pointerdown",this.onDocumentClick),window.clearTimeout(this.closeTimeout),this.open&&(this.open=!1),this.observeResize?.unobserve()}render(){return X`<slot part="message" class="message"></slot><div class="action-group"><slot name="action" part="action" class="action" @click="${this.onActionClick}">${this.action?X`<mdui-button variant="text" loading="${this.actionLoading}">${this.action}</mdui-button>`:He}</slot>${Ye(this.closeable,()=>X`<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?X`<mdui-icon name="${this.closeIcon}" class="i"></mdui-icon>`:X`<mdui-icon-clear class="i"></mdui-icon-clear>`}</slot></mdui-button-icon></slot>`)}</div>`}async reorderStack(e){const t=e?xi.findIndex(r=>r.snackbar===e):0;for(let r=t;r<xi.length;r++){const s=xi[r].snackbar;this.mobile?["top","bottom"].forEach(o=>{if(s.placement.startsWith(o)){const a=xi.filter((c,d)=>d<r&&c.snackbar.placement.startsWith(o)),l=a.reduce((c,d)=>c+d.height,0);s.style[o]=`calc(${l}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=xi.filter((c,d)=>d<r&&c.snackbar.placement===o),l=a.reduce((c,d)=>c+d.height,0);s.style[o.startsWith("top")?"top":"bottom"]=`calc(${l}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}};Ot.styles=[Me,I1];w([D({type:Boolean,reflect:!0,converter:me})],Ot.prototype,"open",void 0);w([D({reflect:!0})],Ot.prototype,"placement",void 0);w([D({reflect:!0,attribute:"action"})],Ot.prototype,"action",void 0);w([D({type:Boolean,reflect:!0,converter:me,attribute:"action-loading"})],Ot.prototype,"actionLoading",void 0);w([D({type:Boolean,reflect:!0,converter:me})],Ot.prototype,"closeable",void 0);w([D({reflect:!0,attribute:"close-icon"})],Ot.prototype,"closeIcon",void 0);w([D({type:Number,reflect:!0,attribute:"message-line"})],Ot.prototype,"messageLine",void 0);w([D({type:Number,reflect:!0,attribute:"auto-close-delay"})],Ot.prototype,"autoCloseDelay",void 0);w([D({type:Boolean,reflect:!0,attribute:"close-on-outside-click",converter:me})],Ot.prototype,"closeOnOutsideClick",void 0);w([D({type:Boolean,reflect:!0,converter:me})],Ot.prototype,"mobile",void 0);w([Ee("open")],Ot.prototype,"onOpenChange",null);w([Ee("placement",!0),Ee("messageLine",!0)],Ot.prototype,"onStackChange",null);Ot=w([Re("mdui-snackbar")],Ot);const R1=Ie`: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 Mt=class extends wi(ni(qe)){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=Ne(),this.inputRef=Ne(),this.formController=new Ki(this,{value:e=>e.checked?e.value:void 0,defaultValue:e=>e.defaultChecked,setValue:(e,t)=>e.checked=t}),this.hasSlotController=new bt(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&&ht.get(e)?.has(this)?(this.invalid=!1,ht.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 X`<label class="${lt({invalid:this.invalid,"has-unchecked-icon":this.uncheckedIcon||this.hasSlotController.test("unchecked-icon")})}"><input ${$e(this.inputRef)} type="checkbox" name="${De(this.name)}" value="${De(this.value)}" .disabled="${this.disabled}" .checked="${Yr(this.checked)}" .required="${this.required}" @change="${this.onChange}"><div part="track" class="track"><div part="thumb" class="thumb"><mdui-ripple ${$e(this.rippleRef)} .noRipple="${this.noRipple}"></mdui-ripple><slot name="checked-icon" part="checked-icon" class="checked-icon">${this.checkedIcon?X`<mdui-icon name="${this.checkedIcon}" class="i"></mdui-icon>`:this.checkedIcon===""?He:X`<mdui-icon-check class="i"></mdui-icon-check>`}</slot><slot name="unchecked-icon" part="unchecked-icon" class="unchecked-icon">${this.uncheckedIcon?X`<mdui-icon name="${this.uncheckedIcon}" class="i"></mdui-icon>`:He}</slot></div></div></label>`}onChange(){this.checked=this.inputRef.value.checked,this.emit("change")}};Mt.styles=[Me,R1];w([D({type:Boolean,reflect:!0,converter:me})],Mt.prototype,"disabled",void 0);w([D({type:Boolean,reflect:!0,converter:me})],Mt.prototype,"checked",void 0);w([dr("checked")],Mt.prototype,"defaultChecked",void 0);w([D({reflect:!0,attribute:"unchecked-icon"})],Mt.prototype,"uncheckedIcon",void 0);w([D({reflect:!0,attribute:"checked-icon"})],Mt.prototype,"checkedIcon",void 0);w([D({type:Boolean,reflect:!0,converter:me})],Mt.prototype,"required",void 0);w([D({reflect:!0})],Mt.prototype,"form",void 0);w([D({reflect:!0})],Mt.prototype,"name",void 0);w([D({reflect:!0})],Mt.prototype,"value",void 0);w([Oe()],Mt.prototype,"invalid",void 0);w([Ee("disabled",!0),Ee("required",!0)],Mt.prototype,"onDisabledChange",null);w([Ee("checked",!0)],Mt.prototype,"onCheckedChange",null);Mt=w([Re("mdui-switch")],Mt);const T1=Ie`: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 rr=class extends wi(ni(qe)){constructor(){super(...arguments),this.inline=!1,this.active=!1,this.variant="primary",this.key=ar(),this.rippleRef=Ne(),this.hasSlotController=new bt(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=()=>X`<slot name="badge"></slot>`;return X`<mdui-ripple ${$e(this.rippleRef)} .noRipple="${this.noRipple}"></mdui-ripple><div part="container" class="${lt({container:!0,preset:!t,"variant-secondary":this.variant==="secondary"})}"><slot name="custom"><div class="icon-container">${Ye(e||this.icon,r)}<slot name="icon" part="icon" class="icon">${this.icon?X`<mdui-icon name="${this.icon}"></mdui-icon>`:He}</slot></div><div class="label-container">${Ye(!e,r)}<slot part="label" class="label"></slot></div></slot></div>`}};rr.styles=[Me,T1];w([D({reflect:!0})],rr.prototype,"value",void 0);w([D({reflect:!0})],rr.prototype,"icon",void 0);w([D({type:Boolean,reflect:!0,converter:me})],rr.prototype,"inline",void 0);w([D({type:Boolean,reflect:!0,converter:me})],rr.prototype,"active",void 0);w([Oe()],rr.prototype,"variant",void 0);rr=w([Re("mdui-tab")],rr);const $1=Ie`:host{display:block;overflow-y:auto;flex:1 1 auto}:host(:not([active])){display:none}`;let ls=class extends qe{constructor(){super(...arguments),this.active=!1}render(){return X`<slot></slot>`}};ls.styles=[Me,$1];w([D({reflect:!0})],ls.prototype,"value",void 0);w([D({type:Boolean,reflect:!0,converter:me})],ls.prototype,"active",void 0);ls=w([Re("mdui-tab-panel")],ls);const C1=Ie`: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 Gt=class extends qe{constructor(){super(...arguments),this.variant="primary",this.placement="top-start",this.fullWidth=!1,this.activeKey=0,this.isInitial=!0,this.containerRef=Ne(),this.indicatorRef=Ne(),this.definedController=new vt(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=lr(this.containerRef.value,()=>this.updateIndicator())})}disconnectedCallback(){super.disconnectedCallback(),this.observeResize?.unobserve()}render(){return X`<div ${$e(this.containerRef)} part="container" class="container ${lt({initial:this.isInitial})}"><slot @slotchange="${this.onSlotChange}" @click="${this.onClick}"></slot><div ${$e(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=se(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=se(e),s=e.offsetTop,o=e.offsetLeft,a=r?{transform:"scaleY(1)",width:"",left:""}:{transform:"scaleX(1)",height:"",top:""};let l={};if(this.variant==="primary"){const c=n.find(':scope > [slot="custom"]'),d=c.length?c.get():se(e.renderRoot).find('slot[name="custom"]').children().get();if(r){const f=Math.min(...d.map(y=>y.offsetTop))+s,g=Math.max(...d.map(y=>y.offsetTop+y.offsetHeight))+s;l={top:f,height:g-f}}else{const f=Math.min(...d.map(y=>y.offsetLeft))+o,g=Math.max(...d.map(y=>y.offsetLeft+y.offsetWidth))+o;l={left:f,width:g-f}}}this.variant==="secondary"&&(l=r?{top:s,height:e.offsetHeight}:{left:o,width:e.offsetWidth}),t.css({...a,...l})}};Gt.styles=[Me,C1];w([D({reflect:!0})],Gt.prototype,"variant",void 0);w([D({reflect:!0})],Gt.prototype,"value",void 0);w([D({reflect:!0})],Gt.prototype,"placement",void 0);w([D({type:Boolean,reflect:!0,converter:me,attribute:"full-width"})],Gt.prototype,"fullWidth",void 0);w([Oe()],Gt.prototype,"activeKey",void 0);w([Oe()],Gt.prototype,"isInitial",void 0);w([ri({selector:"mdui-tab",flatten:!0})],Gt.prototype,"tabs",void 0);w([ri({selector:"mdui-tab-panel",slot:"panel",flatten:!0})],Gt.prototype,"panels",void 0);w([Ee("activeKey",!0)],Gt.prototype,"onActiveKeyChange",null);w([Ee("value")],Gt.prototype,"onValueChange",null);w([Ee("variant",!0),Ee("placement",!0),Ee("fullWidth",!0)],Gt.prototype,"onIndicatorChange",null);Gt=w([Re("mdui-tabs")],Gt);class A1{constructor(e,t){this.isHover=!1,this.uniqueID=ar(),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(()=>{se(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(){se(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 N1=Ie`: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 Kt=class extends qe{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=Ne(),this.hasSlotController=new bt(this,"headline","action"),this.hoverController=new A1(this,this.popupRef),this.definedController=new vt(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=yi(this,"short4"),r=Vt(this,"standard");if(this.open){if(await this.definedController.whenDefined(),se(`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 qt(this.popupRef.value),this.popupRef.value.hidden=!1,this.updatePositioner(),await Je(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 qt(this.popupRef.value),await Je(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=to(this.target),this.overflowAncestors.forEach(e=>{e.addEventListener("scroll",this.onWindowScroll)}),this.observeResize=lr(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 X`<slot></slot><div ${$e(this.popupRef)} part="popup" class="popup" hidden>${Ye(e,()=>X`<slot name="headline" part="headline" class="headline">${this.headline}</slot>`)}<slot name="content" part="content" class="content">${this.content}</slot>${Ye(t,()=>X`<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=se(this.popupRef.value),t=this.isRich()?0:4,r=4,n=this.target.getBoundingClientRect(),s=n.top,o=n.left,a=n.height,l=n.width,c=this.popupRef.value.offsetHeight,d=this.popupRef.value.offsetWidth,f=d+t+r,g=c+t+r;let y,b,_,E,S=this.placement;if(S==="auto"){const u=se(window),m=s>g,T=u.height()-s-a>g,N=o>f,$=u.width()-o-l>f;this.isRich()?(S="bottom-right",T&&$?S="bottom-right":T&&N?S="bottom-left":m&&$?S="top-right":m&&N?S="top-left":T?S="bottom":m?S="top":$?S="right":N&&(S="left")):(S="top",m?S="top":T?S="bottom":N?S="left":$&&(S="right"))}const[k,v]=S.split("-");switch(k){case"top":b="bottom",_=s-c-t;break;case"bottom":b="top",_=s+a+t;break;default:switch(b="center",v){case"start":_=s;break;case"end":_=s+a-c;break;default:_=s+a/2-c/2;break}break}switch(k){case"left":y="right",E=o-d-t;break;case"right":y="left",E=o+l+t;break;default:switch(y="center",v){case"start":E=o;break;case"end":E=o+l-d;break;case"left":y="right",E=o-d-t;break;case"right":y="left",E=o+l+t;break;default:E=o+l/2-d/2;break}break}e.css({top:_,left:E,transformOrigin:[y,b].join(" ")})}};Kt.styles=[Me,N1];w([D({reflect:!0})],Kt.prototype,"variant",void 0);w([D({reflect:!0})],Kt.prototype,"placement",void 0);w([D({type:Number,reflect:!0,attribute:"open-delay"})],Kt.prototype,"openDelay",void 0);w([D({type:Number,reflect:!0,attribute:"close-delay"})],Kt.prototype,"closeDelay",void 0);w([D({reflect:!0})],Kt.prototype,"headline",void 0);w([D({reflect:!0})],Kt.prototype,"content",void 0);w([D({reflect:!0})],Kt.prototype,"trigger",void 0);w([D({type:Boolean,reflect:!0,converter:me})],Kt.prototype,"disabled",void 0);w([D({type:Boolean,reflect:!0,converter:me})],Kt.prototype,"open",void 0);w([Ee("placement",!0),Ee("content",!0)],Kt.prototype,"onPositionChange",null);w([Ee("open")],Kt.prototype,"onOpenChange",null);Kt=w([Re("mdui-tooltip")],Kt);const L1=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},D1=Ie`: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 cs=class extends qe{constructor(){super(...arguments),this.variant="small",this.shrink=!1,this.hasSlotController=new bt(this,"label-large"),this.labelLargeRef=Ne(),this.defaultSlotRef=Ne()}render(){const e=this.hasSlotController.test("label-large"),t=lt({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 X`<slot part="label" class="label ${t}" ${$e(this.defaultSlotRef)} @slotchange="${()=>this.onSlotChange(e)}"></slot>${e?X`<slot name="label-large" part="label-large" class="label-large ${t}"></slot>`:X`<div ${$e(this.labelLargeRef)} part="label-large" class="label-large ${t}"></div>`}`}onSlotChange(e){e||(this.labelLargeRef.value.innerHTML=L1(this.defaultSlotRef.value))}};cs.styles=[Me,D1];w([Oe()],cs.prototype,"variant",void 0);w([Oe()],cs.prototype,"shrink",void 0);cs=w([Re("mdui-top-app-bar-title")],cs);const O1=Ie`: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 bi=class extends Gc(cr){constructor(){super(...arguments),this.variant="small",this.hide=!1,this.shrink=!1,this.scrolling=!1,this.definedController=new vt(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 X`<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))}};bi.styles=[Me,O1];w([D({reflect:!0})],bi.prototype,"variant",void 0);w([D({type:Boolean,reflect:!0,converter:me})],bi.prototype,"hide",void 0);w([D({type:Boolean,reflect:!0,converter:me})],bi.prototype,"shrink",void 0);w([D({reflect:!0,attribute:"scroll-behavior"})],bi.prototype,"scrollBehavior",void 0);w([D({type:Boolean,reflect:!0,converter:me})],bi.prototype,"scrolling",void 0);w([ri({selector:"mdui-top-app-bar-title",flatten:!0})],bi.prototype,"titleElements",void 0);w([Ee("variant")],bi.prototype,"onVariantChange",null);w([Ee("shrink")],bi.prototype,"onShrinkChange",null);bi=w([Re("mdui-top-app-bar")],bi);/**
463
+ )}: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 zi=class extends ot{constructor(){super(...arguments),this.selected=!1,this.invalid=!1,this.groupDisabled=!1,this.key=lr(),this.rippleRef=Ne(),this.hasSlotController=new bt(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=Ti({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 X`<mdui-ripple ${$e(this.rippleRef)} .noRipple="${this.noRipple}"></mdui-ripple>${this.isButton()?this.renderButton({className:e,part:"button",content:this.renderInner()}):this.isDisabled()||this.loading?X`<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?X`<slot name="selected-icon" part="selected-icon" class="selected-icon">${this.selectedIcon?X`<mdui-icon name="${this.selectedIcon}" class="i"></mdui-icon>`:X`<mdui-icon-check class="i"></mdui-icon-check>`}</slot>`:X`<slot name="icon" part="icon" class="icon">${this.icon?X`<mdui-icon name="${this.icon}" class="i"></mdui-icon>`:He}</slot>`}renderLabel(){return this.hasSlotController.test("[default]")?X`<slot part="label" class="label"></slot>`:He}renderEndIcon(){return X`<slot name="end-icon" part="end-icon" class="end-icon">${this.endIcon?X`<mdui-icon name="${this.endIcon}" class="i"></mdui-icon>`:He}</slot>`}renderInner(){return[this.renderIcon(),this.renderLabel(),this.renderEndIcon()]}};zi.styles=[ot.styles,x1];w([D({reflect:!0})],zi.prototype,"icon",void 0);w([D({reflect:!0,attribute:"end-icon"})],zi.prototype,"endIcon",void 0);w([D({reflect:!0,attribute:"selected-icon"})],zi.prototype,"selectedIcon",void 0);w([D({type:Boolean,reflect:!0,converter:me})],zi.prototype,"selected",void 0);w([D({type:Boolean,reflect:!0,converter:me})],zi.prototype,"invalid",void 0);w([D({type:Boolean,reflect:!0,converter:me,attribute:"group-disabled"})],zi.prototype,"groupDisabled",void 0);zi=w([Re("mdui-segmented-button")],zi);const E1=Ie`: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 Et=class extends qe{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=Ne(),this.formController=new Ki(this),this.definedController=new vt(this,{relatedElements:["mdui-segmented-button"]})}get validity(){return this.inputRef.value.validity}get validationMessage(){return this.inputRef.value.validationMessage}get items(){return se(this).find("mdui-segmented-button").get()}get itemsEnabled(){return se(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]:ut(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&&ht.get(t)?.has(this)?(this.invalid=!1,ht.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&&ut(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 X`${Ye(this.isSelectable&&this.isSingle,()=>X`<input ${$e(this.inputRef)} type="radio" name="${De(this.name)}" value="1" .disabled="${this.disabled}" .required="${this.required}" .checked="${!!this.value}" tabindex="-1" @keydown="${this.onInputKeyDown}">`)}${Ye(this.isSelectable&&this.isMultiple,()=>X`<select ${$e(this.inputRef)} name="${De(this.name)}" .disabled="${this.disabled}" .required="${this.required}" multiple="multiple" tabindex="-1" @keydown="${this.onInputKeyDown}">${qr(this.value,e=>X`<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){Zr(this.selectedKeys,e)||(this.selectedKeys=e)}setValue(e){this.isSingle?this.value=e:Zr(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))})}};Et.styles=[Me,E1];w([D({type:Boolean,reflect:!0,converter:me,attribute:"full-width"})],Et.prototype,"fullWidth",void 0);w([D({reflect:!0})],Et.prototype,"selects",void 0);w([D({type:Boolean,reflect:!0,converter:me})],Et.prototype,"disabled",void 0);w([D({type:Boolean,reflect:!0,converter:me})],Et.prototype,"required",void 0);w([D({reflect:!0})],Et.prototype,"form",void 0);w([D({reflect:!0})],Et.prototype,"name",void 0);w([D()],Et.prototype,"value",void 0);w([ur()],Et.prototype,"defaultValue",void 0);w([Oe()],Et.prototype,"selectedKeys",void 0);w([Oe()],Et.prototype,"invalid",void 0);w([Ee("selects",!0)],Et.prototype,"onSelectsChange",null);w([Ee("selectedKeys",!0)],Et.prototype,"onSelectedKeysChange",null);w([Ee("value")],Et.prototype,"onValueChange",null);w([Ee("invalid",!0),Ee("disabled")],Et.prototype,"onInvalidChange",null);Et=w([Re("mdui-segmented-button-group")],Et);let Xl=class extends ct{render(){return mi('<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"/>')}};Xl.styles=pi;Xl=w([Re("mdui-icon-cancel--outlined")],Xl);let Ql=class extends ct{render(){return mi('<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"/>')}};Ql.styles=pi;Ql=w([Re("mdui-icon-error")],Ql);let Yl=class extends ct{render(){return mi('<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"/>')}};Yl.styles=pi;Yl=w([Re("mdui-icon-visibility-off")],Yl);let Zl=class extends ct{render(){return mi('<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"/>')}};Zl.styles=pi;Zl=w([Re("mdui-icon-visibility")],Zl);const S1=Ie`: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 Te=class extends si(qe){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=Ne(),this.formController=new Ki(this),this.hasSlotController=new bt(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&&ht.get(e)?.has(this)?(this.invalid=!1,ht.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=se(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=se(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=cr(this.inputRef.value,()=>this.setTextareaHeight())})}disconnectedCallback(){super.disconnectedCallback(),this.observeResize?.unobserve(),Us(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),Us(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"),l=!!this.helper||this.hasSlotController.test("helper"),c=r&&!!(this.error||this.inputRef.value.validationMessage),d=this.counter&&!!this.maxlength,f=this.hasSlotController.test("input"),g={invalid:this.invalid,"invalid-style":this.invalidStyle},y=lt({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"),...g});return X`<div part="container" class="${y}">${this.renderPrefix()}<div class="input-container">${this.renderLabel()} ${this.isTextarea?this.renderTextArea(f):this.renderInput(f)} ${Ye(f,()=>X`<slot name="input" class="input"></slot>`)}</div>${this.renderSuffix()}${this.renderClearButton(s)} ${this.renderTogglePasswordButton(n)} ${this.renderRightIcon(r)}</div>${Ye(c||l||d,()=>X`<div part="supporting" class="${lt({supporting:!0,...g})}">${this.renderHelper(c,l)} ${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()),Ww(this,()=>{this.setCustomValidityInternal(this.getPatternErrorMsg())})):(this.setCustomValidityInternal(""),Us(this))}}onTogglePassword(){this.isPasswordVisible=!this.isPasswordVisible}getPatternErrorMsg(){return Vw("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?X`<label part="label" class="label">${this.label}</label>`:He}renderPrefix(){return X`<slot name="icon" part="icon" class="icon">${this.icon?X`<mdui-icon name="${this.icon}" class="i"></mdui-icon>`:He}</slot><slot name="prefix" part="prefix" class="prefix">${this.prefix}</slot>`}renderSuffix(){return X`<slot name="suffix" part="suffix" class="suffix">${this.suffix}</slot>`}renderRightIcon(e){return e?X`<slot name="error-icon" part="error-icon" class="right-icon">${this.errorIcon?X`<mdui-icon name="${this.errorIcon}" class="i"></mdui-icon>`:X`<mdui-icon-error class="i"></mdui-icon-error>`}</slot>`:X`<slot name="end-icon" part="end-icon" class="end-icon right-icon">${this.endIcon?X`<mdui-icon name="${this.endIcon}" class="i"></mdui-icon>`:He}</slot>`}renderClearButton(e){return Ye(e,()=>X`<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?X`<mdui-icon name="${this.clearIcon}" class="i"></mdui-icon>`:X`<mdui-icon-cancel--outlined class="i"></mdui-icon-cancel--outlined>`}</slot></mdui-button-icon></slot>`)}renderTogglePasswordButton(e){return Ye(e,()=>X`<slot name="toggle-password-button" part="toggle-password-button" class="action" @click="${this.onTogglePassword}"><mdui-button-icon tabindex="-1">${this.isPasswordVisible?X`<slot name="show-password-icon" part="show-password-icon">${this.showPasswordIcon?X`<mdui-icon name="${this.showPasswordIcon}" class="i"></mdui-icon>`:X`<mdui-icon-visibility-off class="i"></mdui-icon-visibility-off>`}</slot>`:X`<slot name="hide-password-icon" part="hide-password-icon">${this.hidePasswordIcon?X`<mdui-icon name="${this.hidePasswordIcon}" class="i"></mdui-icon>`:X`<mdui-icon-visibility class="i"></mdui-icon-visibility>`}</slot>`}</mdui-button-icon></slot>`)}renderInput(e){return X`<input ${$e(this.inputRef)} part="input" class="input ${lt({"hide-input":e})}" type="${this.type==="password"&&this.isPasswordVisible?"text":this.type}" name="${De(this.name)}" .value="${Yr(this.value)}" placeholder="${De(!this.label||this.isFocusedStyle||this.hasValue?this.placeholder:void 0)}" ?readonly="${this.readonly}" ?disabled="${this.disabled}" ?required="${this.required}" minlength="${De(this.minlength)}" maxlength="${De(this.maxlength)}" min="${De(this.min)}" max="${De(this.max)}" step="${De(this.step)}" autocapitalize="${De(this.type==="password"?"off":this.autocapitalize)}" autocomplete="${this.autocomplete}" autocorrect="${De(this.type==="password"?"off":this.autocorrect)}" spellcheck="${De(this.spellcheck)}" pattern="${De(this.pattern)}" enterkeyhint="${De(this.enterkeyhint)}" inputmode="${De(this.inputmode)}" @change="${this.onChange}" @input="${this.onInput}" @invalid="${this.onInvalid}" @keydown="${this.onKeyDown}">`}renderTextArea(e){return X`<textarea ${$e(this.inputRef)} part="input" class="input ${lt({"hide-input":e})}" name="${De(this.name)}" .value="${Yr(this.value)}" placeholder="${De(!this.label||this.isFocusedStyle||this.hasValue?this.placeholder:void 0)}" ?readonly="${this.readonly}" ?disabled="${this.disabled}" ?required="${this.required}" minlength="${De(this.minlength)}" maxlength="${De(this.maxlength)}" rows="${this.rows??1}" autocapitalize="${De(this.autocapitalize)}" autocorrect="${De(this.autocorrect)}" spellcheck="${De(this.spellcheck)}" enterkeyhint="${De(this.enterkeyhint)}" inputmode="${De(this.inputmode)}" @change="${this.onChange}" @input="${this.onInput}" @invalid="${this.onInvalid}" @keydown="${this.onKeyDown}" @keyup="${this.onTextAreaKeyUp}"></textarea>`}renderHelper(e,t){return e?X`<div part="error" class="error">${this.error||this.inputRef.value.validationMessage}</div>`:t?X`<slot name="helper" part="helper" class="helper">${this.helper}</slot>`:X`<span></span>`}renderCounter(e){return e?X`<div part="counter" class="counter">${this.value.length}/${this.maxlength}</div>`:He}};Te.styles=[Me,S1];w([D({reflect:!0})],Te.prototype,"variant",void 0);w([D({reflect:!0})],Te.prototype,"type",void 0);w([D({reflect:!0})],Te.prototype,"name",void 0);w([D()],Te.prototype,"value",void 0);w([ur()],Te.prototype,"defaultValue",void 0);w([D({reflect:!0})],Te.prototype,"label",void 0);w([D({reflect:!0})],Te.prototype,"placeholder",void 0);w([D({reflect:!0})],Te.prototype,"helper",void 0);w([D({type:Boolean,reflect:!0,converter:me,attribute:"helper-on-focus"})],Te.prototype,"helperOnFocus",void 0);w([D({type:Boolean,reflect:!0,converter:me})],Te.prototype,"clearable",void 0);w([D({reflect:!0,attribute:"clear-icon"})],Te.prototype,"clearIcon",void 0);w([D({type:Boolean,reflect:!0,converter:me,attribute:"end-aligned"})],Te.prototype,"endAligned",void 0);w([D({reflect:!0})],Te.prototype,"prefix",void 0);w([D({reflect:!0})],Te.prototype,"suffix",void 0);w([D({reflect:!0})],Te.prototype,"icon",void 0);w([D({reflect:!0,attribute:"end-icon"})],Te.prototype,"endIcon",void 0);w([D({reflect:!0,attribute:"error-icon"})],Te.prototype,"errorIcon",void 0);w([D({reflect:!0})],Te.prototype,"form",void 0);w([D({type:Boolean,reflect:!0,converter:me})],Te.prototype,"readonly",void 0);w([D({type:Boolean,reflect:!0,converter:me})],Te.prototype,"disabled",void 0);w([D({type:Boolean,reflect:!0,converter:me})],Te.prototype,"required",void 0);w([D({type:Number,reflect:!0})],Te.prototype,"rows",void 0);w([D({type:Boolean,reflect:!0,converter:me})],Te.prototype,"autosize",void 0);w([D({type:Number,reflect:!0,attribute:"min-rows"})],Te.prototype,"minRows",void 0);w([D({type:Number,reflect:!0,attribute:"max-rows"})],Te.prototype,"maxRows",void 0);w([D({type:Number,reflect:!0})],Te.prototype,"minlength",void 0);w([D({type:Number,reflect:!0})],Te.prototype,"maxlength",void 0);w([D({type:Boolean,reflect:!0,converter:me})],Te.prototype,"counter",void 0);w([D({type:Number,reflect:!0})],Te.prototype,"min",void 0);w([D({type:Number,reflect:!0})],Te.prototype,"max",void 0);w([D({type:Number,reflect:!0})],Te.prototype,"step",void 0);w([D({reflect:!0})],Te.prototype,"pattern",void 0);w([D({type:Boolean,reflect:!0,converter:me,attribute:"toggle-password"})],Te.prototype,"togglePassword",void 0);w([D({reflect:!0,attribute:"show-password-icon"})],Te.prototype,"showPasswordIcon",void 0);w([D({reflect:!0,attribute:"hide-password-icon"})],Te.prototype,"hidePasswordIcon",void 0);w([D({reflect:!0})],Te.prototype,"autocapitalize",void 0);w([D({reflect:!0})],Te.prototype,"autocorrect",void 0);w([D({reflect:!0})],Te.prototype,"autocomplete",void 0);w([D({reflect:!0})],Te.prototype,"enterkeyhint",void 0);w([D({type:Boolean,reflect:!0,converter:me})],Te.prototype,"spellcheck",void 0);w([D({reflect:!0})],Te.prototype,"inputmode",void 0);w([Oe()],Te.prototype,"invalid",void 0);w([Oe()],Te.prototype,"invalidStyle",void 0);w([D({type:Boolean,reflect:!0,converter:me,attribute:"focused-style"})],Te.prototype,"focusedStyle",void 0);w([Oe()],Te.prototype,"isPasswordVisible",void 0);w([Oe()],Te.prototype,"hasValue",void 0);w([Oe()],Te.prototype,"error",void 0);w([Ee("disabled",!0)],Te.prototype,"onDisabledChange",null);w([Ee("value")],Te.prototype,"onValueChange",null);w([Ee("rows",!0)],Te.prototype,"onRowsChange",null);w([Ee("maxRows")],Te.prototype,"onMaxRowsChange",null);w([Ee("minRows")],Te.prototype,"onMinRowsChange",null);Te=w([Re("mdui-text-field")],Te);const k1=Ie`: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 Qe=class extends si(qe){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=Ne(),this.textFieldRef=Ne(),this.hiddenInputRef=Ne(),this.formController=new Ki(this),this.hasSlotController=new bt(this,"icon","end-icon","error-icon","prefix","suffix","clear-button","clear-icon","helper"),this.definedController=new vt(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&&ut(this.value)?this.value?[this.value]:[]:this.value,this.defaultValue=this.multiple?[]:"",this.definedController.whenDefined().then(()=>{this.requestUpdate()}),this.updateComplete.then(()=>{this.observeResize=cr(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 X`${this.multiple?X`<select ${$e(this.hiddenInputRef)} class="hidden-input" name="${De(this.name)}" value="${De(this.value)}" .required="${this.required}" .disabled="${this.disabled}" multiple="multiple" tabindex="-1">${qr(this.value,t=>X`<option selected="selected" value="${t}"></option>`)}</select>`:X`<input ${$e(this.hiddenInputRef)} type="radio" class="hidden-input" name="${De(this.name)}" value="${De(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 ${$e(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}">${qr(["icon","end-icon","error-icon","prefix","suffix","clear-button","clear-icon","helper"],t=>this.hasSlotController.test(t)?X`<slot name="${t}" slot="${t}"></slot>`:Ge)} ${Ye(this.multiple&&this.value.length,()=>X`<div slot="input" class="chips" part="chips">${qr(this.value,t=>X`<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 ${$e(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&&ht.get(r)?.has(this)?(this.invalid=!1,ht.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())}};Qe.styles=[Me,k1];w([D({reflect:!0})],Qe.prototype,"variant",void 0);w([D({type:Boolean,reflect:!0,converter:me})],Qe.prototype,"multiple",void 0);w([D({reflect:!0})],Qe.prototype,"name",void 0);w([D()],Qe.prototype,"value",void 0);w([ur()],Qe.prototype,"defaultValue",void 0);w([D({reflect:!0})],Qe.prototype,"label",void 0);w([D({reflect:!0})],Qe.prototype,"placeholder",void 0);w([D({reflect:!0})],Qe.prototype,"helper",void 0);w([D({type:Boolean,reflect:!0,converter:me})],Qe.prototype,"clearable",void 0);w([D({reflect:!0,attribute:"clear-icon"})],Qe.prototype,"clearIcon",void 0);w([D({reflect:!0})],Qe.prototype,"placement",void 0);w([D({type:Boolean,reflect:!0,converter:me,attribute:"end-aligned"})],Qe.prototype,"endAligned",void 0);w([D({reflect:!0})],Qe.prototype,"prefix",void 0);w([D({reflect:!0})],Qe.prototype,"suffix",void 0);w([D({reflect:!0})],Qe.prototype,"icon",void 0);w([D({reflect:!0,attribute:"end-icon"})],Qe.prototype,"endIcon",void 0);w([D({reflect:!0,attribute:"error-icon"})],Qe.prototype,"errorIcon",void 0);w([D({reflect:!0})],Qe.prototype,"form",void 0);w([D({type:Boolean,reflect:!0,converter:me})],Qe.prototype,"readonly",void 0);w([D({type:Boolean,reflect:!0,converter:me})],Qe.prototype,"disabled",void 0);w([D({type:Boolean,reflect:!0,converter:me})],Qe.prototype,"required",void 0);w([Oe()],Qe.prototype,"invalid",void 0);w([ni({flatten:!0,selector:"mdui-menu-item"})],Qe.prototype,"menuItems",void 0);Qe=w([Re("mdui-select")],Qe);const I1=Ie`.track-active{left:-.125rem;border-radius:var(--mdui-shape-corner-full) 0 0 var(--mdui-shape-corner-full)}`;let rn=class extends St{constructor(){super(...arguments),this.value=0,this.defaultValue=0,this.rippleRef=Ne(),this.handleRef=Ne(),this.formController=new Ki(this)}get rippleElement(){return this.rippleRef.value}async onValueChange(){this.value=this.fixValue(this.value);const e=this.formController.getForm();e&&ht.get(e)?.has(this)?(this.invalid=!1,ht.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 X`<label class="${lt({invalid:this.invalid})}"><input ${$e(this.inputRef)} type="range" step="${this.step}" min="${this.min}" max="${this.max}" ?disabled="${this.disabled}" .value="${Yr(this.value.toString())}" @input="${this.onInput}" @change="${this.onChange}"><div part="track-inactive" class="track-inactive"></div><div ${$e(this.trackActiveRef)} part="track-active" class="track-active"></div><div ${$e(this.handleRef)} part="handle" class="handle"><div class="elevation"></div><mdui-ripple ${$e(this.rippleRef)} .noRipple="${this.noRipple}"></mdui-ripple>${this.renderLabel(this.value)}</div>${Ye(this.tickmarks,()=>qr(this.getCandidateValues(),e=>X`<div part="tickmark" class="tickmark ${lt({active:e<this.value})}" style="${wr({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()}};rn.styles=[St.styles,I1];w([D({type:Number})],rn.prototype,"value",void 0);w([ur()],rn.prototype,"defaultValue",void 0);w([Ee("value",!0)],rn.prototype,"onValueChange",null);rn=w([Re("mdui-slider")],rn);const R1=Ie`: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}`,Ei=[];let vl=!1,Ot=class extends qe{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=Vt(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([qt(this),...t.map(s=>qt(s))]),Ei.push({height:this.clientHeight,snackbar:this}),await this.reorderStack(this);const n=bi(this,"medium4");await Promise.all([Je(this,[{opacity:0},{opacity:1,offset:.5},{opacity:1}],{duration:r?n:0,easing:e,fill:"forwards"}),...t.map(s=>Je(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([qt(this),...t.map(o=>qt(o))]);const n=bi(this,"short4");await Promise.all([Je(this,[{opacity:1},{opacity:0}],{duration:n,easing:e,fill:"forwards"}),...t.map(o=>Je(o,[{opacity:1},{opacity:0,offset:.75},{opacity:0}],{duration:n,easing:e}))]),this.style.display="none",this.emit("closed");const s=Ei.findIndex(o=>o.snackbar===this);Ei.splice(s,1),Ei[s]&&await this.reorderStack(Ei[s].snackbar);return}}async onStackChange(){await this.reorderStack(this)}connectedCallback(){super.connectedCallback(),document.addEventListener("pointerdown",this.onDocumentClick),this.mobile=Gl().down("sm"),this.observeResize=cr(document.documentElement,async()=>{const e=Gl().down("sm");this.mobile!==e&&(this.mobile=e,vl||(vl=!0,await this.reorderStack(),vl=!1))})}disconnectedCallback(){super.disconnectedCallback(),document.removeEventListener("pointerdown",this.onDocumentClick),window.clearTimeout(this.closeTimeout),this.open&&(this.open=!1),this.observeResize?.unobserve()}render(){return X`<slot part="message" class="message"></slot><div class="action-group"><slot name="action" part="action" class="action" @click="${this.onActionClick}">${this.action?X`<mdui-button variant="text" loading="${this.actionLoading}">${this.action}</mdui-button>`:He}</slot>${Ye(this.closeable,()=>X`<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?X`<mdui-icon name="${this.closeIcon}" class="i"></mdui-icon>`:X`<mdui-icon-clear class="i"></mdui-icon-clear>`}</slot></mdui-button-icon></slot>`)}</div>`}async reorderStack(e){const t=e?Ei.findIndex(r=>r.snackbar===e):0;for(let r=t;r<Ei.length;r++){const s=Ei[r].snackbar;this.mobile?["top","bottom"].forEach(o=>{if(s.placement.startsWith(o)){const a=Ei.filter((c,d)=>d<r&&c.snackbar.placement.startsWith(o)),l=a.reduce((c,d)=>c+d.height,0);s.style[o]=`calc(${l}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=Ei.filter((c,d)=>d<r&&c.snackbar.placement===o),l=a.reduce((c,d)=>c+d.height,0);s.style[o.startsWith("top")?"top":"bottom"]=`calc(${l}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}};Ot.styles=[Me,R1];w([D({type:Boolean,reflect:!0,converter:me})],Ot.prototype,"open",void 0);w([D({reflect:!0})],Ot.prototype,"placement",void 0);w([D({reflect:!0,attribute:"action"})],Ot.prototype,"action",void 0);w([D({type:Boolean,reflect:!0,converter:me,attribute:"action-loading"})],Ot.prototype,"actionLoading",void 0);w([D({type:Boolean,reflect:!0,converter:me})],Ot.prototype,"closeable",void 0);w([D({reflect:!0,attribute:"close-icon"})],Ot.prototype,"closeIcon",void 0);w([D({type:Number,reflect:!0,attribute:"message-line"})],Ot.prototype,"messageLine",void 0);w([D({type:Number,reflect:!0,attribute:"auto-close-delay"})],Ot.prototype,"autoCloseDelay",void 0);w([D({type:Boolean,reflect:!0,attribute:"close-on-outside-click",converter:me})],Ot.prototype,"closeOnOutsideClick",void 0);w([D({type:Boolean,reflect:!0,converter:me})],Ot.prototype,"mobile",void 0);w([Ee("open")],Ot.prototype,"onOpenChange",null);w([Ee("placement",!0),Ee("messageLine",!0)],Ot.prototype,"onStackChange",null);Ot=w([Re("mdui-snackbar")],Ot);const T1=Ie`: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 Mt=class extends _i(si(qe)){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=Ne(),this.inputRef=Ne(),this.formController=new Ki(this,{value:e=>e.checked?e.value:void 0,defaultValue:e=>e.defaultChecked,setValue:(e,t)=>e.checked=t}),this.hasSlotController=new bt(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&&ht.get(e)?.has(this)?(this.invalid=!1,ht.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 X`<label class="${lt({invalid:this.invalid,"has-unchecked-icon":this.uncheckedIcon||this.hasSlotController.test("unchecked-icon")})}"><input ${$e(this.inputRef)} type="checkbox" name="${De(this.name)}" value="${De(this.value)}" .disabled="${this.disabled}" .checked="${Yr(this.checked)}" .required="${this.required}" @change="${this.onChange}"><div part="track" class="track"><div part="thumb" class="thumb"><mdui-ripple ${$e(this.rippleRef)} .noRipple="${this.noRipple}"></mdui-ripple><slot name="checked-icon" part="checked-icon" class="checked-icon">${this.checkedIcon?X`<mdui-icon name="${this.checkedIcon}" class="i"></mdui-icon>`:this.checkedIcon===""?He:X`<mdui-icon-check class="i"></mdui-icon-check>`}</slot><slot name="unchecked-icon" part="unchecked-icon" class="unchecked-icon">${this.uncheckedIcon?X`<mdui-icon name="${this.uncheckedIcon}" class="i"></mdui-icon>`:He}</slot></div></div></label>`}onChange(){this.checked=this.inputRef.value.checked,this.emit("change")}};Mt.styles=[Me,T1];w([D({type:Boolean,reflect:!0,converter:me})],Mt.prototype,"disabled",void 0);w([D({type:Boolean,reflect:!0,converter:me})],Mt.prototype,"checked",void 0);w([ur("checked")],Mt.prototype,"defaultChecked",void 0);w([D({reflect:!0,attribute:"unchecked-icon"})],Mt.prototype,"uncheckedIcon",void 0);w([D({reflect:!0,attribute:"checked-icon"})],Mt.prototype,"checkedIcon",void 0);w([D({type:Boolean,reflect:!0,converter:me})],Mt.prototype,"required",void 0);w([D({reflect:!0})],Mt.prototype,"form",void 0);w([D({reflect:!0})],Mt.prototype,"name",void 0);w([D({reflect:!0})],Mt.prototype,"value",void 0);w([Oe()],Mt.prototype,"invalid",void 0);w([Ee("disabled",!0),Ee("required",!0)],Mt.prototype,"onDisabledChange",null);w([Ee("checked",!0)],Mt.prototype,"onCheckedChange",null);Mt=w([Re("mdui-switch")],Mt);const $1=Ie`: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 nr=class extends _i(si(qe)){constructor(){super(...arguments),this.inline=!1,this.active=!1,this.variant="primary",this.key=lr(),this.rippleRef=Ne(),this.hasSlotController=new bt(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=()=>X`<slot name="badge"></slot>`;return X`<mdui-ripple ${$e(this.rippleRef)} .noRipple="${this.noRipple}"></mdui-ripple><div part="container" class="${lt({container:!0,preset:!t,"variant-secondary":this.variant==="secondary"})}"><slot name="custom"><div class="icon-container">${Ye(e||this.icon,r)}<slot name="icon" part="icon" class="icon">${this.icon?X`<mdui-icon name="${this.icon}"></mdui-icon>`:He}</slot></div><div class="label-container">${Ye(!e,r)}<slot part="label" class="label"></slot></div></slot></div>`}};nr.styles=[Me,$1];w([D({reflect:!0})],nr.prototype,"value",void 0);w([D({reflect:!0})],nr.prototype,"icon",void 0);w([D({type:Boolean,reflect:!0,converter:me})],nr.prototype,"inline",void 0);w([D({type:Boolean,reflect:!0,converter:me})],nr.prototype,"active",void 0);w([Oe()],nr.prototype,"variant",void 0);nr=w([Re("mdui-tab")],nr);const C1=Ie`:host{display:block;overflow-y:auto;flex:1 1 auto}:host(:not([active])){display:none}`;let ls=class extends qe{constructor(){super(...arguments),this.active=!1}render(){return X`<slot></slot>`}};ls.styles=[Me,C1];w([D({reflect:!0})],ls.prototype,"value",void 0);w([D({type:Boolean,reflect:!0,converter:me})],ls.prototype,"active",void 0);ls=w([Re("mdui-tab-panel")],ls);const A1=Ie`: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 Gt=class extends qe{constructor(){super(...arguments),this.variant="primary",this.placement="top-start",this.fullWidth=!1,this.activeKey=0,this.isInitial=!0,this.containerRef=Ne(),this.indicatorRef=Ne(),this.definedController=new vt(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=cr(this.containerRef.value,()=>this.updateIndicator())})}disconnectedCallback(){super.disconnectedCallback(),this.observeResize?.unobserve()}render(){return X`<div ${$e(this.containerRef)} part="container" class="container ${lt({initial:this.isInitial})}"><slot @slotchange="${this.onSlotChange}" @click="${this.onClick}"></slot><div ${$e(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=se(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=se(e),s=e.offsetTop,o=e.offsetLeft,a=r?{transform:"scaleY(1)",width:"",left:""}:{transform:"scaleX(1)",height:"",top:""};let l={};if(this.variant==="primary"){const c=n.find(':scope > [slot="custom"]'),d=c.length?c.get():se(e.renderRoot).find('slot[name="custom"]').children().get();if(r){const f=Math.min(...d.map(y=>y.offsetTop))+s,g=Math.max(...d.map(y=>y.offsetTop+y.offsetHeight))+s;l={top:f,height:g-f}}else{const f=Math.min(...d.map(y=>y.offsetLeft))+o,g=Math.max(...d.map(y=>y.offsetLeft+y.offsetWidth))+o;l={left:f,width:g-f}}}this.variant==="secondary"&&(l=r?{top:s,height:e.offsetHeight}:{left:o,width:e.offsetWidth}),t.css({...a,...l})}};Gt.styles=[Me,A1];w([D({reflect:!0})],Gt.prototype,"variant",void 0);w([D({reflect:!0})],Gt.prototype,"value",void 0);w([D({reflect:!0})],Gt.prototype,"placement",void 0);w([D({type:Boolean,reflect:!0,converter:me,attribute:"full-width"})],Gt.prototype,"fullWidth",void 0);w([Oe()],Gt.prototype,"activeKey",void 0);w([Oe()],Gt.prototype,"isInitial",void 0);w([ni({selector:"mdui-tab",flatten:!0})],Gt.prototype,"tabs",void 0);w([ni({selector:"mdui-tab-panel",slot:"panel",flatten:!0})],Gt.prototype,"panels",void 0);w([Ee("activeKey",!0)],Gt.prototype,"onActiveKeyChange",null);w([Ee("value")],Gt.prototype,"onValueChange",null);w([Ee("variant",!0),Ee("placement",!0),Ee("fullWidth",!0)],Gt.prototype,"onIndicatorChange",null);Gt=w([Re("mdui-tabs")],Gt);class N1{constructor(e,t){this.isHover=!1,this.uniqueID=lr(),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(()=>{se(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(){se(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 L1=Ie`: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 Kt=class extends qe{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=Ne(),this.hasSlotController=new bt(this,"headline","action"),this.hoverController=new N1(this,this.popupRef),this.definedController=new vt(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=bi(this,"short4"),r=Vt(this,"standard");if(this.open){if(await this.definedController.whenDefined(),se(`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 qt(this.popupRef.value),this.popupRef.value.hidden=!1,this.updatePositioner(),await Je(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 qt(this.popupRef.value),await Je(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=to(this.target),this.overflowAncestors.forEach(e=>{e.addEventListener("scroll",this.onWindowScroll)}),this.observeResize=cr(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 X`<slot></slot><div ${$e(this.popupRef)} part="popup" class="popup" hidden>${Ye(e,()=>X`<slot name="headline" part="headline" class="headline">${this.headline}</slot>`)}<slot name="content" part="content" class="content">${this.content}</slot>${Ye(t,()=>X`<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=se(this.popupRef.value),t=this.isRich()?0:4,r=4,n=this.target.getBoundingClientRect(),s=n.top,o=n.left,a=n.height,l=n.width,c=this.popupRef.value.offsetHeight,d=this.popupRef.value.offsetWidth,f=d+t+r,g=c+t+r;let y,b,_,E,S=this.placement;if(S==="auto"){const u=se(window),m=s>g,T=u.height()-s-a>g,N=o>f,$=u.width()-o-l>f;this.isRich()?(S="bottom-right",T&&$?S="bottom-right":T&&N?S="bottom-left":m&&$?S="top-right":m&&N?S="top-left":T?S="bottom":m?S="top":$?S="right":N&&(S="left")):(S="top",m?S="top":T?S="bottom":N?S="left":$&&(S="right"))}const[k,v]=S.split("-");switch(k){case"top":b="bottom",_=s-c-t;break;case"bottom":b="top",_=s+a+t;break;default:switch(b="center",v){case"start":_=s;break;case"end":_=s+a-c;break;default:_=s+a/2-c/2;break}break}switch(k){case"left":y="right",E=o-d-t;break;case"right":y="left",E=o+l+t;break;default:switch(y="center",v){case"start":E=o;break;case"end":E=o+l-d;break;case"left":y="right",E=o-d-t;break;case"right":y="left",E=o+l+t;break;default:E=o+l/2-d/2;break}break}e.css({top:_,left:E,transformOrigin:[y,b].join(" ")})}};Kt.styles=[Me,L1];w([D({reflect:!0})],Kt.prototype,"variant",void 0);w([D({reflect:!0})],Kt.prototype,"placement",void 0);w([D({type:Number,reflect:!0,attribute:"open-delay"})],Kt.prototype,"openDelay",void 0);w([D({type:Number,reflect:!0,attribute:"close-delay"})],Kt.prototype,"closeDelay",void 0);w([D({reflect:!0})],Kt.prototype,"headline",void 0);w([D({reflect:!0})],Kt.prototype,"content",void 0);w([D({reflect:!0})],Kt.prototype,"trigger",void 0);w([D({type:Boolean,reflect:!0,converter:me})],Kt.prototype,"disabled",void 0);w([D({type:Boolean,reflect:!0,converter:me})],Kt.prototype,"open",void 0);w([Ee("placement",!0),Ee("content",!0)],Kt.prototype,"onPositionChange",null);w([Ee("open")],Kt.prototype,"onOpenChange",null);Kt=w([Re("mdui-tooltip")],Kt);const D1=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},O1=Ie`: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 cs=class extends qe{constructor(){super(...arguments),this.variant="small",this.shrink=!1,this.hasSlotController=new bt(this,"label-large"),this.labelLargeRef=Ne(),this.defaultSlotRef=Ne()}render(){const e=this.hasSlotController.test("label-large"),t=lt({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 X`<slot part="label" class="label ${t}" ${$e(this.defaultSlotRef)} @slotchange="${()=>this.onSlotChange(e)}"></slot>${e?X`<slot name="label-large" part="label-large" class="label-large ${t}"></slot>`:X`<div ${$e(this.labelLargeRef)} part="label-large" class="label-large ${t}"></div>`}`}onSlotChange(e){e||(this.labelLargeRef.value.innerHTML=D1(this.defaultSlotRef.value))}};cs.styles=[Me,O1];w([Oe()],cs.prototype,"variant",void 0);w([Oe()],cs.prototype,"shrink",void 0);cs=w([Re("mdui-top-app-bar-title")],cs);const M1=Ie`: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 vi=class extends Gc(dr){constructor(){super(...arguments),this.variant="small",this.hide=!1,this.shrink=!1,this.scrolling=!1,this.definedController=new vt(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 X`<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))}};vi.styles=[Me,M1];w([D({reflect:!0})],vi.prototype,"variant",void 0);w([D({type:Boolean,reflect:!0,converter:me})],vi.prototype,"hide",void 0);w([D({type:Boolean,reflect:!0,converter:me})],vi.prototype,"shrink",void 0);w([D({reflect:!0,attribute:"scroll-behavior"})],vi.prototype,"scrollBehavior",void 0);w([D({type:Boolean,reflect:!0,converter:me})],vi.prototype,"scrolling",void 0);w([ni({selector:"mdui-top-app-bar-title",flatten:!0})],vi.prototype,"titleElements",void 0);w([Ee("variant")],vi.prototype,"onVariantChange",null);w([Ee("shrink")],vi.prototype,"onShrinkChange",null);vi=w([Re("mdui-top-app-bar")],vi);/**
463
464
  * @license
464
465
  * Copyright 2021 Google LLC
465
466
  *
@@ -474,7 +475,7 @@ if("@preserve"in u)return u["@preserve"][0];if(e.isValue(u))return u;if(e.isList
474
475
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
475
476
  * See the License for the specific language governing permissions and
476
477
  * limitations under the License.
477
- */function Ft(i){return i<0?-1:i===0?0:1}function Qn(i,e,t){return(1-t)*i+t*e}function M1(i,e,t){return t<i?i:t>e?e:t}function ro(i,e,t){return t<i?i:t>e?e:t}function P1(i){return i=i%360,i<0&&(i=i+360),i}function ec(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]}/**
478
+ */function Ft(i){return i<0?-1:i===0?0:1}function Qn(i,e,t){return(1-t)*i+t*e}function P1(i,e,t){return t<i?i:t>e?e:t}function ro(i,e,t){return t<i?i:t>e?e:t}function j1(i){return i=i%360,i<0&&(i=i+360),i}function ec(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]}/**
478
479
  * @license
479
480
  * Copyright 2021 Google LLC
480
481
  *
@@ -489,7 +490,7 @@ if("@preserve"in u)return u["@preserve"][0];if(e.isValue(u))return u;if(e.isList
489
490
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
490
491
  * See the License for the specific language governing permissions and
491
492
  * limitations under the License.
492
- */const j1=[[.41233895,.35762064,.18051042],[.2126,.7152,.0722],[.01932141,.11916382,.95034478]],B1=[[3.2413774792388685,-1.5376652402851851,-.49885366846268053],[-.9691452513005321,1.8758853451067872,.04156585616912061],[.05562093689691305,-.20395524564742123,1.0571799111220335]],F1=[95.047,100,108.883];function Xc(i,e,t){return(255<<24|(i&255)<<16|(e&255)<<8|t&255)>>>0}function Zh(i){const e=_r(i[0]),t=_r(i[1]),r=_r(i[2]);return Xc(e,t,r)}function q1(i){return i>>16&255}function U1(i){return i>>8&255}function V1(i){return i&255}function z1(i,e,t){const r=B1,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=_r(n),l=_r(s),c=_r(o);return Xc(a,l,c)}function H1(i){const e=Ur(q1(i)),t=Ur(U1(i)),r=Ur(V1(i));return ec([e,t,r],j1)}function W1(i){const e=er(i),t=_r(e);return Xc(t,t,t)}function ef(i){const e=H1(i)[1];return 116*Fp(e/100)-16}function er(i){return 100*K1((i+16)/116)}function tc(i){return Fp(i/100)*116-16}function Ur(i){const e=i/255;return e<=.040449936?e/12.92*100:Math.pow((e+.055)/1.055,2.4)*100}function _r(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,M1(0,255,Math.round(t*255))}function G1(){return F1}function Fp(i){const e=.008856451679035631,t=24389/27;return i>e?Math.pow(i,1/3):(t*i+16)/116}function K1(i){const e=.008856451679035631,t=24389/27,r=i*i*i;return r>e?r:(116*i-16)/t}/**
493
+ */const B1=[[.41233895,.35762064,.18051042],[.2126,.7152,.0722],[.01932141,.11916382,.95034478]],F1=[[3.2413774792388685,-1.5376652402851851,-.49885366846268053],[-.9691452513005321,1.8758853451067872,.04156585616912061],[.05562093689691305,-.20395524564742123,1.0571799111220335]],q1=[95.047,100,108.883];function Xc(i,e,t){return(255<<24|(i&255)<<16|(e&255)<<8|t&255)>>>0}function Zh(i){const e=_r(i[0]),t=_r(i[1]),r=_r(i[2]);return Xc(e,t,r)}function U1(i){return i>>16&255}function V1(i){return i>>8&255}function z1(i){return i&255}function H1(i,e,t){const r=F1,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=_r(n),l=_r(s),c=_r(o);return Xc(a,l,c)}function W1(i){const e=Ur(U1(i)),t=Ur(V1(i)),r=Ur(z1(i));return ec([e,t,r],B1)}function G1(i){const e=er(i),t=_r(e);return Xc(t,t,t)}function ef(i){const e=W1(i)[1];return 116*Fp(e/100)-16}function er(i){return 100*J1((i+16)/116)}function tc(i){return Fp(i/100)*116-16}function Ur(i){const e=i/255;return e<=.040449936?e/12.92*100:Math.pow((e+.055)/1.055,2.4)*100}function _r(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,P1(0,255,Math.round(t*255))}function K1(){return q1}function Fp(i){const e=.008856451679035631,t=24389/27;return i>e?Math.pow(i,1/3):(t*i+16)/116}function J1(i){const e=.008856451679035631,t=24389/27,r=i*i*i;return r>e?r:(116*i-16)/t}/**
493
494
  * @license
494
495
  * Copyright 2021 Google LLC
495
496
  *
@@ -504,7 +505,7 @@ if("@preserve"in u)return u["@preserve"][0];if(e.isValue(u))return u;if(e.isList
504
505
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
505
506
  * See the License for the specific language governing permissions and
506
507
  * limitations under the License.
507
- */class Ii{static make(e=G1(),t=200/Math.PI*er(50)/100,r=50,n=2,s=!1){const o=e,a=o[0]*.401288+o[1]*.650173+o[2]*-.051461,l=o[0]*-.250268+o[1]*1.204414+o[2]*.045854,c=o[0]*-.002079+o[1]*.048952+o[2]*.953127,d=.8+n/10,f=d>=.9?Qn(.59,.69,(d-.9)*10):Qn(.525,.59,(d-.8)*10);let g=s?1:d*(1-1/3.6*Math.exp((-t-42)/92));g=g>1?1:g<0?0:g;const y=d,b=[g*(100/a)+1-g,g*(100/l)+1-g,g*(100/c)+1-g],_=1/(5*t+1),E=_*_*_*_,S=1-E,k=E*t+.1*S*S*Math.cbrt(5*t),v=er(r)/e[1],u=1.48+Math.sqrt(v),m=.725/Math.pow(v,.2),T=m,N=[Math.pow(k*b[0]*a/100,.42),Math.pow(k*b[1]*l/100,.42),Math.pow(k*b[2]*c/100,.42)],$=[400*N[0]/(N[0]+27.13),400*N[1]/(N[1]+27.13),400*N[2]/(N[2]+27.13)],j=(2*$[0]+$[1]+.05*$[2])*m;return new Ii(v,j,m,T,f,y,b,k,Math.pow(k,.25),u)}constructor(e,t,r,n,s,o,a,l,c,d){this.n=e,this.aw=t,this.nbb=r,this.ncb=n,this.c=s,this.nc=o,this.rgbD=a,this.fl=l,this.fLRoot=c,this.z=d}}Ii.DEFAULT=Ii.make();/**
508
+ */class Ri{static make(e=K1(),t=200/Math.PI*er(50)/100,r=50,n=2,s=!1){const o=e,a=o[0]*.401288+o[1]*.650173+o[2]*-.051461,l=o[0]*-.250268+o[1]*1.204414+o[2]*.045854,c=o[0]*-.002079+o[1]*.048952+o[2]*.953127,d=.8+n/10,f=d>=.9?Qn(.59,.69,(d-.9)*10):Qn(.525,.59,(d-.8)*10);let g=s?1:d*(1-1/3.6*Math.exp((-t-42)/92));g=g>1?1:g<0?0:g;const y=d,b=[g*(100/a)+1-g,g*(100/l)+1-g,g*(100/c)+1-g],_=1/(5*t+1),E=_*_*_*_,S=1-E,k=E*t+.1*S*S*Math.cbrt(5*t),v=er(r)/e[1],u=1.48+Math.sqrt(v),m=.725/Math.pow(v,.2),T=m,N=[Math.pow(k*b[0]*a/100,.42),Math.pow(k*b[1]*l/100,.42),Math.pow(k*b[2]*c/100,.42)],$=[400*N[0]/(N[0]+27.13),400*N[1]/(N[1]+27.13),400*N[2]/(N[2]+27.13)],j=(2*$[0]+$[1]+.05*$[2])*m;return new Ri(v,j,m,T,f,y,b,k,Math.pow(k,.25),u)}constructor(e,t,r,n,s,o,a,l,c,d){this.n=e,this.aw=t,this.nbb=r,this.ncb=n,this.c=s,this.nc=o,this.rgbD=a,this.fl=l,this.fLRoot=c,this.z=d}}Ri.DEFAULT=Ri.make();/**
508
509
  * @license
509
510
  * Copyright 2021 Google LLC
510
511
  *
@@ -519,7 +520,7 @@ if("@preserve"in u)return u["@preserve"][0];if(e.isValue(u))return u;if(e.isList
519
520
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
520
521
  * See the License for the specific language governing permissions and
521
522
  * limitations under the License.
522
- */class Xt{constructor(e,t,r,n,s,o,a,l,c){this.hue=e,this.chroma=t,this.j=r,this.q=n,this.m=s,this.s=o,this.jstar=a,this.astar=l,this.bstar=c}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 Xt.fromIntInViewingConditions(e,Ii.DEFAULT)}static fromIntInViewingConditions(e,t){const r=(e&16711680)>>16,n=(e&65280)>>8,s=e&255,o=Ur(r),a=Ur(n),l=Ur(s),c=.41233895*o+.35762064*a+.18051042*l,d=.2126*o+.7152*a+.0722*l,f=.01932141*o+.11916382*a+.95034478*l,g=.401288*c+.650173*d-.051461*f,y=-.250268*c+1.204414*d+.045854*f,b=-.002079*c+.048952*d+.953127*f,_=t.rgbD[0]*g,E=t.rgbD[1]*y,S=t.rgbD[2]*b,k=Math.pow(t.fl*Math.abs(_)/100,.42),v=Math.pow(t.fl*Math.abs(E)/100,.42),u=Math.pow(t.fl*Math.abs(S)/100,.42),m=Ft(_)*400*k/(k+27.13),T=Ft(E)*400*v/(v+27.13),N=Ft(S)*400*u/(u+27.13),$=(11*m+-12*T+N)/11,j=(m+T-2*N)/9,R=(20*m+20*T+21*N)/20,P=(40*m+20*T+N)/20,I=Math.atan2(j,$)*180/Math.PI,L=I<0?I+360:I>=360?I-360:I,Q=L*Math.PI/180,A=P*t.nbb,Y=100*Math.pow(A/t.aw,t.c*t.z),F=4/t.c*Math.sqrt(Y/100)*(t.aw+4)*t.fLRoot,te=L<20.14?L+360:L,x=.25*(Math.cos(te*Math.PI/180+2)+3.8),Z=5e4/13*x*t.nc*t.ncb*Math.sqrt($*$+j*j)/(R+.305),J=Math.pow(Z,.9)*Math.pow(1.64-Math.pow(.29,t.n),.73),ce=J*Math.sqrt(Y/100),H=ce*t.fLRoot,W=50*Math.sqrt(J*t.c/(t.aw+4)),K=(1+100*.007)*Y/(1+.007*Y),V=1/.0228*Math.log(1+.0228*H),re=V*Math.cos(Q),ne=V*Math.sin(Q);return new Xt(L,ce,Y,F,H,W,K,re,ne)}static fromJch(e,t,r){return Xt.fromJchInViewingConditions(e,t,r,Ii.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),l=50*Math.sqrt(a*n.c/(n.aw+4)),c=r*Math.PI/180,d=(1+100*.007)*e/(1+.007*e),f=1/.0228*Math.log(1+.0228*o),g=f*Math.cos(c),y=f*Math.sin(c);return new Xt(r,t,e,s,o,l,d,g,y)}static fromUcs(e,t,r){return Xt.fromUcsInViewingConditions(e,t,r,Ii.DEFAULT)}static fromUcsInViewingConditions(e,t,r,n){const s=t,o=r,a=Math.sqrt(s*s+o*o),c=(Math.exp(a*.0228)-1)/.0228/n.fLRoot;let d=Math.atan2(o,s)*(180/Math.PI);d<0&&(d+=360);const f=e/(1-(e-100)*.007);return Xt.fromJchInViewingConditions(f,c,d,n)}toInt(){return this.viewed(Ii.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,l=o/e.nbb,c=Math.sin(n),d=Math.cos(n),f=23*(l+.305)*r/(23*a+11*r*d+108*r*c),g=f*d,y=f*c,b=(460*l+451*g+288*y)/1403,_=(460*l-891*g-261*y)/1403,E=(460*l-220*g-6300*y)/1403,S=Math.max(0,27.13*Math.abs(b)/(400-Math.abs(b))),k=Ft(b)*(100/e.fl)*Math.pow(S,1/.42),v=Math.max(0,27.13*Math.abs(_)/(400-Math.abs(_))),u=Ft(_)*(100/e.fl)*Math.pow(v,1/.42),m=Math.max(0,27.13*Math.abs(E)/(400-Math.abs(E))),T=Ft(E)*(100/e.fl)*Math.pow(m,1/.42),N=k/e.rgbD[0],$=u/e.rgbD[1],j=T/e.rgbD[2],R=1.86206786*N-1.01125463*$+.14918677*j,P=.38752654*N+.62144744*$-.00897398*j,q=-.0158415*N-.03412294*$+1.04996444*j;return z1(R,P,q)}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,l=n.rgbD[0]*s,c=n.rgbD[1]*o,d=n.rgbD[2]*a,f=Math.pow(n.fl*Math.abs(l)/100,.42),g=Math.pow(n.fl*Math.abs(c)/100,.42),y=Math.pow(n.fl*Math.abs(d)/100,.42),b=Ft(l)*400*f/(f+27.13),_=Ft(c)*400*g/(g+27.13),E=Ft(d)*400*y/(y+27.13),S=(11*b+-12*_+E)/11,k=(b+_-2*E)/9,v=(20*b+20*_+21*E)/20,u=(40*b+20*_+E)/20,T=Math.atan2(k,S)*180/Math.PI,N=T<0?T+360:T>=360?T-360:T,$=N*Math.PI/180,j=u*n.nbb,R=100*Math.pow(j/n.aw,n.c*n.z),P=4/n.c*Math.sqrt(R/100)*(n.aw+4)*n.fLRoot,q=N<20.14?N+360:N,I=1/4*(Math.cos(q*Math.PI/180+2)+3.8),Q=5e4/13*I*n.nc*n.ncb*Math.sqrt(S*S+k*k)/(v+.305),A=Math.pow(Q,.9)*Math.pow(1.64-Math.pow(.29,n.n),.73),Y=A*Math.sqrt(R/100),F=Y*n.fLRoot,te=50*Math.sqrt(A*n.c/(n.aw+4)),x=(1+100*.007)*R/(1+.007*R),z=Math.log(1+.0228*F)/.0228,Z=z*Math.cos($),J=z*Math.sin($);return new Xt(N,Y,R,P,F,te,x,Z,J)}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,l=o/e.nbb,c=Math.sin(n),d=Math.cos(n),f=23*(l+.305)*r/(23*a+11*r*d+108*r*c),g=f*d,y=f*c,b=(460*l+451*g+288*y)/1403,_=(460*l-891*g-261*y)/1403,E=(460*l-220*g-6300*y)/1403,S=Math.max(0,27.13*Math.abs(b)/(400-Math.abs(b))),k=Ft(b)*(100/e.fl)*Math.pow(S,1/.42),v=Math.max(0,27.13*Math.abs(_)/(400-Math.abs(_))),u=Ft(_)*(100/e.fl)*Math.pow(v,1/.42),m=Math.max(0,27.13*Math.abs(E)/(400-Math.abs(E))),T=Ft(E)*(100/e.fl)*Math.pow(m,1/.42),N=k/e.rgbD[0],$=u/e.rgbD[1],j=T/e.rgbD[2],R=1.86206786*N-1.01125463*$+.14918677*j,P=.38752654*N+.62144744*$-.00897398*j,q=-.0158415*N-.03412294*$+1.04996444*j;return[R,P,q]}}/**
523
+ */class Xt{constructor(e,t,r,n,s,o,a,l,c){this.hue=e,this.chroma=t,this.j=r,this.q=n,this.m=s,this.s=o,this.jstar=a,this.astar=l,this.bstar=c}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 Xt.fromIntInViewingConditions(e,Ri.DEFAULT)}static fromIntInViewingConditions(e,t){const r=(e&16711680)>>16,n=(e&65280)>>8,s=e&255,o=Ur(r),a=Ur(n),l=Ur(s),c=.41233895*o+.35762064*a+.18051042*l,d=.2126*o+.7152*a+.0722*l,f=.01932141*o+.11916382*a+.95034478*l,g=.401288*c+.650173*d-.051461*f,y=-.250268*c+1.204414*d+.045854*f,b=-.002079*c+.048952*d+.953127*f,_=t.rgbD[0]*g,E=t.rgbD[1]*y,S=t.rgbD[2]*b,k=Math.pow(t.fl*Math.abs(_)/100,.42),v=Math.pow(t.fl*Math.abs(E)/100,.42),u=Math.pow(t.fl*Math.abs(S)/100,.42),m=Ft(_)*400*k/(k+27.13),T=Ft(E)*400*v/(v+27.13),N=Ft(S)*400*u/(u+27.13),$=(11*m+-12*T+N)/11,j=(m+T-2*N)/9,R=(20*m+20*T+21*N)/20,P=(40*m+20*T+N)/20,I=Math.atan2(j,$)*180/Math.PI,L=I<0?I+360:I>=360?I-360:I,Q=L*Math.PI/180,A=P*t.nbb,Y=100*Math.pow(A/t.aw,t.c*t.z),F=4/t.c*Math.sqrt(Y/100)*(t.aw+4)*t.fLRoot,te=L<20.14?L+360:L,x=.25*(Math.cos(te*Math.PI/180+2)+3.8),Z=5e4/13*x*t.nc*t.ncb*Math.sqrt($*$+j*j)/(R+.305),J=Math.pow(Z,.9)*Math.pow(1.64-Math.pow(.29,t.n),.73),ce=J*Math.sqrt(Y/100),H=ce*t.fLRoot,W=50*Math.sqrt(J*t.c/(t.aw+4)),K=(1+100*.007)*Y/(1+.007*Y),V=1/.0228*Math.log(1+.0228*H),re=V*Math.cos(Q),ne=V*Math.sin(Q);return new Xt(L,ce,Y,F,H,W,K,re,ne)}static fromJch(e,t,r){return Xt.fromJchInViewingConditions(e,t,r,Ri.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),l=50*Math.sqrt(a*n.c/(n.aw+4)),c=r*Math.PI/180,d=(1+100*.007)*e/(1+.007*e),f=1/.0228*Math.log(1+.0228*o),g=f*Math.cos(c),y=f*Math.sin(c);return new Xt(r,t,e,s,o,l,d,g,y)}static fromUcs(e,t,r){return Xt.fromUcsInViewingConditions(e,t,r,Ri.DEFAULT)}static fromUcsInViewingConditions(e,t,r,n){const s=t,o=r,a=Math.sqrt(s*s+o*o),c=(Math.exp(a*.0228)-1)/.0228/n.fLRoot;let d=Math.atan2(o,s)*(180/Math.PI);d<0&&(d+=360);const f=e/(1-(e-100)*.007);return Xt.fromJchInViewingConditions(f,c,d,n)}toInt(){return this.viewed(Ri.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,l=o/e.nbb,c=Math.sin(n),d=Math.cos(n),f=23*(l+.305)*r/(23*a+11*r*d+108*r*c),g=f*d,y=f*c,b=(460*l+451*g+288*y)/1403,_=(460*l-891*g-261*y)/1403,E=(460*l-220*g-6300*y)/1403,S=Math.max(0,27.13*Math.abs(b)/(400-Math.abs(b))),k=Ft(b)*(100/e.fl)*Math.pow(S,1/.42),v=Math.max(0,27.13*Math.abs(_)/(400-Math.abs(_))),u=Ft(_)*(100/e.fl)*Math.pow(v,1/.42),m=Math.max(0,27.13*Math.abs(E)/(400-Math.abs(E))),T=Ft(E)*(100/e.fl)*Math.pow(m,1/.42),N=k/e.rgbD[0],$=u/e.rgbD[1],j=T/e.rgbD[2],R=1.86206786*N-1.01125463*$+.14918677*j,P=.38752654*N+.62144744*$-.00897398*j,q=-.0158415*N-.03412294*$+1.04996444*j;return H1(R,P,q)}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,l=n.rgbD[0]*s,c=n.rgbD[1]*o,d=n.rgbD[2]*a,f=Math.pow(n.fl*Math.abs(l)/100,.42),g=Math.pow(n.fl*Math.abs(c)/100,.42),y=Math.pow(n.fl*Math.abs(d)/100,.42),b=Ft(l)*400*f/(f+27.13),_=Ft(c)*400*g/(g+27.13),E=Ft(d)*400*y/(y+27.13),S=(11*b+-12*_+E)/11,k=(b+_-2*E)/9,v=(20*b+20*_+21*E)/20,u=(40*b+20*_+E)/20,T=Math.atan2(k,S)*180/Math.PI,N=T<0?T+360:T>=360?T-360:T,$=N*Math.PI/180,j=u*n.nbb,R=100*Math.pow(j/n.aw,n.c*n.z),P=4/n.c*Math.sqrt(R/100)*(n.aw+4)*n.fLRoot,q=N<20.14?N+360:N,I=1/4*(Math.cos(q*Math.PI/180+2)+3.8),Q=5e4/13*I*n.nc*n.ncb*Math.sqrt(S*S+k*k)/(v+.305),A=Math.pow(Q,.9)*Math.pow(1.64-Math.pow(.29,n.n),.73),Y=A*Math.sqrt(R/100),F=Y*n.fLRoot,te=50*Math.sqrt(A*n.c/(n.aw+4)),x=(1+100*.007)*R/(1+.007*R),z=Math.log(1+.0228*F)/.0228,Z=z*Math.cos($),J=z*Math.sin($);return new Xt(N,Y,R,P,F,te,x,Z,J)}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,l=o/e.nbb,c=Math.sin(n),d=Math.cos(n),f=23*(l+.305)*r/(23*a+11*r*d+108*r*c),g=f*d,y=f*c,b=(460*l+451*g+288*y)/1403,_=(460*l-891*g-261*y)/1403,E=(460*l-220*g-6300*y)/1403,S=Math.max(0,27.13*Math.abs(b)/(400-Math.abs(b))),k=Ft(b)*(100/e.fl)*Math.pow(S,1/.42),v=Math.max(0,27.13*Math.abs(_)/(400-Math.abs(_))),u=Ft(_)*(100/e.fl)*Math.pow(v,1/.42),m=Math.max(0,27.13*Math.abs(E)/(400-Math.abs(E))),T=Ft(E)*(100/e.fl)*Math.pow(m,1/.42),N=k/e.rgbD[0],$=u/e.rgbD[1],j=T/e.rgbD[2],R=1.86206786*N-1.01125463*$+.14918677*j,P=.38752654*N+.62144744*$-.00897398*j,q=-.0158415*N-.03412294*$+1.04996444*j;return[R,P,q]}}/**
523
524
  * @license
524
525
  * Copyright 2021 Google LLC
525
526
  *
@@ -534,7 +535,7 @@ if("@preserve"in u)return u["@preserve"][0];if(e.isValue(u))return u;if(e.isList
534
535
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
535
536
  * See the License for the specific language governing permissions and
536
537
  * limitations under the License.
537
- */class Ce{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 Ft(e)*400*t/(t+27.13)}static hueOf(e){const t=ec(e,Ce.SCALED_DISCOUNT_FROM_LINRGB),r=Ce.chromaticAdaptation(t[0]),n=Ce.chromaticAdaptation(t[1]),s=Ce.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=Ce.sanitizeRadians(t-e),s=Ce.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=Ce.intercept(e[n],t,r[n]);return Ce.lerpPoint(e,s,r)}static isBounded(e){return 0<=e&&e<=100}static nthVertex(e,t){const r=Ce.Y_FROM_LINRGB[0],n=Ce.Y_FROM_LINRGB[1],s=Ce.Y_FROM_LINRGB[2],o=t%4<=1?0:100,a=t%2===0?0:100;if(t<4){const l=o,c=a,d=(e-l*n-c*s)/r;return Ce.isBounded(d)?[d,l,c]:[-1,-1,-1]}else if(t<8){const l=o,c=a,d=(e-c*r-l*s)/n;return Ce.isBounded(d)?[c,d,l]:[-1,-1,-1]}else{const l=o,c=a,d=(e-l*r-c*n)/s;return Ce.isBounded(d)?[l,c,d]:[-1,-1,-1]}}static bisectToSegment(e,t){let r=[-1,-1,-1],n=r,s=0,o=0,a=!1,l=!0;for(let c=0;c<12;c++){const d=Ce.nthVertex(e,c);if(d[0]<0)continue;const f=Ce.hueOf(d);if(!a){r=d,n=d,s=f,o=f,a=!0;continue}(l||Ce.areInCyclicOrder(s,f,o))&&(l=!1,Ce.areInCyclicOrder(s,t,f)?(n=d,o=f):(r=d,s=f))}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=Ce.bisectToSegment(e,t);let n=r[0],s=Ce.hueOf(n),o=r[1];for(let a=0;a<3;a++)if(n[a]!==o[a]){let l=-1,c=255;n[a]<o[a]?(l=Ce.criticalPlaneBelow(Ce.trueDelinearized(n[a])),c=Ce.criticalPlaneAbove(Ce.trueDelinearized(o[a]))):(l=Ce.criticalPlaneAbove(Ce.trueDelinearized(n[a])),c=Ce.criticalPlaneBelow(Ce.trueDelinearized(o[a])));for(let d=0;d<8&&!(Math.abs(c-l)<=1);d++){const f=Math.floor((l+c)/2),g=Ce.CRITICAL_PLANES[f],y=Ce.setCoordinate(n,g,o,a),b=Ce.hueOf(y);Ce.areInCyclicOrder(s,t,b)?(o=y,c=f):(n=y,s=b,l=f)}}return Ce.midpoint(n,o)}static inverseChromaticAdaptation(e){const t=Math.abs(e),r=Math.max(0,27.13*t/(400-t));return Ft(e)*Math.pow(r,1/.42)}static findResultByJ(e,t,r){let n=Math.sqrt(r)*11;const s=Ii.DEFAULT,o=1/Math.pow(1.64-Math.pow(.29,s.n),.73),l=.25*(Math.cos(e+2)+3.8)*(5e4/13)*s.nc*s.ncb,c=Math.sin(e),d=Math.cos(e);for(let f=0;f<5;f++){const g=n/100,y=t===0||n===0?0:t/Math.sqrt(g),b=Math.pow(y*o,1/.9),E=s.aw*Math.pow(g,1/s.c/s.z)/s.nbb,S=23*(E+.305)*b/(23*l+11*b*d+108*b*c),k=S*d,v=S*c,u=(460*E+451*k+288*v)/1403,m=(460*E-891*k-261*v)/1403,T=(460*E-220*k-6300*v)/1403,N=Ce.inverseChromaticAdaptation(u),$=Ce.inverseChromaticAdaptation(m),j=Ce.inverseChromaticAdaptation(T),R=ec([N,$,j],Ce.LINRGB_FROM_SCALED_DISCOUNT);if(R[0]<0||R[1]<0||R[2]<0)return 0;const P=Ce.Y_FROM_LINRGB[0],q=Ce.Y_FROM_LINRGB[1],I=Ce.Y_FROM_LINRGB[2],L=P*R[0]+q*R[1]+I*R[2];if(L<=0)return 0;if(f===4||Math.abs(L-r)<.002)return R[0]>100.01||R[1]>100.01||R[2]>100.01?0:Zh(R);n=n-(L-r)*n/(2*L)}return 0}static solveToInt(e,t,r){if(t<1e-4||r<1e-4||r>99.9999)return W1(r);e=P1(e);const n=e/180*Math.PI,s=er(r),o=Ce.findResultByJ(n,t,s);if(o!==0)return o;const a=Ce.bisectToLimit(s,n);return Zh(a)}static solveToCam(e,t,r){return Xt.fromInt(Ce.solveToInt(e,t,r))}}Ce.SCALED_DISCOUNT_FROM_LINRGB=[[.001200833568784504,.002389694492170889,.0002795742885861124],[.0005891086651375999,.0029785502573438758,.0003270666104008398],[.00010146692491640572,.0005364214359186694,.0032979401770712076]];Ce.LINRGB_FROM_SCALED_DISCOUNT=[[1373.2198709594231,-1100.4251190754821,-7.278681089101213],[-271.815969077903,559.6580465940733,-32.46047482791194],[1.9622899599665666,-57.173814538844006,308.7233197812385]];Ce.Y_FROM_LINRGB=[.2126,.7152,.0722];Ce.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];/**
538
+ */class Ce{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 Ft(e)*400*t/(t+27.13)}static hueOf(e){const t=ec(e,Ce.SCALED_DISCOUNT_FROM_LINRGB),r=Ce.chromaticAdaptation(t[0]),n=Ce.chromaticAdaptation(t[1]),s=Ce.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=Ce.sanitizeRadians(t-e),s=Ce.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=Ce.intercept(e[n],t,r[n]);return Ce.lerpPoint(e,s,r)}static isBounded(e){return 0<=e&&e<=100}static nthVertex(e,t){const r=Ce.Y_FROM_LINRGB[0],n=Ce.Y_FROM_LINRGB[1],s=Ce.Y_FROM_LINRGB[2],o=t%4<=1?0:100,a=t%2===0?0:100;if(t<4){const l=o,c=a,d=(e-l*n-c*s)/r;return Ce.isBounded(d)?[d,l,c]:[-1,-1,-1]}else if(t<8){const l=o,c=a,d=(e-c*r-l*s)/n;return Ce.isBounded(d)?[c,d,l]:[-1,-1,-1]}else{const l=o,c=a,d=(e-l*r-c*n)/s;return Ce.isBounded(d)?[l,c,d]:[-1,-1,-1]}}static bisectToSegment(e,t){let r=[-1,-1,-1],n=r,s=0,o=0,a=!1,l=!0;for(let c=0;c<12;c++){const d=Ce.nthVertex(e,c);if(d[0]<0)continue;const f=Ce.hueOf(d);if(!a){r=d,n=d,s=f,o=f,a=!0;continue}(l||Ce.areInCyclicOrder(s,f,o))&&(l=!1,Ce.areInCyclicOrder(s,t,f)?(n=d,o=f):(r=d,s=f))}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=Ce.bisectToSegment(e,t);let n=r[0],s=Ce.hueOf(n),o=r[1];for(let a=0;a<3;a++)if(n[a]!==o[a]){let l=-1,c=255;n[a]<o[a]?(l=Ce.criticalPlaneBelow(Ce.trueDelinearized(n[a])),c=Ce.criticalPlaneAbove(Ce.trueDelinearized(o[a]))):(l=Ce.criticalPlaneAbove(Ce.trueDelinearized(n[a])),c=Ce.criticalPlaneBelow(Ce.trueDelinearized(o[a])));for(let d=0;d<8&&!(Math.abs(c-l)<=1);d++){const f=Math.floor((l+c)/2),g=Ce.CRITICAL_PLANES[f],y=Ce.setCoordinate(n,g,o,a),b=Ce.hueOf(y);Ce.areInCyclicOrder(s,t,b)?(o=y,c=f):(n=y,s=b,l=f)}}return Ce.midpoint(n,o)}static inverseChromaticAdaptation(e){const t=Math.abs(e),r=Math.max(0,27.13*t/(400-t));return Ft(e)*Math.pow(r,1/.42)}static findResultByJ(e,t,r){let n=Math.sqrt(r)*11;const s=Ri.DEFAULT,o=1/Math.pow(1.64-Math.pow(.29,s.n),.73),l=.25*(Math.cos(e+2)+3.8)*(5e4/13)*s.nc*s.ncb,c=Math.sin(e),d=Math.cos(e);for(let f=0;f<5;f++){const g=n/100,y=t===0||n===0?0:t/Math.sqrt(g),b=Math.pow(y*o,1/.9),E=s.aw*Math.pow(g,1/s.c/s.z)/s.nbb,S=23*(E+.305)*b/(23*l+11*b*d+108*b*c),k=S*d,v=S*c,u=(460*E+451*k+288*v)/1403,m=(460*E-891*k-261*v)/1403,T=(460*E-220*k-6300*v)/1403,N=Ce.inverseChromaticAdaptation(u),$=Ce.inverseChromaticAdaptation(m),j=Ce.inverseChromaticAdaptation(T),R=ec([N,$,j],Ce.LINRGB_FROM_SCALED_DISCOUNT);if(R[0]<0||R[1]<0||R[2]<0)return 0;const P=Ce.Y_FROM_LINRGB[0],q=Ce.Y_FROM_LINRGB[1],I=Ce.Y_FROM_LINRGB[2],L=P*R[0]+q*R[1]+I*R[2];if(L<=0)return 0;if(f===4||Math.abs(L-r)<.002)return R[0]>100.01||R[1]>100.01||R[2]>100.01?0:Zh(R);n=n-(L-r)*n/(2*L)}return 0}static solveToInt(e,t,r){if(t<1e-4||r<1e-4||r>99.9999)return G1(r);e=j1(e);const n=e/180*Math.PI,s=er(r),o=Ce.findResultByJ(n,t,s);if(o!==0)return o;const a=Ce.bisectToLimit(s,n);return Zh(a)}static solveToCam(e,t,r){return Xt.fromInt(Ce.solveToInt(e,t,r))}}Ce.SCALED_DISCOUNT_FROM_LINRGB=[[.001200833568784504,.002389694492170889,.0002795742885861124],[.0005891086651375999,.0029785502573438758,.0003270666104008398],[.00010146692491640572,.0005364214359186694,.0032979401770712076]];Ce.LINRGB_FROM_SCALED_DISCOUNT=[[1373.2198709594231,-1100.4251190754821,-7.278681089101213],[-271.815969077903,559.6580465940733,-32.46047482791194],[1.9622899599665666,-57.173814538844006,308.7233197812385]];Ce.Y_FROM_LINRGB=[.2126,.7152,.0722];Ce.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];/**
538
539
  * @license
539
540
  * Copyright 2021 Google LLC
540
541
  *
@@ -549,7 +550,7 @@ if("@preserve"in u)return u["@preserve"][0];if(e.isValue(u))return u;if(e.isList
549
550
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
550
551
  * See the License for the specific language governing permissions and
551
552
  * limitations under the License.
552
- */class xr{static from(e,t,r){return new xr(Ce.solveToInt(e,t,r))}static fromInt(e){return new xr(e)}toInt(){return this.argb}get hue(){return this.internalHue}set hue(e){this.setInternalState(Ce.solveToInt(e,this.internalChroma,this.internalTone))}get chroma(){return this.internalChroma}set chroma(e){this.setInternalState(Ce.solveToInt(this.internalHue,e,this.internalTone))}get tone(){return this.internalTone}set tone(e){this.setInternalState(Ce.solveToInt(this.internalHue,this.internalChroma,e))}constructor(e){this.argb=e;const t=Xt.fromInt(e);this.internalHue=t.hue,this.internalChroma=t.chroma,this.internalTone=ef(e),this.argb=e}setInternalState(e){const t=Xt.fromInt(e);this.internalHue=t.hue,this.internalChroma=t.chroma,this.internalTone=ef(e),this.argb=e}inViewingConditions(e){const r=Xt.fromInt(this.toInt()).xyzInViewingConditions(e),n=Xt.fromXyzInViewingConditions(r[0],r[1],r[2],Ii.make());return xr.from(n.hue,n.chroma,tc(r[1]))}}/**
553
+ */class xr{static from(e,t,r){return new xr(Ce.solveToInt(e,t,r))}static fromInt(e){return new xr(e)}toInt(){return this.argb}get hue(){return this.internalHue}set hue(e){this.setInternalState(Ce.solveToInt(e,this.internalChroma,this.internalTone))}get chroma(){return this.internalChroma}set chroma(e){this.setInternalState(Ce.solveToInt(this.internalHue,e,this.internalTone))}get tone(){return this.internalTone}set tone(e){this.setInternalState(Ce.solveToInt(this.internalHue,this.internalChroma,e))}constructor(e){this.argb=e;const t=Xt.fromInt(e);this.internalHue=t.hue,this.internalChroma=t.chroma,this.internalTone=ef(e),this.argb=e}setInternalState(e){const t=Xt.fromInt(e);this.internalHue=t.hue,this.internalChroma=t.chroma,this.internalTone=ef(e),this.argb=e}inViewingConditions(e){const r=Xt.fromInt(this.toInt()).xyzInViewingConditions(e),n=Xt.fromXyzInViewingConditions(r[0],r[1],r[2],Ri.make());return xr.from(n.hue,n.chroma,tc(r[1]))}}/**
553
554
  * @license
554
555
  * Copyright 2022 Google LLC
555
556
  *
@@ -654,7 +655,7 @@ if("@preserve"in u)return u["@preserve"][0];if(e.isValue(u))return u;if(e.isList
654
655
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
655
656
  * See the License for the specific language governing permissions and
656
657
  * limitations under the License.
657
- */function un(i){return i.variant===ds.FIDELITY||i.variant===ds.CONTENT}function st(i){return i.variant===ds.MONOCHROME}function J1(i,e,t,r){let n=t,s=xr.from(i,e,t);if(s.chroma<e){let o=s.chroma;for(;s.chroma<e;){n+=r?-1:1;const a=xr.from(i,e,n);if(o>a.chroma||Math.abs(a.chroma-e)<.4)break;const l=Math.abs(a.chroma-e),c=Math.abs(s.chroma-e);l<c&&(s=a),o=Math.max(o,a.chroma)}}return n}class de{static highestSurface(e){return e.isDark?de.surfaceBright:de.surfaceDim}}de.contentAccentToneDelta=15;de.primaryPaletteKeyColor=Se.fromPalette({name:"primary_palette_key_color",palette:i=>i.primaryPalette,tone:i=>i.primaryPalette.keyColor.tone});de.secondaryPaletteKeyColor=Se.fromPalette({name:"secondary_palette_key_color",palette:i=>i.secondaryPalette,tone:i=>i.secondaryPalette.keyColor.tone});de.tertiaryPaletteKeyColor=Se.fromPalette({name:"tertiary_palette_key_color",palette:i=>i.tertiaryPalette,tone:i=>i.tertiaryPalette.keyColor.tone});de.neutralPaletteKeyColor=Se.fromPalette({name:"neutral_palette_key_color",palette:i=>i.neutralPalette,tone:i=>i.neutralPalette.keyColor.tone});de.neutralVariantPaletteKeyColor=Se.fromPalette({name:"neutral_variant_palette_key_color",palette:i=>i.neutralVariantPalette,tone:i=>i.neutralVariantPalette.keyColor.tone});de.background=Se.fromPalette({name:"background",palette:i=>i.neutralPalette,tone:i=>i.isDark?6:98,isBackground:!0});de.onBackground=Se.fromPalette({name:"on_background",palette:i=>i.neutralPalette,tone:i=>i.isDark?90:10,background:i=>de.background,contrastCurve:new Le(3,3,4.5,7)});de.surface=Se.fromPalette({name:"surface",palette:i=>i.neutralPalette,tone:i=>i.isDark?6:98,isBackground:!0});de.surfaceDim=Se.fromPalette({name:"surface_dim",palette:i=>i.neutralPalette,tone:i=>i.isDark?6:new Le(87,87,80,75).get(i.contrastLevel),isBackground:!0});de.surfaceBright=Se.fromPalette({name:"surface_bright",palette:i=>i.neutralPalette,tone:i=>i.isDark?new Le(24,24,29,34).get(i.contrastLevel):98,isBackground:!0});de.surfaceContainerLowest=Se.fromPalette({name:"surface_container_lowest",palette:i=>i.neutralPalette,tone:i=>i.isDark?new Le(4,4,2,0).get(i.contrastLevel):100,isBackground:!0});de.surfaceContainerLow=Se.fromPalette({name:"surface_container_low",palette:i=>i.neutralPalette,tone:i=>i.isDark?new Le(10,10,11,12).get(i.contrastLevel):new Le(96,96,96,95).get(i.contrastLevel),isBackground:!0});de.surfaceContainer=Se.fromPalette({name:"surface_container",palette:i=>i.neutralPalette,tone:i=>i.isDark?new Le(12,12,16,20).get(i.contrastLevel):new Le(94,94,92,90).get(i.contrastLevel),isBackground:!0});de.surfaceContainerHigh=Se.fromPalette({name:"surface_container_high",palette:i=>i.neutralPalette,tone:i=>i.isDark?new Le(17,17,21,25).get(i.contrastLevel):new Le(92,92,88,85).get(i.contrastLevel),isBackground:!0});de.surfaceContainerHighest=Se.fromPalette({name:"surface_container_highest",palette:i=>i.neutralPalette,tone:i=>i.isDark?new Le(22,22,26,30).get(i.contrastLevel):new Le(90,90,84,80).get(i.contrastLevel),isBackground:!0});de.onSurface=Se.fromPalette({name:"on_surface",palette:i=>i.neutralPalette,tone:i=>i.isDark?90:10,background:i=>de.highestSurface(i),contrastCurve:new Le(4.5,7,11,21)});de.surfaceVariant=Se.fromPalette({name:"surface_variant",palette:i=>i.neutralVariantPalette,tone:i=>i.isDark?30:90,isBackground:!0});de.onSurfaceVariant=Se.fromPalette({name:"on_surface_variant",palette:i=>i.neutralVariantPalette,tone:i=>i.isDark?80:30,background:i=>de.highestSurface(i),contrastCurve:new Le(3,4.5,7,11)});de.inverseSurface=Se.fromPalette({name:"inverse_surface",palette:i=>i.neutralPalette,tone:i=>i.isDark?90:20});de.inverseOnSurface=Se.fromPalette({name:"inverse_on_surface",palette:i=>i.neutralPalette,tone:i=>i.isDark?20:95,background:i=>de.inverseSurface,contrastCurve:new Le(4.5,7,11,21)});de.outline=Se.fromPalette({name:"outline",palette:i=>i.neutralVariantPalette,tone:i=>i.isDark?60:50,background:i=>de.highestSurface(i),contrastCurve:new Le(1.5,3,4.5,7)});de.outlineVariant=Se.fromPalette({name:"outline_variant",palette:i=>i.neutralVariantPalette,tone:i=>i.isDark?30:80,background:i=>de.highestSurface(i),contrastCurve:new Le(1,1,3,4.5)});de.shadow=Se.fromPalette({name:"shadow",palette:i=>i.neutralPalette,tone:i=>0});de.scrim=Se.fromPalette({name:"scrim",palette:i=>i.neutralPalette,tone:i=>0});de.surfaceTint=Se.fromPalette({name:"surface_tint",palette:i=>i.primaryPalette,tone:i=>i.isDark?80:40,isBackground:!0});de.primary=Se.fromPalette({name:"primary",palette:i=>i.primaryPalette,tone:i=>st(i)?i.isDark?100:0:i.isDark?80:40,isBackground:!0,background:i=>de.highestSurface(i),contrastCurve:new Le(3,4.5,7,7),toneDeltaPair:i=>new Jt(de.primaryContainer,de.primary,10,"nearer",!1)});de.onPrimary=Se.fromPalette({name:"on_primary",palette:i=>i.primaryPalette,tone:i=>st(i)?i.isDark?10:90:i.isDark?20:100,background:i=>de.primary,contrastCurve:new Le(4.5,7,11,21)});de.primaryContainer=Se.fromPalette({name:"primary_container",palette:i=>i.primaryPalette,tone:i=>un(i)?i.sourceColorHct.tone:st(i)?i.isDark?85:25:i.isDark?30:90,isBackground:!0,background:i=>de.highestSurface(i),contrastCurve:new Le(1,1,3,4.5),toneDeltaPair:i=>new Jt(de.primaryContainer,de.primary,10,"nearer",!1)});de.onPrimaryContainer=Se.fromPalette({name:"on_primary_container",palette:i=>i.primaryPalette,tone:i=>un(i)?Se.foregroundTone(de.primaryContainer.tone(i),4.5):st(i)?i.isDark?0:100:i.isDark?90:30,background:i=>de.primaryContainer,contrastCurve:new Le(3,4.5,7,11)});de.inversePrimary=Se.fromPalette({name:"inverse_primary",palette:i=>i.primaryPalette,tone:i=>i.isDark?40:80,background:i=>de.inverseSurface,contrastCurve:new Le(3,4.5,7,7)});de.secondary=Se.fromPalette({name:"secondary",palette:i=>i.secondaryPalette,tone:i=>i.isDark?80:40,isBackground:!0,background:i=>de.highestSurface(i),contrastCurve:new Le(3,4.5,7,7),toneDeltaPair:i=>new Jt(de.secondaryContainer,de.secondary,10,"nearer",!1)});de.onSecondary=Se.fromPalette({name:"on_secondary",palette:i=>i.secondaryPalette,tone:i=>st(i)?i.isDark?10:100:i.isDark?20:100,background:i=>de.secondary,contrastCurve:new Le(4.5,7,11,21)});de.secondaryContainer=Se.fromPalette({name:"secondary_container",palette:i=>i.secondaryPalette,tone:i=>{const e=i.isDark?30:90;return st(i)?i.isDark?30:85:un(i)?J1(i.secondaryPalette.hue,i.secondaryPalette.chroma,e,!i.isDark):e},isBackground:!0,background:i=>de.highestSurface(i),contrastCurve:new Le(1,1,3,4.5),toneDeltaPair:i=>new Jt(de.secondaryContainer,de.secondary,10,"nearer",!1)});de.onSecondaryContainer=Se.fromPalette({name:"on_secondary_container",palette:i=>i.secondaryPalette,tone:i=>st(i)?i.isDark?90:10:un(i)?Se.foregroundTone(de.secondaryContainer.tone(i),4.5):i.isDark?90:30,background:i=>de.secondaryContainer,contrastCurve:new Le(3,4.5,7,11)});de.tertiary=Se.fromPalette({name:"tertiary",palette:i=>i.tertiaryPalette,tone:i=>st(i)?i.isDark?90:25:i.isDark?80:40,isBackground:!0,background:i=>de.highestSurface(i),contrastCurve:new Le(3,4.5,7,7),toneDeltaPair:i=>new Jt(de.tertiaryContainer,de.tertiary,10,"nearer",!1)});de.onTertiary=Se.fromPalette({name:"on_tertiary",palette:i=>i.tertiaryPalette,tone:i=>st(i)?i.isDark?10:90:i.isDark?20:100,background:i=>de.tertiary,contrastCurve:new Le(4.5,7,11,21)});de.tertiaryContainer=Se.fromPalette({name:"tertiary_container",palette:i=>i.tertiaryPalette,tone:i=>{if(st(i))return i.isDark?60:49;if(!un(i))return i.isDark?30:90;const e=i.tertiaryPalette.getHct(i.sourceColorHct.tone);return Qc.fixIfDisliked(e).tone},isBackground:!0,background:i=>de.highestSurface(i),contrastCurve:new Le(1,1,3,4.5),toneDeltaPair:i=>new Jt(de.tertiaryContainer,de.tertiary,10,"nearer",!1)});de.onTertiaryContainer=Se.fromPalette({name:"on_tertiary_container",palette:i=>i.tertiaryPalette,tone:i=>st(i)?i.isDark?0:100:un(i)?Se.foregroundTone(de.tertiaryContainer.tone(i),4.5):i.isDark?90:30,background:i=>de.tertiaryContainer,contrastCurve:new Le(3,4.5,7,11)});de.error=Se.fromPalette({name:"error",palette:i=>i.errorPalette,tone:i=>i.isDark?80:40,isBackground:!0,background:i=>de.highestSurface(i),contrastCurve:new Le(3,4.5,7,7),toneDeltaPair:i=>new Jt(de.errorContainer,de.error,10,"nearer",!1)});de.onError=Se.fromPalette({name:"on_error",palette:i=>i.errorPalette,tone:i=>i.isDark?20:100,background:i=>de.error,contrastCurve:new Le(4.5,7,11,21)});de.errorContainer=Se.fromPalette({name:"error_container",palette:i=>i.errorPalette,tone:i=>i.isDark?30:90,isBackground:!0,background:i=>de.highestSurface(i),contrastCurve:new Le(1,1,3,4.5),toneDeltaPair:i=>new Jt(de.errorContainer,de.error,10,"nearer",!1)});de.onErrorContainer=Se.fromPalette({name:"on_error_container",palette:i=>i.errorPalette,tone:i=>st(i)?i.isDark?90:10:i.isDark?90:30,background:i=>de.errorContainer,contrastCurve:new Le(3,4.5,7,11)});de.primaryFixed=Se.fromPalette({name:"primary_fixed",palette:i=>i.primaryPalette,tone:i=>st(i)?40:90,isBackground:!0,background:i=>de.highestSurface(i),contrastCurve:new Le(1,1,3,4.5),toneDeltaPair:i=>new Jt(de.primaryFixed,de.primaryFixedDim,10,"lighter",!0)});de.primaryFixedDim=Se.fromPalette({name:"primary_fixed_dim",palette:i=>i.primaryPalette,tone:i=>st(i)?30:80,isBackground:!0,background:i=>de.highestSurface(i),contrastCurve:new Le(1,1,3,4.5),toneDeltaPair:i=>new Jt(de.primaryFixed,de.primaryFixedDim,10,"lighter",!0)});de.onPrimaryFixed=Se.fromPalette({name:"on_primary_fixed",palette:i=>i.primaryPalette,tone:i=>st(i)?100:10,background:i=>de.primaryFixedDim,secondBackground:i=>de.primaryFixed,contrastCurve:new Le(4.5,7,11,21)});de.onPrimaryFixedVariant=Se.fromPalette({name:"on_primary_fixed_variant",palette:i=>i.primaryPalette,tone:i=>st(i)?90:30,background:i=>de.primaryFixedDim,secondBackground:i=>de.primaryFixed,contrastCurve:new Le(3,4.5,7,11)});de.secondaryFixed=Se.fromPalette({name:"secondary_fixed",palette:i=>i.secondaryPalette,tone:i=>st(i)?80:90,isBackground:!0,background:i=>de.highestSurface(i),contrastCurve:new Le(1,1,3,4.5),toneDeltaPair:i=>new Jt(de.secondaryFixed,de.secondaryFixedDim,10,"lighter",!0)});de.secondaryFixedDim=Se.fromPalette({name:"secondary_fixed_dim",palette:i=>i.secondaryPalette,tone:i=>st(i)?70:80,isBackground:!0,background:i=>de.highestSurface(i),contrastCurve:new Le(1,1,3,4.5),toneDeltaPair:i=>new Jt(de.secondaryFixed,de.secondaryFixedDim,10,"lighter",!0)});de.onSecondaryFixed=Se.fromPalette({name:"on_secondary_fixed",palette:i=>i.secondaryPalette,tone:i=>10,background:i=>de.secondaryFixedDim,secondBackground:i=>de.secondaryFixed,contrastCurve:new Le(4.5,7,11,21)});de.onSecondaryFixedVariant=Se.fromPalette({name:"on_secondary_fixed_variant",palette:i=>i.secondaryPalette,tone:i=>st(i)?25:30,background:i=>de.secondaryFixedDim,secondBackground:i=>de.secondaryFixed,contrastCurve:new Le(3,4.5,7,11)});de.tertiaryFixed=Se.fromPalette({name:"tertiary_fixed",palette:i=>i.tertiaryPalette,tone:i=>st(i)?40:90,isBackground:!0,background:i=>de.highestSurface(i),contrastCurve:new Le(1,1,3,4.5),toneDeltaPair:i=>new Jt(de.tertiaryFixed,de.tertiaryFixedDim,10,"lighter",!0)});de.tertiaryFixedDim=Se.fromPalette({name:"tertiary_fixed_dim",palette:i=>i.tertiaryPalette,tone:i=>st(i)?30:80,isBackground:!0,background:i=>de.highestSurface(i),contrastCurve:new Le(1,1,3,4.5),toneDeltaPair:i=>new Jt(de.tertiaryFixed,de.tertiaryFixedDim,10,"lighter",!0)});de.onTertiaryFixed=Se.fromPalette({name:"on_tertiary_fixed",palette:i=>i.tertiaryPalette,tone:i=>st(i)?100:10,background:i=>de.tertiaryFixedDim,secondBackground:i=>de.tertiaryFixed,contrastCurve:new Le(4.5,7,11,21)});de.onTertiaryFixedVariant=Se.fromPalette({name:"on_tertiary_fixed_variant",palette:i=>i.tertiaryPalette,tone:i=>st(i)?90:30,background:i=>de.tertiaryFixedDim,secondBackground:i=>de.tertiaryFixed,contrastCurve:new Le(3,4.5,7,11)});const X1=`:host {
658
+ */function un(i){return i.variant===ds.FIDELITY||i.variant===ds.CONTENT}function st(i){return i.variant===ds.MONOCHROME}function X1(i,e,t,r){let n=t,s=xr.from(i,e,t);if(s.chroma<e){let o=s.chroma;for(;s.chroma<e;){n+=r?-1:1;const a=xr.from(i,e,n);if(o>a.chroma||Math.abs(a.chroma-e)<.4)break;const l=Math.abs(a.chroma-e),c=Math.abs(s.chroma-e);l<c&&(s=a),o=Math.max(o,a.chroma)}}return n}class de{static highestSurface(e){return e.isDark?de.surfaceBright:de.surfaceDim}}de.contentAccentToneDelta=15;de.primaryPaletteKeyColor=Se.fromPalette({name:"primary_palette_key_color",palette:i=>i.primaryPalette,tone:i=>i.primaryPalette.keyColor.tone});de.secondaryPaletteKeyColor=Se.fromPalette({name:"secondary_palette_key_color",palette:i=>i.secondaryPalette,tone:i=>i.secondaryPalette.keyColor.tone});de.tertiaryPaletteKeyColor=Se.fromPalette({name:"tertiary_palette_key_color",palette:i=>i.tertiaryPalette,tone:i=>i.tertiaryPalette.keyColor.tone});de.neutralPaletteKeyColor=Se.fromPalette({name:"neutral_palette_key_color",palette:i=>i.neutralPalette,tone:i=>i.neutralPalette.keyColor.tone});de.neutralVariantPaletteKeyColor=Se.fromPalette({name:"neutral_variant_palette_key_color",palette:i=>i.neutralVariantPalette,tone:i=>i.neutralVariantPalette.keyColor.tone});de.background=Se.fromPalette({name:"background",palette:i=>i.neutralPalette,tone:i=>i.isDark?6:98,isBackground:!0});de.onBackground=Se.fromPalette({name:"on_background",palette:i=>i.neutralPalette,tone:i=>i.isDark?90:10,background:i=>de.background,contrastCurve:new Le(3,3,4.5,7)});de.surface=Se.fromPalette({name:"surface",palette:i=>i.neutralPalette,tone:i=>i.isDark?6:98,isBackground:!0});de.surfaceDim=Se.fromPalette({name:"surface_dim",palette:i=>i.neutralPalette,tone:i=>i.isDark?6:new Le(87,87,80,75).get(i.contrastLevel),isBackground:!0});de.surfaceBright=Se.fromPalette({name:"surface_bright",palette:i=>i.neutralPalette,tone:i=>i.isDark?new Le(24,24,29,34).get(i.contrastLevel):98,isBackground:!0});de.surfaceContainerLowest=Se.fromPalette({name:"surface_container_lowest",palette:i=>i.neutralPalette,tone:i=>i.isDark?new Le(4,4,2,0).get(i.contrastLevel):100,isBackground:!0});de.surfaceContainerLow=Se.fromPalette({name:"surface_container_low",palette:i=>i.neutralPalette,tone:i=>i.isDark?new Le(10,10,11,12).get(i.contrastLevel):new Le(96,96,96,95).get(i.contrastLevel),isBackground:!0});de.surfaceContainer=Se.fromPalette({name:"surface_container",palette:i=>i.neutralPalette,tone:i=>i.isDark?new Le(12,12,16,20).get(i.contrastLevel):new Le(94,94,92,90).get(i.contrastLevel),isBackground:!0});de.surfaceContainerHigh=Se.fromPalette({name:"surface_container_high",palette:i=>i.neutralPalette,tone:i=>i.isDark?new Le(17,17,21,25).get(i.contrastLevel):new Le(92,92,88,85).get(i.contrastLevel),isBackground:!0});de.surfaceContainerHighest=Se.fromPalette({name:"surface_container_highest",palette:i=>i.neutralPalette,tone:i=>i.isDark?new Le(22,22,26,30).get(i.contrastLevel):new Le(90,90,84,80).get(i.contrastLevel),isBackground:!0});de.onSurface=Se.fromPalette({name:"on_surface",palette:i=>i.neutralPalette,tone:i=>i.isDark?90:10,background:i=>de.highestSurface(i),contrastCurve:new Le(4.5,7,11,21)});de.surfaceVariant=Se.fromPalette({name:"surface_variant",palette:i=>i.neutralVariantPalette,tone:i=>i.isDark?30:90,isBackground:!0});de.onSurfaceVariant=Se.fromPalette({name:"on_surface_variant",palette:i=>i.neutralVariantPalette,tone:i=>i.isDark?80:30,background:i=>de.highestSurface(i),contrastCurve:new Le(3,4.5,7,11)});de.inverseSurface=Se.fromPalette({name:"inverse_surface",palette:i=>i.neutralPalette,tone:i=>i.isDark?90:20});de.inverseOnSurface=Se.fromPalette({name:"inverse_on_surface",palette:i=>i.neutralPalette,tone:i=>i.isDark?20:95,background:i=>de.inverseSurface,contrastCurve:new Le(4.5,7,11,21)});de.outline=Se.fromPalette({name:"outline",palette:i=>i.neutralVariantPalette,tone:i=>i.isDark?60:50,background:i=>de.highestSurface(i),contrastCurve:new Le(1.5,3,4.5,7)});de.outlineVariant=Se.fromPalette({name:"outline_variant",palette:i=>i.neutralVariantPalette,tone:i=>i.isDark?30:80,background:i=>de.highestSurface(i),contrastCurve:new Le(1,1,3,4.5)});de.shadow=Se.fromPalette({name:"shadow",palette:i=>i.neutralPalette,tone:i=>0});de.scrim=Se.fromPalette({name:"scrim",palette:i=>i.neutralPalette,tone:i=>0});de.surfaceTint=Se.fromPalette({name:"surface_tint",palette:i=>i.primaryPalette,tone:i=>i.isDark?80:40,isBackground:!0});de.primary=Se.fromPalette({name:"primary",palette:i=>i.primaryPalette,tone:i=>st(i)?i.isDark?100:0:i.isDark?80:40,isBackground:!0,background:i=>de.highestSurface(i),contrastCurve:new Le(3,4.5,7,7),toneDeltaPair:i=>new Jt(de.primaryContainer,de.primary,10,"nearer",!1)});de.onPrimary=Se.fromPalette({name:"on_primary",palette:i=>i.primaryPalette,tone:i=>st(i)?i.isDark?10:90:i.isDark?20:100,background:i=>de.primary,contrastCurve:new Le(4.5,7,11,21)});de.primaryContainer=Se.fromPalette({name:"primary_container",palette:i=>i.primaryPalette,tone:i=>un(i)?i.sourceColorHct.tone:st(i)?i.isDark?85:25:i.isDark?30:90,isBackground:!0,background:i=>de.highestSurface(i),contrastCurve:new Le(1,1,3,4.5),toneDeltaPair:i=>new Jt(de.primaryContainer,de.primary,10,"nearer",!1)});de.onPrimaryContainer=Se.fromPalette({name:"on_primary_container",palette:i=>i.primaryPalette,tone:i=>un(i)?Se.foregroundTone(de.primaryContainer.tone(i),4.5):st(i)?i.isDark?0:100:i.isDark?90:30,background:i=>de.primaryContainer,contrastCurve:new Le(3,4.5,7,11)});de.inversePrimary=Se.fromPalette({name:"inverse_primary",palette:i=>i.primaryPalette,tone:i=>i.isDark?40:80,background:i=>de.inverseSurface,contrastCurve:new Le(3,4.5,7,7)});de.secondary=Se.fromPalette({name:"secondary",palette:i=>i.secondaryPalette,tone:i=>i.isDark?80:40,isBackground:!0,background:i=>de.highestSurface(i),contrastCurve:new Le(3,4.5,7,7),toneDeltaPair:i=>new Jt(de.secondaryContainer,de.secondary,10,"nearer",!1)});de.onSecondary=Se.fromPalette({name:"on_secondary",palette:i=>i.secondaryPalette,tone:i=>st(i)?i.isDark?10:100:i.isDark?20:100,background:i=>de.secondary,contrastCurve:new Le(4.5,7,11,21)});de.secondaryContainer=Se.fromPalette({name:"secondary_container",palette:i=>i.secondaryPalette,tone:i=>{const e=i.isDark?30:90;return st(i)?i.isDark?30:85:un(i)?X1(i.secondaryPalette.hue,i.secondaryPalette.chroma,e,!i.isDark):e},isBackground:!0,background:i=>de.highestSurface(i),contrastCurve:new Le(1,1,3,4.5),toneDeltaPair:i=>new Jt(de.secondaryContainer,de.secondary,10,"nearer",!1)});de.onSecondaryContainer=Se.fromPalette({name:"on_secondary_container",palette:i=>i.secondaryPalette,tone:i=>st(i)?i.isDark?90:10:un(i)?Se.foregroundTone(de.secondaryContainer.tone(i),4.5):i.isDark?90:30,background:i=>de.secondaryContainer,contrastCurve:new Le(3,4.5,7,11)});de.tertiary=Se.fromPalette({name:"tertiary",palette:i=>i.tertiaryPalette,tone:i=>st(i)?i.isDark?90:25:i.isDark?80:40,isBackground:!0,background:i=>de.highestSurface(i),contrastCurve:new Le(3,4.5,7,7),toneDeltaPair:i=>new Jt(de.tertiaryContainer,de.tertiary,10,"nearer",!1)});de.onTertiary=Se.fromPalette({name:"on_tertiary",palette:i=>i.tertiaryPalette,tone:i=>st(i)?i.isDark?10:90:i.isDark?20:100,background:i=>de.tertiary,contrastCurve:new Le(4.5,7,11,21)});de.tertiaryContainer=Se.fromPalette({name:"tertiary_container",palette:i=>i.tertiaryPalette,tone:i=>{if(st(i))return i.isDark?60:49;if(!un(i))return i.isDark?30:90;const e=i.tertiaryPalette.getHct(i.sourceColorHct.tone);return Qc.fixIfDisliked(e).tone},isBackground:!0,background:i=>de.highestSurface(i),contrastCurve:new Le(1,1,3,4.5),toneDeltaPair:i=>new Jt(de.tertiaryContainer,de.tertiary,10,"nearer",!1)});de.onTertiaryContainer=Se.fromPalette({name:"on_tertiary_container",palette:i=>i.tertiaryPalette,tone:i=>st(i)?i.isDark?0:100:un(i)?Se.foregroundTone(de.tertiaryContainer.tone(i),4.5):i.isDark?90:30,background:i=>de.tertiaryContainer,contrastCurve:new Le(3,4.5,7,11)});de.error=Se.fromPalette({name:"error",palette:i=>i.errorPalette,tone:i=>i.isDark?80:40,isBackground:!0,background:i=>de.highestSurface(i),contrastCurve:new Le(3,4.5,7,7),toneDeltaPair:i=>new Jt(de.errorContainer,de.error,10,"nearer",!1)});de.onError=Se.fromPalette({name:"on_error",palette:i=>i.errorPalette,tone:i=>i.isDark?20:100,background:i=>de.error,contrastCurve:new Le(4.5,7,11,21)});de.errorContainer=Se.fromPalette({name:"error_container",palette:i=>i.errorPalette,tone:i=>i.isDark?30:90,isBackground:!0,background:i=>de.highestSurface(i),contrastCurve:new Le(1,1,3,4.5),toneDeltaPair:i=>new Jt(de.errorContainer,de.error,10,"nearer",!1)});de.onErrorContainer=Se.fromPalette({name:"on_error_container",palette:i=>i.errorPalette,tone:i=>st(i)?i.isDark?90:10:i.isDark?90:30,background:i=>de.errorContainer,contrastCurve:new Le(3,4.5,7,11)});de.primaryFixed=Se.fromPalette({name:"primary_fixed",palette:i=>i.primaryPalette,tone:i=>st(i)?40:90,isBackground:!0,background:i=>de.highestSurface(i),contrastCurve:new Le(1,1,3,4.5),toneDeltaPair:i=>new Jt(de.primaryFixed,de.primaryFixedDim,10,"lighter",!0)});de.primaryFixedDim=Se.fromPalette({name:"primary_fixed_dim",palette:i=>i.primaryPalette,tone:i=>st(i)?30:80,isBackground:!0,background:i=>de.highestSurface(i),contrastCurve:new Le(1,1,3,4.5),toneDeltaPair:i=>new Jt(de.primaryFixed,de.primaryFixedDim,10,"lighter",!0)});de.onPrimaryFixed=Se.fromPalette({name:"on_primary_fixed",palette:i=>i.primaryPalette,tone:i=>st(i)?100:10,background:i=>de.primaryFixedDim,secondBackground:i=>de.primaryFixed,contrastCurve:new Le(4.5,7,11,21)});de.onPrimaryFixedVariant=Se.fromPalette({name:"on_primary_fixed_variant",palette:i=>i.primaryPalette,tone:i=>st(i)?90:30,background:i=>de.primaryFixedDim,secondBackground:i=>de.primaryFixed,contrastCurve:new Le(3,4.5,7,11)});de.secondaryFixed=Se.fromPalette({name:"secondary_fixed",palette:i=>i.secondaryPalette,tone:i=>st(i)?80:90,isBackground:!0,background:i=>de.highestSurface(i),contrastCurve:new Le(1,1,3,4.5),toneDeltaPair:i=>new Jt(de.secondaryFixed,de.secondaryFixedDim,10,"lighter",!0)});de.secondaryFixedDim=Se.fromPalette({name:"secondary_fixed_dim",palette:i=>i.secondaryPalette,tone:i=>st(i)?70:80,isBackground:!0,background:i=>de.highestSurface(i),contrastCurve:new Le(1,1,3,4.5),toneDeltaPair:i=>new Jt(de.secondaryFixed,de.secondaryFixedDim,10,"lighter",!0)});de.onSecondaryFixed=Se.fromPalette({name:"on_secondary_fixed",palette:i=>i.secondaryPalette,tone:i=>10,background:i=>de.secondaryFixedDim,secondBackground:i=>de.secondaryFixed,contrastCurve:new Le(4.5,7,11,21)});de.onSecondaryFixedVariant=Se.fromPalette({name:"on_secondary_fixed_variant",palette:i=>i.secondaryPalette,tone:i=>st(i)?25:30,background:i=>de.secondaryFixedDim,secondBackground:i=>de.secondaryFixed,contrastCurve:new Le(3,4.5,7,11)});de.tertiaryFixed=Se.fromPalette({name:"tertiary_fixed",palette:i=>i.tertiaryPalette,tone:i=>st(i)?40:90,isBackground:!0,background:i=>de.highestSurface(i),contrastCurve:new Le(1,1,3,4.5),toneDeltaPair:i=>new Jt(de.tertiaryFixed,de.tertiaryFixedDim,10,"lighter",!0)});de.tertiaryFixedDim=Se.fromPalette({name:"tertiary_fixed_dim",palette:i=>i.tertiaryPalette,tone:i=>st(i)?30:80,isBackground:!0,background:i=>de.highestSurface(i),contrastCurve:new Le(1,1,3,4.5),toneDeltaPair:i=>new Jt(de.tertiaryFixed,de.tertiaryFixedDim,10,"lighter",!0)});de.onTertiaryFixed=Se.fromPalette({name:"on_tertiary_fixed",palette:i=>i.tertiaryPalette,tone:i=>st(i)?100:10,background:i=>de.tertiaryFixedDim,secondBackground:i=>de.tertiaryFixed,contrastCurve:new Le(4.5,7,11,21)});de.onTertiaryFixedVariant=Se.fromPalette({name:"on_tertiary_fixed_variant",palette:i=>i.tertiaryPalette,tone:i=>st(i)?90:30,background:i=>de.tertiaryFixedDim,secondBackground:i=>de.tertiaryFixed,contrastCurve:new Le(3,4.5,7,11)});const Q1=`:host {
658
659
  --mdui-color-primary-light: var(--mdui-color-primary-light);
659
660
  --mdui-color-primary-dark: var(--mdui-color-primary-dark);
660
661
  --mdui-color-background-light: var(--mdui-color-background-light);
@@ -667,4 +668,4 @@ mdui-text-field::part(input) {
667
668
  form.mode-edit { --label-width: 0em; }
668
669
  .property-instance { margin-bottom:14px; }
669
670
  .mode-edit .property-instance *[required]::part(icon) { align-self: flex-start; padding-top: 0.7em; }
670
- .mode-edit .property-instance *[required]::part(icon)::before { color: red; content: '\\2736'; font-size: 0.6em; }`;class Q1 extends Dm{constructor(){super(X1)}createDefaultTemplate(e,t,r,n,s){n.classList.add("editor"),s?.datatype?n.shaclDatatype=s.datatype:t instanceof gi&&(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 no&&(n.dataset.nodeKind=Ae+"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 l=document.createElement("label");l.htmlFor=n.id,l.innerText=e,a.appendChild(l)}return a.appendChild(n),a}createTextEditor(e,t,r,n){const s=new Te;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 Te;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!==vr+"integer"&&s.setAttribute("step","0.1"),this.createDefaultTemplate("",t,r,s,n)}createListEditor(e,t,r,n,s){const o=new pt;o.dense=!0,o.clearable=!0;const a=this.createDefaultTemplate(e,null,r,o,s),l=document.createElement("ul"),c=(d,f)=>{const g=document.createElement("li");let y="";if(typeof d.value=="string"?y=d.value:y=d.value.id,g.innerText=d.label?d.label:y,g.dataset.value=y,f.appendChild(g),d.children?.length){const b=document.createElement("ul");g.appendChild(b);for(const _ of d.children)c(_,b)}};for(const d of n)c(d,l);return o.appendChild(l),t&&(o.value=t.value),a}createBooleanEditor(e,t,r,n){const s=new gt,o=this.createDefaultTemplate("",t,r,s,n);return s.removeAttribute("required"),t instanceof gi&&(s.checked=t.value==="true"),s.innerText=e,o}createDateEditor(e,t,r,n){const s=new Te;s.variant="outlined",s.helper=n?.description?.value||n?.label||"",n.datatype?.value===vr+"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===vr+"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 l of n.languageIn){const c=document.createElement("option");c.innerText=l.value,a.appendChild(c)}}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",l=>{l.stopPropagation(),o&&(o.dataset.lang=a.value,o.dispatchEvent(new Event("change",{bubbles:!0})))}),t instanceof gi&&(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 Ui,r.classList.add("primary")):(r=new Ui,r.classList.add("secondary")),r.innerHTML=e,r}}class Y1 extends C0{constructor(){super(new Q1)}}window.customElements.define("shacl-form",Y1);export{Qu as Config,my as Loader,o_ as Plugin,Y1 as ShaclForm,Nm as ShaclPropertyTemplate,Dm as Theme,uo as findLabel,Bm as registerPlugin,gy as setSharedShapesGraph};
671
+ .mode-edit .property-instance *[required]::part(icon)::before { color: red; content: '\\2736'; font-size: 0.6em; }`;class Y1 extends Om{constructor(){super(Q1)}createDefaultTemplate(e,t,r,n,s){n.classList.add("editor"),s?.datatype?n.shaclDatatype=s.datatype:t instanceof ai&&(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 no&&(n.dataset.nodeKind=Ae+"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 l=document.createElement("label");l.htmlFor=n.id,l.innerText=e,a.appendChild(l)}return a.appendChild(n),a}createTextEditor(e,t,r,n){const s=new Te;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 Te;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!==tr+"integer"&&s.setAttribute("step","0.1"),this.createDefaultTemplate("",t,r,s,n)}createListEditor(e,t,r,n,s){const o=new pt;o.clearable=!0;const a=this.createDefaultTemplate(e,null,r,o,s),l=document.createElement("ul");let c=!0;const d=(f,g)=>{const y=document.createElement("li");if(typeof f.value=="string"?(y.dataset.value=f.value,y.innerText=f.label?f.label:f.value):(f.value instanceof ai&&f.value.datatype.equals(Rm)?y.dataset.value=f.value.value:y.dataset.value=f.value.id,y.innerText=f.label?f.label:f.value.value),g.appendChild(y),f.children?.length){c=!1;const b=document.createElement("ul");y.appendChild(b);for(const _ of f.children)d(_,b)}};for(const f of n)d(f,l);return c||(o.collapse=!0),o.appendChild(l),t&&(o.value=t.value),a}createBooleanEditor(e,t,r,n){const s=new gt,o=this.createDefaultTemplate("",t,r,s,n);return s.removeAttribute("required"),t instanceof ai&&(s.checked=t.value==="true"),s.innerText=e,o}createDateEditor(e,t,r,n){const s=new Te;s.variant="outlined",s.helper=n?.description?.value||n?.label||"",n.datatype?.value===tr+"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===tr+"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 l of n.languageIn){const c=document.createElement("option");c.innerText=l.value,a.appendChild(c)}}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",l=>{l.stopPropagation(),o&&(o.dataset.lang=a.value,o.dispatchEvent(new Event("change",{bubbles:!0})))}),t instanceof ai&&(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 Ui,r.classList.add("primary")):(r=new Ui,r.classList.add("secondary")),r.innerHTML=e,r}}class Z1 extends A0{constructor(){super(new Y1)}}window.customElements.define("shacl-form",Z1);export{Qu as Config,gy as Loader,a_ as Plugin,Z1 as ShaclForm,Lm as ShaclPropertyTemplate,Om as Theme,uo as findLabel,Fm as registerPlugin,yy as setSharedShapesGraph};