@ulb-darmstadt/shacl-form 2.0.0-rc5 → 2.0.0-rc6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/bundle.js +41 -38
  2. package/package.json +2 -2
package/dist/bundle.js CHANGED
@@ -3,7 +3,7 @@ var ki=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"
3
3
  *
4
4
  * @author Feross Aboukhadijeh <https://feross.org>
5
5
  * @license MIT
6
- */var Ju;function In(){return Ju||(Ju=1,(function(i){const e=dg(),n=hg(),r=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;i.Buffer=u,i.SlowBuffer=R,i.INSPECT_MAX_BYTES=50;const o=2147483647;i.kMaxLength=o,u.TYPED_ARRAY_SUPPORT=a(),!u.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 a(){try{const C=new Uint8Array(1),v={foo:function(){return 42}};return Object.setPrototypeOf(v,Uint8Array.prototype),Object.setPrototypeOf(C,v),C.foo()===42}catch{return!1}}Object.defineProperty(u.prototype,"parent",{enumerable:!0,get:function(){if(u.isBuffer(this))return this.buffer}}),Object.defineProperty(u.prototype,"offset",{enumerable:!0,get:function(){if(u.isBuffer(this))return this.byteOffset}});function l(C){if(C>o)throw new RangeError('The value "'+C+'" is invalid for option "size"');const v=new Uint8Array(C);return Object.setPrototypeOf(v,u.prototype),v}function u(C,v,w){if(typeof C=="number"){if(typeof v=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return _(C)}return f(C,v,w)}u.poolSize=8192;function f(C,v,w){if(typeof C=="string")return d(C,v);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(ve(C,ArrayBuffer)||C&&ve(C.buffer,ArrayBuffer)||typeof SharedArrayBuffer<"u"&&(ve(C,SharedArrayBuffer)||C&&ve(C.buffer,SharedArrayBuffer)))return T(C,v,w);if(typeof C=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');const H=C.valueOf&&C.valueOf();if(H!=null&&H!==C)return u.from(H,v,w);const re=N(C);if(re)return re;if(typeof Symbol<"u"&&Symbol.toPrimitive!=null&&typeof C[Symbol.toPrimitive]=="function")return u.from(C[Symbol.toPrimitive]("string"),v,w);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof C)}u.from=function(C,v,w){return f(C,v,w)},Object.setPrototypeOf(u.prototype,Uint8Array.prototype),Object.setPrototypeOf(u,Uint8Array);function h(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 g(C,v,w){return h(C),C<=0?l(C):v!==void 0?typeof w=="string"?l(C).fill(v,w):l(C).fill(v):l(C)}u.alloc=function(C,v,w){return g(C,v,w)};function _(C){return h(C),l(C<0?0:A(C)|0)}u.allocUnsafe=function(C){return _(C)},u.allocUnsafeSlow=function(C){return _(C)};function d(C,v){if((typeof v!="string"||v==="")&&(v="utf8"),!u.isEncoding(v))throw new TypeError("Unknown encoding: "+v);const w=S(C,v)|0;let H=l(w);const re=H.write(C,v);return re!==w&&(H=H.slice(0,re)),H}function m(C){const v=C.length<0?0:A(C.length)|0,w=l(v);for(let H=0;H<v;H+=1)w[H]=C[H]&255;return w}function b(C){if(ve(C,Uint8Array)){const v=new Uint8Array(C);return T(v.buffer,v.byteOffset,v.byteLength)}return m(C)}function T(C,v,w){if(v<0||C.byteLength<v)throw new RangeError('"offset" is outside of buffer bounds');if(C.byteLength<v+(w||0))throw new RangeError('"length" is outside of buffer bounds');let H;return v===void 0&&w===void 0?H=new Uint8Array(C):w===void 0?H=new Uint8Array(C,v):H=new Uint8Array(C,v,w),Object.setPrototypeOf(H,u.prototype),H}function N(C){if(u.isBuffer(C)){const v=A(C.length)|0,w=l(v);return w.length===0||C.copy(w,0,0,v),w}if(C.length!==void 0)return typeof C.length!="number"||Be(C.length)?l(0):m(C);if(C.type==="Buffer"&&Array.isArray(C.data))return m(C.data)}function A(C){if(C>=o)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+o.toString(16)+" bytes");return C|0}function R(C){return+C!=C&&(C=0),u.alloc(+C)}u.isBuffer=function(v){return v!=null&&v._isBuffer===!0&&v!==u.prototype},u.compare=function(v,w){if(ve(v,Uint8Array)&&(v=u.from(v,v.offset,v.byteLength)),ve(w,Uint8Array)&&(w=u.from(w,w.offset,w.byteLength)),!u.isBuffer(v)||!u.isBuffer(w))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(v===w)return 0;let H=v.length,re=w.length;for(let _e=0,we=Math.min(H,re);_e<we;++_e)if(v[_e]!==w[_e]){H=v[_e],re=w[_e];break}return H<re?-1:re<H?1:0},u.isEncoding=function(v){switch(String(v).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}},u.concat=function(v,w){if(!Array.isArray(v))throw new TypeError('"list" argument must be an Array of Buffers');if(v.length===0)return u.alloc(0);let H;if(w===void 0)for(w=0,H=0;H<v.length;++H)w+=v[H].length;const re=u.allocUnsafe(w);let _e=0;for(H=0;H<v.length;++H){let we=v[H];if(ve(we,Uint8Array))_e+we.length>re.length?(u.isBuffer(we)||(we=u.from(we)),we.copy(re,_e)):Uint8Array.prototype.set.call(re,we,_e);else if(u.isBuffer(we))we.copy(re,_e);else throw new TypeError('"list" argument must be an Array of Buffers');_e+=we.length}return re};function S(C,v){if(u.isBuffer(C))return C.length;if(ArrayBuffer.isView(C)||ve(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 w=C.length,H=arguments.length>2&&arguments[2]===!0;if(!H&&w===0)return 0;let re=!1;for(;;)switch(v){case"ascii":case"latin1":case"binary":return w;case"utf8":case"utf-8":return Se(C).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return w*2;case"hex":return w>>>1;case"base64":return be(C).length;default:if(re)return H?-1:Se(C).length;v=(""+v).toLowerCase(),re=!0}}u.byteLength=S;function y(C,v,w){let H=!1;if((v===void 0||v<0)&&(v=0),v>this.length||((w===void 0||w>this.length)&&(w=this.length),w<=0)||(w>>>=0,v>>>=0,w<=v))return"";for(C||(C="utf8");;)switch(C){case"hex":return ae(this,v,w);case"utf8":case"utf-8":return $(this,v,w);case"ascii":return oe(this,v,w);case"latin1":case"binary":return j(this,v,w);case"base64":return F(this,v,w);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return I(this,v,w);default:if(H)throw new TypeError("Unknown encoding: "+C);C=(C+"").toLowerCase(),H=!0}}u.prototype._isBuffer=!0;function x(C,v,w){const H=C[v];C[v]=C[w],C[w]=H}u.prototype.swap16=function(){const v=this.length;if(v%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(let w=0;w<v;w+=2)x(this,w,w+1);return this},u.prototype.swap32=function(){const v=this.length;if(v%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(let w=0;w<v;w+=4)x(this,w,w+3),x(this,w+1,w+2);return this},u.prototype.swap64=function(){const v=this.length;if(v%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(let w=0;w<v;w+=8)x(this,w,w+7),x(this,w+1,w+6),x(this,w+2,w+5),x(this,w+3,w+4);return this},u.prototype.toString=function(){const v=this.length;return v===0?"":arguments.length===0?$(this,0,v):y.apply(this,arguments)},u.prototype.toLocaleString=u.prototype.toString,u.prototype.equals=function(v){if(!u.isBuffer(v))throw new TypeError("Argument must be a Buffer");return this===v?!0:u.compare(this,v)===0},u.prototype.inspect=function(){let v="";const w=i.INSPECT_MAX_BYTES;return v=this.toString("hex",0,w).replace(/(.{2})/g,"$1 ").trim(),this.length>w&&(v+=" ... "),"<Buffer "+v+">"},r&&(u.prototype[r]=u.prototype.inspect),u.prototype.compare=function(v,w,H,re,_e){if(ve(v,Uint8Array)&&(v=u.from(v,v.offset,v.byteLength)),!u.isBuffer(v))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof v);if(w===void 0&&(w=0),H===void 0&&(H=v?v.length:0),re===void 0&&(re=0),_e===void 0&&(_e=this.length),w<0||H>v.length||re<0||_e>this.length)throw new RangeError("out of range index");if(re>=_e&&w>=H)return 0;if(re>=_e)return-1;if(w>=H)return 1;if(w>>>=0,H>>>=0,re>>>=0,_e>>>=0,this===v)return 0;let we=_e-re,De=H-w;const Ye=Math.min(we,De),Qe=this.slice(re,_e),We=v.slice(w,H);for(let Ze=0;Ze<Ye;++Ze)if(Qe[Ze]!==We[Ze]){we=Qe[Ze],De=We[Ze];break}return we<De?-1:De<we?1:0};function M(C,v,w,H,re){if(C.length===0)return-1;if(typeof w=="string"?(H=w,w=0):w>2147483647?w=2147483647:w<-2147483648&&(w=-2147483648),w=+w,Be(w)&&(w=re?0:C.length-1),w<0&&(w=C.length+w),w>=C.length){if(re)return-1;w=C.length-1}else if(w<0)if(re)w=0;else return-1;if(typeof v=="string"&&(v=u.from(v,H)),u.isBuffer(v))return v.length===0?-1:U(C,v,w,H,re);if(typeof v=="number")return v=v&255,typeof Uint8Array.prototype.indexOf=="function"?re?Uint8Array.prototype.indexOf.call(C,v,w):Uint8Array.prototype.lastIndexOf.call(C,v,w):U(C,[v],w,H,re);throw new TypeError("val must be string, number or Buffer")}function U(C,v,w,H,re){let _e=1,we=C.length,De=v.length;if(H!==void 0&&(H=String(H).toLowerCase(),H==="ucs2"||H==="ucs-2"||H==="utf16le"||H==="utf-16le")){if(C.length<2||v.length<2)return-1;_e=2,we/=2,De/=2,w/=2}function Ye(We,Ze){return _e===1?We[Ze]:We.readUInt16BE(Ze*_e)}let Qe;if(re){let We=-1;for(Qe=w;Qe<we;Qe++)if(Ye(C,Qe)===Ye(v,We===-1?0:Qe-We)){if(We===-1&&(We=Qe),Qe-We+1===De)return We*_e}else We!==-1&&(Qe-=Qe-We),We=-1}else for(w+De>we&&(w=we-De),Qe=w;Qe>=0;Qe--){let We=!0;for(let Ze=0;Ze<De;Ze++)if(Ye(C,Qe+Ze)!==Ye(v,Ze)){We=!1;break}if(We)return Qe}return-1}u.prototype.includes=function(v,w,H){return this.indexOf(v,w,H)!==-1},u.prototype.indexOf=function(v,w,H){return M(this,v,w,H,!0)},u.prototype.lastIndexOf=function(v,w,H){return M(this,v,w,H,!1)};function O(C,v,w,H){w=Number(w)||0;const re=C.length-w;H?(H=Number(H),H>re&&(H=re)):H=re;const _e=v.length;H>_e/2&&(H=_e/2);let we;for(we=0;we<H;++we){const De=parseInt(v.substr(we*2,2),16);if(Be(De))return we;C[w+we]=De}return we}function Q(C,v,w,H){return Ne(Se(v,C.length-w),C,w,H)}function D(C,v,w,H){return Ne(Ie(v),C,w,H)}function B(C,v,w,H){return Ne(be(v),C,w,H)}function X(C,v,w,H){return Ne(se(v,C.length-w),C,w,H)}u.prototype.write=function(v,w,H,re){if(w===void 0)re="utf8",H=this.length,w=0;else if(H===void 0&&typeof w=="string")re=w,H=this.length,w=0;else if(isFinite(w))w=w>>>0,isFinite(H)?(H=H>>>0,re===void 0&&(re="utf8")):(re=H,H=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");const _e=this.length-w;if((H===void 0||H>_e)&&(H=_e),v.length>0&&(H<0||w<0)||w>this.length)throw new RangeError("Attempt to write outside buffer bounds");re||(re="utf8");let we=!1;for(;;)switch(re){case"hex":return O(this,v,w,H);case"utf8":case"utf-8":return Q(this,v,w,H);case"ascii":case"latin1":case"binary":return D(this,v,w,H);case"base64":return B(this,v,w,H);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return X(this,v,w,H);default:if(we)throw new TypeError("Unknown encoding: "+re);re=(""+re).toLowerCase(),we=!0}},u.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function F(C,v,w){return v===0&&w===C.length?e.fromByteArray(C):e.fromByteArray(C.slice(v,w))}function $(C,v,w){w=Math.min(C.length,w);const H=[];let re=v;for(;re<w;){const _e=C[re];let we=null,De=_e>239?4:_e>223?3:_e>191?2:1;if(re+De<=w){let Ye,Qe,We,Ze;switch(De){case 1:_e<128&&(we=_e);break;case 2:Ye=C[re+1],(Ye&192)===128&&(Ze=(_e&31)<<6|Ye&63,Ze>127&&(we=Ze));break;case 3:Ye=C[re+1],Qe=C[re+2],(Ye&192)===128&&(Qe&192)===128&&(Ze=(_e&15)<<12|(Ye&63)<<6|Qe&63,Ze>2047&&(Ze<55296||Ze>57343)&&(we=Ze));break;case 4:Ye=C[re+1],Qe=C[re+2],We=C[re+3],(Ye&192)===128&&(Qe&192)===128&&(We&192)===128&&(Ze=(_e&15)<<18|(Ye&63)<<12|(Qe&63)<<6|We&63,Ze>65535&&Ze<1114112&&(we=Ze))}}we===null?(we=65533,De=1):we>65535&&(we-=65536,H.push(we>>>10&1023|55296),we=56320|we&1023),H.push(we),re+=De}return k(H)}const ue=4096;function k(C){const v=C.length;if(v<=ue)return String.fromCharCode.apply(String,C);let w="",H=0;for(;H<v;)w+=String.fromCharCode.apply(String,C.slice(H,H+=ue));return w}function oe(C,v,w){let H="";w=Math.min(C.length,w);for(let re=v;re<w;++re)H+=String.fromCharCode(C[re]&127);return H}function j(C,v,w){let H="";w=Math.min(C.length,w);for(let re=v;re<w;++re)H+=String.fromCharCode(C[re]);return H}function ae(C,v,w){const H=C.length;(!v||v<0)&&(v=0),(!w||w<0||w>H)&&(w=H);let re="";for(let _e=v;_e<w;++_e)re+=gt[C[_e]];return re}function I(C,v,w){const H=C.slice(v,w);let re="";for(let _e=0;_e<H.length-1;_e+=2)re+=String.fromCharCode(H[_e]+H[_e+1]*256);return re}u.prototype.slice=function(v,w){const H=this.length;v=~~v,w=w===void 0?H:~~w,v<0?(v+=H,v<0&&(v=0)):v>H&&(v=H),w<0?(w+=H,w<0&&(w=0)):w>H&&(w=H),w<v&&(w=v);const re=this.subarray(v,w);return Object.setPrototypeOf(re,u.prototype),re};function Z(C,v,w){if(C%1!==0||C<0)throw new RangeError("offset is not uint");if(C+v>w)throw new RangeError("Trying to access beyond buffer length")}u.prototype.readUintLE=u.prototype.readUIntLE=function(v,w,H){v=v>>>0,w=w>>>0,H||Z(v,w,this.length);let re=this[v],_e=1,we=0;for(;++we<w&&(_e*=256);)re+=this[v+we]*_e;return re},u.prototype.readUintBE=u.prototype.readUIntBE=function(v,w,H){v=v>>>0,w=w>>>0,H||Z(v,w,this.length);let re=this[v+--w],_e=1;for(;w>0&&(_e*=256);)re+=this[v+--w]*_e;return re},u.prototype.readUint8=u.prototype.readUInt8=function(v,w){return v=v>>>0,w||Z(v,1,this.length),this[v]},u.prototype.readUint16LE=u.prototype.readUInt16LE=function(v,w){return v=v>>>0,w||Z(v,2,this.length),this[v]|this[v+1]<<8},u.prototype.readUint16BE=u.prototype.readUInt16BE=function(v,w){return v=v>>>0,w||Z(v,2,this.length),this[v]<<8|this[v+1]},u.prototype.readUint32LE=u.prototype.readUInt32LE=function(v,w){return v=v>>>0,w||Z(v,4,this.length),(this[v]|this[v+1]<<8|this[v+2]<<16)+this[v+3]*16777216},u.prototype.readUint32BE=u.prototype.readUInt32BE=function(v,w){return v=v>>>0,w||Z(v,4,this.length),this[v]*16777216+(this[v+1]<<16|this[v+2]<<8|this[v+3])},u.prototype.readBigUInt64LE=$e(function(v){v=v>>>0,q(v,"offset");const w=this[v],H=this[v+7];(w===void 0||H===void 0)&&te(v,this.length-8);const re=w+this[++v]*2**8+this[++v]*2**16+this[++v]*2**24,_e=this[++v]+this[++v]*2**8+this[++v]*2**16+H*2**24;return BigInt(re)+(BigInt(_e)<<BigInt(32))}),u.prototype.readBigUInt64BE=$e(function(v){v=v>>>0,q(v,"offset");const w=this[v],H=this[v+7];(w===void 0||H===void 0)&&te(v,this.length-8);const re=w*2**24+this[++v]*2**16+this[++v]*2**8+this[++v],_e=this[++v]*2**24+this[++v]*2**16+this[++v]*2**8+H;return(BigInt(re)<<BigInt(32))+BigInt(_e)}),u.prototype.readIntLE=function(v,w,H){v=v>>>0,w=w>>>0,H||Z(v,w,this.length);let re=this[v],_e=1,we=0;for(;++we<w&&(_e*=256);)re+=this[v+we]*_e;return _e*=128,re>=_e&&(re-=Math.pow(2,8*w)),re},u.prototype.readIntBE=function(v,w,H){v=v>>>0,w=w>>>0,H||Z(v,w,this.length);let re=w,_e=1,we=this[v+--re];for(;re>0&&(_e*=256);)we+=this[v+--re]*_e;return _e*=128,we>=_e&&(we-=Math.pow(2,8*w)),we},u.prototype.readInt8=function(v,w){return v=v>>>0,w||Z(v,1,this.length),this[v]&128?(255-this[v]+1)*-1:this[v]},u.prototype.readInt16LE=function(v,w){v=v>>>0,w||Z(v,2,this.length);const H=this[v]|this[v+1]<<8;return H&32768?H|4294901760:H},u.prototype.readInt16BE=function(v,w){v=v>>>0,w||Z(v,2,this.length);const H=this[v+1]|this[v]<<8;return H&32768?H|4294901760:H},u.prototype.readInt32LE=function(v,w){return v=v>>>0,w||Z(v,4,this.length),this[v]|this[v+1]<<8|this[v+2]<<16|this[v+3]<<24},u.prototype.readInt32BE=function(v,w){return v=v>>>0,w||Z(v,4,this.length),this[v]<<24|this[v+1]<<16|this[v+2]<<8|this[v+3]},u.prototype.readBigInt64LE=$e(function(v){v=v>>>0,q(v,"offset");const w=this[v],H=this[v+7];(w===void 0||H===void 0)&&te(v,this.length-8);const re=this[v+4]+this[v+5]*2**8+this[v+6]*2**16+(H<<24);return(BigInt(re)<<BigInt(32))+BigInt(w+this[++v]*2**8+this[++v]*2**16+this[++v]*2**24)}),u.prototype.readBigInt64BE=$e(function(v){v=v>>>0,q(v,"offset");const w=this[v],H=this[v+7];(w===void 0||H===void 0)&&te(v,this.length-8);const re=(w<<24)+this[++v]*2**16+this[++v]*2**8+this[++v];return(BigInt(re)<<BigInt(32))+BigInt(this[++v]*2**24+this[++v]*2**16+this[++v]*2**8+H)}),u.prototype.readFloatLE=function(v,w){return v=v>>>0,w||Z(v,4,this.length),n.read(this,v,!0,23,4)},u.prototype.readFloatBE=function(v,w){return v=v>>>0,w||Z(v,4,this.length),n.read(this,v,!1,23,4)},u.prototype.readDoubleLE=function(v,w){return v=v>>>0,w||Z(v,8,this.length),n.read(this,v,!0,52,8)},u.prototype.readDoubleBE=function(v,w){return v=v>>>0,w||Z(v,8,this.length),n.read(this,v,!1,52,8)};function ie(C,v,w,H,re,_e){if(!u.isBuffer(C))throw new TypeError('"buffer" argument must be a Buffer instance');if(v>re||v<_e)throw new RangeError('"value" argument is out of bounds');if(w+H>C.length)throw new RangeError("Index out of range")}u.prototype.writeUintLE=u.prototype.writeUIntLE=function(v,w,H,re){if(v=+v,w=w>>>0,H=H>>>0,!re){const De=Math.pow(2,8*H)-1;ie(this,v,w,H,De,0)}let _e=1,we=0;for(this[w]=v&255;++we<H&&(_e*=256);)this[w+we]=v/_e&255;return w+H},u.prototype.writeUintBE=u.prototype.writeUIntBE=function(v,w,H,re){if(v=+v,w=w>>>0,H=H>>>0,!re){const De=Math.pow(2,8*H)-1;ie(this,v,w,H,De,0)}let _e=H-1,we=1;for(this[w+_e]=v&255;--_e>=0&&(we*=256);)this[w+_e]=v/we&255;return w+H},u.prototype.writeUint8=u.prototype.writeUInt8=function(v,w,H){return v=+v,w=w>>>0,H||ie(this,v,w,1,255,0),this[w]=v&255,w+1},u.prototype.writeUint16LE=u.prototype.writeUInt16LE=function(v,w,H){return v=+v,w=w>>>0,H||ie(this,v,w,2,65535,0),this[w]=v&255,this[w+1]=v>>>8,w+2},u.prototype.writeUint16BE=u.prototype.writeUInt16BE=function(v,w,H){return v=+v,w=w>>>0,H||ie(this,v,w,2,65535,0),this[w]=v>>>8,this[w+1]=v&255,w+2},u.prototype.writeUint32LE=u.prototype.writeUInt32LE=function(v,w,H){return v=+v,w=w>>>0,H||ie(this,v,w,4,4294967295,0),this[w+3]=v>>>24,this[w+2]=v>>>16,this[w+1]=v>>>8,this[w]=v&255,w+4},u.prototype.writeUint32BE=u.prototype.writeUInt32BE=function(v,w,H){return v=+v,w=w>>>0,H||ie(this,v,w,4,4294967295,0),this[w]=v>>>24,this[w+1]=v>>>16,this[w+2]=v>>>8,this[w+3]=v&255,w+4};function ee(C,v,w,H,re){Te(v,H,re,C,w,7);let _e=Number(v&BigInt(4294967295));C[w++]=_e,_e=_e>>8,C[w++]=_e,_e=_e>>8,C[w++]=_e,_e=_e>>8,C[w++]=_e;let we=Number(v>>BigInt(32)&BigInt(4294967295));return C[w++]=we,we=we>>8,C[w++]=we,we=we>>8,C[w++]=we,we=we>>8,C[w++]=we,w}function me(C,v,w,H,re){Te(v,H,re,C,w,7);let _e=Number(v&BigInt(4294967295));C[w+7]=_e,_e=_e>>8,C[w+6]=_e,_e=_e>>8,C[w+5]=_e,_e=_e>>8,C[w+4]=_e;let we=Number(v>>BigInt(32)&BigInt(4294967295));return C[w+3]=we,we=we>>8,C[w+2]=we,we=we>>8,C[w+1]=we,we=we>>8,C[w]=we,w+8}u.prototype.writeBigUInt64LE=$e(function(v,w=0){return ee(this,v,w,BigInt(0),BigInt("0xffffffffffffffff"))}),u.prototype.writeBigUInt64BE=$e(function(v,w=0){return me(this,v,w,BigInt(0),BigInt("0xffffffffffffffff"))}),u.prototype.writeIntLE=function(v,w,H,re){if(v=+v,w=w>>>0,!re){const Ye=Math.pow(2,8*H-1);ie(this,v,w,H,Ye-1,-Ye)}let _e=0,we=1,De=0;for(this[w]=v&255;++_e<H&&(we*=256);)v<0&&De===0&&this[w+_e-1]!==0&&(De=1),this[w+_e]=(v/we>>0)-De&255;return w+H},u.prototype.writeIntBE=function(v,w,H,re){if(v=+v,w=w>>>0,!re){const Ye=Math.pow(2,8*H-1);ie(this,v,w,H,Ye-1,-Ye)}let _e=H-1,we=1,De=0;for(this[w+_e]=v&255;--_e>=0&&(we*=256);)v<0&&De===0&&this[w+_e+1]!==0&&(De=1),this[w+_e]=(v/we>>0)-De&255;return w+H},u.prototype.writeInt8=function(v,w,H){return v=+v,w=w>>>0,H||ie(this,v,w,1,127,-128),v<0&&(v=255+v+1),this[w]=v&255,w+1},u.prototype.writeInt16LE=function(v,w,H){return v=+v,w=w>>>0,H||ie(this,v,w,2,32767,-32768),this[w]=v&255,this[w+1]=v>>>8,w+2},u.prototype.writeInt16BE=function(v,w,H){return v=+v,w=w>>>0,H||ie(this,v,w,2,32767,-32768),this[w]=v>>>8,this[w+1]=v&255,w+2},u.prototype.writeInt32LE=function(v,w,H){return v=+v,w=w>>>0,H||ie(this,v,w,4,2147483647,-2147483648),this[w]=v&255,this[w+1]=v>>>8,this[w+2]=v>>>16,this[w+3]=v>>>24,w+4},u.prototype.writeInt32BE=function(v,w,H){return v=+v,w=w>>>0,H||ie(this,v,w,4,2147483647,-2147483648),v<0&&(v=4294967295+v+1),this[w]=v>>>24,this[w+1]=v>>>16,this[w+2]=v>>>8,this[w+3]=v&255,w+4},u.prototype.writeBigInt64LE=$e(function(v,w=0){return ee(this,v,w,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))}),u.prototype.writeBigInt64BE=$e(function(v,w=0){return me(this,v,w,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))});function W(C,v,w,H,re,_e){if(w+H>C.length)throw new RangeError("Index out of range");if(w<0)throw new RangeError("Index out of range")}function G(C,v,w,H,re){return v=+v,w=w>>>0,re||W(C,v,w,4),n.write(C,v,w,H,23,4),w+4}u.prototype.writeFloatLE=function(v,w,H){return G(this,v,w,!0,H)},u.prototype.writeFloatBE=function(v,w,H){return G(this,v,w,!1,H)};function Y(C,v,w,H,re){return v=+v,w=w>>>0,re||W(C,v,w,8),n.write(C,v,w,H,52,8),w+8}u.prototype.writeDoubleLE=function(v,w,H){return Y(this,v,w,!0,H)},u.prototype.writeDoubleBE=function(v,w,H){return Y(this,v,w,!1,H)},u.prototype.copy=function(v,w,H,re){if(!u.isBuffer(v))throw new TypeError("argument should be a Buffer");if(H||(H=0),!re&&re!==0&&(re=this.length),w>=v.length&&(w=v.length),w||(w=0),re>0&&re<H&&(re=H),re===H||v.length===0||this.length===0)return 0;if(w<0)throw new RangeError("targetStart out of bounds");if(H<0||H>=this.length)throw new RangeError("Index out of range");if(re<0)throw new RangeError("sourceEnd out of bounds");re>this.length&&(re=this.length),v.length-w<re-H&&(re=v.length-w+H);const _e=re-H;return this===v&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(w,H,re):Uint8Array.prototype.set.call(v,this.subarray(H,re),w),_e},u.prototype.fill=function(v,w,H,re){if(typeof v=="string"){if(typeof w=="string"?(re=w,w=0,H=this.length):typeof H=="string"&&(re=H,H=this.length),re!==void 0&&typeof re!="string")throw new TypeError("encoding must be a string");if(typeof re=="string"&&!u.isEncoding(re))throw new TypeError("Unknown encoding: "+re);if(v.length===1){const we=v.charCodeAt(0);(re==="utf8"&&we<128||re==="latin1")&&(v=we)}}else typeof v=="number"?v=v&255:typeof v=="boolean"&&(v=Number(v));if(w<0||this.length<w||this.length<H)throw new RangeError("Out of range index");if(H<=w)return this;w=w>>>0,H=H===void 0?this.length:H>>>0,v||(v=0);let _e;if(typeof v=="number")for(_e=w;_e<H;++_e)this[_e]=v;else{const we=u.isBuffer(v)?v:u.from(v,re),De=we.length;if(De===0)throw new TypeError('The value "'+v+'" is invalid for argument "value"');for(_e=0;_e<H-w;++_e)this[_e+w]=we[_e%De]}return this};const K={};function le(C,v,w){K[C]=class extends w{constructor(){super(),Object.defineProperty(this,"message",{value:v.apply(this,arguments),writable:!0,configurable:!0}),this.name=`${this.name} [${C}]`,this.stack,delete this.name}get code(){return C}set code(re){Object.defineProperty(this,"code",{configurable:!0,enumerable:!0,value:re,writable:!0})}toString(){return`${this.name} [${C}]: ${this.message}`}}}le("ERR_BUFFER_OUT_OF_BOUNDS",function(C){return C?`${C} is outside of buffer bounds`:"Attempt to access memory outside buffer bounds"},RangeError),le("ERR_INVALID_ARG_TYPE",function(C,v){return`The "${C}" argument must be of type number. Received type ${typeof v}`},TypeError),le("ERR_OUT_OF_RANGE",function(C,v,w){let H=`The value of "${C}" is out of range.`,re=w;return Number.isInteger(w)&&Math.abs(w)>2**32?re=ce(String(w)):typeof w=="bigint"&&(re=String(w),(w>BigInt(2)**BigInt(32)||w<-(BigInt(2)**BigInt(32)))&&(re=ce(re)),re+="n"),H+=` It must be ${v}. Received ${re}`,H},RangeError);function ce(C){let v="",w=C.length;const H=C[0]==="-"?1:0;for(;w>=H+4;w-=3)v=`_${C.slice(w-3,w)}${v}`;return`${C.slice(0,w)}${v}`}function Ee(C,v,w){q(v,"offset"),(C[v]===void 0||C[v+w]===void 0)&&te(v,C.length-(w+1))}function Te(C,v,w,H,re,_e){if(C>w||C<v){const we=typeof v=="bigint"?"n":"";let De;throw v===0||v===BigInt(0)?De=`>= 0${we} and < 2${we} ** ${(_e+1)*8}${we}`:De=`>= -(2${we} ** ${(_e+1)*8-1}${we}) and < 2 ** ${(_e+1)*8-1}${we}`,new K.ERR_OUT_OF_RANGE("value",De,C)}Ee(H,re,_e)}function q(C,v){if(typeof C!="number")throw new K.ERR_INVALID_ARG_TYPE(v,"number",C)}function te(C,v,w){throw Math.floor(C)!==C?(q(C,w),new K.ERR_OUT_OF_RANGE("offset","an integer",C)):v<0?new K.ERR_BUFFER_OUT_OF_BOUNDS:new K.ERR_OUT_OF_RANGE("offset",`>= 0 and <= ${v}`,C)}const fe=/[^+/0-9A-Za-z-_]/g;function xe(C){if(C=C.split("=")[0],C=C.trim().replace(fe,""),C.length<2)return"";for(;C.length%4!==0;)C=C+"=";return C}function Se(C,v){v=v||1/0;let w;const H=C.length;let re=null;const _e=[];for(let we=0;we<H;++we){if(w=C.charCodeAt(we),w>55295&&w<57344){if(!re){if(w>56319){(v-=3)>-1&&_e.push(239,191,189);continue}else if(we+1===H){(v-=3)>-1&&_e.push(239,191,189);continue}re=w;continue}if(w<56320){(v-=3)>-1&&_e.push(239,191,189),re=w;continue}w=(re-55296<<10|w-56320)+65536}else re&&(v-=3)>-1&&_e.push(239,191,189);if(re=null,w<128){if((v-=1)<0)break;_e.push(w)}else if(w<2048){if((v-=2)<0)break;_e.push(w>>6|192,w&63|128)}else if(w<65536){if((v-=3)<0)break;_e.push(w>>12|224,w>>6&63|128,w&63|128)}else if(w<1114112){if((v-=4)<0)break;_e.push(w>>18|240,w>>12&63|128,w>>6&63|128,w&63|128)}else throw new Error("Invalid code point")}return _e}function Ie(C){const v=[];for(let w=0;w<C.length;++w)v.push(C.charCodeAt(w)&255);return v}function se(C,v){let w,H,re;const _e=[];for(let we=0;we<C.length&&!((v-=2)<0);++we)w=C.charCodeAt(we),H=w>>8,re=w%256,_e.push(re),_e.push(H);return _e}function be(C){return e.toByteArray(xe(C))}function Ne(C,v,w,H){let re;for(re=0;re<H&&!(re+w>=v.length||re>=C.length);++re)v[re+w]=C[re];return re}function ve(C,v){return C instanceof v||C!=null&&C.constructor!=null&&C.constructor.name!=null&&C.constructor.name===v.name}function Be(C){return C!==C}const gt=(function(){const C="0123456789abcdef",v=new Array(256);for(let w=0;w<16;++w){const H=w*16;for(let re=0;re<16;++re)v[H+re]=C[w]+C[re]}return v})();function $e(C){return typeof BigInt>"u"?ht:C}function ht(){throw new Error("BigInt not supported")}})(Io)),Io}var fg=In();const ar="http://www.w3.org/1999/02/22-rdf-syntax-ns#",lr="http://www.w3.org/2001/XMLSchema#",fs="http://www.w3.org/2000/10/swap/",Tt={xsd:{decimal:`${lr}decimal`,boolean:`${lr}boolean`,double:`${lr}double`,integer:`${lr}integer`,string:`${lr}string`},rdf:{type:`${ar}type`,nil:`${ar}nil`,first:`${ar}first`,rest:`${ar}rest`,langString:`${ar}langString`},owl:{sameAs:"http://www.w3.org/2002/07/owl#sameAs"},r:{forSome:`${fs}reify#forSome`,forAll:`${fs}reify#forAll`},log:{implies:`${fs}log#implies`,isImpliedBy:`${fs}log#isImpliedBy`}},{xsd:ps}=Tt,pg=/\\u([a-fA-F0-9]{4})|\\U([a-fA-F0-9]{8})|\\([^])/g,Ku={"\\":"\\","'":"'",'"':'"',n:`
6
+ */var Ju;function Nn(){return Ju||(Ju=1,(function(i){const e=dg(),n=hg(),r=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;i.Buffer=u,i.SlowBuffer=R,i.INSPECT_MAX_BYTES=50;const o=2147483647;i.kMaxLength=o,u.TYPED_ARRAY_SUPPORT=a(),!u.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 a(){try{const C=new Uint8Array(1),v={foo:function(){return 42}};return Object.setPrototypeOf(v,Uint8Array.prototype),Object.setPrototypeOf(C,v),C.foo()===42}catch{return!1}}Object.defineProperty(u.prototype,"parent",{enumerable:!0,get:function(){if(u.isBuffer(this))return this.buffer}}),Object.defineProperty(u.prototype,"offset",{enumerable:!0,get:function(){if(u.isBuffer(this))return this.byteOffset}});function l(C){if(C>o)throw new RangeError('The value "'+C+'" is invalid for option "size"');const v=new Uint8Array(C);return Object.setPrototypeOf(v,u.prototype),v}function u(C,v,w){if(typeof C=="number"){if(typeof v=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return _(C)}return f(C,v,w)}u.poolSize=8192;function f(C,v,w){if(typeof C=="string")return d(C,v);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(ve(C,ArrayBuffer)||C&&ve(C.buffer,ArrayBuffer)||typeof SharedArrayBuffer<"u"&&(ve(C,SharedArrayBuffer)||C&&ve(C.buffer,SharedArrayBuffer)))return T(C,v,w);if(typeof C=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');const H=C.valueOf&&C.valueOf();if(H!=null&&H!==C)return u.from(H,v,w);const re=N(C);if(re)return re;if(typeof Symbol<"u"&&Symbol.toPrimitive!=null&&typeof C[Symbol.toPrimitive]=="function")return u.from(C[Symbol.toPrimitive]("string"),v,w);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof C)}u.from=function(C,v,w){return f(C,v,w)},Object.setPrototypeOf(u.prototype,Uint8Array.prototype),Object.setPrototypeOf(u,Uint8Array);function h(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 g(C,v,w){return h(C),C<=0?l(C):v!==void 0?typeof w=="string"?l(C).fill(v,w):l(C).fill(v):l(C)}u.alloc=function(C,v,w){return g(C,v,w)};function _(C){return h(C),l(C<0?0:A(C)|0)}u.allocUnsafe=function(C){return _(C)},u.allocUnsafeSlow=function(C){return _(C)};function d(C,v){if((typeof v!="string"||v==="")&&(v="utf8"),!u.isEncoding(v))throw new TypeError("Unknown encoding: "+v);const w=S(C,v)|0;let H=l(w);const re=H.write(C,v);return re!==w&&(H=H.slice(0,re)),H}function m(C){const v=C.length<0?0:A(C.length)|0,w=l(v);for(let H=0;H<v;H+=1)w[H]=C[H]&255;return w}function b(C){if(ve(C,Uint8Array)){const v=new Uint8Array(C);return T(v.buffer,v.byteOffset,v.byteLength)}return m(C)}function T(C,v,w){if(v<0||C.byteLength<v)throw new RangeError('"offset" is outside of buffer bounds');if(C.byteLength<v+(w||0))throw new RangeError('"length" is outside of buffer bounds');let H;return v===void 0&&w===void 0?H=new Uint8Array(C):w===void 0?H=new Uint8Array(C,v):H=new Uint8Array(C,v,w),Object.setPrototypeOf(H,u.prototype),H}function N(C){if(u.isBuffer(C)){const v=A(C.length)|0,w=l(v);return w.length===0||C.copy(w,0,0,v),w}if(C.length!==void 0)return typeof C.length!="number"||Be(C.length)?l(0):m(C);if(C.type==="Buffer"&&Array.isArray(C.data))return m(C.data)}function A(C){if(C>=o)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+o.toString(16)+" bytes");return C|0}function R(C){return+C!=C&&(C=0),u.alloc(+C)}u.isBuffer=function(v){return v!=null&&v._isBuffer===!0&&v!==u.prototype},u.compare=function(v,w){if(ve(v,Uint8Array)&&(v=u.from(v,v.offset,v.byteLength)),ve(w,Uint8Array)&&(w=u.from(w,w.offset,w.byteLength)),!u.isBuffer(v)||!u.isBuffer(w))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(v===w)return 0;let H=v.length,re=w.length;for(let _e=0,we=Math.min(H,re);_e<we;++_e)if(v[_e]!==w[_e]){H=v[_e],re=w[_e];break}return H<re?-1:re<H?1:0},u.isEncoding=function(v){switch(String(v).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}},u.concat=function(v,w){if(!Array.isArray(v))throw new TypeError('"list" argument must be an Array of Buffers');if(v.length===0)return u.alloc(0);let H;if(w===void 0)for(w=0,H=0;H<v.length;++H)w+=v[H].length;const re=u.allocUnsafe(w);let _e=0;for(H=0;H<v.length;++H){let we=v[H];if(ve(we,Uint8Array))_e+we.length>re.length?(u.isBuffer(we)||(we=u.from(we)),we.copy(re,_e)):Uint8Array.prototype.set.call(re,we,_e);else if(u.isBuffer(we))we.copy(re,_e);else throw new TypeError('"list" argument must be an Array of Buffers');_e+=we.length}return re};function S(C,v){if(u.isBuffer(C))return C.length;if(ArrayBuffer.isView(C)||ve(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 w=C.length,H=arguments.length>2&&arguments[2]===!0;if(!H&&w===0)return 0;let re=!1;for(;;)switch(v){case"ascii":case"latin1":case"binary":return w;case"utf8":case"utf-8":return Se(C).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return w*2;case"hex":return w>>>1;case"base64":return be(C).length;default:if(re)return H?-1:Se(C).length;v=(""+v).toLowerCase(),re=!0}}u.byteLength=S;function y(C,v,w){let H=!1;if((v===void 0||v<0)&&(v=0),v>this.length||((w===void 0||w>this.length)&&(w=this.length),w<=0)||(w>>>=0,v>>>=0,w<=v))return"";for(C||(C="utf8");;)switch(C){case"hex":return ae(this,v,w);case"utf8":case"utf-8":return $(this,v,w);case"ascii":return oe(this,v,w);case"latin1":case"binary":return j(this,v,w);case"base64":return F(this,v,w);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return I(this,v,w);default:if(H)throw new TypeError("Unknown encoding: "+C);C=(C+"").toLowerCase(),H=!0}}u.prototype._isBuffer=!0;function x(C,v,w){const H=C[v];C[v]=C[w],C[w]=H}u.prototype.swap16=function(){const v=this.length;if(v%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(let w=0;w<v;w+=2)x(this,w,w+1);return this},u.prototype.swap32=function(){const v=this.length;if(v%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(let w=0;w<v;w+=4)x(this,w,w+3),x(this,w+1,w+2);return this},u.prototype.swap64=function(){const v=this.length;if(v%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(let w=0;w<v;w+=8)x(this,w,w+7),x(this,w+1,w+6),x(this,w+2,w+5),x(this,w+3,w+4);return this},u.prototype.toString=function(){const v=this.length;return v===0?"":arguments.length===0?$(this,0,v):y.apply(this,arguments)},u.prototype.toLocaleString=u.prototype.toString,u.prototype.equals=function(v){if(!u.isBuffer(v))throw new TypeError("Argument must be a Buffer");return this===v?!0:u.compare(this,v)===0},u.prototype.inspect=function(){let v="";const w=i.INSPECT_MAX_BYTES;return v=this.toString("hex",0,w).replace(/(.{2})/g,"$1 ").trim(),this.length>w&&(v+=" ... "),"<Buffer "+v+">"},r&&(u.prototype[r]=u.prototype.inspect),u.prototype.compare=function(v,w,H,re,_e){if(ve(v,Uint8Array)&&(v=u.from(v,v.offset,v.byteLength)),!u.isBuffer(v))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof v);if(w===void 0&&(w=0),H===void 0&&(H=v?v.length:0),re===void 0&&(re=0),_e===void 0&&(_e=this.length),w<0||H>v.length||re<0||_e>this.length)throw new RangeError("out of range index");if(re>=_e&&w>=H)return 0;if(re>=_e)return-1;if(w>=H)return 1;if(w>>>=0,H>>>=0,re>>>=0,_e>>>=0,this===v)return 0;let we=_e-re,De=H-w;const Ye=Math.min(we,De),Qe=this.slice(re,_e),We=v.slice(w,H);for(let Ze=0;Ze<Ye;++Ze)if(Qe[Ze]!==We[Ze]){we=Qe[Ze],De=We[Ze];break}return we<De?-1:De<we?1:0};function M(C,v,w,H,re){if(C.length===0)return-1;if(typeof w=="string"?(H=w,w=0):w>2147483647?w=2147483647:w<-2147483648&&(w=-2147483648),w=+w,Be(w)&&(w=re?0:C.length-1),w<0&&(w=C.length+w),w>=C.length){if(re)return-1;w=C.length-1}else if(w<0)if(re)w=0;else return-1;if(typeof v=="string"&&(v=u.from(v,H)),u.isBuffer(v))return v.length===0?-1:U(C,v,w,H,re);if(typeof v=="number")return v=v&255,typeof Uint8Array.prototype.indexOf=="function"?re?Uint8Array.prototype.indexOf.call(C,v,w):Uint8Array.prototype.lastIndexOf.call(C,v,w):U(C,[v],w,H,re);throw new TypeError("val must be string, number or Buffer")}function U(C,v,w,H,re){let _e=1,we=C.length,De=v.length;if(H!==void 0&&(H=String(H).toLowerCase(),H==="ucs2"||H==="ucs-2"||H==="utf16le"||H==="utf-16le")){if(C.length<2||v.length<2)return-1;_e=2,we/=2,De/=2,w/=2}function Ye(We,Ze){return _e===1?We[Ze]:We.readUInt16BE(Ze*_e)}let Qe;if(re){let We=-1;for(Qe=w;Qe<we;Qe++)if(Ye(C,Qe)===Ye(v,We===-1?0:Qe-We)){if(We===-1&&(We=Qe),Qe-We+1===De)return We*_e}else We!==-1&&(Qe-=Qe-We),We=-1}else for(w+De>we&&(w=we-De),Qe=w;Qe>=0;Qe--){let We=!0;for(let Ze=0;Ze<De;Ze++)if(Ye(C,Qe+Ze)!==Ye(v,Ze)){We=!1;break}if(We)return Qe}return-1}u.prototype.includes=function(v,w,H){return this.indexOf(v,w,H)!==-1},u.prototype.indexOf=function(v,w,H){return M(this,v,w,H,!0)},u.prototype.lastIndexOf=function(v,w,H){return M(this,v,w,H,!1)};function O(C,v,w,H){w=Number(w)||0;const re=C.length-w;H?(H=Number(H),H>re&&(H=re)):H=re;const _e=v.length;H>_e/2&&(H=_e/2);let we;for(we=0;we<H;++we){const De=parseInt(v.substr(we*2,2),16);if(Be(De))return we;C[w+we]=De}return we}function Q(C,v,w,H){return Ne(Se(v,C.length-w),C,w,H)}function D(C,v,w,H){return Ne(Ie(v),C,w,H)}function B(C,v,w,H){return Ne(be(v),C,w,H)}function X(C,v,w,H){return Ne(se(v,C.length-w),C,w,H)}u.prototype.write=function(v,w,H,re){if(w===void 0)re="utf8",H=this.length,w=0;else if(H===void 0&&typeof w=="string")re=w,H=this.length,w=0;else if(isFinite(w))w=w>>>0,isFinite(H)?(H=H>>>0,re===void 0&&(re="utf8")):(re=H,H=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");const _e=this.length-w;if((H===void 0||H>_e)&&(H=_e),v.length>0&&(H<0||w<0)||w>this.length)throw new RangeError("Attempt to write outside buffer bounds");re||(re="utf8");let we=!1;for(;;)switch(re){case"hex":return O(this,v,w,H);case"utf8":case"utf-8":return Q(this,v,w,H);case"ascii":case"latin1":case"binary":return D(this,v,w,H);case"base64":return B(this,v,w,H);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return X(this,v,w,H);default:if(we)throw new TypeError("Unknown encoding: "+re);re=(""+re).toLowerCase(),we=!0}},u.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function F(C,v,w){return v===0&&w===C.length?e.fromByteArray(C):e.fromByteArray(C.slice(v,w))}function $(C,v,w){w=Math.min(C.length,w);const H=[];let re=v;for(;re<w;){const _e=C[re];let we=null,De=_e>239?4:_e>223?3:_e>191?2:1;if(re+De<=w){let Ye,Qe,We,Ze;switch(De){case 1:_e<128&&(we=_e);break;case 2:Ye=C[re+1],(Ye&192)===128&&(Ze=(_e&31)<<6|Ye&63,Ze>127&&(we=Ze));break;case 3:Ye=C[re+1],Qe=C[re+2],(Ye&192)===128&&(Qe&192)===128&&(Ze=(_e&15)<<12|(Ye&63)<<6|Qe&63,Ze>2047&&(Ze<55296||Ze>57343)&&(we=Ze));break;case 4:Ye=C[re+1],Qe=C[re+2],We=C[re+3],(Ye&192)===128&&(Qe&192)===128&&(We&192)===128&&(Ze=(_e&15)<<18|(Ye&63)<<12|(Qe&63)<<6|We&63,Ze>65535&&Ze<1114112&&(we=Ze))}}we===null?(we=65533,De=1):we>65535&&(we-=65536,H.push(we>>>10&1023|55296),we=56320|we&1023),H.push(we),re+=De}return k(H)}const ue=4096;function k(C){const v=C.length;if(v<=ue)return String.fromCharCode.apply(String,C);let w="",H=0;for(;H<v;)w+=String.fromCharCode.apply(String,C.slice(H,H+=ue));return w}function oe(C,v,w){let H="";w=Math.min(C.length,w);for(let re=v;re<w;++re)H+=String.fromCharCode(C[re]&127);return H}function j(C,v,w){let H="";w=Math.min(C.length,w);for(let re=v;re<w;++re)H+=String.fromCharCode(C[re]);return H}function ae(C,v,w){const H=C.length;(!v||v<0)&&(v=0),(!w||w<0||w>H)&&(w=H);let re="";for(let _e=v;_e<w;++_e)re+=mt[C[_e]];return re}function I(C,v,w){const H=C.slice(v,w);let re="";for(let _e=0;_e<H.length-1;_e+=2)re+=String.fromCharCode(H[_e]+H[_e+1]*256);return re}u.prototype.slice=function(v,w){const H=this.length;v=~~v,w=w===void 0?H:~~w,v<0?(v+=H,v<0&&(v=0)):v>H&&(v=H),w<0?(w+=H,w<0&&(w=0)):w>H&&(w=H),w<v&&(w=v);const re=this.subarray(v,w);return Object.setPrototypeOf(re,u.prototype),re};function Z(C,v,w){if(C%1!==0||C<0)throw new RangeError("offset is not uint");if(C+v>w)throw new RangeError("Trying to access beyond buffer length")}u.prototype.readUintLE=u.prototype.readUIntLE=function(v,w,H){v=v>>>0,w=w>>>0,H||Z(v,w,this.length);let re=this[v],_e=1,we=0;for(;++we<w&&(_e*=256);)re+=this[v+we]*_e;return re},u.prototype.readUintBE=u.prototype.readUIntBE=function(v,w,H){v=v>>>0,w=w>>>0,H||Z(v,w,this.length);let re=this[v+--w],_e=1;for(;w>0&&(_e*=256);)re+=this[v+--w]*_e;return re},u.prototype.readUint8=u.prototype.readUInt8=function(v,w){return v=v>>>0,w||Z(v,1,this.length),this[v]},u.prototype.readUint16LE=u.prototype.readUInt16LE=function(v,w){return v=v>>>0,w||Z(v,2,this.length),this[v]|this[v+1]<<8},u.prototype.readUint16BE=u.prototype.readUInt16BE=function(v,w){return v=v>>>0,w||Z(v,2,this.length),this[v]<<8|this[v+1]},u.prototype.readUint32LE=u.prototype.readUInt32LE=function(v,w){return v=v>>>0,w||Z(v,4,this.length),(this[v]|this[v+1]<<8|this[v+2]<<16)+this[v+3]*16777216},u.prototype.readUint32BE=u.prototype.readUInt32BE=function(v,w){return v=v>>>0,w||Z(v,4,this.length),this[v]*16777216+(this[v+1]<<16|this[v+2]<<8|this[v+3])},u.prototype.readBigUInt64LE=$e(function(v){v=v>>>0,q(v,"offset");const w=this[v],H=this[v+7];(w===void 0||H===void 0)&&te(v,this.length-8);const re=w+this[++v]*2**8+this[++v]*2**16+this[++v]*2**24,_e=this[++v]+this[++v]*2**8+this[++v]*2**16+H*2**24;return BigInt(re)+(BigInt(_e)<<BigInt(32))}),u.prototype.readBigUInt64BE=$e(function(v){v=v>>>0,q(v,"offset");const w=this[v],H=this[v+7];(w===void 0||H===void 0)&&te(v,this.length-8);const re=w*2**24+this[++v]*2**16+this[++v]*2**8+this[++v],_e=this[++v]*2**24+this[++v]*2**16+this[++v]*2**8+H;return(BigInt(re)<<BigInt(32))+BigInt(_e)}),u.prototype.readIntLE=function(v,w,H){v=v>>>0,w=w>>>0,H||Z(v,w,this.length);let re=this[v],_e=1,we=0;for(;++we<w&&(_e*=256);)re+=this[v+we]*_e;return _e*=128,re>=_e&&(re-=Math.pow(2,8*w)),re},u.prototype.readIntBE=function(v,w,H){v=v>>>0,w=w>>>0,H||Z(v,w,this.length);let re=w,_e=1,we=this[v+--re];for(;re>0&&(_e*=256);)we+=this[v+--re]*_e;return _e*=128,we>=_e&&(we-=Math.pow(2,8*w)),we},u.prototype.readInt8=function(v,w){return v=v>>>0,w||Z(v,1,this.length),this[v]&128?(255-this[v]+1)*-1:this[v]},u.prototype.readInt16LE=function(v,w){v=v>>>0,w||Z(v,2,this.length);const H=this[v]|this[v+1]<<8;return H&32768?H|4294901760:H},u.prototype.readInt16BE=function(v,w){v=v>>>0,w||Z(v,2,this.length);const H=this[v+1]|this[v]<<8;return H&32768?H|4294901760:H},u.prototype.readInt32LE=function(v,w){return v=v>>>0,w||Z(v,4,this.length),this[v]|this[v+1]<<8|this[v+2]<<16|this[v+3]<<24},u.prototype.readInt32BE=function(v,w){return v=v>>>0,w||Z(v,4,this.length),this[v]<<24|this[v+1]<<16|this[v+2]<<8|this[v+3]},u.prototype.readBigInt64LE=$e(function(v){v=v>>>0,q(v,"offset");const w=this[v],H=this[v+7];(w===void 0||H===void 0)&&te(v,this.length-8);const re=this[v+4]+this[v+5]*2**8+this[v+6]*2**16+(H<<24);return(BigInt(re)<<BigInt(32))+BigInt(w+this[++v]*2**8+this[++v]*2**16+this[++v]*2**24)}),u.prototype.readBigInt64BE=$e(function(v){v=v>>>0,q(v,"offset");const w=this[v],H=this[v+7];(w===void 0||H===void 0)&&te(v,this.length-8);const re=(w<<24)+this[++v]*2**16+this[++v]*2**8+this[++v];return(BigInt(re)<<BigInt(32))+BigInt(this[++v]*2**24+this[++v]*2**16+this[++v]*2**8+H)}),u.prototype.readFloatLE=function(v,w){return v=v>>>0,w||Z(v,4,this.length),n.read(this,v,!0,23,4)},u.prototype.readFloatBE=function(v,w){return v=v>>>0,w||Z(v,4,this.length),n.read(this,v,!1,23,4)},u.prototype.readDoubleLE=function(v,w){return v=v>>>0,w||Z(v,8,this.length),n.read(this,v,!0,52,8)},u.prototype.readDoubleBE=function(v,w){return v=v>>>0,w||Z(v,8,this.length),n.read(this,v,!1,52,8)};function ie(C,v,w,H,re,_e){if(!u.isBuffer(C))throw new TypeError('"buffer" argument must be a Buffer instance');if(v>re||v<_e)throw new RangeError('"value" argument is out of bounds');if(w+H>C.length)throw new RangeError("Index out of range")}u.prototype.writeUintLE=u.prototype.writeUIntLE=function(v,w,H,re){if(v=+v,w=w>>>0,H=H>>>0,!re){const De=Math.pow(2,8*H)-1;ie(this,v,w,H,De,0)}let _e=1,we=0;for(this[w]=v&255;++we<H&&(_e*=256);)this[w+we]=v/_e&255;return w+H},u.prototype.writeUintBE=u.prototype.writeUIntBE=function(v,w,H,re){if(v=+v,w=w>>>0,H=H>>>0,!re){const De=Math.pow(2,8*H)-1;ie(this,v,w,H,De,0)}let _e=H-1,we=1;for(this[w+_e]=v&255;--_e>=0&&(we*=256);)this[w+_e]=v/we&255;return w+H},u.prototype.writeUint8=u.prototype.writeUInt8=function(v,w,H){return v=+v,w=w>>>0,H||ie(this,v,w,1,255,0),this[w]=v&255,w+1},u.prototype.writeUint16LE=u.prototype.writeUInt16LE=function(v,w,H){return v=+v,w=w>>>0,H||ie(this,v,w,2,65535,0),this[w]=v&255,this[w+1]=v>>>8,w+2},u.prototype.writeUint16BE=u.prototype.writeUInt16BE=function(v,w,H){return v=+v,w=w>>>0,H||ie(this,v,w,2,65535,0),this[w]=v>>>8,this[w+1]=v&255,w+2},u.prototype.writeUint32LE=u.prototype.writeUInt32LE=function(v,w,H){return v=+v,w=w>>>0,H||ie(this,v,w,4,4294967295,0),this[w+3]=v>>>24,this[w+2]=v>>>16,this[w+1]=v>>>8,this[w]=v&255,w+4},u.prototype.writeUint32BE=u.prototype.writeUInt32BE=function(v,w,H){return v=+v,w=w>>>0,H||ie(this,v,w,4,4294967295,0),this[w]=v>>>24,this[w+1]=v>>>16,this[w+2]=v>>>8,this[w+3]=v&255,w+4};function ee(C,v,w,H,re){Te(v,H,re,C,w,7);let _e=Number(v&BigInt(4294967295));C[w++]=_e,_e=_e>>8,C[w++]=_e,_e=_e>>8,C[w++]=_e,_e=_e>>8,C[w++]=_e;let we=Number(v>>BigInt(32)&BigInt(4294967295));return C[w++]=we,we=we>>8,C[w++]=we,we=we>>8,C[w++]=we,we=we>>8,C[w++]=we,w}function me(C,v,w,H,re){Te(v,H,re,C,w,7);let _e=Number(v&BigInt(4294967295));C[w+7]=_e,_e=_e>>8,C[w+6]=_e,_e=_e>>8,C[w+5]=_e,_e=_e>>8,C[w+4]=_e;let we=Number(v>>BigInt(32)&BigInt(4294967295));return C[w+3]=we,we=we>>8,C[w+2]=we,we=we>>8,C[w+1]=we,we=we>>8,C[w]=we,w+8}u.prototype.writeBigUInt64LE=$e(function(v,w=0){return ee(this,v,w,BigInt(0),BigInt("0xffffffffffffffff"))}),u.prototype.writeBigUInt64BE=$e(function(v,w=0){return me(this,v,w,BigInt(0),BigInt("0xffffffffffffffff"))}),u.prototype.writeIntLE=function(v,w,H,re){if(v=+v,w=w>>>0,!re){const Ye=Math.pow(2,8*H-1);ie(this,v,w,H,Ye-1,-Ye)}let _e=0,we=1,De=0;for(this[w]=v&255;++_e<H&&(we*=256);)v<0&&De===0&&this[w+_e-1]!==0&&(De=1),this[w+_e]=(v/we>>0)-De&255;return w+H},u.prototype.writeIntBE=function(v,w,H,re){if(v=+v,w=w>>>0,!re){const Ye=Math.pow(2,8*H-1);ie(this,v,w,H,Ye-1,-Ye)}let _e=H-1,we=1,De=0;for(this[w+_e]=v&255;--_e>=0&&(we*=256);)v<0&&De===0&&this[w+_e+1]!==0&&(De=1),this[w+_e]=(v/we>>0)-De&255;return w+H},u.prototype.writeInt8=function(v,w,H){return v=+v,w=w>>>0,H||ie(this,v,w,1,127,-128),v<0&&(v=255+v+1),this[w]=v&255,w+1},u.prototype.writeInt16LE=function(v,w,H){return v=+v,w=w>>>0,H||ie(this,v,w,2,32767,-32768),this[w]=v&255,this[w+1]=v>>>8,w+2},u.prototype.writeInt16BE=function(v,w,H){return v=+v,w=w>>>0,H||ie(this,v,w,2,32767,-32768),this[w]=v>>>8,this[w+1]=v&255,w+2},u.prototype.writeInt32LE=function(v,w,H){return v=+v,w=w>>>0,H||ie(this,v,w,4,2147483647,-2147483648),this[w]=v&255,this[w+1]=v>>>8,this[w+2]=v>>>16,this[w+3]=v>>>24,w+4},u.prototype.writeInt32BE=function(v,w,H){return v=+v,w=w>>>0,H||ie(this,v,w,4,2147483647,-2147483648),v<0&&(v=4294967295+v+1),this[w]=v>>>24,this[w+1]=v>>>16,this[w+2]=v>>>8,this[w+3]=v&255,w+4},u.prototype.writeBigInt64LE=$e(function(v,w=0){return ee(this,v,w,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))}),u.prototype.writeBigInt64BE=$e(function(v,w=0){return me(this,v,w,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))});function W(C,v,w,H,re,_e){if(w+H>C.length)throw new RangeError("Index out of range");if(w<0)throw new RangeError("Index out of range")}function G(C,v,w,H,re){return v=+v,w=w>>>0,re||W(C,v,w,4),n.write(C,v,w,H,23,4),w+4}u.prototype.writeFloatLE=function(v,w,H){return G(this,v,w,!0,H)},u.prototype.writeFloatBE=function(v,w,H){return G(this,v,w,!1,H)};function Y(C,v,w,H,re){return v=+v,w=w>>>0,re||W(C,v,w,8),n.write(C,v,w,H,52,8),w+8}u.prototype.writeDoubleLE=function(v,w,H){return Y(this,v,w,!0,H)},u.prototype.writeDoubleBE=function(v,w,H){return Y(this,v,w,!1,H)},u.prototype.copy=function(v,w,H,re){if(!u.isBuffer(v))throw new TypeError("argument should be a Buffer");if(H||(H=0),!re&&re!==0&&(re=this.length),w>=v.length&&(w=v.length),w||(w=0),re>0&&re<H&&(re=H),re===H||v.length===0||this.length===0)return 0;if(w<0)throw new RangeError("targetStart out of bounds");if(H<0||H>=this.length)throw new RangeError("Index out of range");if(re<0)throw new RangeError("sourceEnd out of bounds");re>this.length&&(re=this.length),v.length-w<re-H&&(re=v.length-w+H);const _e=re-H;return this===v&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(w,H,re):Uint8Array.prototype.set.call(v,this.subarray(H,re),w),_e},u.prototype.fill=function(v,w,H,re){if(typeof v=="string"){if(typeof w=="string"?(re=w,w=0,H=this.length):typeof H=="string"&&(re=H,H=this.length),re!==void 0&&typeof re!="string")throw new TypeError("encoding must be a string");if(typeof re=="string"&&!u.isEncoding(re))throw new TypeError("Unknown encoding: "+re);if(v.length===1){const we=v.charCodeAt(0);(re==="utf8"&&we<128||re==="latin1")&&(v=we)}}else typeof v=="number"?v=v&255:typeof v=="boolean"&&(v=Number(v));if(w<0||this.length<w||this.length<H)throw new RangeError("Out of range index");if(H<=w)return this;w=w>>>0,H=H===void 0?this.length:H>>>0,v||(v=0);let _e;if(typeof v=="number")for(_e=w;_e<H;++_e)this[_e]=v;else{const we=u.isBuffer(v)?v:u.from(v,re),De=we.length;if(De===0)throw new TypeError('The value "'+v+'" is invalid for argument "value"');for(_e=0;_e<H-w;++_e)this[_e+w]=we[_e%De]}return this};const K={};function le(C,v,w){K[C]=class extends w{constructor(){super(),Object.defineProperty(this,"message",{value:v.apply(this,arguments),writable:!0,configurable:!0}),this.name=`${this.name} [${C}]`,this.stack,delete this.name}get code(){return C}set code(re){Object.defineProperty(this,"code",{configurable:!0,enumerable:!0,value:re,writable:!0})}toString(){return`${this.name} [${C}]: ${this.message}`}}}le("ERR_BUFFER_OUT_OF_BOUNDS",function(C){return C?`${C} is outside of buffer bounds`:"Attempt to access memory outside buffer bounds"},RangeError),le("ERR_INVALID_ARG_TYPE",function(C,v){return`The "${C}" argument must be of type number. Received type ${typeof v}`},TypeError),le("ERR_OUT_OF_RANGE",function(C,v,w){let H=`The value of "${C}" is out of range.`,re=w;return Number.isInteger(w)&&Math.abs(w)>2**32?re=ce(String(w)):typeof w=="bigint"&&(re=String(w),(w>BigInt(2)**BigInt(32)||w<-(BigInt(2)**BigInt(32)))&&(re=ce(re)),re+="n"),H+=` It must be ${v}. Received ${re}`,H},RangeError);function ce(C){let v="",w=C.length;const H=C[0]==="-"?1:0;for(;w>=H+4;w-=3)v=`_${C.slice(w-3,w)}${v}`;return`${C.slice(0,w)}${v}`}function Ee(C,v,w){q(v,"offset"),(C[v]===void 0||C[v+w]===void 0)&&te(v,C.length-(w+1))}function Te(C,v,w,H,re,_e){if(C>w||C<v){const we=typeof v=="bigint"?"n":"";let De;throw v===0||v===BigInt(0)?De=`>= 0${we} and < 2${we} ** ${(_e+1)*8}${we}`:De=`>= -(2${we} ** ${(_e+1)*8-1}${we}) and < 2 ** ${(_e+1)*8-1}${we}`,new K.ERR_OUT_OF_RANGE("value",De,C)}Ee(H,re,_e)}function q(C,v){if(typeof C!="number")throw new K.ERR_INVALID_ARG_TYPE(v,"number",C)}function te(C,v,w){throw Math.floor(C)!==C?(q(C,w),new K.ERR_OUT_OF_RANGE("offset","an integer",C)):v<0?new K.ERR_BUFFER_OUT_OF_BOUNDS:new K.ERR_OUT_OF_RANGE("offset",`>= 0 and <= ${v}`,C)}const fe=/[^+/0-9A-Za-z-_]/g;function xe(C){if(C=C.split("=")[0],C=C.trim().replace(fe,""),C.length<2)return"";for(;C.length%4!==0;)C=C+"=";return C}function Se(C,v){v=v||1/0;let w;const H=C.length;let re=null;const _e=[];for(let we=0;we<H;++we){if(w=C.charCodeAt(we),w>55295&&w<57344){if(!re){if(w>56319){(v-=3)>-1&&_e.push(239,191,189);continue}else if(we+1===H){(v-=3)>-1&&_e.push(239,191,189);continue}re=w;continue}if(w<56320){(v-=3)>-1&&_e.push(239,191,189),re=w;continue}w=(re-55296<<10|w-56320)+65536}else re&&(v-=3)>-1&&_e.push(239,191,189);if(re=null,w<128){if((v-=1)<0)break;_e.push(w)}else if(w<2048){if((v-=2)<0)break;_e.push(w>>6|192,w&63|128)}else if(w<65536){if((v-=3)<0)break;_e.push(w>>12|224,w>>6&63|128,w&63|128)}else if(w<1114112){if((v-=4)<0)break;_e.push(w>>18|240,w>>12&63|128,w>>6&63|128,w&63|128)}else throw new Error("Invalid code point")}return _e}function Ie(C){const v=[];for(let w=0;w<C.length;++w)v.push(C.charCodeAt(w)&255);return v}function se(C,v){let w,H,re;const _e=[];for(let we=0;we<C.length&&!((v-=2)<0);++we)w=C.charCodeAt(we),H=w>>8,re=w%256,_e.push(re),_e.push(H);return _e}function be(C){return e.toByteArray(xe(C))}function Ne(C,v,w,H){let re;for(re=0;re<H&&!(re+w>=v.length||re>=C.length);++re)v[re+w]=C[re];return re}function ve(C,v){return C instanceof v||C!=null&&C.constructor!=null&&C.constructor.name!=null&&C.constructor.name===v.name}function Be(C){return C!==C}const mt=(function(){const C="0123456789abcdef",v=new Array(256);for(let w=0;w<16;++w){const H=w*16;for(let re=0;re<16;++re)v[H+re]=C[w]+C[re]}return v})();function $e(C){return typeof BigInt>"u"?ht:C}function ht(){throw new Error("BigInt not supported")}})(Io)),Io}var fg=Nn();const ar="http://www.w3.org/1999/02/22-rdf-syntax-ns#",lr="http://www.w3.org/2001/XMLSchema#",fs="http://www.w3.org/2000/10/swap/",Tt={xsd:{decimal:`${lr}decimal`,boolean:`${lr}boolean`,double:`${lr}double`,integer:`${lr}integer`,string:`${lr}string`},rdf:{type:`${ar}type`,nil:`${ar}nil`,first:`${ar}first`,rest:`${ar}rest`,langString:`${ar}langString`},owl:{sameAs:"http://www.w3.org/2002/07/owl#sameAs"},r:{forSome:`${fs}reify#forSome`,forAll:`${fs}reify#forAll`},log:{implies:`${fs}log#implies`,isImpliedBy:`${fs}log#isImpliedBy`}},{xsd:ps}=Tt,pg=/\\u([a-fA-F0-9]{4})|\\U([a-fA-F0-9]{8})|\\([^])/g,Ku={"\\":"\\","'":"'",'"':'"',n:`
7
7
  `,r:"\r",t:" ",f:"\f",b:"\b",_:"_","~":"~",".":".","-":"-","!":"!",$:"$","&":"&","(":"(",")":")","*":"*","+":"+",",":",",";":";","=":"=","/":"/","?":"?","#":"#","@":"@","%":"%"},gg=/[\x00-\x20<>\\"\{\}\|\^\`]/,mg={_iri:!0,_unescapedIri:!0,_simpleQuotedString:!0,_langcode:!0,_blank:!0,_newline:!0,_comment:!0,_whitespace:!0,_endOfFile:!0},_g=/$0^/;class yg{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 n in this)!(n in mg)&&this[n]instanceof RegExp&&(this[n]=_g)}else this._n3Mode=e.n3!==!1;this.comments=!!e.comments,this._literalClosingPos=0}_tokenizeToEnd(e,n){let r=this._input,o=r.length;for(;;){let u,f;for(;u=this._newline.exec(r);)this.comments&&(f=this._comment.exec(u[0]))&&a("comment",f[1],"",this._line,u[0].length),r=r.substr(u[0].length,r.length),o=r.length,this._line++;if(!u&&(u=this._whitespace.exec(r))&&(r=r.substr(u[0].length,r.length)),this._endOfFile.test(r))return n&&(this.comments&&(f=this._comment.exec(r))&&a("comment",f[1],"",this._line,r.length),r=null,a("eof","","",this._line,0)),this._input=r;const h=this._line,g=r[0];let _="",d="",m="",b=null,T=0,N=!1;switch(g){case"^":if(r.length<3)break;if(r[1]==="^"){if(this._previousMarker="^^",r=r.substr(2),r[0]!=="<"){N=!0;break}}else{this._n3Mode&&(T=1,_="^");break}case"<":if(b=this._unescapedIri.exec(r))_="IRI",d=b[1];else if(b=this._iri.exec(r)){if(d=this._unescape(b[1]),d===null||gg.test(d))return l(this);_="IRI"}else r.length>1&&r[1]==="<"?(_="<<",T=2):this._n3Mode&&r.length>1&&r[1]==="="&&(T=2,this._isImpliedBy?(_="abbreviation",d="<"):(_="inverse",d=">"));break;case">":r.length>1&&r[1]===">"&&(_=">>",T=2);break;case"_":((b=this._blank.exec(r))||n&&(b=this._blank.exec(`${r} `)))&&(_="blank",m="_",d=b[1]);break;case'"':if(b=this._simpleQuotedString.exec(r))d=b[1];else if({value:d,matchLength:T}=this._parseLiteral(r),d===null)return l(this);(b!==null||T!==0)&&(_="literal",this._literalClosingPos=0);break;case"'":if(!this._lineMode){if(b=this._simpleApostropheString.exec(r))d=b[1];else if({value:d,matchLength:T}=this._parseLiteral(r),d===null)return l(this);(b!==null||T!==0)&&(_="literal",this._literalClosingPos=0)}break;case"?":this._n3Mode&&(b=this._variable.exec(r))&&(_="var",d=b[0]);break;case"@":this._previousMarker==="literal"&&(b=this._langcode.exec(r))?(_="langcode",d=b[1]):(b=this._keyword.exec(r))&&(_=b[0]);break;case".":if(r.length===1?n:r[1]<"0"||r[1]>"9"){_=".",T=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)||n&&(b=this._number.exec(`${r} `)))&&(_="literal",d=b[0],m=typeof b[1]=="string"?ps.double:typeof b[2]=="string"?ps.decimal:ps.integer);break;case"B":case"b":case"p":case"P":case"G":case"g":(b=this._sparqlKeyword.exec(r))?_=b[0].toUpperCase():N=!0;break;case"f":case"t":(b=this._boolean.exec(r))?(_="literal",d=b[0],m=ps.boolean):N=!0;break;case"a":(b=this._shortPredicates.exec(r))?(_="abbreviation",d="a"):N=!0;break;case"=":this._n3Mode&&r.length>1&&(_="abbreviation",r[1]!==">"?(T=1,d="="):(T=2,d=">"));break;case"!":if(!this._n3Mode)break;case",":case";":case"[":case"]":case"(":case")":case"}":this._lineMode||(T=1,_=g);break;case"{":!this._lineMode&&r.length>=2&&(r[1]==="|"?(_="{|",T=2):(_=g,T=1));break;case"|":r.length>=2&&r[1]==="}"&&(_="|}",T=2);break;default:N=!0}if(N&&((this._previousMarker==="@prefix"||this._previousMarker==="PREFIX")&&(b=this._prefix.exec(r))?(_="prefix",d=b[1]||""):((b=this._prefixed.exec(r))||n&&(b=this._prefixed.exec(`${r} `)))&&(_="prefixed",m=b[1]||"",d=this._unescape(b[2]))),this._previousMarker==="^^")switch(_){case"prefixed":_="type";break;case"IRI":_="typeIRI";break;default:_=""}if(!_)return n||!/^'''|^"""/.test(r)&&/\n|\r/.test(r)?l(this):this._input=r;const A=T||b[0].length,R=a(_,d,m,h,A);this.previousToken=R,this._previousMarker=_,r=r.substr(A,r.length)}function a(u,f,h,g,_){const d=r?o-r.length:o,m=d+_,b={type:u,value:f,prefix:h,line:g,start:d,end:m};return e(null,b),b}function l(u){e(u._syntaxError(/^\S*/.exec(r)[0]))}}_unescape(e){let n=!1;const r=e.replace(pg,(o,a,l,u)=>{if(typeof a=="string")return String.fromCharCode(Number.parseInt(a,16));if(typeof l=="string"){let f=Number.parseInt(l,16);return f<=65535?String.fromCharCode(Number.parseInt(l,16)):String.fromCharCode(55296+((f-=65536)>>10),56320+(f&1023))}return u in Ku?Ku[u]:(n=!0,"")});return n?null:r}_parseLiteral(e){if(e.length>=3){const n=e.match(/^(?:"""|"|'''|'|)/)[0],r=n.length;let o=Math.max(this._literalClosingPos,r);for(;(o=e.indexOf(n,o))>0;){let a=0;for(;e[o-a-1]==="\\";)a++;if(a%2===0){const l=e.substring(r,o),u=l.split(/\r\n|\r|\n/).length-1,f=o+r;if(r===1&&u!==0||r===3&&this._lineMode)break;return this._line+=u,{value:this._unescape(l),matchLength:f}}o++}this._literalClosingPos=e.length-r+1}return{value:"",matchLength:0}}_syntaxError(e){this._input=null;const n=new Error(`Unexpected "${e}" on line ${this._line}.`);return n.context={token:void 0,line:this._line,previousToken:this.previousToken},n}_readStartingBom(e){return e.startsWith("\uFEFF")?e.substr(1):e}tokenize(e,n){if(this._line=1,typeof e=="string")if(this._input=this._readStartingBom(e),typeof n=="function")queueMicrotask(()=>this._tokenizeToEnd(n,!0));else{const r=[];let o;if(this._tokenizeToEnd((a,l)=>a?o=a:r.push(l),!0),o)throw o;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=fg.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(n,!1)))}),e.on("end",()=>{typeof this._input=="string"&&this._tokenizeToEnd(n,!0)}),e.on("error",n)}}const{rdf:vg,xsd:di}=Tt;let Ui,bg=0;const Ue={namedNode:ef,blankNode:tf,variable:rf,literal:nf,defaultGraph:Sg,quad:pl,triple:pl,fromTerm:Ar,fromQuad:sf};class sn{constructor(e){this.id=e}get value(){return this.id}equals(e){return e instanceof sn?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 Di=class extends sn{get termType(){return"NamedNode"}},rn=class Yh extends sn{get termType(){return"Literal"}get value(){return this.id.substring(1,this.id.lastIndexOf('"'))}get language(){const e=this.id;let n=e.lastIndexOf('"')+1;return n<e.length&&e[n++]==="@"?e.substr(n).toLowerCase():""}get datatype(){return new Di(this.datatypeString)}get datatypeString(){const e=this.id,n=e.lastIndexOf('"')+1,r=n<e.length?e[n]:"";return r==="^"?e.substr(n+2):r!=="@"?di.string:vg.langString}equals(e){return e instanceof Yh?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}}}},wg=class extends sn{constructor(e){super(`_:${e}`)}get termType(){return"BlankNode"}get value(){return this.id.substr(2)}},xg=class extends sn{constructor(e){super(`?${e}`)}get termType(){return"Variable"}get value(){return this.id.substr(1)}},Eg=class extends sn{constructor(){return super(""),Ui||this}get termType(){return"DefaultGraph"}equals(e){return this===e||!!e&&this.termType===e.termType}};Ui=new Eg;function Nr(i,e,n){if(e=e||Ue,!i)return e.defaultGraph();switch(i[0]){case"?":return e.variable(i.substr(1));case"_":return e.blankNode(i.substr(2));case'"':if(e===Ue)return new rn(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(!n||!Array.isArray(i))return e.namedNode(i)}return e.quad(Nr(i[0],e,!0),Nr(i[1],e,!0),Nr(i[2],e,!0),i[3]&&Nr(i[3],e,!0))}function Mi(i,e){if(typeof i=="string")return i;if(i instanceof sn&&i.termType!=="Quad")return i.id;if(!i)return Ui.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!==di.string?`^^${i.datatype.value}`:""}`;case"Quad":const n=[Mi(i.subject,!0),Mi(i.predicate,!0),Mi(i.object,!0)];return i.graph&&i.graph.termType!=="DefaultGraph"&&n.push(Mi(i.graph,!0)),e?n:JSON.stringify(n);default:throw new Error(`Unexpected termType: ${i.termType}`)}}let qs=class extends sn{constructor(e,n,r,o){super(""),this._subject=e,this._predicate=n,this._object=r,this._graph=o||Ui}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 ef(i){return new Di(i)}function tf(i){return new wg(i||`n3-${bg++}`)}function nf(i,e){if(typeof e=="string")return new rn(`"${i}"@${e.toLowerCase()}`);let n=e?e.value:"";return n===""&&(typeof i=="boolean"?n=di.boolean:typeof i=="number"&&(Number.isFinite(i)?n=Number.isInteger(i)?di.integer:di.double:(n=di.double,Number.isNaN(i)||(i=i>0?"INF":"-INF")))),n===""||n===di.string?new rn(`"${i}"`):new rn(`"${i}"^^${n}`)}function rf(i){return new xg(i)}function Sg(){return Ui}function pl(i,e,n,r){return new qs(i,e,n,r)}function Ar(i){if(i instanceof sn)return i;switch(i.termType){case"NamedNode":return ef(i.value);case"BlankNode":return tf(i.value);case"Variable":return rf(i.value);case"DefaultGraph":return Ui;case"Literal":return nf(i.value,i.language||i.datatype);case"Quad":return sf(i);default:throw new Error(`Unexpected termType: ${i.termType}`)}}function sf(i){if(i instanceof qs)return i;if(i.termType!=="Quad")throw new Error(`Unexpected termType: ${i.termType}`);return pl(Ar(i.subject),Ar(i.predicate),Ar(i.object),Ar(i.graph))}let Yu=0;class of{constructor(e){this._contextStack=[],this._graph=null,e=e||{},this._setBase(e.baseIRI),e.factory&&af(this,e.factory);const n=typeof e.format=="string"?e.format.match(/\w*$/)[0].toLowerCase():"",r=/turtle/.test(n),o=/trig/.test(n),a=/triple/.test(n),l=/quad/.test(n),u=this._n3Mode=/n3/.test(n),f=a||l;(this._supportsNamedGraphs=!(r||u))||(this._readPredicateOrNamedGraph=this._readPredicate),this._supportsQuads=!(r||o||a||u),this._isImpliedBy=e.isImpliedBy,this._supportsRDFStar=n===""||/star|\*$/.test(n),f&&(this._resolveRelativeIRI=h=>null),this._blankNodePrefix=typeof e.blankNodePrefix!="string"?"":e.blankNodePrefix.replace(/^(?!_:)/,"_:"),this._lexer=e.lexer||new yg({lineMode:f,n3:u,isImpliedBy:this._isImpliedBy}),this._explicitQuantifiers=!!e.explicitQuantifiers}static _resetBlankNodePrefix(){Yu=0}_setBase(e){if(!e)this._base="",this._basePath="";else{const n=e.indexOf("#");n>=0&&(e=e.substr(0,n)),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,n,r,o,a){const l=this._n3Mode;this._contextStack.push({type:e,subject:r,predicate:o,object:a,graph:n,inverse:l?this._inversePredicate:!1,blankPrefix:l?this._prefixes._:"",quantified:l?this._quantified:null}),l&&(this._inversePredicate=!1,this._prefixes._=this._graph?`${this._graph.value}.`:".",this._quantified=Object.create(this._quantified))}_restoreContext(e,n){const r=this._contextStack.pop();if(!r||r.type!==e)return this._error(`Unexpected ${n.type}`,n);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,n){let r;switch(e.type){case"IRI":case"typeIRI":const o=this._resolveIRI(e.value);if(o===null)return this._error("Invalid IRI",e);r=this._factory.namedNode(o);break;case"type":case"prefixed":const a=this._prefixes[e.prefix];if(a===void 0)return this._error(`Undefined prefix "${e.prefix}:"`,e);r=this._factory.namedNode(a+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!n&&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 n=e.type;switch(n){case"inverse":this._inversePredicate=!0;case"abbreviation":this._predicate=this.ABBREVIATIONS[e.value];break;case".":case"]":case"}":return this._predicate===null?this._error(`Unexpected ${n}`,e):(this._subject=null,n==="]"?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 n=this._predicate===null;return this._restoreContext("blank",e),this._object!==null?this._getContextEndReader():this._predicate!==null?this._readObject:n?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 n=null,r=null,o=this._readListItem;const a=this._subject,l=this._contextStack,u=l[l.length-1];switch(e.type){case"[":this._saveContext("blank",this._graph,r=this._factory.blankNode(),this.RDF_FIRST,this._subject=n=this._factory.blankNode()),o=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),l.length!==0&&l[l.length-1].type==="list"&&this._emit(this._subject,this._predicate,this._object,this._graph),this._predicate===null){if(o=this._readPredicate,this._subject===this.RDF_NIL)return o}else if(o=this._getContextEndReader(),this._object===this.RDF_NIL)return o;r=this.RDF_NIL;break;case"literal":e.prefix.length===0?(this._literalValue=e.value,o=this._readListItemDataTypeOrLang):(n=this._factory.literal(e.value,this._factory.namedNode(e.prefix)),o=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((n=this._readEntity(e))===void 0)return}if(r===null&&(this._subject=r=this._factory.blankNode()),a===null?u.predicate===null?u.subject=r:u.object=r:this._emit(a,this.RDF_REST,r,this._graph),n!==null){if(this._n3Mode&&(e.type==="IRI"||e.type==="prefixed"))return this._saveContext("item",this._graph,r,this.RDF_FIRST,n),this._subject=n,this._predicate=null,this._getPathReader(this._readListItem);this._emit(r,this.RDF_FIRST,n,this._graph)}return o}_readDataTypeOrLang(e){return this._completeObjectLiteral(e,!1)}_readListItemDataTypeOrLang(e){return this._completeObjectLiteral(e,!0)}_completeLiteral(e){let n=this._factory.literal(this._literalValue);switch(e.type){case"type":case"typeIRI":const r=this._readEntity(e);if(r===void 0)return;n=this._factory.literal(this._literalValue,r),e=null;break;case"langcode":n=this._factory.literal(this._literalValue,e.value),e=null;break}return{token:e,literal:n}}_completeSubjectLiteral(e){return this._subject=this._completeLiteral(e).literal,this._readPredicateOrNamedGraph}_completeObjectLiteral(e,n){const r=this._completeLiteral(e);if(r)return this._object=r.literal,n&&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 n,r=this._graph;const o=this._subject,a=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,n=this._contextStack.length?this._readSubject:this._readInTopContext,a&&(this._inversePredicate=!1);break;case";":n=this._readPredicate;break;case",":n=this._readObject;break;case"{|":if(!this._supportsRDFStar)return this._error("Unexpected RDF-star syntax",e);const l=this._predicate,u=this._object;this._subject=this._factory.quad(o,l,u,this.DEFAULTGRAPH),n=this._readPredicate;break;case"|}":if(this._subject.termType!=="Quad")return this._error("Unexpected asserted triple closing",e);this._subject=null,n=this._readPunctuation;break;default:if(this._supportsQuads&&this._graph===null&&(r=this._readEntity(e))!==void 0){n=this._readQuadPunctuation;break}return this._error(`Expected punctuation to follow "${this._object.id}"`,e)}if(o!==null){const l=this._predicate,u=this._object;a?this._emit(u,l,o,r):this._emit(o,l,u,r)}return n}_readBlankNodePunctuation(e){let n;switch(e.type){case";":n=this._readPredicate;break;case",":n=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),n}_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 n=this._readEntity(e);return this._prefixes[this._prefix]=n.value,this._prefixCallback(this._prefix,n),this._readDeclarationPunctuation}_readBaseIRI(e){const n=e.type==="IRI"&&this._resolveIRI(e.value);return n?(this._setBase(n),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 n;switch(e.type){case"IRI":case"prefixed":if((n=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,n,this.QUANTIFIERS_GRAPH)):this._quantified[n.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 n=this._contextStack,r=n.length&&n[n.length-1];if(r&&r.type==="item"){const o=this._subject;this._restoreContext("item",e),this._emit(this._subject,this.RDF_FIRST,o,this._graph)}return this._afterPath(e)}}_readForwardPath(e){let n,r;const o=this._factory.blankNode();if((r=this._readEntity(e))!==void 0)return this._predicate===null?(n=this._subject,this._subject=o):(n=this._object,this._object=o),this._emit(n,r,o,this._graph),this._readPath}_readBackwardPath(e){const n=this._factory.blankNode();let r,o;if((r=this._readEntity(e))!==void 0)return this._predicate===null?(o=this._subject,this._subject=n):(o=this._object,this._object=n),this._emit(n,r,o,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 n=this._factory.quad(this._subject,this._predicate,this._object,this._graph||this.DEFAULTGRAPH);return this._restoreContext("<<",e),this._subject===null?(this._subject=n,this._readPredicate):(this._object=n,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,n,r,o){this._callback(null,this._factory.quad(e,n,r,o||this.DEFAULTGRAPH))}_error(e,n){const r=new Error(`${e} on line ${n.line}.`);r.context={token:n,line:n.line,previousToken:this._lexer.previousToken},this._callback(r),this._callback=gs}_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 n=e.length;let r="",o=-1,a=-1,l=0,u="/";for(;o<n;){switch(u){case":":if(a<0&&e[++o]==="/"&&e[++o]==="/")for(;(a=o+1)<n&&e[a]!=="/";)o=a;break;case"?":case"#":o=n;break;case"/":if(e[o+1]===".")switch(u=e[++o+1],u){case"/":r+=e.substring(l,o-1),l=o+1;break;case void 0:case"?":case"#":return r+e.substring(l,o)+e.substr(o+1);case".":if(u=e[++o+1],u===void 0||u==="/"||u==="?"||u==="#"){if(r+=e.substring(l,o-2),(l=r.lastIndexOf("/"))>=a&&(r=r.substr(0,l)),u!=="/")return`${r}/${e.substr(o+1)}`;l=o+1}}}u=e[++o]}return r+e.substring(l)}parse(e,n,r){let o,a,l;if(n&&(n.onQuad||n.onPrefix||n.onComment)?(o=n.onQuad,a=n.onPrefix,l=n.onComment):(o=n,a=r),this._readCallback=this._readInTopContext,this._sparqlStyle=!1,this._prefixes=Object.create(null),this._prefixes._=this._blankNodePrefix?this._blankNodePrefix.substr(2):`b${Yu++}_`,this._prefixCallback=a||gs,this._inversePredicate=!1,this._quantified=Object.create(null),!o){const f=[];let h;if(this._callback=(g,_)=>{g?h=g:_&&f.push(_)},this._lexer.tokenize(e).every(g=>this._readCallback=this._readCallback(g)),h)throw h;return f}let u=(f,h)=>{f!==null?(this._callback(f),this._callback=gs):this._readCallback&&(this._readCallback=this._readCallback(h))};l&&(this._lexer.comments=!0,u=(f,h)=>{f!==null?(this._callback(f),this._callback=gs):this._readCallback&&(h.type==="comment"?l(h.value):this._readCallback=this._readCallback(h))}),this._callback=o,this._lexer.tokenize(e,u)}}function gs(){}function af(i,e){i._factory=e,i.DEFAULTGRAPH=e.defaultGraph(),i.RDF_FIRST=e.namedNode(Tt.rdf.first),i.RDF_REST=e.namedNode(Tt.rdf.rest),i.RDF_NIL=e.namedNode(Tt.rdf.nil),i.N3_FORALL=e.namedNode(Tt.r.forAll),i.N3_FORSOME=e.namedNode(Tt.r.forSome),i.ABBREVIATIONS={a:e.namedNode(Tt.rdf.type),"=":e.namedNode(Tt.owl.sameAs),">":e.namedNode(Tt.log.implies),"<":e.namedNode(Tt.log.isImpliedBy)},i.QUANTIFIERS_GRAPH=e.namedNode("urn:n3:quantifiers")}af(of.prototype,Ue);function gl(i){return!!i&&i.termType==="DefaultGraph"}function Ss(i){return i.replace(/[\]\/\(\)\*\+\?\.\\\$]/g,"\\$&")}const Tg=/^:?[^:?#]*(?:[?#]|$)|^file:|^[^:]*:\/*[^?#]+?\/(?:\.\.?(?:\/|$)|\/)/i,Lg=/^(?:(?:[^/?#]{3,}|\.?[^/?#.]\.?)(?:\/[^/?#]{3,}|\.?[^/?#.]\.?)*\/?)?(?:[?#]|$)/,ec="./",Ig="../",No="?",tc="#";class Ll{constructor(e){this.base=e,this._baseLength=0,this._baseMatcher=null,this._pathReplacements=new Array(e.length+1)}static supports(e){return!Tg.test(e)}_getBaseMatcher(){if(this._baseMatcher)return this._baseMatcher;if(!Ll.supports(this.base))return this._baseMatcher=/.^/;const e=/^[^:]*:\/*/.exec(this.base)[0],n=["^",Ss(e)],r=[],o=[],a=/[^/?#]*([/?#])/y;let l,u=0,f=0,h=a.lastIndex=e.length;for(;!u&&!f&&(l=a.exec(this.base));)l[1]===tc?f=a.lastIndex-1:(n.push(Ss(l[0]),"(?:"),r.push(")?"),l[1]!==No?o.push(h=a.lastIndex):(u=h=a.lastIndex,f=this.base.indexOf(tc,u),this._pathReplacements[u]=No));for(let g=0;g<o.length;g++)this._pathReplacements[o[g]]=Ig.repeat(o.length-g-1);return this._pathReplacements[o[o.length-1]]=ec,this._baseLength=f>0?f:this.base.length,n.push(Ss(this.base.substring(h,this._baseLength)),u?"(?:#|$)":"(?:[?#]|$)"),this._baseMatcher=new RegExp([...n,...r].join(""))}toRelative(e){const n=this._getBaseMatcher().exec(e);if(!n)return e;const r=n[0].length;if(r===this._baseLength&&r===e.length)return"";const o=this._pathReplacements[r];if(o){const a=e.substring(r);return o!==No&&!Lg.test(a)?e:o===ec&&/^[^?#]/.test(a)?a:o+a}return e.substring(r-1)}}const ur=Ue.defaultGraph(),{rdf:Ng,xsd:Ai}=Tt,nc=/["\\\t\n\r\b\f\u0000-\u0019\ud800-\udbff]/,ic=/["\\\t\n\r\b\f\u0000-\u0019]|[\ud800-\udbff][\udc00-\udfff]/g,Ag={"\\":"\\\\",'"':'\\"'," ":"\\t","\n":"\\n","\r":"\\r","\b":"\\b","\f":"\\f"};class cr extends sn{equals(e){return e===this}}class Il{constructor(e,n){if(this._prefixRegex=/$0^/,e&&typeof e.write!="function"&&(n=e,e=null),n=n||{},this._lists=n.lists,e)this._outputStream=e,this._endStream=n.end===void 0?!0:!!n.end;else{let r="";this._outputStream={write(o,a,l){r+=o,l&&l()},end:o=>{o&&o(null,r)}},this._endStream=!0}this._subject=null,/triple|quad/i.test(n.format)?(this._lineMode=!0,this._writeQuad=this._writeQuadLine):(this._lineMode=!1,this._graph=ur,this._prefixIRIs=Object.create(null),n.prefixes&&this.addPrefixes(n.prefixes),n.baseIRI&&(this._baseIri=new Ll(n.baseIRI)))}get _inDefaultGraph(){return ur.equals(this._graph)}_write(e,n){this._outputStream.write(e,"utf8",n)}_writeQuad(e,n,r,o,a){try{o.equals(this._graph)||(this._write((this._subject===null?"":this._inDefaultGraph?`.
8
8
  `:`
9
9
  }
@@ -24,7 +24,7 @@ var ki=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"
24
24
  `:`
25
25
  }
26
26
  `),this._subject=null),this._write=this._blockedWrite;let n=e&&((r,o)=>{n=null,e(r,o)});if(this._endStream)try{return this._outputStream.end(n)}catch{}n&&n()}}function rc(i){let e=Ag[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 Ao={exports:{}},Ro={exports:{}},Co,sc;function ct(){if(sc)return Co;sc=1;class i extends Error{constructor(n){if(!Array.isArray(n))throw new TypeError(`Expected input to be an Array, got ${typeof n}`);let r="";for(let o=0;o<n.length;o++)r+=` ${n[o].stack}
27
- `;super(r),this.name="AggregateError",this.errors=n}}return Co={AggregateError:i,ArrayIsArray(e){return Array.isArray(e)},ArrayPrototypeIncludes(e,n){return e.includes(n)},ArrayPrototypeIndexOf(e,n){return e.indexOf(n)},ArrayPrototypeJoin(e,n){return e.join(n)},ArrayPrototypeMap(e,n){return e.map(n)},ArrayPrototypePop(e,n){return e.pop(n)},ArrayPrototypePush(e,n){return e.push(n)},ArrayPrototypeSlice(e,n,r){return e.slice(n,r)},Error,FunctionPrototypeCall(e,n,...r){return e.call(n,...r)},FunctionPrototypeSymbolHasInstance(e,n){return Function.prototype[Symbol.hasInstance].call(e,n)},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,n){return Object.defineProperties(e,n)},ObjectDefineProperty(e,n,r){return Object.defineProperty(e,n,r)},ObjectGetOwnPropertyDescriptor(e,n){return Object.getOwnPropertyDescriptor(e,n)},ObjectKeys(e){return Object.keys(e)},ObjectSetPrototypeOf(e,n){return Object.setPrototypeOf(e,n)},Promise,PromisePrototypeCatch(e,n){return e.catch(n)},PromisePrototypeThen(e,n,r){return e.then(n,r)},PromiseReject(e){return Promise.reject(e)},PromiseResolve(e){return Promise.resolve(e)},ReflectApply:Reflect.apply,RegExpPrototypeTest(e,n){return e.test(n)},SafeSet:Set,String,StringPrototypeSlice(e,n,r){return e.slice(n,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,n,r){return e.set(n,r)},Boolean,Uint8Array},Co}var Po={exports:{}},ko,oc;function lf(){return oc||(oc=1,ko={format(i,...e){return i.replace(/%([sdifj])/g,function(...[n,r]){const o=e.shift();return r==="f"?o.toFixed(6):r==="j"?JSON.stringify(o):r==="s"&&typeof o=="object"?`${o.constructor!==Object?o.constructor.name:""} {}`.trim():o.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"{}"}}}),ko}var Mo,ac;function Pt(){if(ac)return Mo;ac=1;const{format:i,inspect:e}=lf(),{AggregateError:n}=ct(),r=globalThis.AggregateError||n,o=Symbol("kIsNodeError"),a=["string","function","number","object","Function","Object","boolean","bigint","symbol"],l=/^([A-Z][a-z0-9]*)+$/,u="__node_internal_",f={};function h(N,A){if(!N)throw new f.ERR_INTERNAL_ASSERTION(A)}function g(N){let A="",R=N.length;const S=N[0]==="-"?1:0;for(;R>=S+4;R-=3)A=`_${N.slice(R-3,R)}${A}`;return`${N.slice(0,R)}${A}`}function _(N,A,R){if(typeof A=="function")return h(A.length<=R.length,`Code: ${N}; The provided arguments length (${R.length}) does not match the required ones (${A.length}).`),A(...R);const S=(A.match(/%[dfijoOs]/g)||[]).length;return h(S===R.length,`Code: ${N}; The provided arguments length (${R.length}) does not match the required ones (${S}).`),R.length===0?A:i(A,...R)}function d(N,A,R){R||(R=Error);class S extends R{constructor(...x){super(_(N,A,x))}toString(){return`${this.name} [${N}]: ${this.message}`}}Object.defineProperties(S.prototype,{name:{value:R.name,writable:!0,enumerable:!1,configurable:!0},toString:{value(){return`${this.name} [${N}]: ${this.message}`},writable:!0,enumerable:!1,configurable:!0}}),S.prototype.code=N,S.prototype[o]=!0,f[N]=S}function m(N){const A=u+N.name;return Object.defineProperty(N,"name",{value:A}),N}function b(N,A){if(N&&A&&N!==A){if(Array.isArray(A.errors))return A.errors.push(N),A;const R=new r([A,N],A.message);return R.code=A.code,R}return N||A}class T extends Error{constructor(A="The operation was aborted",R=void 0){if(R!==void 0&&typeof R!="object")throw new f.ERR_INVALID_ARG_TYPE("options","Object",R);super(A,R),this.code="ABORT_ERR",this.name="AbortError"}}return d("ERR_ASSERTION","%s",Error),d("ERR_INVALID_ARG_TYPE",(N,A,R)=>{h(typeof N=="string","'name' must be a string"),Array.isArray(A)||(A=[A]);let S="The ";N.endsWith(" argument")?S+=`${N} `:S+=`"${N}" ${N.includes(".")?"property":"argument"} `,S+="must be ";const y=[],x=[],M=[];for(const O of A)h(typeof O=="string","All expected entries have to be of type string"),a.includes(O)?y.push(O.toLowerCase()):l.test(O)?x.push(O):(h(O!=="object",'The value "object" should be written as "Object"'),M.push(O));if(x.length>0){const O=y.indexOf("object");O!==-1&&(y.splice(y,O,1),x.push("Object"))}if(y.length>0){switch(y.length){case 1:S+=`of type ${y[0]}`;break;case 2:S+=`one of type ${y[0]} or ${y[1]}`;break;default:{const O=y.pop();S+=`one of type ${y.join(", ")}, or ${O}`}}(x.length>0||M.length>0)&&(S+=" or ")}if(x.length>0){switch(x.length){case 1:S+=`an instance of ${x[0]}`;break;case 2:S+=`an instance of ${x[0]} or ${x[1]}`;break;default:{const O=x.pop();S+=`an instance of ${x.join(", ")}, or ${O}`}}M.length>0&&(S+=" or ")}switch(M.length){case 0:break;case 1:M[0].toLowerCase()!==M[0]&&(S+="an "),S+=`${M[0]}`;break;case 2:S+=`one of ${M[0]} or ${M[1]}`;break;default:{const O=M.pop();S+=`one of ${M.join(", ")}, or ${O}`}}if(R==null)S+=`. Received ${R}`;else if(typeof R=="function"&&R.name)S+=`. Received function ${R.name}`;else if(typeof R=="object"){var U;if((U=R.constructor)!==null&&U!==void 0&&U.name)S+=`. Received an instance of ${R.constructor.name}`;else{const O=e(R,{depth:-1});S+=`. Received ${O}`}}else{let O=e(R,{colors:!1});O.length>25&&(O=`${O.slice(0,25)}...`),S+=`. Received type ${typeof R} (${O})`}return S},TypeError),d("ERR_INVALID_ARG_VALUE",(N,A,R="is invalid")=>{let S=e(A);return S.length>128&&(S=S.slice(0,128)+"..."),`The ${N.includes(".")?"property":"argument"} '${N}' ${R}. Received ${S}`},TypeError),d("ERR_INVALID_RETURN_VALUE",(N,A,R)=>{var S;const y=R!=null&&(S=R.constructor)!==null&&S!==void 0&&S.name?`instance of ${R.constructor.name}`:`type ${typeof R}`;return`Expected ${N} to be returned from the "${A}" function but got ${y}.`},TypeError),d("ERR_MISSING_ARGS",(...N)=>{h(N.length>0,"At least one arg needs to be specified");let A;const R=N.length;switch(N=(Array.isArray(N)?N:[N]).map(S=>`"${S}"`).join(" or "),R){case 1:A+=`The ${N[0]} argument`;break;case 2:A+=`The ${N[0]} and ${N[1]} arguments`;break;default:{const S=N.pop();A+=`The ${N.join(", ")}, and ${S} arguments`}break}return`${A} must be specified`},TypeError),d("ERR_OUT_OF_RANGE",(N,A,R)=>{h(A,'Missing "range" argument');let S;if(Number.isInteger(R)&&Math.abs(R)>2**32)S=g(String(R));else if(typeof R=="bigint"){S=String(R);const y=BigInt(2)**BigInt(32);(R>y||R<-y)&&(S=g(S)),S+="n"}else S=e(R);return`The value of "${N}" is out of range. It must be ${A}. Received ${S}`},RangeError),d("ERR_MULTIPLE_CALLBACK","Callback called multiple times",Error),d("ERR_METHOD_NOT_IMPLEMENTED","The %s method is not implemented",Error),d("ERR_STREAM_ALREADY_FINISHED","Cannot call %s after a stream was finished",Error),d("ERR_STREAM_CANNOT_PIPE","Cannot pipe, not readable",Error),d("ERR_STREAM_DESTROYED","Cannot call %s after a stream was destroyed",Error),d("ERR_STREAM_NULL_VALUES","May not write null values to stream",TypeError),d("ERR_STREAM_PREMATURE_CLOSE","Premature close",Error),d("ERR_STREAM_PUSH_AFTER_EOF","stream.push() after EOF",Error),d("ERR_STREAM_UNSHIFT_AFTER_END_EVENT","stream.unshift() after end event",Error),d("ERR_STREAM_WRITE_AFTER_END","write after end",Error),d("ERR_UNKNOWN_ENCODING","Unknown encoding: %s",TypeError),Mo={AbortError:T,aggregateTwoErrors:m(b),hideStackFrames:m,codes:f},Mo}var dr={exports:{}},lc;function $r(){if(lc)return dr.exports;lc=1;const{AbortController:i,AbortSignal:e}=typeof self<"u"?self:typeof window<"u"?window:void 0;return dr.exports=i,dr.exports.AbortSignal=e,dr.exports.default=i,dr.exports}var ms={exports:{}},uc;function zs(){if(uc)return ms.exports;uc=1;var i=typeof Reflect=="object"?Reflect:null,e=i&&typeof i.apply=="function"?i.apply:function(x,M,U){return Function.prototype.apply.call(x,M,U)},n;i&&typeof i.ownKeys=="function"?n=i.ownKeys:Object.getOwnPropertySymbols?n=function(x){return Object.getOwnPropertyNames(x).concat(Object.getOwnPropertySymbols(x))}:n=function(x){return Object.getOwnPropertyNames(x)};function r(y){console&&console.warn&&console.warn(y)}var o=Number.isNaN||function(x){return x!==x};function a(){a.init.call(this)}ms.exports=a,ms.exports.once=A,a.EventEmitter=a,a.prototype._events=void 0,a.prototype._eventsCount=0,a.prototype._maxListeners=void 0;var l=10;function u(y){if(typeof y!="function")throw new TypeError('The "listener" argument must be of type Function. Received type '+typeof y)}Object.defineProperty(a,"defaultMaxListeners",{enumerable:!0,get:function(){return l},set:function(y){if(typeof y!="number"||y<0||o(y))throw new RangeError('The value of "defaultMaxListeners" is out of range. It must be a non-negative number. Received '+y+".");l=y}}),a.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},a.prototype.setMaxListeners=function(x){if(typeof x!="number"||x<0||o(x))throw new RangeError('The value of "n" is out of range. It must be a non-negative number. Received '+x+".");return this._maxListeners=x,this};function f(y){return y._maxListeners===void 0?a.defaultMaxListeners:y._maxListeners}a.prototype.getMaxListeners=function(){return f(this)},a.prototype.emit=function(x){for(var M=[],U=1;U<arguments.length;U++)M.push(arguments[U]);var O=x==="error",Q=this._events;if(Q!==void 0)O=O&&Q.error===void 0;else if(!O)return!1;if(O){var D;if(M.length>0&&(D=M[0]),D instanceof Error)throw D;var B=new Error("Unhandled error."+(D?" ("+D.message+")":""));throw B.context=D,B}var X=Q[x];if(X===void 0)return!1;if(typeof X=="function")e(X,this,M);else for(var F=X.length,$=b(X,F),U=0;U<F;++U)e($[U],this,M);return!0};function h(y,x,M,U){var O,Q,D;if(u(M),Q=y._events,Q===void 0?(Q=y._events=Object.create(null),y._eventsCount=0):(Q.newListener!==void 0&&(y.emit("newListener",x,M.listener?M.listener:M),Q=y._events),D=Q[x]),D===void 0)D=Q[x]=M,++y._eventsCount;else if(typeof D=="function"?D=Q[x]=U?[M,D]:[D,M]:U?D.unshift(M):D.push(M),O=f(y),O>0&&D.length>O&&!D.warned){D.warned=!0;var B=new Error("Possible EventEmitter memory leak detected. "+D.length+" "+String(x)+" listeners added. Use emitter.setMaxListeners() to increase limit");B.name="MaxListenersExceededWarning",B.emitter=y,B.type=x,B.count=D.length,r(B)}return y}a.prototype.addListener=function(x,M){return h(this,x,M,!1)},a.prototype.on=a.prototype.addListener,a.prototype.prependListener=function(x,M){return h(this,x,M,!0)};function g(){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 _(y,x,M){var U={fired:!1,wrapFn:void 0,target:y,type:x,listener:M},O=g.bind(U);return O.listener=M,U.wrapFn=O,O}a.prototype.once=function(x,M){return u(M),this.on(x,_(this,x,M)),this},a.prototype.prependOnceListener=function(x,M){return u(M),this.prependListener(x,_(this,x,M)),this},a.prototype.removeListener=function(x,M){var U,O,Q,D,B;if(u(M),O=this._events,O===void 0)return this;if(U=O[x],U===void 0)return this;if(U===M||U.listener===M)--this._eventsCount===0?this._events=Object.create(null):(delete O[x],O.removeListener&&this.emit("removeListener",x,U.listener||M));else if(typeof U!="function"){for(Q=-1,D=U.length-1;D>=0;D--)if(U[D]===M||U[D].listener===M){B=U[D].listener,Q=D;break}if(Q<0)return this;Q===0?U.shift():T(U,Q),U.length===1&&(O[x]=U[0]),O.removeListener!==void 0&&this.emit("removeListener",x,B||M)}return this},a.prototype.off=a.prototype.removeListener,a.prototype.removeAllListeners=function(x){var M,U,O;if(U=this._events,U===void 0)return this;if(U.removeListener===void 0)return arguments.length===0?(this._events=Object.create(null),this._eventsCount=0):U[x]!==void 0&&(--this._eventsCount===0?this._events=Object.create(null):delete U[x]),this;if(arguments.length===0){var Q=Object.keys(U),D;for(O=0;O<Q.length;++O)D=Q[O],D!=="removeListener"&&this.removeAllListeners(D);return this.removeAllListeners("removeListener"),this._events=Object.create(null),this._eventsCount=0,this}if(M=U[x],typeof M=="function")this.removeListener(x,M);else if(M!==void 0)for(O=M.length-1;O>=0;O--)this.removeListener(x,M[O]);return this};function d(y,x,M){var U=y._events;if(U===void 0)return[];var O=U[x];return O===void 0?[]:typeof O=="function"?M?[O.listener||O]:[O]:M?N(O):b(O,O.length)}a.prototype.listeners=function(x){return d(this,x,!0)},a.prototype.rawListeners=function(x){return d(this,x,!1)},a.listenerCount=function(y,x){return typeof y.listenerCount=="function"?y.listenerCount(x):m.call(y,x)},a.prototype.listenerCount=m;function m(y){var x=this._events;if(x!==void 0){var M=x[y];if(typeof M=="function")return 1;if(M!==void 0)return M.length}return 0}a.prototype.eventNames=function(){return this._eventsCount>0?n(this._events):[]};function b(y,x){for(var M=new Array(x),U=0;U<x;++U)M[U]=y[U];return M}function T(y,x){for(;x+1<y.length;x++)y[x]=y[x+1];y.pop()}function N(y){for(var x=new Array(y.length),M=0;M<x.length;++M)x[M]=y[M].listener||y[M];return x}function A(y,x){return new Promise(function(M,U){function O(D){y.removeListener(x,Q),U(D)}function Q(){typeof y.removeListener=="function"&&y.removeListener("error",O),M([].slice.call(arguments))}S(y,x,Q,{once:!0}),x!=="error"&&R(y,O,{once:!0})})}function R(y,x,M){typeof y.on=="function"&&S(y,"error",x,M)}function S(y,x,M,U){if(typeof y.on=="function")U.once?y.once(x,M):y.on(x,M);else if(typeof y.addEventListener=="function")y.addEventListener(x,function O(Q){U.once&&y.removeEventListener(x,O),M(Q)});else throw new TypeError('The "emitter" argument must be of type EventEmitter. Received type '+typeof y)}return ms.exports}var cc;function Ot(){return cc||(cc=1,(function(i){const e=In(),{format:n,inspect:r}=lf(),{codes:{ERR_INVALID_ARG_TYPE:o}}=Pt(),{kResistStopPropagation:a,AggregateError:l,SymbolDispose:u}=ct(),f=globalThis.AbortSignal||$r().AbortSignal,h=globalThis.AbortController||$r().AbortController,g=Object.getPrototypeOf(async function(){}).constructor,_=globalThis.Blob||e.Blob,d=typeof _<"u"?function(N){return N instanceof _}:function(N){return!1},m=(T,N)=>{if(T!==void 0&&(T===null||typeof T!="object"||!("aborted"in T)))throw new o(N,"AbortSignal",T)},b=(T,N)=>{if(typeof T!="function")throw new o(N,"Function",T)};i.exports={AggregateError:l,kEmptyObject:Object.freeze({}),once(T){let N=!1;return function(...A){N||(N=!0,T.apply(this,A))}},createDeferredPromise:function(){let T,N;return{promise:new Promise((R,S)=>{T=R,N=S}),resolve:T,reject:N}},promisify(T){return new Promise((N,A)=>{T((R,...S)=>R?A(R):N(...S))})},debuglog(){return function(){}},format:n,inspect:r,types:{isAsyncFunction(T){return T instanceof g},isArrayBufferView(T){return ArrayBuffer.isView(T)}},isBlob:d,deprecate(T,N){return T},addAbortListener:zs().addAbortListener||function(N,A){if(N===void 0)throw new o("signal","AbortSignal",N);m(N,"signal"),b(A,"listener");let R;return N.aborted?queueMicrotask(()=>A()):(N.addEventListener("abort",A,{__proto__:null,once:!0,[a]:!0}),R=()=>{N.removeEventListener("abort",A)}),{__proto__:null,[u](){var S;(S=R)===null||S===void 0||S()}}},AbortSignalAny:f.any||function(N){if(N.length===1)return N[0];const A=new h,R=()=>A.abort();return N.forEach(S=>{m(S,"signals"),S.addEventListener("abort",R,{once:!0})}),A.signal.addEventListener("abort",()=>{N.forEach(S=>S.removeEventListener("abort",R))},{once:!0}),A.signal}},i.exports.promisify.custom=Symbol.for("nodejs.util.promisify.custom")})(Po)),Po.exports}var _s={},Do,dc;function Hr(){if(dc)return Do;dc=1;const{ArrayIsArray:i,ArrayPrototypeIncludes:e,ArrayPrototypeJoin:n,ArrayPrototypeMap:r,NumberIsInteger:o,NumberIsNaN:a,NumberMAX_SAFE_INTEGER:l,NumberMIN_SAFE_INTEGER:u,NumberParseInt:f,ObjectPrototypeHasOwnProperty:h,RegExpPrototypeExec:g,String:_,StringPrototypeToUpperCase:d,StringPrototypeTrim:m}=ct(),{hideStackFrames:b,codes:{ERR_SOCKET_BAD_PORT:T,ERR_INVALID_ARG_TYPE:N,ERR_INVALID_ARG_VALUE:A,ERR_OUT_OF_RANGE:R,ERR_UNKNOWN_SIGNAL:S}}=Pt(),{normalizeEncoding:y}=Ot(),{isAsyncFunction:x,isArrayBufferView:M}=Ot().types,U={};function O(se){return se===(se|0)}function Q(se){return se===se>>>0}const D=/^[0-7]+$/,B="must be a 32-bit unsigned integer or an octal string";function X(se,be,Ne){if(typeof se>"u"&&(se=Ne),typeof se=="string"){if(g(D,se)===null)throw new A(be,se,B);se=f(se,8)}return ue(se,be),se}const F=b((se,be,Ne=u,ve=l)=>{if(typeof se!="number")throw new N(be,"number",se);if(!o(se))throw new R(be,"an integer",se);if(se<Ne||se>ve)throw new R(be,`>= ${Ne} && <= ${ve}`,se)}),$=b((se,be,Ne=-2147483648,ve=2147483647)=>{if(typeof se!="number")throw new N(be,"number",se);if(!o(se))throw new R(be,"an integer",se);if(se<Ne||se>ve)throw new R(be,`>= ${Ne} && <= ${ve}`,se)}),ue=b((se,be,Ne=!1)=>{if(typeof se!="number")throw new N(be,"number",se);if(!o(se))throw new R(be,"an integer",se);const ve=Ne?1:0,Be=4294967295;if(se<ve||se>Be)throw new R(be,`>= ${ve} && <= ${Be}`,se)});function k(se,be){if(typeof se!="string")throw new N(be,"string",se)}function oe(se,be,Ne=void 0,ve){if(typeof se!="number")throw new N(be,"number",se);if(Ne!=null&&se<Ne||ve!=null&&se>ve||(Ne!=null||ve!=null)&&a(se))throw new R(be,`${Ne!=null?`>= ${Ne}`:""}${Ne!=null&&ve!=null?" && ":""}${ve!=null?`<= ${ve}`:""}`,se)}const j=b((se,be,Ne)=>{if(!e(Ne,se)){const Be="must be one of: "+n(r(Ne,gt=>typeof gt=="string"?`'${gt}'`:_(gt)),", ");throw new A(be,se,Be)}});function ae(se,be){if(typeof se!="boolean")throw new N(be,"boolean",se)}function I(se,be,Ne){return se==null||!h(se,be)?Ne:se[be]}const Z=b((se,be,Ne=null)=>{const ve=I(Ne,"allowArray",!1),Be=I(Ne,"allowFunction",!1);if(!I(Ne,"nullable",!1)&&se===null||!ve&&i(se)||typeof se!="object"&&(!Be||typeof se!="function"))throw new N(be,"Object",se)}),ie=b((se,be)=>{if(se!=null&&typeof se!="object"&&typeof se!="function")throw new N(be,"a dictionary",se)}),ee=b((se,be,Ne=0)=>{if(!i(se))throw new N(be,"Array",se);if(se.length<Ne){const ve=`must be longer than ${Ne}`;throw new A(be,se,ve)}});function me(se,be){ee(se,be);for(let Ne=0;Ne<se.length;Ne++)k(se[Ne],`${be}[${Ne}]`)}function W(se,be){ee(se,be);for(let Ne=0;Ne<se.length;Ne++)ae(se[Ne],`${be}[${Ne}]`)}function G(se,be){ee(se,be);for(let Ne=0;Ne<se.length;Ne++){const ve=se[Ne],Be=`${be}[${Ne}]`;if(ve==null)throw new N(Be,"AbortSignal",ve);Ee(ve,Be)}}function Y(se,be="signal"){if(k(se,be),U[se]===void 0)throw U[d(se)]!==void 0?new S(se+" (signals must use all capital letters)"):new S(se)}const K=b((se,be="buffer")=>{if(!M(se))throw new N(be,["Buffer","TypedArray","DataView"],se)});function le(se,be){const Ne=y(be),ve=se.length;if(Ne==="hex"&&ve%2!==0)throw new A("encoding",be,`is invalid for data of length ${ve}`)}function ce(se,be="Port",Ne=!0){if(typeof se!="number"&&typeof se!="string"||typeof se=="string"&&m(se).length===0||+se!==+se>>>0||se>65535||se===0&&!Ne)throw new T(be,se,Ne);return se|0}const Ee=b((se,be)=>{if(se!==void 0&&(se===null||typeof se!="object"||!("aborted"in se)))throw new N(be,"AbortSignal",se)}),Te=b((se,be)=>{if(typeof se!="function")throw new N(be,"Function",se)}),q=b((se,be)=>{if(typeof se!="function"||x(se))throw new N(be,"Function",se)}),te=b((se,be)=>{if(se!==void 0)throw new N(be,"undefined",se)});function fe(se,be,Ne){if(!e(Ne,se))throw new N(be,`('${n(Ne,"|")}')`,se)}const xe=/^(?:<[^>]*>)(?:\s*;\s*[^;"\s]+(?:=(")?[^;"\s]*\1)?)*$/;function Se(se,be){if(typeof se>"u"||!g(xe,se))throw new A(be,se,'must be an array or string of format "</styles.css>; rel=preload; as=style"')}function Ie(se){if(typeof se=="string")return Se(se,"hints"),se;if(i(se)){const be=se.length;let Ne="";if(be===0)return Ne;for(let ve=0;ve<be;ve++){const Be=se[ve];Se(Be,"hints"),Ne+=Be,ve!==be-1&&(Ne+=", ")}return Ne}throw new A("hints",se,'must be an array or string of format "</styles.css>; rel=preload; as=style"')}return Do={isInt32:O,isUint32:Q,parseFileMode:X,validateArray:ee,validateStringArray:me,validateBooleanArray:W,validateAbortSignalArray:G,validateBoolean:ae,validateBuffer:K,validateDictionary:ie,validateEncoding:le,validateFunction:Te,validateInt32:$,validateInteger:F,validateNumber:oe,validateObject:Z,validateOneOf:j,validatePlainFunction:q,validatePort:ce,validateSignalName:Y,validateString:k,validateUint32:ue,validateUndefined:te,validateUnion:fe,validateAbortSignal:Ee,validateLinkHeaderValue:Ie},Do}var ys={exports:{}},Oo={exports:{}},hc;function vi(){if(hc)return Oo.exports;hc=1;var i=Oo.exports={},e,n;function r(){throw new Error("setTimeout has not been defined")}function o(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?e=setTimeout:e=r}catch{e=r}try{typeof clearTimeout=="function"?n=clearTimeout:n=o}catch{n=o}})();function a(T){if(e===setTimeout)return setTimeout(T,0);if((e===r||!e)&&setTimeout)return e=setTimeout,setTimeout(T,0);try{return e(T,0)}catch{try{return e.call(null,T,0)}catch{return e.call(this,T,0)}}}function l(T){if(n===clearTimeout)return clearTimeout(T);if((n===o||!n)&&clearTimeout)return n=clearTimeout,clearTimeout(T);try{return n(T)}catch{try{return n.call(null,T)}catch{return n.call(this,T)}}}var u=[],f=!1,h,g=-1;function _(){!f||!h||(f=!1,h.length?u=h.concat(u):g=-1,u.length&&d())}function d(){if(!f){var T=a(_);f=!0;for(var N=u.length;N;){for(h=u,u=[];++g<N;)h&&h[g].run();g=-1,N=u.length}h=null,f=!1,l(T)}}i.nextTick=function(T){var N=new Array(arguments.length-1);if(arguments.length>1)for(var A=1;A<arguments.length;A++)N[A-1]=arguments[A];u.push(new m(T,N)),u.length===1&&!f&&a(d)};function m(T,N){this.fun=T,this.array=N}m.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(T){return[]},i.binding=function(T){throw new Error("process.binding is not supported")},i.cwd=function(){return"/"},i.chdir=function(T){throw new Error("process.chdir is not supported")},i.umask=function(){return 0},Oo.exports}var Fo,fc;function Nn(){if(fc)return Fo;fc=1;const{SymbolAsyncIterator:i,SymbolIterator:e,SymbolFor:n}=ct(),r=n("nodejs.stream.destroyed"),o=n("nodejs.stream.errored"),a=n("nodejs.stream.readable"),l=n("nodejs.stream.writable"),u=n("nodejs.stream.disturbed"),f=n("nodejs.webstream.isClosedPromise"),h=n("nodejs.webstream.controllerErrorFunction");function g(I,Z=!1){var ie;return!!(I&&typeof I.pipe=="function"&&typeof I.on=="function"&&(!Z||typeof I.pause=="function"&&typeof I.resume=="function")&&(!I._writableState||((ie=I._readableState)===null||ie===void 0?void 0:ie.readable)!==!1)&&(!I._writableState||I._readableState))}function _(I){var Z;return!!(I&&typeof I.write=="function"&&typeof I.on=="function"&&(!I._readableState||((Z=I._writableState)===null||Z===void 0?void 0:Z.writable)!==!1))}function d(I){return!!(I&&typeof I.pipe=="function"&&I._readableState&&typeof I.on=="function"&&typeof I.write=="function")}function m(I){return I&&(I._readableState||I._writableState||typeof I.write=="function"&&typeof I.on=="function"||typeof I.pipe=="function"&&typeof I.on=="function")}function b(I){return!!(I&&!m(I)&&typeof I.pipeThrough=="function"&&typeof I.getReader=="function"&&typeof I.cancel=="function")}function T(I){return!!(I&&!m(I)&&typeof I.getWriter=="function"&&typeof I.abort=="function")}function N(I){return!!(I&&!m(I)&&typeof I.readable=="object"&&typeof I.writable=="object")}function A(I){return b(I)||T(I)||N(I)}function R(I,Z){return I==null?!1:Z===!0?typeof I[i]=="function":Z===!1?typeof I[e]=="function":typeof I[i]=="function"||typeof I[e]=="function"}function S(I){if(!m(I))return null;const Z=I._writableState,ie=I._readableState,ee=Z||ie;return!!(I.destroyed||I[r]||ee!=null&&ee.destroyed)}function y(I){if(!_(I))return null;if(I.writableEnded===!0)return!0;const Z=I._writableState;return Z!=null&&Z.errored?!1:typeof Z?.ended!="boolean"?null:Z.ended}function x(I,Z){if(!_(I))return null;if(I.writableFinished===!0)return!0;const ie=I._writableState;return ie!=null&&ie.errored?!1:typeof ie?.finished!="boolean"?null:!!(ie.finished||Z===!1&&ie.ended===!0&&ie.length===0)}function M(I){if(!g(I))return null;if(I.readableEnded===!0)return!0;const Z=I._readableState;return!Z||Z.errored?!1:typeof Z?.ended!="boolean"?null:Z.ended}function U(I,Z){if(!g(I))return null;const ie=I._readableState;return ie!=null&&ie.errored?!1:typeof ie?.endEmitted!="boolean"?null:!!(ie.endEmitted||Z===!1&&ie.ended===!0&&ie.length===0)}function O(I){return I&&I[a]!=null?I[a]:typeof I?.readable!="boolean"?null:S(I)?!1:g(I)&&I.readable&&!U(I)}function Q(I){return I&&I[l]!=null?I[l]:typeof I?.writable!="boolean"?null:S(I)?!1:_(I)&&I.writable&&!y(I)}function D(I,Z){return m(I)?S(I)?!0:!(Z?.readable!==!1&&O(I)||Z?.writable!==!1&&Q(I)):null}function B(I){var Z,ie;return m(I)?I.writableErrored?I.writableErrored:(Z=(ie=I._writableState)===null||ie===void 0?void 0:ie.errored)!==null&&Z!==void 0?Z:null:null}function X(I){var Z,ie;return m(I)?I.readableErrored?I.readableErrored:(Z=(ie=I._readableState)===null||ie===void 0?void 0:ie.errored)!==null&&Z!==void 0?Z:null:null}function F(I){if(!m(I))return null;if(typeof I.closed=="boolean")return I.closed;const Z=I._writableState,ie=I._readableState;return typeof Z?.closed=="boolean"||typeof ie?.closed=="boolean"?Z?.closed||ie?.closed:typeof I._closed=="boolean"&&$(I)?I._closed:null}function $(I){return typeof I._closed=="boolean"&&typeof I._defaultKeepAlive=="boolean"&&typeof I._removedConnection=="boolean"&&typeof I._removedContLen=="boolean"}function ue(I){return typeof I._sent100=="boolean"&&$(I)}function k(I){var Z;return typeof I._consuming=="boolean"&&typeof I._dumped=="boolean"&&((Z=I.req)===null||Z===void 0?void 0:Z.upgradeOrConnect)===void 0}function oe(I){if(!m(I))return null;const Z=I._writableState,ie=I._readableState,ee=Z||ie;return!ee&&ue(I)||!!(ee&&ee.autoDestroy&&ee.emitClose&&ee.closed===!1)}function j(I){var Z;return!!(I&&((Z=I[u])!==null&&Z!==void 0?Z:I.readableDidRead||I.readableAborted))}function ae(I){var Z,ie,ee,me,W,G,Y,K,le,ce;return!!(I&&((Z=(ie=(ee=(me=(W=(G=I[o])!==null&&G!==void 0?G:I.readableErrored)!==null&&W!==void 0?W:I.writableErrored)!==null&&me!==void 0?me:(Y=I._readableState)===null||Y===void 0?void 0:Y.errorEmitted)!==null&&ee!==void 0?ee:(K=I._writableState)===null||K===void 0?void 0:K.errorEmitted)!==null&&ie!==void 0?ie:(le=I._readableState)===null||le===void 0?void 0:le.errored)!==null&&Z!==void 0?Z:!((ce=I._writableState)===null||ce===void 0)&&ce.errored))}return Fo={isDestroyed:S,kIsDestroyed:r,isDisturbed:j,kIsDisturbed:u,isErrored:ae,kIsErrored:o,isReadable:O,kIsReadable:a,kIsClosedPromise:f,kControllerErrorFunction:h,kIsWritable:l,isClosed:F,isDuplexNodeStream:d,isFinished:D,isIterable:R,isReadableNodeStream:g,isReadableStream:b,isReadableEnded:M,isReadableFinished:U,isReadableErrored:X,isNodeStream:m,isWebStream:A,isWritable:Q,isWritableNodeStream:_,isWritableStream:T,isWritableEnded:y,isWritableFinished:x,isWritableErrored:B,isServerRequest:k,isServerResponse:ue,willEmitClose:oe,isTransformStream:N},Fo}var pc;function Vn(){if(pc)return ys.exports;pc=1;const i=vi(),{AbortError:e,codes:n}=Pt(),{ERR_INVALID_ARG_TYPE:r,ERR_STREAM_PREMATURE_CLOSE:o}=n,{kEmptyObject:a,once:l}=Ot(),{validateAbortSignal:u,validateFunction:f,validateObject:h,validateBoolean:g}=Hr(),{Promise:_,PromisePrototypeThen:d,SymbolDispose:m}=ct(),{isClosed:b,isReadable:T,isReadableNodeStream:N,isReadableStream:A,isReadableFinished:R,isReadableErrored:S,isWritable:y,isWritableNodeStream:x,isWritableStream:M,isWritableFinished:U,isWritableErrored:O,isNodeStream:Q,willEmitClose:D,kIsClosedPromise:B}=Nn();let X;function F(j){return j.setHeader&&typeof j.abort=="function"}const $=()=>{};function ue(j,ae,I){var Z,ie;if(arguments.length===2?(I=ae,ae=a):ae==null?ae=a:h(ae,"options"),f(I,"callback"),u(ae.signal,"options.signal"),I=l(I),A(j)||M(j))return k(j,ae,I);if(!Q(j))throw new r("stream",["ReadableStream","WritableStream","Stream"],j);const ee=(Z=ae.readable)!==null&&Z!==void 0?Z:N(j),me=(ie=ae.writable)!==null&&ie!==void 0?ie:x(j),W=j._writableState,G=j._readableState,Y=()=>{j.writable||ce()};let K=D(j)&&N(j)===ee&&x(j)===me,le=U(j,!1);const ce=()=>{le=!0,j.destroyed&&(K=!1),!(K&&(!j.readable||ee))&&(!ee||Ee)&&I.call(j)};let Ee=R(j,!1);const Te=()=>{Ee=!0,j.destroyed&&(K=!1),!(K&&(!j.writable||me))&&(!me||le)&&I.call(j)},q=se=>{I.call(j,se)};let te=b(j);const fe=()=>{te=!0;const se=O(j)||S(j);if(se&&typeof se!="boolean")return I.call(j,se);if(ee&&!Ee&&N(j,!0)&&!R(j,!1))return I.call(j,new o);if(me&&!le&&!U(j,!1))return I.call(j,new o);I.call(j)},xe=()=>{te=!0;const se=O(j)||S(j);if(se&&typeof se!="boolean")return I.call(j,se);I.call(j)},Se=()=>{j.req.on("finish",ce)};F(j)?(j.on("complete",ce),K||j.on("abort",fe),j.req?Se():j.on("request",Se)):me&&!W&&(j.on("end",Y),j.on("close",Y)),!K&&typeof j.aborted=="boolean"&&j.on("aborted",fe),j.on("end",Te),j.on("finish",ce),ae.error!==!1&&j.on("error",q),j.on("close",fe),te?i.nextTick(fe):W!=null&&W.errorEmitted||G!=null&&G.errorEmitted?K||i.nextTick(xe):(!ee&&(!K||T(j))&&(le||y(j)===!1)||!me&&(!K||y(j))&&(Ee||T(j)===!1)||G&&j.req&&j.aborted)&&i.nextTick(xe);const Ie=()=>{I=$,j.removeListener("aborted",fe),j.removeListener("complete",ce),j.removeListener("abort",fe),j.removeListener("request",Se),j.req&&j.req.removeListener("finish",ce),j.removeListener("end",Y),j.removeListener("close",Y),j.removeListener("finish",ce),j.removeListener("end",Te),j.removeListener("error",q),j.removeListener("close",fe)};if(ae.signal&&!te){const se=()=>{const be=I;Ie(),be.call(j,new e(void 0,{cause:ae.signal.reason}))};if(ae.signal.aborted)i.nextTick(se);else{X=X||Ot().addAbortListener;const be=X(ae.signal,se),Ne=I;I=l((...ve)=>{be[m](),Ne.apply(j,ve)})}}return Ie}function k(j,ae,I){let Z=!1,ie=$;if(ae.signal)if(ie=()=>{Z=!0,I.call(j,new e(void 0,{cause:ae.signal.reason}))},ae.signal.aborted)i.nextTick(ie);else{X=X||Ot().addAbortListener;const me=X(ae.signal,ie),W=I;I=l((...G)=>{me[m](),W.apply(j,G)})}const ee=(...me)=>{Z||i.nextTick(()=>I.apply(j,me))};return d(j[B].promise,ee,ee),$}function oe(j,ae){var I;let Z=!1;return ae===null&&(ae=a),(I=ae)!==null&&I!==void 0&&I.cleanup&&(g(ae.cleanup,"cleanup"),Z=ae.cleanup),new _((ie,ee)=>{const me=ue(j,ae,W=>{Z&&me(),W?ee(W):ie()})})}return ys.exports=ue,ys.exports.finished=oe,ys.exports}var jo,gc;function Hi(){if(gc)return jo;gc=1;const i=vi(),{aggregateTwoErrors:e,codes:{ERR_MULTIPLE_CALLBACK:n},AbortError:r}=Pt(),{Symbol:o}=ct(),{kIsDestroyed:a,isDestroyed:l,isFinished:u,isServerRequest:f}=Nn(),h=o("kDestroy"),g=o("kConstruct");function _(D,B,X){D&&(D.stack,B&&!B.errored&&(B.errored=D),X&&!X.errored&&(X.errored=D))}function d(D,B){const X=this._readableState,F=this._writableState,$=F||X;return F!=null&&F.destroyed||X!=null&&X.destroyed?(typeof B=="function"&&B(),this):(_(D,F,X),F&&(F.destroyed=!0),X&&(X.destroyed=!0),$.constructed?m(this,D,B):this.once(h,function(ue){m(this,e(ue,D),B)}),this)}function m(D,B,X){let F=!1;function $(ue){if(F)return;F=!0;const k=D._readableState,oe=D._writableState;_(ue,oe,k),oe&&(oe.closed=!0),k&&(k.closed=!0),typeof X=="function"&&X(ue),ue?i.nextTick(b,D,ue):i.nextTick(T,D)}try{D._destroy(B||null,$)}catch(ue){$(ue)}}function b(D,B){N(D,B),T(D)}function T(D){const B=D._readableState,X=D._writableState;X&&(X.closeEmitted=!0),B&&(B.closeEmitted=!0),(X!=null&&X.emitClose||B!=null&&B.emitClose)&&D.emit("close")}function N(D,B){const X=D._readableState,F=D._writableState;F!=null&&F.errorEmitted||X!=null&&X.errorEmitted||(F&&(F.errorEmitted=!0),X&&(X.errorEmitted=!0),D.emit("error",B))}function A(){const D=this._readableState,B=this._writableState;D&&(D.constructed=!0,D.closed=!1,D.closeEmitted=!1,D.destroyed=!1,D.errored=null,D.errorEmitted=!1,D.reading=!1,D.ended=D.readable===!1,D.endEmitted=D.readable===!1),B&&(B.constructed=!0,B.destroyed=!1,B.closed=!1,B.closeEmitted=!1,B.errored=null,B.errorEmitted=!1,B.finalCalled=!1,B.prefinished=!1,B.ended=B.writable===!1,B.ending=B.writable===!1,B.finished=B.writable===!1)}function R(D,B,X){const F=D._readableState,$=D._writableState;if($!=null&&$.destroyed||F!=null&&F.destroyed)return this;F!=null&&F.autoDestroy||$!=null&&$.autoDestroy?D.destroy(B):B&&(B.stack,$&&!$.errored&&($.errored=B),F&&!F.errored&&(F.errored=B),X?i.nextTick(N,D,B):N(D,B))}function S(D,B){if(typeof D._construct!="function")return;const X=D._readableState,F=D._writableState;X&&(X.constructed=!1),F&&(F.constructed=!1),D.once(g,B),!(D.listenerCount(g)>1)&&i.nextTick(y,D)}function y(D){let B=!1;function X(F){if(B){R(D,F??new n);return}B=!0;const $=D._readableState,ue=D._writableState,k=ue||$;$&&($.constructed=!0),ue&&(ue.constructed=!0),k.destroyed?D.emit(h,F):F?R(D,F,!0):i.nextTick(x,D)}try{D._construct(F=>{i.nextTick(X,F)})}catch(F){i.nextTick(X,F)}}function x(D){D.emit(g)}function M(D){return D?.setHeader&&typeof D.abort=="function"}function U(D){D.emit("close")}function O(D,B){D.emit("error",B),i.nextTick(U,D)}function Q(D,B){!D||l(D)||(!B&&!u(D)&&(B=new r),f(D)?(D.socket=null,D.destroy(B)):M(D)?D.abort():M(D.req)?D.req.abort():typeof D.destroy=="function"?D.destroy(B):typeof D.close=="function"?D.close():B?i.nextTick(O,D,B):i.nextTick(U,D),D.destroyed||(D[a]=!0))}return jo={construct:S,destroyer:Q,destroy:d,undestroy:A,errorOrDestroy:R},jo}var $o,mc;function Nl(){if(mc)return $o;mc=1;const{ArrayIsArray:i,ObjectSetPrototypeOf:e}=ct(),{EventEmitter:n}=zs();function r(a){n.call(this,a)}e(r.prototype,n.prototype),e(r,n),r.prototype.pipe=function(a,l){const u=this;function f(T){a.writable&&a.write(T)===!1&&u.pause&&u.pause()}u.on("data",f);function h(){u.readable&&u.resume&&u.resume()}a.on("drain",h),!a._isStdio&&(!l||l.end!==!1)&&(u.on("end",_),u.on("close",d));let g=!1;function _(){g||(g=!0,a.end())}function d(){g||(g=!0,typeof a.destroy=="function"&&a.destroy())}function m(T){b(),n.listenerCount(this,"error")===0&&this.emit("error",T)}o(u,"error",m),o(a,"error",m);function b(){u.removeListener("data",f),a.removeListener("drain",h),u.removeListener("end",_),u.removeListener("close",d),u.removeListener("error",m),a.removeListener("error",m),u.removeListener("end",b),u.removeListener("close",b),a.removeListener("close",b)}return u.on("end",b),u.on("close",b),a.on("close",b),a.emit("pipe",u),a};function o(a,l,u){if(typeof a.prependListener=="function")return a.prependListener(l,u);!a._events||!a._events[l]?a.on(l,u):i(a._events[l])?a._events[l].unshift(u):a._events[l]=[u,a._events[l]]}return $o={Stream:r,prependListener:o},$o}var Bo={exports:{}},_c;function Us(){return _c||(_c=1,(function(i){const{SymbolDispose:e}=ct(),{AbortError:n,codes:r}=Pt(),{isNodeStream:o,isWebStream:a,kControllerErrorFunction:l}=Nn(),u=Vn(),{ERR_INVALID_ARG_TYPE:f}=r;let h;const g=(_,d)=>{if(typeof _!="object"||!("aborted"in _))throw new f(d,"AbortSignal",_)};i.exports.addAbortSignal=function(d,m){if(g(d,"signal"),!o(m)&&!a(m))throw new f("stream",["ReadableStream","WritableStream","Stream"],m);return i.exports.addAbortSignalNoValidate(d,m)},i.exports.addAbortSignalNoValidate=function(_,d){if(typeof _!="object"||!("aborted"in _))return d;const m=o(d)?()=>{d.destroy(new n(void 0,{cause:_.reason}))}:()=>{d[l](new n(void 0,{cause:_.reason}))};if(_.aborted)m();else{h=h||Ot().addAbortListener;const b=h(_,m);u(d,b[e])}return d}})(Bo)),Bo.exports}var qo,yc;function Rg(){if(yc)return qo;yc=1;const{StringPrototypeSlice:i,SymbolIterator:e,TypedArrayPrototypeSet:n,Uint8Array:r}=ct(),{Buffer:o}=In(),{inspect:a}=Ot();return qo=class{constructor(){this.head=null,this.tail=null,this.length=0}push(u){const f={data:u,next:null};this.length>0?this.tail.next=f:this.head=f,this.tail=f,++this.length}unshift(u){const f={data:u,next:this.head};this.length===0&&(this.tail=f),this.head=f,++this.length}shift(){if(this.length===0)return;const u=this.head.data;return this.length===1?this.head=this.tail=null:this.head=this.head.next,--this.length,u}clear(){this.head=this.tail=null,this.length=0}join(u){if(this.length===0)return"";let f=this.head,h=""+f.data;for(;(f=f.next)!==null;)h+=u+f.data;return h}concat(u){if(this.length===0)return o.alloc(0);const f=o.allocUnsafe(u>>>0);let h=this.head,g=0;for(;h;)n(f,h.data,g),g+=h.data.length,h=h.next;return f}consume(u,f){const h=this.head.data;if(u<h.length){const g=h.slice(0,u);return this.head.data=h.slice(u),g}return u===h.length?this.shift():f?this._getString(u):this._getBuffer(u)}first(){return this.head.data}*[e](){for(let u=this.head;u;u=u.next)yield u.data}_getString(u){let f="",h=this.head,g=0;do{const _=h.data;if(u>_.length)f+=_,u-=_.length;else{u===_.length?(f+=_,++g,h.next?this.head=h.next:this.head=this.tail=null):(f+=i(_,0,u),this.head=h,h.data=i(_,u));break}++g}while((h=h.next)!==null);return this.length-=g,f}_getBuffer(u){const f=o.allocUnsafe(u),h=u;let g=this.head,_=0;do{const d=g.data;if(u>d.length)n(f,d,h-u),u-=d.length;else{u===d.length?(n(f,d,h-u),++_,g.next?this.head=g.next:this.head=this.tail=null):(n(f,new r(d.buffer,d.byteOffset,u),h-u),this.head=g,g.data=d.slice(u));break}++_}while((g=g.next)!==null);return this.length-=_,f}[Symbol.for("nodejs.util.inspect.custom")](u,f){return a(this,{...f,depth:0,customInspect:!1})}},qo}var zo,vc;function Hs(){if(vc)return zo;vc=1;const{MathFloor:i,NumberIsInteger:e}=ct(),{validateInteger:n}=Hr(),{ERR_INVALID_ARG_VALUE:r}=Pt().codes;let o=16*1024,a=16;function l(g,_,d){return g.highWaterMark!=null?g.highWaterMark:_?g[d]:null}function u(g){return g?a:o}function f(g,_){n(_,"value",0),g?a=_:o=_}function h(g,_,d,m){const b=l(_,m,d);if(b!=null){if(!e(b)||b<0){const T=m?`options.${d}`:"options.highWaterMark";throw new r(T,b)}return i(b)}return u(g.objectMode)}return zo={getHighWaterMark:h,getDefaultHighWaterMark:u,setDefaultHighWaterMark:f},zo}var Uo={},vs={exports:{}};/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */var bc;function Cg(){return bc||(bc=1,(function(i,e){var n=In(),r=n.Buffer;function o(l,u){for(var f in l)u[f]=l[f]}r.from&&r.alloc&&r.allocUnsafe&&r.allocUnsafeSlow?i.exports=n:(o(n,e),e.Buffer=a);function a(l,u,f){return r(l,u,f)}a.prototype=Object.create(r.prototype),o(r,a),a.from=function(l,u,f){if(typeof l=="number")throw new TypeError("Argument must not be a number");return r(l,u,f)},a.alloc=function(l,u,f){if(typeof l!="number")throw new TypeError("Argument must be a number");var h=r(l);return u!==void 0?typeof f=="string"?h.fill(u,f):h.fill(u):h.fill(0),h},a.allocUnsafe=function(l){if(typeof l!="number")throw new TypeError("Argument must be a number");return r(l)},a.allocUnsafeSlow=function(l){if(typeof l!="number")throw new TypeError("Argument must be a number");return n.SlowBuffer(l)}})(vs,vs.exports)),vs.exports}var wc;function Pg(){if(wc)return Uo;wc=1;var i=Cg().Buffer,e=i.isEncoding||function(A){switch(A=""+A,A&&A.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 n(A){if(!A)return"utf8";for(var R;;)switch(A){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 A;default:if(R)return;A=(""+A).toLowerCase(),R=!0}}function r(A){var R=n(A);if(typeof R!="string"&&(i.isEncoding===e||!e(A)))throw new Error("Unknown encoding: "+A);return R||A}Uo.StringDecoder=o;function o(A){this.encoding=r(A);var R;switch(this.encoding){case"utf16le":this.text=_,this.end=d,R=4;break;case"utf8":this.fillLast=f,R=4;break;case"base64":this.text=m,this.end=b,R=3;break;default:this.write=T,this.end=N;return}this.lastNeed=0,this.lastTotal=0,this.lastChar=i.allocUnsafe(R)}o.prototype.write=function(A){if(A.length===0)return"";var R,S;if(this.lastNeed){if(R=this.fillLast(A),R===void 0)return"";S=this.lastNeed,this.lastNeed=0}else S=0;return S<A.length?R?R+this.text(A,S):this.text(A,S):R||""},o.prototype.end=g,o.prototype.text=h,o.prototype.fillLast=function(A){if(this.lastNeed<=A.length)return A.copy(this.lastChar,this.lastTotal-this.lastNeed,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal);A.copy(this.lastChar,this.lastTotal-this.lastNeed,0,A.length),this.lastNeed-=A.length};function a(A){return A<=127?0:A>>5===6?2:A>>4===14?3:A>>3===30?4:A>>6===2?-1:-2}function l(A,R,S){var y=R.length-1;if(y<S)return 0;var x=a(R[y]);return x>=0?(x>0&&(A.lastNeed=x-1),x):--y<S||x===-2?0:(x=a(R[y]),x>=0?(x>0&&(A.lastNeed=x-2),x):--y<S||x===-2?0:(x=a(R[y]),x>=0?(x>0&&(x===2?x=0:A.lastNeed=x-3),x):0))}function u(A,R,S){if((R[0]&192)!==128)return A.lastNeed=0,"�";if(A.lastNeed>1&&R.length>1){if((R[1]&192)!==128)return A.lastNeed=1,"�";if(A.lastNeed>2&&R.length>2&&(R[2]&192)!==128)return A.lastNeed=2,"�"}}function f(A){var R=this.lastTotal-this.lastNeed,S=u(this,A);if(S!==void 0)return S;if(this.lastNeed<=A.length)return A.copy(this.lastChar,R,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal);A.copy(this.lastChar,R,0,A.length),this.lastNeed-=A.length}function h(A,R){var S=l(this,A,R);if(!this.lastNeed)return A.toString("utf8",R);this.lastTotal=S;var y=A.length-(S-this.lastNeed);return A.copy(this.lastChar,0,y),A.toString("utf8",R,y)}function g(A){var R=A&&A.length?this.write(A):"";return this.lastNeed?R+"�":R}function _(A,R){if((A.length-R)%2===0){var S=A.toString("utf16le",R);if(S){var y=S.charCodeAt(S.length-1);if(y>=55296&&y<=56319)return this.lastNeed=2,this.lastTotal=4,this.lastChar[0]=A[A.length-2],this.lastChar[1]=A[A.length-1],S.slice(0,-1)}return S}return this.lastNeed=1,this.lastTotal=2,this.lastChar[0]=A[A.length-1],A.toString("utf16le",R,A.length-1)}function d(A){var R=A&&A.length?this.write(A):"";if(this.lastNeed){var S=this.lastTotal-this.lastNeed;return R+this.lastChar.toString("utf16le",0,S)}return R}function m(A,R){var S=(A.length-R)%3;return S===0?A.toString("base64",R):(this.lastNeed=3-S,this.lastTotal=3,S===1?this.lastChar[0]=A[A.length-1]:(this.lastChar[0]=A[A.length-2],this.lastChar[1]=A[A.length-1]),A.toString("base64",R,A.length-S))}function b(A){var R=A&&A.length?this.write(A):"";return this.lastNeed?R+this.lastChar.toString("base64",0,3-this.lastNeed):R}function T(A){return A.toString(this.encoding)}function N(A){return A&&A.length?this.write(A):""}return Uo}var Ho,xc;function uf(){if(xc)return Ho;xc=1;const i=vi(),{PromisePrototypeThen:e,SymbolAsyncIterator:n,SymbolIterator:r}=ct(),{Buffer:o}=In(),{ERR_INVALID_ARG_TYPE:a,ERR_STREAM_NULL_VALUES:l}=Pt().codes;function u(f,h,g){let _;if(typeof h=="string"||h instanceof o)return new f({objectMode:!0,...g,read(){this.push(h),this.push(null)}});let d;if(h&&h[n])d=!0,_=h[n]();else if(h&&h[r])d=!1,_=h[r]();else throw new a("iterable",["Iterable"],h);const m=new f({objectMode:!0,highWaterMark:1,...g});let b=!1;m._read=function(){b||(b=!0,N())},m._destroy=function(A,R){e(T(A),()=>i.nextTick(R,A),S=>i.nextTick(R,S||A))};async function T(A){const R=A!=null,S=typeof _.throw=="function";if(R&&S){const{value:y,done:x}=await _.throw(A);if(await y,x)return}if(typeof _.return=="function"){const{value:y}=await _.return();await y}}async function N(){for(;;){try{const{value:A,done:R}=d?await _.next():_.next();if(R)m.push(null);else{const S=A&&typeof A.then=="function"?await A:A;if(S===null)throw b=!1,new l;if(m.push(S))continue;b=!1}}catch(A){m.destroy(A)}break}}return m}return Ho=u,Ho}var Vo,Ec;function Vs(){if(Ec)return Vo;Ec=1;const i=vi(),{ArrayPrototypeIndexOf:e,NumberIsInteger:n,NumberIsNaN:r,NumberParseInt:o,ObjectDefineProperties:a,ObjectKeys:l,ObjectSetPrototypeOf:u,Promise:f,SafeSet:h,SymbolAsyncDispose:g,SymbolAsyncIterator:_,Symbol:d}=ct();Vo=ve,ve.ReadableState=Ne;const{EventEmitter:m}=zs(),{Stream:b,prependListener:T}=Nl(),{Buffer:N}=In(),{addAbortSignal:A}=Us(),R=Vn();let S=Ot().debuglog("stream",z=>{S=z});const y=Rg(),x=Hi(),{getHighWaterMark:M,getDefaultHighWaterMark:U}=Hs(),{aggregateTwoErrors:O,codes:{ERR_INVALID_ARG_TYPE:Q,ERR_METHOD_NOT_IMPLEMENTED:D,ERR_OUT_OF_RANGE:B,ERR_STREAM_PUSH_AFTER_EOF:X,ERR_STREAM_UNSHIFT_AFTER_END_EVENT:F},AbortError:$}=Pt(),{validateObject:ue}=Hr(),k=d("kPaused"),{StringDecoder:oe}=Pg(),j=uf();u(ve.prototype,b.prototype),u(ve,b);const ae=()=>{},{errorOrDestroy:I}=x,Z=1,ie=2,ee=4,me=8,W=16,G=32,Y=64,K=128,le=256,ce=512,Ee=1024,Te=2048,q=4096,te=8192,fe=16384,xe=32768,Se=65536,Ie=1<<17,se=1<<18;function be(z){return{enumerable:!1,get(){return(this.state&z)!==0},set(J){J?this.state|=z:this.state&=~z}}}a(Ne.prototype,{objectMode:be(Z),ended:be(ie),endEmitted:be(ee),reading:be(me),constructed:be(W),sync:be(G),needReadable:be(Y),emittedReadable:be(K),readableListening:be(le),resumeScheduled:be(ce),errorEmitted:be(Ee),emitClose:be(Te),autoDestroy:be(q),destroyed:be(te),closed:be(fe),closeEmitted:be(xe),multiAwaitDrain:be(Se),readingMore:be(Ie),dataEmitted:be(se)});function Ne(z,J,Ae){typeof Ae!="boolean"&&(Ae=J instanceof Tn()),this.state=Te|q|W|G,z&&z.objectMode&&(this.state|=Z),Ae&&z&&z.readableObjectMode&&(this.state|=Z),this.highWaterMark=z?M(this,z,"readableHighWaterMark",Ae):U(!1),this.buffer=new y,this.length=0,this.pipes=[],this.flowing=null,this[k]=null,z&&z.emitClose===!1&&(this.state&=~Te),z&&z.autoDestroy===!1&&(this.state&=~q),this.errored=null,this.defaultEncoding=z&&z.defaultEncoding||"utf8",this.awaitDrainWriters=null,this.decoder=null,this.encoding=null,z&&z.encoding&&(this.decoder=new oe(z.encoding),this.encoding=z.encoding)}function ve(z){if(!(this instanceof ve))return new ve(z);const J=this instanceof Tn();this._readableState=new Ne(z,this,J),z&&(typeof z.read=="function"&&(this._read=z.read),typeof z.destroy=="function"&&(this._destroy=z.destroy),typeof z.construct=="function"&&(this._construct=z.construct),z.signal&&!J&&A(z.signal,this)),b.call(this,z),x.construct(this,()=>{this._readableState.needReadable&&re(this,this._readableState)})}ve.prototype.destroy=x.destroy,ve.prototype._undestroy=x.undestroy,ve.prototype._destroy=function(z,J){J(z)},ve.prototype[m.captureRejectionSymbol]=function(z){this.destroy(z)},ve.prototype[g]=function(){let z;return this.destroyed||(z=this.readableEnded?null:new $,this.destroy(z)),new f((J,Ae)=>R(this,Re=>Re&&Re!==z?Ae(Re):J(null)))},ve.prototype.push=function(z,J){return Be(this,z,J,!1)},ve.prototype.unshift=function(z,J){return Be(this,z,J,!0)};function Be(z,J,Ae,Re){S("readableAddChunk",J);const Me=z._readableState;let mt;if((Me.state&Z)===0&&(typeof J=="string"?(Ae=Ae||Me.defaultEncoding,Me.encoding!==Ae&&(Re&&Me.encoding?J=N.from(J,Ae).toString(Me.encoding):(J=N.from(J,Ae),Ae=""))):J instanceof N?Ae="":b._isUint8Array(J)?(J=b._uint8ArrayToBuffer(J),Ae=""):J!=null&&(mt=new Q("chunk",["string","Buffer","Uint8Array"],J))),mt)I(z,mt);else if(J===null)Me.state&=~me,v(z,Me);else if((Me.state&Z)!==0||J&&J.length>0)if(Re)if((Me.state&ee)!==0)I(z,new F);else{if(Me.destroyed||Me.errored)return!1;gt(z,Me,J,!0)}else if(Me.ended)I(z,new X);else{if(Me.destroyed||Me.errored)return!1;Me.state&=~me,Me.decoder&&!Ae?(J=Me.decoder.write(J),Me.objectMode||J.length!==0?gt(z,Me,J,!1):re(z,Me)):gt(z,Me,J,!1)}else Re||(Me.state&=~me,re(z,Me));return!Me.ended&&(Me.length<Me.highWaterMark||Me.length===0)}function gt(z,J,Ae,Re){J.flowing&&J.length===0&&!J.sync&&z.listenerCount("data")>0?((J.state&Se)!==0?J.awaitDrainWriters.clear():J.awaitDrainWriters=null,J.dataEmitted=!0,z.emit("data",Ae)):(J.length+=J.objectMode?1:Ae.length,Re?J.buffer.unshift(Ae):J.buffer.push(Ae),(J.state&Y)!==0&&w(z)),re(z,J)}ve.prototype.isPaused=function(){const z=this._readableState;return z[k]===!0||z.flowing===!1},ve.prototype.setEncoding=function(z){const J=new oe(z);this._readableState.decoder=J,this._readableState.encoding=this._readableState.decoder.encoding;const Ae=this._readableState.buffer;let Re="";for(const Me of Ae)Re+=J.write(Me);return Ae.clear(),Re!==""&&Ae.push(Re),this._readableState.length=Re.length,this};const $e=1073741824;function ht(z){if(z>$e)throw new B("size","<= 1GiB",z);return z--,z|=z>>>1,z|=z>>>2,z|=z>>>4,z|=z>>>8,z|=z>>>16,z++,z}function C(z,J){return z<=0||J.length===0&&J.ended?0:(J.state&Z)!==0?1:r(z)?J.flowing&&J.length?J.buffer.first().length:J.length:z<=J.length?z:J.ended?J.length:0}ve.prototype.read=function(z){S("read",z),z===void 0?z=NaN:n(z)||(z=o(z,10));const J=this._readableState,Ae=z;if(z>J.highWaterMark&&(J.highWaterMark=ht(z)),z!==0&&(J.state&=~K),z===0&&J.needReadable&&((J.highWaterMark!==0?J.length>=J.highWaterMark:J.length>0)||J.ended))return S("read: emitReadable",J.length,J.ended),J.length===0&&J.ended?at(this):w(this),null;if(z=C(z,J),z===0&&J.ended)return J.length===0&&at(this),null;let Re=(J.state&Y)!==0;if(S("need readable",Re),(J.length===0||J.length-z<J.highWaterMark)&&(Re=!0,S("length less than watermark",Re)),J.ended||J.reading||J.destroyed||J.errored||!J.constructed)Re=!1,S("reading, ended or constructing",Re);else if(Re){S("do read"),J.state|=me|G,J.length===0&&(J.state|=Y);try{this._read(J.highWaterMark)}catch(mt){I(this,mt)}J.state&=~G,J.reading||(z=C(Ae,J))}let Me;return z>0?Me=st(z,J):Me=null,Me===null?(J.needReadable=J.length<=J.highWaterMark,z=0):(J.length-=z,J.multiAwaitDrain?J.awaitDrainWriters.clear():J.awaitDrainWriters=null),J.length===0&&(J.ended||(J.needReadable=!0),Ae!==z&&J.ended&&at(this)),Me!==null&&!J.errorEmitted&&!J.closeEmitted&&(J.dataEmitted=!0,this.emit("data",Me)),Me};function v(z,J){if(S("onEofChunk"),!J.ended){if(J.decoder){const Ae=J.decoder.end();Ae&&Ae.length&&(J.buffer.push(Ae),J.length+=J.objectMode?1:Ae.length)}J.ended=!0,J.sync?w(z):(J.needReadable=!1,J.emittedReadable=!0,H(z))}}function w(z){const J=z._readableState;S("emitReadable",J.needReadable,J.emittedReadable),J.needReadable=!1,J.emittedReadable||(S("emitReadable",J.flowing),J.emittedReadable=!0,i.nextTick(H,z))}function H(z){const J=z._readableState;S("emitReadable_",J.destroyed,J.length,J.ended),!J.destroyed&&!J.errored&&(J.length||J.ended)&&(z.emit("readable"),J.emittedReadable=!1),J.needReadable=!J.flowing&&!J.ended&&J.length<=J.highWaterMark,Ze(z)}function re(z,J){!J.readingMore&&J.constructed&&(J.readingMore=!0,i.nextTick(_e,z,J))}function _e(z,J){for(;!J.reading&&!J.ended&&(J.length<J.highWaterMark||J.flowing&&J.length===0);){const Ae=J.length;if(S("maybeReadMore read 0"),z.read(0),Ae===J.length)break}J.readingMore=!1}ve.prototype._read=function(z){throw new D("_read()")},ve.prototype.pipe=function(z,J){const Ae=this,Re=this._readableState;Re.pipes.length===1&&(Re.multiAwaitDrain||(Re.multiAwaitDrain=!0,Re.awaitDrainWriters=new h(Re.awaitDrainWriters?[Re.awaitDrainWriters]:[]))),Re.pipes.push(z),S("pipe count=%d opts=%j",Re.pipes.length,J);const mt=(!J||J.end!==!1)&&z!==i.stdout&&z!==i.stderr?At:V;Re.endEmitted?i.nextTick(mt):Ae.once("end",mt),z.on("unpipe",bt);function bt(de,pe){S("onunpipe"),de===Ae&&pe&&pe.hasUnpiped===!1&&(pe.hasUnpiped=!0,Ut())}function At(){S("onend"),z.end()}let ke,Xn=!1;function Ut(){S("cleanup"),z.removeListener("close",Mn),z.removeListener("finish",it),ke&&z.removeListener("drain",ke),z.removeListener("error",cn),z.removeListener("unpipe",bt),Ae.removeListener("end",At),Ae.removeListener("end",V),Ae.removeListener("data",_n),Xn=!0,ke&&Re.awaitDrainWriters&&(!z._writableState||z._writableState.needDrain)&&ke()}function kn(){Xn||(Re.pipes.length===1&&Re.pipes[0]===z?(S("false write response, pause",0),Re.awaitDrainWriters=z,Re.multiAwaitDrain=!1):Re.pipes.length>1&&Re.pipes.includes(z)&&(S("false write response, pause",Re.awaitDrainWriters.size),Re.awaitDrainWriters.add(z)),Ae.pause()),ke||(ke=we(Ae,z),z.on("drain",ke))}Ae.on("data",_n);function _n(de){S("ondata");const pe=z.write(de);S("dest.write",pe),pe===!1&&kn()}function cn(de){if(S("onerror",de),V(),z.removeListener("error",cn),z.listenerCount("error")===0){const pe=z._writableState||z._readableState;pe&&!pe.errorEmitted?I(z,de):z.emit("error",de)}}T(z,"error",cn);function Mn(){z.removeListener("finish",it),V()}z.once("close",Mn);function it(){S("onfinish"),z.removeListener("close",Mn),V()}z.once("finish",it);function V(){S("unpipe"),Ae.unpipe(z)}return z.emit("pipe",Ae),z.writableNeedDrain===!0?kn():Re.flowing||(S("pipe resume"),Ae.resume()),z};function we(z,J){return function(){const Re=z._readableState;Re.awaitDrainWriters===J?(S("pipeOnDrain",1),Re.awaitDrainWriters=null):Re.multiAwaitDrain&&(S("pipeOnDrain",Re.awaitDrainWriters.size),Re.awaitDrainWriters.delete(J)),(!Re.awaitDrainWriters||Re.awaitDrainWriters.size===0)&&z.listenerCount("data")&&z.resume()}}ve.prototype.unpipe=function(z){const J=this._readableState,Ae={hasUnpiped:!1};if(J.pipes.length===0)return this;if(!z){const Me=J.pipes;J.pipes=[],this.pause();for(let mt=0;mt<Me.length;mt++)Me[mt].emit("unpipe",this,{hasUnpiped:!1});return this}const Re=e(J.pipes,z);return Re===-1?this:(J.pipes.splice(Re,1),J.pipes.length===0&&this.pause(),z.emit("unpipe",this,Ae),this)},ve.prototype.on=function(z,J){const Ae=b.prototype.on.call(this,z,J),Re=this._readableState;return z==="data"?(Re.readableListening=this.listenerCount("readable")>0,Re.flowing!==!1&&this.resume()):z==="readable"&&!Re.endEmitted&&!Re.readableListening&&(Re.readableListening=Re.needReadable=!0,Re.flowing=!1,Re.emittedReadable=!1,S("on readable",Re.length,Re.reading),Re.length?w(this):Re.reading||i.nextTick(Ye,this)),Ae},ve.prototype.addListener=ve.prototype.on,ve.prototype.removeListener=function(z,J){const Ae=b.prototype.removeListener.call(this,z,J);return z==="readable"&&i.nextTick(De,this),Ae},ve.prototype.off=ve.prototype.removeListener,ve.prototype.removeAllListeners=function(z){const J=b.prototype.removeAllListeners.apply(this,arguments);return(z==="readable"||z===void 0)&&i.nextTick(De,this),J};function De(z){const J=z._readableState;J.readableListening=z.listenerCount("readable")>0,J.resumeScheduled&&J[k]===!1?J.flowing=!0:z.listenerCount("data")>0?z.resume():J.readableListening||(J.flowing=null)}function Ye(z){S("readable nexttick read 0"),z.read(0)}ve.prototype.resume=function(){const z=this._readableState;return z.flowing||(S("resume"),z.flowing=!z.readableListening,Qe(this,z)),z[k]=!1,this};function Qe(z,J){J.resumeScheduled||(J.resumeScheduled=!0,i.nextTick(We,z,J))}function We(z,J){S("resume",J.reading),J.reading||z.read(0),J.resumeScheduled=!1,z.emit("resume"),Ze(z),J.flowing&&!J.reading&&z.read(0)}ve.prototype.pause=function(){return S("call pause flowing=%j",this._readableState.flowing),this._readableState.flowing!==!1&&(S("pause"),this._readableState.flowing=!1,this.emit("pause")),this._readableState[k]=!0,this};function Ze(z){const J=z._readableState;for(S("flow",J.flowing);J.flowing&&z.read()!==null;);}ve.prototype.wrap=function(z){let J=!1;z.on("data",Re=>{!this.push(Re)&&z.pause&&(J=!0,z.pause())}),z.on("end",()=>{this.push(null)}),z.on("error",Re=>{I(this,Re)}),z.on("close",()=>{this.destroy()}),z.on("destroy",()=>{this.destroy()}),this._read=()=>{J&&z.resume&&(J=!1,z.resume())};const Ae=l(z);for(let Re=1;Re<Ae.length;Re++){const Me=Ae[Re];this[Me]===void 0&&typeof z[Me]=="function"&&(this[Me]=z[Me].bind(z))}return this},ve.prototype[_]=function(){return Ft(this)},ve.prototype.iterator=function(z){return z!==void 0&&ue(z,"options"),Ft(this,z)};function Ft(z,J){typeof z.read!="function"&&(z=ve.wrap(z,{objectMode:!0}));const Ae=Jt(z,J);return Ae.stream=z,Ae}async function*Jt(z,J){let Ae=ae;function Re(bt){this===z?(Ae(),Ae=ae):Ae=bt}z.on("readable",Re);let Me;const mt=R(z,{writable:!1},bt=>{Me=bt?O(Me,bt):null,Ae(),Ae=ae});try{for(;;){const bt=z.destroyed?null:z.read();if(bt!==null)yield bt;else{if(Me)throw Me;if(Me===null)return;await new f(Re)}}}catch(bt){throw Me=O(Me,bt),Me}finally{(Me||J?.destroyOnReturn!==!1)&&(Me===void 0||z._readableState.autoDestroy)?x.destroyer(z,null):(z.off("readable",Re),mt())}}a(ve.prototype,{readable:{__proto__:null,get(){const z=this._readableState;return!!z&&z.readable!==!1&&!z.destroyed&&!z.errorEmitted&&!z.endEmitted},set(z){this._readableState&&(this._readableState.readable=!!z)}},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(z){this._readableState&&(this._readableState.flowing=z)}},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(z){this._readableState&&(this._readableState.destroyed=z)}},readableEnded:{__proto__:null,enumerable:!1,get(){return this._readableState?this._readableState.endEmitted:!1}}}),a(Ne.prototype,{pipesCount:{__proto__:null,get(){return this.pipes.length}},paused:{__proto__:null,get(){return this[k]!==!1},set(z){this[k]=!!z}}}),ve._fromList=st;function st(z,J){if(J.length===0)return null;let Ae;return J.objectMode?Ae=J.buffer.shift():!z||z>=J.length?(J.decoder?Ae=J.buffer.join(""):J.buffer.length===1?Ae=J.buffer.first():Ae=J.buffer.concat(J.length),J.buffer.clear()):Ae=J.buffer.consume(z,J.decoder),Ae}function at(z){const J=z._readableState;S("endReadable",J.endEmitted),J.endEmitted||(J.ended=!0,i.nextTick(bi,J,z))}function bi(z,J){if(S("endReadableNT",z.endEmitted,z.length),!z.errored&&!z.closeEmitted&&!z.endEmitted&&z.length===0){if(z.endEmitted=!0,J.emit("end"),J.writable&&J.allowHalfOpen===!1)i.nextTick(un,J);else if(z.autoDestroy){const Ae=J._writableState;(!Ae||Ae.autoDestroy&&(Ae.finished||Ae.writable===!1))&&J.destroy()}}}function un(z){z.writable&&!z.writableEnded&&!z.destroyed&&z.end()}ve.from=function(z,J){return j(ve,z,J)};let Pn;function Zn(){return Pn===void 0&&(Pn={}),Pn}return ve.fromWeb=function(z,J){return Zn().newStreamReadableFromReadableStream(z,J)},ve.toWeb=function(z,J){return Zn().newReadableStreamFromStreamReadable(z,J)},ve.wrap=function(z,J){var Ae,Re;return new ve({objectMode:(Ae=(Re=z.readableObjectMode)!==null&&Re!==void 0?Re:z.objectMode)!==null&&Ae!==void 0?Ae:!0,...J,destroy(Me,mt){x.destroyer(z,Me),mt(Me)}}).wrap(z)},Vo}var Go,Sc;function Al(){if(Sc)return Go;Sc=1;const i=vi(),{ArrayPrototypeSlice:e,Error:n,FunctionPrototypeSymbolHasInstance:r,ObjectDefineProperty:o,ObjectDefineProperties:a,ObjectSetPrototypeOf:l,StringPrototypeToLowerCase:u,Symbol:f,SymbolHasInstance:h}=ct();Go=ue,ue.WritableState=F;const{EventEmitter:g}=zs(),_=Nl().Stream,{Buffer:d}=In(),m=Hi(),{addAbortSignal:b}=Us(),{getHighWaterMark:T,getDefaultHighWaterMark:N}=Hs(),{ERR_INVALID_ARG_TYPE:A,ERR_METHOD_NOT_IMPLEMENTED:R,ERR_MULTIPLE_CALLBACK:S,ERR_STREAM_CANNOT_PIPE:y,ERR_STREAM_DESTROYED:x,ERR_STREAM_ALREADY_FINISHED:M,ERR_STREAM_NULL_VALUES:U,ERR_STREAM_WRITE_AFTER_END:O,ERR_UNKNOWN_ENCODING:Q}=Pt().codes,{errorOrDestroy:D}=m;l(ue.prototype,_.prototype),l(ue,_);function B(){}const X=f("kOnFinished");function F(q,te,fe){typeof fe!="boolean"&&(fe=te instanceof Tn()),this.objectMode=!!(q&&q.objectMode),fe&&(this.objectMode=this.objectMode||!!(q&&q.writableObjectMode)),this.highWaterMark=q?T(this,q,"writableHighWaterMark",fe):N(!1),this.finalCalled=!1,this.needDrain=!1,this.ending=!1,this.ended=!1,this.finished=!1,this.destroyed=!1;const xe=!!(q&&q.decodeStrings===!1);this.decodeStrings=!xe,this.defaultEncoding=q&&q.defaultEncoding||"utf8",this.length=0,this.writing=!1,this.corked=0,this.sync=!0,this.bufferProcessing=!1,this.onwrite=I.bind(void 0,te),this.writecb=null,this.writelen=0,this.afterWriteTickInfo=null,$(this),this.pendingcb=0,this.constructed=!0,this.prefinished=!1,this.errorEmitted=!1,this.emitClose=!q||q.emitClose!==!1,this.autoDestroy=!q||q.autoDestroy!==!1,this.errored=null,this.closed=!1,this.closeEmitted=!1,this[X]=[]}function $(q){q.buffered=[],q.bufferedIndex=0,q.allBuffers=!0,q.allNoop=!0}F.prototype.getBuffer=function(){return e(this.buffered,this.bufferedIndex)},o(F.prototype,"bufferedRequestCount",{__proto__:null,get(){return this.buffered.length-this.bufferedIndex}});function ue(q){const te=this instanceof Tn();if(!te&&!r(ue,this))return new ue(q);this._writableState=new F(q,this,te),q&&(typeof q.write=="function"&&(this._write=q.write),typeof q.writev=="function"&&(this._writev=q.writev),typeof q.destroy=="function"&&(this._destroy=q.destroy),typeof q.final=="function"&&(this._final=q.final),typeof q.construct=="function"&&(this._construct=q.construct),q.signal&&b(q.signal,this)),_.call(this,q),m.construct(this,()=>{const fe=this._writableState;fe.writing||me(this,fe),K(this,fe)})}o(ue,h,{__proto__:null,value:function(q){return r(this,q)?!0:this!==ue?!1:q&&q._writableState instanceof F}}),ue.prototype.pipe=function(){D(this,new y)};function k(q,te,fe,xe){const Se=q._writableState;if(typeof fe=="function")xe=fe,fe=Se.defaultEncoding;else{if(!fe)fe=Se.defaultEncoding;else if(fe!=="buffer"&&!d.isEncoding(fe))throw new Q(fe);typeof xe!="function"&&(xe=B)}if(te===null)throw new U;if(!Se.objectMode)if(typeof te=="string")Se.decodeStrings!==!1&&(te=d.from(te,fe),fe="buffer");else if(te instanceof d)fe="buffer";else if(_._isUint8Array(te))te=_._uint8ArrayToBuffer(te),fe="buffer";else throw new A("chunk",["string","Buffer","Uint8Array"],te);let Ie;return Se.ending?Ie=new O:Se.destroyed&&(Ie=new x("write")),Ie?(i.nextTick(xe,Ie),D(q,Ie,!0),Ie):(Se.pendingcb++,oe(q,Se,te,fe,xe))}ue.prototype.write=function(q,te,fe){return k(this,q,te,fe)===!0},ue.prototype.cork=function(){this._writableState.corked++},ue.prototype.uncork=function(){const q=this._writableState;q.corked&&(q.corked--,q.writing||me(this,q))},ue.prototype.setDefaultEncoding=function(te){if(typeof te=="string"&&(te=u(te)),!d.isEncoding(te))throw new Q(te);return this._writableState.defaultEncoding=te,this};function oe(q,te,fe,xe,Se){const Ie=te.objectMode?1:fe.length;te.length+=Ie;const se=te.length<te.highWaterMark;return se||(te.needDrain=!0),te.writing||te.corked||te.errored||!te.constructed?(te.buffered.push({chunk:fe,encoding:xe,callback:Se}),te.allBuffers&&xe!=="buffer"&&(te.allBuffers=!1),te.allNoop&&Se!==B&&(te.allNoop=!1)):(te.writelen=Ie,te.writecb=Se,te.writing=!0,te.sync=!0,q._write(fe,xe,te.onwrite),te.sync=!1),se&&!te.errored&&!te.destroyed}function j(q,te,fe,xe,Se,Ie,se){te.writelen=xe,te.writecb=se,te.writing=!0,te.sync=!0,te.destroyed?te.onwrite(new x("write")):fe?q._writev(Se,te.onwrite):q._write(Se,Ie,te.onwrite),te.sync=!1}function ae(q,te,fe,xe){--te.pendingcb,xe(fe),ee(te),D(q,fe)}function I(q,te){const fe=q._writableState,xe=fe.sync,Se=fe.writecb;if(typeof Se!="function"){D(q,new S);return}fe.writing=!1,fe.writecb=null,fe.length-=fe.writelen,fe.writelen=0,te?(te.stack,fe.errored||(fe.errored=te),q._readableState&&!q._readableState.errored&&(q._readableState.errored=te),xe?i.nextTick(ae,q,fe,te,Se):ae(q,fe,te,Se)):(fe.buffered.length>fe.bufferedIndex&&me(q,fe),xe?fe.afterWriteTickInfo!==null&&fe.afterWriteTickInfo.cb===Se?fe.afterWriteTickInfo.count++:(fe.afterWriteTickInfo={count:1,cb:Se,stream:q,state:fe},i.nextTick(Z,fe.afterWriteTickInfo)):ie(q,fe,1,Se))}function Z({stream:q,state:te,count:fe,cb:xe}){return te.afterWriteTickInfo=null,ie(q,te,fe,xe)}function ie(q,te,fe,xe){for(!te.ending&&!q.destroyed&&te.length===0&&te.needDrain&&(te.needDrain=!1,q.emit("drain"));fe-- >0;)te.pendingcb--,xe();te.destroyed&&ee(te),K(q,te)}function ee(q){if(q.writing)return;for(let Se=q.bufferedIndex;Se<q.buffered.length;++Se){var te;const{chunk:Ie,callback:se}=q.buffered[Se],be=q.objectMode?1:Ie.length;q.length-=be,se((te=q.errored)!==null&&te!==void 0?te:new x("write"))}const fe=q[X].splice(0);for(let Se=0;Se<fe.length;Se++){var xe;fe[Se]((xe=q.errored)!==null&&xe!==void 0?xe:new x("end"))}$(q)}function me(q,te){if(te.corked||te.bufferProcessing||te.destroyed||!te.constructed)return;const{buffered:fe,bufferedIndex:xe,objectMode:Se}=te,Ie=fe.length-xe;if(!Ie)return;let se=xe;if(te.bufferProcessing=!0,Ie>1&&q._writev){te.pendingcb-=Ie-1;const be=te.allNoop?B:ve=>{for(let Be=se;Be<fe.length;++Be)fe[Be].callback(ve)},Ne=te.allNoop&&se===0?fe:e(fe,se);Ne.allBuffers=te.allBuffers,j(q,te,!0,te.length,Ne,"",be),$(te)}else{do{const{chunk:be,encoding:Ne,callback:ve}=fe[se];fe[se++]=null;const Be=Se?1:be.length;j(q,te,!1,Be,be,Ne,ve)}while(se<fe.length&&!te.writing);se===fe.length?$(te):se>256?(fe.splice(0,se),te.bufferedIndex=0):te.bufferedIndex=se}te.bufferProcessing=!1}ue.prototype._write=function(q,te,fe){if(this._writev)this._writev([{chunk:q,encoding:te}],fe);else throw new R("_write()")},ue.prototype._writev=null,ue.prototype.end=function(q,te,fe){const xe=this._writableState;typeof q=="function"?(fe=q,q=null,te=null):typeof te=="function"&&(fe=te,te=null);let Se;if(q!=null){const Ie=k(this,q,te);Ie instanceof n&&(Se=Ie)}return xe.corked&&(xe.corked=1,this.uncork()),Se||(!xe.errored&&!xe.ending?(xe.ending=!0,K(this,xe,!0),xe.ended=!0):xe.finished?Se=new M("end"):xe.destroyed&&(Se=new x("end"))),typeof fe=="function"&&(Se||xe.finished?i.nextTick(fe,Se):xe[X].push(fe)),this};function W(q){return q.ending&&!q.destroyed&&q.constructed&&q.length===0&&!q.errored&&q.buffered.length===0&&!q.finished&&!q.writing&&!q.errorEmitted&&!q.closeEmitted}function G(q,te){let fe=!1;function xe(Se){if(fe){D(q,Se??S());return}if(fe=!0,te.pendingcb--,Se){const Ie=te[X].splice(0);for(let se=0;se<Ie.length;se++)Ie[se](Se);D(q,Se,te.sync)}else W(te)&&(te.prefinished=!0,q.emit("prefinish"),te.pendingcb++,i.nextTick(le,q,te))}te.sync=!0,te.pendingcb++;try{q._final(xe)}catch(Se){xe(Se)}te.sync=!1}function Y(q,te){!te.prefinished&&!te.finalCalled&&(typeof q._final=="function"&&!te.destroyed?(te.finalCalled=!0,G(q,te)):(te.prefinished=!0,q.emit("prefinish")))}function K(q,te,fe){W(te)&&(Y(q,te),te.pendingcb===0&&(fe?(te.pendingcb++,i.nextTick((xe,Se)=>{W(Se)?le(xe,Se):Se.pendingcb--},q,te)):W(te)&&(te.pendingcb++,le(q,te))))}function le(q,te){te.pendingcb--,te.finished=!0;const fe=te[X].splice(0);for(let xe=0;xe<fe.length;xe++)fe[xe]();if(q.emit("finish"),te.autoDestroy){const xe=q._readableState;(!xe||xe.autoDestroy&&(xe.endEmitted||xe.readable===!1))&&q.destroy()}}a(ue.prototype,{closed:{__proto__:null,get(){return this._writableState?this._writableState.closed:!1}},destroyed:{__proto__:null,get(){return this._writableState?this._writableState.destroyed:!1},set(q){this._writableState&&(this._writableState.destroyed=q)}},writable:{__proto__:null,get(){const q=this._writableState;return!!q&&q.writable!==!1&&!q.destroyed&&!q.errored&&!q.ending&&!q.ended},set(q){this._writableState&&(this._writableState.writable=!!q)}},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 q=this._writableState;return q?!q.destroyed&&!q.ending&&q.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 ce=m.destroy;ue.prototype.destroy=function(q,te){const fe=this._writableState;return!fe.destroyed&&(fe.bufferedIndex<fe.buffered.length||fe[X].length)&&i.nextTick(ee,fe),ce.call(this,q,te),this},ue.prototype._undestroy=m.undestroy,ue.prototype._destroy=function(q,te){te(q)},ue.prototype[g.captureRejectionSymbol]=function(q){this.destroy(q)};let Ee;function Te(){return Ee===void 0&&(Ee={}),Ee}return ue.fromWeb=function(q,te){return Te().newStreamWritableFromWritableStream(q,te)},ue.toWeb=function(q){return Te().newWritableStreamFromStreamWritable(q)},Go}var Wo,Tc;function kg(){if(Tc)return Wo;Tc=1;const i=vi(),e=In(),{isReadable:n,isWritable:r,isIterable:o,isNodeStream:a,isReadableNodeStream:l,isWritableNodeStream:u,isDuplexNodeStream:f,isReadableStream:h,isWritableStream:g}=Nn(),_=Vn(),{AbortError:d,codes:{ERR_INVALID_ARG_TYPE:m,ERR_INVALID_RETURN_VALUE:b}}=Pt(),{destroyer:T}=Hi(),N=Tn(),A=Vs(),R=Al(),{createDeferredPromise:S}=Ot(),y=uf(),x=globalThis.Blob||e.Blob,M=typeof x<"u"?function(F){return F instanceof x}:function(F){return!1},U=globalThis.AbortController||$r().AbortController,{FunctionPrototypeCall:O}=ct();class Q extends N{constructor(F){super(F),F?.readable===!1&&(this._readableState.readable=!1,this._readableState.ended=!0,this._readableState.endEmitted=!0),F?.writable===!1&&(this._writableState.writable=!1,this._writableState.ending=!0,this._writableState.ended=!0,this._writableState.finished=!0)}}Wo=function X(F,$){if(f(F))return F;if(l(F))return B({readable:F});if(u(F))return B({writable:F});if(a(F))return B({writable:!1,readable:!1});if(h(F))return B({readable:A.fromWeb(F)});if(g(F))return B({writable:R.fromWeb(F)});if(typeof F=="function"){const{value:k,write:oe,final:j,destroy:ae}=D(F);if(o(k))return y(Q,k,{objectMode:!0,write:oe,final:j,destroy:ae});const I=k?.then;if(typeof I=="function"){let Z;const ie=O(I,k,ee=>{if(ee!=null)throw new b("nully","body",ee)},ee=>{T(Z,ee)});return Z=new Q({objectMode:!0,readable:!1,write:oe,final(ee){j(async()=>{try{await ie,i.nextTick(ee,null)}catch(me){i.nextTick(ee,me)}})},destroy:ae})}throw new b("Iterable, AsyncIterable or AsyncFunction",$,k)}if(M(F))return X(F.arrayBuffer());if(o(F))return y(Q,F,{objectMode:!0,writable:!1});if(h(F?.readable)&&g(F?.writable))return Q.fromWeb(F);if(typeof F?.writable=="object"||typeof F?.readable=="object"){const k=F!=null&&F.readable?l(F?.readable)?F?.readable:X(F.readable):void 0,oe=F!=null&&F.writable?u(F?.writable)?F?.writable:X(F.writable):void 0;return B({readable:k,writable:oe})}const ue=F?.then;if(typeof ue=="function"){let k;return O(ue,F,oe=>{oe!=null&&k.push(oe),k.push(null)},oe=>{T(k,oe)}),k=new Q({objectMode:!0,writable:!1,read(){}})}throw new m($,["Blob","ReadableStream","WritableStream","Stream","Iterable","AsyncIterable","Function","{ readable, writable } pair","Promise"],F)};function D(X){let{promise:F,resolve:$}=S();const ue=new U,k=ue.signal;return{value:X((async function*(){for(;;){const j=F;F=null;const{chunk:ae,done:I,cb:Z}=await j;if(i.nextTick(Z),I)return;if(k.aborted)throw new d(void 0,{cause:k.reason});({promise:F,resolve:$}=S()),yield ae}})(),{signal:k}),write(j,ae,I){const Z=$;$=null,Z({chunk:j,done:!1,cb:I})},final(j){const ae=$;$=null,ae({done:!0,cb:j})},destroy(j,ae){ue.abort(),ae(j)}}}function B(X){const F=X.readable&&typeof X.readable.read!="function"?A.wrap(X.readable):X.readable,$=X.writable;let ue=!!n(F),k=!!r($),oe,j,ae,I,Z;function ie(ee){const me=I;I=null,me?me(ee):ee&&Z.destroy(ee)}return Z=new Q({readableObjectMode:!!(F!=null&&F.readableObjectMode),writableObjectMode:!!($!=null&&$.writableObjectMode),readable:ue,writable:k}),k&&(_($,ee=>{k=!1,ee&&T(F,ee),ie(ee)}),Z._write=function(ee,me,W){$.write(ee,me)?W():oe=W},Z._final=function(ee){$.end(),j=ee},$.on("drain",function(){if(oe){const ee=oe;oe=null,ee()}}),$.on("finish",function(){if(j){const ee=j;j=null,ee()}})),ue&&(_(F,ee=>{ue=!1,ee&&T(F,ee),ie(ee)}),F.on("readable",function(){if(ae){const ee=ae;ae=null,ee()}}),F.on("end",function(){Z.push(null)}),Z._read=function(){for(;;){const ee=F.read();if(ee===null){ae=Z._read;return}if(!Z.push(ee))return}}),Z._destroy=function(ee,me){!ee&&I!==null&&(ee=new d),ae=null,oe=null,j=null,I===null?me(ee):(I=me,T($,ee),T(F,ee))},Z}return Wo}var Zo,Lc;function Tn(){if(Lc)return Zo;Lc=1;const{ObjectDefineProperties:i,ObjectGetOwnPropertyDescriptor:e,ObjectKeys:n,ObjectSetPrototypeOf:r}=ct();Zo=l;const o=Vs(),a=Al();r(l.prototype,o.prototype),r(l,o);{const g=n(a.prototype);for(let _=0;_<g.length;_++){const d=g[_];l.prototype[d]||(l.prototype[d]=a.prototype[d])}}function l(g){if(!(this instanceof l))return new l(g);o.call(this,g),a.call(this,g),g?(this.allowHalfOpen=g.allowHalfOpen!==!1,g.readable===!1&&(this._readableState.readable=!1,this._readableState.ended=!0,this._readableState.endEmitted=!0),g.writable===!1&&(this._writableState.writable=!1,this._writableState.ending=!0,this._writableState.ended=!0,this._writableState.finished=!0)):this.allowHalfOpen=!0}i(l.prototype,{writable:{__proto__:null,...e(a.prototype,"writable")},writableHighWaterMark:{__proto__:null,...e(a.prototype,"writableHighWaterMark")},writableObjectMode:{__proto__:null,...e(a.prototype,"writableObjectMode")},writableBuffer:{__proto__:null,...e(a.prototype,"writableBuffer")},writableLength:{__proto__:null,...e(a.prototype,"writableLength")},writableFinished:{__proto__:null,...e(a.prototype,"writableFinished")},writableCorked:{__proto__:null,...e(a.prototype,"writableCorked")},writableEnded:{__proto__:null,...e(a.prototype,"writableEnded")},writableNeedDrain:{__proto__:null,...e(a.prototype,"writableNeedDrain")},destroyed:{__proto__:null,get(){return this._readableState===void 0||this._writableState===void 0?!1:this._readableState.destroyed&&this._writableState.destroyed},set(g){this._readableState&&this._writableState&&(this._readableState.destroyed=g,this._writableState.destroyed=g)}}});let u;function f(){return u===void 0&&(u={}),u}l.fromWeb=function(g,_){return f().newStreamDuplexFromReadableWritablePair(g,_)},l.toWeb=function(g){return f().newReadableWritablePairFromDuplex(g)};let h;return l.from=function(g){return h||(h=kg()),h(g,"body")},Zo}var Xo,Ic;function cf(){if(Ic)return Xo;Ic=1;const{ObjectSetPrototypeOf:i,Symbol:e}=ct();Xo=l;const{ERR_METHOD_NOT_IMPLEMENTED:n}=Pt().codes,r=Tn(),{getHighWaterMark:o}=Hs();i(l.prototype,r.prototype),i(l,r);const a=e("kCallback");function l(h){if(!(this instanceof l))return new l(h);const g=h?o(this,h,"readableHighWaterMark",!0):null;g===0&&(h={...h,highWaterMark:null,readableHighWaterMark:g,writableHighWaterMark:h.writableHighWaterMark||0}),r.call(this,h),this._readableState.sync=!1,this[a]=null,h&&(typeof h.transform=="function"&&(this._transform=h.transform),typeof h.flush=="function"&&(this._flush=h.flush)),this.on("prefinish",f)}function u(h){typeof this._flush=="function"&&!this.destroyed?this._flush((g,_)=>{if(g){h?h(g):this.destroy(g);return}_!=null&&this.push(_),this.push(null),h&&h()}):(this.push(null),h&&h())}function f(){this._final!==u&&u.call(this)}return l.prototype._final=u,l.prototype._transform=function(h,g,_){throw new n("_transform()")},l.prototype._write=function(h,g,_){const d=this._readableState,m=this._writableState,b=d.length;this._transform(h,g,(T,N)=>{if(T){_(T);return}N!=null&&this.push(N),m.ended||b===d.length||d.length<d.highWaterMark?_():this[a]=_})},l.prototype._read=function(){if(this[a]){const h=this[a];this[a]=null,h()}},Xo}var Qo,Nc;function df(){if(Nc)return Qo;Nc=1;const{ObjectSetPrototypeOf:i}=ct();Qo=n;const e=cf();i(n.prototype,e.prototype),i(n,e);function n(r){if(!(this instanceof n))return new n(r);e.call(this,r)}return n.prototype._transform=function(r,o,a){a(null,r)},Qo}var Jo,Ac;function Rl(){if(Ac)return Jo;Ac=1;const i=vi(),{ArrayIsArray:e,Promise:n,SymbolAsyncIterator:r,SymbolDispose:o}=ct(),a=Vn(),{once:l}=Ot(),u=Hi(),f=Tn(),{aggregateTwoErrors:h,codes:{ERR_INVALID_ARG_TYPE:g,ERR_INVALID_RETURN_VALUE:_,ERR_MISSING_ARGS:d,ERR_STREAM_DESTROYED:m,ERR_STREAM_PREMATURE_CLOSE:b},AbortError:T}=Pt(),{validateFunction:N,validateAbortSignal:A}=Hr(),{isIterable:R,isReadable:S,isReadableNodeStream:y,isNodeStream:x,isTransformStream:M,isWebStream:U,isReadableStream:O,isReadableFinished:Q}=Nn(),D=globalThis.AbortController||$r().AbortController;let B,X,F;function $(ee,me,W){let G=!1;ee.on("close",()=>{G=!0});const Y=a(ee,{readable:me,writable:W},K=>{G=!K});return{destroy:K=>{G||(G=!0,u.destroyer(ee,K||new m("pipe")))},cleanup:Y}}function ue(ee){return N(ee[ee.length-1],"streams[stream.length - 1]"),ee.pop()}function k(ee){if(R(ee))return ee;if(y(ee))return oe(ee);throw new g("val",["Readable","Iterable","AsyncIterable"],ee)}async function*oe(ee){X||(X=Vs()),yield*X.prototype[r].call(ee)}async function j(ee,me,W,{end:G}){let Y,K=null;const le=Te=>{if(Te&&(Y=Te),K){const q=K;K=null,q()}},ce=()=>new n((Te,q)=>{Y?q(Y):K=()=>{Y?q(Y):Te()}});me.on("drain",le);const Ee=a(me,{readable:!1},le);try{me.writableNeedDrain&&await ce();for await(const Te of ee)me.write(Te)||await ce();G&&(me.end(),await ce()),W()}catch(Te){W(Y!==Te?h(Y,Te):Te)}finally{Ee(),me.off("drain",le)}}async function ae(ee,me,W,{end:G}){M(me)&&(me=me.writable);const Y=me.getWriter();try{for await(const K of ee)await Y.ready,Y.write(K).catch(()=>{});await Y.ready,G&&await Y.close(),W()}catch(K){try{await Y.abort(K),W(K)}catch(le){W(le)}}}function I(...ee){return Z(ee,l(ue(ee)))}function Z(ee,me,W){if(ee.length===1&&e(ee[0])&&(ee=ee[0]),ee.length<2)throw new d("streams");const G=new D,Y=G.signal,K=W?.signal,le=[];A(K,"options.signal");function ce(){Se(new T)}F=F||Ot().addAbortListener;let Ee;K&&(Ee=F(K,ce));let Te,q;const te=[];let fe=0;function xe(Ne){Se(Ne,--fe===0)}function Se(Ne,ve){var Be;if(Ne&&(!Te||Te.code==="ERR_STREAM_PREMATURE_CLOSE")&&(Te=Ne),!(!Te&&!ve)){for(;te.length;)te.shift()(Te);(Be=Ee)===null||Be===void 0||Be[o](),G.abort(),ve&&(Te||le.forEach(gt=>gt()),i.nextTick(me,Te,q))}}let Ie;for(let Ne=0;Ne<ee.length;Ne++){const ve=ee[Ne],Be=Ne<ee.length-1,gt=Ne>0,$e=Be||W?.end!==!1,ht=Ne===ee.length-1;if(x(ve)){let C=function(v){v&&v.name!=="AbortError"&&v.code!=="ERR_STREAM_PREMATURE_CLOSE"&&xe(v)};if($e){const{destroy:v,cleanup:w}=$(ve,Be,gt);te.push(v),S(ve)&&ht&&le.push(w)}ve.on("error",C),S(ve)&&ht&&le.push(()=>{ve.removeListener("error",C)})}if(Ne===0)if(typeof ve=="function"){if(Ie=ve({signal:Y}),!R(Ie))throw new _("Iterable, AsyncIterable or Stream","source",Ie)}else R(ve)||y(ve)||M(ve)?Ie=ve:Ie=f.from(ve);else if(typeof ve=="function"){if(M(Ie)){var se;Ie=k((se=Ie)===null||se===void 0?void 0:se.readable)}else Ie=k(Ie);if(Ie=ve(Ie,{signal:Y}),Be){if(!R(Ie,!0))throw new _("AsyncIterable",`transform[${Ne-1}]`,Ie)}else{var be;B||(B=df());const C=new B({objectMode:!0}),v=(be=Ie)===null||be===void 0?void 0:be.then;if(typeof v=="function")fe++,v.call(Ie,re=>{q=re,re!=null&&C.write(re),$e&&C.end(),i.nextTick(xe)},re=>{C.destroy(re),i.nextTick(xe,re)});else if(R(Ie,!0))fe++,j(Ie,C,xe,{end:$e});else if(O(Ie)||M(Ie)){const re=Ie.readable||Ie;fe++,j(re,C,xe,{end:$e})}else throw new _("AsyncIterable or Promise","destination",Ie);Ie=C;const{destroy:w,cleanup:H}=$(Ie,!1,!0);te.push(w),ht&&le.push(H)}}else if(x(ve)){if(y(Ie)){fe+=2;const C=ie(Ie,ve,xe,{end:$e});S(ve)&&ht&&le.push(C)}else if(M(Ie)||O(Ie)){const C=Ie.readable||Ie;fe++,j(C,ve,xe,{end:$e})}else if(R(Ie))fe++,j(Ie,ve,xe,{end:$e});else throw new g("val",["Readable","Iterable","AsyncIterable","ReadableStream","TransformStream"],Ie);Ie=ve}else if(U(ve)){if(y(Ie))fe++,ae(k(Ie),ve,xe,{end:$e});else if(O(Ie)||R(Ie))fe++,ae(Ie,ve,xe,{end:$e});else if(M(Ie))fe++,ae(Ie.readable,ve,xe,{end:$e});else throw new g("val",["Readable","Iterable","AsyncIterable","ReadableStream","TransformStream"],Ie);Ie=ve}else Ie=f.from(ve)}return(Y!=null&&Y.aborted||K!=null&&K.aborted)&&i.nextTick(ce),Ie}function ie(ee,me,W,{end:G}){let Y=!1;if(me.on("close",()=>{Y||W(new b)}),ee.pipe(me,{end:!1}),G){let K=function(){Y=!0,me.end()};Q(ee)?i.nextTick(K):ee.once("end",K)}else W();return a(ee,{readable:!0,writable:!1},K=>{const le=ee._readableState;K&&K.code==="ERR_STREAM_PREMATURE_CLOSE"&&le&&le.ended&&!le.errored&&!le.errorEmitted?ee.once("end",W).once("error",W):W(K)}),a(me,{readable:!1,writable:!0},W)}return Jo={pipelineImpl:Z,pipeline:I},Jo}var Ko,Rc;function hf(){if(Rc)return Ko;Rc=1;const{pipeline:i}=Rl(),e=Tn(),{destroyer:n}=Hi(),{isNodeStream:r,isReadable:o,isWritable:a,isWebStream:l,isTransformStream:u,isWritableStream:f,isReadableStream:h}=Nn(),{AbortError:g,codes:{ERR_INVALID_ARG_VALUE:_,ERR_MISSING_ARGS:d}}=Pt(),m=Vn();return Ko=function(...T){if(T.length===0)throw new d("streams");if(T.length===1)return e.from(T[0]);const N=[...T];if(typeof T[0]=="function"&&(T[0]=e.from(T[0])),typeof T[T.length-1]=="function"){const B=T.length-1;T[B]=e.from(T[B])}for(let B=0;B<T.length;++B)if(!(!r(T[B])&&!l(T[B]))){if(B<T.length-1&&!(o(T[B])||h(T[B])||u(T[B])))throw new _(`streams[${B}]`,N[B],"must be readable");if(B>0&&!(a(T[B])||f(T[B])||u(T[B])))throw new _(`streams[${B}]`,N[B],"must be writable")}let A,R,S,y,x;function M(B){const X=y;y=null,X?X(B):B?x.destroy(B):!D&&!Q&&x.destroy()}const U=T[0],O=i(T,M),Q=!!(a(U)||f(U)||u(U)),D=!!(o(O)||h(O)||u(O));if(x=new e({writableObjectMode:!!(U!=null&&U.writableObjectMode),readableObjectMode:!!(O!=null&&O.readableObjectMode),writable:Q,readable:D}),Q){if(r(U))x._write=function(X,F,$){U.write(X,F)?$():A=$},x._final=function(X){U.end(),R=X},U.on("drain",function(){if(A){const X=A;A=null,X()}});else if(l(U)){const F=(u(U)?U.writable:U).getWriter();x._write=async function($,ue,k){try{await F.ready,F.write($).catch(()=>{}),k()}catch(oe){k(oe)}},x._final=async function($){try{await F.ready,F.close().catch(()=>{}),R=$}catch(ue){$(ue)}}}const B=u(O)?O.readable:O;m(B,()=>{if(R){const X=R;R=null,X()}})}if(D){if(r(O))O.on("readable",function(){if(S){const B=S;S=null,B()}}),O.on("end",function(){x.push(null)}),x._read=function(){for(;;){const B=O.read();if(B===null){S=x._read;return}if(!x.push(B))return}};else if(l(O)){const X=(u(O)?O.readable:O).getReader();x._read=async function(){for(;;)try{const{value:F,done:$}=await X.read();if(!x.push(F))return;if($){x.push(null);return}}catch{return}}}}return x._destroy=function(B,X){!B&&y!==null&&(B=new g),S=null,A=null,R=null,y===null?X(B):(y=X,r(O)&&n(O,B))},x},Ko}var Cc;function Mg(){if(Cc)return _s;Cc=1;const i=globalThis.AbortController||$r().AbortController,{codes:{ERR_INVALID_ARG_VALUE:e,ERR_INVALID_ARG_TYPE:n,ERR_MISSING_ARGS:r,ERR_OUT_OF_RANGE:o},AbortError:a}=Pt(),{validateAbortSignal:l,validateInteger:u,validateObject:f}=Hr(),h=ct().Symbol("kWeak"),g=ct().Symbol("kResistStopPropagation"),{finished:_}=Vn(),d=hf(),{addAbortSignalNoValidate:m}=Us(),{isWritable:b,isNodeStream:T}=Nn(),{deprecate:N}=Ot(),{ArrayPrototypePush:A,Boolean:R,MathFloor:S,Number:y,NumberIsNaN:x,Promise:M,PromiseReject:U,PromiseResolve:O,PromisePrototypeThen:Q,Symbol:D}=ct(),B=D("kEmpty"),X=D("kEof");function F(K,le){if(le!=null&&f(le,"options"),le?.signal!=null&&l(le.signal,"options.signal"),T(K)&&!b(K))throw new e("stream",K,"must be writable");const ce=d(this,K);return le!=null&&le.signal&&m(le.signal,ce),ce}function $(K,le){if(typeof K!="function")throw new n("fn",["Function","AsyncFunction"],K);le!=null&&f(le,"options"),le?.signal!=null&&l(le.signal,"options.signal");let ce=1;le?.concurrency!=null&&(ce=S(le.concurrency));let Ee=ce-1;return le?.highWaterMark!=null&&(Ee=S(le.highWaterMark)),u(ce,"options.concurrency",1),u(Ee,"options.highWaterMark",0),Ee+=ce,(async function*(){const q=Ot().AbortSignalAny([le?.signal].filter(R)),te=this,fe=[],xe={signal:q};let Se,Ie,se=!1,be=0;function Ne(){se=!0,ve()}function ve(){be-=1,Be()}function Be(){Ie&&!se&&be<ce&&fe.length<Ee&&(Ie(),Ie=null)}async function gt(){try{for await(let $e of te){if(se)return;if(q.aborted)throw new a;try{if($e=K($e,xe),$e===B)continue;$e=O($e)}catch(ht){$e=U(ht)}be+=1,Q($e,ve,Ne),fe.push($e),Se&&(Se(),Se=null),!se&&(fe.length>=Ee||be>=ce)&&await new M(ht=>{Ie=ht})}fe.push(X)}catch($e){const ht=U($e);Q(ht,ve,Ne),fe.push(ht)}finally{se=!0,Se&&(Se(),Se=null)}}gt();try{for(;;){for(;fe.length>0;){const $e=await fe[0];if($e===X)return;if(q.aborted)throw new a;$e!==B&&(yield $e),fe.shift(),Be()}await new M($e=>{Se=$e})}}finally{se=!0,Ie&&(Ie(),Ie=null)}}).call(this)}function ue(K=void 0){return K!=null&&f(K,"options"),K?.signal!=null&&l(K.signal,"options.signal"),(async function*(){let ce=0;for await(const Te of this){var Ee;if(K!=null&&(Ee=K.signal)!==null&&Ee!==void 0&&Ee.aborted)throw new a({cause:K.signal.reason});yield[ce++,Te]}}).call(this)}async function k(K,le=void 0){for await(const ce of I.call(this,K,le))return!0;return!1}async function oe(K,le=void 0){if(typeof K!="function")throw new n("fn",["Function","AsyncFunction"],K);return!await k.call(this,async(...ce)=>!await K(...ce),le)}async function j(K,le){for await(const ce of I.call(this,K,le))return ce}async function ae(K,le){if(typeof K!="function")throw new n("fn",["Function","AsyncFunction"],K);async function ce(Ee,Te){return await K(Ee,Te),B}for await(const Ee of $.call(this,ce,le));}function I(K,le){if(typeof K!="function")throw new n("fn",["Function","AsyncFunction"],K);async function ce(Ee,Te){return await K(Ee,Te)?Ee:B}return $.call(this,ce,le)}class Z extends r{constructor(){super("reduce"),this.message="Reduce of an empty stream requires an initial value"}}async function ie(K,le,ce){var Ee;if(typeof K!="function")throw new n("reducer",["Function","AsyncFunction"],K);ce!=null&&f(ce,"options"),ce?.signal!=null&&l(ce.signal,"options.signal");let Te=arguments.length>1;if(ce!=null&&(Ee=ce.signal)!==null&&Ee!==void 0&&Ee.aborted){const Se=new a(void 0,{cause:ce.signal.reason});throw this.once("error",()=>{}),await _(this.destroy(Se)),Se}const q=new i,te=q.signal;if(ce!=null&&ce.signal){const Se={once:!0,[h]:this,[g]:!0};ce.signal.addEventListener("abort",()=>q.abort(),Se)}let fe=!1;try{for await(const Se of this){var xe;if(fe=!0,ce!=null&&(xe=ce.signal)!==null&&xe!==void 0&&xe.aborted)throw new a;Te?le=await K(le,Se,{signal:te}):(le=Se,Te=!0)}if(!fe&&!Te)throw new Z}finally{q.abort()}return le}async function ee(K){K!=null&&f(K,"options"),K?.signal!=null&&l(K.signal,"options.signal");const le=[];for await(const Ee of this){var ce;if(K!=null&&(ce=K.signal)!==null&&ce!==void 0&&ce.aborted)throw new a(void 0,{cause:K.signal.reason});A(le,Ee)}return le}function me(K,le){const ce=$.call(this,K,le);return(async function*(){for await(const Te of ce)yield*Te}).call(this)}function W(K){if(K=y(K),x(K))return 0;if(K<0)throw new o("number",">= 0",K);return K}function G(K,le=void 0){return le!=null&&f(le,"options"),le?.signal!=null&&l(le.signal,"options.signal"),K=W(K),(async function*(){var Ee;if(le!=null&&(Ee=le.signal)!==null&&Ee!==void 0&&Ee.aborted)throw new a;for await(const q of this){var Te;if(le!=null&&(Te=le.signal)!==null&&Te!==void 0&&Te.aborted)throw new a;K--<=0&&(yield q)}}).call(this)}function Y(K,le=void 0){return le!=null&&f(le,"options"),le?.signal!=null&&l(le.signal,"options.signal"),K=W(K),(async function*(){var Ee;if(le!=null&&(Ee=le.signal)!==null&&Ee!==void 0&&Ee.aborted)throw new a;for await(const q of this){var Te;if(le!=null&&(Te=le.signal)!==null&&Te!==void 0&&Te.aborted)throw new a;if(K-- >0&&(yield q),K<=0)return}}).call(this)}return _s.streamReturningOperators={asIndexedPairs:N(ue,"readable.asIndexedPairs will be removed in a future version."),drop:G,filter:I,flatMap:me,map:$,take:Y,compose:F},_s.promiseReturningOperators={every:oe,forEach:ae,reduce:ie,toArray:ee,some:k,find:j},_s}var Yo,Pc;function ff(){if(Pc)return Yo;Pc=1;const{ArrayPrototypePop:i,Promise:e}=ct(),{isIterable:n,isNodeStream:r,isWebStream:o}=Nn(),{pipelineImpl:a}=Rl(),{finished:l}=Vn();pf();function u(...f){return new e((h,g)=>{let _,d;const m=f[f.length-1];if(m&&typeof m=="object"&&!r(m)&&!n(m)&&!o(m)){const b=i(f);_=b.signal,d=b.end}a(f,(b,T)=>{b?g(b):h(T)},{signal:_,end:d})})}return Yo={finished:l,pipeline:u},Yo}var kc;function pf(){if(kc)return Ro.exports;kc=1;const{Buffer:i}=In(),{ObjectDefineProperty:e,ObjectKeys:n,ReflectApply:r}=ct(),{promisify:{custom:o}}=Ot(),{streamReturningOperators:a,promiseReturningOperators:l}=Mg(),{codes:{ERR_ILLEGAL_CONSTRUCTOR:u}}=Pt(),f=hf(),{setDefaultHighWaterMark:h,getDefaultHighWaterMark:g}=Hs(),{pipeline:_}=Rl(),{destroyer:d}=Hi(),m=Vn(),b=ff(),T=Nn(),N=Ro.exports=Nl().Stream;N.isDestroyed=T.isDestroyed,N.isDisturbed=T.isDisturbed,N.isErrored=T.isErrored,N.isReadable=T.isReadable,N.isWritable=T.isWritable,N.Readable=Vs();for(const R of n(a)){let y=function(...x){if(new.target)throw u();return N.Readable.from(r(S,this,x))};const S=a[R];e(y,"name",{__proto__:null,value:S.name}),e(y,"length",{__proto__:null,value:S.length}),e(N.Readable.prototype,R,{__proto__:null,value:y,enumerable:!1,configurable:!0,writable:!0})}for(const R of n(l)){let y=function(...x){if(new.target)throw u();return r(S,this,x)};const S=l[R];e(y,"name",{__proto__:null,value:S.name}),e(y,"length",{__proto__:null,value:S.length}),e(N.Readable.prototype,R,{__proto__:null,value:y,enumerable:!1,configurable:!0,writable:!0})}N.Writable=Al(),N.Duplex=Tn(),N.Transform=cf(),N.PassThrough=df(),N.pipeline=_;const{addAbortSignal:A}=Us();return N.addAbortSignal=A,N.finished=m,N.destroy=d,N.compose=f,N.setDefaultHighWaterMark=h,N.getDefaultHighWaterMark=g,e(N,"promises",{__proto__:null,configurable:!0,enumerable:!0,get(){return b}}),e(_,o,{__proto__:null,enumerable:!0,get(){return b.pipeline}}),e(m,o,{__proto__:null,enumerable:!0,get(){return b.finished}}),N.Stream=N,N._isUint8Array=function(S){return S instanceof Uint8Array},N._uint8ArrayToBuffer=function(S){return i.from(S.buffer,S.byteOffset,S.byteLength)},Ro.exports}var Mc;function gf(){return Mc||(Mc=1,(function(i){const e=pf(),n=ff(),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 n}}),i.exports.Stream=e.Stream,i.exports.default=i.exports})(Ao)),Ao.exports}var Cl=gf();const ea=Symbol("iter");function kr(i,e,n=4){if(n===0)return Object.assign(i,e);for(const r in e)i[r]=kr(i[r]||Object.create(null),e[r],n-1);return i}function mf(i,e,n=4){let r=!1;for(const o in i)if(o in e){const a=n===0?null:mf(i[o],e[o],n-1);if(a!==!1)r=r||Object.create(null),r[o]=a;else if(n===3)return!1}return r}function _f(i,e,n=4){let r=!1;for(const o in i)if(!(o in e))r=r||Object.create(null),r[o]=n===0?null:kr({},i[o],n-1);else if(n!==0){const a=_f(i[o],e[o],n-1);if(a!==!1)r=r||Object.create(null),r[o]=a;else if(n===3)return!1}return r}class Dg{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||Ue}_termFromId(e){if(e[0]==="."){const n=this._entities,r=e.split(".");return this._factory.quad(this._termFromId(n[r[1]]),this._termFromId(n[r[2]]),this._termFromId(n[r[3]]),r[4]&&this._termFromId(n[r[4]]))}return Nr(e,this._factory)}_termToNumericId(e){if(e.termType==="Quad"){const n=this._termToNumericId(e.subject),r=this._termToNumericId(e.predicate),o=this._termToNumericId(e.object);let a;return n&&r&&o&&(gl(e.graph)||(a=this._termToNumericId(e.graph)))&&this._ids[a?`.${n}.${r}.${o}.${a}`:`.${n}.${r}.${o}`]}return this._ids[Mi(e)]}_termToNewNumericId(e){const n=e&&e.termType==="Quad"?`.${this._termToNewNumericId(e.subject)}.${this._termToNewNumericId(e.predicate)}.${this._termToNewNumericId(e.object)}${gl(e.graph)?"":`.${this._termToNewNumericId(e.graph)}`}`:Mi(e);return this._ids[n]||(this._ids[this._entities[++this._id]=n]=this._id)}createBlankNode(e){let n,r;if(e)for(n=e=`_:${e}`,r=1;this._ids[n];)n=e+r++;else do n=`_:b${this._blankNodeIndex++}`;while(this._ids[n]);return this._ids[n]=++this._id,this._entities[this._id]=n,this._factory.blankNode(n.substr(2))}}class Lt{constructor(e,n){this._size=0,this._graphs=Object.create(null),!n&&e&&!e[0]&&typeof e.match!="function"&&(n=e,e=null),n=n||{},this._factory=n.factory||Ue,this._entityIndex=n.entityIndex||new Dg({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 n=this._graphs;let r,o;for(const a in n)for(const l in r=n[a].subjects)for(const u in o=r[l])e+=Object.keys(o[u]).length;return this._size=e}_addToIndex(e,n,r,o){const a=e[n]||(e[n]={}),l=a[r]||(a[r]={}),u=o in l;return u||(l[o]=null),!u}_removeFromIndex(e,n,r,o){const a=e[n],l=a[r];delete l[o];for(const u in l)return;delete a[r];for(const u in a)return;delete e[n]}*_findInIndex(e,n,r,o,a,l,u,f){let h,g,_;const d=this._entities,m=this._termFromId(d[f]),b={subject:null,predicate:null,object:null};n&&((h=e,e={})[n]=h[n]);for(const T in e)if(g=e[T]){b[a]=this._termFromId(d[T]),r&&((h=g,g={})[r]=h[r]);for(const N in g)if(_=g[N]){b[l]=this._termFromId(d[N]);const A=o?o in _?[o]:[]:Object.keys(_);for(let R=0;R<A.length;R++)b[u]=this._termFromId(d[A[R]]),yield this._factory.quad(b.subject,b.predicate,b.object,m)}}}_loop(e,n){for(const r in e)n(r)}_loopByKey0(e,n,r){let o,a;if(o=e[n])for(a in o)r(a)}_loopByKey1(e,n,r){let o,a;for(o in e)a=e[o],a[n]&&r(o)}_loopBy2Keys(e,n,r,o){let a,l,u;if((a=e[n])&&(l=a[r]))for(u in l)o(u)}_countInIndex(e,n,r,o){let a=0,l,u,f;n&&((l=e,e={})[n]=l[n]);for(const h in e)if(u=e[h]){r&&((l=u,u={})[r]=l[r]);for(const g in u)(f=u[g])&&(o?o in f&&a++:a+=Object.keys(f).length)}return a}_getGraphs(e){return e=e===""?1:e&&(this._termToNumericId(e)||-1),typeof e!="number"?this._graphs:{[e]:this._graphs[e]}}_uniqueEntities(e){const n=Object.create(null);return r=>{r in n||(n[r]=!0,e(this._termFromId(this._entities[r],this._factory)))}}add(e){return this.addQuad(e),this}addQuad(e,n,r,o){n||(o=e.graph,r=e.object,n=e.predicate,e=e.subject),o=o?this._termToNewNumericId(o):1;let a=this._graphs[o];return a||(a=this._graphs[o]={subjects:{},predicates:{},objects:{}},Object.freeze(a)),e=this._termToNewNumericId(e),n=this._termToNewNumericId(n),r=this._termToNewNumericId(r),this._addToIndex(a.subjects,e,n,r)?(this._addToIndex(a.predicates,n,r,e),this._addToIndex(a.objects,r,e,n),this._size=null,!0):!1}addQuads(e){for(let n=0;n<e.length;n++)this.addQuad(e[n])}delete(e){return this.removeQuad(e),this}has(e,n,r,o){return e&&e.subject&&({subject:e,predicate:n,object:r,graph:o}=e),!this.readQuads(e,n,r,o).next().done}import(e){return e.on("data",n=>{this.addQuad(n)}),e}removeQuad(e,n,r,o){n||({subject:e,predicate:n,object:r,graph:o}=e),o=o?this._termToNumericId(o):1;const a=this._graphs;let l,u,f;if(!(e=e&&this._termToNumericId(e))||!(n=n&&this._termToNumericId(n))||!(r=r&&this._termToNumericId(r))||!(l=a[o])||!(u=l.subjects[e])||!(f=u[n])||!(r in f))return!1;this._removeFromIndex(l.subjects,e,n,r),this._removeFromIndex(l.predicates,n,r,e),this._removeFromIndex(l.objects,r,e,n),this._size!==null&&this._size--;for(e in l.subjects)return!0;return delete a[o],!0}removeQuads(e){for(let n=0;n<e.length;n++)this.removeQuad(e[n])}remove(e){return e.on("data",n=>{this.removeQuad(n)}),e}removeMatches(e,n,r,o){const a=new Cl.Readable({objectMode:!0}),l=this.readQuads(e,n,r,o);return a._read=u=>{for(;--u>=0;){const{done:f,value:h}=l.next();if(f){a.push(null);return}a.push(h)}},this.remove(a)}deleteGraph(e){return this.removeMatches(null,null,null,e)}getQuads(e,n,r,o){return[...this.readQuads(e,n,r,o)]}*readQuads(e,n,r,o){const a=this._getGraphs(o);let l,u,f,h;if(!(e&&!(u=this._termToNumericId(e))||n&&!(f=this._termToNumericId(n))||r&&!(h=this._termToNumericId(r))))for(const g in a)(l=a[g])&&(u?h?yield*this._findInIndex(l.objects,h,u,f,"object","subject","predicate",g):yield*this._findInIndex(l.subjects,u,f,null,"subject","predicate","object",g):f?yield*this._findInIndex(l.predicates,f,h,null,"predicate","object","subject",g):h?yield*this._findInIndex(l.objects,h,null,null,"object","subject","predicate",g):yield*this._findInIndex(l.subjects,null,null,null,"subject","predicate","object",g))}match(e,n,r,o){return new $n(this,e,n,r,o,{entityIndex:this._entityIndex})}countQuads(e,n,r,o){const a=this._getGraphs(o);let l=0,u,f,h,g;if(e&&!(f=this._termToNumericId(e))||n&&!(h=this._termToNumericId(n))||r&&!(g=this._termToNumericId(r)))return 0;for(const _ in a)(u=a[_])&&(e?r?l+=this._countInIndex(u.objects,g,f,h):l+=this._countInIndex(u.subjects,f,h,g):n?l+=this._countInIndex(u.predicates,h,g,f):l+=this._countInIndex(u.objects,g,f,h));return l}forEach(e,n,r,o,a){this.some(l=>(e(l,this),!1),n,r,o,a)}every(e,n,r,o,a){return!this.some(l=>!e(l,this),n,r,o,a)}some(e,n,r,o,a){for(const l of this.readQuads(n,r,o,a))if(e(l,this))return!0;return!1}getSubjects(e,n,r){const o=[];return this.forSubjects(a=>{o.push(a)},e,n,r),o}forSubjects(e,n,r,o){const a=this._getGraphs(o);let l,u,f;if(e=this._uniqueEntities(e),!(n&&!(u=this._termToNumericId(n))||r&&!(f=this._termToNumericId(r))))for(o in a)(l=a[o])&&(u?f?this._loopBy2Keys(l.predicates,u,f,e):this._loopByKey1(l.subjects,u,e):f?this._loopByKey0(l.objects,f,e):this._loop(l.subjects,e))}getPredicates(e,n,r){const o=[];return this.forPredicates(a=>{o.push(a)},e,n,r),o}forPredicates(e,n,r,o){const a=this._getGraphs(o);let l,u,f;if(e=this._uniqueEntities(e),!(n&&!(u=this._termToNumericId(n))||r&&!(f=this._termToNumericId(r))))for(o in a)(l=a[o])&&(u?f?this._loopBy2Keys(l.objects,f,u,e):this._loopByKey0(l.subjects,u,e):f?this._loopByKey1(l.predicates,f,e):this._loop(l.predicates,e))}getObjects(e,n,r){const o=[];return this.forObjects(a=>{o.push(a)},e,n,r),o}forObjects(e,n,r,o){const a=this._getGraphs(o);let l,u,f;if(e=this._uniqueEntities(e),!(n&&!(u=this._termToNumericId(n))||r&&!(f=this._termToNumericId(r))))for(o in a)(l=a[o])&&(u?f?this._loopBy2Keys(l.subjects,u,f,e):this._loopByKey1(l.objects,u,e):f?this._loopByKey0(l.predicates,f,e):this._loop(l.objects,e))}getGraphs(e,n,r){const o=[];return this.forGraphs(a=>{o.push(a)},e,n,r),o}forGraphs(e,n,r,o){for(const a in this._graphs)this.some(l=>(e(l.graph),!0),n,r,o,this._termFromId(this._entities[a]))}createBlankNode(e){return this._entityIndex.createBlankNode(e)}extractLists({remove:e=!1,ignoreErrors:n=!1}={}){const r={},o=n?(()=>!0):((u,f)=>{throw new Error(`${u.value} ${f}`)}),a=this.getQuads(null,Tt.rdf.rest,Tt.rdf.nil,null),l=e?[...a]:[];return a.forEach(u=>{const f=[];let h=!1,g,_;const d=u.graph;let m=u.subject;for(;m&&!h;){const b=this.getQuads(null,null,m,null),T=this.getQuads(m,null,null,null);let N,A=null,R=null,S=null;for(let y=0;y<T.length&&!h;y++)N=T[y],N.graph.equals(d)?g?h=o(m,"has non-list arcs out"):N.predicate.value===Tt.rdf.first?A?h=o(m,"has multiple rdf:first arcs"):l.push(A=N):N.predicate.value===Tt.rdf.rest?R?h=o(m,"has multiple rdf:rest arcs"):l.push(R=N):b.length?h=o(m,"can't be subject and object"):(g=N,_="subject"):h=o(m,"not confined to single graph");for(let y=0;y<b.length&&!h;++y)N=b[y],g?h=o(m,"can't have coreferences"):N.predicate.value===Tt.rdf.rest?S?h=o(m,"has incoming rdf:rest arcs"):S=N:(g=N,_="object");A?f.unshift(A.object):h=o(m,"has no list head"),m=S&&S.subject}h?e=!1:g&&(r[g[_].value]=f)}),e&&this.removeQuads(l),r}addAll(e){if(e instanceof $n&&(e=e.filtered),Array.isArray(e))this.addQuads(e);else if(e instanceof Lt&&e._entityIndex===this._entityIndex)e._size!==0&&(this._graphs=kr(this._graphs,e._graphs),this._size=null);else for(const n of e)this.add(n);return this}contains(e){if(e instanceof $n&&(e=e.filtered),e===this)return!0;if(!(e instanceof Lt)||this._entityIndex!==e._entityIndex)return e.every(h=>this.has(h));const n=this._graphs,r=e._graphs;let o,a,l,u,f;for(const h in r){if(!(o=n[h]))return!1;o=o.subjects;for(const g in a=r[h].subjects){if(!(l=o[g]))return!1;for(const _ in u=a[g]){if(!(f=l[_]))return!1;for(const d in u[_])if(!(d in f))return!1}}}return!0}deleteMatches(e,n,r,o){for(const a of this.match(e,n,r,o))this.removeQuad(a);return this}difference(e){if(e&&e instanceof $n&&(e=e.filtered),e===this)return new Lt({entityIndex:this._entityIndex});if(e instanceof Lt&&e._entityIndex===this._entityIndex){const n=new Lt({entityIndex:this._entityIndex}),r=_f(this._graphs,e._graphs);return r&&(n._graphs=r,n._size=null),n}return this.filter(n=>!e.has(n))}equals(e){return e instanceof $n&&(e=e.filtered),e===this||this.size===e.size&&this.contains(e)}filter(e){const n=new Lt({entityIndex:this._entityIndex});for(const r of this)e(r,this)&&n.add(r);return n}intersection(e){if(e instanceof $n&&(e=e.filtered),e===this){const n=new Lt({entityIndex:this._entityIndex});return n._graphs=kr(Object.create(null),this._graphs),n._size=this._size,n}else if(e instanceof Lt&&this._entityIndex===e._entityIndex){const n=new Lt({entityIndex:this._entityIndex}),r=mf(e._graphs,this._graphs);return r&&(n._graphs=r,n._size=null),n}return this.filter(n=>e.has(n))}map(e){const n=new Lt({entityIndex:this._entityIndex});for(const r of this)n.add(e(r,this));return n}reduce(e,n){const r=this.readQuads();let o=n===void 0?r.next().value:n;for(const a of r)o=e(o,a,this);return o}toArray(){return this.getQuads()}toCanonical(){throw new Error("not implemented")}toStream(){return this.match()}toString(){return new Il().quadsToString(this)}union(e){const n=new Lt({entityIndex:this._entityIndex});return n._graphs=kr(Object.create(null),this._graphs),n._size=this._size,n.addAll(e),n}*[Symbol.iterator](){yield*this.readQuads()}}function gn(i,e,n=0){const r=e[n];if(r&&!(r in i))return!1;let o=!1;for(const a in r?{[r]:i[r]}:i){const l=n===2?null:gn(i[a],e,n+1);l!==!1&&(o=o||Object.create(null),o[a]=l)}return o}class $n extends Cl.Readable{constructor(e,n,r,o,a,l){super({objectMode:!0}),Object.assign(this,{n3Store:e,subject:n,predicate:r,object:o,graph:a,options:l})}get filtered(){if(!this._filtered){const{n3Store:e,graph:n,object:r,predicate:o,subject:a}=this,l=this._filtered=new Lt({factory:e._factory,entityIndex:this.options.entityIndex});let u,f,h;if(a&&!(u=l._termToNumericId(a))||o&&!(f=l._termToNumericId(o))||r&&!(h=l._termToNumericId(r)))return l;const g=e._getGraphs(n);for(const _ in g){let d,m,b,T;(T=g[_])&&(!u&&f?(m=gn(T.predicates,[f,h,u]))&&(d=gn(T.subjects,[u,f,h]),b=gn(T.objects,[h,u,f])):h?(b=gn(T.objects,[h,u,f]))&&(d=gn(T.subjects,[u,f,h]),m=gn(T.predicates,[f,h,u])):(d=gn(T.subjects,[u,f,h]))&&(m=gn(T.predicates,[f,h,u]),b=gn(T.objects,[h,u,f])),d&&(l._graphs[_]={subjects:d,predicates:m,objects:b}))}l._size=null}return this._filtered}get size(){return this.filtered.size}_read(e){e>0&&!this[ea]&&(this[ea]=this[Symbol.iterator]());const n=this[ea];for(;--e>=0;){const{done:r,value:o}=n.next();if(r){this.push(null);return}this.push(o)}}addAll(e){return this.filtered.addAll(e)}contains(e){return this.filtered.contains(e)}deleteMatches(e,n,r,o){return this.filtered.deleteMatches(e,n,r,o)}difference(e){return this.filtered.difference(e)}equals(e){return this.filtered.equals(e)}every(e,n,r,o,a){return this.filtered.every(e,n,r,o,a)}filter(e){return this.filtered.filter(e)}forEach(e,n,r,o,a){return this.filtered.forEach(e,n,r,o,a)}import(e){return this.filtered.import(e)}intersection(e){return this.filtered.intersection(e)}map(e){return this.filtered.map(e)}some(e,n,r,o,a){return this.filtered.some(e,n,r,o,a)}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,n){return this.filtered.reduce(e,n)}toString(){return new Il().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,n,r,o){return new $n(this.filtered,e,n,r,o,this.options)}*[Symbol.iterator](){yield*this._filtered||this.n3Store.readQuads(this.subject,this.predicate,this.object,this.graph)}}class Og extends Cl.Transform{constructor(e){super({decodeStrings:!0}),this._readableState.objectMode=!0;const n=new of(e);let r,o;const a={onQuad:(l,u)=>{l&&this.emit("error",l)||u&&this.push(u)},onPrefix:(l,u)=>{this.emit("prefix",l,u)}};e&&e.comments&&(a.onComment=l=>{this.emit("comment",l)}),n.parse({on:(l,u)=>{switch(l){case"data":r=u;break;case"end":o=u;break}}},a),this._transform=(l,u,f)=>{r(l),f()},this._flush=l=>{o(),l()}}import(e){return e.on("data",n=>{this.write(n)}),e.on("end",()=>{this.end()}),e.on("error",n=>{this.emit("error",n)}),this}}const Fe="http://www.w3.org/ns/shacl#",Dc="http://datashapes.org/dash#",Un="http://www.w3.org/2001/XMLSchema#",Bn="http://www.w3.org/1999/02/22-rdf-syntax-ns#",Pl="http://www.w3.org/2000/01/rdf-schema#",kl="http://www.w3.org/2004/02/skos/core#",Fg="http://www.w3.org/2002/07/owl#",jg="http://www.w3.org/ns/oa#",$g="http://purl.org/dc/terms/",Bg="http://xmlns.com/foaf/0.1/",Mr=Ue.namedNode("loaded-shapes"),Sn=Ue.namedNode("loaded-data"),It=Ue.namedNode(Bn+"type"),ml=Ue.namedNode($g+"conformsTo"),Oc=Ue.namedNode(Pl+"subClassOf"),Ml=Ue.namedNode(Fg+"imports"),qg=Ue.namedNode(kl+"broader"),zg=Ue.namedNode(kl+"narrower"),bs=Ue.namedNode(Fe+"NodeShape"),Ug=Ue.namedNode(Fe+"IRI"),Ds=Ue.namedNode(Fe+"property"),Dl=Ue.namedNode(Fe+"class"),Hg=Ue.namedNode(Fe+"node"),Oi=Ue.namedNode(Fe+"targetClass"),Vg=Ue.namedNode(Fe+"nodeKind");Ue.namedNode(Un+"string");function Dr(i,e,n=Fe,r){let o="";const a=Gg(i,e,n,r);return a&&(o=a.value),o}function Gg(i,e,n=Fe,r){let o;const a=n+e;if(r?.length){for(const l of r)for(const u of i)if(u.predicate.value===a){if(u.object.id.endsWith(`@${l}`))return u.object;u.object.id.indexOf("@")<0?o=u.object:o||(o=u.object)}}else for(const l of i)if(l.predicate.value===a)return l.object;return o}function Wg(i){i.querySelector(".editor")?.focus()}function Vr(i,e){return Dr(i,"prefLabel",kl,e)||Dr(i,"label",Pl,e)||Dr(i,"name",Bg,e)}function yf(i,e,n){const r=[];for(const o of i)r.push({value:o,label:Vr(e.getQuads(o,null,null,null),n),children:[]});return r}function _l(i,e){for(const n in e)i=i.replace(e[n],"");return i}function vf(i,e,n,r,o=new Set){for(const a of e.owlImports)o.has(a.id)||(o.add(a.id),r.push(...n.getSubjects(It,i,a)));e.parent&&vf(i,e.parent,n,r,o)}function Ol(i,e){if(e.shaclIn){const n=e.config.lists[e.shaclIn];return yf(n?.length?n:[],e.config.store,e.config.languages)}else{const n=e.config.store.getSubjects(It,i,Mr);n.push(...e.config.store.getSubjects(It,i,Sn)),vf(i,e,e.config.store,n);const r=new Map,o=new Map;for(const l of n)r.set(l.id,{value:l,label:Vr(e.config.store.getQuads(l,null,null,null),e.config.languages),children:[]});for(const l of n){for(const u of e.config.store.getObjects(l,qg,null))r.has(u.id)&&o.set(l.id,u.id);for(const u of e.config.store.getObjects(l,zg,null))r.has(u.id)&&o.set(u.id,l.id);for(const u of e.config.store.getObjects(l,Oc,null))r.has(u.id)&&o.set(l.id,u.id)}for(const[l,u]of o.entries())r.get(u)?.children?.push(r.get(l));const a=[];for(const[l,u]of r.entries())o.has(l)||a.push(u);for(const l of e.config.store.getSubjects(Oc,i,null))a.push(...Ol(l,e));return a}}function yl(i){let e;try{e=new URL(i)}catch{return!1}return e.protocol==="http:"||e.protocol==="https:"}function Fc(i,e,n){if(e===void 0)return n;if(n===void 0)return e;const r=i.indexOf(e.language);if(r<0)return n;const o=i.indexOf(n.language);return o<0||o>r?e:n}function Zg(i,{remove:e=!1,ignoreErrors:n=!1}={}){const r={},o=n?(()=>!0):((u,f)=>{throw new Error(`${u.value} ${f}`)}),a=i.getQuads(null,Bn+"rest",Bn+"nil",null),l=e?[...a]:[];return a.forEach(u=>{const f=[];let h=!1,g,_;const d=u.graph;let m=u.subject;for(;m&&!h;){const b=i.getQuads(null,null,m,null),T=i.getQuads(m,null,null,null).filter(y=>!y.predicate.equals(It));let N,A=null,R=null,S=null;for(let y=0;y<T.length&&!h;y++)N=T[y],N.graph.equals(d)?g?h=o(m,"has non-list arcs out"):N.predicate.value===Bn+"first"?A?h=o(m,"has multiple rdf:first arcs"):l.push(A=N):N.predicate.value===Bn+"rest"?R?h=o(m,"has multiple rdf:rest arcs"):l.push(R=N):b.length?h=o(m,"can't be subject and object"):(g=N,_="subject"):h=o(m,"not confined to single graph");for(let y=0;y<b.length&&!h;++y)N=b[y],g?h=o(m,"can't have coreferences"):N.predicate.value===Bn+"rest"?S?h=o(m,"has incoming rdf:rest arcs"):S=N:(g=N,_="object");A?f.unshift(A.object):h=o(m,"has no list head"),m=S&&S.subject}h?e=!1:g&&(r[g[_].value]=f)}),e&&i.removeQuads(l),r}function bf(i,e,n){const r=document.createElement("div");r.classList.add("shacl-or-constraint");const o=[];if(e instanceof Hn){const a=[];let l=!1;i.length&&(l=n.store.countQuads(i[0],Ds,null,null)>0);for(let h=0;h<i.length;h++)if(l){const g=n.store.getObjects(i[h],Ds,null),_=[];let d="";for(const m of g){const b=new js(m,e,n);_.push(b),d+=(d.length>1?" / ":"")+b.template.label}a.push(_),o.push({label:d,value:h.toString()})}else{const g=new js(i[h],e,n);a.push([g]),o.push({label:g.template.label,value:h.toString()})}const u=n.theme.createListEditor("Please choose",null,!1,o),f=u.querySelector(".editor");f.onchange=()=>{if(f.value){const h=a[parseInt(f.value)];let g;h.length&&(g=h[0],r.replaceWith(h[0]));for(let _=1;_<h.length;_++)g.after(h[_]),g=h[_]}},r.appendChild(u)}else{const a=[];for(let f=0;f<i.length;f++){const h=n.store.getQuads(i[f],null,null,null);h.length&&(a.push(h),o.push({label:Vr(h,n.languages)||_l(h[0].predicate.value,n.prefixes)+" = "+_l(h[0].object.value,n.prefixes),value:f.toString()}))}const l=n.theme.createListEditor(e.template.label+"?",null,!1,o,e.template),u=l.querySelector(".editor");u.onchange=()=>{u.value&&r.replaceWith(Rs(e.template.clone().merge(a[parseInt(u.value)]),void 0,!0))},r.appendChild(l)}return r}function Xg(i,e,n){if(e instanceof rn){const r=e.datatype;for(const o of i){const a=n.store.getQuads(o,null,null,null);for(const l of a)if(l.predicate.value===`${Fe}datatype`&&l.object.equals(r))return a}}else{const r=n.store.getObjects(e,It,null);for(const o of i){const a=n.store.getQuads(o,null,null,null);for(const l of a)if(r.length>0){if(l.predicate.value===`${Fe}node`){for(const u of r)if(n.store.getQuads(l.object,Oi,u,null).length>0)return a}if(l.predicate.equals(Dl)){for(const u of r)if(l.object.equals(u))return a}}else if(l.predicate.equals(Vg)&&l.object.equals(Ug))return a}}return console.error("couldn't resolve sh:or/sh:xone on property for value",e),[]}function Qg(i,e,n){for(const r of i){let o=!1;const a=n.store.getObjects(r,Ds,null);for(const l of a){const u=n.store.getObjects(l,`${Fe}path`,null);for(const f of u)if(o=n.store.countQuads(e,f,null,null)>0,o)break}if(o)return a}return console.error("couldn't resolve sh:or/sh:xone on node for value",e),[]}const Jg={[`${Fe}name`]:(i,e)=>{const n=e;i.name=Fc(i.config.languages,i.name,n)},[`${Fe}description`]:(i,e)=>{const n=e;i.description=Fc(i.config.languages,i.description,n)},[`${Fe}path`]:(i,e)=>{i.path=e.value},[`${Fe}node`]:(i,e)=>{i.node=e},[`${Fe}datatype`]:(i,e)=>{i.datatype=e},[`${Fe}nodeKind`]:(i,e)=>{i.nodeKind=e},[`${Fe}minCount`]:(i,e)=>{i.minCount=parseInt(e.value)},[`${Fe}maxCount`]:(i,e)=>{i.maxCount=parseInt(e.value)},[`${Fe}minLength`]:(i,e)=>{i.minLength=parseInt(e.value)},[`${Fe}maxLength`]:(i,e)=>{i.maxLength=parseInt(e.value)},[`${Fe}minInclusive`]:(i,e)=>{i.minInclusive=parseInt(e.value)},[`${Fe}maxInclusive`]:(i,e)=>{i.maxInclusive=parseInt(e.value)},[`${Fe}minExclusive`]:(i,e)=>{i.minExclusive=parseInt(e.value)},[`${Fe}maxExclusive`]:(i,e)=>{i.maxExclusive=parseInt(e.value)},[`${Fe}pattern`]:(i,e)=>{i.pattern=e.value},[`${Fe}order`]:(i,e)=>{i.order=parseInt(e.value)},[`${Dc}singleLine`]:(i,e)=>{i.singleLine=e.value==="true"},[`${Dc}readonly`]:(i,e)=>{i.readonly=e.value==="true"},[`${jg}styleClass`]:(i,e)=>{i.cssClass=e.value},[`${Fe}and`]:(i,e)=>{i.shaclAnd=e.value},[`${Fe}in`]:(i,e)=>{i.shaclIn=e.value},[`${Fe}languageIn`]:(i,e)=>{i.languageIn=i.config.lists[e.value],i.datatype=Ue.namedNode(Bn+"langString")},[`${Fe}defaultValue`]:(i,e)=>{i.defaultValue=e},[`${Fe}hasValue`]:(i,e)=>{i.hasValue=e},[`${Fe}qualifiedValueShape`]:(i,e)=>{i.qualifiedValueShape=e},[`${Fe}qualifiedMinCount`]:(i,e)=>{i.minCount=parseInt(e.value)},[`${Fe}qualifiedMaxCount`]:(i,e)=>{i.maxCount=parseInt(e.value)},[Ml.id]:(i,e)=>{i.owlImports.push(e)},[Dl.id]:(i,e)=>{i.class=e;const n=i.config.store.getSubjects(Oi,e,null);n.length>0&&(i.node=n[0])},[`${Fe}or`]:(i,e)=>{const n=i.config.lists[e.value];n?.length?i.shaclOr=n:console.error("list for sh:or not found:",e.value,"existing lists:",i.config.lists)},[`${Fe}xone`]:(i,e)=>{const n=i.config.lists[e.value];n?.length?i.shaclXone=n:console.error("list for sh:xone not found:",e.value,"existing lists:",i.config.lists)}};class Kg{constructor(e,n,r){this.label="",this.owlImports=[],this.extendedShapes=[],this.parent=n,this.config=r,this.merge(e),this.qualifiedValueShape&&this.merge(r.store.getQuads(this.qualifiedValueShape,null,null,null))}merge(e){for(const n of e)Jg[n.predicate.id]?.call(this,this,n.object);if(this.label=this.name?.value||Vr(e,this.config.languages),!this.label&&!this.shaclAnd&&(this.label=this.path?_l(this.path,this.config.prefixes):"unknown"),this.node&&this.extendedShapes.push(this.node),this.shaclAnd){const n=this.config.lists[this.shaclAnd];if(n?.length)for(const r of n)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 Yg=`form { display:block; --label-width: 8em; --caret-size: 10px; }
27
+ `;super(r),this.name="AggregateError",this.errors=n}}return Co={AggregateError:i,ArrayIsArray(e){return Array.isArray(e)},ArrayPrototypeIncludes(e,n){return e.includes(n)},ArrayPrototypeIndexOf(e,n){return e.indexOf(n)},ArrayPrototypeJoin(e,n){return e.join(n)},ArrayPrototypeMap(e,n){return e.map(n)},ArrayPrototypePop(e,n){return e.pop(n)},ArrayPrototypePush(e,n){return e.push(n)},ArrayPrototypeSlice(e,n,r){return e.slice(n,r)},Error,FunctionPrototypeCall(e,n,...r){return e.call(n,...r)},FunctionPrototypeSymbolHasInstance(e,n){return Function.prototype[Symbol.hasInstance].call(e,n)},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,n){return Object.defineProperties(e,n)},ObjectDefineProperty(e,n,r){return Object.defineProperty(e,n,r)},ObjectGetOwnPropertyDescriptor(e,n){return Object.getOwnPropertyDescriptor(e,n)},ObjectKeys(e){return Object.keys(e)},ObjectSetPrototypeOf(e,n){return Object.setPrototypeOf(e,n)},Promise,PromisePrototypeCatch(e,n){return e.catch(n)},PromisePrototypeThen(e,n,r){return e.then(n,r)},PromiseReject(e){return Promise.reject(e)},PromiseResolve(e){return Promise.resolve(e)},ReflectApply:Reflect.apply,RegExpPrototypeTest(e,n){return e.test(n)},SafeSet:Set,String,StringPrototypeSlice(e,n,r){return e.slice(n,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,n,r){return e.set(n,r)},Boolean,Uint8Array},Co}var Po={exports:{}},ko,oc;function lf(){return oc||(oc=1,ko={format(i,...e){return i.replace(/%([sdifj])/g,function(...[n,r]){const o=e.shift();return r==="f"?o.toFixed(6):r==="j"?JSON.stringify(o):r==="s"&&typeof o=="object"?`${o.constructor!==Object?o.constructor.name:""} {}`.trim():o.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"{}"}}}),ko}var Mo,ac;function Pt(){if(ac)return Mo;ac=1;const{format:i,inspect:e}=lf(),{AggregateError:n}=ct(),r=globalThis.AggregateError||n,o=Symbol("kIsNodeError"),a=["string","function","number","object","Function","Object","boolean","bigint","symbol"],l=/^([A-Z][a-z0-9]*)+$/,u="__node_internal_",f={};function h(N,A){if(!N)throw new f.ERR_INTERNAL_ASSERTION(A)}function g(N){let A="",R=N.length;const S=N[0]==="-"?1:0;for(;R>=S+4;R-=3)A=`_${N.slice(R-3,R)}${A}`;return`${N.slice(0,R)}${A}`}function _(N,A,R){if(typeof A=="function")return h(A.length<=R.length,`Code: ${N}; The provided arguments length (${R.length}) does not match the required ones (${A.length}).`),A(...R);const S=(A.match(/%[dfijoOs]/g)||[]).length;return h(S===R.length,`Code: ${N}; The provided arguments length (${R.length}) does not match the required ones (${S}).`),R.length===0?A:i(A,...R)}function d(N,A,R){R||(R=Error);class S extends R{constructor(...x){super(_(N,A,x))}toString(){return`${this.name} [${N}]: ${this.message}`}}Object.defineProperties(S.prototype,{name:{value:R.name,writable:!0,enumerable:!1,configurable:!0},toString:{value(){return`${this.name} [${N}]: ${this.message}`},writable:!0,enumerable:!1,configurable:!0}}),S.prototype.code=N,S.prototype[o]=!0,f[N]=S}function m(N){const A=u+N.name;return Object.defineProperty(N,"name",{value:A}),N}function b(N,A){if(N&&A&&N!==A){if(Array.isArray(A.errors))return A.errors.push(N),A;const R=new r([A,N],A.message);return R.code=A.code,R}return N||A}class T extends Error{constructor(A="The operation was aborted",R=void 0){if(R!==void 0&&typeof R!="object")throw new f.ERR_INVALID_ARG_TYPE("options","Object",R);super(A,R),this.code="ABORT_ERR",this.name="AbortError"}}return d("ERR_ASSERTION","%s",Error),d("ERR_INVALID_ARG_TYPE",(N,A,R)=>{h(typeof N=="string","'name' must be a string"),Array.isArray(A)||(A=[A]);let S="The ";N.endsWith(" argument")?S+=`${N} `:S+=`"${N}" ${N.includes(".")?"property":"argument"} `,S+="must be ";const y=[],x=[],M=[];for(const O of A)h(typeof O=="string","All expected entries have to be of type string"),a.includes(O)?y.push(O.toLowerCase()):l.test(O)?x.push(O):(h(O!=="object",'The value "object" should be written as "Object"'),M.push(O));if(x.length>0){const O=y.indexOf("object");O!==-1&&(y.splice(y,O,1),x.push("Object"))}if(y.length>0){switch(y.length){case 1:S+=`of type ${y[0]}`;break;case 2:S+=`one of type ${y[0]} or ${y[1]}`;break;default:{const O=y.pop();S+=`one of type ${y.join(", ")}, or ${O}`}}(x.length>0||M.length>0)&&(S+=" or ")}if(x.length>0){switch(x.length){case 1:S+=`an instance of ${x[0]}`;break;case 2:S+=`an instance of ${x[0]} or ${x[1]}`;break;default:{const O=x.pop();S+=`an instance of ${x.join(", ")}, or ${O}`}}M.length>0&&(S+=" or ")}switch(M.length){case 0:break;case 1:M[0].toLowerCase()!==M[0]&&(S+="an "),S+=`${M[0]}`;break;case 2:S+=`one of ${M[0]} or ${M[1]}`;break;default:{const O=M.pop();S+=`one of ${M.join(", ")}, or ${O}`}}if(R==null)S+=`. Received ${R}`;else if(typeof R=="function"&&R.name)S+=`. Received function ${R.name}`;else if(typeof R=="object"){var U;if((U=R.constructor)!==null&&U!==void 0&&U.name)S+=`. Received an instance of ${R.constructor.name}`;else{const O=e(R,{depth:-1});S+=`. Received ${O}`}}else{let O=e(R,{colors:!1});O.length>25&&(O=`${O.slice(0,25)}...`),S+=`. Received type ${typeof R} (${O})`}return S},TypeError),d("ERR_INVALID_ARG_VALUE",(N,A,R="is invalid")=>{let S=e(A);return S.length>128&&(S=S.slice(0,128)+"..."),`The ${N.includes(".")?"property":"argument"} '${N}' ${R}. Received ${S}`},TypeError),d("ERR_INVALID_RETURN_VALUE",(N,A,R)=>{var S;const y=R!=null&&(S=R.constructor)!==null&&S!==void 0&&S.name?`instance of ${R.constructor.name}`:`type ${typeof R}`;return`Expected ${N} to be returned from the "${A}" function but got ${y}.`},TypeError),d("ERR_MISSING_ARGS",(...N)=>{h(N.length>0,"At least one arg needs to be specified");let A;const R=N.length;switch(N=(Array.isArray(N)?N:[N]).map(S=>`"${S}"`).join(" or "),R){case 1:A+=`The ${N[0]} argument`;break;case 2:A+=`The ${N[0]} and ${N[1]} arguments`;break;default:{const S=N.pop();A+=`The ${N.join(", ")}, and ${S} arguments`}break}return`${A} must be specified`},TypeError),d("ERR_OUT_OF_RANGE",(N,A,R)=>{h(A,'Missing "range" argument');let S;if(Number.isInteger(R)&&Math.abs(R)>2**32)S=g(String(R));else if(typeof R=="bigint"){S=String(R);const y=BigInt(2)**BigInt(32);(R>y||R<-y)&&(S=g(S)),S+="n"}else S=e(R);return`The value of "${N}" is out of range. It must be ${A}. Received ${S}`},RangeError),d("ERR_MULTIPLE_CALLBACK","Callback called multiple times",Error),d("ERR_METHOD_NOT_IMPLEMENTED","The %s method is not implemented",Error),d("ERR_STREAM_ALREADY_FINISHED","Cannot call %s after a stream was finished",Error),d("ERR_STREAM_CANNOT_PIPE","Cannot pipe, not readable",Error),d("ERR_STREAM_DESTROYED","Cannot call %s after a stream was destroyed",Error),d("ERR_STREAM_NULL_VALUES","May not write null values to stream",TypeError),d("ERR_STREAM_PREMATURE_CLOSE","Premature close",Error),d("ERR_STREAM_PUSH_AFTER_EOF","stream.push() after EOF",Error),d("ERR_STREAM_UNSHIFT_AFTER_END_EVENT","stream.unshift() after end event",Error),d("ERR_STREAM_WRITE_AFTER_END","write after end",Error),d("ERR_UNKNOWN_ENCODING","Unknown encoding: %s",TypeError),Mo={AbortError:T,aggregateTwoErrors:m(b),hideStackFrames:m,codes:f},Mo}var dr={exports:{}},lc;function $r(){if(lc)return dr.exports;lc=1;const{AbortController:i,AbortSignal:e}=typeof self<"u"?self:typeof window<"u"?window:void 0;return dr.exports=i,dr.exports.AbortSignal=e,dr.exports.default=i,dr.exports}var ms={exports:{}},uc;function zs(){if(uc)return ms.exports;uc=1;var i=typeof Reflect=="object"?Reflect:null,e=i&&typeof i.apply=="function"?i.apply:function(x,M,U){return Function.prototype.apply.call(x,M,U)},n;i&&typeof i.ownKeys=="function"?n=i.ownKeys:Object.getOwnPropertySymbols?n=function(x){return Object.getOwnPropertyNames(x).concat(Object.getOwnPropertySymbols(x))}:n=function(x){return Object.getOwnPropertyNames(x)};function r(y){console&&console.warn&&console.warn(y)}var o=Number.isNaN||function(x){return x!==x};function a(){a.init.call(this)}ms.exports=a,ms.exports.once=A,a.EventEmitter=a,a.prototype._events=void 0,a.prototype._eventsCount=0,a.prototype._maxListeners=void 0;var l=10;function u(y){if(typeof y!="function")throw new TypeError('The "listener" argument must be of type Function. Received type '+typeof y)}Object.defineProperty(a,"defaultMaxListeners",{enumerable:!0,get:function(){return l},set:function(y){if(typeof y!="number"||y<0||o(y))throw new RangeError('The value of "defaultMaxListeners" is out of range. It must be a non-negative number. Received '+y+".");l=y}}),a.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},a.prototype.setMaxListeners=function(x){if(typeof x!="number"||x<0||o(x))throw new RangeError('The value of "n" is out of range. It must be a non-negative number. Received '+x+".");return this._maxListeners=x,this};function f(y){return y._maxListeners===void 0?a.defaultMaxListeners:y._maxListeners}a.prototype.getMaxListeners=function(){return f(this)},a.prototype.emit=function(x){for(var M=[],U=1;U<arguments.length;U++)M.push(arguments[U]);var O=x==="error",Q=this._events;if(Q!==void 0)O=O&&Q.error===void 0;else if(!O)return!1;if(O){var D;if(M.length>0&&(D=M[0]),D instanceof Error)throw D;var B=new Error("Unhandled error."+(D?" ("+D.message+")":""));throw B.context=D,B}var X=Q[x];if(X===void 0)return!1;if(typeof X=="function")e(X,this,M);else for(var F=X.length,$=b(X,F),U=0;U<F;++U)e($[U],this,M);return!0};function h(y,x,M,U){var O,Q,D;if(u(M),Q=y._events,Q===void 0?(Q=y._events=Object.create(null),y._eventsCount=0):(Q.newListener!==void 0&&(y.emit("newListener",x,M.listener?M.listener:M),Q=y._events),D=Q[x]),D===void 0)D=Q[x]=M,++y._eventsCount;else if(typeof D=="function"?D=Q[x]=U?[M,D]:[D,M]:U?D.unshift(M):D.push(M),O=f(y),O>0&&D.length>O&&!D.warned){D.warned=!0;var B=new Error("Possible EventEmitter memory leak detected. "+D.length+" "+String(x)+" listeners added. Use emitter.setMaxListeners() to increase limit");B.name="MaxListenersExceededWarning",B.emitter=y,B.type=x,B.count=D.length,r(B)}return y}a.prototype.addListener=function(x,M){return h(this,x,M,!1)},a.prototype.on=a.prototype.addListener,a.prototype.prependListener=function(x,M){return h(this,x,M,!0)};function g(){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 _(y,x,M){var U={fired:!1,wrapFn:void 0,target:y,type:x,listener:M},O=g.bind(U);return O.listener=M,U.wrapFn=O,O}a.prototype.once=function(x,M){return u(M),this.on(x,_(this,x,M)),this},a.prototype.prependOnceListener=function(x,M){return u(M),this.prependListener(x,_(this,x,M)),this},a.prototype.removeListener=function(x,M){var U,O,Q,D,B;if(u(M),O=this._events,O===void 0)return this;if(U=O[x],U===void 0)return this;if(U===M||U.listener===M)--this._eventsCount===0?this._events=Object.create(null):(delete O[x],O.removeListener&&this.emit("removeListener",x,U.listener||M));else if(typeof U!="function"){for(Q=-1,D=U.length-1;D>=0;D--)if(U[D]===M||U[D].listener===M){B=U[D].listener,Q=D;break}if(Q<0)return this;Q===0?U.shift():T(U,Q),U.length===1&&(O[x]=U[0]),O.removeListener!==void 0&&this.emit("removeListener",x,B||M)}return this},a.prototype.off=a.prototype.removeListener,a.prototype.removeAllListeners=function(x){var M,U,O;if(U=this._events,U===void 0)return this;if(U.removeListener===void 0)return arguments.length===0?(this._events=Object.create(null),this._eventsCount=0):U[x]!==void 0&&(--this._eventsCount===0?this._events=Object.create(null):delete U[x]),this;if(arguments.length===0){var Q=Object.keys(U),D;for(O=0;O<Q.length;++O)D=Q[O],D!=="removeListener"&&this.removeAllListeners(D);return this.removeAllListeners("removeListener"),this._events=Object.create(null),this._eventsCount=0,this}if(M=U[x],typeof M=="function")this.removeListener(x,M);else if(M!==void 0)for(O=M.length-1;O>=0;O--)this.removeListener(x,M[O]);return this};function d(y,x,M){var U=y._events;if(U===void 0)return[];var O=U[x];return O===void 0?[]:typeof O=="function"?M?[O.listener||O]:[O]:M?N(O):b(O,O.length)}a.prototype.listeners=function(x){return d(this,x,!0)},a.prototype.rawListeners=function(x){return d(this,x,!1)},a.listenerCount=function(y,x){return typeof y.listenerCount=="function"?y.listenerCount(x):m.call(y,x)},a.prototype.listenerCount=m;function m(y){var x=this._events;if(x!==void 0){var M=x[y];if(typeof M=="function")return 1;if(M!==void 0)return M.length}return 0}a.prototype.eventNames=function(){return this._eventsCount>0?n(this._events):[]};function b(y,x){for(var M=new Array(x),U=0;U<x;++U)M[U]=y[U];return M}function T(y,x){for(;x+1<y.length;x++)y[x]=y[x+1];y.pop()}function N(y){for(var x=new Array(y.length),M=0;M<x.length;++M)x[M]=y[M].listener||y[M];return x}function A(y,x){return new Promise(function(M,U){function O(D){y.removeListener(x,Q),U(D)}function Q(){typeof y.removeListener=="function"&&y.removeListener("error",O),M([].slice.call(arguments))}S(y,x,Q,{once:!0}),x!=="error"&&R(y,O,{once:!0})})}function R(y,x,M){typeof y.on=="function"&&S(y,"error",x,M)}function S(y,x,M,U){if(typeof y.on=="function")U.once?y.once(x,M):y.on(x,M);else if(typeof y.addEventListener=="function")y.addEventListener(x,function O(Q){U.once&&y.removeEventListener(x,O),M(Q)});else throw new TypeError('The "emitter" argument must be of type EventEmitter. Received type '+typeof y)}return ms.exports}var cc;function Ot(){return cc||(cc=1,(function(i){const e=Nn(),{format:n,inspect:r}=lf(),{codes:{ERR_INVALID_ARG_TYPE:o}}=Pt(),{kResistStopPropagation:a,AggregateError:l,SymbolDispose:u}=ct(),f=globalThis.AbortSignal||$r().AbortSignal,h=globalThis.AbortController||$r().AbortController,g=Object.getPrototypeOf(async function(){}).constructor,_=globalThis.Blob||e.Blob,d=typeof _<"u"?function(N){return N instanceof _}:function(N){return!1},m=(T,N)=>{if(T!==void 0&&(T===null||typeof T!="object"||!("aborted"in T)))throw new o(N,"AbortSignal",T)},b=(T,N)=>{if(typeof T!="function")throw new o(N,"Function",T)};i.exports={AggregateError:l,kEmptyObject:Object.freeze({}),once(T){let N=!1;return function(...A){N||(N=!0,T.apply(this,A))}},createDeferredPromise:function(){let T,N;return{promise:new Promise((R,S)=>{T=R,N=S}),resolve:T,reject:N}},promisify(T){return new Promise((N,A)=>{T((R,...S)=>R?A(R):N(...S))})},debuglog(){return function(){}},format:n,inspect:r,types:{isAsyncFunction(T){return T instanceof g},isArrayBufferView(T){return ArrayBuffer.isView(T)}},isBlob:d,deprecate(T,N){return T},addAbortListener:zs().addAbortListener||function(N,A){if(N===void 0)throw new o("signal","AbortSignal",N);m(N,"signal"),b(A,"listener");let R;return N.aborted?queueMicrotask(()=>A()):(N.addEventListener("abort",A,{__proto__:null,once:!0,[a]:!0}),R=()=>{N.removeEventListener("abort",A)}),{__proto__:null,[u](){var S;(S=R)===null||S===void 0||S()}}},AbortSignalAny:f.any||function(N){if(N.length===1)return N[0];const A=new h,R=()=>A.abort();return N.forEach(S=>{m(S,"signals"),S.addEventListener("abort",R,{once:!0})}),A.signal.addEventListener("abort",()=>{N.forEach(S=>S.removeEventListener("abort",R))},{once:!0}),A.signal}},i.exports.promisify.custom=Symbol.for("nodejs.util.promisify.custom")})(Po)),Po.exports}var _s={},Do,dc;function Hr(){if(dc)return Do;dc=1;const{ArrayIsArray:i,ArrayPrototypeIncludes:e,ArrayPrototypeJoin:n,ArrayPrototypeMap:r,NumberIsInteger:o,NumberIsNaN:a,NumberMAX_SAFE_INTEGER:l,NumberMIN_SAFE_INTEGER:u,NumberParseInt:f,ObjectPrototypeHasOwnProperty:h,RegExpPrototypeExec:g,String:_,StringPrototypeToUpperCase:d,StringPrototypeTrim:m}=ct(),{hideStackFrames:b,codes:{ERR_SOCKET_BAD_PORT:T,ERR_INVALID_ARG_TYPE:N,ERR_INVALID_ARG_VALUE:A,ERR_OUT_OF_RANGE:R,ERR_UNKNOWN_SIGNAL:S}}=Pt(),{normalizeEncoding:y}=Ot(),{isAsyncFunction:x,isArrayBufferView:M}=Ot().types,U={};function O(se){return se===(se|0)}function Q(se){return se===se>>>0}const D=/^[0-7]+$/,B="must be a 32-bit unsigned integer or an octal string";function X(se,be,Ne){if(typeof se>"u"&&(se=Ne),typeof se=="string"){if(g(D,se)===null)throw new A(be,se,B);se=f(se,8)}return ue(se,be),se}const F=b((se,be,Ne=u,ve=l)=>{if(typeof se!="number")throw new N(be,"number",se);if(!o(se))throw new R(be,"an integer",se);if(se<Ne||se>ve)throw new R(be,`>= ${Ne} && <= ${ve}`,se)}),$=b((se,be,Ne=-2147483648,ve=2147483647)=>{if(typeof se!="number")throw new N(be,"number",se);if(!o(se))throw new R(be,"an integer",se);if(se<Ne||se>ve)throw new R(be,`>= ${Ne} && <= ${ve}`,se)}),ue=b((se,be,Ne=!1)=>{if(typeof se!="number")throw new N(be,"number",se);if(!o(se))throw new R(be,"an integer",se);const ve=Ne?1:0,Be=4294967295;if(se<ve||se>Be)throw new R(be,`>= ${ve} && <= ${Be}`,se)});function k(se,be){if(typeof se!="string")throw new N(be,"string",se)}function oe(se,be,Ne=void 0,ve){if(typeof se!="number")throw new N(be,"number",se);if(Ne!=null&&se<Ne||ve!=null&&se>ve||(Ne!=null||ve!=null)&&a(se))throw new R(be,`${Ne!=null?`>= ${Ne}`:""}${Ne!=null&&ve!=null?" && ":""}${ve!=null?`<= ${ve}`:""}`,se)}const j=b((se,be,Ne)=>{if(!e(Ne,se)){const Be="must be one of: "+n(r(Ne,mt=>typeof mt=="string"?`'${mt}'`:_(mt)),", ");throw new A(be,se,Be)}});function ae(se,be){if(typeof se!="boolean")throw new N(be,"boolean",se)}function I(se,be,Ne){return se==null||!h(se,be)?Ne:se[be]}const Z=b((se,be,Ne=null)=>{const ve=I(Ne,"allowArray",!1),Be=I(Ne,"allowFunction",!1);if(!I(Ne,"nullable",!1)&&se===null||!ve&&i(se)||typeof se!="object"&&(!Be||typeof se!="function"))throw new N(be,"Object",se)}),ie=b((se,be)=>{if(se!=null&&typeof se!="object"&&typeof se!="function")throw new N(be,"a dictionary",se)}),ee=b((se,be,Ne=0)=>{if(!i(se))throw new N(be,"Array",se);if(se.length<Ne){const ve=`must be longer than ${Ne}`;throw new A(be,se,ve)}});function me(se,be){ee(se,be);for(let Ne=0;Ne<se.length;Ne++)k(se[Ne],`${be}[${Ne}]`)}function W(se,be){ee(se,be);for(let Ne=0;Ne<se.length;Ne++)ae(se[Ne],`${be}[${Ne}]`)}function G(se,be){ee(se,be);for(let Ne=0;Ne<se.length;Ne++){const ve=se[Ne],Be=`${be}[${Ne}]`;if(ve==null)throw new N(Be,"AbortSignal",ve);Ee(ve,Be)}}function Y(se,be="signal"){if(k(se,be),U[se]===void 0)throw U[d(se)]!==void 0?new S(se+" (signals must use all capital letters)"):new S(se)}const K=b((se,be="buffer")=>{if(!M(se))throw new N(be,["Buffer","TypedArray","DataView"],se)});function le(se,be){const Ne=y(be),ve=se.length;if(Ne==="hex"&&ve%2!==0)throw new A("encoding",be,`is invalid for data of length ${ve}`)}function ce(se,be="Port",Ne=!0){if(typeof se!="number"&&typeof se!="string"||typeof se=="string"&&m(se).length===0||+se!==+se>>>0||se>65535||se===0&&!Ne)throw new T(be,se,Ne);return se|0}const Ee=b((se,be)=>{if(se!==void 0&&(se===null||typeof se!="object"||!("aborted"in se)))throw new N(be,"AbortSignal",se)}),Te=b((se,be)=>{if(typeof se!="function")throw new N(be,"Function",se)}),q=b((se,be)=>{if(typeof se!="function"||x(se))throw new N(be,"Function",se)}),te=b((se,be)=>{if(se!==void 0)throw new N(be,"undefined",se)});function fe(se,be,Ne){if(!e(Ne,se))throw new N(be,`('${n(Ne,"|")}')`,se)}const xe=/^(?:<[^>]*>)(?:\s*;\s*[^;"\s]+(?:=(")?[^;"\s]*\1)?)*$/;function Se(se,be){if(typeof se>"u"||!g(xe,se))throw new A(be,se,'must be an array or string of format "</styles.css>; rel=preload; as=style"')}function Ie(se){if(typeof se=="string")return Se(se,"hints"),se;if(i(se)){const be=se.length;let Ne="";if(be===0)return Ne;for(let ve=0;ve<be;ve++){const Be=se[ve];Se(Be,"hints"),Ne+=Be,ve!==be-1&&(Ne+=", ")}return Ne}throw new A("hints",se,'must be an array or string of format "</styles.css>; rel=preload; as=style"')}return Do={isInt32:O,isUint32:Q,parseFileMode:X,validateArray:ee,validateStringArray:me,validateBooleanArray:W,validateAbortSignalArray:G,validateBoolean:ae,validateBuffer:K,validateDictionary:ie,validateEncoding:le,validateFunction:Te,validateInt32:$,validateInteger:F,validateNumber:oe,validateObject:Z,validateOneOf:j,validatePlainFunction:q,validatePort:ce,validateSignalName:Y,validateString:k,validateUint32:ue,validateUndefined:te,validateUnion:fe,validateAbortSignal:Ee,validateLinkHeaderValue:Ie},Do}var ys={exports:{}},Oo={exports:{}},hc;function vi(){if(hc)return Oo.exports;hc=1;var i=Oo.exports={},e,n;function r(){throw new Error("setTimeout has not been defined")}function o(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?e=setTimeout:e=r}catch{e=r}try{typeof clearTimeout=="function"?n=clearTimeout:n=o}catch{n=o}})();function a(T){if(e===setTimeout)return setTimeout(T,0);if((e===r||!e)&&setTimeout)return e=setTimeout,setTimeout(T,0);try{return e(T,0)}catch{try{return e.call(null,T,0)}catch{return e.call(this,T,0)}}}function l(T){if(n===clearTimeout)return clearTimeout(T);if((n===o||!n)&&clearTimeout)return n=clearTimeout,clearTimeout(T);try{return n(T)}catch{try{return n.call(null,T)}catch{return n.call(this,T)}}}var u=[],f=!1,h,g=-1;function _(){!f||!h||(f=!1,h.length?u=h.concat(u):g=-1,u.length&&d())}function d(){if(!f){var T=a(_);f=!0;for(var N=u.length;N;){for(h=u,u=[];++g<N;)h&&h[g].run();g=-1,N=u.length}h=null,f=!1,l(T)}}i.nextTick=function(T){var N=new Array(arguments.length-1);if(arguments.length>1)for(var A=1;A<arguments.length;A++)N[A-1]=arguments[A];u.push(new m(T,N)),u.length===1&&!f&&a(d)};function m(T,N){this.fun=T,this.array=N}m.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(T){return[]},i.binding=function(T){throw new Error("process.binding is not supported")},i.cwd=function(){return"/"},i.chdir=function(T){throw new Error("process.chdir is not supported")},i.umask=function(){return 0},Oo.exports}var Fo,fc;function An(){if(fc)return Fo;fc=1;const{SymbolAsyncIterator:i,SymbolIterator:e,SymbolFor:n}=ct(),r=n("nodejs.stream.destroyed"),o=n("nodejs.stream.errored"),a=n("nodejs.stream.readable"),l=n("nodejs.stream.writable"),u=n("nodejs.stream.disturbed"),f=n("nodejs.webstream.isClosedPromise"),h=n("nodejs.webstream.controllerErrorFunction");function g(I,Z=!1){var ie;return!!(I&&typeof I.pipe=="function"&&typeof I.on=="function"&&(!Z||typeof I.pause=="function"&&typeof I.resume=="function")&&(!I._writableState||((ie=I._readableState)===null||ie===void 0?void 0:ie.readable)!==!1)&&(!I._writableState||I._readableState))}function _(I){var Z;return!!(I&&typeof I.write=="function"&&typeof I.on=="function"&&(!I._readableState||((Z=I._writableState)===null||Z===void 0?void 0:Z.writable)!==!1))}function d(I){return!!(I&&typeof I.pipe=="function"&&I._readableState&&typeof I.on=="function"&&typeof I.write=="function")}function m(I){return I&&(I._readableState||I._writableState||typeof I.write=="function"&&typeof I.on=="function"||typeof I.pipe=="function"&&typeof I.on=="function")}function b(I){return!!(I&&!m(I)&&typeof I.pipeThrough=="function"&&typeof I.getReader=="function"&&typeof I.cancel=="function")}function T(I){return!!(I&&!m(I)&&typeof I.getWriter=="function"&&typeof I.abort=="function")}function N(I){return!!(I&&!m(I)&&typeof I.readable=="object"&&typeof I.writable=="object")}function A(I){return b(I)||T(I)||N(I)}function R(I,Z){return I==null?!1:Z===!0?typeof I[i]=="function":Z===!1?typeof I[e]=="function":typeof I[i]=="function"||typeof I[e]=="function"}function S(I){if(!m(I))return null;const Z=I._writableState,ie=I._readableState,ee=Z||ie;return!!(I.destroyed||I[r]||ee!=null&&ee.destroyed)}function y(I){if(!_(I))return null;if(I.writableEnded===!0)return!0;const Z=I._writableState;return Z!=null&&Z.errored?!1:typeof Z?.ended!="boolean"?null:Z.ended}function x(I,Z){if(!_(I))return null;if(I.writableFinished===!0)return!0;const ie=I._writableState;return ie!=null&&ie.errored?!1:typeof ie?.finished!="boolean"?null:!!(ie.finished||Z===!1&&ie.ended===!0&&ie.length===0)}function M(I){if(!g(I))return null;if(I.readableEnded===!0)return!0;const Z=I._readableState;return!Z||Z.errored?!1:typeof Z?.ended!="boolean"?null:Z.ended}function U(I,Z){if(!g(I))return null;const ie=I._readableState;return ie!=null&&ie.errored?!1:typeof ie?.endEmitted!="boolean"?null:!!(ie.endEmitted||Z===!1&&ie.ended===!0&&ie.length===0)}function O(I){return I&&I[a]!=null?I[a]:typeof I?.readable!="boolean"?null:S(I)?!1:g(I)&&I.readable&&!U(I)}function Q(I){return I&&I[l]!=null?I[l]:typeof I?.writable!="boolean"?null:S(I)?!1:_(I)&&I.writable&&!y(I)}function D(I,Z){return m(I)?S(I)?!0:!(Z?.readable!==!1&&O(I)||Z?.writable!==!1&&Q(I)):null}function B(I){var Z,ie;return m(I)?I.writableErrored?I.writableErrored:(Z=(ie=I._writableState)===null||ie===void 0?void 0:ie.errored)!==null&&Z!==void 0?Z:null:null}function X(I){var Z,ie;return m(I)?I.readableErrored?I.readableErrored:(Z=(ie=I._readableState)===null||ie===void 0?void 0:ie.errored)!==null&&Z!==void 0?Z:null:null}function F(I){if(!m(I))return null;if(typeof I.closed=="boolean")return I.closed;const Z=I._writableState,ie=I._readableState;return typeof Z?.closed=="boolean"||typeof ie?.closed=="boolean"?Z?.closed||ie?.closed:typeof I._closed=="boolean"&&$(I)?I._closed:null}function $(I){return typeof I._closed=="boolean"&&typeof I._defaultKeepAlive=="boolean"&&typeof I._removedConnection=="boolean"&&typeof I._removedContLen=="boolean"}function ue(I){return typeof I._sent100=="boolean"&&$(I)}function k(I){var Z;return typeof I._consuming=="boolean"&&typeof I._dumped=="boolean"&&((Z=I.req)===null||Z===void 0?void 0:Z.upgradeOrConnect)===void 0}function oe(I){if(!m(I))return null;const Z=I._writableState,ie=I._readableState,ee=Z||ie;return!ee&&ue(I)||!!(ee&&ee.autoDestroy&&ee.emitClose&&ee.closed===!1)}function j(I){var Z;return!!(I&&((Z=I[u])!==null&&Z!==void 0?Z:I.readableDidRead||I.readableAborted))}function ae(I){var Z,ie,ee,me,W,G,Y,K,le,ce;return!!(I&&((Z=(ie=(ee=(me=(W=(G=I[o])!==null&&G!==void 0?G:I.readableErrored)!==null&&W!==void 0?W:I.writableErrored)!==null&&me!==void 0?me:(Y=I._readableState)===null||Y===void 0?void 0:Y.errorEmitted)!==null&&ee!==void 0?ee:(K=I._writableState)===null||K===void 0?void 0:K.errorEmitted)!==null&&ie!==void 0?ie:(le=I._readableState)===null||le===void 0?void 0:le.errored)!==null&&Z!==void 0?Z:!((ce=I._writableState)===null||ce===void 0)&&ce.errored))}return Fo={isDestroyed:S,kIsDestroyed:r,isDisturbed:j,kIsDisturbed:u,isErrored:ae,kIsErrored:o,isReadable:O,kIsReadable:a,kIsClosedPromise:f,kControllerErrorFunction:h,kIsWritable:l,isClosed:F,isDuplexNodeStream:d,isFinished:D,isIterable:R,isReadableNodeStream:g,isReadableStream:b,isReadableEnded:M,isReadableFinished:U,isReadableErrored:X,isNodeStream:m,isWebStream:A,isWritable:Q,isWritableNodeStream:_,isWritableStream:T,isWritableEnded:y,isWritableFinished:x,isWritableErrored:B,isServerRequest:k,isServerResponse:ue,willEmitClose:oe,isTransformStream:N},Fo}var pc;function Vn(){if(pc)return ys.exports;pc=1;const i=vi(),{AbortError:e,codes:n}=Pt(),{ERR_INVALID_ARG_TYPE:r,ERR_STREAM_PREMATURE_CLOSE:o}=n,{kEmptyObject:a,once:l}=Ot(),{validateAbortSignal:u,validateFunction:f,validateObject:h,validateBoolean:g}=Hr(),{Promise:_,PromisePrototypeThen:d,SymbolDispose:m}=ct(),{isClosed:b,isReadable:T,isReadableNodeStream:N,isReadableStream:A,isReadableFinished:R,isReadableErrored:S,isWritable:y,isWritableNodeStream:x,isWritableStream:M,isWritableFinished:U,isWritableErrored:O,isNodeStream:Q,willEmitClose:D,kIsClosedPromise:B}=An();let X;function F(j){return j.setHeader&&typeof j.abort=="function"}const $=()=>{};function ue(j,ae,I){var Z,ie;if(arguments.length===2?(I=ae,ae=a):ae==null?ae=a:h(ae,"options"),f(I,"callback"),u(ae.signal,"options.signal"),I=l(I),A(j)||M(j))return k(j,ae,I);if(!Q(j))throw new r("stream",["ReadableStream","WritableStream","Stream"],j);const ee=(Z=ae.readable)!==null&&Z!==void 0?Z:N(j),me=(ie=ae.writable)!==null&&ie!==void 0?ie:x(j),W=j._writableState,G=j._readableState,Y=()=>{j.writable||ce()};let K=D(j)&&N(j)===ee&&x(j)===me,le=U(j,!1);const ce=()=>{le=!0,j.destroyed&&(K=!1),!(K&&(!j.readable||ee))&&(!ee||Ee)&&I.call(j)};let Ee=R(j,!1);const Te=()=>{Ee=!0,j.destroyed&&(K=!1),!(K&&(!j.writable||me))&&(!me||le)&&I.call(j)},q=se=>{I.call(j,se)};let te=b(j);const fe=()=>{te=!0;const se=O(j)||S(j);if(se&&typeof se!="boolean")return I.call(j,se);if(ee&&!Ee&&N(j,!0)&&!R(j,!1))return I.call(j,new o);if(me&&!le&&!U(j,!1))return I.call(j,new o);I.call(j)},xe=()=>{te=!0;const se=O(j)||S(j);if(se&&typeof se!="boolean")return I.call(j,se);I.call(j)},Se=()=>{j.req.on("finish",ce)};F(j)?(j.on("complete",ce),K||j.on("abort",fe),j.req?Se():j.on("request",Se)):me&&!W&&(j.on("end",Y),j.on("close",Y)),!K&&typeof j.aborted=="boolean"&&j.on("aborted",fe),j.on("end",Te),j.on("finish",ce),ae.error!==!1&&j.on("error",q),j.on("close",fe),te?i.nextTick(fe):W!=null&&W.errorEmitted||G!=null&&G.errorEmitted?K||i.nextTick(xe):(!ee&&(!K||T(j))&&(le||y(j)===!1)||!me&&(!K||y(j))&&(Ee||T(j)===!1)||G&&j.req&&j.aborted)&&i.nextTick(xe);const Ie=()=>{I=$,j.removeListener("aborted",fe),j.removeListener("complete",ce),j.removeListener("abort",fe),j.removeListener("request",Se),j.req&&j.req.removeListener("finish",ce),j.removeListener("end",Y),j.removeListener("close",Y),j.removeListener("finish",ce),j.removeListener("end",Te),j.removeListener("error",q),j.removeListener("close",fe)};if(ae.signal&&!te){const se=()=>{const be=I;Ie(),be.call(j,new e(void 0,{cause:ae.signal.reason}))};if(ae.signal.aborted)i.nextTick(se);else{X=X||Ot().addAbortListener;const be=X(ae.signal,se),Ne=I;I=l((...ve)=>{be[m](),Ne.apply(j,ve)})}}return Ie}function k(j,ae,I){let Z=!1,ie=$;if(ae.signal)if(ie=()=>{Z=!0,I.call(j,new e(void 0,{cause:ae.signal.reason}))},ae.signal.aborted)i.nextTick(ie);else{X=X||Ot().addAbortListener;const me=X(ae.signal,ie),W=I;I=l((...G)=>{me[m](),W.apply(j,G)})}const ee=(...me)=>{Z||i.nextTick(()=>I.apply(j,me))};return d(j[B].promise,ee,ee),$}function oe(j,ae){var I;let Z=!1;return ae===null&&(ae=a),(I=ae)!==null&&I!==void 0&&I.cleanup&&(g(ae.cleanup,"cleanup"),Z=ae.cleanup),new _((ie,ee)=>{const me=ue(j,ae,W=>{Z&&me(),W?ee(W):ie()})})}return ys.exports=ue,ys.exports.finished=oe,ys.exports}var jo,gc;function Hi(){if(gc)return jo;gc=1;const i=vi(),{aggregateTwoErrors:e,codes:{ERR_MULTIPLE_CALLBACK:n},AbortError:r}=Pt(),{Symbol:o}=ct(),{kIsDestroyed:a,isDestroyed:l,isFinished:u,isServerRequest:f}=An(),h=o("kDestroy"),g=o("kConstruct");function _(D,B,X){D&&(D.stack,B&&!B.errored&&(B.errored=D),X&&!X.errored&&(X.errored=D))}function d(D,B){const X=this._readableState,F=this._writableState,$=F||X;return F!=null&&F.destroyed||X!=null&&X.destroyed?(typeof B=="function"&&B(),this):(_(D,F,X),F&&(F.destroyed=!0),X&&(X.destroyed=!0),$.constructed?m(this,D,B):this.once(h,function(ue){m(this,e(ue,D),B)}),this)}function m(D,B,X){let F=!1;function $(ue){if(F)return;F=!0;const k=D._readableState,oe=D._writableState;_(ue,oe,k),oe&&(oe.closed=!0),k&&(k.closed=!0),typeof X=="function"&&X(ue),ue?i.nextTick(b,D,ue):i.nextTick(T,D)}try{D._destroy(B||null,$)}catch(ue){$(ue)}}function b(D,B){N(D,B),T(D)}function T(D){const B=D._readableState,X=D._writableState;X&&(X.closeEmitted=!0),B&&(B.closeEmitted=!0),(X!=null&&X.emitClose||B!=null&&B.emitClose)&&D.emit("close")}function N(D,B){const X=D._readableState,F=D._writableState;F!=null&&F.errorEmitted||X!=null&&X.errorEmitted||(F&&(F.errorEmitted=!0),X&&(X.errorEmitted=!0),D.emit("error",B))}function A(){const D=this._readableState,B=this._writableState;D&&(D.constructed=!0,D.closed=!1,D.closeEmitted=!1,D.destroyed=!1,D.errored=null,D.errorEmitted=!1,D.reading=!1,D.ended=D.readable===!1,D.endEmitted=D.readable===!1),B&&(B.constructed=!0,B.destroyed=!1,B.closed=!1,B.closeEmitted=!1,B.errored=null,B.errorEmitted=!1,B.finalCalled=!1,B.prefinished=!1,B.ended=B.writable===!1,B.ending=B.writable===!1,B.finished=B.writable===!1)}function R(D,B,X){const F=D._readableState,$=D._writableState;if($!=null&&$.destroyed||F!=null&&F.destroyed)return this;F!=null&&F.autoDestroy||$!=null&&$.autoDestroy?D.destroy(B):B&&(B.stack,$&&!$.errored&&($.errored=B),F&&!F.errored&&(F.errored=B),X?i.nextTick(N,D,B):N(D,B))}function S(D,B){if(typeof D._construct!="function")return;const X=D._readableState,F=D._writableState;X&&(X.constructed=!1),F&&(F.constructed=!1),D.once(g,B),!(D.listenerCount(g)>1)&&i.nextTick(y,D)}function y(D){let B=!1;function X(F){if(B){R(D,F??new n);return}B=!0;const $=D._readableState,ue=D._writableState,k=ue||$;$&&($.constructed=!0),ue&&(ue.constructed=!0),k.destroyed?D.emit(h,F):F?R(D,F,!0):i.nextTick(x,D)}try{D._construct(F=>{i.nextTick(X,F)})}catch(F){i.nextTick(X,F)}}function x(D){D.emit(g)}function M(D){return D?.setHeader&&typeof D.abort=="function"}function U(D){D.emit("close")}function O(D,B){D.emit("error",B),i.nextTick(U,D)}function Q(D,B){!D||l(D)||(!B&&!u(D)&&(B=new r),f(D)?(D.socket=null,D.destroy(B)):M(D)?D.abort():M(D.req)?D.req.abort():typeof D.destroy=="function"?D.destroy(B):typeof D.close=="function"?D.close():B?i.nextTick(O,D,B):i.nextTick(U,D),D.destroyed||(D[a]=!0))}return jo={construct:S,destroyer:Q,destroy:d,undestroy:A,errorOrDestroy:R},jo}var $o,mc;function Nl(){if(mc)return $o;mc=1;const{ArrayIsArray:i,ObjectSetPrototypeOf:e}=ct(),{EventEmitter:n}=zs();function r(a){n.call(this,a)}e(r.prototype,n.prototype),e(r,n),r.prototype.pipe=function(a,l){const u=this;function f(T){a.writable&&a.write(T)===!1&&u.pause&&u.pause()}u.on("data",f);function h(){u.readable&&u.resume&&u.resume()}a.on("drain",h),!a._isStdio&&(!l||l.end!==!1)&&(u.on("end",_),u.on("close",d));let g=!1;function _(){g||(g=!0,a.end())}function d(){g||(g=!0,typeof a.destroy=="function"&&a.destroy())}function m(T){b(),n.listenerCount(this,"error")===0&&this.emit("error",T)}o(u,"error",m),o(a,"error",m);function b(){u.removeListener("data",f),a.removeListener("drain",h),u.removeListener("end",_),u.removeListener("close",d),u.removeListener("error",m),a.removeListener("error",m),u.removeListener("end",b),u.removeListener("close",b),a.removeListener("close",b)}return u.on("end",b),u.on("close",b),a.on("close",b),a.emit("pipe",u),a};function o(a,l,u){if(typeof a.prependListener=="function")return a.prependListener(l,u);!a._events||!a._events[l]?a.on(l,u):i(a._events[l])?a._events[l].unshift(u):a._events[l]=[u,a._events[l]]}return $o={Stream:r,prependListener:o},$o}var Bo={exports:{}},_c;function Us(){return _c||(_c=1,(function(i){const{SymbolDispose:e}=ct(),{AbortError:n,codes:r}=Pt(),{isNodeStream:o,isWebStream:a,kControllerErrorFunction:l}=An(),u=Vn(),{ERR_INVALID_ARG_TYPE:f}=r;let h;const g=(_,d)=>{if(typeof _!="object"||!("aborted"in _))throw new f(d,"AbortSignal",_)};i.exports.addAbortSignal=function(d,m){if(g(d,"signal"),!o(m)&&!a(m))throw new f("stream",["ReadableStream","WritableStream","Stream"],m);return i.exports.addAbortSignalNoValidate(d,m)},i.exports.addAbortSignalNoValidate=function(_,d){if(typeof _!="object"||!("aborted"in _))return d;const m=o(d)?()=>{d.destroy(new n(void 0,{cause:_.reason}))}:()=>{d[l](new n(void 0,{cause:_.reason}))};if(_.aborted)m();else{h=h||Ot().addAbortListener;const b=h(_,m);u(d,b[e])}return d}})(Bo)),Bo.exports}var qo,yc;function Rg(){if(yc)return qo;yc=1;const{StringPrototypeSlice:i,SymbolIterator:e,TypedArrayPrototypeSet:n,Uint8Array:r}=ct(),{Buffer:o}=Nn(),{inspect:a}=Ot();return qo=class{constructor(){this.head=null,this.tail=null,this.length=0}push(u){const f={data:u,next:null};this.length>0?this.tail.next=f:this.head=f,this.tail=f,++this.length}unshift(u){const f={data:u,next:this.head};this.length===0&&(this.tail=f),this.head=f,++this.length}shift(){if(this.length===0)return;const u=this.head.data;return this.length===1?this.head=this.tail=null:this.head=this.head.next,--this.length,u}clear(){this.head=this.tail=null,this.length=0}join(u){if(this.length===0)return"";let f=this.head,h=""+f.data;for(;(f=f.next)!==null;)h+=u+f.data;return h}concat(u){if(this.length===0)return o.alloc(0);const f=o.allocUnsafe(u>>>0);let h=this.head,g=0;for(;h;)n(f,h.data,g),g+=h.data.length,h=h.next;return f}consume(u,f){const h=this.head.data;if(u<h.length){const g=h.slice(0,u);return this.head.data=h.slice(u),g}return u===h.length?this.shift():f?this._getString(u):this._getBuffer(u)}first(){return this.head.data}*[e](){for(let u=this.head;u;u=u.next)yield u.data}_getString(u){let f="",h=this.head,g=0;do{const _=h.data;if(u>_.length)f+=_,u-=_.length;else{u===_.length?(f+=_,++g,h.next?this.head=h.next:this.head=this.tail=null):(f+=i(_,0,u),this.head=h,h.data=i(_,u));break}++g}while((h=h.next)!==null);return this.length-=g,f}_getBuffer(u){const f=o.allocUnsafe(u),h=u;let g=this.head,_=0;do{const d=g.data;if(u>d.length)n(f,d,h-u),u-=d.length;else{u===d.length?(n(f,d,h-u),++_,g.next?this.head=g.next:this.head=this.tail=null):(n(f,new r(d.buffer,d.byteOffset,u),h-u),this.head=g,g.data=d.slice(u));break}++_}while((g=g.next)!==null);return this.length-=_,f}[Symbol.for("nodejs.util.inspect.custom")](u,f){return a(this,{...f,depth:0,customInspect:!1})}},qo}var zo,vc;function Hs(){if(vc)return zo;vc=1;const{MathFloor:i,NumberIsInteger:e}=ct(),{validateInteger:n}=Hr(),{ERR_INVALID_ARG_VALUE:r}=Pt().codes;let o=16*1024,a=16;function l(g,_,d){return g.highWaterMark!=null?g.highWaterMark:_?g[d]:null}function u(g){return g?a:o}function f(g,_){n(_,"value",0),g?a=_:o=_}function h(g,_,d,m){const b=l(_,m,d);if(b!=null){if(!e(b)||b<0){const T=m?`options.${d}`:"options.highWaterMark";throw new r(T,b)}return i(b)}return u(g.objectMode)}return zo={getHighWaterMark:h,getDefaultHighWaterMark:u,setDefaultHighWaterMark:f},zo}var Uo={},vs={exports:{}};/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */var bc;function Cg(){return bc||(bc=1,(function(i,e){var n=Nn(),r=n.Buffer;function o(l,u){for(var f in l)u[f]=l[f]}r.from&&r.alloc&&r.allocUnsafe&&r.allocUnsafeSlow?i.exports=n:(o(n,e),e.Buffer=a);function a(l,u,f){return r(l,u,f)}a.prototype=Object.create(r.prototype),o(r,a),a.from=function(l,u,f){if(typeof l=="number")throw new TypeError("Argument must not be a number");return r(l,u,f)},a.alloc=function(l,u,f){if(typeof l!="number")throw new TypeError("Argument must be a number");var h=r(l);return u!==void 0?typeof f=="string"?h.fill(u,f):h.fill(u):h.fill(0),h},a.allocUnsafe=function(l){if(typeof l!="number")throw new TypeError("Argument must be a number");return r(l)},a.allocUnsafeSlow=function(l){if(typeof l!="number")throw new TypeError("Argument must be a number");return n.SlowBuffer(l)}})(vs,vs.exports)),vs.exports}var wc;function Pg(){if(wc)return Uo;wc=1;var i=Cg().Buffer,e=i.isEncoding||function(A){switch(A=""+A,A&&A.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 n(A){if(!A)return"utf8";for(var R;;)switch(A){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 A;default:if(R)return;A=(""+A).toLowerCase(),R=!0}}function r(A){var R=n(A);if(typeof R!="string"&&(i.isEncoding===e||!e(A)))throw new Error("Unknown encoding: "+A);return R||A}Uo.StringDecoder=o;function o(A){this.encoding=r(A);var R;switch(this.encoding){case"utf16le":this.text=_,this.end=d,R=4;break;case"utf8":this.fillLast=f,R=4;break;case"base64":this.text=m,this.end=b,R=3;break;default:this.write=T,this.end=N;return}this.lastNeed=0,this.lastTotal=0,this.lastChar=i.allocUnsafe(R)}o.prototype.write=function(A){if(A.length===0)return"";var R,S;if(this.lastNeed){if(R=this.fillLast(A),R===void 0)return"";S=this.lastNeed,this.lastNeed=0}else S=0;return S<A.length?R?R+this.text(A,S):this.text(A,S):R||""},o.prototype.end=g,o.prototype.text=h,o.prototype.fillLast=function(A){if(this.lastNeed<=A.length)return A.copy(this.lastChar,this.lastTotal-this.lastNeed,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal);A.copy(this.lastChar,this.lastTotal-this.lastNeed,0,A.length),this.lastNeed-=A.length};function a(A){return A<=127?0:A>>5===6?2:A>>4===14?3:A>>3===30?4:A>>6===2?-1:-2}function l(A,R,S){var y=R.length-1;if(y<S)return 0;var x=a(R[y]);return x>=0?(x>0&&(A.lastNeed=x-1),x):--y<S||x===-2?0:(x=a(R[y]),x>=0?(x>0&&(A.lastNeed=x-2),x):--y<S||x===-2?0:(x=a(R[y]),x>=0?(x>0&&(x===2?x=0:A.lastNeed=x-3),x):0))}function u(A,R,S){if((R[0]&192)!==128)return A.lastNeed=0,"�";if(A.lastNeed>1&&R.length>1){if((R[1]&192)!==128)return A.lastNeed=1,"�";if(A.lastNeed>2&&R.length>2&&(R[2]&192)!==128)return A.lastNeed=2,"�"}}function f(A){var R=this.lastTotal-this.lastNeed,S=u(this,A);if(S!==void 0)return S;if(this.lastNeed<=A.length)return A.copy(this.lastChar,R,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal);A.copy(this.lastChar,R,0,A.length),this.lastNeed-=A.length}function h(A,R){var S=l(this,A,R);if(!this.lastNeed)return A.toString("utf8",R);this.lastTotal=S;var y=A.length-(S-this.lastNeed);return A.copy(this.lastChar,0,y),A.toString("utf8",R,y)}function g(A){var R=A&&A.length?this.write(A):"";return this.lastNeed?R+"�":R}function _(A,R){if((A.length-R)%2===0){var S=A.toString("utf16le",R);if(S){var y=S.charCodeAt(S.length-1);if(y>=55296&&y<=56319)return this.lastNeed=2,this.lastTotal=4,this.lastChar[0]=A[A.length-2],this.lastChar[1]=A[A.length-1],S.slice(0,-1)}return S}return this.lastNeed=1,this.lastTotal=2,this.lastChar[0]=A[A.length-1],A.toString("utf16le",R,A.length-1)}function d(A){var R=A&&A.length?this.write(A):"";if(this.lastNeed){var S=this.lastTotal-this.lastNeed;return R+this.lastChar.toString("utf16le",0,S)}return R}function m(A,R){var S=(A.length-R)%3;return S===0?A.toString("base64",R):(this.lastNeed=3-S,this.lastTotal=3,S===1?this.lastChar[0]=A[A.length-1]:(this.lastChar[0]=A[A.length-2],this.lastChar[1]=A[A.length-1]),A.toString("base64",R,A.length-S))}function b(A){var R=A&&A.length?this.write(A):"";return this.lastNeed?R+this.lastChar.toString("base64",0,3-this.lastNeed):R}function T(A){return A.toString(this.encoding)}function N(A){return A&&A.length?this.write(A):""}return Uo}var Ho,xc;function uf(){if(xc)return Ho;xc=1;const i=vi(),{PromisePrototypeThen:e,SymbolAsyncIterator:n,SymbolIterator:r}=ct(),{Buffer:o}=Nn(),{ERR_INVALID_ARG_TYPE:a,ERR_STREAM_NULL_VALUES:l}=Pt().codes;function u(f,h,g){let _;if(typeof h=="string"||h instanceof o)return new f({objectMode:!0,...g,read(){this.push(h),this.push(null)}});let d;if(h&&h[n])d=!0,_=h[n]();else if(h&&h[r])d=!1,_=h[r]();else throw new a("iterable",["Iterable"],h);const m=new f({objectMode:!0,highWaterMark:1,...g});let b=!1;m._read=function(){b||(b=!0,N())},m._destroy=function(A,R){e(T(A),()=>i.nextTick(R,A),S=>i.nextTick(R,S||A))};async function T(A){const R=A!=null,S=typeof _.throw=="function";if(R&&S){const{value:y,done:x}=await _.throw(A);if(await y,x)return}if(typeof _.return=="function"){const{value:y}=await _.return();await y}}async function N(){for(;;){try{const{value:A,done:R}=d?await _.next():_.next();if(R)m.push(null);else{const S=A&&typeof A.then=="function"?await A:A;if(S===null)throw b=!1,new l;if(m.push(S))continue;b=!1}}catch(A){m.destroy(A)}break}}return m}return Ho=u,Ho}var Vo,Ec;function Vs(){if(Ec)return Vo;Ec=1;const i=vi(),{ArrayPrototypeIndexOf:e,NumberIsInteger:n,NumberIsNaN:r,NumberParseInt:o,ObjectDefineProperties:a,ObjectKeys:l,ObjectSetPrototypeOf:u,Promise:f,SafeSet:h,SymbolAsyncDispose:g,SymbolAsyncIterator:_,Symbol:d}=ct();Vo=ve,ve.ReadableState=Ne;const{EventEmitter:m}=zs(),{Stream:b,prependListener:T}=Nl(),{Buffer:N}=Nn(),{addAbortSignal:A}=Us(),R=Vn();let S=Ot().debuglog("stream",z=>{S=z});const y=Rg(),x=Hi(),{getHighWaterMark:M,getDefaultHighWaterMark:U}=Hs(),{aggregateTwoErrors:O,codes:{ERR_INVALID_ARG_TYPE:Q,ERR_METHOD_NOT_IMPLEMENTED:D,ERR_OUT_OF_RANGE:B,ERR_STREAM_PUSH_AFTER_EOF:X,ERR_STREAM_UNSHIFT_AFTER_END_EVENT:F},AbortError:$}=Pt(),{validateObject:ue}=Hr(),k=d("kPaused"),{StringDecoder:oe}=Pg(),j=uf();u(ve.prototype,b.prototype),u(ve,b);const ae=()=>{},{errorOrDestroy:I}=x,Z=1,ie=2,ee=4,me=8,W=16,G=32,Y=64,K=128,le=256,ce=512,Ee=1024,Te=2048,q=4096,te=8192,fe=16384,xe=32768,Se=65536,Ie=1<<17,se=1<<18;function be(z){return{enumerable:!1,get(){return(this.state&z)!==0},set(J){J?this.state|=z:this.state&=~z}}}a(Ne.prototype,{objectMode:be(Z),ended:be(ie),endEmitted:be(ee),reading:be(me),constructed:be(W),sync:be(G),needReadable:be(Y),emittedReadable:be(K),readableListening:be(le),resumeScheduled:be(ce),errorEmitted:be(Ee),emitClose:be(Te),autoDestroy:be(q),destroyed:be(te),closed:be(fe),closeEmitted:be(xe),multiAwaitDrain:be(Se),readingMore:be(Ie),dataEmitted:be(se)});function Ne(z,J,Ae){typeof Ae!="boolean"&&(Ae=J instanceof Ln()),this.state=Te|q|W|G,z&&z.objectMode&&(this.state|=Z),Ae&&z&&z.readableObjectMode&&(this.state|=Z),this.highWaterMark=z?M(this,z,"readableHighWaterMark",Ae):U(!1),this.buffer=new y,this.length=0,this.pipes=[],this.flowing=null,this[k]=null,z&&z.emitClose===!1&&(this.state&=~Te),z&&z.autoDestroy===!1&&(this.state&=~q),this.errored=null,this.defaultEncoding=z&&z.defaultEncoding||"utf8",this.awaitDrainWriters=null,this.decoder=null,this.encoding=null,z&&z.encoding&&(this.decoder=new oe(z.encoding),this.encoding=z.encoding)}function ve(z){if(!(this instanceof ve))return new ve(z);const J=this instanceof Ln();this._readableState=new Ne(z,this,J),z&&(typeof z.read=="function"&&(this._read=z.read),typeof z.destroy=="function"&&(this._destroy=z.destroy),typeof z.construct=="function"&&(this._construct=z.construct),z.signal&&!J&&A(z.signal,this)),b.call(this,z),x.construct(this,()=>{this._readableState.needReadable&&re(this,this._readableState)})}ve.prototype.destroy=x.destroy,ve.prototype._undestroy=x.undestroy,ve.prototype._destroy=function(z,J){J(z)},ve.prototype[m.captureRejectionSymbol]=function(z){this.destroy(z)},ve.prototype[g]=function(){let z;return this.destroyed||(z=this.readableEnded?null:new $,this.destroy(z)),new f((J,Ae)=>R(this,Re=>Re&&Re!==z?Ae(Re):J(null)))},ve.prototype.push=function(z,J){return Be(this,z,J,!1)},ve.prototype.unshift=function(z,J){return Be(this,z,J,!0)};function Be(z,J,Ae,Re){S("readableAddChunk",J);const Me=z._readableState;let _t;if((Me.state&Z)===0&&(typeof J=="string"?(Ae=Ae||Me.defaultEncoding,Me.encoding!==Ae&&(Re&&Me.encoding?J=N.from(J,Ae).toString(Me.encoding):(J=N.from(J,Ae),Ae=""))):J instanceof N?Ae="":b._isUint8Array(J)?(J=b._uint8ArrayToBuffer(J),Ae=""):J!=null&&(_t=new Q("chunk",["string","Buffer","Uint8Array"],J))),_t)I(z,_t);else if(J===null)Me.state&=~me,v(z,Me);else if((Me.state&Z)!==0||J&&J.length>0)if(Re)if((Me.state&ee)!==0)I(z,new F);else{if(Me.destroyed||Me.errored)return!1;mt(z,Me,J,!0)}else if(Me.ended)I(z,new X);else{if(Me.destroyed||Me.errored)return!1;Me.state&=~me,Me.decoder&&!Ae?(J=Me.decoder.write(J),Me.objectMode||J.length!==0?mt(z,Me,J,!1):re(z,Me)):mt(z,Me,J,!1)}else Re||(Me.state&=~me,re(z,Me));return!Me.ended&&(Me.length<Me.highWaterMark||Me.length===0)}function mt(z,J,Ae,Re){J.flowing&&J.length===0&&!J.sync&&z.listenerCount("data")>0?((J.state&Se)!==0?J.awaitDrainWriters.clear():J.awaitDrainWriters=null,J.dataEmitted=!0,z.emit("data",Ae)):(J.length+=J.objectMode?1:Ae.length,Re?J.buffer.unshift(Ae):J.buffer.push(Ae),(J.state&Y)!==0&&w(z)),re(z,J)}ve.prototype.isPaused=function(){const z=this._readableState;return z[k]===!0||z.flowing===!1},ve.prototype.setEncoding=function(z){const J=new oe(z);this._readableState.decoder=J,this._readableState.encoding=this._readableState.decoder.encoding;const Ae=this._readableState.buffer;let Re="";for(const Me of Ae)Re+=J.write(Me);return Ae.clear(),Re!==""&&Ae.push(Re),this._readableState.length=Re.length,this};const $e=1073741824;function ht(z){if(z>$e)throw new B("size","<= 1GiB",z);return z--,z|=z>>>1,z|=z>>>2,z|=z>>>4,z|=z>>>8,z|=z>>>16,z++,z}function C(z,J){return z<=0||J.length===0&&J.ended?0:(J.state&Z)!==0?1:r(z)?J.flowing&&J.length?J.buffer.first().length:J.length:z<=J.length?z:J.ended?J.length:0}ve.prototype.read=function(z){S("read",z),z===void 0?z=NaN:n(z)||(z=o(z,10));const J=this._readableState,Ae=z;if(z>J.highWaterMark&&(J.highWaterMark=ht(z)),z!==0&&(J.state&=~K),z===0&&J.needReadable&&((J.highWaterMark!==0?J.length>=J.highWaterMark:J.length>0)||J.ended))return S("read: emitReadable",J.length,J.ended),J.length===0&&J.ended?at(this):w(this),null;if(z=C(z,J),z===0&&J.ended)return J.length===0&&at(this),null;let Re=(J.state&Y)!==0;if(S("need readable",Re),(J.length===0||J.length-z<J.highWaterMark)&&(Re=!0,S("length less than watermark",Re)),J.ended||J.reading||J.destroyed||J.errored||!J.constructed)Re=!1,S("reading, ended or constructing",Re);else if(Re){S("do read"),J.state|=me|G,J.length===0&&(J.state|=Y);try{this._read(J.highWaterMark)}catch(_t){I(this,_t)}J.state&=~G,J.reading||(z=C(Ae,J))}let Me;return z>0?Me=st(z,J):Me=null,Me===null?(J.needReadable=J.length<=J.highWaterMark,z=0):(J.length-=z,J.multiAwaitDrain?J.awaitDrainWriters.clear():J.awaitDrainWriters=null),J.length===0&&(J.ended||(J.needReadable=!0),Ae!==z&&J.ended&&at(this)),Me!==null&&!J.errorEmitted&&!J.closeEmitted&&(J.dataEmitted=!0,this.emit("data",Me)),Me};function v(z,J){if(S("onEofChunk"),!J.ended){if(J.decoder){const Ae=J.decoder.end();Ae&&Ae.length&&(J.buffer.push(Ae),J.length+=J.objectMode?1:Ae.length)}J.ended=!0,J.sync?w(z):(J.needReadable=!1,J.emittedReadable=!0,H(z))}}function w(z){const J=z._readableState;S("emitReadable",J.needReadable,J.emittedReadable),J.needReadable=!1,J.emittedReadable||(S("emitReadable",J.flowing),J.emittedReadable=!0,i.nextTick(H,z))}function H(z){const J=z._readableState;S("emitReadable_",J.destroyed,J.length,J.ended),!J.destroyed&&!J.errored&&(J.length||J.ended)&&(z.emit("readable"),J.emittedReadable=!1),J.needReadable=!J.flowing&&!J.ended&&J.length<=J.highWaterMark,Ze(z)}function re(z,J){!J.readingMore&&J.constructed&&(J.readingMore=!0,i.nextTick(_e,z,J))}function _e(z,J){for(;!J.reading&&!J.ended&&(J.length<J.highWaterMark||J.flowing&&J.length===0);){const Ae=J.length;if(S("maybeReadMore read 0"),z.read(0),Ae===J.length)break}J.readingMore=!1}ve.prototype._read=function(z){throw new D("_read()")},ve.prototype.pipe=function(z,J){const Ae=this,Re=this._readableState;Re.pipes.length===1&&(Re.multiAwaitDrain||(Re.multiAwaitDrain=!0,Re.awaitDrainWriters=new h(Re.awaitDrainWriters?[Re.awaitDrainWriters]:[]))),Re.pipes.push(z),S("pipe count=%d opts=%j",Re.pipes.length,J);const _t=(!J||J.end!==!1)&&z!==i.stdout&&z!==i.stderr?Rt:V;Re.endEmitted?i.nextTick(_t):Ae.once("end",_t),z.on("unpipe",bt);function bt(de,pe){S("onunpipe"),de===Ae&&pe&&pe.hasUnpiped===!1&&(pe.hasUnpiped=!0,Ut())}function Rt(){S("onend"),z.end()}let ke,Xn=!1;function Ut(){S("cleanup"),z.removeListener("close",Mn),z.removeListener("finish",it),ke&&z.removeListener("drain",ke),z.removeListener("error",cn),z.removeListener("unpipe",bt),Ae.removeListener("end",Rt),Ae.removeListener("end",V),Ae.removeListener("data",yn),Xn=!0,ke&&Re.awaitDrainWriters&&(!z._writableState||z._writableState.needDrain)&&ke()}function kn(){Xn||(Re.pipes.length===1&&Re.pipes[0]===z?(S("false write response, pause",0),Re.awaitDrainWriters=z,Re.multiAwaitDrain=!1):Re.pipes.length>1&&Re.pipes.includes(z)&&(S("false write response, pause",Re.awaitDrainWriters.size),Re.awaitDrainWriters.add(z)),Ae.pause()),ke||(ke=we(Ae,z),z.on("drain",ke))}Ae.on("data",yn);function yn(de){S("ondata");const pe=z.write(de);S("dest.write",pe),pe===!1&&kn()}function cn(de){if(S("onerror",de),V(),z.removeListener("error",cn),z.listenerCount("error")===0){const pe=z._writableState||z._readableState;pe&&!pe.errorEmitted?I(z,de):z.emit("error",de)}}T(z,"error",cn);function Mn(){z.removeListener("finish",it),V()}z.once("close",Mn);function it(){S("onfinish"),z.removeListener("close",Mn),V()}z.once("finish",it);function V(){S("unpipe"),Ae.unpipe(z)}return z.emit("pipe",Ae),z.writableNeedDrain===!0?kn():Re.flowing||(S("pipe resume"),Ae.resume()),z};function we(z,J){return function(){const Re=z._readableState;Re.awaitDrainWriters===J?(S("pipeOnDrain",1),Re.awaitDrainWriters=null):Re.multiAwaitDrain&&(S("pipeOnDrain",Re.awaitDrainWriters.size),Re.awaitDrainWriters.delete(J)),(!Re.awaitDrainWriters||Re.awaitDrainWriters.size===0)&&z.listenerCount("data")&&z.resume()}}ve.prototype.unpipe=function(z){const J=this._readableState,Ae={hasUnpiped:!1};if(J.pipes.length===0)return this;if(!z){const Me=J.pipes;J.pipes=[],this.pause();for(let _t=0;_t<Me.length;_t++)Me[_t].emit("unpipe",this,{hasUnpiped:!1});return this}const Re=e(J.pipes,z);return Re===-1?this:(J.pipes.splice(Re,1),J.pipes.length===0&&this.pause(),z.emit("unpipe",this,Ae),this)},ve.prototype.on=function(z,J){const Ae=b.prototype.on.call(this,z,J),Re=this._readableState;return z==="data"?(Re.readableListening=this.listenerCount("readable")>0,Re.flowing!==!1&&this.resume()):z==="readable"&&!Re.endEmitted&&!Re.readableListening&&(Re.readableListening=Re.needReadable=!0,Re.flowing=!1,Re.emittedReadable=!1,S("on readable",Re.length,Re.reading),Re.length?w(this):Re.reading||i.nextTick(Ye,this)),Ae},ve.prototype.addListener=ve.prototype.on,ve.prototype.removeListener=function(z,J){const Ae=b.prototype.removeListener.call(this,z,J);return z==="readable"&&i.nextTick(De,this),Ae},ve.prototype.off=ve.prototype.removeListener,ve.prototype.removeAllListeners=function(z){const J=b.prototype.removeAllListeners.apply(this,arguments);return(z==="readable"||z===void 0)&&i.nextTick(De,this),J};function De(z){const J=z._readableState;J.readableListening=z.listenerCount("readable")>0,J.resumeScheduled&&J[k]===!1?J.flowing=!0:z.listenerCount("data")>0?z.resume():J.readableListening||(J.flowing=null)}function Ye(z){S("readable nexttick read 0"),z.read(0)}ve.prototype.resume=function(){const z=this._readableState;return z.flowing||(S("resume"),z.flowing=!z.readableListening,Qe(this,z)),z[k]=!1,this};function Qe(z,J){J.resumeScheduled||(J.resumeScheduled=!0,i.nextTick(We,z,J))}function We(z,J){S("resume",J.reading),J.reading||z.read(0),J.resumeScheduled=!1,z.emit("resume"),Ze(z),J.flowing&&!J.reading&&z.read(0)}ve.prototype.pause=function(){return S("call pause flowing=%j",this._readableState.flowing),this._readableState.flowing!==!1&&(S("pause"),this._readableState.flowing=!1,this.emit("pause")),this._readableState[k]=!0,this};function Ze(z){const J=z._readableState;for(S("flow",J.flowing);J.flowing&&z.read()!==null;);}ve.prototype.wrap=function(z){let J=!1;z.on("data",Re=>{!this.push(Re)&&z.pause&&(J=!0,z.pause())}),z.on("end",()=>{this.push(null)}),z.on("error",Re=>{I(this,Re)}),z.on("close",()=>{this.destroy()}),z.on("destroy",()=>{this.destroy()}),this._read=()=>{J&&z.resume&&(J=!1,z.resume())};const Ae=l(z);for(let Re=1;Re<Ae.length;Re++){const Me=Ae[Re];this[Me]===void 0&&typeof z[Me]=="function"&&(this[Me]=z[Me].bind(z))}return this},ve.prototype[_]=function(){return jt(this)},ve.prototype.iterator=function(z){return z!==void 0&&ue(z,"options"),jt(this,z)};function jt(z,J){typeof z.read!="function"&&(z=ve.wrap(z,{objectMode:!0}));const Ae=Jt(z,J);return Ae.stream=z,Ae}async function*Jt(z,J){let Ae=ae;function Re(bt){this===z?(Ae(),Ae=ae):Ae=bt}z.on("readable",Re);let Me;const _t=R(z,{writable:!1},bt=>{Me=bt?O(Me,bt):null,Ae(),Ae=ae});try{for(;;){const bt=z.destroyed?null:z.read();if(bt!==null)yield bt;else{if(Me)throw Me;if(Me===null)return;await new f(Re)}}}catch(bt){throw Me=O(Me,bt),Me}finally{(Me||J?.destroyOnReturn!==!1)&&(Me===void 0||z._readableState.autoDestroy)?x.destroyer(z,null):(z.off("readable",Re),_t())}}a(ve.prototype,{readable:{__proto__:null,get(){const z=this._readableState;return!!z&&z.readable!==!1&&!z.destroyed&&!z.errorEmitted&&!z.endEmitted},set(z){this._readableState&&(this._readableState.readable=!!z)}},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(z){this._readableState&&(this._readableState.flowing=z)}},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(z){this._readableState&&(this._readableState.destroyed=z)}},readableEnded:{__proto__:null,enumerable:!1,get(){return this._readableState?this._readableState.endEmitted:!1}}}),a(Ne.prototype,{pipesCount:{__proto__:null,get(){return this.pipes.length}},paused:{__proto__:null,get(){return this[k]!==!1},set(z){this[k]=!!z}}}),ve._fromList=st;function st(z,J){if(J.length===0)return null;let Ae;return J.objectMode?Ae=J.buffer.shift():!z||z>=J.length?(J.decoder?Ae=J.buffer.join(""):J.buffer.length===1?Ae=J.buffer.first():Ae=J.buffer.concat(J.length),J.buffer.clear()):Ae=J.buffer.consume(z,J.decoder),Ae}function at(z){const J=z._readableState;S("endReadable",J.endEmitted),J.endEmitted||(J.ended=!0,i.nextTick(bi,J,z))}function bi(z,J){if(S("endReadableNT",z.endEmitted,z.length),!z.errored&&!z.closeEmitted&&!z.endEmitted&&z.length===0){if(z.endEmitted=!0,J.emit("end"),J.writable&&J.allowHalfOpen===!1)i.nextTick(un,J);else if(z.autoDestroy){const Ae=J._writableState;(!Ae||Ae.autoDestroy&&(Ae.finished||Ae.writable===!1))&&J.destroy()}}}function un(z){z.writable&&!z.writableEnded&&!z.destroyed&&z.end()}ve.from=function(z,J){return j(ve,z,J)};let Pn;function Zn(){return Pn===void 0&&(Pn={}),Pn}return ve.fromWeb=function(z,J){return Zn().newStreamReadableFromReadableStream(z,J)},ve.toWeb=function(z,J){return Zn().newReadableStreamFromStreamReadable(z,J)},ve.wrap=function(z,J){var Ae,Re;return new ve({objectMode:(Ae=(Re=z.readableObjectMode)!==null&&Re!==void 0?Re:z.objectMode)!==null&&Ae!==void 0?Ae:!0,...J,destroy(Me,_t){x.destroyer(z,Me),_t(Me)}}).wrap(z)},Vo}var Go,Sc;function Al(){if(Sc)return Go;Sc=1;const i=vi(),{ArrayPrototypeSlice:e,Error:n,FunctionPrototypeSymbolHasInstance:r,ObjectDefineProperty:o,ObjectDefineProperties:a,ObjectSetPrototypeOf:l,StringPrototypeToLowerCase:u,Symbol:f,SymbolHasInstance:h}=ct();Go=ue,ue.WritableState=F;const{EventEmitter:g}=zs(),_=Nl().Stream,{Buffer:d}=Nn(),m=Hi(),{addAbortSignal:b}=Us(),{getHighWaterMark:T,getDefaultHighWaterMark:N}=Hs(),{ERR_INVALID_ARG_TYPE:A,ERR_METHOD_NOT_IMPLEMENTED:R,ERR_MULTIPLE_CALLBACK:S,ERR_STREAM_CANNOT_PIPE:y,ERR_STREAM_DESTROYED:x,ERR_STREAM_ALREADY_FINISHED:M,ERR_STREAM_NULL_VALUES:U,ERR_STREAM_WRITE_AFTER_END:O,ERR_UNKNOWN_ENCODING:Q}=Pt().codes,{errorOrDestroy:D}=m;l(ue.prototype,_.prototype),l(ue,_);function B(){}const X=f("kOnFinished");function F(q,te,fe){typeof fe!="boolean"&&(fe=te instanceof Ln()),this.objectMode=!!(q&&q.objectMode),fe&&(this.objectMode=this.objectMode||!!(q&&q.writableObjectMode)),this.highWaterMark=q?T(this,q,"writableHighWaterMark",fe):N(!1),this.finalCalled=!1,this.needDrain=!1,this.ending=!1,this.ended=!1,this.finished=!1,this.destroyed=!1;const xe=!!(q&&q.decodeStrings===!1);this.decodeStrings=!xe,this.defaultEncoding=q&&q.defaultEncoding||"utf8",this.length=0,this.writing=!1,this.corked=0,this.sync=!0,this.bufferProcessing=!1,this.onwrite=I.bind(void 0,te),this.writecb=null,this.writelen=0,this.afterWriteTickInfo=null,$(this),this.pendingcb=0,this.constructed=!0,this.prefinished=!1,this.errorEmitted=!1,this.emitClose=!q||q.emitClose!==!1,this.autoDestroy=!q||q.autoDestroy!==!1,this.errored=null,this.closed=!1,this.closeEmitted=!1,this[X]=[]}function $(q){q.buffered=[],q.bufferedIndex=0,q.allBuffers=!0,q.allNoop=!0}F.prototype.getBuffer=function(){return e(this.buffered,this.bufferedIndex)},o(F.prototype,"bufferedRequestCount",{__proto__:null,get(){return this.buffered.length-this.bufferedIndex}});function ue(q){const te=this instanceof Ln();if(!te&&!r(ue,this))return new ue(q);this._writableState=new F(q,this,te),q&&(typeof q.write=="function"&&(this._write=q.write),typeof q.writev=="function"&&(this._writev=q.writev),typeof q.destroy=="function"&&(this._destroy=q.destroy),typeof q.final=="function"&&(this._final=q.final),typeof q.construct=="function"&&(this._construct=q.construct),q.signal&&b(q.signal,this)),_.call(this,q),m.construct(this,()=>{const fe=this._writableState;fe.writing||me(this,fe),K(this,fe)})}o(ue,h,{__proto__:null,value:function(q){return r(this,q)?!0:this!==ue?!1:q&&q._writableState instanceof F}}),ue.prototype.pipe=function(){D(this,new y)};function k(q,te,fe,xe){const Se=q._writableState;if(typeof fe=="function")xe=fe,fe=Se.defaultEncoding;else{if(!fe)fe=Se.defaultEncoding;else if(fe!=="buffer"&&!d.isEncoding(fe))throw new Q(fe);typeof xe!="function"&&(xe=B)}if(te===null)throw new U;if(!Se.objectMode)if(typeof te=="string")Se.decodeStrings!==!1&&(te=d.from(te,fe),fe="buffer");else if(te instanceof d)fe="buffer";else if(_._isUint8Array(te))te=_._uint8ArrayToBuffer(te),fe="buffer";else throw new A("chunk",["string","Buffer","Uint8Array"],te);let Ie;return Se.ending?Ie=new O:Se.destroyed&&(Ie=new x("write")),Ie?(i.nextTick(xe,Ie),D(q,Ie,!0),Ie):(Se.pendingcb++,oe(q,Se,te,fe,xe))}ue.prototype.write=function(q,te,fe){return k(this,q,te,fe)===!0},ue.prototype.cork=function(){this._writableState.corked++},ue.prototype.uncork=function(){const q=this._writableState;q.corked&&(q.corked--,q.writing||me(this,q))},ue.prototype.setDefaultEncoding=function(te){if(typeof te=="string"&&(te=u(te)),!d.isEncoding(te))throw new Q(te);return this._writableState.defaultEncoding=te,this};function oe(q,te,fe,xe,Se){const Ie=te.objectMode?1:fe.length;te.length+=Ie;const se=te.length<te.highWaterMark;return se||(te.needDrain=!0),te.writing||te.corked||te.errored||!te.constructed?(te.buffered.push({chunk:fe,encoding:xe,callback:Se}),te.allBuffers&&xe!=="buffer"&&(te.allBuffers=!1),te.allNoop&&Se!==B&&(te.allNoop=!1)):(te.writelen=Ie,te.writecb=Se,te.writing=!0,te.sync=!0,q._write(fe,xe,te.onwrite),te.sync=!1),se&&!te.errored&&!te.destroyed}function j(q,te,fe,xe,Se,Ie,se){te.writelen=xe,te.writecb=se,te.writing=!0,te.sync=!0,te.destroyed?te.onwrite(new x("write")):fe?q._writev(Se,te.onwrite):q._write(Se,Ie,te.onwrite),te.sync=!1}function ae(q,te,fe,xe){--te.pendingcb,xe(fe),ee(te),D(q,fe)}function I(q,te){const fe=q._writableState,xe=fe.sync,Se=fe.writecb;if(typeof Se!="function"){D(q,new S);return}fe.writing=!1,fe.writecb=null,fe.length-=fe.writelen,fe.writelen=0,te?(te.stack,fe.errored||(fe.errored=te),q._readableState&&!q._readableState.errored&&(q._readableState.errored=te),xe?i.nextTick(ae,q,fe,te,Se):ae(q,fe,te,Se)):(fe.buffered.length>fe.bufferedIndex&&me(q,fe),xe?fe.afterWriteTickInfo!==null&&fe.afterWriteTickInfo.cb===Se?fe.afterWriteTickInfo.count++:(fe.afterWriteTickInfo={count:1,cb:Se,stream:q,state:fe},i.nextTick(Z,fe.afterWriteTickInfo)):ie(q,fe,1,Se))}function Z({stream:q,state:te,count:fe,cb:xe}){return te.afterWriteTickInfo=null,ie(q,te,fe,xe)}function ie(q,te,fe,xe){for(!te.ending&&!q.destroyed&&te.length===0&&te.needDrain&&(te.needDrain=!1,q.emit("drain"));fe-- >0;)te.pendingcb--,xe();te.destroyed&&ee(te),K(q,te)}function ee(q){if(q.writing)return;for(let Se=q.bufferedIndex;Se<q.buffered.length;++Se){var te;const{chunk:Ie,callback:se}=q.buffered[Se],be=q.objectMode?1:Ie.length;q.length-=be,se((te=q.errored)!==null&&te!==void 0?te:new x("write"))}const fe=q[X].splice(0);for(let Se=0;Se<fe.length;Se++){var xe;fe[Se]((xe=q.errored)!==null&&xe!==void 0?xe:new x("end"))}$(q)}function me(q,te){if(te.corked||te.bufferProcessing||te.destroyed||!te.constructed)return;const{buffered:fe,bufferedIndex:xe,objectMode:Se}=te,Ie=fe.length-xe;if(!Ie)return;let se=xe;if(te.bufferProcessing=!0,Ie>1&&q._writev){te.pendingcb-=Ie-1;const be=te.allNoop?B:ve=>{for(let Be=se;Be<fe.length;++Be)fe[Be].callback(ve)},Ne=te.allNoop&&se===0?fe:e(fe,se);Ne.allBuffers=te.allBuffers,j(q,te,!0,te.length,Ne,"",be),$(te)}else{do{const{chunk:be,encoding:Ne,callback:ve}=fe[se];fe[se++]=null;const Be=Se?1:be.length;j(q,te,!1,Be,be,Ne,ve)}while(se<fe.length&&!te.writing);se===fe.length?$(te):se>256?(fe.splice(0,se),te.bufferedIndex=0):te.bufferedIndex=se}te.bufferProcessing=!1}ue.prototype._write=function(q,te,fe){if(this._writev)this._writev([{chunk:q,encoding:te}],fe);else throw new R("_write()")},ue.prototype._writev=null,ue.prototype.end=function(q,te,fe){const xe=this._writableState;typeof q=="function"?(fe=q,q=null,te=null):typeof te=="function"&&(fe=te,te=null);let Se;if(q!=null){const Ie=k(this,q,te);Ie instanceof n&&(Se=Ie)}return xe.corked&&(xe.corked=1,this.uncork()),Se||(!xe.errored&&!xe.ending?(xe.ending=!0,K(this,xe,!0),xe.ended=!0):xe.finished?Se=new M("end"):xe.destroyed&&(Se=new x("end"))),typeof fe=="function"&&(Se||xe.finished?i.nextTick(fe,Se):xe[X].push(fe)),this};function W(q){return q.ending&&!q.destroyed&&q.constructed&&q.length===0&&!q.errored&&q.buffered.length===0&&!q.finished&&!q.writing&&!q.errorEmitted&&!q.closeEmitted}function G(q,te){let fe=!1;function xe(Se){if(fe){D(q,Se??S());return}if(fe=!0,te.pendingcb--,Se){const Ie=te[X].splice(0);for(let se=0;se<Ie.length;se++)Ie[se](Se);D(q,Se,te.sync)}else W(te)&&(te.prefinished=!0,q.emit("prefinish"),te.pendingcb++,i.nextTick(le,q,te))}te.sync=!0,te.pendingcb++;try{q._final(xe)}catch(Se){xe(Se)}te.sync=!1}function Y(q,te){!te.prefinished&&!te.finalCalled&&(typeof q._final=="function"&&!te.destroyed?(te.finalCalled=!0,G(q,te)):(te.prefinished=!0,q.emit("prefinish")))}function K(q,te,fe){W(te)&&(Y(q,te),te.pendingcb===0&&(fe?(te.pendingcb++,i.nextTick((xe,Se)=>{W(Se)?le(xe,Se):Se.pendingcb--},q,te)):W(te)&&(te.pendingcb++,le(q,te))))}function le(q,te){te.pendingcb--,te.finished=!0;const fe=te[X].splice(0);for(let xe=0;xe<fe.length;xe++)fe[xe]();if(q.emit("finish"),te.autoDestroy){const xe=q._readableState;(!xe||xe.autoDestroy&&(xe.endEmitted||xe.readable===!1))&&q.destroy()}}a(ue.prototype,{closed:{__proto__:null,get(){return this._writableState?this._writableState.closed:!1}},destroyed:{__proto__:null,get(){return this._writableState?this._writableState.destroyed:!1},set(q){this._writableState&&(this._writableState.destroyed=q)}},writable:{__proto__:null,get(){const q=this._writableState;return!!q&&q.writable!==!1&&!q.destroyed&&!q.errored&&!q.ending&&!q.ended},set(q){this._writableState&&(this._writableState.writable=!!q)}},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 q=this._writableState;return q?!q.destroyed&&!q.ending&&q.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 ce=m.destroy;ue.prototype.destroy=function(q,te){const fe=this._writableState;return!fe.destroyed&&(fe.bufferedIndex<fe.buffered.length||fe[X].length)&&i.nextTick(ee,fe),ce.call(this,q,te),this},ue.prototype._undestroy=m.undestroy,ue.prototype._destroy=function(q,te){te(q)},ue.prototype[g.captureRejectionSymbol]=function(q){this.destroy(q)};let Ee;function Te(){return Ee===void 0&&(Ee={}),Ee}return ue.fromWeb=function(q,te){return Te().newStreamWritableFromWritableStream(q,te)},ue.toWeb=function(q){return Te().newWritableStreamFromStreamWritable(q)},Go}var Wo,Tc;function kg(){if(Tc)return Wo;Tc=1;const i=vi(),e=Nn(),{isReadable:n,isWritable:r,isIterable:o,isNodeStream:a,isReadableNodeStream:l,isWritableNodeStream:u,isDuplexNodeStream:f,isReadableStream:h,isWritableStream:g}=An(),_=Vn(),{AbortError:d,codes:{ERR_INVALID_ARG_TYPE:m,ERR_INVALID_RETURN_VALUE:b}}=Pt(),{destroyer:T}=Hi(),N=Ln(),A=Vs(),R=Al(),{createDeferredPromise:S}=Ot(),y=uf(),x=globalThis.Blob||e.Blob,M=typeof x<"u"?function(F){return F instanceof x}:function(F){return!1},U=globalThis.AbortController||$r().AbortController,{FunctionPrototypeCall:O}=ct();class Q extends N{constructor(F){super(F),F?.readable===!1&&(this._readableState.readable=!1,this._readableState.ended=!0,this._readableState.endEmitted=!0),F?.writable===!1&&(this._writableState.writable=!1,this._writableState.ending=!0,this._writableState.ended=!0,this._writableState.finished=!0)}}Wo=function X(F,$){if(f(F))return F;if(l(F))return B({readable:F});if(u(F))return B({writable:F});if(a(F))return B({writable:!1,readable:!1});if(h(F))return B({readable:A.fromWeb(F)});if(g(F))return B({writable:R.fromWeb(F)});if(typeof F=="function"){const{value:k,write:oe,final:j,destroy:ae}=D(F);if(o(k))return y(Q,k,{objectMode:!0,write:oe,final:j,destroy:ae});const I=k?.then;if(typeof I=="function"){let Z;const ie=O(I,k,ee=>{if(ee!=null)throw new b("nully","body",ee)},ee=>{T(Z,ee)});return Z=new Q({objectMode:!0,readable:!1,write:oe,final(ee){j(async()=>{try{await ie,i.nextTick(ee,null)}catch(me){i.nextTick(ee,me)}})},destroy:ae})}throw new b("Iterable, AsyncIterable or AsyncFunction",$,k)}if(M(F))return X(F.arrayBuffer());if(o(F))return y(Q,F,{objectMode:!0,writable:!1});if(h(F?.readable)&&g(F?.writable))return Q.fromWeb(F);if(typeof F?.writable=="object"||typeof F?.readable=="object"){const k=F!=null&&F.readable?l(F?.readable)?F?.readable:X(F.readable):void 0,oe=F!=null&&F.writable?u(F?.writable)?F?.writable:X(F.writable):void 0;return B({readable:k,writable:oe})}const ue=F?.then;if(typeof ue=="function"){let k;return O(ue,F,oe=>{oe!=null&&k.push(oe),k.push(null)},oe=>{T(k,oe)}),k=new Q({objectMode:!0,writable:!1,read(){}})}throw new m($,["Blob","ReadableStream","WritableStream","Stream","Iterable","AsyncIterable","Function","{ readable, writable } pair","Promise"],F)};function D(X){let{promise:F,resolve:$}=S();const ue=new U,k=ue.signal;return{value:X((async function*(){for(;;){const j=F;F=null;const{chunk:ae,done:I,cb:Z}=await j;if(i.nextTick(Z),I)return;if(k.aborted)throw new d(void 0,{cause:k.reason});({promise:F,resolve:$}=S()),yield ae}})(),{signal:k}),write(j,ae,I){const Z=$;$=null,Z({chunk:j,done:!1,cb:I})},final(j){const ae=$;$=null,ae({done:!0,cb:j})},destroy(j,ae){ue.abort(),ae(j)}}}function B(X){const F=X.readable&&typeof X.readable.read!="function"?A.wrap(X.readable):X.readable,$=X.writable;let ue=!!n(F),k=!!r($),oe,j,ae,I,Z;function ie(ee){const me=I;I=null,me?me(ee):ee&&Z.destroy(ee)}return Z=new Q({readableObjectMode:!!(F!=null&&F.readableObjectMode),writableObjectMode:!!($!=null&&$.writableObjectMode),readable:ue,writable:k}),k&&(_($,ee=>{k=!1,ee&&T(F,ee),ie(ee)}),Z._write=function(ee,me,W){$.write(ee,me)?W():oe=W},Z._final=function(ee){$.end(),j=ee},$.on("drain",function(){if(oe){const ee=oe;oe=null,ee()}}),$.on("finish",function(){if(j){const ee=j;j=null,ee()}})),ue&&(_(F,ee=>{ue=!1,ee&&T(F,ee),ie(ee)}),F.on("readable",function(){if(ae){const ee=ae;ae=null,ee()}}),F.on("end",function(){Z.push(null)}),Z._read=function(){for(;;){const ee=F.read();if(ee===null){ae=Z._read;return}if(!Z.push(ee))return}}),Z._destroy=function(ee,me){!ee&&I!==null&&(ee=new d),ae=null,oe=null,j=null,I===null?me(ee):(I=me,T($,ee),T(F,ee))},Z}return Wo}var Zo,Lc;function Ln(){if(Lc)return Zo;Lc=1;const{ObjectDefineProperties:i,ObjectGetOwnPropertyDescriptor:e,ObjectKeys:n,ObjectSetPrototypeOf:r}=ct();Zo=l;const o=Vs(),a=Al();r(l.prototype,o.prototype),r(l,o);{const g=n(a.prototype);for(let _=0;_<g.length;_++){const d=g[_];l.prototype[d]||(l.prototype[d]=a.prototype[d])}}function l(g){if(!(this instanceof l))return new l(g);o.call(this,g),a.call(this,g),g?(this.allowHalfOpen=g.allowHalfOpen!==!1,g.readable===!1&&(this._readableState.readable=!1,this._readableState.ended=!0,this._readableState.endEmitted=!0),g.writable===!1&&(this._writableState.writable=!1,this._writableState.ending=!0,this._writableState.ended=!0,this._writableState.finished=!0)):this.allowHalfOpen=!0}i(l.prototype,{writable:{__proto__:null,...e(a.prototype,"writable")},writableHighWaterMark:{__proto__:null,...e(a.prototype,"writableHighWaterMark")},writableObjectMode:{__proto__:null,...e(a.prototype,"writableObjectMode")},writableBuffer:{__proto__:null,...e(a.prototype,"writableBuffer")},writableLength:{__proto__:null,...e(a.prototype,"writableLength")},writableFinished:{__proto__:null,...e(a.prototype,"writableFinished")},writableCorked:{__proto__:null,...e(a.prototype,"writableCorked")},writableEnded:{__proto__:null,...e(a.prototype,"writableEnded")},writableNeedDrain:{__proto__:null,...e(a.prototype,"writableNeedDrain")},destroyed:{__proto__:null,get(){return this._readableState===void 0||this._writableState===void 0?!1:this._readableState.destroyed&&this._writableState.destroyed},set(g){this._readableState&&this._writableState&&(this._readableState.destroyed=g,this._writableState.destroyed=g)}}});let u;function f(){return u===void 0&&(u={}),u}l.fromWeb=function(g,_){return f().newStreamDuplexFromReadableWritablePair(g,_)},l.toWeb=function(g){return f().newReadableWritablePairFromDuplex(g)};let h;return l.from=function(g){return h||(h=kg()),h(g,"body")},Zo}var Xo,Ic;function cf(){if(Ic)return Xo;Ic=1;const{ObjectSetPrototypeOf:i,Symbol:e}=ct();Xo=l;const{ERR_METHOD_NOT_IMPLEMENTED:n}=Pt().codes,r=Ln(),{getHighWaterMark:o}=Hs();i(l.prototype,r.prototype),i(l,r);const a=e("kCallback");function l(h){if(!(this instanceof l))return new l(h);const g=h?o(this,h,"readableHighWaterMark",!0):null;g===0&&(h={...h,highWaterMark:null,readableHighWaterMark:g,writableHighWaterMark:h.writableHighWaterMark||0}),r.call(this,h),this._readableState.sync=!1,this[a]=null,h&&(typeof h.transform=="function"&&(this._transform=h.transform),typeof h.flush=="function"&&(this._flush=h.flush)),this.on("prefinish",f)}function u(h){typeof this._flush=="function"&&!this.destroyed?this._flush((g,_)=>{if(g){h?h(g):this.destroy(g);return}_!=null&&this.push(_),this.push(null),h&&h()}):(this.push(null),h&&h())}function f(){this._final!==u&&u.call(this)}return l.prototype._final=u,l.prototype._transform=function(h,g,_){throw new n("_transform()")},l.prototype._write=function(h,g,_){const d=this._readableState,m=this._writableState,b=d.length;this._transform(h,g,(T,N)=>{if(T){_(T);return}N!=null&&this.push(N),m.ended||b===d.length||d.length<d.highWaterMark?_():this[a]=_})},l.prototype._read=function(){if(this[a]){const h=this[a];this[a]=null,h()}},Xo}var Qo,Nc;function df(){if(Nc)return Qo;Nc=1;const{ObjectSetPrototypeOf:i}=ct();Qo=n;const e=cf();i(n.prototype,e.prototype),i(n,e);function n(r){if(!(this instanceof n))return new n(r);e.call(this,r)}return n.prototype._transform=function(r,o,a){a(null,r)},Qo}var Jo,Ac;function Rl(){if(Ac)return Jo;Ac=1;const i=vi(),{ArrayIsArray:e,Promise:n,SymbolAsyncIterator:r,SymbolDispose:o}=ct(),a=Vn(),{once:l}=Ot(),u=Hi(),f=Ln(),{aggregateTwoErrors:h,codes:{ERR_INVALID_ARG_TYPE:g,ERR_INVALID_RETURN_VALUE:_,ERR_MISSING_ARGS:d,ERR_STREAM_DESTROYED:m,ERR_STREAM_PREMATURE_CLOSE:b},AbortError:T}=Pt(),{validateFunction:N,validateAbortSignal:A}=Hr(),{isIterable:R,isReadable:S,isReadableNodeStream:y,isNodeStream:x,isTransformStream:M,isWebStream:U,isReadableStream:O,isReadableFinished:Q}=An(),D=globalThis.AbortController||$r().AbortController;let B,X,F;function $(ee,me,W){let G=!1;ee.on("close",()=>{G=!0});const Y=a(ee,{readable:me,writable:W},K=>{G=!K});return{destroy:K=>{G||(G=!0,u.destroyer(ee,K||new m("pipe")))},cleanup:Y}}function ue(ee){return N(ee[ee.length-1],"streams[stream.length - 1]"),ee.pop()}function k(ee){if(R(ee))return ee;if(y(ee))return oe(ee);throw new g("val",["Readable","Iterable","AsyncIterable"],ee)}async function*oe(ee){X||(X=Vs()),yield*X.prototype[r].call(ee)}async function j(ee,me,W,{end:G}){let Y,K=null;const le=Te=>{if(Te&&(Y=Te),K){const q=K;K=null,q()}},ce=()=>new n((Te,q)=>{Y?q(Y):K=()=>{Y?q(Y):Te()}});me.on("drain",le);const Ee=a(me,{readable:!1},le);try{me.writableNeedDrain&&await ce();for await(const Te of ee)me.write(Te)||await ce();G&&(me.end(),await ce()),W()}catch(Te){W(Y!==Te?h(Y,Te):Te)}finally{Ee(),me.off("drain",le)}}async function ae(ee,me,W,{end:G}){M(me)&&(me=me.writable);const Y=me.getWriter();try{for await(const K of ee)await Y.ready,Y.write(K).catch(()=>{});await Y.ready,G&&await Y.close(),W()}catch(K){try{await Y.abort(K),W(K)}catch(le){W(le)}}}function I(...ee){return Z(ee,l(ue(ee)))}function Z(ee,me,W){if(ee.length===1&&e(ee[0])&&(ee=ee[0]),ee.length<2)throw new d("streams");const G=new D,Y=G.signal,K=W?.signal,le=[];A(K,"options.signal");function ce(){Se(new T)}F=F||Ot().addAbortListener;let Ee;K&&(Ee=F(K,ce));let Te,q;const te=[];let fe=0;function xe(Ne){Se(Ne,--fe===0)}function Se(Ne,ve){var Be;if(Ne&&(!Te||Te.code==="ERR_STREAM_PREMATURE_CLOSE")&&(Te=Ne),!(!Te&&!ve)){for(;te.length;)te.shift()(Te);(Be=Ee)===null||Be===void 0||Be[o](),G.abort(),ve&&(Te||le.forEach(mt=>mt()),i.nextTick(me,Te,q))}}let Ie;for(let Ne=0;Ne<ee.length;Ne++){const ve=ee[Ne],Be=Ne<ee.length-1,mt=Ne>0,$e=Be||W?.end!==!1,ht=Ne===ee.length-1;if(x(ve)){let C=function(v){v&&v.name!=="AbortError"&&v.code!=="ERR_STREAM_PREMATURE_CLOSE"&&xe(v)};if($e){const{destroy:v,cleanup:w}=$(ve,Be,mt);te.push(v),S(ve)&&ht&&le.push(w)}ve.on("error",C),S(ve)&&ht&&le.push(()=>{ve.removeListener("error",C)})}if(Ne===0)if(typeof ve=="function"){if(Ie=ve({signal:Y}),!R(Ie))throw new _("Iterable, AsyncIterable or Stream","source",Ie)}else R(ve)||y(ve)||M(ve)?Ie=ve:Ie=f.from(ve);else if(typeof ve=="function"){if(M(Ie)){var se;Ie=k((se=Ie)===null||se===void 0?void 0:se.readable)}else Ie=k(Ie);if(Ie=ve(Ie,{signal:Y}),Be){if(!R(Ie,!0))throw new _("AsyncIterable",`transform[${Ne-1}]`,Ie)}else{var be;B||(B=df());const C=new B({objectMode:!0}),v=(be=Ie)===null||be===void 0?void 0:be.then;if(typeof v=="function")fe++,v.call(Ie,re=>{q=re,re!=null&&C.write(re),$e&&C.end(),i.nextTick(xe)},re=>{C.destroy(re),i.nextTick(xe,re)});else if(R(Ie,!0))fe++,j(Ie,C,xe,{end:$e});else if(O(Ie)||M(Ie)){const re=Ie.readable||Ie;fe++,j(re,C,xe,{end:$e})}else throw new _("AsyncIterable or Promise","destination",Ie);Ie=C;const{destroy:w,cleanup:H}=$(Ie,!1,!0);te.push(w),ht&&le.push(H)}}else if(x(ve)){if(y(Ie)){fe+=2;const C=ie(Ie,ve,xe,{end:$e});S(ve)&&ht&&le.push(C)}else if(M(Ie)||O(Ie)){const C=Ie.readable||Ie;fe++,j(C,ve,xe,{end:$e})}else if(R(Ie))fe++,j(Ie,ve,xe,{end:$e});else throw new g("val",["Readable","Iterable","AsyncIterable","ReadableStream","TransformStream"],Ie);Ie=ve}else if(U(ve)){if(y(Ie))fe++,ae(k(Ie),ve,xe,{end:$e});else if(O(Ie)||R(Ie))fe++,ae(Ie,ve,xe,{end:$e});else if(M(Ie))fe++,ae(Ie.readable,ve,xe,{end:$e});else throw new g("val",["Readable","Iterable","AsyncIterable","ReadableStream","TransformStream"],Ie);Ie=ve}else Ie=f.from(ve)}return(Y!=null&&Y.aborted||K!=null&&K.aborted)&&i.nextTick(ce),Ie}function ie(ee,me,W,{end:G}){let Y=!1;if(me.on("close",()=>{Y||W(new b)}),ee.pipe(me,{end:!1}),G){let K=function(){Y=!0,me.end()};Q(ee)?i.nextTick(K):ee.once("end",K)}else W();return a(ee,{readable:!0,writable:!1},K=>{const le=ee._readableState;K&&K.code==="ERR_STREAM_PREMATURE_CLOSE"&&le&&le.ended&&!le.errored&&!le.errorEmitted?ee.once("end",W).once("error",W):W(K)}),a(me,{readable:!1,writable:!0},W)}return Jo={pipelineImpl:Z,pipeline:I},Jo}var Ko,Rc;function hf(){if(Rc)return Ko;Rc=1;const{pipeline:i}=Rl(),e=Ln(),{destroyer:n}=Hi(),{isNodeStream:r,isReadable:o,isWritable:a,isWebStream:l,isTransformStream:u,isWritableStream:f,isReadableStream:h}=An(),{AbortError:g,codes:{ERR_INVALID_ARG_VALUE:_,ERR_MISSING_ARGS:d}}=Pt(),m=Vn();return Ko=function(...T){if(T.length===0)throw new d("streams");if(T.length===1)return e.from(T[0]);const N=[...T];if(typeof T[0]=="function"&&(T[0]=e.from(T[0])),typeof T[T.length-1]=="function"){const B=T.length-1;T[B]=e.from(T[B])}for(let B=0;B<T.length;++B)if(!(!r(T[B])&&!l(T[B]))){if(B<T.length-1&&!(o(T[B])||h(T[B])||u(T[B])))throw new _(`streams[${B}]`,N[B],"must be readable");if(B>0&&!(a(T[B])||f(T[B])||u(T[B])))throw new _(`streams[${B}]`,N[B],"must be writable")}let A,R,S,y,x;function M(B){const X=y;y=null,X?X(B):B?x.destroy(B):!D&&!Q&&x.destroy()}const U=T[0],O=i(T,M),Q=!!(a(U)||f(U)||u(U)),D=!!(o(O)||h(O)||u(O));if(x=new e({writableObjectMode:!!(U!=null&&U.writableObjectMode),readableObjectMode:!!(O!=null&&O.readableObjectMode),writable:Q,readable:D}),Q){if(r(U))x._write=function(X,F,$){U.write(X,F)?$():A=$},x._final=function(X){U.end(),R=X},U.on("drain",function(){if(A){const X=A;A=null,X()}});else if(l(U)){const F=(u(U)?U.writable:U).getWriter();x._write=async function($,ue,k){try{await F.ready,F.write($).catch(()=>{}),k()}catch(oe){k(oe)}},x._final=async function($){try{await F.ready,F.close().catch(()=>{}),R=$}catch(ue){$(ue)}}}const B=u(O)?O.readable:O;m(B,()=>{if(R){const X=R;R=null,X()}})}if(D){if(r(O))O.on("readable",function(){if(S){const B=S;S=null,B()}}),O.on("end",function(){x.push(null)}),x._read=function(){for(;;){const B=O.read();if(B===null){S=x._read;return}if(!x.push(B))return}};else if(l(O)){const X=(u(O)?O.readable:O).getReader();x._read=async function(){for(;;)try{const{value:F,done:$}=await X.read();if(!x.push(F))return;if($){x.push(null);return}}catch{return}}}}return x._destroy=function(B,X){!B&&y!==null&&(B=new g),S=null,A=null,R=null,y===null?X(B):(y=X,r(O)&&n(O,B))},x},Ko}var Cc;function Mg(){if(Cc)return _s;Cc=1;const i=globalThis.AbortController||$r().AbortController,{codes:{ERR_INVALID_ARG_VALUE:e,ERR_INVALID_ARG_TYPE:n,ERR_MISSING_ARGS:r,ERR_OUT_OF_RANGE:o},AbortError:a}=Pt(),{validateAbortSignal:l,validateInteger:u,validateObject:f}=Hr(),h=ct().Symbol("kWeak"),g=ct().Symbol("kResistStopPropagation"),{finished:_}=Vn(),d=hf(),{addAbortSignalNoValidate:m}=Us(),{isWritable:b,isNodeStream:T}=An(),{deprecate:N}=Ot(),{ArrayPrototypePush:A,Boolean:R,MathFloor:S,Number:y,NumberIsNaN:x,Promise:M,PromiseReject:U,PromiseResolve:O,PromisePrototypeThen:Q,Symbol:D}=ct(),B=D("kEmpty"),X=D("kEof");function F(K,le){if(le!=null&&f(le,"options"),le?.signal!=null&&l(le.signal,"options.signal"),T(K)&&!b(K))throw new e("stream",K,"must be writable");const ce=d(this,K);return le!=null&&le.signal&&m(le.signal,ce),ce}function $(K,le){if(typeof K!="function")throw new n("fn",["Function","AsyncFunction"],K);le!=null&&f(le,"options"),le?.signal!=null&&l(le.signal,"options.signal");let ce=1;le?.concurrency!=null&&(ce=S(le.concurrency));let Ee=ce-1;return le?.highWaterMark!=null&&(Ee=S(le.highWaterMark)),u(ce,"options.concurrency",1),u(Ee,"options.highWaterMark",0),Ee+=ce,(async function*(){const q=Ot().AbortSignalAny([le?.signal].filter(R)),te=this,fe=[],xe={signal:q};let Se,Ie,se=!1,be=0;function Ne(){se=!0,ve()}function ve(){be-=1,Be()}function Be(){Ie&&!se&&be<ce&&fe.length<Ee&&(Ie(),Ie=null)}async function mt(){try{for await(let $e of te){if(se)return;if(q.aborted)throw new a;try{if($e=K($e,xe),$e===B)continue;$e=O($e)}catch(ht){$e=U(ht)}be+=1,Q($e,ve,Ne),fe.push($e),Se&&(Se(),Se=null),!se&&(fe.length>=Ee||be>=ce)&&await new M(ht=>{Ie=ht})}fe.push(X)}catch($e){const ht=U($e);Q(ht,ve,Ne),fe.push(ht)}finally{se=!0,Se&&(Se(),Se=null)}}mt();try{for(;;){for(;fe.length>0;){const $e=await fe[0];if($e===X)return;if(q.aborted)throw new a;$e!==B&&(yield $e),fe.shift(),Be()}await new M($e=>{Se=$e})}}finally{se=!0,Ie&&(Ie(),Ie=null)}}).call(this)}function ue(K=void 0){return K!=null&&f(K,"options"),K?.signal!=null&&l(K.signal,"options.signal"),(async function*(){let ce=0;for await(const Te of this){var Ee;if(K!=null&&(Ee=K.signal)!==null&&Ee!==void 0&&Ee.aborted)throw new a({cause:K.signal.reason});yield[ce++,Te]}}).call(this)}async function k(K,le=void 0){for await(const ce of I.call(this,K,le))return!0;return!1}async function oe(K,le=void 0){if(typeof K!="function")throw new n("fn",["Function","AsyncFunction"],K);return!await k.call(this,async(...ce)=>!await K(...ce),le)}async function j(K,le){for await(const ce of I.call(this,K,le))return ce}async function ae(K,le){if(typeof K!="function")throw new n("fn",["Function","AsyncFunction"],K);async function ce(Ee,Te){return await K(Ee,Te),B}for await(const Ee of $.call(this,ce,le));}function I(K,le){if(typeof K!="function")throw new n("fn",["Function","AsyncFunction"],K);async function ce(Ee,Te){return await K(Ee,Te)?Ee:B}return $.call(this,ce,le)}class Z extends r{constructor(){super("reduce"),this.message="Reduce of an empty stream requires an initial value"}}async function ie(K,le,ce){var Ee;if(typeof K!="function")throw new n("reducer",["Function","AsyncFunction"],K);ce!=null&&f(ce,"options"),ce?.signal!=null&&l(ce.signal,"options.signal");let Te=arguments.length>1;if(ce!=null&&(Ee=ce.signal)!==null&&Ee!==void 0&&Ee.aborted){const Se=new a(void 0,{cause:ce.signal.reason});throw this.once("error",()=>{}),await _(this.destroy(Se)),Se}const q=new i,te=q.signal;if(ce!=null&&ce.signal){const Se={once:!0,[h]:this,[g]:!0};ce.signal.addEventListener("abort",()=>q.abort(),Se)}let fe=!1;try{for await(const Se of this){var xe;if(fe=!0,ce!=null&&(xe=ce.signal)!==null&&xe!==void 0&&xe.aborted)throw new a;Te?le=await K(le,Se,{signal:te}):(le=Se,Te=!0)}if(!fe&&!Te)throw new Z}finally{q.abort()}return le}async function ee(K){K!=null&&f(K,"options"),K?.signal!=null&&l(K.signal,"options.signal");const le=[];for await(const Ee of this){var ce;if(K!=null&&(ce=K.signal)!==null&&ce!==void 0&&ce.aborted)throw new a(void 0,{cause:K.signal.reason});A(le,Ee)}return le}function me(K,le){const ce=$.call(this,K,le);return(async function*(){for await(const Te of ce)yield*Te}).call(this)}function W(K){if(K=y(K),x(K))return 0;if(K<0)throw new o("number",">= 0",K);return K}function G(K,le=void 0){return le!=null&&f(le,"options"),le?.signal!=null&&l(le.signal,"options.signal"),K=W(K),(async function*(){var Ee;if(le!=null&&(Ee=le.signal)!==null&&Ee!==void 0&&Ee.aborted)throw new a;for await(const q of this){var Te;if(le!=null&&(Te=le.signal)!==null&&Te!==void 0&&Te.aborted)throw new a;K--<=0&&(yield q)}}).call(this)}function Y(K,le=void 0){return le!=null&&f(le,"options"),le?.signal!=null&&l(le.signal,"options.signal"),K=W(K),(async function*(){var Ee;if(le!=null&&(Ee=le.signal)!==null&&Ee!==void 0&&Ee.aborted)throw new a;for await(const q of this){var Te;if(le!=null&&(Te=le.signal)!==null&&Te!==void 0&&Te.aborted)throw new a;if(K-- >0&&(yield q),K<=0)return}}).call(this)}return _s.streamReturningOperators={asIndexedPairs:N(ue,"readable.asIndexedPairs will be removed in a future version."),drop:G,filter:I,flatMap:me,map:$,take:Y,compose:F},_s.promiseReturningOperators={every:oe,forEach:ae,reduce:ie,toArray:ee,some:k,find:j},_s}var Yo,Pc;function ff(){if(Pc)return Yo;Pc=1;const{ArrayPrototypePop:i,Promise:e}=ct(),{isIterable:n,isNodeStream:r,isWebStream:o}=An(),{pipelineImpl:a}=Rl(),{finished:l}=Vn();pf();function u(...f){return new e((h,g)=>{let _,d;const m=f[f.length-1];if(m&&typeof m=="object"&&!r(m)&&!n(m)&&!o(m)){const b=i(f);_=b.signal,d=b.end}a(f,(b,T)=>{b?g(b):h(T)},{signal:_,end:d})})}return Yo={finished:l,pipeline:u},Yo}var kc;function pf(){if(kc)return Ro.exports;kc=1;const{Buffer:i}=Nn(),{ObjectDefineProperty:e,ObjectKeys:n,ReflectApply:r}=ct(),{promisify:{custom:o}}=Ot(),{streamReturningOperators:a,promiseReturningOperators:l}=Mg(),{codes:{ERR_ILLEGAL_CONSTRUCTOR:u}}=Pt(),f=hf(),{setDefaultHighWaterMark:h,getDefaultHighWaterMark:g}=Hs(),{pipeline:_}=Rl(),{destroyer:d}=Hi(),m=Vn(),b=ff(),T=An(),N=Ro.exports=Nl().Stream;N.isDestroyed=T.isDestroyed,N.isDisturbed=T.isDisturbed,N.isErrored=T.isErrored,N.isReadable=T.isReadable,N.isWritable=T.isWritable,N.Readable=Vs();for(const R of n(a)){let y=function(...x){if(new.target)throw u();return N.Readable.from(r(S,this,x))};const S=a[R];e(y,"name",{__proto__:null,value:S.name}),e(y,"length",{__proto__:null,value:S.length}),e(N.Readable.prototype,R,{__proto__:null,value:y,enumerable:!1,configurable:!0,writable:!0})}for(const R of n(l)){let y=function(...x){if(new.target)throw u();return r(S,this,x)};const S=l[R];e(y,"name",{__proto__:null,value:S.name}),e(y,"length",{__proto__:null,value:S.length}),e(N.Readable.prototype,R,{__proto__:null,value:y,enumerable:!1,configurable:!0,writable:!0})}N.Writable=Al(),N.Duplex=Ln(),N.Transform=cf(),N.PassThrough=df(),N.pipeline=_;const{addAbortSignal:A}=Us();return N.addAbortSignal=A,N.finished=m,N.destroy=d,N.compose=f,N.setDefaultHighWaterMark=h,N.getDefaultHighWaterMark=g,e(N,"promises",{__proto__:null,configurable:!0,enumerable:!0,get(){return b}}),e(_,o,{__proto__:null,enumerable:!0,get(){return b.pipeline}}),e(m,o,{__proto__:null,enumerable:!0,get(){return b.finished}}),N.Stream=N,N._isUint8Array=function(S){return S instanceof Uint8Array},N._uint8ArrayToBuffer=function(S){return i.from(S.buffer,S.byteOffset,S.byteLength)},Ro.exports}var Mc;function gf(){return Mc||(Mc=1,(function(i){const e=pf(),n=ff(),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 n}}),i.exports.Stream=e.Stream,i.exports.default=i.exports})(Ao)),Ao.exports}var Cl=gf();const ea=Symbol("iter");function kr(i,e,n=4){if(n===0)return Object.assign(i,e);for(const r in e)i[r]=kr(i[r]||Object.create(null),e[r],n-1);return i}function mf(i,e,n=4){let r=!1;for(const o in i)if(o in e){const a=n===0?null:mf(i[o],e[o],n-1);if(a!==!1)r=r||Object.create(null),r[o]=a;else if(n===3)return!1}return r}function _f(i,e,n=4){let r=!1;for(const o in i)if(!(o in e))r=r||Object.create(null),r[o]=n===0?null:kr({},i[o],n-1);else if(n!==0){const a=_f(i[o],e[o],n-1);if(a!==!1)r=r||Object.create(null),r[o]=a;else if(n===3)return!1}return r}class Dg{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||Ue}_termFromId(e){if(e[0]==="."){const n=this._entities,r=e.split(".");return this._factory.quad(this._termFromId(n[r[1]]),this._termFromId(n[r[2]]),this._termFromId(n[r[3]]),r[4]&&this._termFromId(n[r[4]]))}return Nr(e,this._factory)}_termToNumericId(e){if(e.termType==="Quad"){const n=this._termToNumericId(e.subject),r=this._termToNumericId(e.predicate),o=this._termToNumericId(e.object);let a;return n&&r&&o&&(gl(e.graph)||(a=this._termToNumericId(e.graph)))&&this._ids[a?`.${n}.${r}.${o}.${a}`:`.${n}.${r}.${o}`]}return this._ids[Mi(e)]}_termToNewNumericId(e){const n=e&&e.termType==="Quad"?`.${this._termToNewNumericId(e.subject)}.${this._termToNewNumericId(e.predicate)}.${this._termToNewNumericId(e.object)}${gl(e.graph)?"":`.${this._termToNewNumericId(e.graph)}`}`:Mi(e);return this._ids[n]||(this._ids[this._entities[++this._id]=n]=this._id)}createBlankNode(e){let n,r;if(e)for(n=e=`_:${e}`,r=1;this._ids[n];)n=e+r++;else do n=`_:b${this._blankNodeIndex++}`;while(this._ids[n]);return this._ids[n]=++this._id,this._entities[this._id]=n,this._factory.blankNode(n.substr(2))}}class It{constructor(e,n){this._size=0,this._graphs=Object.create(null),!n&&e&&!e[0]&&typeof e.match!="function"&&(n=e,e=null),n=n||{},this._factory=n.factory||Ue,this._entityIndex=n.entityIndex||new Dg({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 n=this._graphs;let r,o;for(const a in n)for(const l in r=n[a].subjects)for(const u in o=r[l])e+=Object.keys(o[u]).length;return this._size=e}_addToIndex(e,n,r,o){const a=e[n]||(e[n]={}),l=a[r]||(a[r]={}),u=o in l;return u||(l[o]=null),!u}_removeFromIndex(e,n,r,o){const a=e[n],l=a[r];delete l[o];for(const u in l)return;delete a[r];for(const u in a)return;delete e[n]}*_findInIndex(e,n,r,o,a,l,u,f){let h,g,_;const d=this._entities,m=this._termFromId(d[f]),b={subject:null,predicate:null,object:null};n&&((h=e,e={})[n]=h[n]);for(const T in e)if(g=e[T]){b[a]=this._termFromId(d[T]),r&&((h=g,g={})[r]=h[r]);for(const N in g)if(_=g[N]){b[l]=this._termFromId(d[N]);const A=o?o in _?[o]:[]:Object.keys(_);for(let R=0;R<A.length;R++)b[u]=this._termFromId(d[A[R]]),yield this._factory.quad(b.subject,b.predicate,b.object,m)}}}_loop(e,n){for(const r in e)n(r)}_loopByKey0(e,n,r){let o,a;if(o=e[n])for(a in o)r(a)}_loopByKey1(e,n,r){let o,a;for(o in e)a=e[o],a[n]&&r(o)}_loopBy2Keys(e,n,r,o){let a,l,u;if((a=e[n])&&(l=a[r]))for(u in l)o(u)}_countInIndex(e,n,r,o){let a=0,l,u,f;n&&((l=e,e={})[n]=l[n]);for(const h in e)if(u=e[h]){r&&((l=u,u={})[r]=l[r]);for(const g in u)(f=u[g])&&(o?o in f&&a++:a+=Object.keys(f).length)}return a}_getGraphs(e){return e=e===""?1:e&&(this._termToNumericId(e)||-1),typeof e!="number"?this._graphs:{[e]:this._graphs[e]}}_uniqueEntities(e){const n=Object.create(null);return r=>{r in n||(n[r]=!0,e(this._termFromId(this._entities[r],this._factory)))}}add(e){return this.addQuad(e),this}addQuad(e,n,r,o){n||(o=e.graph,r=e.object,n=e.predicate,e=e.subject),o=o?this._termToNewNumericId(o):1;let a=this._graphs[o];return a||(a=this._graphs[o]={subjects:{},predicates:{},objects:{}},Object.freeze(a)),e=this._termToNewNumericId(e),n=this._termToNewNumericId(n),r=this._termToNewNumericId(r),this._addToIndex(a.subjects,e,n,r)?(this._addToIndex(a.predicates,n,r,e),this._addToIndex(a.objects,r,e,n),this._size=null,!0):!1}addQuads(e){for(let n=0;n<e.length;n++)this.addQuad(e[n])}delete(e){return this.removeQuad(e),this}has(e,n,r,o){return e&&e.subject&&({subject:e,predicate:n,object:r,graph:o}=e),!this.readQuads(e,n,r,o).next().done}import(e){return e.on("data",n=>{this.addQuad(n)}),e}removeQuad(e,n,r,o){n||({subject:e,predicate:n,object:r,graph:o}=e),o=o?this._termToNumericId(o):1;const a=this._graphs;let l,u,f;if(!(e=e&&this._termToNumericId(e))||!(n=n&&this._termToNumericId(n))||!(r=r&&this._termToNumericId(r))||!(l=a[o])||!(u=l.subjects[e])||!(f=u[n])||!(r in f))return!1;this._removeFromIndex(l.subjects,e,n,r),this._removeFromIndex(l.predicates,n,r,e),this._removeFromIndex(l.objects,r,e,n),this._size!==null&&this._size--;for(e in l.subjects)return!0;return delete a[o],!0}removeQuads(e){for(let n=0;n<e.length;n++)this.removeQuad(e[n])}remove(e){return e.on("data",n=>{this.removeQuad(n)}),e}removeMatches(e,n,r,o){const a=new Cl.Readable({objectMode:!0}),l=this.readQuads(e,n,r,o);return a._read=u=>{for(;--u>=0;){const{done:f,value:h}=l.next();if(f){a.push(null);return}a.push(h)}},this.remove(a)}deleteGraph(e){return this.removeMatches(null,null,null,e)}getQuads(e,n,r,o){return[...this.readQuads(e,n,r,o)]}*readQuads(e,n,r,o){const a=this._getGraphs(o);let l,u,f,h;if(!(e&&!(u=this._termToNumericId(e))||n&&!(f=this._termToNumericId(n))||r&&!(h=this._termToNumericId(r))))for(const g in a)(l=a[g])&&(u?h?yield*this._findInIndex(l.objects,h,u,f,"object","subject","predicate",g):yield*this._findInIndex(l.subjects,u,f,null,"subject","predicate","object",g):f?yield*this._findInIndex(l.predicates,f,h,null,"predicate","object","subject",g):h?yield*this._findInIndex(l.objects,h,null,null,"object","subject","predicate",g):yield*this._findInIndex(l.subjects,null,null,null,"subject","predicate","object",g))}match(e,n,r,o){return new $n(this,e,n,r,o,{entityIndex:this._entityIndex})}countQuads(e,n,r,o){const a=this._getGraphs(o);let l=0,u,f,h,g;if(e&&!(f=this._termToNumericId(e))||n&&!(h=this._termToNumericId(n))||r&&!(g=this._termToNumericId(r)))return 0;for(const _ in a)(u=a[_])&&(e?r?l+=this._countInIndex(u.objects,g,f,h):l+=this._countInIndex(u.subjects,f,h,g):n?l+=this._countInIndex(u.predicates,h,g,f):l+=this._countInIndex(u.objects,g,f,h));return l}forEach(e,n,r,o,a){this.some(l=>(e(l,this),!1),n,r,o,a)}every(e,n,r,o,a){return!this.some(l=>!e(l,this),n,r,o,a)}some(e,n,r,o,a){for(const l of this.readQuads(n,r,o,a))if(e(l,this))return!0;return!1}getSubjects(e,n,r){const o=[];return this.forSubjects(a=>{o.push(a)},e,n,r),o}forSubjects(e,n,r,o){const a=this._getGraphs(o);let l,u,f;if(e=this._uniqueEntities(e),!(n&&!(u=this._termToNumericId(n))||r&&!(f=this._termToNumericId(r))))for(o in a)(l=a[o])&&(u?f?this._loopBy2Keys(l.predicates,u,f,e):this._loopByKey1(l.subjects,u,e):f?this._loopByKey0(l.objects,f,e):this._loop(l.subjects,e))}getPredicates(e,n,r){const o=[];return this.forPredicates(a=>{o.push(a)},e,n,r),o}forPredicates(e,n,r,o){const a=this._getGraphs(o);let l,u,f;if(e=this._uniqueEntities(e),!(n&&!(u=this._termToNumericId(n))||r&&!(f=this._termToNumericId(r))))for(o in a)(l=a[o])&&(u?f?this._loopBy2Keys(l.objects,f,u,e):this._loopByKey0(l.subjects,u,e):f?this._loopByKey1(l.predicates,f,e):this._loop(l.predicates,e))}getObjects(e,n,r){const o=[];return this.forObjects(a=>{o.push(a)},e,n,r),o}forObjects(e,n,r,o){const a=this._getGraphs(o);let l,u,f;if(e=this._uniqueEntities(e),!(n&&!(u=this._termToNumericId(n))||r&&!(f=this._termToNumericId(r))))for(o in a)(l=a[o])&&(u?f?this._loopBy2Keys(l.subjects,u,f,e):this._loopByKey1(l.objects,u,e):f?this._loopByKey0(l.predicates,f,e):this._loop(l.objects,e))}getGraphs(e,n,r){const o=[];return this.forGraphs(a=>{o.push(a)},e,n,r),o}forGraphs(e,n,r,o){for(const a in this._graphs)this.some(l=>(e(l.graph),!0),n,r,o,this._termFromId(this._entities[a]))}createBlankNode(e){return this._entityIndex.createBlankNode(e)}extractLists({remove:e=!1,ignoreErrors:n=!1}={}){const r={},o=n?(()=>!0):((u,f)=>{throw new Error(`${u.value} ${f}`)}),a=this.getQuads(null,Tt.rdf.rest,Tt.rdf.nil,null),l=e?[...a]:[];return a.forEach(u=>{const f=[];let h=!1,g,_;const d=u.graph;let m=u.subject;for(;m&&!h;){const b=this.getQuads(null,null,m,null),T=this.getQuads(m,null,null,null);let N,A=null,R=null,S=null;for(let y=0;y<T.length&&!h;y++)N=T[y],N.graph.equals(d)?g?h=o(m,"has non-list arcs out"):N.predicate.value===Tt.rdf.first?A?h=o(m,"has multiple rdf:first arcs"):l.push(A=N):N.predicate.value===Tt.rdf.rest?R?h=o(m,"has multiple rdf:rest arcs"):l.push(R=N):b.length?h=o(m,"can't be subject and object"):(g=N,_="subject"):h=o(m,"not confined to single graph");for(let y=0;y<b.length&&!h;++y)N=b[y],g?h=o(m,"can't have coreferences"):N.predicate.value===Tt.rdf.rest?S?h=o(m,"has incoming rdf:rest arcs"):S=N:(g=N,_="object");A?f.unshift(A.object):h=o(m,"has no list head"),m=S&&S.subject}h?e=!1:g&&(r[g[_].value]=f)}),e&&this.removeQuads(l),r}addAll(e){if(e instanceof $n&&(e=e.filtered),Array.isArray(e))this.addQuads(e);else if(e instanceof It&&e._entityIndex===this._entityIndex)e._size!==0&&(this._graphs=kr(this._graphs,e._graphs),this._size=null);else for(const n of e)this.add(n);return this}contains(e){if(e instanceof $n&&(e=e.filtered),e===this)return!0;if(!(e instanceof It)||this._entityIndex!==e._entityIndex)return e.every(h=>this.has(h));const n=this._graphs,r=e._graphs;let o,a,l,u,f;for(const h in r){if(!(o=n[h]))return!1;o=o.subjects;for(const g in a=r[h].subjects){if(!(l=o[g]))return!1;for(const _ in u=a[g]){if(!(f=l[_]))return!1;for(const d in u[_])if(!(d in f))return!1}}}return!0}deleteMatches(e,n,r,o){for(const a of this.match(e,n,r,o))this.removeQuad(a);return this}difference(e){if(e&&e instanceof $n&&(e=e.filtered),e===this)return new It({entityIndex:this._entityIndex});if(e instanceof It&&e._entityIndex===this._entityIndex){const n=new It({entityIndex:this._entityIndex}),r=_f(this._graphs,e._graphs);return r&&(n._graphs=r,n._size=null),n}return this.filter(n=>!e.has(n))}equals(e){return e instanceof $n&&(e=e.filtered),e===this||this.size===e.size&&this.contains(e)}filter(e){const n=new It({entityIndex:this._entityIndex});for(const r of this)e(r,this)&&n.add(r);return n}intersection(e){if(e instanceof $n&&(e=e.filtered),e===this){const n=new It({entityIndex:this._entityIndex});return n._graphs=kr(Object.create(null),this._graphs),n._size=this._size,n}else if(e instanceof It&&this._entityIndex===e._entityIndex){const n=new It({entityIndex:this._entityIndex}),r=mf(e._graphs,this._graphs);return r&&(n._graphs=r,n._size=null),n}return this.filter(n=>e.has(n))}map(e){const n=new It({entityIndex:this._entityIndex});for(const r of this)n.add(e(r,this));return n}reduce(e,n){const r=this.readQuads();let o=n===void 0?r.next().value:n;for(const a of r)o=e(o,a,this);return o}toArray(){return this.getQuads()}toCanonical(){throw new Error("not implemented")}toStream(){return this.match()}toString(){return new Il().quadsToString(this)}union(e){const n=new It({entityIndex:this._entityIndex});return n._graphs=kr(Object.create(null),this._graphs),n._size=this._size,n.addAll(e),n}*[Symbol.iterator](){yield*this.readQuads()}}function gn(i,e,n=0){const r=e[n];if(r&&!(r in i))return!1;let o=!1;for(const a in r?{[r]:i[r]}:i){const l=n===2?null:gn(i[a],e,n+1);l!==!1&&(o=o||Object.create(null),o[a]=l)}return o}class $n extends Cl.Readable{constructor(e,n,r,o,a,l){super({objectMode:!0}),Object.assign(this,{n3Store:e,subject:n,predicate:r,object:o,graph:a,options:l})}get filtered(){if(!this._filtered){const{n3Store:e,graph:n,object:r,predicate:o,subject:a}=this,l=this._filtered=new It({factory:e._factory,entityIndex:this.options.entityIndex});let u,f,h;if(a&&!(u=l._termToNumericId(a))||o&&!(f=l._termToNumericId(o))||r&&!(h=l._termToNumericId(r)))return l;const g=e._getGraphs(n);for(const _ in g){let d,m,b,T;(T=g[_])&&(!u&&f?(m=gn(T.predicates,[f,h,u]))&&(d=gn(T.subjects,[u,f,h]),b=gn(T.objects,[h,u,f])):h?(b=gn(T.objects,[h,u,f]))&&(d=gn(T.subjects,[u,f,h]),m=gn(T.predicates,[f,h,u])):(d=gn(T.subjects,[u,f,h]))&&(m=gn(T.predicates,[f,h,u]),b=gn(T.objects,[h,u,f])),d&&(l._graphs[_]={subjects:d,predicates:m,objects:b}))}l._size=null}return this._filtered}get size(){return this.filtered.size}_read(e){e>0&&!this[ea]&&(this[ea]=this[Symbol.iterator]());const n=this[ea];for(;--e>=0;){const{done:r,value:o}=n.next();if(r){this.push(null);return}this.push(o)}}addAll(e){return this.filtered.addAll(e)}contains(e){return this.filtered.contains(e)}deleteMatches(e,n,r,o){return this.filtered.deleteMatches(e,n,r,o)}difference(e){return this.filtered.difference(e)}equals(e){return this.filtered.equals(e)}every(e,n,r,o,a){return this.filtered.every(e,n,r,o,a)}filter(e){return this.filtered.filter(e)}forEach(e,n,r,o,a){return this.filtered.forEach(e,n,r,o,a)}import(e){return this.filtered.import(e)}intersection(e){return this.filtered.intersection(e)}map(e){return this.filtered.map(e)}some(e,n,r,o,a){return this.filtered.some(e,n,r,o,a)}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,n){return this.filtered.reduce(e,n)}toString(){return new Il().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,n,r,o){return new $n(this.filtered,e,n,r,o,this.options)}*[Symbol.iterator](){yield*this._filtered||this.n3Store.readQuads(this.subject,this.predicate,this.object,this.graph)}}class Og extends Cl.Transform{constructor(e){super({decodeStrings:!0}),this._readableState.objectMode=!0;const n=new of(e);let r,o;const a={onQuad:(l,u)=>{l&&this.emit("error",l)||u&&this.push(u)},onPrefix:(l,u)=>{this.emit("prefix",l,u)}};e&&e.comments&&(a.onComment=l=>{this.emit("comment",l)}),n.parse({on:(l,u)=>{switch(l){case"data":r=u;break;case"end":o=u;break}}},a),this._transform=(l,u,f)=>{r(l),f()},this._flush=l=>{o(),l()}}import(e){return e.on("data",n=>{this.write(n)}),e.on("end",()=>{this.end()}),e.on("error",n=>{this.emit("error",n)}),this}}const Fe="http://www.w3.org/ns/shacl#",Dc="http://datashapes.org/dash#",Un="http://www.w3.org/2001/XMLSchema#",Bn="http://www.w3.org/1999/02/22-rdf-syntax-ns#",Pl="http://www.w3.org/2000/01/rdf-schema#",kl="http://www.w3.org/2004/02/skos/core#",Fg="http://www.w3.org/2002/07/owl#",jg="http://www.w3.org/ns/oa#",$g="http://purl.org/dc/terms/",Bg="http://xmlns.com/foaf/0.1/",Mr=Ue.namedNode("loaded-shapes"),Tn=Ue.namedNode("loaded-data"),Nt=Ue.namedNode(Bn+"type"),ml=Ue.namedNode($g+"conformsTo"),Oc=Ue.namedNode(Pl+"subClassOf"),Ml=Ue.namedNode(Fg+"imports"),qg=Ue.namedNode(kl+"broader"),zg=Ue.namedNode(kl+"narrower"),bs=Ue.namedNode(Fe+"NodeShape"),Ug=Ue.namedNode(Fe+"IRI"),Ds=Ue.namedNode(Fe+"property"),Dl=Ue.namedNode(Fe+"class"),Hg=Ue.namedNode(Fe+"node"),Oi=Ue.namedNode(Fe+"targetClass"),Vg=Ue.namedNode(Fe+"nodeKind");Ue.namedNode(Un+"string");function Dr(i,e,n=Fe,r){let o="";const a=Gg(i,e,n,r);return a&&(o=a.value),o}function Gg(i,e,n=Fe,r){let o;const a=n+e;if(r?.length){for(const l of r)for(const u of i)if(u.predicate.value===a){if(u.object.id.endsWith(`@${l}`))return u.object;u.object.id.indexOf("@")<0?o=u.object:o||(o=u.object)}}else for(const l of i)if(l.predicate.value===a)return l.object;return o}function Wg(i){i.querySelector(".editor")?.focus()}function Vr(i,e){return Dr(i,"prefLabel",kl,e)||Dr(i,"label",Pl,e)||Dr(i,"name",Bg,e)}function yf(i,e,n){const r=[];for(const o of i)r.push({value:o,label:Vr(e.getQuads(o,null,null,null),n),children:[]});return r}function _l(i,e){for(const n in e)i=i.replace(e[n],"");return i}function vf(i,e,n,r,o=new Set){for(const a of e.owlImports)o.has(a.id)||(o.add(a.id),r.push(...n.getSubjects(Nt,i,a)));e.parent&&vf(i,e.parent,n,r,o)}function Ol(i,e){if(e.shaclIn){const n=e.config.lists[e.shaclIn];return yf(n?.length?n:[],e.config.store,e.config.languages)}else{const n=e.config.store.getSubjects(Nt,i,Mr);n.push(...e.config.store.getSubjects(Nt,i,Tn)),vf(i,e,e.config.store,n);const r=new Map,o=new Map;for(const l of n)r.set(l.id,{value:l,label:Vr(e.config.store.getQuads(l,null,null,null),e.config.languages),children:[]});for(const l of n){for(const u of e.config.store.getObjects(l,qg,null))r.has(u.id)&&o.set(l.id,u.id);for(const u of e.config.store.getObjects(l,zg,null))r.has(u.id)&&o.set(u.id,l.id);for(const u of e.config.store.getObjects(l,Oc,null))r.has(u.id)&&o.set(l.id,u.id)}for(const[l,u]of o.entries())r.get(u)?.children?.push(r.get(l));const a=[];for(const[l,u]of r.entries())o.has(l)||a.push(u);for(const l of e.config.store.getSubjects(Oc,i,null))a.push(...Ol(l,e));return a}}function yl(i){let e;try{e=new URL(i)}catch{return!1}return e.protocol==="http:"||e.protocol==="https:"}function Fc(i,e,n){if(e===void 0)return n;if(n===void 0)return e;const r=i.indexOf(e.language);if(r<0)return n;const o=i.indexOf(n.language);return o<0||o>r?e:n}function Zg(i,{remove:e=!1,ignoreErrors:n=!1}={}){const r={},o=n?(()=>!0):((u,f)=>{throw new Error(`${u.value} ${f}`)}),a=i.getQuads(null,Bn+"rest",Bn+"nil",null),l=e?[...a]:[];return a.forEach(u=>{const f=[];let h=!1,g,_;const d=u.graph;let m=u.subject;for(;m&&!h;){const b=i.getQuads(null,null,m,null),T=i.getQuads(m,null,null,null).filter(y=>!y.predicate.equals(Nt));let N,A=null,R=null,S=null;for(let y=0;y<T.length&&!h;y++)N=T[y],N.graph.equals(d)?g?h=o(m,"has non-list arcs out"):N.predicate.value===Bn+"first"?A?h=o(m,"has multiple rdf:first arcs"):l.push(A=N):N.predicate.value===Bn+"rest"?R?h=o(m,"has multiple rdf:rest arcs"):l.push(R=N):b.length?h=o(m,"can't be subject and object"):(g=N,_="subject"):h=o(m,"not confined to single graph");for(let y=0;y<b.length&&!h;++y)N=b[y],g?h=o(m,"can't have coreferences"):N.predicate.value===Bn+"rest"?S?h=o(m,"has incoming rdf:rest arcs"):S=N:(g=N,_="object");A?f.unshift(A.object):h=o(m,"has no list head"),m=S&&S.subject}h?e=!1:g&&(r[g[_].value]=f)}),e&&i.removeQuads(l),r}function bf(i,e,n){const r=document.createElement("div");r.classList.add("shacl-or-constraint");const o=[];if(e instanceof Hn){const a=[];let l=!1;i.length&&(l=n.store.countQuads(i[0],Ds,null,null)>0);for(let h=0;h<i.length;h++)if(l){const g=n.store.getObjects(i[h],Ds,null),_=[];let d="";for(const m of g){const b=new js(m,e,n);_.push(b),d+=(d.length>1?" / ":"")+b.template.label}a.push(_),o.push({label:d,value:h.toString()})}else{const g=new js(i[h],e,n);a.push([g]),o.push({label:g.template.label,value:h.toString()})}const u=n.theme.createListEditor("Please choose",null,!1,o),f=u.querySelector(".editor");f.onchange=()=>{if(f.value){const h=a[parseInt(f.value)];let g;h.length&&(g=h[0],r.replaceWith(h[0]));for(let _=1;_<h.length;_++)g.after(h[_]),g=h[_]}},r.appendChild(u)}else{const a=[];for(let f=0;f<i.length;f++){const h=n.store.getQuads(i[f],null,null,null);h.length&&(a.push(h),o.push({label:Vr(h,n.languages)||_l(h[0].predicate.value,n.prefixes)+" = "+_l(h[0].object.value,n.prefixes),value:f.toString()}))}const l=n.theme.createListEditor(e.template.label+"?",null,!1,o,e.template),u=l.querySelector(".editor");u.onchange=()=>{u.value&&r.replaceWith(Rs(e.template.clone().merge(a[parseInt(u.value)]),void 0,!0))},r.appendChild(l)}return r}function Xg(i,e,n){if(e instanceof rn){const r=e.datatype;for(const o of i){const a=n.store.getQuads(o,null,null,null);for(const l of a)if(l.predicate.value===`${Fe}datatype`&&l.object.equals(r))return a}}else{const r=n.store.getObjects(e,Nt,null);for(const o of i){const a=n.store.getQuads(o,null,null,null);for(const l of a)if(r.length>0){if(l.predicate.value===`${Fe}node`){for(const u of r)if(n.store.getQuads(l.object,Oi,u,null).length>0)return a}if(l.predicate.equals(Dl)){for(const u of r)if(l.object.equals(u))return a}}else if(l.predicate.equals(Vg)&&l.object.equals(Ug))return a}}return console.error("couldn't resolve sh:or/sh:xone on property for value",e),[]}function Qg(i,e,n){for(const r of i){let o=!1;const a=n.store.getObjects(r,Ds,null);for(const l of a){const u=n.store.getObjects(l,`${Fe}path`,null);for(const f of u)if(o=n.store.countQuads(e,f,null,null)>0,o)break}if(o)return a}return console.error("couldn't resolve sh:or/sh:xone on node for value",e),[]}const Jg={[`${Fe}name`]:(i,e)=>{const n=e;i.name=Fc(i.config.languages,i.name,n)},[`${Fe}description`]:(i,e)=>{const n=e;i.description=Fc(i.config.languages,i.description,n)},[`${Fe}path`]:(i,e)=>{i.path=e.value},[`${Fe}node`]:(i,e)=>{i.node=e},[`${Fe}datatype`]:(i,e)=>{i.datatype=e},[`${Fe}nodeKind`]:(i,e)=>{i.nodeKind=e},[`${Fe}minCount`]:(i,e)=>{i.minCount=parseInt(e.value)},[`${Fe}maxCount`]:(i,e)=>{i.maxCount=parseInt(e.value)},[`${Fe}minLength`]:(i,e)=>{i.minLength=parseInt(e.value)},[`${Fe}maxLength`]:(i,e)=>{i.maxLength=parseInt(e.value)},[`${Fe}minInclusive`]:(i,e)=>{i.minInclusive=parseInt(e.value)},[`${Fe}maxInclusive`]:(i,e)=>{i.maxInclusive=parseInt(e.value)},[`${Fe}minExclusive`]:(i,e)=>{i.minExclusive=parseInt(e.value)},[`${Fe}maxExclusive`]:(i,e)=>{i.maxExclusive=parseInt(e.value)},[`${Fe}pattern`]:(i,e)=>{i.pattern=e.value},[`${Fe}order`]:(i,e)=>{i.order=parseInt(e.value)},[`${Dc}singleLine`]:(i,e)=>{i.singleLine=e.value==="true"},[`${Dc}readonly`]:(i,e)=>{i.readonly=e.value==="true"},[`${jg}styleClass`]:(i,e)=>{i.cssClass=e.value},[`${Fe}and`]:(i,e)=>{i.shaclAnd=e.value},[`${Fe}in`]:(i,e)=>{i.shaclIn=e.value},[`${Fe}languageIn`]:(i,e)=>{i.languageIn=i.config.lists[e.value],i.datatype=Ue.namedNode(Bn+"langString")},[`${Fe}defaultValue`]:(i,e)=>{i.defaultValue=e},[`${Fe}hasValue`]:(i,e)=>{i.hasValue=e},[`${Fe}qualifiedValueShape`]:(i,e)=>{i.qualifiedValueShape=e},[`${Fe}qualifiedMinCount`]:(i,e)=>{i.minCount=parseInt(e.value)},[`${Fe}qualifiedMaxCount`]:(i,e)=>{i.maxCount=parseInt(e.value)},[Ml.id]:(i,e)=>{i.owlImports.push(e)},[Dl.id]:(i,e)=>{i.class=e;const n=i.config.store.getSubjects(Oi,e,null);n.length>0&&(i.node=n[0])},[`${Fe}or`]:(i,e)=>{const n=i.config.lists[e.value];n?.length?i.shaclOr=n:console.error("list for sh:or not found:",e.value,"existing lists:",i.config.lists)},[`${Fe}xone`]:(i,e)=>{const n=i.config.lists[e.value];n?.length?i.shaclXone=n:console.error("list for sh:xone not found:",e.value,"existing lists:",i.config.lists)}};class Kg{constructor(e,n,r){this.label="",this.owlImports=[],this.extendedShapes=[],this.parent=n,this.config=r,this.merge(e),this.qualifiedValueShape&&this.merge(r.store.getQuads(this.qualifiedValueShape,null,null,null))}merge(e){for(const n of e)Jg[n.predicate.id]?.call(this,this,n.object);if(this.label=this.name?.value||Vr(e,this.config.languages),!this.label&&!this.shaclAnd&&(this.label=this.path?_l(this.path,this.config.prefixes):"unknown"),this.node&&this.extendedShapes.push(this.node),this.shaclAnd){const n=this.config.lists[this.shaclAnd];if(n?.length)for(const r of n)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 Yg=`form { display:block; --label-width: 8em; --caret-size: 10px; }
28
28
  form.mode-edit { padding-left: 1em; }
29
29
  form, form * { box-sizing: border-box; }
30
30
  shacl-node, .collapsible::part(content) { display: flex; flex-direction: column; width: 100%; position: relative; }
@@ -73,7 +73,7 @@ a, a:visited { color: inherit; }
73
73
  .ref-link { cursor: pointer; }
74
74
  .ref-link:hover { text-decoration: underline; }
75
75
  .node-id-display { color: #999; font-size: 11px; }`;class em{constructor(e){let n=Yg;e&&(n+=`
76
- `+e),this.stylesheet=new CSSStyleSheet,this.stylesheet.replaceSync(n)}apply(e){}createViewer(e,n,r){const o=document.createElement("div"),a=document.createElement("label");a.innerHTML=e+":",r.description&&a.setAttribute("title",r.description.value),o.appendChild(a);let l=n.value,u=null;if(n instanceof Di){const h=r.config.store.getQuads(l,null,null,null);if(h.length){const g=Vr(h,r.config.languages);g&&(l=g)}}else n instanceof rn&&(n.language?(u=document.createElement("span"),u.classList.add("lang"),u.innerText=`@${n.language}`):n.datatype.value===`${Un}date`?l=new Date(Date.parse(n.value)).toDateString():n.datatype.value===`${Un}dateTime`&&(l=new Date(Date.parse(n.value)).toLocaleString()));let f;return yl(n.value)?(f=document.createElement("a"),f.setAttribute("href",n.value)):f=document.createElement("div"),f.classList.add("d-flex"),f.innerText=l,u&&f.appendChild(u),o.appendChild(f),o}}function wf(i,e,n){if(n){const r=i.minCount!==void 0&&i.minCount>0;if(i.class)return i.config.theme.createListEditor(i.label,e,r,Ol(i.class,i),i);if(i.shaclIn){const o=i.config.lists[i.shaclIn];if(o?.length){const a=yf(o,i.config.store,i.config.languages);return i.config.theme.createListEditor(i.label,e,r,a,i)}else console.error("list not found:",i.shaclIn,"existing lists:",i.config.lists)}if(i.datatype?.value===`${Bn}langString`||i.languageIn?.length)return i.config.theme.createLangStringEditor(i.label,e,r,i);switch(i.datatype?.value.replace(Un,"")){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 tm(i,e,n){if(e==="application/ld+json")return nm(i);{const r=new Il({format:e,prefixes:n});r.addQuads(i);let o="";return r.end((a,l)=>{a&&console.error(a),o=l}),o}}function nm(i){const e=[];for(const n of i){const r={"@id":n.subject.id};if(n.predicate===It)r["@type"]=n.object.id;else{let o=n.object.value;n.object instanceof rn?n.object.language?o={"@language":n.object.language,"@value":n.object.value}:n.object.datatype&&n.object.datatype.value!==`${Un}#string`&&(o={"@type":n.object.datatype.value,"@value":n.object.value}):o={"@id":n.object.id},r[n.predicate.value]=o}e.push(r)}return JSON.stringify(e)}function im(i){let e=i.shaclDatatype,n=i.value;if(n){if(n.startsWith("<")&&n.endsWith(">")&&n.indexOf(":")>-1)return Ue.namedNode(n.substring(1,n.length-1));if(i.dataset.class||i.dataset.nodeKind===Fe+"IRI")return Ue.namedNode(n);if(i.dataset.link)return JSON.parse(i.dataset.link);if(i.dataset.lang?e=i.dataset.lang:i.type==="number"?n=parseFloat(n):i.type==="file"&&i.binaryData?n=i.binaryData:i.type==="datetime-local"&&(n=new Date(n).toISOString().slice(0,19)),!e&&typeof n=="string"){let r=n.split("^^");r.length===2&&r[0].startsWith('"')&&r[0].endsWith('"')&&r[1].split(":").length===2?(n=r[0].substring(1,r[0].length-1),e=Ue.namedNode(r[1])):(r=n.split("@"),r.length===2&&r[0].startsWith('"')&&r[0].endsWith('"')&&(n=r[0].substring(1,r[0].length-1),e=r[1]))}return Ue.literal(n,e)}else if((i.type==="checkbox"||i.getAttribute("type")==="checkbox")&&(i.checked||parseInt(i.dataset.minCount||"0")>0))return Ue.literal(i.checked?"true":"false",e)}const Or={};function rm(i){i.predicate===void 0&&i.datatype===void 0?console.warn('not registering plugin because it does neither define "predicate" nor "datatype"',i):Or[`${i.predicate}^${i.datatype}`]=i}function sm(){return Object.entries(Or).map(i=>i[1])}function om(i,e){let n=Or[`${i}^${e}`];return n||(n=Or[`${i}^undefined`],n)?n:Or[`undefined^${e}`]}class xf{constructor(e,n){this.predicate=e.predicate,this.datatype=e.datatype,n&&(this.stylesheet=new CSSStyleSheet,this.stylesheet.replaceSync(n))}createViewer(e,n){return e.config.theme.createViewer(e.label,n,e)}}/**
76
+ `+e),this.stylesheet=new CSSStyleSheet,this.stylesheet.replaceSync(n)}apply(e){}createViewer(e,n,r){const o=document.createElement("div"),a=document.createElement("label");a.innerHTML=e+":",r.description&&a.setAttribute("title",r.description.value),o.appendChild(a);let l=n.value,u=null;if(n instanceof Di){const h=r.config.store.getQuads(l,null,null,null);if(h.length){const g=Vr(h,r.config.languages);g&&(l=g)}}else n instanceof rn&&(n.language?(u=document.createElement("span"),u.classList.add("lang"),u.innerText=`@${n.language}`):n.datatype.value===`${Un}date`?l=new Date(Date.parse(n.value)).toDateString():n.datatype.value===`${Un}dateTime`&&(l=new Date(Date.parse(n.value)).toLocaleString()));let f;return yl(n.value)?(f=document.createElement("a"),f.setAttribute("href",n.value)):f=document.createElement("div"),f.classList.add("d-flex"),f.innerText=l,u&&f.appendChild(u),o.appendChild(f),o}}function wf(i,e,n){if(n){const r=i.minCount!==void 0&&i.minCount>0;if(i.class)return i.config.theme.createListEditor(i.label,e,r,Ol(i.class,i),i);if(i.shaclIn){const o=i.config.lists[i.shaclIn];if(o?.length){const a=yf(o,i.config.store,i.config.languages);return i.config.theme.createListEditor(i.label,e,r,a,i)}else console.error("list not found:",i.shaclIn,"existing lists:",i.config.lists)}if(i.datatype?.value===`${Bn}langString`||i.languageIn?.length)return i.config.theme.createLangStringEditor(i.label,e,r,i);switch(i.datatype?.value.replace(Un,"")){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 tm(i,e,n){if(e==="application/ld+json")return nm(i);{const r=new Il({format:e,prefixes:n});r.addQuads(i);let o="";return r.end((a,l)=>{a&&console.error(a),o=l}),o}}function nm(i){const e=[];for(const n of i){const r={"@id":n.subject.id};if(n.predicate===Nt)r["@type"]=n.object.id;else{let o=n.object.value;n.object instanceof rn?n.object.language?o={"@language":n.object.language,"@value":n.object.value}:n.object.datatype&&n.object.datatype.value!==`${Un}#string`&&(o={"@type":n.object.datatype.value,"@value":n.object.value}):o={"@id":n.object.id},r[n.predicate.value]=o}e.push(r)}return JSON.stringify(e)}function im(i){let e=i.shaclDatatype,n=i.value;if(n){if(n.startsWith("<")&&n.endsWith(">")&&n.indexOf(":")>-1)return Ue.namedNode(n.substring(1,n.length-1));if(i.dataset.class||i.dataset.nodeKind===Fe+"IRI")return Ue.namedNode(n);if(i.dataset.link)return JSON.parse(i.dataset.link);if(i.dataset.lang?e=i.dataset.lang:i.type==="number"?n=parseFloat(n):i.type==="file"&&i.binaryData?n=i.binaryData:i.type==="datetime-local"&&(n=new Date(n).toISOString().slice(0,19)),!e&&typeof n=="string"){let r=n.split("^^");r.length===2&&r[0].startsWith('"')&&r[0].endsWith('"')&&r[1].split(":").length===2?(n=r[0].substring(1,r[0].length-1),e=Ue.namedNode(r[1])):(r=n.split("@"),r.length===2&&r[0].startsWith('"')&&r[0].endsWith('"')&&(n=r[0].substring(1,r[0].length-1),e=r[1]))}return Ue.literal(n,e)}else if((i.type==="checkbox"||i.getAttribute("type")==="checkbox")&&(i.checked||parseInt(i.dataset.minCount||"0")>0))return Ue.literal(i.checked?"true":"false",e)}const Or={};function rm(i){i.predicate===void 0&&i.datatype===void 0?console.warn('not registering plugin because it does neither define "predicate" nor "datatype"',i):Or[`${i.predicate}^${i.datatype}`]=i}function sm(){return Object.entries(Or).map(i=>i[1])}function om(i,e){let n=Or[`${i}^${e}`];return n||(n=Or[`${i}^undefined`],n)?n:Or[`undefined^${e}`]}class xf{constructor(e,n){this.predicate=e.predicate,this.datatype=e.datatype,n&&(this.stylesheet=new CSSStyleSheet,this.stylesheet.replaceSync(n))}createViewer(e,n){return e.config.theme.createViewer(e.label,n,e)}}/**
77
77
  * @license
78
78
  * Copyright 2019 Google LLC
79
79
  * SPDX-License-Identifier: BSD-3-Clause
@@ -87,7 +87,7 @@ a, a:visited { color: inherit; }
87
87
  * SPDX-License-Identifier: BSD-3-Clause
88
88
  */const $l=globalThis,Os=$l.trustedTypes,zc=Os?Os.createPolicy("lit-html",{createHTML:i=>i}):void 0,Tf="$lit$",qn=`lit$${Math.random().toFixed(9).slice(2)}$`,Lf="?"+qn,_m=`<${Lf}>`,pi=document,Br=()=>pi.createComment(""),qr=i=>i===null||typeof i!="object"&&typeof i!="function",Bl=Array.isArray,ym=i=>Bl(i)||typeof i?.[Symbol.iterator]=="function",ta=`[
89
89
  \f\r]`,hr=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,Uc=/-->/g,Hc=/>/g,ni=RegExp(`>|${ta}(?:([^\\s"'>=/]+)(${ta}*=${ta}*(?:[^
90
- \f\r"'\`<>=]|("|')|))|$)`,"g"),Vc=/'/g,Gc=/"/g,If=/^(?:script|style|textarea|title)$/i,vm=i=>(e,...n)=>({_$litType$:i,strings:e,values:n}),$t=vm(1),Fi=Symbol.for("lit-noChange"),pt=Symbol.for("lit-nothing"),Wc=new WeakMap,hi=pi.createTreeWalker(pi,129);function Nf(i,e){if(!Bl(i)||!i.hasOwnProperty("raw"))throw Error("invalid template strings array");return zc!==void 0?zc.createHTML(e):e}const bm=(i,e)=>{const n=i.length-1,r=[];let o,a=e===2?"<svg>":e===3?"<math>":"",l=hr;for(let u=0;u<n;u++){const f=i[u];let h,g,_=-1,d=0;for(;d<f.length&&(l.lastIndex=d,g=l.exec(f),g!==null);)d=l.lastIndex,l===hr?g[1]==="!--"?l=Uc:g[1]!==void 0?l=Hc:g[2]!==void 0?(If.test(g[2])&&(o=RegExp("</"+g[2],"g")),l=ni):g[3]!==void 0&&(l=ni):l===ni?g[0]===">"?(l=o??hr,_=-1):g[1]===void 0?_=-2:(_=l.lastIndex-g[2].length,h=g[1],l=g[3]===void 0?ni:g[3]==='"'?Gc:Vc):l===Gc||l===Vc?l=ni:l===Uc||l===Hc?l=hr:(l=ni,o=void 0);const m=l===ni&&i[u+1].startsWith("/>")?" ":"";a+=l===hr?f+_m:_>=0?(r.push(h),f.slice(0,_)+Tf+f.slice(_)+qn+m):f+qn+(_===-2?u:m)}return[Nf(i,a+(i[n]||"<?>")+(e===2?"</svg>":e===3?"</math>":"")),r]};let bl=class Af{constructor({strings:e,_$litType$:n},r){let o;this.parts=[];let a=0,l=0;const u=e.length-1,f=this.parts,[h,g]=bm(e,n);if(this.el=Af.createElement(h,r),hi.currentNode=this.el.content,n===2||n===3){const _=this.el.content.firstChild;_.replaceWith(..._.childNodes)}for(;(o=hi.nextNode())!==null&&f.length<u;){if(o.nodeType===1){if(o.hasAttributes())for(const _ of o.getAttributeNames())if(_.endsWith(Tf)){const d=g[l++],m=o.getAttribute(_).split(qn),b=/([.?@])?(.*)/.exec(d);f.push({type:1,index:a,name:b[2],strings:m,ctor:b[1]==="."?xm:b[1]==="?"?Em:b[1]==="@"?Sm:Ws}),o.removeAttribute(_)}else _.startsWith(qn)&&(f.push({type:6,index:a}),o.removeAttribute(_));if(If.test(o.tagName)){const _=o.textContent.split(qn),d=_.length-1;if(d>0){o.textContent=Os?Os.emptyScript:"";for(let m=0;m<d;m++)o.append(_[m],Br()),hi.nextNode(),f.push({type:2,index:++a});o.append(_[d],Br())}}}else if(o.nodeType===8)if(o.data===Lf)f.push({type:2,index:a});else{let _=-1;for(;(_=o.data.indexOf(qn,_+1))!==-1;)f.push({type:7,index:a}),_+=qn.length-1}a++}}static createElement(e,n){const r=pi.createElement("template");return r.innerHTML=e,r}};function ji(i,e,n=i,r){if(e===Fi)return e;let o=r!==void 0?n._$Co?.[r]:n._$Cl;const a=qr(e)?void 0:e._$litDirective$;return o?.constructor!==a&&(o?._$AO?.(!1),a===void 0?o=void 0:(o=new a(i),o._$AT(i,n,r)),r!==void 0?(n._$Co??=[])[r]=o:n._$Cl=o),o!==void 0&&(e=ji(i,o._$AS(i,e.values),o,r)),e}class wm{constructor(e,n){this._$AV=[],this._$AN=void 0,this._$AD=e,this._$AM=n}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(e){const{el:{content:n},parts:r}=this._$AD,o=(e?.creationScope??pi).importNode(n,!0);hi.currentNode=o;let a=hi.nextNode(),l=0,u=0,f=r[0];for(;f!==void 0;){if(l===f.index){let h;f.type===2?h=new ql(a,a.nextSibling,this,e):f.type===1?h=new f.ctor(a,f.name,f.strings,this,e):f.type===6&&(h=new Tm(a,this,e)),this._$AV.push(h),f=r[++u]}l!==f?.index&&(a=hi.nextNode(),l++)}return hi.currentNode=pi,o}p(e){let n=0;for(const r of this._$AV)r!==void 0&&(r.strings!==void 0?(r._$AI(e,r,n),n+=r.strings.length-2):r._$AI(e[n])),n++}}let ql=class Rf{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(e,n,r,o){this.type=2,this._$AH=pt,this._$AN=void 0,this._$AA=e,this._$AB=n,this._$AM=r,this.options=o,this._$Cv=o?.isConnected??!0}get parentNode(){let e=this._$AA.parentNode;const n=this._$AM;return n!==void 0&&e?.nodeType===11&&(e=n.parentNode),e}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(e,n=this){e=ji(this,e,n),qr(e)?e===pt||e==null||e===""?(this._$AH!==pt&&this._$AR(),this._$AH=pt):e!==this._$AH&&e!==Fi&&this._(e):e._$litType$!==void 0?this.$(e):e.nodeType!==void 0?this.T(e):ym(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!==pt&&qr(this._$AH)?this._$AA.nextSibling.data=e:this.T(pi.createTextNode(e)),this._$AH=e}$(e){const{values:n,_$litType$:r}=e,o=typeof r=="number"?this._$AC(e):(r.el===void 0&&(r.el=bl.createElement(Nf(r.h,r.h[0]),this.options)),r);if(this._$AH?._$AD===o)this._$AH.p(n);else{const a=new wm(o,this),l=a.u(this.options);a.p(n),this.T(l),this._$AH=a}}_$AC(e){let n=Wc.get(e.strings);return n===void 0&&Wc.set(e.strings,n=new bl(e)),n}k(e){Bl(this._$AH)||(this._$AH=[],this._$AR());const n=this._$AH;let r,o=0;for(const a of e)o===n.length?n.push(r=new Rf(this.O(Br()),this.O(Br()),this,this.options)):r=n[o],r._$AI(a),o++;o<n.length&&(this._$AR(r&&r._$AB.nextSibling,o),n.length=o)}_$AR(e=this._$AA.nextSibling,n){for(this._$AP?.(!1,!0,n);e!==this._$AB;){const r=e.nextSibling;e.remove(),e=r}}setConnected(e){this._$AM===void 0&&(this._$Cv=e,this._$AP?.(e))}},Ws=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(e,n,r,o,a){this.type=1,this._$AH=pt,this._$AN=void 0,this.element=e,this.name=n,this._$AM=o,this.options=a,r.length>2||r[0]!==""||r[1]!==""?(this._$AH=Array(r.length-1).fill(new String),this.strings=r):this._$AH=pt}_$AI(e,n=this,r,o){const a=this.strings;let l=!1;if(a===void 0)e=ji(this,e,n,0),l=!qr(e)||e!==this._$AH&&e!==Fi,l&&(this._$AH=e);else{const u=e;let f,h;for(e=a[0],f=0;f<a.length-1;f++)h=ji(this,u[r+f],n,f),h===Fi&&(h=this._$AH[f]),l||=!qr(h)||h!==this._$AH[f],h===pt?e=pt:e!==pt&&(e+=(h??"")+a[f+1]),this._$AH[f]=h}l&&!o&&this.j(e)}j(e){e===pt?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,e??"")}},xm=class extends Ws{constructor(){super(...arguments),this.type=3}j(e){this.element[this.name]=e===pt?void 0:e}},Em=class extends Ws{constructor(){super(...arguments),this.type=4}j(e){this.element.toggleAttribute(this.name,!!e&&e!==pt)}},Sm=class extends Ws{constructor(e,n,r,o,a){super(e,n,r,o,a),this.type=5}_$AI(e,n=this){if((e=ji(this,e,n,0)??pt)===Fi)return;const r=this._$AH,o=e===pt&&r!==pt||e.capture!==r.capture||e.once!==r.once||e.passive!==r.passive,a=e!==pt&&(r===pt||o);o&&this.element.removeEventListener(this.name,this,r),a&&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)}},Tm=class{constructor(e,n,r){this.element=e,this.type=6,this._$AN=void 0,this._$AM=n,this.options=r}get _$AU(){return this._$AM._$AU}_$AI(e){ji(this,e)}};const Lm=$l.litHtmlPolyfillSupport;Lm?.(bl,ql),($l.litHtmlVersions??=[]).push("3.3.1");const Im=(i,e,n)=>{const r=n?.renderBefore??e;let o=r._$litPart$;if(o===void 0){const a=n?.renderBefore??null;r._$litPart$=o=new ql(e.insertBefore(Br(),a),a,void 0,n??{})}return o._$AI(i),o};/**
90
+ \f\r"'\`<>=]|("|')|))|$)`,"g"),Vc=/'/g,Gc=/"/g,If=/^(?:script|style|textarea|title)$/i,vm=i=>(e,...n)=>({_$litType$:i,strings:e,values:n}),Bt=vm(1),Fi=Symbol.for("lit-noChange"),pt=Symbol.for("lit-nothing"),Wc=new WeakMap,hi=pi.createTreeWalker(pi,129);function Nf(i,e){if(!Bl(i)||!i.hasOwnProperty("raw"))throw Error("invalid template strings array");return zc!==void 0?zc.createHTML(e):e}const bm=(i,e)=>{const n=i.length-1,r=[];let o,a=e===2?"<svg>":e===3?"<math>":"",l=hr;for(let u=0;u<n;u++){const f=i[u];let h,g,_=-1,d=0;for(;d<f.length&&(l.lastIndex=d,g=l.exec(f),g!==null);)d=l.lastIndex,l===hr?g[1]==="!--"?l=Uc:g[1]!==void 0?l=Hc:g[2]!==void 0?(If.test(g[2])&&(o=RegExp("</"+g[2],"g")),l=ni):g[3]!==void 0&&(l=ni):l===ni?g[0]===">"?(l=o??hr,_=-1):g[1]===void 0?_=-2:(_=l.lastIndex-g[2].length,h=g[1],l=g[3]===void 0?ni:g[3]==='"'?Gc:Vc):l===Gc||l===Vc?l=ni:l===Uc||l===Hc?l=hr:(l=ni,o=void 0);const m=l===ni&&i[u+1].startsWith("/>")?" ":"";a+=l===hr?f+_m:_>=0?(r.push(h),f.slice(0,_)+Tf+f.slice(_)+qn+m):f+qn+(_===-2?u:m)}return[Nf(i,a+(i[n]||"<?>")+(e===2?"</svg>":e===3?"</math>":"")),r]};let bl=class Af{constructor({strings:e,_$litType$:n},r){let o;this.parts=[];let a=0,l=0;const u=e.length-1,f=this.parts,[h,g]=bm(e,n);if(this.el=Af.createElement(h,r),hi.currentNode=this.el.content,n===2||n===3){const _=this.el.content.firstChild;_.replaceWith(..._.childNodes)}for(;(o=hi.nextNode())!==null&&f.length<u;){if(o.nodeType===1){if(o.hasAttributes())for(const _ of o.getAttributeNames())if(_.endsWith(Tf)){const d=g[l++],m=o.getAttribute(_).split(qn),b=/([.?@])?(.*)/.exec(d);f.push({type:1,index:a,name:b[2],strings:m,ctor:b[1]==="."?xm:b[1]==="?"?Em:b[1]==="@"?Sm:Ws}),o.removeAttribute(_)}else _.startsWith(qn)&&(f.push({type:6,index:a}),o.removeAttribute(_));if(If.test(o.tagName)){const _=o.textContent.split(qn),d=_.length-1;if(d>0){o.textContent=Os?Os.emptyScript:"";for(let m=0;m<d;m++)o.append(_[m],Br()),hi.nextNode(),f.push({type:2,index:++a});o.append(_[d],Br())}}}else if(o.nodeType===8)if(o.data===Lf)f.push({type:2,index:a});else{let _=-1;for(;(_=o.data.indexOf(qn,_+1))!==-1;)f.push({type:7,index:a}),_+=qn.length-1}a++}}static createElement(e,n){const r=pi.createElement("template");return r.innerHTML=e,r}};function ji(i,e,n=i,r){if(e===Fi)return e;let o=r!==void 0?n._$Co?.[r]:n._$Cl;const a=qr(e)?void 0:e._$litDirective$;return o?.constructor!==a&&(o?._$AO?.(!1),a===void 0?o=void 0:(o=new a(i),o._$AT(i,n,r)),r!==void 0?(n._$Co??=[])[r]=o:n._$Cl=o),o!==void 0&&(e=ji(i,o._$AS(i,e.values),o,r)),e}class wm{constructor(e,n){this._$AV=[],this._$AN=void 0,this._$AD=e,this._$AM=n}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(e){const{el:{content:n},parts:r}=this._$AD,o=(e?.creationScope??pi).importNode(n,!0);hi.currentNode=o;let a=hi.nextNode(),l=0,u=0,f=r[0];for(;f!==void 0;){if(l===f.index){let h;f.type===2?h=new ql(a,a.nextSibling,this,e):f.type===1?h=new f.ctor(a,f.name,f.strings,this,e):f.type===6&&(h=new Tm(a,this,e)),this._$AV.push(h),f=r[++u]}l!==f?.index&&(a=hi.nextNode(),l++)}return hi.currentNode=pi,o}p(e){let n=0;for(const r of this._$AV)r!==void 0&&(r.strings!==void 0?(r._$AI(e,r,n),n+=r.strings.length-2):r._$AI(e[n])),n++}}let ql=class Rf{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(e,n,r,o){this.type=2,this._$AH=pt,this._$AN=void 0,this._$AA=e,this._$AB=n,this._$AM=r,this.options=o,this._$Cv=o?.isConnected??!0}get parentNode(){let e=this._$AA.parentNode;const n=this._$AM;return n!==void 0&&e?.nodeType===11&&(e=n.parentNode),e}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(e,n=this){e=ji(this,e,n),qr(e)?e===pt||e==null||e===""?(this._$AH!==pt&&this._$AR(),this._$AH=pt):e!==this._$AH&&e!==Fi&&this._(e):e._$litType$!==void 0?this.$(e):e.nodeType!==void 0?this.T(e):ym(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!==pt&&qr(this._$AH)?this._$AA.nextSibling.data=e:this.T(pi.createTextNode(e)),this._$AH=e}$(e){const{values:n,_$litType$:r}=e,o=typeof r=="number"?this._$AC(e):(r.el===void 0&&(r.el=bl.createElement(Nf(r.h,r.h[0]),this.options)),r);if(this._$AH?._$AD===o)this._$AH.p(n);else{const a=new wm(o,this),l=a.u(this.options);a.p(n),this.T(l),this._$AH=a}}_$AC(e){let n=Wc.get(e.strings);return n===void 0&&Wc.set(e.strings,n=new bl(e)),n}k(e){Bl(this._$AH)||(this._$AH=[],this._$AR());const n=this._$AH;let r,o=0;for(const a of e)o===n.length?n.push(r=new Rf(this.O(Br()),this.O(Br()),this,this.options)):r=n[o],r._$AI(a),o++;o<n.length&&(this._$AR(r&&r._$AB.nextSibling,o),n.length=o)}_$AR(e=this._$AA.nextSibling,n){for(this._$AP?.(!1,!0,n);e!==this._$AB;){const r=e.nextSibling;e.remove(),e=r}}setConnected(e){this._$AM===void 0&&(this._$Cv=e,this._$AP?.(e))}},Ws=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(e,n,r,o,a){this.type=1,this._$AH=pt,this._$AN=void 0,this.element=e,this.name=n,this._$AM=o,this.options=a,r.length>2||r[0]!==""||r[1]!==""?(this._$AH=Array(r.length-1).fill(new String),this.strings=r):this._$AH=pt}_$AI(e,n=this,r,o){const a=this.strings;let l=!1;if(a===void 0)e=ji(this,e,n,0),l=!qr(e)||e!==this._$AH&&e!==Fi,l&&(this._$AH=e);else{const u=e;let f,h;for(e=a[0],f=0;f<a.length-1;f++)h=ji(this,u[r+f],n,f),h===Fi&&(h=this._$AH[f]),l||=!qr(h)||h!==this._$AH[f],h===pt?e=pt:e!==pt&&(e+=(h??"")+a[f+1]),this._$AH[f]=h}l&&!o&&this.j(e)}j(e){e===pt?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,e??"")}},xm=class extends Ws{constructor(){super(...arguments),this.type=3}j(e){this.element[this.name]=e===pt?void 0:e}};class Em extends Ws{constructor(){super(...arguments),this.type=4}j(e){this.element.toggleAttribute(this.name,!!e&&e!==pt)}}let Sm=class extends Ws{constructor(e,n,r,o,a){super(e,n,r,o,a),this.type=5}_$AI(e,n=this){if((e=ji(this,e,n,0)??pt)===Fi)return;const r=this._$AH,o=e===pt&&r!==pt||e.capture!==r.capture||e.once!==r.once||e.passive!==r.passive,a=e!==pt&&(r===pt||o);o&&this.element.removeEventListener(this.name,this,r),a&&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)}},Tm=class{constructor(e,n,r){this.element=e,this.type=6,this._$AN=void 0,this._$AM=n,this.options=r}get _$AU(){return this._$AM._$AU}_$AI(e){ji(this,e)}};const Lm=$l.litHtmlPolyfillSupport;Lm?.(bl,ql),($l.litHtmlVersions??=[]).push("3.3.1");const Im=(i,e,n)=>{const r=n?.renderBefore??e;let o=r._$litPart$;if(o===void 0){const a=n?.renderBefore??null;r._$litPart$=o=new ql(e.insertBefore(Br(),a),a,void 0,n??{})}return o._$AI(i),o};/**
91
91
  * @license
92
92
  * Copyright 2017 Google LLC
93
93
  * SPDX-License-Identifier: BSD-3-Clause
@@ -95,7 +95,7 @@ a, a:visited { color: inherit; }
95
95
  * @license
96
96
  * Copyright 2017 Google LLC
97
97
  * SPDX-License-Identifier: BSD-3-Clause
98
- */const An=i=>(e,n)=>{n!==void 0?n.addInitializer(()=>{customElements.define(i,e)}):customElements.define(i,e)};/**
98
+ */const Rn=i=>(e,n)=>{n!==void 0?n.addInitializer(()=>{customElements.define(i,e)}):customElements.define(i,e)};/**
99
99
  * @license
100
100
  * Copyright 2019 Google LLC
101
101
  * SPDX-License-Identifier: BSD-3-Clause
@@ -119,7 +119,7 @@ a, a:visited { color: inherit; }
119
119
  * @license
120
120
  * Copyright 2017 Google LLC
121
121
  * SPDX-License-Identifier: BSD-3-Clause
122
- */function Bt(i,e){return(n,r,o)=>{const a=l=>l.renderRoot?.querySelector(i)??null;return Hm(n,r,{get(){return a(this)}})}}var Vm=Object.defineProperty,Gn=(i,e,n,r)=>{for(var o=void 0,a=i.length-1,l;a>=0;a--)(l=i[a])&&(o=l(e,n,o)||o);return o&&Vm(e,n,o),o};const wl=class extends fi{constructor(){super(...arguments),this.dense=!1}};wl.shadowRootOptions={...fi.shadowRootOptions,delegatesFocus:!0},wl.styles=[on`
122
+ */function qt(i,e){return(n,r,o)=>{const a=l=>l.renderRoot?.querySelector(i)??null;return Hm(n,r,{get(){return a(this)}})}}var Vm=Object.defineProperty,Gn=(i,e,n,r)=>{for(var o=void 0,a=i.length-1,l;a>=0;a--)(l=i[a])&&(o=l(e,n,o)||o);return o&&Vm(e,n,o),o};const wl=class extends fi{constructor(){super(...arguments),this.dense=!1}};wl.shadowRootOptions={...fi.shadowRootOptions,delegatesFocus:!0},wl.styles=[on`
123
123
  :host {
124
124
  /* color-scheme: light dark; */
125
125
  --rokit-primary-color-inner: var(--rokit-primary-color, #008877);
@@ -146,7 +146,7 @@ a, a:visited { color: inherit; }
146
146
  :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; }
147
147
  :host(:focus) { border-color: var(--rokit-primary-color-inner); }
148
148
  :host(.invalid) { border-color: var(--rokit-error-color-inner); }
149
- `];let ln=xl;Gn([je()],ln.prototype,"name");Gn([je()],ln.prototype,"value");Gn([je({type:Boolean})],ln.prototype,"clearable");Gn([je({type:Boolean})],ln.prototype,"required");Gn([je({type:Boolean})],ln.prototype,"disabled");Gn([je()],ln.prototype,"label");Gn([je()],ln.prototype,"placeholder");function Gm(i){const e=parseFloat(i),n=i.match(/m?s/);let r=0;if(n)switch(n[0]){case"s":r=e*1e3;break;case"ms":r=e;break;default:r=0;break}return r}var Wm=Object.defineProperty,Zm=Object.getOwnPropertyDescriptor,Mf=(i,e,n,r)=>{for(var o=r>1?void 0:r?Zm(e,n):e,a=i.length-1,l;a>=0;a--)(l=i[a])&&(o=(r?l(e,n,o):l(o))||o);return r&&o&&Wm(e,n,o),o};let $i=class extends an{constructor(){super(...arguments),this.icon=!1}render(){return $t`<a part="link"><slot><slot></a>`}};$i.styles=[...an.styles,on`
149
+ `];let ln=xl;Gn([je()],ln.prototype,"name");Gn([je()],ln.prototype,"value");Gn([je({type:Boolean})],ln.prototype,"clearable");Gn([je({type:Boolean})],ln.prototype,"required");Gn([je({type:Boolean})],ln.prototype,"disabled");Gn([je()],ln.prototype,"label");Gn([je()],ln.prototype,"placeholder");function Gm(i){const e=parseFloat(i),n=i.match(/m?s/);let r=0;if(n)switch(n[0]){case"s":r=e*1e3;break;case"ms":r=e;break;default:r=0;break}return r}var Wm=Object.defineProperty,Zm=Object.getOwnPropertyDescriptor,Mf=(i,e,n,r)=>{for(var o=r>1?void 0:r?Zm(e,n):e,a=i.length-1,l;a>=0;a--)(l=i[a])&&(o=(r?l(e,n,o):l(o))||o);return r&&o&&Wm(e,n,o),o};let $i=class extends an{constructor(){super(...arguments),this.icon=!1}render(){return Bt`<a part="link"><slot><slot></a>`}};$i.styles=[...an.styles,on`
150
150
  :host { display: inline-flex; }
151
151
  :host a { display: flex; min-width: 1em; height: 1em; padding: 0.5em; cursor: pointer; border-radius: 0.6em; align-items: center; justify-content: center; }
152
152
  :host(:not([icon])) a { background-color: var(--rokit-light-background-color-inner); box-shadow: 0 0 1px var(--rokit-shadow-color-inner); }
@@ -158,7 +158,7 @@ a, a:visited { color: inherit; }
158
158
  :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)); }
159
159
  :host(.caret.down) a:before { transform: translate(0.15em, 0.15em) rotate(225deg); }
160
160
  :host(.caret.right) a:before { transform: translate(0em, 0em) rotate(-45deg); }
161
- `];Mf([je({type:Boolean,reflect:!0})],$i.prototype,"icon",2);$i=Mf([An("rokit-button")],$i);var Xm=Object.defineProperty,Qm=Object.getOwnPropertyDescriptor,Df=i=>{throw TypeError(i)},Rn=(i,e,n,r)=>{for(var o=r>1?void 0:r?Qm(e,n):e,a=i.length-1,l;a>=0;a--)(l=i[a])&&(o=(r?l(e,n,o):l(o))||o);return r&&o&&Xm(e,n,o),o},Jm=(i,e,n)=>e.has(i)||Df("Cannot "+n),Kc=(i,e,n)=>(Jm(i,e,"read from private field"),n?n.call(i):e.get(i)),Km=(i,e,n)=>e.has(i)?Df("Cannot add the same private member more than once"):e instanceof WeakSet?e.add(i):e.set(i,n),Is;let Ct=class extends an{constructor(){super(...arguments),this.open=!1,this.disabled=!1,this.transitioning=!1,this.closedBeforeTransition=!1,Km(this,Is,new MutationObserver(()=>this.updateContentHeight())),this.onMouseDown=(()=>{this.closedBeforeTransition=!this.open&&!this.transitioning}).bind(this),this.onClick=(()=>{this.toggle(this.closedBeforeTransition,!0)}).bind(this)}firstUpdated(){this.transitionDuration=Gm(getComputedStyle(this).getPropertyValue("--rokit-transition-duration-inner")),new IntersectionObserver(i=>{i.length&&i[0].isIntersecting&&this.updateContentHeight()}).observe(this)}updated(i){i.has("transitioning")&&this.classList.toggle("transitioning",this.transitioning),i.has("disabled")&&(this.disabled?(this.header.removeEventListener("mousedown",this.onMouseDown),this.header.removeEventListener("click",this.onClick)):(this.header.addEventListener("mousedown",this.onMouseDown),this.header.addEventListener("click",this.onClick))),i.has("open")&&i.get("open")!==void 0&&!this.transitioning&&!this.disabled&&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();Kc(this,Is).disconnect();for(const e of i)Kc(this,Is).observe(e,{subtree:!0,childList:!0,characterData:!0,attributes:!0});this.updateContentHeight()}toggle(i=!this.open,e=!1){this.disabled||(this.transitioning=!0,this.open=i,this.toggleButton.classList.toggle("down",i),setTimeout(()=>{this.transitioning=!1,this.open&&e&&this.content.scrollIntoView({block:"nearest"})},this.transitionDuration))}render(){return $t`
161
+ `];Mf([je({type:Boolean,reflect:!0})],$i.prototype,"icon",2);$i=Mf([Rn("rokit-button")],$i);var Xm=Object.defineProperty,Qm=Object.getOwnPropertyDescriptor,Df=i=>{throw TypeError(i)},mn=(i,e,n,r)=>{for(var o=r>1?void 0:r?Qm(e,n):e,a=i.length-1,l;a>=0;a--)(l=i[a])&&(o=(r?l(e,n,o):l(o))||o);return r&&o&&Xm(e,n,o),o},Jm=(i,e,n)=>e.has(i)||Df("Cannot "+n),Kc=(i,e,n)=>(Jm(i,e,"read from private field"),n?n.call(i):e.get(i)),Km=(i,e,n)=>e.has(i)?Df("Cannot add the same private member more than once"):e instanceof WeakSet?e.add(i):e.set(i,n),Is;let At=class extends an{constructor(){super(...arguments),this.open=!1,this.disabled=!1,this.headerInactive=!1,this.transitioning=!1,this.closedBeforeTransition=!1,Km(this,Is,new MutationObserver(()=>this.updateContentHeight())),this.onMouseDown=(()=>{this.closedBeforeTransition=!this.open&&!this.transitioning}).bind(this),this.onClickToggles=(i=>{i.stopPropagation(),this.toggle(this.closedBeforeTransition,!0)}).bind(this),this.onClickOpens=(()=>{this.toggle(!0,!0)}).bind(this)}firstUpdated(){this.transitionDuration=Gm(getComputedStyle(this).getPropertyValue("--rokit-transition-duration-inner")),new IntersectionObserver(i=>{i.length&&i[0].isIntersecting&&this.updateContentHeight()}).observe(this)}updated(i){i.has("transitioning")&&this.classList.toggle("transitioning",this.transitioning),(i.has("disabled")||i.has("headerInactive"))&&(this.disabled?(this.header.removeEventListener("mousedown",this.onMouseDown),this.header.removeEventListener("click",this.onClickToggles),this.toggleButton.removeEventListener("mousedown",this.onMouseDown),this.toggleButton.removeEventListener("click",this.onClickToggles)):this.headerInactive?(this.toggleButton.addEventListener("mousedown",this.onMouseDown),this.toggleButton.addEventListener("click",this.onClickToggles),this.header.addEventListener("click",this.onClickOpens)):(this.header.addEventListener("mousedown",this.onMouseDown),this.header.addEventListener("click",this.onClickToggles))),i.has("open")&&!this.transitioning&&!this.disabled&&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();Kc(this,Is).disconnect();for(const e of i)Kc(this,Is).observe(e,{subtree:!0,childList:!0,characterData:!0,attributes:!0});this.updateContentHeight()}toggle(i=!this.open,e=!1){this.disabled||(this.transitioning=this.open!==i,this.open=i,this.toggleButton.classList.toggle("down",i),setTimeout(()=>{this.transitioning=!1,this.open&&e&&this.content.scrollIntoView({block:"nearest"})},this.transitionDuration))}render(){return Bt`
162
162
  <header part="header">
163
163
  <slot name="prefix" part="prefix"></slot>
164
164
  <span class="label"><slot name="label" part="label">${this.label}</slot></span>
@@ -169,7 +169,7 @@ a, a:visited { color: inherit; }
169
169
  <div id="content" part="content">
170
170
  <slot @slotchange=${this.onSlotChange}></slot>
171
171
  </div>
172
- `}};Is=new WeakMap;Ct.styles=[...an.styles,on`
172
+ `}};Is=new WeakMap;At.styles=[...an.styles,on`
173
173
  :host { display: flex; flex-direction: column; align-items: stretch; border-bottom: 2px solid var(--rokit-light-background-darker-color-inner); }
174
174
  :host header { cursor: pointer; }
175
175
  :host([dense]) header { padding: 2px 4px; }
@@ -181,18 +181,21 @@ a, a:visited { color: inherit; }
181
181
  .label { flex-grow: 1; overflow: hidden; }
182
182
  #content { display: flex; transition: max-height var(--rokit-transition-duration-inner) ease-in-out; position: relative; scrollbar-width: thin; }
183
183
  #toggle { margin-left: 3px; }
184
- `];Rn([je({type:Boolean,reflect:!0})],Ct.prototype,"open",2);Rn([je()],Ct.prototype,"label",2);Rn([je({reflect:!0})],Ct.prototype,"maxHeight",2);Rn([je({type:Boolean})],Ct.prototype,"disabled",2);Rn([Bt("#content")],Ct.prototype,"content",2);Rn([Bt("#toggle")],Ct.prototype,"toggleButton",2);Rn([Bt("header")],Ct.prototype,"header",2);Rn([Vl()],Ct.prototype,"transitioning",2);Ct=Rn([An("rokit-collapsible")],Ct);var Ym=Object.defineProperty,e_=Object.getOwnPropertyDescriptor,Of=i=>{throw TypeError(i)},qt=(i,e,n,r)=>{for(var o=r>1?void 0:r?e_(e,n):e,a=i.length-1,l;a>=0;a--)(l=i[a])&&(o=(r?l(e,n,o):l(o))||o);return r&&o&&Ym(e,n,o),o},Ff=(i,e,n)=>e.has(i)||Of("Cannot "+n),t_=(i,e,n)=>(Ff(i,e,"read from private field"),e.get(i)),n_=(i,e,n)=>e.has(i)?Of("Cannot add the same private member more than once"):e instanceof WeakSet?e.add(i):e.set(i,n),Yc=(i,e,n,r)=>(Ff(i,e,"write to private field"),e.set(i,n),n),Rr;let dt=class extends ln{constructor(){super(),this.type="text",this.readonly=!1,this.sticky=!1,this.minWidth=80,this.autoGrowLabelWidth=!1,n_(this,Rr,""),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")}),this.addEventListener("click",i=>{i.stopPropagation()})}firstUpdated(){Yc(this,Rr,this.value),this.inputElement.addEventListener("change",()=>{this.value=this.inputElement.value}),this.autoGrowLabelWidth&&new IntersectionObserver(i=>{i.length&&i[0].isIntersecting&&this.updateMinWidth()}).observe(this)}updateMinWidth(){const i=this.shadowRoot.querySelector(".wrapper");if(i){const e=this.shadowRoot?.querySelector("label")?.scrollWidth||0,n=this.minWidth>e?this.minWidth:e;i.style.minWidth=n>0?n+"px":""}}updated(i){i.has("label")&&(this.classList.toggle("has-label",this.label!==void 0),this.autoGrowLabelWidth&&this.updateMinWidth()),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!==t_(this,Rr)&&(Yc(this,Rr,this.value),this.dispatchEvent(new CustomEvent("change",{bubbles:!0}))))}clear(){this.inputElement.value="",this.value="",this.blur()}renderInput(){return $t`<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 $t`
184
+ `];mn([je({type:Boolean,reflect:!0})],At.prototype,"open",2);mn([je()],At.prototype,"label",2);mn([je({reflect:!0})],At.prototype,"maxHeight",2);mn([je({type:Boolean})],At.prototype,"disabled",2);mn([je({type:Boolean})],At.prototype,"headerInactive",2);mn([qt("#content")],At.prototype,"content",2);mn([qt("#toggle")],At.prototype,"toggleButton",2);mn([qt("header")],At.prototype,"header",2);mn([Vl()],At.prototype,"transitioning",2);At=mn([Rn("rokit-collapsible")],At);var Ym=Object.defineProperty,e_=Object.getOwnPropertyDescriptor,Of=i=>{throw TypeError(i)},Ft=(i,e,n,r)=>{for(var o=r>1?void 0:r?e_(e,n):e,a=i.length-1,l;a>=0;a--)(l=i[a])&&(o=(r?l(e,n,o):l(o))||o);return r&&o&&Ym(e,n,o),o},Ff=(i,e,n)=>e.has(i)||Of("Cannot "+n),t_=(i,e,n)=>(Ff(i,e,"read from private field"),e.get(i)),n_=(i,e,n)=>e.has(i)?Of("Cannot add the same private member more than once"):e instanceof WeakSet?e.add(i):e.set(i,n),Yc=(i,e,n,r)=>(Ff(i,e,"write to private field"),e.set(i,n),n),Rr;let dt=class extends ln{constructor(){super(),this.type="text",this.readonly=!1,this.sticky=!1,this.minWidth=80,this.autoGrowLabelWidth=!1,n_(this,Rr,""),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(){Yc(this,Rr,this.value),this.inputElement.addEventListener("change",()=>{this.value=this.inputElement.value}),this.autoGrowLabelWidth&&new IntersectionObserver(i=>{i.length&&i[0].isIntersecting&&this.updateMinWidth()}).observe(this)}updateMinWidth(){const i=this.shadowRoot.querySelector(".wrapper");if(i){const e=this.shadowRoot?.querySelector("label")?.scrollWidth||0,n=this.minWidth>e?this.minWidth:e;i.style.minWidth=n>0?n+"px":""}}updated(i){i.has("label")&&(this.classList.toggle("has-label",this.label!==void 0),this.autoGrowLabelWidth&&this.updateMinWidth()),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!==t_(this,Rr)&&(Yc(this,Rr,this.value),this.dispatchEvent(new CustomEvent("change",{bubbles:!0}))))}clear(){this.inputElement.value="",this.value="",this.blur()}renderInput(){return Bt`<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 Bt`
185
185
  <slot name="prefix" part="prefix"></slot>
186
186
  <div class="wrapper">
187
187
  <label for="input" part="label">${this.label}</label>
188
188
  ${this.renderInput()}
189
- ${this.clearable?$t`
189
+ ${this.clearable?Bt`
190
190
  <rokit-button class="clear" icon ?dense="${this.dense}" @mousedown="${i=>{i.preventDefault()}}" @click="${i=>{i.stopPropagation(),this.clear()}}" title="Clear"></rokit-button>
191
191
  `:pt}
192
192
  </div>
193
193
  <slot name="suffix" part="suffix"></slot>
194
+ <div class="supporting-text" part="supportingText">
195
+ <slot name="supportingText">${this.supportingText}</slot>
196
+ </div>
194
197
  `}};Rr=new WeakMap;dt.styles=[...ln.styles,on`
195
- :host { background-color: var(--rokit-light-background-color-inner); user-select: none; }
198
+ :host { background-color: var(--rokit-light-background-color-inner); user-select: none; flex-wrap: wrap; }
196
199
  :host([dense]) { padding: 2px 4px; }
197
200
  :host(.has-focus:not([readonly])) label, :host(.has-value) label, :host([sticky]) label { font-size: 0.75em; top: 0.5em; font-weight: 600; }
198
201
  :host(.has-focus) label { color: var(--rokit-primary-color-inner); }
@@ -205,16 +208,16 @@ a, a:visited { color: inherit; }
205
208
  :host(.has-label) #input { margin-top: 0.9em; }
206
209
  :host(.has-label:not(.has-focus):not(.has-value):not([sticky])) #input { clip-path: polygon(0 0, 0 0, 0 0, 0 0); }
207
210
  :host(:not(.has-value)) .clear { visibility: hidden; }
208
- `];qt([je()],dt.prototype,"type",2);qt([je({type:Boolean,reflect:!0})],dt.prototype,"readonly",2);qt([je({type:Boolean,reflect:!0})],dt.prototype,"sticky",2);qt([je()],dt.prototype,"pattern",2);qt([je()],dt.prototype,"minLength",2);qt([je()],dt.prototype,"maxLength",2);qt([je()],dt.prototype,"min",2);qt([je()],dt.prototype,"max",2);qt([je()],dt.prototype,"step",2);qt([je()],dt.prototype,"minWidth",2);qt([je({type:Boolean})],dt.prototype,"autoGrowLabelWidth",2);qt([Bt("#input")],dt.prototype,"inputElement",2);dt=qt([An("rokit-input")],dt);var i_=Object.defineProperty,r_=Object.getOwnPropertyDescriptor,jf=i=>{throw TypeError(i)},Nt=(i,e,n,r)=>{for(var o=r>1?void 0:r?r_(e,n):e,a=i.length-1,l;a>=0;a--)(l=i[a])&&(o=(r?l(e,n,o):l(o))||o);return r&&o&&i_(e,n,o),o},$f=(i,e,n)=>e.has(i)||jf("Cannot "+n),ws=(i,e,n)=>($f(i,e,"read from private field"),n?n.call(i):e.get(i)),na=(i,e,n)=>e.has(i)?jf("Cannot add the same private member more than once"):e instanceof WeakSet?e.add(i):e.set(i,n),xs=(i,e,n,r)=>($f(i,e,"write to private field"),e.set(i,n),n),Ci,Ns,As;let vt=class extends ln{constructor(){super(),this.emptyMessage="Nothing to select",this.collapsibleOrientationLeft="0",this.collapsibleOrientationRight="0",this.collapsibleWidth="",this.autoGrowLabelWidth=!1,this.collapse=!1,this.filterableThreshold=15,this.itemCount=0,na(this,Ci,""),na(this,Ns,""),na(this,As,new MutationObserver(()=>this.onSlotChange())),this.addEventListener("focus",()=>{this.collapsible.toggle(!0)}),this.addEventListener("blur",()=>{this.checkInputValue(),this.collapsible.toggle(!1)}),this.addEventListener("input",()=>{this.collapsible.toggle(!0)})}firstUpdated(){xs(this,Ci,this.value),xs(this,Ns,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(i){if(i.has("selectedItem")){const e=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(),e!==this.value&&this.dispatchEvent(new CustomEvent("change",{bubbles:!0}))}i.has("value")&&this.selectItem(this.findItem(this.value)),i.has("disabled")&&(this.input.disabled=this.disabled,this.collapsible.disabled=this.disabled),(i.has("filterableThreshold")||i.has("itemCount"))&&(this.input.readonly=this.filterableThreshold<0||this.itemCount<this.filterableThreshold),this.collapsible?.toggleButton&&(this.collapsible.toggleButton.style.display=this.listContainer.childElementCount===0?"none":"")}checkInputValue(i=!0){if(this.input.value){const e=this.findItem(this.input.value);if(e){this.selectItem(e);return}}i&&(this.input.value="",this.input.title="",xs(this,Ci,""),this.selectItem(null,!1))}filter(i){i=i.toLowerCase();let e=!0;for(const n of this.listContainer.querySelectorAll("li"))if(n.id!=="noresult"){const r=this.itemText(n).toLowerCase().indexOf(i)==-1;n.classList.toggle("hidden",r),this.collapse&&(n.classList.remove("open"),n.querySelector("ul")?.classList.remove("open")),r||(e=!1)}for(const n of this.listContainer.querySelectorAll("li:has(li:not(.hidden))"))n.classList.remove("hidden"),i&&this.collapse&&(n.classList.add("open"),n.querySelector("ul")?.classList.add("open")),e=!1;this.highlightItem(null),this.listContainer.querySelector("#noresult")?.classList.toggle("hidden",!e)}selectItem(i,e=!0){i?.getAttribute("disabled")!==null&&(i=null),this.selectedItem=i,this.filter(""),this.highlightItem(i,!1),e&&this.value&&xs(this,Ci,this.value),setTimeout(()=>this.blur())}findItem(i){if(i){for(const e of this.listContainer.querySelectorAll("li"))if(this.itemValue(e)===i||this.itemText(e)===i)return e}return null}highlightItem(i,e=!0){if(this.listContainer.querySelector("li.active")?.classList.remove("active"),i){if(e&&this.listContainer.focus(),i.classList.add("active"),this.collapse)for(let n=i.closest("ul");n;n=n.parentElement.closest("ul"))n.classList.add("open"),n.closest("li")?.classList.add("open");this.collapsible.open&&i.scrollIntoView({block:"nearest"})}}highlightNextItem(){const i=this.listContainer.querySelector("li.active");let e=i;const n=this.listContainer.querySelectorAll("ul.open > li:not([disabled]):not(.hidden):not(.divider)");if(i){for(let r=0;r<n.length;r++)if(n[r]===i&&r<n.length-1){e=n[r+1];break}}else n.length>0&&(e=n[0]);this.highlightItem(e)}highlightPreviousItem(){const i=this.listContainer.querySelector("li.active");let e=null;if(i){const n=this.listContainer.querySelectorAll("ul.open > li:not([disabled]):not(.hidden):not(.divider)");for(let r=0;r<n.length;r++)if(n[r]===i&&r>0){e=n[r-1];break}}this.highlightItem(e),e||this.input.focus()}itemValue(i){return i.dataset.value||this.itemText(i)||""}itemText(i){return i.querySelector("div > div")?.innerText||""}elementText(i){let e="";for(const n of i.childNodes)n.nodeType==3&&(e+=n.nodeValue?.trim());return e}onSlotChange(){this.listContainer.replaceChildren(),this.itemCount=0;let i=null;const e=this.shadowRoot.querySelector("#list-container-slot").assignedElements();if(e?.length===1&&(i=Array.prototype.slice.call(e[0].querySelectorAll(":scope > li")),this.copyItems(i,this.listContainer),ws(this,As).disconnect(),ws(this,As).observe(e[0],{subtree:!0,childList:!0,characterData:!0,attributes:!0})),this.emptyMessage){const n=document.createElement("li");n.id="noresult",n.setAttribute("disabled",""),n.innerText=this.emptyMessage,this.listContainer.appendChild(n),i&&i.length>0&&n.classList.add("hidden")}this.value=this.value||ws(this,Ci),this.selectItem(this.findItem(this.value))}copyItems(i,e,n=0){if(this.sort!==void 0){const o=this.sort||"asc";i=i.sort((a,l)=>o==="desc"?(this.elementText(l)||this.itemValue(l)).localeCompare(this.elementText(a)||this.itemValue(a)):(this.elementText(a)||this.itemValue(a)).localeCompare(this.elementText(l)||this.itemValue(l)))}let r="";n>0&&(r=`calc(0.3em + ${n}*${ws(this,Ns)})`);for(const o of i){const a=o.cloneNode();a.replaceChildren();const l=document.createElement("div");r&&(l.style.paddingLeft=r);const u=document.createElement("div");l.appendChild(u);for(const h of o.childNodes)if(h.nodeName!=="UL"){const g=h.cloneNode(!0);g.nodeType===3&&g.nodeValue&&(g.nodeValue=g.nodeValue.trim()),u.appendChild(g)}a.appendChild(l),a.title=a.title||this.itemText(a);const f=o.querySelector("ul");if(f?.childElementCount){const h=document.createElement("ul");if(a.appendChild(h),this.copyItems(Array.prototype.slice.call(f.children),h,n+1),this.collapse){const g=new $i;g.title="Open",g.dense=!0,g.icon=!0,g.classList.add("toggle-node","caret"),g.addEventListener("click",_=>{_.stopPropagation(),a.classList.toggle("open"),h.classList.toggle("open"),g.title=a.classList.contains("open")?"Close":"Open",this.collapsible.updateContentHeight()}),l.prepend(g)}else h.classList.add("open")}e.appendChild(a),this.itemCount++}}render(){return $t`
209
- <rokit-collapsible ?dense="${this.dense}" part="collapsible">
211
+ .supporting-text { width: 100%; font-size: 0.8em; }
212
+ `];Ft([je()],dt.prototype,"type",2);Ft([je({type:Boolean,reflect:!0})],dt.prototype,"readonly",2);Ft([je({type:Boolean,reflect:!0})],dt.prototype,"sticky",2);Ft([je()],dt.prototype,"pattern",2);Ft([je()],dt.prototype,"minLength",2);Ft([je()],dt.prototype,"maxLength",2);Ft([je()],dt.prototype,"min",2);Ft([je()],dt.prototype,"max",2);Ft([je()],dt.prototype,"step",2);Ft([je()],dt.prototype,"minWidth",2);Ft([je({type:Boolean})],dt.prototype,"autoGrowLabelWidth",2);Ft([je()],dt.prototype,"supportingText",2);Ft([qt("#input")],dt.prototype,"inputElement",2);dt=Ft([Rn("rokit-input")],dt);var i_=Object.defineProperty,r_=Object.getOwnPropertyDescriptor,jf=i=>{throw TypeError(i)},Lt=(i,e,n,r)=>{for(var o=r>1?void 0:r?r_(e,n):e,a=i.length-1,l;a>=0;a--)(l=i[a])&&(o=(r?l(e,n,o):l(o))||o);return r&&o&&i_(e,n,o),o},$f=(i,e,n)=>e.has(i)||jf("Cannot "+n),ws=(i,e,n)=>($f(i,e,"read from private field"),n?n.call(i):e.get(i)),na=(i,e,n)=>e.has(i)?jf("Cannot add the same private member more than once"):e instanceof WeakSet?e.add(i):e.set(i,n),xs=(i,e,n,r)=>($f(i,e,"write to private field"),e.set(i,n),n),Ci,Ns,As;let gt=class extends ln{constructor(){super(),this.emptyMessage="Nothing to select",this.collapsibleOrientationLeft="0",this.collapsibleOrientationRight="0",this.collapsibleWidth="",this.autoGrowLabelWidth=!1,this.collapse=!1,this.filterableThreshold=15,this.itemCount=0,na(this,Ci,""),na(this,Ns,""),na(this,As,new MutationObserver(()=>this.onSlotChange())),this.addEventListener("focus",()=>{this.collapsible.toggle(!0)}),this.addEventListener("blur",()=>{this.checkInputValue(),this.collapsible.toggle(!1)}),this.addEventListener("input",()=>{this.collapsible.toggle(!0)})}firstUpdated(){xs(this,Ci,this.value),xs(this,Ns,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(i){if(i.has("selectedItem")){const e=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(),e!==this.value&&this.dispatchEvent(new CustomEvent("change",{bubbles:!0}))}i.has("value")&&this.selectItem(this.findItem(this.value)),i.has("disabled")&&(this.input.disabled=this.disabled,this.collapsible.disabled=this.disabled),i.has("supportingText")&&(this.input.supportingText=this.supportingText),(i.has("filterableThreshold")||i.has("itemCount"))&&(this.input.readonly=this.filterableThreshold<0||this.itemCount<this.filterableThreshold),this.collapsible?.toggleButton&&(this.collapsible.toggleButton.style.display=this.listContainer.childElementCount===0?"none":"")}checkInputValue(i=!0){if(this.input.value){const e=this.findItem(this.input.value);if(e){this.selectItem(e);return}}i&&(this.input.value="",this.input.title="",xs(this,Ci,""),this.selectItem(null,!1))}filter(i){i=i.toLowerCase();let e=!0;for(const n of this.listContainer.querySelectorAll("li"))if(n.id!=="noresult"){const r=this.itemText(n).toLowerCase().indexOf(i)==-1;n.classList.toggle("hidden",r),this.collapse&&(n.classList.remove("open"),n.querySelector("ul")?.classList.remove("open")),r||(e=!1)}for(const n of this.listContainer.querySelectorAll("li:has(li:not(.hidden))"))n.classList.remove("hidden"),i&&this.collapse&&(n.classList.add("open"),n.querySelector("ul")?.classList.add("open")),e=!1;this.highlightItem(null),this.listContainer.querySelector("#noresult")?.classList.toggle("hidden",!e)}selectItem(i,e=!0){i?.getAttribute("disabled")!==null&&(i=null),this.selectedItem=i,this.filter(""),this.highlightItem(i,!1),e&&this.value&&xs(this,Ci,this.value),setTimeout(()=>this.blur())}findItem(i){if(i){for(const e of this.listContainer.querySelectorAll("li"))if(this.itemValue(e)===i||this.itemText(e)===i)return e}return null}highlightItem(i,e=!0){if(this.listContainer.querySelector("li.active")?.classList.remove("active"),i){if(e&&this.listContainer.focus(),i.classList.add("active"),this.collapse)for(let n=i.closest("ul");n;n=n.parentElement.closest("ul"))n.classList.add("open"),n.closest("li")?.classList.add("open");this.collapsible.open&&i.scrollIntoView({block:"nearest"})}}highlightNextItem(){const i=this.listContainer.querySelector("li.active");let e=i;const n=this.listContainer.querySelectorAll("ul.open > li:not([disabled]):not(.hidden):not(.divider)");if(i){for(let r=0;r<n.length;r++)if(n[r]===i&&r<n.length-1){e=n[r+1];break}}else n.length>0&&(e=n[0]);this.highlightItem(e)}highlightPreviousItem(){const i=this.listContainer.querySelector("li.active");let e=null;if(i){const n=this.listContainer.querySelectorAll("ul.open > li:not([disabled]):not(.hidden):not(.divider)");for(let r=0;r<n.length;r++)if(n[r]===i&&r>0){e=n[r-1];break}}this.highlightItem(e),e||this.input.focus()}itemValue(i){return i.dataset.value||this.itemText(i)||""}itemText(i){return i.querySelector("div > div")?.innerText||""}elementText(i){let e="";for(const n of i.childNodes)n.nodeType==3&&(e+=n.nodeValue?.trim());return e}onSlotChange(){this.listContainer.replaceChildren(),this.itemCount=0;let i=null;const e=this.shadowRoot.querySelector("#list-container-slot").assignedElements();if(e?.length===1&&(i=Array.prototype.slice.call(e[0].querySelectorAll(":scope > li")),this.copyItems(i,this.listContainer),ws(this,As).disconnect(),ws(this,As).observe(e[0],{subtree:!0,childList:!0,characterData:!0,attributes:!0})),this.emptyMessage){const n=document.createElement("li");n.id="noresult",n.setAttribute("disabled",""),n.innerText=this.emptyMessage,this.listContainer.appendChild(n),i&&i.length>0&&n.classList.add("hidden")}this.value=this.value||ws(this,Ci),this.selectItem(this.findItem(this.value))}copyItems(i,e,n=0){if(this.sort!==void 0){const o=this.sort||"asc";i=i.sort((a,l)=>o==="desc"?(this.elementText(l)||this.itemValue(l)).localeCompare(this.elementText(a)||this.itemValue(a)):(this.elementText(a)||this.itemValue(a)).localeCompare(this.elementText(l)||this.itemValue(l)))}let r="";n>0&&(r=`calc(0.3em + ${n}*${ws(this,Ns)})`);for(const o of i){const a=o.cloneNode();a.replaceChildren();const l=document.createElement("div");r&&(l.style.paddingLeft=r);const u=document.createElement("div");l.appendChild(u);for(const h of o.childNodes)if(h.nodeName!=="UL"){const g=h.cloneNode(!0);g.nodeType===3&&g.nodeValue&&(g.nodeValue=g.nodeValue.trim()),u.appendChild(g)}a.appendChild(l),a.title=a.title||this.itemText(a);const f=o.querySelector("ul");if(f?.childElementCount){const h=document.createElement("ul");if(a.appendChild(h),this.copyItems(Array.prototype.slice.call(f.children),h,n+1),this.collapse){const g=new $i;g.title="Open",g.dense=!0,g.icon=!0,g.classList.add("toggle-node","caret"),g.addEventListener("click",_=>{_.stopPropagation(),a.classList.toggle("open"),h.classList.toggle("open"),g.title=a.classList.contains("open")?"Close":"Open",this.collapsible.updateContentHeight()}),l.prepend(g)}else h.classList.add("open")}e.appendChild(a),this.itemCount++}}render(){return Bt`
213
+ <rokit-collapsible ?dense="${this.dense}" part="collapsible" headerInactive>
210
214
  <slot name="prefix" part="prefix" slot="prefix"></slot>
211
215
  <slot name="suffix" part="suffix" slot="suffix"></slot>
212
- <rokit-input id="input" slot="label"
216
+ <rokit-input id="input" slot="label" exportparts="supportingText"
213
217
  ?clearable="${this.clearable}"
214
218
  ?dense="${this.dense}"
215
219
  @change="${()=>{this.checkInputValue(this.input.inputElement.value===""||!this.collapsible.open)}}"
216
220
  @input="${()=>{this.filter(this.input.inputElement.value)}}"
217
- @click="${()=>{this.collapsible.toggle(!0)}}"
218
221
  ?autoGrowLabelWidth="${this.autoGrowLabelWidth}"
219
222
  @keydown="${i=>{switch(i.code){case"ArrowDown":i.preventDefault(),this.highlightNextItem();break;case"Enter":{const e=this.findItem(this.input.value);e?this.selectItem(e):this.filter(this.input.value);break}}}}"
220
223
  ></rokit-input>
@@ -225,7 +228,7 @@ a, a:visited { color: inherit; }
225
228
  </ul>
226
229
  <slot id="list-container-slot" @slotchange=${this.onSlotChange}></slot>
227
230
  </rokit-collapsible>
228
- `}};Ci=new WeakMap;Ns=new WeakMap;As=new WeakMap;vt.styles=[...ln.styles,on`
231
+ `}};Ci=new WeakMap;Ns=new WeakMap;As=new WeakMap;gt.styles=[...ln.styles,on`
229
232
  :host { background-color: var(--rokit-light-background-color-inner); user-select: none; padding: 0; }
230
233
  :host([dense]) li > div { padding: 4px 2px; }
231
234
  :host([dense]) li.large > div, :host([dense]) li.header > div { padding-top: 6px; padding-bottom: 6px; }
@@ -251,23 +254,23 @@ a, a:visited { color: inherit; }
251
254
  :host([collapse]) li > div > div { padding-left: 1.8em; }
252
255
  :host([collapse]) ul:not(.open) { display: none; }
253
256
  :host([collapse]) li:not(.open) > div > .toggle-node::part(link):before { transform: translate(0em, 0em) rotate(-45deg); }
254
- `];Nt([je()],vt.prototype,"emptyMessage",2);Nt([je()],vt.prototype,"sort",2);Nt([je()],vt.prototype,"collapsibleMaxHeight",2);Nt([je()],vt.prototype,"collapsibleOrientationLeft",2);Nt([je()],vt.prototype,"collapsibleOrientationRight",2);Nt([je()],vt.prototype,"collapsibleWidth",2);Nt([je({type:Boolean})],vt.prototype,"autoGrowLabelWidth",2);Nt([je()],vt.prototype,"inputMinWidth",2);Nt([je({type:Boolean,reflect:!0})],vt.prototype,"collapse",2);Nt([je()],vt.prototype,"filterableThreshold",2);Nt([Bt("rokit-collapsible")],vt.prototype,"collapsible",2);Nt([Bt("#input")],vt.prototype,"input",2);Nt([Bt("#list-container")],vt.prototype,"listContainer",2);Nt([Vl()],vt.prototype,"selectedItem",2);Nt([Vl()],vt.prototype,"itemCount",2);vt=Nt([An("rokit-select")],vt);var s_=Object.defineProperty,o_=Object.getOwnPropertyDescriptor,Xs=(i,e,n,r)=>{for(var o=r>1?void 0:r?o_(e,n):e,a=i.length-1,l;a>=0;a--)(l=i[a])&&(o=(r?l(e,n,o):l(o))||o);return r&&o&&s_(e,n,o),o};let gi=class extends dt{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("resize")&&new IntersectionObserver(e=>{e.length&&e[0].isIntersecting&&this.autoResize()}).observe(this),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 $t`
257
+ `];Lt([je()],gt.prototype,"emptyMessage",2);Lt([je()],gt.prototype,"sort",2);Lt([je()],gt.prototype,"collapsibleMaxHeight",2);Lt([je()],gt.prototype,"collapsibleOrientationLeft",2);Lt([je()],gt.prototype,"collapsibleOrientationRight",2);Lt([je()],gt.prototype,"collapsibleWidth",2);Lt([je({type:Boolean})],gt.prototype,"autoGrowLabelWidth",2);Lt([je()],gt.prototype,"inputMinWidth",2);Lt([je({type:Boolean,reflect:!0})],gt.prototype,"collapse",2);Lt([je()],gt.prototype,"filterableThreshold",2);Lt([je()],gt.prototype,"supportingText",2);Lt([qt("rokit-collapsible")],gt.prototype,"collapsible",2);Lt([qt("#input")],gt.prototype,"input",2);Lt([qt("#list-container")],gt.prototype,"listContainer",2);Lt([Vl()],gt.prototype,"selectedItem",2);Lt([Vl()],gt.prototype,"itemCount",2);gt=Lt([Rn("rokit-select")],gt);var s_=Object.defineProperty,o_=Object.getOwnPropertyDescriptor,Xs=(i,e,n,r)=>{for(var o=r>1?void 0:r?o_(e,n):e,a=i.length-1,l;a>=0;a--)(l=i[a])&&(o=(r?l(e,n,o):l(o))||o);return r&&o&&s_(e,n,o),o};let gi=class extends dt{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("resize")&&new IntersectionObserver(e=>{e.length&&e[0].isIntersecting&&this.autoResize()}).observe(this),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 Bt`
255
258
  <textarea id="input" part="input" autocomplete="off" name="${this.name}" ?disabled="${this.disabled}" ?readonly="${this.readonly}" ?required="${this.required}" .value="${this.value}"></textarea>
256
259
  <slot id="content" @slotchange=${this.onSlotChange}></slot>
257
260
  `}};gi.styles=[...dt.styles,on`
258
261
  :host, .wrapper { align-items: flex-start; }
259
262
  #input { height: initial; }
260
263
  #content { display: none; }
261
- `];Xs([je()],gi.prototype,"resize",2);Xs([je()],gi.prototype,"rows",2);Xs([je()],gi.prototype,"cols",2);gi=Xs([An("rokit-textarea")],gi);var a_=Object.defineProperty,l_=Object.getOwnPropertyDescriptor,Bf=i=>{throw TypeError(i)},mn=(i,e,n,r)=>{for(var o=r>1?void 0:r?l_(e,n):e,a=i.length-1,l;a>=0;a--)(l=i[a])&&(o=(r?l(e,n,o):l(o))||o);return r&&o&&a_(e,n,o),o},qf=(i,e,n)=>e.has(i)||Bf("Cannot "+n),et=(i,e,n)=>(qf(i,e,"read from private field"),n?n.call(i):e.get(i)),ia=(i,e,n)=>e.has(i)?Bf("Cannot add the same private member more than once"):e instanceof WeakSet?e.add(i):e.set(i,n),Es=(i,e,n,r)=>(qf(i,e,"write to private field"),e.set(i,n),n),lt,En,Pi;const zn=18;let Ln=class extends dt{constructor(){super(...arguments),this.labelFormatter=i=>String(i),ia(this,lt,[0,1]),ia(this,En,[et(this,lt)[0],et(this,lt)[1]]),ia(this,Pi)}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")&&(et(this,lt)[0]=parseFloat(this.min||"0"),et(this,lt)[1]=Math.max(et(this,lt)[0],et(this,lt)[1])),i.has("max")&&(et(this,lt)[1]=parseFloat(this.max||"1"),et(this,lt)[0]=Math.min(et(this,lt)[0],et(this,lt)[1])),i.has("step")&&Es(this,Pi,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);Es(this,En,[this.applyConstraints(e[0]),this.applyConstraints(e[1])])}else Es(this,En,[this.applyConstraints(parseFloat(this.value))]);else Es(this,En,[et(this,lt)[0],et(this,lt)[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===et(this,lt)[0]?e=this.endKnob:e.id==="end"&&e.value===et(this,lt)[1]&&(e=this.startKnob)),e}toScreenSpace(i){return(i-et(this,lt)[0])/(et(this,lt)[1]-et(this,lt)[0])*this.track.offsetWidth}toValueSpace(i){return i/this.track.offsetWidth*(et(this,lt)[1]-et(this,lt)[0])+et(this,lt)[0]}applyConstraints(i,e){let n=Math.min(Math.max(i,et(this,lt)[0]),et(this,lt)[1]);return et(this,Pi)&&(n=Math.round(n/et(this,Pi))*et(this,Pi)),e!==void 0&&this.endKnob&&(n=e?Math.min(n,this.endKnob.value):Math.max(n,this.startKnob.value)),n}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,et(this,En)[0]),this.endKnob&&this.updateKnob(this.endKnob,et(this,En)[1])}onKnobDrag(i){if(i.target instanceof Bi||this.classList.contains("has-value")||this.classList.contains("has-focus")){let e;const n=o=>{let a=0;o.type==="touchmove"||o.type==="touchstart"?a=o.touches[0].clientX:a=o.clientX,a=a-this.track.getBoundingClientRect().left,e||(e=this.chooseKnob(a),e.classList.add("focus")),this.updateKnob(e,this.applyConstraints(this.toValueSpace(a),e.id==="start"))},r=()=>{document.removeEventListener("mousemove",n),document.removeEventListener("touchmove",n),document.removeEventListener("mouseup",r),document.removeEventListener("touchend",r),e&&(e.classList.remove("focus"),this.range!==void 0?e.id==="end"?this.value=JSON.stringify([et(this,En)[0],e.value]):this.value=JSON.stringify([e.value,et(this,En)[1]]):this.value=String(e.value)),e=void 0};this.sliderElement.focus(),document.addEventListener("mousemove",n),document.addEventListener("touchmove",n),document.addEventListener("mouseup",r),document.addEventListener("touchend",r),n(i)}}renderInput(){return $t`
264
+ `];Xs([je()],gi.prototype,"resize",2);Xs([je()],gi.prototype,"rows",2);Xs([je()],gi.prototype,"cols",2);gi=Xs([Rn("rokit-textarea")],gi);var a_=Object.defineProperty,l_=Object.getOwnPropertyDescriptor,Bf=i=>{throw TypeError(i)},_n=(i,e,n,r)=>{for(var o=r>1?void 0:r?l_(e,n):e,a=i.length-1,l;a>=0;a--)(l=i[a])&&(o=(r?l(e,n,o):l(o))||o);return r&&o&&a_(e,n,o),o},qf=(i,e,n)=>e.has(i)||Bf("Cannot "+n),et=(i,e,n)=>(qf(i,e,"read from private field"),n?n.call(i):e.get(i)),ia=(i,e,n)=>e.has(i)?Bf("Cannot add the same private member more than once"):e instanceof WeakSet?e.add(i):e.set(i,n),Es=(i,e,n,r)=>(qf(i,e,"write to private field"),e.set(i,n),n),lt,Sn,Pi;const zn=18;let In=class extends dt{constructor(){super(...arguments),this.labelFormatter=i=>String(i),ia(this,lt,[0,1]),ia(this,Sn,[et(this,lt)[0],et(this,lt)[1]]),ia(this,Pi)}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")&&(et(this,lt)[0]=parseFloat(this.min||"0"),et(this,lt)[1]=Math.max(et(this,lt)[0],et(this,lt)[1])),i.has("max")&&(et(this,lt)[1]=parseFloat(this.max||"1"),et(this,lt)[0]=Math.min(et(this,lt)[0],et(this,lt)[1])),i.has("step")&&Es(this,Pi,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);Es(this,Sn,[this.applyConstraints(e[0]),this.applyConstraints(e[1])])}else Es(this,Sn,[this.applyConstraints(parseFloat(this.value))]);else Es(this,Sn,[et(this,lt)[0],et(this,lt)[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===et(this,lt)[0]?e=this.endKnob:e.id==="end"&&e.value===et(this,lt)[1]&&(e=this.startKnob)),e}toScreenSpace(i){return(i-et(this,lt)[0])/(et(this,lt)[1]-et(this,lt)[0])*this.track.offsetWidth}toValueSpace(i){return i/this.track.offsetWidth*(et(this,lt)[1]-et(this,lt)[0])+et(this,lt)[0]}applyConstraints(i,e){let n=Math.min(Math.max(i,et(this,lt)[0]),et(this,lt)[1]);return et(this,Pi)&&(n=Math.round(n/et(this,Pi))*et(this,Pi)),e!==void 0&&this.endKnob&&(n=e?Math.min(n,this.endKnob.value):Math.max(n,this.startKnob.value)),n}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,et(this,Sn)[0]),this.endKnob&&this.updateKnob(this.endKnob,et(this,Sn)[1])}onKnobDrag(i){if(i.target instanceof Bi||this.classList.contains("has-value")||this.classList.contains("has-focus")){let e;const n=o=>{let a=0;o.type==="touchmove"||o.type==="touchstart"?a=o.touches[0].clientX:a=o.clientX,a=a-this.track.getBoundingClientRect().left,e||(e=this.chooseKnob(a),e.classList.add("focus")),this.updateKnob(e,this.applyConstraints(this.toValueSpace(a),e.id==="start"))},r=()=>{document.removeEventListener("mousemove",n),document.removeEventListener("touchmove",n),document.removeEventListener("mouseup",r),document.removeEventListener("touchend",r),e&&(e.classList.remove("focus"),this.range!==void 0?e.id==="end"?this.value=JSON.stringify([et(this,Sn)[0],e.value]):this.value=JSON.stringify([e.value,et(this,Sn)[1]]):this.value=String(e.value)),e=void 0};this.sliderElement.focus(),document.addEventListener("mousemove",n),document.addEventListener("touchmove",n),document.addEventListener("mouseup",r),document.addEventListener("touchend",r),n(i)}}renderInput(){return Bt`
262
265
  ${super.renderInput()}
263
266
  <div id="slider" part="slider" tabindex="0" ?range="${this.range!==void 0}">
264
267
  <div id="track"></div>
265
268
  <rokit-slider-knob id="start"></rokit-slider-knob>
266
- ${this.range===void 0?pt:$t`
269
+ ${this.range===void 0?pt:Bt`
267
270
  <rokit-slider-knob id="end"></rokit-slider-knob>
268
271
  `}
269
272
  </div>
270
- `}};lt=new WeakMap;En=new WeakMap;Pi=new WeakMap;Ln.styles=[...dt.styles,on`
273
+ `}};lt=new WeakMap;Sn=new WeakMap;Pi=new WeakMap;In.styles=[...dt.styles,on`
271
274
  :host(.has-label:not(:focus):not(.has-value):not([sticky])) #slider > * { visibility: hidden; }
272
275
  :host(.has-label) .wrapper { padding-top: 1em; }
273
276
  :host([sticky]) #slider { margin-top: ${.25*zn+22}px; }
@@ -276,7 +279,7 @@ a, a:visited { color: inherit; }
276
279
  :host(:not([sticky])) #slider:not(:focus) rokit-slider-knob::part(label) { color: transparent; background-color: transparent; border-color: transparent; top: 0; }
277
280
  #track { height: 2px; flex-grow: 1; background-color: #CCC; }
278
281
  #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; }
279
- `];mn([je()],Ln.prototype,"range",2);mn([je()],Ln.prototype,"labelFormatter",2);mn([Bt("#slider")],Ln.prototype,"sliderElement",2);mn([Bt("#track")],Ln.prototype,"track",2);mn([Bt("#start")],Ln.prototype,"startKnob",2);mn([Bt("#end")],Ln.prototype,"endKnob",2);Ln=mn([An("rokit-slider")],Ln);let Bi=class extends fi{constructor(){super(...arguments),this.offset=0,this.label="",this.value=0}updated(i){i.has("offset")&&(this.style.left=this.offset+"px")}render(){return $t`<label part="label">${this.label}</label>`}};Bi.styles=[on`
282
+ `];_n([je()],In.prototype,"range",2);_n([je()],In.prototype,"labelFormatter",2);_n([qt("#slider")],In.prototype,"sliderElement",2);_n([qt("#track")],In.prototype,"track",2);_n([qt("#start")],In.prototype,"startKnob",2);_n([qt("#end")],In.prototype,"endKnob",2);In=_n([Rn("rokit-slider")],In);let Bi=class extends fi{constructor(){super(...arguments),this.offset=0,this.label="",this.value=0}updated(i){i.has("offset")&&(this.style.left=this.offset+"px")}render(){return Bt`<label part="label">${this.label}</label>`}};Bi.styles=[on`
280
283
  :host { position: absolute; width: ${zn}px; height: ${zn}px; border-radius: ${zn}px; background-color: var(--rokit-primary-color-inner); }
281
284
  :host(.focus), :host(:hover) { box-shadow: 0 0 0 ${zn/2}px var(--rokit-primary-color-transparent-inner); z-index: 1; }
282
285
  label {
@@ -306,13 +309,13 @@ a, a:visited { color: inherit; }
306
309
  background-color: inherit;
307
310
  clip-path: polygon(50% 50%, 100% 50%, 50% 100%, 0 50%);
308
311
  }
309
- `];mn([je()],Bi.prototype,"offset",2);mn([je()],Bi.prototype,"label",2);Bi=mn([An("rokit-slider-knob")],Bi);var u_=Object.defineProperty,c_=Object.getOwnPropertyDescriptor,Gr=(i,e,n,r)=>{for(var o=r>1?void 0:r?c_(e,n):e,a=i.length-1,l;a>=0;a--)(l=i[a])&&(o=(r?l(e,n,o):l(o))||o);return r&&o&&u_(e,n,o),o};let mi=class extends an{constructor(){super(...arguments),this.open=!1,this.closable=!1,this.title=""}firstUpdated(){this.dialogElement.addEventListener("close",()=>{this.open=!1,this.dispatchEvent(new Event("close"))})}updated(i){if(i.has("open"))if(this.open)document.body.style.left=`-${window.scrollX}px`,document.body.style.top=`-${window.scrollY}px`,document.body.style.position="fixed",this.dialogElement.showModal();else{const e=document.body.style.left,n=document.body.style.top;document.body.style.position="",document.body.style.left="",document.body.style.top="",window.scrollTo(parseInt(e||"0")*-1,parseInt(n||"0")*-1),this.dialogElement.close()}}render(){return $t`
312
+ `];_n([je()],Bi.prototype,"offset",2);_n([je()],Bi.prototype,"label",2);Bi=_n([Rn("rokit-slider-knob")],Bi);var u_=Object.defineProperty,c_=Object.getOwnPropertyDescriptor,Gr=(i,e,n,r)=>{for(var o=r>1?void 0:r?c_(e,n):e,a=i.length-1,l;a>=0;a--)(l=i[a])&&(o=(r?l(e,n,o):l(o))||o);return r&&o&&u_(e,n,o),o};let mi=class extends an{constructor(){super(...arguments),this.open=!1,this.closable=!1,this.title=""}firstUpdated(){this.dialogElement.addEventListener("close",()=>{this.open=!1,this.dispatchEvent(new Event("close"))})}updated(i){if(i.has("open"))if(this.open)document.body.style.left=`-${window.scrollX}px`,document.body.style.top=`-${window.scrollY}px`,document.body.style.position="fixed",this.dialogElement.showModal();else{const e=document.body.style.left,n=document.body.style.top;document.body.style.position="",document.body.style.left="",document.body.style.top="",window.scrollTo(parseInt(e||"0")*-1,parseInt(n||"0")*-1),this.dialogElement.close()}}render(){return Bt`
310
313
  <dialog id="dialog" part="dialog">
311
314
  <header>
312
315
  <div class="title" part="title">
313
316
  <slot name="header">${this.title}</slot>
314
317
  </div>
315
- ${this.closable?$t`
318
+ ${this.closable?Bt`
316
319
  <rokit-button class="clear" icon ?dense="${this.dense}" @click="${()=>{this.open=!1}}" title="Close"></rokit-button>
317
320
  `:pt}
318
321
  </header>
@@ -327,7 +330,7 @@ a, a:visited { color: inherit; }
327
330
  .title { font-weight: 600; flex-grow: 1; text-align: center; }
328
331
  .clear { justify-self: flex-end; }
329
332
  main { flex-grow: 1; overflow: auto; }
330
- `];Gr([je({type:Boolean,reflect:!0})],mi.prototype,"open",2);Gr([je({type:Boolean})],mi.prototype,"closable",2);Gr([je()],mi.prototype,"title",2);Gr([Bt("#dialog")],mi.prototype,"dialogElement",2);mi=Gr([An("rokit-dialog")],mi);var d_=Object.defineProperty,h_=Object.getOwnPropertyDescriptor,Gl=(i,e,n,r)=>{for(var o=r>1?void 0:r?h_(e,n):e,a=i.length-1,l;a>=0;a--)(l=i[a])&&(o=(r?l(e,n,o):l(o))||o);return r&&o&&d_(e,n,o),o};let zr=class extends an{updated(i){i.has("percent")&&(this.bar.style.width=this.percent?this.percent+"%":"")}render(){return $t`<div class="bar"></div>`}};zr.styles=[...an.styles,on`
333
+ `];Gr([je({type:Boolean,reflect:!0})],mi.prototype,"open",2);Gr([je({type:Boolean})],mi.prototype,"closable",2);Gr([je()],mi.prototype,"title",2);Gr([qt("#dialog")],mi.prototype,"dialogElement",2);mi=Gr([Rn("rokit-dialog")],mi);var d_=Object.defineProperty,h_=Object.getOwnPropertyDescriptor,Gl=(i,e,n,r)=>{for(var o=r>1?void 0:r?h_(e,n):e,a=i.length-1,l;a>=0;a--)(l=i[a])&&(o=(r?l(e,n,o):l(o))||o);return r&&o&&d_(e,n,o),o};let zr=class extends an{updated(i){i.has("percent")&&(this.bar.style.width=this.percent?this.percent+"%":"")}render(){return Bt`<div class="bar"></div>`}};zr.styles=[...an.styles,on`
331
334
  :host { display: flex; background-color: var(--rokit-primary-color-transparent-inner); }
332
335
  .bar { height: 3px; background-color: var(--rokit-primary-color-inner); }
333
336
  :host(:not([percent])) .bar { width: 100%; --c: no-repeat linear-gradient(var(--rokit-primary-color-inner) 0 0); background: var(--c), var(--c); background-size: 60% 100%; animation: indeterminate 3s infinite; }
@@ -336,7 +339,7 @@ a, a:visited { color: inherit; }
336
339
  66% { background-position: 250% 0,-150% 0 }
337
340
  100% { background-position: 250% 0, 250% 0 }
338
341
  }
339
- `];Gl([je({reflect:!0})],zr.prototype,"percent",2);Gl([Bt(".bar")],zr.prototype,"bar",2);zr=Gl([An("rokit-progressbar")],zr);class js extends HTMLElement{constructor(e,n,r,o){if(super(),this.template=new Kg(r.store.getQuads(e,null,null,null),n,r),this.container=this,this.template.extendedShapes.length&&this.template.config.attributes.collapse!==null&&(!this.template.maxCount||this.template.maxCount>1)){const a=new Ct;a.classList.add("collapsible","shacl-group"),a.open=r.attributes.collapse==="open",a.label=this.template.label,this.container=a}if(this.template.order!==void 0&&(this.style.order=`${this.template.order}`),this.template.cssClass&&this.classList.add(this.template.cssClass),r.editMode&&!n.linked&&(this.addButton=this.createAddButton(),this.container.appendChild(this.addButton)),this.template.path){let a=[];o&&(n.linked?a=r.store.getQuads(o,this.template.path,null,null):a=r.store.getQuads(o,this.template.path,null,Sn));let l=!1;for(const u of a)this.isValueValid(u.object)&&(this.addPropertyInstance(u.object),this.template.hasValue&&u.object.equals(this.template.hasValue)&&(l=!0));r.editMode&&this.template.hasValue&&!l&&!n.linked&&this.addPropertyInstance(this.template.hasValue)}r.editMode&&!n.linked&&(this.addEventListener("change",()=>{this.updateControls()}),this.updateControls()),this.container instanceof Ct&&(r.editMode&&!n.linked||this.container.childElementCount>0)&&this.appendChild(this.container)}addPropertyInstance(e){let n;if(this.template.shaclOr?.length||this.template.shaclXone?.length){const r=this.template.shaclOr?.length?this.template.shaclOr:this.template.shaclXone;let o=!1;if(e){const a=Xg(r,e,this.template.config);a.length&&(n=Rs(this.template.clone().merge(a),e,!0),o=!0)}o||(n=bf(r,this,this.template.config),zf(n,""))}else{let r=!1;if(e&&!(e instanceof rn)){const o=this.getRdfClassToLinkOrCreate();o&&this.template.config.store.countQuads(e,It,o,Sn)===0&&(r=!0)}n=Rs(this.template,e,void 0,r||this.template.parent.linked)}return this.addButton?this.container.insertBefore(n,this.addButton):this.container.appendChild(n),n}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 n;this.template.minCount!==void 0?n=e>this.template.minCount:n=this.template.extendedShapes.length>0||e>1;const r=this.template.maxCount===void 0||e<this.template.maxCount;this.classList.toggle("may-remove",n),this.classList.toggle("may-add",r)}toRDF(e,n){for(const r of this.querySelectorAll(":scope > .property-instance, :scope > .collapsible > .property-instance")){const o=Ue.namedNode(r.dataset.path);if(r.firstChild instanceof Hn){const a=r.firstChild.toRDF(e);e.addQuad(n,o,a,this.template.config.valuesGraphId)}else for(const a of r.querySelectorAll(":scope > .editor")){const l=im(a);l&&e.addQuad(n,o,l,this.template.config.valuesGraphId)}}}getRdfClassToLinkOrCreate(){if(this.template.class&&this.template.node)return this.template.class;for(const e of this.template.extendedShapes){const n=this.template.config.store.getObjects(e,Oi,null);if(n.length>0)return n[0]}}isValueValid(e){if(!this.template.extendedShapes.length)return!0;for(const n of this.template.extendedShapes){const r=this.template.config.store.getObjects(n,Oi,null);for(const o of r)if(this.template.config.store.countQuads(e,It,o,null)>0)return!0}return!1}createAddButton(){const e=new vt;e.dense=!0,e.label="+ "+this.template.label,e.title="Add "+this.template.label,e.autoGrowLabelWidth=!0,e.classList.add("add-button");let n=[],r=this.getRdfClassToLinkOrCreate();if(r&&(n=Ol(r,this.template)),n.length===0)e.emptyMessage="",e.inputMinWidth=0,e.addEventListener("click",o=>{e.blur();const a=this.addPropertyInstance();a.classList.add("fadeIn"),this.updateControls(),setTimeout(()=>{Wg(a),a.classList.remove("fadeIn")},200)});else{const o=document.createElement("ul"),a=document.createElement("li");a.innerHTML="&#xFF0B; Create new "+this.template.label+"...",a.dataset.value="new",a.classList.add("large"),o.appendChild(a);const l=document.createElement("li");l.classList.add("divider"),o.appendChild(l);const u=document.createElement("li");u.classList.add("header"),u.innerText="Or link existing:",o.appendChild(u);for(const f of n){const h=document.createElement("li"),g=typeof f.value=="string"?f.value:f.value.value;h.innerText=f.label?f.label:g,h.dataset.value=JSON.stringify(f.value),o.appendChild(h)}e.appendChild(o),e.collapsibleWidth="250px",e.collapsibleOrientationLeft="",e.addEventListener("change",()=>{if(e.value==="new")this.addPropertyInstance();else{const f=JSON.parse(e.value);this.container.insertBefore(Rs(this.template,f,!0,!0),e)}e.value=""})}return e}}function Rs(i,e,n=!1,r=!1){let o;if(i.extendedShapes.length){o=document.createElement("div"),o.classList.add("property-instance");for(const a of i.extendedShapes)o.appendChild(new Hn(a,i.config,e,i.parent,i.nodeKind,i.label,r))}else{const a=om(i.path,i.datatype?.value);a?i.config.editMode&&!r?o=a.createEditor(i,e):o=a.createViewer(i,e):o=wf(i,e||null,i.config.editMode&&!r),o.classList.add("property-instance"),r&&o.classList.add("linked")}return i.config.editMode&&zf(o,i.label,n),o.dataset.path=i.path,o}function zf(i,e,n=!1){const r=new $i;r.classList.add("remove-button","clear"),r.title="Remove "+e,r.dense=!0,r.icon=!0,r.addEventListener("click",o=>{i.classList.remove("fadeIn"),i.classList.add("fadeOut"),setTimeout(()=>{const a=i.parentElement;i.remove(),a?.dispatchEvent(new Event("change",{bubbles:!0,cancelable:!0}))},200)}),n&&r.classList.add("persistent"),i.appendChild(r)}window.customElements.define("shacl-property",js);function f_(i,e){let n=i;const r=e.store.getQuads(i,null,null,null),o=Dr(r,"label",Pl,e.languages);o&&(n=o);let a;if(e.attributes.collapse!==null)a=new Ct,a.classList.add("collapsible"),a.open=e.attributes.collapse==="open",a.label=n;else{a=document.createElement("div");const u=document.createElement("h1");u.innerText=n,a.appendChild(u)}a.dataset.subject=i,a.classList.add("shacl-group");const l=Dr(r,"order");return l&&(a.style.order=l),a}const St=[];for(let i=0;i<256;++i)St.push((i+256).toString(16).slice(1));function p_(i,e=0){return(St[i[e+0]]+St[i[e+1]]+St[i[e+2]]+St[i[e+3]]+"-"+St[i[e+4]]+St[i[e+5]]+"-"+St[i[e+6]]+St[i[e+7]]+"-"+St[i[e+8]]+St[i[e+9]]+"-"+St[i[e+10]]+St[i[e+11]]+St[i[e+12]]+St[i[e+13]]+St[i[e+14]]+St[i[e+15]]).toLowerCase()}let ra;const g_=new Uint8Array(16);function m_(){if(!ra){if(typeof crypto>"u"||!crypto.getRandomValues)throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");ra=crypto.getRandomValues.bind(crypto)}return ra(g_)}const __=typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto),ed={randomUUID:__};function y_(i,e,n){i=i||{};const r=i.random??i.rng?.()??m_();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,p_(r)}function td(i,e,n){return ed.randomUUID&&!i?ed.randomUUID():y_(i)}class Hn extends HTMLElement{constructor(e,n,r,o,a,l,u){super(),this.owlImports=[],this.parent=o,this.config=n,this.shaclSubject=e,this.linked=u||!1;let f=r;if(!f){if(!a){const g=n.store.getObjects(e,`${Fe}nodeKind`,null);g.length&&(a=g[0])}a===void 0&&n.attributes.valuesNamespace||a?.value===`${Fe}IRI`?f=Ue.namedNode(n.attributes.valuesNamespace+td()):f=Ue.blankNode(td())}this.nodeId=f;const h=JSON.stringify([e,r]);if(r&&n.renderedNodes.has(h)){l=l||"Link";const g=document.createElement("label");g.innerText=l,g.classList.add("linked"),this.appendChild(g);const _=document.createElement("a");let d=r.termType==="BlankNode"?"_:"+r.value:r.value;_.innerText=d,_.classList.add("ref-link"),_.onclick=()=>{this.config.form.querySelector(`shacl-node[data-node-id='${d}']`)?.scrollIntoView()},this.appendChild(_),this.style.flexDirection="row"}else{if(r&&n.renderedNodes.add(h),this.dataset.nodeId=this.nodeId.id,this.config.attributes.showNodeIds!==null){const g=document.createElement("div");g.innerText=`id: ${this.nodeId.id}`,g.classList.add("node-id-display"),this.appendChild(g)}for(const g of n.store.getQuads(e,Ml,null,null))this.owlImports.push(g.object);for(const g of n.store.getQuads(e,null,null,null))switch(g.predicate.id){case Ds.id:this.addPropertyInstance(g.object,n,r);break;case`${Fe}and`:const _=n.lists[g.object.value];if(_?.length)for(const d of _)this.prepend(new Hn(d,n,r,this));else console.error("list not found:",g.object.value,"existing lists:",n.lists);break;case Hg.id:this.prepend(new Hn(g.object,n,r,this));break;case`${Fe}targetClass`:this.targetClass=g.object;break;case`${Fe}or`:this.tryResolve(g.object,r,n);break;case`${Fe}xone`:this.tryResolve(g.object,r,n);break}if(l){const g=document.createElement("h1");g.innerText=l,this.prepend(g)}}}toRDF(e,n){if(n||(n=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,n);this.targetClass&&e.addQuad(n,It,this.targetClass,this.config.valuesGraphId),this.config.attributes.generateNodeShapeReference&&!this.parent&&e.addQuad(n,Ue.namedNode(this.config.attributes.generateNodeShapeReference),this.shaclSubject,this.config.valuesGraphId)}return n}addPropertyInstance(e,n,r){let o=this;const a=n.store.getQuads(e,`${Fe}group`,null,null);if(a.length>0){const u=a[0].object.value;if(n.groups.indexOf(u)>-1){let f=this.querySelector(`:scope > .shacl-group[data-subject='${u}']`);f||(f=f_(u,n),this.appendChild(f)),o=f}else console.warn("ignoring unknown group reference",a[0],"existing groups:",n.groups)}const l=new js(e,this,n,r);l.childElementCount>0&&o.appendChild(l)}tryResolve(e,n,r){const o=r.lists[e.value];if(o?.length){let a=!1;if(n){const l=Qg(o,n,r);if(l.length){for(const u of l)this.addPropertyInstance(u,r,n);a=!0}}a||this.appendChild(bf(o,this,r))}else console.error("list for sh:or/sh:xone not found:",e,"existing lists:",r.lists)}}window.customElements.define("shacl-node",Hn);var ii={},ri={},si={},xn={},nd;function v_(){if(nd)return xn;nd=1,Object.defineProperty(xn,"__esModule",{value:!0}),xn.removeDotSegmentsOfPath=xn.removeDotSegments=xn.resolve=void 0;function i(o,a){a=a||"";const l=a.indexOf("#");if(l>0&&(a=a.substr(0,l)),!o.length){if(a.indexOf(":")<0)throw new Error(`Found invalid baseIRI '${a}' for value '${o}'`);return a}if(o.startsWith("?")){const m=a.indexOf("?");return m>0&&(a=a.substr(0,m)),a+o}if(o.startsWith("#"))return a+o;if(!a.length){const m=o.indexOf(":");if(m<0)throw new Error(`Found invalid relative IRI '${o}' for a missing baseIRI`);return n(o,m)}const u=o.indexOf(":");if(u>=0)return n(o,u);const f=a.indexOf(":");if(f<0)throw new Error(`Found invalid baseIRI '${a}' for value '${o}'`);const h=a.substr(0,f+1);if(o.indexOf("//")===0)return h+n(o,u);let g;if(a.indexOf("//",f)===f+1){if(g=a.indexOf("/",f+3),g<0)return a.length>f+3?a+"/"+n(o,u):h+n(o,u)}else if(g=a.indexOf("/",f+1),g<0)return h+n(o,u);if(o.indexOf("/")===0)return a.substr(0,g)+e(o);let _=a.substr(g);const d=_.lastIndexOf("/");return d>=0&&d<_.length-1&&(_=_.substr(0,d+1),o[0]==="."&&o[1]!=="."&&o[1]!=="/"&&o[2]&&(o=o.substr(1))),o=_+o,o=e(o),a.substr(0,g)+o}xn.resolve=i;function e(o){const a=[];let l=0;for(;l<o.length;)switch(o[l]){case"/":if(o[l+1]===".")if(o[l+2]==="."){if(!r(o[l+3])){a.push([]),l++;break}a.pop(),o[l+3]||a.push([]),l+=3}else{if(!r(o[l+2])){a.push([]),l++;break}o[l+2]||a.push([]),l+=2}else a.push([]),l++;break;case"#":case"?":a.length||a.push([]),a[a.length-1].push(o.substr(l)),l=o.length;break;default:a.length||a.push([]),a[a.length-1].push(o[l]),l++;break}return"/"+a.map(u=>u.join("")).join("/")}xn.removeDotSegments=e;function n(o,a){let l=a+1;a>=0?o[a+1]==="/"&&o[a+2]==="/"&&(l=a+3):o[0]==="/"&&o[1]==="/"&&(l=2);const u=o.indexOf("/",l);if(u<0)return o;const f=o.substr(0,u),h=o.substr(u);return f+e(h)}xn.removeDotSegmentsOfPath=n;function r(o){return!o||o==="#"||o==="?"||o==="/"}return xn}var id;function b_(){return id||(id=1,(function(i){var e=si&&si.__createBinding||(Object.create?(function(r,o,a,l){l===void 0&&(l=a),Object.defineProperty(r,l,{enumerable:!0,get:function(){return o[a]}})}):(function(r,o,a,l){l===void 0&&(l=a),r[l]=o[a]})),n=si&&si.__exportStar||function(r,o){for(var a in r)a!=="default"&&!Object.prototype.hasOwnProperty.call(o,a)&&e(o,r,a)};Object.defineProperty(i,"__esModule",{value:!0}),n(v_(),i)})(si)),si}var oi={},sa={},rd;function w_(){return rd||(rd=1,(function(i){/**
342
+ `];Gl([je({reflect:!0})],zr.prototype,"percent",2);Gl([qt(".bar")],zr.prototype,"bar",2);zr=Gl([Rn("rokit-progressbar")],zr);class js extends HTMLElement{constructor(e,n,r,o){if(super(),this.template=new Kg(r.store.getQuads(e,null,null,null),n,r),this.container=this,this.template.extendedShapes.length&&this.template.config.attributes.collapse!==null&&(!this.template.maxCount||this.template.maxCount>1)){const a=new At;a.classList.add("collapsible","shacl-group"),a.open=r.attributes.collapse==="open",a.label=this.template.label,this.container=a}if(this.template.order!==void 0&&(this.style.order=`${this.template.order}`),this.template.cssClass&&this.classList.add(this.template.cssClass),r.editMode&&!n.linked&&(this.addButton=this.createAddButton(),this.container.appendChild(this.addButton)),this.template.path){let a=[];o&&(n.linked?a=r.store.getQuads(o,this.template.path,null,null):a=r.store.getQuads(o,this.template.path,null,Tn));let l=!1;for(const u of a)this.isValueValid(u.object)&&(this.addPropertyInstance(u.object),this.template.hasValue&&u.object.equals(this.template.hasValue)&&(l=!0));r.editMode&&this.template.hasValue&&!l&&!n.linked&&this.addPropertyInstance(this.template.hasValue)}r.editMode&&!n.linked&&(this.addEventListener("change",()=>{this.updateControls()}),this.updateControls()),this.container instanceof At&&(r.editMode&&!n.linked||this.container.childElementCount>0)&&this.appendChild(this.container)}addPropertyInstance(e){let n;if(this.template.shaclOr?.length||this.template.shaclXone?.length){const r=this.template.shaclOr?.length?this.template.shaclOr:this.template.shaclXone;let o=!1;if(e){const a=Xg(r,e,this.template.config);a.length&&(n=Rs(this.template.clone().merge(a),e,!0),o=!0)}o||(n=bf(r,this,this.template.config),zf(n,""))}else{let r=!1;if(e&&!(e instanceof rn)){const o=this.getRdfClassToLinkOrCreate();o&&this.template.config.store.countQuads(e,Nt,o,Tn)===0&&(r=!0)}n=Rs(this.template,e,void 0,r||this.template.parent.linked)}return this.addButton?this.container.insertBefore(n,this.addButton):this.container.appendChild(n),n}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 n;this.template.minCount!==void 0?n=e>this.template.minCount:n=this.template.extendedShapes.length>0||e>1;const r=this.template.maxCount===void 0||e<this.template.maxCount;this.classList.toggle("may-remove",n),this.classList.toggle("may-add",r)}toRDF(e,n){for(const r of this.querySelectorAll(":scope > .property-instance, :scope > .collapsible > .property-instance")){const o=Ue.namedNode(r.dataset.path);if(r.firstChild instanceof Hn){const a=r.firstChild.toRDF(e);e.addQuad(n,o,a,this.template.config.valuesGraphId)}else for(const a of r.querySelectorAll(":scope > .editor")){const l=im(a);l&&e.addQuad(n,o,l,this.template.config.valuesGraphId)}}}getRdfClassToLinkOrCreate(){if(this.template.class&&this.template.node)return this.template.class;for(const e of this.template.extendedShapes){const n=this.template.config.store.getObjects(e,Oi,null);if(n.length>0)return n[0]}}isValueValid(e){if(!this.template.extendedShapes.length)return!0;for(const n of this.template.extendedShapes){const r=this.template.config.store.getObjects(n,Oi,null);for(const o of r)if(this.template.config.store.countQuads(e,Nt,o,null)>0)return!0}return!1}createAddButton(){const e=new gt;e.dense=!0,e.label="+ "+this.template.label,e.title="Add "+this.template.label,e.autoGrowLabelWidth=!0,e.classList.add("add-button");let n=[],r=this.getRdfClassToLinkOrCreate();if(r&&(n=Ol(r,this.template)),n.length===0)e.emptyMessage="",e.inputMinWidth=0,e.addEventListener("click",o=>{e.blur();const a=this.addPropertyInstance();a.classList.add("fadeIn"),this.updateControls(),setTimeout(()=>{Wg(a),a.classList.remove("fadeIn")},200)});else{const o=document.createElement("ul"),a=document.createElement("li");a.innerHTML="&#xFF0B; Create new "+this.template.label+"...",a.dataset.value="new",a.classList.add("large"),o.appendChild(a);const l=document.createElement("li");l.classList.add("divider"),o.appendChild(l);const u=document.createElement("li");u.classList.add("header"),u.innerText="Or link existing:",o.appendChild(u);for(const f of n){const h=document.createElement("li"),g=typeof f.value=="string"?f.value:f.value.value;h.innerText=f.label?f.label:g,h.dataset.value=JSON.stringify(f.value),o.appendChild(h)}e.appendChild(o),e.collapsibleWidth="250px",e.collapsibleOrientationLeft="",e.addEventListener("change",()=>{if(e.value==="new")this.addPropertyInstance();else{const f=JSON.parse(e.value);this.container.insertBefore(Rs(this.template,f,!0,!0),e)}e.value=""})}return e}}function Rs(i,e,n=!1,r=!1){let o;if(i.extendedShapes.length){o=document.createElement("div"),o.classList.add("property-instance");for(const a of i.extendedShapes)o.appendChild(new Hn(a,i.config,e,i.parent,i.nodeKind,i.label,r))}else{const a=om(i.path,i.datatype?.value);a?i.config.editMode&&!r?o=a.createEditor(i,e):o=a.createViewer(i,e):o=wf(i,e||null,i.config.editMode&&!r),o.classList.add("property-instance"),r&&o.classList.add("linked")}return i.config.editMode&&zf(o,i.label,n),o.dataset.path=i.path,o}function zf(i,e,n=!1){const r=new $i;r.classList.add("remove-button","clear"),r.title="Remove "+e,r.dense=!0,r.icon=!0,r.addEventListener("click",o=>{i.classList.remove("fadeIn"),i.classList.add("fadeOut"),setTimeout(()=>{const a=i.parentElement;i.remove(),a?.dispatchEvent(new Event("change",{bubbles:!0,cancelable:!0}))},200)}),n&&r.classList.add("persistent"),i.appendChild(r)}window.customElements.define("shacl-property",js);function f_(i,e){let n=i;const r=e.store.getQuads(i,null,null,null),o=Dr(r,"label",Pl,e.languages);o&&(n=o);let a;if(e.attributes.collapse!==null)a=new At,a.classList.add("collapsible"),a.open=e.attributes.collapse==="open",a.label=n;else{a=document.createElement("div");const u=document.createElement("h1");u.innerText=n,a.appendChild(u)}a.dataset.subject=i,a.classList.add("shacl-group");const l=Dr(r,"order");return l&&(a.style.order=l),a}const St=[];for(let i=0;i<256;++i)St.push((i+256).toString(16).slice(1));function p_(i,e=0){return(St[i[e+0]]+St[i[e+1]]+St[i[e+2]]+St[i[e+3]]+"-"+St[i[e+4]]+St[i[e+5]]+"-"+St[i[e+6]]+St[i[e+7]]+"-"+St[i[e+8]]+St[i[e+9]]+"-"+St[i[e+10]]+St[i[e+11]]+St[i[e+12]]+St[i[e+13]]+St[i[e+14]]+St[i[e+15]]).toLowerCase()}let ra;const g_=new Uint8Array(16);function m_(){if(!ra){if(typeof crypto>"u"||!crypto.getRandomValues)throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");ra=crypto.getRandomValues.bind(crypto)}return ra(g_)}const __=typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto),ed={randomUUID:__};function y_(i,e,n){i=i||{};const r=i.random??i.rng?.()??m_();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,p_(r)}function td(i,e,n){return ed.randomUUID&&!i?ed.randomUUID():y_(i)}class Hn extends HTMLElement{constructor(e,n,r,o,a,l,u){super(),this.owlImports=[],this.parent=o,this.config=n,this.shaclSubject=e,this.linked=u||!1;let f=r;if(!f){if(!a){const g=n.store.getObjects(e,`${Fe}nodeKind`,null);g.length&&(a=g[0])}a===void 0&&n.attributes.valuesNamespace||a?.value===`${Fe}IRI`?f=Ue.namedNode(n.attributes.valuesNamespace+td()):f=Ue.blankNode(td())}this.nodeId=f;const h=JSON.stringify([e,r]);if(r&&n.renderedNodes.has(h)){l=l||"Link";const g=document.createElement("label");g.innerText=l,g.classList.add("linked"),this.appendChild(g);const _=document.createElement("a");let d=r.termType==="BlankNode"?"_:"+r.value:r.value;_.innerText=d,_.classList.add("ref-link"),_.onclick=()=>{this.config.form.querySelector(`shacl-node[data-node-id='${d}']`)?.scrollIntoView()},this.appendChild(_),this.style.flexDirection="row"}else{if(r&&n.renderedNodes.add(h),this.dataset.nodeId=this.nodeId.id,this.config.attributes.showNodeIds!==null){const g=document.createElement("div");g.innerText=`id: ${this.nodeId.id}`,g.classList.add("node-id-display"),this.appendChild(g)}for(const g of n.store.getQuads(e,Ml,null,null))this.owlImports.push(g.object);for(const g of n.store.getQuads(e,null,null,null))switch(g.predicate.id){case Ds.id:this.addPropertyInstance(g.object,n,r);break;case`${Fe}and`:const _=n.lists[g.object.value];if(_?.length)for(const d of _)this.prepend(new Hn(d,n,r,this));else console.error("list not found:",g.object.value,"existing lists:",n.lists);break;case Hg.id:this.prepend(new Hn(g.object,n,r,this));break;case`${Fe}targetClass`:this.targetClass=g.object;break;case`${Fe}or`:this.tryResolve(g.object,r,n);break;case`${Fe}xone`:this.tryResolve(g.object,r,n);break}if(l){const g=document.createElement("h1");g.innerText=l,this.prepend(g)}}}toRDF(e,n){if(n||(n=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,n);this.targetClass&&e.addQuad(n,Nt,this.targetClass,this.config.valuesGraphId),this.config.attributes.generateNodeShapeReference&&!this.parent&&e.addQuad(n,Ue.namedNode(this.config.attributes.generateNodeShapeReference),this.shaclSubject,this.config.valuesGraphId)}return n}addPropertyInstance(e,n,r){let o=this;const a=n.store.getQuads(e,`${Fe}group`,null,null);if(a.length>0){const u=a[0].object.value;if(n.groups.indexOf(u)>-1){let f=this.querySelector(`:scope > .shacl-group[data-subject='${u}']`);f||(f=f_(u,n),this.appendChild(f)),o=f}else console.warn("ignoring unknown group reference",a[0],"existing groups:",n.groups)}const l=new js(e,this,n,r);l.childElementCount>0&&o.appendChild(l)}tryResolve(e,n,r){const o=r.lists[e.value];if(o?.length){let a=!1;if(n){const l=Qg(o,n,r);if(l.length){for(const u of l)this.addPropertyInstance(u,r,n);a=!0}}a||this.appendChild(bf(o,this,r))}else console.error("list for sh:or/sh:xone not found:",e,"existing lists:",r.lists)}}window.customElements.define("shacl-node",Hn);var ii={},ri={},si={},En={},nd;function v_(){if(nd)return En;nd=1,Object.defineProperty(En,"__esModule",{value:!0}),En.removeDotSegmentsOfPath=En.removeDotSegments=En.resolve=void 0;function i(o,a){a=a||"";const l=a.indexOf("#");if(l>0&&(a=a.substr(0,l)),!o.length){if(a.indexOf(":")<0)throw new Error(`Found invalid baseIRI '${a}' for value '${o}'`);return a}if(o.startsWith("?")){const m=a.indexOf("?");return m>0&&(a=a.substr(0,m)),a+o}if(o.startsWith("#"))return a+o;if(!a.length){const m=o.indexOf(":");if(m<0)throw new Error(`Found invalid relative IRI '${o}' for a missing baseIRI`);return n(o,m)}const u=o.indexOf(":");if(u>=0)return n(o,u);const f=a.indexOf(":");if(f<0)throw new Error(`Found invalid baseIRI '${a}' for value '${o}'`);const h=a.substr(0,f+1);if(o.indexOf("//")===0)return h+n(o,u);let g;if(a.indexOf("//",f)===f+1){if(g=a.indexOf("/",f+3),g<0)return a.length>f+3?a+"/"+n(o,u):h+n(o,u)}else if(g=a.indexOf("/",f+1),g<0)return h+n(o,u);if(o.indexOf("/")===0)return a.substr(0,g)+e(o);let _=a.substr(g);const d=_.lastIndexOf("/");return d>=0&&d<_.length-1&&(_=_.substr(0,d+1),o[0]==="."&&o[1]!=="."&&o[1]!=="/"&&o[2]&&(o=o.substr(1))),o=_+o,o=e(o),a.substr(0,g)+o}En.resolve=i;function e(o){const a=[];let l=0;for(;l<o.length;)switch(o[l]){case"/":if(o[l+1]===".")if(o[l+2]==="."){if(!r(o[l+3])){a.push([]),l++;break}a.pop(),o[l+3]||a.push([]),l+=3}else{if(!r(o[l+2])){a.push([]),l++;break}o[l+2]||a.push([]),l+=2}else a.push([]),l++;break;case"#":case"?":a.length||a.push([]),a[a.length-1].push(o.substr(l)),l=o.length;break;default:a.length||a.push([]),a[a.length-1].push(o[l]),l++;break}return"/"+a.map(u=>u.join("")).join("/")}En.removeDotSegments=e;function n(o,a){let l=a+1;a>=0?o[a+1]==="/"&&o[a+2]==="/"&&(l=a+3):o[0]==="/"&&o[1]==="/"&&(l=2);const u=o.indexOf("/",l);if(u<0)return o;const f=o.substr(0,u),h=o.substr(u);return f+e(h)}En.removeDotSegmentsOfPath=n;function r(o){return!o||o==="#"||o==="?"||o==="/"}return En}var id;function b_(){return id||(id=1,(function(i){var e=si&&si.__createBinding||(Object.create?(function(r,o,a,l){l===void 0&&(l=a),Object.defineProperty(r,l,{enumerable:!0,get:function(){return o[a]}})}):(function(r,o,a,l){l===void 0&&(l=a),r[l]=o[a]})),n=si&&si.__exportStar||function(r,o){for(var a in r)a!=="default"&&!Object.prototype.hasOwnProperty.call(o,a)&&e(o,r,a)};Object.defineProperty(i,"__esModule",{value:!0}),n(v_(),i)})(si)),si}var oi={},sa={},rd;function w_(){return rd||(rd=1,(function(i){/**
340
343
  * Character classes and associated utilities for the 5th edition of XML 1.0.
341
344
  *
342
345
  * @author Louis-Dominique Dubeau
@@ -357,11 +360,11 @@ a, a:visited { color: inherit; }
357
360
  * @author Louis-Dominique Dubeau
358
361
  * @license MIT
359
362
  * @copyright Louis-Dominique Dubeau
360
- */Object.defineProperty(i,"__esModule",{value:!0}),i.NC_NAME_START_CHAR="A-Z_a-zÀ-ÖØ-öø-˿Ͱ-ͽͿ-῿‌-‍⁰-↏Ⰰ-⿯、-퟿豈-﷏ﷰ-�𐀀-󯿿",i.NC_NAME_CHAR="-"+i.NC_NAME_START_CHAR+".0-9·̀-ͯ‿-⁀",i.NC_NAME_START_CHAR_RE=new RegExp("^["+i.NC_NAME_START_CHAR+"]$","u"),i.NC_NAME_CHAR_RE=new RegExp("^["+i.NC_NAME_CHAR+"]$","u"),i.NC_NAME_RE=new RegExp("^["+i.NC_NAME_START_CHAR+"]["+i.NC_NAME_CHAR+"]*$","u");function e(r){return r>=65&&r<=90||r===95||r>=97&&r<=122||r>=192&&r<=214||r>=216&&r<=246||r>=248&&r<=767||r>=880&&r<=893||r>=895&&r<=8191||r>=8204&&r<=8205||r>=8304&&r<=8591||r>=11264&&r<=12271||r>=12289&&r<=55295||r>=63744&&r<=64975||r>=65008&&r<=65533||r>=65536&&r<=983039}i.isNCNameStartChar=e;function n(r){return e(r)||r===45||r===46||r>=48&&r<=57||r===183||r>=768&&r<=879||r>=8255&&r<=8256}i.isNCNameChar=n})(aa)),aa}var ad;function S_(){if(ad)return oi;ad=1,Object.defineProperty(oi,"__esModule",{value:!0}),oi.SaxesParser=oi.EVENTS=void 0;const i=w_(),e=x_(),n=E_();var r=i.isS,o=i.isChar,a=i.isNameStartChar,l=i.isNameChar,u=i.S_LIST,f=i.NAME_RE,h=e.isChar,g=n.isNCNameStartChar,_=n.isNCNameChar,d=n.NC_NAME_RE;const m="http://www.w3.org/XML/1998/namespace",b="http://www.w3.org/2000/xmlns/",T={__proto__:null,xml:m,xmlns:b},N={__proto__:null,amp:"&",gt:">",lt:"<",quot:'"',apos:"'"},A=-1,R=-2,S=0,y=1,x=2,M=3,U=4,O=5,Q=6,D=7,B=8,X=9,F=10,$=11,ue=12,k=13,oe=14,j=15,ae=16,I=17,Z=18,ie=19,ee=20,me=21,W=22,G=23,Y=24,K=25,le=26,ce=27,Ee=28,Te=29,q=30,te=31,fe=32,xe=33,Se=34,Ie=35,se=36,be=37,Ne=38,ve=39,Be=40,gt=41,$e=42,ht=43,C=44,v=9,w=10,H=13,re=32,_e=33,we=34,De=38,Ye=39,Qe=45,We=47,Ze=59,Ft=60,Jt=61,st=62,at=63,bi=91,un=93,Pn=133,Zn=8232,z=it=>it===we||it===Ye,J=[we,Ye],Ae=[...J,bi,st],Re=[...J,Ft,un],Me=[Jt,at,...u],mt=[...u,st,De,Ft];function bt(it,V,de){switch(V){case"xml":de!==m&&it.fail(`xml prefix must be bound to ${m}.`);break;case"xmlns":de!==b&&it.fail(`xmlns prefix must be bound to ${b}.`);break}switch(de){case b:it.fail(V===""?`the default namespace may not be set to ${de}.`:`may not assign a prefix (even "xmlns") to the URI ${b}.`);break;case m:switch(V){case"xml":break;case"":it.fail(`the default namespace may not be set to ${de}.`);break;default:it.fail("may not assign the xml namespace to another prefix.")}break}}function At(it,V){for(const de of Object.keys(V))bt(it,de,V[de])}const ke=it=>d.test(it),Xn=it=>f.test(it),Ut=0,kn=1,_n=2;oi.EVENTS=["xmldecl","text","processinginstruction","doctype","comment","opentagstart","attribute","opentag","closetag","cdata","error","end","ready"];const cn={xmldecl:"xmldeclHandler",text:"textHandler",processinginstruction:"piHandler",doctype:"doctypeHandler",comment:"commentHandler",opentagstart:"openTagStartHandler",attribute:"attributeHandler",opentag:"openTagHandler",closetag:"closeTagHandler",cdata:"cdataHandler",error:"errorHandler",end:"endHandler",ready:"readyHandler"};class Mn{get closed(){return this._closed}constructor(V){this.opt=V??{},this.fragmentOpt=!!this.opt.fragment;const de=this.xmlnsOpt=!!this.opt.xmlns;if(this.trackPosition=this.opt.position!==!1,this.fileName=this.opt.fileName,de){this.nameStartCheck=g,this.nameCheck=_,this.isName=ke,this.processAttribs=this.processAttribsNS,this.pushAttrib=this.pushAttribNS,this.ns=Object.assign({__proto__:null},T);const pe=this.opt.additionalNamespaces;pe!=null&&(At(this,pe),Object.assign(this.ns,pe))}else this.nameStartCheck=a,this.nameCheck=l,this.isName=Xn,this.processAttribs=this.processAttribsPlain,this.pushAttrib=this.pushAttribPlain;this.stateTable=[this.sBegin,this.sBeginWhitespace,this.sDoctype,this.sDoctypeQuote,this.sDTD,this.sDTDQuoted,this.sDTDOpenWaka,this.sDTDOpenWakaBang,this.sDTDComment,this.sDTDCommentEnding,this.sDTDCommentEnded,this.sDTDPI,this.sDTDPIEnding,this.sText,this.sEntity,this.sOpenWaka,this.sOpenWakaBang,this.sComment,this.sCommentEnding,this.sCommentEnded,this.sCData,this.sCDataEnding,this.sCDataEnding2,this.sPIFirstChar,this.sPIRest,this.sPIBody,this.sPIEnding,this.sXMLDeclNameStart,this.sXMLDeclName,this.sXMLDeclEq,this.sXMLDeclValueStart,this.sXMLDeclValue,this.sXMLDeclSeparator,this.sXMLDeclEnding,this.sOpenTag,this.sOpenTagSlash,this.sAttrib,this.sAttribName,this.sAttribNameSawWhite,this.sAttribValue,this.sAttribValueQuoted,this.sAttribValueClosed,this.sAttribValueUnquoted,this.sCloseTag,this.sCloseTagSawWhite],this._init()}_init(){var V;this.openWakaBang="",this.text="",this.name="",this.piTarget="",this.entity="",this.q=null,this.tags=[],this.tag=null,this.topNS=null,this.chunk="",this.chunkPosition=0,this.i=0,this.prevI=0,this.carriedFromPrevious=void 0,this.forbiddenState=Ut,this.attribList=[];const{fragmentOpt:de}=this;this.state=de?k:S,this.reportedTextBeforeRoot=this.reportedTextAfterRoot=this.closedRoot=this.sawRoot=de,this.xmlDeclPossible=!de,this.xmlDeclExpects=["version"],this.entityReturnState=void 0;let{defaultXMLVersion:pe}=this.opt;if(pe===void 0){if(this.opt.forceXMLVersion===!0)throw new Error("forceXMLVersion set but defaultXMLVersion is not set");pe="1.0"}this.setXMLVersion(pe),this.positionAtNewLine=0,this.doctype=!1,this._closed=!1,this.xmlDecl={version:void 0,encoding:void 0,standalone:void 0},this.line=1,this.column=0,this.ENTITIES=Object.create(N),(V=this.readyHandler)===null||V===void 0||V.call(this)}get position(){return this.chunkPosition+this.i}get columnIndex(){return this.position-this.positionAtNewLine}on(V,de){this[cn[V]]=de}off(V){this[cn[V]]=void 0}makeError(V){var de;let pe=(de=this.fileName)!==null&&de!==void 0?de:"";return this.trackPosition&&(pe.length>0&&(pe+=":"),pe+=`${this.line}:${this.column}`),pe.length>0&&(pe+=": "),new Error(pe+V)}fail(V){const de=this.makeError(V),pe=this.errorHandler;if(pe===void 0)throw de;return pe(de),this}write(V){if(this.closed)return this.fail("cannot write after close; assign an onready handler.");let de=!1;V===null?(de=!0,V=""):typeof V=="object"&&(V=V.toString()),this.carriedFromPrevious!==void 0&&(V=`${this.carriedFromPrevious}${V}`,this.carriedFromPrevious=void 0);let pe=V.length;const Pe=V.charCodeAt(pe-1);!de&&(Pe===H||Pe>=55296&&Pe<=56319)&&(this.carriedFromPrevious=V[pe-1],pe--,V=V.slice(0,pe));const{stateTable:He}=this;for(this.chunk=V,this.i=0;this.i<pe;)He[this.state].call(this);return this.chunkPosition+=pe,de?this.end():this}close(){return this.write(null)}getCode10(){const{chunk:V,i:de}=this;if(this.prevI=de,this.i=de+1,de>=V.length)return A;const pe=V.charCodeAt(de);if(this.column++,pe<55296){if(pe>=re||pe===v)return pe;switch(pe){case w:return this.line++,this.column=0,this.positionAtNewLine=this.position,w;case H:return V.charCodeAt(de+1)===w&&(this.i=de+2),this.line++,this.column=0,this.positionAtNewLine=this.position,R;default:return this.fail("disallowed character."),pe}}if(pe>56319)return pe>=57344&&pe<=65533||this.fail("disallowed character."),pe;const Pe=65536+(pe-55296)*1024+(V.charCodeAt(de+1)-56320);return this.i=de+2,Pe>1114111&&this.fail("disallowed character."),Pe}getCode11(){const{chunk:V,i:de}=this;if(this.prevI=de,this.i=de+1,de>=V.length)return A;const pe=V.charCodeAt(de);if(this.column++,pe<55296){if(pe>31&&pe<127||pe>159&&pe!==Zn||pe===v)return pe;switch(pe){case w:return this.line++,this.column=0,this.positionAtNewLine=this.position,w;case H:{const He=V.charCodeAt(de+1);(He===w||He===Pn)&&(this.i=de+2)}case Pn:case Zn:return this.line++,this.column=0,this.positionAtNewLine=this.position,R;default:return this.fail("disallowed character."),pe}}if(pe>56319)return pe>=57344&&pe<=65533||this.fail("disallowed character."),pe;const Pe=65536+(pe-55296)*1024+(V.charCodeAt(de+1)-56320);return this.i=de+2,Pe>1114111&&this.fail("disallowed character."),Pe}getCodeNorm(){const V=this.getCode();return V===R?w:V}unget(){this.i=this.prevI,this.column--}captureTo(V){let{i:de}=this;const{chunk:pe}=this;for(;;){const Pe=this.getCode(),He=Pe===R,Je=He?w:Pe;if(Je===A||V.includes(Je))return this.text+=pe.slice(de,this.prevI),Je;He&&(this.text+=`${pe.slice(de,this.prevI)}
363
+ */Object.defineProperty(i,"__esModule",{value:!0}),i.NC_NAME_START_CHAR="A-Z_a-zÀ-ÖØ-öø-˿Ͱ-ͽͿ-῿‌-‍⁰-↏Ⰰ-⿯、-퟿豈-﷏ﷰ-�𐀀-󯿿",i.NC_NAME_CHAR="-"+i.NC_NAME_START_CHAR+".0-9·̀-ͯ‿-⁀",i.NC_NAME_START_CHAR_RE=new RegExp("^["+i.NC_NAME_START_CHAR+"]$","u"),i.NC_NAME_CHAR_RE=new RegExp("^["+i.NC_NAME_CHAR+"]$","u"),i.NC_NAME_RE=new RegExp("^["+i.NC_NAME_START_CHAR+"]["+i.NC_NAME_CHAR+"]*$","u");function e(r){return r>=65&&r<=90||r===95||r>=97&&r<=122||r>=192&&r<=214||r>=216&&r<=246||r>=248&&r<=767||r>=880&&r<=893||r>=895&&r<=8191||r>=8204&&r<=8205||r>=8304&&r<=8591||r>=11264&&r<=12271||r>=12289&&r<=55295||r>=63744&&r<=64975||r>=65008&&r<=65533||r>=65536&&r<=983039}i.isNCNameStartChar=e;function n(r){return e(r)||r===45||r===46||r>=48&&r<=57||r===183||r>=768&&r<=879||r>=8255&&r<=8256}i.isNCNameChar=n})(aa)),aa}var ad;function S_(){if(ad)return oi;ad=1,Object.defineProperty(oi,"__esModule",{value:!0}),oi.SaxesParser=oi.EVENTS=void 0;const i=w_(),e=x_(),n=E_();var r=i.isS,o=i.isChar,a=i.isNameStartChar,l=i.isNameChar,u=i.S_LIST,f=i.NAME_RE,h=e.isChar,g=n.isNCNameStartChar,_=n.isNCNameChar,d=n.NC_NAME_RE;const m="http://www.w3.org/XML/1998/namespace",b="http://www.w3.org/2000/xmlns/",T={__proto__:null,xml:m,xmlns:b},N={__proto__:null,amp:"&",gt:">",lt:"<",quot:'"',apos:"'"},A=-1,R=-2,S=0,y=1,x=2,M=3,U=4,O=5,Q=6,D=7,B=8,X=9,F=10,$=11,ue=12,k=13,oe=14,j=15,ae=16,I=17,Z=18,ie=19,ee=20,me=21,W=22,G=23,Y=24,K=25,le=26,ce=27,Ee=28,Te=29,q=30,te=31,fe=32,xe=33,Se=34,Ie=35,se=36,be=37,Ne=38,ve=39,Be=40,mt=41,$e=42,ht=43,C=44,v=9,w=10,H=13,re=32,_e=33,we=34,De=38,Ye=39,Qe=45,We=47,Ze=59,jt=60,Jt=61,st=62,at=63,bi=91,un=93,Pn=133,Zn=8232,z=it=>it===we||it===Ye,J=[we,Ye],Ae=[...J,bi,st],Re=[...J,jt,un],Me=[Jt,at,...u],_t=[...u,st,De,jt];function bt(it,V,de){switch(V){case"xml":de!==m&&it.fail(`xml prefix must be bound to ${m}.`);break;case"xmlns":de!==b&&it.fail(`xmlns prefix must be bound to ${b}.`);break}switch(de){case b:it.fail(V===""?`the default namespace may not be set to ${de}.`:`may not assign a prefix (even "xmlns") to the URI ${b}.`);break;case m:switch(V){case"xml":break;case"":it.fail(`the default namespace may not be set to ${de}.`);break;default:it.fail("may not assign the xml namespace to another prefix.")}break}}function Rt(it,V){for(const de of Object.keys(V))bt(it,de,V[de])}const ke=it=>d.test(it),Xn=it=>f.test(it),Ut=0,kn=1,yn=2;oi.EVENTS=["xmldecl","text","processinginstruction","doctype","comment","opentagstart","attribute","opentag","closetag","cdata","error","end","ready"];const cn={xmldecl:"xmldeclHandler",text:"textHandler",processinginstruction:"piHandler",doctype:"doctypeHandler",comment:"commentHandler",opentagstart:"openTagStartHandler",attribute:"attributeHandler",opentag:"openTagHandler",closetag:"closeTagHandler",cdata:"cdataHandler",error:"errorHandler",end:"endHandler",ready:"readyHandler"};class Mn{get closed(){return this._closed}constructor(V){this.opt=V??{},this.fragmentOpt=!!this.opt.fragment;const de=this.xmlnsOpt=!!this.opt.xmlns;if(this.trackPosition=this.opt.position!==!1,this.fileName=this.opt.fileName,de){this.nameStartCheck=g,this.nameCheck=_,this.isName=ke,this.processAttribs=this.processAttribsNS,this.pushAttrib=this.pushAttribNS,this.ns=Object.assign({__proto__:null},T);const pe=this.opt.additionalNamespaces;pe!=null&&(Rt(this,pe),Object.assign(this.ns,pe))}else this.nameStartCheck=a,this.nameCheck=l,this.isName=Xn,this.processAttribs=this.processAttribsPlain,this.pushAttrib=this.pushAttribPlain;this.stateTable=[this.sBegin,this.sBeginWhitespace,this.sDoctype,this.sDoctypeQuote,this.sDTD,this.sDTDQuoted,this.sDTDOpenWaka,this.sDTDOpenWakaBang,this.sDTDComment,this.sDTDCommentEnding,this.sDTDCommentEnded,this.sDTDPI,this.sDTDPIEnding,this.sText,this.sEntity,this.sOpenWaka,this.sOpenWakaBang,this.sComment,this.sCommentEnding,this.sCommentEnded,this.sCData,this.sCDataEnding,this.sCDataEnding2,this.sPIFirstChar,this.sPIRest,this.sPIBody,this.sPIEnding,this.sXMLDeclNameStart,this.sXMLDeclName,this.sXMLDeclEq,this.sXMLDeclValueStart,this.sXMLDeclValue,this.sXMLDeclSeparator,this.sXMLDeclEnding,this.sOpenTag,this.sOpenTagSlash,this.sAttrib,this.sAttribName,this.sAttribNameSawWhite,this.sAttribValue,this.sAttribValueQuoted,this.sAttribValueClosed,this.sAttribValueUnquoted,this.sCloseTag,this.sCloseTagSawWhite],this._init()}_init(){var V;this.openWakaBang="",this.text="",this.name="",this.piTarget="",this.entity="",this.q=null,this.tags=[],this.tag=null,this.topNS=null,this.chunk="",this.chunkPosition=0,this.i=0,this.prevI=0,this.carriedFromPrevious=void 0,this.forbiddenState=Ut,this.attribList=[];const{fragmentOpt:de}=this;this.state=de?k:S,this.reportedTextBeforeRoot=this.reportedTextAfterRoot=this.closedRoot=this.sawRoot=de,this.xmlDeclPossible=!de,this.xmlDeclExpects=["version"],this.entityReturnState=void 0;let{defaultXMLVersion:pe}=this.opt;if(pe===void 0){if(this.opt.forceXMLVersion===!0)throw new Error("forceXMLVersion set but defaultXMLVersion is not set");pe="1.0"}this.setXMLVersion(pe),this.positionAtNewLine=0,this.doctype=!1,this._closed=!1,this.xmlDecl={version:void 0,encoding:void 0,standalone:void 0},this.line=1,this.column=0,this.ENTITIES=Object.create(N),(V=this.readyHandler)===null||V===void 0||V.call(this)}get position(){return this.chunkPosition+this.i}get columnIndex(){return this.position-this.positionAtNewLine}on(V,de){this[cn[V]]=de}off(V){this[cn[V]]=void 0}makeError(V){var de;let pe=(de=this.fileName)!==null&&de!==void 0?de:"";return this.trackPosition&&(pe.length>0&&(pe+=":"),pe+=`${this.line}:${this.column}`),pe.length>0&&(pe+=": "),new Error(pe+V)}fail(V){const de=this.makeError(V),pe=this.errorHandler;if(pe===void 0)throw de;return pe(de),this}write(V){if(this.closed)return this.fail("cannot write after close; assign an onready handler.");let de=!1;V===null?(de=!0,V=""):typeof V=="object"&&(V=V.toString()),this.carriedFromPrevious!==void 0&&(V=`${this.carriedFromPrevious}${V}`,this.carriedFromPrevious=void 0);let pe=V.length;const Pe=V.charCodeAt(pe-1);!de&&(Pe===H||Pe>=55296&&Pe<=56319)&&(this.carriedFromPrevious=V[pe-1],pe--,V=V.slice(0,pe));const{stateTable:He}=this;for(this.chunk=V,this.i=0;this.i<pe;)He[this.state].call(this);return this.chunkPosition+=pe,de?this.end():this}close(){return this.write(null)}getCode10(){const{chunk:V,i:de}=this;if(this.prevI=de,this.i=de+1,de>=V.length)return A;const pe=V.charCodeAt(de);if(this.column++,pe<55296){if(pe>=re||pe===v)return pe;switch(pe){case w:return this.line++,this.column=0,this.positionAtNewLine=this.position,w;case H:return V.charCodeAt(de+1)===w&&(this.i=de+2),this.line++,this.column=0,this.positionAtNewLine=this.position,R;default:return this.fail("disallowed character."),pe}}if(pe>56319)return pe>=57344&&pe<=65533||this.fail("disallowed character."),pe;const Pe=65536+(pe-55296)*1024+(V.charCodeAt(de+1)-56320);return this.i=de+2,Pe>1114111&&this.fail("disallowed character."),Pe}getCode11(){const{chunk:V,i:de}=this;if(this.prevI=de,this.i=de+1,de>=V.length)return A;const pe=V.charCodeAt(de);if(this.column++,pe<55296){if(pe>31&&pe<127||pe>159&&pe!==Zn||pe===v)return pe;switch(pe){case w:return this.line++,this.column=0,this.positionAtNewLine=this.position,w;case H:{const He=V.charCodeAt(de+1);(He===w||He===Pn)&&(this.i=de+2)}case Pn:case Zn:return this.line++,this.column=0,this.positionAtNewLine=this.position,R;default:return this.fail("disallowed character."),pe}}if(pe>56319)return pe>=57344&&pe<=65533||this.fail("disallowed character."),pe;const Pe=65536+(pe-55296)*1024+(V.charCodeAt(de+1)-56320);return this.i=de+2,Pe>1114111&&this.fail("disallowed character."),Pe}getCodeNorm(){const V=this.getCode();return V===R?w:V}unget(){this.i=this.prevI,this.column--}captureTo(V){let{i:de}=this;const{chunk:pe}=this;for(;;){const Pe=this.getCode(),He=Pe===R,Je=He?w:Pe;if(Je===A||V.includes(Je))return this.text+=pe.slice(de,this.prevI),Je;He&&(this.text+=`${pe.slice(de,this.prevI)}
361
364
  `,de=this.i)}}captureToChar(V){let{i:de}=this;const{chunk:pe}=this;for(;;){let Pe=this.getCode();switch(Pe){case R:this.text+=`${pe.slice(de,this.prevI)}
362
- `,de=this.i,Pe=w;break;case A:return this.text+=pe.slice(de),!1}if(Pe===V)return this.text+=pe.slice(de,this.prevI),!0}}captureNameChars(){const{chunk:V,i:de}=this;for(;;){const pe=this.getCode();if(pe===A)return this.name+=V.slice(de),A;if(!l(pe))return this.name+=V.slice(de,this.prevI),pe===R?w:pe}}skipSpaces(){for(;;){const V=this.getCodeNorm();if(V===A||!r(V))return V}}setXMLVersion(V){this.currentXMLVersion=V,V==="1.0"?(this.isChar=o,this.getCode=this.getCode10):(this.isChar=h,this.getCode=this.getCode11)}sBegin(){this.chunk.charCodeAt(0)===65279&&(this.i++,this.column++),this.state=y}sBeginWhitespace(){const V=this.i,de=this.skipSpaces();switch(this.prevI!==V&&(this.xmlDeclPossible=!1),de){case Ft:if(this.state=j,this.text.length!==0)throw new Error("no-empty text at start");break;case A:break;default:this.unget(),this.state=k,this.xmlDeclPossible=!1}}sDoctype(){var V;const de=this.captureTo(Ae);switch(de){case st:{(V=this.doctypeHandler)===null||V===void 0||V.call(this,this.text),this.text="",this.state=k,this.doctype=!0;break}case A:break;default:this.text+=String.fromCodePoint(de),de===bi?this.state=U:z(de)&&(this.state=M,this.q=de)}}sDoctypeQuote(){const V=this.q;this.captureToChar(V)&&(this.text+=String.fromCodePoint(V),this.q=null,this.state=x)}sDTD(){const V=this.captureTo(Re);V!==A&&(this.text+=String.fromCodePoint(V),V===un?this.state=x:V===Ft?this.state=Q:z(V)&&(this.state=O,this.q=V))}sDTDQuoted(){const V=this.q;this.captureToChar(V)&&(this.text+=String.fromCodePoint(V),this.state=U,this.q=null)}sDTDOpenWaka(){const V=this.getCodeNorm();switch(this.text+=String.fromCodePoint(V),V){case _e:this.state=D,this.openWakaBang="";break;case at:this.state=$;break;default:this.state=U}}sDTDOpenWakaBang(){const V=String.fromCodePoint(this.getCodeNorm()),de=this.openWakaBang+=V;this.text+=V,de!=="-"&&(this.state=de==="--"?B:U,this.openWakaBang="")}sDTDComment(){this.captureToChar(Qe)&&(this.text+="-",this.state=X)}sDTDCommentEnding(){const V=this.getCodeNorm();this.text+=String.fromCodePoint(V),this.state=V===Qe?F:B}sDTDCommentEnded(){const V=this.getCodeNorm();this.text+=String.fromCodePoint(V),V===st?this.state=U:(this.fail("malformed comment."),this.state=B)}sDTDPI(){this.captureToChar(at)&&(this.text+="?",this.state=ue)}sDTDPIEnding(){const V=this.getCodeNorm();this.text+=String.fromCodePoint(V),V===st&&(this.state=U)}sText(){this.tags.length!==0?this.handleTextInRoot():this.handleTextOutsideRoot()}sEntity(){let{i:V}=this;const{chunk:de}=this;e:for(;;)switch(this.getCode()){case R:this.entity+=`${de.slice(V,this.prevI)}
363
- `,V=this.i;break;case Ze:{const{entityReturnState:pe}=this,Pe=this.entity+de.slice(V,this.prevI);this.state=pe;let He;Pe===""?(this.fail("empty entity name."),He="&;"):(He=this.parseEntity(Pe),this.entity=""),(pe!==k||this.textHandler!==void 0)&&(this.text+=He);break e}case A:this.entity+=de.slice(V);break e}}sOpenWaka(){const V=this.getCode();if(a(V))this.state=Se,this.unget(),this.xmlDeclPossible=!1;else switch(V){case We:this.state=ht,this.xmlDeclPossible=!1;break;case _e:this.state=ae,this.openWakaBang="",this.xmlDeclPossible=!1;break;case at:this.state=G;break;default:this.fail("disallowed character in tag name"),this.state=k,this.xmlDeclPossible=!1}}sOpenWakaBang(){switch(this.openWakaBang+=String.fromCodePoint(this.getCodeNorm()),this.openWakaBang){case"[CDATA[":!this.sawRoot&&!this.reportedTextBeforeRoot&&(this.fail("text data outside of root node."),this.reportedTextBeforeRoot=!0),this.closedRoot&&!this.reportedTextAfterRoot&&(this.fail("text data outside of root node."),this.reportedTextAfterRoot=!0),this.state=ee,this.openWakaBang="";break;case"--":this.state=I,this.openWakaBang="";break;case"DOCTYPE":this.state=x,(this.doctype||this.sawRoot)&&this.fail("inappropriately located doctype declaration."),this.openWakaBang="";break;default:this.openWakaBang.length>=7&&this.fail("incorrect syntax.")}}sComment(){this.captureToChar(Qe)&&(this.state=Z)}sCommentEnding(){var V;const de=this.getCodeNorm();de===Qe?(this.state=ie,(V=this.commentHandler)===null||V===void 0||V.call(this,this.text),this.text=""):(this.text+=`-${String.fromCodePoint(de)}`,this.state=I)}sCommentEnded(){const V=this.getCodeNorm();V!==st?(this.fail("malformed comment."),this.text+=`--${String.fromCodePoint(V)}`,this.state=I):this.state=k}sCData(){this.captureToChar(un)&&(this.state=me)}sCDataEnding(){const V=this.getCodeNorm();V===un?this.state=W:(this.text+=`]${String.fromCodePoint(V)}`,this.state=ee)}sCDataEnding2(){var V;const de=this.getCodeNorm();switch(de){case st:{(V=this.cdataHandler)===null||V===void 0||V.call(this,this.text),this.text="",this.state=k;break}case un:this.text+="]";break;default:this.text+=`]]${String.fromCodePoint(de)}`,this.state=ee}}sPIFirstChar(){const V=this.getCodeNorm();this.nameStartCheck(V)?(this.piTarget+=String.fromCodePoint(V),this.state=Y):V===at||r(V)?(this.fail("processing instruction without a target."),this.state=V===at?le:K):(this.fail("disallowed character in processing instruction name."),this.piTarget+=String.fromCodePoint(V),this.state=Y)}sPIRest(){const{chunk:V,i:de}=this;for(;;){const pe=this.getCodeNorm();if(pe===A){this.piTarget+=V.slice(de);return}if(!this.nameCheck(pe)){this.piTarget+=V.slice(de,this.prevI);const Pe=pe===at;Pe||r(pe)?this.piTarget==="xml"?(this.xmlDeclPossible||this.fail("an XML declaration must be at the start of the document."),this.state=Pe?xe:ce):this.state=Pe?le:K:(this.fail("disallowed character in processing instruction name."),this.piTarget+=String.fromCodePoint(pe));break}}}sPIBody(){if(this.text.length===0){const V=this.getCodeNorm();V===at?this.state=le:r(V)||(this.text=String.fromCodePoint(V))}else this.captureToChar(at)&&(this.state=le)}sPIEnding(){var V;const de=this.getCodeNorm();if(de===st){const{piTarget:pe}=this;pe.toLowerCase()==="xml"&&this.fail("the XML declaration must appear at the start of the document."),(V=this.piHandler)===null||V===void 0||V.call(this,{target:pe,body:this.text}),this.piTarget=this.text="",this.state=k}else de===at?this.text+="?":(this.text+=`?${String.fromCodePoint(de)}`,this.state=K);this.xmlDeclPossible=!1}sXMLDeclNameStart(){const V=this.skipSpaces();if(V===at){this.state=xe;return}V!==A&&(this.state=Ee,this.name=String.fromCodePoint(V))}sXMLDeclName(){const V=this.captureTo(Me);if(V===at){this.state=xe,this.name+=this.text,this.text="",this.fail("XML declaration is incomplete.");return}if(r(V)||V===Jt){if(this.name+=this.text,this.text="",!this.xmlDeclExpects.includes(this.name))switch(this.name.length){case 0:this.fail("did not expect any more name/value pairs.");break;case 1:this.fail(`expected the name ${this.xmlDeclExpects[0]}.`);break;default:this.fail(`expected one of ${this.xmlDeclExpects.join(", ")}`)}this.state=V===Jt?q:Te}}sXMLDeclEq(){const V=this.getCodeNorm();if(V===at){this.state=xe,this.fail("XML declaration is incomplete.");return}r(V)||(V!==Jt&&this.fail("value required."),this.state=q)}sXMLDeclValueStart(){const V=this.getCodeNorm();if(V===at){this.state=xe,this.fail("XML declaration is incomplete.");return}r(V)||(z(V)?this.q=V:(this.fail("value must be quoted."),this.q=re),this.state=te)}sXMLDeclValue(){const V=this.captureTo([this.q,at]);if(V===at){this.state=xe,this.text="",this.fail("XML declaration is incomplete.");return}if(V===A)return;const de=this.text;switch(this.text="",this.name){case"version":{this.xmlDeclExpects=["encoding","standalone"];const pe=de;this.xmlDecl.version=pe,/^1\.[0-9]+$/.test(pe)?this.opt.forceXMLVersion||this.setXMLVersion(pe):this.fail("version number must match /^1\\.[0-9]+$/.");break}case"encoding":/^[A-Za-z][A-Za-z0-9._-]*$/.test(de)||this.fail("encoding value must match /^[A-Za-z0-9][A-Za-z0-9._-]*$/."),this.xmlDeclExpects=["standalone"],this.xmlDecl.encoding=de;break;case"standalone":de!=="yes"&&de!=="no"&&this.fail('standalone value must match "yes" or "no".'),this.xmlDeclExpects=[],this.xmlDecl.standalone=de;break}this.name="",this.state=fe}sXMLDeclSeparator(){const V=this.getCodeNorm();if(V===at){this.state=xe;return}r(V)||(this.fail("whitespace required."),this.unget()),this.state=ce}sXMLDeclEnding(){var V;this.getCodeNorm()===st?(this.piTarget!=="xml"?this.fail("processing instructions are not allowed before root."):this.name!=="version"&&this.xmlDeclExpects.includes("version")&&this.fail("XML declaration must contain a version."),(V=this.xmldeclHandler)===null||V===void 0||V.call(this,this.xmlDecl),this.name="",this.piTarget=this.text="",this.state=k):this.fail("The character ? is disallowed anywhere in XML declarations."),this.xmlDeclPossible=!1}sOpenTag(){var V;const de=this.captureNameChars();if(de===A)return;const pe=this.tag={name:this.name,attributes:Object.create(null)};switch(this.name="",this.xmlnsOpt&&(this.topNS=pe.ns=Object.create(null)),(V=this.openTagStartHandler)===null||V===void 0||V.call(this,pe),this.sawRoot=!0,!this.fragmentOpt&&this.closedRoot&&this.fail("documents may contain only one root."),de){case st:this.openTag();break;case We:this.state=Ie;break;default:r(de)||this.fail("disallowed character in tag name."),this.state=se}}sOpenTagSlash(){this.getCode()===st?this.openSelfClosingTag():(this.fail("forward-slash in opening tag not followed by >."),this.state=se)}sAttrib(){const V=this.skipSpaces();V!==A&&(a(V)?(this.unget(),this.state=be):V===st?this.openTag():V===We?this.state=Ie:this.fail("disallowed character in attribute name."))}sAttribName(){const V=this.captureNameChars();V===Jt?this.state=ve:r(V)?this.state=Ne:V===st?(this.fail("attribute without value."),this.pushAttrib(this.name,this.name),this.name=this.text="",this.openTag()):V!==A&&this.fail("disallowed character in attribute name.")}sAttribNameSawWhite(){const V=this.skipSpaces();switch(V){case A:return;case Jt:this.state=ve;break;default:this.fail("attribute without value."),this.text="",this.name="",V===st?this.openTag():a(V)?(this.unget(),this.state=be):(this.fail("disallowed character in attribute name."),this.state=se)}}sAttribValue(){const V=this.getCodeNorm();z(V)?(this.q=V,this.state=Be):r(V)||(this.fail("unquoted attribute value."),this.state=$e,this.unget())}sAttribValueQuoted(){const{q:V,chunk:de}=this;let{i:pe}=this;for(;;)switch(this.getCode()){case V:this.pushAttrib(this.name,this.text+de.slice(pe,this.prevI)),this.name=this.text="",this.q=null,this.state=gt;return;case De:this.text+=de.slice(pe,this.prevI),this.state=oe,this.entityReturnState=Be;return;case w:case R:case v:this.text+=`${de.slice(pe,this.prevI)} `,pe=this.i;break;case Ft:this.text+=de.slice(pe,this.prevI),this.fail("disallowed character.");return;case A:this.text+=de.slice(pe);return}}sAttribValueClosed(){const V=this.getCodeNorm();r(V)?this.state=se:V===st?this.openTag():V===We?this.state=Ie:a(V)?(this.fail("no whitespace between attributes."),this.unget(),this.state=be):this.fail("disallowed character in attribute name.")}sAttribValueUnquoted(){const V=this.captureTo(mt);switch(V){case De:this.state=oe,this.entityReturnState=$e;break;case Ft:this.fail("disallowed character.");break;case A:break;default:this.text.includes("]]>")&&this.fail('the string "]]>" is disallowed in char data.'),this.pushAttrib(this.name,this.text),this.name=this.text="",V===st?this.openTag():this.state=se}}sCloseTag(){const V=this.captureNameChars();V===st?this.closeTag():r(V)?this.state=C:V!==A&&this.fail("disallowed character in closing tag.")}sCloseTagSawWhite(){switch(this.skipSpaces()){case st:this.closeTag();break;case A:break;default:this.fail("disallowed character in closing tag.")}}handleTextInRoot(){let{i:V,forbiddenState:de}=this;const{chunk:pe,textHandler:Pe}=this;e:for(;;)switch(this.getCode()){case Ft:{if(this.state=j,Pe!==void 0){const{text:He}=this,Je=pe.slice(V,this.prevI);He.length!==0?(Pe(He+Je),this.text=""):Je.length!==0&&Pe(Je)}de=Ut;break e}case De:this.state=oe,this.entityReturnState=k,Pe!==void 0&&(this.text+=pe.slice(V,this.prevI)),de=Ut;break e;case un:switch(de){case Ut:de=kn;break;case kn:de=_n;break;case _n:break;default:throw new Error("impossible state")}break;case st:de===_n&&this.fail('the string "]]>" is disallowed in char data.'),de=Ut;break;case R:Pe!==void 0&&(this.text+=`${pe.slice(V,this.prevI)}
364
- `),V=this.i,de=Ut;break;case A:Pe!==void 0&&(this.text+=pe.slice(V));break e;default:de=Ut}this.forbiddenState=de}handleTextOutsideRoot(){let{i:V}=this;const{chunk:de,textHandler:pe}=this;let Pe=!1;e:for(;;){const He=this.getCode();switch(He){case Ft:{if(this.state=j,pe!==void 0){const{text:Je}=this,wt=de.slice(V,this.prevI);Je.length!==0?(pe(Je+wt),this.text=""):wt.length!==0&&pe(wt)}break e}case De:this.state=oe,this.entityReturnState=k,pe!==void 0&&(this.text+=de.slice(V,this.prevI)),Pe=!0;break e;case R:pe!==void 0&&(this.text+=`${de.slice(V,this.prevI)}
365
+ `,de=this.i,Pe=w;break;case A:return this.text+=pe.slice(de),!1}if(Pe===V)return this.text+=pe.slice(de,this.prevI),!0}}captureNameChars(){const{chunk:V,i:de}=this;for(;;){const pe=this.getCode();if(pe===A)return this.name+=V.slice(de),A;if(!l(pe))return this.name+=V.slice(de,this.prevI),pe===R?w:pe}}skipSpaces(){for(;;){const V=this.getCodeNorm();if(V===A||!r(V))return V}}setXMLVersion(V){this.currentXMLVersion=V,V==="1.0"?(this.isChar=o,this.getCode=this.getCode10):(this.isChar=h,this.getCode=this.getCode11)}sBegin(){this.chunk.charCodeAt(0)===65279&&(this.i++,this.column++),this.state=y}sBeginWhitespace(){const V=this.i,de=this.skipSpaces();switch(this.prevI!==V&&(this.xmlDeclPossible=!1),de){case jt:if(this.state=j,this.text.length!==0)throw new Error("no-empty text at start");break;case A:break;default:this.unget(),this.state=k,this.xmlDeclPossible=!1}}sDoctype(){var V;const de=this.captureTo(Ae);switch(de){case st:{(V=this.doctypeHandler)===null||V===void 0||V.call(this,this.text),this.text="",this.state=k,this.doctype=!0;break}case A:break;default:this.text+=String.fromCodePoint(de),de===bi?this.state=U:z(de)&&(this.state=M,this.q=de)}}sDoctypeQuote(){const V=this.q;this.captureToChar(V)&&(this.text+=String.fromCodePoint(V),this.q=null,this.state=x)}sDTD(){const V=this.captureTo(Re);V!==A&&(this.text+=String.fromCodePoint(V),V===un?this.state=x:V===jt?this.state=Q:z(V)&&(this.state=O,this.q=V))}sDTDQuoted(){const V=this.q;this.captureToChar(V)&&(this.text+=String.fromCodePoint(V),this.state=U,this.q=null)}sDTDOpenWaka(){const V=this.getCodeNorm();switch(this.text+=String.fromCodePoint(V),V){case _e:this.state=D,this.openWakaBang="";break;case at:this.state=$;break;default:this.state=U}}sDTDOpenWakaBang(){const V=String.fromCodePoint(this.getCodeNorm()),de=this.openWakaBang+=V;this.text+=V,de!=="-"&&(this.state=de==="--"?B:U,this.openWakaBang="")}sDTDComment(){this.captureToChar(Qe)&&(this.text+="-",this.state=X)}sDTDCommentEnding(){const V=this.getCodeNorm();this.text+=String.fromCodePoint(V),this.state=V===Qe?F:B}sDTDCommentEnded(){const V=this.getCodeNorm();this.text+=String.fromCodePoint(V),V===st?this.state=U:(this.fail("malformed comment."),this.state=B)}sDTDPI(){this.captureToChar(at)&&(this.text+="?",this.state=ue)}sDTDPIEnding(){const V=this.getCodeNorm();this.text+=String.fromCodePoint(V),V===st&&(this.state=U)}sText(){this.tags.length!==0?this.handleTextInRoot():this.handleTextOutsideRoot()}sEntity(){let{i:V}=this;const{chunk:de}=this;e:for(;;)switch(this.getCode()){case R:this.entity+=`${de.slice(V,this.prevI)}
366
+ `,V=this.i;break;case Ze:{const{entityReturnState:pe}=this,Pe=this.entity+de.slice(V,this.prevI);this.state=pe;let He;Pe===""?(this.fail("empty entity name."),He="&;"):(He=this.parseEntity(Pe),this.entity=""),(pe!==k||this.textHandler!==void 0)&&(this.text+=He);break e}case A:this.entity+=de.slice(V);break e}}sOpenWaka(){const V=this.getCode();if(a(V))this.state=Se,this.unget(),this.xmlDeclPossible=!1;else switch(V){case We:this.state=ht,this.xmlDeclPossible=!1;break;case _e:this.state=ae,this.openWakaBang="",this.xmlDeclPossible=!1;break;case at:this.state=G;break;default:this.fail("disallowed character in tag name"),this.state=k,this.xmlDeclPossible=!1}}sOpenWakaBang(){switch(this.openWakaBang+=String.fromCodePoint(this.getCodeNorm()),this.openWakaBang){case"[CDATA[":!this.sawRoot&&!this.reportedTextBeforeRoot&&(this.fail("text data outside of root node."),this.reportedTextBeforeRoot=!0),this.closedRoot&&!this.reportedTextAfterRoot&&(this.fail("text data outside of root node."),this.reportedTextAfterRoot=!0),this.state=ee,this.openWakaBang="";break;case"--":this.state=I,this.openWakaBang="";break;case"DOCTYPE":this.state=x,(this.doctype||this.sawRoot)&&this.fail("inappropriately located doctype declaration."),this.openWakaBang="";break;default:this.openWakaBang.length>=7&&this.fail("incorrect syntax.")}}sComment(){this.captureToChar(Qe)&&(this.state=Z)}sCommentEnding(){var V;const de=this.getCodeNorm();de===Qe?(this.state=ie,(V=this.commentHandler)===null||V===void 0||V.call(this,this.text),this.text=""):(this.text+=`-${String.fromCodePoint(de)}`,this.state=I)}sCommentEnded(){const V=this.getCodeNorm();V!==st?(this.fail("malformed comment."),this.text+=`--${String.fromCodePoint(V)}`,this.state=I):this.state=k}sCData(){this.captureToChar(un)&&(this.state=me)}sCDataEnding(){const V=this.getCodeNorm();V===un?this.state=W:(this.text+=`]${String.fromCodePoint(V)}`,this.state=ee)}sCDataEnding2(){var V;const de=this.getCodeNorm();switch(de){case st:{(V=this.cdataHandler)===null||V===void 0||V.call(this,this.text),this.text="",this.state=k;break}case un:this.text+="]";break;default:this.text+=`]]${String.fromCodePoint(de)}`,this.state=ee}}sPIFirstChar(){const V=this.getCodeNorm();this.nameStartCheck(V)?(this.piTarget+=String.fromCodePoint(V),this.state=Y):V===at||r(V)?(this.fail("processing instruction without a target."),this.state=V===at?le:K):(this.fail("disallowed character in processing instruction name."),this.piTarget+=String.fromCodePoint(V),this.state=Y)}sPIRest(){const{chunk:V,i:de}=this;for(;;){const pe=this.getCodeNorm();if(pe===A){this.piTarget+=V.slice(de);return}if(!this.nameCheck(pe)){this.piTarget+=V.slice(de,this.prevI);const Pe=pe===at;Pe||r(pe)?this.piTarget==="xml"?(this.xmlDeclPossible||this.fail("an XML declaration must be at the start of the document."),this.state=Pe?xe:ce):this.state=Pe?le:K:(this.fail("disallowed character in processing instruction name."),this.piTarget+=String.fromCodePoint(pe));break}}}sPIBody(){if(this.text.length===0){const V=this.getCodeNorm();V===at?this.state=le:r(V)||(this.text=String.fromCodePoint(V))}else this.captureToChar(at)&&(this.state=le)}sPIEnding(){var V;const de=this.getCodeNorm();if(de===st){const{piTarget:pe}=this;pe.toLowerCase()==="xml"&&this.fail("the XML declaration must appear at the start of the document."),(V=this.piHandler)===null||V===void 0||V.call(this,{target:pe,body:this.text}),this.piTarget=this.text="",this.state=k}else de===at?this.text+="?":(this.text+=`?${String.fromCodePoint(de)}`,this.state=K);this.xmlDeclPossible=!1}sXMLDeclNameStart(){const V=this.skipSpaces();if(V===at){this.state=xe;return}V!==A&&(this.state=Ee,this.name=String.fromCodePoint(V))}sXMLDeclName(){const V=this.captureTo(Me);if(V===at){this.state=xe,this.name+=this.text,this.text="",this.fail("XML declaration is incomplete.");return}if(r(V)||V===Jt){if(this.name+=this.text,this.text="",!this.xmlDeclExpects.includes(this.name))switch(this.name.length){case 0:this.fail("did not expect any more name/value pairs.");break;case 1:this.fail(`expected the name ${this.xmlDeclExpects[0]}.`);break;default:this.fail(`expected one of ${this.xmlDeclExpects.join(", ")}`)}this.state=V===Jt?q:Te}}sXMLDeclEq(){const V=this.getCodeNorm();if(V===at){this.state=xe,this.fail("XML declaration is incomplete.");return}r(V)||(V!==Jt&&this.fail("value required."),this.state=q)}sXMLDeclValueStart(){const V=this.getCodeNorm();if(V===at){this.state=xe,this.fail("XML declaration is incomplete.");return}r(V)||(z(V)?this.q=V:(this.fail("value must be quoted."),this.q=re),this.state=te)}sXMLDeclValue(){const V=this.captureTo([this.q,at]);if(V===at){this.state=xe,this.text="",this.fail("XML declaration is incomplete.");return}if(V===A)return;const de=this.text;switch(this.text="",this.name){case"version":{this.xmlDeclExpects=["encoding","standalone"];const pe=de;this.xmlDecl.version=pe,/^1\.[0-9]+$/.test(pe)?this.opt.forceXMLVersion||this.setXMLVersion(pe):this.fail("version number must match /^1\\.[0-9]+$/.");break}case"encoding":/^[A-Za-z][A-Za-z0-9._-]*$/.test(de)||this.fail("encoding value must match /^[A-Za-z0-9][A-Za-z0-9._-]*$/."),this.xmlDeclExpects=["standalone"],this.xmlDecl.encoding=de;break;case"standalone":de!=="yes"&&de!=="no"&&this.fail('standalone value must match "yes" or "no".'),this.xmlDeclExpects=[],this.xmlDecl.standalone=de;break}this.name="",this.state=fe}sXMLDeclSeparator(){const V=this.getCodeNorm();if(V===at){this.state=xe;return}r(V)||(this.fail("whitespace required."),this.unget()),this.state=ce}sXMLDeclEnding(){var V;this.getCodeNorm()===st?(this.piTarget!=="xml"?this.fail("processing instructions are not allowed before root."):this.name!=="version"&&this.xmlDeclExpects.includes("version")&&this.fail("XML declaration must contain a version."),(V=this.xmldeclHandler)===null||V===void 0||V.call(this,this.xmlDecl),this.name="",this.piTarget=this.text="",this.state=k):this.fail("The character ? is disallowed anywhere in XML declarations."),this.xmlDeclPossible=!1}sOpenTag(){var V;const de=this.captureNameChars();if(de===A)return;const pe=this.tag={name:this.name,attributes:Object.create(null)};switch(this.name="",this.xmlnsOpt&&(this.topNS=pe.ns=Object.create(null)),(V=this.openTagStartHandler)===null||V===void 0||V.call(this,pe),this.sawRoot=!0,!this.fragmentOpt&&this.closedRoot&&this.fail("documents may contain only one root."),de){case st:this.openTag();break;case We:this.state=Ie;break;default:r(de)||this.fail("disallowed character in tag name."),this.state=se}}sOpenTagSlash(){this.getCode()===st?this.openSelfClosingTag():(this.fail("forward-slash in opening tag not followed by >."),this.state=se)}sAttrib(){const V=this.skipSpaces();V!==A&&(a(V)?(this.unget(),this.state=be):V===st?this.openTag():V===We?this.state=Ie:this.fail("disallowed character in attribute name."))}sAttribName(){const V=this.captureNameChars();V===Jt?this.state=ve:r(V)?this.state=Ne:V===st?(this.fail("attribute without value."),this.pushAttrib(this.name,this.name),this.name=this.text="",this.openTag()):V!==A&&this.fail("disallowed character in attribute name.")}sAttribNameSawWhite(){const V=this.skipSpaces();switch(V){case A:return;case Jt:this.state=ve;break;default:this.fail("attribute without value."),this.text="",this.name="",V===st?this.openTag():a(V)?(this.unget(),this.state=be):(this.fail("disallowed character in attribute name."),this.state=se)}}sAttribValue(){const V=this.getCodeNorm();z(V)?(this.q=V,this.state=Be):r(V)||(this.fail("unquoted attribute value."),this.state=$e,this.unget())}sAttribValueQuoted(){const{q:V,chunk:de}=this;let{i:pe}=this;for(;;)switch(this.getCode()){case V:this.pushAttrib(this.name,this.text+de.slice(pe,this.prevI)),this.name=this.text="",this.q=null,this.state=mt;return;case De:this.text+=de.slice(pe,this.prevI),this.state=oe,this.entityReturnState=Be;return;case w:case R:case v:this.text+=`${de.slice(pe,this.prevI)} `,pe=this.i;break;case jt:this.text+=de.slice(pe,this.prevI),this.fail("disallowed character.");return;case A:this.text+=de.slice(pe);return}}sAttribValueClosed(){const V=this.getCodeNorm();r(V)?this.state=se:V===st?this.openTag():V===We?this.state=Ie:a(V)?(this.fail("no whitespace between attributes."),this.unget(),this.state=be):this.fail("disallowed character in attribute name.")}sAttribValueUnquoted(){const V=this.captureTo(_t);switch(V){case De:this.state=oe,this.entityReturnState=$e;break;case jt:this.fail("disallowed character.");break;case A:break;default:this.text.includes("]]>")&&this.fail('the string "]]>" is disallowed in char data.'),this.pushAttrib(this.name,this.text),this.name=this.text="",V===st?this.openTag():this.state=se}}sCloseTag(){const V=this.captureNameChars();V===st?this.closeTag():r(V)?this.state=C:V!==A&&this.fail("disallowed character in closing tag.")}sCloseTagSawWhite(){switch(this.skipSpaces()){case st:this.closeTag();break;case A:break;default:this.fail("disallowed character in closing tag.")}}handleTextInRoot(){let{i:V,forbiddenState:de}=this;const{chunk:pe,textHandler:Pe}=this;e:for(;;)switch(this.getCode()){case jt:{if(this.state=j,Pe!==void 0){const{text:He}=this,Je=pe.slice(V,this.prevI);He.length!==0?(Pe(He+Je),this.text=""):Je.length!==0&&Pe(Je)}de=Ut;break e}case De:this.state=oe,this.entityReturnState=k,Pe!==void 0&&(this.text+=pe.slice(V,this.prevI)),de=Ut;break e;case un:switch(de){case Ut:de=kn;break;case kn:de=yn;break;case yn:break;default:throw new Error("impossible state")}break;case st:de===yn&&this.fail('the string "]]>" is disallowed in char data.'),de=Ut;break;case R:Pe!==void 0&&(this.text+=`${pe.slice(V,this.prevI)}
367
+ `),V=this.i,de=Ut;break;case A:Pe!==void 0&&(this.text+=pe.slice(V));break e;default:de=Ut}this.forbiddenState=de}handleTextOutsideRoot(){let{i:V}=this;const{chunk:de,textHandler:pe}=this;let Pe=!1;e:for(;;){const He=this.getCode();switch(He){case jt:{if(this.state=j,pe!==void 0){const{text:Je}=this,wt=de.slice(V,this.prevI);Je.length!==0?(pe(Je+wt),this.text=""):wt.length!==0&&pe(wt)}break e}case De:this.state=oe,this.entityReturnState=k,pe!==void 0&&(this.text+=de.slice(V,this.prevI)),Pe=!0;break e;case R:pe!==void 0&&(this.text+=`${de.slice(V,this.prevI)}
365
368
  `),V=this.i;break;case A:pe!==void 0&&(this.text+=de.slice(V));break e;default:r(He)||(Pe=!0)}}Pe&&(!this.sawRoot&&!this.reportedTextBeforeRoot&&(this.fail("text data outside of root node."),this.reportedTextBeforeRoot=!0),this.closedRoot&&!this.reportedTextAfterRoot&&(this.fail("text data outside of root node."),this.reportedTextAfterRoot=!0))}pushAttribNS(V,de){var pe;const{prefix:Pe,local:He}=this.qname(V),Je={name:V,prefix:Pe,local:He,value:de};if(this.attribList.push(Je),(pe=this.attributeHandler)===null||pe===void 0||pe.call(this,Je),Pe==="xmlns"){const wt=de.trim();this.currentXMLVersion==="1.0"&&wt===""&&this.fail("invalid attempt to undefine prefix in XML 1.0"),this.topNS[He]=wt,bt(this,He,wt)}else if(V==="xmlns"){const wt=de.trim();this.topNS[""]=wt,bt(this,"",wt)}}pushAttribPlain(V,de){var pe;const Pe={name:V,value:de};this.attribList.push(Pe),(pe=this.attributeHandler)===null||pe===void 0||pe.call(this,Pe)}end(){var V,de;this.sawRoot||this.fail("document must contain a root element.");const{tags:pe}=this;for(;pe.length>0;){const He=pe.pop();this.fail(`unclosed tag: ${He.name}`)}this.state!==S&&this.state!==k&&this.fail("unexpected end.");const{text:Pe}=this;return Pe.length!==0&&((V=this.textHandler)===null||V===void 0||V.call(this,Pe),this.text=""),this._closed=!0,(de=this.endHandler)===null||de===void 0||de.call(this),this._init(),this}resolve(V){var de,pe;let Pe=this.topNS[V];if(Pe!==void 0)return Pe;const{tags:He}=this;for(let Je=He.length-1;Je>=0;Je--)if(Pe=He[Je].ns[V],Pe!==void 0)return Pe;return Pe=this.ns[V],Pe!==void 0?Pe:(pe=(de=this.opt).resolvePrefix)===null||pe===void 0?void 0:pe.call(de,V)}qname(V){const de=V.indexOf(":");if(de===-1)return{prefix:"",local:V};const pe=V.slice(de+1),Pe=V.slice(0,de);return(Pe===""||pe===""||pe.includes(":"))&&this.fail(`malformed name: ${V}.`),{prefix:Pe,local:pe}}processAttribsNS(){var V;const{attribList:de}=this,pe=this.tag;{const{prefix:Je,local:wt}=this.qname(pe.name);pe.prefix=Je,pe.local=wt;const Kt=pe.uri=(V=this.resolve(Je))!==null&&V!==void 0?V:"";Je!==""&&(Je==="xmlns"&&this.fail('tags may not have "xmlns" as prefix.'),Kt===""&&(this.fail(`unbound namespace prefix: ${JSON.stringify(Je)}.`),pe.uri=Je))}if(de.length===0)return;const{attributes:Pe}=pe,He=new Set;for(const Je of de){const{name:wt,prefix:Kt,local:eo}=Je;let Dn,Qn;Kt===""?(Dn=wt==="xmlns"?b:"",Qn=wt):(Dn=this.resolve(Kt),Dn===void 0&&(this.fail(`unbound namespace prefix: ${JSON.stringify(Kt)}.`),Dn=Kt),Qn=`{${Dn}}${eo}`),He.has(Qn)&&this.fail(`duplicate attribute: ${Qn}.`),He.add(Qn),Je.uri=Dn,Pe[wt]=Je}this.attribList=[]}processAttribsPlain(){const{attribList:V}=this,de=this.tag.attributes;for(const{name:pe,value:Pe}of V)de[pe]!==void 0&&this.fail(`duplicate attribute: ${pe}.`),de[pe]=Pe;this.attribList=[]}openTag(){var V;this.processAttribs();const{tags:de}=this,pe=this.tag;pe.isSelfClosing=!1,(V=this.openTagHandler)===null||V===void 0||V.call(this,pe),de.push(pe),this.state=k,this.name=""}openSelfClosingTag(){var V,de,pe;this.processAttribs();const{tags:Pe}=this,He=this.tag;He.isSelfClosing=!0,(V=this.openTagHandler)===null||V===void 0||V.call(this,He),(de=this.closeTagHandler)===null||de===void 0||de.call(this,He),(this.tag=(pe=Pe[Pe.length-1])!==null&&pe!==void 0?pe:null)===null&&(this.closedRoot=!0),this.state=k,this.name=""}closeTag(){const{tags:V,name:de}=this;if(this.state=k,this.name="",de===""){this.fail("weird empty close tag."),this.text+="</>";return}const pe=this.closeTagHandler;let Pe=V.length;for(;Pe-- >0;){const He=this.tag=V.pop();if(this.topNS=He.ns,pe?.(He),He.name===de)break;this.fail("unexpected close tag.")}Pe===0?this.closedRoot=!0:Pe<0&&(this.fail(`unmatched closing tag: ${de}.`),this.text+=`</${de}>`)}parseEntity(V){if(V[0]!=="#"){const pe=this.ENTITIES[V];return pe!==void 0?pe:(this.fail(this.isName(V)?"undefined entity.":"disallowed character in entity name."),`&${V};`)}let de=NaN;return V[1]==="x"&&/^#x[0-9a-f]+$/i.test(V)?de=parseInt(V.slice(2),16):/^#[0-9]+$/.test(V)&&(de=parseInt(V.slice(1),10)),this.isChar(de)?String.fromCodePoint(de):(this.fail("malformed character entity."),`&${V};`)}}return oi.SaxesParser=Mn,oi}var pr={},ld;function T_(){if(ld)return pr;ld=1,Object.defineProperty(pr,"__esModule",{value:!0}),pr.ParseError=void 0;let i=class extends Error{constructor(n,r){const o=n.saxParser;super(n.trackPosition?`Line ${o.line} column ${o.column+1}: ${r}`:r)}};return pr.ParseError=i,pr}var ai={},gr={},ud;function Uf(){if(ud)return gr;ud=1,Object.defineProperty(gr,"__esModule",{value:!0}),gr.BlankNode=void 0;class i{constructor(n){this.termType="BlankNode",this.value=n}equals(n){return!!n&&n.termType==="BlankNode"&&n.value===this.value}}return gr.BlankNode=i,gr}var mr={},_r={},cd;function Hf(){if(cd)return _r;cd=1,Object.defineProperty(_r,"__esModule",{value:!0}),_r.DefaultGraph=void 0;class i{constructor(){this.termType="DefaultGraph",this.value=""}equals(n){return!!n&&n.termType==="DefaultGraph"}}return _r.DefaultGraph=i,i.INSTANCE=new i,_r}var yr={},vr={},dd;function Wl(){if(dd)return vr;dd=1,Object.defineProperty(vr,"__esModule",{value:!0}),vr.NamedNode=void 0;class i{constructor(n){this.termType="NamedNode",this.value=n}equals(n){return!!n&&n.termType==="NamedNode"&&n.value===this.value}}return vr.NamedNode=i,vr}var hd;function Vf(){if(hd)return yr;hd=1,Object.defineProperty(yr,"__esModule",{value:!0}),yr.Literal=void 0;const i=Wl();class e{constructor(r,o){this.termType="Literal",this.value=r,typeof o=="string"?(this.language=o,this.datatype=e.RDF_LANGUAGE_STRING,this.direction=""):o?"termType"in o?(this.language="",this.datatype=o,this.direction=""):(this.language=o.language,this.datatype=o.direction?e.RDF_DIRECTIONAL_LANGUAGE_STRING:e.RDF_LANGUAGE_STRING,this.direction=o.direction||""):(this.language="",this.datatype=e.XSD_STRING,this.direction="")}equals(r){return!!r&&r.termType==="Literal"&&r.value===this.value&&r.language===this.language&&(r.direction===this.direction||!r.direction&&this.direction==="")&&this.datatype.equals(r.datatype)}}return yr.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"),yr}var br={},fd;function Gf(){if(fd)return br;fd=1,Object.defineProperty(br,"__esModule",{value:!0}),br.Quad=void 0;class i{constructor(n,r,o,a){this.termType="Quad",this.value="",this.subject=n,this.predicate=r,this.object=o,this.graph=a}equals(n){return!!n&&(n.termType==="Quad"||!n.termType)&&this.subject.equals(n.subject)&&this.predicate.equals(n.predicate)&&this.object.equals(n.object)&&this.graph.equals(n.graph)}}return br.Quad=i,br}var wr={},pd;function Wf(){if(pd)return wr;pd=1,Object.defineProperty(wr,"__esModule",{value:!0}),wr.Variable=void 0;class i{constructor(n){this.termType="Variable",this.value=n}equals(n){return!!n&&n.termType==="Variable"&&n.value===this.value}}return wr.Variable=i,wr}var gd;function L_(){if(gd)return mr;gd=1,Object.defineProperty(mr,"__esModule",{value:!0}),mr.DataFactory=void 0;const i=Uf(),e=Hf(),n=Vf(),r=Wl(),o=Gf(),a=Wf();let l=0;class u{constructor(h){this.blankNodeCounter=0,h=h||{},this.blankNodePrefix=h.blankNodePrefix||`df_${l++}_`}namedNode(h){return new r.NamedNode(h)}blankNode(h){return new i.BlankNode(h||`${this.blankNodePrefix}${this.blankNodeCounter++}`)}literal(h,g){return new n.Literal(h,g)}variable(h){return new a.Variable(h)}defaultGraph(){return e.DefaultGraph.INSTANCE}quad(h,g,_,d){return new o.Quad(h,g,_,d||this.defaultGraph())}fromTerm(h){switch(h.termType){case"NamedNode":return this.namedNode(h.value);case"BlankNode":return this.blankNode(h.value);case"Literal":return h.language?this.literal(h.value,h.language):h.datatype.equals(n.Literal.XSD_STRING)?this.literal(h.value):this.literal(h.value,this.fromTerm(h.datatype));case"Variable":return this.variable(h.value);case"DefaultGraph":return this.defaultGraph();case"Quad":return this.quad(this.fromTerm(h.subject),this.fromTerm(h.predicate),this.fromTerm(h.object),this.fromTerm(h.graph))}}fromQuad(h){return this.fromTerm(h)}resetBlankNodeCounter(){this.blankNodeCounter=0}}return mr.DataFactory=u,mr}var md;function Zf(){return md||(md=1,(function(i){var e=ai&&ai.__createBinding||(Object.create?(function(r,o,a,l){l===void 0&&(l=a);var u=Object.getOwnPropertyDescriptor(o,a);(!u||("get"in u?!o.__esModule:u.writable||u.configurable))&&(u={enumerable:!0,get:function(){return o[a]}}),Object.defineProperty(r,l,u)}):(function(r,o,a,l){l===void 0&&(l=a),r[l]=o[a]})),n=ai&&ai.__exportStar||function(r,o){for(var a in r)a!=="default"&&!Object.prototype.hasOwnProperty.call(o,a)&&e(o,r,a)};Object.defineProperty(i,"__esModule",{value:!0}),n(Uf(),i),n(L_(),i),n(Hf(),i),n(Vf(),i),n(Wl(),i),n(Gf(),i),n(Wf(),i)})(ai)),ai}var li={},la={},_d;function I_(){return _d||(_d=1,(function(i){Object.defineProperty(i,"__esModule",{value:!0}),i.validateIri=i.IriValidationStrategy=void 0;function e(){const u="[!$&'()*+,;=]",f="%[a-fA-F0-9]{2}",h="([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])",g=`${h}\\.${h}\\.${h}\\.${h}`,_="[a-fA-F0-9]{1,4}",d=`(${_}:${_}|${g})`,m=`((${_}:){6}${d}|::(${_}:){5}${d}|(${_})?::(${_}:){4}${d}|((${_}:){0,1}${_})?::(${_}:){3}${d}|((${_}:){0,2}${_})?::(${_}:){2}${d}|((${_}:){0,3}${_})?::${_}:${d}|((${_}:){0,4}${_})?::${d}|((${_}:){0,5}${_})?::${_}|((${_}:){0,6}${_})?::)`,b=`v[a-fA-F0-9]+\\.(${u}|${u}|":)+`,T=`\\[(${m}|${b})\\]`,N="[0-9]*",A="[a-zA-Z][a-zA-Z0-9+\\-.]*",S="[-󰀀-󿿽􀀀-􏿽]",M="[a-zA-Z0-9\\-._~ -퟿豈-﷏ﷰ-￯𐀀-🿽𠀀-𯿽𰀀-𿿽񀀀-񏿽񐀀-񟿽񠀀-񯿽񰀀-񿿽򀀀-򏿽򐀀-򟿽򠀀-򯿽򰀀-򿿽󀀀-󏿽󐀀-󟿽󡀀-󯿽]",U=`(${M}|${f}|${u}|[:@])*`,O=`(${U}|[\\/?])*`,Q=`(${U}|${S}|[\\/?])*`,D=`(${U})+`,B=`(${U})*`,X="",F=`${D}(\\/${B})*`,$=`\\/(${D}(\\/${B})*)?`,ue=`(\\/${B})*`,k=`(${M}|${f}|${u})*`,oe=`(${T}|${g}|${k})`,I=`(\\/\\/${`(${`(${M}|${f}|${u}|:)*`}@)?${oe}(:${N})?`}${ue}|${$}|${F}|${X})`,Z=`^${A}:${I}(\\?${Q})?(#${O})?$`;return new RegExp(Z,"u")}const n=e(),r=/^[A-Za-z][\d+-.A-Za-z]*:[^\u0000-\u0020"<>\\^`{|}]*$/u;var o;(function(l){l.Strict="strict",l.Pragmatic="pragmatic",l.None="none"})(o=i.IriValidationStrategy||(i.IriValidationStrategy={}));function a(l,u=o.Strict){switch(u){case o.Strict:return n.test(l)?void 0:new Error(`Invalid IRI according to RFC 3987: '${l}'`);case o.Pragmatic:return r.test(l)?void 0:new Error(`Invalid IRI according to RDF Turtle: '${l}'`);case o.None:return;default:return new Error(`Not supported validation strategy "${u}"`)}}i.validateIri=a})(la)),la}var yd;function N_(){return yd||(yd=1,(function(i){var e=li&&li.__createBinding||(Object.create?(function(r,o,a,l){l===void 0&&(l=a);var u=Object.getOwnPropertyDescriptor(o,a);(!u||("get"in u?!o.__esModule:u.writable||u.configurable))&&(u={enumerable:!0,get:function(){return o[a]}}),Object.defineProperty(r,l,u)}):(function(r,o,a,l){l===void 0&&(l=a),r[l]=o[a]})),n=li&&li.__exportStar||function(r,o){for(var a in r)a!=="default"&&!Object.prototype.hasOwnProperty.call(o,a)&&e(o,r,a)};Object.defineProperty(i,"__esModule",{value:!0}),n(I_(),i)})(li)),li}var vd;function A_(){if(vd)return ri;vd=1,Object.defineProperty(ri,"__esModule",{value:!0}),ri.ParseType=ri.RdfXmlParser=void 0;const i=b_(),e=S_(),n=gf(),r=T_(),o=Zf(),a=N_();let l=class tt extends n.Transform{constructor(h){super({readableObjectMode:!0}),this.activeTagStack=[],this.nodeIds={},h&&(Object.assign(this,h),this.options=h),this.dataFactory||(this.dataFactory=new o.DataFactory),this.baseIRI||(this.baseIRI=""),this.defaultGraph||(this.defaultGraph=this.dataFactory.defaultGraph()),this.validateUri!==!1&&(this.validateUri=!0),this.iriValidationStrategy||(this.iriValidationStrategy=this.validateUri?a.IriValidationStrategy.Pragmatic:a.IriValidationStrategy.None),this.saxParser=new e.SaxesParser({xmlns:!0,position:this.trackPosition}),this.attachSaxListeners()}import(h){const g=new n.PassThrough({readableObjectMode:!0});h.on("error",d=>_.emit("error",d)),h.on("data",d=>g.push(d)),h.on("end",()=>g.push(null));const _=g.pipe(new tt(this.options));return _}_transform(h,g,_){try{this.saxParser.write(h)}catch(d){return _(d)}_()}newParseError(h){return new r.ParseError(this,h)}valueToUri(h,g){return this.uriToNamedNode((0,i.resolve)(h,g.baseIRI))}uriToNamedNode(h){const g=(0,a.validateIri)(h,this.iriValidationStrategy);if(g instanceof Error)throw this.newParseError(g.message);return this.dataFactory.namedNode(h)}validateNcname(h){if(!tt.NCNAME_MATCHER.test(h))throw this.newParseError(`Not a valid NCName: ${h}`)}createLiteral(h,g){return this.dataFactory.literal(h,g.datatype?g.datatype:g.language?{language:g.language,direction:g.rdfVersion?g.direction:void 0}:void 0)}attachSaxListeners(){this.saxParser.on("error",h=>this.emit("error",h)),this.saxParser.on("opentag",this.onTag.bind(this)),this.saxParser.on("text",this.onText.bind(this)),this.saxParser.on("cdata",this.onText.bind(this)),this.saxParser.on("closetag",this.onCloseTag.bind(this)),this.saxParser.on("doctype",this.onDoctype.bind(this))}onTag(h){const g=this.activeTagStack.length?this.activeTagStack[this.activeTagStack.length-1]:null;let _=u.RESOURCE;if(g&&(g.hadChildren=!0,_=g.childrenParseType),g&&g.childrenStringTags){const m=h.name;let b="";for(const{key:R,value:S}of g.namespaces||[])b+=` ${R}="${S}"`;for(const R in h.attributes)b+=` ${R}="${h.attributes[R].value}"`;const N=`<${`${m}${b}`}>`;g.childrenStringTags.push(N);const A={childrenStringTags:g.childrenStringTags};A.childrenStringEmitClosingTag=`</${m}>`,this.activeTagStack.push(A);return}const d={};g?(d.language=g.language,d.direction=g.direction,d.baseIRI=g.baseIRI,d.childrenTripleTerms=g.childrenTripleTerms,d.rdfVersion=g.rdfVersion):d.baseIRI=this.baseIRI,this.activeTagStack.push(d),_===u.RESOURCE?this.onTagResource(h,d,g,!g):this.onTagProperty(h,d,g);for(const m in h.attributes){const b=h.attributes[m];b.prefix==="xmlns"&&(d.namespaces||(d.namespaces=[]),d.namespaces.push({key:`${b.prefix}:${b.local}`,value:b.value}))}g&&g.namespaces&&(d.namespaces=[...d.namespaces||[],...g.namespaces])}onTagResource(h,g,_,d){g.childrenParseType=u.PROPERTY;let m=!0;if(h.uri===tt.RDF){if(!d&&tt.FORBIDDEN_NODE_ELEMENTS.indexOf(h.local)>=0)throw this.newParseError(`Illegal node element name: ${h.local}`);switch(h.local){case"RDF":g.childrenParseType=u.RESOURCE;case"Description":m=!1}}const b=[],T=[];let N=null,A=!1,R=!1,S=null;for(const y in h.attributes){const x=h.attributes[y];if(x.uri===tt.RDF&&x.local==="version"){this.setVersion(g,x.value);continue}else if(_&&x.uri===tt.RDF)switch(x.local){case"about":if(N)throw this.newParseError(`Only one of rdf:about, rdf:nodeID and rdf:ID can be present, while ${x.value} and ${N} where found.`);N=x.value;continue;case"ID":if(N)throw this.newParseError(`Only one of rdf:about, rdf:nodeID and rdf:ID can be present, while ${x.value} and ${N} where found.`);this.validateNcname(x.value),N="#"+x.value,A=!0;continue;case"nodeID":if(N)throw this.newParseError(`Only one of rdf:about, rdf:nodeID and rdf:ID can be present, while ${x.value} and ${N} where found.`);this.validateNcname(x.value),N=x.value,R=!0;continue;case"bagID":throw this.newParseError("rdf:bagID is not supported.");case"type":S=x.value;continue;case"aboutEach":throw this.newParseError("rdf:aboutEach is not supported.");case"aboutEachPrefix":throw this.newParseError("rdf:aboutEachPrefix is not supported.");case"li":throw this.newParseError("rdf:li on node elements are not supported.")}else if(x.uri===tt.XML){if(x.local==="lang"){g.language=x.value===""?null:x.value.toLowerCase();continue}else if(x.local==="base"){g.baseIRI=(0,i.resolve)(x.value,g.baseIRI);continue}}else if(x.uri===tt.ITS&&x.local==="dir"){this.setDirection(g,x.value);continue}x.prefix!=="xml"&&x.prefix!=="xmlns"&&(x.prefix!==""||x.local!=="xmlns")&&x.uri&&(b.push(this.uriToNamedNode(x.uri+x.local)),T.push(x.value))}if(N!==null&&(g.subject=R?this.dataFactory.blankNode(N):this.valueToUri(N,g),A&&this.claimNodeId(g.subject)),g.subject||(g.subject=this.dataFactory.blankNode()),m){const y=this.uriToNamedNode(h.uri+h.local);this.emitTriple(g.subject,this.dataFactory.namedNode(tt.RDF+"type"),y,_?_.reifiedStatementId:null,g.childrenTripleTerms,g.reifier)}if(_){if(_.predicate)if(_.childrenCollectionSubject){const y=this.dataFactory.blankNode(),x=this.dataFactory.namedNode(tt.RDF+"rest"),M=_.childrenCollectionPredicate.equals(x);this.emitTriple(_.childrenCollectionSubject,_.childrenCollectionPredicate,y,M?null:_.reifiedStatementId,_.childrenTripleTerms,M?null:_.reifier),this.emitTriple(y,this.dataFactory.namedNode(tt.RDF+"first"),g.subject,null,g.childrenTripleTerms),_.childrenCollectionSubject=y,_.childrenCollectionPredicate=x}else{_.childrenTagsToTripleTerms||(this.emitTriple(_.subject,_.predicate,g.subject,_.reifiedStatementId,_.childrenTripleTerms,_.reifier),_.predicateEmitted=!0);for(let y=0;y<_.predicateSubPredicates.length;y++)this.emitTriple(g.subject,_.predicateSubPredicates[y],_.predicateSubObjects[y],null,_.childrenTripleTerms,_.reifier);_.predicateSubPredicates=[],_.predicateSubObjects=[]}for(let y=0;y<b.length;y++){const x=this.createLiteral(T[y],g);this.emitTriple(g.subject,b[y],x,_.reifiedStatementId,_.childrenTripleTerms,_.reifier)}S&&this.emitTriple(g.subject,this.dataFactory.namedNode(tt.RDF+"type"),this.uriToNamedNode(S),null,g.childrenTripleTerms,g.reifier)}}onTagProperty(h,g,_){if(g.childrenParseType=u.RESOURCE,g.subject=_.subject,h.uri===tt.RDF&&h.local==="li"?(_.listItemCounter||(_.listItemCounter=1),g.predicate=this.uriToNamedNode(h.uri+"_"+_.listItemCounter++)):g.predicate=this.uriToNamedNode(h.uri+h.local),h.uri===tt.RDF&&tt.FORBIDDEN_PROPERTY_ELEMENTS.indexOf(h.local)>=0)throw this.newParseError(`Illegal property element name: ${h.local}`);g.predicateSubPredicates=[],g.predicateSubObjects=[];let d=!1,m=!1,b=null,T=!0;const N=[],A=[];for(const R in h.attributes){const S=h.attributes[R];if(S.uri===tt.RDF&&S.local==="version"){this.setVersion(g,S.value);continue}else if(S.uri===tt.RDF)switch(S.local){case"resource":if(b)throw this.newParseError(`Found both rdf:resource (${S.value}) and rdf:nodeID (${b}).`);if(d)throw this.newParseError(`rdf:parseType is not allowed on property elements with rdf:resource (${S.value})`);g.hadChildren=!0,b=S.value,T=!1;continue;case"datatype":if(m)throw this.newParseError(`Found both non-rdf:* property attributes and rdf:datatype (${S.value}).`);if(d)throw this.newParseError(`rdf:parseType is not allowed on property elements with rdf:datatype (${S.value})`);g.datatype=this.valueToUri(S.value,g);continue;case"nodeID":if(m)throw this.newParseError(`Found both non-rdf:* property attributes and rdf:nodeID (${S.value}).`);if(g.hadChildren)throw this.newParseError(`Found both rdf:resource and rdf:nodeID (${S.value}).`);if(d)throw this.newParseError(`rdf:parseType is not allowed on property elements with rdf:nodeID (${S.value})`);this.validateNcname(S.value),g.hadChildren=!0,b=S.value,T=!0;continue;case"bagID":throw this.newParseError("rdf:bagID is not supported.");case"parseType":if(m)throw this.newParseError("rdf:parseType is not allowed when non-rdf:* property attributes are present");if(g.datatype)throw this.newParseError(`rdf:parseType is not allowed on property elements with rdf:datatype (${g.datatype.value})`);if(b)throw this.newParseError(`rdf:parseType is not allowed on property elements with rdf:nodeID or rdf:resource (${b})`);if(S.value==="Resource"){d=!0,g.childrenParseType=u.PROPERTY;const y=this.dataFactory.blankNode();this.emitTriple(g.subject,g.predicate,y,g.reifiedStatementId,g.childrenTripleTerms,g.reifier),g.subject=y,g.predicate=null}else S.value==="Collection"?(d=!0,g.hadChildren=!0,g.childrenCollectionSubject=g.subject,g.childrenCollectionPredicate=g.predicate,T=!1):S.value==="Literal"?(d=!0,g.childrenTagsToString=!0,g.childrenStringTags=[]):S.value==="Triple"&&(d=!0,g.childrenTagsToTripleTerms=!0,g.childrenTripleTerms=[]);continue;case"ID":this.validateNcname(S.value),g.reifiedStatementId=this.valueToUri("#"+S.value,g),this.claimNodeId(g.reifiedStatementId);continue;case"annotation":g.reifier=this.dataFactory.namedNode(S.value);continue;case"annotationNodeID":g.reifier=this.dataFactory.blankNode(S.value);continue}else if(S.uri===tt.XML&&S.local==="lang"){g.language=S.value===""?null:S.value.toLowerCase();continue}else if(S.uri===tt.ITS&&S.local==="dir"){this.setDirection(g,S.value);continue}else if(S.uri===tt.ITS&&S.local==="version")continue;if(S.prefix!=="xml"&&S.prefix!=="xmlns"&&(S.prefix!==""||S.local!=="xmlns")&&S.uri){if(d||g.datatype)throw this.newParseError(`Found illegal rdf:* properties on property element with attribute: ${S.value}`);g.hadChildren=!0,m=!0,N.push(this.uriToNamedNode(S.uri+S.local)),A.push(this.createLiteral(S.value,g))}}if(b!==null){const R=g.subject;g.subject=T?this.dataFactory.blankNode(b):this.valueToUri(b,g),this.emitTriple(R,g.predicate,g.subject,g.reifiedStatementId,g.childrenTripleTerms,g.reifier);for(let S=0;S<N.length;S++)this.emitTriple(g.subject,N[S],A[S],null,g.childrenTripleTerms,g.reifier);g.predicateEmitted=!0}else T&&(g.predicateSubPredicates=N,g.predicateSubObjects=A,g.predicateEmitted=!1)}emitTriple(h,g,_,d,m,b){const T=this.dataFactory.quad(h,g,_,this.defaultGraph);m?m.push(T):this.push(T),b&&this.push(this.dataFactory.quad(b,this.dataFactory.namedNode(tt.RDF+"reifies"),T)),d&&(this.push(this.dataFactory.quad(d,this.dataFactory.namedNode(tt.RDF+"type"),this.dataFactory.namedNode(tt.RDF+"Statement"),this.defaultGraph)),this.push(this.dataFactory.quad(d,this.dataFactory.namedNode(tt.RDF+"subject"),h,this.defaultGraph)),this.push(this.dataFactory.quad(d,this.dataFactory.namedNode(tt.RDF+"predicate"),g,this.defaultGraph)),this.push(this.dataFactory.quad(d,this.dataFactory.namedNode(tt.RDF+"object"),_,this.defaultGraph)))}claimNodeId(h){if(!this.allowDuplicateRdfIds){if(this.nodeIds[h.value])throw this.newParseError(`Found multiple occurrences of rdf:ID='${h.value}'.`);this.nodeIds[h.value]=!0}}onText(h){const g=this.activeTagStack.length?this.activeTagStack[this.activeTagStack.length-1]:null;g&&(g.childrenStringTags?g.childrenStringTags.push(h):g.predicate&&(g.text=h))}onCloseTag(){const h=this.activeTagStack.pop(),g=this.activeTagStack.length?this.activeTagStack[this.activeTagStack.length-1]:null;if(h.childrenStringEmitClosingTag&&h.childrenStringTags.push(h.childrenStringEmitClosingTag),h.childrenTagsToString&&(h.datatype=this.dataFactory.namedNode(tt.RDF+"XMLLiteral"),h.text=h.childrenStringTags.join(""),h.hadChildren=!1),h.childrenTagsToTripleTerms&&h.predicate&&h.rdfVersion){if(h.childrenTripleTerms.length!==1)throw this.newParseError(`Expected exactly one triple term in rdf:parseType="Triple" but got ${h.childrenTripleTerms.length}`);for(const _ of h.childrenTripleTerms)this.emitTriple(h.subject,h.predicate,_,null,g.childrenTripleTerms,g.reifier);h.predicateEmitted=!0}if(h.childrenCollectionSubject)this.emitTriple(h.childrenCollectionSubject,h.childrenCollectionPredicate,this.dataFactory.namedNode(tt.RDF+"nil"),null,h.childrenTripleTerms);else if(h.predicate){if(!h.hadChildren&&h.childrenParseType!==u.PROPERTY)this.emitTriple(h.subject,h.predicate,this.createLiteral(h.text||"",h),h.reifiedStatementId,h.childrenTripleTerms,h.reifier);else if(!h.predicateEmitted){const _=this.dataFactory.blankNode();this.emitTriple(h.subject,h.predicate,_,h.reifiedStatementId,h.childrenTripleTerms,h.reifier);for(let d=0;d<h.predicateSubPredicates.length;d++)this.emitTriple(_,h.predicateSubPredicates[d],h.predicateSubObjects[d],null,h.childrenTripleTerms)}}}onDoctype(h){h.replace(/<!ENTITY\s+([^\s]+)\s+["']([^"']+)["']\s*>/g,(g,_,d)=>(this.saxParser.ENTITIES[_]=d,""))}setDirection(h,g){if(g){if(g!=="ltr"&&g!=="rtl")throw this.newParseError(`Base directions must either be 'ltr' or 'rtl', while '${g}' was found.`);h.direction=g}else delete h.direction}setVersion(h,g){h.rdfVersion=g,this.emit("version",g)}};ri.RdfXmlParser=l,l.MIME_TYPE="application/rdf+xml",l.RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#",l.XML="http://www.w3.org/XML/1998/namespace",l.ITS="http://www.w3.org/2005/11/its",l.FORBIDDEN_NODE_ELEMENTS=["RDF","ID","about","bagID","parseType","resource","nodeID","li","aboutEach","aboutEachPrefix"],l.FORBIDDEN_PROPERTY_ELEMENTS=["Description","RDF","ID","about","bagID","parseType","resource","nodeID","aboutEach","aboutEachPrefix"],l.NCNAME_MATCHER=/^([A-Za-z\xC0-\xD6\xD8-\xF6\u{F8}-\u{2FF}\u{370}-\u{37D}\u{37F}-\u{1FFF}\u{200C}-\u{200D}\u{2070}-\u{218F}\u{2C00}-\u{2FEF}\u{3001}-\u{D7FF}\u{F900}-\u{FDCF}\u{FDF0}-\u{FFFD}\u{10000}-\u{EFFFF}_])([A-Za-z\xC0-\xD6\xD8-\xF6\u{F8}-\u{2FF}\u{370}-\u{37D}\u{37F}-\u{1FFF}\u{200C}-\u{200D}\u{2070}-\u{218F}\u{2C00}-\u{2FEF}\u{3001}-\u{D7FF}\u{F900}-\u{FDCF}\u{FDF0}-\u{FFFD}\u{10000}-\u{EFFFF}_\-.0-9#xB7\u{0300}-\u{036F}\u{203F}-\u{2040}])*$/u;var u;return(function(f){f[f.RESOURCE=0]="RESOURCE",f[f.PROPERTY=1]="PROPERTY"})(u||(ri.ParseType=u={})),ri}var bd;function R_(){return bd||(bd=1,(function(i){var e=ii&&ii.__createBinding||(Object.create?(function(r,o,a,l){l===void 0&&(l=a);var u=Object.getOwnPropertyDescriptor(o,a);(!u||("get"in u?!o.__esModule:u.writable||u.configurable))&&(u={enumerable:!0,get:function(){return o[a]}}),Object.defineProperty(r,l,u)}):(function(r,o,a,l){l===void 0&&(l=a),r[l]=o[a]})),n=ii&&ii.__exportStar||function(r,o){for(var a in r)a!=="default"&&!Object.prototype.hasOwnProperty.call(o,a)&&e(o,r,a)};Object.defineProperty(i,"__esModule",{value:!0}),n(A_(),i)})(ii)),ii}var C_=R_(),ua={},ca,wd;function Zl(){return wd||(wd=1,ca=class Xf{constructor(e,n=new Map,r=0){this.prefix=e,this._existing=n,this.counter=r}clone(){const{prefix:e,_existing:n,counter:r}=this;return new Xf(e,new Map(n),r)}getId(e){const n=e&&this._existing.get(e);if(n)return n;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={},xd;function P_(){return xd||(xd=1,(function(i,e){if(i.setImmediate)return;var n=1,r={},o=!1,a=i.document,l;function u(R){typeof R!="function"&&(R=new Function(""+R));for(var S=new Array(arguments.length-1),y=0;y<S.length;y++)S[y]=arguments[y+1];var x={callback:R,args:S};return r[n]=x,l(n),n++}function f(R){delete r[R]}function h(R){var S=R.callback,y=R.args;switch(y.length){case 0:S();break;case 1:S(y[0]);break;case 2:S(y[0],y[1]);break;case 3:S(y[0],y[1],y[2]);break;default:S.apply(e,y);break}}function g(R){if(o)setTimeout(g,0,R);else{var S=r[R];if(S){o=!0;try{h(S)}finally{f(R),o=!1}}}}function _(){l=function(R){process.nextTick(function(){g(R)})}}function d(){if(i.postMessage&&!i.importScripts){var R=!0,S=i.onmessage;return i.onmessage=function(){R=!1},i.postMessage("","*"),i.onmessage=S,R}}function m(){var R="setImmediate$"+Math.random()+"$",S=function(y){y.source===i&&typeof y.data=="string"&&y.data.indexOf(R)===0&&g(+y.data.slice(R.length))};i.addEventListener?i.addEventListener("message",S,!1):i.attachEvent("onmessage",S),l=function(y){i.postMessage(R+y,"*")}}function b(){var R=new MessageChannel;R.port1.onmessage=function(S){var y=S.data;g(y)},l=function(S){R.port2.postMessage(S)}}function T(){var R=a.documentElement;l=function(S){var y=a.createElement("script");y.onreadystatechange=function(){g(S),y.onreadystatechange=null,R.removeChild(y),y=null},R.appendChild(y)}}function N(){l=function(R){setTimeout(g,0,R)}}var A=Object.getPrototypeOf&&Object.getPrototypeOf(i);A=A&&A.setTimeout?A:i,{}.toString.call(i.process)==="[object process]"?_():d()?m():i.MessageChannel?b():a&&"onreadystatechange"in a.createElement("script")?T():N(),A.setImmediate=u,A.clearImmediate=f})(typeof self>"u"?typeof ki>"u"?da:ki:self)),da}/*!
366
369
  * Copyright (c) 2016-2022 Digital Bazaar, Inc. All rights reserved.
367
370
  */var ha,Ed;function Qs(){if(Ed)return ha;Ed=1,P_();const i=self.crypto||self.msCrypto;return ha=class{constructor(n){if(!(i&&i.subtle))throw new Error("crypto.subtle not found.");if(n==="sha256")this.algorithm={name:"SHA-256"};else if(n==="sha1")this.algorithm={name:"SHA-1"};else throw new Error(`Unsupported algorithm "${n}".`);this._content=""}update(n){this._content+=n}async digest(){const n=new TextEncoder().encode(this._content),r=new Uint8Array(await i.subtle.digest(this.algorithm,n));let o="";for(let a=0;a<r.length;++a)o+=r[a].toString(16).padStart(2,"0");return o}},ha}/*!
@@ -423,24 +426,24 @@ if("@preserve"in y)return y["@preserve"][0];if(e.isValue(y))return y;if(e.isList
423
426
  * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
424
427
  * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
425
428
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
426
- */var Ga,rh;function ey(){if(rh)return Ga;rh=1;const i=Ql(),e=B_(),n=Wt(),r=H_(),o=n.IdentifierIssuer,a=Xt(),l=ep(),u=V_(),{expand:f}=G_(),{flatten:h}=W_(),{fromRDF:g}=Z_(),{toRDF:_}=Q_(),{frameMergedOrDefault:d,cleanupNull:m}=J_(),{isArray:b,isObject:T,isString:N}=zt(),{isSubjectReference:A}=Cn(),{expandIri:R,getInitialContext:S,process:y,processingMode:x}=_i(),{compact:M,compactIri:U}=K_(),{createNodeMap:O,createMergedNodeMap:Q,mergeNodeMaps:D}=Js(),{logEventHandler:B,logWarningEventHandler:X,safeEventHandler:F,setDefaultEventHandler:$,setupEventHandler:ue,strictEventHandler:k,unhandledEventHandler:oe}=Wr(),j=function(I){const Z={},ee=new l({max:100});I.compact=async function(W,G,Y){if(arguments.length<2)throw new TypeError("Could not compact, too few arguments.");if(G===null)throw new a("The compaction context must not be null.","jsonld.CompactError",{code:"invalid local context"});if(W===null)return null;Y=me(Y,{base:N(W)?W:"",compactArrays:!0,compactToRelative:!0,graph:!1,skipExpansion:!1,link:!1,issuer:new o("_:b"),contextResolver:new r({sharedCache:ee})}),Y.link&&(Y.skipExpansion=!0),Y.compactToRelative||delete Y.base;let K;Y.skipExpansion?K=W:K=await I.expand(W,Y);const le=await I.processContext(S(Y),G,Y);let ce=await M({activeCtx:le,element:K,options:Y});Y.compactArrays&&!Y.graph&&b(ce)?ce.length===1?ce=ce[0]:ce.length===0&&(ce={}):Y.graph&&T(ce)&&(ce=[ce]),T(G)&&"@context"in G&&(G=G["@context"]),G=n.clone(G),b(G)||(G=[G]);const Ee=G;G=[];for(let q=0;q<Ee.length;++q)(!T(Ee[q])||Object.keys(Ee[q]).length>0)&&G.push(Ee[q]);const Te=G.length>0;if(G.length===1&&(G=G[0]),b(ce)){const q=U({activeCtx:le,iri:"@graph",relativeTo:{vocab:!0}}),te=ce;ce={},Te&&(ce["@context"]=G),ce[q]=te}else if(T(ce)&&Te){const q=ce;ce={"@context":G};for(const te in q)ce[te]=q[te]}return ce},I.expand=async function(W,G){if(arguments.length<1)throw new TypeError("Could not expand, too few arguments.");G=me(G,{keepFreeFloatingNodes:!1,contextResolver:new r({sharedCache:ee})});const Y={},K=[];if("expandContext"in G){const Te=n.clone(G.expandContext);T(Te)&&"@context"in Te?Y.expandContext=Te:Y.expandContext={"@context":Te},K.push(Y.expandContext)}let le;if(!N(W))Y.input=n.clone(W);else{const Te=await I.get(W,G);le=Te.documentUrl,Y.input=Te.document,Te.contextUrl&&(Y.remoteContext={"@context":Te.contextUrl},K.push(Y.remoteContext))}"base"in G||(G.base=le||"");let ce=S(G);for(const Te of K)ce=await y({activeCtx:ce,localCtx:Te,options:G});let Ee=await f({activeCtx:ce,element:Y.input,options:G});return T(Ee)&&"@graph"in Ee&&Object.keys(Ee).length===1?Ee=Ee["@graph"]:Ee===null&&(Ee=[]),b(Ee)||(Ee=[Ee]),Ee},I.flatten=async function(W,G,Y){if(arguments.length<1)return new TypeError("Could not flatten, too few arguments.");typeof G=="function"?G=null:G=G||null,Y=me(Y,{base:N(W)?W:"",contextResolver:new r({sharedCache:ee})});const K=await I.expand(W,Y),le=h(K);return G===null?le:(Y.graph=!0,Y.skipExpansion=!0,await I.compact(le,G,Y))},I.frame=async function(W,G,Y){if(arguments.length<2)throw new TypeError("Could not frame, too few arguments.");if(Y=me(Y,{base:N(W)?W:"",embed:"@once",explicit:!1,requireAll:!1,omitDefault:!1,bnodesToClear:[],contextResolver:new r({sharedCache:ee})}),N(G)){const xe=await I.get(G,Y);if(G=xe.document,xe.contextUrl){let Se=G["@context"];Se?b(Se)?Se.push(xe.contextUrl):Se=[Se,xe.contextUrl]:Se=xe.contextUrl,G["@context"]=Se}}const K=G?G["@context"]||{}:{},le=await I.processContext(S(Y),K,Y);Y.hasOwnProperty("omitGraph")||(Y.omitGraph=x(le,1.1)),Y.hasOwnProperty("pruneBlankNodeIdentifiers")||(Y.pruneBlankNodeIdentifiers=x(le,1.1));const ce=await I.expand(W,Y),Ee={...Y};Ee.isFrame=!0,Ee.keepFreeFloatingNodes=!0;const Te=await I.expand(G,Ee),q=Object.keys(G).map(xe=>R(le,xe,{vocab:!0}));Ee.merged=!q.includes("@graph"),Ee.is11=x(le,1.1);const te=d(ce,Te,Ee);Ee.graph=!Y.omitGraph,Ee.skipExpansion=!0,Ee.link={},Ee.framing=!0;let fe=await I.compact(te,K,Ee);return Ee.link={},fe=m(fe,Ee),fe},I.link=async function(W,G,Y){const K={};return G&&(K["@context"]=G),K["@embed"]="@link",I.frame(W,K,Y)},I.normalize=I.canonize=async function(W,G){if(arguments.length<1)throw new TypeError("Could not canonize, too few arguments.");if(G=me(G,{base:N(W)?W:null,algorithm:"URDNA2015",skipExpansion:!1,safe:!0,contextResolver:new r({sharedCache:ee})}),"inputFormat"in G){if(G.inputFormat!=="application/n-quads"&&G.inputFormat!=="application/nquads")throw new a("Unknown canonicalization input format.","jsonld.CanonizeError");const le=u.parse(W);return i.canonize(le,G)}const Y={...G};delete Y.format,Y.produceGeneralizedRdf=!1;const K=await I.toRDF(W,Y);return i.canonize(K,G)},I.fromRDF=async function(W,G){if(arguments.length<1)throw new TypeError("Could not convert from RDF, too few arguments.");G=me(G,{format:N(W)?"application/n-quads":void 0});const{format:Y}=G;let{rdfParser:K}=G;if(Y){if(K=K||Z[Y],!K)throw new a("Unknown input format.","jsonld.UnknownFormat",{format:Y})}else K=()=>W;const le=await K(W);return g(le,G)},I.toRDF=async function(W,G){if(arguments.length<1)throw new TypeError("Could not convert to RDF, too few arguments.");G=me(G,{base:N(W)?W:"",skipExpansion:!1,contextResolver:new r({sharedCache:ee})});let Y;G.skipExpansion?Y=W:Y=await I.expand(W,G);const K=_(Y,G);if(G.format){if(G.format==="application/n-quads"||G.format==="application/nquads")return u.serialize(K);throw new a("Unknown output format.","jsonld.UnknownFormat",{format:G.format})}return K},I.createNodeMap=async function(W,G){if(arguments.length<1)throw new TypeError("Could not create node map, too few arguments.");G=me(G,{base:N(W)?W:"",contextResolver:new r({sharedCache:ee})});const Y=await I.expand(W,G);return Q(Y,G)},I.merge=async function(W,G,Y){if(arguments.length<1)throw new TypeError("Could not merge, too few arguments.");if(!b(W))throw new TypeError('Could not merge, "docs" must be an array.');typeof G=="function"?G=null:G=G||null,Y=me(Y,{contextResolver:new r({sharedCache:ee})});const K=await Promise.all(W.map(xe=>{const Se={...Y};return I.expand(xe,Se)}));let le=!0;"mergeNodes"in Y&&(le=Y.mergeNodes);const ce=Y.issuer||new o("_:b"),Ee={"@default":{}};for(let xe=0;xe<K.length;++xe){const Se=n.relabelBlankNodes(K[xe],{issuer:new o("_:b"+xe+"-")}),Ie=le||xe===0?Ee:{"@default":{}};if(O(Se,Ie,"@default",ce),Ie!==Ee)for(const se in Ie){const be=Ie[se];if(!(se in Ee)){Ee[se]=be;continue}const Ne=Ee[se];for(const ve in be)ve in Ne||(Ne[ve]=be[ve])}}const Te=D(Ee),q=[],te=Object.keys(Te).sort();for(let xe=0;xe<te.length;++xe){const Se=Te[te[xe]];A(Se)||q.push(Se)}return G===null?q:(Y.graph=!0,Y.skipExpansion=!0,await I.compact(q,G,Y))},Object.defineProperty(I,"documentLoader",{get:()=>I._documentLoader,set:W=>I._documentLoader=W}),I.documentLoader=async W=>{throw new a("Could not retrieve a JSON-LD document from the URL. URL dereferencing not implemented.","jsonld.LoadDocumentError",{code:"loading document failed",url:W})},I.get=async function(W,G){let Y;typeof G.documentLoader=="function"?Y=G.documentLoader:Y=I.documentLoader;const K=await Y(W);try{if(!K.document)throw new a("No remote document found at the given URL.","jsonld.NullRemoteDocument");N(K.document)&&(K.document=JSON.parse(K.document))}catch(le){throw new a("Could not retrieve a JSON-LD document from the URL.","jsonld.LoadDocumentError",{code:"loading document failed",cause:le,remoteDoc:K})}return K},I.processContext=async function(W,G,Y){return Y=me(Y,{base:"",contextResolver:new r({sharedCache:ee})}),G===null?S(Y):(G=n.clone(G),T(G)&&"@context"in G||(G={"@context":G}),y({activeCtx:W,localCtx:G,options:Y}))},I.getContextValue=_i().getContextValue,I.documentLoaders={},I.useDocumentLoader=function(W){if(!(W in I.documentLoaders))throw new a('Unknown document loader type: "'+W+'"',"jsonld.UnknownDocumentLoader",{type:W});I.documentLoader=I.documentLoaders[W].apply(I,Array.prototype.slice.call(arguments,1))},I.registerRDFParser=function(W,G){Z[W]=G},I.unregisterRDFParser=function(W){delete Z[W]},I.registerRDFParser("application/n-quads",u.parse),I.registerRDFParser("application/nquads",u.parse),I.url=Wn(),I.logEventHandler=B,I.logWarningEventHandler=X,I.safeEventHandler=F,I.setDefaultEventHandler=$,I.strictEventHandler=k,I.unhandledEventHandler=oe,I.util=n,Object.assign(I,n),I.promises=I,I.RequestQueue=Yf(),I.JsonLdProcessor=Y_()(I),e.setupGlobals(I),e.setupDocumentLoaders(I);function me(W,{documentLoader:G=I.documentLoader,...Y}){if(W&&"compactionMap"in W)throw new a('"compactionMap" not supported.',"jsonld.OptionsError");if(W&&"expansionMap"in W)throw new a('"expansionMap" not supported.',"jsonld.OptionsError");return Object.assign({},{documentLoader:G},Y,W,{eventHandler:ue({options:W})})}return I},ae=function(){return j(function(){return ae()})};return j(ae),Ga=ae,Ga}var ty=ey();const Wa={},Za={};class ny{constructor(e){this.loadedExternalUrls=[],this.loadedClasses=[],this.config=e}async loadGraphs(){this.loadedExternalUrls=[],this.loadedClasses=[],this.config.prefixes={};const e=[],n=new Lt;if(e.push(this.importRDF(this.config.attributes.shapes?this.config.attributes.shapes:this.config.attributes.shapesUrl?this.fetchRDF(this.config.attributes.shapesUrl):"",n,Mr)),e.push(this.importRDF(this.config.attributes.values?this.config.attributes.values:this.config.attributes.valuesUrl?this.fetchRDF(this.config.attributes.valuesUrl):"",n,Sn)),await Promise.all(e),n.countQuads(null,null,null,Mr)===0&&this.config.attributes.valuesSubject){const r=[...n.getObjects(this.config.attributes.valuesSubject,ml,Sn)],o=[];for(const a of r){const l=this.toURL(a.value);l&&this.loadedExternalUrls.indexOf(l)<0&&(this.loadedExternalUrls.push(l),o.push(this.importRDF(this.fetchRDF(l),n,Mr)))}try{await Promise.allSettled(o)}catch(a){console.warn(a)}}this.config.store=n}async importRDF(e,n,r){const o=async a=>{const l=[];await new Promise((u,f)=>{const h=sh(a)==="xml"?new C_.RdfXmlParser:new Og;h.on("data",g=>{if(n.add(new qs(g.subject,g.predicate,g.object,r)),this.config.attributes.ignoreOwlImports===null&&Ml.equals(g.predicate)){const _=this.toURL(g.object.value);_&&this.loadedExternalUrls.indexOf(_)<0&&(this.loadedExternalUrls.push(_),l.push(this.importRDF(this.fetchRDF(_),n,Ue.namedNode(_))))}if(this.config.classInstanceProvider&&(Dl.equals(g.predicate)||Oi.equals(g.predicate))){const _=g.object.value;if(this.loadedClasses.indexOf(_)<0){let d;_ in Za?d=Za[_]:(d=this.config.classInstanceProvider(_),Za[_]=d),this.loadedClasses.push(_),l.push(this.importRDF(d,n,r))}}}).on("error",g=>{console.warn("failed parsing graph",r,g.message),f(g)}).on("prefix",(g,_)=>{g&&(this.config.prefixes[g]=_)}).on("end",()=>{u(null)}),h.write(a),h.end()});try{await Promise.allSettled(l)}catch(u){console.warn(u)}};if(e instanceof Promise&&(e=await e),e){if(sh(e)==="json")try{e=await ty.toRDF(JSON.parse(e),{format:"application/n-quads"})}catch(a){console.error(a)}await o(e)}}toURL(e){if(yl(e))return e;if(this.config.prefixes){const n=e.split(":");if(n.length===2){const r=this.config.prefixes[n[0]];if(r&&(e=e.replace(`${n[0]}:`,r),yl(e)))return e}}return null}async fetchRDF(e){if(e in Wa)return Wa[e];let n=e;this.config.attributes.proxy&&(n=this.config.attributes.proxy+encodeURIComponent(e));const r=fetch(n,{headers:{Accept:"text/turtle, application/trig, application/n-triples, application/n-quads, text/n3, application/ld+json"}}).then(o=>o.text());return Wa[e]=r,r}}function sh(i){return/^\s*\{/.test(i)?"json":/^\s*<\?xml/.test(i)?"xml":"ttl"}class Xa{constructor(){this.shapes=null,this.shapesUrl=null,this.shapeSubject=null,this.values=null,this.valuesUrl=null,this.valueSubject=null,this.valuesSubject=null,this.valuesNamespace="",this.valuesGraph=null,this.view=null,this.language=null,this.loading="Loading…",this.proxy=null,this.ignoreOwlImports=null,this.collapse=null,this.submitButton=null,this.generateNodeShapeReference=null,this.showNodeIds=null}}class oh{constructor(e,n){this.attributes=new Xa,this.loader=new ny(this),this.prefixes={},this.editMode=!0,this.lists={},this.groups=[],this.renderedNodes=new Set,this._store=new Lt,this.theme=e,this.form=n,this.languages=[...new Set(navigator.languages.flatMap(r=>r.length>2?[r.toLocaleLowerCase(),r.substring(0,2)]:r)),""]}updateAttributes(e){const n=new Xa;if(Object.keys(n).forEach(r=>{const o=e.dataset[r];o!==void 0&&(n[r]=o)}),this.editMode=n.view===null,this.attributes=n,this.attributes.valueSubject&&!this.attributes.valuesSubject&&(this.attributes.valuesSubject=this.attributes.valueSubject),n.language){const r=this.languages.indexOf(n.language);r>-1&&this.languages.splice(r,1),this.languages.unshift(n.language)}n.valuesGraph&&(this.valuesGraphId=Ue.namedNode(n.valuesGraph))}static dataAttributes(){const e=new Xa;return Object.keys(e).map(n=>(n=n.replace(/[A-Z]/g,r=>"-"+r.toLowerCase()),"data-"+n))}get store(){return this._store}set store(e){this._store=e,this.lists=Zg(e,{ignoreErrors:!0}),this.groups=[],e.forSubjects(n=>{this.groups.push(n.id)},It,`${Fe}PropertyGroup`,null)}}function iy(i){return"_:"+i.value}function ry(i,e){return[...i].map(n=>e(n)).join(`
429
+ */var Ga,rh;function ey(){if(rh)return Ga;rh=1;const i=Ql(),e=B_(),n=Wt(),r=H_(),o=n.IdentifierIssuer,a=Xt(),l=ep(),u=V_(),{expand:f}=G_(),{flatten:h}=W_(),{fromRDF:g}=Z_(),{toRDF:_}=Q_(),{frameMergedOrDefault:d,cleanupNull:m}=J_(),{isArray:b,isObject:T,isString:N}=zt(),{isSubjectReference:A}=Cn(),{expandIri:R,getInitialContext:S,process:y,processingMode:x}=_i(),{compact:M,compactIri:U}=K_(),{createNodeMap:O,createMergedNodeMap:Q,mergeNodeMaps:D}=Js(),{logEventHandler:B,logWarningEventHandler:X,safeEventHandler:F,setDefaultEventHandler:$,setupEventHandler:ue,strictEventHandler:k,unhandledEventHandler:oe}=Wr(),j=function(I){const Z={},ee=new l({max:100});I.compact=async function(W,G,Y){if(arguments.length<2)throw new TypeError("Could not compact, too few arguments.");if(G===null)throw new a("The compaction context must not be null.","jsonld.CompactError",{code:"invalid local context"});if(W===null)return null;Y=me(Y,{base:N(W)?W:"",compactArrays:!0,compactToRelative:!0,graph:!1,skipExpansion:!1,link:!1,issuer:new o("_:b"),contextResolver:new r({sharedCache:ee})}),Y.link&&(Y.skipExpansion=!0),Y.compactToRelative||delete Y.base;let K;Y.skipExpansion?K=W:K=await I.expand(W,Y);const le=await I.processContext(S(Y),G,Y);let ce=await M({activeCtx:le,element:K,options:Y});Y.compactArrays&&!Y.graph&&b(ce)?ce.length===1?ce=ce[0]:ce.length===0&&(ce={}):Y.graph&&T(ce)&&(ce=[ce]),T(G)&&"@context"in G&&(G=G["@context"]),G=n.clone(G),b(G)||(G=[G]);const Ee=G;G=[];for(let q=0;q<Ee.length;++q)(!T(Ee[q])||Object.keys(Ee[q]).length>0)&&G.push(Ee[q]);const Te=G.length>0;if(G.length===1&&(G=G[0]),b(ce)){const q=U({activeCtx:le,iri:"@graph",relativeTo:{vocab:!0}}),te=ce;ce={},Te&&(ce["@context"]=G),ce[q]=te}else if(T(ce)&&Te){const q=ce;ce={"@context":G};for(const te in q)ce[te]=q[te]}return ce},I.expand=async function(W,G){if(arguments.length<1)throw new TypeError("Could not expand, too few arguments.");G=me(G,{keepFreeFloatingNodes:!1,contextResolver:new r({sharedCache:ee})});const Y={},K=[];if("expandContext"in G){const Te=n.clone(G.expandContext);T(Te)&&"@context"in Te?Y.expandContext=Te:Y.expandContext={"@context":Te},K.push(Y.expandContext)}let le;if(!N(W))Y.input=n.clone(W);else{const Te=await I.get(W,G);le=Te.documentUrl,Y.input=Te.document,Te.contextUrl&&(Y.remoteContext={"@context":Te.contextUrl},K.push(Y.remoteContext))}"base"in G||(G.base=le||"");let ce=S(G);for(const Te of K)ce=await y({activeCtx:ce,localCtx:Te,options:G});let Ee=await f({activeCtx:ce,element:Y.input,options:G});return T(Ee)&&"@graph"in Ee&&Object.keys(Ee).length===1?Ee=Ee["@graph"]:Ee===null&&(Ee=[]),b(Ee)||(Ee=[Ee]),Ee},I.flatten=async function(W,G,Y){if(arguments.length<1)return new TypeError("Could not flatten, too few arguments.");typeof G=="function"?G=null:G=G||null,Y=me(Y,{base:N(W)?W:"",contextResolver:new r({sharedCache:ee})});const K=await I.expand(W,Y),le=h(K);return G===null?le:(Y.graph=!0,Y.skipExpansion=!0,await I.compact(le,G,Y))},I.frame=async function(W,G,Y){if(arguments.length<2)throw new TypeError("Could not frame, too few arguments.");if(Y=me(Y,{base:N(W)?W:"",embed:"@once",explicit:!1,requireAll:!1,omitDefault:!1,bnodesToClear:[],contextResolver:new r({sharedCache:ee})}),N(G)){const xe=await I.get(G,Y);if(G=xe.document,xe.contextUrl){let Se=G["@context"];Se?b(Se)?Se.push(xe.contextUrl):Se=[Se,xe.contextUrl]:Se=xe.contextUrl,G["@context"]=Se}}const K=G?G["@context"]||{}:{},le=await I.processContext(S(Y),K,Y);Y.hasOwnProperty("omitGraph")||(Y.omitGraph=x(le,1.1)),Y.hasOwnProperty("pruneBlankNodeIdentifiers")||(Y.pruneBlankNodeIdentifiers=x(le,1.1));const ce=await I.expand(W,Y),Ee={...Y};Ee.isFrame=!0,Ee.keepFreeFloatingNodes=!0;const Te=await I.expand(G,Ee),q=Object.keys(G).map(xe=>R(le,xe,{vocab:!0}));Ee.merged=!q.includes("@graph"),Ee.is11=x(le,1.1);const te=d(ce,Te,Ee);Ee.graph=!Y.omitGraph,Ee.skipExpansion=!0,Ee.link={},Ee.framing=!0;let fe=await I.compact(te,K,Ee);return Ee.link={},fe=m(fe,Ee),fe},I.link=async function(W,G,Y){const K={};return G&&(K["@context"]=G),K["@embed"]="@link",I.frame(W,K,Y)},I.normalize=I.canonize=async function(W,G){if(arguments.length<1)throw new TypeError("Could not canonize, too few arguments.");if(G=me(G,{base:N(W)?W:null,algorithm:"URDNA2015",skipExpansion:!1,safe:!0,contextResolver:new r({sharedCache:ee})}),"inputFormat"in G){if(G.inputFormat!=="application/n-quads"&&G.inputFormat!=="application/nquads")throw new a("Unknown canonicalization input format.","jsonld.CanonizeError");const le=u.parse(W);return i.canonize(le,G)}const Y={...G};delete Y.format,Y.produceGeneralizedRdf=!1;const K=await I.toRDF(W,Y);return i.canonize(K,G)},I.fromRDF=async function(W,G){if(arguments.length<1)throw new TypeError("Could not convert from RDF, too few arguments.");G=me(G,{format:N(W)?"application/n-quads":void 0});const{format:Y}=G;let{rdfParser:K}=G;if(Y){if(K=K||Z[Y],!K)throw new a("Unknown input format.","jsonld.UnknownFormat",{format:Y})}else K=()=>W;const le=await K(W);return g(le,G)},I.toRDF=async function(W,G){if(arguments.length<1)throw new TypeError("Could not convert to RDF, too few arguments.");G=me(G,{base:N(W)?W:"",skipExpansion:!1,contextResolver:new r({sharedCache:ee})});let Y;G.skipExpansion?Y=W:Y=await I.expand(W,G);const K=_(Y,G);if(G.format){if(G.format==="application/n-quads"||G.format==="application/nquads")return u.serialize(K);throw new a("Unknown output format.","jsonld.UnknownFormat",{format:G.format})}return K},I.createNodeMap=async function(W,G){if(arguments.length<1)throw new TypeError("Could not create node map, too few arguments.");G=me(G,{base:N(W)?W:"",contextResolver:new r({sharedCache:ee})});const Y=await I.expand(W,G);return Q(Y,G)},I.merge=async function(W,G,Y){if(arguments.length<1)throw new TypeError("Could not merge, too few arguments.");if(!b(W))throw new TypeError('Could not merge, "docs" must be an array.');typeof G=="function"?G=null:G=G||null,Y=me(Y,{contextResolver:new r({sharedCache:ee})});const K=await Promise.all(W.map(xe=>{const Se={...Y};return I.expand(xe,Se)}));let le=!0;"mergeNodes"in Y&&(le=Y.mergeNodes);const ce=Y.issuer||new o("_:b"),Ee={"@default":{}};for(let xe=0;xe<K.length;++xe){const Se=n.relabelBlankNodes(K[xe],{issuer:new o("_:b"+xe+"-")}),Ie=le||xe===0?Ee:{"@default":{}};if(O(Se,Ie,"@default",ce),Ie!==Ee)for(const se in Ie){const be=Ie[se];if(!(se in Ee)){Ee[se]=be;continue}const Ne=Ee[se];for(const ve in be)ve in Ne||(Ne[ve]=be[ve])}}const Te=D(Ee),q=[],te=Object.keys(Te).sort();for(let xe=0;xe<te.length;++xe){const Se=Te[te[xe]];A(Se)||q.push(Se)}return G===null?q:(Y.graph=!0,Y.skipExpansion=!0,await I.compact(q,G,Y))},Object.defineProperty(I,"documentLoader",{get:()=>I._documentLoader,set:W=>I._documentLoader=W}),I.documentLoader=async W=>{throw new a("Could not retrieve a JSON-LD document from the URL. URL dereferencing not implemented.","jsonld.LoadDocumentError",{code:"loading document failed",url:W})},I.get=async function(W,G){let Y;typeof G.documentLoader=="function"?Y=G.documentLoader:Y=I.documentLoader;const K=await Y(W);try{if(!K.document)throw new a("No remote document found at the given URL.","jsonld.NullRemoteDocument");N(K.document)&&(K.document=JSON.parse(K.document))}catch(le){throw new a("Could not retrieve a JSON-LD document from the URL.","jsonld.LoadDocumentError",{code:"loading document failed",cause:le,remoteDoc:K})}return K},I.processContext=async function(W,G,Y){return Y=me(Y,{base:"",contextResolver:new r({sharedCache:ee})}),G===null?S(Y):(G=n.clone(G),T(G)&&"@context"in G||(G={"@context":G}),y({activeCtx:W,localCtx:G,options:Y}))},I.getContextValue=_i().getContextValue,I.documentLoaders={},I.useDocumentLoader=function(W){if(!(W in I.documentLoaders))throw new a('Unknown document loader type: "'+W+'"',"jsonld.UnknownDocumentLoader",{type:W});I.documentLoader=I.documentLoaders[W].apply(I,Array.prototype.slice.call(arguments,1))},I.registerRDFParser=function(W,G){Z[W]=G},I.unregisterRDFParser=function(W){delete Z[W]},I.registerRDFParser("application/n-quads",u.parse),I.registerRDFParser("application/nquads",u.parse),I.url=Wn(),I.logEventHandler=B,I.logWarningEventHandler=X,I.safeEventHandler=F,I.setDefaultEventHandler=$,I.strictEventHandler=k,I.unhandledEventHandler=oe,I.util=n,Object.assign(I,n),I.promises=I,I.RequestQueue=Yf(),I.JsonLdProcessor=Y_()(I),e.setupGlobals(I),e.setupDocumentLoaders(I);function me(W,{documentLoader:G=I.documentLoader,...Y}){if(W&&"compactionMap"in W)throw new a('"compactionMap" not supported.',"jsonld.OptionsError");if(W&&"expansionMap"in W)throw new a('"expansionMap" not supported.',"jsonld.OptionsError");return Object.assign({},{documentLoader:G},Y,W,{eventHandler:ue({options:W})})}return I},ae=function(){return j(function(){return ae()})};return j(ae),Ga=ae,Ga}var ty=ey();const Wa={},Za={};class ny{constructor(e){this.loadedExternalUrls=[],this.loadedClasses=[],this.config=e}async loadGraphs(){this.loadedExternalUrls=[],this.loadedClasses=[],this.config.prefixes={};const e=[],n=new It;if(e.push(this.importRDF(this.config.attributes.shapes?this.config.attributes.shapes:this.config.attributes.shapesUrl?this.fetchRDF(this.config.attributes.shapesUrl):"",n,Mr)),e.push(this.importRDF(this.config.attributes.values?this.config.attributes.values:this.config.attributes.valuesUrl?this.fetchRDF(this.config.attributes.valuesUrl):"",n,Tn)),await Promise.all(e),n.countQuads(null,null,null,Mr)===0&&this.config.attributes.valuesSubject){const r=[...n.getObjects(this.config.attributes.valuesSubject,ml,Tn)],o=[];for(const a of r){const l=this.toURL(a.value);l&&this.loadedExternalUrls.indexOf(l)<0&&(this.loadedExternalUrls.push(l),o.push(this.importRDF(this.fetchRDF(l),n,Mr)))}try{await Promise.allSettled(o)}catch(a){console.warn(a)}}this.config.store=n}async importRDF(e,n,r){const o=async a=>{const l=[];await new Promise((u,f)=>{const h=sh(a)==="xml"?new C_.RdfXmlParser:new Og;h.on("data",g=>{if(n.add(new qs(g.subject,g.predicate,g.object,r)),this.config.attributes.ignoreOwlImports===null&&Ml.equals(g.predicate)){const _=this.toURL(g.object.value);_&&this.loadedExternalUrls.indexOf(_)<0&&(this.loadedExternalUrls.push(_),l.push(this.importRDF(this.fetchRDF(_),n,Ue.namedNode(_))))}if(this.config.classInstanceProvider&&(Dl.equals(g.predicate)||Oi.equals(g.predicate))){const _=g.object.value;if(this.loadedClasses.indexOf(_)<0){let d;_ in Za?d=Za[_]:(d=this.config.classInstanceProvider(_),Za[_]=d),this.loadedClasses.push(_),l.push(this.importRDF(d,n,r))}}}).on("error",g=>{console.warn("failed parsing graph",r,g.message),f(g)}).on("prefix",(g,_)=>{g&&(this.config.prefixes[g]=_)}).on("end",()=>{u(null)}),h.write(a),h.end()});try{await Promise.allSettled(l)}catch(u){console.warn(u)}};if(e instanceof Promise&&(e=await e),e){if(sh(e)==="json")try{e=await ty.toRDF(JSON.parse(e),{format:"application/n-quads"})}catch(a){console.error(a)}await o(e)}}toURL(e){if(yl(e))return e;if(this.config.prefixes){const n=e.split(":");if(n.length===2){const r=this.config.prefixes[n[0]];if(r&&(e=e.replace(`${n[0]}:`,r),yl(e)))return e}}return null}async fetchRDF(e){if(e in Wa)return Wa[e];let n=e;this.config.attributes.proxy&&(n=this.config.attributes.proxy+encodeURIComponent(e));const r=fetch(n,{headers:{Accept:"text/turtle, application/trig, application/n-triples, application/n-quads, text/n3, application/ld+json"}}).then(o=>o.text());return Wa[e]=r,r}}function sh(i){return/^\s*\{/.test(i)?"json":/^\s*<\?xml/.test(i)?"xml":"ttl"}class Xa{constructor(){this.shapes=null,this.shapesUrl=null,this.shapeSubject=null,this.values=null,this.valuesUrl=null,this.valueSubject=null,this.valuesSubject=null,this.valuesNamespace="",this.valuesGraph=null,this.view=null,this.language=null,this.loading="Loading…",this.proxy=null,this.ignoreOwlImports=null,this.collapse=null,this.submitButton=null,this.generateNodeShapeReference=null,this.showNodeIds=null}}class oh{constructor(e,n){this.attributes=new Xa,this.loader=new ny(this),this.prefixes={},this.editMode=!0,this.lists={},this.groups=[],this.renderedNodes=new Set,this._store=new It,this.theme=e,this.form=n,this.languages=[...new Set(navigator.languages.flatMap(r=>r.length>2?[r.toLocaleLowerCase(),r.substring(0,2)]:r)),""]}updateAttributes(e){const n=new Xa;if(Object.keys(n).forEach(r=>{const o=e.dataset[r];o!==void 0&&(n[r]=o)}),this.editMode=n.view===null,this.attributes=n,this.attributes.valueSubject&&!this.attributes.valuesSubject&&(this.attributes.valuesSubject=this.attributes.valueSubject),n.language){const r=this.languages.indexOf(n.language);r>-1&&this.languages.splice(r,1),this.languages.unshift(n.language)}n.valuesGraph&&(this.valuesGraphId=Ue.namedNode(n.valuesGraph))}static dataAttributes(){const e=new Xa;return Object.keys(e).map(n=>(n=n.replace(/[A-Z]/g,r=>"-"+r.toLowerCase()),"data-"+n))}get store(){return this._store}set store(e){this._store=e,this.lists=Zg(e,{ignoreErrors:!0}),this.groups=[],e.forSubjects(n=>{this.groups.push(n.id)},Nt,`${Fe}PropertyGroup`,null)}}function iy(i){return"_:"+i.value}function ry(i,e){return[...i].map(n=>e(n)).join(`
427
430
  `)+`
428
- `}function sy(){return""}function tp(i){return"<"+i.value+">"}const oy=/["\\\\\n\r]/,ay=/["\\\\\n\r]/g,ly={'"':'\\"',"\\":"\\\\","\n":"\\n","\r":"\\r"};function uy(i){return ly[i]}function cy(i){return oy.test(i)?i.replace(ay,uy):i}function dy(i){const e=cy(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+'"^^'+tp(i.datatype)}function hy(i,e){const n=e(i.subject),r=e(i.predicate),o=e(i.object),a=e(i.graph);return`${n} ${r} ${o} ${a?a+" ":""}.`}function fy(i){return"?"+i.value}function jt(i){if(!i)return null;if(i.termType==="BlankNode")return iy(i);if(i.termType==="DefaultGraph")return sy();if(i.termType==="Literal")return dy(i);if(i.termType==="NamedNode")return tp(i);if(i.termType==="Quad"||i.subject&&i.predicate&&i.object&&i.graph)return hy(i,jt);if(i.termType==="Variable")return fy(i);if(i[Symbol.iterator])return ry(i,jt);throw new Error(`unknown termType ${i.termType}`)}class Vi{constructor(e){if(this.index=new Map,e)for(const[n,r]of e)this.set(n,r)}get size(){return this.index.size}clear(){this.index.clear()}delete(e){return this.index.delete(jt(e))}*entries(){for(const[,{term:e,value:n}]of this.index)yield[e,n]}forEach(e,n){for(const r of this.entries())e.call(n,r[1],r[0],this)}get(e){const n=this.index.get(jt(e));return n&&n.value}has(e){return this.index.has(jt(e))}*keys(){for(const[,{term:e}]of this.index)yield e}set(e,n){const r=jt(e);return this.index.set(r,{term:e,value:n}),this}*values(){for(const[,{value:e}]of this.index)yield e}[Symbol.iterator](){return this.entries()[Symbol.iterator]()}}class ah{constructor({dataset:e,end:n,quad:r,start:o}){this.dataset=e,this.end=n,this.quad=r,this.start=o}get term(){return this.quad[this.end]}get graph(){return this.quad.graph}get startTerm(){return this.quad[this.start]}}function lh(i){try{return jt(i)}catch{return null}}class Zt{constructor(e){if(this.index=new Map,e)for(const n of e)this.add(n)}get size(){return this.index.size}add(e){const n=jt(e);return this.index.has(n)||this.index.set(n,e),this}clear(){this.index.clear()}delete(e){return e?this.index.delete(lh(e)):!1}entries(){return this.values().entries()}forEach(e,n){return this.values().forEach(e,n)}has(e){return e?this.index.has(lh(e)):!1}values(){return new Set(this.index.values())}keys(){return this.values()}[Symbol.iterator](){return this.index.values()}}class np{constructor(e){this.value=e}equals(e){return!!e&&e.termType===this.termType&&e.value===this.value}}np.prototype.termType="BlankNode";class Kl{equals(e){return!!e&&e.termType===this.termType}}Kl.prototype.termType="DefaultGraph";Kl.prototype.value="";function uh(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 n=i.fromTerm(e.subject),r=i.fromTerm(e.predicate),o=i.fromTerm(e.object),a=i.fromTerm(e.graph);return i.quad(n,r,o,a)}if(e.termType==="Variable")return i.variable(e.value);throw new Error(`unknown termType ${e.termType}`)}class Ps{constructor(e,n,r,o=""){this.value=e,this.language=n,this.datatype=r,this.direction=o}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}}Ps.prototype.termType="Literal";class Zr{constructor(e){this.value=e}equals(e){return!!e&&e.termType===this.termType&&e.value===this.value}}Zr.prototype.termType="NamedNode";class Yl{constructor(e,n,r,o){this.subject=e,this.predicate=n,this.object=r,this.graph=o}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)}}Yl.prototype.termType="Quad";Yl.prototype.value="";class ip{constructor(e){this.value=e}equals(e){return!!e&&e.termType===this.termType&&e.value===this.value}}ip.prototype.termType="Variable";const py=new Zr("http://www.w3.org/1999/02/22-rdf-syntax-ns#dirLangString"),ch=new Zr("http://www.w3.org/1999/02/22-rdf-syntax-ns#langString"),gy=new Zr("http://www.w3.org/2001/XMLSchema#string");class rp{constructor(){this.init()}init(){this._data={blankNodeCounter:0,defaultGraph:new Kl}}namedNode(e){return new Zr(e)}blankNode(e){return e=e||"b"+ ++this._data.blankNodeCounter,new np(e)}literal(e,n){return typeof n=="string"?new Ps(e,n,ch):typeof n?.language=="string"?new Ps(e,n.language,n.direction?py:ch,n.direction):new Ps(e,"",n||gy)}variable(e){return new ip(e)}defaultGraph(){return this._data.defaultGraph}quad(e,n,r,o=this.defaultGraph()){return new Yl(e,n,r,o)}fromTerm(e){return uh(this,e)}fromQuad(e){return uh(this,e)}}rp.exports=["blankNode","defaultGraph","fromQuad","fromTerm","literal","namedNode","quad","variable"];const eu=new rp,my={apply:(i,e,n)=>i(n[0]),get:(i,e)=>i(e)};function Qt(i,{factory:e=eu}={}){const n=(r="")=>e.namedNode(`${i}${r.raw||r}`);return typeof Proxy>"u"?n:new Proxy(n,my)}Qt("http://www.w3.org/2001/XMLSchema#");const pn=Qt("http://www.w3.org/1999/02/22-rdf-syntax-ns#");Qt("http://www.w3.org/2000/01/rdf-schema#");class nt{static add({ptr:e,start:n,end:r,subjects:o=[null],predicates:a=[null],objects:l=[null],graphs:u,callback:f}={}){if(!e.factory)throw new Error("add operation requires a factory");let h=()=>{};f&&(h=g=>{f(new ah({dataset:e.dataset,start:n,end:r,quad:g}))});for(const g of o)for(const _ of a)for(const d of l)for(const m of u){const b={subject:g,predicate:_,object:d,graph:m};b[n]=e.term;const T=e.factory.quad(b.subject,b.predicate,b.object,b.graph);e.dataset.add(T),h(T)}return e}static addList({ptr:e,predicates:n,items:r,graphs:o}){if(e.isAny())throw new Error("can't attach a list to an any ptr");for(const a of n)for(const l of o){const u=r.map(()=>e.factory.blankNode());e.dataset.add(e.factory.quad(e.term,a,u[0]||pn.nil,l));for(let f=0;f<u.length;f++)e.dataset.add(e.factory.quad(u[f],pn.first,r[f],l)),e.dataset.add(e.factory.quad(u[f],pn.rest,u[f+1]||pn.nil,l))}return e}static delete({ptr:e,start:n,subjects:r=[null],predicates:o=[null],objects:a=[null]}){for(const l of r)for(const u of o)for(const f of a){const h={subject:l,predicate:u,object:f};h[n]=e.term;const g=e.dataset.match(h.subject,h.predicate,h.object);for(const _ of g)e.dataset.delete(_)}return e}static deleteList({ptr:e,predicates:n}){const r=[];for(const o of n)for(const a of e.dataset.match(e.term,o)){let l=a.object;for(r.push(a);!pn.nil.equals(l);){l=r[r.length-1].object;const u=e.dataset.match(l);if(u.size===0)break;for(const f of u)r.push(f)}}for(const o of r)e.dataset.delete(o);return e}static execute({ptr:e,operation:n="traverse",quantifier:r,start:o,end:a,subjects:l,predicates:u,objects:f,graphs:h,items:g,callback:_}={}){if(n==="add")return nt.add({ptr:e,start:o,end:a,subjects:l,predicates:u,objects:f,graphs:h,callback:_});if(n==="addList")return nt.addList({ptr:e,predicates:u,items:g,graphs:h});if(n==="delete")return nt.delete({ptr:e,start:o,subjects:l,predicates:u,objects:f});if(n==="deleteList")return nt.deleteList({ptr:e,predicates:u});if(n==="isList")return nt.isList({ptr:e});if(n==="list")return nt.list({ptr:e});if(n==="traverse")return nt.traverse({ptr:e,quantifier:r,start:o,end:a,subjects:l,predicates:u,objects:f,graphs:h});throw new Error(`unknown operation ${n}`)}static isList({ptr:e}){return e.isAny()?!1:!!(pn.nil.equals(e.term)||nt.traverse({ptr:e,predicates:[pn.first]}).length===1)}static list({ptr:e}){if(e.isList())return{*[Symbol.iterator](){for(;e&&!e.term.equals(pn.nil);){const n=e.out([pn.first]);if(n.length!==1)throw new Error(`Invalid list: rdf:first count not equals one on ${e.value}`);const r=e.out([pn.rest]);if(r.length!==1)throw new Error(`Invalid list: rdf:rest count not equals one on ${e.value}`);yield n[0],e=r[0]}}}}static traverse({ptr:e,quantifier:n="one",start:r="subject",end:o="object",subjects:a=[null],predicates:l=[null],objects:u=[null],graphs:f=[null],callback:h}){if(n==="one")return nt.traverseOne({ptr:e,start:r,end:o,subjects:a,predicates:l,objects:u,graphs:f,callback:h});if(n==="oneOrMore"){const g=nt.traverse({ptr:e,end:o,start:r,subjects:a,predicates:l,objects:u,graphs:f,callback:h});return nt.traverseMore({ptrs:g,end:o,start:r,subjects:a,predicates:l,objects:u,graphs:f,callback:h})}if(n==="zeroOrMore")return nt.traverseMore({ptrs:[e],end:o,start:r,subjects:a,predicates:l,objects:u,graphs:f,callback:h});if(n==="zeroOrOne")return[e,...nt.traverse({ptr:e,end:o,start:r,subjects:a,predicates:l,objects:u,graphs:f,callback:h})];throw new Error(`unknown quantifier ${n}`)}static traverseMore({ptrs:e,end:n,start:r,subjects:o,predicates:a,objects:l,graphs:u,callback:f}={}){let h=[...e],g,_;do{g=[];for(const d of e)g=[...g,...nt.traverseOne({ptr:d,end:n,start:r,subjects:o,predicates:a,objects:l,graphs:u,callback:f})];_&&(g=g.filter(d=>!_.has(d.term))),e=g,h=[...h,...g],_=new Zt(h.map(d=>d.term))}while(g.length>0);return h}static traverseOne({ptr:e,start:n,end:r,subjects:o,predicates:a,objects:l,graphs:u,callback:f=(h,g)=>g.extend(h)}={}){const h=[];for(const g of o)for(const _ of a)for(const d of l)for(const m of u){const b={subject:g,predicate:_,object:d,graph:m};b[n]=e.term;for(const T of e.dataset.match(b.subject,b.predicate,b.object,b.graph))h.push(f(new ah({dataset:e.dataset,end:r,quad:T,start:n}),e))}return h}}function dh(i,e){return e?n=>e(i.extend(n)):()=>{}}class hh{constructor({dataset:e,edges:n=[],factory:r,graph:o,term:a}){if(!e&&n.length===0)throw new Error("dataset or edges is required");if(n.length===0&&typeof a>"u")throw new Error("edges or term must be given");if(n.length>0&&a)throw new Error("edges or term must be given");this.dataset=e||n[n.length-1].dataset,this.edges=n,this.factory=r,this._graph=o,n.length===0&&(this._term=a)}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,n,r){return nt.add({ptr:this,start:"object",end:"subject",subjects:n,predicates:e,graphs:[this.graph||this.factory.defaultGraph()],callback:dh(this,r)})}addList(e,n){return nt.addList({ptr:this,predicates:e,graphs:[this.graph||this.factory.defaultGraph()],items:n})}addOut(e,n,r){return nt.add({ptr:this,start:"subject",end:"object",predicates:e,objects:n,graphs:[this.graph||this.factory.defaultGraph()],callback:dh(this,r)})}deleteIn(e,n){return nt.delete({ptr:this,start:"object",subjects:n,predicates:e})}deleteList(e){return nt.deleteList({ptr:this,predicates:e})}deleteOut(e,n){return nt.delete({ptr:this,start:"subject",predicates:e,objects:n})}execute({operation:e,quantifier:n,start:r,end:o,subjects:a,predicates:l,objects:u,graphs:f,items:h,callback:g}){return nt.execute({ptr:this,operation:e,quantifier:n,start:r,end:o,subjects:a,predicates:l,objects:u,graphs:f,items:h,callback:g})}extend(e){return new this.constructor({dataset:this.dataset,edges:[...this.edges,e],factory:this.factory,graph:this._graph})}hasIn(e,n){return nt.traverse({ptr:this,start:"object",end:"object",subjects:n,predicates:e,graphs:[this.graph]})}hasOut(e,n){return nt.traverse({ptr:this,start:"subject",end:"subject",predicates:e,objects:n,graphs:[this.graph]})}in(e,n){return nt.traverse({ptr:this,start:"object",end:"subject",subjects:n,predicates:e,graphs:[this.graph]})}isAny(){return!this.term}isList(){return nt.isList({ptr:this})}list(){return nt.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,n){return nt.traverse({ptr:this,predicates:e,objects:n,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 fh(i,e){return i?i.equals(e):i===e}function _y(i,e){return!(i.dataset!==e.dataset||!fh(i.graph,e.graph)||!fh(i.term,e.term))}function ph(i,e){return e?n=>e(new i.constructor({factory:i.factory,ptrs:[n]})):()=>{}}class $s{constructor({dataset:e,factory:n,ptrs:r,terms:o,graphs:a}){if(this.factory=n,r)this.ptrs=[...r];else{this.ptrs=[];for(const l of o||[null])for(const u of a||[null])this.ptrs.push(new hh({dataset:e,factory:n,graph:u,term:l}))}}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 Zt(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,n,r){const o=ph(this,r);for(const a of this.ptrs)a.addIn(e,n,o);return this}addList(e,n){if(this.isAny())throw new Error("can't attach a list to an any ptr");for(const r of this.ptrs)r.addList(e,n);return this}addOut(e,n,r){const o=ph(this,r);for(const a of this.ptrs)a.addOut(e,n,o);return this}clone(e){return new this.constructor({factory:this.factory,ptrs:this.ptrs,...e})}deleteIn(e,n){for(const r of this.ptrs)r.deleteIn(e,n);return this}deleteList(e){for(const n of this.ptrs)n.deleteList(e);return this}deleteOut(e,n){for(const r of this.ptrs)r.deleteOut(e,n);return this}distinct(){const e=this.ptrs.reduce((n,r)=>(n.some(o=>_y(o,r))||n.push(r.trim()),n),[]);return this.clone({ptrs:e})}execute(e){return this.clone({ptrs:this.ptrs.flatMap(n=>n.execute(e))})}executeAll(e){let n=this;for(const r of e)n=n.execute(r);return n}filter(e){return this.clone({ptrs:[...this].filter(e).map(n=>n.ptrs[0])})}hasIn(e,n){return this.clone({ptrs:this.ptrs.flatMap(r=>r.hasIn(e,n))})}hasOut(e,n){return this.clone({ptrs:this.ptrs.flatMap(r=>r.hasOut(e,n))})}in(e,n){return this.clone({ptrs:this.ptrs.flatMap(r=>r.in(e,n))})}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(),n=this;return(function*(){for(const r of e)yield n.clone({ptrs:[r]})})()}map(e){return[...this].map(e)}node(e){const n=this.dataset,r=[...e].map(o=>new hh({dataset:n,factory:this.factory,term:o}));return this.clone({ptrs:r})}out(e,n){return this.clone({ptrs:this.ptrs.flatMap(r=>r.out(e,n))})}*quads(){for(const{edges:e}of this.ptrs)for(const{quad:n}of e)yield n}trim(){return this.clone({ptrs:this.ptrs.map(e=>e.trim())})}*[Symbol.iterator](){for(const e of this.ptrs)yield this.clone({ptrs:[e]})}}Qt("http://www.w3.org/2002/07/owl#");const yi=Qt("http://www.w3.org/1999/02/22-rdf-syntax-ns#"),yy=Qt("http://www.w3.org/2000/01/rdf-schema#"),ge=Qt("http://www.w3.org/ns/shacl#"),El=Qt("https://schemas.link/shacl-next#"),tu=Qt("http://www.w3.org/2001/XMLSchema#");function vy(i){return i?`{${[...i.quads()].map(e=>jt(e)).join(" ")}}`:"{}"}function by(i){return i?`{${i.map(e=>vy(e)).join(" ")}}`:"{}"}var Qa,gh;function wy(){if(gh)return Qa;gh=1;var i=/\s/;function e(n){for(var r=n.length;r--&&i.test(n.charAt(r)););return r}return Qa=e,Qa}var Ja,mh;function xy(){if(mh)return Ja;mh=1;var i=wy(),e=/^\s+/;function n(r){return r&&r.slice(0,i(r)+1).replace(e,"")}return Ja=n,Ja}var Ka,_h;function Ey(){if(_h)return Ka;_h=1;function i(e){var n=typeof e;return e!=null&&(n=="object"||n=="function")}return Ka=i,Ka}var Ya,yh;function Sy(){if(yh)return Ya;yh=1;var i=typeof ki=="object"&&ki&&ki.Object===Object&&ki;return Ya=i,Ya}var el,vh;function Ty(){if(vh)return el;vh=1;var i=Sy(),e=typeof self=="object"&&self&&self.Object===Object&&self,n=i||e||Function("return this")();return el=n,el}var tl,bh;function sp(){if(bh)return tl;bh=1;var i=Ty(),e=i.Symbol;return tl=e,tl}var nl,wh;function Ly(){if(wh)return nl;wh=1;var i=sp(),e=Object.prototype,n=e.hasOwnProperty,r=e.toString,o=i?i.toStringTag:void 0;function a(l){var u=n.call(l,o),f=l[o];try{l[o]=void 0;var h=!0}catch{}var g=r.call(l);return h&&(u?l[o]=f:delete l[o]),g}return nl=a,nl}var il,xh;function Iy(){if(xh)return il;xh=1;var i=Object.prototype,e=i.toString;function n(r){return e.call(r)}return il=n,il}var rl,Eh;function Ny(){if(Eh)return rl;Eh=1;var i=sp(),e=Ly(),n=Iy(),r="[object Null]",o="[object Undefined]",a=i?i.toStringTag:void 0;function l(u){return u==null?u===void 0?o:r:a&&a in Object(u)?e(u):n(u)}return rl=l,rl}var sl,Sh;function Ay(){if(Sh)return sl;Sh=1;function i(e){return e!=null&&typeof e=="object"}return sl=i,sl}var ol,Th;function Ry(){if(Th)return ol;Th=1;var i=Ny(),e=Ay(),n="[object Symbol]";function r(o){return typeof o=="symbol"||e(o)&&i(o)==n}return ol=r,ol}var al,Lh;function Cy(){if(Lh)return al;Lh=1;var i=xy(),e=Ey(),n=Ry(),r=NaN,o=/^[-+]0x[0-9a-f]+$/i,a=/^0b[01]+$/i,l=/^0o[0-7]+$/i,u=parseInt;function f(h){if(typeof h=="number")return h;if(n(h))return r;if(e(h)){var g=typeof h.valueOf=="function"?h.valueOf():h;h=e(g)?g+"":g}if(typeof h!="string")return h===0?h:+h;h=i(h);var _=a.test(h);return _||l.test(h)?u(h.slice(2),_?2:8):o.test(h)?r:+h}return al=f,al}var ll,Ih;function Py(){if(Ih)return ll;Ih=1;var i=Cy(),e=1/0,n=17976931348623157e292;function r(o){if(!o)return o===0?o:0;if(o=i(o),o===e||o===-e){var a=o<0?-1:1;return a*n}return o===o?o:0}return ll=r,ll}var ul,Nh;function ky(){if(Nh)return ul;Nh=1;var i=Py();function e(n){var r=i(n),o=r%1;return r===r?o?r-o:r:0}return ul=e,ul}var cl,Ah;function My(){if(Ah)return cl;Ah=1;var i=ky(),e="Expected a function";function n(r,o){var a;if(typeof o!="function")throw new TypeError(e);return r=i(r),function(){return--r>0&&(a=o.apply(this,arguments)),r<=1&&(o=void 0),a}}return cl=n,cl}var dl,Rh;function Dy(){if(Rh)return dl;Rh=1;var i=My();function e(n){return i(2,n)}return dl=e,dl}var Oy=Dy();const nn=ug(Oy);let Ch=class{constructor({details:e,factory:n,options:r,results:o=[]}={}){this.details=e,this.factory=n,this.options=r,this.results=o,this._conforms=nn(()=>!this.results.some(a=>a.severity.equals(ge.Info)||a.severity.equals(ge.Violation)||a.severity.equals(ge.Warning))),this._ptr=nn(()=>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 $s({dataset:this.factory.dataset(),factory:this.factory,terms:[this.factory.blankNode()]});e.addOut([yi.type],[ge.ValidationReport]).addOut([ge.conforms],[this.factory.literal(this.conforms.toString(),tu.boolean)]);for(const n of this.results)e.addOut([ge.result],[this.factory.blankNode()],r=>{n.build(r,this.options)});return e}coverage(){return this.results.flatMap(e=>e.coverage())}};function Fy(i,e){return Object.entries(e).reduce((n,[r,o])=>(o&&o.termType&&(o=jt(o)),n.replace(`{$${r}}`,o).replace(`{?${r}}`,o)),i)}let jy=class{constructor({args:e={},constraintComponent:n,factory:r,focusNode:o,message:a=[],path:l,results:u=[],severity:f,shape:h,source:g=[],value:_,valuePaths:d=[]}={}){this.args=e,this.constraintComponent=n,this.factory=r,this.focusNode=o,this.path=l||h.path,this.results=u,this.severity=f,this.shape=h,this.source=g,this.value=_,this.valuePaths=d,this._message=nn(()=>(this.shape.message.length>0&&(a=this.shape.message),a.length===0&&(a=this.shape.ptr.node([this.constraintComponent]).out([ge.message]).terms),a.map(m=>r.literal(Fy(m.value,e),m.language||null))))}get message(){return this._message()}build(e,{details:n}={}){e.addOut([yi.type],[ge.ValidationResult]).addOut([ge.focusNode],this.focusNode.terms).addOut([ge.resultSeverity],[this.severity]).addOut([ge.sourceConstraint],this.source).addOut([ge.sourceConstraintComponent],[this.constraintComponent]).addOut([ge.sourceShape],this.shape.ptr.terms),this.message&&e.addOut([ge.resultMessage],this.message);const r=o=>{if(o.quantifier==="one")return o.predicates.length>1?e.node([this.factory.blankNode()]).addList([ge.alternativePath],o.predicates):o.start==="object"?e.node([this.factory.blankNode()]).addOut([ge.inversePath],[o.predicates[0]]):e.node([o.predicates[0]]);if(o.quantifier==="oneOrMore")return e.node([this.factory.blankNode()]).addOut([ge.oneOrMorePath],[o.predicates[0]]);if(o.quantifier==="zeroOrMore")return e.node([this.factory.blankNode()]).addOut([ge.zeroOrMorePath],[o.predicates[0]]);if(o.quantifier==="zeroOrOne")return e.node([this.factory.blankNode()]).addOut([ge.zeroOrOnePath],[o.predicates[0]])};if(this.path&&(this.path.length===1?e.addOut([ge.resultPath],r(this.path[0]).terms):e.addList([ge.resultPath],this.path.map(o=>r(o).term))),typeof this.value<"u"&&e.addOut([ge.value],this.value.terms),n)for(const o of this.results)e.addOut([ge.detail],[this.factory.blankNode()],a=>{o.build(a,{details:n})})}coverage(){return[...this.valuePaths.flatMap(e=>[...e.quads()]),...this.results.flatMap(e=>e.coverage())]}};class nu{constructor({factory:e,focusNode:n,options:r={debug:!1,details:!1},processed:o=new Set,report:a=new Ch({factory:e,options:r}),results:l=new Map,shape:u,value:f,valueOrNode:h,valuePaths:g,values:_}={}){this.factory=e,this.focusNode=n,this.options=r,this.processed=o,this.report=a,this.results=l,this.shape=u,this.value=f,this.valuePaths=g,this.valueOrNode=h,this.values=_}create({child:e,focusNode:n=this.focusNode,shape:r=this.shape,value:o=this.value,valueOrNode:a=this.valueOrNode,valuePaths:l=this.valuePaths,values:u=this.values}={}){return new nu({factory:this.factory,focusNode:n,options:this.options,processed:this.processed,report:e?new Ch({factory:this.factory,options:this.options}):this.report,results:this.results,shape:r,value:o,valueOrNode:a,valuePaths:l,values:u})}id({shape:e=this.shape}={}){return`${jt(e.ptr.term)} - ${jt(this.focusNode.term)} - ${by(this.valuePaths)}`}result(e){const n=new jy({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(n):this.results.set(r,new Set([n])),this.report.results.push(n)}debug(e,n){this.options.debug&&this.result({severity:El.Debug,constraintComponent:e,...n})}trace(e,n){this.options.trace&&this.result({severity:El.Trace,constraintComponent:e,...n})}test(e,n,r){e?this.debug(n,r):this.violation(n,r)}violation(e,n){this.result({constraintComponent:e,severity:this.shape.severity||ge.Violation,...n})}}function $y(){return{generic:By()}}function By(){return i=>{i.trace(El.TraversalConstraintComponent,{args:{},message:[i.factory.literal("Traversal")],value:i.valueOrNode})}}class qy{constructor(e){this.validations=new Vi(e)}compile(e){const n=e.validator.options.coverage;if(e.deactivated)return[];let r=!1;const o=new Set;for(const a of e.ptr.execute({start:"subject",end:"predicate"})){const l=this.validations.get(a.term);l&&(o.add(l),a.term.equals(ge.property)&&(r=!0))}return n&&e.isPropertyShape&&!r&&o.add($y),[...o].map(a=>a(e)).filter(Boolean)}}var ui={},ci={},xr={},Er={},Ph;function qi(){if(Ph)return Er;Ph=1,Object.defineProperty(Er,"__esModule",{value:!0}),Er.Translator=void 0;let i=class{constructor(){this.supportedRdfDatatypes=[],this.fromRdfHandlers={},this.toRdfHandlers={}}static incorrectRdfDataType(n){throw new Error(`Invalid RDF ${n.datatype.value} value: '${n.value}'`)}registerHandler(n,r,o){for(const a of r)this.supportedRdfDatatypes.push(a),this.fromRdfHandlers[a.value]=n;for(const a of o){let l=this.toRdfHandlers[a];l||(this.toRdfHandlers[a]=l=[]),l.push(n)}}fromRdf(n,r){const o=this.fromRdfHandlers[n.datatype.value];return o?o.fromRdf(n,r):n.value}toRdf(n,r){const o=this.toRdfHandlers[typeof n];if(o)for(const a of o){const l=a.toRdf(n,r);if(l)return l}throw new Error(`Invalid JavaScript value: '${n}'`)}getSupportedRdfDatatypes(){return this.supportedRdfDatatypes}getSupportedJavaScriptPrimitives(){return Object.keys(this.toRdfHandlers)}};return Er.Translator=i,Er}var kh;function zy(){if(kh)return xr;kh=1,Object.defineProperty(xr,"__esModule",{value:!0}),xr.TypeHandlerBoolean=void 0;const i=qi();let e=class op{fromRdf(r,o){switch(r.value){case"true":return!0;case"false":return!1;case"1":return!0;case"0":return!1}return o&&i.Translator.incorrectRdfDataType(r),!1}toRdf(r,{datatype:o,dataFactory:a}){return a.literal(r?"true":"false",o||a.namedNode(op.TYPE))}};return xr.TypeHandlerBoolean=e,e.TYPE="http://www.w3.org/2001/XMLSchema#boolean",xr}var Sr={},Mh;function Uy(){if(Mh)return Sr;Mh=1,Object.defineProperty(Sr,"__esModule",{value:!0}),Sr.TypeHandlerDate=void 0;const i=qi();let e=class Sl{fromRdf(r,o){switch(o&&!r.value.match(Sl.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 a=r.value.split("-");return new Date(0,parseInt(a[0],10)-1,parseInt(a[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:o,dataFactory:a}){if(o=o||a.namedNode(Sl.TYPES[0]),!(r instanceof Date))return null;const l=r;let u;switch(o.value){case"http://www.w3.org/2001/XMLSchema#gDay":u=String(l.getUTCDate());break;case"http://www.w3.org/2001/XMLSchema#gMonthDay":u=l.getUTCMonth()+1+"-"+l.getUTCDate();break;case"http://www.w3.org/2001/XMLSchema#gYear":u=String(l.getUTCFullYear());break;case"http://www.w3.org/2001/XMLSchema#gYearMonth":u=l.getUTCFullYear()+"-"+(l.getUTCMonth()+1);break;case"http://www.w3.org/2001/XMLSchema#date":u=l.toISOString().replace(/T.*$/,"");break;default:u=l.toISOString()}return a.literal(u,o)}};return Sr.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]$/},Sr}var Tr={},Dh;function Hy(){if(Dh)return Tr;Dh=1,Object.defineProperty(Tr,"__esModule",{value:!0}),Tr.TypeHandlerNumberDouble=void 0;const i=qi();let e=class ap{fromRdf(r,o){const a=parseFloat(r.value);return o&&isNaN(a)&&i.Translator.incorrectRdfDataType(r),a}toRdf(r,{datatype:o,dataFactory:a}){return o=o||a.namedNode(ap.TYPES[0]),isNaN(r)?a.literal("NaN",o):isFinite(r)?r%1===0?null:a.literal(r.toExponential(15).replace(/(\d)0*e\+?/,"$1E"),o):a.literal(r>0?"INF":"-INF",o)}};return Tr.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"],Tr}var Lr={},Oh;function Vy(){if(Oh)return Lr;Oh=1,Object.defineProperty(Lr,"__esModule",{value:!0}),Lr.TypeHandlerNumberInteger=void 0;const i=qi();let e=class Cr{fromRdf(r,o){const a=parseInt(r.value,10);return o&&(isNaN(a)||r.value.indexOf(".")>=0)&&i.Translator.incorrectRdfDataType(r),a}toRdf(r,{datatype:o,dataFactory:a}){return a.literal(String(r),o||(r<=Cr.MAX_INT&&r>=Cr.MIN_INT?a.namedNode(Cr.TYPES[0]):a.namedNode(Cr.TYPES[1])))}};return Lr.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,Lr}var Ir={},Fh;function Gy(){if(Fh)return Ir;Fh=1,Object.defineProperty(Ir,"__esModule",{value:!0}),Ir.TypeHandlerString=void 0;let i=class{fromRdf(n){return n.value}toRdf(n,{datatype:r,dataFactory:o}){return o.literal(n,r)}};return Ir.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"],Ir}var jh;function $h(){return jh||(jh=1,(function(i){var e=ci&&ci.__createBinding||(Object.create?(function(r,o,a,l){l===void 0&&(l=a);var u=Object.getOwnPropertyDescriptor(o,a);(!u||("get"in u?!o.__esModule:u.writable||u.configurable))&&(u={enumerable:!0,get:function(){return o[a]}}),Object.defineProperty(r,l,u)}):(function(r,o,a,l){l===void 0&&(l=a),r[l]=o[a]})),n=ci&&ci.__exportStar||function(r,o){for(var a in r)a!=="default"&&!Object.prototype.hasOwnProperty.call(o,a)&&e(o,r,a)};Object.defineProperty(i,"__esModule",{value:!0}),n(zy(),i),n(Uy(),i),n(Hy(),i),n(Vy(),i),n(Gy(),i)})(ci)),ci}var hl={},Bh;function Wy(){return Bh||(Bh=1,Object.defineProperty(hl,"__esModule",{value:!0})),hl}var qh;function Zy(){return qh||(qh=1,(function(i){var e=ui&&ui.__createBinding||(Object.create?(function(m,b,T,N){N===void 0&&(N=T);var A=Object.getOwnPropertyDescriptor(b,T);(!A||("get"in A?!b.__esModule:A.writable||A.configurable))&&(A={enumerable:!0,get:function(){return b[T]}}),Object.defineProperty(m,N,A)}):(function(m,b,T,N){N===void 0&&(N=T),m[N]=b[T]})),n=ui&&ui.__exportStar||function(m,b){for(var T in m)T!=="default"&&!Object.prototype.hasOwnProperty.call(b,T)&&e(b,m,T)};Object.defineProperty(i,"__esModule",{value:!0}),i.fromRdf=f,i.toRdf=h,i.getTermRaw=g,i.getSupportedRdfDatatypes=_,i.getSupportedJavaScriptPrimitives=d;const r=Zf(),o=$h(),a=qi();n($h(),i),n(Wy(),i),n(qi(),i);const l=new r.DataFactory,u=new a.Translator;u.registerHandler(new o.TypeHandlerString,o.TypeHandlerString.TYPES.map(m=>l.namedNode(m)),["string"]),u.registerHandler(new o.TypeHandlerBoolean,[o.TypeHandlerBoolean.TYPE].map(m=>l.namedNode(m)),["boolean"]),u.registerHandler(new o.TypeHandlerNumberDouble,o.TypeHandlerNumberDouble.TYPES.map(m=>l.namedNode(m)),["number"]),u.registerHandler(new o.TypeHandlerNumberInteger,o.TypeHandlerNumberInteger.TYPES.map(m=>l.namedNode(m)),["number"]),u.registerHandler(new o.TypeHandlerDate,o.TypeHandlerDate.TYPES.map(m=>l.namedNode(m)),["object"]);function f(m,b){return u.fromRdf(m,b)}function h(m,b){return b&&"namedNode"in b&&(b={dataFactory:b}),b=b||{},b&&!b.dataFactory&&(b.dataFactory=l),u.toRdf(m,b)}function g(m,b){return m.termType==="Literal"?f(m,b):m.value}function _(){return u.getSupportedRdfDatatypes()}function d(){return u.getSupportedJavaScriptPrimitives()}})(ui)),ui}var Ur=Zy();function zh(i){if(i.term.termType!=="BlankNode")return{quantifier:"one",start:"subject",end:"object",predicates:[i.term]};const e=i.out([ge.alternativePath]);if(e.ptrs.length===1&&e.ptrs[0].isList())return{quantifier:"one",start:"subject",end:"object",predicates:[...e.list()].map(l=>l.term)};const n=i.out([ge.inversePath]);if(n.term)return{quantifier:"one",start:"object",end:"subject",predicates:[n.term]};const r=i.out([ge.oneOrMorePath]);if(r.term)return{quantifier:"oneOrMore",start:"subject",end:"object",predicates:[r.term]};const o=i.out([ge.zeroOrMorePath]);if(o.term)return{quantifier:"zeroOrMore",start:"subject",end:"object",predicates:[o.term]};const a=i.out([ge.zeroOrOnePath]);if(a.term)return{quantifier:"zeroOrOne",start:"subject",end:"object",predicates:[a.term]}}function Xy(i){return i.terms.length===0?null:i.ptrs[0].isList()?[...i.list()].map(e=>zh(e)):[zh(i)]}class Qy{constructor(e){this.shape=e,this._compiled=nn(()=>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 n=e.create({shape:this.shape,valueOrNode:e.value||e.focusNode});for(const r of this.compiled)r.node&&await r.node(n),r.generic&&await r.generic(n)}async validateProperty(e){let n;this.shape.isSparqlShape?n=e.focusNode:n=e.focusNode.executeAll(this.shape.path);const r=n.node(new Zt(n.terms)),o=[...n].reduce((l,u)=>{const f=u.term,h=n.node([f]);return l.has(f)||l.set(f,{value:h,valuePaths:[]}),l.get(f).valuePaths.push(u),l},new Vi).values(),a=e.create({shape:this.shape,values:r});for(const l of this.compiled)l.property&&await l.property(a);for(const{value:l,valuePaths:u}of o){const f=e.create({shape:this.shape,value:l,valueOrNode:l,valuePaths:u});for(const h of this.compiled)h.generic&&await h.generic(f)}}}function Tl(i){const e=new Zt,r=new $s({dataset:i.dataset,terms:i.terms}).execute({quantifier:"zeroOrMore",start:"object",end:"subject",predicates:[yy.subClassOf]});for(const o of r.ptrs)for(const{term:a}of o.nodes())e.add(a);return e}class Jy{constructor(e){this.targetClass=new Zt([...Tl(e.hasOut([yi.type],[ge.NodeShape])),...Tl(e.out([ge.targetClass]))]),this.targetNode=e.out([ge.targetNode]).terms,this.targetObjectsOf=e.out([ge.targetObjectsOf]).terms,this.targetSubjectsOf=e.out([ge.targetSubjectsOf]).terms}resolve(e){const n=e.focusNode.node([null]),r=[...e.focusNode.hasOut([yi.type],this.targetClass).ptrs,...e.focusNode.node(this.targetNode).ptrs,...n.execute({start:"object",end:"object",predicates:this.targetObjectsOf}).ptrs,...n.execute({start:"subject",end:"subject",predicates:this.targetSubjectsOf}).ptrs],o=e.focusNode.clone({ptrs:r});return o.node([...new Zt(o.terms)])}}class Ky{constructor(e,{validator:n}){this.ptr=e,this.validator=n,this._deactivated=nn(()=>{const r=this.ptr.out([ge.deactivated]).term;return r&&Ur.fromRdf(r)}),this._message=nn(()=>this.ptr.out([ge.message]).terms),this._path=nn(()=>Xy(this.ptr.out([ge.path]))),this._severity=nn(()=>this.ptr.out([ge.severity]).term),this._shapeValidator=nn(()=>new Qy(this)),this._sparql=nn(()=>this.ptr.out([ge.sparql])),this._targetResolver=nn(()=>new Jy(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 n=e.id({shape:this});if(e.processed.has(n)){if(e.results.has(n))for(const r of e.results.get(n))e.report.results.push(r);return e}return e.processed.add(n),this.shapeValidator.validate(e)}}function Yy(i){const e=parseInt(i.ptr.out([ge.maxCount]).value);return{property:ev(e)}}function ev(i){return e=>{e.test(e.values.terms.length<=i,ge.MaxCountConstraintComponent,{args:{maxCount:i},message:[e.factory.literal("More than {$maxCount} values")]})}}function tv(i){const e=parseInt(i.ptr.out([ge.minCount]).value);return{property:nv(e)}}function nv(i){return e=>{e.test(e.values.terms.length>=i,ge.MinCountConstraintComponent,{args:{minCount:i},message:[e.factory.literal("Less than {$minCount} values")]})}}async function iv(i,e){for(const n of i)if(!await e(n))return!1;return!0}async function rv(i,e){return(await Promise.all(i.map(n=>e(n)))).filter(Boolean)}async function Ks(i,e){return Promise.all(i.map(e))}async function sv(i,e){for(const n of i)if(await e(n))return!0;return!1}function ov(i){const e=[...i.ptr.out([ge.and])].flatMap(n=>[...n.list()]).map(n=>i.validator.shape(n));return{generic:av(e)}}function av(i){return async e=>{const n=await Ks(i,async o=>(await o.validate(e.create({child:!0,focusNode:e.valueOrNode}))).report),r=n.every(o=>o.conforms);e.test(r,ge.AndConstraintComponent,{results:n.flatMap(o=>o.results),value:e.valueOrNode})}}function lv(i){const e=i.validator.shape(i.ptr.out([ge.not]));return{generic:uv(e)}}function uv(i){return async e=>{const n=(await i.validate(e.create({child:!0,focusNode:e.valueOrNode}))).report,r=!n.conforms;e.test(r,ge.NotConstraintComponent,{args:{not:i.ptr.term},message:[e.factory.literal("Value does have shape {$not}")],results:n.results,value:e.valueOrNode})}}function cv(i){const e=[...i.ptr.out([ge.or])].flatMap(n=>[...n.list()]).map(n=>i.validator.shape(n));return{generic:dv(e)}}function dv(i){return async e=>{let n=[],r;if(e.options.debug||e.options.details){const o=await Ks(i,async a=>(await a.validate(e.create({child:!0,focusNode:e.valueOrNode}))).report);n=o.flatMap(a=>a.results),r=o.some(a=>a.conforms)}else r=await sv(i,async o=>(await o.validate(e.create({child:!0,focusNode:e.valueOrNode}))).report.conforms);e.test(r,ge.OrConstraintComponent,{results:n,value:e.valueOrNode})}}function hv(i){const e=[...i.ptr.out([ge.xone])].flatMap(n=>[...n.list()]).map(n=>i.validator.shape(n));return{generic:fv(e)}}function fv(i){return async e=>{const n=await Ks(i,async o=>(await o.validate(e.create({child:!0,focusNode:e.valueOrNode}))).report),r=n.filter(o=>o.conforms).length===1;e.test(r,ge.XoneConstraintComponent,{results:n.flatMap(o=>o.results),value:e.valueOrNode})}}function pv(i){if(!Ur.fromRdf(i.ptr.out([ge.closed]).term))return null;const n=i.ptr.out([ge.property]).map(a=>i.validator.shape(a)),r=new Zt(n.filter(a=>!a.deactivated).map(a=>a.path[0].predicates[0])),o=new Zt([...i.ptr.out([ge.ignoredProperties]).list()||[]].map(a=>a.term));return{node:gv(r,o)}}function gv(i,e){return n=>{const r=n.focusNode.execute({start:"subject",end:"predicate"}).filter(o=>e.has(o.term)?!1:!i.has(o.term));if(r.ptrs.length>0)for(const o of r)n.violation(ge.ClosedConstraintComponent,{message:[n.factory.literal("Predicate is not allowed (closed shape)")],path:[{quantifier:"one",start:"subject",end:"object",predicates:[o.term]}],value:n.focusNode.node([[...o.quads()][0].object])});else n.debug(ge.ClosedConstraintComponent)}}function mv(i){const e=i.ptr.out([ge.hasValue]).term;return{node:_v(e),property:yv(e)}}function _v(i){return e=>{e.test(i.equals(e.valueOrNode.term),ge.HasValueConstraintComponent,{args:{hasValue:i},message:[e.factory.literal("Value must be {$hasValue}")]})}}function yv(i){return e=>{const n=[...e.values].some(r=>i.equals(r.term));e.test(n,ge.HasValueConstraintComponent,{args:{hasValue:i},message:[e.factory.literal("Missing expected value {$hasValue}")]})}}function vv(i){const e=new Zt([...i.ptr.out([ge.in]).list()].map(n=>n.term));return{generic:bv(e)}}function bv(i){return e=>{e.test(i.has(e.valueOrNode.term),ge.InConstraintComponent,{args:{in:[...i].map(n=>n.value).join(", ")},message:[e.factory.literal("Value is not in {$in}")],value:e.valueOrNode})}}function Gi(i,e){if(!i||i.termType!=="Literal"||!e||e.termType!=="Literal"||Uh(i)!==Uh(e))return null;const n=Ur.fromRdf(i),r=Ur.fromRdf(e);return typeof n!=typeof r?null:typeof n=="string"?n.localeCompare(r):n-r}function Uh(i){const e=/^.*(((\+|-)\d{2}:\d{2})|Z)$/;return tu.dateTime.equals(i.datatype)&&e.test(i.value)}function wv(i){const e=i.ptr.out([ge.disjoint]).term;return{generic:xv(e)}}function xv(i){return e=>{const n=e.focusNode.dataset.match(e.focusNode.term,i,e.valueOrNode.term);e.test(n.size===0,ge.DisjointConstraintComponent,{args:{disjoint:i},message:[e.factory.literal("Value node must not also be one of the values of {$disjoint}")],value:e.valueOrNode})}}function Ev(i){const e=i.ptr.out([ge.equals]).term;return{node:Sv(e),property:Tv(e)}}function Sv(i){return e=>{const n=e.focusNode.out([i]),r=n.filter(a=>!a.term.equals(e.focusNode.term)),o=n.terms.length!==0&&r.terms.length===0;e.test(o,ge.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 Tv(i){return e=>{const n=new Zt(e.focusNode.out([i]).terms),r=new Zt(e.values.terms),o=[...r].filter(u=>!n.has(u)),a=[...n].filter(u=>!r.has(u)),l=[...o,...a];for(const u of l)e.violation(ge.EqualsConstraintComponent,{args:{equals:i},message:[e.factory.literal("Must have same values as {$equals}")],value:e.focusNode.node([u])});l.length===0&&e.debug(ge.EqualsConstraintComponent,{args:{equals:i},message:[e.factory.literal("Must have same values as {$equals}")]})}}function Lv(i){const e=i.ptr.out([ge.lessThan]).term;return{property:Iv(e)}}function Iv(i){return e=>{const n=e.focusNode.out([i]).terms;for(const r of e.values)for(const o of n){const a=Gi(r.term,o);a===null||a>=0?e.violation(ge.LessThanConstraintComponent,{args:{lessThan:i},message:[e.factory.literal("Value is not less than value of {$lessThan}")],value:r}):e.debug(ge.LessThanConstraintComponent,{args:{lessThan:i},message:[e.factory.literal("Value is not less than value of {$lessThan}")],value:r})}}}function Nv(i){const e=i.ptr.out([ge.lessThanOrEquals]).term;return{property:Av(e)}}function Av(i){return e=>{const n=e.focusNode.out([i]).terms;for(const r of e.values)for(const o of n){const a=Gi(r.term,o);a===null||a>0?e.violation(ge.LessThanOrEqualsConstraintComponent,{args:{lessThanOrEquals:i},message:[e.factory.literal("Value is not less than or equal to value of {$lessThanOrEquals}")],value:r}):e.debug(ge.LessThanOrEqualsConstraintComponent,{args:{lessThanOrEquals:i},message:[e.factory.literal("Value is not less than or equal to value of {$lessThanOrEquals}")],value:r})}}}function Rv(i){const e=i.ptr.out([ge.maxExclusive]).term;return{generic:Cv(e)}}function Cv(i){return e=>{const n=Gi(e.valueOrNode.term,i);e.test(n!==null&&n<0,ge.MaxExclusiveConstraintComponent,{args:{maxExclusive:i},message:[e.factory.literal("Value is not less than {$maxExclusive}")],value:e.valueOrNode})}}function Pv(i){const e=i.ptr.out([ge.maxInclusive]).term;return{generic:kv(e)}}function kv(i){return e=>{const n=Gi(e.valueOrNode.term,i);e.test(n!==null&&n<=0,ge.MaxInclusiveConstraintComponent,{args:{maxInclusive:i},message:[e.factory.literal("Value is not less than or equal to {$maxInclusive}")],value:e.valueOrNode})}}function Mv(i){const e=i.ptr.out([ge.minExclusive]).term;return{generic:Dv(e)}}function Dv(i){return e=>{const n=Gi(e.valueOrNode.term,i);e.test(n!==null&&n>0,ge.MinExclusiveConstraintComponent,{args:{minExclusive:i},message:[e.factory.literal("Value is not greater than {$minExclusive}")],value:e.valueOrNode})}}function Ov(i){const e=i.ptr.out([ge.minInclusive]).term;return{generic:Fv(e)}}function Fv(i){return e=>{const n=Gi(e.valueOrNode.term,i);e.test(n!==null&&n>=0,ge.MinInclusiveConstraintComponent,{args:{minInclusive:i},message:[e.factory.literal("Value is not greater than or equal to {$minInclusive}")],value:e.valueOrNode})}}function jv(i){const e=[...i.ptr.out([ge.node])].map(n=>i.validator.shape(n));return{generic:$v(e)}}function $v(i){return async e=>{for(const n of i){const r=await n.validate(e.create({child:!0,focusNode:e.valueOrNode}));e.test(r.report.conforms,ge.NodeConstraintComponent,{args:{node:n.ptr.term},message:[e.factory.literal("Value does not have shape {$node}")],results:r.report.results,value:e.valueOrNode})}}}function Bv(i){const e=[...i.ptr.out([ge.property])].map(n=>i.validator.shape(n));return{generic:qv(e)}}function qv(i){return async e=>{const n=e.create({focusNode:e.valueOrNode});for(const r of i)await r.validate(n)}}function zv(i){const e=i.validator.shape(i.ptr.out([ge.qualifiedValueShape])),n=i.ptr.out([ge.qualifiedValueShapesDisjoint]).term,r=n?Ur.fromRdf(n):!1,o=i.ptr.out([ge.qualifiedMaxCount]).term,a=o?parseInt(o.value):null,l=i.ptr.out([ge.qualifiedMinCount]).term,u=l?parseInt(l.value):null;return{property:Uv(e,r,a,u)}}function Uv(i,e,n,r){return async o=>{const a=[];let l=[];e&&(l=new Set(o.shape.ptr.in([ge.property]).out([ge.property]).out([ge.qualifiedValueShape]).filter(f=>!f.term.equals(i.ptr.term)).map(f=>o.shape.validator.shape(f))));const u=(await rv(o.values,async f=>{const h=(await i.validate(o.create({child:!0,focusNode:f}))).report;if(a.push(h.results),!h.conforms)return!1;if(l.length===0)return!0;if(o.options.debug||o.options.details){const g=await Ks([...l],async _=>(await _.validate(o.create({child:!0,focusNode:f}))).report);return a.push(g.flatMap(_=>_.results)),!g.every(_=>_.conforms)}else return!await iv([...l],async g=>(await g.validate(o.create({child:!0,focusNode:f}))).report.conforms)})).length;n!==null&&o.test(u<=n,ge.QualifiedMaxCountConstraintComponent,{args:{qualifiedMaxCount:n,qualifiedValueShape:i.ptr.term,qualifiedValueShapesDisjoint:e},message:[o.factory.literal("More than {$qualifiedMaxCount} values have shape {$qualifiedValueShape}")],results:a.flat()}),r!==null&&o.test(u>=r,ge.QualifiedMinCountConstraintComponent,{args:{qualifiedMinCount:r,qualifiedValueShape:i.ptr.term,qualifiedValueShapesDisjoint:e},message:[o.factory.literal("Less than {$qualifiedMinCount} values have shape {$qualifiedValueShape}")],results:a.flat()})}}function Hv(i,e){return e?e.slice(0,i.length)===i:!1}function Vv(i){const e=[...new Set([...i.ptr.out([ge.languageIn]).list()].map(n=>n.value))];return{generic:Gv(e)}}function Gv(i){return e=>{const n=i.some(r=>Hv(r,e.valueOrNode.term.language));e.test(n,ge.LanguageInConstraintComponent,{args:{languageIn:i.join(", ")},message:[e.factory.literal("Language does not match any of {$languageIn}")],value:e.valueOrNode})}}function Wv(i){const e=parseInt(i.ptr.out([ge.maxLength]).value);return{generic:Zv(e)}}function Zv(i){return e=>{const n=e.valueOrNode.term.termType!=="BlankNode"&&e.valueOrNode.value.length<=i;e.test(n,ge.MaxLengthConstraintComponent,{args:{maxLength:i},message:[e.factory.literal("Value has more than {$maxLength} characters")],value:e.valueOrNode})}}function Xv(i){const e=parseInt(i.ptr.out([ge.minLength]).value);return{generic:Qv(e)}}function Qv(i){return e=>{const n=e.valueOrNode.term.termType!=="BlankNode"&&e.valueOrNode.value.length>=i;e.test(n,ge.MinLengthConstraintComponent,{args:{minLength:i},message:[e.factory.literal("Value has less than {$minLength} characters")],value:e.valueOrNode})}}function Jv(i){const e=i.ptr.out([ge.pattern]).value,n=i.ptr.out([ge.flags]).value,r=new RegExp(e,n);return{generic:Kv(e,n,r)}}function Kv(i,e,n){return r=>{r.test(n.test(r.valueOrNode.term.value),ge.PatternConstraintComponent,{args:{flags:e,pattern:i},message:[r.factory.literal('Value does not match pattern "{$pattern}"')],value:r.valueOrNode})}}function Yv(i){const e=i.ptr.out([ge.uniqueLang]).term;return e.value==="true"&&tu.boolean.equals(e.datatype)?{property:eb()}:null}function eb(){return i=>{const n=Object.entries(i.values.terms.reduce((r,o)=>(o.language&&(r[o.language]=(r[o.language]||0)+1),r),{})).filter(([,r])=>r>1);for(const[r]of n)i.violation(ge.UniqueLangConstraintComponent,{args:{lang:r},message:[i.factory.literal('Language "{?lang}" used more than once')]});n.length===0&&i.debug(ge.UniqueLangConstraintComponent)}}const ks=Qt("http://www.w3.org/ns/shacl#"),lp=Qt("https://schemas.link/shacl-next#");class zi{constructor({results:e=[]}={}){this.results=e}get conforms(){return!this.results.some(e=>e.severity.equals(ks.Info)||e.severity.equals(ks.Violation)||e.severity.equals(ks.Warning))}}function tb(i,e){return Object.entries(e).reduce((n,[r,o])=>(o&&o.termType&&(o=jt(o)),n.replace(`{$${r}}`,o).replace(`{?${r}}`,o)),i)}class Bs{constructor({args:e={},factory:n,message:r=[],severity:o=ks.Violation}={}){this.severity=o,this.message=r.map(a=>n.literal(tb(a.value,e),a.language||null))}}class iu{constructor({factory:e=eu}={}){this.factory=e}clone({factory:e}={}){return new iu({factory:e||this.factory})}validate(){return new zi}validateSimple(){return!0}}class Wi extends iu{constructor({datatypes:e,factory:n}={}){super({factory:n}),this.datatypes=[];for(const r of Array.isArray(e)?e:[e])r&&this.datatypes.push(this.factory.fromTerm(r))}clone({factory:e}={}){return new Wi({datatypes:this.datatypes,factory:e||this.factory})}}class nb{constructor({factory:e=eu,validations:n}={}){if(this.factory=e,this.validations=new Vi,n)for(const r of Object.values(n)){const o=r.clone({factory:this.factory});for(const a of o.datatypes)this.validations.set(a,o)}}validate(e){const n=this.validations.get(e.datatype);return n?n.validate(e):new zi}validateSimple(e){const n=this.validations.get(e.datatype);return n?n.validateSimple(e):!0}}class ot extends Wi{constructor(e,n,{factory:r}={}){super({datatypes:n,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 ot(this.patterns,this.datatypes,{factory:e||this.factory})}validate(e){const n=this.patterns.map(r=>{let o;r.test(e.value)&&(o=lp.Debug);const a={pattern:this.factory.literal(r.toString()),this:e};return new Bs({args:a,factory:this.factory,message:this.message,severity:o})});return new zi({results:n})}validateSimple(e){return this.patterns.every(n=>n.test(e.value))}}const ib=/^([-+]?[0-9]+)$/;class kt extends ot{constructor(e=null,n=null,r,{factory:o}={}){super(ib,r,{factory:o}),this.maxInclusive=null,this.minInclusive=null,typeof n=="string"&&(this.maxInclusive=BigInt(n)),typeof e=="string"&&(this.minInclusive=BigInt(e))}clone({factory:e}={}){return new kt(this.minInclusive?.toString(),this.maxInclusive?.toString(),this.datatypes,{factory:e||this.factory})}validate(e){const n=super.validate(e).results;if(!lp.Debug.equals(n[0].severity))return new zi({results:n});const r=BigInt(e.value);if(this.minInclusive!==null&&r<this.minInclusive){const o=`term value "${e.value}" is less than "${this.minInclusive.toString()}"`,a=[this.factory.literal(o)];n.push(new Bs({factory:this.factory,message:a}))}if(this.maxInclusive!==null&&r>this.maxInclusive){const o=`term value "${e.value}" is greater than "${this.maxInclusive.toString()}"`,a=[this.factory.literal(o)];n.push(new Bs({factory:this.factory,message:a}))}return new zi({results:n})}validateSimple(e){if(!super.validateSimple(e))return!1;const n=BigInt(e.value);return!(this.minInclusive!==null&&n<this.minInclusive||this.maxInclusive!==null&&n>this.maxInclusive)}}class ru extends Wi{constructor(e,n,{factory:r}={}){super({datatypes:n,factory:r}),this.values=new Set(e)}clone({factory:e}={}){return new ru(this.values,this.datatypes,{factory:e||this.factory})}validate(e){const n=[];if(!this.values.has(e.value)){const r=`term value "${e.value}" is not included in the list: ${[...this.values].join(",")}`,o=[this.factory.literal(r)];n.push(new Bs({factory:this.factory,message:o}))}return new zi({results:n})}validateSimple(e){return this.values.has(e.value)}}const Ge={xsd:Qt("http://www.w3.org/2001/XMLSchema#")},rb=new Wi({datatypes:Ge.xsd.anySimpleType}),sb=new Wi({datatypes:Ge.xsd.anyAtomicType}),Ys=/^([^\ud8ff-\udfff\ufffe-\uffff]*)$/,ob=/^((\+|-)?([0-9]+(\.[0-9]*)?|\.[0-9]+))$/,up=/^((\+|-)?([0-9]+(\.[0-9]*)?|\.[0-9]+)([Ee](\+|-)?[0-9]+)?|(\+|-)?INF|NaN)$/,su=/^(-?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)))))$/,cp=/^(-?([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))?)$/,ab=/^((([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))?)$/,lb=/^(-?([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))?)$/,ub=/^(-?([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))?)$/,cb=/^(-?([1-9][0-9]{3,}|0[0-9]{3})(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?)$/,db=/^(--(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))?)$/,hb=/^(---(0[1-9]|[12][0-9]|3[01])(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?)$/,fb=/^(--(0[1-9]|1[0-2])(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?)$/,pb=/^(([0-9a-fA-F]{2})*)$/,gb=/^(((([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] ?= ?=))?)$/,mb=new ot(Ys,Ge.xsd.string),_b=new ru(["1","true","0","false"],Ge.xsd.boolean),yb=new ot(ob,Ge.xsd.decimal),vb=new ot(up,Ge.xsd.float),bb=new ot(up,Ge.xsd.double),wb=new ot(su,Ge.xsd.duration),xb=new ot(cp,Ge.xsd.dateTime),Eb=new ot(ab,Ge.xsd.time),Sb=new ot(lb,Ge.xsd.date),Tb=new ot(ub,Ge.xsd.gYearMonth),Lb=new ot(cb,Ge.xsd.gYear),Ib=new ot(db,Ge.xsd.gMonthDay),Nb=new ot(hb,Ge.xsd.gDay),Ab=new ot(fb,Ge.xsd.gMonth),Rb=new ot(pb,Ge.xsd.hexBinary),Cb=new ot(gb,Ge.xsd.base64Binary),Pb=new ot(Ys,Ge.xsd.anyURI),dp=/^([^\u000d\u000a\u0009]*)$/,kb=/^([^ ]+( [^ ]+)*)*$/,Mb=/^([a-zA-Z]{1,8}(-[a-zA-Z0-9]{1,8})*)$/,Db=/^([^DT]*)$/,Ob=/^([^YM]*[DT].*)$/,Fb=/^(.*(Z|(\+|-)[0-9][0-9]:[0-9][0-9]))$/,jb=new ot([Ys,dp],Ge.xsd.normalizedString),$b=new ot([Ys,dp,kb],Ge.xsd.token),Bb=new ot(Mb,Ge.xsd.language),qb=new kt(null,null,Ge.xsd.integer),zb=new kt(null,"0",Ge.xsd.nonPositiveInteger),Ub=new kt(null,"-1",Ge.xsd.negativeInteger),Hb=new kt("-9223372036854775808","9223372036854775807",Ge.xsd.long),Vb=new kt("-2147483648","2147483647",Ge.xsd.int),Gb=new kt("-32768","32767",Ge.xsd.short),Wb=new kt("-128","127",Ge.xsd.byte),Zb=new kt("0",null,Ge.xsd.nonNegativeInteger),Xb=new kt("0","18446744073709551615",Ge.xsd.unsignedLong),Qb=new kt("0","4294967295",Ge.xsd.unsignedInt),Jb=new kt("0","65535",Ge.xsd.unsignedShort),Kb=new kt("0","255",Ge.xsd.unsignedByte),Yb=new kt("1",null,Ge.xsd.positiveInteger),e0=new ot([su,Db],Ge.xsd.yearMonthDuration),t0=new ot([su,Ob],Ge.xsd.dayTimeDuration),n0=new ot([cp,Fb],Ge.xsd.dateTimeStamp),i0=Object.freeze(Object.defineProperty({__proto__:null,anyAtomicType:sb,anySimpleType:rb,anyURI:Pb,base64Binary:Cb,boolean:_b,byte:Wb,date:Sb,dateTime:xb,dateTimeStamp:n0,dayTimeDuration:t0,decimal:yb,double:bb,duration:wb,float:vb,gDay:Nb,gMonth:Ab,gMonthDay:Ib,gYear:Lb,gYearMonth:Tb,hexBinary:Rb,int:Vb,integer:qb,language:Bb,long:Hb,negativeInteger:Ub,nonNegativeInteger:Zb,nonPositiveInteger:zb,normalizedString:jb,positiveInteger:Yb,short:Gb,string:mb,time:Eb,token:$b,unsignedByte:Kb,unsignedInt:Qb,unsignedLong:Xb,unsignedShort:Jb,yearMonthDuration:e0},Symbol.toStringTag,{value:"Module"}));class r0 extends nb{constructor({factory:e}={}){super({factory:e,validations:{...i0}})}}const s0=new Vi([[ge.BlankNode,new Set(["BlankNode"])],[ge.BlankNodeOrIRI,new Set(["BlankNode","NamedNode"])],[ge.BlankNodeOrLiteral,new Set(["BlankNode","Literal"])],[ge.IRI,new Set(["NamedNode"])],[ge.IRIOrLiteral,new Set(["NamedNode","Literal"])],[ge.Literal,new Set(["Literal"])]]);function o0(i){const e=i.ptr.out([ge.class]).map(n=>Tl(n));return{generic:a0(e)}}function a0(i){return e=>{const n=new Zt(e.valueOrNode.out([yi.type]).terms);for(const r of i){const o=[...n].some(a=>r.has(a));e.test(o,ge.ClassConstraintComponent,{value:e.valueOrNode})}}}function l0(i){const e=i.ptr.out([ge.datatype]).term,n=new r0;return{generic:u0(e,n)}}function u0(i,e){return n=>{const r=i.equals(n.valueOrNode.term.datatype)&&e.validateSimple(n.valueOrNode.term);n.test(r,ge.DatatypeConstraintComponent,{args:{datatype:i},message:[n.factory.literal("Value does not have datatype {$datatype}")],value:n.valueOrNode})}}function c0(i){const e=i.ptr.out([ge.nodeKind]).term,n=s0.get(e);return{generic:d0(e,n)}}function d0(i,e){return n=>{n.test(e.has(n.valueOrNode.term.termType),ge.NodeKindConstraintComponent,{args:{nodeKind:i},message:[n.factory.literal("Value does not have node kind {$nodeKind}")],value:n.valueOrNode})}}const h0=new Vi([[ge.maxCount,Yy],[ge.minCount,tv],[ge.and,ov],[ge.not,lv],[ge.or,cv],[ge.xone,hv],[ge.closed,pv],[ge.hasValue,mv],[ge.in,vv],[ge.disjoint,wv],[ge.equals,Ev],[ge.lessThan,Lv],[ge.lessThanOrEquals,Nv],[ge.maxExclusive,Rv],[ge.maxInclusive,Pv],[ge.minExclusive,Mv],[ge.minInclusive,Ov],[ge.node,jv],[ge.property,Bv],[ge.qualifiedValueShape,zv],[ge.languageIn,Vv],[ge.maxLength,Wv],[ge.minLength,Xv],[ge.pattern,Jv],[ge.uniqueLang,Yv],[ge.class,o0],[ge.datatype,l0],[ge.nodeKind,c0]]);class f0{constructor(e,{factory:n,...r}){if(this.factory=n,this.options=r,this.registry=new qy(h0),this.shapesPtr=new $s({dataset:e,factory:n}),this.shapes=new Vi,this.options.coverage&&(this.options.debug=!0,this.options.details=!0,this.options.trace=!0),this.options.validations)for(const[a,l]of this.options.validations)this.registry.validations.set(a,l);const o=[...this.shapesPtr.hasOut([ge.targetClass]),...this.shapesPtr.hasOut([ge.targetNode]),...this.shapesPtr.hasOut([ge.targetObjectsOf]),...this.shapesPtr.hasOut([ge.targetSubjectsOf]),...this.shapesPtr.hasOut([yi.type],[ge.NodeShape]),...this.shapesPtr.hasOut([yi.type],[ge.PropertyShape])];for(const a of o)this.shape(a)}shape(e){if(!e.term)return null;let n=this.shapes.get(e.term);return n||(n=new Ky(e,{validator:this}),this.shapes.set(e.term,n)),n}async validate(e,n){const r=new $s({...e,factory:this.factory}),o=new nu({factory:this.factory,focusNode:r,options:this.options,validator:this});n?n=n.map(a=>this.shape(this.shapesPtr.node(a.terms))):n=this.shapes.values();for(const a of n){const l=o.create({shape:a});let u;r.isAny()?u=a.resolveTargets(l):u=r;for(const f of u)await a.validate(l.create({focusNode:f}))}return o.report}}const p0=`
431
+ `}function sy(){return""}function tp(i){return"<"+i.value+">"}const oy=/["\\\\\n\r]/,ay=/["\\\\\n\r]/g,ly={'"':'\\"',"\\":"\\\\","\n":"\\n","\r":"\\r"};function uy(i){return ly[i]}function cy(i){return oy.test(i)?i.replace(ay,uy):i}function dy(i){const e=cy(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+'"^^'+tp(i.datatype)}function hy(i,e){const n=e(i.subject),r=e(i.predicate),o=e(i.object),a=e(i.graph);return`${n} ${r} ${o} ${a?a+" ":""}.`}function fy(i){return"?"+i.value}function $t(i){if(!i)return null;if(i.termType==="BlankNode")return iy(i);if(i.termType==="DefaultGraph")return sy();if(i.termType==="Literal")return dy(i);if(i.termType==="NamedNode")return tp(i);if(i.termType==="Quad"||i.subject&&i.predicate&&i.object&&i.graph)return hy(i,$t);if(i.termType==="Variable")return fy(i);if(i[Symbol.iterator])return ry(i,$t);throw new Error(`unknown termType ${i.termType}`)}class Vi{constructor(e){if(this.index=new Map,e)for(const[n,r]of e)this.set(n,r)}get size(){return this.index.size}clear(){this.index.clear()}delete(e){return this.index.delete($t(e))}*entries(){for(const[,{term:e,value:n}]of this.index)yield[e,n]}forEach(e,n){for(const r of this.entries())e.call(n,r[1],r[0],this)}get(e){const n=this.index.get($t(e));return n&&n.value}has(e){return this.index.has($t(e))}*keys(){for(const[,{term:e}]of this.index)yield e}set(e,n){const r=$t(e);return this.index.set(r,{term:e,value:n}),this}*values(){for(const[,{value:e}]of this.index)yield e}[Symbol.iterator](){return this.entries()[Symbol.iterator]()}}class ah{constructor({dataset:e,end:n,quad:r,start:o}){this.dataset=e,this.end=n,this.quad=r,this.start=o}get term(){return this.quad[this.end]}get graph(){return this.quad.graph}get startTerm(){return this.quad[this.start]}}function lh(i){try{return $t(i)}catch{return null}}class Zt{constructor(e){if(this.index=new Map,e)for(const n of e)this.add(n)}get size(){return this.index.size}add(e){const n=$t(e);return this.index.has(n)||this.index.set(n,e),this}clear(){this.index.clear()}delete(e){return e?this.index.delete(lh(e)):!1}entries(){return this.values().entries()}forEach(e,n){return this.values().forEach(e,n)}has(e){return e?this.index.has(lh(e)):!1}values(){return new Set(this.index.values())}keys(){return this.values()}[Symbol.iterator](){return this.index.values()}}class np{constructor(e){this.value=e}equals(e){return!!e&&e.termType===this.termType&&e.value===this.value}}np.prototype.termType="BlankNode";class Kl{equals(e){return!!e&&e.termType===this.termType}}Kl.prototype.termType="DefaultGraph";Kl.prototype.value="";function uh(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 n=i.fromTerm(e.subject),r=i.fromTerm(e.predicate),o=i.fromTerm(e.object),a=i.fromTerm(e.graph);return i.quad(n,r,o,a)}if(e.termType==="Variable")return i.variable(e.value);throw new Error(`unknown termType ${e.termType}`)}class Ps{constructor(e,n,r,o=""){this.value=e,this.language=n,this.datatype=r,this.direction=o}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}}Ps.prototype.termType="Literal";class Zr{constructor(e){this.value=e}equals(e){return!!e&&e.termType===this.termType&&e.value===this.value}}Zr.prototype.termType="NamedNode";class Yl{constructor(e,n,r,o){this.subject=e,this.predicate=n,this.object=r,this.graph=o}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)}}Yl.prototype.termType="Quad";Yl.prototype.value="";class ip{constructor(e){this.value=e}equals(e){return!!e&&e.termType===this.termType&&e.value===this.value}}ip.prototype.termType="Variable";const py=new Zr("http://www.w3.org/1999/02/22-rdf-syntax-ns#dirLangString"),ch=new Zr("http://www.w3.org/1999/02/22-rdf-syntax-ns#langString"),gy=new Zr("http://www.w3.org/2001/XMLSchema#string");class rp{constructor(){this.init()}init(){this._data={blankNodeCounter:0,defaultGraph:new Kl}}namedNode(e){return new Zr(e)}blankNode(e){return e=e||"b"+ ++this._data.blankNodeCounter,new np(e)}literal(e,n){return typeof n=="string"?new Ps(e,n,ch):typeof n?.language=="string"?new Ps(e,n.language,n.direction?py:ch,n.direction):new Ps(e,"",n||gy)}variable(e){return new ip(e)}defaultGraph(){return this._data.defaultGraph}quad(e,n,r,o=this.defaultGraph()){return new Yl(e,n,r,o)}fromTerm(e){return uh(this,e)}fromQuad(e){return uh(this,e)}}rp.exports=["blankNode","defaultGraph","fromQuad","fromTerm","literal","namedNode","quad","variable"];const eu=new rp,my={apply:(i,e,n)=>i(n[0]),get:(i,e)=>i(e)};function Qt(i,{factory:e=eu}={}){const n=(r="")=>e.namedNode(`${i}${r.raw||r}`);return typeof Proxy>"u"?n:new Proxy(n,my)}Qt("http://www.w3.org/2001/XMLSchema#");const pn=Qt("http://www.w3.org/1999/02/22-rdf-syntax-ns#");Qt("http://www.w3.org/2000/01/rdf-schema#");class nt{static add({ptr:e,start:n,end:r,subjects:o=[null],predicates:a=[null],objects:l=[null],graphs:u,callback:f}={}){if(!e.factory)throw new Error("add operation requires a factory");let h=()=>{};f&&(h=g=>{f(new ah({dataset:e.dataset,start:n,end:r,quad:g}))});for(const g of o)for(const _ of a)for(const d of l)for(const m of u){const b={subject:g,predicate:_,object:d,graph:m};b[n]=e.term;const T=e.factory.quad(b.subject,b.predicate,b.object,b.graph);e.dataset.add(T),h(T)}return e}static addList({ptr:e,predicates:n,items:r,graphs:o}){if(e.isAny())throw new Error("can't attach a list to an any ptr");for(const a of n)for(const l of o){const u=r.map(()=>e.factory.blankNode());e.dataset.add(e.factory.quad(e.term,a,u[0]||pn.nil,l));for(let f=0;f<u.length;f++)e.dataset.add(e.factory.quad(u[f],pn.first,r[f],l)),e.dataset.add(e.factory.quad(u[f],pn.rest,u[f+1]||pn.nil,l))}return e}static delete({ptr:e,start:n,subjects:r=[null],predicates:o=[null],objects:a=[null]}){for(const l of r)for(const u of o)for(const f of a){const h={subject:l,predicate:u,object:f};h[n]=e.term;const g=e.dataset.match(h.subject,h.predicate,h.object);for(const _ of g)e.dataset.delete(_)}return e}static deleteList({ptr:e,predicates:n}){const r=[];for(const o of n)for(const a of e.dataset.match(e.term,o)){let l=a.object;for(r.push(a);!pn.nil.equals(l);){l=r[r.length-1].object;const u=e.dataset.match(l);if(u.size===0)break;for(const f of u)r.push(f)}}for(const o of r)e.dataset.delete(o);return e}static execute({ptr:e,operation:n="traverse",quantifier:r,start:o,end:a,subjects:l,predicates:u,objects:f,graphs:h,items:g,callback:_}={}){if(n==="add")return nt.add({ptr:e,start:o,end:a,subjects:l,predicates:u,objects:f,graphs:h,callback:_});if(n==="addList")return nt.addList({ptr:e,predicates:u,items:g,graphs:h});if(n==="delete")return nt.delete({ptr:e,start:o,subjects:l,predicates:u,objects:f});if(n==="deleteList")return nt.deleteList({ptr:e,predicates:u});if(n==="isList")return nt.isList({ptr:e});if(n==="list")return nt.list({ptr:e});if(n==="traverse")return nt.traverse({ptr:e,quantifier:r,start:o,end:a,subjects:l,predicates:u,objects:f,graphs:h});throw new Error(`unknown operation ${n}`)}static isList({ptr:e}){return e.isAny()?!1:!!(pn.nil.equals(e.term)||nt.traverse({ptr:e,predicates:[pn.first]}).length===1)}static list({ptr:e}){if(e.isList())return{*[Symbol.iterator](){for(;e&&!e.term.equals(pn.nil);){const n=e.out([pn.first]);if(n.length!==1)throw new Error(`Invalid list: rdf:first count not equals one on ${e.value}`);const r=e.out([pn.rest]);if(r.length!==1)throw new Error(`Invalid list: rdf:rest count not equals one on ${e.value}`);yield n[0],e=r[0]}}}}static traverse({ptr:e,quantifier:n="one",start:r="subject",end:o="object",subjects:a=[null],predicates:l=[null],objects:u=[null],graphs:f=[null],callback:h}){if(n==="one")return nt.traverseOne({ptr:e,start:r,end:o,subjects:a,predicates:l,objects:u,graphs:f,callback:h});if(n==="oneOrMore"){const g=nt.traverse({ptr:e,end:o,start:r,subjects:a,predicates:l,objects:u,graphs:f,callback:h});return nt.traverseMore({ptrs:g,end:o,start:r,subjects:a,predicates:l,objects:u,graphs:f,callback:h})}if(n==="zeroOrMore")return nt.traverseMore({ptrs:[e],end:o,start:r,subjects:a,predicates:l,objects:u,graphs:f,callback:h});if(n==="zeroOrOne")return[e,...nt.traverse({ptr:e,end:o,start:r,subjects:a,predicates:l,objects:u,graphs:f,callback:h})];throw new Error(`unknown quantifier ${n}`)}static traverseMore({ptrs:e,end:n,start:r,subjects:o,predicates:a,objects:l,graphs:u,callback:f}={}){let h=[...e],g,_;do{g=[];for(const d of e)g=[...g,...nt.traverseOne({ptr:d,end:n,start:r,subjects:o,predicates:a,objects:l,graphs:u,callback:f})];_&&(g=g.filter(d=>!_.has(d.term))),e=g,h=[...h,...g],_=new Zt(h.map(d=>d.term))}while(g.length>0);return h}static traverseOne({ptr:e,start:n,end:r,subjects:o,predicates:a,objects:l,graphs:u,callback:f=(h,g)=>g.extend(h)}={}){const h=[];for(const g of o)for(const _ of a)for(const d of l)for(const m of u){const b={subject:g,predicate:_,object:d,graph:m};b[n]=e.term;for(const T of e.dataset.match(b.subject,b.predicate,b.object,b.graph))h.push(f(new ah({dataset:e.dataset,end:r,quad:T,start:n}),e))}return h}}function dh(i,e){return e?n=>e(i.extend(n)):()=>{}}class hh{constructor({dataset:e,edges:n=[],factory:r,graph:o,term:a}){if(!e&&n.length===0)throw new Error("dataset or edges is required");if(n.length===0&&typeof a>"u")throw new Error("edges or term must be given");if(n.length>0&&a)throw new Error("edges or term must be given");this.dataset=e||n[n.length-1].dataset,this.edges=n,this.factory=r,this._graph=o,n.length===0&&(this._term=a)}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,n,r){return nt.add({ptr:this,start:"object",end:"subject",subjects:n,predicates:e,graphs:[this.graph||this.factory.defaultGraph()],callback:dh(this,r)})}addList(e,n){return nt.addList({ptr:this,predicates:e,graphs:[this.graph||this.factory.defaultGraph()],items:n})}addOut(e,n,r){return nt.add({ptr:this,start:"subject",end:"object",predicates:e,objects:n,graphs:[this.graph||this.factory.defaultGraph()],callback:dh(this,r)})}deleteIn(e,n){return nt.delete({ptr:this,start:"object",subjects:n,predicates:e})}deleteList(e){return nt.deleteList({ptr:this,predicates:e})}deleteOut(e,n){return nt.delete({ptr:this,start:"subject",predicates:e,objects:n})}execute({operation:e,quantifier:n,start:r,end:o,subjects:a,predicates:l,objects:u,graphs:f,items:h,callback:g}){return nt.execute({ptr:this,operation:e,quantifier:n,start:r,end:o,subjects:a,predicates:l,objects:u,graphs:f,items:h,callback:g})}extend(e){return new this.constructor({dataset:this.dataset,edges:[...this.edges,e],factory:this.factory,graph:this._graph})}hasIn(e,n){return nt.traverse({ptr:this,start:"object",end:"object",subjects:n,predicates:e,graphs:[this.graph]})}hasOut(e,n){return nt.traverse({ptr:this,start:"subject",end:"subject",predicates:e,objects:n,graphs:[this.graph]})}in(e,n){return nt.traverse({ptr:this,start:"object",end:"subject",subjects:n,predicates:e,graphs:[this.graph]})}isAny(){return!this.term}isList(){return nt.isList({ptr:this})}list(){return nt.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,n){return nt.traverse({ptr:this,predicates:e,objects:n,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 fh(i,e){return i?i.equals(e):i===e}function _y(i,e){return!(i.dataset!==e.dataset||!fh(i.graph,e.graph)||!fh(i.term,e.term))}function ph(i,e){return e?n=>e(new i.constructor({factory:i.factory,ptrs:[n]})):()=>{}}class $s{constructor({dataset:e,factory:n,ptrs:r,terms:o,graphs:a}){if(this.factory=n,r)this.ptrs=[...r];else{this.ptrs=[];for(const l of o||[null])for(const u of a||[null])this.ptrs.push(new hh({dataset:e,factory:n,graph:u,term:l}))}}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 Zt(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,n,r){const o=ph(this,r);for(const a of this.ptrs)a.addIn(e,n,o);return this}addList(e,n){if(this.isAny())throw new Error("can't attach a list to an any ptr");for(const r of this.ptrs)r.addList(e,n);return this}addOut(e,n,r){const o=ph(this,r);for(const a of this.ptrs)a.addOut(e,n,o);return this}clone(e){return new this.constructor({factory:this.factory,ptrs:this.ptrs,...e})}deleteIn(e,n){for(const r of this.ptrs)r.deleteIn(e,n);return this}deleteList(e){for(const n of this.ptrs)n.deleteList(e);return this}deleteOut(e,n){for(const r of this.ptrs)r.deleteOut(e,n);return this}distinct(){const e=this.ptrs.reduce((n,r)=>(n.some(o=>_y(o,r))||n.push(r.trim()),n),[]);return this.clone({ptrs:e})}execute(e){return this.clone({ptrs:this.ptrs.flatMap(n=>n.execute(e))})}executeAll(e){let n=this;for(const r of e)n=n.execute(r);return n}filter(e){return this.clone({ptrs:[...this].filter(e).map(n=>n.ptrs[0])})}hasIn(e,n){return this.clone({ptrs:this.ptrs.flatMap(r=>r.hasIn(e,n))})}hasOut(e,n){return this.clone({ptrs:this.ptrs.flatMap(r=>r.hasOut(e,n))})}in(e,n){return this.clone({ptrs:this.ptrs.flatMap(r=>r.in(e,n))})}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(),n=this;return(function*(){for(const r of e)yield n.clone({ptrs:[r]})})()}map(e){return[...this].map(e)}node(e){const n=this.dataset,r=[...e].map(o=>new hh({dataset:n,factory:this.factory,term:o}));return this.clone({ptrs:r})}out(e,n){return this.clone({ptrs:this.ptrs.flatMap(r=>r.out(e,n))})}*quads(){for(const{edges:e}of this.ptrs)for(const{quad:n}of e)yield n}trim(){return this.clone({ptrs:this.ptrs.map(e=>e.trim())})}*[Symbol.iterator](){for(const e of this.ptrs)yield this.clone({ptrs:[e]})}}Qt("http://www.w3.org/2002/07/owl#");const yi=Qt("http://www.w3.org/1999/02/22-rdf-syntax-ns#"),yy=Qt("http://www.w3.org/2000/01/rdf-schema#"),ge=Qt("http://www.w3.org/ns/shacl#"),El=Qt("https://schemas.link/shacl-next#"),tu=Qt("http://www.w3.org/2001/XMLSchema#");function vy(i){return i?`{${[...i.quads()].map(e=>$t(e)).join(" ")}}`:"{}"}function by(i){return i?`{${i.map(e=>vy(e)).join(" ")}}`:"{}"}var Qa,gh;function wy(){if(gh)return Qa;gh=1;var i=/\s/;function e(n){for(var r=n.length;r--&&i.test(n.charAt(r)););return r}return Qa=e,Qa}var Ja,mh;function xy(){if(mh)return Ja;mh=1;var i=wy(),e=/^\s+/;function n(r){return r&&r.slice(0,i(r)+1).replace(e,"")}return Ja=n,Ja}var Ka,_h;function Ey(){if(_h)return Ka;_h=1;function i(e){var n=typeof e;return e!=null&&(n=="object"||n=="function")}return Ka=i,Ka}var Ya,yh;function Sy(){if(yh)return Ya;yh=1;var i=typeof ki=="object"&&ki&&ki.Object===Object&&ki;return Ya=i,Ya}var el,vh;function Ty(){if(vh)return el;vh=1;var i=Sy(),e=typeof self=="object"&&self&&self.Object===Object&&self,n=i||e||Function("return this")();return el=n,el}var tl,bh;function sp(){if(bh)return tl;bh=1;var i=Ty(),e=i.Symbol;return tl=e,tl}var nl,wh;function Ly(){if(wh)return nl;wh=1;var i=sp(),e=Object.prototype,n=e.hasOwnProperty,r=e.toString,o=i?i.toStringTag:void 0;function a(l){var u=n.call(l,o),f=l[o];try{l[o]=void 0;var h=!0}catch{}var g=r.call(l);return h&&(u?l[o]=f:delete l[o]),g}return nl=a,nl}var il,xh;function Iy(){if(xh)return il;xh=1;var i=Object.prototype,e=i.toString;function n(r){return e.call(r)}return il=n,il}var rl,Eh;function Ny(){if(Eh)return rl;Eh=1;var i=sp(),e=Ly(),n=Iy(),r="[object Null]",o="[object Undefined]",a=i?i.toStringTag:void 0;function l(u){return u==null?u===void 0?o:r:a&&a in Object(u)?e(u):n(u)}return rl=l,rl}var sl,Sh;function Ay(){if(Sh)return sl;Sh=1;function i(e){return e!=null&&typeof e=="object"}return sl=i,sl}var ol,Th;function Ry(){if(Th)return ol;Th=1;var i=Ny(),e=Ay(),n="[object Symbol]";function r(o){return typeof o=="symbol"||e(o)&&i(o)==n}return ol=r,ol}var al,Lh;function Cy(){if(Lh)return al;Lh=1;var i=xy(),e=Ey(),n=Ry(),r=NaN,o=/^[-+]0x[0-9a-f]+$/i,a=/^0b[01]+$/i,l=/^0o[0-7]+$/i,u=parseInt;function f(h){if(typeof h=="number")return h;if(n(h))return r;if(e(h)){var g=typeof h.valueOf=="function"?h.valueOf():h;h=e(g)?g+"":g}if(typeof h!="string")return h===0?h:+h;h=i(h);var _=a.test(h);return _||l.test(h)?u(h.slice(2),_?2:8):o.test(h)?r:+h}return al=f,al}var ll,Ih;function Py(){if(Ih)return ll;Ih=1;var i=Cy(),e=1/0,n=17976931348623157e292;function r(o){if(!o)return o===0?o:0;if(o=i(o),o===e||o===-e){var a=o<0?-1:1;return a*n}return o===o?o:0}return ll=r,ll}var ul,Nh;function ky(){if(Nh)return ul;Nh=1;var i=Py();function e(n){var r=i(n),o=r%1;return r===r?o?r-o:r:0}return ul=e,ul}var cl,Ah;function My(){if(Ah)return cl;Ah=1;var i=ky(),e="Expected a function";function n(r,o){var a;if(typeof o!="function")throw new TypeError(e);return r=i(r),function(){return--r>0&&(a=o.apply(this,arguments)),r<=1&&(o=void 0),a}}return cl=n,cl}var dl,Rh;function Dy(){if(Rh)return dl;Rh=1;var i=My();function e(n){return i(2,n)}return dl=e,dl}var Oy=Dy();const nn=ug(Oy);let Ch=class{constructor({details:e,factory:n,options:r,results:o=[]}={}){this.details=e,this.factory=n,this.options=r,this.results=o,this._conforms=nn(()=>!this.results.some(a=>a.severity.equals(ge.Info)||a.severity.equals(ge.Violation)||a.severity.equals(ge.Warning))),this._ptr=nn(()=>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 $s({dataset:this.factory.dataset(),factory:this.factory,terms:[this.factory.blankNode()]});e.addOut([yi.type],[ge.ValidationReport]).addOut([ge.conforms],[this.factory.literal(this.conforms.toString(),tu.boolean)]);for(const n of this.results)e.addOut([ge.result],[this.factory.blankNode()],r=>{n.build(r,this.options)});return e}coverage(){return this.results.flatMap(e=>e.coverage())}};function Fy(i,e){return Object.entries(e).reduce((n,[r,o])=>(o&&o.termType&&(o=$t(o)),n.replace(`{$${r}}`,o).replace(`{?${r}}`,o)),i)}let jy=class{constructor({args:e={},constraintComponent:n,factory:r,focusNode:o,message:a=[],path:l,results:u=[],severity:f,shape:h,source:g=[],value:_,valuePaths:d=[]}={}){this.args=e,this.constraintComponent=n,this.factory=r,this.focusNode=o,this.path=l||h.path,this.results=u,this.severity=f,this.shape=h,this.source=g,this.value=_,this.valuePaths=d,this._message=nn(()=>(this.shape.message.length>0&&(a=this.shape.message),a.length===0&&(a=this.shape.ptr.node([this.constraintComponent]).out([ge.message]).terms),a.map(m=>r.literal(Fy(m.value,e),m.language||null))))}get message(){return this._message()}build(e,{details:n}={}){e.addOut([yi.type],[ge.ValidationResult]).addOut([ge.focusNode],this.focusNode.terms).addOut([ge.resultSeverity],[this.severity]).addOut([ge.sourceConstraint],this.source).addOut([ge.sourceConstraintComponent],[this.constraintComponent]).addOut([ge.sourceShape],this.shape.ptr.terms),this.message&&e.addOut([ge.resultMessage],this.message);const r=o=>{if(o.quantifier==="one")return o.predicates.length>1?e.node([this.factory.blankNode()]).addList([ge.alternativePath],o.predicates):o.start==="object"?e.node([this.factory.blankNode()]).addOut([ge.inversePath],[o.predicates[0]]):e.node([o.predicates[0]]);if(o.quantifier==="oneOrMore")return e.node([this.factory.blankNode()]).addOut([ge.oneOrMorePath],[o.predicates[0]]);if(o.quantifier==="zeroOrMore")return e.node([this.factory.blankNode()]).addOut([ge.zeroOrMorePath],[o.predicates[0]]);if(o.quantifier==="zeroOrOne")return e.node([this.factory.blankNode()]).addOut([ge.zeroOrOnePath],[o.predicates[0]])};if(this.path&&(this.path.length===1?e.addOut([ge.resultPath],r(this.path[0]).terms):e.addList([ge.resultPath],this.path.map(o=>r(o).term))),typeof this.value<"u"&&e.addOut([ge.value],this.value.terms),n)for(const o of this.results)e.addOut([ge.detail],[this.factory.blankNode()],a=>{o.build(a,{details:n})})}coverage(){return[...this.valuePaths.flatMap(e=>[...e.quads()]),...this.results.flatMap(e=>e.coverage())]}};class nu{constructor({factory:e,focusNode:n,options:r={debug:!1,details:!1},processed:o=new Set,report:a=new Ch({factory:e,options:r}),results:l=new Map,shape:u,value:f,valueOrNode:h,valuePaths:g,values:_}={}){this.factory=e,this.focusNode=n,this.options=r,this.processed=o,this.report=a,this.results=l,this.shape=u,this.value=f,this.valuePaths=g,this.valueOrNode=h,this.values=_}create({child:e,focusNode:n=this.focusNode,shape:r=this.shape,value:o=this.value,valueOrNode:a=this.valueOrNode,valuePaths:l=this.valuePaths,values:u=this.values}={}){return new nu({factory:this.factory,focusNode:n,options:this.options,processed:this.processed,report:e?new Ch({factory:this.factory,options:this.options}):this.report,results:this.results,shape:r,value:o,valueOrNode:a,valuePaths:l,values:u})}id({shape:e=this.shape}={}){return`${$t(e.ptr.term)} - ${$t(this.focusNode.term)} - ${by(this.valuePaths)}`}result(e){const n=new jy({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(n):this.results.set(r,new Set([n])),this.report.results.push(n)}debug(e,n){this.options.debug&&this.result({severity:El.Debug,constraintComponent:e,...n})}trace(e,n){this.options.trace&&this.result({severity:El.Trace,constraintComponent:e,...n})}test(e,n,r){e?this.debug(n,r):this.violation(n,r)}violation(e,n){this.result({constraintComponent:e,severity:this.shape.severity||ge.Violation,...n})}}function $y(){return{generic:By()}}function By(){return i=>{i.trace(El.TraversalConstraintComponent,{args:{},message:[i.factory.literal("Traversal")],value:i.valueOrNode})}}class qy{constructor(e){this.validations=new Vi(e)}compile(e){const n=e.validator.options.coverage;if(e.deactivated)return[];let r=!1;const o=new Set;for(const a of e.ptr.execute({start:"subject",end:"predicate"})){const l=this.validations.get(a.term);l&&(o.add(l),a.term.equals(ge.property)&&(r=!0))}return n&&e.isPropertyShape&&!r&&o.add($y),[...o].map(a=>a(e)).filter(Boolean)}}var ui={},ci={},xr={},Er={},Ph;function qi(){if(Ph)return Er;Ph=1,Object.defineProperty(Er,"__esModule",{value:!0}),Er.Translator=void 0;let i=class{constructor(){this.supportedRdfDatatypes=[],this.fromRdfHandlers={},this.toRdfHandlers={}}static incorrectRdfDataType(n){throw new Error(`Invalid RDF ${n.datatype.value} value: '${n.value}'`)}registerHandler(n,r,o){for(const a of r)this.supportedRdfDatatypes.push(a),this.fromRdfHandlers[a.value]=n;for(const a of o){let l=this.toRdfHandlers[a];l||(this.toRdfHandlers[a]=l=[]),l.push(n)}}fromRdf(n,r){const o=this.fromRdfHandlers[n.datatype.value];return o?o.fromRdf(n,r):n.value}toRdf(n,r){const o=this.toRdfHandlers[typeof n];if(o)for(const a of o){const l=a.toRdf(n,r);if(l)return l}throw new Error(`Invalid JavaScript value: '${n}'`)}getSupportedRdfDatatypes(){return this.supportedRdfDatatypes}getSupportedJavaScriptPrimitives(){return Object.keys(this.toRdfHandlers)}};return Er.Translator=i,Er}var kh;function zy(){if(kh)return xr;kh=1,Object.defineProperty(xr,"__esModule",{value:!0}),xr.TypeHandlerBoolean=void 0;const i=qi();let e=class op{fromRdf(r,o){switch(r.value){case"true":return!0;case"false":return!1;case"1":return!0;case"0":return!1}return o&&i.Translator.incorrectRdfDataType(r),!1}toRdf(r,{datatype:o,dataFactory:a}){return a.literal(r?"true":"false",o||a.namedNode(op.TYPE))}};return xr.TypeHandlerBoolean=e,e.TYPE="http://www.w3.org/2001/XMLSchema#boolean",xr}var Sr={},Mh;function Uy(){if(Mh)return Sr;Mh=1,Object.defineProperty(Sr,"__esModule",{value:!0}),Sr.TypeHandlerDate=void 0;const i=qi();let e=class Sl{fromRdf(r,o){switch(o&&!r.value.match(Sl.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 a=r.value.split("-");return new Date(0,parseInt(a[0],10)-1,parseInt(a[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:o,dataFactory:a}){if(o=o||a.namedNode(Sl.TYPES[0]),!(r instanceof Date))return null;const l=r;let u;switch(o.value){case"http://www.w3.org/2001/XMLSchema#gDay":u=String(l.getUTCDate());break;case"http://www.w3.org/2001/XMLSchema#gMonthDay":u=l.getUTCMonth()+1+"-"+l.getUTCDate();break;case"http://www.w3.org/2001/XMLSchema#gYear":u=String(l.getUTCFullYear());break;case"http://www.w3.org/2001/XMLSchema#gYearMonth":u=l.getUTCFullYear()+"-"+(l.getUTCMonth()+1);break;case"http://www.w3.org/2001/XMLSchema#date":u=l.toISOString().replace(/T.*$/,"");break;default:u=l.toISOString()}return a.literal(u,o)}};return Sr.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]$/},Sr}var Tr={},Dh;function Hy(){if(Dh)return Tr;Dh=1,Object.defineProperty(Tr,"__esModule",{value:!0}),Tr.TypeHandlerNumberDouble=void 0;const i=qi();let e=class ap{fromRdf(r,o){const a=parseFloat(r.value);return o&&isNaN(a)&&i.Translator.incorrectRdfDataType(r),a}toRdf(r,{datatype:o,dataFactory:a}){return o=o||a.namedNode(ap.TYPES[0]),isNaN(r)?a.literal("NaN",o):isFinite(r)?r%1===0?null:a.literal(r.toExponential(15).replace(/(\d)0*e\+?/,"$1E"),o):a.literal(r>0?"INF":"-INF",o)}};return Tr.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"],Tr}var Lr={},Oh;function Vy(){if(Oh)return Lr;Oh=1,Object.defineProperty(Lr,"__esModule",{value:!0}),Lr.TypeHandlerNumberInteger=void 0;const i=qi();let e=class Cr{fromRdf(r,o){const a=parseInt(r.value,10);return o&&(isNaN(a)||r.value.indexOf(".")>=0)&&i.Translator.incorrectRdfDataType(r),a}toRdf(r,{datatype:o,dataFactory:a}){return a.literal(String(r),o||(r<=Cr.MAX_INT&&r>=Cr.MIN_INT?a.namedNode(Cr.TYPES[0]):a.namedNode(Cr.TYPES[1])))}};return Lr.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,Lr}var Ir={},Fh;function Gy(){if(Fh)return Ir;Fh=1,Object.defineProperty(Ir,"__esModule",{value:!0}),Ir.TypeHandlerString=void 0;let i=class{fromRdf(n){return n.value}toRdf(n,{datatype:r,dataFactory:o}){return o.literal(n,r)}};return Ir.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"],Ir}var jh;function $h(){return jh||(jh=1,(function(i){var e=ci&&ci.__createBinding||(Object.create?(function(r,o,a,l){l===void 0&&(l=a);var u=Object.getOwnPropertyDescriptor(o,a);(!u||("get"in u?!o.__esModule:u.writable||u.configurable))&&(u={enumerable:!0,get:function(){return o[a]}}),Object.defineProperty(r,l,u)}):(function(r,o,a,l){l===void 0&&(l=a),r[l]=o[a]})),n=ci&&ci.__exportStar||function(r,o){for(var a in r)a!=="default"&&!Object.prototype.hasOwnProperty.call(o,a)&&e(o,r,a)};Object.defineProperty(i,"__esModule",{value:!0}),n(zy(),i),n(Uy(),i),n(Hy(),i),n(Vy(),i),n(Gy(),i)})(ci)),ci}var hl={},Bh;function Wy(){return Bh||(Bh=1,Object.defineProperty(hl,"__esModule",{value:!0})),hl}var qh;function Zy(){return qh||(qh=1,(function(i){var e=ui&&ui.__createBinding||(Object.create?(function(m,b,T,N){N===void 0&&(N=T);var A=Object.getOwnPropertyDescriptor(b,T);(!A||("get"in A?!b.__esModule:A.writable||A.configurable))&&(A={enumerable:!0,get:function(){return b[T]}}),Object.defineProperty(m,N,A)}):(function(m,b,T,N){N===void 0&&(N=T),m[N]=b[T]})),n=ui&&ui.__exportStar||function(m,b){for(var T in m)T!=="default"&&!Object.prototype.hasOwnProperty.call(b,T)&&e(b,m,T)};Object.defineProperty(i,"__esModule",{value:!0}),i.fromRdf=f,i.toRdf=h,i.getTermRaw=g,i.getSupportedRdfDatatypes=_,i.getSupportedJavaScriptPrimitives=d;const r=Zf(),o=$h(),a=qi();n($h(),i),n(Wy(),i),n(qi(),i);const l=new r.DataFactory,u=new a.Translator;u.registerHandler(new o.TypeHandlerString,o.TypeHandlerString.TYPES.map(m=>l.namedNode(m)),["string"]),u.registerHandler(new o.TypeHandlerBoolean,[o.TypeHandlerBoolean.TYPE].map(m=>l.namedNode(m)),["boolean"]),u.registerHandler(new o.TypeHandlerNumberDouble,o.TypeHandlerNumberDouble.TYPES.map(m=>l.namedNode(m)),["number"]),u.registerHandler(new o.TypeHandlerNumberInteger,o.TypeHandlerNumberInteger.TYPES.map(m=>l.namedNode(m)),["number"]),u.registerHandler(new o.TypeHandlerDate,o.TypeHandlerDate.TYPES.map(m=>l.namedNode(m)),["object"]);function f(m,b){return u.fromRdf(m,b)}function h(m,b){return b&&"namedNode"in b&&(b={dataFactory:b}),b=b||{},b&&!b.dataFactory&&(b.dataFactory=l),u.toRdf(m,b)}function g(m,b){return m.termType==="Literal"?f(m,b):m.value}function _(){return u.getSupportedRdfDatatypes()}function d(){return u.getSupportedJavaScriptPrimitives()}})(ui)),ui}var Ur=Zy();function zh(i){if(i.term.termType!=="BlankNode")return{quantifier:"one",start:"subject",end:"object",predicates:[i.term]};const e=i.out([ge.alternativePath]);if(e.ptrs.length===1&&e.ptrs[0].isList())return{quantifier:"one",start:"subject",end:"object",predicates:[...e.list()].map(l=>l.term)};const n=i.out([ge.inversePath]);if(n.term)return{quantifier:"one",start:"object",end:"subject",predicates:[n.term]};const r=i.out([ge.oneOrMorePath]);if(r.term)return{quantifier:"oneOrMore",start:"subject",end:"object",predicates:[r.term]};const o=i.out([ge.zeroOrMorePath]);if(o.term)return{quantifier:"zeroOrMore",start:"subject",end:"object",predicates:[o.term]};const a=i.out([ge.zeroOrOnePath]);if(a.term)return{quantifier:"zeroOrOne",start:"subject",end:"object",predicates:[a.term]}}function Xy(i){return i.terms.length===0?null:i.ptrs[0].isList()?[...i.list()].map(e=>zh(e)):[zh(i)]}class Qy{constructor(e){this.shape=e,this._compiled=nn(()=>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 n=e.create({shape:this.shape,valueOrNode:e.value||e.focusNode});for(const r of this.compiled)r.node&&await r.node(n),r.generic&&await r.generic(n)}async validateProperty(e){let n;this.shape.isSparqlShape?n=e.focusNode:n=e.focusNode.executeAll(this.shape.path);const r=n.node(new Zt(n.terms)),o=[...n].reduce((l,u)=>{const f=u.term,h=n.node([f]);return l.has(f)||l.set(f,{value:h,valuePaths:[]}),l.get(f).valuePaths.push(u),l},new Vi).values(),a=e.create({shape:this.shape,values:r});for(const l of this.compiled)l.property&&await l.property(a);for(const{value:l,valuePaths:u}of o){const f=e.create({shape:this.shape,value:l,valueOrNode:l,valuePaths:u});for(const h of this.compiled)h.generic&&await h.generic(f)}}}function Tl(i){const e=new Zt,r=new $s({dataset:i.dataset,terms:i.terms}).execute({quantifier:"zeroOrMore",start:"object",end:"subject",predicates:[yy.subClassOf]});for(const o of r.ptrs)for(const{term:a}of o.nodes())e.add(a);return e}class Jy{constructor(e){this.targetClass=new Zt([...Tl(e.hasOut([yi.type],[ge.NodeShape])),...Tl(e.out([ge.targetClass]))]),this.targetNode=e.out([ge.targetNode]).terms,this.targetObjectsOf=e.out([ge.targetObjectsOf]).terms,this.targetSubjectsOf=e.out([ge.targetSubjectsOf]).terms}resolve(e){const n=e.focusNode.node([null]),r=[...e.focusNode.hasOut([yi.type],this.targetClass).ptrs,...e.focusNode.node(this.targetNode).ptrs,...n.execute({start:"object",end:"object",predicates:this.targetObjectsOf}).ptrs,...n.execute({start:"subject",end:"subject",predicates:this.targetSubjectsOf}).ptrs],o=e.focusNode.clone({ptrs:r});return o.node([...new Zt(o.terms)])}}class Ky{constructor(e,{validator:n}){this.ptr=e,this.validator=n,this._deactivated=nn(()=>{const r=this.ptr.out([ge.deactivated]).term;return r&&Ur.fromRdf(r)}),this._message=nn(()=>this.ptr.out([ge.message]).terms),this._path=nn(()=>Xy(this.ptr.out([ge.path]))),this._severity=nn(()=>this.ptr.out([ge.severity]).term),this._shapeValidator=nn(()=>new Qy(this)),this._sparql=nn(()=>this.ptr.out([ge.sparql])),this._targetResolver=nn(()=>new Jy(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 n=e.id({shape:this});if(e.processed.has(n)){if(e.results.has(n))for(const r of e.results.get(n))e.report.results.push(r);return e}return e.processed.add(n),this.shapeValidator.validate(e)}}function Yy(i){const e=parseInt(i.ptr.out([ge.maxCount]).value);return{property:ev(e)}}function ev(i){return e=>{e.test(e.values.terms.length<=i,ge.MaxCountConstraintComponent,{args:{maxCount:i},message:[e.factory.literal("More than {$maxCount} values")]})}}function tv(i){const e=parseInt(i.ptr.out([ge.minCount]).value);return{property:nv(e)}}function nv(i){return e=>{e.test(e.values.terms.length>=i,ge.MinCountConstraintComponent,{args:{minCount:i},message:[e.factory.literal("Less than {$minCount} values")]})}}async function iv(i,e){for(const n of i)if(!await e(n))return!1;return!0}async function rv(i,e){return(await Promise.all(i.map(n=>e(n)))).filter(Boolean)}async function Ks(i,e){return Promise.all(i.map(e))}async function sv(i,e){for(const n of i)if(await e(n))return!0;return!1}function ov(i){const e=[...i.ptr.out([ge.and])].flatMap(n=>[...n.list()]).map(n=>i.validator.shape(n));return{generic:av(e)}}function av(i){return async e=>{const n=await Ks(i,async o=>(await o.validate(e.create({child:!0,focusNode:e.valueOrNode}))).report),r=n.every(o=>o.conforms);e.test(r,ge.AndConstraintComponent,{results:n.flatMap(o=>o.results),value:e.valueOrNode})}}function lv(i){const e=i.validator.shape(i.ptr.out([ge.not]));return{generic:uv(e)}}function uv(i){return async e=>{const n=(await i.validate(e.create({child:!0,focusNode:e.valueOrNode}))).report,r=!n.conforms;e.test(r,ge.NotConstraintComponent,{args:{not:i.ptr.term},message:[e.factory.literal("Value does have shape {$not}")],results:n.results,value:e.valueOrNode})}}function cv(i){const e=[...i.ptr.out([ge.or])].flatMap(n=>[...n.list()]).map(n=>i.validator.shape(n));return{generic:dv(e)}}function dv(i){return async e=>{let n=[],r;if(e.options.debug||e.options.details){const o=await Ks(i,async a=>(await a.validate(e.create({child:!0,focusNode:e.valueOrNode}))).report);n=o.flatMap(a=>a.results),r=o.some(a=>a.conforms)}else r=await sv(i,async o=>(await o.validate(e.create({child:!0,focusNode:e.valueOrNode}))).report.conforms);e.test(r,ge.OrConstraintComponent,{results:n,value:e.valueOrNode})}}function hv(i){const e=[...i.ptr.out([ge.xone])].flatMap(n=>[...n.list()]).map(n=>i.validator.shape(n));return{generic:fv(e)}}function fv(i){return async e=>{const n=await Ks(i,async o=>(await o.validate(e.create({child:!0,focusNode:e.valueOrNode}))).report),r=n.filter(o=>o.conforms).length===1;e.test(r,ge.XoneConstraintComponent,{results:n.flatMap(o=>o.results),value:e.valueOrNode})}}function pv(i){if(!Ur.fromRdf(i.ptr.out([ge.closed]).term))return null;const n=i.ptr.out([ge.property]).map(a=>i.validator.shape(a)),r=new Zt(n.filter(a=>!a.deactivated).map(a=>a.path[0].predicates[0])),o=new Zt([...i.ptr.out([ge.ignoredProperties]).list()||[]].map(a=>a.term));return{node:gv(r,o)}}function gv(i,e){return n=>{const r=n.focusNode.execute({start:"subject",end:"predicate"}).filter(o=>e.has(o.term)?!1:!i.has(o.term));if(r.ptrs.length>0)for(const o of r)n.violation(ge.ClosedConstraintComponent,{message:[n.factory.literal("Predicate is not allowed (closed shape)")],path:[{quantifier:"one",start:"subject",end:"object",predicates:[o.term]}],value:n.focusNode.node([[...o.quads()][0].object])});else n.debug(ge.ClosedConstraintComponent)}}function mv(i){const e=i.ptr.out([ge.hasValue]).term;return{node:_v(e),property:yv(e)}}function _v(i){return e=>{e.test(i.equals(e.valueOrNode.term),ge.HasValueConstraintComponent,{args:{hasValue:i},message:[e.factory.literal("Value must be {$hasValue}")]})}}function yv(i){return e=>{const n=[...e.values].some(r=>i.equals(r.term));e.test(n,ge.HasValueConstraintComponent,{args:{hasValue:i},message:[e.factory.literal("Missing expected value {$hasValue}")]})}}function vv(i){const e=new Zt([...i.ptr.out([ge.in]).list()].map(n=>n.term));return{generic:bv(e)}}function bv(i){return e=>{e.test(i.has(e.valueOrNode.term),ge.InConstraintComponent,{args:{in:[...i].map(n=>n.value).join(", ")},message:[e.factory.literal("Value is not in {$in}")],value:e.valueOrNode})}}function Gi(i,e){if(!i||i.termType!=="Literal"||!e||e.termType!=="Literal"||Uh(i)!==Uh(e))return null;const n=Ur.fromRdf(i),r=Ur.fromRdf(e);return typeof n!=typeof r?null:typeof n=="string"?n.localeCompare(r):n-r}function Uh(i){const e=/^.*(((\+|-)\d{2}:\d{2})|Z)$/;return tu.dateTime.equals(i.datatype)&&e.test(i.value)}function wv(i){const e=i.ptr.out([ge.disjoint]).term;return{generic:xv(e)}}function xv(i){return e=>{const n=e.focusNode.dataset.match(e.focusNode.term,i,e.valueOrNode.term);e.test(n.size===0,ge.DisjointConstraintComponent,{args:{disjoint:i},message:[e.factory.literal("Value node must not also be one of the values of {$disjoint}")],value:e.valueOrNode})}}function Ev(i){const e=i.ptr.out([ge.equals]).term;return{node:Sv(e),property:Tv(e)}}function Sv(i){return e=>{const n=e.focusNode.out([i]),r=n.filter(a=>!a.term.equals(e.focusNode.term)),o=n.terms.length!==0&&r.terms.length===0;e.test(o,ge.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 Tv(i){return e=>{const n=new Zt(e.focusNode.out([i]).terms),r=new Zt(e.values.terms),o=[...r].filter(u=>!n.has(u)),a=[...n].filter(u=>!r.has(u)),l=[...o,...a];for(const u of l)e.violation(ge.EqualsConstraintComponent,{args:{equals:i},message:[e.factory.literal("Must have same values as {$equals}")],value:e.focusNode.node([u])});l.length===0&&e.debug(ge.EqualsConstraintComponent,{args:{equals:i},message:[e.factory.literal("Must have same values as {$equals}")]})}}function Lv(i){const e=i.ptr.out([ge.lessThan]).term;return{property:Iv(e)}}function Iv(i){return e=>{const n=e.focusNode.out([i]).terms;for(const r of e.values)for(const o of n){const a=Gi(r.term,o);a===null||a>=0?e.violation(ge.LessThanConstraintComponent,{args:{lessThan:i},message:[e.factory.literal("Value is not less than value of {$lessThan}")],value:r}):e.debug(ge.LessThanConstraintComponent,{args:{lessThan:i},message:[e.factory.literal("Value is not less than value of {$lessThan}")],value:r})}}}function Nv(i){const e=i.ptr.out([ge.lessThanOrEquals]).term;return{property:Av(e)}}function Av(i){return e=>{const n=e.focusNode.out([i]).terms;for(const r of e.values)for(const o of n){const a=Gi(r.term,o);a===null||a>0?e.violation(ge.LessThanOrEqualsConstraintComponent,{args:{lessThanOrEquals:i},message:[e.factory.literal("Value is not less than or equal to value of {$lessThanOrEquals}")],value:r}):e.debug(ge.LessThanOrEqualsConstraintComponent,{args:{lessThanOrEquals:i},message:[e.factory.literal("Value is not less than or equal to value of {$lessThanOrEquals}")],value:r})}}}function Rv(i){const e=i.ptr.out([ge.maxExclusive]).term;return{generic:Cv(e)}}function Cv(i){return e=>{const n=Gi(e.valueOrNode.term,i);e.test(n!==null&&n<0,ge.MaxExclusiveConstraintComponent,{args:{maxExclusive:i},message:[e.factory.literal("Value is not less than {$maxExclusive}")],value:e.valueOrNode})}}function Pv(i){const e=i.ptr.out([ge.maxInclusive]).term;return{generic:kv(e)}}function kv(i){return e=>{const n=Gi(e.valueOrNode.term,i);e.test(n!==null&&n<=0,ge.MaxInclusiveConstraintComponent,{args:{maxInclusive:i},message:[e.factory.literal("Value is not less than or equal to {$maxInclusive}")],value:e.valueOrNode})}}function Mv(i){const e=i.ptr.out([ge.minExclusive]).term;return{generic:Dv(e)}}function Dv(i){return e=>{const n=Gi(e.valueOrNode.term,i);e.test(n!==null&&n>0,ge.MinExclusiveConstraintComponent,{args:{minExclusive:i},message:[e.factory.literal("Value is not greater than {$minExclusive}")],value:e.valueOrNode})}}function Ov(i){const e=i.ptr.out([ge.minInclusive]).term;return{generic:Fv(e)}}function Fv(i){return e=>{const n=Gi(e.valueOrNode.term,i);e.test(n!==null&&n>=0,ge.MinInclusiveConstraintComponent,{args:{minInclusive:i},message:[e.factory.literal("Value is not greater than or equal to {$minInclusive}")],value:e.valueOrNode})}}function jv(i){const e=[...i.ptr.out([ge.node])].map(n=>i.validator.shape(n));return{generic:$v(e)}}function $v(i){return async e=>{for(const n of i){const r=await n.validate(e.create({child:!0,focusNode:e.valueOrNode}));e.test(r.report.conforms,ge.NodeConstraintComponent,{args:{node:n.ptr.term},message:[e.factory.literal("Value does not have shape {$node}")],results:r.report.results,value:e.valueOrNode})}}}function Bv(i){const e=[...i.ptr.out([ge.property])].map(n=>i.validator.shape(n));return{generic:qv(e)}}function qv(i){return async e=>{const n=e.create({focusNode:e.valueOrNode});for(const r of i)await r.validate(n)}}function zv(i){const e=i.validator.shape(i.ptr.out([ge.qualifiedValueShape])),n=i.ptr.out([ge.qualifiedValueShapesDisjoint]).term,r=n?Ur.fromRdf(n):!1,o=i.ptr.out([ge.qualifiedMaxCount]).term,a=o?parseInt(o.value):null,l=i.ptr.out([ge.qualifiedMinCount]).term,u=l?parseInt(l.value):null;return{property:Uv(e,r,a,u)}}function Uv(i,e,n,r){return async o=>{const a=[];let l=[];e&&(l=new Set(o.shape.ptr.in([ge.property]).out([ge.property]).out([ge.qualifiedValueShape]).filter(f=>!f.term.equals(i.ptr.term)).map(f=>o.shape.validator.shape(f))));const u=(await rv(o.values,async f=>{const h=(await i.validate(o.create({child:!0,focusNode:f}))).report;if(a.push(h.results),!h.conforms)return!1;if(l.length===0)return!0;if(o.options.debug||o.options.details){const g=await Ks([...l],async _=>(await _.validate(o.create({child:!0,focusNode:f}))).report);return a.push(g.flatMap(_=>_.results)),!g.every(_=>_.conforms)}else return!await iv([...l],async g=>(await g.validate(o.create({child:!0,focusNode:f}))).report.conforms)})).length;n!==null&&o.test(u<=n,ge.QualifiedMaxCountConstraintComponent,{args:{qualifiedMaxCount:n,qualifiedValueShape:i.ptr.term,qualifiedValueShapesDisjoint:e},message:[o.factory.literal("More than {$qualifiedMaxCount} values have shape {$qualifiedValueShape}")],results:a.flat()}),r!==null&&o.test(u>=r,ge.QualifiedMinCountConstraintComponent,{args:{qualifiedMinCount:r,qualifiedValueShape:i.ptr.term,qualifiedValueShapesDisjoint:e},message:[o.factory.literal("Less than {$qualifiedMinCount} values have shape {$qualifiedValueShape}")],results:a.flat()})}}function Hv(i,e){return e?e.slice(0,i.length)===i:!1}function Vv(i){const e=[...new Set([...i.ptr.out([ge.languageIn]).list()].map(n=>n.value))];return{generic:Gv(e)}}function Gv(i){return e=>{const n=i.some(r=>Hv(r,e.valueOrNode.term.language));e.test(n,ge.LanguageInConstraintComponent,{args:{languageIn:i.join(", ")},message:[e.factory.literal("Language does not match any of {$languageIn}")],value:e.valueOrNode})}}function Wv(i){const e=parseInt(i.ptr.out([ge.maxLength]).value);return{generic:Zv(e)}}function Zv(i){return e=>{const n=e.valueOrNode.term.termType!=="BlankNode"&&e.valueOrNode.value.length<=i;e.test(n,ge.MaxLengthConstraintComponent,{args:{maxLength:i},message:[e.factory.literal("Value has more than {$maxLength} characters")],value:e.valueOrNode})}}function Xv(i){const e=parseInt(i.ptr.out([ge.minLength]).value);return{generic:Qv(e)}}function Qv(i){return e=>{const n=e.valueOrNode.term.termType!=="BlankNode"&&e.valueOrNode.value.length>=i;e.test(n,ge.MinLengthConstraintComponent,{args:{minLength:i},message:[e.factory.literal("Value has less than {$minLength} characters")],value:e.valueOrNode})}}function Jv(i){const e=i.ptr.out([ge.pattern]).value,n=i.ptr.out([ge.flags]).value,r=new RegExp(e,n);return{generic:Kv(e,n,r)}}function Kv(i,e,n){return r=>{r.test(n.test(r.valueOrNode.term.value),ge.PatternConstraintComponent,{args:{flags:e,pattern:i},message:[r.factory.literal('Value does not match pattern "{$pattern}"')],value:r.valueOrNode})}}function Yv(i){const e=i.ptr.out([ge.uniqueLang]).term;return e.value==="true"&&tu.boolean.equals(e.datatype)?{property:eb()}:null}function eb(){return i=>{const n=Object.entries(i.values.terms.reduce((r,o)=>(o.language&&(r[o.language]=(r[o.language]||0)+1),r),{})).filter(([,r])=>r>1);for(const[r]of n)i.violation(ge.UniqueLangConstraintComponent,{args:{lang:r},message:[i.factory.literal('Language "{?lang}" used more than once')]});n.length===0&&i.debug(ge.UniqueLangConstraintComponent)}}const ks=Qt("http://www.w3.org/ns/shacl#"),lp=Qt("https://schemas.link/shacl-next#");class zi{constructor({results:e=[]}={}){this.results=e}get conforms(){return!this.results.some(e=>e.severity.equals(ks.Info)||e.severity.equals(ks.Violation)||e.severity.equals(ks.Warning))}}function tb(i,e){return Object.entries(e).reduce((n,[r,o])=>(o&&o.termType&&(o=$t(o)),n.replace(`{$${r}}`,o).replace(`{?${r}}`,o)),i)}class Bs{constructor({args:e={},factory:n,message:r=[],severity:o=ks.Violation}={}){this.severity=o,this.message=r.map(a=>n.literal(tb(a.value,e),a.language||null))}}class iu{constructor({factory:e=eu}={}){this.factory=e}clone({factory:e}={}){return new iu({factory:e||this.factory})}validate(){return new zi}validateSimple(){return!0}}class Wi extends iu{constructor({datatypes:e,factory:n}={}){super({factory:n}),this.datatypes=[];for(const r of Array.isArray(e)?e:[e])r&&this.datatypes.push(this.factory.fromTerm(r))}clone({factory:e}={}){return new Wi({datatypes:this.datatypes,factory:e||this.factory})}}class nb{constructor({factory:e=eu,validations:n}={}){if(this.factory=e,this.validations=new Vi,n)for(const r of Object.values(n)){const o=r.clone({factory:this.factory});for(const a of o.datatypes)this.validations.set(a,o)}}validate(e){const n=this.validations.get(e.datatype);return n?n.validate(e):new zi}validateSimple(e){const n=this.validations.get(e.datatype);return n?n.validateSimple(e):!0}}class ot extends Wi{constructor(e,n,{factory:r}={}){super({datatypes:n,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 ot(this.patterns,this.datatypes,{factory:e||this.factory})}validate(e){const n=this.patterns.map(r=>{let o;r.test(e.value)&&(o=lp.Debug);const a={pattern:this.factory.literal(r.toString()),this:e};return new Bs({args:a,factory:this.factory,message:this.message,severity:o})});return new zi({results:n})}validateSimple(e){return this.patterns.every(n=>n.test(e.value))}}const ib=/^([-+]?[0-9]+)$/;class kt extends ot{constructor(e=null,n=null,r,{factory:o}={}){super(ib,r,{factory:o}),this.maxInclusive=null,this.minInclusive=null,typeof n=="string"&&(this.maxInclusive=BigInt(n)),typeof e=="string"&&(this.minInclusive=BigInt(e))}clone({factory:e}={}){return new kt(this.minInclusive?.toString(),this.maxInclusive?.toString(),this.datatypes,{factory:e||this.factory})}validate(e){const n=super.validate(e).results;if(!lp.Debug.equals(n[0].severity))return new zi({results:n});const r=BigInt(e.value);if(this.minInclusive!==null&&r<this.minInclusive){const o=`term value "${e.value}" is less than "${this.minInclusive.toString()}"`,a=[this.factory.literal(o)];n.push(new Bs({factory:this.factory,message:a}))}if(this.maxInclusive!==null&&r>this.maxInclusive){const o=`term value "${e.value}" is greater than "${this.maxInclusive.toString()}"`,a=[this.factory.literal(o)];n.push(new Bs({factory:this.factory,message:a}))}return new zi({results:n})}validateSimple(e){if(!super.validateSimple(e))return!1;const n=BigInt(e.value);return!(this.minInclusive!==null&&n<this.minInclusive||this.maxInclusive!==null&&n>this.maxInclusive)}}class ru extends Wi{constructor(e,n,{factory:r}={}){super({datatypes:n,factory:r}),this.values=new Set(e)}clone({factory:e}={}){return new ru(this.values,this.datatypes,{factory:e||this.factory})}validate(e){const n=[];if(!this.values.has(e.value)){const r=`term value "${e.value}" is not included in the list: ${[...this.values].join(",")}`,o=[this.factory.literal(r)];n.push(new Bs({factory:this.factory,message:o}))}return new zi({results:n})}validateSimple(e){return this.values.has(e.value)}}const Ge={xsd:Qt("http://www.w3.org/2001/XMLSchema#")},rb=new Wi({datatypes:Ge.xsd.anySimpleType}),sb=new Wi({datatypes:Ge.xsd.anyAtomicType}),Ys=/^([^\ud8ff-\udfff\ufffe-\uffff]*)$/,ob=/^((\+|-)?([0-9]+(\.[0-9]*)?|\.[0-9]+))$/,up=/^((\+|-)?([0-9]+(\.[0-9]*)?|\.[0-9]+)([Ee](\+|-)?[0-9]+)?|(\+|-)?INF|NaN)$/,su=/^(-?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)))))$/,cp=/^(-?([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))?)$/,ab=/^((([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))?)$/,lb=/^(-?([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))?)$/,ub=/^(-?([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))?)$/,cb=/^(-?([1-9][0-9]{3,}|0[0-9]{3})(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?)$/,db=/^(--(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))?)$/,hb=/^(---(0[1-9]|[12][0-9]|3[01])(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?)$/,fb=/^(--(0[1-9]|1[0-2])(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?)$/,pb=/^(([0-9a-fA-F]{2})*)$/,gb=/^(((([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] ?= ?=))?)$/,mb=new ot(Ys,Ge.xsd.string),_b=new ru(["1","true","0","false"],Ge.xsd.boolean),yb=new ot(ob,Ge.xsd.decimal),vb=new ot(up,Ge.xsd.float),bb=new ot(up,Ge.xsd.double),wb=new ot(su,Ge.xsd.duration),xb=new ot(cp,Ge.xsd.dateTime),Eb=new ot(ab,Ge.xsd.time),Sb=new ot(lb,Ge.xsd.date),Tb=new ot(ub,Ge.xsd.gYearMonth),Lb=new ot(cb,Ge.xsd.gYear),Ib=new ot(db,Ge.xsd.gMonthDay),Nb=new ot(hb,Ge.xsd.gDay),Ab=new ot(fb,Ge.xsd.gMonth),Rb=new ot(pb,Ge.xsd.hexBinary),Cb=new ot(gb,Ge.xsd.base64Binary),Pb=new ot(Ys,Ge.xsd.anyURI),dp=/^([^\u000d\u000a\u0009]*)$/,kb=/^([^ ]+( [^ ]+)*)*$/,Mb=/^([a-zA-Z]{1,8}(-[a-zA-Z0-9]{1,8})*)$/,Db=/^([^DT]*)$/,Ob=/^([^YM]*[DT].*)$/,Fb=/^(.*(Z|(\+|-)[0-9][0-9]:[0-9][0-9]))$/,jb=new ot([Ys,dp],Ge.xsd.normalizedString),$b=new ot([Ys,dp,kb],Ge.xsd.token),Bb=new ot(Mb,Ge.xsd.language),qb=new kt(null,null,Ge.xsd.integer),zb=new kt(null,"0",Ge.xsd.nonPositiveInteger),Ub=new kt(null,"-1",Ge.xsd.negativeInteger),Hb=new kt("-9223372036854775808","9223372036854775807",Ge.xsd.long),Vb=new kt("-2147483648","2147483647",Ge.xsd.int),Gb=new kt("-32768","32767",Ge.xsd.short),Wb=new kt("-128","127",Ge.xsd.byte),Zb=new kt("0",null,Ge.xsd.nonNegativeInteger),Xb=new kt("0","18446744073709551615",Ge.xsd.unsignedLong),Qb=new kt("0","4294967295",Ge.xsd.unsignedInt),Jb=new kt("0","65535",Ge.xsd.unsignedShort),Kb=new kt("0","255",Ge.xsd.unsignedByte),Yb=new kt("1",null,Ge.xsd.positiveInteger),e0=new ot([su,Db],Ge.xsd.yearMonthDuration),t0=new ot([su,Ob],Ge.xsd.dayTimeDuration),n0=new ot([cp,Fb],Ge.xsd.dateTimeStamp),i0=Object.freeze(Object.defineProperty({__proto__:null,anyAtomicType:sb,anySimpleType:rb,anyURI:Pb,base64Binary:Cb,boolean:_b,byte:Wb,date:Sb,dateTime:xb,dateTimeStamp:n0,dayTimeDuration:t0,decimal:yb,double:bb,duration:wb,float:vb,gDay:Nb,gMonth:Ab,gMonthDay:Ib,gYear:Lb,gYearMonth:Tb,hexBinary:Rb,int:Vb,integer:qb,language:Bb,long:Hb,negativeInteger:Ub,nonNegativeInteger:Zb,nonPositiveInteger:zb,normalizedString:jb,positiveInteger:Yb,short:Gb,string:mb,time:Eb,token:$b,unsignedByte:Kb,unsignedInt:Qb,unsignedLong:Xb,unsignedShort:Jb,yearMonthDuration:e0},Symbol.toStringTag,{value:"Module"}));class r0 extends nb{constructor({factory:e}={}){super({factory:e,validations:{...i0}})}}const s0=new Vi([[ge.BlankNode,new Set(["BlankNode"])],[ge.BlankNodeOrIRI,new Set(["BlankNode","NamedNode"])],[ge.BlankNodeOrLiteral,new Set(["BlankNode","Literal"])],[ge.IRI,new Set(["NamedNode"])],[ge.IRIOrLiteral,new Set(["NamedNode","Literal"])],[ge.Literal,new Set(["Literal"])]]);function o0(i){const e=i.ptr.out([ge.class]).map(n=>Tl(n));return{generic:a0(e)}}function a0(i){return e=>{const n=new Zt(e.valueOrNode.out([yi.type]).terms);for(const r of i){const o=[...n].some(a=>r.has(a));e.test(o,ge.ClassConstraintComponent,{value:e.valueOrNode})}}}function l0(i){const e=i.ptr.out([ge.datatype]).term,n=new r0;return{generic:u0(e,n)}}function u0(i,e){return n=>{const r=i.equals(n.valueOrNode.term.datatype)&&e.validateSimple(n.valueOrNode.term);n.test(r,ge.DatatypeConstraintComponent,{args:{datatype:i},message:[n.factory.literal("Value does not have datatype {$datatype}")],value:n.valueOrNode})}}function c0(i){const e=i.ptr.out([ge.nodeKind]).term,n=s0.get(e);return{generic:d0(e,n)}}function d0(i,e){return n=>{n.test(e.has(n.valueOrNode.term.termType),ge.NodeKindConstraintComponent,{args:{nodeKind:i},message:[n.factory.literal("Value does not have node kind {$nodeKind}")],value:n.valueOrNode})}}const h0=new Vi([[ge.maxCount,Yy],[ge.minCount,tv],[ge.and,ov],[ge.not,lv],[ge.or,cv],[ge.xone,hv],[ge.closed,pv],[ge.hasValue,mv],[ge.in,vv],[ge.disjoint,wv],[ge.equals,Ev],[ge.lessThan,Lv],[ge.lessThanOrEquals,Nv],[ge.maxExclusive,Rv],[ge.maxInclusive,Pv],[ge.minExclusive,Mv],[ge.minInclusive,Ov],[ge.node,jv],[ge.property,Bv],[ge.qualifiedValueShape,zv],[ge.languageIn,Vv],[ge.maxLength,Wv],[ge.minLength,Xv],[ge.pattern,Jv],[ge.uniqueLang,Yv],[ge.class,o0],[ge.datatype,l0],[ge.nodeKind,c0]]);class f0{constructor(e,{factory:n,...r}){if(this.factory=n,this.options=r,this.registry=new qy(h0),this.shapesPtr=new $s({dataset:e,factory:n}),this.shapes=new Vi,this.options.coverage&&(this.options.debug=!0,this.options.details=!0,this.options.trace=!0),this.options.validations)for(const[a,l]of this.options.validations)this.registry.validations.set(a,l);const o=[...this.shapesPtr.hasOut([ge.targetClass]),...this.shapesPtr.hasOut([ge.targetNode]),...this.shapesPtr.hasOut([ge.targetObjectsOf]),...this.shapesPtr.hasOut([ge.targetSubjectsOf]),...this.shapesPtr.hasOut([yi.type],[ge.NodeShape]),...this.shapesPtr.hasOut([yi.type],[ge.PropertyShape])];for(const a of o)this.shape(a)}shape(e){if(!e.term)return null;let n=this.shapes.get(e.term);return n||(n=new Ky(e,{validator:this}),this.shapes.set(e.term,n)),n}async validate(e,n){const r=new $s({...e,factory:this.factory}),o=new nu({factory:this.factory,focusNode:r,options:this.options,validator:this});n?n=n.map(a=>this.shape(this.shapesPtr.node(a.terms))):n=this.shapes.values();for(const a of n){const l=o.create({shape:a});let u;r.isAny()?u=a.resolveTargets(l):u=r;for(const f of u)await a.validate(l.create({focusNode:f}))}return o.report}}const p0=`
429
432
  .editor:not([type='checkbox']) { border: 1px solid #DDD; }
430
433
  .property-instance label { display: inline-flex; word-break: break-word; line-height: 1em; padding-top: 0.15em; padding-right: 1em; flex-shrink: 0; position: relative; }
431
434
  .property-instance:not(:first-child) > label:not(.persistent) { visibility: hidden; max-height: 0; }
432
435
  .mode-edit .property-instance label { width: var(--label-width); }
433
- `;class g0 extends em{constructor(e){super(e||p0),this.idCtr=0}createDefaultTemplate(e,n,r,o,a){o.id=`e${this.idCtr++}`,o.classList.add("editor"),a?.datatype?o.shaclDatatype=a.datatype:n instanceof rn&&(o.shaclDatatype=n.datatype),a?.minCount!==void 0&&(o.dataset.minCount=String(a.minCount)),a?.class&&(o.dataset.class=a.class.value),a?.nodeKind?o.dataset.nodeKind=a.nodeKind.value:n instanceof Di&&(o.dataset.nodeKind=Fe+"IRI"),(a?.hasValue||a?.readonly)&&(o.disabled=!0),o.value=n?.value||a?.defaultValue?.value||"";const l=document.createElement("label");l.htmlFor=o.id,l.innerText=e,a?.description&&l.setAttribute("title",a.description.value);const u=a?.description?a.description.value:a?.pattern?a.pattern:null;u&&o.setAttribute("placeholder",u),r&&(o.setAttribute("required","true"),l.classList.add("required"));const f=document.createElement("div");return f.appendChild(l),f.appendChild(o),f}createDateEditor(e,n,r,o){const a=new dt;o.datatype?.value===Un+"dateTime"?(a.type="datetime-local",a.setAttribute("step","1")):a.type="date",a.clearable=!0,a.dense=!0,a.classList.add("pr-0");const l=this.createDefaultTemplate(e,null,r,a,o);if(n)try{let u=new Date(n.value).toISOString();o.datatype?.value===Un+"dateTime"?u=u.slice(0,19):u=u.slice(0,10),a.value=u}catch(u){console.error(u,n)}return l}createTextEditor(e,n,r,o){let a;return o.singleLine===!1?(a=new gi,a.resize="auto"):a=new dt,a.dense=!0,o.pattern&&(a.pattern=o.pattern),o.minLength&&(a.minLength=o.minLength),o.maxLength&&(a.maxLength=o.maxLength),this.createDefaultTemplate(e,n,r,a,o)}createLangStringEditor(e,n,r,o){const a=this.createTextEditor(e,n,r,o),l=a.querySelector(":scope .editor");let u;if(o.languageIn?.length){u=document.createElement("select");for(const f of o.languageIn){const h=document.createElement("option");h.innerText=f.value,u.appendChild(h)}}else u=document.createElement("input"),u.maxLength=5,u.size=5,u.placeholder="lang?";return u.title="Language of the text",u.classList.add("lang-chooser"),u.slot="suffix",u.addEventListener("change",f=>{f.stopPropagation(),l&&(l.dataset.lang=u.value,l.dispatchEvent(new Event("change",{bubbles:!0})))}),n instanceof rn&&(u.value=n.language),l.dataset.lang=u.value,l.appendChild(u),a}createBooleanEditor(e,n,r,o){const a=document.createElement("input");a.type="checkbox",a.classList.add("ml-0");const l=this.createDefaultTemplate(e,null,r,a,o);return a.removeAttribute("required"),l.querySelector(":scope label")?.classList.remove("required"),n instanceof rn&&(a.checked=n.value==="true"),l}createFileEditor(e,n,r,o){const a=document.createElement("input");return a.type="file",a.addEventListener("change",l=>{if(a.files?.length){l.stopPropagation();const u=new FileReader;u.readAsDataURL(a.files[0]),u.onload=()=>{a.binaryData=btoa(u.result),a.parentElement?.dispatchEvent(new Event("change",{bubbles:!0}))}}else a.binaryData=void 0}),this.createDefaultTemplate(e,n,r,a,o)}createNumberEditor(e,n,r,o){const a=new dt;a.type="number",a.clearable=!0,a.dense=!0,a.classList.add("pr-0");const l=o.minInclusive!==void 0?o.minInclusive:o.minExclusive!==void 0?o.minExclusive+1:void 0,u=o.maxInclusive!==void 0?o.maxInclusive:o.maxExclusive!==void 0?o.maxExclusive-1:void 0;return l!==void 0&&(a.min=String(l)),u!==void 0&&(a.max=String(u)),o.datatype?.value!==Un+"integer"&&(a.step="0.1"),this.createDefaultTemplate(e,n,r,a,o)}createListEditor(e,n,r,o,a){const l=new vt;l.clearable=!0,l.dense=!0;const u=this.createDefaultTemplate(e,null,r,l,a),f=document.createElement("ul");let h=!0;const g=(_,d)=>{const m=document.createElement("li");if(typeof _.value=="string"?(m.dataset.value=_.value,m.innerText=_.label?_.label:_.value):(m.dataset.value=_.value.id,_.value instanceof Di&&(m.dataset.value="<"+m.dataset.value+">"),m.innerText=_.label?_.label:_.value.value),d.appendChild(m),_.children?.length){h=!1;const b=document.createElement("ul");m.appendChild(b);for(const T of _.children)g(T,b)}};for(const _ of o)g(_,f);return h||(l.collapse=!0),l.appendChild(f),n&&(l.value=n.id,n instanceof Di&&(l.value="<"+l.value+">")),u}createButton(e,n){const r=document.createElement("rokit-button");return r.innerHTML=e,r}}class m0 extends HTMLElement{constructor(){super(),this.shape=null,this.attachShadow({mode:"open"}),this.form=document.createElement("form"),this.config=new oh(new g0,this.form),this.form.addEventListener("change",e=>{e.stopPropagation(),this.config.editMode&&this.validate(!0).then(n=>{this.dispatchEvent(new CustomEvent("change",{bubbles:!0,cancelable:!1,composed:!0,detail:{valid:n.conforms,report:n}}))}).catch(n=>{console.warn(n)})})}static get observedAttributes(){return oh.dataAttributes()}connectedCallback(){this.shadowRoot.prepend(this.form)}attributeChangedCallback(){this.config.updateAttributes(this),this.initialize()}initialize(){clearTimeout(this.initDebounceTimeout),this.setAttribute("loading",""),this.form.replaceChildren(document.createTextNode(this.config.attributes.loading)),this.initDebounceTimeout=setTimeout(async()=>{try{await this.config.loader.loadGraphs(),this.form.replaceChildren(),this.config.renderedNodes.clear();const e=this.findRootShaclShapeSubject();if(e){this.form.classList.forEach(r=>{this.form.classList.remove(r)}),this.form.classList.toggle("mode-edit",this.config.editMode),this.form.classList.toggle("mode-view",!this.config.editMode),this.config.theme.apply(this.form);const n=[this.config.theme.stylesheet];for(const r of sm())r.stylesheet&&n.push(r.stylesheet);if(this.shadowRoot.adoptedStyleSheets=n,this.shape=new Hn(e,this.config,this.config.attributes.valuesSubject?Ue.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",o=>{o.preventDefault(),this.form.reportValidity()&&this.validate().then(a=>{if(a?.conforms)this.dispatchEvent(new Event("submit",{bubbles:!0,cancelable:!0}));else{let l=this.form.querySelector(":scope .invalid > .editor");l?l.focus():this.form.querySelector(":scope .invalid")?.scrollIntoView()}})}),this.form.appendChild(r)}this.config.attributes.valuesSubject&&this.removeFromDataGraph(Ue.namedNode(this.config.attributes.valuesSubject)),await this.validate(!0)}}else if(this.config.store.countQuads(null,null,null,Mr)>0)throw new Error("shacl root node shape not found")}catch(e){console.error(e);const n=document.createElement("div");n.innerText=String(e),this.form.replaceChildren(n)}this.removeAttribute("loading")},200)}serialize(e="text/turtle",n=this.toRDF()){const r=n.getQuads(null,null,null,null);return tm(r,e,this.config.prefixes)}toRDF(e=new Lt){return this.shape?.toRDF(e),e}registerPlugin(e){rm(e),this.initialize()}setTheme(e){this.config.theme=e,this.initialize()}setClassInstanceProvider(e){this.config.classInstanceProvider=e,this.initialize()}async validate(e=!1){for(const n of this.form.querySelectorAll(":scope .validation-error"))n.remove();for(const n of this.form.querySelectorAll(":scope .property-instance"))n.classList.remove("invalid"),n.querySelector(":scope > .editor")?.value?n.classList.add("valid"):n.classList.remove("valid");this.config.store.deleteGraph(this.config.valuesGraphId||""),this.shape&&(this.shape.toRDF(this.config.store),this.config.store.add(new qs(this.shape.shaclSubject,Ue.namedNode(Fe+"targetNode"),this.shape.nodeId,this.config.valuesGraphId)));try{const n=this.config.store,r=await new f0(n,{details:!0,factory:Ue}).validate({dataset:n});for(const o of r.results)if(o.focusNode?.ptrs?.length)for(const a of o.focusNode.ptrs){const l=a._term;if(o.path?.length){const u=o.path[0].predicates[0];let f=this.form.querySelectorAll(`
436
+ `;class g0 extends em{constructor(e){super(e||p0),this.idCtr=0}createDefaultTemplate(e,n,r,o,a){o.id=`e${this.idCtr++}`,o.classList.add("editor"),a?.datatype?o.shaclDatatype=a.datatype:n instanceof rn&&(o.shaclDatatype=n.datatype),a?.minCount!==void 0&&(o.dataset.minCount=String(a.minCount)),a?.class&&(o.dataset.class=a.class.value),a?.nodeKind?o.dataset.nodeKind=a.nodeKind.value:n instanceof Di&&(o.dataset.nodeKind=Fe+"IRI"),(a?.hasValue||a?.readonly)&&(o.disabled=!0),o.value=n?.value||a?.defaultValue?.value||"";const l=document.createElement("label");l.htmlFor=o.id,l.innerText=e,a?.description&&l.setAttribute("title",a.description.value);const u=a?.description?a.description.value:a?.pattern?a.pattern:null;u&&o.setAttribute("placeholder",u),r&&(o.setAttribute("required","true"),l.classList.add("required"));const f=document.createElement("div");return f.appendChild(l),f.appendChild(o),f}createDateEditor(e,n,r,o){const a=new dt;o.datatype?.value===Un+"dateTime"?(a.type="datetime-local",a.setAttribute("step","1")):a.type="date",a.clearable=!0,a.dense=!0,a.classList.add("pr-0");const l=this.createDefaultTemplate(e,null,r,a,o);if(n)try{let u=new Date(n.value).toISOString();o.datatype?.value===Un+"dateTime"?u=u.slice(0,19):u=u.slice(0,10),a.value=u}catch(u){console.error(u,n)}return l}createTextEditor(e,n,r,o){let a;return o.singleLine===!1?(a=new gi,a.resize="auto"):a=new dt,a.dense=!0,o.pattern&&(a.pattern=o.pattern),o.minLength&&(a.minLength=o.minLength),o.maxLength&&(a.maxLength=o.maxLength),this.createDefaultTemplate(e,n,r,a,o)}createLangStringEditor(e,n,r,o){const a=this.createTextEditor(e,n,r,o),l=a.querySelector(":scope .editor");let u;if(o.languageIn?.length){u=document.createElement("select");for(const f of o.languageIn){const h=document.createElement("option");h.innerText=f.value,u.appendChild(h)}}else u=document.createElement("input"),u.maxLength=5,u.size=5,u.placeholder="lang?";return u.title="Language of the text",u.classList.add("lang-chooser"),u.slot="suffix",u.addEventListener("change",f=>{f.stopPropagation(),l&&(l.dataset.lang=u.value,l.dispatchEvent(new Event("change",{bubbles:!0})))}),n instanceof rn&&(u.value=n.language),l.dataset.lang=u.value,l.appendChild(u),a}createBooleanEditor(e,n,r,o){const a=document.createElement("input");a.type="checkbox",a.classList.add("ml-0");const l=this.createDefaultTemplate(e,null,r,a,o);return a.removeAttribute("required"),l.querySelector(":scope label")?.classList.remove("required"),n instanceof rn&&(a.checked=n.value==="true"),l}createFileEditor(e,n,r,o){const a=document.createElement("input");return a.type="file",a.addEventListener("change",l=>{if(a.files?.length){l.stopPropagation();const u=new FileReader;u.readAsDataURL(a.files[0]),u.onload=()=>{a.binaryData=btoa(u.result),a.parentElement?.dispatchEvent(new Event("change",{bubbles:!0}))}}else a.binaryData=void 0}),this.createDefaultTemplate(e,n,r,a,o)}createNumberEditor(e,n,r,o){const a=new dt;a.type="number",a.clearable=!0,a.dense=!0,a.classList.add("pr-0");const l=o.minInclusive!==void 0?o.minInclusive:o.minExclusive!==void 0?o.minExclusive+1:void 0,u=o.maxInclusive!==void 0?o.maxInclusive:o.maxExclusive!==void 0?o.maxExclusive-1:void 0;return l!==void 0&&(a.min=String(l)),u!==void 0&&(a.max=String(u)),o.datatype?.value!==Un+"integer"&&(a.step="0.1"),this.createDefaultTemplate(e,n,r,a,o)}createListEditor(e,n,r,o,a){const l=new gt;l.clearable=!0,l.dense=!0;const u=this.createDefaultTemplate(e,null,r,l,a),f=document.createElement("ul");let h=!0;const g=(_,d)=>{const m=document.createElement("li");if(typeof _.value=="string"?(m.dataset.value=_.value,m.innerText=_.label?_.label:_.value):(m.dataset.value=_.value.id,_.value instanceof Di&&(m.dataset.value="<"+m.dataset.value+">"),m.innerText=_.label?_.label:_.value.value),d.appendChild(m),_.children?.length){h=!1;const b=document.createElement("ul");m.appendChild(b);for(const T of _.children)g(T,b)}};for(const _ of o)g(_,f);return h||(l.collapse=!0),l.appendChild(f),n&&(l.value=n.id,n instanceof Di&&(l.value="<"+l.value+">")),u}createButton(e,n){const r=document.createElement("rokit-button");return r.innerHTML=e,r}}class m0 extends HTMLElement{constructor(){super(),this.shape=null,this.attachShadow({mode:"open"}),this.form=document.createElement("form"),this.config=new oh(new g0,this.form),this.form.addEventListener("change",e=>{e.stopPropagation(),this.config.editMode&&this.validate(!0).then(n=>{this.dispatchEvent(new CustomEvent("change",{bubbles:!0,cancelable:!1,composed:!0,detail:{valid:n.conforms,report:n}}))}).catch(n=>{console.warn(n)})})}static get observedAttributes(){return oh.dataAttributes()}connectedCallback(){this.shadowRoot.prepend(this.form)}attributeChangedCallback(){this.config.updateAttributes(this),this.initialize()}initialize(){clearTimeout(this.initDebounceTimeout),this.setAttribute("loading",""),this.form.replaceChildren(document.createTextNode(this.config.attributes.loading)),this.initDebounceTimeout=setTimeout(async()=>{try{await this.config.loader.loadGraphs(),this.form.replaceChildren(),this.config.renderedNodes.clear();const e=this.findRootShaclShapeSubject();if(e){this.form.classList.forEach(r=>{this.form.classList.remove(r)}),this.form.classList.toggle("mode-edit",this.config.editMode),this.form.classList.toggle("mode-view",!this.config.editMode),this.config.theme.apply(this.form);const n=[this.config.theme.stylesheet];for(const r of sm())r.stylesheet&&n.push(r.stylesheet);if(this.shadowRoot.adoptedStyleSheets=n,this.shape=new Hn(e,this.config,this.config.attributes.valuesSubject?Ue.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",o=>{o.preventDefault(),this.form.reportValidity()&&this.validate().then(a=>{if(a?.conforms)this.dispatchEvent(new Event("submit",{bubbles:!0,cancelable:!0}));else{let l=this.form.querySelector(":scope .invalid > .editor");l?l.focus():this.form.querySelector(":scope .invalid")?.scrollIntoView()}})}),this.form.appendChild(r)}this.config.attributes.valuesSubject&&this.removeFromDataGraph(Ue.namedNode(this.config.attributes.valuesSubject)),await this.validate(!0)}}else if(this.config.store.countQuads(null,null,null,Mr)>0)throw new Error("shacl root node shape not found")}catch(e){console.error(e);const n=document.createElement("div");n.innerText=String(e),this.form.replaceChildren(n)}this.removeAttribute("loading")},200)}serialize(e="text/turtle",n=this.toRDF()){const r=n.getQuads(null,null,null,null);return tm(r,e,this.config.prefixes)}toRDF(e=new It){return this.shape?.toRDF(e),e}registerPlugin(e){rm(e),this.initialize()}setTheme(e){this.config.theme=e,this.initialize()}setClassInstanceProvider(e){this.config.classInstanceProvider=e,this.initialize()}async validate(e=!1){for(const n of this.form.querySelectorAll(":scope .validation-error"))n.remove();for(const n of this.form.querySelectorAll(":scope .property-instance"))n.classList.remove("invalid"),n.querySelector(":scope > .editor")?.value?n.classList.add("valid"):n.classList.remove("valid");this.config.store.deleteGraph(this.config.valuesGraphId||""),this.shape&&(this.shape.toRDF(this.config.store),this.config.store.add(new qs(this.shape.shaclSubject,Ue.namedNode(Fe+"targetNode"),this.shape.nodeId,this.config.valuesGraphId)));try{const n=this.config.store,r=await new f0(n,{details:!0,factory:Ue}).validate({dataset:n});for(const o of r.results)if(o.focusNode?.ptrs?.length)for(const a of o.focusNode.ptrs){const l=a._term;if(o.path?.length){const u=o.path[0].predicates[0];let f=this.form.querySelectorAll(`
434
437
  :scope shacl-node[data-node-id='${l.id}'] > shacl-property > .property-instance[data-path='${u.id}'] > .editor,
435
438
  :scope shacl-node[data-node-id='${l.id}'] > shacl-property > .shacl-group > .property-instance[data-path='${u.id}'] > .editor,
436
439
  :scope shacl-node[data-node-id='${l.id}'] > .shacl-group > shacl-property > .property-instance[data-path='${u.id}'] > .editor,
437
440
  :scope shacl-node[data-node-id='${l.id}'] > .shacl-group > shacl-property > .shacl-group > .property-instance[data-path='${u.id}'] > .editor`);f.length===0&&(f=this.form.querySelectorAll(`
438
441
  :scope [data-node-id='${l.id}'] > shacl-property > .property-instance[data-path='${u.id}'],
439
- :scope [data-node-id='${l.id}'] > shacl-property > .shacl-group > .property-instance[data-path='${u.id}']`));for(const h of f)if(h.classList.contains("editor")){if(!e||h.value){let g=h.parentElement;g.classList.add("invalid"),g.classList.remove("valid"),g.appendChild(this.createValidationErrorDisplay(o));do g instanceof Ct&&(g.open=!0),g=g.parentElement;while(g)}}else e||(h.classList.add("invalid"),h.classList.remove("valid"),h.appendChild(this.createValidationErrorDisplay(o,"node")))}else e||this.form.querySelector(`:scope [data-node-id='${l.id}']`)?.prepend(this.createValidationErrorDisplay(o,"node"))}return r}catch(n){return console.error(n),!1}}createValidationErrorDisplay(e,n){const r=document.createElement("span");if(r.classList.add("validation-error"),n&&r.classList.add(n),e)if(e.message?.length>0)for(const o of e.message)r.title+=o.value+`
440
- `;else r.title=e.sourceConstraintComponent?.value;return r}findRootShaclShapeSubject(){let e=null;if(this.config.attributes.shapeSubject){if(e=Ue.namedNode(this.config.attributes.shapeSubject),this.config.store.getQuads(e,It,bs,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,Sn)>0){const n=Ue.namedNode(this.config.attributes.valuesSubject),r=[...this.config.store.getQuads(n,It,null,Sn),...this.config.store.getQuads(n,ml,null,Sn)];if(r.length===0){console.warn(`value subject '${this.config.attributes.valuesSubject}' has neither ${It.id} nor ${ml.id} statement`);return}for(const o of r)if(this.config.store.getQuads(o.object,It,bs,null).length>0){e=o.object;break}if(!e){const o=this.config.store.getQuads(null,Oi,r[0].object,null);if(o.length===0){console.error(`value subject '${this.config.attributes.valuesSubject}' has no shacl shape definition in the shapes graph`);return}if(o.length>1&&console.warn(`value subject '${this.config.attributes.valuesSubject}' has multiple shacl shape definitions in the shapes graph, choosing the first found (${o[0].subject})`),this.config.store.getQuads(o[0].subject,It,bs,null).length===0){console.error(`value subject '${this.config.attributes.valuesSubject}' references a shape which is not a NodeShape (${o[0].subject})`);return}e=o[0].subject}}else{const n=this.config.store.getQuads(null,It,bs,null);if(n.length==0){console.warn("shapes graph does not contain any root shapes");return}n.length>1&&(console.warn("shapes graph contains",n.length,"root shapes. choosing first found which is",n[0].subject.value),console.info('hint: set the shape to use with attribute "data-shape-subject"')),e=n[0].subject}return e}removeFromDataGraph(e){this.config.attributes.valuesSubject;for(const n of this.config.store.getQuads(e,null,null,Sn))this.config.store.delete(n),(n.object.termType==="NamedNode"||n.object.termType==="BlankNode")&&this.removeFromDataGraph(n.object)}}window.customElements.define("shacl-form",m0);class iw extends xf{constructor(e,n,r){super(e),this.onChange=n,this.fileType=r}createEditor(e){const n=e.minCount!==void 0&&e.minCount>0,r=e.config.theme.createFileEditor(e.label,null,n,e);return r.addEventListener("change",o=>{o.stopPropagation(),this.onChange(o)}),this.fileType&&r.querySelector('input[type="file"]')?.setAttribute("accept",this.fileType),r}}var Pr={exports:{}};/* @preserve
442
+ :scope [data-node-id='${l.id}'] > shacl-property > .shacl-group > .property-instance[data-path='${u.id}']`));for(const h of f)if(h.classList.contains("editor")){if(!e||h.value){let g=h.parentElement;g.classList.add("invalid"),g.classList.remove("valid"),g.appendChild(this.createValidationErrorDisplay(o));do g instanceof At&&(g.open=!0),g=g.parentElement;while(g)}}else e||(h.classList.add("invalid"),h.classList.remove("valid"),h.appendChild(this.createValidationErrorDisplay(o,"node")))}else e||this.form.querySelector(`:scope [data-node-id='${l.id}']`)?.prepend(this.createValidationErrorDisplay(o,"node"))}return r}catch(n){return console.error(n),!1}}createValidationErrorDisplay(e,n){const r=document.createElement("span");if(r.classList.add("validation-error"),n&&r.classList.add(n),e)if(e.message?.length>0)for(const o of e.message)r.title+=o.value+`
443
+ `;else r.title=e.sourceConstraintComponent?.value;return r}findRootShaclShapeSubject(){let e=null;if(this.config.attributes.shapeSubject){if(e=Ue.namedNode(this.config.attributes.shapeSubject),this.config.store.getQuads(e,Nt,bs,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,Tn)>0){const n=Ue.namedNode(this.config.attributes.valuesSubject),r=[...this.config.store.getQuads(n,Nt,null,Tn),...this.config.store.getQuads(n,ml,null,Tn)];if(r.length===0){console.warn(`value subject '${this.config.attributes.valuesSubject}' has neither ${Nt.id} nor ${ml.id} statement`);return}for(const o of r)if(this.config.store.getQuads(o.object,Nt,bs,null).length>0){e=o.object;break}if(!e){const o=this.config.store.getQuads(null,Oi,r[0].object,null);if(o.length===0){console.error(`value subject '${this.config.attributes.valuesSubject}' has no shacl shape definition in the shapes graph`);return}if(o.length>1&&console.warn(`value subject '${this.config.attributes.valuesSubject}' has multiple shacl shape definitions in the shapes graph, choosing the first found (${o[0].subject})`),this.config.store.getQuads(o[0].subject,Nt,bs,null).length===0){console.error(`value subject '${this.config.attributes.valuesSubject}' references a shape which is not a NodeShape (${o[0].subject})`);return}e=o[0].subject}}else{const n=this.config.store.getQuads(null,Nt,bs,null);if(n.length==0){console.warn("shapes graph does not contain any root shapes");return}n.length>1&&(console.warn("shapes graph contains",n.length,"root shapes. choosing first found which is",n[0].subject.value),console.info('hint: set the shape to use with attribute "data-shape-subject"')),e=n[0].subject}return e}removeFromDataGraph(e){this.config.attributes.valuesSubject;for(const n of this.config.store.getQuads(e,null,null,Tn))this.config.store.delete(n),(n.object.termType==="NamedNode"||n.object.termType==="BlankNode")&&this.removeFromDataGraph(n.object)}}window.customElements.define("shacl-form",m0);class nw extends xf{constructor(e,n,r){super(e),this.onChange=n,this.fileType=r}createEditor(e){const n=e.minCount!==void 0&&e.minCount>0,r=e.config.theme.createFileEditor(e.label,null,n,e);return r.addEventListener("change",o=>{o.stopPropagation(),this.onChange(o)}),this.fileType&&r.querySelector('input[type="file"]')?.setAttribute("accept",this.fileType),r}}var Pr={exports:{}};/* @preserve
441
444
  * Leaflet 1.9.4, a JS library for interactive maps. https://leafletjs.com
442
445
  * (c) 2010-2023 Vladimir Agafonkin, (c) 2010-2011 CloudMade
443
- */var _0=Pr.exports,Hh;function ou(){return Hh||(Hh=1,(function(i,e){(function(n,r){r(e)})(_0,(function(n){var r="1.9.4";function o(t){var s,c,p,E;for(c=1,p=arguments.length;c<p;c++){E=arguments[c];for(s in E)t[s]=E[s]}return t}var a=Object.create||(function(){function t(){}return function(s){return t.prototype=s,new t}})();function l(t,s){var c=Array.prototype.slice;if(t.bind)return t.bind.apply(t,c.call(arguments,1));var p=c.call(arguments,2);return function(){return t.apply(s,p.length?p.concat(c.call(arguments)):arguments)}}var u=0;function f(t){return"_leaflet_id"in t||(t._leaflet_id=++u),t._leaflet_id}function h(t,s,c){var p,E,P,ne;return ne=function(){p=!1,E&&(P.apply(c,E),E=!1)},P=function(){p?E=arguments:(t.apply(c,arguments),setTimeout(ne,s),p=!0)},P}function g(t,s,c){var p=s[1],E=s[0],P=p-E;return t===p&&c?t:((t-E)%P+P)%P+E}function _(){return!1}function d(t,s){if(s===!1)return t;var c=Math.pow(10,s===void 0?6:s);return Math.round(t*c)/c}function m(t){return t.trim?t.trim():t.replace(/^\s+|\s+$/g,"")}function b(t){return m(t).split(/\s+/)}function T(t,s){Object.prototype.hasOwnProperty.call(t,"options")||(t.options=t.options?a(t.options):{});for(var c in s)t.options[c]=s[c];return t.options}function N(t,s,c){var p=[];for(var E in t)p.push(encodeURIComponent(c?E.toUpperCase():E)+"="+encodeURIComponent(t[E]));return(!s||s.indexOf("?")===-1?"?":"&")+p.join("&")}var A=/\{ *([\w_ -]+) *\}/g;function R(t,s){return t.replace(A,function(c,p){var E=s[p];if(E===void 0)throw new Error("No value provided for variable "+c);return typeof E=="function"&&(E=E(s)),E})}var S=Array.isArray||function(t){return Object.prototype.toString.call(t)==="[object Array]"};function y(t,s){for(var c=0;c<t.length;c++)if(t[c]===s)return c;return-1}var x="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=";function M(t){return window["webkit"+t]||window["moz"+t]||window["ms"+t]}var U=0;function O(t){var s=+new Date,c=Math.max(0,16-(s-U));return U=s+c,window.setTimeout(t,c)}var Q=window.requestAnimationFrame||M("RequestAnimationFrame")||O,D=window.cancelAnimationFrame||M("CancelAnimationFrame")||M("CancelRequestAnimationFrame")||function(t){window.clearTimeout(t)};function B(t,s,c){if(c&&Q===O)t.call(s);else return Q.call(window,l(t,s))}function X(t){t&&D.call(window,t)}var F={__proto__:null,extend:o,create:a,bind:l,get lastId(){return u},stamp:f,throttle:h,wrapNum:g,falseFn:_,formatNum:d,trim:m,splitWords:b,setOptions:T,getParamString:N,template:R,isArray:S,indexOf:y,emptyImageUrl:x,requestFn:Q,cancelFn:D,requestAnimFrame:B,cancelAnimFrame:X};function $(){}$.extend=function(t){var s=function(){T(this),this.initialize&&this.initialize.apply(this,arguments),this.callInitHooks()},c=s.__super__=this.prototype,p=a(c);p.constructor=s,s.prototype=p;for(var E in this)Object.prototype.hasOwnProperty.call(this,E)&&E!=="prototype"&&E!=="__super__"&&(s[E]=this[E]);return t.statics&&o(s,t.statics),t.includes&&(ue(t.includes),o.apply(null,[p].concat(t.includes))),o(p,t),delete p.statics,delete p.includes,p.options&&(p.options=c.options?a(c.options):{},o(p.options,t.options)),p._initHooks=[],p.callInitHooks=function(){if(!this._initHooksCalled){c.callInitHooks&&c.callInitHooks.call(this),this._initHooksCalled=!0;for(var P=0,ne=p._initHooks.length;P<ne;P++)p._initHooks[P].call(this)}},s},$.include=function(t){var s=this.prototype.options;return o(this.prototype,t),t.options&&(this.prototype.options=s,this.mergeOptions(t.options)),this},$.mergeOptions=function(t){return o(this.prototype.options,t),this},$.addInitHook=function(t){var s=Array.prototype.slice.call(arguments,1),c=typeof t=="function"?t:function(){this[t].apply(this,s)};return this.prototype._initHooks=this.prototype._initHooks||[],this.prototype._initHooks.push(c),this};function ue(t){if(!(typeof L>"u"||!L||!L.Mixin)){t=S(t)?t:[t];for(var s=0;s<t.length;s++)t[s]===L.Mixin.Events&&console.warn("Deprecated include of L.Mixin.Events: this property will be removed in future releases, please inherit from L.Evented instead.",new Error().stack)}}var k={on:function(t,s,c){if(typeof t=="object")for(var p in t)this._on(p,t[p],s);else{t=b(t);for(var E=0,P=t.length;E<P;E++)this._on(t[E],s,c)}return this},off:function(t,s,c){if(!arguments.length)delete this._events;else if(typeof t=="object")for(var p in t)this._off(p,t[p],s);else{t=b(t);for(var E=arguments.length===1,P=0,ne=t.length;P<ne;P++)E?this._off(t[P]):this._off(t[P],s,c)}return this},_on:function(t,s,c,p){if(typeof s!="function"){console.warn("wrong listener type: "+typeof s);return}if(this._listens(t,s,c)===!1){c===this&&(c=void 0);var E={fn:s,ctx:c};p&&(E.once=!0),this._events=this._events||{},this._events[t]=this._events[t]||[],this._events[t].push(E)}},_off:function(t,s,c){var p,E,P;if(this._events&&(p=this._events[t],!!p)){if(arguments.length===1){if(this._firingCount)for(E=0,P=p.length;E<P;E++)p[E].fn=_;delete this._events[t];return}if(typeof s!="function"){console.warn("wrong listener type: "+typeof s);return}var ne=this._listens(t,s,c);if(ne!==!1){var he=p[ne];this._firingCount&&(he.fn=_,this._events[t]=p=p.slice()),p.splice(ne,1)}}},fire:function(t,s,c){if(!this.listens(t,c))return this;var p=o({},s,{type:t,target:this,sourceTarget:s&&s.sourceTarget||this});if(this._events){var E=this._events[t];if(E){this._firingCount=this._firingCount+1||1;for(var P=0,ne=E.length;P<ne;P++){var he=E[P],ye=he.fn;he.once&&this.off(t,ye,he.ctx),ye.call(he.ctx||this,p)}this._firingCount--}}return c&&this._propagateEvent(p),this},listens:function(t,s,c,p){typeof t!="string"&&console.warn('"string" type argument expected');var E=s;typeof s!="function"&&(p=!!s,E=void 0,c=void 0);var P=this._events&&this._events[t];if(P&&P.length&&this._listens(t,E,c)!==!1)return!0;if(p){for(var ne in this._eventParents)if(this._eventParents[ne].listens(t,s,c,p))return!0}return!1},_listens:function(t,s,c){if(!this._events)return!1;var p=this._events[t]||[];if(!s)return!!p.length;c===this&&(c=void 0);for(var E=0,P=p.length;E<P;E++)if(p[E].fn===s&&p[E].ctx===c)return E;return!1},once:function(t,s,c){if(typeof t=="object")for(var p in t)this._on(p,t[p],s,!0);else{t=b(t);for(var E=0,P=t.length;E<P;E++)this._on(t[E],s,c,!0)}return this},addEventParent:function(t){return this._eventParents=this._eventParents||{},this._eventParents[f(t)]=t,this},removeEventParent:function(t){return this._eventParents&&delete this._eventParents[f(t)],this},_propagateEvent:function(t){for(var s in this._eventParents)this._eventParents[s].fire(t.type,o({layer:t.target,propagatedFrom:t.target},t),!0)}};k.addEventListener=k.on,k.removeEventListener=k.clearAllEventListeners=k.off,k.addOneTimeEventListener=k.once,k.fireEvent=k.fire,k.hasEventListeners=k.listens;var oe=$.extend(k);function j(t,s,c){this.x=c?Math.round(t):t,this.y=c?Math.round(s):s}var ae=Math.trunc||function(t){return t>0?Math.floor(t):Math.ceil(t)};j.prototype={clone:function(){return new j(this.x,this.y)},add:function(t){return this.clone()._add(I(t))},_add:function(t){return this.x+=t.x,this.y+=t.y,this},subtract:function(t){return this.clone()._subtract(I(t))},_subtract:function(t){return this.x-=t.x,this.y-=t.y,this},divideBy:function(t){return this.clone()._divideBy(t)},_divideBy:function(t){return this.x/=t,this.y/=t,this},multiplyBy:function(t){return this.clone()._multiplyBy(t)},_multiplyBy:function(t){return this.x*=t,this.y*=t,this},scaleBy:function(t){return new j(this.x*t.x,this.y*t.y)},unscaleBy:function(t){return new j(this.x/t.x,this.y/t.y)},round:function(){return this.clone()._round()},_round:function(){return this.x=Math.round(this.x),this.y=Math.round(this.y),this},floor:function(){return this.clone()._floor()},_floor:function(){return this.x=Math.floor(this.x),this.y=Math.floor(this.y),this},ceil:function(){return this.clone()._ceil()},_ceil:function(){return this.x=Math.ceil(this.x),this.y=Math.ceil(this.y),this},trunc:function(){return this.clone()._trunc()},_trunc:function(){return this.x=ae(this.x),this.y=ae(this.y),this},distanceTo:function(t){t=I(t);var s=t.x-this.x,c=t.y-this.y;return Math.sqrt(s*s+c*c)},equals:function(t){return t=I(t),t.x===this.x&&t.y===this.y},contains:function(t){return t=I(t),Math.abs(t.x)<=Math.abs(this.x)&&Math.abs(t.y)<=Math.abs(this.y)},toString:function(){return"Point("+d(this.x)+", "+d(this.y)+")"}};function I(t,s,c){return t instanceof j?t:S(t)?new j(t[0],t[1]):t==null?t:typeof t=="object"&&"x"in t&&"y"in t?new j(t.x,t.y):new j(t,s,c)}function Z(t,s){if(t)for(var c=s?[t,s]:t,p=0,E=c.length;p<E;p++)this.extend(c[p])}Z.prototype={extend:function(t){var s,c;if(!t)return this;if(t instanceof j||typeof t[0]=="number"||"x"in t)s=c=I(t);else if(t=ie(t),s=t.min,c=t.max,!s||!c)return this;return!this.min&&!this.max?(this.min=s.clone(),this.max=c.clone()):(this.min.x=Math.min(s.x,this.min.x),this.max.x=Math.max(c.x,this.max.x),this.min.y=Math.min(s.y,this.min.y),this.max.y=Math.max(c.y,this.max.y)),this},getCenter:function(t){return I((this.min.x+this.max.x)/2,(this.min.y+this.max.y)/2,t)},getBottomLeft:function(){return I(this.min.x,this.max.y)},getTopRight:function(){return I(this.max.x,this.min.y)},getTopLeft:function(){return this.min},getBottomRight:function(){return this.max},getSize:function(){return this.max.subtract(this.min)},contains:function(t){var s,c;return typeof t[0]=="number"||t instanceof j?t=I(t):t=ie(t),t instanceof Z?(s=t.min,c=t.max):s=c=t,s.x>=this.min.x&&c.x<=this.max.x&&s.y>=this.min.y&&c.y<=this.max.y},intersects:function(t){t=ie(t);var s=this.min,c=this.max,p=t.min,E=t.max,P=E.x>=s.x&&p.x<=c.x,ne=E.y>=s.y&&p.y<=c.y;return P&&ne},overlaps:function(t){t=ie(t);var s=this.min,c=this.max,p=t.min,E=t.max,P=E.x>s.x&&p.x<c.x,ne=E.y>s.y&&p.y<c.y;return P&&ne},isValid:function(){return!!(this.min&&this.max)},pad:function(t){var s=this.min,c=this.max,p=Math.abs(s.x-c.x)*t,E=Math.abs(s.y-c.y)*t;return ie(I(s.x-p,s.y-E),I(c.x+p,c.y+E))},equals:function(t){return t?(t=ie(t),this.min.equals(t.getTopLeft())&&this.max.equals(t.getBottomRight())):!1}};function ie(t,s){return!t||t instanceof Z?t:new Z(t,s)}function ee(t,s){if(t)for(var c=s?[t,s]:t,p=0,E=c.length;p<E;p++)this.extend(c[p])}ee.prototype={extend:function(t){var s=this._southWest,c=this._northEast,p,E;if(t instanceof W)p=t,E=t;else if(t instanceof ee){if(p=t._southWest,E=t._northEast,!p||!E)return this}else return t?this.extend(G(t)||me(t)):this;return!s&&!c?(this._southWest=new W(p.lat,p.lng),this._northEast=new W(E.lat,E.lng)):(s.lat=Math.min(p.lat,s.lat),s.lng=Math.min(p.lng,s.lng),c.lat=Math.max(E.lat,c.lat),c.lng=Math.max(E.lng,c.lng)),this},pad:function(t){var s=this._southWest,c=this._northEast,p=Math.abs(s.lat-c.lat)*t,E=Math.abs(s.lng-c.lng)*t;return new ee(new W(s.lat-p,s.lng-E),new W(c.lat+p,c.lng+E))},getCenter:function(){return new W((this._southWest.lat+this._northEast.lat)/2,(this._southWest.lng+this._northEast.lng)/2)},getSouthWest:function(){return this._southWest},getNorthEast:function(){return this._northEast},getNorthWest:function(){return new W(this.getNorth(),this.getWest())},getSouthEast:function(){return new W(this.getSouth(),this.getEast())},getWest:function(){return this._southWest.lng},getSouth:function(){return this._southWest.lat},getEast:function(){return this._northEast.lng},getNorth:function(){return this._northEast.lat},contains:function(t){typeof t[0]=="number"||t instanceof W||"lat"in t?t=G(t):t=me(t);var s=this._southWest,c=this._northEast,p,E;return t instanceof ee?(p=t.getSouthWest(),E=t.getNorthEast()):p=E=t,p.lat>=s.lat&&E.lat<=c.lat&&p.lng>=s.lng&&E.lng<=c.lng},intersects:function(t){t=me(t);var s=this._southWest,c=this._northEast,p=t.getSouthWest(),E=t.getNorthEast(),P=E.lat>=s.lat&&p.lat<=c.lat,ne=E.lng>=s.lng&&p.lng<=c.lng;return P&&ne},overlaps:function(t){t=me(t);var s=this._southWest,c=this._northEast,p=t.getSouthWest(),E=t.getNorthEast(),P=E.lat>s.lat&&p.lat<c.lat,ne=E.lng>s.lng&&p.lng<c.lng;return P&&ne},toBBoxString:function(){return[this.getWest(),this.getSouth(),this.getEast(),this.getNorth()].join(",")},equals:function(t,s){return t?(t=me(t),this._southWest.equals(t.getSouthWest(),s)&&this._northEast.equals(t.getNorthEast(),s)):!1},isValid:function(){return!!(this._southWest&&this._northEast)}};function me(t,s){return t instanceof ee?t:new ee(t,s)}function W(t,s,c){if(isNaN(t)||isNaN(s))throw new Error("Invalid LatLng object: ("+t+", "+s+")");this.lat=+t,this.lng=+s,c!==void 0&&(this.alt=+c)}W.prototype={equals:function(t,s){if(!t)return!1;t=G(t);var c=Math.max(Math.abs(this.lat-t.lat),Math.abs(this.lng-t.lng));return c<=(s===void 0?1e-9:s)},toString:function(t){return"LatLng("+d(this.lat,t)+", "+d(this.lng,t)+")"},distanceTo:function(t){return K.distance(this,G(t))},wrap:function(){return K.wrapLatLng(this)},toBounds:function(t){var s=180*t/40075017,c=s/Math.cos(Math.PI/180*this.lat);return me([this.lat-s,this.lng-c],[this.lat+s,this.lng+c])},clone:function(){return new W(this.lat,this.lng,this.alt)}};function G(t,s,c){return t instanceof W?t:S(t)&&typeof t[0]!="object"?t.length===3?new W(t[0],t[1],t[2]):t.length===2?new W(t[0],t[1]):null:t==null?t:typeof t=="object"&&"lat"in t?new W(t.lat,"lng"in t?t.lng:t.lon,t.alt):s===void 0?null:new W(t,s,c)}var Y={latLngToPoint:function(t,s){var c=this.projection.project(t),p=this.scale(s);return this.transformation._transform(c,p)},pointToLatLng:function(t,s){var c=this.scale(s),p=this.transformation.untransform(t,c);return this.projection.unproject(p)},project:function(t){return this.projection.project(t)},unproject:function(t){return this.projection.unproject(t)},scale:function(t){return 256*Math.pow(2,t)},zoom:function(t){return Math.log(t/256)/Math.LN2},getProjectedBounds:function(t){if(this.infinite)return null;var s=this.projection.bounds,c=this.scale(t),p=this.transformation.transform(s.min,c),E=this.transformation.transform(s.max,c);return new Z(p,E)},infinite:!1,wrapLatLng:function(t){var s=this.wrapLng?g(t.lng,this.wrapLng,!0):t.lng,c=this.wrapLat?g(t.lat,this.wrapLat,!0):t.lat,p=t.alt;return new W(c,s,p)},wrapLatLngBounds:function(t){var s=t.getCenter(),c=this.wrapLatLng(s),p=s.lat-c.lat,E=s.lng-c.lng;if(p===0&&E===0)return t;var P=t.getSouthWest(),ne=t.getNorthEast(),he=new W(P.lat-p,P.lng-E),ye=new W(ne.lat-p,ne.lng-E);return new ee(he,ye)}},K=o({},Y,{wrapLng:[-180,180],R:6371e3,distance:function(t,s){var c=Math.PI/180,p=t.lat*c,E=s.lat*c,P=Math.sin((s.lat-t.lat)*c/2),ne=Math.sin((s.lng-t.lng)*c/2),he=P*P+Math.cos(p)*Math.cos(E)*ne*ne,ye=2*Math.atan2(Math.sqrt(he),Math.sqrt(1-he));return this.R*ye}}),le=6378137,ce={R:le,MAX_LATITUDE:85.0511287798,project:function(t){var s=Math.PI/180,c=this.MAX_LATITUDE,p=Math.max(Math.min(c,t.lat),-c),E=Math.sin(p*s);return new j(this.R*t.lng*s,this.R*Math.log((1+E)/(1-E))/2)},unproject:function(t){var s=180/Math.PI;return new W((2*Math.atan(Math.exp(t.y/this.R))-Math.PI/2)*s,t.x*s/this.R)},bounds:(function(){var t=le*Math.PI;return new Z([-t,-t],[t,t])})()};function Ee(t,s,c,p){if(S(t)){this._a=t[0],this._b=t[1],this._c=t[2],this._d=t[3];return}this._a=t,this._b=s,this._c=c,this._d=p}Ee.prototype={transform:function(t,s){return this._transform(t.clone(),s)},_transform:function(t,s){return s=s||1,t.x=s*(this._a*t.x+this._b),t.y=s*(this._c*t.y+this._d),t},untransform:function(t,s){return s=s||1,new j((t.x/s-this._b)/this._a,(t.y/s-this._d)/this._c)}};function Te(t,s,c,p){return new Ee(t,s,c,p)}var q=o({},K,{code:"EPSG:3857",projection:ce,transformation:(function(){var t=.5/(Math.PI*ce.R);return Te(t,.5,-t,.5)})()}),te=o({},q,{code:"EPSG:900913"});function fe(t){return document.createElementNS("http://www.w3.org/2000/svg",t)}function xe(t,s){var c="",p,E,P,ne,he,ye;for(p=0,P=t.length;p<P;p++){for(he=t[p],E=0,ne=he.length;E<ne;E++)ye=he[E],c+=(E?"L":"M")+ye.x+" "+ye.y;c+=s?ke.svg?"z":"x":""}return c||"M0 0"}var Se=document.documentElement.style,Ie="ActiveXObject"in window,se=Ie&&!document.addEventListener,be="msLaunchUri"in navigator&&!("documentMode"in document),Ne=At("webkit"),ve=At("android"),Be=At("android 2")||At("android 3"),gt=parseInt(/WebKit\/([0-9]+)|$/.exec(navigator.userAgent)[1],10),$e=ve&&At("Google")&&gt<537&&!("AudioNode"in window),ht=!!window.opera,C=!be&&At("chrome"),v=At("gecko")&&!Ne&&!ht&&!Ie,w=!C&&At("safari"),H=At("phantom"),re="OTransition"in Se,_e=navigator.platform.indexOf("Win")===0,we=Ie&&"transition"in Se,De="WebKitCSSMatrix"in window&&"m11"in new window.WebKitCSSMatrix&&!Be,Ye="MozPerspective"in Se,Qe=!window.L_DISABLE_3D&&(we||De||Ye)&&!re&&!H,We=typeof orientation<"u"||At("mobile"),Ze=We&&Ne,Ft=We&&De,Jt=!window.PointerEvent&&window.MSPointerEvent,st=!!(window.PointerEvent||Jt),at="ontouchstart"in window||!!window.TouchEvent,bi=!window.L_NO_TOUCH&&(at||st),un=We&&ht,Pn=We&&v,Zn=(window.devicePixelRatio||window.screen.deviceXDPI/window.screen.logicalXDPI)>1,z=(function(){var t=!1;try{var s=Object.defineProperty({},"passive",{get:function(){t=!0}});window.addEventListener("testPassiveEventSupport",_,s),window.removeEventListener("testPassiveEventSupport",_,s)}catch{}return t})(),J=(function(){return!!document.createElement("canvas").getContext})(),Ae=!!(document.createElementNS&&fe("svg").createSVGRect),Re=!!Ae&&(function(){var t=document.createElement("div");return t.innerHTML="<svg/>",(t.firstChild&&t.firstChild.namespaceURI)==="http://www.w3.org/2000/svg"})(),Me=!Ae&&(function(){try{var t=document.createElement("div");t.innerHTML='<v:shape adj="1"/>';var s=t.firstChild;return s.style.behavior="url(#default#VML)",s&&typeof s.adj=="object"}catch{return!1}})(),mt=navigator.platform.indexOf("Mac")===0,bt=navigator.platform.indexOf("Linux")===0;function At(t){return navigator.userAgent.toLowerCase().indexOf(t)>=0}var ke={ie:Ie,ielt9:se,edge:be,webkit:Ne,android:ve,android23:Be,androidStock:$e,opera:ht,chrome:C,gecko:v,safari:w,phantom:H,opera12:re,win:_e,ie3d:we,webkit3d:De,gecko3d:Ye,any3d:Qe,mobile:We,mobileWebkit:Ze,mobileWebkit3d:Ft,msPointer:Jt,pointer:st,touch:bi,touchNative:at,mobileOpera:un,mobileGecko:Pn,retina:Zn,passiveEvents:z,canvas:J,svg:Ae,vml:Me,inlineSvg:Re,mac:mt,linux:bt},Xn=ke.msPointer?"MSPointerDown":"pointerdown",Ut=ke.msPointer?"MSPointerMove":"pointermove",kn=ke.msPointer?"MSPointerUp":"pointerup",_n=ke.msPointer?"MSPointerCancel":"pointercancel",cn={touchstart:Xn,touchmove:Ut,touchend:kn,touchcancel:_n},Mn={touchstart:eo,touchmove:Kt,touchend:Kt,touchcancel:Kt},it={},V=!1;function de(t,s,c){return s==="touchstart"&&wt(),Mn[s]?(c=Mn[s].bind(this,c),t.addEventListener(cn[s],c,!1),c):(console.warn("wrong event specified:",s),_)}function pe(t,s,c){if(!cn[s]){console.warn("wrong event specified:",s);return}t.removeEventListener(cn[s],c,!1)}function Pe(t){it[t.pointerId]=t}function He(t){it[t.pointerId]&&(it[t.pointerId]=t)}function Je(t){delete it[t.pointerId]}function wt(){V||(document.addEventListener(Xn,Pe,!0),document.addEventListener(Ut,He,!0),document.addEventListener(kn,Je,!0),document.addEventListener(_n,Je,!0),V=!0)}function Kt(t,s){if(s.pointerType!==(s.MSPOINTER_TYPE_MOUSE||"mouse")){s.touches=[];for(var c in it)s.touches.push(it[c]);s.changedTouches=[s],t(s)}}function eo(t,s){s.MSPOINTER_TYPE_TOUCH&&s.pointerType===s.MSPOINTER_TYPE_TOUCH&&Et(s),Kt(t,s)}function Dn(t){var s={},c,p;for(p in t)c=t[p],s[p]=c&&c.bind?c.bind(t):c;return t=s,s.type="dblclick",s.detail=2,s.isTrusted=!1,s._simulated=!0,s}var Qn=200;function hp(t,s){t.addEventListener("dblclick",s);var c=0,p;function E(P){if(P.detail!==1){p=P.detail;return}if(!(P.pointerType==="mouse"||P.sourceCapabilities&&!P.sourceCapabilities.firesTouchEvents)){var ne=du(P);if(!(ne.some(function(ye){return ye instanceof HTMLLabelElement&&ye.attributes.for})&&!ne.some(function(ye){return ye instanceof HTMLInputElement||ye instanceof HTMLSelectElement}))){var he=Date.now();he-c<=Qn?(p++,p===2&&s(Dn(P))):p=1,c=he}}}return t.addEventListener("click",E),{dblclick:s,simDblclick:E}}function fp(t,s){t.removeEventListener("dblclick",s.dblclick),t.removeEventListener("click",s.simDblclick)}var to=Jr(["transform","webkitTransform","OTransform","MozTransform","msTransform"]),Zi=Jr(["webkitTransition","transition","OTransition","MozTransition","msTransition"]),au=Zi==="webkitTransition"||Zi==="OTransition"?Zi+"End":"transitionend";function lu(t){return typeof t=="string"?document.getElementById(t):t}function Xi(t,s){var c=t.style[s]||t.currentStyle&&t.currentStyle[s];if((!c||c==="auto")&&document.defaultView){var p=document.defaultView.getComputedStyle(t,null);c=p?p[s]:null}return c==="auto"?null:c}function Ke(t,s,c){var p=document.createElement(t);return p.className=s||"",c&&c.appendChild(p),p}function ut(t){var s=t.parentNode;s&&s.removeChild(t)}function Xr(t){for(;t.firstChild;)t.removeChild(t.firstChild)}function wi(t){var s=t.parentNode;s&&s.lastChild!==t&&s.appendChild(t)}function xi(t){var s=t.parentNode;s&&s.firstChild!==t&&s.insertBefore(t,s.firstChild)}function no(t,s){if(t.classList!==void 0)return t.classList.contains(s);var c=Qr(t);return c.length>0&&new RegExp("(^|\\s)"+s+"(\\s|$)").test(c)}function ze(t,s){if(t.classList!==void 0)for(var c=b(s),p=0,E=c.length;p<E;p++)t.classList.add(c[p]);else if(!no(t,s)){var P=Qr(t);io(t,(P?P+" ":"")+s)}}function ft(t,s){t.classList!==void 0?t.classList.remove(s):io(t,m((" "+Qr(t)+" ").replace(" "+s+" "," ")))}function io(t,s){t.className.baseVal===void 0?t.className=s:t.className.baseVal=s}function Qr(t){return t.correspondingElement&&(t=t.correspondingElement),t.className.baseVal===void 0?t.className:t.className.baseVal}function Ht(t,s){"opacity"in t.style?t.style.opacity=s:"filter"in t.style&&pp(t,s)}function pp(t,s){var c=!1,p="DXImageTransform.Microsoft.Alpha";try{c=t.filters.item(p)}catch{if(s===1)return}s=Math.round(s*100),c?(c.Enabled=s!==100,c.Opacity=s):t.style.filter+=" progid:"+p+"(opacity="+s+")"}function Jr(t){for(var s=document.documentElement.style,c=0;c<t.length;c++)if(t[c]in s)return t[c];return!1}function Jn(t,s,c){var p=s||new j(0,0);t.style[to]=(ke.ie3d?"translate("+p.x+"px,"+p.y+"px)":"translate3d("+p.x+"px,"+p.y+"px,0)")+(c?" scale("+c+")":"")}function _t(t,s){t._leaflet_pos=s,ke.any3d?Jn(t,s):(t.style.left=s.x+"px",t.style.top=s.y+"px")}function Kn(t){return t._leaflet_pos||new j(0,0)}var Qi,Ji,ro;if("onselectstart"in document)Qi=function(){qe(window,"selectstart",Et)},Ji=function(){rt(window,"selectstart",Et)};else{var Ki=Jr(["userSelect","WebkitUserSelect","OUserSelect","MozUserSelect","msUserSelect"]);Qi=function(){if(Ki){var t=document.documentElement.style;ro=t[Ki],t[Ki]="none"}},Ji=function(){Ki&&(document.documentElement.style[Ki]=ro,ro=void 0)}}function so(){qe(window,"dragstart",Et)}function oo(){rt(window,"dragstart",Et)}var Kr,ao;function lo(t){for(;t.tabIndex===-1;)t=t.parentNode;t.style&&(Yr(),Kr=t,ao=t.style.outlineStyle,t.style.outlineStyle="none",qe(window,"keydown",Yr))}function Yr(){Kr&&(Kr.style.outlineStyle=ao,Kr=void 0,ao=void 0,rt(window,"keydown",Yr))}function uu(t){do t=t.parentNode;while((!t.offsetWidth||!t.offsetHeight)&&t!==document.body);return t}function uo(t){var s=t.getBoundingClientRect();return{x:s.width/t.offsetWidth||1,y:s.height/t.offsetHeight||1,boundingClientRect:s}}var gp={__proto__:null,TRANSFORM:to,TRANSITION:Zi,TRANSITION_END:au,get:lu,getStyle:Xi,create:Ke,remove:ut,empty:Xr,toFront:wi,toBack:xi,hasClass:no,addClass:ze,removeClass:ft,setClass:io,getClass:Qr,setOpacity:Ht,testProp:Jr,setTransform:Jn,setPosition:_t,getPosition:Kn,get disableTextSelection(){return Qi},get enableTextSelection(){return Ji},disableImageDrag:so,enableImageDrag:oo,preventOutline:lo,restoreOutline:Yr,getSizedParentNode:uu,getScale:uo};function qe(t,s,c,p){if(s&&typeof s=="object")for(var E in s)ho(t,E,s[E],c);else{s=b(s);for(var P=0,ne=s.length;P<ne;P++)ho(t,s[P],c,p)}return this}var dn="_leaflet_events";function rt(t,s,c,p){if(arguments.length===1)cu(t),delete t[dn];else if(s&&typeof s=="object")for(var E in s)fo(t,E,s[E],c);else if(s=b(s),arguments.length===2)cu(t,function(he){return y(s,he)!==-1});else for(var P=0,ne=s.length;P<ne;P++)fo(t,s[P],c,p);return this}function cu(t,s){for(var c in t[dn]){var p=c.split(/\d/)[0];(!s||s(p))&&fo(t,p,null,null,c)}}var co={mouseenter:"mouseover",mouseleave:"mouseout",wheel:!("onwheel"in window)&&"mousewheel"};function ho(t,s,c,p){var E=s+f(c)+(p?"_"+f(p):"");if(t[dn]&&t[dn][E])return this;var P=function(he){return c.call(p||t,he||window.event)},ne=P;!ke.touchNative&&ke.pointer&&s.indexOf("touch")===0?P=de(t,s,P):ke.touch&&s==="dblclick"?P=hp(t,P):"addEventListener"in t?s==="touchstart"||s==="touchmove"||s==="wheel"||s==="mousewheel"?t.addEventListener(co[s]||s,P,ke.passiveEvents?{passive:!1}:!1):s==="mouseenter"||s==="mouseleave"?(P=function(he){he=he||window.event,go(t,he)&&ne(he)},t.addEventListener(co[s],P,!1)):t.addEventListener(s,ne,!1):t.attachEvent("on"+s,P),t[dn]=t[dn]||{},t[dn][E]=P}function fo(t,s,c,p,E){E=E||s+f(c)+(p?"_"+f(p):"");var P=t[dn]&&t[dn][E];if(!P)return this;!ke.touchNative&&ke.pointer&&s.indexOf("touch")===0?pe(t,s,P):ke.touch&&s==="dblclick"?fp(t,P):"removeEventListener"in t?t.removeEventListener(co[s]||s,P,!1):t.detachEvent("on"+s,P),t[dn][E]=null}function Yn(t){return t.stopPropagation?t.stopPropagation():t.originalEvent?t.originalEvent._stopped=!0:t.cancelBubble=!0,this}function po(t){return ho(t,"wheel",Yn),this}function Yi(t){return qe(t,"mousedown touchstart dblclick contextmenu",Yn),t._leaflet_disable_click=!0,this}function Et(t){return t.preventDefault?t.preventDefault():t.returnValue=!1,this}function ei(t){return Et(t),Yn(t),this}function du(t){if(t.composedPath)return t.composedPath();for(var s=[],c=t.target;c;)s.push(c),c=c.parentNode;return s}function hu(t,s){if(!s)return new j(t.clientX,t.clientY);var c=uo(s),p=c.boundingClientRect;return new j((t.clientX-p.left)/c.x-s.clientLeft,(t.clientY-p.top)/c.y-s.clientTop)}var mp=ke.linux&&ke.chrome?window.devicePixelRatio:ke.mac?window.devicePixelRatio*3:window.devicePixelRatio>0?2*window.devicePixelRatio:1;function fu(t){return ke.edge?t.wheelDeltaY/2:t.deltaY&&t.deltaMode===0?-t.deltaY/mp:t.deltaY&&t.deltaMode===1?-t.deltaY*20:t.deltaY&&t.deltaMode===2?-t.deltaY*60:t.deltaX||t.deltaZ?0:t.wheelDelta?(t.wheelDeltaY||t.wheelDelta)/2:t.detail&&Math.abs(t.detail)<32765?-t.detail*20:t.detail?t.detail/-32765*60:0}function go(t,s){var c=s.relatedTarget;if(!c)return!0;try{for(;c&&c!==t;)c=c.parentNode}catch{return!1}return c!==t}var _p={__proto__:null,on:qe,off:rt,stopPropagation:Yn,disableScrollPropagation:po,disableClickPropagation:Yi,preventDefault:Et,stop:ei,getPropagationPath:du,getMousePosition:hu,getWheelDelta:fu,isExternalTarget:go,addListener:qe,removeListener:rt},pu=oe.extend({run:function(t,s,c,p){this.stop(),this._el=t,this._inProgress=!0,this._duration=c||.25,this._easeOutPower=1/Math.max(p||.5,.2),this._startPos=Kn(t),this._offset=s.subtract(this._startPos),this._startTime=+new Date,this.fire("start"),this._animate()},stop:function(){this._inProgress&&(this._step(!0),this._complete())},_animate:function(){this._animId=B(this._animate,this),this._step()},_step:function(t){var s=+new Date-this._startTime,c=this._duration*1e3;s<c?this._runFrame(this._easeOut(s/c),t):(this._runFrame(1),this._complete())},_runFrame:function(t,s){var c=this._startPos.add(this._offset.multiplyBy(t));s&&c._round(),_t(this._el,c),this.fire("step")},_complete:function(){X(this._animId),this._inProgress=!1,this.fire("end")},_easeOut:function(t){return 1-Math.pow(1-t,this._easeOutPower)}}),Xe=oe.extend({options:{crs:q,center:void 0,zoom:void 0,minZoom:void 0,maxZoom:void 0,layers:[],maxBounds:void 0,renderer:void 0,zoomAnimation:!0,zoomAnimationThreshold:4,fadeAnimation:!0,markerZoomAnimation:!0,transform3DLimit:8388608,zoomSnap:1,zoomDelta:1,trackResize:!0},initialize:function(t,s){s=T(this,s),this._handlers=[],this._layers={},this._zoomBoundLayers={},this._sizeChanged=!0,this._initContainer(t),this._initLayout(),this._onResize=l(this._onResize,this),this._initEvents(),s.maxBounds&&this.setMaxBounds(s.maxBounds),s.zoom!==void 0&&(this._zoom=this._limitZoom(s.zoom)),s.center&&s.zoom!==void 0&&this.setView(G(s.center),s.zoom,{reset:!0}),this.callInitHooks(),this._zoomAnimated=Zi&&ke.any3d&&!ke.mobileOpera&&this.options.zoomAnimation,this._zoomAnimated&&(this._createAnimProxy(),qe(this._proxy,au,this._catchTransitionEnd,this)),this._addLayers(this.options.layers)},setView:function(t,s,c){if(s=s===void 0?this._zoom:this._limitZoom(s),t=this._limitCenter(G(t),s,this.options.maxBounds),c=c||{},this._stop(),this._loaded&&!c.reset&&c!==!0){c.animate!==void 0&&(c.zoom=o({animate:c.animate},c.zoom),c.pan=o({animate:c.animate,duration:c.duration},c.pan));var p=this._zoom!==s?this._tryAnimatedZoom&&this._tryAnimatedZoom(t,s,c.zoom):this._tryAnimatedPan(t,c.pan);if(p)return clearTimeout(this._sizeTimer),this}return this._resetView(t,s,c.pan&&c.pan.noMoveStart),this},setZoom:function(t,s){return this._loaded?this.setView(this.getCenter(),t,{zoom:s}):(this._zoom=t,this)},zoomIn:function(t,s){return t=t||(ke.any3d?this.options.zoomDelta:1),this.setZoom(this._zoom+t,s)},zoomOut:function(t,s){return t=t||(ke.any3d?this.options.zoomDelta:1),this.setZoom(this._zoom-t,s)},setZoomAround:function(t,s,c){var p=this.getZoomScale(s),E=this.getSize().divideBy(2),P=t instanceof j?t:this.latLngToContainerPoint(t),ne=P.subtract(E).multiplyBy(1-1/p),he=this.containerPointToLatLng(E.add(ne));return this.setView(he,s,{zoom:c})},_getBoundsCenterZoom:function(t,s){s=s||{},t=t.getBounds?t.getBounds():me(t);var c=I(s.paddingTopLeft||s.padding||[0,0]),p=I(s.paddingBottomRight||s.padding||[0,0]),E=this.getBoundsZoom(t,!1,c.add(p));if(E=typeof s.maxZoom=="number"?Math.min(s.maxZoom,E):E,E===1/0)return{center:t.getCenter(),zoom:E};var P=p.subtract(c).divideBy(2),ne=this.project(t.getSouthWest(),E),he=this.project(t.getNorthEast(),E),ye=this.unproject(ne.add(he).divideBy(2).add(P),E);return{center:ye,zoom:E}},fitBounds:function(t,s){if(t=me(t),!t.isValid())throw new Error("Bounds are not valid.");var c=this._getBoundsCenterZoom(t,s);return this.setView(c.center,c.zoom,s)},fitWorld:function(t){return this.fitBounds([[-90,-180],[90,180]],t)},panTo:function(t,s){return this.setView(t,this._zoom,{pan:s})},panBy:function(t,s){if(t=I(t).round(),s=s||{},!t.x&&!t.y)return this.fire("moveend");if(s.animate!==!0&&!this.getSize().contains(t))return this._resetView(this.unproject(this.project(this.getCenter()).add(t)),this.getZoom()),this;if(this._panAnim||(this._panAnim=new pu,this._panAnim.on({step:this._onPanTransitionStep,end:this._onPanTransitionEnd},this)),s.noMoveStart||this.fire("movestart"),s.animate!==!1){ze(this._mapPane,"leaflet-pan-anim");var c=this._getMapPanePos().subtract(t).round();this._panAnim.run(this._mapPane,c,s.duration||.25,s.easeLinearity)}else this._rawPanBy(t),this.fire("move").fire("moveend");return this},flyTo:function(t,s,c){if(c=c||{},c.animate===!1||!ke.any3d)return this.setView(t,s,c);this._stop();var p=this.project(this.getCenter()),E=this.project(t),P=this.getSize(),ne=this._zoom;t=G(t),s=s===void 0?ne:s;var he=Math.max(P.x,P.y),ye=he*this.getZoomScale(ne,s),Le=E.distanceTo(p)||1,Ce=1.42,Oe=Ce*Ce;function Ve(yt){var ds=yt?-1:1,sg=yt?ye:he,og=ye*ye-he*he+ds*Oe*Oe*Le*Le,ag=2*sg*Oe*Le,Lo=og/ag,Zu=Math.sqrt(Lo*Lo+1)-Lo,lg=Zu<1e-9?-18:Math.log(Zu);return lg}function Rt(yt){return(Math.exp(yt)-Math.exp(-yt))/2}function xt(yt){return(Math.exp(yt)+Math.exp(-yt))/2}function Gt(yt){return Rt(yt)/xt(yt)}var Mt=Ve(0);function Ni(yt){return he*(xt(Mt)/xt(Mt+Ce*yt))}function tg(yt){return he*(xt(Mt)*Gt(Mt+Ce*yt)-Rt(Mt))/Oe}function ng(yt){return 1-Math.pow(1-yt,1.5)}var ig=Date.now(),Gu=(Ve(1)-Mt)/Ce,rg=c.duration?1e3*c.duration:1e3*Gu*.8;function Wu(){var yt=(Date.now()-ig)/rg,ds=ng(yt)*Gu;yt<=1?(this._flyToFrame=B(Wu,this),this._move(this.unproject(p.add(E.subtract(p).multiplyBy(tg(ds)/Le)),ne),this.getScaleZoom(he/Ni(ds),ne),{flyTo:!0})):this._move(t,s)._moveEnd(!0)}return this._moveStart(!0,c.noMoveStart),Wu.call(this),this},flyToBounds:function(t,s){var c=this._getBoundsCenterZoom(t,s);return this.flyTo(c.center,c.zoom,s)},setMaxBounds:function(t){return t=me(t),this.listens("moveend",this._panInsideMaxBounds)&&this.off("moveend",this._panInsideMaxBounds),t.isValid()?(this.options.maxBounds=t,this._loaded&&this._panInsideMaxBounds(),this.on("moveend",this._panInsideMaxBounds)):(this.options.maxBounds=null,this)},setMinZoom:function(t){var s=this.options.minZoom;return this.options.minZoom=t,this._loaded&&s!==t&&(this.fire("zoomlevelschange"),this.getZoom()<this.options.minZoom)?this.setZoom(t):this},setMaxZoom:function(t){var s=this.options.maxZoom;return this.options.maxZoom=t,this._loaded&&s!==t&&(this.fire("zoomlevelschange"),this.getZoom()>this.options.maxZoom)?this.setZoom(t):this},panInsideBounds:function(t,s){this._enforcingBounds=!0;var c=this.getCenter(),p=this._limitCenter(c,this._zoom,me(t));return c.equals(p)||this.panTo(p,s),this._enforcingBounds=!1,this},panInside:function(t,s){s=s||{};var c=I(s.paddingTopLeft||s.padding||[0,0]),p=I(s.paddingBottomRight||s.padding||[0,0]),E=this.project(this.getCenter()),P=this.project(t),ne=this.getPixelBounds(),he=ie([ne.min.add(c),ne.max.subtract(p)]),ye=he.getSize();if(!he.contains(P)){this._enforcingBounds=!0;var Le=P.subtract(he.getCenter()),Ce=he.extend(P).getSize().subtract(ye);E.x+=Le.x<0?-Ce.x:Ce.x,E.y+=Le.y<0?-Ce.y:Ce.y,this.panTo(this.unproject(E),s),this._enforcingBounds=!1}return this},invalidateSize:function(t){if(!this._loaded)return this;t=o({animate:!1,pan:!0},t===!0?{animate:!0}:t);var s=this.getSize();this._sizeChanged=!0,this._lastCenter=null;var c=this.getSize(),p=s.divideBy(2).round(),E=c.divideBy(2).round(),P=p.subtract(E);return!P.x&&!P.y?this:(t.animate&&t.pan?this.panBy(P):(t.pan&&this._rawPanBy(P),this.fire("move"),t.debounceMoveend?(clearTimeout(this._sizeTimer),this._sizeTimer=setTimeout(l(this.fire,this,"moveend"),200)):this.fire("moveend")),this.fire("resize",{oldSize:s,newSize:c}))},stop:function(){return this.setZoom(this._limitZoom(this._zoom)),this.options.zoomSnap||this.fire("viewreset"),this._stop()},locate:function(t){if(t=this._locateOptions=o({timeout:1e4,watch:!1},t),!("geolocation"in navigator))return this._handleGeolocationError({code:0,message:"Geolocation not supported."}),this;var s=l(this._handleGeolocationResponse,this),c=l(this._handleGeolocationError,this);return t.watch?this._locationWatchId=navigator.geolocation.watchPosition(s,c,t):navigator.geolocation.getCurrentPosition(s,c,t),this},stopLocate:function(){return navigator.geolocation&&navigator.geolocation.clearWatch&&navigator.geolocation.clearWatch(this._locationWatchId),this._locateOptions&&(this._locateOptions.setView=!1),this},_handleGeolocationError:function(t){if(this._container._leaflet_id){var s=t.code,c=t.message||(s===1?"permission denied":s===2?"position unavailable":"timeout");this._locateOptions.setView&&!this._loaded&&this.fitWorld(),this.fire("locationerror",{code:s,message:"Geolocation error: "+c+"."})}},_handleGeolocationResponse:function(t){if(this._container._leaflet_id){var s=t.coords.latitude,c=t.coords.longitude,p=new W(s,c),E=p.toBounds(t.coords.accuracy*2),P=this._locateOptions;if(P.setView){var ne=this.getBoundsZoom(E);this.setView(p,P.maxZoom?Math.min(ne,P.maxZoom):ne)}var he={latlng:p,bounds:E,timestamp:t.timestamp};for(var ye in t.coords)typeof t.coords[ye]=="number"&&(he[ye]=t.coords[ye]);this.fire("locationfound",he)}},addHandler:function(t,s){if(!s)return this;var c=this[t]=new s(this);return this._handlers.push(c),this.options[t]&&c.enable(),this},remove:function(){if(this._initEvents(!0),this.options.maxBounds&&this.off("moveend",this._panInsideMaxBounds),this._containerId!==this._container._leaflet_id)throw new Error("Map container is being reused by another instance");try{delete this._container._leaflet_id,delete this._containerId}catch{this._container._leaflet_id=void 0,this._containerId=void 0}this._locationWatchId!==void 0&&this.stopLocate(),this._stop(),ut(this._mapPane),this._clearControlPos&&this._clearControlPos(),this._resizeRequest&&(X(this._resizeRequest),this._resizeRequest=null),this._clearHandlers(),this._loaded&&this.fire("unload");var t;for(t in this._layers)this._layers[t].remove();for(t in this._panes)ut(this._panes[t]);return this._layers=[],this._panes=[],delete this._mapPane,delete this._renderer,this},createPane:function(t,s){var c="leaflet-pane"+(t?" leaflet-"+t.replace("Pane","")+"-pane":""),p=Ke("div",c,s||this._mapPane);return t&&(this._panes[t]=p),p},getCenter:function(){return this._checkIfLoaded(),this._lastCenter&&!this._moved()?this._lastCenter.clone():this.layerPointToLatLng(this._getCenterLayerPoint())},getZoom:function(){return this._zoom},getBounds:function(){var t=this.getPixelBounds(),s=this.unproject(t.getBottomLeft()),c=this.unproject(t.getTopRight());return new ee(s,c)},getMinZoom:function(){return this.options.minZoom===void 0?this._layersMinZoom||0:this.options.minZoom},getMaxZoom:function(){return this.options.maxZoom===void 0?this._layersMaxZoom===void 0?1/0:this._layersMaxZoom:this.options.maxZoom},getBoundsZoom:function(t,s,c){t=me(t),c=I(c||[0,0]);var p=this.getZoom()||0,E=this.getMinZoom(),P=this.getMaxZoom(),ne=t.getNorthWest(),he=t.getSouthEast(),ye=this.getSize().subtract(c),Le=ie(this.project(he,p),this.project(ne,p)).getSize(),Ce=ke.any3d?this.options.zoomSnap:1,Oe=ye.x/Le.x,Ve=ye.y/Le.y,Rt=s?Math.max(Oe,Ve):Math.min(Oe,Ve);return p=this.getScaleZoom(Rt,p),Ce&&(p=Math.round(p/(Ce/100))*(Ce/100),p=s?Math.ceil(p/Ce)*Ce:Math.floor(p/Ce)*Ce),Math.max(E,Math.min(P,p))},getSize:function(){return(!this._size||this._sizeChanged)&&(this._size=new j(this._container.clientWidth||0,this._container.clientHeight||0),this._sizeChanged=!1),this._size.clone()},getPixelBounds:function(t,s){var c=this._getTopLeftPoint(t,s);return new Z(c,c.add(this.getSize()))},getPixelOrigin:function(){return this._checkIfLoaded(),this._pixelOrigin},getPixelWorldBounds:function(t){return this.options.crs.getProjectedBounds(t===void 0?this.getZoom():t)},getPane:function(t){return typeof t=="string"?this._panes[t]:t},getPanes:function(){return this._panes},getContainer:function(){return this._container},getZoomScale:function(t,s){var c=this.options.crs;return s=s===void 0?this._zoom:s,c.scale(t)/c.scale(s)},getScaleZoom:function(t,s){var c=this.options.crs;s=s===void 0?this._zoom:s;var p=c.zoom(t*c.scale(s));return isNaN(p)?1/0:p},project:function(t,s){return s=s===void 0?this._zoom:s,this.options.crs.latLngToPoint(G(t),s)},unproject:function(t,s){return s=s===void 0?this._zoom:s,this.options.crs.pointToLatLng(I(t),s)},layerPointToLatLng:function(t){var s=I(t).add(this.getPixelOrigin());return this.unproject(s)},latLngToLayerPoint:function(t){var s=this.project(G(t))._round();return s._subtract(this.getPixelOrigin())},wrapLatLng:function(t){return this.options.crs.wrapLatLng(G(t))},wrapLatLngBounds:function(t){return this.options.crs.wrapLatLngBounds(me(t))},distance:function(t,s){return this.options.crs.distance(G(t),G(s))},containerPointToLayerPoint:function(t){return I(t).subtract(this._getMapPanePos())},layerPointToContainerPoint:function(t){return I(t).add(this._getMapPanePos())},containerPointToLatLng:function(t){var s=this.containerPointToLayerPoint(I(t));return this.layerPointToLatLng(s)},latLngToContainerPoint:function(t){return this.layerPointToContainerPoint(this.latLngToLayerPoint(G(t)))},mouseEventToContainerPoint:function(t){return hu(t,this._container)},mouseEventToLayerPoint:function(t){return this.containerPointToLayerPoint(this.mouseEventToContainerPoint(t))},mouseEventToLatLng:function(t){return this.layerPointToLatLng(this.mouseEventToLayerPoint(t))},_initContainer:function(t){var s=this._container=lu(t);if(s){if(s._leaflet_id)throw new Error("Map container is already initialized.")}else throw new Error("Map container not found.");qe(s,"scroll",this._onScroll,this),this._containerId=f(s)},_initLayout:function(){var t=this._container;this._fadeAnimated=this.options.fadeAnimation&&ke.any3d,ze(t,"leaflet-container"+(ke.touch?" leaflet-touch":"")+(ke.retina?" leaflet-retina":"")+(ke.ielt9?" leaflet-oldie":"")+(ke.safari?" leaflet-safari":"")+(this._fadeAnimated?" leaflet-fade-anim":""));var s=Xi(t,"position");s!=="absolute"&&s!=="relative"&&s!=="fixed"&&s!=="sticky"&&(t.style.position="relative"),this._initPanes(),this._initControlPos&&this._initControlPos()},_initPanes:function(){var t=this._panes={};this._paneRenderers={},this._mapPane=this.createPane("mapPane",this._container),_t(this._mapPane,new j(0,0)),this.createPane("tilePane"),this.createPane("overlayPane"),this.createPane("shadowPane"),this.createPane("markerPane"),this.createPane("tooltipPane"),this.createPane("popupPane"),this.options.markerZoomAnimation||(ze(t.markerPane,"leaflet-zoom-hide"),ze(t.shadowPane,"leaflet-zoom-hide"))},_resetView:function(t,s,c){_t(this._mapPane,new j(0,0));var p=!this._loaded;this._loaded=!0,s=this._limitZoom(s),this.fire("viewprereset");var E=this._zoom!==s;this._moveStart(E,c)._move(t,s)._moveEnd(E),this.fire("viewreset"),p&&this.fire("load")},_moveStart:function(t,s){return t&&this.fire("zoomstart"),s||this.fire("movestart"),this},_move:function(t,s,c,p){s===void 0&&(s=this._zoom);var E=this._zoom!==s;return this._zoom=s,this._lastCenter=t,this._pixelOrigin=this._getNewPixelOrigin(t),p?c&&c.pinch&&this.fire("zoom",c):((E||c&&c.pinch)&&this.fire("zoom",c),this.fire("move",c)),this},_moveEnd:function(t){return t&&this.fire("zoomend"),this.fire("moveend")},_stop:function(){return X(this._flyToFrame),this._panAnim&&this._panAnim.stop(),this},_rawPanBy:function(t){_t(this._mapPane,this._getMapPanePos().subtract(t))},_getZoomSpan:function(){return this.getMaxZoom()-this.getMinZoom()},_panInsideMaxBounds:function(){this._enforcingBounds||this.panInsideBounds(this.options.maxBounds)},_checkIfLoaded:function(){if(!this._loaded)throw new Error("Set map center and zoom first.")},_initEvents:function(t){this._targets={},this._targets[f(this._container)]=this;var s=t?rt:qe;s(this._container,"click dblclick mousedown mouseup mouseover mouseout mousemove contextmenu keypress keydown keyup",this._handleDOMEvent,this),this.options.trackResize&&s(window,"resize",this._onResize,this),ke.any3d&&this.options.transform3DLimit&&(t?this.off:this.on).call(this,"moveend",this._onMoveEnd)},_onResize:function(){X(this._resizeRequest),this._resizeRequest=B(function(){this.invalidateSize({debounceMoveend:!0})},this)},_onScroll:function(){this._container.scrollTop=0,this._container.scrollLeft=0},_onMoveEnd:function(){var t=this._getMapPanePos();Math.max(Math.abs(t.x),Math.abs(t.y))>=this.options.transform3DLimit&&this._resetView(this.getCenter(),this.getZoom())},_findEventTargets:function(t,s){for(var c=[],p,E=s==="mouseout"||s==="mouseover",P=t.target||t.srcElement,ne=!1;P;){if(p=this._targets[f(P)],p&&(s==="click"||s==="preclick")&&this._draggableMoved(p)){ne=!0;break}if(p&&p.listens(s,!0)&&(E&&!go(P,t)||(c.push(p),E))||P===this._container)break;P=P.parentNode}return!c.length&&!ne&&!E&&this.listens(s,!0)&&(c=[this]),c},_isClickDisabled:function(t){for(;t&&t!==this._container;){if(t._leaflet_disable_click)return!0;t=t.parentNode}},_handleDOMEvent:function(t){var s=t.target||t.srcElement;if(!(!this._loaded||s._leaflet_disable_events||t.type==="click"&&this._isClickDisabled(s))){var c=t.type;c==="mousedown"&&lo(s),this._fireDOMEvent(t,c)}},_mouseEvents:["click","dblclick","mouseover","mouseout","contextmenu"],_fireDOMEvent:function(t,s,c){if(t.type==="click"){var p=o({},t);p.type="preclick",this._fireDOMEvent(p,p.type,c)}var E=this._findEventTargets(t,s);if(c){for(var P=[],ne=0;ne<c.length;ne++)c[ne].listens(s,!0)&&P.push(c[ne]);E=P.concat(E)}if(E.length){s==="contextmenu"&&Et(t);var he=E[0],ye={originalEvent:t};if(t.type!=="keypress"&&t.type!=="keydown"&&t.type!=="keyup"){var Le=he.getLatLng&&(!he._radius||he._radius<=10);ye.containerPoint=Le?this.latLngToContainerPoint(he.getLatLng()):this.mouseEventToContainerPoint(t),ye.layerPoint=this.containerPointToLayerPoint(ye.containerPoint),ye.latlng=Le?he.getLatLng():this.layerPointToLatLng(ye.layerPoint)}for(ne=0;ne<E.length;ne++)if(E[ne].fire(s,ye,!0),ye.originalEvent._stopped||E[ne].options.bubblingMouseEvents===!1&&y(this._mouseEvents,s)!==-1)return}},_draggableMoved:function(t){return t=t.dragging&&t.dragging.enabled()?t:this,t.dragging&&t.dragging.moved()||this.boxZoom&&this.boxZoom.moved()},_clearHandlers:function(){for(var t=0,s=this._handlers.length;t<s;t++)this._handlers[t].disable()},whenReady:function(t,s){return this._loaded?t.call(s||this,{target:this}):this.on("load",t,s),this},_getMapPanePos:function(){return Kn(this._mapPane)||new j(0,0)},_moved:function(){var t=this._getMapPanePos();return t&&!t.equals([0,0])},_getTopLeftPoint:function(t,s){var c=t&&s!==void 0?this._getNewPixelOrigin(t,s):this.getPixelOrigin();return c.subtract(this._getMapPanePos())},_getNewPixelOrigin:function(t,s){var c=this.getSize()._divideBy(2);return this.project(t,s)._subtract(c)._add(this._getMapPanePos())._round()},_latLngToNewLayerPoint:function(t,s,c){var p=this._getNewPixelOrigin(c,s);return this.project(t,s)._subtract(p)},_latLngBoundsToNewLayerBounds:function(t,s,c){var p=this._getNewPixelOrigin(c,s);return ie([this.project(t.getSouthWest(),s)._subtract(p),this.project(t.getNorthWest(),s)._subtract(p),this.project(t.getSouthEast(),s)._subtract(p),this.project(t.getNorthEast(),s)._subtract(p)])},_getCenterLayerPoint:function(){return this.containerPointToLayerPoint(this.getSize()._divideBy(2))},_getCenterOffset:function(t){return this.latLngToLayerPoint(t).subtract(this._getCenterLayerPoint())},_limitCenter:function(t,s,c){if(!c)return t;var p=this.project(t,s),E=this.getSize().divideBy(2),P=new Z(p.subtract(E),p.add(E)),ne=this._getBoundsOffset(P,c,s);return Math.abs(ne.x)<=1&&Math.abs(ne.y)<=1?t:this.unproject(p.add(ne),s)},_limitOffset:function(t,s){if(!s)return t;var c=this.getPixelBounds(),p=new Z(c.min.add(t),c.max.add(t));return t.add(this._getBoundsOffset(p,s))},_getBoundsOffset:function(t,s,c){var p=ie(this.project(s.getNorthEast(),c),this.project(s.getSouthWest(),c)),E=p.min.subtract(t.min),P=p.max.subtract(t.max),ne=this._rebound(E.x,-P.x),he=this._rebound(E.y,-P.y);return new j(ne,he)},_rebound:function(t,s){return t+s>0?Math.round(t-s)/2:Math.max(0,Math.ceil(t))-Math.max(0,Math.floor(s))},_limitZoom:function(t){var s=this.getMinZoom(),c=this.getMaxZoom(),p=ke.any3d?this.options.zoomSnap:1;return p&&(t=Math.round(t/p)*p),Math.max(s,Math.min(c,t))},_onPanTransitionStep:function(){this.fire("move")},_onPanTransitionEnd:function(){ft(this._mapPane,"leaflet-pan-anim"),this.fire("moveend")},_tryAnimatedPan:function(t,s){var c=this._getCenterOffset(t)._trunc();return(s&&s.animate)!==!0&&!this.getSize().contains(c)?!1:(this.panBy(c,s),!0)},_createAnimProxy:function(){var t=this._proxy=Ke("div","leaflet-proxy leaflet-zoom-animated");this._panes.mapPane.appendChild(t),this.on("zoomanim",function(s){var c=to,p=this._proxy.style[c];Jn(this._proxy,this.project(s.center,s.zoom),this.getZoomScale(s.zoom,1)),p===this._proxy.style[c]&&this._animatingZoom&&this._onZoomTransitionEnd()},this),this.on("load moveend",this._animMoveEnd,this),this._on("unload",this._destroyAnimProxy,this)},_destroyAnimProxy:function(){ut(this._proxy),this.off("load moveend",this._animMoveEnd,this),delete this._proxy},_animMoveEnd:function(){var t=this.getCenter(),s=this.getZoom();Jn(this._proxy,this.project(t,s),this.getZoomScale(s,1))},_catchTransitionEnd:function(t){this._animatingZoom&&t.propertyName.indexOf("transform")>=0&&this._onZoomTransitionEnd()},_nothingToAnimate:function(){return!this._container.getElementsByClassName("leaflet-zoom-animated").length},_tryAnimatedZoom:function(t,s,c){if(this._animatingZoom)return!0;if(c=c||{},!this._zoomAnimated||c.animate===!1||this._nothingToAnimate()||Math.abs(s-this._zoom)>this.options.zoomAnimationThreshold)return!1;var p=this.getZoomScale(s),E=this._getCenterOffset(t)._divideBy(1-1/p);return c.animate!==!0&&!this.getSize().contains(E)?!1:(B(function(){this._moveStart(!0,c.noMoveStart||!1)._animateZoom(t,s,!0)},this),!0)},_animateZoom:function(t,s,c,p){this._mapPane&&(c&&(this._animatingZoom=!0,this._animateToCenter=t,this._animateToZoom=s,ze(this._mapPane,"leaflet-zoom-anim")),this.fire("zoomanim",{center:t,zoom:s,noUpdate:p}),this._tempFireZoomEvent||(this._tempFireZoomEvent=this._zoom!==this._animateToZoom),this._move(this._animateToCenter,this._animateToZoom,void 0,!0),setTimeout(l(this._onZoomTransitionEnd,this),250))},_onZoomTransitionEnd:function(){this._animatingZoom&&(this._mapPane&&ft(this._mapPane,"leaflet-zoom-anim"),this._animatingZoom=!1,this._move(this._animateToCenter,this._animateToZoom,void 0,!0),this._tempFireZoomEvent&&this.fire("zoom"),delete this._tempFireZoomEvent,this.fire("move"),this._moveEnd(!0))}});function yp(t,s){return new Xe(t,s)}var Yt=$.extend({options:{position:"topright"},initialize:function(t){T(this,t)},getPosition:function(){return this.options.position},setPosition:function(t){var s=this._map;return s&&s.removeControl(this),this.options.position=t,s&&s.addControl(this),this},getContainer:function(){return this._container},addTo:function(t){this.remove(),this._map=t;var s=this._container=this.onAdd(t),c=this.getPosition(),p=t._controlCorners[c];return ze(s,"leaflet-control"),c.indexOf("bottom")!==-1?p.insertBefore(s,p.firstChild):p.appendChild(s),this._map.on("unload",this.remove,this),this},remove:function(){return this._map?(ut(this._container),this.onRemove&&this.onRemove(this._map),this._map.off("unload",this.remove,this),this._map=null,this):this},_refocusOnMap:function(t){this._map&&t&&t.screenX>0&&t.screenY>0&&this._map.getContainer().focus()}}),er=function(t){return new Yt(t)};Xe.include({addControl:function(t){return t.addTo(this),this},removeControl:function(t){return t.remove(),this},_initControlPos:function(){var t=this._controlCorners={},s="leaflet-",c=this._controlContainer=Ke("div",s+"control-container",this._container);function p(E,P){var ne=s+E+" "+s+P;t[E+P]=Ke("div",ne,c)}p("top","left"),p("top","right"),p("bottom","left"),p("bottom","right")},_clearControlPos:function(){for(var t in this._controlCorners)ut(this._controlCorners[t]);ut(this._controlContainer),delete this._controlCorners,delete this._controlContainer}});var gu=Yt.extend({options:{collapsed:!0,position:"topright",autoZIndex:!0,hideSingleBase:!1,sortLayers:!1,sortFunction:function(t,s,c,p){return c<p?-1:p<c?1:0}},initialize:function(t,s,c){T(this,c),this._layerControlInputs=[],this._layers=[],this._lastZIndex=0,this._handlingClick=!1,this._preventClick=!1;for(var p in t)this._addLayer(t[p],p);for(p in s)this._addLayer(s[p],p,!0)},onAdd:function(t){this._initLayout(),this._update(),this._map=t,t.on("zoomend",this._checkDisabledLayers,this);for(var s=0;s<this._layers.length;s++)this._layers[s].layer.on("add remove",this._onLayerChange,this);return this._container},addTo:function(t){return Yt.prototype.addTo.call(this,t),this._expandIfNotCollapsed()},onRemove:function(){this._map.off("zoomend",this._checkDisabledLayers,this);for(var t=0;t<this._layers.length;t++)this._layers[t].layer.off("add remove",this._onLayerChange,this)},addBaseLayer:function(t,s){return this._addLayer(t,s),this._map?this._update():this},addOverlay:function(t,s){return this._addLayer(t,s,!0),this._map?this._update():this},removeLayer:function(t){t.off("add remove",this._onLayerChange,this);var s=this._getLayer(f(t));return s&&this._layers.splice(this._layers.indexOf(s),1),this._map?this._update():this},expand:function(){ze(this._container,"leaflet-control-layers-expanded"),this._section.style.height=null;var t=this._map.getSize().y-(this._container.offsetTop+50);return t<this._section.clientHeight?(ze(this._section,"leaflet-control-layers-scrollbar"),this._section.style.height=t+"px"):ft(this._section,"leaflet-control-layers-scrollbar"),this._checkDisabledLayers(),this},collapse:function(){return ft(this._container,"leaflet-control-layers-expanded"),this},_initLayout:function(){var t="leaflet-control-layers",s=this._container=Ke("div",t),c=this.options.collapsed;s.setAttribute("aria-haspopup",!0),Yi(s),po(s);var p=this._section=Ke("section",t+"-list");c&&(this._map.on("click",this.collapse,this),qe(s,{mouseenter:this._expandSafely,mouseleave:this.collapse},this));var E=this._layersLink=Ke("a",t+"-toggle",s);E.href="#",E.title="Layers",E.setAttribute("role","button"),qe(E,{keydown:function(P){P.keyCode===13&&this._expandSafely()},click:function(P){Et(P),this._expandSafely()}},this),c||this.expand(),this._baseLayersList=Ke("div",t+"-base",p),this._separator=Ke("div",t+"-separator",p),this._overlaysList=Ke("div",t+"-overlays",p),s.appendChild(p)},_getLayer:function(t){for(var s=0;s<this._layers.length;s++)if(this._layers[s]&&f(this._layers[s].layer)===t)return this._layers[s]},_addLayer:function(t,s,c){this._map&&t.on("add remove",this._onLayerChange,this),this._layers.push({layer:t,name:s,overlay:c}),this.options.sortLayers&&this._layers.sort(l(function(p,E){return this.options.sortFunction(p.layer,E.layer,p.name,E.name)},this)),this.options.autoZIndex&&t.setZIndex&&(this._lastZIndex++,t.setZIndex(this._lastZIndex)),this._expandIfNotCollapsed()},_update:function(){if(!this._container)return this;Xr(this._baseLayersList),Xr(this._overlaysList),this._layerControlInputs=[];var t,s,c,p,E=0;for(c=0;c<this._layers.length;c++)p=this._layers[c],this._addItem(p),s=s||p.overlay,t=t||!p.overlay,E+=p.overlay?0:1;return this.options.hideSingleBase&&(t=t&&E>1,this._baseLayersList.style.display=t?"":"none"),this._separator.style.display=s&&t?"":"none",this},_onLayerChange:function(t){this._handlingClick||this._update();var s=this._getLayer(f(t.target)),c=s.overlay?t.type==="add"?"overlayadd":"overlayremove":t.type==="add"?"baselayerchange":null;c&&this._map.fire(c,s)},_createRadioElement:function(t,s){var c='<input type="radio" class="leaflet-control-layers-selector" name="'+t+'"'+(s?' checked="checked"':"")+"/>",p=document.createElement("div");return p.innerHTML=c,p.firstChild},_addItem:function(t){var s=document.createElement("label"),c=this._map.hasLayer(t.layer),p;t.overlay?(p=document.createElement("input"),p.type="checkbox",p.className="leaflet-control-layers-selector",p.defaultChecked=c):p=this._createRadioElement("leaflet-base-layers_"+f(this),c),this._layerControlInputs.push(p),p.layerId=f(t.layer),qe(p,"click",this._onInputClick,this);var E=document.createElement("span");E.innerHTML=" "+t.name;var P=document.createElement("span");s.appendChild(P),P.appendChild(p),P.appendChild(E);var ne=t.overlay?this._overlaysList:this._baseLayersList;return ne.appendChild(s),this._checkDisabledLayers(),s},_onInputClick:function(){if(!this._preventClick){var t=this._layerControlInputs,s,c,p=[],E=[];this._handlingClick=!0;for(var P=t.length-1;P>=0;P--)s=t[P],c=this._getLayer(s.layerId).layer,s.checked?p.push(c):s.checked||E.push(c);for(P=0;P<E.length;P++)this._map.hasLayer(E[P])&&this._map.removeLayer(E[P]);for(P=0;P<p.length;P++)this._map.hasLayer(p[P])||this._map.addLayer(p[P]);this._handlingClick=!1,this._refocusOnMap()}},_checkDisabledLayers:function(){for(var t=this._layerControlInputs,s,c,p=this._map.getZoom(),E=t.length-1;E>=0;E--)s=t[E],c=this._getLayer(s.layerId).layer,s.disabled=c.options.minZoom!==void 0&&p<c.options.minZoom||c.options.maxZoom!==void 0&&p>c.options.maxZoom},_expandIfNotCollapsed:function(){return this._map&&!this.options.collapsed&&this.expand(),this},_expandSafely:function(){var t=this._section;this._preventClick=!0,qe(t,"click",Et),this.expand();var s=this;setTimeout(function(){rt(t,"click",Et),s._preventClick=!1})}}),vp=function(t,s,c){return new gu(t,s,c)},mo=Yt.extend({options:{position:"topleft",zoomInText:'<span aria-hidden="true">+</span>',zoomInTitle:"Zoom in",zoomOutText:'<span aria-hidden="true">&#x2212;</span>',zoomOutTitle:"Zoom out"},onAdd:function(t){var s="leaflet-control-zoom",c=Ke("div",s+" leaflet-bar"),p=this.options;return this._zoomInButton=this._createButton(p.zoomInText,p.zoomInTitle,s+"-in",c,this._zoomIn),this._zoomOutButton=this._createButton(p.zoomOutText,p.zoomOutTitle,s+"-out",c,this._zoomOut),this._updateDisabled(),t.on("zoomend zoomlevelschange",this._updateDisabled,this),c},onRemove:function(t){t.off("zoomend zoomlevelschange",this._updateDisabled,this)},disable:function(){return this._disabled=!0,this._updateDisabled(),this},enable:function(){return this._disabled=!1,this._updateDisabled(),this},_zoomIn:function(t){!this._disabled&&this._map._zoom<this._map.getMaxZoom()&&this._map.zoomIn(this._map.options.zoomDelta*(t.shiftKey?3:1))},_zoomOut:function(t){!this._disabled&&this._map._zoom>this._map.getMinZoom()&&this._map.zoomOut(this._map.options.zoomDelta*(t.shiftKey?3:1))},_createButton:function(t,s,c,p,E){var P=Ke("a",c,p);return P.innerHTML=t,P.href="#",P.title=s,P.setAttribute("role","button"),P.setAttribute("aria-label",s),Yi(P),qe(P,"click",ei),qe(P,"click",E,this),qe(P,"click",this._refocusOnMap,this),P},_updateDisabled:function(){var t=this._map,s="leaflet-disabled";ft(this._zoomInButton,s),ft(this._zoomOutButton,s),this._zoomInButton.setAttribute("aria-disabled","false"),this._zoomOutButton.setAttribute("aria-disabled","false"),(this._disabled||t._zoom===t.getMinZoom())&&(ze(this._zoomOutButton,s),this._zoomOutButton.setAttribute("aria-disabled","true")),(this._disabled||t._zoom===t.getMaxZoom())&&(ze(this._zoomInButton,s),this._zoomInButton.setAttribute("aria-disabled","true"))}});Xe.mergeOptions({zoomControl:!0}),Xe.addInitHook(function(){this.options.zoomControl&&(this.zoomControl=new mo,this.addControl(this.zoomControl))});var bp=function(t){return new mo(t)},mu=Yt.extend({options:{position:"bottomleft",maxWidth:100,metric:!0,imperial:!0},onAdd:function(t){var s="leaflet-control-scale",c=Ke("div",s),p=this.options;return this._addScales(p,s+"-line",c),t.on(p.updateWhenIdle?"moveend":"move",this._update,this),t.whenReady(this._update,this),c},onRemove:function(t){t.off(this.options.updateWhenIdle?"moveend":"move",this._update,this)},_addScales:function(t,s,c){t.metric&&(this._mScale=Ke("div",s,c)),t.imperial&&(this._iScale=Ke("div",s,c))},_update:function(){var t=this._map,s=t.getSize().y/2,c=t.distance(t.containerPointToLatLng([0,s]),t.containerPointToLatLng([this.options.maxWidth,s]));this._updateScales(c)},_updateScales:function(t){this.options.metric&&t&&this._updateMetric(t),this.options.imperial&&t&&this._updateImperial(t)},_updateMetric:function(t){var s=this._getRoundNum(t),c=s<1e3?s+" m":s/1e3+" km";this._updateScale(this._mScale,c,s/t)},_updateImperial:function(t){var s=t*3.2808399,c,p,E;s>5280?(c=s/5280,p=this._getRoundNum(c),this._updateScale(this._iScale,p+" mi",p/c)):(E=this._getRoundNum(s),this._updateScale(this._iScale,E+" ft",E/s))},_updateScale:function(t,s,c){t.style.width=Math.round(this.options.maxWidth*c)+"px",t.innerHTML=s},_getRoundNum:function(t){var s=Math.pow(10,(Math.floor(t)+"").length-1),c=t/s;return c=c>=10?10:c>=5?5:c>=3?3:c>=2?2:1,s*c}}),wp=function(t){return new mu(t)},xp='<svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="12" height="8" viewBox="0 0 12 8" class="leaflet-attribution-flag"><path fill="#4C7BE1" d="M0 0h12v4H0z"/><path fill="#FFD500" d="M0 4h12v3H0z"/><path fill="#E0BC00" d="M0 7h12v1H0z"/></svg>',_o=Yt.extend({options:{position:"bottomright",prefix:'<a href="https://leafletjs.com" title="A JavaScript library for interactive maps">'+(ke.inlineSvg?xp+" ":"")+"Leaflet</a>"},initialize:function(t){T(this,t),this._attributions={}},onAdd:function(t){t.attributionControl=this,this._container=Ke("div","leaflet-control-attribution"),Yi(this._container);for(var s in t._layers)t._layers[s].getAttribution&&this.addAttribution(t._layers[s].getAttribution());return this._update(),t.on("layeradd",this._addAttribution,this),this._container},onRemove:function(t){t.off("layeradd",this._addAttribution,this)},_addAttribution:function(t){t.layer.getAttribution&&(this.addAttribution(t.layer.getAttribution()),t.layer.once("remove",function(){this.removeAttribution(t.layer.getAttribution())},this))},setPrefix:function(t){return this.options.prefix=t,this._update(),this},addAttribution:function(t){return t?(this._attributions[t]||(this._attributions[t]=0),this._attributions[t]++,this._update(),this):this},removeAttribution:function(t){return t?(this._attributions[t]&&(this._attributions[t]--,this._update()),this):this},_update:function(){if(this._map){var t=[];for(var s in this._attributions)this._attributions[s]&&t.push(s);var c=[];this.options.prefix&&c.push(this.options.prefix),t.length&&c.push(t.join(", ")),this._container.innerHTML=c.join(' <span aria-hidden="true">|</span> ')}}});Xe.mergeOptions({attributionControl:!0}),Xe.addInitHook(function(){this.options.attributionControl&&new _o().addTo(this)});var Ep=function(t){return new _o(t)};Yt.Layers=gu,Yt.Zoom=mo,Yt.Scale=mu,Yt.Attribution=_o,er.layers=vp,er.zoom=bp,er.scale=wp,er.attribution=Ep;var hn=$.extend({initialize:function(t){this._map=t},enable:function(){return this._enabled?this:(this._enabled=!0,this.addHooks(),this)},disable:function(){return this._enabled?(this._enabled=!1,this.removeHooks(),this):this},enabled:function(){return!!this._enabled}});hn.addTo=function(t,s){return t.addHandler(s,this),this};var Sp={Events:k},_u=ke.touch?"touchstart mousedown":"mousedown",On=oe.extend({options:{clickTolerance:3},initialize:function(t,s,c,p){T(this,p),this._element=t,this._dragStartTarget=s||t,this._preventOutline=c},enable:function(){this._enabled||(qe(this._dragStartTarget,_u,this._onDown,this),this._enabled=!0)},disable:function(){this._enabled&&(On._dragging===this&&this.finishDrag(!0),rt(this._dragStartTarget,_u,this._onDown,this),this._enabled=!1,this._moved=!1)},_onDown:function(t){if(this._enabled&&(this._moved=!1,!no(this._element,"leaflet-zoom-anim"))){if(t.touches&&t.touches.length!==1){On._dragging===this&&this.finishDrag();return}if(!(On._dragging||t.shiftKey||t.which!==1&&t.button!==1&&!t.touches)&&(On._dragging=this,this._preventOutline&&lo(this._element),so(),Qi(),!this._moving)){this.fire("down");var s=t.touches?t.touches[0]:t,c=uu(this._element);this._startPoint=new j(s.clientX,s.clientY),this._startPos=Kn(this._element),this._parentScale=uo(c);var p=t.type==="mousedown";qe(document,p?"mousemove":"touchmove",this._onMove,this),qe(document,p?"mouseup":"touchend touchcancel",this._onUp,this)}}},_onMove:function(t){if(this._enabled){if(t.touches&&t.touches.length>1){this._moved=!0;return}var s=t.touches&&t.touches.length===1?t.touches[0]:t,c=new j(s.clientX,s.clientY)._subtract(this._startPoint);!c.x&&!c.y||Math.abs(c.x)+Math.abs(c.y)<this.options.clickTolerance||(c.x/=this._parentScale.x,c.y/=this._parentScale.y,Et(t),this._moved||(this.fire("dragstart"),this._moved=!0,ze(document.body,"leaflet-dragging"),this._lastTarget=t.target||t.srcElement,window.SVGElementInstance&&this._lastTarget instanceof window.SVGElementInstance&&(this._lastTarget=this._lastTarget.correspondingUseElement),ze(this._lastTarget,"leaflet-drag-target")),this._newPos=this._startPos.add(c),this._moving=!0,this._lastEvent=t,this._updatePosition())}},_updatePosition:function(){var t={originalEvent:this._lastEvent};this.fire("predrag",t),_t(this._element,this._newPos),this.fire("drag",t)},_onUp:function(){this._enabled&&this.finishDrag()},finishDrag:function(t){ft(document.body,"leaflet-dragging"),this._lastTarget&&(ft(this._lastTarget,"leaflet-drag-target"),this._lastTarget=null),rt(document,"mousemove touchmove",this._onMove,this),rt(document,"mouseup touchend touchcancel",this._onUp,this),oo(),Ji();var s=this._moved&&this._moving;this._moving=!1,On._dragging=!1,s&&this.fire("dragend",{noInertia:t,distance:this._newPos.distanceTo(this._startPos)})}});function yu(t,s,c){var p,E=[1,4,2,8],P,ne,he,ye,Le,Ce,Oe,Ve;for(P=0,Ce=t.length;P<Ce;P++)t[P]._code=ti(t[P],s);for(he=0;he<4;he++){for(Oe=E[he],p=[],P=0,Ce=t.length,ne=Ce-1;P<Ce;ne=P++)ye=t[P],Le=t[ne],ye._code&Oe?Le._code&Oe||(Ve=es(Le,ye,Oe,s,c),Ve._code=ti(Ve,s),p.push(Ve)):(Le._code&Oe&&(Ve=es(Le,ye,Oe,s,c),Ve._code=ti(Ve,s),p.push(Ve)),p.push(ye));t=p}return t}function vu(t,s){var c,p,E,P,ne,he,ye,Le,Ce;if(!t||t.length===0)throw new Error("latlngs not passed");Vt(t)||(console.warn("latlngs are not flat! Only the first ring will be used"),t=t[0]);var Oe=G([0,0]),Ve=me(t),Rt=Ve.getNorthWest().distanceTo(Ve.getSouthWest())*Ve.getNorthEast().distanceTo(Ve.getNorthWest());Rt<1700&&(Oe=yo(t));var xt=t.length,Gt=[];for(c=0;c<xt;c++){var Mt=G(t[c]);Gt.push(s.project(G([Mt.lat-Oe.lat,Mt.lng-Oe.lng])))}for(he=ye=Le=0,c=0,p=xt-1;c<xt;p=c++)E=Gt[c],P=Gt[p],ne=E.y*P.x-P.y*E.x,ye+=(E.x+P.x)*ne,Le+=(E.y+P.y)*ne,he+=ne*3;he===0?Ce=Gt[0]:Ce=[ye/he,Le/he];var Ni=s.unproject(I(Ce));return G([Ni.lat+Oe.lat,Ni.lng+Oe.lng])}function yo(t){for(var s=0,c=0,p=0,E=0;E<t.length;E++){var P=G(t[E]);s+=P.lat,c+=P.lng,p++}return G([s/p,c/p])}var Tp={__proto__:null,clipPolygon:yu,polygonCenter:vu,centroid:yo};function bu(t,s){if(!s||!t.length)return t.slice();var c=s*s;return t=Np(t,c),t=Ip(t,c),t}function wu(t,s,c){return Math.sqrt(tr(t,s,c,!0))}function Lp(t,s,c){return tr(t,s,c)}function Ip(t,s){var c=t.length,p=typeof Uint8Array<"u"?Uint8Array:Array,E=new p(c);E[0]=E[c-1]=1,vo(t,E,s,0,c-1);var P,ne=[];for(P=0;P<c;P++)E[P]&&ne.push(t[P]);return ne}function vo(t,s,c,p,E){var P=0,ne,he,ye;for(he=p+1;he<=E-1;he++)ye=tr(t[he],t[p],t[E],!0),ye>P&&(ne=he,P=ye);P>c&&(s[ne]=1,vo(t,s,c,p,ne),vo(t,s,c,ne,E))}function Np(t,s){for(var c=[t[0]],p=1,E=0,P=t.length;p<P;p++)Ap(t[p],t[E])>s&&(c.push(t[p]),E=p);return E<P-1&&c.push(t[P-1]),c}var xu;function Eu(t,s,c,p,E){var P=p?xu:ti(t,c),ne=ti(s,c),he,ye,Le;for(xu=ne;;){if(!(P|ne))return[t,s];if(P&ne)return!1;he=P||ne,ye=es(t,s,he,c,E),Le=ti(ye,c),he===P?(t=ye,P=Le):(s=ye,ne=Le)}}function es(t,s,c,p,E){var P=s.x-t.x,ne=s.y-t.y,he=p.min,ye=p.max,Le,Ce;return c&8?(Le=t.x+P*(ye.y-t.y)/ne,Ce=ye.y):c&4?(Le=t.x+P*(he.y-t.y)/ne,Ce=he.y):c&2?(Le=ye.x,Ce=t.y+ne*(ye.x-t.x)/P):c&1&&(Le=he.x,Ce=t.y+ne*(he.x-t.x)/P),new j(Le,Ce,E)}function ti(t,s){var c=0;return t.x<s.min.x?c|=1:t.x>s.max.x&&(c|=2),t.y<s.min.y?c|=4:t.y>s.max.y&&(c|=8),c}function Ap(t,s){var c=s.x-t.x,p=s.y-t.y;return c*c+p*p}function tr(t,s,c,p){var E=s.x,P=s.y,ne=c.x-E,he=c.y-P,ye=ne*ne+he*he,Le;return ye>0&&(Le=((t.x-E)*ne+(t.y-P)*he)/ye,Le>1?(E=c.x,P=c.y):Le>0&&(E+=ne*Le,P+=he*Le)),ne=t.x-E,he=t.y-P,p?ne*ne+he*he:new j(E,P)}function Vt(t){return!S(t[0])||typeof t[0][0]!="object"&&typeof t[0][0]<"u"}function Su(t){return console.warn("Deprecated use of _flat, please use L.LineUtil.isFlat instead."),Vt(t)}function Tu(t,s){var c,p,E,P,ne,he,ye,Le;if(!t||t.length===0)throw new Error("latlngs not passed");Vt(t)||(console.warn("latlngs are not flat! Only the first ring will be used"),t=t[0]);var Ce=G([0,0]),Oe=me(t),Ve=Oe.getNorthWest().distanceTo(Oe.getSouthWest())*Oe.getNorthEast().distanceTo(Oe.getNorthWest());Ve<1700&&(Ce=yo(t));var Rt=t.length,xt=[];for(c=0;c<Rt;c++){var Gt=G(t[c]);xt.push(s.project(G([Gt.lat-Ce.lat,Gt.lng-Ce.lng])))}for(c=0,p=0;c<Rt-1;c++)p+=xt[c].distanceTo(xt[c+1])/2;if(p===0)Le=xt[0];else for(c=0,P=0;c<Rt-1;c++)if(ne=xt[c],he=xt[c+1],E=ne.distanceTo(he),P+=E,P>p){ye=(P-p)/E,Le=[he.x-ye*(he.x-ne.x),he.y-ye*(he.y-ne.y)];break}var Mt=s.unproject(I(Le));return G([Mt.lat+Ce.lat,Mt.lng+Ce.lng])}var Rp={__proto__:null,simplify:bu,pointToSegmentDistance:wu,closestPointOnSegment:Lp,clipSegment:Eu,_getEdgeIntersection:es,_getBitCode:ti,_sqClosestPointOnSegment:tr,isFlat:Vt,_flat:Su,polylineCenter:Tu},bo={project:function(t){return new j(t.lng,t.lat)},unproject:function(t){return new W(t.y,t.x)},bounds:new Z([-180,-90],[180,90])},wo={R:6378137,R_MINOR:6356752314245179e-9,bounds:new Z([-2003750834279e-5,-1549657073972e-5],[2003750834279e-5,1876465623138e-5]),project:function(t){var s=Math.PI/180,c=this.R,p=t.lat*s,E=this.R_MINOR/c,P=Math.sqrt(1-E*E),ne=P*Math.sin(p),he=Math.tan(Math.PI/4-p/2)/Math.pow((1-ne)/(1+ne),P/2);return p=-c*Math.log(Math.max(he,1e-10)),new j(t.lng*s*c,p)},unproject:function(t){for(var s=180/Math.PI,c=this.R,p=this.R_MINOR/c,E=Math.sqrt(1-p*p),P=Math.exp(-t.y/c),ne=Math.PI/2-2*Math.atan(P),he=0,ye=.1,Le;he<15&&Math.abs(ye)>1e-7;he++)Le=E*Math.sin(ne),Le=Math.pow((1-Le)/(1+Le),E/2),ye=Math.PI/2-2*Math.atan(P*Le)-ne,ne+=ye;return new W(ne*s,t.x*s/c)}},Cp={__proto__:null,LonLat:bo,Mercator:wo,SphericalMercator:ce},Pp=o({},K,{code:"EPSG:3395",projection:wo,transformation:(function(){var t=.5/(Math.PI*wo.R);return Te(t,.5,-t,.5)})()}),Lu=o({},K,{code:"EPSG:4326",projection:bo,transformation:Te(1/180,1,-1/180,.5)}),kp=o({},Y,{projection:bo,transformation:Te(1,0,-1,0),scale:function(t){return Math.pow(2,t)},zoom:function(t){return Math.log(t)/Math.LN2},distance:function(t,s){var c=s.lng-t.lng,p=s.lat-t.lat;return Math.sqrt(c*c+p*p)},infinite:!0});Y.Earth=K,Y.EPSG3395=Pp,Y.EPSG3857=q,Y.EPSG900913=te,Y.EPSG4326=Lu,Y.Simple=kp;var en=oe.extend({options:{pane:"overlayPane",attribution:null,bubblingMouseEvents:!0},addTo:function(t){return t.addLayer(this),this},remove:function(){return this.removeFrom(this._map||this._mapToAdd)},removeFrom:function(t){return t&&t.removeLayer(this),this},getPane:function(t){return this._map.getPane(t?this.options[t]||t:this.options.pane)},addInteractiveTarget:function(t){return this._map._targets[f(t)]=this,this},removeInteractiveTarget:function(t){return delete this._map._targets[f(t)],this},getAttribution:function(){return this.options.attribution},_layerAdd:function(t){var s=t.target;if(s.hasLayer(this)){if(this._map=s,this._zoomAnimated=s._zoomAnimated,this.getEvents){var c=this.getEvents();s.on(c,this),this.once("remove",function(){s.off(c,this)},this)}this.onAdd(s),this.fire("add"),s.fire("layeradd",{layer:this})}}});Xe.include({addLayer:function(t){if(!t._layerAdd)throw new Error("The provided object is not a Layer.");var s=f(t);return this._layers[s]?this:(this._layers[s]=t,t._mapToAdd=this,t.beforeAdd&&t.beforeAdd(this),this.whenReady(t._layerAdd,t),this)},removeLayer:function(t){var s=f(t);return this._layers[s]?(this._loaded&&t.onRemove(this),delete this._layers[s],this._loaded&&(this.fire("layerremove",{layer:t}),t.fire("remove")),t._map=t._mapToAdd=null,this):this},hasLayer:function(t){return f(t)in this._layers},eachLayer:function(t,s){for(var c in this._layers)t.call(s,this._layers[c]);return this},_addLayers:function(t){t=t?S(t)?t:[t]:[];for(var s=0,c=t.length;s<c;s++)this.addLayer(t[s])},_addZoomLimit:function(t){(!isNaN(t.options.maxZoom)||!isNaN(t.options.minZoom))&&(this._zoomBoundLayers[f(t)]=t,this._updateZoomLevels())},_removeZoomLimit:function(t){var s=f(t);this._zoomBoundLayers[s]&&(delete this._zoomBoundLayers[s],this._updateZoomLevels())},_updateZoomLevels:function(){var t=1/0,s=-1/0,c=this._getZoomSpan();for(var p in this._zoomBoundLayers){var E=this._zoomBoundLayers[p].options;t=E.minZoom===void 0?t:Math.min(t,E.minZoom),s=E.maxZoom===void 0?s:Math.max(s,E.maxZoom)}this._layersMaxZoom=s===-1/0?void 0:s,this._layersMinZoom=t===1/0?void 0:t,c!==this._getZoomSpan()&&this.fire("zoomlevelschange"),this.options.maxZoom===void 0&&this._layersMaxZoom&&this.getZoom()>this._layersMaxZoom&&this.setZoom(this._layersMaxZoom),this.options.minZoom===void 0&&this._layersMinZoom&&this.getZoom()<this._layersMinZoom&&this.setZoom(this._layersMinZoom)}});var Ei=en.extend({initialize:function(t,s){T(this,s),this._layers={};var c,p;if(t)for(c=0,p=t.length;c<p;c++)this.addLayer(t[c])},addLayer:function(t){var s=this.getLayerId(t);return this._layers[s]=t,this._map&&this._map.addLayer(t),this},removeLayer:function(t){var s=t in this._layers?t:this.getLayerId(t);return this._map&&this._layers[s]&&this._map.removeLayer(this._layers[s]),delete this._layers[s],this},hasLayer:function(t){var s=typeof t=="number"?t:this.getLayerId(t);return s in this._layers},clearLayers:function(){return this.eachLayer(this.removeLayer,this)},invoke:function(t){var s=Array.prototype.slice.call(arguments,1),c,p;for(c in this._layers)p=this._layers[c],p[t]&&p[t].apply(p,s);return this},onAdd:function(t){this.eachLayer(t.addLayer,t)},onRemove:function(t){this.eachLayer(t.removeLayer,t)},eachLayer:function(t,s){for(var c in this._layers)t.call(s,this._layers[c]);return this},getLayer:function(t){return this._layers[t]},getLayers:function(){var t=[];return this.eachLayer(t.push,t),t},setZIndex:function(t){return this.invoke("setZIndex",t)},getLayerId:function(t){return f(t)}}),Mp=function(t,s){return new Ei(t,s)},yn=Ei.extend({addLayer:function(t){return this.hasLayer(t)?this:(t.addEventParent(this),Ei.prototype.addLayer.call(this,t),this.fire("layeradd",{layer:t}))},removeLayer:function(t){return this.hasLayer(t)?(t in this._layers&&(t=this._layers[t]),t.removeEventParent(this),Ei.prototype.removeLayer.call(this,t),this.fire("layerremove",{layer:t})):this},setStyle:function(t){return this.invoke("setStyle",t)},bringToFront:function(){return this.invoke("bringToFront")},bringToBack:function(){return this.invoke("bringToBack")},getBounds:function(){var t=new ee;for(var s in this._layers){var c=this._layers[s];t.extend(c.getBounds?c.getBounds():c.getLatLng())}return t}}),Dp=function(t,s){return new yn(t,s)},Si=$.extend({options:{popupAnchor:[0,0],tooltipAnchor:[0,0],crossOrigin:!1},initialize:function(t){T(this,t)},createIcon:function(t){return this._createIcon("icon",t)},createShadow:function(t){return this._createIcon("shadow",t)},_createIcon:function(t,s){var c=this._getIconUrl(t);if(!c){if(t==="icon")throw new Error("iconUrl not set in Icon options (see the docs).");return null}var p=this._createImg(c,s&&s.tagName==="IMG"?s:null);return this._setIconStyles(p,t),(this.options.crossOrigin||this.options.crossOrigin==="")&&(p.crossOrigin=this.options.crossOrigin===!0?"":this.options.crossOrigin),p},_setIconStyles:function(t,s){var c=this.options,p=c[s+"Size"];typeof p=="number"&&(p=[p,p]);var E=I(p),P=I(s==="shadow"&&c.shadowAnchor||c.iconAnchor||E&&E.divideBy(2,!0));t.className="leaflet-marker-"+s+" "+(c.className||""),P&&(t.style.marginLeft=-P.x+"px",t.style.marginTop=-P.y+"px"),E&&(t.style.width=E.x+"px",t.style.height=E.y+"px")},_createImg:function(t,s){return s=s||document.createElement("img"),s.src=t,s},_getIconUrl:function(t){return ke.retina&&this.options[t+"RetinaUrl"]||this.options[t+"Url"]}});function Op(t){return new Si(t)}var nr=Si.extend({options:{iconUrl:"marker-icon.png",iconRetinaUrl:"marker-icon-2x.png",shadowUrl:"marker-shadow.png",iconSize:[25,41],iconAnchor:[12,41],popupAnchor:[1,-34],tooltipAnchor:[16,-28],shadowSize:[41,41]},_getIconUrl:function(t){return typeof nr.imagePath!="string"&&(nr.imagePath=this._detectIconPath()),(this.options.imagePath||nr.imagePath)+Si.prototype._getIconUrl.call(this,t)},_stripUrl:function(t){var s=function(c,p,E){var P=p.exec(c);return P&&P[E]};return t=s(t,/^url\((['"])?(.+)\1\)$/,2),t&&s(t,/^(.*)marker-icon\.png$/,1)},_detectIconPath:function(){var t=Ke("div","leaflet-default-icon-path",document.body),s=Xi(t,"background-image")||Xi(t,"backgroundImage");if(document.body.removeChild(t),s=this._stripUrl(s),s)return s;var c=document.querySelector('link[href$="leaflet.css"]');return c?c.href.substring(0,c.href.length-11-1):""}}),Iu=hn.extend({initialize:function(t){this._marker=t},addHooks:function(){var t=this._marker._icon;this._draggable||(this._draggable=new On(t,t,!0)),this._draggable.on({dragstart:this._onDragStart,predrag:this._onPreDrag,drag:this._onDrag,dragend:this._onDragEnd},this).enable(),ze(t,"leaflet-marker-draggable")},removeHooks:function(){this._draggable.off({dragstart:this._onDragStart,predrag:this._onPreDrag,drag:this._onDrag,dragend:this._onDragEnd},this).disable(),this._marker._icon&&ft(this._marker._icon,"leaflet-marker-draggable")},moved:function(){return this._draggable&&this._draggable._moved},_adjustPan:function(t){var s=this._marker,c=s._map,p=this._marker.options.autoPanSpeed,E=this._marker.options.autoPanPadding,P=Kn(s._icon),ne=c.getPixelBounds(),he=c.getPixelOrigin(),ye=ie(ne.min._subtract(he).add(E),ne.max._subtract(he).subtract(E));if(!ye.contains(P)){var Le=I((Math.max(ye.max.x,P.x)-ye.max.x)/(ne.max.x-ye.max.x)-(Math.min(ye.min.x,P.x)-ye.min.x)/(ne.min.x-ye.min.x),(Math.max(ye.max.y,P.y)-ye.max.y)/(ne.max.y-ye.max.y)-(Math.min(ye.min.y,P.y)-ye.min.y)/(ne.min.y-ye.min.y)).multiplyBy(p);c.panBy(Le,{animate:!1}),this._draggable._newPos._add(Le),this._draggable._startPos._add(Le),_t(s._icon,this._draggable._newPos),this._onDrag(t),this._panRequest=B(this._adjustPan.bind(this,t))}},_onDragStart:function(){this._oldLatLng=this._marker.getLatLng(),this._marker.closePopup&&this._marker.closePopup(),this._marker.fire("movestart").fire("dragstart")},_onPreDrag:function(t){this._marker.options.autoPan&&(X(this._panRequest),this._panRequest=B(this._adjustPan.bind(this,t)))},_onDrag:function(t){var s=this._marker,c=s._shadow,p=Kn(s._icon),E=s._map.layerPointToLatLng(p);c&&_t(c,p),s._latlng=E,t.latlng=E,t.oldLatLng=this._oldLatLng,s.fire("move",t).fire("drag",t)},_onDragEnd:function(t){X(this._panRequest),delete this._oldLatLng,this._marker.fire("moveend").fire("dragend",t)}}),ts=en.extend({options:{icon:new nr,interactive:!0,keyboard:!0,title:"",alt:"Marker",zIndexOffset:0,opacity:1,riseOnHover:!1,riseOffset:250,pane:"markerPane",shadowPane:"shadowPane",bubblingMouseEvents:!1,autoPanOnFocus:!0,draggable:!1,autoPan:!1,autoPanPadding:[50,50],autoPanSpeed:10},initialize:function(t,s){T(this,s),this._latlng=G(t)},onAdd:function(t){this._zoomAnimated=this._zoomAnimated&&t.options.markerZoomAnimation,this._zoomAnimated&&t.on("zoomanim",this._animateZoom,this),this._initIcon(),this.update()},onRemove:function(t){this.dragging&&this.dragging.enabled()&&(this.options.draggable=!0,this.dragging.removeHooks()),delete this.dragging,this._zoomAnimated&&t.off("zoomanim",this._animateZoom,this),this._removeIcon(),this._removeShadow()},getEvents:function(){return{zoom:this.update,viewreset:this.update}},getLatLng:function(){return this._latlng},setLatLng:function(t){var s=this._latlng;return this._latlng=G(t),this.update(),this.fire("move",{oldLatLng:s,latlng:this._latlng})},setZIndexOffset:function(t){return this.options.zIndexOffset=t,this.update()},getIcon:function(){return this.options.icon},setIcon:function(t){return this.options.icon=t,this._map&&(this._initIcon(),this.update()),this._popup&&this.bindPopup(this._popup,this._popup.options),this},getElement:function(){return this._icon},update:function(){if(this._icon&&this._map){var t=this._map.latLngToLayerPoint(this._latlng).round();this._setPos(t)}return this},_initIcon:function(){var t=this.options,s="leaflet-zoom-"+(this._zoomAnimated?"animated":"hide"),c=t.icon.createIcon(this._icon),p=!1;c!==this._icon&&(this._icon&&this._removeIcon(),p=!0,t.title&&(c.title=t.title),c.tagName==="IMG"&&(c.alt=t.alt||"")),ze(c,s),t.keyboard&&(c.tabIndex="0",c.setAttribute("role","button")),this._icon=c,t.riseOnHover&&this.on({mouseover:this._bringToFront,mouseout:this._resetZIndex}),this.options.autoPanOnFocus&&qe(c,"focus",this._panOnFocus,this);var E=t.icon.createShadow(this._shadow),P=!1;E!==this._shadow&&(this._removeShadow(),P=!0),E&&(ze(E,s),E.alt=""),this._shadow=E,t.opacity<1&&this._updateOpacity(),p&&this.getPane().appendChild(this._icon),this._initInteraction(),E&&P&&this.getPane(t.shadowPane).appendChild(this._shadow)},_removeIcon:function(){this.options.riseOnHover&&this.off({mouseover:this._bringToFront,mouseout:this._resetZIndex}),this.options.autoPanOnFocus&&rt(this._icon,"focus",this._panOnFocus,this),ut(this._icon),this.removeInteractiveTarget(this._icon),this._icon=null},_removeShadow:function(){this._shadow&&ut(this._shadow),this._shadow=null},_setPos:function(t){this._icon&&_t(this._icon,t),this._shadow&&_t(this._shadow,t),this._zIndex=t.y+this.options.zIndexOffset,this._resetZIndex()},_updateZIndex:function(t){this._icon&&(this._icon.style.zIndex=this._zIndex+t)},_animateZoom:function(t){var s=this._map._latLngToNewLayerPoint(this._latlng,t.zoom,t.center).round();this._setPos(s)},_initInteraction:function(){if(this.options.interactive&&(ze(this._icon,"leaflet-interactive"),this.addInteractiveTarget(this._icon),Iu)){var t=this.options.draggable;this.dragging&&(t=this.dragging.enabled(),this.dragging.disable()),this.dragging=new Iu(this),t&&this.dragging.enable()}},setOpacity:function(t){return this.options.opacity=t,this._map&&this._updateOpacity(),this},_updateOpacity:function(){var t=this.options.opacity;this._icon&&Ht(this._icon,t),this._shadow&&Ht(this._shadow,t)},_bringToFront:function(){this._updateZIndex(this.options.riseOffset)},_resetZIndex:function(){this._updateZIndex(0)},_panOnFocus:function(){var t=this._map;if(t){var s=this.options.icon.options,c=s.iconSize?I(s.iconSize):I(0,0),p=s.iconAnchor?I(s.iconAnchor):I(0,0);t.panInside(this._latlng,{paddingTopLeft:p,paddingBottomRight:c.subtract(p)})}},_getPopupAnchor:function(){return this.options.icon.options.popupAnchor},_getTooltipAnchor:function(){return this.options.icon.options.tooltipAnchor}});function Fp(t,s){return new ts(t,s)}var Fn=en.extend({options:{stroke:!0,color:"#3388ff",weight:3,opacity:1,lineCap:"round",lineJoin:"round",dashArray:null,dashOffset:null,fill:!1,fillColor:null,fillOpacity:.2,fillRule:"evenodd",interactive:!0,bubblingMouseEvents:!0},beforeAdd:function(t){this._renderer=t.getRenderer(this)},onAdd:function(){this._renderer._initPath(this),this._reset(),this._renderer._addPath(this)},onRemove:function(){this._renderer._removePath(this)},redraw:function(){return this._map&&this._renderer._updatePath(this),this},setStyle:function(t){return T(this,t),this._renderer&&(this._renderer._updateStyle(this),this.options.stroke&&t&&Object.prototype.hasOwnProperty.call(t,"weight")&&this._updateBounds()),this},bringToFront:function(){return this._renderer&&this._renderer._bringToFront(this),this},bringToBack:function(){return this._renderer&&this._renderer._bringToBack(this),this},getElement:function(){return this._path},_reset:function(){this._project(),this._update()},_clickTolerance:function(){return(this.options.stroke?this.options.weight/2:0)+(this._renderer.options.tolerance||0)}}),ns=Fn.extend({options:{fill:!0,radius:10},initialize:function(t,s){T(this,s),this._latlng=G(t),this._radius=this.options.radius},setLatLng:function(t){var s=this._latlng;return this._latlng=G(t),this.redraw(),this.fire("move",{oldLatLng:s,latlng:this._latlng})},getLatLng:function(){return this._latlng},setRadius:function(t){return this.options.radius=this._radius=t,this.redraw()},getRadius:function(){return this._radius},setStyle:function(t){var s=t&&t.radius||this._radius;return Fn.prototype.setStyle.call(this,t),this.setRadius(s),this},_project:function(){this._point=this._map.latLngToLayerPoint(this._latlng),this._updateBounds()},_updateBounds:function(){var t=this._radius,s=this._radiusY||t,c=this._clickTolerance(),p=[t+c,s+c];this._pxBounds=new Z(this._point.subtract(p),this._point.add(p))},_update:function(){this._map&&this._updatePath()},_updatePath:function(){this._renderer._updateCircle(this)},_empty:function(){return this._radius&&!this._renderer._bounds.intersects(this._pxBounds)},_containsPoint:function(t){return t.distanceTo(this._point)<=this._radius+this._clickTolerance()}});function jp(t,s){return new ns(t,s)}var xo=ns.extend({initialize:function(t,s,c){if(typeof s=="number"&&(s=o({},c,{radius:s})),T(this,s),this._latlng=G(t),isNaN(this.options.radius))throw new Error("Circle radius cannot be NaN");this._mRadius=this.options.radius},setRadius:function(t){return this._mRadius=t,this.redraw()},getRadius:function(){return this._mRadius},getBounds:function(){var t=[this._radius,this._radiusY||this._radius];return new ee(this._map.layerPointToLatLng(this._point.subtract(t)),this._map.layerPointToLatLng(this._point.add(t)))},setStyle:Fn.prototype.setStyle,_project:function(){var t=this._latlng.lng,s=this._latlng.lat,c=this._map,p=c.options.crs;if(p.distance===K.distance){var E=Math.PI/180,P=this._mRadius/K.R/E,ne=c.project([s+P,t]),he=c.project([s-P,t]),ye=ne.add(he).divideBy(2),Le=c.unproject(ye).lat,Ce=Math.acos((Math.cos(P*E)-Math.sin(s*E)*Math.sin(Le*E))/(Math.cos(s*E)*Math.cos(Le*E)))/E;(isNaN(Ce)||Ce===0)&&(Ce=P/Math.cos(Math.PI/180*s)),this._point=ye.subtract(c.getPixelOrigin()),this._radius=isNaN(Ce)?0:ye.x-c.project([Le,t-Ce]).x,this._radiusY=ye.y-ne.y}else{var Oe=p.unproject(p.project(this._latlng).subtract([this._mRadius,0]));this._point=c.latLngToLayerPoint(this._latlng),this._radius=this._point.x-c.latLngToLayerPoint(Oe).x}this._updateBounds()}});function $p(t,s,c){return new xo(t,s,c)}var vn=Fn.extend({options:{smoothFactor:1,noClip:!1},initialize:function(t,s){T(this,s),this._setLatLngs(t)},getLatLngs:function(){return this._latlngs},setLatLngs:function(t){return this._setLatLngs(t),this.redraw()},isEmpty:function(){return!this._latlngs.length},closestLayerPoint:function(t){for(var s=1/0,c=null,p=tr,E,P,ne=0,he=this._parts.length;ne<he;ne++)for(var ye=this._parts[ne],Le=1,Ce=ye.length;Le<Ce;Le++){E=ye[Le-1],P=ye[Le];var Oe=p(t,E,P,!0);Oe<s&&(s=Oe,c=p(t,E,P))}return c&&(c.distance=Math.sqrt(s)),c},getCenter:function(){if(!this._map)throw new Error("Must add layer to map before using getCenter()");return Tu(this._defaultShape(),this._map.options.crs)},getBounds:function(){return this._bounds},addLatLng:function(t,s){return s=s||this._defaultShape(),t=G(t),s.push(t),this._bounds.extend(t),this.redraw()},_setLatLngs:function(t){this._bounds=new ee,this._latlngs=this._convertLatLngs(t)},_defaultShape:function(){return Vt(this._latlngs)?this._latlngs:this._latlngs[0]},_convertLatLngs:function(t){for(var s=[],c=Vt(t),p=0,E=t.length;p<E;p++)c?(s[p]=G(t[p]),this._bounds.extend(s[p])):s[p]=this._convertLatLngs(t[p]);return s},_project:function(){var t=new Z;this._rings=[],this._projectLatlngs(this._latlngs,this._rings,t),this._bounds.isValid()&&t.isValid()&&(this._rawPxBounds=t,this._updateBounds())},_updateBounds:function(){var t=this._clickTolerance(),s=new j(t,t);this._rawPxBounds&&(this._pxBounds=new Z([this._rawPxBounds.min.subtract(s),this._rawPxBounds.max.add(s)]))},_projectLatlngs:function(t,s,c){var p=t[0]instanceof W,E=t.length,P,ne;if(p){for(ne=[],P=0;P<E;P++)ne[P]=this._map.latLngToLayerPoint(t[P]),c.extend(ne[P]);s.push(ne)}else for(P=0;P<E;P++)this._projectLatlngs(t[P],s,c)},_clipPoints:function(){var t=this._renderer._bounds;if(this._parts=[],!(!this._pxBounds||!this._pxBounds.intersects(t))){if(this.options.noClip){this._parts=this._rings;return}var s=this._parts,c,p,E,P,ne,he,ye;for(c=0,E=0,P=this._rings.length;c<P;c++)for(ye=this._rings[c],p=0,ne=ye.length;p<ne-1;p++)he=Eu(ye[p],ye[p+1],t,p,!0),he&&(s[E]=s[E]||[],s[E].push(he[0]),(he[1]!==ye[p+1]||p===ne-2)&&(s[E].push(he[1]),E++))}},_simplifyPoints:function(){for(var t=this._parts,s=this.options.smoothFactor,c=0,p=t.length;c<p;c++)t[c]=bu(t[c],s)},_update:function(){this._map&&(this._clipPoints(),this._simplifyPoints(),this._updatePath())},_updatePath:function(){this._renderer._updatePoly(this)},_containsPoint:function(t,s){var c,p,E,P,ne,he,ye=this._clickTolerance();if(!this._pxBounds||!this._pxBounds.contains(t))return!1;for(c=0,P=this._parts.length;c<P;c++)for(he=this._parts[c],p=0,ne=he.length,E=ne-1;p<ne;E=p++)if(!(!s&&p===0)&&wu(t,he[E],he[p])<=ye)return!0;return!1}});function Bp(t,s){return new vn(t,s)}vn._flat=Su;var Ti=vn.extend({options:{fill:!0},isEmpty:function(){return!this._latlngs.length||!this._latlngs[0].length},getCenter:function(){if(!this._map)throw new Error("Must add layer to map before using getCenter()");return vu(this._defaultShape(),this._map.options.crs)},_convertLatLngs:function(t){var s=vn.prototype._convertLatLngs.call(this,t),c=s.length;return c>=2&&s[0]instanceof W&&s[0].equals(s[c-1])&&s.pop(),s},_setLatLngs:function(t){vn.prototype._setLatLngs.call(this,t),Vt(this._latlngs)&&(this._latlngs=[this._latlngs])},_defaultShape:function(){return Vt(this._latlngs[0])?this._latlngs[0]:this._latlngs[0][0]},_clipPoints:function(){var t=this._renderer._bounds,s=this.options.weight,c=new j(s,s);if(t=new Z(t.min.subtract(c),t.max.add(c)),this._parts=[],!(!this._pxBounds||!this._pxBounds.intersects(t))){if(this.options.noClip){this._parts=this._rings;return}for(var p=0,E=this._rings.length,P;p<E;p++)P=yu(this._rings[p],t,!0),P.length&&this._parts.push(P)}},_updatePath:function(){this._renderer._updatePoly(this,!0)},_containsPoint:function(t){var s=!1,c,p,E,P,ne,he,ye,Le;if(!this._pxBounds||!this._pxBounds.contains(t))return!1;for(P=0,ye=this._parts.length;P<ye;P++)for(c=this._parts[P],ne=0,Le=c.length,he=Le-1;ne<Le;he=ne++)p=c[ne],E=c[he],p.y>t.y!=E.y>t.y&&t.x<(E.x-p.x)*(t.y-p.y)/(E.y-p.y)+p.x&&(s=!s);return s||vn.prototype._containsPoint.call(this,t,!0)}});function qp(t,s){return new Ti(t,s)}var bn=yn.extend({initialize:function(t,s){T(this,s),this._layers={},t&&this.addData(t)},addData:function(t){var s=S(t)?t:t.features,c,p,E;if(s){for(c=0,p=s.length;c<p;c++)E=s[c],(E.geometries||E.geometry||E.features||E.coordinates)&&this.addData(E);return this}var P=this.options;if(P.filter&&!P.filter(t))return this;var ne=is(t,P);return ne?(ne.feature=os(t),ne.defaultOptions=ne.options,this.resetStyle(ne),P.onEachFeature&&P.onEachFeature(t,ne),this.addLayer(ne)):this},resetStyle:function(t){return t===void 0?this.eachLayer(this.resetStyle,this):(t.options=o({},t.defaultOptions),this._setLayerStyle(t,this.options.style),this)},setStyle:function(t){return this.eachLayer(function(s){this._setLayerStyle(s,t)},this)},_setLayerStyle:function(t,s){t.setStyle&&(typeof s=="function"&&(s=s(t.feature)),t.setStyle(s))}});function is(t,s){var c=t.type==="Feature"?t.geometry:t,p=c?c.coordinates:null,E=[],P=s&&s.pointToLayer,ne=s&&s.coordsToLatLng||Eo,he,ye,Le,Ce;if(!p&&!c)return null;switch(c.type){case"Point":return he=ne(p),Nu(P,t,he,s);case"MultiPoint":for(Le=0,Ce=p.length;Le<Ce;Le++)he=ne(p[Le]),E.push(Nu(P,t,he,s));return new yn(E);case"LineString":case"MultiLineString":return ye=rs(p,c.type==="LineString"?0:1,ne),new vn(ye,s);case"Polygon":case"MultiPolygon":return ye=rs(p,c.type==="Polygon"?1:2,ne),new Ti(ye,s);case"GeometryCollection":for(Le=0,Ce=c.geometries.length;Le<Ce;Le++){var Oe=is({geometry:c.geometries[Le],type:"Feature",properties:t.properties},s);Oe&&E.push(Oe)}return new yn(E);case"FeatureCollection":for(Le=0,Ce=c.features.length;Le<Ce;Le++){var Ve=is(c.features[Le],s);Ve&&E.push(Ve)}return new yn(E);default:throw new Error("Invalid GeoJSON object.")}}function Nu(t,s,c,p){return t?t(s,c):new ts(c,p&&p.markersInheritOptions&&p)}function Eo(t){return new W(t[1],t[0],t[2])}function rs(t,s,c){for(var p=[],E=0,P=t.length,ne;E<P;E++)ne=s?rs(t[E],s-1,c):(c||Eo)(t[E]),p.push(ne);return p}function So(t,s){return t=G(t),t.alt!==void 0?[d(t.lng,s),d(t.lat,s),d(t.alt,s)]:[d(t.lng,s),d(t.lat,s)]}function ss(t,s,c,p){for(var E=[],P=0,ne=t.length;P<ne;P++)E.push(s?ss(t[P],Vt(t[P])?0:s-1,c,p):So(t[P],p));return!s&&c&&E.length>0&&E.push(E[0].slice()),E}function Li(t,s){return t.feature?o({},t.feature,{geometry:s}):os(s)}function os(t){return t.type==="Feature"||t.type==="FeatureCollection"?t:{type:"Feature",properties:{},geometry:t}}var To={toGeoJSON:function(t){return Li(this,{type:"Point",coordinates:So(this.getLatLng(),t)})}};ts.include(To),xo.include(To),ns.include(To),vn.include({toGeoJSON:function(t){var s=!Vt(this._latlngs),c=ss(this._latlngs,s?1:0,!1,t);return Li(this,{type:(s?"Multi":"")+"LineString",coordinates:c})}}),Ti.include({toGeoJSON:function(t){var s=!Vt(this._latlngs),c=s&&!Vt(this._latlngs[0]),p=ss(this._latlngs,c?2:s?1:0,!0,t);return s||(p=[p]),Li(this,{type:(c?"Multi":"")+"Polygon",coordinates:p})}}),Ei.include({toMultiPoint:function(t){var s=[];return this.eachLayer(function(c){s.push(c.toGeoJSON(t).geometry.coordinates)}),Li(this,{type:"MultiPoint",coordinates:s})},toGeoJSON:function(t){var s=this.feature&&this.feature.geometry&&this.feature.geometry.type;if(s==="MultiPoint")return this.toMultiPoint(t);var c=s==="GeometryCollection",p=[];return this.eachLayer(function(E){if(E.toGeoJSON){var P=E.toGeoJSON(t);if(c)p.push(P.geometry);else{var ne=os(P);ne.type==="FeatureCollection"?p.push.apply(p,ne.features):p.push(ne)}}}),c?Li(this,{geometries:p,type:"GeometryCollection"}):{type:"FeatureCollection",features:p}}});function Au(t,s){return new bn(t,s)}var zp=Au,as=en.extend({options:{opacity:1,alt:"",interactive:!1,crossOrigin:!1,errorOverlayUrl:"",zIndex:1,className:""},initialize:function(t,s,c){this._url=t,this._bounds=me(s),T(this,c)},onAdd:function(){this._image||(this._initImage(),this.options.opacity<1&&this._updateOpacity()),this.options.interactive&&(ze(this._image,"leaflet-interactive"),this.addInteractiveTarget(this._image)),this.getPane().appendChild(this._image),this._reset()},onRemove:function(){ut(this._image),this.options.interactive&&this.removeInteractiveTarget(this._image)},setOpacity:function(t){return this.options.opacity=t,this._image&&this._updateOpacity(),this},setStyle:function(t){return t.opacity&&this.setOpacity(t.opacity),this},bringToFront:function(){return this._map&&wi(this._image),this},bringToBack:function(){return this._map&&xi(this._image),this},setUrl:function(t){return this._url=t,this._image&&(this._image.src=t),this},setBounds:function(t){return this._bounds=me(t),this._map&&this._reset(),this},getEvents:function(){var t={zoom:this._reset,viewreset:this._reset};return this._zoomAnimated&&(t.zoomanim=this._animateZoom),t},setZIndex:function(t){return this.options.zIndex=t,this._updateZIndex(),this},getBounds:function(){return this._bounds},getElement:function(){return this._image},_initImage:function(){var t=this._url.tagName==="IMG",s=this._image=t?this._url:Ke("img");if(ze(s,"leaflet-image-layer"),this._zoomAnimated&&ze(s,"leaflet-zoom-animated"),this.options.className&&ze(s,this.options.className),s.onselectstart=_,s.onmousemove=_,s.onload=l(this.fire,this,"load"),s.onerror=l(this._overlayOnError,this,"error"),(this.options.crossOrigin||this.options.crossOrigin==="")&&(s.crossOrigin=this.options.crossOrigin===!0?"":this.options.crossOrigin),this.options.zIndex&&this._updateZIndex(),t){this._url=s.src;return}s.src=this._url,s.alt=this.options.alt},_animateZoom:function(t){var s=this._map.getZoomScale(t.zoom),c=this._map._latLngBoundsToNewLayerBounds(this._bounds,t.zoom,t.center).min;Jn(this._image,c,s)},_reset:function(){var t=this._image,s=new Z(this._map.latLngToLayerPoint(this._bounds.getNorthWest()),this._map.latLngToLayerPoint(this._bounds.getSouthEast())),c=s.getSize();_t(t,s.min),t.style.width=c.x+"px",t.style.height=c.y+"px"},_updateOpacity:function(){Ht(this._image,this.options.opacity)},_updateZIndex:function(){this._image&&this.options.zIndex!==void 0&&this.options.zIndex!==null&&(this._image.style.zIndex=this.options.zIndex)},_overlayOnError:function(){this.fire("error");var t=this.options.errorOverlayUrl;t&&this._url!==t&&(this._url=t,this._image.src=t)},getCenter:function(){return this._bounds.getCenter()}}),Up=function(t,s,c){return new as(t,s,c)},Ru=as.extend({options:{autoplay:!0,loop:!0,keepAspectRatio:!0,muted:!1,playsInline:!0},_initImage:function(){var t=this._url.tagName==="VIDEO",s=this._image=t?this._url:Ke("video");if(ze(s,"leaflet-image-layer"),this._zoomAnimated&&ze(s,"leaflet-zoom-animated"),this.options.className&&ze(s,this.options.className),s.onselectstart=_,s.onmousemove=_,s.onloadeddata=l(this.fire,this,"load"),t){for(var c=s.getElementsByTagName("source"),p=[],E=0;E<c.length;E++)p.push(c[E].src);this._url=c.length>0?p:[s.src];return}S(this._url)||(this._url=[this._url]),!this.options.keepAspectRatio&&Object.prototype.hasOwnProperty.call(s.style,"objectFit")&&(s.style.objectFit="fill"),s.autoplay=!!this.options.autoplay,s.loop=!!this.options.loop,s.muted=!!this.options.muted,s.playsInline=!!this.options.playsInline;for(var P=0;P<this._url.length;P++){var ne=Ke("source");ne.src=this._url[P],s.appendChild(ne)}}});function Hp(t,s,c){return new Ru(t,s,c)}var Cu=as.extend({_initImage:function(){var t=this._image=this._url;ze(t,"leaflet-image-layer"),this._zoomAnimated&&ze(t,"leaflet-zoom-animated"),this.options.className&&ze(t,this.options.className),t.onselectstart=_,t.onmousemove=_}});function Vp(t,s,c){return new Cu(t,s,c)}var fn=en.extend({options:{interactive:!1,offset:[0,0],className:"",pane:void 0,content:""},initialize:function(t,s){t&&(t instanceof W||S(t))?(this._latlng=G(t),T(this,s)):(T(this,t),this._source=s),this.options.content&&(this._content=this.options.content)},openOn:function(t){return t=arguments.length?t:this._source._map,t.hasLayer(this)||t.addLayer(this),this},close:function(){return this._map&&this._map.removeLayer(this),this},toggle:function(t){return this._map?this.close():(arguments.length?this._source=t:t=this._source,this._prepareOpen(),this.openOn(t._map)),this},onAdd:function(t){this._zoomAnimated=t._zoomAnimated,this._container||this._initLayout(),t._fadeAnimated&&Ht(this._container,0),clearTimeout(this._removeTimeout),this.getPane().appendChild(this._container),this.update(),t._fadeAnimated&&Ht(this._container,1),this.bringToFront(),this.options.interactive&&(ze(this._container,"leaflet-interactive"),this.addInteractiveTarget(this._container))},onRemove:function(t){t._fadeAnimated?(Ht(this._container,0),this._removeTimeout=setTimeout(l(ut,void 0,this._container),200)):ut(this._container),this.options.interactive&&(ft(this._container,"leaflet-interactive"),this.removeInteractiveTarget(this._container))},getLatLng:function(){return this._latlng},setLatLng:function(t){return this._latlng=G(t),this._map&&(this._updatePosition(),this._adjustPan()),this},getContent:function(){return this._content},setContent:function(t){return this._content=t,this.update(),this},getElement:function(){return this._container},update:function(){this._map&&(this._container.style.visibility="hidden",this._updateContent(),this._updateLayout(),this._updatePosition(),this._container.style.visibility="",this._adjustPan())},getEvents:function(){var t={zoom:this._updatePosition,viewreset:this._updatePosition};return this._zoomAnimated&&(t.zoomanim=this._animateZoom),t},isOpen:function(){return!!this._map&&this._map.hasLayer(this)},bringToFront:function(){return this._map&&wi(this._container),this},bringToBack:function(){return this._map&&xi(this._container),this},_prepareOpen:function(t){var s=this._source;if(!s._map)return!1;if(s instanceof yn){s=null;var c=this._source._layers;for(var p in c)if(c[p]._map){s=c[p];break}if(!s)return!1;this._source=s}if(!t)if(s.getCenter)t=s.getCenter();else if(s.getLatLng)t=s.getLatLng();else if(s.getBounds)t=s.getBounds().getCenter();else throw new Error("Unable to get source layer LatLng.");return this.setLatLng(t),this._map&&this.update(),!0},_updateContent:function(){if(this._content){var t=this._contentNode,s=typeof this._content=="function"?this._content(this._source||this):this._content;if(typeof s=="string")t.innerHTML=s;else{for(;t.hasChildNodes();)t.removeChild(t.firstChild);t.appendChild(s)}this.fire("contentupdate")}},_updatePosition:function(){if(this._map){var t=this._map.latLngToLayerPoint(this._latlng),s=I(this.options.offset),c=this._getAnchor();this._zoomAnimated?_t(this._container,t.add(c)):s=s.add(t).add(c);var p=this._containerBottom=-s.y,E=this._containerLeft=-Math.round(this._containerWidth/2)+s.x;this._container.style.bottom=p+"px",this._container.style.left=E+"px"}},_getAnchor:function(){return[0,0]}});Xe.include({_initOverlay:function(t,s,c,p){var E=s;return E instanceof t||(E=new t(p).setContent(s)),c&&E.setLatLng(c),E}}),en.include({_initOverlay:function(t,s,c,p){var E=c;return E instanceof t?(T(E,p),E._source=this):(E=s&&!p?s:new t(p,this),E.setContent(c)),E}});var ls=fn.extend({options:{pane:"popupPane",offset:[0,7],maxWidth:300,minWidth:50,maxHeight:null,autoPan:!0,autoPanPaddingTopLeft:null,autoPanPaddingBottomRight:null,autoPanPadding:[5,5],keepInView:!1,closeButton:!0,autoClose:!0,closeOnEscapeKey:!0,className:""},openOn:function(t){return t=arguments.length?t:this._source._map,!t.hasLayer(this)&&t._popup&&t._popup.options.autoClose&&t.removeLayer(t._popup),t._popup=this,fn.prototype.openOn.call(this,t)},onAdd:function(t){fn.prototype.onAdd.call(this,t),t.fire("popupopen",{popup:this}),this._source&&(this._source.fire("popupopen",{popup:this},!0),this._source instanceof Fn||this._source.on("preclick",Yn))},onRemove:function(t){fn.prototype.onRemove.call(this,t),t.fire("popupclose",{popup:this}),this._source&&(this._source.fire("popupclose",{popup:this},!0),this._source instanceof Fn||this._source.off("preclick",Yn))},getEvents:function(){var t=fn.prototype.getEvents.call(this);return(this.options.closeOnClick!==void 0?this.options.closeOnClick:this._map.options.closePopupOnClick)&&(t.preclick=this.close),this.options.keepInView&&(t.moveend=this._adjustPan),t},_initLayout:function(){var t="leaflet-popup",s=this._container=Ke("div",t+" "+(this.options.className||"")+" leaflet-zoom-animated"),c=this._wrapper=Ke("div",t+"-content-wrapper",s);if(this._contentNode=Ke("div",t+"-content",c),Yi(s),po(this._contentNode),qe(s,"contextmenu",Yn),this._tipContainer=Ke("div",t+"-tip-container",s),this._tip=Ke("div",t+"-tip",this._tipContainer),this.options.closeButton){var p=this._closeButton=Ke("a",t+"-close-button",s);p.setAttribute("role","button"),p.setAttribute("aria-label","Close popup"),p.href="#close",p.innerHTML='<span aria-hidden="true">&#215;</span>',qe(p,"click",function(E){Et(E),this.close()},this)}},_updateLayout:function(){var t=this._contentNode,s=t.style;s.width="",s.whiteSpace="nowrap";var c=t.offsetWidth;c=Math.min(c,this.options.maxWidth),c=Math.max(c,this.options.minWidth),s.width=c+1+"px",s.whiteSpace="",s.height="";var p=t.offsetHeight,E=this.options.maxHeight,P="leaflet-popup-scrolled";E&&p>E?(s.height=E+"px",ze(t,P)):ft(t,P),this._containerWidth=this._container.offsetWidth},_animateZoom:function(t){var s=this._map._latLngToNewLayerPoint(this._latlng,t.zoom,t.center),c=this._getAnchor();_t(this._container,s.add(c))},_adjustPan:function(){if(this.options.autoPan){if(this._map._panAnim&&this._map._panAnim.stop(),this._autopanning){this._autopanning=!1;return}var t=this._map,s=parseInt(Xi(this._container,"marginBottom"),10)||0,c=this._container.offsetHeight+s,p=this._containerWidth,E=new j(this._containerLeft,-c-this._containerBottom);E._add(Kn(this._container));var P=t.layerPointToContainerPoint(E),ne=I(this.options.autoPanPadding),he=I(this.options.autoPanPaddingTopLeft||ne),ye=I(this.options.autoPanPaddingBottomRight||ne),Le=t.getSize(),Ce=0,Oe=0;P.x+p+ye.x>Le.x&&(Ce=P.x+p-Le.x+ye.x),P.x-Ce-he.x<0&&(Ce=P.x-he.x),P.y+c+ye.y>Le.y&&(Oe=P.y+c-Le.y+ye.y),P.y-Oe-he.y<0&&(Oe=P.y-he.y),(Ce||Oe)&&(this.options.keepInView&&(this._autopanning=!0),t.fire("autopanstart").panBy([Ce,Oe]))}},_getAnchor:function(){return I(this._source&&this._source._getPopupAnchor?this._source._getPopupAnchor():[0,0])}}),Gp=function(t,s){return new ls(t,s)};Xe.mergeOptions({closePopupOnClick:!0}),Xe.include({openPopup:function(t,s,c){return this._initOverlay(ls,t,s,c).openOn(this),this},closePopup:function(t){return t=arguments.length?t:this._popup,t&&t.close(),this}}),en.include({bindPopup:function(t,s){return this._popup=this._initOverlay(ls,this._popup,t,s),this._popupHandlersAdded||(this.on({click:this._openPopup,keypress:this._onKeyPress,remove:this.closePopup,move:this._movePopup}),this._popupHandlersAdded=!0),this},unbindPopup:function(){return this._popup&&(this.off({click:this._openPopup,keypress:this._onKeyPress,remove:this.closePopup,move:this._movePopup}),this._popupHandlersAdded=!1,this._popup=null),this},openPopup:function(t){return this._popup&&(this instanceof yn||(this._popup._source=this),this._popup._prepareOpen(t||this._latlng)&&this._popup.openOn(this._map)),this},closePopup:function(){return this._popup&&this._popup.close(),this},togglePopup:function(){return this._popup&&this._popup.toggle(this),this},isPopupOpen:function(){return this._popup?this._popup.isOpen():!1},setPopupContent:function(t){return this._popup&&this._popup.setContent(t),this},getPopup:function(){return this._popup},_openPopup:function(t){if(!(!this._popup||!this._map)){ei(t);var s=t.layer||t.target;if(this._popup._source===s&&!(s instanceof Fn)){this._map.hasLayer(this._popup)?this.closePopup():this.openPopup(t.latlng);return}this._popup._source=s,this.openPopup(t.latlng)}},_movePopup:function(t){this._popup.setLatLng(t.latlng)},_onKeyPress:function(t){t.originalEvent.keyCode===13&&this._openPopup(t)}});var us=fn.extend({options:{pane:"tooltipPane",offset:[0,0],direction:"auto",permanent:!1,sticky:!1,opacity:.9},onAdd:function(t){fn.prototype.onAdd.call(this,t),this.setOpacity(this.options.opacity),t.fire("tooltipopen",{tooltip:this}),this._source&&(this.addEventParent(this._source),this._source.fire("tooltipopen",{tooltip:this},!0))},onRemove:function(t){fn.prototype.onRemove.call(this,t),t.fire("tooltipclose",{tooltip:this}),this._source&&(this.removeEventParent(this._source),this._source.fire("tooltipclose",{tooltip:this},!0))},getEvents:function(){var t=fn.prototype.getEvents.call(this);return this.options.permanent||(t.preclick=this.close),t},_initLayout:function(){var t="leaflet-tooltip",s=t+" "+(this.options.className||"")+" leaflet-zoom-"+(this._zoomAnimated?"animated":"hide");this._contentNode=this._container=Ke("div",s),this._container.setAttribute("role","tooltip"),this._container.setAttribute("id","leaflet-tooltip-"+f(this))},_updateLayout:function(){},_adjustPan:function(){},_setPosition:function(t){var s,c,p=this._map,E=this._container,P=p.latLngToContainerPoint(p.getCenter()),ne=p.layerPointToContainerPoint(t),he=this.options.direction,ye=E.offsetWidth,Le=E.offsetHeight,Ce=I(this.options.offset),Oe=this._getAnchor();he==="top"?(s=ye/2,c=Le):he==="bottom"?(s=ye/2,c=0):he==="center"?(s=ye/2,c=Le/2):he==="right"?(s=0,c=Le/2):he==="left"?(s=ye,c=Le/2):ne.x<P.x?(he="right",s=0,c=Le/2):(he="left",s=ye+(Ce.x+Oe.x)*2,c=Le/2),t=t.subtract(I(s,c,!0)).add(Ce).add(Oe),ft(E,"leaflet-tooltip-right"),ft(E,"leaflet-tooltip-left"),ft(E,"leaflet-tooltip-top"),ft(E,"leaflet-tooltip-bottom"),ze(E,"leaflet-tooltip-"+he),_t(E,t)},_updatePosition:function(){var t=this._map.latLngToLayerPoint(this._latlng);this._setPosition(t)},setOpacity:function(t){this.options.opacity=t,this._container&&Ht(this._container,t)},_animateZoom:function(t){var s=this._map._latLngToNewLayerPoint(this._latlng,t.zoom,t.center);this._setPosition(s)},_getAnchor:function(){return I(this._source&&this._source._getTooltipAnchor&&!this.options.sticky?this._source._getTooltipAnchor():[0,0])}}),Wp=function(t,s){return new us(t,s)};Xe.include({openTooltip:function(t,s,c){return this._initOverlay(us,t,s,c).openOn(this),this},closeTooltip:function(t){return t.close(),this}}),en.include({bindTooltip:function(t,s){return this._tooltip&&this.isTooltipOpen()&&this.unbindTooltip(),this._tooltip=this._initOverlay(us,this._tooltip,t,s),this._initTooltipInteractions(),this._tooltip.options.permanent&&this._map&&this._map.hasLayer(this)&&this.openTooltip(),this},unbindTooltip:function(){return this._tooltip&&(this._initTooltipInteractions(!0),this.closeTooltip(),this._tooltip=null),this},_initTooltipInteractions:function(t){if(!(!t&&this._tooltipHandlersAdded)){var s=t?"off":"on",c={remove:this.closeTooltip,move:this._moveTooltip};this._tooltip.options.permanent?c.add=this._openTooltip:(c.mouseover=this._openTooltip,c.mouseout=this.closeTooltip,c.click=this._openTooltip,this._map?this._addFocusListeners():c.add=this._addFocusListeners),this._tooltip.options.sticky&&(c.mousemove=this._moveTooltip),this[s](c),this._tooltipHandlersAdded=!t}},openTooltip:function(t){return this._tooltip&&(this instanceof yn||(this._tooltip._source=this),this._tooltip._prepareOpen(t)&&(this._tooltip.openOn(this._map),this.getElement?this._setAriaDescribedByOnLayer(this):this.eachLayer&&this.eachLayer(this._setAriaDescribedByOnLayer,this))),this},closeTooltip:function(){if(this._tooltip)return this._tooltip.close()},toggleTooltip:function(){return this._tooltip&&this._tooltip.toggle(this),this},isTooltipOpen:function(){return this._tooltip.isOpen()},setTooltipContent:function(t){return this._tooltip&&this._tooltip.setContent(t),this},getTooltip:function(){return this._tooltip},_addFocusListeners:function(){this.getElement?this._addFocusListenersOnLayer(this):this.eachLayer&&this.eachLayer(this._addFocusListenersOnLayer,this)},_addFocusListenersOnLayer:function(t){var s=typeof t.getElement=="function"&&t.getElement();s&&(qe(s,"focus",function(){this._tooltip._source=t,this.openTooltip()},this),qe(s,"blur",this.closeTooltip,this))},_setAriaDescribedByOnLayer:function(t){var s=typeof t.getElement=="function"&&t.getElement();s&&s.setAttribute("aria-describedby",this._tooltip._container.id)},_openTooltip:function(t){if(!(!this._tooltip||!this._map)){if(this._map.dragging&&this._map.dragging.moving()&&!this._openOnceFlag){this._openOnceFlag=!0;var s=this;this._map.once("moveend",function(){s._openOnceFlag=!1,s._openTooltip(t)});return}this._tooltip._source=t.layer||t.target,this.openTooltip(this._tooltip.options.sticky?t.latlng:void 0)}},_moveTooltip:function(t){var s=t.latlng,c,p;this._tooltip.options.sticky&&t.originalEvent&&(c=this._map.mouseEventToContainerPoint(t.originalEvent),p=this._map.containerPointToLayerPoint(c),s=this._map.layerPointToLatLng(p)),this._tooltip.setLatLng(s)}});var Pu=Si.extend({options:{iconSize:[12,12],html:!1,bgPos:null,className:"leaflet-div-icon"},createIcon:function(t){var s=t&&t.tagName==="DIV"?t:document.createElement("div"),c=this.options;if(c.html instanceof Element?(Xr(s),s.appendChild(c.html)):s.innerHTML=c.html!==!1?c.html:"",c.bgPos){var p=I(c.bgPos);s.style.backgroundPosition=-p.x+"px "+-p.y+"px"}return this._setIconStyles(s,"icon"),s},createShadow:function(){return null}});function Zp(t){return new Pu(t)}Si.Default=nr;var ir=en.extend({options:{tileSize:256,opacity:1,updateWhenIdle:ke.mobile,updateWhenZooming:!0,updateInterval:200,zIndex:1,bounds:null,minZoom:0,maxZoom:void 0,maxNativeZoom:void 0,minNativeZoom:void 0,noWrap:!1,pane:"tilePane",className:"",keepBuffer:2},initialize:function(t){T(this,t)},onAdd:function(){this._initContainer(),this._levels={},this._tiles={},this._resetView()},beforeAdd:function(t){t._addZoomLimit(this)},onRemove:function(t){this._removeAllTiles(),ut(this._container),t._removeZoomLimit(this),this._container=null,this._tileZoom=void 0},bringToFront:function(){return this._map&&(wi(this._container),this._setAutoZIndex(Math.max)),this},bringToBack:function(){return this._map&&(xi(this._container),this._setAutoZIndex(Math.min)),this},getContainer:function(){return this._container},setOpacity:function(t){return this.options.opacity=t,this._updateOpacity(),this},setZIndex:function(t){return this.options.zIndex=t,this._updateZIndex(),this},isLoading:function(){return this._loading},redraw:function(){if(this._map){this._removeAllTiles();var t=this._clampZoom(this._map.getZoom());t!==this._tileZoom&&(this._tileZoom=t,this._updateLevels()),this._update()}return this},getEvents:function(){var t={viewprereset:this._invalidateAll,viewreset:this._resetView,zoom:this._resetView,moveend:this._onMoveEnd};return this.options.updateWhenIdle||(this._onMove||(this._onMove=h(this._onMoveEnd,this.options.updateInterval,this)),t.move=this._onMove),this._zoomAnimated&&(t.zoomanim=this._animateZoom),t},createTile:function(){return document.createElement("div")},getTileSize:function(){var t=this.options.tileSize;return t instanceof j?t:new j(t,t)},_updateZIndex:function(){this._container&&this.options.zIndex!==void 0&&this.options.zIndex!==null&&(this._container.style.zIndex=this.options.zIndex)},_setAutoZIndex:function(t){for(var s=this.getPane().children,c=-t(-1/0,1/0),p=0,E=s.length,P;p<E;p++)P=s[p].style.zIndex,s[p]!==this._container&&P&&(c=t(c,+P));isFinite(c)&&(this.options.zIndex=c+t(-1,1),this._updateZIndex())},_updateOpacity:function(){if(this._map&&!ke.ielt9){Ht(this._container,this.options.opacity);var t=+new Date,s=!1,c=!1;for(var p in this._tiles){var E=this._tiles[p];if(!(!E.current||!E.loaded)){var P=Math.min(1,(t-E.loaded)/200);Ht(E.el,P),P<1?s=!0:(E.active?c=!0:this._onOpaqueTile(E),E.active=!0)}}c&&!this._noPrune&&this._pruneTiles(),s&&(X(this._fadeFrame),this._fadeFrame=B(this._updateOpacity,this))}},_onOpaqueTile:_,_initContainer:function(){this._container||(this._container=Ke("div","leaflet-layer "+(this.options.className||"")),this._updateZIndex(),this.options.opacity<1&&this._updateOpacity(),this.getPane().appendChild(this._container))},_updateLevels:function(){var t=this._tileZoom,s=this.options.maxZoom;if(t!==void 0){for(var c in this._levels)c=Number(c),this._levels[c].el.children.length||c===t?(this._levels[c].el.style.zIndex=s-Math.abs(t-c),this._onUpdateLevel(c)):(ut(this._levels[c].el),this._removeTilesAtZoom(c),this._onRemoveLevel(c),delete this._levels[c]);var p=this._levels[t],E=this._map;return p||(p=this._levels[t]={},p.el=Ke("div","leaflet-tile-container leaflet-zoom-animated",this._container),p.el.style.zIndex=s,p.origin=E.project(E.unproject(E.getPixelOrigin()),t).round(),p.zoom=t,this._setZoomTransform(p,E.getCenter(),E.getZoom()),_(p.el.offsetWidth),this._onCreateLevel(p)),this._level=p,p}},_onUpdateLevel:_,_onRemoveLevel:_,_onCreateLevel:_,_pruneTiles:function(){if(this._map){var t,s,c=this._map.getZoom();if(c>this.options.maxZoom||c<this.options.minZoom){this._removeAllTiles();return}for(t in this._tiles)s=this._tiles[t],s.retain=s.current;for(t in this._tiles)if(s=this._tiles[t],s.current&&!s.active){var p=s.coords;this._retainParent(p.x,p.y,p.z,p.z-5)||this._retainChildren(p.x,p.y,p.z,p.z+2)}for(t in this._tiles)this._tiles[t].retain||this._removeTile(t)}},_removeTilesAtZoom:function(t){for(var s in this._tiles)this._tiles[s].coords.z===t&&this._removeTile(s)},_removeAllTiles:function(){for(var t in this._tiles)this._removeTile(t)},_invalidateAll:function(){for(var t in this._levels)ut(this._levels[t].el),this._onRemoveLevel(Number(t)),delete this._levels[t];this._removeAllTiles(),this._tileZoom=void 0},_retainParent:function(t,s,c,p){var E=Math.floor(t/2),P=Math.floor(s/2),ne=c-1,he=new j(+E,+P);he.z=+ne;var ye=this._tileCoordsToKey(he),Le=this._tiles[ye];return Le&&Le.active?(Le.retain=!0,!0):(Le&&Le.loaded&&(Le.retain=!0),ne>p?this._retainParent(E,P,ne,p):!1)},_retainChildren:function(t,s,c,p){for(var E=2*t;E<2*t+2;E++)for(var P=2*s;P<2*s+2;P++){var ne=new j(E,P);ne.z=c+1;var he=this._tileCoordsToKey(ne),ye=this._tiles[he];if(ye&&ye.active){ye.retain=!0;continue}else ye&&ye.loaded&&(ye.retain=!0);c+1<p&&this._retainChildren(E,P,c+1,p)}},_resetView:function(t){var s=t&&(t.pinch||t.flyTo);this._setView(this._map.getCenter(),this._map.getZoom(),s,s)},_animateZoom:function(t){this._setView(t.center,t.zoom,!0,t.noUpdate)},_clampZoom:function(t){var s=this.options;return s.minNativeZoom!==void 0&&t<s.minNativeZoom?s.minNativeZoom:s.maxNativeZoom!==void 0&&s.maxNativeZoom<t?s.maxNativeZoom:t},_setView:function(t,s,c,p){var E=Math.round(s);this.options.maxZoom!==void 0&&E>this.options.maxZoom||this.options.minZoom!==void 0&&E<this.options.minZoom?E=void 0:E=this._clampZoom(E);var P=this.options.updateWhenZooming&&E!==this._tileZoom;(!p||P)&&(this._tileZoom=E,this._abortLoading&&this._abortLoading(),this._updateLevels(),this._resetGrid(),E!==void 0&&this._update(t),c||this._pruneTiles(),this._noPrune=!!c),this._setZoomTransforms(t,s)},_setZoomTransforms:function(t,s){for(var c in this._levels)this._setZoomTransform(this._levels[c],t,s)},_setZoomTransform:function(t,s,c){var p=this._map.getZoomScale(c,t.zoom),E=t.origin.multiplyBy(p).subtract(this._map._getNewPixelOrigin(s,c)).round();ke.any3d?Jn(t.el,E,p):_t(t.el,E)},_resetGrid:function(){var t=this._map,s=t.options.crs,c=this._tileSize=this.getTileSize(),p=this._tileZoom,E=this._map.getPixelWorldBounds(this._tileZoom);E&&(this._globalTileRange=this._pxBoundsToTileRange(E)),this._wrapX=s.wrapLng&&!this.options.noWrap&&[Math.floor(t.project([0,s.wrapLng[0]],p).x/c.x),Math.ceil(t.project([0,s.wrapLng[1]],p).x/c.y)],this._wrapY=s.wrapLat&&!this.options.noWrap&&[Math.floor(t.project([s.wrapLat[0],0],p).y/c.x),Math.ceil(t.project([s.wrapLat[1],0],p).y/c.y)]},_onMoveEnd:function(){!this._map||this._map._animatingZoom||this._update()},_getTiledPixelBounds:function(t){var s=this._map,c=s._animatingZoom?Math.max(s._animateToZoom,s.getZoom()):s.getZoom(),p=s.getZoomScale(c,this._tileZoom),E=s.project(t,this._tileZoom).floor(),P=s.getSize().divideBy(p*2);return new Z(E.subtract(P),E.add(P))},_update:function(t){var s=this._map;if(s){var c=this._clampZoom(s.getZoom());if(t===void 0&&(t=s.getCenter()),this._tileZoom!==void 0){var p=this._getTiledPixelBounds(t),E=this._pxBoundsToTileRange(p),P=E.getCenter(),ne=[],he=this.options.keepBuffer,ye=new Z(E.getBottomLeft().subtract([he,-he]),E.getTopRight().add([he,-he]));if(!(isFinite(E.min.x)&&isFinite(E.min.y)&&isFinite(E.max.x)&&isFinite(E.max.y)))throw new Error("Attempted to load an infinite number of tiles");for(var Le in this._tiles){var Ce=this._tiles[Le].coords;(Ce.z!==this._tileZoom||!ye.contains(new j(Ce.x,Ce.y)))&&(this._tiles[Le].current=!1)}if(Math.abs(c-this._tileZoom)>1){this._setView(t,c);return}for(var Oe=E.min.y;Oe<=E.max.y;Oe++)for(var Ve=E.min.x;Ve<=E.max.x;Ve++){var Rt=new j(Ve,Oe);if(Rt.z=this._tileZoom,!!this._isValidTile(Rt)){var xt=this._tiles[this._tileCoordsToKey(Rt)];xt?xt.current=!0:ne.push(Rt)}}if(ne.sort(function(Mt,Ni){return Mt.distanceTo(P)-Ni.distanceTo(P)}),ne.length!==0){this._loading||(this._loading=!0,this.fire("loading"));var Gt=document.createDocumentFragment();for(Ve=0;Ve<ne.length;Ve++)this._addTile(ne[Ve],Gt);this._level.el.appendChild(Gt)}}}},_isValidTile:function(t){var s=this._map.options.crs;if(!s.infinite){var c=this._globalTileRange;if(!s.wrapLng&&(t.x<c.min.x||t.x>c.max.x)||!s.wrapLat&&(t.y<c.min.y||t.y>c.max.y))return!1}if(!this.options.bounds)return!0;var p=this._tileCoordsToBounds(t);return me(this.options.bounds).overlaps(p)},_keyToBounds:function(t){return this._tileCoordsToBounds(this._keyToTileCoords(t))},_tileCoordsToNwSe:function(t){var s=this._map,c=this.getTileSize(),p=t.scaleBy(c),E=p.add(c),P=s.unproject(p,t.z),ne=s.unproject(E,t.z);return[P,ne]},_tileCoordsToBounds:function(t){var s=this._tileCoordsToNwSe(t),c=new ee(s[0],s[1]);return this.options.noWrap||(c=this._map.wrapLatLngBounds(c)),c},_tileCoordsToKey:function(t){return t.x+":"+t.y+":"+t.z},_keyToTileCoords:function(t){var s=t.split(":"),c=new j(+s[0],+s[1]);return c.z=+s[2],c},_removeTile:function(t){var s=this._tiles[t];s&&(ut(s.el),delete this._tiles[t],this.fire("tileunload",{tile:s.el,coords:this._keyToTileCoords(t)}))},_initTile:function(t){ze(t,"leaflet-tile");var s=this.getTileSize();t.style.width=s.x+"px",t.style.height=s.y+"px",t.onselectstart=_,t.onmousemove=_,ke.ielt9&&this.options.opacity<1&&Ht(t,this.options.opacity)},_addTile:function(t,s){var c=this._getTilePos(t),p=this._tileCoordsToKey(t),E=this.createTile(this._wrapCoords(t),l(this._tileReady,this,t));this._initTile(E),this.createTile.length<2&&B(l(this._tileReady,this,t,null,E)),_t(E,c),this._tiles[p]={el:E,coords:t,current:!0},s.appendChild(E),this.fire("tileloadstart",{tile:E,coords:t})},_tileReady:function(t,s,c){s&&this.fire("tileerror",{error:s,tile:c,coords:t});var p=this._tileCoordsToKey(t);c=this._tiles[p],c&&(c.loaded=+new Date,this._map._fadeAnimated?(Ht(c.el,0),X(this._fadeFrame),this._fadeFrame=B(this._updateOpacity,this)):(c.active=!0,this._pruneTiles()),s||(ze(c.el,"leaflet-tile-loaded"),this.fire("tileload",{tile:c.el,coords:t})),this._noTilesToLoad()&&(this._loading=!1,this.fire("load"),ke.ielt9||!this._map._fadeAnimated?B(this._pruneTiles,this):setTimeout(l(this._pruneTiles,this),250)))},_getTilePos:function(t){return t.scaleBy(this.getTileSize()).subtract(this._level.origin)},_wrapCoords:function(t){var s=new j(this._wrapX?g(t.x,this._wrapX):t.x,this._wrapY?g(t.y,this._wrapY):t.y);return s.z=t.z,s},_pxBoundsToTileRange:function(t){var s=this.getTileSize();return new Z(t.min.unscaleBy(s).floor(),t.max.unscaleBy(s).ceil().subtract([1,1]))},_noTilesToLoad:function(){for(var t in this._tiles)if(!this._tiles[t].loaded)return!1;return!0}});function Xp(t){return new ir(t)}var Ii=ir.extend({options:{minZoom:0,maxZoom:18,subdomains:"abc",errorTileUrl:"",zoomOffset:0,tms:!1,zoomReverse:!1,detectRetina:!1,crossOrigin:!1,referrerPolicy:!1},initialize:function(t,s){this._url=t,s=T(this,s),s.detectRetina&&ke.retina&&s.maxZoom>0?(s.tileSize=Math.floor(s.tileSize/2),s.zoomReverse?(s.zoomOffset--,s.minZoom=Math.min(s.maxZoom,s.minZoom+1)):(s.zoomOffset++,s.maxZoom=Math.max(s.minZoom,s.maxZoom-1)),s.minZoom=Math.max(0,s.minZoom)):s.zoomReverse?s.minZoom=Math.min(s.maxZoom,s.minZoom):s.maxZoom=Math.max(s.minZoom,s.maxZoom),typeof s.subdomains=="string"&&(s.subdomains=s.subdomains.split("")),this.on("tileunload",this._onTileRemove)},setUrl:function(t,s){return this._url===t&&s===void 0&&(s=!0),this._url=t,s||this.redraw(),this},createTile:function(t,s){var c=document.createElement("img");return qe(c,"load",l(this._tileOnLoad,this,s,c)),qe(c,"error",l(this._tileOnError,this,s,c)),(this.options.crossOrigin||this.options.crossOrigin==="")&&(c.crossOrigin=this.options.crossOrigin===!0?"":this.options.crossOrigin),typeof this.options.referrerPolicy=="string"&&(c.referrerPolicy=this.options.referrerPolicy),c.alt="",c.src=this.getTileUrl(t),c},getTileUrl:function(t){var s={r:ke.retina?"@2x":"",s:this._getSubdomain(t),x:t.x,y:t.y,z:this._getZoomForUrl()};if(this._map&&!this._map.options.crs.infinite){var c=this._globalTileRange.max.y-t.y;this.options.tms&&(s.y=c),s["-y"]=c}return R(this._url,o(s,this.options))},_tileOnLoad:function(t,s){ke.ielt9?setTimeout(l(t,this,null,s),0):t(null,s)},_tileOnError:function(t,s,c){var p=this.options.errorTileUrl;p&&s.getAttribute("src")!==p&&(s.src=p),t(c,s)},_onTileRemove:function(t){t.tile.onload=null},_getZoomForUrl:function(){var t=this._tileZoom,s=this.options.maxZoom,c=this.options.zoomReverse,p=this.options.zoomOffset;return c&&(t=s-t),t+p},_getSubdomain:function(t){var s=Math.abs(t.x+t.y)%this.options.subdomains.length;return this.options.subdomains[s]},_abortLoading:function(){var t,s;for(t in this._tiles)if(this._tiles[t].coords.z!==this._tileZoom&&(s=this._tiles[t].el,s.onload=_,s.onerror=_,!s.complete)){s.src=x;var c=this._tiles[t].coords;ut(s),delete this._tiles[t],this.fire("tileabort",{tile:s,coords:c})}},_removeTile:function(t){var s=this._tiles[t];if(s)return s.el.setAttribute("src",x),ir.prototype._removeTile.call(this,t)},_tileReady:function(t,s,c){if(!(!this._map||c&&c.getAttribute("src")===x))return ir.prototype._tileReady.call(this,t,s,c)}});function ku(t,s){return new Ii(t,s)}var Mu=Ii.extend({defaultWmsParams:{service:"WMS",request:"GetMap",layers:"",styles:"",format:"image/jpeg",transparent:!1,version:"1.1.1"},options:{crs:null,uppercase:!1},initialize:function(t,s){this._url=t;var c=o({},this.defaultWmsParams);for(var p in s)p in this.options||(c[p]=s[p]);s=T(this,s);var E=s.detectRetina&&ke.retina?2:1,P=this.getTileSize();c.width=P.x*E,c.height=P.y*E,this.wmsParams=c},onAdd:function(t){this._crs=this.options.crs||t.options.crs,this._wmsVersion=parseFloat(this.wmsParams.version);var s=this._wmsVersion>=1.3?"crs":"srs";this.wmsParams[s]=this._crs.code,Ii.prototype.onAdd.call(this,t)},getTileUrl:function(t){var s=this._tileCoordsToNwSe(t),c=this._crs,p=ie(c.project(s[0]),c.project(s[1])),E=p.min,P=p.max,ne=(this._wmsVersion>=1.3&&this._crs===Lu?[E.y,E.x,P.y,P.x]:[E.x,E.y,P.x,P.y]).join(","),he=Ii.prototype.getTileUrl.call(this,t);return he+N(this.wmsParams,he,this.options.uppercase)+(this.options.uppercase?"&BBOX=":"&bbox=")+ne},setParams:function(t,s){return o(this.wmsParams,t),s||this.redraw(),this}});function Qp(t,s){return new Mu(t,s)}Ii.WMS=Mu,ku.wms=Qp;var wn=en.extend({options:{padding:.1},initialize:function(t){T(this,t),f(this),this._layers=this._layers||{}},onAdd:function(){this._container||(this._initContainer(),ze(this._container,"leaflet-zoom-animated")),this.getPane().appendChild(this._container),this._update(),this.on("update",this._updatePaths,this)},onRemove:function(){this.off("update",this._updatePaths,this),this._destroyContainer()},getEvents:function(){var t={viewreset:this._reset,zoom:this._onZoom,moveend:this._update,zoomend:this._onZoomEnd};return this._zoomAnimated&&(t.zoomanim=this._onAnimZoom),t},_onAnimZoom:function(t){this._updateTransform(t.center,t.zoom)},_onZoom:function(){this._updateTransform(this._map.getCenter(),this._map.getZoom())},_updateTransform:function(t,s){var c=this._map.getZoomScale(s,this._zoom),p=this._map.getSize().multiplyBy(.5+this.options.padding),E=this._map.project(this._center,s),P=p.multiplyBy(-c).add(E).subtract(this._map._getNewPixelOrigin(t,s));ke.any3d?Jn(this._container,P,c):_t(this._container,P)},_reset:function(){this._update(),this._updateTransform(this._center,this._zoom);for(var t in this._layers)this._layers[t]._reset()},_onZoomEnd:function(){for(var t in this._layers)this._layers[t]._project()},_updatePaths:function(){for(var t in this._layers)this._layers[t]._update()},_update:function(){var t=this.options.padding,s=this._map.getSize(),c=this._map.containerPointToLayerPoint(s.multiplyBy(-t)).round();this._bounds=new Z(c,c.add(s.multiplyBy(1+t*2)).round()),this._center=this._map.getCenter(),this._zoom=this._map.getZoom()}}),Du=wn.extend({options:{tolerance:0},getEvents:function(){var t=wn.prototype.getEvents.call(this);return t.viewprereset=this._onViewPreReset,t},_onViewPreReset:function(){this._postponeUpdatePaths=!0},onAdd:function(){wn.prototype.onAdd.call(this),this._draw()},_initContainer:function(){var t=this._container=document.createElement("canvas");qe(t,"mousemove",this._onMouseMove,this),qe(t,"click dblclick mousedown mouseup contextmenu",this._onClick,this),qe(t,"mouseout",this._handleMouseOut,this),t._leaflet_disable_events=!0,this._ctx=t.getContext("2d")},_destroyContainer:function(){X(this._redrawRequest),delete this._ctx,ut(this._container),rt(this._container),delete this._container},_updatePaths:function(){if(!this._postponeUpdatePaths){var t;this._redrawBounds=null;for(var s in this._layers)t=this._layers[s],t._update();this._redraw()}},_update:function(){if(!(this._map._animatingZoom&&this._bounds)){wn.prototype._update.call(this);var t=this._bounds,s=this._container,c=t.getSize(),p=ke.retina?2:1;_t(s,t.min),s.width=p*c.x,s.height=p*c.y,s.style.width=c.x+"px",s.style.height=c.y+"px",ke.retina&&this._ctx.scale(2,2),this._ctx.translate(-t.min.x,-t.min.y),this.fire("update")}},_reset:function(){wn.prototype._reset.call(this),this._postponeUpdatePaths&&(this._postponeUpdatePaths=!1,this._updatePaths())},_initPath:function(t){this._updateDashArray(t),this._layers[f(t)]=t;var s=t._order={layer:t,prev:this._drawLast,next:null};this._drawLast&&(this._drawLast.next=s),this._drawLast=s,this._drawFirst=this._drawFirst||this._drawLast},_addPath:function(t){this._requestRedraw(t)},_removePath:function(t){var s=t._order,c=s.next,p=s.prev;c?c.prev=p:this._drawLast=p,p?p.next=c:this._drawFirst=c,delete t._order,delete this._layers[f(t)],this._requestRedraw(t)},_updatePath:function(t){this._extendRedrawBounds(t),t._project(),t._update(),this._requestRedraw(t)},_updateStyle:function(t){this._updateDashArray(t),this._requestRedraw(t)},_updateDashArray:function(t){if(typeof t.options.dashArray=="string"){var s=t.options.dashArray.split(/[, ]+/),c=[],p,E;for(E=0;E<s.length;E++){if(p=Number(s[E]),isNaN(p))return;c.push(p)}t.options._dashArray=c}else t.options._dashArray=t.options.dashArray},_requestRedraw:function(t){this._map&&(this._extendRedrawBounds(t),this._redrawRequest=this._redrawRequest||B(this._redraw,this))},_extendRedrawBounds:function(t){if(t._pxBounds){var s=(t.options.weight||0)+1;this._redrawBounds=this._redrawBounds||new Z,this._redrawBounds.extend(t._pxBounds.min.subtract([s,s])),this._redrawBounds.extend(t._pxBounds.max.add([s,s]))}},_redraw:function(){this._redrawRequest=null,this._redrawBounds&&(this._redrawBounds.min._floor(),this._redrawBounds.max._ceil()),this._clear(),this._draw(),this._redrawBounds=null},_clear:function(){var t=this._redrawBounds;if(t){var s=t.getSize();this._ctx.clearRect(t.min.x,t.min.y,s.x,s.y)}else this._ctx.save(),this._ctx.setTransform(1,0,0,1,0,0),this._ctx.clearRect(0,0,this._container.width,this._container.height),this._ctx.restore()},_draw:function(){var t,s=this._redrawBounds;if(this._ctx.save(),s){var c=s.getSize();this._ctx.beginPath(),this._ctx.rect(s.min.x,s.min.y,c.x,c.y),this._ctx.clip()}this._drawing=!0;for(var p=this._drawFirst;p;p=p.next)t=p.layer,(!s||t._pxBounds&&t._pxBounds.intersects(s))&&t._updatePath();this._drawing=!1,this._ctx.restore()},_updatePoly:function(t,s){if(this._drawing){var c,p,E,P,ne=t._parts,he=ne.length,ye=this._ctx;if(he){for(ye.beginPath(),c=0;c<he;c++){for(p=0,E=ne[c].length;p<E;p++)P=ne[c][p],ye[p?"lineTo":"moveTo"](P.x,P.y);s&&ye.closePath()}this._fillStroke(ye,t)}}},_updateCircle:function(t){if(!(!this._drawing||t._empty())){var s=t._point,c=this._ctx,p=Math.max(Math.round(t._radius),1),E=(Math.max(Math.round(t._radiusY),1)||p)/p;E!==1&&(c.save(),c.scale(1,E)),c.beginPath(),c.arc(s.x,s.y/E,p,0,Math.PI*2,!1),E!==1&&c.restore(),this._fillStroke(c,t)}},_fillStroke:function(t,s){var c=s.options;c.fill&&(t.globalAlpha=c.fillOpacity,t.fillStyle=c.fillColor||c.color,t.fill(c.fillRule||"evenodd")),c.stroke&&c.weight!==0&&(t.setLineDash&&t.setLineDash(s.options&&s.options._dashArray||[]),t.globalAlpha=c.opacity,t.lineWidth=c.weight,t.strokeStyle=c.color,t.lineCap=c.lineCap,t.lineJoin=c.lineJoin,t.stroke())},_onClick:function(t){for(var s=this._map.mouseEventToLayerPoint(t),c,p,E=this._drawFirst;E;E=E.next)c=E.layer,c.options.interactive&&c._containsPoint(s)&&(!(t.type==="click"||t.type==="preclick")||!this._map._draggableMoved(c))&&(p=c);this._fireEvent(p?[p]:!1,t)},_onMouseMove:function(t){if(!(!this._map||this._map.dragging.moving()||this._map._animatingZoom)){var s=this._map.mouseEventToLayerPoint(t);this._handleMouseHover(t,s)}},_handleMouseOut:function(t){var s=this._hoveredLayer;s&&(ft(this._container,"leaflet-interactive"),this._fireEvent([s],t,"mouseout"),this._hoveredLayer=null,this._mouseHoverThrottled=!1)},_handleMouseHover:function(t,s){if(!this._mouseHoverThrottled){for(var c,p,E=this._drawFirst;E;E=E.next)c=E.layer,c.options.interactive&&c._containsPoint(s)&&(p=c);p!==this._hoveredLayer&&(this._handleMouseOut(t),p&&(ze(this._container,"leaflet-interactive"),this._fireEvent([p],t,"mouseover"),this._hoveredLayer=p)),this._fireEvent(this._hoveredLayer?[this._hoveredLayer]:!1,t),this._mouseHoverThrottled=!0,setTimeout(l(function(){this._mouseHoverThrottled=!1},this),32)}},_fireEvent:function(t,s,c){this._map._fireDOMEvent(s,c||s.type,t)},_bringToFront:function(t){var s=t._order;if(s){var c=s.next,p=s.prev;if(c)c.prev=p;else return;p?p.next=c:c&&(this._drawFirst=c),s.prev=this._drawLast,this._drawLast.next=s,s.next=null,this._drawLast=s,this._requestRedraw(t)}},_bringToBack:function(t){var s=t._order;if(s){var c=s.next,p=s.prev;if(p)p.next=c;else return;c?c.prev=p:p&&(this._drawLast=p),s.prev=null,s.next=this._drawFirst,this._drawFirst.prev=s,this._drawFirst=s,this._requestRedraw(t)}}});function Ou(t){return ke.canvas?new Du(t):null}var rr=(function(){try{return document.namespaces.add("lvml","urn:schemas-microsoft-com:vml"),function(t){return document.createElement("<lvml:"+t+' class="lvml">')}}catch{}return function(t){return document.createElement("<"+t+' xmlns="urn:schemas-microsoft.com:vml" class="lvml">')}})(),Jp={_initContainer:function(){this._container=Ke("div","leaflet-vml-container")},_update:function(){this._map._animatingZoom||(wn.prototype._update.call(this),this.fire("update"))},_initPath:function(t){var s=t._container=rr("shape");ze(s,"leaflet-vml-shape "+(this.options.className||"")),s.coordsize="1 1",t._path=rr("path"),s.appendChild(t._path),this._updateStyle(t),this._layers[f(t)]=t},_addPath:function(t){var s=t._container;this._container.appendChild(s),t.options.interactive&&t.addInteractiveTarget(s)},_removePath:function(t){var s=t._container;ut(s),t.removeInteractiveTarget(s),delete this._layers[f(t)]},_updateStyle:function(t){var s=t._stroke,c=t._fill,p=t.options,E=t._container;E.stroked=!!p.stroke,E.filled=!!p.fill,p.stroke?(s||(s=t._stroke=rr("stroke")),E.appendChild(s),s.weight=p.weight+"px",s.color=p.color,s.opacity=p.opacity,p.dashArray?s.dashStyle=S(p.dashArray)?p.dashArray.join(" "):p.dashArray.replace(/( *, *)/g," "):s.dashStyle="",s.endcap=p.lineCap.replace("butt","flat"),s.joinstyle=p.lineJoin):s&&(E.removeChild(s),t._stroke=null),p.fill?(c||(c=t._fill=rr("fill")),E.appendChild(c),c.color=p.fillColor||p.color,c.opacity=p.fillOpacity):c&&(E.removeChild(c),t._fill=null)},_updateCircle:function(t){var s=t._point.round(),c=Math.round(t._radius),p=Math.round(t._radiusY||c);this._setPath(t,t._empty()?"M0 0":"AL "+s.x+","+s.y+" "+c+","+p+" 0,"+65535*360)},_setPath:function(t,s){t._path.v=s},_bringToFront:function(t){wi(t._container)},_bringToBack:function(t){xi(t._container)}},cs=ke.vml?rr:fe,sr=wn.extend({_initContainer:function(){this._container=cs("svg"),this._container.setAttribute("pointer-events","none"),this._rootGroup=cs("g"),this._container.appendChild(this._rootGroup)},_destroyContainer:function(){ut(this._container),rt(this._container),delete this._container,delete this._rootGroup,delete this._svgSize},_update:function(){if(!(this._map._animatingZoom&&this._bounds)){wn.prototype._update.call(this);var t=this._bounds,s=t.getSize(),c=this._container;(!this._svgSize||!this._svgSize.equals(s))&&(this._svgSize=s,c.setAttribute("width",s.x),c.setAttribute("height",s.y)),_t(c,t.min),c.setAttribute("viewBox",[t.min.x,t.min.y,s.x,s.y].join(" ")),this.fire("update")}},_initPath:function(t){var s=t._path=cs("path");t.options.className&&ze(s,t.options.className),t.options.interactive&&ze(s,"leaflet-interactive"),this._updateStyle(t),this._layers[f(t)]=t},_addPath:function(t){this._rootGroup||this._initContainer(),this._rootGroup.appendChild(t._path),t.addInteractiveTarget(t._path)},_removePath:function(t){ut(t._path),t.removeInteractiveTarget(t._path),delete this._layers[f(t)]},_updatePath:function(t){t._project(),t._update()},_updateStyle:function(t){var s=t._path,c=t.options;s&&(c.stroke?(s.setAttribute("stroke",c.color),s.setAttribute("stroke-opacity",c.opacity),s.setAttribute("stroke-width",c.weight),s.setAttribute("stroke-linecap",c.lineCap),s.setAttribute("stroke-linejoin",c.lineJoin),c.dashArray?s.setAttribute("stroke-dasharray",c.dashArray):s.removeAttribute("stroke-dasharray"),c.dashOffset?s.setAttribute("stroke-dashoffset",c.dashOffset):s.removeAttribute("stroke-dashoffset")):s.setAttribute("stroke","none"),c.fill?(s.setAttribute("fill",c.fillColor||c.color),s.setAttribute("fill-opacity",c.fillOpacity),s.setAttribute("fill-rule",c.fillRule||"evenodd")):s.setAttribute("fill","none"))},_updatePoly:function(t,s){this._setPath(t,xe(t._parts,s))},_updateCircle:function(t){var s=t._point,c=Math.max(Math.round(t._radius),1),p=Math.max(Math.round(t._radiusY),1)||c,E="a"+c+","+p+" 0 1,0 ",P=t._empty()?"M0 0":"M"+(s.x-c)+","+s.y+E+c*2+",0 "+E+-c*2+",0 ";this._setPath(t,P)},_setPath:function(t,s){t._path.setAttribute("d",s)},_bringToFront:function(t){wi(t._path)},_bringToBack:function(t){xi(t._path)}});ke.vml&&sr.include(Jp);function Fu(t){return ke.svg||ke.vml?new sr(t):null}Xe.include({getRenderer:function(t){var s=t.options.renderer||this._getPaneRenderer(t.options.pane)||this.options.renderer||this._renderer;return s||(s=this._renderer=this._createRenderer()),this.hasLayer(s)||this.addLayer(s),s},_getPaneRenderer:function(t){if(t==="overlayPane"||t===void 0)return!1;var s=this._paneRenderers[t];return s===void 0&&(s=this._createRenderer({pane:t}),this._paneRenderers[t]=s),s},_createRenderer:function(t){return this.options.preferCanvas&&Ou(t)||Fu(t)}});var ju=Ti.extend({initialize:function(t,s){Ti.prototype.initialize.call(this,this._boundsToLatLngs(t),s)},setBounds:function(t){return this.setLatLngs(this._boundsToLatLngs(t))},_boundsToLatLngs:function(t){return t=me(t),[t.getSouthWest(),t.getNorthWest(),t.getNorthEast(),t.getSouthEast()]}});function Kp(t,s){return new ju(t,s)}sr.create=cs,sr.pointsToPath=xe,bn.geometryToLayer=is,bn.coordsToLatLng=Eo,bn.coordsToLatLngs=rs,bn.latLngToCoords=So,bn.latLngsToCoords=ss,bn.getFeature=Li,bn.asFeature=os,Xe.mergeOptions({boxZoom:!0});var $u=hn.extend({initialize:function(t){this._map=t,this._container=t._container,this._pane=t._panes.overlayPane,this._resetStateTimeout=0,t.on("unload",this._destroy,this)},addHooks:function(){qe(this._container,"mousedown",this._onMouseDown,this)},removeHooks:function(){rt(this._container,"mousedown",this._onMouseDown,this)},moved:function(){return this._moved},_destroy:function(){ut(this._pane),delete this._pane},_resetState:function(){this._resetStateTimeout=0,this._moved=!1},_clearDeferredResetState:function(){this._resetStateTimeout!==0&&(clearTimeout(this._resetStateTimeout),this._resetStateTimeout=0)},_onMouseDown:function(t){if(!t.shiftKey||t.which!==1&&t.button!==1)return!1;this._clearDeferredResetState(),this._resetState(),Qi(),so(),this._startPoint=this._map.mouseEventToContainerPoint(t),qe(document,{contextmenu:ei,mousemove:this._onMouseMove,mouseup:this._onMouseUp,keydown:this._onKeyDown},this)},_onMouseMove:function(t){this._moved||(this._moved=!0,this._box=Ke("div","leaflet-zoom-box",this._container),ze(this._container,"leaflet-crosshair"),this._map.fire("boxzoomstart")),this._point=this._map.mouseEventToContainerPoint(t);var s=new Z(this._point,this._startPoint),c=s.getSize();_t(this._box,s.min),this._box.style.width=c.x+"px",this._box.style.height=c.y+"px"},_finish:function(){this._moved&&(ut(this._box),ft(this._container,"leaflet-crosshair")),Ji(),oo(),rt(document,{contextmenu:ei,mousemove:this._onMouseMove,mouseup:this._onMouseUp,keydown:this._onKeyDown},this)},_onMouseUp:function(t){if(!(t.which!==1&&t.button!==1)&&(this._finish(),!!this._moved)){this._clearDeferredResetState(),this._resetStateTimeout=setTimeout(l(this._resetState,this),0);var s=new ee(this._map.containerPointToLatLng(this._startPoint),this._map.containerPointToLatLng(this._point));this._map.fitBounds(s).fire("boxzoomend",{boxZoomBounds:s})}},_onKeyDown:function(t){t.keyCode===27&&(this._finish(),this._clearDeferredResetState(),this._resetState())}});Xe.addInitHook("addHandler","boxZoom",$u),Xe.mergeOptions({doubleClickZoom:!0});var Bu=hn.extend({addHooks:function(){this._map.on("dblclick",this._onDoubleClick,this)},removeHooks:function(){this._map.off("dblclick",this._onDoubleClick,this)},_onDoubleClick:function(t){var s=this._map,c=s.getZoom(),p=s.options.zoomDelta,E=t.originalEvent.shiftKey?c-p:c+p;s.options.doubleClickZoom==="center"?s.setZoom(E):s.setZoomAround(t.containerPoint,E)}});Xe.addInitHook("addHandler","doubleClickZoom",Bu),Xe.mergeOptions({dragging:!0,inertia:!0,inertiaDeceleration:3400,inertiaMaxSpeed:1/0,easeLinearity:.2,worldCopyJump:!1,maxBoundsViscosity:0});var qu=hn.extend({addHooks:function(){if(!this._draggable){var t=this._map;this._draggable=new On(t._mapPane,t._container),this._draggable.on({dragstart:this._onDragStart,drag:this._onDrag,dragend:this._onDragEnd},this),this._draggable.on("predrag",this._onPreDragLimit,this),t.options.worldCopyJump&&(this._draggable.on("predrag",this._onPreDragWrap,this),t.on("zoomend",this._onZoomEnd,this),t.whenReady(this._onZoomEnd,this))}ze(this._map._container,"leaflet-grab leaflet-touch-drag"),this._draggable.enable(),this._positions=[],this._times=[]},removeHooks:function(){ft(this._map._container,"leaflet-grab"),ft(this._map._container,"leaflet-touch-drag"),this._draggable.disable()},moved:function(){return this._draggable&&this._draggable._moved},moving:function(){return this._draggable&&this._draggable._moving},_onDragStart:function(){var t=this._map;if(t._stop(),this._map.options.maxBounds&&this._map.options.maxBoundsViscosity){var s=me(this._map.options.maxBounds);this._offsetLimit=ie(this._map.latLngToContainerPoint(s.getNorthWest()).multiplyBy(-1),this._map.latLngToContainerPoint(s.getSouthEast()).multiplyBy(-1).add(this._map.getSize())),this._viscosity=Math.min(1,Math.max(0,this._map.options.maxBoundsViscosity))}else this._offsetLimit=null;t.fire("movestart").fire("dragstart"),t.options.inertia&&(this._positions=[],this._times=[])},_onDrag:function(t){if(this._map.options.inertia){var s=this._lastTime=+new Date,c=this._lastPos=this._draggable._absPos||this._draggable._newPos;this._positions.push(c),this._times.push(s),this._prunePositions(s)}this._map.fire("move",t).fire("drag",t)},_prunePositions:function(t){for(;this._positions.length>1&&t-this._times[0]>50;)this._positions.shift(),this._times.shift()},_onZoomEnd:function(){var t=this._map.getSize().divideBy(2),s=this._map.latLngToLayerPoint([0,0]);this._initialWorldOffset=s.subtract(t).x,this._worldWidth=this._map.getPixelWorldBounds().getSize().x},_viscousLimit:function(t,s){return t-(t-s)*this._viscosity},_onPreDragLimit:function(){if(!(!this._viscosity||!this._offsetLimit)){var t=this._draggable._newPos.subtract(this._draggable._startPos),s=this._offsetLimit;t.x<s.min.x&&(t.x=this._viscousLimit(t.x,s.min.x)),t.y<s.min.y&&(t.y=this._viscousLimit(t.y,s.min.y)),t.x>s.max.x&&(t.x=this._viscousLimit(t.x,s.max.x)),t.y>s.max.y&&(t.y=this._viscousLimit(t.y,s.max.y)),this._draggable._newPos=this._draggable._startPos.add(t)}},_onPreDragWrap:function(){var t=this._worldWidth,s=Math.round(t/2),c=this._initialWorldOffset,p=this._draggable._newPos.x,E=(p-s+c)%t+s-c,P=(p+s+c)%t-s-c,ne=Math.abs(E+c)<Math.abs(P+c)?E:P;this._draggable._absPos=this._draggable._newPos.clone(),this._draggable._newPos.x=ne},_onDragEnd:function(t){var s=this._map,c=s.options,p=!c.inertia||t.noInertia||this._times.length<2;if(s.fire("dragend",t),p)s.fire("moveend");else{this._prunePositions(+new Date);var E=this._lastPos.subtract(this._positions[0]),P=(this._lastTime-this._times[0])/1e3,ne=c.easeLinearity,he=E.multiplyBy(ne/P),ye=he.distanceTo([0,0]),Le=Math.min(c.inertiaMaxSpeed,ye),Ce=he.multiplyBy(Le/ye),Oe=Le/(c.inertiaDeceleration*ne),Ve=Ce.multiplyBy(-Oe/2).round();!Ve.x&&!Ve.y?s.fire("moveend"):(Ve=s._limitOffset(Ve,s.options.maxBounds),B(function(){s.panBy(Ve,{duration:Oe,easeLinearity:ne,noMoveStart:!0,animate:!0})}))}}});Xe.addInitHook("addHandler","dragging",qu),Xe.mergeOptions({keyboard:!0,keyboardPanDelta:80});var zu=hn.extend({keyCodes:{left:[37],right:[39],down:[40],up:[38],zoomIn:[187,107,61,171],zoomOut:[189,109,54,173]},initialize:function(t){this._map=t,this._setPanDelta(t.options.keyboardPanDelta),this._setZoomDelta(t.options.zoomDelta)},addHooks:function(){var t=this._map._container;t.tabIndex<=0&&(t.tabIndex="0"),qe(t,{focus:this._onFocus,blur:this._onBlur,mousedown:this._onMouseDown},this),this._map.on({focus:this._addHooks,blur:this._removeHooks},this)},removeHooks:function(){this._removeHooks(),rt(this._map._container,{focus:this._onFocus,blur:this._onBlur,mousedown:this._onMouseDown},this),this._map.off({focus:this._addHooks,blur:this._removeHooks},this)},_onMouseDown:function(){if(!this._focused){var t=document.body,s=document.documentElement,c=t.scrollTop||s.scrollTop,p=t.scrollLeft||s.scrollLeft;this._map._container.focus(),window.scrollTo(p,c)}},_onFocus:function(){this._focused=!0,this._map.fire("focus")},_onBlur:function(){this._focused=!1,this._map.fire("blur")},_setPanDelta:function(t){var s=this._panKeys={},c=this.keyCodes,p,E;for(p=0,E=c.left.length;p<E;p++)s[c.left[p]]=[-1*t,0];for(p=0,E=c.right.length;p<E;p++)s[c.right[p]]=[t,0];for(p=0,E=c.down.length;p<E;p++)s[c.down[p]]=[0,t];for(p=0,E=c.up.length;p<E;p++)s[c.up[p]]=[0,-1*t]},_setZoomDelta:function(t){var s=this._zoomKeys={},c=this.keyCodes,p,E;for(p=0,E=c.zoomIn.length;p<E;p++)s[c.zoomIn[p]]=t;for(p=0,E=c.zoomOut.length;p<E;p++)s[c.zoomOut[p]]=-t},_addHooks:function(){qe(document,"keydown",this._onKeyDown,this)},_removeHooks:function(){rt(document,"keydown",this._onKeyDown,this)},_onKeyDown:function(t){if(!(t.altKey||t.ctrlKey||t.metaKey)){var s=t.keyCode,c=this._map,p;if(s in this._panKeys){if(!c._panAnim||!c._panAnim._inProgress)if(p=this._panKeys[s],t.shiftKey&&(p=I(p).multiplyBy(3)),c.options.maxBounds&&(p=c._limitOffset(I(p),c.options.maxBounds)),c.options.worldCopyJump){var E=c.wrapLatLng(c.unproject(c.project(c.getCenter()).add(p)));c.panTo(E)}else c.panBy(p)}else if(s in this._zoomKeys)c.setZoom(c.getZoom()+(t.shiftKey?3:1)*this._zoomKeys[s]);else if(s===27&&c._popup&&c._popup.options.closeOnEscapeKey)c.closePopup();else return;ei(t)}}});Xe.addInitHook("addHandler","keyboard",zu),Xe.mergeOptions({scrollWheelZoom:!0,wheelDebounceTime:40,wheelPxPerZoomLevel:60});var Uu=hn.extend({addHooks:function(){qe(this._map._container,"wheel",this._onWheelScroll,this),this._delta=0},removeHooks:function(){rt(this._map._container,"wheel",this._onWheelScroll,this)},_onWheelScroll:function(t){var s=fu(t),c=this._map.options.wheelDebounceTime;this._delta+=s,this._lastMousePos=this._map.mouseEventToContainerPoint(t),this._startTime||(this._startTime=+new Date);var p=Math.max(c-(+new Date-this._startTime),0);clearTimeout(this._timer),this._timer=setTimeout(l(this._performZoom,this),p),ei(t)},_performZoom:function(){var t=this._map,s=t.getZoom(),c=this._map.options.zoomSnap||0;t._stop();var p=this._delta/(this._map.options.wheelPxPerZoomLevel*4),E=4*Math.log(2/(1+Math.exp(-Math.abs(p))))/Math.LN2,P=c?Math.ceil(E/c)*c:E,ne=t._limitZoom(s+(this._delta>0?P:-P))-s;this._delta=0,this._startTime=null,ne&&(t.options.scrollWheelZoom==="center"?t.setZoom(s+ne):t.setZoomAround(this._lastMousePos,s+ne))}});Xe.addInitHook("addHandler","scrollWheelZoom",Uu);var Yp=600;Xe.mergeOptions({tapHold:ke.touchNative&&ke.safari&&ke.mobile,tapTolerance:15});var Hu=hn.extend({addHooks:function(){qe(this._map._container,"touchstart",this._onDown,this)},removeHooks:function(){rt(this._map._container,"touchstart",this._onDown,this)},_onDown:function(t){if(clearTimeout(this._holdTimeout),t.touches.length===1){var s=t.touches[0];this._startPos=this._newPos=new j(s.clientX,s.clientY),this._holdTimeout=setTimeout(l(function(){this._cancel(),this._isTapValid()&&(qe(document,"touchend",Et),qe(document,"touchend touchcancel",this._cancelClickPrevent),this._simulateEvent("contextmenu",s))},this),Yp),qe(document,"touchend touchcancel contextmenu",this._cancel,this),qe(document,"touchmove",this._onMove,this)}},_cancelClickPrevent:function t(){rt(document,"touchend",Et),rt(document,"touchend touchcancel",t)},_cancel:function(){clearTimeout(this._holdTimeout),rt(document,"touchend touchcancel contextmenu",this._cancel,this),rt(document,"touchmove",this._onMove,this)},_onMove:function(t){var s=t.touches[0];this._newPos=new j(s.clientX,s.clientY)},_isTapValid:function(){return this._newPos.distanceTo(this._startPos)<=this._map.options.tapTolerance},_simulateEvent:function(t,s){var c=new MouseEvent(t,{bubbles:!0,cancelable:!0,view:window,screenX:s.screenX,screenY:s.screenY,clientX:s.clientX,clientY:s.clientY});c._simulated=!0,s.target.dispatchEvent(c)}});Xe.addInitHook("addHandler","tapHold",Hu),Xe.mergeOptions({touchZoom:ke.touch,bounceAtZoomLimits:!0});var Vu=hn.extend({addHooks:function(){ze(this._map._container,"leaflet-touch-zoom"),qe(this._map._container,"touchstart",this._onTouchStart,this)},removeHooks:function(){ft(this._map._container,"leaflet-touch-zoom"),rt(this._map._container,"touchstart",this._onTouchStart,this)},_onTouchStart:function(t){var s=this._map;if(!(!t.touches||t.touches.length!==2||s._animatingZoom||this._zooming)){var c=s.mouseEventToContainerPoint(t.touches[0]),p=s.mouseEventToContainerPoint(t.touches[1]);this._centerPoint=s.getSize()._divideBy(2),this._startLatLng=s.containerPointToLatLng(this._centerPoint),s.options.touchZoom!=="center"&&(this._pinchStartLatLng=s.containerPointToLatLng(c.add(p)._divideBy(2))),this._startDist=c.distanceTo(p),this._startZoom=s.getZoom(),this._moved=!1,this._zooming=!0,s._stop(),qe(document,"touchmove",this._onTouchMove,this),qe(document,"touchend touchcancel",this._onTouchEnd,this),Et(t)}},_onTouchMove:function(t){if(!(!t.touches||t.touches.length!==2||!this._zooming)){var s=this._map,c=s.mouseEventToContainerPoint(t.touches[0]),p=s.mouseEventToContainerPoint(t.touches[1]),E=c.distanceTo(p)/this._startDist;if(this._zoom=s.getScaleZoom(E,this._startZoom),!s.options.bounceAtZoomLimits&&(this._zoom<s.getMinZoom()&&E<1||this._zoom>s.getMaxZoom()&&E>1)&&(this._zoom=s._limitZoom(this._zoom)),s.options.touchZoom==="center"){if(this._center=this._startLatLng,E===1)return}else{var P=c._add(p)._divideBy(2)._subtract(this._centerPoint);if(E===1&&P.x===0&&P.y===0)return;this._center=s.unproject(s.project(this._pinchStartLatLng,this._zoom).subtract(P),this._zoom)}this._moved||(s._moveStart(!0,!1),this._moved=!0),X(this._animRequest);var ne=l(s._move,s,this._center,this._zoom,{pinch:!0,round:!1},void 0);this._animRequest=B(ne,this,!0),Et(t)}},_onTouchEnd:function(){if(!this._moved||!this._zooming){this._zooming=!1;return}this._zooming=!1,X(this._animRequest),rt(document,"touchmove",this._onTouchMove,this),rt(document,"touchend touchcancel",this._onTouchEnd,this),this._map.options.zoomAnimation?this._map._animateZoom(this._center,this._map._limitZoom(this._zoom),!0,this._map.options.zoomSnap):this._map._resetView(this._center,this._map._limitZoom(this._zoom))}});Xe.addInitHook("addHandler","touchZoom",Vu),Xe.BoxZoom=$u,Xe.DoubleClickZoom=Bu,Xe.Drag=qu,Xe.Keyboard=zu,Xe.ScrollWheelZoom=Uu,Xe.TapHold=Hu,Xe.TouchZoom=Vu,n.Bounds=Z,n.Browser=ke,n.CRS=Y,n.Canvas=Du,n.Circle=xo,n.CircleMarker=ns,n.Class=$,n.Control=Yt,n.DivIcon=Pu,n.DivOverlay=fn,n.DomEvent=_p,n.DomUtil=gp,n.Draggable=On,n.Evented=oe,n.FeatureGroup=yn,n.GeoJSON=bn,n.GridLayer=ir,n.Handler=hn,n.Icon=Si,n.ImageOverlay=as,n.LatLng=W,n.LatLngBounds=ee,n.Layer=en,n.LayerGroup=Ei,n.LineUtil=Rp,n.Map=Xe,n.Marker=ts,n.Mixin=Sp,n.Path=Fn,n.Point=j,n.PolyUtil=Tp,n.Polygon=Ti,n.Polyline=vn,n.Popup=ls,n.PosAnimation=pu,n.Projection=Cp,n.Rectangle=ju,n.Renderer=wn,n.SVG=sr,n.SVGOverlay=Cu,n.TileLayer=Ii,n.Tooltip=us,n.Transformation=Ee,n.Util=F,n.VideoOverlay=Ru,n.bind=l,n.bounds=ie,n.canvas=Ou,n.circle=$p,n.circleMarker=jp,n.control=er,n.divIcon=Zp,n.extend=o,n.featureGroup=Dp,n.geoJSON=Au,n.geoJson=zp,n.gridLayer=Xp,n.icon=Op,n.imageOverlay=Up,n.latLng=G,n.latLngBounds=me,n.layerGroup=Mp,n.map=yp,n.marker=Fp,n.point=I,n.polygon=qp,n.polyline=Bp,n.popup=Gp,n.rectangle=Kp,n.setOptions=T,n.stamp=f,n.svg=Fu,n.svgOverlay=Vp,n.tileLayer=ku,n.tooltip=Wp,n.transformation=Te,n.version=r,n.videoOverlay=Hp;var eg=window.L;n.noConflict=function(){return window.L=eg,this},window.L=n}))})(Pr,Pr.exports)),Pr.exports}var Dt=ou(),fl={exports:{}},Vh;function y0(){return Vh||(Vh=1,(function(i,e){((n,r)=>{i.exports=n(ou()),typeof r<"u"&&r.L&&n(r.L)})(n=>{n.Editable=n.Evented.extend({statics:{FORWARD:1,BACKWARD:-1},options:{zIndex:1e3,polygonClass:n.Polygon,polylineClass:n.Polyline,markerClass:n.Marker,circleMarkerClass:n.CircleMarker,rectangleClass:n.Rectangle,circleClass:n.Circle,drawingCSSClass:"leaflet-editable-drawing",drawingCursor:"crosshair",editLayer:void 0,featuresLayer:void 0,polylineEditorClass:void 0,polygonEditorClass:void 0,markerEditorClass:void 0,circleMarkerEditorClass:void 0,rectangleEditorClass:void 0,circleEditorClass:void 0,lineGuideOptions:{},skipMiddleMarkers:!1},initialize:function(d,m){n.setOptions(this,m),this._lastZIndex=this.options.zIndex,this.map=d,this.editLayer=this.createEditLayer(),this.featuresLayer=this.createFeaturesLayer(),this.forwardLineGuide=this.createLineGuide(),this.backwardLineGuide=this.createLineGuide()},fireAndForward:function(d,m){m=m||{},m.editTools=this,this.fire(d,m),this.map.fire(d,m)},createLineGuide:function(){const d=n.extend({dashArray:"5,10",weight:1,interactive:!1},this.options.lineGuideOptions);return n.polyline([],d)},createVertexIcon:d=>n.Browser.mobile&&n.Browser.touch?new n.Editable.TouchVertexIcon(d):new n.Editable.VertexIcon(d),createEditLayer:function(){return this.options.editLayer||new n.LayerGroup().addTo(this.map)},createFeaturesLayer:function(){return this.options.featuresLayer||new n.LayerGroup().addTo(this.map)},moveForwardLineGuide:function(d){this.forwardLineGuide._latlngs.length&&(this.forwardLineGuide._latlngs[1]=d,this.forwardLineGuide._bounds.extend(d),this.forwardLineGuide.redraw())},moveBackwardLineGuide:function(d){this.backwardLineGuide._latlngs.length&&(this.backwardLineGuide._latlngs[1]=d,this.backwardLineGuide._bounds.extend(d),this.backwardLineGuide.redraw())},anchorForwardLineGuide:function(d){this.forwardLineGuide._latlngs[0]=d,this.forwardLineGuide._bounds.extend(d),this.forwardLineGuide.redraw()},anchorBackwardLineGuide:function(d){this.backwardLineGuide._latlngs[0]=d,this.backwardLineGuide._bounds.extend(d),this.backwardLineGuide.redraw()},attachForwardLineGuide:function(){this.editLayer.addLayer(this.forwardLineGuide)},attachBackwardLineGuide:function(){this.editLayer.addLayer(this.backwardLineGuide)},detachForwardLineGuide:function(){this.forwardLineGuide.setLatLngs([]),this.editLayer.removeLayer(this.forwardLineGuide)},detachBackwardLineGuide:function(){this.backwardLineGuide.setLatLngs([]),this.editLayer.removeLayer(this.backwardLineGuide)},blockEvents:function(){this._oldTargets||(this._oldTargets=this.map._targets,this.map._targets={})},unblockEvents:function(){this._oldTargets&&(this.map._targets=n.extend(this.map._targets,this._oldTargets),delete this._oldTargets)},registerForDrawing:function(d){this._drawingEditor&&this.unregisterForDrawing(this._drawingEditor),this.blockEvents(),d.reset(),this._drawingEditor=d,this.map.on("mousemove touchmove",d.onDrawingMouseMove,d),this.map.on("mousedown",this.onMousedown,this),this.map.on("mouseup",this.onMouseup,this),n.DomUtil.addClass(this.map._container,this.options.drawingCSSClass),this.defaultMapCursor=this.map._container.style.cursor,this.map._container.style.cursor=this.options.drawingCursor},unregisterForDrawing:function(d){this.unblockEvents(),n.DomUtil.removeClass(this.map._container,this.options.drawingCSSClass),this.map._container.style.cursor=this.defaultMapCursor,d=d||this._drawingEditor,d&&(this.map.off("mousemove touchmove",d.onDrawingMouseMove,d),this.map.off("mousedown",this.onMousedown,this),this.map.off("mouseup",this.onMouseup,this),d===this._drawingEditor&&(delete this._drawingEditor,d._drawing&&d.cancelDrawing()))},onMousedown:function(d){d.originalEvent.which==1&&(this._mouseDown=d,this._drawingEditor.onDrawingMouseDown(d))},onMouseup:function(d){if(this._mouseDown){const m=this._drawingEditor,b=this._mouseDown;if(this._mouseDown=null,m.onDrawingMouseUp(d),this._drawingEditor!==m)return;const T=n.point(b.originalEvent.clientX,b.originalEvent.clientY),N=n.point(d.originalEvent.clientX,d.originalEvent.clientY).distanceTo(T);Math.abs(N)<9*(window.devicePixelRatio||1)&&this._drawingEditor.onDrawingClick(d)}},drawing:function(){return this._drawingEditor?.drawing()},stopDrawing:function(){this.unregisterForDrawing()},commitDrawing:function(d){this._drawingEditor&&this._drawingEditor.commitDrawing(d)},connectCreatedToMap:function(d){return this.featuresLayer.addLayer(d)},startPolyline:function(d,m){const b=this.createPolyline([],m);return b.enableEdit(this.map).newShape(d),b},startPolygon:function(d,m){const b=this.createPolygon([],m);return b.enableEdit(this.map).newShape(d),b},startMarker:function(d,m){d=d||this.map.getCenter().clone();const b=this.createMarker(d,m);return b.enableEdit(this.map).startDrawing(),b},startCircleMarker:function(d,m){d=d||this.map.getCenter().clone();const b=this.createCircleMarker(d,m);return b.enableEdit(this.map).startDrawing(),b},startRectangle:function(d,m){const b=d||n.latLng([0,0]),T=new n.LatLngBounds(b,b),N=this.createRectangle(T,m);return N.enableEdit(this.map).startDrawing(),N},startCircle:function(d,m){d=d||this.map.getCenter().clone();const b=this.createCircle(d,m);return b.enableEdit(this.map).startDrawing(),b},startHole:(d,m)=>{d.newHole(m)},createLayer:function(d,m,b){b=n.Util.extend({editOptions:{editTools:this}},b);const T=new d(m,b);return this.fireAndForward("editable:created",{layer:T}),T},createPolyline:function(d,m){return this.createLayer(m?.polylineClass||this.options.polylineClass,d,m)},createPolygon:function(d,m){return this.createLayer(m?.polygonClass||this.options.polygonClass,d,m)},createMarker:function(d,m){return this.createLayer(m?.markerClass||this.options.markerClass,d,m)},createCircleMarker:function(d,m){return this.createLayer(m?.circleMarkerClass||this.options.circleMarkerClass,d,m)},createRectangle:function(d,m){return this.createLayer(m?.rectangleClass||this.options.rectangleClass,d,m)},createCircle:function(d,m){return this.createLayer(m?.circleClass||this.options.circleClass,d,m)}}),n.extend(n.Editable,{makeCancellable:d=>{d.cancel=()=>{d._cancelled=!0}}}),n.Map.mergeOptions({editToolsClass:n.Editable,editable:!1,editOptions:{}}),n.Map.addInitHook(function(){this.whenReady(function(){this.options.editable&&(this.editTools=new this.options.editToolsClass(this,this.options.editOptions))})}),n.Editable.VertexIcon=n.DivIcon.extend({options:{iconSize:new n.Point(8,8)}}),n.Editable.TouchVertexIcon=n.Editable.VertexIcon.extend({options:{iconSize:new n.Point(20,20)}}),n.Editable.VertexMarker=n.Marker.extend({options:{draggable:!0,className:"leaflet-div-icon leaflet-vertex-icon"},initialize:function(d,m,b,T){this.latlng=d,this.latlngs=m,this.editor=b,n.Marker.prototype.initialize.call(this,d,T),this.options.icon=this.editor.tools.createVertexIcon({className:this.options.className}),this.latlng.__vertex=this,this.connect(),this.setZIndexOffset(b.tools._lastZIndex+1)},connect:function(){this.editor.editLayer.addLayer(this)},onAdd:function(d){n.Marker.prototype.onAdd.call(this,d),this.on("drag",this.onDrag),this.on("dragstart",this.onDragStart),this.on("dragend",this.onDragEnd),this.on("mouseup",this.onMouseup),this.on("click",this.onClick),this.on("contextmenu",this.onContextMenu),this.on("mousedown touchstart",this.onMouseDown),this.on("mouseover",this.onMouseOver),this.on("mouseout",this.onMouseOut),this.addMiddleMarkers()},onRemove:function(d){this.middleMarker&&this.middleMarker.delete(),delete this.latlng.__vertex,this.off("drag",this.onDrag),this.off("dragstart",this.onDragStart),this.off("dragend",this.onDragEnd),this.off("mouseup",this.onMouseup),this.off("click",this.onClick),this.off("contextmenu",this.onContextMenu),this.off("mousedown touchstart",this.onMouseDown),this.off("mouseover",this.onMouseOver),this.off("mouseout",this.onMouseOut),n.Marker.prototype.onRemove.call(this,d)},onDrag:function(d){d.vertex=this,this.editor.onVertexMarkerDrag(d);const m=n.DomUtil.getPosition(this._icon),b=this._map.layerPointToLatLng(m);this.latlng.update(b),this._latlng=this.latlng,this.editor.refresh(),this.middleMarker&&this.middleMarker.updateLatLng();const T=this.getNext();T?.middleMarker&&T.middleMarker.updateLatLng()},onDragStart:function(d){d.vertex=this,this.editor.onVertexMarkerDragStart(d)},onDragEnd:function(d){d.vertex=this,this.editor.onVertexMarkerDragEnd(d)},onClick:function(d){d.vertex=this,this.editor.onVertexMarkerClick(d)},onMouseup:function(d){n.DomEvent.stop(d),d.vertex=this,this.editor.map.fire("mouseup",d)},onContextMenu:function(d){d.vertex=this,this.editor.onVertexMarkerContextMenu(d)},onMouseDown:function(d){d.vertex=this,this.editor.onVertexMarkerMouseDown(d)},onMouseOver:function(d){d.vertex=this,this.editor.onVertexMarkerMouseOver(d)},onMouseOut:function(d){d.vertex=this,this.editor.onVertexMarkerMouseOut(d)},delete:function(){const d=this.getNext();this.latlngs.splice(this.getIndex(),1),this.editor.editLayer.removeLayer(this),this.editor.onVertexDeleted({latlng:this.latlng,vertex:this}),this.latlngs.length||this.editor.deleteShape(this.latlngs),d&&d.resetMiddleMarker(),this.editor.refresh()},getIndex:function(){return this.latlngs.indexOf(this.latlng)},getLastIndex:function(){return this.latlngs.length-1},getPrevious:function(){if(this.latlngs.length<2)return;const d=this.getIndex();let m=d-1;d===0&&this.editor.CLOSED&&(m=this.getLastIndex());const b=this.latlngs[m];if(b)return b.__vertex},getNext:function(){if(this.latlngs.length<2)return;const d=this.getIndex();let m=d+1;d===this.getLastIndex()&&this.editor.CLOSED&&(m=0);const b=this.latlngs[m];if(b)return b.__vertex},addMiddleMarker:function(d){this.editor.hasMiddleMarkers()&&(d=d||this.getPrevious(),d&&!this.middleMarker&&(this.middleMarker=this.editor.addMiddleMarker(d,this,this.latlngs,this.editor)))},addMiddleMarkers:function(){if(!this.editor.hasMiddleMarkers())return;const d=this.getPrevious();d&&this.addMiddleMarker(d);const m=this.getNext();m&&m.resetMiddleMarker()},resetMiddleMarker:function(){this.middleMarker&&this.middleMarker.delete(),this.addMiddleMarker()},split:function(){this.editor.splitShape&&this.editor.splitShape(this.latlngs,this.getIndex())},continue:function(){if(!this.editor.continueBackward)return;const d=this.getIndex();d===0?this.editor.continueBackward(this.latlngs):d===this.getLastIndex()&&this.editor.continueForward(this.latlngs)}}),n.Editable.mergeOptions({vertexMarkerClass:n.Editable.VertexMarker}),n.Editable.MiddleMarker=n.Marker.extend({options:{opacity:.5,className:"leaflet-div-icon leaflet-middle-icon",draggable:!0},initialize:function(d,m,b,T,N){this.left=d,this.right=m,this.editor=T,this.latlngs=b,n.Marker.prototype.initialize.call(this,this.computeLatLng(),N),this._opacity=this.options.opacity,this.options.icon=this.editor.tools.createVertexIcon({className:this.options.className}),this.editor.editLayer.addLayer(this),this.setVisibility()},setVisibility:function(){const d=this._map.latLngToContainerPoint(this.left.latlng),m=this._map.latLngToContainerPoint(this.right.latlng),b=n.point(this.options.icon.options.iconSize);d.distanceTo(m)<b.x*3?this.hide():this.show()},show:function(){this.setOpacity(this._opacity)},hide:function(){this.setOpacity(0)},updateLatLng:function(){this.setLatLng(this.computeLatLng()),this.setVisibility()},computeLatLng:function(){const d=this.editor.map.latLngToContainerPoint(this.left.latlng),m=this.editor.map.latLngToContainerPoint(this.right.latlng),b=(d.y+m.y)/2,T=(d.x+m.x)/2;return this.editor.map.containerPointToLatLng([T,b])},onAdd:function(d){n.Marker.prototype.onAdd.call(this,d),n.DomEvent.on(this._icon,"mousedown touchstart",this.onMouseDown,this),d.on("zoomend",this.setVisibility,this)},onRemove:function(d){delete this.right.middleMarker,n.DomEvent.off(this._icon,"mousedown touchstart",this.onMouseDown,this),d.off("zoomend",this.setVisibility,this),n.Marker.prototype.onRemove.call(this,d)},onMouseDown:function(d){const m=n.DomUtil.getPosition(this._icon),b=this.editor.map.layerPointToLatLng(m);if(d={originalEvent:d,latlng:b},this.options.opacity===0||(n.Editable.makeCancellable(d),this.editor.onMiddleMarkerMouseDown(d),d._cancelled))return;this.latlngs.splice(this.index(),0,d.latlng),this.editor.refresh();const T=this._icon,N=this.editor.addVertexMarker(d.latlng,this.latlngs);this.editor.onNewVertex(N);const A=N._icon.parentNode;A.removeChild(N._icon),N._icon=T,A.appendChild(N._icon),N._initIcon(),N._initInteraction(),N.setOpacity(1),n.Draggable._dragging=!1,N.dragging._draggable._onDown(d.originalEvent),this.delete()},delete:function(){this.editor.editLayer.removeLayer(this)},index:function(){return this.latlngs.indexOf(this.right.latlng)}}),n.Editable.mergeOptions({middleMarkerClass:n.Editable.MiddleMarker}),n.Editable.BaseEditor=n.Handler.extend({initialize:function(d,m,b){n.setOptions(this,b),this.map=d,this.feature=m,this.feature.editor=this,this.editLayer=new n.LayerGroup,this.tools=this.options.editTools||d.editTools},addHooks:function(){this.isConnected()?this.onFeatureAdd():this.feature.once("add",this.onFeatureAdd,this),this.onEnable(),this.feature.on(this._getEvents(),this)},removeHooks:function(){this.feature.off(this._getEvents(),this),this.feature.dragging&&this.feature.dragging.disable(),this.editLayer.clearLayers(),this.tools.editLayer.removeLayer(this.editLayer),this.onDisable(),this._drawing&&this.cancelDrawing()},drawing:function(){return!!this._drawing},reset:()=>{},onFeatureAdd:function(){this.tools.editLayer.addLayer(this.editLayer),this.feature.dragging&&this.options.draggable!=!1&&this.feature.dragging.enable()},hasMiddleMarkers:function(){return!this.options.skipMiddleMarkers&&!this.tools.options.skipMiddleMarkers},fireAndForward:function(d,m){m=m||{},m.layer=this.feature,this.feature.fire(d,m),this.tools.fireAndForward(d,m)},onEnable:function(){this.fireAndForward("editable:enable")},onDisable:function(){this.fireAndForward("editable:disable")},onEditing:function(){this.fireAndForward("editable:editing")},onEdited:function(){this.fireAndForward("editable:edited")},onStartDrawing:function(){this.fireAndForward("editable:drawing:start")},onEndDrawing:function(){this.fireAndForward("editable:drawing:end")},onCancelDrawing:function(){this.fireAndForward("editable:drawing:cancel")},onCommitDrawing:function(d){this.fireAndForward("editable:drawing:commit",d),this.onEdited()},onDrawingMouseDown:function(d){this.fireAndForward("editable:drawing:mousedown",d)},onDrawingMouseUp:function(d){this.fireAndForward("editable:drawing:mouseup",d)},startDrawing:function(){this._drawing||(this._drawing=n.Editable.FORWARD),this.tools.registerForDrawing(this),this.onStartDrawing()},commitDrawing:function(d){this.onCommitDrawing(d),this.endDrawing()},cancelDrawing:function(){n.Draggable._dragging=!1,this.onCancelDrawing(),this.endDrawing()},endDrawing:function(){this._drawing=!1,this.tools.unregisterForDrawing(this),this.onEndDrawing()},onDrawingClick:function(d){this.drawing()&&(n.Editable.makeCancellable(d),this.fireAndForward("editable:drawing:click",d),!d._cancelled&&(this.isConnected()||this.connect(d),this.processDrawingClick(d)))},isConnected:function(){return this.map.hasLayer(this.feature)},connect:function(){this.tools.connectCreatedToMap(this.feature),this.tools.editLayer.addLayer(this.editLayer)},onMove:function(d){this.fireAndForward("editable:drawing:move",d)},onDrawingMouseMove:function(d){this.onMove(d)},_getEvents:function(){return{dragstart:this.onDragStart,drag:this.onDrag,dragend:this.onDragEnd,remove:this.disable}},onDragStart:function(d){this.onEditing(),this.fireAndForward("editable:dragstart",d)},onDrag:function(d){this.onMove(d),this.fireAndForward("editable:drag",d)},onDragEnd:function(d){this.fireAndForward("editable:dragend",d),this.onEdited()}}),n.Editable.MarkerEditor=n.Editable.BaseEditor.extend({onDrawingMouseMove:function(d){n.Editable.BaseEditor.prototype.onDrawingMouseMove.call(this,d),this._drawing&&this.feature.setLatLng(d.latlng)},processDrawingClick:function(d){this.fireAndForward("editable:drawing:clicked",d),this.commitDrawing(d)},connect:function(d){d&&(this.feature._latlng=d.latlng),n.Editable.BaseEditor.prototype.connect.call(this,d)}}),n.Editable.CircleMarkerEditor=n.Editable.BaseEditor.extend({onDrawingMouseMove:function(d){n.Editable.BaseEditor.prototype.onDrawingMouseMove.call(this,d),this._drawing&&this.feature.setLatLng(d.latlng)},processDrawingClick:function(d){this.fireAndForward("editable:drawing:clicked",d),this.commitDrawing(d)},connect:function(d){d&&(this.feature._latlng=d.latlng),n.Editable.BaseEditor.prototype.connect.call(this,d)}}),n.Editable.PathEditor=n.Editable.BaseEditor.extend({CLOSED:!1,MIN_VERTEX:2,addHooks:function(){return n.Editable.BaseEditor.prototype.addHooks.call(this),this.feature&&(this.initVertexMarkers(),this.map.on("moveend",this.onMoveEnd,this)),this},removeHooks:function(){n.Editable.BaseEditor.prototype.removeHooks.call(this),this.feature&&this.map.off("moveend",this.onMoveEnd,this)},onMoveEnd:function(){this.initVertexMarkers()},initVertexMarkers:function(d){if(this.enabled())if(d=d||this.getLatLngs(),_(d))this.addVertexMarkers(d);else for(const m of d)this.initVertexMarkers(m)},getLatLngs:function(){return this.feature.getLatLngs()},reset:function(){this.editLayer.clearLayers(),this.initVertexMarkers()},addVertexMarker:function(d,m){return d.__vertex?(d.__vertex.connect(),d.__vertex):new this.tools.options.vertexMarkerClass(d,m,this)},onNewVertex:function(d){this.fireAndForward("editable:vertex:new",{latlng:d.latlng,vertex:d})},addVertexMarkers:function(d){const m=this.map.getBounds();for(const b of d)m.contains(b)&&this.addVertexMarker(b,d)},refreshVertexMarkers:function(d){d=d||this.getDefaultLatLngs();for(const m of d)m.__vertex.update()},addMiddleMarker:function(d,m,b){return new this.tools.options.middleMarkerClass(d,m,b,this)},onVertexMarkerClick:function(d){if(n.Editable.makeCancellable(d),this.fireAndForward("editable:vertex:click",d),d._cancelled||this.tools.drawing()&&this.tools._drawingEditor!==this)return;const m=d.vertex.getIndex();let b;d.originalEvent.ctrlKey?this.onVertexMarkerCtrlClick(d):d.originalEvent.altKey?this.onVertexMarkerAltClick(d):d.originalEvent.shiftKey?this.onVertexMarkerShiftClick(d):d.originalEvent.metaKey?this.onVertexMarkerMetaKeyClick(d):m===d.vertex.getLastIndex()&&this._drawing===n.Editable.FORWARD?m>=this.MIN_VERTEX-1&&(b=!0):m===0&&this._drawing===n.Editable.BACKWARD&&this._drawnLatLngs.length>=this.MIN_VERTEX||m===0&&this._drawing===n.Editable.FORWARD&&this._drawnLatLngs.length>=this.MIN_VERTEX&&this.CLOSED?b=!0:this.onVertexRawMarkerClick(d),this.fireAndForward("editable:vertex:clicked",d),b&&this.commitDrawing(d)},onVertexRawMarkerClick:function(d){this.fireAndForward("editable:vertex:rawclick",d),!d._cancelled&&this.vertexCanBeDeleted(d.vertex)&&d.vertex.delete()},vertexCanBeDeleted:function(d){return d.latlngs.length>this.MIN_VERTEX},onVertexDeleted:function(d){this.fireAndForward("editable:vertex:deleted",d),this.onEdited()},onVertexMarkerCtrlClick:function(d){this.fireAndForward("editable:vertex:ctrlclick",d)},onVertexMarkerShiftClick:function(d){this.fireAndForward("editable:vertex:shiftclick",d)},onVertexMarkerMetaKeyClick:function(d){this.fireAndForward("editable:vertex:metakeyclick",d)},onVertexMarkerAltClick:function(d){this.fireAndForward("editable:vertex:altclick",d)},onVertexMarkerContextMenu:function(d){this.fireAndForward("editable:vertex:contextmenu",d)},onVertexMarkerMouseDown:function(d){this.fireAndForward("editable:vertex:mousedown",d)},onVertexMarkerMouseOver:function(d){this.fireAndForward("editable:vertex:mouseover",d)},onVertexMarkerMouseOut:function(d){this.fireAndForward("editable:vertex:mouseout",d)},onMiddleMarkerMouseDown:function(d){this.fireAndForward("editable:middlemarker:mousedown",d)},onVertexMarkerDrag:function(d){this.onMove(d),this.feature._bounds&&this.extendBounds(d),this.fireAndForward("editable:vertex:drag",d)},onVertexMarkerDragStart:function(d){this.fireAndForward("editable:vertex:dragstart",d)},onVertexMarkerDragEnd:function(d){this.fireAndForward("editable:vertex:dragend",d),this.onEdited()},setDrawnLatLngs:function(d){this._drawnLatLngs=d||this.getDefaultLatLngs()},startDrawing:function(){this._drawnLatLngs||this.setDrawnLatLngs(),n.Editable.BaseEditor.prototype.startDrawing.call(this)},startDrawingForward:function(){this.startDrawing()},endDrawing:function(){this.tools.detachForwardLineGuide(),this.tools.detachBackwardLineGuide(),this._drawnLatLngs&&this._drawnLatLngs.length<this.MIN_VERTEX&&this.deleteShape(this._drawnLatLngs),n.Editable.BaseEditor.prototype.endDrawing.call(this),delete this._drawnLatLngs},addLatLng:function(d){this._drawing===n.Editable.FORWARD?this._drawnLatLngs.push(d):this._drawnLatLngs.unshift(d),this.feature._bounds.extend(d);const m=this.addVertexMarker(d,this._drawnLatLngs);this.onNewVertex(m),this.refresh()},newPointForward:function(d){this.addLatLng(d),this.tools.attachForwardLineGuide(),this.tools.anchorForwardLineGuide(d)},newPointBackward:function(d){this.addLatLng(d),this.tools.anchorBackwardLineGuide(d)},push:function(d){if(!d)return console.error("L.Editable.PathEditor.push expect a valid latlng as parameter");this._drawing===n.Editable.FORWARD?this.newPointForward(d):this.newPointBackward(d)},removeLatLng:function(d){d.__vertex.delete(),this.refresh()},pop:function(){if(this._drawnLatLngs.length<=1)return;let d;return this._drawing===n.Editable.FORWARD?d=this._drawnLatLngs[this._drawnLatLngs.length-1]:d=this._drawnLatLngs[0],this.removeLatLng(d),this._drawing===n.Editable.FORWARD?this.tools.anchorForwardLineGuide(this._drawnLatLngs[this._drawnLatLngs.length-1]):this.tools.anchorForwardLineGuide(this._drawnLatLngs[0]),d},processDrawingClick:function(d){d.vertex&&d.vertex.editor===this||(this._drawing===n.Editable.FORWARD?this.newPointForward(d.latlng):this.newPointBackward(d.latlng),this.fireAndForward("editable:drawing:clicked",d))},onDrawingMouseMove:function(d){n.Editable.BaseEditor.prototype.onDrawingMouseMove.call(this,d),this._drawing&&(this.tools.moveForwardLineGuide(d.latlng),this.tools.moveBackwardLineGuide(d.latlng))},refresh:function(){this.feature.redraw(),this.onEditing()},newShape:function(d){const m=this.addNewEmptyShape();m&&(this.setDrawnLatLngs(m[0]||m),this.startDrawingForward(),this.fireAndForward("editable:shape:new",{shape:m}),d&&this.newPointForward(d))},deleteShape:function(d,m){const b={shape:d};if(n.Editable.makeCancellable(b),this.fireAndForward("editable:shape:delete",b),!b._cancelled)return d=this._deleteShape(d,m),this.ensureNotFlat&&this.ensureNotFlat(),this.feature.setLatLngs(this.getLatLngs()),this.refresh(),this.reset(),this.fireAndForward("editable:shape:deleted",{shape:d}),this.onEdited(),d},_deleteShape:function(d,m){if(m=m||this.getLatLngs(),!m.length)return;const b=(N,A)=>N.splice(0,Number.MAX_VALUE),T=(N,A)=>(N.splice(N.indexOf(A),1),N.length||this._deleteShape(N),A);if(m===d)return b(m);for(const N of m){if(N===d)return T(m,d);if(N.indexOf(d)!==-1)return T(N,d)}},deleteShapeAt:function(d){const m=this.feature.shapeAt(d);if(m)return this.deleteShape(m)},appendShape:function(d){this.insertShape(d)},prependShape:function(d){this.insertShape(d,0)},insertShape:function(d,m){this.ensureMulti(),d=this.formatShape(d),m===void 0&&(m=this.feature._latlngs.length),this.feature._latlngs.splice(m,0,d),this.feature.redraw(),this._enabled&&this.reset()},extendBounds:function(d){this.feature._bounds.extend(d.vertex.latlng)},onDragStart:function(d){this.editLayer.clearLayers(),n.Editable.BaseEditor.prototype.onDragStart.call(this,d)},onDragEnd:function(d){this.initVertexMarkers(),n.Editable.BaseEditor.prototype.onDragEnd.call(this,d)}}),n.Editable.PolylineEditor=n.Editable.PathEditor.extend({startDrawingBackward:function(){this._drawing=n.Editable.BACKWARD,this.startDrawing()},continueBackward:function(d){this.drawing()||(d=d||this.getDefaultLatLngs(),this.setDrawnLatLngs(d),d.length>0&&(this.tools.attachBackwardLineGuide(),this.tools.anchorBackwardLineGuide(d[0])),this.startDrawingBackward())},continueForward:function(d){this.drawing()||(d=d||this.getDefaultLatLngs(),this.setDrawnLatLngs(d),d.length>0&&(this.tools.attachForwardLineGuide(),this.tools.anchorForwardLineGuide(d[d.length-1])),this.startDrawingForward())},getDefaultLatLngs:function(d){return d=d||this.feature._latlngs,!d.length||d[0]instanceof n.LatLng?d:this.getDefaultLatLngs(d[0])},ensureMulti:function(){this.feature._latlngs.length&&_(this.feature._latlngs)&&(this.feature._latlngs=[this.feature._latlngs])},addNewEmptyShape:function(){if(this.feature._latlngs.length){const d=[];return this.appendShape(d),d}return this.feature._latlngs},formatShape:function(d){if(_(d))return d;if(d[0])return this.formatShape(d[0])},splitShape:function(d,m){if(!m||m>=d.length-1)return;this.ensureMulti();const b=this.feature._latlngs.indexOf(d);if(b===-1)return;const T=d.slice(0,m+1),N=d.slice(m);N[0]=n.latLng(N[0].lat,N[0].lng,N[0].alt),this.feature._latlngs.splice(b,1,T,N),this.refresh(),this.reset(),this.onEdited()}}),n.Editable.PolygonEditor=n.Editable.PathEditor.extend({CLOSED:!0,MIN_VERTEX:3,newPointForward:function(d){n.Editable.PathEditor.prototype.newPointForward.call(this,d),this.tools.backwardLineGuide._latlngs.length||this.tools.anchorBackwardLineGuide(d),this._drawnLatLngs.length===2&&this.tools.attachBackwardLineGuide()},addNewEmptyHole:function(d){this.ensureNotFlat();const m=this.feature.shapeAt(d);if(!m)return;const b=[];return m.push(b),b},newHole:function(d){const m=this.addNewEmptyHole(d);m&&(this.setDrawnLatLngs(m),this.startDrawingForward(),d&&this.newPointForward(d))},addNewEmptyShape:function(){if(this.feature._latlngs.length&&this.feature._latlngs[0].length){const d=[];return this.appendShape(d),d}return this.feature._latlngs},ensureMulti:function(){this.feature._latlngs.length&&_(this.feature._latlngs[0])&&(this.feature._latlngs=[this.feature._latlngs])},ensureNotFlat:function(){(!this.feature._latlngs.length||_(this.feature._latlngs))&&(this.feature._latlngs=[this.feature._latlngs])},vertexCanBeDeleted:function(d){const m=this.feature.parentShape(d.latlngs);return n.Util.indexOf(m,d.latlngs)>0?!0:n.Editable.PathEditor.prototype.vertexCanBeDeleted.call(this,d)},getDefaultLatLngs:function(){return this.feature._latlngs.length||this.feature._latlngs.push([]),this.feature._latlngs[0]},formatShape:d=>_(d)&&(!d[0]||d[0].length!==0)?[d]:d}),n.Editable.RectangleEditor=n.Editable.PathEditor.extend({CLOSED:!0,MIN_VERTEX:4,options:{skipMiddleMarkers:!0},extendBounds:function(d){const m=d.vertex.getIndex(),b=d.vertex.getNext(),T=d.vertex.getPrevious(),N=(m+2)%4,A=d.vertex.latlngs[N],R=new n.LatLngBounds(d.latlng,A);T.latlng.update([d.latlng.lat,A.lng]),b.latlng.update([A.lat,d.latlng.lng]),this.updateBounds(R),this.refreshVertexMarkers()},onDrawingMouseDown:function(d){n.Editable.PathEditor.prototype.onDrawingMouseDown.call(this,d),this.connect();const m=this.getDefaultLatLngs();m.length===3&&m.push(d.latlng);const b=new n.LatLngBounds(d.latlng,d.latlng);this.updateBounds(b),this.updateLatLngs(b),this.refresh(),this.reset(),d.originalEvent._simulated=!1,this.map.dragging._draggable._onUp(d.originalEvent),m[3].__vertex.dragging._draggable._onDown(d.originalEvent)},onDrawingMouseUp:function(d){this.commitDrawing(d),d.originalEvent._simulated=!1,n.Editable.PathEditor.prototype.onDrawingMouseUp.call(this,d)},onDrawingMouseMove:function(d){d.originalEvent._simulated=!1,n.Editable.PathEditor.prototype.onDrawingMouseMove.call(this,d)},getDefaultLatLngs:function(d){return d||this.feature._latlngs[0]},updateBounds:function(d){this.feature._bounds=d},updateLatLngs:function(d){const m=this.getDefaultLatLngs(),b=this.feature._boundsToLatLngs(d);for(let T=0;T<m.length;T++)m[T].update(b[T])}}),n.Editable.CircleEditor=n.Editable.PathEditor.extend({MIN_VERTEX:2,options:{skipMiddleMarkers:!0},initialize:function(d,m,b){n.Editable.PathEditor.prototype.initialize.call(this,d,m,b),this._resizeLatLng=this.computeResizeLatLng()},computeResizeLatLng:function(){const d=(this.feature._radius||this.feature._mRadius)*Math.cos(Math.PI/4),m=this.map.project(this.feature._latlng);return this.map.unproject([m.x+d,m.y-d])},updateResizeLatLng:function(){this._resizeLatLng.update(this.computeResizeLatLng()),this._resizeLatLng.__vertex.update()},getLatLngs:function(){return[this.feature._latlng,this._resizeLatLng]},getDefaultLatLngs:function(){return this.getLatLngs()},onVertexMarkerDrag:function(d){d.vertex.getIndex()===1?this.resize(d):this.updateResizeLatLng(d),n.Editable.PathEditor.prototype.onVertexMarkerDrag.call(this,d)},resize:function(d){let m;this.map.options.crs?m=this.map.options.crs.distance(this.feature._latlng,d.latlng):m=this.feature._latlng.distanceTo(d.latlng),this.feature.setRadius(m)},onDrawingMouseDown:function(d){n.Editable.PathEditor.prototype.onDrawingMouseDown.call(this,d),this._resizeLatLng.update(d.latlng),this.feature._latlng.update(d.latlng),this.connect(),d.originalEvent._simulated=!1,this.map.dragging._draggable._onUp(d.originalEvent),this._resizeLatLng.__vertex.dragging._draggable._onDown(d.originalEvent)},onDrawingMouseUp:function(d){this.commitDrawing(d),d.originalEvent._simulated=!1,n.Editable.PathEditor.prototype.onDrawingMouseUp.call(this,d)},onDrawingMouseMove:function(d){d.originalEvent._simulated=!1,n.Editable.PathEditor.prototype.onDrawingMouseMove.call(this,d)},onDrag:function(d){n.Editable.PathEditor.prototype.onDrag.call(this,d),this.feature.dragging.updateLatLng(this._resizeLatLng)}});const r={createEditor:function(d){d=d||this._map;const m=this.options.editOptions?.editTools||d.editTools;if(!m)throw Error("Unable to detect Editable instance.");const b=this.options.editorClass||this.getEditorClass(m);return new b(d,this,this.options.editOptions)},enableEdit:function(d){return this.editor||this.createEditor(d),this.editor.enable(),this.editor},editEnabled:function(){return this.editor?.enabled()},disableEdit:function(){this.editor&&(this.editor.disable(),delete this.editor)},toggleEdit:function(){this.editEnabled()?this.disableEdit():this.enableEdit()},_onEditableAdd:function(){this.editor&&this.enableEdit()}},o={getEditorClass:d=>d?.options?.polylineEditorClass||n.Editable.PolylineEditor,shapeAt:function(d,m){let b=null;if(m=m||this._latlngs,!m.length)return b;if(_(m)&&this.isInLatLngs(d,m))b=m;else for(const T of m)if(this.isInLatLngs(d,T))return T;return b},isInLatLngs:function(d,m){if(!m)return!1;let b,T,N,A=[],R;const S=this._clickTolerance();if(this._projectLatlngs(m,A,this._pxBounds),A=A[0],R=this._map.latLngToLayerPoint(d),!this._pxBounds.contains(R))return!1;for(b=1,N=A.length,T=0;b<N;T=b++)if(n.LineUtil.pointToSegmentDistance(R,A[T],A[b])<=S)return!0;return!1}},a={getEditorClass:d=>d?.options?.polygonEditorClass||n.Editable.PolygonEditor,shapeAt:function(d,m){let b=null;if(m=m||this._latlngs,!m.length)return b;if(_(m)&&this.isInLatLngs(d,m)&&(b=m),_(m[0])&&this.isInLatLngs(d,m[0]))b=m;else for(const T of m)if(this.isInLatLngs(d,T[0]))return T;return b},isInLatLngs:(d,m)=>{let b=!1,T,N,A,R,S;for(A=0,S=m.length,R=S-1;A<S;R=A++)T=m[A],N=m[R],T.lat>d.lat!=N.lat>d.lat&&d.lng<(N.lng-T.lng)*(d.lat-T.lat)/(N.lat-T.lat)+T.lng&&(b=!b);return b},parentShape:function(d,m){if(m=m||this._latlngs,!m)return;let b=n.Util.indexOf(m,d);if(b!==-1)return m;for(const T of m)if(b=n.Util.indexOf(T,d),b!==-1)return T}},l={getEditorClass:d=>d?.options?.markerEditorClass||n.Editable.MarkerEditor},u={getEditorClass:d=>d?.options?.circleMarkerEditorClass||n.Editable.CircleMarkerEditor},f={getEditorClass:d=>d?.options?.rectangleEditorClass||n.Editable.RectangleEditor},h={getEditorClass:d=>d?.options?.circleEditorClass||n.Editable.CircleEditor},g=function(){this.on("add",this._onEditableAdd)},_=n.LineUtil.isFlat||n.LineUtil._flat||n.Polyline._flat;n.Polyline&&(n.Polyline.include(r),n.Polyline.include(o),n.Polyline.addInitHook(g)),n.Polygon&&(n.Polygon.include(r),n.Polygon.include(a)),n.Marker&&(n.Marker.include(r),n.Marker.include(l),n.Marker.addInitHook(g)),n.CircleMarker&&(n.CircleMarker.include(r),n.CircleMarker.include(u),n.CircleMarker.addInitHook(g)),n.Rectangle&&(n.Rectangle.include(r),n.Rectangle.include(f)),n.Circle&&(n.Circle.include(r),n.Circle.include(h)),n.LatLng.prototype.update=function(d){d=n.latLng(d),this.lat=d.lat,this.lng=d.lng}},window)})(fl)),fl.exports}y0();const v0=`/* required styles */\r
446
+ */var _0=Pr.exports,Hh;function ou(){return Hh||(Hh=1,(function(i,e){(function(n,r){r(e)})(_0,(function(n){var r="1.9.4";function o(t){var s,c,p,E;for(c=1,p=arguments.length;c<p;c++){E=arguments[c];for(s in E)t[s]=E[s]}return t}var a=Object.create||(function(){function t(){}return function(s){return t.prototype=s,new t}})();function l(t,s){var c=Array.prototype.slice;if(t.bind)return t.bind.apply(t,c.call(arguments,1));var p=c.call(arguments,2);return function(){return t.apply(s,p.length?p.concat(c.call(arguments)):arguments)}}var u=0;function f(t){return"_leaflet_id"in t||(t._leaflet_id=++u),t._leaflet_id}function h(t,s,c){var p,E,P,ne;return ne=function(){p=!1,E&&(P.apply(c,E),E=!1)},P=function(){p?E=arguments:(t.apply(c,arguments),setTimeout(ne,s),p=!0)},P}function g(t,s,c){var p=s[1],E=s[0],P=p-E;return t===p&&c?t:((t-E)%P+P)%P+E}function _(){return!1}function d(t,s){if(s===!1)return t;var c=Math.pow(10,s===void 0?6:s);return Math.round(t*c)/c}function m(t){return t.trim?t.trim():t.replace(/^\s+|\s+$/g,"")}function b(t){return m(t).split(/\s+/)}function T(t,s){Object.prototype.hasOwnProperty.call(t,"options")||(t.options=t.options?a(t.options):{});for(var c in s)t.options[c]=s[c];return t.options}function N(t,s,c){var p=[];for(var E in t)p.push(encodeURIComponent(c?E.toUpperCase():E)+"="+encodeURIComponent(t[E]));return(!s||s.indexOf("?")===-1?"?":"&")+p.join("&")}var A=/\{ *([\w_ -]+) *\}/g;function R(t,s){return t.replace(A,function(c,p){var E=s[p];if(E===void 0)throw new Error("No value provided for variable "+c);return typeof E=="function"&&(E=E(s)),E})}var S=Array.isArray||function(t){return Object.prototype.toString.call(t)==="[object Array]"};function y(t,s){for(var c=0;c<t.length;c++)if(t[c]===s)return c;return-1}var x="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=";function M(t){return window["webkit"+t]||window["moz"+t]||window["ms"+t]}var U=0;function O(t){var s=+new Date,c=Math.max(0,16-(s-U));return U=s+c,window.setTimeout(t,c)}var Q=window.requestAnimationFrame||M("RequestAnimationFrame")||O,D=window.cancelAnimationFrame||M("CancelAnimationFrame")||M("CancelRequestAnimationFrame")||function(t){window.clearTimeout(t)};function B(t,s,c){if(c&&Q===O)t.call(s);else return Q.call(window,l(t,s))}function X(t){t&&D.call(window,t)}var F={__proto__:null,extend:o,create:a,bind:l,get lastId(){return u},stamp:f,throttle:h,wrapNum:g,falseFn:_,formatNum:d,trim:m,splitWords:b,setOptions:T,getParamString:N,template:R,isArray:S,indexOf:y,emptyImageUrl:x,requestFn:Q,cancelFn:D,requestAnimFrame:B,cancelAnimFrame:X};function $(){}$.extend=function(t){var s=function(){T(this),this.initialize&&this.initialize.apply(this,arguments),this.callInitHooks()},c=s.__super__=this.prototype,p=a(c);p.constructor=s,s.prototype=p;for(var E in this)Object.prototype.hasOwnProperty.call(this,E)&&E!=="prototype"&&E!=="__super__"&&(s[E]=this[E]);return t.statics&&o(s,t.statics),t.includes&&(ue(t.includes),o.apply(null,[p].concat(t.includes))),o(p,t),delete p.statics,delete p.includes,p.options&&(p.options=c.options?a(c.options):{},o(p.options,t.options)),p._initHooks=[],p.callInitHooks=function(){if(!this._initHooksCalled){c.callInitHooks&&c.callInitHooks.call(this),this._initHooksCalled=!0;for(var P=0,ne=p._initHooks.length;P<ne;P++)p._initHooks[P].call(this)}},s},$.include=function(t){var s=this.prototype.options;return o(this.prototype,t),t.options&&(this.prototype.options=s,this.mergeOptions(t.options)),this},$.mergeOptions=function(t){return o(this.prototype.options,t),this},$.addInitHook=function(t){var s=Array.prototype.slice.call(arguments,1),c=typeof t=="function"?t:function(){this[t].apply(this,s)};return this.prototype._initHooks=this.prototype._initHooks||[],this.prototype._initHooks.push(c),this};function ue(t){if(!(typeof L>"u"||!L||!L.Mixin)){t=S(t)?t:[t];for(var s=0;s<t.length;s++)t[s]===L.Mixin.Events&&console.warn("Deprecated include of L.Mixin.Events: this property will be removed in future releases, please inherit from L.Evented instead.",new Error().stack)}}var k={on:function(t,s,c){if(typeof t=="object")for(var p in t)this._on(p,t[p],s);else{t=b(t);for(var E=0,P=t.length;E<P;E++)this._on(t[E],s,c)}return this},off:function(t,s,c){if(!arguments.length)delete this._events;else if(typeof t=="object")for(var p in t)this._off(p,t[p],s);else{t=b(t);for(var E=arguments.length===1,P=0,ne=t.length;P<ne;P++)E?this._off(t[P]):this._off(t[P],s,c)}return this},_on:function(t,s,c,p){if(typeof s!="function"){console.warn("wrong listener type: "+typeof s);return}if(this._listens(t,s,c)===!1){c===this&&(c=void 0);var E={fn:s,ctx:c};p&&(E.once=!0),this._events=this._events||{},this._events[t]=this._events[t]||[],this._events[t].push(E)}},_off:function(t,s,c){var p,E,P;if(this._events&&(p=this._events[t],!!p)){if(arguments.length===1){if(this._firingCount)for(E=0,P=p.length;E<P;E++)p[E].fn=_;delete this._events[t];return}if(typeof s!="function"){console.warn("wrong listener type: "+typeof s);return}var ne=this._listens(t,s,c);if(ne!==!1){var he=p[ne];this._firingCount&&(he.fn=_,this._events[t]=p=p.slice()),p.splice(ne,1)}}},fire:function(t,s,c){if(!this.listens(t,c))return this;var p=o({},s,{type:t,target:this,sourceTarget:s&&s.sourceTarget||this});if(this._events){var E=this._events[t];if(E){this._firingCount=this._firingCount+1||1;for(var P=0,ne=E.length;P<ne;P++){var he=E[P],ye=he.fn;he.once&&this.off(t,ye,he.ctx),ye.call(he.ctx||this,p)}this._firingCount--}}return c&&this._propagateEvent(p),this},listens:function(t,s,c,p){typeof t!="string"&&console.warn('"string" type argument expected');var E=s;typeof s!="function"&&(p=!!s,E=void 0,c=void 0);var P=this._events&&this._events[t];if(P&&P.length&&this._listens(t,E,c)!==!1)return!0;if(p){for(var ne in this._eventParents)if(this._eventParents[ne].listens(t,s,c,p))return!0}return!1},_listens:function(t,s,c){if(!this._events)return!1;var p=this._events[t]||[];if(!s)return!!p.length;c===this&&(c=void 0);for(var E=0,P=p.length;E<P;E++)if(p[E].fn===s&&p[E].ctx===c)return E;return!1},once:function(t,s,c){if(typeof t=="object")for(var p in t)this._on(p,t[p],s,!0);else{t=b(t);for(var E=0,P=t.length;E<P;E++)this._on(t[E],s,c,!0)}return this},addEventParent:function(t){return this._eventParents=this._eventParents||{},this._eventParents[f(t)]=t,this},removeEventParent:function(t){return this._eventParents&&delete this._eventParents[f(t)],this},_propagateEvent:function(t){for(var s in this._eventParents)this._eventParents[s].fire(t.type,o({layer:t.target,propagatedFrom:t.target},t),!0)}};k.addEventListener=k.on,k.removeEventListener=k.clearAllEventListeners=k.off,k.addOneTimeEventListener=k.once,k.fireEvent=k.fire,k.hasEventListeners=k.listens;var oe=$.extend(k);function j(t,s,c){this.x=c?Math.round(t):t,this.y=c?Math.round(s):s}var ae=Math.trunc||function(t){return t>0?Math.floor(t):Math.ceil(t)};j.prototype={clone:function(){return new j(this.x,this.y)},add:function(t){return this.clone()._add(I(t))},_add:function(t){return this.x+=t.x,this.y+=t.y,this},subtract:function(t){return this.clone()._subtract(I(t))},_subtract:function(t){return this.x-=t.x,this.y-=t.y,this},divideBy:function(t){return this.clone()._divideBy(t)},_divideBy:function(t){return this.x/=t,this.y/=t,this},multiplyBy:function(t){return this.clone()._multiplyBy(t)},_multiplyBy:function(t){return this.x*=t,this.y*=t,this},scaleBy:function(t){return new j(this.x*t.x,this.y*t.y)},unscaleBy:function(t){return new j(this.x/t.x,this.y/t.y)},round:function(){return this.clone()._round()},_round:function(){return this.x=Math.round(this.x),this.y=Math.round(this.y),this},floor:function(){return this.clone()._floor()},_floor:function(){return this.x=Math.floor(this.x),this.y=Math.floor(this.y),this},ceil:function(){return this.clone()._ceil()},_ceil:function(){return this.x=Math.ceil(this.x),this.y=Math.ceil(this.y),this},trunc:function(){return this.clone()._trunc()},_trunc:function(){return this.x=ae(this.x),this.y=ae(this.y),this},distanceTo:function(t){t=I(t);var s=t.x-this.x,c=t.y-this.y;return Math.sqrt(s*s+c*c)},equals:function(t){return t=I(t),t.x===this.x&&t.y===this.y},contains:function(t){return t=I(t),Math.abs(t.x)<=Math.abs(this.x)&&Math.abs(t.y)<=Math.abs(this.y)},toString:function(){return"Point("+d(this.x)+", "+d(this.y)+")"}};function I(t,s,c){return t instanceof j?t:S(t)?new j(t[0],t[1]):t==null?t:typeof t=="object"&&"x"in t&&"y"in t?new j(t.x,t.y):new j(t,s,c)}function Z(t,s){if(t)for(var c=s?[t,s]:t,p=0,E=c.length;p<E;p++)this.extend(c[p])}Z.prototype={extend:function(t){var s,c;if(!t)return this;if(t instanceof j||typeof t[0]=="number"||"x"in t)s=c=I(t);else if(t=ie(t),s=t.min,c=t.max,!s||!c)return this;return!this.min&&!this.max?(this.min=s.clone(),this.max=c.clone()):(this.min.x=Math.min(s.x,this.min.x),this.max.x=Math.max(c.x,this.max.x),this.min.y=Math.min(s.y,this.min.y),this.max.y=Math.max(c.y,this.max.y)),this},getCenter:function(t){return I((this.min.x+this.max.x)/2,(this.min.y+this.max.y)/2,t)},getBottomLeft:function(){return I(this.min.x,this.max.y)},getTopRight:function(){return I(this.max.x,this.min.y)},getTopLeft:function(){return this.min},getBottomRight:function(){return this.max},getSize:function(){return this.max.subtract(this.min)},contains:function(t){var s,c;return typeof t[0]=="number"||t instanceof j?t=I(t):t=ie(t),t instanceof Z?(s=t.min,c=t.max):s=c=t,s.x>=this.min.x&&c.x<=this.max.x&&s.y>=this.min.y&&c.y<=this.max.y},intersects:function(t){t=ie(t);var s=this.min,c=this.max,p=t.min,E=t.max,P=E.x>=s.x&&p.x<=c.x,ne=E.y>=s.y&&p.y<=c.y;return P&&ne},overlaps:function(t){t=ie(t);var s=this.min,c=this.max,p=t.min,E=t.max,P=E.x>s.x&&p.x<c.x,ne=E.y>s.y&&p.y<c.y;return P&&ne},isValid:function(){return!!(this.min&&this.max)},pad:function(t){var s=this.min,c=this.max,p=Math.abs(s.x-c.x)*t,E=Math.abs(s.y-c.y)*t;return ie(I(s.x-p,s.y-E),I(c.x+p,c.y+E))},equals:function(t){return t?(t=ie(t),this.min.equals(t.getTopLeft())&&this.max.equals(t.getBottomRight())):!1}};function ie(t,s){return!t||t instanceof Z?t:new Z(t,s)}function ee(t,s){if(t)for(var c=s?[t,s]:t,p=0,E=c.length;p<E;p++)this.extend(c[p])}ee.prototype={extend:function(t){var s=this._southWest,c=this._northEast,p,E;if(t instanceof W)p=t,E=t;else if(t instanceof ee){if(p=t._southWest,E=t._northEast,!p||!E)return this}else return t?this.extend(G(t)||me(t)):this;return!s&&!c?(this._southWest=new W(p.lat,p.lng),this._northEast=new W(E.lat,E.lng)):(s.lat=Math.min(p.lat,s.lat),s.lng=Math.min(p.lng,s.lng),c.lat=Math.max(E.lat,c.lat),c.lng=Math.max(E.lng,c.lng)),this},pad:function(t){var s=this._southWest,c=this._northEast,p=Math.abs(s.lat-c.lat)*t,E=Math.abs(s.lng-c.lng)*t;return new ee(new W(s.lat-p,s.lng-E),new W(c.lat+p,c.lng+E))},getCenter:function(){return new W((this._southWest.lat+this._northEast.lat)/2,(this._southWest.lng+this._northEast.lng)/2)},getSouthWest:function(){return this._southWest},getNorthEast:function(){return this._northEast},getNorthWest:function(){return new W(this.getNorth(),this.getWest())},getSouthEast:function(){return new W(this.getSouth(),this.getEast())},getWest:function(){return this._southWest.lng},getSouth:function(){return this._southWest.lat},getEast:function(){return this._northEast.lng},getNorth:function(){return this._northEast.lat},contains:function(t){typeof t[0]=="number"||t instanceof W||"lat"in t?t=G(t):t=me(t);var s=this._southWest,c=this._northEast,p,E;return t instanceof ee?(p=t.getSouthWest(),E=t.getNorthEast()):p=E=t,p.lat>=s.lat&&E.lat<=c.lat&&p.lng>=s.lng&&E.lng<=c.lng},intersects:function(t){t=me(t);var s=this._southWest,c=this._northEast,p=t.getSouthWest(),E=t.getNorthEast(),P=E.lat>=s.lat&&p.lat<=c.lat,ne=E.lng>=s.lng&&p.lng<=c.lng;return P&&ne},overlaps:function(t){t=me(t);var s=this._southWest,c=this._northEast,p=t.getSouthWest(),E=t.getNorthEast(),P=E.lat>s.lat&&p.lat<c.lat,ne=E.lng>s.lng&&p.lng<c.lng;return P&&ne},toBBoxString:function(){return[this.getWest(),this.getSouth(),this.getEast(),this.getNorth()].join(",")},equals:function(t,s){return t?(t=me(t),this._southWest.equals(t.getSouthWest(),s)&&this._northEast.equals(t.getNorthEast(),s)):!1},isValid:function(){return!!(this._southWest&&this._northEast)}};function me(t,s){return t instanceof ee?t:new ee(t,s)}function W(t,s,c){if(isNaN(t)||isNaN(s))throw new Error("Invalid LatLng object: ("+t+", "+s+")");this.lat=+t,this.lng=+s,c!==void 0&&(this.alt=+c)}W.prototype={equals:function(t,s){if(!t)return!1;t=G(t);var c=Math.max(Math.abs(this.lat-t.lat),Math.abs(this.lng-t.lng));return c<=(s===void 0?1e-9:s)},toString:function(t){return"LatLng("+d(this.lat,t)+", "+d(this.lng,t)+")"},distanceTo:function(t){return K.distance(this,G(t))},wrap:function(){return K.wrapLatLng(this)},toBounds:function(t){var s=180*t/40075017,c=s/Math.cos(Math.PI/180*this.lat);return me([this.lat-s,this.lng-c],[this.lat+s,this.lng+c])},clone:function(){return new W(this.lat,this.lng,this.alt)}};function G(t,s,c){return t instanceof W?t:S(t)&&typeof t[0]!="object"?t.length===3?new W(t[0],t[1],t[2]):t.length===2?new W(t[0],t[1]):null:t==null?t:typeof t=="object"&&"lat"in t?new W(t.lat,"lng"in t?t.lng:t.lon,t.alt):s===void 0?null:new W(t,s,c)}var Y={latLngToPoint:function(t,s){var c=this.projection.project(t),p=this.scale(s);return this.transformation._transform(c,p)},pointToLatLng:function(t,s){var c=this.scale(s),p=this.transformation.untransform(t,c);return this.projection.unproject(p)},project:function(t){return this.projection.project(t)},unproject:function(t){return this.projection.unproject(t)},scale:function(t){return 256*Math.pow(2,t)},zoom:function(t){return Math.log(t/256)/Math.LN2},getProjectedBounds:function(t){if(this.infinite)return null;var s=this.projection.bounds,c=this.scale(t),p=this.transformation.transform(s.min,c),E=this.transformation.transform(s.max,c);return new Z(p,E)},infinite:!1,wrapLatLng:function(t){var s=this.wrapLng?g(t.lng,this.wrapLng,!0):t.lng,c=this.wrapLat?g(t.lat,this.wrapLat,!0):t.lat,p=t.alt;return new W(c,s,p)},wrapLatLngBounds:function(t){var s=t.getCenter(),c=this.wrapLatLng(s),p=s.lat-c.lat,E=s.lng-c.lng;if(p===0&&E===0)return t;var P=t.getSouthWest(),ne=t.getNorthEast(),he=new W(P.lat-p,P.lng-E),ye=new W(ne.lat-p,ne.lng-E);return new ee(he,ye)}},K=o({},Y,{wrapLng:[-180,180],R:6371e3,distance:function(t,s){var c=Math.PI/180,p=t.lat*c,E=s.lat*c,P=Math.sin((s.lat-t.lat)*c/2),ne=Math.sin((s.lng-t.lng)*c/2),he=P*P+Math.cos(p)*Math.cos(E)*ne*ne,ye=2*Math.atan2(Math.sqrt(he),Math.sqrt(1-he));return this.R*ye}}),le=6378137,ce={R:le,MAX_LATITUDE:85.0511287798,project:function(t){var s=Math.PI/180,c=this.MAX_LATITUDE,p=Math.max(Math.min(c,t.lat),-c),E=Math.sin(p*s);return new j(this.R*t.lng*s,this.R*Math.log((1+E)/(1-E))/2)},unproject:function(t){var s=180/Math.PI;return new W((2*Math.atan(Math.exp(t.y/this.R))-Math.PI/2)*s,t.x*s/this.R)},bounds:(function(){var t=le*Math.PI;return new Z([-t,-t],[t,t])})()};function Ee(t,s,c,p){if(S(t)){this._a=t[0],this._b=t[1],this._c=t[2],this._d=t[3];return}this._a=t,this._b=s,this._c=c,this._d=p}Ee.prototype={transform:function(t,s){return this._transform(t.clone(),s)},_transform:function(t,s){return s=s||1,t.x=s*(this._a*t.x+this._b),t.y=s*(this._c*t.y+this._d),t},untransform:function(t,s){return s=s||1,new j((t.x/s-this._b)/this._a,(t.y/s-this._d)/this._c)}};function Te(t,s,c,p){return new Ee(t,s,c,p)}var q=o({},K,{code:"EPSG:3857",projection:ce,transformation:(function(){var t=.5/(Math.PI*ce.R);return Te(t,.5,-t,.5)})()}),te=o({},q,{code:"EPSG:900913"});function fe(t){return document.createElementNS("http://www.w3.org/2000/svg",t)}function xe(t,s){var c="",p,E,P,ne,he,ye;for(p=0,P=t.length;p<P;p++){for(he=t[p],E=0,ne=he.length;E<ne;E++)ye=he[E],c+=(E?"L":"M")+ye.x+" "+ye.y;c+=s?ke.svg?"z":"x":""}return c||"M0 0"}var Se=document.documentElement.style,Ie="ActiveXObject"in window,se=Ie&&!document.addEventListener,be="msLaunchUri"in navigator&&!("documentMode"in document),Ne=Rt("webkit"),ve=Rt("android"),Be=Rt("android 2")||Rt("android 3"),mt=parseInt(/WebKit\/([0-9]+)|$/.exec(navigator.userAgent)[1],10),$e=ve&&Rt("Google")&&mt<537&&!("AudioNode"in window),ht=!!window.opera,C=!be&&Rt("chrome"),v=Rt("gecko")&&!Ne&&!ht&&!Ie,w=!C&&Rt("safari"),H=Rt("phantom"),re="OTransition"in Se,_e=navigator.platform.indexOf("Win")===0,we=Ie&&"transition"in Se,De="WebKitCSSMatrix"in window&&"m11"in new window.WebKitCSSMatrix&&!Be,Ye="MozPerspective"in Se,Qe=!window.L_DISABLE_3D&&(we||De||Ye)&&!re&&!H,We=typeof orientation<"u"||Rt("mobile"),Ze=We&&Ne,jt=We&&De,Jt=!window.PointerEvent&&window.MSPointerEvent,st=!!(window.PointerEvent||Jt),at="ontouchstart"in window||!!window.TouchEvent,bi=!window.L_NO_TOUCH&&(at||st),un=We&&ht,Pn=We&&v,Zn=(window.devicePixelRatio||window.screen.deviceXDPI/window.screen.logicalXDPI)>1,z=(function(){var t=!1;try{var s=Object.defineProperty({},"passive",{get:function(){t=!0}});window.addEventListener("testPassiveEventSupport",_,s),window.removeEventListener("testPassiveEventSupport",_,s)}catch{}return t})(),J=(function(){return!!document.createElement("canvas").getContext})(),Ae=!!(document.createElementNS&&fe("svg").createSVGRect),Re=!!Ae&&(function(){var t=document.createElement("div");return t.innerHTML="<svg/>",(t.firstChild&&t.firstChild.namespaceURI)==="http://www.w3.org/2000/svg"})(),Me=!Ae&&(function(){try{var t=document.createElement("div");t.innerHTML='<v:shape adj="1"/>';var s=t.firstChild;return s.style.behavior="url(#default#VML)",s&&typeof s.adj=="object"}catch{return!1}})(),_t=navigator.platform.indexOf("Mac")===0,bt=navigator.platform.indexOf("Linux")===0;function Rt(t){return navigator.userAgent.toLowerCase().indexOf(t)>=0}var ke={ie:Ie,ielt9:se,edge:be,webkit:Ne,android:ve,android23:Be,androidStock:$e,opera:ht,chrome:C,gecko:v,safari:w,phantom:H,opera12:re,win:_e,ie3d:we,webkit3d:De,gecko3d:Ye,any3d:Qe,mobile:We,mobileWebkit:Ze,mobileWebkit3d:jt,msPointer:Jt,pointer:st,touch:bi,touchNative:at,mobileOpera:un,mobileGecko:Pn,retina:Zn,passiveEvents:z,canvas:J,svg:Ae,vml:Me,inlineSvg:Re,mac:_t,linux:bt},Xn=ke.msPointer?"MSPointerDown":"pointerdown",Ut=ke.msPointer?"MSPointerMove":"pointermove",kn=ke.msPointer?"MSPointerUp":"pointerup",yn=ke.msPointer?"MSPointerCancel":"pointercancel",cn={touchstart:Xn,touchmove:Ut,touchend:kn,touchcancel:yn},Mn={touchstart:eo,touchmove:Kt,touchend:Kt,touchcancel:Kt},it={},V=!1;function de(t,s,c){return s==="touchstart"&&wt(),Mn[s]?(c=Mn[s].bind(this,c),t.addEventListener(cn[s],c,!1),c):(console.warn("wrong event specified:",s),_)}function pe(t,s,c){if(!cn[s]){console.warn("wrong event specified:",s);return}t.removeEventListener(cn[s],c,!1)}function Pe(t){it[t.pointerId]=t}function He(t){it[t.pointerId]&&(it[t.pointerId]=t)}function Je(t){delete it[t.pointerId]}function wt(){V||(document.addEventListener(Xn,Pe,!0),document.addEventListener(Ut,He,!0),document.addEventListener(kn,Je,!0),document.addEventListener(yn,Je,!0),V=!0)}function Kt(t,s){if(s.pointerType!==(s.MSPOINTER_TYPE_MOUSE||"mouse")){s.touches=[];for(var c in it)s.touches.push(it[c]);s.changedTouches=[s],t(s)}}function eo(t,s){s.MSPOINTER_TYPE_TOUCH&&s.pointerType===s.MSPOINTER_TYPE_TOUCH&&Et(s),Kt(t,s)}function Dn(t){var s={},c,p;for(p in t)c=t[p],s[p]=c&&c.bind?c.bind(t):c;return t=s,s.type="dblclick",s.detail=2,s.isTrusted=!1,s._simulated=!0,s}var Qn=200;function hp(t,s){t.addEventListener("dblclick",s);var c=0,p;function E(P){if(P.detail!==1){p=P.detail;return}if(!(P.pointerType==="mouse"||P.sourceCapabilities&&!P.sourceCapabilities.firesTouchEvents)){var ne=du(P);if(!(ne.some(function(ye){return ye instanceof HTMLLabelElement&&ye.attributes.for})&&!ne.some(function(ye){return ye instanceof HTMLInputElement||ye instanceof HTMLSelectElement}))){var he=Date.now();he-c<=Qn?(p++,p===2&&s(Dn(P))):p=1,c=he}}}return t.addEventListener("click",E),{dblclick:s,simDblclick:E}}function fp(t,s){t.removeEventListener("dblclick",s.dblclick),t.removeEventListener("click",s.simDblclick)}var to=Jr(["transform","webkitTransform","OTransform","MozTransform","msTransform"]),Zi=Jr(["webkitTransition","transition","OTransition","MozTransition","msTransition"]),au=Zi==="webkitTransition"||Zi==="OTransition"?Zi+"End":"transitionend";function lu(t){return typeof t=="string"?document.getElementById(t):t}function Xi(t,s){var c=t.style[s]||t.currentStyle&&t.currentStyle[s];if((!c||c==="auto")&&document.defaultView){var p=document.defaultView.getComputedStyle(t,null);c=p?p[s]:null}return c==="auto"?null:c}function Ke(t,s,c){var p=document.createElement(t);return p.className=s||"",c&&c.appendChild(p),p}function ut(t){var s=t.parentNode;s&&s.removeChild(t)}function Xr(t){for(;t.firstChild;)t.removeChild(t.firstChild)}function wi(t){var s=t.parentNode;s&&s.lastChild!==t&&s.appendChild(t)}function xi(t){var s=t.parentNode;s&&s.firstChild!==t&&s.insertBefore(t,s.firstChild)}function no(t,s){if(t.classList!==void 0)return t.classList.contains(s);var c=Qr(t);return c.length>0&&new RegExp("(^|\\s)"+s+"(\\s|$)").test(c)}function ze(t,s){if(t.classList!==void 0)for(var c=b(s),p=0,E=c.length;p<E;p++)t.classList.add(c[p]);else if(!no(t,s)){var P=Qr(t);io(t,(P?P+" ":"")+s)}}function ft(t,s){t.classList!==void 0?t.classList.remove(s):io(t,m((" "+Qr(t)+" ").replace(" "+s+" "," ")))}function io(t,s){t.className.baseVal===void 0?t.className=s:t.className.baseVal=s}function Qr(t){return t.correspondingElement&&(t=t.correspondingElement),t.className.baseVal===void 0?t.className:t.className.baseVal}function Ht(t,s){"opacity"in t.style?t.style.opacity=s:"filter"in t.style&&pp(t,s)}function pp(t,s){var c=!1,p="DXImageTransform.Microsoft.Alpha";try{c=t.filters.item(p)}catch{if(s===1)return}s=Math.round(s*100),c?(c.Enabled=s!==100,c.Opacity=s):t.style.filter+=" progid:"+p+"(opacity="+s+")"}function Jr(t){for(var s=document.documentElement.style,c=0;c<t.length;c++)if(t[c]in s)return t[c];return!1}function Jn(t,s,c){var p=s||new j(0,0);t.style[to]=(ke.ie3d?"translate("+p.x+"px,"+p.y+"px)":"translate3d("+p.x+"px,"+p.y+"px,0)")+(c?" scale("+c+")":"")}function yt(t,s){t._leaflet_pos=s,ke.any3d?Jn(t,s):(t.style.left=s.x+"px",t.style.top=s.y+"px")}function Kn(t){return t._leaflet_pos||new j(0,0)}var Qi,Ji,ro;if("onselectstart"in document)Qi=function(){qe(window,"selectstart",Et)},Ji=function(){rt(window,"selectstart",Et)};else{var Ki=Jr(["userSelect","WebkitUserSelect","OUserSelect","MozUserSelect","msUserSelect"]);Qi=function(){if(Ki){var t=document.documentElement.style;ro=t[Ki],t[Ki]="none"}},Ji=function(){Ki&&(document.documentElement.style[Ki]=ro,ro=void 0)}}function so(){qe(window,"dragstart",Et)}function oo(){rt(window,"dragstart",Et)}var Kr,ao;function lo(t){for(;t.tabIndex===-1;)t=t.parentNode;t.style&&(Yr(),Kr=t,ao=t.style.outlineStyle,t.style.outlineStyle="none",qe(window,"keydown",Yr))}function Yr(){Kr&&(Kr.style.outlineStyle=ao,Kr=void 0,ao=void 0,rt(window,"keydown",Yr))}function uu(t){do t=t.parentNode;while((!t.offsetWidth||!t.offsetHeight)&&t!==document.body);return t}function uo(t){var s=t.getBoundingClientRect();return{x:s.width/t.offsetWidth||1,y:s.height/t.offsetHeight||1,boundingClientRect:s}}var gp={__proto__:null,TRANSFORM:to,TRANSITION:Zi,TRANSITION_END:au,get:lu,getStyle:Xi,create:Ke,remove:ut,empty:Xr,toFront:wi,toBack:xi,hasClass:no,addClass:ze,removeClass:ft,setClass:io,getClass:Qr,setOpacity:Ht,testProp:Jr,setTransform:Jn,setPosition:yt,getPosition:Kn,get disableTextSelection(){return Qi},get enableTextSelection(){return Ji},disableImageDrag:so,enableImageDrag:oo,preventOutline:lo,restoreOutline:Yr,getSizedParentNode:uu,getScale:uo};function qe(t,s,c,p){if(s&&typeof s=="object")for(var E in s)ho(t,E,s[E],c);else{s=b(s);for(var P=0,ne=s.length;P<ne;P++)ho(t,s[P],c,p)}return this}var dn="_leaflet_events";function rt(t,s,c,p){if(arguments.length===1)cu(t),delete t[dn];else if(s&&typeof s=="object")for(var E in s)fo(t,E,s[E],c);else if(s=b(s),arguments.length===2)cu(t,function(he){return y(s,he)!==-1});else for(var P=0,ne=s.length;P<ne;P++)fo(t,s[P],c,p);return this}function cu(t,s){for(var c in t[dn]){var p=c.split(/\d/)[0];(!s||s(p))&&fo(t,p,null,null,c)}}var co={mouseenter:"mouseover",mouseleave:"mouseout",wheel:!("onwheel"in window)&&"mousewheel"};function ho(t,s,c,p){var E=s+f(c)+(p?"_"+f(p):"");if(t[dn]&&t[dn][E])return this;var P=function(he){return c.call(p||t,he||window.event)},ne=P;!ke.touchNative&&ke.pointer&&s.indexOf("touch")===0?P=de(t,s,P):ke.touch&&s==="dblclick"?P=hp(t,P):"addEventListener"in t?s==="touchstart"||s==="touchmove"||s==="wheel"||s==="mousewheel"?t.addEventListener(co[s]||s,P,ke.passiveEvents?{passive:!1}:!1):s==="mouseenter"||s==="mouseleave"?(P=function(he){he=he||window.event,go(t,he)&&ne(he)},t.addEventListener(co[s],P,!1)):t.addEventListener(s,ne,!1):t.attachEvent("on"+s,P),t[dn]=t[dn]||{},t[dn][E]=P}function fo(t,s,c,p,E){E=E||s+f(c)+(p?"_"+f(p):"");var P=t[dn]&&t[dn][E];if(!P)return this;!ke.touchNative&&ke.pointer&&s.indexOf("touch")===0?pe(t,s,P):ke.touch&&s==="dblclick"?fp(t,P):"removeEventListener"in t?t.removeEventListener(co[s]||s,P,!1):t.detachEvent("on"+s,P),t[dn][E]=null}function Yn(t){return t.stopPropagation?t.stopPropagation():t.originalEvent?t.originalEvent._stopped=!0:t.cancelBubble=!0,this}function po(t){return ho(t,"wheel",Yn),this}function Yi(t){return qe(t,"mousedown touchstart dblclick contextmenu",Yn),t._leaflet_disable_click=!0,this}function Et(t){return t.preventDefault?t.preventDefault():t.returnValue=!1,this}function ei(t){return Et(t),Yn(t),this}function du(t){if(t.composedPath)return t.composedPath();for(var s=[],c=t.target;c;)s.push(c),c=c.parentNode;return s}function hu(t,s){if(!s)return new j(t.clientX,t.clientY);var c=uo(s),p=c.boundingClientRect;return new j((t.clientX-p.left)/c.x-s.clientLeft,(t.clientY-p.top)/c.y-s.clientTop)}var mp=ke.linux&&ke.chrome?window.devicePixelRatio:ke.mac?window.devicePixelRatio*3:window.devicePixelRatio>0?2*window.devicePixelRatio:1;function fu(t){return ke.edge?t.wheelDeltaY/2:t.deltaY&&t.deltaMode===0?-t.deltaY/mp:t.deltaY&&t.deltaMode===1?-t.deltaY*20:t.deltaY&&t.deltaMode===2?-t.deltaY*60:t.deltaX||t.deltaZ?0:t.wheelDelta?(t.wheelDeltaY||t.wheelDelta)/2:t.detail&&Math.abs(t.detail)<32765?-t.detail*20:t.detail?t.detail/-32765*60:0}function go(t,s){var c=s.relatedTarget;if(!c)return!0;try{for(;c&&c!==t;)c=c.parentNode}catch{return!1}return c!==t}var _p={__proto__:null,on:qe,off:rt,stopPropagation:Yn,disableScrollPropagation:po,disableClickPropagation:Yi,preventDefault:Et,stop:ei,getPropagationPath:du,getMousePosition:hu,getWheelDelta:fu,isExternalTarget:go,addListener:qe,removeListener:rt},pu=oe.extend({run:function(t,s,c,p){this.stop(),this._el=t,this._inProgress=!0,this._duration=c||.25,this._easeOutPower=1/Math.max(p||.5,.2),this._startPos=Kn(t),this._offset=s.subtract(this._startPos),this._startTime=+new Date,this.fire("start"),this._animate()},stop:function(){this._inProgress&&(this._step(!0),this._complete())},_animate:function(){this._animId=B(this._animate,this),this._step()},_step:function(t){var s=+new Date-this._startTime,c=this._duration*1e3;s<c?this._runFrame(this._easeOut(s/c),t):(this._runFrame(1),this._complete())},_runFrame:function(t,s){var c=this._startPos.add(this._offset.multiplyBy(t));s&&c._round(),yt(this._el,c),this.fire("step")},_complete:function(){X(this._animId),this._inProgress=!1,this.fire("end")},_easeOut:function(t){return 1-Math.pow(1-t,this._easeOutPower)}}),Xe=oe.extend({options:{crs:q,center:void 0,zoom:void 0,minZoom:void 0,maxZoom:void 0,layers:[],maxBounds:void 0,renderer:void 0,zoomAnimation:!0,zoomAnimationThreshold:4,fadeAnimation:!0,markerZoomAnimation:!0,transform3DLimit:8388608,zoomSnap:1,zoomDelta:1,trackResize:!0},initialize:function(t,s){s=T(this,s),this._handlers=[],this._layers={},this._zoomBoundLayers={},this._sizeChanged=!0,this._initContainer(t),this._initLayout(),this._onResize=l(this._onResize,this),this._initEvents(),s.maxBounds&&this.setMaxBounds(s.maxBounds),s.zoom!==void 0&&(this._zoom=this._limitZoom(s.zoom)),s.center&&s.zoom!==void 0&&this.setView(G(s.center),s.zoom,{reset:!0}),this.callInitHooks(),this._zoomAnimated=Zi&&ke.any3d&&!ke.mobileOpera&&this.options.zoomAnimation,this._zoomAnimated&&(this._createAnimProxy(),qe(this._proxy,au,this._catchTransitionEnd,this)),this._addLayers(this.options.layers)},setView:function(t,s,c){if(s=s===void 0?this._zoom:this._limitZoom(s),t=this._limitCenter(G(t),s,this.options.maxBounds),c=c||{},this._stop(),this._loaded&&!c.reset&&c!==!0){c.animate!==void 0&&(c.zoom=o({animate:c.animate},c.zoom),c.pan=o({animate:c.animate,duration:c.duration},c.pan));var p=this._zoom!==s?this._tryAnimatedZoom&&this._tryAnimatedZoom(t,s,c.zoom):this._tryAnimatedPan(t,c.pan);if(p)return clearTimeout(this._sizeTimer),this}return this._resetView(t,s,c.pan&&c.pan.noMoveStart),this},setZoom:function(t,s){return this._loaded?this.setView(this.getCenter(),t,{zoom:s}):(this._zoom=t,this)},zoomIn:function(t,s){return t=t||(ke.any3d?this.options.zoomDelta:1),this.setZoom(this._zoom+t,s)},zoomOut:function(t,s){return t=t||(ke.any3d?this.options.zoomDelta:1),this.setZoom(this._zoom-t,s)},setZoomAround:function(t,s,c){var p=this.getZoomScale(s),E=this.getSize().divideBy(2),P=t instanceof j?t:this.latLngToContainerPoint(t),ne=P.subtract(E).multiplyBy(1-1/p),he=this.containerPointToLatLng(E.add(ne));return this.setView(he,s,{zoom:c})},_getBoundsCenterZoom:function(t,s){s=s||{},t=t.getBounds?t.getBounds():me(t);var c=I(s.paddingTopLeft||s.padding||[0,0]),p=I(s.paddingBottomRight||s.padding||[0,0]),E=this.getBoundsZoom(t,!1,c.add(p));if(E=typeof s.maxZoom=="number"?Math.min(s.maxZoom,E):E,E===1/0)return{center:t.getCenter(),zoom:E};var P=p.subtract(c).divideBy(2),ne=this.project(t.getSouthWest(),E),he=this.project(t.getNorthEast(),E),ye=this.unproject(ne.add(he).divideBy(2).add(P),E);return{center:ye,zoom:E}},fitBounds:function(t,s){if(t=me(t),!t.isValid())throw new Error("Bounds are not valid.");var c=this._getBoundsCenterZoom(t,s);return this.setView(c.center,c.zoom,s)},fitWorld:function(t){return this.fitBounds([[-90,-180],[90,180]],t)},panTo:function(t,s){return this.setView(t,this._zoom,{pan:s})},panBy:function(t,s){if(t=I(t).round(),s=s||{},!t.x&&!t.y)return this.fire("moveend");if(s.animate!==!0&&!this.getSize().contains(t))return this._resetView(this.unproject(this.project(this.getCenter()).add(t)),this.getZoom()),this;if(this._panAnim||(this._panAnim=new pu,this._panAnim.on({step:this._onPanTransitionStep,end:this._onPanTransitionEnd},this)),s.noMoveStart||this.fire("movestart"),s.animate!==!1){ze(this._mapPane,"leaflet-pan-anim");var c=this._getMapPanePos().subtract(t).round();this._panAnim.run(this._mapPane,c,s.duration||.25,s.easeLinearity)}else this._rawPanBy(t),this.fire("move").fire("moveend");return this},flyTo:function(t,s,c){if(c=c||{},c.animate===!1||!ke.any3d)return this.setView(t,s,c);this._stop();var p=this.project(this.getCenter()),E=this.project(t),P=this.getSize(),ne=this._zoom;t=G(t),s=s===void 0?ne:s;var he=Math.max(P.x,P.y),ye=he*this.getZoomScale(ne,s),Le=E.distanceTo(p)||1,Ce=1.42,Oe=Ce*Ce;function Ve(vt){var ds=vt?-1:1,sg=vt?ye:he,og=ye*ye-he*he+ds*Oe*Oe*Le*Le,ag=2*sg*Oe*Le,Lo=og/ag,Zu=Math.sqrt(Lo*Lo+1)-Lo,lg=Zu<1e-9?-18:Math.log(Zu);return lg}function Ct(vt){return(Math.exp(vt)-Math.exp(-vt))/2}function xt(vt){return(Math.exp(vt)+Math.exp(-vt))/2}function Gt(vt){return Ct(vt)/xt(vt)}var Mt=Ve(0);function Ni(vt){return he*(xt(Mt)/xt(Mt+Ce*vt))}function tg(vt){return he*(xt(Mt)*Gt(Mt+Ce*vt)-Ct(Mt))/Oe}function ng(vt){return 1-Math.pow(1-vt,1.5)}var ig=Date.now(),Gu=(Ve(1)-Mt)/Ce,rg=c.duration?1e3*c.duration:1e3*Gu*.8;function Wu(){var vt=(Date.now()-ig)/rg,ds=ng(vt)*Gu;vt<=1?(this._flyToFrame=B(Wu,this),this._move(this.unproject(p.add(E.subtract(p).multiplyBy(tg(ds)/Le)),ne),this.getScaleZoom(he/Ni(ds),ne),{flyTo:!0})):this._move(t,s)._moveEnd(!0)}return this._moveStart(!0,c.noMoveStart),Wu.call(this),this},flyToBounds:function(t,s){var c=this._getBoundsCenterZoom(t,s);return this.flyTo(c.center,c.zoom,s)},setMaxBounds:function(t){return t=me(t),this.listens("moveend",this._panInsideMaxBounds)&&this.off("moveend",this._panInsideMaxBounds),t.isValid()?(this.options.maxBounds=t,this._loaded&&this._panInsideMaxBounds(),this.on("moveend",this._panInsideMaxBounds)):(this.options.maxBounds=null,this)},setMinZoom:function(t){var s=this.options.minZoom;return this.options.minZoom=t,this._loaded&&s!==t&&(this.fire("zoomlevelschange"),this.getZoom()<this.options.minZoom)?this.setZoom(t):this},setMaxZoom:function(t){var s=this.options.maxZoom;return this.options.maxZoom=t,this._loaded&&s!==t&&(this.fire("zoomlevelschange"),this.getZoom()>this.options.maxZoom)?this.setZoom(t):this},panInsideBounds:function(t,s){this._enforcingBounds=!0;var c=this.getCenter(),p=this._limitCenter(c,this._zoom,me(t));return c.equals(p)||this.panTo(p,s),this._enforcingBounds=!1,this},panInside:function(t,s){s=s||{};var c=I(s.paddingTopLeft||s.padding||[0,0]),p=I(s.paddingBottomRight||s.padding||[0,0]),E=this.project(this.getCenter()),P=this.project(t),ne=this.getPixelBounds(),he=ie([ne.min.add(c),ne.max.subtract(p)]),ye=he.getSize();if(!he.contains(P)){this._enforcingBounds=!0;var Le=P.subtract(he.getCenter()),Ce=he.extend(P).getSize().subtract(ye);E.x+=Le.x<0?-Ce.x:Ce.x,E.y+=Le.y<0?-Ce.y:Ce.y,this.panTo(this.unproject(E),s),this._enforcingBounds=!1}return this},invalidateSize:function(t){if(!this._loaded)return this;t=o({animate:!1,pan:!0},t===!0?{animate:!0}:t);var s=this.getSize();this._sizeChanged=!0,this._lastCenter=null;var c=this.getSize(),p=s.divideBy(2).round(),E=c.divideBy(2).round(),P=p.subtract(E);return!P.x&&!P.y?this:(t.animate&&t.pan?this.panBy(P):(t.pan&&this._rawPanBy(P),this.fire("move"),t.debounceMoveend?(clearTimeout(this._sizeTimer),this._sizeTimer=setTimeout(l(this.fire,this,"moveend"),200)):this.fire("moveend")),this.fire("resize",{oldSize:s,newSize:c}))},stop:function(){return this.setZoom(this._limitZoom(this._zoom)),this.options.zoomSnap||this.fire("viewreset"),this._stop()},locate:function(t){if(t=this._locateOptions=o({timeout:1e4,watch:!1},t),!("geolocation"in navigator))return this._handleGeolocationError({code:0,message:"Geolocation not supported."}),this;var s=l(this._handleGeolocationResponse,this),c=l(this._handleGeolocationError,this);return t.watch?this._locationWatchId=navigator.geolocation.watchPosition(s,c,t):navigator.geolocation.getCurrentPosition(s,c,t),this},stopLocate:function(){return navigator.geolocation&&navigator.geolocation.clearWatch&&navigator.geolocation.clearWatch(this._locationWatchId),this._locateOptions&&(this._locateOptions.setView=!1),this},_handleGeolocationError:function(t){if(this._container._leaflet_id){var s=t.code,c=t.message||(s===1?"permission denied":s===2?"position unavailable":"timeout");this._locateOptions.setView&&!this._loaded&&this.fitWorld(),this.fire("locationerror",{code:s,message:"Geolocation error: "+c+"."})}},_handleGeolocationResponse:function(t){if(this._container._leaflet_id){var s=t.coords.latitude,c=t.coords.longitude,p=new W(s,c),E=p.toBounds(t.coords.accuracy*2),P=this._locateOptions;if(P.setView){var ne=this.getBoundsZoom(E);this.setView(p,P.maxZoom?Math.min(ne,P.maxZoom):ne)}var he={latlng:p,bounds:E,timestamp:t.timestamp};for(var ye in t.coords)typeof t.coords[ye]=="number"&&(he[ye]=t.coords[ye]);this.fire("locationfound",he)}},addHandler:function(t,s){if(!s)return this;var c=this[t]=new s(this);return this._handlers.push(c),this.options[t]&&c.enable(),this},remove:function(){if(this._initEvents(!0),this.options.maxBounds&&this.off("moveend",this._panInsideMaxBounds),this._containerId!==this._container._leaflet_id)throw new Error("Map container is being reused by another instance");try{delete this._container._leaflet_id,delete this._containerId}catch{this._container._leaflet_id=void 0,this._containerId=void 0}this._locationWatchId!==void 0&&this.stopLocate(),this._stop(),ut(this._mapPane),this._clearControlPos&&this._clearControlPos(),this._resizeRequest&&(X(this._resizeRequest),this._resizeRequest=null),this._clearHandlers(),this._loaded&&this.fire("unload");var t;for(t in this._layers)this._layers[t].remove();for(t in this._panes)ut(this._panes[t]);return this._layers=[],this._panes=[],delete this._mapPane,delete this._renderer,this},createPane:function(t,s){var c="leaflet-pane"+(t?" leaflet-"+t.replace("Pane","")+"-pane":""),p=Ke("div",c,s||this._mapPane);return t&&(this._panes[t]=p),p},getCenter:function(){return this._checkIfLoaded(),this._lastCenter&&!this._moved()?this._lastCenter.clone():this.layerPointToLatLng(this._getCenterLayerPoint())},getZoom:function(){return this._zoom},getBounds:function(){var t=this.getPixelBounds(),s=this.unproject(t.getBottomLeft()),c=this.unproject(t.getTopRight());return new ee(s,c)},getMinZoom:function(){return this.options.minZoom===void 0?this._layersMinZoom||0:this.options.minZoom},getMaxZoom:function(){return this.options.maxZoom===void 0?this._layersMaxZoom===void 0?1/0:this._layersMaxZoom:this.options.maxZoom},getBoundsZoom:function(t,s,c){t=me(t),c=I(c||[0,0]);var p=this.getZoom()||0,E=this.getMinZoom(),P=this.getMaxZoom(),ne=t.getNorthWest(),he=t.getSouthEast(),ye=this.getSize().subtract(c),Le=ie(this.project(he,p),this.project(ne,p)).getSize(),Ce=ke.any3d?this.options.zoomSnap:1,Oe=ye.x/Le.x,Ve=ye.y/Le.y,Ct=s?Math.max(Oe,Ve):Math.min(Oe,Ve);return p=this.getScaleZoom(Ct,p),Ce&&(p=Math.round(p/(Ce/100))*(Ce/100),p=s?Math.ceil(p/Ce)*Ce:Math.floor(p/Ce)*Ce),Math.max(E,Math.min(P,p))},getSize:function(){return(!this._size||this._sizeChanged)&&(this._size=new j(this._container.clientWidth||0,this._container.clientHeight||0),this._sizeChanged=!1),this._size.clone()},getPixelBounds:function(t,s){var c=this._getTopLeftPoint(t,s);return new Z(c,c.add(this.getSize()))},getPixelOrigin:function(){return this._checkIfLoaded(),this._pixelOrigin},getPixelWorldBounds:function(t){return this.options.crs.getProjectedBounds(t===void 0?this.getZoom():t)},getPane:function(t){return typeof t=="string"?this._panes[t]:t},getPanes:function(){return this._panes},getContainer:function(){return this._container},getZoomScale:function(t,s){var c=this.options.crs;return s=s===void 0?this._zoom:s,c.scale(t)/c.scale(s)},getScaleZoom:function(t,s){var c=this.options.crs;s=s===void 0?this._zoom:s;var p=c.zoom(t*c.scale(s));return isNaN(p)?1/0:p},project:function(t,s){return s=s===void 0?this._zoom:s,this.options.crs.latLngToPoint(G(t),s)},unproject:function(t,s){return s=s===void 0?this._zoom:s,this.options.crs.pointToLatLng(I(t),s)},layerPointToLatLng:function(t){var s=I(t).add(this.getPixelOrigin());return this.unproject(s)},latLngToLayerPoint:function(t){var s=this.project(G(t))._round();return s._subtract(this.getPixelOrigin())},wrapLatLng:function(t){return this.options.crs.wrapLatLng(G(t))},wrapLatLngBounds:function(t){return this.options.crs.wrapLatLngBounds(me(t))},distance:function(t,s){return this.options.crs.distance(G(t),G(s))},containerPointToLayerPoint:function(t){return I(t).subtract(this._getMapPanePos())},layerPointToContainerPoint:function(t){return I(t).add(this._getMapPanePos())},containerPointToLatLng:function(t){var s=this.containerPointToLayerPoint(I(t));return this.layerPointToLatLng(s)},latLngToContainerPoint:function(t){return this.layerPointToContainerPoint(this.latLngToLayerPoint(G(t)))},mouseEventToContainerPoint:function(t){return hu(t,this._container)},mouseEventToLayerPoint:function(t){return this.containerPointToLayerPoint(this.mouseEventToContainerPoint(t))},mouseEventToLatLng:function(t){return this.layerPointToLatLng(this.mouseEventToLayerPoint(t))},_initContainer:function(t){var s=this._container=lu(t);if(s){if(s._leaflet_id)throw new Error("Map container is already initialized.")}else throw new Error("Map container not found.");qe(s,"scroll",this._onScroll,this),this._containerId=f(s)},_initLayout:function(){var t=this._container;this._fadeAnimated=this.options.fadeAnimation&&ke.any3d,ze(t,"leaflet-container"+(ke.touch?" leaflet-touch":"")+(ke.retina?" leaflet-retina":"")+(ke.ielt9?" leaflet-oldie":"")+(ke.safari?" leaflet-safari":"")+(this._fadeAnimated?" leaflet-fade-anim":""));var s=Xi(t,"position");s!=="absolute"&&s!=="relative"&&s!=="fixed"&&s!=="sticky"&&(t.style.position="relative"),this._initPanes(),this._initControlPos&&this._initControlPos()},_initPanes:function(){var t=this._panes={};this._paneRenderers={},this._mapPane=this.createPane("mapPane",this._container),yt(this._mapPane,new j(0,0)),this.createPane("tilePane"),this.createPane("overlayPane"),this.createPane("shadowPane"),this.createPane("markerPane"),this.createPane("tooltipPane"),this.createPane("popupPane"),this.options.markerZoomAnimation||(ze(t.markerPane,"leaflet-zoom-hide"),ze(t.shadowPane,"leaflet-zoom-hide"))},_resetView:function(t,s,c){yt(this._mapPane,new j(0,0));var p=!this._loaded;this._loaded=!0,s=this._limitZoom(s),this.fire("viewprereset");var E=this._zoom!==s;this._moveStart(E,c)._move(t,s)._moveEnd(E),this.fire("viewreset"),p&&this.fire("load")},_moveStart:function(t,s){return t&&this.fire("zoomstart"),s||this.fire("movestart"),this},_move:function(t,s,c,p){s===void 0&&(s=this._zoom);var E=this._zoom!==s;return this._zoom=s,this._lastCenter=t,this._pixelOrigin=this._getNewPixelOrigin(t),p?c&&c.pinch&&this.fire("zoom",c):((E||c&&c.pinch)&&this.fire("zoom",c),this.fire("move",c)),this},_moveEnd:function(t){return t&&this.fire("zoomend"),this.fire("moveend")},_stop:function(){return X(this._flyToFrame),this._panAnim&&this._panAnim.stop(),this},_rawPanBy:function(t){yt(this._mapPane,this._getMapPanePos().subtract(t))},_getZoomSpan:function(){return this.getMaxZoom()-this.getMinZoom()},_panInsideMaxBounds:function(){this._enforcingBounds||this.panInsideBounds(this.options.maxBounds)},_checkIfLoaded:function(){if(!this._loaded)throw new Error("Set map center and zoom first.")},_initEvents:function(t){this._targets={},this._targets[f(this._container)]=this;var s=t?rt:qe;s(this._container,"click dblclick mousedown mouseup mouseover mouseout mousemove contextmenu keypress keydown keyup",this._handleDOMEvent,this),this.options.trackResize&&s(window,"resize",this._onResize,this),ke.any3d&&this.options.transform3DLimit&&(t?this.off:this.on).call(this,"moveend",this._onMoveEnd)},_onResize:function(){X(this._resizeRequest),this._resizeRequest=B(function(){this.invalidateSize({debounceMoveend:!0})},this)},_onScroll:function(){this._container.scrollTop=0,this._container.scrollLeft=0},_onMoveEnd:function(){var t=this._getMapPanePos();Math.max(Math.abs(t.x),Math.abs(t.y))>=this.options.transform3DLimit&&this._resetView(this.getCenter(),this.getZoom())},_findEventTargets:function(t,s){for(var c=[],p,E=s==="mouseout"||s==="mouseover",P=t.target||t.srcElement,ne=!1;P;){if(p=this._targets[f(P)],p&&(s==="click"||s==="preclick")&&this._draggableMoved(p)){ne=!0;break}if(p&&p.listens(s,!0)&&(E&&!go(P,t)||(c.push(p),E))||P===this._container)break;P=P.parentNode}return!c.length&&!ne&&!E&&this.listens(s,!0)&&(c=[this]),c},_isClickDisabled:function(t){for(;t&&t!==this._container;){if(t._leaflet_disable_click)return!0;t=t.parentNode}},_handleDOMEvent:function(t){var s=t.target||t.srcElement;if(!(!this._loaded||s._leaflet_disable_events||t.type==="click"&&this._isClickDisabled(s))){var c=t.type;c==="mousedown"&&lo(s),this._fireDOMEvent(t,c)}},_mouseEvents:["click","dblclick","mouseover","mouseout","contextmenu"],_fireDOMEvent:function(t,s,c){if(t.type==="click"){var p=o({},t);p.type="preclick",this._fireDOMEvent(p,p.type,c)}var E=this._findEventTargets(t,s);if(c){for(var P=[],ne=0;ne<c.length;ne++)c[ne].listens(s,!0)&&P.push(c[ne]);E=P.concat(E)}if(E.length){s==="contextmenu"&&Et(t);var he=E[0],ye={originalEvent:t};if(t.type!=="keypress"&&t.type!=="keydown"&&t.type!=="keyup"){var Le=he.getLatLng&&(!he._radius||he._radius<=10);ye.containerPoint=Le?this.latLngToContainerPoint(he.getLatLng()):this.mouseEventToContainerPoint(t),ye.layerPoint=this.containerPointToLayerPoint(ye.containerPoint),ye.latlng=Le?he.getLatLng():this.layerPointToLatLng(ye.layerPoint)}for(ne=0;ne<E.length;ne++)if(E[ne].fire(s,ye,!0),ye.originalEvent._stopped||E[ne].options.bubblingMouseEvents===!1&&y(this._mouseEvents,s)!==-1)return}},_draggableMoved:function(t){return t=t.dragging&&t.dragging.enabled()?t:this,t.dragging&&t.dragging.moved()||this.boxZoom&&this.boxZoom.moved()},_clearHandlers:function(){for(var t=0,s=this._handlers.length;t<s;t++)this._handlers[t].disable()},whenReady:function(t,s){return this._loaded?t.call(s||this,{target:this}):this.on("load",t,s),this},_getMapPanePos:function(){return Kn(this._mapPane)||new j(0,0)},_moved:function(){var t=this._getMapPanePos();return t&&!t.equals([0,0])},_getTopLeftPoint:function(t,s){var c=t&&s!==void 0?this._getNewPixelOrigin(t,s):this.getPixelOrigin();return c.subtract(this._getMapPanePos())},_getNewPixelOrigin:function(t,s){var c=this.getSize()._divideBy(2);return this.project(t,s)._subtract(c)._add(this._getMapPanePos())._round()},_latLngToNewLayerPoint:function(t,s,c){var p=this._getNewPixelOrigin(c,s);return this.project(t,s)._subtract(p)},_latLngBoundsToNewLayerBounds:function(t,s,c){var p=this._getNewPixelOrigin(c,s);return ie([this.project(t.getSouthWest(),s)._subtract(p),this.project(t.getNorthWest(),s)._subtract(p),this.project(t.getSouthEast(),s)._subtract(p),this.project(t.getNorthEast(),s)._subtract(p)])},_getCenterLayerPoint:function(){return this.containerPointToLayerPoint(this.getSize()._divideBy(2))},_getCenterOffset:function(t){return this.latLngToLayerPoint(t).subtract(this._getCenterLayerPoint())},_limitCenter:function(t,s,c){if(!c)return t;var p=this.project(t,s),E=this.getSize().divideBy(2),P=new Z(p.subtract(E),p.add(E)),ne=this._getBoundsOffset(P,c,s);return Math.abs(ne.x)<=1&&Math.abs(ne.y)<=1?t:this.unproject(p.add(ne),s)},_limitOffset:function(t,s){if(!s)return t;var c=this.getPixelBounds(),p=new Z(c.min.add(t),c.max.add(t));return t.add(this._getBoundsOffset(p,s))},_getBoundsOffset:function(t,s,c){var p=ie(this.project(s.getNorthEast(),c),this.project(s.getSouthWest(),c)),E=p.min.subtract(t.min),P=p.max.subtract(t.max),ne=this._rebound(E.x,-P.x),he=this._rebound(E.y,-P.y);return new j(ne,he)},_rebound:function(t,s){return t+s>0?Math.round(t-s)/2:Math.max(0,Math.ceil(t))-Math.max(0,Math.floor(s))},_limitZoom:function(t){var s=this.getMinZoom(),c=this.getMaxZoom(),p=ke.any3d?this.options.zoomSnap:1;return p&&(t=Math.round(t/p)*p),Math.max(s,Math.min(c,t))},_onPanTransitionStep:function(){this.fire("move")},_onPanTransitionEnd:function(){ft(this._mapPane,"leaflet-pan-anim"),this.fire("moveend")},_tryAnimatedPan:function(t,s){var c=this._getCenterOffset(t)._trunc();return(s&&s.animate)!==!0&&!this.getSize().contains(c)?!1:(this.panBy(c,s),!0)},_createAnimProxy:function(){var t=this._proxy=Ke("div","leaflet-proxy leaflet-zoom-animated");this._panes.mapPane.appendChild(t),this.on("zoomanim",function(s){var c=to,p=this._proxy.style[c];Jn(this._proxy,this.project(s.center,s.zoom),this.getZoomScale(s.zoom,1)),p===this._proxy.style[c]&&this._animatingZoom&&this._onZoomTransitionEnd()},this),this.on("load moveend",this._animMoveEnd,this),this._on("unload",this._destroyAnimProxy,this)},_destroyAnimProxy:function(){ut(this._proxy),this.off("load moveend",this._animMoveEnd,this),delete this._proxy},_animMoveEnd:function(){var t=this.getCenter(),s=this.getZoom();Jn(this._proxy,this.project(t,s),this.getZoomScale(s,1))},_catchTransitionEnd:function(t){this._animatingZoom&&t.propertyName.indexOf("transform")>=0&&this._onZoomTransitionEnd()},_nothingToAnimate:function(){return!this._container.getElementsByClassName("leaflet-zoom-animated").length},_tryAnimatedZoom:function(t,s,c){if(this._animatingZoom)return!0;if(c=c||{},!this._zoomAnimated||c.animate===!1||this._nothingToAnimate()||Math.abs(s-this._zoom)>this.options.zoomAnimationThreshold)return!1;var p=this.getZoomScale(s),E=this._getCenterOffset(t)._divideBy(1-1/p);return c.animate!==!0&&!this.getSize().contains(E)?!1:(B(function(){this._moveStart(!0,c.noMoveStart||!1)._animateZoom(t,s,!0)},this),!0)},_animateZoom:function(t,s,c,p){this._mapPane&&(c&&(this._animatingZoom=!0,this._animateToCenter=t,this._animateToZoom=s,ze(this._mapPane,"leaflet-zoom-anim")),this.fire("zoomanim",{center:t,zoom:s,noUpdate:p}),this._tempFireZoomEvent||(this._tempFireZoomEvent=this._zoom!==this._animateToZoom),this._move(this._animateToCenter,this._animateToZoom,void 0,!0),setTimeout(l(this._onZoomTransitionEnd,this),250))},_onZoomTransitionEnd:function(){this._animatingZoom&&(this._mapPane&&ft(this._mapPane,"leaflet-zoom-anim"),this._animatingZoom=!1,this._move(this._animateToCenter,this._animateToZoom,void 0,!0),this._tempFireZoomEvent&&this.fire("zoom"),delete this._tempFireZoomEvent,this.fire("move"),this._moveEnd(!0))}});function yp(t,s){return new Xe(t,s)}var Yt=$.extend({options:{position:"topright"},initialize:function(t){T(this,t)},getPosition:function(){return this.options.position},setPosition:function(t){var s=this._map;return s&&s.removeControl(this),this.options.position=t,s&&s.addControl(this),this},getContainer:function(){return this._container},addTo:function(t){this.remove(),this._map=t;var s=this._container=this.onAdd(t),c=this.getPosition(),p=t._controlCorners[c];return ze(s,"leaflet-control"),c.indexOf("bottom")!==-1?p.insertBefore(s,p.firstChild):p.appendChild(s),this._map.on("unload",this.remove,this),this},remove:function(){return this._map?(ut(this._container),this.onRemove&&this.onRemove(this._map),this._map.off("unload",this.remove,this),this._map=null,this):this},_refocusOnMap:function(t){this._map&&t&&t.screenX>0&&t.screenY>0&&this._map.getContainer().focus()}}),er=function(t){return new Yt(t)};Xe.include({addControl:function(t){return t.addTo(this),this},removeControl:function(t){return t.remove(),this},_initControlPos:function(){var t=this._controlCorners={},s="leaflet-",c=this._controlContainer=Ke("div",s+"control-container",this._container);function p(E,P){var ne=s+E+" "+s+P;t[E+P]=Ke("div",ne,c)}p("top","left"),p("top","right"),p("bottom","left"),p("bottom","right")},_clearControlPos:function(){for(var t in this._controlCorners)ut(this._controlCorners[t]);ut(this._controlContainer),delete this._controlCorners,delete this._controlContainer}});var gu=Yt.extend({options:{collapsed:!0,position:"topright",autoZIndex:!0,hideSingleBase:!1,sortLayers:!1,sortFunction:function(t,s,c,p){return c<p?-1:p<c?1:0}},initialize:function(t,s,c){T(this,c),this._layerControlInputs=[],this._layers=[],this._lastZIndex=0,this._handlingClick=!1,this._preventClick=!1;for(var p in t)this._addLayer(t[p],p);for(p in s)this._addLayer(s[p],p,!0)},onAdd:function(t){this._initLayout(),this._update(),this._map=t,t.on("zoomend",this._checkDisabledLayers,this);for(var s=0;s<this._layers.length;s++)this._layers[s].layer.on("add remove",this._onLayerChange,this);return this._container},addTo:function(t){return Yt.prototype.addTo.call(this,t),this._expandIfNotCollapsed()},onRemove:function(){this._map.off("zoomend",this._checkDisabledLayers,this);for(var t=0;t<this._layers.length;t++)this._layers[t].layer.off("add remove",this._onLayerChange,this)},addBaseLayer:function(t,s){return this._addLayer(t,s),this._map?this._update():this},addOverlay:function(t,s){return this._addLayer(t,s,!0),this._map?this._update():this},removeLayer:function(t){t.off("add remove",this._onLayerChange,this);var s=this._getLayer(f(t));return s&&this._layers.splice(this._layers.indexOf(s),1),this._map?this._update():this},expand:function(){ze(this._container,"leaflet-control-layers-expanded"),this._section.style.height=null;var t=this._map.getSize().y-(this._container.offsetTop+50);return t<this._section.clientHeight?(ze(this._section,"leaflet-control-layers-scrollbar"),this._section.style.height=t+"px"):ft(this._section,"leaflet-control-layers-scrollbar"),this._checkDisabledLayers(),this},collapse:function(){return ft(this._container,"leaflet-control-layers-expanded"),this},_initLayout:function(){var t="leaflet-control-layers",s=this._container=Ke("div",t),c=this.options.collapsed;s.setAttribute("aria-haspopup",!0),Yi(s),po(s);var p=this._section=Ke("section",t+"-list");c&&(this._map.on("click",this.collapse,this),qe(s,{mouseenter:this._expandSafely,mouseleave:this.collapse},this));var E=this._layersLink=Ke("a",t+"-toggle",s);E.href="#",E.title="Layers",E.setAttribute("role","button"),qe(E,{keydown:function(P){P.keyCode===13&&this._expandSafely()},click:function(P){Et(P),this._expandSafely()}},this),c||this.expand(),this._baseLayersList=Ke("div",t+"-base",p),this._separator=Ke("div",t+"-separator",p),this._overlaysList=Ke("div",t+"-overlays",p),s.appendChild(p)},_getLayer:function(t){for(var s=0;s<this._layers.length;s++)if(this._layers[s]&&f(this._layers[s].layer)===t)return this._layers[s]},_addLayer:function(t,s,c){this._map&&t.on("add remove",this._onLayerChange,this),this._layers.push({layer:t,name:s,overlay:c}),this.options.sortLayers&&this._layers.sort(l(function(p,E){return this.options.sortFunction(p.layer,E.layer,p.name,E.name)},this)),this.options.autoZIndex&&t.setZIndex&&(this._lastZIndex++,t.setZIndex(this._lastZIndex)),this._expandIfNotCollapsed()},_update:function(){if(!this._container)return this;Xr(this._baseLayersList),Xr(this._overlaysList),this._layerControlInputs=[];var t,s,c,p,E=0;for(c=0;c<this._layers.length;c++)p=this._layers[c],this._addItem(p),s=s||p.overlay,t=t||!p.overlay,E+=p.overlay?0:1;return this.options.hideSingleBase&&(t=t&&E>1,this._baseLayersList.style.display=t?"":"none"),this._separator.style.display=s&&t?"":"none",this},_onLayerChange:function(t){this._handlingClick||this._update();var s=this._getLayer(f(t.target)),c=s.overlay?t.type==="add"?"overlayadd":"overlayremove":t.type==="add"?"baselayerchange":null;c&&this._map.fire(c,s)},_createRadioElement:function(t,s){var c='<input type="radio" class="leaflet-control-layers-selector" name="'+t+'"'+(s?' checked="checked"':"")+"/>",p=document.createElement("div");return p.innerHTML=c,p.firstChild},_addItem:function(t){var s=document.createElement("label"),c=this._map.hasLayer(t.layer),p;t.overlay?(p=document.createElement("input"),p.type="checkbox",p.className="leaflet-control-layers-selector",p.defaultChecked=c):p=this._createRadioElement("leaflet-base-layers_"+f(this),c),this._layerControlInputs.push(p),p.layerId=f(t.layer),qe(p,"click",this._onInputClick,this);var E=document.createElement("span");E.innerHTML=" "+t.name;var P=document.createElement("span");s.appendChild(P),P.appendChild(p),P.appendChild(E);var ne=t.overlay?this._overlaysList:this._baseLayersList;return ne.appendChild(s),this._checkDisabledLayers(),s},_onInputClick:function(){if(!this._preventClick){var t=this._layerControlInputs,s,c,p=[],E=[];this._handlingClick=!0;for(var P=t.length-1;P>=0;P--)s=t[P],c=this._getLayer(s.layerId).layer,s.checked?p.push(c):s.checked||E.push(c);for(P=0;P<E.length;P++)this._map.hasLayer(E[P])&&this._map.removeLayer(E[P]);for(P=0;P<p.length;P++)this._map.hasLayer(p[P])||this._map.addLayer(p[P]);this._handlingClick=!1,this._refocusOnMap()}},_checkDisabledLayers:function(){for(var t=this._layerControlInputs,s,c,p=this._map.getZoom(),E=t.length-1;E>=0;E--)s=t[E],c=this._getLayer(s.layerId).layer,s.disabled=c.options.minZoom!==void 0&&p<c.options.minZoom||c.options.maxZoom!==void 0&&p>c.options.maxZoom},_expandIfNotCollapsed:function(){return this._map&&!this.options.collapsed&&this.expand(),this},_expandSafely:function(){var t=this._section;this._preventClick=!0,qe(t,"click",Et),this.expand();var s=this;setTimeout(function(){rt(t,"click",Et),s._preventClick=!1})}}),vp=function(t,s,c){return new gu(t,s,c)},mo=Yt.extend({options:{position:"topleft",zoomInText:'<span aria-hidden="true">+</span>',zoomInTitle:"Zoom in",zoomOutText:'<span aria-hidden="true">&#x2212;</span>',zoomOutTitle:"Zoom out"},onAdd:function(t){var s="leaflet-control-zoom",c=Ke("div",s+" leaflet-bar"),p=this.options;return this._zoomInButton=this._createButton(p.zoomInText,p.zoomInTitle,s+"-in",c,this._zoomIn),this._zoomOutButton=this._createButton(p.zoomOutText,p.zoomOutTitle,s+"-out",c,this._zoomOut),this._updateDisabled(),t.on("zoomend zoomlevelschange",this._updateDisabled,this),c},onRemove:function(t){t.off("zoomend zoomlevelschange",this._updateDisabled,this)},disable:function(){return this._disabled=!0,this._updateDisabled(),this},enable:function(){return this._disabled=!1,this._updateDisabled(),this},_zoomIn:function(t){!this._disabled&&this._map._zoom<this._map.getMaxZoom()&&this._map.zoomIn(this._map.options.zoomDelta*(t.shiftKey?3:1))},_zoomOut:function(t){!this._disabled&&this._map._zoom>this._map.getMinZoom()&&this._map.zoomOut(this._map.options.zoomDelta*(t.shiftKey?3:1))},_createButton:function(t,s,c,p,E){var P=Ke("a",c,p);return P.innerHTML=t,P.href="#",P.title=s,P.setAttribute("role","button"),P.setAttribute("aria-label",s),Yi(P),qe(P,"click",ei),qe(P,"click",E,this),qe(P,"click",this._refocusOnMap,this),P},_updateDisabled:function(){var t=this._map,s="leaflet-disabled";ft(this._zoomInButton,s),ft(this._zoomOutButton,s),this._zoomInButton.setAttribute("aria-disabled","false"),this._zoomOutButton.setAttribute("aria-disabled","false"),(this._disabled||t._zoom===t.getMinZoom())&&(ze(this._zoomOutButton,s),this._zoomOutButton.setAttribute("aria-disabled","true")),(this._disabled||t._zoom===t.getMaxZoom())&&(ze(this._zoomInButton,s),this._zoomInButton.setAttribute("aria-disabled","true"))}});Xe.mergeOptions({zoomControl:!0}),Xe.addInitHook(function(){this.options.zoomControl&&(this.zoomControl=new mo,this.addControl(this.zoomControl))});var bp=function(t){return new mo(t)},mu=Yt.extend({options:{position:"bottomleft",maxWidth:100,metric:!0,imperial:!0},onAdd:function(t){var s="leaflet-control-scale",c=Ke("div",s),p=this.options;return this._addScales(p,s+"-line",c),t.on(p.updateWhenIdle?"moveend":"move",this._update,this),t.whenReady(this._update,this),c},onRemove:function(t){t.off(this.options.updateWhenIdle?"moveend":"move",this._update,this)},_addScales:function(t,s,c){t.metric&&(this._mScale=Ke("div",s,c)),t.imperial&&(this._iScale=Ke("div",s,c))},_update:function(){var t=this._map,s=t.getSize().y/2,c=t.distance(t.containerPointToLatLng([0,s]),t.containerPointToLatLng([this.options.maxWidth,s]));this._updateScales(c)},_updateScales:function(t){this.options.metric&&t&&this._updateMetric(t),this.options.imperial&&t&&this._updateImperial(t)},_updateMetric:function(t){var s=this._getRoundNum(t),c=s<1e3?s+" m":s/1e3+" km";this._updateScale(this._mScale,c,s/t)},_updateImperial:function(t){var s=t*3.2808399,c,p,E;s>5280?(c=s/5280,p=this._getRoundNum(c),this._updateScale(this._iScale,p+" mi",p/c)):(E=this._getRoundNum(s),this._updateScale(this._iScale,E+" ft",E/s))},_updateScale:function(t,s,c){t.style.width=Math.round(this.options.maxWidth*c)+"px",t.innerHTML=s},_getRoundNum:function(t){var s=Math.pow(10,(Math.floor(t)+"").length-1),c=t/s;return c=c>=10?10:c>=5?5:c>=3?3:c>=2?2:1,s*c}}),wp=function(t){return new mu(t)},xp='<svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="12" height="8" viewBox="0 0 12 8" class="leaflet-attribution-flag"><path fill="#4C7BE1" d="M0 0h12v4H0z"/><path fill="#FFD500" d="M0 4h12v3H0z"/><path fill="#E0BC00" d="M0 7h12v1H0z"/></svg>',_o=Yt.extend({options:{position:"bottomright",prefix:'<a href="https://leafletjs.com" title="A JavaScript library for interactive maps">'+(ke.inlineSvg?xp+" ":"")+"Leaflet</a>"},initialize:function(t){T(this,t),this._attributions={}},onAdd:function(t){t.attributionControl=this,this._container=Ke("div","leaflet-control-attribution"),Yi(this._container);for(var s in t._layers)t._layers[s].getAttribution&&this.addAttribution(t._layers[s].getAttribution());return this._update(),t.on("layeradd",this._addAttribution,this),this._container},onRemove:function(t){t.off("layeradd",this._addAttribution,this)},_addAttribution:function(t){t.layer.getAttribution&&(this.addAttribution(t.layer.getAttribution()),t.layer.once("remove",function(){this.removeAttribution(t.layer.getAttribution())},this))},setPrefix:function(t){return this.options.prefix=t,this._update(),this},addAttribution:function(t){return t?(this._attributions[t]||(this._attributions[t]=0),this._attributions[t]++,this._update(),this):this},removeAttribution:function(t){return t?(this._attributions[t]&&(this._attributions[t]--,this._update()),this):this},_update:function(){if(this._map){var t=[];for(var s in this._attributions)this._attributions[s]&&t.push(s);var c=[];this.options.prefix&&c.push(this.options.prefix),t.length&&c.push(t.join(", ")),this._container.innerHTML=c.join(' <span aria-hidden="true">|</span> ')}}});Xe.mergeOptions({attributionControl:!0}),Xe.addInitHook(function(){this.options.attributionControl&&new _o().addTo(this)});var Ep=function(t){return new _o(t)};Yt.Layers=gu,Yt.Zoom=mo,Yt.Scale=mu,Yt.Attribution=_o,er.layers=vp,er.zoom=bp,er.scale=wp,er.attribution=Ep;var hn=$.extend({initialize:function(t){this._map=t},enable:function(){return this._enabled?this:(this._enabled=!0,this.addHooks(),this)},disable:function(){return this._enabled?(this._enabled=!1,this.removeHooks(),this):this},enabled:function(){return!!this._enabled}});hn.addTo=function(t,s){return t.addHandler(s,this),this};var Sp={Events:k},_u=ke.touch?"touchstart mousedown":"mousedown",On=oe.extend({options:{clickTolerance:3},initialize:function(t,s,c,p){T(this,p),this._element=t,this._dragStartTarget=s||t,this._preventOutline=c},enable:function(){this._enabled||(qe(this._dragStartTarget,_u,this._onDown,this),this._enabled=!0)},disable:function(){this._enabled&&(On._dragging===this&&this.finishDrag(!0),rt(this._dragStartTarget,_u,this._onDown,this),this._enabled=!1,this._moved=!1)},_onDown:function(t){if(this._enabled&&(this._moved=!1,!no(this._element,"leaflet-zoom-anim"))){if(t.touches&&t.touches.length!==1){On._dragging===this&&this.finishDrag();return}if(!(On._dragging||t.shiftKey||t.which!==1&&t.button!==1&&!t.touches)&&(On._dragging=this,this._preventOutline&&lo(this._element),so(),Qi(),!this._moving)){this.fire("down");var s=t.touches?t.touches[0]:t,c=uu(this._element);this._startPoint=new j(s.clientX,s.clientY),this._startPos=Kn(this._element),this._parentScale=uo(c);var p=t.type==="mousedown";qe(document,p?"mousemove":"touchmove",this._onMove,this),qe(document,p?"mouseup":"touchend touchcancel",this._onUp,this)}}},_onMove:function(t){if(this._enabled){if(t.touches&&t.touches.length>1){this._moved=!0;return}var s=t.touches&&t.touches.length===1?t.touches[0]:t,c=new j(s.clientX,s.clientY)._subtract(this._startPoint);!c.x&&!c.y||Math.abs(c.x)+Math.abs(c.y)<this.options.clickTolerance||(c.x/=this._parentScale.x,c.y/=this._parentScale.y,Et(t),this._moved||(this.fire("dragstart"),this._moved=!0,ze(document.body,"leaflet-dragging"),this._lastTarget=t.target||t.srcElement,window.SVGElementInstance&&this._lastTarget instanceof window.SVGElementInstance&&(this._lastTarget=this._lastTarget.correspondingUseElement),ze(this._lastTarget,"leaflet-drag-target")),this._newPos=this._startPos.add(c),this._moving=!0,this._lastEvent=t,this._updatePosition())}},_updatePosition:function(){var t={originalEvent:this._lastEvent};this.fire("predrag",t),yt(this._element,this._newPos),this.fire("drag",t)},_onUp:function(){this._enabled&&this.finishDrag()},finishDrag:function(t){ft(document.body,"leaflet-dragging"),this._lastTarget&&(ft(this._lastTarget,"leaflet-drag-target"),this._lastTarget=null),rt(document,"mousemove touchmove",this._onMove,this),rt(document,"mouseup touchend touchcancel",this._onUp,this),oo(),Ji();var s=this._moved&&this._moving;this._moving=!1,On._dragging=!1,s&&this.fire("dragend",{noInertia:t,distance:this._newPos.distanceTo(this._startPos)})}});function yu(t,s,c){var p,E=[1,4,2,8],P,ne,he,ye,Le,Ce,Oe,Ve;for(P=0,Ce=t.length;P<Ce;P++)t[P]._code=ti(t[P],s);for(he=0;he<4;he++){for(Oe=E[he],p=[],P=0,Ce=t.length,ne=Ce-1;P<Ce;ne=P++)ye=t[P],Le=t[ne],ye._code&Oe?Le._code&Oe||(Ve=es(Le,ye,Oe,s,c),Ve._code=ti(Ve,s),p.push(Ve)):(Le._code&Oe&&(Ve=es(Le,ye,Oe,s,c),Ve._code=ti(Ve,s),p.push(Ve)),p.push(ye));t=p}return t}function vu(t,s){var c,p,E,P,ne,he,ye,Le,Ce;if(!t||t.length===0)throw new Error("latlngs not passed");Vt(t)||(console.warn("latlngs are not flat! Only the first ring will be used"),t=t[0]);var Oe=G([0,0]),Ve=me(t),Ct=Ve.getNorthWest().distanceTo(Ve.getSouthWest())*Ve.getNorthEast().distanceTo(Ve.getNorthWest());Ct<1700&&(Oe=yo(t));var xt=t.length,Gt=[];for(c=0;c<xt;c++){var Mt=G(t[c]);Gt.push(s.project(G([Mt.lat-Oe.lat,Mt.lng-Oe.lng])))}for(he=ye=Le=0,c=0,p=xt-1;c<xt;p=c++)E=Gt[c],P=Gt[p],ne=E.y*P.x-P.y*E.x,ye+=(E.x+P.x)*ne,Le+=(E.y+P.y)*ne,he+=ne*3;he===0?Ce=Gt[0]:Ce=[ye/he,Le/he];var Ni=s.unproject(I(Ce));return G([Ni.lat+Oe.lat,Ni.lng+Oe.lng])}function yo(t){for(var s=0,c=0,p=0,E=0;E<t.length;E++){var P=G(t[E]);s+=P.lat,c+=P.lng,p++}return G([s/p,c/p])}var Tp={__proto__:null,clipPolygon:yu,polygonCenter:vu,centroid:yo};function bu(t,s){if(!s||!t.length)return t.slice();var c=s*s;return t=Np(t,c),t=Ip(t,c),t}function wu(t,s,c){return Math.sqrt(tr(t,s,c,!0))}function Lp(t,s,c){return tr(t,s,c)}function Ip(t,s){var c=t.length,p=typeof Uint8Array<"u"?Uint8Array:Array,E=new p(c);E[0]=E[c-1]=1,vo(t,E,s,0,c-1);var P,ne=[];for(P=0;P<c;P++)E[P]&&ne.push(t[P]);return ne}function vo(t,s,c,p,E){var P=0,ne,he,ye;for(he=p+1;he<=E-1;he++)ye=tr(t[he],t[p],t[E],!0),ye>P&&(ne=he,P=ye);P>c&&(s[ne]=1,vo(t,s,c,p,ne),vo(t,s,c,ne,E))}function Np(t,s){for(var c=[t[0]],p=1,E=0,P=t.length;p<P;p++)Ap(t[p],t[E])>s&&(c.push(t[p]),E=p);return E<P-1&&c.push(t[P-1]),c}var xu;function Eu(t,s,c,p,E){var P=p?xu:ti(t,c),ne=ti(s,c),he,ye,Le;for(xu=ne;;){if(!(P|ne))return[t,s];if(P&ne)return!1;he=P||ne,ye=es(t,s,he,c,E),Le=ti(ye,c),he===P?(t=ye,P=Le):(s=ye,ne=Le)}}function es(t,s,c,p,E){var P=s.x-t.x,ne=s.y-t.y,he=p.min,ye=p.max,Le,Ce;return c&8?(Le=t.x+P*(ye.y-t.y)/ne,Ce=ye.y):c&4?(Le=t.x+P*(he.y-t.y)/ne,Ce=he.y):c&2?(Le=ye.x,Ce=t.y+ne*(ye.x-t.x)/P):c&1&&(Le=he.x,Ce=t.y+ne*(he.x-t.x)/P),new j(Le,Ce,E)}function ti(t,s){var c=0;return t.x<s.min.x?c|=1:t.x>s.max.x&&(c|=2),t.y<s.min.y?c|=4:t.y>s.max.y&&(c|=8),c}function Ap(t,s){var c=s.x-t.x,p=s.y-t.y;return c*c+p*p}function tr(t,s,c,p){var E=s.x,P=s.y,ne=c.x-E,he=c.y-P,ye=ne*ne+he*he,Le;return ye>0&&(Le=((t.x-E)*ne+(t.y-P)*he)/ye,Le>1?(E=c.x,P=c.y):Le>0&&(E+=ne*Le,P+=he*Le)),ne=t.x-E,he=t.y-P,p?ne*ne+he*he:new j(E,P)}function Vt(t){return!S(t[0])||typeof t[0][0]!="object"&&typeof t[0][0]<"u"}function Su(t){return console.warn("Deprecated use of _flat, please use L.LineUtil.isFlat instead."),Vt(t)}function Tu(t,s){var c,p,E,P,ne,he,ye,Le;if(!t||t.length===0)throw new Error("latlngs not passed");Vt(t)||(console.warn("latlngs are not flat! Only the first ring will be used"),t=t[0]);var Ce=G([0,0]),Oe=me(t),Ve=Oe.getNorthWest().distanceTo(Oe.getSouthWest())*Oe.getNorthEast().distanceTo(Oe.getNorthWest());Ve<1700&&(Ce=yo(t));var Ct=t.length,xt=[];for(c=0;c<Ct;c++){var Gt=G(t[c]);xt.push(s.project(G([Gt.lat-Ce.lat,Gt.lng-Ce.lng])))}for(c=0,p=0;c<Ct-1;c++)p+=xt[c].distanceTo(xt[c+1])/2;if(p===0)Le=xt[0];else for(c=0,P=0;c<Ct-1;c++)if(ne=xt[c],he=xt[c+1],E=ne.distanceTo(he),P+=E,P>p){ye=(P-p)/E,Le=[he.x-ye*(he.x-ne.x),he.y-ye*(he.y-ne.y)];break}var Mt=s.unproject(I(Le));return G([Mt.lat+Ce.lat,Mt.lng+Ce.lng])}var Rp={__proto__:null,simplify:bu,pointToSegmentDistance:wu,closestPointOnSegment:Lp,clipSegment:Eu,_getEdgeIntersection:es,_getBitCode:ti,_sqClosestPointOnSegment:tr,isFlat:Vt,_flat:Su,polylineCenter:Tu},bo={project:function(t){return new j(t.lng,t.lat)},unproject:function(t){return new W(t.y,t.x)},bounds:new Z([-180,-90],[180,90])},wo={R:6378137,R_MINOR:6356752314245179e-9,bounds:new Z([-2003750834279e-5,-1549657073972e-5],[2003750834279e-5,1876465623138e-5]),project:function(t){var s=Math.PI/180,c=this.R,p=t.lat*s,E=this.R_MINOR/c,P=Math.sqrt(1-E*E),ne=P*Math.sin(p),he=Math.tan(Math.PI/4-p/2)/Math.pow((1-ne)/(1+ne),P/2);return p=-c*Math.log(Math.max(he,1e-10)),new j(t.lng*s*c,p)},unproject:function(t){for(var s=180/Math.PI,c=this.R,p=this.R_MINOR/c,E=Math.sqrt(1-p*p),P=Math.exp(-t.y/c),ne=Math.PI/2-2*Math.atan(P),he=0,ye=.1,Le;he<15&&Math.abs(ye)>1e-7;he++)Le=E*Math.sin(ne),Le=Math.pow((1-Le)/(1+Le),E/2),ye=Math.PI/2-2*Math.atan(P*Le)-ne,ne+=ye;return new W(ne*s,t.x*s/c)}},Cp={__proto__:null,LonLat:bo,Mercator:wo,SphericalMercator:ce},Pp=o({},K,{code:"EPSG:3395",projection:wo,transformation:(function(){var t=.5/(Math.PI*wo.R);return Te(t,.5,-t,.5)})()}),Lu=o({},K,{code:"EPSG:4326",projection:bo,transformation:Te(1/180,1,-1/180,.5)}),kp=o({},Y,{projection:bo,transformation:Te(1,0,-1,0),scale:function(t){return Math.pow(2,t)},zoom:function(t){return Math.log(t)/Math.LN2},distance:function(t,s){var c=s.lng-t.lng,p=s.lat-t.lat;return Math.sqrt(c*c+p*p)},infinite:!0});Y.Earth=K,Y.EPSG3395=Pp,Y.EPSG3857=q,Y.EPSG900913=te,Y.EPSG4326=Lu,Y.Simple=kp;var en=oe.extend({options:{pane:"overlayPane",attribution:null,bubblingMouseEvents:!0},addTo:function(t){return t.addLayer(this),this},remove:function(){return this.removeFrom(this._map||this._mapToAdd)},removeFrom:function(t){return t&&t.removeLayer(this),this},getPane:function(t){return this._map.getPane(t?this.options[t]||t:this.options.pane)},addInteractiveTarget:function(t){return this._map._targets[f(t)]=this,this},removeInteractiveTarget:function(t){return delete this._map._targets[f(t)],this},getAttribution:function(){return this.options.attribution},_layerAdd:function(t){var s=t.target;if(s.hasLayer(this)){if(this._map=s,this._zoomAnimated=s._zoomAnimated,this.getEvents){var c=this.getEvents();s.on(c,this),this.once("remove",function(){s.off(c,this)},this)}this.onAdd(s),this.fire("add"),s.fire("layeradd",{layer:this})}}});Xe.include({addLayer:function(t){if(!t._layerAdd)throw new Error("The provided object is not a Layer.");var s=f(t);return this._layers[s]?this:(this._layers[s]=t,t._mapToAdd=this,t.beforeAdd&&t.beforeAdd(this),this.whenReady(t._layerAdd,t),this)},removeLayer:function(t){var s=f(t);return this._layers[s]?(this._loaded&&t.onRemove(this),delete this._layers[s],this._loaded&&(this.fire("layerremove",{layer:t}),t.fire("remove")),t._map=t._mapToAdd=null,this):this},hasLayer:function(t){return f(t)in this._layers},eachLayer:function(t,s){for(var c in this._layers)t.call(s,this._layers[c]);return this},_addLayers:function(t){t=t?S(t)?t:[t]:[];for(var s=0,c=t.length;s<c;s++)this.addLayer(t[s])},_addZoomLimit:function(t){(!isNaN(t.options.maxZoom)||!isNaN(t.options.minZoom))&&(this._zoomBoundLayers[f(t)]=t,this._updateZoomLevels())},_removeZoomLimit:function(t){var s=f(t);this._zoomBoundLayers[s]&&(delete this._zoomBoundLayers[s],this._updateZoomLevels())},_updateZoomLevels:function(){var t=1/0,s=-1/0,c=this._getZoomSpan();for(var p in this._zoomBoundLayers){var E=this._zoomBoundLayers[p].options;t=E.minZoom===void 0?t:Math.min(t,E.minZoom),s=E.maxZoom===void 0?s:Math.max(s,E.maxZoom)}this._layersMaxZoom=s===-1/0?void 0:s,this._layersMinZoom=t===1/0?void 0:t,c!==this._getZoomSpan()&&this.fire("zoomlevelschange"),this.options.maxZoom===void 0&&this._layersMaxZoom&&this.getZoom()>this._layersMaxZoom&&this.setZoom(this._layersMaxZoom),this.options.minZoom===void 0&&this._layersMinZoom&&this.getZoom()<this._layersMinZoom&&this.setZoom(this._layersMinZoom)}});var Ei=en.extend({initialize:function(t,s){T(this,s),this._layers={};var c,p;if(t)for(c=0,p=t.length;c<p;c++)this.addLayer(t[c])},addLayer:function(t){var s=this.getLayerId(t);return this._layers[s]=t,this._map&&this._map.addLayer(t),this},removeLayer:function(t){var s=t in this._layers?t:this.getLayerId(t);return this._map&&this._layers[s]&&this._map.removeLayer(this._layers[s]),delete this._layers[s],this},hasLayer:function(t){var s=typeof t=="number"?t:this.getLayerId(t);return s in this._layers},clearLayers:function(){return this.eachLayer(this.removeLayer,this)},invoke:function(t){var s=Array.prototype.slice.call(arguments,1),c,p;for(c in this._layers)p=this._layers[c],p[t]&&p[t].apply(p,s);return this},onAdd:function(t){this.eachLayer(t.addLayer,t)},onRemove:function(t){this.eachLayer(t.removeLayer,t)},eachLayer:function(t,s){for(var c in this._layers)t.call(s,this._layers[c]);return this},getLayer:function(t){return this._layers[t]},getLayers:function(){var t=[];return this.eachLayer(t.push,t),t},setZIndex:function(t){return this.invoke("setZIndex",t)},getLayerId:function(t){return f(t)}}),Mp=function(t,s){return new Ei(t,s)},vn=Ei.extend({addLayer:function(t){return this.hasLayer(t)?this:(t.addEventParent(this),Ei.prototype.addLayer.call(this,t),this.fire("layeradd",{layer:t}))},removeLayer:function(t){return this.hasLayer(t)?(t in this._layers&&(t=this._layers[t]),t.removeEventParent(this),Ei.prototype.removeLayer.call(this,t),this.fire("layerremove",{layer:t})):this},setStyle:function(t){return this.invoke("setStyle",t)},bringToFront:function(){return this.invoke("bringToFront")},bringToBack:function(){return this.invoke("bringToBack")},getBounds:function(){var t=new ee;for(var s in this._layers){var c=this._layers[s];t.extend(c.getBounds?c.getBounds():c.getLatLng())}return t}}),Dp=function(t,s){return new vn(t,s)},Si=$.extend({options:{popupAnchor:[0,0],tooltipAnchor:[0,0],crossOrigin:!1},initialize:function(t){T(this,t)},createIcon:function(t){return this._createIcon("icon",t)},createShadow:function(t){return this._createIcon("shadow",t)},_createIcon:function(t,s){var c=this._getIconUrl(t);if(!c){if(t==="icon")throw new Error("iconUrl not set in Icon options (see the docs).");return null}var p=this._createImg(c,s&&s.tagName==="IMG"?s:null);return this._setIconStyles(p,t),(this.options.crossOrigin||this.options.crossOrigin==="")&&(p.crossOrigin=this.options.crossOrigin===!0?"":this.options.crossOrigin),p},_setIconStyles:function(t,s){var c=this.options,p=c[s+"Size"];typeof p=="number"&&(p=[p,p]);var E=I(p),P=I(s==="shadow"&&c.shadowAnchor||c.iconAnchor||E&&E.divideBy(2,!0));t.className="leaflet-marker-"+s+" "+(c.className||""),P&&(t.style.marginLeft=-P.x+"px",t.style.marginTop=-P.y+"px"),E&&(t.style.width=E.x+"px",t.style.height=E.y+"px")},_createImg:function(t,s){return s=s||document.createElement("img"),s.src=t,s},_getIconUrl:function(t){return ke.retina&&this.options[t+"RetinaUrl"]||this.options[t+"Url"]}});function Op(t){return new Si(t)}var nr=Si.extend({options:{iconUrl:"marker-icon.png",iconRetinaUrl:"marker-icon-2x.png",shadowUrl:"marker-shadow.png",iconSize:[25,41],iconAnchor:[12,41],popupAnchor:[1,-34],tooltipAnchor:[16,-28],shadowSize:[41,41]},_getIconUrl:function(t){return typeof nr.imagePath!="string"&&(nr.imagePath=this._detectIconPath()),(this.options.imagePath||nr.imagePath)+Si.prototype._getIconUrl.call(this,t)},_stripUrl:function(t){var s=function(c,p,E){var P=p.exec(c);return P&&P[E]};return t=s(t,/^url\((['"])?(.+)\1\)$/,2),t&&s(t,/^(.*)marker-icon\.png$/,1)},_detectIconPath:function(){var t=Ke("div","leaflet-default-icon-path",document.body),s=Xi(t,"background-image")||Xi(t,"backgroundImage");if(document.body.removeChild(t),s=this._stripUrl(s),s)return s;var c=document.querySelector('link[href$="leaflet.css"]');return c?c.href.substring(0,c.href.length-11-1):""}}),Iu=hn.extend({initialize:function(t){this._marker=t},addHooks:function(){var t=this._marker._icon;this._draggable||(this._draggable=new On(t,t,!0)),this._draggable.on({dragstart:this._onDragStart,predrag:this._onPreDrag,drag:this._onDrag,dragend:this._onDragEnd},this).enable(),ze(t,"leaflet-marker-draggable")},removeHooks:function(){this._draggable.off({dragstart:this._onDragStart,predrag:this._onPreDrag,drag:this._onDrag,dragend:this._onDragEnd},this).disable(),this._marker._icon&&ft(this._marker._icon,"leaflet-marker-draggable")},moved:function(){return this._draggable&&this._draggable._moved},_adjustPan:function(t){var s=this._marker,c=s._map,p=this._marker.options.autoPanSpeed,E=this._marker.options.autoPanPadding,P=Kn(s._icon),ne=c.getPixelBounds(),he=c.getPixelOrigin(),ye=ie(ne.min._subtract(he).add(E),ne.max._subtract(he).subtract(E));if(!ye.contains(P)){var Le=I((Math.max(ye.max.x,P.x)-ye.max.x)/(ne.max.x-ye.max.x)-(Math.min(ye.min.x,P.x)-ye.min.x)/(ne.min.x-ye.min.x),(Math.max(ye.max.y,P.y)-ye.max.y)/(ne.max.y-ye.max.y)-(Math.min(ye.min.y,P.y)-ye.min.y)/(ne.min.y-ye.min.y)).multiplyBy(p);c.panBy(Le,{animate:!1}),this._draggable._newPos._add(Le),this._draggable._startPos._add(Le),yt(s._icon,this._draggable._newPos),this._onDrag(t),this._panRequest=B(this._adjustPan.bind(this,t))}},_onDragStart:function(){this._oldLatLng=this._marker.getLatLng(),this._marker.closePopup&&this._marker.closePopup(),this._marker.fire("movestart").fire("dragstart")},_onPreDrag:function(t){this._marker.options.autoPan&&(X(this._panRequest),this._panRequest=B(this._adjustPan.bind(this,t)))},_onDrag:function(t){var s=this._marker,c=s._shadow,p=Kn(s._icon),E=s._map.layerPointToLatLng(p);c&&yt(c,p),s._latlng=E,t.latlng=E,t.oldLatLng=this._oldLatLng,s.fire("move",t).fire("drag",t)},_onDragEnd:function(t){X(this._panRequest),delete this._oldLatLng,this._marker.fire("moveend").fire("dragend",t)}}),ts=en.extend({options:{icon:new nr,interactive:!0,keyboard:!0,title:"",alt:"Marker",zIndexOffset:0,opacity:1,riseOnHover:!1,riseOffset:250,pane:"markerPane",shadowPane:"shadowPane",bubblingMouseEvents:!1,autoPanOnFocus:!0,draggable:!1,autoPan:!1,autoPanPadding:[50,50],autoPanSpeed:10},initialize:function(t,s){T(this,s),this._latlng=G(t)},onAdd:function(t){this._zoomAnimated=this._zoomAnimated&&t.options.markerZoomAnimation,this._zoomAnimated&&t.on("zoomanim",this._animateZoom,this),this._initIcon(),this.update()},onRemove:function(t){this.dragging&&this.dragging.enabled()&&(this.options.draggable=!0,this.dragging.removeHooks()),delete this.dragging,this._zoomAnimated&&t.off("zoomanim",this._animateZoom,this),this._removeIcon(),this._removeShadow()},getEvents:function(){return{zoom:this.update,viewreset:this.update}},getLatLng:function(){return this._latlng},setLatLng:function(t){var s=this._latlng;return this._latlng=G(t),this.update(),this.fire("move",{oldLatLng:s,latlng:this._latlng})},setZIndexOffset:function(t){return this.options.zIndexOffset=t,this.update()},getIcon:function(){return this.options.icon},setIcon:function(t){return this.options.icon=t,this._map&&(this._initIcon(),this.update()),this._popup&&this.bindPopup(this._popup,this._popup.options),this},getElement:function(){return this._icon},update:function(){if(this._icon&&this._map){var t=this._map.latLngToLayerPoint(this._latlng).round();this._setPos(t)}return this},_initIcon:function(){var t=this.options,s="leaflet-zoom-"+(this._zoomAnimated?"animated":"hide"),c=t.icon.createIcon(this._icon),p=!1;c!==this._icon&&(this._icon&&this._removeIcon(),p=!0,t.title&&(c.title=t.title),c.tagName==="IMG"&&(c.alt=t.alt||"")),ze(c,s),t.keyboard&&(c.tabIndex="0",c.setAttribute("role","button")),this._icon=c,t.riseOnHover&&this.on({mouseover:this._bringToFront,mouseout:this._resetZIndex}),this.options.autoPanOnFocus&&qe(c,"focus",this._panOnFocus,this);var E=t.icon.createShadow(this._shadow),P=!1;E!==this._shadow&&(this._removeShadow(),P=!0),E&&(ze(E,s),E.alt=""),this._shadow=E,t.opacity<1&&this._updateOpacity(),p&&this.getPane().appendChild(this._icon),this._initInteraction(),E&&P&&this.getPane(t.shadowPane).appendChild(this._shadow)},_removeIcon:function(){this.options.riseOnHover&&this.off({mouseover:this._bringToFront,mouseout:this._resetZIndex}),this.options.autoPanOnFocus&&rt(this._icon,"focus",this._panOnFocus,this),ut(this._icon),this.removeInteractiveTarget(this._icon),this._icon=null},_removeShadow:function(){this._shadow&&ut(this._shadow),this._shadow=null},_setPos:function(t){this._icon&&yt(this._icon,t),this._shadow&&yt(this._shadow,t),this._zIndex=t.y+this.options.zIndexOffset,this._resetZIndex()},_updateZIndex:function(t){this._icon&&(this._icon.style.zIndex=this._zIndex+t)},_animateZoom:function(t){var s=this._map._latLngToNewLayerPoint(this._latlng,t.zoom,t.center).round();this._setPos(s)},_initInteraction:function(){if(this.options.interactive&&(ze(this._icon,"leaflet-interactive"),this.addInteractiveTarget(this._icon),Iu)){var t=this.options.draggable;this.dragging&&(t=this.dragging.enabled(),this.dragging.disable()),this.dragging=new Iu(this),t&&this.dragging.enable()}},setOpacity:function(t){return this.options.opacity=t,this._map&&this._updateOpacity(),this},_updateOpacity:function(){var t=this.options.opacity;this._icon&&Ht(this._icon,t),this._shadow&&Ht(this._shadow,t)},_bringToFront:function(){this._updateZIndex(this.options.riseOffset)},_resetZIndex:function(){this._updateZIndex(0)},_panOnFocus:function(){var t=this._map;if(t){var s=this.options.icon.options,c=s.iconSize?I(s.iconSize):I(0,0),p=s.iconAnchor?I(s.iconAnchor):I(0,0);t.panInside(this._latlng,{paddingTopLeft:p,paddingBottomRight:c.subtract(p)})}},_getPopupAnchor:function(){return this.options.icon.options.popupAnchor},_getTooltipAnchor:function(){return this.options.icon.options.tooltipAnchor}});function Fp(t,s){return new ts(t,s)}var Fn=en.extend({options:{stroke:!0,color:"#3388ff",weight:3,opacity:1,lineCap:"round",lineJoin:"round",dashArray:null,dashOffset:null,fill:!1,fillColor:null,fillOpacity:.2,fillRule:"evenodd",interactive:!0,bubblingMouseEvents:!0},beforeAdd:function(t){this._renderer=t.getRenderer(this)},onAdd:function(){this._renderer._initPath(this),this._reset(),this._renderer._addPath(this)},onRemove:function(){this._renderer._removePath(this)},redraw:function(){return this._map&&this._renderer._updatePath(this),this},setStyle:function(t){return T(this,t),this._renderer&&(this._renderer._updateStyle(this),this.options.stroke&&t&&Object.prototype.hasOwnProperty.call(t,"weight")&&this._updateBounds()),this},bringToFront:function(){return this._renderer&&this._renderer._bringToFront(this),this},bringToBack:function(){return this._renderer&&this._renderer._bringToBack(this),this},getElement:function(){return this._path},_reset:function(){this._project(),this._update()},_clickTolerance:function(){return(this.options.stroke?this.options.weight/2:0)+(this._renderer.options.tolerance||0)}}),ns=Fn.extend({options:{fill:!0,radius:10},initialize:function(t,s){T(this,s),this._latlng=G(t),this._radius=this.options.radius},setLatLng:function(t){var s=this._latlng;return this._latlng=G(t),this.redraw(),this.fire("move",{oldLatLng:s,latlng:this._latlng})},getLatLng:function(){return this._latlng},setRadius:function(t){return this.options.radius=this._radius=t,this.redraw()},getRadius:function(){return this._radius},setStyle:function(t){var s=t&&t.radius||this._radius;return Fn.prototype.setStyle.call(this,t),this.setRadius(s),this},_project:function(){this._point=this._map.latLngToLayerPoint(this._latlng),this._updateBounds()},_updateBounds:function(){var t=this._radius,s=this._radiusY||t,c=this._clickTolerance(),p=[t+c,s+c];this._pxBounds=new Z(this._point.subtract(p),this._point.add(p))},_update:function(){this._map&&this._updatePath()},_updatePath:function(){this._renderer._updateCircle(this)},_empty:function(){return this._radius&&!this._renderer._bounds.intersects(this._pxBounds)},_containsPoint:function(t){return t.distanceTo(this._point)<=this._radius+this._clickTolerance()}});function jp(t,s){return new ns(t,s)}var xo=ns.extend({initialize:function(t,s,c){if(typeof s=="number"&&(s=o({},c,{radius:s})),T(this,s),this._latlng=G(t),isNaN(this.options.radius))throw new Error("Circle radius cannot be NaN");this._mRadius=this.options.radius},setRadius:function(t){return this._mRadius=t,this.redraw()},getRadius:function(){return this._mRadius},getBounds:function(){var t=[this._radius,this._radiusY||this._radius];return new ee(this._map.layerPointToLatLng(this._point.subtract(t)),this._map.layerPointToLatLng(this._point.add(t)))},setStyle:Fn.prototype.setStyle,_project:function(){var t=this._latlng.lng,s=this._latlng.lat,c=this._map,p=c.options.crs;if(p.distance===K.distance){var E=Math.PI/180,P=this._mRadius/K.R/E,ne=c.project([s+P,t]),he=c.project([s-P,t]),ye=ne.add(he).divideBy(2),Le=c.unproject(ye).lat,Ce=Math.acos((Math.cos(P*E)-Math.sin(s*E)*Math.sin(Le*E))/(Math.cos(s*E)*Math.cos(Le*E)))/E;(isNaN(Ce)||Ce===0)&&(Ce=P/Math.cos(Math.PI/180*s)),this._point=ye.subtract(c.getPixelOrigin()),this._radius=isNaN(Ce)?0:ye.x-c.project([Le,t-Ce]).x,this._radiusY=ye.y-ne.y}else{var Oe=p.unproject(p.project(this._latlng).subtract([this._mRadius,0]));this._point=c.latLngToLayerPoint(this._latlng),this._radius=this._point.x-c.latLngToLayerPoint(Oe).x}this._updateBounds()}});function $p(t,s,c){return new xo(t,s,c)}var bn=Fn.extend({options:{smoothFactor:1,noClip:!1},initialize:function(t,s){T(this,s),this._setLatLngs(t)},getLatLngs:function(){return this._latlngs},setLatLngs:function(t){return this._setLatLngs(t),this.redraw()},isEmpty:function(){return!this._latlngs.length},closestLayerPoint:function(t){for(var s=1/0,c=null,p=tr,E,P,ne=0,he=this._parts.length;ne<he;ne++)for(var ye=this._parts[ne],Le=1,Ce=ye.length;Le<Ce;Le++){E=ye[Le-1],P=ye[Le];var Oe=p(t,E,P,!0);Oe<s&&(s=Oe,c=p(t,E,P))}return c&&(c.distance=Math.sqrt(s)),c},getCenter:function(){if(!this._map)throw new Error("Must add layer to map before using getCenter()");return Tu(this._defaultShape(),this._map.options.crs)},getBounds:function(){return this._bounds},addLatLng:function(t,s){return s=s||this._defaultShape(),t=G(t),s.push(t),this._bounds.extend(t),this.redraw()},_setLatLngs:function(t){this._bounds=new ee,this._latlngs=this._convertLatLngs(t)},_defaultShape:function(){return Vt(this._latlngs)?this._latlngs:this._latlngs[0]},_convertLatLngs:function(t){for(var s=[],c=Vt(t),p=0,E=t.length;p<E;p++)c?(s[p]=G(t[p]),this._bounds.extend(s[p])):s[p]=this._convertLatLngs(t[p]);return s},_project:function(){var t=new Z;this._rings=[],this._projectLatlngs(this._latlngs,this._rings,t),this._bounds.isValid()&&t.isValid()&&(this._rawPxBounds=t,this._updateBounds())},_updateBounds:function(){var t=this._clickTolerance(),s=new j(t,t);this._rawPxBounds&&(this._pxBounds=new Z([this._rawPxBounds.min.subtract(s),this._rawPxBounds.max.add(s)]))},_projectLatlngs:function(t,s,c){var p=t[0]instanceof W,E=t.length,P,ne;if(p){for(ne=[],P=0;P<E;P++)ne[P]=this._map.latLngToLayerPoint(t[P]),c.extend(ne[P]);s.push(ne)}else for(P=0;P<E;P++)this._projectLatlngs(t[P],s,c)},_clipPoints:function(){var t=this._renderer._bounds;if(this._parts=[],!(!this._pxBounds||!this._pxBounds.intersects(t))){if(this.options.noClip){this._parts=this._rings;return}var s=this._parts,c,p,E,P,ne,he,ye;for(c=0,E=0,P=this._rings.length;c<P;c++)for(ye=this._rings[c],p=0,ne=ye.length;p<ne-1;p++)he=Eu(ye[p],ye[p+1],t,p,!0),he&&(s[E]=s[E]||[],s[E].push(he[0]),(he[1]!==ye[p+1]||p===ne-2)&&(s[E].push(he[1]),E++))}},_simplifyPoints:function(){for(var t=this._parts,s=this.options.smoothFactor,c=0,p=t.length;c<p;c++)t[c]=bu(t[c],s)},_update:function(){this._map&&(this._clipPoints(),this._simplifyPoints(),this._updatePath())},_updatePath:function(){this._renderer._updatePoly(this)},_containsPoint:function(t,s){var c,p,E,P,ne,he,ye=this._clickTolerance();if(!this._pxBounds||!this._pxBounds.contains(t))return!1;for(c=0,P=this._parts.length;c<P;c++)for(he=this._parts[c],p=0,ne=he.length,E=ne-1;p<ne;E=p++)if(!(!s&&p===0)&&wu(t,he[E],he[p])<=ye)return!0;return!1}});function Bp(t,s){return new bn(t,s)}bn._flat=Su;var Ti=bn.extend({options:{fill:!0},isEmpty:function(){return!this._latlngs.length||!this._latlngs[0].length},getCenter:function(){if(!this._map)throw new Error("Must add layer to map before using getCenter()");return vu(this._defaultShape(),this._map.options.crs)},_convertLatLngs:function(t){var s=bn.prototype._convertLatLngs.call(this,t),c=s.length;return c>=2&&s[0]instanceof W&&s[0].equals(s[c-1])&&s.pop(),s},_setLatLngs:function(t){bn.prototype._setLatLngs.call(this,t),Vt(this._latlngs)&&(this._latlngs=[this._latlngs])},_defaultShape:function(){return Vt(this._latlngs[0])?this._latlngs[0]:this._latlngs[0][0]},_clipPoints:function(){var t=this._renderer._bounds,s=this.options.weight,c=new j(s,s);if(t=new Z(t.min.subtract(c),t.max.add(c)),this._parts=[],!(!this._pxBounds||!this._pxBounds.intersects(t))){if(this.options.noClip){this._parts=this._rings;return}for(var p=0,E=this._rings.length,P;p<E;p++)P=yu(this._rings[p],t,!0),P.length&&this._parts.push(P)}},_updatePath:function(){this._renderer._updatePoly(this,!0)},_containsPoint:function(t){var s=!1,c,p,E,P,ne,he,ye,Le;if(!this._pxBounds||!this._pxBounds.contains(t))return!1;for(P=0,ye=this._parts.length;P<ye;P++)for(c=this._parts[P],ne=0,Le=c.length,he=Le-1;ne<Le;he=ne++)p=c[ne],E=c[he],p.y>t.y!=E.y>t.y&&t.x<(E.x-p.x)*(t.y-p.y)/(E.y-p.y)+p.x&&(s=!s);return s||bn.prototype._containsPoint.call(this,t,!0)}});function qp(t,s){return new Ti(t,s)}var wn=vn.extend({initialize:function(t,s){T(this,s),this._layers={},t&&this.addData(t)},addData:function(t){var s=S(t)?t:t.features,c,p,E;if(s){for(c=0,p=s.length;c<p;c++)E=s[c],(E.geometries||E.geometry||E.features||E.coordinates)&&this.addData(E);return this}var P=this.options;if(P.filter&&!P.filter(t))return this;var ne=is(t,P);return ne?(ne.feature=os(t),ne.defaultOptions=ne.options,this.resetStyle(ne),P.onEachFeature&&P.onEachFeature(t,ne),this.addLayer(ne)):this},resetStyle:function(t){return t===void 0?this.eachLayer(this.resetStyle,this):(t.options=o({},t.defaultOptions),this._setLayerStyle(t,this.options.style),this)},setStyle:function(t){return this.eachLayer(function(s){this._setLayerStyle(s,t)},this)},_setLayerStyle:function(t,s){t.setStyle&&(typeof s=="function"&&(s=s(t.feature)),t.setStyle(s))}});function is(t,s){var c=t.type==="Feature"?t.geometry:t,p=c?c.coordinates:null,E=[],P=s&&s.pointToLayer,ne=s&&s.coordsToLatLng||Eo,he,ye,Le,Ce;if(!p&&!c)return null;switch(c.type){case"Point":return he=ne(p),Nu(P,t,he,s);case"MultiPoint":for(Le=0,Ce=p.length;Le<Ce;Le++)he=ne(p[Le]),E.push(Nu(P,t,he,s));return new vn(E);case"LineString":case"MultiLineString":return ye=rs(p,c.type==="LineString"?0:1,ne),new bn(ye,s);case"Polygon":case"MultiPolygon":return ye=rs(p,c.type==="Polygon"?1:2,ne),new Ti(ye,s);case"GeometryCollection":for(Le=0,Ce=c.geometries.length;Le<Ce;Le++){var Oe=is({geometry:c.geometries[Le],type:"Feature",properties:t.properties},s);Oe&&E.push(Oe)}return new vn(E);case"FeatureCollection":for(Le=0,Ce=c.features.length;Le<Ce;Le++){var Ve=is(c.features[Le],s);Ve&&E.push(Ve)}return new vn(E);default:throw new Error("Invalid GeoJSON object.")}}function Nu(t,s,c,p){return t?t(s,c):new ts(c,p&&p.markersInheritOptions&&p)}function Eo(t){return new W(t[1],t[0],t[2])}function rs(t,s,c){for(var p=[],E=0,P=t.length,ne;E<P;E++)ne=s?rs(t[E],s-1,c):(c||Eo)(t[E]),p.push(ne);return p}function So(t,s){return t=G(t),t.alt!==void 0?[d(t.lng,s),d(t.lat,s),d(t.alt,s)]:[d(t.lng,s),d(t.lat,s)]}function ss(t,s,c,p){for(var E=[],P=0,ne=t.length;P<ne;P++)E.push(s?ss(t[P],Vt(t[P])?0:s-1,c,p):So(t[P],p));return!s&&c&&E.length>0&&E.push(E[0].slice()),E}function Li(t,s){return t.feature?o({},t.feature,{geometry:s}):os(s)}function os(t){return t.type==="Feature"||t.type==="FeatureCollection"?t:{type:"Feature",properties:{},geometry:t}}var To={toGeoJSON:function(t){return Li(this,{type:"Point",coordinates:So(this.getLatLng(),t)})}};ts.include(To),xo.include(To),ns.include(To),bn.include({toGeoJSON:function(t){var s=!Vt(this._latlngs),c=ss(this._latlngs,s?1:0,!1,t);return Li(this,{type:(s?"Multi":"")+"LineString",coordinates:c})}}),Ti.include({toGeoJSON:function(t){var s=!Vt(this._latlngs),c=s&&!Vt(this._latlngs[0]),p=ss(this._latlngs,c?2:s?1:0,!0,t);return s||(p=[p]),Li(this,{type:(c?"Multi":"")+"Polygon",coordinates:p})}}),Ei.include({toMultiPoint:function(t){var s=[];return this.eachLayer(function(c){s.push(c.toGeoJSON(t).geometry.coordinates)}),Li(this,{type:"MultiPoint",coordinates:s})},toGeoJSON:function(t){var s=this.feature&&this.feature.geometry&&this.feature.geometry.type;if(s==="MultiPoint")return this.toMultiPoint(t);var c=s==="GeometryCollection",p=[];return this.eachLayer(function(E){if(E.toGeoJSON){var P=E.toGeoJSON(t);if(c)p.push(P.geometry);else{var ne=os(P);ne.type==="FeatureCollection"?p.push.apply(p,ne.features):p.push(ne)}}}),c?Li(this,{geometries:p,type:"GeometryCollection"}):{type:"FeatureCollection",features:p}}});function Au(t,s){return new wn(t,s)}var zp=Au,as=en.extend({options:{opacity:1,alt:"",interactive:!1,crossOrigin:!1,errorOverlayUrl:"",zIndex:1,className:""},initialize:function(t,s,c){this._url=t,this._bounds=me(s),T(this,c)},onAdd:function(){this._image||(this._initImage(),this.options.opacity<1&&this._updateOpacity()),this.options.interactive&&(ze(this._image,"leaflet-interactive"),this.addInteractiveTarget(this._image)),this.getPane().appendChild(this._image),this._reset()},onRemove:function(){ut(this._image),this.options.interactive&&this.removeInteractiveTarget(this._image)},setOpacity:function(t){return this.options.opacity=t,this._image&&this._updateOpacity(),this},setStyle:function(t){return t.opacity&&this.setOpacity(t.opacity),this},bringToFront:function(){return this._map&&wi(this._image),this},bringToBack:function(){return this._map&&xi(this._image),this},setUrl:function(t){return this._url=t,this._image&&(this._image.src=t),this},setBounds:function(t){return this._bounds=me(t),this._map&&this._reset(),this},getEvents:function(){var t={zoom:this._reset,viewreset:this._reset};return this._zoomAnimated&&(t.zoomanim=this._animateZoom),t},setZIndex:function(t){return this.options.zIndex=t,this._updateZIndex(),this},getBounds:function(){return this._bounds},getElement:function(){return this._image},_initImage:function(){var t=this._url.tagName==="IMG",s=this._image=t?this._url:Ke("img");if(ze(s,"leaflet-image-layer"),this._zoomAnimated&&ze(s,"leaflet-zoom-animated"),this.options.className&&ze(s,this.options.className),s.onselectstart=_,s.onmousemove=_,s.onload=l(this.fire,this,"load"),s.onerror=l(this._overlayOnError,this,"error"),(this.options.crossOrigin||this.options.crossOrigin==="")&&(s.crossOrigin=this.options.crossOrigin===!0?"":this.options.crossOrigin),this.options.zIndex&&this._updateZIndex(),t){this._url=s.src;return}s.src=this._url,s.alt=this.options.alt},_animateZoom:function(t){var s=this._map.getZoomScale(t.zoom),c=this._map._latLngBoundsToNewLayerBounds(this._bounds,t.zoom,t.center).min;Jn(this._image,c,s)},_reset:function(){var t=this._image,s=new Z(this._map.latLngToLayerPoint(this._bounds.getNorthWest()),this._map.latLngToLayerPoint(this._bounds.getSouthEast())),c=s.getSize();yt(t,s.min),t.style.width=c.x+"px",t.style.height=c.y+"px"},_updateOpacity:function(){Ht(this._image,this.options.opacity)},_updateZIndex:function(){this._image&&this.options.zIndex!==void 0&&this.options.zIndex!==null&&(this._image.style.zIndex=this.options.zIndex)},_overlayOnError:function(){this.fire("error");var t=this.options.errorOverlayUrl;t&&this._url!==t&&(this._url=t,this._image.src=t)},getCenter:function(){return this._bounds.getCenter()}}),Up=function(t,s,c){return new as(t,s,c)},Ru=as.extend({options:{autoplay:!0,loop:!0,keepAspectRatio:!0,muted:!1,playsInline:!0},_initImage:function(){var t=this._url.tagName==="VIDEO",s=this._image=t?this._url:Ke("video");if(ze(s,"leaflet-image-layer"),this._zoomAnimated&&ze(s,"leaflet-zoom-animated"),this.options.className&&ze(s,this.options.className),s.onselectstart=_,s.onmousemove=_,s.onloadeddata=l(this.fire,this,"load"),t){for(var c=s.getElementsByTagName("source"),p=[],E=0;E<c.length;E++)p.push(c[E].src);this._url=c.length>0?p:[s.src];return}S(this._url)||(this._url=[this._url]),!this.options.keepAspectRatio&&Object.prototype.hasOwnProperty.call(s.style,"objectFit")&&(s.style.objectFit="fill"),s.autoplay=!!this.options.autoplay,s.loop=!!this.options.loop,s.muted=!!this.options.muted,s.playsInline=!!this.options.playsInline;for(var P=0;P<this._url.length;P++){var ne=Ke("source");ne.src=this._url[P],s.appendChild(ne)}}});function Hp(t,s,c){return new Ru(t,s,c)}var Cu=as.extend({_initImage:function(){var t=this._image=this._url;ze(t,"leaflet-image-layer"),this._zoomAnimated&&ze(t,"leaflet-zoom-animated"),this.options.className&&ze(t,this.options.className),t.onselectstart=_,t.onmousemove=_}});function Vp(t,s,c){return new Cu(t,s,c)}var fn=en.extend({options:{interactive:!1,offset:[0,0],className:"",pane:void 0,content:""},initialize:function(t,s){t&&(t instanceof W||S(t))?(this._latlng=G(t),T(this,s)):(T(this,t),this._source=s),this.options.content&&(this._content=this.options.content)},openOn:function(t){return t=arguments.length?t:this._source._map,t.hasLayer(this)||t.addLayer(this),this},close:function(){return this._map&&this._map.removeLayer(this),this},toggle:function(t){return this._map?this.close():(arguments.length?this._source=t:t=this._source,this._prepareOpen(),this.openOn(t._map)),this},onAdd:function(t){this._zoomAnimated=t._zoomAnimated,this._container||this._initLayout(),t._fadeAnimated&&Ht(this._container,0),clearTimeout(this._removeTimeout),this.getPane().appendChild(this._container),this.update(),t._fadeAnimated&&Ht(this._container,1),this.bringToFront(),this.options.interactive&&(ze(this._container,"leaflet-interactive"),this.addInteractiveTarget(this._container))},onRemove:function(t){t._fadeAnimated?(Ht(this._container,0),this._removeTimeout=setTimeout(l(ut,void 0,this._container),200)):ut(this._container),this.options.interactive&&(ft(this._container,"leaflet-interactive"),this.removeInteractiveTarget(this._container))},getLatLng:function(){return this._latlng},setLatLng:function(t){return this._latlng=G(t),this._map&&(this._updatePosition(),this._adjustPan()),this},getContent:function(){return this._content},setContent:function(t){return this._content=t,this.update(),this},getElement:function(){return this._container},update:function(){this._map&&(this._container.style.visibility="hidden",this._updateContent(),this._updateLayout(),this._updatePosition(),this._container.style.visibility="",this._adjustPan())},getEvents:function(){var t={zoom:this._updatePosition,viewreset:this._updatePosition};return this._zoomAnimated&&(t.zoomanim=this._animateZoom),t},isOpen:function(){return!!this._map&&this._map.hasLayer(this)},bringToFront:function(){return this._map&&wi(this._container),this},bringToBack:function(){return this._map&&xi(this._container),this},_prepareOpen:function(t){var s=this._source;if(!s._map)return!1;if(s instanceof vn){s=null;var c=this._source._layers;for(var p in c)if(c[p]._map){s=c[p];break}if(!s)return!1;this._source=s}if(!t)if(s.getCenter)t=s.getCenter();else if(s.getLatLng)t=s.getLatLng();else if(s.getBounds)t=s.getBounds().getCenter();else throw new Error("Unable to get source layer LatLng.");return this.setLatLng(t),this._map&&this.update(),!0},_updateContent:function(){if(this._content){var t=this._contentNode,s=typeof this._content=="function"?this._content(this._source||this):this._content;if(typeof s=="string")t.innerHTML=s;else{for(;t.hasChildNodes();)t.removeChild(t.firstChild);t.appendChild(s)}this.fire("contentupdate")}},_updatePosition:function(){if(this._map){var t=this._map.latLngToLayerPoint(this._latlng),s=I(this.options.offset),c=this._getAnchor();this._zoomAnimated?yt(this._container,t.add(c)):s=s.add(t).add(c);var p=this._containerBottom=-s.y,E=this._containerLeft=-Math.round(this._containerWidth/2)+s.x;this._container.style.bottom=p+"px",this._container.style.left=E+"px"}},_getAnchor:function(){return[0,0]}});Xe.include({_initOverlay:function(t,s,c,p){var E=s;return E instanceof t||(E=new t(p).setContent(s)),c&&E.setLatLng(c),E}}),en.include({_initOverlay:function(t,s,c,p){var E=c;return E instanceof t?(T(E,p),E._source=this):(E=s&&!p?s:new t(p,this),E.setContent(c)),E}});var ls=fn.extend({options:{pane:"popupPane",offset:[0,7],maxWidth:300,minWidth:50,maxHeight:null,autoPan:!0,autoPanPaddingTopLeft:null,autoPanPaddingBottomRight:null,autoPanPadding:[5,5],keepInView:!1,closeButton:!0,autoClose:!0,closeOnEscapeKey:!0,className:""},openOn:function(t){return t=arguments.length?t:this._source._map,!t.hasLayer(this)&&t._popup&&t._popup.options.autoClose&&t.removeLayer(t._popup),t._popup=this,fn.prototype.openOn.call(this,t)},onAdd:function(t){fn.prototype.onAdd.call(this,t),t.fire("popupopen",{popup:this}),this._source&&(this._source.fire("popupopen",{popup:this},!0),this._source instanceof Fn||this._source.on("preclick",Yn))},onRemove:function(t){fn.prototype.onRemove.call(this,t),t.fire("popupclose",{popup:this}),this._source&&(this._source.fire("popupclose",{popup:this},!0),this._source instanceof Fn||this._source.off("preclick",Yn))},getEvents:function(){var t=fn.prototype.getEvents.call(this);return(this.options.closeOnClick!==void 0?this.options.closeOnClick:this._map.options.closePopupOnClick)&&(t.preclick=this.close),this.options.keepInView&&(t.moveend=this._adjustPan),t},_initLayout:function(){var t="leaflet-popup",s=this._container=Ke("div",t+" "+(this.options.className||"")+" leaflet-zoom-animated"),c=this._wrapper=Ke("div",t+"-content-wrapper",s);if(this._contentNode=Ke("div",t+"-content",c),Yi(s),po(this._contentNode),qe(s,"contextmenu",Yn),this._tipContainer=Ke("div",t+"-tip-container",s),this._tip=Ke("div",t+"-tip",this._tipContainer),this.options.closeButton){var p=this._closeButton=Ke("a",t+"-close-button",s);p.setAttribute("role","button"),p.setAttribute("aria-label","Close popup"),p.href="#close",p.innerHTML='<span aria-hidden="true">&#215;</span>',qe(p,"click",function(E){Et(E),this.close()},this)}},_updateLayout:function(){var t=this._contentNode,s=t.style;s.width="",s.whiteSpace="nowrap";var c=t.offsetWidth;c=Math.min(c,this.options.maxWidth),c=Math.max(c,this.options.minWidth),s.width=c+1+"px",s.whiteSpace="",s.height="";var p=t.offsetHeight,E=this.options.maxHeight,P="leaflet-popup-scrolled";E&&p>E?(s.height=E+"px",ze(t,P)):ft(t,P),this._containerWidth=this._container.offsetWidth},_animateZoom:function(t){var s=this._map._latLngToNewLayerPoint(this._latlng,t.zoom,t.center),c=this._getAnchor();yt(this._container,s.add(c))},_adjustPan:function(){if(this.options.autoPan){if(this._map._panAnim&&this._map._panAnim.stop(),this._autopanning){this._autopanning=!1;return}var t=this._map,s=parseInt(Xi(this._container,"marginBottom"),10)||0,c=this._container.offsetHeight+s,p=this._containerWidth,E=new j(this._containerLeft,-c-this._containerBottom);E._add(Kn(this._container));var P=t.layerPointToContainerPoint(E),ne=I(this.options.autoPanPadding),he=I(this.options.autoPanPaddingTopLeft||ne),ye=I(this.options.autoPanPaddingBottomRight||ne),Le=t.getSize(),Ce=0,Oe=0;P.x+p+ye.x>Le.x&&(Ce=P.x+p-Le.x+ye.x),P.x-Ce-he.x<0&&(Ce=P.x-he.x),P.y+c+ye.y>Le.y&&(Oe=P.y+c-Le.y+ye.y),P.y-Oe-he.y<0&&(Oe=P.y-he.y),(Ce||Oe)&&(this.options.keepInView&&(this._autopanning=!0),t.fire("autopanstart").panBy([Ce,Oe]))}},_getAnchor:function(){return I(this._source&&this._source._getPopupAnchor?this._source._getPopupAnchor():[0,0])}}),Gp=function(t,s){return new ls(t,s)};Xe.mergeOptions({closePopupOnClick:!0}),Xe.include({openPopup:function(t,s,c){return this._initOverlay(ls,t,s,c).openOn(this),this},closePopup:function(t){return t=arguments.length?t:this._popup,t&&t.close(),this}}),en.include({bindPopup:function(t,s){return this._popup=this._initOverlay(ls,this._popup,t,s),this._popupHandlersAdded||(this.on({click:this._openPopup,keypress:this._onKeyPress,remove:this.closePopup,move:this._movePopup}),this._popupHandlersAdded=!0),this},unbindPopup:function(){return this._popup&&(this.off({click:this._openPopup,keypress:this._onKeyPress,remove:this.closePopup,move:this._movePopup}),this._popupHandlersAdded=!1,this._popup=null),this},openPopup:function(t){return this._popup&&(this instanceof vn||(this._popup._source=this),this._popup._prepareOpen(t||this._latlng)&&this._popup.openOn(this._map)),this},closePopup:function(){return this._popup&&this._popup.close(),this},togglePopup:function(){return this._popup&&this._popup.toggle(this),this},isPopupOpen:function(){return this._popup?this._popup.isOpen():!1},setPopupContent:function(t){return this._popup&&this._popup.setContent(t),this},getPopup:function(){return this._popup},_openPopup:function(t){if(!(!this._popup||!this._map)){ei(t);var s=t.layer||t.target;if(this._popup._source===s&&!(s instanceof Fn)){this._map.hasLayer(this._popup)?this.closePopup():this.openPopup(t.latlng);return}this._popup._source=s,this.openPopup(t.latlng)}},_movePopup:function(t){this._popup.setLatLng(t.latlng)},_onKeyPress:function(t){t.originalEvent.keyCode===13&&this._openPopup(t)}});var us=fn.extend({options:{pane:"tooltipPane",offset:[0,0],direction:"auto",permanent:!1,sticky:!1,opacity:.9},onAdd:function(t){fn.prototype.onAdd.call(this,t),this.setOpacity(this.options.opacity),t.fire("tooltipopen",{tooltip:this}),this._source&&(this.addEventParent(this._source),this._source.fire("tooltipopen",{tooltip:this},!0))},onRemove:function(t){fn.prototype.onRemove.call(this,t),t.fire("tooltipclose",{tooltip:this}),this._source&&(this.removeEventParent(this._source),this._source.fire("tooltipclose",{tooltip:this},!0))},getEvents:function(){var t=fn.prototype.getEvents.call(this);return this.options.permanent||(t.preclick=this.close),t},_initLayout:function(){var t="leaflet-tooltip",s=t+" "+(this.options.className||"")+" leaflet-zoom-"+(this._zoomAnimated?"animated":"hide");this._contentNode=this._container=Ke("div",s),this._container.setAttribute("role","tooltip"),this._container.setAttribute("id","leaflet-tooltip-"+f(this))},_updateLayout:function(){},_adjustPan:function(){},_setPosition:function(t){var s,c,p=this._map,E=this._container,P=p.latLngToContainerPoint(p.getCenter()),ne=p.layerPointToContainerPoint(t),he=this.options.direction,ye=E.offsetWidth,Le=E.offsetHeight,Ce=I(this.options.offset),Oe=this._getAnchor();he==="top"?(s=ye/2,c=Le):he==="bottom"?(s=ye/2,c=0):he==="center"?(s=ye/2,c=Le/2):he==="right"?(s=0,c=Le/2):he==="left"?(s=ye,c=Le/2):ne.x<P.x?(he="right",s=0,c=Le/2):(he="left",s=ye+(Ce.x+Oe.x)*2,c=Le/2),t=t.subtract(I(s,c,!0)).add(Ce).add(Oe),ft(E,"leaflet-tooltip-right"),ft(E,"leaflet-tooltip-left"),ft(E,"leaflet-tooltip-top"),ft(E,"leaflet-tooltip-bottom"),ze(E,"leaflet-tooltip-"+he),yt(E,t)},_updatePosition:function(){var t=this._map.latLngToLayerPoint(this._latlng);this._setPosition(t)},setOpacity:function(t){this.options.opacity=t,this._container&&Ht(this._container,t)},_animateZoom:function(t){var s=this._map._latLngToNewLayerPoint(this._latlng,t.zoom,t.center);this._setPosition(s)},_getAnchor:function(){return I(this._source&&this._source._getTooltipAnchor&&!this.options.sticky?this._source._getTooltipAnchor():[0,0])}}),Wp=function(t,s){return new us(t,s)};Xe.include({openTooltip:function(t,s,c){return this._initOverlay(us,t,s,c).openOn(this),this},closeTooltip:function(t){return t.close(),this}}),en.include({bindTooltip:function(t,s){return this._tooltip&&this.isTooltipOpen()&&this.unbindTooltip(),this._tooltip=this._initOverlay(us,this._tooltip,t,s),this._initTooltipInteractions(),this._tooltip.options.permanent&&this._map&&this._map.hasLayer(this)&&this.openTooltip(),this},unbindTooltip:function(){return this._tooltip&&(this._initTooltipInteractions(!0),this.closeTooltip(),this._tooltip=null),this},_initTooltipInteractions:function(t){if(!(!t&&this._tooltipHandlersAdded)){var s=t?"off":"on",c={remove:this.closeTooltip,move:this._moveTooltip};this._tooltip.options.permanent?c.add=this._openTooltip:(c.mouseover=this._openTooltip,c.mouseout=this.closeTooltip,c.click=this._openTooltip,this._map?this._addFocusListeners():c.add=this._addFocusListeners),this._tooltip.options.sticky&&(c.mousemove=this._moveTooltip),this[s](c),this._tooltipHandlersAdded=!t}},openTooltip:function(t){return this._tooltip&&(this instanceof vn||(this._tooltip._source=this),this._tooltip._prepareOpen(t)&&(this._tooltip.openOn(this._map),this.getElement?this._setAriaDescribedByOnLayer(this):this.eachLayer&&this.eachLayer(this._setAriaDescribedByOnLayer,this))),this},closeTooltip:function(){if(this._tooltip)return this._tooltip.close()},toggleTooltip:function(){return this._tooltip&&this._tooltip.toggle(this),this},isTooltipOpen:function(){return this._tooltip.isOpen()},setTooltipContent:function(t){return this._tooltip&&this._tooltip.setContent(t),this},getTooltip:function(){return this._tooltip},_addFocusListeners:function(){this.getElement?this._addFocusListenersOnLayer(this):this.eachLayer&&this.eachLayer(this._addFocusListenersOnLayer,this)},_addFocusListenersOnLayer:function(t){var s=typeof t.getElement=="function"&&t.getElement();s&&(qe(s,"focus",function(){this._tooltip._source=t,this.openTooltip()},this),qe(s,"blur",this.closeTooltip,this))},_setAriaDescribedByOnLayer:function(t){var s=typeof t.getElement=="function"&&t.getElement();s&&s.setAttribute("aria-describedby",this._tooltip._container.id)},_openTooltip:function(t){if(!(!this._tooltip||!this._map)){if(this._map.dragging&&this._map.dragging.moving()&&!this._openOnceFlag){this._openOnceFlag=!0;var s=this;this._map.once("moveend",function(){s._openOnceFlag=!1,s._openTooltip(t)});return}this._tooltip._source=t.layer||t.target,this.openTooltip(this._tooltip.options.sticky?t.latlng:void 0)}},_moveTooltip:function(t){var s=t.latlng,c,p;this._tooltip.options.sticky&&t.originalEvent&&(c=this._map.mouseEventToContainerPoint(t.originalEvent),p=this._map.containerPointToLayerPoint(c),s=this._map.layerPointToLatLng(p)),this._tooltip.setLatLng(s)}});var Pu=Si.extend({options:{iconSize:[12,12],html:!1,bgPos:null,className:"leaflet-div-icon"},createIcon:function(t){var s=t&&t.tagName==="DIV"?t:document.createElement("div"),c=this.options;if(c.html instanceof Element?(Xr(s),s.appendChild(c.html)):s.innerHTML=c.html!==!1?c.html:"",c.bgPos){var p=I(c.bgPos);s.style.backgroundPosition=-p.x+"px "+-p.y+"px"}return this._setIconStyles(s,"icon"),s},createShadow:function(){return null}});function Zp(t){return new Pu(t)}Si.Default=nr;var ir=en.extend({options:{tileSize:256,opacity:1,updateWhenIdle:ke.mobile,updateWhenZooming:!0,updateInterval:200,zIndex:1,bounds:null,minZoom:0,maxZoom:void 0,maxNativeZoom:void 0,minNativeZoom:void 0,noWrap:!1,pane:"tilePane",className:"",keepBuffer:2},initialize:function(t){T(this,t)},onAdd:function(){this._initContainer(),this._levels={},this._tiles={},this._resetView()},beforeAdd:function(t){t._addZoomLimit(this)},onRemove:function(t){this._removeAllTiles(),ut(this._container),t._removeZoomLimit(this),this._container=null,this._tileZoom=void 0},bringToFront:function(){return this._map&&(wi(this._container),this._setAutoZIndex(Math.max)),this},bringToBack:function(){return this._map&&(xi(this._container),this._setAutoZIndex(Math.min)),this},getContainer:function(){return this._container},setOpacity:function(t){return this.options.opacity=t,this._updateOpacity(),this},setZIndex:function(t){return this.options.zIndex=t,this._updateZIndex(),this},isLoading:function(){return this._loading},redraw:function(){if(this._map){this._removeAllTiles();var t=this._clampZoom(this._map.getZoom());t!==this._tileZoom&&(this._tileZoom=t,this._updateLevels()),this._update()}return this},getEvents:function(){var t={viewprereset:this._invalidateAll,viewreset:this._resetView,zoom:this._resetView,moveend:this._onMoveEnd};return this.options.updateWhenIdle||(this._onMove||(this._onMove=h(this._onMoveEnd,this.options.updateInterval,this)),t.move=this._onMove),this._zoomAnimated&&(t.zoomanim=this._animateZoom),t},createTile:function(){return document.createElement("div")},getTileSize:function(){var t=this.options.tileSize;return t instanceof j?t:new j(t,t)},_updateZIndex:function(){this._container&&this.options.zIndex!==void 0&&this.options.zIndex!==null&&(this._container.style.zIndex=this.options.zIndex)},_setAutoZIndex:function(t){for(var s=this.getPane().children,c=-t(-1/0,1/0),p=0,E=s.length,P;p<E;p++)P=s[p].style.zIndex,s[p]!==this._container&&P&&(c=t(c,+P));isFinite(c)&&(this.options.zIndex=c+t(-1,1),this._updateZIndex())},_updateOpacity:function(){if(this._map&&!ke.ielt9){Ht(this._container,this.options.opacity);var t=+new Date,s=!1,c=!1;for(var p in this._tiles){var E=this._tiles[p];if(!(!E.current||!E.loaded)){var P=Math.min(1,(t-E.loaded)/200);Ht(E.el,P),P<1?s=!0:(E.active?c=!0:this._onOpaqueTile(E),E.active=!0)}}c&&!this._noPrune&&this._pruneTiles(),s&&(X(this._fadeFrame),this._fadeFrame=B(this._updateOpacity,this))}},_onOpaqueTile:_,_initContainer:function(){this._container||(this._container=Ke("div","leaflet-layer "+(this.options.className||"")),this._updateZIndex(),this.options.opacity<1&&this._updateOpacity(),this.getPane().appendChild(this._container))},_updateLevels:function(){var t=this._tileZoom,s=this.options.maxZoom;if(t!==void 0){for(var c in this._levels)c=Number(c),this._levels[c].el.children.length||c===t?(this._levels[c].el.style.zIndex=s-Math.abs(t-c),this._onUpdateLevel(c)):(ut(this._levels[c].el),this._removeTilesAtZoom(c),this._onRemoveLevel(c),delete this._levels[c]);var p=this._levels[t],E=this._map;return p||(p=this._levels[t]={},p.el=Ke("div","leaflet-tile-container leaflet-zoom-animated",this._container),p.el.style.zIndex=s,p.origin=E.project(E.unproject(E.getPixelOrigin()),t).round(),p.zoom=t,this._setZoomTransform(p,E.getCenter(),E.getZoom()),_(p.el.offsetWidth),this._onCreateLevel(p)),this._level=p,p}},_onUpdateLevel:_,_onRemoveLevel:_,_onCreateLevel:_,_pruneTiles:function(){if(this._map){var t,s,c=this._map.getZoom();if(c>this.options.maxZoom||c<this.options.minZoom){this._removeAllTiles();return}for(t in this._tiles)s=this._tiles[t],s.retain=s.current;for(t in this._tiles)if(s=this._tiles[t],s.current&&!s.active){var p=s.coords;this._retainParent(p.x,p.y,p.z,p.z-5)||this._retainChildren(p.x,p.y,p.z,p.z+2)}for(t in this._tiles)this._tiles[t].retain||this._removeTile(t)}},_removeTilesAtZoom:function(t){for(var s in this._tiles)this._tiles[s].coords.z===t&&this._removeTile(s)},_removeAllTiles:function(){for(var t in this._tiles)this._removeTile(t)},_invalidateAll:function(){for(var t in this._levels)ut(this._levels[t].el),this._onRemoveLevel(Number(t)),delete this._levels[t];this._removeAllTiles(),this._tileZoom=void 0},_retainParent:function(t,s,c,p){var E=Math.floor(t/2),P=Math.floor(s/2),ne=c-1,he=new j(+E,+P);he.z=+ne;var ye=this._tileCoordsToKey(he),Le=this._tiles[ye];return Le&&Le.active?(Le.retain=!0,!0):(Le&&Le.loaded&&(Le.retain=!0),ne>p?this._retainParent(E,P,ne,p):!1)},_retainChildren:function(t,s,c,p){for(var E=2*t;E<2*t+2;E++)for(var P=2*s;P<2*s+2;P++){var ne=new j(E,P);ne.z=c+1;var he=this._tileCoordsToKey(ne),ye=this._tiles[he];if(ye&&ye.active){ye.retain=!0;continue}else ye&&ye.loaded&&(ye.retain=!0);c+1<p&&this._retainChildren(E,P,c+1,p)}},_resetView:function(t){var s=t&&(t.pinch||t.flyTo);this._setView(this._map.getCenter(),this._map.getZoom(),s,s)},_animateZoom:function(t){this._setView(t.center,t.zoom,!0,t.noUpdate)},_clampZoom:function(t){var s=this.options;return s.minNativeZoom!==void 0&&t<s.minNativeZoom?s.minNativeZoom:s.maxNativeZoom!==void 0&&s.maxNativeZoom<t?s.maxNativeZoom:t},_setView:function(t,s,c,p){var E=Math.round(s);this.options.maxZoom!==void 0&&E>this.options.maxZoom||this.options.minZoom!==void 0&&E<this.options.minZoom?E=void 0:E=this._clampZoom(E);var P=this.options.updateWhenZooming&&E!==this._tileZoom;(!p||P)&&(this._tileZoom=E,this._abortLoading&&this._abortLoading(),this._updateLevels(),this._resetGrid(),E!==void 0&&this._update(t),c||this._pruneTiles(),this._noPrune=!!c),this._setZoomTransforms(t,s)},_setZoomTransforms:function(t,s){for(var c in this._levels)this._setZoomTransform(this._levels[c],t,s)},_setZoomTransform:function(t,s,c){var p=this._map.getZoomScale(c,t.zoom),E=t.origin.multiplyBy(p).subtract(this._map._getNewPixelOrigin(s,c)).round();ke.any3d?Jn(t.el,E,p):yt(t.el,E)},_resetGrid:function(){var t=this._map,s=t.options.crs,c=this._tileSize=this.getTileSize(),p=this._tileZoom,E=this._map.getPixelWorldBounds(this._tileZoom);E&&(this._globalTileRange=this._pxBoundsToTileRange(E)),this._wrapX=s.wrapLng&&!this.options.noWrap&&[Math.floor(t.project([0,s.wrapLng[0]],p).x/c.x),Math.ceil(t.project([0,s.wrapLng[1]],p).x/c.y)],this._wrapY=s.wrapLat&&!this.options.noWrap&&[Math.floor(t.project([s.wrapLat[0],0],p).y/c.x),Math.ceil(t.project([s.wrapLat[1],0],p).y/c.y)]},_onMoveEnd:function(){!this._map||this._map._animatingZoom||this._update()},_getTiledPixelBounds:function(t){var s=this._map,c=s._animatingZoom?Math.max(s._animateToZoom,s.getZoom()):s.getZoom(),p=s.getZoomScale(c,this._tileZoom),E=s.project(t,this._tileZoom).floor(),P=s.getSize().divideBy(p*2);return new Z(E.subtract(P),E.add(P))},_update:function(t){var s=this._map;if(s){var c=this._clampZoom(s.getZoom());if(t===void 0&&(t=s.getCenter()),this._tileZoom!==void 0){var p=this._getTiledPixelBounds(t),E=this._pxBoundsToTileRange(p),P=E.getCenter(),ne=[],he=this.options.keepBuffer,ye=new Z(E.getBottomLeft().subtract([he,-he]),E.getTopRight().add([he,-he]));if(!(isFinite(E.min.x)&&isFinite(E.min.y)&&isFinite(E.max.x)&&isFinite(E.max.y)))throw new Error("Attempted to load an infinite number of tiles");for(var Le in this._tiles){var Ce=this._tiles[Le].coords;(Ce.z!==this._tileZoom||!ye.contains(new j(Ce.x,Ce.y)))&&(this._tiles[Le].current=!1)}if(Math.abs(c-this._tileZoom)>1){this._setView(t,c);return}for(var Oe=E.min.y;Oe<=E.max.y;Oe++)for(var Ve=E.min.x;Ve<=E.max.x;Ve++){var Ct=new j(Ve,Oe);if(Ct.z=this._tileZoom,!!this._isValidTile(Ct)){var xt=this._tiles[this._tileCoordsToKey(Ct)];xt?xt.current=!0:ne.push(Ct)}}if(ne.sort(function(Mt,Ni){return Mt.distanceTo(P)-Ni.distanceTo(P)}),ne.length!==0){this._loading||(this._loading=!0,this.fire("loading"));var Gt=document.createDocumentFragment();for(Ve=0;Ve<ne.length;Ve++)this._addTile(ne[Ve],Gt);this._level.el.appendChild(Gt)}}}},_isValidTile:function(t){var s=this._map.options.crs;if(!s.infinite){var c=this._globalTileRange;if(!s.wrapLng&&(t.x<c.min.x||t.x>c.max.x)||!s.wrapLat&&(t.y<c.min.y||t.y>c.max.y))return!1}if(!this.options.bounds)return!0;var p=this._tileCoordsToBounds(t);return me(this.options.bounds).overlaps(p)},_keyToBounds:function(t){return this._tileCoordsToBounds(this._keyToTileCoords(t))},_tileCoordsToNwSe:function(t){var s=this._map,c=this.getTileSize(),p=t.scaleBy(c),E=p.add(c),P=s.unproject(p,t.z),ne=s.unproject(E,t.z);return[P,ne]},_tileCoordsToBounds:function(t){var s=this._tileCoordsToNwSe(t),c=new ee(s[0],s[1]);return this.options.noWrap||(c=this._map.wrapLatLngBounds(c)),c},_tileCoordsToKey:function(t){return t.x+":"+t.y+":"+t.z},_keyToTileCoords:function(t){var s=t.split(":"),c=new j(+s[0],+s[1]);return c.z=+s[2],c},_removeTile:function(t){var s=this._tiles[t];s&&(ut(s.el),delete this._tiles[t],this.fire("tileunload",{tile:s.el,coords:this._keyToTileCoords(t)}))},_initTile:function(t){ze(t,"leaflet-tile");var s=this.getTileSize();t.style.width=s.x+"px",t.style.height=s.y+"px",t.onselectstart=_,t.onmousemove=_,ke.ielt9&&this.options.opacity<1&&Ht(t,this.options.opacity)},_addTile:function(t,s){var c=this._getTilePos(t),p=this._tileCoordsToKey(t),E=this.createTile(this._wrapCoords(t),l(this._tileReady,this,t));this._initTile(E),this.createTile.length<2&&B(l(this._tileReady,this,t,null,E)),yt(E,c),this._tiles[p]={el:E,coords:t,current:!0},s.appendChild(E),this.fire("tileloadstart",{tile:E,coords:t})},_tileReady:function(t,s,c){s&&this.fire("tileerror",{error:s,tile:c,coords:t});var p=this._tileCoordsToKey(t);c=this._tiles[p],c&&(c.loaded=+new Date,this._map._fadeAnimated?(Ht(c.el,0),X(this._fadeFrame),this._fadeFrame=B(this._updateOpacity,this)):(c.active=!0,this._pruneTiles()),s||(ze(c.el,"leaflet-tile-loaded"),this.fire("tileload",{tile:c.el,coords:t})),this._noTilesToLoad()&&(this._loading=!1,this.fire("load"),ke.ielt9||!this._map._fadeAnimated?B(this._pruneTiles,this):setTimeout(l(this._pruneTiles,this),250)))},_getTilePos:function(t){return t.scaleBy(this.getTileSize()).subtract(this._level.origin)},_wrapCoords:function(t){var s=new j(this._wrapX?g(t.x,this._wrapX):t.x,this._wrapY?g(t.y,this._wrapY):t.y);return s.z=t.z,s},_pxBoundsToTileRange:function(t){var s=this.getTileSize();return new Z(t.min.unscaleBy(s).floor(),t.max.unscaleBy(s).ceil().subtract([1,1]))},_noTilesToLoad:function(){for(var t in this._tiles)if(!this._tiles[t].loaded)return!1;return!0}});function Xp(t){return new ir(t)}var Ii=ir.extend({options:{minZoom:0,maxZoom:18,subdomains:"abc",errorTileUrl:"",zoomOffset:0,tms:!1,zoomReverse:!1,detectRetina:!1,crossOrigin:!1,referrerPolicy:!1},initialize:function(t,s){this._url=t,s=T(this,s),s.detectRetina&&ke.retina&&s.maxZoom>0?(s.tileSize=Math.floor(s.tileSize/2),s.zoomReverse?(s.zoomOffset--,s.minZoom=Math.min(s.maxZoom,s.minZoom+1)):(s.zoomOffset++,s.maxZoom=Math.max(s.minZoom,s.maxZoom-1)),s.minZoom=Math.max(0,s.minZoom)):s.zoomReverse?s.minZoom=Math.min(s.maxZoom,s.minZoom):s.maxZoom=Math.max(s.minZoom,s.maxZoom),typeof s.subdomains=="string"&&(s.subdomains=s.subdomains.split("")),this.on("tileunload",this._onTileRemove)},setUrl:function(t,s){return this._url===t&&s===void 0&&(s=!0),this._url=t,s||this.redraw(),this},createTile:function(t,s){var c=document.createElement("img");return qe(c,"load",l(this._tileOnLoad,this,s,c)),qe(c,"error",l(this._tileOnError,this,s,c)),(this.options.crossOrigin||this.options.crossOrigin==="")&&(c.crossOrigin=this.options.crossOrigin===!0?"":this.options.crossOrigin),typeof this.options.referrerPolicy=="string"&&(c.referrerPolicy=this.options.referrerPolicy),c.alt="",c.src=this.getTileUrl(t),c},getTileUrl:function(t){var s={r:ke.retina?"@2x":"",s:this._getSubdomain(t),x:t.x,y:t.y,z:this._getZoomForUrl()};if(this._map&&!this._map.options.crs.infinite){var c=this._globalTileRange.max.y-t.y;this.options.tms&&(s.y=c),s["-y"]=c}return R(this._url,o(s,this.options))},_tileOnLoad:function(t,s){ke.ielt9?setTimeout(l(t,this,null,s),0):t(null,s)},_tileOnError:function(t,s,c){var p=this.options.errorTileUrl;p&&s.getAttribute("src")!==p&&(s.src=p),t(c,s)},_onTileRemove:function(t){t.tile.onload=null},_getZoomForUrl:function(){var t=this._tileZoom,s=this.options.maxZoom,c=this.options.zoomReverse,p=this.options.zoomOffset;return c&&(t=s-t),t+p},_getSubdomain:function(t){var s=Math.abs(t.x+t.y)%this.options.subdomains.length;return this.options.subdomains[s]},_abortLoading:function(){var t,s;for(t in this._tiles)if(this._tiles[t].coords.z!==this._tileZoom&&(s=this._tiles[t].el,s.onload=_,s.onerror=_,!s.complete)){s.src=x;var c=this._tiles[t].coords;ut(s),delete this._tiles[t],this.fire("tileabort",{tile:s,coords:c})}},_removeTile:function(t){var s=this._tiles[t];if(s)return s.el.setAttribute("src",x),ir.prototype._removeTile.call(this,t)},_tileReady:function(t,s,c){if(!(!this._map||c&&c.getAttribute("src")===x))return ir.prototype._tileReady.call(this,t,s,c)}});function ku(t,s){return new Ii(t,s)}var Mu=Ii.extend({defaultWmsParams:{service:"WMS",request:"GetMap",layers:"",styles:"",format:"image/jpeg",transparent:!1,version:"1.1.1"},options:{crs:null,uppercase:!1},initialize:function(t,s){this._url=t;var c=o({},this.defaultWmsParams);for(var p in s)p in this.options||(c[p]=s[p]);s=T(this,s);var E=s.detectRetina&&ke.retina?2:1,P=this.getTileSize();c.width=P.x*E,c.height=P.y*E,this.wmsParams=c},onAdd:function(t){this._crs=this.options.crs||t.options.crs,this._wmsVersion=parseFloat(this.wmsParams.version);var s=this._wmsVersion>=1.3?"crs":"srs";this.wmsParams[s]=this._crs.code,Ii.prototype.onAdd.call(this,t)},getTileUrl:function(t){var s=this._tileCoordsToNwSe(t),c=this._crs,p=ie(c.project(s[0]),c.project(s[1])),E=p.min,P=p.max,ne=(this._wmsVersion>=1.3&&this._crs===Lu?[E.y,E.x,P.y,P.x]:[E.x,E.y,P.x,P.y]).join(","),he=Ii.prototype.getTileUrl.call(this,t);return he+N(this.wmsParams,he,this.options.uppercase)+(this.options.uppercase?"&BBOX=":"&bbox=")+ne},setParams:function(t,s){return o(this.wmsParams,t),s||this.redraw(),this}});function Qp(t,s){return new Mu(t,s)}Ii.WMS=Mu,ku.wms=Qp;var xn=en.extend({options:{padding:.1},initialize:function(t){T(this,t),f(this),this._layers=this._layers||{}},onAdd:function(){this._container||(this._initContainer(),ze(this._container,"leaflet-zoom-animated")),this.getPane().appendChild(this._container),this._update(),this.on("update",this._updatePaths,this)},onRemove:function(){this.off("update",this._updatePaths,this),this._destroyContainer()},getEvents:function(){var t={viewreset:this._reset,zoom:this._onZoom,moveend:this._update,zoomend:this._onZoomEnd};return this._zoomAnimated&&(t.zoomanim=this._onAnimZoom),t},_onAnimZoom:function(t){this._updateTransform(t.center,t.zoom)},_onZoom:function(){this._updateTransform(this._map.getCenter(),this._map.getZoom())},_updateTransform:function(t,s){var c=this._map.getZoomScale(s,this._zoom),p=this._map.getSize().multiplyBy(.5+this.options.padding),E=this._map.project(this._center,s),P=p.multiplyBy(-c).add(E).subtract(this._map._getNewPixelOrigin(t,s));ke.any3d?Jn(this._container,P,c):yt(this._container,P)},_reset:function(){this._update(),this._updateTransform(this._center,this._zoom);for(var t in this._layers)this._layers[t]._reset()},_onZoomEnd:function(){for(var t in this._layers)this._layers[t]._project()},_updatePaths:function(){for(var t in this._layers)this._layers[t]._update()},_update:function(){var t=this.options.padding,s=this._map.getSize(),c=this._map.containerPointToLayerPoint(s.multiplyBy(-t)).round();this._bounds=new Z(c,c.add(s.multiplyBy(1+t*2)).round()),this._center=this._map.getCenter(),this._zoom=this._map.getZoom()}}),Du=xn.extend({options:{tolerance:0},getEvents:function(){var t=xn.prototype.getEvents.call(this);return t.viewprereset=this._onViewPreReset,t},_onViewPreReset:function(){this._postponeUpdatePaths=!0},onAdd:function(){xn.prototype.onAdd.call(this),this._draw()},_initContainer:function(){var t=this._container=document.createElement("canvas");qe(t,"mousemove",this._onMouseMove,this),qe(t,"click dblclick mousedown mouseup contextmenu",this._onClick,this),qe(t,"mouseout",this._handleMouseOut,this),t._leaflet_disable_events=!0,this._ctx=t.getContext("2d")},_destroyContainer:function(){X(this._redrawRequest),delete this._ctx,ut(this._container),rt(this._container),delete this._container},_updatePaths:function(){if(!this._postponeUpdatePaths){var t;this._redrawBounds=null;for(var s in this._layers)t=this._layers[s],t._update();this._redraw()}},_update:function(){if(!(this._map._animatingZoom&&this._bounds)){xn.prototype._update.call(this);var t=this._bounds,s=this._container,c=t.getSize(),p=ke.retina?2:1;yt(s,t.min),s.width=p*c.x,s.height=p*c.y,s.style.width=c.x+"px",s.style.height=c.y+"px",ke.retina&&this._ctx.scale(2,2),this._ctx.translate(-t.min.x,-t.min.y),this.fire("update")}},_reset:function(){xn.prototype._reset.call(this),this._postponeUpdatePaths&&(this._postponeUpdatePaths=!1,this._updatePaths())},_initPath:function(t){this._updateDashArray(t),this._layers[f(t)]=t;var s=t._order={layer:t,prev:this._drawLast,next:null};this._drawLast&&(this._drawLast.next=s),this._drawLast=s,this._drawFirst=this._drawFirst||this._drawLast},_addPath:function(t){this._requestRedraw(t)},_removePath:function(t){var s=t._order,c=s.next,p=s.prev;c?c.prev=p:this._drawLast=p,p?p.next=c:this._drawFirst=c,delete t._order,delete this._layers[f(t)],this._requestRedraw(t)},_updatePath:function(t){this._extendRedrawBounds(t),t._project(),t._update(),this._requestRedraw(t)},_updateStyle:function(t){this._updateDashArray(t),this._requestRedraw(t)},_updateDashArray:function(t){if(typeof t.options.dashArray=="string"){var s=t.options.dashArray.split(/[, ]+/),c=[],p,E;for(E=0;E<s.length;E++){if(p=Number(s[E]),isNaN(p))return;c.push(p)}t.options._dashArray=c}else t.options._dashArray=t.options.dashArray},_requestRedraw:function(t){this._map&&(this._extendRedrawBounds(t),this._redrawRequest=this._redrawRequest||B(this._redraw,this))},_extendRedrawBounds:function(t){if(t._pxBounds){var s=(t.options.weight||0)+1;this._redrawBounds=this._redrawBounds||new Z,this._redrawBounds.extend(t._pxBounds.min.subtract([s,s])),this._redrawBounds.extend(t._pxBounds.max.add([s,s]))}},_redraw:function(){this._redrawRequest=null,this._redrawBounds&&(this._redrawBounds.min._floor(),this._redrawBounds.max._ceil()),this._clear(),this._draw(),this._redrawBounds=null},_clear:function(){var t=this._redrawBounds;if(t){var s=t.getSize();this._ctx.clearRect(t.min.x,t.min.y,s.x,s.y)}else this._ctx.save(),this._ctx.setTransform(1,0,0,1,0,0),this._ctx.clearRect(0,0,this._container.width,this._container.height),this._ctx.restore()},_draw:function(){var t,s=this._redrawBounds;if(this._ctx.save(),s){var c=s.getSize();this._ctx.beginPath(),this._ctx.rect(s.min.x,s.min.y,c.x,c.y),this._ctx.clip()}this._drawing=!0;for(var p=this._drawFirst;p;p=p.next)t=p.layer,(!s||t._pxBounds&&t._pxBounds.intersects(s))&&t._updatePath();this._drawing=!1,this._ctx.restore()},_updatePoly:function(t,s){if(this._drawing){var c,p,E,P,ne=t._parts,he=ne.length,ye=this._ctx;if(he){for(ye.beginPath(),c=0;c<he;c++){for(p=0,E=ne[c].length;p<E;p++)P=ne[c][p],ye[p?"lineTo":"moveTo"](P.x,P.y);s&&ye.closePath()}this._fillStroke(ye,t)}}},_updateCircle:function(t){if(!(!this._drawing||t._empty())){var s=t._point,c=this._ctx,p=Math.max(Math.round(t._radius),1),E=(Math.max(Math.round(t._radiusY),1)||p)/p;E!==1&&(c.save(),c.scale(1,E)),c.beginPath(),c.arc(s.x,s.y/E,p,0,Math.PI*2,!1),E!==1&&c.restore(),this._fillStroke(c,t)}},_fillStroke:function(t,s){var c=s.options;c.fill&&(t.globalAlpha=c.fillOpacity,t.fillStyle=c.fillColor||c.color,t.fill(c.fillRule||"evenodd")),c.stroke&&c.weight!==0&&(t.setLineDash&&t.setLineDash(s.options&&s.options._dashArray||[]),t.globalAlpha=c.opacity,t.lineWidth=c.weight,t.strokeStyle=c.color,t.lineCap=c.lineCap,t.lineJoin=c.lineJoin,t.stroke())},_onClick:function(t){for(var s=this._map.mouseEventToLayerPoint(t),c,p,E=this._drawFirst;E;E=E.next)c=E.layer,c.options.interactive&&c._containsPoint(s)&&(!(t.type==="click"||t.type==="preclick")||!this._map._draggableMoved(c))&&(p=c);this._fireEvent(p?[p]:!1,t)},_onMouseMove:function(t){if(!(!this._map||this._map.dragging.moving()||this._map._animatingZoom)){var s=this._map.mouseEventToLayerPoint(t);this._handleMouseHover(t,s)}},_handleMouseOut:function(t){var s=this._hoveredLayer;s&&(ft(this._container,"leaflet-interactive"),this._fireEvent([s],t,"mouseout"),this._hoveredLayer=null,this._mouseHoverThrottled=!1)},_handleMouseHover:function(t,s){if(!this._mouseHoverThrottled){for(var c,p,E=this._drawFirst;E;E=E.next)c=E.layer,c.options.interactive&&c._containsPoint(s)&&(p=c);p!==this._hoveredLayer&&(this._handleMouseOut(t),p&&(ze(this._container,"leaflet-interactive"),this._fireEvent([p],t,"mouseover"),this._hoveredLayer=p)),this._fireEvent(this._hoveredLayer?[this._hoveredLayer]:!1,t),this._mouseHoverThrottled=!0,setTimeout(l(function(){this._mouseHoverThrottled=!1},this),32)}},_fireEvent:function(t,s,c){this._map._fireDOMEvent(s,c||s.type,t)},_bringToFront:function(t){var s=t._order;if(s){var c=s.next,p=s.prev;if(c)c.prev=p;else return;p?p.next=c:c&&(this._drawFirst=c),s.prev=this._drawLast,this._drawLast.next=s,s.next=null,this._drawLast=s,this._requestRedraw(t)}},_bringToBack:function(t){var s=t._order;if(s){var c=s.next,p=s.prev;if(p)p.next=c;else return;c?c.prev=p:p&&(this._drawLast=p),s.prev=null,s.next=this._drawFirst,this._drawFirst.prev=s,this._drawFirst=s,this._requestRedraw(t)}}});function Ou(t){return ke.canvas?new Du(t):null}var rr=(function(){try{return document.namespaces.add("lvml","urn:schemas-microsoft-com:vml"),function(t){return document.createElement("<lvml:"+t+' class="lvml">')}}catch{}return function(t){return document.createElement("<"+t+' xmlns="urn:schemas-microsoft.com:vml" class="lvml">')}})(),Jp={_initContainer:function(){this._container=Ke("div","leaflet-vml-container")},_update:function(){this._map._animatingZoom||(xn.prototype._update.call(this),this.fire("update"))},_initPath:function(t){var s=t._container=rr("shape");ze(s,"leaflet-vml-shape "+(this.options.className||"")),s.coordsize="1 1",t._path=rr("path"),s.appendChild(t._path),this._updateStyle(t),this._layers[f(t)]=t},_addPath:function(t){var s=t._container;this._container.appendChild(s),t.options.interactive&&t.addInteractiveTarget(s)},_removePath:function(t){var s=t._container;ut(s),t.removeInteractiveTarget(s),delete this._layers[f(t)]},_updateStyle:function(t){var s=t._stroke,c=t._fill,p=t.options,E=t._container;E.stroked=!!p.stroke,E.filled=!!p.fill,p.stroke?(s||(s=t._stroke=rr("stroke")),E.appendChild(s),s.weight=p.weight+"px",s.color=p.color,s.opacity=p.opacity,p.dashArray?s.dashStyle=S(p.dashArray)?p.dashArray.join(" "):p.dashArray.replace(/( *, *)/g," "):s.dashStyle="",s.endcap=p.lineCap.replace("butt","flat"),s.joinstyle=p.lineJoin):s&&(E.removeChild(s),t._stroke=null),p.fill?(c||(c=t._fill=rr("fill")),E.appendChild(c),c.color=p.fillColor||p.color,c.opacity=p.fillOpacity):c&&(E.removeChild(c),t._fill=null)},_updateCircle:function(t){var s=t._point.round(),c=Math.round(t._radius),p=Math.round(t._radiusY||c);this._setPath(t,t._empty()?"M0 0":"AL "+s.x+","+s.y+" "+c+","+p+" 0,"+65535*360)},_setPath:function(t,s){t._path.v=s},_bringToFront:function(t){wi(t._container)},_bringToBack:function(t){xi(t._container)}},cs=ke.vml?rr:fe,sr=xn.extend({_initContainer:function(){this._container=cs("svg"),this._container.setAttribute("pointer-events","none"),this._rootGroup=cs("g"),this._container.appendChild(this._rootGroup)},_destroyContainer:function(){ut(this._container),rt(this._container),delete this._container,delete this._rootGroup,delete this._svgSize},_update:function(){if(!(this._map._animatingZoom&&this._bounds)){xn.prototype._update.call(this);var t=this._bounds,s=t.getSize(),c=this._container;(!this._svgSize||!this._svgSize.equals(s))&&(this._svgSize=s,c.setAttribute("width",s.x),c.setAttribute("height",s.y)),yt(c,t.min),c.setAttribute("viewBox",[t.min.x,t.min.y,s.x,s.y].join(" ")),this.fire("update")}},_initPath:function(t){var s=t._path=cs("path");t.options.className&&ze(s,t.options.className),t.options.interactive&&ze(s,"leaflet-interactive"),this._updateStyle(t),this._layers[f(t)]=t},_addPath:function(t){this._rootGroup||this._initContainer(),this._rootGroup.appendChild(t._path),t.addInteractiveTarget(t._path)},_removePath:function(t){ut(t._path),t.removeInteractiveTarget(t._path),delete this._layers[f(t)]},_updatePath:function(t){t._project(),t._update()},_updateStyle:function(t){var s=t._path,c=t.options;s&&(c.stroke?(s.setAttribute("stroke",c.color),s.setAttribute("stroke-opacity",c.opacity),s.setAttribute("stroke-width",c.weight),s.setAttribute("stroke-linecap",c.lineCap),s.setAttribute("stroke-linejoin",c.lineJoin),c.dashArray?s.setAttribute("stroke-dasharray",c.dashArray):s.removeAttribute("stroke-dasharray"),c.dashOffset?s.setAttribute("stroke-dashoffset",c.dashOffset):s.removeAttribute("stroke-dashoffset")):s.setAttribute("stroke","none"),c.fill?(s.setAttribute("fill",c.fillColor||c.color),s.setAttribute("fill-opacity",c.fillOpacity),s.setAttribute("fill-rule",c.fillRule||"evenodd")):s.setAttribute("fill","none"))},_updatePoly:function(t,s){this._setPath(t,xe(t._parts,s))},_updateCircle:function(t){var s=t._point,c=Math.max(Math.round(t._radius),1),p=Math.max(Math.round(t._radiusY),1)||c,E="a"+c+","+p+" 0 1,0 ",P=t._empty()?"M0 0":"M"+(s.x-c)+","+s.y+E+c*2+",0 "+E+-c*2+",0 ";this._setPath(t,P)},_setPath:function(t,s){t._path.setAttribute("d",s)},_bringToFront:function(t){wi(t._path)},_bringToBack:function(t){xi(t._path)}});ke.vml&&sr.include(Jp);function Fu(t){return ke.svg||ke.vml?new sr(t):null}Xe.include({getRenderer:function(t){var s=t.options.renderer||this._getPaneRenderer(t.options.pane)||this.options.renderer||this._renderer;return s||(s=this._renderer=this._createRenderer()),this.hasLayer(s)||this.addLayer(s),s},_getPaneRenderer:function(t){if(t==="overlayPane"||t===void 0)return!1;var s=this._paneRenderers[t];return s===void 0&&(s=this._createRenderer({pane:t}),this._paneRenderers[t]=s),s},_createRenderer:function(t){return this.options.preferCanvas&&Ou(t)||Fu(t)}});var ju=Ti.extend({initialize:function(t,s){Ti.prototype.initialize.call(this,this._boundsToLatLngs(t),s)},setBounds:function(t){return this.setLatLngs(this._boundsToLatLngs(t))},_boundsToLatLngs:function(t){return t=me(t),[t.getSouthWest(),t.getNorthWest(),t.getNorthEast(),t.getSouthEast()]}});function Kp(t,s){return new ju(t,s)}sr.create=cs,sr.pointsToPath=xe,wn.geometryToLayer=is,wn.coordsToLatLng=Eo,wn.coordsToLatLngs=rs,wn.latLngToCoords=So,wn.latLngsToCoords=ss,wn.getFeature=Li,wn.asFeature=os,Xe.mergeOptions({boxZoom:!0});var $u=hn.extend({initialize:function(t){this._map=t,this._container=t._container,this._pane=t._panes.overlayPane,this._resetStateTimeout=0,t.on("unload",this._destroy,this)},addHooks:function(){qe(this._container,"mousedown",this._onMouseDown,this)},removeHooks:function(){rt(this._container,"mousedown",this._onMouseDown,this)},moved:function(){return this._moved},_destroy:function(){ut(this._pane),delete this._pane},_resetState:function(){this._resetStateTimeout=0,this._moved=!1},_clearDeferredResetState:function(){this._resetStateTimeout!==0&&(clearTimeout(this._resetStateTimeout),this._resetStateTimeout=0)},_onMouseDown:function(t){if(!t.shiftKey||t.which!==1&&t.button!==1)return!1;this._clearDeferredResetState(),this._resetState(),Qi(),so(),this._startPoint=this._map.mouseEventToContainerPoint(t),qe(document,{contextmenu:ei,mousemove:this._onMouseMove,mouseup:this._onMouseUp,keydown:this._onKeyDown},this)},_onMouseMove:function(t){this._moved||(this._moved=!0,this._box=Ke("div","leaflet-zoom-box",this._container),ze(this._container,"leaflet-crosshair"),this._map.fire("boxzoomstart")),this._point=this._map.mouseEventToContainerPoint(t);var s=new Z(this._point,this._startPoint),c=s.getSize();yt(this._box,s.min),this._box.style.width=c.x+"px",this._box.style.height=c.y+"px"},_finish:function(){this._moved&&(ut(this._box),ft(this._container,"leaflet-crosshair")),Ji(),oo(),rt(document,{contextmenu:ei,mousemove:this._onMouseMove,mouseup:this._onMouseUp,keydown:this._onKeyDown},this)},_onMouseUp:function(t){if(!(t.which!==1&&t.button!==1)&&(this._finish(),!!this._moved)){this._clearDeferredResetState(),this._resetStateTimeout=setTimeout(l(this._resetState,this),0);var s=new ee(this._map.containerPointToLatLng(this._startPoint),this._map.containerPointToLatLng(this._point));this._map.fitBounds(s).fire("boxzoomend",{boxZoomBounds:s})}},_onKeyDown:function(t){t.keyCode===27&&(this._finish(),this._clearDeferredResetState(),this._resetState())}});Xe.addInitHook("addHandler","boxZoom",$u),Xe.mergeOptions({doubleClickZoom:!0});var Bu=hn.extend({addHooks:function(){this._map.on("dblclick",this._onDoubleClick,this)},removeHooks:function(){this._map.off("dblclick",this._onDoubleClick,this)},_onDoubleClick:function(t){var s=this._map,c=s.getZoom(),p=s.options.zoomDelta,E=t.originalEvent.shiftKey?c-p:c+p;s.options.doubleClickZoom==="center"?s.setZoom(E):s.setZoomAround(t.containerPoint,E)}});Xe.addInitHook("addHandler","doubleClickZoom",Bu),Xe.mergeOptions({dragging:!0,inertia:!0,inertiaDeceleration:3400,inertiaMaxSpeed:1/0,easeLinearity:.2,worldCopyJump:!1,maxBoundsViscosity:0});var qu=hn.extend({addHooks:function(){if(!this._draggable){var t=this._map;this._draggable=new On(t._mapPane,t._container),this._draggable.on({dragstart:this._onDragStart,drag:this._onDrag,dragend:this._onDragEnd},this),this._draggable.on("predrag",this._onPreDragLimit,this),t.options.worldCopyJump&&(this._draggable.on("predrag",this._onPreDragWrap,this),t.on("zoomend",this._onZoomEnd,this),t.whenReady(this._onZoomEnd,this))}ze(this._map._container,"leaflet-grab leaflet-touch-drag"),this._draggable.enable(),this._positions=[],this._times=[]},removeHooks:function(){ft(this._map._container,"leaflet-grab"),ft(this._map._container,"leaflet-touch-drag"),this._draggable.disable()},moved:function(){return this._draggable&&this._draggable._moved},moving:function(){return this._draggable&&this._draggable._moving},_onDragStart:function(){var t=this._map;if(t._stop(),this._map.options.maxBounds&&this._map.options.maxBoundsViscosity){var s=me(this._map.options.maxBounds);this._offsetLimit=ie(this._map.latLngToContainerPoint(s.getNorthWest()).multiplyBy(-1),this._map.latLngToContainerPoint(s.getSouthEast()).multiplyBy(-1).add(this._map.getSize())),this._viscosity=Math.min(1,Math.max(0,this._map.options.maxBoundsViscosity))}else this._offsetLimit=null;t.fire("movestart").fire("dragstart"),t.options.inertia&&(this._positions=[],this._times=[])},_onDrag:function(t){if(this._map.options.inertia){var s=this._lastTime=+new Date,c=this._lastPos=this._draggable._absPos||this._draggable._newPos;this._positions.push(c),this._times.push(s),this._prunePositions(s)}this._map.fire("move",t).fire("drag",t)},_prunePositions:function(t){for(;this._positions.length>1&&t-this._times[0]>50;)this._positions.shift(),this._times.shift()},_onZoomEnd:function(){var t=this._map.getSize().divideBy(2),s=this._map.latLngToLayerPoint([0,0]);this._initialWorldOffset=s.subtract(t).x,this._worldWidth=this._map.getPixelWorldBounds().getSize().x},_viscousLimit:function(t,s){return t-(t-s)*this._viscosity},_onPreDragLimit:function(){if(!(!this._viscosity||!this._offsetLimit)){var t=this._draggable._newPos.subtract(this._draggable._startPos),s=this._offsetLimit;t.x<s.min.x&&(t.x=this._viscousLimit(t.x,s.min.x)),t.y<s.min.y&&(t.y=this._viscousLimit(t.y,s.min.y)),t.x>s.max.x&&(t.x=this._viscousLimit(t.x,s.max.x)),t.y>s.max.y&&(t.y=this._viscousLimit(t.y,s.max.y)),this._draggable._newPos=this._draggable._startPos.add(t)}},_onPreDragWrap:function(){var t=this._worldWidth,s=Math.round(t/2),c=this._initialWorldOffset,p=this._draggable._newPos.x,E=(p-s+c)%t+s-c,P=(p+s+c)%t-s-c,ne=Math.abs(E+c)<Math.abs(P+c)?E:P;this._draggable._absPos=this._draggable._newPos.clone(),this._draggable._newPos.x=ne},_onDragEnd:function(t){var s=this._map,c=s.options,p=!c.inertia||t.noInertia||this._times.length<2;if(s.fire("dragend",t),p)s.fire("moveend");else{this._prunePositions(+new Date);var E=this._lastPos.subtract(this._positions[0]),P=(this._lastTime-this._times[0])/1e3,ne=c.easeLinearity,he=E.multiplyBy(ne/P),ye=he.distanceTo([0,0]),Le=Math.min(c.inertiaMaxSpeed,ye),Ce=he.multiplyBy(Le/ye),Oe=Le/(c.inertiaDeceleration*ne),Ve=Ce.multiplyBy(-Oe/2).round();!Ve.x&&!Ve.y?s.fire("moveend"):(Ve=s._limitOffset(Ve,s.options.maxBounds),B(function(){s.panBy(Ve,{duration:Oe,easeLinearity:ne,noMoveStart:!0,animate:!0})}))}}});Xe.addInitHook("addHandler","dragging",qu),Xe.mergeOptions({keyboard:!0,keyboardPanDelta:80});var zu=hn.extend({keyCodes:{left:[37],right:[39],down:[40],up:[38],zoomIn:[187,107,61,171],zoomOut:[189,109,54,173]},initialize:function(t){this._map=t,this._setPanDelta(t.options.keyboardPanDelta),this._setZoomDelta(t.options.zoomDelta)},addHooks:function(){var t=this._map._container;t.tabIndex<=0&&(t.tabIndex="0"),qe(t,{focus:this._onFocus,blur:this._onBlur,mousedown:this._onMouseDown},this),this._map.on({focus:this._addHooks,blur:this._removeHooks},this)},removeHooks:function(){this._removeHooks(),rt(this._map._container,{focus:this._onFocus,blur:this._onBlur,mousedown:this._onMouseDown},this),this._map.off({focus:this._addHooks,blur:this._removeHooks},this)},_onMouseDown:function(){if(!this._focused){var t=document.body,s=document.documentElement,c=t.scrollTop||s.scrollTop,p=t.scrollLeft||s.scrollLeft;this._map._container.focus(),window.scrollTo(p,c)}},_onFocus:function(){this._focused=!0,this._map.fire("focus")},_onBlur:function(){this._focused=!1,this._map.fire("blur")},_setPanDelta:function(t){var s=this._panKeys={},c=this.keyCodes,p,E;for(p=0,E=c.left.length;p<E;p++)s[c.left[p]]=[-1*t,0];for(p=0,E=c.right.length;p<E;p++)s[c.right[p]]=[t,0];for(p=0,E=c.down.length;p<E;p++)s[c.down[p]]=[0,t];for(p=0,E=c.up.length;p<E;p++)s[c.up[p]]=[0,-1*t]},_setZoomDelta:function(t){var s=this._zoomKeys={},c=this.keyCodes,p,E;for(p=0,E=c.zoomIn.length;p<E;p++)s[c.zoomIn[p]]=t;for(p=0,E=c.zoomOut.length;p<E;p++)s[c.zoomOut[p]]=-t},_addHooks:function(){qe(document,"keydown",this._onKeyDown,this)},_removeHooks:function(){rt(document,"keydown",this._onKeyDown,this)},_onKeyDown:function(t){if(!(t.altKey||t.ctrlKey||t.metaKey)){var s=t.keyCode,c=this._map,p;if(s in this._panKeys){if(!c._panAnim||!c._panAnim._inProgress)if(p=this._panKeys[s],t.shiftKey&&(p=I(p).multiplyBy(3)),c.options.maxBounds&&(p=c._limitOffset(I(p),c.options.maxBounds)),c.options.worldCopyJump){var E=c.wrapLatLng(c.unproject(c.project(c.getCenter()).add(p)));c.panTo(E)}else c.panBy(p)}else if(s in this._zoomKeys)c.setZoom(c.getZoom()+(t.shiftKey?3:1)*this._zoomKeys[s]);else if(s===27&&c._popup&&c._popup.options.closeOnEscapeKey)c.closePopup();else return;ei(t)}}});Xe.addInitHook("addHandler","keyboard",zu),Xe.mergeOptions({scrollWheelZoom:!0,wheelDebounceTime:40,wheelPxPerZoomLevel:60});var Uu=hn.extend({addHooks:function(){qe(this._map._container,"wheel",this._onWheelScroll,this),this._delta=0},removeHooks:function(){rt(this._map._container,"wheel",this._onWheelScroll,this)},_onWheelScroll:function(t){var s=fu(t),c=this._map.options.wheelDebounceTime;this._delta+=s,this._lastMousePos=this._map.mouseEventToContainerPoint(t),this._startTime||(this._startTime=+new Date);var p=Math.max(c-(+new Date-this._startTime),0);clearTimeout(this._timer),this._timer=setTimeout(l(this._performZoom,this),p),ei(t)},_performZoom:function(){var t=this._map,s=t.getZoom(),c=this._map.options.zoomSnap||0;t._stop();var p=this._delta/(this._map.options.wheelPxPerZoomLevel*4),E=4*Math.log(2/(1+Math.exp(-Math.abs(p))))/Math.LN2,P=c?Math.ceil(E/c)*c:E,ne=t._limitZoom(s+(this._delta>0?P:-P))-s;this._delta=0,this._startTime=null,ne&&(t.options.scrollWheelZoom==="center"?t.setZoom(s+ne):t.setZoomAround(this._lastMousePos,s+ne))}});Xe.addInitHook("addHandler","scrollWheelZoom",Uu);var Yp=600;Xe.mergeOptions({tapHold:ke.touchNative&&ke.safari&&ke.mobile,tapTolerance:15});var Hu=hn.extend({addHooks:function(){qe(this._map._container,"touchstart",this._onDown,this)},removeHooks:function(){rt(this._map._container,"touchstart",this._onDown,this)},_onDown:function(t){if(clearTimeout(this._holdTimeout),t.touches.length===1){var s=t.touches[0];this._startPos=this._newPos=new j(s.clientX,s.clientY),this._holdTimeout=setTimeout(l(function(){this._cancel(),this._isTapValid()&&(qe(document,"touchend",Et),qe(document,"touchend touchcancel",this._cancelClickPrevent),this._simulateEvent("contextmenu",s))},this),Yp),qe(document,"touchend touchcancel contextmenu",this._cancel,this),qe(document,"touchmove",this._onMove,this)}},_cancelClickPrevent:function t(){rt(document,"touchend",Et),rt(document,"touchend touchcancel",t)},_cancel:function(){clearTimeout(this._holdTimeout),rt(document,"touchend touchcancel contextmenu",this._cancel,this),rt(document,"touchmove",this._onMove,this)},_onMove:function(t){var s=t.touches[0];this._newPos=new j(s.clientX,s.clientY)},_isTapValid:function(){return this._newPos.distanceTo(this._startPos)<=this._map.options.tapTolerance},_simulateEvent:function(t,s){var c=new MouseEvent(t,{bubbles:!0,cancelable:!0,view:window,screenX:s.screenX,screenY:s.screenY,clientX:s.clientX,clientY:s.clientY});c._simulated=!0,s.target.dispatchEvent(c)}});Xe.addInitHook("addHandler","tapHold",Hu),Xe.mergeOptions({touchZoom:ke.touch,bounceAtZoomLimits:!0});var Vu=hn.extend({addHooks:function(){ze(this._map._container,"leaflet-touch-zoom"),qe(this._map._container,"touchstart",this._onTouchStart,this)},removeHooks:function(){ft(this._map._container,"leaflet-touch-zoom"),rt(this._map._container,"touchstart",this._onTouchStart,this)},_onTouchStart:function(t){var s=this._map;if(!(!t.touches||t.touches.length!==2||s._animatingZoom||this._zooming)){var c=s.mouseEventToContainerPoint(t.touches[0]),p=s.mouseEventToContainerPoint(t.touches[1]);this._centerPoint=s.getSize()._divideBy(2),this._startLatLng=s.containerPointToLatLng(this._centerPoint),s.options.touchZoom!=="center"&&(this._pinchStartLatLng=s.containerPointToLatLng(c.add(p)._divideBy(2))),this._startDist=c.distanceTo(p),this._startZoom=s.getZoom(),this._moved=!1,this._zooming=!0,s._stop(),qe(document,"touchmove",this._onTouchMove,this),qe(document,"touchend touchcancel",this._onTouchEnd,this),Et(t)}},_onTouchMove:function(t){if(!(!t.touches||t.touches.length!==2||!this._zooming)){var s=this._map,c=s.mouseEventToContainerPoint(t.touches[0]),p=s.mouseEventToContainerPoint(t.touches[1]),E=c.distanceTo(p)/this._startDist;if(this._zoom=s.getScaleZoom(E,this._startZoom),!s.options.bounceAtZoomLimits&&(this._zoom<s.getMinZoom()&&E<1||this._zoom>s.getMaxZoom()&&E>1)&&(this._zoom=s._limitZoom(this._zoom)),s.options.touchZoom==="center"){if(this._center=this._startLatLng,E===1)return}else{var P=c._add(p)._divideBy(2)._subtract(this._centerPoint);if(E===1&&P.x===0&&P.y===0)return;this._center=s.unproject(s.project(this._pinchStartLatLng,this._zoom).subtract(P),this._zoom)}this._moved||(s._moveStart(!0,!1),this._moved=!0),X(this._animRequest);var ne=l(s._move,s,this._center,this._zoom,{pinch:!0,round:!1},void 0);this._animRequest=B(ne,this,!0),Et(t)}},_onTouchEnd:function(){if(!this._moved||!this._zooming){this._zooming=!1;return}this._zooming=!1,X(this._animRequest),rt(document,"touchmove",this._onTouchMove,this),rt(document,"touchend touchcancel",this._onTouchEnd,this),this._map.options.zoomAnimation?this._map._animateZoom(this._center,this._map._limitZoom(this._zoom),!0,this._map.options.zoomSnap):this._map._resetView(this._center,this._map._limitZoom(this._zoom))}});Xe.addInitHook("addHandler","touchZoom",Vu),Xe.BoxZoom=$u,Xe.DoubleClickZoom=Bu,Xe.Drag=qu,Xe.Keyboard=zu,Xe.ScrollWheelZoom=Uu,Xe.TapHold=Hu,Xe.TouchZoom=Vu,n.Bounds=Z,n.Browser=ke,n.CRS=Y,n.Canvas=Du,n.Circle=xo,n.CircleMarker=ns,n.Class=$,n.Control=Yt,n.DivIcon=Pu,n.DivOverlay=fn,n.DomEvent=_p,n.DomUtil=gp,n.Draggable=On,n.Evented=oe,n.FeatureGroup=vn,n.GeoJSON=wn,n.GridLayer=ir,n.Handler=hn,n.Icon=Si,n.ImageOverlay=as,n.LatLng=W,n.LatLngBounds=ee,n.Layer=en,n.LayerGroup=Ei,n.LineUtil=Rp,n.Map=Xe,n.Marker=ts,n.Mixin=Sp,n.Path=Fn,n.Point=j,n.PolyUtil=Tp,n.Polygon=Ti,n.Polyline=bn,n.Popup=ls,n.PosAnimation=pu,n.Projection=Cp,n.Rectangle=ju,n.Renderer=xn,n.SVG=sr,n.SVGOverlay=Cu,n.TileLayer=Ii,n.Tooltip=us,n.Transformation=Ee,n.Util=F,n.VideoOverlay=Ru,n.bind=l,n.bounds=ie,n.canvas=Ou,n.circle=$p,n.circleMarker=jp,n.control=er,n.divIcon=Zp,n.extend=o,n.featureGroup=Dp,n.geoJSON=Au,n.geoJson=zp,n.gridLayer=Xp,n.icon=Op,n.imageOverlay=Up,n.latLng=G,n.latLngBounds=me,n.layerGroup=Mp,n.map=yp,n.marker=Fp,n.point=I,n.polygon=qp,n.polyline=Bp,n.popup=Gp,n.rectangle=Kp,n.setOptions=T,n.stamp=f,n.svg=Fu,n.svgOverlay=Vp,n.tileLayer=ku,n.tooltip=Wp,n.transformation=Te,n.version=r,n.videoOverlay=Hp;var eg=window.L;n.noConflict=function(){return window.L=eg,this},window.L=n}))})(Pr,Pr.exports)),Pr.exports}var Dt=ou(),fl={exports:{}},Vh;function y0(){return Vh||(Vh=1,(function(i,e){((n,r)=>{i.exports=n(ou()),typeof r<"u"&&r.L&&n(r.L)})(n=>{n.Editable=n.Evented.extend({statics:{FORWARD:1,BACKWARD:-1},options:{zIndex:1e3,polygonClass:n.Polygon,polylineClass:n.Polyline,markerClass:n.Marker,circleMarkerClass:n.CircleMarker,rectangleClass:n.Rectangle,circleClass:n.Circle,drawingCSSClass:"leaflet-editable-drawing",drawingCursor:"crosshair",editLayer:void 0,featuresLayer:void 0,polylineEditorClass:void 0,polygonEditorClass:void 0,markerEditorClass:void 0,circleMarkerEditorClass:void 0,rectangleEditorClass:void 0,circleEditorClass:void 0,lineGuideOptions:{},skipMiddleMarkers:!1},initialize:function(d,m){n.setOptions(this,m),this._lastZIndex=this.options.zIndex,this.map=d,this.editLayer=this.createEditLayer(),this.featuresLayer=this.createFeaturesLayer(),this.forwardLineGuide=this.createLineGuide(),this.backwardLineGuide=this.createLineGuide()},fireAndForward:function(d,m){m=m||{},m.editTools=this,this.fire(d,m),this.map.fire(d,m)},createLineGuide:function(){const d=n.extend({dashArray:"5,10",weight:1,interactive:!1},this.options.lineGuideOptions);return n.polyline([],d)},createVertexIcon:d=>n.Browser.mobile&&n.Browser.touch?new n.Editable.TouchVertexIcon(d):new n.Editable.VertexIcon(d),createEditLayer:function(){return this.options.editLayer||new n.LayerGroup().addTo(this.map)},createFeaturesLayer:function(){return this.options.featuresLayer||new n.LayerGroup().addTo(this.map)},moveForwardLineGuide:function(d){this.forwardLineGuide._latlngs.length&&(this.forwardLineGuide._latlngs[1]=d,this.forwardLineGuide._bounds.extend(d),this.forwardLineGuide.redraw())},moveBackwardLineGuide:function(d){this.backwardLineGuide._latlngs.length&&(this.backwardLineGuide._latlngs[1]=d,this.backwardLineGuide._bounds.extend(d),this.backwardLineGuide.redraw())},anchorForwardLineGuide:function(d){this.forwardLineGuide._latlngs[0]=d,this.forwardLineGuide._bounds.extend(d),this.forwardLineGuide.redraw()},anchorBackwardLineGuide:function(d){this.backwardLineGuide._latlngs[0]=d,this.backwardLineGuide._bounds.extend(d),this.backwardLineGuide.redraw()},attachForwardLineGuide:function(){this.editLayer.addLayer(this.forwardLineGuide)},attachBackwardLineGuide:function(){this.editLayer.addLayer(this.backwardLineGuide)},detachForwardLineGuide:function(){this.forwardLineGuide.setLatLngs([]),this.editLayer.removeLayer(this.forwardLineGuide)},detachBackwardLineGuide:function(){this.backwardLineGuide.setLatLngs([]),this.editLayer.removeLayer(this.backwardLineGuide)},blockEvents:function(){this._oldTargets||(this._oldTargets=this.map._targets,this.map._targets={})},unblockEvents:function(){this._oldTargets&&(this.map._targets=n.extend(this.map._targets,this._oldTargets),delete this._oldTargets)},registerForDrawing:function(d){this._drawingEditor&&this.unregisterForDrawing(this._drawingEditor),this.blockEvents(),d.reset(),this._drawingEditor=d,this.map.on("mousemove touchmove",d.onDrawingMouseMove,d),this.map.on("mousedown",this.onMousedown,this),this.map.on("mouseup",this.onMouseup,this),n.DomUtil.addClass(this.map._container,this.options.drawingCSSClass),this.defaultMapCursor=this.map._container.style.cursor,this.map._container.style.cursor=this.options.drawingCursor},unregisterForDrawing:function(d){this.unblockEvents(),n.DomUtil.removeClass(this.map._container,this.options.drawingCSSClass),this.map._container.style.cursor=this.defaultMapCursor,d=d||this._drawingEditor,d&&(this.map.off("mousemove touchmove",d.onDrawingMouseMove,d),this.map.off("mousedown",this.onMousedown,this),this.map.off("mouseup",this.onMouseup,this),d===this._drawingEditor&&(delete this._drawingEditor,d._drawing&&d.cancelDrawing()))},onMousedown:function(d){d.originalEvent.which==1&&(this._mouseDown=d,this._drawingEditor.onDrawingMouseDown(d))},onMouseup:function(d){if(this._mouseDown){const m=this._drawingEditor,b=this._mouseDown;if(this._mouseDown=null,m.onDrawingMouseUp(d),this._drawingEditor!==m)return;const T=n.point(b.originalEvent.clientX,b.originalEvent.clientY),N=n.point(d.originalEvent.clientX,d.originalEvent.clientY).distanceTo(T);Math.abs(N)<9*(window.devicePixelRatio||1)&&this._drawingEditor.onDrawingClick(d)}},drawing:function(){return this._drawingEditor?.drawing()},stopDrawing:function(){this.unregisterForDrawing()},commitDrawing:function(d){this._drawingEditor&&this._drawingEditor.commitDrawing(d)},connectCreatedToMap:function(d){return this.featuresLayer.addLayer(d)},startPolyline:function(d,m){const b=this.createPolyline([],m);return b.enableEdit(this.map).newShape(d),b},startPolygon:function(d,m){const b=this.createPolygon([],m);return b.enableEdit(this.map).newShape(d),b},startMarker:function(d,m){d=d||this.map.getCenter().clone();const b=this.createMarker(d,m);return b.enableEdit(this.map).startDrawing(),b},startCircleMarker:function(d,m){d=d||this.map.getCenter().clone();const b=this.createCircleMarker(d,m);return b.enableEdit(this.map).startDrawing(),b},startRectangle:function(d,m){const b=d||n.latLng([0,0]),T=new n.LatLngBounds(b,b),N=this.createRectangle(T,m);return N.enableEdit(this.map).startDrawing(),N},startCircle:function(d,m){d=d||this.map.getCenter().clone();const b=this.createCircle(d,m);return b.enableEdit(this.map).startDrawing(),b},startHole:(d,m)=>{d.newHole(m)},createLayer:function(d,m,b){b=n.Util.extend({editOptions:{editTools:this}},b);const T=new d(m,b);return this.fireAndForward("editable:created",{layer:T}),T},createPolyline:function(d,m){return this.createLayer(m?.polylineClass||this.options.polylineClass,d,m)},createPolygon:function(d,m){return this.createLayer(m?.polygonClass||this.options.polygonClass,d,m)},createMarker:function(d,m){return this.createLayer(m?.markerClass||this.options.markerClass,d,m)},createCircleMarker:function(d,m){return this.createLayer(m?.circleMarkerClass||this.options.circleMarkerClass,d,m)},createRectangle:function(d,m){return this.createLayer(m?.rectangleClass||this.options.rectangleClass,d,m)},createCircle:function(d,m){return this.createLayer(m?.circleClass||this.options.circleClass,d,m)}}),n.extend(n.Editable,{makeCancellable:d=>{d.cancel=()=>{d._cancelled=!0}}}),n.Map.mergeOptions({editToolsClass:n.Editable,editable:!1,editOptions:{}}),n.Map.addInitHook(function(){this.whenReady(function(){this.options.editable&&(this.editTools=new this.options.editToolsClass(this,this.options.editOptions))})}),n.Editable.VertexIcon=n.DivIcon.extend({options:{iconSize:new n.Point(8,8)}}),n.Editable.TouchVertexIcon=n.Editable.VertexIcon.extend({options:{iconSize:new n.Point(20,20)}}),n.Editable.VertexMarker=n.Marker.extend({options:{draggable:!0,className:"leaflet-div-icon leaflet-vertex-icon"},initialize:function(d,m,b,T){this.latlng=d,this.latlngs=m,this.editor=b,n.Marker.prototype.initialize.call(this,d,T),this.options.icon=this.editor.tools.createVertexIcon({className:this.options.className}),this.latlng.__vertex=this,this.connect(),this.setZIndexOffset(b.tools._lastZIndex+1)},connect:function(){this.editor.editLayer.addLayer(this)},onAdd:function(d){n.Marker.prototype.onAdd.call(this,d),this.on("drag",this.onDrag),this.on("dragstart",this.onDragStart),this.on("dragend",this.onDragEnd),this.on("mouseup",this.onMouseup),this.on("click",this.onClick),this.on("contextmenu",this.onContextMenu),this.on("mousedown touchstart",this.onMouseDown),this.on("mouseover",this.onMouseOver),this.on("mouseout",this.onMouseOut),this.addMiddleMarkers()},onRemove:function(d){this.middleMarker&&this.middleMarker.delete(),delete this.latlng.__vertex,this.off("drag",this.onDrag),this.off("dragstart",this.onDragStart),this.off("dragend",this.onDragEnd),this.off("mouseup",this.onMouseup),this.off("click",this.onClick),this.off("contextmenu",this.onContextMenu),this.off("mousedown touchstart",this.onMouseDown),this.off("mouseover",this.onMouseOver),this.off("mouseout",this.onMouseOut),n.Marker.prototype.onRemove.call(this,d)},onDrag:function(d){d.vertex=this,this.editor.onVertexMarkerDrag(d);const m=n.DomUtil.getPosition(this._icon),b=this._map.layerPointToLatLng(m);this.latlng.update(b),this._latlng=this.latlng,this.editor.refresh(),this.middleMarker&&this.middleMarker.updateLatLng();const T=this.getNext();T?.middleMarker&&T.middleMarker.updateLatLng()},onDragStart:function(d){d.vertex=this,this.editor.onVertexMarkerDragStart(d)},onDragEnd:function(d){d.vertex=this,this.editor.onVertexMarkerDragEnd(d)},onClick:function(d){d.vertex=this,this.editor.onVertexMarkerClick(d)},onMouseup:function(d){n.DomEvent.stop(d),d.vertex=this,this.editor.map.fire("mouseup",d)},onContextMenu:function(d){d.vertex=this,this.editor.onVertexMarkerContextMenu(d)},onMouseDown:function(d){d.vertex=this,this.editor.onVertexMarkerMouseDown(d)},onMouseOver:function(d){d.vertex=this,this.editor.onVertexMarkerMouseOver(d)},onMouseOut:function(d){d.vertex=this,this.editor.onVertexMarkerMouseOut(d)},delete:function(){const d=this.getNext();this.latlngs.splice(this.getIndex(),1),this.editor.editLayer.removeLayer(this),this.editor.onVertexDeleted({latlng:this.latlng,vertex:this}),this.latlngs.length||this.editor.deleteShape(this.latlngs),d&&d.resetMiddleMarker(),this.editor.refresh()},getIndex:function(){return this.latlngs.indexOf(this.latlng)},getLastIndex:function(){return this.latlngs.length-1},getPrevious:function(){if(this.latlngs.length<2)return;const d=this.getIndex();let m=d-1;d===0&&this.editor.CLOSED&&(m=this.getLastIndex());const b=this.latlngs[m];if(b)return b.__vertex},getNext:function(){if(this.latlngs.length<2)return;const d=this.getIndex();let m=d+1;d===this.getLastIndex()&&this.editor.CLOSED&&(m=0);const b=this.latlngs[m];if(b)return b.__vertex},addMiddleMarker:function(d){this.editor.hasMiddleMarkers()&&(d=d||this.getPrevious(),d&&!this.middleMarker&&(this.middleMarker=this.editor.addMiddleMarker(d,this,this.latlngs,this.editor)))},addMiddleMarkers:function(){if(!this.editor.hasMiddleMarkers())return;const d=this.getPrevious();d&&this.addMiddleMarker(d);const m=this.getNext();m&&m.resetMiddleMarker()},resetMiddleMarker:function(){this.middleMarker&&this.middleMarker.delete(),this.addMiddleMarker()},split:function(){this.editor.splitShape&&this.editor.splitShape(this.latlngs,this.getIndex())},continue:function(){if(!this.editor.continueBackward)return;const d=this.getIndex();d===0?this.editor.continueBackward(this.latlngs):d===this.getLastIndex()&&this.editor.continueForward(this.latlngs)}}),n.Editable.mergeOptions({vertexMarkerClass:n.Editable.VertexMarker}),n.Editable.MiddleMarker=n.Marker.extend({options:{opacity:.5,className:"leaflet-div-icon leaflet-middle-icon",draggable:!0},initialize:function(d,m,b,T,N){this.left=d,this.right=m,this.editor=T,this.latlngs=b,n.Marker.prototype.initialize.call(this,this.computeLatLng(),N),this._opacity=this.options.opacity,this.options.icon=this.editor.tools.createVertexIcon({className:this.options.className}),this.editor.editLayer.addLayer(this),this.setVisibility()},setVisibility:function(){const d=this._map.latLngToContainerPoint(this.left.latlng),m=this._map.latLngToContainerPoint(this.right.latlng),b=n.point(this.options.icon.options.iconSize);d.distanceTo(m)<b.x*3?this.hide():this.show()},show:function(){this.setOpacity(this._opacity)},hide:function(){this.setOpacity(0)},updateLatLng:function(){this.setLatLng(this.computeLatLng()),this.setVisibility()},computeLatLng:function(){const d=this.editor.map.latLngToContainerPoint(this.left.latlng),m=this.editor.map.latLngToContainerPoint(this.right.latlng),b=(d.y+m.y)/2,T=(d.x+m.x)/2;return this.editor.map.containerPointToLatLng([T,b])},onAdd:function(d){n.Marker.prototype.onAdd.call(this,d),n.DomEvent.on(this._icon,"mousedown touchstart",this.onMouseDown,this),d.on("zoomend",this.setVisibility,this)},onRemove:function(d){delete this.right.middleMarker,n.DomEvent.off(this._icon,"mousedown touchstart",this.onMouseDown,this),d.off("zoomend",this.setVisibility,this),n.Marker.prototype.onRemove.call(this,d)},onMouseDown:function(d){const m=n.DomUtil.getPosition(this._icon),b=this.editor.map.layerPointToLatLng(m);if(d={originalEvent:d,latlng:b},this.options.opacity===0||(n.Editable.makeCancellable(d),this.editor.onMiddleMarkerMouseDown(d),d._cancelled))return;this.latlngs.splice(this.index(),0,d.latlng),this.editor.refresh();const T=this._icon,N=this.editor.addVertexMarker(d.latlng,this.latlngs);this.editor.onNewVertex(N);const A=N._icon.parentNode;A.removeChild(N._icon),N._icon=T,A.appendChild(N._icon),N._initIcon(),N._initInteraction(),N.setOpacity(1),n.Draggable._dragging=!1,N.dragging._draggable._onDown(d.originalEvent),this.delete()},delete:function(){this.editor.editLayer.removeLayer(this)},index:function(){return this.latlngs.indexOf(this.right.latlng)}}),n.Editable.mergeOptions({middleMarkerClass:n.Editable.MiddleMarker}),n.Editable.BaseEditor=n.Handler.extend({initialize:function(d,m,b){n.setOptions(this,b),this.map=d,this.feature=m,this.feature.editor=this,this.editLayer=new n.LayerGroup,this.tools=this.options.editTools||d.editTools},addHooks:function(){this.isConnected()?this.onFeatureAdd():this.feature.once("add",this.onFeatureAdd,this),this.onEnable(),this.feature.on(this._getEvents(),this)},removeHooks:function(){this.feature.off(this._getEvents(),this),this.feature.dragging&&this.feature.dragging.disable(),this.editLayer.clearLayers(),this.tools.editLayer.removeLayer(this.editLayer),this.onDisable(),this._drawing&&this.cancelDrawing()},drawing:function(){return!!this._drawing},reset:()=>{},onFeatureAdd:function(){this.tools.editLayer.addLayer(this.editLayer),this.feature.dragging&&this.options.draggable!=!1&&this.feature.dragging.enable()},hasMiddleMarkers:function(){return!this.options.skipMiddleMarkers&&!this.tools.options.skipMiddleMarkers},fireAndForward:function(d,m){m=m||{},m.layer=this.feature,this.feature.fire(d,m),this.tools.fireAndForward(d,m)},onEnable:function(){this.fireAndForward("editable:enable")},onDisable:function(){this.fireAndForward("editable:disable")},onEditing:function(){this.fireAndForward("editable:editing")},onEdited:function(){this.fireAndForward("editable:edited")},onStartDrawing:function(){this.fireAndForward("editable:drawing:start")},onEndDrawing:function(){this.fireAndForward("editable:drawing:end")},onCancelDrawing:function(){this.fireAndForward("editable:drawing:cancel")},onCommitDrawing:function(d){this.fireAndForward("editable:drawing:commit",d),this.onEdited()},onDrawingMouseDown:function(d){this.fireAndForward("editable:drawing:mousedown",d)},onDrawingMouseUp:function(d){this.fireAndForward("editable:drawing:mouseup",d)},startDrawing:function(){this._drawing||(this._drawing=n.Editable.FORWARD),this.tools.registerForDrawing(this),this.onStartDrawing()},commitDrawing:function(d){this.onCommitDrawing(d),this.endDrawing()},cancelDrawing:function(){n.Draggable._dragging=!1,this.onCancelDrawing(),this.endDrawing()},endDrawing:function(){this._drawing=!1,this.tools.unregisterForDrawing(this),this.onEndDrawing()},onDrawingClick:function(d){this.drawing()&&(n.Editable.makeCancellable(d),this.fireAndForward("editable:drawing:click",d),!d._cancelled&&(this.isConnected()||this.connect(d),this.processDrawingClick(d)))},isConnected:function(){return this.map.hasLayer(this.feature)},connect:function(){this.tools.connectCreatedToMap(this.feature),this.tools.editLayer.addLayer(this.editLayer)},onMove:function(d){this.fireAndForward("editable:drawing:move",d)},onDrawingMouseMove:function(d){this.onMove(d)},_getEvents:function(){return{dragstart:this.onDragStart,drag:this.onDrag,dragend:this.onDragEnd,remove:this.disable}},onDragStart:function(d){this.onEditing(),this.fireAndForward("editable:dragstart",d)},onDrag:function(d){this.onMove(d),this.fireAndForward("editable:drag",d)},onDragEnd:function(d){this.fireAndForward("editable:dragend",d),this.onEdited()}}),n.Editable.MarkerEditor=n.Editable.BaseEditor.extend({onDrawingMouseMove:function(d){n.Editable.BaseEditor.prototype.onDrawingMouseMove.call(this,d),this._drawing&&this.feature.setLatLng(d.latlng)},processDrawingClick:function(d){this.fireAndForward("editable:drawing:clicked",d),this.commitDrawing(d)},connect:function(d){d&&(this.feature._latlng=d.latlng),n.Editable.BaseEditor.prototype.connect.call(this,d)}}),n.Editable.CircleMarkerEditor=n.Editable.BaseEditor.extend({onDrawingMouseMove:function(d){n.Editable.BaseEditor.prototype.onDrawingMouseMove.call(this,d),this._drawing&&this.feature.setLatLng(d.latlng)},processDrawingClick:function(d){this.fireAndForward("editable:drawing:clicked",d),this.commitDrawing(d)},connect:function(d){d&&(this.feature._latlng=d.latlng),n.Editable.BaseEditor.prototype.connect.call(this,d)}}),n.Editable.PathEditor=n.Editable.BaseEditor.extend({CLOSED:!1,MIN_VERTEX:2,addHooks:function(){return n.Editable.BaseEditor.prototype.addHooks.call(this),this.feature&&(this.initVertexMarkers(),this.map.on("moveend",this.onMoveEnd,this)),this},removeHooks:function(){n.Editable.BaseEditor.prototype.removeHooks.call(this),this.feature&&this.map.off("moveend",this.onMoveEnd,this)},onMoveEnd:function(){this.initVertexMarkers()},initVertexMarkers:function(d){if(this.enabled())if(d=d||this.getLatLngs(),_(d))this.addVertexMarkers(d);else for(const m of d)this.initVertexMarkers(m)},getLatLngs:function(){return this.feature.getLatLngs()},reset:function(){this.editLayer.clearLayers(),this.initVertexMarkers()},addVertexMarker:function(d,m){return d.__vertex?(d.__vertex.connect(),d.__vertex):new this.tools.options.vertexMarkerClass(d,m,this)},onNewVertex:function(d){this.fireAndForward("editable:vertex:new",{latlng:d.latlng,vertex:d})},addVertexMarkers:function(d){const m=this.map.getBounds();for(const b of d)m.contains(b)&&this.addVertexMarker(b,d)},refreshVertexMarkers:function(d){d=d||this.getDefaultLatLngs();for(const m of d)m.__vertex.update()},addMiddleMarker:function(d,m,b){return new this.tools.options.middleMarkerClass(d,m,b,this)},onVertexMarkerClick:function(d){if(n.Editable.makeCancellable(d),this.fireAndForward("editable:vertex:click",d),d._cancelled||this.tools.drawing()&&this.tools._drawingEditor!==this)return;const m=d.vertex.getIndex();let b;d.originalEvent.ctrlKey?this.onVertexMarkerCtrlClick(d):d.originalEvent.altKey?this.onVertexMarkerAltClick(d):d.originalEvent.shiftKey?this.onVertexMarkerShiftClick(d):d.originalEvent.metaKey?this.onVertexMarkerMetaKeyClick(d):m===d.vertex.getLastIndex()&&this._drawing===n.Editable.FORWARD?m>=this.MIN_VERTEX-1&&(b=!0):m===0&&this._drawing===n.Editable.BACKWARD&&this._drawnLatLngs.length>=this.MIN_VERTEX||m===0&&this._drawing===n.Editable.FORWARD&&this._drawnLatLngs.length>=this.MIN_VERTEX&&this.CLOSED?b=!0:this.onVertexRawMarkerClick(d),this.fireAndForward("editable:vertex:clicked",d),b&&this.commitDrawing(d)},onVertexRawMarkerClick:function(d){this.fireAndForward("editable:vertex:rawclick",d),!d._cancelled&&this.vertexCanBeDeleted(d.vertex)&&d.vertex.delete()},vertexCanBeDeleted:function(d){return d.latlngs.length>this.MIN_VERTEX},onVertexDeleted:function(d){this.fireAndForward("editable:vertex:deleted",d),this.onEdited()},onVertexMarkerCtrlClick:function(d){this.fireAndForward("editable:vertex:ctrlclick",d)},onVertexMarkerShiftClick:function(d){this.fireAndForward("editable:vertex:shiftclick",d)},onVertexMarkerMetaKeyClick:function(d){this.fireAndForward("editable:vertex:metakeyclick",d)},onVertexMarkerAltClick:function(d){this.fireAndForward("editable:vertex:altclick",d)},onVertexMarkerContextMenu:function(d){this.fireAndForward("editable:vertex:contextmenu",d)},onVertexMarkerMouseDown:function(d){this.fireAndForward("editable:vertex:mousedown",d)},onVertexMarkerMouseOver:function(d){this.fireAndForward("editable:vertex:mouseover",d)},onVertexMarkerMouseOut:function(d){this.fireAndForward("editable:vertex:mouseout",d)},onMiddleMarkerMouseDown:function(d){this.fireAndForward("editable:middlemarker:mousedown",d)},onVertexMarkerDrag:function(d){this.onMove(d),this.feature._bounds&&this.extendBounds(d),this.fireAndForward("editable:vertex:drag",d)},onVertexMarkerDragStart:function(d){this.fireAndForward("editable:vertex:dragstart",d)},onVertexMarkerDragEnd:function(d){this.fireAndForward("editable:vertex:dragend",d),this.onEdited()},setDrawnLatLngs:function(d){this._drawnLatLngs=d||this.getDefaultLatLngs()},startDrawing:function(){this._drawnLatLngs||this.setDrawnLatLngs(),n.Editable.BaseEditor.prototype.startDrawing.call(this)},startDrawingForward:function(){this.startDrawing()},endDrawing:function(){this.tools.detachForwardLineGuide(),this.tools.detachBackwardLineGuide(),this._drawnLatLngs&&this._drawnLatLngs.length<this.MIN_VERTEX&&this.deleteShape(this._drawnLatLngs),n.Editable.BaseEditor.prototype.endDrawing.call(this),delete this._drawnLatLngs},addLatLng:function(d){this._drawing===n.Editable.FORWARD?this._drawnLatLngs.push(d):this._drawnLatLngs.unshift(d),this.feature._bounds.extend(d);const m=this.addVertexMarker(d,this._drawnLatLngs);this.onNewVertex(m),this.refresh()},newPointForward:function(d){this.addLatLng(d),this.tools.attachForwardLineGuide(),this.tools.anchorForwardLineGuide(d)},newPointBackward:function(d){this.addLatLng(d),this.tools.anchorBackwardLineGuide(d)},push:function(d){if(!d)return console.error("L.Editable.PathEditor.push expect a valid latlng as parameter");this._drawing===n.Editable.FORWARD?this.newPointForward(d):this.newPointBackward(d)},removeLatLng:function(d){d.__vertex.delete(),this.refresh()},pop:function(){if(this._drawnLatLngs.length<=1)return;let d;return this._drawing===n.Editable.FORWARD?d=this._drawnLatLngs[this._drawnLatLngs.length-1]:d=this._drawnLatLngs[0],this.removeLatLng(d),this._drawing===n.Editable.FORWARD?this.tools.anchorForwardLineGuide(this._drawnLatLngs[this._drawnLatLngs.length-1]):this.tools.anchorForwardLineGuide(this._drawnLatLngs[0]),d},processDrawingClick:function(d){d.vertex&&d.vertex.editor===this||(this._drawing===n.Editable.FORWARD?this.newPointForward(d.latlng):this.newPointBackward(d.latlng),this.fireAndForward("editable:drawing:clicked",d))},onDrawingMouseMove:function(d){n.Editable.BaseEditor.prototype.onDrawingMouseMove.call(this,d),this._drawing&&(this.tools.moveForwardLineGuide(d.latlng),this.tools.moveBackwardLineGuide(d.latlng))},refresh:function(){this.feature.redraw(),this.onEditing()},newShape:function(d){const m=this.addNewEmptyShape();m&&(this.setDrawnLatLngs(m[0]||m),this.startDrawingForward(),this.fireAndForward("editable:shape:new",{shape:m}),d&&this.newPointForward(d))},deleteShape:function(d,m){const b={shape:d};if(n.Editable.makeCancellable(b),this.fireAndForward("editable:shape:delete",b),!b._cancelled)return d=this._deleteShape(d,m),this.ensureNotFlat&&this.ensureNotFlat(),this.feature.setLatLngs(this.getLatLngs()),this.refresh(),this.reset(),this.fireAndForward("editable:shape:deleted",{shape:d}),this.onEdited(),d},_deleteShape:function(d,m){if(m=m||this.getLatLngs(),!m.length)return;const b=(N,A)=>N.splice(0,Number.MAX_VALUE),T=(N,A)=>(N.splice(N.indexOf(A),1),N.length||this._deleteShape(N),A);if(m===d)return b(m);for(const N of m){if(N===d)return T(m,d);if(N.indexOf(d)!==-1)return T(N,d)}},deleteShapeAt:function(d){const m=this.feature.shapeAt(d);if(m)return this.deleteShape(m)},appendShape:function(d){this.insertShape(d)},prependShape:function(d){this.insertShape(d,0)},insertShape:function(d,m){this.ensureMulti(),d=this.formatShape(d),m===void 0&&(m=this.feature._latlngs.length),this.feature._latlngs.splice(m,0,d),this.feature.redraw(),this._enabled&&this.reset()},extendBounds:function(d){this.feature._bounds.extend(d.vertex.latlng)},onDragStart:function(d){this.editLayer.clearLayers(),n.Editable.BaseEditor.prototype.onDragStart.call(this,d)},onDragEnd:function(d){this.initVertexMarkers(),n.Editable.BaseEditor.prototype.onDragEnd.call(this,d)}}),n.Editable.PolylineEditor=n.Editable.PathEditor.extend({startDrawingBackward:function(){this._drawing=n.Editable.BACKWARD,this.startDrawing()},continueBackward:function(d){this.drawing()||(d=d||this.getDefaultLatLngs(),this.setDrawnLatLngs(d),d.length>0&&(this.tools.attachBackwardLineGuide(),this.tools.anchorBackwardLineGuide(d[0])),this.startDrawingBackward())},continueForward:function(d){this.drawing()||(d=d||this.getDefaultLatLngs(),this.setDrawnLatLngs(d),d.length>0&&(this.tools.attachForwardLineGuide(),this.tools.anchorForwardLineGuide(d[d.length-1])),this.startDrawingForward())},getDefaultLatLngs:function(d){return d=d||this.feature._latlngs,!d.length||d[0]instanceof n.LatLng?d:this.getDefaultLatLngs(d[0])},ensureMulti:function(){this.feature._latlngs.length&&_(this.feature._latlngs)&&(this.feature._latlngs=[this.feature._latlngs])},addNewEmptyShape:function(){if(this.feature._latlngs.length){const d=[];return this.appendShape(d),d}return this.feature._latlngs},formatShape:function(d){if(_(d))return d;if(d[0])return this.formatShape(d[0])},splitShape:function(d,m){if(!m||m>=d.length-1)return;this.ensureMulti();const b=this.feature._latlngs.indexOf(d);if(b===-1)return;const T=d.slice(0,m+1),N=d.slice(m);N[0]=n.latLng(N[0].lat,N[0].lng,N[0].alt),this.feature._latlngs.splice(b,1,T,N),this.refresh(),this.reset(),this.onEdited()}}),n.Editable.PolygonEditor=n.Editable.PathEditor.extend({CLOSED:!0,MIN_VERTEX:3,newPointForward:function(d){n.Editable.PathEditor.prototype.newPointForward.call(this,d),this.tools.backwardLineGuide._latlngs.length||this.tools.anchorBackwardLineGuide(d),this._drawnLatLngs.length===2&&this.tools.attachBackwardLineGuide()},addNewEmptyHole:function(d){this.ensureNotFlat();const m=this.feature.shapeAt(d);if(!m)return;const b=[];return m.push(b),b},newHole:function(d){const m=this.addNewEmptyHole(d);m&&(this.setDrawnLatLngs(m),this.startDrawingForward(),d&&this.newPointForward(d))},addNewEmptyShape:function(){if(this.feature._latlngs.length&&this.feature._latlngs[0].length){const d=[];return this.appendShape(d),d}return this.feature._latlngs},ensureMulti:function(){this.feature._latlngs.length&&_(this.feature._latlngs[0])&&(this.feature._latlngs=[this.feature._latlngs])},ensureNotFlat:function(){(!this.feature._latlngs.length||_(this.feature._latlngs))&&(this.feature._latlngs=[this.feature._latlngs])},vertexCanBeDeleted:function(d){const m=this.feature.parentShape(d.latlngs);return n.Util.indexOf(m,d.latlngs)>0?!0:n.Editable.PathEditor.prototype.vertexCanBeDeleted.call(this,d)},getDefaultLatLngs:function(){return this.feature._latlngs.length||this.feature._latlngs.push([]),this.feature._latlngs[0]},formatShape:d=>_(d)&&(!d[0]||d[0].length!==0)?[d]:d}),n.Editable.RectangleEditor=n.Editable.PathEditor.extend({CLOSED:!0,MIN_VERTEX:4,options:{skipMiddleMarkers:!0},extendBounds:function(d){const m=d.vertex.getIndex(),b=d.vertex.getNext(),T=d.vertex.getPrevious(),N=(m+2)%4,A=d.vertex.latlngs[N],R=new n.LatLngBounds(d.latlng,A);T.latlng.update([d.latlng.lat,A.lng]),b.latlng.update([A.lat,d.latlng.lng]),this.updateBounds(R),this.refreshVertexMarkers()},onDrawingMouseDown:function(d){n.Editable.PathEditor.prototype.onDrawingMouseDown.call(this,d),this.connect();const m=this.getDefaultLatLngs();m.length===3&&m.push(d.latlng);const b=new n.LatLngBounds(d.latlng,d.latlng);this.updateBounds(b),this.updateLatLngs(b),this.refresh(),this.reset(),d.originalEvent._simulated=!1,this.map.dragging._draggable._onUp(d.originalEvent),m[3].__vertex.dragging._draggable._onDown(d.originalEvent)},onDrawingMouseUp:function(d){this.commitDrawing(d),d.originalEvent._simulated=!1,n.Editable.PathEditor.prototype.onDrawingMouseUp.call(this,d)},onDrawingMouseMove:function(d){d.originalEvent._simulated=!1,n.Editable.PathEditor.prototype.onDrawingMouseMove.call(this,d)},getDefaultLatLngs:function(d){return d||this.feature._latlngs[0]},updateBounds:function(d){this.feature._bounds=d},updateLatLngs:function(d){const m=this.getDefaultLatLngs(),b=this.feature._boundsToLatLngs(d);for(let T=0;T<m.length;T++)m[T].update(b[T])}}),n.Editable.CircleEditor=n.Editable.PathEditor.extend({MIN_VERTEX:2,options:{skipMiddleMarkers:!0},initialize:function(d,m,b){n.Editable.PathEditor.prototype.initialize.call(this,d,m,b),this._resizeLatLng=this.computeResizeLatLng()},computeResizeLatLng:function(){const d=(this.feature._radius||this.feature._mRadius)*Math.cos(Math.PI/4),m=this.map.project(this.feature._latlng);return this.map.unproject([m.x+d,m.y-d])},updateResizeLatLng:function(){this._resizeLatLng.update(this.computeResizeLatLng()),this._resizeLatLng.__vertex.update()},getLatLngs:function(){return[this.feature._latlng,this._resizeLatLng]},getDefaultLatLngs:function(){return this.getLatLngs()},onVertexMarkerDrag:function(d){d.vertex.getIndex()===1?this.resize(d):this.updateResizeLatLng(d),n.Editable.PathEditor.prototype.onVertexMarkerDrag.call(this,d)},resize:function(d){let m;this.map.options.crs?m=this.map.options.crs.distance(this.feature._latlng,d.latlng):m=this.feature._latlng.distanceTo(d.latlng),this.feature.setRadius(m)},onDrawingMouseDown:function(d){n.Editable.PathEditor.prototype.onDrawingMouseDown.call(this,d),this._resizeLatLng.update(d.latlng),this.feature._latlng.update(d.latlng),this.connect(),d.originalEvent._simulated=!1,this.map.dragging._draggable._onUp(d.originalEvent),this._resizeLatLng.__vertex.dragging._draggable._onDown(d.originalEvent)},onDrawingMouseUp:function(d){this.commitDrawing(d),d.originalEvent._simulated=!1,n.Editable.PathEditor.prototype.onDrawingMouseUp.call(this,d)},onDrawingMouseMove:function(d){d.originalEvent._simulated=!1,n.Editable.PathEditor.prototype.onDrawingMouseMove.call(this,d)},onDrag:function(d){n.Editable.PathEditor.prototype.onDrag.call(this,d),this.feature.dragging.updateLatLng(this._resizeLatLng)}});const r={createEditor:function(d){d=d||this._map;const m=this.options.editOptions?.editTools||d.editTools;if(!m)throw Error("Unable to detect Editable instance.");const b=this.options.editorClass||this.getEditorClass(m);return new b(d,this,this.options.editOptions)},enableEdit:function(d){return this.editor||this.createEditor(d),this.editor.enable(),this.editor},editEnabled:function(){return this.editor?.enabled()},disableEdit:function(){this.editor&&(this.editor.disable(),delete this.editor)},toggleEdit:function(){this.editEnabled()?this.disableEdit():this.enableEdit()},_onEditableAdd:function(){this.editor&&this.enableEdit()}},o={getEditorClass:d=>d?.options?.polylineEditorClass||n.Editable.PolylineEditor,shapeAt:function(d,m){let b=null;if(m=m||this._latlngs,!m.length)return b;if(_(m)&&this.isInLatLngs(d,m))b=m;else for(const T of m)if(this.isInLatLngs(d,T))return T;return b},isInLatLngs:function(d,m){if(!m)return!1;let b,T,N,A=[],R;const S=this._clickTolerance();if(this._projectLatlngs(m,A,this._pxBounds),A=A[0],R=this._map.latLngToLayerPoint(d),!this._pxBounds.contains(R))return!1;for(b=1,N=A.length,T=0;b<N;T=b++)if(n.LineUtil.pointToSegmentDistance(R,A[T],A[b])<=S)return!0;return!1}},a={getEditorClass:d=>d?.options?.polygonEditorClass||n.Editable.PolygonEditor,shapeAt:function(d,m){let b=null;if(m=m||this._latlngs,!m.length)return b;if(_(m)&&this.isInLatLngs(d,m)&&(b=m),_(m[0])&&this.isInLatLngs(d,m[0]))b=m;else for(const T of m)if(this.isInLatLngs(d,T[0]))return T;return b},isInLatLngs:(d,m)=>{let b=!1,T,N,A,R,S;for(A=0,S=m.length,R=S-1;A<S;R=A++)T=m[A],N=m[R],T.lat>d.lat!=N.lat>d.lat&&d.lng<(N.lng-T.lng)*(d.lat-T.lat)/(N.lat-T.lat)+T.lng&&(b=!b);return b},parentShape:function(d,m){if(m=m||this._latlngs,!m)return;let b=n.Util.indexOf(m,d);if(b!==-1)return m;for(const T of m)if(b=n.Util.indexOf(T,d),b!==-1)return T}},l={getEditorClass:d=>d?.options?.markerEditorClass||n.Editable.MarkerEditor},u={getEditorClass:d=>d?.options?.circleMarkerEditorClass||n.Editable.CircleMarkerEditor},f={getEditorClass:d=>d?.options?.rectangleEditorClass||n.Editable.RectangleEditor},h={getEditorClass:d=>d?.options?.circleEditorClass||n.Editable.CircleEditor},g=function(){this.on("add",this._onEditableAdd)},_=n.LineUtil.isFlat||n.LineUtil._flat||n.Polyline._flat;n.Polyline&&(n.Polyline.include(r),n.Polyline.include(o),n.Polyline.addInitHook(g)),n.Polygon&&(n.Polygon.include(r),n.Polygon.include(a)),n.Marker&&(n.Marker.include(r),n.Marker.include(l),n.Marker.addInitHook(g)),n.CircleMarker&&(n.CircleMarker.include(r),n.CircleMarker.include(u),n.CircleMarker.addInitHook(g)),n.Rectangle&&(n.Rectangle.include(r),n.Rectangle.include(f)),n.Circle&&(n.Circle.include(r),n.Circle.include(h)),n.LatLng.prototype.update=function(d){d=n.latLng(d),this.lat=d.lat,this.lng=d.lng}},window)})(fl)),fl.exports}y0();const v0=`/* required styles */\r
444
447
  \r
445
448
  .leaflet-pane,\r
446
449
  .leaflet-tile,\r
@@ -1154,6 +1157,6 @@ svg.leaflet-image-layer.leaflet-interactive path {\r
1154
1157
  <div id="shaclMapDialogContainer"></div>
1155
1158
  <div class="hint">&#x24D8; Draw a polygon or marker, then close dialog</div>
1156
1159
  <button class="closeButton" type="button" onclick="this.parentElement.close()">&#x2715;</button>
1157
- </dialog>`,Wh={lng:8.657238961696038,lat:49.87627570549512},Zh='&copy; <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a>',Xh="https://tile.openstreetmap.de/{z}/{x}/{y}.png",Qh=Dt.icon({iconUrl:"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=",shadowUrl:"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACkAAAApCAQAAAACach9AAACMUlEQVR4Ae3ShY7jQBAE0Aoz/f9/HTMzhg1zrdKUrJbdx+Kd2nD8VNudfsL/Th///dyQN2TH6f3y/BGpC379rV+S+qqetBOxImNQXL8JCAr2V4iMQXHGNJxeCfZXhSRBcQMfvkOWUdtfzlLgAENmZDcmo2TVmt8OSM2eXxBp3DjHSMFutqS7SbmemzBiR+xpKCNUIRkdkkYxhAkyGoBvyQFEJEefwSmmvBfJuJ6aKqKWnAkvGZOaZXTUgFqYULWNSHUckZuR1HIIimUExutRxwzOLROIG4vKmCKQt364mIlhSyzAf1m9lHZHJZrlAOMMztRRiKimp/rpdJDc9Awry5xTZCte7FHtuS8wJgeYGrex28xNTd086Dik7vUMscQOa8y4DoGtCCSkAKlNwpgNtphjrC6MIHUkR6YWxxs6Sc5xqn222mmCRFzIt8lEdKx+ikCtg91qS2WpwVfBelJCiQJwvzixfI9cxZQWgiSJelKnwBElKYtDOb2MFbhmUigbReQBV0Cg4+qMXSxXSyGUn4UbF8l+7qdSGnTC0XLCmahIgUHLhLOhpVCtw4CzYXvLQWQbJNmxoCsOKAxSgBJno75avolkRw8iIAFcsdc02e9iyCd8tHwmeSSoKTowIgvscSGZUOA7PuCN5b2BX9mQM7S0wYhMNU74zgsPBj3HU7wguAfnxxjFQGBE6pwN+GjME9zHY7zGp8wVxMShYX9NXvEWD3HbwJf4giO4CFIQxXScH1/TM+04kkBiAAAAAElFTkSuQmCC",iconSize:[25,41],shadowSize:[41,41],iconAnchor:[12,41],shadowAnchor:[14,41],popupAnchor:[-3,-76]});class rw extends xf{constructor(e){super(e,v0+`
1160
+ </dialog>`,Wh={lng:8.657238961696038,lat:49.87627570549512},Zh='&copy; <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a>',Xh="https://tile.openstreetmap.de/{z}/{x}/{y}.png",Qh=Dt.icon({iconUrl:"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=",shadowUrl:"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACkAAAApCAQAAAACach9AAACMUlEQVR4Ae3ShY7jQBAE0Aoz/f9/HTMzhg1zrdKUrJbdx+Kd2nD8VNudfsL/Th///dyQN2TH6f3y/BGpC379rV+S+qqetBOxImNQXL8JCAr2V4iMQXHGNJxeCfZXhSRBcQMfvkOWUdtfzlLgAENmZDcmo2TVmt8OSM2eXxBp3DjHSMFutqS7SbmemzBiR+xpKCNUIRkdkkYxhAkyGoBvyQFEJEefwSmmvBfJuJ6aKqKWnAkvGZOaZXTUgFqYULWNSHUckZuR1HIIimUExutRxwzOLROIG4vKmCKQt364mIlhSyzAf1m9lHZHJZrlAOMMztRRiKimp/rpdJDc9Awry5xTZCte7FHtuS8wJgeYGrex28xNTd086Dik7vUMscQOa8y4DoGtCCSkAKlNwpgNtphjrC6MIHUkR6YWxxs6Sc5xqn222mmCRFzIt8lEdKx+ikCtg91qS2WpwVfBelJCiQJwvzixfI9cxZQWgiSJelKnwBElKYtDOb2MFbhmUigbReQBV0Cg4+qMXSxXSyGUn4UbF8l+7qdSGnTC0XLCmahIgUHLhLOhpVCtw4CzYXvLQWQbJNmxoCsOKAxSgBJno75avolkRw8iIAFcsdc02e9iyCd8tHwmeSSoKTowIgvscSGZUOA7PuCN5b2BX9mQM7S0wYhMNU74zgsPBj3HU7wguAfnxxjFQGBE6pwN+GjME9zHY7zGp8wVxMShYX9NXvEWD3HbwJf4giO4CFIQxXScH1/TM+04kkBiAAAAAElFTkSuQmCC",iconSize:[25,41],shadowSize:[41,41],iconAnchor:[12,41],shadowAnchor:[14,41],popupAnchor:[-3,-76]});class iw extends xf{constructor(e){super(e,v0+`
1158
1161
  `+b0+`
1159
- `+E0)}initEditMode(e){e.insertAdjacentHTML("beforeend",S0);const n=e.querySelector("#shaclMapDialogContainer");this.map=Dt.map(n,{fullscreenControl:!0,editable:!0,layers:[Dt.tileLayer(Xh)],zoom:5,maxBounds:Jh,center:Wh}),this.map.attributionControl.addAttribution(Zh);const r=Dt.Control.extend({options:{position:"topleft",callback:null,kind:"",html:""},onAdd:function(a){let l=Dt.DomUtil.create("div","leaflet-control leaflet-bar"),u=Dt.DomUtil.create("a","",l);return u.href="#",u.title="Create a new "+this.options.kind,u.innerHTML=this.options.html,Dt.DomEvent.on(u,"click",Dt.DomEvent.stop).on(u,"click",()=>{window.LAYER=this.options.callback.call(a.editTools)},this),l}});this.map.addControl(new(r.extend({options:{callback:()=>{this.displayedShape?.remove(),this.displayedShape=this.map?.editTools.startPolygon()},kind:"polygon",html:"▰"}}))),this.map.addControl(new(r.extend({options:{callback:()=>{this.displayedShape?.remove(),this.displayedShape=this.map?.editTools.startMarker(void 0,{icon:Qh})},kind:"marker",html:"•"}}))),this.map.on("editable:drawing:end",()=>{this.saveChanges()}),this.map.on("editable:vertex:dragend",()=>{this.saveChanges()});const o=e.querySelector("#shaclMapDialog");return o.addEventListener("close",()=>{const a=document.body.style.top;document.body.style.position="",document.body.style.top="",window.scrollTo(0,parseInt(a||"0")*-1),this.currentEditor&&this.createdGeometry&&(this.currentEditor.value=T0(this.createdGeometry),this.currentEditor.dispatchEvent(new Event("change",{bubbles:!0})))}),o}createEditor(e,n){let r=e.config.form.querySelector("#shaclMapDialog");r||(r=this.initEditMode(e.config.form));const o=e.config.theme.createButton("Open&#160;map...",!1);o.style.marginLeft="5px",o.classList.add("open-map-button"),o.onclick=()=>{this.currentEditor=a.querySelector(".editor"),this.createdGeometry=void 0,this.displayedShape?.remove(),this.drawAndZoomToGeometry(Kh(this.currentEditor.value||""),this.map),document.body.style.top=`-${window.scrollY}px`,document.body.style.position="fixed",r.showModal()};const a=wf(e,n||null,!0);return a.appendChild(o),a}createViewer(e,n){const r=document.createElement("div"),o=Kh(n.value);if(o?.coordinates?.length){const a=Dt.map(r,{fullscreenControl:!0,layers:[Dt.tileLayer(Xh)],zoom:5,center:Wh,maxBounds:Jh});a.attributionControl.addAttribution(Zh),this.drawAndZoomToGeometry(o,a)}return r}drawAndZoomToGeometry(e,n){if(setTimeout(()=>{n.invalidateSize()}),e?.type==="Point"){const r={lng:e.coordinates[0],lat:e.coordinates[1]};this.displayedShape=Dt.marker(r,{icon:Qh}).addTo(n),n.setView(r,15,{animate:!1})}else if(e?.type==="Polygon"){const r=e.coordinates[0].map(a=>({lng:a[0],lat:a[1]})),o=Dt.polygon(r).addTo(n);this.displayedShape=o,n.fitBounds(o.getBounds(),{animate:!1}),setTimeout(()=>{n.fitBounds(o.getBounds(),{animate:!1}),n.setView(o.getCenter(),void 0,{animate:!1})},1)}else n.setZoom(5)}saveChanges(){if(this.displayedShape instanceof Dt.Marker){const e=this.displayedShape.getLatLng();this.createdGeometry={type:"Point",coordinates:[e.lng,e.lat]}}else if(this.displayedShape instanceof Dt.Polygon){const e=this.displayedShape.getLatLngs();e[0][0].equals(e[0][e[0].length-1])||e[0].push(e[0][0]),this.createdGeometry={type:"Polygon",coordinates:[e[0].map(n=>[n.lng,n.lat])]}}else this.createdGeometry=void 0}}const Jh=[[-90,-180],[90,180]];function Kh(i){const e=i.match(/^POINT\((.*)\)$/);if(e?.length==2){const r=e[1].split(" ");if(r.length===2)return{type:"Point",coordinates:[parseFloat(r[0]),parseFloat(r[1])]}}const n=i.match(/^POLYGON[(]{2}(.*)[)]{2}$/);if(n?.length==2){const r=n[1].split(",");if(r.length>2){const o=[],a=[];o.push(a);for(const l of r){const u=l.split(" ");u.length===2&&a.push([parseFloat(u[0]),parseFloat(u[1])])}return{type:"Polygon",coordinates:o}}}}function T0(i){return i.type==="Point"?`POINT(${i.coordinates.join(" ")})`:i.type==="Polygon"?`POLYGON((${i.coordinates[0].map(e=>e.join(" ")).join(",")}))`:""}export{oh as Config,iw as FileUploadPlugin,rw as LeafletPlugin,ny as Loader,xf as Plugin,m0 as ShaclForm,Kg as ShaclPropertyTemplate,em as Theme,Vr as findLabel,T0 as geometryToWkt,rm as registerPlugin,Kh as wktToGeometry,Jh as worldBounds};
1162
+ `+E0)}initEditMode(e){e.insertAdjacentHTML("beforeend",S0);const n=e.querySelector("#shaclMapDialogContainer");this.map=Dt.map(n,{fullscreenControl:!0,editable:!0,layers:[Dt.tileLayer(Xh)],zoom:5,maxBounds:Jh,center:Wh}),this.map.attributionControl.addAttribution(Zh);const r=Dt.Control.extend({options:{position:"topleft",callback:null,kind:"",html:""},onAdd:function(a){let l=Dt.DomUtil.create("div","leaflet-control leaflet-bar"),u=Dt.DomUtil.create("a","",l);return u.href="#",u.title="Create a new "+this.options.kind,u.innerHTML=this.options.html,Dt.DomEvent.on(u,"click",Dt.DomEvent.stop).on(u,"click",()=>{window.LAYER=this.options.callback.call(a.editTools)},this),l}});this.map.addControl(new(r.extend({options:{callback:()=>{this.displayedShape?.remove(),this.displayedShape=this.map?.editTools.startPolygon()},kind:"polygon",html:"▰"}}))),this.map.addControl(new(r.extend({options:{callback:()=>{this.displayedShape?.remove(),this.displayedShape=this.map?.editTools.startMarker(void 0,{icon:Qh})},kind:"marker",html:"•"}}))),this.map.on("editable:drawing:end",()=>{this.saveChanges()}),this.map.on("editable:vertex:dragend",()=>{this.saveChanges()});const o=e.querySelector("#shaclMapDialog");return o.addEventListener("close",()=>{const a=document.body.style.top;document.body.style.position="",document.body.style.top="",window.scrollTo(0,parseInt(a||"0")*-1),this.currentEditor&&this.createdGeometry&&(this.currentEditor.value=T0(this.createdGeometry),this.currentEditor.dispatchEvent(new Event("change",{bubbles:!0})))}),o}createEditor(e,n){let r=e.config.form.querySelector("#shaclMapDialog");r||(r=this.initEditMode(e.config.form));const o=e.config.theme.createButton("Open&#160;map...",!1);o.style.marginLeft="5px",o.classList.add("open-map-button"),o.onclick=()=>{this.currentEditor=a.querySelector(".editor"),this.createdGeometry=void 0,this.displayedShape?.remove(),this.drawAndZoomToGeometry(Kh(this.currentEditor.value||""),this.map),document.body.style.top=`-${window.scrollY}px`,document.body.style.position="fixed",r.showModal()};const a=wf(e,n||null,!0);return a.appendChild(o),a}createViewer(e,n){const r=document.createElement("div"),o=Kh(n.value);if(o?.coordinates?.length){const a=Dt.map(r,{fullscreenControl:!0,layers:[Dt.tileLayer(Xh)],zoom:5,center:Wh,maxBounds:Jh});a.attributionControl.addAttribution(Zh),this.drawAndZoomToGeometry(o,a)}return r}drawAndZoomToGeometry(e,n){if(setTimeout(()=>{n.invalidateSize()}),e?.type==="Point"){const r={lng:e.coordinates[0],lat:e.coordinates[1]};this.displayedShape=Dt.marker(r,{icon:Qh}).addTo(n),n.setView(r,15,{animate:!1})}else if(e?.type==="Polygon"){const r=e.coordinates[0].map(a=>({lng:a[0],lat:a[1]})),o=Dt.polygon(r).addTo(n);this.displayedShape=o,n.fitBounds(o.getBounds(),{animate:!1}),setTimeout(()=>{n.fitBounds(o.getBounds(),{animate:!1}),n.setView(o.getCenter(),void 0,{animate:!1})},1)}else n.setZoom(5)}saveChanges(){if(this.displayedShape instanceof Dt.Marker){const e=this.displayedShape.getLatLng();this.createdGeometry={type:"Point",coordinates:[e.lng,e.lat]}}else if(this.displayedShape instanceof Dt.Polygon){const e=this.displayedShape.getLatLngs();e[0][0].equals(e[0][e[0].length-1])||e[0].push(e[0][0]),this.createdGeometry={type:"Polygon",coordinates:[e[0].map(n=>[n.lng,n.lat])]}}else this.createdGeometry=void 0}}const Jh=[[-90,-180],[90,180]];function Kh(i){const e=i.match(/^POINT\((.*)\)$/);if(e?.length==2){const r=e[1].split(" ");if(r.length===2)return{type:"Point",coordinates:[parseFloat(r[0]),parseFloat(r[1])]}}const n=i.match(/^POLYGON[(]{2}(.*)[)]{2}$/);if(n?.length==2){const r=n[1].split(",");if(r.length>2){const o=[],a=[];o.push(a);for(const l of r){const u=l.split(" ");u.length===2&&a.push([parseFloat(u[0]),parseFloat(u[1])])}return{type:"Polygon",coordinates:o}}}}function T0(i){return i.type==="Point"?`POINT(${i.coordinates.join(" ")})`:i.type==="Polygon"?`POLYGON((${i.coordinates[0].map(e=>e.join(" ")).join(",")}))`:""}export{oh as Config,nw as FileUploadPlugin,iw as LeafletPlugin,ny as Loader,xf as Plugin,m0 as ShaclForm,Kg as ShaclPropertyTemplate,em as Theme,Vr as findLabel,T0 as geometryToWkt,rm as registerPlugin,Kh as wktToGeometry,Jh as worldBounds};