|
- (self.webpackChunkant_design_pro=self.webpackChunkant_design_pro||[]).push([[4276],{79742:function(ur,M){"use strict";M.byteLength=o,M.toByteArray=N,M.fromByteArray=V;for(var m=[],c=[],S=typeof Uint8Array!="undefined"?Uint8Array:Array,k="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",E=0,I=k.length;E<I;++E)m[E]=k[E],c[k.charCodeAt(E)]=E;c["-".charCodeAt(0)]=62,c["_".charCodeAt(0)]=63;function s(h){var l=h.length;if(l%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var y=h.indexOf("=");y===-1&&(y=l);var v=y===l?0:4-y%4;return[y,v]}function o(h){var l=s(h),y=l[0],v=l[1];return(y+v)*3/4-v}function R(h,l,y){return(l+y)*3/4-y}function N(h){var l,y=s(h),v=y[0],b=y[1],d=new S(R(h,v,b)),_=0,Y=b>0?v-4:v,g;for(g=0;g<Y;g+=4)l=c[h.charCodeAt(g)]<<18|c[h.charCodeAt(g+1)]<<12|c[h.charCodeAt(g+2)]<<6|c[h.charCodeAt(g+3)],d[_++]=l>>16&255,d[_++]=l>>8&255,d[_++]=l&255;return b===2&&(l=c[h.charCodeAt(g)]<<2|c[h.charCodeAt(g+1)]>>4,d[_++]=l&255),b===1&&(l=c[h.charCodeAt(g)]<<10|c[h.charCodeAt(g+1)]<<4|c[h.charCodeAt(g+2)]>>2,d[_++]=l>>8&255,d[_++]=l&255),d}function A(h){return m[h>>18&63]+m[h>>12&63]+m[h>>6&63]+m[h&63]}function F(h,l,y){for(var v,b=[],d=l;d<y;d+=3)v=(h[d]<<16&16711680)+(h[d+1]<<8&65280)+(h[d+2]&255),b.push(A(v));return b.join("")}function V(h){for(var l,y=h.length,v=y%3,b=[],d=16383,_=0,Y=y-v;_<Y;_+=d)b.push(F(h,_,_+d>Y?Y:_+d));return v===1?(l=h[y-1],b.push(m[l>>2]+m[l<<4&63]+"==")):v===2&&(l=(h[y-2]<<8)+h[y-1],b.push(m[l>>10]+m[l>>4&63]+m[l<<2&63]+"=")),b.join("")}},48764:function(ur,M,m){"use strict";/*!
- * The buffer module from node.js, for the browser.
- *
- * @author Feross Aboukhadijeh <https://feross.org>
- * @license MIT
- */var c=m(79742),S=m(80645),k=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;M.Buffer=o,M.SlowBuffer=d,M.INSPECT_MAX_BYTES=50;var E=2147483647;M.kMaxLength=E,o.TYPED_ARRAY_SUPPORT=I(),!o.TYPED_ARRAY_SUPPORT&&typeof console!="undefined"&&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 I(){try{var n=new Uint8Array(1),r={foo:function(){return 42}};return Object.setPrototypeOf(r,Uint8Array.prototype),Object.setPrototypeOf(n,r),n.foo()===42}catch(t){return!1}}Object.defineProperty(o.prototype,"parent",{enumerable:!0,get:function(){if(!!o.isBuffer(this))return this.buffer}}),Object.defineProperty(o.prototype,"offset",{enumerable:!0,get:function(){if(!!o.isBuffer(this))return this.byteOffset}});function s(n){if(n>E)throw new RangeError('The value "'+n+'" is invalid for option "size"');var r=new Uint8Array(n);return Object.setPrototypeOf(r,o.prototype),r}function o(n,r,t){if(typeof n=="number"){if(typeof r=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return F(n)}return R(n,r,t)}o.poolSize=8192;function R(n,r,t){if(typeof n=="string")return V(n,r);if(ArrayBuffer.isView(n))return l(n);if(n==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof n);if(Z(n,ArrayBuffer)||n&&Z(n.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(Z(n,SharedArrayBuffer)||n&&Z(n.buffer,SharedArrayBuffer)))return y(n,r,t);if(typeof n=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var e=n.valueOf&&n.valueOf();if(e!=null&&e!==n)return o.from(e,r,t);var i=v(n);if(i)return i;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof n[Symbol.toPrimitive]=="function")return o.from(n[Symbol.toPrimitive]("string"),r,t);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof n)}o.from=function(n,r,t){return R(n,r,t)},Object.setPrototypeOf(o.prototype,Uint8Array.prototype),Object.setPrototypeOf(o,Uint8Array);function N(n){if(typeof n!="number")throw new TypeError('"size" argument must be of type number');if(n<0)throw new RangeError('The value "'+n+'" is invalid for option "size"')}function A(n,r,t){return N(n),n<=0?s(n):r!==void 0?typeof t=="string"?s(n).fill(r,t):s(n).fill(r):s(n)}o.alloc=function(n,r,t){return A(n,r,t)};function F(n){return N(n),s(n<0?0:b(n)|0)}o.allocUnsafe=function(n){return F(n)},o.allocUnsafeSlow=function(n){return F(n)};function V(n,r){if((typeof r!="string"||r==="")&&(r="utf8"),!o.isEncoding(r))throw new TypeError("Unknown encoding: "+r);var t=_(n,r)|0,e=s(t),i=e.write(n,r);return i!==t&&(e=e.slice(0,i)),e}function h(n){for(var r=n.length<0?0:b(n.length)|0,t=s(r),e=0;e<r;e+=1)t[e]=n[e]&255;return t}function l(n){if(Z(n,Uint8Array)){var r=new Uint8Array(n);return y(r.buffer,r.byteOffset,r.byteLength)}return h(n)}function y(n,r,t){if(r<0||n.byteLength<r)throw new RangeError('"offset" is outside of buffer bounds');if(n.byteLength<r+(t||0))throw new RangeError('"length" is outside of buffer bounds');var e;return r===void 0&&t===void 0?e=new Uint8Array(n):t===void 0?e=new Uint8Array(n,r):e=new Uint8Array(n,r,t),Object.setPrototypeOf(e,o.prototype),e}function v(n){if(o.isBuffer(n)){var r=b(n.length)|0,t=s(r);return t.length===0||n.copy(t,0,0,r),t}if(n.length!==void 0)return typeof n.length!="number"||X(n.length)?s(0):h(n);if(n.type==="Buffer"&&Array.isArray(n.data))return h(n.data)}function b(n){if(n>=E)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+E.toString(16)+" bytes");return n|0}function d(n){return+n!=n&&(n=0),o.alloc(+n)}o.isBuffer=function(r){return r!=null&&r._isBuffer===!0&&r!==o.prototype},o.compare=function(r,t){if(Z(r,Uint8Array)&&(r=o.from(r,r.offset,r.byteLength)),Z(t,Uint8Array)&&(t=o.from(t,t.offset,t.byteLength)),!o.isBuffer(r)||!o.isBuffer(t))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(r===t)return 0;for(var e=r.length,i=t.length,a=0,f=Math.min(e,i);a<f;++a)if(r[a]!==t[a]){e=r[a],i=t[a];break}return e<i?-1:i<e?1:0},o.isEncoding=function(r){switch(String(r).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}},o.concat=function(r,t){if(!Array.isArray(r))throw new TypeError('"list" argument must be an Array of Buffers');if(r.length===0)return o.alloc(0);var e;if(t===void 0)for(t=0,e=0;e<r.length;++e)t+=r[e].length;var i=o.allocUnsafe(t),a=0;for(e=0;e<r.length;++e){var f=r[e];if(Z(f,Uint8Array))a+f.length>i.length?o.from(f).copy(i,a):Uint8Array.prototype.set.call(i,f,a);else if(o.isBuffer(f))f.copy(i,a);else throw new TypeError('"list" argument must be an Array of Buffers');a+=f.length}return i};function _(n,r){if(o.isBuffer(n))return n.length;if(ArrayBuffer.isView(n)||Z(n,ArrayBuffer))return n.byteLength;if(typeof n!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof n);var t=n.length,e=arguments.length>2&&arguments[2]===!0;if(!e&&t===0)return 0;for(var i=!1;;)switch(r){case"ascii":case"latin1":case"binary":return t;case"utf8":case"utf-8":return p(n).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return t*2;case"hex":return t>>>1;case"base64":return O(n).length;default:if(i)return e?-1:p(n).length;r=(""+r).toLowerCase(),i=!0}}o.byteLength=_;function Y(n,r,t){var e=!1;if((r===void 0||r<0)&&(r=0),r>this.length||((t===void 0||t>this.length)&&(t=this.length),t<=0)||(t>>>=0,r>>>=0,t<=r))return"";for(n||(n="utf8");;)switch(n){case"hex":return ir(this,r,t);case"utf8":case"utf-8":return P(this,r,t);case"ascii":return er(this,r,t);case"latin1":case"binary":return hr(this,r,t);case"base64":return tr(this,r,t);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return J(this,r,t);default:if(e)throw new TypeError("Unknown encoding: "+n);n=(n+"").toLowerCase(),e=!0}}o.prototype._isBuffer=!0;function g(n,r,t){var e=n[r];n[r]=n[t],n[t]=e}o.prototype.swap16=function(){var r=this.length;if(r%2!=0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var t=0;t<r;t+=2)g(this,t,t+1);return this},o.prototype.swap32=function(){var r=this.length;if(r%4!=0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var t=0;t<r;t+=4)g(this,t,t+3),g(this,t+1,t+2);return this},o.prototype.swap64=function(){var r=this.length;if(r%8!=0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var t=0;t<r;t+=8)g(this,t,t+7),g(this,t+1,t+6),g(this,t+2,t+5),g(this,t+3,t+4);return this},o.prototype.toString=function(){var r=this.length;return r===0?"":arguments.length===0?P(this,0,r):Y.apply(this,arguments)},o.prototype.toLocaleString=o.prototype.toString,o.prototype.equals=function(r){if(!o.isBuffer(r))throw new TypeError("Argument must be a Buffer");return this===r?!0:o.compare(this,r)===0},o.prototype.inspect=function(){var r="",t=M.INSPECT_MAX_BYTES;return r=this.toString("hex",0,t).replace(/(.{2})/g,"$1 ").trim(),this.length>t&&(r+=" ... "),"<Buffer "+r+">"},k&&(o.prototype[k]=o.prototype.inspect),o.prototype.compare=function(r,t,e,i,a){if(Z(r,Uint8Array)&&(r=o.from(r,r.offset,r.byteLength)),!o.isBuffer(r))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof r);if(t===void 0&&(t=0),e===void 0&&(e=r?r.length:0),i===void 0&&(i=0),a===void 0&&(a=this.length),t<0||e>r.length||i<0||a>this.length)throw new RangeError("out of range index");if(i>=a&&t>=e)return 0;if(i>=a)return-1;if(t>=e)return 1;if(t>>>=0,e>>>=0,i>>>=0,a>>>=0,this===r)return 0;for(var f=a-i,x=e-t,w=Math.min(f,x),B=this.slice(i,a),L=r.slice(t,e),U=0;U<w;++U)if(B[U]!==L[U]){f=B[U],x=L[U];break}return f<x?-1:x<f?1:0};function q(n,r,t,e,i){if(n.length===0)return-1;if(typeof t=="string"?(e=t,t=0):t>2147483647?t=2147483647:t<-2147483648&&(t=-2147483648),t=+t,X(t)&&(t=i?0:n.length-1),t<0&&(t=n.length+t),t>=n.length){if(i)return-1;t=n.length-1}else if(t<0)if(i)t=0;else return-1;if(typeof r=="string"&&(r=o.from(r,e)),o.isBuffer(r))return r.length===0?-1:K(n,r,t,e,i);if(typeof r=="number")return r=r&255,typeof Uint8Array.prototype.indexOf=="function"?i?Uint8Array.prototype.indexOf.call(n,r,t):Uint8Array.prototype.lastIndexOf.call(n,r,t):K(n,[r],t,e,i);throw new TypeError("val must be string, number or Buffer")}function K(n,r,t,e,i){var a=1,f=n.length,x=r.length;if(e!==void 0&&(e=String(e).toLowerCase(),e==="ucs2"||e==="ucs-2"||e==="utf16le"||e==="utf-16le")){if(n.length<2||r.length<2)return-1;a=2,f/=2,x/=2,t/=2}function w(sr,lr){return a===1?sr[lr]:sr.readUInt16BE(lr*a)}var B;if(i){var L=-1;for(B=t;B<f;B++)if(w(n,B)===w(r,L===-1?0:B-L)){if(L===-1&&(L=B),B-L+1===x)return L*a}else L!==-1&&(B-=B-L),L=-1}else for(t+x>f&&(t=f-x),B=t;B>=0;B--){for(var U=!0,or=0;or<x;or++)if(w(n,B+or)!==w(r,or)){U=!1;break}if(U)return B}return-1}o.prototype.includes=function(r,t,e){return this.indexOf(r,t,e)!==-1},o.prototype.indexOf=function(r,t,e){return q(this,r,t,e,!0)},o.prototype.lastIndexOf=function(r,t,e){return q(this,r,t,e,!1)};function j(n,r,t,e){t=Number(t)||0;var i=n.length-t;e?(e=Number(e),e>i&&(e=i)):e=i;var a=r.length;e>a/2&&(e=a/2);for(var f=0;f<e;++f){var x=parseInt(r.substr(f*2,2),16);if(X(x))return f;n[t+f]=x}return f}function H(n,r,t,e){return W(p(r,n.length-t),n,t,e)}function rr(n,r,t,e){return W(T(r),n,t,e)}function ar(n,r,t,e){return W(O(r),n,t,e)}function fr(n,r,t,e){return W(z(r,n.length-t),n,t,e)}o.prototype.write=function(r,t,e,i){if(t===void 0)i="utf8",e=this.length,t=0;else if(e===void 0&&typeof t=="string")i=t,e=this.length,t=0;else if(isFinite(t))t=t>>>0,isFinite(e)?(e=e>>>0,i===void 0&&(i="utf8")):(i=e,e=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var a=this.length-t;if((e===void 0||e>a)&&(e=a),r.length>0&&(e<0||t<0)||t>this.length)throw new RangeError("Attempt to write outside buffer bounds");i||(i="utf8");for(var f=!1;;)switch(i){case"hex":return j(this,r,t,e);case"utf8":case"utf-8":return H(this,r,t,e);case"ascii":case"latin1":case"binary":return rr(this,r,t,e);case"base64":return ar(this,r,t,e);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return fr(this,r,t,e);default:if(f)throw new TypeError("Unknown encoding: "+i);i=(""+i).toLowerCase(),f=!0}},o.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function tr(n,r,t){return r===0&&t===n.length?c.fromByteArray(n):c.fromByteArray(n.slice(r,t))}function P(n,r,t){t=Math.min(n.length,t);for(var e=[],i=r;i<t;){var a=n[i],f=null,x=a>239?4:a>223?3:a>191?2:1;if(i+x<=t){var w,B,L,U;switch(x){case 1:a<128&&(f=a);break;case 2:w=n[i+1],(w&192)==128&&(U=(a&31)<<6|w&63,U>127&&(f=U));break;case 3:w=n[i+1],B=n[i+2],(w&192)==128&&(B&192)==128&&(U=(a&15)<<12|(w&63)<<6|B&63,U>2047&&(U<55296||U>57343)&&(f=U));break;case 4:w=n[i+1],B=n[i+2],L=n[i+3],(w&192)==128&&(B&192)==128&&(L&192)==128&&(U=(a&15)<<18|(w&63)<<12|(B&63)<<6|L&63,U>65535&&U<1114112&&(f=U))}}f===null?(f=65533,x=1):f>65535&&(f-=65536,e.push(f>>>10&1023|55296),f=56320|f&1023),e.push(f),i+=x}return nr(e)}var G=4096;function nr(n){var r=n.length;if(r<=G)return String.fromCharCode.apply(String,n);for(var t="",e=0;e<r;)t+=String.fromCharCode.apply(String,n.slice(e,e+=G));return t}function er(n,r,t){var e="";t=Math.min(n.length,t);for(var i=r;i<t;++i)e+=String.fromCharCode(n[i]&127);return e}function hr(n,r,t){var e="";t=Math.min(n.length,t);for(var i=r;i<t;++i)e+=String.fromCharCode(n[i]);return e}function ir(n,r,t){var e=n.length;(!r||r<0)&&(r=0),(!t||t<0||t>e)&&(t=e);for(var i="",a=r;a<t;++a)i+=xr[n[a]];return i}function J(n,r,t){for(var e=n.slice(r,t),i="",a=0;a<e.length-1;a+=2)i+=String.fromCharCode(e[a]+e[a+1]*256);return i}o.prototype.slice=function(r,t){var e=this.length;r=~~r,t=t===void 0?e:~~t,r<0?(r+=e,r<0&&(r=0)):r>e&&(r=e),t<0?(t+=e,t<0&&(t=0)):t>e&&(t=e),t<r&&(t=r);var i=this.subarray(r,t);return Object.setPrototypeOf(i,o.prototype),i};function C(n,r,t){if(n%1!=0||n<0)throw new RangeError("offset is not uint");if(n+r>t)throw new RangeError("Trying to access beyond buffer length")}o.prototype.readUintLE=o.prototype.readUIntLE=function(r,t,e){r=r>>>0,t=t>>>0,e||C(r,t,this.length);for(var i=this[r],a=1,f=0;++f<t&&(a*=256);)i+=this[r+f]*a;return i},o.prototype.readUintBE=o.prototype.readUIntBE=function(r,t,e){r=r>>>0,t=t>>>0,e||C(r,t,this.length);for(var i=this[r+--t],a=1;t>0&&(a*=256);)i+=this[r+--t]*a;return i},o.prototype.readUint8=o.prototype.readUInt8=function(r,t){return r=r>>>0,t||C(r,1,this.length),this[r]},o.prototype.readUint16LE=o.prototype.readUInt16LE=function(r,t){return r=r>>>0,t||C(r,2,this.length),this[r]|this[r+1]<<8},o.prototype.readUint16BE=o.prototype.readUInt16BE=function(r,t){return r=r>>>0,t||C(r,2,this.length),this[r]<<8|this[r+1]},o.prototype.readUint32LE=o.prototype.readUInt32LE=function(r,t){return r=r>>>0,t||C(r,4,this.length),(this[r]|this[r+1]<<8|this[r+2]<<16)+this[r+3]*16777216},o.prototype.readUint32BE=o.prototype.readUInt32BE=function(r,t){return r=r>>>0,t||C(r,4,this.length),this[r]*16777216+(this[r+1]<<16|this[r+2]<<8|this[r+3])},o.prototype.readIntLE=function(r,t,e){r=r>>>0,t=t>>>0,e||C(r,t,this.length);for(var i=this[r],a=1,f=0;++f<t&&(a*=256);)i+=this[r+f]*a;return a*=128,i>=a&&(i-=Math.pow(2,8*t)),i},o.prototype.readIntBE=function(r,t,e){r=r>>>0,t=t>>>0,e||C(r,t,this.length);for(var i=t,a=1,f=this[r+--i];i>0&&(a*=256);)f+=this[r+--i]*a;return a*=128,f>=a&&(f-=Math.pow(2,8*t)),f},o.prototype.readInt8=function(r,t){return r=r>>>0,t||C(r,1,this.length),this[r]&128?(255-this[r]+1)*-1:this[r]},o.prototype.readInt16LE=function(r,t){r=r>>>0,t||C(r,2,this.length);var e=this[r]|this[r+1]<<8;return e&32768?e|4294901760:e},o.prototype.readInt16BE=function(r,t){r=r>>>0,t||C(r,2,this.length);var e=this[r+1]|this[r]<<8;return e&32768?e|4294901760:e},o.prototype.readInt32LE=function(r,t){return r=r>>>0,t||C(r,4,this.length),this[r]|this[r+1]<<8|this[r+2]<<16|this[r+3]<<24},o.prototype.readInt32BE=function(r,t){return r=r>>>0,t||C(r,4,this.length),this[r]<<24|this[r+1]<<16|this[r+2]<<8|this[r+3]},o.prototype.readFloatLE=function(r,t){return r=r>>>0,t||C(r,4,this.length),S.read(this,r,!0,23,4)},o.prototype.readFloatBE=function(r,t){return r=r>>>0,t||C(r,4,this.length),S.read(this,r,!1,23,4)},o.prototype.readDoubleLE=function(r,t){return r=r>>>0,t||C(r,8,this.length),S.read(this,r,!0,52,8)},o.prototype.readDoubleBE=function(r,t){return r=r>>>0,t||C(r,8,this.length),S.read(this,r,!1,52,8)};function D(n,r,t,e,i,a){if(!o.isBuffer(n))throw new TypeError('"buffer" argument must be a Buffer instance');if(r>i||r<a)throw new RangeError('"value" argument is out of bounds');if(t+e>n.length)throw new RangeError("Index out of range")}o.prototype.writeUintLE=o.prototype.writeUIntLE=function(r,t,e,i){if(r=+r,t=t>>>0,e=e>>>0,!i){var a=Math.pow(2,8*e)-1;D(this,r,t,e,a,0)}var f=1,x=0;for(this[t]=r&255;++x<e&&(f*=256);)this[t+x]=r/f&255;return t+e},o.prototype.writeUintBE=o.prototype.writeUIntBE=function(r,t,e,i){if(r=+r,t=t>>>0,e=e>>>0,!i){var a=Math.pow(2,8*e)-1;D(this,r,t,e,a,0)}var f=e-1,x=1;for(this[t+f]=r&255;--f>=0&&(x*=256);)this[t+f]=r/x&255;return t+e},o.prototype.writeUint8=o.prototype.writeUInt8=function(r,t,e){return r=+r,t=t>>>0,e||D(this,r,t,1,255,0),this[t]=r&255,t+1},o.prototype.writeUint16LE=o.prototype.writeUInt16LE=function(r,t,e){return r=+r,t=t>>>0,e||D(this,r,t,2,65535,0),this[t]=r&255,this[t+1]=r>>>8,t+2},o.prototype.writeUint16BE=o.prototype.writeUInt16BE=function(r,t,e){return r=+r,t=t>>>0,e||D(this,r,t,2,65535,0),this[t]=r>>>8,this[t+1]=r&255,t+2},o.prototype.writeUint32LE=o.prototype.writeUInt32LE=function(r,t,e){return r=+r,t=t>>>0,e||D(this,r,t,4,4294967295,0),this[t+3]=r>>>24,this[t+2]=r>>>16,this[t+1]=r>>>8,this[t]=r&255,t+4},o.prototype.writeUint32BE=o.prototype.writeUInt32BE=function(r,t,e){return r=+r,t=t>>>0,e||D(this,r,t,4,4294967295,0),this[t]=r>>>24,this[t+1]=r>>>16,this[t+2]=r>>>8,this[t+3]=r&255,t+4},o.prototype.writeIntLE=function(r,t,e,i){if(r=+r,t=t>>>0,!i){var a=Math.pow(2,8*e-1);D(this,r,t,e,a-1,-a)}var f=0,x=1,w=0;for(this[t]=r&255;++f<e&&(x*=256);)r<0&&w===0&&this[t+f-1]!==0&&(w=1),this[t+f]=(r/x>>0)-w&255;return t+e},o.prototype.writeIntBE=function(r,t,e,i){if(r=+r,t=t>>>0,!i){var a=Math.pow(2,8*e-1);D(this,r,t,e,a-1,-a)}var f=e-1,x=1,w=0;for(this[t+f]=r&255;--f>=0&&(x*=256);)r<0&&w===0&&this[t+f+1]!==0&&(w=1),this[t+f]=(r/x>>0)-w&255;return t+e},o.prototype.writeInt8=function(r,t,e){return r=+r,t=t>>>0,e||D(this,r,t,1,127,-128),r<0&&(r=255+r+1),this[t]=r&255,t+1},o.prototype.writeInt16LE=function(r,t,e){return r=+r,t=t>>>0,e||D(this,r,t,2,32767,-32768),this[t]=r&255,this[t+1]=r>>>8,t+2},o.prototype.writeInt16BE=function(r,t,e){return r=+r,t=t>>>0,e||D(this,r,t,2,32767,-32768),this[t]=r>>>8,this[t+1]=r&255,t+2},o.prototype.writeInt32LE=function(r,t,e){return r=+r,t=t>>>0,e||D(this,r,t,4,2147483647,-2147483648),this[t]=r&255,this[t+1]=r>>>8,this[t+2]=r>>>16,this[t+3]=r>>>24,t+4},o.prototype.writeInt32BE=function(r,t,e){return r=+r,t=t>>>0,e||D(this,r,t,4,2147483647,-2147483648),r<0&&(r=4294967295+r+1),this[t]=r>>>24,this[t+1]=r>>>16,this[t+2]=r>>>8,this[t+3]=r&255,t+4};function $(n,r,t,e,i,a){if(t+e>n.length)throw new RangeError("Index out of range");if(t<0)throw new RangeError("Index out of range")}function Q(n,r,t,e,i){return r=+r,t=t>>>0,i||$(n,r,t,4,34028234663852886e22,-34028234663852886e22),S.write(n,r,t,e,23,4),t+4}o.prototype.writeFloatLE=function(r,t,e){return Q(this,r,t,!0,e)},o.prototype.writeFloatBE=function(r,t,e){return Q(this,r,t,!1,e)};function pr(n,r,t,e,i){return r=+r,t=t>>>0,i||$(n,r,t,8,17976931348623157e292,-17976931348623157e292),S.write(n,r,t,e,52,8),t+8}o.prototype.writeDoubleLE=function(r,t,e){return pr(this,r,t,!0,e)},o.prototype.writeDoubleBE=function(r,t,e){return pr(this,r,t,!1,e)},o.prototype.copy=function(r,t,e,i){if(!o.isBuffer(r))throw new TypeError("argument should be a Buffer");if(e||(e=0),!i&&i!==0&&(i=this.length),t>=r.length&&(t=r.length),t||(t=0),i>0&&i<e&&(i=e),i===e||r.length===0||this.length===0)return 0;if(t<0)throw new RangeError("targetStart out of bounds");if(e<0||e>=this.length)throw new RangeError("Index out of range");if(i<0)throw new RangeError("sourceEnd out of bounds");i>this.length&&(i=this.length),r.length-t<i-e&&(i=r.length-t+e);var a=i-e;return this===r&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(t,e,i):Uint8Array.prototype.set.call(r,this.subarray(e,i),t),a},o.prototype.fill=function(r,t,e,i){if(typeof r=="string"){if(typeof t=="string"?(i=t,t=0,e=this.length):typeof e=="string"&&(i=e,e=this.length),i!==void 0&&typeof i!="string")throw new TypeError("encoding must be a string");if(typeof i=="string"&&!o.isEncoding(i))throw new TypeError("Unknown encoding: "+i);if(r.length===1){var a=r.charCodeAt(0);(i==="utf8"&&a<128||i==="latin1")&&(r=a)}}else typeof r=="number"?r=r&255:typeof r=="boolean"&&(r=Number(r));if(t<0||this.length<t||this.length<e)throw new RangeError("Out of range index");if(e<=t)return this;t=t>>>0,e=e===void 0?this.length:e>>>0,r||(r=0);var f;if(typeof r=="number")for(f=t;f<e;++f)this[f]=r;else{var x=o.isBuffer(r)?r:o.from(r,i),w=x.length;if(w===0)throw new TypeError('The value "'+r+'" is invalid for argument "value"');for(f=0;f<e-t;++f)this[f+t]=x[f%w]}return this};var cr=/[^+/0-9A-Za-z-_]/g;function u(n){if(n=n.split("=")[0],n=n.trim().replace(cr,""),n.length<2)return"";for(;n.length%4!=0;)n=n+"=";return n}function p(n,r){r=r||Infinity;for(var t,e=n.length,i=null,a=[],f=0;f<e;++f){if(t=n.charCodeAt(f),t>55295&&t<57344){if(!i){if(t>56319){(r-=3)>-1&&a.push(239,191,189);continue}else if(f+1===e){(r-=3)>-1&&a.push(239,191,189);continue}i=t;continue}if(t<56320){(r-=3)>-1&&a.push(239,191,189),i=t;continue}t=(i-55296<<10|t-56320)+65536}else i&&(r-=3)>-1&&a.push(239,191,189);if(i=null,t<128){if((r-=1)<0)break;a.push(t)}else if(t<2048){if((r-=2)<0)break;a.push(t>>6|192,t&63|128)}else if(t<65536){if((r-=3)<0)break;a.push(t>>12|224,t>>6&63|128,t&63|128)}else if(t<1114112){if((r-=4)<0)break;a.push(t>>18|240,t>>12&63|128,t>>6&63|128,t&63|128)}else throw new Error("Invalid code point")}return a}function T(n){for(var r=[],t=0;t<n.length;++t)r.push(n.charCodeAt(t)&255);return r}function z(n,r){for(var t,e,i,a=[],f=0;f<n.length&&!((r-=2)<0);++f)t=n.charCodeAt(f),e=t>>8,i=t%256,a.push(i),a.push(e);return a}function O(n){return c.toByteArray(u(n))}function W(n,r,t,e){for(var i=0;i<e&&!(i+t>=r.length||i>=n.length);++i)r[i+t]=n[i];return i}function Z(n,r){return n instanceof r||n!=null&&n.constructor!=null&&n.constructor.name!=null&&n.constructor.name===r.name}function X(n){return n!==n}var xr=function(){for(var n="0123456789abcdef",r=new Array(256),t=0;t<16;++t)for(var e=t*16,i=0;i<16;++i)r[e+i]=n[t]+n[i];return r}()},80645:function(ur,M){/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */M.read=function(m,c,S,k,E){var I,s,o=E*8-k-1,R=(1<<o)-1,N=R>>1,A=-7,F=S?E-1:0,V=S?-1:1,h=m[c+F];for(F+=V,I=h&(1<<-A)-1,h>>=-A,A+=o;A>0;I=I*256+m[c+F],F+=V,A-=8);for(s=I&(1<<-A)-1,I>>=-A,A+=k;A>0;s=s*256+m[c+F],F+=V,A-=8);if(I===0)I=1-N;else{if(I===R)return s?NaN:(h?-1:1)*Infinity;s=s+Math.pow(2,k),I=I-N}return(h?-1:1)*s*Math.pow(2,I-k)},M.write=function(m,c,S,k,E,I){var s,o,R,N=I*8-E-1,A=(1<<N)-1,F=A>>1,V=E===23?Math.pow(2,-24)-Math.pow(2,-77):0,h=k?0:I-1,l=k?1:-1,y=c<0||c===0&&1/c<0?1:0;for(c=Math.abs(c),isNaN(c)||c===Infinity?(o=isNaN(c)?1:0,s=A):(s=Math.floor(Math.log(c)/Math.LN2),c*(R=Math.pow(2,-s))<1&&(s--,R*=2),s+F>=1?c+=V/R:c+=V*Math.pow(2,1-F),c*R>=2&&(s++,R/=2),s+F>=A?(o=0,s=A):s+F>=1?(o=(c*R-1)*Math.pow(2,E),s=s+F):(o=c*Math.pow(2,F-1)*Math.pow(2,E),s=0));E>=8;m[S+h]=o&255,h+=l,o/=256,E-=8);for(s=s<<E|o,N+=E;N>0;m[S+h]=s&255,h+=l,s/=256,N-=8);m[S+h-l]|=y*128}},44276:function(ur,M,m){"use strict";m.d(M,{Jx:function(){return J}});var c=m(48764).Buffer;const S="3.7.5",k=S,E=typeof atob=="function",I=typeof btoa=="function",s=typeof c=="function",o=typeof TextDecoder=="function"?new TextDecoder:void 0,R=typeof TextEncoder=="function"?new TextEncoder:void 0,N="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",A=Array.prototype.slice.call(N),F=(u=>{let p={};return u.forEach((T,z)=>p[T]=z),p})(A),V=/^(?:[A-Za-z\d+\/]{4})*?(?:[A-Za-z\d+\/]{2}(?:==)?|[A-Za-z\d+\/]{3}=?)?$/,h=String.fromCharCode.bind(String),l=typeof Uint8Array.from=="function"?Uint8Array.from.bind(Uint8Array):u=>new Uint8Array(Array.prototype.slice.call(u,0)),y=u=>u.replace(/=/g,"").replace(/[+\/]/g,p=>p=="+"?"-":"_"),v=u=>u.replace(/[^A-Za-z0-9\+\/]/g,""),b=u=>{let p,T,z,O,W="";const Z=u.length%3;for(let X=0;X<u.length;){if((T=u.charCodeAt(X++))>255||(z=u.charCodeAt(X++))>255||(O=u.charCodeAt(X++))>255)throw new TypeError("invalid character found");p=T<<16|z<<8|O,W+=A[p>>18&63]+A[p>>12&63]+A[p>>6&63]+A[p&63]}return Z?W.slice(0,Z-3)+"===".substring(Z):W},d=I?u=>btoa(u):s?u=>c.from(u,"binary").toString("base64"):b,_=s?u=>c.from(u).toString("base64"):u=>{const p=4096;let T=[];for(let z=0,O=u.length;z<O;z+=p)T.push(h.apply(null,u.subarray(z,z+p)));return d(T.join(""))},Y=(u,p=!1)=>p?y(_(u)):_(u),g=u=>{if(u.length<2){var p=u.charCodeAt(0);return p<128?u:p<2048?h(192|p>>>6)+h(128|p&63):h(224|p>>>12&15)+h(128|p>>>6&63)+h(128|p&63)}else{var p=65536+(u.charCodeAt(0)-55296)*1024+(u.charCodeAt(1)-56320);return h(240|p>>>18&7)+h(128|p>>>12&63)+h(128|p>>>6&63)+h(128|p&63)}},q=/[\uD800-\uDBFF][\uDC00-\uDFFFF]|[^\x00-\x7F]/g,K=u=>u.replace(q,g),j=s?u=>c.from(u,"utf8").toString("base64"):R?u=>_(R.encode(u)):u=>d(K(u)),H=(u,p=!1)=>p?y(j(u)):j(u),rr=u=>H(u,!0),ar=/[\xC0-\xDF][\x80-\xBF]|[\xE0-\xEF][\x80-\xBF]{2}|[\xF0-\xF7][\x80-\xBF]{3}/g,fr=u=>{switch(u.length){case 4:var p=(7&u.charCodeAt(0))<<18|(63&u.charCodeAt(1))<<12|(63&u.charCodeAt(2))<<6|63&u.charCodeAt(3),T=p-65536;return h((T>>>10)+55296)+h((T&1023)+56320);case 3:return h((15&u.charCodeAt(0))<<12|(63&u.charCodeAt(1))<<6|63&u.charCodeAt(2));default:return h((31&u.charCodeAt(0))<<6|63&u.charCodeAt(1))}},tr=u=>u.replace(ar,fr),P=u=>{if(u=u.replace(/\s+/g,""),!V.test(u))throw new TypeError("malformed base64.");u+="==".slice(2-(u.length&3));let p,T="",z,O;for(let W=0;W<u.length;)p=F[u.charAt(W++)]<<18|F[u.charAt(W++)]<<12|(z=F[u.charAt(W++)])<<6|(O=F[u.charAt(W++)]),T+=z===64?h(p>>16&255):O===64?h(p>>16&255,p>>8&255):h(p>>16&255,p>>8&255,p&255);return T},G=E?u=>atob(v(u)):s?u=>c.from(u,"base64").toString("binary"):P,nr=s?u=>l(c.from(u,"base64")):u=>l(G(u).split("").map(p=>p.charCodeAt(0))),er=u=>nr(ir(u)),hr=s?u=>c.from(u,"base64").toString("utf8"):o?u=>o.decode(nr(u)):u=>tr(G(u)),ir=u=>v(u.replace(/[-_]/g,p=>p=="-"?"+":"/")),J=u=>hr(ir(u)),C=u=>{if(typeof u!="string")return!1;const p=u.replace(/\s+/g,"").replace(/={0,2}$/,"");return!/[^\s0-9a-zA-Z\+/]/.test(p)||!/[^\s0-9a-zA-Z\-_]/.test(p)},D=u=>({value:u,enumerable:!1,writable:!0,configurable:!0}),$=function(){const u=(p,T)=>Object.defineProperty(String.prototype,p,D(T));u("fromBase64",function(){return J(this)}),u("toBase64",function(p){return H(this,p)}),u("toBase64URI",function(){return H(this,!0)}),u("toBase64URL",function(){return H(this,!0)}),u("toUint8Array",function(){return er(this)})},Q=function(){const u=(p,T)=>Object.defineProperty(Uint8Array.prototype,p,D(T));u("toBase64",function(p){return Y(this,p)}),u("toBase64URI",function(){return Y(this,!0)}),u("toBase64URL",function(){return Y(this,!0)})},cr={version:S,VERSION:k,atob:G,atobPolyfill:P,btoa:d,btoaPolyfill:b,fromBase64:J,toBase64:H,encode:H,encodeURI:rr,encodeURL:rr,utob:K,btou:tr,decode:J,isValid:C,fromUint8Array:Y,toUint8Array:er,extendString:$,extendUint8Array:Q,extendBuiltins:()=>{$(),Q()}}}}]);
|